-- phpMyAdmin SQL Dump
-- version 4.9.1
-- https://www.phpmyadmin.net/
--
-- Host: 10.123.0.91:3307
-- Generation Time: Jan 27, 2023 at 06:20 PM
-- Server version: 8.0.22
-- PHP Version: 7.0.33-0+deb9u12

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET AUTOCOMMIT = 0;
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: `afrowebh_iamctv`
--
CREATE DATABASE IF NOT EXISTS `afrowebh_iamctv` DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci;
USE `afrowebh_iamctv`;

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

--
-- Table structure for table `iamc_actionscheduler_actions`
--

CREATE TABLE `iamc_actionscheduler_actions` (
  `action_id` bigint UNSIGNED NOT NULL,
  `hook` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `status` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci 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) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `schedule` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci,
  `group_id` bigint UNSIGNED NOT NULL DEFAULT '0',
  `attempts` int 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 UNSIGNED NOT NULL DEFAULT '0',
  `extended_args` varchar(8000) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `iamc_actionscheduler_actions`
--

INSERT INTO `iamc_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES
(48, 'wc-admin_import_customers', 'complete', '2021-11-08 23:47:47', '2021-11-08 18:47:47', '[1]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1636415267;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1636415267;}', 3, 1, '2021-11-08 23:47:54', '2021-11-08 18:47:54', 0, NULL),
(46, 'woocommerce_run_update_callback', 'complete', '2021-10-13 03:05:54', '2021-10-12 23:05:54', '[\"wc_admin_update_271_update_task_list_options\"]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1634094354;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1634094354;}', 2, 1, '2021-10-13 03:05:59', '2021-10-12 23:05:59', 0, NULL),
(47, 'woocommerce_run_update_callback', 'complete', '2021-10-13 03:05:55', '2021-10-12 23:05:55', '[\"wc_admin_update_271_db_version\"]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1634094355;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1634094355;}', 2, 1, '2021-10-13 03:05:59', '2021-10-12 23:05:59', 0, NULL);

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

--
-- Table structure for table `iamc_actionscheduler_claims`
--

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

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

--
-- Table structure for table `iamc_actionscheduler_groups`
--

CREATE TABLE `iamc_actionscheduler_groups` (
  `group_id` bigint UNSIGNED NOT NULL,
  `slug` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `iamc_actionscheduler_groups`
--

INSERT INTO `iamc_actionscheduler_groups` (`group_id`, `slug`) VALUES
(1, 'action-scheduler-migration'),
(2, 'woocommerce-db-updates'),
(3, 'wc-admin-data');

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

--
-- Table structure for table `iamc_actionscheduler_logs`
--

CREATE TABLE `iamc_actionscheduler_logs` (
  `log_id` bigint UNSIGNED NOT NULL,
  `action_id` bigint UNSIGNED NOT NULL,
  `message` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci 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=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `iamc_actionscheduler_logs`
--

INSERT INTO `iamc_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES
(129, 48, 'action complete via WP Cron', '2021-11-08 23:47:54', '2021-11-08 18:47:54'),
(128, 48, 'action started via WP Cron', '2021-11-08 23:47:54', '2021-11-08 18:47:54'),
(127, 48, 'action created', '2021-11-08 23:47:42', '2021-11-08 18:47:42'),
(121, 46, 'action created', '2021-10-13 03:05:54', '2021-10-12 23:05:54'),
(122, 47, 'action created', '2021-10-13 03:05:54', '2021-10-12 23:05:54'),
(123, 46, 'action started via WP Cron', '2021-10-13 03:05:59', '2021-10-12 23:05:59'),
(124, 46, 'action complete via WP Cron', '2021-10-13 03:05:59', '2021-10-12 23:05:59'),
(125, 47, 'action started via WP Cron', '2021-10-13 03:05:59', '2021-10-12 23:05:59'),
(126, 47, 'action complete via WP Cron', '2021-10-13 03:05:59', '2021-10-12 23:05:59');

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

--
-- Table structure for table `iamc_as3cf_items`
--

CREATE TABLE `iamc_as3cf_items` (
  `id` bigint NOT NULL,
  `provider` varchar(18) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `region` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `bucket` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `path` varchar(1024) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `original_path` varchar(1024) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `is_private` tinyint(1) NOT NULL DEFAULT '0',
  `source_type` varchar(18) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `source_id` bigint NOT NULL,
  `source_path` varchar(1024) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `original_source_path` varchar(1024) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `extra_info` longtext COLLATE utf8mb4_unicode_520_ci
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `iamc_b2s_network_insights`
--

CREATE TABLE `iamc_b2s_network_insights` (
  `id` int NOT NULL,
  `blog_user_id` int NOT NULL,
  `b2s_posts_network_details_id` int NOT NULL,
  `insight` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `create_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `iamc_b2s_posts`
--

CREATE TABLE `iamc_b2s_posts` (
  `id` int NOT NULL,
  `post_id` int NOT NULL,
  `blog_user_id` int NOT NULL,
  `last_edit_blog_user_id` int NOT NULL,
  `user_timezone` tinyint NOT NULL DEFAULT '0',
  `sched_details_id` int NOT NULL,
  `sched_type` tinyint NOT NULL DEFAULT '0',
  `sched_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `sched_date_utc` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_link` varchar(255) NOT NULL,
  `publish_error_code` varchar(100) NOT NULL,
  `network_details_id` int NOT NULL,
  `post_for_relay` tinyint NOT NULL DEFAULT '0',
  `post_for_approve` tinyint NOT NULL DEFAULT '0',
  `relay_primary_post_id` int NOT NULL DEFAULT '0',
  `relay_delay_min` int NOT NULL DEFAULT '0',
  `hook_action` tinyint NOT NULL DEFAULT '0',
  `hide` tinyint NOT NULL DEFAULT '0',
  `v2_id` int NOT NULL DEFAULT '0',
  `post_format` int DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `iamc_b2s_posts`
--

INSERT INTO `iamc_b2s_posts` (`id`, `post_id`, `blog_user_id`, `last_edit_blog_user_id`, `user_timezone`, `sched_details_id`, `sched_type`, `sched_date`, `sched_date_utc`, `publish_date`, `publish_link`, `publish_error_code`, `network_details_id`, `post_for_relay`, `post_for_approve`, `relay_primary_post_id`, `relay_delay_min`, `hook_action`, `hide`, `v2_id`, `post_format`) VALUES
(1, 4984, 1, 0, -5, 0, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '2021-02-05 12:33:07', '', '', 1, 0, 0, 0, 0, 0, 0, 0, NULL),
(2, 4984, 1, 0, -5, 0, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '2021-02-05 12:33:07', '', '', 2, 0, 0, 0, 0, 0, 0, 0, NULL),
(3, 4984, 1, 0, -5, 0, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '2021-02-05 12:43:43', '', 'LOGIN', 2, 0, 0, 0, 0, 0, 0, 0, NULL),
(4, 4984, 1, 0, -5, 0, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '2021-02-05 12:46:03', '', '', 2, 0, 0, 0, 0, 0, 0, 0, NULL),
(5, 4991, 1, 0, -5, 0, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '2021-03-07 10:27:17', '', '', 1, 0, 0, 0, 0, 0, 0, 0, NULL),
(6, 4991, 1, 0, -5, 0, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '2021-03-07 10:27:17', '', 'LOGIN', 2, 0, 0, 0, 0, 0, 0, 0, NULL),
(7, 5109, 1, 0, -4, 0, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '2022-05-09 15:34:48', '', '', 1, 0, 0, 0, 0, 0, 0, 0, NULL),
(8, 5122, 1, 0, -4, 0, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '2022-05-17 17:22:21', '', '', 1, 0, 0, 0, 0, 0, 0, 0, NULL),
(9, 5125, 1, 0, -4, 0, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '2022-05-17 20:41:11', '', '', 1, 0, 0, 0, 0, 0, 0, 0, NULL),
(10, 5129, 1, 0, -4, 0, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '2022-06-01 19:34:29', '', '', 1, 0, 0, 0, 0, 0, 0, 0, NULL),
(11, 5174, 1, 0, -4, 0, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '2022-06-29 11:43:08', '', '', 1, 0, 0, 0, 0, 0, 0, 0, NULL),
(12, 5181, 1, 0, -4, 0, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '2022-07-07 07:08:32', '', '', 1, 0, 0, 0, 0, 0, 0, 0, NULL);

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

--
-- Table structure for table `iamc_b2s_posts_drafts`
--

CREATE TABLE `iamc_b2s_posts_drafts` (
  `id` int NOT NULL,
  `last_save_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `blog_user_id` int NOT NULL,
  `post_id` int NOT NULL,
  `save_origin` tinyint NOT NULL DEFAULT '0',
  `data` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `iamc_b2s_posts_favorites`
--

CREATE TABLE `iamc_b2s_posts_favorites` (
  `id` int NOT NULL,
  `blog_user_id` int NOT NULL,
  `post_id` int NOT NULL,
  `save_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `iamc_b2s_posts_insights`
--

CREATE TABLE `iamc_b2s_posts_insights` (
  `id` int NOT NULL,
  `blog_user_id` int NOT NULL,
  `b2s_posts_id` int NOT NULL,
  `network_post_id` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL,
  `b2s_posts_network_details_id` int NOT NULL,
  `insight` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `last_update` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `active` tinyint NOT NULL DEFAULT '1'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `iamc_b2s_posts_network_details`
--

CREATE TABLE `iamc_b2s_posts_network_details` (
  `id` int NOT NULL,
  `network_id` tinyint NOT NULL,
  `network_type` tinyint NOT NULL,
  `network_auth_id` int NOT NULL,
  `network_display_name` varchar(100) NOT NULL,
  `data` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `iamc_b2s_posts_network_details`
--

INSERT INTO `iamc_b2s_posts_network_details` (`id`, `network_id`, `network_type`, `network_auth_id`, `network_display_name`, `data`) VALUES
(1, 2, 0, 846358, 'IAMCTV', NULL),
(2, 12, 0, 846361, 'official_iamctv', NULL),
(3, 1, 0, 846363, 'Wyze Sonz Ent', NULL);

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

--
-- Table structure for table `iamc_b2s_posts_sched_details`
--

CREATE TABLE `iamc_b2s_posts_sched_details` (
  `id` int NOT NULL,
  `sched_data` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `image_url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `iamc_b2s_user`
--

CREATE TABLE `iamc_b2s_user` (
  `id` int NOT NULL,
  `token` varchar(255) NOT NULL,
  `blog_user_id` int NOT NULL,
  `feature` tinyint NOT NULL,
  `state_url` tinyint NOT NULL,
  `register_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `iamc_b2s_user`
--

INSERT INTO `iamc_b2s_user` (`id`, `token`, `blog_user_id`, `feature`, `state_url`, `register_date`) VALUES
(1, 'v3_YWp3ZnF4VjhlSiswcFN1M0lYd1Y5WUEwQU1xVVc0RzFhb05LYUIyUU5vL1N1RUhCajJkcFgxZEVjS2VZcG16cmQ2NkZESXJFTi9KenRCK0o4ZTNRSllXUG9YMkZZQWdVdW1ZMWhvdVVoVUJhV0gzNk9sem1oeFE4S3lRQm9zM2FYOERScUhsSFFkelBaajI3OThrSHVnPT06Oi9XNDJlMFYxazdZRzFzdm4,', 1, 0, 1, '2021-02-04 03:57:13');

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

--
-- Table structure for table `iamc_b2s_user_contact`
--

CREATE TABLE `iamc_b2s_user_contact` (
  `id` int NOT NULL,
  `blog_user_id` int NOT NULL,
  `name_mandant` varchar(100) NOT NULL,
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `name_presse` varchar(100) NOT NULL,
  `anrede_presse` enum('0','1','2') NOT NULL DEFAULT '0' COMMENT '0=Frau,1=Herr 2=keine Angabe',
  `vorname_presse` varchar(50) NOT NULL,
  `nachname_presse` varchar(50) NOT NULL,
  `strasse_presse` varchar(100) NOT NULL,
  `nummer_presse` varchar(5) NOT NULL DEFAULT '',
  `plz_presse` varchar(10) NOT NULL,
  `ort_presse` varchar(75) NOT NULL,
  `land_presse` varchar(3) NOT NULL DEFAULT 'DE',
  `email_presse` varchar(75) NOT NULL,
  `telefon_presse` varchar(30) NOT NULL,
  `fax_presse` varchar(30) NOT NULL,
  `url_presse` varchar(150) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

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

--
-- Table structure for table `iamc_b2s_user_network_settings`
--

CREATE TABLE `iamc_b2s_user_network_settings` (
  `id` int NOT NULL,
  `blog_user_id` int NOT NULL,
  `mandant_id` int NOT NULL,
  `network_auth_id` int NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

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

--
-- Table structure for table `iamc_commentmeta`
--

CREATE TABLE `iamc_commentmeta` (
  `meta_id` bigint UNSIGNED NOT NULL,
  `comment_id` bigint UNSIGNED NOT NULL DEFAULT '0',
  `meta_key` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
  `meta_value` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

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

--
-- Table structure for table `iamc_comments`
--

CREATE TABLE `iamc_comments` (
  `comment_ID` bigint UNSIGNED NOT NULL,
  `comment_post_ID` bigint UNSIGNED NOT NULL DEFAULT '0',
  `comment_author` tinytext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
  `comment_author_email` varchar(100) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_content` text CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
  `comment_karma` int NOT NULL DEFAULT '0',
  `comment_approved` varchar(20) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `comment_type` varchar(20) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL DEFAULT 'comment',
  `comment_parent` bigint UNSIGNED NOT NULL DEFAULT '0',
  `user_id` bigint UNSIGNED NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

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

--
-- Table structure for table `iamc_evf_entries`
--

CREATE TABLE `iamc_evf_entries` (
  `entry_id` bigint UNSIGNED NOT NULL,
  `form_id` bigint UNSIGNED NOT NULL,
  `user_id` bigint UNSIGNED NOT NULL,
  `user_device` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `user_ip_address` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT '',
  `referer` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `fields` longtext COLLATE utf8mb4_unicode_520_ci,
  `status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `viewed` tinyint(1) NOT NULL DEFAULT '0',
  `starred` tinyint(1) NOT NULL DEFAULT '0',
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `iamc_evf_entrymeta`
--

CREATE TABLE `iamc_evf_entrymeta` (
  `meta_id` bigint UNSIGNED NOT NULL,
  `entry_id` bigint UNSIGNED NOT NULL,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `iamc_evf_sessions`
--

CREATE TABLE `iamc_evf_sessions` (
  `session_id` bigint UNSIGNED NOT NULL,
  `session_key` char(32) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `session_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `session_expiry` bigint UNSIGNED NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `iamc_gdbc_attempts`
--

CREATE TABLE `iamc_gdbc_attempts` (
  `Id` int UNSIGNED NOT NULL,
  `CreatedDate` int UNSIGNED NOT NULL,
  `SiteId` smallint UNSIGNED NOT NULL,
  `ClientIp` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `ModuleId` tinyint UNSIGNED NOT NULL,
  `SectionId` tinyint UNSIGNED DEFAULT '0',
  `ReasonId` tinyint UNSIGNED NOT NULL,
  `Notes` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `iamc_gdbc_attempts`
--

INSERT INTO `iamc_gdbc_attempts` (`Id`, `CreatedDate`, `SiteId`, `ClientIp`, `ModuleId`, `SectionId`, `ReasonId`, `Notes`) VALUES
(1178, 1672611462, 1, '73.184.149.146', 2, 2, 1, 'a:1:{s:8:\"username\";s:14:\"iamcmanagement\";}'),
(1177, 1672546208, 1, '104.244.75.243', 18, 2, 9, ''),
(1176, 1672274125, 1, '34.94.116.123', 18, 2, 9, ''),
(1175, 1672237710, 1, '57.128.84.32', 18, 2, 9, ''),
(1174, 1672165950, 1, '45.61.188.225', 18, 2, 9, ''),
(1173, 1672079337, 1, '185.244.30.41', 18, 2, 9, ''),
(1172, 1672079330, 1, '77.91.75.206', 18, 2, 9, ''),
(1171, 1672079324, 1, '185.56.83.83', 18, 2, 9, ''),
(1170, 1672079322, 1, '23.154.177.6', 18, 2, 9, ''),
(1169, 1672079321, 1, '185.100.87.238', 18, 2, 9, ''),
(1168, 1672070634, 1, '51.79.30.64', 18, 2, 9, ''),
(1167, 1671946205, 1, '45.61.188.225', 18, 2, 9, ''),
(1166, 1671908645, 1, '89.163.230.169', 18, 2, 9, ''),
(1165, 1671829390, 1, '159.223.57.142', 18, 2, 9, ''),
(1164, 1671817275, 1, '139.59.106.230', 18, 2, 9, ''),
(1163, 1671590311, 1, '89.163.230.169', 18, 2, 9, ''),
(1162, 1671526844, 1, '57.128.45.164', 18, 2, 9, ''),
(1161, 1671478350, 1, '57.128.83.159', 18, 2, 9, ''),
(1160, 1671433892, 1, '20.25.180.74', 18, 2, 9, ''),
(1159, 1671379961, 1, '57.128.82.244', 18, 2, 9, ''),
(1158, 1671370272, 1, '57.128.81.141', 18, 2, 9, ''),
(1157, 1671195260, 1, '198.244.159.194', 18, 2, 9, ''),
(1156, 1671192323, 1, '57.128.83.159', 18, 2, 9, ''),
(1155, 1671190830, 1, '51.91.208.107', 18, 2, 9, ''),
(1194, 1673840401, 1, '23.128.248.27', 18, 2, 9, ''),
(1195, 1673840405, 1, '23.129.64.217', 18, 2, 9, ''),
(1153, 1671145932, 1, '51.79.30.64', 18, 2, 9, ''),
(1152, 1671002515, 1, '18.130.170.6', 18, 2, 9, ''),
(1151, 1670941015, 1, '157.245.156.221', 18, 2, 9, ''),
(1150, 1670887028, 1, '57.128.83.240', 18, 2, 9, ''),
(1208, 1674630540, 1, '43.153.116.102', 18, 2, 9, ''),
(1207, 1674553149, 1, '143.198.213.119', 18, 2, 9, ''),
(1206, 1674406369, 1, '185.220.101.20', 18, 2, 9, ''),
(1205, 1674406367, 1, '23.128.248.28', 18, 2, 9, ''),
(1204, 1674406364, 1, '185.220.101.42', 18, 2, 9, ''),
(1203, 1674406362, 1, '193.31.24.154', 18, 2, 9, ''),
(1202, 1674406361, 1, '23.128.248.28', 18, 2, 9, ''),
(1201, 1674236098, 1, '129.146.114.47', 18, 2, 9, ''),
(1200, 1674036041, 1, '129.146.114.47', 18, 2, 9, ''),
(1199, 1673968683, 1, '159.223.56.221', 18, 2, 9, ''),
(1198, 1673926857, 1, '129.146.114.47', 18, 2, 9, ''),
(1197, 1673920468, 1, '129.146.114.47', 18, 2, 9, ''),
(1196, 1673842316, 1, '139.162.199.65', 18, 2, 9, ''),
(1186, 1673355370, 1, '185.220.100.254', 18, 2, 9, ''),
(1185, 1673355368, 1, '193.42.33.113', 18, 2, 9, ''),
(1184, 1673355366, 1, '185.220.100.248', 18, 2, 9, ''),
(1183, 1673355364, 1, '185.220.103.4', 18, 2, 9, ''),
(1182, 1673336010, 1, '20.120.14.84', 18, 2, 9, ''),
(1181, 1673319309, 1, '178.128.88.180', 18, 2, 9, ''),
(1180, 1673181619, 1, '143.198.214.190', 18, 2, 9, ''),
(1179, 1673181240, 1, '68.183.239.37', 18, 2, 9, ''),
(1154, 1671146355, 1, '57.128.82.244', 18, 2, 9, ''),
(1187, 1673368412, 1, '43.153.68.108', 18, 2, 9, ''),
(1188, 1673525224, 1, '46.3.139.131', 18, 2, 9, ''),
(1189, 1673622858, 1, '5.161.100.229', 18, 2, 9, ''),
(1190, 1673754566, 1, '129.146.114.47', 18, 2, 9, ''),
(1191, 1673764506, 1, '172.104.51.96', 18, 2, 9, ''),
(1192, 1673840392, 1, '185.220.100.247', 18, 2, 9, ''),
(1193, 1673840395, 1, '23.152.225.4', 18, 2, 9, '');

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

--
-- Table structure for table `iamc_links`
--

CREATE TABLE `iamc_links` (
  `link_id` bigint UNSIGNED NOT NULL,
  `link_url` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `link_name` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `link_image` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `link_target` varchar(25) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `link_description` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `link_visible` varchar(20) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL DEFAULT 'Y',
  `link_owner` bigint UNSIGNED NOT NULL DEFAULT '1',
  `link_rating` int NOT NULL DEFAULT '0',
  `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `link_rel` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `link_notes` mediumtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
  `link_rss` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

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

--
-- Table structure for table `iamc_nextend2_image_storage`
--

CREATE TABLE `iamc_nextend2_image_storage` (
  `id` int NOT NULL,
  `hash` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `image` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `value` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `iamc_nextend2_section_storage`
--

CREATE TABLE `iamc_nextend2_section_storage` (
  `id` int NOT NULL,
  `application` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `section` varchar(128) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `referencekey` varchar(128) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `value` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `system` int NOT NULL DEFAULT '0',
  `editable` int NOT NULL DEFAULT '1'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `iamc_nextend2_section_storage`
--

INSERT INTO `iamc_nextend2_section_storage` (`id`, `application`, `section`, `referencekey`, `value`, `system`, `editable`) VALUES
(10000, 'smartslider', 'settings', '', '{\"n2_ss3_version\":\"3.5.1.12\\/b:release-3.5.1.12\\/r:23139749a8387f67159e398e0146aff72bfb37ed\"}', 0, 1);

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

--
-- Table structure for table `iamc_nextend2_smartslider3_generators`
--

CREATE TABLE `iamc_nextend2_smartslider3_generators` (
  `id` int NOT NULL,
  `group` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `type` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `params` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `iamc_nextend2_smartslider3_sliders`
--

CREATE TABLE `iamc_nextend2_smartslider3_sliders` (
  `id` int NOT NULL,
  `alias` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `title` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `type` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `params` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `status` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'published',
  `time` datetime NOT NULL,
  `thumbnail` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `ordering` int NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `iamc_nextend2_smartslider3_sliders`
--

INSERT INTO `iamc_nextend2_smartslider3_sliders` (`id`, `alias`, `title`, `type`, `params`, `status`, `time`, `thumbnail`, `ordering`) VALUES
(1, NULL, 'Tutorial Slider', 'simple', '{\"aria-label\":\"Slider\",\"alias-id\":\"\",\"alias-smoothscroll\":\"\",\"alias-slideswitch\":\"\",\"background\":\"\",\"background-fixed\":\"0\",\"background-size\":\"cover\",\"background-color\":\"FFFFFF00\",\"backgroundVideoMp4\":\"\",\"backgroundVideoMuted\":\"1\",\"backgroundVideoLoop\":\"1\",\"backgroundVideoMode\":\"fill\",\"align\":\"normal\",\"margin\":\"0|*|0|*|0|*|0\",\"padding\":\"0|*|0|*|0|*|0\",\"perspective\":\"1000\",\"border-width\":\"0\",\"border-color\":\"3E3E3Eff\",\"border-radius\":\"0\",\"slider-preset\":\"\",\"slider-css\":\"\",\"width\":\"1200\",\"height\":\"600\",\"mobileportrait\":\"1\",\"mobilelandscape\":\"1\",\"tabletportrait\":\"1\",\"tabletlandscape\":\"1\",\"desktopportrait\":\"1\",\"desktoplandscape\":\"1\",\"responsiveLimitSlideWidth\":\"1\",\"responsiveSlideWidthDesktopLandscape\":\"0\",\"responsiveSlideWidthMaxDesktopLandscape\":\"1600\",\"responsiveSlideWidth\":\"0\",\"responsiveSlideWidthMax\":\"3000\",\"responsiveSlideWidthTabletLandscape\":\"0\",\"responsiveSlideWidthMaxTabletLandscape\":\"1200\",\"responsiveSlideWidthTablet\":\"0\",\"responsiveSlideWidthMaxTablet\":\"3000\",\"responsiveSlideWidthMobileLandscape\":\"0\",\"responsiveSlideWidthMaxMobileLandscape\":\"740\",\"responsiveSlideWidthMobile\":\"0\",\"responsiveSlideWidthMaxMobile\":\"480\",\"responsive-breakpoint-desktop-portrait\":\"1440\",\"responsive-breakpoint-desktop-portrait-landscape\":\"1440\",\"responsive-breakpoint-tablet-landscape\":\"1300\",\"responsive-breakpoint-tablet-landscape-landscape\":\"1300\",\"responsive-breakpoint-tablet-portrait\":\"1199\",\"responsive-breakpoint-tablet-portrait-landscape\":\"1199\",\"responsive-breakpoint-mobile-landscape\":\"900\",\"responsive-breakpoint-mobile-landscape-landscape\":\"1050\",\"responsive-breakpoint-mobile-portrait\":\"700\",\"responsive-breakpoint-mobile-portrait-landscape\":\"900\",\"responsive-breakpoint-desktop-landscape-enabled\":\"0\",\"responsive-breakpoint-tablet-landscape-enabled\":\"0\",\"responsive-breakpoint-tablet-portrait-enabled\":\"1\",\"responsive-breakpoint-mobile-landscape-enabled\":\"0\",\"responsive-breakpoint-mobile-portrait-enabled\":\"1\",\"responsive-breakpoint-global\":\"0\",\"breakpoints-orientation\":\"portrait\",\"responsive-mode\":\"fullwidth\",\"responsiveSliderHeightMin\":\"0\",\"responsiveForceFull\":\"1\",\"responsiveForceFullOverflowX\":\"body\",\"responsiveForceFullHorizontalSelector\":\"body\",\"slider-size-override\":\"0\",\"slider-size-override-mobile-portrait\":\"0\",\"mobile-portrait-width\":\"320\",\"mobile-portrait-height\":\"568\",\"slider-size-override-mobile-landscape\":\"0\",\"mobile-landscape-width\":\"568\",\"mobile-landscape-height\":\"320\",\"slider-size-override-tablet-portrait\":\"0\",\"tablet-portrait-width\":\"768\",\"tablet-portrait-height\":\"1024\",\"slider-size-override-tablet-landscape\":\"0\",\"tablet-landscape-width\":\"1024\",\"tablet-landscape-height\":\"768\",\"slider-size-override-desktop-landscape\":\"0\",\"desktop-landscape-width\":\"1440\",\"desktop-landscape-height\":\"900\",\"controlsTouch\":\"horizontal\",\"controlsScroll\":\"0\",\"controlsKeyboard\":\"1\",\"widget-arrow-enabled\":\"0\",\"widgetarrow\":\"imageEmpty\",\"widget-arrow-previous\":\"thin-horizontal.svg\",\"widget-arrow-previous-image\":\"\",\"widget-arrow-previous-color\":\"ffffffcc\",\"widget-arrow-previous-hover\":\"1\",\"widget-arrow-previous-hover-color\":\"ffffffff\",\"widget-arrow-mirror\":\"1\",\"widget-arrow-next\":\"thin-horizontal.svg\",\"widget-arrow-next-image\":\"\",\"widget-arrow-next-color\":\"ffffffcc\",\"widget-arrow-next-hover\":\"0\",\"widget-arrow-next-hover-color\":\"ffffffcc\",\"widget-arrow-style\":\"\",\"widget-arrow-previous-position-mode\":\"simple\",\"widget-arrow-previous-position-area\":\"6\",\"widget-arrow-previous-position-stack\":\"1\",\"widget-arrow-previous-position-offset\":\"15\",\"widget-arrow-previous-position-horizontal\":\"left\",\"widget-arrow-previous-position-horizontal-position\":\"0\",\"widget-arrow-previous-position-horizontal-unit\":\"px\",\"widget-arrow-previous-position-vertical\":\"top\",\"widget-arrow-previous-position-vertical-position\":\"0\",\"widget-arrow-previous-position-vertical-unit\":\"px\",\"widget-arrow-next-position-mode\":\"simple\",\"widget-arrow-next-position-area\":\"7\",\"widget-arrow-next-position-stack\":\"1\",\"widget-arrow-next-position-offset\":\"15\",\"widget-arrow-next-position-horizontal\":\"left\",\"widget-arrow-next-position-horizontal-position\":\"0\",\"widget-arrow-next-position-horizontal-unit\":\"px\",\"widget-arrow-next-position-vertical\":\"top\",\"widget-arrow-next-position-vertical-position\":\"0\",\"widget-arrow-next-position-vertical-unit\":\"px\",\"widget-arrow-animation\":\"fade\",\"widget-arrow-previous-alt\":\"previous arrow\",\"widget-arrow-next-alt\":\"next arrow\",\"widget-arrow-base64\":\"1\",\"widget-arrow-responsive-desktop\":\"1\",\"widget-arrow-responsive-tablet\":\"1\",\"widget-arrow-responsive-mobile\":\"0.5\",\"widget-arrow-display-hover\":\"0\",\"widget-arrow-display-mobileportrait\":\"0\",\"widget-arrow-display-mobilelandscape\":\"0\",\"widget-arrow-display-tabletportrait\":\"1\",\"widget-arrow-display-tabletlandscape\":\"1\",\"widget-arrow-display-desktopportrait\":\"1\",\"widget-arrow-display-desktoplandscape\":\"1\",\"widget-arrow-exclude-slides\":\"\",\"widget-bullet-enabled\":\"1\",\"widgetbullet\":\"transition\",\"widget-bullet-position-mode\":\"simple\",\"widget-bullet-position-area\":\"10\",\"widget-bullet-position-stack\":\"1\",\"widget-bullet-position-offset\":\"5\",\"widget-bullet-position-horizontal\":\"left\",\"widget-bullet-position-horizontal-position\":\"0\",\"widget-bullet-position-horizontal-unit\":\"px\",\"widget-bullet-position-vertical\":\"top\",\"widget-bullet-position-vertical-position\":\"0\",\"widget-bullet-position-vertical-unit\":\"px\",\"widget-bullet-action\":\"click\",\"widget-bullet-style\":\"{\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"00000000\\\",\\\"opacity\\\":100,\\\"padding\\\":\\\"5|*|5|*|5|*|5|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"2|*|solid|*|ffffffcc\\\",\\\"borderradius\\\":\\\"50\\\",\\\"extra\\\":\\\"margin: 4px;\\\"},{\\\"extra\\\":\\\"\\\",\\\"backgroundcolor\\\":\\\"ffffffcc\\\",\\\"border\\\":\\\"2|*|solid|*|ffffffcc\\\"}]}\",\"widget-bullet-bar\":\"\",\"widget-bullet-bar-full-size\":\"0\",\"widget-bullet-align\":\"center\",\"widget-bullet-orientation\":\"auto\",\"widget-bullet-thumbnail-show-image\":\"0\",\"widget-bullet-thumbnail-width\":\"60\",\"widget-bullet-thumbnail-height\":\"60\",\"widget-bullet-thumbnail-style\":\"{\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"00000080\\\",\\\"padding\\\":\\\"3|*|3|*|3|*|3|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|000000ff\\\",\\\"borderradius\\\":\\\"3\\\",\\\"extra\\\":\\\"margin: 5px;\\\"}]}\",\"widget-bullet-thumbnail-side\":\"before\",\"widget-bullet-display-hover\":\"0\",\"widget-bullet-display-mobileportrait\":\"1\",\"widget-bullet-display-mobilelandscape\":\"1\",\"widget-bullet-display-tabletportrait\":\"1\",\"widget-bullet-display-tabletlandscape\":\"1\",\"widget-bullet-display-desktopportrait\":\"1\",\"widget-bullet-display-desktoplandscape\":\"1\",\"widget-bullet-exclude-slides\":\"\",\"widget-bar-enabled\":\"0\",\"widgetbar\":\"horizontal\",\"widget-bar-position-mode\":\"simple\",\"widget-bar-position-area\":\"10\",\"widget-bar-position-stack\":\"1\",\"widget-bar-position-offset\":\"30\",\"widget-bar-position-horizontal\":\"left\",\"widget-bar-position-horizontal-position\":\"0\",\"widget-bar-position-horizontal-unit\":\"px\",\"widget-bar-position-vertical\":\"top\",\"widget-bar-position-vertical-position\":\"0\",\"widget-bar-position-vertical-unit\":\"px\",\"widget-bar-animate\":\"0\",\"widget-bar-style\":\"{\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"000000ab\\\",\\\"padding\\\":\\\"5|*|20|*|5|*|20|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|000000ff\\\",\\\"borderradius\\\":\\\"40\\\",\\\"extra\\\":\\\"\\\"}]}\",\"widget-bar-show-title\":\"1\",\"widget-bar-font-title\":\"{\\\"data\\\":[{\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"14||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000c7\\\",\\\"afont\\\":\\\"Montserrat\\\",\\\"lineheight\\\":\\\"1.3\\\",\\\"bold\\\":0,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"left\\\",\\\"extra\\\":\\\"vertical-align: middle;\\\"},{\\\"color\\\":\\\"fc2828ff\\\",\\\"afont\\\":\\\"google(@import url(http://fonts.googleapis.com/css?family=Raleway);),Arial\\\",\\\"size\\\":\\\"25||px\\\"},{}]}\",\"widget-bar-show-description\":\"1\",\"widget-bar-font-description\":\"{\\\"data\\\":[{\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"14||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000c7\\\",\\\"afont\\\":\\\"Montserrat\\\",\\\"lineheight\\\":\\\"1.3\\\",\\\"bold\\\":0,\\\"italic\\\":1,\\\"underline\\\":0,\\\"align\\\":\\\"left\\\",\\\"extra\\\":\\\"vertical-align: middle;\\\"},{\\\"color\\\":\\\"fc2828ff\\\",\\\"afont\\\":\\\"google(@import url(http://fonts.googleapis.com/css?family=Raleway);),Arial\\\",\\\"size\\\":\\\"25||px\\\"},{}]}\",\"widget-bar-slide-count\":\"0\",\"widget-bar-width\":\"100%\",\"widget-bar-full-width\":\"0\",\"widget-bar-separator\":\" - \",\"widget-bar-align\":\"center\",\"widget-bar-display-hover\":\"0\",\"widget-bar-display-mobileportrait\":\"1\",\"widget-bar-display-mobilelandscape\":\"1\",\"widget-bar-display-tabletportrait\":\"1\",\"widget-bar-display-tabletlandscape\":\"1\",\"widget-bar-display-desktopportrait\":\"1\",\"widget-bar-display-desktoplandscape\":\"1\",\"widget-bar-exclude-slides\":\"\",\"widget-thumbnail-enabled\":\"0\",\"widgetthumbnail\":\"default\",\"widget-thumbnail-show-image\":\"1\",\"widget-thumbnail-width\":\"100\",\"widget-thumbnail-height\":\"60\",\"widget-thumbnail-position-mode\":\"simple\",\"widget-thumbnail-position-area\":\"12\",\"widget-thumbnail-position-stack\":\"1\",\"widget-thumbnail-position-offset\":\"0\",\"widget-thumbnail-position-horizontal\":\"left\",\"widget-thumbnail-position-horizontal-position\":\"0\",\"widget-thumbnail-position-horizontal-unit\":\"px\",\"widget-thumbnail-position-vertical\":\"top\",\"widget-thumbnail-position-vertical-position\":\"0\",\"widget-thumbnail-position-vertical-unit\":\"px\",\"widget-thumbnail-action\":\"click\",\"widget-thumbnail-align-content\":\"start\",\"widget-thumbnail-style-bar\":\"{\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"242424ff\\\",\\\"padding\\\":\\\"3|*|3|*|3|*|3|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|000000ff\\\",\\\"borderradius\\\":\\\"0\\\",\\\"extra\\\":\\\"\\\"}]}\",\"widget-thumbnail-style-slides\":\"{\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"00000000\\\",\\\"padding\\\":\\\"0|*|0|*|0|*|0|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|ffffff00\\\",\\\"borderradius\\\":\\\"0\\\",\\\"opacity\\\":\\\"40\\\",\\\"extra\\\":\\\"margin: 3px;\\ntransition: all 0.4s;\\nbackground-size: cover;\\\"},{\\\"border\\\":\\\"0|*|solid|*|ffffffcc\\\",\\\"opacity\\\":\\\"100\\\",\\\"extra\\\":\\\"\\\"}]}\",\"widget-thumbnail-title-style\":\"{\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"000000ab\\\",\\\"padding\\\":\\\"3|*|10|*|3|*|10|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|000000ff\\\",\\\"borderradius\\\":\\\"0\\\",\\\"extra\\\":\\\"bottom: 0;\\nleft: 0;\\\"}]}\",\"widget-thumbnail-title\":\"0\",\"widget-thumbnail-title-font\":\"{\\\"data\\\":[{\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"12||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ab\\\",\\\"afont\\\":\\\"Montserrat\\\",\\\"lineheight\\\":\\\"1.2\\\",\\\"bold\\\":0,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"left\\\"},{\\\"color\\\":\\\"fc2828ff\\\",\\\"afont\\\":\\\"google(@import url(http://fonts.googleapis.com/css?family=Raleway);),Arial\\\",\\\"size\\\":\\\"25||px\\\"},{}]}\",\"widget-thumbnail-description\":\"0\",\"widget-thumbnail-description-font\":\"{\\\"data\\\":[{\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"12||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ab\\\",\\\"afont\\\":\\\"Montserrat\\\",\\\"lineheight\\\":\\\"1.3\\\",\\\"bold\\\":0,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"left\\\"},{\\\"color\\\":\\\"fc2828ff\\\",\\\"afont\\\":\\\"google(@import url(http://fonts.googleapis.com/css?family=Raleway);),Arial\\\",\\\"size\\\":\\\"25||px\\\"},{}]}\",\"widget-thumbnail-caption-placement\":\"overlay\",\"widget-thumbnail-caption-size\":\"100\",\"widget-thumbnail-arrow\":\"1\",\"widget-thumbnail-arrow-width\":\"26\",\"widget-thumbnail-arrow-offset\":\"0\",\"widget-thumbnail-arrow-prev-alt\":\"previous arrow\",\"widget-thumbnail-arrow-next-alt\":\"next arrow\",\"widget-thumbnail-arrow-image\":\"\",\"widget-thumbnail-minimum-thumbnail-count\":\"2\",\"widget-thumbnail-group\":\"1\",\"widget-thumbnail-invert-group-direction\":\"0\",\"widget-thumbnail-orientation\":\"auto\",\"widget-thumbnail-size\":\"100%\",\"widget-thumbnail-display-hover\":\"0\",\"widget-thumbnail-display-mobileportrait\":\"1\",\"widget-thumbnail-display-mobilelandscape\":\"1\",\"widget-thumbnail-display-tabletportrait\":\"1\",\"widget-thumbnail-display-tabletlandscape\":\"1\",\"widget-thumbnail-display-desktopportrait\":\"1\",\"widget-thumbnail-display-desktoplandscape\":\"1\",\"widget-thumbnail-exclude-slides\":\"\",\"widget-shadow-enabled\":\"0\",\"widgetshadow\":\"shadow\",\"widget-shadow-shadow\":\"dark.png\",\"widget-shadow-shadow-image\":\"\",\"widget-shadow-width\":\"100%\",\"widget-shadow-display-mobileportrait\":\"1\",\"widget-shadow-display-mobilelandscape\":\"1\",\"widget-shadow-display-tabletportrait\":\"1\",\"widget-shadow-display-tabletlandscape\":\"1\",\"widget-shadow-display-desktopportrait\":\"1\",\"widget-shadow-display-desktoplandscape\":\"1\",\"widget-shadow-exclude-slides\":\"\",\"widget-fullscreen-enabled\":\"0\",\"widgetfullscreen\":\"image\",\"widget-fullscreen-tonormal\":\"full1.svg\",\"widget-fullscreen-tonormal-image\":\"\",\"widget-fullscreen-tonormal-color\":\"ffffffcc\",\"widget-fullscreen-mirror\":\"1\",\"widget-fullscreen-tofull\":\"full1.svg\",\"widget-fullscreen-tofull-image\":\"\",\"widget-fullscreen-tofull-color\":\"ffffffcc\",\"widget-fullscreen-style\":\"{\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"000000ab\\\",\\\"padding\\\":\\\"10|*|10|*|10|*|10|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|000000ff\\\",\\\"borderradius\\\":\\\"3\\\",\\\"extra\\\":\\\"\\\"},{\\\"backgroundcolor\\\":\\\"000000ab\\\"}]}\",\"widget-fullscreen-position-mode\":\"simple\",\"widget-fullscreen-position-area\":\"4\",\"widget-fullscreen-position-stack\":\"1\",\"widget-fullscreen-position-offset\":\"15\",\"widget-fullscreen-position-horizontal\":\"left\",\"widget-fullscreen-position-horizontal-position\":\"0\",\"widget-fullscreen-position-horizontal-unit\":\"px\",\"widget-fullscreen-position-vertical\":\"top\",\"widget-fullscreen-position-vertical-position\":\"0\",\"widget-fullscreen-position-vertical-unit\":\"px\",\"widget-fullscreen-responsive-desktop\":\"1\",\"widget-fullscreen-responsive-tablet\":\"0.7\",\"widget-fullscreen-responsive-mobile\":\"0.5\",\"widget-fullscreen-display-hover\":\"0\",\"widget-fullscreen-display-mobileportrait\":\"1\",\"widget-fullscreen-display-mobilelandscape\":\"1\",\"widget-fullscreen-display-tabletportrait\":\"1\",\"widget-fullscreen-display-tabletlandscape\":\"1\",\"widget-fullscreen-display-desktopportrait\":\"1\",\"widget-fullscreen-display-desktoplandscape\":\"1\",\"widget-fullscreen-exclude-slides\":\"\",\"widget-html-enabled\":\"0\",\"widgethtml\":\"html\",\"widget-html-position-mode\":\"simple\",\"widget-html-position-area\":\"2\",\"widget-html-position-stack\":\"1\",\"widget-html-position-offset\":\"0\",\"widget-html-position-horizontal\":\"left\",\"widget-html-position-horizontal-position\":\"0\",\"widget-html-position-horizontal-unit\":\"px\",\"widget-html-position-vertical\":\"top\",\"widget-html-position-vertical-position\":\"0\",\"widget-html-position-vertical-unit\":\"px\",\"widget-html-code\":\"\",\"widget-html-display-hover\":\"0\",\"widget-html-display-mobileportrait\":\"1\",\"widget-html-display-mobilelandscape\":\"1\",\"widget-html-display-tabletportrait\":\"1\",\"widget-html-display-tabletlandscape\":\"1\",\"widget-html-display-desktopportrait\":\"1\",\"widget-html-display-desktoplandscape\":\"1\",\"widget-html-exclude-slides\":\"\",\"animation\":\"fade\",\"animation-duration\":\"500\",\"animation-delay\":\"0\",\"animation-easing\":\"easeOutQuad\",\"animation-parallax-overlap\":\"0\",\"carousel\":\"1\",\"background-animation\":\"\",\"background-animation-color\":\"333333ff\",\"background-animation-speed\":\"normal\",\"animation-shifted-background-animation\":\"auto\",\"kenburns-animation\":\"50|*|50|*|\",\"kenburns-animation-speed\":\"default\",\"kenburns-animation-strength\":\"default\",\"shape-divider\":\"\",\"particle\":\"\",\"playfirstlayer\":\"1\",\"playonce\":\"0\",\"layer-animation-play-in\":\"end\",\"layer-animation-play-mode\":\"skippable\",\"parallax-enabled\":\"1\",\"parallax-enabled-mobile\":\"0\",\"parallax-3d\":\"0\",\"parallax-animate\":\"1\",\"parallax-horizontal\":\"mouse\",\"parallax-vertical\":\"mouse\",\"parallax-mouse-origin\":\"slider\",\"parallax-scroll-move\":\"both\",\"autoplay\":\"0\",\"autoplayDuration\":\"8000\",\"autoplayStart\":\"1\",\"autoplayAllowReStart\":\"0\",\"autoplayLoop\":\"1\",\"autoplayfinish\":\"1|*|loop|*|current\",\"loop-single-slide\":\"0\",\"autoplayStopClick\":\"1\",\"autoplayStopMouse\":\"0\",\"autoplayStopMedia\":\"1\",\"autoplayResumeClick\":\"0\",\"autoplayResumeMouse\":\"0\",\"autoplayResumeMedia\":\"1\",\"widget-autoplay-enabled\":\"0\",\"widgetautoplay\":\"image\",\"widget-autoplay-play\":\"small-light.svg\",\"widget-autoplay-play-image\":\"\",\"widget-autoplay-play-color\":\"ffffffcc\",\"widget-autoplay-style\":\"{\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"000000ab\\\",\\\"padding\\\":\\\"10|*|10|*|10|*|10|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|000000ff\\\",\\\"borderradius\\\":\\\"3\\\",\\\"extra\\\":\\\"\\\"},{\\\"backgroundcolor\\\":\\\"000000ab\\\"}]}\",\"widget-autoplay-mirror\":\"1\",\"widget-autoplay-pause\":\"small-light.svg\",\"widget-autoplay-pause-image\":\"\",\"widget-autoplay-pause-color\":\"ffffffcc\",\"widget-autoplay-responsive-desktop\":\"1\",\"widget-autoplay-responsive-tablet\":\"0.7\",\"widget-autoplay-responsive-mobile\":\"0.5\",\"widget-autoplay-position-mode\":\"simple\",\"widget-autoplay-position-area\":\"4\",\"widget-autoplay-position-stack\":\"1\",\"widget-autoplay-position-offset\":\"15\",\"widget-autoplay-position-horizontal\":\"left\",\"widget-autoplay-position-horizontal-position\":\"0\",\"widget-autoplay-position-horizontal-unit\":\"px\",\"widget-autoplay-position-vertical\":\"top\",\"widget-autoplay-position-vertical-position\":\"0\",\"widget-autoplay-position-vertical-unit\":\"px\",\"widget-autoplay-display-hover\":\"0\",\"widget-autoplay-display-mobileportrait\":\"1\",\"widget-autoplay-display-mobilelandscape\":\"1\",\"widget-autoplay-display-tabletportrait\":\"1\",\"widget-autoplay-display-tabletlandscape\":\"1\",\"widget-autoplay-display-desktopportrait\":\"1\",\"widget-autoplay-display-desktoplandscape\":\"1\",\"widget-autoplay-exclude-slides\":\"\",\"widget-indicator-enabled\":\"0\",\"widgetindicator\":\"pie\",\"widget-indicator-position-mode\":\"simple\",\"widget-indicator-position-area\":\"4\",\"widget-indicator-position-stack\":\"1\",\"widget-indicator-position-offset\":\"15\",\"widget-indicator-position-horizontal\":\"left\",\"widget-indicator-position-horizontal-position\":\"0\",\"widget-indicator-position-horizontal-unit\":\"px\",\"widget-indicator-position-vertical\":\"top\",\"widget-indicator-position-vertical-position\":\"0\",\"widget-indicator-position-vertical-unit\":\"px\",\"widget-indicator-size\":\"25\",\"widget-indicator-thickness\":\"30\",\"widget-indicator-track\":\"000000ab\",\"widget-indicator-bar\":\"ffffffff\",\"widget-indicator-style\":\"\",\"widget-indicator-display-hover\":\"0\",\"widget-indicator-display-mobileportrait\":\"1\",\"widget-indicator-display-mobilelandscape\":\"1\",\"widget-indicator-display-tabletportrait\":\"1\",\"widget-indicator-display-tabletlandscape\":\"1\",\"widget-indicator-display-desktopportrait\":\"1\",\"widget-indicator-display-desktoplandscape\":\"1\",\"widget-indicator-exclude-slides\":\"\",\"imageload\":\"0\",\"imageloadNeighborSlides\":\"0\",\"optimize\":\"0\",\"optimize-quality\":\"70\",\"optimizeThumbnailWidth\":\"100\",\"optimizeThumbnailHeight\":\"60\",\"optimize-background-image-custom\":\"0\",\"optimize-background-image-width\":\"800\",\"optimize-background-image-height\":\"600\",\"layer-image-optimize\":\"0\",\"layer-image-tablet\":\"50\",\"layer-image-mobile\":\"30\",\"layer-image-base64\":\"0\",\"layer-image-base64-size\":\"50\",\"slides-background-video-mobile\":\"1\",\"playWhenVisible\":\"1\",\"playWhenVisibleAt\":\"50\",\"fadeOnLoad\":\"1\",\"fadeOnScroll\":\"0\",\"dependency\":\"\",\"delay\":\"0\",\"is-delayed\":\"0\",\"spinner\":\"simpleWhite\",\"custom-spinner\":\"\",\"custom-spinner-width\":\"100\",\"custom-spinner-height\":\"100\",\"custom-display\":\"1\",\"placeholder-background-image\":\"\",\"placeholder-color\":\"FFFFFF00\",\"backgroundMode\":\"fill\",\"dynamic-height\":\"0\",\"slide-css\":\"\",\"randomize\":\"0\",\"randomizeFirst\":\"0\",\"randomize-cache\":\"1\",\"variations\":\"5\",\"reverse-slides\":\"0\",\"maximumslidecount\":\"1000\",\"maintain-session\":\"0\",\"global-lightbox\":\"0\",\"global-lightbox-label\":\"0\",\"slide-background-parallax\":\"0\",\"slide-background-parallax-strength\":\"50\",\"bg-parallax-tablet\":\"0\",\"bg-parallax-mobile\":\"0\",\"blockrightclick\":\"0\",\"controlsBlockCarouselInteraction\":\"1\",\"clear-both\":\"0\",\"clear-both-after\":\"1\",\"overflow-hidden-page\":\"0\",\"responsiveFocusUser\":\"1\",\"responsiveFocusEdge\":\"auto\",\"classes\":\"\",\"custom-css-codes\":\"\",\"callbacks\":\"\",\"related-posts\":\"\"}', 'published', '2020-02-25 13:53:41', 'https://smartslider3.com/wp-content/uploads/slider404/tutorialsliderthumbnail-1.png', 0);

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

--
-- Table structure for table `iamc_nextend2_smartslider3_sliders_xref`
--

CREATE TABLE `iamc_nextend2_smartslider3_sliders_xref` (
  `group_id` int NOT NULL,
  `slider_id` int NOT NULL,
  `ordering` int NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `iamc_nextend2_smartslider3_slides`
--

CREATE TABLE `iamc_nextend2_smartslider3_slides` (
  `id` int NOT NULL,
  `title` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `slider` int NOT NULL,
  `publish_up` datetime NOT NULL DEFAULT '1970-01-01 00:00:00',
  `publish_down` datetime NOT NULL DEFAULT '1970-01-01 00:00:00',
  `published` tinyint(1) NOT NULL,
  `first` int NOT NULL,
  `slide` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci,
  `description` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `thumbnail` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `params` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `ordering` int NOT NULL,
  `generator_id` int NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `iamc_nextend2_smartslider3_slides`
--

INSERT INTO `iamc_nextend2_smartslider3_slides` (`id`, `title`, `slider`, `publish_up`, `publish_down`, `published`, `first`, `slide`, `description`, `thumbnail`, `params`, `ordering`, `generator_id`) VALUES
(1, 'Slide Background', 1, '1970-01-01 00:00:00', '1970-01-01 00:00:00', 1, 0, '[{\"type\":\"content\",\"pm\":\"default\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":1120,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitselfalign\":\"center\",\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-IbNOabpfT5aE\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[{\"type\":\"row\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|0|*|10|*|0|*|px+\",\"desktopportraitgutter\":0,\"desktopportraitwrapafter\":0,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitpadding\":\"10|*|0|*|10|*|0|*|px+\",\"tabletportraitgutter\":20,\"mobileportraitpadding\":\"0|*|0|*|0|*|0|*|px+\",\"mobileportraitgutter\":20,\"mobileportraitwrapafter\":1,\"mobileportraitmaxwidth\":400,\"mobilelandscapewrapafter\":1,\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-dtwtw9DVCwgQ\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"href\":\"\",\"href-target\":\"_self\",\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"ffffff00\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"borderwidth\":\"1|*|1|*|1|*|1\",\"borderstyle\":\"none\",\"bordercolor\":\"FFFFFFFF\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"fullwidth\":1,\"stretch\":0,\"name\":\"Row\",\"namesynced\":1,\"cols\":[{\"type\":\"col\",\"pm\":\"default\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"left\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitorder\":0,\"tabletportraitpadding\":\"10|*|0|*|10|*|0|*|px+\",\"mobileportraitinneralign\":\"left\",\"mobileportraitpadding\":\"10|*|0|*|10|*|0|*|px+\",\"mobileportraitorder\":2,\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-Fjvyu081qJeK\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"colwidth\":\"2/5\",\"href\":\"\",\"href-target\":\"_self\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"borderwidth\":\"0|*|0|*|0|*|0\",\"borderstyle\":\"solid\",\"bordercolor\":\"ffffffff\",\"name\":\"Column\",\"namesynced\":1,\"layers\":[{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":80,\"mobileportraitfontsize\":60,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Jeans Store Interior\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"36||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.2\\\",\\\"weight\\\":1,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"normal\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"none\\\"},{\\\"extra\\\":\\\"\\\"}]}\",\"style\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"01. Slide Background\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":\"1\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"class\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":80,\"mobileportraitfontsize\":70,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Lorem ipsum dolor sit amet, consect\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffb0\\\",\\\"size\\\":\\\"24||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.3\\\",\\\"weight\\\":300,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"normal\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"none\\\"},{\\\"extra\\\":\\\"\\\"}]}\",\"style\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"Every slide includes a background, which can be a picture or solid color.\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":\"1\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"class\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"20|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":100,\"mobileportraitfontsize\":80,\"mobileportraitmargin\":\"10|*|0|*|0|*|0|*|px+\",\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Latest Project\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffdb\\\",\\\"size\\\":\\\"14||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.5\\\",\\\"weight\\\":1,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"1px\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"uppercase\\\"},{\\\"extra\\\":\\\"\\\"}]}\",\"style\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"Step 1\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":\"1\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"class\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":90,\"mobileportraitfontsize\":70,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Text\",\"namesynced\":1,\"item\":{\"type\":\"text\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffb0\\\",\\\"size\\\":\\\"18||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.6\\\",\\\"weight\\\":400,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"normal\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"none\\\"},{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"1890d7ff\\\"},{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"1890d7ff\\\"}]}\",\"style\":\"\",\"content\":\"To change the background click on the label bar and in the layer window select the style tab.\",\"content-tablet-enabled\":\"0\",\"contenttablet\":\"\",\"content-mobile-enabled\":\"0\",\"contentmobile\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"20|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":100,\"mobileportraitfontsize\":80,\"mobileportraitmargin\":\"10|*|0|*|0|*|0|*|px+\",\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Latest Project\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffdb\\\",\\\"size\\\":\\\"14||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.5\\\",\\\"weight\\\":1,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"1px\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"uppercase\\\"},{\\\"extra\\\":\\\"\\\"}]}\",\"style\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"Step 2\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":\"1\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"class\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":90,\"mobileportraitfontsize\":70,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Text\",\"namesynced\":1,\"item\":{\"type\":\"text\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffb0\\\",\\\"size\\\":\\\"18||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.6\\\",\\\"weight\\\":400,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"normal\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"none\\\"},{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"1890d7ff\\\"},{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"1890d7ff\\\"}]}\",\"style\":\"\",\"content\":\"Choose a source from the background top tab then upload an image or pick a background color.\",\"content-tablet-enabled\":\"0\",\"contenttablet\":\"\",\"content-mobile-enabled\":\"0\",\"contentmobile\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"20|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":80,\"mobileportraitfontsize\":80,\"mobileportraitmargin\":\"10|*|0|*|0|*|0|*|px+\",\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Read More\",\"namesynced\":1,\"item\":{\"type\":\"button\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"14||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.5\\\",\\\"weight\\\":1,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"center\\\",\\\"letterspacing\\\":\\\"1px\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"none\\\"},{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"0568f6ff\\\"}]}\",\"style\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"backgroundcolor\\\":\\\"0568f6ff\\\",\\\"opacity\\\":100,\\\"padding\\\":\\\"1|*|2|*|1|*|2|*|em\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|000000ff\\\",\\\"borderradius\\\":\\\"5\\\"},{\\\"extra\\\":\\\"\\\",\\\"backgroundcolor\\\":\\\"ffffffff\\\"}]}\",\"content\":\"Next Slide\",\"nowrap\":\"1\",\"fullwidth\":\"0\",\"href\":\"NextSlide[]\",\"href-target\":\"_self\",\"href-rel\":\"\",\"class\":\"\",\"icon\":\"\",\"iconsize\":\"100\",\"iconspacing\":\"30\",\"iconplacement\":\"left\"}}}]},{\"type\":\"col\",\"pm\":\"default\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"left\",\"desktopportraitpadding\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitorder\":0,\"mobileportraitinneralign\":\"center\",\"mobileportraitorder\":1,\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-LnImbm1HgUAv\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"colwidth\":\"3/5\",\"href\":\"\",\"href-target\":\"_self\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"borderwidth\":\"0|*|0|*|0|*|0\",\"borderstyle\":\"solid\",\"bordercolor\":\"ffffffff\",\"name\":\"Column\",\"namesynced\":1,\"layers\":[{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"mobileportraitmaxwidth\":300,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Image\",\"namesynced\":1,\"item\":{\"type\":\"image\",\"values\":{\"image\":\"https://smartslider3.com/wp-content/uploads/slider424/background.png\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"size\":\"auto|*|auto\",\"alt\":\"\",\"title\":\"\",\"href-class\":\"\"}}}]}]}]}]', '', 'https://smartslider3.com/wp-content/uploads/slider424/slidebackground.jpg', '{\"type\":\"slide\",\"desktopportraitfontsize\":100,\"desktopportraitpadding\":\"10|*|60|*|10|*|60\",\"tabletportraitpadding\":\"10|*|50|*|10|*|50\",\"mobileportraitpadding\":\"10|*|10|*|35|*|10\",\"record-slides\":0,\"thumbnailType\":\"default\",\"static-slide\":0,\"slide-duration\":0,\"ligthboxImage\":\"\",\"background-animation\":\"\",\"background-animation-color\":\"333333ff\",\"background-animation-speed\":\"default\",\"adaptivefont\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"href\":\"\",\"href-target\":\"\",\"background-type\":\"image\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundColorOverlay\":0,\"backgroundImage\":\"https://smartslider3.com/wp-content/uploads/slider424/slide1.png\",\"backgroundFocusX\":50,\"backgroundFocusY\":50,\"backgroundImageOpacity\":100,\"backgroundImageBlur\":0,\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundMode\":\"default\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"version\":\"3.4.0\"}', 1, 0),
(2, 'Build & Design', 1, '1970-01-01 00:00:00', '1970-01-01 00:00:00', 1, 0, '[{\"type\":\"content\",\"pm\":\"default\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":1120,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitselfalign\":\"center\",\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-TPnUuKlAWVoC\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[{\"type\":\"row\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|0|*|10|*|0|*|px+\",\"desktopportraitgutter\":0,\"desktopportraitwrapafter\":0,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitpadding\":\"10|*|0|*|10|*|0|*|px+\",\"tabletportraitgutter\":20,\"mobileportraitinneralign\":\"inherit\",\"mobileportraitpadding\":\"0|*|0|*|0|*|0|*|px+\",\"mobileportraitgutter\":20,\"mobileportraitwrapafter\":1,\"mobileportraitmaxwidth\":400,\"mobileportraitselfalign\":\"inherit\",\"mobilelandscapewrapafter\":1,\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-NmnNQvKK01kO\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"href\":\"\",\"href-target\":\"_self\",\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"ffffff00\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"borderwidth\":\"1|*|1|*|1|*|1\",\"borderstyle\":\"none\",\"bordercolor\":\"FFFFFFFF\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"fullwidth\":1,\"stretch\":0,\"name\":\"Row\",\"namesynced\":1,\"cols\":[{\"type\":\"col\",\"pm\":\"default\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"left\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitorder\":0,\"tabletportraitpadding\":\"10|*|0|*|10|*|0|*|px+\",\"mobileportraitmaxwidth\":0,\"mobileportraitinneralign\":\"left\",\"mobileportraitpadding\":\"10|*|0|*|10|*|0|*|px+\",\"mobileportraitorder\":2,\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-R5Jkk06Nmzr4\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"colwidth\":\"2/5\",\"href\":\"\",\"href-target\":\"_self\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"borderwidth\":\"0|*|0|*|0|*|0\",\"borderstyle\":\"solid\",\"bordercolor\":\"ffffffff\",\"name\":\"Column\",\"namesynced\":1,\"layers\":[{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":80,\"mobileportraitfontsize\":60,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Jeans Store Interior\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"36||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.2\\\",\\\"weight\\\":1,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"normal\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"none\\\"},{\\\"extra\\\":\\\"\\\"}]}\",\"style\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"02. Build & Design\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":\"1\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"class\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":80,\"mobileportraitfontsize\":70,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Lorem ipsum dolor sit amet, consect\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffb0\\\",\\\"size\\\":\\\"24||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.3\\\",\\\"weight\\\":300,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"normal\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"none\\\"},{\\\"extra\\\":\\\"\\\"}]}\",\"style\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"Build any layout with layers and customize your designs limitlessly.\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":\"1\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"class\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"20|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":100,\"mobileportraitfontsize\":80,\"mobileportraitmargin\":\"10|*|0|*|0|*|0|*|px+\",\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Latest Project\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffdb\\\",\\\"size\\\":\\\"14||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.5\\\",\\\"weight\\\":1,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"1px\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"uppercase\\\"},{\\\"extra\\\":\\\"\\\"}]}\",\"style\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"Step 1\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":\"1\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"class\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":90,\"mobileportraitfontsize\":70,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Text\",\"namesynced\":1,\"item\":{\"type\":\"text\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffb0\\\",\\\"size\\\":\\\"18||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.6\\\",\\\"weight\\\":400,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"normal\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"none\\\"},{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"1890d7ff\\\"},{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"1890d7ff\\\"}]}\",\"style\":\"\",\"content\":\"To add a layer, click the green plus button in the left sidebar and select the type of layer.\",\"content-tablet-enabled\":\"0\",\"contenttablet\":\"\",\"content-mobile-enabled\":\"0\",\"contentmobile\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"20|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":100,\"mobileportraitfontsize\":80,\"mobileportraitmargin\":\"10|*|0|*|0|*|0|*|px+\",\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Latest Project\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffdb\\\",\\\"size\\\":\\\"14||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.5\\\",\\\"weight\\\":1,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"1px\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"uppercase\\\"},{\\\"extra\\\":\\\"\\\"}]}\",\"style\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"Step 2\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":\"1\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"class\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":90,\"mobileportraitfontsize\":70,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Text\",\"namesynced\":1,\"item\":{\"type\":\"text\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffb0\\\",\\\"size\\\":\\\"18||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.6\\\",\\\"weight\\\":400,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"normal\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"none\\\"},{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"1890d7ff\\\"},{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"1890d7ff\\\"}]}\",\"style\":\"\",\"content\":\"Select any layer and you can edit its content and style properties in the layer window.\",\"content-tablet-enabled\":\"0\",\"contenttablet\":\"\",\"content-mobile-enabled\":\"0\",\"contentmobile\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"20|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":80,\"mobileportraitfontsize\":80,\"mobileportraitmargin\":\"10|*|0|*|0|*|0|*|px+\",\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Read More\",\"namesynced\":1,\"item\":{\"type\":\"button\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"14||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.5\\\",\\\"weight\\\":1,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"center\\\",\\\"letterspacing\\\":\\\"1px\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"none\\\"},{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"0568f6ff\\\"}]}\",\"style\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"backgroundcolor\\\":\\\"0568f6ff\\\",\\\"opacity\\\":100,\\\"padding\\\":\\\"1|*|2|*|1|*|2|*|em\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|000000ff\\\",\\\"borderradius\\\":\\\"5\\\"},{\\\"extra\\\":\\\"\\\",\\\"backgroundcolor\\\":\\\"ffffffff\\\"}]}\",\"content\":\"Next Slide\",\"nowrap\":\"1\",\"fullwidth\":\"0\",\"href\":\"NextSlide[]\",\"href-target\":\"_self\",\"href-rel\":\"\",\"class\":\"\",\"icon\":\"\",\"iconsize\":\"100\",\"iconspacing\":\"30\",\"iconplacement\":\"left\"}}}]},{\"type\":\"col\",\"pm\":\"default\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"left\",\"desktopportraitpadding\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitorder\":0,\"mobileportraitinneralign\":\"center\",\"mobileportraitorder\":1,\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-iYi6ZKk8yeVp\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"colwidth\":\"3/5\",\"href\":\"\",\"href-target\":\"_self\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"borderwidth\":\"0|*|0|*|0|*|0\",\"borderstyle\":\"solid\",\"bordercolor\":\"ffffffff\",\"name\":\"Column\",\"namesynced\":1,\"layers\":[{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px+\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"mobileportraitmaxwidth\":300,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Image\",\"namesynced\":1,\"item\":{\"type\":\"image\",\"values\":{\"image\":\"https://smartslider3.com/wp-content/uploads/slider424/buildanddesign.png\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"size\":\"auto|*|auto\",\"alt\":\"\",\"title\":\"\",\"href-class\":\"\"}}}]}]}]}]', '', 'https://smartslider3.com/wp-content/uploads/slider424/buildanddesign.jpg', '{\"type\":\"slide\",\"desktopportraitfontsize\":100,\"desktopportraitpadding\":\"10|*|60|*|10|*|60\",\"tabletportraitpadding\":\"10|*|50|*|10|*|50\",\"mobileportraitpadding\":\"10|*|10|*|35|*|10\",\"record-slides\":0,\"thumbnailType\":\"default\",\"static-slide\":0,\"slide-duration\":0,\"ligthboxImage\":\"\",\"background-animation\":\"\",\"background-animation-color\":\"333333ff\",\"background-animation-speed\":\"default\",\"adaptivefont\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"href\":\"\",\"href-target\":\"\",\"background-type\":\"image\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundColorOverlay\":0,\"backgroundImage\":\"https://smartslider3.com/wp-content/uploads/slider424/slide2.png\",\"backgroundFocusX\":50,\"backgroundFocusY\":50,\"backgroundImageOpacity\":100,\"backgroundImageBlur\":0,\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundMode\":\"default\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"version\":\"3.4.0\"}', 2, 0);

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

--
-- Table structure for table `iamc_options`
--

CREATE TABLE `iamc_options` (
  `option_id` bigint UNSIGNED NOT NULL,
  `option_name` varchar(191) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `option_value` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
  `autoload` varchar(20) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL DEFAULT 'yes'
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Dumping data for table `iamc_options`
--

INSERT INTO `iamc_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 'siteurl', 'https://www.iamctv.com', 'yes'),
(2, 'home', 'https://www.iamctv.com', 'yes'),
(3, 'blogname', 'International African Movie Channel (IAMC TV)', 'yes'),
(4, 'blogdescription', 'Telling our own stories.', 'yes'),
(5, 'users_can_register', '1', 'yes'),
(6, 'admin_email', 'support@iamctv.com', 'yes'),
(7, 'start_of_week', '0', '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', '1', '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', '', 'yes'),
(20, 'default_ping_status', 'open', 'yes'),
(21, 'default_pingback_flag', '1', 'yes'),
(22, 'posts_per_page', '10', 'yes'),
(23, 'date_format', '', 'yes'),
(24, 'time_format', '', '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'),
(30, 'hack_file', '0', 'yes'),
(31, 'blog_charset', 'UTF-8', 'yes'),
(32, 'moderation_keys', '', 'no'),
(33, 'active_plugins', 'a:22:{i:0;s:35:\"goodbye-captcha/goodbye-captcha.php\";i:1;s:21:\"24liveblog/plugin.php\";i:4;s:25:\"blockspare/blockspare.php\";i:5;s:27:\"blog2social/blog2social.php\";i:6;s:47:\"change-wp-admin-login/change-wp-admin-login.php\";i:7;s:36:\"contact-form-7/wp-contact-form-7.php\";i:8;s:31:\"everest-forms/everest-forms.php\";i:9;s:19:\"jetpack/jetpack.php\";i:10;s:51:\"latest-posts-block-lite/latest-posts-block-lite.php\";i:11;s:49:\"magic-content-box-lite/magic-content-box-lite.php\";i:12;s:47:\"one-click-demo-import/one-click-demo-import.php\";i:13;s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";i:14;s:59:\"seriously-simple-podcasting/seriously-simple-podcasting.php\";i:15;s:33:\"smart-slider-3/smart-slider-3.php\";i:16;s:27:\"trustedsite/trustedsite.php\";i:17;s:27:\"web-stories/web-stories.php\";i:23;s:23:\"wordfence/wordfence.php\";i:24;s:24:\"wordpress-seo/wp-seo.php\";i:25;s:43:\"wordproof-timestamp/wordproof-timestamp.php\";i:26;s:21:\"wp-piwik/wp-piwik.php\";i:27;s:37:\"wp-post-author/aft-wp-post-author.php\";i:28;s:39:\"wp-rss-aggregator/wp-rss-aggregator.php\";}', 'yes'),
(34, 'category_base', '', 'yes'),
(35, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'),
(36, 'comment_max_links', '2', 'yes'),
(37, 'gmt_offset', '', 'yes'),
(38, 'default_email_category', '1', 'yes'),
(39, 'recently_edited', 'a:5:{i:0;s:59:\"/home/www/iamctv.com/wp-content/themes/newsphere/footer.php\";i:2;s:58:\"/home/www/iamctv.com/wp-content/themes/newsphere/style.css\";i:3;s:56:\"/home/www/iamctv.com/wp-content/themes/newspin/style.css\";i:4;s:59:\"/home/www/iamctv.com/wp-content/themes/newsphere/header.php\";i:5;s:58:\"/home/www/iamctv.com/wp-content/themes/newsphere/index.php\";}', 'no'),
(40, 'template', 'newsphere', 'yes'),
(41, 'stylesheet', 'newspin', 'yes'),
(65482, 'finished_updating_comment_type', '1', 'yes'),
(44, 'comment_registration', '', 'yes'),
(45, 'html_type', 'text/html', 'yes'),
(46, 'use_trackback', '0', 'yes'),
(47, 'default_role', 'subscriber', 'yes'),
(48, 'db_version', '53496', 'yes'),
(49, 'uploads_use_yearmonth_folders', '1', 'yes'),
(50, 'upload_path', '', 'yes'),
(51, 'blog_public', '1', 'yes'),
(52, 'default_link_category', '2', 'yes'),
(53, 'show_on_front', 'posts', 'yes'),
(54, 'tag_base', '', 'yes'),
(55, 'show_avatars', '1', 'yes'),
(56, 'avatar_rating', 'G', 'yes'),
(57, 'upload_url_path', '', 'yes'),
(58, 'thumbnail_size_w', '150', 'yes'),
(59, 'thumbnail_size_h', '150', 'yes'),
(60, 'thumbnail_crop', '1', 'yes'),
(61, 'medium_size_w', '300', 'yes'),
(62, 'medium_size_h', '300', 'yes'),
(63, 'avatar_default', 'mystery', 'yes'),
(64, 'large_size_w', '1024', 'yes'),
(65, 'large_size_h', '1024', 'yes'),
(66, 'image_default_link_type', 'none', 'yes'),
(67, 'image_default_size', '', 'yes'),
(68, 'image_default_align', '', 'yes'),
(69, 'close_comments_for_old_posts', '', 'yes'),
(70, 'close_comments_days_old', '14', 'yes'),
(71, 'thread_comments', '1', 'yes'),
(72, 'thread_comments_depth', '5', 'yes'),
(73, 'page_comments', '', 'yes'),
(74, 'comments_per_page', '50', 'yes'),
(75, 'default_comments_page', 'newest', 'yes'),
(76, 'comment_order', 'asc', 'yes'),
(77, 'sticky_posts', 'a:0:{}', 'yes'),
(78, 'widget_categories', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(79, 'widget_text', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'),
(80, 'widget_rss', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'),
(81, 'uninstall_plugins', 'a:5:{s:62:\"change-wp-admin-login/includes/class-change-wp-admin-login.php\";a:2:{i:0;s:21:\"Change_WP_Admin_Login\";i:1;s:9:\"uninstall\";}s:27:\"trustedsite/trustedsite.php\";s:22:\"Trustedsite::uninstall\";s:63:\"change-wp-admin-login1/includes/class-change-wp-admin-login.php\";a:2:{i:0;s:21:\"Change_WP_Admin_Login\";i:1;s:9:\"uninstall\";}s:27:\"blog2social/blog2social.php\";s:15:\"uninstallPlugin\";s:45:\"woocommerce-services/woocommerce-services.php\";a:2:{i:0;s:17:\"WC_Connect_Loader\";i:1;s:16:\"plugin_uninstall\";}}', 'no'),
(82, 'timezone_string', 'America/New_York', 'yes'),
(83, 'page_for_posts', '0', 'yes'),
(84, 'page_on_front', '0', 'yes'),
(85, 'default_post_format', '0', 'yes'),
(86, 'link_manager_enabled', '0', 'yes'),
(87, 'finished_splitting_shared_terms', '1', 'yes'),
(88, 'site_icon', '16', 'yes'),
(89, 'medium_large_size_w', '768', 'yes'),
(90, 'medium_large_size_h', '0', 'yes'),
(91, 'wp_page_for_privacy_policy', '29', 'yes'),
(92, 'show_comments_cookies_opt_in', '1', 'yes'),
(93, 'admin_email_lifespan', '1685445894', 'yes'),
(94, 'initial_db_version', '47018', 'yes'),
(95, 'iamc_user_roles', 'a:11:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:254:{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:11:\"smartslider\";b:1;s:18:\"smartslider_config\";b:1;s:16:\"smartslider_edit\";b:1;s:18:\"smartslider_delete\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:23:\"wf2fa_activate_2fa_self\";b:1;s:25:\"wf2fa_activate_2fa_others\";b:1;s:21:\"wf2fa_manage_settings\";b:1;s:20:\"wpseo_manage_options\";b:1;s:14:\"manage_podcast\";b:1;s:20:\"manage_everest_forms\";b:1;s:20:\"manage_feed_settings\";b:1;s:16:\"edit_feed_source\";b:1;s:16:\"read_feed_source\";b:1;s:18:\"delete_feed_source\";b:1;s:17:\"edit_feed_sources\";b:1;s:24:\"edit_others_feed_sources\";b:1;s:20:\"publish_feed_sources\";b:1;s:25:\"read_private_feed_sources\";b:1;s:19:\"delete_feed_sources\";b:1;s:27:\"delete_private_feed_sources\";b:1;s:29:\"delete_published_feed_sources\";b:1;s:26:\"delete_others_feed_sources\";b:1;s:25:\"edit_private_feed_sources\";b:1;s:27:\"edit_published_feed_sources\";b:1;s:24:\"manage_feed_source_terms\";b:1;s:22:\"edit_feed_source_terms\";b:1;s:24:\"delete_feed_source_terms\";b:1;s:24:\"assign_feed_source_terms\";b:1;s:14:\"edit_feed_item\";b:1;s:14:\"read_feed_item\";b:1;s:16:\"delete_feed_item\";b:1;s:15:\"edit_feed_items\";b:1;s:22:\"edit_others_feed_items\";b:1;s:18:\"publish_feed_items\";b:1;s:23:\"read_private_feed_items\";b:1;s:17:\"delete_feed_items\";b:1;s:25:\"delete_private_feed_items\";b:1;s:27:\"delete_published_feed_items\";b:1;s:24:\"delete_others_feed_items\";b:1;s:23:\"edit_private_feed_items\";b:1;s:25:\"edit_published_feed_items\";b:1;s:22:\"manage_feed_item_terms\";b:1;s:20:\"edit_feed_item_terms\";b:1;s:22:\"delete_feed_item_terms\";b:1;s:22:\"assign_feed_item_terms\";b:1;s:19:\"edit_feed_blacklist\";b:1;s:19:\"read_feed_blacklist\";b:1;s:21:\"delete_feed_blacklist\";b:1;s:20:\"edit_feed_blacklists\";b:1;s:27:\"edit_others_feed_blacklists\";b:1;s:23:\"publish_feed_blacklists\";b:1;s:28:\"read_private_feed_blacklists\";b:1;s:22:\"delete_feed_blacklists\";b:1;s:30:\"delete_private_feed_blacklists\";b:1;s:32:\"delete_published_feed_blacklists\";b:1;s:29:\"delete_others_feed_blacklists\";b:1;s:28:\"edit_private_feed_blacklists\";b:1;s:30:\"edit_published_feed_blacklists\";b:1;s:27:\"manage_feed_blacklist_terms\";b:1;s:25:\"edit_feed_blacklist_terms\";b:1;s:27:\"delete_feed_blacklist_terms\";b:1;s:27:\"assign_feed_blacklist_terms\";b:1;s:18:\"edit_feed_template\";b:1;s:18:\"read_feed_template\";b:1;s:20:\"delete_feed_template\";b:1;s:19:\"edit_feed_templates\";b:1;s:26:\"edit_others_feed_templates\";b:1;s:22:\"publish_feed_templates\";b:1;s:27:\"read_private_feed_templates\";b:1;s:21:\"delete_feed_templates\";b:1;s:29:\"delete_private_feed_templates\";b:1;s:31:\"delete_published_feed_templates\";b:1;s:28:\"delete_others_feed_templates\";b:1;s:27:\"edit_private_feed_templates\";b:1;s:29:\"edit_published_feed_templates\";b:1;s:26:\"manage_feed_template_terms\";b:1;s:24:\"edit_feed_template_terms\";b:1;s:26:\"delete_feed_template_terms\";b:1;s:26:\"assign_feed_template_terms\";b:1;s:35:\"edit_free live channel / free video\";b:1;s:35:\"read_free live channel / free video\";b:1;s:37:\"delete_free live channel / free video\";b:1;s:37:\"edit_free live channels / free videos\";b:1;s:44:\"edit_others_free live channels / free videos\";b:1;s:40:\"publish_free live channels / free videos\";b:1;s:45:\"read_private_free live channels / free videos\";b:1;s:39:\"delete_free live channels / free videos\";b:1;s:47:\"delete_private_free live channels / free videos\";b:1;s:49:\"delete_published_free live channels / free videos\";b:1;s:46:\"delete_others_free live channels / free videos\";b:1;s:45:\"edit_private_free live channels / free videos\";b:1;s:47:\"edit_published_free live channels / free videos\";b:1;s:14:\"edit_web-story\";b:1;s:14:\"read_web-story\";b:1;s:16:\"delete_web-story\";b:1;s:16:\"edit_web-stories\";b:1;s:23:\"edit_others_web-stories\";b:1;s:18:\"delete_web-stories\";b:1;s:19:\"publish_web-stories\";b:1;s:24:\"read_private_web-stories\";b:1;s:26:\"delete_private_web-stories\";b:1;s:28:\"delete_published_web-stories\";b:1;s:25:\"delete_others_web-stories\";b:1;s:24:\"edit_private_web-stories\";b:1;s:26:\"edit_published_web-stories\";b:1;s:18:\"blog2social_access\";b:1;s:12:\"edit_podcast\";b:1;s:12:\"read_podcast\";b:1;s:14:\"delete_podcast\";b:1;s:13:\"edit_podcasts\";b:1;s:20:\"edit_others_podcasts\";b:1;s:16:\"publish_podcasts\";b:1;s:21:\"read_private_podcasts\";b:1;s:15:\"delete_podcasts\";b:1;s:23:\"delete_private_podcasts\";b:1;s:25:\"delete_published_podcasts\";b:1;s:22:\"delete_others_podcasts\";b:1;s:21:\"edit_private_podcasts\";b:1;s:23:\"edit_published_podcasts\";b:1;s:15:\"create_podcasts\";b:1;s:18:\"manage_podcast_tax\";b:1;s:26:\"everest_forms_create_forms\";b:1;s:24:\"everest_forms_view_forms\";b:1;s:31:\"everest_forms_view_others_forms\";b:1;s:24:\"everest_forms_edit_forms\";b:1;s:31:\"everest_forms_edit_others_forms\";b:1;s:26:\"everest_forms_delete_forms\";b:1;s:33:\"everest_forms_delete_others_forms\";b:1;s:26:\"everest_forms_view_entries\";b:1;s:33:\"everest_forms_view_others_entries\";b:1;s:26:\"everest_forms_edit_entries\";b:1;s:33:\"everest_forms_edit_others_entries\";b:1;s:28:\"everest_forms_delete_entries\";b:1;s:35:\"everest_forms_delete_others_entries\";b:1;s:19:\"wp-piwik_read_stats\";b:1;s:24:\"manage_terms_web-stories\";b:1;s:22:\"edit_terms_web-stories\";b:1;s:24:\"delete_terms_web-stories\";b:1;s:24:\"assign_terms_web-stories\";b:1;s:15:\"manage_security\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:142:{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:11:\"smartslider\";b:1;s:18:\"smartslider_config\";b:1;s:16:\"smartslider_edit\";b:1;s:18:\"smartslider_delete\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:14:\"manage_podcast\";b:1;s:20:\"manage_feed_settings\";b:1;s:16:\"edit_feed_source\";b:1;s:16:\"read_feed_source\";b:1;s:18:\"delete_feed_source\";b:1;s:17:\"edit_feed_sources\";b:1;s:24:\"edit_others_feed_sources\";b:1;s:20:\"publish_feed_sources\";b:1;s:25:\"read_private_feed_sources\";b:1;s:19:\"delete_feed_sources\";b:1;s:27:\"delete_private_feed_sources\";b:1;s:29:\"delete_published_feed_sources\";b:1;s:26:\"delete_others_feed_sources\";b:1;s:25:\"edit_private_feed_sources\";b:1;s:27:\"edit_published_feed_sources\";b:1;s:24:\"manage_feed_source_terms\";b:1;s:22:\"edit_feed_source_terms\";b:1;s:24:\"delete_feed_source_terms\";b:1;s:24:\"assign_feed_source_terms\";b:1;s:14:\"edit_feed_item\";b:1;s:14:\"read_feed_item\";b:1;s:16:\"delete_feed_item\";b:1;s:15:\"edit_feed_items\";b:1;s:22:\"edit_others_feed_items\";b:1;s:18:\"publish_feed_items\";b:1;s:23:\"read_private_feed_items\";b:1;s:17:\"delete_feed_items\";b:1;s:25:\"delete_private_feed_items\";b:1;s:27:\"delete_published_feed_items\";b:1;s:24:\"delete_others_feed_items\";b:1;s:23:\"edit_private_feed_items\";b:1;s:25:\"edit_published_feed_items\";b:1;s:22:\"manage_feed_item_terms\";b:1;s:20:\"edit_feed_item_terms\";b:1;s:22:\"delete_feed_item_terms\";b:1;s:22:\"assign_feed_item_terms\";b:1;s:19:\"edit_feed_blacklist\";b:1;s:19:\"read_feed_blacklist\";b:1;s:21:\"delete_feed_blacklist\";b:1;s:20:\"edit_feed_blacklists\";b:1;s:27:\"edit_others_feed_blacklists\";b:1;s:23:\"publish_feed_blacklists\";b:1;s:28:\"read_private_feed_blacklists\";b:1;s:22:\"delete_feed_blacklists\";b:1;s:30:\"delete_private_feed_blacklists\";b:1;s:32:\"delete_published_feed_blacklists\";b:1;s:29:\"delete_others_feed_blacklists\";b:1;s:28:\"edit_private_feed_blacklists\";b:1;s:30:\"edit_published_feed_blacklists\";b:1;s:27:\"manage_feed_blacklist_terms\";b:1;s:25:\"edit_feed_blacklist_terms\";b:1;s:27:\"delete_feed_blacklist_terms\";b:1;s:27:\"assign_feed_blacklist_terms\";b:1;s:18:\"edit_feed_template\";b:1;s:18:\"read_feed_template\";b:1;s:20:\"delete_feed_template\";b:1;s:19:\"edit_feed_templates\";b:1;s:26:\"edit_others_feed_templates\";b:1;s:22:\"publish_feed_templates\";b:1;s:27:\"read_private_feed_templates\";b:1;s:21:\"delete_feed_templates\";b:1;s:29:\"delete_private_feed_templates\";b:1;s:31:\"delete_published_feed_templates\";b:1;s:28:\"delete_others_feed_templates\";b:1;s:27:\"edit_private_feed_templates\";b:1;s:29:\"edit_published_feed_templates\";b:1;s:26:\"manage_feed_template_terms\";b:1;s:24:\"edit_feed_template_terms\";b:1;s:26:\"delete_feed_template_terms\";b:1;s:26:\"assign_feed_template_terms\";b:1;s:14:\"edit_web-story\";b:1;s:14:\"read_web-story\";b:1;s:16:\"delete_web-story\";b:1;s:16:\"edit_web-stories\";b:1;s:23:\"edit_others_web-stories\";b:1;s:18:\"delete_web-stories\";b:1;s:19:\"publish_web-stories\";b:1;s:24:\"read_private_web-stories\";b:1;s:26:\"delete_private_web-stories\";b:1;s:28:\"delete_published_web-stories\";b:1;s:25:\"delete_others_web-stories\";b:1;s:24:\"edit_private_web-stories\";b:1;s:26:\"edit_published_web-stories\";b:1;s:18:\"blog2social_access\";b:1;s:12:\"edit_podcast\";b:1;s:12:\"read_podcast\";b:1;s:14:\"delete_podcast\";b:1;s:13:\"edit_podcasts\";b:1;s:20:\"edit_others_podcasts\";b:1;s:16:\"publish_podcasts\";b:1;s:21:\"read_private_podcasts\";b:1;s:15:\"delete_podcasts\";b:1;s:23:\"delete_private_podcasts\";b:1;s:25:\"delete_published_podcasts\";b:1;s:22:\"delete_others_podcasts\";b:1;s:21:\"edit_private_podcasts\";b:1;s:23:\"edit_published_podcasts\";b:1;s:15:\"create_podcasts\";b:1;s:18:\"manage_podcast_tax\";b:1;s:24:\"manage_terms_web-stories\";b:1;s:22:\"edit_terms_web-stories\";b:1;s:24:\"delete_terms_web-stories\";b:1;s:24:\"assign_terms_web-stories\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:17:{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:16:\"edit_web-stories\";b:1;s:26:\"edit_published_web-stories\";b:1;s:18:\"delete_web-stories\";b:1;s:28:\"delete_published_web-stories\";b:1;s:19:\"publish_web-stories\";b:1;s:18:\"blog2social_access\";b:1;s:24:\"assign_terms_web-stories\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:9:{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:16:\"edit_web-stories\";b:1;s:18:\"delete_web-stories\";b:1;s:18:\"blog2social_access\";b:1;s:24:\"assign_terms_web-stories\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:3:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;s:18:\"blog2social_access\";b:1;}}s:8:\"customer\";a:2:{s:4:\"name\";s:8:\"Customer\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:18:\"blog2social_access\";b:1;}}s:12:\"shop_manager\";a:2:{s:4:\"name\";s:12:\"Shop manager\";s:12:\"capabilities\";a:93:{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:4:\"read\";b:1;s:18:\"read_private_pages\";b:1;s:18:\"read_private_posts\";b:1;s:10:\"edit_posts\";b:1;s:10:\"edit_pages\";b:1;s:20:\"edit_published_posts\";b:1;s:20:\"edit_published_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"edit_private_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:17:\"edit_others_pages\";b:1;s:13:\"publish_posts\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_posts\";b:1;s:12:\"delete_pages\";b:1;s:20:\"delete_private_pages\";b:1;s:20:\"delete_private_posts\";b:1;s:22:\"delete_published_pages\";b:1;s:22:\"delete_published_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:19:\"delete_others_pages\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:17:\"moderate_comments\";b:1;s:12:\"upload_files\";b:1;s:6:\"export\";b:1;s:6:\"import\";b:1;s:10:\"list_users\";b:1;s:18:\"edit_theme_options\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:18:\"blog2social_access\";b:1;}}s:13:\"wpseo_manager\";a:2:{s:4:\"name\";s:11:\"SEO Manager\";s:12:\"capabilities\";a:43:{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:11:\"smartslider\";b:1;s:18:\"smartslider_config\";b:1;s:16:\"smartslider_edit\";b:1;s:18:\"smartslider_delete\";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:18:\"blog2social_access\";b:1;}}s:12:\"wpseo_editor\";a:2:{s:4:\"name\";s:10:\"SEO Editor\";s:12:\"capabilities\";a:41:{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:11:\"smartslider\";b:1;s:18:\"smartslider_config\";b:1;s:16:\"smartslider_edit\";b:1;s:18:\"smartslider_delete\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;s:18:\"blog2social_access\";b:1;}}s:14:\"podcast_editor\";a:2:{s:4:\"name\";s:14:\"Podcast Editor\";s:12:\"capabilities\";a:17:{s:4:\"read\";b:1;s:12:\"upload_files\";b:1;s:12:\"edit_podcast\";b:1;s:12:\"read_podcast\";b:1;s:14:\"delete_podcast\";b:1;s:13:\"edit_podcasts\";b:1;s:20:\"edit_others_podcasts\";b:1;s:16:\"publish_podcasts\";b:1;s:21:\"read_private_podcasts\";b:1;s:15:\"delete_podcasts\";b:1;s:23:\"delete_private_podcasts\";b:1;s:25:\"delete_published_podcasts\";b:1;s:22:\"delete_others_podcasts\";b:1;s:21:\"edit_private_podcasts\";b:1;s:23:\"edit_published_podcasts\";b:1;s:15:\"create_podcasts\";b:1;s:18:\"blog2social_access\";b:1;}}s:15:\"podcast_manager\";a:2:{s:4:\"name\";s:15:\"Podcast Manager\";s:12:\"capabilities\";a:19:{s:4:\"read\";b:1;s:12:\"upload_files\";b:1;s:12:\"edit_podcast\";b:1;s:12:\"read_podcast\";b:1;s:14:\"delete_podcast\";b:1;s:13:\"edit_podcasts\";b:1;s:20:\"edit_others_podcasts\";b:1;s:16:\"publish_podcasts\";b:1;s:21:\"read_private_podcasts\";b:1;s:15:\"delete_podcasts\";b:1;s:23:\"delete_private_podcasts\";b:1;s:25:\"delete_published_podcasts\";b:1;s:22:\"delete_others_podcasts\";b:1;s:21:\"edit_private_podcasts\";b:1;s:23:\"edit_published_podcasts\";b:1;s:15:\"create_podcasts\";b:1;s:14:\"manage_podcast\";b:1;s:18:\"manage_podcast_tax\";b:1;s:18:\"blog2social_access\";b:1;}}}', 'yes'),
(96, 'fresh_site', '0', 'yes'),
(97, 'widget_search', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(98, 'widget_recent-posts', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(165, 'rwl_page', 'ogbongastore', 'yes'),
(99, 'widget_recent-comments', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(100, 'widget_archives', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(101, 'widget_meta', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(102, 'sidebars_widgets', 'a:10:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:1:{i:0;s:18:\"podcast-playlist-2\";}s:16:\"off-canvas-panel\";a:0:{}s:20:\"home-content-widgets\";a:0:{}s:20:\"home-sidebar-widgets\";a:0:{}s:28:\"footer-first-widgets-section\";a:1:{i:0;s:10:\"nav_menu-2\";}s:29:\"footer-second-widgets-section\";a:1:{i:0;s:10:\"nav_menu-4\";}s:28:\"footer-third-widgets-section\";a:1:{i:0;s:10:\"nav_menu-3\";}s:18:\"smartslider_area_1\";a:0:{}s:13:\"array_version\";i:3;}', 'yes'),
(103, 'cron', 'a:33:{i:1674659178;a:1:{s:28:\"wprss_fetch_single_feed_hook\";a:2:{s:32:\"1aecfc4c1942e6d29ea0efb17defcf91\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:4837;}}s:32:\"b7e15ad71aab872d7fddef4088cae9e3\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:170;}}}}i:1674659229;a:2:{s:22:\"jetpack_sync_full_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:21:\"jetpack_sync_interval\";s:4:\"args\";a:0:{}s:8:\"interval\";i:300;}}s:17:\"jetpack_sync_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:21:\"jetpack_sync_interval\";s:4:\"args\";a:0:{}s:8:\"interval\";i:300;}}}i:1674659240;a:1:{s:21:\"wordfence_ls_ntp_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1674659507;a:1:{s:21:\"wordfence_hourly_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1674659890;a:1:{s:13:\"ssp_cron_hook\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1674660050;a:1:{s:26:\"wprss_fetch_all_feeds_hook\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:11:\"fifteen_min\";s:4:\"args\";a:0:{}s:8:\"interval\";i:900;}}}i:1674660528;a:4:{s:46:\"pms_cron_process_member_subscriptions_payments\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:29:\"pms_check_subscription_status\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:33:\"pms_cron_process_pending_payments\";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:\"pms_remove_activation_key\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1674660673;a:2:{s:14:\"wc_admin_daily\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:33:\"wc_admin_process_orders_milestone\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1674660680;a:1:{s:29:\"wc_admin_unsnooze_admin_notes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1674661317;a:1:{s:20:\"jetpack_clean_nonces\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1674661390;a:1:{s:20:\"jetpack_v2_heartbeat\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1674661408;a:1:{s:24:\"jp_purge_transients_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1674661698;a:1:{s:19:\"wpseo-reindex-links\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1674662312;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:1674663458;a:1:{s:21:\"wp_update_user_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1674663819;a:2:{s:19:\"wprss_truncate_logs\";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:\"wprss_truncate_posts_hook\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1674669749;a:1:{s:26:\"everest_forms_cleanup_logs\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1674670433;a:1:{s:24:\"grunion_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:1674677492;a:1:{s:26:\"wordfence_daily_autoUpdate\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1674677507;a:1:{s:20:\"wordfence_daily_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1674680549;a:1:{s:30:\"everest_forms_cleanup_sessions\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1674681242;a:1:{s:18:\"wp_https_detection\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1674691200;a:1:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1674701901;a:3:{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:1674702196;a:1:{s:29:\"jetpack_waf_rules_update_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1674733154;a:1:{s:20:\"rsssl_every_day_hook\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:11:\"rsssl_daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1674744798;a:2:{s:20:\"wpseo_home_url_check\";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:1674744844;a:1:{s:13:\"wpseo-reindex\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1674745284;a:3:{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;}}}i:1675112400;a:1:{s:31:\"wordfence_email_activity_report\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1675209600;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1675263748;a:1:{s:21:\"rsssl_every_week_hook\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:12:\"rsssl_weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}', 'yes'),
(104, 'widget_pages', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(105, 'widget_calendar', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(106, 'widget_media_audio', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(107, 'widget_media_image', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(108, 'widget_media_gallery', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(109, 'widget_media_video', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(110, 'widget_tag_cloud', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(111, 'widget_nav_menu', 'a:4:{i:2;a:2:{s:5:\"title\";s:7:\"Support\";s:8:\"nav_menu\";i:17;}i:3;a:2:{s:5:\"title\";s:5:\"Legal\";s:8:\"nav_menu\";i:18;}i:4;a:2:{s:5:\"title\";s:9:\"Follow Us\";s:8:\"nav_menu\";i:19;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(112, 'widget_custom_html', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(113, 'recovery_keys', 'a:0:{}', 'yes'),
(114, 'theme_mods_twentytwenty', 'a:13:{s:18:\"custom_css_post_id\";i:60;s:16:\"background_color\";s:6:\"a3896a\";s:11:\"custom_logo\";i:11;s:11:\"retina_logo\";b:1;s:17:\"accent_hue_active\";s:6:\"custom\";s:30:\"header_footer_background_color\";s:7:\"#a3896a\";s:24:\"accent_accessible_colors\";a:2:{s:7:\"content\";a:5:{s:4:\"text\";s:7:\"#000000\";s:6:\"accent\";s:7:\"#540117\";s:10:\"background\";s:7:\"#a3896a\";s:7:\"borders\";s:7:\"#8b7255\";s:9:\"secondary\";s:7:\"#1f1c18\";}s:13:\"header-footer\";a:5:{s:4:\"text\";s:7:\"#000000\";s:6:\"accent\";s:7:\"#540117\";s:10:\"background\";s:7:\"#a3896a\";s:7:\"borders\";s:7:\"#8b7255\";s:9:\"secondary\";s:7:\"#1f1c18\";}}s:20:\"enable_header_search\";b:0;s:15:\"show_author_bio\";b:0;s:12:\"blog_content\";s:7:\"summary\";s:39:\"cover_template_overlay_background_color\";s:7:\"#a3896a\";s:18:\"nav_menu_locations\";a:2:{s:6:\"social\";i:19;s:7:\"primary\";i:16;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1602262773;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:1:{i:0;s:10:\"nav_menu-2\";}s:9:\"sidebar-2\";a:1:{i:0;s:10:\"nav_menu-3\";}s:18:\"smartslider_area_1\";a:0:{}}}}', 'yes'),
(130, 'factory_plugin_versions', 'a:0:{}', 'yes'),
(126, 'titan_plugin_version', '7.0.3', 'yes'),
(127, 'titan_what_is_new_64', '1', 'yes'),
(128, 'titan_extra_menu', '1', 'yes'),
(129, 'titan_antispam_mode', '1', 'yes'),
(9795, 'wordfence_lastSyncAttackData', '1674640347', 'no'),
(9792, 'wordfence_syncAttackDataAttempts', '0', 'no'),
(9793, 'wordfence_syncingAttackData', '0', 'no'),
(65483, 'db_upgraded', '', 'yes'),
(67639, '_transient_wordproof_unprotected_posts_notice', 'hidden', 'yes'),
(149, 'titan_last_check_premium_update_time', '1591714963', 'yes'),
(150, 'recently_activated', 'a:0:{}', 'yes'),
(192, 'n2_ss3_version', '3.5.1.12/b:release-3.5.1.12/r:23139749a8387f67159e398e0146aff72bfb37ed', 'yes'),
(193, 'widget_smartslider3', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(194, 'rlrsssl_options', 'a:16:{s:12:\"site_has_ssl\";b:1;s:4:\"hsts\";b:0;s:22:\"htaccess_warning_shown\";b:0;s:19:\"review_notice_shown\";b:1;s:25:\"ssl_success_message_shown\";b:1;s:26:\"autoreplace_insecure_links\";b:1;s:17:\"plugin_db_version\";s:5:\"5.3.5\";s:20:\"do_not_edit_htaccess\";b:0;s:17:\"htaccess_redirect\";b:1;s:11:\"ssl_enabled\";b:1;s:19:\"javascript_redirect\";b:0;s:11:\"wp_redirect\";b:1;s:31:\"switch_mixed_content_fixer_hook\";b:0;s:19:\"dismiss_all_notices\";b:0;s:13:\"high_contrast\";b:0;s:21:\"dismiss_review_notice\";b:0;}', 'yes'),
(203, 'trustedsite_active', '1', 'yes'),
(204, 'trustedsite_plugin_error', '', 'yes'),
(207, 'action_scheduler_hybrid_store_demarkation', '5', 'yes'),
(208, 'schema-ActionScheduler_StoreSchema', '6.0.1651590740', 'yes'),
(209, 'schema-ActionScheduler_LoggerSchema', '3.0.1634094348', 'yes'),
(212, 'woocommerce_store_address', '1544 Wellborn Road', 'yes'),
(213, 'woocommerce_store_address_2', '#141', 'yes'),
(214, 'woocommerce_store_city', 'Redan', 'yes'),
(215, 'woocommerce_default_country', 'US:GA', 'yes'),
(216, 'woocommerce_store_postcode', '30074', 'yes'),
(217, 'woocommerce_allowed_countries', 'all', 'yes'),
(218, 'woocommerce_all_except_countries', 'a:0:{}', 'yes'),
(219, 'woocommerce_specific_allowed_countries', 'a:0:{}', 'yes'),
(220, 'woocommerce_ship_to_countries', '', 'yes'),
(221, 'woocommerce_specific_ship_to_countries', 'a:0:{}', 'yes'),
(222, 'woocommerce_default_customer_address', 'geolocation', 'yes'),
(223, 'woocommerce_calc_taxes', 'yes', 'yes'),
(224, 'woocommerce_enable_coupons', 'yes', 'yes'),
(225, 'woocommerce_calc_discounts_sequentially', 'no', 'no'),
(226, 'woocommerce_currency', 'USD', 'yes'),
(227, 'woocommerce_currency_pos', 'left', 'yes'),
(228, 'woocommerce_price_thousand_sep', ',', 'yes'),
(229, 'woocommerce_price_decimal_sep', '.', 'yes'),
(230, 'woocommerce_price_num_decimals', '2', 'yes'),
(231, 'woocommerce_shop_page_id', '6', 'yes'),
(232, 'woocommerce_cart_redirect_after_add', 'no', 'yes'),
(233, 'woocommerce_enable_ajax_add_to_cart', 'yes', 'yes'),
(234, 'woocommerce_placeholder_image', '5', 'yes'),
(235, 'woocommerce_weight_unit', 'lbs', 'yes'),
(236, 'woocommerce_dimension_unit', 'in', 'yes'),
(237, 'woocommerce_enable_reviews', 'yes', 'yes'),
(238, 'woocommerce_review_rating_verification_label', 'yes', 'no'),
(239, 'woocommerce_review_rating_verification_required', 'yes', 'no'),
(240, 'woocommerce_enable_review_rating', 'yes', 'yes'),
(241, 'woocommerce_review_rating_required', 'yes', 'no'),
(242, 'woocommerce_manage_stock', 'yes', 'yes'),
(243, 'woocommerce_hold_stock_minutes', '60', 'no'),
(244, 'woocommerce_notify_low_stock', 'yes', 'no'),
(245, 'woocommerce_notify_no_stock', 'yes', 'no'),
(246, 'woocommerce_stock_email_recipient', 'support@iamctv.com', 'no'),
(247, 'woocommerce_notify_low_stock_amount', '2', 'no'),
(248, 'woocommerce_notify_no_stock_amount', '0', 'yes'),
(249, 'woocommerce_hide_out_of_stock_items', 'no', 'yes'),
(250, 'woocommerce_stock_format', '', 'yes'),
(251, 'woocommerce_file_download_method', 'force', 'no'),
(252, 'woocommerce_downloads_require_login', 'yes', 'no'),
(253, 'woocommerce_downloads_grant_access_after_payment', 'yes', 'no'),
(254, 'woocommerce_downloads_add_hash_to_filename', 'yes', 'yes'),
(255, 'woocommerce_prices_include_tax', 'no', 'yes'),
(256, 'woocommerce_tax_based_on', 'shipping', 'yes'),
(257, 'woocommerce_shipping_tax_class', '', 'yes'),
(258, 'woocommerce_tax_round_at_subtotal', 'no', 'yes'),
(259, 'woocommerce_tax_classes', '', 'yes'),
(260, 'woocommerce_tax_display_shop', 'excl', 'yes'),
(261, 'woocommerce_tax_display_cart', 'excl', 'yes'),
(262, 'woocommerce_price_display_suffix', '', 'yes'),
(263, 'woocommerce_tax_total_display', 'single', 'no'),
(264, 'woocommerce_enable_shipping_calc', 'yes', 'no'),
(265, 'woocommerce_shipping_cost_requires_address', 'no', 'yes'),
(266, 'woocommerce_ship_to_destination', 'billing', 'no'),
(267, 'woocommerce_shipping_debug_mode', 'no', 'yes'),
(268, 'woocommerce_enable_guest_checkout', 'yes', 'no'),
(269, 'woocommerce_enable_checkout_login_reminder', 'yes', 'no'),
(270, 'woocommerce_enable_signup_and_login_from_checkout', 'yes', 'no'),
(271, 'woocommerce_enable_myaccount_registration', 'yes', 'no'),
(272, 'woocommerce_registration_generate_username', 'no', 'no'),
(67600, 'wc_blocks_db_schema_version', '260', 'yes'),
(88414, 'wordproof_migration_240_completed', '1', 'yes'),
(126242, 'everest_forms_review', 'a:2:{s:4:\"time\";i:1603726742;s:9:\"dismissed\";b:1;}', 'yes'),
(176851, 'jetpack_sync_https_history_main_network_site_url', 'a:5:{i:0;s:5:\"https\";i:1;s:5:\"https\";i:2;s:5:\"https\";i:3;s:5:\"https\";i:4;s:5:\"https\";}', 'yes'),
(176852, 'jetpack_sync_https_history_site_url', 'a:5:{i:0;s:5:\"https\";i:1;s:5:\"https\";i:2;s:5:\"https\";i:3;s:5:\"https\";i:4;s:5:\"https\";}', 'yes'),
(176853, 'jetpack_sync_https_history_home_url', 'a:5:{i:0;s:5:\"https\";i:1;s:5:\"https\";i:2;s:5:\"https\";i:3;s:5:\"https\";i:4;s:5:\"https\";}', 'yes'),
(170, 'WPLANG', '', 'yes'),
(171, 'new_admin_email', 'support@iamctv.com', 'yes'),
(273, 'woocommerce_registration_generate_password', 'no', 'no'),
(274, 'woocommerce_erasure_request_removes_order_data', 'no', 'no'),
(178, 'pms_general_settings', 'a:9:{s:11:\"use_pms_css\";s:1:\"1\";s:20:\"automatically_log_in\";s:1:\"1\";s:23:\"prevent_account_sharing\";s:1:\"1\";s:19:\"redirect_default_wp\";s:1:\"1\";s:21:\"register_success_page\";s:1:\"9\";s:10:\"login_page\";s:1:\"6\";s:13:\"register_page\";s:1:\"9\";s:12:\"account_page\";s:1:\"9\";s:18:\"lost_password_page\";s:1:\"9\";}', 'yes'),
(179, 'pms_payments_settings', 'a:5:{s:8:\"currency\";s:3:\"USD\";s:17:\"currency_position\";s:6:\"before\";s:16:\"active_pay_gates\";a:1:{i:0;s:15:\"paypal_standard\";}s:23:\"default_payment_gateway\";s:15:\"paypal_standard\";s:8:\"gateways\";a:1:{s:15:\"paypal_standard\";a:1:{s:13:\"email_address\";s:15:\"info@iamctv.com\";}}}', 'yes'),
(180, 'pms_content_restriction_settings', 'a:3:{s:10:\"logged_out\";s:43:\"You must be logged in to view this content.\";s:11:\"non_members\";s:53:\"This content is restricted for your membership level.\";s:21:\"content_restrict_type\";s:7:\"message\";}', 'yes'),
(181, 'pms_emails_settings', 'a:28:{s:15:\"email-from-name\";s:45:\"International African Movie Channel (IAMC TV)\";s:16:\"email-from-email\";s:18:\"noreply@iamctv.com\";s:19:\"register_is_enabled\";s:3:\"yes\";s:20:\"register_sub_subject\";s:22:\"You have a new account\";s:12:\"register_sub\";s:75:\"Congratulations {{display_name}}! You have successfully created an account!\";s:19:\"activate_is_enabled\";s:3:\"yes\";s:20:\"activate_sub_subject\";s:31:\"Your Subscription is now active\";s:12:\"activate_sub\";s:99:\"Congratulations {{display_name}}! The \"{{subscription_name}}\" plan has been successfully activated.\";s:17:\"cancel_is_enabled\";s:3:\"yes\";s:18:\"cancel_sub_subject\";s:35:\"Your Subscription has been canceled\";s:10:\"cancel_sub\";s:75:\"Hello {{display_name}}, The \"{{subscription_name}}\" plan has been canceled.\";s:18:\"expired_is_enabled\";s:3:\"yes\";s:19:\"expired_sub_subject\";s:29:\"Your Subscription has expired\";s:11:\"expired_sub\";s:68:\"Hello {{display_name}},The \"{{subscription_name}}\" plan has expired.\";s:15:\"admin_emails_on\";s:1:\"1\";s:12:\"admin_emails\";s:18:\"support@iamctv.com\";s:25:\"register_admin_is_enabled\";s:3:\"yes\";s:26:\"register_sub_subject_admin\";s:41:\"A New User has registered to your website\";s:18:\"register_sub_admin\";s:45:\"{{display_name}} has just created an account!\";s:25:\"activate_admin_is_enabled\";s:3:\"yes\";s:26:\"activate_sub_subject_admin\";s:35:\"A Member Subscription is now active\";s:18:\"activate_sub_admin\";s:91:\"The \"{{subscription_name}}\" plan has been successfully activated for user {{display_name}}.\";s:23:\"cancel_admin_is_enabled\";s:3:\"yes\";s:24:\"cancel_sub_subject_admin\";s:39:\"A Member Subscription has been canceled\";s:16:\"cancel_sub_admin\";s:77:\"The \"{{subscription_name}}\" plan has been canceled for user {{display_name}}.\";s:24:\"expired_admin_is_enabled\";s:3:\"yes\";s:25:\"expired_sub_subject_admin\";s:33:\"A Member Subscription has expired\";s:17:\"expired_sub_admin\";s:71:\"The \"{{subscription_name}}\" plan has expired for user {{display_name}}.\";}', 'yes'),
(182, 'pms_already_installed', 'yes', 'no'),
(183, 'pms_version', '2.2.1', 'yes'),
(185, 'pms_api_failed_attempts', 'a:1:{i:1;a:1:{i:2;a:1:{s:7:\"retries\";a:0:{}}}}', 'no'),
(186, 'pms_already_checked_attempts', 'yes', 'yes'),
(402, 'woocommerce_flat_rate_1_settings', 'a:3:{s:5:\"title\";s:9:\"Flat rate\";s:10:\"tax_status\";s:7:\"taxable\";s:4:\"cost\";s:4:\"8.99\";}', 'yes'),
(403, 'woocommerce_flat_rate_2_settings', 'a:3:{s:5:\"title\";s:9:\"Flat rate\";s:10:\"tax_status\";s:7:\"taxable\";s:4:\"cost\";s:4:\"5.99\";}', 'yes'),
(1099, 'wc_stripe_show_style_notice', 'no', 'yes'),
(1100, 'wc_stripe_show_sca_notice', 'no', 'yes'),
(615104, 'wc_stripe_version', '5.7.0', 'yes'),
(1104, 'woocommerce_stripe_settings', 'a:24:{s:7:\"enabled\";s:3:\"yes\";s:5:\"title\";s:20:\"Credit Card (Stripe)\";s:11:\"description\";s:37:\"Pay with your credit card via Stripe.\";s:8:\"testmode\";s:2:\"no\";s:20:\"test_publishable_key\";s:0:\"\";s:15:\"test_secret_key\";s:0:\"\";s:19:\"test_webhook_secret\";s:0:\"\";s:15:\"publishable_key\";s:42:\"pk_live_eVcaXkG0jKPDgO2lZjssTysc00V6OVWiBQ\";s:10:\"secret_key\";s:42:\"sk_live_xpk9dTJYU2KoX80SKuHhVW2J004pDc9KQP\";s:14:\"webhook_secret\";s:38:\"whsec_lOAeQaFZnebQC8iWJipzDGhKY0q1XBRl\";s:14:\"inline_cc_form\";s:2:\"no\";s:20:\"statement_descriptor\";s:7:\"IAMC TV\";s:7:\"capture\";s:3:\"yes\";s:15:\"payment_request\";s:3:\"yes\";s:27:\"payment_request_button_type\";s:3:\"buy\";s:28:\"payment_request_button_theme\";s:4:\"dark\";s:29:\"payment_request_button_height\";s:2:\"44\";s:28:\"payment_request_button_label\";s:7:\"Buy now\";s:35:\"payment_request_button_branded_type\";s:4:\"long\";s:11:\"saved_cards\";s:3:\"yes\";s:7:\"logging\";s:3:\"yes\";s:20:\"apple_pay_domain_set\";s:3:\"yes\";s:25:\"apple_pay_verified_domain\";s:14:\"www.iamctv.com\";s:32:\"payment_request_button_locations\";a:2:{i:0;s:7:\"product\";i:1;s:4:\"cart\";}}', 'yes');
INSERT INTO `iamc_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1430, 'woocommerce_google_analytics_settings', 'a:16:{s:5:\"ga_id\";s:14:\"UA-168932017-1\";s:18:\"ga_set_domain_name\";s:0:\"\";s:28:\"ga_standard_tracking_enabled\";s:3:\"yes\";s:30:\"ga_support_display_advertising\";s:2:\"no\";s:36:\"ga_support_enhanced_link_attribution\";s:3:\"yes\";s:26:\"ga_use_universal_analytics\";s:3:\"yes\";s:20:\"ga_anonymize_enabled\";s:3:\"yes\";s:23:\"ga_404_tracking_enabled\";s:3:\"yes\";s:29:\"ga_ecommerce_tracking_enabled\";s:3:\"yes\";s:25:\"ga_event_tracking_enabled\";s:3:\"yes\";s:38:\"ga_enhanced_ecommerce_tracking_enabled\";s:3:\"yes\";s:36:\"ga_enhanced_remove_from_cart_enabled\";s:3:\"yes\";s:38:\"ga_enhanced_product_impression_enabled\";s:3:\"yes\";s:33:\"ga_enhanced_product_click_enabled\";s:3:\"yes\";s:39:\"ga_enhanced_product_detail_view_enabled\";s:3:\"yes\";s:36:\"ga_enhanced_checkout_process_enabled\";s:3:\"yes\";}', 'yes'),
(1164, 'rsssl_activation_timestamp', '1591719676', 'yes'),
(275, 'woocommerce_erasure_request_removes_download_data', 'no', 'no'),
(276, 'woocommerce_allow_bulk_remove_personal_data', 'no', 'no'),
(277, 'woocommerce_registration_privacy_policy_text', 'Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our [privacy_policy].', 'yes'),
(278, 'woocommerce_checkout_privacy_policy_text', 'Your personal data will be used to process your order, support your experience throughout this website, and for other purposes described in our [privacy_policy].', 'yes'),
(279, 'woocommerce_delete_inactive_accounts', 'a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}', 'no'),
(280, 'woocommerce_trash_pending_orders', 'a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:4:\"days\";}', 'no'),
(281, 'woocommerce_trash_failed_orders', 'a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:4:\"days\";}', 'no'),
(282, 'woocommerce_trash_cancelled_orders', 'a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:4:\"days\";}', 'no'),
(283, 'woocommerce_anonymize_completed_orders', 'a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}', 'no'),
(284, 'woocommerce_email_from_name', 'International African Movie Channel (IAMC TV)', 'no'),
(285, 'woocommerce_email_from_address', 'support@iamctv.com', 'no'),
(286, 'woocommerce_email_header_image', '', 'no'),
(287, 'woocommerce_email_footer_text', '{site_title} &mdash;', 'no'),
(288, 'woocommerce_email_base_color', '#c1d490', 'no'),
(289, 'woocommerce_email_background_color', '#f7f7f7', 'no'),
(290, 'woocommerce_email_body_background_color', '#ffffff', 'no'),
(291, 'woocommerce_email_text_color', '#3c3c3c', 'no'),
(292, 'woocommerce_cart_page_id', '7', 'no'),
(293, 'woocommerce_checkout_page_id', '8', 'no'),
(294, 'woocommerce_myaccount_page_id', '9', 'no'),
(295, 'woocommerce_terms_page_id', '31', 'yes'),
(296, 'woocommerce_checkout_pay_endpoint', 'order-pay', 'yes'),
(297, 'woocommerce_checkout_order_received_endpoint', 'order-received', 'yes'),
(298, 'woocommerce_myaccount_add_payment_method_endpoint', 'add-payment-method', 'yes'),
(299, 'woocommerce_myaccount_delete_payment_method_endpoint', 'delete-payment-method', 'yes'),
(300, 'woocommerce_myaccount_set_default_payment_method_endpoint', 'set-default-payment-method', 'yes'),
(301, 'woocommerce_myaccount_orders_endpoint', 'orders', 'yes'),
(302, 'woocommerce_myaccount_view_order_endpoint', 'view-order', 'yes'),
(303, 'woocommerce_myaccount_downloads_endpoint', 'downloads', 'yes'),
(304, 'woocommerce_myaccount_edit_account_endpoint', 'edit-account', 'yes'),
(305, 'woocommerce_myaccount_edit_address_endpoint', 'edit-address', 'yes'),
(306, 'woocommerce_myaccount_payment_methods_endpoint', 'payment-methods', 'yes'),
(307, 'woocommerce_myaccount_lost_password_endpoint', 'lost-password', 'yes'),
(308, 'woocommerce_logout_endpoint', 'customer-logout', 'yes'),
(309, 'woocommerce_api_enabled', 'yes', 'yes'),
(310, 'woocommerce_allow_tracking', 'no', 'no'),
(311, 'woocommerce_show_marketplace_suggestions', 'yes', 'no'),
(312, 'woocommerce_single_image_width', '600', 'yes'),
(313, 'woocommerce_thumbnail_image_width', '300', 'yes'),
(314, 'woocommerce_checkout_highlight_required_fields', 'yes', 'yes'),
(315, 'woocommerce_demo_store', 'no', 'no'),
(316, 'woocommerce_permalinks', 'a:5:{s:12:\"product_base\";s:7:\"product\";s:13:\"category_base\";s:16:\"product-category\";s:8:\"tag_base\";s:11:\"product-tag\";s:14:\"attribute_base\";s:0:\"\";s:22:\"use_verbose_page_rules\";b:0;}', 'yes'),
(317, 'current_theme_supports_woocommerce', 'yes', 'yes'),
(318, 'woocommerce_queue_flush_rewrite_rules', 'no', 'yes'),
(67555, 'woocommerce_schema_version', '430', 'yes'),
(320, 'product_cat_children', 'a:0:{}', 'yes'),
(321, 'default_product_cat', '15', 'yes'),
(330, 'action_scheduler_lock_async-request-runner', '1674637873', 'yes'),
(331, 'woocommerce_maxmind_geolocation_settings', 'a:2:{s:15:\"database_prefix\";s:32:\"cHIRgtYP8lt91iRaj8NUqDrxtCipF5BH\";s:11:\"license_key\";s:16:\"nVF8DpP7AAIyOv9H\";}', 'yes'),
(322, 'woocommerce_admin_notices', 'a:0:{}', 'yes'),
(354, 'woocommerce_meta_box_errors', 'a:0:{}', 'yes'),
(332, '_transient_woocommerce_webhook_ids_status_active', 'a:0:{}', 'yes'),
(333, 'widget_woocommerce_widget_cart', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(334, 'widget_woocommerce_layered_nav_filters', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(335, 'widget_woocommerce_layered_nav', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(336, 'widget_woocommerce_price_filter', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(337, 'widget_woocommerce_product_categories', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(338, 'widget_woocommerce_product_search', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(339, 'widget_woocommerce_product_tag_cloud', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(340, 'widget_woocommerce_products', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(341, 'widget_woocommerce_recently_viewed_products', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(342, 'widget_woocommerce_top_rated_products', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(343, 'widget_woocommerce_recent_reviews', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(344, 'widget_woocommerce_rating_filter', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(348, 'woocommerce_admin_install_timestamp', '1591716673', 'yes'),
(605310, 'woocommerce_admin_version', '2.7.2', 'yes'),
(363, 'woocommerce_onboarding_opt_in', 'yes', 'yes'),
(359, 'woocommerce_onboarding_profile', 'a:9:{s:9:\"completed\";b:1;s:12:\"setup_client\";b:0;s:8:\"industry\";a:1:{i:0;a:2:{s:4:\"slug\";s:5:\"other\";s:6:\"detail\";s:20:\"Digital Streaming TV\";}}s:13:\"product_types\";a:2:{i:0;s:9:\"downloads\";i:1;s:8:\"physical\";}s:13:\"product_count\";s:8:\"101-1000\";s:14:\"selling_venues\";s:2:\"no\";s:19:\"business_extensions\";a:0:{}s:5:\"theme\";s:12:\"twentytwenty\";s:7:\"plugins\";s:9:\"installed\";}', 'yes'),
(368, '_transient_woocommerce_reports-transient-version', '1634094354', 'yes'),
(385, 'woocommerce_task_list_tracked_completed_tasks', 'a:4:{i:0;s:8:\"purchase\";i:1;s:10:\"appearance\";i:2;s:8:\"shipping\";i:3;s:3:\"tax\";}', 'yes'),
(388, 'woocommerce_task_list_welcome_modal_dismissed', '1', 'yes'),
(399, 'woocommerce_task_list_appearance_complete', '1', 'yes'),
(400, 'woocommerce_demo_store_notice', '', 'yes'),
(401, '_transient_shipping-transient-version', '1591717309', 'yes'),
(413, 'jetpack_connection_active_plugins', 'a:1:{s:7:\"jetpack\";a:1:{s:4:\"name\";s:7:\"Jetpack\";}}', 'yes'),
(126193, 'everest_forms_disable_user_details', 'no', 'yes'),
(126194, 'everest_forms_recaptcha_type', 'v2', 'yes'),
(421, 'do_activate', '0', 'yes'),
(429, '_transient_jetpack_assumed_site_creation_date', '2020-06-09 11:31:09', 'yes'),
(613, 'jetpack_content_post_details_date', '', 'yes'),
(461, 'jetpack_plugin_api_action_links', 'a:4:{s:31:\"everest-forms/everest-forms.php\";a:1:{s:8:\"Settings\";s:59:\"https://www.iamctv.com/wp-admin/admin.php?page=evf-settings\";}s:33:\"smart-slider-3/smart-slider-3.php\";a:1:{s:6:\"Go Pro\";s:120:\"https://smartslider3.com/pricing/?utm_source=plugin-list&utm_medium=smartslider-wordpress-free&utm_campaign=smartslider3\";}s:27:\"trustedsite/trustedsite.php\";a:1:{s:8:\"Settings\";s:77:\"https://www.iamctv.com/wp-admin/options-general.php?page=trustedsite-settings\";}s:39:\"wp-rss-aggregator/wp-rss-aggregator.php\";a:2:{s:8:\"Settings\";s:92:\"https://www.iamctv.com/wp-admin/edit.php?post_type=wprss_feed&page=wprss-aggregator-settings\";s:13:\"Documentation\";s:46:\"https://www.wprssaggregator.com/documentation/\";}}', 'yes'),
(765821, 'jetpack_sync_settings_dedicated_sync_enabled', '1', 'yes'),
(216449, 'woocommerce_default_homepage_layout', 'two_columns', 'no'),
(197402, 'sab_box_web_font', 'None', 'yes'),
(255638, 'lb24_token', 'eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1aWQiOjI2NDgwNzIzOTMzMzI4OTAyNTUsInVuYW1lIjoiSUFNQyBUViIsImVtYWlsIjoic3VwcG9ydEBpYW1jdHYuY29tIiwibWVtIjowLCJhdmF0YXIiOiJhdmF0YXIvMjRsaXZlYmxvZy1kZWZhdWx0LnBuZyIsImF1dGhfdHlwZSI6MCwiY2xpZW50IjowLCJleHAiOjE2MTEyNzA5OTYuODY0NTk2fQ.KeCG9PpcDouqEmvWPGyU-IFiSzIXKGjXqxIei-sVJ_o', 'yes'),
(255639, 'lb24_uid', '2648072393332890255', 'yes'),
(255640, 'lb24_refresh_token', 'eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ0b2tlbiI6ImlTeklYS0dqWHF4SWVpLXNWSl9vIiwidWlkIjoyNjQ4MDcyMzkzMzMyODkwMjU1LCJleHAiOjE2MTI2NTMzOTYuODY1MDExNX0.qV-Mz6qGQ26CwpDf1h1iSYaQ7Uhpp6CnDL5lgXimfnw', 'yes'),
(255641, 'lb24_uname', 'IAMC TV', 'yes'),
(197367, 'widget_simple_author_box_widget_lite', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(197363, 'fs_api_cache', 'a:0:{}', 'no'),
(1408, 'woocommerce_gateway_stripe_retention', 'a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:4:\"days\";}', 'no'),
(1435, 'as3cf_schema_version', '2.4.3', 'yes'),
(607, 'wordfence_ls_version', '1.0.12', 'yes'),
(608, 'wordfence_version', '7.8.2', 'yes'),
(609, 'wordfence_case', '1', 'yes'),
(610, 'wordfence_installed', '1', 'yes'),
(614, 'jetpack_content_post_details_categories', '', 'yes'),
(615, 'jetpack_content_post_details_tags', '', 'yes'),
(616, 'jetpack_content_post_details_author', '', 'yes'),
(617, 'jetpack_content_post_details_comment', '1', 'yes'),
(618, 'verification_services_codes', '0', 'yes'),
(620, 'wordfenceActivated', '1', 'yes'),
(623, 'wf_plugin_act_error', '', 'yes'),
(663, 'wordproof_wsfy_is_active', '1', 'yes'),
(659, 'wordproof_oauth', 'a:6:{s:9:\"client_id\";s:0:\"\";s:13:\"client_secret\";s:0:\"\";s:10:\"expiration\";s:0:\"\";s:13:\"refresh_token\";s:0:\"\";s:12:\"access_token\";s:1074:\"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImp0aSI6ImFmZWYyOTE2YzY4ZTA5MTZlZDVjNDgzZTAxZDliM2FkYWU0YmNiYzBkYjY3ZTYyNTY1NWZhNWY0ZTBiM2E3YTljMmVkYWFkNzI5NzQyNDdjIn0.eyJhdWQiOiIxIiwianRpIjoiYWZlZjI5MTZjNjhlMDkxNmVkNWM0ODNlMDFkOWIzYWRhZTRiY2JjMGRiNjdlNjI1NjU1ZmE1ZjRlMGIzYTdhOWMyZWRhYWQ3Mjk3NDI0N2MiLCJpYXQiOjE1OTE3MTc1NjgsIm5iZiI6MTU5MTcxNzU2OCwiZXhwIjoxNjIzMjUzNTY4LCJzdWIiOiIzNTAiLCJzY29wZXMiOltdfQ.Pw28AQ2gBFuMPfCaXxb7PCrwgFBVvC5JAP8toV8oN1ABt3cQICdDbasXiQS9_KJhZACuwGYklV0E6jfFV6VUYgdlJwrAEHngGiz5EaRtgv4HkxPnKqLADmwSynlt8QZIvMm7Cx_Sq0rDdogJdMffPV4YpD7qBoKrtQzTk95gzpMTkre4TiQSWeZFnp9OEx3_tEkOI6VsNim8ve1Qgtzt_sphn1304NemydJEHgSj-geLImlv-5EuebDVu51XStyh6DxIRwdPucmYl0LAFv-vJeh5-mXxwGfAq8Wdm-nXh6C_LBgl7bvA_RZDCWmv74E-DsHTjE-VvffvnGvLMFyXhRgjVqDWFrAh5fVJaIWmrYdKPxotJxoOjHdvBWqpLPBYER1oDr-m7RMmjIf2pKac5tugJCP3jQuKW63p4qARazy0_rUBSOejfa2ut9xWt54byfO7fNheZShGK8yVzqN9MnEm2TKOdxD32YC4xDigsnE1hb3P_hAQHBXsjp89b_PguLPpGVimAclmAad_Bp7pCXWsgji8hBmWX0A_QMIJMi4FwaL4qvfIi_386zje13wOVKBSk-xVFKgyFqYuAoGzM7Jx9HuWmVpt4ZlylR6aq_EMIB--AshUndkC1sW6ayhO8cM6DhXs-RJcpd0FkAszPG7I6WGDmpWOWneMa0jG8VI\";s:8:\"token_id\";s:80:\"afef2916c68e0916ed5c483e01d9b3adae4bcbc0db67e625655fa5f4e0b3a7a9c2edaad72974247c\";}', 'yes'),
(664, 'wordproof_balance', '20', 'yes'),
(665, 'wordproof_certificate_text', 'View this content\\\'s Blockchain Timestamp certificate', 'yes'),
(650, 'wordproof_migration_200_completed', '1', 'yes'),
(660, 'wordproof_wsfy', 'a:4:{s:18:\"allowed_post_types\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:14:\"show_revisions\";b:1;s:10:\"site_token\";s:0:\"\";s:7:\"site_id\";i:403;}', 'yes'),
(689, 'tantan_wordpress_s3', 'a:4:{s:13:\"access-key-id\";s:0:\"\";s:11:\"force-https\";s:0:\"\";s:6:\"region\";s:0:\"\";s:17:\"secret-access-key\";s:0:\"\";}', 'yes'),
(692, 'rovidx_smart_tv_roku_options', 'a:2:{s:24:\"rovidx_smart_tv_no_posts\";s:2:\"-1\";s:40:\"rovidx_smart_tv_roku_dfp_recipes_enabled\";s:2:\"on\";}', 'yes'),
(693, 'rovidx_smart_tv_ad_options', 'a:1:{s:28:\"rovidx_smart_tv_ad_feed_type\";s:1:\"1\";}', 'yes'),
(765, 'mcafeesecure_site_id', '6202498', 'yes'),
(766, 'wpseo_ryte', 'a:2:{s:6:\"status\";i:1;s:10:\"last_fetch\";i:1648569165;}', 'yes'),
(1995, 'carousel_display_exif', '1', 'yes'),
(1997, 'carousel_display_comments', '1', 'yes'),
(781, 'stats_cache', 'a:2:{s:32:\"3dfa76e2da7e6dbf8cec48f7e43fc995\";a:1:{i:1673468587;a:0:{}}s:32:\"6aaad31e3329e0f141b8863e2a26e6cb\";a:1:{i:1673468587;a:0:{}}}', 'yes'),
(823, '_transient_product_query-transient-version', '1636415279', 'yes'),
(744, 'wpseo_flush_rewrite', '1', 'yes'),
(753, 'yoast_migrations_free', 'a:1:{s:7:\"version\";s:4:\"20.0\";}', 'yes'),
(741, 'wpseo', 'a:100:{s:8:\"tracking\";b:0;s:22:\"license_server_version\";s:1:\"2\";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:0:\"\";s:7:\"version\";s:4:\"20.0\";s:16:\"previous_version\";s:5:\"19.14\";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:4:\"news\";s:20:\"has_multiple_authors\";b:0;s:16:\"environment_type\";s:10:\"production\";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:22:\"show_onboarding_notice\";b:0;s:18:\"first_activated_on\";i:1591717695;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:22:\"https://www.iamctv.com\";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:\"web_story_media_source\";s:22:\"web_story_media_source\";s:18:\"web_story_category\";s:18:\"web_story_category\";s:6:\"series\";s:6:\"series\";s:13:\"web_story_tag\";s:13:\"web_story_tag\";}s:29:\"enable_enhanced_slack_sharing\";b:1;s:25:\"zapier_integration_active\";b:1;s:19:\"zapier_subscription\";a:0:{}s:14:\"zapier_api_key\";s:0:\"\";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:0:{}s:36:\"dismiss_configuration_workout_notice\";b:0;s:34:\"dismiss_premium_deactivated_notice\";b:0;s:26:\"dismiss_old_premium_notice\";b:0;s:19:\"importing_completed\";a:0:{}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:28:\"wordproof_integration_active\";b:0;s:29:\"wordproof_integration_changed\";b:0;s:18:\"first_time_install\";b:0;s:34:\"should_redirect_after_install_free\";b:0;s:34:\"activation_redirect_timestamp_free\";i:1652258756;s:18:\"remove_feed_global\";b:0;s:27:\"remove_feed_global_comments\";b:0;s:25:\"remove_feed_post_comments\";b:0;s:19:\"remove_feed_authors\";b:0;s:22:\"remove_feed_categories\";b:0;s:16:\"remove_feed_tags\";b:0;s:29:\"remove_feed_custom_taxonomies\";b:0;s:22:\"remove_feed_post_types\";b:0;s:18:\"remove_feed_search\";b:0;s:21:\"remove_atom_rdf_feeds\";b:0;s:17:\"remove_shortlinks\";b:0;s:21:\"remove_rest_api_links\";b:0;s:20:\"remove_rsd_wlw_links\";b:0;s:19:\"remove_oembed_links\";b:0;s:16:\"remove_generator\";b:0;s:20:\"remove_emoji_scripts\";b:0;s:24:\"remove_powered_by_header\";b:0;s:22:\"remove_pingback_header\";b:0;s:28:\"clean_campaign_tracking_urls\";b:0;s:16:\"clean_permalinks\";b:0;s:32:\"clean_permalinks_extra_variables\";s:0:\"\";s:14:\"search_cleanup\";b:0;s:20:\"search_cleanup_emoji\";b:0;s:23:\"search_cleanup_patterns\";b:0;s:22:\"search_character_limit\";i:50;s:20:\"deny_search_crawling\";b:0;s:21:\"deny_wp_json_crawling\";b:0;s: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:10:\"attachment\";i:3;s:20:\"awpa_user_form_build\";i:4;s:9:\"web-story\";i:5;s:7:\"podcast\";}s:28:\"last_known_public_taxonomies\";a:4:{i:0;s:8:\"category\";i:1;s:8:\"post_tag\";i:2;s:11:\"post_format\";i:3;s:6:\"series\";}}', 'yes'),
(713, 'gdbcsettings-settings', 'a:7:{s:14:\"TokenSecretKey\";s:56:\"cqZ@v_m{,U2qVg:GFD)4D#0r-B)bZ3J#59.O6^(0i~\'z.$3DJ9,cs}Us\";s:21:\"TokenCreatedTimestamp\";i:1591717685;s:15:\"HiddenInputName\";s:19:\"AKIx-zT-P-j-R-eh-sV\";s:17:\"MinSubmissionTime\";i:3;s:17:\"MaxContentLogDays\";i:10;s:11:\"MaxLogsDays\";i:30;s:13:\"PluginVersion\";s:6:\"3.1.43\";}', 'yes'),
(714, 'gdbcwordpress-settings', 'a:8:{s:14:\"LoginActivated\";s:1:\"1\";s:21:\"LostPasswordActivated\";s:1:\"1\";s:21:\"UserRegisterActivated\";s:1:\"1\";s:17:\"CommentsActivated\";s:1:\"1\";s:21:\"CommentsContentLength\";i:65525;s:18:\"CommentsNameLength\";i:245;s:19:\"CommentsEmailLength\";i:100;s:21:\"CommentsWebSiteLength\";i:200;}', 'yes'),
(715, 'gdbcbruteforce-settings', 'a:4:{s:11:\"AutoBlockIp\";s:1:\"1\";s:15:\"PreventUserEnum\";s:1:\"1\";s:12:\"WebAttackers\";s:1:\"1\";s:14:\"AnonymousProxy\";s:1:\"1\";}', 'yes'),
(716, 'gdbcemailnotifications-settings', 'a:3:{s:13:\"IsUnderAttack\";b:1;s:13:\"AdminLoggedIn\";b:1;s:5:\"Email\";s:18:\"support@iamctv.com\";}', 'yes'),
(718, 'gdbcproxyheaders-settings', 'a:0:{}', 'yes'),
(719, 'gdbcwhitelistedips-settings', 'a:0:{}', 'yes'),
(720, 'gdbcblacklistedips-settings', 'a:0:{}', 'yes'),
(721, 'gdbcwordpresstweaks-settings', 'a:3:{s:11:\"HideVersion\";s:1:\"1\";s:13:\"HideRSDHeader\";s:1:\"1\";s:13:\"HideWLWHeader\";s:1:\"1\";}', 'yes'),
(722, 'gdbchtmlforms-settings', 'a:1:{s:20:\"IsHTMLFormsActivated\";s:1:\"1\";}', 'yes'),
(723, 'gdbcjetpackcontactform-settings', 'a:1:{s:15:\"IsJPCFActivated\";s:1:\"1\";}', 'yes'),
(724, 'gdbcultracommunity-settings', 'a:0:{}', 'yes'),
(725, 'gdbcwpmembers-settings', 'a:0:{}', 'yes'),
(726, 'gdbcultimatemember-settings', 'a:0:{}', 'yes'),
(727, 'gdbcmailchimpforwp-settings', 'a:0:{}', 'yes'),
(728, 'gdbczmalr-settings', 'a:0:{}', 'yes'),
(729, 'gdbcplansoforms-settings', 'a:0:{}', 'yes'),
(730, 'gdbcseamlessdonations-settings', 'a:0:{}', 'yes'),
(731, 'gdbcreports-settings', 'a:0:{}', 'yes'),
(742, 'wpseo_titles', 'a:203:{s:17:\"forcerewritetitle\";b:0;s:9:\"separator\";s:7:\"sc-dash\";s:16:\"title-home-wpseo\";s:12:\"%%sitename%%\";s:18:\"title-author-wpseo\";s:41:\"%%name%%, Author at %%sitename%% %%page%%\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:27:\"Page not found %%sitename%%\";s:15:\"title-404-wpseo\";s:27:\"Page not found %%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:11:\"%%excerpt%%\";s:21:\"metadesc-author-wpseo\";s:0:\"\";s:22:\"metadesc-archive-wpseo\";s:0:\"\";s:9:\"rssbefore\";s:0:\"\";s:8:\"rssafter\";s:53:\"The post %%POSTLINK%% appeared first on %%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:0;s:18:\"disable-attachment\";b:1;s:23:\"is-media-purge-relevant\";b:0;s:20:\"breadcrumbs-404crumb\";s:25:\"Error 404: Page not found\";s:29:\"breadcrumbs-display-blog-page\";b:0;s:20:\"breadcrumbs-boldlast\";b:0;s:25:\"breadcrumbs-archiveprefix\";s:12:\"Archives for\";s:18:\"breadcrumbs-enable\";b:0;s:16:\"breadcrumbs-home\";s:4:\"Home\";s:18:\"breadcrumbs-prefix\";s:0:\"\";s:24:\"breadcrumbs-searchprefix\";s:16:\"You searched for\";s:15:\"breadcrumbs-sep\";s:2:\"»\";s:12:\"website_name\";s:0:\"\";s:11:\"person_name\";s:0:\"\";s:11:\"person_logo\";s:0:\"\";s:22:\"alternate_website_name\";s:0:\"\";s:12:\"company_logo\";s:66:\"https://www.iamctv.com/wp-content/uploads/2020/06/IAMCMainLogo.png\";s:12:\"company_name\";s:45:\"International African Movie Channel (IAMC TV)\";s:17:\"company_or_person\";s:7:\"company\";s:25:\"company_or_person_user_id\";b:0;s:17:\"stripcategorybase\";b:0;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:10:\"title-post\";s:30:\"%%title%% %%sep%% %%sitename%%\";s:13:\"metadesc-post\";s:11:\"%%excerpt%%\";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:30:\"%%title%% %%sep%% %%sitename%%\";s:13:\"metadesc-page\";s:11:\"%%excerpt%%\";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:14:\"%%term_title%%\";s:21:\"metadesc-tax-category\";s:11:\"%%excerpt%%\";s:28:\"display-metabox-tax-category\";b:0;s:20:\"noindex-tax-category\";b:0;s:25:\"social-title-tax-category\";s:23:\"%%term_title%% Archives\";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:18:\"title-tax-post_tag\";s:14:\"%%term_title%%\";s:21:\"metadesc-tax-post_tag\";s:11:\"%%excerpt%%\";s:28:\"display-metabox-tax-post_tag\";b:0;s:20:\"noindex-tax-post_tag\";b:0;s:25:\"social-title-tax-post_tag\";s:23:\"%%term_title%% Archives\";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:21:\"title-tax-post_format\";s:9:\"%%title%%\";s:24:\"metadesc-tax-post_format\";s:11:\"%%excerpt%%\";s:31:\"display-metabox-tax-post_format\";b:0;s:23:\"noindex-tax-post_format\";b:1;s:28:\"social-title-tax-post_format\";s:23:\"%%term_title%% Archives\";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:13:\"title-product\";s:30:\"%%title%% %%sep%% %%sitename%%\";s:16:\"metadesc-product\";s:11:\"%%excerpt%%\";s:15:\"noindex-product\";b:0;s:26:\"display-metabox-pt-product\";b:1;s:26:\"post_types-product-maintax\";i:0;s:24:\"schema-page-type-product\";s:7:\"WebPage\";s:27:\"schema-article-type-product\";s:4:\"None\";s:20:\"social-title-product\";s:9:\"%%title%%\";s:26:\"social-description-product\";s:0:\"\";s:24:\"social-image-url-product\";s:0:\"\";s:23:\"social-image-id-product\";i:0;s:23:\"title-ptarchive-product\";s:51:\"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%\";s:26:\"metadesc-ptarchive-product\";s:0:\"\";s:25:\"bctitle-ptarchive-product\";s:0:\"\";s:25:\"noindex-ptarchive-product\";b:0;s:30:\"social-title-ptarchive-product\";s:21:\"%%pt_plural%% Archive\";s:36:\"social-description-ptarchive-product\";s:0:\"\";s:34:\"social-image-url-ptarchive-product\";s:0:\"\";s:33:\"social-image-id-ptarchive-product\";i:0;s:15:\"title-web-story\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:18:\"metadesc-web-story\";s:0:\"\";s:17:\"noindex-web-story\";b:0;s:28:\"display-metabox-pt-web-story\";b:1;s:28:\"post_types-web-story-maintax\";i:0;s:26:\"schema-page-type-web-story\";s:7:\"WebPage\";s:29:\"schema-article-type-web-story\";s:4:\"None\";s:22:\"social-title-web-story\";s:9:\"%%title%%\";s:28:\"social-description-web-story\";s:0:\"\";s:26:\"social-image-url-web-story\";s:0:\"\";s:25:\"social-image-id-web-story\";i:0;s:25:\"title-ptarchive-web-story\";s:51:\"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%\";s:28:\"metadesc-ptarchive-web-story\";s:0:\"\";s:27:\"bctitle-ptarchive-web-story\";s:0:\"\";s:27:\"noindex-ptarchive-web-story\";b:0;s:32:\"social-title-ptarchive-web-story\";s:21:\"%%pt_plural%% Archive\";s:38:\"social-description-ptarchive-web-story\";s:0:\"\";s:36:\"social-image-url-ptarchive-web-story\";s:0:\"\";s:35:\"social-image-id-ptarchive-web-story\";i:0;s:21:\"title-tax-product_cat\";s:9:\"%%title%%\";s:24:\"metadesc-tax-product_cat\";s:11:\"%%excerpt%%\";s:31:\"display-metabox-tax-product_cat\";b:0;s:23:\"noindex-tax-product_cat\";b:0;s:28:\"social-title-tax-product_cat\";s:23:\"%%term_title%% Archives\";s:34:\"social-description-tax-product_cat\";s:0:\"\";s:32:\"social-image-url-tax-product_cat\";s:0:\"\";s:31:\"social-image-id-tax-product_cat\";i:0;s:29:\"taxonomy-product_cat-ptparent\";i:0;s:21:\"title-tax-product_tag\";s:14:\"%%term_title%%\";s:24:\"metadesc-tax-product_tag\";s:11:\"%%excerpt%%\";s:31:\"display-metabox-tax-product_tag\";b:0;s:23:\"noindex-tax-product_tag\";b:0;s:28:\"social-title-tax-product_tag\";s:23:\"%%term_title%% Archives\";s:34:\"social-description-tax-product_tag\";s:0:\"\";s:32:\"social-image-url-tax-product_tag\";s:0:\"\";s:31:\"social-image-id-tax-product_tag\";i:0;s:29:\"taxonomy-product_tag-ptparent\";i:0;s:32:\"title-tax-product_shipping_class\";s:9:\"%%title%%\";s:35:\"metadesc-tax-product_shipping_class\";s:11:\"%%excerpt%%\";s:42:\"display-metabox-tax-product_shipping_class\";b:0;s:34:\"noindex-tax-product_shipping_class\";b:0;s:39:\"social-title-tax-product_shipping_class\";s:23:\"%%term_title%% Archives\";s:45:\"social-description-tax-product_shipping_class\";s:0:\"\";s:43:\"social-image-url-tax-product_shipping_class\";s:0:\"\";s:42:\"social-image-id-tax-product_shipping_class\";i:0;s:40:\"taxonomy-product_shipping_class-ptparent\";i:0;s:13:\"title-podcast\";s:30:\"%%title%% %%sep%% %%sitename%%\";s:16:\"metadesc-podcast\";s:11:\"%%excerpt%%\";s:15:\"noindex-podcast\";b:0;s:26:\"display-metabox-pt-podcast\";b:1;s:26:\"post_types-podcast-maintax\";i:0;s:24:\"schema-page-type-podcast\";s:7:\"WebPage\";s:27:\"schema-article-type-podcast\";s:4:\"None\";s:20:\"social-title-podcast\";s:9:\"%%title%%\";s:26:\"social-description-podcast\";s:0:\"\";s:24:\"social-image-url-podcast\";s:0:\"\";s:23:\"social-image-id-podcast\";i:0;s:23:\"title-ptarchive-podcast\";s:30:\"%%title%% %%sep%% %%sitename%%\";s:26:\"metadesc-ptarchive-podcast\";s:11:\"%%excerpt%%\";s:25:\"bctitle-ptarchive-podcast\";s:0:\"\";s:25:\"noindex-ptarchive-podcast\";b:0;s:30:\"social-title-ptarchive-podcast\";s:21:\"%%pt_plural%% Archive\";s:36:\"social-description-ptarchive-podcast\";s:0:\"\";s:34:\"social-image-url-ptarchive-podcast\";s:0:\"\";s:33:\"social-image-id-ptarchive-podcast\";i:0;s:16:\"title-tax-series\";s:9:\"%%title%%\";s:19:\"metadesc-tax-series\";s:11:\"%%excerpt%%\";s:26:\"display-metabox-tax-series\";b:1;s:18:\"noindex-tax-series\";b:0;s:23:\"social-title-tax-series\";s:23:\"%%term_title%% Archives\";s:29:\"social-description-tax-series\";s:0:\"\";s:27:\"social-image-url-tax-series\";s:0:\"\";s:26:\"social-image-id-tax-series\";i:0;s:24:\"taxonomy-series-ptparent\";i:0;s:14:\"person_logo_id\";i:0;s:15:\"company_logo_id\";i:11;s:17:\"company_logo_meta\";a:9:{s:5:\"width\";i:960;s:6:\"height\";i:937;s:3:\"url\";s:96:\"https://i2.wp.com/www.iamctv.com/wp-content/uploads/2020/06/IAMCMainLogo.png?fit=960%2C937&ssl=1\";s:4:\"path\";s:64:\"/home/www/iamctv.com/wp-content/uploads/2020/06/IAMCMainLogo.png\";s:4:\"size\";s:4:\"full\";s:2:\"id\";i:11;s:3:\"alt\";s:12:\"IAMC TV Logo\";s:6:\"pixels\";i:899520;s:4:\"type\";s:9:\"image/png\";}s:16:\"person_logo_meta\";b:0;s:29:\"open_graph_frontpage_image_id\";i:0;s:26:\"taxonomy-category-ptparent\";s:1:\"0\";s:26:\"taxonomy-post_tag-ptparent\";s:1:\"0\";s:29:\"taxonomy-post_format-ptparent\";s:1:\"0\";}', 'yes'),
(1999, 'carousel_display_geo', '1', 'yes'),
(2000, 'carousel_background_color', '', 'yes'),
(558, 'trusted_ip_header', 'O:8:\"stdClass\":3:{s:14:\"trusted_header\";s:11:\"REMOTE_ADDR\";s:8:\"segments\";i:1;s:7:\"reverse\";b:0;}', 'no'),
(565, 'wc_connect_taxes_enabled', 'yes', 'yes'),
(841, '_transient_wc_count_comments', 'O:8:\"stdClass\":7:{s:14:\"total_comments\";i:0;s:3:\"all\";i:0;s:9:\"moderated\";i:0;s:8:\"approved\";i:0;s:4:\"spam\";i:0;s:5:\"trash\";i:0;s:12:\"post-trashed\";i:0;}', 'yes'),
(854, 'wpseo_taxonomy_meta', 'a:2:{s:8:\"category\";a:2:{i:1;a:3:{s:11:\"wpseo_title\";s:44:\"%%term_title%% %%page%% %%sep%% %%sitename%%\";s:13:\"wpseo_linkdex\";s:2:\"27\";s:19:\"wpseo_content_score\";s:1:\"0\";}i:22;a:2:{s:13:\"wpseo_linkdex\";s:2:\"36\";s:19:\"wpseo_content_score\";s:1:\"0\";}}s:6:\"series\";a:1:{i:20;a:3:{s:10:\"wpseo_desc\";s:93:\"IAMC TV Street Chat with hosts PrymEvyl and Alan Bogey, lending their voices to world events.\";s:13:\"wpseo_linkdex\";s:2:\"42\";s:19:\"wpseo_content_score\";s:1:\"0\";}}}', 'yes'),
(1143, 'wc_stripe_show_changed_keys_notice', 'no', 'yes'),
(992, 'pms_woocommerce_settings', 'a:3:{s:20:\"cumulative_discounts\";i:1;s:15:\"exclude_on_sale\";i:1;s:26:\"product_discounted_message\";s:66:\"Want a discount? Become a member, sign up for a subscription plan.\";}', 'yes'),
(1183557, '_transient_timeout_jetpack_publicize_connection_refresh_wait', '1674666554', 'no'),
(1183558, '_transient_jetpack_publicize_connection_refresh_wait', '1674580154.315', 'no'),
(1184433, '_transient_timeout_global_styles_newspin', '1674658981', 'no'),
(1184434, '_transient_global_styles_newspin', 'body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url(\'#wp-duotone-dark-grayscale\');--wp--preset--duotone--grayscale: url(\'#wp-duotone-grayscale\');--wp--preset--duotone--purple-yellow: url(\'#wp-duotone-purple-yellow\');--wp--preset--duotone--blue-red: url(\'#wp-duotone-blue-red\');--wp--preset--duotone--midnight: url(\'#wp-duotone-midnight\');--wp--preset--duotone--magenta-yellow: url(\'#wp-duotone-magenta-yellow\');--wp--preset--duotone--purple-green: url(\'#wp-duotone-purple-green\');--wp--preset--duotone--blue-orange: url(\'#wp-duotone-blue-orange\');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;}:where(.is-layout-flex){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}', 'no'),
(1170400, '_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9', '1673511788', 'no'),
(1184430, '_site_transient_timeout_theme_roots', '1674660533', 'no'),
(1184431, '_site_transient_theme_roots', 'a:5:{s:9:\"newsphere\";s:7:\"/themes\";s:7:\"newspin\";s:7:\"/themes\";s:15:\"twentytwentyone\";s:7:\"/themes\";s:17:\"twentytwentythree\";s:7:\"/themes\";s:15:\"twentytwentytwo\";s:7:\"/themes\";}', 'no');
INSERT INTO `iamc_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1183462, '_site_transient_update_plugins', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1674658733;s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:22:{s:21:\"24liveblog/plugin.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:24:\"w.org/plugins/24liveblog\";s:4:\"slug\";s:10:\"24liveblog\";s:6:\"plugin\";s:21:\"24liveblog/plugin.php\";s:11:\"new_version\";s:3:\"2.1\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/24liveblog/\";s:7:\"package\";s:53:\"https://downloads.wordpress.org/plugin/24liveblog.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:63:\"https://ps.w.org/24liveblog/assets/icon-128x128.png?rev=2290653\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:65:\"https://ps.w.org/24liveblog/assets/banner-772x250.png?rev=2292765\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.5\";}s:25:\"blockspare/blockspare.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:24:\"w.org/plugins/blockspare\";s:4:\"slug\";s:10:\"blockspare\";s:6:\"plugin\";s:25:\"blockspare/blockspare.php\";s:11:\"new_version\";s:5:\"2.1.2\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/blockspare/\";s:7:\"package\";s:53:\"https://downloads.wordpress.org/plugin/blockspare.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/blockspare/assets/icon-256x256.png?rev=2281427\";s:2:\"1x\";s:63:\"https://ps.w.org/blockspare/assets/icon-128x128.png?rev=2281427\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:65:\"https://ps.w.org/blockspare/assets/banner-772x250.png?rev=2281427\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";b:0;}s:27:\"blog2social/blog2social.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/blog2social\";s:4:\"slug\";s:11:\"blog2social\";s:6:\"plugin\";s:27:\"blog2social/blog2social.php\";s:11:\"new_version\";s:6:\"6.9.14\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/blog2social/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/blog2social.6.9.14.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/blog2social/assets/icon-256x256.png?rev=2165833\";s:2:\"1x\";s:64:\"https://ps.w.org/blog2social/assets/icon-128x128.png?rev=2165833\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:66:\"https://ps.w.org/blog2social/assets/banner-772x250.jpg?rev=2616384\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:5:\"4.7.0\";}s:47:\"change-wp-admin-login/change-wp-admin-login.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:35:\"w.org/plugins/change-wp-admin-login\";s:4:\"slug\";s:21:\"change-wp-admin-login\";s:6:\"plugin\";s:47:\"change-wp-admin-login/change-wp-admin-login.php\";s:11:\"new_version\";s:5:\"1.1.2\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/change-wp-admin-login/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/change-wp-admin-login.1.1.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:74:\"https://ps.w.org/change-wp-admin-login/assets/icon-256x256.png?rev=2040699\";s:2:\"1x\";s:74:\"https://ps.w.org/change-wp-admin-login/assets/icon-128x128.png?rev=2040699\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/change-wp-admin-login/assets/banner-1544x500.png?rev=2446481\";s:2:\"1x\";s:76:\"https://ps.w.org/change-wp-admin-login/assets/banner-772x250.png?rev=2446481\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.4\";}s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:28:\"w.org/plugins/contact-form-7\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:5:\"5.7.2\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.5.7.2.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:67:\"https://ps.w.org/contact-form-7/assets/icon-256x256.png?rev=2279696\";s:2:\"1x\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";s:3:\"svg\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";s:2:\"1x\";s:68:\"https://ps.w.org/contact-form-7/assets/banner-772x250.png?rev=880427\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.0\";}s:31:\"everest-forms/everest-forms.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:27:\"w.org/plugins/everest-forms\";s:4:\"slug\";s:13:\"everest-forms\";s:6:\"plugin\";s:31:\"everest-forms/everest-forms.php\";s:11:\"new_version\";s:5:\"1.9.7\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/everest-forms/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/everest-forms.1.9.7.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:58:\"https://ps.w.org/everest-forms/assets/icon.svg?rev=2778675\";s:3:\"svg\";s:58:\"https://ps.w.org/everest-forms/assets/icon.svg?rev=2778675\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:68:\"https://ps.w.org/everest-forms/assets/banner-772x250.png?rev=2573802\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";}s:19:\"jetpack/jetpack.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:21:\"w.org/plugins/jetpack\";s:4:\"slug\";s:7:\"jetpack\";s:6:\"plugin\";s:19:\"jetpack/jetpack.php\";s:11:\"new_version\";s:6:\"11.7.1\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/jetpack/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/jetpack.11.7.1.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:60:\"https://ps.w.org/jetpack/assets/icon-256x256.png?rev=2819237\";s:2:\"1x\";s:52:\"https://ps.w.org/jetpack/assets/icon.svg?rev=2819237\";s:3:\"svg\";s:52:\"https://ps.w.org/jetpack/assets/icon.svg?rev=2819237\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/jetpack/assets/banner-1544x500.png?rev=2653649\";s:2:\"1x\";s:62:\"https://ps.w.org/jetpack/assets/banner-772x250.png?rev=2653649\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.0\";}s:51:\"latest-posts-block-lite/latest-posts-block-lite.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:37:\"w.org/plugins/latest-posts-block-lite\";s:4:\"slug\";s:23:\"latest-posts-block-lite\";s:6:\"plugin\";s:51:\"latest-posts-block-lite/latest-posts-block-lite.php\";s:11:\"new_version\";s:5:\"1.0.5\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/latest-posts-block-lite/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/latest-posts-block-lite.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/latest-posts-block-lite/assets/icon-256x256.png?rev=2383314\";s:2:\"1x\";s:76:\"https://ps.w.org/latest-posts-block-lite/assets/icon-128x128.png?rev=2383314\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:78:\"https://ps.w.org/latest-posts-block-lite/assets/banner-772x250.jpg?rev=2383314\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";b:0;}s:49:\"magic-content-box-lite/magic-content-box-lite.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:36:\"w.org/plugins/magic-content-box-lite\";s:4:\"slug\";s:22:\"magic-content-box-lite\";s:6:\"plugin\";s:49:\"magic-content-box-lite/magic-content-box-lite.php\";s:11:\"new_version\";s:5:\"1.0.7\";s:3:\"url\";s:53:\"https://wordpress.org/plugins/magic-content-box-lite/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/magic-content-box-lite.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/magic-content-box-lite/assets/icon-256x256.png?rev=2383529\";s:2:\"1x\";s:75:\"https://ps.w.org/magic-content-box-lite/assets/icon-128x128.png?rev=2383531\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:77:\"https://ps.w.org/magic-content-box-lite/assets/banner-772x250.jpg?rev=2383529\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";b:0;}s:47:\"one-click-demo-import/one-click-demo-import.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:35:\"w.org/plugins/one-click-demo-import\";s:4:\"slug\";s:21:\"one-click-demo-import\";s:6:\"plugin\";s:47:\"one-click-demo-import/one-click-demo-import.php\";s:11:\"new_version\";s:5:\"3.1.2\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/one-click-demo-import/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/one-click-demo-import.3.1.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:74:\"https://ps.w.org/one-click-demo-import/assets/icon-256x256.png?rev=2506685\";s:2:\"1x\";s:74:\"https://ps.w.org/one-click-demo-import/assets/icon-128x128.png?rev=2506685\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/one-click-demo-import/assets/banner-1544x500.png?rev=2506685\";s:2:\"1x\";s:76:\"https://ps.w.org/one-click-demo-import/assets/banner-772x250.png?rev=2506685\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.2\";}s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:31:\"w.org/plugins/really-simple-ssl\";s:4:\"slug\";s:17:\"really-simple-ssl\";s:6:\"plugin\";s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";s:11:\"new_version\";s:5:\"6.1.1\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/really-simple-ssl/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/really-simple-ssl.6.1.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/really-simple-ssl/assets/icon-256x256.png?rev=2839720\";s:2:\"1x\";s:70:\"https://ps.w.org/really-simple-ssl/assets/icon-128x128.png?rev=2839720\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/really-simple-ssl/assets/banner-1544x500.png?rev=2810049\";s:2:\"1x\";s:72:\"https://ps.w.org/really-simple-ssl/assets/banner-772x250.png?rev=2810049\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.7\";}s:59:\"seriously-simple-podcasting/seriously-simple-podcasting.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:41:\"w.org/plugins/seriously-simple-podcasting\";s:4:\"slug\";s:27:\"seriously-simple-podcasting\";s:6:\"plugin\";s:59:\"seriously-simple-podcasting/seriously-simple-podcasting.php\";s:11:\"new_version\";s:6:\"2.19.1\";s:3:\"url\";s:58:\"https://wordpress.org/plugins/seriously-simple-podcasting/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/seriously-simple-podcasting.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/seriously-simple-podcasting/assets/icon-256x256.png?rev=970355\";s:2:\"1x\";s:79:\"https://ps.w.org/seriously-simple-podcasting/assets/icon-128x128.png?rev=970355\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:83:\"https://ps.w.org/seriously-simple-podcasting/assets/banner-1544x500.png?rev=1118552\";s:2:\"1x\";s:82:\"https://ps.w.org/seriously-simple-podcasting/assets/banner-772x250.png?rev=1118552\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:87:\"https://ps.w.org/seriously-simple-podcasting/assets/banner-1544x500-rtl.png?rev=1284654\";s:2:\"1x\";s:86:\"https://ps.w.org/seriously-simple-podcasting/assets/banner-772x250-rtl.png?rev=1284654\";}s:8:\"requires\";s:3:\"4.4\";}s:33:\"smart-slider-3/smart-slider-3.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:28:\"w.org/plugins/smart-slider-3\";s:4:\"slug\";s:14:\"smart-slider-3\";s:6:\"plugin\";s:33:\"smart-slider-3/smart-slider-3.php\";s:11:\"new_version\";s:8:\"3.5.1.12\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/smart-slider-3/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/smart-slider-3.3.5.1.12.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:67:\"https://ps.w.org/smart-slider-3/assets/icon-256x256.png?rev=2307688\";s:2:\"1x\";s:59:\"https://ps.w.org/smart-slider-3/assets/icon.svg?rev=2307688\";s:3:\"svg\";s:59:\"https://ps.w.org/smart-slider-3/assets/icon.svg?rev=2307688\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/smart-slider-3/assets/banner-1544x500.png?rev=2632650\";s:2:\"1x\";s:69:\"https://ps.w.org/smart-slider-3/assets/banner-772x250.png?rev=2632650\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";}s:27:\"trustedsite/trustedsite.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/trustedsite\";s:4:\"slug\";s:11:\"trustedsite\";s:6:\"plugin\";s:27:\"trustedsite/trustedsite.php\";s:11:\"new_version\";s:5:\"1.1.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/trustedsite/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/trustedsite.1.1.2.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:64:\"https://ps.w.org/trustedsite/assets/icon-256x256.png?rev=2444569\";s:2:\"1x\";s:56:\"https://ps.w.org/trustedsite/assets/icon.svg?rev=2444569\";s:3:\"svg\";s:56:\"https://ps.w.org/trustedsite/assets/icon.svg?rev=2444569\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/trustedsite/assets/banner-1544x500.png?rev=2555467\";s:2:\"1x\";s:66:\"https://ps.w.org/trustedsite/assets/banner-772x250.png?rev=2555467\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:5:\"4.2.1\";}s:27:\"web-stories/web-stories.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/web-stories\";s:4:\"slug\";s:11:\"web-stories\";s:6:\"plugin\";s:27:\"web-stories/web-stories.php\";s:11:\"new_version\";s:6:\"1.28.1\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/web-stories/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/web-stories.1.28.1.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:64:\"https://ps.w.org/web-stories/assets/icon-256x256.png?rev=2386543\";s:2:\"1x\";s:56:\"https://ps.w.org/web-stories/assets/icon.svg?rev=2386543\";s:3:\"svg\";s:56:\"https://ps.w.org/web-stories/assets/icon.svg?rev=2386543\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/web-stories/assets/banner-1544x500.png?rev=2386564\";s:2:\"1x\";s:66:\"https://ps.w.org/web-stories/assets/banner-772x250.png?rev=2386564\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/web-stories/assets/banner-1544x500-rtl.png?rev=2386564\";s:2:\"1x\";s:70:\"https://ps.w.org/web-stories/assets/banner-772x250-rtl.png?rev=2386564\";}s:8:\"requires\";s:3:\"5.9\";}s:23:\"wordfence/wordfence.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:23:\"w.org/plugins/wordfence\";s:4:\"slug\";s:9:\"wordfence\";s:6:\"plugin\";s:23:\"wordfence/wordfence.php\";s:11:\"new_version\";s:5:\"7.8.2\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/wordfence/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/wordfence.7.8.2.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/wordfence/assets/icon-256x256.png?rev=2070855\";s:2:\"1x\";s:54:\"https://ps.w.org/wordfence/assets/icon.svg?rev=2070865\";s:3:\"svg\";s:54:\"https://ps.w.org/wordfence/assets/icon.svg?rev=2070865\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/wordfence/assets/banner-1544x500.jpg?rev=2124102\";s:2:\"1x\";s:64:\"https://ps.w.org/wordfence/assets/banner-772x250.jpg?rev=2124102\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.9\";}s:43:\"wordproof-timestamp/wordproof-timestamp.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:33:\"w.org/plugins/wordproof-timestamp\";s:4:\"slug\";s:19:\"wordproof-timestamp\";s:6:\"plugin\";s:43:\"wordproof-timestamp/wordproof-timestamp.php\";s:11:\"new_version\";s:6:\"3.0.12\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/wordproof-timestamp/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/wordproof-timestamp.3.0.12.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/wordproof-timestamp/assets/icon-256x256.png?rev=2717383\";s:2:\"1x\";s:72:\"https://ps.w.org/wordproof-timestamp/assets/icon-128x128.png?rev=2717383\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/wordproof-timestamp/assets/banner-1544x500.jpg?rev=2455922\";s:2:\"1x\";s:74:\"https://ps.w.org/wordproof-timestamp/assets/banner-772x250.jpg?rev=2455922\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.8\";}s:21:\"wp-piwik/wp-piwik.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:22:\"w.org/plugins/wp-piwik\";s:4:\"slug\";s:8:\"wp-piwik\";s:6:\"plugin\";s:21:\"wp-piwik/wp-piwik.php\";s:11:\"new_version\";s:6:\"1.0.27\";s:3:\"url\";s:39:\"https://wordpress.org/plugins/wp-piwik/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/wp-piwik.1.0.27.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:61:\"https://ps.w.org/wp-piwik/assets/icon-256x256.png?rev=1236616\";s:2:\"1x\";s:61:\"https://ps.w.org/wp-piwik/assets/icon-128x128.png?rev=1236622\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/wp-piwik/assets/banner-1544x500.png?rev=2058178\";s:2:\"1x\";s:63:\"https://ps.w.org/wp-piwik/assets/banner-772x250.png?rev=2058178\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";}s:35:\"goodbye-captcha/goodbye-captcha.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:29:\"w.org/plugins/goodbye-captcha\";s:4:\"slug\";s:15:\"goodbye-captcha\";s:6:\"plugin\";s:35:\"goodbye-captcha/goodbye-captcha.php\";s:11:\"new_version\";s:6:\"3.1.43\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/goodbye-captcha/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/goodbye-captcha.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/goodbye-captcha/assets/icon-256x256.png?rev=1356325\";s:2:\"1x\";s:68:\"https://ps.w.org/goodbye-captcha/assets/icon-128x128.png?rev=1356325\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:70:\"https://ps.w.org/goodbye-captcha/assets/banner-772x250.png?rev=1356300\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.0\";}s:37:\"wp-post-author/aft-wp-post-author.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:28:\"w.org/plugins/wp-post-author\";s:4:\"slug\";s:14:\"wp-post-author\";s:6:\"plugin\";s:37:\"wp-post-author/aft-wp-post-author.php\";s:11:\"new_version\";s:5:\"3.2.1\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/wp-post-author/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/wp-post-author.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/wp-post-author/assets/icon-256x256.png?rev=2404051\";s:2:\"1x\";s:67:\"https://ps.w.org/wp-post-author/assets/icon-128x128.png?rev=2404051\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/wp-post-author/assets/banner-772x250.png?rev=2762943\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:5:\"3.0.1\";}s:39:\"wp-rss-aggregator/wp-rss-aggregator.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:31:\"w.org/plugins/wp-rss-aggregator\";s:4:\"slug\";s:17:\"wp-rss-aggregator\";s:6:\"plugin\";s:39:\"wp-rss-aggregator/wp-rss-aggregator.php\";s:11:\"new_version\";s:6:\"4.22.2\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/wp-rss-aggregator/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/wp-rss-aggregator.4.22.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/wp-rss-aggregator/assets/icon-256x256.png?rev=1823609\";s:2:\"1x\";s:70:\"https://ps.w.org/wp-rss-aggregator/assets/icon-128x128.png?rev=1823609\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/wp-rss-aggregator/assets/banner-1544x500.png?rev=2040548\";s:2:\"1x\";s:72:\"https://ps.w.org/wp-rss-aggregator/assets/banner-772x250.png?rev=2210123\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.0\";}s:24:\"wordpress-seo/wp-seo.php\";O:8:\"stdClass\":10:{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:\"20.0\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wordpress-seo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.20.0.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:66:\"https://ps.w.org/wordpress-seo/assets/icon-256x256.png?rev=2643727\";s:2:\"1x\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=2363699\";s:3:\"svg\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=2363699\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500.png?rev=2643727\";s:2:\"1x\";s:68:\"https://ps.w.org/wordpress-seo/assets/banner-772x250.png?rev=2643727\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500-rtl.png?rev=2643727\";s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-seo/assets/banner-772x250-rtl.png?rev=2643727\";}s:8:\"requires\";s:3:\"6.0\";}}s:7:\"checked\";a:22:{s:21:\"24liveblog/plugin.php\";s:3:\"2.1\";s:25:\"blockspare/blockspare.php\";s:5:\"2.1.2\";s:27:\"blog2social/blog2social.php\";s:6:\"6.9.14\";s:47:\"change-wp-admin-login/change-wp-admin-login.php\";s:5:\"1.1.2\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:5:\"5.7.2\";s:31:\"everest-forms/everest-forms.php\";s:5:\"1.9.7\";s:19:\"jetpack/jetpack.php\";s:6:\"11.7.1\";s:51:\"latest-posts-block-lite/latest-posts-block-lite.php\";s:5:\"1.0.5\";s:49:\"magic-content-box-lite/magic-content-box-lite.php\";s:5:\"1.0.7\";s:47:\"one-click-demo-import/one-click-demo-import.php\";s:5:\"3.1.2\";s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";s:5:\"6.1.1\";s:59:\"seriously-simple-podcasting/seriously-simple-podcasting.php\";s:6:\"2.19.1\";s:33:\"smart-slider-3/smart-slider-3.php\";s:8:\"3.5.1.12\";s:27:\"trustedsite/trustedsite.php\";s:5:\"1.1.2\";s:27:\"web-stories/web-stories.php\";s:6:\"1.28.1\";s:23:\"wordfence/wordfence.php\";s:5:\"7.8.2\";s:43:\"wordproof-timestamp/wordproof-timestamp.php\";s:6:\"3.0.12\";s:21:\"wp-piwik/wp-piwik.php\";s:6:\"1.0.27\";s:35:\"goodbye-captcha/goodbye-captcha.php\";s:6:\"3.1.43\";s:37:\"wp-post-author/aft-wp-post-author.php\";s:5:\"3.2.1\";s:39:\"wp-rss-aggregator/wp-rss-aggregator.php\";s:6:\"4.22.2\";s:24:\"wordpress-seo/wp-seo.php\";s:4:\"20.0\";}}', 'no'),
(823080, 'wp_calendar_block_has_published_posts', '1', 'yes'),
(1130236, '_transient_rsssl_http_methods_allowed', 'a:1:{s:7:\"allowed\";a:18:{i:0;s:3:\"GET\";i:1;s:4:\"POST\";i:2;s:3:\"PUT\";i:3;s:6:\"DELETE\";i:4;s:4:\"HEAD\";i:5;s:7:\"OPTIONS\";i:6;s:7:\"CONNECT\";i:7;s:5:\"TRACE\";i:8;s:5:\"TRACK\";i:9;s:5:\"PATCH\";i:10;s:4:\"COPY\";i:11;s:4:\"LINK\";i:12;s:6:\"UNLINK\";i:13;s:5:\"PURGE\";i:14;s:4:\"LOCK\";i:15;s:6:\"UNLOCK\";i:16;s:8:\"PROPFIND\";i:17;s:4:\"VIEW\";}}', 'yes'),
(1130223, 'rsssl_6_notice_dismissed', '1', 'no'),
(537, 'jpsq_sync_checkout', '0:0', 'no'),
(1506, 'woocommerce_default_catalog_orderby', 'date', 'yes'),
(1293, 'widget_podcast_player_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(1311, '_transient_wcc_is_new_label_user', 'yes', 'yes'),
(1320, 'wordproof_timestamp_count', '154', 'yes'),
(1321, 'wordproof_last_timestamp', '1623080634', 'yes'),
(1049, 'wc_ppec_version', '2.1.3', 'yes'),
(1050, 'woocommerce_ppec_paypal_settings', 'a:59:{s:16:\"reroute_requests\";s:2:\"no\";s:11:\"environment\";s:4:\"live\";s:12:\"api_username\";s:20:\"info_api1.iamctv.com\";s:12:\"api_password\";s:16:\"Y8S5V3H9XKUCF3R4\";s:13:\"api_signature\";s:56:\"AUhTIKvLsDD-i1FeO5nyNpxqnDFkAk68zcRl7AxF2G1XWtvSDWZnhzwV\";s:15:\"api_certificate\";s:0:\"\";s:11:\"api_subject\";s:0:\"\";s:7:\"enabled\";s:3:\"yes\";s:5:\"title\";s:6:\"PayPal\";s:11:\"description\";s:85:\"Pay via PayPal; you can pay with your credit card if you don\'t have a PayPal account.\";s:20:\"sandbox_api_username\";s:0:\"\";s:20:\"sandbox_api_password\";s:0:\"\";s:21:\"sandbox_api_signature\";s:0:\"\";s:23:\"sandbox_api_certificate\";s:0:\"\";s:19:\"sandbox_api_subject\";s:0:\"\";s:10:\"brand_name\";s:45:\"International African Movie Channel (IAMC TV)\";s:14:\"logo_image_url\";s:0:\"\";s:16:\"header_image_url\";s:0:\"\";s:10:\"page_style\";s:0:\"\";s:12:\"landing_page\";s:5:\"Login\";s:5:\"debug\";s:3:\"yes\";s:14:\"invoice_prefix\";s:5:\"IAMC-\";s:15:\"require_billing\";s:2:\"no\";s:20:\"require_phone_number\";s:3:\"yes\";s:13:\"paymentaction\";s:4:\"sale\";s:16:\"instant_payments\";s:3:\"yes\";s:26:\"subtotal_mismatch_behavior\";s:3:\"add\";s:7:\"use_spb\";s:3:\"yes\";s:12:\"button_color\";s:4:\"gold\";s:12:\"button_shape\";s:4:\"rect\";s:12:\"button_label\";s:6:\"paypal\";s:13:\"button_layout\";s:8:\"vertical\";s:11:\"button_size\";s:10:\"responsive\";s:20:\"hide_funding_methods\";a:1:{i:0;s:4:\"CARD\";}s:14:\"credit_enabled\";s:3:\"yes\";s:21:\"cart_checkout_enabled\";s:3:\"yes\";s:25:\"mini_cart_settings_toggle\";s:2:\"no\";s:23:\"mini_cart_button_layout\";s:8:\"vertical\";s:21:\"mini_cart_button_size\";s:10:\"responsive\";s:22:\"mini_cart_button_label\";s:6:\"paypal\";s:30:\"mini_cart_hide_funding_methods\";a:1:{i:0;s:4:\"CARD\";}s:24:\"mini_cart_credit_enabled\";s:3:\"yes\";s:34:\"checkout_on_single_product_enabled\";s:3:\"yes\";s:30:\"single_product_settings_toggle\";s:3:\"yes\";s:28:\"single_product_button_layout\";s:10:\"horizontal\";s:26:\"single_product_button_size\";s:10:\"responsive\";s:27:\"single_product_button_label\";s:6:\"paypal\";s:35:\"single_product_hide_funding_methods\";a:1:{i:0;s:4:\"CARD\";}s:29:\"single_product_credit_enabled\";s:3:\"yes\";s:12:\"mark_enabled\";s:3:\"yes\";s:20:\"mark_settings_toggle\";s:2:\"no\";s:18:\"mark_button_layout\";s:8:\"vertical\";s:16:\"mark_button_size\";s:10:\"responsive\";s:17:\"mark_button_label\";s:6:\"paypal\";s:25:\"mark_hide_funding_methods\";a:1:{i:0;s:4:\"CARD\";}s:19:\"mark_credit_enabled\";s:3:\"yes\";s:22:\"credit_message_enabled\";s:2:\"no\";s:37:\"single_product_credit_message_enabled\";s:2:\"no\";s:27:\"mark_credit_message_enabled\";s:2:\"no\";}', 'yes'),
(1056, 'woocommerce_ppec_payer_id_live_d2f359f6dc4fa79e7c6a24e4141a26e6', 'J9JXEAAH99P7J', 'yes'),
(1057, 'woo_pp_admin_error', 'a:1:{i:0;a:1:{s:7:\"success\";s:59:\"Success!  Your PayPal account has been set up successfully.\";}}', 'yes'),
(982, 'pms_misc_settings', 'a:3:{s:4:\"gdpr\";a:3:{s:13:\"gdpr_checkbox\";s:8:\"disabled\";s:18:\"gdpr_checkbox_text\";s:79:\"I allow the website to collect and store the data I submit through this form. *\";s:11:\"gdpr_delete\";s:8:\"disabled\";}s:14:\"hide-admin-bar\";s:1:\"1\";s:9:\"recaptcha\";a:2:{s:8:\"site_key\";s:0:\"\";s:10:\"secret_key\";s:0:\"\";}}', 'yes'),
(743, 'wpseo_social', 'a:19:{s:13:\"facebook_site\";s:36:\"https://www.facebook.com/watchiamctv\";s:13:\"instagram_url\";s:37:\"https://instagram.com/official_iamctv\";s:12:\"linkedin_url\";s:0:\"\";s:11:\"myspace_url\";s:0:\"\";s:16:\"og_default_image\";s:0:\"\";s:19:\"og_default_image_id\";s:0:\"\";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:6:\"iamctv\";s:17:\"twitter_card_type\";s:19:\"summary_large_image\";s:11:\"youtube_url\";s:56:\"https://www.youtube.com/channel/UC6N23nsJuqs7ycbWk2KU1qA\";s:13:\"wikipedia_url\";s:0:\"\";s:17:\"other_social_urls\";a:2:{i:0;s:37:\"https://instagram.com/official_iamctv\";i:1;s:56:\"https://www.youtube.com/channel/UC6N23nsJuqs7ycbWk2KU1qA\";}}', 'yes'),
(1462, 'woocommerce_maybe_regenerate_images_hash', '91b4c9009722c706e00dfc584c4f8626', 'yes'),
(1951, 'post_by_email_address1', 'NULL', 'yes'),
(1952, 'monitor_receive_notifications', '1', 'yes'),
(1673, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}', 'yes'),
(2125, 'ss_podcasting_subscribe_options', 'a:1:{i:0;s:6:\"anchor\";}', 'yes'),
(2126, 'ss_podcasting_episode_description', 'excerpt', 'yes'),
(2127, 'ssp_version', '2.19.1', 'yes'),
(2175, 'ss_podcasting_data_title', 'IAMC TV Podcasts', 'yes'),
(2176, 'ss_podcasting_data_subtitle', 'Telling our own stories.', 'yes'),
(2177, 'ss_podcasting_data_author', 'International African Movie Channel (IAMC TV)', 'yes'),
(2178, 'ss_podcasting_data_category', 'News', 'yes'),
(2179, 'ss_podcasting_data_subcategory', 'News Commentary', 'yes'),
(2180, 'ss_podcasting_data_category2', 'Music', 'yes'),
(2181, 'ss_podcasting_data_subcategory2', 'Music Commentary', 'yes'),
(2182, 'ss_podcasting_data_category3', '', 'yes'),
(2183, 'ss_podcasting_data_subcategory3', '', 'yes'),
(2184, 'ss_podcasting_data_description', 'Podcast shows for International African Movie Channel (IAMC TV).', 'yes'),
(2185, 'ss_podcasting_data_image', 'https://www.iamctv.com/wp-content/uploads/2020/10/IAMCTVPodcastLogo.png', 'yes'),
(2186, 'ss_podcasting_data_owner_name', 'International African Movie Channel (IAMC TV)', 'yes'),
(2187, 'ss_podcasting_data_owner_email', 'support@iamctv.com', 'yes'),
(2188, 'ss_podcasting_data_language', 'en-US', 'yes'),
(2189, 'ss_podcasting_data_copyright', '© 2020 International African Movie Channel (IAMC TV)', 'yes'),
(2190, 'ss_podcasting_explicit', 'on', 'yes'),
(2191, 'ss_podcasting_complete', '', 'yes'),
(2192, 'ss_podcasting_publish_date', 'published', 'yes'),
(2193, 'ss_podcasting_consume_order', 'episodic', 'yes'),
(2194, 'ss_podcasting_media_prefix', '', 'yes'),
(2195, 'ss_podcasting_turbocharge_feed', '', 'yes'),
(2196, 'ss_podcasting_redirect_feed', '', 'yes'),
(2197, 'ss_podcasting_new_feed_url', '', 'yes'),
(2198, 'ss_podcasting_itunes_url', '', 'yes'),
(2199, 'ss_podcasting_stitcher_url', '', 'yes'),
(2200, 'ss_podcasting_google_play_url', '', 'yes'),
(2201, 'ss_podcasting_spotify_url', 'https://open.spotify.com/show/2DhiXgFDa32KZXWbunVTar', 'yes'),
(2141, 'ssp_upgrade_page_visited', 'true', 'yes'),
(2226, 'ss_podcasting_second_line_themes_edit-podcast', 'true', 'yes'),
(2234, 'rovidx_smart_tv_options', 'a:7:{s:39:\"rovidx_smart_tv_movie_post_type_enabled\";s:2:\"on\";s:49:\"rovidx_smart_tv_shortform_video_post_type_enabled\";s:2:\"on\";s:40:\"rovidx_smart_tv_series_post_type_enabled\";s:2:\"on\";s:44:\"rovidx_smart_tv_tvspecials_post_type_enabled\";s:2:\"on\";s:33:\"rovidx_smart_tv_trickplay_enabled\";s:2:\"on\";s:32:\"rovidx_smart_tv_advanced_enabled\";s:2:\"on\";s:27:\"rovidx_smart_tv_ads_enabled\";s:2:\"on\";}', 'yes'),
(2150, 'ss_podcasting_use_post_types', 'a:1:{i:0;s:4:\"post\";}', 'yes'),
(2151, 'ss_podcasting_include_in_main_query', 'on', 'yes'),
(2152, 'ss_podcasting_player_locations', 'a:1:{i:0;s:7:\"content\";}', 'yes'),
(2153, 'ss_podcasting_player_content_location', 'below', 'yes'),
(2154, 'ss_podcasting_player_content_visibility', 'all', 'yes'),
(2155, 'ss_podcasting_itunes_fields_enabled', 'on', 'yes'),
(2156, 'ss_podcasting_player_meta_data_enabled', 'on', 'yes'),
(2157, 'ss_podcasting_player_style', 'larger', 'yes'),
(2158, 'ss_podcasting_player_background_skin_colour', '#b57d3d', 'yes'),
(2159, 'ss_podcasting_player_wave_form_colour', '#81d742', 'yes'),
(2160, 'ss_podcasting_player_wave_form_progress_colour', '#ba0f00', 'yes'),
(65479, 'disallowed_keys', '', 'no'),
(65480, 'comment_previously_approved', '1', 'yes'),
(65481, 'auto_plugin_theme_update_emails', 'a:0:{}', 'no'),
(3788, 'auto_core_update_notified', 'a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:18:\"support@iamctv.com\";s:7:\"version\";s:5:\"6.1.1\";s:9:\"timestamp\";i:1668546961;}', 'no'),
(2647, '_transient_health-check-site-status-result', '{\"good\":16,\"recommended\":4,\"critical\":1}', 'yes'),
(2344, 'feedback_unread_count', '0', 'yes'),
(67548, 'wpcom_publish_posts_with_markdown', '1', 'yes'),
(271301, 'web_stories_active_publisher_logo', '45', 'no'),
(271302, 'web_stories_publisher_logos', 'a:1:{i:0;i:45;}', 'yes'),
(271303, 'web_stories_previous_db_version', '3.0.13', 'yes'),
(271304, 'web_stories_db_version', '3.0.14', 'yes'),
(121647, 'recovery_mode_email_last_sent', '1636815888', 'yes'),
(126215, 'everest_forms_default_form_page_id', '92', 'yes'),
(1152382, 'everest_forms_version', '1.9.7', 'yes'),
(1152383, 'everest_forms_db_version', '1.9.7', 'yes'),
(126220, 'everest_forms_activated', '1602262816', 'yes'),
(126419, 'theme_mods_magazinews', 'a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:16;}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1602265133;s:4:\"data\";a:8:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:2:{i:0;s:10:\"nav_menu-2\";i:1;s:10:\"nav_menu-3\";}s:16:\"optional-sidebar\";a:0:{}s:18:\"smartslider_area_1\";a:0:{}s:8:\"footer-1\";a:0:{}s:8:\"footer-2\";a:0:{}s:8:\"footer-3\";a:0:{}s:8:\"footer-4\";a:0:{}}}}', 'yes'),
(177003, 'jetpack_next_sync_time_full-sync-enqueue', '1622578362', 'yes'),
(177005, 'jetpack_testimonial', '0', 'yes'),
(177007, 'stats_options', 'a:7:{s:9:\"admin_bar\";b:1;s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}s:11:\"count_roles\";a:0:{}s:7:\"blog_id\";i:178630582;s:12:\"do_not_track\";b:1;s:10:\"hide_smile\";b:1;s:7:\"version\";s:1:\"9\";}', 'yes'),
(177013, 'jp_sync_lock_full_sync', '1612278069.4636', 'yes'),
(126201, 'everest_forms_recaptcha_v3_secret_key', '', 'yes'),
(126202, 'everest_forms_email_template', 'default', 'yes'),
(126203, 'everest_forms_enable_email_copies', 'no', 'yes'),
(126204, 'everest_forms_required_validation', 'This field is required.', 'yes'),
(126205, 'everest_forms_url_validation', 'Please enter a valid URL.', 'yes'),
(126206, 'everest_forms_email_validation', 'Please enter a valid email address.', 'yes'),
(132889, 'wc_admin_note_home_screen_feedback_homescreen_accessed', '1602709472', 'yes'),
(126199, 'everest_forms_recaptcha_v2_invisible', 'no', 'yes'),
(126200, 'everest_forms_recaptcha_v3_site_key', '', 'yes'),
(126123, 'current_theme', 'Newspin', 'yes'),
(126124, 'theme_mods_heading-news', 'a:16:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:25:\"news_vibrant_primary_menu\";i:16;}s:18:\"custom_css_post_id\";i:110;s:11:\"custom_logo\";i:96;s:30:\"news_vibrant_site_title_option\";b:0;s:24:\"news_vibrant_theme_color\";s:7:\"#aa7416\";s:16:\"background_color\";s:6:\"ffffff\";s:29:\"news_vibrant_site_title_color\";s:7:\"#ad0808\";s:32:\"news_vibrant_top_posts_cat_slugs\";a:1:{i:0;s:21:\"blazin-30-music-video\";}s:31:\"news_vibrant_search_icon_option\";s:4:\"hide\";s:18:\"social_media_icons\";s:408:\"[{\"social_icon_class\":\"fa fa-facebook-f\",\"social_icon_url\":\"https:\\/\\/www.facebook.com\\/watchiamc\"},{\"social_icon_class\":\"fa fa-instagram\",\"social_icon_url\":\"https:\\/\\/instagram.com\\/official_iamctv\"},{\"social_icon_class\":\"fa fa-twitter\",\"social_icon_url\":\"https:\\/\\/twitter.com\\/iamctv\"},{\"social_icon_class\":\"fa fa-youtube\",\"social_icon_url\":\"https:\\/\\/www.youtube.com\\/channel\\/UC6N23nsJuqs7ycbWk2KU1qA\"}]\";s:55:\"news_vibrant_category_color_blazin&#039; 30 music video\";s:7:\"#9b5a1a\";s:35:\"news_vibrant_category_color_iamc tv\";s:7:\"#68870c\";s:35:\"news_vibrant_archive_read_more_text\";s:9:\"Read More\";s:27:\"news_vibrant_copyright_text\";s:35:\"International African Movie Channel\";s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1602264079;s:4:\"data\";a:14:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:2:{i:0;s:10:\"nav_menu-2\";i:1;s:10:\"nav_menu-3\";}s:25:\"news_vibrant_left_sidebar\";a:0:{}s:28:\"news_vibrant_header_ads_area\";a:0:{}s:34:\"news_vibrant_home_top_section_area\";a:0:{}s:37:\"news_vibrant_home_middle_section_area\";a:0:{}s:40:\"news_vibrant_home_middle_left_aside_area\";a:0:{}s:41:\"news_vibrant_home_middle_right_aside_area\";a:0:{}s:37:\"news_vibrant_home_bottom_section_area\";a:0:{}s:27:\"news_vibrant_footer_sidebar\";a:0:{}s:29:\"news_vibrant_footer_sidebar-2\";a:0:{}s:29:\"news_vibrant_footer_sidebar-3\";a:0:{}s:29:\"news_vibrant_footer_sidebar-4\";a:0:{}s:18:\"smartslider_area_1\";a:0:{}}}}', 'yes'),
(177040, 'sharing-options', 'a:1:{s:6:\"global\";a:5:{s:12:\"button_style\";s:9:\"icon-text\";s:13:\"sharing_label\";s:11:\"Share this:\";s:10:\"open_links\";s:4:\"same\";s:4:\"show\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:6:\"custom\";a:0:{}}}', 'yes'),
(177042, 'jetpack_site_products', 'a:0:{}', 'yes'),
(177043, 'jetpack_active_plan', 'a:9:{s:10:\"product_id\";i:2002;s:12:\"product_slug\";s:12:\"jetpack_free\";s:12:\"product_name\";s:12:\"Jetpack Free\";s:18:\"product_name_short\";s:4:\"Free\";s:7:\"expired\";b:0;s:14:\"billing_period\";s:0:\"\";s:13:\"user_is_owner\";b:0;s:7:\"is_free\";b:1;s:8:\"features\";a:2:{s:6:\"active\";a:3:{i:0;s:7:\"akismet\";i:1;s:14:\"send-a-message\";i:2;s:15:\"social-previews\";}s:9:\"available\";a:19:{s:7:\"akismet\";a:12:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";}s:18:\"vaultpress-backups\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:25:\"vaultpress-backup-archive\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:24:\"vaultpress-storage-space\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:29:\"vaultpress-automated-restores\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:15:\"simple-payments\";a:10:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";}s:8:\"calendly\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:9:\"opentable\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:14:\"send-a-message\";a:12:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";}s:15:\"social-previews\";a:12:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";}s:9:\"donations\";a:12:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";}s:10:\"core/video\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:10:\"core/cover\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:10:\"core/audio\";a:12:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";}s:25:\"premium-content/container\";a:12:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";}s:7:\"support\";a:12:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";}s:14:\"premium-themes\";a:2:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";}s:28:\"vaultpress-security-scanning\";a:2:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";}s:9:\"polldaddy\";a:2:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";}}}}', 'yes'),
(126126, 'theme_switched', '', 'yes'),
(126129, 'widget_news_vibrant_block_posts', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(126130, 'widget_news_vibrant_carousel', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(126131, 'widget_news_vibrant_default_tabbed', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(126132, 'widget_news_vibrant_featured_posts', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(126133, 'widget_news_vibrant_featured_slider', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(126134, 'widget_news_vibrant_recent_posts', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(126135, 'widget_news_vibrant_social_media', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(126473, 'wpcf7', 'a:2:{s:7:\"version\";s:5:\"5.7.2\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1669895465;s:7:\"version\";s:5:\"5.6.4\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}}', 'yes'),
(126207, 'everest_forms_email_suggestion', 'Did you mean {suggestion}?', 'yes'),
(126208, 'everest_forms_confirm_validation', 'Field values do not match.', 'yes'),
(126209, 'everest_forms_check_limit_validation', 'You have exceeded number of allowed selections: {#}.', 'yes'),
(126210, 'everest_forms_number_validation', 'Please enter a valid number.', 'yes'),
(126195, 'everest_forms_recaptcha_v2_site_key', '', 'yes'),
(126196, 'everest_forms_recaptcha_v2_secret_key', '', 'yes'),
(126197, 'everest_forms_recaptcha_v2_invisible_site_key', '', 'yes'),
(126198, 'everest_forms_recaptcha_v2_invisible_secret_key', '', 'yes'),
(144571, 'category_color_26', 'a:1:{s:21:\"color_class_term_meta\";s:16:\"category-color-1\";}', 'yes'),
(948731, 'series_children', 'a:0:{}', 'yes'),
(124040, 'ss_podcasting_data_title_20', 'IAMC TV Street Chat', 'yes'),
(176407, 'ss_podcasting_distribution_upgrade_disabled', 'true', 'yes'),
(1169150, '_transient_timeout_jetpack_file_data_11.7', '1675868329', 'no'),
(1169151, '_transient_jetpack_file_data_11.7', 'a:1:{s:32:\"3fd340ad52927afb3bbb9e98575eccfd\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:24:\"requires_user_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}}', 'no'),
(1165290, '_transient_timeout_jetpack_file_data_11.6', '1675531180', 'no'),
(1165291, '_transient_jetpack_file_data_11.6', 'a:1:{s:32:\"3fd340ad52927afb3bbb9e98575eccfd\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:24:\"requires_user_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}}', 'no'),
(815445, 'jetpack_search_plan_info', 'a:3:{s:23:\"supports_instant_search\";b:0;s:28:\"supports_only_classic_search\";b:0;s:15:\"supports_search\";b:0;}', 'yes'),
(1114644, '_site_transient_update_core', 'O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.1.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.1.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.1.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.1.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.1.1\";s:7:\"version\";s:5:\"6.1.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1674658732;s:15:\"version_checked\";s:5:\"6.1.1\";s:12:\"translations\";a:0:{}}', 'no'),
(1160967, 'rsssl_wp_version_detected', 'found', 'no'),
(1132110, 'aft_notice_dismissed', 'yes', 'yes'),
(1132001, 'ss_podcasting_review_status', 'start_since_1672582435', 'yes'),
(605300, '_transient_wc_attribute_taxonomies', 'a:0:{}', 'yes'),
(844897, 'podping_token', 'fUak8QYUE67cT8gM5DxHhQ2nepyTZSj4NELEwLtDrMJF', 'no'),
(263216, '_transient_jetpack_autoloader_plugin_paths', 'a:1:{i:0;s:25:\"{{WP_PLUGIN_DIR}}/jetpack\";}', 'yes'),
(877894, 'B2S_SHOW_RATING', 'a:1:{s:5:\"count\";s:1:\"5\";}', 'no'),
(196111, 'rsssl_mixed_content_scan_dismissed', '1', 'no'),
(196112, 'rsssl_google_analytics_dismissed', '1', 'no'),
(271382, 'web_stories_style_presets', 'a:2:{s:10:\"textStyles\";a:1:{i:0;a:12:{s:15:\"backgroundColor\";a:1:{s:5:\"color\";a:3:{s:1:\"r\";i:196;s:1:\"g\";i:196;s:1:\"b\";i:196;}}s:18:\"backgroundTextMode\";s:4:\"NONE\";s:4:\"font\";a:6:{s:6:\"family\";s:7:\"Poppins\";s:7:\"service\";s:16:\"fonts.google.com\";s:9:\"fallbacks\";a:1:{i:0;s:10:\"sans-serif\";}s:7:\"weights\";a:9:{i:0;i:100;i:1;i:200;i:2;i:300;i:3;i:400;i:4;i:500;i:5;i:600;i:6;i:700;i:7;i:800;i:8;i:900;}s:6:\"styles\";a:2:{i:0;s:6:\"italic\";i:1;s:7:\"regular\";}s:8:\"variants\";a:18:{i:0;a:2:{i:0;i:0;i:1;i:100;}i:1;a:2:{i:0;i:0;i:1;i:200;}i:2;a:2:{i:0;i:0;i:1;i:300;}i:3;a:2:{i:0;i:0;i:1;i:400;}i:4;a:2:{i:0;i:0;i:1;i:500;}i:5;a:2:{i:0;i:0;i:1;i:600;}i:6;a:2:{i:0;i:0;i:1;i:700;}i:7;a:2:{i:0;i:0;i:1;i:800;}i:8;a:2:{i:0;i:0;i:1;i:900;}i:9;a:2:{i:0;i:1;i:1;i:100;}i:10;a:2:{i:0;i:1;i:1;i:200;}i:11;a:2:{i:0;i:1;i:1;i:300;}i:12;a:2:{i:0;i:1;i:1;i:400;}i:13;a:2:{i:0;i:1;i:1;i:500;}i:14;a:2:{i:0;i:1;i:1;i:600;}i:15;a:2:{i:0;i:1;i:1;i:700;}i:16;a:2:{i:0;i:1;i:1;i:800;}i:17;a:2:{i:0;i:1;i:1;i:900;}}}s:8:\"fontSize\";i:68;s:10:\"lineHeight\";d:0.8;s:7:\"padding\";a:2:{s:10:\"horizontal\";i:0;s:8:\"vertical\";i:0;}s:9:\"textAlign\";s:7:\"initial\";s:5:\"color\";a:1:{s:5:\"color\";a:3:{s:1:\"r\";i:255;s:1:\"g\";i:255;s:1:\"b\";i:255;}}s:10:\"fontWeight\";i:700;s:8:\"isItalic\";b:0;s:11:\"isUnderline\";b:0;s:13:\"letterSpacing\";i:0;}}s:6:\"colors\";a:1:{i:0;a:1:{s:5:\"color\";a:3:{s:1:\"r\";i:255;s:1:\"g\";i:255;s:1:\"b\";i:255;}}}}', 'yes'),
(204982, 'category_color_28', 'a:1:{s:21:\"color_class_term_meta\";s:16:\"category-color-1\";}', 'yes'),
(132894, 'wc_remote_inbox_notifications_stored_state', 'O:8:\"stdClass\":2:{s:22:\"there_were_no_products\";b:1;s:22:\"there_are_now_products\";b:0;}', 'yes'),
(126223, 'everest_forms_admin_notices', 'a:2:{i:0;s:6:\"review\";i:1;s:6:\"survey\";}', 'yes'),
(569749, 'wp-piwik_global-perpost_stats', 'disabled', 'yes'),
(569750, 'wp-piwik_global-plugin_display_name', 'WP-Matomo', 'yes'),
(569751, 'wp-piwik_global-track_mode', 'default', 'yes'),
(569752, 'wp-piwik_global-track_codeposition', 'footer', 'yes'),
(569753, 'wp-piwik_global-proxy_url', '//webanalytics.africamediaconsortium.org/', 'yes'),
(569754, 'wp-piwik_global-track_content', 'disabled', 'yes'),
(569755, 'wp-piwik_global-add_post_annotations', 'a:0:{}', 'yes'),
(569756, 'wp-piwik_global-add_download_extensions', '', 'yes'),
(569757, 'wp-piwik_global-set_download_extensions', '', 'yes'),
(569758, 'wp-piwik_global-set_link_classes', '', 'yes'),
(569759, 'wp-piwik_global-set_download_classes', '', 'yes'),
(569760, 'wp-piwik_global-limit_cookies_visitor', '34186669', 'yes');
INSERT INTO `iamc_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(859087, 'rewrite_rules', 'a:251:{s:23:\"awpa_user_form_build/?$\";s:40:\"index.php?post_type=awpa_user_form_build\";s:53:\"awpa_user_form_build/feed/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?post_type=awpa_user_form_build&feed=$matches[1]\";s:48:\"awpa_user_form_build/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?post_type=awpa_user_form_build&feed=$matches[1]\";s:40:\"awpa_user_form_build/page/([0-9]{1,})/?$\";s:58:\"index.php?post_type=awpa_user_form_build&paged=$matches[1]\";s:19:\"sitemap_index\\.xml$\";s:19:\"index.php?sitemap=1\";s:31:\"([^/]+?)-sitemap([0-9]+)?\\.xml$\";s:51:\"index.php?sitemap=$matches[1]&sitemap_n=$matches[2]\";s:24:\"([a-z]+)?-?sitemap\\.xsl$\";s:39:\"index.php?yoast-sitemap-xsl=$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:35:\"^podcast-download/([^/]*)/([^/]*)/?\";s:37:\"index.php?podcast_episode=$matches[1]\";s:33:\"^podcast-player/([^/]*)/([^/]*)/?\";s:56:\"index.php?podcast_episode=$matches[1]&podcast_ref=player\";s:23:\"^feed/podcast/([^/]*)/?\";s:49:\"index.php?feed=podcast&podcast_series=$matches[1]\";s:14:\"web-stories/?$\";s:29:\"index.php?post_type=web-story\";s:44:\"web-stories/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?post_type=web-story&feed=$matches[1]\";s:39:\"web-stories/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?post_type=web-story&feed=$matches[1]\";s:31:\"web-stories/page/([0-9]{1,})/?$\";s:47:\"index.php?post_type=web-story&paged=$matches[1]\";s:10:\"podcast/?$\";s:27:\"index.php?post_type=podcast\";s:48:\"podcast/feed/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:44:\"index.php?post_type=podcast&feed=$matches[1]\";s:43:\"podcast/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:44:\"index.php?post_type=podcast&feed=$matches[1]\";s:27:\"podcast/page/([0-9]{1,})/?$\";s:45:\"index.php?post_type=podcast&paged=$matches[1]\";s:55:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:50:\"category/(.+?)/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:52:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:47:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom|podcast)/?$\";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:53:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:48:\"type/([^/]+)/(feed|rdf|rss|rss2|atom|podcast)/?$\";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:48:\"awpa_user_form_build/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:58:\"awpa_user_form_build/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:86:\"awpa_user_form_build/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:81:\"awpa_user_form_build/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:73:\"awpa_user_form_build/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:54:\"awpa_user_form_build/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"awpa_user_form_build/([^/]+)/embed/?$\";s:53:\"index.php?awpa_user_form_build=$matches[1]&embed=true\";s:41:\"awpa_user_form_build/([^/]+)/trackback/?$\";s:47:\"index.php?awpa_user_form_build=$matches[1]&tb=1\";s:69:\"awpa_user_form_build/([^/]+)/feed/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:59:\"index.php?awpa_user_form_build=$matches[1]&feed=$matches[2]\";s:64:\"awpa_user_form_build/([^/]+)/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:59:\"index.php?awpa_user_form_build=$matches[1]&feed=$matches[2]\";s:49:\"awpa_user_form_build/([^/]+)/page/?([0-9]{1,})/?$\";s:60:\"index.php?awpa_user_form_build=$matches[1]&paged=$matches[2]\";s:56:\"awpa_user_form_build/([^/]+)/comment-page-([0-9]{1,})/?$\";s:60:\"index.php?awpa_user_form_build=$matches[1]&cpage=$matches[2]\";s:45:\"awpa_user_form_build/([^/]+)(?:/([0-9]+))?/?$\";s:59:\"index.php?awpa_user_form_build=$matches[1]&page=$matches[2]\";s:37:\"awpa_user_form_build/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"awpa_user_form_build/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:75:\"awpa_user_form_build/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"awpa_user_form_build/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"awpa_user_form_build/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"awpa_user_form_build/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:39:\"b2s_ex_post/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"b2s_ex_post/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"b2s_ex_post/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"b2s_ex_post/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"b2s_ex_post/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"b2s_ex_post/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:28:\"b2s_ex_post/([^/]+)/embed/?$\";s:44:\"index.php?b2s_ex_post=$matches[1]&embed=true\";s:32:\"b2s_ex_post/([^/]+)/trackback/?$\";s:38:\"index.php?b2s_ex_post=$matches[1]&tb=1\";s:40:\"b2s_ex_post/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?b2s_ex_post=$matches[1]&paged=$matches[2]\";s:47:\"b2s_ex_post/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?b2s_ex_post=$matches[1]&cpage=$matches[2]\";s:36:\"b2s_ex_post/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?b2s_ex_post=$matches[1]&page=$matches[2]\";s:28:\"b2s_ex_post/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:38:\"b2s_ex_post/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"b2s_ex_post/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"b2s_ex_post/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"b2s_ex_post/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:34:\"b2s_ex_post/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:39:\"web-stories/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"web-stories/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"web-stories/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"web-stories/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"web-stories/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"web-stories/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:28:\"web-stories/([^/]+)/embed/?$\";s:42:\"index.php?web-story=$matches[1]&embed=true\";s:32:\"web-stories/([^/]+)/trackback/?$\";s:36:\"index.php?web-story=$matches[1]&tb=1\";s:60:\"web-stories/([^/]+)/feed/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:48:\"index.php?web-story=$matches[1]&feed=$matches[2]\";s:55:\"web-stories/([^/]+)/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:48:\"index.php?web-story=$matches[1]&feed=$matches[2]\";s:40:\"web-stories/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?web-story=$matches[1]&paged=$matches[2]\";s:47:\"web-stories/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?web-story=$matches[1]&cpage=$matches[2]\";s:36:\"web-stories/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?web-story=$matches[1]&page=$matches[2]\";s:28:\"web-stories/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:38:\"web-stories/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"web-stories/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"web-stories/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"web-stories/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:34:\"web-stories/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:67:\"web_story_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:71:\"index.php?taxonomy=web_story_category&term=$matches[1]&feed=$matches[2]\";s:62:\"web_story_category/([^/]+)/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:71:\"index.php?taxonomy=web_story_category&term=$matches[1]&feed=$matches[2]\";s:35:\"web_story_category/([^/]+)/embed/?$\";s:65:\"index.php?taxonomy=web_story_category&term=$matches[1]&embed=true\";s:47:\"web_story_category/([^/]+)/page/?([0-9]{1,})/?$\";s:72:\"index.php?taxonomy=web_story_category&term=$matches[1]&paged=$matches[2]\";s:29:\"web_story_category/([^/]+)/?$\";s:54:\"index.php?taxonomy=web_story_category&term=$matches[1]\";s:33:\"feeds/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"feeds/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:71:\"feeds/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"feeds/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"feeds/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"feeds/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:22:\"feeds/([^/]+)/embed/?$\";s:44:\"index.php?feed_source=$matches[1]&embed=true\";s:26:\"feeds/([^/]+)/trackback/?$\";s:38:\"index.php?feed_source=$matches[1]&tb=1\";s:34:\"feeds/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?feed_source=$matches[1]&paged=$matches[2]\";s:41:\"feeds/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?feed_source=$matches[1]&cpage=$matches[2]\";s:30:\"feeds/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?feed_source=$matches[1]&page=$matches[2]\";s:22:\"feeds/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:32:\"feeds/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:60:\"feeds/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"feeds/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:47:\"feeds/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:28:\"feeds/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:42:\"feed-templates/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"feed-templates/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:80:\"feed-templates/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:75:\"feed-templates/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"feed-templates/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"feed-templates/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"feed-templates/([^/]+)/embed/?$\";s:46:\"index.php?feed_template=$matches[1]&embed=true\";s:35:\"feed-templates/([^/]+)/trackback/?$\";s:40:\"index.php?feed_template=$matches[1]&tb=1\";s:43:\"feed-templates/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?feed_template=$matches[1]&paged=$matches[2]\";s:50:\"feed-templates/([^/]+)/comment-page-([0-9]{1,})/?$\";s:53:\"index.php?feed_template=$matches[1]&cpage=$matches[2]\";s:39:\"feed-templates/([^/]+)(?:/([0-9]+))?/?$\";s:52:\"index.php?feed_template=$matches[1]&page=$matches[2]\";s:31:\"feed-templates/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"feed-templates/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"feed-templates/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"feed-templates/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"feed-templates/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"feed-templates/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"podcast/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"podcast/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:73:\"podcast/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"podcast/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"podcast/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"podcast/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"podcast/([^/]+)/embed/?$\";s:40:\"index.php?podcast=$matches[1]&embed=true\";s:28:\"podcast/([^/]+)/trackback/?$\";s:34:\"index.php?podcast=$matches[1]&tb=1\";s:56:\"podcast/([^/]+)/feed/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:46:\"index.php?podcast=$matches[1]&feed=$matches[2]\";s:51:\"podcast/([^/]+)/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:46:\"index.php?podcast=$matches[1]&feed=$matches[2]\";s:36:\"podcast/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?podcast=$matches[1]&paged=$matches[2]\";s:43:\"podcast/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?podcast=$matches[1]&cpage=$matches[2]\";s:32:\"podcast/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?podcast=$matches[1]&page=$matches[2]\";s:24:\"podcast/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"podcast/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"podcast/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"podcast/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"podcast/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"podcast/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:55:\"series/([^/]+)/feed/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:45:\"index.php?series=$matches[1]&feed=$matches[2]\";s:50:\"series/([^/]+)/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:45:\"index.php?series=$matches[1]&feed=$matches[2]\";s:23:\"series/([^/]+)/embed/?$\";s:39:\"index.php?series=$matches[1]&embed=true\";s:35:\"series/([^/]+)/page/?([0-9]{1,})/?$\";s:46:\"index.php?series=$matches[1]&paged=$matches[2]\";s:17:\"series/([^/]+)/?$\";s:28:\"index.php?series=$matches[1]\";s:62:\"web_story_tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:66:\"index.php?taxonomy=web_story_tag&term=$matches[1]&feed=$matches[2]\";s:57:\"web_story_tag/([^/]+)/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:66:\"index.php?taxonomy=web_story_tag&term=$matches[1]&feed=$matches[2]\";s:30:\"web_story_tag/([^/]+)/embed/?$\";s:60:\"index.php?taxonomy=web_story_tag&term=$matches[1]&embed=true\";s:42:\"web_story_tag/([^/]+)/page/?([0-9]{1,})/?$\";s:67:\"index.php?taxonomy=web_story_tag&term=$matches[1]&paged=$matches[2]\";s:24:\"web_story_tag/([^/]+)/?$\";s:49:\"index.php?taxonomy=web_story_tag&term=$matches[1]\";s:43:\"wprss_blacklist/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:53:\"wprss_blacklist/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:81:\"wprss_blacklist/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:76:\"wprss_blacklist/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"wprss_blacklist/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:49:\"wprss_blacklist/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:32:\"wprss_blacklist/([^/]+)/embed/?$\";s:48:\"index.php?wprss_blacklist=$matches[1]&embed=true\";s:36:\"wprss_blacklist/([^/]+)/trackback/?$\";s:42:\"index.php?wprss_blacklist=$matches[1]&tb=1\";s:44:\"wprss_blacklist/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?wprss_blacklist=$matches[1]&paged=$matches[2]\";s:51:\"wprss_blacklist/([^/]+)/comment-page-([0-9]{1,})/?$\";s:55:\"index.php?wprss_blacklist=$matches[1]&cpage=$matches[2]\";s:40:\"wprss_blacklist/([^/]+)(?:/([0-9]+))?/?$\";s:54:\"index.php?wprss_blacklist=$matches[1]&page=$matches[2]\";s:32:\"wprss_blacklist/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"wprss_blacklist/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"wprss_blacklist/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"wprss_blacklist/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"wprss_blacklist/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"wprss_blacklist/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s: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:40:\"feed/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:35:\"(feed|rdf|rss|rss2|atom|podcast)/?$\";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:49:\"comments/feed/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:44:\"comments/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:52:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:47:\"search/(.+)/(feed|rdf|rss|rss2|atom|podcast)/?$\";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:55:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:50:\"author/([^/]+)/(feed|rdf|rss|rss2|atom|podcast)/?$\";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:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom|podcast)/?$\";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:64:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:59:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom|podcast)/?$\";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:51:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:46:\"([0-9]{4})/(feed|rdf|rss|rss2|atom|podcast)/?$\";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:65:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|podcast)/?$\";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:48:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:43:\"(.?.+?)/(feed|rdf|rss|rss2|atom|podcast)/?$\";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:65:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|podcast)/?$\";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:48:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:43:\"([^/]+)/(feed|rdf|rss|rss2|atom|podcast)/?$\";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:54:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|podcast)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|podcast)/?$\";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'),
(496504, 'woocommerce_paypal_settings', 'a:23:{s:7:\"enabled\";s:2:\"no\";s:5:\"title\";s:6:\"PayPal\";s:11:\"description\";s:85:\"Pay via PayPal; you can pay with your credit card if you don\'t have a PayPal account.\";s:5:\"email\";s:18:\"support@iamctv.com\";s:8:\"advanced\";s:0:\"\";s:8:\"testmode\";s:2:\"no\";s:5:\"debug\";s:2:\"no\";s:16:\"ipn_notification\";s:3:\"yes\";s:14:\"receiver_email\";s:18:\"support@iamctv.com\";s:14:\"identity_token\";s:0:\"\";s:14:\"invoice_prefix\";s:3:\"WC-\";s:13:\"send_shipping\";s:3:\"yes\";s:16:\"address_override\";s:2:\"no\";s:13:\"paymentaction\";s:4:\"sale\";s:9:\"image_url\";s:0:\"\";s:11:\"api_details\";s:0:\"\";s:12:\"api_username\";s:0:\"\";s:12:\"api_password\";s:0:\"\";s:13:\"api_signature\";s:0:\"\";s:20:\"sandbox_api_username\";s:0:\"\";s:20:\"sandbox_api_password\";s:0:\"\";s:21:\"sandbox_api_signature\";s:0:\"\";s:12:\"_should_load\";s:3:\"yes\";}', 'yes'),
(569834, 'wp-piwik_global-track_search', '0', 'yes'),
(569835, 'wp-piwik_global-track_404', '0', 'yes'),
(569836, 'wp-piwik_global-add_customvars_box', '0', 'yes'),
(569837, 'wp-piwik_global-disable_cookies', '0', 'yes'),
(569838, 'wp-piwik_global-limit_cookies', '0', 'yes'),
(569839, 'wp-piwik_global-track_admin', '0', 'yes'),
(569840, 'wp-piwik_global-track_across', '0', 'yes'),
(569841, 'wp-piwik_global-track_across_alias', '0', 'yes'),
(569842, 'wp-piwik_global-track_crossdomain_linking', '0', 'yes'),
(569843, 'wp-piwik_global-track_feed', '0', 'yes'),
(569844, 'wp-piwik_global-track_feed_addcampaign', '0', 'yes'),
(569845, 'wp-piwik_global-disable_timelimit', '0', 'yes'),
(569846, 'wp-piwik_global-disable_ssl_verify', '0', 'yes'),
(569847, 'wp-piwik_global-disable_ssl_verify_host', '0', 'yes'),
(569848, 'wp-piwik_global-dnsprefetch', '0', 'yes'),
(569849, 'wp-piwik_global-track_datacfasync', '0', 'yes'),
(569850, 'wp-piwik_global-remove_type_attribute', '0', 'yes'),
(584041, 'ss_podcasting_data_guid_20', '28991e58-1807-5d98-9597-7539089ef685', 'yes'),
(605311, 'wc_blocks_surface_cart_checkout_probability', '60', 'yes'),
(283563, 'category_color_29', 'a:1:{s:21:\"color_class_term_meta\";s:16:\"category-color-1\";}', 'yes'),
(948819, 'category_children', 'a:3:{i:1;a:3:{i:0;i:21;i:1;i:22;i:2;i:39;}i:22;a:8:{i:0;i:23;i:1;i:24;i:2;i:25;i:3;i:26;i:4;i:28;i:5;i:29;i:6;i:38;i:7;i:41;}i:23;a:1:{i:0;i:35;}}', 'yes'),
(88689, 'pms_admin_notice_usage_tracking', '1', 'yes'),
(166650, 'woocommerce_version', '5.8.0', 'yes'),
(88902, 'wpstv_rdp', 'a:1:{s:31:\"rovidx_smart_tv_category_recipe\";a:2:{i:0;a:4:{s:24:\"rovidx_smart_tv_cat_name\";s:17:\"IAMC TV Originals\";s:21:\"rovidx_smart_tv_order\";s:11:\"most_recent\";s:21:\"rovidx_smart_tv_query\";s:3:\"AND\";s:24:\"rovidx_smart_tv_cat_tags\";b:0;}i:1;a:3:{s:24:\"rovidx_smart_tv_cat_name\";s:12:\"Music Videos\";s:21:\"rovidx_smart_tv_order\";s:11:\"most_recent\";s:21:\"rovidx_smart_tv_query\";s:3:\"AND\";}}}', 'yes'),
(126049, 'ss_podcasting_second_line_themes_themes', 'true', 'yes'),
(89301, 's3bubble_oembed_connected_website', 'iamctv.com', 'yes'),
(88500, 'auto_update_plugins', 'a:35:{i:0;s:19:\"jetpack/jetpack.php\";i:1;s:33:\"smart-slider-3/smart-slider-3.php\";i:2;s:27:\"trustedsite/trustedsite.php\";i:3;s:85:\"woocommerce-google-analytics-integration/woocommerce-google-analytics-integration.php\";i:4;s:91:\"woocommerce-gateway-paypal-express-checkout/woocommerce-gateway-paypal-express-checkout.php\";i:5;s:45:\"woocommerce-services/woocommerce-services.php\";i:6;s:57:\"woocommerce-gateway-stripe/woocommerce-gateway-stripe.php\";i:7;s:43:\"wordproof-timestamp/wordproof-timestamp.php\";i:8;s:47:\"change-wp-admin-login/change-wp-admin-login.php\";i:9;s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";i:10;s:59:\"seriously-simple-podcasting/seriously-simple-podcasting.php\";i:11;s:27:\"woocommerce/woocommerce.php\";i:12;s:23:\"wordfence/wordfence.php\";i:13;s:35:\"goodbye-captcha/goodbye-captcha.php\";i:14;s:24:\"wordpress-seo/wp-seo.php\";i:15;s:25:\"blockspare/blockspare.php\";i:16;s:36:\"contact-form-7/wp-contact-form-7.php\";i:17;s:31:\"everest-forms/everest-forms.php\";i:18;s:51:\"latest-posts-block-lite/latest-posts-block-lite.php\";i:19;s:49:\"magic-content-box-lite/magic-content-box-lite.php\";i:20;s:47:\"one-click-demo-import/one-click-demo-import.php\";i:21;s:37:\"wp-post-author/aft-wp-post-author.php\";i:22;s:21:\"24liveblog/plugin.php\";i:23;s:27:\"blog2social/blog2social.php\";i:24;s:29:\"af-companion/af-companion.php\";i:25;s:54:\"audience-analytics-by-quantcast/audience-analytics.php\";i:26;s:27:\"web-stories/web-stories.php\";i:27;s:39:\"wp-rss-aggregator/wp-rss-aggregator.php\";i:28;s:21:\"wp-piwik/wp-piwik.php\";i:29;s:40:\"wordpress-seo-premium/wp-seo-premium.php\";i:30;s:25:\"wpseo-video/video-seo.php\";i:31;s:25:\"wpseo-local/local-seo.php\";i:32;s:39:\"wpseo-woocommerce/wpseo-woocommerce.php\";i:33;s:25:\"wpseo-news/wpseo-news.php\";i:34;s:57:\"acf-content-analysis-for-yoast-seo/yoast-acf-analysis.php\";}', 'no'),
(121770, 'widget_podcast-playlist', 'a:3:{i:1;a:0:{}i:2;a:3:{s:5:\"title\";s:16:\"IAMC TV Podcasts\";s:8:\"episodes\";s:0:\"\";s:11:\"series_slug\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(121771, 'widget_recent-podcast-episodes', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'),
(121772, 'widget_podcast-series', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'),
(121773, 'widget_single-podcast-episode', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'),
(88527, 'ssp_categories_update_dismissed', 'true', 'yes'),
(197255, 'rsssl_remaining_tasks', '1', 'yes'),
(121544, 'facebook_admins', 'a:0:{}', 'yes'),
(162004, 'ssp_external_rss', '', 'yes'),
(162011, 'ssp_rss_import', '100', 'yes'),
(177012, 'jetpack_next_sync_time_sync', '1663083863', 'yes'),
(121543, 'open_graph_protocol_site_type', '', 'yes'),
(854443, '_transient_wordproof_v2_authenticate_with_token', 'eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImp0aSI6ImFmZWYyOTE2YzY4ZTA5MTZlZDVjNDgzZTAxZDliM2FkYWU0YmNiYzBkYjY3ZTYyNTY1NWZhNWY0ZTBiM2E3YTljMmVkYWFkNzI5NzQyNDdjIn0.eyJhdWQiOiIxIiwianRpIjoiYWZlZjI5MTZjNjhlMDkxNmVkNWM0ODNlMDFkOWIzYWRhZTRiY2JjMGRiNjdlNjI1NjU1ZmE1ZjRlMGIzYTdhOWMyZWRhYWQ3Mjk3NDI0N2MiLCJpYXQiOjE1OTE3MTc1NjgsIm5iZiI6MTU5MTcxNzU2OCwiZXhwIjoxNjIzMjUzNTY4LCJzdWIiOiIzNTAiLCJzY29wZXMiOltdfQ.Pw28AQ2gBFuMPfCaXxb7PCrwgFBVvC5JAP8toV8oN1ABt3cQICdDbasXiQS9_KJhZACuwGYklV0E6jfFV6VUYgdlJwrAEHngGiz5EaRtgv4HkxPnKqLADmwSynlt8QZIvMm7Cx_Sq0rDdogJdMffPV4YpD7qBoKrtQzTk95gzpMTkre4TiQSWeZFnp9OEx3_tEkOI6VsNim8ve1Qgtzt_sphn1304NemydJEHgSj-geLImlv-5EuebDVu51XStyh6DxIRwdPucmYl0LAFv-vJeh5-mXxwGfAq8Wdm-nXh6C_LBgl7bvA_RZDCWmv74E-DsHTjE-VvffvnGvLMFyXhRgjVqDWFrAh5fVJaIWmrYdKPxotJxoOjHdvBWqpLPBYER1oDr-m7RMmjIf2pKac5tugJCP3jQuKW63p4qARazy0_rUBSOejfa2ut9xWt54byfO7fNheZShGK8yVzqN9MnEm2TKOdxD32YC4xDigsnE1hb3P_hAQHBXsjp89b_PguLPpGVimAclmAad_Bp7pCXWsgji8hBmWX0A_QMIJMi4FwaL4qvfIi_386zje13wOVKBSk-xVFKgyFqYuAoGzM7Jx9HuWmVpt4ZlylR6aq_EMIB--AshUndkC1sW6ayhO8cM6DhXs-RJcpd0FkAszPG7I6WGDmpWOWneMa0jG8VI', 'yes'),
(854444, '_transient_wordproof_v2_get_existing_source', '403', 'yes'),
(854445, 'wordproof_settings', 'O:8:\"stdClass\":4:{s:14:\"show_revisions\";b:1;s:19:\"selected_post_types\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:21:\"certificate_link_text\";s:53:\"View this content\\\'s Blockchain Timestamp certificate\";s:21:\"hide_certificate_link\";b:0;}', 'yes'),
(854446, '_transient_wordproof_waiting_for_authentication_to_start_post_migration', '1', 'yes'),
(854447, '_transient_wordproof_migration_300', '1', 'yes'),
(455748, 'jp_sync_retry_after_sync', '', 'no'),
(126633, 'newsphere_theme_installed_time', '1602265139', 'yes'),
(126634, 'widget_newsphere_posts_carousel', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(126635, 'widget_newsphere_double_col_categorised_posts', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(126636, 'widget_newsphere_single_col_categorised_posts', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(126637, 'widget_newsphere_posts_list', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(126638, 'widget_newsphere_tabbed_posts', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(126639, 'widget_newsphere_social_contacts', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(126640, 'widget_newsphere_author_info', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(126641, 'widget_newsphere_posts_slider', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(145754, 'awpa_setting_options', 'a:5:{s:17:\"awpa_global_title\";s:6:\"Author\";s:17:\"awpa_global_align\";s:4:\"left\";s:24:\"awpa_global_image_layout\";s:5:\"round\";s:21:\"awpa_global_show_role\";s:5:\"false\";s:22:\"awpa_global_show_email\";s:5:\"false\";}', 'yes'),
(145386, 'wprss_intro_feed_id', '170', 'yes'),
(255609, 'wp_stream_notices', 'a:1:{s:20:\"wpstream_update_1021\";s:3:\"yes\";}', 'yes'),
(177239, 'jetpack-twitter-cards-site-tag', '', 'yes'),
(177232, 'woocommerce_db_version', '5.8.0', 'yes'),
(176850, 'jetpack_constants_sync_checksum', 'a:33:{s:16:\"EMPTY_TRASH_DAYS\";i:2473281379;s:17:\"WP_POST_REVISIONS\";i:4261170317;s:26:\"AUTOMATIC_UPDATER_DISABLED\";i:634125391;s:7:\"ABSPATH\";i:1575296259;s:14:\"WP_CONTENT_DIR\";i:2645224279;s:9:\"FS_METHOD\";i:634125391;s:18:\"DISALLOW_FILE_EDIT\";i:634125391;s:18:\"DISALLOW_FILE_MODS\";i:634125391;s:19:\"WP_AUTO_UPDATE_CORE\";i:4261170317;s:22:\"WP_HTTP_BLOCK_EXTERNAL\";i:634125391;s:19:\"WP_ACCESSIBLE_HOSTS\";i:634125391;s:16:\"JETPACK__VERSION\";i:765508717;s:12:\"IS_PRESSABLE\";i:634125391;s:15:\"DISABLE_WP_CRON\";i:634125391;s:17:\"ALTERNATE_WP_CRON\";i:634125391;s:20:\"WP_CRON_LOCK_TIMEOUT\";i:3994858278;s:11:\"PHP_VERSION\";i:2221067727;s:15:\"WP_MEMORY_LIMIT\";i:3065409971;s:19:\"WP_MAX_MEMORY_LIMIT\";i:1839787262;s:8:\"WP_DEBUG\";i:734881840;s:14:\"WC_PLUGIN_FILE\";i:2330906931;s:10:\"WC_ABSPATH\";i:548634664;s:18:\"WC_PLUGIN_BASENAME\";i:1149093810;s:10:\"WC_VERSION\";i:3798088707;s:19:\"WOOCOMMERCE_VERSION\";i:3798088707;s:21:\"WC_ROUNDING_PRECISION\";i:498629140;s:25:\"WC_DISCOUNT_ROUNDING_MODE\";i:450215437;s:20:\"WC_TAX_ROUNDING_MODE\";i:2212294583;s:12:\"WC_DELIMITER\";i:2455911554;s:10:\"WC_LOG_DIR\";i:1853135145;s:22:\"WC_SESSION_CACHE_GROUP\";i:4278978988;s:22:\"WC_TEMPLATE_DEBUG_MODE\";i:734881840;s:16:\"ATOMIC_CLIENT_ID\";i:634125391;}', 'yes'),
(176938, 'jetpack_activated', '1', 'yes'),
(176941, 'jetpack_activation_source', 'a:2:{i:0;s:11:\"search-term\";i:1;s:7:\"jetpack\";}', 'yes'),
(176942, 'jetpack_sync_settings_disable', '0', 'yes'),
(176943, 'jetpack_options', 'a:12:{s:7:\"version\";s:17:\"11.7.1:1673899979\";s:11:\"old_version\";s:15:\"11.7:1673362731\";s:28:\"fallback_no_verify_ssl_certs\";i:0;s:9:\"time_diff\";i:0;s:2:\"id\";i:178630582;s:6:\"public\";i:1;s:11:\"master_user\";i:1;s:16:\"first_admin_view\";b:1;s:14:\"last_heartbeat\";i:1674575199;s:30:\"recommendations_banner_enabled\";b:0;s:9:\"hide_jitm\";a:2:{s:10:\"videopress\";a:2:{s:14:\"last_dismissal\";i:1636485352;s:6:\"number\";i:1;}s:6:\"backup\";a:2:{s:14:\"last_dismissal\";i:1655728722;s:6:\"number\";i:1;}}s:21:\"publicize_connections\";a:0:{}}', 'yes'),
(145341, 'wprss_settings_general', 'a:35:{s:7:\"open_dd\";s:5:\"blank\";s:9:\"follow_dd\";s:9:\"no_follow\";s:10:\"feed_limit\";i:15;s:11:\"date_format\";s:5:\"Y-m-d\";s:19:\"limit_feed_items_db\";i:200;s:13:\"cron_interval\";s:11:\"fifteen_min\";s:14:\"styles_disable\";i:0;s:10:\"title_link\";i:1;s:11:\"title_limit\";s:0:\"\";s:13:\"source_enable\";i:1;s:21:\"text_preceding_source\";s:7:\"Source:\";s:11:\"date_enable\";i:1;s:19:\"text_preceding_date\";s:12:\"Published on\";s:25:\"limit_feed_items_imported\";s:1:\"0\";s:15:\"custom_feed_url\";s:3:\"rss\";s:17:\"custom_feed_limit\";s:0:\"\";s:11:\"source_link\";i:0;s:10:\"video_link\";s:5:\"false\";s:20:\"limit_feed_items_age\";s:0:\"\";s:25:\"limit_feed_items_age_unit\";s:4:\"days\";s:22:\"time_ago_format_enable\";i:0;s:8:\"tracking\";i:0;s:17:\"custom_feed_title\";s:75:\"Latest imported feed items on International African Movie Channel (IAMC TV)\";s:10:\"pagination\";s:7:\"default\";s:14:\"authors_enable\";i:0;s:13:\"unique_titles\";s:1:\"0\";s:24:\"expiration_notice_period\";s:7:\"2 weeks\";s:22:\"feed_request_useragent\";s:111:\"Mozilla/5.0 (Linux 10.0; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36\";s:16:\"certificate-path\";s:38:\"wp-includes/certificates/ca-bundle.crt\";s:27:\"limit_feed_items_per_import\";s:0:\"\";s:23:\"feed_items_import_order\";s:6:\"latest\";s:10:\"custom_css\";s:0:\"\";s:12:\"html_classes\";s:0:\"\";s:18:\"feed_cache_enabled\";i:0;s:21:\"schedule_future_items\";s:1:\"0\";}', 'yes'),
(144513, 'category_color_24', 'a:1:{s:21:\"color_class_term_meta\";s:16:\"category-color-1\";}', 'yes'),
(126753, 'fs_active_plugins', 'O:8:\"stdClass\":3:{s:7:\"plugins\";a:1:{s:19:\"blockspare/freemius\";O:8:\"stdClass\":4:{s:7:\"version\";s:5:\"2.4.5\";s:4:\"type\";s:6:\"plugin\";s:9:\"timestamp\";i:1660575619;s:11:\"plugin_path\";s:25:\"blockspare/blockspare.php\";}}s:7:\"abspath\";s:21:\"/home/www/iamctv.com/\";s:6:\"newest\";O:8:\"stdClass\":5:{s:11:\"plugin_path\";s:25:\"blockspare/blockspare.php\";s:8:\"sdk_path\";s:19:\"blockspare/freemius\";s:7:\"version\";s:5:\"2.4.5\";s:13:\"in_activation\";b:0;s:9:\"timestamp\";i:1660575619;}}', 'yes'),
(126754, 'fs_debug_mode', '', 'yes'),
(126755, 'fs_accounts', 'a:6:{s:21:\"id_slug_type_path_map\";a:2:{i:5840;a:3:{s:4:\"slug\";s:10:\"blockspare\";s:4:\"type\";s:6:\"plugin\";s:4:\"path\";s:25:\"blockspare/blockspare.php\";}i:4707;a:2:{s:4:\"slug\";s:17:\"simple-author-box\";s:4:\"type\";s:6:\"plugin\";}}s:11:\"plugin_data\";a:2:{s:10:\"blockspare\";a:16:{s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:25:\"blockspare/blockspare.php\";}s:20:\"is_network_activated\";b:0;s:17:\"install_timestamp\";i:1602265671;s:16:\"sdk_last_version\";s:5:\"2.4.3\";s:11:\"sdk_version\";s:5:\"2.4.5\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";s:5:\"2.1.1\";s:14:\"plugin_version\";s:5:\"2.1.2\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:17:\"was_plugin_loaded\";b:1;s:21:\"is_plugin_new_install\";b:0;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";b:1;s:4:\"host\";s:14:\"www.iamctv.com\";s:9:\"server_ip\";s:12:\"24.99.142.12\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1602265674;s:7:\"version\";s:5:\"1.2.3\";}s:15:\"prev_is_premium\";b:0;s:18:\"sticky_optin_added\";b:1;}s:17:\"simple-author-box\";a:15:{s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:9:\"prev_path\";s:39:\"simple-author-box/simple-author-box.php\";}s:20:\"is_network_activated\";b:0;s:17:\"install_timestamp\";i:1606327740;s:17:\"was_plugin_loaded\";b:1;s:21:\"is_plugin_new_install\";b:1;s:16:\"sdk_last_version\";N;s:11:\"sdk_version\";s:5:\"2.4.1\";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:6:\"2.3.20\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";b:1;s:4:\"host\";s:14:\"www.iamctv.com\";s:9:\"server_ip\";s:12:\"24.99.142.12\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1606327740;s:7:\"version\";s:6:\"2.3.20\";}s:15:\"prev_is_premium\";b:0;}}s:13:\"file_slug_map\";a:2:{s:25:\"blockspare/blockspare.php\";s:10:\"blockspare\";s:39:\"simple-author-box/simple-author-box.php\";s:17:\"simple-author-box\";}s:7:\"plugins\";a:2:{s:10:\"blockspare\";O:9:\"FS_Plugin\":23:{s:16:\"parent_plugin_id\";N;s:5:\"title\";s:10:\"Blockspare\";s:4:\"slug\";s:10:\"blockspare\";s:12:\"premium_slug\";s:14:\"blockspare-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:25:\"blockspare/blockspare.php\";s:7:\"version\";s:5:\"2.1.2\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:1;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:10:\"public_key\";s:32:\"pk_d67f7ce3f4642fcd5999502d0ac11\";s:10:\"secret_key\";s:32:\"sk_6~#*wZ3r~OBg=n01{1HY-#vGeiw[7\";s:2:\"id\";s:4:\"5840\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:1;}s:17:\"simple-author-box\";O:9:\"FS_Plugin\":23:{s:16:\"parent_plugin_id\";N;s:5:\"title\";s:17:\"Simple Author Box\";s:4:\"slug\";s:17:\"simple-author-box\";s:12:\"premium_slug\";s:25:\"simple-author-box-premium\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";N;s:4:\"file\";s:39:\"simple-author-box/simple-author-box.php\";s:7:\"version\";s:6:\"2.3.20\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:7:\"Premium\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:10:\"public_key\";s:32:\"pk_be96dfb16a3f24a09657df8b35ff2\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"4707\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:0;}}s:9:\"unique_id\";s:32:\"7c692a41bae1234283f1d6da61aca72a\";s:13:\"admin_notices\";a:2:{s:10:\"blockspare\";a:0:{}s:17:\"simple-author-box\";a:0:{}}}', 'yes'),
(126756, 'widget_wp__post_author', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(177018, 'jetpack_updates_sync_checksum', 'a:3:{s:14:\"update_plugins\";i:15178324;s:13:\"update_themes\";i:3973489603;s:11:\"update_core\";i:2137222305;}', 'yes'),
(126757, 'fs_gdpr', 'a:1:{s:2:\"u1\";a:1:{s:8:\"required\";b:0;}}', 'yes'),
(126758, 'blockspare_current_version_installed', '2.1.1', 'yes'),
(145352, 'wprss_db_version', '16', 'yes'),
(126627, 'theme_mods_newspin', 'a:13:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:15:\"aft-primary-nav\";i:16;}s:18:\"custom_css_post_id\";i:-1;s:11:\"custom_logo\";i:121;s:16:\"header_textcolor\";s:5:\"blank\";s:16:\"background_color\";s:6:\"9b5e03\";s:21:\"footer_copyright_text\";s:33:\"© 2015-2020 All Rights Reserved.\";s:25:\"global_show_comment_count\";s:2:\"no\";s:20:\"global_show_min_read\";s:2:\"no\";s:31:\"global_post_date_author_setting\";s:16:\"show-date-author\";s:28:\"banner_advertisement_section\";i:1874;s:32:\"banner_advertisement_section_url\";s:47:\"https://www.iamctv.com/iamc-tv-music-discovery/\";s:36:\"global_hide_post_date_author_in_list\";b:0;}', 'yes'),
(126492, '_transient_magazinews_categories', '2', 'yes'),
(145376, 'wprss_did_intro', '1', 'no'),
(145371, 'wprss_prev_update_page_version', '4.17.8', 'yes'),
(127312, 'category_color_22', 'a:1:{s:21:\"color_class_term_meta\";s:16:\"category-color-1\";}', 'yes'),
(144498, 'widget_wp__post_author_custom', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(144499, 'widget_wp__post_author_specific', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(144510, 'category_color_23', 'a:1:{s:21:\"color_class_term_meta\";s:16:\"category-color-1\";}', 'yes'),
(144520, 'category_color_25', 'a:1:{s:21:\"color_class_term_meta\";s:16:\"category-color-1\";}', 'yes'),
(177067, 'tiled_galleries', '1', 'yes'),
(146599, 'wprss_admin_notices', 'a:1:{s:19:\"wprss_more_features\";a:1:{s:9:\"is_active\";b:0;}}', 'yes');
INSERT INTO `iamc_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(133599, 'wc_remote_inbox_notifications_specs', 'a:37:{s:29:\"new_in_app_marketplace_2021_1\";O:8:\"stdClass\":8:{s:4:\"slug\";s:29:\"new_in_app_marketplace_2021_1\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:34:\"Grow your business with extensions\";s:7:\"content\";s:163:\"Check out our NEW Extensions tab to see our favorite extensions for growing your business, and discover the most popular extensions in the WooCommerce Marketplace.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"browse_extensions\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:17:\"Browse extensions\";}}s:3:\"url\";s:15:\"&page=wc-addons\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:6:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:36:\"woocommerce_inbox_variant_assignment\";s:5:\"value\";s:1:\"1\";s:7:\"default\";b:0;s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:36:\"woocommerce_inbox_variant_assignment\";s:5:\"value\";s:1:\"3\";s:7:\"default\";b:0;s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:36:\"woocommerce_inbox_variant_assignment\";s:5:\"value\";s:1:\"5\";s:7:\"default\";b:0;s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:36:\"woocommerce_inbox_variant_assignment\";s:5:\"value\";s:1:\"7\";s:7:\"default\";b:0;s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:36:\"woocommerce_inbox_variant_assignment\";s:5:\"value\";s:1:\"9\";s:7:\"default\";b:0;s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:36:\"woocommerce_inbox_variant_assignment\";s:5:\"value\";s:2:\"11\";s:7:\"default\";b:0;s:9:\"operation\";s:1:\"=\";}}}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:3:\"5.7\";}}}s:29:\"new_in_app_marketplace_2021_2\";O:8:\"stdClass\":8:{s:4:\"slug\";s:29:\"new_in_app_marketplace_2021_2\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:36:\"Customize your store with extensions\";s:7:\"content\";s:164:\"Check out our NEW Extensions tab to see our favorite extensions for customizing your store, and discover the most popular extensions in the WooCommerce Marketplace.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"browse_extensions\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:17:\"Browse extensions\";}}s:3:\"url\";s:15:\"&page=wc-addons\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:6:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:36:\"woocommerce_inbox_variant_assignment\";s:5:\"value\";s:1:\"2\";s:7:\"default\";b:0;s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:36:\"woocommerce_inbox_variant_assignment\";s:5:\"value\";s:1:\"4\";s:7:\"default\";b:0;s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:36:\"woocommerce_inbox_variant_assignment\";s:5:\"value\";s:1:\"6\";s:7:\"default\";b:0;s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:36:\"woocommerce_inbox_variant_assignment\";s:5:\"value\";s:1:\"8\";s:7:\"default\";b:0;s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:36:\"woocommerce_inbox_variant_assignment\";s:5:\"value\";s:2:\"10\";s:7:\"default\";b:0;s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:36:\"woocommerce_inbox_variant_assignment\";s:5:\"value\";s:2:\"12\";s:7:\"default\";b:0;s:9:\"operation\";s:1:\"=\";}}}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:3:\"5.7\";}}}s:16:\"wayflyer_q3_2021\";O:8:\"stdClass\":8:{s:4:\"slug\";s:16:\"wayflyer_q3_2021\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:55:\"Grow your revenue with Wayflyer financing and analytics\";s:7:\"content\";s:322:\"Flexible financing tailored to your needs by <a href=\"https://woocommerce.com/products/wayflyer/\">Wayflyer</a> – one fee, no interest rates, penalties, equity, or personal guarantees. Based on your store\'s performance, Wayflyer can provide the financing you need to grow and the analytical insights to help you spend it.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"wayflyer_q3_2021\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Get funded\";}}s:3:\"url\";s:42:\"https://woocommerce.com/products/wayflyer/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:5:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2021-07-19 00:00:00\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2021-07-31 00:00:00\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"product_count\";s:9:\"operation\";s:2:\"<=\";s:5:\"value\";s:3:\"200\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:11:\"order_count\";s:9:\"operation\";s:1:\">\";s:5:\"value\";s:3:\"100\";}i:4;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"AU\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"BE\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"CA\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"IE\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"NL\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"UK\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"US\";}}}}}s:19:\"eu_vat_changes_2021\";O:8:\"stdClass\":8:{s:4:\"slug\";s:19:\"eu_vat_changes_2021\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:54:\"Get your business ready for the new EU tax regulations\";s:7:\"content\";s:617:\"On July 1, 2021, new taxation rules will come into play when the <a href=\"https://ec.europa.eu/taxation_customs/business/vat/modernising-vat-cross-border-ecommerce_en\">European Union (EU) Value-Added Tax (VAT) eCommerce package</a> takes effect.<br/><br/>The new regulations will impact virtually every B2C business involved in cross-border eCommerce trade with the EU.<br/><br/>We therefore recommend <a href=\"https://woocommerce.com/posts/new-eu-vat-regulations\">familiarizing yourself with the new updates</a>, and consult with a tax professional to ensure your business is following regulations and best practice.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"eu_vat_changes_2021\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:39:\"Learn more about the EU tax regulations\";}}s:3:\"url\";s:52:\"https://woocommerce.com/posts/new-eu-vat-regulations\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2021-06-24 00:00:00\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2021-07-11 00:00:00\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:3:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:29:\"woocommerce_allowed_countries\";s:5:\"value\";s:3:\"all\";s:7:\"default\";b:0;s:9:\"operation\";s:1:\"=\";}i:1;a:2:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:29:\"woocommerce_allowed_countries\";s:5:\"value\";s:10:\"all_except\";s:7:\"default\";b:0;s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:27:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:32:\"woocommerce_all_except_countries\";s:5:\"value\";s:2:\"BE\";s:7:\"default\";a:0:{}s:9:\"operation\";s:9:\"!contains\";}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:32:\"woocommerce_all_except_countries\";s:5:\"value\";s:2:\"BG\";s:7:\"default\";a:0:{}s:9:\"operation\";s:9:\"!contains\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:32:\"woocommerce_all_except_countries\";s:5:\"value\";s:2:\"CZ\";s:7:\"default\";a:0:{}s:9:\"operation\";s:9:\"!contains\";}i:3;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:32:\"woocommerce_all_except_countries\";s:5:\"value\";s:2:\"DK\";s:7:\"default\";a:0:{}s:9:\"operation\";s:9:\"!contains\";}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:32:\"woocommerce_all_except_countries\";s:5:\"value\";s:2:\"DE\";s:7:\"default\";a:0:{}s:9:\"operation\";s:9:\"!contains\";}i:5;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:32:\"woocommerce_all_except_countries\";s:5:\"value\";s:2:\"EE\";s:7:\"default\";a:0:{}s:9:\"operation\";s:9:\"!contains\";}i:6;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:32:\"woocommerce_all_except_countries\";s:5:\"value\";s:2:\"IE\";s:7:\"default\";a:0:{}s:9:\"operation\";s:9:\"!contains\";}i:7;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:32:\"woocommerce_all_except_countries\";s:5:\"value\";s:2:\"EL\";s:7:\"default\";a:0:{}s:9:\"operation\";s:9:\"!contains\";}i:8;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:32:\"woocommerce_all_except_countries\";s:5:\"value\";s:2:\"ES\";s:7:\"default\";a:0:{}s:9:\"operation\";s:9:\"!contains\";}i:9;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:32:\"woocommerce_all_except_countries\";s:5:\"value\";s:2:\"FR\";s:7:\"default\";a:0:{}s:9:\"operation\";s:9:\"!contains\";}i:10;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:32:\"woocommerce_all_except_countries\";s:5:\"value\";s:2:\"HR\";s:7:\"default\";a:0:{}s:9:\"operation\";s:9:\"!contains\";}i:11;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:32:\"woocommerce_all_except_countries\";s:5:\"value\";s:2:\"IT\";s:7:\"default\";a:0:{}s:9:\"operation\";s:9:\"!contains\";}i:12;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:32:\"woocommerce_all_except_countries\";s:5:\"value\";s:2:\"CY\";s:7:\"default\";a:0:{}s:9:\"operation\";s:9:\"!contains\";}i:13;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:32:\"woocommerce_all_except_countries\";s:5:\"value\";s:2:\"LV\";s:7:\"default\";a:0:{}s:9:\"operation\";s:9:\"!contains\";}i:14;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:32:\"woocommerce_all_except_countries\";s:5:\"value\";s:2:\"LT\";s:7:\"default\";a:0:{}s:9:\"operation\";s:9:\"!contains\";}i:15;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:32:\"woocommerce_all_except_countries\";s:5:\"value\";s:2:\"LU\";s:7:\"default\";a:0:{}s:9:\"operation\";s:9:\"!contains\";}i:16;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:32:\"woocommerce_all_except_countries\";s:5:\"value\";s:2:\"HU\";s:7:\"default\";a:0:{}s:9:\"operation\";s:9:\"!contains\";}i:17;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:32:\"woocommerce_all_except_countries\";s:5:\"value\";s:2:\"MT\";s:7:\"default\";a:0:{}s:9:\"operation\";s:9:\"!contains\";}i:18;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:32:\"woocommerce_all_except_countries\";s:5:\"value\";s:2:\"NL\";s:7:\"default\";a:0:{}s:9:\"operation\";s:9:\"!contains\";}i:19;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:32:\"woocommerce_all_except_countries\";s:5:\"value\";s:2:\"AT\";s:7:\"default\";a:0:{}s:9:\"operation\";s:9:\"!contains\";}i:20;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:32:\"woocommerce_all_except_countries\";s:5:\"value\";s:2:\"PL\";s:7:\"default\";a:0:{}s:9:\"operation\";s:9:\"!contains\";}i:21;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:32:\"woocommerce_all_except_countries\";s:5:\"value\";s:2:\"PT\";s:7:\"default\";a:0:{}s:9:\"operation\";s:9:\"!contains\";}i:22;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:32:\"woocommerce_all_except_countries\";s:5:\"value\";s:2:\"RO\";s:7:\"default\";a:0:{}s:9:\"operation\";s:9:\"!contains\";}i:23;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:32:\"woocommerce_all_except_countries\";s:5:\"value\";s:2:\"SI\";s:7:\"default\";a:0:{}s:9:\"operation\";s:9:\"!contains\";}i:24;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:32:\"woocommerce_all_except_countries\";s:5:\"value\";s:2:\"SK\";s:7:\"default\";a:0:{}s:9:\"operation\";s:9:\"!contains\";}i:25;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:32:\"woocommerce_all_except_countries\";s:5:\"value\";s:2:\"FI\";s:7:\"default\";a:0:{}s:9:\"operation\";s:9:\"!contains\";}i:26;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:32:\"woocommerce_all_except_countries\";s:5:\"value\";s:2:\"SE\";s:7:\"default\";a:0:{}s:9:\"operation\";s:9:\"!contains\";}}}}i:2;a:3:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:29:\"woocommerce_allowed_countries\";s:5:\"value\";s:3:\"all\";s:7:\"default\";b:0;s:9:\"operation\";s:2:\"!=\";}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:29:\"woocommerce_allowed_countries\";s:5:\"value\";s:10:\"all_except\";s:7:\"default\";b:0;s:9:\"operation\";s:2:\"!=\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:27:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:38:\"woocommerce_specific_allowed_countries\";s:5:\"value\";s:2:\"BE\";s:7:\"default\";a:0:{}s:9:\"operation\";s:8:\"contains\";}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:38:\"woocommerce_specific_allowed_countries\";s:5:\"value\";s:2:\"BG\";s:7:\"default\";a:0:{}s:9:\"operation\";s:8:\"contains\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:38:\"woocommerce_specific_allowed_countries\";s:5:\"value\";s:2:\"CZ\";s:7:\"default\";a:0:{}s:9:\"operation\";s:8:\"contains\";}i:3;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:38:\"woocommerce_specific_allowed_countries\";s:5:\"value\";s:2:\"DK\";s:7:\"default\";a:0:{}s:9:\"operation\";s:8:\"contains\";}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:38:\"woocommerce_specific_allowed_countries\";s:5:\"value\";s:2:\"DE\";s:7:\"default\";a:0:{}s:9:\"operation\";s:8:\"contains\";}i:5;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:38:\"woocommerce_specific_allowed_countries\";s:5:\"value\";s:2:\"EE\";s:7:\"default\";a:0:{}s:9:\"operation\";s:8:\"contains\";}i:6;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:38:\"woocommerce_specific_allowed_countries\";s:5:\"value\";s:2:\"IE\";s:7:\"default\";a:0:{}s:9:\"operation\";s:8:\"contains\";}i:7;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:38:\"woocommerce_specific_allowed_countries\";s:5:\"value\";s:2:\"EL\";s:7:\"default\";a:0:{}s:9:\"operation\";s:8:\"contains\";}i:8;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:38:\"woocommerce_specific_allowed_countries\";s:5:\"value\";s:2:\"ES\";s:7:\"default\";a:0:{}s:9:\"operation\";s:8:\"contains\";}i:9;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:38:\"woocommerce_specific_allowed_countries\";s:5:\"value\";s:2:\"FR\";s:7:\"default\";a:0:{}s:9:\"operation\";s:8:\"contains\";}i:10;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:38:\"woocommerce_specific_allowed_countries\";s:5:\"value\";s:2:\"HR\";s:7:\"default\";a:0:{}s:9:\"operation\";s:8:\"contains\";}i:11;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:38:\"woocommerce_specific_allowed_countries\";s:5:\"value\";s:2:\"IT\";s:7:\"default\";a:0:{}s:9:\"operation\";s:8:\"contains\";}i:12;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:38:\"woocommerce_specific_allowed_countries\";s:5:\"value\";s:2:\"CY\";s:7:\"default\";a:0:{}s:9:\"operation\";s:8:\"contains\";}i:13;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:38:\"woocommerce_specific_allowed_countries\";s:5:\"value\";s:2:\"LV\";s:7:\"default\";a:0:{}s:9:\"operation\";s:8:\"contains\";}i:14;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:38:\"woocommerce_specific_allowed_countries\";s:5:\"value\";s:2:\"LT\";s:7:\"default\";a:0:{}s:9:\"operation\";s:8:\"contains\";}i:15;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:38:\"woocommerce_specific_allowed_countries\";s:5:\"value\";s:2:\"LU\";s:7:\"default\";a:0:{}s:9:\"operation\";s:8:\"contains\";}i:16;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:38:\"woocommerce_specific_allowed_countries\";s:5:\"value\";s:2:\"HU\";s:7:\"default\";a:0:{}s:9:\"operation\";s:8:\"contains\";}i:17;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:38:\"woocommerce_specific_allowed_countries\";s:5:\"value\";s:2:\"MT\";s:7:\"default\";a:0:{}s:9:\"operation\";s:8:\"contains\";}i:18;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:38:\"woocommerce_specific_allowed_countries\";s:5:\"value\";s:2:\"NL\";s:7:\"default\";a:0:{}s:9:\"operation\";s:8:\"contains\";}i:19;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:38:\"woocommerce_specific_allowed_countries\";s:5:\"value\";s:2:\"AT\";s:7:\"default\";a:0:{}s:9:\"operation\";s:8:\"contains\";}i:20;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:38:\"woocommerce_specific_allowed_countries\";s:5:\"value\";s:2:\"PL\";s:7:\"default\";a:0:{}s:9:\"operation\";s:8:\"contains\";}i:21;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:38:\"woocommerce_specific_allowed_countries\";s:5:\"value\";s:2:\"PT\";s:7:\"default\";a:0:{}s:9:\"operation\";s:8:\"contains\";}i:22;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:38:\"woocommerce_specific_allowed_countries\";s:5:\"value\";s:2:\"RO\";s:7:\"default\";a:0:{}s:9:\"operation\";s:8:\"contains\";}i:23;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:38:\"woocommerce_specific_allowed_countries\";s:5:\"value\";s:2:\"SI\";s:7:\"default\";a:0:{}s:9:\"operation\";s:8:\"contains\";}i:24;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:38:\"woocommerce_specific_allowed_countries\";s:5:\"value\";s:2:\"SK\";s:7:\"default\";a:0:{}s:9:\"operation\";s:8:\"contains\";}i:25;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:38:\"woocommerce_specific_allowed_countries\";s:5:\"value\";s:2:\"FI\";s:7:\"default\";a:0:{}s:9:\"operation\";s:8:\"contains\";}i:26;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:38:\"woocommerce_specific_allowed_countries\";s:5:\"value\";s:2:\"SE\";s:7:\"default\";a:0:{}s:9:\"operation\";s:8:\"contains\";}}}}}}}}s:20:\"paypal_ppcp_gtm_2021\";O:8:\"stdClass\":8:{s:4:\"slug\";s:20:\"paypal_ppcp_gtm_2021\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:38:\"Offer more options with the new PayPal\";s:7:\"content\";s:113:\"Get the latest PayPal extension for a full suite of payment methods with extensive currency and country coverage.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"open_wc_paypal_payments_product_page\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:61:\"https://woocommerce.com/products/woocommerce-paypal-payments/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2021-04-05 00:00:00\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2021-04-21 00:00:00\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:7:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:43:\"woocommerce-gateway-paypal-express-checkout\";}}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:30:\"woocommerce-gateway-paypal-pro\";}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:37:\"woocommerce-gateway-paypal-pro-hosted\";}}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:35:\"woocommerce-gateway-paypal-advanced\";}}i:4;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:40:\"woocommerce-gateway-paypal-digital-goods\";}}i:5;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:31:\"woocommerce-paypal-here-gateway\";}}i:6;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:44:\"woocommerce-gateway-paypal-adaptive-payments\";}}}}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:27:\"woocommerce-paypal-payments\";}}}}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:27:\"woocommerce-paypal-payments\";s:7:\"version\";s:5:\"1.2.1\";s:8:\"operator\";s:1:\"<\";}}}}}s:23:\"facebook_pixel_api_2021\";O:8:\"stdClass\":8:{s:4:\"slug\";s:23:\"facebook_pixel_api_2021\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:44:\"Improve the performance of your Facebook ads\";s:7:\"content\";s:152:\"Enable Facebook Pixel and Conversions API through the latest version of Facebook for WooCommerce for improved measurement and ad targeting capabilities.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"upgrade_now_facebook_pixel_api\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:11:\"Upgrade now\";}}s:3:\"url\";s:67:\"plugin-install.php?tab=plugin-information&plugin=&section=changelog\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2021-05-17 00:00:00\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2021-06-14 00:00:00\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"facebook-for-woocommerce\";s:7:\"version\";s:5:\"2.4.0\";s:8:\"operator\";s:2:\"<=\";}}}s:16:\"facebook_ec_2021\";O:8:\"stdClass\":8:{s:4:\"slug\";s:16:\"facebook_ec_2021\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:59:\"Sync your product catalog with Facebook to help boost sales\";s:7:\"content\";s:170:\"A single click adds all products to your Facebook Business Page shop. Product changes are automatically synced, with the flexibility to control which products are listed.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"learn_more_facebook_ec\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:42:\"https://woocommerce.com/products/facebook/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2021-03-01 00:00:00\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2021-03-15 00:00:00\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:24:\"facebook-for-woocommerce\";}}}}s:37:\"ecomm-need-help-setting-up-your-store\";O:8:\"stdClass\":8:{s:4:\"slug\";s:37:\"ecomm-need-help-setting-up-your-store\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:32:\"Need help setting up your Store?\";s:7:\"content\";s:350:\"Schedule a free 30-min <a href=\"https://wordpress.com/support/concierge-support/\">quick start session</a> and get help from our specialists. We’re happy to walk through setup steps, show you around the WordPress.com dashboard, troubleshoot any issues you may have, and help you the find the features you need to accomplish your goals for your site.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"set-up-concierge\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"Schedule free session\";}}s:3:\"url\";s:34:\"https://wordpress.com/me/concierge\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:3:{i:0;s:35:\"woocommerce-shipping-australia-post\";i:1;s:32:\"woocommerce-shipping-canada-post\";i:2;s:30:\"woocommerce-shipping-royalmail\";}}}}s:20:\"woocommerce-services\";O:8:\"stdClass\":8:{s:4:\"slug\";s:20:\"woocommerce-services\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:26:\"WooCommerce Shipping & Tax\";s:7:\"content\";s:255:\"WooCommerce Shipping & Tax helps get your store “ready to sell” as quickly as possible. You create your products. We take care of tax calculation, payment processing, and shipping label printing! Learn more about the extension that you just installed.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:84:\"https://docs.woocommerce.com/document/woocommerce-shipping-and-tax/?utm_source=inbox\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-services\";}}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\"<\";s:4:\"days\";i:2;}}}s:32:\"ecomm-unique-shopping-experience\";O:8:\"stdClass\":8:{s:4:\"slug\";s:32:\"ecomm-unique-shopping-experience\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:53:\"For a shopping experience as unique as your customers\";s:7:\"content\";s:274:\"Product Add-Ons allow your customers to personalize products while they’re shopping on your online store. No more follow-up email requests—customers get what they want, before they’re done checking out. Learn more about this extension that comes included in your plan.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:43:\"learn-more-ecomm-unique-shopping-experience\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:71:\"https://docs.woocommerce.com/document/product-add-ons/?utm_source=inbox\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:3:{i:0;s:35:\"woocommerce-shipping-australia-post\";i:1;s:32:\"woocommerce-shipping-canada-post\";i:2;s:30:\"woocommerce-shipping-royalmail\";}}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\"<\";s:4:\"days\";i:2;}}}s:37:\"wc-admin-getting-started-in-ecommerce\";O:8:\"stdClass\":8:{s:4:\"slug\";s:37:\"wc-admin-getting-started-in-ecommerce\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:38:\"Getting Started in eCommerce - webinar\";s:7:\"content\";s:174:\"We want to make eCommerce and this process of getting started as easy as possible for you. Watch this webinar to get tips on how to have our store up and running in a breeze.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"watch-the-webinar\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:17:\"Watch the webinar\";}}s:3:\"url\";s:28:\"https://youtu.be/V_2XtCOyZ7o\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:18:\"onboarding_profile\";s:5:\"index\";s:12:\"setup_client\";s:9:\"operation\";s:2:\"!=\";s:5:\"value\";b:1;}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:3:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:18:\"onboarding_profile\";s:5:\"index\";s:13:\"product_count\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:1:\"0\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:18:\"onboarding_profile\";s:5:\"index\";s:7:\"revenue\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:4:\"none\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:18:\"onboarding_profile\";s:5:\"index\";s:7:\"revenue\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:10:\"up-to-2500\";}}}}}s:18:\"your-first-product\";O:8:\"stdClass\":8:{s:4:\"slug\";s:18:\"your-first-product\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:18:\"Your first product\";s:7:\"content\";s:461:\"That\'s huge! You\'re well on your way to building a successful online store — now it’s time to think about how you\'ll fulfill your orders.<br/><br/>Read our shipping guide to learn best practices and options for putting together your shipping strategy. And for WooCommerce stores in the United States, you can print discounted shipping labels via USPS with <a href=\"https://href.li/?https://woocommerce.com/shipping\" target=\"_blank\">WooCommerce Shipping</a>.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:82:\"https://woocommerce.com/posts/ecommerce-shipping-solutions-guide/?utm_source=inbox\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:12:\"stored_state\";s:5:\"index\";s:22:\"there_were_no_products\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";b:1;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:12:\"stored_state\";s:5:\"index\";s:22:\"there_are_now_products\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";b:1;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"product_count\";s:9:\"operation\";s:2:\">=\";s:5:\"value\";i:1;}i:3;O:8:\"stdClass\":5:{s:4:\"type\";s:18:\"onboarding_profile\";s:5:\"index\";s:13:\"product_types\";s:9:\"operation\";s:8:\"contains\";s:5:\"value\";s:8:\"physical\";s:7:\"default\";a:0:{}}}}s:31:\"wc-square-apple-pay-boost-sales\";O:8:\"stdClass\":8:{s:4:\"slug\";s:31:\"wc-square-apple-pay-boost-sales\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:26:\"Boost sales with Apple Pay\";s:7:\"content\";s:191:\"Now that you accept Apple Pay® with Square you can increase conversion rates by letting your customers know that Apple Pay® is available. Here’s a marketing guide to help you get started.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"boost-sales-marketing-guide\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:19:\"See marketing guide\";}}s:3:\"url\";s:97:\"https://developer.apple.com/apple-pay/marketing/?utm_source=inbox&utm_campaign=square-boost-sales\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:9:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:3:\"4.8\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:18:\"woocommerce-square\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:3:\"2.3\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:27:\"wc_square_apple_pay_enabled\";s:5:\"value\";i:1;s:7:\"default\";b:0;s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:38:\"wc-square-apple-pay-grow-your-business\";s:6:\"status\";s:8:\"actioned\";s:9:\"operation\";s:2:\"!=\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:38:\"wc-square-apple-pay-grow-your-business\";s:6:\"status\";s:10:\"unactioned\";s:9:\"operation\";s:2:\"!=\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:27:\"wcpay-apple-pay-boost-sales\";s:6:\"status\";s:8:\"actioned\";s:9:\"operation\";s:2:\"!=\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:27:\"wcpay-apple-pay-boost-sales\";s:6:\"status\";s:10:\"unactioned\";s:9:\"operation\";s:2:\"!=\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:34:\"wcpay-apple-pay-grow-your-business\";s:6:\"status\";s:8:\"actioned\";s:9:\"operation\";s:2:\"!=\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:34:\"wcpay-apple-pay-grow-your-business\";s:6:\"status\";s:10:\"unactioned\";s:9:\"operation\";s:2:\"!=\";}}}s:38:\"wc-square-apple-pay-grow-your-business\";O:8:\"stdClass\":8:{s:4:\"slug\";s:38:\"wc-square-apple-pay-grow-your-business\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:45:\"Grow your business with Square and Apple Pay \";s:7:\"content\";s:178:\"Now more than ever, shoppers want a fast, simple, and secure online checkout experience. Increase conversion rates by letting your customers know that you now accept Apple Pay®.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"grow-your-business-marketing-guide\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:19:\"See marketing guide\";}}s:3:\"url\";s:104:\"https://developer.apple.com/apple-pay/marketing/?utm_source=inbox&utm_campaign=square-grow-your-business\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:9:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:3:\"4.8\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:18:\"woocommerce-square\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:3:\"2.3\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:27:\"wc_square_apple_pay_enabled\";s:5:\"value\";i:2;s:7:\"default\";b:0;s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:31:\"wc-square-apple-pay-boost-sales\";s:6:\"status\";s:8:\"actioned\";s:9:\"operation\";s:2:\"!=\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:31:\"wc-square-apple-pay-boost-sales\";s:6:\"status\";s:10:\"unactioned\";s:9:\"operation\";s:2:\"!=\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:27:\"wcpay-apple-pay-boost-sales\";s:6:\"status\";s:8:\"actioned\";s:9:\"operation\";s:2:\"!=\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:27:\"wcpay-apple-pay-boost-sales\";s:6:\"status\";s:10:\"unactioned\";s:9:\"operation\";s:2:\"!=\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:34:\"wcpay-apple-pay-grow-your-business\";s:6:\"status\";s:8:\"actioned\";s:9:\"operation\";s:2:\"!=\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:34:\"wcpay-apple-pay-grow-your-business\";s:6:\"status\";s:10:\"unactioned\";s:9:\"operation\";s:2:\"!=\";}}}s:32:\"wcpay-apple-pay-is-now-available\";O:8:\"stdClass\":8:{s:4:\"slug\";s:32:\"wcpay-apple-pay-is-now-available\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:53:\"Apple Pay is now available with WooCommerce Payments!\";s:7:\"content\";s:397:\"Increase your conversion rate by offering a fast and secure checkout with <a href=\"https://woocommerce.com/apple-pay/?utm_source=inbox&utm_medium=product&utm_campaign=wcpay_applepay\" target=\"_blank\">Apple Pay</a>®. It’s free to get started with <a href=\"https://woocommerce.com/payments/?utm_source=inbox&utm_medium=product&utm_campaign=wcpay_applepay\" target=\"_blank\">WooCommerce Payments</a>.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"add-apple-pay\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:13:\"Add Apple Pay\";}}s:3:\"url\";s:69:\"/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:121:\"https://docs.woocommerce.com/document/payments/apple-pay/?utm_source=inbox&utm_medium=product&utm_campaign=wcpay_applepay\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:3:\"4.8\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"2.3.0\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:26:\"wcpay_is_apple_pay_enabled\";s:5:\"value\";b:0;s:7:\"default\";b:0;s:9:\"operation\";s:1:\"=\";}}}s:27:\"wcpay-apple-pay-boost-sales\";O:8:\"stdClass\":8:{s:4:\"slug\";s:27:\"wcpay-apple-pay-boost-sales\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:26:\"Boost sales with Apple Pay\";s:7:\"content\";s:205:\"Now that you accept Apple Pay® with WooCommerce Payments you can increase conversion rates by letting your customers know that Apple Pay® is available. Here’s a marketing guide to help you get started.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"boost-sales-marketing-guide\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:19:\"See marketing guide\";}}s:3:\"url\";s:96:\"https://developer.apple.com/apple-pay/marketing/?utm_source=inbox&utm_campaign=wcpay-boost-sales\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:3:\"4.8\";}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:26:\"wcpay_is_apple_pay_enabled\";s:5:\"value\";i:1;s:7:\"default\";b:0;s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:34:\"wcpay-apple-pay-grow-your-business\";s:6:\"status\";s:8:\"actioned\";s:9:\"operation\";s:2:\"!=\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:34:\"wcpay-apple-pay-grow-your-business\";s:6:\"status\";s:10:\"unactioned\";s:9:\"operation\";s:2:\"!=\";}}}s:34:\"wcpay-apple-pay-grow-your-business\";O:8:\"stdClass\":8:{s:4:\"slug\";s:34:\"wcpay-apple-pay-grow-your-business\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:58:\"Grow your business with WooCommerce Payments and Apple Pay\";s:7:\"content\";s:178:\"Now more than ever, shoppers want a fast, simple, and secure online checkout experience. Increase conversion rates by letting your customers know that you now accept Apple Pay®.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"grow-your-business-marketing-guide\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:19:\"See marketing guide\";}}s:3:\"url\";s:103:\"https://developer.apple.com/apple-pay/marketing/?utm_source=inbox&utm_campaign=wcpay-grow-your-business\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:3:\"4.8\";}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:26:\"wcpay_is_apple_pay_enabled\";s:5:\"value\";i:2;s:7:\"default\";b:0;s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:27:\"wcpay-apple-pay-boost-sales\";s:6:\"status\";s:8:\"actioned\";s:9:\"operation\";s:2:\"!=\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:27:\"wcpay-apple-pay-boost-sales\";s:6:\"status\";s:10:\"unactioned\";s:9:\"operation\";s:2:\"!=\";}}}s:37:\"wc-admin-optimizing-the-checkout-flow\";O:8:\"stdClass\":8:{s:4:\"slug\";s:37:\"wc-admin-optimizing-the-checkout-flow\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:28:\"Optimizing the checkout flow\";s:7:\"content\";s:171:\"It\'s crucial to get your store\'s checkout as smooth as possible to avoid losing sales. Let\'s take a look at how you can optimize the checkout experience for your shoppers.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"optimizing-the-checkout-flow\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:78:\"https://woocommerce.com/posts/optimizing-woocommerce-checkout?utm_source=inbox\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\">\";s:4:\"days\";i:3;}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:45:\"woocommerce_task_list_tracked_completed_tasks\";s:9:\"operation\";s:8:\"contains\";s:5:\"value\";s:8:\"payments\";s:7:\"default\";a:0:{}}}}s:39:\"wc-admin-first-five-things-to-customize\";O:8:\"stdClass\":8:{s:4:\"slug\";s:39:\"wc-admin-first-five-things-to-customize\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:45:\"The first 5 things to customize in your store\";s:7:\"content\";s:173:\"Deciding what to start with first is tricky. To help you properly prioritize, we\'ve put together this short list of the first few things you should customize in WooCommerce.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:82:\"https://woocommerce.com/posts/first-things-customize-woocommerce/?utm_source=inbox\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\">\";s:4:\"days\";i:2;}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:45:\"woocommerce_task_list_tracked_completed_tasks\";s:5:\"value\";s:9:\"NOT EMPTY\";s:7:\"default\";s:9:\"NOT EMPTY\";s:9:\"operation\";s:2:\"!=\";}}}s:32:\"wc-payments-qualitative-feedback\";O:8:\"stdClass\":8:{s:4:\"slug\";s:32:\"wc-payments-qualitative-feedback\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:55:\"WooCommerce Payments setup - let us know what you think\";s:7:\"content\";s:146:\"Congrats on enabling WooCommerce Payments for your store. Please share your feedback in this 2 minute survey to help us improve the setup process.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"qualitative-feedback-from-new-users\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:14:\"Share feedback\";}}s:3:\"url\";s:39:\"https://automattic.survey.fm/wc-pay-new\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:1:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:45:\"woocommerce_task_list_tracked_completed_tasks\";s:9:\"operation\";s:8:\"contains\";s:5:\"value\";s:20:\"woocommerce-payments\";s:7:\"default\";a:0:{}}}}s:29:\"share-your-feedback-on-paypal\";O:8:\"stdClass\":8:{s:4:\"slug\";s:29:\"share-your-feedback-on-paypal\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:29:\"Share your feedback on PayPal\";s:7:\"content\";s:127:\"Share your feedback in this 2 minute survey about how we can make the process of accepting payments more useful for your store.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"share-feedback\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:14:\"Share feedback\";}}s:3:\"url\";s:43:\"http://automattic.survey.fm/paypal-feedback\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:26:\"woocommerce-gateway-stripe\";}}}}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:43:\"woocommerce-gateway-paypal-express-checkout\";}}}}s:31:\"wcpay_instant_deposits_gtm_2021\";O:8:\"stdClass\":8:{s:4:\"slug\";s:31:\"wcpay_instant_deposits_gtm_2021\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:69:\"Get paid within minutes – Instant Deposits for WooCommerce Payments\";s:7:\"content\";s:384:\"Stay flexible with immediate access to your funds when you need them – including nights, weekends, and holidays. With <a href=\"https://woocommerce.com/products/woocommerce-payments/?utm_source=inbox&utm_medium=product&utm_campaign=wcpay_instant_deposits\">WooCommerce Payments\'</a> new Instant Deposits feature, you’re able to transfer your earnings to a debit card within minutes.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:40:\"Learn about Instant Deposits eligibility\";}}s:3:\"url\";s:136:\"https://docs.woocommerce.com/document/payments/instant-deposits/?utm_source=inbox&utm_medium=product&utm_campaign=wcpay_instant_deposits\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2021-05-18 00:00:00\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2021-06-01 00:00:00\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}}}}s:31:\"google_listings_and_ads_install\";O:8:\"stdClass\":8:{s:4:\"slug\";s:31:\"google_listings_and_ads_install\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:35:\"Drive traffic and sales with Google\";s:7:\"content\";s:123:\"Reach online shoppers to drive traffic and sales for your store by showcasing products across Google, for free or with ads.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:11:\"get-started\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:11:\"Get started\";}}s:3:\"url\";s:56:\"https://woocommerce.com/products/google-listings-and-ads\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2021-06-09 00:00:00\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:23:\"google_listings_and_ads\";}}}}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:11:\"order_count\";s:9:\"operation\";s:1:\">\";s:5:\"value\";i:10;}}}s:39:\"wc-subscriptions-security-update-3-0-15\";O:8:\"stdClass\":8:{s:4:\"slug\";s:39:\"wc-subscriptions-security-update-3-0-15\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:42:\"WooCommerce Subscriptions security update!\";s:7:\"content\";s:736:\"We recently released an important security update to WooCommerce Subscriptions. To ensure your site\'s data is protected, please upgrade <strong>WooCommerce Subscriptions to version 3.0.15</strong> or later.<br/><br/>Click the button below to view and update to the latest Subscriptions version, or log in to <a href=\"https://woocommerce.com/my-dashboard\">WooCommerce.com Dashboard</a> and navigate to your <strong>Downloads</strong> page.<br/><br/>We recommend always using the latest version of WooCommerce Subscriptions, and other software running on your site, to ensure maximum security.<br/><br/>If you have any questions we are here to help — just <a href=\"https://woocommerce.com/my-account/create-a-ticket/\">open a ticket</a>.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"update-wc-subscriptions-3-0-15\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:19:\"View latest version\";}}s:3:\"url\";s:30:\"&page=wc-addons&section=helper\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:1:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:25:\"woocommerce-subscriptions\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:6:\"3.0.15\";}}}s:29:\"woocommerce-core-update-5-4-0\";O:8:\"stdClass\":8:{s:4:\"slug\";s:29:\"woocommerce-core-update-5-4-0\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:31:\"Update to WooCommerce 5.4.1 now\";s:7:\"content\";s:140:\"WooCommerce 5.4.1 addresses a checkout issue discovered in WooCommerce 5.4. We recommend upgrading to WooCommerce 5.4.1 as soon as possible.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"update-wc-core-5-4-0\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:25:\"How to update WooCommerce\";}}s:3:\"url\";s:64:\"https://docs.woocommerce.com/document/how-to-update-woocommerce/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:1:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.4.0\";}}}s:19:\"wcpay-promo-2020-11\";O:8:\"stdClass\":7:{s:4:\"slug\";s:19:\"wcpay-promo-2020-11\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:19:\"wcpay-promo-2020-11\";s:7:\"content\";s:19:\"wcpay-promo-2020-11\";}}s:5:\"rules\";a:0:{}}s:19:\"wcpay-promo-2020-12\";O:8:\"stdClass\":7:{s:4:\"slug\";s:19:\"wcpay-promo-2020-12\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:19:\"wcpay-promo-2020-12\";s:7:\"content\";s:19:\"wcpay-promo-2020-12\";}}s:5:\"rules\";a:0:{}}s:30:\"wcpay-promo-2021-6-incentive-1\";O:8:\"stdClass\":8:{s:4:\"slug\";s:30:\"wcpay-promo-2021-6-incentive-1\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:82:\"Simplify the payments process for you and your customers with WooCommerce Payments\";s:7:\"content\";s:702:\"With <a href=\"https://woocommerce.com/payments/?utm_medium=notification&utm_source=product&utm_campaign=wcpay601\">WooCommerce Payments</a>, you can securely accept all major cards, Apple Pay®, and recurring revenue in over 100 currencies.\n				Built into your store’s WooCommerce dashboard, track cash flow and manage all of your transactions in one place – with no setup costs or monthly fees.\n				<br/><br/>\n				By clicking \"Get WooCommerce Payments,\" you agree to the <a href=\"https://wordpress.com/tos/?utm_medium=notification&utm_source=product&utm_campaign=wcpay601\">Terms of Service</a>\n				and acknowledge you have read the <a href=\"https://automattic.com/privacy/\">Privacy Policy</a>.\n				\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"get-woo-commerce-payments\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:24:\"Get WooCommerce Payments\";}}s:3:\"url\";s:57:\"admin.php?page=wc-admin&action=setup-woocommerce-payments\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:12:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:6:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:36:\"woocommerce_inbox_variant_assignment\";s:5:\"value\";s:1:\"1\";s:7:\"default\";b:0;s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:36:\"woocommerce_inbox_variant_assignment\";s:5:\"value\";s:1:\"3\";s:7:\"default\";b:0;s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:36:\"woocommerce_inbox_variant_assignment\";s:5:\"value\";s:1:\"5\";s:7:\"default\";b:0;s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:36:\"woocommerce_inbox_variant_assignment\";s:5:\"value\";s:1:\"7\";s:7:\"default\";b:0;s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:36:\"woocommerce_inbox_variant_assignment\";s:5:\"value\";s:1:\"9\";s:7:\"default\";b:0;s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:36:\"woocommerce_inbox_variant_assignment\";s:5:\"value\";s:2:\"11\";s:7:\"default\";b:0;s:9:\"operation\";s:1:\"=\";}}}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:4:{i:0;s:17:\"crowdsignal-forms\";i:1;s:11:\"layout-grid\";i:2;s:17:\"full-site-editing\";i:3;s:13:\"page-optimize\";}}}}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:26:\"woocommerce_allow_tracking\";s:5:\"value\";s:3:\"yes\";s:7:\"default\";b:0;s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:2:\">=\";s:4:\"days\";i:31;}i:5;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}}}}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:3:\"4.0\";}i:7;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:10:\"db_version\";s:5:\"value\";s:5:\"45805\";s:7:\"default\";i:0;s:9:\"operation\";s:2:\">=\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:19:\"wcpay-promo-2020-11\";s:6:\"status\";s:8:\"actioned\";s:9:\"operation\";s:2:\"!=\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:19:\"wcpay-promo-2020-11\";s:6:\"status\";s:10:\"unactioned\";s:9:\"operation\";s:2:\"!=\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:19:\"wcpay-promo-2020-12\";s:6:\"status\";s:8:\"actioned\";s:9:\"operation\";s:2:\"!=\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:19:\"wcpay-promo-2020-12\";s:6:\"status\";s:10:\"unactioned\";s:9:\"operation\";s:2:\"!=\";}}}s:30:\"wcpay-promo-2021-6-incentive-2\";O:8:\"stdClass\":8:{s:4:\"slug\";s:30:\"wcpay-promo-2021-6-incentive-2\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:82:\"Simplify the payments process for you and your customers with WooCommerce Payments\";s:7:\"content\";s:702:\"With <a href=\"https://woocommerce.com/payments/?utm_medium=notification&utm_source=product&utm_campaign=wcpay601\">WooCommerce Payments</a>, you can securely accept all major cards, Apple Pay®, and recurring revenue in over 100 currencies.\n				Built into your store’s WooCommerce dashboard, track cash flow and manage all of your transactions in one place – with no setup costs or monthly fees.\n				<br/><br/>\n				By clicking \"Get WooCommerce Payments,\" you agree to the <a href=\"https://wordpress.com/tos/?utm_medium=notification&utm_source=product&utm_campaign=wcpay601\">Terms of Service</a>\n				and acknowledge you have read the <a href=\"https://automattic.com/privacy/\">Privacy Policy</a>.\n				\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"get-woocommerce-payments\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:24:\"Get WooCommerce Payments\";}}s:3:\"url\";s:57:\"admin.php?page=wc-admin&action=setup-woocommerce-payments\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:12:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:6:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:36:\"woocommerce_inbox_variant_assignment\";s:5:\"value\";s:1:\"2\";s:7:\"default\";b:0;s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:36:\"woocommerce_inbox_variant_assignment\";s:5:\"value\";s:1:\"4\";s:7:\"default\";b:0;s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:36:\"woocommerce_inbox_variant_assignment\";s:5:\"value\";s:1:\"6\";s:7:\"default\";b:0;s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:36:\"woocommerce_inbox_variant_assignment\";s:5:\"value\";s:1:\"8\";s:7:\"default\";b:0;s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:36:\"woocommerce_inbox_variant_assignment\";s:5:\"value\";s:2:\"10\";s:7:\"default\";b:0;s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:36:\"woocommerce_inbox_variant_assignment\";s:5:\"value\";s:2:\"12\";s:7:\"default\";b:0;s:9:\"operation\";s:1:\"=\";}}}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:4:{i:0;s:17:\"crowdsignal-forms\";i:1;s:11:\"layout-grid\";i:2;s:17:\"full-site-editing\";i:3;s:13:\"page-optimize\";}}}}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:26:\"woocommerce_allow_tracking\";s:5:\"value\";s:3:\"yes\";s:7:\"default\";b:0;s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:2:\">=\";s:4:\"days\";i:31;}i:5;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}}}}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:3:\"4.0\";}i:7;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:10:\"db_version\";s:5:\"value\";s:5:\"45805\";s:7:\"default\";i:0;s:9:\"operation\";s:2:\">=\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:19:\"wcpay-promo-2020-11\";s:6:\"status\";s:8:\"actioned\";s:9:\"operation\";s:2:\"!=\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:19:\"wcpay-promo-2020-11\";s:6:\"status\";s:10:\"unactioned\";s:9:\"operation\";s:2:\"!=\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:19:\"wcpay-promo-2020-12\";s:6:\"status\";s:8:\"actioned\";s:9:\"operation\";s:2:\"!=\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:19:\"wcpay-promo-2020-12\";s:6:\"status\";s:10:\"unactioned\";s:9:\"operation\";s:2:\"!=\";}}}s:34:\"ppxo-pps-upgrade-paypal-payments-1\";O:8:\"stdClass\":8:{s:4:\"slug\";s:34:\"ppxo-pps-upgrade-paypal-payments-1\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:47:\"Get the latest PayPal extension for WooCommerce\";s:7:\"content\";s:440:\"Heads up! There\'s a new PayPal on the block!<br/><br/>Now is a great time to upgrade to our latest <a href=\"https://woocommerce.com/products/woocommerce-paypal-payments/\" target=\"_blank\">PayPal extension</a> to continue to receive support and updates with PayPal.<br/><br/>Get access to a full suite of PayPal payment methods, extensive currency and country coverage, and pay later options with the all-new PayPal extension for WooCommerce.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"ppxo-pps-install-paypal-payments-1\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:18:\"View upgrade guide\";}}s:3:\"url\";s:96:\"https://docs.woocommerce.com/document/woocommerce-paypal-payments/paypal-payments-upgrade-guide/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:3:\"5.5\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:27:\"woocommerce-paypal-payments\";}}}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:43:\"woocommerce-gateway-paypal-express-checkout\";}}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:7:\"enabled\";}}}s:11:\"option_name\";s:27:\"woocommerce_paypal_settings\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:3:\"yes\";s:7:\"default\";b:0;}}}i:3;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:36:\"woocommerce_inbox_variant_assignment\";s:5:\"value\";i:7;s:7:\"default\";i:1;s:9:\"operation\";s:1:\"<\";}}}s:34:\"ppxo-pps-upgrade-paypal-payments-2\";O:8:\"stdClass\":8:{s:4:\"slug\";s:34:\"ppxo-pps-upgrade-paypal-payments-2\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:31:\"Upgrade your PayPal experience!\";s:7:\"content\";s:513:\"We\'ve developed a whole new <a href=\"https://woocommerce.com/products/woocommerce-paypal-payments/\" target=\"_blank\">PayPal extension for WooCommerce</a> that combines the best features of our many PayPal extensions into just one extension.<br/><br/>Get access to a full suite of PayPal payment methods, extensive currency and country coverage, offer subscription and recurring payments, and the new PayPal pay later options.<br/><br/>Start using our latest PayPal today to continue to receive support and updates.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"ppxo-pps-install-paypal-payments-2\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:18:\"View upgrade guide\";}}s:3:\"url\";s:96:\"https://docs.woocommerce.com/document/woocommerce-paypal-payments/paypal-payments-upgrade-guide/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:3:\"5.5\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:27:\"woocommerce-paypal-payments\";}}}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:43:\"woocommerce-gateway-paypal-express-checkout\";}}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:7:\"enabled\";}}}s:11:\"option_name\";s:27:\"woocommerce_paypal_settings\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:3:\"yes\";s:7:\"default\";b:0;}}}i:3;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:36:\"woocommerce_inbox_variant_assignment\";s:5:\"value\";i:6;s:7:\"default\";i:1;s:9:\"operation\";s:1:\">\";}}}s:46:\"woocommerce-core-sqli-july-2021-need-to-update\";O:8:\"stdClass\":8:{s:4:\"slug\";s:46:\"woocommerce-core-sqli-july-2021-need-to-update\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:56:\"Action required: Critical vulnerabilities in WooCommerce\";s:7:\"content\";s:570:\"In response to a critical vulnerability identified on July 13, 2021, we are working with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br/><br/>Our investigation into this vulnerability is ongoing, but <strong>we wanted to let you know now about the importance of updating immediately</strong>.<br/><br/>For more information on which actions you should take, as well as answers to FAQs, please urgently review our blog post detailing this issue.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:146:\"https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=vulnerability_comms\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";b:0;s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:38:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.3.6\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.4.8\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.5.9\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.6.6\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.7.2\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.8.2\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.9.4\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.0.2\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.0.3\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.1.2\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.1.3\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.2.3\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.2.4\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.3.4\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.3.5\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.4.2\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.4.3\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.5.3\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.5.4\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.6.3\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.6.4\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.7.2\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.7.3\";}i:23;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.8.1\";}i:24;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.8.2\";}i:25;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.9.3\";}i:26;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.9.4\";}i:27;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.0.1\";}i:28;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.0.2\";}i:29;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.1.1\";}i:30;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.1.2\";}i:31;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.2.3\";}i:32;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.2.4\";}i:33;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.3.1\";}i:34;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.3.2\";}i:35;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.4.2\";}i:36;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.4.3\";}i:37;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"5.5.1\";}}}s:48:\"woocommerce-blocks-sqli-july-2021-need-to-update\";O:8:\"stdClass\":8:{s:4:\"slug\";s:48:\"woocommerce-blocks-sqli-july-2021-need-to-update\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:63:\"Action required: Critical vulnerabilities in WooCommerce Blocks\";s:7:\"content\";s:570:\"In response to a critical vulnerability identified on July 13, 2021, we are working with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br/><br/>Our investigation into this vulnerability is ongoing, but <strong>we wanted to let you know now about the importance of updating immediately</strong>.<br/><br/>For more information on which actions you should take, as well as answers to FAQs, please urgently review our blog post detailing this issue.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:146:\"https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=vulnerability_comms\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";b:0;s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:31:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:6:\"2.5.16\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"2.6.2\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"2.7.2\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"2.8.1\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"2.9.1\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.0.1\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.1.1\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.2.1\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.3.1\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.4.1\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.5.1\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.6.1\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.7.2\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.8.1\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.9.1\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.0.1\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.1.1\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.2.1\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.3.1\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.4.3\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.5.3\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.6.1\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.7.1\";}i:23;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.8.1\";}i:24;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.9.2\";}i:25;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.0.1\";}i:26;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.1.1\";}i:27;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.2.1\";}i:28;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.3.2\";}i:29;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.4.1\";}i:30;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"5.5.1\";}}}s:45:\"woocommerce-core-sqli-july-2021-store-patched\";O:8:\"stdClass\":8:{s:4:\"slug\";s:45:\"woocommerce-core-sqli-july-2021-store-patched\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:55:\"Solved: Critical vulnerabilities patched in WooCommerce\";s:7:\"content\";s:433:\"In response to a critical vulnerability identified on July 13, 2021, we worked with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br/><br/><strong>Your store has been updated to the latest secure version(s)</strong>. For more information and answers to FAQs, please review our blog post detailing this issue.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:146:\"https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=vulnerability_comms\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";b:0;s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:46:\"woocommerce-core-sqli-july-2021-need-to-update\";s:6:\"status\";s:7:\"pending\";s:9:\"operation\";s:1:\"=\";}}}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:48:\"woocommerce-blocks-sqli-july-2021-need-to-update\";s:6:\"status\";s:7:\"pending\";s:9:\"operation\";s:1:\"=\";}}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:23:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.3.6\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.4.8\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.5.9\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.6.6\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.7.2\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.8.2\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.9.4\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.0.2\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.1.2\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.2.3\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.3.4\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.4.2\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.5.3\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.6.3\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.7.2\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.8.1\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.9.3\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.0.1\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.1.1\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.2.3\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.3.1\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.4.2\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"5.5.1\";}}}}}s:47:\"woocommerce-blocks-sqli-july-2021-store-patched\";O:8:\"stdClass\":8:{s:4:\"slug\";s:47:\"woocommerce-blocks-sqli-july-2021-store-patched\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:62:\"Solved: Critical vulnerabilities patched in WooCommerce Blocks\";s:7:\"content\";s:433:\"In response to a critical vulnerability identified on July 13, 2021, we worked with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br/><br/><strong>Your store has been updated to the latest secure version(s)</strong>. For more information and answers to FAQs, please review our blog post detailing this issue.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:146:\"https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=vulnerability_comms\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";b:0;s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:46:\"woocommerce-core-sqli-july-2021-need-to-update\";s:6:\"status\";s:7:\"pending\";s:9:\"operation\";s:1:\"=\";}}}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:48:\"woocommerce-blocks-sqli-july-2021-need-to-update\";s:6:\"status\";s:7:\"pending\";s:9:\"operation\";s:1:\"=\";}}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:31:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:6:\"2.5.16\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"2.6.2\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"2.7.2\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"2.8.1\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"2.9.1\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.0.1\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.1.1\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.2.1\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.3.1\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.4.1\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.5.1\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.6.1\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.7.2\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.8.1\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.9.1\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.0.1\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.1.1\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.2.1\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.3.1\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.4.3\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.5.3\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.6.1\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.7.1\";}i:23;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.8.1\";}i:24;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.9.2\";}i:25;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.0.1\";}i:26;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.1.1\";}i:27;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.2.1\";}i:28;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.3.2\";}i:29;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.4.1\";}i:30;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"5.5.1\";}}}}}s:20:\"bbpos-chipper-launch\";O:8:\"stdClass\":8:{s:4:\"slug\";s:20:\"bbpos-chipper-launch\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:42:\"Ready to grow your business beyond online?\";s:7:\"content\";s:244:\"Collect payment in person for orders placed online using WooCommerce In-Person Payments. The BBPOS Chipper card reader can process payments securely, and keep everything synced in your WooCommerce Payments dashboard – no matter where you are.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:132:\"https://woocommerce.com/products/bbpos-chipper2xbt-card-reader?utm_source=inbox&utm_medium=product&utm_campaign=bbpos-chipper-launch\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2021-10-18 00:00:00\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2021-11-08 00:00:00\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}}}s:19:\"habit-moment-survey\";O:8:\"stdClass\":8:{s:4:\"slug\";s:19:\"habit-moment-survey\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:61:\"We\'re all ears! Share your experience so far with WooCommerce\";s:7:\"content\";s:134:\"We\'d love your input to shape the future of WooCommerce together. Feel free to share any feedback, ideas or suggestions that you have.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"share-feedback\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:14:\"Share feedback\";}}s:3:\"url\";s:45:\"https://automattic.survey.fm/store-management\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\">\";s:4:\"days\";i:3;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:11:\"order_count\";s:9:\"operation\";s:1:\">\";s:5:\"value\";i:30;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"product_count\";s:9:\"operation\";s:1:\">\";s:5:\"value\";i:0;}}}}', 'no');
INSERT INTO `iamc_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(356313, 'wfls_last_role_change', '1669666030', 'no'),
(162268, 'ss_podcasting_data_title_27', 'IAMC TV Our World', 'yes'),
(901847, 'B2S_HIDE_PREMIUM_MESSAGE', '1', 'no'),
(263205, 'jetpack_sync_settings_checksum_disable', '0', 'yes'),
(176978, 'jetpack_sync_settings_term_relationships_full_sync_item_size', '100', 'yes'),
(176979, 'jetpack_sync_settings_sync_sender_enabled', '1', 'yes'),
(176980, 'jetpack_sync_settings_full_sync_sender_enabled', '1', 'yes'),
(176981, 'jetpack_sync_settings_full_sync_send_duration', '9', 'yes'),
(176982, 'jetpack_sync_settings_full_sync_limits', 'a:5:{s:5:\"users\";a:2:{s:10:\"chunk_size\";i:100;s:10:\"max_chunks\";i:10;}s:5:\"terms\";a:2:{s:10:\"chunk_size\";i:1000;s:10:\"max_chunks\";i:10;}s:5:\"posts\";a:2:{s:10:\"chunk_size\";i:100;s:10:\"max_chunks\";i:1;}s:8:\"comments\";a:2:{s:10:\"chunk_size\";i:100;s:10:\"max_chunks\";i:10;}s:18:\"term_relationships\";a:2:{s:10:\"chunk_size\";i:1000;s:10:\"max_chunks\";i:10;}}', 'yes'),
(176985, 'jetpack_active_modules', 'a:12:{i:0;s:8:\"json-api\";i:1;s:5:\"notes\";i:2;s:5:\"stats\";i:3;s:21:\"woocommerce-analytics\";i:4;s:7:\"monitor\";i:5;s:7:\"protect\";i:6;s:6:\"photon\";i:7;s:13:\"tiled-gallery\";i:8;s:10:\"photon-cdn\";i:9;s:11:\"lazy-images\";i:10;s:9:\"publicize\";i:11;s:10:\"sharedaddy\";}', 'yes'),
(151343, 'ss_podcasting_data_subtitle_20', '', 'yes'),
(151344, 'ss_podcasting_data_author_20', '', 'yes'),
(151345, 'ss_podcasting_data_category_20', 'News', 'yes'),
(151346, 'ss_podcasting_data_subcategory_20', 'News Commentary', 'yes'),
(151347, 'ss_podcasting_data_category2_20', 'Music', 'yes'),
(151348, 'ss_podcasting_data_subcategory2_20', 'Music Commentary', 'yes'),
(151349, 'ss_podcasting_data_category3_20', '', 'yes'),
(151350, 'ss_podcasting_data_subcategory3_20', '', 'yes'),
(151351, 'ss_podcasting_data_description_20', '', 'yes'),
(151352, 'ss_podcasting_data_image_20', 'https://www.iamctv.com/wp-content/uploads/2020/06/IAMCSiteIcon-1.png', 'yes'),
(151353, 'ss_podcasting_data_owner_name_20', '', 'yes'),
(151354, 'ss_podcasting_data_owner_email_20', '', 'yes'),
(151355, 'ss_podcasting_data_language_20', '', 'yes'),
(151356, 'ss_podcasting_data_copyright_20', '', 'yes'),
(151357, 'ss_podcasting_explicit_20', 'on', 'yes'),
(151358, 'ss_podcasting_complete_20', '', 'yes'),
(151359, 'ss_podcasting_publish_date_20', '', 'yes'),
(151360, 'ss_podcasting_consume_order_20', 'episodic', 'yes'),
(151361, 'ss_podcasting_media_prefix_20', '', 'yes'),
(151362, 'ss_podcasting_episode_description_20', 'excerpt', 'yes'),
(151363, 'ss_podcasting_exclude_feed_20', '', 'yes'),
(151364, 'ss_podcasting_turbocharge_feed_20', '', 'yes'),
(151365, 'ss_podcasting_redirect_feed_20', '', 'yes'),
(151366, 'ss_podcasting_new_feed_url_20', '', 'yes'),
(151367, 'ss_podcasting_itunes_url_20', '', 'yes'),
(151368, 'ss_podcasting_stitcher_url_20', '', 'yes'),
(151369, 'ss_podcasting_google_play_url_20', '', 'yes'),
(151370, 'ss_podcasting_spotify_url_20', '', 'yes'),
(151482, 'ss_podcasting_feed_url', 'https://anchor.fm/s/3db9a900/podcast/rss', 'yes'),
(151483, 'ss_podcasting_feed_link', '', 'yes'),
(151484, 'ss_podcasting_feed_link_series', '', 'yes'),
(151485, 'ss_podcasting_podcast_url', '', 'yes'),
(295452, 'B2S_PLUGIN_GENERAL_OPTIONS', 'a:2:{s:9:\"og_active\";i:1;s:11:\"card_active\";i:1;}', 'no'),
(151780, 'ssp_update_enclosures', 'run', 'yes'),
(177054, 'jetpack_protect_blocked_attempts', '7', 'no'),
(177051, 'jetpack_protect_key', '818f8927c7ed3af162c39789a60ebe9a3f56242d', 'no'),
(177083, 'sharedaddy_disable_resources', '0', 'yes');
INSERT INTO `iamc_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(177103, 'jetpack_static_asset_cdn_files', 'a:1:{s:11:\"woocommerce\";a:1:{s:5:\"5.8.0\";a:1173:{i:0;s:26:\"assets/css/_animation.scss\";i:1;s:22:\"assets/css/_fonts.scss\";i:2;s:23:\"assets/css/_mixins.scss\";i:3;s:26:\"assets/css/_variables.scss\";i:4;s:29:\"assets/css/activation-rtl.css\";i:5;s:25:\"assets/css/activation.css\";i:6;s:26:\"assets/css/activation.scss\";i:7;s:24:\"assets/css/admin-rtl.css\";i:8;s:20:\"assets/css/admin.css\";i:9;s:21:\"assets/css/admin.scss\";i:10;s:23:\"assets/css/auth-rtl.css\";i:11;s:19:\"assets/css/auth.css\";i:12;s:20:\"assets/css/auth.scss\";i:13;s:28:\"assets/css/dashboard-rtl.css\";i:14;s:34:\"assets/css/dashboard-setup-rtl.css\";i:15;s:30:\"assets/css/dashboard-setup.css\";i:16;s:31:\"assets/css/dashboard-setup.scss\";i:17;s:24:\"assets/css/dashboard.css\";i:18;s:25:\"assets/css/dashboard.scss\";i:19;s:25:\"assets/css/helper-rtl.css\";i:20;s:21:\"assets/css/helper.css\";i:21;s:22:\"assets/css/helper.scss\";i:35;s:38:\"assets/css/jquery-ui/jquery-ui-rtl.css\";i:36;s:34:\"assets/css/jquery-ui/jquery-ui.css\";i:37;s:38:\"assets/css/jquery-ui/jquery-ui.min.css\";i:38;s:42:\"assets/css/marketplace-suggestions-rtl.css\";i:39;s:38:\"assets/css/marketplace-suggestions.css\";i:40;s:39:\"assets/css/marketplace-suggestions.scss\";i:41;s:23:\"assets/css/menu-rtl.css\";i:42;s:19:\"assets/css/menu.css\";i:43;s:20:\"assets/css/menu.scss\";i:44;s:39:\"assets/css/network-order-widget-rtl.css\";i:45;s:35:\"assets/css/network-order-widget.css\";i:46;s:36:\"assets/css/network-order-widget.scss\";i:47;s:51:\"assets/css/photoswipe/default-skin/default-skin.css\";i:48;s:55:\"assets/css/photoswipe/default-skin/default-skin.min.css\";i:52;s:36:\"assets/css/photoswipe/photoswipe.css\";i:53;s:40:\"assets/css/photoswipe/photoswipe.min.css\";i:54;s:30:\"assets/css/prettyPhoto-rtl.css\";i:55;s:26:\"assets/css/prettyPhoto.css\";i:56;s:27:\"assets/css/prettyPhoto.scss\";i:57;s:26:\"assets/css/privacy-rtl.css\";i:58;s:22:\"assets/css/privacy.css\";i:59;s:23:\"assets/css/privacy.scss\";i:60;s:32:\"assets/css/reports-print-rtl.css\";i:61;s:28:\"assets/css/reports-print.css\";i:62;s:29:\"assets/css/reports-print.scss\";i:63;s:22:\"assets/css/select2.css\";i:64;s:23:\"assets/css/select2.scss\";i:65;s:34:\"assets/css/twenty-nineteen-rtl.css\";i:66;s:30:\"assets/css/twenty-nineteen.css\";i:67;s:31:\"assets/css/twenty-nineteen.scss\";i:68;s:35:\"assets/css/twenty-seventeen-rtl.css\";i:69;s:31:\"assets/css/twenty-seventeen.css\";i:70;s:32:\"assets/css/twenty-seventeen.scss\";i:71;s:42:\"assets/css/twenty-twenty-one-admin-rtl.css\";i:72;s:38:\"assets/css/twenty-twenty-one-admin.css\";i:73;s:39:\"assets/css/twenty-twenty-one-admin.scss\";i:74;s:36:\"assets/css/twenty-twenty-one-rtl.css\";i:75;s:32:\"assets/css/twenty-twenty-one.css\";i:76;s:33:\"assets/css/twenty-twenty-one.scss\";i:77;s:32:\"assets/css/twenty-twenty-rtl.css\";i:78;s:28:\"assets/css/twenty-twenty.css\";i:79;s:29:\"assets/css/twenty-twenty.scss\";i:80;s:27:\"assets/css/wc-setup-rtl.css\";i:81;s:23:\"assets/css/wc-setup.css\";i:82;s:24:\"assets/css/wc-setup.scss\";i:83;s:37:\"assets/css/woocommerce-layout-rtl.css\";i:84;s:33:\"assets/css/woocommerce-layout.css\";i:85;s:34:\"assets/css/woocommerce-layout.scss\";i:86;s:30:\"assets/css/woocommerce-rtl.css\";i:87;s:42:\"assets/css/woocommerce-smallscreen-rtl.css\";i:88;s:38:\"assets/css/woocommerce-smallscreen.css\";i:89;s:39:\"assets/css/woocommerce-smallscreen.scss\";i:90;s:26:\"assets/css/woocommerce.css\";i:91;s:27:\"assets/css/woocommerce.scss\";i:158;s:34:\"assets/js/accounting/accounting.js\";i:159;s:38:\"assets/js/accounting/accounting.min.js\";i:160;s:27:\"assets/js/admin/api-keys.js\";i:161;s:31:\"assets/js/admin/api-keys.min.js\";i:162;s:33:\"assets/js/admin/backbone-modal.js\";i:163;s:37:\"assets/js/admin/backbone-modal.min.js\";i:164;s:42:\"assets/js/admin/marketplace-suggestions.js\";i:165;s:46:\"assets/js/admin/marketplace-suggestions.min.js\";i:166;s:36:\"assets/js/admin/meta-boxes-coupon.js\";i:167;s:40:\"assets/js/admin/meta-boxes-coupon.min.js\";i:168;s:35:\"assets/js/admin/meta-boxes-order.js\";i:169;s:39:\"assets/js/admin/meta-boxes-order.min.js\";i:170;s:47:\"assets/js/admin/meta-boxes-product-variation.js\";i:171;s:51:\"assets/js/admin/meta-boxes-product-variation.min.js\";i:172;s:37:\"assets/js/admin/meta-boxes-product.js\";i:173;s:41:\"assets/js/admin/meta-boxes-product.min.js\";i:174;s:29:\"assets/js/admin/meta-boxes.js\";i:175;s:33:\"assets/js/admin/meta-boxes.min.js\";i:176;s:33:\"assets/js/admin/network-orders.js\";i:177;s:37:\"assets/js/admin/network-orders.min.js\";i:178;s:35:\"assets/js/admin/product-ordering.js\";i:179;s:39:\"assets/js/admin/product-ordering.min.js\";i:180;s:29:\"assets/js/admin/quick-edit.js\";i:181;s:33:\"assets/js/admin/quick-edit.min.js\";i:182;s:26:\"assets/js/admin/reports.js\";i:183;s:30:\"assets/js/admin/reports.min.js\";i:184;s:51:\"assets/js/admin/settings-views-html-settings-tax.js\";i:185;s:55:\"assets/js/admin/settings-views-html-settings-tax.min.js\";i:186;s:27:\"assets/js/admin/settings.js\";i:187;s:31:\"assets/js/admin/settings.min.js\";i:188;s:32:\"assets/js/admin/system-status.js\";i:189;s:36:\"assets/js/admin/system-status.min.js\";i:190;s:32:\"assets/js/admin/term-ordering.js\";i:191;s:36:\"assets/js/admin/term-ordering.min.js\";i:192;s:24:\"assets/js/admin/users.js\";i:193;s:28:\"assets/js/admin/users.min.js\";i:194;s:31:\"assets/js/admin/wc-clipboard.js\";i:195;s:35:\"assets/js/admin/wc-clipboard.min.js\";i:196;s:37:\"assets/js/admin/wc-enhanced-select.js\";i:197;s:41:\"assets/js/admin/wc-enhanced-select.min.js\";i:198;s:28:\"assets/js/admin/wc-orders.js\";i:199;s:32:\"assets/js/admin/wc-orders.min.js\";i:200;s:36:\"assets/js/admin/wc-product-export.js\";i:201;s:40:\"assets/js/admin/wc-product-export.min.js\";i:202;s:36:\"assets/js/admin/wc-product-import.js\";i:203;s:40:\"assets/js/admin/wc-product-import.min.js\";i:204;s:27:\"assets/js/admin/wc-setup.js\";i:205;s:31:\"assets/js/admin/wc-setup.min.js\";i:206;s:38:\"assets/js/admin/wc-shipping-classes.js\";i:207;s:42:\"assets/js/admin/wc-shipping-classes.min.js\";i:208;s:43:\"assets/js/admin/wc-shipping-zone-methods.js\";i:209;s:47:\"assets/js/admin/wc-shipping-zone-methods.min.js\";i:210;s:36:\"assets/js/admin/wc-shipping-zones.js\";i:211;s:40:\"assets/js/admin/wc-shipping-zones.min.js\";i:212;s:35:\"assets/js/admin/wc-status-widget.js\";i:213;s:39:\"assets/js/admin/wc-status-widget.min.js\";i:214;s:36:\"assets/js/admin/woocommerce_admin.js\";i:215;s:40:\"assets/js/admin/woocommerce_admin.min.js\";i:216;s:41:\"assets/js/flexslider/jquery.flexslider.js\";i:217;s:45:\"assets/js/flexslider/jquery.flexslider.min.js\";i:218;s:40:\"assets/js/frontend/add-payment-method.js\";i:219;s:44:\"assets/js/frontend/add-payment-method.min.js\";i:220;s:43:\"assets/js/frontend/add-to-cart-variation.js\";i:221;s:47:\"assets/js/frontend/add-to-cart-variation.min.js\";i:222;s:33:\"assets/js/frontend/add-to-cart.js\";i:223;s:37:\"assets/js/frontend/add-to-cart.min.js\";i:224;s:34:\"assets/js/frontend/address-i18n.js\";i:225;s:38:\"assets/js/frontend/address-i18n.min.js\";i:226;s:36:\"assets/js/frontend/cart-fragments.js\";i:227;s:40:\"assets/js/frontend/cart-fragments.min.js\";i:228;s:26:\"assets/js/frontend/cart.js\";i:229;s:30:\"assets/js/frontend/cart.min.js\";i:230;s:30:\"assets/js/frontend/checkout.js\";i:231;s:34:\"assets/js/frontend/checkout.min.js\";i:232;s:36:\"assets/js/frontend/country-select.js\";i:233;s:40:\"assets/js/frontend/country-select.min.js\";i:234;s:38:\"assets/js/frontend/credit-card-form.js\";i:235;s:42:\"assets/js/frontend/credit-card-form.min.js\";i:236;s:33:\"assets/js/frontend/geolocation.js\";i:237;s:37:\"assets/js/frontend/geolocation.min.js\";i:238;s:35:\"assets/js/frontend/lost-password.js\";i:239;s:39:\"assets/js/frontend/lost-password.min.js\";i:240;s:45:\"assets/js/frontend/password-strength-meter.js\";i:241;s:49:\"assets/js/frontend/password-strength-meter.min.js\";i:242;s:34:\"assets/js/frontend/price-slider.js\";i:243;s:38:\"assets/js/frontend/price-slider.min.js\";i:244;s:36:\"assets/js/frontend/single-product.js\";i:245;s:40:\"assets/js/frontend/single-product.min.js\";i:246;s:39:\"assets/js/frontend/tokenization-form.js\";i:247;s:43:\"assets/js/frontend/tokenization-form.min.js\";i:248;s:33:\"assets/js/frontend/woocommerce.js\";i:249;s:37:\"assets/js/frontend/woocommerce.min.js\";i:250;s:42:\"assets/js/jquery-blockui/jquery.blockUI.js\";i:251;s:46:\"assets/js/jquery-blockui/jquery.blockUI.min.js\";i:252;s:40:\"assets/js/jquery-cookie/jquery.cookie.js\";i:253;s:44:\"assets/js/jquery-cookie/jquery.cookie.min.js\";i:254;s:36:\"assets/js/jquery-flot/jquery.flot.js\";i:255;s:40:\"assets/js/jquery-flot/jquery.flot.min.js\";i:256;s:40:\"assets/js/jquery-flot/jquery.flot.pie.js\";i:257;s:44:\"assets/js/jquery-flot/jquery.flot.pie.min.js\";i:258;s:43:\"assets/js/jquery-flot/jquery.flot.resize.js\";i:259;s:47:\"assets/js/jquery-flot/jquery.flot.resize.min.js\";i:260;s:42:\"assets/js/jquery-flot/jquery.flot.stack.js\";i:261;s:46:\"assets/js/jquery-flot/jquery.flot.stack.min.js\";i:262;s:41:\"assets/js/jquery-flot/jquery.flot.time.js\";i:263;s:45:\"assets/js/jquery-flot/jquery.flot.time.min.js\";i:264;s:42:\"assets/js/jquery-payment/jquery.payment.js\";i:265;s:46:\"assets/js/jquery-payment/jquery.payment.min.js\";i:266;s:40:\"assets/js/jquery-qrcode/jquery.qrcode.js\";i:267;s:44:\"assets/js/jquery-qrcode/jquery.qrcode.min.js\";i:268;s:54:\"assets/js/jquery-serializejson/jquery.serializejson.js\";i:269;s:58:\"assets/js/jquery-serializejson/jquery.serializejson.min.js\";i:270;s:40:\"assets/js/jquery-tiptip/jquery.tipTip.js\";i:271;s:44:\"assets/js/jquery-tiptip/jquery.tipTip.min.js\";i:272;s:56:\"assets/js/jquery-ui-touch-punch/jquery-ui-touch-punch.js\";i:273;s:60:\"assets/js/jquery-ui-touch-punch/jquery-ui-touch-punch.min.js\";i:274;s:32:\"assets/js/js-cookie/js.cookie.js\";i:275;s:36:\"assets/js/js-cookie/js.cookie.min.js\";i:276;s:45:\"assets/js/photoswipe/photoswipe-ui-default.js\";i:277;s:49:\"assets/js/photoswipe/photoswipe-ui-default.min.js\";i:278;s:34:\"assets/js/photoswipe/photoswipe.js\";i:279;s:38:\"assets/js/photoswipe/photoswipe.min.js\";i:280;s:48:\"assets/js/prettyPhoto/jquery.prettyPhoto.init.js\";i:281;s:52:\"assets/js/prettyPhoto/jquery.prettyPhoto.init.min.js\";i:282;s:43:\"assets/js/prettyPhoto/jquery.prettyPhoto.js\";i:283;s:47:\"assets/js/prettyPhoto/jquery.prettyPhoto.min.js\";i:284;s:24:\"assets/js/round/round.js\";i:285;s:28:\"assets/js/round/round.min.js\";i:286;s:33:\"assets/js/select2/select2.full.js\";i:287;s:37:\"assets/js/select2/select2.full.min.js\";i:288;s:28:\"assets/js/select2/select2.js\";i:289;s:32:\"assets/js/select2/select2.min.js\";i:290;s:37:\"assets/js/selectWoo/selectWoo.full.js\";i:291;s:41:\"assets/js/selectWoo/selectWoo.full.min.js\";i:292;s:32:\"assets/js/selectWoo/selectWoo.js\";i:293;s:36:\"assets/js/selectWoo/selectWoo.min.js\";i:294;s:36:\"assets/js/stupidtable/stupidtable.js\";i:295;s:40:\"assets/js/stupidtable/stupidtable.min.js\";i:297;s:47:\"assets/js/zeroclipboard/jquery.zeroclipboard.js\";i:298;s:51:\"assets/js/zeroclipboard/jquery.zeroclipboard.min.js\";i:299;s:29:\"assets/js/zoom/jquery.zoom.js\";i:300;s:33:\"assets/js/zoom/jquery.zoom.min.js\";i:628;s:50:\"includes/gateways/paypal/assets/js/paypal-admin.js\";i:629;s:54:\"includes/gateways/paypal/assets/js/paypal-admin.min.js\";i:1015;s:53:\"packages/woocommerce-admin/chunk-src-version-param.js\";i:1016;s:66:\"packages/woocommerce-admin/dist/activity-panels-help/style-rtl.css\";i:1017;s:67:\"packages/woocommerce-admin/dist/activity-panels-inbox/style-rtl.css\";i:1018;s:73:\"packages/woocommerce-admin/dist/analytics-report-categories/style-rtl.css\";i:1019;s:72:\"packages/woocommerce-admin/dist/analytics-report-customers/style-rtl.css\";i:1020;s:69:\"packages/woocommerce-admin/dist/analytics-report-orders/style-rtl.css\";i:1021;s:71:\"packages/woocommerce-admin/dist/analytics-report-products/style-rtl.css\";i:1022;s:68:\"packages/woocommerce-admin/dist/analytics-report-stock/style-rtl.css\";i:1023;s:62:\"packages/woocommerce-admin/dist/analytics-report/style-rtl.css\";i:1024;s:64:\"packages/woocommerce-admin/dist/analytics-settings/style-rtl.css\";i:1026;s:44:\"packages/woocommerce-admin/dist/app/index.js\";i:1028;s:49:\"packages/woocommerce-admin/dist/app/style-rtl.css\";i:1029;s:45:\"packages/woocommerce-admin/dist/app/style.css\";i:1030;s:74:\"packages/woocommerce-admin/dist/beta-features-tracking-modal/style-rtl.css\";i:1031;s:70:\"packages/woocommerce-admin/dist/beta-features-tracking-modal/style.css\";i:1032;s:43:\"packages/woocommerce-admin/dist/chunks/0.js\";i:1033;s:50:\"packages/woocommerce-admin/dist/chunks/0.style.css\";i:1034;s:43:\"packages/woocommerce-admin/dist/chunks/1.js\";i:1036;s:51:\"packages/woocommerce-admin/dist/chunks/11.style.css\";i:1037;s:51:\"packages/woocommerce-admin/dist/chunks/12.style.css\";i:1038;s:51:\"packages/woocommerce-admin/dist/chunks/14.style.css\";i:1039;s:51:\"packages/woocommerce-admin/dist/chunks/17.style.css\";i:1040;s:43:\"packages/woocommerce-admin/dist/chunks/2.js\";i:1041;s:51:\"packages/woocommerce-admin/dist/chunks/25.style.css\";i:1042;s:51:\"packages/woocommerce-admin/dist/chunks/26.style.css\";i:1043;s:43:\"packages/woocommerce-admin/dist/chunks/3.js\";i:1044;s:51:\"packages/woocommerce-admin/dist/chunks/31.style.css\";i:1045;s:51:\"packages/woocommerce-admin/dist/chunks/32.style.css\";i:1046;s:51:\"packages/woocommerce-admin/dist/chunks/34.style.css\";i:1047;s:50:\"packages/woocommerce-admin/dist/chunks/4.style.css\";i:1048;s:51:\"packages/woocommerce-admin/dist/chunks/44.style.css\";i:1049;s:51:\"packages/woocommerce-admin/dist/chunks/46.style.css\";i:1050;s:51:\"packages/woocommerce-admin/dist/chunks/47.style.css\";i:1051;s:51:\"packages/woocommerce-admin/dist/chunks/48.style.css\";i:1052;s:51:\"packages/woocommerce-admin/dist/chunks/49.style.css\";i:1053;s:50:\"packages/woocommerce-admin/dist/chunks/5.style.css\";i:1054;s:51:\"packages/woocommerce-admin/dist/chunks/50.style.css\";i:1055;s:50:\"packages/woocommerce-admin/dist/chunks/6.style.css\";i:1056;s:50:\"packages/woocommerce-admin/dist/chunks/7.style.css\";i:1057;s:50:\"packages/woocommerce-admin/dist/chunks/9.style.css\";i:1058;s:62:\"packages/woocommerce-admin/dist/chunks/activity-panels-help.js\";i:1059;s:63:\"packages/woocommerce-admin/dist/chunks/activity-panels-inbox.js\";i:1060;s:69:\"packages/woocommerce-admin/dist/chunks/analytics-report-categories.js\";i:1061;s:66:\"packages/woocommerce-admin/dist/chunks/analytics-report-coupons.js\";i:1062;s:68:\"packages/woocommerce-admin/dist/chunks/analytics-report-customers.js\";i:1063;s:68:\"packages/woocommerce-admin/dist/chunks/analytics-report-downloads.js\";i:1064;s:65:\"packages/woocommerce-admin/dist/chunks/analytics-report-orders.js\";i:1065;s:67:\"packages/woocommerce-admin/dist/chunks/analytics-report-products.js\";i:1066;s:66:\"packages/woocommerce-admin/dist/chunks/analytics-report-revenue.js\";i:1067;s:64:\"packages/woocommerce-admin/dist/chunks/analytics-report-stock.js\";i:1068;s:64:\"packages/woocommerce-admin/dist/chunks/analytics-report-taxes.js\";i:1069;s:69:\"packages/woocommerce-admin/dist/chunks/analytics-report-variations.js\";i:1070;s:58:\"packages/woocommerce-admin/dist/chunks/analytics-report.js\";i:1071;s:60:\"packages/woocommerce-admin/dist/chunks/analytics-settings.js\";i:1072;s:64:\"packages/woocommerce-admin/dist/chunks/customizable-dashboard.js\";i:1073;s:58:\"packages/woocommerce-admin/dist/chunks/dashboard-charts.js\";i:1074;s:51:\"packages/woocommerce-admin/dist/chunks/dashboard.js\";i:1075;s:52:\"packages/woocommerce-admin/dist/chunks/homescreen.js\";i:1076;s:54:\"packages/woocommerce-admin/dist/chunks/leaderboards.js\";i:1077;s:60:\"packages/woocommerce-admin/dist/chunks/marketing-overview.js\";i:1078;s:65:\"packages/woocommerce-admin/dist/chunks/payment-recommendations.js\";i:1079;s:56:\"packages/woocommerce-admin/dist/chunks/profile-wizard.js\";i:1080;s:66:\"packages/woocommerce-admin/dist/chunks/shipping-recommendations.js\";i:1081;s:54:\"packages/woocommerce-admin/dist/chunks/store-alerts.js\";i:1082;s:59:\"packages/woocommerce-admin/dist/chunks/store-performance.js\";i:1083;s:51:\"packages/woocommerce-admin/dist/chunks/task-list.js\";i:1084;s:59:\"packages/woocommerce-admin/dist/chunks/wcpay-usage-modal.js\";i:1086;s:51:\"packages/woocommerce-admin/dist/components/index.js\";i:1088;s:56:\"packages/woocommerce-admin/dist/components/style-rtl.css\";i:1089;s:52:\"packages/woocommerce-admin/dist/components/style.css\";i:1091;s:51:\"packages/woocommerce-admin/dist/csv-export/index.js\";i:1094;s:49:\"packages/woocommerce-admin/dist/currency/index.js\";i:1096;s:62:\"packages/woocommerce-admin/dist/customer-effort-score/index.js\";i:1097;s:67:\"packages/woocommerce-admin/dist/customer-effort-score/style-rtl.css\";i:1098;s:63:\"packages/woocommerce-admin/dist/customer-effort-score/style.css\";i:1099;s:62:\"packages/woocommerce-admin/dist/dashboard-charts/style-rtl.css\";i:1100;s:55:\"packages/woocommerce-admin/dist/dashboard/style-rtl.css\";i:1102;s:45:\"packages/woocommerce-admin/dist/data/index.js\";i:1105;s:45:\"packages/woocommerce-admin/dist/date/index.js\";i:1107;s:53:\"packages/woocommerce-admin/dist/experimental/index.js\";i:1109;s:58:\"packages/woocommerce-admin/dist/experimental/style-rtl.css\";i:1110;s:54:\"packages/woocommerce-admin/dist/experimental/style.css\";i:1112;s:47:\"packages/woocommerce-admin/dist/explat/index.js\";i:1114;s:56:\"packages/woocommerce-admin/dist/homescreen/style-rtl.css\";i:1115;s:58:\"packages/woocommerce-admin/dist/leaderboards/style-rtl.css\";i:1116;s:63:\"packages/woocommerce-admin/dist/marketing-coupons/style-rtl.css\";i:1117;s:59:\"packages/woocommerce-admin/dist/marketing-coupons/style.css\";i:1118;s:64:\"packages/woocommerce-admin/dist/marketing-overview/style-rtl.css\";i:1119;s:64:\"packages/woocommerce-admin/dist/navigation-opt-out/style-rtl.css\";i:1120;s:60:\"packages/woocommerce-admin/dist/navigation-opt-out/style.css\";i:1122;s:51:\"packages/woocommerce-admin/dist/navigation/index.js\";i:1124;s:48:\"packages/woocommerce-admin/dist/notices/index.js\";i:1126;s:47:\"packages/woocommerce-admin/dist/number/index.js\";i:1128;s:51:\"packages/woocommerce-admin/dist/onboarding/index.js\";i:1129;s:56:\"packages/woocommerce-admin/dist/onboarding/style-rtl.css\";i:1130;s:52:\"packages/woocommerce-admin/dist/onboarding/style.css\";i:1131;s:69:\"packages/woocommerce-admin/dist/payment-recommendations/style-rtl.css\";i:1132;s:73:\"packages/woocommerce-admin/dist/print-shipping-label-banner/style-rtl.css\";i:1133;s:69:\"packages/woocommerce-admin/dist/print-shipping-label-banner/style.css\";i:1134;s:60:\"packages/woocommerce-admin/dist/profile-wizard/style-rtl.css\";i:1135;s:70:\"packages/woocommerce-admin/dist/shipping-recommendations/style-rtl.css\";i:1136;s:58:\"packages/woocommerce-admin/dist/store-alerts/style-rtl.css\";i:1137;s:63:\"packages/woocommerce-admin/dist/store-performance/style-rtl.css\";i:1138;s:55:\"packages/woocommerce-admin/dist/task-list/style-rtl.css\";i:1140;s:47:\"packages/woocommerce-admin/dist/tracks/index.js\";i:1141;s:55:\"packages/woocommerce-admin/dist/undefined/style-rtl.css\";i:1143;s:80:\"packages/woocommerce-admin/dist/wp-admin-scripts/beta-features-tracking-modal.js\";i:1145;s:69:\"packages/woocommerce-admin/dist/wp-admin-scripts/marketing-coupons.js\";i:1148;s:70:\"packages/woocommerce-admin/dist/wp-admin-scripts/navigation-opt-out.js\";i:1150;s:78:\"packages/woocommerce-admin/dist/wp-admin-scripts/onboarding-homepage-notice.js\";i:1152;s:84:\"packages/woocommerce-admin/dist/wp-admin-scripts/onboarding-product-import-notice.js\";i:1154;s:77:\"packages/woocommerce-admin/dist/wp-admin-scripts/onboarding-product-notice.js\";i:1156;s:73:\"packages/woocommerce-admin/dist/wp-admin-scripts/onboarding-tax-notice.js\";i:1158;s:79:\"packages/woocommerce-admin/dist/wp-admin-scripts/print-shipping-label-banner.js\";i:1199;s:48:\"packages/woocommerce-admin/lint-staged.config.js\";i:1472;s:38:\"packages/woocommerce-admin/unminify.js\";i:1628;s:66:\"packages/woocommerce-blocks/assets/css/abstracts/_breakpoints.scss\";i:1629;s:61:\"packages/woocommerce-blocks/assets/css/abstracts/_colors.scss\";i:1630;s:61:\"packages/woocommerce-blocks/assets/css/abstracts/_mixins.scss\";i:1631;s:64:\"packages/woocommerce-blocks/assets/css/abstracts/_variables.scss\";i:1632;s:50:\"packages/woocommerce-blocks/assets/css/editor.scss\";i:1633;s:49:\"packages/woocommerce-blocks/assets/css/style.scss\";i:1634;s:69:\"packages/woocommerce-blocks/assets/js/atomic/blocks/component-init.js\";i:1635;s:60:\"packages/woocommerce-blocks/assets/js/atomic/blocks/index.js\";i:1636;s:94:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/attributes.js\";i:1637;s:89:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/block.js\";i:1638;s:93:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/constants.js\";i:1639;s:88:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/edit.js\";i:1640;s:92:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/frontend.js\";i:1641;s:89:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/index.js\";i:1642;s:106:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/product-types/external.js\";i:1643;s:122:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/product-types/grouped/group-list/index.js\";i:1644;s:111:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/product-types/grouped/index.js\";i:1645;s:103:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/product-types/index.js\";i:1646;s:104:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/product-types/simple.js\";i:1647;s:112:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/product-types/variable/index.js\";i:1648;s:144:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/product-types/variable/variation-attributes/attribute-picker.js\";i:1649;s:152:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/product-types/variable/variation-attributes/attribute-select-control.js\";i:1650;s:133:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/product-types/variable/variation-attributes/index.js\";i:1651;s:135:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/product-types/variable/variation-attributes/style.scss\";i:1652;s:138:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/product-types/variable/variation-attributes/test/index.js\";i:1653;s:133:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/product-types/variable/variation-attributes/utils.js\";i:1654;s:109:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/shared/add-to-cart-button.js\";i:1655;s:96:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/shared/index.js\";i:1656;s:110:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/shared/product-unavailable.js\";i:1657;s:105:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/shared/quantity-input.js\";i:1658;s:91:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/style.scss\";i:1659;s:89:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/button/attributes.js\";i:1660;s:84:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/button/block.js\";i:1661;s:88:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/button/constants.js\";i:1662;s:83:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/button/edit.js\";i:1663;s:84:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/button/index.js\";i:1664;s:86:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/button/style.scss\";i:1665;s:96:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/category-list/attributes.js\";i:1666;s:91:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/category-list/block.js\";i:1667;s:95:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/category-list/constants.js\";i:1668;s:90:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/category-list/edit.js\";i:1669;s:91:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/category-list/index.js\";i:1670;s:93:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/category-list/style.scss\";i:1671;s:88:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/image/attributes.js\";i:1672;s:83:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/image/block.js\";i:1673;s:87:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/image/constants.js\";i:1674;s:82:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/image/edit.js\";i:1675;s:86:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/image/frontend.js\";i:1676;s:83:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/image/index.js\";i:1677;s:85:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/image/style.scss\";i:1678;s:93:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/image/test/block.test.js\";i:1679;s:88:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/price/attributes.js\";i:1680;s:83:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/price/block.js\";i:1681;s:87:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/price/constants.js\";i:1682;s:82:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/price/edit.js\";i:1683;s:83:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/price/index.js\";i:1684;s:89:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating/attributes.js\";i:1685;s:84:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating/block.js\";i:1686;s:88:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating/constants.js\";i:1687;s:83:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating/edit.js\";i:1688;s:84:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating/index.js\";i:1689;s:86:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating/style.scss\";i:1690;s:93:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sale-badge/attributes.js\";i:1691;s:88:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sale-badge/block.js\";i:1692;s:92:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sale-badge/constants.js\";i:1693;s:87:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sale-badge/edit.js\";i:1694;s:88:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sale-badge/index.js\";i:1695;s:90:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sale-badge/style.scss\";i:1696;s:76:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/save.js\";i:1697;s:85:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/shared/config.js\";i:1698;s:87:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/shared/editor.scss\";i:1699;s:100:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/shared/with-product-selector.js\";i:1700;s:86:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sku/attributes.js\";i:1701;s:81:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sku/block.js\";i:1702;s:85:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sku/constants.js\";i:1703;s:80:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sku/edit.js\";i:1704;s:81:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sku/index.js\";i:1705;s:83:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sku/style.scss\";i:1706;s:98:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/stock-indicator/attributes.js\";i:1707;s:93:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/stock-indicator/block.js\";i:1708;s:97:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/stock-indicator/constants.js\";i:1709;s:92:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/stock-indicator/edit.js\";i:1710;s:93:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/stock-indicator/index.js\";i:1711;s:95:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/stock-indicator/style.scss\";i:1712;s:90:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/summary/attributes.js\";i:1713;s:85:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/summary/block.js\";i:1714;s:89:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/summary/constants.js\";i:1715;s:84:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/summary/edit.js\";i:1716;s:85:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/summary/index.js\";i:1717;s:87:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/summary/style.scss\";i:1718;s:91:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/tag-list/attributes.js\";i:1719;s:86:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/tag-list/block.js\";i:1720;s:90:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/tag-list/constants.js\";i:1721;s:85:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/tag-list/edit.js\";i:1722;s:86:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/tag-list/index.js\";i:1723;s:88:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/tag-list/style.scss\";i:1724;s:88:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/title/attributes.js\";i:1725;s:83:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/title/block.js\";i:1726;s:87:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/title/constants.js\";i:1727;s:82:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/title/edit.js\";i:1728;s:86:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/title/frontend.js\";i:1729;s:83:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/title/index.js\";i:1730;s:85:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/title/style.scss\";i:1731;s:67:\"packages/woocommerce-blocks/assets/js/atomic/utils/block-styling.js\";i:1732;s:81:\"packages/woocommerce-blocks/assets/js/atomic/utils/create-blocks-from-template.js\";i:1733;s:67:\"packages/woocommerce-blocks/assets/js/atomic/utils/get-block-map.js\";i:1734;s:59:\"packages/woocommerce-blocks/assets/js/atomic/utils/index.js\";i:1736;s:78:\"packages/woocommerce-blocks/assets/js/atomic/utils/render-standalone-blocks.js\";i:1737;s:89:\"packages/woocommerce-blocks/assets/js/base/components/block-error-boundary/block-error.js\";i:1738;s:83:\"packages/woocommerce-blocks/assets/js/base/components/block-error-boundary/index.js\";i:1739;s:85:\"packages/woocommerce-blocks/assets/js/base/components/block-error-boundary/style.scss\";i:1741;s:77:\"packages/woocommerce-blocks/assets/js/base/components/button/stories/index.js\";i:1742;s:71:\"packages/woocommerce-blocks/assets/js/base/components/button/style.scss\";i:1746;s:94:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/address-form/test/index.js\";i:1747;s:86:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/form-step/index.js\";i:1748;s:88:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/form-step/style.scss\";i:1750;s:91:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/form-step/test/index.js\";i:1751;s:76:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/index.js\";i:1752;s:90:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/order-summary/index.js\";i:1753;s:103:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/order-summary/order-summary-item.js\";i:1754;s:92:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/order-summary/style.scss\";i:1755;s:95:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/order-summary/test/index.js\";i:1759;s:99:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/payment-method-icons/style.scss\";i:1762;s:99:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/payment-method-label/style.scss\";i:1765;s:87:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/policies/style.scss\";i:1768;s:92:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/product-badge/style.scss\";i:1770;s:94:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/product-details/style.scss\";i:1772;s:97:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/product-details/test/index.js\";i:1776;s:95:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/product-metadata/style.scss\";i:1779;s:98:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/return-to-cart-button/index.js\";i:1780;s:100:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/return-to-cart-button/style.scss\";i:1783;s:98:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/shipping-calculator/style.scss\";i:1788;s:109:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/shipping-rates-control-package/style.scss\";i:1790;s:90:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/coupon/index.js\";i:1791;s:98:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/coupon/stories/index.js\";i:1792;s:92:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/coupon/style.scss\";i:1793;s:92:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/discount/index.js\";i:1794;s:100:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/discount/stories/index.js\";i:1795;s:94:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/discount/style.scss\";i:1796;s:95:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/footer-item/index.js\";i:1797;s:103:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/footer-item/stories/index.js\";i:1798;s:97:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/footer-item/style.scss\";i:1800;s:100:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/footer-item/test/index.js\";i:1801;s:83:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/index.js\";i:1802;s:104:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/shipping/has-shipping-rate.js\";i:1804;s:109:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/shipping/shipping-rate-selector.js\";i:1806;s:100:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/shipping/stories/index.js\";i:1807;s:94:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/shipping/style.scss\";i:1809;s:87:\"packages/woocommerce-blocks/assets/js/base/components/checkbox-control/stories/index.js\";i:1810;s:81:\"packages/woocommerce-blocks/assets/js/base/components/checkbox-control/style.scss\";i:1811;s:76:\"packages/woocommerce-blocks/assets/js/base/components/checkbox-list/index.js\";i:1812;s:78:\"packages/woocommerce-blocks/assets/js/base/components/checkbox-list/style.scss\";i:1813;s:66:\"packages/woocommerce-blocks/assets/js/base/components/chip/chip.js\";i:1814;s:67:\"packages/woocommerce-blocks/assets/js/base/components/chip/index.js\";i:1815;s:76:\"packages/woocommerce-blocks/assets/js/base/components/chip/removable-chip.js\";i:1816;s:75:\"packages/woocommerce-blocks/assets/js/base/components/chip/stories/index.js\";i:1817;s:69:\"packages/woocommerce-blocks/assets/js/base/components/chip/style.scss\";i:1819;s:72:\"packages/woocommerce-blocks/assets/js/base/components/chip/test/index.js\";i:1821;s:73:\"packages/woocommerce-blocks/assets/js/base/components/combobox/style.scss\";i:1827;s:95:\"packages/woocommerce-blocks/assets/js/base/components/country-input/stories/countries-filler.js\";i:1828;s:84:\"packages/woocommerce-blocks/assets/js/base/components/country-input/stories/index.js\";i:1829;s:78:\"packages/woocommerce-blocks/assets/js/base/components/country-input/style.scss\";i:1831;s:71:\"packages/woocommerce-blocks/assets/js/base/components/drawer/style.scss\";i:1832;s:80:\"packages/woocommerce-blocks/assets/js/base/components/dropdown-selector/index.js\";i:1833;s:88:\"packages/woocommerce-blocks/assets/js/base/components/dropdown-selector/input-wrapper.js\";i:1834;s:80:\"packages/woocommerce-blocks/assets/js/base/components/dropdown-selector/input.js\";i:1835;s:79:\"packages/woocommerce-blocks/assets/js/base/components/dropdown-selector/menu.js\";i:1836;s:88:\"packages/woocommerce-blocks/assets/js/base/components/dropdown-selector/selected-chip.js\";i:1837;s:89:\"packages/woocommerce-blocks/assets/js/base/components/dropdown-selector/selected-value.js\";i:1838;s:82:\"packages/woocommerce-blocks/assets/js/base/components/dropdown-selector/style.scss\";i:1839;s:83:\"packages/woocommerce-blocks/assets/js/base/components/filter-element-label/index.js\";i:1840;s:85:\"packages/woocommerce-blocks/assets/js/base/components/filter-element-label/style.scss\";i:1841;s:83:\"packages/woocommerce-blocks/assets/js/base/components/filter-submit-button/index.js\";i:1842;s:85:\"packages/woocommerce-blocks/assets/js/base/components/filter-submit-button/style.scss\";i:1843;s:67:\"packages/woocommerce-blocks/assets/js/base/components/form/index.js\";i:1845;s:90:\"packages/woocommerce-blocks/assets/js/base/components/formatted-monetary-amount/style.scss\";i:1848;s:73:\"packages/woocommerce-blocks/assets/js/base/components/label/test/index.js\";i:1849;s:79:\"packages/woocommerce-blocks/assets/js/base/components/load-more-button/index.js\";i:1850;s:81:\"packages/woocommerce-blocks/assets/js/base/components/load-more-button/style.scss\";i:1851;s:75:\"packages/woocommerce-blocks/assets/js/base/components/loading-mask/index.js\";i:1852;s:77:\"packages/woocommerce-blocks/assets/js/base/components/loading-mask/style.scss\";i:1853;s:73:\"packages/woocommerce-blocks/assets/js/base/components/pagination/index.js\";i:1854;s:75:\"packages/woocommerce-blocks/assets/js/base/components/pagination/style.scss\";i:1855;s:78:\"packages/woocommerce-blocks/assets/js/base/components/pagination/test/index.js\";i:1856;s:73:\"packages/woocommerce-blocks/assets/js/base/components/pagination/utils.js\";i:1857;s:99:\"packages/woocommerce-blocks/assets/js/base/components/price-slider/constrain-range-slider-values.js\";i:1858;s:75:\"packages/woocommerce-blocks/assets/js/base/components/price-slider/index.js\";i:1859;s:83:\"packages/woocommerce-blocks/assets/js/base/components/price-slider/stories/index.js\";i:1860;s:77:\"packages/woocommerce-blocks/assets/js/base/components/price-slider/style.scss\";i:1861;s:104:\"packages/woocommerce-blocks/assets/js/base/components/price-slider/test/constrain-range-slider-values.js\";i:1862;s:79:\"packages/woocommerce-blocks/assets/js/base/components/product-list/container.js\";i:1863;s:75:\"packages/woocommerce-blocks/assets/js/base/components/product-list/index.js\";i:1864;s:90:\"packages/woocommerce-blocks/assets/js/base/components/product-list/no-matching-products.js\";i:1865;s:81:\"packages/woocommerce-blocks/assets/js/base/components/product-list/no-products.js\";i:1866;s:93:\"packages/woocommerce-blocks/assets/js/base/components/product-list/product-list-item/index.js\";i:1867;s:93:\"packages/woocommerce-blocks/assets/js/base/components/product-list/product-list-item/utils.js\";i:1868;s:82:\"packages/woocommerce-blocks/assets/js/base/components/product-list/product-list.js\";i:1869;s:95:\"packages/woocommerce-blocks/assets/js/base/components/product-list/product-sort-select/index.js\";i:1870;s:97:\"packages/woocommerce-blocks/assets/js/base/components/product-list/product-sort-select/style.scss\";i:1871;s:77:\"packages/woocommerce-blocks/assets/js/base/components/product-list/style.scss\";i:1873;s:83:\"packages/woocommerce-blocks/assets/js/base/components/product-name/stories/index.js\";i:1874;s:77:\"packages/woocommerce-blocks/assets/js/base/components/product-name/style.scss\";i:1876;s:80:\"packages/woocommerce-blocks/assets/js/base/components/product-name/test/index.js\";i:1877;s:76:\"packages/woocommerce-blocks/assets/js/base/components/product-price/index.js\";i:1878;s:84:\"packages/woocommerce-blocks/assets/js/base/components/product-price/stories/index.js\";i:1879;s:78:\"packages/woocommerce-blocks/assets/js/base/components/product-price/style.scss\";i:1881;s:81:\"packages/woocommerce-blocks/assets/js/base/components/product-price/test/index.js\";i:1883;s:88:\"packages/woocommerce-blocks/assets/js/base/components/quantity-selector/stories/index.js\";i:1884;s:82:\"packages/woocommerce-blocks/assets/js/base/components/quantity-selector/style.scss\";i:1885;s:86:\"packages/woocommerce-blocks/assets/js/base/components/radio-control-accordion/index.js\";i:1886;s:76:\"packages/woocommerce-blocks/assets/js/base/components/radio-control/index.js\";i:1888;s:77:\"packages/woocommerce-blocks/assets/js/base/components/radio-control/option.js\";i:1889;s:78:\"packages/woocommerce-blocks/assets/js/base/components/radio-control/style.scss\";i:1890;s:72:\"packages/woocommerce-blocks/assets/js/base/components/read-more/index.js\";i:1891;s:80:\"packages/woocommerce-blocks/assets/js/base/components/read-more/stories/index.js\";i:1892;s:77:\"packages/woocommerce-blocks/assets/js/base/components/read-more/test/index.js\";i:1893;s:72:\"packages/woocommerce-blocks/assets/js/base/components/read-more/utils.js\";i:1894;s:70:\"packages/woocommerce-blocks/assets/js/base/components/reviews/index.js\";i:1895;s:87:\"packages/woocommerce-blocks/assets/js/base/components/reviews/review-list-item/index.js\";i:1896;s:89:\"packages/woocommerce-blocks/assets/js/base/components/reviews/review-list-item/style.scss\";i:1897;s:82:\"packages/woocommerce-blocks/assets/js/base/components/reviews/review-list/index.js\";i:1898;s:84:\"packages/woocommerce-blocks/assets/js/base/components/reviews/review-list/style.scss\";i:1899;s:89:\"packages/woocommerce-blocks/assets/js/base/components/reviews/review-sort-select/index.js\";i:1900;s:91:\"packages/woocommerce-blocks/assets/js/base/components/reviews/review-sort-select/style.scss\";i:1901;s:77:\"packages/woocommerce-blocks/assets/js/base/components/sidebar-layout/index.js\";i:1902;s:76:\"packages/woocommerce-blocks/assets/js/base/components/sidebar-layout/main.js\";i:1903;s:86:\"packages/woocommerce-blocks/assets/js/base/components/sidebar-layout/sidebar-layout.js\";i:1904;s:79:\"packages/woocommerce-blocks/assets/js/base/components/sidebar-layout/sidebar.js\";i:1905;s:79:\"packages/woocommerce-blocks/assets/js/base/components/sidebar-layout/style.scss\";i:1906;s:74:\"packages/woocommerce-blocks/assets/js/base/components/sort-select/index.js\";i:1907;s:76:\"packages/woocommerce-blocks/assets/js/base/components/sort-select/style.scss\";i:1909;s:72:\"packages/woocommerce-blocks/assets/js/base/components/spinner/style.scss\";i:1915;s:76:\"packages/woocommerce-blocks/assets/js/base/components/state-input/style.scss\";i:1917;s:75:\"packages/woocommerce-blocks/assets/js/base/components/summary/test/index.js\";i:1918;s:70:\"packages/woocommerce-blocks/assets/js/base/components/summary/utils.js\";i:1919;s:67:\"packages/woocommerce-blocks/assets/js/base/components/tabs/index.js\";i:1920;s:69:\"packages/woocommerce-blocks/assets/js/base/components/tabs/style.scss\";i:1922;s:75:\"packages/woocommerce-blocks/assets/js/base/components/text-input/style.scss\";i:1925;s:71:\"packages/woocommerce-blocks/assets/js/base/components/textarea/index.js\";i:1926;s:73:\"packages/woocommerce-blocks/assets/js/base/components/textarea/style.scss\";i:1927;s:68:\"packages/woocommerce-blocks/assets/js/base/components/title/index.js\";i:1928;s:70:\"packages/woocommerce-blocks/assets/js/base/components/title/style.scss\";i:1933;s:78:\"packages/woocommerce-blocks/assets/js/base/context/event-emit/test/emitters.js\";i:1937;s:98:\"packages/woocommerce-blocks/assets/js/base/context/hooks/cart/test/use-store-cart-item-quantity.js\";i:1938;s:84:\"packages/woocommerce-blocks/assets/js/base/context/hooks/cart/test/use-store-cart.js\";i:1942;s:77:\"packages/woocommerce-blocks/assets/js/base/context/hooks/collections/index.js\";i:1943;s:91:\"packages/woocommerce-blocks/assets/js/base/context/hooks/collections/test/use-collection.js\";i:1944;s:91:\"packages/woocommerce-blocks/assets/js/base/context/hooks/collections/use-collection-data.js\";i:1945;s:93:\"packages/woocommerce-blocks/assets/js/base/context/hooks/collections/use-collection-header.js\";i:1946;s:86:\"packages/woocommerce-blocks/assets/js/base/context/hooks/collections/use-collection.js\";i:1947;s:65:\"packages/woocommerce-blocks/assets/js/base/context/hooks/index.js\";i:1948;s:81:\"packages/woocommerce-blocks/assets/js/base/context/hooks/payment-methods/index.js\";i:1949;s:109:\"packages/woocommerce-blocks/assets/js/base/context/hooks/payment-methods/test/use-payment-method-interface.js\";i:1951;s:95:\"packages/woocommerce-blocks/assets/js/base/context/hooks/payment-methods/use-payment-methods.js\";i:1953;s:74:\"packages/woocommerce-blocks/assets/js/base/context/hooks/shipping/index.js\";i:1956;s:84:\"packages/woocommerce-blocks/assets/js/base/context/hooks/test/use-checkout-submit.js\";i:1957;s:80:\"packages/woocommerce-blocks/assets/js/base/context/hooks/test/use-query-state.js\";i:1958;s:82:\"packages/woocommerce-blocks/assets/js/base/context/hooks/test/use-store-notices.js\";i:1959;s:83:\"packages/woocommerce-blocks/assets/js/base/context/hooks/test/use-store-products.js\";i:1960;s:91:\"packages/woocommerce-blocks/assets/js/base/context/hooks/test/use-store-snackbar-notices.js\";i:1961;s:80:\"packages/woocommerce-blocks/assets/js/base/context/hooks/use-checkout-address.js\";i:1963;s:80:\"packages/woocommerce-blocks/assets/js/base/context/hooks/use-checkout-notices.js\";i:1964;s:79:\"packages/woocommerce-blocks/assets/js/base/context/hooks/use-checkout-submit.js\";i:1967;s:75:\"packages/woocommerce-blocks/assets/js/base/context/hooks/use-query-state.js\";i:1971;s:78:\"packages/woocommerce-blocks/assets/js/base/context/hooks/use-store-products.js\";i:1972;s:86:\"packages/woocommerce-blocks/assets/js/base/context/hooks/use-store-snackbar-notices.js\";i:1975;s:99:\"packages/woocommerce-blocks/assets/js/base/context/providers/add-to-cart-form/form-state/actions.js\";i:1976;s:101:\"packages/woocommerce-blocks/assets/js/base/context/providers/add-to-cart-form/form-state/constants.js\";i:1977;s:102:\"packages/woocommerce-blocks/assets/js/base/context/providers/add-to-cart-form/form-state/event-emit.js\";i:1978;s:97:\"packages/woocommerce-blocks/assets/js/base/context/providers/add-to-cart-form/form-state/index.js\";i:1979;s:99:\"packages/woocommerce-blocks/assets/js/base/context/providers/add-to-cart-form/form-state/reducer.js\";i:1980;s:91:\"packages/woocommerce-blocks/assets/js/base/context/providers/add-to-cart-form/form/index.js\";i:1981;s:98:\"packages/woocommerce-blocks/assets/js/base/context/providers/add-to-cart-form/form/submit/index.js\";i:1982;s:86:\"packages/woocommerce-blocks/assets/js/base/context/providers/add-to-cart-form/index.js\";i:1983;s:88:\"packages/woocommerce-blocks/assets/js/base/context/providers/cart-checkout/cart/index.js\";i:1984;s:96:\"packages/woocommerce-blocks/assets/js/base/context/providers/cart-checkout/checkout-processor.js\";i:1985;s:95:\"packages/woocommerce-blocks/assets/js/base/context/providers/cart-checkout/checkout-provider.js\";i:1993;s:92:\"packages/woocommerce-blocks/assets/js/base/context/providers/cart-checkout/customer/index.js\";i:1994;s:83:\"packages/woocommerce-blocks/assets/js/base/context/providers/cart-checkout/index.js\";i:2001;s:126:\"packages/woocommerce-blocks/assets/js/base/context/providers/cart-checkout/payment-methods/test/payment-method-data-context.js\";i:2007;s:96:\"packages/woocommerce-blocks/assets/js/base/context/providers/cart-checkout/shipping/constants.js\";i:2008;s:97:\"packages/woocommerce-blocks/assets/js/base/context/providers/cart-checkout/shipping/event-emit.js\";i:2009;s:92:\"packages/woocommerce-blocks/assets/js/base/context/providers/cart-checkout/shipping/index.js\";i:2010;s:95:\"packages/woocommerce-blocks/assets/js/base/context/providers/cart-checkout/shipping/reducers.js\";i:2011;s:92:\"packages/woocommerce-blocks/assets/js/base/context/providers/cart-checkout/shipping/utils.js\";i:2013;s:87:\"packages/woocommerce-blocks/assets/js/base/context/providers/container-width-context.js\";i:2014;s:78:\"packages/woocommerce-blocks/assets/js/base/context/providers/editor-context.js\";i:2015;s:69:\"packages/woocommerce-blocks/assets/js/base/context/providers/index.js\";i:2016;s:83:\"packages/woocommerce-blocks/assets/js/base/context/providers/query-state-context.js\";i:2017;s:112:\"packages/woocommerce-blocks/assets/js/base/context/providers/store-notices/components/store-notices-container.js\";i:2018;s:96:\"packages/woocommerce-blocks/assets/js/base/context/providers/store-notices/components/style.scss\";i:2019;s:85:\"packages/woocommerce-blocks/assets/js/base/context/providers/store-notices/context.js\";i:2020;s:83:\"packages/woocommerce-blocks/assets/js/base/context/providers/store-notices/index.js\";i:2021;s:124:\"packages/woocommerce-blocks/assets/js/base/context/providers/store-snackbar-notices/components/snackbar-notices-container.js\";i:2022;s:105:\"packages/woocommerce-blocks/assets/js/base/context/providers/store-snackbar-notices/components/style.scss\";i:2023;s:94:\"packages/woocommerce-blocks/assets/js/base/context/providers/store-snackbar-notices/context.js\";i:2025;s:91:\"packages/woocommerce-blocks/assets/js/base/context/providers/validation/components/index.js\";i:2026;s:114:\"packages/woocommerce-blocks/assets/js/base/context/providers/validation/components/validation-input-error/index.js\";i:2027;s:116:\"packages/woocommerce-blocks/assets/js/base/context/providers/validation/components/validation-input-error/style.scss\";i:2028;s:82:\"packages/woocommerce-blocks/assets/js/base/context/providers/validation/context.js\";i:2029;s:80:\"packages/woocommerce-blocks/assets/js/base/context/providers/validation/index.js\";i:2030;s:64:\"packages/woocommerce-blocks/assets/js/base/context/test/utils.js\";i:2031;s:59:\"packages/woocommerce-blocks/assets/js/base/context/utils.js\";i:2032;s:68:\"packages/woocommerce-blocks/assets/js/base/hocs/test/with-reviews.js\";i:2033;s:75:\"packages/woocommerce-blocks/assets/js/base/hocs/with-filtered-attributes.js\";i:2034;s:63:\"packages/woocommerce-blocks/assets/js/base/hocs/with-reviews.js\";i:2036;s:77:\"packages/woocommerce-blocks/assets/js/base/hocs/with-scroll-to-top/style.scss\";i:2037;s:80:\"packages/woocommerce-blocks/assets/js/base/hocs/with-scroll-to-top/test/index.js\";i:2038;s:57:\"packages/woocommerce-blocks/assets/js/base/hooks/index.js\";i:2039;s:90:\"packages/woocommerce-blocks/assets/js/base/hooks/test/use-position-relative-to-viewport.js\";i:2040;s:69:\"packages/woocommerce-blocks/assets/js/base/hooks/test/use-previous.js\";i:2041;s:74:\"packages/woocommerce-blocks/assets/js/base/hooks/test/use-shallow-equal.js\";i:2044;s:85:\"packages/woocommerce-blocks/assets/js/base/hooks/use-position-relative-to-viewport.js\";i:2049;s:82:\"packages/woocommerce-blocks/assets/js/base/utils/derive-selected-shipping-rates.js\";i:2050;s:58:\"packages/woocommerce-blocks/assets/js/base/utils/errors.js\";i:2052;s:77:\"packages/woocommerce-blocks/assets/js/base/utils/get-intersection-observer.js\";i:2053;s:78:\"packages/woocommerce-blocks/assets/js/base/utils/get-valid-block-attributes.js\";i:2054;s:57:\"packages/woocommerce-blocks/assets/js/base/utils/index.js\";i:2056;s:65:\"packages/woocommerce-blocks/assets/js/base/utils/legacy-events.js\";i:2058;s:64:\"packages/woocommerce-blocks/assets/js/base/utils/product-data.js\";i:2059;s:67:\"packages/woocommerce-blocks/assets/js/base/utils/render-frontend.js\";i:2060;s:66:\"packages/woocommerce-blocks/assets/js/base/utils/shipping-rates.js\";i:2062;s:63:\"packages/woocommerce-blocks/assets/js/base/utils/test/errors.js\";i:2063;s:105:\"packages/woocommerce-blocks/assets/js/blocks-registry/block-components/get-registered-block-components.js\";i:2064;s:79:\"packages/woocommerce-blocks/assets/js/blocks-registry/block-components/index.js\";i:2065;s:98:\"packages/woocommerce-blocks/assets/js/blocks-registry/block-components/register-block-component.js\";i:2066;s:106:\"packages/woocommerce-blocks/assets/js/blocks-registry/block-components/registered-block-components-init.js\";i:2067;s:84:\"packages/woocommerce-blocks/assets/js/blocks-registry/block-components/test/index.js\";i:2068;s:62:\"packages/woocommerce-blocks/assets/js/blocks-registry/index.js\";i:2069;s:83:\"packages/woocommerce-blocks/assets/js/blocks-registry/payment-methods/assertions.js\";i:2070;s:102:\"packages/woocommerce-blocks/assets/js/blocks-registry/payment-methods/express-payment-method-config.js\";i:2071;s:90:\"packages/woocommerce-blocks/assets/js/blocks-registry/payment-methods/extensions-config.js\";i:2072;s:78:\"packages/woocommerce-blocks/assets/js/blocks-registry/payment-methods/index.js\";i:2073;s:101:\"packages/woocommerce-blocks/assets/js/blocks-registry/payment-methods/payment-method-config-helper.js\";i:2074;s:94:\"packages/woocommerce-blocks/assets/js/blocks-registry/payment-methods/payment-method-config.js\";i:2075;s:81:\"packages/woocommerce-blocks/assets/js/blocks-registry/payment-methods/registry.js\";i:2076;s:87:\"packages/woocommerce-blocks/assets/js/blocks/active-filters/active-attribute-filters.js\";i:2077;s:68:\"packages/woocommerce-blocks/assets/js/blocks/active-filters/block.js\";i:2078;s:67:\"packages/woocommerce-blocks/assets/js/blocks/active-filters/edit.js\";i:2079;s:71:\"packages/woocommerce-blocks/assets/js/blocks/active-filters/frontend.js\";i:2080;s:68:\"packages/woocommerce-blocks/assets/js/blocks/active-filters/index.js\";i:2081;s:70:\"packages/woocommerce-blocks/assets/js/blocks/active-filters/style.scss\";i:2082;s:68:\"packages/woocommerce-blocks/assets/js/blocks/active-filters/utils.js\";i:2083;s:70:\"packages/woocommerce-blocks/assets/js/blocks/attribute-filter/block.js\";i:2084;s:69:\"packages/woocommerce-blocks/assets/js/blocks/attribute-filter/edit.js\";i:2085;s:73:\"packages/woocommerce-blocks/assets/js/blocks/attribute-filter/editor.scss\";i:2086;s:73:\"packages/woocommerce-blocks/assets/js/blocks/attribute-filter/frontend.js\";i:2087;s:70:\"packages/woocommerce-blocks/assets/js/blocks/attribute-filter/index.js\";i:2088;s:72:\"packages/woocommerce-blocks/assets/js/blocks/attribute-filter/preview.js\";i:2089;s:72:\"packages/woocommerce-blocks/assets/js/blocks/attribute-filter/style.scss\";i:2090;s:77:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/cart/attributes.js\";i:2091;s:72:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/cart/block.js\";i:2093;s:90:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/cart/checkout-button/style.scss\";i:2094;s:71:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/cart/edit.js\";i:2095;s:75:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/cart/editor.scss\";i:2096;s:96:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/cart/empty-cart-edit/icon-data-uri.js\";i:2097;s:88:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/cart/empty-cart-edit/index.js\";i:2098;s:90:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/cart/empty-cart-edit/style.scss\";i:2099;s:75:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/cart/frontend.js\";i:2104;s:84:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/cart/full-cart/style.scss\";i:2105;s:72:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/cart/index.js\";i:2106;s:74:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/cart/style.scss\";i:2108;s:77:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/cart/test/block.js\";i:2111;s:104:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout-i2/checkout-order-error/constants.js\";i:2112;s:100:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout-i2/checkout-order-error/index.js\";i:2118;s:90:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout-i2/empty-cart/index.js\";i:2121;s:92:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout-i2/form-step/editor.scss\";i:2133;s:117:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout-i2/inner-blocks/checkout-actions-block/style.scss\";i:2144;s:134:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout-i2/inner-blocks/checkout-contact-information-block/login-prompt.js\";i:2147;s:126:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout-i2/inner-blocks/checkout-express-payment-block/editor.scss\";i:2154;s:121:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout-i2/inner-blocks/checkout-order-note-block/editor.scss\";i:2180;s:148:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout-i2/inner-blocks/checkout-shipping-methods-block/no-shipping-placeholder/index.js\";i:2181;s:150:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout-i2/inner-blocks/checkout-shipping-methods-block/no-shipping-placeholder/style.scss\";i:2182;s:117:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout-i2/inner-blocks/checkout-terms-block/constants.js\";i:2184;s:116:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout-i2/inner-blocks/checkout-terms-block/editor.scss\";i:2187;s:115:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout-i2/inner-blocks/checkout-terms-block/style.scss\";i:2194;s:89:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout-i2/styles/editor.scss\";i:2195;s:88:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout-i2/styles/style.scss\";i:2199;s:81:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout/attributes.js\";i:2200;s:76:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout/block.js\";i:2201;s:101:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout/checkout-order-error/constants.js\";i:2202;s:97:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout/checkout-order-error/index.js\";i:2203;s:75:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout/edit.js\";i:2204;s:79:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout/editor.scss\";i:2205;s:87:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout/empty-cart/index.js\";i:2206;s:95:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout/form/billing-fields-step.js\";i:2207;s:95:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout/form/contact-fields-step.js\";i:2208;s:81:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout/form/index.js\";i:2209;s:88:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout/form/login-prompt.js\";i:2210;s:105:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout/form/no-shipping-placeholder/index.js\";i:2211;s:107:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout/form/no-shipping-placeholder/style.scss\";i:2212;s:92:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout/form/order-notes-step.js\";i:2213;s:93:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout/form/order-notes/index.js\";i:2214;s:95:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout/form/order-notes/style.scss\";i:2215;s:95:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout/form/payment-method-step.js\";i:2216;s:94:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout/form/phone-number/index.js\";i:2217;s:96:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout/form/shipping-fields-step.js\";i:2219;s:83:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout/form/style.scss\";i:2220;s:79:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout/frontend.js\";i:2221;s:76:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout/index.js\";i:2222;s:84:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout/sidebar/index.js\";i:2224;s:89:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout/sidebar/test/index.js\";i:2225;s:78:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout/style.scss\";i:2226;s:76:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout/utils.js\";i:2231;s:79:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/mini-cart/style.scss\";i:2233;s:101:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/payment-methods/express-payment-methods.js\";i:2234;s:114:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/payment-methods/express-payment/cart-express-payment.js\";i:2235;s:118:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/payment-methods/express-payment/checkout-express-payment.js\";i:2236;s:99:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/payment-methods/express-payment/index.js\";i:2237;s:101:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/payment-methods/express-payment/style.scss\";i:2238;s:83:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/payment-methods/index.js\";i:2239;s:102:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/payment-methods/no-payment-methods/index.js\";i:2240;s:104:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/payment-methods/no-payment-methods/style.scss\";i:2241;s:97:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/payment-methods/payment-method-card.js\";i:2242;s:107:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/payment-methods/payment-method-error-boundary.js\";i:2243;s:100:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/payment-methods/payment-method-options.js\";i:2244;s:93:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/payment-methods/payment-methods.js\";i:2245;s:106:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/payment-methods/saved-payment-method-options.js\";i:2246;s:85:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/payment-methods/style.scss\";i:2247;s:98:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/payment-methods/test/payment-methods.js\";i:2248;s:71:\"packages/woocommerce-blocks/assets/js/blocks/featured-category/block.js\";i:2249;s:74:\"packages/woocommerce-blocks/assets/js/blocks/featured-category/editor.scss\";i:2250;s:73:\"packages/woocommerce-blocks/assets/js/blocks/featured-category/example.js\";i:2251;s:71:\"packages/woocommerce-blocks/assets/js/blocks/featured-category/index.js\";i:2252;s:73:\"packages/woocommerce-blocks/assets/js/blocks/featured-category/style.scss\";i:2253;s:71:\"packages/woocommerce-blocks/assets/js/blocks/featured-category/utils.js\";i:2254;s:70:\"packages/woocommerce-blocks/assets/js/blocks/featured-product/block.js\";i:2255;s:73:\"packages/woocommerce-blocks/assets/js/blocks/featured-product/editor.scss\";i:2256;s:72:\"packages/woocommerce-blocks/assets/js/blocks/featured-product/example.js\";i:2257;s:70:\"packages/woocommerce-blocks/assets/js/blocks/featured-product/index.js\";i:2258;s:72:\"packages/woocommerce-blocks/assets/js/blocks/featured-product/style.scss\";i:2259;s:70:\"packages/woocommerce-blocks/assets/js/blocks/featured-product/utils.js\";i:2260;s:73:\"packages/woocommerce-blocks/assets/js/blocks/handpicked-products/block.js\";i:2261;s:76:\"packages/woocommerce-blocks/assets/js/blocks/handpicked-products/editor.scss\";i:2262;s:73:\"packages/woocommerce-blocks/assets/js/blocks/handpicked-products/index.js\";i:2263;s:66:\"packages/woocommerce-blocks/assets/js/blocks/price-filter/block.js\";i:2264;s:70:\"packages/woocommerce-blocks/assets/js/blocks/price-filter/constants.js\";i:2265;s:65:\"packages/woocommerce-blocks/assets/js/blocks/price-filter/edit.js\";i:2266;s:69:\"packages/woocommerce-blocks/assets/js/blocks/price-filter/editor.scss\";i:2267;s:69:\"packages/woocommerce-blocks/assets/js/blocks/price-filter/frontend.js\";i:2268;s:66:\"packages/woocommerce-blocks/assets/js/blocks/price-filter/index.js\";i:2269;s:87:\"packages/woocommerce-blocks/assets/js/blocks/price-filter/test/use-price-constraints.js\";i:2270;s:82:\"packages/woocommerce-blocks/assets/js/blocks/price-filter/use-price-constraints.js\";i:2271;s:74:\"packages/woocommerce-blocks/assets/js/blocks/product-best-sellers/block.js\";i:2272;s:74:\"packages/woocommerce-blocks/assets/js/blocks/product-best-sellers/index.js\";i:2273;s:72:\"packages/woocommerce-blocks/assets/js/blocks/product-categories/block.js\";i:2274;s:75:\"packages/woocommerce-blocks/assets/js/blocks/product-categories/editor.scss\";i:2275;s:72:\"packages/woocommerce-blocks/assets/js/blocks/product-categories/index.js\";i:2276;s:74:\"packages/woocommerce-blocks/assets/js/blocks/product-categories/style.scss\";i:2277;s:70:\"packages/woocommerce-blocks/assets/js/blocks/product-category/block.js\";i:2278;s:73:\"packages/woocommerce-blocks/assets/js/blocks/product-category/editor.scss\";i:2279;s:70:\"packages/woocommerce-blocks/assets/js/blocks/product-category/index.js\";i:2280;s:65:\"packages/woocommerce-blocks/assets/js/blocks/product-new/block.js\";i:2281;s:65:\"packages/woocommerce-blocks/assets/js/blocks/product-new/index.js\";i:2282;s:69:\"packages/woocommerce-blocks/assets/js/blocks/product-on-sale/block.js\";i:2283;s:72:\"packages/woocommerce-blocks/assets/js/blocks/product-on-sale/editor.scss\";i:2284;s:69:\"packages/woocommerce-blocks/assets/js/blocks/product-on-sale/index.js\";i:2285;s:68:\"packages/woocommerce-blocks/assets/js/blocks/product-search/block.js\";i:2286;s:67:\"packages/woocommerce-blocks/assets/js/blocks/product-search/edit.js\";i:2287;s:71:\"packages/woocommerce-blocks/assets/js/blocks/product-search/editor.scss\";i:2288;s:68:\"packages/woocommerce-blocks/assets/js/blocks/product-search/index.js\";i:2289;s:70:\"packages/woocommerce-blocks/assets/js/blocks/product-search/style.scss\";i:2290;s:65:\"packages/woocommerce-blocks/assets/js/blocks/product-tag/block.js\";i:2291;s:68:\"packages/woocommerce-blocks/assets/js/blocks/product-tag/editor.scss\";i:2292;s:65:\"packages/woocommerce-blocks/assets/js/blocks/product-tag/index.js\";i:2293;s:71:\"packages/woocommerce-blocks/assets/js/blocks/product-top-rated/block.js\";i:2294;s:71:\"packages/woocommerce-blocks/assets/js/blocks/product-top-rated/index.js\";i:2295;s:75:\"packages/woocommerce-blocks/assets/js/blocks/products-by-attribute/block.js\";i:2296;s:78:\"packages/woocommerce-blocks/assets/js/blocks/products-by-attribute/editor.scss\";i:2297;s:75:\"packages/woocommerce-blocks/assets/js/blocks/products-by-attribute/index.js\";i:2298;s:75:\"packages/woocommerce-blocks/assets/js/blocks/products/all-products/block.js\";i:2299;s:74:\"packages/woocommerce-blocks/assets/js/blocks/products/all-products/edit.js\";i:2300;s:78:\"packages/woocommerce-blocks/assets/js/blocks/products/all-products/editor.scss\";i:2301;s:78:\"packages/woocommerce-blocks/assets/js/blocks/products/all-products/frontend.js\";i:2302;s:75:\"packages/woocommerce-blocks/assets/js/blocks/products/all-products/index.js\";i:2303;s:67:\"packages/woocommerce-blocks/assets/js/blocks/products/attributes.js\";i:2304;s:67:\"packages/woocommerce-blocks/assets/js/blocks/products/base-utils.js\";i:2305;s:67:\"packages/woocommerce-blocks/assets/js/blocks/products/edit-utils.js\";i:2306;s:61:\"packages/woocommerce-blocks/assets/js/blocks/products/edit.js\";i:2307;s:62:\"packages/woocommerce-blocks/assets/js/blocks/products/utils.js\";i:2308;s:72:\"packages/woocommerce-blocks/assets/js/blocks/reviews/all-reviews/edit.js\";i:2309;s:73:\"packages/woocommerce-blocks/assets/js/blocks/reviews/all-reviews/index.js\";i:2310;s:90:\"packages/woocommerce-blocks/assets/js/blocks/reviews/all-reviews/no-reviews-placeholder.js\";i:2311;s:66:\"packages/woocommerce-blocks/assets/js/blocks/reviews/attributes.js\";i:2312;s:66:\"packages/woocommerce-blocks/assets/js/blocks/reviews/edit-utils.js\";i:2313;s:68:\"packages/woocommerce-blocks/assets/js/blocks/reviews/editor-block.js\";i:2314;s:78:\"packages/woocommerce-blocks/assets/js/blocks/reviews/editor-container-block.js\";i:2315;s:64:\"packages/woocommerce-blocks/assets/js/blocks/reviews/editor.scss\";i:2316;s:63:\"packages/woocommerce-blocks/assets/js/blocks/reviews/example.js\";i:2317;s:70:\"packages/woocommerce-blocks/assets/js/blocks/reviews/frontend-block.js\";i:2318;s:80:\"packages/woocommerce-blocks/assets/js/blocks/reviews/frontend-container-block.js\";i:2319;s:64:\"packages/woocommerce-blocks/assets/js/blocks/reviews/frontend.js\";i:2320;s:80:\"packages/woocommerce-blocks/assets/js/blocks/reviews/reviews-by-category/edit.js\";i:2321;s:81:\"packages/woocommerce-blocks/assets/js/blocks/reviews/reviews-by-category/index.js\";i:2322;s:98:\"packages/woocommerce-blocks/assets/js/blocks/reviews/reviews-by-category/no-reviews-placeholder.js\";i:2323;s:79:\"packages/woocommerce-blocks/assets/js/blocks/reviews/reviews-by-product/edit.js\";i:2324;s:83:\"packages/woocommerce-blocks/assets/js/blocks/reviews/reviews-by-product/editor.scss\";i:2325;s:80:\"packages/woocommerce-blocks/assets/js/blocks/reviews/reviews-by-product/index.js\";i:2326;s:97:\"packages/woocommerce-blocks/assets/js/blocks/reviews/reviews-by-product/no-reviews-placeholder.js\";i:2327;s:60:\"packages/woocommerce-blocks/assets/js/blocks/reviews/save.js\";i:2328;s:61:\"packages/woocommerce-blocks/assets/js/blocks/reviews/utils.js\";i:2329;s:73:\"packages/woocommerce-blocks/assets/js/blocks/single-product/attributes.js\";i:2330;s:68:\"packages/woocommerce-blocks/assets/js/blocks/single-product/block.js\";i:2331;s:72:\"packages/woocommerce-blocks/assets/js/blocks/single-product/constants.js\";i:2332;s:77:\"packages/woocommerce-blocks/assets/js/blocks/single-product/edit/api-error.js\";i:2333;s:89:\"packages/woocommerce-blocks/assets/js/blocks/single-product/edit/editor-block-controls.js\";i:2334;s:76:\"packages/woocommerce-blocks/assets/js/blocks/single-product/edit/editor.scss\";i:2335;s:73:\"packages/woocommerce-blocks/assets/js/blocks/single-product/edit/index.js\";i:2336;s:81:\"packages/woocommerce-blocks/assets/js/blocks/single-product/edit/layout-editor.js\";i:2337;s:90:\"packages/woocommerce-blocks/assets/js/blocks/single-product/edit/shared-product-control.js\";i:2338;s:71:\"packages/woocommerce-blocks/assets/js/blocks/single-product/frontend.js\";i:2339;s:68:\"packages/woocommerce-blocks/assets/js/blocks/single-product/index.js\";i:2340;s:67:\"packages/woocommerce-blocks/assets/js/blocks/single-product/save.js\";i:2341;s:66:\"packages/woocommerce-blocks/assets/js/blocks/stock-filter/block.js\";i:2342;s:65:\"packages/woocommerce-blocks/assets/js/blocks/stock-filter/edit.js\";i:2343;s:69:\"packages/woocommerce-blocks/assets/js/blocks/stock-filter/editor.scss\";i:2344;s:69:\"packages/woocommerce-blocks/assets/js/blocks/stock-filter/frontend.js\";i:2345;s:66:\"packages/woocommerce-blocks/assets/js/blocks/stock-filter/index.js\";i:2346;s:68:\"packages/woocommerce-blocks/assets/js/blocks/stock-filter/preview.js\";i:2347;s:68:\"packages/woocommerce-blocks/assets/js/blocks/stock-filter/style.scss\";i:2351;s:59:\"packages/woocommerce-blocks/assets/js/data/cart/controls.js\";i:2356;s:64:\"packages/woocommerce-blocks/assets/js/data/cart/test/reducers.js\";i:2357;s:65:\"packages/woocommerce-blocks/assets/js/data/cart/test/resolvers.js\";i:2358;s:65:\"packages/woocommerce-blocks/assets/js/data/cart/test/selectors.js\";i:2359;s:70:\"packages/woocommerce-blocks/assets/js/data/collections/action-types.js\";i:2360;s:65:\"packages/woocommerce-blocks/assets/js/data/collections/actions.js\";i:2361;s:67:\"packages/woocommerce-blocks/assets/js/data/collections/constants.js\";i:2362;s:63:\"packages/woocommerce-blocks/assets/js/data/collections/index.js\";i:2363;s:66:\"packages/woocommerce-blocks/assets/js/data/collections/reducers.js\";i:2364;s:67:\"packages/woocommerce-blocks/assets/js/data/collections/resolvers.js\";i:2365;s:67:\"packages/woocommerce-blocks/assets/js/data/collections/selectors.js\";i:2366;s:71:\"packages/woocommerce-blocks/assets/js/data/collections/test/reducers.js\";i:2367;s:72:\"packages/woocommerce-blocks/assets/js/data/collections/test/resolvers.js\";i:2368;s:72:\"packages/woocommerce-blocks/assets/js/data/collections/test/selectors.js\";i:2372;s:70:\"packages/woocommerce-blocks/assets/js/data/query-state/action-types.js\";i:2373;s:65:\"packages/woocommerce-blocks/assets/js/data/query-state/actions.js\";i:2374;s:67:\"packages/woocommerce-blocks/assets/js/data/query-state/constants.js\";i:2375;s:63:\"packages/woocommerce-blocks/assets/js/data/query-state/index.js\";i:2376;s:66:\"packages/woocommerce-blocks/assets/js/data/query-state/reducers.js\";i:2377;s:67:\"packages/woocommerce-blocks/assets/js/data/query-state/selectors.js\";i:2378;s:71:\"packages/woocommerce-blocks/assets/js/data/query-state/test/reducers.js\";i:2379;s:72:\"packages/woocommerce-blocks/assets/js/data/query-state/test/selectors.js\";i:2380;s:63:\"packages/woocommerce-blocks/assets/js/data/query-state/utils.js\";i:2381;s:65:\"packages/woocommerce-blocks/assets/js/data/schema/action-types.js\";i:2382;s:60:\"packages/woocommerce-blocks/assets/js/data/schema/actions.js\";i:2383;s:62:\"packages/woocommerce-blocks/assets/js/data/schema/constants.js\";i:2384;s:58:\"packages/woocommerce-blocks/assets/js/data/schema/index.js\";i:2385;s:61:\"packages/woocommerce-blocks/assets/js/data/schema/reducers.js\";i:2386;s:62:\"packages/woocommerce-blocks/assets/js/data/schema/resolvers.js\";i:2387;s:62:\"packages/woocommerce-blocks/assets/js/data/schema/selectors.js\";i:2388;s:66:\"packages/woocommerce-blocks/assets/js/data/schema/test/reducers.js\";i:2389;s:67:\"packages/woocommerce-blocks/assets/js/data/schema/test/resolvers.js\";i:2390;s:67:\"packages/woocommerce-blocks/assets/js/data/schema/test/selectors.js\";i:2391;s:63:\"packages/woocommerce-blocks/assets/js/data/schema/test/utils.js\";i:2392;s:58:\"packages/woocommerce-blocks/assets/js/data/schema/utils.js\";i:2395;s:64:\"packages/woocommerce-blocks/assets/js/data/utils/has-in-state.js\";i:2396;s:57:\"packages/woocommerce-blocks/assets/js/data/utils/index.js\";i:2397;s:64:\"packages/woocommerce-blocks/assets/js/data/utils/update-state.js\";i:2398;s:79:\"packages/woocommerce-blocks/assets/js/editor-components/block-title/editor.scss\";i:2399;s:76:\"packages/woocommerce-blocks/assets/js/editor-components/block-title/index.js\";i:2403;s:90:\"packages/woocommerce-blocks/assets/js/editor-components/compatibility-notices/woo-image.js\";i:2404;s:82:\"packages/woocommerce-blocks/assets/js/editor-components/edit-product-link/index.js\";i:2405;s:85:\"packages/woocommerce-blocks/assets/js/editor-components/error-placeholder/editor.scss\";i:2406;s:90:\"packages/woocommerce-blocks/assets/js/editor-components/error-placeholder/error-message.js\";i:2407;s:82:\"packages/woocommerce-blocks/assets/js/editor-components/error-placeholder/index.js\";i:2408;s:90:\"packages/woocommerce-blocks/assets/js/editor-components/error-placeholder/stories/index.js\";i:2410;s:86:\"packages/woocommerce-blocks/assets/js/editor-components/external-link-card/editor.scss\";i:2412;s:91:\"packages/woocommerce-blocks/assets/js/editor-components/external-link-card/stories/index.js\";i:2413;s:80:\"packages/woocommerce-blocks/assets/js/editor-components/feedback-prompt/index.js\";i:2414;s:82:\"packages/woocommerce-blocks/assets/js/editor-components/feedback-prompt/style.scss\";i:2415;s:85:\"packages/woocommerce-blocks/assets/js/editor-components/grid-content-control/index.js\";i:2416;s:84:\"packages/woocommerce-blocks/assets/js/editor-components/grid-layout-control/index.js\";i:2417;s:93:\"packages/woocommerce-blocks/assets/js/editor-components/heading-toolbar/heading-level-icon.js\";i:2418;s:80:\"packages/woocommerce-blocks/assets/js/editor-components/heading-toolbar/index.js\";i:2419;s:78:\"packages/woocommerce-blocks/assets/js/editor-components/page-selector/index.js\";i:2420;s:95:\"packages/woocommerce-blocks/assets/js/editor-components/product-attribute-term-control/index.js\";i:2421;s:97:\"packages/woocommerce-blocks/assets/js/editor-components/product-attribute-term-control/style.scss\";i:2422;s:89:\"packages/woocommerce-blocks/assets/js/editor-components/product-category-control/index.js\";i:2423;s:91:\"packages/woocommerce-blocks/assets/js/editor-components/product-category-control/style.scss\";i:2424;s:80:\"packages/woocommerce-blocks/assets/js/editor-components/product-control/index.js\";i:2425;s:82:\"packages/woocommerce-blocks/assets/js/editor-components/product-control/style.scss\";i:2426;s:88:\"packages/woocommerce-blocks/assets/js/editor-components/product-orderby-control/index.js\";i:2427;s:84:\"packages/woocommerce-blocks/assets/js/editor-components/product-tag-control/index.js\";i:2428;s:86:\"packages/woocommerce-blocks/assets/js/editor-components/product-tag-control/style.scss\";i:2429;s:81:\"packages/woocommerce-blocks/assets/js/editor-components/products-control/index.js\";i:2430;s:84:\"packages/woocommerce-blocks/assets/js/editor-components/text-toolbar-button/index.js\";i:2431;s:86:\"packages/woocommerce-blocks/assets/js/editor-components/text-toolbar-button/style.scss\";i:2432;s:86:\"packages/woocommerce-blocks/assets/js/editor-components/toggle-button-control/index.js\";i:2434;s:88:\"packages/woocommerce-blocks/assets/js/editor-components/toggle-button-control/style.scss\";i:2435;s:70:\"packages/woocommerce-blocks/assets/js/editor-components/utils/index.js\";i:2436;s:81:\"packages/woocommerce-blocks/assets/js/editor-components/view-switcher/editor.scss\";i:2437;s:78:\"packages/woocommerce-blocks/assets/js/editor-components/view-switcher/index.js\";i:2441;s:65:\"packages/woocommerce-blocks/assets/js/filters/block-list-block.js\";i:2442;s:84:\"packages/woocommerce-blocks/assets/js/filters/exclude-draft-status-from-analytics.js\";i:2443;s:69:\"packages/woocommerce-blocks/assets/js/filters/get-block-attributes.js\";i:2445;s:51:\"packages/woocommerce-blocks/assets/js/hocs/index.js\";i:2446;s:66:\"packages/woocommerce-blocks/assets/js/hocs/test/with-categories.js\";i:2447;s:64:\"packages/woocommerce-blocks/assets/js/hocs/test/with-category.js\";i:2448;s:74:\"packages/woocommerce-blocks/assets/js/hocs/test/with-product-variations.js\";i:2449;s:63:\"packages/woocommerce-blocks/assets/js/hocs/test/with-product.js\";i:2450;s:73:\"packages/woocommerce-blocks/assets/js/hocs/test/with-searched-products.js\";i:2451;s:98:\"packages/woocommerce-blocks/assets/js/hocs/test/with-transform-single-select-to-multiple-select.js\";i:2452;s:61:\"packages/woocommerce-blocks/assets/js/hocs/with-attributes.js\";i:2453;s:61:\"packages/woocommerce-blocks/assets/js/hocs/with-categories.js\";i:2454;s:59:\"packages/woocommerce-blocks/assets/js/hocs/with-category.js\";i:2455;s:69:\"packages/woocommerce-blocks/assets/js/hocs/with-product-variations.js\";i:2456;s:58:\"packages/woocommerce-blocks/assets/js/hocs/with-product.js\";i:2457;s:69:\"packages/woocommerce-blocks/assets/js/hocs/with-rest-api-hydration.js\";i:2459;s:75:\"packages/woocommerce-blocks/assets/js/hocs/with-store-cart-api-hydration.js\";i:2460;s:93:\"packages/woocommerce-blocks/assets/js/hocs/with-transform-single-select-to-multiple-select.js\";i:2462;s:52:\"packages/woocommerce-blocks/assets/js/icons/index.js\";i:2463;s:62:\"packages/woocommerce-blocks/assets/js/icons/library/address.js\";i:2464;s:65:\"packages/woocommerce-blocks/assets/js/icons/library/arrow-back.js\";i:2465;s:70:\"packages/woocommerce-blocks/assets/js/icons/library/arrow-down-alt2.js\";i:2466;s:63:\"packages/woocommerce-blocks/assets/js/icons/library/asterisk.js\";i:2467;s:59:\"packages/woocommerce-blocks/assets/js/icons/library/atom.js\";i:2468;s:59:\"packages/woocommerce-blocks/assets/js/icons/library/bank.js\";i:2469;s:62:\"packages/woocommerce-blocks/assets/js/icons/library/barcode.js\";i:2470;s:59:\"packages/woocommerce-blocks/assets/js/icons/library/bill.js\";i:2471;s:63:\"packages/woocommerce-blocks/assets/js/icons/library/bookmark.js\";i:2472;s:58:\"packages/woocommerce-blocks/assets/js/icons/library/box.js\";i:2473;s:59:\"packages/woocommerce-blocks/assets/js/icons/library/card.js\";i:2474;s:59:\"packages/woocommerce-blocks/assets/js/icons/library/cart.js\";i:2475;s:68:\"packages/woocommerce-blocks/assets/js/icons/library/check-payment.js\";i:2476;s:67:\"packages/woocommerce-blocks/assets/js/icons/library/chevron-down.js\";i:2477;s:68:\"packages/woocommerce-blocks/assets/js/icons/library/chevron-right.js\";i:2478;s:65:\"packages/woocommerce-blocks/assets/js/icons/library/chevron-up.js\";i:2479;s:62:\"packages/woocommerce-blocks/assets/js/icons/library/comment.js\";i:2480;s:62:\"packages/woocommerce-blocks/assets/js/icons/library/contact.js\";i:2481;s:65:\"packages/woocommerce-blocks/assets/js/icons/library/discussion.js\";i:2482;s:59:\"packages/woocommerce-blocks/assets/js/icons/library/done.js\";i:2483;s:66:\"packages/woocommerce-blocks/assets/js/icons/library/exclamation.js\";i:2484;s:63:\"packages/woocommerce-blocks/assets/js/icons/library/external.js\";i:2485;s:61:\"packages/woocommerce-blocks/assets/js/icons/library/fields.js\";i:2486;s:69:\"packages/woocommerce-blocks/assets/js/icons/library/folder-starred.js\";i:2487;s:61:\"packages/woocommerce-blocks/assets/js/icons/library/folder.js\";i:2488;s:64:\"packages/woocommerce-blocks/assets/js/icons/library/form-step.js\";i:2489;s:59:\"packages/woocommerce-blocks/assets/js/icons/library/grid.js\";i:2490;s:62:\"packages/woocommerce-blocks/assets/js/icons/library/heading.js\";i:2491;s:60:\"packages/woocommerce-blocks/assets/js/icons/library/image.js\";i:2492;s:59:\"packages/woocommerce-blocks/assets/js/icons/library/list.js\";i:2493;s:59:\"packages/woocommerce-blocks/assets/js/icons/library/more.js\";i:2494;s:61:\"packages/woocommerce-blocks/assets/js/icons/library/no-alt.js\";i:2495;s:60:\"packages/woocommerce-blocks/assets/js/icons/library/notes.js\";i:2496;s:61:\"packages/woocommerce-blocks/assets/js/icons/library/notice.js\";i:2497;s:69:\"packages/woocommerce-blocks/assets/js/icons/library/radio-selected.js\";i:2498;s:71:\"packages/woocommerce-blocks/assets/js/icons/library/radio-unselected.js\";i:2499;s:61:\"packages/woocommerce-blocks/assets/js/icons/library/reader.js\";i:2500;s:66:\"packages/woocommerce-blocks/assets/js/icons/library/remove-cart.js\";i:2501;s:62:\"packages/woocommerce-blocks/assets/js/icons/library/restore.js\";i:2502;s:61:\"packages/woocommerce-blocks/assets/js/icons/library/review.js\";i:2503;s:61:\"packages/woocommerce-blocks/assets/js/icons/library/search.js\";i:2504;s:61:\"packages/woocommerce-blocks/assets/js/icons/library/server.js\";i:2505;s:59:\"packages/woocommerce-blocks/assets/js/icons/library/star.js\";i:2506;s:61:\"packages/woocommerce-blocks/assets/js/icons/library/stonks.js\";i:2507;s:58:\"packages/woocommerce-blocks/assets/js/icons/library/tag.js\";i:2508;s:59:\"packages/woocommerce-blocks/assets/js/icons/library/tags.js\";i:2509;s:63:\"packages/woocommerce-blocks/assets/js/icons/library/thumb-up.js\";i:2510;s:61:\"packages/woocommerce-blocks/assets/js/icons/library/toggle.js\";i:2511;s:61:\"packages/woocommerce-blocks/assets/js/icons/library/totals.js\";i:2512;s:60:\"packages/woocommerce-blocks/assets/js/icons/library/truck.js\";i:2513;s:62:\"packages/woocommerce-blocks/assets/js/icons/library/widgets.js\";i:2514;s:58:\"packages/woocommerce-blocks/assets/js/icons/library/woo.js\";i:2515;s:60:\"packages/woocommerce-blocks/assets/js/icons/stories/index.js\";i:2516;s:46:\"packages/woocommerce-blocks/assets/js/index.js\";i:2518;s:57:\"packages/woocommerce-blocks/assets/js/middleware/index.js\";i:2519;s:67:\"packages/woocommerce-blocks/assets/js/middleware/store-api-nonce.js\";i:2520;s:97:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/bacs/constants.js\";i:2521;s:93:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/bacs/index.js\";i:2522;s:99:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/cheque/constants.js\";i:2523;s:95:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/cheque/index.js\";i:2524;s:96:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/cod/constants.js\";i:2525;s:92:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/cod/index.js\";i:2526;s:99:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/paypal/constants.js\";i:2527;s:95:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/paypal/index.js\";i:2528;s:111:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/stripe/credit-card/constants.js\";i:2529;s:110:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/stripe/credit-card/elements.js\";i:2530;s:107:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/stripe/credit-card/index.js\";i:2531;s:116:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/stripe/credit-card/payment-method.js\";i:2532;s:128:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/stripe/credit-card/use-checkout-subscriptions.js\";i:2533;s:121:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/stripe/credit-card/use-element-options.js\";i:2534;s:121:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/stripe/credit-card/use-payment-intents.js\";i:2535;s:124:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/stripe/credit-card/use-payment-processing.js\";i:2536;s:95:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/stripe/index.js\";i:2537;s:123:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/stripe/payment-request/apple-pay-preview.js\";i:2538;s:115:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/stripe/payment-request/constants.js\";i:2539;s:111:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/stripe/payment-request/index.js\";i:2540;s:129:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/stripe/payment-request/payment-request-express.js\";i:2541;s:132:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/stripe/payment-request/use-checkout-subscriptions.js\";i:2542;s:124:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/stripe/payment-request/use-event-handlers.js\";i:2543;s:124:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/stripe/payment-request/use-initialization.js\";i:2544;s:112:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/stripe/stripe-utils/constants.js\";i:2545;s:108:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/stripe/stripe-utils/index.js\";i:2546;s:114:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/stripe/stripe-utils/load-stripe.js\";i:2547;s:112:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/stripe/stripe-utils/normalize.js\";i:2548;s:112:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/stripe/stripe-utils/type-defs.js\";i:2549;s:108:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/stripe/stripe-utils/utils.js\";i:2551;s:60:\"packages/woocommerce-blocks/assets/js/previews/categories.js\";i:2552;s:60:\"packages/woocommerce-blocks/assets/js/previews/grid-block.js\";i:2553;s:55:\"packages/woocommerce-blocks/assets/js/previews/index.js\";i:2554;s:58:\"packages/woocommerce-blocks/assets/js/previews/products.js\";i:2555;s:57:\"packages/woocommerce-blocks/assets/js/previews/reviews.js\";i:2556;s:71:\"packages/woocommerce-blocks/assets/js/previews/saved-payment-methods.js\";i:2558;s:70:\"packages/woocommerce-blocks/assets/js/previews/single-product-block.js\";i:2566;s:85:\"packages/woocommerce-blocks/assets/js/settings/shared/test/compare-with-wp-version.js\";i:2567;s:73:\"packages/woocommerce-blocks/assets/js/settings/shared/test/get-setting.js\";i:2569;s:61:\"packages/woocommerce-blocks/assets/js/shared/context/index.js\";i:2570;s:82:\"packages/woocommerce-blocks/assets/js/shared/context/inner-block-layout-context.js\";i:2571;s:76:\"packages/woocommerce-blocks/assets/js/shared/context/product-data-context.js\";i:2572;s:58:\"packages/woocommerce-blocks/assets/js/shared/hocs/index.js\";i:2573;s:78:\"packages/woocommerce-blocks/assets/js/shared/hocs/with-product-data-context.js\";i:2575;s:73:\"packages/woocommerce-blocks/assets/js/types/type-defs/add-to-cart-form.js\";i:2576;s:71:\"packages/woocommerce-blocks/assets/js/types/type-defs/address-fields.js\";i:2577;s:64:\"packages/woocommerce-blocks/assets/js/types/type-defs/billing.js\";i:2579;s:61:\"packages/woocommerce-blocks/assets/js/types/type-defs/cart.js\";i:2581;s:65:\"packages/woocommerce-blocks/assets/js/types/type-defs/contexts.js\";i:2584;s:62:\"packages/woocommerce-blocks/assets/js/types/type-defs/hooks.js\";i:2588;s:65:\"packages/woocommerce-blocks/assets/js/types/type-defs/payments.js\";i:2590;s:88:\"packages/woocommerce-blocks/assets/js/types/type-defs/registered-payment-method-props.js\";i:2591;s:65:\"packages/woocommerce-blocks/assets/js/types/type-defs/settings.js\";i:2592;s:65:\"packages/woocommerce-blocks/assets/js/types/type-defs/shipping.js\";i:2595;s:63:\"packages/woocommerce-blocks/assets/js/utils/attributes-query.js\";i:2596;s:57:\"packages/woocommerce-blocks/assets/js/utils/attributes.js\";i:2597;s:55:\"packages/woocommerce-blocks/assets/js/utils/products.js\";i:2598;s:64:\"packages/woocommerce-blocks/assets/js/utils/shared-attributes.js\";i:2599;s:60:\"packages/woocommerce-blocks/assets/js/utils/test/products.js\";i:2601;s:60:\"packages/woocommerce-blocks/build/active-filters-frontend.js\";i:2603;s:51:\"packages/woocommerce-blocks/build/active-filters.js\";i:2605;s:58:\"packages/woocommerce-blocks/build/all-products-frontend.js\";i:2607;s:49:\"packages/woocommerce-blocks/build/all-products.js\";i:2609;s:48:\"packages/woocommerce-blocks/build/all-reviews.js\";i:2610;s:146:\"packages/woocommerce-blocks/build/atomic-block-components/add-to-cart--atomic-block-components/button--atomic-block-components/image---a7e2bb9b.js\";i:2611;s:104:\"packages/woocommerce-blocks/build/atomic-block-components/add-to-cart--atomic-block-components/button.js\";i:2612;s:134:\"packages/woocommerce-blocks/build/atomic-block-components/add-to-cart--atomic-block-components/image--atomic-block-components/title.js\";i:2613;s:81:\"packages/woocommerce-blocks/build/atomic-block-components/add-to-cart-frontend.js\";i:2614;s:72:\"packages/woocommerce-blocks/build/atomic-block-components/add-to-cart.js\";i:2615;s:76:\"packages/woocommerce-blocks/build/atomic-block-components/button-frontend.js\";i:2616;s:67:\"packages/woocommerce-blocks/build/atomic-block-components/button.js\";i:2617;s:83:\"packages/woocommerce-blocks/build/atomic-block-components/category-list-frontend.js\";i:2618;s:74:\"packages/woocommerce-blocks/build/atomic-block-components/category-list.js\";i:2619;s:75:\"packages/woocommerce-blocks/build/atomic-block-components/image-frontend.js\";i:2620;s:66:\"packages/woocommerce-blocks/build/atomic-block-components/image.js\";i:2621;s:75:\"packages/woocommerce-blocks/build/atomic-block-components/price-frontend.js\";i:2622;s:66:\"packages/woocommerce-blocks/build/atomic-block-components/price.js\";i:2623;s:76:\"packages/woocommerce-blocks/build/atomic-block-components/rating-frontend.js\";i:2624;s:67:\"packages/woocommerce-blocks/build/atomic-block-components/rating.js\";i:2625;s:80:\"packages/woocommerce-blocks/build/atomic-block-components/sale-badge-frontend.js\";i:2626;s:71:\"packages/woocommerce-blocks/build/atomic-block-components/sale-badge.js\";i:2627;s:73:\"packages/woocommerce-blocks/build/atomic-block-components/sku-frontend.js\";i:2628;s:64:\"packages/woocommerce-blocks/build/atomic-block-components/sku.js\";i:2629;s:85:\"packages/woocommerce-blocks/build/atomic-block-components/stock-indicator-frontend.js\";i:2630;s:76:\"packages/woocommerce-blocks/build/atomic-block-components/stock-indicator.js\";i:2631;s:77:\"packages/woocommerce-blocks/build/atomic-block-components/summary-frontend.js\";i:2632;s:68:\"packages/woocommerce-blocks/build/atomic-block-components/summary.js\";i:2633;s:78:\"packages/woocommerce-blocks/build/atomic-block-components/tag-list-frontend.js\";i:2634;s:69:\"packages/woocommerce-blocks/build/atomic-block-components/tag-list.js\";i:2635;s:75:\"packages/woocommerce-blocks/build/atomic-block-components/title-frontend.js\";i:2636;s:66:\"packages/woocommerce-blocks/build/atomic-block-components/title.js\";i:2638;s:62:\"packages/woocommerce-blocks/build/attribute-filter-frontend.js\";i:2640;s:53:\"packages/woocommerce-blocks/build/attribute-filter.js\";i:2642;s:52:\"packages/woocommerce-blocks/build/blocks-checkout.js\";i:2644;s:50:\"packages/woocommerce-blocks/build/cart-frontend.js\";i:2646;s:41:\"packages/woocommerce-blocks/build/cart.js\";i:2648;s:54:\"packages/woocommerce-blocks/build/checkout-frontend.js\";i:2650;s:57:\"packages/woocommerce-blocks/build/checkout-i2-frontend.js\";i:2652;s:48:\"packages/woocommerce-blocks/build/checkout-i2.js\";i:2654;s:45:\"packages/woocommerce-blocks/build/checkout.js\";i:2656;s:54:\"packages/woocommerce-blocks/build/featured-category.js\";i:2658;s:53:\"packages/woocommerce-blocks/build/featured-product.js\";i:2660;s:56:\"packages/woocommerce-blocks/build/handpicked-products.js\";i:2662;s:65:\"packages/woocommerce-blocks/build/mini-cart-component-frontend.js\";i:2664;s:55:\"packages/woocommerce-blocks/build/mini-cart-frontend.js\";i:2666;s:46:\"packages/woocommerce-blocks/build/mini-cart.js\";i:2668;s:58:\"packages/woocommerce-blocks/build/price-filter-frontend.js\";i:2670;s:49:\"packages/woocommerce-blocks/build/price-filter.js\";i:2672;s:49:\"packages/woocommerce-blocks/build/price-format.js\";i:2674;s:57:\"packages/woocommerce-blocks/build/product-best-sellers.js\";i:2676;s:55:\"packages/woocommerce-blocks/build/product-categories.js\";i:2678;s:53:\"packages/woocommerce-blocks/build/product-category.js\";i:2680;s:48:\"packages/woocommerce-blocks/build/product-new.js\";i:2682;s:52:\"packages/woocommerce-blocks/build/product-on-sale.js\";i:2684;s:51:\"packages/woocommerce-blocks/build/product-search.js\";i:2686;s:48:\"packages/woocommerce-blocks/build/product-tag.js\";i:2688;s:54:\"packages/woocommerce-blocks/build/product-top-rated.js\";i:2690;s:58:\"packages/woocommerce-blocks/build/products-by-attribute.js\";i:2692;s:56:\"packages/woocommerce-blocks/build/reviews-by-category.js\";i:2694;s:55:\"packages/woocommerce-blocks/build/reviews-by-product.js\";i:2696;s:53:\"packages/woocommerce-blocks/build/reviews-frontend.js\";i:2698;s:60:\"packages/woocommerce-blocks/build/single-product-frontend.js\";i:2700;s:51:\"packages/woocommerce-blocks/build/single-product.js\";i:2702;s:58:\"packages/woocommerce-blocks/build/stock-filter-frontend.js\";i:2704;s:49:\"packages/woocommerce-blocks/build/stock-filter.js\";i:2705;s:90:\"packages/woocommerce-blocks/build/vendors--atomic-block-components/add-to-cart-frontend.js\";i:2706;s:84:\"packages/woocommerce-blocks/build/vendors--atomic-block-components/price-frontend.js\";i:2708;s:51:\"packages/woocommerce-blocks/build/wc-blocks-data.js\";i:2709;s:64:\"packages/woocommerce-blocks/build/wc-blocks-editor-style-rtl.css\";i:2710;s:60:\"packages/woocommerce-blocks/build/wc-blocks-editor-style.css\";i:2712;s:63:\"packages/woocommerce-blocks/build/wc-blocks-google-analytics.js\";i:2714;s:57:\"packages/woocommerce-blocks/build/wc-blocks-middleware.js\";i:2716;s:55:\"packages/woocommerce-blocks/build/wc-blocks-registry.js\";i:2718;s:61:\"packages/woocommerce-blocks/build/wc-blocks-shared-context.js\";i:2720;s:58:\"packages/woocommerce-blocks/build/wc-blocks-shared-hocs.js\";i:2721;s:57:\"packages/woocommerce-blocks/build/wc-blocks-style-rtl.css\";i:2722;s:53:\"packages/woocommerce-blocks/build/wc-blocks-style.css\";i:2723;s:65:\"packages/woocommerce-blocks/build/wc-blocks-vendors-style-rtl.css\";i:2724;s:61:\"packages/woocommerce-blocks/build/wc-blocks-vendors-style.css\";i:2725;s:54:\"packages/woocommerce-blocks/build/wc-blocks-vendors.js\";i:2727;s:46:\"packages/woocommerce-blocks/build/wc-blocks.js\";i:2729;s:59:\"packages/woocommerce-blocks/build/wc-payment-method-bacs.js\";i:2731;s:61:\"packages/woocommerce-blocks/build/wc-payment-method-cheque.js\";i:2733;s:58:\"packages/woocommerce-blocks/build/wc-payment-method-cod.js\";i:2735;s:61:\"packages/woocommerce-blocks/build/wc-payment-method-paypal.js\";i:2737;s:61:\"packages/woocommerce-blocks/build/wc-payment-method-stripe.js\";i:2739;s:48:\"packages/woocommerce-blocks/build/wc-settings.js\";i:2769;s:75:\"packages/woocommerce-blocks/packages/checkout/blocks-registry/test/index.js\";i:2773;s:69:\"packages/woocommerce-blocks/packages/checkout/discounts-meta/index.js\";i:2774;s:69:\"packages/woocommerce-blocks/packages/checkout/error-boundary/index.js\";i:2775;s:54:\"packages/woocommerce-blocks/packages/checkout/index.js\";i:2777;s:65:\"packages/woocommerce-blocks/packages/checkout/order-meta/index.js\";i:2778;s:78:\"packages/woocommerce-blocks/packages/checkout/order-shipping-packages/index.js\";i:2780;s:62:\"packages/woocommerce-blocks/packages/checkout/panel/style.scss\";i:2782;s:68:\"packages/woocommerce-blocks/packages/checkout/registry/test/admin.js\";i:2783;s:68:\"packages/woocommerce-blocks/packages/checkout/registry/test/index.js\";i:2784;s:59:\"packages/woocommerce-blocks/packages/checkout/slot/index.js\";i:2785;s:56:\"packages/woocommerce-blocks/packages/checkout/style.scss\";i:2787;s:74:\"packages/woocommerce-blocks/packages/checkout/totals/fees/stories/index.js\";i:2788;s:61:\"packages/woocommerce-blocks/packages/checkout/totals/index.js\";i:2790;s:74:\"packages/woocommerce-blocks/packages/checkout/totals/item/stories/index.js\";i:2791;s:68:\"packages/woocommerce-blocks/packages/checkout/totals/item/style.scss\";i:2793;s:78:\"packages/woocommerce-blocks/packages/checkout/totals/subtotal/stories/index.js\";i:2795;s:75:\"packages/woocommerce-blocks/packages/checkout/totals/taxes/stories/index.js\";i:2796;s:69:\"packages/woocommerce-blocks/packages/checkout/totals/taxes/style.scss\";i:2798;s:60:\"packages/woocommerce-blocks/packages/checkout/utils/index.js\";i:2801;s:64:\"packages/woocommerce-blocks/packages/checkout/wrapper/style.scss\";i:2802;s:52:\"packages/woocommerce-blocks/packages/prices/index.js\";i:2803;s:58:\"packages/woocommerce-blocks/packages/prices/utils/index.js\";i:2805;s:63:\"packages/woocommerce-blocks/packages/prices/utils/test/price.js\";}}}', 'yes');
INSERT INTO `iamc_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(176973, 'jetpack_sync_settings_max_enqueue_full_sync', '100', 'yes'),
(176974, 'jetpack_sync_settings_max_queue_size_full_sync', '1000', 'yes'),
(176975, 'jetpack_sync_settings_sync_via_cron', '1', 'yes'),
(176976, 'jetpack_sync_settings_cron_sync_time_limit', '240', 'yes'),
(176977, 'jetpack_sync_settings_known_importers', 'a:6:{s:16:\"Blogger_Importer\";s:7:\"blogger\";s:13:\"LJ_API_Import\";s:11:\"livejournal\";s:9:\"MT_Import\";s:2:\"mt\";s:10:\"RSS_Import\";s:3:\"rss\";s:20:\"WC_Tax_Rate_Importer\";s:12:\"woo-tax-rate\";s:9:\"WP_Import\";s:9:\"wordpress\";}', 'yes'),
(176965, 'jetpack_sync_settings_sync_wait_threshold', '10', 'yes'),
(176966, 'jetpack_sync_settings_enqueue_wait_time', '1', 'yes'),
(176967, 'jetpack_sync_settings_queue_max_writes_sec', '100', 'yes'),
(176968, 'jetpack_sync_settings_post_types_blacklist', 'a:0:{}', 'yes'),
(176969, 'jetpack_sync_settings_taxonomies_blacklist', 'a:0:{}', 'yes'),
(176970, 'jetpack_sync_settings_render_filtered_content', '0', 'yes'),
(176971, 'jetpack_sync_settings_post_meta_whitelist', 'a:0:{}', 'yes'),
(176972, 'jetpack_sync_settings_comment_meta_whitelist', 'a:0:{}', 'yes'),
(176961, 'jetpack_sync_settings_dequeue_max_bytes', '500000', 'yes'),
(176962, 'jetpack_sync_settings_upload_max_bytes', '600000', 'yes'),
(176963, 'jetpack_sync_settings_upload_max_rows', '500', 'yes'),
(176964, 'jetpack_sync_settings_sync_wait_time', '10', 'yes'),
(176891, 'jetpack_callables_sync_checksum', 'a:38:{s:18:\"wp_max_upload_size\";i:2988125373;s:15:\"is_main_network\";i:734881840;s:13:\"is_multi_site\";i:734881840;s:17:\"main_network_site\";i:2326621307;s:26:\"main_network_site_wpcom_id\";i:4070991145;s:8:\"site_url\";i:2326621307;s:8:\"home_url\";i:2326621307;s:16:\"single_user_site\";i:734881840;s:7:\"updates\";i:2903718415;s:28:\"has_file_system_write_access\";i:4261170317;s:21:\"is_version_controlled\";i:734881840;s:10:\"taxonomies\";i:2056690888;s:10:\"post_types\";i:920410352;s:18:\"post_type_features\";i:1228644377;s:10:\"shortcodes\";i:2691090522;s:27:\"rest_api_allowed_post_types\";i:2577480890;s:32:\"rest_api_allowed_public_metadata\";i:3610467939;s:10:\"wp_version\";i:15020134;s:11:\"get_plugins\";i:3138417853;s:24:\"get_plugins_action_links\";i:1024246631;s:14:\"active_modules\";i:1700818574;s:16:\"hosting_provider\";i:769900095;s:6:\"locale\";i:110763218;s:13:\"site_icon_url\";i:1416955350;s:5:\"roles\";i:2753328361;s:8:\"timezone\";i:1303107867;s:24:\"available_jetpack_blocks\";i:450108603;s:13:\"paused_themes\";i:223132457;s:14:\"paused_plugins\";i:223132457;s:13:\"theme_support\";i:4267098032;s:24:\"sso_is_two_step_required\";i:734881840;s:26:\"sso_should_hide_login_form\";i:734881840;s:18:\"sso_match_by_email\";i:734881840;s:21:\"sso_new_user_override\";i:734881840;s:29:\"sso_bypass_default_login_form\";i:734881840;s:23:\"wp_get_environment_type\";i:1138987844;s:12:\"is_fse_theme\";i:734881840;s:10:\"get_themes\";i:695567574;}', 'no'),
(176949, 'jetpack_available_modules', 'a:1:{s:6:\"11.7.1\";a:46:{s:10:\"action-bar\";s:4:\"11.4\";s:8:\"carousel\";s:3:\"1.5\";s:13:\"comment-likes\";s:3:\"5.1\";s:8:\"comments\";s:3:\"1.4\";s:12:\"contact-form\";s:3:\"1.3\";s:9:\"copy-post\";s:3:\"7.0\";s:20:\"custom-content-types\";s:3:\"3.1\";s:10:\"custom-css\";s:3:\"1.7\";s:21:\"enhanced-distribution\";s:3:\"1.2\";s:16:\"google-analytics\";s:3:\"4.5\";s:12:\"google-fonts\";s:6:\"10.8.0\";s:19:\"gravatar-hovercards\";s:3:\"1.1\";s:15:\"infinite-scroll\";s:3:\"2.0\";s:8:\"json-api\";s:3:\"1.9\";s:5:\"latex\";s:3:\"1.1\";s:11:\"lazy-images\";s:5:\"5.6.0\";s:5:\"likes\";s:3:\"2.2\";s:8:\"markdown\";s:3:\"2.8\";s:9:\"masterbar\";s:3:\"4.8\";s:7:\"monitor\";s:3:\"2.6\";s:5:\"notes\";s:3:\"1.9\";s:10:\"photon-cdn\";s:3:\"6.6\";s:6:\"photon\";s:3:\"2.0\";s:13:\"post-by-email\";s:3:\"2.0\";s:9:\"post-list\";s:4:\"11.3\";s:7:\"protect\";s:3:\"3.4\";s:9:\"publicize\";s:3:\"2.0\";s:13:\"related-posts\";s:3:\"2.9\";s:6:\"search\";s:3:\"5.0\";s:9:\"seo-tools\";s:3:\"4.4\";s:10:\"sharedaddy\";s:3:\"1.1\";s:10:\"shortcodes\";s:3:\"1.1\";s:10:\"shortlinks\";s:3:\"1.1\";s:8:\"sitemaps\";s:3:\"3.9\";s:3:\"sso\";s:3:\"2.6\";s:5:\"stats\";s:3:\"1.1\";s:13:\"subscriptions\";s:3:\"1.2\";s:13:\"tiled-gallery\";s:3:\"2.1\";s:10:\"vaultpress\";s:5:\"0:1.2\";s:18:\"verification-tools\";s:3:\"3.0\";s:10:\"videopress\";s:3:\"2.5\";s:3:\"waf\";s:4:\"10.9\";s:17:\"widget-visibility\";s:3:\"2.4\";s:7:\"widgets\";s:3:\"1.2\";s:21:\"woocommerce-analytics\";s:3:\"8.4\";s:7:\"wordads\";s:5:\"4.5.0\";}}', 'yes'),
(176951, 'jetpack_log', 'a:1:{i:0;a:4:{s:4:\"time\";i:1605022900;s:7:\"user_id\";i:1;s:7:\"blog_id\";b:0;s:4:\"code\";s:8:\"register\";}}', 'no'),
(176952, 'jetpack_tos_agreed', '1', 'yes'),
(176953, 'jetpack_secrets', 'a:0:{}', 'no'),
(176957, 'jetpack_unique_connection', 'a:3:{s:9:\"connected\";i:1;s:12:\"disconnected\";i:0;s:7:\"version\";s:5:\"3.6.1\";}', 'yes'),
(176954, 'jetpack_private_options', 'a:2:{s:10:\"blog_token\";s:65:\"B@bpDEHmLwoAH$hjlSGo$c0PaxfwE5jj.lV@sbYeAfRqAV$@OqHUNDV4G*Cqv*wzZ\";s:11:\"user_tokens\";a:1:{i:1;s:67:\"^G@5ios4DOmDzzH97G(PaY5aNd6pRgn!.!0BHU^k(msSYL#RSZdCSPU&4z1&2Mx)h.1\";}}', 'yes'),
(176955, 'woocommerce_setup_jetpack_opted_in', '1', 'yes'),
(176958, 'jetpack_sync_settings_max_queue_size', '5000', 'yes'),
(176959, 'jetpack_sync_settings_max_queue_lag', '7200', 'yes'),
(216800, 'auto_update_core_dev', 'enabled', 'yes'),
(216801, 'auto_update_core_minor', 'enabled', 'yes'),
(216802, 'auto_update_core_major', 'unset', 'yes'),
(176960, 'jetpack_sync_full_status', 'a:4:{s:7:\"started\";i:1605022915;s:8:\"finished\";i:1605022926;s:8:\"progress\";a:5:{s:7:\"options\";a:1:{s:8:\"finished\";b:1;}s:9:\"functions\";a:1:{s:8:\"finished\";b:1;}s:9:\"constants\";a:1:{s:8:\"finished\";b:1;}s:5:\"users\";a:4:{s:5:\"total\";s:1:\"1\";s:4:\"sent\";i:1;s:8:\"finished\";b:1;s:9:\"last_sent\";s:1:\"1\";}s:15:\"network_options\";a:1:{s:8:\"finished\";b:1;}}s:6:\"config\";a:5:{s:7:\"options\";b:1;s:9:\"functions\";b:1;s:9:\"constants\";b:1;s:5:\"users\";a:1:{i:0;i:1;}s:15:\"network_options\";b:1;}}', 'no'),
(569737, 'wp-piwik-notices', 'a:0:{}', 'yes'),
(569738, 'wp-piwik_global-revision', '2022020701', 'yes'),
(569739, 'wp-piwik_global-last_settings_update', '1644289225', 'yes'),
(569740, 'wp-piwik_global-piwik_mode', 'http', 'yes'),
(569741, 'wp-piwik_global-piwik_url', 'https://webanalytics.africamediaconsortium.org/', 'yes'),
(569742, 'wp-piwik_global-piwik_path', '', 'yes'),
(569743, 'wp-piwik_global-piwik_user', '', 'yes'),
(569744, 'wp-piwik_global-matomo_user', '', 'yes'),
(569745, 'wp-piwik_global-piwik_token', '96b85de921b6b70f7f6ad43dad611224', 'yes'),
(569824, 'wp-piwik_global-stats_ecommerce', '0', 'yes'),
(569825, 'wp-piwik_global-dashboard_widget', 'disabled', 'yes'),
(569826, 'wp-piwik_global-dashboard_ecommerce', '0', 'yes'),
(569827, 'wp-piwik_global-dashboard_chart', '0', 'yes'),
(569828, 'wp-piwik_global-dashboard_seo', '0', 'yes'),
(569829, 'wp-piwik_global-toolbar', '0', 'yes'),
(569830, 'wp-piwik_global-piwik_shortcut', '0', 'yes'),
(569831, 'wp-piwik_global-shortcodes', '0', 'yes'),
(569832, 'wp-piwik_global-track_noscript', '0', 'yes'),
(569833, 'wp-piwik_global-track_nojavascript', '0', 'yes'),
(515545, 'wp_force_deactivated_plugins', 'a:0:{}', 'yes'),
(569748, 'wp-piwik_global-capability_read_stats', 'a:11:{s:13:\"administrator\";s:1:\"1\";s:6:\"editor\";s:1:\"0\";s:6:\"author\";s:1:\"0\";s:11:\"contributor\";s:1:\"0\";s:10:\"subscriber\";s:1:\"0\";s:8:\"customer\";s:1:\"0\";s:12:\"shop_manager\";s:1:\"0\";s:13:\"wpseo_manager\";s:1:\"0\";s:12:\"wpseo_editor\";s:1:\"0\";s:14:\"podcast_editor\";s:1:\"0\";s:15:\"podcast_manager\";s:1:\"0\";}', 'yes'),
(338074, 'https_detection_errors', 'a:0:{}', 'yes'),
(516784, 'newsphere_upgrade_notice_start_time', '1628168142', 'yes'),
(578122, 'woocommerce_task_list_hidden_lists', 'a:0:{}', 'yes'),
(506387, 'widget_block', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(1130224, 'rsssl_upgraded_to_6_dismissed', '1', 'no'),
(559083, 'jetpack_package_versions', 'a:5:{s:6:\"backup\";s:6:\"1.10.6\";s:10:\"connection\";s:6:\"1.48.1\";s:4:\"sync\";s:6:\"1.46.0\";s:6:\"search\";s:6:\"0.31.2\";s:10:\"videopress\";s:6:\"0.10.1\";}', 'yes'),
(533473, 'woocommerce_analytics_enabled', 'yes', 'yes'),
(464813, 'everest_forms_enable_log', 'no', 'yes'),
(450110, 'B2S_PLUGIN_NEXT_CHECK_UPDATE_REQUEST', '1673554977', 'no'),
(455697, 'rsssl_secure_cookies_set_dismissed', '1', 'yes'),
(455702, 'rsssl_mixed_content_fixer_detected_dismissed', '1', 'yes'),
(450337, 'wc_remote_inbox_notifications_wca_updated', '', 'no'),
(479311, 'ss_podcasting_exclude_feed_32', 'on', 'yes'),
(479314, 'ss_podcasting_data_title_32', 'Weekend Review', 'yes'),
(450326, 'widget_web_stories_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(347448, 'wc_stripe_wh_monitor_began_at', '1615993269', 'yes'),
(347449, 'wc_stripe_wh_last_success_at', '1621523388', 'yes'),
(347450, 'wc_stripe_wh_last_failure_at', '0', 'yes'),
(347451, 'wc_stripe_wh_last_error', 'validation_succeeded', 'yes'),
(948752, 'ss_podcasting_data_guid_40', '5cffafdf-5309-5c12-abba-2c7cfa4bbe0c', 'yes'),
(948730, 'ss_podcasting_exclude_feed_40', 'on', 'yes'),
(948735, 'ss_podcasting_data_title_40', 'Perspectives', 'yes'),
(569776, 'wp-piwik_global-force_protocol', 'disabled', 'yes'),
(569777, 'wp-piwik_global-update_notice', 'enabled', 'yes'),
(569778, 'wp-piwik-name', '', 'yes'),
(569779, 'wp-piwik-site_id', '2', 'yes'),
(569780, 'wp-piwik-noscript_code', '<noscript><p><img src=\"//webanalytics.africamediaconsortium.org/matomo.php?idsite=2&rec=1\" style=\"border:0;\" alt=\"\" /></p></noscript>', 'yes'),
(569781, 'wp-piwik-tracking_code', '<!-- Matomo -->\n<script>\n  var _paq = window._paq = window._paq || [];\n  /* tracker methods like \"setCustomDimension\" should be called before \"trackPageView\" */\n  _paq.push([\'trackPageView\']);\n  _paq.push([\'enableLinkTracking\']);\n  (function() {\n    var u=\"//webanalytics.africamediaconsortium.org/\";\n    _paq.push([\'setTrackerUrl\', u+\'matomo.php\']);\n    _paq.push([\'setSiteId\', \'2\']);\n    var d=document, g=d.createElement(\'script\'), s=d.getElementsByTagName(\'script\')[0];\n    g.async=true; g.src=u+\'matomo.js\'; s.parentNode.insertBefore(g,s);\n  })();\n</script>\n<!-- End Matomo Code -->\n', 'yes'),
(569782, 'wp-piwik-last_tracking_code_update', '1631745212', 'yes'),
(569783, 'wp-piwik-dashboard_revision', '0', 'yes'),
(569766, 'wp-piwik_global-track_user_id', 'disabled', 'yes'),
(569767, 'wp-piwik_global-cache', '1', 'yes'),
(569768, 'wp-piwik_global-http_connection', 'curl', 'yes'),
(569769, 'wp-piwik_global-http_method', 'post', 'yes'),
(569770, 'wp-piwik_global-filter_limit', '', 'yes'),
(569771, 'wp-piwik_global-connection_timeout', '5', 'yes'),
(569772, 'wp-piwik_global-piwik_useragent', 'php', 'yes'),
(569773, 'wp-piwik_global-piwik_useragent_string', 'WP-Piwik', 'yes'),
(569774, 'wp-piwik_global-track_cdnurl', '', 'yes'),
(569775, 'wp-piwik_global-track_cdnurlssl', '', 'yes'),
(1183840, '_site_transient_timeout_php_check_e9a080274371e157ce748ced527522b3', '1675209827', 'no'),
(1183841, '_site_transient_php_check_e9a080274371e157ce748ced527522b3', 'a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:6:\"5.6.20\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}', 'no'),
(1184435, '_transient_timeout_global_styles_svg_filters_newspin', '1674658981', 'no'),
(1184436, '_transient_global_styles_svg_filters_newspin', '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-dark-grayscale\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0 0.49803921568627\" /><feFuncG type=\"table\" tableValues=\"0 0.49803921568627\" /><feFuncB type=\"table\" tableValues=\"0 0.49803921568627\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-grayscale\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0 1\" /><feFuncG type=\"table\" tableValues=\"0 1\" /><feFuncB type=\"table\" tableValues=\"0 1\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-purple-yellow\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0.54901960784314 0.98823529411765\" /><feFuncG type=\"table\" tableValues=\"0 1\" /><feFuncB type=\"table\" tableValues=\"0.71764705882353 0.25490196078431\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-blue-red\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0 1\" /><feFuncG type=\"table\" tableValues=\"0 0.27843137254902\" /><feFuncB type=\"table\" tableValues=\"0.5921568627451 0.27843137254902\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-midnight\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0 0\" /><feFuncG type=\"table\" tableValues=\"0 0.64705882352941\" /><feFuncB type=\"table\" tableValues=\"0 1\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-magenta-yellow\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0.78039215686275 1\" /><feFuncG type=\"table\" tableValues=\"0 0.94901960784314\" /><feFuncB type=\"table\" tableValues=\"0.35294117647059 0.47058823529412\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-purple-green\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0.65098039215686 0.40392156862745\" /><feFuncG type=\"table\" tableValues=\"0 1\" /><feFuncB type=\"table\" tableValues=\"0.44705882352941 0.4\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-blue-orange\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0.098039215686275 1\" /><feFuncG type=\"table\" tableValues=\"0 0.66274509803922\" /><feFuncB type=\"table\" tableValues=\"0.84705882352941 0.41960784313725\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg>', 'no'),
(901600, 'user_count', '3', 'no'),
(1130166, 'rsssl_show_onboarding', '1', 'no'),
(1130167, 'rsssl_6_upgrade_completed', '1', 'no'),
(995792, 'awpa_seed_insert', '1', 'yes'),
(733165, 'everest_forms_recaptcha_hcaptcha_site_key', '', 'yes'),
(733166, 'everest_forms_recaptcha_hcaptcha_secret_key', '', 'yes'),
(733167, 'everest_forms_recaptcha_v3_threshold_score', '0.4', 'yes'),
(1170397, '_transient_timeout_feed_9bbd59226dc36b9b26cd43f15694c5c3', '1673511788', 'no'),
(1183842, '_transient_timeout_rsssl_can_use_curl_headers_check', '1675209828', 'no'),
(1183843, '_transient_rsssl_can_use_curl_headers_check', 'a:7:{i:0;s:25:\"Upgrade Insecure Requests\";i:1;s:16:\"X-XSS protection\";i:2;s:22:\"X-Content Type Options\";i:3;s:15:\"Referrer-Policy\";i:4;s:15:\"X-Frame-Options\";i:5;s:18:\"Permissions-Policy\";i:6;s:30:\"HTTP Strict Transport Security\";}', 'no'),
(297407, 'B2S_MULTI_WIDGET', 'a:2:{s:9:\"timestamp\";s:19:\"2022-07-07 11:08:11\";s:7:\"content\";s:14325:\"[{\"title\":\"New: Get more attention by sharing multiple images (Pro and Business Version)\",\"content\":\"<div class=\'b2s-widget-block-image-content\'><img src=\'https:\\/\\/www.blog2social.com\\/en\\/blog\\/wp-content\\/uploads\\/2022\\/03\\/blog2social-widget-6.9.3-multiple-images-linkedin-en.png \' style=\'width: 200px;height: 200px;\' alt=\'Level up Your LinkedIn Posts by Sharing Multiple Images\'>\\r\\n<div style=\\\"margin: 0 0 5px 10px;\\\">\\r\\n<p style=\\\"padding-bottom: 15px; font-size: 15px\\\">\\r\\nWith Blog2Social you can now share your Social Media Posts with multiple images on LinkedIn. Sharing more than one image improves the visibility of your content. You can create image series, show sequences, and level up your storytelling.\\r\\n<\\/p>\\r\\n<a href=\'https:\\/\\/b2s.li\\/blog2social-guide-how-to-share-multiple-images\' target=\'_blank\' class=\'btn btn-primary\' title=\'Get more information\'>Get more information<\\/a>\\r\\n<\\/div><\\/div>\"},{\"title\":\"Your complete social media management in one place\",\"content\":\"<div class=\'b2s-widget-block-image-content\'><img src=\'https:\\/\\/www.blog2social.com\\/en\\/blog\\/wp-content\\/uploads\\/2022\\/03\\/blog2social-widget-release-6.9.3-en.png\' style=\'width: 200px;height: 200px;\' alt=\'Your Complete Social Media Management in One Place\'>\\r\\n<div style=\\\"margin: 0 0 5px 10px;\\\">\\r\\n<p style=\\\"padding-bottom: 15px; font-size: 15px\\\">\\r\\nManaging all your social media content has never been easier with Blog2Social. You can share your WordPress content (posts, pages, and products) as well as create social media posts consisting of links, images, text and videos from other sources (Premium). Manage and share a unique content mix with your followers and readers on your social feeds. To make this even easier for you, we have assembled all sharing options in one single dashboard, that you will now find in the Blog2Social menu via \\u201cSocial Media Posts\\u201d.\\r\\n<\\/p>\\r\\n<\\/div><\\/div>\"},{\"title\":\"New: Share threads on your Twitter account\",\"content\":\"<div class=\'b2s-widget-block-image-content\'><img src=\'https:\\/\\/www.blog2social.com\\/en\\/blog\\/wp-content\\/uploads\\/2022\\/03\\/blog2social-widget-6.9.3-twitter-post-options-en.png\' style=\'width: 200px;height: 200px;\' alt=\'More options for your Twitter posts\'>\\r\\n<div style=\\\"margin: 0 0 5px 10px;\\\">\\r\\n<p style=\\\"padding-bottom: 15px; font-size: 15px\\\">\\r\\nA thread is a series of related tweets that originate from the same person. This way you can provide additional context, an update or a more detailed argument. With the latest update of Blog2Social, you can share a tweet that has more than 280 characters. Above 280 characters, the tweet will be split into a separate text and posted as a reply to the previous tweet (i.e. as a thread).\\r\\n<\\/p>\\r\\n<\\/div><\\/div>\"},{\"title\":\"Social Media in 5 MINUTES \\u23f0\",\"content\":\"<div class=\'b2s-widget-block-image-content\'><img src=\'https:\\/\\/www.blog2social.com\\/en\\/blog\\/wp-content\\/uploads\\/2022\\/04\\/5-minute-social-media-management-widget.png\' style=\'width: 200px;height: 200px;\' alt=\'Social Media Posts in 5 Minutes\'>\\r\\n<div style=\\\"margin: 0 0 5px 10px;\\\">\\r\\n<p style=\\\"padding-bottom: 14px; font-size: 14px\\\">\\r\\nCan social media tools like Blog2Social actually keep the promise of huge time savings? Christine compared sharing and scheduling with Blog2Social to a typical manual workflow to see how much time she can save and was not disappointed! She shares some amazing tips for you on how to optimize your own social media strategy and save loads of time.\\r\\nStay tuned for more videos about social media strategies, management, efficiency, fun and helpful experiments like this!\\r\\n<\\/p>\\r\\n<a href=\'https:\\/\\/b2s.li\\/social-media-in-5-minutes-widget\' target=\'_blank\' class=\'btn btn-primary\' title=\\\"Watch now!\\\">Watch now!<\\/a>\\r\\n<\\/div><\\/div>\"},{\"title\":\"Complete Social Media Guide and Toolbox\",\"content\":\"<div class=\'b2s-widget-block-image-content\'><img src=\'https:\\/\\/www.blog2social.com\\/de\\/blog\\/wp-content\\/uploads\\/2022\\/04\\/blog2social-guide-time-efficient-social-media-marketing.png\' style=\'width: 200px;height: 200px;\' alt=\'Complete Social Media Guide and Toolbox\'>\\r\\n<div style=\\\"margin: 0 0 5px 10px;\\\">\\r\\n<p style=\\\"padding-bottom: 14px; font-size: 14px\\\">\\r\\nConsider this your all-in-one guide for an effective and efficient social media automation and scheduling. We\\u2019ll provide you with easy-to-use checklists and templates and introduce you to a bunch of free and premium tools for your everyday social media tasks.\\r\\n\\r\\nDownload the complete guide and toolbox now:\\r\\n<\\/p>\\r\\n<a href=https:\\/\\/b2s.li\\/complete-guide-and-toolbox-widget\' target=\'_blank\' class=\'btn btn-primary\' title=\\\"Download now!\\\">Download now!<\\/a>\\r\\n<\\/div><\\/div>\"},{\"title\":\"NEW: Share up to 10 images in one post on Instagram (Pro & Business)\",\"content\":\"<div class=\'b2s-widget-block-image-content\'><img src=\'https:\\/\\/www.blog2social.com\\/en\\/blog\\/wp-content\\/uploads\\/2022\\/04\\/insta-posts-with-up-to-10-images.png \' style=\'width: 200px;height: 200px;\' alt=\'NEW: Share up to 10 images in one post on Instagram (Pro & Business) \'>\\r\\n<div style=\\\"margin: 0 0 5px 10px;\\\">\\r\\n<p style=\\\"padding-bottom: 15px; font-size: 15px\\\">\\r\\nWith Blog2Social Pro & Business, you can now share up to 10 images in a carousel post.Sharing more than one image improves the visibility of your content. You can create image series, show sequences, and level up your storytelling game. \\r\\n<\\/p>\\r\\n<a href=\'https:\\/\\/www.blog2social.com\\/en\\/faq\\/index.php?solution_id=1174\'_blank\' class=\'btn btn-primary\' title=\'Learn more\'>Learn more<\\/a>\\r\\n<\\/div><\\/div>\"},{\"title\":\"Information about the Facebook interface\",\"content\":\"<div class=\'b2s-widget-block-image-content\'><img src=\'https:\\/\\/www.blog2social.com\\/en\\/blog\\/wp-content\\/uploads\\/2022\\/05\\/facebook-news-en.png\' style=\'width: 200px;height: 200px;\' alt=\'Information about the Facebook interface\'>\\r\\n<div style=\\\"margin: 0 0 5px 10px;\\\">\\r\\n<p style=\\\"padding-bottom: 15px; font-size: 15px\\\">\\r\\nThe Facebook interface for posting to groups has been revised by Facebook and is now reactivated. It may be necessary to update the existing connections for your Facebook groups in the network settings of Blog2Social.\\r\\n<\\/p>\\r\\n<a href=\'https:\\/\\/community.blog2social.com\\/forum\\/wordpress\\/blog2social-news\\/5125-information-about-the-facebook-interface\' target=\'_blank\' class=\'btn btn-primary\' title=\'learn more\'>learn more<\\/a>\\r\\n<\\/div><\\/div>\"},{\"title\":\"NEW: Color picker for the Instagram image frame (Premium)\",\"content\":\"<div class=\'b2s-widget-block-image-content\'><img src=\'https:\\/\\/www.blog2social.com\\/en\\/blog\\/wp-content\\/uploads\\/2022\\/02\\/blog2social-widget-update-color-picker-for-instagram-image-frame.png \' style=\'width: 200px;height: 200px;\' alt=\'Define a different frame color for your Instagram image posts via the post templates \'>\\r\\n<div style=\\\"margin: 0 0 5px 10px;\\\">\\r\\n<p style=\\\"padding-bottom: 15px; font-size: 15px\\\">\\r\\nFor Instagram Business, you can select whether your image should be cropped for the network or whether the image should be shared with a white frame. If you like to share the image with a frame, you can now use a color picker and change the color of the frame. You will find this option in the post templates (under \\u201cNetworks\\u201d).\\r\\n<\\/p>\\r\\n<a href=\'https:\\/\\/www.blog2social.com\\/en\\/faq\\/index.php?action=artikel&cat=4&id=152&artlang=en\' target=\'_blank\' class=\'btn btn-primary\' title=\'Learn more\'>Learn more<\\/a>\\r\\n<\\/div><\\/div>\"},{\"title\":\"Instagram Business: professional Marketing for websites, blogs, and businesses\",\"content\":\"<div class=\'b2s-widget-block-image-content\'><img src=\'https:\\/\\/www.blog2social.com\\/en\\/blog\\/wp-content\\/uploads\\/2021\\/08\\/Blog2Social-instagram-business-marketing-en.png\' style=\'width: 200px;height: 200px;\' alt=\'Instagram Business: professional Marketing for websites, blogs, and businesses\'>\\r\\n<div style=\\\"margin: 0 0 5px 10px;\\\">\\r\\n<p style=\\\"padding-bottom: 15px; font-size: 15px\\\">\\r\\nInstagram supports social media tools only for Business Accounts, which you can connect by going to \\\"Networks -> Instagram -> +Business\\\". Instagram Business Accounts offer a lot more options than Personal Profiles.\\r\\nFor example, promoting posts and getting metrics about your target parameters within the Instagram app, and many things more. Even if you have a private blog or website, you can use the Instagram Business Account to benefit from all new options for your Instagram marketing. Start converting your Personal Profile into a Business Account now to benefit from all advantages.\\r\\n<\\/p>\\r\\n<a href=\'https:\\/\\/www.blog2social.com\\/en\\/faq\\/index.php?action=artikel&cat=2&id=183&artlang=en\' target=\'_blank\' class=\'btn btn-primary\' title=\'Learn more about how to convert the account\'>Learn more about how to convert the account<\\/a>\\r\\n<\\/div><\\/div>\"},{\"title\":\"Telegram add-on for your Smart or Pro license\",\"content\":\"<div class=\'b2s-widget-block-image-content\'><img src=\'https:\\/\\/www.blog2social.com\\/de\\/blog\\/wp-content\\/uploads\\/2021\\/01\\/B2S-Get-your-Telegram-Add-On.png\' style=\'width: 200px;height: 200px;\' alt=\'Get the Telegram add-on for your Smart or Pro license\'>\\r\\n<div style=\\\"margin: 0 0 5px 10px;\\\">\\r\\n<p style=\\\"padding-bottom: 15px; font-size: 15px\\\">\\r\\nTelegram is already included in the Business license. You can now also connect your website with Telegram as an add-on for your Smart or Pro license.\\r\\nEasily schedule and broadcast your posts and messages automatically across Telegram and save a lot of time for your Telegram communication!\\r\\n<\\/p>\\r\\n<a href=\'https:\\/\\/b2s.li\\/get-the-telegram-add-on\' target=\'_blank\' class=\'btn btn-primary\' title=\'Get your Telegram add-on\'>Get your Telegram add-on<\\/a>\\r\\n<\\/div><\\/div>\"},{\"title\":\"Recommend Blog2Social and Earn Cash\",\"content\":\"<div class=\'b2s-widget-block-image-content\'><img src=\'https:\\/\\/www.blog2social.com\\/en\\/blog\\/wp-content\\/uploads\\/2021\\/03\\/Mit-B2S-Geld-verdienen-NEU-_-EN.png\' style=\'width: 200px; height: 200px\'><div><span style=\'color:#79B232;display:inline-block;width:45px;text-align:right;\'>15%<\\/span> commission per sale<br><span style=\'color:#79B232;display:inline-block;width:45px;text-align:right;\'>5%<\\/span> lifetime comission<br><span style=\'font-size:16px;margin-bottom: 5px;\'>Sign up now in less than 5 minutes and get paid for each referral.<br><br><\\/span><a href=\'https:\\/\\/b2s.li\\/earn-cash-with-blog2social\' target=\'_blank\' class=\'btn btn-primary\'>learn more<\\/a><\\/div><\\/div>\"},{\"title\":\"Join the Blog2Social Community\",\"content\":\"<div class=\'b2s-widget-block-image-content\'><img src=\'https:\\/\\/www.blog2social.com\\/en\\/blog\\/wp-content\\/uploads\\/2022\\/05\\/Blog2Social-Community-en.png\' style=\'width: 200px;height: 200px;\' alt=\'Update your Blog2Social and join the Blog2Social Community\'>\\r\\n<div style=\\\"margin: 0 0 5px 10px;\\\">\\r\\n<p style=\\\"padding-bottom: 15px; font-size: 15px\\\">\\r\\nJoin the Blog2Social Community, interact with Blog2Social professionals, and share your tips and tricks.\\r\\nFind all the information you need in one place and save valuable time by connecting with other users to discuss common questions.\\r\\nCreate your personal community account to join. Just go to Blog2Social \\u201cHelp & Community\\u201d, enter your preferred username, your email address, and a password, and you are good to go!\\r\\n<\\/p>\\r\\n<a href=\'https:\\/\\/b2s.li\\/blog2social-community\' target=\'_blank\' class=\'btn btn-primary\' title=\'Go to Blog2Social Community\'>Go to Blog2Social Community<\\/a>\\r\\n<\\/div><\\/div>\"},{\"title\":\"Re-share your posts automatically\",\"content\":\"<div class=\'b2s-widget-block-image-content\'><img src=\'https:\\/\\/www.blog2social.com\\/en\\/blog\\/wp-content\\/uploads\\/2021\\/03\\/Beitrage-wiederholt-teilen-NEU-_-EN.png\' style=\'width: 200px;height: 200px;\' alt=\'Re-Share\'>\\r\\n<div style=\\\"margin: 0 0 5px 10px;\\\">\\r\\n<p style=\\\"padding-bottom: 15px; font-size: 15px\\\">\\r\\nKeep your social media feed updated automatically with awesome content and save valuable time by reviving your evergreen content regularly. Automate your resharing process with Blog2Social, so you can use your time to create new content and interact with your community. \\r\\n<\\/p>\\r\\n<a href=\'https:\\/\\/www.blog2social.com\\/en\\/faq\\/index.php?action=artikel&cat=3&id=165&artlang=en\' target=\'_blank\' class=\'btn btn-primary\' title=\'Re-share posts automatically\'>learn more<\\/a>\\r\\n<\\/div><\\/div>\"},{\"title\":\"Business Blogs: Why Blogs are Important for Your Business\",\"content\":\"<div class=\'b2s-widget-block-image-content\'><img src=\'https:\\/\\/www.blog2social.com\\/en\\/blog\\/wp-content\\/uploads\\/2019\\/04\\/business-blogs-why-blogs-are-important-for-your-business.png\' style=\'width: 200px;height: 200px;\' alt=\'Business Blogs: Why Blogs are Important for Your Business\'>\\r\\n<div style=\\\"margin: 0 0 5px 10px;\\\">\\r\\n<p style=\\\"padding-bottom: 15px; font-size: 16px\\\">Business blogs have become an integral part of corporate social media communication. A successful corporate blog can increase a company\\u2019s reach and visibility in search engines, strengthen its reputation, and serve as a content center for internal and external communication.<\\/p>\\r\\n<a href=\'https:\\/\\/www.blog2social.com\\/en\\/blog\\/business-blogs-important\\/\' target=\'_blank\' class=\'btn btn-primary\' title=\\\"\\\">read blogpost<\\/a>\\r\\n<\\/div><\\/div>\"},{\"title\":\"Ultimate Guide: How to Write, Optimize and Promote Blog Posts\",\"content\":\"<div class=\'b2s-widget-block-image-content\'><img src=\'https:\\/\\/www.blog2social.com\\/en\\/blog\\/wp-content\\/uploads\\/2019\\/04\\/ultimate-guide-write-optimize-and-promote-blog-posts.png\' style=\'width: 200px;height: 200px;\' alt=\'Ultimate Guide: How to Write, Optimize and Promote Blog Posts + Checklist\'>\\r\\n<div style=\\\"margin: 0 0 5px 10px;\\\">\\r\\n<p style=\\\"padding-bottom: 15px; font-size: 16px\\\">Creating unique content that stands out from millions of other reading options has become more difficult than ever. Just take a look at the internet life stats on the millions of blog posts that are published per day. Every blogger has to work hard to get to the top of the ever-growing blogosphere.<\\/p>\\r\\n<a href=\'https:\\/\\/www.blog2social.com\\/en\\/blog\\/ultimate-guide-write-optimize-promote-blog-posts-checklist\\/\' target=\'_blank\' class=\'btn btn-primary\' title=\\\"\\\">read blogpost<\\/a>\\r\\n<\\/div><\\/div>\"}]\";}', 'no'),
(297408, 'B2S_PLUGIN_OPTIONS_1', 'a:1:{s:12:\"post_filters\";a:12:{s:15:\"searchPostTitle\";s:0:\"\";s:14:\"searchAuthorId\";i:0;s:16:\"searchPostStatus\";s:0:\"\";s:21:\"searchPostShareStatus\";s:0:\"\";s:15:\"searchSchedDate\";s:0:\"\";s:13:\"searchPostCat\";i:0;s:14:\"searchPostType\";s:0:\"\";s:12:\"postsPerPage\";i:25;s:20:\"searchPostSharedById\";i:0;s:21:\"searchSharedToNetwork\";i:0;s:23:\"searchSharedAtDateStart\";i:0;s:21:\"searchSharedAtDateEnd\";i:0;}}', 'no'),
(327793, 'woocommerce_merchant_email_notifications', 'yes', 'no'),
(569761, 'wp-piwik_global-limit_cookies_session', '1800', 'yes'),
(569762, 'wp-piwik_global-limit_cookies_referral', '15778463', 'yes'),
(569763, 'wp-piwik_global-capability_stealth', 'a:0:{}', 'yes'),
(569764, 'wp-piwik_global-track_feed_campaign', 'feed', 'yes'),
(569765, 'wp-piwik_global-track_heartbeat', '0', 'yes'),
(508904, 'woocommerce_downloads_redirect_fallback_allowed', 'no', 'no'),
(341653, 'rsssl_current_version', '6.1.1', 'no'),
(455692, 'rsssl_upgraded_to_four_dismissed', '1', 'yes'),
(569823, 'wp-piwik_global-stats_seo', '0', 'yes'),
(569746, 'wp-piwik_global-auto_site_config', '1', 'yes'),
(569747, 'wp-piwik_global-default_date', 'yesterday', 'yes'),
(516760, '_transient_dirsize_cache', 'a:25:{s:47:\"/home/www/iamctv.com/wp-content/uploads/wc-logs\";i:2722806;s:59:\"/home/www/iamctv.com/wp-content/uploads/woocommerce_uploads\";i:4200119;s:47:\"/home/www/iamctv.com/wp-content/uploads/2020/10\";i:66037733;s:47:\"/home/www/iamctv.com/wp-content/uploads/2020/09\";i:0;s:47:\"/home/www/iamctv.com/wp-content/uploads/2020/07\";i:0;s:47:\"/home/www/iamctv.com/wp-content/uploads/2020/08\";i:0;s:47:\"/home/www/iamctv.com/wp-content/uploads/2020/11\";i:187790533;s:47:\"/home/www/iamctv.com/wp-content/uploads/2020/06\";i:13277374;s:47:\"/home/www/iamctv.com/wp-content/uploads/2020/12\";i:122027290;s:44:\"/home/www/iamctv.com/wp-content/uploads/2020\";i:389132930;s:48:\"/home/www/iamctv.com/wp-content/uploads/evf-logs\";i:13;s:91:\"/home/www/iamctv.com/wp-content/uploads/wtitan-logger/logs-e48f019dc8e7cee1fb09c1770edebd4c\";i:212;s:53:\"/home/www/iamctv.com/wp-content/uploads/wtitan-logger\";i:212;s:53:\"/home/www/iamctv.com/wp-content/uploads/wpcf7_uploads\";i:14;s:47:\"/home/www/iamctv.com/wp-content/uploads/2021/03\";i:74198873;s:47:\"/home/www/iamctv.com/wp-content/uploads/2021/04\";i:0;s:47:\"/home/www/iamctv.com/wp-content/uploads/2021/07\";i:58087550;s:47:\"/home/www/iamctv.com/wp-content/uploads/2021/05\";i:0;s:47:\"/home/www/iamctv.com/wp-content/uploads/2021/02\";i:38990421;s:47:\"/home/www/iamctv.com/wp-content/uploads/2021/08\";i:63598788;s:47:\"/home/www/iamctv.com/wp-content/uploads/2021/06\";i:46756767;s:47:\"/home/www/iamctv.com/wp-content/uploads/2021/01\";i:153746645;s:44:\"/home/www/iamctv.com/wp-content/uploads/2021\";i:435379044;s:49:\"/home/www/iamctv.com/wp-content/uploads/wordproof\";i:112158;s:39:\"/home/www/iamctv.com/wp-content/uploads\";i:831877565;}', 'yes'),
(845054, 'jp_sync_error_log_sync', 'a:2:{s:15:\"1651071696.9722\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:19:\"http_request_failed\";a:1:{i:0;s:37:\"cURL error 28: SSL connection timeout\";}}s:10:\"error_data\";a:1:{s:19:\"http_request_failed\";i:-10520;}s:18:\"\0*\0additional_data\";a:0:{}}s:15:\"1656385306.7888\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:19:\"http_request_failed\";a:1:{i:0;s:50:\"cURL error 6: getaddrinfo() thread failed to start\";}}s:10:\"error_data\";a:1:{s:19:\"http_request_failed\";i:-10520;}s:18:\"\0*\0additional_data\";a:0:{}}}', 'yes'),
(566465, 'jetpack_sync_health_status', 'a:2:{s:6:\"status\";s:7:\"in_sync\";s:9:\"timestamp\";d:1631545462.113879;}', 'yes'),
(932154, 'category_color_39', 'a:1:{s:21:\"color_class_term_meta\";s:16:\"category-color-1\";}', 'yes'),
(1175292, '_transient_timeout_jetpack_file_data_11.7.1', '1676405578', 'no'),
(1175293, '_transient_jetpack_file_data_11.7.1', 'a:1:{s:32:\"3fd340ad52927afb3bbb9e98575eccfd\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:24:\"requires_user_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}}', 'no'),
(1183494, '_transient_timeout_jetpack_https_test', '1674661599', 'no'),
(1183495, '_transient_jetpack_https_test', '1', 'no'),
(1182395, '_transient_timeout_jetpack_https_test_message', '1674661599', 'no'),
(1182396, '_transient_jetpack_https_test_message', '', 'no'),
(630787, 'jp_sync_last_success_sync', '1674575207.8042', 'no'),
(1022304, 'can_compress_scripts', '0', 'no'),
(539283, 'woocommerce_refund_returns_page_id', '5036', 'yes'),
(1130124, '_site_transient_update_themes', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1674658733;s:7:\"checked\";a:5:{s:9:\"newsphere\";s:5:\"3.1.0\";s:7:\"newspin\";s:5:\"1.0.4\";s:15:\"twentytwentyone\";s:3:\"1.7\";s:17:\"twentytwentythree\";s:3:\"1.0\";s:15:\"twentytwentytwo\";s:3:\"1.3\";}s:8:\"response\";a:0:{}s:9:\"no_update\";a:5:{s:9:\"newsphere\";a:6:{s:5:\"theme\";s:9:\"newsphere\";s:11:\"new_version\";s:5:\"3.1.0\";s:3:\"url\";s:39:\"https://wordpress.org/themes/newsphere/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/theme/newsphere.3.1.0.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";s:3:\"5.3\";}s:7:\"newspin\";a:6:{s:5:\"theme\";s:7:\"newspin\";s:11:\"new_version\";s:5:\"1.0.4\";s:3:\"url\";s:37:\"https://wordpress.org/themes/newspin/\";s:7:\"package\";s:55:\"https://downloads.wordpress.org/theme/newspin.1.0.4.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";s:3:\"5.3\";}s:15:\"twentytwentyone\";a:6:{s:5:\"theme\";s:15:\"twentytwentyone\";s:11:\"new_version\";s:3:\"1.7\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentyone/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentyone.1.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.0\";s:3:\"url\";s:47:\"https://wordpress.org/themes/twentytwentythree/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/twentytwentythree.1.0.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:\"1.3\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentytwo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentytwo.1.3.zip\";s:8:\"requires\";s:3:\"5.9\";s:12:\"requires_php\";s:3:\"5.6\";}}s:12:\"translations\";a:0:{}}', 'no'),
(1130233, 'rsssl_onboarding_dismissed', '1', 'no'),
(295465, 'b2s_plugin_version', '699', 'no'),
(271390, '_transient_timeout_amp_remote_request_87ee2413dc0fc157943be53db5d5b5d5', '3349982542', 'no'),
(271391, '_transient_amp_remote_request_87ee2413dc0fc157943be53db5d5b5d5', 's:973:\"O:77:\"Google\\Web_Stories_Dependencies\\AmpProject\\AmpWP\\RemoteRequest\\CachedResponse\":4:{s:83:\"\0Google\\Web_Stories_Dependencies\\AmpProject\\AmpWP\\RemoteRequest\\CachedResponse\0body\";s:363:\"{\"ampRuntimeVersion\":\"012206071918001\",\"ampCssUrl\":\"https://cdn.ampproject.org/rtv/012206071918001/v0.css\",\"canaryPercentage\":\"0.005\",\"diversions\":[\"002206101637000\",\"022206071918001\",\"032206101637000\",\"042206162023000\",\"052206071918001\",\"112206101637000\"],\"ltsRuntimeVersion\":\"012205270638004\",\"ltsCssUrl\":\"https://cdn.ampproject.org/rtv/012205270638004/v0.css\"}\";s:86:\"\0Google\\Web_Stories_Dependencies\\AmpProject\\AmpWP\\RemoteRequest\\CachedResponse\0headers\";a:0:{}s:90:\"\0Google\\Web_Stories_Dependencies\\AmpProject\\AmpWP\\RemoteRequest\\CachedResponse\0status_code\";i:200;s:85:\"\0Google\\Web_Stories_Dependencies\\AmpProject\\AmpWP\\RemoteRequest\\CachedResponse\0expiry\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-01-29 11:21:11.813188\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}}\";', 'no'),
(271392, '_transient_timeout_amp_remote_request_9abc2f8d205d83d65a5a363425dba065', '3349982542', 'no');
INSERT INTO `iamc_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(271393, '_transient_amp_remote_request_9abc2f8d205d83d65a5a363425dba065', 's:10893:\"O:77:\"Google\\Web_Stories_Dependencies\\AmpProject\\AmpWP\\RemoteRequest\\CachedResponse\":4:{s:83:\"\0Google\\Web_Stories_Dependencies\\AmpProject\\AmpWP\\RemoteRequest\\CachedResponse\0body\";s:10281:\"html{overflow-x:hidden!important}html.i-amphtml-fie{height:100%!important;width:100%!important}html:not([amp4ads]),html:not([amp4ads]) body{height:auto!important}html:not([amp4ads]) body{margin:0!important}body{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%}html.i-amphtml-singledoc.i-amphtml-embedded{-ms-touch-action:pan-y pinch-zoom;touch-action:pan-y pinch-zoom}html.i-amphtml-fie>body,html.i-amphtml-singledoc>body{overflow:visible!important}html.i-amphtml-fie:not(.i-amphtml-inabox)>body,html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body{position:relative!important}html.i-amphtml-ios-embed-legacy>body{overflow-x:hidden!important;overflow-y:auto!important;position:absolute!important}html.i-amphtml-ios-embed{overflow-y:auto!important;position:static}#i-amphtml-wrapper{overflow-x:hidden!important;overflow-y:auto!important;position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;margin:0!important;display:block!important}html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,html.i-amphtml-ios-embed.i-amphtml-ios-overscroll>#i-amphtml-wrapper{-webkit-overflow-scrolling:touch!important}#i-amphtml-wrapper>body{position:relative!important;border-top:1px solid transparent!important}#i-amphtml-wrapper+body{visibility:visible}#i-amphtml-wrapper+body .i-amphtml-lightbox-element,#i-amphtml-wrapper+body[i-amphtml-lightbox]{visibility:hidden}#i-amphtml-wrapper+body[i-amphtml-lightbox] .i-amphtml-lightbox-element{visibility:visible}#i-amphtml-wrapper.i-amphtml-scroll-disabled,.i-amphtml-scroll-disabled{overflow-x:hidden!important;overflow-y:hidden!important}amp-instagram{padding:54px 0px 0px!important;background-color:#fff}amp-iframe iframe{box-sizing:border-box!important}[amp-access][amp-access-hide]{display:none}[subscriptions-dialog],body:not(.i-amphtml-subs-ready) [subscriptions-action],body:not(.i-amphtml-subs-ready) [subscriptions-section]{display:none!important}amp-experiment,amp-live-list>[update]{display:none}amp-list[resizable-children]>.i-amphtml-loading-container.amp-hidden{display:none!important}amp-list [fetch-error],amp-list[load-more] [load-more-button],amp-list[load-more] [load-more-end],amp-list[load-more] [load-more-failed],amp-list[load-more] [load-more-loading]{display:none}amp-list[diffable] div[role=list]{display:block}amp-story-page,amp-story[standalone]{min-height:1px!important;display:block!important;height:100%!important;margin:0!important;padding:0!important;overflow:hidden!important;width:100%!important}amp-story[standalone]{background-color:#000!important;position:relative!important}amp-story-page{background-color:#757575}amp-story .amp-active>div,amp-story .i-amphtml-loader-background{display:none!important}amp-story-page:not(:first-of-type):not([distance]):not([active]){transform:translateY(1000vh)!important}amp-autocomplete{position:relative!important;display:inline-block!important}amp-autocomplete>input,amp-autocomplete>textarea{padding:0.5rem;border:1px solid rgba(0,0,0,0.33)}.i-amphtml-autocomplete-results,amp-autocomplete>input,amp-autocomplete>textarea{font-size:1rem;line-height:1.5rem}[amp-fx^=fly-in]{visibility:hidden}amp-script[nodom],amp-script[sandboxed]{position:fixed!important;top:0!important;width:1px!important;height:1px!important;overflow:hidden!important;visibility:hidden}\n/*# sourceURL=/css/ampdoc.css*/[hidden]{display:none!important}.i-amphtml-element{display:inline-block}.i-amphtml-blurry-placeholder{transition:opacity 0.3s cubic-bezier(0.0,0.0,0.2,1)!important;pointer-events:none}[layout=nodisplay]:not(.i-amphtml-element){display:none!important}.i-amphtml-layout-fixed,[layout=fixed][width][height]:not(.i-amphtml-layout-fixed){display:inline-block;position:relative}.i-amphtml-layout-responsive,[layout=responsive][width][height]:not(.i-amphtml-layout-responsive),[width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),[width][height][sizes]:not(img):not([layout]):not(.i-amphtml-layout-responsive){display:block;position:relative}.i-amphtml-layout-intrinsic,[layout=intrinsic][width][height]:not(.i-amphtml-layout-intrinsic){display:inline-block;position:relative;max-width:100%}.i-amphtml-layout-intrinsic .i-amphtml-sizer{max-width:100%}.i-amphtml-intrinsic-sizer{max-width:100%;display:block!important}.i-amphtml-layout-container,.i-amphtml-layout-fixed-height,[layout=container],[layout=fixed-height][height]:not(.i-amphtml-layout-fixed-height){display:block;position:relative}.i-amphtml-layout-fill,.i-amphtml-layout-fill.i-amphtml-notbuilt,[layout=fill]:not(.i-amphtml-layout-fill),body noscript>*{display:block;overflow:hidden!important;position:absolute;top:0;left:0;bottom:0;right:0}body noscript>*{position:absolute!important;width:100%;height:100%;z-index:2}body noscript{display:inline!important}.i-amphtml-layout-flex-item,[layout=flex-item]:not(.i-amphtml-layout-flex-item){display:block;position:relative;-ms-flex:1 1 auto;flex:1 1 auto}.i-amphtml-layout-fluid{position:relative}.i-amphtml-layout-size-defined{overflow:hidden!important}.i-amphtml-layout-awaiting-size{position:absolute!important;top:auto!important;bottom:auto!important}i-amphtml-sizer{display:block!important}@supports (aspect-ratio:1/1){i-amphtml-sizer.i-amphtml-disable-ar{display:none!important}}.i-amphtml-blurry-placeholder,.i-amphtml-fill-content{display:block;height:0;max-height:100%;max-width:100%;min-height:100%;min-width:100%;width:0;margin:auto}.i-amphtml-layout-size-defined .i-amphtml-fill-content{position:absolute;top:0;left:0;bottom:0;right:0}.i-amphtml-replaced-content,.i-amphtml-screen-reader{padding:0!important;border:none!important}.i-amphtml-screen-reader{position:fixed!important;top:0px!important;left:0px!important;width:4px!important;height:4px!important;opacity:0!important;overflow:hidden!important;margin:0!important;display:block!important;visibility:visible!important}.i-amphtml-screen-reader~.i-amphtml-screen-reader{left:8px!important}.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader{left:12px!important}.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader~.i-amphtml-screen-reader{left:16px!important}.i-amphtml-unresolved{position:relative;overflow:hidden!important}.i-amphtml-select-disabled{-webkit-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.i-amphtml-notbuilt,[layout]:not(.i-amphtml-element),[width][height][heights]:not([layout]):not(.i-amphtml-element),[width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element){position:relative;overflow:hidden!important;color:transparent!important}.i-amphtml-notbuilt:not(.i-amphtml-layout-container)>*,[layout]:not([layout=container]):not(.i-amphtml-element)>*,[width][height][heights]:not([layout]):not(.i-amphtml-element)>*,[width][height][sizes]:not([layout]):not(.i-amphtml-element)>*{display:none}amp-img:not(.i-amphtml-element)[i-amphtml-ssr]>img.i-amphtml-fill-content{display:block}.i-amphtml-notbuilt:not(.i-amphtml-layout-container),[layout]:not([layout=container]):not(.i-amphtml-element),[width][height][heights]:not([layout]):not(.i-amphtml-element),[width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element){color:transparent!important;line-height:0!important}.i-amphtml-ghost{visibility:hidden!important}.i-amphtml-element>[placeholder],[layout]:not(.i-amphtml-element)>[placeholder],[width][height][heights]:not([layout]):not(.i-amphtml-element)>[placeholder],[width][height][sizes]:not([layout]):not(.i-amphtml-element)>[placeholder]{display:block;line-height:normal}.i-amphtml-element>[placeholder].amp-hidden,.i-amphtml-element>[placeholder].hidden{visibility:hidden}.i-amphtml-element:not(.amp-notsupported)>[fallback],.i-amphtml-layout-container>[placeholder].amp-hidden,.i-amphtml-layout-container>[placeholder].hidden{display:none}.i-amphtml-layout-size-defined>[fallback],.i-amphtml-layout-size-defined>[placeholder]{position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;z-index:1}amp-img[i-amphtml-ssr]:not(.i-amphtml-element)>[placeholder]{z-index:auto}.i-amphtml-notbuilt>[placeholder]{display:block!important}.i-amphtml-hidden-by-media-query{display:none!important}.i-amphtml-element-error{background:red!important;color:#fff!important;position:relative!important}.i-amphtml-element-error:before{content:attr(error-message)}i-amp-scroll-container,i-amphtml-scroll-container{position:absolute;top:0;left:0;right:0;bottom:0;display:block}i-amp-scroll-container.amp-active,i-amphtml-scroll-container.amp-active{overflow:auto;-webkit-overflow-scrolling:touch}.i-amphtml-loading-container{display:block!important;pointer-events:none;z-index:1}.i-amphtml-notbuilt>.i-amphtml-loading-container{display:block!important}.i-amphtml-loading-container.amp-hidden{visibility:hidden}.i-amphtml-element>[overflow]{cursor:pointer;position:relative;z-index:2;visibility:hidden;display:initial;line-height:normal}.i-amphtml-layout-size-defined>[overflow]{position:absolute}.i-amphtml-element>[overflow].amp-visible{visibility:visible}template{display:none!important}.amp-border-box,.amp-border-box *,.amp-border-box :after,.amp-border-box :before{box-sizing:border-box}amp-pixel{display:none!important}amp-analytics,amp-auto-ads,amp-story-auto-ads{position:fixed!important;top:0!important;width:1px!important;height:1px!important;overflow:hidden!important;visibility:hidden}amp-story{visibility:hidden!important}html.i-amphtml-fie>amp-analytics{position:initial!important}[visible-when-invalid]:not(.visible),form [submit-error],form [submit-success],form [submitting]{display:none}amp-accordion{display:block!important}@media (min-width:1px){:where(amp-accordion>section)>:first-child{margin:0;background-color:#efefef;padding-right:20px;border:1px solid #dfdfdf}:where(amp-accordion>section)>:last-child{margin:0}}amp-accordion>section{float:none!important}amp-accordion>section>*{float:none!important;display:block!important;overflow:hidden!important;position:relative!important}amp-accordion,amp-accordion>section{margin:0}amp-accordion:not(.i-amphtml-built)>section>:last-child{display:none!important}amp-accordion:not(.i-amphtml-built)>section[expanded]>:last-child{display:block!important}\n/*# sourceURL=/css/ampshared.css*/\";s:86:\"\0Google\\Web_Stories_Dependencies\\AmpProject\\AmpWP\\RemoteRequest\\CachedResponse\0headers\";a:0:{}s:90:\"\0Google\\Web_Stories_Dependencies\\AmpProject\\AmpWP\\RemoteRequest\\CachedResponse\0status_code\";i:200;s:85:\"\0Google\\Web_Stories_Dependencies\\AmpProject\\AmpWP\\RemoteRequest\\CachedResponse\0expiry\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-01-29 11:21:11.822279\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}}\";', 'no'),
(623070, 'ssp_db_version', '2.19.1', 'no'),
(585260, 'ss_podcasting_data_guid_32', '34949d26-5a19-5b90-8e1d-dc367c8d5d9f', 'yes'),
(566875, 'ss_podcasting_data_guid', '066513a4-0d2c-50fc-9c5e-720fe5440313', 'yes'),
(1130162, 'rsssl_port_check_2082', 'fail', 'no'),
(1130163, 'rsssl_port_check_8443', 'fail', 'no'),
(1130164, 'rsssl_port_check_2222', 'fail', 'no'),
(1130165, 'rsssl_options', 'a:8:{s:12:\"site_has_ssl\";s:1:\"1\";s:11:\"ssl_enabled\";b:1;s:19:\"mixed_content_fixer\";b:1;s:8:\"redirect\";s:8:\"htaccess\";s:20:\"do_not_edit_htaccess\";b:0;s:19:\"dismiss_all_notices\";b:0;s:31:\"switch_mixed_content_fixer_hook\";b:0;s:19:\"review_notice_shown\";s:1:\"1\";}', 'yes'),
(457370, 'wp-quantcast_settings', 'a:1:{s:8:\"qc-pcode\";s:15:\"p-rJh6ezVXaN_3e\";}', 'yes'),
(569822, 'action_scheduler_migration_status', 'complete', 'yes'),
(426502, 'woocommerce_inbox_variant_assignment', '3', 'yes');

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

--
-- Table structure for table `iamc_pms_member_subscriptionmeta`
--

CREATE TABLE `iamc_pms_member_subscriptionmeta` (
  `meta_id` bigint NOT NULL,
  `member_subscription_id` bigint NOT NULL DEFAULT '0',
  `meta_key` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `iamc_pms_member_subscriptions`
--

CREATE TABLE `iamc_pms_member_subscriptions` (
  `id` bigint NOT NULL,
  `user_id` bigint NOT NULL,
  `subscription_plan_id` bigint NOT NULL,
  `start_date` datetime DEFAULT NULL,
  `expiration_date` datetime DEFAULT NULL,
  `status` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `payment_profile_id` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `payment_gateway` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `billing_amount` float NOT NULL,
  `billing_duration` int NOT NULL,
  `billing_duration_unit` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `billing_cycles` int NOT NULL,
  `billing_next_payment` datetime DEFAULT NULL,
  `billing_last_payment` datetime DEFAULT NULL,
  `trial_end` datetime DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `iamc_pms_paymentmeta`
--

CREATE TABLE `iamc_pms_paymentmeta` (
  `meta_id` bigint NOT NULL,
  `payment_id` bigint NOT NULL DEFAULT '0',
  `meta_key` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `iamc_pms_payments`
--

CREATE TABLE `iamc_pms_payments` (
  `id` bigint NOT NULL,
  `user_id` bigint NOT NULL,
  `subscription_plan_id` bigint NOT NULL,
  `status` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `date` datetime DEFAULT NULL,
  `amount` float NOT NULL,
  `payment_gateway` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `currency` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `type` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `transaction_id` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `profile_id` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `logs` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `ip_address` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `discount_code` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `iamc_postmeta`
--

CREATE TABLE `iamc_postmeta` (
  `meta_id` bigint UNSIGNED NOT NULL,
  `post_id` bigint UNSIGNED NOT NULL DEFAULT '0',
  `meta_key` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
  `meta_value` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Dumping data for table `iamc_postmeta`
--

INSERT INTO `iamc_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3, 5, '_wp_attached_file', 'woocommerce-placeholder.png'),
(4, 5, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:27:\"woocommerce-placeholder.png\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-450x450.png\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"woocommerce-placeholder-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(5, 10, '_wp_attached_file', '2020/06/NewIAMCLogo.jpg'),
(6, 10, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:800;s:4:\"file\";s:23:\"2020/06/NewIAMCLogo.jpg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"NewIAMCLogo-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"NewIAMCLogo-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:23:\"NewIAMCLogo-600x343.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"NewIAMCLogo-300x171.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"NewIAMCLogo-1024x585.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"NewIAMCLogo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"NewIAMCLogo-768x439.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"NewIAMCLogo-1200x686.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:686;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"NewIAMCLogo-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"NewIAMCLogo-600x343.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"NewIAMCLogo-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(7, 11, '_wp_attached_file', '2020/06/IAMCMainLogo.png'),
(8, 11, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:960;s:6:\"height\";i:937;s:4:\"file\";s:24:\"2020/06/IAMCMainLogo.png\";s:5:\"sizes\";a:9:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"IAMCMainLogo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"IAMCMainLogo-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"IAMCMainLogo-600x586.png\";s:5:\"width\";i:600;s:6:\"height\";i:586;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"IAMCMainLogo-300x293.png\";s:5:\"width\";i:300;s:6:\"height\";i:293;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"IAMCMainLogo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"IAMCMainLogo-768x750.png\";s:5:\"width\";i:768;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"IAMCMainLogo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"IAMCMainLogo-600x586.png\";s:5:\"width\";i:600;s:6:\"height\";i:586;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"IAMCMainLogo-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(9, 11, '_wp_attachment_image_alt', 'IAMC TV Logo'),
(20, 9, '_edit_lock', '1591720719:1'),
(21, 9, 'wordproof_timestamp_data', 'a:10:{s:4:\"type\";s:16:\"ArticleTimestamp\";s:7:\"version\";s:5:\"0.2.0\";s:5:\"title\";s:10:\"My Account\";s:7:\"content\";s:69:\"<!-- wp:shortcode -->\n[woocommerce_my_account]\n<!-- /wp:shortcode -->\";s:4:\"date\";s:25:\"2020-06-09T12:38:34-04:00\";s:10:\"attributes\";a:1:{s:3:\"url\";s:34:\"https://www.iamctv.com/my-account/\";}s:10:\"blockchain\";s:0:\"\";s:13:\"transactionId\";s:0:\"\";s:4:\"hash\";s:64:\"d370b7b426024ef035abd96d50e66ee540856aa95a7f9bb7793b08a4f6b20352\";s:13:\"pluginVersion\";s:5:\"2.8.4\";}'),
(22, 9, 'wordproof_last_timestamped_on', '1591720720'),
(23, 9, '_edit_last', '1'),
(24, 9, 'pms-content-restrict-message-purchasing_restricted', ''),
(32, 9, 'pms-content-restrict-type', 'default'),
(26, 9, 'pms-content-restrict-custom-redirect-url', ''),
(27, 9, 'pms-content-restrict-message-logged_out', ''),
(28, 9, 'pms-content-restrict-message-non_members', ''),
(33, 9, '_yoast_wpseo_content_score', '30'),
(34, 16, '_wp_attached_file', '2020/06/cropped-IAMCMainLogo.png'),
(35, 16, '_wp_attachment_context', 'site-icon'),
(36, 16, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:32:\"2020/06/cropped-IAMCMainLogo.png\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"cropped-IAMCMainLogo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"cropped-IAMCMainLogo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"rokudp\";a:4:{s:4:\"file\";s:32:\"cropped-IAMCMainLogo-512x450.png\";s:5:\"width\";i:512;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:32:\"cropped-IAMCMainLogo-450x450.png\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:32:\"cropped-IAMCMainLogo-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:32:\"cropped-IAMCMainLogo-450x450.png\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"cropped-IAMCMainLogo-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:32:\"cropped-IAMCMainLogo-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-192\";a:4:{s:4:\"file\";s:32:\"cropped-IAMCMainLogo-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-180\";a:4:{s:4:\"file\";s:32:\"cropped-IAMCMainLogo-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"site_icon-32\";a:4:{s:4:\"file\";s:30:\"cropped-IAMCMainLogo-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(50, 23, '_edit_lock', '1603721974:1'),
(51, 24, '_wp_attached_file', '2020/06/IAMCMainLogo-1-e1602266431713.png'),
(52, 24, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:154;s:6:\"height\";i:150;s:4:\"file\";s:41:\"2020/06/IAMCMainLogo-1-e1602266431713.png\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"IAMCMainLogo-1-300x293.png\";s:5:\"width\";i:300;s:6:\"height\";i:293;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"IAMCMainLogo-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"IAMCMainLogo-1-768x750.png\";s:5:\"width\";i:768;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"rokudp\";a:4:{s:4:\"file\";s:26:\"IAMCMainLogo-1-800x450.png\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"IAMCMainLogo-1-450x450.png\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:26:\"IAMCMainLogo-1-600x586.png\";s:5:\"width\";i:600;s:6:\"height\";i:586;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"IAMCMainLogo-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:26:\"IAMCMainLogo-1-450x450.png\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"IAMCMainLogo-1-600x586.png\";s:5:\"width\";i:600;s:6:\"height\";i:586;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"IAMCMainLogo-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(53, 25, '_wp_attached_file', '2020/06/IAMCMainLogo-2.png'),
(54, 25, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:960;s:6:\"height\";i:937;s:4:\"file\";s:26:\"2020/06/IAMCMainLogo-2.png\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"IAMCMainLogo-2-300x293.png\";s:5:\"width\";i:300;s:6:\"height\";i:293;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"IAMCMainLogo-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"IAMCMainLogo-2-768x750.png\";s:5:\"width\";i:768;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"rokudp\";a:4:{s:4:\"file\";s:26:\"IAMCMainLogo-2-800x450.png\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"IAMCMainLogo-2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:26:\"IAMCMainLogo-2-600x586.png\";s:5:\"width\";i:600;s:6:\"height\";i:586;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"IAMCMainLogo-2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:26:\"IAMCMainLogo-2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"IAMCMainLogo-2-600x586.png\";s:5:\"width\";i:600;s:6:\"height\";i:586;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"IAMCMainLogo-2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(55, 23, '_thumbnail_id', '45'),
(56, 23, 'wordproof_timestamp_data', 'a:10:{s:4:\"type\";s:16:\"ArticleTimestamp\";s:7:\"version\";s:5:\"0.2.0\";s:5:\"title\";s:13:\"About IAMC TV\";s:7:\"content\";s:1461:\"<!-- wp:paragraph -->\n<p>International African Movie Channel (IAMC TV) is a digital streaming TV channel available on Roku and Amazon Fire TV.  IAMC TV distributes and streams African films, news and music content globally and is home to various African films and music video productions.  We are happy to lend our voices to the impending changes in Africa.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"right\",\"id\":45,\"width\":349,\"height\":349,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignright size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2020/06/IAMCSiteIcon-1.png\" alt=\"IAMC TV Logo\" class=\"wp-image-45\" width=\"349\" height=\"349\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The IAMC TV<strong> </strong>network produces original content as well as distributing syndicated materials such as music videos, news, original series, and web based shows.  Our goal is to tell the African story from an African perspective. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The entertainment and media channel can be accessed in various countries with a strategic focus on Africa, Europe, and the USA. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Viewers of the network can easily access the latest music videos, artist interviews and other digital content through our enhanced database of exclusive and syndicated content from around the globe.</p>\n<!-- /wp:paragraph -->\";s:4:\"date\";s:25:\"2020-10-26T10:15:27-04:00\";s:10:\"attributes\";a:1:{s:3:\"url\";s:37:\"https://www.iamctv.com/about-iamc-tv/\";}s:10:\"blockchain\";s:0:\"\";s:13:\"transactionId\";s:0:\"\";s:4:\"hash\";s:64:\"835b6ecf4f653ab10ed598730e2905489118e3a836fb70aab59c25ea17fcd1cd\";s:13:\"pluginVersion\";s:6:\"2.8.12\";}'),
(57, 23, 'wordproof_last_timestamped_on', '1603721742'),
(58, 23, '_edit_last', '1'),
(59, 23, 'pms-content-restrict-message-purchasing_restricted', ''),
(215, 23, 'pms-content-restrict-type', 'default'),
(61, 23, 'pms-content-restrict-custom-redirect-url', ''),
(62, 23, 'pms-content-restrict-message-logged_out', ''),
(63, 23, 'pms-content-restrict-message-non_members', ''),
(68, 23, '_yoast_wpseo_content_score', '30'),
(69, 27, '_edit_lock', '1591722621:1'),
(70, 27, 'wordproof_timestamp_data', 'a:10:{s:4:\"type\";s:16:\"ArticleTimestamp\";s:7:\"version\";s:5:\"0.2.0\";s:5:\"title\";s:11:\"DMCA Notice\";s:7:\"content\";s:4869:\"<!-- wp:paragraph -->\n<p>If you believe that any portion of the material contained on this site infringes your copyright, notify Africa Media Consortiums, LLC, which operates the IAMC TV website, of your claim in accordance with the following procedure. We will take appropriate action as required by the Digital Millennium Copyright Act (DMCA), 17 U.S.C. § 512(c)(3).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Written Notification must be submitted here to this site’s designated Agent:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Attn: DMCA Notice<br>Vice President,<br>IAMC TV<br>c/o Africa Media Consortium, LLC<br>P.O. Box 141 Redan, GA 30074<br><br></em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>To be effective, the Notification must be in writing and contain the following information:</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>A physical or electronic signature of a person authorized to act on behalf of the owner of an exclusive right that is allegedly infringed.</li><li>Identification of the copyrighted work claimed to have been infringed or, if multiple copyrighted works at a single online site are covered by a single notification, a representative list of such works at that site.</li><li>Identification of the material that is claimed to be infringing or to be the subject of infringing activity and that is to be removed or access to which is to be disabled, and information reasonably sufficient to permit the service provider to locate the material;</li><li>Information reasonably sufficient to permit the service provider to contact the complaining party, such as an address, telephone number, and, if available, an electronic mail address at which the complaining party may be contacted.</li><li>A statement that the complaining party has a good faith belief that use of the material in the manner complained of is not authorized by the copyright owner, its agent, or the law.</li><li>A statement that the information in the notification is accurate and, under penalty of perjury, that the complaining party is authorized to act on behalf of the owner of an exclusive right that is allegedly infringed.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading -->\n<h2>Upon receipt of the written Notification containing the information outlined above, IAMC TV will:</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Remove or disable access to the material that is alleged to be infringing.</li><li>Forward the written notification to such alleged infringer.</li><li>Take reasonable steps to promptly notify the alleged infringer that it has removed or disabled access to the material.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading -->\n<h2>A Counter Notification will be effective if in writing, provided to the Designated Agent, and including substantially the following:</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>A physical or electronic signature of the alleged infringer.</li><li>Identification of the material that has been removed or to which access has been disabled and the location at which the material appeared before it was removed or access to it was disabled.</li><li>A statement under penalty of perjury that the alleged infringer has a good faith belief that the material was removed or disabled because of mistake or misidentification of the material to be removed or disabled.</li><li>The alleged infringer’s name, address, and telephone number, and a statement that the alleged infringer consents to jurisdiction of Federal District Court for the judicial district in which the address is located or, if outside of the United States, for any judicial district in which Africa Media Consortium, LLC, may be found, and that the alleged infringer will accept service of process from the person who provided notification or the agent of such person.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading -->\n<h2>Upon receipt of a Counter Notification containing the information outlined above, the Company will:</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>promptly provide the complaining party with a copy of the Counter Notification.</li><li>inform the complaining party that it will replace the removed material within ten (10) to fourteen (14) business days following the receipt of the Counter Notification, provided our Designated Agent has not received notice from the complaining party that an action has been filed seeking a court order to restrain alleged infringer from engaging in infringing activity relating to the material on our Site, network or system.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>This process only relates to reporting a claim of copyright infringement. Messages related to other matters will not receive a response through this process.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Updated June 9, 2020</p>\n<!-- /wp:paragraph -->\";s:4:\"date\";s:25:\"2020-06-09T13:10:14-04:00\";s:10:\"attributes\";a:1:{s:3:\"url\";s:35:\"https://www.iamctv.com/dmca-notice/\";}s:10:\"blockchain\";s:0:\"\";s:13:\"transactionId\";s:0:\"\";s:4:\"hash\";s:64:\"bd7d9d9647ad84f59cad649ff55477c232caee80fa6766d7794c5e24adbaaeb9\";s:13:\"pluginVersion\";s:5:\"2.8.4\";}'),
(71, 27, 'wordproof_last_timestamped_on', '1591722616'),
(72, 27, '_edit_last', '1'),
(73, 27, 'pms-content-restrict-message-purchasing_restricted', ''),
(81, 27, 'pms-content-restrict-type', 'default'),
(75, 27, 'pms-content-restrict-custom-redirect-url', ''),
(76, 27, 'pms-content-restrict-message-logged_out', ''),
(77, 27, 'pms-content-restrict-message-non_members', ''),
(82, 27, '_yoast_wpseo_content_score', '30'),
(83, 29, '_edit_lock', '1591722894:1');
INSERT INTO `iamc_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(84, 29, 'wordproof_timestamp_data', 'a:10:{s:4:\"type\";s:16:\"ArticleTimestamp\";s:7:\"version\";s:5:\"0.2.0\";s:5:\"title\";s:14:\"Privacy Policy\";s:7:\"content\";s:32802:\"<!-- wp:paragraph -->\n<p>This Privacy Policy explains International African Movie Channel (IAMC TV) information collection practices at the Sites, such as the types of information IAMC TV collects regarding visitors to the Sites and how we may use that information. Please review this Privacy Policy carefully. In addition, please review the Sites’ Terms of Use, which governs your use of the Sites<br><strong>A. What Information Do the Sites Collect?</strong><br>(i)<strong> </strong><strong>Information You Provide to Us</strong><br><strong>Personal Information and Demographic Information</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We may ask you to provide us with certain categories of information such as: (1) personal information, which is information that could reasonably be used to identify you personally, such as your name, phone number, e-mail address, and physical address (“<strong>Personal Information</strong>“); and (2) demographic information, such as gender, zip code, or similar information (“<strong>Demographic Information</strong>“). We may collect this information through various forms and in various places on the Sites, including account registration forms, e-mail newsletter sign-ups, or when you submit information, communicate, or otherwise interact with us. If we combine Demographic Information with the Personal Information we collect, we will treat it as Personal Information under this Privacy Policy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br>(ii) <strong>Information We Collect As You Access And Use The Sites</strong><br>In addition to any Personal Information or other information that you choose to submit to the Sites, we and our third-party service providers may use a variety of technologies that automatically or passively collect certain information whenever you visit or interact with the Sites (“<strong>Usage Information</strong>“). This Usage Information may include the browser you are using, the URL that referred you to our Sites, all of the areas within our Sites that you visit, other information about your electronic browsing and the time of day, among other information. We may use Usage Information for a variety of purposes, including to enhance or otherwise improve the Sites. In addition, we collect your IP address or other unique identifier (“<strong>Device Identifier</strong> “) for your computer or other device used to access the Sites (any, a “<strong>Device</strong> “). A Device Identifier is a number that is automatically assigned to your Device used to access the Sites, and our computers identify your Device by its Device Identifier. Usage Information may be non-identifying or may be associated with you. Whenever we associate Usage Information or a Device Identifier with your Personal Information, we will treat it as Personal Information.<br>A few of the methods that may be used to collect Usage Information include the following:<br><em><strong>Cookies</strong></em>. A cookie is a data file placed on a Device when it is used to visit the Sites. A Flash cookie is a data file placed on a Device via the Adobe Flash plugin that may be built-in to or downloaded by you to your Device. Cookies and Flash Cookies may be used for many purposes, including, without limitation, remembering you and your preferences and tracking your visits to our web pages. If you choose to disable cookies or Flash cookies on your Device, some features of the Sites may not function properly.<br><em><strong>Web Beacons</strong></em>. Small graphic images or other web programming code called web beacons (also known as “1×1 GIFs,” “one-pixel GIFs,” or “clear GIFs”) may be included in our web pages and e-mail messages. Web beacons may be invisible to you, but any electronic image or other web programming code inserted into a web page or e-mail can act as a web beacon. Web beacons or similar technologies may be used for a number of purposes, including, without limitation, to count visitors to the Sites, to monitor how users navigate the Sites, to make cookies more effective, to count how many e-mails that were sent were actually opened or to count how many particular articles or links were actually viewed.<br><em><strong>Embedded Scripts</strong></em>. An embedded script is programming code that is designed to collect information about your interactions with the Sites, such as the links you click on. The code is temporarily downloaded onto your Device from our web server or a third party service provider, is active only while you are connected to the Sites, and is deactivated or deleted thereafter.<br>(iii) <strong>Information Third Parties Provide About You</strong><br>We may, from time to time, supplement the information we collect about you online with outside records from third parties in order to enhance our ability to serve you, to tailor our content to you and to offer you opportunities to purchase products or services that we believe may be of interest to you. We may combine the information we receive from those sources with information we collect through the Sites. In those cases, we will apply this Privacy Policy to any Personal Information received, unless we have disclosed otherwise.<br>The Sites include functionality that allows certain kinds of interactions between the Sites and your account on a third party web site. The use of this functionality may involve the third-party web site providing certain information, including Personal Information, to the Sites. For example, when you register with the Sites, you may choose to use your Facebook, Google, or other supported account from a third-party site to facilitate the registration and login process on the Sites. If you choose to use this functionality, the third-party site may send Personal Information about you to the Sites, which we will then treat as Personal Information under this Privacy Policy.<br>In addition, IAMC TV may provide third party sites’ API or links on the Sites to facilitate your sending a communication from the Sites. For example, IAMC TV may use third parties to facilitate emails, tweets, or Facebook postings. These third parties may retain any information used or provided in any such communications. IAMC TV may not control or have access to your communications through these third parties. You should review the third party’s terms of use and privacy policies before engaging in their use.<br>(iv) <strong>Information You Provide About A Third Party</strong><br>If you send someone else a communication from the Sites, such as sending an article to a friend or information about a job opening, we use the information you provide (typically, names and e-mail addresses) on a one-time basis to facilitate the communication and we do not use it for any other marketing purpose, unless we obtain consent from that person.<br><strong>B. How Do We Use the Information Collected?</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>IAMC TV may use your Personal Information, Demographic Information or Usage Information that we collect about you: (1) to provide you with information or services or process transactions that you have requested or agreed to receive, including to send you electronic newsletters, or to provide you with special offers or promotional materials on behalf of us or third parties; (2) to enable you to participate in a variety of the Sites’ features such as online entry sweepstakes and message boards; (3) to process your registration with the Sites, including verifying your e-mail address is active and valid; (4) to improve the Sites or our services, to customize your experience on the Sites, or to serve you specific content, including advertisements, that are most relevant to you; (5) to contact you with regard to your use of the Sites and, in our discretion, changes to the Sites and/or Sites’ policies; (6) for internal business purposes; and (7) for purposes disclosed at the time you provide your information or as otherwise set forth in this Privacy Policy.<br>Please note that information submitted to the Sites via a “contact us” or other similar function may not receive a response. We will not use the information provided to contact you for marketing purposes unrelated to your request unless you agree otherwise.<br><strong>C.&nbsp; How and When Do We Disclose Information to Third Parties?</strong><br>(i) <strong>When You Agree to Receive Information from Third Parties.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You may be presented with an opportunity to receive information and/or marketing offers directly from third parties. If you do agree (or do not decline) to have your Personal Information shared, your Personal Information will be disclosed to such third parties and all information you disclose will be subject to the privacy policy and practices of such third parties. We are not responsible for the privacy policies and practices of such third parties and, therefore, you should review the privacy policies and practices of such third parties prior to agreeing to receive such information from third parties. If you later decide that you no longer want to receive communication from a third party, you will need to contact that third party directly.<br>(ii) <strong>Third Parties Providing Services on Our Behalf.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We may use third party vendors to perform certain services on behalf of the Sites, such as hosting the Sites, designing and/or operating the Sites’ features, tracking Site analytics, ad serving, and enabling IAMC TV to send you e-mail newsletters or performing other administrative services. We may provide these companies with access to user information, including Personal Information, to carry out the services they are performing for you or for IAMC TV. While we may use third party analytics service providers to evaluate and provide us with information about the use of the Sites and viewing of our content. we do not share Personal Information with these analytics service providers, but they&nbsp;may set and access their own cookies, web beacons and embedded scripts on your Device and they may otherwise collect or have access to information about you, including non-personally identifiable information.<br>(iii) <strong>Co-branded Areas.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Certain areas of the Sites may be provided to you in association with third parties (“<strong>Co-Branded Areas</strong>“) and may require you to disclose Personal Information in order to register for and access products and/or services. Such Co-Branded Areas will identify the third-party associates. If you elect to register for products and/or services at Co-Branded Areas, you may be providing your information to both IAMC TV and the third-party associates. Further, if you sign-in to a Co-Branded Area with a username and password obtained on the Sites, your Personal Information may be disclosed to the identified third party associates for that Co-Branded Area and will be subject to the posted privacy policies.<br>(iv) <strong>Sweepstakes, Contests and Promotions.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We may offer sweepstakes, contests, and other promotions (any, a <strong>“</strong><strong>Promotion”</strong>) through the Sites that may require registration. By participating in a Promotion, you are agreeing to the terms, conditions or official rules that govern that Promotion, which may contain specific requirements of you, including, except where prohibited by law, allowing the sponsor(s) of the Promotion to use your name, voice and/or likeness in advertising or marketing associated with the Promotion. If you choose to enter a Promotion, Personal Information may be disclosed to third parties or the public in connection with the administration of such Promotion, including, without limitation, in connection with winner selection, prize fulfillment, and as required by law or permitted by the Promotion’s official rules, such as on a winners list.<br>(v) <strong>Administrative and Legal Reasons.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We may transfer and disclose your information, including Personal Information, to third parties: (i) in the event we are required to respond to subpoenas or other legal process or if in our good faith opinion such disclosure is required by law; (ii) at the request of governmental authorities conducting an investigation; (iii) to protect and/or defend the Sites’ Terms of Use or other policies applicable to the Sites; or (iv) to protect the personal safety, rights, property or security of any individual. We may also use IP address or other Device Identifiers to identify users, and may do so in cooperation with copyright owners, internet service providers, wireless service providers or law enforcement agencies in our discretion. Such disclosures may be carried out without notice to you.<br>(vi) <strong>Business Transfer.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>IAMC TV may share Personal Information with its subsidiaries and affiliates for internal reasons. IAMC TV also reserves the right to disclose and transfer all information related to the Sites, including, without limitation, your Personal Information, Demographic Information and Usage Information: (i) to a subsequent owner, co-owner or operator of the Sites or applicable database; or (ii) in connection with a corporate merger, consolidation, restructuring, the sale of substantially all of IAMC TV’s stock and/or assets or other corporate change, including, without limitation, during the course of any due diligence process.<br><strong>D. What About Information I Disclose Publicly?</strong><br>(I) <strong>User Generated Content, Social Networking and Public Information.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Sites may permit you to submit ideas, photographs, user profiles, writings, music, video, audio recordings, computer graphics, pictures, data, questions, comments, suggestions or other content, including Personal Information (collectively, <strong>“</strong><strong>User Generated Content”</strong>). User Generated Content may be published online or offline in any media or format (currently existing or hereafter developed). Others may have access to this User Generated Content and may have the ability to share it with third parties across the Internet. Additionally, you may have the opportunity to engage in social networking through the Sites, such as creating a public profile, sharing User Generated Content, and inviting others to connect with you. Please think carefully before deciding what information you share, including Personal Information, in connection with your User Generated Content or social networking activities. Please note that IAMC TV does not control who will have access to the information that you choose to make public, and cannot ensure that parties who have access to such publicly available information will respect your privacy or keep it secure. This Privacy Policy does not apply to any information that you disclose publicly, share with others, or otherwise upload onto the Sites. We are not responsible for the accuracy, use or misuse of any content or information that you disclose or receive through the Sites.<br>(ii) <strong>Name and Likeness.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We may also publish your name, voice, likeness and other Personal Information that is part of your User Generated Content (or any portion of the content), and IAMC TV may use the content, or any portion of the content, for advertising, marketing, publicity and promotional activities. For full terms and conditions regarding User Generated Content you submit to the Sites, please review our Terms of Use.<br><strong>E. Does Third Party Content and Links to Third Party Sites Appear on the Sites?</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Sites may contain content that is supplied by a third party, and those third parties may collect web site usage information and your Device Identifier when web pages from the Sites are served to your browser. In addition, when you are on the Sites you may be directed to other sites that are operated and controlled by third parties that we do not control. We are not responsible for the privacy practices employed by any of these third-party sites. For example, if you “click” on a banner advertisement, the “click” may take you off the Sites onto a different web site. These other web sites may send their own cookies to you, independently collect data, or solicit Personal Information and may or may not have their own published privacy policies. IAMC TV encourages you to note when you leave our Sites and to read the privacy statements of all third-party web sites before submitting any Personal Information to those sites.<br><strong>F. Are There Third-Party Ads Served on The Sites?</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Sites may use third parties such as network advertisers to serve advertisements on the Sites and may use third party analytics service providers to evaluate and provide us with information about the use of the Sites and viewing of our content. Network advertisers are third parties that display advertisements based on your visits to the Sites and other web sites you have visited. Third-party ad serving enables us to target advertisements to you for products and services in which you might be interested. The Sites’ third party ad network providers, the advertisers, the sponsors and/or traffic measurement services may themselves set and access their own cookies (including flash cookies), web beacons and other tracking technologies on your Device and track certain behavioral information regarding users of your Device via a Device Identifier. These third party cookies (including flash cookies), web beacons and other tracking technologies are set to, among other things: (a) help deliver advertisements to you that you might be interested in; (b) prevent you from seeing the same advertisements too many times; and (c) understand the usefulness to you of the advertisements that have been delivered to you. You acknowledge and agree that the Device Identifier may access and use your computer or device and may set or change settings on your computer or device in connection with the web sites’ operation. Note that any images (or any other parts of a web page) served by third parties in association with third party cookies may serve as web beacons, which enable third parties to carry out the previously described activities. Third party cookies (including flash cookies) and web beacons are governed by each third party’s specific privacy policy, not this one. While we may use a variety of companies to serve advertisements on the Sites, you may wish to visit www.networkadvertising.org<a href=\"http://www.networkadvertising.org/optout_nonppii.asp\">/optout_nonppii.asp</a>, which provides information regarding this practice by Network Advertising Initiative (“<strong>NAI</strong>“) members, and your choices regarding having this information used by these companies, including the “opt-out” procedures of NAI members. This Privacy Policy does not cover the methods for collecting information used by these third-party advertisers or the use of the information that such advertisers collect. We make no representations regarding the policies or business practices of third-party network advertisers.<br><strong>G. How Do I Change My Information and Communications Preferences?</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You are responsible for maintaining the accuracy of any Personal Information or other information that you provide to us on or through the Sites, and for correcting or updating any Personal Information or other information you have provided to us on or through the Sites. Should you wish to change any Personal Information or other information, please reach us <strong>through our contact page</strong>. We will make good faith efforts to make requested changes in our then active databases as soon as reasonably practicable after we receive them.<br><strong>H. What About Consent to Transfer Information to The United States?</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Sites are operated in the United States and intended for users located in the United States. If you are located in the European Union, Canada or anywhere else outside of the United States, please be aware that information we collect, including, without limitation, Personal Information, will be transferred to, processed and stored in the United States. The data protection laws in the United States may differ from those of the country in which you are located, and your Personal Information may be subject to access requests from governments, courts, or law enforcement in the United States according to laws of the United States. By using the Sites or providing us with any information, you consent to this transfer, processing, and storage of your information in the United States.<br><strong>I. What Should Parents Know About Children?</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Sites are general audience web sites and we do not knowingly collect any Personal Information from children younger than the age of thirteen (13). We will delete any Personal Information collected that we later determine to be from a user younger than the age of thirteen (13).<br><strong>J. What About Security?</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We incorporate commercially reasonable safeguards to help protect and secure your Personal Information. However, no data transmission over the Internet, wireless transmission or electronic storage of information can be guaranteed to be 100% secure. Please note that we cannot ensure or warrant the security of any information you transmit to us, and you use our Sites and provide us with your information at your own risk.<br><strong>K. What About Changes to The Privacy Policy?</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>IAMC TV reserves the right to change this Privacy Policy at any time without notice to you. Any changes will be effective immediately upon the posting of the revised Privacy Policy. However, IAMC TV will not use your Personal Information in a manner materially different than what was stated at the time it was collected without your consent.<strong><u></u></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><u>General Provisions</u></strong><strong></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>A.<u> IAMC TV’s Consent or Approval.</u></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As to any provision in these Terms or any Additional Terms that grants IAMC TV a right of consent or approval, or permits IAMC TV to exercise a right in its “sole discretion,” IAMC TV may exercise that right in its sole and absolute discretion.&nbsp; No IAMC TV consent or approval may be deemed to have been granted by IAMC TV without being in writing and signed by an officer of IAMC TV.<br><strong>B. <u>Applicable Law</u></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These Terms and any Additional Terms will be governed by and construed in accordance with, and any Dispute and Excluded Dispute will be resolved in accordance with, the laws of the State of Georgia, without regard to its conflicts of law provisions.<br><strong>C. <u>Indemnity</u></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You agree to defend, indemnify and hold harmless IAMC TV, its parent and subsidiary companies and divisions, its affiliates and their respective directors, officers, employees and agents from and against any and all claims, actions, suits or proceedings, as well as any and all losses, liabilities, damages, costs and expenses (including reasonable legal fees and costs) arising out of or accruing from (a) any material posted or otherwise provided by you (including without limitation User Content), or any other subscriber or user of your account that infringes any intellectual property right of any person or entity or defames any person or violates their rights of publicity or privacy, (b) any misrepresentation made by you in connection with your use of the online services; and (c) any breach of any of the representation, warranties or other terms or conditions relating to use of your User Content.<br><strong>D. <u>Operation of Service in The United States; Availability of Products and Services; International Issues</u></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>IAMC TV controls and operates the Service from its U.S.-based offices in Atlanta, GA., and IAMC TV makes no representation that the Service is appropriate or available for use beyond the U.S.A.&nbsp; If you use the Service from other locations, you are doing so on your own initiative and are responsible for compliance with applicable local laws regarding your online conduct and acceptable content, if and to the extent local laws apply.&nbsp;&nbsp; The Service may describe products and services that are available only in the U.S.A. (or only parts of it) and are not available worldwide.&nbsp; We reserve the right to limit the availability of the Service and/or the provision of any content, program, product, service, or other feature described or available on the Service to any person, entity, geographic area, or jurisdiction, at any time and in our sole discretion, and to limit the quantities of any content, program, product, service, or other feature that we provide.&nbsp; You and we disclaim any application to these Terms of the Convention on Contracts for the International Sale of Goods.<br><strong>E. <u>Export Controls</u></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Software related to or made available by the Service may be subject to export controls of the U.S.A.&nbsp; No software from the Service may be downloaded, exported, or re-exported (i) into (or to a national or resident of) any country or other jurisdiction to which the U.S.A. has embargoed goods, software, technology or services (which, as of the effective date of these Terms, includes Cuba, North Korea, Iran, Sudan, and Syria), or (ii) to anyone on the U.S. Treasury Department’s list of Specially Designated Nationals or the U.S. Commerce Department’s Table of Deny Orders, or (iii) to anyone on the U.S. Department of Commerce’s Bureau of Industry and Security Entities List as published in the Export Administration Regulations (including entities engaged in weapons of mass destruction proliferation in various countries and persons and entities that are suspected of diverting U.S. origin items to embargoed countries or terrorist end-uses).&nbsp; You are responsible for complying with all trade regulations and laws both foreign and domestic.&nbsp; Except as authorized by law, you agree and warrant not to export or re-export the software to any county, or to any person, entity, or end-user subject to U.S. export controls, including as set forth in subsections (i) – (iii) above.<br><strong>F. <u>Severability; Interpretation</u></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If any provision of these Terms, or any Additional Terms, is for any reason deemed invalid, unlawful, void, or unenforceable by a court or arbitrator of competent jurisdiction, then that provision will be deemed severable from these Terms or the Additional Terms, and the invalidity of the provision will not affect the validity or enforceability of the remainder of these Terms or the Additional Terms (which will remain in full force and effect). To the extent permitted by applicable law, you agree to waive, and you hereby waive, any applicable statutory and common law that may permit a contract to be construed against its drafter.&nbsp; Wherever the word “including” is used in these Terms or any Additional Terms, the word will be deemed to mean “including, without limitation,”. The summaries of provisions and section headings are provided for convenience only and shall not limit the full Terms.<br><strong>G. <u>Communications</u></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When you communicate with us electronically, such as via e-mail and text message, you consent to receive communications from us electronically.&nbsp; Please note that we are not obligated to respond to inquiries that we receive.&nbsp; You agree that all agreements, notices, disclosures, and other communications that we provide to you electronically satisfy any legal requirement that such communications be in writing.<br><strong>H. <u>Investigations; Cooperation with Law Enforcement; Termination; Survival</u></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>IAMC TV reserves the right, without any limitation, to: (i) investigate any suspected breaches of its Service security or its information technology or other systems or networks, (ii) investigate any suspected breaches of these Terms and any Additional Terms, (iii) investigate any information obtained by IAMC TV in accordance with its <strong>Privacy Policy</strong><strong> </strong>in connection with reviewing law enforcement databases or complying with criminal laws, (iv) involve and cooperate with law enforcement authorities in investigating any of the foregoing matters, (v) prosecute violators of these Terms and any Additional Terms, and (vi) discontinue the Service, in whole or in part, or, except as may be expressly set forth in any Additional Terms, suspend or terminate your access to it, in whole or in part, including any user Accounts or registrations, at any time, without notice, for any reason and without any obligation to you or any third party.&nbsp; Any suspension or termination will not affect your obligations to IAMC TV under these Terms or any Additional Terms.&nbsp; Upon suspension or termination of your access to the Service, or upon notice from IAMC TV, all rights granted to you under these Terms or any Additional Terms will cease immediately, and you agree that you will immediately discontinue use of the Service.&nbsp; The provisions of these Terms and any Additional Terms, which by their nature should survive your suspension or termination will survive, including the rights and licenses you grant to IAMC TV in these Terms, as well as the indemnities, releases, disclaimers, and limitations on liability and the provisions regarding jurisdiction, choice of law, no class action, and mandatory arbitration.<br><strong>I. <u>Assignment</u></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>IAMC TV may assign its rights and obligations under these Terms and any Additional Terms, in whole or in part, to any party at any time without any notice.&nbsp; These Terms and any Additional Terms may not be assigned by you, and you may not delegate your duties under them, without the prior written consent of an officer of IAMC TV.<br><strong>J. <u>No Waiver</u></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Except as expressly set forth in these Terms or any Additional Terms, (i) no failure or delay by you or IAMC TV in exercising any of rights, powers, or remedies under will operate as a waiver of that or any other right, power, or remedy, and (ii) no waiver or modification of any provision of these Terms or any Additional Terms will be effective unless in writing and signed by the party against whom the waiver or modification is sought to be enforced.<br><strong>K. <u>California Consumer Rights</u></strong>.<br>Residents of California are entitled to the following specific consumer rights information: you may contact the Complaint Assistance Unit of the Division of Consumer Services of the Department of Consumer Affairs by mail at: 400 R St., Suite 1080, Sacramento, California, 95814, or by telephone at (916) 445-1254. Their website is located at: http://www.dca.ca.gov.<br><strong>L. <u>Connectivity</u></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You are responsible for obtaining and maintaining all Devices and other equipment and software, and all internet service provider, mobile service, and other services needed for your access to and use of the Service and you will be responsible for all charges related to them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Last Updated June 9, 2020</p>\n<!-- /wp:paragraph -->\";s:4:\"date\";s:25:\"2020-06-09T13:14:52-04:00\";s:10:\"attributes\";a:1:{s:3:\"url\";s:38:\"https://www.iamctv.com/privacy-policy/\";}s:10:\"blockchain\";s:0:\"\";s:13:\"transactionId\";s:0:\"\";s:4:\"hash\";s:64:\"3ea1c8ab5d06459cfb8dfc5b8689e7a685caa4f10594ade7b9ab941b4687bcf2\";s:13:\"pluginVersion\";s:5:\"2.8.4\";}'),
(85, 29, 'wordproof_last_timestamped_on', '1591722903'),
(86, 29, '_edit_last', '1'),
(87, 29, 'amazonS3_cache', 'a:1:{s:47:\"//www.networkadvertising.org/optout_nonppii.asp\";a:1:{s:9:\"timestamp\";i:1591722892;}}'),
(88, 29, 'pms-content-restrict-message-purchasing_restricted', ''),
(96, 29, 'pms-content-restrict-type', 'default'),
(90, 29, 'pms-content-restrict-custom-redirect-url', ''),
(91, 29, 'pms-content-restrict-message-logged_out', ''),
(92, 29, 'pms-content-restrict-message-non_members', ''),
(97, 29, '_yoast_wpseo_content_score', '30'),
(98, 31, '_edit_lock', '1591723084:1'),
(99, 31, 'wordproof_timestamp_data', 'a:10:{s:4:\"type\";s:16:\"ArticleTimestamp\";s:7:\"version\";s:5:\"0.2.0\";s:5:\"title\";s:12:\"Terms of Use\";s:7:\"content\";s:4042:\"<!-- wp:paragraph -->\n<p>By accessing this web site, you are agreeing to be bound by these web site terms and conditions of use, all applicable laws and regulations, and agree that you are responsible for compliance with any applicable local laws. If you do not agree with any of these terms, you are prohibited from using or accessing this site. The materials contained in this web site are protected by applicable copyright and trademark law.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Intellectual Property Rights</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>All copyrights, trademarks, patents, and other intellectual property rights in and on our website and all content and software located on the site shall remain the sole property of IAMC TV or its licensors. The use of our trademarks, content and intellectual property is forbidden without the express written consent from IAMC TV.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>You must not:</h3>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Republish material from our website without prior written consent.</li><li>Sell or rent material from our website.</li><li>Reproduce, duplicate, create derivative, copy, or otherwise exploit material on our website for any purpose.</li><li>Redistribute any content from our website, including onto another website.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Acceptable Use</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>You agree to use our website only for lawful purposes, and in a way that does not infringe the rights of, restrict or inhibit anyone else’s use and enjoyment of the website. Prohibited behavior includes harassing or causing distress or inconvenience to any other user, transmitting obscene or offensive content, or disrupting the normal flow of dialogue within our website.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You must not use our website to send unsolicited commercial communications. You must not use the content on our website for any marketing related purpose without our express written consent.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Restricted Access</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We may in the future need to restrict access to parts (or all) of our website and reserve full rights to do so. If, at any point, we provide you with a username and password for you to access restricted areas of our website, you must ensure that both your username and password are kept confidential.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Revisions</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>IAMC TV may change these terms from time to time and so you should check these terms regularly. Your continued use of our website will be deemed acceptance of the updated or amended terms. If you do not agree to the changes, you should cease using our website immediately.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If any of these terms are determined to be illegal, invalid, or otherwise unenforceable, it shall be severed and deleted from these terms and the remaining terms shall survive and continue to be binding and enforceable.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Limitation of Liability</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>THE MATERIALS AT THIS SITE ARE PROVIDED “AS IS” WITHOUT ANY EXPRESS OR IMPLIED WARRANTY OF ANY KIND INCLUDING WARRANTIES OF MERCHANTABILITY, NON-INFRINGEMENT OF INTELLECTUAL PROPERTY, OR FITNESS FOR ANY PARTICULAR PURPOSE. IN NO EVENT SHALL IAMC TV OR ITS AGENTS OR OFFICERS BE LIABLE FOR ANY DAMAGES WHATSOEVER (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF PROFITS, BUSINESS INTERRUPTION, LOSS OF INFORMATION, INJURY OR DEATH) ARISING OUT OF THE USE OF OR INABILITY TO USE THE MATERIALS, EVEN IF IAMC TV HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH LOSS OR DAMAGES.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Updated June 9, 2020.</p>\n<!-- /wp:paragraph -->\";s:4:\"date\";s:25:\"2020-06-09T13:18:01-04:00\";s:10:\"attributes\";a:1:{s:3:\"url\";s:36:\"https://www.iamctv.com/terms-of-use/\";}s:10:\"blockchain\";s:0:\"\";s:13:\"transactionId\";s:0:\"\";s:4:\"hash\";s:64:\"f1ecfdbd1f00e68f1f7eeee23cfddf344a3643428ac4bd20e7c6f1d7cdf254df\";s:13:\"pluginVersion\";s:5:\"2.8.4\";}'),
(100, 31, 'wordproof_last_timestamped_on', '1591723090'),
(101, 31, '_edit_last', '1'),
(102, 31, 'pms-content-restrict-message-purchasing_restricted', ''),
(110, 31, 'pms-content-restrict-type', 'default'),
(104, 31, 'pms-content-restrict-custom-redirect-url', ''),
(105, 31, 'pms-content-restrict-message-logged_out', ''),
(106, 31, 'pms-content-restrict-message-non_members', ''),
(111, 31, '_yoast_wpseo_content_score', '30'),
(112, 33, '_menu_item_type', 'custom'),
(113, 33, '_menu_item_menu_item_parent', '0'),
(114, 33, '_menu_item_object_id', '33'),
(115, 33, '_menu_item_object', 'custom'),
(116, 33, '_menu_item_target', ''),
(117, 33, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(118, 33, '_menu_item_xfn', ''),
(119, 33, '_menu_item_url', 'https://www.iamctv.com/'),
(121, 34, '_menu_item_type', 'post_type'),
(122, 34, '_menu_item_menu_item_parent', '0'),
(123, 34, '_menu_item_object_id', '23'),
(124, 34, '_menu_item_object', 'page'),
(125, 34, '_menu_item_target', ''),
(126, 34, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(127, 34, '_menu_item_xfn', ''),
(128, 34, '_menu_item_url', ''),
(130, 35, '_menu_item_type', 'post_type'),
(131, 35, '_menu_item_menu_item_parent', '0'),
(132, 35, '_menu_item_object_id', '27'),
(133, 35, '_menu_item_object', 'page'),
(134, 35, '_menu_item_target', ''),
(135, 35, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(136, 35, '_menu_item_xfn', ''),
(137, 35, '_menu_item_url', ''),
(159, 38, '_menu_item_object_id', '38'),
(139, 36, '_menu_item_type', 'post_type'),
(140, 36, '_menu_item_menu_item_parent', '0'),
(141, 36, '_menu_item_object_id', '29'),
(142, 36, '_menu_item_object', 'page'),
(143, 36, '_menu_item_target', ''),
(144, 36, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(145, 36, '_menu_item_xfn', ''),
(146, 36, '_menu_item_url', ''),
(158, 38, '_menu_item_menu_item_parent', '0'),
(148, 37, '_menu_item_type', 'post_type'),
(149, 37, '_menu_item_menu_item_parent', '0'),
(150, 37, '_menu_item_object_id', '31'),
(151, 37, '_menu_item_object', 'page'),
(152, 37, '_menu_item_target', ''),
(153, 37, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(154, 37, '_menu_item_xfn', ''),
(155, 37, '_menu_item_url', ''),
(157, 38, '_menu_item_type', 'custom'),
(160, 38, '_menu_item_object', 'custom'),
(161, 38, '_menu_item_target', ''),
(162, 38, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(163, 38, '_menu_item_xfn', ''),
(164, 38, '_menu_item_url', 'https://www.facebook.com/watchiamctv'),
(186, 41, '_menu_item_object_id', '6'),
(166, 39, '_menu_item_type', 'custom'),
(167, 39, '_menu_item_menu_item_parent', '0'),
(168, 39, '_menu_item_object_id', '39'),
(169, 39, '_menu_item_object', 'custom'),
(170, 39, '_menu_item_target', ''),
(171, 39, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(172, 39, '_menu_item_xfn', ''),
(173, 39, '_menu_item_url', 'https://instagram.com/official_iamctv'),
(185, 41, '_menu_item_menu_item_parent', '0'),
(175, 40, '_menu_item_type', 'custom'),
(176, 40, '_menu_item_menu_item_parent', '0'),
(177, 40, '_menu_item_object_id', '40'),
(178, 40, '_menu_item_object', 'custom'),
(179, 40, '_menu_item_target', ''),
(180, 40, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(181, 40, '_menu_item_xfn', ''),
(182, 40, '_menu_item_url', 'https://twitter.com/iamctv'),
(184, 41, '_menu_item_type', 'post_type'),
(187, 41, '_menu_item_object', 'page'),
(188, 41, '_menu_item_target', ''),
(189, 41, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(190, 41, '_menu_item_xfn', ''),
(191, 41, '_menu_item_url', ''),
(193, 6, '_edit_lock', '1591723798:1'),
(194, 6, '_edit_last', '1'),
(195, 6, 'pms-content-restrict-message-purchasing_restricted', ''),
(203, 6, 'pms-content-restrict-type', 'default'),
(197, 6, 'pms-content-restrict-custom-redirect-url', ''),
(198, 6, 'pms-content-restrict-message-logged_out', ''),
(199, 6, 'pms-content-restrict-message-non_members', ''),
(206, 44, '_wp_attached_file', '2020/06/IAMCSiteIcon.png'),
(207, 44, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:24:\"2020/06/IAMCSiteIcon.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(208, 45, '_wp_attached_file', '2020/06/IAMCSiteIcon-1.png'),
(209, 45, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:26:\"2020/06/IAMCSiteIcon-1.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"IAMCSiteIcon-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"IAMCSiteIcon-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"rokudp\";a:4:{s:4:\"file\";s:26:\"IAMCSiteIcon-1-512x450.png\";s:5:\"width\";i:512;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"IAMCSiteIcon-1-450x450.png\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"IAMCSiteIcon-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:26:\"IAMCSiteIcon-1-450x450.png\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"IAMCSiteIcon-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(210, 45, '_wp_attachment_image_alt', 'IAMC TV Logo'),
(606, 137, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:336;s:6:\"height\";i:188;s:4:\"file\";s:22:\"2020/10/B30April18.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"B30April18-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"B30April18-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"B30April18-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"B30April18-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"B30April18-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"B30April18-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(605, 137, '_wp_attached_file', '2020/10/B30April18.jpg'),
(238, 54, '_edit_last', '1'),
(239, 54, '_edit_lock', '1599250434:1'),
(240, 54, 'pms_subscription_plan_top_parent', '54'),
(241, 54, 'pms_subscription_plan_description', ''),
(242, 54, 'pms_subscription_plan_duration', '30'),
(243, 54, 'pms_subscription_plan_duration_unit', 'day'),
(244, 54, 'pms_subscription_plan_price', '2.99'),
(245, 54, 'pms_subscription_plan_status', 'active'),
(246, 54, 'pms-woo-subscription-plan-product-discounts', 'a:0:{}'),
(247, 54, 'pms_subscription_plan_user_role', 'subscriber'),
(248, 58, '_edit_last', '1'),
(249, 58, '_edit_lock', '1599251564:1'),
(250, 58, 'pms-content-restrict-message-purchasing_restricted', ''),
(275, 58, 'pms-content-restrict-type', 'default'),
(276, 58, 'pms-content-restrict-subscription-plan', '54'),
(253, 58, 'pms-content-restrict-user-status', 'loggedin'),
(254, 58, 'pms-content-restrict-custom-redirect-url', ''),
(255, 58, 'pms-content-restrict-message-logged_out', ''),
(256, 58, 'pms-content-restrict-message-non_members', ''),
(277, 58, 'rovidx_smarttv_URL', 'https://iamctv-roku-bucket.s3.amazonaws.com/music-videos/AdekunleGold-Promise.mp4'),
(278, 58, 'rovidx_smarttv_format', 'MP4'),
(279, 58, 'rovidx_smarttv_quality', 'HD'),
(280, 58, 'rovidx_smarttv_genres', 'a:1:{i:0;s:7:\"romance\";}'),
(281, 58, 'rovidx_smarttv_rating', 'UNRATED'),
(282, 58, '_yoast_wpseo_content_score', '30');
INSERT INTO `iamc_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3531, 507, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:3000;s:6:\"height\";i:3000;s:4:\"file\";s:29:\"2020/10/IAMCTVPodcastLogo.png\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"IAMCTVPodcastLogo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"IAMCTVPodcastLogo-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"IAMCTVPodcastLogo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"IAMCTVPodcastLogo-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:31:\"IAMCTVPodcastLogo-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:31:\"IAMCTVPodcastLogo-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"newsphere-slider-full\";a:4:{s:4:\"file\";s:30:\"IAMCTVPodcastLogo-1280x720.png\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"newsphere-featured\";a:4:{s:4:\"file\";s:31:\"IAMCTVPodcastLogo-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"newsphere-medium\";a:4:{s:4:\"file\";s:29:\"IAMCTVPodcastLogo-720x380.png\";s:5:\"width\";i:720;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"IAMCTVPodcastLogo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:29:\"IAMCTVPodcastLogo-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"IAMCTVPodcastLogo-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:29:\"IAMCTVPodcastLogo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:29:\"IAMCTVPodcastLogo-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"IAMCTVPodcastLogo-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(653, 23, 'newsphere-meta-content-alignment', 'align-content-left'),
(331, 75, '_edit_lock', '1602599673:1'),
(335, 75, '_wpas_done_all', '1'),
(338, 75, 'wordproof_timestamp_data', 'a:10:{s:4:\"type\";s:16:\"ArticleTimestamp\";s:7:\"version\";s:5:\"0.2.0\";s:5:\"title\";s:26:\"B30MV Countdown-April 2018\";s:7:\"content\";s:529:\"<!-- wp:core-embed/youtube {\"url\":\"https://www.youtube.com/playlist?list=PLhA33Qlq7dPTfwX8T1W2OLTC623OhFGXK\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"align\":\"center\",\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed-youtube aligncenter wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/playlist?list=PLhA33Qlq7dPTfwX8T1W2OLTC623OhFGXK\n</div></figure>\n<!-- /wp:core-embed/youtube -->\";s:4:\"date\";s:25:\"2020-10-13T10:34:33-04:00\";s:10:\"attributes\";a:1:{s:3:\"url\";s:50:\"https://www.iamctv.com/b30mv-countdown-april-2018/\";}s:10:\"blockchain\";s:0:\"\";s:13:\"transactionId\";s:0:\"\";s:4:\"hash\";s:64:\"e9dce235d87dfc44ac6f7b09cf07189d3547d75c9577a3a3d186ca7c2ef8d97a\";s:13:\"pluginVersion\";s:6:\"2.8.12\";}'),
(336, 75, '_oembed_11698b3702b4d076a1e5880f0d5fde2f', '<iframe title=\"Blazin&#039; 30 Music Video Countdown-April 2018\" width=\"580\" height=\"326\" src=\"https://www.youtube.com/embed/videoseries?list=PLhA33Qlq7dPTfwX8T1W2OLTC623OhFGXK\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(287, 64, '_edit_lock', '1602191617:1'),
(288, 65, '_wp_attached_file', '2020/10/B30MVLogo.png'),
(289, 65, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:3464;s:6:\"height\";i:1296;s:4:\"file\";s:21:\"2020/10/B30MVLogo.png\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"B30MVLogo-300x112.png\";s:5:\"width\";i:300;s:6:\"height\";i:112;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"B30MVLogo-1024x383.png\";s:5:\"width\";i:1024;s:6:\"height\";i:383;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"B30MVLogo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"B30MVLogo-768x287.png\";s:5:\"width\";i:768;s:6:\"height\";i:287;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"B30MVLogo-1536x575.png\";s:5:\"width\";i:1536;s:6:\"height\";i:575;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:22:\"B30MVLogo-2048x766.png\";s:5:\"width\";i:2048;s:6:\"height\";i:766;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"B30MVLogo-1200x449.png\";s:5:\"width\";i:1200;s:6:\"height\";i:449;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"twentytwenty-fullscreen\";a:4:{s:4:\"file\";s:22:\"B30MVLogo-1980x741.png\";s:5:\"width\";i:1980;s:6:\"height\";i:741;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"B30MVLogo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"B30MVLogo-600x224.png\";s:5:\"width\";i:600;s:6:\"height\";i:224;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"B30MVLogo-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"B30MVLogo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"B30MVLogo-600x224.png\";s:5:\"width\";i:600;s:6:\"height\";i:224;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"B30MVLogo-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(290, 64, '_edit_last', '1'),
(291, 64, 'wordproof_timestamp_data', 'a:10:{s:4:\"type\";s:16:\"ArticleTimestamp\";s:7:\"version\";s:5:\"0.2.0\";s:5:\"title\";s:22:\"Blazin\' 30 Music Video\";s:7:\"content\";s:980:\"<!-- wp:paragraph -->\n<p>“Blazin\' 30 Music Video”&nbsp;(B30MV) is a curated show by&nbsp;IAMC TV and&nbsp;broadcasted on IAMC TV Roku channel as a music video countdown show.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"right\",\"id\":65,\"width\":409,\"height\":153,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignright size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2020/10/B30MVLogo-1024x383.png\" alt=\"\" class=\"wp-image-65\" width=\"409\" height=\"153\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>B30MV&nbsp;showcases the best music videos from continental&nbsp;Africa and the Caribbean.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The show&nbsp;is a cutting-edge countdown show that will highlight Africa\'s talented music scene both at home and in the diaspora.&nbsp; The curated playlist can be seen on the IAMC TV YouTube&nbsp;channels and on our IAMC TV Roku channel.</p>\n<!-- /wp:paragraph -->\";s:4:\"date\";s:25:\"2020-10-08T17:09:02-04:00\";s:10:\"attributes\";a:1:{s:3:\"url\";s:45:\"https://www.iamctv.com/blazin-30-music-video/\";}s:10:\"blockchain\";s:0:\"\";s:13:\"transactionId\";s:0:\"\";s:4:\"hash\";s:64:\"e0350ec0370e3892b3913bd9b5d51d6bb29706c023a28975abe5fc7c3b281094\";s:13:\"pluginVersion\";s:6:\"2.8.12\";}'),
(292, 64, 'wordproof_last_timestamped_on', '1602191347'),
(293, 67, '_edit_lock', '1602197993:1'),
(294, 67, '_edit_last', '1'),
(295, 67, 'wordproof_timestamp_data', 'a:10:{s:4:\"type\";s:16:\"ArticleTimestamp\";s:7:\"version\";s:5:\"0.2.0\";s:5:\"title\";s:5:\"Shows\";s:7:\"content\";s:1189:\"<!-- wp:jetpack/tiled-gallery {\"className\":\"is-style-columns\",\"columnWidths\":[[72.63323971976999,27.366760280230018]],\"ids\":[65,90]} -->\n<div class=\"wp-block-jetpack-tiled-gallery aligncenter is-style-columns\"><div class=\"tiled-gallery__gallery\"><div class=\"tiled-gallery__row\"><div class=\"tiled-gallery__col\" style=\"flex-basis:72.63323971976999%\"><figure class=\"tiled-gallery__item\"><img alt=\"\" data-height=\"1296\" data-id=\"65\" data-link=\"https://www.iamctv.com/blazin-30-music-video/b30mvlogo/\" data-url=\"https://www.iamctv.com/wp-content/uploads/2020/10/B30MVLogo.png\" data-width=\"3464\" src=\"https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/10/B30MVLogo.png?ssl=1\" layout=\"responsive\"/></figure></div><div class=\"tiled-gallery__col\" style=\"flex-basis:27.366760280230018%\"><figure class=\"tiled-gallery__item\"><img alt=\"\" data-height=\"145\" data-id=\"90\" data-link=\"https://www.iamctv.com/shows/streetchat-1/\" data-url=\"https://www.iamctv.com/wp-content/uploads/2020/10/StreetChat-1.png\" data-width=\"145\" src=\"https://i2.wp.com/www.iamctv.com/wp-content/uploads/2020/10/StreetChat-1.png?ssl=1\" layout=\"responsive\"/></figure></div></div></div></div>\n<!-- /wp:jetpack/tiled-gallery -->\";s:4:\"date\";s:25:\"2020-10-08T18:59:50-04:00\";s:10:\"attributes\";a:1:{s:3:\"url\";s:29:\"https://www.iamctv.com/shows/\";}s:10:\"blockchain\";s:0:\"\";s:13:\"transactionId\";s:0:\"\";s:4:\"hash\";s:64:\"77646ef1e7f3bf285620889137ee61654ed98e46b2bcc1107a0df0415bc6780b\";s:13:\"pluginVersion\";s:6:\"2.8.12\";}'),
(296, 67, 'wordproof_last_timestamped_on', '1602198000'),
(297, 69, '_menu_item_type', 'post_type'),
(298, 69, '_menu_item_menu_item_parent', '0'),
(299, 69, '_menu_item_object_id', '67'),
(300, 69, '_menu_item_object', 'page'),
(301, 69, '_menu_item_target', ''),
(302, 69, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(303, 69, '_menu_item_xfn', ''),
(304, 69, '_menu_item_url', ''),
(316, 72, '_wp_attached_file', '2020/10/StreetChat.png'),
(457, 87, '_menu_item_target', ''),
(456, 87, '_menu_item_object', 'custom'),
(455, 87, '_menu_item_object_id', '87'),
(454, 87, '_menu_item_menu_item_parent', '0'),
(453, 87, '_menu_item_type', 'custom'),
(317, 72, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:145;s:6:\"height\";i:145;s:4:\"file\";s:22:\"2020/10/StreetChat.png\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"StreetChat-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"StreetChat-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(3530, 507, '_wp_attached_file', '2020/10/IAMCTVPodcastLogo.png'),
(337, 75, '_oembed_time_11698b3702b4d076a1e5880f0d5fde2f', '1602192707'),
(339, 75, 'wordproof_last_timestamped_on', '1602599706'),
(340, 75, '_edit_last', '1'),
(354, 77, '_edit_lock', '1602599720:1'),
(343, 75, 'episode_type', 'audio'),
(344, 75, 'audio_file', ''),
(345, 75, 'duration', ''),
(346, 75, 'filesize', ''),
(347, 75, 'date_recorded', '2020-10-08'),
(348, 75, 'explicit', ''),
(349, 75, 'block', ''),
(350, 75, 'itunes_episode_number', ''),
(351, 75, 'itunes_title', ''),
(352, 75, 'itunes_season_number', ''),
(353, 75, 'itunes_episode_type', ''),
(358, 77, '_wpas_done_all', '1'),
(361, 77, 'wordproof_timestamp_data', 'a:10:{s:4:\"type\";s:16:\"ArticleTimestamp\";s:7:\"version\";s:5:\"0.2.0\";s:5:\"title\";s:25:\"B30MV Countdown-July 2018\";s:7:\"content\";s:529:\"<!-- wp:core-embed/youtube {\"url\":\"https://www.youtube.com/playlist?list=PLhA33Qlq7dPR7nX1FzAn8YXSV2eQtsXjc\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"align\":\"center\",\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed-youtube aligncenter wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/playlist?list=PLhA33Qlq7dPR7nX1FzAn8YXSV2eQtsXjc\n</div></figure>\n<!-- /wp:core-embed/youtube -->\";s:4:\"date\";s:25:\"2020-10-13T10:35:13-04:00\";s:10:\"attributes\";a:1:{s:3:\"url\";s:49:\"https://www.iamctv.com/b30mv-countdown-july-2018/\";}s:10:\"blockchain\";s:0:\"\";s:13:\"transactionId\";s:0:\"\";s:4:\"hash\";s:64:\"27aa2b2444b31b93016d4718c4165fcd7f175d6e53a16459a33d9d1af6912125\";s:13:\"pluginVersion\";s:6:\"2.8.12\";}'),
(363, 77, '_edit_last', '1'),
(359, 77, '_oembed_47b05ac3408556639d961fb3975d1deb', '<iframe title=\"Blazin&#039; 30 Music Video Countdown-July 2018\" width=\"580\" height=\"326\" src=\"https://www.youtube.com/embed/videoseries?list=PLhA33Qlq7dPR7nX1FzAn8YXSV2eQtsXjc\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(360, 77, '_oembed_time_47b05ac3408556639d961fb3975d1deb', '1602192822'),
(362, 77, 'wordproof_last_timestamped_on', '1602599718'),
(377, 79, '_edit_lock', '1602599776:1'),
(366, 77, 'episode_type', 'audio'),
(367, 77, 'audio_file', ''),
(368, 77, 'duration', ''),
(369, 77, 'filesize', ''),
(370, 77, 'date_recorded', '2020-10-08'),
(371, 77, 'explicit', ''),
(372, 77, 'block', ''),
(373, 77, 'itunes_episode_number', ''),
(374, 77, 'itunes_title', ''),
(375, 77, 'itunes_season_number', ''),
(376, 77, 'itunes_episode_type', ''),
(381, 79, '_wpas_done_all', '1'),
(396, 79, 'wordproof_timestamp_data', 'a:10:{s:4:\"type\";s:16:\"ArticleTimestamp\";s:7:\"version\";s:5:\"0.2.0\";s:5:\"title\";s:29:\"B30MV Countdown-February 2019\";s:7:\"content\";s:500:\"<!-- wp:core-embed/youtube {\"url\":\"https://www.youtube.com/playlist?list=PLhA33Qlq7dPTvh-8RHgOqNPu9BAN3IJZ9\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/playlist?list=PLhA33Qlq7dPTvh-8RHgOqNPu9BAN3IJZ9\n</div></figure>\n<!-- /wp:core-embed/youtube -->\";s:4:\"date\";s:25:\"2020-10-13T10:38:16-04:00\";s:10:\"attributes\";a:1:{s:3:\"url\";s:53:\"https://www.iamctv.com/b30mv-countdown-february-2019/\";}s:10:\"blockchain\";s:0:\"\";s:13:\"transactionId\";s:0:\"\";s:4:\"hash\";s:64:\"2cfe684e31ba4506108d581900c8d76cb22de9f4d867cc6517c74152fe4c0fde\";s:13:\"pluginVersion\";s:6:\"2.8.12\";}'),
(398, 81, '_edit_lock', '1602599963:1'),
(382, 79, '_oembed_63f601c4f44079da78a85693507a5515', '<iframe title=\"Blazin&#039; 30 Music Video Countdown-February 2019\" width=\"580\" height=\"326\" src=\"https://www.youtube.com/embed/videoseries?list=PLhA33Qlq7dPTvh-8RHgOqNPu9BAN3IJZ9\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(383, 79, '_oembed_time_63f601c4f44079da78a85693507a5515', '1602192927'),
(384, 79, '_edit_last', '1'),
(385, 79, 'episode_type', 'audio'),
(386, 79, 'audio_file', ''),
(387, 79, 'duration', ''),
(388, 79, 'filesize', ''),
(389, 79, 'date_recorded', '2020-10-08'),
(390, 79, 'explicit', ''),
(391, 79, 'block', ''),
(392, 79, 'itunes_episode_number', ''),
(393, 79, 'itunes_title', ''),
(394, 79, 'itunes_season_number', ''),
(395, 79, 'itunes_episode_type', ''),
(397, 79, 'wordproof_last_timestamped_on', '1602599911'),
(402, 81, '_wpas_done_all', '1'),
(405, 81, 'wordproof_timestamp_data', 'a:10:{s:4:\"type\";s:16:\"ArticleTimestamp\";s:7:\"version\";s:5:\"0.2.0\";s:5:\"title\";s:29:\"B30MV Countdown-December 2019\";s:7:\"content\";s:529:\"<!-- wp:core-embed/youtube {\"url\":\"https://www.youtube.com/playlist?list=PLhA33Qlq7dPRNQlGxSkZjNOwI3keRXFFH\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"align\":\"center\",\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed-youtube aligncenter wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/playlist?list=PLhA33Qlq7dPRNQlGxSkZjNOwI3keRXFFH\n</div></figure>\n<!-- /wp:core-embed/youtube -->\";s:4:\"date\";s:25:\"2020-10-13T10:39:19-04:00\";s:10:\"attributes\";a:1:{s:3:\"url\";s:53:\"https://www.iamctv.com/b30mv-countdown-december-2019/\";}s:10:\"blockchain\";s:0:\"\";s:13:\"transactionId\";s:0:\"\";s:4:\"hash\";s:64:\"310638fc455a0c31dbca2d4af685d2d7d7af99133b851aee79de0e7f7f3a15c4\";s:13:\"pluginVersion\";s:6:\"2.8.12\";}'),
(403, 81, '_oembed_8f9ee9944476b26fcdae570663220a5c', '<iframe title=\"Blazin&#039; 30 Music Video Countdown-December 2019\" width=\"580\" height=\"326\" src=\"https://www.youtube.com/embed/videoseries?list=PLhA33Qlq7dPRNQlGxSkZjNOwI3keRXFFH\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(404, 81, '_oembed_time_8f9ee9944476b26fcdae570663220a5c', '1602193016'),
(406, 81, 'wordproof_last_timestamped_on', '1602677122'),
(407, 81, '_edit_last', '1'),
(423, 84, '_edit_lock', '1604182515:1'),
(409, 81, 'episode_type', 'audio'),
(410, 81, 'audio_file', ''),
(411, 81, 'duration', ''),
(412, 81, 'filesize', ''),
(413, 81, 'date_recorded', '2020-10-08'),
(414, 81, 'explicit', ''),
(415, 81, 'block', ''),
(416, 81, 'itunes_episode_number', ''),
(417, 81, 'itunes_title', ''),
(418, 81, 'itunes_season_number', ''),
(419, 81, 'itunes_episode_type', ''),
(427, 84, '_wpas_done_all', '1'),
(444, 86, '_menu_item_type', 'taxonomy'),
(428, 84, '_oembed_7a31aa771626cc7f1b85b3b00f9b0275', '<iframe title=\"Blazin&#039; 30 Music Video Countdown-October 2020\" width=\"580\" height=\"326\" src=\"https://www.youtube.com/embed/videoseries?list=PLhA33Qlq7dPQTJEX8d4BsZypd6ChhAM9p\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(429, 84, '_oembed_time_7a31aa771626cc7f1b85b3b00f9b0275', '1602194260'),
(430, 84, 'wordproof_timestamp_data', 'a:10:{s:4:\"type\";s:16:\"ArticleTimestamp\";s:7:\"version\";s:5:\"0.2.0\";s:5:\"title\";s:28:\"B30MV Countdown-October 2020\";s:7:\"content\";s:500:\"<!-- wp:core-embed/youtube {\"url\":\"https://www.youtube.com/playlist?list=PLhA33Qlq7dPQTJEX8d4BsZypd6ChhAM9p\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/playlist?list=PLhA33Qlq7dPQTJEX8d4BsZypd6ChhAM9p\n</div></figure>\n<!-- /wp:core-embed/youtube -->\";s:4:\"date\";s:25:\"2020-10-13T10:40:18-04:00\";s:10:\"attributes\";a:1:{s:3:\"url\";s:52:\"https://www.iamctv.com/b30mv-countdown-october-2020/\";}s:10:\"blockchain\";s:0:\"\";s:13:\"transactionId\";s:0:\"\";s:4:\"hash\";s:64:\"bb1661e535771ac677c87b449664e86e331aadff68ae1d51ba13ae5b90b55073\";s:13:\"pluginVersion\";s:6:\"2.8.12\";}'),
(431, 84, 'wordproof_last_timestamped_on', '1602600026'),
(432, 84, '_edit_last', '1'),
(433, 84, 'episode_type', 'audio'),
(434, 84, 'audio_file', ''),
(435, 84, 'duration', ''),
(436, 84, 'filesize', ''),
(437, 84, 'date_recorded', '2020-10-08'),
(438, 84, 'explicit', ''),
(439, 84, 'block', ''),
(440, 84, 'itunes_episode_number', ''),
(441, 84, 'itunes_title', ''),
(442, 84, 'itunes_season_number', ''),
(443, 84, 'itunes_episode_type', ''),
(445, 86, '_menu_item_menu_item_parent', '0'),
(446, 86, '_menu_item_object_id', '21'),
(447, 86, '_menu_item_object', 'category'),
(448, 86, '_menu_item_target', ''),
(449, 86, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(450, 86, '_menu_item_xfn', ''),
(451, 86, '_menu_item_url', ''),
(458, 87, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(459, 87, '_menu_item_xfn', ''),
(460, 87, '_menu_item_url', 'https://open.spotify.com/user/on4f4ldug3l0ap6rzisef2r6j'),
(462, 88, '_menu_item_type', 'custom'),
(463, 88, '_menu_item_menu_item_parent', '0'),
(464, 88, '_menu_item_object_id', '88'),
(465, 88, '_menu_item_object', 'custom'),
(466, 88, '_menu_item_target', ''),
(467, 88, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(468, 88, '_menu_item_xfn', ''),
(469, 88, '_menu_item_url', 'https://www.youtube.com/channel/UC6N23nsJuqs7ycbWk2KU1qA'),
(485, 90, '_wp_attached_file', '2020/10/StreetChat-1.png'),
(486, 90, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:145;s:6:\"height\";i:145;s:4:\"file\";s:24:\"2020/10/StreetChat-1.png\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"StreetChat-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"StreetChat-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(487, 93, '_wp_attached_file', '2020/06/cropped-IAMCMainLogo-2.png'),
(488, 93, '_wp_attachment_context', 'custom-logo'),
(489, 93, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:89;s:6:\"height\";i:45;s:4:\"file\";s:34:\"2020/06/cropped-IAMCMainLogo-2.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(490, 94, '_wp_attached_file', '2020/06/cropped-IAMCMainLogo-1.png'),
(491, 94, '_wp_attachment_context', 'custom-logo'),
(492, 94, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:64;s:6:\"height\";i:45;s:4:\"file\";s:34:\"2020/06/cropped-IAMCMainLogo-1.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(495, 96, '_wp_attached_file', '2020/06/cropped-IAMCMainLogo-2-1.png'),
(496, 96, '_wp_attachment_context', 'custom-logo'),
(497, 96, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:65;s:6:\"height\";i:45;s:4:\"file\";s:36:\"2020/06/cropped-IAMCMainLogo-2-1.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(530, 114, '_form', '<label> Your Name (required)\n    [text* your-name] </label>\n\n<label> Your Email (required)\n    [email* your-email] </label>\n\n<label> Subject\n    [text your-subject] </label>\n\n<label> Your Message\n    [textarea your-message] </label>\n\n[submit \"Send\"]'),
(531, 114, '_mail', 'a:8:{s:7:\"subject\";s:62:\"International African Movie Channel (IAMC TV) \"[your-subject]\"\";s:6:\"sender\";s:66:\"International African Movie Channel (IAMC TV) <support@iamctv.com>\";s:4:\"body\";s:206:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on International African Movie Channel (IAMC TV) (https://www.iamctv.com)\";s:9:\"recipient\";s:18:\"support@iamctv.com\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),
(532, 114, '_mail_2', 'a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:62:\"International African Movie Channel (IAMC TV) \"[your-subject]\"\";s:6:\"sender\";s:66:\"International African Movie Channel (IAMC TV) <support@iamctv.com>\";s:4:\"body\";s:148:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on International African Movie Channel (IAMC TV) (https://www.iamctv.com)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:28:\"Reply-To: support@iamctv.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),
(533, 114, '_messages', 'a:8:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";}'),
(534, 114, '_additional_settings', NULL),
(535, 114, '_locale', 'en_US'),
(536, 84, '_oembed_c0500bed07ca5d78133ff63bdbdc90d3', '<iframe title=\"Blazin&#039; 30 Music Video Countdown-October 2020\" width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/videoseries?list=PLhA33Qlq7dPQTJEX8d4BsZypd6ChhAM9p\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(537, 84, '_oembed_time_c0500bed07ca5d78133ff63bdbdc90d3', '1602265528'),
(538, 81, '_oembed_4fa098df8ab51ebd30858a07d1c06736', '<iframe title=\"Blazin&#039; 30 Music Video Countdown-December 2019\" width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/videoseries?list=PLhA33Qlq7dPRNQlGxSkZjNOwI3keRXFFH\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(539, 81, '_oembed_time_4fa098df8ab51ebd30858a07d1c06736', '1602265529'),
(540, 79, '_oembed_ca86d40f10cd3489a74bce67722a99a2', '<iframe title=\"Blazin&#039; 30 Music Video Countdown-February 2019\" width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/videoseries?list=PLhA33Qlq7dPTvh-8RHgOqNPu9BAN3IJZ9\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(541, 79, '_oembed_time_ca86d40f10cd3489a74bce67722a99a2', '1602265529'),
(542, 77, '_oembed_b92832d931acc6eef01286e3b6b3dd65', '<iframe title=\"Blazin&#039; 30 Music Video Countdown-July 2018\" width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/videoseries?list=PLhA33Qlq7dPR7nX1FzAn8YXSV2eQtsXjc\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(543, 77, '_oembed_time_b92832d931acc6eef01286e3b6b3dd65', '1602265529'),
(544, 75, '_oembed_c7944f5ba3ff7b4fe01c2add7b93a418', '<iframe title=\"Blazin&#039; 30 Music Video Countdown-April 2018\" width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/videoseries?list=PLhA33Qlq7dPTfwX8T1W2OLTC623OhFGXK\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(545, 75, '_oembed_time_c7944f5ba3ff7b4fe01c2add7b93a418', '1602265530'),
(546, 115, '_wp_attached_file', '2020/06/cropped-IAMCMainLogo-2-2.png'),
(547, 115, '_wp_attachment_context', 'custom-logo'),
(548, 115, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:938;s:6:\"height\";i:937;s:4:\"file\";s:36:\"2020/06/cropped-IAMCMainLogo-2-2.png\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"cropped-IAMCMainLogo-2-2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"cropped-IAMCMainLogo-2-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"cropped-IAMCMainLogo-2-2-768x767.png\";s:5:\"width\";i:768;s:6:\"height\";i:767;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"newsphere-slider-full\";a:4:{s:4:\"file\";s:36:\"cropped-IAMCMainLogo-2-2-938x720.png\";s:5:\"width\";i:938;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"newsphere-medium\";a:4:{s:4:\"file\";s:36:\"cropped-IAMCMainLogo-2-2-720x380.png\";s:5:\"width\";i:720;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:36:\"cropped-IAMCMainLogo-2-2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:36:\"cropped-IAMCMainLogo-2-2-600x599.png\";s:5:\"width\";i:600;s:6:\"height\";i:599;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:36:\"cropped-IAMCMainLogo-2-2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:36:\"cropped-IAMCMainLogo-2-2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:36:\"cropped-IAMCMainLogo-2-2-600x599.png\";s:5:\"width\";i:600;s:6:\"height\";i:599;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:36:\"cropped-IAMCMainLogo-2-2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(549, 116, '_wp_attached_file', '2020/06/cropped-IAMCMainLogo-2-3.png'),
(550, 116, '_wp_attachment_context', 'custom-logo'),
(551, 116, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:938;s:6:\"height\";i:661;s:4:\"file\";s:36:\"2020/06/cropped-IAMCMainLogo-2-3.png\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"cropped-IAMCMainLogo-2-3-300x211.png\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"cropped-IAMCMainLogo-2-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"cropped-IAMCMainLogo-2-3-768x541.png\";s:5:\"width\";i:768;s:6:\"height\";i:541;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"newsphere-medium\";a:4:{s:4:\"file\";s:36:\"cropped-IAMCMainLogo-2-3-720x380.png\";s:5:\"width\";i:720;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:36:\"cropped-IAMCMainLogo-2-3-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:36:\"cropped-IAMCMainLogo-2-3-600x423.png\";s:5:\"width\";i:600;s:6:\"height\";i:423;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:36:\"cropped-IAMCMainLogo-2-3-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:36:\"cropped-IAMCMainLogo-2-3-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:36:\"cropped-IAMCMainLogo-2-3-600x423.png\";s:5:\"width\";i:600;s:6:\"height\";i:423;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:36:\"cropped-IAMCMainLogo-2-3-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(554, 24, '_edit_lock', '1602266561:1'),
(555, 24, '_wp_attachment_backup_sizes', 'a:2:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:960;s:6:\"height\";i:937;s:4:\"file\";s:18:\"IAMCMainLogo-1.png\";}s:18:\"full-1602266431713\";a:3:{s:5:\"width\";i:256;s:6:\"height\";i:250;s:4:\"file\";s:33:\"IAMCMainLogo-1-e1602266270429.png\";}}'),
(556, 24, '_edit_last', '1'),
(560, 119, '_wp_attached_file', '2020/06/cropped-IAMCMainLogo-1-e1602266270429.png'),
(561, 119, '_wp_attachment_context', 'custom-logo'),
(562, 119, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:250;s:6:\"height\";i:182;s:4:\"file\";s:49:\"2020/06/cropped-IAMCMainLogo-1-e1602266270429.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"cropped-IAMCMainLogo-1-e1602266270429-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:49:\"cropped-IAMCMainLogo-1-e1602266270429-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:49:\"cropped-IAMCMainLogo-1-e1602266270429-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(564, 121, '_wp_attached_file', '2020/06/cropped-IAMCMainLogo-1-e1602266431713.png'),
(565, 121, '_wp_attachment_context', 'custom-logo'),
(566, 121, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:150;s:6:\"height\";i:118;s:4:\"file\";s:49:\"2020/06/cropped-IAMCMainLogo-1-e1602266431713.png\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:49:\"cropped-IAMCMainLogo-1-e1602266431713-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:49:\"cropped-IAMCMainLogo-1-e1602266431713-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(37992, 4822, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:18:\"2020/11/Buhari.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"Buhari-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"Buhari-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Buhari-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"Buhari-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"newsphere-slider-full\";a:4:{s:4:\"file\";s:19:\"Buhari-1280x720.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"newsphere-featured\";a:4:{s:4:\"file\";s:19:\"Buhari-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"newsphere-medium\";a:4:{s:4:\"file\";s:18:\"Buhari-720x380.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"Buhari-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:18:\"Buhari-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"Buhari-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:18:\"Buhari-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"Buhari-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"Buhari-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(576, 126, '_menu_item_type', 'taxonomy'),
(577, 126, '_menu_item_menu_item_parent', '0'),
(578, 126, '_menu_item_object_id', '22'),
(579, 126, '_menu_item_object', 'category'),
(580, 126, '_menu_item_target', ''),
(581, 126, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(582, 126, '_menu_item_xfn', ''),
(583, 126, '_menu_item_url', ''),
(37991, 4822, '_wp_attached_file', '2020/11/Buhari.jpg'),
(37942, 4815, '_edit_lock', '1605018402:1'),
(38250, 4850, '_edit_lock', '1605846903:1'),
(628, 142, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:336;s:6:\"height\";i:188;s:4:\"file\";s:20:\"2020/10/B30Dec19.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"B30Dec19-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"B30Dec19-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"B30Dec19-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"B30Dec19-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"B30Dec19-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"B30Dec19-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(610, 75, 'newsphere-meta-content-alignment', 'align-content-left'),
(615, 140, '_wp_attached_file', '2020/10/B30July18.jpg'),
(616, 140, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:336;s:6:\"height\";i:188;s:4:\"file\";s:21:\"2020/10/B30July18.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"B30July18-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"B30July18-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"B30July18-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"B30July18-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"B30July18-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"B30July18-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(612, 75, '_thumbnail_id', '137'),
(627, 142, '_wp_attached_file', '2020/10/B30Dec19.jpg'),
(619, 77, '_thumbnail_id', '140'),
(620, 77, 'newsphere-meta-content-alignment', 'align-content-left'),
(621, 141, '_wp_attached_file', '2020/10/B30Feb19.jpg'),
(622, 141, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:336;s:6:\"height\";i:188;s:4:\"file\";s:20:\"2020/10/B30Feb19.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"B30Feb19-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"B30Feb19-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"B30Feb19-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"B30Feb19-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"B30Feb19-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"B30Feb19-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(625, 79, '_thumbnail_id', '141'),
(626, 79, 'newsphere-meta-content-alignment', 'align-content-left'),
(633, 143, '_wp_attached_file', '2020/10/B30Oct.jpg'),
(631, 81, '_thumbnail_id', '142'),
(632, 81, 'newsphere-meta-content-alignment', 'align-content-left'),
(634, 143, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:336;s:6:\"height\";i:188;s:4:\"file\";s:18:\"2020/10/B30Oct.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"B30Oct-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"B30Oct-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"B30Oct-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"B30Oct-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:18:\"B30Oct-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"B30Oct-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(637, 84, '_thumbnail_id', '143'),
(638, 84, 'newsphere-meta-content-alignment', 'align-content-left'),
(654, 153, '_edit_lock', '1603723776:1'),
(655, 154, '_wp_attached_file', '2020/10/EndSars.jpg'),
(656, 154, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:675;s:4:\"file\";s:19:\"2020/10/EndSars.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"EndSars-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"EndSars-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"EndSars-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"EndSars-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"newsphere-featured\";a:4:{s:4:\"file\";s:20:\"EndSars-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"newsphere-medium\";a:4:{s:4:\"file\";s:19:\"EndSars-720x380.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"EndSars-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"EndSars-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"EndSars-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:19:\"EndSars-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"EndSars-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"EndSars-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(657, 155, '_wp_attached_file', '2020/10/end-sars.jpg');
INSERT INTO `iamc_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(658, 155, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:780;s:6:\"height\";i:405;s:4:\"file\";s:20:\"2020/10/end-sars.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"end-sars-300x156.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"end-sars-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"end-sars-768x399.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"newsphere-medium\";a:4:{s:4:\"file\";s:20:\"end-sars-720x380.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"end-sars-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"end-sars-600x312.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"end-sars-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"end-sars-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"end-sars-600x312.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"end-sars-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(662, 153, '_wpas_done_all', '1'),
(664, 153, 'wordproof_timestamp_data', 'a:10:{s:4:\"type\";s:16:\"ArticleTimestamp\";s:7:\"version\";s:5:\"0.2.0\";s:5:\"title\";s:17:\"Nigeria: #EndSars\";s:7:\"content\";s:4175:\"<!-- wp:paragraph -->\n<p>For the past 3 weeks, most social media networks have been inundated with the hashtag, #EndSars.&nbsp; If you are not a Nigerian, you might be wondering what is #EndSars and why are Nigerians pushing for #EndSars?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"left\",\"id\":155,\"width\":379,\"height\":197,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignleft size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2020/10/end-sars.jpg\" alt=\"\" class=\"wp-image-155\" width=\"379\" height=\"197\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>To help non-Nigerians catch up with the timeline, SARS is the Special Anti-Robbery Squad set up and tasked with combating armed robbery, cattle rustling, and other forms of banditry that has unfortunately taken the Nigerian social space.&nbsp; A long story short, the squad (SARS), became the menace they were tasked to combat.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"right\",\"id\":154,\"width\":413,\"height\":232,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignright size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2020/10/EndSars-1024x576.jpg\" alt=\"\" class=\"wp-image-154\" width=\"413\" height=\"232\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Most Nigerians are and have been angry as a result of the police brutality meted out to citizens by SARS over the years, and the complicity by the political leaders of not enshrining the rule of law in the Nigeria economic, political, and social space.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Evidence abound online of the atrocities that have been committed by the men and women of SARS and yet none of the known erring officers have been made to pay for their extra judicial killings, instead they are allowed to remain on the force and continue their crime.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nigerian youths started the #EndSars peaceful protest on October 8, 2020 and their voices spread like wildfire with the aid of social media.&nbsp; Even without a leader, they were unrelenting with their demands.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While the Nigerian government have indicated they have accepted the demands of the protesters, it still did not hesitate to suppress the peaceful protest with military force and hired government thugs.&nbsp; The peaceful protest which was already going on for the past 12 days, was disrupted with gunshots on the evening of October 20, 2020 when the Nigerian government ordered the shooting of unarmed peaceful protesters at the Lekki Toll Gate Plaza. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the past week, there have been numerous deaths across cities of Nigeria in the hands of government forces while the government is still denying their involvement and working to change the narrative to their benefit.&nbsp; Nigeria will move forward as the youths have proclaimed, Soro Soke.&nbsp; They should not relent on this agitation, as now is the time for true organization to capture the political space as they have captured the social space.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Freedom is what Nigerians are currently seeking and the leaders should be more insightful and see the writing on the wall.&nbsp; All patriotic Nigerians should also be aware that the road to true freedom, good governance, and the rule of law will not be an easy road as there will be agents of the government and the unpatriotic ruling class that will continue to undermine this agitation by the patriotic Nigerian youths.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We pray for all the dead and injured Nigerian citizens at the hands of the Nigerian Army and the now disbanded SARS.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Photo Credit: <a rel=\"noreferrer noopener\" href=\"https://www.cnn.com\" target=\"_blank\">CNN </a>, <a href=\"https://petitions.net\" target=\"_blank\" rel=\"noreferrer noopener\">Petitions.net</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\";s:4:\"date\";s:25:\"2020-10-26T10:27:16-04:00\";s:10:\"attributes\";a:1:{s:3:\"url\";s:39:\"https://www.iamctv.com/nigeria-endsars/\";}s:10:\"blockchain\";s:0:\"\";s:13:\"transactionId\";s:0:\"\";s:4:\"hash\";s:64:\"c7564761728cae019f495c4bdac8e95d79616e6bc7f1715c9b419d84ee05c984\";s:13:\"pluginVersion\";s:6:\"2.8.14\";}'),
(663, 153, '_thumbnail_id', '155'),
(665, 153, 'wordproof_last_timestamped_on', '1604000802'),
(666, 153, '_edit_last', '1'),
(681, 169, 'wprss_template_type', '__built_in'),
(669, 153, 'episode_type', 'audio'),
(670, 153, 'audio_file', ''),
(671, 153, 'duration', ''),
(672, 153, 'filesize', ''),
(673, 153, 'date_recorded', '2020-10-26'),
(674, 153, 'explicit', ''),
(675, 153, 'block', ''),
(676, 153, 'itunes_episode_number', ''),
(677, 153, 'itunes_title', ''),
(678, 153, 'itunes_season_number', ''),
(679, 153, 'itunes_episode_type', ''),
(680, 153, 'newsphere-meta-content-alignment', 'align-content-left'),
(682, 170, 'wprss_url', 'http://rss.cnn.com/rss/edition_africa.rss'),
(683, 170, 'wprss_limit', '20'),
(684, 170, 'wprss_site_url', 'https://www.cnn.com/africa/index.html'),
(685, 170, 'wprss_feed_image', 'http://i2.cdn.turner.com/cnn/2015/images/09/24/cnn.digital.png'),
(686, 170, 'wprss_last_update', '1605019300'),
(687, 170, 'wprss_last_update_items', '6'),
(688, 170, 'wprss_feed_is_updating', ''),
(689, 170, 'wprss_next_update', '...'),
(690, 170, 'wprss_items_imported', '20'),
(14334, 1864, '_wp_attached_file', '2020/11/MDBanner.jpg'),
(14335, 1864, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:200;s:4:\"file\";s:20:\"2020/11/MDBanner.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"MDBanner-300x38.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:38;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"MDBanner-1024x128.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"MDBanner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"MDBanner-768x96.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:21:\"MDBanner-1536x192.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"newsphere-slider-full\";a:4:{s:4:\"file\";s:21:\"MDBanner-1280x200.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"newsphere-featured\";a:4:{s:4:\"file\";s:21:\"MDBanner-1024x128.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"newsphere-medium\";a:4:{s:4:\"file\";s:20:\"MDBanner-720x200.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"MDBanner-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"MDBanner-600x75.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"MDBanner-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"MDBanner-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"MDBanner-600x75.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"MDBanner-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3562, 513, '_wp_attached_file', '2020/10/IAMCTVSChatPodcastFImage-1-e1604002358276.png'),
(3561, 512, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:450;s:6:\"height\";i:450;s:4:\"file\";s:36:\"2020/10/IAMCTVSChatPodcastFImage.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3560, 512, '_wp_attached_file', '2020/10/IAMCTVSChatPodcastFImage.png'),
(14530, 1890, '_thumbnail_id', '1896'),
(14531, 1890, '_edit_last', '1'),
(14532, 1890, 'episode_type', 'audio'),
(14533, 1890, 'duration', ''),
(14534, 1890, 'date_recorded', '2020-10-29'),
(14535, 1890, 'explicit', ''),
(14337, 1853, 'wordproof_timestamp_data', 'a:10:{s:4:\"type\";s:16:\"ArticleTimestamp\";s:7:\"version\";s:5:\"0.2.0\";s:5:\"title\";s:23:\"IAMC TV Music Discovery\";s:7:\"content\";s:803:\"<!-- wp:image {\"align\":\"center\",\"id\":1858,\"width\":304,\"height\":305} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2020/11/IAMCTVMDLogo.png\" alt=\"\" class=\"wp-image-1858\" width=\"304\" height=\"305\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:core-embed/spotify {\"url\":\"https://open.spotify.com/playlist/4Xy3YYF3QIUwzHWesG7Uai\",\"type\":\"rich\",\"providerNameSlug\":\"spotify\",\"align\":\"center\",\"className\":\"wp-embed-aspect-9-16 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed-spotify aligncenter wp-block-embed is-type-rich is-provider-spotify wp-embed-aspect-9-16 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://open.spotify.com/playlist/4Xy3YYF3QIUwzHWesG7Uai\n</div></figure>\n<!-- /wp:core-embed/spotify -->\";s:4:\"date\";s:25:\"2020-11-03T12:55:00-05:00\";s:10:\"attributes\";a:1:{s:3:\"url\";s:47:\"https://www.iamctv.com/iamc-tv-music-discovery/\";}s:10:\"blockchain\";s:0:\"\";s:13:\"transactionId\";s:0:\"\";s:4:\"hash\";s:64:\"64c9062305e0e0a218c0282dcc6b509de823c873e0ae651d0f7db4aca26d0c91\";s:13:\"pluginVersion\";s:6:\"2.8.14\";}'),
(14336, 1853, '_thumbnail_id', '1864'),
(3572, 513, '_wp_attachment_backup_sizes', 'a:8:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:450;s:6:\"height\";i:450;s:4:\"file\";s:30:\"IAMCTVSChatPodcastFImage-1.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:38:\"IAMCTVSChatPodcastFImage-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:38:\"IAMCTVSChatPodcastFImage-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"newsphere-medium-orig\";a:4:{s:4:\"file\";s:38:\"IAMCTVSChatPodcastFImage-1-450x380.png\";s:5:\"width\";i:450;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"woocommerce_thumbnail-orig\";a:5:{s:4:\"file\";s:38:\"IAMCTVSChatPodcastFImage-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:34:\"woocommerce_gallery_thumbnail-orig\";a:4:{s:4:\"file\";s:38:\"IAMCTVSChatPodcastFImage-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"shop_catalog-orig\";a:4:{s:4:\"file\";s:38:\"IAMCTVSChatPodcastFImage-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"shop_thumbnail-orig\";a:4:{s:4:\"file\";s:38:\"IAMCTVSChatPodcastFImage-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}'),
(14537, 1890, 'itunes_episode_number', '1'),
(14299, 1858, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:3000;s:6:\"height\";i:3000;s:4:\"file\";s:24:\"2020/11/IAMCTVMDLogo.png\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"IAMCTVMDLogo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"IAMCTVMDLogo-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"IAMCTVMDLogo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"IAMCTVMDLogo-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:26:\"IAMCTVMDLogo-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:26:\"IAMCTVMDLogo-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"newsphere-slider-full\";a:4:{s:4:\"file\";s:25:\"IAMCTVMDLogo-1280x720.png\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"newsphere-featured\";a:4:{s:4:\"file\";s:26:\"IAMCTVMDLogo-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"newsphere-medium\";a:4:{s:4:\"file\";s:24:\"IAMCTVMDLogo-720x380.png\";s:5:\"width\";i:720;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"IAMCTVMDLogo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"IAMCTVMDLogo-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"IAMCTVMDLogo-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"IAMCTVMDLogo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"IAMCTVMDLogo-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"IAMCTVMDLogo-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(14298, 1858, '_wp_attached_file', '2020/11/IAMCTVMDLogo.png'),
(14540, 1890, 'itunes_episode_type', 'full'),
(14265, 1853, '_edit_lock', '1604426248:1'),
(14332, 1853, '_oembed_99bada031a5b296bda704a439ccdb53d', '<iframe title=\"Spotify Embed: IAMC TV Music Discovery\" width=\"300\" height=\"380\" allowtransparency=\"true\" frameborder=\"0\" allow=\"encrypted-media\" src=\"https://open.spotify.com/embed/playlist/4Xy3YYF3QIUwzHWesG7Uai\"></iframe>'),
(17075, 2215, '_wp_attached_file', '2020/11/usa-vote-e1604502015873.jpg'),
(21077, 2713, 'wprss_best_image', ''),
(21076, 2713, 'wprss_images', 'a:0:{}'),
(17074, 2214, '_edit_lock', '1604501597:1'),
(21075, 2713, 'wprss_feed_id', '170'),
(21074, 2713, 'wprss_item_source_url', 'https://www.cnn.com/africa/index.html'),
(21070, 2713, 'wprss_item_date', '2020-11-05T11:48:21+0000'),
(21071, 2713, 'wprss_item_permalink', 'http://rss.cnn.com/~r/rss/edition_africa/~3/F7F29N-lUCo/index.html'),
(21072, 2713, 'wprss_item_enclosure', 'https://cdn.cnn.com/cnnnext/dam/assets/200816081729-01-mauritius-oil-spill-0816-super-169.jpg'),
(21073, 2713, 'wprss_item_source_name', 'CNN.com - RSS Channel - Regions - Africa'),
(17265, 2237, 'wprss_item_source_name', 'CNN.com - RSS Channel - Regions - Africa'),
(17266, 2237, 'wprss_item_source_url', 'https://www.cnn.com/africa/index.html'),
(23057, 2963, '_wp_attachment_metadata', 'a:20:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:2;s:11:\"sample_rate\";i:44100;s:7:\"bitrate\";d:128001.25971912111;s:11:\"channelmode\";s:6:\"stereo\";s:12:\"bitrate_mode\";s:3:\"vbr\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:3:\"VBR\";s:17:\"compression_ratio\";d:0.09070384050391235;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:42305558;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:2644;s:16:\"length_formatted\";s:5:\"44:04\";s:5:\"title\";s:19:\"IAMC TV Street Chat\";s:5:\"album\";s:18:\"Season 2 Episode 2\";s:6:\"artist\";s:15:\"IAMC TV Podcast\";s:14:\"recording_time\";s:4:\"2020\";s:16:\"encoder_settings\";s:13:\"Lavf58.29.100\";s:4:\"year\";s:4:\"2020\";}'),
(17269, 2237, 'wprss_best_image', ''),
(23056, 2963, '_wp_attached_file', '2020/11/IAMCTVSCS2E2.mp3'),
(17267, 2237, 'wprss_feed_id', '170'),
(17268, 2237, 'wprss_images', 'a:0:{}'),
(17262, 2237, 'wprss_item_date', '2020-11-04T14:35:03+0000'),
(17263, 2237, 'wprss_item_permalink', 'http://rss.cnn.com/~r/rss/edition_africa/~3/RaLkwaYvik8/index.html'),
(17264, 2237, 'wprss_item_enclosure', 'https://cdn.cnn.com/cnnnext/dam/assets/201104041247-abiy-ahmed-0914-restricted-super-169.jpg'),
(14185, 1842, 'wprss_item_date', '2020-11-03T10:37:19+0000'),
(14186, 1842, 'wprss_item_permalink', 'http://rss.cnn.com/~r/rss/edition_africa/~3/NbUfDsRI8Sk/index.html'),
(14191, 1842, 'wprss_images', 'a:0:{}'),
(14192, 1842, 'wprss_best_image', ''),
(14187, 1842, 'wprss_item_enclosure', 'https://cdn.cnn.com/cnnnext/dam/assets/201102055011-restricted-bus-station-rwanda-0603-super-169.jpg'),
(14188, 1842, 'wprss_item_source_name', 'CNN.com - RSS Channel - Regions - Africa'),
(14189, 1842, 'wprss_item_source_url', 'https://www.cnn.com/africa/index.html'),
(14190, 1842, 'wprss_feed_id', '170'),
(11752, 1537, 'wprss_best_image', ''),
(11751, 1537, 'wprss_images', 'a:0:{}'),
(24905, 3177, 'wordproof_timestamp_data', 'a:10:{s:4:\"type\";s:16:\"ArticleTimestamp\";s:7:\"version\";s:5:\"0.2.0\";s:5:\"title\";s:37:\"2020 US Presidential Election Results\";s:7:\"content\";s:405:\"<!-- wp:html -->\n<div align=\"center\"><a href=\"https://www.270towin.com/maps/ZAmnv\"><img src=\"https://www.270towin.com/map-images/ZAmnv.png\" width=\"800\"></a><br><small><img style=\"vertical-align:middle;\" src=\"https://www.270towin.com/uploads/3rd_party_270_30px.png\" alt=\"\" /> Click the map to create your own at <a href=\"https://www.270towin.com/maps/ZAmnv\">270toWin.com</a></small></div>\n<!-- /wp:html -->\";s:4:\"date\";s:25:\"2020-11-06T15:11:54-05:00\";s:10:\"attributes\";a:1:{s:3:\"url\";s:61:\"https://www.iamctv.com/2020-us-presidential-election-results/\";}s:10:\"blockchain\";s:0:\"\";s:13:\"transactionId\";s:0:\"\";s:4:\"hash\";s:64:\"1cb37bb6892f7d7d08fbdfd9e818a22ef1483b47641913c046e28754ceffe5e6\";s:13:\"pluginVersion\";s:6:\"2.8.14\";}'),
(38251, 4850, '_last_editor_used_jetpack', 'block-editor'),
(27634, 3526, '_edit_lock', '1604769777:1'),
(38115, 4836, 'wprss_feed_id', '170'),
(38063, 4815, 'wordproof_timestamp_data', 'a:10:{s:4:\"type\";s:16:\"ArticleTimestamp\";s:7:\"version\";s:5:\"0.2.0\";s:5:\"title\";s:59:\"#EndSars Repercussions: Suppression and Erosion of Freedoms\";s:7:\"content\";s:6280:\"<!-- wp:paragraph -->\n<p>The narrative and rhetoric being pushed by the Nigerian leadership following the #EndSars protest should be troubling if not scary to any discerning mind.&nbsp; While no responsibility has been taken by any government agency for the unfortunate loss of lives of protesters (peaceful or otherwise), &nbsp;the government and its goons have not been hesitant to put the blame for the eventual outcome of the protest on social media and the Nigerian youths.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"left\",\"id\":155,\"width\":451,\"height\":234,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignleft size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2020/10/end-sars.jpg\" alt=\"\" class=\"wp-image-155\" width=\"451\" height=\"234\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Following the massacre at the Lekki toll gates, numerous Nigerian political leaders paid condolence visits to the Lagos state site of the massacre and proclaimed there will be investigations and consequences. On the surface, one would think these actors were serious about their intentions of fixing the problems resulting in the peaceful protests and bringing to book the perpetrators and their sponsors of the wanton destruction. It soon became evident that they were merely attempting to change the narrative in the view of the world to exert revenge on those they felt had the effrontery to go against them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After the denial by the Nigerian Army of their involvement in the Lekki massacre, Bola Tinubu a leader in the ruling party All Progressives Congress (APC) visited the Lagos state governor and from his posturing and comments it became evident that he along with the Nigerian government are actively involved in a coverup.&nbsp; While speaking to reporters on a visit to the Lagos state governor Babjide Sanwo-Olu, Tinubu stated that restitution will be paid to those affected and also those who partook in the protests will be investigated to identify the level of their involvement.&nbsp; This statement raised red flags because in the views of Nigerians Mr. Tinubu was more concerned with the financial destruction and not the loss of lives due to the use of the Nigerian security agencies and government sponsored thugs released on the protesters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"right\",\"id\":4822,\"width\":465,\"height\":309,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignright size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2020/11/Buhari-1024x683.jpg\" alt=\"\" class=\"wp-image-4822\" width=\"465\" height=\"309\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It did not take long for other jokers to start to make similar calls without calling for the proper investigation of the killings of Nigerians at the hands of various security agencies.&nbsp; These calls have become scarier as the Nigerian Army sent a no-fly list of protest participants to the Nigerian Airport authorities while continuing to deny their involvement in the massacre.&nbsp; To worsen the narrative, the Central Bank of Nigeria (CBN) has frozen the account of numerous participants of the protest who financially facilitated the peaceful protest for about 12 days.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some representatives of the people who are supposed to quell the current tension in the land have also resorted to harsh rhetoric against the Nigerian youths.&nbsp; Notable among these voices were Desmond Elliot, a former Nollywood actor and Mojisola Alli-Macaulay, both members of the Lagos State House of Assembly. &nbsp;These individuals who are youths themselves, have used their political positions to vilify the Nigerian youths with Macaulay calling Nigerian youths drug addicts and always on social media.&nbsp; Desmond Elliot did his by disrespectfully calling the youths children and advocated for the regulation of social media, a call also made by Macaulay and other political jokers.&nbsp; Mr.&nbsp; Elliot eventually resigned due to his comments which were not taken lightly by his constituents who called for his resignation.&nbsp; Efforts to recall Mrs. Alli-Macaulay from the Lagos State House of Assembly are currently underway by her constituents.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>From the antics being displayed by the Nigerian political elites, it is evident that the current political class are not ready to do the needful for a better life for majority of the Nigerian citizens.&nbsp; Garba Shehu, the Nigerian president official spokesman is even insisting that Nigerian celebrities and social media influencers who were part of the protests will face the wrath of the law.&nbsp; Numerous Nigerian journalists and citizens have so far been arrested and facing bogus federal charges claiming they attempted to overthrow the government. &nbsp;This reasoning is antithetic to our constitution, democracy, and the stability of the country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nigerians need to be vigilant and united for their nascent democracy to stand the test of time as democracy is under attack globally and Nigeria is no different.&nbsp; Recent events in Nigeria is proof, and the recent raids on small business by the Hisbah Police in Kano and Kaduna are signs of more sinister actions on the part of the Nigerian government. &nbsp;Freedoms of the Nigerian citizens are been eroded daily and the current events is no different from 2019 when Omoyele Sowore called for a #RevolutionNow to protest bad governance and was arrested and similarly charged for trying to overthrow the government.&nbsp; He is still in the Nigerian courts for those charges.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Nigerian youths cannot remain silent and should remember and never forget that the power belongs to the people and endeavor to build a solid grassroot base for a political revolution come 2023. Soro Soke!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Photo Credits: <a href=\"https://www.vanguardngr.com\">Vanguard News</a>, <a href=\"https://www.petitions.net\">Petitions.net</a></p>\n<!-- /wp:paragraph -->\";s:4:\"date\";s:25:\"2020-11-10T09:26:40-05:00\";s:10:\"attributes\";a:1:{s:3:\"url\";s:81:\"https://www.iamctv.com/endsars-repercussions-suppression-and-erosion-of-freedoms/\";}s:10:\"blockchain\";s:0:\"\";s:13:\"transactionId\";s:0:\"\";s:4:\"hash\";s:64:\"ae8338f543d25038db20ae08d5e51ae690b989fe1e0ea9774dcfc3db0cfd1ce7\";s:13:\"pluginVersion\";s:6:\"2.8.14\";}'),
(11749, 1537, 'wprss_item_source_url', 'https://www.cnn.com/africa/index.html'),
(7008, 943, 'wordproof_last_timestamped_on', '1604182963'),
(7009, 943, '_edit_last', '1'),
(7011, 943, 'episode_type', 'audio'),
(7012, 943, 'audio_file', ''),
(7013, 943, 'duration', ''),
(7014, 943, 'filesize', ''),
(7015, 943, 'date_recorded', '2020-10-31'),
(7016, 943, 'explicit', ''),
(7017, 943, 'block', ''),
(7018, 943, 'itunes_episode_number', ''),
(7019, 943, 'itunes_title', ''),
(7020, 943, 'itunes_season_number', ''),
(7021, 943, 'itunes_episode_type', ''),
(7022, 943, '_yoast_wpseo_primary_category', '21'),
(7023, 943, 'newsphere-meta-content-alignment', 'align-content-left'),
(7024, 943, '_yoast_wpseo_content_score', '60'),
(6999, 943, '_oembed_time_d22e4edec33e397bc7b9ee0620b9e4ba', '1604182827'),
(7000, 945, '_wp_attached_file', '2020/10/B30MVN20.jpg'),
(7001, 945, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:336;s:6:\"height\";i:188;s:4:\"file\";s:20:\"2020/10/B30MVN20.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"B30MVN20-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"B30MVN20-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"B30MVN20-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"B30MVN20-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"B30MVN20-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"B30MVN20-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6998, 943, '_oembed_d22e4edec33e397bc7b9ee0620b9e4ba', '<iframe title=\"Masicka  x Shane Skull X Wirebrain - Promise (Official Video)\" width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/videoseries?list=PLhA33Qlq7dPSwXxVnX9F-6MLEqmrK1ofN\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(6997, 943, '_edit_lock', '1604182879:1'),
(38111, 4836, 'wprss_item_permalink', 'http://rss.cnn.com/~r/rss/edition_africa/~3/FyidQIpHQ_Y/index.html'),
(21108, 2717, 'wprss_images', 'a:0:{}'),
(21109, 2717, 'wprss_best_image', ''),
(21107, 2717, 'wprss_feed_id', '170'),
(911, 170, '_edit_lock', '1603742021:1'),
(912, 170, '_edit_last', '1'),
(1208, 170, '_wp_old_slug', 'the-conversation-articles-africa'),
(913, 170, 'wprss_unique_titles', ''),
(914, 170, 'wprss_enclosure', 'false'),
(915, 170, 'wprss_import_source', 'false'),
(916, 170, 'feed_request_useragent', ''),
(917, 170, 'wprss_force_feed', 'false'),
(918, 170, 'wprss_activate_feed', ''),
(919, 170, 'wprss_pause_feed', ''),
(920, 170, 'wprss_age_limit', ''),
(921, 170, 'wprss_age_unit', 'days'),
(922, 170, 'wprss_update_interval', 'global'),
(923, 170, 'wprss_state', 'paused'),
(924, 170, 'wprss_update_time', ''),
(1101, 207, '_edit_lock', '1603732909:1'),
(1102, 208, '_wp_attached_file', '2020/10/MEA.jpg'),
(1103, 208, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:720;s:6:\"height\";i:719;s:4:\"file\";s:15:\"2020/10/MEA.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"MEA-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"MEA-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"newsphere-medium\";a:4:{s:4:\"file\";s:15:\"MEA-720x380.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:15:\"MEA-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:15:\"MEA-600x599.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:599;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:15:\"MEA-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:15:\"MEA-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:15:\"MEA-600x599.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:599;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"MEA-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1104, 209, '_wp_attached_file', '2020/10/TBOC1.jpg'),
(1105, 209, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:720;s:6:\"height\";i:933;s:4:\"file\";s:17:\"2020/10/TBOC1.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"TBOC1-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"TBOC1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"newsphere-slider-full\";a:4:{s:4:\"file\";s:17:\"TBOC1-720x720.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"newsphere-medium\";a:4:{s:4:\"file\";s:17:\"TBOC1-720x380.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:17:\"TBOC1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:17:\"TBOC1-600x778.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:778;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:17:\"TBOC1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:17:\"TBOC1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:17:\"TBOC1-600x778.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:778;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"TBOC1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1106, 210, '_wp_attached_file', '2020/10/TBOC2.jpg'),
(1107, 210, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:720;s:6:\"height\";i:931;s:4:\"file\";s:17:\"2020/10/TBOC2.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"TBOC2-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"TBOC2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"newsphere-slider-full\";a:4:{s:4:\"file\";s:17:\"TBOC2-720x720.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"newsphere-medium\";a:4:{s:4:\"file\";s:17:\"TBOC2-720x380.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:17:\"TBOC2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:17:\"TBOC2-600x776.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:776;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:17:\"TBOC2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:17:\"TBOC2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:17:\"TBOC2-600x776.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:776;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"TBOC2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1111, 207, '_wpas_done_all', '1'),
(1113, 207, 'wordproof_timestamp_data', 'a:10:{s:4:\"type\";s:16:\"ArticleTimestamp\";s:7:\"version\";s:5:\"0.2.0\";s:5:\"title\";s:36:\"#EndSars #TakeBackOurCountry Demands\";s:7:\"content\";s:2865:\"<!-- wp:image {\"align\":\"left\",\"id\":208,\"width\":283,\"height\":283,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignleft size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2020/10/MEA.jpg\" alt=\"\" class=\"wp-image-208\" width=\"283\" height=\"283\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The agitators of the Nigeria #EndSARS protest have forwarded a more extensive list of demands to the federal government.  The protesters under the #TakingBackOurCountry hashtag, has asked government to implement the demands in phases with demands in part A of the 2-page document implemented on or before October 31.  The Nigerian youths have asked the government to implement items in part B no later than six months from now.<br><br>The protesters have remained peaceful and civil and continue to maintain their decentralization with no leader.  Some of the demands by the Nigerian youths includes 30% increase in the salary of Police Officers, payment of N12Million compensation to each of the families of those killed by SARS/Police, reduction in the salary and allowances (total package) of members of the State Houses of Assembly to N400,000 per month.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After reading through the press release by the #TakeBackOurCountry protesters, any sane mind will conclude that what the Nigerian youths are asking for are fair, just, and reasonable.&nbsp; Below is the 2-page document making the rounds on social media listing the Nigerian youths’ demands.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:jetpack/tiled-gallery {\"align\":\"\",\"columnWidths\":[[49.94649786410381,50.05350213589619]],\"ids\":[209,210]} -->\n<div class=\"wp-block-jetpack-tiled-gallery is-style-rectangular\"><div class=\"tiled-gallery__gallery\"><div class=\"tiled-gallery__row\"><div class=\"tiled-gallery__col\" style=\"flex-basis:49.94649786410381%\"><figure class=\"tiled-gallery__item\"><img alt=\"\" data-height=\"933\" data-id=\"209\" data-link=\"https://www.iamctv.com/?attachment_id=209\" data-url=\"https://www.iamctv.com/wp-content/uploads/2020/10/TBOC1.jpg\" data-width=\"720\" src=\"https://i2.wp.com/www.iamctv.com/wp-content/uploads/2020/10/TBOC1.jpg?ssl=1\" layout=\"responsive\"/></figure></div><div class=\"tiled-gallery__col\" style=\"flex-basis:50.05350213589619%\"><figure class=\"tiled-gallery__item\"><img alt=\"\" data-height=\"931\" data-id=\"210\" data-link=\"https://www.iamctv.com/?attachment_id=210\" data-url=\"https://www.iamctv.com/wp-content/uploads/2020/10/TBOC2.jpg\" data-width=\"720\" src=\"https://i2.wp.com/www.iamctv.com/wp-content/uploads/2020/10/TBOC2.jpg?ssl=1\" layout=\"responsive\"/></figure></div></div></div></div>\n<!-- /wp:jetpack/tiled-gallery -->\n\n<!-- wp:paragraph -->\n<p>Photo Credit: #EndSars #TakeBackOurCountry</p>\n<!-- /wp:paragraph -->\";s:4:\"date\";s:25:\"2020-10-26T13:21:02-04:00\";s:10:\"attributes\";a:1:{s:3:\"url\";s:58:\"https://www.iamctv.com/endsars-takebackourcountry-demands/\";}s:10:\"blockchain\";s:0:\"\";s:13:\"transactionId\";s:0:\"\";s:4:\"hash\";s:64:\"01ebf3c1a6477f2189c90cf4749e531cac0770783144589552dece53d1bd0f47\";s:13:\"pluginVersion\";s:6:\"2.8.14\";}'),
(1115, 207, '_edit_last', '1'),
(1112, 207, '_thumbnail_id', '208'),
(1114, 207, 'wordproof_last_timestamped_on', '1604000801'),
(14333, 1853, '_oembed_time_99bada031a5b296bda704a439ccdb53d', '1604426105'),
(1118, 207, 'episode_type', 'audio'),
(1119, 207, 'audio_file', ''),
(1120, 207, 'duration', ''),
(1121, 207, 'filesize', ''),
(1122, 207, 'date_recorded', '2020-10-26'),
(1123, 207, 'explicit', ''),
(1124, 207, 'block', ''),
(1125, 207, 'itunes_episode_number', ''),
(1126, 207, 'itunes_title', ''),
(1127, 207, 'itunes_season_number', ''),
(1128, 207, 'itunes_episode_type', ''),
(1129, 207, '_yoast_wpseo_primary_category', '22'),
(1130, 207, 'newsphere-meta-content-alignment', 'align-content-left'),
(1131, 207, '_yoast_wpseo_content_score', '30'),
(7005, 943, '_wpas_done_all', '1'),
(7007, 943, 'wordproof_timestamp_data', 'a:10:{s:4:\"type\";s:16:\"ArticleTimestamp\";s:7:\"version\";s:5:\"0.2.0\";s:5:\"title\";s:29:\"B30MV Countdown-November 2020\";s:7:\"content\";s:530:\"<!-- wp:core-embed/youtube {\"url\":\"https://www.youtube.com/watch?v=y1Jkkjef84cu0026list=PLhA33Qlq7dPSwXxVnX9F-6MLEqmrK1ofN\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=y1Jkkjef84c&amp;list=PLhA33Qlq7dPSwXxVnX9F-6MLEqmrK1ofN\n</div></figure>\n<!-- /wp:core-embed/youtube -->\";s:4:\"date\";s:25:\"2020-10-31T18:21:17-04:00\";s:10:\"attributes\";a:1:{s:3:\"url\";s:53:\"https://www.iamctv.com/b30mv-countdown-november-2020/\";}s:10:\"blockchain\";s:0:\"\";s:13:\"transactionId\";s:0:\"\";s:4:\"hash\";s:64:\"b9142c5f36d893914eb173b7f81598ea0d8e8d3ac8fb6b96902faca9415c8cba\";s:13:\"pluginVersion\";s:6:\"2.8.14\";}'),
(7006, 943, '_thumbnail_id', '945'),
(3563, 513, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:450;s:6:\"height\";i:369;s:4:\"file\";s:53:\"2020/10/IAMCTVSChatPodcastFImage-1-e1604002358276.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:53:\"IAMCTVSChatPodcastFImage-1-e1604002358276-300x246.png\";s:5:\"width\";i:300;s:6:\"height\";i:246;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"IAMCTVSChatPodcastFImage-1-e1604002358276-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"newsphere-medium\";a:4:{s:4:\"file\";s:38:\"IAMCTVSChatPodcastFImage-1-450x380.png\";s:5:\"width\";i:450;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:4:{s:4:\"file\";s:53:\"IAMCTVSChatPodcastFImage-1-e1604002358276-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:53:\"IAMCTVSChatPodcastFImage-1-e1604002358276-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:53:\"IAMCTVSChatPodcastFImage-1-e1604002358276-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:53:\"IAMCTVSChatPodcastFImage-1-e1604002358276-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(33523, 4261, 'wprss_images', 'a:0:{}'),
(33524, 4261, 'wprss_best_image', ''),
(33522, 4261, 'wprss_feed_id', '170'),
(21105, 2717, 'wprss_item_source_name', 'CNN.com - RSS Channel - Regions - Africa'),
(21106, 2717, 'wprss_item_source_url', 'https://www.cnn.com/africa/index.html'),
(23023, 2958, '_edit_lock', '1605218440:1'),
(38113, 4836, 'wprss_item_source_name', 'CNN.com - RSS Channel - Regions - Africa'),
(38114, 4836, 'wprss_item_source_url', 'https://www.cnn.com/africa/index.html'),
(3387, 491, '_wp_attached_file', '2020/10/IAMCTVSC5.mp3'),
(3388, 491, '_wp_attachment_metadata', 'a:20:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:2;s:11:\"sample_rate\";i:44100;s:7:\"bitrate\";d:128001.32405966277;s:11:\"channelmode\";s:6:\"stereo\";s:12:\"bitrate_mode\";s:3:\"vbr\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:3:\"VBR\";s:17:\"compression_ratio\";d:0.09070388609669981;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:40281373;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:2518;s:16:\"length_formatted\";s:5:\"41:58\";s:5:\"title\";s:19:\"IAMC TV Street Chat\";s:5:\"album\";s:12:\"S2 Episode 1\";s:6:\"artist\";s:15:\"IAMC TV Podcast\";s:14:\"recording_time\";s:4:\"2020\";s:16:\"encoder_settings\";s:13:\"Lavf58.29.100\";s:4:\"year\";s:4:\"2020\";}'),
(14529, 1896, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:350;s:4:\"file\";s:31:\"2020/10/IAMCTVPodcastbanner.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"IAMCTVPodcastbanner-300x105.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"IAMCTVPodcastbanner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"IAMCTVPodcastbanner-768x269.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"newsphere-medium\";a:4:{s:4:\"file\";s:31:\"IAMCTVPodcastbanner-720x350.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"IAMCTVPodcastbanner-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:31:\"IAMCTVPodcastbanner-600x210.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"IAMCTVPodcastbanner-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:31:\"IAMCTVPodcastbanner-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:31:\"IAMCTVPodcastbanner-600x210.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"IAMCTVPodcastbanner-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(14528, 1896, '_wp_attached_file', '2020/10/IAMCTVPodcastbanner.jpg'),
(3417, 493, '_menu_item_type', 'post_type_archive'),
(3418, 493, '_menu_item_menu_item_parent', '69'),
(3419, 493, '_menu_item_object_id', '-37'),
(3420, 493, '_menu_item_object', 'podcast'),
(3421, 493, '_menu_item_target', ''),
(3422, 493, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3423, 493, '_menu_item_xfn', ''),
(3424, 493, '_menu_item_url', ''),
(3540, 509, '_wp_attached_file', '2020/10/IAMCTVSChatPodcastLogo.png');
INSERT INTO `iamc_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3541, 509, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:3000;s:6:\"height\";i:3000;s:4:\"file\";s:34:\"2020/10/IAMCTVSChatPodcastLogo.png\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"IAMCTVSChatPodcastLogo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"IAMCTVSChatPodcastLogo-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"IAMCTVSChatPodcastLogo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"IAMCTVSChatPodcastLogo-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:36:\"IAMCTVSChatPodcastLogo-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:36:\"IAMCTVSChatPodcastLogo-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"newsphere-slider-full\";a:4:{s:4:\"file\";s:35:\"IAMCTVSChatPodcastLogo-1280x720.png\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"newsphere-featured\";a:4:{s:4:\"file\";s:36:\"IAMCTVSChatPodcastLogo-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"newsphere-medium\";a:4:{s:4:\"file\";s:34:\"IAMCTVSChatPodcastLogo-720x380.png\";s:5:\"width\";i:720;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:34:\"IAMCTVSChatPodcastLogo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:34:\"IAMCTVSChatPodcastLogo-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:34:\"IAMCTVSChatPodcastLogo-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:34:\"IAMCTVSChatPodcastLogo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:34:\"IAMCTVSChatPodcastLogo-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"IAMCTVSChatPodcastLogo-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(1766, 229, 'wprss_items_imported', '0'),
(1767, 229, 'wprss_next_update', '4 mins'),
(38112, 4836, 'wprss_item_enclosure', 'https://cdn.cnn.com/cnnnext/dam/assets/200806131731-01-coronavirus-africa-nigeria-super-169.jpg'),
(11160, 1463, 'wprss_best_image', ''),
(11159, 1463, 'wprss_images', 'a:0:{}'),
(11158, 1463, 'wprss_feed_id', '170'),
(11156, 1463, 'wprss_item_source_name', 'CNN.com - RSS Channel - Regions - Africa'),
(11157, 1463, 'wprss_item_source_url', 'https://www.cnn.com/africa/index.html'),
(11155, 1463, 'wprss_item_enclosure', 'https://cdn.cnn.com/cnnnext/dam/assets/201022030005-05-trump-biden-split-super-16-9.jpg'),
(11153, 1463, 'wprss_item_date', '2020-11-02T03:56:09+0000'),
(11154, 1463, 'wprss_item_permalink', 'http://rss.cnn.com/~r/rss/edition_africa/~3/SknJeEwy1tY/index.html'),
(21103, 2717, 'wprss_item_permalink', 'http://rss.cnn.com/~r/rss/edition_africa/~3/BmBzrRwrvC8/index.html'),
(21104, 2717, 'wprss_item_enclosure', 'https://cdn.cnn.com/cnnnext/dam/assets/201005142303-03-saqqara-egypt-discovery-october-3-super-169.jpg'),
(21102, 2717, 'wprss_item_date', '2020-11-02T09:33:01+0000'),
(1764, 230, 'wprss_items_imported', '0'),
(1765, 230, 'wprss_next_update', '4 mins'),
(21101, 2716, 'wprss_best_image', ''),
(21100, 2716, 'wprss_images', 'a:0:{}'),
(21099, 2716, 'wprss_feed_id', '170'),
(21098, 2716, 'wprss_item_source_url', 'https://www.cnn.com/africa/index.html'),
(21095, 2716, 'wprss_item_permalink', 'http://rss.cnn.com/~r/rss/edition_africa/~3/UQIPHnluHXY/index.html'),
(21096, 2716, 'wprss_item_enclosure', 'https://cdn.cnn.com/cnnnext/dam/assets/201102041627-file-freeman-mbowe-tanzania-0313-super-169.jpg'),
(21097, 2716, 'wprss_item_source_name', 'CNN.com - RSS Channel - Regions - Africa'),
(11750, 1537, 'wprss_feed_id', '170'),
(11748, 1537, 'wprss_item_source_name', 'CNN.com - RSS Channel - Regions - Africa'),
(11746, 1537, 'wprss_item_permalink', 'http://rss.cnn.com/~r/rss/edition_africa/~3/tBSOaDOH0N0/us-election-2020-explained-mh-orig-vstan.cnn'),
(11747, 1537, 'wprss_item_enclosure', 'https://cdn.cnn.com/cnnnext/dam/assets/200730200157-us-political-parties-election-explainer-thumbnail-super-169.jpg'),
(38108, 4835, 'wprss_images', 'a:0:{}'),
(38109, 4835, 'wprss_best_image', ''),
(38110, 4836, 'wprss_item_date', '2020-10-03T10:50:17+0000'),
(38107, 4835, 'wprss_feed_id', '170'),
(38106, 4835, 'wprss_item_source_url', 'https://www.cnn.com/africa/index.html'),
(38105, 4835, 'wprss_item_source_name', 'CNN.com - RSS Channel - Regions - Africa'),
(38103, 4835, 'wprss_item_permalink', 'http://rss.cnn.com/~r/rss/edition_africa/~3/vArzBMDcgDg/index.html'),
(33521, 4261, 'wprss_item_source_url', 'https://www.cnn.com/africa/index.html'),
(38104, 4835, 'wprss_item_enclosure', 'https://cdn.cnn.com/cnnnext/dam/assets/201008100138-ngozi-okonjo-iweala-yoo-myung-hee-split-super-169.jpg'),
(33520, 4261, 'wprss_item_source_name', 'CNN.com - RSS Channel - Regions - Africa'),
(38101, 4834, 'wprss_best_image', ''),
(38102, 4835, 'wprss_item_date', '2020-10-08T15:14:56+0000'),
(38100, 4834, 'wprss_images', 'a:0:{}'),
(38099, 4834, 'wprss_feed_id', '170'),
(38098, 4834, 'wprss_item_source_url', 'https://www.cnn.com/africa/index.html'),
(38097, 4834, 'wprss_item_source_name', 'CNN.com - RSS Channel - Regions - Africa'),
(38093, 4833, 'wprss_best_image', ''),
(38094, 4834, 'wprss_item_date', '2020-10-21T17:28:58+0000'),
(38095, 4834, 'wprss_item_permalink', 'http://rss.cnn.com/~r/rss/edition_africa/~3/a-0bz9TI0Eo/index.html'),
(38092, 4833, 'wprss_images', 'a:0:{}'),
(21094, 2716, 'wprss_item_date', '2020-11-02T10:38:47+0000'),
(21093, 2715, 'wprss_best_image', ''),
(33519, 4261, 'wprss_item_enclosure', 'https://cdn.cnn.com/cnnnext/dam/assets/201105084241-file-abiy-ahmed-0112-super-169.jpg'),
(4171, 589, 'wprss_images', 'a:0:{}'),
(33517, 4261, 'wprss_item_date', '2020-11-09T11:51:43+0000'),
(4172, 589, 'wprss_best_image', ''),
(4170, 589, 'wprss_feed_id', '170'),
(11745, 1537, 'wprss_item_date', '2020-11-02T21:44:06+0000'),
(4169, 589, 'wprss_item_source_url', 'https://www.cnn.com/africa/index.html'),
(4168, 589, 'wprss_item_source_name', 'CNN.com - RSS Channel - Regions - Africa'),
(4165, 589, 'wprss_item_date', '2020-10-30T13:37:25+0000'),
(4166, 589, 'wprss_item_permalink', 'http://rss.cnn.com/~r/rss/edition_africa/~3/3JOGgUGD6do/index.html'),
(4167, 589, 'wprss_item_enclosure', 'https://cdn.cnn.com/cnnnext/dam/assets/201030112218-tanzania-election-2020-super-169.jpg'),
(33518, 4261, 'wprss_item_permalink', 'http://rss.cnn.com/~r/rss/edition_africa/~3/nlXgJLtxcN8/index.html'),
(38096, 4834, 'wprss_item_enclosure', 'https://cdn.cnn.com/cnnnext/dam/assets/201021070552-04-nigeria-protest-1020-super-169.jpg'),
(38091, 4833, 'wprss_feed_id', '170'),
(38090, 4833, 'wprss_item_source_url', 'https://www.cnn.com/africa/index.html'),
(38088, 4833, 'wprss_item_enclosure', 'https://cdn.cnn.com/cnnnext/dam/assets/201026154914-exp-cnni-ctw-lagos-governor-00002001-super-169.jpg'),
(33537, 4263, 'wprss_item_source_url', 'https://www.cnn.com/africa/index.html'),
(33538, 4263, 'wprss_feed_id', '170'),
(33539, 4263, 'wprss_images', 'a:0:{}'),
(33540, 4263, 'wprss_best_image', ''),
(38085, 4832, 'wprss_best_image', ''),
(38086, 4833, 'wprss_item_date', '2020-10-26T21:37:14+0000'),
(38087, 4833, 'wprss_item_permalink', 'http://rss.cnn.com/~r/rss/edition_africa/~3/J8AZKE81U7M/exp-cnni-ctw-lagos-governor.cnn'),
(38077, 4831, 'wprss_best_image', ''),
(38078, 4832, 'wprss_item_date', '2020-10-29T20:35:14+0000'),
(33536, 4263, 'wprss_item_source_name', 'CNN.com - RSS Channel - Regions - Africa'),
(33525, 4262, 'wprss_item_date', '2020-11-07T11:22:39+0000'),
(33526, 4262, 'wprss_item_permalink', 'http://rss.cnn.com/~r/rss/edition_africa/~3/Qm-wRaBrrPg/index.html'),
(33527, 4262, 'wprss_item_enclosure', 'https://cdn.cnn.com/cnnnext/dam/assets/201107055256-ivory-coast-opposition-candidates-1015-super-169.jpg'),
(33528, 4262, 'wprss_item_source_name', 'CNN.com - RSS Channel - Regions - Africa'),
(33529, 4262, 'wprss_item_source_url', 'https://www.cnn.com/africa/index.html'),
(33530, 4262, 'wprss_feed_id', '170'),
(33531, 4262, 'wprss_images', 'a:0:{}'),
(33532, 4262, 'wprss_best_image', ''),
(33533, 4263, 'wprss_item_date', '2020-11-06T12:22:38+0000'),
(33534, 4263, 'wprss_item_permalink', 'http://rss.cnn.com/~r/rss/edition_africa/~3/oTr4bZAf674/index.html'),
(33535, 4263, 'wprss_item_enclosure', 'https://cdn.cnn.com/cnnnext/dam/assets/201106050632-02-somalia-test-lab-covid-intl-super-169.jpg'),
(21089, 2715, 'wprss_item_source_name', 'CNN.com - RSS Channel - Regions - Africa'),
(21088, 2715, 'wprss_item_enclosure', 'https://cdn.cnn.com/cnnnext/dam/assets/150325082152-social-gfx-cnn-logo-super-169.jpg'),
(21084, 2714, 'wprss_images', 'a:0:{}'),
(21085, 2714, 'wprss_best_image', ''),
(21086, 2715, 'wprss_item_date', '2020-11-03T05:14:38+0000'),
(21087, 2715, 'wprss_item_permalink', 'http://rss.cnn.com/~r/rss/edition_africa/~3/LnEG8LJRHnA/index.html'),
(21082, 2714, 'wprss_item_source_url', 'https://www.cnn.com/africa/index.html'),
(21080, 2714, 'wprss_item_enclosure', 'https://cdn.cnn.com/cnnnext/dam/assets/200106122534-uganda-bobi-wine-super-169.jpg'),
(20949, 2697, 'wprss_best_image', ''),
(20946, 2697, 'wprss_item_source_url', 'https://www.cnn.com/africa/index.html'),
(20947, 2697, 'wprss_feed_id', '170'),
(20948, 2697, 'wprss_images', 'a:0:{}'),
(20945, 2697, 'wprss_item_source_name', 'CNN.com - RSS Channel - Regions - Africa'),
(20944, 2697, 'wprss_item_enclosure', 'https://cdn.cnn.com/cnnnext/dam/assets/201105080550-restricted-abiy-ahmed-0930-super-169.jpg'),
(21081, 2714, 'wprss_item_source_name', 'CNN.com - RSS Channel - Regions - Africa'),
(21078, 2714, 'wprss_item_date', '2020-11-03T13:50:32+0000'),
(21079, 2714, 'wprss_item_permalink', 'http://rss.cnn.com/~r/rss/edition_africa/~3/KrLG7p68eOE/index.html'),
(20943, 2697, 'wprss_item_permalink', 'http://rss.cnn.com/~r/rss/edition_africa/~3/30YnI6v4jog/index.html'),
(21083, 2714, 'wprss_feed_id', '170'),
(20942, 2697, 'wprss_item_date', '2020-11-05T13:28:11+0000'),
(38089, 4833, 'wprss_item_source_name', 'CNN.com - RSS Channel - Regions - Africa'),
(38084, 4832, 'wprss_images', 'a:0:{}'),
(38083, 4832, 'wprss_feed_id', '170'),
(38082, 4832, 'wprss_item_source_url', 'https://www.cnn.com/africa/index.html'),
(38081, 4832, 'wprss_item_source_name', 'CNN.com - RSS Channel - Regions - Africa'),
(14536, 1890, 'block', ''),
(14384, 1874, '_wp_attached_file', '2020/11/cropped-MDBanner.jpg'),
(14385, 1874, '_wp_attachment_context', 'banner-advertisement-section'),
(14386, 1874, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:172;s:4:\"file\";s:28:\"2020/11/cropped-MDBanner.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"cropped-MDBanner-300x32.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"cropped-MDBanner-1024x110.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"cropped-MDBanner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"cropped-MDBanner-768x83.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:83;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"newsphere-featured\";a:4:{s:4:\"file\";s:29:\"cropped-MDBanner-1024x110.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"newsphere-medium\";a:4:{s:4:\"file\";s:28:\"cropped-MDBanner-720x172.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:28:\"cropped-MDBanner-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:27:\"cropped-MDBanner-600x65.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:65;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:28:\"cropped-MDBanner-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:28:\"cropped-MDBanner-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"cropped-MDBanner-600x65.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:65;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"cropped-MDBanner-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(14338, 1853, 'wordproof_last_timestamped_on', '1604426110'),
(14339, 1853, '_edit_last', '1'),
(14340, 1853, 'newsphere-meta-content-alignment', 'align-content-left'),
(14341, 1853, '_yoast_wpseo_content_score', '60'),
(14342, 1853, '_yoast_wpseo_metadesc', 'IMAC TV Music Discovery Spotify Playlist'),
(14343, 1866, '_menu_item_type', 'post_type'),
(14344, 1866, '_menu_item_menu_item_parent', '0'),
(14345, 1866, '_menu_item_object_id', '1853'),
(14346, 1866, '_menu_item_object', 'page'),
(14347, 1866, '_menu_item_target', ''),
(14348, 1866, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(14349, 1866, '_menu_item_xfn', ''),
(14350, 1866, '_menu_item_url', ''),
(38509, 4875, '_edit_lock', '1607704492:1'),
(38510, 4875, '_last_editor_used_jetpack', 'block-editor'),
(38511, 4876, '_wp_attached_file', '2020/12/FlyngWitch.png'),
(14488, 1890, '_wpas_done_all', '1'),
(14489, 1890, 'audio_file', 'https://anchor.fm/s/3db9a900/podcast/play/21819004/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2020-9-29%2F9698054d-b40d-257f-f1ec-9329f41d3638.mp3'),
(14490, 1890, 'filesize', '38.42M'),
(14491, 1890, 'filesize_raw', '40281373'),
(14539, 1890, 'itunes_season_number', '2'),
(14538, 1890, 'itunes_title', 'IAMC TV Street Chat'),
(14527, 1890, '_edit_lock', '1605220479:1'),
(14541, 1890, 'enclosure', 'https://anchor.fm/s/3db9a900/podcast/play/21819004/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2020-9-29%2F9698054d-b40d-257f-f1ec-9329f41d3638.mp3'),
(14542, 1890, '_yoast_wpseo_primary_series', '20'),
(14543, 1890, '_yoast_wpseo_content_score', '30'),
(21090, 2715, 'wprss_item_source_url', 'https://www.cnn.com/africa/index.html'),
(14608, 1905, '_wp_attached_file', '2020/11/IAMCTVOurWorldPodcastLogo.png'),
(14609, 1905, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:3000;s:6:\"height\";i:3000;s:4:\"file\";s:37:\"2020/11/IAMCTVOurWorldPodcastLogo.png\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"IAMCTVOurWorldPodcastLogo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"IAMCTVOurWorldPodcastLogo-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"IAMCTVOurWorldPodcastLogo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"IAMCTVOurWorldPodcastLogo-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:39:\"IAMCTVOurWorldPodcastLogo-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:39:\"IAMCTVOurWorldPodcastLogo-2048x2048.png\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"newsphere-slider-full\";a:4:{s:4:\"file\";s:38:\"IAMCTVOurWorldPodcastLogo-1280x720.png\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"newsphere-featured\";a:4:{s:4:\"file\";s:39:\"IAMCTVOurWorldPodcastLogo-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"newsphere-medium\";a:4:{s:4:\"file\";s:37:\"IAMCTVOurWorldPodcastLogo-720x380.png\";s:5:\"width\";i:720;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:37:\"IAMCTVOurWorldPodcastLogo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:37:\"IAMCTVOurWorldPodcastLogo-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:37:\"IAMCTVOurWorldPodcastLogo-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:37:\"IAMCTVOurWorldPodcastLogo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:37:\"IAMCTVOurWorldPodcastLogo-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:37:\"IAMCTVOurWorldPodcastLogo-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(21091, 2715, 'wprss_feed_id', '170'),
(21092, 2715, 'wprss_images', 'a:0:{}'),
(17076, 2215, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:742;s:6:\"height\";i:420;s:4:\"file\";s:35:\"2020/11/usa-vote-e1604502015873.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"usa-vote-e1604502015873-300x170.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"usa-vote-e1604502015873-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"usa-vote-768x470.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"newsphere-medium\";a:4:{s:4:\"file\";s:35:\"usa-vote-e1604502015873-720x380.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:4:{s:4:\"file\";s:35:\"usa-vote-e1604502015873-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"usa-vote-e1604502015873-600x340.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"usa-vote-e1604502015873-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:35:\"usa-vote-e1604502015873-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:35:\"usa-vote-e1604502015873-600x340.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"usa-vote-e1604502015873-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(17080, 2214, '_wpas_done_all', '1'),
(17082, 2214, 'wordproof_timestamp_data', 'a:10:{s:4:\"type\";s:16:\"ArticleTimestamp\";s:7:\"version\";s:5:\"0.2.0\";s:5:\"title\";s:35:\"2020 US Elections-What is at Stake?\";s:7:\"content\";s:4219:\"<!-- wp:paragraph -->\n<p>The 2020 United States presidential election is today November 3<sup>rd</sup>, 2020 and the campaigning by the two contending candidates has been nothing less of drama filled, especially from the camp of the incumbent, President Donald Trump.&nbsp; This contest between incumbent president Donald Trump and former vice president Joe Biden, will go down as a historic one in US history for many undignified reasons.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"left\",\"id\":2215,\"width\":403,\"height\":247,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignleft size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2020/11/usa-vote.jpg\" alt=\"\" class=\"wp-image-2215\" width=\"403\" height=\"247\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>There were many issues in which the candidates campaigned for or against and it has evolved into a contest between good and evil.&nbsp; Among the issues that rose to the fore during the campaign were the current race relations in the US, the mishandling of the Covid-19 pandemic, downturn in the economy, and the blatant attempt by Mr. Trump and his cronies to subvert the American democratic system.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With no qualms, President Trump has repeatedly told the world about how he feels about other races-from trying to institute draconian laws against immigrants, to calling some countries shithole countries-and he continues to display his insensibility and lack of leadership during the Black Live Matter protests.&nbsp; Through Mr. Trump’s antecedents, he has emboldened the racist who were otherwise lowkey before his presidency.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Covid-19 pandemic has reshaped our world today and has resulted in over 200, 000 deaths alone in the United States.&nbsp; As president, Mr. Trump had solid information and ample time to prepare Americans for the pandemic, but instead he chose to downplay the pandemic and, in some cases, claimed that the virus was a hoax.&nbsp; It was unbelievable to watch as the president clashed with his medical experts on social media and himself flouted the rules that were put in place by the US Center for Disease Control (CDC) to mitigate the virus’ effects.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While Mr. Trump has continued to claim himself a leader, his response to the pandemic has been devastating to the economy.&nbsp; According to statistics by the US Bureau of Economic Analysis, the US real gross domestic product (GDP) has decreased at an annual rate of 31.4% with an unemployment rate of 7.9%. &nbsp;&nbsp;The closure of businesses and the ensuing unemployment across the country is evidence of the Covid-19 pandemic’s direct effect on the US economy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What Mr. Trump has chosen to do is to politicize every issue to the detriment of the integrity of the United States.&nbsp; This is even more evident in his bid to subvert a democratic process that has been around for over 400 years because of the Covid-19 lockdowns.&nbsp; Mr. Trump in his attempt to continue his presidency, tried to dismantle the United States Postal Service to make the mail in ballots unachievable and ineffective.&nbsp; But thanks to a strong constitution and independent minded agencies, Trump could not fulfill his selfish desires.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mr. Trump is desperate, and his desperation is evident in his unfounded campaign speeches he is making to his supporters.&nbsp; What is shocking is his supporters and how they continue to support this despot.&nbsp; He does not even regard his supporters as evident in his speech to his supporters in Erie, Pennsylvania.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What is at stake in this election year is the integrity of the United States as a democratic nation and leader of the free world.&nbsp; Our hope is that the voters see this and good prevails for the American people as they take this historic step to take the country out of divisiveness and hatred.</p>\n<!-- /wp:paragraph -->\";s:4:\"date\";s:25:\"2020-11-04T09:53:13-05:00\";s:10:\"attributes\";a:1:{s:3:\"url\";s:58:\"https://www.iamctv.com/2020-us-elections-what-is-at-stake/\";}s:10:\"blockchain\";s:0:\"\";s:13:\"transactionId\";s:0:\"\";s:4:\"hash\";s:64:\"1bf244063e5780fa99c1869ec19f1d290983cb2b18fe242cfbe441020d6fb8b9\";s:13:\"pluginVersion\";s:6:\"2.8.14\";}'),
(17081, 2214, '_thumbnail_id', '2215'),
(17083, 2214, 'wordproof_last_timestamped_on', '1604501598'),
(17084, 2214, '_edit_last', '1'),
(17087, 2214, 'episode_type', 'audio'),
(17088, 2214, 'audio_file', ''),
(17089, 2214, 'duration', ''),
(17090, 2214, 'filesize', ''),
(17091, 2214, 'date_recorded', '2020-11-04'),
(17092, 2214, 'explicit', ''),
(17093, 2214, 'block', ''),
(17094, 2214, 'itunes_episode_number', ''),
(17095, 2214, 'itunes_title', ''),
(17096, 2214, 'itunes_season_number', ''),
(17097, 2214, 'itunes_episode_type', ''),
(17098, 2214, '_yoast_wpseo_primary_category', '22'),
(17099, 2214, 'newsphere-meta-content-alignment', 'align-content-left'),
(17100, 2214, '_yoast_wpseo_content_score', '30'),
(17133, 2215, '_wp_attachment_backup_sizes', 'a:11:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:800;s:6:\"height\";i:490;s:4:\"file\";s:12:\"usa-vote.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:20:\"usa-vote-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:20:\"usa-vote-300x184.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:20:\"usa-vote-768x470.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"newsphere-medium-orig\";a:4:{s:4:\"file\";s:20:\"usa-vote-720x380.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"woocommerce_thumbnail-orig\";a:5:{s:4:\"file\";s:20:\"usa-vote-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:23:\"woocommerce_single-orig\";a:4:{s:4:\"file\";s:20:\"usa-vote-600x368.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:368;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"woocommerce_gallery_thumbnail-orig\";a:4:{s:4:\"file\";s:20:\"usa-vote-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"shop_catalog-orig\";a:4:{s:4:\"file\";s:20:\"usa-vote-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"shop_single-orig\";a:4:{s:4:\"file\";s:20:\"usa-vote-600x368.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:368;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"shop_thumbnail-orig\";a:4:{s:4:\"file\";s:20:\"usa-vote-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(23059, 2958, '_wpas_done_all', '1'),
(23060, 2958, '_thumbnail_id', '1896'),
(23061, 2958, '_edit_last', '1'),
(23062, 2958, 'episode_type', 'audio'),
(23063, 2958, 'audio_file', 'https://www.iamctv.com/wp-content/uploads/2020/11/IAMCTVSCS2E2.mp3'),
(23064, 2958, 'duration', '44:04'),
(23065, 2958, 'filesize', '40.35M'),
(23066, 2958, 'date_recorded', '2020-11-06'),
(23067, 2958, 'explicit', 'on'),
(23068, 2958, 'block', ''),
(23069, 2958, 'itunes_episode_number', '2'),
(23070, 2958, 'itunes_title', 'IAMC TV Street Chat'),
(23071, 2958, 'itunes_season_number', '2'),
(23072, 2958, 'itunes_episode_type', 'full'),
(23073, 2958, 'filesize_raw', '42305558'),
(23074, 2958, 'enclosure', 'https://www.iamctv.com/wp-content/uploads/2020/11/IAMCTVSCS2E2.mp3'),
(23075, 2958, '_yoast_wpseo_primary_series', '20'),
(23076, 2958, '_yoast_wpseo_content_score', '30'),
(23077, 2958, 'wordproof_timestamp_data', 'a:10:{s:4:\"type\";s:16:\"ArticleTimestamp\";s:7:\"version\";s:5:\"0.2.0\";s:5:\"title\";s:32:\"IAMC TV Street Chat-S2 Episode 2\";s:7:\"content\";s:572:\"<!-- wp:image {\"align\":\"right\",\"id\":509,\"width\":313,\"height\":313,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignright size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2020/10/IAMCTVSChatPodcastLogo-1024x1024.png\" alt=\"\" class=\"wp-image-509\" width=\"313\" height=\"313\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>PrymEvyl and Alan Bogey comments on this week\'s US historic presidential election, Navy Seals operation in Nigeria, and the #EndSars no fly list by the Nigerian Army.</p>\n<!-- /wp:paragraph -->\";s:4:\"date\";s:25:\"2020-11-12T17:00:40-05:00\";s:10:\"attributes\";a:1:{s:3:\"url\";s:64:\"https://www.iamctv.com/podcast/iamc-tv-street-chat-s2-episode-2/\";}s:10:\"blockchain\";s:0:\"\";s:13:\"transactionId\";s:0:\"\";s:4:\"hash\";s:64:\"58028b8bccae5b821116dc45283e64717344c46944032f89b0a080702cb9569a\";s:13:\"pluginVersion\";s:6:\"2.8.14\";}'),
(23078, 2958, 'wordproof_last_timestamped_on', '1605847077'),
(23079, 1890, 'wordproof_timestamp_data', 'a:10:{s:4:\"type\";s:16:\"ArticleTimestamp\";s:7:\"version\";s:5:\"0.2.0\";s:5:\"title\";s:32:\"IAMC TV Street Chat-S2 Episode 1\";s:7:\"content\";s:522:\"<!-- wp:image {\"align\":\"center\",\"id\":513,\"width\":332,\"height\":272,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2020/10/IAMCTVSChatPodcastFImage-1-e1604002358276.png\" alt=\"\" class=\"wp-image-513\" width=\"332\" height=\"272\"/></figure></div>\n<!-- /wp:image -->\n\n<p>IAMC TV Street Chat returns with hosts PrymEvyl and Alan Bogey commenting on the #EndSars Nigeria protests and the upcoming US presidential elections.</p>\";s:4:\"date\";s:25:\"2020-11-12T17:01:37-05:00\";s:10:\"attributes\";a:1:{s:3:\"url\";s:61:\"https://www.iamctv.com/podcast/iamc-tv-street-chat-episode-1/\";}s:10:\"blockchain\";s:0:\"\";s:13:\"transactionId\";s:0:\"\";s:4:\"hash\";s:64:\"d58071e4be5fa13e8af767d1c613a3c8036ec31ab0c8f120bfaf0f68d2baf964\";s:13:\"pluginVersion\";s:6:\"2.8.14\";}'),
(23080, 1890, 'wordproof_last_timestamped_on', '1605847079'),
(38248, 4848, 'wprss_images', 'a:0:{}'),
(38249, 4848, 'wprss_best_image', ''),
(38252, 4851, '_wp_attached_file', '2020/11/IAMCTVSCS2E4.mp3'),
(38253, 4851, '_wp_attachment_metadata', 'a:20:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:2;s:11:\"sample_rate\";i:44100;s:7:\"bitrate\";d:128001.36488646326;s:11:\"channelmode\";s:6:\"stereo\";s:12:\"bitrate_mode\";s:3:\"vbr\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:3:\"VBR\";s:17:\"compression_ratio\";d:0.09070391502725571;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:39095632;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:2443;s:16:\"length_formatted\";s:5:\"40:43\";s:5:\"title\";s:19:\"IAMC TV Street Chat\";s:5:\"album\";s:18:\"Season 2 Episode 4\";s:6:\"artist\";s:15:\"IAMC TV Podcast\";s:14:\"recording_time\";s:4:\"2020\";s:16:\"encoder_settings\";s:13:\"Lavf58.29.100\";s:4:\"year\";s:4:\"2020\";}'),
(38243, 4848, 'wprss_item_source_url', 'https://www.iamctv.com/'),
(38244, 4848, 'wprss_item_author', 'International African Movie Channel (IAMC TV)'),
(38242, 4848, 'wprss_item_source_name', 'IAMC TV Podcast'),
(38241, 4848, 'wprss_item_enclosure', 'https://anchor.fm/s/3db9a900/podcast/play/22508418/https://d3ctxlq1ktw2nl.cloudfront.net/staging/2020-10-12/c1ed55d9-482c-b404-c2c1-b28928939e00.mp3'),
(38247, 4848, 'wprss_feed_id', '4837'),
(38246, 4848, 'wprss_item_author_link', NULL),
(38245, 4848, 'wprss_item_author_email', NULL),
(38239, 4848, 'wprss_item_date', '2020-11-12T21:52:29+0000'),
(38240, 4848, 'wprss_item_permalink', 'https://anchor.fm/iamc-tv-podcasts/episodes/IAMC-TV-Street-Chat-S2-Episode-3-emdde2'),
(38238, 1890, '_last_editor_used_jetpack', 'block-editor'),
(38237, 2958, '_last_editor_used_jetpack', 'block-editor'),
(38236, 4846, '_yoast_wpseo_content_score', '60'),
(38234, 4846, 'enclosure', 'https://www.iamctv.com/wp-content/uploads/2020/11/IAMCTVSCS2E3.mp3'),
(38235, 4846, '_yoast_wpseo_primary_series', '20'),
(38232, 4846, 'itunes_episode_type', 'full'),
(38233, 4846, 'filesize_raw', '41397317'),
(38231, 4846, 'itunes_season_number', '2'),
(38230, 4846, 'itunes_title', 'IAMC TV Street Chat'),
(38228, 4846, 'block', ''),
(38229, 4846, 'itunes_episode_number', '3'),
(38225, 4846, 'filesize', '39.48M'),
(38226, 4846, 'date_recorded', '2020-11-12'),
(38227, 4846, 'explicit', 'on'),
(38224, 4846, 'duration', '43:07'),
(38223, 4846, 'audio_file', 'https://www.iamctv.com/wp-content/uploads/2020/11/IAMCTVSCS2E3.mp3'),
(38220, 4846, '_thumbnail_id', '1896'),
(38221, 4846, '_edit_last', '1'),
(38222, 4846, 'episode_type', 'audio'),
(38219, 4846, '_wpas_done_all', '1'),
(38217, 4847, '_wp_attachment_metadata', 'a:18:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:2;s:11:\"sample_rate\";i:44100;s:7:\"bitrate\";d:128001.28830329647;s:11:\"channelmode\";s:6:\"stereo\";s:12:\"bitrate_mode\";s:3:\"vbr\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:3:\"VBR\";s:17:\"compression_ratio\";d:0.09070386075913865;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:41397317;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:2587;s:16:\"length_formatted\";s:5:\"43:07\";s:5:\"title\";s:19:\"IAMC TV Street Chat\";s:5:\"album\";s:18:\"Season 2 Episode 3\";s:6:\"artist\";s:15:\"IAMC TV Podcast\";s:16:\"encoder_settings\";s:13:\"Lavf58.29.100\";}'),
(38211, 4843, '_yoast_wpseo_primary_category', '24'),
(38212, 4843, 'newsphere-meta-content-alignment', 'align-content-left'),
(38213, 4843, '_yoast_wpseo_content_score', '30'),
(38209, 4843, 'itunes_season_number', ''),
(38210, 4843, 'itunes_episode_type', ''),
(38208, 4843, 'itunes_title', ''),
(38203, 4843, 'filesize', ''),
(38204, 4843, 'date_recorded', '2020-11-12'),
(38205, 4843, 'explicit', ''),
(38206, 4843, 'block', ''),
(38207, 4843, 'itunes_episode_number', ''),
(38202, 4843, 'duration', ''),
(38196, 4843, 'wordproof_last_timestamped_on', '1605213726'),
(38201, 4843, 'audio_file', ''),
(38200, 4843, 'episode_type', 'audio'),
(38197, 4843, '_edit_last', '1'),
(38216, 4847, '_wp_attached_file', '2020/11/IAMCTVSCS2E3.mp3'),
(38215, 4846, '_last_editor_used_jetpack', 'block-editor'),
(38214, 4846, '_edit_lock', '1605218377:1'),
(38195, 4843, 'wordproof_timestamp_data', 'a:10:{s:4:\"type\";s:16:\"ArticleTimestamp\";s:7:\"version\";s:5:\"0.2.0\";s:5:\"title\";s:28:\"Jerry Rawlings of Ghana Dies\";s:7:\"content\";s:1052:\"<!-- wp:paragraph -->\n<p>One of Africa’s outspoken leaders, Jerry Rawlings of Ghana has died.&nbsp; Mr. Rawlings died today November 12, 2020 from Covid-19 complications in Accra.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"right\",\"id\":4844,\"width\":434,\"height\":244,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignright size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2020/11/Rawlings.jpg\" alt=\"\" class=\"wp-image-4844\" width=\"434\" height=\"244\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jerry Rawlings was the former president of Ghana who came to power in 1981 through a coup d’état.  He is known to have brought revolutionary change to Ghana.  Until his death, Jerry Rawlings has been outspoken against corruption and bad governance in Africa.  Mr. Rawlings is a well-respected statesman in Africa and the world. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Photo Credit: <a href=\"https://www.gettyimages.com/\">Getty Images</a></p>\n<!-- /wp:paragraph -->\";s:4:\"date\";s:25:\"2020-11-12T15:41:56-05:00\";s:10:\"attributes\";a:1:{s:3:\"url\";s:52:\"https://www.iamctv.com/jerry-rawlings-of-ghana-dies/\";}s:10:\"blockchain\";s:0:\"\";s:13:\"transactionId\";s:0:\"\";s:4:\"hash\";s:64:\"b5557d7409850bc601b42c7c2d36991180f3bba2c0ea3b4f52d92d3aa3d25afc\";s:13:\"pluginVersion\";s:6:\"2.8.14\";}'),
(38194, 4843, '_thumbnail_id', '4844'),
(38159, 4839, 'wprss_images', 'a:0:{}'),
(38160, 4839, 'wprss_best_image', ''),
(38161, 4837, 'wprss_next_update', '10 mins'),
(38162, 4837, 'wprss_items_imported', '2'),
(38157, 4839, 'wprss_item_author_link', NULL),
(38158, 4839, 'wprss_feed_id', '4837'),
(38156, 4839, 'wprss_item_author_email', NULL),
(38155, 4839, 'wprss_item_author', 'International African Movie Channel (IAMC TV)'),
(38153, 4839, 'wprss_item_source_name', 'IAMC TV Podcast'),
(38154, 4839, 'wprss_item_source_url', 'https://www.iamctv.com/'),
(38151, 4839, 'wprss_item_permalink', 'https://anchor.fm/iamc-tv-podcasts/episodes/IAMC-TV-Street-Chat-S2-Episode-1-eloc5s'),
(38152, 4839, 'wprss_item_enclosure', 'https://anchor.fm/s/3db9a900/podcast/play/21819004/https://d3ctxlq1ktw2nl.cloudfront.net/staging/2020-9-29/9698054d-b40d-257f-f1ec-9329f41d3638.mp3'),
(38150, 4839, 'wprss_item_date', '2020-10-29T15:07:22+0000'),
(38149, 4838, 'wprss_best_image', ''),
(38145, 4838, 'wprss_item_author_email', NULL),
(38146, 4838, 'wprss_item_author_link', NULL),
(38147, 4838, 'wprss_feed_id', '4837'),
(38148, 4838, 'wprss_images', 'a:0:{}'),
(38144, 4838, 'wprss_item_author', 'International African Movie Channel (IAMC TV)'),
(38141, 4838, 'wprss_item_enclosure', 'https://anchor.fm/s/3db9a900/podcast/play/22186536/https://d3ctxlq1ktw2nl.cloudfront.net/staging/2020-10-6/5800acb3-600b-c797-ed33-71972648fca3.mp3'),
(38143, 4838, 'wprss_item_source_url', 'https://www.iamctv.com/'),
(38142, 4838, 'wprss_item_source_name', 'IAMC TV Podcast'),
(38140, 4838, 'wprss_item_permalink', 'https://anchor.fm/iamc-tv-podcasts/episodes/IAMC-TV-Street-Chat-S2-Episode-2-em3j38'),
(38136, 4837, 'wprss_last_update', '1674658510'),
(38137, 4837, 'wprss_last_update_items', '0'),
(38138, 4837, 'wprss_feed_is_updating', ''),
(38139, 4838, 'wprss_item_date', '2020-11-06T04:52:32+0000'),
(38135, 4837, '_edit_lock', '1605019361:1'),
(38128, 4837, 'wprss_activate_feed', ''),
(38134, 4837, 'wprss_update_time', ''),
(38133, 4837, 'wprss_state', 'active'),
(38132, 4837, 'wprss_update_interval', 'global'),
(38130, 4837, 'wprss_age_limit', ''),
(38131, 4837, 'wprss_age_unit', 'days'),
(38129, 4837, 'wprss_pause_feed', ''),
(38127, 4837, 'wprss_force_feed', 'false'),
(38123, 4837, 'wprss_unique_titles', ''),
(38124, 4837, 'wprss_enclosure', 'false'),
(38125, 4837, 'wprss_import_source', 'false'),
(38126, 4837, 'feed_request_useragent', ''),
(38121, 4837, 'wprss_url', 'https://anchor.fm/s/3db9a900/podcast/rss'),
(38122, 4837, 'wprss_limit', ''),
(38119, 4837, 'wprss_site_url', 'https://www.iamctv.com/'),
(38120, 4837, 'wprss_feed_image', 'https://d3t3ozftmdmh3i.cloudfront.net/production/podcast_uploaded_nologo/10255776/10255776-1603998129078-f5f0ff61bfe3f.jpg'),
(38117, 4836, 'wprss_best_image', ''),
(38064, 4815, 'wordproof_last_timestamped_on', '1605018402'),
(27659, 3526, 'newsphere-meta-content-alignment', 'align-content-left'),
(27660, 3526, '_yoast_wpseo_content_score', '60'),
(27649, 3526, 'duration', ''),
(27650, 3526, 'filesize', ''),
(27651, 3526, 'date_recorded', '2020-11-07'),
(27652, 3526, 'explicit', ''),
(27653, 3526, 'block', ''),
(27654, 3526, 'itunes_episode_number', ''),
(27655, 3526, 'itunes_title', ''),
(27656, 3526, 'itunes_season_number', ''),
(27657, 3526, 'itunes_episode_type', ''),
(27658, 3526, '_yoast_wpseo_primary_category', '25'),
(27648, 3526, 'audio_file', ''),
(37997, 4815, '_thumbnail_id', '4822'),
(37996, 4815, '_wpas_done_all', '1'),
(38116, 4836, 'wprss_images', 'a:0:{}'),
(37998, 4815, '_edit_last', '1'),
(27647, 3526, 'episode_type', 'audio'),
(27644, 3526, '_edit_last', '1'),
(27643, 3526, 'wordproof_last_timestamped_on', '1604769778'),
(38069, 4815, '_wp_old_slug', 'endsars-repercussions-suppression-and-erosion-of-freedom'),
(38001, 4815, 'episode_type', 'audio'),
(38002, 4815, 'audio_file', ''),
(38003, 4815, 'duration', ''),
(38004, 4815, 'filesize', ''),
(38005, 4815, 'date_recorded', '2020-11-10'),
(38006, 4815, 'explicit', ''),
(38007, 4815, 'block', ''),
(38008, 4815, 'itunes_episode_number', ''),
(38009, 4815, 'itunes_title', ''),
(38010, 4815, 'itunes_season_number', ''),
(38011, 4815, 'itunes_episode_type', ''),
(38012, 4815, '_yoast_wpseo_primary_category', '23'),
(38013, 4815, 'newsphere-meta-content-alignment', 'align-content-left'),
(38014, 4815, '_yoast_wpseo_content_score', '30'),
(27640, 3526, '_wpas_done_all', '1'),
(27642, 3526, 'wordproof_timestamp_data', 'a:10:{s:4:\"type\";s:16:\"ArticleTimestamp\";s:7:\"version\";s:5:\"0.2.0\";s:5:\"title\";s:28:\"Mr. Biden Wins US Presidency\";s:7:\"content\";s:1329:\"<!-- wp:paragraph -->\n<p>Mr. Joe Biden has been confirmed by the Associated Press (AP) as the next president of the United States.&nbsp; The election results which have been very slow to confirm, was announced with Mr. Biden receiving 284 electoral votes and Mr. Trump receiving 214 electoral votes.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"right\",\"id\":3527,\"width\":438,\"height\":291,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignright size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2020/11/JBiden.jpeg\" alt=\"\" class=\"wp-image-3527\" width=\"438\" height=\"291\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The winning 20 electoral votes came from Pennsylvania, Mr. Biden’s home state to help him clinch the win.&nbsp; Mr.&nbsp; Trump in his reaction has vowed to take the electoral decision to court as he is not satisfied with the outcome.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Reactions from across the United States and the world has been celebratory as the world looks forward to new leadership in the White House.  We congratulate the president elect of the United States of America.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Photo Credit: <a href=\"https://www.apnews.com\">AP News</a></p>\n<!-- /wp:paragraph -->\";s:4:\"date\";s:25:\"2020-11-07T12:22:54-05:00\";s:10:\"attributes\";a:1:{s:3:\"url\";s:51:\"https://www.iamctv.com/mr-biden-wins-us-presidency/\";}s:10:\"blockchain\";s:0:\"\";s:13:\"transactionId\";s:0:\"\";s:4:\"hash\";s:64:\"e88b593db39b6712f16136f5a74c39db1159e818ad00c3302737e9f84d851551\";s:13:\"pluginVersion\";s:6:\"2.8.14\";}'),
(27641, 3526, '_thumbnail_id', '3527'),
(38193, 4843, '_wpas_done_all', '1'),
(38118, 4837, '_edit_last', '1'),
(27636, 3527, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:800;s:6:\"height\";i:533;s:4:\"file\";s:19:\"2020/11/JBiden.jpeg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"JBiden-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"JBiden-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"JBiden-768x512.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"newsphere-medium\";a:4:{s:4:\"file\";s:19:\"JBiden-720x380.jpeg\";s:5:\"width\";i:720;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"JBiden-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"JBiden-600x400.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"JBiden-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:19:\"JBiden-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"JBiden-600x400.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"JBiden-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(27635, 3527, '_wp_attached_file', '2020/11/JBiden.jpeg'),
(38079, 4832, 'wprss_item_permalink', 'http://rss.cnn.com/~r/rss/edition_africa/~3/ybxQbZAh780/index.html'),
(38080, 4832, 'wprss_item_enclosure', 'https://cdn.cnn.com/cnnnext/dam/assets/201029124303-senegal-shipwreck-october-2020-super-169.jpg'),
(38076, 4831, 'wprss_images', 'a:0:{}'),
(38075, 4831, 'wprss_feed_id', '170'),
(38074, 4831, 'wprss_item_source_url', 'https://www.cnn.com/africa/index.html'),
(38073, 4831, 'wprss_item_source_name', 'CNN.com - RSS Channel - Regions - Africa'),
(38072, 4831, 'wprss_item_enclosure', 'https://cdn.cnn.com/cnnnext/dam/assets/201030102912-01-kenya-coronavirus-1018-super-169.jpg'),
(38071, 4831, 'wprss_item_permalink', 'http://rss.cnn.com/~r/rss/edition_africa/~3/GLfyoWOKDIs/index.html'),
(38070, 4831, 'wprss_item_date', '2020-10-30T11:43:36+0000'),
(24842, 3177, 'itunes_season_number', ''),
(24841, 3177, 'itunes_title', ''),
(24840, 3177, 'itunes_episode_number', ''),
(24839, 3177, 'block', ''),
(24838, 3177, 'explicit', ''),
(24837, 3177, 'date_recorded', '2020-11-06'),
(24836, 3177, 'filesize', ''),
(24835, 3177, 'duration', ''),
(24834, 3177, 'audio_file', ''),
(24833, 3177, 'episode_type', 'audio'),
(24832, 3177, '_edit_last', '1'),
(38166, 3068, 'wprss_items_imported', '0'),
(38167, 3068, 'wprss_next_update', '10 mins'),
(38186, 4843, '_edit_lock', '1605213719:1'),
(38187, 4843, '_last_editor_used_jetpack', 'block-editor'),
(38188, 4844, '_wp_attached_file', '2020/11/Rawlings.jpg'),
(38189, 4844, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:976;s:6:\"height\";i:549;s:4:\"file\";s:20:\"2020/11/Rawlings.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Rawlings-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Rawlings-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"Rawlings-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"newsphere-medium\";a:4:{s:4:\"file\";s:20:\"Rawlings-720x380.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"Rawlings-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"Rawlings-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"Rawlings-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"Rawlings-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"Rawlings-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"Rawlings-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(24843, 3177, 'itunes_episode_type', ''),
(24831, 3177, '_edit_lock', '1604695483:1'),
(24844, 3177, 'newsphere-meta-content-alignment', 'align-content-left'),
(24845, 3177, '_yoast_wpseo_content_score', '60'),
(38267, 4850, 'itunes_season_number', '2'),
(38266, 4850, 'itunes_title', 'IAMC TV Street Chat'),
(38263, 4850, 'explicit', 'on'),
(38264, 4850, 'block', ''),
(38265, 4850, 'itunes_episode_number', '4'),
(38262, 4850, 'date_recorded', '2020-11-19'),
(38261, 4850, 'filesize', '37.28M'),
(38260, 4850, 'duration', '40:43'),
(38259, 4850, 'audio_file', 'https://www.iamctv.com/wp-content/uploads/2020/11/IAMCTVSCS2E4.mp3'),
(38258, 4850, 'episode_type', 'audio'),
(38257, 4850, '_edit_last', '1'),
(38255, 4850, '_wpas_done_all', '1'),
(38256, 4850, '_thumbnail_id', '1896'),
(24871, 3177, '_wpas_done_all', '1'),
(38268, 4850, 'itunes_episode_type', 'full'),
(24872, 3177, '_thumbnail_id', '2215'),
(24906, 3177, 'wordproof_last_timestamped_on', '1604693522'),
(24907, 3177, '_yoast_wpseo_primary_category', '25'),
(38269, 4850, 'filesize_raw', '39095632'),
(38270, 4850, 'enclosure', 'https://www.iamctv.com/wp-content/uploads/2020/11/IAMCTVSCS2E4.mp3');
INSERT INTO `iamc_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(38271, 4850, '_yoast_wpseo_primary_series', '20'),
(38272, 4850, '_yoast_wpseo_metadesc', 'On this week’s episode, PrymEvyl and Alan Bogey gives their commentary on the Million MAGA March, Trump’s polarizing actions, Bobi Wine of Uganda, CNN Lekki Massacre investigation, and President Buhari’s dictatorial tendencies.'),
(38273, 4850, '_yoast_wpseo_content_score', '30'),
(38274, 4850, 'wordproof_timestamp_data', 'a:10:{s:4:\"type\";s:16:\"ArticleTimestamp\";s:7:\"version\";s:5:\"0.2.0\";s:5:\"title\";s:32:\"IAMC TV Street Chat-S2 Episode 4\";s:7:\"content\";s:683:\"<!-- wp:image {\"align\":\"left\",\"id\":512,\"width\":362,\"height\":362,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignleft size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2020/10/IAMCTVSChatPodcastFImage.png\" alt=\"\" class=\"wp-image-512\" width=\"362\" height=\"362\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>On this week’s episode, PrymEvyl and Alan Bogey gives their commentary on the Million MAGA March, Trump’s polarizing actions, Bobi Wine of Uganda, CNN Lekki Massacre investigation, and President Buhari’s dictatorial tendencies.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\";s:4:\"date\";s:25:\"2020-11-19T23:36:53-05:00\";s:10:\"attributes\";a:1:{s:3:\"url\";s:64:\"https://www.iamctv.com/podcast/iamc-tv-street-chat-s2-episode-4/\";}s:10:\"blockchain\";s:0:\"\";s:13:\"transactionId\";s:0:\"\";s:4:\"hash\";s:64:\"e4f47ee97fe794f28d223eec9e28529bacdb2739d7c276b2d69e239c5b2d9ce5\";s:13:\"pluginVersion\";s:6:\"2.8.14\";}'),
(38275, 4850, 'wordproof_last_timestamped_on', '1605847075'),
(38276, 4846, 'wordproof_timestamp_data', 'a:10:{s:4:\"type\";s:16:\"ArticleTimestamp\";s:7:\"version\";s:5:\"0.2.0\";s:5:\"title\";s:32:\"IAMC TV Street Chat-S2 Episode 3\";s:7:\"content\";s:588:\"<!-- wp:image {\"align\":\"left\",\"id\":509,\"width\":395,\"height\":395,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignleft size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2020/10/IAMCTVSChatPodcastLogo-1024x1024.png\" alt=\"\" class=\"wp-image-509\" width=\"395\" height=\"395\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This week\'s podcast reflects on the 2020 US Presidential Election, death of Jerry Rawlings, and the Nigerian government #EndSars repercussions.  Commentary by PrymEvyl and Alan Bogey.</p>\n<!-- /wp:paragraph -->\";s:4:\"date\";s:25:\"2020-11-12T16:58:47-05:00\";s:10:\"attributes\";a:1:{s:3:\"url\";s:64:\"https://www.iamctv.com/podcast/iamc-tv-street-chat-s2-episode-3/\";}s:10:\"blockchain\";s:0:\"\";s:13:\"transactionId\";s:0:\"\";s:4:\"hash\";s:64:\"65e742dfe98f8597a4ee3f72dd47fa80690baa915c1d6c8fc5b248d4bfe8fddd\";s:13:\"pluginVersion\";s:6:\"2.8.14\";}'),
(38277, 4846, 'wordproof_last_timestamped_on', '1605847076'),
(38278, 4852, 'wprss_item_date', '2020-11-20T04:34:59+0000'),
(38279, 4852, 'wprss_item_permalink', 'https://anchor.fm/iamc-tv-podcasts/episodes/IAMC-TV-Street-Chat-S2-Episode-4-emo3dv'),
(38280, 4852, 'wprss_item_enclosure', 'https://anchor.fm/s/3db9a900/podcast/play/22858623/https://d3ctxlq1ktw2nl.cloudfront.net/staging/2020-10-20/e345073a-f4b3-b2af-ff28-daa0a58efa70.mp3'),
(38281, 4852, 'wprss_item_source_name', 'IAMC TV Podcast'),
(38282, 4852, 'wprss_item_source_url', 'https://www.iamctv.com/'),
(38283, 4852, 'wprss_item_author', 'International African Movie Channel (IAMC TV)'),
(38284, 4852, 'wprss_item_author_email', NULL),
(38285, 4852, 'wprss_item_author_link', NULL),
(38286, 4852, 'wprss_feed_id', '4837'),
(38287, 4852, 'wprss_images', 'a:0:{}'),
(38288, 4852, 'wprss_best_image', ''),
(38289, 4853, '_edit_lock', '1606773972:1'),
(38290, 4853, '_last_editor_used_jetpack', 'block-editor'),
(38291, 4854, '_wp_attached_file', '2020/11/HIVRibbon-e1606330340469.jpg'),
(38292, 4854, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:275;s:6:\"height\";i:275;s:4:\"file\";s:36:\"2020/11/HIVRibbon-e1606330340469.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"HIVRibbon-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"HIVRibbon-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"newsphere-medium\";a:4:{s:4:\"file\";s:21:\"HIVRibbon-600x380.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"HIVRibbon-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"HIVRibbon-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"HIVRibbon-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"HIVRibbon-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(38296, 4853, '_wpas_done_all', '1'),
(38298, 4853, 'wordproof_timestamp_data', 'a:10:{s:4:\"type\";s:16:\"ArticleTimestamp\";s:7:\"version\";s:5:\"0.2.0\";s:5:\"title\";s:33:\"HIV\'s Overly Bloated Taboo Status\";s:7:\"content\";s:3661:\"<!-- wp:image {\"align\":\"right\",\"id\":4854,\"width\":257,\"height\":257,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignright size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2020/11/HIVRibbon.jpg\" alt=\"\" class=\"wp-image-4854\" width=\"257\" height=\"257\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>So, here\'s a line I so often, earnestly, honestly and unapologetically use during my counseling sessions... \"Being currently unmarried, and given what I know about the virus, its treatment and prognosis following infection, I could actually knowingly marry a HIV positive lady!\". Of course, the reaction I get is often of bafflement, relief and some cynicism.<br><br>I\'ll assume virtually all of us here on social media have, at the very least, some rudimentary idea of what HIV is, as well as its mode of transmission. So, I will not bore your lovely heads with all that jargon. What I however unfortunately notice and would draw attention to, is that there clearly is a huge lacuna as to the accuracy of our collective knowledge of its prognosis, given the resources available in today\'s world.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br>Hence I thought to share just a little of the current realities the \'modern day\' HIV infected person faces. And I will give an account in as plain a manner as I can.<br><br>So, a person comes for a test, sometimes voluntarily... Other times on the recommendation of a healthcare worker. He/she gets counseling before and after the test. Of course, results could be positive or negative.<br><br>For those who turn out positive, following counseling, they are immediately commenced on treatment. Please understand... currently, THERE\'S NO CURE FOR HIV INFECTION (any counterclaim is an absolute lie). However, the drugs given have the capacity to suppress the virus to the point it is rendered practically useless. This, in a sense, indicates that this infection would be incapable to removing a single day from a person\'s life span.<br><br>In fact, there are modalities for monitoring how much of the virus persists in the infected person, and those who are serious with treatment, get to the point where the quantity of virus in the blood is so low, that it\'s said to be UNDETECTABLE (Please note that this is not same as being cured, as the virus is still present, but to a very suppressed degree!) Furthermore, those who have attained the status of being UNDETECTABLE are practically incapable of transmitting the virus to others! This has relevance with regard to sexual partner transmissions, mother to child transmission (during pregnancy, breastfeeding or otherwise), etc.<br><br>Point being made here is that so many people are living extremely healthy and fulfilled lives even while being HIV positive! This is fact!<br><br>Caveat here is that they only are able to live such healthy lives because they are on medication, and they\'re only on medication because they know their status!<br><br>It begs the question then... Why so much stigma with the whole concept of HIV? Yeah... Treatment is for life, but so is the case for Hypertension and Diabetes. These people are healthy, productive, getting married, having kids who are virus free... Generally living full and happy lives! Again, why the stigma? Why the persecution?<br><br>Please, get up, shake yourself off, and get tested. The worst that could happen is that you test positive... So what? There\'s very effective and free treatment available... While we hope for an official cure in the shortest possible time.<br><br>#knowyourhivstatus<br>#gettestedtoday</p>\n<!-- /wp:paragraph -->\";s:4:\"date\";s:25:\"2020-11-30T17:06:30-05:00\";s:10:\"attributes\";a:1:{s:3:\"url\";s:56:\"https://www.iamctv.com/hivs-overly-bloated-taboo-status/\";}s:10:\"blockchain\";s:0:\"\";s:13:\"transactionId\";s:0:\"\";s:4:\"hash\";s:64:\"8262dceb813481e2620a41a68affdbcbf3e71f3020af2e1ece3ef0950fa2b6f5\";s:13:\"pluginVersion\";s:6:\"2.8.14\";}'),
(38299, 4853, 'wordproof_last_timestamped_on', '1606773999'),
(38300, 4853, '_edit_last', '1'),
(38303, 4853, 'episode_type', 'audio'),
(38304, 4853, 'audio_file', ''),
(38305, 4853, 'duration', ''),
(38306, 4853, 'filesize', ''),
(38307, 4853, 'date_recorded', '2020-11-25'),
(38308, 4853, 'explicit', ''),
(38309, 4853, 'block', ''),
(38310, 4853, 'itunes_episode_number', ''),
(38311, 4853, 'itunes_title', ''),
(38312, 4853, 'itunes_season_number', ''),
(38313, 4853, 'itunes_episode_type', ''),
(38314, 4853, '_yoast_wpseo_primary_category', '28'),
(38315, 4853, 'newsphere-meta-content-alignment', 'align-content-left'),
(38316, 4853, '_yoast_wpseo_content_score', '30'),
(38319, 4854, '_wp_attachment_backup_sizes', 'a:2:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:13:\"HIVRibbon.jpg\";}s:18:\"full-1606330340469\";a:3:{s:5:\"width\";i:350;s:6:\"height\";i:350;s:4:\"file\";s:28:\"HIVRibbon-e1606330282711.jpg\";}}'),
(38327, 4857, '_last_editor_used_jetpack', 'block-editor'),
(38326, 4857, '_edit_lock', '1606773963:1'),
(38328, 4857, '_edit_last', '1'),
(38329, 4857, 'episode_type', 'audio'),
(38330, 4857, 'audio_file', ''),
(38331, 4857, 'duration', ''),
(38332, 4857, 'filesize', ''),
(38333, 4857, 'date_recorded', '2020-11-25'),
(38334, 4857, 'explicit', ''),
(38335, 4857, 'block', ''),
(38336, 4857, 'itunes_episode_number', ''),
(38337, 4857, 'itunes_title', ''),
(38338, 4857, 'itunes_season_number', ''),
(38339, 4857, 'itunes_episode_type', ''),
(38340, 4857, '_yoast_wpseo_primary_category', '28'),
(38341, 4857, 'newsphere-meta-content-alignment', 'align-content-left'),
(38342, 4857, '_yoast_wpseo_content_score', '30'),
(38343, 4859, '_wp_attached_file', '2020/11/DrOrdersPagebanner.jpg'),
(38344, 4859, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:350;s:4:\"file\";s:30:\"2020/11/DrOrdersPagebanner.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"DrOrdersPagebanner-300x105.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"DrOrdersPagebanner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"DrOrdersPagebanner-768x269.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"newsphere-medium\";a:4:{s:4:\"file\";s:30:\"DrOrdersPagebanner-720x350.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"DrOrdersPagebanner-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:30:\"DrOrdersPagebanner-600x210.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"DrOrdersPagebanner-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:30:\"DrOrdersPagebanner-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:30:\"DrOrdersPagebanner-600x210.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"DrOrdersPagebanner-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(38348, 4857, '_wpas_done_all', '1'),
(38350, 4857, 'wordproof_timestamp_data', 'a:10:{s:4:\"type\";s:16:\"ArticleTimestamp\";s:7:\"version\";s:5:\"0.2.0\";s:5:\"title\";s:27:\"The Elephant in the Room...\";s:7:\"content\";s:3401:\"<!-- wp:image {\"align\":\"left\",\"id\":4860,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignleft size-large\"><img src=\"https://www.iamctv.com/wp-content/uploads/2020/11/Sex.png\" alt=\"\" class=\"wp-image-4860\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>So, I got challenged somewhat following my last post, regarding my stance on the futility of undue bias and unfair, as well as uncalled for persecution by society, of people living with HIV. I was called out by multiple persons on why I\'d see fit to in any way create any comparison between HIV infection and other conditions like hypertension and Diabetes.<br><br>While I get the meat of the vocalized as well as quietly brooded queries, which in many cases are actually pretty rational... I can\'t help but state in clear terms the considerable paucity of knowledge today\'s society largely collectively wallows in on the subject.<br><br>So I thought to try to address the pretty large, lumbering elephant in the room... What makes this infection, despite the many, many, many gains already made in its treatment and follow up, what makes it retain such a seeming vice-like grip on, at the very least, our collective subconscious?...<br><br>... SEX!<br><br>Yep, I know there\'s the fact that it\'s contagious, especially when untreated. I also understand there presently is no cure. I however think a very sizeable chunk of the taboo status may be in its general \'assumed\' affiliation with the notion of some form of preceding \'sexual looseness\' clearly fundamentally frowned upon culturally here in Africa, and apparently deserving of some kind of moral and/or cosmic retribution!<br><br>Yeah, I\'m no omniscient entity, so understand my opinion is by no means law. But yeah... I think it\'s sex, it\'s immediate association with the person discovered to be HIV infected, and all of the emotions the notion of it conjures in us: Awe, shame, desire, mystery, curiosity... and no small dose of \'exalting self-righteousness’!.<br><br>Now you\'ve got a condition which has been quite rightly touted over the years, a large chunk of which people were constantly reminded about how there was no cure, how \"e no dey show for face\", and so on... the concept of HIV/AIDS was practically deified, and in sone quarters, presented as a just and/or cosmic reward for immorality. Now add all that to the general lay assumption that virtually everyone who is positive got it through sex! And voila! There you have it!<br><br>It does not seem to matter that there\'s effective treatment, or that there currently is an extremely fine line between being virally suppressed from taking the drugs and an outright cure. I think society cannot seem to get past sex-driven bigotry we so often display towards people living with HIV/AIDS. Such words as \'promiscuous\', \'undisciplined\', \'karma\', etc., inevitably pop up in our heads but largely go unsaid.<br><br>This pervading taboo status, I find, can be debilitating! I have observed that more people outrightly reject HIV testing from fear of society\'s persecution if discovered positive, than the fear of having the virus itself. Why else would not anyone \'run headlong\' towards a test especially after knowing there is free, effective treatment without which the future truly is bleak for all undiagnosed HIV positive persons?<br><br>#selah<br>#gettestedtoday</p>\n<!-- /wp:paragraph -->\";s:4:\"date\";s:25:\"2020-11-30T17:05:57-05:00\";s:10:\"attributes\";a:1:{s:3:\"url\";s:48:\"https://www.iamctv.com/the-elephant-in-the-room/\";}s:10:\"blockchain\";s:0:\"\";s:13:\"transactionId\";s:0:\"\";s:4:\"hash\";s:64:\"71d2449cdf3e61ea18d82faef67b89954bf87761e47eb8d4ed7d228db650c0c9\";s:13:\"pluginVersion\";s:6:\"2.8.14\";}'),
(38349, 4857, '_thumbnail_id', '4859'),
(38351, 4857, 'wordproof_last_timestamped_on', '1606773960'),
(38357, 4860, '_wp_attached_file', '2020/11/Sex.png'),
(38356, 4853, '_thumbnail_id', '4859'),
(38358, 4860, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:15:\"2020/11/Sex.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"Sex-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:15:\"Sex-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"Sex-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(38407, 4866, 'wordproof_timestamp_data', 'a:10:{s:4:\"type\";s:16:\"ArticleTimestamp\";s:7:\"version\";s:5:\"0.2.0\";s:5:\"title\";s:16:\"Miracle of Logic\";s:7:\"content\";s:2511:\"<!-- wp:image {\"align\":\"right\",\"id\":4867,\"width\":277,\"height\":277,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignright size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2020/11/Prayer.jpg\" alt=\"\" class=\"wp-image-4867\" width=\"277\" height=\"277\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Too many times have I, and do I, have to expend copious amounts of energy admonishing, convincing and sometimes coercing patients to heed fundamentally sound and logical medical advice on matters regarding their health.<br><br>Too many people are declaring themselves healed solely on the word of their pastors or other religious leaders/authorities. Please understand that this is no witch hunt, nor is it an attempt to discredit core pillars of the faiths, whether they be Christianity, Islam or otherwise.<br><br>I believe it is quite simple... Should anyone declare healing, then the alleged healed person logically ought to return to the site where diagnosis and/or treatment had been taking place and confirm for a fact that said healing has occurred. I do not see it as doubting or a lack of faith, rather a validation of the permanence of the event that just took place, should it be real. Continuing treatment until a valid scientific confirmation has been made would not change the outcome if indeed said healing occurred...and we\'d personally be at the fore front of the ensuing festivities!<br><br>It is utterly irresponsible for anyone to so casually demand that my patient stops treatment solely on the basis of a declared healing... As so often happens in my current practice! It is maddening! Sad thing is, every single one of them I have come across has turned out to not have been healed after all, and inevitably spiraled downward because of their prematurely stopping treatment. Again, it is utterly irresponsible of all parties involved... Patient and pastor (or imam) alike!<br><br>These common words... \"it doesn\'t matter what the doctor says\"... Abeg, we are not antichrists. We are every bit as religious as everyone else. We believe in and are excited at the prospect of verified miracles wherever we find them!<br><br>Regardless of what we\'re sometimes itching to hear, let\'s adopt some restraint, and be deliberate about keeping our heads level amidst all the noise. My message is simple... Kindly take the time to confirm your \'healing\' before deciding to throw caution to the wind!<br><br>#selah<br></p>\n<!-- /wp:paragraph -->\";s:4:\"date\";s:25:\"2020-11-30T17:05:08-05:00\";s:10:\"attributes\";a:1:{s:3:\"url\";s:40:\"https://www.iamctv.com/miracle-of-logic/\";}s:10:\"blockchain\";s:0:\"\";s:13:\"transactionId\";s:0:\"\";s:4:\"hash\";s:64:\"e2f5eb29e4657129b6d5e3f35d462f12adb1c5041dc49c317bfd4876c9140189\";s:13:\"pluginVersion\";s:6:\"2.8.14\";}'),
(38363, 4862, 'wprss_item_date', '2020-11-27T01:23:04+0000'),
(38364, 4862, 'wprss_item_permalink', 'https://anchor.fm/iamc-tv-podcasts/episodes/IAMC-TV-Street-Chat-S2-Episode-5-en190a'),
(38365, 4862, 'wprss_item_enclosure', 'https://anchor.fm/s/3db9a900/podcast/play/23159242/https://d3ctxlq1ktw2nl.cloudfront.net/staging/2020-10-27/b9c191e4-eada-e071-077a-f4effe209efa.mp3'),
(38366, 4862, 'wprss_item_source_name', 'IAMC TV Podcast'),
(38367, 4862, 'wprss_item_source_url', 'https://www.iamctv.com/'),
(38368, 4862, 'wprss_item_author', 'International African Movie Channel (IAMC TV)'),
(38369, 4862, 'wprss_item_author_email', NULL),
(38370, 4862, 'wprss_item_author_link', NULL),
(38371, 4862, 'wprss_feed_id', '4837'),
(38372, 4862, 'wprss_images', 'a:0:{}'),
(38373, 4862, 'wprss_best_image', ''),
(38374, 4863, '_edit_lock', '1606440540:1'),
(38375, 4863, '_last_editor_used_jetpack', 'block-editor'),
(38376, 4864, '_wp_attached_file', '2020/11/IAMCTVSCS2E5.mp3'),
(38377, 4864, '_wp_attachment_metadata', 'a:18:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:2;s:11:\"sample_rate\";i:44100;s:7:\"bitrate\";d:128001.21915632563;s:11:\"channelmode\";s:6:\"stereo\";s:12:\"bitrate_mode\";s:3:\"vbr\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:3:\"VBR\";s:17:\"compression_ratio\";d:0.09070381176043484;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:43685225;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:2730;s:16:\"length_formatted\";s:5:\"45:30\";s:5:\"title\";s:19:\"IAMC TV Street Chat\";s:5:\"album\";s:18:\"Season 2 Episode 5\";s:6:\"artist\";s:15:\"IAMC TV Podcast\";s:16:\"encoder_settings\";s:13:\"Lavf58.29.100\";}'),
(38379, 4863, '_wpas_done_all', '1'),
(38380, 4863, '_thumbnail_id', '1896'),
(38381, 4863, '_edit_last', '1'),
(38382, 4863, 'episode_type', 'audio'),
(38383, 4863, 'audio_file', 'https://www.iamctv.com/wp-content/uploads/2020/11/IAMCTVSCS2E5.mp3'),
(38384, 4863, 'duration', '45:30'),
(38385, 4863, 'filesize', '41.66M'),
(38386, 4863, 'date_recorded', '2020-11-26'),
(38387, 4863, 'explicit', 'on'),
(38388, 4863, 'block', ''),
(38389, 4863, 'itunes_episode_number', '5'),
(38390, 4863, 'itunes_title', 'IAMC TV Street Chat'),
(38391, 4863, 'itunes_season_number', '2'),
(38392, 4863, 'itunes_episode_type', 'full'),
(38393, 4863, 'filesize_raw', '43685225'),
(38394, 4863, 'enclosure', 'https://www.iamctv.com/wp-content/uploads/2020/11/IAMCTVSCS2E5.mp3'),
(38395, 4863, '_yoast_wpseo_primary_series', '20'),
(38396, 4863, '_yoast_wpseo_metadesc', 'On this special thanksgiving day episode, PrymEvyl & Alan Bogey reflects on President Trump\'s continuing challenge to the US electoral process, the indictment of former Nigeria Head of State retired General Gowon by the British parliament, and the deteriorating security in Nigeria. Happy thanksgiving to all.'),
(38397, 4863, '_yoast_wpseo_content_score', '30'),
(38398, 4866, '_edit_lock', '1606773911:1'),
(38399, 4866, '_last_editor_used_jetpack', 'block-editor'),
(38400, 4867, '_wp_attached_file', '2020/11/Prayer.jpg'),
(38401, 4867, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:18:\"2020/11/Prayer.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"Prayer-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Prayer-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"newsphere-medium\";a:4:{s:4:\"file\";s:18:\"Prayer-600x380.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"Prayer-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"Prayer-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:18:\"Prayer-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"Prayer-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(38405, 4866, '_wpas_done_all', '1'),
(38406, 4866, '_thumbnail_id', '4859'),
(38408, 4866, 'wordproof_last_timestamped_on', '1606773912'),
(38409, 4866, '_edit_last', '1'),
(38430, 4869, '_edit_lock', '1606876546:1'),
(38412, 4866, 'episode_type', 'audio'),
(38413, 4866, 'audio_file', ''),
(38414, 4866, 'duration', ''),
(38415, 4866, 'filesize', ''),
(38416, 4866, 'date_recorded', '2020-11-30'),
(38417, 4866, 'explicit', ''),
(38418, 4866, 'block', ''),
(38419, 4866, 'itunes_episode_number', ''),
(38420, 4866, 'itunes_title', ''),
(38421, 4866, 'itunes_season_number', ''),
(38422, 4866, 'itunes_episode_type', ''),
(38423, 4866, '_yoast_wpseo_primary_category', '28'),
(38424, 4866, 'newsphere-meta-content-alignment', 'align-content-left'),
(38425, 4866, '_yoast_wpseo_content_score', '30'),
(38431, 4869, '_last_editor_used_jetpack', 'block-editor'),
(38435, 4869, '_wpas_done_all', '1'),
(38439, 4869, 'wordproof_timestamp_data', 'a:10:{s:4:\"type\";s:16:\"ArticleTimestamp\";s:7:\"version\";s:5:\"0.2.0\";s:5:\"title\";s:46:\"Blazin\' 30 Music Video Countdown-December 2020\";s:7:\"content\";s:528:\"<!-- wp:core-embed/youtube {\"url\":\"https://www.youtube.com/watch?v=Sm6vKCkZyHsu0026list=PLhA33Qlq7dPSGX-ag5LmqCyBGfoso1MzL\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"wp-embed-aspect-4-3 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-4-3 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=Sm6vKCkZyHs&amp;list=PLhA33Qlq7dPSGX-ag5LmqCyBGfoso1MzL\n</div></figure>\n<!-- /wp:core-embed/youtube -->\";s:4:\"date\";s:25:\"2020-12-01T21:35:43-05:00\";s:10:\"attributes\";a:1:{s:3:\"url\";s:69:\"https://www.iamctv.com/blazin-30-music-video-countdown-december-2020/\";}s:10:\"blockchain\";s:0:\"\";s:13:\"transactionId\";s:0:\"\";s:4:\"hash\";s:64:\"6409e68a0349da9ef4ec57aa0a92204b00fe409d3b27d7c8c76d305daa01b61d\";s:13:\"pluginVersion\";s:6:\"2.8.14\";}'),
(38436, 4869, '_thumbnail_id', '65'),
(38437, 4869, '_oembed_813cfcdd3fdb8392dc40ac022d6d48de', '<iframe title=\"Runtown - Kini Issue (Official Music Video)\" width=\"640\" height=\"480\" src=\"https://www.youtube.com/embed/Sm6vKCkZyHs?list=PLhA33Qlq7dPSGX-ag5LmqCyBGfoso1MzL\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(38438, 4869, '_oembed_time_813cfcdd3fdb8392dc40ac022d6d48de', '1606876538'),
(38440, 4869, 'wordproof_last_timestamped_on', '1606876555'),
(38441, 4869, '_edit_last', '1'),
(38443, 4869, 'episode_type', 'audio'),
(38444, 4869, 'audio_file', ''),
(38445, 4869, 'duration', ''),
(38446, 4869, 'filesize', ''),
(38447, 4869, 'date_recorded', '2020-12-01'),
(38448, 4869, 'explicit', ''),
(38449, 4869, 'block', ''),
(38450, 4869, 'itunes_episode_number', ''),
(38451, 4869, 'itunes_title', ''),
(38452, 4869, 'itunes_season_number', ''),
(38453, 4869, 'itunes_episode_type', ''),
(38454, 4869, '_yoast_wpseo_primary_category', '21'),
(38455, 4869, 'newsphere-meta-content-alignment', 'align-content-left'),
(38456, 4869, '_yoast_wpseo_content_score', '60'),
(38469, 4872, 'wprss_item_date', '2020-12-04T14:44:16+0000'),
(38470, 4872, 'wprss_item_permalink', 'https://anchor.fm/iamc-tv-podcasts/episodes/IAMC-TV-Street-Chat-S2-Episode-6-enbt26'),
(38471, 4872, 'wprss_item_enclosure', 'https://anchor.fm/s/3db9a900/podcast/play/23507462/https://d3ctxlq1ktw2nl.cloudfront.net/staging/2020-11-4/a70290c0-2c12-499f-6031-849cf22dd582.mp3'),
(38472, 4872, 'wprss_item_source_name', 'IAMC TV Podcast'),
(38473, 4872, 'wprss_item_source_url', 'https://www.iamctv.com/'),
(38474, 4872, 'wprss_item_author', 'International African Movie Channel (IAMC TV)'),
(38475, 4872, 'wprss_item_author_email', NULL),
(38476, 4872, 'wprss_item_author_link', NULL),
(38477, 4872, 'wprss_feed_id', '4837'),
(38478, 4872, 'wprss_images', 'a:0:{}'),
(38479, 4872, 'wprss_best_image', ''),
(38480, 4873, '_edit_lock', '1607093438:1'),
(38481, 4873, '_last_editor_used_jetpack', 'block-editor'),
(38482, 4874, '_wp_attached_file', '2020/12/IAMCTVSCS2E6.mp3'),
(38483, 4874, '_wp_attachment_metadata', 'a:20:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:2;s:11:\"sample_rate\";i:44100;s:7:\"bitrate\";d:128001.40496300049;s:11:\"channelmode\";s:6:\"stereo\";s:12:\"bitrate_mode\";s:3:\"vbr\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:3:\"VBR\";s:17:\"compression_ratio\";d:0.09070394342616248;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:37956275;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:2372;s:16:\"length_formatted\";s:5:\"39:32\";s:5:\"title\";s:19:\"IAMC TV Street Chat\";s:5:\"album\";s:18:\"Season 2 Episode 6\";s:6:\"artist\";s:15:\"IAMC TV Podcast\";s:14:\"recording_time\";s:4:\"2020\";s:16:\"encoder_settings\";s:13:\"Lavf58.29.100\";s:4:\"year\";s:4:\"2020\";}'),
(38485, 4873, '_wpas_done_all', '1'),
(38486, 4873, '_thumbnail_id', '1896'),
(38487, 4873, '_edit_last', '1'),
(38488, 4873, 'episode_type', 'audio'),
(38489, 4873, 'audio_file', 'https://www.iamctv.com/wp-content/uploads/2020/12/IAMCTVSCS2E6.mp3'),
(38490, 4873, 'duration', '39:32'),
(38491, 4873, 'filesize', '36.2M'),
(38492, 4873, 'date_recorded', '2020-12-04'),
(38493, 4873, 'explicit', 'on'),
(38494, 4873, 'block', ''),
(38495, 4873, 'itunes_episode_number', '6'),
(38496, 4873, 'itunes_title', 'IAMC TV Street Chat'),
(38497, 4873, 'itunes_season_number', '2'),
(38498, 4873, 'itunes_episode_type', 'full'),
(38499, 4873, 'filesize_raw', '37956275'),
(38500, 4873, 'enclosure', 'https://www.iamctv.com/wp-content/uploads/2020/12/IAMCTVSCS2E6.mp3'),
(38501, 4873, '_yoast_wpseo_primary_series', '20'),
(38502, 4873, '_yoast_wpseo_metadesc', 'With hosts PrymEvyl and Alan Bogey.'),
(38503, 4873, '_yoast_wpseo_content_score', '30'),
(38512, 4876, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:958;s:6:\"height\";i:814;s:4:\"file\";s:22:\"2020/12/FlyngWitch.png\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"FlyngWitch-300x255.png\";s:5:\"width\";i:300;s:6:\"height\";i:255;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"FlyngWitch-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"FlyngWitch-768x653.png\";s:5:\"width\";i:768;s:6:\"height\";i:653;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"newsphere-slider-full\";a:4:{s:4:\"file\";s:22:\"FlyngWitch-958x720.png\";s:5:\"width\";i:958;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"newsphere-medium\";a:4:{s:4:\"file\";s:22:\"FlyngWitch-720x380.png\";s:5:\"width\";i:720;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"FlyngWitch-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"FlyngWitch-600x510.png\";s:5:\"width\";i:600;s:6:\"height\";i:510;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"FlyngWitch-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"FlyngWitch-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"FlyngWitch-600x510.png\";s:5:\"width\";i:600;s:6:\"height\";i:510;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"FlyngWitch-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(38516, 4875, '_wpas_done_all', '1'),
(38518, 4875, 'wordproof_timestamp_data', 'a:10:{s:4:\"type\";s:16:\"ArticleTimestamp\";s:7:\"version\";s:5:\"0.2.0\";s:5:\"title\";s:24:\"Our Age-Old Hysterics...\";s:7:\"content\";s:2770:\"<!-- wp:image {\"align\":\"right\",\"id\":4876,\"width\":298,\"height\":253,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignright size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2020/12/FlyngWitch.png\" alt=\"\" class=\"wp-image-4876\" width=\"298\" height=\"253\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A few days ago, I saw a clip making the rounds on social media, showing a man who\'d apparently crash landed on a roof top while flying on/in his \'spiritual aircraft\' to/from his witches\' coven. His spiritual craft had allegedly run out of fuel. Most amusing... distressing rather, was the obvious and predictable hysteria all around as our usual superstitious tendencies were fanned and flamed! It was an all too familiar scene!<br><br>All the while, I was painfully incredulous that we would perpetuate this silliness today.<br><br>Simple question... With all the clips we capture, with how easy it is to catch all kinds of stuff on video in our day... How is it that no one has ever caught an actual video of the witch on the flying craft? How is it that there are no clips of actual transformations of our \'witches\' into owls, snakes, or even cockroaches as we so often hear? Nah, it is always a clip of the poor man or woman cornered and being sneered at on a roof top or being beaten by a mob mostly on hearsay!<br><br>There are a good number of rational reasons why anyone could be found on a roof top, a tree, or the top of a mast in the early morning. There are many psychiatric and psychological issues that could very adequately explain any one of these events! These people should be helped, not jeered at! Particularly surprising is how even chunks of educated young people buy into these ideals.<br><br>Another question I will ask is... How has all the hysteria helped us as a people? We are still terribly far behind the western world on many, many fronts! Is it that Africans are the evilest people on earth? Why are we so conscious of the idea of our neighbors plotting our downfalls via spiritual means? We consequently so easily fall into the hands of spiritual charlatans who mandate us to go out on the fields and eat grass like goats or have us lay on our bellies and haughtily walk over our backs, or even body-slam us in the name of deliverance... and so on. Why such hysterical living?<br><br>Please and please... let us adopt more intellect and less emotion! Take responsibility for your failings. There does not have to be a boogeyman or woman spiritually orchestrating your failures in the background! There usually is an explanation to seemingly unexplainable things... If we just take the time to check! Ask questions from the right sources!<br><br>#Selah</p>\n<!-- /wp:paragraph -->\";s:4:\"date\";s:25:\"2020-12-05T17:48:03-05:00\";s:10:\"attributes\";a:1:{s:3:\"url\";s:45:\"https://www.iamctv.com/our-age-old-hysterics/\";}s:10:\"blockchain\";s:0:\"\";s:13:\"transactionId\";s:0:\"\";s:4:\"hash\";s:64:\"7e8a0489cf4fdec2310886c4d2a2fa95b0dacc61984321c6395c5380c41bc3c7\";s:13:\"pluginVersion\";s:6:\"2.8.14\";}'),
(38517, 4875, '_thumbnail_id', '4859'),
(38519, 4875, 'wordproof_last_timestamped_on', '1607208488'),
(38520, 4875, '_edit_last', '1'),
(38537, 4879, '_edit_lock', '1607664396:1'),
(38523, 4875, 'episode_type', 'audio'),
(38524, 4875, 'audio_file', ''),
(38525, 4875, 'duration', ''),
(38526, 4875, 'filesize', ''),
(38527, 4875, 'date_recorded', '2020-12-05'),
(38528, 4875, 'explicit', ''),
(38529, 4875, 'block', ''),
(38530, 4875, 'itunes_episode_number', ''),
(38531, 4875, 'itunes_title', ''),
(38532, 4875, 'itunes_season_number', ''),
(38533, 4875, 'itunes_episode_type', ''),
(38534, 4875, '_yoast_wpseo_primary_category', '28'),
(38535, 4875, 'newsphere-meta-content-alignment', 'align-content-left'),
(38536, 4875, '_yoast_wpseo_content_score', '60'),
(38538, 4879, '_last_editor_used_jetpack', 'block-editor'),
(38539, 4880, '_wp_attached_file', '2020/12/IAMCTVSCS2E7.mp3'),
(38540, 4880, '_wp_attachment_metadata', 'a:20:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:2;s:11:\"sample_rate\";i:44100;s:7:\"bitrate\";d:128001.21170137999;s:11:\"channelmode\";s:6:\"stereo\";s:12:\"bitrate_mode\";s:3:\"vbr\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:3:\"VBR\";s:17:\"compression_ratio\";d:0.09070380647773525;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:44007906;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:2750;s:16:\"length_formatted\";s:5:\"45:50\";s:5:\"title\";s:19:\"IAMC TV Street Chat\";s:5:\"album\";s:18:\"Season 2 Episode 7\";s:6:\"artist\";s:15:\"IAMC TV Podcast\";s:14:\"recording_time\";s:4:\"2020\";s:16:\"encoder_settings\";s:13:\"Lavf58.29.100\";s:4:\"year\";s:4:\"2020\";}'),
(38541, 4881, 'wprss_item_date', '2020-12-11T05:19:59+0000'),
(38542, 4881, 'wprss_item_permalink', 'https://anchor.fm/iamc-tv-podcasts/episodes/IAMC-TV-Street-Chat-S2-Episode-7-enlfd4'),
(38543, 4881, 'wprss_item_enclosure', 'https://anchor.fm/s/3db9a900/podcast/play/23821156/https://d3ctxlq1ktw2nl.cloudfront.net/staging/2020-11-11/e6f1045e-25ce-a6ee-d43a-4ff498c03083.mp3'),
(38544, 4881, 'wprss_item_source_name', 'IAMC TV Podcast'),
(38545, 4881, 'wprss_item_source_url', 'https://www.iamctv.com/'),
(38546, 4881, 'wprss_item_author', 'International African Movie Channel (IAMC TV)'),
(38547, 4881, 'wprss_item_author_email', NULL),
(38548, 4881, 'wprss_item_author_link', NULL),
(38549, 4881, 'wprss_feed_id', '4837'),
(38550, 4881, 'wprss_images', 'a:0:{}'),
(38551, 4881, 'wprss_best_image', ''),
(38553, 4879, '_wpas_done_all', '1'),
(38554, 4879, '_thumbnail_id', '1896'),
(38555, 4879, '_edit_last', '1'),
(38556, 4879, 'episode_type', 'audio'),
(38557, 4879, 'audio_file', 'https://www.iamctv.com/wp-content/uploads/2020/12/IAMCTVSCS2E7.mp3'),
(38558, 4879, 'duration', '45:50'),
(38559, 4879, 'filesize', '41.97M'),
(38560, 4879, 'date_recorded', '2020-12-11'),
(38561, 4879, 'explicit', 'on'),
(38562, 4879, 'block', ''),
(38563, 4879, 'itunes_episode_number', '7'),
(38564, 4879, 'itunes_title', 'IAMC TV Street Chat'),
(38565, 4879, 'itunes_season_number', '2'),
(38566, 4879, 'itunes_episode_type', 'full'),
(38567, 4879, 'filesize_raw', '44007906'),
(38568, 4879, 'enclosure', 'https://www.iamctv.com/wp-content/uploads/2020/12/IAMCTVSCS2E7.mp3'),
(38569, 4879, '_yoast_wpseo_primary_series', '20'),
(38570, 4879, '_yoast_wpseo_metadesc', 'On this week’s podcast, PrymEvyl and Alan Bogey reflects on the death of Maradona, Buhari rescinds invite to address National assembly, Trump’s continued effort to annul the US election, President Elect Joe Biden & Vice President Elect Kamala Harris nominated as Time 2020 Person of the Year, and the ravaging COVID-19.'),
(38571, 4879, '_yoast_wpseo_content_score', '30'),
(38572, 4882, '_edit_lock', '1607704469:1'),
(38573, 4882, '_last_editor_used_jetpack', 'block-editor'),
(38577, 4882, '_wpas_done_all', '1'),
(38588, 4882, 'itunes_title', ''),
(38592, 4882, 'newsphere-meta-content-alignment', 'align-content-left'),
(38578, 4882, '_thumbnail_id', '4859'),
(38579, 4882, '_edit_last', '1'),
(38580, 4882, 'episode_type', 'audio'),
(38581, 4882, 'audio_file', ''),
(38582, 4882, 'duration', ''),
(38583, 4882, 'filesize', ''),
(38584, 4882, 'date_recorded', '2020-12-11'),
(38585, 4882, 'explicit', ''),
(38586, 4882, 'block', ''),
(38587, 4882, 'itunes_episode_number', ''),
(38589, 4882, 'itunes_season_number', ''),
(38590, 4882, 'itunes_episode_type', ''),
(38591, 4882, '_yoast_wpseo_primary_category', '28'),
(38593, 4882, '_yoast_wpseo_content_score', '30'),
(38594, 4882, 'wordproof_timestamp_data', 'a:10:{s:4:\"type\";s:16:\"ArticleTimestamp\";s:7:\"version\";s:5:\"0.2.0\";s:5:\"title\";s:19:\"Simply for Emphasis\";s:7:\"content\";s:2535:\"<!-- wp:image {\"align\":\"left\",\"id\":4854,\"width\":211,\"height\":211,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignleft size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2020/11/HIVRibbon-e1606330340469.jpg\" alt=\"\" class=\"wp-image-4854\" width=\"211\" height=\"211\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>So, just for the sake of emphasis from a preceding post regarding our perception of what it means to be HIV infected, as well as its ensuing implications.<br><br>We do find a way to count the number of actual virus in an infected person who is on medication as a way of monitoring. It stands to reason then to say that the better a patient is doing on medication, the lower will be the number of counted viruses in the blood! It gets even better in the sense that treatment is so effective that we may be unable to detect a single viral particle in the blood... A state known as being undetectable! It should be noted that this is not same as being cured.<br><br>So what is the hullabaloo about being UNDETECTABLE?<br><br>...Everything! And I mean everything!<br><br>Simply put, anyone who through proper treatment, has attained the status of being UNDETECTABLE is practically incapable of transmitting the virus to anyone else! That is truly a very big deal! Life practically returns to normal for the person involved (yeah, he/she is still HIV positive, and must continue treatment) ...it is a life of no worries about infecting sexual and non-sexual contacts, or transmissions from mother to baby during pregnancy and/or breastfeeding! It challenges the rational for stigma/persecution in the first place. This also goes a long in limiting further spread of the pandemic as transmissions are very, very much reduced! The HIV infected person is suddenly, for all intents and purposes, no different from anyone else! It\'s actually pretty awesome when you think about it!<br><br>Again I\'d point out that these rays of light shine only on those who first of have been tested and thus are aware of and accepted their status(es) as well as those who have agreed to commence and be committed to treatment which is free at great cost to donors.<br><br>We\'re unfortunately still steeped in persisting unawareness to a large extent, and I\'d hope we\'d do our bit to spread the word, and further chip away at the stubborn unfair stigma and persecution of people who live with HIV.<br><br>#gettestedtoday<br>#stopthestigma</p>\n<!-- /wp:paragraph -->\";s:4:\"date\";s:25:\"2020-12-11T11:19:41-05:00\";s:10:\"attributes\";a:1:{s:3:\"url\";s:43:\"https://www.iamctv.com/simply-for-emphasis/\";}s:10:\"blockchain\";s:0:\"\";s:13:\"transactionId\";s:0:\"\";s:4:\"hash\";s:64:\"d4f23620bda96667b745c4b25cfbd49f11e28cc1033291f243982a76c7f02660\";s:13:\"pluginVersion\";s:6:\"2.8.14\";}'),
(38595, 4882, 'wordproof_last_timestamped_on', '1607703585'),
(38596, 4885, '_edit_lock', '1608310260:1'),
(38597, 4885, '_last_editor_used_jetpack', 'block-editor'),
(38598, 4886, '_wp_attached_file', '2020/12/IAMCTVSCS2E8.mp3'),
(38599, 4886, '_wp_attachment_metadata', 'a:20:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:2;s:11:\"sample_rate\";i:44100;s:7:\"bitrate\";d:128001.34751342097;s:11:\"channelmode\";s:6:\"stereo\";s:12:\"bitrate_mode\";s:3:\"vbr\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:3:\"VBR\";s:17:\"compression_ratio\";d:0.09070390271642642;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:39551207;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:2472;s:16:\"length_formatted\";s:5:\"41:12\";s:5:\"title\";s:19:\"IAMC TV Street Chat\";s:5:\"album\";s:18:\"Season 2 Episode 8\";s:6:\"artist\";s:15:\"IAMC TV Podcast\";s:14:\"recording_time\";s:4:\"2020\";s:16:\"encoder_settings\";s:13:\"Lavf58.29.100\";s:4:\"year\";s:4:\"2020\";}'),
(38601, 4885, '_wpas_done_all', '1'),
(38602, 4885, '_thumbnail_id', '1896'),
(38603, 4885, '_edit_last', '1'),
(38604, 4885, 'episode_type', 'audio'),
(38605, 4885, 'audio_file', 'https://www.iamctv.com/wp-content/uploads/2020/12/IAMCTVSCS2E8.mp3'),
(38606, 4885, 'duration', '41:12'),
(38607, 4885, 'filesize', '37.72M'),
(38608, 4885, 'date_recorded', '2020-12-18'),
(38609, 4885, 'explicit', 'on'),
(38610, 4885, 'block', ''),
(38611, 4885, 'itunes_episode_number', '8'),
(38612, 4885, 'itunes_title', 'IAMC TV Street Chat'),
(38613, 4885, 'itunes_season_number', '2'),
(38614, 4885, 'itunes_episode_type', 'full'),
(38615, 4885, 'filesize_raw', '39551207'),
(38616, 4885, 'enclosure', 'https://www.iamctv.com/wp-content/uploads/2020/12/IAMCTVSCS2E8.mp3'),
(38617, 4885, '_yoast_wpseo_primary_series', '20'),
(38618, 4885, '_yoast_wpseo_content_score', '30'),
(38619, 4887, 'wprss_item_date', '2020-12-18T16:49:54+0000'),
(38620, 4887, 'wprss_item_permalink', 'https://anchor.fm/iamc-tv-podcasts/episodes/IAMC-TV-Street-Chat-S2-Episode-8-envpco'),
(38621, 4887, 'wprss_item_enclosure', 'https://anchor.fm/s/3db9a900/podcast/play/24159064/https://d3ctxlq1ktw2nl.cloudfront.net/staging/2020-11-18/32af93e8-fb02-fe1b-c159-05c97c7ca53e.mp3'),
(38622, 4887, 'wprss_item_source_name', 'IAMC TV Podcast'),
(38623, 4887, 'wprss_item_source_url', 'https://www.iamctv.com/'),
(38624, 4887, 'wprss_item_author', 'International African Movie Channel (IAMC TV)'),
(38625, 4887, 'wprss_item_author_email', NULL),
(38626, 4887, 'wprss_item_author_link', NULL),
(38627, 4887, 'wprss_feed_id', '4837'),
(38628, 4887, 'wprss_images', 'a:0:{}'),
(38629, 4887, 'wprss_best_image', ''),
(38630, 4889, '_edit_lock', '1608930223:1'),
(38631, 4889, '_last_editor_used_jetpack', 'block-editor'),
(38635, 4889, '_wpas_done_all', '1'),
(38676, 4891, 'wordproof_timestamp_data', 'a:10:{s:4:\"type\";s:16:\"ArticleTimestamp\";s:7:\"version\";s:5:\"0.2.0\";s:5:\"title\";s:45:\"Blazin\' 30 Music Video Countdown-January 2021\";s:7:\"content\";s:551:\"<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=1R4_ktLCzlEu0026list=PLhA33Qlq7dPRwngnNzkdy9qRmWEknvNOG\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"align\":\"center\",\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed aligncenter is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=1R4_ktLCzlE&amp;list=PLhA33Qlq7dPRwngnNzkdy9qRmWEknvNOG\n</div></figure>\n<!-- /wp:embed -->\";s:4:\"date\";s:25:\"2020-12-31T10:32:45-05:00\";s:10:\"attributes\";a:1:{s:3:\"url\";s:68:\"https://www.iamctv.com/blazin-30-music-video-countdown-january-2021/\";}s:10:\"blockchain\";s:0:\"\";s:13:\"transactionId\";s:0:\"\";s:4:\"hash\";s:64:\"28aea1347d288c2b7f390f5878d0be206e896a123f7482a13c1fa48615c3e3e1\";s:13:\"pluginVersion\";s:5:\"2.9.1\";}'),
(38636, 4889, '_thumbnail_id', '4859'),
(38637, 4889, '_edit_last', '1'),
(38638, 4889, 'episode_type', 'audio'),
(38639, 4889, 'audio_file', ''),
(38640, 4889, 'duration', ''),
(38641, 4889, 'filesize', ''),
(38642, 4889, 'date_recorded', '2020-12-25'),
(38643, 4889, 'explicit', ''),
(38644, 4889, 'block', ''),
(38645, 4889, 'itunes_episode_number', ''),
(38646, 4889, 'itunes_title', ''),
(38647, 4889, 'itunes_season_number', ''),
(38648, 4889, 'itunes_episode_type', ''),
(38649, 4889, '_yoast_wpseo_primary_category', '28'),
(38650, 4889, 'newsphere-meta-content-alignment', 'align-content-left'),
(38651, 4889, '_yoast_wpseo_content_score', '30'),
(38652, 4891, '_edit_lock', '1609428768:1'),
(38653, 4891, '_last_editor_used_jetpack', 'block-editor');
INSERT INTO `iamc_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(38654, 4891, '_oembed_963292f88299aa0728efac10da0d9aa0', '<iframe title=\"Yemi Alade - Deceive (Official Video) ft. Rudeboy\" width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/1R4_ktLCzlE?list=PLhA33Qlq7dPRwngnNzkdy9qRmWEknvNOG\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(38655, 4891, '_oembed_time_963292f88299aa0728efac10da0d9aa0', '1609428688'),
(38659, 4891, '_wpas_done_all', '1'),
(38660, 4891, '_thumbnail_id', '65'),
(38661, 4891, '_edit_last', '1'),
(38662, 4891, 'episode_type', 'audio'),
(38663, 4891, 'audio_file', ''),
(38664, 4891, 'duration', ''),
(38665, 4891, 'filesize', ''),
(38666, 4891, 'date_recorded', '2020-12-31'),
(38667, 4891, 'explicit', ''),
(38668, 4891, 'block', ''),
(38669, 4891, 'itunes_episode_number', ''),
(38670, 4891, 'itunes_title', ''),
(38671, 4891, 'itunes_season_number', ''),
(38672, 4891, 'itunes_episode_type', ''),
(38673, 4891, '_yoast_wpseo_primary_category', '21'),
(38674, 4891, 'newsphere-meta-content-alignment', 'align-content-left'),
(38675, 4891, '_yoast_wpseo_content_score', '60'),
(38677, 4891, 'wordproof_last_timestamped_on', '1609428775'),
(38678, 4894, '_edit_lock', '1609511331:1'),
(38679, 4894, '_last_editor_used_jetpack', 'block-editor'),
(38680, 4895, '_wp_attached_file', '2021/01/IAMCTVSCS2E9.mp3'),
(38681, 4895, '_wp_attachment_metadata', 'a:20:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:2;s:11:\"sample_rate\";i:44100;s:7:\"bitrate\";d:128001.58187471353;s:11:\"channelmode\";s:6:\"stereo\";s:12:\"bitrate_mode\";s:3:\"vbr\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:3:\"VBR\";s:17:\"compression_ratio\";d:0.09070406878877092;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:33741157;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:2109;s:16:\"length_formatted\";s:5:\"35:09\";s:5:\"title\";s:19:\"IAMC TV Street Chat\";s:5:\"album\";s:18:\"Season 2 Episode 9\";s:6:\"artist\";s:15:\"IAMC TV Podcast\";s:14:\"recording_time\";s:4:\"2020\";s:16:\"encoder_settings\";s:13:\"Lavf58.29.100\";s:4:\"year\";s:4:\"2020\";}'),
(38683, 4894, '_wpas_done_all', '1'),
(38684, 4894, '_thumbnail_id', '1896'),
(38685, 4894, '_edit_last', '1'),
(38686, 4894, 'episode_type', 'audio'),
(38687, 4894, 'audio_file', 'https://www.iamctv.com/wp-content/uploads/2021/01/IAMCTVSCS2E9.mp3'),
(38688, 4894, 'duration', '35:09'),
(38689, 4894, 'filesize', '32.18M'),
(38690, 4894, 'date_recorded', '2020-12-31'),
(38691, 4894, 'explicit', 'on'),
(38692, 4894, 'block', ''),
(38693, 4894, 'itunes_episode_number', '9'),
(38694, 4894, 'itunes_title', 'IAMC TV Street Chat'),
(38695, 4894, 'itunes_season_number', '2'),
(38696, 4894, 'itunes_episode_type', 'full'),
(38697, 4894, 'filesize_raw', '33741157'),
(38698, 4894, 'enclosure', 'https://www.iamctv.com/wp-content/uploads/2021/01/IAMCTVSCS2E9.mp3'),
(38699, 4894, '_yoast_wpseo_primary_series', '20'),
(38700, 4894, '_yoast_wpseo_content_score', '30'),
(38701, 4896, 'wprss_item_date', '2021-01-01T14:29:17+0000'),
(38702, 4896, 'wprss_item_permalink', 'https://anchor.fm/iamc-tv-podcasts/episodes/IAMC-TV-Street-Chat-S2-Episode-9-eoeh3b'),
(38703, 4896, 'wprss_item_enclosure', 'https://anchor.fm/s/3db9a900/podcast/play/24642091/https://d3ctxlq1ktw2nl.cloudfront.net/staging/2021-0-1/8a424b33-5393-168b-08f5-e17d39a8e831.mp3'),
(38704, 4896, 'wprss_item_source_name', 'IAMC TV Podcast'),
(38705, 4896, 'wprss_item_source_url', 'https://www.iamctv.com/'),
(38706, 4896, 'wprss_item_author', 'International African Movie Channel (IAMC TV)'),
(38707, 4896, 'wprss_item_author_email', NULL),
(38708, 4896, 'wprss_item_author_link', NULL),
(38709, 4896, 'wprss_feed_id', '4837'),
(38710, 4896, 'wprss_images', 'a:0:{}'),
(38711, 4896, 'wprss_best_image', ''),
(38712, 4898, '_edit_lock', '1610056952:1'),
(38713, 4898, '_last_editor_used_jetpack', 'block-editor'),
(38714, 4899, '_wp_attached_file', '2021/01/IAMCTVSCS3E1.mp3'),
(38715, 4899, '_wp_attachment_metadata', 'a:18:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:2;s:11:\"sample_rate\";i:44100;s:7:\"bitrate\";d:128001.29043611245;s:11:\"channelmode\";s:6:\"stereo\";s:12:\"bitrate_mode\";s:3:\"vbr\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:3:\"VBR\";s:17:\"compression_ratio\";d:0.09070386227048785;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:41268167;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:2579;s:16:\"length_formatted\";s:5:\"42:59\";s:5:\"title\";s:19:\"IAMC TV Street Chat\";s:5:\"album\";s:18:\"Season 3 Episode 1\";s:6:\"artist\";s:15:\"IAMC TV Podcast\";s:16:\"encoder_settings\";s:13:\"Lavf58.29.100\";}'),
(38717, 4898, '_wpas_done_all', '1'),
(38718, 4898, '_thumbnail_id', '1896'),
(38719, 4898, '_edit_last', '1'),
(38720, 4898, 'episode_type', 'audio'),
(38721, 4898, 'audio_file', 'https://www.iamctv.com/wp-content/uploads/2021/01/IAMCTVSCS3E1.mp3'),
(38722, 4898, 'duration', '42:59'),
(38723, 4898, 'filesize', '39.36M'),
(38724, 4898, 'date_recorded', '2021-01-07'),
(38725, 4898, 'explicit', 'on'),
(38726, 4898, 'block', ''),
(38727, 4898, 'itunes_episode_number', '1'),
(38728, 4898, 'itunes_title', 'IAMC TV Street Chat'),
(38729, 4898, 'itunes_season_number', '3'),
(38730, 4898, 'itunes_episode_type', 'full'),
(38731, 4898, 'filesize_raw', '41268167'),
(38732, 4898, 'enclosure', 'https://www.iamctv.com/wp-content/uploads/2021/01/IAMCTVSCS3E1.mp3'),
(38733, 4898, '_yoast_wpseo_primary_series', '20'),
(38734, 4898, '_yoast_wpseo_content_score', '30'),
(38735, 4900, 'wprss_item_date', '2021-01-07T22:01:18+0000'),
(38736, 4900, 'wprss_item_permalink', 'https://anchor.fm/iamc-tv-podcasts/episodes/IAMC-TV-Street-Chat-S3-Episode-1-eom5hh'),
(38737, 4900, 'wprss_item_enclosure', 'https://anchor.fm/s/3db9a900/podcast/play/24892401/https://d3ctxlq1ktw2nl.cloudfront.net/staging/2021-0-7/32020726-9f1e-a8af-f332-2ce21a2ea7f5.mp3'),
(38738, 4900, 'wprss_item_source_name', 'IAMC TV Podcast'),
(38739, 4900, 'wprss_item_source_url', 'https://www.iamctv.com/'),
(38740, 4900, 'wprss_item_author', 'International African Movie Channel (IAMC TV)'),
(38741, 4900, 'wprss_item_author_email', NULL),
(38742, 4900, 'wprss_item_author_link', NULL),
(38743, 4900, 'wprss_feed_id', '4837'),
(38744, 4900, 'wprss_images', 'a:0:{}'),
(38745, 4900, 'wprss_best_image', ''),
(38784, 1874, '_oembed_b3731b26467d90267cb4664e1c1807dd', '{{unknown}}'),
(38749, 4902, '_edit_lock', '1610661068:1'),
(38750, 4902, '_last_editor_used_jetpack', 'block-editor'),
(38751, 4903, '_wp_attached_file', '2021/01/IAMCTVSCS3E2.mp3'),
(38752, 4903, '_wp_attachment_metadata', 'a:18:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:2;s:11:\"sample_rate\";i:44100;s:7:\"bitrate\";d:128001.3645896868;s:11:\"channelmode\";s:6:\"stereo\";s:12:\"bitrate_mode\";s:3:\"vbr\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:3:\"VBR\";s:17:\"compression_ratio\";d:0.09070391481695493;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:39060089;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:2441;s:16:\"length_formatted\";s:5:\"40:41\";s:5:\"title\";s:19:\"IAMC TV Street Chat\";s:5:\"album\";s:18:\"Season 3 Episode 2\";s:6:\"artist\";s:15:\"IAMC TV Podcast\";s:16:\"encoder_settings\";s:13:\"Lavf58.29.100\";}'),
(38754, 4902, '_wpas_done_all', '1'),
(38755, 4902, '_thumbnail_id', '1896'),
(38756, 4902, '_edit_last', '1'),
(38757, 4902, 'episode_type', 'audio'),
(38758, 4902, 'audio_file', 'https://www.iamctv.com/wp-content/uploads/2021/01/IAMCTVSCS3E2.mp3'),
(38759, 4902, 'duration', '40:41'),
(38760, 4902, 'filesize', '37.25M'),
(38761, 4902, 'date_recorded', '2021-01-14'),
(38762, 4902, 'explicit', 'on'),
(38763, 4902, 'block', ''),
(38764, 4902, 'itunes_episode_number', '2'),
(38765, 4902, 'itunes_title', 'IAMC TV Street Chat'),
(38766, 4902, 'itunes_season_number', '3'),
(38767, 4902, 'itunes_episode_type', 'full'),
(38768, 4902, 'filesize_raw', '39060089'),
(38769, 4902, 'enclosure', 'https://www.iamctv.com/wp-content/uploads/2021/01/IAMCTVSCS3E2.mp3'),
(38770, 4902, '_yoast_wpseo_primary_series', '20'),
(38771, 4902, '_yoast_wpseo_content_score', '30'),
(38772, 4902, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(38773, 4904, 'wprss_item_date', '2021-01-14T21:48:31+0000'),
(38774, 4904, 'wprss_item_permalink', 'https://anchor.fm/iamc-tv-podcasts/episodes/IAMC-TV-Street-Chat-S3-Episode-2-eovntn'),
(38775, 4904, 'wprss_item_enclosure', 'https://anchor.fm/s/3db9a900/podcast/play/25206135/https://d3ctxlq1ktw2nl.cloudfront.net/staging/2021-0-14/1b99f941-f958-82a4-14f1-4756e53add4b.mp3'),
(38776, 4904, 'wprss_item_source_name', 'IAMC TV Podcast'),
(38777, 4904, 'wprss_item_source_url', 'https://www.iamctv.com/'),
(38778, 4904, 'wprss_item_author', 'International African Movie Channel (IAMC TV)'),
(38779, 4904, 'wprss_item_author_email', NULL),
(38780, 4904, 'wprss_item_author_link', NULL),
(38781, 4904, 'wprss_feed_id', '4837'),
(38782, 4904, 'wprss_images', 'a:0:{}'),
(38783, 4904, 'wprss_best_image', ''),
(38785, 121, '_oembed_f92f4e28c16d4d1f3513a221956dae47', '{{unknown}}'),
(38786, 119, '_oembed_96fbd038a30287bdae280aafdef2ffb0', '{{unknown}}'),
(38787, 116, '_oembed_b756912690d6746f2734716462a83295', '{{unknown}}'),
(38788, 115, '_oembed_74b1233e6f9f885fce1528acb0622500', '{{unknown}}'),
(38789, 96, '_oembed_fdd2184935a5e27c7b96267e1a80a713', '{{unknown}}'),
(38790, 94, '_oembed_9aa5c41323760a6d0164669e2cb7a425', '{{unknown}}'),
(38791, 93, '_oembed_87c271f7d9e37a59137cc6ea8d95b52a', '{{unknown}}'),
(38792, 16, '_oembed_11b48d8a9aa15ad11a58271950d4fe72', '{{unknown}}'),
(39170, 4995, '_last_editor_used_jetpack', 'block-editor'),
(38798, 4923, '_edit_lock', '1611156145:1'),
(38799, 4923, '_last_editor_used_jetpack', 'block-editor'),
(38800, 4923, '_oembed_3aecc78fc2d7277639196ee0e283474c', '<iframe title=\"Nationwide COVID-19 Memorial | Biden-Harris Inauguration 2021\" width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/mSTqSYHwqzw?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(38801, 4923, '_oembed_time_3aecc78fc2d7277639196ee0e283474c', '1611080022'),
(38802, 4925, '_wp_attached_file', '2021/01/59th-Inaugural-Graphic.png'),
(38803, 4925, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1083;s:4:\"file\";s:34:\"2021/01/59th-Inaugural-Graphic.png\";s:5:\"sizes\";a:19:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"59th-Inaugural-Graphic-300x162.png\";s:5:\"width\";i:300;s:6:\"height\";i:162;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"59th-Inaugural-Graphic-1024x554.png\";s:5:\"width\";i:1024;s:6:\"height\";i:554;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"59th-Inaugural-Graphic-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"59th-Inaugural-Graphic-768x416.png\";s:5:\"width\";i:768;s:6:\"height\";i:416;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:35:\"59th-Inaugural-Graphic-1536x832.png\";s:5:\"width\";i:1536;s:6:\"height\";i:832;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"newsphere-slider-full\";a:4:{s:4:\"file\";s:35:\"59th-Inaugural-Graphic-1280x720.png\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"newsphere-featured\";a:4:{s:4:\"file\";s:35:\"59th-Inaugural-Graphic-1024x554.png\";s:5:\"width\";i:1024;s:6:\"height\";i:554;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"newsphere-medium\";a:4:{s:4:\"file\";s:34:\"59th-Inaugural-Graphic-720x380.png\";s:5:\"width\";i:720;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:27:\"web-stories-poster-portrait\";a:4:{s:4:\"file\";s:34:\"59th-Inaugural-Graphic-640x853.png\";s:5:\"width\";i:640;s:6:\"height\";i:853;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"web-stories-poster-landscape\";a:4:{s:4:\"file\";s:34:\"59th-Inaugural-Graphic-853x640.png\";s:5:\"width\";i:853;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"web-stories-poster-square\";a:4:{s:4:\"file\";s:34:\"59th-Inaugural-Graphic-640x640.png\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"web-stories-publisher-logo\";a:4:{s:4:\"file\";s:32:\"59th-Inaugural-Graphic-96x96.png\";s:5:\"width\";i:96;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"web-stories-thumbnail\";a:4:{s:4:\"file\";s:33:\"59th-Inaugural-Graphic-150x81.png\";s:5:\"width\";i:150;s:6:\"height\";i:81;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:34:\"59th-Inaugural-Graphic-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:34:\"59th-Inaugural-Graphic-600x325.png\";s:5:\"width\";i:600;s:6:\"height\";i:325;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:34:\"59th-Inaugural-Graphic-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:34:\"59th-Inaugural-Graphic-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:34:\"59th-Inaugural-Graphic-600x325.png\";s:5:\"width\";i:600;s:6:\"height\";i:325;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"59th-Inaugural-Graphic-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(38807, 4923, '_wpas_done_all', '1'),
(38825, 4923, 'wordproof_timestamp_data', 'a:10:{s:4:\"type\";s:16:\"ArticleTimestamp\";s:7:\"version\";s:5:\"0.2.0\";s:5:\"title\";s:30:\"2021 Biden-Harris Inauguration\";s:7:\"content\";s:1517:\"<!-- wp:paragraph -->\n<p>The inauguration of Joseph Biden and Kamala Harris as the President &amp; Vice President of the United States of America is a welcoming event and a sigh of relief for most Americans.&nbsp; This day 4 years ago, most Americans were very sad and somber because most saw the impending doom that will be caused by Mr. Trump.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After living under the absurdity called Trump Presidency for 4 years, most are looking forward now to a more peaceful and tolerant society.&nbsp; We welcome the new leadership as they try to heal our national wounds and bringing true leadership filled with compassion and vision.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We congratulate and salute the 46<sup>th</sup> President of the United States of America, Joseph Biden, and his Vice President Kamala Harris.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/embed/C-qYgs_yOXA\",\"type\":\"rich\",\"providerNameSlug\":\"embed-handler\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-embed-handler wp-block-embed-embed-handler wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/embed/C-qYgs_yOXA\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Photo Credit: <a href=\"https://www.inaugural.senate.gov/\" target=\"_blank\" rel=\"noreferrer noopener\">JCCIC</a></p>\n<!-- /wp:paragraph -->\";s:4:\"date\";s:25:\"2021-01-20T10:22:22-05:00\";s:10:\"attributes\";a:1:{s:3:\"url\";s:54:\"https://www.iamctv.com/2021-biden-harris-inauguration/\";}s:10:\"blockchain\";s:0:\"\";s:13:\"transactionId\";s:0:\"\";s:4:\"hash\";s:64:\"53b20347def58824524c07844895f960f8f17f6963cb78720a96df874a170738\";s:13:\"pluginVersion\";s:5:\"2.9.5\";}'),
(38808, 4923, '_thumbnail_id', '4925'),
(38809, 4923, '_edit_last', '1'),
(38810, 4923, 'episode_type', 'audio'),
(38811, 4923, 'audio_file', ''),
(38812, 4923, 'duration', ''),
(38813, 4923, 'filesize', ''),
(38814, 4923, 'date_recorded', '2021-01-19'),
(38815, 4923, 'explicit', ''),
(38816, 4923, 'block', ''),
(38817, 4923, 'itunes_episode_number', ''),
(38818, 4923, 'itunes_title', ''),
(38819, 4923, 'itunes_season_number', ''),
(38820, 4923, 'itunes_episode_type', ''),
(38821, 4923, '_yoast_wpseo_primary_category', '25'),
(38822, 4923, 'newsphere-meta-content-alignment', 'align-content-left'),
(38823, 4923, '_yoast_wpseo_content_score', '30'),
(38824, 4923, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(38826, 4923, 'wordproof_last_timestamped_on', '1611156157'),
(38982, 4970, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:700;s:6:\"height\";i:865;s:4:\"file\";s:38:\"2021/02/PrinceAbuda-e1612203815658.jpg\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"PrinceAbuda-e1612203815658-243x300.jpg\";s:5:\"width\";i:243;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"PrinceAbuda-e1612203815658-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"newsphere-slider-full\";a:4:{s:4:\"file\";s:38:\"PrinceAbuda-e1612203815658-700x720.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"newsphere-medium\";a:4:{s:4:\"file\";s:38:\"PrinceAbuda-e1612203815658-700x380.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"web-stories-poster-portrait\";a:4:{s:4:\"file\";s:38:\"PrinceAbuda-e1612203815658-640x853.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"web-stories-poster-landscape\";a:4:{s:4:\"file\";s:38:\"PrinceAbuda-e1612203815658-700x640.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"web-stories-poster-square\";a:4:{s:4:\"file\";s:38:\"PrinceAbuda-e1612203815658-640x640.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"web-stories-publisher-logo\";a:4:{s:4:\"file\";s:36:\"PrinceAbuda-e1612203815658-96x96.jpg\";s:5:\"width\";i:96;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"web-stories-thumbnail\";a:4:{s:4:\"file\";s:38:\"PrinceAbuda-e1612203815658-150x185.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:4:{s:4:\"file\";s:38:\"PrinceAbuda-e1612203815658-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:38:\"PrinceAbuda-e1612203815658-600x741.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:741;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:38:\"PrinceAbuda-e1612203815658-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:38:\"PrinceAbuda-e1612203815658-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:38:\"PrinceAbuda-e1612203815658-600x741.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:741;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:38:\"PrinceAbuda-e1612203815658-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"ppec_logo_image_size\";a:4:{s:4:\"file\";s:21:\"PrinceAbuda-50x60.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"ppec_header_image_size\";a:4:{s:4:\"file\";s:21:\"PrinceAbuda-75x90.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1612233512\";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:{}}}'),
(38832, 4923, '_oembed_3f133f63d7603019bd83d20e9a8212cf', '<iframe title=\"The Inauguration of Joe Biden and Kamala Harris | Jan. 20th, 2021\" width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/C-qYgs_yOXA?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(38833, 4923, '_oembed_time_3f133f63d7603019bd83d20e9a8212cf', '1611156145'),
(38981, 4970, '_wp_attached_file', '2021/02/PrinceAbuda-e1612203815658.jpg'),
(38841, 4933, '_edit_lock', '1611153779:1'),
(38842, 4933, '_last_editor_used_jetpack', 'block-editor'),
(38843, 4933, '_oembed_13c962ef1b31e63305299177485518e5', '<iframe title=\"IAMC TV Live\" width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/w9Udm_rUFK8?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(38844, 4933, '_oembed_time_13c962ef1b31e63305299177485518e5', '1611151479'),
(38846, 4933, 'wordproof_timestamp_data', 'a:10:{s:4:\"type\";s:16:\"ArticleTimestamp\";s:7:\"version\";s:5:\"0.2.0\";s:5:\"title\";s:12:\"IAMC TV Live\";s:7:\"content\";s:597:\"<!-- wp:paragraph -->\n<p><strong>Live broadcast of world events by International African Movie Channel (IAMC TV).</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/embed/whpT6nHNcxY\",\"type\":\"rich\",\"providerNameSlug\":\"embed-handler\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-embed-handler wp-block-embed-embed-handler wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/embed/whpT6nHNcxY\n</div></figure>\n<!-- /wp:embed -->\";s:4:\"date\";s:25:\"2021-01-20T09:39:08-05:00\";s:10:\"attributes\";a:1:{s:3:\"url\";s:36:\"https://www.iamctv.com/iamc-tv-live/\";}s:10:\"blockchain\";s:0:\"\";s:13:\"transactionId\";s:0:\"\";s:4:\"hash\";s:64:\"f3d7eb7742ae2d4cf4918b5c1fd746f7ad332d41ec46e908a1b0983379ee6cdc\";s:13:\"pluginVersion\";s:5:\"2.9.5\";}'),
(38847, 4933, 'wordproof_last_timestamped_on', '1611153647'),
(38848, 4933, '_edit_last', '1'),
(38849, 4933, 'newsphere-meta-content-alignment', 'align-content-left'),
(38850, 4933, '_yoast_wpseo_content_score', '60'),
(38851, 4933, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(38852, 4936, '_menu_item_type', 'post_type'),
(38853, 4936, '_menu_item_menu_item_parent', '0'),
(38854, 4936, '_menu_item_object_id', '4933'),
(38855, 4936, '_menu_item_object', 'page'),
(38856, 4936, '_menu_item_target', ''),
(38857, 4936, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(38858, 4936, '_menu_item_xfn', ''),
(38859, 4936, '_menu_item_url', ''),
(38861, 4933, '_oembed_b0860826bbb9c3ff1142a2cb53f5e405', '<iframe title=\"IAMC TV Videos\" width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/whpT6nHNcxY?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(38862, 4933, '_oembed_time_b0860826bbb9c3ff1142a2cb53f5e405', '1611153538'),
(39482, 5026, 'wprss_item_permalink', 'https://anchor.fm/iamc-tv-podcasts/episodes/IAMC-TV-Street-Chat-S3-Episode-7-e155l26'),
(39481, 5026, 'wprss_item_date', '2021-07-29T01:54:03+0000'),
(39480, 5025, '_last_editor_used_jetpack', 'block-editor'),
(39479, 5025, '_edit_lock', '1627524088:1'),
(39102, 4989, '_oembed_9b62f06ec2fab04b2649ebf71310365e', '<iframe title=\"Lila Iké, Skillibeng - Thy Will (Official Video)\" width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/x5v5BPGeqjk?list=PLhA33Qlq7dPRPJWLdlttWZ3nuHQYTezCe\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(39101, 4989, '_last_editor_used_jetpack', 'block-editor'),
(39100, 4989, '_edit_lock', '1614611045:1'),
(39169, 4995, '_edit_lock', '1615598011:1'),
(38980, 4969, '_last_editor_used_jetpack', 'block-editor'),
(38979, 4969, '_edit_lock', '1612206174:1'),
(38882, 4957, '_edit_lock', '1611317316:1'),
(38883, 4957, '_last_editor_used_jetpack', 'block-editor'),
(38884, 4958, '_wp_attached_file', '2021/01/IAMCTVSCS3E3.mp3'),
(38885, 4958, '_wp_attachment_metadata', 'a:20:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:2;s:11:\"sample_rate\";i:44100;s:7:\"bitrate\";d:128001.41083740025;s:11:\"channelmode\";s:6:\"stereo\";s:12:\"bitrate_mode\";s:3:\"vbr\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:3:\"VBR\";s:17:\"compression_ratio\";d:0.09070394758886072;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:37768605;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:2360;s:16:\"length_formatted\";s:5:\"39:20\";s:5:\"title\";s:19:\"IAMC TV Street Chat\";s:5:\"album\";s:12:\"S3 Episode 3\";s:6:\"artist\";s:15:\"IAMC TV Podcast\";s:14:\"recording_time\";s:4:\"2021\";s:16:\"encoder_settings\";s:13:\"Lavf58.29.100\";s:4:\"year\";s:4:\"2021\";}'),
(38887, 4957, '_wpas_done_all', '1'),
(38888, 4957, '_thumbnail_id', '1896'),
(38889, 4957, '_edit_last', '1'),
(38890, 4957, 'episode_type', 'audio'),
(38891, 4957, 'audio_file', 'https://www.iamctv.com/wp-content/uploads/2021/01/IAMCTVSCS3E3.mp3'),
(38892, 4957, 'duration', '39:20'),
(38893, 4957, 'filesize', '36.02M'),
(38894, 4957, 'date_recorded', '2021-01-22'),
(38895, 4957, 'explicit', 'on'),
(38896, 4957, 'block', ''),
(38897, 4957, 'itunes_episode_number', '3'),
(38898, 4957, 'itunes_title', 'IAMC TV Street Chat'),
(38899, 4957, 'itunes_season_number', '3'),
(38900, 4957, 'itunes_episode_type', 'full'),
(38901, 4957, 'filesize_raw', '37768605'),
(38902, 4957, 'enclosure', 'https://www.iamctv.com/wp-content/uploads/2021/01/IAMCTVSCS3E3.mp3'),
(38903, 4957, '_yoast_wpseo_primary_series', '20'),
(38904, 4957, '_yoast_wpseo_content_score', '30'),
(38905, 4957, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(38906, 4959, 'wprss_item_date', '2021-01-22T12:04:23+0000'),
(38907, 4959, 'wprss_item_permalink', 'https://anchor.fm/iamc-tv-podcasts/episodes/IAMC-TV-Street-Chat-S3-Episode-3-epahb1'),
(38908, 4959, 'wprss_item_enclosure', 'https://anchor.fm/s/3db9a900/podcast/play/25559841/https://d3ctxlq1ktw2nl.cloudfront.net/staging/2021-0-22/6c41d11f-1746-b773-4e20-bc4037724dc0.mp3'),
(38909, 4959, 'wprss_item_source_name', 'IAMC TV Podcast'),
(38910, 4959, 'wprss_item_source_url', 'https://www.iamctv.com/'),
(38911, 4959, 'wprss_item_author', 'International African Movie Channel (IAMC TV)'),
(38912, 4959, 'wprss_item_author_email', NULL),
(38913, 4959, 'wprss_item_author_link', NULL),
(38914, 4959, 'wprss_feed_id', '4837'),
(38915, 4959, 'wprss_images', 'a:0:{}'),
(38916, 4959, 'wprss_best_image', ''),
(38919, 4962, '_edit_lock', '1623095031:1'),
(38920, 4962, '_last_editor_used_jetpack', 'block-editor'),
(38921, 4962, '_oembed_673bbea8b4f7f0a1d81119cabbdd89a9', '<iframe title=\"Fighting in Orlu, Nigeria\" width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/3FjDg8UHur0?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(38922, 4962, '_oembed_time_673bbea8b4f7f0a1d81119cabbdd89a9', '1611693639'),
(38923, 4964, '_wp_attached_file', '2021/01/IGUBanner.jpg'),
(38924, 4964, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:350;s:4:\"file\";s:21:\"2021/01/IGUBanner.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"IGUBanner-300x105.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"IGUBanner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"IGUBanner-768x269.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"newsphere-medium\";a:4:{s:4:\"file\";s:21:\"IGUBanner-720x350.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"web-stories-poster-portrait\";a:4:{s:4:\"file\";s:21:\"IGUBanner-640x350.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"web-stories-poster-landscape\";a:4:{s:4:\"file\";s:21:\"IGUBanner-853x350.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"web-stories-poster-square\";a:4:{s:4:\"file\";s:21:\"IGUBanner-640x350.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"web-stories-publisher-logo\";a:4:{s:4:\"file\";s:19:\"IGUBanner-96x96.jpg\";s:5:\"width\";i:96;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"web-stories-thumbnail\";a:4:{s:4:\"file\";s:20:\"IGUBanner-150x53.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:53;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"IGUBanner-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"IGUBanner-600x210.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"IGUBanner-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"IGUBanner-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"IGUBanner-600x210.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"IGUBanner-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(38928, 4962, '_wpas_done_all', '1'),
(38930, 4962, 'wordproof_timestamp_data', 'a:10:{s:4:\"type\";s:16:\"ArticleTimestamp\";s:7:\"version\";s:5:\"0.2.0\";s:5:\"title\";s:25:\"Fighting in Orlu, Nigeria\";s:7:\"content\";s:1238:\"<!-- wp:paragraph -->\n<p>On January 25, 2021, the Nigerian Military descended on Orlu in Imo State and engaged in a gun battle during their search for members of the Indigenous People of Biafra (IPOB).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=3FjDg8UHur0\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"align\":\"right\",\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed alignright is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=3FjDg8UHur0\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Information from witnesses confirmed that the trouble ensued after soldiers assaulted a group of young men who were having drinks in a neighborhood bar in the local government.&nbsp; The men fought back and injured a uniformed officer who retreated and returned with his friends in combat gear to lay waste to the community.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Governor of the state, Mr. Hope Uzodinma blamed militants for the chaos and has declared a dusk to dawn curfew.</p>\n<!-- /wp:paragraph -->\";s:4:\"date\";s:25:\"2021-06-07T15:43:49-04:00\";s:10:\"attributes\";a:1:{s:3:\"url\";s:48:\"https://www.iamctv.com/fighting-in-orlu-nigeria/\";}s:10:\"blockchain\";s:0:\"\";s:13:\"transactionId\";s:0:\"\";s:4:\"hash\";s:64:\"5c841c9804ebafb92bc6924b1f11ef7c55bfbaa3bcd69372e591cbf18926896f\";s:13:\"pluginVersion\";s:6:\"2.9.10\";}'),
(38932, 4962, '_edit_last', '1'),
(38929, 4962, '_thumbnail_id', '5000'),
(38931, 4962, 'wordproof_last_timestamped_on', '1623095034'),
(38950, 4966, '_edit_lock', '1611700546:1'),
(38935, 4962, 'episode_type', 'audio'),
(38936, 4962, 'audio_file', ''),
(38937, 4962, 'duration', ''),
(38938, 4962, 'filesize', ''),
(38939, 4962, 'date_recorded', '2021-01-26'),
(38940, 4962, 'explicit', ''),
(38941, 4962, 'block', ''),
(38942, 4962, 'itunes_episode_number', ''),
(38943, 4962, 'itunes_title', ''),
(38944, 4962, 'itunes_season_number', ''),
(38945, 4962, 'itunes_episode_type', ''),
(38946, 4962, '_yoast_wpseo_primary_category', '29'),
(38947, 4962, 'newsphere-meta-content-alignment', 'align-content-left'),
(38948, 4962, '_yoast_wpseo_content_score', '30'),
(38949, 4962, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(38951, 4966, '_last_editor_used_jetpack', 'block-editor'),
(38952, 4966, '_oembed_3731bcf8bb180cccfdf76e88662e3f25', '<iframe title=\"Nas - &quot;27 Summers&quot; (Official Video)\" width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/mCx9sgGqefU?list=PLhA33Qlq7dPS3qluvAHW7Gdj0y3YJ_k7E\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(38953, 4966, '_oembed_time_3731bcf8bb180cccfdf76e88662e3f25', '1611700475'),
(38957, 4966, '_wpas_done_all', '1'),
(38959, 4966, 'wordproof_timestamp_data', 'a:10:{s:4:\"type\";s:16:\"ArticleTimestamp\";s:7:\"version\";s:5:\"0.2.0\";s:5:\"title\";s:46:\"Blazin\' 30 Music Video Countdown-February 2021\";s:7:\"content\";s:551:\"<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=mCx9sgGqefUu0026list=PLhA33Qlq7dPS3qluvAHW7Gdj0y3YJ_k7E\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"align\":\"center\",\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed aligncenter is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=mCx9sgGqefU&amp;list=PLhA33Qlq7dPS3qluvAHW7Gdj0y3YJ_k7E\n</div></figure>\n<!-- /wp:embed -->\";s:4:\"date\";s:25:\"2021-01-26T17:35:44-05:00\";s:10:\"attributes\";a:1:{s:3:\"url\";s:69:\"https://www.iamctv.com/blazin-30-music-video-countdown-february-2021/\";}s:10:\"blockchain\";s:0:\"\";s:13:\"transactionId\";s:0:\"\";s:4:\"hash\";s:64:\"a5b660aec6f125905ec6ff431fc3df14030c0f8177964bb35ba01b9d52f8b964\";s:13:\"pluginVersion\";s:5:\"2.9.6\";}'),
(38961, 4966, '_edit_last', '1'),
(38958, 4966, '_thumbnail_id', '65'),
(38960, 4966, 'wordproof_last_timestamped_on', '1611700549'),
(38964, 4966, 'episode_type', 'audio'),
(38965, 4966, 'audio_file', ''),
(38966, 4966, 'duration', ''),
(38967, 4966, 'filesize', ''),
(38968, 4966, 'date_recorded', '2021-01-26'),
(38969, 4966, 'explicit', ''),
(38970, 4966, 'block', ''),
(38971, 4966, 'itunes_episode_number', ''),
(38972, 4966, 'itunes_title', ''),
(38973, 4966, 'itunes_season_number', ''),
(38974, 4966, 'itunes_episode_type', ''),
(38975, 4966, '_yoast_wpseo_primary_category', '21'),
(38976, 4966, 'newsphere-meta-content-alignment', 'align-content-left'),
(38977, 4966, '_yoast_wpseo_content_score', '60'),
(38978, 4966, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(38986, 4969, '_wpas_done_all', '1'),
(38988, 4969, 'wordproof_timestamp_data', 'a:10:{s:4:\"type\";s:16:\"ArticleTimestamp\";s:7:\"version\";s:5:\"0.2.0\";s:5:\"title\";s:48:\"US Based Nigerian Businessman Reported Kidnapped\";s:7:\"content\";s:1486:\"<!-- wp:paragraph -->\n<p>A notable Nigerian US based businessman, Prince Dennis Abuda has been kidnapped along the Benin Auchi Road in Edo State, Nigeria.&nbsp; Prince Abuda who was on a holiday vacation in his country home of Fugar was travelling to Benin City to board his flight back to Atlanta on January 30, 2021.&nbsp; He was kidnapped alongside Chief David Oghieakhe, Mr. Richard Bologi, and Mrs. Comfort.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"left\",\"id\":4970,\"width\":254,\"height\":303,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignleft size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2021/02/PrinceAbuda.jpg\" alt=\"\" class=\"wp-image-4970\" width=\"254\" height=\"303\"/><figcaption>Prince Dennis Abuda</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>According to security reports, the individuals left Fugar in the northern part of Edo State in a Toyota Sienna minivan heading towards Benin city when they were apprehended by gunmen.  Reports are still sketchy, but we can confirm that a ten-million-naira (N10m) ransom has been demanded by the kidnappers for the release of Prince Abuda.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Security agencies and personnel have been alerted and all efforts are currently underway to secure the release of all the victims that were kidnapped.&nbsp; Please stay tuned as this story develops.</p>\n<!-- /wp:paragraph -->\";s:4:\"date\";s:25:\"2021-02-01T14:02:46-05:00\";s:10:\"attributes\";a:1:{s:3:\"url\";s:72:\"https://www.iamctv.com/us-based-nigerian-businessman-reported-kidnapped/\";}s:10:\"blockchain\";s:0:\"\";s:13:\"transactionId\";s:0:\"\";s:4:\"hash\";s:64:\"aeefb6fc2836545e3b2a08f8f7b99dd24b71e94c252e2920a9a85e9537775df3\";s:13:\"pluginVersion\";s:5:\"2.9.6\";}'),
(38989, 4969, 'wordproof_last_timestamped_on', '1612206200'),
(38990, 4969, '_edit_last', '1'),
(38993, 4969, 'episode_type', 'audio'),
(38994, 4969, 'audio_file', ''),
(38995, 4969, 'duration', ''),
(38996, 4969, 'filesize', ''),
(38997, 4969, 'date_recorded', '2021-02-01'),
(38998, 4969, 'explicit', ''),
(38999, 4969, 'block', ''),
(39000, 4969, 'itunes_episode_number', ''),
(39001, 4969, 'itunes_title', ''),
(39002, 4969, 'itunes_season_number', ''),
(39003, 4969, 'itunes_episode_type', ''),
(39004, 4969, '_yoast_wpseo_primary_category', '23'),
(39005, 4969, 'newsphere-meta-content-alignment', 'align-content-left'),
(39006, 4969, '_yoast_wpseo_content_score', '30'),
(39007, 4969, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(39008, 4970, '_wp_attachment_backup_sizes', 'a:16:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:747;s:6:\"height\";i:895;s:4:\"file\";s:15:\"PrinceAbuda.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:23:\"PrinceAbuda-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:23:\"PrinceAbuda-250x300.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"newsphere-slider-full-orig\";a:4:{s:4:\"file\";s:23:\"PrinceAbuda-747x720.jpg\";s:5:\"width\";i:747;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"newsphere-medium-orig\";a:4:{s:4:\"file\";s:23:\"PrinceAbuda-720x380.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"web-stories-poster-portrait-orig\";a:4:{s:4:\"file\";s:23:\"PrinceAbuda-640x853.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:33:\"web-stories-poster-landscape-orig\";a:4:{s:4:\"file\";s:23:\"PrinceAbuda-747x640.jpg\";s:5:\"width\";i:747;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"web-stories-poster-square-orig\";a:4:{s:4:\"file\";s:23:\"PrinceAbuda-640x640.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"web-stories-publisher-logo-orig\";a:4:{s:4:\"file\";s:21:\"PrinceAbuda-96x96.jpg\";s:5:\"width\";i:96;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"web-stories-thumbnail-orig\";a:4:{s:4:\"file\";s:23:\"PrinceAbuda-150x180.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"woocommerce_thumbnail-orig\";a:5:{s:4:\"file\";s:23:\"PrinceAbuda-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:23:\"woocommerce_single-orig\";a:4:{s:4:\"file\";s:23:\"PrinceAbuda-600x719.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:719;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"woocommerce_gallery_thumbnail-orig\";a:4:{s:4:\"file\";s:23:\"PrinceAbuda-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"shop_catalog-orig\";a:4:{s:4:\"file\";s:23:\"PrinceAbuda-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"shop_single-orig\";a:4:{s:4:\"file\";s:23:\"PrinceAbuda-600x719.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:719;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"shop_thumbnail-orig\";a:4:{s:4:\"file\";s:23:\"PrinceAbuda-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(39027, 4978, '_edit_lock', '1612207338:1'),
(39028, 4978, '_last_editor_used_jetpack', 'block-editor'),
(39013, 4969, '_wp_old_slug', 'us-based-nigeria-businessman-reported-kidnapped'),
(39018, 4969, '_thumbnail_id', '4964'),
(39029, 4979, '_wp_attached_file', '2021/02/Tony-Momoh.jpg'),
(39030, 4979, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:760;s:4:\"file\";s:22:\"2021/02/Tony-Momoh.jpg\";s:5:\"sizes\";a:20:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Tony-Momoh-300x190.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:190;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Tony-Momoh-1024x649.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:649;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Tony-Momoh-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Tony-Momoh-768x486.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"newsphere-slider-full\";a:4:{s:4:\"file\";s:23:\"Tony-Momoh-1200x720.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"newsphere-featured\";a:4:{s:4:\"file\";s:23:\"Tony-Momoh-1024x649.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:649;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"newsphere-medium\";a:4:{s:4:\"file\";s:22:\"Tony-Momoh-720x380.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"web-stories-poster-portrait\";a:4:{s:4:\"file\";s:22:\"Tony-Momoh-640x760.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:760;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"web-stories-poster-landscape\";a:4:{s:4:\"file\";s:22:\"Tony-Momoh-853x640.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"web-stories-poster-square\";a:4:{s:4:\"file\";s:22:\"Tony-Momoh-640x640.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"web-stories-publisher-logo\";a:4:{s:4:\"file\";s:20:\"Tony-Momoh-96x96.jpg\";s:5:\"width\";i:96;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"web-stories-thumbnail\";a:4:{s:4:\"file\";s:21:\"Tony-Momoh-150x95.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:95;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"Tony-Momoh-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"Tony-Momoh-600x380.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"Tony-Momoh-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"Tony-Momoh-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"Tony-Momoh-600x380.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"Tony-Momoh-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"ppec_logo_image_size\";a:4:{s:4:\"file\";s:20:\"Tony-Momoh-95x60.jpg\";s:5:\"width\";i:95;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"ppec_header_image_size\";a:4:{s:4:\"file\";s:21:\"Tony-Momoh-142x90.jpg\";s:5:\"width\";i:142;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(39034, 4978, '_wpas_done_all', '1'),
(39036, 4978, 'wordproof_timestamp_data', 'a:10:{s:4:\"type\";s:16:\"ArticleTimestamp\";s:7:\"version\";s:5:\"0.2.0\";s:5:\"title\";s:29:\"Prince Tony Momoh Passes Away\";s:7:\"content\";s:1188:\"<!-- wp:image {\"align\":\"right\",\"id\":4979,\"width\":386,\"height\":244,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignright size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2021/02/Tony-Momoh-1024x649.jpg\" alt=\"\" class=\"wp-image-4979\" width=\"386\" height=\"244\"/><figcaption>Prince Tony Momoh</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Prince Tony Momoh a former Nigeria Information Minister during the General Babangida military regime, has passed away.  Prince Momoh who hails from Auchi, Edo State was a journalist before becoming the Nigeria Information Minister from 1986 to 1990 and later a politician in the consequent years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Until his demise, Prince Momoh was the chairman of the Congress for Progressive Change (CPC), and he passed away on February 1, 2021 at the age of 81 years old.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Photo Credit: <a href=\"https://www.vanguardngr.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Vanguard</a></p>\n<!-- /wp:paragraph -->\";s:4:\"date\";s:25:\"2021-02-01T14:22:15-05:00\";s:10:\"attributes\";a:1:{s:3:\"url\";s:53:\"https://www.iamctv.com/prince-tony-momoh-passes-away/\";}s:10:\"blockchain\";s:0:\"\";s:13:\"transactionId\";s:0:\"\";s:4:\"hash\";s:64:\"85cc3e7b20fe8e416a55165ad4f518d5a56895abfe8015186c12a39e0fef145e\";s:13:\"pluginVersion\";s:5:\"2.9.6\";}'),
(39035, 4978, '_thumbnail_id', '4964'),
(39037, 4978, 'wordproof_last_timestamped_on', '1612207344'),
(39038, 4978, '_edit_last', '1'),
(39060, 4984, '_edit_lock', '1612546281:1'),
(39041, 4978, 'episode_type', 'audio'),
(39042, 4978, 'audio_file', ''),
(39043, 4978, 'duration', ''),
(39044, 4978, 'filesize', ''),
(39045, 4978, 'date_recorded', '2021-02-01'),
(39046, 4978, 'explicit', ''),
(39047, 4978, 'block', ''),
(39048, 4978, 'itunes_episode_number', ''),
(39049, 4978, 'itunes_title', ''),
(39050, 4978, 'itunes_season_number', ''),
(39051, 4978, 'itunes_episode_type', ''),
(39052, 4978, '_yoast_wpseo_primary_category', '29'),
(39053, 4978, 'newsphere-meta-content-alignment', 'align-content-left'),
(39054, 4978, '_yoast_wpseo_content_score', '30'),
(39055, 4978, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(39061, 4984, '_last_editor_used_jetpack', 'block-editor'),
(39062, 4985, '_wp_attached_file', '2021/02/IAMCTVSCS3E4.mp3'),
(39063, 4985, '_wp_attachment_metadata', 'a:20:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:2;s:11:\"sample_rate\";i:44100;s:7:\"bitrate\";d:128001.44266683268;s:11:\"channelmode\";s:6:\"stereo\";s:12:\"bitrate_mode\";s:3:\"vbr\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:3:\"VBR\";s:17:\"compression_ratio\";d:0.09070397014373063;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:36928089;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:2308;s:16:\"length_formatted\";s:5:\"38:28\";s:5:\"title\";s:19:\"IAMC TV Street Chat\";s:5:\"album\";s:12:\"S3 Episode 4\";s:6:\"artist\";s:15:\"IAMC TV Podcast\";s:14:\"recording_time\";s:4:\"2021\";s:16:\"encoder_settings\";s:13:\"Lavf58.29.100\";s:4:\"year\";s:4:\"2021\";}'),
(39065, 4984, '_wpas_done_all', '1'),
(39066, 4984, '_thumbnail_id', '1896'),
(39067, 4984, '_edit_last', '1'),
(39068, 4984, '_b2s_post_meta', 'a:6:{s:8:\"og_title\";s:32:\"IAMC TV Street Chat-S3 Episode 4\";s:7:\"og_desc\";s:160:\"On this show, PrymEvyl and Alan Bogey pay tributes to the late Prince Dennis Abuda who was gunned downed by Fulani Herdsmen and other commentary on the \"war\" go\";s:8:\"og_image\";s:73:\"https://www.iamctv.com/wp-content/uploads/2020/10/IAMCTVPodcastbanner.jpg\";s:10:\"card_title\";s:32:\"IAMC TV Street Chat-S3 Episode 4\";s:9:\"card_desc\";s:160:\"On this show, PrymEvyl and Alan Bogey pay tributes to the late Prince Dennis Abuda who was gunned downed by Fulani Herdsmen and other commentary on the \"war\" go\";s:10:\"card_image\";s:73:\"https://www.iamctv.com/wp-content/uploads/2020/10/IAMCTVPodcastbanner.jpg\";}'),
(39069, 4984, 'episode_type', 'audio'),
(39070, 4984, 'audio_file', 'https://www.iamctv.com/wp-content/uploads/2021/02/IAMCTVSCS3E4.mp3'),
(39071, 4984, 'duration', '38:28'),
(39072, 4984, 'filesize', '35.22M'),
(39073, 4984, 'date_recorded', '2021-02-05'),
(39074, 4984, 'explicit', 'on'),
(39075, 4984, 'block', ''),
(39076, 4984, 'itunes_episode_number', '4'),
(39077, 4984, 'itunes_title', 'IAMC TV Street Chat'),
(39078, 4984, 'itunes_season_number', '3'),
(39079, 4984, 'itunes_episode_type', 'full'),
(39080, 4984, 'filesize_raw', '36928089'),
(39081, 4984, 'enclosure', 'https://www.iamctv.com/wp-content/uploads/2021/02/IAMCTVSCS3E4.mp3'),
(39082, 4984, '_yoast_wpseo_primary_series', '20'),
(39083, 4984, '_yoast_wpseo_content_score', '30'),
(39084, 4984, '_yoast_wpseo_estimated-reading-time-minutes', '1');
INSERT INTO `iamc_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(39085, 4986, 'wprss_item_date', '2021-02-05T17:35:49+0000'),
(39086, 4986, 'wprss_item_permalink', 'https://anchor.fm/iamc-tv-podcasts/episodes/IAMC-TV-Street-Chat-S3-Episode-4-eq03gk'),
(39087, 4986, 'wprss_item_enclosure', 'https://anchor.fm/s/3db9a900/podcast/play/26266580/https://d3ctxlq1ktw2nl.cloudfront.net/staging/2021-1-5/ff185c0a-c066-0859-b3ee-24c1f411dd9f.mp3'),
(39088, 4986, 'wprss_item_source_name', 'IAMC TV Podcast'),
(39089, 4986, 'wprss_item_source_url', 'https://www.iamctv.com/'),
(39090, 4986, 'wprss_item_author', 'International African Movie Channel (IAMC TV)'),
(39091, 4986, 'wprss_item_author_email', NULL),
(39092, 4986, 'wprss_item_author_link', NULL),
(39093, 4986, 'wprss_feed_id', '4837'),
(39094, 4986, 'wprss_images', 'a:0:{}'),
(39095, 4986, 'wprss_best_image', ''),
(39103, 4989, '_oembed_time_9b62f06ec2fab04b2649ebf71310365e', '1614610961'),
(39107, 4989, '_wpas_done_all', '1'),
(39109, 4989, 'wordproof_timestamp_data', 'a:10:{s:4:\"type\";s:16:\"ArticleTimestamp\";s:7:\"version\";s:5:\"0.2.0\";s:5:\"title\";s:43:\"Blazin\' 30 Music Video Countdown-March 2021\";s:7:\"content\";s:522:\"<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=x5v5BPGeqjku0026list=PLhA33Qlq7dPRPJWLdlttWZ3nuHQYTezCe\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=x5v5BPGeqjk&amp;list=PLhA33Qlq7dPRPJWLdlttWZ3nuHQYTezCe\n</div></figure>\n<!-- /wp:embed -->\";s:4:\"date\";s:25:\"2021-03-01T10:04:05-05:00\";s:10:\"attributes\";a:1:{s:3:\"url\";s:66:\"https://www.iamctv.com/blazin-30-music-video-countdown-march-2021/\";}s:10:\"blockchain\";s:0:\"\";s:13:\"transactionId\";s:0:\"\";s:4:\"hash\";s:64:\"fd1fd298bec41c93cad4b0285027dc182d0c68b57cd1ff145983a8d5a20363bb\";s:13:\"pluginVersion\";s:5:\"2.9.8\";}'),
(39108, 4989, '_thumbnail_id', '65'),
(39110, 4989, 'wordproof_last_timestamped_on', '1614611057'),
(39111, 4989, '_edit_last', '1'),
(39131, 4991, '_edit_lock', '1615130669:1'),
(39113, 4989, '_b2s_post_meta', 'a:6:{s:8:\"og_title\";s:43:\"Blazin\' 30 Music Video Countdown-March 2021\";s:7:\"og_desc\";s:87:\"https://www.youtube.com/watch?v=x5v5BPGeqjk&amp;list=PLhA33Qlq7dPRPJWLdlttWZ3nuHQYTezCe\";s:8:\"og_image\";s:63:\"https://www.iamctv.com/wp-content/uploads/2020/10/B30MVLogo.png\";s:10:\"card_title\";s:43:\"Blazin\' 30 Music Video Countdown-March 2021\";s:9:\"card_desc\";s:87:\"https://www.youtube.com/watch?v=x5v5BPGeqjk&amp;list=PLhA33Qlq7dPRPJWLdlttWZ3nuHQYTezCe\";s:10:\"card_image\";s:63:\"https://www.iamctv.com/wp-content/uploads/2020/10/B30MVLogo.png\";}'),
(39114, 4989, 'episode_type', 'audio'),
(39115, 4989, 'audio_file', ''),
(39116, 4989, 'cover_image', ''),
(39117, 4989, 'cover_image_id', ''),
(39118, 4989, 'duration', ''),
(39119, 4989, 'filesize', ''),
(39120, 4989, 'date_recorded', '2021-03-01'),
(39121, 4989, 'explicit', ''),
(39122, 4989, 'block', ''),
(39123, 4989, 'itunes_episode_number', ''),
(39124, 4989, 'itunes_title', ''),
(39125, 4989, 'itunes_season_number', ''),
(39126, 4989, 'itunes_episode_type', ''),
(39127, 4989, '_yoast_wpseo_primary_category', '21'),
(39128, 4989, 'newsphere-meta-content-alignment', 'align-content-left'),
(39129, 4989, '_yoast_wpseo_content_score', '60'),
(39130, 4989, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(39132, 4991, '_last_editor_used_jetpack', 'block-editor'),
(39133, 4992, '_wp_attached_file', '2021/03/IAMCTVSCS3E5.mp3'),
(39134, 4992, '_wp_attachment_metadata', 'a:18:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:2;s:11:\"sample_rate\";i:44100;s:7:\"bitrate\";d:128001.29523882037;s:11:\"channelmode\";s:6:\"stereo\";s:12:\"bitrate_mode\";s:3:\"vbr\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:3:\"VBR\";s:17:\"compression_ratio\";d:0.09070386567376727;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:41171613;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:2573;s:16:\"length_formatted\";s:5:\"42:53\";s:5:\"title\";s:19:\"IAMC TV Street Chat\";s:5:\"album\";s:12:\"S3 Episode 5\";s:6:\"artist\";s:15:\"IAMC TV Podcast\";s:16:\"encoder_settings\";s:13:\"Lavf58.29.100\";}'),
(39136, 4991, '_wpas_done_all', '1'),
(39137, 4991, '_thumbnail_id', '1896'),
(39138, 4991, '_edit_last', '1'),
(39139, 4991, '_b2s_post_meta', 'a:6:{s:8:\"og_title\";s:32:\"IAMC TV Street Chat-S3 Episode 5\";s:7:\"og_desc\";s:160:\"PrymEvyl and Alan Bogey returns with commentary on the newly passed COVID-19 Plan, Kidnapping at the Kaduna Airport staff quarters, President Buhari’s silence\";s:8:\"og_image\";s:73:\"https://www.iamctv.com/wp-content/uploads/2020/10/IAMCTVPodcastbanner.jpg\";s:10:\"card_title\";s:32:\"IAMC TV Street Chat-S3 Episode 5\";s:9:\"card_desc\";s:160:\"PrymEvyl and Alan Bogey returns with commentary on the newly passed COVID-19 Plan, Kidnapping at the Kaduna Airport staff quarters, President Buhari’s silence\";s:10:\"card_image\";s:73:\"https://www.iamctv.com/wp-content/uploads/2020/10/IAMCTVPodcastbanner.jpg\";}'),
(39140, 4991, 'episode_type', 'audio'),
(39141, 4991, 'audio_file', 'https://www.iamctv.com/wp-content/uploads/2021/03/IAMCTVSCS3E5.mp3'),
(39142, 4991, 'cover_image', 'https://www.iamctv.com/wp-content/uploads/2020/10/IAMCTVSChatPodcastFImage.png'),
(39143, 4991, 'cover_image_id', '512'),
(39144, 4991, 'duration', '42:53'),
(39145, 4991, 'filesize', '39.26M'),
(39146, 4991, 'date_recorded', '2021-03-07'),
(39147, 4991, 'explicit', 'on'),
(39148, 4991, 'block', ''),
(39149, 4991, 'itunes_episode_number', '5'),
(39150, 4991, 'itunes_title', 'IAMC TV Street Chat'),
(39151, 4991, 'itunes_season_number', '3'),
(39152, 4991, 'itunes_episode_type', 'full'),
(39153, 4991, 'filesize_raw', '41171613'),
(39154, 4991, 'enclosure', 'https://www.iamctv.com/wp-content/uploads/2021/03/IAMCTVSCS3E5.mp3'),
(39155, 4991, '_yoast_wpseo_primary_series', '20'),
(39156, 4991, '_yoast_wpseo_content_score', '30'),
(39157, 4991, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(39158, 4993, 'wprss_item_date', '2021-03-07T15:17:14+0000'),
(39159, 4993, 'wprss_item_permalink', 'https://anchor.fm/iamc-tv-podcasts/episodes/IAMC-TV-Street-Chat-S3-Episode-5-ersklo'),
(39160, 4993, 'wprss_item_enclosure', 'https://anchor.fm/s/3db9a900/podcast/play/28250232/https://d3ctxlq1ktw2nl.cloudfront.net/staging/2021-2-7/f9ffc4de-a987-0a1e-31f1-caf5e92c8d07.mp3'),
(39161, 4993, 'wprss_item_source_name', 'IAMC TV Podcast'),
(39162, 4993, 'wprss_item_source_url', 'https://www.iamctv.com/'),
(39163, 4993, 'wprss_item_author', 'International African Movie Channel (IAMC TV)'),
(39164, 4993, 'wprss_item_author_email', NULL),
(39165, 4993, 'wprss_item_author_link', NULL),
(39166, 4993, 'wprss_feed_id', '4837'),
(39167, 4993, 'wprss_images', 'a:0:{}'),
(39168, 4993, 'wprss_best_image', ''),
(39171, 4996, '_wp_attached_file', '2021/03/IAMCTVSCS3E6.mp3'),
(39172, 4996, '_wp_attachment_metadata', 'a:18:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:2;s:11:\"sample_rate\";i:44100;s:7:\"bitrate\";d:128001.61329870031;s:11:\"channelmode\";s:6:\"stereo\";s:12:\"bitrate_mode\";s:3:\"vbr\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:3:\"VBR\";s:17:\"compression_ratio\";d:0.09070409105633526;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:33027260;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:2064;s:16:\"length_formatted\";s:5:\"34:24\";s:5:\"title\";s:19:\"IAMC TV Street Chat\";s:5:\"album\";s:12:\"S3 Episode 6\";s:6:\"artist\";s:15:\"IAMC TV Podcast\";s:16:\"encoder_settings\";s:13:\"Lavf58.29.100\";}'),
(39173, 4997, 'wprss_item_date', '2021-03-13T01:06:57+0000'),
(39174, 4997, 'wprss_item_permalink', 'https://anchor.fm/iamc-tv-podcasts/episodes/IAMC-TV-Street-Chat-S3-Episode-6-ese16d'),
(39175, 4997, 'wprss_item_enclosure', 'https://anchor.fm/s/3db9a900/podcast/play/28820109/https://d3ctxlq1ktw2nl.cloudfront.net/staging/2021-2-13/a7d15b10-b199-cc29-1cc3-d8147a6b6e8c.mp3'),
(39176, 4997, 'wprss_item_source_name', 'IAMC TV Podcast'),
(39177, 4997, 'wprss_item_source_url', 'https://www.iamctv.com/'),
(39178, 4997, 'wprss_item_author', 'International African Movie Channel (IAMC TV)'),
(39179, 4997, 'wprss_item_author_email', NULL),
(39180, 4997, 'wprss_item_author_link', NULL),
(39181, 4997, 'wprss_feed_id', '4837'),
(39182, 4997, 'wprss_images', 'a:0:{}'),
(39183, 4997, 'wprss_best_image', ''),
(39185, 4995, '_wpas_done_all', '1'),
(39186, 4995, '_thumbnail_id', '1896'),
(39187, 4995, '_edit_last', '1'),
(39188, 4995, '_b2s_post_meta', 'a:6:{s:8:\"og_title\";s:32:\"IAMC TV Street Chat-S3 Episode 6\";s:7:\"og_desc\";s:160:\"On this episode, PrymEvyl and Alan Bogey reflects on the just passed COVID-19 relief bill by President Biden, kidnapping in Kaduna, unaccounted money for weapon\";s:8:\"og_image\";s:73:\"https://www.iamctv.com/wp-content/uploads/2020/10/IAMCTVPodcastbanner.jpg\";s:10:\"card_title\";s:32:\"IAMC TV Street Chat-S3 Episode 6\";s:9:\"card_desc\";s:160:\"On this episode, PrymEvyl and Alan Bogey reflects on the just passed COVID-19 relief bill by President Biden, kidnapping in Kaduna, unaccounted money for weapon\";s:10:\"card_image\";s:73:\"https://www.iamctv.com/wp-content/uploads/2020/10/IAMCTVPodcastbanner.jpg\";}'),
(39189, 4995, 'episode_type', 'audio'),
(39190, 4995, 'audio_file', 'https://www.iamctv.com/wp-content/uploads/2021/03/IAMCTVSCS3E6.mp3'),
(39191, 4995, 'cover_image', 'https://www.iamctv.com/wp-content/uploads/2020/10/IAMCTVSChatPodcastLogo.png'),
(39192, 4995, 'cover_image_id', '509'),
(39193, 4995, 'duration', '34:24'),
(39194, 4995, 'filesize', '31.5M'),
(39195, 4995, 'date_recorded', '2021-03-12'),
(39196, 4995, 'explicit', 'on'),
(39197, 4995, 'block', ''),
(39198, 4995, 'itunes_episode_number', '6'),
(39199, 4995, 'itunes_title', 'IAMC TV Street Chat'),
(39200, 4995, 'itunes_season_number', '3'),
(39201, 4995, 'itunes_episode_type', 'full'),
(39202, 4995, 'filesize_raw', '33027260'),
(39203, 4995, 'enclosure', 'https://www.iamctv.com/wp-content/uploads/2021/03/IAMCTVSCS3E6.mp3'),
(39204, 4995, '_yoast_wpseo_primary_series', '20'),
(39205, 4995, '_yoast_wpseo_content_score', '30'),
(39206, 4995, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(39211, 4999, '_oembed_a203a31eac2959e261e0e435a1f10885', '<iframe title=\"Igboho Storms Ado-Ekiti\" width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/sRlJOGfW4Ro?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(39210, 4999, '_last_editor_used_jetpack', 'block-editor'),
(39209, 4999, '_edit_lock', '1623093417:1'),
(39212, 4999, '_oembed_time_a203a31eac2959e261e0e435a1f10885', '1623093234'),
(39213, 5000, '_wp_attached_file', '2021/06/IGU1.jpg'),
(39214, 5000, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1729;s:6:\"height\";i:849;s:4:\"file\";s:16:\"2021/06/IGU1.jpg\";s:5:\"sizes\";a:19:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"IGU1-300x147.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:147;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"IGU1-1024x503.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:503;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"IGU1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"IGU1-768x377.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:377;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:17:\"IGU1-1536x754.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:754;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"newsphere-slider-full\";a:4:{s:4:\"file\";s:17:\"IGU1-1280x720.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"newsphere-featured\";a:4:{s:4:\"file\";s:17:\"IGU1-1024x503.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:503;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"newsphere-medium\";a:4:{s:4:\"file\";s:16:\"IGU1-720x380.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"web-stories-poster-portrait\";a:4:{s:4:\"file\";s:16:\"IGU1-640x849.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:849;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"web-stories-poster-landscape\";a:4:{s:4:\"file\";s:16:\"IGU1-853x640.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"web-stories-poster-square\";a:4:{s:4:\"file\";s:16:\"IGU1-640x640.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"web-stories-publisher-logo\";a:4:{s:4:\"file\";s:14:\"IGU1-96x96.jpg\";s:5:\"width\";i:96;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"web-stories-thumbnail\";a:4:{s:4:\"file\";s:15:\"IGU1-150x74.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:74;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:16:\"IGU1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:16:\"IGU1-600x295.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:16:\"IGU1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:16:\"IGU1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:16:\"IGU1-600x295.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:16:\"IGU1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:17:\"Omoalukhe Omo-Abu\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1623060768\";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:{}}}'),
(39215, 5001, '_wp_attached_file', '2021/06/IGU2.jpg'),
(39216, 5001, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1721;s:6:\"height\";i:831;s:4:\"file\";s:16:\"2021/06/IGU2.jpg\";s:5:\"sizes\";a:19:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"IGU2-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"IGU2-1024x494.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:494;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"IGU2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"IGU2-768x371.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:371;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:17:\"IGU2-1536x742.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:742;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"newsphere-slider-full\";a:4:{s:4:\"file\";s:17:\"IGU2-1280x720.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"newsphere-featured\";a:4:{s:4:\"file\";s:17:\"IGU2-1024x494.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:494;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"newsphere-medium\";a:4:{s:4:\"file\";s:16:\"IGU2-720x380.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"web-stories-poster-portrait\";a:4:{s:4:\"file\";s:16:\"IGU2-640x831.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:831;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"web-stories-poster-landscape\";a:4:{s:4:\"file\";s:16:\"IGU2-853x640.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"web-stories-poster-square\";a:4:{s:4:\"file\";s:16:\"IGU2-640x640.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"web-stories-publisher-logo\";a:4:{s:4:\"file\";s:14:\"IGU2-96x96.jpg\";s:5:\"width\";i:96;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"web-stories-thumbnail\";a:4:{s:4:\"file\";s:15:\"IGU2-150x72.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:72;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:16:\"IGU2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:16:\"IGU2-600x290.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:290;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:16:\"IGU2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:16:\"IGU2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:16:\"IGU2-600x290.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:290;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:16:\"IGU2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:17:\"Omoalukhe Omo-Abu\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1623060699\";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:{}}}'),
(39220, 4999, '_wpas_done_all', '1'),
(39224, 4999, '_edit_last', '1'),
(39221, 4999, '_thumbnail_id', '5001'),
(39222, 4999, 'wordproof_timestamp_data', 'a:10:{s:4:\"type\";s:16:\"ArticleTimestamp\";s:7:\"version\";s:5:\"0.2.0\";s:5:\"title\";s:23:\"Igboho Storms Ado-Ekiti\";s:7:\"content\";s:566:\"<!-- wp:paragraph -->\n<p>Yoruba nation agitation protest by Sunday \"Igboho\" Adeyemo and his supporters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=sRlJOGfW4Ro\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=sRlJOGfW4Ro\n</div></figure>\n<!-- /wp:embed -->\";s:4:\"date\";s:25:\"2021-06-07T15:16:13-04:00\";s:10:\"attributes\";a:1:{s:3:\"url\";s:47:\"https://www.iamctv.com/igboho-storms-ado-ekiti/\";}s:10:\"blockchain\";s:0:\"\";s:13:\"transactionId\";s:0:\"\";s:4:\"hash\";s:64:\"a7d8d9c511e2b01f89f898a1982c9594f72ce2d101bee7d2f061ede75809a5d2\";s:13:\"pluginVersion\";s:6:\"2.9.10\";}'),
(39223, 4999, 'wordproof_last_timestamped_on', '1623093384'),
(39244, 5003, '_edit_lock', '1623093634:1'),
(39226, 4999, '_b2s_post_meta', 'a:6:{s:8:\"og_title\";s:23:\"Igboho Storms Ado-Ekiti\";s:7:\"og_desc\";s:126:\"Yoruba nation agitation protest by Sunday \"Igboho\" Adeyemo and his supporters.\n\n\n\n\nhttps://www.youtube.com/watch?v=sRlJOGfW4Ro\";s:8:\"og_image\";s:58:\"https://www.iamctv.com/wp-content/uploads/2021/06/IGU2.jpg\";s:10:\"card_title\";s:23:\"Igboho Storms Ado-Ekiti\";s:9:\"card_desc\";s:126:\"Yoruba nation agitation protest by Sunday \"Igboho\" Adeyemo and his supporters.\n\n\n\n\nhttps://www.youtube.com/watch?v=sRlJOGfW4Ro\";s:10:\"card_image\";s:58:\"https://www.iamctv.com/wp-content/uploads/2021/06/IGU2.jpg\";}'),
(39227, 4999, 'episode_type', 'audio'),
(39228, 4999, 'audio_file', ''),
(39229, 4999, 'cover_image', ''),
(39230, 4999, 'cover_image_id', ''),
(39231, 4999, 'duration', ''),
(39232, 4999, 'filesize', ''),
(39233, 4999, 'date_recorded', '2021-06-07'),
(39234, 4999, 'explicit', ''),
(39235, 4999, 'block', ''),
(39236, 4999, 'itunes_episode_number', ''),
(39237, 4999, 'itunes_title', ''),
(39238, 4999, 'itunes_season_number', ''),
(39239, 4999, 'itunes_episode_type', ''),
(39240, 4999, 'newsphere-meta-content-alignment', 'align-content-left'),
(39241, 4999, '_yoast_wpseo_primary_category', '29'),
(39242, 4999, '_yoast_wpseo_content_score', '60'),
(39243, 4999, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(39245, 5003, '_last_editor_used_jetpack', 'block-editor'),
(39246, 5004, '_wp_attached_file', '2021/06/IGU3.jpg'),
(39247, 5004, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1730;s:6:\"height\";i:841;s:4:\"file\";s:16:\"2021/06/IGU3.jpg\";s:5:\"sizes\";a:19:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"IGU3-300x146.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"IGU3-1024x498.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"IGU3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"IGU3-768x373.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:373;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:17:\"IGU3-1536x747.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:747;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"newsphere-slider-full\";a:4:{s:4:\"file\";s:17:\"IGU3-1280x720.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"newsphere-featured\";a:4:{s:4:\"file\";s:17:\"IGU3-1024x498.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"newsphere-medium\";a:4:{s:4:\"file\";s:16:\"IGU3-720x380.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"web-stories-poster-portrait\";a:4:{s:4:\"file\";s:16:\"IGU3-640x841.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:841;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"web-stories-poster-landscape\";a:4:{s:4:\"file\";s:16:\"IGU3-853x640.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"web-stories-poster-square\";a:4:{s:4:\"file\";s:16:\"IGU3-640x640.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"web-stories-publisher-logo\";a:4:{s:4:\"file\";s:14:\"IGU3-96x96.jpg\";s:5:\"width\";i:96;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"web-stories-thumbnail\";a:4:{s:4:\"file\";s:15:\"IGU3-150x73.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:73;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:16:\"IGU3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:16:\"IGU3-600x292.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:16:\"IGU3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:16:\"IGU3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:16:\"IGU3-600x292.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:16:\"IGU3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:17:\"Omoalukhe Omo-Abu\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1623074570\";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:{}}}'),
(39248, 5003, '_oembed_cd08ec62f24f0b02cebd6f0ec2fc81b1', '<iframe title=\"Fulani Herdsmen Attacks Igangan Community\" width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/oGp8ARH7o2U?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(39249, 5003, '_oembed_time_cd08ec62f24f0b02cebd6f0ec2fc81b1', '1623093572'),
(39253, 5003, '_wpas_done_all', '1'),
(39257, 5003, '_edit_last', '1'),
(39254, 5003, '_thumbnail_id', '5004'),
(39255, 5003, 'wordproof_timestamp_data', 'a:10:{s:4:\"type\";s:16:\"ArticleTimestamp\";s:7:\"version\";s:5:\"0.2.0\";s:5:\"title\";s:41:\"Fulani Herdsmen Attacks Igangan Community\";s:7:\"content\";s:547:\"<!-- wp:paragraph -->\n<p>Vicious attack on Igangan community by the Fulani Herdsmen.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=oGp8ARH7o2U\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=oGp8ARH7o2U\n</div></figure>\n<!-- /wp:embed -->\";s:4:\"date\";s:25:\"2021-06-07T15:19:49-04:00\";s:10:\"attributes\";a:1:{s:3:\"url\";s:65:\"https://www.iamctv.com/fulani-herdsmen-attacks-igangan-community/\";}s:10:\"blockchain\";s:0:\"\";s:13:\"transactionId\";s:0:\"\";s:4:\"hash\";s:64:\"8b395e1e60ea70bf3076ac2083348ed6f401bbcd0c029c2db9356d3129e69a85\";s:13:\"pluginVersion\";s:6:\"2.9.10\";}'),
(39256, 5003, 'wordproof_last_timestamped_on', '1623093731'),
(39277, 5006, '_edit_lock', '1623093774:1'),
(39259, 5003, '_b2s_post_meta', 'a:6:{s:8:\"og_title\";s:41:\"Fulani Herdsmen Attacks Igangan Community\";s:7:\"og_desc\";s:107:\"Vicious attack on Igangan community by the Fulani Herdsmen.\n\n\n\n\nhttps://www.youtube.com/watch?v=oGp8ARH7o2U\";s:8:\"og_image\";s:58:\"https://www.iamctv.com/wp-content/uploads/2021/06/IGU3.jpg\";s:10:\"card_title\";s:41:\"Fulani Herdsmen Attacks Igangan Community\";s:9:\"card_desc\";s:107:\"Vicious attack on Igangan community by the Fulani Herdsmen.\n\n\n\n\nhttps://www.youtube.com/watch?v=oGp8ARH7o2U\";s:10:\"card_image\";s:58:\"https://www.iamctv.com/wp-content/uploads/2021/06/IGU3.jpg\";}'),
(39260, 5003, 'episode_type', 'audio'),
(39261, 5003, 'audio_file', ''),
(39262, 5003, 'cover_image', ''),
(39263, 5003, 'cover_image_id', ''),
(39264, 5003, 'duration', ''),
(39265, 5003, 'filesize', ''),
(39266, 5003, 'date_recorded', '2021-06-07'),
(39267, 5003, 'explicit', ''),
(39268, 5003, 'block', ''),
(39269, 5003, 'itunes_episode_number', ''),
(39270, 5003, 'itunes_title', ''),
(39271, 5003, 'itunes_season_number', ''),
(39272, 5003, 'itunes_episode_type', ''),
(39273, 5003, 'newsphere-meta-content-alignment', 'align-content-left'),
(39274, 5003, '_yoast_wpseo_primary_category', '29'),
(39275, 5003, '_yoast_wpseo_content_score', '60'),
(39276, 5003, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(39278, 5006, '_last_editor_used_jetpack', 'block-editor'),
(39279, 5006, '_oembed_2a082c63e36f973d3b0928c272cf2749', '<iframe title=\"Anonymous Warns Elon Musk\" width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/Eh2_qeIj3Ik?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(39280, 5006, '_oembed_time_2a082c63e36f973d3b0928c272cf2749', '1623093712'),
(39281, 5007, '_wp_attached_file', '2021/06/IGU4.jpg'),
(39282, 5007, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1737;s:6:\"height\";i:852;s:4:\"file\";s:16:\"2021/06/IGU4.jpg\";s:5:\"sizes\";a:19:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"IGU4-300x147.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:147;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"IGU4-1024x502.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:502;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"IGU4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"IGU4-768x377.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:377;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:17:\"IGU4-1536x753.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:753;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"newsphere-slider-full\";a:4:{s:4:\"file\";s:17:\"IGU4-1280x720.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"newsphere-featured\";a:4:{s:4:\"file\";s:17:\"IGU4-1024x502.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:502;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"newsphere-medium\";a:4:{s:4:\"file\";s:16:\"IGU4-720x380.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"web-stories-poster-portrait\";a:4:{s:4:\"file\";s:16:\"IGU4-640x852.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:852;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"web-stories-poster-landscape\";a:4:{s:4:\"file\";s:16:\"IGU4-853x640.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"web-stories-poster-square\";a:4:{s:4:\"file\";s:16:\"IGU4-640x640.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"web-stories-publisher-logo\";a:4:{s:4:\"file\";s:14:\"IGU4-96x96.jpg\";s:5:\"width\";i:96;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"web-stories-thumbnail\";a:4:{s:4:\"file\";s:15:\"IGU4-150x74.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:74;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:16:\"IGU4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:16:\"IGU4-600x294.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:294;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:16:\"IGU4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:16:\"IGU4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:16:\"IGU4-600x294.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:294;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:16:\"IGU4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:17:\"Omoalukhe Omo-Abu\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1623077054\";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:{}}}'),
(39286, 5006, '_wpas_done_all', '1'),
(39340, 5009, '_oembed_e440dc7c36c65d0b09fcff14ec4ea1f2', '<iframe title=\"Chinese Worker Attempts to Impale Sierra Leonean Safety Officer\" width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/xo5oTwKrpIQ?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(39287, 5006, '_thumbnail_id', '5007'),
(39288, 5006, 'wordproof_timestamp_data', 'a:10:{s:4:\"type\";s:16:\"ArticleTimestamp\";s:7:\"version\";s:5:\"0.2.0\";s:5:\"title\";s:25:\"Anonymous Warns Elon Musk\";s:7:\"content\";s:538:\"<!-- wp:paragraph -->\n<p>Hacker group Anonymous sends warning to Elon Musk.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=Eh2_qeIj3Ik\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=Eh2_qeIj3Ik\n</div></figure>\n<!-- /wp:embed -->\";s:4:\"date\";s:25:\"2021-06-07T15:22:51-04:00\";s:10:\"attributes\";a:1:{s:3:\"url\";s:49:\"https://www.iamctv.com/anonymous-warns-elon-musk/\";}s:10:\"blockchain\";s:0:\"\";s:13:\"transactionId\";s:0:\"\";s:4:\"hash\";s:64:\"fa17a13c0f953abccb0e56f872d5f9bba2d6310ec2b1c49f57579612a7455802\";s:13:\"pluginVersion\";s:6:\"2.9.10\";}'),
(39289, 5006, 'wordproof_last_timestamped_on', '1623093775'),
(39290, 5006, '_edit_last', '1'),
(39291, 5006, '_b2s_post_meta', 'a:6:{s:8:\"og_title\";s:25:\"Anonymous Warns Elon Musk\";s:7:\"og_desc\";s:98:\"Hacker group Anonymous sends warning to Elon Musk.\n\n\n\n\nhttps://www.youtube.com/watch?v=Eh2_qeIj3Ik\";s:8:\"og_image\";s:58:\"https://www.iamctv.com/wp-content/uploads/2021/06/IGU4.jpg\";s:10:\"card_title\";s:25:\"Anonymous Warns Elon Musk\";s:9:\"card_desc\";s:98:\"Hacker group Anonymous sends warning to Elon Musk.\n\n\n\n\nhttps://www.youtube.com/watch?v=Eh2_qeIj3Ik\";s:10:\"card_image\";s:58:\"https://www.iamctv.com/wp-content/uploads/2021/06/IGU4.jpg\";}'),
(39292, 5006, 'episode_type', 'audio'),
(39293, 5006, 'audio_file', ''),
(39294, 5006, 'cover_image', ''),
(39295, 5006, 'cover_image_id', ''),
(39296, 5006, 'duration', ''),
(39297, 5006, 'filesize', ''),
(39298, 5006, 'date_recorded', '2021-06-07'),
(39299, 5006, 'explicit', ''),
(39300, 5006, 'block', ''),
(39301, 5006, 'itunes_episode_number', ''),
(39302, 5006, 'itunes_title', ''),
(39303, 5006, 'itunes_season_number', ''),
(39304, 5006, 'itunes_episode_type', ''),
(39305, 5006, 'newsphere-meta-content-alignment', 'align-content-left'),
(39306, 5006, '_yoast_wpseo_primary_category', '29'),
(39307, 5006, '_yoast_wpseo_content_score', '60'),
(39308, 5006, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(39313, 4962, '_b2s_post_meta', 'a:6:{s:8:\"og_title\";s:25:\"Fighting in Orlu, Nigeria\";s:7:\"og_desc\";s:160:\"On January 25, 2021, the Nigerian Military descended on Orlu in Imo State and engaged in a gun battle during their search for members of the Indigenous People o\";s:8:\"og_image\";s:58:\"https://www.iamctv.com/wp-content/uploads/2021/06/IGU1.jpg\";s:10:\"card_title\";s:25:\"Fighting in Orlu, Nigeria\";s:9:\"card_desc\";s:160:\"On January 25, 2021, the Nigerian Military descended on Orlu in Imo State and engaged in a gun battle during their search for members of the Indigenous People o\";s:10:\"card_image\";s:58:\"https://www.iamctv.com/wp-content/uploads/2021/06/IGU1.jpg\";}'),
(39314, 4962, 'cover_image', ''),
(39315, 4962, 'cover_image_id', ''),
(39420, 5017, '_wp_attached_file', '2021/06/IAMCTVWeekendReviewLogo.png'),
(39421, 5017, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:3000;s:6:\"height\";i:1080;s:4:\"file\";s:35:\"2021/06/IAMCTVWeekendReviewLogo.png\";s:5:\"sizes\";a:20:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"IAMCTVWeekendReviewLogo-300x108.png\";s:5:\"width\";i:300;s:6:\"height\";i:108;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"IAMCTVWeekendReviewLogo-1024x369.png\";s:5:\"width\";i:1024;s:6:\"height\";i:369;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"IAMCTVWeekendReviewLogo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"IAMCTVWeekendReviewLogo-768x276.png\";s:5:\"width\";i:768;s:6:\"height\";i:276;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:36:\"IAMCTVWeekendReviewLogo-1536x553.png\";s:5:\"width\";i:1536;s:6:\"height\";i:553;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:36:\"IAMCTVWeekendReviewLogo-2048x737.png\";s:5:\"width\";i:2048;s:6:\"height\";i:737;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"newsphere-slider-full\";a:4:{s:4:\"file\";s:36:\"IAMCTVWeekendReviewLogo-1280x720.png\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"newsphere-featured\";a:4:{s:4:\"file\";s:36:\"IAMCTVWeekendReviewLogo-1024x369.png\";s:5:\"width\";i:1024;s:6:\"height\";i:369;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"newsphere-medium\";a:4:{s:4:\"file\";s:35:\"IAMCTVWeekendReviewLogo-720x380.png\";s:5:\"width\";i:720;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:27:\"web-stories-poster-portrait\";a:4:{s:4:\"file\";s:35:\"IAMCTVWeekendReviewLogo-640x853.png\";s:5:\"width\";i:640;s:6:\"height\";i:853;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"web-stories-poster-landscape\";a:4:{s:4:\"file\";s:35:\"IAMCTVWeekendReviewLogo-853x640.png\";s:5:\"width\";i:853;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"web-stories-poster-square\";a:4:{s:4:\"file\";s:35:\"IAMCTVWeekendReviewLogo-640x640.png\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"web-stories-publisher-logo\";a:4:{s:4:\"file\";s:33:\"IAMCTVWeekendReviewLogo-96x96.png\";s:5:\"width\";i:96;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"web-stories-thumbnail\";a:4:{s:4:\"file\";s:34:\"IAMCTVWeekendReviewLogo-150x54.png\";s:5:\"width\";i:150;s:6:\"height\";i:54;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"IAMCTVWeekendReviewLogo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"IAMCTVWeekendReviewLogo-600x216.png\";s:5:\"width\";i:600;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"IAMCTVWeekendReviewLogo-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:35:\"IAMCTVWeekendReviewLogo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:35:\"IAMCTVWeekendReviewLogo-600x216.png\";s:5:\"width\";i:600;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"IAMCTVWeekendReviewLogo-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(39338, 5009, '_edit_lock', '1623419898:1'),
(39339, 5009, '_last_editor_used_jetpack', 'block-editor'),
(39341, 5009, '_oembed_time_e440dc7c36c65d0b09fcff14ec4ea1f2', '1623419406'),
(39342, 5010, '_wp_attached_file', '2021/06/IGU5.jpg'),
(39343, 5010, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1719;s:6:\"height\";i:846;s:4:\"file\";s:16:\"2021/06/IGU5.jpg\";s:5:\"sizes\";a:19:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"IGU5-300x148.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"IGU5-1024x504.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:504;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"IGU5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"IGU5-768x378.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:378;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:17:\"IGU5-1536x756.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:756;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"newsphere-slider-full\";a:4:{s:4:\"file\";s:17:\"IGU5-1280x720.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"newsphere-featured\";a:4:{s:4:\"file\";s:17:\"IGU5-1024x504.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:504;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"newsphere-medium\";a:4:{s:4:\"file\";s:16:\"IGU5-720x380.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"web-stories-poster-portrait\";a:4:{s:4:\"file\";s:16:\"IGU5-640x846.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:846;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"web-stories-poster-landscape\";a:4:{s:4:\"file\";s:16:\"IGU5-853x640.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"web-stories-poster-square\";a:4:{s:4:\"file\";s:16:\"IGU5-640x640.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"web-stories-publisher-logo\";a:4:{s:4:\"file\";s:14:\"IGU5-96x96.jpg\";s:5:\"width\";i:96;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"web-stories-thumbnail\";a:4:{s:4:\"file\";s:15:\"IGU5-150x74.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:74;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:16:\"IGU5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:16:\"IGU5-600x295.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:16:\"IGU5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:16:\"IGU5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:16:\"IGU5-600x295.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:16:\"IGU5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:17:\"Omoalukhe Omo-Abu\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1623400936\";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:{}}}'),
(39347, 5009, '_wpas_done_all', '1'),
(39349, 5009, '_edit_last', '1'),
(39369, 5012, '_edit_lock', '1623419675:1'),
(39348, 5009, '_thumbnail_id', '5010'),
(39351, 5009, '_b2s_post_meta', 'a:6:{s:8:\"og_title\";s:63:\"Chinese Worker Attempts to Impale Sierra Leonean Safety Officer\";s:7:\"og_desc\";s:134:\"A Chinese worker Attempts to impale a Sierra Leonean safety officer for doing his job.\n\n\n\n\nhttps://www.youtube.com/watch?v=xo5oTwKrpIQ\";s:8:\"og_image\";s:58:\"https://www.iamctv.com/wp-content/uploads/2021/06/IGU5.jpg\";s:10:\"card_title\";s:63:\"Chinese Worker Attempts to Impale Sierra Leonean Safety Officer\";s:9:\"card_desc\";s:134:\"A Chinese worker Attempts to impale a Sierra Leonean safety officer for doing his job.\n\n\n\n\nhttps://www.youtube.com/watch?v=xo5oTwKrpIQ\";s:10:\"card_image\";s:58:\"https://www.iamctv.com/wp-content/uploads/2021/06/IGU5.jpg\";}'),
(39352, 5009, 'episode_type', 'audio'),
(39353, 5009, 'audio_file', ''),
(39354, 5009, 'cover_image', ''),
(39355, 5009, 'cover_image_id', ''),
(39356, 5009, 'duration', ''),
(39357, 5009, 'filesize', ''),
(39358, 5009, 'date_recorded', '2021-06-11'),
(39359, 5009, 'explicit', ''),
(39360, 5009, 'block', ''),
(39361, 5009, 'itunes_episode_number', ''),
(39362, 5009, 'itunes_title', ''),
(39363, 5009, 'itunes_season_number', ''),
(39364, 5009, 'itunes_episode_type', ''),
(39365, 5009, 'newsphere-meta-content-alignment', 'align-content-left'),
(39366, 5009, '_yoast_wpseo_primary_category', '29'),
(39367, 5009, '_yoast_wpseo_content_score', '60'),
(39368, 5009, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(39370, 5012, '_last_editor_used_jetpack', 'block-editor'),
(39371, 5012, '_oembed_bf1f506235449a284b0970c86e8c6d4b', '<iframe title=\"Rwanda President Paul Kagame Derides Some African Leaders\" width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/m_rp5P_FMoM?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(39372, 5012, '_oembed_time_bf1f506235449a284b0970c86e8c6d4b', '1623419602'),
(39373, 5013, '_wp_attached_file', '2021/06/IGU6.jpg'),
(39374, 5013, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1720;s:6:\"height\";i:825;s:4:\"file\";s:16:\"2021/06/IGU6.jpg\";s:5:\"sizes\";a:19:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"IGU6-300x144.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"IGU6-1024x491.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"IGU6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"IGU6-768x368.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:368;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:17:\"IGU6-1536x737.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:737;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"newsphere-slider-full\";a:4:{s:4:\"file\";s:17:\"IGU6-1280x720.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"newsphere-featured\";a:4:{s:4:\"file\";s:17:\"IGU6-1024x491.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"newsphere-medium\";a:4:{s:4:\"file\";s:16:\"IGU6-720x380.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"web-stories-poster-portrait\";a:4:{s:4:\"file\";s:16:\"IGU6-640x825.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:825;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"web-stories-poster-landscape\";a:4:{s:4:\"file\";s:16:\"IGU6-853x640.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"web-stories-poster-square\";a:4:{s:4:\"file\";s:16:\"IGU6-640x640.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"web-stories-publisher-logo\";a:4:{s:4:\"file\";s:14:\"IGU6-96x96.jpg\";s:5:\"width\";i:96;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"web-stories-thumbnail\";a:4:{s:4:\"file\";s:15:\"IGU6-150x72.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:72;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:16:\"IGU6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:16:\"IGU6-600x288.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:16:\"IGU6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:16:\"IGU6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:16:\"IGU6-600x288.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:16:\"IGU6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:17:\"Omoalukhe Omo-Abu\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1623402928\";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:{}}}'),
(39378, 5012, '_wpas_done_all', '1'),
(39380, 5012, '_edit_last', '1'),
(39379, 5012, '_thumbnail_id', '5013'),
(39382, 5012, '_b2s_post_meta', 'a:6:{s:8:\"og_title\";s:57:\"Rwanda President Paul Kagame Derides Some African Leaders\";s:7:\"og_desc\";s:160:\"Rwanda President Paul Kagame derides some African Leaders in their lack of sincerity towards the development of their citizens.\n\n\n\n\nhttps://www.youtube.com/watc\";s:8:\"og_image\";s:58:\"https://www.iamctv.com/wp-content/uploads/2021/06/IGU6.jpg\";s:10:\"card_title\";s:57:\"Rwanda President Paul Kagame Derides Some African Leaders\";s:9:\"card_desc\";s:160:\"Rwanda President Paul Kagame derides some African Leaders in their lack of sincerity towards the development of their citizens.\n\n\n\n\nhttps://www.youtube.com/watc\";s:10:\"card_image\";s:58:\"https://www.iamctv.com/wp-content/uploads/2021/06/IGU6.jpg\";}'),
(39383, 5012, 'episode_type', 'audio'),
(39384, 5012, 'audio_file', ''),
(39385, 5012, 'cover_image', ''),
(39386, 5012, 'cover_image_id', ''),
(39387, 5012, 'duration', ''),
(39388, 5012, 'filesize', ''),
(39389, 5012, 'date_recorded', '2021-06-11'),
(39390, 5012, 'explicit', ''),
(39391, 5012, 'block', ''),
(39392, 5012, 'itunes_episode_number', ''),
(39393, 5012, 'itunes_title', ''),
(39394, 5012, 'itunes_season_number', ''),
(39395, 5012, 'itunes_episode_type', ''),
(39396, 5012, 'newsphere-meta-content-alignment', 'align-content-left'),
(39397, 5012, '_yoast_wpseo_primary_category', '29'),
(39398, 5012, '_yoast_wpseo_content_score', '60'),
(39399, 5012, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(39422, 5018, '_edit_lock', '1624974434:1'),
(39423, 5018, '_last_editor_used_jetpack', 'block-editor'),
(39424, 5019, '_wp_attached_file', '2021/06/WeekendReview626.mp3');
INSERT INTO `iamc_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(39425, 5019, '_wp_attachment_metadata', 'a:20:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:2;s:11:\"sample_rate\";i:44100;s:7:\"bitrate\";d:128001.68451712985;s:11:\"channelmode\";s:6:\"stereo\";s:12:\"bitrate_mode\";s:3:\"vbr\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:3:\"VBR\";s:17:\"compression_ratio\";d:0.09070414152290947;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:31658870;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:1979;s:16:\"length_formatted\";s:5:\"32:59\";s:5:\"title\";s:22:\"Weekend Review-June 26\";s:5:\"album\";s:9:\"Episode 1\";s:6:\"artist\";s:7:\"IAMC TV\";s:14:\"recording_time\";s:4:\"2021\";s:16:\"encoder_settings\";s:13:\"Lavf58.29.100\";s:4:\"year\";s:4:\"2021\";}'),
(39427, 5018, '_wpas_done_all', '1'),
(39428, 5018, '_thumbnail_id', '5017'),
(39429, 5018, '_edit_last', '1'),
(39430, 5018, '_b2s_post_meta', 'a:6:{s:8:\"og_title\";s:34:\"Weekend Review-June 26, 2021 Ep. 1\";s:7:\"og_desc\";s:160:\"The pilot podcast for IAMC TV\'s Weekend Review series. Podcast host is PrymEvyl and the show highlights news and events from June 20 to June 26, 2021.  News on \";s:8:\"og_image\";s:77:\"https://www.iamctv.com/wp-content/uploads/2021/06/IAMCTVWeekendReviewLogo.png\";s:10:\"card_title\";s:34:\"Weekend Review-June 26, 2021 Ep. 1\";s:9:\"card_desc\";s:160:\"The pilot podcast for IAMC TV\'s Weekend Review series. Podcast host is PrymEvyl and the show highlights news and events from June 20 to June 26, 2021.  News on \";s:10:\"card_image\";s:77:\"https://www.iamctv.com/wp-content/uploads/2021/06/IAMCTVWeekendReviewLogo.png\";}'),
(39431, 5018, 'episode_type', 'audio'),
(39432, 5018, 'audio_file', 'https://www.iamctv.com/wp-content/uploads/2021/06/WeekendReview626.mp3'),
(39433, 5018, 'cover_image', ''),
(39434, 5018, 'cover_image_id', ''),
(39435, 5018, 'duration', '32:59'),
(39436, 5018, 'filesize', '30.19M'),
(39437, 5018, 'date_recorded', '2021-06-29'),
(39438, 5018, 'explicit', 'on'),
(39439, 5018, 'block', ''),
(39440, 5018, 'itunes_episode_number', '1'),
(39441, 5018, 'itunes_title', 'Weekend Review-June 26, 2021'),
(39442, 5018, 'itunes_season_number', '1'),
(39443, 5018, 'itunes_episode_type', 'full'),
(39444, 5018, 'filesize_raw', '31658870'),
(39445, 5018, 'enclosure', 'https://www.iamctv.com/wp-content/uploads/2021/06/WeekendReview626.mp3'),
(39446, 5018, '_yoast_wpseo_primary_series', '32'),
(39447, 5018, '_yoast_wpseo_content_score', '60'),
(39448, 5018, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(39449, 5018, '_wp_old_slug', 'weekend-review-june-26-2021'),
(39450, 5021, 'wprss_item_date', '2021-06-29T13:46:42+0000'),
(39451, 5021, 'wprss_item_permalink', 'https://anchor.fm/iamc-tv-podcasts/episodes/Weekend-Review-June-26--2021-Ep--1-e13kua2'),
(39452, 5021, 'wprss_item_enclosure', 'https://anchor.fm/s/3db9a900/podcast/play/36386562/https://d3ctxlq1ktw2nl.cloudfront.net/staging/2021-5-29/23dcd0b6-114c-9dd9-9ffa-f6b88f357fda.mp3'),
(39453, 5021, 'wprss_item_enclosure_type', 'audio/mpeg'),
(39454, 5021, 'wprss_item_source_name', 'IAMC TV Podcast'),
(39455, 5021, 'wprss_item_source_url', 'https://www.iamctv.com/'),
(39456, 5021, 'wprss_item_author', 'International African Movie Channel (IAMC TV)'),
(39457, 5021, 'wprss_item_author_email', NULL),
(39458, 5021, 'wprss_item_author_link', NULL),
(39459, 5021, 'wprss_feed_id', '4837'),
(39460, 5021, 'wprss_images', 'a:0:{}'),
(39461, 5021, 'wprss_best_image', ''),
(39462, 5023, '_menu_item_type', 'custom'),
(39463, 5023, '_menu_item_menu_item_parent', '0'),
(39464, 5023, '_menu_item_object_id', '5023'),
(39465, 5023, '_menu_item_object', 'custom'),
(39466, 5023, '_menu_item_target', ''),
(39467, 5023, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(39468, 5023, '_menu_item_xfn', ''),
(39469, 5023, '_menu_item_url', 'https://radio.iamctv.com/'),
(39483, 5026, 'wprss_item_enclosure', 'https://anchor.fm/s/3db9a900/podcast/play/37982726/https://d3ctxlq1ktw2nl.cloudfront.net/staging/2021-6-29/7aaf2491-8398-dfa9-53bf-e8de32df8b85.mp3'),
(39471, 33, '_wp_old_date', '2020-06-09'),
(39472, 126, '_wp_old_date', '2020-10-09'),
(39473, 4936, '_wp_old_date', '2021-01-20'),
(39474, 1866, '_wp_old_date', '2020-11-03'),
(39475, 86, '_wp_old_date', '2020-10-08'),
(39476, 69, '_wp_old_date', '2020-10-08'),
(39477, 493, '_wp_old_date', '2020-10-29'),
(39478, 41, '_wp_old_date', '2020-06-09'),
(39484, 5026, 'wprss_item_enclosure_type', 'audio/mpeg'),
(39485, 5026, 'wprss_item_source_name', 'IAMC TV Podcast'),
(39486, 5026, 'wprss_item_source_url', 'https://www.iamctv.com/'),
(39487, 5026, 'wprss_item_author', 'International African Movie Channel (IAMC TV)'),
(39488, 5026, 'wprss_item_author_email', NULL),
(39489, 5026, 'wprss_item_author_link', NULL),
(39490, 5026, 'wprss_feed_id', '4837'),
(39491, 5026, 'wprss_images', 'a:0:{}'),
(39492, 5026, 'wprss_best_image', ''),
(39493, 5027, '_wp_attached_file', '2021/07/IAMCTVSCS3E7.mp3'),
(39494, 5027, '_wp_attachment_metadata', 'a:22:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:2;s:11:\"sample_rate\";i:44100;s:7:\"bitrate\";d:157183.5059089905;s:11:\"channelmode\";s:12:\"joint stereo\";s:12:\"bitrate_mode\";s:3:\"vbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.100\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:43:\"--preset fast standard -b32 --lowpass 18500\";s:17:\"compression_ratio\";d:0.11138286983346833;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:58087550;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:2956;s:16:\"length_formatted\";s:5:\"49:16\";s:4:\"text\";s:10:\"ajor_brand\";s:5:\"album\";s:12:\"S3 Episode 7\";s:5:\"title\";s:19:\"IAMC TV Street Chat\";s:6:\"artist\";s:15:\"IAMC TV Podcast\";s:14:\"recording_time\";s:4:\"2021\";s:4:\"year\";s:4:\"2021\";}'),
(39496, 5025, '_wpas_done_all', '1'),
(39497, 5025, '_thumbnail_id', '1896'),
(39498, 5025, '_edit_last', '1'),
(39499, 5025, '_b2s_post_meta', 'a:6:{s:8:\"og_title\";s:32:\"IAMC TV Street Chat-S3 Episode 7\";s:7:\"og_desc\";s:160:\"PrymEvyl and Alan Bogey sound off on the recent court order releasing Nigerian Shiite leader, Sheik El-Zakzaky and wife,  Hushpuppi pleads guilty to money laund\";s:8:\"og_image\";s:73:\"https://www.iamctv.com/wp-content/uploads/2020/10/IAMCTVPodcastbanner.jpg\";s:10:\"card_title\";s:32:\"IAMC TV Street Chat-S3 Episode 7\";s:9:\"card_desc\";s:160:\"PrymEvyl and Alan Bogey sound off on the recent court order releasing Nigerian Shiite leader, Sheik El-Zakzaky and wife,  Hushpuppi pleads guilty to money laund\";s:10:\"card_image\";s:73:\"https://www.iamctv.com/wp-content/uploads/2020/10/IAMCTVPodcastbanner.jpg\";}'),
(39500, 5025, 'episode_type', 'audio'),
(39501, 5025, 'audio_file', 'https://www.iamctv.com/wp-content/uploads/2021/07/IAMCTVSCS3E7.mp3'),
(39502, 5025, 'cover_image', 'https://www.iamctv.com/wp-content/uploads/2020/10/IAMCTVSChatPodcastLogo.png'),
(39503, 5025, 'cover_image_id', '509'),
(39504, 5025, 'duration', '49:16'),
(39505, 5025, 'filesize', '55.4M'),
(39506, 5025, 'date_recorded', '2021-07-28'),
(39507, 5025, 'explicit', 'on'),
(39508, 5025, 'block', ''),
(39509, 5025, 'itunes_episode_number', '7'),
(39510, 5025, 'itunes_title', 'IAMC TV Street Chat'),
(39511, 5025, 'itunes_season_number', '3'),
(39512, 5025, 'itunes_episode_type', 'full'),
(39513, 5025, 'filesize_raw', '58087550'),
(39514, 5025, 'enclosure', 'https://www.iamctv.com/wp-content/uploads/2021/07/IAMCTVSCS3E7.mp3'),
(39515, 5025, '_yoast_wpseo_primary_series', '20'),
(39516, 5025, '_yoast_wpseo_content_score', '30'),
(39517, 5025, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(39518, 5028, '_edit_lock', '1628168005:1'),
(39519, 5028, '_last_editor_used_jetpack', 'block-editor'),
(39520, 5029, '_wp_attached_file', '2021/08/IAMCTVSCS3E8.mp3'),
(39521, 5029, '_wp_attachment_metadata', 'a:22:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:2;s:11:\"sample_rate\";i:44100;s:7:\"bitrate\";d:164240.53384395476;s:11:\"channelmode\";s:12:\"joint stereo\";s:12:\"bitrate_mode\";s:3:\"vbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.100\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:43:\"--preset fast standard -b32 --lowpass 18500\";s:17:\"compression_ratio\";d:0.1163835982454328;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:63598788;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:3098;s:16:\"length_formatted\";s:5:\"51:38\";s:4:\"text\";s:7:\"ajor_br\";s:5:\"album\";s:12:\"S3 Episode 8\";s:5:\"title\";s:19:\"IAMC TV Street Chat\";s:6:\"artist\";s:15:\"IAMC TV Podcast\";s:14:\"recording_time\";s:4:\"2021\";s:4:\"year\";s:4:\"2021\";}'),
(39523, 5028, '_wpas_done_all', '1'),
(39524, 5028, '_thumbnail_id', '1896'),
(39525, 5028, '_edit_last', '1'),
(39526, 5028, '_b2s_post_meta', 'a:6:{s:8:\"og_title\";s:32:\"IAMC TV Street Chat-S3 Episode 8\";s:7:\"og_desc\";s:160:\"On this episode, PrymEvyl and Alan Bogey discusses the terrorism charges against Tanzania opposition leader Freeman Mbowe, the death of the attempted assailant \";s:8:\"og_image\";s:73:\"https://www.iamctv.com/wp-content/uploads/2020/10/IAMCTVPodcastbanner.jpg\";s:10:\"card_title\";s:32:\"IAMC TV Street Chat-S3 Episode 8\";s:9:\"card_desc\";s:160:\"On this episode, PrymEvyl and Alan Bogey discusses the terrorism charges against Tanzania opposition leader Freeman Mbowe, the death of the attempted assailant \";s:10:\"card_image\";s:73:\"https://www.iamctv.com/wp-content/uploads/2020/10/IAMCTVPodcastbanner.jpg\";}'),
(39527, 5028, 'episode_type', 'audio'),
(39528, 5028, 'audio_file', 'https://www.iamctv.com/wp-content/uploads/2021/08/IAMCTVSCS3E8.mp3'),
(39529, 5028, 'cover_image', ''),
(39530, 5028, 'cover_image_id', ''),
(39531, 5028, 'duration', '51:38'),
(39532, 5028, 'filesize', '60.65M'),
(39533, 5028, 'date_recorded', '2021-08-05'),
(39534, 5028, 'explicit', 'on'),
(39535, 5028, 'block', ''),
(39536, 5028, 'itunes_episode_number', '8'),
(39537, 5028, 'itunes_title', 'IAMC TV Street Chat'),
(39538, 5028, 'itunes_season_number', '3'),
(39539, 5028, 'itunes_episode_type', 'full'),
(39540, 5028, 'filesize_raw', '63598788'),
(39541, 5028, 'enclosure', 'https://www.iamctv.com/wp-content/uploads/2021/08/IAMCTVSCS3E8.mp3'),
(39542, 5028, '_yoast_wpseo_primary_series', '20'),
(39543, 5028, '_yoast_wpseo_content_score', '60'),
(39544, 5028, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(39545, 5030, 'wprss_item_date', '2021-08-05T12:51:13+0000'),
(39546, 5030, 'wprss_item_permalink', 'https://anchor.fm/iamc-tv-podcasts/episodes/IAMC-TV-Street-Chat-S3-Episode-8-e15gbob'),
(39547, 5030, 'wprss_item_enclosure', 'https://anchor.fm/s/3db9a900/podcast/play/38333643/https://d3ctxlq1ktw2nl.cloudfront.net/staging/2021-7-5/7249a99f-8d54-19f6-e5d5-4e2462336efc.mp3'),
(39548, 5030, 'wprss_item_enclosure_type', 'audio/mpeg'),
(39549, 5030, 'wprss_item_source_name', 'IAMC TV Podcast'),
(39550, 5030, 'wprss_item_source_url', 'https://www.iamctv.com/'),
(39551, 5030, 'wprss_item_author', 'International African Movie Channel (IAMC TV)'),
(39552, 5030, 'wprss_item_author_email', NULL),
(39553, 5030, 'wprss_item_author_link', NULL),
(39554, 5030, 'wprss_feed_id', '4837'),
(39555, 5030, 'wprss_images', 'a:0:{}'),
(39556, 5030, 'wprss_best_image', ''),
(39557, 5032, '_edit_lock', '1629730440:1'),
(39558, 5032, '_last_editor_used_jetpack', 'block-editor'),
(39562, 5032, '_wpas_done_all', '1'),
(39563, 5032, '_oembed_4876157c742958ddcae8ed462b101bf7', '<iframe title=\"The Coronation of The 21st Olu of Warri 1\" width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/12YUEQRKGeU?list=PLhA33Qlq7dPQGwRba2RjDWzaqKRWe_XZ4\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(39564, 5032, '_oembed_time_4876157c742958ddcae8ed462b101bf7', '1629730176'),
(39565, 5032, '_edit_last', '1'),
(39566, 5032, '_b2s_post_meta', 'a:6:{s:8:\"og_title\";s:47:\"The Coronation of the 21st Olu of Warri Kingdom\";s:7:\"og_desc\";s:160:\"The coronation of the 21st Olu of Warri Kingdom, Ogiame Atuwatse III on August 21st, 2021 in Warri Delta State, Nigeria.\n\n\n\n\nhttps://www.youtube.com/watch?v=12Y\";s:8:\"og_image\";s:72:\"https://www.iamctv.com/wp-content/uploads/2021/08/OluWarriCoronation.jpg\";s:10:\"card_title\";s:47:\"The Coronation of the 21st Olu of Warri Kingdom\";s:9:\"card_desc\";s:160:\"The coronation of the 21st Olu of Warri Kingdom, Ogiame Atuwatse III on August 21st, 2021 in Warri Delta State, Nigeria.\n\n\n\n\nhttps://www.youtube.com/watch?v=12Y\";s:10:\"card_image\";s:72:\"https://www.iamctv.com/wp-content/uploads/2021/08/OluWarriCoronation.jpg\";}'),
(39567, 5032, 'episode_type', 'audio'),
(39568, 5032, 'audio_file', ''),
(39569, 5032, 'cover_image', ''),
(39570, 5032, 'cover_image_id', ''),
(39571, 5032, 'duration', ''),
(39572, 5032, 'filesize', ''),
(39573, 5032, 'date_recorded', '2021-08-23'),
(39574, 5032, 'explicit', ''),
(39575, 5032, 'block', ''),
(39576, 5032, 'itunes_episode_number', ''),
(39577, 5032, 'itunes_title', ''),
(39578, 5032, 'itunes_season_number', ''),
(39579, 5032, 'itunes_episode_type', ''),
(39580, 5032, 'newsphere-meta-content-alignment', 'align-content-left'),
(39581, 5032, '_yoast_wpseo_primary_category', '23'),
(39582, 5032, '_yoast_wpseo_content_score', '60'),
(39583, 5032, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(39586, 5037, '_wp_attached_file', '2021/08/OluWarriCoronation.jpg'),
(39587, 5037, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1124;s:6:\"height\";i:532;s:4:\"file\";s:30:\"2021/08/OluWarriCoronation.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"OluWarriCoronation-300x142.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"OluWarriCoronation-1024x485.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:485;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"OluWarriCoronation-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"OluWarriCoronation-768x364.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"newsphere-featured\";a:4:{s:4:\"file\";s:31:\"OluWarriCoronation-1024x485.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:485;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"newsphere-medium\";a:4:{s:4:\"file\";s:30:\"OluWarriCoronation-720x380.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"web-stories-poster-portrait\";a:4:{s:4:\"file\";s:30:\"OluWarriCoronation-640x532.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:532;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"web-stories-publisher-logo\";a:4:{s:4:\"file\";s:28:\"OluWarriCoronation-96x96.jpg\";s:5:\"width\";i:96;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"web-stories-thumbnail\";a:4:{s:4:\"file\";s:29:\"OluWarriCoronation-150x71.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"OluWarriCoronation-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:30:\"OluWarriCoronation-600x284.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"OluWarriCoronation-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:30:\"OluWarriCoronation-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:30:\"OluWarriCoronation-600x284.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"OluWarriCoronation-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:17:\"Omoalukhe Omo-Abu\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1629715926\";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:{}}}'),
(39591, 5039, '_edit_lock', '1630605723:1'),
(39590, 5032, '_thumbnail_id', '5037'),
(39592, 5039, '_last_editor_used_jetpack', 'block-editor'),
(39593, 5039, '_oembed_07b7eaea851cd0d90d4c145a01c5c6af', '<iframe title=\"Terrorism: Nigeria Leaders Needs to Wake Up from Their Slumber\" width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/PraOBjMHO2k?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(39594, 5039, '_oembed_time_07b7eaea851cd0d90d4c145a01c5c6af', '1630605558'),
(39598, 5039, '_wpas_done_all', '1'),
(39599, 5039, '_edit_last', '1'),
(39619, 5041, '_wp_attached_file', '2021/09/iguc8.jpg'),
(39601, 5039, '_b2s_post_meta', 'a:6:{s:8:\"og_title\";s:62:\"Terrorism: Nigeria Leaders Needs to Wake Up from Their Slumber\";s:7:\"og_desc\";s:129:\"Video showing the sharing of weapons and armaments to young Nigerian Islamic men.\n\n\n\n\nhttps://www.youtube.com/watch?v=PraOBjMHO2k\";s:8:\"og_image\";s:59:\"https://www.iamctv.com/wp-content/uploads/2021/09/iguc8.jpg\";s:10:\"card_title\";s:62:\"Terrorism: Nigeria Leaders Needs to Wake Up from Their Slumber\";s:9:\"card_desc\";s:129:\"Video showing the sharing of weapons and armaments to young Nigerian Islamic men.\n\n\n\n\nhttps://www.youtube.com/watch?v=PraOBjMHO2k\";s:10:\"card_image\";s:59:\"https://www.iamctv.com/wp-content/uploads/2021/09/iguc8.jpg\";}'),
(39602, 5039, 'episode_type', 'audio'),
(39603, 5039, 'audio_file', ''),
(39604, 5039, 'cover_image', ''),
(39605, 5039, 'cover_image_id', ''),
(39606, 5039, 'duration', ''),
(39607, 5039, 'filesize', ''),
(39608, 5039, 'date_recorded', '2021-09-02'),
(39609, 5039, 'explicit', ''),
(39610, 5039, 'block', ''),
(39611, 5039, 'itunes_episode_number', ''),
(39612, 5039, 'itunes_title', ''),
(39613, 5039, 'itunes_season_number', ''),
(39614, 5039, 'itunes_episode_type', ''),
(39615, 5039, 'newsphere-meta-content-alignment', 'align-content-left'),
(39616, 5039, '_yoast_wpseo_primary_category', '29'),
(39617, 5039, '_yoast_wpseo_content_score', '90'),
(39618, 5039, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(39620, 5041, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1701;s:6:\"height\";i:840;s:4:\"file\";s:17:\"2021/09/iguc8.jpg\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"iguc8-300x148.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"iguc8-1024x506.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:506;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"iguc8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"iguc8-768x379.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:379;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:18:\"iguc8-1536x759.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:759;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"newsphere-slider-full\";a:4:{s:4:\"file\";s:18:\"iguc8-1280x720.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"newsphere-featured\";a:4:{s:4:\"file\";s:18:\"iguc8-1024x506.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:506;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"newsphere-medium\";a:4:{s:4:\"file\";s:17:\"iguc8-720x380.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"web-stories-poster-portrait\";a:4:{s:4:\"file\";s:17:\"iguc8-640x840.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:840;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"web-stories-publisher-logo\";a:4:{s:4:\"file\";s:15:\"iguc8-96x96.jpg\";s:5:\"width\";i:96;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"web-stories-thumbnail\";a:4:{s:4:\"file\";s:16:\"iguc8-150x74.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:74;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:17:\"iguc8-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:17:\"iguc8-600x296.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:17:\"iguc8-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:17:\"iguc8-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:17:\"iguc8-600x296.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"iguc8-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:17:\"Omoalukhe Omo-Abu\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1630591247\";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:{}}}'),
(39622, 5039, '_thumbnail_id', '5041'),
(39624, 5045, '_edit_lock', '1636657180:1'),
(39625, 5045, '_last_editor_used_jetpack', 'block-editor'),
(39626, 5046, '_wp_attached_file', '2021/11/AnalSex-e1636485319481.jpg'),
(39627, 5046, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:34:\"2021/11/AnalSex-e1636485319481.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"AnalSex-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"AnalSex-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"AnalSex-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"AnalSex-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"newsphere-slider-full\";a:4:{s:4:\"file\";s:20:\"AnalSex-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"newsphere-featured\";a:4:{s:4:\"file\";s:21:\"AnalSex-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"newsphere-medium\";a:4:{s:4:\"file\";s:19:\"AnalSex-720x380.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"web-stories-poster-portrait\";a:4:{s:4:\"file\";s:19:\"AnalSex-640x853.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"web-stories-publisher-logo\";a:4:{s:4:\"file\";s:17:\"AnalSex-96x96.jpg\";s:5:\"width\";i:96;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"web-stories-thumbnail\";a:4:{s:4:\"file\";s:19:\"AnalSex-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(39631, 5045, '_wpas_done_all', '1'),
(39632, 5045, '_thumbnail_id', '4859'),
(39633, 5045, '_edit_last', '1'),
(39634, 5045, '_b2s_post_meta', 'a:7:{s:8:\"og_title\";s:26:\"Anal Sex and HIV Infection\";s:7:\"og_desc\";s:160:\"Everybody knows HIV is transmitted via \'contact\' with varied body fluids (vaginal fluid, \'semen fluid\', blood, rectal fluid, etc.), and we certainly know that t\";s:8:\"og_image\";s:72:\"https://www.iamctv.com/wp-content/uploads/2020/11/DrOrdersPagebanner.jpg\";s:12:\"og_image_alt\";s:0:\"\";s:10:\"card_title\";s:26:\"Anal Sex and HIV Infection\";s:9:\"card_desc\";s:160:\"Everybody knows HIV is transmitted via \'contact\' with varied body fluids (vaginal fluid, \'semen fluid\', blood, rectal fluid, etc.), and we certainly know that t\";s:10:\"card_image\";s:72:\"https://www.iamctv.com/wp-content/uploads/2020/11/DrOrdersPagebanner.jpg\";}'),
(39635, 5045, 'episode_type', 'audio'),
(39636, 5045, 'audio_file', ''),
(39637, 5045, 'cover_image', ''),
(39638, 5045, 'cover_image_id', ''),
(39639, 5045, 'duration', ''),
(39640, 5045, 'filesize', ''),
(39641, 5045, 'date_recorded', ''),
(39642, 5045, 'explicit', ''),
(39643, 5045, 'block', ''),
(39644, 5045, 'itunes_episode_number', ''),
(39645, 5045, 'itunes_title', ''),
(39646, 5045, 'itunes_season_number', ''),
(39647, 5045, 'itunes_episode_type', ''),
(39648, 5045, 'newsphere-meta-content-alignment', 'align-content-left'),
(39649, 5045, '_yoast_wpseo_primary_category', '28'),
(39650, 5045, '_yoast_wpseo_content_score', '30'),
(39651, 5045, '_yoast_wpseo_estimated-reading-time-minutes', '2'),
(39652, 5046, '_wp_attachment_backup_sizes', 'a:2:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:11:\"AnalSex.jpg\";}s:18:\"full-1636485319481\";a:3:{s:5:\"width\";i:540;s:6:\"height\";i:540;s:4:\"file\";s:26:\"AnalSex-e1636484387597.jpg\";}}'),
(39653, 5048, '_wp_attached_file', '2021/11/DepressionSuicide-e1636485336203.jpg'),
(39654, 5048, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:44:\"2021/11/DepressionSuicide-e1636485336203.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"DepressionSuicide-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"DepressionSuicide-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"DepressionSuicide-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"DepressionSuicide-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"newsphere-slider-full\";a:4:{s:4:\"file\";s:30:\"DepressionSuicide-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"newsphere-featured\";a:4:{s:4:\"file\";s:31:\"DepressionSuicide-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"newsphere-medium\";a:4:{s:4:\"file\";s:29:\"DepressionSuicide-720x380.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"web-stories-poster-portrait\";a:4:{s:4:\"file\";s:29:\"DepressionSuicide-640x853.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"web-stories-publisher-logo\";a:4:{s:4:\"file\";s:27:\"DepressionSuicide-96x96.jpg\";s:5:\"width\";i:96;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"web-stories-thumbnail\";a:4:{s:4:\"file\";s:29:\"DepressionSuicide-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(39655, 5048, '_wp_attachment_backup_sizes', 'a:2:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:21:\"DepressionSuicide.jpg\";}s:18:\"full-1636485336203\";a:3:{s:5:\"width\";i:540;s:6:\"height\";i:540;s:4:\"file\";s:36:\"DepressionSuicide-e1636484567749.jpg\";}}'),
(39656, 5049, '_edit_lock', '1636657326:1'),
(39657, 5049, '_last_editor_used_jetpack', 'block-editor'),
(39661, 5049, '_wpas_done_all', '1'),
(39663, 5049, '_edit_last', '1'),
(39662, 5049, '_thumbnail_id', '4859'),
(39684, 5051, '_wp_attached_file', '2021/11/ISeeISaw-e1636657526380.jpg'),
(39666, 5049, '_b2s_post_meta', 'a:7:{s:8:\"og_title\";s:20:\"Depression & Suicide\";s:7:\"og_desc\";s:160:\"While I thankfully haven\'t lost any close friends or relatives to suicide, I sadly have come across cases (successful and near-successful) in my practice.\n\n\n\nWh\";s:8:\"og_image\";s:72:\"https://www.iamctv.com/wp-content/uploads/2020/11/DrOrdersPagebanner.jpg\";s:12:\"og_image_alt\";s:0:\"\";s:10:\"card_title\";s:20:\"Depression & Suicide\";s:9:\"card_desc\";s:160:\"While I thankfully haven\'t lost any close friends or relatives to suicide, I sadly have come across cases (successful and near-successful) in my practice.\n\n\n\nWh\";s:10:\"card_image\";s:72:\"https://www.iamctv.com/wp-content/uploads/2020/11/DrOrdersPagebanner.jpg\";}'),
(39667, 5049, 'episode_type', 'audio'),
(39668, 5049, 'audio_file', ''),
(39669, 5049, 'cover_image', ''),
(39670, 5049, 'cover_image_id', ''),
(39671, 5049, 'duration', ''),
(39672, 5049, 'filesize', ''),
(39673, 5049, 'date_recorded', ''),
(39674, 5049, 'explicit', ''),
(39675, 5049, 'block', ''),
(39676, 5049, 'itunes_episode_number', ''),
(39677, 5049, 'itunes_title', ''),
(39678, 5049, 'itunes_season_number', ''),
(39679, 5049, 'itunes_episode_type', ''),
(39680, 5049, 'newsphere-meta-content-alignment', 'align-content-left'),
(39681, 5049, '_yoast_wpseo_primary_category', '28'),
(39682, 5049, '_yoast_wpseo_content_score', '30'),
(39683, 5049, '_yoast_wpseo_estimated-reading-time-minutes', '3'),
(39685, 5051, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:278;s:6:\"height\";i:260;s:4:\"file\";s:35:\"2021/11/ISeeISaw-e1636657526380.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"ISeeISaw-e1636484851548-291x300.jpg\";s:5:\"width\";i:291;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"ISeeISaw-472x1024.jpg\";s:5:\"width\";i:472;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"ISeeISaw-e1636657526380-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"newsphere-slider-full\";a:4:{s:4:\"file\";s:20:\"ISeeISaw-498x720.jpg\";s:5:\"width\";i:498;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"newsphere-medium\";a:4:{s:4:\"file\";s:35:\"ISeeISaw-e1636484851548-472x380.jpg\";s:5:\"width\";i:472;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"web-stories-poster-portrait\";a:4:{s:4:\"file\";s:20:\"ISeeISaw-498x853.jpg\";s:5:\"width\";i:498;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"web-stories-publisher-logo\";a:4:{s:4:\"file\";s:33:\"ISeeISaw-e1636657526380-96x96.jpg\";s:5:\"width\";i:96;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"web-stories-thumbnail\";a:4:{s:4:\"file\";s:35:\"ISeeISaw-e1636657526380-150x140.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(39686, 5051, '_edit_lock', '1636484668:1'),
(39687, 5051, '_wp_attachment_backup_sizes', 'a:16:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:498;s:6:\"height\";i:1080;s:4:\"file\";s:12:\"ISeeISaw.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:20:\"ISeeISaw-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:20:\"ISeeISaw-138x300.jpg\";s:5:\"width\";i:138;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:21:\"ISeeISaw-472x1024.jpg\";s:5:\"width\";i:472;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"newsphere-slider-full-orig\";a:4:{s:4:\"file\";s:20:\"ISeeISaw-498x720.jpg\";s:5:\"width\";i:498;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"newsphere-medium-orig\";a:4:{s:4:\"file\";s:20:\"ISeeISaw-498x380.jpg\";s:5:\"width\";i:498;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"web-stories-poster-portrait-orig\";a:4:{s:4:\"file\";s:20:\"ISeeISaw-498x853.jpg\";s:5:\"width\";i:498;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"web-stories-publisher-logo-orig\";a:4:{s:4:\"file\";s:18:\"ISeeISaw-96x96.jpg\";s:5:\"width\";i:96;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"web-stories-thumbnail-orig\";a:4:{s:4:\"file\";s:20:\"ISeeISaw-150x325.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"full-1636484891889\";a:3:{s:5:\"width\";i:472;s:6:\"height\";i:486;s:4:\"file\";s:27:\"ISeeISaw-e1636484851548.jpg\";}s:18:\"full-1636657526380\";a:3:{s:5:\"width\";i:278;s:6:\"height\";i:286;s:4:\"file\";s:27:\"ISeeISaw-e1636484891889.jpg\";}s:23:\"thumbnail-1636657526380\";a:4:{s:4:\"file\";s:35:\"ISeeISaw-e1636484851548-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"medium-1636657526380\";a:4:{s:4:\"file\";s:35:\"ISeeISaw-e1636484851548-291x300.jpg\";s:5:\"width\";i:291;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"newsphere-medium-1636657526380\";a:4:{s:4:\"file\";s:35:\"ISeeISaw-e1636484851548-472x380.jpg\";s:5:\"width\";i:472;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:40:\"web-stories-publisher-logo-1636657526380\";a:4:{s:4:\"file\";s:33:\"ISeeISaw-e1636484851548-96x96.jpg\";s:5:\"width\";i:96;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"web-stories-thumbnail-1636657526380\";a:4:{s:4:\"file\";s:35:\"ISeeISaw-e1636484851548-150x154.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(39688, 5052, '_edit_lock', '1636658015:1'),
(39689, 5052, '_last_editor_used_jetpack', 'block-editor'),
(39693, 5052, '_wpas_done_all', '1'),
(39695, 5052, '_edit_last', '1'),
(39694, 5052, '_thumbnail_id', '4859'),
(39698, 5052, '_b2s_post_meta', 'a:7:{s:8:\"og_title\";s:36:\"I See, I Saw: Mystery of the Red Eye\";s:7:\"og_desc\";s:160:\"An all-too-familiar scenario... \n\n\n\n\n\n\n\nA fellow pops up with the eye(s) raging \'red\' or \'pink\' (depending on the observer) with a pretty add-on of notably swol\";s:8:\"og_image\";s:72:\"https://www.iamctv.com/wp-content/uploads/2020/11/DrOrdersPagebanner.jpg\";s:12:\"og_image_alt\";s:0:\"\";s:10:\"card_title\";s:36:\"I See, I Saw: Mystery of the Red Eye\";s:9:\"card_desc\";s:160:\"An all-too-familiar scenario... \n\n\n\n\n\n\n\nA fellow pops up with the eye(s) raging \'red\' or \'pink\' (depending on the observer) with a pretty add-on of notably swol\";s:10:\"card_image\";s:72:\"https://www.iamctv.com/wp-content/uploads/2020/11/DrOrdersPagebanner.jpg\";}'),
(39699, 5052, 'episode_type', 'audio'),
(39700, 5052, 'audio_file', ''),
(39701, 5052, 'cover_image', ''),
(39702, 5052, 'cover_image_id', ''),
(39703, 5052, 'duration', ''),
(39704, 5052, 'filesize', ''),
(39705, 5052, 'date_recorded', ''),
(39706, 5052, 'explicit', ''),
(39707, 5052, 'block', ''),
(39708, 5052, 'itunes_episode_number', ''),
(39709, 5052, 'itunes_title', ''),
(39710, 5052, 'itunes_season_number', ''),
(39711, 5052, 'itunes_episode_type', ''),
(39712, 5052, 'newsphere-meta-content-alignment', 'align-content-left'),
(39713, 5052, '_yoast_wpseo_primary_category', '28'),
(39714, 5052, '_yoast_wpseo_content_score', '30'),
(39715, 5052, '_yoast_wpseo_estimated-reading-time-minutes', '2'),
(39716, 5054, '_edit_lock', '1636562628:1'),
(39717, 5054, '_last_editor_used_jetpack', 'block-editor'),
(39718, 5055, '_wp_attached_file', '2021/11/USASoS.jpg'),
(39719, 5055, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:18:\"2021/11/USASoS.jpg\";s:5:\"sizes\";a:1:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"USASoS-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(39720, 5056, '_wp_attached_file', '2021/11/USASoS-1.jpg'),
(39721, 5056, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:20:\"2021/11/USASoS-1.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"USASoS-1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"USASoS-1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"USASoS-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"USASoS-1-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:21:\"USASoS-1-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"newsphere-slider-full\";a:4:{s:4:\"file\";s:21:\"USASoS-1-1280x720.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"newsphere-featured\";a:4:{s:4:\"file\";s:21:\"USASoS-1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"newsphere-medium\";a:4:{s:4:\"file\";s:20:\"USASoS-1-720x380.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"web-stories-poster-portrait\";a:4:{s:4:\"file\";s:20:\"USASoS-1-640x853.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"web-stories-publisher-logo\";a:4:{s:4:\"file\";s:18:\"USASoS-1-96x96.jpg\";s:5:\"width\";i:96;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"web-stories-thumbnail\";a:4:{s:4:\"file\";s:19:\"USASoS-1-150x84.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:84;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(39725, 5054, '_wpas_done_all', '1'),
(39746, 5058, '_edit_lock', '1636657064:1'),
(39726, 5054, '_thumbnail_id', '5055'),
(39727, 5054, '_edit_last', '1'),
(39728, 5054, '_b2s_post_meta', 'a:7:{s:8:\"og_title\";s:51:\"Celebrating Chief (Mrs) Adishetu Igietseme Ugbodaga\";s:7:\"og_desc\";s:160:\"The celebration of a life well lived and USA service of songs for centenarian, Chief (Mrs) Adishetu Igietseme Ugbodaga on November 20, 2021 at Corpus Christi Ca\";s:8:\"og_image\";s:60:\"https://www.iamctv.com/wp-content/uploads/2021/11/USASoS.jpg\";s:12:\"og_image_alt\";s:0:\"\";s:10:\"card_title\";s:51:\"Celebrating Chief (Mrs) Adishetu Igietseme Ugbodaga\";s:9:\"card_desc\";s:160:\"The celebration of a life well lived and USA service of songs for centenarian, Chief (Mrs) Adishetu Igietseme Ugbodaga on November 20, 2021 at Corpus Christi Ca\";s:10:\"card_image\";s:60:\"https://www.iamctv.com/wp-content/uploads/2021/11/USASoS.jpg\";}'),
(39729, 5054, 'episode_type', 'audio'),
(39730, 5054, 'audio_file', ''),
(39731, 5054, 'cover_image', ''),
(39732, 5054, 'cover_image_id', ''),
(39733, 5054, 'duration', ''),
(39734, 5054, 'filesize', ''),
(39735, 5054, 'date_recorded', ''),
(39736, 5054, 'explicit', ''),
(39737, 5054, 'block', ''),
(39738, 5054, 'itunes_episode_number', ''),
(39739, 5054, 'itunes_title', ''),
(39740, 5054, 'itunes_season_number', ''),
(39741, 5054, 'itunes_episode_type', ''),
(39742, 5054, 'newsphere-meta-content-alignment', 'align-content-left'),
(39743, 5054, '_yoast_wpseo_primary_category', '35'),
(39744, 5054, '_yoast_wpseo_content_score', '60'),
(39745, 5054, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(39747, 5058, '_last_editor_used_jetpack', 'block-editor'),
(39748, 5059, '_wp_attached_file', '2021/11/BabiesHole.jpg'),
(39749, 5059, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:22:\"2021/11/BabiesHole.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"BabiesHole-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"BabiesHole-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"BabiesHole-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"BabiesHole-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"newsphere-slider-full\";a:4:{s:4:\"file\";s:23:\"BabiesHole-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"newsphere-featured\";a:4:{s:4:\"file\";s:24:\"BabiesHole-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"newsphere-medium\";a:4:{s:4:\"file\";s:22:\"BabiesHole-720x380.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"web-stories-poster-portrait\";a:4:{s:4:\"file\";s:22:\"BabiesHole-640x853.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"web-stories-publisher-logo\";a:4:{s:4:\"file\";s:20:\"BabiesHole-96x96.jpg\";s:5:\"width\";i:96;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"web-stories-thumbnail\";a:4:{s:4:\"file\";s:22:\"BabiesHole-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(39753, 5058, '_wpas_done_all', '1'),
(39755, 5058, '_edit_last', '1'),
(39754, 5058, '_thumbnail_id', '4859'),
(39758, 5058, '_b2s_post_meta', 'a:7:{s:8:\"og_title\";s:29:\"These Holes on my Baby\'s Head\";s:7:\"og_desc\";s:160:\"Babies, especially newborns, are the stuff of legend. They\'ve got not just a knack for rocking our \'collective ovaries\', but also instilling in us a deep seated\";s:8:\"og_image\";s:72:\"https://www.iamctv.com/wp-content/uploads/2020/11/DrOrdersPagebanner.jpg\";s:12:\"og_image_alt\";s:0:\"\";s:10:\"card_title\";s:29:\"These Holes on my Baby\'s Head\";s:9:\"card_desc\";s:160:\"Babies, especially newborns, are the stuff of legend. They\'ve got not just a knack for rocking our \'collective ovaries\', but also instilling in us a deep seated\";s:10:\"card_image\";s:72:\"https://www.iamctv.com/wp-content/uploads/2020/11/DrOrdersPagebanner.jpg\";}'),
(39759, 5058, 'episode_type', 'audio'),
(39760, 5058, 'audio_file', ''),
(39761, 5058, 'cover_image', ''),
(39762, 5058, 'cover_image_id', ''),
(39763, 5058, 'duration', ''),
(39764, 5058, 'filesize', ''),
(39765, 5058, 'date_recorded', ''),
(39766, 5058, 'explicit', ''),
(39767, 5058, 'block', ''),
(39768, 5058, 'itunes_episode_number', ''),
(39769, 5058, 'itunes_title', ''),
(39770, 5058, 'itunes_season_number', ''),
(39771, 5058, 'itunes_episode_type', ''),
(39772, 5058, 'newsphere-meta-content-alignment', 'align-content-left'),
(39773, 5058, '_yoast_wpseo_primary_category', '28'),
(39774, 5058, '_yoast_wpseo_content_score', '60'),
(39775, 5058, '_yoast_wpseo_estimated-reading-time-minutes', '3'),
(39788, 5067, '_wp_attached_file', '2021/11/ISeeI1.jpg'),
(39789, 5067, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:278;s:6:\"height\";i:260;s:4:\"file\";s:18:\"2021/11/ISeeI1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"ISeeI1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"web-stories-publisher-logo\";a:4:{s:4:\"file\";s:16:\"ISeeI1-96x96.jpg\";s:5:\"width\";i:96;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"web-stories-thumbnail\";a:4:{s:4:\"file\";s:18:\"ISeeI1-150x140.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1636690488\";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:{}}}'),
(39799, 5070, '_edit_lock', '1649696797:1'),
(39800, 5070, '_last_editor_used_jetpack', 'block-editor'),
(39877, 5084, '_wp_attached_file', '2022/04/WeekendReview4232022.mp3'),
(39806, 5070, '_wpas_done_all', '1'),
(39845, 5075, '_edit_last', '1'),
(39807, 5070, '_edit_last', '1'),
(39808, 5070, '_b2s_post_meta', 'a:7:{s:8:\"og_title\";s:34:\"Just Another Idle Musing &#x1f609;\";s:7:\"og_desc\";s:160:\"Don\'t \'demand\' value. Don\'t beat your knuckles bloody against the innocent wall simply because you\'re convinced that you\'re not ascribed the regard you surmise \";s:8:\"og_image\";s:72:\"https://www.iamctv.com/wp-content/uploads/2020/11/DrOrdersPagebanner.jpg\";s:12:\"og_image_alt\";s:0:\"\";s:10:\"card_title\";s:34:\"Just Another Idle Musing &#x1f609;\";s:9:\"card_desc\";s:160:\"Don\'t \'demand\' value. Don\'t beat your knuckles bloody against the innocent wall simply because you\'re convinced that you\'re not ascribed the regard you surmise \";s:10:\"card_image\";s:72:\"https://www.iamctv.com/wp-content/uploads/2020/11/DrOrdersPagebanner.jpg\";}'),
(39809, 5070, 'episode_type', 'audio'),
(39810, 5070, 'audio_file', ''),
(39811, 5070, 'cover_image', ''),
(39812, 5070, 'cover_image_id', ''),
(39813, 5070, 'duration', ''),
(39814, 5070, 'filesize', ''),
(39815, 5070, 'date_recorded', ''),
(39816, 5070, 'explicit', ''),
(39817, 5070, 'block', ''),
(39818, 5070, 'itunes_episode_number', ''),
(39819, 5070, 'itunes_title', ''),
(39820, 5070, 'itunes_season_number', ''),
(39821, 5070, 'itunes_episode_type', ''),
(39822, 5070, 'newsphere-meta-content-alignment', 'align-content-left'),
(39823, 5070, '_yoast_wpseo_primary_category', '28'),
(39824, 5070, '_yoast_wpseo_content_score', '30'),
(39825, 5070, '_yoast_wpseo_estimated-reading-time-minutes', '2'),
(39828, 5070, '_thumbnail_id', '4859'),
(39866, 5079, '_wp_attached_file', '2022/04/SoHIVA.jpg'),
(39836, 5075, '_edit_lock', '1649697429:1'),
(39837, 5075, '_last_editor_used_jetpack', 'block-editor'),
(39876, 5083, '_last_editor_used_jetpack', 'block-editor'),
(39875, 5083, '_edit_lock', '1651067572:1'),
(39843, 5075, '_wpas_done_all', '1'),
(39848, 5075, '_b2s_post_meta', 'a:7:{s:8:\"og_title\";s:48:\"Understanding The Connection: Breaking The Chain\";s:7:\"og_desc\";s:160:\"So... HIV again &#x1f643;\n\n\n\nCurrently, a major focus of management is in the breaking of the transmission chain/cycle. And yeah, we likely already know the man\";s:8:\"og_image\";s:72:\"https://www.iamctv.com/wp-content/uploads/2020/11/DrOrdersPagebanner.jpg\";s:12:\"og_image_alt\";s:0:\"\";s:10:\"card_title\";s:48:\"Understanding The Connection: Breaking The Chain\";s:9:\"card_desc\";s:160:\"So... HIV again &#x1f643;\n\n\n\nCurrently, a major focus of management is in the breaking of the transmission chain/cycle. And yeah, we likely already know the man\";s:10:\"card_image\";s:72:\"https://www.iamctv.com/wp-content/uploads/2020/11/DrOrdersPagebanner.jpg\";}'),
(39844, 5075, '_thumbnail_id', '4859'),
(39849, 5075, 'episode_type', 'audio'),
(39850, 5075, 'audio_file', ''),
(39851, 5075, 'cover_image', ''),
(39852, 5075, 'cover_image_id', ''),
(39853, 5075, 'duration', ''),
(39854, 5075, 'filesize', ''),
(39855, 5075, 'date_recorded', ''),
(39856, 5075, 'explicit', ''),
(39857, 5075, 'block', ''),
(39858, 5075, 'itunes_episode_number', ''),
(39859, 5075, 'itunes_title', ''),
(39860, 5075, 'itunes_season_number', ''),
(39861, 5075, 'itunes_episode_type', ''),
(39862, 5075, 'newsphere-meta-content-alignment', 'align-content-left'),
(39863, 5075, '_yoast_wpseo_primary_category', '28'),
(39864, 5075, '_yoast_wpseo_content_score', '30'),
(39865, 5075, '_yoast_wpseo_estimated-reading-time-minutes', '3');
INSERT INTO `iamc_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(39867, 5079, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:18:\"2022/04/SoHIVA.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"SoHIVA-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"SoHIVA-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"SoHIVA-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"SoHIVA-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"newsphere-slider-full\";a:4:{s:4:\"file\";s:19:\"SoHIVA-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"newsphere-featured\";a:4:{s:4:\"file\";s:20:\"SoHIVA-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"newsphere-medium\";a:4:{s:4:\"file\";s:18:\"SoHIVA-720x380.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"web-stories-poster-portrait\";a:4:{s:4:\"file\";s:18:\"SoHIVA-640x853.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"web-stories-publisher-logo\";a:4:{s:4:\"file\";s:16:\"SoHIVA-96x96.jpg\";s:5:\"width\";i:96;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"web-stories-thumbnail\";a:4:{s:4:\"file\";s:18:\"SoHIVA-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(39878, 5085, '_wp_attached_file', '2022/04/WeekendReview4232022-mp3-image.png'),
(39872, 5075, '_wp_old_slug', 'so-hiv-again-%f0%9f%99%83'),
(39879, 5085, '_cover_hash', '2a9a95e8e59595b9c9dda73f54a854c6'),
(39880, 5085, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:3000;s:6:\"height\";i:1080;s:4:\"file\";s:42:\"2022/04/WeekendReview4232022-mp3-image.png\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"WeekendReview4232022-mp3-image-300x108.png\";s:5:\"width\";i:300;s:6:\"height\";i:108;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"WeekendReview4232022-mp3-image-1024x369.png\";s:5:\"width\";i:1024;s:6:\"height\";i:369;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"WeekendReview4232022-mp3-image-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"WeekendReview4232022-mp3-image-768x276.png\";s:5:\"width\";i:768;s:6:\"height\";i:276;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:43:\"WeekendReview4232022-mp3-image-1536x553.png\";s:5:\"width\";i:1536;s:6:\"height\";i:553;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:43:\"WeekendReview4232022-mp3-image-2048x737.png\";s:5:\"width\";i:2048;s:6:\"height\";i:737;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"newsphere-slider-full\";a:4:{s:4:\"file\";s:43:\"WeekendReview4232022-mp3-image-1280x720.png\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"newsphere-featured\";a:4:{s:4:\"file\";s:43:\"WeekendReview4232022-mp3-image-1024x369.png\";s:5:\"width\";i:1024;s:6:\"height\";i:369;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"newsphere-medium\";a:4:{s:4:\"file\";s:42:\"WeekendReview4232022-mp3-image-720x380.png\";s:5:\"width\";i:720;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:27:\"web-stories-poster-portrait\";a:4:{s:4:\"file\";s:42:\"WeekendReview4232022-mp3-image-640x853.png\";s:5:\"width\";i:640;s:6:\"height\";i:853;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"web-stories-publisher-logo\";a:4:{s:4:\"file\";s:40:\"WeekendReview4232022-mp3-image-96x96.png\";s:5:\"width\";i:96;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"web-stories-thumbnail\";a:4:{s:4:\"file\";s:41:\"WeekendReview4232022-mp3-image-150x54.png\";s:5:\"width\";i:150;s:6:\"height\";i:54;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(39881, 5084, '_thumbnail_id', '5085'),
(39882, 5084, '_wp_attachment_metadata', 'a:22:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:2;s:11:\"sample_rate\";i:44100;s:7:\"bitrate\";d:128001.51950565813;s:11:\"channelmode\";s:6:\"stereo\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR128\";s:17:\"compression_ratio\";d:0.09070402459301172;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:37976930;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:2193;s:16:\"length_formatted\";s:5:\"36:33\";s:5:\"album\";s:5:\"S2 E1\";s:6:\"artist\";s:15:\"IAMC TV Podcast\";s:4:\"band\";s:15:\"IAMC TV Podcast\";s:16:\"encoder_settings\";s:13:\"Lavf58.29.100\";s:5:\"genre\";s:4:\"News\";s:5:\"title\";s:37:\"IAMC TV Weekend Review-April 23, 2022\";s:4:\"year\";s:4:\"2022\";s:5:\"image\";a:3:{s:4:\"mime\";s:9:\"image/png\";s:5:\"width\";i:3000;s:6:\"height\";i:1080;}}'),
(39884, 5083, '_wpas_done_all', '1'),
(39885, 5083, '_edit_last', '1'),
(39886, 5083, '_b2s_post_meta', 'a:7:{s:8:\"og_title\";s:29:\"Weekend Review-April 23, 2022\";s:7:\"og_desc\";s:160:\"Review of stories from Week 18, 2022; Alaafin of Oyo Oba Lamidi Adeyemi Joins His Ancestors, Cameroon and Russia Signs Arms Deal, Russia Soldier Killed in Mali,\";s:8:\"og_image\";s:77:\"https://www.iamctv.com/wp-content/uploads/2021/06/IAMCTVWeekendReviewLogo.png\";s:12:\"og_image_alt\";s:0:\"\";s:10:\"card_title\";s:29:\"Weekend Review-April 23, 2022\";s:9:\"card_desc\";s:160:\"Review of stories from Week 18, 2022; Alaafin of Oyo Oba Lamidi Adeyemi Joins His Ancestors, Cameroon and Russia Signs Arms Deal, Russia Soldier Killed in Mali,\";s:10:\"card_image\";s:77:\"https://www.iamctv.com/wp-content/uploads/2021/06/IAMCTVWeekendReviewLogo.png\";}'),
(39887, 5083, 'episode_type', 'audio'),
(39888, 5083, 'audio_file', 'https://www.iamctv.com/wp-content/uploads/2022/04/WeekendReview4232022.mp3'),
(39889, 5083, 'cover_image', ''),
(39890, 5083, 'cover_image_id', ''),
(39891, 5083, 'duration', '36:33'),
(39892, 5083, 'filesize', '36.22M'),
(39893, 5083, 'date_recorded', '2022-04-27 09:43:05'),
(39894, 5083, 'explicit', ''),
(39895, 5083, 'block', ''),
(39896, 5083, 'itunes_episode_number', '1'),
(39897, 5083, 'itunes_title', 'IAMC TV Weekend Review-April 23, 2022'),
(39898, 5083, 'itunes_season_number', '2'),
(39899, 5083, 'itunes_episode_type', 'full'),
(39900, 5083, 'filesize_raw', '37976930'),
(39901, 5083, 'enclosure', 'https://www.iamctv.com/wp-content/uploads/2022/04/WeekendReview4232022.mp3'),
(39902, 5083, '_yoast_wpseo_content_score', '60'),
(39903, 5083, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(39904, 5083, '_thumbnail_id', '5017'),
(39905, 5083, '_wp_old_slug', 'iamc-tv-weekend-review-april-23-2022'),
(39906, 5086, 'wprss_item_guid', '0985d6b3-d711-4b50-be1d-9058f74bffae'),
(39907, 5086, 'wprss_item_permalink', 'https://anchor.fm/iamc-tv-podcasts/episodes/IAMC-TV-Weekend-Review-April-23--2022-e1ho6v0'),
(39908, 5086, 'wprss_item_date', '2022-04-27T13:36:02+0000'),
(39909, 5086, 'wprss_item_enclosure', 'https://anchor.fm/s/3db9a900/podcast/play/51173792/https://d3ctxlq1ktw2nl.cloudfront.net/staging/2022-3-27/f4289e47-b643-0c45-284c-b96b4545ed95.mp3'),
(39910, 5086, 'wprss_item_enclosure_type', 'audio/mpeg'),
(39911, 5086, 'wprss_item_audio', 'https://anchor.fm/s/3db9a900/podcast/play/51173792/https://d3ctxlq1ktw2nl.cloudfront.net/staging/2022-3-27/f4289e47-b643-0c45-284c-b96b4545ed95.mp3'),
(39912, 5086, 'wprss_item_source_name', 'IAMC TV Podcast'),
(39913, 5086, 'wprss_item_source_url', 'https://www.iamctv.com/'),
(39914, 5086, 'wprss_item_author', 'International African Movie Channel (IAMC TV)'),
(39915, 5086, 'wprss_item_author_email', NULL),
(39916, 5086, 'wprss_item_author_link', NULL),
(39917, 5086, 'wprss_feed_id', '4837'),
(39918, 5086, 'wprss_images', 'a:0:{}'),
(39919, 5086, 'wprss_best_image', ''),
(39920, 5083, '_yoast_wpseo_primary_series', '32'),
(39921, 5087, 'wprss_item_guid', '0985d6b3-d711-4b50-be1d-9058f74bffae'),
(39922, 5087, 'wprss_item_permalink', 'https://anchor.fm/iamc-tv-podcasts/episodes/Weekend-Review-April-23--2022-e1ho6v0'),
(39923, 5087, 'wprss_item_date', '2022-04-27T13:36:02+0000'),
(39924, 5087, 'wprss_item_enclosure', 'https://anchor.fm/s/3db9a900/podcast/play/51173792/https://d3ctxlq1ktw2nl.cloudfront.net/staging/2022-3-27/f4289e47-b643-0c45-284c-b96b4545ed95.mp3'),
(39925, 5087, 'wprss_item_enclosure_type', 'audio/mpeg'),
(39926, 5087, 'wprss_item_audio', 'https://anchor.fm/s/3db9a900/podcast/play/51173792/https://d3ctxlq1ktw2nl.cloudfront.net/staging/2022-3-27/f4289e47-b643-0c45-284c-b96b4545ed95.mp3'),
(39927, 5087, 'wprss_item_source_name', 'IAMC TV Podcast'),
(39928, 5087, 'wprss_item_source_url', 'https://www.iamctv.com/'),
(39929, 5087, 'wprss_item_author', 'International African Movie Channel (IAMC TV)'),
(39930, 5087, 'wprss_item_author_email', NULL),
(39931, 5087, 'wprss_item_author_link', NULL),
(39932, 5087, 'wprss_feed_id', '4837'),
(39933, 5087, 'wprss_images', 'a:0:{}'),
(39934, 5087, 'wprss_best_image', ''),
(39935, 5088, 'wprss_item_guid', '7325cfd7-4fff-4db9-b36c-881f4e6c3a85'),
(39936, 5088, 'wprss_item_permalink', 'https://anchor.fm/iamc-tv-podcasts/episodes/Weekend-Review-April-23--2022-e1hp8dl'),
(39937, 5088, 'wprss_item_date', '2022-04-28T02:33:22+0000'),
(39938, 5088, 'wprss_item_enclosure', 'https://anchor.fm/s/3db9a900/podcast/play/51208053/https://d3ctxlq1ktw2nl.cloudfront.net/staging/2022-3-28/262231956-44100-2-8bd97a39ef347.mp3'),
(39939, 5088, 'wprss_item_enclosure_type', 'audio/mpeg'),
(39940, 5088, 'wprss_item_audio', 'https://anchor.fm/s/3db9a900/podcast/play/51208053/https://d3ctxlq1ktw2nl.cloudfront.net/staging/2022-3-28/262231956-44100-2-8bd97a39ef347.mp3'),
(39941, 5088, 'wprss_item_source_name', 'IAMC TV Podcast'),
(39942, 5088, 'wprss_item_source_url', 'https://www.iamctv.com/'),
(39943, 5088, 'wprss_item_author', 'International African Movie Channel (IAMC TV)'),
(39944, 5088, 'wprss_item_author_email', NULL),
(39945, 5088, 'wprss_item_author_link', NULL),
(39946, 5088, 'wprss_feed_id', '4837'),
(39947, 5088, 'wprss_images', 'a:0:{}'),
(39948, 5088, 'wprss_best_image', ''),
(39949, 5089, '_edit_lock', '1651115867:1'),
(39950, 5089, '_last_editor_used_jetpack', 'block-editor'),
(39951, 5089, '_oembed_d15ee2aeb9b3c3670dae6624a6ad9991', '{{unknown}}'),
(39952, 5089, '_oembed_3eb92faf6e4c8a05f799a77d7a4dd2d0', '{{unknown}}'),
(39956, 5089, '_wpas_done_all', '1'),
(39957, 5089, '_edit_last', '1'),
(40074, 5099, '_edit_last', '1'),
(39960, 5089, '_b2s_post_meta', 'a:7:{s:8:\"og_title\";s:37:\"[Video] Weekend Review-April 23, 2022\";s:7:\"og_desc\";s:160:\"Video review of stories from Week 18, 2022; Alaafin of Oyo Oba Lamidi Adeyemi Joins His Ancestors, Cameroon and Russia Signs Arms Deal, Russia Soldier Killed in\";s:8:\"og_image\";s:84:\"https://www.iamctv.com/wp-content/uploads/2022/04/WeekendReview4232022-mp3-image.png\";s:12:\"og_image_alt\";s:0:\"\";s:10:\"card_title\";s:37:\"[Video] Weekend Review-April 23, 2022\";s:9:\"card_desc\";s:160:\"Video review of stories from Week 18, 2022; Alaafin of Oyo Oba Lamidi Adeyemi Joins His Ancestors, Cameroon and Russia Signs Arms Deal, Russia Soldier Killed in\";s:10:\"card_image\";s:84:\"https://www.iamctv.com/wp-content/uploads/2022/04/WeekendReview4232022-mp3-image.png\";}'),
(39961, 5089, 'episode_type', 'audio'),
(39962, 5089, 'audio_file', ''),
(39963, 5089, 'cover_image', ''),
(39964, 5089, 'cover_image_id', ''),
(39965, 5089, 'duration', ''),
(39966, 5089, 'filesize', ''),
(39967, 5089, 'date_recorded', ''),
(39968, 5089, 'explicit', ''),
(39969, 5089, 'block', ''),
(39970, 5089, 'itunes_episode_number', ''),
(39971, 5089, 'itunes_title', ''),
(39972, 5089, 'itunes_season_number', ''),
(39973, 5089, 'itunes_episode_type', ''),
(39974, 5089, 'newsphere-meta-content-alignment', 'align-content-left'),
(39975, 5089, '_yoast_wpseo_content_score', '60'),
(39976, 5089, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(40073, 5099, '_thumbnail_id', '5085'),
(39979, 5089, '_yoast_wpseo_primary_category', '38'),
(39984, 5089, '_yoast_wpseo_primary_series', '32'),
(39987, 5089, '_thumbnail_id', '5085'),
(40072, 5099, '_wpas_done_all', '1'),
(40032, 5095, '_edit_lock', '1651528264:1'),
(40066, 5099, '_edit_lock', '1651530914:1'),
(40065, 5095, '_wp_old_slug', 'burna-boy-live-at-madison-square-garden-new-york-2'),
(40068, 5100, '_wp_attached_file', '2022/05/Weekend-Review-April-30-2022.mp3'),
(40069, 5100, '_thumbnail_id', '5085'),
(40070, 5100, '_wp_attachment_metadata', 'a:22:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:2;s:11:\"sample_rate\";i:44100;s:7:\"bitrate\";d:128001.5643757503;s:11:\"channelmode\";s:6:\"stereo\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR128\";s:17:\"compression_ratio\";d:0.09070405638871194;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:37008966;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:2132;s:16:\"length_formatted\";s:5:\"35:32\";s:5:\"album\";s:5:\"S2 E2\";s:6:\"artist\";s:15:\"IAMC TV Podcast\";s:4:\"band\";s:15:\"IAMC TV Podcast\";s:16:\"encoder_settings\";s:13:\"Lavf58.29.100\";s:5:\"genre\";s:4:\"News\";s:5:\"title\";s:29:\"Weekend Review-April 30, 2022\";s:4:\"year\";s:4:\"2022\";s:5:\"image\";a:3:{s:4:\"mime\";s:9:\"image/png\";s:5:\"width\";i:3000;s:6:\"height\";i:1080;}}'),
(40067, 5099, '_last_editor_used_jetpack', 'block-editor'),
(40033, 5095, '_last_editor_used_jetpack', 'block-editor'),
(40037, 5095, '_wpas_done_all', '1'),
(40039, 5095, '_edit_last', '1'),
(40038, 5095, '_thumbnail_id', '5085'),
(40042, 5095, '_b2s_post_meta', 'a:7:{s:8:\"og_title\";s:49:\"Burna Boy: Live At Madison Square Garden New York\";s:7:\"og_desc\";s:84:\"The historical performance of Burna Boy at New York’s Madison Square Garden (MSG).\";s:8:\"og_image\";s:84:\"https://www.iamctv.com/wp-content/uploads/2022/04/WeekendReview4232022-mp3-image.png\";s:12:\"og_image_alt\";s:0:\"\";s:10:\"card_title\";s:49:\"Burna Boy: Live At Madison Square Garden New York\";s:9:\"card_desc\";s:84:\"The historical performance of Burna Boy at New York’s Madison Square Garden (MSG).\";s:10:\"card_image\";s:84:\"https://www.iamctv.com/wp-content/uploads/2022/04/WeekendReview4232022-mp3-image.png\";}'),
(40043, 5095, 'episode_type', 'audio'),
(40044, 5095, 'audio_file', ''),
(40045, 5095, 'cover_image', ''),
(40046, 5095, 'cover_image_id', ''),
(40047, 5095, 'duration', ''),
(40048, 5095, 'filesize', ''),
(40049, 5095, 'date_recorded', ''),
(40050, 5095, 'explicit', ''),
(40051, 5095, 'block', ''),
(40052, 5095, 'itunes_episode_number', ''),
(40053, 5095, 'itunes_title', ''),
(40054, 5095, 'itunes_season_number', ''),
(40055, 5095, 'itunes_episode_type', ''),
(40056, 5095, 'newsphere-meta-content-alignment', 'align-content-left'),
(40057, 5095, '_yoast_wpseo_primary_category', '35'),
(40058, 5095, '_yoast_wpseo_content_score', '90'),
(40059, 5095, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(40075, 5099, '_b2s_post_meta', 'a:7:{s:8:\"og_title\";s:29:\"Weekend Review-April 30, 2022\";s:7:\"og_desc\";s:160:\"Weekend Review of stories from Week 19, 2022; Dozens Killed in Violence in South Sudan, Burna Boy Shuts Down Madison Square Garden, Over 100 People Killed in Il\";s:8:\"og_image\";s:84:\"https://www.iamctv.com/wp-content/uploads/2022/04/WeekendReview4232022-mp3-image.png\";s:12:\"og_image_alt\";s:0:\"\";s:10:\"card_title\";s:29:\"Weekend Review-April 30, 2022\";s:9:\"card_desc\";s:160:\"Weekend Review of stories from Week 19, 2022; Dozens Killed in Violence in South Sudan, Burna Boy Shuts Down Madison Square Garden, Over 100 People Killed in Il\";s:10:\"card_image\";s:84:\"https://www.iamctv.com/wp-content/uploads/2022/04/WeekendReview4232022-mp3-image.png\";}'),
(40076, 5099, 'episode_type', 'audio'),
(40077, 5099, 'audio_file', 'https://www.iamctv.com/wp-content/uploads/2022/05/Weekend-Review-April-30-2022.mp3'),
(40078, 5099, 'cover_image', ''),
(40079, 5099, 'cover_image_id', ''),
(40080, 5099, 'duration', '35:32'),
(40081, 5099, 'filesize', '35.29M'),
(40082, 5099, 'date_recorded', '2022-05-02 18:33:22'),
(40083, 5099, 'explicit', 'on'),
(40084, 5099, 'block', ''),
(40085, 5099, 'itunes_episode_number', '2'),
(40086, 5099, 'itunes_title', 'Weekend Review'),
(40087, 5099, 'itunes_season_number', '2'),
(40088, 5099, 'itunes_episode_type', 'full'),
(40089, 5099, 'filesize_raw', '37008966'),
(40090, 5099, 'enclosure', 'https://www.iamctv.com/wp-content/uploads/2022/05/Weekend-Review-April-30-2022.mp3'),
(40091, 5099, '_yoast_wpseo_content_score', '60'),
(40092, 5099, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(40093, 5099, '_yoast_wpseo_primary_series', '32'),
(40094, 5101, '_edit_lock', '1651544357:1'),
(40095, 5101, '_last_editor_used_jetpack', 'block-editor'),
(40099, 5101, '_wpas_done_all', '1'),
(40101, 5101, '_edit_last', '1'),
(40100, 5101, '_thumbnail_id', '5085'),
(40104, 5101, '_b2s_post_meta', 'a:7:{s:8:\"og_title\";s:37:\"[Video] Weekend Review-April 30, 2022\";s:7:\"og_desc\";s:160:\"Weekend Review of stories from Week 19, 2022; Dozens Killed in Violence in South Sudan, Burna Boy Shuts Down Madison Square Garden, Over 100 People Killed in Il\";s:8:\"og_image\";s:84:\"https://www.iamctv.com/wp-content/uploads/2022/04/WeekendReview4232022-mp3-image.png\";s:12:\"og_image_alt\";s:0:\"\";s:10:\"card_title\";s:37:\"[Video] Weekend Review-April 30, 2022\";s:9:\"card_desc\";s:160:\"Weekend Review of stories from Week 19, 2022; Dozens Killed in Violence in South Sudan, Burna Boy Shuts Down Madison Square Garden, Over 100 People Killed in Il\";s:10:\"card_image\";s:84:\"https://www.iamctv.com/wp-content/uploads/2022/04/WeekendReview4232022-mp3-image.png\";}'),
(40105, 5101, 'episode_type', 'audio'),
(40106, 5101, 'audio_file', ''),
(40107, 5101, 'cover_image', ''),
(40108, 5101, 'cover_image_id', ''),
(40109, 5101, 'duration', ''),
(40110, 5101, 'filesize', ''),
(40111, 5101, 'date_recorded', ''),
(40112, 5101, 'explicit', ''),
(40113, 5101, 'block', ''),
(40114, 5101, 'itunes_episode_number', ''),
(40115, 5101, 'itunes_title', ''),
(40116, 5101, 'itunes_season_number', ''),
(40117, 5101, 'itunes_episode_type', ''),
(40118, 5101, 'newsphere-meta-content-alignment', 'align-content-left'),
(40119, 5101, '_yoast_wpseo_primary_category', '38'),
(40120, 5101, '_yoast_wpseo_content_score', '60'),
(40121, 5101, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(40125, 5105, 'wprss_item_guid', 'eb84e752-4e5f-4456-9ba6-37b74b180ae6'),
(40124, 5101, '_wp_old_slug', 'video-weekend-review-april-30-0222'),
(40126, 5105, 'wprss_item_permalink', 'https://anchor.fm/iamc-tv-podcasts/episodes/Weekend-Review-April-30--2022-e1i06nn'),
(40127, 5105, 'wprss_item_date', '2022-05-03T02:12:04+0000'),
(40128, 5105, 'wprss_item_enclosure', 'https://production-origin.anchor.fm/s/3db9a900/podcast/play/51435703/https://d3ctxlq1ktw2nl.cloudfront.net/staging/2022-4-3/263213141-44100-2-31bf5ab44a439.mp3'),
(40129, 5105, 'wprss_item_enclosure_type', 'audio/mpeg'),
(40130, 5105, 'wprss_item_audio', 'https://production-origin.anchor.fm/s/3db9a900/podcast/play/51435703/https://d3ctxlq1ktw2nl.cloudfront.net/staging/2022-4-3/263213141-44100-2-31bf5ab44a439.mp3'),
(40131, 5105, 'wprss_item_source_name', 'IAMC TV Podcast'),
(40132, 5105, 'wprss_item_source_url', 'https://www.iamctv.com/'),
(40133, 5105, 'wprss_item_author', 'International African Movie Channel (IAMC TV)'),
(40134, 5105, 'wprss_item_author_email', NULL),
(40135, 5105, 'wprss_item_author_link', NULL),
(40136, 5105, 'wprss_feed_id', '4837'),
(40137, 5105, 'wprss_images', 'a:0:{}'),
(40138, 5105, 'wprss_best_image', ''),
(40140, 5107, '_edit_lock', '1652109087:1'),
(40141, 5107, '_last_editor_used_jetpack', 'block-editor'),
(40142, 5108, '_wp_attached_file', '2022/05/Weekend-Review-May-7-2022.mp3'),
(40143, 5108, '_thumbnail_id', '5085'),
(40144, 5108, '_wp_attachment_metadata', 'a:22:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:2;s:11:\"sample_rate\";i:44100;s:7:\"bitrate\";d:128001.68817179392;s:11:\"channelmode\";s:6:\"stereo\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR128\";s:17:\"compression_ratio\";d:0.09070414411266577;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:34463588;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:1973;s:16:\"length_formatted\";s:5:\"32:53\";s:5:\"album\";s:5:\"S2 E3\";s:6:\"artist\";s:15:\"IAMC TV Podcast\";s:4:\"band\";s:15:\"IAMC TV Podcast\";s:16:\"encoder_settings\";s:13:\"Lavf58.29.100\";s:5:\"genre\";s:4:\"News\";s:5:\"title\";s:26:\"Weekend Review-May 7, 2022\";s:4:\"year\";s:4:\"2022\";s:5:\"image\";a:3:{s:4:\"mime\";s:9:\"image/png\";s:5:\"width\";i:3000;s:6:\"height\";i:1080;}}'),
(40146, 5107, '_wpas_done_all', '1'),
(40147, 5107, '_edit_last', '1'),
(40148, 5107, '_b2s_post_meta', 'a:7:{s:8:\"og_title\";s:26:\"Weekend Review-May 7, 2022\";s:7:\"og_desc\";s:160:\"Weekend Review of stories from Week 20, 2022; Arthur Nzeribe Dies, Miners Trapped Inside Mine in Burkina Faso Awaits Rescue, 76 people arrested after police and\";s:8:\"og_image\";s:84:\"https://www.iamctv.com/wp-content/uploads/2022/04/WeekendReview4232022-mp3-image.png\";s:12:\"og_image_alt\";s:0:\"\";s:10:\"card_title\";s:26:\"Weekend Review-May 7, 2022\";s:9:\"card_desc\";s:160:\"Weekend Review of stories from Week 20, 2022; Arthur Nzeribe Dies, Miners Trapped Inside Mine in Burkina Faso Awaits Rescue, 76 people arrested after police and\";s:10:\"card_image\";s:84:\"https://www.iamctv.com/wp-content/uploads/2022/04/WeekendReview4232022-mp3-image.png\";}'),
(40149, 5107, 'episode_type', 'audio'),
(40150, 5107, 'audio_file', 'https://www.iamctv.com/wp-content/uploads/2022/05/Weekend-Review-May-7-2022.mp3'),
(40151, 5107, 'cover_image', ''),
(40152, 5107, 'cover_image_id', ''),
(40153, 5107, 'duration', '32:53'),
(40154, 5107, 'filesize', '32.87M'),
(40155, 5107, 'date_recorded', '2022-05-09 11:09:23'),
(40156, 5107, 'explicit', 'on'),
(40157, 5107, 'block', ''),
(40158, 5107, 'itunes_episode_number', '3'),
(40159, 5107, 'itunes_title', 'Weekend Review'),
(40160, 5107, 'itunes_season_number', '2'),
(40161, 5107, 'itunes_episode_type', 'full'),
(40162, 5107, 'filesize_raw', '34463588'),
(40163, 5107, 'enclosure', 'https://www.iamctv.com/wp-content/uploads/2022/05/Weekend-Review-May-7-2022.mp3'),
(40164, 5107, '_yoast_wpseo_primary_series', '32'),
(40165, 5107, '_yoast_wpseo_content_score', '60'),
(40166, 5107, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(40167, 5107, '_thumbnail_id', '5085'),
(40168, 5109, '_edit_lock', '1652122728:1'),
(40169, 5109, '_last_editor_used_jetpack', 'block-editor'),
(40170, 5110, 'wprss_item_guid', '180de789-0418-4f76-b7a1-a28be64d4d23'),
(40171, 5110, 'wprss_item_permalink', 'https://anchor.fm/iamc-tv-podcasts/episodes/Weekend-Review-May-7--2022-e1i9t0r'),
(40172, 5110, 'wprss_item_date', '2022-05-09T18:16:29+0000'),
(40173, 5110, 'wprss_item_enclosure', 'https://anchor.fm/s/3db9a900/podcast/play/51753435/https://d3ctxlq1ktw2nl.cloudfront.net/staging/2022-4-9/264483506-44100-2-6d602d6d63fb5.mp3'),
(40174, 5110, 'wprss_item_enclosure_type', 'audio/mpeg'),
(40175, 5110, 'wprss_item_audio', 'https://anchor.fm/s/3db9a900/podcast/play/51753435/https://d3ctxlq1ktw2nl.cloudfront.net/staging/2022-4-9/264483506-44100-2-6d602d6d63fb5.mp3'),
(40176, 5110, 'wprss_item_source_name', 'IAMC TV Podcast'),
(40177, 5110, 'wprss_item_source_url', 'https://www.iamctv.com/'),
(40178, 5110, 'wprss_item_author', 'International African Movie Channel (IAMC TV)'),
(40179, 5110, 'wprss_item_author_email', NULL),
(40180, 5110, 'wprss_item_author_link', NULL),
(40181, 5110, 'wprss_feed_id', '4837'),
(40182, 5110, 'wprss_images', 'a:0:{}'),
(40183, 5110, 'wprss_best_image', ''),
(40184, 5111, '_wp_attached_file', '2022/05/mq2.jpg'),
(40185, 5111, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:320;s:6:\"height\";i:180;s:4:\"file\";s:15:\"2022/05/mq2.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"mq2-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"mq2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"web-stories-publisher-logo\";a:4:{s:4:\"file\";s:13:\"mq2-96x96.jpg\";s:5:\"width\";i:96;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"web-stories-thumbnail\";a:4:{s:4:\"file\";s:14:\"mq2-150x84.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:84;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(40189, 5109, '_wpas_done_all', '1'),
(40191, 5109, '_edit_last', '1'),
(40190, 5109, '_thumbnail_id', '5113'),
(40212, 5113, '_wp_attached_file', '2022/05/WeekendReview57.png'),
(40194, 5109, '_b2s_post_meta', 'a:7:{s:8:\"og_title\";s:34:\"[Video] Weekend Review-May 7, 2022\";s:7:\"og_desc\";s:160:\"Weekend Review of stories from Week 20, 2022; Arthur Nzeribe Dies, Miners Trapped Inside Mine in Burkina Faso Awaits Rescue, 76 people arrested after police and\";s:8:\"og_image\";s:69:\"https://www.iamctv.com/wp-content/uploads/2022/05/WeekendReview57.png\";s:12:\"og_image_alt\";s:0:\"\";s:10:\"card_title\";s:34:\"[Video] Weekend Review-May 7, 2022\";s:9:\"card_desc\";s:160:\"Weekend Review of stories from Week 20, 2022; Arthur Nzeribe Dies, Miners Trapped Inside Mine in Burkina Faso Awaits Rescue, 76 people arrested after police and\";s:10:\"card_image\";s:69:\"https://www.iamctv.com/wp-content/uploads/2022/05/WeekendReview57.png\";}'),
(40195, 5109, 'episode_type', 'video'),
(40196, 5109, 'audio_file', ''),
(40197, 5109, 'cover_image', ''),
(40198, 5109, 'cover_image_id', ''),
(40199, 5109, 'duration', ''),
(40200, 5109, 'filesize', ''),
(40201, 5109, 'date_recorded', ''),
(40202, 5109, 'explicit', ''),
(40203, 5109, 'block', ''),
(40204, 5109, 'itunes_episode_number', ''),
(40205, 5109, 'itunes_title', ''),
(40206, 5109, 'itunes_season_number', ''),
(40207, 5109, 'itunes_episode_type', ''),
(40208, 5109, 'newsphere-meta-content-alignment', 'align-content-left'),
(40209, 5109, '_yoast_wpseo_primary_category', '38'),
(40210, 5109, '_yoast_wpseo_content_score', '60'),
(40211, 5109, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(40213, 5113, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2349;s:6:\"height\";i:1032;s:4:\"file\";s:27:\"2022/05/WeekendReview57.png\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"WeekendReview57-300x132.png\";s:5:\"width\";i:300;s:6:\"height\";i:132;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"WeekendReview57-1024x450.png\";s:5:\"width\";i:1024;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"WeekendReview57-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"WeekendReview57-768x337.png\";s:5:\"width\";i:768;s:6:\"height\";i:337;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:28:\"WeekendReview57-1536x675.png\";s:5:\"width\";i:1536;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:28:\"WeekendReview57-2048x900.png\";s:5:\"width\";i:2048;s:6:\"height\";i:900;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"newsphere-slider-full\";a:4:{s:4:\"file\";s:28:\"WeekendReview57-1280x720.png\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"newsphere-featured\";a:4:{s:4:\"file\";s:28:\"WeekendReview57-1024x450.png\";s:5:\"width\";i:1024;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"newsphere-medium\";a:4:{s:4:\"file\";s:27:\"WeekendReview57-720x380.png\";s:5:\"width\";i:720;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:27:\"web-stories-poster-portrait\";a:4:{s:4:\"file\";s:27:\"WeekendReview57-640x853.png\";s:5:\"width\";i:640;s:6:\"height\";i:853;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"web-stories-publisher-logo\";a:4:{s:4:\"file\";s:25:\"WeekendReview57-96x96.png\";s:5:\"width\";i:96;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"web-stories-thumbnail\";a:4:{s:4:\"file\";s:26:\"WeekendReview57-150x66.png\";s:5:\"width\";i:150;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(40218, 5115, '_edit_lock', '1652758400:1'),
(40219, 5115, '_last_editor_used_jetpack', 'block-editor'),
(40220, 5116, '_wp_attached_file', '2022/05/Weekend-Review-May-14-2022.mp3'),
(40221, 5116, '_thumbnail_id', '5085'),
(40222, 5116, '_wp_attachment_metadata', 'a:22:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:2;s:11:\"sample_rate\";i:44100;s:7:\"bitrate\";d:128001.57805408881;s:11:\"channelmode\";s:6:\"stereo\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR128\";s:17:\"compression_ratio\";d:0.09070406608141214;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:36688387;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:2112;s:16:\"length_formatted\";s:5:\"35:12\";s:5:\"album\";s:5:\"S2 E4\";s:6:\"artist\";s:15:\"IAMC TV Podcast\";s:4:\"band\";s:15:\"IAMC TV Podcast\";s:16:\"encoder_settings\";s:13:\"Lavf58.29.100\";s:5:\"genre\";s:4:\"News\";s:5:\"title\";s:27:\"Weekend Review-May 14, 2022\";s:4:\"year\";s:4:\"2022\";s:5:\"image\";a:3:{s:4:\"mime\";s:9:\"image/png\";s:5:\"width\";i:3000;s:6:\"height\";i:1080;}}'),
(40224, 5115, '_wpas_done_all', '1'),
(40225, 5115, '_thumbnail_id', '5085'),
(40226, 5115, '_edit_last', '1'),
(40227, 5115, '_b2s_post_meta', 'a:7:{s:8:\"og_title\";s:27:\"Weekend Review-May 14, 2022\";s:7:\"og_desc\";s:160:\"Weekend Review of stories from Week 21, 2022; Zimbabwe suspends bank lending, Gunmen kill 7 Nigerian soldiers in ambush on army, Sankara assassination suspects \";s:8:\"og_image\";s:84:\"https://www.iamctv.com/wp-content/uploads/2022/04/WeekendReview4232022-mp3-image.png\";s:12:\"og_image_alt\";s:0:\"\";s:10:\"card_title\";s:27:\"Weekend Review-May 14, 2022\";s:9:\"card_desc\";s:160:\"Weekend Review of stories from Week 21, 2022; Zimbabwe suspends bank lending, Gunmen kill 7 Nigerian soldiers in ambush on army, Sankara assassination suspects \";s:10:\"card_image\";s:84:\"https://www.iamctv.com/wp-content/uploads/2022/04/WeekendReview4232022-mp3-image.png\";}'),
(40228, 5115, 'episode_type', 'audio'),
(40229, 5115, 'audio_file', 'https://www.iamctv.com/wp-content/uploads/2022/05/Weekend-Review-May-14-2022.mp3'),
(40230, 5115, 'cover_image', ''),
(40231, 5115, 'cover_image_id', ''),
(40232, 5115, 'duration', '35:12'),
(40233, 5115, 'filesize', '34.99M'),
(40234, 5115, 'date_recorded', '2022-05-16 23:33:13'),
(40235, 5115, 'explicit', 'on'),
(40236, 5115, 'block', ''),
(40237, 5115, 'itunes_episode_number', '4'),
(40238, 5115, 'itunes_title', 'Weekend Review'),
(40239, 5115, 'itunes_season_number', '2'),
(40240, 5115, 'itunes_episode_type', 'full'),
(40241, 5115, 'filesize_raw', '36688387'),
(40242, 5115, 'enclosure', 'https://www.iamctv.com/wp-content/uploads/2022/05/Weekend-Review-May-14-2022.mp3'),
(40243, 5115, '_yoast_wpseo_primary_series', '32'),
(40244, 5115, '_yoast_wpseo_content_score', '60'),
(40245, 5115, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(40246, 5117, '_edit_lock', '1652758996:1'),
(40247, 5117, '_last_editor_used_jetpack', 'block-editor'),
(40251, 5117, '_wpas_done_all', '1'),
(40252, 5117, '_edit_last', '1'),
(40253, 5117, '_b2s_post_meta', 'a:7:{s:8:\"og_title\";s:35:\"[Video] Weekend Review-May 14, 2022\";s:7:\"og_desc\";s:160:\"Weekend Review of stories from Week 21, 2022; Zimbabwe suspends bank lending, Gunmen kill 7 Nigerian soldiers in ambush on army, Sankara assassination suspects \";s:8:\"og_image\";s:70:\"https://www.iamctv.com/wp-content/uploads/2022/05/WeekendReview514.jpg\";s:12:\"og_image_alt\";s:0:\"\";s:10:\"card_title\";s:35:\"[Video] Weekend Review-May 14, 2022\";s:9:\"card_desc\";s:160:\"Weekend Review of stories from Week 21, 2022; Zimbabwe suspends bank lending, Gunmen kill 7 Nigerian soldiers in ambush on army, Sankara assassination suspects \";s:10:\"card_image\";s:70:\"https://www.iamctv.com/wp-content/uploads/2022/05/WeekendReview514.jpg\";}'),
(40254, 5117, 'episode_type', 'audio'),
(40255, 5117, 'audio_file', ''),
(40256, 5117, 'cover_image', ''),
(40257, 5117, 'cover_image_id', ''),
(40258, 5117, 'duration', ''),
(40259, 5117, 'filesize', ''),
(40260, 5117, 'date_recorded', ''),
(40261, 5117, 'explicit', ''),
(40262, 5117, 'block', ''),
(40263, 5117, 'itunes_episode_number', ''),
(40264, 5117, 'itunes_title', ''),
(40265, 5117, 'itunes_season_number', ''),
(40266, 5117, 'itunes_episode_type', ''),
(40267, 5117, 'newsphere-meta-content-alignment', 'align-content-left'),
(40268, 5117, '_yoast_wpseo_primary_category', '38'),
(40269, 5117, '_yoast_wpseo_content_score', '60'),
(40270, 5117, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(40275, 5117, '_thumbnail_id', '5120'),
(40273, 5120, '_wp_attached_file', '2022/05/WeekendReview514.jpg'),
(40274, 5120, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2349;s:6:\"height\";i:1032;s:4:\"file\";s:28:\"2022/05/WeekendReview514.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"WeekendReview514-300x132.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:132;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"WeekendReview514-1024x450.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"WeekendReview514-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"WeekendReview514-768x337.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:337;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:29:\"WeekendReview514-1536x675.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:29:\"WeekendReview514-2048x900.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"newsphere-slider-full\";a:4:{s:4:\"file\";s:29:\"WeekendReview514-1280x720.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"newsphere-featured\";a:4:{s:4:\"file\";s:29:\"WeekendReview514-1024x450.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"newsphere-medium\";a:4:{s:4:\"file\";s:28:\"WeekendReview514-720x380.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"web-stories-poster-portrait\";a:4:{s:4:\"file\";s:28:\"WeekendReview514-640x853.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"web-stories-publisher-logo\";a:4:{s:4:\"file\";s:26:\"WeekendReview514-96x96.jpg\";s:5:\"width\";i:96;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"web-stories-thumbnail\";a:4:{s:4:\"file\";s:27:\"WeekendReview514-150x66.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1652829739\";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:{}}}'),
(40280, 5121, 'wprss_item_guid', 'ecfb40b2-10e8-47d3-b7e1-d40b37baaed0'),
(40281, 5121, 'wprss_item_permalink', 'https://anchor.fm/iamc-tv-podcasts/episodes/Weekend-Review-May-14--2022-e1ikojd'),
(40282, 5121, 'wprss_item_date', '2022-05-17T03:30:14+0000'),
(40283, 5121, 'wprss_item_enclosure', 'https://anchor.fm/s/3db9a900/podcast/play/52109357/https://d3ctxlq1ktw2nl.cloudfront.net/staging/2022-4-17/266027080-44100-2-0455b810fcf52.mp3'),
(40284, 5121, 'wprss_item_enclosure_type', 'audio/mpeg'),
(40285, 5121, 'wprss_item_audio', 'https://anchor.fm/s/3db9a900/podcast/play/52109357/https://d3ctxlq1ktw2nl.cloudfront.net/staging/2022-4-17/266027080-44100-2-0455b810fcf52.mp3'),
(40286, 5121, 'wprss_item_source_name', 'IAMC TV Podcast'),
(40287, 5121, 'wprss_item_source_url', 'https://www.iamctv.com/'),
(40288, 5121, 'wprss_item_author', 'International African Movie Channel (IAMC TV)'),
(40289, 5121, 'wprss_item_author_email', NULL),
(40290, 5121, 'wprss_item_author_link', NULL),
(40291, 5121, 'wprss_feed_id', '4837'),
(40292, 5121, 'wprss_images', 'a:0:{}'),
(40293, 5121, 'wprss_best_image', ''),
(40294, 5122, '_edit_lock', '1652822120:1'),
(40295, 5122, '_last_editor_used_jetpack', 'block-editor'),
(40299, 5122, '_wpas_done_all', '1'),
(40300, 5122, '_edit_last', '1'),
(40321, 5124, '_wp_attached_file', '2022/05/MilIncursion.jpg'),
(40303, 5122, '_b2s_post_meta', 'a:7:{s:8:\"og_title\";s:81:\"[Video] Bob-Manuel Umoru-Need For a Military Incursion into the Nigeria Democracy\";s:7:\"og_desc\";s:160:\"Nigerian youth Comrade Bob-Manuel Umoru passionately laments the insecurity, lack of integrity, and lack of leadership in the Nigeria polity and highlights the \";s:8:\"og_image\";s:66:\"https://www.iamctv.com/wp-content/uploads/2022/05/MilIncursion.jpg\";s:12:\"og_image_alt\";s:0:\"\";s:10:\"card_title\";s:81:\"[Video] Bob-Manuel Umoru-Need For a Military Incursion into the Nigeria Democracy\";s:9:\"card_desc\";s:160:\"Nigerian youth Comrade Bob-Manuel Umoru passionately laments the insecurity, lack of integrity, and lack of leadership in the Nigeria polity and highlights the \";s:10:\"card_image\";s:66:\"https://www.iamctv.com/wp-content/uploads/2022/05/MilIncursion.jpg\";}'),
(40304, 5122, 'episode_type', 'audio'),
(40305, 5122, 'audio_file', ''),
(40306, 5122, 'cover_image', ''),
(40307, 5122, 'cover_image_id', ''),
(40308, 5122, 'duration', ''),
(40309, 5122, 'filesize', ''),
(40310, 5122, 'date_recorded', ''),
(40311, 5122, 'explicit', ''),
(40312, 5122, 'block', ''),
(40313, 5122, 'itunes_episode_number', ''),
(40314, 5122, 'itunes_title', ''),
(40315, 5122, 'itunes_season_number', ''),
(40316, 5122, 'itunes_episode_type', ''),
(40317, 5122, 'newsphere-meta-content-alignment', 'align-content-left'),
(40318, 5122, '_yoast_wpseo_primary_category', '29'),
(40319, 5122, '_yoast_wpseo_content_score', '60'),
(40320, 5122, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(40322, 5124, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:350;s:4:\"file\";s:24:\"2022/05/MilIncursion.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"MilIncursion-300x105.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"MilIncursion-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"MilIncursion-768x269.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"newsphere-medium\";a:4:{s:4:\"file\";s:24:\"MilIncursion-720x350.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"web-stories-poster-portrait\";a:4:{s:4:\"file\";s:24:\"MilIncursion-640x350.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"web-stories-publisher-logo\";a:4:{s:4:\"file\";s:22:\"MilIncursion-96x96.jpg\";s:5:\"width\";i:96;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"web-stories-thumbnail\";a:4:{s:4:\"file\";s:23:\"MilIncursion-150x53.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:53;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1652869712\";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:{}}}'),
(40325, 5122, '_thumbnail_id', '5124'),
(40328, 5125, '_edit_lock', '1652834056:1'),
(40329, 5125, '_last_editor_used_jetpack', 'block-editor'),
(40333, 5125, '_wpas_done_all', '1'),
(40334, 5125, '_edit_last', '1'),
(40355, 5127, '_wp_attached_file', '2022/05/JuxtaIslam.jpg'),
(40337, 5125, '_b2s_post_meta', 'a:7:{s:8:\"og_title\";s:73:\"[Video] Juxtaposing Nigeria Islamic Doctrine versus what the Quran States\";s:7:\"og_desc\";s:160:\"In the wake of the recent killing of Deborah Samuel for blasphemy, we highlight the misinterpretation of the Quran by Nigerian Islam Clerics versus what the Qur\";s:8:\"og_image\";s:64:\"https://www.iamctv.com/wp-content/uploads/2022/05/JuxtaIslam.jpg\";s:12:\"og_image_alt\";s:0:\"\";s:10:\"card_title\";s:73:\"[Video] Juxtaposing Nigeria Islamic Doctrine versus what the Quran States\";s:9:\"card_desc\";s:160:\"In the wake of the recent killing of Deborah Samuel for blasphemy, we highlight the misinterpretation of the Quran by Nigerian Islam Clerics versus what the Qur\";s:10:\"card_image\";s:64:\"https://www.iamctv.com/wp-content/uploads/2022/05/JuxtaIslam.jpg\";}'),
(40338, 5125, 'episode_type', 'audio'),
(40339, 5125, 'audio_file', ''),
(40340, 5125, 'cover_image', ''),
(40341, 5125, 'cover_image_id', ''),
(40342, 5125, 'duration', ''),
(40343, 5125, 'filesize', ''),
(40344, 5125, 'date_recorded', ''),
(40345, 5125, 'explicit', ''),
(40346, 5125, 'block', ''),
(40347, 5125, 'itunes_episode_number', ''),
(40348, 5125, 'itunes_title', ''),
(40349, 5125, 'itunes_season_number', ''),
(40350, 5125, 'itunes_episode_type', ''),
(40351, 5125, 'newsphere-meta-content-alignment', 'align-content-left'),
(40352, 5125, '_yoast_wpseo_primary_category', '29'),
(40353, 5125, '_yoast_wpseo_content_score', '60'),
(40354, 5125, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(40356, 5127, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:350;s:4:\"file\";s:22:\"2022/05/JuxtaIslam.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"JuxtaIslam-300x105.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"JuxtaIslam-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"JuxtaIslam-768x269.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"newsphere-medium\";a:4:{s:4:\"file\";s:22:\"JuxtaIslam-720x350.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"web-stories-poster-portrait\";a:4:{s:4:\"file\";s:22:\"JuxtaIslam-640x350.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"web-stories-publisher-logo\";a:4:{s:4:\"file\";s:20:\"JuxtaIslam-96x96.jpg\";s:5:\"width\";i:96;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"web-stories-thumbnail\";a:4:{s:4:\"file\";s:21:\"JuxtaIslam-150x53.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:53;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1652893574\";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:{}}}'),
(40359, 5125, '_thumbnail_id', '5127'),
(40362, 5129, '_edit_lock', '1654124771:1'),
(40363, 5129, '_last_editor_used_jetpack', 'block-editor'),
(40364, 5130, '_wp_attached_file', '2022/06/juiban2.jpg'),
(40365, 5130, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:19:\"2022/06/juiban2.jpg\";s:8:\"filesize\";i:151686;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"juiban2-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11079;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"juiban2-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67348;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"juiban2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7445;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"juiban2-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44776;}s:18:\"newsphere-featured\";a:5:{s:4:\"file\";s:20:\"juiban2-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67348;}s:16:\"newsphere-medium\";a:5:{s:4:\"file\";s:19:\"juiban2-720x380.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39067;}s:27:\"web-stories-poster-portrait\";a:5:{s:4:\"file\";s:19:\"juiban2-640x720.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83611;}s:26:\"web-stories-publisher-logo\";a:5:{s:4:\"file\";s:17:\"juiban2-96x96.jpg\";s:5:\"width\";i:96;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3869;}s:21:\"web-stories-thumbnail\";a:5:{s:4:\"file\";s:18:\"juiban2-150x84.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:84;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4035;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(40369, 5129, '_wpas_done_all', '1'),
(40371, 5129, '_edit_last', '1'),
(40370, 5129, '_thumbnail_id', '5130'),
(40374, 5129, '_b2s_post_meta', 'a:7:{s:8:\"og_title\";s:128:\"The Unexpected and Shocking Death of Professor Joseph Ighietseme: My Elergy-Chief Mike Ozekhome SAN, OFR, LLM, PHD, FCiIARB, LLD\";s:7:\"og_desc\";s:160:\"Professor Joseph U. Igietseme\n\n\n\nShock underestimates my deep anguish and sorrow. Devastation underpins my present state of mind.Melancholy overwhelms me. Words\";s:8:\"og_image\";s:61:\"https://www.iamctv.com/wp-content/uploads/2022/06/juiban2.jpg\";s:12:\"og_image_alt\";s:0:\"\";s:10:\"card_title\";s:128:\"The Unexpected and Shocking Death of Professor Joseph Ighietseme: My Elergy-Chief Mike Ozekhome SAN, OFR, LLM, PHD, FCiIARB, LLD\";s:9:\"card_desc\";s:160:\"Professor Joseph U. Igietseme\n\n\n\nShock underestimates my deep anguish and sorrow. Devastation underpins my present state of mind.Melancholy overwhelms me. Words\";s:10:\"card_image\";s:61:\"https://www.iamctv.com/wp-content/uploads/2022/06/juiban2.jpg\";}'),
(40375, 5129, 'episode_type', 'audio'),
(40376, 5129, 'audio_file', ''),
(40377, 5129, 'cover_image', ''),
(40378, 5129, 'cover_image_id', ''),
(40379, 5129, 'duration', ''),
(40380, 5129, 'filesize', ''),
(40381, 5129, 'date_recorded', ''),
(40382, 5129, 'explicit', ''),
(40383, 5129, 'block', ''),
(40384, 5129, 'itunes_episode_number', ''),
(40385, 5129, 'itunes_title', ''),
(40386, 5129, 'itunes_season_number', ''),
(40387, 5129, 'itunes_episode_type', ''),
(40388, 5129, 'newsphere-meta-content-alignment', 'align-content-left'),
(40389, 5129, '_yoast_wpseo_primary_category', '22'),
(40390, 5129, '_yoast_wpseo_content_score', '30'),
(40391, 5129, '_yoast_wpseo_estimated-reading-time-minutes', '6'),
(40394, 5134, '_wp_attached_file', '2022/06/juiban1.jpg');
INSERT INTO `iamc_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(40395, 5134, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:19:\"2022/06/juiban1.jpg\";s:8:\"filesize\";i:140306;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"juiban1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11597;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"juiban1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68857;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"juiban1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7533;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"juiban1-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47710;}s:18:\"newsphere-featured\";a:5:{s:4:\"file\";s:20:\"juiban1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68857;}s:16:\"newsphere-medium\";a:5:{s:4:\"file\";s:19:\"juiban1-720x380.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41695;}s:27:\"web-stories-poster-portrait\";a:5:{s:4:\"file\";s:19:\"juiban1-640x720.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80779;}s:26:\"web-stories-publisher-logo\";a:5:{s:4:\"file\";s:17:\"juiban1-96x96.jpg\";s:5:\"width\";i:96;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3645;}s:21:\"web-stories-thumbnail\";a:5:{s:4:\"file\";s:18:\"juiban1-150x84.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:84;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3891;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(40398, 5136, '_wp_attached_file', '2022/06/juiban2-1.jpg'),
(40399, 5136, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:21:\"2022/06/juiban2-1.jpg\";s:8:\"filesize\";i:151686;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"juiban2-1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11079;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"juiban2-1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67348;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"juiban2-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:7445;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"juiban2-1-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44776;}s:18:\"newsphere-featured\";a:5:{s:4:\"file\";s:22:\"juiban2-1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67348;}s:16:\"newsphere-medium\";a:5:{s:4:\"file\";s:21:\"juiban2-1-720x380.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39067;}s:27:\"web-stories-poster-portrait\";a:5:{s:4:\"file\";s:21:\"juiban2-1-640x720.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83611;}s:26:\"web-stories-publisher-logo\";a:5:{s:4:\"file\";s:19:\"juiban2-1-96x96.jpg\";s:5:\"width\";i:96;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3869;}s:21:\"web-stories-thumbnail\";a:5:{s:4:\"file\";s:20:\"juiban2-1-150x84.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:84;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4035;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(40400, 5138, '_wp_attached_file', '2022/06/juiban3.jpg'),
(40401, 5138, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:19:\"2022/06/juiban3.jpg\";s:8:\"filesize\";i:172550;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"juiban3-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11283;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"juiban3-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74108;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"juiban3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6885;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"juiban3-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48930;}s:18:\"newsphere-featured\";a:5:{s:4:\"file\";s:20:\"juiban3-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74108;}s:16:\"newsphere-medium\";a:5:{s:4:\"file\";s:19:\"juiban3-720x380.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42627;}s:27:\"web-stories-poster-portrait\";a:5:{s:4:\"file\";s:19:\"juiban3-640x720.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89626;}s:26:\"web-stories-publisher-logo\";a:5:{s:4:\"file\";s:17:\"juiban3-96x96.jpg\";s:5:\"width\";i:96;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3449;}s:21:\"web-stories-thumbnail\";a:5:{s:4:\"file\";s:18:\"juiban3-150x84.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:84;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3793;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(40419, 5145, '_edit_last', '1'),
(40441, 5148, '_edit_lock', '1656176287:1'),
(40406, 5141, '_wp_attached_file', '2022/06/Mike-Ozekhome-SAN.jpg'),
(40407, 5141, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:526;s:6:\"height\";i:438;s:4:\"file\";s:29:\"2022/06/Mike-Ozekhome-SAN.jpg\";s:8:\"filesize\";i:37028;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"Mike-Ozekhome-SAN-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15129;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"Mike-Ozekhome-SAN-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6245;}s:16:\"newsphere-medium\";a:5:{s:4:\"file\";s:29:\"Mike-Ozekhome-SAN-526x380.jpg\";s:5:\"width\";i:526;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32429;}s:26:\"web-stories-publisher-logo\";a:5:{s:4:\"file\";s:27:\"Mike-Ozekhome-SAN-96x96.jpg\";s:5:\"width\";i:96;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3368;}s:21:\"web-stories-thumbnail\";a:5:{s:4:\"file\";s:29:\"Mike-Ozekhome-SAN-150x125.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5564;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(40422, 5145, '_b2s_post_meta', 'a:7:{s:8:\"og_title\";s:51:\"Celebration of Life for Professor Igietseme-5PM EST\";s:7:\"og_desc\";s:117:\"Celebration of Life ceremony for Professor Joseph Ugbodaga Igietseme at Emory Conference Center Hotel in Atlanta, GA.\";s:8:\"og_image\";s:61:\"https://www.iamctv.com/wp-content/uploads/2022/06/juiban1.jpg\";s:12:\"og_image_alt\";s:0:\"\";s:10:\"card_title\";s:51:\"Celebration of Life for Professor Igietseme-5PM EST\";s:9:\"card_desc\";s:117:\"Celebration of Life ceremony for Professor Joseph Ugbodaga Igietseme at Emory Conference Center Hotel in Atlanta, GA.\";s:10:\"card_image\";s:61:\"https://www.iamctv.com/wp-content/uploads/2022/06/juiban1.jpg\";}'),
(40412, 5145, '_edit_lock', '1656194980:1'),
(40413, 5145, '_last_editor_used_jetpack', 'block-editor'),
(40417, 5145, '_wpas_done_all', '1'),
(40418, 5145, '_thumbnail_id', '5134'),
(40423, 5145, 'episode_type', 'audio'),
(40424, 5145, 'audio_file', ''),
(40425, 5145, 'cover_image', ''),
(40426, 5145, 'cover_image_id', ''),
(40427, 5145, 'duration', ''),
(40428, 5145, 'filesize', ''),
(40429, 5145, 'date_recorded', ''),
(40430, 5145, 'explicit', ''),
(40431, 5145, 'block', ''),
(40432, 5145, 'itunes_episode_number', ''),
(40433, 5145, 'itunes_title', ''),
(40434, 5145, 'itunes_season_number', ''),
(40435, 5145, 'itunes_episode_type', ''),
(40436, 5145, 'newsphere-meta-content-alignment', 'align-content-left'),
(40437, 5145, '_yoast_wpseo_content_score', '90'),
(40438, 5145, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(40442, 5148, '_last_editor_used_jetpack', 'block-editor'),
(40446, 5148, '_wpas_done_all', '1'),
(40447, 5148, '_edit_last', '1'),
(40474, 5151, '_edit_lock', '1655728523:1'),
(40450, 5148, '_b2s_post_meta', 'a:7:{s:8:\"og_title\";s:54:\"Church Service for Professor Joseph Igietseme-11AM EST\";s:7:\"og_desc\";s:137:\"Church service for the celebration of the life of Professor Joseph Igietseme at the Corpus Christi Catholic Church in Stone Mountain, GA.\";s:8:\"og_image\";s:63:\"https://www.iamctv.com/wp-content/uploads/2022/06/juiban2-1.jpg\";s:12:\"og_image_alt\";s:0:\"\";s:10:\"card_title\";s:54:\"Church Service for Professor Joseph Igietseme-11AM EST\";s:9:\"card_desc\";s:137:\"Church service for the celebration of the life of Professor Joseph Igietseme at the Corpus Christi Catholic Church in Stone Mountain, GA.\";s:10:\"card_image\";s:63:\"https://www.iamctv.com/wp-content/uploads/2022/06/juiban2-1.jpg\";}'),
(40451, 5148, 'episode_type', 'audio'),
(40452, 5148, 'audio_file', ''),
(40453, 5148, 'cover_image', ''),
(40454, 5148, 'cover_image_id', ''),
(40455, 5148, 'duration', ''),
(40456, 5148, 'filesize', ''),
(40457, 5148, 'date_recorded', ''),
(40458, 5148, 'explicit', ''),
(40459, 5148, 'block', ''),
(40460, 5148, 'itunes_episode_number', ''),
(40461, 5148, 'itunes_title', ''),
(40462, 5148, 'itunes_season_number', ''),
(40463, 5148, 'itunes_episode_type', ''),
(40464, 5148, 'newsphere-meta-content-alignment', 'align-content-left'),
(40465, 5148, '_yoast_wpseo_primary_category', '35'),
(40466, 5148, '_yoast_wpseo_content_score', '60'),
(40467, 5148, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(40468, 5148, '_thumbnail_id', '5136'),
(40475, 5151, '_last_editor_used_jetpack', 'block-editor'),
(40473, 5145, '_yoast_wpseo_primary_category', '35'),
(40476, 5152, '_wp_attached_file', '2022/06/ObiRfE.jpg'),
(40477, 5152, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:850;s:6:\"height\";i:350;s:4:\"file\";s:18:\"2022/06/ObiRfE.jpg\";s:8:\"filesize\";i:62760;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"ObiRfE-300x124.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:124;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8073;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"ObiRfE-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5079;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"ObiRfE-768x316.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:316;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30928;}s:16:\"newsphere-medium\";a:5:{s:4:\"file\";s:18:\"ObiRfE-720x350.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34592;}s:27:\"web-stories-poster-portrait\";a:5:{s:4:\"file\";s:18:\"ObiRfE-640x350.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31363;}s:26:\"web-stories-publisher-logo\";a:5:{s:4:\"file\";s:16:\"ObiRfE-96x96.jpg\";s:5:\"width\";i:96;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2762;}s:21:\"web-stories-thumbnail\";a:5:{s:4:\"file\";s:17:\"ObiRfE-150x62.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3224;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(40481, 5151, '_wpas_done_all', '1'),
(40483, 5151, '_edit_last', '1'),
(40482, 5151, '_thumbnail_id', '5152'),
(40486, 5151, '_b2s_post_meta', 'a:7:{s:8:\"og_title\";s:28:\"Peter Obi Returns from Egypt\";s:7:\"og_desc\";s:110:\"Warm reception from supporters of Nigeria Labour Party candidate Peter Obi, as he returns to Abuja from Egypt.\";s:8:\"og_image\";s:60:\"https://www.iamctv.com/wp-content/uploads/2022/06/ObiRfE.jpg\";s:12:\"og_image_alt\";s:0:\"\";s:10:\"card_title\";s:28:\"Peter Obi Returns from Egypt\";s:9:\"card_desc\";s:110:\"Warm reception from supporters of Nigeria Labour Party candidate Peter Obi, as he returns to Abuja from Egypt.\";s:10:\"card_image\";s:60:\"https://www.iamctv.com/wp-content/uploads/2022/06/ObiRfE.jpg\";}'),
(40487, 5151, 'episode_type', 'audio'),
(40488, 5151, 'audio_file', ''),
(40489, 5151, 'cover_image', ''),
(40490, 5151, 'cover_image_id', ''),
(40491, 5151, 'duration', ''),
(40492, 5151, 'filesize', ''),
(40493, 5151, 'date_recorded', ''),
(40494, 5151, 'explicit', ''),
(40495, 5151, 'block', ''),
(40496, 5151, 'itunes_episode_number', ''),
(40497, 5151, 'itunes_title', ''),
(40498, 5151, 'itunes_season_number', ''),
(40499, 5151, 'itunes_episode_type', ''),
(40500, 5151, 'newsphere-meta-content-alignment', 'align-content-left'),
(40501, 5151, '_yoast_wpseo_primary_category', '22'),
(40502, 5151, '_yoast_wpseo_content_score', '90'),
(40503, 5151, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(40506, 5156, '_edit_lock', '1655735514:1'),
(40507, 5156, '_last_editor_used_jetpack', 'block-editor'),
(40508, 5157, '_wp_attached_file', '2022/06/BolaTinCon.jpg'),
(40509, 5157, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:850;s:6:\"height\";i:350;s:4:\"file\";s:22:\"2022/06/BolaTinCon.jpg\";s:8:\"filesize\";i:54202;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"BolaTinCon-300x124.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:124;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7203;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"BolaTinCon-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4677;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"BolaTinCon-768x316.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:316;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27374;}s:16:\"newsphere-medium\";a:5:{s:4:\"file\";s:22:\"BolaTinCon-720x350.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30271;}s:27:\"web-stories-poster-portrait\";a:5:{s:4:\"file\";s:22:\"BolaTinCon-640x350.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27650;}s:26:\"web-stories-publisher-logo\";a:5:{s:4:\"file\";s:20:\"BolaTinCon-96x96.jpg\";s:5:\"width\";i:96;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2601;}s:21:\"web-stories-thumbnail\";a:5:{s:4:\"file\";s:21:\"BolaTinCon-150x62.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2961;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(40513, 5156, '_wpas_done_all', '1'),
(40515, 5156, '_edit_last', '1'),
(40514, 5156, '_thumbnail_id', '5157'),
(40518, 5156, '_b2s_post_meta', 'a:7:{s:8:\"og_title\";s:43:\"Bola Tinubu\'s Convoy Stops Traffic in Lagos\";s:7:\"og_desc\";s:79:\"APC Presidential candidate Bola Tinubu\'s convoy causes traffic holdup in Lagos.\";s:8:\"og_image\";s:64:\"https://www.iamctv.com/wp-content/uploads/2022/06/BolaTinCon.jpg\";s:12:\"og_image_alt\";s:0:\"\";s:10:\"card_title\";s:43:\"Bola Tinubu\'s Convoy Stops Traffic in Lagos\";s:9:\"card_desc\";s:79:\"APC Presidential candidate Bola Tinubu\'s convoy causes traffic holdup in Lagos.\";s:10:\"card_image\";s:64:\"https://www.iamctv.com/wp-content/uploads/2022/06/BolaTinCon.jpg\";}'),
(40519, 5156, 'episode_type', 'audio'),
(40520, 5156, 'audio_file', ''),
(40521, 5156, 'cover_image', ''),
(40522, 5156, 'cover_image_id', ''),
(40523, 5156, 'duration', ''),
(40524, 5156, 'filesize', ''),
(40525, 5156, 'date_recorded', ''),
(40526, 5156, 'explicit', ''),
(40527, 5156, 'block', ''),
(40528, 5156, 'itunes_episode_number', ''),
(40529, 5156, 'itunes_title', ''),
(40530, 5156, 'itunes_season_number', ''),
(40531, 5156, 'itunes_episode_type', ''),
(40532, 5156, 'newsphere-meta-content-alignment', 'align-content-left'),
(40533, 5156, '_yoast_wpseo_primary_category', '22'),
(40534, 5156, '_yoast_wpseo_content_score', '90'),
(40535, 5156, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(40549, 5165, 'wprss_item_guid', '67684174-1b98-4b74-85ca-f976aba747ac'),
(40550, 5165, 'wprss_item_permalink', 'https://anchor.fm/iamc-tv-podcasts/episodes/Perspectives-Ep--1-Chief-Justice-of-Nigeria-Resigns-e1kjben'),
(40551, 5165, 'wprss_item_date', '2022-06-29T11:58:46+0000'),
(40552, 5165, 'wprss_item_enclosure', 'https://anchor.fm/s/3db9a900/podcast/play/54160279/https://d3ctxlq1ktw2nl.cloudfront.net/staging/2022-5-29/274161852-44100-2-a886724689c41.mp3'),
(40553, 5165, 'wprss_item_enclosure_type', 'audio/mpeg'),
(40554, 5165, 'wprss_item_audio', 'https://anchor.fm/s/3db9a900/podcast/play/54160279/https://d3ctxlq1ktw2nl.cloudfront.net/staging/2022-5-29/274161852-44100-2-a886724689c41.mp3'),
(40555, 5165, 'wprss_item_source_name', 'IAMC TV Podcast'),
(40556, 5165, 'wprss_item_source_url', 'https://www.iamctv.com/'),
(40557, 5165, 'wprss_item_author', 'International African Movie Channel (IAMC TV)'),
(40558, 5165, 'wprss_item_author_email', NULL),
(40559, 5165, 'wprss_item_author_link', NULL),
(40560, 5165, 'wprss_feed_id', '4837'),
(40561, 5165, 'wprss_images', 'a:0:{}'),
(40562, 5165, 'wprss_best_image', ''),
(40563, 5166, '_edit_lock', '1656513302:1'),
(40564, 5166, '_last_editor_used_jetpack', 'block-editor'),
(40565, 5167, '_wp_attached_file', '2022/06/PerspE1Ban.jpg'),
(40566, 5167, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:750;s:6:\"height\";i:400;s:4:\"file\";s:22:\"2022/06/PerspE1Ban.jpg\";s:8:\"filesize\";i:105633;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"PerspE1Ban-300x160.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15193;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"PerspE1Ban-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7281;}s:16:\"newsphere-medium\";a:5:{s:4:\"file\";s:22:\"PerspE1Ban-720x380.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65644;}s:27:\"web-stories-poster-portrait\";a:5:{s:4:\"file\";s:22:\"PerspE1Ban-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73916;}s:26:\"web-stories-publisher-logo\";a:5:{s:4:\"file\";s:20:\"PerspE1Ban-96x96.jpg\";s:5:\"width\";i:96;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3937;}s:21:\"web-stories-thumbnail\";a:5:{s:4:\"file\";s:21:\"PerspE1Ban-150x80.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5102;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(40569, 5169, '_wp_attached_file', '2022/06/PerspectivesS1E1.mp3'),
(40570, 5170, '_wp_attached_file', '2022/06/PerspectivesS1E1-mp3-image.jpg'),
(40571, 5170, '_cover_hash', 'b8b8ca53935d2728913069cac49c872d'),
(40572, 5170, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:750;s:6:\"height\";i:400;s:4:\"file\";s:38:\"2022/06/PerspectivesS1E1-mp3-image.jpg\";s:8:\"filesize\";i:105633;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"PerspectivesS1E1-mp3-image-300x160.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15193;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"PerspectivesS1E1-mp3-image-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7281;}s:16:\"newsphere-medium\";a:5:{s:4:\"file\";s:38:\"PerspectivesS1E1-mp3-image-720x380.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65644;}s:27:\"web-stories-poster-portrait\";a:5:{s:4:\"file\";s:38:\"PerspectivesS1E1-mp3-image-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73916;}s:26:\"web-stories-publisher-logo\";a:5:{s:4:\"file\";s:36:\"PerspectivesS1E1-mp3-image-96x96.jpg\";s:5:\"width\";i:96;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3937;}s:21:\"web-stories-thumbnail\";a:5:{s:4:\"file\";s:37:\"PerspectivesS1E1-mp3-image-150x80.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5102;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(40573, 5169, '_thumbnail_id', '5170'),
(40574, 5169, '_wp_attachment_metadata', 'a:21:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:2;s:11:\"sample_rate\";i:44100;s:7:\"bitrate\";d:128001.7015471336;s:11:\"channelmode\";s:6:\"stereo\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR128\";s:17:\"compression_ratio\";d:0.0907041535906559;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:31473198;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:1960;s:16:\"length_formatted\";s:5:\"32:40\";s:5:\"album\";s:13:\"Perspectives \";s:6:\"artist\";s:15:\"IAMC TV Podcast\";s:16:\"encoder_settings\";s:13:\"Lavf58.29.100\";s:5:\"title\";s:51:\"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\";s:4:\"year\";s:4:\"2022\";s:4:\"text\";s:4:\"isom\";s:5:\"image\";a:3:{s:4:\"mime\";s:10:\"image/jpeg\";s:5:\"width\";i:750;s:6:\"height\";i:400;}}'),
(40575, 5171, '_wp_attached_file', '2022/06/PerspectivesS1E1-1.mp3'),
(40576, 5171, '_thumbnail_id', '5170'),
(40577, 5171, '_wp_attachment_metadata', 'a:21:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:2;s:11:\"sample_rate\";i:44100;s:7:\"bitrate\";d:128001.7015471336;s:11:\"channelmode\";s:6:\"stereo\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR128\";s:17:\"compression_ratio\";d:0.0907041535906559;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:31473198;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:1960;s:16:\"length_formatted\";s:5:\"32:40\";s:5:\"album\";s:12:\"Perspectives\";s:6:\"artist\";s:15:\"IAMC TV Podcast\";s:16:\"encoder_settings\";s:13:\"Lavf58.29.100\";s:5:\"title\";s:51:\"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\";s:4:\"year\";s:4:\"2022\";s:4:\"text\";s:4:\"isom\";s:5:\"image\";a:3:{s:4:\"mime\";s:10:\"image/jpeg\";s:5:\"width\";i:750;s:6:\"height\";i:400;}}'),
(40579, 5166, '_wpas_done_all', '1'),
(40580, 5166, '_thumbnail_id', '5167'),
(40581, 5166, '_edit_last', '1'),
(40582, 5166, '_b2s_post_meta', 'a:7:{s:8:\"og_title\";s:51:\"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\";s:7:\"og_desc\";s:160:\"Perspectives on IAMC TV Podcast is an analytical show hosted by PrymEvyl, &nbsp;analyzing events from the world over. &nbsp;This maiden episode analyzes the res\";s:8:\"og_image\";s:64:\"https://www.iamctv.com/wp-content/uploads/2022/06/PerspE1Ban.jpg\";s:12:\"og_image_alt\";s:0:\"\";s:10:\"card_title\";s:51:\"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\";s:9:\"card_desc\";s:160:\"Perspectives on IAMC TV Podcast is an analytical show hosted by PrymEvyl, &nbsp;analyzing events from the world over. &nbsp;This maiden episode analyzes the res\";s:10:\"card_image\";s:64:\"https://www.iamctv.com/wp-content/uploads/2022/06/PerspE1Ban.jpg\";}'),
(40583, 5166, 'episode_type', 'audio'),
(40584, 5166, 'audio_file', 'https://www.iamctv.com/wp-content/uploads/2022/06/PerspectivesS1E1-1.mp3'),
(40585, 5166, 'cover_image', ''),
(40586, 5166, 'cover_image_id', ''),
(40587, 5166, 'duration', '32:40'),
(40588, 5166, 'filesize', '30.02M'),
(40589, 5166, 'date_recorded', '2022-06-29 10:25:52'),
(40590, 5166, 'explicit', 'on'),
(40591, 5166, 'block', ''),
(40592, 5166, 'itunes_episode_number', '1'),
(40593, 5166, 'itunes_title', 'Perspectives'),
(40594, 5166, 'itunes_season_number', '1'),
(40595, 5166, 'itunes_episode_type', 'full'),
(40596, 5166, 'filesize_raw', '31473198'),
(40597, 5166, 'enclosure', 'https://www.iamctv.com/wp-content/uploads/2022/06/PerspectivesS1E1-1.mp3'),
(40598, 5166, '_yoast_wpseo_content_score', '30'),
(40599, 5166, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(40600, 5166, '_yoast_wpseo_wordproof_timestamp', ''),
(40601, 5172, '_wp_attached_file', '2022/06/PerspectivesPodcastLogo.png'),
(40602, 5172, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1081;s:6:\"height\";i:1077;s:4:\"file\";s:35:\"2022/06/PerspectivesPodcastLogo.png\";s:8:\"filesize\";i:718442;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"PerspectivesPodcastLogo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:105031;}s:5:\"large\";a:5:{s:4:\"file\";s:37:\"PerspectivesPodcastLogo-1024x1020.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1020;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:687061;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"PerspectivesPodcastLogo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:37700;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"PerspectivesPodcastLogo-768x765.png\";s:5:\"width\";i:768;s:6:\"height\";i:765;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:441902;}s:21:\"newsphere-slider-full\";a:5:{s:4:\"file\";s:36:\"PerspectivesPodcastLogo-1081x720.png\";s:5:\"width\";i:1081;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:513390;}s:18:\"newsphere-featured\";a:5:{s:4:\"file\";s:37:\"PerspectivesPodcastLogo-1024x1020.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1020;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:687061;}s:16:\"newsphere-medium\";a:5:{s:4:\"file\";s:35:\"PerspectivesPodcastLogo-720x380.png\";s:5:\"width\";i:720;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:211674;}s:27:\"web-stories-poster-portrait\";a:5:{s:4:\"file\";s:35:\"PerspectivesPodcastLogo-640x853.png\";s:5:\"width\";i:640;s:6:\"height\";i:853;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:457878;}s:26:\"web-stories-publisher-logo\";a:5:{s:4:\"file\";s:33:\"PerspectivesPodcastLogo-96x96.png\";s:5:\"width\";i:96;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18859;}s:21:\"web-stories-thumbnail\";a:5:{s:4:\"file\";s:35:\"PerspectivesPodcastLogo-150x149.png\";s:5:\"width\";i:150;s:6:\"height\";i:149;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:37260;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(40603, 5173, '_wp_attached_file', '2022/06/PerspectivesPodcastLogo-1-e1656513080872.png'),
(40604, 5173, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:301;s:6:\"height\";i:300;s:4:\"file\";s:52:\"2022/06/PerspectivesPodcastLogo-1-e1656513080872.png\";s:8:\"filesize\";i:718442;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"PerspectivesPodcastLogo-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:105031;}s:5:\"large\";a:5:{s:4:\"file\";s:39:\"PerspectivesPodcastLogo-1-1024x1020.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1020;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:687061;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:52:\"PerspectivesPodcastLogo-1-e1656513080872-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:38840;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:37:\"PerspectivesPodcastLogo-1-768x765.png\";s:5:\"width\";i:768;s:6:\"height\";i:765;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:441902;}s:21:\"newsphere-slider-full\";a:5:{s:4:\"file\";s:38:\"PerspectivesPodcastLogo-1-1081x720.png\";s:5:\"width\";i:1081;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:513390;}s:18:\"newsphere-featured\";a:5:{s:4:\"file\";s:39:\"PerspectivesPodcastLogo-1-1024x1020.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1020;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:687061;}s:16:\"newsphere-medium\";a:5:{s:4:\"file\";s:37:\"PerspectivesPodcastLogo-1-720x380.png\";s:5:\"width\";i:720;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:211674;}s:27:\"web-stories-poster-portrait\";a:5:{s:4:\"file\";s:37:\"PerspectivesPodcastLogo-1-640x853.png\";s:5:\"width\";i:640;s:6:\"height\";i:853;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:457878;}s:26:\"web-stories-publisher-logo\";a:5:{s:4:\"file\";s:50:\"PerspectivesPodcastLogo-1-e1656513080872-96x96.png\";s:5:\"width\";i:96;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19355;}s:21:\"web-stories-thumbnail\";a:5:{s:4:\"file\";s:52:\"PerspectivesPodcastLogo-1-e1656513080872-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:38880;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(40605, 5173, '_wp_attachment_backup_sizes', 'a:15:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1081;s:6:\"height\";i:1077;s:4:\"file\";s:29:\"PerspectivesPodcastLogo-1.png\";}s:14:\"thumbnail-orig\";a:5:{s:4:\"file\";s:37:\"PerspectivesPodcastLogo-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:37700;}s:11:\"medium-orig\";a:5:{s:4:\"file\";s:37:\"PerspectivesPodcastLogo-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:105031;}s:17:\"medium_large-orig\";a:5:{s:4:\"file\";s:37:\"PerspectivesPodcastLogo-1-768x765.png\";s:5:\"width\";i:768;s:6:\"height\";i:765;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:441902;}s:10:\"large-orig\";a:5:{s:4:\"file\";s:39:\"PerspectivesPodcastLogo-1-1024x1020.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1020;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:687061;}s:26:\"newsphere-slider-full-orig\";a:5:{s:4:\"file\";s:38:\"PerspectivesPodcastLogo-1-1081x720.png\";s:5:\"width\";i:1081;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:513390;}s:23:\"newsphere-featured-orig\";a:5:{s:4:\"file\";s:39:\"PerspectivesPodcastLogo-1-1024x1020.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1020;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:687061;}s:21:\"newsphere-medium-orig\";a:5:{s:4:\"file\";s:37:\"PerspectivesPodcastLogo-1-720x380.png\";s:5:\"width\";i:720;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:211674;}s:32:\"web-stories-poster-portrait-orig\";a:5:{s:4:\"file\";s:37:\"PerspectivesPodcastLogo-1-640x853.png\";s:5:\"width\";i:640;s:6:\"height\";i:853;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:457878;}s:31:\"web-stories-publisher-logo-orig\";a:5:{s:4:\"file\";s:35:\"PerspectivesPodcastLogo-1-96x96.png\";s:5:\"width\";i:96;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18859;}s:26:\"web-stories-thumbnail-orig\";a:5:{s:4:\"file\";s:37:\"PerspectivesPodcastLogo-1-150x149.png\";s:5:\"width\";i:150;s:6:\"height\";i:149;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:37260;}s:18:\"full-1656513080872\";a:3:{s:5:\"width\";i:301;s:6:\"height\";i:300;s:4:\"file\";s:44:\"PerspectivesPodcastLogo-1-e1656513001631.png\";}s:23:\"thumbnail-1656513080872\";a:5:{s:4:\"file\";s:52:\"PerspectivesPodcastLogo-1-e1656513001631-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:39115;}s:40:\"web-stories-publisher-logo-1656513080872\";a:5:{s:4:\"file\";s:50:\"PerspectivesPodcastLogo-1-e1656513001631-96x96.png\";s:5:\"width\";i:96;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19495;}s:35:\"web-stories-thumbnail-1656513080872\";a:5:{s:4:\"file\";s:52:\"PerspectivesPodcastLogo-1-e1656513001631-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:39232;}}'),
(40606, 5166, '_yoast_wpseo_primary_series', '40'),
(40607, 5174, '_edit_lock', '1656513591:1'),
(40608, 5174, '_last_editor_used_jetpack', 'block-editor'),
(40612, 5174, '_wpas_done_all', '1'),
(40614, 5174, '_edit_last', '1'),
(40613, 5174, '_thumbnail_id', '5170'),
(40636, 5177, '_edit_lock', '1657191818:1'),
(40617, 5174, '_b2s_post_meta', 'a:7:{s:8:\"og_title\";s:59:\"[Video] Perspectives Ep. 1-Chief Justice of Nigeria Resigns\";s:7:\"og_desc\";s:160:\"Perspectives on IAMC TV Podcast is an analytical show hosted by PrymEvyl,  analyzing events from the world over.  This maiden episode analyzes the resignation\";s:8:\"og_image\";s:80:\"https://www.iamctv.com/wp-content/uploads/2022/06/PerspectivesS1E1-mp3-image.jpg\";s:12:\"og_image_alt\";s:0:\"\";s:10:\"card_title\";s:59:\"[Video] Perspectives Ep. 1-Chief Justice of Nigeria Resigns\";s:9:\"card_desc\";s:160:\"Perspectives on IAMC TV Podcast is an analytical show hosted by PrymEvyl,  analyzing events from the world over.  This maiden episode analyzes the resignation\";s:10:\"card_image\";s:80:\"https://www.iamctv.com/wp-content/uploads/2022/06/PerspectivesS1E1-mp3-image.jpg\";}'),
(40618, 5174, 'episode_type', 'audio'),
(40619, 5174, 'audio_file', ''),
(40620, 5174, 'cover_image', ''),
(40621, 5174, 'cover_image_id', ''),
(40622, 5174, 'duration', ''),
(40623, 5174, 'filesize', ''),
(40624, 5174, 'date_recorded', ''),
(40625, 5174, 'explicit', ''),
(40626, 5174, 'block', ''),
(40627, 5174, 'itunes_episode_number', ''),
(40628, 5174, 'itunes_title', ''),
(40629, 5174, 'itunes_season_number', ''),
(40630, 5174, 'itunes_episode_type', ''),
(40631, 5174, 'newsphere-meta-content-alignment', 'align-content-left'),
(40632, 5174, '_yoast_wpseo_primary_category', '41'),
(40633, 5174, '_yoast_wpseo_content_score', '30'),
(40634, 5174, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(40635, 5174, '_yoast_wpseo_wordproof_timestamp', ''),
(40637, 5177, '_last_editor_used_jetpack', 'block-editor'),
(40638, 5178, '_wp_attached_file', '2022/07/PerspectivesS1E2.mp3'),
(40639, 5179, '_wp_attached_file', '2022/07/PerspectivesS1E2-mp3-image.jpg'),
(40640, 5179, '_cover_hash', 'b5c7360fdd3e4fa7aacb3bf5c3ac7957'),
(40641, 5179, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:750;s:6:\"height\";i:400;s:4:\"file\";s:38:\"2022/07/PerspectivesS1E2-mp3-image.jpg\";s:8:\"filesize\";i:97241;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"PerspectivesS1E2-mp3-image-300x160.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15693;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"PerspectivesS1E2-mp3-image-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8106;}s:16:\"newsphere-medium\";a:5:{s:4:\"file\";s:38:\"PerspectivesS1E2-mp3-image-720x380.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61291;}s:27:\"web-stories-poster-portrait\";a:5:{s:4:\"file\";s:38:\"PerspectivesS1E2-mp3-image-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67311;}s:26:\"web-stories-publisher-logo\";a:5:{s:4:\"file\";s:36:\"PerspectivesS1E2-mp3-image-96x96.jpg\";s:5:\"width\";i:96;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4281;}s:21:\"web-stories-thumbnail\";a:5:{s:4:\"file\";s:37:\"PerspectivesS1E2-mp3-image-150x80.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5559;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(40642, 5178, '_thumbnail_id', '5179'),
(40643, 5178, '_wp_attachment_metadata', 'a:22:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:2;s:11:\"sample_rate\";i:44100;s:7:\"bitrate\";d:128001.30828550932;s:11:\"channelmode\";s:6:\"stereo\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR128\";s:17:\"compression_ratio\";d:0.09070387491886998;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:40884807;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:2549;s:16:\"length_formatted\";s:5:\"42:29\";s:5:\"album\";s:12:\"Perspectives\";s:6:\"artist\";s:15:\"IAMC TV Podcast\";s:4:\"band\";s:12:\"Perspectives\";s:16:\"encoder_settings\";s:13:\"Lavf58.29.100\";s:5:\"title\";s:51:\"Perspectives Ep. 2-Governor Wike and the PDP Crisis\";s:4:\"year\";s:4:\"2022\";s:4:\"text\";s:4:\"isom\";s:5:\"image\";a:3:{s:4:\"mime\";s:10:\"image/jpeg\";s:5:\"width\";i:750;s:6:\"height\";i:400;}}'),
(40645, 5177, '_wpas_done_all', '1'),
(40646, 5177, '_edit_last', '1'),
(40647, 5177, '_b2s_post_meta', 'a:7:{s:8:\"og_title\";s:51:\"Perspectives Ep. 2-Governor Wike and the PDP Crisis\";s:7:\"og_desc\";s:160:\"Perspectives on IAMC TV Podcast is an analytical show hosted by PrymEvyl, analyzing events from the world over. &nbsp;This episode analyzes the crisis between G\";s:8:\"og_image\";s:64:\"https://www.iamctv.com/wp-content/uploads/2022/07/PerspE2Ban.jpg\";s:12:\"og_image_alt\";s:0:\"\";s:10:\"card_title\";s:51:\"Perspectives Ep. 2-Governor Wike and the PDP Crisis\";s:9:\"card_desc\";s:160:\"Perspectives on IAMC TV Podcast is an analytical show hosted by PrymEvyl, analyzing events from the world over. &nbsp;This episode analyzes the crisis between G\";s:10:\"card_image\";s:64:\"https://www.iamctv.com/wp-content/uploads/2022/07/PerspE2Ban.jpg\";}'),
(40648, 5177, 'episode_type', 'audio'),
(40649, 5177, 'audio_file', 'https://www.iamctv.com/wp-content/uploads/2022/07/PerspectivesS1E2.mp3'),
(40650, 5177, 'cover_image', ''),
(40651, 5177, 'cover_image_id', ''),
(40652, 5177, 'duration', '42:29'),
(40653, 5177, 'filesize', '38.99M'),
(40654, 5177, 'date_recorded', '2022-07-07 07:01:45'),
(40655, 5177, 'explicit', 'on'),
(40656, 5177, 'block', ''),
(40657, 5177, 'itunes_episode_number', '2'),
(40658, 5177, 'itunes_title', 'Perspectives'),
(40659, 5177, 'itunes_season_number', '1'),
(40660, 5177, 'itunes_episode_type', 'full'),
(40661, 5177, 'filesize_raw', '40884807'),
(40662, 5177, 'enclosure', 'https://www.iamctv.com/wp-content/uploads/2022/07/PerspectivesS1E2.mp3'),
(40663, 5177, '_yoast_wpseo_primary_series', '40'),
(40664, 5177, '_yoast_wpseo_content_score', '30'),
(40665, 5177, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(40666, 5177, '_yoast_wpseo_wordproof_timestamp', ''),
(40667, 5180, '_wp_attached_file', '2022/07/PerspE2Ban.jpg'),
(40668, 5180, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:750;s:6:\"height\";i:400;s:4:\"file\";s:22:\"2022/07/PerspE2Ban.jpg\";s:8:\"filesize\";i:97241;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"PerspE2Ban-300x160.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15693;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"PerspE2Ban-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8106;}s:16:\"newsphere-medium\";a:5:{s:4:\"file\";s:22:\"PerspE2Ban-720x380.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61291;}s:27:\"web-stories-poster-portrait\";a:5:{s:4:\"file\";s:22:\"PerspE2Ban-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67311;}s:26:\"web-stories-publisher-logo\";a:5:{s:4:\"file\";s:20:\"PerspE2Ban-96x96.jpg\";s:5:\"width\";i:96;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4281;}s:21:\"web-stories-thumbnail\";a:5:{s:4:\"file\";s:21:\"PerspE2Ban-150x80.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5559;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(40669, 5177, '_thumbnail_id', '5180'),
(40670, 5181, '_edit_lock', '1669981853:1'),
(40671, 5181, '_last_editor_used_jetpack', 'block-editor'),
(40672, 5182, 'wprss_item_guid', 'e361623a-ed30-4d7c-8c1a-c7d8d5e292f5'),
(40673, 5182, 'wprss_item_permalink', 'https://anchor.fm/iamc-tv-podcasts/episodes/Perspectives-Ep--2-Governor-Wike-and-the-PDP-Crisis-e1ku0bh'),
(40674, 5182, 'wprss_item_date', '2022-07-07T10:39:00+0000'),
(40675, 5182, 'wprss_item_enclosure', 'https://anchor.fm/s/3db9a900/podcast/play/54509361/https://d3ctxlq1ktw2nl.cloudfront.net/staging/2022-6-7/275369440-44100-2-deeeebccc1ac8.mp3'),
(40676, 5182, 'wprss_item_enclosure_type', 'audio/mpeg'),
(40677, 5182, 'wprss_item_audio', 'https://anchor.fm/s/3db9a900/podcast/play/54509361/https://d3ctxlq1ktw2nl.cloudfront.net/staging/2022-6-7/275369440-44100-2-deeeebccc1ac8.mp3'),
(40678, 5182, 'wprss_item_source_name', 'IAMC TV Podcast'),
(40679, 5182, 'wprss_item_source_url', 'https://www.iamctv.com/'),
(40680, 5182, 'wprss_item_author', 'International African Movie Channel (IAMC TV)'),
(40681, 5182, 'wprss_item_author_email', NULL),
(40682, 5182, 'wprss_item_author_link', NULL),
(40683, 5182, 'wprss_feed_id', '4837'),
(40684, 5182, 'wprss_images', 'a:0:{}'),
(40685, 5182, 'wprss_best_image', ''),
(40689, 5181, '_wpas_done_all', '1'),
(40690, 5181, '_edit_last', '1'),
(40747, 5193, '_edit_lock', '1669982432:1'),
(40693, 5181, '_b2s_post_meta', 'a:7:{s:8:\"og_title\";s:59:\"[Video] Perspectives Ep. 2-Governor Wike and the PDP Crisis\";s:7:\"og_desc\";s:160:\"Perspectives on IAMC TV Podcast is an analytical show hosted by PrymEvyl, analyzing events from the world over. This episode analyzes the crisis between Governo\";s:8:\"og_image\";s:64:\"https://www.iamctv.com/wp-content/uploads/2022/07/PerspE2Ban.jpg\";s:12:\"og_image_alt\";s:0:\"\";s:10:\"card_title\";s:59:\"[Video] Perspectives Ep. 2-Governor Wike and the PDP Crisis\";s:9:\"card_desc\";s:160:\"Perspectives on IAMC TV Podcast is an analytical show hosted by PrymEvyl, analyzing events from the world over. This episode analyzes the crisis between Governo\";s:10:\"card_image\";s:64:\"https://www.iamctv.com/wp-content/uploads/2022/07/PerspE2Ban.jpg\";}'),
(40694, 5181, 'episode_type', 'audio'),
(40695, 5181, 'audio_file', ''),
(40696, 5181, 'cover_image', ''),
(40697, 5181, 'cover_image_id', ''),
(40698, 5181, 'duration', ''),
(40699, 5181, 'filesize', ''),
(40700, 5181, 'date_recorded', ''),
(40701, 5181, 'explicit', ''),
(40702, 5181, 'block', ''),
(40703, 5181, 'itunes_episode_number', ''),
(40704, 5181, 'itunes_title', ''),
(40705, 5181, 'itunes_season_number', ''),
(40706, 5181, 'itunes_episode_type', ''),
(40707, 5181, 'newsphere-meta-content-alignment', 'align-content-left'),
(40708, 5181, '_yoast_wpseo_primary_category', '41'),
(40709, 5181, '_yoast_wpseo_content_score', '30'),
(40710, 5181, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(40711, 5181, '_yoast_wpseo_wordproof_timestamp', ''),
(40729, 5188, '_edit_last', '1'),
(40714, 5181, '_thumbnail_id', '5180'),
(40720, 5188, '_edit_lock', '1669991184:1'),
(40721, 5188, '_last_editor_used_jetpack', 'block-editor'),
(40722, 5189, '_wp_attached_file', '2022/12/AfDB.jpg'),
(40723, 5189, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:538;s:6:\"height\";i:214;s:4:\"file\";s:16:\"2022/12/AfDB.jpg\";s:8:\"filesize\";i:37364;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"AfDB-300x119.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:119;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9230;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"AfDB-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7242;}s:26:\"web-stories-publisher-logo\";a:5:{s:4:\"file\";s:14:\"AfDB-96x96.jpg\";s:5:\"width\";i:96;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3208;}s:21:\"web-stories-thumbnail\";a:5:{s:4:\"file\";s:15:\"AfDB-150x60.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2916;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(40727, 5188, '_wpas_done_all', '1'),
(40732, 5188, '_b2s_post_meta', 'a:7:{s:8:\"og_title\";s:97:\"[Live] Leveraging the African Diaspora for Inclusive Growth and Sustainable Development in Africa\";s:7:\"og_desc\";s:0:\"\";s:8:\"og_image\";s:58:\"https://www.iamctv.com/wp-content/uploads/2022/12/AfDB.jpg\";s:12:\"og_image_alt\";s:0:\"\";s:10:\"card_title\";s:97:\"[Live] Leveraging the African Diaspora for Inclusive Growth and Sustainable Development in Africa\";s:9:\"card_desc\";s:0:\"\";s:10:\"card_image\";s:58:\"https://www.iamctv.com/wp-content/uploads/2022/12/AfDB.jpg\";}'),
(40728, 5188, '_thumbnail_id', '5189'),
(40733, 5188, 'episode_type', 'audio'),
(40734, 5188, 'newsphere-meta-content-alignment', 'align-content-left'),
(40735, 5188, '_yoast_wpseo_estimated-reading-time-minutes', '0'),
(40736, 5188, '_yoast_wpseo_wordproof_timestamp', ''),
(40741, 5188, '_wp_old_slug', 'leveraging-the-african-diaspora-for-inclusive-growth-and-sustainable-development-in-africa'),
(40746, 5188, '_yoast_wpseo_primary_category', '1'),
(40748, 5193, '_last_editor_used_jetpack', 'block-editor'),
(40749, 5194, '_wp_attached_file', '2022/12/PerspE3Ban.jpg');
INSERT INTO `iamc_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(40750, 5194, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:750;s:6:\"height\";i:400;s:4:\"file\";s:22:\"2022/12/PerspE3Ban.jpg\";s:8:\"filesize\";i:95332;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"PerspE3Ban-300x160.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15013;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"PerspE3Ban-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8088;}s:16:\"newsphere-medium\";a:5:{s:4:\"file\";s:22:\"PerspE3Ban-720x380.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61814;}s:27:\"web-stories-poster-portrait\";a:5:{s:4:\"file\";s:22:\"PerspE3Ban-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64635;}s:26:\"web-stories-publisher-logo\";a:5:{s:4:\"file\";s:20:\"PerspE3Ban-96x96.jpg\";s:5:\"width\";i:96;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4208;}s:21:\"web-stories-thumbnail\";a:5:{s:4:\"file\";s:21:\"PerspE3Ban-150x80.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5128;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(40754, 5193, '_wpas_done_all', '1'),
(40756, 5193, '_edit_last', '1'),
(40755, 5193, '_thumbnail_id', '5194'),
(40766, 5196, '_edit_lock', '1669990998:1'),
(40759, 5193, '_b2s_post_meta', 'a:7:{s:8:\"og_title\";s:100:\"[Video] Perspectives Ep. 3-AfDB Conference on African Diaspora Inclusivity in Growth and Development\";s:7:\"og_desc\";s:160:\"Perspectives on IAMC TV Podcast is an analytical show hosted by PrymEvyl, analyzing events from the world over. This episode analyzes the AfDB Conference on Afr\";s:8:\"og_image\";s:64:\"https://www.iamctv.com/wp-content/uploads/2022/12/PerspE3Ban.jpg\";s:12:\"og_image_alt\";s:0:\"\";s:10:\"card_title\";s:100:\"[Video] Perspectives Ep. 3-AfDB Conference on African Diaspora Inclusivity in Growth and Development\";s:9:\"card_desc\";s:160:\"Perspectives on IAMC TV Podcast is an analytical show hosted by PrymEvyl, analyzing events from the world over. This episode analyzes the AfDB Conference on Afr\";s:10:\"card_image\";s:64:\"https://www.iamctv.com/wp-content/uploads/2022/12/PerspE3Ban.jpg\";}'),
(40760, 5193, 'episode_type', 'audio'),
(40761, 5193, 'newsphere-meta-content-alignment', 'align-content-left'),
(40762, 5193, '_yoast_wpseo_primary_category', '41'),
(40763, 5193, '_yoast_wpseo_content_score', '60'),
(40764, 5193, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(40765, 5193, '_yoast_wpseo_wordproof_timestamp', ''),
(40767, 5196, '_last_editor_used_jetpack', 'block-editor'),
(40768, 5197, '_wp_attached_file', '2022/12/PerspectivesS1E3.mp3'),
(40769, 5198, '_wp_attached_file', '2022/12/PerspectivesS1E3-mp3-image.jpg'),
(40770, 5198, '_cover_hash', 'c66d9ad5f09df3d6b461f63121a1522c'),
(40771, 5198, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:750;s:6:\"height\";i:400;s:4:\"file\";s:38:\"2022/12/PerspectivesS1E3-mp3-image.jpg\";s:8:\"filesize\";i:95332;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"PerspectivesS1E3-mp3-image-300x160.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15013;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"PerspectivesS1E3-mp3-image-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8088;}s:16:\"newsphere-medium\";a:5:{s:4:\"file\";s:38:\"PerspectivesS1E3-mp3-image-720x380.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61814;}s:27:\"web-stories-poster-portrait\";a:5:{s:4:\"file\";s:38:\"PerspectivesS1E3-mp3-image-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64635;}s:26:\"web-stories-publisher-logo\";a:5:{s:4:\"file\";s:36:\"PerspectivesS1E3-mp3-image-96x96.jpg\";s:5:\"width\";i:96;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4208;}s:21:\"web-stories-thumbnail\";a:5:{s:4:\"file\";s:37:\"PerspectivesS1E3-mp3-image-150x80.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5128;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(40772, 5197, '_thumbnail_id', '5198'),
(40773, 5197, '_wp_attachment_metadata', 'a:19:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:2;s:11:\"sample_rate\";i:44100;s:7:\"bitrate\";d:128001.72196460392;s:11:\"channelmode\";s:6:\"stereo\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR128\";s:17:\"compression_ratio\";d:0.09070416805881797;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:31059045;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:1935;s:16:\"length_formatted\";s:5:\"32:15\";s:5:\"album\";s:12:\"Perspectives\";s:6:\"artist\";s:24:\"PrymEvyl/IAMC TV Podcast\";s:16:\"encoder_settings\";s:13:\"Lavf58.29.100\";s:5:\"title\";s:92:\"Perspectives Ep. 3-AfDB Conference on African Diaspora Inclusivity in Growth and Development\";s:5:\"image\";a:3:{s:4:\"mime\";s:10:\"image/jpeg\";s:5:\"width\";i:750;s:6:\"height\";i:400;}}'),
(40775, 5196, '_wpas_done_all', '1'),
(40776, 5196, '_thumbnail_id', '5198'),
(40777, 5196, '_edit_last', '1'),
(40778, 5196, '_b2s_post_meta', 'a:7:{s:8:\"og_title\";s:92:\"Perspectives Ep. 3-AfDB Conference on African Diaspora Inclusivity in Growth and Development\";s:7:\"og_desc\";s:160:\"Perspectives on IAMC TV Podcast is an analytical show hosted by PrymEvyl, analyzing events from the world over. This episode analyzes the AfDB Conference on Afr\";s:8:\"og_image\";s:80:\"https://www.iamctv.com/wp-content/uploads/2022/12/PerspectivesS1E3-mp3-image.jpg\";s:12:\"og_image_alt\";s:0:\"\";s:10:\"card_title\";s:92:\"Perspectives Ep. 3-AfDB Conference on African Diaspora Inclusivity in Growth and Development\";s:9:\"card_desc\";s:160:\"Perspectives on IAMC TV Podcast is an analytical show hosted by PrymEvyl, analyzing events from the world over. This episode analyzes the AfDB Conference on Afr\";s:10:\"card_image\";s:80:\"https://www.iamctv.com/wp-content/uploads/2022/12/PerspectivesS1E3-mp3-image.jpg\";}'),
(40779, 5196, 'episode_type', 'audio'),
(40780, 5196, 'audio_file', 'https://www.iamctv.com/wp-content/uploads/2022/12/PerspectivesS1E3.mp3'),
(40781, 5196, 'explicit', 'on'),
(40782, 5196, 'itunes_episode_number', '3'),
(40783, 5196, 'itunes_title', 'AfDB Conference on African Diaspora Inclusivity in Growth and Development'),
(40784, 5196, 'itunes_season_number', '1'),
(40785, 5196, 'itunes_episode_type', 'full'),
(40786, 5196, 'date_recorded', '2022-12-02 09:20:57'),
(40787, 5196, 'duration', '32:15'),
(40788, 5196, 'filesize', '29.62M'),
(40789, 5196, 'filesize_raw', '31059045'),
(40790, 5196, 'enclosure', 'https://www.iamctv.com/wp-content/uploads/2022/12/PerspectivesS1E3.mp3'),
(40791, 5196, '_yoast_wpseo_primary_series', '40'),
(40792, 5196, '_yoast_wpseo_content_score', '60'),
(40793, 5196, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(40794, 5196, '_yoast_wpseo_wordproof_timestamp', ''),
(40799, 5200, '_edit_lock', '1670642823:1'),
(40800, 5200, '_last_editor_used_jetpack', 'block-editor'),
(40801, 5201, '_wp_attached_file', '2022/12/Perspbann4.jpg'),
(40802, 5201, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:750;s:6:\"height\";i:400;s:4:\"file\";s:22:\"2022/12/Perspbann4.jpg\";s:8:\"filesize\";i:122954;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"Perspbann4-300x160.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17858;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Perspbann4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8948;}s:16:\"newsphere-medium\";a:5:{s:4:\"file\";s:22:\"Perspbann4-720x380.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76692;}s:27:\"web-stories-poster-portrait\";a:5:{s:4:\"file\";s:22:\"Perspbann4-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86086;}s:26:\"web-stories-publisher-logo\";a:5:{s:4:\"file\";s:20:\"Perspbann4-96x96.jpg\";s:5:\"width\";i:96;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4328;}s:21:\"web-stories-thumbnail\";a:5:{s:4:\"file\";s:21:\"Perspbann4-150x80.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5553;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(40804, 5200, '_wpas_done_all', '1'),
(40805, 5200, '_thumbnail_id', '5201'),
(40806, 5200, '_edit_last', '1'),
(40807, 5200, '_b2s_post_meta', 'a:7:{s:8:\"og_title\";s:76:\"Perspectives Ep. 4-Reflection on Bola Ahmed Tinubu\'s Chatham House Interview\";s:7:\"og_desc\";s:160:\"Perspectives on IAMC TV Podcast is an analytical show hosted by PrymEvyl, analyzing events from the world over. This episode analyzes and reflects on Bola Ahmed\";s:8:\"og_image\";s:64:\"https://www.iamctv.com/wp-content/uploads/2022/12/Perspbann4.jpg\";s:12:\"og_image_alt\";s:0:\"\";s:10:\"card_title\";s:76:\"Perspectives Ep. 4-Reflection on Bola Ahmed Tinubu\'s Chatham House Interview\";s:9:\"card_desc\";s:160:\"Perspectives on IAMC TV Podcast is an analytical show hosted by PrymEvyl, analyzing events from the world over. This episode analyzes and reflects on Bola Ahmed\";s:10:\"card_image\";s:64:\"https://www.iamctv.com/wp-content/uploads/2022/12/Perspbann4.jpg\";}'),
(40808, 5200, 'episode_type', 'audio'),
(40809, 5200, '_yoast_wpseo_content_score', '60'),
(40810, 5200, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(40811, 5200, '_yoast_wpseo_wordproof_timestamp', ''),
(40812, 5203, '_wp_attached_file', '2022/12/Perspectives-Ep.-4-Reflection-on-Bola-Ahmed-Tinubus-Chatham-House-Interview.mp3'),
(40813, 5204, '_wp_attached_file', '2022/12/Perspectives-Ep-4-Reflection-on-Bola-Ahmed-Tinubus-Chatham-House-Interview-mp3-image.jpg'),
(40814, 5204, '_cover_hash', '58022d215d50705270efd47d05e7cff4'),
(40815, 5204, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:750;s:6:\"height\";i:400;s:4:\"file\";s:96:\"2022/12/Perspectives-Ep-4-Reflection-on-Bola-Ahmed-Tinubus-Chatham-House-Interview-mp3-image.jpg\";s:8:\"filesize\";i:122954;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:96:\"Perspectives-Ep-4-Reflection-on-Bola-Ahmed-Tinubus-Chatham-House-Interview-mp3-image-300x160.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17858;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:96:\"Perspectives-Ep-4-Reflection-on-Bola-Ahmed-Tinubus-Chatham-House-Interview-mp3-image-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8948;}s:16:\"newsphere-medium\";a:5:{s:4:\"file\";s:96:\"Perspectives-Ep-4-Reflection-on-Bola-Ahmed-Tinubus-Chatham-House-Interview-mp3-image-720x380.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76692;}s:27:\"web-stories-poster-portrait\";a:5:{s:4:\"file\";s:96:\"Perspectives-Ep-4-Reflection-on-Bola-Ahmed-Tinubus-Chatham-House-Interview-mp3-image-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86086;}s:26:\"web-stories-publisher-logo\";a:5:{s:4:\"file\";s:94:\"Perspectives-Ep-4-Reflection-on-Bola-Ahmed-Tinubus-Chatham-House-Interview-mp3-image-96x96.jpg\";s:5:\"width\";i:96;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4328;}s:21:\"web-stories-thumbnail\";a:5:{s:4:\"file\";s:95:\"Perspectives-Ep-4-Reflection-on-Bola-Ahmed-Tinubus-Chatham-House-Interview-mp3-image-150x80.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5553;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(40816, 5203, '_thumbnail_id', '5204'),
(40817, 5203, '_wp_attachment_metadata', 'a:19:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:2;s:11:\"sample_rate\";i:44100;s:7:\"bitrate\";d:128001.25814448639;s:11:\"channelmode\";s:6:\"stereo\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR128\";s:17:\"compression_ratio\";d:0.09070383938809977;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:42527454;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:2650;s:16:\"length_formatted\";s:5:\"44:10\";s:5:\"album\";s:23:\"Perspectives on IAMC TV\";s:6:\"artist\";s:24:\"PrymEvyl/IAMC TV Podcast\";s:16:\"encoder_settings\";s:13:\"Lavf58.29.100\";s:5:\"title\";s:76:\"Perspectives Ep. 4-Reflection on Bola Ahmed Tinubu\'s Chatham House Interview\";s:5:\"image\";a:3:{s:4:\"mime\";s:10:\"image/jpeg\";s:5:\"width\";i:750;s:6:\"height\";i:400;}}'),
(40818, 5200, 'audio_file', 'https://www.iamctv.com/wp-content/uploads/2022/12/Perspectives-Ep.-4-Reflection-on-Bola-Ahmed-Tinubus-Chatham-House-Interview.mp3'),
(40819, 5200, 'explicit', 'on'),
(40820, 5200, 'itunes_episode_number', '4'),
(40821, 5200, 'itunes_title', 'Reflection on Bola Ahmed Tinubu\'s Chatham House Interview'),
(40822, 5200, 'itunes_season_number', '1'),
(40823, 5200, 'itunes_episode_type', 'full'),
(40824, 5200, 'date_recorded', '2022-12-09 22:18:06'),
(40825, 5200, 'duration', '44:10'),
(40826, 5200, 'filesize', '40.56M'),
(40827, 5200, 'filesize_raw', '42527454'),
(40828, 5200, 'enclosure', 'https://www.iamctv.com/wp-content/uploads/2022/12/Perspectives-Ep.-4-Reflection-on-Bola-Ahmed-Tinubus-Chatham-House-Interview.mp3'),
(40829, 5200, '_yoast_wpseo_primary_series', '40'),
(40830, 5200, '_wp_old_slug', 'video-perspectives-ep-4-reflection-on-bola-ahmed-tinubus-chatham-house-interview'),
(40831, 5205, '_edit_lock', '1670643013:1'),
(40832, 5205, '_last_editor_used_jetpack', 'block-editor'),
(40836, 5205, '_wpas_done_all', '1'),
(40838, 5205, '_edit_last', '1'),
(40837, 5205, '_thumbnail_id', '5201'),
(40848, 5208, '_edit_lock', '1672612158:1'),
(40841, 5205, '_b2s_post_meta', 'a:7:{s:8:\"og_title\";s:84:\"[Video] Perspectives Ep. 4-Reflection on Bola Ahmed Tinubu\'s Chatham House Interview\";s:7:\"og_desc\";s:160:\"Perspectives on IAMC TV Podcast is an analytical show hosted by PrymEvyl, analyzing events from the world over. This episode analyzes and reflects on Bola Ahmed\";s:8:\"og_image\";s:64:\"https://www.iamctv.com/wp-content/uploads/2022/12/Perspbann4.jpg\";s:12:\"og_image_alt\";s:0:\"\";s:10:\"card_title\";s:84:\"[Video] Perspectives Ep. 4-Reflection on Bola Ahmed Tinubu\'s Chatham House Interview\";s:9:\"card_desc\";s:160:\"Perspectives on IAMC TV Podcast is an analytical show hosted by PrymEvyl, analyzing events from the world over. This episode analyzes and reflects on Bola Ahmed\";s:10:\"card_image\";s:64:\"https://www.iamctv.com/wp-content/uploads/2022/12/Perspbann4.jpg\";}'),
(40842, 5205, 'episode_type', 'audio'),
(40843, 5205, 'newsphere-meta-content-alignment', 'align-content-left'),
(40844, 5205, '_yoast_wpseo_primary_category', '41'),
(40845, 5205, '_yoast_wpseo_content_score', '60'),
(40846, 5205, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(40847, 5205, '_yoast_wpseo_wordproof_timestamp', ''),
(40849, 5208, '_last_editor_used_jetpack', 'block-editor'),
(40850, 5209, '_wp_attached_file', '2023/01/2023Welcome.jpg'),
(40851, 5209, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:750;s:6:\"height\";i:400;s:4:\"file\";s:23:\"2023/01/2023Welcome.jpg\";s:8:\"filesize\";i:121071;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"2023Welcome-300x160.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18686;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"2023Welcome-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10761;}s:16:\"newsphere-medium\";a:5:{s:4:\"file\";s:23:\"2023Welcome-720x380.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76462;}s:27:\"web-stories-poster-portrait\";a:5:{s:4:\"file\";s:23:\"2023Welcome-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83907;}s:26:\"web-stories-publisher-logo\";a:5:{s:4:\"file\";s:21:\"2023Welcome-96x96.jpg\";s:5:\"width\";i:96;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5440;}s:21:\"web-stories-thumbnail\";a:5:{s:4:\"file\";s:22:\"2023Welcome-150x80.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6095;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(40855, 5208, '_wpas_done_all', '1'),
(40857, 5208, '_edit_last', '1'),
(40856, 5208, '_thumbnail_id', '5209'),
(40860, 5208, '_b2s_post_meta', 'a:7:{s:8:\"og_title\";s:28:\"IAMC TV Welcomes You to 2023\";s:7:\"og_desc\";s:160:\"IAMC TV welcomes everyone to 2023!\n\n\n\nIt is hard to believe that 2022 has passed, and we are now officially in the future. Whether you are excited or hesitant a\";s:8:\"og_image\";s:65:\"https://www.iamctv.com/wp-content/uploads/2023/01/2023Welcome.jpg\";s:12:\"og_image_alt\";s:0:\"\";s:10:\"card_title\";s:28:\"IAMC TV Welcomes You to 2023\";s:9:\"card_desc\";s:160:\"IAMC TV welcomes everyone to 2023!\n\n\n\nIt is hard to believe that 2022 has passed, and we are now officially in the future. Whether you are excited or hesitant a\";s:10:\"card_image\";s:65:\"https://www.iamctv.com/wp-content/uploads/2023/01/2023Welcome.jpg\";}'),
(40861, 5208, 'episode_type', 'audio'),
(40862, 5208, 'newsphere-meta-content-alignment', 'align-content-left'),
(40863, 5208, '_yoast_wpseo_primary_category', '1'),
(40864, 5208, '_yoast_wpseo_content_score', '60'),
(40865, 5208, '_yoast_wpseo_estimated-reading-time-minutes', '4'),
(40866, 5208, '_yoast_wpseo_wordproof_timestamp', '');

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

--
-- Table structure for table `iamc_posts`
--

CREATE TABLE `iamc_posts` (
  `ID` bigint UNSIGNED NOT NULL,
  `post_author` bigint 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 CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
  `post_title` text CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
  `post_excerpt` text CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
  `post_status` varchar(20) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL DEFAULT 'open',
  `post_password` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `post_name` varchar(200) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `to_ping` text CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
  `pinged` text CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
  `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content_filtered` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
  `post_parent` bigint UNSIGNED NOT NULL DEFAULT '0',
  `guid` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `menu_order` int NOT NULL DEFAULT '0',
  `post_type` varchar(20) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `comment_count` bigint NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Dumping data for table `iamc_posts`
--

INSERT INTO `iamc_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
(27, 1, '2020-06-09 13:10:14', '2020-06-09 17:10:14', '<!-- wp:paragraph -->\n<p>If you believe that any portion of the material contained on this site infringes your copyright, notify Africa Media Consortiums, LLC, which operates the IAMC TV website, of your claim in accordance with the following procedure. We will take appropriate action as required by the Digital Millennium Copyright Act (DMCA), 17 U.S.C. § 512(c)(3).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Written Notification must be submitted here to this site’s designated Agent:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Attn: DMCA Notice<br>Vice President,<br>IAMC TV<br>c/o Africa Media Consortium, LLC<br>P.O. Box 141 Redan, GA 30074<br><br></em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>To be effective, the Notification must be in writing and contain the following information:</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>A physical or electronic signature of a person authorized to act on behalf of the owner of an exclusive right that is allegedly infringed.</li><li>Identification of the copyrighted work claimed to have been infringed or, if multiple copyrighted works at a single online site are covered by a single notification, a representative list of such works at that site.</li><li>Identification of the material that is claimed to be infringing or to be the subject of infringing activity and that is to be removed or access to which is to be disabled, and information reasonably sufficient to permit the service provider to locate the material;</li><li>Information reasonably sufficient to permit the service provider to contact the complaining party, such as an address, telephone number, and, if available, an electronic mail address at which the complaining party may be contacted.</li><li>A statement that the complaining party has a good faith belief that use of the material in the manner complained of is not authorized by the copyright owner, its agent, or the law.</li><li>A statement that the information in the notification is accurate and, under penalty of perjury, that the complaining party is authorized to act on behalf of the owner of an exclusive right that is allegedly infringed.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading -->\n<h2>Upon receipt of the written Notification containing the information outlined above, IAMC TV will:</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Remove or disable access to the material that is alleged to be infringing.</li><li>Forward the written notification to such alleged infringer.</li><li>Take reasonable steps to promptly notify the alleged infringer that it has removed or disabled access to the material.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading -->\n<h2>A Counter Notification will be effective if in writing, provided to the Designated Agent, and including substantially the following:</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>A physical or electronic signature of the alleged infringer.</li><li>Identification of the material that has been removed or to which access has been disabled and the location at which the material appeared before it was removed or access to it was disabled.</li><li>A statement under penalty of perjury that the alleged infringer has a good faith belief that the material was removed or disabled because of mistake or misidentification of the material to be removed or disabled.</li><li>The alleged infringer’s name, address, and telephone number, and a statement that the alleged infringer consents to jurisdiction of Federal District Court for the judicial district in which the address is located or, if outside of the United States, for any judicial district in which Africa Media Consortium, LLC, may be found, and that the alleged infringer will accept service of process from the person who provided notification or the agent of such person.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading -->\n<h2>Upon receipt of a Counter Notification containing the information outlined above, the Company will:</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>promptly provide the complaining party with a copy of the Counter Notification.</li><li>inform the complaining party that it will replace the removed material within ten (10) to fourteen (14) business days following the receipt of the Counter Notification, provided our Designated Agent has not received notice from the complaining party that an action has been filed seeking a court order to restrain alleged infringer from engaging in infringing activity relating to the material on our Site, network or system.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>This process only relates to reporting a claim of copyright infringement. Messages related to other matters will not receive a response through this process.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Updated June 9, 2020</p>\n<!-- /wp:paragraph -->', 'DMCA Notice', '', 'publish', 'closed', 'closed', '', 'dmca-notice', '', '', '2020-06-09 13:10:18', '2020-06-09 17:10:18', '', 0, 'https://www.iamctv.com/?page_id=27', 0, 'page', '', 0),
(26, 1, '2020-06-09 13:05:24', '2020-06-09 17:05:24', '<!-- wp:paragraph -->\n<p>International African Movie Channel (IAMC TV) is a digital streaming TV channel available on Roku and Amazon Fire TV.  IAMC TV distributes and streams African films and music content globally and is home to various African films and music video productions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"right\",\"id\":25,\"width\":257,\"height\":251,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignright size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2020/06/IAMCMainLogo-2.png\" alt=\"\" class=\"wp-image-25\" width=\"257\" height=\"251\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The IAMC TV<strong> </strong>network produces original content as well as distributing syndicated materials such as music videos, news, original series, and web based shows.  The entertainment and media channel can be accessed in various countries with a strategic focus on Africa, Europe, and the USA. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Viewers of the network can easily access the latest music videos, artist interviews and other digital content through our enhanced database of exclusive and syndicated content from around the globe.</p>\n<!-- /wp:paragraph -->', 'About IAMC TV', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2020-06-09 13:05:24', '2020-06-09 17:05:24', '', 23, 'https://www.iamctv.com/23-revision-v1/', 0, 'revision', '', 0),
(28, 1, '2020-06-09 13:10:14', '2020-06-09 17:10:14', '<!-- wp:paragraph -->\n<p>If you believe that any portion of the material contained on this site infringes your copyright, notify Africa Media Consortiums, LLC, which operates the IAMC TV website, of your claim in accordance with the following procedure. We will take appropriate action as required by the Digital Millennium Copyright Act (DMCA), 17 U.S.C. § 512(c)(3).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Written Notification must be submitted here to this site’s designated Agent:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Attn: DMCA Notice<br>Vice President,<br>IAMC TV<br>c/o Africa Media Consortium, LLC<br>P.O. Box 141 Redan, GA 30074<br><br></em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>To be effective, the Notification must be in writing and contain the following information:</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>A physical or electronic signature of a person authorized to act on behalf of the owner of an exclusive right that is allegedly infringed.</li><li>Identification of the copyrighted work claimed to have been infringed or, if multiple copyrighted works at a single online site are covered by a single notification, a representative list of such works at that site.</li><li>Identification of the material that is claimed to be infringing or to be the subject of infringing activity and that is to be removed or access to which is to be disabled, and information reasonably sufficient to permit the service provider to locate the material;</li><li>Information reasonably sufficient to permit the service provider to contact the complaining party, such as an address, telephone number, and, if available, an electronic mail address at which the complaining party may be contacted.</li><li>A statement that the complaining party has a good faith belief that use of the material in the manner complained of is not authorized by the copyright owner, its agent, or the law.</li><li>A statement that the information in the notification is accurate and, under penalty of perjury, that the complaining party is authorized to act on behalf of the owner of an exclusive right that is allegedly infringed.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading -->\n<h2>Upon receipt of the written Notification containing the information outlined above, IAMC TV will:</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Remove or disable access to the material that is alleged to be infringing.</li><li>Forward the written notification to such alleged infringer.</li><li>Take reasonable steps to promptly notify the alleged infringer that it has removed or disabled access to the material.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading -->\n<h2>A Counter Notification will be effective if in writing, provided to the Designated Agent, and including substantially the following:</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>A physical or electronic signature of the alleged infringer.</li><li>Identification of the material that has been removed or to which access has been disabled and the location at which the material appeared before it was removed or access to it was disabled.</li><li>A statement under penalty of perjury that the alleged infringer has a good faith belief that the material was removed or disabled because of mistake or misidentification of the material to be removed or disabled.</li><li>The alleged infringer’s name, address, and telephone number, and a statement that the alleged infringer consents to jurisdiction of Federal District Court for the judicial district in which the address is located or, if outside of the United States, for any judicial district in which Africa Media Consortium, LLC, may be found, and that the alleged infringer will accept service of process from the person who provided notification or the agent of such person.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading -->\n<h2>Upon receipt of a Counter Notification containing the information outlined above, the Company will:</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>promptly provide the complaining party with a copy of the Counter Notification.</li><li>inform the complaining party that it will replace the removed material within ten (10) to fourteen (14) business days following the receipt of the Counter Notification, provided our Designated Agent has not received notice from the complaining party that an action has been filed seeking a court order to restrain alleged infringer from engaging in infringing activity relating to the material on our Site, network or system.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>This process only relates to reporting a claim of copyright infringement. Messages related to other matters will not receive a response through this process.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Updated June 9, 2020</p>\n<!-- /wp:paragraph -->', 'DMCA Notice', '', 'inherit', 'closed', 'closed', '', '27-revision-v1', '', '', '2020-06-09 13:10:14', '2020-06-09 17:10:14', '', 27, 'https://www.iamctv.com/27-revision-v1/', 0, 'revision', '', 0),
(5, 1, '2020-06-09 11:31:09', '2020-06-09 15:31:09', '', 'woocommerce-placeholder', '', 'inherit', 'open', 'closed', '', 'woocommerce-placeholder', '', '', '2020-06-09 11:31:09', '2020-06-09 15:31:09', '', 0, 'https://www.iamctv.com/wp-content/uploads/2020/06/woocommerce-placeholder.png', 0, 'attachment', 'image/png', 0),
(6, 1, '2020-06-09 11:32:47', '2020-06-09 15:32:47', '', 'Official Store', '', 'publish', 'closed', 'closed', '', 'official-store', '', '', '2020-06-09 13:29:45', '2020-06-09 17:29:45', '', 0, 'https://www.iamctv.com/shop/', 0, 'page', '', 0),
(7, 1, '2020-06-09 11:32:47', '2020-06-09 15:32:47', '<!-- wp:shortcode -->[woocommerce_cart]<!-- /wp:shortcode -->', 'Cart', '', 'publish', 'closed', 'closed', '', 'cart', '', '', '2020-06-09 11:32:47', '2020-06-09 15:32:47', '', 0, 'https://www.iamctv.com/cart/', 0, 'page', '', 0),
(8, 1, '2020-06-09 11:32:47', '2020-06-09 15:32:47', '<!-- wp:shortcode -->[woocommerce_checkout]<!-- /wp:shortcode -->', 'Checkout', '', 'publish', 'closed', 'closed', '', 'checkout', '', '', '2020-06-09 11:32:47', '2020-06-09 15:32:47', '', 0, 'https://www.iamctv.com/checkout/', 0, 'page', '', 0),
(9, 1, '2020-06-09 11:32:47', '2020-06-09 15:32:47', '<!-- wp:shortcode -->\n[woocommerce_my_account]\n<!-- /wp:shortcode -->', 'My Account', '', 'publish', 'closed', 'closed', '', 'my-account', '', '', '2020-06-09 12:38:34', '2020-06-09 16:38:34', '', 0, 'https://www.iamctv.com/my-account/', 0, 'page', '', 0),
(10, 1, '2020-06-09 11:38:56', '2020-06-09 15:38:56', '', 'NewIAMCLogo', '', 'inherit', 'open', 'closed', '', 'newiamclogo', '', '', '2020-06-09 11:38:56', '2020-06-09 15:38:56', '', 0, 'https://www.iamctv.com/wp-content/uploads/2020/06/NewIAMCLogo.jpg', 0, 'attachment', 'image/jpeg', 0),
(11, 1, '2020-06-09 11:40:52', '2020-06-09 15:40:52', '', 'IAMCMainLogo', '', 'inherit', 'open', 'closed', '', 'iamcmainlogo', '', '', '2020-06-09 11:41:12', '2020-06-09 15:41:12', '', 0, 'https://www.iamctv.com/wp-content/uploads/2020/06/IAMCMainLogo.png', 0, 'attachment', 'image/png', 0),
(15, 1, '2020-06-09 12:38:30', '2020-06-09 16:38:30', '<!-- wp:shortcode -->\n[woocommerce_my_account]\n<!-- /wp:shortcode -->', 'My Account', '', 'inherit', 'closed', 'closed', '', '9-revision-v1', '', '', '2020-06-09 12:38:30', '2020-06-09 16:38:30', '', 9, 'https://www.iamctv.com/9-revision-v1/', 0, 'revision', '', 0),
(16, 1, '2020-06-09 12:54:35', '2020-06-09 16:54:35', 'https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo.png', 'cropped-IAMCMainLogo.png', '', 'inherit', 'open', 'closed', '', 'cropped-iamcmainlogo-png', '', '', '2020-06-09 12:54:35', '2020-06-09 16:54:35', '', 0, 'https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo.png', 0, 'attachment', 'image/png', 0),
(23, 1, '2020-06-09 13:05:24', '2020-06-09 17:05:24', '<!-- wp:paragraph -->\n<p>International African Movie Channel (IAMC TV) is a digital streaming TV channel available on Roku and Amazon Fire TV.  IAMC TV distributes and streams African films, news and music content globally and is home to various African films and music video productions.  We are happy to lend our voices to the impending changes in Africa.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"right\",\"id\":45,\"width\":349,\"height\":349,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignright size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2020/06/IAMCSiteIcon-1.png\" alt=\"IAMC TV Logo\" class=\"wp-image-45\" width=\"349\" height=\"349\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The IAMC TV<strong> </strong>network produces original content as well as distributing syndicated materials such as music videos, news, original series, and web based shows.  Our goal is to tell the African story from an African perspective. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The entertainment and media channel can be accessed in various countries with a strategic focus on Africa, Europe, and the USA. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Viewers of the network can easily access the latest music videos, artist interviews and other digital content through our enhanced database of exclusive and syndicated content from around the globe.</p>\n<!-- /wp:paragraph -->', 'About IAMC TV', '', 'publish', 'closed', 'closed', '', 'about-iamc-tv', '', '', '2020-10-26 10:15:27', '2020-10-26 14:15:27', '', 0, 'https://www.iamctv.com/?page_id=23', 0, 'page', '', 0),
(24, 1, '2020-06-09 13:04:26', '2020-06-09 17:04:26', '', 'IAMCMainLogo-1', '', 'inherit', 'open', 'closed', '', 'iamcmainlogo-1', '', '', '2020-10-09 14:00:41', '2020-10-09 18:00:41', '', 23, 'https://www.iamctv.com/wp-content/uploads/2020/06/IAMCMainLogo-1.png', 0, 'attachment', 'image/png', 0),
(25, 1, '2020-06-09 13:04:34', '2020-06-09 17:04:34', '', 'IAMCMainLogo-2', '', 'inherit', 'open', 'closed', '', 'iamcmainlogo-2', '', '', '2020-06-09 13:04:34', '2020-06-09 17:04:34', '', 23, 'https://www.iamctv.com/wp-content/uploads/2020/06/IAMCMainLogo-2.png', 0, 'attachment', 'image/png', 0);
INSERT INTO `iamc_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
(29, 1, '2020-06-09 13:14:48', '2020-06-09 17:14:48', '<!-- wp:paragraph -->\n<p>This Privacy Policy explains International African Movie Channel (IAMC TV) information collection practices at the Sites, such as the types of information IAMC TV collects regarding visitors to the Sites and how we may use that information. Please review this Privacy Policy carefully. In addition, please review the Sites’ Terms of Use, which governs your use of the Sites<br><strong>A. What Information Do the Sites Collect?</strong><br>(i)<strong> </strong><strong>Information You Provide to Us</strong><br><strong>Personal Information and Demographic Information</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We may ask you to provide us with certain categories of information such as: (1) personal information, which is information that could reasonably be used to identify you personally, such as your name, phone number, e-mail address, and physical address (“<strong>Personal Information</strong>“); and (2) demographic information, such as gender, zip code, or similar information (“<strong>Demographic Information</strong>“). We may collect this information through various forms and in various places on the Sites, including account registration forms, e-mail newsletter sign-ups, or when you submit information, communicate, or otherwise interact with us. If we combine Demographic Information with the Personal Information we collect, we will treat it as Personal Information under this Privacy Policy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br>(ii) <strong>Information We Collect As You Access And Use The Sites</strong><br>In addition to any Personal Information or other information that you choose to submit to the Sites, we and our third-party service providers may use a variety of technologies that automatically or passively collect certain information whenever you visit or interact with the Sites (“<strong>Usage Information</strong>“). This Usage Information may include the browser you are using, the URL that referred you to our Sites, all of the areas within our Sites that you visit, other information about your electronic browsing and the time of day, among other information. We may use Usage Information for a variety of purposes, including to enhance or otherwise improve the Sites. In addition, we collect your IP address or other unique identifier (“<strong>Device Identifier</strong> “) for your computer or other device used to access the Sites (any, a “<strong>Device</strong> “). A Device Identifier is a number that is automatically assigned to your Device used to access the Sites, and our computers identify your Device by its Device Identifier. Usage Information may be non-identifying or may be associated with you. Whenever we associate Usage Information or a Device Identifier with your Personal Information, we will treat it as Personal Information.<br>A few of the methods that may be used to collect Usage Information include the following:<br><em><strong>Cookies</strong></em>. A cookie is a data file placed on a Device when it is used to visit the Sites. A Flash cookie is a data file placed on a Device via the Adobe Flash plugin that may be built-in to or downloaded by you to your Device. Cookies and Flash Cookies may be used for many purposes, including, without limitation, remembering you and your preferences and tracking your visits to our web pages. If you choose to disable cookies or Flash cookies on your Device, some features of the Sites may not function properly.<br><em><strong>Web Beacons</strong></em>. Small graphic images or other web programming code called web beacons (also known as “1×1 GIFs,” “one-pixel GIFs,” or “clear GIFs”) may be included in our web pages and e-mail messages. Web beacons may be invisible to you, but any electronic image or other web programming code inserted into a web page or e-mail can act as a web beacon. Web beacons or similar technologies may be used for a number of purposes, including, without limitation, to count visitors to the Sites, to monitor how users navigate the Sites, to make cookies more effective, to count how many e-mails that were sent were actually opened or to count how many particular articles or links were actually viewed.<br><em><strong>Embedded Scripts</strong></em>. An embedded script is programming code that is designed to collect information about your interactions with the Sites, such as the links you click on. The code is temporarily downloaded onto your Device from our web server or a third party service provider, is active only while you are connected to the Sites, and is deactivated or deleted thereafter.<br>(iii) <strong>Information Third Parties Provide About You</strong><br>We may, from time to time, supplement the information we collect about you online with outside records from third parties in order to enhance our ability to serve you, to tailor our content to you and to offer you opportunities to purchase products or services that we believe may be of interest to you. We may combine the information we receive from those sources with information we collect through the Sites. In those cases, we will apply this Privacy Policy to any Personal Information received, unless we have disclosed otherwise.<br>The Sites include functionality that allows certain kinds of interactions between the Sites and your account on a third party web site. The use of this functionality may involve the third-party web site providing certain information, including Personal Information, to the Sites. For example, when you register with the Sites, you may choose to use your Facebook, Google, or other supported account from a third-party site to facilitate the registration and login process on the Sites. If you choose to use this functionality, the third-party site may send Personal Information about you to the Sites, which we will then treat as Personal Information under this Privacy Policy.<br>In addition, IAMC TV may provide third party sites’ API or links on the Sites to facilitate your sending a communication from the Sites. For example, IAMC TV may use third parties to facilitate emails, tweets, or Facebook postings. These third parties may retain any information used or provided in any such communications. IAMC TV may not control or have access to your communications through these third parties. You should review the third party’s terms of use and privacy policies before engaging in their use.<br>(iv) <strong>Information You Provide About A Third Party</strong><br>If you send someone else a communication from the Sites, such as sending an article to a friend or information about a job opening, we use the information you provide (typically, names and e-mail addresses) on a one-time basis to facilitate the communication and we do not use it for any other marketing purpose, unless we obtain consent from that person.<br><strong>B. How Do We Use the Information Collected?</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>IAMC TV may use your Personal Information, Demographic Information or Usage Information that we collect about you: (1) to provide you with information or services or process transactions that you have requested or agreed to receive, including to send you electronic newsletters, or to provide you with special offers or promotional materials on behalf of us or third parties; (2) to enable you to participate in a variety of the Sites’ features such as online entry sweepstakes and message boards; (3) to process your registration with the Sites, including verifying your e-mail address is active and valid; (4) to improve the Sites or our services, to customize your experience on the Sites, or to serve you specific content, including advertisements, that are most relevant to you; (5) to contact you with regard to your use of the Sites and, in our discretion, changes to the Sites and/or Sites’ policies; (6) for internal business purposes; and (7) for purposes disclosed at the time you provide your information or as otherwise set forth in this Privacy Policy.<br>Please note that information submitted to the Sites via a “contact us” or other similar function may not receive a response. We will not use the information provided to contact you for marketing purposes unrelated to your request unless you agree otherwise.<br><strong>C.&nbsp; How and When Do We Disclose Information to Third Parties?</strong><br>(i) <strong>When You Agree to Receive Information from Third Parties.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You may be presented with an opportunity to receive information and/or marketing offers directly from third parties. If you do agree (or do not decline) to have your Personal Information shared, your Personal Information will be disclosed to such third parties and all information you disclose will be subject to the privacy policy and practices of such third parties. We are not responsible for the privacy policies and practices of such third parties and, therefore, you should review the privacy policies and practices of such third parties prior to agreeing to receive such information from third parties. If you later decide that you no longer want to receive communication from a third party, you will need to contact that third party directly.<br>(ii) <strong>Third Parties Providing Services on Our Behalf.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We may use third party vendors to perform certain services on behalf of the Sites, such as hosting the Sites, designing and/or operating the Sites’ features, tracking Site analytics, ad serving, and enabling IAMC TV to send you e-mail newsletters or performing other administrative services. We may provide these companies with access to user information, including Personal Information, to carry out the services they are performing for you or for IAMC TV. While we may use third party analytics service providers to evaluate and provide us with information about the use of the Sites and viewing of our content. we do not share Personal Information with these analytics service providers, but they&nbsp;may set and access their own cookies, web beacons and embedded scripts on your Device and they may otherwise collect or have access to information about you, including non-personally identifiable information.<br>(iii) <strong>Co-branded Areas.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Certain areas of the Sites may be provided to you in association with third parties (“<strong>Co-Branded Areas</strong>“) and may require you to disclose Personal Information in order to register for and access products and/or services. Such Co-Branded Areas will identify the third-party associates. If you elect to register for products and/or services at Co-Branded Areas, you may be providing your information to both IAMC TV and the third-party associates. Further, if you sign-in to a Co-Branded Area with a username and password obtained on the Sites, your Personal Information may be disclosed to the identified third party associates for that Co-Branded Area and will be subject to the posted privacy policies.<br>(iv) <strong>Sweepstakes, Contests and Promotions.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We may offer sweepstakes, contests, and other promotions (any, a <strong>“</strong><strong>Promotion”</strong>) through the Sites that may require registration. By participating in a Promotion, you are agreeing to the terms, conditions or official rules that govern that Promotion, which may contain specific requirements of you, including, except where prohibited by law, allowing the sponsor(s) of the Promotion to use your name, voice and/or likeness in advertising or marketing associated with the Promotion. If you choose to enter a Promotion, Personal Information may be disclosed to third parties or the public in connection with the administration of such Promotion, including, without limitation, in connection with winner selection, prize fulfillment, and as required by law or permitted by the Promotion’s official rules, such as on a winners list.<br>(v) <strong>Administrative and Legal Reasons.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We may transfer and disclose your information, including Personal Information, to third parties: (i) in the event we are required to respond to subpoenas or other legal process or if in our good faith opinion such disclosure is required by law; (ii) at the request of governmental authorities conducting an investigation; (iii) to protect and/or defend the Sites’ Terms of Use or other policies applicable to the Sites; or (iv) to protect the personal safety, rights, property or security of any individual. We may also use IP address or other Device Identifiers to identify users, and may do so in cooperation with copyright owners, internet service providers, wireless service providers or law enforcement agencies in our discretion. Such disclosures may be carried out without notice to you.<br>(vi) <strong>Business Transfer.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>IAMC TV may share Personal Information with its subsidiaries and affiliates for internal reasons. IAMC TV also reserves the right to disclose and transfer all information related to the Sites, including, without limitation, your Personal Information, Demographic Information and Usage Information: (i) to a subsequent owner, co-owner or operator of the Sites or applicable database; or (ii) in connection with a corporate merger, consolidation, restructuring, the sale of substantially all of IAMC TV’s stock and/or assets or other corporate change, including, without limitation, during the course of any due diligence process.<br><strong>D. What About Information I Disclose Publicly?</strong><br>(I) <strong>User Generated Content, Social Networking and Public Information.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Sites may permit you to submit ideas, photographs, user profiles, writings, music, video, audio recordings, computer graphics, pictures, data, questions, comments, suggestions or other content, including Personal Information (collectively, <strong>“</strong><strong>User Generated Content”</strong>). User Generated Content may be published online or offline in any media or format (currently existing or hereafter developed). Others may have access to this User Generated Content and may have the ability to share it with third parties across the Internet. Additionally, you may have the opportunity to engage in social networking through the Sites, such as creating a public profile, sharing User Generated Content, and inviting others to connect with you. Please think carefully before deciding what information you share, including Personal Information, in connection with your User Generated Content or social networking activities. Please note that IAMC TV does not control who will have access to the information that you choose to make public, and cannot ensure that parties who have access to such publicly available information will respect your privacy or keep it secure. This Privacy Policy does not apply to any information that you disclose publicly, share with others, or otherwise upload onto the Sites. We are not responsible for the accuracy, use or misuse of any content or information that you disclose or receive through the Sites.<br>(ii) <strong>Name and Likeness.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We may also publish your name, voice, likeness and other Personal Information that is part of your User Generated Content (or any portion of the content), and IAMC TV may use the content, or any portion of the content, for advertising, marketing, publicity and promotional activities. For full terms and conditions regarding User Generated Content you submit to the Sites, please review our Terms of Use.<br><strong>E. Does Third Party Content and Links to Third Party Sites Appear on the Sites?</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Sites may contain content that is supplied by a third party, and those third parties may collect web site usage information and your Device Identifier when web pages from the Sites are served to your browser. In addition, when you are on the Sites you may be directed to other sites that are operated and controlled by third parties that we do not control. We are not responsible for the privacy practices employed by any of these third-party sites. For example, if you “click” on a banner advertisement, the “click” may take you off the Sites onto a different web site. These other web sites may send their own cookies to you, independently collect data, or solicit Personal Information and may or may not have their own published privacy policies. IAMC TV encourages you to note when you leave our Sites and to read the privacy statements of all third-party web sites before submitting any Personal Information to those sites.<br><strong>F. Are There Third-Party Ads Served on The Sites?</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Sites may use third parties such as network advertisers to serve advertisements on the Sites and may use third party analytics service providers to evaluate and provide us with information about the use of the Sites and viewing of our content. Network advertisers are third parties that display advertisements based on your visits to the Sites and other web sites you have visited. Third-party ad serving enables us to target advertisements to you for products and services in which you might be interested. The Sites’ third party ad network providers, the advertisers, the sponsors and/or traffic measurement services may themselves set and access their own cookies (including flash cookies), web beacons and other tracking technologies on your Device and track certain behavioral information regarding users of your Device via a Device Identifier. These third party cookies (including flash cookies), web beacons and other tracking technologies are set to, among other things: (a) help deliver advertisements to you that you might be interested in; (b) prevent you from seeing the same advertisements too many times; and (c) understand the usefulness to you of the advertisements that have been delivered to you. You acknowledge and agree that the Device Identifier may access and use your computer or device and may set or change settings on your computer or device in connection with the web sites’ operation. Note that any images (or any other parts of a web page) served by third parties in association with third party cookies may serve as web beacons, which enable third parties to carry out the previously described activities. Third party cookies (including flash cookies) and web beacons are governed by each third party’s specific privacy policy, not this one. While we may use a variety of companies to serve advertisements on the Sites, you may wish to visit www.networkadvertising.org<a href=\"http://www.networkadvertising.org/optout_nonppii.asp\">/optout_nonppii.asp</a>, which provides information regarding this practice by Network Advertising Initiative (“<strong>NAI</strong>“) members, and your choices regarding having this information used by these companies, including the “opt-out” procedures of NAI members. This Privacy Policy does not cover the methods for collecting information used by these third-party advertisers or the use of the information that such advertisers collect. We make no representations regarding the policies or business practices of third-party network advertisers.<br><strong>G. How Do I Change My Information and Communications Preferences?</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You are responsible for maintaining the accuracy of any Personal Information or other information that you provide to us on or through the Sites, and for correcting or updating any Personal Information or other information you have provided to us on or through the Sites. Should you wish to change any Personal Information or other information, please reach us <strong>through our contact page</strong>. We will make good faith efforts to make requested changes in our then active databases as soon as reasonably practicable after we receive them.<br><strong>H. What About Consent to Transfer Information to The United States?</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Sites are operated in the United States and intended for users located in the United States. If you are located in the European Union, Canada or anywhere else outside of the United States, please be aware that information we collect, including, without limitation, Personal Information, will be transferred to, processed and stored in the United States. The data protection laws in the United States may differ from those of the country in which you are located, and your Personal Information may be subject to access requests from governments, courts, or law enforcement in the United States according to laws of the United States. By using the Sites or providing us with any information, you consent to this transfer, processing, and storage of your information in the United States.<br><strong>I. What Should Parents Know About Children?</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Sites are general audience web sites and we do not knowingly collect any Personal Information from children younger than the age of thirteen (13). We will delete any Personal Information collected that we later determine to be from a user younger than the age of thirteen (13).<br><strong>J. What About Security?</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We incorporate commercially reasonable safeguards to help protect and secure your Personal Information. However, no data transmission over the Internet, wireless transmission or electronic storage of information can be guaranteed to be 100% secure. Please note that we cannot ensure or warrant the security of any information you transmit to us, and you use our Sites and provide us with your information at your own risk.<br><strong>K. What About Changes to The Privacy Policy?</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>IAMC TV reserves the right to change this Privacy Policy at any time without notice to you. Any changes will be effective immediately upon the posting of the revised Privacy Policy. However, IAMC TV will not use your Personal Information in a manner materially different than what was stated at the time it was collected without your consent.<strong><u></u></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><u>General Provisions</u></strong><strong></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>A.<u> IAMC TV’s Consent or Approval.</u></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As to any provision in these Terms or any Additional Terms that grants IAMC TV a right of consent or approval, or permits IAMC TV to exercise a right in its “sole discretion,” IAMC TV may exercise that right in its sole and absolute discretion.&nbsp; No IAMC TV consent or approval may be deemed to have been granted by IAMC TV without being in writing and signed by an officer of IAMC TV.<br><strong>B. <u>Applicable Law</u></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These Terms and any Additional Terms will be governed by and construed in accordance with, and any Dispute and Excluded Dispute will be resolved in accordance with, the laws of the State of Georgia, without regard to its conflicts of law provisions.<br><strong>C. <u>Indemnity</u></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You agree to defend, indemnify and hold harmless IAMC TV, its parent and subsidiary companies and divisions, its affiliates and their respective directors, officers, employees and agents from and against any and all claims, actions, suits or proceedings, as well as any and all losses, liabilities, damages, costs and expenses (including reasonable legal fees and costs) arising out of or accruing from (a) any material posted or otherwise provided by you (including without limitation User Content), or any other subscriber or user of your account that infringes any intellectual property right of any person or entity or defames any person or violates their rights of publicity or privacy, (b) any misrepresentation made by you in connection with your use of the online services; and (c) any breach of any of the representation, warranties or other terms or conditions relating to use of your User Content.<br><strong>D. <u>Operation of Service in The United States; Availability of Products and Services; International Issues</u></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>IAMC TV controls and operates the Service from its U.S.-based offices in Atlanta, GA., and IAMC TV makes no representation that the Service is appropriate or available for use beyond the U.S.A.&nbsp; If you use the Service from other locations, you are doing so on your own initiative and are responsible for compliance with applicable local laws regarding your online conduct and acceptable content, if and to the extent local laws apply.&nbsp;&nbsp; The Service may describe products and services that are available only in the U.S.A. (or only parts of it) and are not available worldwide.&nbsp; We reserve the right to limit the availability of the Service and/or the provision of any content, program, product, service, or other feature described or available on the Service to any person, entity, geographic area, or jurisdiction, at any time and in our sole discretion, and to limit the quantities of any content, program, product, service, or other feature that we provide.&nbsp; You and we disclaim any application to these Terms of the Convention on Contracts for the International Sale of Goods.<br><strong>E. <u>Export Controls</u></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Software related to or made available by the Service may be subject to export controls of the U.S.A.&nbsp; No software from the Service may be downloaded, exported, or re-exported (i) into (or to a national or resident of) any country or other jurisdiction to which the U.S.A. has embargoed goods, software, technology or services (which, as of the effective date of these Terms, includes Cuba, North Korea, Iran, Sudan, and Syria), or (ii) to anyone on the U.S. Treasury Department’s list of Specially Designated Nationals or the U.S. Commerce Department’s Table of Deny Orders, or (iii) to anyone on the U.S. Department of Commerce’s Bureau of Industry and Security Entities List as published in the Export Administration Regulations (including entities engaged in weapons of mass destruction proliferation in various countries and persons and entities that are suspected of diverting U.S. origin items to embargoed countries or terrorist end-uses).&nbsp; You are responsible for complying with all trade regulations and laws both foreign and domestic.&nbsp; Except as authorized by law, you agree and warrant not to export or re-export the software to any county, or to any person, entity, or end-user subject to U.S. export controls, including as set forth in subsections (i) – (iii) above.<br><strong>F. <u>Severability; Interpretation</u></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If any provision of these Terms, or any Additional Terms, is for any reason deemed invalid, unlawful, void, or unenforceable by a court or arbitrator of competent jurisdiction, then that provision will be deemed severable from these Terms or the Additional Terms, and the invalidity of the provision will not affect the validity or enforceability of the remainder of these Terms or the Additional Terms (which will remain in full force and effect). To the extent permitted by applicable law, you agree to waive, and you hereby waive, any applicable statutory and common law that may permit a contract to be construed against its drafter.&nbsp; Wherever the word “including” is used in these Terms or any Additional Terms, the word will be deemed to mean “including, without limitation,”. The summaries of provisions and section headings are provided for convenience only and shall not limit the full Terms.<br><strong>G. <u>Communications</u></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When you communicate with us electronically, such as via e-mail and text message, you consent to receive communications from us electronically.&nbsp; Please note that we are not obligated to respond to inquiries that we receive.&nbsp; You agree that all agreements, notices, disclosures, and other communications that we provide to you electronically satisfy any legal requirement that such communications be in writing.<br><strong>H. <u>Investigations; Cooperation with Law Enforcement; Termination; Survival</u></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>IAMC TV reserves the right, without any limitation, to: (i) investigate any suspected breaches of its Service security or its information technology or other systems or networks, (ii) investigate any suspected breaches of these Terms and any Additional Terms, (iii) investigate any information obtained by IAMC TV in accordance with its <strong>Privacy Policy</strong><strong> </strong>in connection with reviewing law enforcement databases or complying with criminal laws, (iv) involve and cooperate with law enforcement authorities in investigating any of the foregoing matters, (v) prosecute violators of these Terms and any Additional Terms, and (vi) discontinue the Service, in whole or in part, or, except as may be expressly set forth in any Additional Terms, suspend or terminate your access to it, in whole or in part, including any user Accounts or registrations, at any time, without notice, for any reason and without any obligation to you or any third party.&nbsp; Any suspension or termination will not affect your obligations to IAMC TV under these Terms or any Additional Terms.&nbsp; Upon suspension or termination of your access to the Service, or upon notice from IAMC TV, all rights granted to you under these Terms or any Additional Terms will cease immediately, and you agree that you will immediately discontinue use of the Service.&nbsp; The provisions of these Terms and any Additional Terms, which by their nature should survive your suspension or termination will survive, including the rights and licenses you grant to IAMC TV in these Terms, as well as the indemnities, releases, disclaimers, and limitations on liability and the provisions regarding jurisdiction, choice of law, no class action, and mandatory arbitration.<br><strong>I. <u>Assignment</u></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>IAMC TV may assign its rights and obligations under these Terms and any Additional Terms, in whole or in part, to any party at any time without any notice.&nbsp; These Terms and any Additional Terms may not be assigned by you, and you may not delegate your duties under them, without the prior written consent of an officer of IAMC TV.<br><strong>J. <u>No Waiver</u></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Except as expressly set forth in these Terms or any Additional Terms, (i) no failure or delay by you or IAMC TV in exercising any of rights, powers, or remedies under will operate as a waiver of that or any other right, power, or remedy, and (ii) no waiver or modification of any provision of these Terms or any Additional Terms will be effective unless in writing and signed by the party against whom the waiver or modification is sought to be enforced.<br><strong>K. <u>California Consumer Rights</u></strong>.<br>Residents of California are entitled to the following specific consumer rights information: you may contact the Complaint Assistance Unit of the Division of Consumer Services of the Department of Consumer Affairs by mail at: 400 R St., Suite 1080, Sacramento, California, 95814, or by telephone at (916) 445-1254. Their website is located at: http://www.dca.ca.gov.<br><strong>L. <u>Connectivity</u></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You are responsible for obtaining and maintaining all Devices and other equipment and software, and all internet service provider, mobile service, and other services needed for your access to and use of the Service and you will be responsible for all charges related to them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Last Updated June 9, 2020</p>\n<!-- /wp:paragraph -->', 'Privacy Policy', '', 'publish', 'closed', 'closed', '', 'privacy-policy', '', '', '2020-06-09 13:14:52', '2020-06-09 17:14:52', '', 0, 'https://www.iamctv.com/?page_id=29', 0, 'page', '', 0);
INSERT INTO `iamc_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
(30, 1, '2020-06-09 13:14:48', '2020-06-09 17:14:48', '<!-- wp:paragraph -->\n<p>This Privacy Policy explains International African Movie Channel (IAMC TV) information collection practices at the Sites, such as the types of information IAMC TV collects regarding visitors to the Sites and how we may use that information. Please review this Privacy Policy carefully. In addition, please review the Sites’ Terms of Use, which governs your use of the Sites<br><strong>A. What Information Do the Sites Collect?</strong><br>(i)<strong> </strong><strong>Information You Provide to Us</strong><br><strong>Personal Information and Demographic Information</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We may ask you to provide us with certain categories of information such as: (1) personal information, which is information that could reasonably be used to identify you personally, such as your name, phone number, e-mail address, and physical address (“<strong>Personal Information</strong>“); and (2) demographic information, such as gender, zip code, or similar information (“<strong>Demographic Information</strong>“). We may collect this information through various forms and in various places on the Sites, including account registration forms, e-mail newsletter sign-ups, or when you submit information, communicate, or otherwise interact with us. If we combine Demographic Information with the Personal Information we collect, we will treat it as Personal Information under this Privacy Policy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br>(ii) <strong>Information We Collect As You Access And Use The Sites</strong><br>In addition to any Personal Information or other information that you choose to submit to the Sites, we and our third-party service providers may use a variety of technologies that automatically or passively collect certain information whenever you visit or interact with the Sites (“<strong>Usage Information</strong>“). This Usage Information may include the browser you are using, the URL that referred you to our Sites, all of the areas within our Sites that you visit, other information about your electronic browsing and the time of day, among other information. We may use Usage Information for a variety of purposes, including to enhance or otherwise improve the Sites. In addition, we collect your IP address or other unique identifier (“<strong>Device Identifier</strong> “) for your computer or other device used to access the Sites (any, a “<strong>Device</strong> “). A Device Identifier is a number that is automatically assigned to your Device used to access the Sites, and our computers identify your Device by its Device Identifier. Usage Information may be non-identifying or may be associated with you. Whenever we associate Usage Information or a Device Identifier with your Personal Information, we will treat it as Personal Information.<br>A few of the methods that may be used to collect Usage Information include the following:<br><em><strong>Cookies</strong></em>. A cookie is a data file placed on a Device when it is used to visit the Sites. A Flash cookie is a data file placed on a Device via the Adobe Flash plugin that may be built-in to or downloaded by you to your Device. Cookies and Flash Cookies may be used for many purposes, including, without limitation, remembering you and your preferences and tracking your visits to our web pages. If you choose to disable cookies or Flash cookies on your Device, some features of the Sites may not function properly.<br><em><strong>Web Beacons</strong></em>. Small graphic images or other web programming code called web beacons (also known as “1×1 GIFs,” “one-pixel GIFs,” or “clear GIFs”) may be included in our web pages and e-mail messages. Web beacons may be invisible to you, but any electronic image or other web programming code inserted into a web page or e-mail can act as a web beacon. Web beacons or similar technologies may be used for a number of purposes, including, without limitation, to count visitors to the Sites, to monitor how users navigate the Sites, to make cookies more effective, to count how many e-mails that were sent were actually opened or to count how many particular articles or links were actually viewed.<br><em><strong>Embedded Scripts</strong></em>. An embedded script is programming code that is designed to collect information about your interactions with the Sites, such as the links you click on. The code is temporarily downloaded onto your Device from our web server or a third party service provider, is active only while you are connected to the Sites, and is deactivated or deleted thereafter.<br>(iii) <strong>Information Third Parties Provide About You</strong><br>We may, from time to time, supplement the information we collect about you online with outside records from third parties in order to enhance our ability to serve you, to tailor our content to you and to offer you opportunities to purchase products or services that we believe may be of interest to you. We may combine the information we receive from those sources with information we collect through the Sites. In those cases, we will apply this Privacy Policy to any Personal Information received, unless we have disclosed otherwise.<br>The Sites include functionality that allows certain kinds of interactions between the Sites and your account on a third party web site. The use of this functionality may involve the third-party web site providing certain information, including Personal Information, to the Sites. For example, when you register with the Sites, you may choose to use your Facebook, Google, or other supported account from a third-party site to facilitate the registration and login process on the Sites. If you choose to use this functionality, the third-party site may send Personal Information about you to the Sites, which we will then treat as Personal Information under this Privacy Policy.<br>In addition, IAMC TV may provide third party sites’ API or links on the Sites to facilitate your sending a communication from the Sites. For example, IAMC TV may use third parties to facilitate emails, tweets, or Facebook postings. These third parties may retain any information used or provided in any such communications. IAMC TV may not control or have access to your communications through these third parties. You should review the third party’s terms of use and privacy policies before engaging in their use.<br>(iv) <strong>Information You Provide About A Third Party</strong><br>If you send someone else a communication from the Sites, such as sending an article to a friend or information about a job opening, we use the information you provide (typically, names and e-mail addresses) on a one-time basis to facilitate the communication and we do not use it for any other marketing purpose, unless we obtain consent from that person.<br><strong>B. How Do We Use the Information Collected?</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>IAMC TV may use your Personal Information, Demographic Information or Usage Information that we collect about you: (1) to provide you with information or services or process transactions that you have requested or agreed to receive, including to send you electronic newsletters, or to provide you with special offers or promotional materials on behalf of us or third parties; (2) to enable you to participate in a variety of the Sites’ features such as online entry sweepstakes and message boards; (3) to process your registration with the Sites, including verifying your e-mail address is active and valid; (4) to improve the Sites or our services, to customize your experience on the Sites, or to serve you specific content, including advertisements, that are most relevant to you; (5) to contact you with regard to your use of the Sites and, in our discretion, changes to the Sites and/or Sites’ policies; (6) for internal business purposes; and (7) for purposes disclosed at the time you provide your information or as otherwise set forth in this Privacy Policy.<br>Please note that information submitted to the Sites via a “contact us” or other similar function may not receive a response. We will not use the information provided to contact you for marketing purposes unrelated to your request unless you agree otherwise.<br><strong>C.&nbsp; How and When Do We Disclose Information to Third Parties?</strong><br>(i) <strong>When You Agree to Receive Information from Third Parties.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You may be presented with an opportunity to receive information and/or marketing offers directly from third parties. If you do agree (or do not decline) to have your Personal Information shared, your Personal Information will be disclosed to such third parties and all information you disclose will be subject to the privacy policy and practices of such third parties. We are not responsible for the privacy policies and practices of such third parties and, therefore, you should review the privacy policies and practices of such third parties prior to agreeing to receive such information from third parties. If you later decide that you no longer want to receive communication from a third party, you will need to contact that third party directly.<br>(ii) <strong>Third Parties Providing Services on Our Behalf.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We may use third party vendors to perform certain services on behalf of the Sites, such as hosting the Sites, designing and/or operating the Sites’ features, tracking Site analytics, ad serving, and enabling IAMC TV to send you e-mail newsletters or performing other administrative services. We may provide these companies with access to user information, including Personal Information, to carry out the services they are performing for you or for IAMC TV. While we may use third party analytics service providers to evaluate and provide us with information about the use of the Sites and viewing of our content. we do not share Personal Information with these analytics service providers, but they&nbsp;may set and access their own cookies, web beacons and embedded scripts on your Device and they may otherwise collect or have access to information about you, including non-personally identifiable information.<br>(iii) <strong>Co-branded Areas.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Certain areas of the Sites may be provided to you in association with third parties (“<strong>Co-Branded Areas</strong>“) and may require you to disclose Personal Information in order to register for and access products and/or services. Such Co-Branded Areas will identify the third-party associates. If you elect to register for products and/or services at Co-Branded Areas, you may be providing your information to both IAMC TV and the third-party associates. Further, if you sign-in to a Co-Branded Area with a username and password obtained on the Sites, your Personal Information may be disclosed to the identified third party associates for that Co-Branded Area and will be subject to the posted privacy policies.<br>(iv) <strong>Sweepstakes, Contests and Promotions.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We may offer sweepstakes, contests, and other promotions (any, a <strong>“</strong><strong>Promotion”</strong>) through the Sites that may require registration. By participating in a Promotion, you are agreeing to the terms, conditions or official rules that govern that Promotion, which may contain specific requirements of you, including, except where prohibited by law, allowing the sponsor(s) of the Promotion to use your name, voice and/or likeness in advertising or marketing associated with the Promotion. If you choose to enter a Promotion, Personal Information may be disclosed to third parties or the public in connection with the administration of such Promotion, including, without limitation, in connection with winner selection, prize fulfillment, and as required by law or permitted by the Promotion’s official rules, such as on a winners list.<br>(v) <strong>Administrative and Legal Reasons.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We may transfer and disclose your information, including Personal Information, to third parties: (i) in the event we are required to respond to subpoenas or other legal process or if in our good faith opinion such disclosure is required by law; (ii) at the request of governmental authorities conducting an investigation; (iii) to protect and/or defend the Sites’ Terms of Use or other policies applicable to the Sites; or (iv) to protect the personal safety, rights, property or security of any individual. We may also use IP address or other Device Identifiers to identify users, and may do so in cooperation with copyright owners, internet service providers, wireless service providers or law enforcement agencies in our discretion. Such disclosures may be carried out without notice to you.<br>(vi) <strong>Business Transfer.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>IAMC TV may share Personal Information with its subsidiaries and affiliates for internal reasons. IAMC TV also reserves the right to disclose and transfer all information related to the Sites, including, without limitation, your Personal Information, Demographic Information and Usage Information: (i) to a subsequent owner, co-owner or operator of the Sites or applicable database; or (ii) in connection with a corporate merger, consolidation, restructuring, the sale of substantially all of IAMC TV’s stock and/or assets or other corporate change, including, without limitation, during the course of any due diligence process.<br><strong>D. What About Information I Disclose Publicly?</strong><br>(I) <strong>User Generated Content, Social Networking and Public Information.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Sites may permit you to submit ideas, photographs, user profiles, writings, music, video, audio recordings, computer graphics, pictures, data, questions, comments, suggestions or other content, including Personal Information (collectively, <strong>“</strong><strong>User Generated Content”</strong>). User Generated Content may be published online or offline in any media or format (currently existing or hereafter developed). Others may have access to this User Generated Content and may have the ability to share it with third parties across the Internet. Additionally, you may have the opportunity to engage in social networking through the Sites, such as creating a public profile, sharing User Generated Content, and inviting others to connect with you. Please think carefully before deciding what information you share, including Personal Information, in connection with your User Generated Content or social networking activities. Please note that IAMC TV does not control who will have access to the information that you choose to make public, and cannot ensure that parties who have access to such publicly available information will respect your privacy or keep it secure. This Privacy Policy does not apply to any information that you disclose publicly, share with others, or otherwise upload onto the Sites. We are not responsible for the accuracy, use or misuse of any content or information that you disclose or receive through the Sites.<br>(ii) <strong>Name and Likeness.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We may also publish your name, voice, likeness and other Personal Information that is part of your User Generated Content (or any portion of the content), and IAMC TV may use the content, or any portion of the content, for advertising, marketing, publicity and promotional activities. For full terms and conditions regarding User Generated Content you submit to the Sites, please review our Terms of Use.<br><strong>E. Does Third Party Content and Links to Third Party Sites Appear on the Sites?</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Sites may contain content that is supplied by a third party, and those third parties may collect web site usage information and your Device Identifier when web pages from the Sites are served to your browser. In addition, when you are on the Sites you may be directed to other sites that are operated and controlled by third parties that we do not control. We are not responsible for the privacy practices employed by any of these third-party sites. For example, if you “click” on a banner advertisement, the “click” may take you off the Sites onto a different web site. These other web sites may send their own cookies to you, independently collect data, or solicit Personal Information and may or may not have their own published privacy policies. IAMC TV encourages you to note when you leave our Sites and to read the privacy statements of all third-party web sites before submitting any Personal Information to those sites.<br><strong>F. Are There Third-Party Ads Served on The Sites?</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Sites may use third parties such as network advertisers to serve advertisements on the Sites and may use third party analytics service providers to evaluate and provide us with information about the use of the Sites and viewing of our content. Network advertisers are third parties that display advertisements based on your visits to the Sites and other web sites you have visited. Third-party ad serving enables us to target advertisements to you for products and services in which you might be interested. The Sites’ third party ad network providers, the advertisers, the sponsors and/or traffic measurement services may themselves set and access their own cookies (including flash cookies), web beacons and other tracking technologies on your Device and track certain behavioral information regarding users of your Device via a Device Identifier. These third party cookies (including flash cookies), web beacons and other tracking technologies are set to, among other things: (a) help deliver advertisements to you that you might be interested in; (b) prevent you from seeing the same advertisements too many times; and (c) understand the usefulness to you of the advertisements that have been delivered to you. You acknowledge and agree that the Device Identifier may access and use your computer or device and may set or change settings on your computer or device in connection with the web sites’ operation. Note that any images (or any other parts of a web page) served by third parties in association with third party cookies may serve as web beacons, which enable third parties to carry out the previously described activities. Third party cookies (including flash cookies) and web beacons are governed by each third party’s specific privacy policy, not this one. While we may use a variety of companies to serve advertisements on the Sites, you may wish to visit www.networkadvertising.org<a href=\"http://www.networkadvertising.org/optout_nonppii.asp\">/optout_nonppii.asp</a>, which provides information regarding this practice by Network Advertising Initiative (“<strong>NAI</strong>“) members, and your choices regarding having this information used by these companies, including the “opt-out” procedures of NAI members. This Privacy Policy does not cover the methods for collecting information used by these third-party advertisers or the use of the information that such advertisers collect. We make no representations regarding the policies or business practices of third-party network advertisers.<br><strong>G. How Do I Change My Information and Communications Preferences?</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You are responsible for maintaining the accuracy of any Personal Information or other information that you provide to us on or through the Sites, and for correcting or updating any Personal Information or other information you have provided to us on or through the Sites. Should you wish to change any Personal Information or other information, please reach us <strong>through our contact page</strong>. We will make good faith efforts to make requested changes in our then active databases as soon as reasonably practicable after we receive them.<br><strong>H. What About Consent to Transfer Information to The United States?</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Sites are operated in the United States and intended for users located in the United States. If you are located in the European Union, Canada or anywhere else outside of the United States, please be aware that information we collect, including, without limitation, Personal Information, will be transferred to, processed and stored in the United States. The data protection laws in the United States may differ from those of the country in which you are located, and your Personal Information may be subject to access requests from governments, courts, or law enforcement in the United States according to laws of the United States. By using the Sites or providing us with any information, you consent to this transfer, processing, and storage of your information in the United States.<br><strong>I. What Should Parents Know About Children?</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Sites are general audience web sites and we do not knowingly collect any Personal Information from children younger than the age of thirteen (13). We will delete any Personal Information collected that we later determine to be from a user younger than the age of thirteen (13).<br><strong>J. What About Security?</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We incorporate commercially reasonable safeguards to help protect and secure your Personal Information. However, no data transmission over the Internet, wireless transmission or electronic storage of information can be guaranteed to be 100% secure. Please note that we cannot ensure or warrant the security of any information you transmit to us, and you use our Sites and provide us with your information at your own risk.<br><strong>K. What About Changes to The Privacy Policy?</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>IAMC TV reserves the right to change this Privacy Policy at any time without notice to you. Any changes will be effective immediately upon the posting of the revised Privacy Policy. However, IAMC TV will not use your Personal Information in a manner materially different than what was stated at the time it was collected without your consent.<strong><u></u></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong><u>General Provisions</u></strong><strong></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>A.<u> IAMC TV’s Consent or Approval.</u></strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As to any provision in these Terms or any Additional Terms that grants IAMC TV a right of consent or approval, or permits IAMC TV to exercise a right in its “sole discretion,” IAMC TV may exercise that right in its sole and absolute discretion.&nbsp; No IAMC TV consent or approval may be deemed to have been granted by IAMC TV without being in writing and signed by an officer of IAMC TV.<br><strong>B. <u>Applicable Law</u></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These Terms and any Additional Terms will be governed by and construed in accordance with, and any Dispute and Excluded Dispute will be resolved in accordance with, the laws of the State of Georgia, without regard to its conflicts of law provisions.<br><strong>C. <u>Indemnity</u></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You agree to defend, indemnify and hold harmless IAMC TV, its parent and subsidiary companies and divisions, its affiliates and their respective directors, officers, employees and agents from and against any and all claims, actions, suits or proceedings, as well as any and all losses, liabilities, damages, costs and expenses (including reasonable legal fees and costs) arising out of or accruing from (a) any material posted or otherwise provided by you (including without limitation User Content), or any other subscriber or user of your account that infringes any intellectual property right of any person or entity or defames any person or violates their rights of publicity or privacy, (b) any misrepresentation made by you in connection with your use of the online services; and (c) any breach of any of the representation, warranties or other terms or conditions relating to use of your User Content.<br><strong>D. <u>Operation of Service in The United States; Availability of Products and Services; International Issues</u></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>IAMC TV controls and operates the Service from its U.S.-based offices in Atlanta, GA., and IAMC TV makes no representation that the Service is appropriate or available for use beyond the U.S.A.&nbsp; If you use the Service from other locations, you are doing so on your own initiative and are responsible for compliance with applicable local laws regarding your online conduct and acceptable content, if and to the extent local laws apply.&nbsp;&nbsp; The Service may describe products and services that are available only in the U.S.A. (or only parts of it) and are not available worldwide.&nbsp; We reserve the right to limit the availability of the Service and/or the provision of any content, program, product, service, or other feature described or available on the Service to any person, entity, geographic area, or jurisdiction, at any time and in our sole discretion, and to limit the quantities of any content, program, product, service, or other feature that we provide.&nbsp; You and we disclaim any application to these Terms of the Convention on Contracts for the International Sale of Goods.<br><strong>E. <u>Export Controls</u></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Software related to or made available by the Service may be subject to export controls of the U.S.A.&nbsp; No software from the Service may be downloaded, exported, or re-exported (i) into (or to a national or resident of) any country or other jurisdiction to which the U.S.A. has embargoed goods, software, technology or services (which, as of the effective date of these Terms, includes Cuba, North Korea, Iran, Sudan, and Syria), or (ii) to anyone on the U.S. Treasury Department’s list of Specially Designated Nationals or the U.S. Commerce Department’s Table of Deny Orders, or (iii) to anyone on the U.S. Department of Commerce’s Bureau of Industry and Security Entities List as published in the Export Administration Regulations (including entities engaged in weapons of mass destruction proliferation in various countries and persons and entities that are suspected of diverting U.S. origin items to embargoed countries or terrorist end-uses).&nbsp; You are responsible for complying with all trade regulations and laws both foreign and domestic.&nbsp; Except as authorized by law, you agree and warrant not to export or re-export the software to any county, or to any person, entity, or end-user subject to U.S. export controls, including as set forth in subsections (i) – (iii) above.<br><strong>F. <u>Severability; Interpretation</u></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If any provision of these Terms, or any Additional Terms, is for any reason deemed invalid, unlawful, void, or unenforceable by a court or arbitrator of competent jurisdiction, then that provision will be deemed severable from these Terms or the Additional Terms, and the invalidity of the provision will not affect the validity or enforceability of the remainder of these Terms or the Additional Terms (which will remain in full force and effect). To the extent permitted by applicable law, you agree to waive, and you hereby waive, any applicable statutory and common law that may permit a contract to be construed against its drafter.&nbsp; Wherever the word “including” is used in these Terms or any Additional Terms, the word will be deemed to mean “including, without limitation,”. The summaries of provisions and section headings are provided for convenience only and shall not limit the full Terms.<br><strong>G. <u>Communications</u></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When you communicate with us electronically, such as via e-mail and text message, you consent to receive communications from us electronically.&nbsp; Please note that we are not obligated to respond to inquiries that we receive.&nbsp; You agree that all agreements, notices, disclosures, and other communications that we provide to you electronically satisfy any legal requirement that such communications be in writing.<br><strong>H. <u>Investigations; Cooperation with Law Enforcement; Termination; Survival</u></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>IAMC TV reserves the right, without any limitation, to: (i) investigate any suspected breaches of its Service security or its information technology or other systems or networks, (ii) investigate any suspected breaches of these Terms and any Additional Terms, (iii) investigate any information obtained by IAMC TV in accordance with its <strong>Privacy Policy</strong><strong> </strong>in connection with reviewing law enforcement databases or complying with criminal laws, (iv) involve and cooperate with law enforcement authorities in investigating any of the foregoing matters, (v) prosecute violators of these Terms and any Additional Terms, and (vi) discontinue the Service, in whole or in part, or, except as may be expressly set forth in any Additional Terms, suspend or terminate your access to it, in whole or in part, including any user Accounts or registrations, at any time, without notice, for any reason and without any obligation to you or any third party.&nbsp; Any suspension or termination will not affect your obligations to IAMC TV under these Terms or any Additional Terms.&nbsp; Upon suspension or termination of your access to the Service, or upon notice from IAMC TV, all rights granted to you under these Terms or any Additional Terms will cease immediately, and you agree that you will immediately discontinue use of the Service.&nbsp; The provisions of these Terms and any Additional Terms, which by their nature should survive your suspension or termination will survive, including the rights and licenses you grant to IAMC TV in these Terms, as well as the indemnities, releases, disclaimers, and limitations on liability and the provisions regarding jurisdiction, choice of law, no class action, and mandatory arbitration.<br><strong>I. <u>Assignment</u></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>IAMC TV may assign its rights and obligations under these Terms and any Additional Terms, in whole or in part, to any party at any time without any notice.&nbsp; These Terms and any Additional Terms may not be assigned by you, and you may not delegate your duties under them, without the prior written consent of an officer of IAMC TV.<br><strong>J. <u>No Waiver</u></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Except as expressly set forth in these Terms or any Additional Terms, (i) no failure or delay by you or IAMC TV in exercising any of rights, powers, or remedies under will operate as a waiver of that or any other right, power, or remedy, and (ii) no waiver or modification of any provision of these Terms or any Additional Terms will be effective unless in writing and signed by the party against whom the waiver or modification is sought to be enforced.<br><strong>K. <u>California Consumer Rights</u></strong>.<br>Residents of California are entitled to the following specific consumer rights information: you may contact the Complaint Assistance Unit of the Division of Consumer Services of the Department of Consumer Affairs by mail at: 400 R St., Suite 1080, Sacramento, California, 95814, or by telephone at (916) 445-1254. Their website is located at: http://www.dca.ca.gov.<br><strong>L. <u>Connectivity</u></strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You are responsible for obtaining and maintaining all Devices and other equipment and software, and all internet service provider, mobile service, and other services needed for your access to and use of the Service and you will be responsible for all charges related to them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Last Updated June 9, 2020</p>\n<!-- /wp:paragraph -->', 'Privacy Policy', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2020-06-09 13:14:48', '2020-06-09 17:14:48', '', 29, 'https://www.iamctv.com/29-revision-v1/', 0, 'revision', '', 0),
(31, 1, '2020-06-09 13:17:58', '2020-06-09 17:17:58', '<!-- wp:paragraph -->\n<p>By accessing this web site, you are agreeing to be bound by these web site terms and conditions of use, all applicable laws and regulations, and agree that you are responsible for compliance with any applicable local laws. If you do not agree with any of these terms, you are prohibited from using or accessing this site. The materials contained in this web site are protected by applicable copyright and trademark law.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Intellectual Property Rights</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>All copyrights, trademarks, patents, and other intellectual property rights in and on our website and all content and software located on the site shall remain the sole property of IAMC TV or its licensors. The use of our trademarks, content and intellectual property is forbidden without the express written consent from IAMC TV.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>You must not:</h3>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Republish material from our website without prior written consent.</li><li>Sell or rent material from our website.</li><li>Reproduce, duplicate, create derivative, copy, or otherwise exploit material on our website for any purpose.</li><li>Redistribute any content from our website, including onto another website.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Acceptable Use</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>You agree to use our website only for lawful purposes, and in a way that does not infringe the rights of, restrict or inhibit anyone else’s use and enjoyment of the website. Prohibited behavior includes harassing or causing distress or inconvenience to any other user, transmitting obscene or offensive content, or disrupting the normal flow of dialogue within our website.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You must not use our website to send unsolicited commercial communications. You must not use the content on our website for any marketing related purpose without our express written consent.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Restricted Access</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We may in the future need to restrict access to parts (or all) of our website and reserve full rights to do so. If, at any point, we provide you with a username and password for you to access restricted areas of our website, you must ensure that both your username and password are kept confidential.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Revisions</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>IAMC TV may change these terms from time to time and so you should check these terms regularly. Your continued use of our website will be deemed acceptance of the updated or amended terms. If you do not agree to the changes, you should cease using our website immediately.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If any of these terms are determined to be illegal, invalid, or otherwise unenforceable, it shall be severed and deleted from these terms and the remaining terms shall survive and continue to be binding and enforceable.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Limitation of Liability</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>THE MATERIALS AT THIS SITE ARE PROVIDED “AS IS” WITHOUT ANY EXPRESS OR IMPLIED WARRANTY OF ANY KIND INCLUDING WARRANTIES OF MERCHANTABILITY, NON-INFRINGEMENT OF INTELLECTUAL PROPERTY, OR FITNESS FOR ANY PARTICULAR PURPOSE. IN NO EVENT SHALL IAMC TV OR ITS AGENTS OR OFFICERS BE LIABLE FOR ANY DAMAGES WHATSOEVER (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF PROFITS, BUSINESS INTERRUPTION, LOSS OF INFORMATION, INJURY OR DEATH) ARISING OUT OF THE USE OF OR INABILITY TO USE THE MATERIALS, EVEN IF IAMC TV HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH LOSS OR DAMAGES.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Updated June 9, 2020.</p>\n<!-- /wp:paragraph -->', 'Terms of Use', '', 'publish', 'closed', 'closed', '', 'terms-of-use', '', '', '2020-06-09 13:18:01', '2020-06-09 17:18:01', '', 0, 'https://www.iamctv.com/?page_id=31', 0, 'page', '', 0),
(32, 1, '2020-06-09 13:17:58', '2020-06-09 17:17:58', '<!-- wp:paragraph -->\n<p>By accessing this web site, you are agreeing to be bound by these web site terms and conditions of use, all applicable laws and regulations, and agree that you are responsible for compliance with any applicable local laws. If you do not agree with any of these terms, you are prohibited from using or accessing this site. The materials contained in this web site are protected by applicable copyright and trademark law.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Intellectual Property Rights</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>All copyrights, trademarks, patents, and other intellectual property rights in and on our website and all content and software located on the site shall remain the sole property of IAMC TV or its licensors. The use of our trademarks, content and intellectual property is forbidden without the express written consent from IAMC TV.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>You must not:</h3>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li>Republish material from our website without prior written consent.</li><li>Sell or rent material from our website.</li><li>Reproduce, duplicate, create derivative, copy, or otherwise exploit material on our website for any purpose.</li><li>Redistribute any content from our website, including onto another website.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Acceptable Use</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>You agree to use our website only for lawful purposes, and in a way that does not infringe the rights of, restrict or inhibit anyone else’s use and enjoyment of the website. Prohibited behavior includes harassing or causing distress or inconvenience to any other user, transmitting obscene or offensive content, or disrupting the normal flow of dialogue within our website.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You must not use our website to send unsolicited commercial communications. You must not use the content on our website for any marketing related purpose without our express written consent.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Restricted Access</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We may in the future need to restrict access to parts (or all) of our website and reserve full rights to do so. If, at any point, we provide you with a username and password for you to access restricted areas of our website, you must ensure that both your username and password are kept confidential.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Revisions</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>IAMC TV may change these terms from time to time and so you should check these terms regularly. Your continued use of our website will be deemed acceptance of the updated or amended terms. If you do not agree to the changes, you should cease using our website immediately.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If any of these terms are determined to be illegal, invalid, or otherwise unenforceable, it shall be severed and deleted from these terms and the remaining terms shall survive and continue to be binding and enforceable.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Limitation of Liability</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>THE MATERIALS AT THIS SITE ARE PROVIDED “AS IS” WITHOUT ANY EXPRESS OR IMPLIED WARRANTY OF ANY KIND INCLUDING WARRANTIES OF MERCHANTABILITY, NON-INFRINGEMENT OF INTELLECTUAL PROPERTY, OR FITNESS FOR ANY PARTICULAR PURPOSE. IN NO EVENT SHALL IAMC TV OR ITS AGENTS OR OFFICERS BE LIABLE FOR ANY DAMAGES WHATSOEVER (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF PROFITS, BUSINESS INTERRUPTION, LOSS OF INFORMATION, INJURY OR DEATH) ARISING OUT OF THE USE OF OR INABILITY TO USE THE MATERIALS, EVEN IF IAMC TV HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH LOSS OR DAMAGES.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Updated June 9, 2020.</p>\n<!-- /wp:paragraph -->', 'Terms of Use', '', 'inherit', 'closed', 'closed', '', '31-revision-v1', '', '', '2020-06-09 13:17:58', '2020-06-09 17:17:58', '', 31, 'https://www.iamctv.com/31-revision-v1/', 0, 'revision', '', 0),
(33, 1, '2021-07-09 12:06:39', '2020-06-09 17:18:57', '', 'Home', '', 'publish', 'closed', 'closed', '', 'home', '', '', '2021-07-09 12:06:39', '2021-07-09 16:06:39', '', 0, 'https://www.iamctv.com/?p=33', 1, 'nav_menu_item', '', 0),
(34, 1, '2020-06-09 13:19:39', '2020-06-09 17:19:39', ' ', '', '', 'publish', 'closed', 'closed', '', '34', '', '', '2020-10-13 08:25:47', '2020-10-13 12:25:47', '', 0, 'https://www.iamctv.com/?p=34', 1, 'nav_menu_item', '', 0),
(35, 1, '2020-06-09 13:21:01', '2020-06-09 17:21:01', ' ', '', '', 'publish', 'closed', 'closed', '', '35', '', '', '2020-06-09 13:21:01', '2020-06-09 17:21:01', '', 0, 'https://www.iamctv.com/?p=35', 1, 'nav_menu_item', '', 0),
(36, 1, '2020-06-09 13:21:01', '2020-06-09 17:21:01', ' ', '', '', 'publish', 'closed', 'closed', '', '36', '', '', '2020-06-09 13:21:01', '2020-06-09 17:21:01', '', 0, 'https://www.iamctv.com/?p=36', 2, 'nav_menu_item', '', 0),
(37, 1, '2020-06-09 13:21:01', '2020-06-09 17:21:01', ' ', '', '', 'publish', 'closed', 'closed', '', '37', '', '', '2020-06-09 13:21:01', '2020-06-09 17:21:01', '', 0, 'https://www.iamctv.com/?p=37', 3, 'nav_menu_item', '', 0),
(38, 1, '2020-06-09 13:23:42', '2020-06-09 17:23:42', '', 'Facebook', '', 'publish', 'closed', 'closed', '', 'facebook', '', '', '2020-10-08 18:17:15', '2020-10-08 22:17:15', '', 0, 'https://www.iamctv.com/?p=38', 1, 'nav_menu_item', '', 0),
(39, 1, '2020-06-09 13:23:42', '2020-06-09 17:23:42', '', 'Instagram', '', 'publish', 'closed', 'closed', '', 'instagram', '', '', '2020-10-08 18:17:15', '2020-10-08 22:17:15', '', 0, 'https://www.iamctv.com/?p=39', 2, 'nav_menu_item', '', 0),
(40, 1, '2020-06-09 13:23:42', '2020-06-09 17:23:42', '', 'Twitter', '', 'publish', 'closed', 'closed', '', 'twitter', '', '', '2020-10-08 18:17:15', '2020-10-08 22:17:15', '', 0, 'https://www.iamctv.com/?p=40', 4, 'nav_menu_item', '', 0),
(41, 1, '2021-07-09 12:06:41', '2020-06-09 17:25:54', ' ', '', '', 'publish', 'closed', 'closed', '', '41', '', '', '2021-07-09 12:06:41', '2021-07-09 16:06:41', '', 0, 'https://www.iamctv.com/?p=41', 8, 'nav_menu_item', '', 0),
(42, 1, '2020-06-09 13:29:40', '2020-06-09 17:29:40', '', 'Official Store', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2020-06-09 13:29:40', '2020-06-09 17:29:40', '', 6, 'https://www.iamctv.com/6-revision-v1/', 0, 'revision', '', 0),
(44, 1, '2020-06-09 13:33:43', '2020-06-09 17:33:43', '', 'IAMCSiteIcon', '', 'inherit', 'open', 'closed', '', 'iamcsiteicon', '', '', '2020-06-09 13:33:43', '2020-06-09 17:33:43', '', 23, 'https://www.iamctv.com/wp-content/uploads/2020/06/IAMCSiteIcon.png', 0, 'attachment', 'image/png', 0),
(45, 1, '2020-06-09 13:34:11', '2020-06-09 17:34:11', '', 'IAMCSiteIcon', '', 'inherit', 'open', 'closed', '', 'iamcsiteicon-2', '', '', '2020-06-09 13:34:27', '2020-06-09 17:34:27', '', 23, 'https://www.iamctv.com/wp-content/uploads/2020/06/IAMCSiteIcon-1.png', 0, 'attachment', 'image/png', 0),
(46, 1, '2020-06-09 13:35:09', '2020-06-09 17:35:09', '<!-- wp:paragraph -->\n<p>International African Movie Channel (IAMC TV) is a digital streaming TV channel available on Roku and Amazon Fire TV.  IAMC TV distributes and streams African films and music content globally and is home to various African films and music video productions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"right\",\"id\":45,\"width\":349,\"height\":349,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignright size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2020/06/IAMCSiteIcon-1.png\" alt=\"IAMC TV Logo\" class=\"wp-image-45\" width=\"349\" height=\"349\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The IAMC TV<strong> </strong>network produces original content as well as distributing syndicated materials such as music videos, news, original series, and web based shows.&nbsp; The entertainment and media channel can be accessed in various countries with a strategic focus on Africa, Europe, and the USA. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Viewers of the network can easily access the latest music videos, artist interviews and other digital content through our enhanced database of exclusive and syndicated content from around the globe.</p>\n<!-- /wp:paragraph -->', 'About IAMC TV', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2020-06-09 13:35:09', '2020-06-09 17:35:09', '', 23, 'https://www.iamctv.com/23-revision-v1/', 0, 'revision', '', 0),
(137, 1, '2020-10-13 10:31:06', '2020-10-13 14:31:06', '', 'B30April18', '', 'inherit', '', 'closed', '', 'b30april18', '', '', '2020-10-13 10:31:06', '2020-10-13 14:31:06', '', 75, 'https://www.iamctv.com/wp-content/uploads/2020/10/B30April18.jpg', 0, 'attachment', 'image/jpeg', 0),
(54, 1, '2020-09-04 16:16:03', '2020-09-04 20:16:03', '', 'Monthly', '', 'active', 'closed', 'closed', '', 'monthly', '', '', '2020-09-04 16:16:03', '2020-09-04 20:16:03', '', 0, 'https://www.iamctv.com/?post_type=pms-subscription&#038;p=54', 0, 'pms-subscription', '', 0),
(60, 1, '2020-10-06 16:55:13', '2020-10-06 20:55:13', '.footer-credits .powered-by-wordpress {\n	display: none;\n}', 'twentytwenty', '', 'publish', 'closed', 'closed', '', 'twentytwenty', '', '', '2020-10-06 16:55:13', '2020-10-06 20:55:13', '', 0, 'https://www.iamctv.com/twentytwenty/', 0, 'custom_css', '', 0),
(58, 1, '2020-09-04 16:30:27', '2020-09-04 20:30:27', '[embed]https://iamctv-roku-bucket.s3.amazonaws.com/music-videos/AdekunleGold-Promise.mp4[/embed]', 'Adekunle Gold-Promise', '', 'publish', 'closed', 'closed', '', 'adekunle-gold-promise', '', '', '2020-09-04 16:30:27', '2020-09-04 20:30:27', '', 0, 'https://www.iamctv.com/?post_type=videos&#038;p=58', 0, 'videos', '', 0),
(61, 1, '2020-10-06 16:55:13', '2020-10-06 20:55:13', '.footer-credits .powered-by-wordpress {\n	display: none;\n}', 'twentytwenty', '', 'inherit', 'closed', 'closed', '', '60-revision-v1', '', '', '2020-10-06 16:55:13', '2020-10-06 20:55:13', '', 60, 'https://www.iamctv.com/60-revision-v1/', 0, 'revision', '', 0),
(75, 1, '2020-10-08 17:31:47', '2020-10-08 21:31:47', '<!-- wp:core-embed/youtube {\"url\":\"https://www.youtube.com/playlist?list=PLhA33Qlq7dPTfwX8T1W2OLTC623OhFGXK\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"align\":\"center\",\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed-youtube aligncenter wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/playlist?list=PLhA33Qlq7dPTfwX8T1W2OLTC623OhFGXK\n</div></figure>\n<!-- /wp:core-embed/youtube -->', 'B30MV Countdown-April 2018', '', 'publish', 'closed', 'open', '', 'b30mv-countdown-april-2018', '', '', '2020-10-13 10:34:33', '2020-10-13 14:34:33', '', 0, 'https://www.iamctv.com/?p=75', 0, 'post', '', 0),
(76, 1, '2020-10-08 17:31:47', '2020-10-08 21:31:47', '<!-- wp:core-embed/youtube {\"url\":\"https://www.youtube.com/playlist?list=PLhA33Qlq7dPTfwX8T1W2OLTC623OhFGXK\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"align\":\"center\",\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed-youtube aligncenter wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/playlist?list=PLhA33Qlq7dPTfwX8T1W2OLTC623OhFGXK\n</div></figure>\n<!-- /wp:core-embed/youtube -->', 'B30MV Countdown-April 2018', '', 'inherit', 'closed', 'closed', '', '75-revision-v1', '', '', '2020-10-08 17:31:47', '2020-10-08 21:31:47', '', 75, 'https://www.iamctv.com/75-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `iamc_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
(77, 1, '2020-10-08 17:33:42', '2020-10-08 21:33:42', '<!-- wp:core-embed/youtube {\"url\":\"https://www.youtube.com/playlist?list=PLhA33Qlq7dPR7nX1FzAn8YXSV2eQtsXjc\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"align\":\"center\",\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed-youtube aligncenter wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/playlist?list=PLhA33Qlq7dPR7nX1FzAn8YXSV2eQtsXjc\n</div></figure>\n<!-- /wp:core-embed/youtube -->', 'B30MV Countdown-July 2018', '', 'publish', 'closed', 'open', '', 'b30mv-countdown-july-2018', '', '', '2020-10-13 10:35:18', '2020-10-13 14:35:18', '', 0, 'https://www.iamctv.com/?p=77', 0, 'post', '', 0),
(64, 1, '2020-10-08 17:09:02', '2020-10-08 21:09:02', '<!-- wp:paragraph -->\n<p>“Blazin\' 30 Music Video”&nbsp;(B30MV) is a curated show by&nbsp;IAMC TV and&nbsp;broadcasted on IAMC TV Roku channel as a music video countdown show.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"right\",\"id\":65,\"width\":409,\"height\":153,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignright size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2020/10/B30MVLogo-1024x383.png\" alt=\"\" class=\"wp-image-65\" width=\"409\" height=\"153\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>B30MV&nbsp;showcases the best music videos from continental&nbsp;Africa and the Caribbean.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The show&nbsp;is a cutting-edge countdown show that will highlight Africa\'s talented music scene both at home and in the diaspora.&nbsp; The curated playlist can be seen on the IAMC TV YouTube&nbsp;channels and on our IAMC TV Roku channel.</p>\n<!-- /wp:paragraph -->', 'Blazin\' 30 Music Video', '', 'publish', 'closed', 'closed', '', 'blazin-30-music-video', '', '', '2020-10-08 17:09:05', '2020-10-08 21:09:05', '', 0, 'https://www.iamctv.com/?page_id=64', 0, 'page', '', 0),
(65, 1, '2020-10-08 17:08:29', '2020-10-08 21:08:29', '', 'B30MVLogo', 'Blazin\' 30 Music Video Count Down', 'inherit', 'open', 'closed', '', 'b30mvlogo', '', '', '2020-10-08 17:12:23', '2020-10-08 21:12:23', '', 64, 'https://www.iamctv.com/wp-content/uploads/2020/10/B30MVLogo.png', 0, 'attachment', 'image/png', 0),
(66, 1, '2020-10-08 17:09:02', '2020-10-08 21:09:02', '<!-- wp:paragraph -->\n<p>“Blazin\' 30 Music Video”&nbsp;(B30MV) is a curated show by&nbsp;IAMC TV and&nbsp;broadcasted on IAMC TV Roku channel as a music video countdown show.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"right\",\"id\":65,\"width\":409,\"height\":153,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignright size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2020/10/B30MVLogo-1024x383.png\" alt=\"\" class=\"wp-image-65\" width=\"409\" height=\"153\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>B30MV&nbsp;showcases the best music videos from continental&nbsp;Africa and the Caribbean.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The show&nbsp;is a cutting-edge countdown show that will highlight Africa\'s talented music scene both at home and in the diaspora.&nbsp; The curated playlist can be seen on the IAMC TV YouTube&nbsp;channels and on our IAMC TV Roku channel.</p>\n<!-- /wp:paragraph -->', 'Blazin\' 30 Music Video', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2020-10-08 17:09:02', '2020-10-08 21:09:02', '', 64, 'https://www.iamctv.com/64-revision-v1/', 0, 'revision', '', 0),
(67, 1, '2020-10-08 17:12:34', '2020-10-08 21:12:34', '<!-- wp:jetpack/tiled-gallery {\"className\":\"is-style-columns\",\"columnWidths\":[[72.63323971976999,27.366760280230018]],\"ids\":[65,90]} -->\n<div class=\"wp-block-jetpack-tiled-gallery aligncenter is-style-columns\"><div class=\"tiled-gallery__gallery\"><div class=\"tiled-gallery__row\"><div class=\"tiled-gallery__col\" style=\"flex-basis:72.63323971976999%\"><figure class=\"tiled-gallery__item\"><img alt=\"\" data-height=\"1296\" data-id=\"65\" data-link=\"https://www.iamctv.com/blazin-30-music-video/b30mvlogo/\" data-url=\"https://www.iamctv.com/wp-content/uploads/2020/10/B30MVLogo.png\" data-width=\"3464\" src=\"https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/10/B30MVLogo.png?ssl=1\" layout=\"responsive\"/></figure></div><div class=\"tiled-gallery__col\" style=\"flex-basis:27.366760280230018%\"><figure class=\"tiled-gallery__item\"><img alt=\"\" data-height=\"145\" data-id=\"90\" data-link=\"https://www.iamctv.com/shows/streetchat-1/\" data-url=\"https://www.iamctv.com/wp-content/uploads/2020/10/StreetChat-1.png\" data-width=\"145\" src=\"https://i2.wp.com/www.iamctv.com/wp-content/uploads/2020/10/StreetChat-1.png?ssl=1\" layout=\"responsive\"/></figure></div></div></div></div>\n<!-- /wp:jetpack/tiled-gallery -->', 'Shows', '', 'publish', 'closed', 'closed', '', 'shows', '', '', '2020-10-08 18:59:50', '2020-10-08 22:59:50', '', 0, 'https://www.iamctv.com/?page_id=67', 0, 'page', '', 0),
(68, 1, '2020-10-08 17:12:34', '2020-10-08 21:12:34', '<!-- wp:jetpack/tiled-gallery {\"columnWidths\":[[100]],\"ids\":[65]} -->\n<div class=\"wp-block-jetpack-tiled-gallery aligncenter is-style-rectangular\"><div class=\"tiled-gallery__gallery\"><div class=\"tiled-gallery__row\"><div class=\"tiled-gallery__col\" style=\"flex-basis:100%\"><figure class=\"tiled-gallery__item\"><img alt=\"\" data-height=\"1296\" data-id=\"65\" data-link=\"https://www.iamctv.com/blazin-30-music-video/b30mvlogo/\" data-url=\"https://www.iamctv.com/wp-content/uploads/2020/10/B30MVLogo.png\" data-width=\"3464\" src=\"https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/10/B30MVLogo.png?ssl=1\" layout=\"responsive\"/></figure></div></div></div></div>\n<!-- /wp:jetpack/tiled-gallery -->', 'Shows', '', 'inherit', 'closed', 'closed', '', '67-revision-v1', '', '', '2020-10-08 17:12:34', '2020-10-08 21:12:34', '', 67, 'https://www.iamctv.com/67-revision-v1/', 0, 'revision', '', 0),
(69, 1, '2021-07-09 12:06:41', '2020-10-08 21:13:40', ' ', '', '', 'publish', 'closed', 'closed', '', '69', '', '', '2021-07-09 12:06:41', '2021-07-09 16:06:41', '', 0, 'https://www.iamctv.com/?p=69', 6, 'nav_menu_item', '', 0),
(87, 1, '2020-10-08 18:16:16', '2020-10-08 22:16:16', '', 'Spotify', '', 'publish', 'closed', 'closed', '', 'spotify', '', '', '2020-10-08 18:17:15', '2020-10-08 22:17:15', '', 0, 'https://www.iamctv.com/?p=87', 3, 'nav_menu_item', '', 0),
(72, 1, '2020-10-08 17:18:25', '2020-10-08 21:18:25', '', 'StreetChat', '', 'inherit', 'open', 'closed', '', 'streetchat', '', '', '2020-10-08 17:18:25', '2020-10-08 21:18:25', '', 0, 'https://www.iamctv.com/wp-content/uploads/2020/10/StreetChat.png', 0, 'attachment', 'image/png', 0),
(78, 1, '2020-10-08 17:33:42', '2020-10-08 21:33:42', '<!-- wp:core-embed/youtube {\"url\":\"https://www.youtube.com/playlist?list=PLhA33Qlq7dPR7nX1FzAn8YXSV2eQtsXjc\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"align\":\"center\",\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed-youtube aligncenter wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/playlist?list=PLhA33Qlq7dPR7nX1FzAn8YXSV2eQtsXjc\n</div></figure>\n<!-- /wp:core-embed/youtube -->', 'B30MV Countdown-July 2018', '', 'inherit', 'closed', 'closed', '', '77-revision-v1', '', '', '2020-10-08 17:33:42', '2020-10-08 21:33:42', '', 77, 'https://www.iamctv.com/77-revision-v1/', 0, 'revision', '', 0),
(79, 1, '2020-10-08 17:35:27', '2020-10-08 21:35:27', '<!-- wp:core-embed/youtube {\"url\":\"https://www.youtube.com/playlist?list=PLhA33Qlq7dPTvh-8RHgOqNPu9BAN3IJZ9\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/playlist?list=PLhA33Qlq7dPTvh-8RHgOqNPu9BAN3IJZ9\n</div></figure>\n<!-- /wp:core-embed/youtube -->', 'B30MV Countdown-February 2019', '', 'publish', 'closed', 'open', '', 'b30mv-countdown-february-2019', '', '', '2020-10-13 10:38:16', '2020-10-13 14:38:16', '', 0, 'https://www.iamctv.com/?p=79', 0, 'post', '', 0),
(80, 1, '2020-10-08 17:35:27', '2020-10-08 21:35:27', '<!-- wp:core-embed/youtube {\"url\":\"https://www.youtube.com/playlist?list=PLhA33Qlq7dPTvh-8RHgOqNPu9BAN3IJZ9\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"align\":\"center\",\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed-youtube aligncenter wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/playlist?list=PLhA33Qlq7dPTvh-8RHgOqNPu9BAN3IJZ9\n</div></figure>\n<!-- /wp:core-embed/youtube -->', 'B30MV Countdown-February 2019', '', 'inherit', 'closed', 'closed', '', '79-revision-v1', '', '', '2020-10-08 17:35:27', '2020-10-08 21:35:27', '', 79, 'https://www.iamctv.com/79-revision-v1/', 0, 'revision', '', 0),
(81, 1, '2020-10-08 17:36:55', '2020-10-08 21:36:55', '<!-- wp:core-embed/youtube {\"url\":\"https://www.youtube.com/playlist?list=PLhA33Qlq7dPRNQlGxSkZjNOwI3keRXFFH\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"align\":\"center\",\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed-youtube aligncenter wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/playlist?list=PLhA33Qlq7dPRNQlGxSkZjNOwI3keRXFFH\n</div></figure>\n<!-- /wp:core-embed/youtube -->', 'B30MV Countdown-December 2019', '', 'publish', 'closed', 'open', '', 'b30mv-countdown-december-2019', '', '', '2020-10-13 10:39:19', '2020-10-13 14:39:19', '', 0, 'https://www.iamctv.com/?p=81', 0, 'post', '', 0),
(82, 1, '2020-10-08 17:36:55', '2020-10-08 21:36:55', '<!-- wp:core-embed/youtube {\"url\":\"https://www.youtube.com/playlist?list=PLhA33Qlq7dPRNQlGxSkZjNOwI3keRXFFH\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"align\":\"center\",\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed-youtube aligncenter wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/playlist?list=PLhA33Qlq7dPRNQlGxSkZjNOwI3keRXFFH\n</div></figure>\n<!-- /wp:core-embed/youtube -->', 'B30MV Countdown-December 2019', '', 'inherit', 'closed', 'closed', '', '81-revision-v1', '', '', '2020-10-08 17:36:55', '2020-10-08 21:36:55', '', 81, 'https://www.iamctv.com/81-revision-v1/', 0, 'revision', '', 0),
(83, 1, '2020-10-08 17:46:23', '2020-10-08 21:46:23', '<!-- wp:core-embed/youtube {\"url\":\"https://www.youtube.com/playlist?list=PLhA33Qlq7dPTvh-8RHgOqNPu9BAN3IJZ9\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/playlist?list=PLhA33Qlq7dPTvh-8RHgOqNPu9BAN3IJZ9\n</div></figure>\n<!-- /wp:core-embed/youtube -->', 'B30MV Countdown-February 2019', '', 'inherit', 'closed', 'closed', '', '79-revision-v1', '', '', '2020-10-08 17:46:23', '2020-10-08 21:46:23', '', 79, 'https://www.iamctv.com/79-revision-v1/', 0, 'revision', '', 0),
(84, 1, '2020-10-08 17:57:39', '2020-10-08 21:57:39', '<!-- wp:core-embed/youtube {\"url\":\"https://www.youtube.com/playlist?list=PLhA33Qlq7dPQTJEX8d4BsZypd6ChhAM9p\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/playlist?list=PLhA33Qlq7dPQTJEX8d4BsZypd6ChhAM9p\n</div></figure>\n<!-- /wp:core-embed/youtube -->', 'B30MV Countdown-October 2020', '', 'publish', 'closed', 'open', '', 'b30mv-countdown-october-2020', '', '', '2020-10-13 10:40:18', '2020-10-13 14:40:18', '', 0, 'https://www.iamctv.com/?p=84', 0, 'post', '', 0),
(85, 1, '2020-10-08 17:57:39', '2020-10-08 21:57:39', '<!-- wp:core-embed/youtube {\"url\":\"https://www.youtube.com/playlist?list=PLhA33Qlq7dPQTJEX8d4BsZypd6ChhAM9p\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/playlist?list=PLhA33Qlq7dPQTJEX8d4BsZypd6ChhAM9p\n</div></figure>\n<!-- /wp:core-embed/youtube -->', 'B30MV Countdown-October 2020', '', 'inherit', 'closed', 'closed', '', '84-revision-v1', '', '', '2020-10-08 17:57:39', '2020-10-08 21:57:39', '', 84, 'https://www.iamctv.com/84-revision-v1/', 0, 'revision', '', 0),
(86, 1, '2021-07-09 12:06:41', '2020-10-08 22:09:23', ' ', '', '', 'publish', 'closed', 'closed', '', '86', '', '', '2021-07-09 12:06:41', '2021-07-09 16:06:41', '', 1, 'https://www.iamctv.com/?p=86', 5, 'nav_menu_item', '', 0),
(88, 1, '2020-10-08 18:17:15', '2020-10-08 22:17:15', '', 'YouTube', '', 'publish', 'closed', 'closed', '', 'youtube', '', '', '2020-10-08 18:17:15', '2020-10-08 22:17:15', '', 0, 'https://www.iamctv.com/?p=88', 5, 'nav_menu_item', '', 0),
(90, 1, '2020-10-08 18:59:36', '2020-10-08 22:59:36', '', 'StreetChat-1', '', 'inherit', '', 'closed', '', 'streetchat-1', '', '', '2020-10-08 18:59:36', '2020-10-08 22:59:36', '', 67, 'https://www.iamctv.com/wp-content/uploads/2020/10/StreetChat-1.png', 0, 'attachment', 'image/png', 0),
(91, 1, '2020-10-08 18:59:47', '2020-10-08 22:59:47', '<!-- wp:jetpack/tiled-gallery {\"className\":\"is-style-columns\",\"columnWidths\":[[72.63323971976999,27.366760280230018]],\"ids\":[65,90]} -->\n<div class=\"wp-block-jetpack-tiled-gallery aligncenter is-style-columns\"><div class=\"tiled-gallery__gallery\"><div class=\"tiled-gallery__row\"><div class=\"tiled-gallery__col\" style=\"flex-basis:72.63323971976999%\"><figure class=\"tiled-gallery__item\"><img alt=\"\" data-height=\"1296\" data-id=\"65\" data-link=\"https://www.iamctv.com/blazin-30-music-video/b30mvlogo/\" data-url=\"https://www.iamctv.com/wp-content/uploads/2020/10/B30MVLogo.png\" data-width=\"3464\" src=\"https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/10/B30MVLogo.png?ssl=1\" layout=\"responsive\"/></figure></div><div class=\"tiled-gallery__col\" style=\"flex-basis:27.366760280230018%\"><figure class=\"tiled-gallery__item\"><img alt=\"\" data-height=\"145\" data-id=\"90\" data-link=\"https://www.iamctv.com/shows/streetchat-1/\" data-url=\"https://www.iamctv.com/wp-content/uploads/2020/10/StreetChat-1.png\" data-width=\"145\" src=\"https://i2.wp.com/www.iamctv.com/wp-content/uploads/2020/10/StreetChat-1.png?ssl=1\" layout=\"responsive\"/></figure></div></div></div></div>\n<!-- /wp:jetpack/tiled-gallery -->', 'Shows', '', 'inherit', 'closed', 'closed', '', '67-revision-v1', '', '', '2020-10-08 18:59:47', '2020-10-08 22:59:47', '', 67, 'https://www.iamctv.com/67-revision-v1/', 0, 'revision', '', 0),
(92, 1, '2020-10-09 13:00:16', '2020-10-09 17:00:16', '{\"id\":92,\"form_field_id\":\"1\",\"form_fields\":{\"fullname\":{\"id\":\"fullname\",\"type\":\"text\",\"label\":\"Name\",\"meta-key\":\"name\",\"description\":\"\",\"required\":\"1\",\"placeholder\":\"\",\"css\":\"\"},\"email\":{\"id\":\"email\",\"type\":\"email\",\"label\":\"Email\",\"meta-key\":\"email\",\"description\":\"\",\"required\":\"1\",\"placeholder\":\"\",\"default_value\":\"\",\"css\":\"\"},\"subject\":{\"id\":\"subject\",\"type\":\"text\",\"label\":\"Subject\",\"meta-key\":\"subject\",\"description\":\"\",\"required\":\"1\",\"placeholder\":\"\",\"css\":\"\"},\"message\":{\"id\":\"message\",\"type\":\"textarea\",\"label\":\"Message\",\"meta-key\":\"message\",\"description\":\"\",\"placeholder\":\"\",\"css\":\"\"}},\"settings\":{\"form_title\":\"Contact Form\",\"form_desc\":\"\",\"successful_form_submission_message\":\"Thanks for contacting us! We will be in touch with you shortly.\",\"redirect_to\":\"0\",\"custom_page\":\"2\",\"external_url\":\"\",\"layout_class\":\"default\",\"form_class\":\"\",\"submit_button_text\":\"Submit\",\"honeypot\":\"1\",\"email\":{\"connection_1\":{\"connection_name\":\"Admin Notification\",\"evf_to_email\":\"{admin_email}\",\"evf_from_name\":\"International African Movie Channel (IAMC TV)\",\"evf_from_email\":\"{admin_email}\",\"evf_reply_to\":\"{field_id=\\\"email\\\"}\",\"evf_email_subject\":\"New Form Entry \",\"evf_email_message\":\"{all_fields}\"}}},\"structure\":{\"row_1\":{\"grid_1\":[\"fullname\",\"email\",\"subject\",\"message\"]}}}', 'Contact Form', '', 'publish', 'closed', 'closed', '', 'contact-form', '', '', '2020-10-09 13:00:16', '2020-10-09 17:00:16', '', 0, 'https://www.iamctv.com/?post_type=everest_form&#038;p=92', 0, 'everest_form', '', 0),
(93, 1, '2020-10-09 13:01:44', '2020-10-09 17:01:44', 'https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2.png', 'cropped-IAMCMainLogo-2.png', '', 'inherit', '', 'closed', '', 'cropped-iamcmainlogo-2-png', '', '', '2020-10-09 13:01:44', '2020-10-09 17:01:44', '', 0, 'https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2.png', 0, 'attachment', 'image/png', 0),
(94, 1, '2020-10-09 13:02:12', '2020-10-09 17:02:12', 'https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-1.png', 'cropped-IAMCMainLogo-1.png', '', 'inherit', '', 'closed', '', 'cropped-iamcmainlogo-1-png', '', '', '2020-10-09 13:02:12', '2020-10-09 17:02:12', '', 0, 'https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-1.png', 0, 'attachment', 'image/png', 0),
(96, 1, '2020-10-09 13:03:20', '2020-10-09 17:03:20', 'https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2-1.png', 'cropped-IAMCMainLogo-2-1.png', '', 'inherit', '', 'closed', '', 'cropped-iamcmainlogo-2-1-png', '', '', '2020-10-09 13:03:20', '2020-10-09 17:03:20', '', 0, 'https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2-1.png', 0, 'attachment', 'image/png', 0),
(4837, 1, '2020-11-10 09:44:39', '2020-11-10 14:44:39', '', 'IAMC TV Podcasts', '', 'publish', 'closed', 'closed', '', 'iamc-tv-podcasts', '', '', '2020-11-10 09:44:40', '2020-11-10 14:44:40', '', 0, 'https://www.iamctv.com/?post_type=wprss_feed&#038;p=4837', 0, 'wprss_feed', '', 0),
(4830, 1, '2020-11-10 09:26:20', '2020-11-10 14:26:20', '<!-- wp:paragraph -->\n<p>The narrative and rhetoric being pushed by the Nigerian leadership following the #EndSars protest should be troubling if not scary to any discerning mind.&nbsp; While no responsibility has been taken by any government agency for the unfortunate loss of lives of protesters (peaceful or otherwise), &nbsp;the government and its goons have not been hesitant to put the blame for the eventual outcome of the protest on social media and the Nigerian youths.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"left\",\"id\":155,\"width\":451,\"height\":234,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignleft size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2020/10/end-sars.jpg\" alt=\"\" class=\"wp-image-155\" width=\"451\" height=\"234\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Following the massacre at the Lekki toll gates, numerous Nigerian political leaders paid condolence visits to the Lagos state site of the massacre and proclaimed there will be investigations and consequences. On the surface, one would think these actors were serious about their intentions of fixing the problems resulting in the peaceful protests and bringing to book the perpetrators and their sponsors of the wanton destruction. It soon became evident that they were merely attempting to change the narrative in the view of the world to exert revenge on those they felt had the effrontery to go against them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After the denial by the Nigerian Army of their involvement in the Lekki massacre, Bola Tinubu a leader in the ruling party All Progressives Congress (APC) visited the Lagos state governor and from his posturing and comments it became evident that he along with the Nigerian government are actively involved in a coverup.&nbsp; While speaking to reporters on a visit to the Lagos state governor Babjide Sanwo-Olu, Tinubu stated that restitution will be paid to those affected and also those who partook in the protests will be investigated to identify the level of their involvement.&nbsp; This statement raised red flags because in the views of Nigerians Mr. Tinubu was more concerned with the financial destruction and not the loss of lives due to the use of the Nigerian security agencies and government sponsored thugs released on the protesters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"right\",\"id\":4822,\"width\":465,\"height\":309,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignright size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2020/11/Buhari-1024x683.jpg\" alt=\"\" class=\"wp-image-4822\" width=\"465\" height=\"309\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It did not take long for other jokers to start to make similar calls without calling for the proper investigation of the killings of Nigerians at the hands of various security agencies.&nbsp; These calls have become scarier as the Nigerian Army sent a no-fly list of protest participants to the Nigerian Airport authorities while continuing to deny their involvement in the massacre.&nbsp; To worsen the narrative, the Central Bank of Nigeria (CBN) has frozen the account of numerous participants of the protest who financially facilitated the peaceful protest for about 12 days.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some representatives of the people who are supposed to quell the current tension in the land have also resorted to harsh rhetoric against the Nigerian youths.&nbsp; Notable among these voices were Desmond Elliot, a former Nollywood actor and Mojisola Alli-Macaulay, both members of the Lagos State House of Assembly. &nbsp;These individuals who are youths themselves, have used their political positions to vilify the Nigerian youths with Macaulay calling Nigerian youths drug addicts and always on social media.&nbsp; Desmond Elliot did his by disrespectfully calling the youths children and advocated for the regulation of social media, a call also made by Macaulay and other political jokers.&nbsp; Mr.&nbsp; Elliot eventually resigned due to his comments which were not taken lightly by his constituents who called for his resignation.&nbsp; Efforts to recall Mrs. Alli-Macaulay from the Lagos State House of Assembly are currently underway by her constituents.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>From the antics being displayed by the Nigerian political elites, it is evident that the current political class are not ready to do the needful for a better life for majority of the Nigerian citizens.&nbsp; Garba Shehu, the Nigerian president official spokesman is even insisting that Nigerian celebrities and social media influencers who were part of the protests will face the wrath of the law.&nbsp; Numerous Nigerian journalists and citizens have so far been arrested and facing bogus federal charges claiming they attempted to overthrow the government. &nbsp;This reasoning is antithetic to our constitution, democracy, and the stability of the country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nigerians need to be vigilant and united for their nascent democracy to stand the test of time as democracy is under attack globally and Nigeria is no different.&nbsp; Recent events in Nigeria is proof, and the recent raids on small business by the Hisbah Police in Kano and Kaduna are signs of more sinister actions on the part of the Nigerian government. &nbsp;Freedoms of the Nigerian citizens are been eroded daily and the current events is no different from 2019 when Omoyele Sowore called for a #RevolutionNow to protest bad governance and was arrested and similarly charged for trying to overthrow the government.&nbsp; He is still in the Nigerian courts for those charges.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Nigerian youths cannot remain silent and should remember and never forget that the power belongs to the people and endeavor to build a solid grassroot base for a political revolution come 2023. Soro Soke!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Photo Credits: <a href=\"https://www.vanguardngr.com\">Vanguard News</a>, <a href=\"https://www.petitions.net\">Petitions.net</a></p>\n<!-- /wp:paragraph -->', '#EndSars Repercussions: Suppression and Erosion of Freedoms', '', 'inherit', 'closed', 'closed', '', '4815-revision-v1', '', '', '2020-11-10 09:26:20', '2020-11-10 14:26:20', '', 4815, 'https://www.iamctv.com/4815-revision-v1/', 0, 'revision', '', 0),
(4838, 0, '2020-11-06 04:52:32', '2020-11-06 04:52:32', '<p>PrymEvyl and Alan Bogey comments on this week\'s US historic presidential election, Navy Seals operation in Nigeria, and the #EndSars no fly list by the Nigerian Army.</p>\n', 'IAMC TV Street Chat-S2 Episode 2', 'PrymEvyl and Alan Bogey comments on this week\'s US historic presidential election, Navy Seals operation in Nigeria, and the #EndSars no fly list by the Nigerian Army.', 'publish', 'closed', 'closed', '', 'iamc-tv-street-chat-s2-episode-2', '', '', '2020-11-06 04:52:32', '2020-11-06 04:52:32', '', 0, 'https://www.iamctv.com/?post_type=wprss_feed_item&p=4838', 0, 'wprss_feed_item', '', 0),
(110, 1, '2020-10-09 13:17:57', '2020-10-09 17:17:57', '', 'heading-news', '', 'publish', 'closed', 'closed', '', 'heading-news', '', '', '2020-10-09 13:18:08', '2020-10-09 17:18:08', '', 0, 'https://www.iamctv.com/heading-news/', 0, 'custom_css', '', 0),
(113, 1, '2020-10-09 13:18:08', '2020-10-09 17:18:08', '', 'heading-news', '', 'inherit', 'closed', 'closed', '', '110-revision-v1', '', '', '2020-10-09 13:18:08', '2020-10-09 17:18:08', '', 110, 'https://www.iamctv.com/110-revision-v1/', 0, 'revision', '', 0),
(111, 1, '2020-10-09 13:17:57', '2020-10-09 17:17:57', '.footer-credits .powered-by-wordpress {\n	display: none;\n}', 'heading-news', '', 'inherit', 'closed', 'closed', '', '110-revision-v1', '', '', '2020-10-09 13:17:57', '2020-10-09 17:17:57', '', 110, 'https://www.iamctv.com/110-revision-v1/', 0, 'revision', '', 0),
(114, 1, '2020-10-09 13:22:18', '2020-10-09 17:22:18', '<label> Your Name (required)\n    [text* your-name] </label>\n\n<label> Your Email (required)\n    [email* your-email] </label>\n\n<label> Subject\n    [text your-subject] </label>\n\n<label> Your Message\n    [textarea your-message] </label>\n\n[submit \"Send\"]\nInternational African Movie Channel (IAMC TV) \"[your-subject]\"\nInternational African Movie Channel (IAMC TV) <support@iamctv.com>\nFrom: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on International African Movie Channel (IAMC TV) (https://www.iamctv.com)\nsupport@iamctv.com\nReply-To: [your-email]\n\n0\n0\n\nInternational African Movie Channel (IAMC TV) \"[your-subject]\"\nInternational African Movie Channel (IAMC TV) <support@iamctv.com>\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on International African Movie Channel (IAMC TV) (https://www.iamctv.com)\n[your-email]\nReply-To: support@iamctv.com\n\n0\n0\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.', 'Contact form 1', '', 'publish', 'closed', 'closed', '', 'contact-form-1', '', '', '2020-10-09 13:22:18', '2020-10-09 17:22:18', '', 0, 'https://www.iamctv.com/?post_type=wpcf7_contact_form&p=114', 0, 'wpcf7_contact_form', '', 0),
(115, 1, '2020-10-09 13:56:05', '2020-10-09 17:56:05', 'https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2-2.png', 'cropped-IAMCMainLogo-2-2.png', '', 'inherit', '', 'closed', '', 'cropped-iamcmainlogo-2-2-png', '', '', '2020-10-09 13:56:05', '2020-10-09 17:56:05', '', 0, 'https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2-2.png', 0, 'attachment', 'image/png', 0),
(116, 1, '2020-10-09 13:56:49', '2020-10-09 17:56:49', 'https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2-3.png', 'cropped-IAMCMainLogo-2-3.png', '', 'inherit', '', 'closed', '', 'cropped-iamcmainlogo-2-3-png', '', '', '2020-10-09 13:56:49', '2020-10-09 17:56:49', '', 0, 'https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2-3.png', 0, 'attachment', 'image/png', 0),
(119, 1, '2020-10-09 13:59:34', '2020-10-09 17:59:34', 'https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-1-e1602266270429.png', 'cropped-IAMCMainLogo-1-e1602266270429.png', '', 'inherit', '', 'closed', '', 'cropped-iamcmainlogo-1-e1602266270429-png', '', '', '2020-10-09 13:59:34', '2020-10-09 17:59:34', '', 0, 'https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-1-e1602266270429.png', 0, 'attachment', 'image/png', 0),
(121, 1, '2020-10-09 14:01:28', '2020-10-09 18:01:28', 'https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-1-e1602266431713.png', 'cropped-IAMCMainLogo-1-e1602266431713.png', '', 'inherit', '', 'closed', '', 'cropped-iamcmainlogo-1-e1602266431713-png', '', '', '2020-10-09 14:01:28', '2020-10-09 18:01:28', '', 0, 'https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-1-e1602266431713.png', 0, 'attachment', 'image/png', 0),
(151, 1, '2020-10-26 10:14:27', '2020-10-26 14:14:27', '<!-- wp:paragraph -->\n<p>International African Movie Channel (IAMC TV) is a digital streaming TV channel available on Roku and Amazon Fire TV.  IAMC TV distributes and streams African films and music content globally and is home to various African films and music video productions.  We also bring news about Africa and we are happy to lend our voices to the impending changes in Africa.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"right\",\"id\":45,\"width\":349,\"height\":349,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignright size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2020/06/IAMCSiteIcon-1.png\" alt=\"IAMC TV Logo\" class=\"wp-image-45\" width=\"349\" height=\"349\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The IAMC TV<strong> </strong>network produces original content as well as distributing syndicated materials such as music videos, news, original series, and web based shows.  Our goal is to tell the African story from an African perspective. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The entertainment and media channel can be accessed in various countries with a strategic focus on Africa, Europe, and the USA. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Viewers of the network can easily access the latest music videos, artist interviews and other digital content through our enhanced database of exclusive and syndicated content from around the globe.</p>\n<!-- /wp:paragraph -->', 'About IAMC TV', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2020-10-26 10:14:27', '2020-10-26 14:14:27', '', 23, 'https://www.iamctv.com/23-revision-v1/', 0, 'revision', '', 0),
(126, 1, '2021-07-09 12:06:39', '2020-10-09 19:13:46', ' ', '', '', 'publish', 'closed', 'closed', '', '126', '', '', '2021-07-09 12:06:39', '2021-07-09 16:06:39', '', 1, 'https://www.iamctv.com/?p=126', 2, 'nav_menu_item', '', 0),
(4823, 1, '2020-11-10 09:18:07', '2020-11-10 14:18:07', '<!-- wp:paragraph -->\n<p>The narrative and rhetoric being pushed by the Nigerian leadership following the #EndSars protest should be troubling if not scary to any discerning mind.&nbsp; While no responsibility has been taken by any government agency for the unfortunate loss of lives of protesters (peaceful or otherwise), &nbsp;the government and its goons have not been hesitant to put the blame for the eventual outcome of the protest on social media and the Nigerian youths.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"left\",\"id\":155,\"width\":451,\"height\":234,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignleft size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2020/10/end-sars.jpg\" alt=\"\" class=\"wp-image-155\" width=\"451\" height=\"234\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Following the massacre at the Lekki toll gates, numerous Nigerian political leaders paid condolence visits to the Lagos state site of the massacre and proclaimed there will be investigations and consequences. On the surface, one would think these actors were serious about their intentions of fixing the problems resulting in the peaceful protests and bringing to book the perpetrators and their sponsors of the wanton destruction. It soon became evident that they were merely attempting to change the narrative in the view of the world to exert revenge on those they felt had the effrontery to go against them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After the denial by the Nigerian Army of their involvement in the Lekki massacre, Bola Tinubu a leader in the ruling party All Progressives Congress (APC) visited the Lagos state governor and from his posturing and comments it became evident that he along with the Nigerian government are actively involved in a coverup.&nbsp; While speaking to reporters on a visit to the Lagos state governor Babjide Sanwo-Olu, Tinubu stated that restitution will be paid to those affected and also those who partook in the protests will be investigated to identify the level of their involvement.&nbsp; This statement raised red flags because in the views of Nigerians Mr. Tinubu was more concerned with the financial destruction and not the loss of lives due to the use of the Nigerian security agencies and government sponsored thugs released on the protesters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"right\",\"id\":4822,\"width\":465,\"height\":309,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignright size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2020/11/Buhari-1024x683.jpg\" alt=\"\" class=\"wp-image-4822\" width=\"465\" height=\"309\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It did not take long for other jokers to start to make similar calls without calling for the proper investigation of the killings of Nigerians at the hands of various security agencies.&nbsp; These calls have become scarier as the Nigerian Army sent a no-fly list of protest participants to the Nigerian Airport authorities while continuing to deny their involvement in the massacre.&nbsp; To worsen the narrative, the Central Bank of Nigeria (CBN) has frozen the account of numerous participants of the protest who financially facilitated the peaceful protest for about 12 days.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some representatives of the people who are supposed to quell the current tension in the land have also resorted to harsh rhetoric against the Nigerian youths.&nbsp; Notable among these voices were Desmond Elliot, a former Nollywood actor and Mojisola Alli-Macaulay, both members of the Lagos State House of Assembly. &nbsp;These individuals who are youths themselves, have used their political positions to vilify the Nigerian youths with Macaulay calling Nigerian youths drug addicts and always on social media.&nbsp; Desmond Elliot did his by disrespectfully calling the youths children and advocated for the regulation of social media, a call also made by Macaulay and other political jokers.&nbsp; Mr.&nbsp; Elliot eventually resigned due to his comments which were not taken lightly by his constituents who called for his resignation.&nbsp; Efforts to recall Mrs. Alli-Macaulay from the Lagos State House of Assembly are currently underway by her constituents.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>From the antics being displayed by the Nigerian political elites, it is evident that the current political class are not ready to do the needful for a better life for majority of the Nigerian citizens.&nbsp; Garba Shehu, the Nigerian president official spokesman is even insisting that Nigerian celebrities and social media influencers who were part of the protests will face the wrath of the law.&nbsp; Numerous Nigerian journalists and citizens have so far been arrested and facing bogus federal charges claiming they attempted to overthrow the government. &nbsp;This reasoning is antithetic to our constitution, democracy, and the stability of the country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nigerians need to be vigilant and united for their nascent democracy to stand the test of time as democracy is under attack globally and Nigeria is no different.&nbsp; Recent events in Nigeria is proof, and the recent raids on small business by the Hisbah Police in Kano and Kaduna are signs of more sinister actions on the part of the Nigerian government. &nbsp;Freedoms of the Nigerian citizens are been eroded daily and the current events is no different from 2019 when Omoyele Sowore called for a #RevolutionNow to protest bad governance and was arrested and similarly charged for trying to overthrow the government.&nbsp; He is still in the Nigerian courts for those charges.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Nigerian youths cannot remain silent and should remember and never forget that the power belongs to the people and endeavor to build a solid grassroot base for a political revolution come 2023. Soro Soke!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Photo Credits: <a href=\"https://www.vanguardngr.com\">Vanguard News</a>, <a href=\"https://www.petitions.net\">Petitions.net</a></p>\n<!-- /wp:paragraph -->', '#EndSars Repercussions: Suppression and Erosion of Freedom', '', 'inherit', 'closed', 'closed', '', '4815-revision-v1', '', '', '2020-11-10 09:18:07', '2020-11-10 14:18:07', '', 4815, 'https://www.iamctv.com/4815-revision-v1/', 0, 'revision', '', 0),
(139, 1, '2020-10-13 10:34:29', '2020-10-13 14:34:29', '<!-- wp:core-embed/youtube {\"url\":\"https://www.youtube.com/playlist?list=PLhA33Qlq7dPTfwX8T1W2OLTC623OhFGXK\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"align\":\"center\",\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed-youtube aligncenter wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/playlist?list=PLhA33Qlq7dPTfwX8T1W2OLTC623OhFGXK\n</div></figure>\n<!-- /wp:core-embed/youtube -->', 'B30MV Countdown-April 2018', '', 'inherit', 'closed', 'closed', '', '75-revision-v1', '', '', '2020-10-13 10:34:29', '2020-10-13 14:34:29', '', 75, 'https://www.iamctv.com/75-revision-v1/', 0, 'revision', '', 0),
(138, 1, '2020-10-13 10:32:13', '2020-10-13 14:32:13', '<!-- wp:image {\"align\":\"wide\",\"id\":137} -->\n<figure class=\"wp-block-image alignwide\"><img src=\"https://www.iamctv.com/wp-content/uploads/2020/10/B30April18.jpg\" alt=\"\" class=\"wp-image-137\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:core-embed/youtube {\"url\":\"https://www.youtube.com/playlist?list=PLhA33Qlq7dPTfwX8T1W2OLTC623OhFGXK\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"align\":\"center\",\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed-youtube aligncenter wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/playlist?list=PLhA33Qlq7dPTfwX8T1W2OLTC623OhFGXK\n</div></figure>\n<!-- /wp:core-embed/youtube -->', 'B30MV Countdown-April 2018', '', 'inherit', 'closed', 'closed', '', '75-revision-v1', '', '', '2020-10-13 10:32:13', '2020-10-13 14:32:13', '', 75, 'https://www.iamctv.com/75-revision-v1/', 0, 'revision', '', 0),
(140, 1, '2020-10-13 10:35:03', '2020-10-13 14:35:03', '', 'B30July18', '', 'inherit', '', 'closed', '', 'b30july18', '', '', '2020-10-13 10:35:03', '2020-10-13 14:35:03', '', 77, 'https://www.iamctv.com/wp-content/uploads/2020/10/B30July18.jpg', 0, 'attachment', 'image/jpeg', 0),
(141, 1, '2020-10-13 10:38:00', '2020-10-13 14:38:00', '', 'B30Feb19', '', 'inherit', '', 'closed', '', 'b30feb19', '', '', '2020-10-13 10:38:00', '2020-10-13 14:38:00', '', 79, 'https://www.iamctv.com/wp-content/uploads/2020/10/B30Feb19.jpg', 0, 'attachment', 'image/jpeg', 0),
(142, 1, '2020-10-13 10:39:06', '2020-10-13 14:39:06', '', 'B30Dec19', '', 'inherit', '', 'closed', '', 'b30dec19', '', '', '2020-10-13 10:39:06', '2020-10-13 14:39:06', '', 81, 'https://www.iamctv.com/wp-content/uploads/2020/10/B30Dec19.jpg', 0, 'attachment', 'image/jpeg', 0),
(143, 1, '2020-10-13 10:40:03', '2020-10-13 14:40:03', '', 'B30Oct', '', 'inherit', '', 'closed', '', 'b30oct', '', '', '2020-10-13 10:40:03', '2020-10-13 14:40:03', '', 84, 'https://www.iamctv.com/wp-content/uploads/2020/10/B30Oct.jpg', 0, 'attachment', 'image/jpeg', 0),
(152, 1, '2020-10-26 10:15:23', '2020-10-26 14:15:23', '<!-- wp:paragraph -->\n<p>International African Movie Channel (IAMC TV) is a digital streaming TV channel available on Roku and Amazon Fire TV.  IAMC TV distributes and streams African films, news and music content globally and is home to various African films and music video productions.  We are happy to lend our voices to the impending changes in Africa.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"right\",\"id\":45,\"width\":349,\"height\":349,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignright size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2020/06/IAMCSiteIcon-1.png\" alt=\"IAMC TV Logo\" class=\"wp-image-45\" width=\"349\" height=\"349\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The IAMC TV<strong> </strong>network produces original content as well as distributing syndicated materials such as music videos, news, original series, and web based shows.  Our goal is to tell the African story from an African perspective. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The entertainment and media channel can be accessed in various countries with a strategic focus on Africa, Europe, and the USA. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Viewers of the network can easily access the latest music videos, artist interviews and other digital content through our enhanced database of exclusive and syndicated content from around the globe.</p>\n<!-- /wp:paragraph -->', 'About IAMC TV', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2020-10-26 10:15:23', '2020-10-26 14:15:23', '', 23, 'https://www.iamctv.com/23-revision-v1/', 0, 'revision', '', 0),
(153, 1, '2020-10-26 10:27:10', '2020-10-26 14:27:10', '<!-- wp:paragraph -->\n<p>For the past 3 weeks, most social media networks have been inundated with the hashtag, #EndSars.&nbsp; If you are not a Nigerian, you might be wondering what is #EndSars and why are Nigerians pushing for #EndSars?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"left\",\"id\":155,\"width\":379,\"height\":197,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignleft size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2020/10/end-sars.jpg\" alt=\"\" class=\"wp-image-155\" width=\"379\" height=\"197\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>To help non-Nigerians catch up with the timeline, SARS is the Special Anti-Robbery Squad set up and tasked with combating armed robbery, cattle rustling, and other forms of banditry that has unfortunately taken the Nigerian social space.&nbsp; A long story short, the squad (SARS), became the menace they were tasked to combat.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"right\",\"id\":154,\"width\":413,\"height\":232,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignright size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2020/10/EndSars-1024x576.jpg\" alt=\"\" class=\"wp-image-154\" width=\"413\" height=\"232\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Most Nigerians are and have been angry as a result of the police brutality meted out to citizens by SARS over the years, and the complicity by the political leaders of not enshrining the rule of law in the Nigeria economic, political, and social space.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Evidence abound online of the atrocities that have been committed by the men and women of SARS and yet none of the known erring officers have been made to pay for their extra judicial killings, instead they are allowed to remain on the force and continue their crime.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nigerian youths started the #EndSars peaceful protest on October 8, 2020 and their voices spread like wildfire with the aid of social media.&nbsp; Even without a leader, they were unrelenting with their demands.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While the Nigerian government have indicated they have accepted the demands of the protesters, it still did not hesitate to suppress the peaceful protest with military force and hired government thugs.&nbsp; The peaceful protest which was already going on for the past 12 days, was disrupted with gunshots on the evening of October 20, 2020 when the Nigerian government ordered the shooting of unarmed peaceful protesters at the Lekki Toll Gate Plaza. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the past week, there have been numerous deaths across cities of Nigeria in the hands of government forces while the government is still denying their involvement and working to change the narrative to their benefit.&nbsp; Nigeria will move forward as the youths have proclaimed, Soro Soke.&nbsp; They should not relent on this agitation, as now is the time for true organization to capture the political space as they have captured the social space.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Freedom is what Nigerians are currently seeking and the leaders should be more insightful and see the writing on the wall.&nbsp; All patriotic Nigerians should also be aware that the road to true freedom, good governance, and the rule of law will not be an easy road as there will be agents of the government and the unpatriotic ruling class that will continue to undermine this agitation by the patriotic Nigerian youths.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We pray for all the dead and injured Nigerian citizens at the hands of the Nigerian Army and the now disbanded SARS.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Photo Credit: <a rel=\"noreferrer noopener\" href=\"https://www.cnn.com\" target=\"_blank\">CNN </a>, <a href=\"https://petitions.net\" target=\"_blank\" rel=\"noreferrer noopener\">Petitions.net</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'Nigeria: #EndSars', '', 'publish', 'closed', 'open', '', 'nigeria-endsars', '', '', '2020-10-26 10:27:16', '2020-10-26 14:27:16', '', 0, 'https://www.iamctv.com/?p=153', 0, 'post', '', 0),
(154, 1, '2020-10-26 10:21:40', '2020-10-26 14:21:40', '', 'EndSars', '', 'inherit', '', 'closed', '', 'endsars', '', '', '2020-10-26 10:21:40', '2020-10-26 14:21:40', '', 153, 'https://www.iamctv.com/wp-content/uploads/2020/10/EndSars.jpg', 0, 'attachment', 'image/jpeg', 0),
(155, 1, '2020-10-26 10:26:25', '2020-10-26 14:26:25', '', 'end-sars', '', 'inherit', '', 'closed', '', 'end-sars', '', '', '2020-10-26 10:26:25', '2020-10-26 14:26:25', '', 153, 'https://www.iamctv.com/wp-content/uploads/2020/10/end-sars.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `iamc_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
(156, 1, '2020-10-26 10:27:10', '2020-10-26 14:27:10', '<!-- wp:paragraph -->\n<p>For the past 3 weeks, most social media networks have been inundated with the hashtag, #EndSars.&nbsp; If you are not a Nigerian, you might be wondering what is #EndSars and why are Nigerians pushing for #EndSars?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"left\",\"id\":155,\"width\":379,\"height\":197,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignleft size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2020/10/end-sars.jpg\" alt=\"\" class=\"wp-image-155\" width=\"379\" height=\"197\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>To help non-Nigerians catch up with the timeline, SARS is the Special Anti-Robbery Squad set up and tasked with combating armed robbery, cattle rustling, and other forms of banditry that has unfortunately taken the Nigerian social space.&nbsp; A long story short, the squad (SARS), became the menace they were tasked to combat.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"right\",\"id\":154,\"width\":413,\"height\":232,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignright size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2020/10/EndSars-1024x576.jpg\" alt=\"\" class=\"wp-image-154\" width=\"413\" height=\"232\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Most Nigerians are and have been angry as a result of the police brutality meted out to citizens by SARS over the years, and the complicity by the political leaders of not enshrining the rule of law in the Nigeria economic, political, and social space.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Evidence abound online of the atrocities that have been committed by the men and women of SARS and yet none of the known erring officers have been made to pay for their extra judicial killings, instead they are allowed to remain on the force and continue their crime.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nigerian youths started the #EndSars peaceful protest on October 8, 2020 and their voices spread like wildfire with the aid of social media.&nbsp; Even without a leader, they were unrelenting with their demands.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While the Nigerian government have indicated they have accepted the demands of the protesters, it still did not hesitate to suppress the peaceful protest with military force and hired government thugs.&nbsp; The peaceful protest which was already going on for the past 12 days, was disrupted with gunshots on the evening of October 20, 2020 when the Nigerian government ordered the shooting of unarmed peaceful protesters at the Lekki Toll Gate Plaza. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the past week, there have been numerous deaths across cities of Nigeria in the hands of government forces while the government is still denying their involvement and working to change the narrative to their benefit.&nbsp; Nigeria will move forward as the youths have proclaimed, Soro Soke.&nbsp; They should not relent on this agitation, as now is the time for true organization to capture the political space as they have captured the social space.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Freedom is what Nigerians are currently seeking and the leaders should be more insightful and see the writing on the wall.&nbsp; All patriotic Nigerians should also be aware that the road to true freedom, good governance, and the rule of law will not be an easy road as there will be agents of the government and the unpatriotic ruling class that will continue to undermine this agitation by the patriotic Nigerian youths.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We pray for all the dead and injured Nigerian citizens at the hands of the Nigerian Army and the now disbanded SARS.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Photo Credit: <a rel=\"noreferrer noopener\" href=\"https://www.cnn.com\" target=\"_blank\">CNN </a>, <a href=\"https://petitions.net\" target=\"_blank\" rel=\"noreferrer noopener\">Petitions.net</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'Nigeria: #EndSars', '', 'inherit', 'closed', 'closed', '', '153-revision-v1', '', '', '2020-10-26 10:27:10', '2020-10-26 14:27:10', '', 153, 'https://www.iamctv.com/153-revision-v1/', 0, 'revision', '', 0),
(157, 1, '2020-10-26 10:58:07', '2020-10-26 14:58:07', '{{unknown}}', '', '', 'publish', 'closed', 'closed', '', '87c271f7d9e37a59137cc6ea8d95b52a', '', '', '2020-10-26 10:58:07', '2020-10-26 14:58:07', '', 0, 'https://www.iamctv.com/87c271f7d9e37a59137cc6ea8d95b52a/', 0, 'oembed_cache', '', 0),
(158, 1, '2020-10-26 10:58:07', '2020-10-26 14:58:07', '{{unknown}}', '', '', 'publish', 'closed', 'closed', '', '9aa5c41323760a6d0164669e2cb7a425', '', '', '2020-10-26 10:58:07', '2020-10-26 14:58:07', '', 0, 'https://www.iamctv.com/9aa5c41323760a6d0164669e2cb7a425/', 0, 'oembed_cache', '', 0),
(159, 1, '2020-10-26 10:58:07', '2020-10-26 14:58:07', '{{unknown}}', '', '', 'publish', 'closed', 'closed', '', 'fdd2184935a5e27c7b96267e1a80a713', '', '', '2020-10-26 10:58:07', '2020-10-26 14:58:07', '', 0, 'https://www.iamctv.com/fdd2184935a5e27c7b96267e1a80a713/', 0, 'oembed_cache', '', 0),
(160, 1, '2020-10-26 10:58:07', '2020-10-26 14:58:07', '{{unknown}}', '', '', 'publish', 'closed', 'closed', '', '74b1233e6f9f885fce1528acb0622500', '', '', '2020-10-26 10:58:07', '2020-10-26 14:58:07', '', 0, 'https://www.iamctv.com/74b1233e6f9f885fce1528acb0622500/', 0, 'oembed_cache', '', 0),
(161, 1, '2020-10-26 10:58:07', '2020-10-26 14:58:07', '{{unknown}}', '', '', 'publish', 'closed', 'closed', '', 'b756912690d6746f2734716462a83295', '', '', '2020-10-26 10:58:07', '2020-10-26 14:58:07', '', 0, 'https://www.iamctv.com/b756912690d6746f2734716462a83295/', 0, 'oembed_cache', '', 0),
(162, 1, '2020-10-26 10:58:07', '2020-10-26 14:58:07', '{{unknown}}', '', '', 'publish', 'closed', 'closed', '', '96fbd038a30287bdae280aafdef2ffb0', '', '', '2020-10-26 10:58:07', '2020-10-26 14:58:07', '', 0, 'https://www.iamctv.com/96fbd038a30287bdae280aafdef2ffb0/', 0, 'oembed_cache', '', 0),
(163, 1, '2020-10-26 10:58:07', '2020-10-26 14:58:07', '{{unknown}}', '', '', 'publish', 'closed', 'closed', '', 'f92f4e28c16d4d1f3513a221956dae47', '', '', '2020-10-26 10:58:07', '2020-10-26 14:58:07', '', 0, 'https://www.iamctv.com/f92f4e28c16d4d1f3513a221956dae47/', 0, 'oembed_cache', '', 0),
(164, 1, '2020-10-26 10:58:08', '2020-10-26 14:58:08', '<iframe title=\"Blazin&#039; 30 Music Video Countdown-April 2018\" width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/videoseries?list=PLhA33Qlq7dPTfwX8T1W2OLTC623OhFGXK\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', '', '', 'publish', 'closed', 'closed', '', 'c7944f5ba3ff7b4fe01c2add7b93a418', '', '', '2020-10-26 10:58:08', '2020-10-26 14:58:08', '', 0, 'https://www.iamctv.com/c7944f5ba3ff7b4fe01c2add7b93a418/', 0, 'oembed_cache', '', 0),
(165, 1, '2020-10-26 10:58:08', '2020-10-26 14:58:08', '<iframe title=\"Blazin&#039; 30 Music Video Countdown-July 2018\" width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/videoseries?list=PLhA33Qlq7dPR7nX1FzAn8YXSV2eQtsXjc\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', '', '', 'publish', 'closed', 'closed', '', 'b92832d931acc6eef01286e3b6b3dd65', '', '', '2020-10-26 10:58:08', '2020-10-26 14:58:08', '', 0, 'https://www.iamctv.com/b92832d931acc6eef01286e3b6b3dd65/', 0, 'oembed_cache', '', 0),
(166, 1, '2020-10-26 10:58:09', '2020-10-26 14:58:09', '<iframe title=\"Blazin&#039; 30 Music Video Countdown-February 2019\" width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/videoseries?list=PLhA33Qlq7dPTvh-8RHgOqNPu9BAN3IJZ9\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', '', '', 'publish', 'closed', 'closed', '', 'ca86d40f10cd3489a74bce67722a99a2', '', '', '2020-10-26 10:58:09', '2020-10-26 14:58:09', '', 0, 'https://www.iamctv.com/ca86d40f10cd3489a74bce67722a99a2/', 0, 'oembed_cache', '', 0),
(167, 1, '2020-10-26 10:58:09', '2020-10-26 14:58:09', '<iframe title=\"Blazin&#039; 30 Music Video Countdown-December 2019\" width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/videoseries?list=PLhA33Qlq7dPRNQlGxSkZjNOwI3keRXFFH\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', '', '', 'publish', 'closed', 'closed', '', '4fa098df8ab51ebd30858a07d1c06736', '', '', '2020-10-26 10:58:09', '2020-10-26 14:58:09', '', 0, 'https://www.iamctv.com/4fa098df8ab51ebd30858a07d1c06736/', 0, 'oembed_cache', '', 0),
(168, 1, '2020-10-26 10:58:09', '2020-10-26 14:58:09', '<iframe title=\"Blazin&#039; 30 Music Video Countdown-October 2020\" width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/videoseries?list=PLhA33Qlq7dPQTJEX8d4BsZypd6ChhAM9p\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', '', '', 'publish', 'closed', 'closed', '', 'c0500bed07ca5d78133ff63bdbdc90d3', '', '', '2020-10-26 10:58:09', '2020-10-26 14:58:09', '', 0, 'https://www.iamctv.com/c0500bed07ca5d78133ff63bdbdc90d3/', 0, 'oembed_cache', '', 0),
(169, 1, '2020-10-26 12:23:43', '2020-10-26 16:23:43', '', 'Default', '', 'publish', 'closed', 'closed', '', 'default', '', '', '2020-10-26 12:23:43', '2020-10-26 16:23:43', '', 0, 'https://www.iamctv.com/feed-templates/default/', 0, 'wprss_feed_template', '', 0),
(170, 1, '2020-10-26 12:24:45', '2020-10-26 16:24:45', '', 'World News', '', 'publish', 'closed', 'closed', '', 'world-news', '', '', '2020-10-26 15:52:27', '2020-10-26 19:52:27', '', 0, 'https://www.iamctv.com/feeds/the-conversation-articles-africa/', 0, 'wprss_feed', '', 0),
(1869, 1, '2020-11-03 12:54:56', '2020-11-03 17:54:56', '<!-- wp:image {\"align\":\"center\",\"id\":1858,\"width\":304,\"height\":305} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2020/11/IAMCTVMDLogo.png\" alt=\"\" class=\"wp-image-1858\" width=\"304\" height=\"305\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:core-embed/spotify {\"url\":\"https://open.spotify.com/playlist/4Xy3YYF3QIUwzHWesG7Uai\",\"type\":\"rich\",\"providerNameSlug\":\"spotify\",\"align\":\"center\",\"className\":\"wp-embed-aspect-9-16 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed-spotify aligncenter wp-block-embed is-type-rich is-provider-spotify wp-embed-aspect-9-16 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://open.spotify.com/playlist/4Xy3YYF3QIUwzHWesG7Uai\n</div></figure>\n<!-- /wp:core-embed/spotify -->', 'IAMC TV Music Discovery', '', 'inherit', 'closed', 'closed', '', '1853-revision-v1', '', '', '2020-11-03 12:54:56', '2020-11-03 17:54:56', '', 1853, 'https://www.iamctv.com/1853-revision-v1/', 0, 'revision', '', 0),
(1865, 1, '2020-11-03 12:46:13', '2020-11-03 17:46:13', '<!-- wp:jetpack/tiled-gallery {\"align\":\"full\",\"columnWidths\":[[100]],\"ids\":[1864]} -->\n<div class=\"wp-block-jetpack-tiled-gallery alignfull is-style-rectangular\"><div class=\"tiled-gallery__gallery\"><div class=\"tiled-gallery__row\"><div class=\"tiled-gallery__col\" style=\"flex-basis:100%\"><figure class=\"tiled-gallery__item\"><img alt=\"\" data-height=\"200\" data-id=\"1864\" data-link=\"https://www.iamctv.com/?attachment_id=1864\" data-url=\"https://www.iamctv.com/wp-content/uploads/2020/11/MDBanner.jpg\" data-width=\"1600\" src=\"https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/11/MDBanner.jpg?ssl=1\" layout=\"responsive\"/></figure></div></div></div></div>\n<!-- /wp:jetpack/tiled-gallery -->\n\n<!-- wp:core-embed/spotify {\"url\":\"https://open.spotify.com/playlist/4Xy3YYF3QIUwzHWesG7Uai\",\"type\":\"rich\",\"providerNameSlug\":\"spotify\",\"align\":\"center\",\"className\":\"wp-embed-aspect-9-16 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed-spotify aligncenter wp-block-embed is-type-rich is-provider-spotify wp-embed-aspect-9-16 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://open.spotify.com/playlist/4Xy3YYF3QIUwzHWesG7Uai\n</div></figure>\n<!-- /wp:core-embed/spotify -->', 'IAMC TV Music Discovery', '', 'inherit', 'closed', 'closed', '', '1853-revision-v1', '', '', '2020-11-03 12:46:13', '2020-11-03 17:46:13', '', 1853, 'https://www.iamctv.com/1853-revision-v1/', 0, 'revision', '', 0),
(1866, 1, '2021-07-09 12:06:40', '2020-11-03 17:50:20', ' ', '', '', 'publish', 'closed', 'closed', '', '1866', '', '', '2021-07-09 12:06:40', '2021-07-09 16:06:40', '', 0, 'https://www.iamctv.com/?p=1866', 4, 'nav_menu_item', '', 0),
(1867, 1, '2020-11-03 12:52:07', '2020-11-03 17:52:07', '<!-- wp:jetpack/tiled-gallery {\"align\":\"wide\",\"columnWidths\":[[100]],\"ids\":[1864]} -->\n<div class=\"wp-block-jetpack-tiled-gallery alignwide is-style-rectangular\"><div class=\"tiled-gallery__gallery\"><div class=\"tiled-gallery__row\"><div class=\"tiled-gallery__col\" style=\"flex-basis:100%\"><figure class=\"tiled-gallery__item\"><img alt=\"\" data-height=\"200\" data-id=\"1864\" data-link=\"https://www.iamctv.com/?attachment_id=1864\" data-url=\"https://www.iamctv.com/wp-content/uploads/2020/11/MDBanner.jpg\" data-width=\"1600\" src=\"https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/11/MDBanner.jpg?ssl=1\" layout=\"responsive\"/></figure></div></div></div></div>\n<!-- /wp:jetpack/tiled-gallery -->\n\n<!-- wp:core-embed/spotify {\"url\":\"https://open.spotify.com/playlist/4Xy3YYF3QIUwzHWesG7Uai\",\"type\":\"rich\",\"providerNameSlug\":\"spotify\",\"align\":\"center\",\"className\":\"wp-embed-aspect-9-16 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed-spotify aligncenter wp-block-embed is-type-rich is-provider-spotify wp-embed-aspect-9-16 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://open.spotify.com/playlist/4Xy3YYF3QIUwzHWesG7Uai\n</div></figure>\n<!-- /wp:core-embed/spotify -->', 'IAMC TV Music Discovery', '', 'inherit', 'closed', 'closed', '', '1853-revision-v1', '', '', '2020-11-03 12:52:07', '2020-11-03 17:52:07', '', 1853, 'https://www.iamctv.com/1853-revision-v1/', 0, 'revision', '', 0),
(4875, 2, '2020-12-05 17:47:58', '2020-12-05 22:47:58', '<!-- wp:image {\"align\":\"right\",\"id\":4876,\"width\":298,\"height\":253,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignright size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2020/12/FlyngWitch.png\" alt=\"\" class=\"wp-image-4876\" width=\"298\" height=\"253\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A few days ago, I saw a clip making the rounds on social media, showing a man who\'d apparently crash landed on a roof top while flying on/in his \'spiritual aircraft\' to/from his witches\' coven. His spiritual craft had allegedly run out of fuel. Most amusing... distressing rather, was the obvious and predictable hysteria all around as our usual superstitious tendencies were fanned and flamed! It was an all too familiar scene!<br><br>All the while, I was painfully incredulous that we would perpetuate this silliness today.<br><br>Simple question... With all the clips we capture, with how easy it is to catch all kinds of stuff on video in our day... How is it that no one has ever caught an actual video of the witch on the flying craft? How is it that there are no clips of actual transformations of our \'witches\' into owls, snakes, or even cockroaches as we so often hear? Nah, it is always a clip of the poor man or woman cornered and being sneered at on a roof top or being beaten by a mob mostly on hearsay!<br><br>There are a good number of rational reasons why anyone could be found on a roof top, a tree, or the top of a mast in the early morning. There are many psychiatric and psychological issues that could very adequately explain any one of these events! These people should be helped, not jeered at! Particularly surprising is how even chunks of educated young people buy into these ideals.<br><br>Another question I will ask is... How has all the hysteria helped us as a people? We are still terribly far behind the western world on many, many fronts! Is it that Africans are the evilest people on earth? Why are we so conscious of the idea of our neighbors plotting our downfalls via spiritual means? We consequently so easily fall into the hands of spiritual charlatans who mandate us to go out on the fields and eat grass like goats or have us lay on our bellies and haughtily walk over our backs, or even body-slam us in the name of deliverance... and so on. Why such hysterical living?<br><br>Please and please... let us adopt more intellect and less emotion! Take responsibility for your failings. There does not have to be a boogeyman or woman spiritually orchestrating your failures in the background! There usually is an explanation to seemingly unexplainable things... If we just take the time to check! Ask questions from the right sources!<br><br>#Selah</p>\n<!-- /wp:paragraph -->', 'Our Age-Old Hysterics...', '', 'publish', 'closed', 'open', '', 'our-age-old-hysterics', '', '', '2020-12-05 17:48:03', '2020-12-05 22:48:03', '', 0, 'https://www.iamctv.com/?p=4875', 0, 'post', '', 0),
(2216, 1, '2020-11-04 09:53:07', '2020-11-04 14:53:07', '<!-- wp:paragraph -->\n<p>The 2020 United States presidential election is today November 3<sup>rd</sup>, 2020 and the campaigning by the two contending candidates has been nothing less of drama filled, especially from the camp of the incumbent, President Donald Trump.&nbsp; This contest between incumbent president Donald Trump and former vice president Joe Biden, will go down as a historic one in US history for many undignified reasons.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"left\",\"id\":2215,\"width\":403,\"height\":247,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignleft size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2020/11/usa-vote.jpg\" alt=\"\" class=\"wp-image-2215\" width=\"403\" height=\"247\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>There were many issues in which the candidates campaigned for or against and it has evolved into a contest between good and evil.&nbsp; Among the issues that rose to the fore during the campaign were the current race relations in the US, the mishandling of the Covid-19 pandemic, downturn in the economy, and the blatant attempt by Mr. Trump and his cronies to subvert the American democratic system.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With no qualms, President Trump has repeatedly told the world about how he feels about other races-from trying to institute draconian laws against immigrants, to calling some countries shithole countries-and he continues to display his insensibility and lack of leadership during the Black Live Matter protests.&nbsp; Through Mr. Trump’s antecedents, he has emboldened the racist who were otherwise lowkey before his presidency.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Covid-19 pandemic has reshaped our world today and has resulted in over 200, 000 deaths alone in the United States.&nbsp; As president, Mr. Trump had solid information and ample time to prepare Americans for the pandemic, but instead he chose to downplay the pandemic and, in some cases, claimed that the virus was a hoax.&nbsp; It was unbelievable to watch as the president clashed with his medical experts on social media and himself flouted the rules that were put in place by the US Center for Disease Control (CDC) to mitigate the virus’ effects.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While Mr. Trump has continued to claim himself a leader, his response to the pandemic has been devastating to the economy.&nbsp; According to statistics by the US Bureau of Economic Analysis, the US real gross domestic product (GDP) has decreased at an annual rate of 31.4% with an unemployment rate of 7.9%. &nbsp;&nbsp;The closure of businesses and the ensuing unemployment across the country is evidence of the Covid-19 pandemic’s direct effect on the US economy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What Mr. Trump has chosen to do is to politicize every issue to the detriment of the integrity of the United States.&nbsp; This is even more evident in his bid to subvert a democratic process that has been around for over 400 years because of the Covid-19 lockdowns.&nbsp; Mr. Trump in his attempt to continue his presidency, tried to dismantle the United States Postal Service to make the mail in ballots unachievable and ineffective.&nbsp; But thanks to a strong constitution and independent minded agencies, Trump could not fulfill his selfish desires.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mr. Trump is desperate, and his desperation is evident in his unfounded campaign speeches he is making to his supporters.&nbsp; What is shocking is his supporters and how they continue to support this despot.&nbsp; He does not even regard his supporters as evident in his speech to his supporters in Erie, Pennsylvania.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What is at stake in this election year is the integrity of the United States as a democratic nation and leader of the free world.&nbsp; Our hope is that the voters see this and good prevails for the American people as they take this historic step to take the country out of divisiveness and hatred.</p>\n<!-- /wp:paragraph -->', '2020 US Elections-What is at Stake?', '', 'inherit', 'closed', 'closed', '', '2214-revision-v1', '', '', '2020-11-04 09:53:07', '2020-11-04 14:53:07', '', 2214, 'https://www.iamctv.com/2214-revision-v1/', 0, 'revision', '', 0),
(1890, 1, '2020-10-29 15:07:22', '2020-10-29 19:07:22', '<!-- wp:image {\"align\":\"center\",\"id\":513,\"width\":332,\"height\":272,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2020/10/IAMCTVSChatPodcastFImage-1-e1604002358276.png\" alt=\"\" class=\"wp-image-513\" width=\"332\" height=\"272\"/></figure></div>\n<!-- /wp:image -->\n\n<p>IAMC TV Street Chat returns with hosts PrymEvyl and Alan Bogey commenting on the #EndSars Nigeria protests and the upcoming US presidential elections.</p>', 'IAMC TV Street Chat-S2 Episode 1', '', 'publish', 'closed', 'closed', '', 'iamc-tv-street-chat-episode-1', '', '', '2020-11-12 17:01:37', '2020-11-12 22:01:37', '', 0, 'https://www.iamctv.com/podcast/iamc-tv-street-chat-episode-1/', 0, 'podcast', '', 0),
(2214, 1, '2020-11-04 09:53:07', '2020-11-04 14:53:07', '<!-- wp:paragraph -->\n<p>The 2020 United States presidential election is today November 3<sup>rd</sup>, 2020 and the campaigning by the two contending candidates has been nothing less of drama filled, especially from the camp of the incumbent, President Donald Trump.&nbsp; This contest between incumbent president Donald Trump and former vice president Joe Biden, will go down as a historic one in US history for many undignified reasons.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"left\",\"id\":2215,\"width\":403,\"height\":247,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignleft size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2020/11/usa-vote.jpg\" alt=\"\" class=\"wp-image-2215\" width=\"403\" height=\"247\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>There were many issues in which the candidates campaigned for or against and it has evolved into a contest between good and evil.&nbsp; Among the issues that rose to the fore during the campaign were the current race relations in the US, the mishandling of the Covid-19 pandemic, downturn in the economy, and the blatant attempt by Mr. Trump and his cronies to subvert the American democratic system.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With no qualms, President Trump has repeatedly told the world about how he feels about other races-from trying to institute draconian laws against immigrants, to calling some countries shithole countries-and he continues to display his insensibility and lack of leadership during the Black Live Matter protests.&nbsp; Through Mr. Trump’s antecedents, he has emboldened the racist who were otherwise lowkey before his presidency.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Covid-19 pandemic has reshaped our world today and has resulted in over 200, 000 deaths alone in the United States.&nbsp; As president, Mr. Trump had solid information and ample time to prepare Americans for the pandemic, but instead he chose to downplay the pandemic and, in some cases, claimed that the virus was a hoax.&nbsp; It was unbelievable to watch as the president clashed with his medical experts on social media and himself flouted the rules that were put in place by the US Center for Disease Control (CDC) to mitigate the virus’ effects.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While Mr. Trump has continued to claim himself a leader, his response to the pandemic has been devastating to the economy.&nbsp; According to statistics by the US Bureau of Economic Analysis, the US real gross domestic product (GDP) has decreased at an annual rate of 31.4% with an unemployment rate of 7.9%. &nbsp;&nbsp;The closure of businesses and the ensuing unemployment across the country is evidence of the Covid-19 pandemic’s direct effect on the US economy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What Mr. Trump has chosen to do is to politicize every issue to the detriment of the integrity of the United States.&nbsp; This is even more evident in his bid to subvert a democratic process that has been around for over 400 years because of the Covid-19 lockdowns.&nbsp; Mr. Trump in his attempt to continue his presidency, tried to dismantle the United States Postal Service to make the mail in ballots unachievable and ineffective.&nbsp; But thanks to a strong constitution and independent minded agencies, Trump could not fulfill his selfish desires.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mr. Trump is desperate, and his desperation is evident in his unfounded campaign speeches he is making to his supporters.&nbsp; What is shocking is his supporters and how they continue to support this despot.&nbsp; He does not even regard his supporters as evident in his speech to his supporters in Erie, Pennsylvania.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What is at stake in this election year is the integrity of the United States as a democratic nation and leader of the free world.&nbsp; Our hope is that the voters see this and good prevails for the American people as they take this historic step to take the country out of divisiveness and hatred.</p>\n<!-- /wp:paragraph -->', '2020 US Elections-What is at Stake?', '', 'publish', 'closed', 'open', '', '2020-us-elections-what-is-at-stake', '', '', '2020-11-04 09:53:13', '2020-11-04 14:53:13', '', 0, 'https://www.iamctv.com/?p=2214', 0, 'post', '', 0),
(2215, 1, '2020-11-04 09:52:14', '2020-11-04 14:52:14', '', 'usa-vote', '', 'inherit', '', 'closed', '', 'usa-vote', '', '', '2020-11-04 09:52:14', '2020-11-04 14:52:14', '', 2214, 'https://www.iamctv.com/wp-content/uploads/2020/11/usa-vote.jpg', 0, 'attachment', 'image/jpeg', 0),
(2713, 0, '2020-11-05 11:48:21', '2020-11-05 11:48:21', 'The clean-up of a massive oil spill in August from a vessel off Mauritius will likely be mostly completed by January, the bulk carrier\'s owner, Japan\'s Nagashiki Shipping, said Thursday.<img src=\"http://feeds.feedburner.com/~r/rss/edition_africa/~4/F7F29N-lUCo\" height=\"1\" width=\"1\" alt=\"\" />', 'Mauritius oil spill likely to be cleaned up by January, ship owner says', 'The clean-up of a massive oil spill in August from a vessel off Mauritius will likely be mostly completed by January, the bulk carrier\'s owner, Japan\'s Nagashiki Shipping, said Thursday.', 'publish', 'closed', 'closed', '', 'mauritius-oil-spill-likely-to-be-cleaned-up-by-january-ship-owner-says', '', '', '2020-11-05 11:48:21', '2020-11-05 11:48:21', '', 0, 'https://www.iamctv.com/?post_type=wprss_feed_item&p=2713', 0, 'wprss_feed_item', '', 0),
(2237, 0, '2020-11-04 14:35:03', '2020-11-04 14:35:03', 'Ethiopia\'s Nobel Peace Prize-winning Prime Minister Abiy Ahmed has declared a state of emergency in the restive Tigray region in response to an alleged attack by the Tigray People\'s Liberation Front (TPLF) on a federal military base.<img src=\"http://feeds.feedburner.com/~r/rss/edition_africa/~4/RaLkwaYvik8\" height=\"1\" width=\"1\" alt=\"\" />', 'Ethiopia&#039;s Nobel laureate leader vows &#039;military confrontation&#039; with restive region', 'Ethiopia\'s Nobel Peace Prize-winning Prime Minister Abiy Ahmed has declared a state of emergency in the restive Tigray region in response to an alleged attack by the Tigray People\'s Liberation Front (TPLF) on a federal military base.', 'publish', 'closed', 'closed', '', 'ethiopias-nobel-laureate-leader-vows-military-confrontation-with-restive-region', '', '', '2020-11-04 14:35:03', '2020-11-04 14:35:03', '', 0, 'https://www.iamctv.com/?post_type=wprss_feed_item&p=2237', 0, 'wprss_feed_item', '', 0),
(1874, 1, '2020-11-03 12:58:15', '2020-11-03 17:58:15', 'https://www.iamctv.com/wp-content/uploads/2020/11/cropped-MDBanner.jpg', 'cropped-MDBanner.jpg', '', 'inherit', '', 'closed', '', 'cropped-mdbanner-jpg', '', '', '2020-11-03 12:58:15', '2020-11-03 17:58:15', '', 0, 'https://www.iamctv.com/wp-content/uploads/2020/11/cropped-MDBanner.jpg', 0, 'attachment', 'image/jpeg', 0),
(1863, 1, '2020-11-03 12:41:33', '2020-11-03 17:41:33', '<iframe title=\"Spotify Embed: IAMC TV Music Discovery\" width=\"300\" height=\"380\" allowtransparency=\"true\" frameborder=\"0\" allow=\"encrypted-media\" src=\"https://open.spotify.com/embed/playlist/4Xy3YYF3QIUwzHWesG7Uai\"></iframe>', '', '', 'publish', 'closed', 'closed', '', '99bada031a5b296bda704a439ccdb53d', '', '', '2020-11-03 12:41:33', '2020-11-03 17:41:33', '', 0, 'https://www.iamctv.com/99bada031a5b296bda704a439ccdb53d/', 0, 'oembed_cache', '', 0),
(1842, 0, '2020-11-03 10:37:19', '2020-11-03 10:37:19', 'Epidemiologists had expected weak health systems in Africa to crumble under the weight of Covid-19. Eight months into the pandemic, Africa with a population of 1.3 billion, reported nearly 1.8 million Covid infections, while the US, on its way to its third peak, has reported more than nine million cases.<img src=\"http://feeds.feedburner.com/~r/rss/edition_africa/~4/NbUfDsRI8Sk\" height=\"1\" width=\"1\" alt=\"\" />', 'What the US can learn from how African countries handled Covid', 'Epidemiologists had expected weak health systems in Africa to crumble under the weight of Covid-19. Eight months into the pandemic, Africa with a population of 1.3 billion, reported nearly 1.8 million Covid infections, while the US, on its way to its third peak, has reported more than nine million cases.', 'publish', 'closed', 'closed', '', 'what-the-us-can-learn-from-how-african-countries-handled-covid', '', '', '2020-11-03 10:37:19', '2020-11-03 10:37:19', '', 0, 'https://www.iamctv.com/?post_type=wprss_feed_item&p=1842', 0, 'wprss_feed_item', '', 0),
(1864, 1, '2020-11-03 12:45:20', '2020-11-03 17:45:20', '', 'MDBanner', '', 'inherit', '', 'closed', '', 'mdbanner', '', '', '2020-11-03 12:45:20', '2020-11-03 17:45:20', '', 1853, 'https://www.iamctv.com/wp-content/uploads/2020/11/MDBanner.jpg', 0, 'attachment', 'image/jpeg', 0),
(1537, 0, '2020-11-02 21:44:06', '2020-11-02 21:44:06', 'Delegates, conventions and recounts, oh my! The United States will vote for President this November in a nationwide election. Here\'s what you need to know about the US election.<img src=\"http://feeds.feedburner.com/~r/rss/edition_africa/~4/tBSOaDOH0N0\" height=\"1\" width=\"1\" alt=\"\" />', 'Everything you need to know', 'Delegates, conventions and recounts, oh my! The United States will vote for President this November in a nationwide election. Here\'s what you need to know about the US election.', 'publish', 'closed', 'closed', '', 'everything-you-need-to-know', '', '', '2020-11-02 21:44:06', '2020-11-02 21:44:06', '', 0, 'https://www.iamctv.com/?post_type=wprss_feed_item&p=1537', 0, 'wprss_feed_item', '', 0),
(2716, 0, '2020-11-02 10:38:47', '2020-11-02 10:38:47', 'Tanzanian police have arrested Freeman Mbowe, the leader of the main opposition party Chadema, according to Tundu Lissu, the party\'s candidate in last week\'s presidential election.<img src=\"http://feeds.feedburner.com/~r/rss/edition_africa/~4/UQIPHnluHXY\" height=\"1\" width=\"1\" alt=\"\" />', 'Tanzania police arrest main opposition party leader ahead of protests', 'Tanzanian police have arrested Freeman Mbowe, the leader of the main opposition party Chadema, according to Tundu Lissu, the party\'s candidate in last week\'s presidential election.', 'publish', 'closed', 'closed', '', 'tanzania-police-arrest-main-opposition-party-leader-ahead-of-protests', '', '', '2020-11-02 10:38:47', '2020-11-02 10:38:47', '', 0, 'https://www.iamctv.com/?post_type=wprss_feed_item&p=2716', 0, 'wprss_feed_item', '', 0),
(2717, 0, '2020-11-02 09:33:01', '2020-11-02 09:33:01', 'Saqqara, a dusty necropolis south of Cairo, has become instrumental in Egypt\'s fightback against a tourist slump.<img src=\"http://feeds.feedburner.com/~r/rss/edition_africa/~4/BmBzrRwrvC8\" height=\"1\" width=\"1\" alt=\"\" />', 'In Egypt the mummies return. But will tourists in a pandemic?', 'Saqqara, a dusty necropolis south of Cairo, has become instrumental in Egypt\'s fightback against a tourist slump.', 'publish', 'closed', 'closed', '', 'in-egypt-the-mummies-return-but-will-tourists-in-a-pandemic', '', '', '2020-11-02 09:33:01', '2020-11-02 09:33:01', '', 0, 'https://www.iamctv.com/?post_type=wprss_feed_item&p=2717', 0, 'wprss_feed_item', '', 0),
(1858, 1, '2020-11-03 12:38:22', '2020-11-03 17:38:22', '', 'IAMCTVMDLogo', '', 'inherit', '', 'closed', '', 'iamctvmdlogo', '', '', '2020-11-03 12:38:22', '2020-11-03 17:38:22', '', 1853, 'https://www.iamctv.com/wp-content/uploads/2020/11/IAMCTVMDLogo.png', 0, 'attachment', 'image/png', 0),
(1875, 1, '2020-11-03 12:58:15', '2020-11-03 17:58:15', '{{unknown}}', '', '', 'publish', 'closed', 'closed', '', 'b3731b26467d90267cb4664e1c1807dd', '', '', '2020-11-03 12:58:15', '2020-11-03 17:58:15', '', 0, 'https://www.iamctv.com/b3731b26467d90267cb4664e1c1807dd/', 0, 'oembed_cache', '', 0),
(1853, 1, '2020-11-03 12:46:13', '2020-11-03 17:46:13', '<!-- wp:image {\"align\":\"center\",\"id\":1858,\"width\":304,\"height\":305} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2020/11/IAMCTVMDLogo.png\" alt=\"\" class=\"wp-image-1858\" width=\"304\" height=\"305\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:core-embed/spotify {\"url\":\"https://open.spotify.com/playlist/4Xy3YYF3QIUwzHWesG7Uai\",\"type\":\"rich\",\"providerNameSlug\":\"spotify\",\"align\":\"center\",\"className\":\"wp-embed-aspect-9-16 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed-spotify aligncenter wp-block-embed is-type-rich is-provider-spotify wp-embed-aspect-9-16 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://open.spotify.com/playlist/4Xy3YYF3QIUwzHWesG7Uai\n</div></figure>\n<!-- /wp:core-embed/spotify -->', 'IAMC TV Music Discovery', '', 'publish', 'closed', 'closed', '', 'iamc-tv-music-discovery', '', '', '2020-11-03 12:55:00', '2020-11-03 17:55:00', '', 0, 'https://www.iamctv.com/?page_id=1853', 0, 'page', '', 0),
(4831, 0, '2020-10-30 11:43:36', '2020-10-30 11:43:36', 'Covid-19 cases are accelerating in some parts of Africa and governments should step up preparations for a second wave, the Africa Centres for Disease Control and Prevention said on Thursday.<img src=\"http://feeds.feedburner.com/~r/rss/edition_africa/~4/GLfyoWOKDIs\" height=\"1\" width=\"1\" alt=\"\" />', 'Africa must prepare for second COVID wave, disease control group says', 'Covid-19 cases are accelerating in some parts of Africa and governments should step up preparations for a second wave, the Africa Centres for Disease Control and Prevention said on Thursday.', 'publish', 'closed', 'closed', '', 'africa-must-prepare-for-second-covid-wave-disease-control-group-says', '', '', '2020-10-30 11:43:36', '2020-10-30 11:43:36', '', 0, 'https://www.iamctv.com/?post_type=wprss_feed_item&p=4831', 0, 'wprss_feed_item', '', 0),
(4832, 0, '2020-10-29 20:35:14', '2020-10-29 20:35:14', 'At least 140 migrants have drowned off Senegal in the deadliest shipwreck recorded this year, the United Nations migration agency said in a statement Thursday.<img src=\"http://feeds.feedburner.com/~r/rss/edition_africa/~4/ybxQbZAh780\" height=\"1\" width=\"1\" alt=\"\" />', 'At least 140 people drown in the deadliest shipwreck of 2020', 'At least 140 migrants have drowned off Senegal in the deadliest shipwreck recorded this year, the United Nations migration agency said in a statement Thursday.', 'publish', 'closed', 'closed', '', 'at-least-140-people-drown-in-the-deadliest-shipwreck-of-2020', '', '', '2020-10-29 20:35:14', '2020-10-29 20:35:14', '', 0, 'https://www.iamctv.com/?post_type=wprss_feed_item&p=4832', 0, 'wprss_feed_item', '', 0),
(4261, 0, '2020-11-09 11:51:43', '2020-11-09 11:51:43', 'Ethiopia\'s prime minister stepped up a military offensive in the northern region of Tigray on Sunday with air strikes as part of what he called a \"law enforcement operation,\" increasing fears of outright civil war in Africa\'s second-most populous country.<img src=\"http://feeds.feedburner.com/~r/rss/edition_africa/~4/nlXgJLtxcN8\" height=\"1\" width=\"1\" alt=\"\" />', 'Concern of outright war in Ethiopia grows as PM presses military offensive', 'Ethiopia\'s prime minister stepped up a military offensive in the northern region of Tigray on Sunday with air strikes as part of what he called a \"law enforcement operation,\" increasing fears of outright civil war in Africa\'s second-most populous country.', 'publish', 'closed', 'closed', '', 'concern-of-outright-war-in-ethiopia-grows-as-pm-presses-military-offensive', '', '', '2020-11-09 11:51:43', '2020-11-09 11:51:43', '', 0, 'https://www.iamctv.com/?post_type=wprss_feed_item&p=4261', 0, 'wprss_feed_item', '', 0),
(943, 1, '2020-10-31 18:21:12', '2020-10-31 22:21:12', '<!-- wp:core-embed/youtube {\"url\":\"https://www.youtube.com/watch?v=y1Jkkjef84c\\u0026list=PLhA33Qlq7dPSwXxVnX9F-6MLEqmrK1ofN\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=y1Jkkjef84c&amp;list=PLhA33Qlq7dPSwXxVnX9F-6MLEqmrK1ofN\n</div></figure>\n<!-- /wp:core-embed/youtube -->', 'B30MV Countdown-November 2020', '', 'publish', 'closed', 'open', '', 'b30mv-countdown-november-2020', '', '', '2020-10-31 18:21:17', '2020-10-31 22:21:17', '', 0, 'https://www.iamctv.com/?p=943', 0, 'post', '', 0),
(589, 0, '2020-10-30 13:37:25', '2020-10-30 13:37:25', 'The United States said on Thursday there were \"serious doubts\" about the credibility of Tanzania\'s presidential election while the leading opposition candidate urged countries not to recognize the results of a \"travesty\" of a poll.<img src=\"http://feeds.feedburner.com/~r/rss/edition_africa/~4/3JOGgUGD6do\" height=\"1\" width=\"1\" alt=\"\" />', 'US cites &#039;credible allegations&#039; of fraud in Tanzania election', 'The United States said on Thursday there were \"serious doubts\" about the credibility of Tanzania\'s presidential election while the leading opposition candidate urged countries not to recognize the results of a \"travesty\" of a poll.', 'publish', 'closed', 'closed', '', 'us-cites-credible-allegations-of-fraud-in-tanzania-election', '', '', '2020-10-30 13:37:25', '2020-10-30 13:37:25', '', 0, 'https://www.iamctv.com/?post_type=wprss_feed_item&p=589', 0, 'wprss_feed_item', '', 0),
(507, 1, '2020-10-29 15:24:42', '2020-10-29 19:24:42', '', 'IAMCTVPodcastLogo', '', 'inherit', '', 'closed', '', 'iamctvpodcastlogo', '', '', '2020-10-29 15:24:42', '2020-10-29 19:24:42', '', 0, 'https://www.iamctv.com/wp-content/uploads/2020/10/IAMCTVPodcastLogo.png', 0, 'attachment', 'image/png', 0),
(4262, 0, '2020-11-07 11:22:39', '2020-11-07 11:22:39', 'Opposition candidates in Ivory Coast\'s election face charges of terrorism and up to life in prison for denouncing the vote and creating a rival government after President Alassane Ouattara\'s victory, a public prosecutor said on Friday.<img src=\"http://feeds.feedburner.com/~r/rss/edition_africa/~4/Qm-wRaBrrPg\" height=\"1\" width=\"1\" alt=\"\" />', 'Ivory Coast opposition leaders face prison for forming rival government -- prosecutor', 'Opposition candidates in Ivory Coast\'s election face charges of terrorism and up to life in prison for denouncing the vote and creating a rival government after President Alassane Ouattara\'s victory, a public prosecutor said on Friday.', 'publish', 'closed', 'closed', '', 'ivory-coast-opposition-leaders-face-prison-for-forming-rival-government-prosecutor', '', '', '2020-11-07 11:22:39', '2020-11-07 11:22:39', '', 0, 'https://www.iamctv.com/?post_type=wprss_feed_item&p=4262', 0, 'wprss_feed_item', '', 0),
(4263, 0, '2020-11-06 12:22:38', '2020-11-06 12:22:38', 'Having scraped money together following medical studies abroad, Somali doctor Abdullahi Sheikdon Dini opened Mogadishu\'s first advanced diagnostic laboratory in January.<img src=\"http://feeds.feedburner.com/~r/rss/edition_africa/~4/oTr4bZAf674\" height=\"1\" width=\"1\" alt=\"\" />', 'Doctor&#039;s self-funded test lab leads way in Somalia&#039;s COVID fight', 'Having scraped money together following medical studies abroad, Somali doctor Abdullahi Sheikdon Dini opened Mogadishu\'s first advanced diagnostic laboratory in January.', 'publish', 'closed', 'closed', '', 'doctors-self-funded-test-lab-leads-way-in-somalias-covid-fight', '', '', '2020-11-06 12:22:38', '2020-11-06 12:22:38', '', 0, 'https://www.iamctv.com/?post_type=wprss_feed_item&p=4263', 0, 'wprss_feed_item', '', 0),
(2714, 0, '2020-11-03 13:50:32', '2020-11-03 13:50:32', 'Ugandan opposition presidential candidate Bobi Wine was arrested on Tuesday after handing in his nomination papers to the election body, his party\'s spokesman said.<img src=\"http://feeds.feedburner.com/~r/rss/edition_africa/~4/KrLG7p68eOE\" height=\"1\" width=\"1\" alt=\"\" />', 'Bobi Wine, Ugandan singer and opposition presidential candidate, arrested', 'Ugandan opposition presidential candidate Bobi Wine was arrested on Tuesday after handing in his nomination papers to the election body, his party\'s spokesman said.', 'publish', 'closed', 'closed', '', 'bobi-wine-ugandan-singer-and-opposition-presidential-candidate-arrested', '', '', '2020-11-03 13:50:32', '2020-11-03 13:50:32', '', 0, 'https://www.iamctv.com/?post_type=wprss_feed_item&p=2714', 0, 'wprss_feed_item', '', 0),
(2715, 0, '2020-11-03 05:14:38', '2020-11-03 05:14:38', 'Gunmen have killed 32 people and torched more than 20 houses in a raid in western Ethiopia, a regional administrator said on Monday.<img src=\"http://feeds.feedburner.com/~r/rss/edition_africa/~4/LnEG8LJRHnA\" height=\"1\" width=\"1\" alt=\"\" />', 'Gunmen kill 32, burn houses in attack in Ethiopia', 'Gunmen have killed 32 people and torched more than 20 houses in a raid in western Ethiopia, a regional administrator said on Monday.', 'publish', 'closed', 'closed', '', 'gunmen-kill-32-burn-houses-in-attack-in-ethiopia', '', '', '2020-11-03 05:14:38', '2020-11-03 05:14:38', '', 0, 'https://www.iamctv.com/?post_type=wprss_feed_item&p=2715', 0, 'wprss_feed_item', '', 0),
(2697, 0, '2020-11-05 13:28:11', '2020-11-05 13:28:11', 'Ethiopia\'s Prime Minister Abiy Ahmed showed no sign on Thursday of halting a military campaign in the Tigray region, despite international pressure to avert civil war with a powerful ethnic faction.<img src=\"http://feeds.feedburner.com/~r/rss/edition_africa/~4/30YnI6v4jog\" height=\"1\" width=\"1\" alt=\"\" />', 'Ethiopia&#039;s Abiy resists diplomatic pressure to halt offensive', 'Ethiopia\'s Prime Minister Abiy Ahmed showed no sign on Thursday of halting a military campaign in the Tigray region, despite international pressure to avert civil war with a powerful ethnic faction.', 'publish', 'closed', 'closed', '', 'ethiopias-abiy-resists-diplomatic-pressure-to-halt-offensive', '', '', '2020-11-05 13:28:11', '2020-11-05 13:28:11', '', 0, 'https://www.iamctv.com/?post_type=wprss_feed_item&p=2697', 0, 'wprss_feed_item', '', 0),
(1463, 0, '2020-11-02 03:56:09', '2020-11-02 03:56:09', 'South Africans are painfully aware that their country generally does not loom large, if at all, in the awareness of most Americans, nor in the policies of their government. But that doesn\'t mean they\'re not waiting with keen interest to see the outcome of Tuesday\'s race between Donald Trump and Joe Biden.<img src=\"http://feeds.feedburner.com/~r/rss/edition_africa/~4/SknJeEwy1tY\" height=\"1\" width=\"1\" alt=\"\" />', 'How South Africa is viewing Trump vs. Biden', 'South Africans are painfully aware that their country generally does not loom large, if at all, in the awareness of most Americans, nor in the policies of their government. But that doesn\'t mean they\'re not waiting with keen interest to see the outcome of Tuesday\'s race between Donald Trump and Joe Biden.', 'publish', 'closed', 'closed', '', 'how-south-africa-is-viewing-trump-vs-biden', '', '', '2020-11-02 03:56:09', '2020-11-02 03:56:09', '', 0, 'https://www.iamctv.com/?post_type=wprss_feed_item&p=1463', 0, 'wprss_feed_item', '', 0),
(4833, 0, '2020-10-26 21:37:14', '2020-10-26 21:37:14', 'The governor of Lagos state Babajide Sanwo-Olu tells CNN\'s Becky Anderson he believes there will be \'genuine reforms\' of police following EndSARS protests.<img src=\"http://feeds.feedburner.com/~r/rss/edition_africa/~4/J8AZKE81U7M\" height=\"1\" width=\"1\" alt=\"\" />', 'Sanwo-Olu: There is no international pressure', 'The governor of Lagos state Babajide Sanwo-Olu tells CNN\'s Becky Anderson he believes there will be \'genuine reforms\' of police following EndSARS protests.', 'publish', 'closed', 'closed', '', 'sanwo-olu-there-is-no-international-pressure', '', '', '2020-10-26 21:37:14', '2020-10-26 21:37:14', '', 0, 'https://www.iamctv.com/?post_type=wprss_feed_item&p=4833', 0, 'wprss_feed_item', '', 0),
(4834, 0, '2020-10-21 17:28:58', '2020-10-21 17:28:58', 'Protesters have been rallying across Nigeria to demand police reform and bring the government\'s attention to recurring police brutality.<img src=\"http://feeds.feedburner.com/~r/rss/edition_africa/~4/a-0bz9TI0Eo\" height=\"1\" width=\"1\" alt=\"\" />', 'In photos: Nigerians protest police brutality', 'Protesters have been rallying across Nigeria to demand police reform and bring the government\'s attention to recurring police brutality.', 'publish', 'closed', 'closed', '', 'in-photos-nigerians-protest-police-brutality', '', '', '2020-10-21 17:28:58', '2020-10-21 17:28:58', '', 0, 'https://www.iamctv.com/?post_type=wprss_feed_item&p=4834', 0, 'wprss_feed_item', '', 0),
(1896, 1, '2020-11-03 14:01:54', '2020-11-03 19:01:54', '', 'IAMCTVPodcastbanner', '', 'inherit', '', 'closed', '', 'iamctvpodcastbanner', '', '', '2020-11-03 14:01:54', '2020-11-03 19:01:54', '', 1890, 'https://www.iamctv.com/wp-content/uploads/2020/10/IAMCTVPodcastbanner.jpg', 0, 'attachment', 'image/jpeg', 0),
(491, 1, '2020-10-29 11:53:00', '2020-10-29 15:53:00', '\"IAMC TV Street Chat\" from Season 2 Episode 1 by IAMC TV Podcast. Released: 2020.', 'IAMC TV Street Chat', '', 'inherit', 'closed', 'closed', '', 'iamc-tv-street-chat', '', '', '2020-10-29 11:53:54', '2020-10-29 15:53:54', '', 0, 'https://www.iamctv.com/wp-content/uploads/2020/10/IAMCTVSC5.mp3', 0, 'attachment', 'audio/mpeg', 0),
(493, 1, '2021-07-09 12:06:41', '2020-10-29 16:08:39', '', 'Podcast', '', 'publish', 'closed', 'closed', '', 'podcast-2', '', '', '2021-07-09 12:06:41', '2021-07-09 16:06:41', '', 0, 'https://www.iamctv.com/?p=493', 7, 'nav_menu_item', '', 0),
(509, 1, '2020-10-29 15:27:23', '2020-10-29 19:27:23', '', 'IAMCTVSChatPodcastLogo', '', 'inherit', '', 'closed', '', 'iamctvschatpodcastlogo', '', '', '2020-10-29 15:27:23', '2020-10-29 19:27:23', '', 0, 'https://www.iamctv.com/wp-content/uploads/2020/10/IAMCTVSChatPodcastLogo.png', 0, 'attachment', 'image/png', 0),
(1905, 1, '2020-11-03 14:38:03', '2020-11-03 19:38:03', '', 'IAMCTVOurWorldPodcastLogo', '', 'inherit', '', 'closed', '', 'iamctvourworldpodcastlogo', '', '', '2020-11-03 14:38:03', '2020-11-03 19:38:03', '', 0, 'https://www.iamctv.com/wp-content/uploads/2020/11/IAMCTVOurWorldPodcastLogo.png', 0, 'attachment', 'image/png', 0);
INSERT INTO `iamc_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
(512, 1, '2020-10-29 16:09:24', '2020-10-29 20:09:24', '', 'IAMCTVSChatPodcastFImage', '', 'inherit', '', 'closed', '', 'iamctvschatpodcastfimage', '', '', '2020-10-29 16:09:24', '2020-10-29 20:09:24', '', 0, 'https://www.iamctv.com/wp-content/uploads/2020/10/IAMCTVSChatPodcastFImage.png', 0, 'attachment', 'image/png', 0),
(513, 1, '2020-10-29 16:09:40', '2020-10-29 20:09:40', '', 'IAMCTVSChatPodcastFImage', '', 'inherit', '', 'closed', '', 'iamctvschatpodcastfimage-2', '', '', '2020-10-29 16:09:40', '2020-10-29 20:09:40', '', 0, 'https://www.iamctv.com/wp-content/uploads/2020/10/IAMCTVSChatPodcastFImage-1.png', 0, 'attachment', 'image/png', 0),
(944, 1, '2020-10-31 18:20:26', '2020-10-31 22:20:26', '<iframe title=\"Masicka  x Shane Skull X Wirebrain - Promise (Official Video)\" width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/videoseries?list=PLhA33Qlq7dPSwXxVnX9F-6MLEqmrK1ofN\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', '', '', 'publish', 'closed', 'closed', '', 'd22e4edec33e397bc7b9ee0620b9e4ba', '', '', '2020-10-31 18:20:26', '2020-10-31 22:20:26', '', 0, 'https://www.iamctv.com/d22e4edec33e397bc7b9ee0620b9e4ba/', 0, 'oembed_cache', '', 0),
(945, 1, '2020-10-31 18:20:55', '2020-10-31 22:20:55', '', 'B30MVN20', '', 'inherit', '', 'closed', '', 'b30mvn20', '', '', '2020-10-31 18:20:55', '2020-10-31 22:20:55', '', 943, 'https://www.iamctv.com/wp-content/uploads/2020/10/B30MVN20.jpg', 0, 'attachment', 'image/jpeg', 0),
(946, 1, '2020-10-31 18:21:12', '2020-10-31 22:21:12', '<!-- wp:core-embed/youtube {\"url\":\"https://www.youtube.com/watch?v=y1Jkkjef84c\\u0026list=PLhA33Qlq7dPSwXxVnX9F-6MLEqmrK1ofN\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=y1Jkkjef84c&amp;list=PLhA33Qlq7dPSwXxVnX9F-6MLEqmrK1ofN\n</div></figure>\n<!-- /wp:core-embed/youtube -->', 'B30MV Countdown-November 2020', '', 'inherit', 'closed', 'closed', '', '943-revision-v1', '', '', '2020-10-31 18:21:12', '2020-10-31 22:21:12', '', 943, 'https://www.iamctv.com/943-revision-v1/', 0, 'revision', '', 0),
(2958, 1, '2020-11-06 07:00:37', '2020-11-06 12:00:37', '<!-- wp:image {\"align\":\"right\",\"id\":509,\"width\":313,\"height\":313,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignright size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2020/10/IAMCTVSChatPodcastLogo-1024x1024.png\" alt=\"\" class=\"wp-image-509\" width=\"313\" height=\"313\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>PrymEvyl and Alan Bogey comments on this week\'s US historic presidential election, Navy Seals operation in Nigeria, and the #EndSars no fly list by the Nigerian Army.</p>\n<!-- /wp:paragraph -->', 'IAMC TV Street Chat-S2 Episode 2', '', 'publish', 'closed', 'closed', '', 'iamc-tv-street-chat-s2-episode-2', '', '', '2020-11-12 17:00:40', '2020-11-12 22:00:40', '', 0, 'https://www.iamctv.com/?post_type=podcast&#038;p=2958', 0, 'podcast', '', 0),
(2963, 1, '2020-11-06 06:59:33', '2020-11-06 11:59:33', '\"IAMC TV Street Chat\" from Season 2 Episode 2 by IAMC TV Podcast. Released: 2020.', 'IAMC TV Street Chat', '', 'inherit', 'closed', 'closed', '', 'iamc-tv-street-chat-2', '', '', '2020-11-06 06:59:47', '2020-11-06 11:59:47', '', 2958, 'https://www.iamctv.com/wp-content/uploads/2020/11/IAMCTVSCS2E2.mp3', 0, 'attachment', 'audio/mpeg', 0),
(4843, 1, '2020-11-12 15:41:50', '2020-11-12 20:41:50', '<!-- wp:paragraph -->\n<p>One of Africa’s outspoken leaders, Jerry Rawlings of Ghana has died.&nbsp; Mr. Rawlings died today November 12, 2020 from Covid-19 complications in Accra.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"right\",\"id\":4844,\"width\":434,\"height\":244,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignright size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2020/11/Rawlings.jpg\" alt=\"\" class=\"wp-image-4844\" width=\"434\" height=\"244\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jerry Rawlings was the former president of Ghana who came to power in 1981 through a coup d’état.  He is known to have brought revolutionary change to Ghana.  Until his death, Jerry Rawlings has been outspoken against corruption and bad governance in Africa.  Mr. Rawlings is a well-respected statesman in Africa and the world. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Photo Credit: <a href=\"https://www.gettyimages.com/\">Getty Images</a></p>\n<!-- /wp:paragraph -->', 'Jerry Rawlings of Ghana Dies', '', 'publish', 'closed', 'open', '', 'jerry-rawlings-of-ghana-dies', '', '', '2020-11-12 15:41:56', '2020-11-12 20:41:56', '', 0, 'https://www.iamctv.com/?p=4843', 0, 'post', '', 0),
(4844, 1, '2020-11-12 15:40:10', '2020-11-12 20:40:10', '', 'Rawlings', '', 'inherit', '', 'closed', '', 'rawlings', '', '', '2020-11-12 15:40:10', '2020-11-12 20:40:10', '', 4843, 'https://www.iamctv.com/wp-content/uploads/2020/11/Rawlings.jpg', 0, 'attachment', 'image/jpeg', 0),
(4845, 1, '2020-11-12 15:41:50', '2020-11-12 20:41:50', '<!-- wp:paragraph -->\n<p>One of Africa’s outspoken leaders, Jerry Rawlings of Ghana has died.&nbsp; Mr. Rawlings died today November 12, 2020 from Covid-19 complications in Accra.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"right\",\"id\":4844,\"width\":434,\"height\":244,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignright size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2020/11/Rawlings.jpg\" alt=\"\" class=\"wp-image-4844\" width=\"434\" height=\"244\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Jerry Rawlings was the former president of Ghana who came to power in 1981 through a coup d’état.  He is known to have brought revolutionary change to Ghana.  Until his death, Jerry Rawlings has been outspoken against corruption and bad governance in Africa.  Mr. Rawlings is a well-respected statesman in Africa and the world. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Photo Credit: <a href=\"https://www.gettyimages.com/\">Getty Images</a></p>\n<!-- /wp:paragraph -->', 'Jerry Rawlings of Ghana Dies', '', 'inherit', 'closed', 'closed', '', '4843-revision-v1', '', '', '2020-11-12 15:41:50', '2020-11-12 20:41:50', '', 4843, 'https://www.iamctv.com/4843-revision-v1/', 0, 'revision', '', 0),
(4846, 1, '2020-11-12 16:58:44', '2020-11-12 21:58:44', '<!-- wp:image {\"align\":\"left\",\"id\":509,\"width\":395,\"height\":395,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignleft size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2020/10/IAMCTVSChatPodcastLogo-1024x1024.png\" alt=\"\" class=\"wp-image-509\" width=\"395\" height=\"395\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This week\'s podcast reflects on the 2020 US Presidential Election, death of Jerry Rawlings, and the Nigerian government #EndSars repercussions.  Commentary by PrymEvyl and Alan Bogey.</p>\n<!-- /wp:paragraph -->', 'IAMC TV Street Chat-S2 Episode 3', '', 'publish', 'closed', 'closed', '', 'iamc-tv-street-chat-s2-episode-3', '', '', '2020-11-12 16:58:47', '2020-11-12 21:58:47', '', 0, 'https://www.iamctv.com/?post_type=podcast&#038;p=4846', 0, 'podcast', '', 0),
(4847, 1, '2020-11-12 16:57:09', '2020-11-12 21:57:09', '\"IAMC TV Street Chat\" from Season 2 Episode 3 by IAMC TV Podcast.', 'IAMC TV Street Chat', '', 'inherit', 'closed', 'closed', '', 'iamc-tv-street-chat-3', '', '', '2020-11-12 16:57:28', '2020-11-12 21:57:28', '', 4846, 'https://www.iamctv.com/wp-content/uploads/2020/11/IAMCTVSCS2E3.mp3', 0, 'attachment', 'audio/mpeg', 0),
(4848, 0, '2020-11-12 21:52:29', '2020-11-12 21:52:29', '<p>This week\'s podcast reflects on the 2020 US Presidential Election, death of Jerry Rawlings, and the Nigerian government #EndSars repercussions. &nbsp;Commentary by PrymEvyl and Alan Bogey.</p>\n', 'IAMC TV Street Chat-S2 Episode 3', 'This week\'s podcast reflects on the 2020 US Presidential Election, death of Jerry Rawlings, and the Nigerian government #EndSars repercussions.  Commentary by PrymEvyl and Alan Bogey.', 'publish', 'closed', 'closed', '', 'iamc-tv-street-chat-s2-episode-3', '', '', '2020-11-12 21:52:29', '2020-11-12 21:52:29', '', 0, 'https://www.iamctv.com/?post_type=wprss_feed_item&p=4848', 0, 'wprss_feed_item', '', 0),
(4839, 0, '2020-10-29 15:07:22', '2020-10-29 15:07:22', '<p>IAMC TV Street Chat returns with hosts PrymEvyl and Alan Bogey commenting on the #EndSars Nigeria protests and the upcoming US presidential elections.</p>\n', 'IAMC TV Street Chat-S2 Episode 1', 'IAMC TV Street Chat returns with hosts PrymEvyl and Alan Bogey commenting on the #EndSars Nigeria protests and the upcoming US presidential elections.', 'publish', 'closed', 'closed', '', 'iamc-tv-street-chat-s2-episode-1', '', '', '2020-10-29 15:07:22', '2020-10-29 15:07:22', '', 0, 'https://www.iamctv.com/?post_type=wprss_feed_item&p=4839', 0, 'wprss_feed_item', '', 0),
(3526, 1, '2020-11-07 12:22:49', '2020-11-07 17:22:49', '<!-- wp:paragraph -->\n<p>Mr. Joe Biden has been confirmed by the Associated Press (AP) as the next president of the United States.&nbsp; The election results which have been very slow to confirm, was announced with Mr. Biden receiving 284 electoral votes and Mr. Trump receiving 214 electoral votes.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"right\",\"id\":3527,\"width\":438,\"height\":291,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignright size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2020/11/JBiden.jpeg\" alt=\"\" class=\"wp-image-3527\" width=\"438\" height=\"291\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The winning 20 electoral votes came from Pennsylvania, Mr. Biden’s home state to help him clinch the win.&nbsp; Mr.&nbsp; Trump in his reaction has vowed to take the electoral decision to court as he is not satisfied with the outcome.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Reactions from across the United States and the world has been celebratory as the world looks forward to new leadership in the White House.  We congratulate the president elect of the United States of America.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Photo Credit: <a href=\"https://www.apnews.com\">AP News</a></p>\n<!-- /wp:paragraph -->', 'Mr. Biden Wins US Presidency', '', 'publish', 'closed', 'open', '', 'mr-biden-wins-us-presidency', '', '', '2020-11-07 12:22:54', '2020-11-07 17:22:54', '', 0, 'https://www.iamctv.com/?p=3526', 0, 'post', '', 0),
(3527, 1, '2020-11-07 12:21:26', '2020-11-07 17:21:26', '', 'JBiden', '', 'inherit', '', 'closed', '', 'jbiden', '', '', '2020-11-07 12:21:26', '2020-11-07 17:21:26', '', 3526, 'https://www.iamctv.com/wp-content/uploads/2020/11/JBiden.jpeg', 0, 'attachment', 'image/jpeg', 0),
(3528, 1, '2020-11-07 12:22:49', '2020-11-07 17:22:49', '<!-- wp:paragraph -->\n<p>Mr. Joe Biden has been confirmed by the Associated Press (AP) as the next president of the United States.&nbsp; The election results which have been very slow to confirm, was announced with Mr. Biden receiving 284 electoral votes and Mr. Trump receiving 214 electoral votes.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"right\",\"id\":3527,\"width\":438,\"height\":291,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignright size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2020/11/JBiden.jpeg\" alt=\"\" class=\"wp-image-3527\" width=\"438\" height=\"291\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The winning 20 electoral votes came from Pennsylvania, Mr. Biden’s home state to help him clinch the win.&nbsp; Mr.&nbsp; Trump in his reaction has vowed to take the electoral decision to court as he is not satisfied with the outcome.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Reactions from across the United States and the world has been celebratory as the world looks forward to new leadership in the White House.  We congratulate the president elect of the United States of America.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Photo Credit: <a href=\"https://www.apnews.com\">AP News</a></p>\n<!-- /wp:paragraph -->', 'Mr. Biden Wins US Presidency', '', 'inherit', 'closed', 'closed', '', '3526-revision-v1', '', '', '2020-11-07 12:22:49', '2020-11-07 17:22:49', '', 3526, 'https://www.iamctv.com/3526-revision-v1/', 0, 'revision', '', 0),
(4835, 0, '2020-10-08 15:14:56', '2020-10-08 15:14:56', 'For the first time in its 25-year history, the World Trade Organization will be led by a woman.<img src=\"http://feeds.feedburner.com/~r/rss/edition_africa/~4/vArzBMDcgDg\" height=\"1\" width=\"1\" alt=\"\" />', 'A woman will oversee global trade for the first time', 'For the first time in its 25-year history, the World Trade Organization will be led by a woman.', 'publish', 'closed', 'closed', '', 'a-woman-will-oversee-global-trade-for-the-first-time', '', '', '2020-10-08 15:14:56', '2020-10-08 15:14:56', '', 0, 'https://www.iamctv.com/?post_type=wprss_feed_item&p=4835', 0, 'wprss_feed_item', '', 0),
(4836, 0, '2020-10-03 10:50:17', '2020-10-03 10:50:17', '<img src=\"http://feeds.feedburner.com/~r/rss/edition_africa/~4/FyidQIpHQ_Y\" height=\"1\" width=\"1\" alt=\"\" />', 'Nigerian scientists develop cheaper and faster Covid-19 test kits', '', 'publish', 'closed', 'closed', '', 'nigerian-scientists-develop-cheaper-and-faster-covid-19-test-kits', '', '', '2020-10-03 10:50:17', '2020-10-03 10:50:17', '', 0, 'https://www.iamctv.com/?post_type=wprss_feed_item&p=4836', 0, 'wprss_feed_item', '', 0),
(4822, 1, '2020-11-10 09:12:39', '2020-11-10 14:12:39', '', 'Buhari', '', 'inherit', '', 'closed', '', 'buhari', '', '', '2020-11-10 09:12:39', '2020-11-10 14:12:39', '', 4815, 'https://www.iamctv.com/wp-content/uploads/2020/11/Buhari.jpg', 0, 'attachment', 'image/jpeg', 0),
(4850, 1, '2020-11-19 23:36:49', '2020-11-20 04:36:49', '<!-- wp:image {\"align\":\"left\",\"id\":512,\"width\":362,\"height\":362,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignleft size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2020/10/IAMCTVSChatPodcastFImage.png\" alt=\"\" class=\"wp-image-512\" width=\"362\" height=\"362\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>On this week’s episode, PrymEvyl and Alan Bogey gives their commentary on the Million MAGA March, Trump’s polarizing actions, Bobi Wine of Uganda, CNN Lekki Massacre investigation, and President Buhari’s dictatorial tendencies.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'IAMC TV Street Chat-S2 Episode 4', '', 'publish', 'closed', 'closed', '', 'iamc-tv-street-chat-s2-episode-4', '', '', '2020-11-19 23:36:53', '2020-11-20 04:36:53', '', 0, 'https://www.iamctv.com/?post_type=podcast&#038;p=4850', 0, 'podcast', '', 0),
(4815, 1, '2020-11-10 09:18:07', '2020-11-10 14:18:07', '<!-- wp:paragraph -->\n<p>The narrative and rhetoric being pushed by the Nigerian leadership following the #EndSars protest should be troubling if not scary to any discerning mind.&nbsp; While no responsibility has been taken by any government agency for the unfortunate loss of lives of protesters (peaceful or otherwise), &nbsp;the government and its goons have not been hesitant to put the blame for the eventual outcome of the protest on social media and the Nigerian youths.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"left\",\"id\":155,\"width\":451,\"height\":234,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignleft size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2020/10/end-sars.jpg\" alt=\"\" class=\"wp-image-155\" width=\"451\" height=\"234\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Following the massacre at the Lekki toll gates, numerous Nigerian political leaders paid condolence visits to the Lagos state site of the massacre and proclaimed there will be investigations and consequences. On the surface, one would think these actors were serious about their intentions of fixing the problems resulting in the peaceful protests and bringing to book the perpetrators and their sponsors of the wanton destruction. It soon became evident that they were merely attempting to change the narrative in the view of the world to exert revenge on those they felt had the effrontery to go against them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After the denial by the Nigerian Army of their involvement in the Lekki massacre, Bola Tinubu a leader in the ruling party All Progressives Congress (APC) visited the Lagos state governor and from his posturing and comments it became evident that he along with the Nigerian government are actively involved in a coverup.&nbsp; While speaking to reporters on a visit to the Lagos state governor Babjide Sanwo-Olu, Tinubu stated that restitution will be paid to those affected and also those who partook in the protests will be investigated to identify the level of their involvement.&nbsp; This statement raised red flags because in the views of Nigerians Mr. Tinubu was more concerned with the financial destruction and not the loss of lives due to the use of the Nigerian security agencies and government sponsored thugs released on the protesters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"right\",\"id\":4822,\"width\":465,\"height\":309,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignright size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2020/11/Buhari-1024x683.jpg\" alt=\"\" class=\"wp-image-4822\" width=\"465\" height=\"309\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It did not take long for other jokers to start to make similar calls without calling for the proper investigation of the killings of Nigerians at the hands of various security agencies.&nbsp; These calls have become scarier as the Nigerian Army sent a no-fly list of protest participants to the Nigerian Airport authorities while continuing to deny their involvement in the massacre.&nbsp; To worsen the narrative, the Central Bank of Nigeria (CBN) has frozen the account of numerous participants of the protest who financially facilitated the peaceful protest for about 12 days.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some representatives of the people who are supposed to quell the current tension in the land have also resorted to harsh rhetoric against the Nigerian youths.&nbsp; Notable among these voices were Desmond Elliot, a former Nollywood actor and Mojisola Alli-Macaulay, both members of the Lagos State House of Assembly. &nbsp;These individuals who are youths themselves, have used their political positions to vilify the Nigerian youths with Macaulay calling Nigerian youths drug addicts and always on social media.&nbsp; Desmond Elliot did his by disrespectfully calling the youths children and advocated for the regulation of social media, a call also made by Macaulay and other political jokers.&nbsp; Mr.&nbsp; Elliot eventually resigned due to his comments which were not taken lightly by his constituents who called for his resignation.&nbsp; Efforts to recall Mrs. Alli-Macaulay from the Lagos State House of Assembly are currently underway by her constituents.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>From the antics being displayed by the Nigerian political elites, it is evident that the current political class are not ready to do the needful for a better life for majority of the Nigerian citizens.&nbsp; Garba Shehu, the Nigerian president official spokesman is even insisting that Nigerian celebrities and social media influencers who were part of the protests will face the wrath of the law.&nbsp; Numerous Nigerian journalists and citizens have so far been arrested and facing bogus federal charges claiming they attempted to overthrow the government. &nbsp;This reasoning is antithetic to our constitution, democracy, and the stability of the country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nigerians need to be vigilant and united for their nascent democracy to stand the test of time as democracy is under attack globally and Nigeria is no different.&nbsp; Recent events in Nigeria is proof, and the recent raids on small business by the Hisbah Police in Kano and Kaduna are signs of more sinister actions on the part of the Nigerian government. &nbsp;Freedoms of the Nigerian citizens are been eroded daily and the current events is no different from 2019 when Omoyele Sowore called for a #RevolutionNow to protest bad governance and was arrested and similarly charged for trying to overthrow the government.&nbsp; He is still in the Nigerian courts for those charges.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Nigerian youths cannot remain silent and should remember and never forget that the power belongs to the people and endeavor to build a solid grassroot base for a political revolution come 2023. Soro Soke!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Photo Credits: <a href=\"https://www.vanguardngr.com\">Vanguard News</a>, <a href=\"https://www.petitions.net\">Petitions.net</a></p>\n<!-- /wp:paragraph -->', '#EndSars Repercussions: Suppression and Erosion of Freedoms', '', 'publish', 'closed', 'open', '', 'endsars-repercussions-suppression-and-erosion-of-freedoms', '', '', '2020-11-10 09:26:40', '2020-11-10 14:26:40', '', 0, 'https://www.iamctv.com/?p=4815', 0, 'post', '', 0),
(3177, 1, '2020-11-06 15:11:14', '2020-11-06 20:11:14', '<!-- wp:html -->\n<div align=\"center\"><a href=\"https://www.270towin.com/maps/ZAmnv\"><img src=\"https://www.270towin.com/map-images/ZAmnv.png\" width=\"800\"></a><br><small><img style=\"vertical-align:middle;\" src=\"https://www.270towin.com/uploads/3rd_party_270_30px.png\" alt=\"\" /> Click the map to create your own at <a href=\"https://www.270towin.com/maps/ZAmnv\">270toWin.com</a></small></div>\n<!-- /wp:html -->', '2020 US Presidential Election Results', '', 'publish', 'closed', 'open', '', '2020-us-presidential-election-results', '', '', '2020-11-06 15:11:54', '2020-11-06 20:11:54', '', 0, 'https://www.iamctv.com/?p=3177', 0, 'post', '', 0),
(3178, 1, '2020-11-06 15:10:15', '2020-11-06 20:10:15', '<!-- wp:html -->\n<div align=\"center\"><a href=\"https://www.270towin.com/maps/ZAmnv\"><img src=\"https://www.270towin.com/map-images/ZAmnv.png\" width=\"800\"></a><br><small><img style=\"vertical-align:middle;\" src=\"https://www.270towin.com/uploads/3rd_party_270_30px.png\" alt=\"\" /> Click the map to create your own at <a href=\"https://www.270towin.com/maps/ZAmnv\">270toWin.com</a></small></div>\n<!-- /wp:html -->', '2020 US Presidential Election Results', '', 'inherit', 'closed', 'closed', '', '3177-revision-v1', '', '', '2020-11-06 15:10:15', '2020-11-06 20:10:15', '', 3177, 'https://www.iamctv.com/3177-revision-v1/', 0, 'revision', '', 0),
(4851, 1, '2020-11-19 23:33:48', '2020-11-20 04:33:48', '\"IAMC TV Street Chat\" from Season 2 Episode 4 by IAMC TV Podcast. Released: 2020.', 'IAMC TV Street Chat', '', 'inherit', 'closed', 'closed', '', 'iamc-tv-street-chat-4', '', '', '2020-11-19 23:35:30', '2020-11-20 04:35:30', '', 4850, 'https://www.iamctv.com/wp-content/uploads/2020/11/IAMCTVSCS2E4.mp3', 0, 'attachment', 'audio/mpeg', 0),
(4852, 0, '2020-11-20 04:34:59', '2020-11-20 04:34:59', '<p>On this week’s episode, PrymEvyl and Alan Bogey gives their commentary on the Million MAGA March, Trump’s polarizing actions, Bobi Wine of Uganda, CNN Lekki Massacre investigation, and President Buhari’s dictatorial tendencies.</p>\n', 'IAMC TV Street Chat-S2 Episode 4', 'On this week’s episode, PrymEvyl and Alan Bogey gives their commentary on the Million MAGA March, Trump’s polarizing actions, Bobi Wine of Uganda, CNN Lekki Massacre investigation, and President Buhari’s dictatorial tendencies.', 'publish', 'closed', 'closed', '', 'iamc-tv-street-chat-s2-episode-4', '', '', '2020-11-20 04:34:59', '2020-11-20 04:34:59', '', 0, 'https://www.iamctv.com/?post_type=wprss_feed_item&p=4852', 0, 'wprss_feed_item', '', 0),
(4853, 2, '2020-11-25 13:44:02', '2020-11-25 18:44:02', '<!-- wp:image {\"align\":\"right\",\"id\":4854,\"width\":257,\"height\":257,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignright size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2020/11/HIVRibbon.jpg\" alt=\"\" class=\"wp-image-4854\" width=\"257\" height=\"257\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>So, here\'s a line I so often, earnestly, honestly and unapologetically use during my counseling sessions... \"Being currently unmarried, and given what I know about the virus, its treatment and prognosis following infection, I could actually knowingly marry a HIV positive lady!\". Of course, the reaction I get is often of bafflement, relief and some cynicism.<br><br>I\'ll assume virtually all of us here on social media have, at the very least, some rudimentary idea of what HIV is, as well as its mode of transmission. So, I will not bore your lovely heads with all that jargon. What I however unfortunately notice and would draw attention to, is that there clearly is a huge lacuna as to the accuracy of our collective knowledge of its prognosis, given the resources available in today\'s world.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br>Hence I thought to share just a little of the current realities the \'modern day\' HIV infected person faces. And I will give an account in as plain a manner as I can.<br><br>So, a person comes for a test, sometimes voluntarily... Other times on the recommendation of a healthcare worker. He/she gets counseling before and after the test. Of course, results could be positive or negative.<br><br>For those who turn out positive, following counseling, they are immediately commenced on treatment. Please understand... currently, THERE\'S NO CURE FOR HIV INFECTION (any counterclaim is an absolute lie). However, the drugs given have the capacity to suppress the virus to the point it is rendered practically useless. This, in a sense, indicates that this infection would be incapable to removing a single day from a person\'s life span.<br><br>In fact, there are modalities for monitoring how much of the virus persists in the infected person, and those who are serious with treatment, get to the point where the quantity of virus in the blood is so low, that it\'s said to be UNDETECTABLE (Please note that this is not same as being cured, as the virus is still present, but to a very suppressed degree!) Furthermore, those who have attained the status of being UNDETECTABLE are practically incapable of transmitting the virus to others! This has relevance with regard to sexual partner transmissions, mother to child transmission (during pregnancy, breastfeeding or otherwise), etc.<br><br>Point being made here is that so many people are living extremely healthy and fulfilled lives even while being HIV positive! This is fact!<br><br>Caveat here is that they only are able to live such healthy lives because they are on medication, and they\'re only on medication because they know their status!<br><br>It begs the question then... Why so much stigma with the whole concept of HIV? Yeah... Treatment is for life, but so is the case for Hypertension and Diabetes. These people are healthy, productive, getting married, having kids who are virus free... Generally living full and happy lives! Again, why the stigma? Why the persecution?<br><br>Please, get up, shake yourself off, and get tested. The worst that could happen is that you test positive... So what? There\'s very effective and free treatment available... While we hope for an official cure in the shortest possible time.<br><br>#knowyourhivstatus<br>#gettestedtoday</p>\n<!-- /wp:paragraph -->', 'HIV\'s Overly Bloated Taboo Status', '', 'publish', 'closed', 'open', '', 'hivs-overly-bloated-taboo-status', '', '', '2020-11-30 17:06:30', '2020-11-30 22:06:30', '', 0, 'https://www.iamctv.com/?p=4853', 0, 'post', '', 0),
(4854, 1, '2020-11-25 13:42:45', '2020-11-25 18:42:45', '', 'HIVRibbon', '', 'inherit', '', 'closed', '', 'hivribbon', '', '', '2020-11-25 13:42:45', '2020-11-25 18:42:45', '', 4853, 'https://www.iamctv.com/wp-content/uploads/2020/11/HIVRibbon.jpg', 0, 'attachment', 'image/jpeg', 0),
(4855, 1, '2020-11-25 13:44:02', '2020-11-25 18:44:02', '<!-- wp:image {\"align\":\"right\",\"id\":4854,\"width\":257,\"height\":257,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignright size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2020/11/HIVRibbon.jpg\" alt=\"\" class=\"wp-image-4854\" width=\"257\" height=\"257\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>So, here\'s a line I so often, earnestly, honestly and unapologetically use during my counseling sessions... \"Being currently unmarried, and given what I know about the virus, its treatment and prognosis following infection, I could actually knowingly marry a HIV positive lady!\". Of course, the reaction I get is often of bafflement, relief and some cynicism.<br><br>I\'ll assume virtually all of us here on social media have, at the very least, some rudimentary idea of what HIV is, as well as its mode of transmission. So, I will not bore your lovely heads with all that jargon. What I however unfortunately notice and would draw attention to, is that there clearly is a huge lacuna as to the accuracy of our collective knowledge of its prognosis, given the resources available in today\'s world.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br>Hence I thought to share just a little of the current realities the \'modern day\' HIV infected person faces. And I will give an account in as plain a manner as I can.<br><br>So, a person comes for a test, sometimes voluntarily... Other times on the recommendation of a healthcare worker. He/she gets counseling before and after the test. Of course, results could be positive or negative.<br><br>For those who turn out positive, following counseling, they are immediately commenced on treatment. Please understand... currently, THERE\'S NO CURE FOR HIV INFECTION (any counterclaim is an absolute lie). However, the drugs given have the capacity to suppress the virus to the point it is rendered practically useless. This, in a sense, indicates that this infection would be incapable to removing a single day from a person\'s life span.<br><br>In fact, there are modalities for monitoring how much of the virus persists in the infected person, and those who are serious with treatment, get to the point where the quantity of virus in the blood is so low, that it\'s said to be UNDETECTABLE (Please note that this is not same as being cured, as the virus is still present, but to a very suppressed degree!) Furthermore, those who have attained the status of being UNDETECTABLE are practically incapable of transmitting the virus to others! This has relevance with regard to sexual partner transmissions, mother to child transmission (during pregnancy, breastfeeding or otherwise), etc.<br><br>Point being made here is that so many people are living extremely healthy and fulfilled lives even while being HIV positive! This is fact!<br><br>Caveat here is that they only are able to live such healthy lives because they are on medication, and they\'re only on medication because they know their status!<br><br>It begs the question then... Why so much stigma with the whole concept of HIV? Yeah... Treatment is for life, but so is the case for Hypertension and Diabetes. These people are healthy, productive, getting married, having kids who are virus free... Generally living full and happy lives! Again, why the stigma? Why the persecution?<br><br>Please, get up, shake yourself off, and get tested. The worst that could happen is that you test positive... So what? There\'s very effective and free treatment available... While we hope for an official cure in the shortest possible time.<br><br>#knowyourhivstatus<br>#gettestedtoday</p>\n<!-- /wp:paragraph -->', 'HIV\'s OVERLY BLOATED TABOO STATUS', '', 'inherit', 'closed', 'closed', '', '4853-revision-v1', '', '', '2020-11-25 13:44:02', '2020-11-25 18:44:02', '', 4853, 'https://www.iamctv.com/4853-revision-v1/', 0, 'revision', '', 0),
(4856, 1, '2020-11-25 13:48:34', '2020-11-25 18:48:34', '<!-- wp:image {\"align\":\"right\",\"id\":4854,\"width\":257,\"height\":257,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignright size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2020/11/HIVRibbon.jpg\" alt=\"\" class=\"wp-image-4854\" width=\"257\" height=\"257\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>So, here\'s a line I so often, earnestly, honestly and unapologetically use during my counseling sessions... \"Being currently unmarried, and given what I know about the virus, its treatment and prognosis following infection, I could actually knowingly marry a HIV positive lady!\". Of course, the reaction I get is often of bafflement, relief and some cynicism.<br><br>I\'ll assume virtually all of us here on social media have, at the very least, some rudimentary idea of what HIV is, as well as its mode of transmission. So, I will not bore your lovely heads with all that jargon. What I however unfortunately notice and would draw attention to, is that there clearly is a huge lacuna as to the accuracy of our collective knowledge of its prognosis, given the resources available in today\'s world.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br>Hence I thought to share just a little of the current realities the \'modern day\' HIV infected person faces. And I will give an account in as plain a manner as I can.<br><br>So, a person comes for a test, sometimes voluntarily... Other times on the recommendation of a healthcare worker. He/she gets counseling before and after the test. Of course, results could be positive or negative.<br><br>For those who turn out positive, following counseling, they are immediately commenced on treatment. Please understand... currently, THERE\'S NO CURE FOR HIV INFECTION (any counterclaim is an absolute lie). However, the drugs given have the capacity to suppress the virus to the point it is rendered practically useless. This, in a sense, indicates that this infection would be incapable to removing a single day from a person\'s life span.<br><br>In fact, there are modalities for monitoring how much of the virus persists in the infected person, and those who are serious with treatment, get to the point where the quantity of virus in the blood is so low, that it\'s said to be UNDETECTABLE (Please note that this is not same as being cured, as the virus is still present, but to a very suppressed degree!) Furthermore, those who have attained the status of being UNDETECTABLE are practically incapable of transmitting the virus to others! This has relevance with regard to sexual partner transmissions, mother to child transmission (during pregnancy, breastfeeding or otherwise), etc.<br><br>Point being made here is that so many people are living extremely healthy and fulfilled lives even while being HIV positive! This is fact!<br><br>Caveat here is that they only are able to live such healthy lives because they are on medication, and they\'re only on medication because they know their status!<br><br>It begs the question then... Why so much stigma with the whole concept of HIV? Yeah... Treatment is for life, but so is the case for Hypertension and Diabetes. These people are healthy, productive, getting married, having kids who are virus free... Generally living full and happy lives! Again, why the stigma? Why the persecution?<br><br>Please, get up, shake yourself off, and get tested. The worst that could happen is that you test positive... So what? There\'s very effective and free treatment available... While we hope for an official cure in the shortest possible time.<br><br>#knowyourhivstatus<br>#gettestedtoday</p>\n<!-- /wp:paragraph -->', 'HIV\'s Overly Bloated Taboo Status', '', 'inherit', 'closed', 'closed', '', '4853-revision-v1', '', '', '2020-11-25 13:48:34', '2020-11-25 18:48:34', '', 4853, 'https://www.iamctv.com/4853-revision-v1/', 0, 'revision', '', 0),
(4857, 2, '2020-11-25 14:26:32', '2020-11-25 19:26:32', '<!-- wp:image {\"align\":\"left\",\"id\":4860,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignleft size-large\"><img src=\"https://www.iamctv.com/wp-content/uploads/2020/11/Sex.png\" alt=\"\" class=\"wp-image-4860\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>So, I got challenged somewhat following my last post, regarding my stance on the futility of undue bias and unfair, as well as uncalled for persecution by society, of people living with HIV. I was called out by multiple persons on why I\'d see fit to in any way create any comparison between HIV infection and other conditions like hypertension and Diabetes.<br><br>While I get the meat of the vocalized as well as quietly brooded queries, which in many cases are actually pretty rational... I can\'t help but state in clear terms the considerable paucity of knowledge today\'s society largely collectively wallows in on the subject.<br><br>So I thought to try to address the pretty large, lumbering elephant in the room... What makes this infection, despite the many, many, many gains already made in its treatment and follow up, what makes it retain such a seeming vice-like grip on, at the very least, our collective subconscious?...<br><br>... SEX!<br><br>Yep, I know there\'s the fact that it\'s contagious, especially when untreated. I also understand there presently is no cure. I however think a very sizeable chunk of the taboo status may be in its general \'assumed\' affiliation with the notion of some form of preceding \'sexual looseness\' clearly fundamentally frowned upon culturally here in Africa, and apparently deserving of some kind of moral and/or cosmic retribution!<br><br>Yeah, I\'m no omniscient entity, so understand my opinion is by no means law. But yeah... I think it\'s sex, it\'s immediate association with the person discovered to be HIV infected, and all of the emotions the notion of it conjures in us: Awe, shame, desire, mystery, curiosity... and no small dose of \'exalting self-righteousness’!.<br><br>Now you\'ve got a condition which has been quite rightly touted over the years, a large chunk of which people were constantly reminded about how there was no cure, how \"e no dey show for face\", and so on... the concept of HIV/AIDS was practically deified, and in sone quarters, presented as a just and/or cosmic reward for immorality. Now add all that to the general lay assumption that virtually everyone who is positive got it through sex! And voila! There you have it!<br><br>It does not seem to matter that there\'s effective treatment, or that there currently is an extremely fine line between being virally suppressed from taking the drugs and an outright cure. I think society cannot seem to get past sex-driven bigotry we so often display towards people living with HIV/AIDS. Such words as \'promiscuous\', \'undisciplined\', \'karma\', etc., inevitably pop up in our heads but largely go unsaid.<br><br>This pervading taboo status, I find, can be debilitating! I have observed that more people outrightly reject HIV testing from fear of society\'s persecution if discovered positive, than the fear of having the virus itself. Why else would not anyone \'run headlong\' towards a test especially after knowing there is free, effective treatment without which the future truly is bleak for all undiagnosed HIV positive persons?<br><br>#selah<br>#gettestedtoday</p>\n<!-- /wp:paragraph -->', 'The Elephant in the Room...', '', 'publish', 'closed', 'open', '', 'the-elephant-in-the-room', '', '', '2020-11-30 17:06:00', '2020-11-30 22:06:00', '', 0, 'https://www.iamctv.com/?p=4857', 0, 'post', '', 0),
(4858, 1, '2020-11-25 13:58:10', '2020-11-25 18:58:10', '<!-- wp:paragraph -->\n<p>So, I got challenged somewhat following my last post, regarding my stance on the futility of undue bias and unfair, as well as uncalled for persecution by society, of people living with HIV. I was called out by multiple persons on why I\'d see fit to in any way create any comparison between HIV infection and other conditions like hypertension and Diabetes.<br><br>While I get the meat of the vocalized as well as quietly brooded queries, which in many cases are actually pretty rational... I can\'t help but state in clear terms the considerable paucity of knowledge today\'s society largely collectively wallows in on the subject.<br><br>So I thought to try to address the pretty large, lumbering elephant in the room... What makes this infection, despite the many, many, many gains already made in its treatment and follow up, what makes it retain such a seeming vice-like grip on, at the very least, our collective subconscious?...<br><br>... SEX!<br><br>Yep, I know there\'s the fact that it\'s contagious, especially when untreated. I also understand there presently is no cure. I however think a very sizeable chunk of the taboo status may be in its general \'assumed\' affiliation with the notion of some form of preceding \'sexual looseness\' clearly fundamentally frowned upon culturally here in Africa, and apparently deserving of some kind of moral and/or cosmic retribution!<br><br>Yeah, I\'m no omniscient entity, so understand my opinion is by no means law. But yeah... I think it\'s sex, it\'s immediate association with the person discovered to be HIV infected, and all of the emotions the notion of it conjures in us: Awe, shame, desire, mystery, curiosity... and no small dose of \'exalting self-righteousness’!.<br><br>Now you\'ve got a condition which has been quite rightly touted over the years, a large chunk of which people were constantly reminded about how there was no cure, how \"e no dey show for face\", and so on... the concept of HIV/AIDS was practically deified, and in sone quarters, presented as a just and/or cosmic reward for immorality. Now add all that to the general lay assumption that virtually everyone who is positive got it through sex! And voila! There you have it!<br><br>It does not seem to matter that there\'s effective treatment, or that there currently is an extremely fine line between being virally suppressed from taking the drugs and an outright cure. I think society cannot seem to get past sex-driven bigotry we so often display towards people living with HIV/AIDS. Such words as \'promiscuous\', \'undisciplined\', \'karma\', etc., inevitably pop up in our heads but largely go unsaid.<br><br>This pervading taboo status, I find, can be debilitating! I have observed that more people outrightly reject HIV testing from fear of society\'s persecution if discovered positive, than the fear of having the virus itself. Why else would not anyone \'run headlong\' towards a test especially after knowing there is free, effective treatment without which the future truly is bleak for all undiagnosed HIV positive persons?<br><br>#selah<br>#gettestedtoday</p>\n<!-- /wp:paragraph -->', 'The Elephant in the Room...', '', 'inherit', 'closed', 'closed', '', '4857-revision-v1', '', '', '2020-11-25 13:58:10', '2020-11-25 18:58:10', '', 4857, 'https://www.iamctv.com/4857-revision-v1/', 0, 'revision', '', 0),
(4859, 1, '2020-11-25 14:25:55', '2020-11-25 19:25:55', '', 'DrOrdersPagebanner', '', 'inherit', '', 'closed', '', 'drorderspagebanner', '', '', '2020-11-25 14:25:55', '2020-11-25 19:25:55', '', 4857, 'https://www.iamctv.com/wp-content/uploads/2020/11/DrOrdersPagebanner.jpg', 0, 'attachment', 'image/jpeg', 0),
(4860, 1, '2020-11-25 14:30:26', '2020-11-25 19:30:26', '', 'Sex', '', 'inherit', '', 'closed', '', 'sex', '', '', '2020-11-25 14:30:26', '2020-11-25 19:30:26', '', 4857, 'https://www.iamctv.com/wp-content/uploads/2020/11/Sex.png', 0, 'attachment', 'image/png', 0),
(4861, 1, '2020-11-25 14:30:57', '2020-11-25 19:30:57', '<!-- wp:image {\"align\":\"left\",\"id\":4860,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignleft size-large\"><img src=\"https://www.iamctv.com/wp-content/uploads/2020/11/Sex.png\" alt=\"\" class=\"wp-image-4860\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>So, I got challenged somewhat following my last post, regarding my stance on the futility of undue bias and unfair, as well as uncalled for persecution by society, of people living with HIV. I was called out by multiple persons on why I\'d see fit to in any way create any comparison between HIV infection and other conditions like hypertension and Diabetes.<br><br>While I get the meat of the vocalized as well as quietly brooded queries, which in many cases are actually pretty rational... I can\'t help but state in clear terms the considerable paucity of knowledge today\'s society largely collectively wallows in on the subject.<br><br>So I thought to try to address the pretty large, lumbering elephant in the room... What makes this infection, despite the many, many, many gains already made in its treatment and follow up, what makes it retain such a seeming vice-like grip on, at the very least, our collective subconscious?...<br><br>... SEX!<br><br>Yep, I know there\'s the fact that it\'s contagious, especially when untreated. I also understand there presently is no cure. I however think a very sizeable chunk of the taboo status may be in its general \'assumed\' affiliation with the notion of some form of preceding \'sexual looseness\' clearly fundamentally frowned upon culturally here in Africa, and apparently deserving of some kind of moral and/or cosmic retribution!<br><br>Yeah, I\'m no omniscient entity, so understand my opinion is by no means law. But yeah... I think it\'s sex, it\'s immediate association with the person discovered to be HIV infected, and all of the emotions the notion of it conjures in us: Awe, shame, desire, mystery, curiosity... and no small dose of \'exalting self-righteousness’!.<br><br>Now you\'ve got a condition which has been quite rightly touted over the years, a large chunk of which people were constantly reminded about how there was no cure, how \"e no dey show for face\", and so on... the concept of HIV/AIDS was practically deified, and in sone quarters, presented as a just and/or cosmic reward for immorality. Now add all that to the general lay assumption that virtually everyone who is positive got it through sex! And voila! There you have it!<br><br>It does not seem to matter that there\'s effective treatment, or that there currently is an extremely fine line between being virally suppressed from taking the drugs and an outright cure. I think society cannot seem to get past sex-driven bigotry we so often display towards people living with HIV/AIDS. Such words as \'promiscuous\', \'undisciplined\', \'karma\', etc., inevitably pop up in our heads but largely go unsaid.<br><br>This pervading taboo status, I find, can be debilitating! I have observed that more people outrightly reject HIV testing from fear of society\'s persecution if discovered positive, than the fear of having the virus itself. Why else would not anyone \'run headlong\' towards a test especially after knowing there is free, effective treatment without which the future truly is bleak for all undiagnosed HIV positive persons?<br><br>#selah<br>#gettestedtoday</p>\n<!-- /wp:paragraph -->', 'The Elephant in the Room...', '', 'inherit', 'closed', 'closed', '', '4857-revision-v1', '', '', '2020-11-25 14:30:57', '2020-11-25 19:30:57', '', 4857, 'https://www.iamctv.com/4857-revision-v1/', 0, 'revision', '', 0),
(4862, 0, '2020-11-27 01:23:04', '2020-11-27 01:23:04', '<p>On this special thanksgiving day episode, PrymEvyl &amp; Alan Bogey reflects on President Trump\'s continuing challenge to the US electoral process, the indictment of former Nigeria Head of State retired General Gowon by the British parliament, and the deteriorating security in Nigeria. &nbsp;Happy thanksgiving to all.</p>\n', 'IAMC TV Street Chat-S2 Episode 5', 'On this special thanksgiving day episode, PrymEvyl & Alan Bogey reflects on President Trump\'s continuing challenge to the US electoral process, the indictment of former Nigeria Head of State retired General Gowon by the British parliament, and the deteriorating security in Nigeria.  Happy thanksgiving to all.', 'publish', 'closed', 'closed', '', 'iamc-tv-street-chat-s2-episode-5', '', '', '2020-11-27 01:23:04', '2020-11-27 01:23:04', '', 0, 'https://www.iamctv.com/?post_type=wprss_feed_item&p=4862', 0, 'wprss_feed_item', '', 0);
INSERT INTO `iamc_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
(4863, 1, '2020-11-26 20:30:57', '2020-11-27 01:30:57', '<!-- wp:image {\"align\":\"left\",\"id\":513,\"width\":309,\"height\":253,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignleft size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2020/10/IAMCTVSChatPodcastFImage-1-e1604002358276.png\" alt=\"\" class=\"wp-image-513\" width=\"309\" height=\"253\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>On this special thanksgiving day episode, PrymEvyl &amp; Alan Bogey reflects on President Trump\'s continuing challenge to the US electoral process, the indictment of former Nigeria Head of State retired General Gowon by the British parliament, and the deteriorating security in Nigeria. Happy thanksgiving to all.</p>\n<!-- /wp:paragraph -->', 'IAMC TV Street Chat-S2 Episode 5', '', 'publish', 'closed', 'closed', '', 'iamc-tv-street-chat-s2-episode-5', '', '', '2020-11-26 20:31:00', '2020-11-27 01:31:00', '', 0, 'https://www.iamctv.com/?post_type=podcast&#038;p=4863', 0, 'podcast', '', 0),
(4864, 1, '2020-11-26 20:29:10', '2020-11-27 01:29:10', '\"IAMC TV Street Chat\" from Season 2 Episode 5 by IAMC TV Podcast.', 'IAMC TV Street Chat', '', 'inherit', 'closed', 'closed', '', 'iamc-tv-street-chat-5', '', '', '2020-11-26 20:29:23', '2020-11-27 01:29:23', '', 4863, 'https://www.iamctv.com/wp-content/uploads/2020/11/IAMCTVSCS2E5.mp3', 0, 'attachment', 'audio/mpeg', 0),
(4866, 2, '2020-11-30 17:05:01', '2020-11-30 22:05:01', '<!-- wp:image {\"align\":\"right\",\"id\":4867,\"width\":277,\"height\":277,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignright size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2020/11/Prayer.jpg\" alt=\"\" class=\"wp-image-4867\" width=\"277\" height=\"277\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Too many times have I, and do I, have to expend copious amounts of energy admonishing, convincing and sometimes coercing patients to heed fundamentally sound and logical medical advice on matters regarding their health.<br><br>Too many people are declaring themselves healed solely on the word of their pastors or other religious leaders/authorities. Please understand that this is no witch hunt, nor is it an attempt to discredit core pillars of the faiths, whether they be Christianity, Islam or otherwise.<br><br>I believe it is quite simple... Should anyone declare healing, then the alleged healed person logically ought to return to the site where diagnosis and/or treatment had been taking place and confirm for a fact that said healing has occurred. I do not see it as doubting or a lack of faith, rather a validation of the permanence of the event that just took place, should it be real. Continuing treatment until a valid scientific confirmation has been made would not change the outcome if indeed said healing occurred...and we\'d personally be at the fore front of the ensuing festivities!<br><br>It is utterly irresponsible for anyone to so casually demand that my patient stops treatment solely on the basis of a declared healing... As so often happens in my current practice! It is maddening! Sad thing is, every single one of them I have come across has turned out to not have been healed after all, and inevitably spiraled downward because of their prematurely stopping treatment. Again, it is utterly irresponsible of all parties involved... Patient and pastor (or imam) alike!<br><br>These common words... \"it doesn\'t matter what the doctor says\"... Abeg, we are not antichrists. We are every bit as religious as everyone else. We believe in and are excited at the prospect of verified miracles wherever we find them!<br><br>Regardless of what we\'re sometimes itching to hear, let\'s adopt some restraint, and be deliberate about keeping our heads level amidst all the noise. My message is simple... Kindly take the time to confirm your \'healing\' before deciding to throw caution to the wind!<br><br>#selah<br></p>\n<!-- /wp:paragraph -->', 'Miracle of Logic', '', 'publish', 'closed', 'open', '', 'miracle-of-logic', '', '', '2020-11-30 17:05:08', '2020-11-30 22:05:08', '', 0, 'https://www.iamctv.com/?p=4866', 0, 'post', '', 0),
(4867, 1, '2020-11-30 17:04:31', '2020-11-30 22:04:31', '', 'Prayer', '', 'inherit', '', 'closed', '', 'prayer', '', '', '2020-11-30 17:04:31', '2020-11-30 22:04:31', '', 4866, 'https://www.iamctv.com/wp-content/uploads/2020/11/Prayer.jpg', 0, 'attachment', 'image/jpeg', 0),
(4868, 1, '2020-11-30 17:05:01', '2020-11-30 22:05:01', '<!-- wp:image {\"align\":\"right\",\"id\":4867,\"width\":277,\"height\":277,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignright size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2020/11/Prayer.jpg\" alt=\"\" class=\"wp-image-4867\" width=\"277\" height=\"277\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Too many times have I, and do I, have to expend copious amounts of energy admonishing, convincing and sometimes coercing patients to heed fundamentally sound and logical medical advice on matters regarding their health.<br><br>Too many people are declaring themselves healed solely on the word of their pastors or other religious leaders/authorities. Please understand that this is no witch hunt, nor is it an attempt to discredit core pillars of the faiths, whether they be Christianity, Islam or otherwise.<br><br>I believe it is quite simple... Should anyone declare healing, then the alleged healed person logically ought to return to the site where diagnosis and/or treatment had been taking place and confirm for a fact that said healing has occurred. I do not see it as doubting or a lack of faith, rather a validation of the permanence of the event that just took place, should it be real. Continuing treatment until a valid scientific confirmation has been made would not change the outcome if indeed said healing occurred...and we\'d personally be at the fore front of the ensuing festivities!<br><br>It is utterly irresponsible for anyone to so casually demand that my patient stops treatment solely on the basis of a declared healing... As so often happens in my current practice! It is maddening! Sad thing is, every single one of them I have come across has turned out to not have been healed after all, and inevitably spiraled downward because of their prematurely stopping treatment. Again, it is utterly irresponsible of all parties involved... Patient and pastor (or imam) alike!<br><br>These common words... \"it doesn\'t matter what the doctor says\"... Abeg, we are not antichrists. We are every bit as religious as everyone else. We believe in and are excited at the prospect of verified miracles wherever we find them!<br><br>Regardless of what we\'re sometimes itching to hear, let\'s adopt some restraint, and be deliberate about keeping our heads level amidst all the noise. My message is simple... Kindly take the time to confirm your \'healing\' before deciding to throw caution to the wind!<br><br>#selah<br></p>\n<!-- /wp:paragraph -->', 'Miracle of Logic', '', 'inherit', 'closed', 'closed', '', '4866-revision-v1', '', '', '2020-11-30 17:05:01', '2020-11-30 22:05:01', '', 4866, 'https://www.iamctv.com/4866-revision-v1/', 0, 'revision', '', 0),
(4869, 1, '2020-12-01 21:35:37', '2020-12-02 02:35:37', '<!-- wp:core-embed/youtube {\"url\":\"https://www.youtube.com/watch?v=Sm6vKCkZyHs\\u0026list=PLhA33Qlq7dPSGX-ag5LmqCyBGfoso1MzL\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"wp-embed-aspect-4-3 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-4-3 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=Sm6vKCkZyHs&amp;list=PLhA33Qlq7dPSGX-ag5LmqCyBGfoso1MzL\n</div></figure>\n<!-- /wp:core-embed/youtube -->', 'Blazin\' 30 Music Video Countdown-December 2020', '', 'publish', 'closed', 'open', '', 'blazin-30-music-video-countdown-december-2020', '', '', '2020-12-01 21:35:43', '2020-12-02 02:35:43', '', 0, 'https://www.iamctv.com/?p=4869', 0, 'post', '', 0),
(4870, 1, '2020-12-01 21:35:37', '2020-12-02 02:35:37', '<!-- wp:core-embed/youtube {\"url\":\"https://www.youtube.com/watch?v=Sm6vKCkZyHs\\u0026list=PLhA33Qlq7dPSGX-ag5LmqCyBGfoso1MzL\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"className\":\"wp-embed-aspect-4-3 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-4-3 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=Sm6vKCkZyHs&amp;list=PLhA33Qlq7dPSGX-ag5LmqCyBGfoso1MzL\n</div></figure>\n<!-- /wp:core-embed/youtube -->', 'Blazin\' 30 Music Video Countdown-December 2020', '', 'inherit', 'closed', 'closed', '', '4869-revision-v1', '', '', '2020-12-01 21:35:37', '2020-12-02 02:35:37', '', 4869, 'https://www.iamctv.com/4869-revision-v1/', 0, 'revision', '', 0),
(4871, 1, '2020-12-01 21:35:37', '2020-12-02 02:35:37', '<iframe title=\"Runtown - Kini Issue (Official Music Video)\" width=\"640\" height=\"480\" src=\"https://www.youtube.com/embed/videoseries?list=PLhA33Qlq7dPSGX-ag5LmqCyBGfoso1MzL\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', '', '', 'publish', 'closed', 'closed', '', '813cfcdd3fdb8392dc40ac022d6d48de', '', '', '2020-12-01 21:35:37', '2020-12-02 02:35:37', '', 0, 'https://www.iamctv.com/813cfcdd3fdb8392dc40ac022d6d48de/', 0, 'oembed_cache', '', 0),
(4872, 0, '2020-12-04 14:44:16', '2020-12-04 14:44:16', '<p>On this week’s episode, PrymEvyl and Alan Bogey comments on the Zabamari Massacre in Borno State, William Barr’s acknowledgement of President-Elect Biden’s victory, Trump’s alleged proposed pardon for family and friends, and the continuing ravaging pandemic.</p>\n', 'IAMC TV Street Chat-S2 Episode 6', 'On this week’s episode, PrymEvyl and Alan Bogey comments on the Zabamari Massacre in Borno State, William Barr’s acknowledgement of President-Elect Biden’s victory, Trump’s alleged proposed pardon for family and friends, and the continuing ravaging pandemic.', 'publish', 'closed', 'closed', '', 'iamc-tv-street-chat-s2-episode-6', '', '', '2020-12-04 14:44:16', '2020-12-04 14:44:16', '', 0, 'https://www.iamctv.com/?post_type=wprss_feed_item&p=4872', 0, 'wprss_feed_item', '', 0),
(4873, 1, '2020-12-04 09:51:30', '2020-12-04 14:51:30', '<!-- wp:image {\"align\":\"left\",\"id\":513,\"width\":407,\"height\":334,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignleft size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2020/10/IAMCTVSChatPodcastFImage-1-e1604002358276.png\" alt=\"\" class=\"wp-image-513\" width=\"407\" height=\"334\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>On this week’s episode, PrymEvyl and Alan Bogey comments on the Zabamari Massacre in Borno State, William Barr’s acknowledgement of President-Elect Biden’s victory, Trump’s alleged proposed pardon for family and friends, and the continuing ravaging pandemic.</p>\n<!-- /wp:paragraph -->', 'IAMC TV Street Chat-S2 Episode 6', '', 'publish', 'closed', 'closed', '', 'iamc-tv-street-chat-s2-episode-6', '', '', '2020-12-04 09:51:34', '2020-12-04 14:51:34', '', 0, 'https://www.iamctv.com/?post_type=podcast&#038;p=4873', 0, 'podcast', '', 0),
(4874, 1, '2020-12-04 09:49:41', '2020-12-04 14:49:41', '\"IAMC TV Street Chat\" from Season 2 Episode 6 by IAMC TV Podcast. Released: 2020.', 'IAMC TV Street Chat', '', 'inherit', 'closed', 'closed', '', 'iamc-tv-street-chat-6', '', '', '2020-12-04 09:49:57', '2020-12-04 14:49:57', '', 4873, 'https://www.iamctv.com/wp-content/uploads/2020/12/IAMCTVSCS2E6.mp3', 0, 'attachment', 'audio/mpeg', 0),
(4876, 1, '2020-12-05 17:47:19', '2020-12-05 22:47:19', '', 'FlyngWitch', '', 'inherit', '', 'closed', '', 'flyngwitch', '', '', '2020-12-05 17:47:19', '2020-12-05 22:47:19', '', 4875, 'https://www.iamctv.com/wp-content/uploads/2020/12/FlyngWitch.png', 0, 'attachment', 'image/png', 0),
(4877, 1, '2020-12-05 17:47:58', '2020-12-05 22:47:58', '<!-- wp:image {\"align\":\"right\",\"id\":4876,\"width\":298,\"height\":253,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignright size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2020/12/FlyngWitch.png\" alt=\"\" class=\"wp-image-4876\" width=\"298\" height=\"253\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A few days ago, I saw a clip making the rounds on social media, showing a man who\'d apparently crash landed on a roof top while flying on/in his \'spiritual aircraft\' to/from his witches\' coven. His spiritual craft had allegedly run out of fuel. Most amusing... distressing rather, was the obvious and predictable hysteria all around as our usual superstitious tendencies were fanned and flamed! It was an all too familiar scene!<br><br>All the while, I was painfully incredulous that we would perpetuate this silliness today.<br><br>Simple question... With all the clips we capture, with how easy it is to catch all kinds of stuff on video in our day... How is it that no one has ever caught an actual video of the witch on the flying craft? How is it that there are no clips of actual transformations of our \'witches\' into owls, snakes, or even cockroaches as we so often hear? Nah, it is always a clip of the poor man or woman cornered and being sneered at on a roof top or being beaten by a mob mostly on hearsay!<br><br>There are a good number of rational reasons why anyone could be found on a roof top, a tree, or the top of a mast in the early morning. There are many psychiatric and psychological issues that could very adequately explain any one of these events! These people should be helped, not jeered at! Particularly surprising is how even chunks of educated young people buy into these ideals.<br><br>Another question I will ask is... How has all the hysteria helped us as a people? We are still terribly far behind the western world on many, many fronts! Is it that Africans are the evilest people on earth? Why are we so conscious of the idea of our neighbors plotting our downfalls via spiritual means? We consequently so easily fall into the hands of spiritual charlatans who mandate us to go out on the fields and eat grass like goats or have us lay on our bellies and haughtily walk over our backs, or even body-slam us in the name of deliverance... and so on. Why such hysterical living?<br><br>Please and please... let us adopt more intellect and less emotion! Take responsibility for your failings. There does not have to be a boogeyman or woman spiritually orchestrating your failures in the background! There usually is an explanation to seemingly unexplainable things... If we just take the time to check! Ask questions from the right sources!<br><br>#Selah</p>\n<!-- /wp:paragraph -->', 'Our Age-Old Hysterics...', '', 'inherit', 'closed', 'closed', '', '4875-revision-v1', '', '', '2020-12-05 17:47:58', '2020-12-05 22:47:58', '', 4875, 'https://www.iamctv.com/4875-revision-v1/', 0, 'revision', '', 0),
(4879, 1, '2020-12-11 00:27:36', '2020-12-11 05:27:36', '<!-- wp:image {\"align\":\"right\",\"id\":513,\"width\":281,\"height\":230,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignright size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2020/10/IAMCTVSChatPodcastFImage-1-e1604002358276.png\" alt=\"\" class=\"wp-image-513\" width=\"281\" height=\"230\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>On this week’s podcast, PrymEvyl and Alan Bogey reflects on the death of Maradona, Buhari rescinds invite to address National assembly, Trump’s continued effort to annul the US election, President Elect Joe Biden &amp; Vice President Elect Kamala Harris nominated as Time 2020 Person of the Year, and the ravaging COVID-19.</p>\n<!-- /wp:paragraph -->', 'IAMC TV Street Chat-S2 Episode 7', '', 'publish', 'closed', 'closed', '', 'iamc-tv-street-chat-s2-episode-7', '', '', '2020-12-11 00:27:40', '2020-12-11 05:27:40', '', 0, 'https://www.iamctv.com/?post_type=podcast&#038;p=4879', 0, 'podcast', '', 0),
(4880, 1, '2020-12-11 00:25:37', '2020-12-11 05:25:37', '\"IAMC TV Street Chat\" from Season 2 Episode 7 by IAMC TV Podcast. Released: 2020.', 'IAMC TV Street Chat', '', 'inherit', 'closed', 'closed', '', 'iamc-tv-street-chat-7', '', '', '2020-12-11 00:25:53', '2020-12-11 05:25:53', '', 4879, 'https://www.iamctv.com/wp-content/uploads/2020/12/IAMCTVSCS2E7.mp3', 0, 'attachment', 'audio/mpeg', 0),
(4881, 0, '2020-12-11 05:19:59', '2020-12-11 05:19:59', '<p>On this week’s podcast, PrymEvyl and Alan Bogey reflects on the death of Maradona, Buhari rescinds invite to address National assembly, Trump’s continued effort to annul the US election, President Elect Joe Biden &amp; Vice President Elect Kamala Harris nominated as Time 2020 Person of the Year, and the ravaging COVID-19.</p>\n', 'IAMC TV Street Chat-S2 Episode 7', 'On this week’s podcast, PrymEvyl and Alan Bogey reflects on the death of Maradona, Buhari rescinds invite to address National assembly, Trump’s continued effort to annul the US election, President Elect Joe Biden & Vice President Elect Kamala Harris nominated as Time 2020 Person of the Year, and the ravaging COVID-19.', 'publish', 'closed', 'closed', '', 'iamc-tv-street-chat-s2-episode-7', '', '', '2020-12-11 05:19:59', '2020-12-11 05:19:59', '', 0, 'https://www.iamctv.com/?post_type=wprss_feed_item&p=4881', 0, 'wprss_feed_item', '', 0),
(4882, 2, '2020-12-11 11:19:34', '2020-12-11 16:19:34', '<!-- wp:image {\"align\":\"left\",\"id\":4854,\"width\":211,\"height\":211,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignleft size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2020/11/HIVRibbon-e1606330340469.jpg\" alt=\"\" class=\"wp-image-4854\" width=\"211\" height=\"211\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>So, just for the sake of emphasis from a preceding post regarding our perception of what it means to be HIV infected, as well as its ensuing implications.<br><br>We do find a way to count the number of actual virus in an infected person who is on medication as a way of monitoring. It stands to reason then to say that the better a patient is doing on medication, the lower will be the number of counted viruses in the blood! It gets even better in the sense that treatment is so effective that we may be unable to detect a single viral particle in the blood... A state known as being undetectable! It should be noted that this is not same as being cured.<br><br>So what is the hullabaloo about being UNDETECTABLE?<br><br>...Everything! And I mean everything!<br><br>Simply put, anyone who through proper treatment, has attained the status of being UNDETECTABLE is practically incapable of transmitting the virus to anyone else! That is truly a very big deal! Life practically returns to normal for the person involved (yeah, he/she is still HIV positive, and must continue treatment) ...it is a life of no worries about infecting sexual and non-sexual contacts, or transmissions from mother to baby during pregnancy and/or breastfeeding! It challenges the rational for stigma/persecution in the first place. This also goes a long in limiting further spread of the pandemic as transmissions are very, very much reduced! The HIV infected person is suddenly, for all intents and purposes, no different from anyone else! It\'s actually pretty awesome when you think about it!<br><br>Again I\'d point out that these rays of light shine only on those who first of have been tested and thus are aware of and accepted their status(es) as well as those who have agreed to commence and be committed to treatment which is free at great cost to donors.<br><br>We\'re unfortunately still steeped in persisting unawareness to a large extent, and I\'d hope we\'d do our bit to spread the word, and further chip away at the stubborn unfair stigma and persecution of people who live with HIV.<br><br>#gettestedtoday<br>#stopthestigma</p>\n<!-- /wp:paragraph -->', 'Simply for Emphasis', '', 'publish', 'closed', 'open', '', 'simply-for-emphasis', '', '', '2020-12-11 11:19:41', '2020-12-11 16:19:41', '', 0, 'https://www.iamctv.com/?p=4882', 0, 'post', '', 0),
(4883, 1, '2020-12-11 11:19:34', '2020-12-11 16:19:34', '<!-- wp:image {\"align\":\"left\",\"id\":4854,\"width\":211,\"height\":211,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignleft size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2020/11/HIVRibbon-e1606330340469.jpg\" alt=\"\" class=\"wp-image-4854\" width=\"211\" height=\"211\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>So, just for the sake of emphasis from a preceding post regarding our perception of what it means to be HIV infected, as well as its ensuing implications.<br><br>We do find a way to count the number of actual virus in an infected person who is on medication as a way of monitoring. It stands to reason then to say that the better a patient is doing on medication, the lower will be the number of counted viruses in the blood! It gets even better in the sense that treatment is so effective that we may be unable to detect a single viral particle in the blood... A state known as being undetectable! It should be noted that this is not same as being cured.<br><br>So what is the hullabaloo about being UNDETECTABLE?<br><br>...Everything! And I mean everything!<br><br>Simply put, anyone who through proper treatment, has attained the status of being UNDETECTABLE is practically incapable of transmitting the virus to anyone else! That is truly a very big deal! Life practically returns to normal for the person involved (yeah, he/she is still HIV positive, and must continue treatment) ...it is a life of no worries about infecting sexual and non-sexual contacts, or transmissions from mother to baby during pregnancy and/or breastfeeding! It challenges the rational for stigma/persecution in the first place. This also goes a long in limiting further spread of the pandemic as transmissions are very, very much reduced! The HIV infected person is suddenly, for all intents and purposes, no different from anyone else! It\'s actually pretty awesome when you think about it!<br><br>Again I\'d point out that these rays of light shine only on those who first of have been tested and thus are aware of and accepted their status(es) as well as those who have agreed to commence and be committed to treatment which is free at great cost to donors.<br><br>We\'re unfortunately still steeped in persisting unawareness to a large extent, and I\'d hope we\'d do our bit to spread the word, and further chip away at the stubborn unfair stigma and persecution of people who live with HIV.<br><br>#gettestedtoday<br>#stopthestigma</p>\n<!-- /wp:paragraph -->', 'Simply for Emphasis', '', 'inherit', 'closed', 'closed', '', '4882-revision-v1', '', '', '2020-12-11 11:19:34', '2020-12-11 16:19:34', '', 4882, 'https://www.iamctv.com/4882-revision-v1/', 0, 'revision', '', 0),
(4885, 1, '2020-12-18 11:50:56', '2020-12-18 16:50:56', '<!-- wp:image {\"align\":\"left\",\"id\":513,\"width\":295,\"height\":242,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignleft size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2020/10/IAMCTVSChatPodcastFImage-1-e1604002358276.png\" alt=\"\" class=\"wp-image-513\" width=\"295\" height=\"242\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>On this week’s podcast, PrymEvyl and Alan Bogey reflects on the continuing denial by Mr. Trump and his followers of the loss of the US Presidential elections, the kidnap and release of the Government Secondary School boys by Boko Haram, and the general insecurity in Nigeria.</p>\n<!-- /wp:paragraph -->', 'IAMC TV Street Chat-S2 Episode 8', '', 'publish', 'closed', 'closed', '', 'iamc-tv-street-chat-s2-episode-8', '', '', '2020-12-18 11:51:00', '2020-12-18 16:51:00', '', 0, 'https://www.iamctv.com/?post_type=podcast&#038;p=4885', 0, 'podcast', '', 0),
(4886, 1, '2020-12-18 11:49:05', '2020-12-18 16:49:05', '\"IAMC TV Street Chat\" from Season 2 Episode 8 by IAMC TV Podcast. Released: 2020.', 'IAMC TV Street Chat', '', 'inherit', 'closed', 'closed', '', 'iamc-tv-street-chat-8', '', '', '2020-12-18 11:50:08', '2020-12-18 16:50:08', '', 4885, 'https://www.iamctv.com/wp-content/uploads/2020/12/IAMCTVSCS2E8.mp3', 0, 'attachment', 'audio/mpeg', 0),
(4887, 0, '2020-12-18 16:49:54', '2020-12-18 16:49:54', '<p>On this week’s podcast, PrymEvyl and Alan Bogey reflects on the continuing denial by Mr. Trump and his followers of the loss of the US Presidential elections, the kidnap and release of the Government Secondary School boys by Boko Haram, and the general insecurity in Nigeria.</p>\n', 'IAMC TV Street Chat-S2 Episode 8', 'On this week’s podcast, PrymEvyl and Alan Bogey reflects on the continuing denial by Mr. Trump and his followers of the loss of the US Presidential elections, the kidnap and release of the Government Secondary School boys by Boko Haram, and the general insecurity in Nigeria.', 'publish', 'closed', 'closed', '', 'iamc-tv-street-chat-s2-episode-8', '', '', '2020-12-18 16:49:54', '2020-12-18 16:49:54', '', 0, 'https://www.iamctv.com/?post_type=wprss_feed_item&p=4887', 0, 'wprss_feed_item', '', 0),
(4889, 2, '2020-12-25 16:03:33', '2020-12-25 21:03:33', '<!-- wp:image {\"align\":\"left\",\"id\":4859,\"width\":333,\"height\":117,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignleft size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2020/11/DrOrdersPagebanner.jpg\" alt=\"\" class=\"wp-image-4859\" width=\"333\" height=\"117\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It would not kill us to be polite...rather it could make the difference between life and death.<br><br>So... let us picture a possible scenario; a young man goes to an area he has never been before, possibly to visit a friend for the very first time. On his way into the compound, he sees two young men about his age sitting on a bench...discussing. They carry on talking when they notice him, failing to even acknowledge his presence. This young man says \"UNA GOOD MORNING\" with a polite nod and a smile and walks on by to the apartment he knows his friend occupies as per his description. They stare for a moment at one another, and the departing fellow, utter a few words and carry on their prior conversation.<br><br>Unfortunately his friend isn\'t home and after commenting to himself about how much of a buffoon his friend is for not keeping their appointment, he turns around and walks out of the compound without really noticing the two fellows he\'d passed by earlier.<br><br>He\'s heading back to the road to take a cab home...he knows his way.<br><br>He takes his second turning, with one more to go before he can find a cab, but is almost knocked off his feet by an agitated fellow who seems to be in quite the hurry. He fails to recognize the weird similarities between both in terms of physique, complexion and even clothing colors. The fellow rushes on without a backward glance.<br><br>Our young man barely takes five steps before he is set upon by a small group of people, all of whom seem to be frothing in their mouths...he is swiftly pummeled to the ground before he can make sense of the situation.&nbsp;&nbsp; The crowd grows...so does their seeming fury.<br><br>Everyone seems to be talking at the same time and he is unable to make any sense of anything...all he knows is the blinding pain he feels all over his body. He tastes metal n salt in his mouth...and realizes he is bleeding. Soon he is horrified to hear the word \"thief\" from a few mouths.<br><br>Now he knows he is in trouble. He tries to get up to speak...but is hit even harder on the head. He is dizzy and can barely make sense his spatial positioning, let alone utter coherent sentences.<br><br>He knows true horror when he feels a firm circular object being lowered over his head. Quickly realizes it is a tire....and fully understands what follows shortly. He is fully aware of himself and surroundings, but too dazed to utter coherent speech in his defense.<br><br>It feels cold on contact with his skin...pungent smell. Petrol. Now he knows utter despair. He is drenched in it. No way out. To be burned alive. Very bad way to go. Someone is lighting a matchstick.... absolutely helpless and hopeless. He opens his mouth to scream his innocence, yet no sound comes out. He wills his body to struggle violently against his bonds to no avail. Hopeless...<br><br>\"WAIT!\"...someone is screaming. \"I know this guy! No be him. Na my friend!\" The crowd ignores him. His friend joins him, even more forceful. \"We know this guy...no be him!\" Crowd\'s resolve wavers...the two young men press their point. They are authoritative; obviously well-known and respected in the community.<br><br>Eventually, the crowd is intimidated or convinced enough to finally realize they have the wrong person after taking a second look.<br><br>Our young man is beside himself with relief...grateful for the gift of life, and his good fortune at striking a rapport with two complete strangers he was under no obligation to acknowledge.<br><br>A little politeness saved his life. It does not cost anything to be the first to hello...or good morning, even to those considered younger or belonging to lower social classes than ourselves.<br><br>#selah</p>\n<!-- /wp:paragraph -->', 'Just a Thought on Politeness...', '', 'publish', 'closed', 'open', '', 'just-a-thought-on-politeness', '', '', '2020-12-25 16:03:39', '2020-12-25 21:03:39', '', 0, 'https://www.iamctv.com/?p=4889', 0, 'post', '', 0),
(4890, 1, '2020-12-25 16:03:33', '2020-12-25 21:03:33', '<!-- wp:image {\"align\":\"left\",\"id\":4859,\"width\":333,\"height\":117,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignleft size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2020/11/DrOrdersPagebanner.jpg\" alt=\"\" class=\"wp-image-4859\" width=\"333\" height=\"117\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It would not kill us to be polite...rather it could make the difference between life and death.<br><br>So... let us picture a possible scenario; a young man goes to an area he has never been before, possibly to visit a friend for the very first time. On his way into the compound, he sees two young men about his age sitting on a bench...discussing. They carry on talking when they notice him, failing to even acknowledge his presence. This young man says \"UNA GOOD MORNING\" with a polite nod and a smile and walks on by to the apartment he knows his friend occupies as per his description. They stare for a moment at one another, and the departing fellow, utter a few words and carry on their prior conversation.<br><br>Unfortunately his friend isn\'t home and after commenting to himself about how much of a buffoon his friend is for not keeping their appointment, he turns around and walks out of the compound without really noticing the two fellows he\'d passed by earlier.<br><br>He\'s heading back to the road to take a cab home...he knows his way.<br><br>He takes his second turning, with one more to go before he can find a cab, but is almost knocked off his feet by an agitated fellow who seems to be in quite the hurry. He fails to recognize the weird similarities between both in terms of physique, complexion and even clothing colors. The fellow rushes on without a backward glance.<br><br>Our young man barely takes five steps before he is set upon by a small group of people, all of whom seem to be frothing in their mouths...he is swiftly pummeled to the ground before he can make sense of the situation.&nbsp;&nbsp; The crowd grows...so does their seeming fury.<br><br>Everyone seems to be talking at the same time and he is unable to make any sense of anything...all he knows is the blinding pain he feels all over his body. He tastes metal n salt in his mouth...and realizes he is bleeding. Soon he is horrified to hear the word \"thief\" from a few mouths.<br><br>Now he knows he is in trouble. He tries to get up to speak...but is hit even harder on the head. He is dizzy and can barely make sense his spatial positioning, let alone utter coherent sentences.<br><br>He knows true horror when he feels a firm circular object being lowered over his head. Quickly realizes it is a tire....and fully understands what follows shortly. He is fully aware of himself and surroundings, but too dazed to utter coherent speech in his defense.<br><br>It feels cold on contact with his skin...pungent smell. Petrol. Now he knows utter despair. He is drenched in it. No way out. To be burned alive. Very bad way to go. Someone is lighting a matchstick.... absolutely helpless and hopeless. He opens his mouth to scream his innocence, yet no sound comes out. He wills his body to struggle violently against his bonds to no avail. Hopeless...<br><br>\"WAIT!\"...someone is screaming. \"I know this guy! No be him. Na my friend!\" The crowd ignores him. His friend joins him, even more forceful. \"We know this guy...no be him!\" Crowd\'s resolve wavers...the two young men press their point. They are authoritative; obviously well-known and respected in the community.<br><br>Eventually, the crowd is intimidated or convinced enough to finally realize they have the wrong person after taking a second look.<br><br>Our young man is beside himself with relief...grateful for the gift of life, and his good fortune at striking a rapport with two complete strangers he was under no obligation to acknowledge.<br><br>A little politeness saved his life. It does not cost anything to be the first to hello...or good morning, even to those considered younger or belonging to lower social classes than ourselves.<br><br>#selah</p>\n<!-- /wp:paragraph -->', 'Just a Thought on Politeness...', '', 'inherit', 'closed', 'closed', '', '4889-revision-v1', '', '', '2020-12-25 16:03:33', '2020-12-25 21:03:33', '', 4889, 'https://www.iamctv.com/4889-revision-v1/', 0, 'revision', '', 0),
(4891, 1, '2020-12-31 10:32:39', '2020-12-31 15:32:39', '<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=1R4_ktLCzlE\\u0026list=PLhA33Qlq7dPRwngnNzkdy9qRmWEknvNOG\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"align\":\"center\",\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed aligncenter is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=1R4_ktLCzlE&amp;list=PLhA33Qlq7dPRwngnNzkdy9qRmWEknvNOG\n</div></figure>\n<!-- /wp:embed -->', 'Blazin\' 30 Music Video Countdown-January 2021', '', 'publish', 'closed', 'open', '', 'blazin-30-music-video-countdown-january-2021', '', '', '2020-12-31 10:32:45', '2020-12-31 15:32:45', '', 0, 'https://www.iamctv.com/?p=4891', 0, 'post', '', 0),
(4892, 1, '2020-12-31 10:31:27', '2020-12-31 15:31:27', '<iframe title=\"Yemi Alade - Deceive (Official Video) ft. Rudeboy\" width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/1R4_ktLCzlE?list=PLhA33Qlq7dPRwngnNzkdy9qRmWEknvNOG\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', '', '', 'publish', 'closed', 'closed', '', '963292f88299aa0728efac10da0d9aa0', '', '', '2020-12-31 10:31:27', '2020-12-31 15:31:27', '', 0, 'https://www.iamctv.com/963292f88299aa0728efac10da0d9aa0/', 0, 'oembed_cache', '', 0),
(4893, 1, '2020-12-31 10:32:39', '2020-12-31 15:32:39', '<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=1R4_ktLCzlE\\u0026list=PLhA33Qlq7dPRwngnNzkdy9qRmWEknvNOG\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"align\":\"center\",\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed aligncenter is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=1R4_ktLCzlE&amp;list=PLhA33Qlq7dPRwngnNzkdy9qRmWEknvNOG\n</div></figure>\n<!-- /wp:embed -->', 'Blazin\' 30 Music Video Countdown-January 2021', '', 'inherit', 'closed', 'closed', '', '4891-revision-v1', '', '', '2020-12-31 10:32:39', '2020-12-31 15:32:39', '', 4891, 'https://www.iamctv.com/4891-revision-v1/', 0, 'revision', '', 0),
(4894, 1, '2021-01-01 09:30:20', '2021-01-01 14:30:20', '<!-- wp:image {\"align\":\"left\",\"id\":513,\"width\":303,\"height\":248,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignleft size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2020/10/IAMCTVSChatPodcastFImage-1-e1604002358276.png\" alt=\"\" class=\"wp-image-513\" width=\"303\" height=\"248\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>On this end of year episode, PrymEvyl and Alan Bogey reflects on the Nashville bombing, the newly approved CARES Act, and President Trump’s continuing undermining of the US constitution.  Happy 2021 to all.</p>\n<!-- /wp:paragraph -->', 'IAMC TV Street Chat -S2 Episode 9', '', 'publish', 'closed', 'closed', '', 'iamc-tv-street-chat-s2-episode-9', '', '', '2021-01-01 09:30:24', '2021-01-01 14:30:24', '', 0, 'https://www.iamctv.com/?post_type=podcast&#038;p=4894', 0, 'podcast', '', 0),
(4895, 1, '2021-01-01 09:29:27', '2021-01-01 14:29:27', '\"IAMC TV Street Chat\" from Season 2 Episode 9 by IAMC TV Podcast. Released: 2020.', 'IAMC TV Street Chat', '', 'inherit', 'closed', 'closed', '', 'iamc-tv-street-chat-9', '', '', '2021-01-01 09:29:33', '2021-01-01 14:29:33', '', 4894, 'https://www.iamctv.com/wp-content/uploads/2021/01/IAMCTVSCS2E9.mp3', 0, 'attachment', 'audio/mpeg', 0),
(4896, 0, '2021-01-01 14:29:17', '2021-01-01 14:29:17', '<p>On this end of year episode, PrymEvyl and Alan Bogey reflects on the Nashville bombing, the newly approved CARES Act, and President Trump’s continuing undermining of the US constitution. Happy 2021 to all.</p>\n', 'IAMC TV Street Chat-S2 Episode 9', 'On this end of year episode, PrymEvyl and Alan Bogey reflects on the Nashville bombing, the newly approved CARES Act, and President Trump’s continuing undermining of the US constitution. Happy 2021 to all.', 'publish', 'closed', 'closed', '', 'iamc-tv-street-chat-s2-episode-9', '', '', '2021-01-01 14:29:17', '2021-01-01 14:29:17', '', 0, 'https://www.iamctv.com/?post_type=wprss_feed_item&p=4896', 0, 'wprss_feed_item', '', 0),
(4898, 1, '2021-01-07 17:02:26', '2021-01-07 22:02:26', '<!-- wp:image {\"align\":\"left\",\"id\":513,\"width\":359,\"height\":294,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignleft size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2020/10/IAMCTVSChatPodcastFImage-1-e1604002358276.png\" alt=\"\" class=\"wp-image-513\" width=\"359\" height=\"294\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kicking off the 2021 season, PrymEvyl and Alan Bogey returns with commentary on the invasion of the US Capitol by Trump’s supporters, Facebook’s indefinite ban on Trump, the false charges against Omoyele Sowore by the Nigerian government and other news.</p>\n<!-- /wp:paragraph -->', 'IAMC TV Street Chat-S3 Episode 1', '', 'publish', 'closed', 'closed', '', 'iamc-tv-street-chat-s3-episode-1', '', '', '2021-01-07 17:02:30', '2021-01-07 22:02:30', '', 0, 'https://www.iamctv.com/?post_type=podcast&#038;p=4898', 0, 'podcast', '', 0),
(4899, 1, '2021-01-07 17:00:48', '2021-01-07 22:00:48', '\"IAMC TV Street Chat\" from Season 3 Episode 1 by IAMC TV Podcast.', 'IAMC TV Street Chat', '', 'inherit', 'closed', 'closed', '', 'iamc-tv-street-chat-10', '', '', '2021-01-07 17:01:29', '2021-01-07 22:01:29', '', 4898, 'https://www.iamctv.com/wp-content/uploads/2021/01/IAMCTVSCS3E1.mp3', 0, 'attachment', 'audio/mpeg', 0),
(4900, 0, '2021-01-07 22:01:18', '2021-01-07 22:01:18', '<p>Kicking off the 2021 season, PrymEvyl and Alan Bogey returns with commentary on the invasion of the US Capitol by Trump’s supporters, Facebook’s indefinite ban on Trump, the false charges against Omoyele Sowore by the Nigerian government and other news.</p>\n', 'IAMC TV Street Chat-S3 Episode 1', 'Kicking off the 2021 season, PrymEvyl and Alan Bogey returns with commentary on the invasion of the US Capitol by Trump’s supporters, Facebook’s indefinite ban on Trump, the false charges against Omoyele Sowore by the Nigerian government and other news.', 'publish', 'closed', 'closed', '', 'iamc-tv-street-chat-s3-episode-1', '', '', '2021-01-07 22:01:18', '2021-01-07 22:01:18', '', 0, 'https://www.iamctv.com/?post_type=wprss_feed_item&p=4900', 0, 'wprss_feed_item', '', 0),
(4902, 1, '2021-01-14 16:51:04', '2021-01-14 21:51:04', '<!-- wp:image {\"align\":\"left\",\"id\":513,\"width\":326,\"height\":268,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignleft size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2020/10/IAMCTVSChatPodcastFImage-1-e1604002358276.png\" alt=\"\" class=\"wp-image-513\" width=\"326\" height=\"268\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>On this week’s episode, PrymEvyl and Alan Bogey reflect on the aftermath of the Trump inspired insurrection, Uganda Presidential Elections, and the Nigerian National Identification debacle.</p>\n<!-- /wp:paragraph -->', 'IAMC TV Street Chat-S3 Episode 2', '', 'publish', 'closed', 'closed', '', 'iamc-tv-street-chat-s3-episode-2', '', '', '2021-01-14 16:51:08', '2021-01-14 21:51:08', '', 0, 'https://www.iamctv.com/?post_type=podcast&#038;p=4902', 0, 'podcast', '', 0),
(4903, 1, '2021-01-14 16:49:14', '2021-01-14 21:49:14', '\"IAMC TV Street Chat\" from Season 3 Episode 2 by IAMC TV Podcast.', 'IAMC TV Street Chat', '', 'inherit', 'closed', 'closed', '', 'iamc-tv-street-chat-11', '', '', '2021-01-14 16:49:57', '2021-01-14 21:49:57', '', 4902, 'https://www.iamctv.com/wp-content/uploads/2021/01/IAMCTVSCS3E2.mp3', 0, 'attachment', 'audio/mpeg', 0),
(4904, 0, '2021-01-14 21:48:31', '2021-01-14 21:48:31', '<p>On this week’s episode, PrymEvyl and Alan Bogey reflect on the aftermath of the Trump inspired insurrection, Uganda Presidential Elections, and the Nigerian National Identification debacle.</p>\n', 'IAMC TV Street Chat-S3 Episode 2', 'On this week’s episode, PrymEvyl and Alan Bogey reflect on the aftermath of the Trump inspired insurrection, Uganda Presidential Elections, and the Nigerian National Identification debacle.', 'publish', 'closed', 'closed', '', 'iamc-tv-street-chat-s3-episode-2', '', '', '2021-01-14 21:48:31', '2021-01-14 21:48:31', '', 0, 'https://www.iamctv.com/?post_type=wprss_feed_item&p=4904', 0, 'wprss_feed_item', '', 0),
(207, 1, '2020-10-26 13:09:47', '2020-10-26 17:09:47', '<!-- wp:image {\"align\":\"left\",\"id\":208,\"width\":283,\"height\":283,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignleft size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2020/10/MEA.jpg\" alt=\"\" class=\"wp-image-208\" width=\"283\" height=\"283\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The agitators of the Nigeria #EndSARS protest have forwarded a more extensive list of demands to the federal government.  The protesters under the #TakingBackOurCountry hashtag, has asked government to implement the demands in phases with demands in part A of the 2-page document implemented on or before October 31.  The Nigerian youths have asked the government to implement items in part B no later than six months from now.<br><br>The protesters have remained peaceful and civil and continue to maintain their decentralization with no leader.  Some of the demands by the Nigerian youths includes 30% increase in the salary of Police Officers, payment of N12Million compensation to each of the families of those killed by SARS/Police, reduction in the salary and allowances (total package) of members of the State Houses of Assembly to N400,000 per month.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After reading through the press release by the #TakeBackOurCountry protesters, any sane mind will conclude that what the Nigerian youths are asking for are fair, just, and reasonable.&nbsp; Below is the 2-page document making the rounds on social media listing the Nigerian youths’ demands.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:jetpack/tiled-gallery {\"align\":\"\",\"columnWidths\":[[49.94649786410381,50.05350213589619]],\"ids\":[209,210]} -->\n<div class=\"wp-block-jetpack-tiled-gallery is-style-rectangular\"><div class=\"tiled-gallery__gallery\"><div class=\"tiled-gallery__row\"><div class=\"tiled-gallery__col\" style=\"flex-basis:49.94649786410381%\"><figure class=\"tiled-gallery__item\"><img alt=\"\" data-height=\"933\" data-id=\"209\" data-link=\"https://www.iamctv.com/?attachment_id=209\" data-url=\"https://www.iamctv.com/wp-content/uploads/2020/10/TBOC1.jpg\" data-width=\"720\" src=\"https://i2.wp.com/www.iamctv.com/wp-content/uploads/2020/10/TBOC1.jpg?ssl=1\" layout=\"responsive\"/></figure></div><div class=\"tiled-gallery__col\" style=\"flex-basis:50.05350213589619%\"><figure class=\"tiled-gallery__item\"><img alt=\"\" data-height=\"931\" data-id=\"210\" data-link=\"https://www.iamctv.com/?attachment_id=210\" data-url=\"https://www.iamctv.com/wp-content/uploads/2020/10/TBOC2.jpg\" data-width=\"720\" src=\"https://i2.wp.com/www.iamctv.com/wp-content/uploads/2020/10/TBOC2.jpg?ssl=1\" layout=\"responsive\"/></figure></div></div></div></div>\n<!-- /wp:jetpack/tiled-gallery -->\n\n<!-- wp:paragraph -->\n<p>Photo Credit: #EndSars #TakeBackOurCountry</p>\n<!-- /wp:paragraph -->', '#EndSars #TakeBackOurCountry Demands', '', 'publish', 'closed', 'open', '', 'endsars-takebackourcountry-demands', '', '', '2020-10-26 13:21:02', '2020-10-26 17:21:02', '', 0, 'https://www.iamctv.com/?p=207', 0, 'post', '', 0),
(208, 1, '2020-10-26 13:06:51', '2020-10-26 17:06:51', '', 'MEA', '', 'inherit', '', 'closed', '', 'mea', '', '', '2020-10-26 13:06:51', '2020-10-26 17:06:51', '', 207, 'https://www.iamctv.com/wp-content/uploads/2020/10/MEA.jpg', 0, 'attachment', 'image/jpeg', 0),
(209, 1, '2020-10-26 13:08:05', '2020-10-26 17:08:05', '', 'TBOC1', '', 'inherit', '', 'closed', '', 'tboc1', '', '', '2020-10-26 13:08:05', '2020-10-26 17:08:05', '', 207, 'https://www.iamctv.com/wp-content/uploads/2020/10/TBOC1.jpg', 0, 'attachment', 'image/jpeg', 0),
(210, 1, '2020-10-26 13:08:13', '2020-10-26 17:08:13', '', 'TBOC2', '', 'inherit', '', 'closed', '', 'tboc2', '', '', '2020-10-26 13:08:13', '2020-10-26 17:08:13', '', 207, 'https://www.iamctv.com/wp-content/uploads/2020/10/TBOC2.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `iamc_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
(211, 1, '2020-10-26 13:09:47', '2020-10-26 17:09:47', '<!-- wp:image {\"align\":\"left\",\"id\":208,\"width\":283,\"height\":283,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignleft size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2020/10/MEA.jpg\" alt=\"\" class=\"wp-image-208\" width=\"283\" height=\"283\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The agitators of the Nigeria #EndSARS protest have forwarded a more extensive list of demands to the federal government.  The protesters under the #TakingBackOurCountry hashtag, has asked government to implement the demands in phases with demands in part A of the five-page document implemented on or before October 31.  The Nigerian youths have asked the government to implement items in part B no later than six months from now.<br><br>The protesters have remained peaceful and civil and continue to maintain their decentralization with no leader.  Some of the demands by the Nigerian youths includes 30% increase in the salary of Police Officers, payment of N12Million compensation to each of the families of those killed by SARS/Police, reduction in the salary and allowances (total package) of members of the State Houses of Assembly to N400,000 per month.  After reading through the press release by the #TakeBackOurCountry protesters, any sane mind will conclude that what the Nigerian youths are asking for are fair, just, and reasonable.  Below is the 2-page document making the rounds on social media listing the Nigerian youths’ demands.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:jetpack/tiled-gallery {\"align\":\"wide\",\"columnWidths\":[[49.94649786410381,50.05350213589619]],\"ids\":[209,210]} -->\n<div class=\"wp-block-jetpack-tiled-gallery alignwide is-style-rectangular\"><div class=\"tiled-gallery__gallery\"><div class=\"tiled-gallery__row\"><div class=\"tiled-gallery__col\" style=\"flex-basis:49.94649786410381%\"><figure class=\"tiled-gallery__item\"><img alt=\"\" data-height=\"933\" data-id=\"209\" data-link=\"https://www.iamctv.com/?attachment_id=209\" data-url=\"https://www.iamctv.com/wp-content/uploads/2020/10/TBOC1.jpg\" data-width=\"720\" src=\"https://i2.wp.com/www.iamctv.com/wp-content/uploads/2020/10/TBOC1.jpg?ssl=1\" layout=\"responsive\"/></figure></div><div class=\"tiled-gallery__col\" style=\"flex-basis:50.05350213589619%\"><figure class=\"tiled-gallery__item\"><img alt=\"\" data-height=\"931\" data-id=\"210\" data-link=\"https://www.iamctv.com/?attachment_id=210\" data-url=\"https://www.iamctv.com/wp-content/uploads/2020/10/TBOC2.jpg\" data-width=\"720\" src=\"https://i2.wp.com/www.iamctv.com/wp-content/uploads/2020/10/TBOC2.jpg?ssl=1\" layout=\"responsive\"/></figure></div></div></div></div>\n<!-- /wp:jetpack/tiled-gallery -->', '#EndSars #TakeBackOurCountry Demands', '', 'inherit', 'closed', 'closed', '', '207-revision-v1', '', '', '2020-10-26 13:09:47', '2020-10-26 17:09:47', '', 207, 'https://www.iamctv.com/207-revision-v1/', 0, 'revision', '', 0),
(212, 1, '2020-10-26 13:10:56', '2020-10-26 17:10:56', '<!-- wp:image {\"align\":\"left\",\"id\":208,\"width\":283,\"height\":283,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignleft size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2020/10/MEA.jpg\" alt=\"\" class=\"wp-image-208\" width=\"283\" height=\"283\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The agitators of the Nigeria #EndSARS protest have forwarded a more extensive list of demands to the federal government.  The protesters under the #TakingBackOurCountry hashtag, has asked government to implement the demands in phases with demands in part A of the five-page document implemented on or before October 31.  The Nigerian youths have asked the government to implement items in part B no later than six months from now.<br><br>The protesters have remained peaceful and civil and continue to maintain their decentralization with no leader.  Some of the demands by the Nigerian youths includes 30% increase in the salary of Police Officers, payment of N12Million compensation to each of the families of those killed by SARS/Police, reduction in the salary and allowances (total package) of members of the State Houses of Assembly to N400,000 per month.  After reading through the press release by the #TakeBackOurCountry protesters, any sane mind will conclude that what the Nigerian youths are asking for are fair, just, and reasonable.  Below is the 2-page document making the rounds on social media listing the Nigerian youths’ demands.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:jetpack/tiled-gallery {\"align\":\"\",\"columnWidths\":[[49.94649786410381,50.05350213589619]],\"ids\":[209,210]} -->\n<div class=\"wp-block-jetpack-tiled-gallery is-style-rectangular\"><div class=\"tiled-gallery__gallery\"><div class=\"tiled-gallery__row\"><div class=\"tiled-gallery__col\" style=\"flex-basis:49.94649786410381%\"><figure class=\"tiled-gallery__item\"><img alt=\"\" data-height=\"933\" data-id=\"209\" data-link=\"https://www.iamctv.com/?attachment_id=209\" data-url=\"https://www.iamctv.com/wp-content/uploads/2020/10/TBOC1.jpg\" data-width=\"720\" src=\"https://i2.wp.com/www.iamctv.com/wp-content/uploads/2020/10/TBOC1.jpg?ssl=1\" layout=\"responsive\"/></figure></div><div class=\"tiled-gallery__col\" style=\"flex-basis:50.05350213589619%\"><figure class=\"tiled-gallery__item\"><img alt=\"\" data-height=\"931\" data-id=\"210\" data-link=\"https://www.iamctv.com/?attachment_id=210\" data-url=\"https://www.iamctv.com/wp-content/uploads/2020/10/TBOC2.jpg\" data-width=\"720\" src=\"https://i2.wp.com/www.iamctv.com/wp-content/uploads/2020/10/TBOC2.jpg?ssl=1\" layout=\"responsive\"/></figure></div></div></div></div>\n<!-- /wp:jetpack/tiled-gallery -->', '#EndSars #TakeBackOurCountry Demands', '', 'inherit', 'closed', 'closed', '', '207-revision-v1', '', '', '2020-10-26 13:10:56', '2020-10-26 17:10:56', '', 207, 'https://www.iamctv.com/207-revision-v1/', 0, 'revision', '', 0),
(213, 1, '2020-10-26 13:11:41', '2020-10-26 17:11:41', '<!-- wp:image {\"align\":\"left\",\"id\":208,\"width\":283,\"height\":283,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignleft size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2020/10/MEA.jpg\" alt=\"\" class=\"wp-image-208\" width=\"283\" height=\"283\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The agitators of the Nigeria #EndSARS protest have forwarded a more extensive list of demands to the federal government.  The protesters under the #TakingBackOurCountry hashtag, has asked government to implement the demands in phases with demands in part A of the five-page document implemented on or before October 31.  The Nigerian youths have asked the government to implement items in part B no later than six months from now.<br><br>The protesters have remained peaceful and civil and continue to maintain their decentralization with no leader.  Some of the demands by the Nigerian youths includes 30% increase in the salary of Police Officers, payment of N12Million compensation to each of the families of those killed by SARS/Police, reduction in the salary and allowances (total package) of members of the State Houses of Assembly to N400,000 per month.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After reading through the press release by the #TakeBackOurCountry protesters, any sane mind will conclude that what the Nigerian youths are asking for are fair, just, and reasonable.  Below is the 2-page document making the rounds on social media listing the Nigerian youths’ demands.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:jetpack/tiled-gallery {\"align\":\"\",\"columnWidths\":[[49.94649786410381,50.05350213589619]],\"ids\":[209,210]} -->\n<div class=\"wp-block-jetpack-tiled-gallery is-style-rectangular\"><div class=\"tiled-gallery__gallery\"><div class=\"tiled-gallery__row\"><div class=\"tiled-gallery__col\" style=\"flex-basis:49.94649786410381%\"><figure class=\"tiled-gallery__item\"><img alt=\"\" data-height=\"933\" data-id=\"209\" data-link=\"https://www.iamctv.com/?attachment_id=209\" data-url=\"https://www.iamctv.com/wp-content/uploads/2020/10/TBOC1.jpg\" data-width=\"720\" src=\"https://i2.wp.com/www.iamctv.com/wp-content/uploads/2020/10/TBOC1.jpg?ssl=1\" layout=\"responsive\"/></figure></div><div class=\"tiled-gallery__col\" style=\"flex-basis:50.05350213589619%\"><figure class=\"tiled-gallery__item\"><img alt=\"\" data-height=\"931\" data-id=\"210\" data-link=\"https://www.iamctv.com/?attachment_id=210\" data-url=\"https://www.iamctv.com/wp-content/uploads/2020/10/TBOC2.jpg\" data-width=\"720\" src=\"https://i2.wp.com/www.iamctv.com/wp-content/uploads/2020/10/TBOC2.jpg?ssl=1\" layout=\"responsive\"/></figure></div></div></div></div>\n<!-- /wp:jetpack/tiled-gallery -->', '#EndSars #TakeBackOurCountry Demands', '', 'inherit', 'closed', 'closed', '', '207-revision-v1', '', '', '2020-10-26 13:11:41', '2020-10-26 17:11:41', '', 207, 'https://www.iamctv.com/207-revision-v1/', 0, 'revision', '', 0),
(214, 1, '2020-10-26 13:19:02', '2020-10-26 17:19:02', '<!-- wp:image {\"align\":\"left\",\"id\":208,\"width\":283,\"height\":283,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignleft size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2020/10/MEA.jpg\" alt=\"\" class=\"wp-image-208\" width=\"283\" height=\"283\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The agitators of the Nigeria #EndSARS protest have forwarded a more extensive list of demands to the federal government.  The protesters under the #TakingBackOurCountry hashtag, has asked government to implement the demands in phases with demands in part A of the 2-page document implemented on or before October 31.  The Nigerian youths have asked the government to implement items in part B no later than six months from now.<br><br>The protesters have remained peaceful and civil and continue to maintain their decentralization with no leader.  Some of the demands by the Nigerian youths includes 30% increase in the salary of Police Officers, payment of N12Million compensation to each of the families of those killed by SARS/Police, reduction in the salary and allowances (total package) of members of the State Houses of Assembly to N400,000 per month.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After reading through the press release by the #TakeBackOurCountry protesters, any sane mind will conclude that what the Nigerian youths are asking for are fair, just, and reasonable.&nbsp; Below is the 2-page document making the rounds on social media listing the Nigerian youths’ demands.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:jetpack/tiled-gallery {\"align\":\"\",\"columnWidths\":[[49.94649786410381,50.05350213589619]],\"ids\":[209,210]} -->\n<div class=\"wp-block-jetpack-tiled-gallery is-style-rectangular\"><div class=\"tiled-gallery__gallery\"><div class=\"tiled-gallery__row\"><div class=\"tiled-gallery__col\" style=\"flex-basis:49.94649786410381%\"><figure class=\"tiled-gallery__item\"><img alt=\"\" data-height=\"933\" data-id=\"209\" data-link=\"https://www.iamctv.com/?attachment_id=209\" data-url=\"https://www.iamctv.com/wp-content/uploads/2020/10/TBOC1.jpg\" data-width=\"720\" src=\"https://i2.wp.com/www.iamctv.com/wp-content/uploads/2020/10/TBOC1.jpg?ssl=1\" layout=\"responsive\"/></figure></div><div class=\"tiled-gallery__col\" style=\"flex-basis:50.05350213589619%\"><figure class=\"tiled-gallery__item\"><img alt=\"\" data-height=\"931\" data-id=\"210\" data-link=\"https://www.iamctv.com/?attachment_id=210\" data-url=\"https://www.iamctv.com/wp-content/uploads/2020/10/TBOC2.jpg\" data-width=\"720\" src=\"https://i2.wp.com/www.iamctv.com/wp-content/uploads/2020/10/TBOC2.jpg?ssl=1\" layout=\"responsive\"/></figure></div></div></div></div>\n<!-- /wp:jetpack/tiled-gallery -->', '#EndSars #TakeBackOurCountry Demands', '', 'inherit', 'closed', 'closed', '', '207-revision-v1', '', '', '2020-10-26 13:19:02', '2020-10-26 17:19:02', '', 207, 'https://www.iamctv.com/207-revision-v1/', 0, 'revision', '', 0),
(215, 1, '2020-10-26 13:20:58', '2020-10-26 17:20:58', '<!-- wp:image {\"align\":\"left\",\"id\":208,\"width\":283,\"height\":283,\"sizeSlug\":\"large\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignleft size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2020/10/MEA.jpg\" alt=\"\" class=\"wp-image-208\" width=\"283\" height=\"283\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The agitators of the Nigeria #EndSARS protest have forwarded a more extensive list of demands to the federal government.  The protesters under the #TakingBackOurCountry hashtag, has asked government to implement the demands in phases with demands in part A of the 2-page document implemented on or before October 31.  The Nigerian youths have asked the government to implement items in part B no later than six months from now.<br><br>The protesters have remained peaceful and civil and continue to maintain their decentralization with no leader.  Some of the demands by the Nigerian youths includes 30% increase in the salary of Police Officers, payment of N12Million compensation to each of the families of those killed by SARS/Police, reduction in the salary and allowances (total package) of members of the State Houses of Assembly to N400,000 per month.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After reading through the press release by the #TakeBackOurCountry protesters, any sane mind will conclude that what the Nigerian youths are asking for are fair, just, and reasonable.&nbsp; Below is the 2-page document making the rounds on social media listing the Nigerian youths’ demands.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:jetpack/tiled-gallery {\"align\":\"\",\"columnWidths\":[[49.94649786410381,50.05350213589619]],\"ids\":[209,210]} -->\n<div class=\"wp-block-jetpack-tiled-gallery is-style-rectangular\"><div class=\"tiled-gallery__gallery\"><div class=\"tiled-gallery__row\"><div class=\"tiled-gallery__col\" style=\"flex-basis:49.94649786410381%\"><figure class=\"tiled-gallery__item\"><img alt=\"\" data-height=\"933\" data-id=\"209\" data-link=\"https://www.iamctv.com/?attachment_id=209\" data-url=\"https://www.iamctv.com/wp-content/uploads/2020/10/TBOC1.jpg\" data-width=\"720\" src=\"https://i2.wp.com/www.iamctv.com/wp-content/uploads/2020/10/TBOC1.jpg?ssl=1\" layout=\"responsive\"/></figure></div><div class=\"tiled-gallery__col\" style=\"flex-basis:50.05350213589619%\"><figure class=\"tiled-gallery__item\"><img alt=\"\" data-height=\"931\" data-id=\"210\" data-link=\"https://www.iamctv.com/?attachment_id=210\" data-url=\"https://www.iamctv.com/wp-content/uploads/2020/10/TBOC2.jpg\" data-width=\"720\" src=\"https://i2.wp.com/www.iamctv.com/wp-content/uploads/2020/10/TBOC2.jpg?ssl=1\" layout=\"responsive\"/></figure></div></div></div></div>\n<!-- /wp:jetpack/tiled-gallery -->\n\n<!-- wp:paragraph -->\n<p>Photo Credit: #EndSars #TakeBackOurCountry</p>\n<!-- /wp:paragraph -->', '#EndSars #TakeBackOurCountry Demands', '', 'inherit', 'closed', 'closed', '', '207-revision-v1', '', '', '2020-10-26 13:20:58', '2020-10-26 17:20:58', '', 207, 'https://www.iamctv.com/207-revision-v1/', 0, 'revision', '', 0),
(5085, 1, '2022-04-27 09:40:26', '2022-04-27 13:40:26', '', '', '', 'inherit', '', 'closed', '', '5085', '', '', '2022-04-27 09:40:26', '2022-04-27 13:40:26', '', 0, 'https://www.iamctv.com/5085/', 0, 'attachment', 'image/png', 0),
(5086, 0, '2022-04-27 13:36:02', '2022-04-27 13:36:02', '<p>Review of stories from Week 18, 2022; Alaafin of Oyo Oba Lamidi Adeyemi Joins His Ancestors, Cameroon and Russia Signs Arms Deal, Russia Soldier Killed in Mali, South African Residents Hit by Flood Rebuilds Their Home, France Accuses Russian Mercenaries of Staging Massacre in Mali and other stories.</p>\n', 'IAMC TV Weekend Review-April 23, 2022', 'Review of stories from Week 18, 2022; Alaafin of Oyo Oba Lamidi Adeyemi Joins His Ancestors, Cameroon and Russia Signs Arms Deal, Russia Soldier Killed in Mali, South African Residents Hit by Flood Rebuilds Their Home, France Accuses Russian Mercenaries of Staging Massacre in Mali and other stories.', 'publish', 'closed', 'closed', '', 'iamc-tv-weekend-review-april-23-2022', '', '', '2022-04-27 13:36:02', '2022-04-27 13:36:02', '', 0, '', 0, 'wprss_feed_item', '', 0),
(5087, 0, '2022-04-27 13:36:02', '2022-04-27 13:36:02', '<p>Review of stories from Week 18, 2022; Alaafin of Oyo Oba Lamidi Adeyemi Joins His Ancestors, Cameroon and Russia Signs Arms Deal, Russia Soldier Killed in Mali, South African Residents Hit by Flood Rebuilds Their Home, France Accuses Russian Mercenaries of Staging Massacre in Mali and other stories.</p>\n', 'Weekend Review-April 23, 2022', 'Review of stories from Week 18, 2022; Alaafin of Oyo Oba Lamidi Adeyemi Joins His Ancestors, Cameroon and Russia Signs Arms Deal, Russia Soldier Killed in Mali, South African Residents Hit by Flood Rebuilds Their Home, France Accuses Russian Mercenaries of Staging Massacre in Mali and other stories.', 'publish', 'closed', 'closed', '', 'weekend-review-april-23-2022', '', '', '2022-04-27 13:36:02', '2022-04-27 13:36:02', '', 0, '', 0, 'wprss_feed_item', '', 0),
(5088, 0, '2022-04-28 02:33:22', '2022-04-28 02:33:22', '<p>Video review of stories from Week 18, 2022; Alaafin of Oyo Oba Lamidi Adeyemi Joins His Ancestors, Cameroon and Russia Signs Arms Deal, Russia Soldier Killed in Mali, South African Residents Hit by Flood Rebuilds Their Home, France Accuses Russian Mercenaries of Staging Massacre in Mali and other stories.</p>\n', 'Weekend Review-April 23, 2022', 'Video review of stories from Week 18, 2022; Alaafin of Oyo Oba Lamidi Adeyemi Joins His Ancestors, Cameroon and Russia Signs Arms Deal, Russia Soldier Killed in Mali, South African Residents Hit by Flood Rebuilds Their Home, France Accuses Russian Mercenaries of Staging Massacre in Mali and other stories.', 'publish', 'closed', 'closed', '', 'weekend-review-april-23-2022-2', '', '', '2022-04-28 02:33:22', '2022-04-28 02:33:22', '', 0, '', 0, 'wprss_feed_item', '', 0),
(5089, 1, '2022-04-27 23:04:23', '2022-04-28 03:04:23', '<!-- wp:paragraph -->\n<p>Video review of stories from Week 18, 2022; Alaafin of Oyo Oba Lamidi Adeyemi Joins His Ancestors, Cameroon and Russia Signs Arms Deal, Russia Soldier Killed in Mali, South African Residents Hit by Flood Rebuilds Their Home, France Accuses Russian Mercenaries of Staging Massacre in Mali and other stories.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/Gd3IBqxFgH4\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>\n<!-- /wp:html -->', '[Video] Weekend Review-April 23, 2022', '', 'publish', 'closed', 'open', '', 'video-weekend-review-april-23-2022', '', '', '2022-04-27 23:17:47', '2022-04-28 03:17:47', '', 0, 'https://www.iamctv.com/?p=5089', 0, 'post', '', 0),
(5090, 1, '2022-04-27 23:04:23', '2022-04-28 03:04:23', '<!-- wp:paragraph -->\n<p>Video review of stories from Week 18, 2022; Alaafin of Oyo Oba Lamidi Adeyemi Joins His Ancestors, Cameroon and Russia Signs Arms Deal, Russia Soldier Killed in Mali, South African Residents Hit by Flood Rebuilds Their Home, France Accuses Russian Mercenaries of Staging Massacre in Mali and other stories.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=Gd3IBqxFgH4\",\"providerNameSlug\":\"youtube\",\"responsive\":true} -->\n<figure class=\"wp-block-embed is-provider-youtube wp-block-embed-youtube\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=Gd3IBqxFgH4\n</div></figure>\n<!-- /wp:embed -->', '[Video] Weekend Review-April 23, 2022', '', 'inherit', 'closed', 'closed', '', '5089-revision-v1', '', '', '2022-04-27 23:04:23', '2022-04-28 03:04:23', '', 5089, 'https://www.iamctv.com/?p=5090', 0, 'revision', '', 0),
(5092, 1, '2022-04-27 23:16:46', '2022-04-28 03:16:46', '<!-- wp:paragraph -->\n<p>Video review of stories from Week 18, 2022; Alaafin of Oyo Oba Lamidi Adeyemi Joins His Ancestors, Cameroon and Russia Signs Arms Deal, Russia Soldier Killed in Mali, South African Residents Hit by Flood Rebuilds Their Home, France Accuses Russian Mercenaries of Staging Massacre in Mali and other stories.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/Gd3IBqxFgH4\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>\n<!-- /wp:html -->', '[Video] Weekend Review-April 23, 2022', '', 'inherit', 'closed', 'closed', '', '5089-revision-v1', '', '', '2022-04-27 23:16:46', '2022-04-28 03:16:46', '', 5089, 'https://www.iamctv.com/?p=5092', 0, 'revision', '', 0),
(5099, 1, '2022-05-02 18:33:22', '2022-05-02 22:33:22', '<!-- wp:paragraph -->\n<p>Weekend Review of stories from Week 19, 2022; Dozens Killed in Violence in South Sudan, Burna Boy Shuts Down Madison Square Garden, Over 100 People Killed in Illegal Refinery Explosion in Nigeria, UN Calls for Probe in Killing of 168 in Darfur Region, Victims of Illegal Refinery Explosion Buried and other stories.</p>\n<!-- /wp:paragraph -->', 'Weekend Review-April 30, 2022', '', 'publish', 'closed', 'closed', '', 'weekend-review-april-30-2022', '', '', '2022-05-02 18:35:12', '2022-05-02 22:35:12', '', 0, 'https://www.iamctv.com/?post_type=podcast&#038;p=5099', 0, 'podcast', '', 0),
(5100, 1, '2022-05-02 18:23:06', '2022-05-02 22:23:06', '\"Weekend Review-April 30, 2022\" from S2 E2 by IAMC TV Podcast. Released: 2022. Genre: News.', 'Weekend Review-April 30, 2022', '', 'inherit', 'closed', 'closed', '', 'weekend-review-april-30-2022', '', '', '2022-05-02 18:26:05', '2022-05-02 22:26:05', '', 5099, 'https://www.iamctv.com/wp-content/uploads/2022/05/Weekend-Review-April-30-2022.mp3', 0, 'attachment', 'audio/mpeg', 0),
(5098, 1, '2022-05-02 17:50:58', '2022-05-02 21:50:58', '<!-- wp:paragraph -->\n<p>The historical performance of Burna Boy at New York’s Madison Square Garden (MSG).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/LB8rrS7sb64\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Burna Boy: Live At Madison Square Garden New York', '', 'inherit', 'closed', 'closed', '', '5095-revision-v1', '', '', '2022-05-02 17:50:58', '2022-05-02 21:50:58', '', 5095, 'https://www.iamctv.com/?p=5098', 0, 'revision', '', 0),
(5095, 1, '2022-05-02 17:47:04', '2022-05-02 21:47:04', '<!-- wp:paragraph -->\n<p>The historical performance of Burna Boy at New York’s Madison Square Garden (MSG).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/LB8rrS7sb64\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', 'Burna Boy: Live At Madison Square Garden New York', '', 'publish', 'closed', 'open', '', 'burna-boy-live-at-madison-square-garden-new-york', '', '', '2022-05-02 17:51:03', '2022-05-02 21:51:03', '', 0, 'https://www.iamctv.com/?p=5095', 0, 'post', '', 0),
(5096, 1, '2022-05-02 17:47:04', '2022-05-02 21:47:04', '<!-- wp:paragraph -->\n<p>The historical performance of Burna Boy at New York’s Madison Square Garden (MSG).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/LB8rrS7sb64\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>\n<!-- /wp:html -->', 'Burna Boy: Live At Madison Square Garden New York', '', 'inherit', 'closed', 'closed', '', '5095-revision-v1', '', '', '2022-05-02 17:47:04', '2022-05-02 21:47:04', '', 5095, 'https://www.iamctv.com/?p=5096', 0, 'revision', '', 0),
(5101, 1, '2022-05-02 22:16:03', '2022-05-03 02:16:03', '<!-- wp:paragraph -->\n<p>Weekend Review of stories from Week 19, 2022; Dozens Killed in Violence in South Sudan, Burna Boy Shuts Down Madison Square Garden, Over 100 People Killed in Illegal Refinery Explosion in Nigeria, UN Calls for Probe in Killing of 168 in Darfur Region, Victims of Illegal Refinery Explosion Buried and other stories.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/mqWIqcIhw2g\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', '[Video] Weekend Review-April 30, 2022', '', 'publish', 'closed', 'open', '', 'video-weekend-review-april-30-2022', '', '', '2022-05-02 22:19:16', '2022-05-03 02:19:16', '', 0, 'https://www.iamctv.com/?p=5101', 0, 'post', '', 0),
(5102, 1, '2022-05-02 22:16:03', '2022-05-03 02:16:03', '<!-- wp:paragraph -->\n<p>Weekend Review of stories from Week 19, 2022; Dozens Killed in Violence in South Sudan, Burna Boy Shuts Down Madison Square Garden, Over 100 People Killed in Illegal Refinery Explosion in Nigeria, UN Calls for Probe in Killing of 168 in Darfur Region, Victims of Illegal Refinery Explosion Buried and other stories.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/mqWIqcIhw2g\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>\n<!-- /wp:html -->', '[Video] Weekend Review-April 30, 0222', '', 'inherit', 'closed', 'closed', '', '5101-revision-v1', '', '', '2022-05-02 22:16:03', '2022-05-03 02:16:03', '', 5101, 'https://www.iamctv.com/?p=5102', 0, 'revision', '', 0),
(5103, 1, '2022-05-02 22:16:53', '2022-05-03 02:16:53', '<!-- wp:paragraph -->\n<p>Weekend Review of stories from Week 19, 2022; Dozens Killed in Violence in South Sudan, Burna Boy Shuts Down Madison Square Garden, Over 100 People Killed in Illegal Refinery Explosion in Nigeria, UN Calls for Probe in Killing of 168 in Darfur Region, Victims of Illegal Refinery Explosion Buried and other stories.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/mqWIqcIhw2g\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>\n<!-- /wp:html -->', '[Video] Weekend Review-April 30, 2022', '', 'inherit', 'closed', 'closed', '', '5101-revision-v1', '', '', '2022-05-02 22:16:53', '2022-05-03 02:16:53', '', 5101, 'https://www.iamctv.com/?p=5103', 0, 'revision', '', 0),
(5104, 1, '2022-05-02 22:19:10', '2022-05-03 02:19:10', '<!-- wp:paragraph -->\n<p>Weekend Review of stories from Week 19, 2022; Dozens Killed in Violence in South Sudan, Burna Boy Shuts Down Madison Square Garden, Over 100 People Killed in Illegal Refinery Explosion in Nigeria, UN Calls for Probe in Killing of 168 in Darfur Region, Victims of Illegal Refinery Explosion Buried and other stories.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/mqWIqcIhw2g\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', '[Video] Weekend Review-April 30, 2022', '', 'inherit', 'closed', 'closed', '', '5101-revision-v1', '', '', '2022-05-02 22:19:10', '2022-05-03 02:19:10', '', 5101, 'https://www.iamctv.com/?p=5104', 0, 'revision', '', 0),
(5105, 0, '2022-05-03 02:12:04', '2022-05-03 02:12:04', '<p>Weekend Review of stories from Week 19, 2022; Dozens Killed in Violence in South Sudan, Burna Boy Shuts Down Madison Square Garden, Over 100 People Killed in Illegal Refinery Explosion in Nigeria, UN Calls for Probe in Killing of 168 in Darfur Region, Victims of Illegal Refinery Explosion Buried and other stories.</p>\n', 'Weekend Review-April 30, 2022', 'Weekend Review of stories from Week 19, 2022; Dozens Killed in Violence in South Sudan, Burna Boy Shuts Down Madison Square Garden, Over 100 People Killed in Illegal Refinery Explosion in Nigeria, UN Calls for Probe in Killing of 168 in Darfur Region, Victims of Illegal Refinery Explosion Buried and other stories.', 'publish', 'closed', 'closed', '', 'weekend-review-april-30-2022', '', '', '2022-05-03 02:12:04', '2022-05-03 02:12:04', '', 0, '', 0, 'wprss_feed_item', '', 0),
(5107, 1, '2022-05-09 11:09:23', '2022-05-09 15:09:23', '<!-- wp:paragraph -->\n<p>Weekend Review of stories from Week 20, 2022; Arthur Nzeribe Dies, Miners Trapped Inside Mine in Burkina Faso Awaits Rescue, 76 people arrested after police and Muslim worshippers clash in Addis Ababa, Russian paramilitaries killing and torturing civilians in CAR, Al-Shabaab claims deadly attack on AU base in Somalia and other stories.</p>\n<!-- /wp:paragraph -->', 'Weekend Review-May 7, 2022', '', 'publish', 'closed', 'closed', '', 'weekend-review-may-7-2022', '', '', '2022-05-09 11:11:27', '2022-05-09 15:11:27', '', 0, 'https://www.iamctv.com/?post_type=podcast&#038;p=5107', 0, 'podcast', '', 0),
(5108, 1, '2022-05-09 11:08:11', '2022-05-09 15:08:11', '\"Weekend Review-May 7, 2022\" from S2 E3 by IAMC TV Podcast. Released: 2022. Genre: News.', 'Weekend Review-May 7, 2022', '', 'inherit', 'closed', 'closed', '', 'weekend-review-may-7-2022', '', '', '2022-05-09 11:08:19', '2022-05-09 15:08:19', '', 5107, 'https://www.iamctv.com/wp-content/uploads/2022/05/Weekend-Review-May-7-2022.mp3', 0, 'attachment', 'audio/mpeg', 0),
(5109, 1, '2022-05-09 14:48:57', '2022-05-09 18:48:57', '<!-- wp:paragraph -->\n<p>Weekend Review of stories from Week 20, 2022; Arthur Nzeribe Dies, Miners Trapped Inside Mine in Burkina Faso Awaits Rescue, 76 people arrested after police and Muslim worshippers clash in Addis Ababa, Russian paramilitaries killing and torturing civilians in CAR, Al-Shabaab claims deadly attack on AU base in Somalia and other stories.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/VDOrsXdWUTk\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>\n<!-- /wp:html -->', '[Video] Weekend Review-May 7, 2022', '', 'publish', 'closed', 'open', '', 'video-weekend-review-may-7-2022', '', '', '2022-05-09 14:58:45', '2022-05-09 18:58:45', '', 0, 'https://www.iamctv.com/?p=5109', 0, 'post', '', 0),
(5110, 0, '2022-05-09 18:16:29', '2022-05-09 18:16:29', '<p>Weekend Review of stories from Week 20, 2022; Arthur Nzeribe Dies, Miners Trapped Inside Mine in Burkina Faso Awaits Rescue, 76 people arrested after police and Muslim worshippers clash in Addis Ababa, Russian paramilitaries killing and torturing civilians in CAR, Al-Shabaab claims deadly attack on AU base in Somalia and other stories.</p>\n', 'Weekend Review-May 7, 2022', 'Weekend Review of stories from Week 20, 2022; Arthur Nzeribe Dies, Miners Trapped Inside Mine in Burkina Faso Awaits Rescue, 76 people arrested after police and Muslim worshippers clash in Addis Ababa, Russian paramilitaries killing and torturing civilians in CAR, Al-Shabaab claims deadly attack on AU base in Somalia and other stories.', 'publish', 'closed', 'closed', '', 'weekend-review-may-7-2022', '', '', '2022-05-09 18:16:29', '2022-05-09 18:16:29', '', 0, '', 0, 'wprss_feed_item', '', 0),
(5111, 1, '2022-05-09 14:47:47', '2022-05-09 18:47:47', '', 'mq2', '', 'inherit', '', 'closed', '', 'mq2', '', '', '2022-05-09 14:47:47', '2022-05-09 18:47:47', '', 5109, 'https://www.iamctv.com/wp-content/uploads/2022/05/mq2.jpg', 0, 'attachment', 'image/jpeg', 0),
(5112, 1, '2022-05-09 14:48:57', '2022-05-09 18:48:57', '<!-- wp:paragraph -->\n<p>Weekend Review of stories from Week 20, 2022; Arthur Nzeribe Dies, Miners Trapped Inside Mine in Burkina Faso Awaits Rescue, 76 people arrested after police and Muslim worshippers clash in Addis Ababa, Russian paramilitaries killing and torturing civilians in CAR, Al-Shabaab claims deadly attack on AU base in Somalia and other stories.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/VDOrsXdWUTk\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>\n<!-- /wp:html -->', '[Video] Weekend Review-May 7, 2022', '', 'inherit', 'closed', 'closed', '', '5109-revision-v1', '', '', '2022-05-09 14:48:57', '2022-05-09 18:48:57', '', 5109, 'https://www.iamctv.com/?p=5112', 0, 'revision', '', 0),
(5113, 1, '2022-05-09 14:57:20', '2022-05-09 18:57:20', '', 'WeekendReview57', '', 'inherit', '', 'closed', '', 'weekendreview57', '', '', '2022-05-09 14:57:20', '2022-05-09 18:57:20', '', 5109, 'https://www.iamctv.com/wp-content/uploads/2022/05/WeekendReview57.png', 0, 'attachment', 'image/png', 0),
(5115, 1, '2022-05-16 23:33:13', '2022-05-17 03:33:13', '<!-- wp:paragraph -->\n<p>Weekend Review of stories from Week 21, 2022; Zimbabwe suspends bank lending, Gunmen kill 7 Nigerian soldiers in ambush on army, Sankara assassination suspects ordered to pay US$1.3 million in damages, Prime suspect in Deborah Samuel killing said to be in Niger Republic, Deborah Samuel laid to rest in her hometown and other stories.</p>\n<!-- /wp:paragraph -->', 'Weekend Review-May 14, 2022', '', 'publish', 'closed', 'closed', '', 'weekend-review-may-14-2022', '', '', '2022-05-16 23:33:18', '2022-05-17 03:33:18', '', 0, 'https://www.iamctv.com/?post_type=podcast&#038;p=5115', 0, 'podcast', '', 0),
(5116, 1, '2022-05-16 23:31:39', '2022-05-17 03:31:39', '\"Weekend Review-May 14, 2022\" from S2 E4 by IAMC TV Podcast. Released: 2022. Genre: News.', 'Weekend Review-May 14, 2022', '', 'inherit', 'closed', 'closed', '', 'weekend-review-may-14-2022', '', '', '2022-05-16 23:32:26', '2022-05-17 03:32:26', '', 5115, 'https://www.iamctv.com/wp-content/uploads/2022/05/Weekend-Review-May-14-2022.mp3', 0, 'attachment', 'audio/mpeg', 0),
(5117, 1, '2022-05-16 23:36:04', '2022-05-17 03:36:04', '<!-- wp:paragraph -->\n<p>Weekend Review of stories from Week 21, 2022; Zimbabwe suspends bank lending, Gunmen kill 7 Nigerian soldiers in ambush on army, Sankara assassination suspects ordered to pay US$1.3 million in damages, Prime suspect in Deborah Samuel killing said to be in Niger Republic, Deborah Samuel laid to rest in her hometown and other stories.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/OHUy5ogFcxA\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>\n<!-- /wp:html -->', '[Video] Weekend Review-May 14, 2022', '', 'publish', 'closed', 'open', '', 'video-weekend-review-may-14-2022', '', '', '2022-05-16 23:43:16', '2022-05-17 03:43:16', '', 0, 'https://www.iamctv.com/?p=5117', 0, 'post', '', 0),
(5118, 1, '2022-05-16 23:36:04', '2022-05-17 03:36:04', '<!-- wp:paragraph -->\n<p>Weekend Review of stories from Week 21, 2022; Zimbabwe suspends bank lending, Gunmen kill 7 Nigerian soldiers in ambush on army, Sankara assassination suspects ordered to pay US$1.3 million in damages, Prime suspect in Deborah Samuel killing said to be in Niger Republic, Deborah Samuel laid to rest in her hometown and other stories.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/OHUy5ogFcxA\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>\n<!-- /wp:html -->', '[Video] Weekend Review-May 14, 2022', '', 'inherit', 'closed', 'closed', '', '5117-revision-v1', '', '', '2022-05-16 23:36:04', '2022-05-17 03:36:04', '', 5117, 'https://www.iamctv.com/?p=5118', 0, 'revision', '', 0),
(5120, 1, '2022-05-16 23:41:41', '2022-05-17 03:41:41', '', 'WeekendReview514', '', 'inherit', '', 'closed', '', 'weekendreview514', '', '', '2022-05-16 23:41:41', '2022-05-17 03:41:41', '', 5117, 'https://www.iamctv.com/wp-content/uploads/2022/05/WeekendReview514.jpg', 0, 'attachment', 'image/jpeg', 0),
(5121, 0, '2022-05-17 03:30:14', '2022-05-17 03:30:14', '<p>Weekend Review of stories from Week 21, 2022; Zimbabwe suspends bank lending, Gunmen kill 7 Nigerian soldiers in ambush on army, Sankara assassination suspects ordered to pay US$1.3 million in damages, Prime suspect in Deborah Samuel killing said to be in Niger Republic, Deborah Samuel laid to rest in her hometown and other stories.</p>\n', 'Weekend Review-May 14, 2022', 'Weekend Review of stories from Week 21, 2022; Zimbabwe suspends bank lending, Gunmen kill 7 Nigerian soldiers in ambush on army, Sankara assassination suspects ordered to pay US$1.3 million in damages, Prime suspect in Deborah Samuel killing said to be in Niger Republic, Deborah Samuel laid to rest in her hometown and other stories.', 'publish', 'closed', 'closed', '', 'weekend-review-may-14-2022', '', '', '2022-05-17 03:30:14', '2022-05-17 03:30:14', '', 0, '', 0, 'wprss_feed_item', '', 0),
(5122, 1, '2022-05-17 17:11:23', '2022-05-17 21:11:23', '<!-- wp:paragraph -->\n<p>Nigerian youth Comrade Bob-Manuel Umoru passionately laments the insecurity, lack of integrity, and lack of leadership in the Nigeria polity and highlights the need for a military incursion into the Nigeria Democracy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/el8J5vlEyv0\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>\n<!-- /wp:html -->', '[Video] Bob-Manuel Umoru-Need For a Military Incursion into the Nigeria Democracy', '', 'publish', 'closed', 'open', '', 'video-bob-manuel-umoru-need-for-a-military-incursion-into-the-nigeria-democracy', '', '', '2022-05-17 17:15:18', '2022-05-17 21:15:18', '', 0, 'https://www.iamctv.com/?p=5122', 0, 'post', '', 0),
(5123, 1, '2022-05-17 17:11:23', '2022-05-17 21:11:23', '<!-- wp:paragraph -->\n<p>Nigerian youth Comrade Bob-Manuel Umoru passionately laments the insecurity, lack of integrity, and lack of leadership in the Nigeria polity and highlights the need for a military incursion into the Nigeria Democracy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/el8J5vlEyv0\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>\n<!-- /wp:html -->', '[Video] Bob-Manuel Umoru-Need For a Military Incursion into the Nigeria Democracy', '', 'inherit', 'closed', 'closed', '', '5122-revision-v1', '', '', '2022-05-17 17:11:23', '2022-05-17 21:11:23', '', 5122, 'https://www.iamctv.com/?p=5123', 0, 'revision', '', 0),
(5124, 1, '2022-05-17 17:15:02', '2022-05-17 21:15:02', '', 'MilIncursion', '', 'inherit', '', 'closed', '', 'milincursion', '', '', '2022-05-17 17:15:02', '2022-05-17 21:15:02', '', 5122, 'https://www.iamctv.com/wp-content/uploads/2022/05/MilIncursion.jpg', 0, 'attachment', 'image/jpeg', 0),
(5125, 1, '2022-05-17 20:29:35', '2022-05-18 00:29:35', '<!-- wp:paragraph -->\n<p>In the wake of the recent killing of Deborah Samuel for blasphemy, we highlight the misinterpretation of the Quran by Nigerian Islam Clerics versus what the Quran states in regards to blasphemy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/2SMcXsf6umI\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>\n<!-- /wp:html -->', '[Video] Juxtaposing Nigeria Islamic Doctrine versus what the Quran States', '', 'publish', 'closed', 'open', '', 'video-juxtaposing-nigeria-islamic-doctrine-versus-what-the-quran-states', '', '', '2022-05-17 20:34:13', '2022-05-18 00:34:13', '', 0, 'https://www.iamctv.com/?p=5125', 0, 'post', '', 0),
(5126, 1, '2022-05-17 20:29:35', '2022-05-18 00:29:35', '<!-- wp:paragraph -->\n<p>In the wake of the recent killing of Deborah Samuel for blasphemy, we highlight the misinterpretation of the Quran by Nigerian Islam Clerics versus what the Quran states in regards to blasphemy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/2SMcXsf6umI\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>\n<!-- /wp:html -->', '[Video] Juxtaposing Nigeria Islamic Doctrine versus what the Quran States', '', 'inherit', 'closed', 'closed', '', '5125-revision-v1', '', '', '2022-05-17 20:29:35', '2022-05-18 00:29:35', '', 5125, 'https://www.iamctv.com/?p=5126', 0, 'revision', '', 0),
(5127, 1, '2022-05-17 20:33:56', '2022-05-18 00:33:56', '', 'JuxtaIslam', '', 'inherit', '', 'closed', '', 'juxtaislam', '', '', '2022-05-17 20:33:56', '2022-05-18 00:33:56', '', 5125, 'https://www.iamctv.com/wp-content/uploads/2022/05/JuxtaIslam.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `iamc_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
(5129, 3, '2022-06-01 18:44:45', '2022-06-01 22:44:45', '<!-- wp:image {\"align\":\"right\",\"id\":5134,\"width\":362,\"height\":203,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image alignright size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2022/06/juiban1-1024x576.jpg\" alt=\"\" class=\"wp-image-5134\" width=\"362\" height=\"203\"/><figcaption>Professor Joseph U. Igietseme</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Shock underestimates my deep anguish and sorrow. Devastation underpins my present state of mind.Melancholy overwhelms me. Words fail me. They have failed me since morning.My thoughts are benumbed. The buckets of tears which I have shed since I received&nbsp; this ugly piece of news this morning at about 10. 40 am when I touched down in Jos, Plateau State, from Lagos, to handle the ongoing criminal trial of former Plateau State Governor, Senator David Jonah Jang, have neither balmed my bruises, nor healed the&nbsp; wounds etched deeply in my heart. The mutual crying on the phone for over 30 minutes between Andrew Adothor and I has not in anyway assuaged my battered feelings. I weep for me. Yes, me! I weep for my family. I weep for Usagbe Club of Nigeria ( wherein he was the engine room ). I weep for Usagbe Americas and the UK ( which he had chaired ). I weep for Isadus Inc ( wherein he was Secretary and a driving force ) .I weep for St Peter\'s College Old Students Association ( wherein he was an indispensable force).I weep for St Peter\'s College Old Students Association ( 1970-1974, wherein he was our chartered Chairman ). I weep for Naido ( wherein he was a revered ). I weep for Weppa and Uvhano Kingdoms ( wherein he was a leading light).I weep for the three Etsakos ( wherein he was a colossus ). I weep for Afenmai land ( wherein he was luminous ). I weep for Edo State ( wherein he was a developer ). I weep for Nigeria ( which benefitted immensely from his educational exploits ). I weep for Africa ( which enjoyed his scientific wizardry). I weep for the black race ( which has lost a gem).I weep for mankind in general ( which has been short-changed by Ighietseme\'s early exit). God, we cannot question you. Who are we?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ha!, DJUI ( one of the pet names I called you), why did you do this to me and my family ? Why did you go suddenly without as much as leaving a word of okiakhue, just one&nbsp; word? Why, without a mere farewell? Just why,why,why?&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Prof Joseph Ugbodaga Osikhuemhe Ighietseme ( ogomoh Unuedegor, another alias I also popularly called you), just why did you do this to me, making me inconsolable with hot tears laced with pains, pangs,sorrow, anguish and melancholy? Just why?&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"left\",\"id\":5141,\"width\":246,\"height\":204,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image alignleft size-full is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2022/06/Mike-Ozekhome-SAN.jpg\" alt=\"\" class=\"wp-image-5141\" width=\"246\" height=\"204\"/><figcaption>Chief Mike Ozekhome, SAN</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>When you hailed me with your usual&nbsp; AKPA KPA VIGHI VIGHI!, as you were always want to, at 4.42pm on the 20th of May, following my post, which you followed up with a missed call at 4.47 pm, but all of which I only just saw today after going through our previous chats, why didn\'t you just hint me you would be leaving us forever? Just why, DJUI?&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When you kindly drove my wife and I to the Hartsfield-Jackson Atlanta airport on the 6th of February, 2022, on our way back to Nigeria, you had stood forlonly by the side, watching us keenly and intensely as we meandered through the ropes at security check points, enroute Nigeria.I had told my wife, \"see how DJUI looks sad at our departure; he will miss us greatly and we will miss him terribly\". Was this your tell-tale sign of saying, \"you guys will never see me again\", but which we never got? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Only last night, I had forwarded to you some posts which you didn\'t respond to. How, DJUI, just how, was I expected to know you had joined the Lord for good? My heart bleeds. My tears come in torrents. Even now.Ha!!!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"left\",\"id\":5136,\"width\":422,\"height\":237,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image alignleft size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2022/06/juiban2-1-1024x576.jpg\" alt=\"\" class=\"wp-image-5136\" width=\"422\" height=\"237\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>So, DJUI,who would I now turn to whenever I come to Atlanta, Georgia, USA? Who? Who will my children literally \"invade\" his house at Stone Mountain without invitation, with you always threatening to \"burst\" them? Who, except you, would forget his high ranking status and position in the American and Nigerian societies as a renowned and world-acclaimed author and Professor of virology and parasitology ,and go out to Nigerian restaurants to buy me and my family Nigerian and Weppa Wanno foods- pounded yam, amala, omhi esegbomhi, omhi isaghue, omhi ukpioi, omhi akphe, orisi orisi, garri, palm oil, tarodo, tatashe, tomatoes, maggi, etc, once we arrive America? Just who,DJUI, tell me. Please, let me know ,my dear broda, friend and soul mate ( whom I also always jokingly mocked by calling you \"Professor of ikhuekhue, ivhavha and ibaneda\"- Professor of sunflies, mosquitoes and spirogyra), who will now always tell me, \"Chief Mike, just let me know if you need anything this way. I am always here for you to provide it\". Just tell me who. DJUI, did you ever told me you will not live long enough to fulfill those lofty plans and achieve those beautiful dreams you dreamt of and which you disclosed to me?&nbsp; Did you? Death, oh death, with your cold hands and hideous monstrous visage, did you ever warn DJUI you would snatch him from us?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DJUI, when your aged mother passed on at 101 in December, 2022, and we all jointly and collectivey bade her farewell in a one week carnival-like celebration,&nbsp; did you hint any of us you would<br>leave us 6 months later? Was that all you were waiting for before joining her?&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DJUI, when my wife and I hosted you, your friends and CR State Governor, Ben Ayade, in my Atlanta home on 28th January, 2022, did you ever indicate that was the last time we would be seeing each other physically? When we had our Isadus meeting by zoom at 10pm Nigerian time on 2th March, 2022, did you let any of us know that was your last outing with us? Ha! DJUI, why????&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ha! Death, you have shown your weakness and cowardice by coming&nbsp; stealthily like a thief in the night to snatch away our own Prof Ighietseme.<br>Death, though ashamed!&nbsp; Death, where is thy sting? Death, you too shall die one day because you can never stop anyone , and you have not stopped DJUI, from transmuting from mortality to immortality.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Death, to appreciate your woeful failure, listen carefully to Decius&nbsp; Brutus talking about Julius Caesar ( extrapolate,Prof Ighietseme), in William Shakespeare\' s Julius Caesar: \"his life was gentle; and the elements so mixed in him, that Nature might stand up and say to all the world,&nbsp; THIS WAS A MAN! ( Act V, Scenes iv-v).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"right\",\"id\":5138,\"width\":490,\"height\":275,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image alignright size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2022/06/juiban3-1024x576.jpg\" alt=\"\" class=\"wp-image-5138\" width=\"490\" height=\"275\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Iyokpamhe, you came; you saw; you conquered ( vini; vidi; vici).&nbsp;<br>It is true indeed ( and this is why you are being celebrated even in death),that \"when beggars die there are no comets seen; the heavens themselves blaze forth the death of peinces\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With a very heavy heart, with tears in my eyes, I say, my friend and broda, farewell. DJUI, okiakhue soo. Kind soul that is full of humanity, goodbye. Renowned Professor, teacher and mentor, adieu. Accomplished master organizer, team player, community and clubs developer, rest in the Lord. A humble soul, incandescent personality and luminous persona, full of panache, gravitas, gusto, nerve and verve,sleep well in the bossom of the Lord, till we meet to part no more. Almighty God, please, grant Professor Joseph Osikhuemhe Ugbodaga Ighietseme eternal rest in your warm bossom, amen, amen and amen.</p>\n<!-- /wp:paragraph -->', 'The Unexpected and Shocking Death of Professor Joseph Ighietseme: My Elergy-Chief Mike Ozekhome SAN, OFR, LLM, PHD, FCiIARB, LLD', '', 'publish', 'closed', 'open', '', 'the-unexpected-and-shocking-death-of-professor-joseph-ighietseme-my-elergy-chief-mike-ozekhome-san-ofr-llm-phd-fciiarb-lld', '', '', '2022-06-01 19:06:08', '2022-06-01 23:06:08', '', 0, 'https://www.iamctv.com/?p=5129', 0, 'post', '', 0),
(5130, 1, '2022-06-01 18:44:31', '2022-06-01 22:44:31', '', 'juiban2', '', 'inherit', '', 'closed', '', 'juiban2', '', '', '2022-06-01 18:44:31', '2022-06-01 22:44:31', '', 5129, 'https://www.iamctv.com/wp-content/uploads/2022/06/juiban2.jpg', 0, 'attachment', 'image/jpeg', 0),
(5131, 1, '2022-06-01 18:44:45', '2022-06-01 22:44:45', '<!-- wp:paragraph -->\n<p>Shock underestimates my deep anguish and sorrow. Devastation underpins my present state of mind.Melancholy overwhelms me. Words fail me. They have failed me since morning.My thoughts are benumbed. The buckets of tears which I have shed since I received&nbsp; this ugly piece of news this morning at about 10. 40 am when I touched down in Jos, Plateau State, from Lagos, to handle the ongoing criminal trial of former Plateau State Governor, Senator David Jonah Jang, have neither balmed my bruises, nor healed the&nbsp; wounds etched deeply in my heart. The mutual crying on the phone for over 30 minutes between Andrew Adothor and I has not in anyway assuaged my battered feelings. I weep for me. Yes, me! I weep for my family. I weep for Usagbe Club of Nigeria ( wherein he was the engine room ). I weep for Usagbe Americas and the UK ( which he had chaired ). I weep for Isadus Inc ( wherein he was Secretary and a driving force ) .I weep for St Peter\'s College Old Students Association ( wherein he was an indispensable force).I weep for St Peter\'s College Old Students Association ( 1970-1974, wherein he was our chartered Chairman ). I weep for Naido ( wherein he was a revered ). I weep for Weppa and Uvhano Kingdoms ( wherein he was a leading light).I weep for the three Etsakos ( wherein he was a colossus ). I weep for Afenmai land ( wherein he was luminous ). I weep for Edo State ( wherein he was a developer ). I weep for Nigeria ( which benefitted immensely from his educational exploits ). I weep for Africa ( which enjoyed his scientific wizardry). I weep for the black race ( which has lost a gem).I weep for mankind in general ( which has been short-changed by Ighietseme\'s early exit). God, we cannot question you. Who are we?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ha!, DJUI ( one of the pet names I called you), why did you do this to me and my family ? Why did you go suddenly without as much as leaving a word of okiakhue, just one&nbsp; word? Why, without a mere farewell? Just why,why,why?&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Prof Joseph Ugbodaga Osikhuemhe Ighietseme ( ogomoh Unuedegor, another alias I also popularly called you), just why did you do this to me, making me inconsolable with hot tears laced with pains, pangs,sorrow, anguish and melancholy? Just why?&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When you hailed me with your usual&nbsp; AKPA KPA VIGHI VIGHI!, as you were always want to, at 4.42pm on the 20th of May, following my post, which you followed up with a missed call at 4.47 pm, but all of which I only just saw today after going through our previous chats, why didn\'t you just hint me you would be leaving us forever? Just why, DJUI?&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When you kindly drove my wife and I to the Hartsfield-Jackson Atlanta airport on the 6th of February, 2022, on our way back to Nigeria, you had stood forlonly by the side, watching us keenly and intensely as we meandered through the ropes at security check points, enroute Nigeria.I had told my wife, \"see how DJUI looks sad at our departure; he will miss us greatly and we will miss him terribly\". Was this your tell-tale sign of saying, \"you guys will never see me again\", but which we never got?&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Only last night, I had forwarded to you some posts which you didn\'t respond to. How, DJUI, just how, was I expected to know you had joined the Lord for good? My heart bleeds. My tears come in torrents. Even now.Ha!!!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So, DJUI,who would I now turn to whenever I come to Atlanta, Georgia, USA? Who? Who will my children literally \"invade\" his house at Stone Mountain without invitation, with you always threatening to \"burst\" them? Who, except you, would forget his high ranking status and position in the American and Nigerian societies as a renowned and world-acclaimed author and Professor of virology and parasitology ,and go out to Nigerian restaurants to buy me and my family Nigerian and Weppa Wanno foods- pounded yam, amala, omhi esegbomhi, omhi isaghue, omhi ukpioi, omhi akphe, orisi orisi, garri, palm oil, tarodo, tatashe, tomatoes, maggi, etc, once we arrive America? Just who,DJUI, tell me. Please, let me know ,my dear broda, friend and soul mate ( whom I also always jokingly mocked by calling you \"Professor of ikhuekhue, ivhavha and ibaneda\"- Professor of sunflies, mosquitoes and spirogyra), who will now always tell me, \"Chief Mike, just let me know if you need anything this way. I am always here for you to provide it\". Just tell me who. DJUI, did you ever told me you will not live long enough to fulfill those lofty plans and achieve those beautiful dreams you dreamt of and which you disclosed to me?&nbsp; Did you? Death, oh death, with your cold hands and hideous monstrous visage, did you ever warn DJUI you would snatch him from us?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DJUI, when your aged mother passed on at 101 in December, 2022, and we all jointly and collectivey bade her farewell in a one week carnival-like celebration,&nbsp; did you hint any of us you would<br>leave us 6 months later? Was that all you were waiting for before joining her?&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DJUI, when my wife and I hosted you, your friends and CR State Governor, Ben Ayade, in my Atlanta home on 28th January, 2022, did you ever indicate that was the last time we would be seeing each other physically? When we had our Isadus meeting by zoom at 10pm Nigerian time on 2th March, 2022, did you let any of us know that was your last outing with us? Ha! DJUI, why????&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ha! Death, you have shown your weakness and cowardice by coming&nbsp; stealthily like a thief in the night to snatch away our own Prof Ighietseme.<br>Death, though ashamed!&nbsp; Death, where is thy sting? Death, you too shall die one day because you can never stop anyone , and you have not stopped DJUI, from transmuting from mortality to immortality.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Death, to appreciate your woeful failure, listen carefully to Decius&nbsp; Brutus talking about Julius Caesar ( extrapolate,Prof Ighietseme), in William Shakespeare\' s Julius Caesar: \"his life was gentle; and the elements so mixed in him, that Nature might stand up and say to all the world,&nbsp; THIS WAS A MAN! ( Act V, Scenes iv-v).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Iyokpamhe, you came; you saw; you conquered ( vini; vidi; vici).&nbsp;<br>It is true indeed ( and this is why you are being celebrated even in death),that \"when beggars die there are no comets seen; the heavens themselves blaze forth the death of peinces\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With a very heavy heart, with tears in my eyes, I say, my friend and broda, farewell. DJUI, okiakhue soo. Kind soul that is full of humanity, goodbye. Renowned Professor, teacher and mentor, adieu. Accomplished master organizer, team player, community and clubs developer, rest in the Lord. A humble soul, incandescent personality and luminous persona, full of panache, gravitas, gusto, nerve and verve,sleep well in the bossom of the Lord, till we meet to part no more. Almighty God, please, grant Professor Joseph Osikhuemhe Ugbodaga Ighietseme eternal rest in your warm bossom,amen,amen and amen&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img src=\"https://fonts.gstatic.com/s/e/notoemoji/14.0/1f64f/72.png\" alt=\"&#x1f64f;\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>.</p>\n<!-- /wp:paragraph -->', 'The Unexpected and Shocking Death of Professor Joseph Ighietseme: My Elergy-Chief Mike Ozekhome SAN, OFR, LLM, PHD, FCiIARB, LLD', '', 'inherit', 'closed', 'closed', '', '5129-revision-v1', '', '', '2022-06-01 18:44:45', '2022-06-01 22:44:45', '', 5129, 'https://www.iamctv.com/?p=5131', 0, 'revision', '', 0),
(5132, 1, '2022-06-01 18:45:57', '2022-06-01 22:45:57', '<!-- wp:paragraph -->\n<p>Shock underestimates my deep anguish and sorrow. Devastation underpins my present state of mind.Melancholy overwhelms me. Words fail me. They have failed me since morning.My thoughts are benumbed. The buckets of tears which I have shed since I received&nbsp; this ugly piece of news this morning at about 10. 40 am when I touched down in Jos, Plateau State, from Lagos, to handle the ongoing criminal trial of former Plateau State Governor, Senator David Jonah Jang, have neither balmed my bruises, nor healed the&nbsp; wounds etched deeply in my heart. The mutual crying on the phone for over 30 minutes between Andrew Adothor and I has not in anyway assuaged my battered feelings. I weep for me. Yes, me! I weep for my family. I weep for Usagbe Club of Nigeria ( wherein he was the engine room ). I weep for Usagbe Americas and the UK ( which he had chaired ). I weep for Isadus Inc ( wherein he was Secretary and a driving force ) .I weep for St Peter\'s College Old Students Association ( wherein he was an indispensable force).I weep for St Peter\'s College Old Students Association ( 1970-1974, wherein he was our chartered Chairman ). I weep for Naido ( wherein he was a revered ). I weep for Weppa and Uvhano Kingdoms ( wherein he was a leading light).I weep for the three Etsakos ( wherein he was a colossus ). I weep for Afenmai land ( wherein he was luminous ). I weep for Edo State ( wherein he was a developer ). I weep for Nigeria ( which benefitted immensely from his educational exploits ). I weep for Africa ( which enjoyed his scientific wizardry). I weep for the black race ( which has lost a gem).I weep for mankind in general ( which has been short-changed by Ighietseme\'s early exit). God, we cannot question you. Who are we?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ha!, DJUI ( one of the pet names I called you), why did you do this to me and my family ? Why did you go suddenly without as much as leaving a word of okiakhue, just one&nbsp; word? Why, without a mere farewell? Just why,why,why?&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Prof Joseph Ugbodaga Osikhuemhe Ighietseme ( ogomoh Unuedegor, another alias I also popularly called you), just why did you do this to me, making me inconsolable with hot tears laced with pains, pangs,sorrow, anguish and melancholy? Just why?&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When you hailed me with your usual&nbsp; AKPA KPA VIGHI VIGHI!, as you were always want to, at 4.42pm on the 20th of May, following my post, which you followed up with a missed call at 4.47 pm, but all of which I only just saw today after going through our previous chats, why didn\'t you just hint me you would be leaving us forever? Just why, DJUI?&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When you kindly drove my wife and I to the Hartsfield-Jackson Atlanta airport on the 6th of February, 2022, on our way back to Nigeria, you had stood forlonly by the side, watching us keenly and intensely as we meandered through the ropes at security check points, enroute Nigeria.I had told my wife, \"see how DJUI looks sad at our departure; he will miss us greatly and we will miss him terribly\". Was this your tell-tale sign of saying, \"you guys will never see me again\", but which we never got?&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Only last night, I had forwarded to you some posts which you didn\'t respond to. How, DJUI, just how, was I expected to know you had joined the Lord for good? My heart bleeds. My tears come in torrents. Even now.Ha!!!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So, DJUI,who would I now turn to whenever I come to Atlanta, Georgia, USA? Who? Who will my children literally \"invade\" his house at Stone Mountain without invitation, with you always threatening to \"burst\" them? Who, except you, would forget his high ranking status and position in the American and Nigerian societies as a renowned and world-acclaimed author and Professor of virology and parasitology ,and go out to Nigerian restaurants to buy me and my family Nigerian and Weppa Wanno foods- pounded yam, amala, omhi esegbomhi, omhi isaghue, omhi ukpioi, omhi akphe, orisi orisi, garri, palm oil, tarodo, tatashe, tomatoes, maggi, etc, once we arrive America? Just who,DJUI, tell me. Please, let me know ,my dear broda, friend and soul mate ( whom I also always jokingly mocked by calling you \"Professor of ikhuekhue, ivhavha and ibaneda\"- Professor of sunflies, mosquitoes and spirogyra), who will now always tell me, \"Chief Mike, just let me know if you need anything this way. I am always here for you to provide it\". Just tell me who. DJUI, did you ever told me you will not live long enough to fulfill those lofty plans and achieve those beautiful dreams you dreamt of and which you disclosed to me?&nbsp; Did you? Death, oh death, with your cold hands and hideous monstrous visage, did you ever warn DJUI you would snatch him from us?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DJUI, when your aged mother passed on at 101 in December, 2022, and we all jointly and collectivey bade her farewell in a one week carnival-like celebration,&nbsp; did you hint any of us you would<br>leave us 6 months later? Was that all you were waiting for before joining her?&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DJUI, when my wife and I hosted you, your friends and CR State Governor, Ben Ayade, in my Atlanta home on 28th January, 2022, did you ever indicate that was the last time we would be seeing each other physically? When we had our Isadus meeting by zoom at 10pm Nigerian time on 2th March, 2022, did you let any of us know that was your last outing with us? Ha! DJUI, why????&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ha! Death, you have shown your weakness and cowardice by coming&nbsp; stealthily like a thief in the night to snatch away our own Prof Ighietseme.<br>Death, though ashamed!&nbsp; Death, where is thy sting? Death, you too shall die one day because you can never stop anyone , and you have not stopped DJUI, from transmuting from mortality to immortality.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Death, to appreciate your woeful failure, listen carefully to Decius&nbsp; Brutus talking about Julius Caesar ( extrapolate,Prof Ighietseme), in William Shakespeare\' s Julius Caesar: \"his life was gentle; and the elements so mixed in him, that Nature might stand up and say to all the world,&nbsp; THIS WAS A MAN! ( Act V, Scenes iv-v).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Iyokpamhe, you came; you saw; you conquered ( vini; vidi; vici).&nbsp;<br>It is true indeed ( and this is why you are being celebrated even in death),that \"when beggars die there are no comets seen; the heavens themselves blaze forth the death of peinces\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With a very heavy heart, with tears in my eyes, I say, my friend and broda, farewell. DJUI, okiakhue soo. Kind soul that is full of humanity, goodbye. Renowned Professor, teacher and mentor, adieu. Accomplished master organizer, team player, community and clubs developer, rest in the Lord. A humble soul, incandescent personality and luminous persona, full of panache, gravitas, gusto, nerve and verve,sleep well in the bossom of the Lord, till we meet to part no more. Almighty God, please, grant Professor Joseph Osikhuemhe Ugbodaga Ighietseme eternal rest in your warm bossom, amen, amen and amen.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"width\":24,\"height\":24} -->\n<figure class=\"wp-block-image is-resized\"><img src=\"https://fonts.gstatic.com/s/e/notoemoji/14.0/1f64f/72.png\" alt=\"&#x1f64f;\" width=\"24\" height=\"24\"/></figure>\n<!-- /wp:image -->', 'The Unexpected and Shocking Death of Professor Joseph Ighietseme: My Elergy-Chief Mike Ozekhome SAN, OFR, LLM, PHD, FCiIARB, LLD', '', 'inherit', 'closed', 'closed', '', '5129-revision-v1', '', '', '2022-06-01 18:45:57', '2022-06-01 22:45:57', '', 5129, 'https://www.iamctv.com/?p=5132', 0, 'revision', '', 0),
(5134, 1, '2022-06-01 18:47:22', '2022-06-01 22:47:22', '', 'juiban1', '', 'inherit', '', 'closed', '', 'juiban1', '', '', '2022-06-01 18:47:22', '2022-06-01 22:47:22', '', 5129, 'https://www.iamctv.com/wp-content/uploads/2022/06/juiban1.jpg', 0, 'attachment', 'image/jpeg', 0),
(5136, 1, '2022-06-01 18:49:49', '2022-06-01 22:49:49', '', 'juiban2-1', '', 'inherit', '', 'closed', '', 'juiban2-1', '', '', '2022-06-01 18:49:49', '2022-06-01 22:49:49', '', 5129, 'https://www.iamctv.com/wp-content/uploads/2022/06/juiban2-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(5135, 1, '2022-06-01 18:48:44', '2022-06-01 22:48:44', '<!-- wp:image {\"align\":\"right\",\"id\":5134,\"width\":362,\"height\":203,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image alignright size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2022/06/juiban1-1024x576.jpg\" alt=\"\" class=\"wp-image-5134\" width=\"362\" height=\"203\"/><figcaption>Professor Joseph U. Igietseme</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Shock underestimates my deep anguish and sorrow. Devastation underpins my present state of mind.Melancholy overwhelms me. Words fail me. They have failed me since morning.My thoughts are benumbed. The buckets of tears which I have shed since I received&nbsp; this ugly piece of news this morning at about 10. 40 am when I touched down in Jos, Plateau State, from Lagos, to handle the ongoing criminal trial of former Plateau State Governor, Senator David Jonah Jang, have neither balmed my bruises, nor healed the&nbsp; wounds etched deeply in my heart. The mutual crying on the phone for over 30 minutes between Andrew Adothor and I has not in anyway assuaged my battered feelings. I weep for me. Yes, me! I weep for my family. I weep for Usagbe Club of Nigeria ( wherein he was the engine room ). I weep for Usagbe Americas and the UK ( which he had chaired ). I weep for Isadus Inc ( wherein he was Secretary and a driving force ) .I weep for St Peter\'s College Old Students Association ( wherein he was an indispensable force).I weep for St Peter\'s College Old Students Association ( 1970-1974, wherein he was our chartered Chairman ). I weep for Naido ( wherein he was a revered ). I weep for Weppa and Uvhano Kingdoms ( wherein he was a leading light).I weep for the three Etsakos ( wherein he was a colossus ). I weep for Afenmai land ( wherein he was luminous ). I weep for Edo State ( wherein he was a developer ). I weep for Nigeria ( which benefitted immensely from his educational exploits ). I weep for Africa ( which enjoyed his scientific wizardry). I weep for the black race ( which has lost a gem).I weep for mankind in general ( which has been short-changed by Ighietseme\'s early exit). God, we cannot question you. Who are we?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ha!, DJUI ( one of the pet names I called you), why did you do this to me and my family ? Why did you go suddenly without as much as leaving a word of okiakhue, just one&nbsp; word? Why, without a mere farewell? Just why,why,why?&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Prof Joseph Ugbodaga Osikhuemhe Ighietseme ( ogomoh Unuedegor, another alias I also popularly called you), just why did you do this to me, making me inconsolable with hot tears laced with pains, pangs,sorrow, anguish and melancholy? Just why?&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When you hailed me with your usual&nbsp; AKPA KPA VIGHI VIGHI!, as you were always want to, at 4.42pm on the 20th of May, following my post, which you followed up with a missed call at 4.47 pm, but all of which I only just saw today after going through our previous chats, why didn\'t you just hint me you would be leaving us forever? Just why, DJUI?&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When you kindly drove my wife and I to the Hartsfield-Jackson Atlanta airport on the 6th of February, 2022, on our way back to Nigeria, you had stood forlonly by the side, watching us keenly and intensely as we meandered through the ropes at security check points, enroute Nigeria.I had told my wife, \"see how DJUI looks sad at our departure; he will miss us greatly and we will miss him terribly\". Was this your tell-tale sign of saying, \"you guys will never see me again\", but which we never got?&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Only last night, I had forwarded to you some posts which you didn\'t respond to. How, DJUI, just how, was I expected to know you had joined the Lord for good? My heart bleeds. My tears come in torrents. Even now.Ha!!!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So, DJUI,who would I now turn to whenever I come to Atlanta, Georgia, USA? Who? Who will my children literally \"invade\" his house at Stone Mountain without invitation, with you always threatening to \"burst\" them? Who, except you, would forget his high ranking status and position in the American and Nigerian societies as a renowned and world-acclaimed author and Professor of virology and parasitology ,and go out to Nigerian restaurants to buy me and my family Nigerian and Weppa Wanno foods- pounded yam, amala, omhi esegbomhi, omhi isaghue, omhi ukpioi, omhi akphe, orisi orisi, garri, palm oil, tarodo, tatashe, tomatoes, maggi, etc, once we arrive America? Just who,DJUI, tell me. Please, let me know ,my dear broda, friend and soul mate ( whom I also always jokingly mocked by calling you \"Professor of ikhuekhue, ivhavha and ibaneda\"- Professor of sunflies, mosquitoes and spirogyra), who will now always tell me, \"Chief Mike, just let me know if you need anything this way. I am always here for you to provide it\". Just tell me who. DJUI, did you ever told me you will not live long enough to fulfill those lofty plans and achieve those beautiful dreams you dreamt of and which you disclosed to me?&nbsp; Did you? Death, oh death, with your cold hands and hideous monstrous visage, did you ever warn DJUI you would snatch him from us?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DJUI, when your aged mother passed on at 101 in December, 2022, and we all jointly and collectivey bade her farewell in a one week carnival-like celebration,&nbsp; did you hint any of us you would<br>leave us 6 months later? Was that all you were waiting for before joining her?&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DJUI, when my wife and I hosted you, your friends and CR State Governor, Ben Ayade, in my Atlanta home on 28th January, 2022, did you ever indicate that was the last time we would be seeing each other physically? When we had our Isadus meeting by zoom at 10pm Nigerian time on 2th March, 2022, did you let any of us know that was your last outing with us? Ha! DJUI, why????&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ha! Death, you have shown your weakness and cowardice by coming&nbsp; stealthily like a thief in the night to snatch away our own Prof Ighietseme.<br>Death, though ashamed!&nbsp; Death, where is thy sting? Death, you too shall die one day because you can never stop anyone , and you have not stopped DJUI, from transmuting from mortality to immortality.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Death, to appreciate your woeful failure, listen carefully to Decius&nbsp; Brutus talking about Julius Caesar ( extrapolate,Prof Ighietseme), in William Shakespeare\' s Julius Caesar: \"his life was gentle; and the elements so mixed in him, that Nature might stand up and say to all the world,&nbsp; THIS WAS A MAN! ( Act V, Scenes iv-v).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Iyokpamhe, you came; you saw; you conquered ( vini; vidi; vici).&nbsp;<br>It is true indeed ( and this is why you are being celebrated even in death),that \"when beggars die there are no comets seen; the heavens themselves blaze forth the death of peinces\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With a very heavy heart, with tears in my eyes, I say, my friend and broda, farewell. DJUI, okiakhue soo. Kind soul that is full of humanity, goodbye. Renowned Professor, teacher and mentor, adieu. Accomplished master organizer, team player, community and clubs developer, rest in the Lord. A humble soul, incandescent personality and luminous persona, full of panache, gravitas, gusto, nerve and verve,sleep well in the bossom of the Lord, till we meet to part no more. Almighty God, please, grant Professor Joseph Osikhuemhe Ugbodaga Ighietseme eternal rest in your warm bossom, amen, amen and amen.</p>\n<!-- /wp:paragraph -->', 'The Unexpected and Shocking Death of Professor Joseph Ighietseme: My Elergy-Chief Mike Ozekhome SAN, OFR, LLM, PHD, FCiIARB, LLD', '', 'inherit', 'closed', 'closed', '', '5129-revision-v1', '', '', '2022-06-01 18:48:44', '2022-06-01 22:48:44', '', 5129, 'https://www.iamctv.com/?p=5135', 0, 'revision', '', 0),
(5138, 1, '2022-06-01 18:50:48', '2022-06-01 22:50:48', '', 'juiban3', '', 'inherit', '', 'closed', '', 'juiban3', '', '', '2022-06-01 18:50:48', '2022-06-01 22:50:48', '', 5129, 'https://www.iamctv.com/wp-content/uploads/2022/06/juiban3.jpg', 0, 'attachment', 'image/jpeg', 0),
(5139, 1, '2022-06-01 18:51:10', '2022-06-01 22:51:10', '<!-- wp:image {\"align\":\"right\",\"id\":5134,\"width\":362,\"height\":203,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image alignright size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2022/06/juiban1-1024x576.jpg\" alt=\"\" class=\"wp-image-5134\" width=\"362\" height=\"203\"/><figcaption>Professor Joseph U. Igietseme</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Shock underestimates my deep anguish and sorrow. Devastation underpins my present state of mind.Melancholy overwhelms me. Words fail me. They have failed me since morning.My thoughts are benumbed. The buckets of tears which I have shed since I received&nbsp; this ugly piece of news this morning at about 10. 40 am when I touched down in Jos, Plateau State, from Lagos, to handle the ongoing criminal trial of former Plateau State Governor, Senator David Jonah Jang, have neither balmed my bruises, nor healed the&nbsp; wounds etched deeply in my heart. The mutual crying on the phone for over 30 minutes between Andrew Adothor and I has not in anyway assuaged my battered feelings. I weep for me. Yes, me! I weep for my family. I weep for Usagbe Club of Nigeria ( wherein he was the engine room ). I weep for Usagbe Americas and the UK ( which he had chaired ). I weep for Isadus Inc ( wherein he was Secretary and a driving force ) .I weep for St Peter\'s College Old Students Association ( wherein he was an indispensable force).I weep for St Peter\'s College Old Students Association ( 1970-1974, wherein he was our chartered Chairman ). I weep for Naido ( wherein he was a revered ). I weep for Weppa and Uvhano Kingdoms ( wherein he was a leading light).I weep for the three Etsakos ( wherein he was a colossus ). I weep for Afenmai land ( wherein he was luminous ). I weep for Edo State ( wherein he was a developer ). I weep for Nigeria ( which benefitted immensely from his educational exploits ). I weep for Africa ( which enjoyed his scientific wizardry). I weep for the black race ( which has lost a gem).I weep for mankind in general ( which has been short-changed by Ighietseme\'s early exit). God, we cannot question you. Who are we?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ha!, DJUI ( one of the pet names I called you), why did you do this to me and my family ? Why did you go suddenly without as much as leaving a word of okiakhue, just one&nbsp; word? Why, without a mere farewell? Just why,why,why?&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Prof Joseph Ugbodaga Osikhuemhe Ighietseme ( ogomoh Unuedegor, another alias I also popularly called you), just why did you do this to me, making me inconsolable with hot tears laced with pains, pangs,sorrow, anguish and melancholy? Just why?&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When you hailed me with your usual&nbsp; AKPA KPA VIGHI VIGHI!, as you were always want to, at 4.42pm on the 20th of May, following my post, which you followed up with a missed call at 4.47 pm, but all of which I only just saw today after going through our previous chats, why didn\'t you just hint me you would be leaving us forever? Just why, DJUI?&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When you kindly drove my wife and I to the Hartsfield-Jackson Atlanta airport on the 6th of February, 2022, on our way back to Nigeria, you had stood forlonly by the side, watching us keenly and intensely as we meandered through the ropes at security check points, enroute Nigeria.I had told my wife, \"see how DJUI looks sad at our departure; he will miss us greatly and we will miss him terribly\". Was this your tell-tale sign of saying, \"you guys will never see me again\", but which we never got?&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Only last night, I had forwarded to you some posts which you didn\'t respond to. How, DJUI, just how, was I expected to know you had joined the Lord for good? My heart bleeds. My tears come in torrents. Even now.Ha!!!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"left\",\"id\":5136,\"width\":422,\"height\":237,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image alignleft size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2022/06/juiban2-1-1024x576.jpg\" alt=\"\" class=\"wp-image-5136\" width=\"422\" height=\"237\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>So, DJUI,who would I now turn to whenever I come to Atlanta, Georgia, USA? Who? Who will my children literally \"invade\" his house at Stone Mountain without invitation, with you always threatening to \"burst\" them? Who, except you, would forget his high ranking status and position in the American and Nigerian societies as a renowned and world-acclaimed author and Professor of virology and parasitology ,and go out to Nigerian restaurants to buy me and my family Nigerian and Weppa Wanno foods- pounded yam, amala, omhi esegbomhi, omhi isaghue, omhi ukpioi, omhi akphe, orisi orisi, garri, palm oil, tarodo, tatashe, tomatoes, maggi, etc, once we arrive America? Just who,DJUI, tell me. Please, let me know ,my dear broda, friend and soul mate ( whom I also always jokingly mocked by calling you \"Professor of ikhuekhue, ivhavha and ibaneda\"- Professor of sunflies, mosquitoes and spirogyra), who will now always tell me, \"Chief Mike, just let me know if you need anything this way. I am always here for you to provide it\". Just tell me who. DJUI, did you ever told me you will not live long enough to fulfill those lofty plans and achieve those beautiful dreams you dreamt of and which you disclosed to me?&nbsp; Did you? Death, oh death, with your cold hands and hideous monstrous visage, did you ever warn DJUI you would snatch him from us?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DJUI, when your aged mother passed on at 101 in December, 2022, and we all jointly and collectivey bade her farewell in a one week carnival-like celebration,&nbsp; did you hint any of us you would<br>leave us 6 months later? Was that all you were waiting for before joining her?&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DJUI, when my wife and I hosted you, your friends and CR State Governor, Ben Ayade, in my Atlanta home on 28th January, 2022, did you ever indicate that was the last time we would be seeing each other physically? When we had our Isadus meeting by zoom at 10pm Nigerian time on 2th March, 2022, did you let any of us know that was your last outing with us? Ha! DJUI, why????&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ha! Death, you have shown your weakness and cowardice by coming&nbsp; stealthily like a thief in the night to snatch away our own Prof Ighietseme.<br>Death, though ashamed!&nbsp; Death, where is thy sting? Death, you too shall die one day because you can never stop anyone , and you have not stopped DJUI, from transmuting from mortality to immortality.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Death, to appreciate your woeful failure, listen carefully to Decius&nbsp; Brutus talking about Julius Caesar ( extrapolate,Prof Ighietseme), in William Shakespeare\' s Julius Caesar: \"his life was gentle; and the elements so mixed in him, that Nature might stand up and say to all the world,&nbsp; THIS WAS A MAN! ( Act V, Scenes iv-v).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"right\",\"id\":5138,\"width\":490,\"height\":275,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image alignright size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2022/06/juiban3-1024x576.jpg\" alt=\"\" class=\"wp-image-5138\" width=\"490\" height=\"275\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Iyokpamhe, you came; you saw; you conquered ( vini; vidi; vici).&nbsp;<br>It is true indeed ( and this is why you are being celebrated even in death),that \"when beggars die there are no comets seen; the heavens themselves blaze forth the death of peinces\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With a very heavy heart, with tears in my eyes, I say, my friend and broda, farewell. DJUI, okiakhue soo. Kind soul that is full of humanity, goodbye. Renowned Professor, teacher and mentor, adieu. Accomplished master organizer, team player, community and clubs developer, rest in the Lord. A humble soul, incandescent personality and luminous persona, full of panache, gravitas, gusto, nerve and verve,sleep well in the bossom of the Lord, till we meet to part no more. Almighty God, please, grant Professor Joseph Osikhuemhe Ugbodaga Ighietseme eternal rest in your warm bossom, amen, amen and amen.</p>\n<!-- /wp:paragraph -->', 'The Unexpected and Shocking Death of Professor Joseph Ighietseme: My Elergy-Chief Mike Ozekhome SAN, OFR, LLM, PHD, FCiIARB, LLD', '', 'inherit', 'closed', 'closed', '', '5129-revision-v1', '', '', '2022-06-01 18:51:10', '2022-06-01 22:51:10', '', 5129, 'https://www.iamctv.com/?p=5139', 0, 'revision', '', 0),
(5141, 1, '2022-06-01 18:59:43', '2022-06-01 22:59:43', '', 'Mike-Ozekhome-SAN', '', 'inherit', '', 'closed', '', 'mike-ozekhome-san', '', '', '2022-06-01 18:59:43', '2022-06-01 22:59:43', '', 5129, 'https://www.iamctv.com/wp-content/uploads/2022/06/Mike-Ozekhome-SAN.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `iamc_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
(5143, 1, '2022-06-01 19:01:57', '2022-06-01 23:01:57', '<!-- wp:image {\"align\":\"right\",\"id\":5134,\"width\":362,\"height\":203,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image alignright size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2022/06/juiban1-1024x576.jpg\" alt=\"\" class=\"wp-image-5134\" width=\"362\" height=\"203\"/><figcaption>Professor Joseph U. Igietseme</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Shock underestimates my deep anguish and sorrow. Devastation underpins my present state of mind.Melancholy overwhelms me. Words fail me. They have failed me since morning.My thoughts are benumbed. The buckets of tears which I have shed since I received&nbsp; this ugly piece of news this morning at about 10. 40 am when I touched down in Jos, Plateau State, from Lagos, to handle the ongoing criminal trial of former Plateau State Governor, Senator David Jonah Jang, have neither balmed my bruises, nor healed the&nbsp; wounds etched deeply in my heart. The mutual crying on the phone for over 30 minutes between Andrew Adothor and I has not in anyway assuaged my battered feelings. I weep for me. Yes, me! I weep for my family. I weep for Usagbe Club of Nigeria ( wherein he was the engine room ). I weep for Usagbe Americas and the UK ( which he had chaired ). I weep for Isadus Inc ( wherein he was Secretary and a driving force ) .I weep for St Peter\'s College Old Students Association ( wherein he was an indispensable force).I weep for St Peter\'s College Old Students Association ( 1970-1974, wherein he was our chartered Chairman ). I weep for Naido ( wherein he was a revered ). I weep for Weppa and Uvhano Kingdoms ( wherein he was a leading light).I weep for the three Etsakos ( wherein he was a colossus ). I weep for Afenmai land ( wherein he was luminous ). I weep for Edo State ( wherein he was a developer ). I weep for Nigeria ( which benefitted immensely from his educational exploits ). I weep for Africa ( which enjoyed his scientific wizardry). I weep for the black race ( which has lost a gem).I weep for mankind in general ( which has been short-changed by Ighietseme\'s early exit). God, we cannot question you. Who are we?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ha!, DJUI ( one of the pet names I called you), why did you do this to me and my family ? Why did you go suddenly without as much as leaving a word of okiakhue, just one&nbsp; word? Why, without a mere farewell? Just why,why,why?&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Prof Joseph Ugbodaga Osikhuemhe Ighietseme ( ogomoh Unuedegor, another alias I also popularly called you), just why did you do this to me, making me inconsolable with hot tears laced with pains, pangs,sorrow, anguish and melancholy? Just why?&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"left\",\"id\":5141,\"width\":246,\"height\":204,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image alignleft size-full is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2022/06/Mike-Ozekhome-SAN.jpg\" alt=\"\" class=\"wp-image-5141\" width=\"246\" height=\"204\"/><figcaption>Chief Mike Ozekhome, SAN</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>When you hailed me with your usual&nbsp; AKPA KPA VIGHI VIGHI!, as you were always want to, at 4.42pm on the 20th of May, following my post, which you followed up with a missed call at 4.47 pm, but all of which I only just saw today after going through our previous chats, why didn\'t you just hint me you would be leaving us forever? Just why, DJUI?&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When you kindly drove my wife and I to the Hartsfield-Jackson Atlanta airport on the 6th of February, 2022, on our way back to Nigeria, you had stood forlonly by the side, watching us keenly and intensely as we meandered through the ropes at security check points, enroute Nigeria.I had told my wife, \"see how DJUI looks sad at our departure; he will miss us greatly and we will miss him terribly\". Was this your tell-tale sign of saying, \"you guys will never see me again\", but which we never got? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Only last night, I had forwarded to you some posts which you didn\'t respond to. How, DJUI, just how, was I expected to know you had joined the Lord for good? My heart bleeds. My tears come in torrents. Even now.Ha!!!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"left\",\"id\":5136,\"width\":422,\"height\":237,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image alignleft size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2022/06/juiban2-1-1024x576.jpg\" alt=\"\" class=\"wp-image-5136\" width=\"422\" height=\"237\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>So, DJUI,who would I now turn to whenever I come to Atlanta, Georgia, USA? Who? Who will my children literally \"invade\" his house at Stone Mountain without invitation, with you always threatening to \"burst\" them? Who, except you, would forget his high ranking status and position in the American and Nigerian societies as a renowned and world-acclaimed author and Professor of virology and parasitology ,and go out to Nigerian restaurants to buy me and my family Nigerian and Weppa Wanno foods- pounded yam, amala, omhi esegbomhi, omhi isaghue, omhi ukpioi, omhi akphe, orisi orisi, garri, palm oil, tarodo, tatashe, tomatoes, maggi, etc, once we arrive America? Just who,DJUI, tell me. Please, let me know ,my dear broda, friend and soul mate ( whom I also always jokingly mocked by calling you \"Professor of ikhuekhue, ivhavha and ibaneda\"- Professor of sunflies, mosquitoes and spirogyra), who will now always tell me, \"Chief Mike, just let me know if you need anything this way. I am always here for you to provide it\". Just tell me who. DJUI, did you ever told me you will not live long enough to fulfill those lofty plans and achieve those beautiful dreams you dreamt of and which you disclosed to me?&nbsp; Did you? Death, oh death, with your cold hands and hideous monstrous visage, did you ever warn DJUI you would snatch him from us?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DJUI, when your aged mother passed on at 101 in December, 2022, and we all jointly and collectivey bade her farewell in a one week carnival-like celebration,&nbsp; did you hint any of us you would<br>leave us 6 months later? Was that all you were waiting for before joining her?&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DJUI, when my wife and I hosted you, your friends and CR State Governor, Ben Ayade, in my Atlanta home on 28th January, 2022, did you ever indicate that was the last time we would be seeing each other physically? When we had our Isadus meeting by zoom at 10pm Nigerian time on 2th March, 2022, did you let any of us know that was your last outing with us? Ha! DJUI, why????&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ha! Death, you have shown your weakness and cowardice by coming&nbsp; stealthily like a thief in the night to snatch away our own Prof Ighietseme.<br>Death, though ashamed!&nbsp; Death, where is thy sting? Death, you too shall die one day because you can never stop anyone , and you have not stopped DJUI, from transmuting from mortality to immortality.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Death, to appreciate your woeful failure, listen carefully to Decius&nbsp; Brutus talking about Julius Caesar ( extrapolate,Prof Ighietseme), in William Shakespeare\' s Julius Caesar: \"his life was gentle; and the elements so mixed in him, that Nature might stand up and say to all the world,&nbsp; THIS WAS A MAN! ( Act V, Scenes iv-v).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"right\",\"id\":5138,\"width\":490,\"height\":275,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image alignright size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2022/06/juiban3-1024x576.jpg\" alt=\"\" class=\"wp-image-5138\" width=\"490\" height=\"275\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Iyokpamhe, you came; you saw; you conquered ( vini; vidi; vici).&nbsp;<br>It is true indeed ( and this is why you are being celebrated even in death),that \"when beggars die there are no comets seen; the heavens themselves blaze forth the death of peinces\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With a very heavy heart, with tears in my eyes, I say, my friend and broda, farewell. DJUI, okiakhue soo. Kind soul that is full of humanity, goodbye. Renowned Professor, teacher and mentor, adieu. Accomplished master organizer, team player, community and clubs developer, rest in the Lord. A humble soul, incandescent personality and luminous persona, full of panache, gravitas, gusto, nerve and verve,sleep well in the bossom of the Lord, till we meet to part no more. Almighty God, please, grant Professor Joseph Osikhuemhe Ugbodaga Ighietseme eternal rest in your warm bossom, amen, amen and amen.</p>\n<!-- /wp:paragraph -->', 'The Unexpected and Shocking Death of Professor Joseph Ighietseme: My Elergy-Chief Mike Ozekhome SAN, OFR, LLM, PHD, FCiIARB, LLD', '', 'inherit', 'closed', 'closed', '', '5129-revision-v1', '', '', '2022-06-01 19:01:57', '2022-06-01 23:01:57', '', 5129, 'https://www.iamctv.com/?p=5143', 0, 'revision', '', 0),
(5142, 1, '2022-06-01 19:01:02', '2022-06-01 23:01:02', '<!-- wp:image {\"align\":\"right\",\"id\":5134,\"width\":362,\"height\":203,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image alignright size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2022/06/juiban1-1024x576.jpg\" alt=\"\" class=\"wp-image-5134\" width=\"362\" height=\"203\"/><figcaption>Professor Joseph U. Igietseme</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Shock underestimates my deep anguish and sorrow. Devastation underpins my present state of mind.Melancholy overwhelms me. Words fail me. They have failed me since morning.My thoughts are benumbed. The buckets of tears which I have shed since I received&nbsp; this ugly piece of news this morning at about 10. 40 am when I touched down in Jos, Plateau State, from Lagos, to handle the ongoing criminal trial of former Plateau State Governor, Senator David Jonah Jang, have neither balmed my bruises, nor healed the&nbsp; wounds etched deeply in my heart. The mutual crying on the phone for over 30 minutes between Andrew Adothor and I has not in anyway assuaged my battered feelings. I weep for me. Yes, me! I weep for my family. I weep for Usagbe Club of Nigeria ( wherein he was the engine room ). I weep for Usagbe Americas and the UK ( which he had chaired ). I weep for Isadus Inc ( wherein he was Secretary and a driving force ) .I weep for St Peter\'s College Old Students Association ( wherein he was an indispensable force).I weep for St Peter\'s College Old Students Association ( 1970-1974, wherein he was our chartered Chairman ). I weep for Naido ( wherein he was a revered ). I weep for Weppa and Uvhano Kingdoms ( wherein he was a leading light).I weep for the three Etsakos ( wherein he was a colossus ). I weep for Afenmai land ( wherein he was luminous ). I weep for Edo State ( wherein he was a developer ). I weep for Nigeria ( which benefitted immensely from his educational exploits ). I weep for Africa ( which enjoyed his scientific wizardry). I weep for the black race ( which has lost a gem).I weep for mankind in general ( which has been short-changed by Ighietseme\'s early exit). God, we cannot question you. Who are we?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ha!, DJUI ( one of the pet names I called you), why did you do this to me and my family ? Why did you go suddenly without as much as leaving a word of okiakhue, just one&nbsp; word? Why, without a mere farewell? Just why,why,why?&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Prof Joseph Ugbodaga Osikhuemhe Ighietseme ( ogomoh Unuedegor, another alias I also popularly called you), just why did you do this to me, making me inconsolable with hot tears laced with pains, pangs,sorrow, anguish and melancholy? Just why?&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"left\",\"id\":5141,\"width\":290,\"height\":241,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image alignleft size-full is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2022/06/Mike-Ozekhome-SAN.jpg\" alt=\"\" class=\"wp-image-5141\" width=\"290\" height=\"241\"/><figcaption>Chief Mike Ozekhome, SAN</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>When you hailed me with your usual&nbsp; AKPA KPA VIGHI VIGHI!, as you were always want to, at 4.42pm on the 20th of May, following my post, which you followed up with a missed call at 4.47 pm, but all of which I only just saw today after going through our previous chats, why didn\'t you just hint me you would be leaving us forever? Just why, DJUI?&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When you kindly drove my wife and I to the Hartsfield-Jackson Atlanta airport on the 6th of February, 2022, on our way back to Nigeria, you had stood forlonly by the side, watching us keenly and intensely as we meandered through the ropes at security check points, enroute Nigeria.I had told my wife, \"see how DJUI looks sad at our departure; he will miss us greatly and we will miss him terribly\". Was this your tell-tale sign of saying, \"you guys will never see me again\", but which we never got? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Only last night, I had forwarded to you some posts which you didn\'t respond to. How, DJUI, just how, was I expected to know you had joined the Lord for good? My heart bleeds. My tears come in torrents. Even now.Ha!!!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"left\",\"id\":5136,\"width\":422,\"height\":237,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image alignleft size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2022/06/juiban2-1-1024x576.jpg\" alt=\"\" class=\"wp-image-5136\" width=\"422\" height=\"237\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>So, DJUI,who would I now turn to whenever I come to Atlanta, Georgia, USA? Who? Who will my children literally \"invade\" his house at Stone Mountain without invitation, with you always threatening to \"burst\" them? Who, except you, would forget his high ranking status and position in the American and Nigerian societies as a renowned and world-acclaimed author and Professor of virology and parasitology ,and go out to Nigerian restaurants to buy me and my family Nigerian and Weppa Wanno foods- pounded yam, amala, omhi esegbomhi, omhi isaghue, omhi ukpioi, omhi akphe, orisi orisi, garri, palm oil, tarodo, tatashe, tomatoes, maggi, etc, once we arrive America? Just who,DJUI, tell me. Please, let me know ,my dear broda, friend and soul mate ( whom I also always jokingly mocked by calling you \"Professor of ikhuekhue, ivhavha and ibaneda\"- Professor of sunflies, mosquitoes and spirogyra), who will now always tell me, \"Chief Mike, just let me know if you need anything this way. I am always here for you to provide it\". Just tell me who. DJUI, did you ever told me you will not live long enough to fulfill those lofty plans and achieve those beautiful dreams you dreamt of and which you disclosed to me?&nbsp; Did you? Death, oh death, with your cold hands and hideous monstrous visage, did you ever warn DJUI you would snatch him from us?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DJUI, when your aged mother passed on at 101 in December, 2022, and we all jointly and collectivey bade her farewell in a one week carnival-like celebration,&nbsp; did you hint any of us you would<br>leave us 6 months later? Was that all you were waiting for before joining her?&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>DJUI, when my wife and I hosted you, your friends and CR State Governor, Ben Ayade, in my Atlanta home on 28th January, 2022, did you ever indicate that was the last time we would be seeing each other physically? When we had our Isadus meeting by zoom at 10pm Nigerian time on 2th March, 2022, did you let any of us know that was your last outing with us? Ha! DJUI, why????&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ha! Death, you have shown your weakness and cowardice by coming&nbsp; stealthily like a thief in the night to snatch away our own Prof Ighietseme.<br>Death, though ashamed!&nbsp; Death, where is thy sting? Death, you too shall die one day because you can never stop anyone , and you have not stopped DJUI, from transmuting from mortality to immortality.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Death, to appreciate your woeful failure, listen carefully to Decius&nbsp; Brutus talking about Julius Caesar ( extrapolate,Prof Ighietseme), in William Shakespeare\' s Julius Caesar: \"his life was gentle; and the elements so mixed in him, that Nature might stand up and say to all the world,&nbsp; THIS WAS A MAN! ( Act V, Scenes iv-v).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"right\",\"id\":5138,\"width\":490,\"height\":275,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image alignright size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2022/06/juiban3-1024x576.jpg\" alt=\"\" class=\"wp-image-5138\" width=\"490\" height=\"275\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Iyokpamhe, you came; you saw; you conquered ( vini; vidi; vici).&nbsp;<br>It is true indeed ( and this is why you are being celebrated even in death),that \"when beggars die there are no comets seen; the heavens themselves blaze forth the death of peinces\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With a very heavy heart, with tears in my eyes, I say, my friend and broda, farewell. DJUI, okiakhue soo. Kind soul that is full of humanity, goodbye. Renowned Professor, teacher and mentor, adieu. Accomplished master organizer, team player, community and clubs developer, rest in the Lord. A humble soul, incandescent personality and luminous persona, full of panache, gravitas, gusto, nerve and verve,sleep well in the bossom of the Lord, till we meet to part no more. Almighty God, please, grant Professor Joseph Osikhuemhe Ugbodaga Ighietseme eternal rest in your warm bossom, amen, amen and amen.</p>\n<!-- /wp:paragraph -->', 'The Unexpected and Shocking Death of Professor Joseph Ighietseme: My Elergy-Chief Mike Ozekhome SAN, OFR, LLM, PHD, FCiIARB, LLD', '', 'inherit', 'closed', 'closed', '', '5129-revision-v1', '', '', '2022-06-01 19:01:02', '2022-06-01 23:01:02', '', 5129, 'https://www.iamctv.com/?p=5142', 0, 'revision', '', 0),
(5145, 1, '2022-06-15 16:55:54', '2022-06-15 20:55:54', '<!-- wp:html -->\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/5WycfBKAdI0\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Celebration of Life ceremony for Professor Joseph Ugbodaga Igietseme at Emory Conference Center Hotel in Atlanta, GA.</p>\n<!-- /wp:paragraph -->', 'Celebration of Life for Professor Igietseme-5PM EST', '', 'publish', 'closed', 'open', '', 'celebration-of-life-for-professor-igietseme-5pm-est', '', '', '2022-06-25 18:09:37', '2022-06-25 22:09:37', '', 0, 'https://www.iamctv.com/?p=5145', 0, 'post', '', 0),
(5146, 1, '2022-06-15 16:55:54', '2022-06-15 20:55:54', '<!-- wp:html -->\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/5WycfBKAdI0\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>\n<!-- /wp:html -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Celebration of Life ceremony for Professor Joseph Ugbodaga Igietseme at Emory Conference Center Hotel in Atlanta, GA.</p>\n<!-- /wp:paragraph -->', 'Celebration of Life for Professor Igietseme-5PM EST', '', 'inherit', 'closed', 'closed', '', '5145-revision-v1', '', '', '2022-06-15 16:55:54', '2022-06-15 20:55:54', '', 5145, 'https://www.iamctv.com/?p=5146', 0, 'revision', '', 0),
(5147, 1, '2022-06-15 16:57:40', '2022-06-15 20:57:40', '<!-- wp:html -->\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/5WycfBKAdI0\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Celebration of Life ceremony for Professor Joseph Ugbodaga Igietseme at Emory Conference Center Hotel in Atlanta, GA.</p>\n<!-- /wp:paragraph -->', 'Celebration of Life for Professor Igietseme-5PM EST', '', 'inherit', 'closed', 'closed', '', '5145-revision-v1', '', '', '2022-06-15 16:57:40', '2022-06-15 20:57:40', '', 5145, 'https://www.iamctv.com/?p=5147', 0, 'revision', '', 0),
(5148, 1, '2022-06-15 17:00:11', '2022-06-15 21:00:11', '<!-- wp:html -->\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/bl-BND8_LOw\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Church service for the celebration of the life of Professor Joseph Igietseme at the Corpus Christi Catholic Church in Stone Mountain, GA.</p>\n<!-- /wp:paragraph -->', 'Church Service for Professor Joseph Igietseme-11AM EST', '', 'publish', 'closed', 'open', '', 'church-service-for-professor-joseph-igietseme-11am-est', '', '', '2022-06-25 11:09:22', '2022-06-25 15:09:22', '', 0, 'https://www.iamctv.com/?p=5148', 0, 'post', '', 0),
(5149, 1, '2022-06-15 17:00:11', '2022-06-15 21:00:11', '<!-- wp:html -->\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/bl-BND8_LOw\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>\n<!-- /wp:html -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Church service for the celebration of the life of Professor Joseph Igietseme at the Corpus Christi Catholic Church in Stone Mountain, GA.</p>\n<!-- /wp:paragraph -->', 'Church Service for Professor Joseph Igietseme-11AM EST', '', 'inherit', 'closed', 'closed', '', '5148-revision-v1', '', '', '2022-06-15 17:00:11', '2022-06-15 21:00:11', '', 5148, 'https://www.iamctv.com/?p=5149', 0, 'revision', '', 0),
(5150, 1, '2022-06-15 17:02:18', '2022-06-15 21:02:18', '<!-- wp:html -->\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/bl-BND8_LOw\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Church service for the celebration of the life of Professor Joseph Igietseme at the Corpus Christi Catholic Church in Stone Mountain, GA.</p>\n<!-- /wp:paragraph -->', 'Church Service for Professor Joseph Igietseme-11AM EST', '', 'inherit', 'closed', 'closed', '', '5148-revision-v1', '', '', '2022-06-15 17:02:18', '2022-06-15 21:02:18', '', 5148, 'https://www.iamctv.com/?p=5150', 0, 'revision', '', 0),
(5151, 1, '2022-06-20 08:33:26', '2022-06-20 12:33:26', '<!-- wp:paragraph -->\n<p>Warm reception from supporters of Nigeria Labour Party candidate Peter Obi, as he returns to Abuja from Egypt.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/sKxM0ilxULo\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>\n<!-- /wp:html -->', 'Peter Obi Returns from Egypt', '', 'publish', 'closed', 'open', '', 'peter-obi-returns-from-egypt', '', '', '2022-06-20 08:35:23', '2022-06-20 12:35:23', '', 0, 'https://www.iamctv.com/?p=5151', 0, 'post', '', 0),
(5152, 1, '2022-06-20 08:33:15', '2022-06-20 12:33:15', '', 'ObiRfE', '', 'inherit', '', 'closed', '', 'obirfe', '', '', '2022-06-20 08:33:15', '2022-06-20 12:33:15', '', 5151, 'https://www.iamctv.com/wp-content/uploads/2022/06/ObiRfE.jpg', 0, 'attachment', 'image/jpeg', 0),
(5153, 1, '2022-06-20 08:33:26', '2022-06-20 12:33:26', '<!-- wp:paragraph -->\n<p>Warm reception from supporters of Nigeria Labour Party candidate Peter Obi, as he returns from to Abuja from Egypt.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/sKxM0ilxULo\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>\n<!-- /wp:html -->', 'Peter Obi Returns from Egypt', '', 'inherit', 'closed', 'closed', '', '5151-revision-v1', '', '', '2022-06-20 08:33:26', '2022-06-20 12:33:26', '', 5151, 'https://www.iamctv.com/?p=5153', 0, 'revision', '', 0),
(5154, 1, '2022-06-20 08:34:50', '2022-06-20 12:34:50', '<!-- wp:paragraph -->\n<p>Warm reception from supporters of Nigeria Labour Party candidate Peter Obi, as he returns to Abuja from Egypt.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/sKxM0ilxULo\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>\n<!-- /wp:html -->', 'Peter Obi Returns from Egypt', '', 'inherit', 'closed', 'closed', '', '5151-autosave-v1', '', '', '2022-06-20 08:34:50', '2022-06-20 12:34:50', '', 5151, 'https://www.iamctv.com/?p=5154', 0, 'revision', '', 0),
(5155, 1, '2022-06-20 08:35:18', '2022-06-20 12:35:18', '<!-- wp:paragraph -->\n<p>Warm reception from supporters of Nigeria Labour Party candidate Peter Obi, as he returns to Abuja from Egypt.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/sKxM0ilxULo\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>\n<!-- /wp:html -->', 'Peter Obi Returns from Egypt', '', 'inherit', 'closed', 'closed', '', '5151-revision-v1', '', '', '2022-06-20 08:35:18', '2022-06-20 12:35:18', '', 5151, 'https://www.iamctv.com/?p=5155', 0, 'revision', '', 0),
(5156, 1, '2022-06-20 09:09:26', '2022-06-20 13:09:26', '<!-- wp:paragraph -->\n<p>APC Presidential candidate Bola Tinubu\'s convoy causes traffic holdup in Lagos.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/zMttdgOt2Iw\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>\n<!-- /wp:html -->', 'Bola Tinubu\'s Convoy Stops Traffic in Lagos', '', 'publish', 'closed', 'open', '', 'bola-tinubus-convoy-stops-traffic-in-lagos', '', '', '2022-06-20 09:09:33', '2022-06-20 13:09:33', '', 0, 'https://www.iamctv.com/?p=5156', 0, 'post', '', 0),
(5157, 1, '2022-06-20 09:09:06', '2022-06-20 13:09:06', '', 'BolaTinCon', '', 'inherit', '', 'closed', '', 'bolatincon', '', '', '2022-06-20 09:09:06', '2022-06-20 13:09:06', '', 5156, 'https://www.iamctv.com/wp-content/uploads/2022/06/BolaTinCon.jpg', 0, 'attachment', 'image/jpeg', 0),
(5158, 1, '2022-06-20 09:09:26', '2022-06-20 13:09:26', '<!-- wp:paragraph -->\n<p>APC Presidential candidate Bola Tinubu\'s convoy causes traffic holdup in Lagos.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/zMttdgOt2Iw\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>\n<!-- /wp:html -->', 'Bola Tinubu\'s Convoy Stops Traffic in Lagos', '', 'inherit', 'closed', 'closed', '', '5156-revision-v1', '', '', '2022-06-20 09:09:26', '2022-06-20 13:09:26', '', 5156, 'https://www.iamctv.com/?p=5158', 0, 'revision', '', 0),
(5164, 1, '2022-06-25 18:09:33', '2022-06-25 22:09:33', '<!-- wp:html -->\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/5WycfBKAdI0\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Celebration of Life ceremony for Professor Joseph Ugbodaga Igietseme at Emory Conference Center Hotel in Atlanta, GA.</p>\n<!-- /wp:paragraph -->', 'Celebration of Life for Professor Igietseme-5PM EST', '', 'inherit', 'closed', 'closed', '', '5145-revision-v1', '', '', '2022-06-25 18:09:33', '2022-06-25 22:09:33', '', 5145, 'https://www.iamctv.com/?p=5164', 0, 'revision', '', 0),
(5160, 1, '2022-06-24 06:15:32', '2022-06-24 10:15:32', '<!-- wp:html -->\n<div style=\"position: relative; padding-top: 56.25%;\"><iframe src=\"https://iframe.videodelivery.net/d8cbaf72de6677d0156c80843553db3d\" style=\"border: none; position: absolute; top: 0; left: 0; height: 100%; width: 100%;\" allow=\"accelerometer; gyroscope; autoplay; encrypted-media; picture-in-picture;\" allowfullscreen=\"true\"></iframe></div>\n<!-- /wp:html -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Celebration of Life ceremony for Professor Joseph Ugbodaga Igietseme at Emory Conference Center Hotel in Atlanta, GA.</p>\n<!-- /wp:paragraph -->', 'Celebration of Life for Professor Igietseme-5PM EST', '', 'inherit', 'closed', 'closed', '', '5145-revision-v1', '', '', '2022-06-24 06:15:32', '2022-06-24 10:15:32', '', 5145, 'https://www.iamctv.com/?p=5160', 0, 'revision', '', 0),
(5163, 1, '2022-06-25 11:09:17', '2022-06-25 15:09:17', '<!-- wp:html -->\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/bl-BND8_LOw\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Church service for the celebration of the life of Professor Joseph Igietseme at the Corpus Christi Catholic Church in Stone Mountain, GA.</p>\n<!-- /wp:paragraph -->', 'Church Service for Professor Joseph Igietseme-11AM EST', '', 'inherit', 'closed', 'closed', '', '5148-revision-v1', '', '', '2022-06-25 11:09:17', '2022-06-25 15:09:17', '', 5148, 'https://www.iamctv.com/?p=5163', 0, 'revision', '', 0),
(5161, 1, '2022-06-24 06:25:00', '2022-06-24 10:25:00', '<!-- wp:html -->\n<div style=\"position: relative; padding-top: 56.25%;\"><iframe src=\"https://iframe.videodelivery.net/a5394e1fa22de3cca9cca4c49f47728d\" style=\"border: none; position: absolute; top: 0; left: 0; height: 100%; width: 100%;\" allow=\"accelerometer; gyroscope; autoplay; encrypted-media; picture-in-picture;\" allowfullscreen=\"true\"></iframe></div>\n<!-- /wp:html -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Church service for the celebration of the life of Professor Joseph Igietseme at the Corpus Christi Catholic Church in Stone Mountain, GA.</p>\n<!-- /wp:paragraph -->', 'Church Service for Professor Joseph Igietseme-11AM EST', '', 'inherit', 'closed', 'closed', '', '5148-revision-v1', '', '', '2022-06-24 06:25:00', '2022-06-24 10:25:00', '', 5148, 'https://www.iamctv.com/?p=5161', 0, 'revision', '', 0),
(5162, 1, '2022-06-24 06:27:16', '2022-06-24 10:27:16', '<!-- wp:html -->\n<div style=\"position: relative; padding-top: 56.25%;\"><iframe src=\"https://iframe.videodelivery.net/e6a66c56589f7ecc4fad5d196f87c019\" style=\"border: none; position: absolute; top: 0; left: 0; height: 100%; width: 100%;\" allow=\"accelerometer; gyroscope; autoplay; encrypted-media; picture-in-picture;\" allowfullscreen=\"true\"></iframe></div>\n<!-- /wp:html -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Celebration of Life ceremony for Professor Joseph Ugbodaga Igietseme at Emory Conference Center Hotel in Atlanta, GA.</p>\n<!-- /wp:paragraph -->', 'Celebration of Life for Professor Igietseme-5PM EST', '', 'inherit', 'closed', 'closed', '', '5145-revision-v1', '', '', '2022-06-24 06:27:16', '2022-06-24 10:27:16', '', 5145, 'https://www.iamctv.com/?p=5162', 0, 'revision', '', 0),
(5165, 0, '2022-06-29 11:58:46', '2022-06-29 11:58:46', '<p>Perspectives on IAMC TV Podcast is an analytical show hosted by PrymEvyl, &nbsp;analyzing events from the world over. &nbsp;This maiden episode analyzes the resignation of the Chief Justice of Nigeria Tanko Mohammed, Zamfara State Governor Calls for Citizen Gun License for Self Defense, and the APC presidential candidacy of Chief Bola Tinubu.</p>\n', 'Perspectives Ep. 1-Chief Justice of Nigeria Resigns', 'Perspectives on IAMC TV Podcast is an analytical show hosted by PrymEvyl,  analyzing events from the world over.  This maiden episode analyzes the resignation of the Chief Justice of Nigeria Tanko Mohammed, Zamfara State Governor Calls for Citizen Gun License for Self Defense, and the APC presidential candidacy of Chief Bola Tinubu.', 'publish', 'closed', 'closed', '', 'perspectives-ep-1-chief-justice-of-nigeria-resigns', '', '', '2022-06-29 11:58:46', '2022-06-29 11:58:46', '', 0, '', 0, 'wprss_feed_item', '', 0),
(5166, 1, '2022-06-29 10:25:52', '2022-06-29 14:25:52', '<!-- wp:paragraph -->\n<p>Perspectives on IAMC TV Podcast is an analytical show hosted by PrymEvyl, &nbsp;analyzing events from the world over. &nbsp;This maiden episode analyzes the resignation of the Chief Justice of Nigeria Tanko Mohammed, Zamfara State Governor Calls for Citizen Gun License for Self Defense, and the APC presidential candidacy of Chief Bola Tinubu.</p>\n<!-- /wp:paragraph -->', 'Perspectives Ep. 1-Chief Justice of Nigeria Resigns', '', 'publish', 'closed', 'closed', '', 'perspectives-ep-1-chief-justice-of-nigeria-resigns', '', '', '2022-06-29 10:34:57', '2022-06-29 14:34:57', '', 0, 'https://www.iamctv.com/?post_type=podcast&#038;p=5166', 0, 'podcast', '', 0),
(5167, 1, '2022-06-29 10:19:09', '2022-06-29 14:19:09', '', 'PerspE1Ban', '', 'inherit', '', 'closed', '', 'perspe1ban', '', '', '2022-06-29 10:19:09', '2022-06-29 14:19:09', '', 5166, 'https://www.iamctv.com/wp-content/uploads/2022/06/PerspE1Ban.jpg', 0, 'attachment', 'image/jpeg', 0),
(5169, 1, '2022-06-29 10:23:37', '2022-06-29 14:23:37', '\"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" from Perspectives  by IAMC TV Podcast. Released: 2022.', 'Perspectives Ep. 1-Chief Justice of Nigeria Resigns', '', 'inherit', '', 'closed', '', 'perspectives-ep-1-chief-justice-of-nigeria-resigns-2', '', '', '2022-06-29 10:23:37', '2022-06-29 14:23:37', '', 5166, 'https://www.iamctv.com/wp-content/uploads/2022/06/PerspectivesS1E1.mp3', 0, 'attachment', 'audio/mpeg', 0),
(5170, 1, '2022-06-29 10:23:37', '2022-06-29 14:23:37', '', '', '', 'inherit', '', 'closed', '', '5170', '', '', '2022-06-29 10:23:37', '2022-06-29 14:23:37', '', 0, 'https://www.iamctv.com/5170/', 0, 'attachment', 'image/jpeg', 0),
(5171, 1, '2022-06-29 10:24:09', '2022-06-29 14:24:09', '\"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" from Perspectives  by IAMC TV Podcast. Released: 2022.', 'Perspectives Ep. 1-Chief Justice of Nigeria Resigns', '', 'inherit', 'closed', 'closed', '', 'perspectives-ep-1-chief-justice-of-nigeria-resigns-3', '', '', '2022-06-29 10:24:54', '2022-06-29 14:24:54', '', 5166, 'https://www.iamctv.com/wp-content/uploads/2022/06/PerspectivesS1E1-1.mp3', 0, 'attachment', 'audio/mpeg', 0),
(5172, 1, '2022-06-29 10:27:31', '2022-06-29 14:27:31', '', 'PerspectivesPodcastLogo', '', 'inherit', '', 'closed', '', 'perspectivespodcastlogo', '', '', '2022-06-29 10:27:31', '2022-06-29 14:27:31', '', 5166, 'https://www.iamctv.com/wp-content/uploads/2022/06/PerspectivesPodcastLogo.png', 0, 'attachment', 'image/png', 0),
(5173, 1, '2022-06-29 10:27:59', '2022-06-29 14:27:59', '', 'PerspectivesPodcastLogo', '', 'inherit', 'closed', 'closed', '', 'perspectivespodcastlogo-2', '', '', '2022-06-29 10:31:36', '2022-06-29 14:31:36', '', 5166, 'https://www.iamctv.com/wp-content/uploads/2022/06/PerspectivesPodcastLogo-1.png', 0, 'attachment', 'image/png', 0),
(5174, 1, '2022-06-29 10:39:38', '2022-06-29 14:39:38', '<!-- wp:paragraph -->\n<p>Perspectives on IAMC TV Podcast is an analytical show hosted by PrymEvyl,  analyzing events from the world over.  This maiden episode analyzes the resignation of the Chief Justice of Nigeria Tanko Mohammed, Zamfara State Governor Calls for Citizen Gun License for Self Defense, and the APC presidential candidacy of Chief Bola Tinubu.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/Lp8qcRn64vo\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>\n<!-- /wp:html -->', '[Video] Perspectives Ep. 1-Chief Justice of Nigeria Resigns', '', 'publish', 'closed', 'open', '', 'video-perspectives-ep-1-chief-justice-of-nigeria-resigns', '', '', '2022-06-29 10:39:46', '2022-06-29 14:39:46', '', 0, 'https://www.iamctv.com/?p=5174', 0, 'post', '', 0),
(5175, 1, '2022-06-29 10:39:38', '2022-06-29 14:39:38', '<!-- wp:paragraph -->\n<p>Perspectives on IAMC TV Podcast is an analytical show hosted by PrymEvyl,  analyzing events from the world over.  This maiden episode analyzes the resignation of the Chief Justice of Nigeria Tanko Mohammed, Zamfara State Governor Calls for Citizen Gun License for Self Defense, and the APC presidential candidacy of Chief Bola Tinubu.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/Lp8qcRn64vo\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>\n<!-- /wp:html -->', '[Video] Perspectives Ep. 1-Chief Justice of Nigeria Resigns', '', 'inherit', 'closed', 'closed', '', '5174-revision-v1', '', '', '2022-06-29 10:39:38', '2022-06-29 14:39:38', '', 5174, 'https://www.iamctv.com/?p=5175', 0, 'revision', '', 0),
(5177, 1, '2022-07-07 07:01:45', '2022-07-07 11:01:45', '<!-- wp:paragraph -->\n<p><strong>Perspectives on IAMC TV Podcast is an analytical show hosted by PrymEvyl, analyzing events from the world over. &nbsp;This episode analyzes the crisis between Governor Wike and the PDP, the Senator Ike Ekweremadu Organ Harvesting Saga, and the increasing insecurity in Nigeria.</strong></p>\n<!-- /wp:paragraph -->', 'Perspectives Ep. 2-Governor Wike and the PDP Crisis', '', 'publish', 'closed', 'closed', '', 'perspectives-ep-2-governor-wike-and-the-pdp-crisis', '', '', '2022-07-07 07:03:34', '2022-07-07 11:03:34', '', 0, 'https://www.iamctv.com/?post_type=podcast&#038;p=5177', 0, 'podcast', '', 0),
(5178, 1, '2022-07-07 07:00:31', '2022-07-07 11:00:31', '\"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" from Perspectives by IAMC TV Podcast. Released: 2022.', 'Perspectives Ep. 2-Governor Wike and the PDP Crisis', '', 'inherit', 'closed', 'closed', '', 'perspectives-ep-2-governor-wike-and-the-pdp-crisis', '', '', '2022-07-07 07:00:53', '2022-07-07 11:00:53', '', 5177, 'https://www.iamctv.com/wp-content/uploads/2022/07/PerspectivesS1E2.mp3', 0, 'attachment', 'audio/mpeg', 0),
(5179, 1, '2022-07-07 07:00:32', '2022-07-07 11:00:32', '', '', '', 'inherit', '', 'closed', '', '5179', '', '', '2022-07-07 07:00:32', '2022-07-07 11:00:32', '', 0, 'https://www.iamctv.com/5179/', 0, 'attachment', 'image/jpeg', 0),
(5180, 1, '2022-07-07 07:03:18', '2022-07-07 11:03:18', '', 'PerspE2Ban', '', 'inherit', '', 'closed', '', 'perspe2ban', '', '', '2022-07-07 07:03:18', '2022-07-07 11:03:18', '', 5177, 'https://www.iamctv.com/wp-content/uploads/2022/07/PerspE2Ban.jpg', 0, 'attachment', 'image/jpeg', 0),
(5181, 1, '2022-07-07 07:06:12', '2022-07-07 11:06:12', '<!-- wp:paragraph -->\n<p>Perspectives on IAMC TV Podcast is an analytical show hosted by PrymEvyl, analyzing events from the world over. This episode analyzes the crisis between Governor Wike and the PDP, the Senator Ike Ekweremadu Organ Harvesting Saga, and the increasing insecurity in Nigeria.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/jJZ080SNxow\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', '[Video] Perspectives Ep. 2-Governor Wike and the PDP Crisis', '', 'publish', 'closed', 'open', '', 'video-governor-wike-and-the-pdp-crisis', '', '', '2022-07-07 07:12:43', '2022-07-07 11:12:43', '', 0, 'https://www.iamctv.com/?p=5181', 0, 'post', '', 0),
(5182, 0, '2022-07-07 10:39:00', '2022-07-07 10:39:00', '<p><strong>Perspectives on IAMC TV Podcast is an analytical show hosted by PrymEvyl, &nbsp;analyzing events from the world over. &nbsp;This episode analyzes the crisis between Governor Wike and the PDP, the Senator Ike Ekweremadu Organ Harvesting Saga, and the increasing insecurity in Nigeria.</strong></p>\n', 'Perspectives Ep. 2-Governor Wike and the PDP Crisis', 'Perspectives on IAMC TV Podcast is an analytical show hosted by PrymEvyl,  analyzing events from the world over.  This episode analyzes the crisis between Governor Wike and the PDP, the Senator Ike Ekweremadu Organ Harvesting Saga, and the increasing insecurity in Nigeria.', 'publish', 'closed', 'closed', '', 'perspectives-ep-2-governor-wike-and-the-pdp-crisis', '', '', '2022-07-07 10:39:00', '2022-07-07 10:39:00', '', 0, '', 0, 'wprss_feed_item', '', 0),
(5183, 1, '2022-07-07 07:06:12', '2022-07-07 11:06:12', '<!-- wp:paragraph -->\n<p>Perspectives on IAMC TV Podcast is an analytical show hosted by PrymEvyl, analyzing events from the world over. This episode analyzes the crisis between Governor Wike and the PDP, the Senator Ike Ekweremadu Organ Harvesting Saga, and the increasing insecurity in Nigeria.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/jJZ080SNxow\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>\n<!-- /wp:html -->', '[Video] Governor Wike and the PDP Crisis', '', 'inherit', 'closed', 'closed', '', '5181-revision-v1', '', '', '2022-07-07 07:06:12', '2022-07-07 11:06:12', '', 5181, 'https://www.iamctv.com/?p=5183', 0, 'revision', '', 0),
(5184, 1, '2022-07-07 07:06:57', '2022-07-07 11:06:57', '<!-- wp:paragraph -->\n<p>Perspectives on IAMC TV Podcast is an analytical show hosted by PrymEvyl, analyzing events from the world over. This episode analyzes the crisis between Governor Wike and the PDP, the Senator Ike Ekweremadu Organ Harvesting Saga, and the increasing insecurity in Nigeria.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/jJZ080SNxow\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', '[Video] Governor Wike and the PDP Crisis', '', 'inherit', 'closed', 'closed', '', '5181-revision-v1', '', '', '2022-07-07 07:06:57', '2022-07-07 11:06:57', '', 5181, 'https://www.iamctv.com/?p=5184', 0, 'revision', '', 0),
(5185, 1, '2022-07-07 07:12:39', '2022-07-07 11:12:39', '<!-- wp:paragraph -->\n<p>Perspectives on IAMC TV Podcast is an analytical show hosted by PrymEvyl, analyzing events from the world over. This episode analyzes the crisis between Governor Wike and the PDP, the Senator Ike Ekweremadu Organ Harvesting Saga, and the increasing insecurity in Nigeria.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/jJZ080SNxow\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', '[Video] Perspectives Ep. 2-Governor Wike and the PDP Crisis', '', 'inherit', 'closed', 'closed', '', '5181-revision-v1', '', '', '2022-07-07 07:12:39', '2022-07-07 11:12:39', '', 5181, 'https://www.iamctv.com/?p=5185', 0, 'revision', '', 0),
(5188, 1, '2022-12-01 06:26:57', '2022-12-01 11:26:57', '<!-- wp:html -->\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/7mNAZ_oUWg0\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', '[Live] Leveraging the African Diaspora for Inclusive Growth and Sustainable Development in Africa', '', 'publish', 'closed', 'open', '', 'live-leveraging-the-african-diaspora-for-inclusive-growth-and-sustainable-development-in-africa', '', '', '2022-12-02 09:26:20', '2022-12-02 14:26:20', '', 0, 'https://www.iamctv.com/?p=5188', 0, 'post', '', 0),
(5189, 1, '2022-12-01 06:26:47', '2022-12-01 11:26:47', '', 'AfDB', '', 'inherit', '', 'closed', '', 'afdb', '', '', '2022-12-01 06:26:47', '2022-12-01 11:26:47', '', 5188, 'https://www.iamctv.com/wp-content/uploads/2022/12/AfDB.jpg', 0, 'attachment', 'image/jpeg', 0),
(5190, 1, '2022-12-01 06:26:57', '2022-12-01 11:26:57', '<!-- wp:html -->\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/7mNAZ_oUWg0\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>\n<!-- /wp:html -->', 'Leveraging the African Diaspora for Inclusive Growth and Sustainable Development in Africa', '', 'inherit', 'closed', 'closed', '', '5188-revision-v1', '', '', '2022-12-01 06:26:57', '2022-12-01 11:26:57', '', 5188, 'https://www.iamctv.com/?p=5190', 0, 'revision', '', 0),
(5191, 1, '2022-12-01 06:30:41', '2022-12-01 11:30:41', '<!-- wp:html -->\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/7mNAZ_oUWg0\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>\n<!-- /wp:html -->', '[Live] Leveraging the African Diaspora for Inclusive Growth and Sustainable Development in Africa', '', 'inherit', 'closed', 'closed', '', '5188-revision-v1', '', '', '2022-12-01 06:30:41', '2022-12-01 11:30:41', '', 5188, 'https://www.iamctv.com/?p=5191', 0, 'revision', '', 0),
(5192, 1, '2022-12-01 06:49:39', '2022-12-01 11:49:39', '<!-- wp:html -->\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/7mNAZ_oUWg0\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\"></iframe>\n<!-- /wp:html -->', '[Live] Leveraging the African Diaspora for Inclusive Growth and Sustainable Development in Africa', '', 'inherit', 'closed', 'closed', '', '5188-revision-v1', '', '', '2022-12-01 06:49:39', '2022-12-01 11:49:39', '', 5188, 'https://www.iamctv.com/?p=5192', 0, 'revision', '', 0);
INSERT INTO `iamc_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
(5193, 1, '2022-12-02 07:00:14', '2022-12-02 12:00:14', '<!-- wp:paragraph -->\n<p>Perspectives on IAMC TV Podcast is an analytical show hosted by PrymEvyl, analyzing events from the world over. This episode analyzes the AfDB Conference on African Diaspora Inclusivity in Growth and Development,  Ogun State Labour Party Expels DG Doyin Okupe, the Nigeria First Lady Aisha Buhari Bars Visit to Jailed Student, and Abia Governor Ikpeazu signs bill for Women Inheritance.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/i9jaKqEjZLA\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>\n<!-- /wp:html -->', '[Video] Perspectives Ep. 3-AfDB Conference on African Diaspora Inclusivity in Growth and Development', '', 'publish', 'closed', 'open', '', 'video-perspectives-ep-3-afdb-conference-on-african-diaspora-inclusivity-in-growth-and-development', '', '', '2022-12-02 07:00:21', '2022-12-02 12:00:21', '', 0, 'https://www.iamctv.com/?p=5193', 0, 'post', '', 0),
(5194, 1, '2022-12-02 06:59:56', '2022-12-02 11:59:56', '', 'PerspE3Ban', '', 'inherit', '', 'closed', '', 'perspe3ban', '', '', '2022-12-02 06:59:56', '2022-12-02 11:59:56', '', 5193, 'https://www.iamctv.com/wp-content/uploads/2022/12/PerspE3Ban.jpg', 0, 'attachment', 'image/jpeg', 0),
(5195, 1, '2022-12-02 07:00:14', '2022-12-02 12:00:14', '<!-- wp:paragraph -->\n<p>Perspectives on IAMC TV Podcast is an analytical show hosted by PrymEvyl, analyzing events from the world over. This episode analyzes the AfDB Conference on African Diaspora Inclusivity in Growth and Development,  Ogun State Labour Party Expels DG Doyin Okupe, the Nigeria First Lady Aisha Buhari Bars Visit to Jailed Student, and Abia Governor Ikpeazu signs bill for Women Inheritance.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/i9jaKqEjZLA\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>\n<!-- /wp:html -->', '[Video] Perspectives Ep. 3-AfDB Conference on African Diaspora Inclusivity in Growth and Development', '', 'inherit', 'closed', 'closed', '', '5193-revision-v1', '', '', '2022-12-02 07:00:14', '2022-12-02 12:00:14', '', 5193, 'https://www.iamctv.com/?p=5195', 0, 'revision', '', 0),
(5196, 1, '2022-12-02 09:20:57', '2022-12-02 14:20:57', '<!-- wp:paragraph -->\n<p>Perspectives on IAMC TV Podcast is an analytical show hosted by PrymEvyl, analyzing events from the world over. This episode analyzes the AfDB Conference on African Diaspora Inclusivity in Growth and Development,  Ogun State Labour Party Expels DG Doyin Okupe, the Nigeria First Lady Aisha Buhari Bars Visit to Jailed Student, and Abia Governor Ikpeazu signs bill for Women Inheritance.</p>\n<!-- /wp:paragraph -->', 'Perspectives Ep. 3-AfDB Conference on African Diaspora Inclusivity in Growth and Development', '', 'publish', 'closed', 'closed', '', 'perspectives-ep-3-afdb-conference-on-african-diaspora-inclusivity-in-growth-and-development', '', '', '2022-12-02 09:23:16', '2022-12-02 14:23:16', '', 0, 'https://www.iamctv.com/?post_type=podcast&#038;p=5196', 0, 'podcast', '', 0),
(5197, 1, '2022-12-02 09:19:30', '2022-12-02 14:19:30', '\"Perspectives Ep. 3-AfDB Conference on African Diaspora Inclusivity in Growth and Development\" from Perspectives by PrymEvyl/IAMC TV Podcast.', 'Perspectives Ep. 3-AfDB Conference on African Diaspora Inclusivity in Growth and Development', '', 'inherit', 'closed', 'closed', '', 'perspectives-ep-3-afdb-conference-on-african-diaspora-inclusivity-in-growth-and-development', '', '', '2022-12-02 09:19:58', '2022-12-02 14:19:58', '', 5196, 'https://www.iamctv.com/wp-content/uploads/2022/12/PerspectivesS1E3.mp3', 0, 'attachment', 'audio/mpeg', 0),
(5198, 1, '2022-12-02 09:19:31', '2022-12-02 14:19:31', '', '', '', 'inherit', '', 'closed', '', '5198', '', '', '2022-12-02 09:19:31', '2022-12-02 14:19:31', '', 0, 'https://www.iamctv.com/5198/', 0, 'attachment', 'image/jpeg', 0),
(5200, 1, '2022-12-09 22:18:06', '2022-12-10 03:18:06', '<!-- wp:paragraph -->\n<p>Perspectives on IAMC TV Podcast is an analytical show hosted by PrymEvyl, analyzing events from the world over. This episode analyzes and reflects on Bola Ahmed Tinubu\'s Chatham House Interview, &nbsp;Britney Griner Released by Russia In Prisoner Swap, Ukraine President Zelensky named 2022 Time Person of the Year, and Nigerian musician DBanj, arrested by ICPC for fraud.</p>\n<!-- /wp:paragraph -->', 'Perspectives Ep. 4-Reflection on Bola Ahmed Tinubu\'s Chatham House Interview', '', 'publish', 'closed', 'closed', '', 'perspectives-ep-4-reflection-on-bola-ahmed-tinubus-chatham-house-interview', '', '', '2022-12-09 22:26:55', '2022-12-10 03:26:55', '', 0, 'https://www.iamctv.com/?post_type=podcast&#038;p=5200', 0, 'podcast', '', 0),
(5201, 1, '2022-12-09 22:17:26', '2022-12-10 03:17:26', '', 'Perspbann4', '', 'inherit', '', 'closed', '', 'perspbann4', '', '', '2022-12-09 22:17:26', '2022-12-10 03:17:26', '', 5200, 'https://www.iamctv.com/wp-content/uploads/2022/12/Perspbann4.jpg', 0, 'attachment', 'image/jpeg', 0),
(5205, 1, '2022-12-09 22:30:04', '2022-12-10 03:30:04', '<!-- wp:paragraph -->\n<p>Perspectives on IAMC TV Podcast is an analytical show hosted by PrymEvyl, analyzing events from the world over. This episode analyzes and reflects on Bola Ahmed Tinubu\'s Chatham House Interview,  Britney Griner Released by Russia In Prisoner Swap, Ukraine President Zelensky named 2022 Time Person of the Year, and Nigerian musician DBanj, arrested by ICPC for fraud.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/M5F2nTk1uMc\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>\n<!-- /wp:html -->', '[Video] Perspectives Ep. 4-Reflection on Bola Ahmed Tinubu\'s Chatham House Interview', '', 'publish', 'closed', 'open', '', 'video-perspectives-ep-4-reflection-on-bola-ahmed-tinubus-chatham-house-interview', '', '', '2022-12-09 22:30:11', '2022-12-10 03:30:11', '', 0, 'https://www.iamctv.com/?p=5205', 0, 'post', '', 0),
(5203, 1, '2022-12-09 22:23:52', '2022-12-10 03:23:52', '\"Perspectives Ep. 4-Reflection on Bola Ahmed Tinubu\'s Chatham House Interview\" from Perspectives on IAMC TV by PrymEvyl/IAMC TV Podcast.', 'Perspectives Ep. 4-Reflection on Bola Ahmed Tinubu\'s Chatham House Interview', '', 'inherit', 'closed', 'closed', '', 'perspectives-ep-4-reflection-on-bola-ahmed-tinubus-chatham-house-interview', '', '', '2022-12-09 22:24:02', '2022-12-10 03:24:02', '', 5200, 'https://www.iamctv.com/wp-content/uploads/2022/12/Perspectives-Ep.-4-Reflection-on-Bola-Ahmed-Tinubus-Chatham-House-Interview.mp3', 0, 'attachment', 'audio/mpeg', 0),
(5204, 1, '2022-12-09 22:23:53', '2022-12-10 03:23:53', '', '', '', 'inherit', '', 'closed', '', '5204', '', '', '2022-12-09 22:23:53', '2022-12-10 03:23:53', '', 0, 'https://www.iamctv.com/5204/', 0, 'attachment', 'image/jpeg', 0),
(5206, 1, '2022-12-09 22:30:04', '2022-12-10 03:30:04', '<!-- wp:paragraph -->\n<p>Perspectives on IAMC TV Podcast is an analytical show hosted by PrymEvyl, analyzing events from the world over. This episode analyzes and reflects on Bola Ahmed Tinubu\'s Chatham House Interview,  Britney Griner Released by Russia In Prisoner Swap, Ukraine President Zelensky named 2022 Time Person of the Year, and Nigerian musician DBanj, arrested by ICPC for fraud.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/M5F2nTk1uMc\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>\n<!-- /wp:html -->', '[Video] Perspectives Ep. 4-Reflection on Bola Ahmed Tinubu\'s Chatham House Interview', '', 'inherit', 'closed', 'closed', '', '5205-revision-v1', '', '', '2022-12-09 22:30:04', '2022-12-10 03:30:04', '', 5205, 'https://www.iamctv.com/?p=5206', 0, 'revision', '', 0),
(5208, 1, '2023-01-01 17:25:56', '2023-01-01 22:25:56', '<!-- wp:paragraph -->\n<p>IAMC TV welcomes everyone to 2023!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is hard to believe that 2022 has passed, and we are now officially in the future. Whether you are excited or hesitant about what the new year has in store, there is no denying that 2023 is sure to be full of surprises. We will reflect on the past year and discuss what we can expect in the year ahead.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"left\",\"id\":5209,\"width\":387,\"height\":207,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image alignleft size-full is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2023/01/2023Welcome.jpg\" alt=\"\" class=\"wp-image-5209\" width=\"387\" height=\"207\"/><figcaption class=\"wp-element-caption\">Happy New Year</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As we welcome in 2023, it is natural to take a moment to reflect on the past. When we look back on the past year, it is clear that a lot has happened. From major world events to personal milestones, there is no shortage of things to look back on and consider.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One of the most notable events of the past year is the ongoing Russian-Ukraine War. This event continues to have a significant impact on the Ukrainian people and a negative effect on the world economy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Another important event that took place in 2022 was the FIFA World Cup. This event was notable for highlighting corruption, human rights abuse, and LGBTQ issues before the start of the tournament and instead of the game bringing the world together as is often the case, it became an event that further proved how polarized our world have become.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In addition to these major events, there have also been countless personal milestones and accomplishments and sorrows that have occurred over the past year. Here at IAMC TV Media, we are continuing our commitment to highlighting the truth and remain a voice for the downtrodden and the African continent.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As we look back on 2022, it is also worth considering how the world has changed over time. One thing that stands out to me is how crazier the world has become with unholy machinations all around us and exciting innovative technologies. It is amazing to think about how much things have changed in just a brief period, and it is exciting to consider what the future may bring.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Overall, 2022 has been full of difficulties, but there is no denying that it has been an eventful and memorable time. As we move into the new year, it is important to take a moment to reflect on what we have accomplished and consider how we can continue to grow and improve in the future.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While it is impossible to know exactly what will happen in the coming year, we hope for a better 2023.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Here at IAMC TV, we are looking forward to more podcast programming to educate our viewers and listeners with more historical and relevant shows and we promise a memorable experience.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In addition, it is also worth considering our own hopes for the future. IAMC TV hopes for a peaceful end to the Russian-Ukraine War. We believe that this would be a positive development for the Russian and Ukrainian people and would help to make the world a better place. Also, we hope for the win of the Nigeria presidential hopeful Peter Obi, to bring the true change and hope the Nigerian populace are seeking and clamoring for.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Overall, the future is always full of uncertainties, but that is part of what makes it so exciting. As we move into 2023, it is important to keep an open mind and be ready for whatever may come our way.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Also, it is important to remember to make the most of every day and to work towards our goals and aspirations, stand for the truth, and do the right things always. Whether you are hoping to make tremendous changes in your personal life or are focusing on professional growth, there are endless opportunities to make the coming year a memorable and rewarding one.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So, people, let us embrace the new year with open arms and a cheerful outlook. Here is to a bright and successful 2023 from the IAMC TV team!</p>\n<!-- /wp:paragraph -->', 'IAMC TV Welcomes You to 2023', '', 'publish', 'closed', 'open', '', 'iamc-tv-welcomes-you-to-2023', '', '', '2023-01-01 17:26:02', '2023-01-01 22:26:02', '', 0, 'https://www.iamctv.com/?p=5208', 0, 'post', '', 0),
(5209, 1, '2023-01-01 17:24:28', '2023-01-01 22:24:28', '', '2023Welcome', '', 'inherit', '', 'closed', '', '2023welcome', '', '', '2023-01-01 17:24:28', '2023-01-01 22:24:28', '', 5208, 'https://www.iamctv.com/wp-content/uploads/2023/01/2023Welcome.jpg', 0, 'attachment', 'image/jpeg', 0),
(5210, 1, '2023-01-01 17:25:56', '2023-01-01 22:25:56', '<!-- wp:paragraph -->\n<p>IAMC TV welcomes everyone to 2023!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It is hard to believe that 2022 has passed, and we are now officially in the future. Whether you are excited or hesitant about what the new year has in store, there is no denying that 2023 is sure to be full of surprises. We will reflect on the past year and discuss what we can expect in the year ahead.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"left\",\"id\":5209,\"width\":387,\"height\":207,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image alignleft size-full is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2023/01/2023Welcome.jpg\" alt=\"\" class=\"wp-image-5209\" width=\"387\" height=\"207\"/><figcaption class=\"wp-element-caption\">Happy New Year</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>As we welcome in 2023, it is natural to take a moment to reflect on the past. When we look back on the past year, it is clear that a lot has happened. From major world events to personal milestones, there is no shortage of things to look back on and consider.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One of the most notable events of the past year is the ongoing Russian-Ukraine War. This event continues to have a significant impact on the Ukrainian people and a negative effect on the world economy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Another important event that took place in 2022 was the FIFA World Cup. This event was notable for highlighting corruption, human rights abuse, and LGBTQ issues before the start of the tournament and instead of the game bringing the world together as is often the case, it became an event that further proved how polarized our world have become.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In addition to these major events, there have also been countless personal milestones and accomplishments and sorrows that have occurred over the past year. Here at IAMC TV Media, we are continuing our commitment to highlighting the truth and remain a voice for the downtrodden and the African continent.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As we look back on 2022, it is also worth considering how the world has changed over time. One thing that stands out to me is how crazier the world has become with unholy machinations all around us and exciting innovative technologies. It is amazing to think about how much things have changed in just a brief period, and it is exciting to consider what the future may bring.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Overall, 2022 has been full of difficulties, but there is no denying that it has been an eventful and memorable time. As we move into the new year, it is important to take a moment to reflect on what we have accomplished and consider how we can continue to grow and improve in the future.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While it is impossible to know exactly what will happen in the coming year, we hope for a better 2023.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Here at IAMC TV, we are looking forward to more podcast programming to educate our viewers and listeners with more historical and relevant shows and we promise a memorable experience.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In addition, it is also worth considering our own hopes for the future. IAMC TV hopes for a peaceful end to the Russian-Ukraine War. We believe that this would be a positive development for the Russian and Ukrainian people and would help to make the world a better place. Also, we hope for the win of the Nigeria presidential hopeful Peter Obi, to bring the true change and hope the Nigerian populace are seeking and clamoring for.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Overall, the future is always full of uncertainties, but that is part of what makes it so exciting. As we move into 2023, it is important to keep an open mind and be ready for whatever may come our way.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Also, it is important to remember to make the most of every day and to work towards our goals and aspirations, stand for the truth, and do the right things always. Whether you are hoping to make tremendous changes in your personal life or are focusing on professional growth, there are endless opportunities to make the coming year a memorable and rewarding one.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So, people, let us embrace the new year with open arms and a cheerful outlook. Here is to a bright and successful 2023 from the IAMC TV team!</p>\n<!-- /wp:paragraph -->', 'IAMC TV Welcomes You to 2023', '', 'inherit', 'closed', 'closed', '', '5208-revision-v1', '', '', '2023-01-01 17:25:56', '2023-01-01 22:25:56', '', 5208, 'https://www.iamctv.com/?p=5210', 0, 'revision', '', 0),
(4999, 1, '2021-06-07 15:16:06', '2021-06-07 19:16:06', '<!-- wp:paragraph -->\n<p>Yoruba nation agitation protest by Sunday \"Igboho\" Adeyemo and his supporters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=sRlJOGfW4Ro\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=sRlJOGfW4Ro\n</div></figure>\n<!-- /wp:embed -->', 'Igboho Storms Ado-Ekiti', '', 'publish', 'closed', 'open', '', 'igboho-storms-ado-ekiti', '', '', '2021-06-07 15:16:13', '2021-06-07 19:16:13', '', 0, 'https://www.iamctv.com/?p=4999', 0, 'post', '', 0),
(5000, 1, '2021-06-07 15:14:39', '2021-06-07 19:14:39', '', 'IGU1', '', 'inherit', '', 'closed', '', 'igu1', '', '', '2021-06-07 15:14:39', '2021-06-07 19:14:39', '', 4999, 'https://www.iamctv.com/wp-content/uploads/2021/06/IGU1.jpg', 0, 'attachment', 'image/jpeg', 0),
(5001, 1, '2021-06-07 15:14:43', '2021-06-07 19:14:43', '', 'IGU2', '', 'inherit', '', 'closed', '', 'igu2', '', '', '2021-06-07 15:14:43', '2021-06-07 19:14:43', '', 4999, 'https://www.iamctv.com/wp-content/uploads/2021/06/IGU2.jpg', 0, 'attachment', 'image/jpeg', 0),
(5002, 1, '2021-06-07 15:16:06', '2021-06-07 19:16:06', '<!-- wp:paragraph -->\n<p>Yoruba nation agitation protest by Sunday \"Igboho\" Adeyemo and his supporters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=sRlJOGfW4Ro\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=sRlJOGfW4Ro\n</div></figure>\n<!-- /wp:embed -->', 'Igboho Storms Ado-Ekiti', '', 'inherit', 'closed', 'closed', '', '4999-revision-v1', '', '', '2021-06-07 15:16:06', '2021-06-07 19:16:06', '', 4999, 'https://www.iamctv.com/?p=5002', 0, 'revision', '', 0),
(5003, 1, '2021-06-07 15:19:43', '2021-06-07 19:19:43', '<!-- wp:paragraph -->\n<p>Vicious attack on Igangan community by the Fulani Herdsmen.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=oGp8ARH7o2U\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=oGp8ARH7o2U\n</div></figure>\n<!-- /wp:embed -->', 'Fulani Herdsmen Attacks Igangan Community', '', 'publish', 'closed', 'open', '', 'fulani-herdsmen-attacks-igangan-community', '', '', '2021-06-07 15:19:49', '2021-06-07 19:19:49', '', 0, 'https://www.iamctv.com/?p=5003', 0, 'post', '', 0),
(5004, 1, '2021-06-07 15:19:10', '2021-06-07 19:19:10', '', 'IGU3', '', 'inherit', '', 'closed', '', 'igu3', '', '', '2021-06-07 15:19:10', '2021-06-07 19:19:10', '', 5003, 'https://www.iamctv.com/wp-content/uploads/2021/06/IGU3.jpg', 0, 'attachment', 'image/jpeg', 0),
(5005, 1, '2021-06-07 15:19:43', '2021-06-07 19:19:43', '<!-- wp:paragraph -->\n<p>Vicious attack on Igangan community by the Fulani Herdsmen.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=oGp8ARH7o2U\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=oGp8ARH7o2U\n</div></figure>\n<!-- /wp:embed -->', 'Fulani Herdsmen Attacks Igangan Community', '', 'inherit', 'closed', 'closed', '', '5003-revision-v1', '', '', '2021-06-07 15:19:43', '2021-06-07 19:19:43', '', 5003, 'https://www.iamctv.com/?p=5005', 0, 'revision', '', 0),
(5006, 1, '2021-06-07 15:22:45', '2021-06-07 19:22:45', '<!-- wp:paragraph -->\n<p>Hacker group Anonymous sends warning to Elon Musk.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=Eh2_qeIj3Ik\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=Eh2_qeIj3Ik\n</div></figure>\n<!-- /wp:embed -->', 'Anonymous Warns Elon Musk', '', 'publish', 'closed', 'open', '', 'anonymous-warns-elon-musk', '', '', '2021-06-07 15:22:51', '2021-06-07 19:22:51', '', 0, 'https://www.iamctv.com/?p=5006', 0, 'post', '', 0),
(5007, 1, '2021-06-07 15:22:25', '2021-06-07 19:22:25', '', 'IGU4', '', 'inherit', '', 'closed', '', 'igu4', '', '', '2021-06-07 15:22:25', '2021-06-07 19:22:25', '', 5006, 'https://www.iamctv.com/wp-content/uploads/2021/06/IGU4.jpg', 0, 'attachment', 'image/jpeg', 0),
(5008, 1, '2021-06-07 15:22:45', '2021-06-07 19:22:45', '<!-- wp:paragraph -->\n<p>Hacker group Anonymous sends warning to Elon Musk.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=Eh2_qeIj3Ik\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=Eh2_qeIj3Ik\n</div></figure>\n<!-- /wp:embed -->', 'Anonymous Warns Elon Musk', '', 'inherit', 'closed', 'closed', '', '5006-revision-v1', '', '', '2021-06-07 15:22:45', '2021-06-07 19:22:45', '', 5006, 'https://www.iamctv.com/?p=5008', 0, 'revision', '', 0),
(5009, 1, '2021-06-11 09:50:47', '2021-06-11 13:50:47', '<!-- wp:paragraph -->\n<p>A Chinese worker Attempts to impale a Sierra Leonean safety officer for doing his job.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=xo5oTwKrpIQ\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=xo5oTwKrpIQ\n</div></figure>\n<!-- /wp:embed -->', 'Chinese Worker Attempts to Impale Sierra Leonean Safety Officer', '', 'publish', 'closed', 'open', '', 'chinese-worker-attempts-to-impale-sierra-leonean-safety-officer', '', '', '2021-06-11 09:50:55', '2021-06-11 13:50:55', '', 0, 'https://www.iamctv.com/?p=5009', 0, 'post', '', 0),
(5010, 1, '2021-06-11 09:50:27', '2021-06-11 13:50:27', '', 'IGU5', '', 'inherit', '', 'closed', '', 'igu5', '', '', '2021-06-11 09:50:27', '2021-06-11 13:50:27', '', 5009, 'https://www.iamctv.com/wp-content/uploads/2021/06/IGU5.jpg', 0, 'attachment', 'image/jpeg', 0),
(5011, 1, '2021-06-11 09:50:47', '2021-06-11 13:50:47', '<!-- wp:paragraph -->\n<p>A Chinese worker Attempts to impale a Sierra Leonean safety officer for doing his job.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=xo5oTwKrpIQ\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=xo5oTwKrpIQ\n</div></figure>\n<!-- /wp:embed -->', 'Chinese Worker Attempts to Impale Sierra Leonean Safety Officer', '', 'inherit', 'closed', 'closed', '', '5009-revision-v1', '', '', '2021-06-11 09:50:47', '2021-06-11 13:50:47', '', 5009, 'https://www.iamctv.com/?p=5011', 0, 'revision', '', 0),
(5012, 1, '2021-06-11 09:53:43', '2021-06-11 13:53:43', '<!-- wp:paragraph -->\n<p>Rwanda President Paul Kagame derides some African Leaders in their lack of sincerity towards the development of their citizens.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=m_rp5P_FMoM\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=m_rp5P_FMoM\n</div></figure>\n<!-- /wp:embed -->', 'Rwanda President Paul Kagame Derides Some African Leaders', '', 'publish', 'closed', 'open', '', 'rwanda-president-paul-kagame-derides-some-african-leaders', '', '', '2021-06-11 09:53:52', '2021-06-11 13:53:52', '', 0, 'https://www.iamctv.com/?p=5012', 0, 'post', '', 0),
(5013, 1, '2021-06-11 09:53:28', '2021-06-11 13:53:28', '', 'IGU6', '', 'inherit', '', 'closed', '', 'igu6', '', '', '2021-06-11 09:53:28', '2021-06-11 13:53:28', '', 5012, 'https://www.iamctv.com/wp-content/uploads/2021/06/IGU6.jpg', 0, 'attachment', 'image/jpeg', 0),
(5014, 1, '2021-06-11 09:53:43', '2021-06-11 13:53:43', '<!-- wp:paragraph -->\n<p>Rwanda President Paul Kagame derides some African Leaders in their lack of sincerity towards the development of their citizens.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=m_rp5P_FMoM\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=m_rp5P_FMoM\n</div></figure>\n<!-- /wp:embed -->', 'Rwanda President Paul Kagame Derides Some African Leaders', '', 'inherit', 'closed', 'closed', '', '5012-revision-v1', '', '', '2021-06-11 09:53:43', '2021-06-11 13:53:43', '', 5012, 'https://www.iamctv.com/?p=5014', 0, 'revision', '', 0),
(5030, 0, '2021-08-05 12:51:13', '2021-08-05 12:51:13', '<p>On this episode, PrymEvyl and Alan Bogey discusses the terrorism charges against Tanzania opposition leader Freeman Mbowe, the death of the attempted assailant of Malian President Goita, Abba Kyari defends himself before Nigeria Police panel, an Oyo High Court stopping the Nigerian DSS and the Nigerian Attorney General from arresting and harassing Sunday Igboho and other breaking news.</p>\n', 'IAMC TV Street Chat-S3 Episode 8', 'On this episode, PrymEvyl and Alan Bogey discusses the terrorism charges against Tanzania opposition leader Freeman Mbowe, the death of the attempted assailant of Malian President Goita, Abba Kyari defends himself before Nigeria Police panel, an Oyo High Court stopping the Nigerian DSS and the Nigerian Attorney General from arresting and harassing Sunday Igboho and other breaking news.', 'publish', 'closed', 'closed', '', 'iamc-tv-street-chat-s3-episode-8', '', '', '2021-08-05 12:51:13', '2021-08-05 12:51:13', '', 0, '', 0, 'wprss_feed_item', '', 0),
(4995, 1, '2021-03-12 20:13:22', '2021-03-13 01:13:22', '<!-- wp:image {\"align\":\"right\",\"id\":512,\"width\":281,\"height\":281,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignright size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2020/10/IAMCTVSChatPodcastFImage.png\" alt=\"\" class=\"wp-image-512\" width=\"281\" height=\"281\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>On this episode, PrymEvyl and Alan Bogey reflects on the just passed COVID-19 relief bill by President Biden, kidnapping in Kaduna, unaccounted money for weapons in the Nigeria Army, the ongoing constitution review and other pertinent issues.</p>\n<!-- /wp:paragraph -->', 'IAMC TV Street Chat-S3 Episode 6', '', 'publish', 'closed', 'closed', '', 'iamc-tv-street-chat-s3-episode-6', '', '', '2021-03-12 20:13:28', '2021-03-13 01:13:28', '', 0, 'https://www.iamctv.com/?post_type=podcast&#038;p=4995', 0, 'podcast', '', 0),
(4989, 1, '2021-03-01 10:03:59', '2021-03-01 15:03:59', '<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=x5v5BPGeqjk\\u0026list=PLhA33Qlq7dPRPJWLdlttWZ3nuHQYTezCe\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=x5v5BPGeqjk&amp;list=PLhA33Qlq7dPRPJWLdlttWZ3nuHQYTezCe\n</div></figure>\n<!-- /wp:embed -->', 'Blazin\' 30 Music Video Countdown-March 2021', '', 'publish', 'closed', 'open', '', 'blazin-30-music-video-countdown-march-2021', '', '', '2021-03-01 10:04:05', '2021-03-01 15:04:05', '', 0, 'https://www.iamctv.com/?p=4989', 0, 'post', '', 0),
(4990, 1, '2021-03-01 10:03:59', '2021-03-01 15:03:59', '<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=x5v5BPGeqjk\\u0026list=PLhA33Qlq7dPRPJWLdlttWZ3nuHQYTezCe\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=x5v5BPGeqjk&amp;list=PLhA33Qlq7dPRPJWLdlttWZ3nuHQYTezCe\n</div></figure>\n<!-- /wp:embed -->', 'Blazin\' 30 Music Video Countdown-March 2021', '', 'inherit', 'closed', 'closed', '', '4989-revision-v1', '', '', '2021-03-01 10:03:59', '2021-03-01 15:03:59', '', 4989, 'https://www.iamctv.com/4989-revision-v1/', 0, 'revision', '', 0),
(4991, 1, '2021-03-07 10:24:22', '2021-03-07 15:24:22', '<!-- wp:image {\"align\":\"left\",\"id\":512,\"width\":294,\"height\":294,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignleft size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2020/10/IAMCTVSChatPodcastFImage.png\" alt=\"\" class=\"wp-image-512\" width=\"294\" height=\"294\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>PrymEvyl and Alan Bogey returns with commentary on the newly passed COVID-19 Plan, Kidnapping at the Kaduna Airport staff quarters, President Buhari’s silence to the national issues, reconciliation of Governor Obaseki and Comrade Adams Oshiomhole and other important news.</p>\n<!-- /wp:paragraph -->', 'IAMC TV Street Chat-S3 Episode 5', '', 'publish', 'closed', 'closed', '', 'iamc-tv-street-chat-s3-episode-5', '', '', '2021-03-07 10:24:25', '2021-03-07 15:24:25', '', 0, 'https://www.iamctv.com/?post_type=podcast&#038;p=4991', 0, 'podcast', '', 0),
(4992, 1, '2021-03-07 10:23:04', '2021-03-07 15:23:04', '\"IAMC TV Street Chat\" from S3 Episode 5 by IAMC TV Podcast.', 'IAMC TV Street Chat', '', 'inherit', 'closed', 'closed', '', 'iamc-tv-street-chat-14', '', '', '2021-03-07 10:23:13', '2021-03-07 15:23:13', '', 4991, 'https://www.iamctv.com/wp-content/uploads/2021/03/IAMCTVSCS3E5.mp3', 0, 'attachment', 'audio/mpeg', 0),
(4993, 0, '2021-03-07 15:17:14', '2021-03-07 15:17:14', '<p>PrymEvyl and Alan Bogey returns with commentary on the newly passed COVID-19 Plan, Kidnapping at the Kaduna Airport staff quarters, President Buhari’s silence to the national issues, reconciliation of Governor Obaseki and Comrade Adams Oshiomhole and other important news.</p>\n', 'IAMC TV Street Chat-S3 Episode 5', 'PrymEvyl and Alan Bogey returns with commentary on the newly passed COVID-19 Plan, Kidnapping at the Kaduna Airport staff quarters, President Buhari’s silence to the national issues, reconciliation of Governor Obaseki and Comrade Adams Oshiomhole and other important news.', 'publish', 'closed', 'closed', '', 'iamc-tv-street-chat-s3-episode-5', '', '', '2021-03-07 15:17:14', '2021-03-07 15:17:14', '', 0, 'https://www.iamctv.com/?post_type=wprss_feed_item&p=4993', 0, 'wprss_feed_item', '', 0),
(4996, 1, '2021-03-12 20:11:35', '2021-03-13 01:11:35', '\"IAMC TV Street Chat\" from S3 Episode 6 by IAMC TV Podcast.', 'IAMC TV Street Chat', '', 'inherit', 'closed', 'closed', '', 'iamc-tv-street-chat-15', '', '', '2021-03-12 20:11:51', '2021-03-13 01:11:51', '', 4995, 'https://www.iamctv.com/wp-content/uploads/2021/03/IAMCTVSCS3E6.mp3', 0, 'attachment', 'audio/mpeg', 0),
(4997, 0, '2021-03-13 01:06:57', '2021-03-13 01:06:57', '<p>On this episode, PrymEvyl and Alan Bogey reflects on the just passed COVID-19 relief bill by President Biden, kidnapping in Kaduna, unaccounted money for weapons in the Nigeria Army, the ongoing constitution review and other pertinent issues.</p>\n', 'IAMC TV Street Chat-S3 Episode 6', 'On this episode, PrymEvyl and Alan Bogey reflects on the just passed COVID-19 relief bill by President Biden, kidnapping in Kaduna, unaccounted money for weapons in the Nigeria Army, the ongoing constitution review and other pertinent issues.', 'publish', 'closed', 'closed', '', 'iamc-tv-street-chat-s3-episode-6', '', '', '2021-03-13 01:06:57', '2021-03-13 01:06:57', '', 0, 'https://www.iamctv.com/?post_type=wprss_feed_item&p=4997', 0, 'wprss_feed_item', '', 0),
(4962, 1, '2021-01-26 15:45:33', '2021-01-26 20:45:33', '<!-- wp:paragraph -->\n<p>On January 25, 2021, the Nigerian Military descended on Orlu in Imo State and engaged in a gun battle during their search for members of the Indigenous People of Biafra (IPOB).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=3FjDg8UHur0\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"align\":\"right\",\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed alignright is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=3FjDg8UHur0\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Information from witnesses confirmed that the trouble ensued after soldiers assaulted a group of young men who were having drinks in a neighborhood bar in the local government.&nbsp; The men fought back and injured a uniformed officer who retreated and returned with his friends in combat gear to lay waste to the community.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Governor of the state, Mr. Hope Uzodinma blamed militants for the chaos and has declared a dusk to dawn curfew.</p>\n<!-- /wp:paragraph -->', 'Fighting in Orlu, Nigeria', '', 'publish', 'closed', 'open', '', 'fighting-in-orlu-nigeria', '', '', '2021-06-07 15:43:49', '2021-06-07 19:43:49', '', 0, 'https://www.iamctv.com/?p=4962', 0, 'post', '', 0),
(4963, 1, '2021-01-26 15:40:39', '2021-01-26 20:40:39', '<iframe title=\"Fighting in Orlu, Nigeria\" width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/3FjDg8UHur0?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', '', '', 'publish', 'closed', 'closed', '', '673bbea8b4f7f0a1d81119cabbdd89a9', '', '', '2021-01-26 15:40:39', '2021-01-26 20:40:39', '', 0, 'https://www.iamctv.com/673bbea8b4f7f0a1d81119cabbdd89a9/', 0, 'oembed_cache', '', 0),
(4964, 1, '2021-01-26 15:45:07', '2021-01-26 20:45:07', '', 'IGUBanner', '', 'inherit', '', 'closed', '', 'igubanner', '', '', '2021-01-26 15:45:07', '2021-01-26 20:45:07', '', 4962, 'https://www.iamctv.com/wp-content/uploads/2021/01/IGUBanner.jpg', 0, 'attachment', 'image/jpeg', 0),
(4965, 1, '2021-01-26 15:45:33', '2021-01-26 20:45:33', '<!-- wp:paragraph -->\n<p>On January 25, 2021, the Nigerian Military descended on Orlu in Imo State and engaged in a gun battle during their search for members of the Indigenous People of Biafra (IPOB).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=3FjDg8UHur0\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"align\":\"right\",\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed alignright is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=3FjDg8UHur0\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Information from witnesses confirmed that the trouble ensued after soldiers assaulted a group of young men who were having drinks in a neighborhood bar in the local government.&nbsp; The men fought back and injured a uniformed officer who retreated and returned with his friends in combat gear to lay waste to the community.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Governor of the state, Mr. Hope Uzodinma blamed militants for the chaos and has declared a dusk to dawn curfew.</p>\n<!-- /wp:paragraph -->', 'Fighting in Orlu, Nigeria', '', 'inherit', 'closed', 'closed', '', '4962-revision-v1', '', '', '2021-01-26 15:45:33', '2021-01-26 20:45:33', '', 4962, 'https://www.iamctv.com/4962-revision-v1/', 0, 'revision', '', 0),
(4966, 1, '2021-01-26 17:35:38', '2021-01-26 22:35:38', '<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=mCx9sgGqefU\\u0026list=PLhA33Qlq7dPS3qluvAHW7Gdj0y3YJ_k7E\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"align\":\"center\",\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed aligncenter is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=mCx9sgGqefU&amp;list=PLhA33Qlq7dPS3qluvAHW7Gdj0y3YJ_k7E\n</div></figure>\n<!-- /wp:embed -->', 'Blazin\' 30 Music Video Countdown-February 2021', '', 'publish', 'closed', 'open', '', 'blazin-30-music-video-countdown-february-2021', '', '', '2021-01-26 17:35:44', '2021-01-26 22:35:44', '', 0, 'https://www.iamctv.com/?p=4966', 0, 'post', '', 0),
(4967, 1, '2021-01-26 17:34:35', '2021-01-26 22:34:35', '<iframe title=\"Nas - &quot;27 Summers&quot; (Official Video)\" width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/mCx9sgGqefU?list=PLhA33Qlq7dPS3qluvAHW7Gdj0y3YJ_k7E\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', '', '', 'publish', 'closed', 'closed', '', '3731bcf8bb180cccfdf76e88662e3f25', '', '', '2021-01-26 17:34:35', '2021-01-26 22:34:35', '', 0, 'https://www.iamctv.com/3731bcf8bb180cccfdf76e88662e3f25/', 0, 'oembed_cache', '', 0),
(4968, 1, '2021-01-26 17:35:38', '2021-01-26 22:35:38', '<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=mCx9sgGqefU\\u0026list=PLhA33Qlq7dPS3qluvAHW7Gdj0y3YJ_k7E\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"align\":\"center\",\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed aligncenter is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=mCx9sgGqefU&amp;list=PLhA33Qlq7dPS3qluvAHW7Gdj0y3YJ_k7E\n</div></figure>\n<!-- /wp:embed -->', 'Blazin\' 30 Music Video Countdown-February 2021', '', 'inherit', 'closed', 'closed', '', '4966-revision-v1', '', '', '2021-01-26 17:35:38', '2021-01-26 22:35:38', '', 4966, 'https://www.iamctv.com/4966-revision-v1/', 0, 'revision', '', 0),
(4970, 1, '2021-02-01 13:20:00', '2021-02-01 18:20:00', '', 'PrinceAbuda', '', 'inherit', '', 'closed', '', 'princeabuda', '', '', '2021-02-01 13:20:00', '2021-02-01 18:20:00', '', 4969, 'https://www.iamctv.com/wp-content/uploads/2021/02/PrinceAbuda.jpg', 0, 'attachment', 'image/jpeg', 0),
(4971, 1, '2021-02-01 13:22:00', '2021-02-01 18:22:00', '<!-- wp:paragraph -->\n<p>A notable Nigeria US based businessman Prince Dennis Abuda has been kidnapped along the Benin Auchi Road in Edo State, Nigeria.&nbsp; Prince Abuda who was on a holiday vacation in his country home of Fugar was travelling to Benin City to board his flight back to Atlanta on January 30, 2021.&nbsp; He was kidnapped alongside Chief David Oghieakhe, Mr. Richard Bologi, and Mrs. Comfort.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"left\",\"id\":4970,\"width\":254,\"height\":303,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignleft size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2021/02/PrinceAbuda.jpg\" alt=\"\" class=\"wp-image-4970\" width=\"254\" height=\"303\"/><figcaption>Prince Dennis Abuda</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>According to security reports, the individuals left Fugar in the northern part of Edo State in a Toyota Sienna minivan heading towards Benin city.&nbsp; Reports are still sketchy, but we can confirm that a ten-million-naira (N10m) ransom has been demanded by the kidnappers for the release of Prince Abuda.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Security agencies and personnel have been alerted and all efforts are currently underway to secure the release of all the victims that were kidnapped.&nbsp; Please stay tuned as this story develops.</p>\n<!-- /wp:paragraph -->', 'US Based Nigeria Businessman Reported Kidnapped', '', 'inherit', 'closed', 'closed', '', '4969-revision-v1', '', '', '2021-02-01 13:22:00', '2021-02-01 18:22:00', '', 4969, 'https://www.iamctv.com/4969-revision-v1/', 0, 'revision', '', 0),
(4974, 1, '2021-02-01 13:27:16', '2021-02-01 18:27:16', '<!-- wp:paragraph -->\n<p>A notable Nigerian US based businessman Prince Dennis Abuda has been kidnapped along the Benin Auchi Road in Edo State, Nigeria.  Prince Abuda who was on a holiday vacation in his country home of Fugar was travelling to Benin City to board his flight back to Atlanta on January 30, 2021.  He was kidnapped alongside Chief David Oghieakhe, Mr. Richard Bologi, and Mrs. Comfort.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"left\",\"id\":4970,\"width\":254,\"height\":303,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignleft size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2021/02/PrinceAbuda.jpg\" alt=\"\" class=\"wp-image-4970\" width=\"254\" height=\"303\"/><figcaption>Prince Dennis Abuda</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>According to security reports, the individuals left Fugar in the northern part of Edo State in a Toyota Sienna minivan heading towards Benin city.&nbsp; Reports are still sketchy, but we can confirm that a ten-million-naira (N10m) ransom has been demanded by the kidnappers for the release of Prince Abuda.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Security agencies and personnel have been alerted and all efforts are currently underway to secure the release of all the victims that were kidnapped.&nbsp; Please stay tuned as this story develops.</p>\n<!-- /wp:paragraph -->', 'US Based Nigerian Businessman Reported Kidnapped', '', 'inherit', 'closed', 'closed', '', '4969-revision-v1', '', '', '2021-02-01 13:27:16', '2021-02-01 18:27:16', '', 4969, 'https://www.iamctv.com/4969-revision-v1/', 0, 'revision', '', 0),
(4973, 1, '2021-02-01 13:26:46', '2021-02-01 18:26:46', '<!-- wp:paragraph -->\n<p>A notable Nigeria US based businessman Prince Dennis Abuda has been kidnapped along the Benin Auchi Road in Edo State, Nigeria.&nbsp; Prince Abuda who was on a holiday vacation in his country home of Fugar was travelling to Benin City to board his flight back to Atlanta on January 30, 2021.&nbsp; He was kidnapped alongside Chief David Oghieakhe, Mr. Richard Bologi, and Mrs. Comfort.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"left\",\"id\":4970,\"width\":254,\"height\":303,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignleft size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2021/02/PrinceAbuda.jpg\" alt=\"\" class=\"wp-image-4970\" width=\"254\" height=\"303\"/><figcaption>Prince Dennis Abuda</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>According to security reports, the individuals left Fugar in the northern part of Edo State in a Toyota Sienna minivan heading towards Benin city.&nbsp; Reports are still sketchy, but we can confirm that a ten-million-naira (N10m) ransom has been demanded by the kidnappers for the release of Prince Abuda.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Security agencies and personnel have been alerted and all efforts are currently underway to secure the release of all the victims that were kidnapped.&nbsp; Please stay tuned as this story develops.</p>\n<!-- /wp:paragraph -->', 'US Based Nigerian Businessman Reported Kidnapped', '', 'inherit', 'closed', 'closed', '', '4969-revision-v1', '', '', '2021-02-01 13:26:46', '2021-02-01 18:26:46', '', 4969, 'https://www.iamctv.com/4969-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `iamc_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
(4975, 1, '2021-02-01 13:27:31', '2021-02-01 18:27:31', '<!-- wp:paragraph -->\n<p>A notable Nigerian US based businessman, Prince Dennis Abuda has been kidnapped along the Benin Auchi Road in Edo State, Nigeria.  Prince Abuda who was on a holiday vacation in his country home of Fugar was travelling to Benin City to board his flight back to Atlanta on January 30, 2021.  He was kidnapped alongside Chief David Oghieakhe, Mr. Richard Bologi, and Mrs. Comfort.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"left\",\"id\":4970,\"width\":254,\"height\":303,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignleft size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2021/02/PrinceAbuda.jpg\" alt=\"\" class=\"wp-image-4970\" width=\"254\" height=\"303\"/><figcaption>Prince Dennis Abuda</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>According to security reports, the individuals left Fugar in the northern part of Edo State in a Toyota Sienna minivan heading towards Benin city.&nbsp; Reports are still sketchy, but we can confirm that a ten-million-naira (N10m) ransom has been demanded by the kidnappers for the release of Prince Abuda.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Security agencies and personnel have been alerted and all efforts are currently underway to secure the release of all the victims that were kidnapped.&nbsp; Please stay tuned as this story develops.</p>\n<!-- /wp:paragraph -->', 'US Based Nigerian Businessman Reported Kidnapped', '', 'inherit', 'closed', 'closed', '', '4969-revision-v1', '', '', '2021-02-01 13:27:31', '2021-02-01 18:27:31', '', 4969, 'https://www.iamctv.com/4969-revision-v1/', 0, 'revision', '', 0),
(4976, 1, '2021-02-01 13:34:54', '2021-02-01 18:34:54', '<!-- wp:paragraph -->\n<p>A notable Nigerian US based businessman, Prince Dennis Abuda has been kidnapped along the Benin Auchi Road in Edo State, Nigeria.&nbsp; Prince Abuda who was on a holiday vacation in his country home of Fugar was travelling to Benin City to board his flight back to Atlanta on January 30, 2021.&nbsp; He was kidnapped alongside Chief David Oghieakhe, Mr. Richard Bologi, and Mrs. Comfort.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"left\",\"id\":4970,\"width\":254,\"height\":303,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignleft size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2021/02/PrinceAbuda.jpg\" alt=\"\" class=\"wp-image-4970\" width=\"254\" height=\"303\"/><figcaption>Prince Dennis Abuda</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>According to security reports, the individuals left Fugar in the northern part of Edo State in a Toyota Sienna minivan heading towards Benin city.&nbsp; Reports are still sketchy, but we can confirm that a ten-million-naira (N10m) ransom has been demanded by the kidnappers for the release of Prince Abuda.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Security agencies and personnel have been alerted and all efforts are currently underway to secure the release of all the victims that were kidnapped.&nbsp; Please stay tuned as this story develops.</p>\n<!-- /wp:paragraph -->', 'US Based Nigerian Businessman Reported Kidnapped', '', 'inherit', 'closed', 'closed', '', '4969-revision-v1', '', '', '2021-02-01 13:34:54', '2021-02-01 18:34:54', '', 4969, 'https://www.iamctv.com/4969-revision-v1/', 0, 'revision', '', 0),
(4977, 1, '2021-02-01 14:02:40', '2021-02-01 19:02:40', '<!-- wp:paragraph -->\n<p>A notable Nigerian US based businessman, Prince Dennis Abuda has been kidnapped along the Benin Auchi Road in Edo State, Nigeria.&nbsp; Prince Abuda who was on a holiday vacation in his country home of Fugar was travelling to Benin City to board his flight back to Atlanta on January 30, 2021.&nbsp; He was kidnapped alongside Chief David Oghieakhe, Mr. Richard Bologi, and Mrs. Comfort.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"left\",\"id\":4970,\"width\":254,\"height\":303,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignleft size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2021/02/PrinceAbuda.jpg\" alt=\"\" class=\"wp-image-4970\" width=\"254\" height=\"303\"/><figcaption>Prince Dennis Abuda</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>According to security reports, the individuals left Fugar in the northern part of Edo State in a Toyota Sienna minivan heading towards Benin city when they were apprehended by gunmen.  Reports are still sketchy, but we can confirm that a ten-million-naira (N10m) ransom has been demanded by the kidnappers for the release of Prince Abuda.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Security agencies and personnel have been alerted and all efforts are currently underway to secure the release of all the victims that were kidnapped.&nbsp; Please stay tuned as this story develops.</p>\n<!-- /wp:paragraph -->', 'US Based Nigerian Businessman Reported Kidnapped', '', 'inherit', 'closed', 'closed', '', '4969-revision-v1', '', '', '2021-02-01 14:02:40', '2021-02-01 19:02:40', '', 4969, 'https://www.iamctv.com/4969-revision-v1/', 0, 'revision', '', 0),
(4978, 1, '2021-02-01 14:19:39', '2021-02-01 19:19:39', '<!-- wp:image {\"align\":\"right\",\"id\":4979,\"width\":386,\"height\":244,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignright size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2021/02/Tony-Momoh-1024x649.jpg\" alt=\"\" class=\"wp-image-4979\" width=\"386\" height=\"244\"/><figcaption>Prince Tony Momoh</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Prince Tony Momoh a former Nigeria Information Minister during the General Babangida military regime, has passed away.  Prince Momoh who hails from Auchi, Edo State was a journalist before becoming the Nigeria Information Minister from 1986 to 1990 and later a politician in the consequent years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Until his demise, Prince Momoh was the chairman of the Congress for Progressive Change (CPC), and he passed away on February 1, 2021 at the age of 81 years old.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Photo Credit: <a href=\"https://www.vanguardngr.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Vanguard</a></p>\n<!-- /wp:paragraph -->', 'Prince Tony Momoh Passes Away', '', 'publish', 'closed', 'open', '', 'prince-tony-momoh-passes-away', '', '', '2021-02-01 14:22:15', '2021-02-01 19:22:15', '', 0, 'https://www.iamctv.com/?p=4978', 0, 'post', '', 0),
(4979, 1, '2021-02-01 14:17:39', '2021-02-01 19:17:39', '', 'Tony-Momoh', '', 'inherit', '', 'closed', '', 'tony-momoh', '', '', '2021-02-01 14:17:39', '2021-02-01 19:17:39', '', 4978, 'https://www.iamctv.com/wp-content/uploads/2021/02/Tony-Momoh.jpg', 0, 'attachment', 'image/jpeg', 0),
(4980, 1, '2021-02-01 14:19:39', '2021-02-01 19:19:39', '<!-- wp:image {\"align\":\"right\",\"id\":4979,\"width\":386,\"height\":244,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignright size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2021/02/Tony-Momoh-1024x649.jpg\" alt=\"\" class=\"wp-image-4979\" width=\"386\" height=\"244\"/><figcaption>Prince Tony Momoh</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Prince Tony Momoh a former Nigeria Information Minister during the General Babangida military regime, has passed away.&nbsp; Prince Momoh who hails from Auchi, Edo State was a journalist before becoming the Nigeria Information Minister from 1986 to 1990 and later a politician in the preceding years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Until his demise, Prince Momoh was the chairman of the Congress for Progressive Change (CPC), and he passed away on February 1, 2021 at the age of 81 years old.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Photo Credit: <a href=\"https://www.vanguardngr.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Vanguard</a></p>\n<!-- /wp:paragraph -->', 'Prince Tony Momoh Passes Away', '', 'inherit', 'closed', 'closed', '', '4978-revision-v1', '', '', '2021-02-01 14:19:39', '2021-02-01 19:19:39', '', 4978, 'https://www.iamctv.com/4978-revision-v1/', 0, 'revision', '', 0),
(4981, 1, '2021-02-01 14:22:11', '2021-02-01 19:22:11', '<!-- wp:image {\"align\":\"right\",\"id\":4979,\"width\":386,\"height\":244,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignright size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2021/02/Tony-Momoh-1024x649.jpg\" alt=\"\" class=\"wp-image-4979\" width=\"386\" height=\"244\"/><figcaption>Prince Tony Momoh</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Prince Tony Momoh a former Nigeria Information Minister during the General Babangida military regime, has passed away.  Prince Momoh who hails from Auchi, Edo State was a journalist before becoming the Nigeria Information Minister from 1986 to 1990 and later a politician in the consequent years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Until his demise, Prince Momoh was the chairman of the Congress for Progressive Change (CPC), and he passed away on February 1, 2021 at the age of 81 years old.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Photo Credit: <a href=\"https://www.vanguardngr.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Vanguard</a></p>\n<!-- /wp:paragraph -->', 'Prince Tony Momoh Passes Away', '', 'inherit', 'closed', 'closed', '', '4978-revision-v1', '', '', '2021-02-01 14:22:11', '2021-02-01 19:22:11', '', 4978, 'https://www.iamctv.com/4978-revision-v1/', 0, 'revision', '', 0),
(4984, 1, '2021-02-05 12:31:06', '2021-02-05 17:31:06', '<!-- wp:image {\"align\":\"left\",\"id\":512,\"width\":252,\"height\":252,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignleft size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2020/10/IAMCTVSChatPodcastFImage.png\" alt=\"\" class=\"wp-image-512\" width=\"252\" height=\"252\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>On this show, PrymEvyl and Alan Bogey pay tributes to the late Prince Dennis Abuda who was gunned downed by Fulani Herdsmen and other commentary on the \"war\" going on in Nigeria.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>RIP Prince Dennis Abuda&#x1f62d;&#x1f62d;&#x1f62d;</p>\n<!-- /wp:paragraph -->', 'IAMC TV Street Chat-S3 Episode 4', '', 'publish', 'closed', 'closed', '', 'iamc-tv-street-chat-s3-episode-4', '', '', '2021-02-05 12:31:10', '2021-02-05 17:31:10', '', 0, 'https://www.iamctv.com/?post_type=podcast&#038;p=4984', 0, 'podcast', '', 0),
(4985, 1, '2021-02-05 12:26:49', '2021-02-05 17:26:49', '\"IAMC TV Street Chat\" from S3 Episode 4 by IAMC TV Podcast. Released: 2021.', 'IAMC TV Street Chat', '', 'inherit', 'closed', 'closed', '', 'iamc-tv-street-chat-13', '', '', '2021-02-05 12:28:40', '2021-02-05 17:28:40', '', 4984, 'https://www.iamctv.com/wp-content/uploads/2021/02/IAMCTVSCS3E4.mp3', 0, 'attachment', 'audio/mpeg', 0),
(4986, 0, '2021-02-05 17:35:49', '2021-02-05 17:35:49', '<p>On this show, PrymEvyl and Alan Bogey pay tributes to the late Prince Dennis Abuda who was gunned downed by Fulani Herdsmen and other commentary on the “war” going on in Nigeria.</p>\n<p>RIP Prince Dennis Abuda &#x1f62d;&#x1f62d;&#x1f62d;</p>\n', 'IAMC TV Street Chat-S3 Episode 4', 'On this show, PrymEvyl and Alan Bogey pay tributes to the late Prince Dennis Abuda who was gunned downed by Fulani Herdsmen and other commentary on the “war” going on in Nigeria.\nRIP Prince Dennis Abuda &#x1f62d;&#x1f62d;&#x1f62d;', 'publish', 'closed', 'closed', '', 'iamc-tv-street-chat-s3-episode-4', '', '', '2021-02-05 17:35:49', '2021-02-05 17:35:49', '', 0, 'https://www.iamctv.com/?post_type=wprss_feed_item&p=4986', 0, 'wprss_feed_item', '', 0),
(5050, 1, '2021-11-09 14:04:34', '2021-11-09 19:04:34', '<!-- wp:paragraph -->\n<p>While I thankfully haven\'t lost any close friends or relatives to suicide, I sadly have come across cases (successful and near-successful) in my practice.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What I find striking is the apparent usual aloofness when confronted with such cases as there seems to be a tendency to blame and/or berate people who attempt/succeed at taking their own lives, especially when we become aware of the reason(s) for the drastic actions with our ever sure conclusion that nothing is worth extinguishing one\'s life over.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>...An undeniable fact is that it is quite normal for anyone of us to feel blue/sad over a pretty broad range of issues life throws at us at different times in our lives. However, the key consideration here is on the \'duration\'. Yep, when these feelings appear persistent for whatever reason beyond what is deemed reasonable, then there is a real problem...\'CLINICAL DEPRESSION\'</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Clinical depression is a very real thing, a fact for which I make no apologies in admitting to experiencing at some point in my life. Not a mere fleeting episode of feeling under the weather, but a real and persisting plunge into the roiling waves of life\'s perceived and actual woes. It should never be swept under the rug, nor should an attempt at remediation be done simply by an admonishment to the sufferer to stiffen his back and take it like a man.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Truth is that it\'s quite difficult to understand the misery and isolation sufferers go through and the steady spiral that may culminate in actual suicide which is a very, very real possibility for any sufferer if not properly handled.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>My write up is actually targeted at the observer (parent, sibling, spouse, lover, friend, acquaintance, etc)... the person who is in a position to take note of certain key attributes that alert to the \'ticking time bomb\' (suicide) for the sufferer around him/her. Hence recognizing symptoms early on go a pretty long way in making helpful decisions and mitigating potentially catastrophic culminations.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Suicide is a possible end result of persisting clinical depression. It therefore helps to know what signs to look out for... These are: feeling sad, hopeless and empty OR losing interest in usually enjoyable activities... in addition to at least any four of these other symptoms: crying more often than usual for no apparent reason; being overly anxious; feeling moody, irritable or restless; too much or too little sleep; difficulty concentrating, forgetfulness and making decisions; persistently doubting oneself; thoughts of harming oneself (suicidal ideation), unexplained aches and pains, etc.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Clinical depression is a very real thing. It is serious! If not identified or taken seriously/controlled, it could progress and result in suicidal tendencies. Keep your eyes open and identify as well as you can where applicable.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sufferers benefit immensely from the services of a Psychiatrist. This doesn\'t in any way signify \'madness\' in the sufferer, but simply requiring the services of a doctor specialized in the care of the mind as we\'d generally have no qualms seeing an Ophthalmologist on issues relating to our eyes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Do a bit of research for more information.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>#BeInTheKnow<br>#clinicaldepression<br>#NoToSuicide</p>\n<!-- /wp:paragraph -->', 'Depression & Suicide', '', 'inherit', 'closed', 'closed', '', '5049-revision-v1', '', '', '2021-11-09 14:04:34', '2021-11-09 19:04:34', '', 5049, 'https://www.iamctv.com/?p=5050', 0, 'revision', '', 0),
(5051, 1, '2021-11-09 14:06:23', '2021-11-09 19:06:23', '', 'ISeeISaw', '', 'inherit', '', 'closed', '', 'iseeisaw', '', '', '2021-11-09 14:06:23', '2021-11-09 19:06:23', '', 0, 'https://www.iamctv.com/wp-content/uploads/2021/11/ISeeISaw.jpg', 0, 'attachment', 'image/jpeg', 0),
(5052, 2, '2021-11-09 14:13:33', '2021-11-09 19:13:33', '<!-- wp:paragraph -->\n<p>An all-too-familiar scenario... </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"left\",\"id\":5067,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignleft size-full\"><img src=\"https://www.iamctv.com/wp-content/uploads/2021/11/ISeeI1.jpg\" alt=\"\" class=\"wp-image-5067\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A fellow pops up with the eye(s) raging \'red\' or \'pink\' (depending on the observer) with a pretty add-on of notably swollen eye lids, and boom! We\'re averting our eyes, knowing full well that we\'d undoubtedly contract the infamous \'Apollo\' simply by looking at the unfortunate man\'s eyes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>That \'busy body\' neighbor even has the effrontery to challenge this age old phenomenon, and is forced to eat his words when Amina who listens to him and looks into the affected man\'s eyes to test the point, actually develops her own lovely pink eyes just 24 hours later .</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\'Apollo\' is a local name for the highly contagious condition known as a \'conjunctivitis\' caused by viruses or bacteria... and nope! It cannot be transferred simply by looking into an infected person\'s eyes. Conjunctivitis caused by allergies, foreign objects in the eyes or chemical irritants isn\'t contagious, and hence does not fall within the \'Apollo\' cadre.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Conjunctivitis simply refers to inflaming of the thin tissue that lines the inner surfaces of the eye lids and the whites of the eye balls. The redness/swelling simply comes from the inflammation in this tissue following a bacterial or viral infection. Other symptoms include increased discharge of tears, thick yellowish discharge from eyes that may crust and cause the eye lid to stick together especially after sleep, swollen eye lids, etc...sound familiar?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I\'ll repeat, \'Apollo\' isn\'t transmitted simply by looking into an infected person\'s eyes. It however remains a highly contagious infection which spreads quite easily and quickly through direct contact with an infected person (touching, shaking hands) or by touching surfaces/objects contaminated with the bacteria or virus (door knobs, towels, etc.). The victim unwittingly touches his/her eyes and there! \'Apollo\' happens!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Apollo may be treated using antibiotic eye drops/ointments when caused by bacteria, or would resolve on its own when caused by a virus (within 14 days). Question is, how to know which is which? Don\'t trouble your lovely selves, and simply see your healthcare provider for proper guidance, Apollo or not.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Spreading \'Apollo\' can be prevented through the following measures...avoid touching/rubbing infected eye(s), regular hand washing with soap and water, wash hands after applying eye drops or ointments to eyes, avoid sharing personal items like contact lenses and make up, avoid sharing towels/washcloths, etc.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Do a bit of research...know a bit more.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>#BeInTheKnow<br>#conjunctivitis<br>#healtheducation</p>\n<!-- /wp:paragraph -->', 'I See, I Saw: Mystery of the Red Eye', '', 'publish', 'closed', 'open', '', 'i-see-i-saw-mystery-of-the-red-eye', '', '', '2021-11-11 14:09:19', '2021-11-11 19:09:19', '', 0, 'https://www.iamctv.com/?p=5052', 0, 'post', '', 0),
(5053, 1, '2021-11-09 14:13:33', '2021-11-09 19:13:33', '<!-- wp:paragraph -->\n<p>An all-too-familiar scenario... </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A fellow pops up with the eye(s) raging \'red\' or \'pink\' (depending on the observer) with a pretty add-on of notably swollen eye lids, and boom! We\'re averting our eyes, knowing full well that we\'d undoubtedly contract the infamous \'Apollo\' simply by looking at the unfortunate man\'s eyes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>That \'busy body\' neighbor even has the effrontery to challenge this age old phenomenon, and is forced to eat his words when Amina who listens to him and looks into the affected man\'s eyes to test the point, actually develops her own lovely pink eyes just 24 hours later .</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\'Apollo\' is a local name for the highly contagious condition known as a \'conjunctivitis\' caused by viruses or bacteria... and nope! It cannot be transferred simply by looking into an infected person\'s eyes. Conjunctivitis caused by allergies, foreign objects in the eyes or chemical irritants isn\'t contagious, and hence does not fall within the \'Apollo\' cadre.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Conjunctivitis simply refers to inflaming of the thin tissue that lines the inner surfaces of the eye lids and the whites of the eye balls. The redness/swelling simply comes from the inflammation in this tissue following a bacterial or viral infection. Other symptoms include increased discharge of tears, thick yellowish discharge from eyes that may crust and cause the eye lid to stick together especially after sleep, swollen eye lids, etc...sound familiar?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I\'ll repeat, \'Apollo\' isn\'t transmitted simply by looking into an infected person\'s eyes. It however remains a highly contagious infection which spreads quite easily and quickly through direct contact with an infected person (touching, shaking hands) or by touching surfaces/objects contaminated with the bacteria or virus (door knobs, towels, etc.). The victim unwittingly touches his/her eyes and there! \'Apollo\' happens!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Apollo may be treated using antibiotic eye drops/ointments when caused by bacteria, or would resolve on its own when caused by a virus (within 14 days). Question is, how to know which is which? Don\'t trouble your lovely selves, and simply see your healthcare provider for proper guidance, Apollo or not.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Spreading \'Apollo\' can be prevented through the following measures...avoid touching/rubbing infected eye(s), regular hand washing with soap and water, wash hands after applying eye drops or ointments to eyes, avoid sharing personal items like contact lenses and make up, avoid sharing towels/washcloths, etc.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Do a bit of research...know a bit more.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>#BeInTheKnow<br>#conjunctivitis<br>#healtheducation</p>\n<!-- /wp:paragraph -->', 'I See, I Saw: Mystery of the Red Eye', '', 'inherit', 'closed', 'closed', '', '5052-revision-v1', '', '', '2021-11-09 14:13:33', '2021-11-09 19:13:33', '', 5052, 'https://www.iamctv.com/?p=5053', 0, 'revision', '', 0),
(5054, 1, '2021-11-10 11:43:14', '2021-11-10 16:43:14', '<!-- wp:paragraph -->\n<p>The celebration of a life well lived and USA service of songs for centenarian, Chief (Mrs) Adishetu Igietseme Ugbodaga on November 20, 2021 at Corpus Christi Catholic Church Stone Mountain, Georgia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/qDOq4bPoDqQ\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>\n<!-- /wp:html -->', 'Celebrating Chief (Mrs) Adishetu Igietseme Ugbodaga', '', 'publish', 'closed', 'open', '', 'celebrating-chief-mrs-adishetu-igietseme-ugbodaga', '', '', '2021-11-10 11:43:22', '2021-11-10 16:43:22', '', 0, 'https://www.iamctv.com/?p=5054', 0, 'post', '', 0),
(5055, 1, '2021-11-10 11:41:13', '2021-11-10 16:41:13', '', 'USASoS', '', 'inherit', '', 'closed', '', 'usasos', '', '', '2021-11-10 11:41:13', '2021-11-10 16:41:13', '', 5054, 'https://www.iamctv.com/wp-content/uploads/2021/11/USASoS.jpg', 0, 'attachment', 'image/jpeg', 0),
(5056, 1, '2021-11-10 11:41:49', '2021-11-10 16:41:49', '', 'USASoS', '', 'inherit', '', 'closed', '', 'usasos-2', '', '', '2021-11-10 11:41:49', '2021-11-10 16:41:49', '', 5054, 'https://www.iamctv.com/wp-content/uploads/2021/11/USASoS-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(5057, 1, '2021-11-10 11:43:14', '2021-11-10 16:43:14', '<!-- wp:paragraph -->\n<p>The celebration of a life well lived and USA service of songs for centenarian, Chief (Mrs) Adishetu Igietseme Ugbodaga on November 20, 2021 at Corpus Christi Catholic Church Stone Mountain, Georgia.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/qDOq4bPoDqQ\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>\n<!-- /wp:html -->', 'Celebrating Chief (Mrs) Adishetu Igietseme Ugbodaga', '', 'inherit', 'closed', 'closed', '', '5054-revision-v1', '', '', '2021-11-10 11:43:14', '2021-11-10 16:43:14', '', 5054, 'https://www.iamctv.com/?p=5057', 0, 'revision', '', 0),
(5058, 2, '2021-11-11 13:57:39', '2021-11-11 18:57:39', '<!-- wp:image {\"align\":\"right\",\"id\":5059,\"width\":315,\"height\":315,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignright size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2021/11/BabiesHole-1024x1024.jpg\" alt=\"\" class=\"wp-image-5059\" width=\"315\" height=\"315\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Babies, especially newborns, are the stuff of legend. They\'ve got not just a knack for rocking our \'collective ovaries\', but also instilling in us a deep seated sense of dread at the possibility of damaging so fragile and priceless the gifts that they are.<br><br>As with every legendary entity, there closely follows the inevitable twists and spins of folklore, real and imagined.<br><br>It\'s no wonder then some of the encounters I\'ve had in practice thus far, with special attention in this write up, on the newborn/infant.<br><br>Here\'s a fact... Every baby should be born with \'holes\' on his/her head. In fact, not having holes on the head of a newborn warrants no small amount of anxiety among Healthcare workers who know what they\'re doing in that delivery room.<br><br>These holes are called FONTANELLES, and are absolutely vital to the wellbeing of every newborn/infant. It\'s presence is utterly warranted, with very clear benefits to the baby.<br><br>I believe it\'d go a long way for everyone to understand three vital roles these fontanelles play...<br><br>First, these spaces which are a result of incomplete fusion of the bones of the baby\'s skull, gives the baby\'s heads some ability for adjustment during the difficult passage through the birth canal during delivery. Second, the allowance these holes create gives ample room for the growth of the baby\'s brain... Third, these holes also give pointers to certain issues the baby may be having. Bulging or depressed fontanelles are clear signs of trouble, and absolutely warrant hastened visits to your doctor.<br><br>Also very important is the alleged \'breathing\' of these \'holes on the head\' ... A very common complaint among mothers that often pushes them to making ill-advised decisions. Please, this (pulsation) is perfectly okay. The pulsations are simply transmitted \'vibrations\' from the baby\'s beating heart. If you were to check, you\'d notice the pulsations on the fontanelles are well synchronized with the baby\'s heartbeat.<br><br>Bottom line is... These holes are no anomaly, rather they are an essential ingredient of any baby\'s normal development. They would close up on their own, that at the back by the 2nd to 3rd month, and that in from between the 12th to 18th month after birth.<br><br>It is unacceptable to attempt to close these holes on your own/give nature a \'helping hand\' . DO NOT PRESS OR MASSAGE THE BABY\'S HEAD TO YOUR DESIRED SHAPE. DO NOT PLACE HERBAL PASTES OVER THE FONTANELLE. These measures are not only useless, but also carry the potential for serious damage/injury to the baby.<br><br>Do a bit more research... Know a bit more.<br><br>#beintheknow</p>\n<!-- /wp:paragraph -->', 'These Holes on my Baby\'s Head', '', 'publish', 'closed', 'open', '', 'these-holes-on-my-babys-head', '', '', '2021-11-11 13:57:43', '2021-11-11 18:57:43', '', 0, 'https://www.iamctv.com/?p=5058', 0, 'post', '', 0),
(5059, 1, '2021-11-11 13:56:31', '2021-11-11 18:56:31', '', 'BabiesHole', '', 'inherit', '', 'closed', '', 'babieshole', '', '', '2021-11-11 13:56:31', '2021-11-11 18:56:31', '', 5058, 'https://www.iamctv.com/wp-content/uploads/2021/11/BabiesHole.jpg', 0, 'attachment', 'image/jpeg', 0),
(5060, 1, '2021-11-11 13:57:39', '2021-11-11 18:57:39', '<!-- wp:image {\"align\":\"right\",\"id\":5059,\"width\":315,\"height\":315,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignright size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2021/11/BabiesHole-1024x1024.jpg\" alt=\"\" class=\"wp-image-5059\" width=\"315\" height=\"315\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Babies, especially newborns, are the stuff of legend. They\'ve got not just a knack for rocking our \'collective ovaries\', but also instilling in us a deep seated sense of dread at the possibility of damaging so fragile and priceless the gifts that they are.<br><br>As with every legendary entity, there closely follows the inevitable twists and spins of folklore, real and imagined.<br><br>It\'s no wonder then some of the encounters I\'ve had in practice thus far, with special attention in this write up, on the newborn/infant.<br><br>Here\'s a fact... Every baby should be born with \'holes\' on his/her head. In fact, not having holes on the head of a newborn warrants no small amount of anxiety among Healthcare workers who know what they\'re doing in that delivery room.<br><br>These holes are called FONTANELLES, and are absolutely vital to the wellbeing of every newborn/infant. It\'s presence is utterly warranted, with very clear benefits to the baby.<br><br>I believe it\'d go a long way for everyone to understand three vital roles these fontanelles play...<br><br>First, these spaces which are a result of incomplete fusion of the bones of the baby\'s skull, gives the baby\'s heads some ability for adjustment during the difficult passage through the birth canal during delivery. Second, the allowance these holes create gives ample room for the growth of the baby\'s brain... Third, these holes also give pointers to certain issues the baby may be having. Bulging or depressed fontanelles are clear signs of trouble, and absolutely warrant hastened visits to your doctor.<br><br>Also very important is the alleged \'breathing\' of these \'holes on the head\' ... A very common complaint among mothers that often pushes them to making ill-advised decisions. Please, this (pulsation) is perfectly okay. The pulsations are simply transmitted \'vibrations\' from the baby\'s beating heart. If you were to check, you\'d notice the pulsations on the fontanelles are well synchronized with the baby\'s heartbeat.<br><br>Bottom line is... These holes are no anomaly, rather they are an essential ingredient of any baby\'s normal development. They would close up on their own, that at the back by the 2nd to 3rd month, and that in from between the 12th to 18th month after birth.<br><br>It is unacceptable to attempt to close these holes on your own/give nature a \'helping hand\' . DO NOT PRESS OR MASSAGE THE BABY\'S HEAD TO YOUR DESIRED SHAPE. DO NOT PLACE HERBAL PASTES OVER THE FONTANELLE. These measures are not only useless, but also carry the potential for serious damage/injury to the baby.<br><br>Do a bit more research... Know a bit more.<br><br>#beintheknow</p>\n<!-- /wp:paragraph -->', 'These Holes on my Baby\'s Head', '', 'inherit', 'closed', 'closed', '', '5058-revision-v1', '', '', '2021-11-11 13:57:39', '2021-11-11 18:57:39', '', 5058, 'https://www.iamctv.com/?p=5060', 0, 'revision', '', 0),
(5061, 1, '2021-11-11 13:59:30', '2021-11-11 18:59:30', '<!-- wp:paragraph -->\n<p>Everybody knows HIV is transmitted via \'contact\' with varied body fluids (vaginal fluid, \'semen fluid\', blood, rectal fluid, etc.), and we certainly know that these transmissions are overwhelmingly wrought via heterosexual intercourse (between man and woman). This is common knowledge and simple enough to grasp... Right?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"left\",\"id\":5046,\"width\":306,\"height\":306,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignleft size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2021/11/AnalSex-1024x1024.jpg\" alt=\"\" class=\"wp-image-5046\" width=\"306\" height=\"306\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Actual transmission happens when the source of the virus (eg, semen) comes into contact with body surfaces having compromised integrity (breaks/cuts/tears/injuries). The HIV virus is otherwise unable to gain entry, even if in direct contact with intact skin or other surfaces.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So, during sex, there sometimes is some obvious bruising (for either partner) which could be visualized and/or felt. It\'s easy to extrapolate how the virus ends up&nbsp; gaining entry. Conversely however, bruising may be too small or insignificant to be seen or felt... This however does not hamper the virus\' entry under the right circumstances.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now to the point of this write up...&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The anus or anal passage isn\'t naturally fashioned for the kind of strain and friction penetrative sex exerts. It\'s simply not built that way... It lacks the same lubricating capacity of the vag*na, doesn\'t even come close. It\'s thus no surprise that the level of bruising (seen, felt or not) would be significantly more than would be the case with penetrating vag*nal sex. It\'s no wonder that the \'relative\' rate of HIV transmission among penetrating anal sex&nbsp; participants has been found to be quite high. Anal sex \'recepients\' (bottom) are noted to be at higher risk of acquiring the infection when compared to the \'insertives\' (top).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I do not write this to proscribe or dictate what proclivities are acceptable. Rather, I merely draw attention to some facts and have people make clear and informed choices going forward.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I\'d advocate, perhaps with some presumptuousness, that if \'it\' has to be done, adequate lubrication and uncompromising condom use go a very, very long way...</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Talk to your docotor/Healthcare provider and do a bit of research for more info.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>#beintheknow</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'Anal Sex and HIV Infection', '', 'inherit', 'closed', 'closed', '', '5045-autosave-v1', '', '', '2021-11-11 13:59:30', '2021-11-11 18:59:30', '', 5045, 'https://www.iamctv.com/?p=5061', 0, 'revision', '', 0),
(5062, 1, '2021-11-11 13:59:35', '2021-11-11 18:59:35', '<!-- wp:paragraph -->\n<p>Everybody knows HIV is transmitted via \'contact\' with varied body fluids (vaginal fluid, \'semen fluid\', blood, rectal fluid, etc.), and we certainly know that these transmissions are overwhelmingly wrought via heterosexual intercourse (between man and woman). This is common knowledge and simple enough to grasp... Right?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"left\",\"id\":5046,\"width\":282,\"height\":282,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignleft size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2021/11/AnalSex-1024x1024.jpg\" alt=\"\" class=\"wp-image-5046\" width=\"282\" height=\"282\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Actual transmission happens when the source of the virus (eg, semen) comes into contact with body surfaces having compromised integrity (breaks/cuts/tears/injuries). The HIV virus is otherwise unable to gain entry, even if in direct contact with intact skin or other surfaces.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So, during sex, there sometimes is some obvious bruising (for either partner) which could be visualized and/or felt. It\'s easy to extrapolate how the virus ends up&nbsp; gaining entry. Conversely however, bruising may be too small or insignificant to be seen or felt... This however does not hamper the virus\' entry under the right circumstances.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now to the point of this write up...&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The anus or anal passage isn\'t naturally fashioned for the kind of strain and friction penetrative sex exerts. It\'s simply not built that way... It lacks the same lubricating capacity of the vag*na, doesn\'t even come close. It\'s thus no surprise that the level of bruising (seen, felt or not) would be significantly more than would be the case with penetrating vag*nal sex. It\'s no wonder that the \'relative\' rate of HIV transmission among penetrating anal sex&nbsp; participants has been found to be quite high. Anal sex \'recepients\' (bottom) are noted to be at higher risk of acquiring the infection when compared to the \'insertives\' (top).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I do not write this to proscribe or dictate what proclivities are acceptable. Rather, I merely draw attention to some facts and have people make clear and informed choices going forward.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I\'d advocate, perhaps with some presumptuousness, that if \'it\' has to be done, adequate lubrication and uncompromising condom use go a very, very long way...</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Talk to your docotor/Healthcare provider and do a bit of research for more info.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>#beintheknow</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'Anal Sex and HIV Infection', '', 'inherit', 'closed', 'closed', '', '5045-revision-v1', '', '', '2021-11-11 13:59:35', '2021-11-11 18:59:35', '', 5045, 'https://www.iamctv.com/?p=5062', 0, 'revision', '', 0),
(5067, 1, '2021-11-11 14:08:49', '2021-11-11 19:08:49', '', 'ISeeI1', '', 'inherit', '', 'closed', '', 'iseei1', '', '', '2021-11-11 14:08:49', '2021-11-11 19:08:49', '', 5052, 'https://www.iamctv.com/wp-content/uploads/2021/11/ISeeI1.jpg', 0, 'attachment', 'image/jpeg', 0),
(5068, 1, '2021-11-11 14:09:14', '2021-11-11 19:09:14', '<!-- wp:paragraph -->\n<p>An all-too-familiar scenario... </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"left\",\"id\":5067,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignleft size-full\"><img src=\"https://www.iamctv.com/wp-content/uploads/2021/11/ISeeI1.jpg\" alt=\"\" class=\"wp-image-5067\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A fellow pops up with the eye(s) raging \'red\' or \'pink\' (depending on the observer) with a pretty add-on of notably swollen eye lids, and boom! We\'re averting our eyes, knowing full well that we\'d undoubtedly contract the infamous \'Apollo\' simply by looking at the unfortunate man\'s eyes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>That \'busy body\' neighbor even has the effrontery to challenge this age old phenomenon, and is forced to eat his words when Amina who listens to him and looks into the affected man\'s eyes to test the point, actually develops her own lovely pink eyes just 24 hours later .</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>\'Apollo\' is a local name for the highly contagious condition known as a \'conjunctivitis\' caused by viruses or bacteria... and nope! It cannot be transferred simply by looking into an infected person\'s eyes. Conjunctivitis caused by allergies, foreign objects in the eyes or chemical irritants isn\'t contagious, and hence does not fall within the \'Apollo\' cadre.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Conjunctivitis simply refers to inflaming of the thin tissue that lines the inner surfaces of the eye lids and the whites of the eye balls. The redness/swelling simply comes from the inflammation in this tissue following a bacterial or viral infection. Other symptoms include increased discharge of tears, thick yellowish discharge from eyes that may crust and cause the eye lid to stick together especially after sleep, swollen eye lids, etc...sound familiar?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I\'ll repeat, \'Apollo\' isn\'t transmitted simply by looking into an infected person\'s eyes. It however remains a highly contagious infection which spreads quite easily and quickly through direct contact with an infected person (touching, shaking hands) or by touching surfaces/objects contaminated with the bacteria or virus (door knobs, towels, etc.). The victim unwittingly touches his/her eyes and there! \'Apollo\' happens!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Apollo may be treated using antibiotic eye drops/ointments when caused by bacteria, or would resolve on its own when caused by a virus (within 14 days). Question is, how to know which is which? Don\'t trouble your lovely selves, and simply see your healthcare provider for proper guidance, Apollo or not.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Spreading \'Apollo\' can be prevented through the following measures...avoid touching/rubbing infected eye(s), regular hand washing with soap and water, wash hands after applying eye drops or ointments to eyes, avoid sharing personal items like contact lenses and make up, avoid sharing towels/washcloths, etc.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Do a bit of research...know a bit more.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>#BeInTheKnow<br>#conjunctivitis<br>#healtheducation</p>\n<!-- /wp:paragraph -->', 'I See, I Saw: Mystery of the Red Eye', '', 'inherit', 'closed', 'closed', '', '5052-revision-v1', '', '', '2021-11-11 14:09:14', '2021-11-11 19:09:14', '', 5052, 'https://www.iamctv.com/?p=5068', 0, 'revision', '', 0),
(5071, 1, '2022-04-11 12:55:09', '2022-04-11 16:55:09', '{\"version\": 2, \"isGlobalStylesUserThemeJSON\": true }', 'Custom Styles', '', 'publish', 'closed', 'closed', '', 'wp-global-styles-newspin', '', '', '2022-04-11 12:55:09', '2022-04-11 16:55:09', '', 0, 'https://www.iamctv.com/wp-global-styles-newspin/', 0, 'wp_global_styles', '', 0),
(5064, 1, '2021-11-11 14:02:01', '2021-11-11 19:02:01', '<!-- wp:paragraph -->\n<p>While I thankfully haven\'t lost any close friends or relatives to suicide, I sadly have come across cases (successful and near-successful) in my practice.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What I find striking is the apparent usual aloofness when confronted with such cases as there seems to be a tendency to blame and/or berate people who attempt/succeed at taking their own lives, especially when we become aware of the reason(s) for the drastic actions with our ever sure conclusion that nothing is worth extinguishing one\'s life over.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"right\",\"id\":5048,\"width\":286,\"height\":286,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignright size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2021/11/DepressionSuicide-1024x1024.jpg\" alt=\"\" class=\"wp-image-5048\" width=\"286\" height=\"286\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>...An undeniable fact is that it is quite normal for anyone of us to feel blue/sad over a pretty broad range of issues life throws at us at different times in our lives. However, the key consideration here is on the \'duration\'. Yep, when these feelings appear persistent for whatever reason beyond what is deemed reasonable, then there is a real problem...\'CLINICAL DEPRESSION\'</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Clinical depression is a very real thing, a fact for which I make no apologies in admitting to experiencing at some point in my life. Not a mere fleeting episode of feeling under the weather, but a real and persisting plunge into the roiling waves of life\'s perceived and actual woes. It should never be swept under the rug, nor should an attempt at remediation be done simply by an admonishment to the sufferer to stiffen his back and take it like a man.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Truth is that it\'s quite difficult to understand the misery and isolation sufferers go through and the steady spiral that may culminate in actual suicide which is a very, very real possibility for any sufferer if not properly handled.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>My write up is actually targeted at the observer (parent, sibling, spouse, lover, friend, acquaintance, etc)... the person who is in a position to take note of certain key attributes that alert to the \'ticking time bomb\' (suicide) for the sufferer around him/her. Hence recognizing symptoms early on go a pretty long way in making helpful decisions and mitigating potentially catastrophic culminations.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Suicide is a possible end result of persisting clinical depression. It therefore helps to know what signs to look out for... These are: feeling sad, hopeless and empty OR losing interest in usually enjoyable activities... in addition to at least any four of these other symptoms: crying more often than usual for no apparent reason; being overly anxious; feeling moody, irritable or restless; too much or too little sleep; difficulty concentrating, forgetfulness and making decisions; persistently doubting oneself; thoughts of harming oneself (suicidal ideation), unexplained aches and pains, etc.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Clinical depression is a very real thing. It is serious! If not identified or taken seriously/controlled, it could progress and result in suicidal tendencies. Keep your eyes open and identify as well as you can where applicable.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sufferers benefit immensely from the services of a Psychiatrist. This doesn\'t in any way signify \'madness\' in the sufferer, but simply requiring the services of a doctor specialized in the care of the mind as we\'d generally have no qualms seeing an Ophthalmologist on issues relating to our eyes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Do a bit of research for more information.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>#BeInTheKnow<br>#clinicaldepression<br>#NoToSuicide</p>\n<!-- /wp:paragraph -->', 'Depression & Suicide', '', 'inherit', 'closed', 'closed', '', '5049-revision-v1', '', '', '2021-11-11 14:02:01', '2021-11-11 19:02:01', '', 5049, 'https://www.iamctv.com/?p=5064', 0, 'revision', '', 0),
(5083, 1, '2022-04-27 09:43:05', '2022-04-27 13:43:05', '<!-- wp:paragraph -->\n<p>Review of stories from Week 18, 2022; Alaafin of Oyo Oba Lamidi Adeyemi Joins His Ancestors, Cameroon and Russia Signs Arms Deal, Russia Soldier Killed in Mali, South African Residents Hit by Flood Rebuilds Their Home, France Accuses Russian Mercenaries of Staging Massacre in Mali and other stories.</p>\n<!-- /wp:paragraph -->', 'Weekend Review-April 23, 2022', '', 'publish', 'closed', 'closed', '', 'weekend-review-april-23-2022', '', '', '2022-04-27 09:52:52', '2022-04-27 13:52:52', '', 0, 'https://www.iamctv.com/?post_type=podcast&#038;p=5083', 0, 'podcast', '', 0);
INSERT INTO `iamc_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
(5073, 1, '2022-04-11 12:58:53', '2022-04-11 16:58:53', '<!-- wp:paragraph -->\n<p>Don\'t \'demand\' value. Don\'t beat your knuckles bloody against the innocent wall simply because you\'re convinced that you\'re not ascribed the regard you surmise is deserved. I believe people would attach as much value to us as we\'d input in ourselves.<br><br>I detest and am opposed to the concept of war in all its forms and guises as a means of resolving dispute. I hate the shattering of entire family units and lives in general.<br><br>The Russian/Ukrainian war is certainly no exception. As to the source of the conflict, there\'s a fair bit of back and forth, depending on whom ever is doing the talking. Worse still, the media is painfully and shamelessly polarized as regards their leanings. It\'s truly exasperating.<br><br>Notably heart breaking however are the recurring claims of blatant racial bigotry within Ukraine against \'non-whites\' (including Africans), especially at the borders. As sad as it is, I\'m forced to ask myself... \"who the heck are we kidding?\"<br><br>At what point do we feel entitled enough to cry wolf because the big bad white man has refused give us the value we demand of him? If I were to smear grease on my t-shirt and throw it on the ground, why would I blame my neighbour who goes on to make a rag of it?<br><br>Africa (myself included)...Please wake up. Please input value in yourself. Take over the wheel of the vehicle of your destiny and self determination... steer right and true. Are we so bad that we can\'t have contended and good lives? Is it really impossible to attain good leadership, healthcare, education, security, trade and technology? Would it be foolhardy to imagine that it becomes the norm for Africans to have not a collectively good standard of living, but a truly great one? That would be true value! Everyone else would respond to that... and even if they don\'t, it\'d sting little or none.</p>\n<!-- /wp:paragraph -->', 'Just Another Idle Musing &#x1f609;', '', 'inherit', 'closed', 'closed', '', '5070-revision-v1', '', '', '2022-04-11 12:58:53', '2022-04-11 16:58:53', '', 5070, 'https://www.iamctv.com/?p=5073', 0, 'revision', '', 0),
(5074, 1, '2022-04-11 13:06:31', '2022-04-11 17:06:31', '<!-- wp:paragraph -->\n<p>Don\'t \'demand\' value. Don\'t beat your knuckles bloody against the innocent wall simply because you\'re convinced that you\'re not ascribed the regard you surmise is deserved. I believe people would attach as much value to us as we\'d input in ourselves.<br><br>I detest and am opposed to the concept of war in all its forms and guises as a means of resolving dispute. I hate the shattering of entire family units and lives in general.<br><br>The Russian/Ukrainian war is certainly no exception. As to the source of the conflict, there\'s a fair bit of back and forth, depending on whom ever is doing the talking. Worse still, the media is painfully and shamelessly polarized as regards their leanings. It\'s truly exasperating.<br><br>Notably heart breaking however are the recurring claims of blatant racial bigotry within Ukraine against \'non-whites\' (including Africans), especially at the borders. As sad as it is, I\'m forced to ask myself... \"who the heck are we kidding?\"<br><br>At what point do we feel entitled enough to cry wolf because the big bad white man has refused give us the value we demand of him? If I were to smear grease on my t-shirt and throw it on the ground, why would I blame my neighbor who goes on to make a rag of it?<br><br>Africa (myself included), please wake up. Please input value in yourself. Take over the wheel of the vehicle of your destiny and self determination... steer right and true. Are we so bad that we can\'t have contended and good lives? Is it really impossible to attain good leadership, healthcare, education, security, trade and technology? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Would it be foolhardy to imagine that it becomes the norm for Africans to have not a collectively good standard of living, but a truly great one? That would be true value! Everyone else would respond to that... and even if they don\'t, it\'d sting little or none.</p>\n<!-- /wp:paragraph -->', 'Just Another Idle Musing &#x1f609;', '', 'inherit', 'closed', 'closed', '', '5070-revision-v1', '', '', '2022-04-11 13:06:31', '2022-04-11 17:06:31', '', 5070, 'https://www.iamctv.com/?p=5074', 0, 'revision', '', 0),
(5075, 2, '2022-04-11 13:12:20', '2022-04-11 17:12:20', '<!-- wp:image {\"align\":\"right\",\"id\":5079,\"width\":248,\"height\":248,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignright size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2022/04/SoHIVA-1024x1024.jpg\" alt=\"\" class=\"wp-image-5079\" width=\"248\" height=\"248\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>So... HIV again &#x1f643;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Currently, a major focus of management is in the breaking of the transmission chain/cycle. And yeah, we likely already know the mantra of abstinence, faithfulness in monogamy, condom use as well as medications. It\'s been touted enough times as to become something of a dogma. There however are other, howbeit intertwined aspects of this whole chain breaking saga which deserve as much attention from everyone.<br><br>The HIV infection in a person is kinda like the presence of pebbles in an otherwise clear bottle of water...each pebble in this case representative of a single virus. So, if you were to take the lid off this bottle and pour out say, a table spoon of the pebble-infested water into another bottle, what are the chances of the new bottle getting a share of these pebbles? What is the \'one great factor\' that would determine whether or not any pebble(s) is/are transferred to the new bottle? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Please take a moment...reflect a bit on the answers to these...<br><br>HIV infected persons carry a highly variable number of the virus in their blood and other bodily fluids. An established rule of thumb is...the higher the number virus in an individual, the higher the ease/risk of transmission to others... and high numbers are seen among those who are positive (aware or not) and yet to commence medication, or those on medication who may be: non-compliant, on wrong medications, carrying drug resistant viral strains, etc. Fact to remember here is... the higher the viral numbers in an infected person, the higher the chances of transmission to others.<br><br>So, it should be easy to understand the worry among HIV care providers when such persons with established/anticipated high viral numbers are encountered. We immediately are keen on asking very key questions, particularly around sexual partners and biological children as they are much more at risk of having acquired the infection from the high-viral-number-carrying partner who is more likely to have transmitted the virus.<br><br>Remember, HIV infection current has a pretty good prognosis only for those on treatment. There is no treatment if the HIV status isn\'t known...and not knowing your status would most certainly not make an existing infection magically disappear; rather it would progress and escalate into full blown AIDS...an eventually which every sensible healthcare worker fights \'tooth and nail\' to prevent from happening.<br><br>I would encourage everyone to not be offended and despair terribly if ever contacted/spoken to about having a test by reason of a contact (identified or not) who is known or strongly expected to carry high viral numbers. It is for our collective good in the short, medium and long term. It truly would be an all round win-win regardless of the test result.<br><br>Do a bit of research, speak to your health care provider and remember to seek information from the right source(s).</p>\n<!-- /wp:paragraph -->', 'Understanding The Connection: Breaking The Chain', '', 'publish', 'closed', 'open', '', 'understanding-the-connection-breaking-the-chain', '', '', '2022-04-11 13:17:06', '2022-04-11 17:17:06', '', 0, 'https://www.iamctv.com/?p=5075', 0, 'post', '', 0),
(5077, 1, '2022-04-11 13:12:20', '2022-04-11 17:12:20', '<!-- wp:paragraph -->\n<p>Currently, a major focus of management is in the breaking of the transmission chain/cycle. And yeah, we likely already know the mantra of abstinence, faithfulness in monogamy, condom use as well as medications. It\'s been touted enough times as to become something of a dogma. There however are other, howbeit intertwined aspects of this whole chain breaking saga which deserve as much attention from everyone.<br><br>The HIV infection in a person is kinda like the presence of pebbles in an otherwise clear bottle of water...each pebble in this case representative of a single virus. So, if you were to take the lid off this bottle and pour out say, a table spoon of the pebble-infested water into another bottle, what are the chances of the new bottle getting a share of these pebbles? What is the \'one great factor\' that would determine whether or not any pebble(s) is/are transferred to the new bottle? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Please take a moment...reflect a bit on the answers to these...<br><br>HIV infected persons carry a highly variable number of the virus in their blood and other bodily fluids. An established rule of thumb is...the higher the number virus in an individual, the higher the ease/risk of transmission to others... and high numbers are seen among those who are positive (aware or not) and yet to commence medication, or those on medication who may be: non-compliant, on wrong medications, carrying drug resistant viral strains, etc. Fact to remember here is... the higher the viral numbers in an infected person, the higher the chances of transmission to others.<br><br>So, it should be easy to understand the worry among HIV care providers when such persons with established/anticipated high viral numbers are encountered. We immediately are keen on asking very key questions, particularly around sexual partners and biological children as they are much more at risk of having acquired the infection from the high-viral-number-carrying partner who is more likely to have transmitted the virus.<br><br>Remember, HIV infection current has a pretty good prognosis only for those on treatment. There is no treatment if the HIV status isn\'t known...and not knowing your status would most certainly not make an existing infection magically disappear; rather it would progress and escalate into full blown AIDS...an eventually which every sensible healthcare worker fights \'tooth and nail\' to prevent from happening.<br><br>I would encourage everyone to not be offended and despair terribly if ever contacted/spoken to about having a test by reason of a contact (identified or not) who is known or strongly expected to carry high viral numbers. It is for our collective good in the short, medium and long term. It truly would be an all round win-win regardless of the test result.<br><br>Do a bit of research, speak to your health care provider and remember to seek information from the right source(s).</p>\n<!-- /wp:paragraph -->', 'So... HIV Again &#x1f643;', '', 'inherit', 'closed', 'closed', '', '5075-revision-v1', '', '', '2022-04-11 13:12:20', '2022-04-11 17:12:20', '', 5075, 'https://www.iamctv.com/?p=5077', 0, 'revision', '', 0),
(5079, 1, '2022-04-11 13:13:32', '2022-04-11 17:13:32', '', 'SoHIVA', '', 'inherit', '', 'closed', '', 'sohiva', '', '', '2022-04-11 13:13:32', '2022-04-11 17:13:32', '', 5075, 'https://www.iamctv.com/wp-content/uploads/2022/04/SoHIVA.jpg', 0, 'attachment', 'image/jpeg', 0),
(5081, 1, '2022-04-11 13:17:00', '2022-04-11 17:17:00', '<!-- wp:image {\"align\":\"right\",\"id\":5079,\"width\":248,\"height\":248,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignright size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2022/04/SoHIVA-1024x1024.jpg\" alt=\"\" class=\"wp-image-5079\" width=\"248\" height=\"248\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>So... HIV again &#x1f643;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Currently, a major focus of management is in the breaking of the transmission chain/cycle. And yeah, we likely already know the mantra of abstinence, faithfulness in monogamy, condom use as well as medications. It\'s been touted enough times as to become something of a dogma. There however are other, howbeit intertwined aspects of this whole chain breaking saga which deserve as much attention from everyone.<br><br>The HIV infection in a person is kinda like the presence of pebbles in an otherwise clear bottle of water...each pebble in this case representative of a single virus. So, if you were to take the lid off this bottle and pour out say, a table spoon of the pebble-infested water into another bottle, what are the chances of the new bottle getting a share of these pebbles? What is the \'one great factor\' that would determine whether or not any pebble(s) is/are transferred to the new bottle? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Please take a moment...reflect a bit on the answers to these...<br><br>HIV infected persons carry a highly variable number of the virus in their blood and other bodily fluids. An established rule of thumb is...the higher the number virus in an individual, the higher the ease/risk of transmission to others... and high numbers are seen among those who are positive (aware or not) and yet to commence medication, or those on medication who may be: non-compliant, on wrong medications, carrying drug resistant viral strains, etc. Fact to remember here is... the higher the viral numbers in an infected person, the higher the chances of transmission to others.<br><br>So, it should be easy to understand the worry among HIV care providers when such persons with established/anticipated high viral numbers are encountered. We immediately are keen on asking very key questions, particularly around sexual partners and biological children as they are much more at risk of having acquired the infection from the high-viral-number-carrying partner who is more likely to have transmitted the virus.<br><br>Remember, HIV infection current has a pretty good prognosis only for those on treatment. There is no treatment if the HIV status isn\'t known...and not knowing your status would most certainly not make an existing infection magically disappear; rather it would progress and escalate into full blown AIDS...an eventually which every sensible healthcare worker fights \'tooth and nail\' to prevent from happening.<br><br>I would encourage everyone to not be offended and despair terribly if ever contacted/spoken to about having a test by reason of a contact (identified or not) who is known or strongly expected to carry high viral numbers. It is for our collective good in the short, medium and long term. It truly would be an all round win-win regardless of the test result.<br><br>Do a bit of research, speak to your health care provider and remember to seek information from the right source(s).</p>\n<!-- /wp:paragraph -->', 'Understanding The Connection: Breaking The Chain', '', 'inherit', 'closed', 'closed', '', '5075-revision-v1', '', '', '2022-04-11 13:17:00', '2022-04-11 17:17:00', '', 5075, 'https://www.iamctv.com/?p=5081', 0, 'revision', '', 0),
(5080, 1, '2022-04-11 13:15:16', '2022-04-11 17:15:16', '<!-- wp:image {\"align\":\"right\",\"id\":5079,\"width\":288,\"height\":288,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignright size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2022/04/SoHIVA-1024x1024.jpg\" alt=\"\" class=\"wp-image-5079\" width=\"288\" height=\"288\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>So... HIV again &#x1f643;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Currently, a major focus of management is in the breaking of the transmission chain/cycle. And yeah, we likely already know the mantra of abstinence, faithfulness in monogamy, condom use as well as medications. It\'s been touted enough times as to become something of a dogma. There however are other, howbeit intertwined aspects of this whole chain breaking saga which deserve as much attention from everyone.<br><br>The HIV infection in a person is kinda like the presence of pebbles in an otherwise clear bottle of water...each pebble in this case representative of a single virus. So, if you were to take the lid off this bottle and pour out say, a table spoon of the pebble-infested water into another bottle, what are the chances of the new bottle getting a share of these pebbles? What is the \'one great factor\' that would determine whether or not any pebble(s) is/are transferred to the new bottle? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Please take a moment...reflect a bit on the answers to these...<br><br>HIV infected persons carry a highly variable number of the virus in their blood and other bodily fluids. An established rule of thumb is...the higher the number virus in an individual, the higher the ease/risk of transmission to others... and high numbers are seen among those who are positive (aware or not) and yet to commence medication, or those on medication who may be: non-compliant, on wrong medications, carrying drug resistant viral strains, etc. Fact to remember here is... the higher the viral numbers in an infected person, the higher the chances of transmission to others.<br><br>So, it should be easy to understand the worry among HIV care providers when such persons with established/anticipated high viral numbers are encountered. We immediately are keen on asking very key questions, particularly around sexual partners and biological children as they are much more at risk of having acquired the infection from the high-viral-number-carrying partner who is more likely to have transmitted the virus.<br><br>Remember, HIV infection current has a pretty good prognosis only for those on treatment. There is no treatment if the HIV status isn\'t known...and not knowing your status would most certainly not make an existing infection magically disappear; rather it would progress and escalate into full blown AIDS...an eventually which every sensible healthcare worker fights \'tooth and nail\' to prevent from happening.<br><br>I would encourage everyone to not be offended and despair terribly if ever contacted/spoken to about having a test by reason of a contact (identified or not) who is known or strongly expected to carry high viral numbers. It is for our collective good in the short, medium and long term. It truly would be an all round win-win regardless of the test result.<br><br>Do a bit of research, speak to your health care provider and remember to seek information from the right source(s).</p>\n<!-- /wp:paragraph -->', 'Understanding The Connection: Breaking The Chain', '', 'inherit', 'closed', 'closed', '', '5075-revision-v1', '', '', '2022-04-11 13:15:16', '2022-04-11 17:15:16', '', 5075, 'https://www.iamctv.com/?p=5080', 0, 'revision', '', 0),
(5017, 1, '2021-06-29 09:34:52', '2021-06-29 13:34:52', '', 'IAMCTVWeekendReviewLogo', '', 'inherit', '', 'closed', '', 'iamctvweekendreviewlogo', '', '', '2021-06-29 09:34:52', '2021-06-29 13:34:52', '', 0, 'https://www.iamctv.com/wp-content/uploads/2021/06/IAMCTVWeekendReviewLogo.png', 0, 'attachment', 'image/png', 0),
(5018, 1, '2021-06-29 09:45:10', '2021-06-29 13:45:10', '<!-- wp:paragraph -->\n<p>The pilot podcast for IAMC TV\'s Weekend Review series. Podcast host is PrymEvyl and the show highlights news and events from June 20 to June 26, 2021.  News on this podcast includes:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Nigeria government receives equipment from the Kingdom of Saudi Arabia</li><li>Court orders Nigerian government to pay $3.3 billion to Akwa Ibom &amp; Rivers State governments</li><li>Troops kill 26 terrorists in North-East Nigeria</li></ul>\n<!-- /wp:list -->', 'Weekend Review-June 26, 2021 Ep. 1', '', 'publish', 'closed', 'closed', '', 'weekend-review-june-26-2021-ep-1', '', '', '2021-06-29 09:47:11', '2021-06-29 13:47:11', '', 0, 'https://www.iamctv.com/?post_type=podcast&#038;p=5018', 0, 'podcast', '', 0),
(5019, 1, '2021-06-29 09:39:44', '2021-06-29 13:39:44', '\"Weekend Review-June 26\" from Episode 1 by IAMC TV. Released: 2021.', 'Weekend Review-June 26', '', 'inherit', 'closed', 'closed', '', 'weekend-review-june-26', '', '', '2021-06-29 09:40:18', '2021-06-29 13:40:18', '', 5018, 'https://www.iamctv.com/wp-content/uploads/2021/06/WeekendReview626.mp3', 0, 'attachment', 'audio/mpeg', 0),
(5021, 0, '2021-06-29 13:46:42', '2021-06-29 13:46:42', '<p>The pilot podcast for IAMC TV\'s Weekend Review series. &nbsp;Podcast host is PrymEvyl and the show highlights news and events from June 20 to June 26, 2021. &nbsp;News on this podcast includes:</p>\n<ul>\n <li>Nigeria government receives equipment from the Kingdom of Saudi Arabia</li>\n <li>Court orders Nigerian government to pay $3.3 billion to Akwa Ibom &amp; Rivers State governments</li>\n  <li>Troops kill 26 terrorists in North-East Nigeria</li>\n</ul>\n', 'Weekend Review-June 26, 2021 Ep. 1', 'The pilot podcast for IAMC TV\'s Weekend Review series.  Podcast host is PrymEvyl and the show highlights news and events from June 20 to June 26, 2021.  News on this podcast includes:\n\n Nigeria government receives equipment from the Kingdom of Saudi Arabia\n Court orders Nigerian government to pay $3.3 billion to Akwa Ibom & Rivers State governments\n Troops kill 26 terrorists in North-East Nigeria', 'publish', 'closed', 'closed', '', 'weekend-review-june-26-2021-ep-1', '', '', '2021-06-29 13:46:42', '2021-06-29 13:46:42', '', 0, '', 0, 'wprss_feed_item', '', 0),
(5023, 1, '2021-07-09 12:06:41', '2021-07-09 16:06:41', '', 'IAMC TV 24/7 Radio', '', 'publish', 'closed', 'closed', '', 'iamc-tv-24-7-radio', '', '', '2021-07-09 12:06:41', '2021-07-09 16:06:41', '', 0, 'https://www.iamctv.com/?p=5023', 9, 'nav_menu_item', '', 0),
(5026, 0, '2021-07-29 01:54:03', '2021-07-29 01:54:03', '<p>PrymEvyl and Alan Bogey sound off on the recent court order releasing Nigerian Shiite leader, Sheik El-Zakzaky and wife, &nbsp;Hushpuppi pleads guilty to money laundering, US lawmakers stop military equipment sale to Nigeria and other pressing continental issues.</p>\n', 'IAMC TV Street Chat-S3 Episode 7', 'PrymEvyl and Alan Bogey sound off on the recent court order releasing Nigerian Shiite leader, Sheik El-Zakzaky and wife,  Hushpuppi pleads guilty to money laundering, US lawmakers stop military equipment sale to Nigeria and other pressing continental issues.', 'publish', 'closed', 'closed', '', 'iamc-tv-street-chat-s3-episode-7', '', '', '2021-07-29 01:54:03', '2021-07-29 01:54:03', '', 0, '', 0, 'wprss_feed_item', '', 0),
(5027, 1, '2021-07-28 21:58:58', '2021-07-29 01:58:58', '\"IAMC TV Street Chat\" from S3 Episode 7 by IAMC TV Podcast. Released: 2021.', 'IAMC TV Street Chat', '', 'inherit', 'closed', 'closed', '', 'iamc-tv-street-chat-16', '', '', '2021-07-28 21:59:12', '2021-07-29 01:59:12', '', 5025, 'https://www.iamctv.com/wp-content/uploads/2021/07/IAMCTVSCS3E7.mp3', 0, 'attachment', 'audio/mpeg', 0),
(5028, 1, '2021-08-05 08:52:49', '2021-08-05 12:52:49', '<!-- wp:paragraph -->\n<p>On this episode, PrymEvyl and Alan Bogey discusses the terrorism charges against Tanzania opposition leader Freeman Mbowe, the death of the attempted assailant of Malian President Goita, Abba Kyari defends himself before Nigeria Police panel, an Oyo High Court stopping the Nigerian DSS and the Nigerian Attorney General from arresting and harassing Sunday Igboho and other breaking news.</p>\n<!-- /wp:paragraph -->', 'IAMC TV Street Chat-S3 Episode 8', '', 'publish', 'closed', 'closed', '', 'iamc-tv-street-chat-s3-episode-8', '', '', '2021-08-05 08:52:55', '2021-08-05 12:52:55', '', 0, 'https://www.iamctv.com/?post_type=podcast&#038;p=5028', 0, 'podcast', '', 0),
(5029, 1, '2021-08-05 08:51:29', '2021-08-05 12:51:29', '\"IAMC TV Street Chat\" from S3 Episode 8 by IAMC TV Podcast. Released: 2021.', 'IAMC TV Street Chat', '', 'inherit', 'closed', 'closed', '', 'iamc-tv-street-chat-17', '', '', '2021-08-05 08:51:35', '2021-08-05 12:51:35', '', 5028, 'https://www.iamctv.com/wp-content/uploads/2021/08/IAMCTVSCS3E8.mp3', 0, 'attachment', 'audio/mpeg', 0),
(5070, 2, '2022-04-11 12:58:53', '2022-04-11 16:58:53', '<!-- wp:paragraph -->\n<p>Don\'t \'demand\' value. Don\'t beat your knuckles bloody against the innocent wall simply because you\'re convinced that you\'re not ascribed the regard you surmise is deserved. I believe people would attach as much value to us as we\'d input in ourselves.<br><br>I detest and am opposed to the concept of war in all its forms and guises as a means of resolving dispute. I hate the shattering of entire family units and lives in general.<br><br>The Russian/Ukrainian war is certainly no exception. As to the source of the conflict, there\'s a fair bit of back and forth, depending on whom ever is doing the talking. Worse still, the media is painfully and shamelessly polarized as regards their leanings. It\'s truly exasperating.<br><br>Notably heart breaking however are the recurring claims of blatant racial bigotry within Ukraine against \'non-whites\' (including Africans), especially at the borders. As sad as it is, I\'m forced to ask myself... \"who the heck are we kidding?\"<br><br>At what point do we feel entitled enough to cry wolf because the big bad white man has refused give us the value we demand of him? If I were to smear grease on my t-shirt and throw it on the ground, why would I blame my neighbor who goes on to make a rag of it?<br><br>Africa (myself included), please wake up. Please input value in yourself. Take over the wheel of the vehicle of your destiny and self determination... steer right and true. Are we so bad that we can\'t have contended and good lives? Is it really impossible to attain good leadership, healthcare, education, security, trade and technology? </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Would it be foolhardy to imagine that it becomes the norm for Africans to have not a collectively good standard of living, but a truly great one? That would be true value! Everyone else would respond to that... and even if they don\'t, it\'d sting little or none.</p>\n<!-- /wp:paragraph -->', 'Just Another Idle Musing &#x1f609;', '', 'publish', 'closed', 'open', '', 'just-another-idle-musing-%f0%9f%98%89', '', '', '2022-04-11 13:06:36', '2022-04-11 17:06:36', '', 0, 'https://www.iamctv.com/?p=5070', 0, 'post', '', 0),
(5032, 1, '2021-08-23 10:48:51', '2021-08-23 14:48:51', '<!-- wp:paragraph -->\n<p>The coronation of the 21st Olu of Warri Kingdom, Ogiame Atuwatse III on August 21st, 2021 in Warri Delta State, Nigeria.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=12YUEQRKGeU\\u0026list=PLhA33Qlq7dPQGwRba2RjDWzaqKRWe_XZ4\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=12YUEQRKGeU&amp;list=PLhA33Qlq7dPQGwRba2RjDWzaqKRWe_XZ4\n</div></figure>\n<!-- /wp:embed -->', 'The Coronation of the 21st Olu of Warri Kingdom', '', 'publish', 'closed', 'open', '', 'the-coronation-of-the-21st-olu-of-warri-kingdom', '', '', '2021-08-23 10:53:49', '2021-08-23 14:53:49', '', 0, 'https://www.iamctv.com/?p=5032', 0, 'post', '', 0),
(5033, 1, '2021-08-23 10:48:51', '2021-08-23 14:48:51', '<!-- wp:paragraph -->\n<p>The coronation of the 21st Olu of Warri Kingdom, Ogiame Atuwatse III.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=12YUEQRKGeU\\u0026list=PLhA33Qlq7dPQGwRba2RjDWzaqKRWe_XZ4\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=12YUEQRKGeU&amp;list=PLhA33Qlq7dPQGwRba2RjDWzaqKRWe_XZ4\n</div></figure>\n<!-- /wp:embed -->', 'The Coronation of the 21st Olu of Warri Kingdom', '', 'inherit', 'closed', 'closed', '', '5032-revision-v1', '', '', '2021-08-23 10:48:51', '2021-08-23 14:48:51', '', 5032, 'https://www.iamctv.com/?p=5033', 0, 'revision', '', 0),
(5036, 1, '2021-08-23 10:50:17', '0000-00-00 00:00:00', '<!-- wp:paragraph -->\n<p><b>This is a sample page.</b></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<h3>Overview</h3>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Our refund and returns policy lasts 30 days. If 30 days have passed since your purchase, we can’t offer you a full refund or exchange.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To be eligible for a return, your item must be unused and in the same condition that you received it. It must also be in the original packaging.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Several types of goods are exempt from being returned. Perishable goods such as food, flowers, newspapers or magazines cannot be returned. We also do not accept products that are intimate or sanitary goods, hazardous materials, or flammable liquids or gases.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Additional non-returnable items:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul>\n<li>Gift cards</li>\n<li>Downloadable software products</li>\n<li>Some health and personal care items</li>\n</ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>To complete your return, we require a receipt or proof of purchase.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Please do not send your purchase back to the manufacturer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There are certain situations where only partial refunds are granted:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul>\n<li>Book with obvious signs of use</li>\n<li>CD, DVD, VHS tape, software, video game, cassette tape, or vinyl record that has been opened.</li>\n<li>Any item not in its original condition, is damaged or missing parts for reasons not due to our error.</li>\n<li>Any item that is returned more than 30 days after delivery</li>\n</ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<h2>Refunds</h2>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Once your return is received and inspected, we will send you an email to notify you that we have received your returned item. We will also notify you of the approval or rejection of your refund.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you are approved, then your refund will be processed, and a credit will automatically be applied to your credit card or original method of payment, within a certain amount of days.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<b>Late or missing refunds</b>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you haven’t received a refund yet, first check your bank account again.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Then contact your credit card company, it may take some time before your refund is officially posted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Next contact your bank. There is often some processing time before a refund is posted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you’ve done all of this and you still have not received your refund yet, please contact us at {email address}.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<b>Sale items</b>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Only regular priced items may be refunded. Sale items cannot be refunded.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<h2>Exchanges</h2>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We only replace items if they are defective or damaged. If you need to exchange it for the same item, send us an email at {email address} and send your item to: {physical address}.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<h2>Gifts</h2>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If the item was marked as a gift when purchased and shipped directly to you, you’ll receive a gift credit for the value of your return. Once the returned item is received, a gift certificate will be mailed to you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If the item wasn’t marked as a gift when purchased, or the gift giver had the order shipped to themselves to give to you later, we will send a refund to the gift giver and they will find out about your return.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<h2>Shipping returns</h2>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To return your product, you should mail your product to: {physical address}.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You will be responsible for paying for your own shipping costs for returning your item. Shipping costs are non-refundable. If you receive a refund, the cost of return shipping will be deducted from your refund.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Depending on where you live, the time it may take for your exchanged product to reach you may vary.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you are returning more expensive items, you may consider using a trackable shipping service or purchasing shipping insurance. We don’t guarantee that we will receive your returned item.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<h2>Need help?</h2>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Contact us at {email} for questions related to refunds and returns.</p>\n<!-- /wp:paragraph -->', 'Refund and Returns Policy', '', 'draft', 'closed', 'closed', '', 'refund_returns', '', '', '2021-08-23 10:50:17', '0000-00-00 00:00:00', '', 0, 'https://www.iamctv.com/?page_id=5036', 0, 'page', '', 0),
(5035, 1, '2021-08-23 10:49:27', '2021-08-23 14:49:27', '<!-- wp:paragraph -->\n<p>The coronation of the 21st Olu of Warri Kingdom, Ogiame Atuwatse III on August 21st, 2021 in Warri Delta State, Nigeria.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=12YUEQRKGeU\\u0026list=PLhA33Qlq7dPQGwRba2RjDWzaqKRWe_XZ4\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=12YUEQRKGeU&amp;list=PLhA33Qlq7dPQGwRba2RjDWzaqKRWe_XZ4\n</div></figure>\n<!-- /wp:embed -->', 'The Coronation of the 21st Olu of Warri Kingdom', '', 'inherit', 'closed', 'closed', '', '5032-revision-v1', '', '', '2021-08-23 10:49:27', '2021-08-23 14:49:27', '', 5032, 'https://www.iamctv.com/?p=5035', 0, 'revision', '', 0),
(5037, 1, '2021-08-23 10:53:28', '2021-08-23 14:53:28', '', 'OluWarriCoronation', '', 'inherit', '', 'closed', '', 'oluwarricoronation', '', '', '2021-08-23 10:53:28', '2021-08-23 14:53:28', '', 5032, 'https://www.iamctv.com/wp-content/uploads/2021/08/OluWarriCoronation.jpg', 0, 'attachment', 'image/jpeg', 0),
(5039, 1, '2021-09-02 13:59:57', '2021-09-02 17:59:57', '<!-- wp:paragraph -->\n<p>Video showing the sharing of weapons and armaments to young Nigerian Islamic men.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=PraOBjMHO2k\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=PraOBjMHO2k\n</div></figure>\n<!-- /wp:embed -->', 'Terrorism: Nigeria Leaders Needs to Wake Up from Their Slumber', '', 'publish', 'closed', 'open', '', 'terrorism-nigeria-leaders-needs-to-wake-up-from-their-slumber', '', '', '2021-09-02 14:02:03', '2021-09-02 18:02:03', '', 0, 'https://www.iamctv.com/?p=5039', 0, 'post', '', 0),
(5040, 1, '2021-09-02 13:59:57', '2021-09-02 17:59:57', '<!-- wp:paragraph -->\n<p>Video showing the sharing of weapons and armaments to young Nigerian Islamic men.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=PraOBjMHO2k\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=PraOBjMHO2k\n</div></figure>\n<!-- /wp:embed -->', 'Terrorism: Nigeria Leaders Needs to Wake Up from Their Slumber', '', 'inherit', 'closed', 'closed', '', '5039-revision-v1', '', '', '2021-09-02 13:59:57', '2021-09-02 17:59:57', '', 5039, 'https://www.iamctv.com/?p=5040', 0, 'revision', '', 0),
(5041, 1, '2021-09-02 14:01:41', '2021-09-02 18:01:41', '', 'iguc8', '', 'inherit', '', 'closed', '', 'iguc8', '', '', '2021-09-02 14:01:41', '2021-09-02 18:01:41', '', 5039, 'https://www.iamctv.com/wp-content/uploads/2021/09/iguc8.jpg', 0, 'attachment', 'image/jpeg', 0),
(5084, 1, '2022-04-27 09:40:26', '2022-04-27 13:40:26', '\"IAMC TV Weekend Review-April 23, 2022\" from S2 E1 by IAMC TV Podcast. Released: 2022. Genre: News.', 'IAMC TV Weekend Review-April 23, 2022', '', 'inherit', 'closed', 'closed', '', 'iamc-tv-weekend-review-april-23-2022', '', '', '2022-04-27 09:41:01', '2022-04-27 13:41:01', '', 5083, 'https://www.iamctv.com/wp-content/uploads/2022/04/WeekendReview4232022.mp3', 0, 'attachment', 'audio/mpeg', 0),
(5045, 2, '2021-11-09 13:58:13', '2021-11-09 18:58:13', '<!-- wp:paragraph -->\n<p>Everybody knows HIV is transmitted via \'contact\' with varied body fluids (vaginal fluid, \'semen fluid\', blood, rectal fluid, etc.), and we certainly know that these transmissions are overwhelmingly wrought via heterosexual intercourse (between man and woman). This is common knowledge and simple enough to grasp... Right?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"left\",\"id\":5046,\"width\":282,\"height\":282,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignleft size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2021/11/AnalSex-1024x1024.jpg\" alt=\"\" class=\"wp-image-5046\" width=\"282\" height=\"282\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Actual transmission happens when the source of the virus (eg, semen) comes into contact with body surfaces having compromised integrity (breaks/cuts/tears/injuries). The HIV virus is otherwise unable to gain entry, even if in direct contact with intact skin or other surfaces.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So, during sex, there sometimes is some obvious bruising (for either partner) which could be visualized and/or felt. It\'s easy to extrapolate how the virus ends up&nbsp; gaining entry. Conversely however, bruising may be too small or insignificant to be seen or felt... This however does not hamper the virus\' entry under the right circumstances.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now to the point of this write up...&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The anus or anal passage isn\'t naturally fashioned for the kind of strain and friction penetrative sex exerts. It\'s simply not built that way... It lacks the same lubricating capacity of the vag*na, doesn\'t even come close. It\'s thus no surprise that the level of bruising (seen, felt or not) would be significantly more than would be the case with penetrating vag*nal sex. It\'s no wonder that the \'relative\' rate of HIV transmission among penetrating anal sex&nbsp; participants has been found to be quite high. Anal sex \'recepients\' (bottom) are noted to be at higher risk of acquiring the infection when compared to the \'insertives\' (top).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I do not write this to proscribe or dictate what proclivities are acceptable. Rather, I merely draw attention to some facts and have people make clear and informed choices going forward.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I\'d advocate, perhaps with some presumptuousness, that if \'it\' has to be done, adequate lubrication and uncompromising condom use go a very, very long way...</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Talk to your docotor/Healthcare provider and do a bit of research for more info.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>#beintheknow</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'Anal Sex and HIV Infection', '', 'publish', 'closed', 'open', '', 'anal-sex-and-hiv-infection', '', '', '2021-11-11 13:59:40', '2021-11-11 18:59:40', '', 0, 'https://www.iamctv.com/?p=5045', 0, 'post', '', 0),
(5046, 1, '2021-11-09 13:57:52', '2021-11-09 18:57:52', '', 'AnalSex', '', 'inherit', '', 'closed', '', 'analsex', '', '', '2021-11-09 13:57:52', '2021-11-09 18:57:52', '', 5045, 'https://www.iamctv.com/wp-content/uploads/2021/11/AnalSex.jpg', 0, 'attachment', 'image/jpeg', 0),
(5047, 1, '2021-11-09 13:58:13', '2021-11-09 18:58:13', '<!-- wp:paragraph -->\n<p>Everybody knows HIV is transmitted via \'contact\' with varied body fluids (vaginal fluid, \'semen fluid\', blood, rectal fluid, etc.), and we certainly know that these transmissions are overwhelmingly wrought via heterosexual intercourse (between man and woman). This is common knowledge and simple enough to grasp... Right?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Actual transmission happens when the source of the virus (eg, semen) comes into contact with body surfaces having compromised integrity (breaks/cuts/tears/injuries). The HIV virus is otherwise unable to gain entry, even if in direct contact with intact skin or other surfaces.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So, during sex, there sometimes is some obvious bruising (for either partner) which could be visualized and/or felt. It\'s easy to extrapolate how the virus ends up&nbsp; gaining entry. Conversely however, bruising may be too small or insignificant to be seen or felt... This however does not hamper the virus\' entry under the right circumstances.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now to the point of this write up...&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The anus or anal passage isn\'t naturally fashioned for the kind of strain and friction penetrative sex exerts. It\'s simply not built that way... It lacks the same lubricating capacity of the vag*na, doesn\'t even come close. It\'s thus no surprise that the level of bruising (seen, felt or not) would be significantly more than would be the case with penetrating vag*nal sex. It\'s no wonder that the \'relative\' rate of HIV transmission among penetrating anal sex&nbsp; participants has been found to be quite high. Anal sex \'recepients\' (bottom) are noted to be at higher risk of acquiring the infection when compared to the \'insertives\' (top).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I do not write this to proscribe or dictate what proclivities are acceptable. Rather, I merely draw attention to some facts and have people make clear and informed choices going forward.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I\'d advocate, perhaps with some presumptuousness, that if \'it\' has to be done, adequate lubrication and uncompromising condom use go a very, very long way...</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Talk to your docotor/Healthcare provider and do a bit of research for more info.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>#beintheknow</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'Anal Sex and HIV Infection', '', 'inherit', 'closed', 'closed', '', '5045-revision-v1', '', '', '2021-11-09 13:58:13', '2021-11-09 18:58:13', '', 5045, 'https://www.iamctv.com/?p=5047', 0, 'revision', '', 0),
(5048, 1, '2021-11-09 14:02:03', '2021-11-09 19:02:03', '', 'DepressionSuicide', '', 'inherit', '', 'closed', '', 'depressionsuicide', '', '', '2021-11-09 14:02:03', '2021-11-09 19:02:03', '', 0, 'https://www.iamctv.com/wp-content/uploads/2021/11/DepressionSuicide.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `iamc_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
(5049, 2, '2021-11-09 14:04:34', '2021-11-09 19:04:34', '<!-- wp:paragraph -->\n<p>While I thankfully haven\'t lost any close friends or relatives to suicide, I sadly have come across cases (successful and near-successful) in my practice.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What I find striking is the apparent usual aloofness when confronted with such cases as there seems to be a tendency to blame and/or berate people who attempt/succeed at taking their own lives, especially when we become aware of the reason(s) for the drastic actions with our ever sure conclusion that nothing is worth extinguishing one\'s life over.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"right\",\"id\":5048,\"width\":286,\"height\":286,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignright size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2021/11/DepressionSuicide-1024x1024.jpg\" alt=\"\" class=\"wp-image-5048\" width=\"286\" height=\"286\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>...An undeniable fact is that it is quite normal for anyone of us to feel blue/sad over a pretty broad range of issues life throws at us at different times in our lives. However, the key consideration here is on the \'duration\'. Yep, when these feelings appear persistent for whatever reason beyond what is deemed reasonable, then there is a real problem...\'CLINICAL DEPRESSION\'</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Clinical depression is a very real thing, a fact for which I make no apologies in admitting to experiencing at some point in my life. Not a mere fleeting episode of feeling under the weather, but a real and persisting plunge into the roiling waves of life\'s perceived and actual woes. It should never be swept under the rug, nor should an attempt at remediation be done simply by an admonishment to the sufferer to stiffen his back and take it like a man.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Truth is that it\'s quite difficult to understand the misery and isolation sufferers go through and the steady spiral that may culminate in actual suicide which is a very, very real possibility for any sufferer if not properly handled.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>My write up is actually targeted at the observer (parent, sibling, spouse, lover, friend, acquaintance, etc)... the person who is in a position to take note of certain key attributes that alert to the \'ticking time bomb\' (suicide) for the sufferer around him/her. Hence recognizing symptoms early on go a pretty long way in making helpful decisions and mitigating potentially catastrophic culminations.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Suicide is a possible end result of persisting clinical depression. It therefore helps to know what signs to look out for... These are: feeling sad, hopeless and empty OR losing interest in usually enjoyable activities... in addition to at least any four of these other symptoms: crying more often than usual for no apparent reason; being overly anxious; feeling moody, irritable or restless; too much or too little sleep; difficulty concentrating, forgetfulness and making decisions; persistently doubting oneself; thoughts of harming oneself (suicidal ideation), unexplained aches and pains, etc.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Clinical depression is a very real thing. It is serious! If not identified or taken seriously/controlled, it could progress and result in suicidal tendencies. Keep your eyes open and identify as well as you can where applicable.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sufferers benefit immensely from the services of a Psychiatrist. This doesn\'t in any way signify \'madness\' in the sufferer, but simply requiring the services of a doctor specialized in the care of the mind as we\'d generally have no qualms seeing an Ophthalmologist on issues relating to our eyes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Do a bit of research for more information.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>#BeInTheKnow<br>#clinicaldepression<br>#NoToSuicide</p>\n<!-- /wp:paragraph -->', 'Depression & Suicide', '', 'publish', 'closed', 'open', '', 'depression-suicide', '', '', '2021-11-11 14:02:05', '2021-11-11 19:02:05', '', 0, 'https://www.iamctv.com/?p=5049', 0, 'post', '', 0),
(4923, 1, '2021-01-19 13:18:37', '2021-01-19 18:18:37', '<!-- wp:paragraph -->\n<p>The inauguration of Joseph Biden and Kamala Harris as the President &amp; Vice President of the United States of America is a welcoming event and a sigh of relief for most Americans.&nbsp; This day 4 years ago, most Americans were very sad and somber because most saw the impending doom that will be caused by Mr. Trump.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After living under the absurdity called Trump Presidency for 4 years, most are looking forward now to a more peaceful and tolerant society.&nbsp; We welcome the new leadership as they try to heal our national wounds and bringing true leadership filled with compassion and vision.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We congratulate and salute the 46<sup>th</sup> President of the United States of America, Joseph Biden, and his Vice President Kamala Harris.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/embed/C-qYgs_yOXA\",\"type\":\"rich\",\"providerNameSlug\":\"embed-handler\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-embed-handler wp-block-embed-embed-handler wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/embed/C-qYgs_yOXA\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Photo Credit: <a href=\"https://www.inaugural.senate.gov/\" target=\"_blank\" rel=\"noreferrer noopener\">JCCIC</a></p>\n<!-- /wp:paragraph -->', '2021 Biden-Harris Inauguration', '', 'publish', 'closed', 'open', '', '2021-biden-harris-inauguration', '', '', '2021-01-20 10:22:22', '2021-01-20 15:22:22', '', 0, 'https://www.iamctv.com/?p=4923', 0, 'post', '', 0),
(4924, 1, '2021-01-19 13:12:48', '2021-01-19 18:12:48', '<iframe title=\"Nationwide COVID-19 Memorial | Biden-Harris Inauguration 2021\" width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/mSTqSYHwqzw?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', '', '', 'publish', 'closed', 'closed', '', '3aecc78fc2d7277639196ee0e283474c', '', '', '2021-01-19 13:12:48', '2021-01-19 18:12:48', '', 0, 'https://www.iamctv.com/3aecc78fc2d7277639196ee0e283474c/', 0, 'oembed_cache', '', 0),
(4925, 1, '2021-01-19 13:16:52', '2021-01-19 18:16:52', '', '59th-Inaugural-Graphic', '', 'inherit', '', 'closed', '', '59th-inaugural-graphic', '', '', '2021-01-19 13:16:52', '2021-01-19 18:16:52', '', 4923, 'https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic.png', 0, 'attachment', 'image/png', 0),
(4929, 1, '2021-01-19 13:30:16', '2021-01-19 18:30:16', '<!-- wp:embed {\"url\":\"https://www.youtube.com/embed/C-qYgs_yOXA\",\"type\":\"rich\",\"providerNameSlug\":\"embed-handler\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-embed-handler wp-block-embed-embed-handler wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/embed/C-qYgs_yOXA\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Photo Credit: <a href=\"https://www.inaugural.senate.gov/\" target=\"_blank\" rel=\"noreferrer noopener\">JCCIC</a></p>\n<!-- /wp:paragraph -->', '2021 Biden-Harris Inauguration', '', 'inherit', 'closed', 'closed', '', '4923-revision-v1', '', '', '2021-01-19 13:30:16', '2021-01-19 18:30:16', '', 4923, 'https://www.iamctv.com/4923-revision-v1/', 0, 'revision', '', 0),
(4926, 1, '2021-01-19 13:18:37', '2021-01-19 18:18:37', '<!-- wp:embed {\"url\":\"https://www.youtube.com/embed/mSTqSYHwqzw\",\"type\":\"rich\",\"providerNameSlug\":\"embed-handler\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-embed-handler wp-block-embed-embed-handler wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/embed/mSTqSYHwqzw\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ohoto Credit: <a href=\"https://www.inaugural.senate.gov/\" target=\"_blank\" rel=\"noreferrer noopener\">JCCIC</a></p>\n<!-- /wp:paragraph -->', '2021 Biden-Harris Inauguration', '', 'inherit', 'closed', 'closed', '', '4923-revision-v1', '', '', '2021-01-19 13:18:37', '2021-01-19 18:18:37', '', 4923, 'https://www.iamctv.com/4923-revision-v1/', 0, 'revision', '', 0),
(4927, 1, '2021-01-19 13:19:58', '2021-01-19 18:19:58', '<!-- wp:embed {\"url\":\"https://www.youtube.com/embed/mSTqSYHwqzw\",\"type\":\"rich\",\"providerNameSlug\":\"embed-handler\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-embed-handler wp-block-embed-embed-handler wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/embed/mSTqSYHwqzw\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Photo Credit: <a href=\"https://www.inaugural.senate.gov/\" target=\"_blank\" rel=\"noreferrer noopener\">JCCIC</a></p>\n<!-- /wp:paragraph -->', '2021 Biden-Harris Inauguration', '', 'inherit', 'closed', 'closed', '', '4923-revision-v1', '', '', '2021-01-19 13:19:58', '2021-01-19 18:19:58', '', 4923, 'https://www.iamctv.com/4923-revision-v1/', 0, 'revision', '', 0),
(4928, 1, '2021-01-19 13:30:04', '2021-01-19 18:30:04', '<iframe title=\"The Inauguration of Joe Biden and Kamala Harris | Jan. 20th, 2021\" width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/C-qYgs_yOXA?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', '', '', 'publish', 'closed', 'closed', '', '3f133f63d7603019bd83d20e9a8212cf', '', '', '2021-01-19 13:30:04', '2021-01-19 18:30:04', '', 0, 'https://www.iamctv.com/3f133f63d7603019bd83d20e9a8212cf/', 0, 'oembed_cache', '', 0),
(4933, 1, '2021-01-20 09:29:20', '2021-01-20 14:29:20', '<!-- wp:paragraph -->\n<p><strong>Live broadcast of world events by International African Movie Channel (IAMC TV).</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/embed/whpT6nHNcxY\",\"type\":\"rich\",\"providerNameSlug\":\"embed-handler\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-embed-handler wp-block-embed-embed-handler wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/embed/whpT6nHNcxY\n</div></figure>\n<!-- /wp:embed -->', 'IAMC TV Live', '', 'publish', 'closed', 'closed', '', 'iamc-tv-live', '', '', '2021-01-20 09:39:08', '2021-01-20 14:39:08', '', 0, 'https://www.iamctv.com/?page_id=4933', 0, 'page', '', 0),
(4934, 1, '2021-01-20 09:03:39', '2021-01-20 14:03:39', '<iframe title=\"IAMC TV Live\" width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/w9Udm_rUFK8?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', '', '', 'publish', 'closed', 'closed', '', '13c962ef1b31e63305299177485518e5', '', '', '2021-01-20 09:03:39', '2021-01-20 14:03:39', '', 0, 'https://www.iamctv.com/13c962ef1b31e63305299177485518e5/', 0, 'oembed_cache', '', 0),
(4939, 1, '2021-01-20 09:38:50', '2021-01-20 14:38:50', '<!-- wp:paragraph -->\n<p><strong>Live broadcast of world events by International African Movie Channel (IAMC TV).</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/embed/whpT6nHNcxY\",\"type\":\"rich\",\"providerNameSlug\":\"embed-handler\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-embed-handler wp-block-embed-embed-handler wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/embed/whpT6nHNcxY\n</div></figure>\n<!-- /wp:embed -->', 'IAMC TV Live', '', 'inherit', 'closed', 'closed', '', '4933-revision-v1', '', '', '2021-01-20 09:38:50', '2021-01-20 14:38:50', '', 4933, 'https://www.iamctv.com/4933-revision-v1/', 0, 'revision', '', 0),
(4935, 1, '2021-01-20 09:29:20', '2021-01-20 14:29:20', '<!-- wp:paragraph -->\n<p><strong>Live broadcast of world events by International African Movie Channel (IAMC TV).</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/embed/w9Udm_rUFK8\",\"type\":\"rich\",\"providerNameSlug\":\"embed-handler\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-embed-handler wp-block-embed-embed-handler wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/embed/w9Udm_rUFK8\n</div></figure>\n<!-- /wp:embed -->', 'IAMC TV Live', '', 'inherit', 'closed', 'closed', '', '4933-revision-v1', '', '', '2021-01-20 09:29:20', '2021-01-20 14:29:20', '', 4933, 'https://www.iamctv.com/4933-revision-v1/', 0, 'revision', '', 0),
(4936, 1, '2021-07-09 12:06:39', '2021-01-20 14:30:11', ' ', '', '', 'publish', 'closed', 'closed', '', '4936', '', '', '2021-07-09 12:06:39', '2021-07-09 16:06:39', '', 0, 'https://www.iamctv.com/?p=4936', 3, 'nav_menu_item', '', 0),
(4937, 1, '2021-01-20 09:38:34', '2021-01-20 14:38:34', '<iframe title=\"IAMC TV Videos\" width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/whpT6nHNcxY?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', '', '', 'publish', 'closed', 'closed', '', 'b0860826bbb9c3ff1142a2cb53f5e405', '', '', '2021-01-20 09:38:34', '2021-01-20 14:38:34', '', 0, 'https://www.iamctv.com/b0860826bbb9c3ff1142a2cb53f5e405/', 0, 'oembed_cache', '', 0),
(4942, 1, '2021-01-20 10:38:58', '2021-01-20 15:38:58', '<html amp=\"\" lang=\"en\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width,minimum-scale=1,initial-scale=1\"/><script async=\"\" src=\"https://cdn.ampproject.org/v0.js\"></script><script async=\"\" src=\"https://cdn.ampproject.org/v0/amp-story-1.0.js\" custom-element=\"amp-story\"></script><link href=\"https://fonts.googleapis.com/css2?display=swap&amp;family=Roboto\" rel=\"stylesheet\"/><style amp-boilerplate=\"\">body{-webkit-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-moz-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-ms-animation:-amp-start 8s steps(1,end) 0s 1 normal both;animation:-amp-start 8s steps(1,end) 0s 1 normal both}@-webkit-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-moz-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-ms-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-o-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}</style><noscript><style amp-boilerplate=\"\">body{-webkit-animation:none;-moz-animation:none;-ms-animation:none;animation:none}</style></noscript><style amp-custom=\"\">\n              amp-story-page {\n                background-color: #1B1D1C;\n              }\n\n              amp-story-grid-layer {\n                overflow: visible;\n              }\n\n              @media (max-aspect-ratio: 9 / 16)  {\n                @media (min-aspect-ratio: 320 / 678) {\n                  amp-story-grid-layer.grid-layer {\n                    margin-top: calc((100% / 0.5625 - 100% / 0.6666666666666666) / 2);\n                  }\n                }\n              }\n\n              .page-fullbleed-area,\n              .page-background-overlay-area {\n                position: absolute;\n                overflow: hidden;\n                width: 100%;\n                left: 0;\n                height: calc(1.1851851851851851 * 100%);\n                top: calc((1 - 1.1851851851851851) * 100% / 2);\n              }\n\n              .page-safe-area {\n                overflow: visible;\n                position: absolute;\n                top: 0;\n                bottom: 0;\n                left: 0;\n                right: 0;\n                width: 100%;\n                height: calc(0.84375 * 100%);\n                margin: auto 0;\n              }\n\n              .mask {\n                position: absolute;\n                overflow: hidden;\n              }\n\n              .fill {\n                position: absolute;\n                top: 0;\n                left: 0;\n                right: 0;\n                bottom: 0;\n                margin: 0;\n              }\n              </style><meta name=\"web-stories-replace-head-start\"/><title>IAMC TV Stories</title><link rel=\"canonical\" href=\"https://www.iamctv.com/?post_type=web-story&amp;p=4942\"/><meta name=\"web-stories-replace-head-end\"/></head><body><amp-story standalone=\"\" publisher=\"International African Movie Channel (IAMC TV)\" publisher-logo-src=\"https://www.iamctv.com/wp-content/uploads/2020/06/IAMCSiteIcon-1.png\" title=\"IAMC TV Stories\" poster-portrait-src=\"\"><amp-story-page id=\"2673fb93-afcf-4326-9958-d5993c0ff679\" auto-advance-after=\"7s\"><amp-story-grid-layer template=\"vertical\" aspect-ratio=\"412:618\" class=\"grid-layer\"><div class=\"page-fullbleed-area\" style=\"background-color:rgb(222,222,223)\"><div class=\"page-safe-area\"><div style=\"position:absolute;pointer-events:none;left:0%;top:-9.25926%;width:100%;height:118.51852%;opacity:1\"><div style=\"pointer-events:initial;width:100%;height:100%;display:block;position:absolute;top:0;left:0\" class=\"mask\" id=\"el-33f45a31-8fd8-440e-b682-5a41d65a4ba1\"><div style=\"position:absolute;width:329.58802%;height:100%;left:-114.79401%;top:0%\" data-leaf-element=\"true\"><amp-img layout=\"fill\" src=\"https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic.png\" alt=\"59th-Inaugural-Graphic\" srcSet=\"https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic.png 2000w,https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic-1536x832.png 1536w,https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic-1024x554.png 1024w,https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic-768x416.png 768w,https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic.png 600w,https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic-300x162.png 300w,https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic-150x81.png 150w\"></amp-img></div></div></div></div></div></amp-story-grid-layer><amp-story-grid-layer template=\"vertical\" aspect-ratio=\"412:618\" class=\"grid-layer\"><div class=\"page-fullbleed-area\"><div class=\"page-safe-area\"><div style=\"position:absolute;pointer-events:none;left:0%;top:-6.95793%;width:94.66019%;height:44.49838%;opacity:1\"><div style=\"pointer-events:initial;width:100%;height:100%;display:block;position:absolute;top:0;left:0\" class=\"mask\" id=\"el-c129976f-aaad-42a0-a949-88f3ee90d05f\"><div style=\"position:absolute;width:100.29841%;height:100%;left:-0.1492%;top:0%\" data-leaf-element=\"true\"><amp-img layout=\"fill\" src=\"https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2-3.png\" alt=\"https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2-3.png\" srcSet=\"https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2-3.png 938w,https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2-3-768x541.png 768w,https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2-3.png 600w,https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2-3-300x211.png 300w\"></amp-img></div></div></div><div style=\"position:absolute;pointer-events:none;left:2.6699%;top:89.80583%;width:94.41748%;height:10.03236%;opacity:1\"><div style=\"pointer-events:initial;width:100%;height:100%;display:block;position:absolute;top:0;left:0;border-radius:0.5141388174807198% 0.5141388174807198% 0.5141388174807198% 0.5141388174807198% / 3.225806451612903% 3.225806451612903% 3.225806451612903% 3.225806451612903%\" id=\"el-7b2f238c-0b62-44f4-91e4-f54c59e3f6d9\"><p class=\"fill\" style=\"white-space:pre-wrap;overflow-wrap:break-word;word-break:break-word;margin:-0.9700353470437018% 0;font-family:&quot;Roboto&quot;,&quot;Helvetica Neue&quot;,&quot;Helvetica&quot;,sans-serif;font-size:0.372168em;line-height:1.5;text-align:center;padding:0% 0%;color:#000000\">Check out our live stream of the Biden-Harris Inauguration</p></div></div></div></div></amp-story-grid-layer><amp-story-page-attachment layout=\"nodisplay\" href=\"https://www.iamctv.com/iamc-tv-live/\" data-cta-text=\"Learn more\"></amp-story-page-attachment></amp-story-page></amp-story></body></html>', 'IAMC TV Stories', '', 'publish', 'closed', 'closed', '', 'biden-harris-inauguration-live', '', '', '2021-01-20 10:56:06', '2021-01-20 15:56:06', '{\"version\":25,\"pages\":[{\"elements\":[{\"opacity\":100,\"flip\":{\"vertical\":false,\"horizontal\":false},\"rotationAngle\":0,\"lockAspectRatio\":true,\"backgroundColor\":{\"color\":{\"r\":255,\"g\":255,\"b\":255}},\"x\":0,\"y\":-43,\"width\":413,\"height\":222,\"mask\":{\"type\":\"rectangle\"},\"isBackground\":true,\"type\":\"image\",\"id\":\"33f45a31-8fd8-440e-b682-5a41d65a4ba1\",\"scale\":100,\"focalX\":50,\"focalY\":50,\"resource\":{\"type\":\"image\",\"mimeType\":\"image\\/png\",\"creationDate\":\"2021-01-19T18:16:52\",\"src\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic.png\",\"width\":330,\"height\":178,\"posterId\":0,\"id\":4925,\"title\":\"59th-Inaugural-Graphic\",\"alt\":\"59th-Inaugural-Graphic\",\"local\":false,\"sizes\":{\"medium\":{\"file\":\"59th-Inaugural-Graphic-300x162.png\",\"width\":300,\"height\":162,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-300x162.png\"},\"large\":{\"file\":\"59th-Inaugural-Graphic-1024x554.png\",\"width\":1024,\"height\":554,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-1024x554.png\"},\"thumbnail\":{\"file\":\"59th-Inaugural-Graphic-150x150.png\",\"width\":150,\"height\":150,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-150x150.png\"},\"medium_large\":{\"file\":\"59th-Inaugural-Graphic-768x416.png\",\"width\":768,\"height\":416,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-768x416.png\"},\"1536x1536\":{\"file\":\"59th-Inaugural-Graphic-1536x832.png\",\"width\":1536,\"height\":832,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-1536x832.png\"},\"newsphere-slider-full\":{\"file\":\"59th-Inaugural-Graphic-1280x720.png\",\"width\":1280,\"height\":720,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-1280x720.png\"},\"newsphere-featured\":{\"file\":\"59th-Inaugural-Graphic-1024x554.png\",\"width\":1024,\"height\":554,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-1024x554.png\"},\"newsphere-medium\":{\"file\":\"59th-Inaugural-Graphic-720x380.png\",\"width\":720,\"height\":380,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-720x380.png\"},\"web-stories-poster-portrait\":{\"file\":\"59th-Inaugural-Graphic-640x853.png\",\"width\":640,\"height\":853,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-640x853.png\"},\"web-stories-poster-landscape\":{\"file\":\"59th-Inaugural-Graphic-853x640.png\",\"width\":853,\"height\":640,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-853x640.png\"},\"web-stories-poster-square\":{\"file\":\"59th-Inaugural-Graphic-640x640.png\",\"width\":640,\"height\":640,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-640x640.png\"},\"web-stories-publisher-logo\":{\"file\":\"59th-Inaugural-Graphic-96x96.png\",\"width\":96,\"height\":96,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-96x96.png\"},\"web-stories-thumbnail\":{\"file\":\"59th-Inaugural-Graphic-150x81.png\",\"width\":150,\"height\":81,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-150x81.png\"},\"woocommerce_thumbnail\":{\"file\":\"59th-Inaugural-Graphic-300x300.png\",\"width\":300,\"height\":300,\"uncropped\":false,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-300x300.png\"},\"woocommerce_single\":{\"file\":\"59th-Inaugural-Graphic-600x325.png\",\"width\":600,\"height\":325,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic.png\"},\"woocommerce_gallery_thumbnail\":{\"file\":\"59th-Inaugural-Graphic-100x100.png\",\"width\":100,\"height\":100,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-100x100.png\"},\"shop_catalog\":{\"file\":\"59th-Inaugural-Graphic-300x300.png\",\"width\":300,\"height\":300,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-300x300.png\"},\"shop_single\":{\"file\":\"59th-Inaugural-Graphic-600x325.png\",\"width\":600,\"height\":325,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic.png\"},\"shop_thumbnail\":{\"file\":\"59th-Inaugural-Graphic-100x100.png\",\"width\":100,\"height\":100,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-100x100.png\"},\"full\":{\"file\":\"59th-Inaugural-Graphic.png\",\"width\":2000,\"height\":1083,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic.png\"}},\"baseColor\":[222,222,223]}},{\"opacity\":100,\"flip\":{\"vertical\":false,\"horizontal\":false},\"rotationAngle\":0,\"lockAspectRatio\":true,\"scale\":100,\"focalX\":50,\"focalY\":50,\"resource\":{\"type\":\"image\",\"mimeType\":\"image\\/png\",\"creationDate\":\"2020-10-09T17:56:49\",\"src\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3.png\",\"width\":330,\"height\":232,\"posterId\":0,\"id\":116,\"title\":\"cropped-IAMCMainLogo-2-3.png\",\"alt\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3.png\",\"local\":false,\"sizes\":{\"medium\":{\"file\":\"cropped-IAMCMainLogo-2-3-300x211.png\",\"width\":300,\"height\":211,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-300x211.png\"},\"thumbnail\":{\"file\":\"cropped-IAMCMainLogo-2-3-150x150.png\",\"width\":150,\"height\":150,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-150x150.png\"},\"medium_large\":{\"file\":\"cropped-IAMCMainLogo-2-3-768x541.png\",\"width\":768,\"height\":541,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-768x541.png\"},\"newsphere-medium\":{\"file\":\"cropped-IAMCMainLogo-2-3-720x380.png\",\"width\":720,\"height\":380,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-720x380.png\"},\"woocommerce_thumbnail\":{\"file\":\"cropped-IAMCMainLogo-2-3-300x300.png\",\"width\":300,\"height\":300,\"uncropped\":false,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-300x300.png\"},\"woocommerce_single\":{\"file\":\"cropped-IAMCMainLogo-2-3-600x423.png\",\"width\":600,\"height\":423,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3.png\"},\"woocommerce_gallery_thumbnail\":{\"file\":\"cropped-IAMCMainLogo-2-3-100x100.png\",\"width\":100,\"height\":100,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-100x100.png\"},\"shop_catalog\":{\"file\":\"cropped-IAMCMainLogo-2-3-300x300.png\",\"width\":300,\"height\":300,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-300x300.png\"},\"shop_single\":{\"file\":\"cropped-IAMCMainLogo-2-3-600x423.png\",\"width\":600,\"height\":423,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3.png\"},\"shop_thumbnail\":{\"file\":\"cropped-IAMCMainLogo-2-3-100x100.png\",\"width\":100,\"height\":100,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-100x100.png\"},\"full\":{\"file\":\"cropped-IAMCMainLogo-2-3.png\",\"width\":938,\"height\":661,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3.png\"}},\"baseColor\":[142,80,4]},\"type\":\"image\",\"x\":0,\"y\":-43,\"width\":390,\"height\":275,\"mask\":{\"type\":\"rectangle\",\"showInLibrary\":true,\"name\":\"Rectangle\",\"path\":\"M 0,0 1,0 1,1 0,1 0,0 Z\",\"ratio\":1,\"supportsBorder\":true},\"id\":\"c129976f-aaad-42a0-a949-88f3ee90d05f\"},{\"opacity\":100,\"flip\":{\"vertical\":false,\"horizontal\":false},\"rotationAngle\":0,\"lockAspectRatio\":true,\"backgroundTextMode\":\"NONE\",\"font\":{\"family\":\"Roboto\",\"weights\":[100,300,400,500,700,900],\"styles\":[\"italic\",\"regular\"],\"variants\":[[0,100],[1,100],[0,300],[1,300],[0,400],[1,400],[0,500],[1,500],[0,700],[1,700],[0,900],[1,900]],\"fallbacks\":[\"Helvetica Neue\",\"Helvetica\",\"sans-serif\"],\"service\":\"fonts.google.com\",\"metrics\":{\"upm\":2048,\"asc\":1900,\"des\":-500,\"tAsc\":1536,\"tDes\":-512,\"tLGap\":102,\"wAsc\":1946,\"wDes\":512,\"xH\":1082,\"capH\":1456,\"yMin\":-555,\"yMax\":2163,\"hAsc\":1900,\"hDes\":-500,\"lGap\":0}},\"fontSize\":23,\"backgroundColor\":{\"color\":{\"r\":196,\"g\":196,\"b\":196}},\"lineHeight\":1.5,\"textAlign\":\"center\",\"padding\":{\"vertical\":0,\"horizontal\":0,\"locked\":true},\"type\":\"text\",\"content\":\"Check out our live stream of the Biden-Harris Inauguration\",\"fontWeight\":400,\"borderRadius\":{\"locked\":true,\"topLeft\":2,\"topRight\":2,\"bottomRight\":2,\"bottomLeft\":2},\"x\":11,\"y\":555,\"width\":389,\"height\":62,\"scale\":100,\"focalX\":50,\"focalY\":50,\"id\":\"7b2f238c-0b62-44f4-91e4-f54c59e3f6d9\",\"marginOffset\":7.546875}],\"backgroundColor\":{\"color\":{\"r\":222,\"g\":68,\"b\":68}},\"type\":\"page\",\"id\":\"2673fb93-afcf-4326-9958-d5993c0ff679\",\"defaultBackgroundElement\":{\"opacity\":100,\"flip\":{\"vertical\":false,\"horizontal\":false},\"rotationAngle\":0,\"lockAspectRatio\":true,\"backgroundColor\":{\"color\":{\"r\":255,\"g\":255,\"b\":255}},\"x\":1,\"y\":1,\"width\":1,\"height\":1,\"mask\":{\"type\":\"rectangle\"},\"isBackground\":true,\"isDefaultBackground\":true,\"type\":\"shape\",\"id\":\"3de61403-5da3-41eb-8fe8-3ccd16882fb7\"},\"animations\":[],\"pageAttachment\":{\"url\":\"https:\\/\\/www.iamctv.com\\/iamc-tv-live\\/\"}}],\"autoAdvance\":true,\"defaultPageDuration\":7}', 0, 'https://www.iamctv.com/?post_type=web-story&#038;p=4942', 0, 'web-story', '', 0),
(4941, 1, '2021-01-20 10:22:18', '2021-01-20 15:22:18', '<!-- wp:paragraph -->\n<p>The inauguration of Joseph Biden and Kamala Harris as the President &amp; Vice President of the United States of America is a welcoming event and a sigh of relief for most Americans.&nbsp; This day 4 years ago, most Americans were very sad and somber because most saw the impending doom that will be caused by Mr. Trump.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After living under the absurdity called Trump Presidency for 4 years, most are looking forward now to a more peaceful and tolerant society.&nbsp; We welcome the new leadership as they try to heal our national wounds and bringing true leadership filled with compassion and vision.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We congratulate and salute the 46<sup>th</sup> President of the United States of America, Joseph Biden, and his Vice President Kamala Harris.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/embed/C-qYgs_yOXA\",\"type\":\"rich\",\"providerNameSlug\":\"embed-handler\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-embed-handler wp-block-embed-embed-handler wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/embed/C-qYgs_yOXA\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Photo Credit: <a href=\"https://www.inaugural.senate.gov/\" target=\"_blank\" rel=\"noreferrer noopener\">JCCIC</a></p>\n<!-- /wp:paragraph -->', '2021 Biden-Harris Inauguration', '', 'inherit', 'closed', 'closed', '', '4923-revision-v1', '', '', '2021-01-20 10:22:18', '2021-01-20 15:22:18', '', 4923, 'https://www.iamctv.com/4923-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `iamc_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
(4943, 1, '2021-01-20 10:40:18', '2021-01-20 15:40:18', '<html amp=\"\" lang=\"en\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width,minimum-scale=1,initial-scale=1\"/><script async=\"\" src=\"https://cdn.ampproject.org/v0.js\"></script><script async=\"\" src=\"https://cdn.ampproject.org/v0/amp-story-1.0.js\" custom-element=\"amp-story\"></script><style amp-boilerplate=\"\">body{-webkit-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-moz-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-ms-animation:-amp-start 8s steps(1,end) 0s 1 normal both;animation:-amp-start 8s steps(1,end) 0s 1 normal both}@-webkit-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-moz-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-ms-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-o-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}</style><noscript><style amp-boilerplate=\"\">body{-webkit-animation:none;-moz-animation:none;-ms-animation:none;animation:none}</style></noscript><style amp-custom=\"\">\n              amp-story-page {\n                background-color: #1B1D1C;\n              }\n\n              amp-story-grid-layer {\n                overflow: visible;\n              }\n\n              @media (max-aspect-ratio: 9 / 16)  {\n                @media (min-aspect-ratio: 320 / 678) {\n                  amp-story-grid-layer.grid-layer {\n                    margin-top: calc((100% / 0.5625 - 100% / 0.6666666666666666) / 2);\n                  }\n                }\n              }\n\n              .page-fullbleed-area,\n              .page-background-overlay-area {\n                position: absolute;\n                overflow: hidden;\n                width: 100%;\n                left: 0;\n                height: calc(1.1851851851851851 * 100%);\n                top: calc((1 - 1.1851851851851851) * 100% / 2);\n              }\n\n              .page-safe-area {\n                overflow: visible;\n                position: absolute;\n                top: 0;\n                bottom: 0;\n                left: 0;\n                right: 0;\n                width: 100%;\n                height: calc(0.84375 * 100%);\n                margin: auto 0;\n              }\n\n              .mask {\n                position: absolute;\n                overflow: hidden;\n              }\n\n              .fill {\n                position: absolute;\n                top: 0;\n                left: 0;\n                right: 0;\n                bottom: 0;\n                margin: 0;\n              }\n              </style><meta name=\"web-stories-replace-head-start\"/><title></title><link rel=\"canonical\" href=\"https://www.iamctv.com/?post_type=web-story&amp;p=4942\"/><meta name=\"web-stories-replace-head-end\"/></head><body><amp-story standalone=\"\" publisher=\"International African Movie Channel (IAMC TV)\" publisher-logo-src=\"https://www.iamctv.com/wp-content/uploads/2020/06/IAMCSiteIcon-1.png\" title=\"\" poster-portrait-src=\"\"><amp-story-page id=\"2673fb93-afcf-4326-9958-d5993c0ff679\" auto-advance-after=\"7s\"><amp-story-grid-layer template=\"vertical\" aspect-ratio=\"412:618\" class=\"grid-layer\"><div class=\"page-fullbleed-area\" style=\"background-color:#de4444\"><div class=\"page-safe-area\"><div style=\"position:absolute;pointer-events:none;left:0%;top:-9.25926%;width:100%;height:118.51852%;opacity:1\"><div style=\"pointer-events:initial;width:100%;height:100%;display:block;position:absolute;top:0;left:0\" class=\"mask\" id=\"el-33f45a31-8fd8-440e-b682-5a41d65a4ba1\"><div class=\"fill\"></div></div></div></div></div></amp-story-grid-layer><amp-story-grid-layer template=\"vertical\" aspect-ratio=\"412:618\" class=\"grid-layer\"><div class=\"page-fullbleed-area\"><div class=\"page-safe-area\"><div style=\"position:absolute;pointer-events:none;left:0%;top:-8.25243%;width:100.24272%;height:35.92233%;opacity:1\"><div style=\"pointer-events:initial;width:100%;height:100%;display:block;position:absolute;top:0;left:0\" class=\"mask\" id=\"el-8370604e-faca-4e2f-a4b8-24398fe714c7\"><div style=\"position:absolute;width:100%;height:100.34671%;left:0%;top:-0.17336%\" data-leaf-element=\"true\"><amp-img layout=\"fill\" src=\"https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic.png\" alt=\"59th-Inaugural-Graphic\" srcSet=\"https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic.png 2000w,https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic-1536x832.png 1536w,https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic-1024x554.png 1024w,https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic-768x416.png 768w,https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic.png 600w,https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic-300x162.png 300w,https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic-150x81.png 150w\"></amp-img></div></div></div><div style=\"position:absolute;pointer-events:none;left:2.6699%;top:30.42071%;width:94.66019%;height:44.49838%;opacity:1\"><div style=\"pointer-events:initial;width:100%;height:100%;display:block;position:absolute;top:0;left:0\" class=\"mask\" id=\"el-c129976f-aaad-42a0-a949-88f3ee90d05f\"><div style=\"position:absolute;width:100.29841%;height:100%;left:-0.1492%;top:0%\" data-leaf-element=\"true\"><amp-img layout=\"fill\" src=\"https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2-3.png\" alt=\"https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2-3.png\" srcSet=\"https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2-3.png 938w,https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2-3-768x541.png 768w,https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2-3.png 600w,https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2-3-300x211.png 300w\"></amp-img></div></div></div></div></div></amp-story-grid-layer></amp-story-page></amp-story></body></html>', '', '', 'inherit', 'closed', 'closed', '', '4942-revision-v1', '', '', '2021-01-20 10:40:18', '2021-01-20 15:40:18', '{\"version\":25,\"pages\":[{\"elements\":[{\"opacity\":100,\"flip\":{\"vertical\":false,\"horizontal\":false},\"rotationAngle\":0,\"lockAspectRatio\":true,\"backgroundColor\":{\"color\":{\"r\":255,\"g\":255,\"b\":255}},\"x\":1,\"y\":1,\"width\":1,\"height\":1,\"mask\":{\"type\":\"rectangle\"},\"isBackground\":true,\"isDefaultBackground\":true,\"type\":\"shape\",\"id\":\"33f45a31-8fd8-440e-b682-5a41d65a4ba1\"},{\"opacity\":100,\"flip\":{\"vertical\":false,\"horizontal\":false},\"rotationAngle\":0,\"lockAspectRatio\":true,\"scale\":100,\"focalX\":50,\"focalY\":50,\"resource\":{\"type\":\"image\",\"mimeType\":\"image\\/png\",\"creationDate\":\"2021-01-19T18:16:52\",\"src\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic.png\",\"width\":330,\"height\":178,\"posterId\":0,\"id\":4925,\"title\":\"59th-Inaugural-Graphic\",\"alt\":\"59th-Inaugural-Graphic\",\"local\":false,\"sizes\":{\"medium\":{\"file\":\"59th-Inaugural-Graphic-300x162.png\",\"width\":300,\"height\":162,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-300x162.png\"},\"large\":{\"file\":\"59th-Inaugural-Graphic-1024x554.png\",\"width\":1024,\"height\":554,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-1024x554.png\"},\"thumbnail\":{\"file\":\"59th-Inaugural-Graphic-150x150.png\",\"width\":150,\"height\":150,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-150x150.png\"},\"medium_large\":{\"file\":\"59th-Inaugural-Graphic-768x416.png\",\"width\":768,\"height\":416,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-768x416.png\"},\"1536x1536\":{\"file\":\"59th-Inaugural-Graphic-1536x832.png\",\"width\":1536,\"height\":832,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-1536x832.png\"},\"newsphere-slider-full\":{\"file\":\"59th-Inaugural-Graphic-1280x720.png\",\"width\":1280,\"height\":720,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-1280x720.png\"},\"newsphere-featured\":{\"file\":\"59th-Inaugural-Graphic-1024x554.png\",\"width\":1024,\"height\":554,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-1024x554.png\"},\"newsphere-medium\":{\"file\":\"59th-Inaugural-Graphic-720x380.png\",\"width\":720,\"height\":380,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-720x380.png\"},\"web-stories-poster-portrait\":{\"file\":\"59th-Inaugural-Graphic-640x853.png\",\"width\":640,\"height\":853,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-640x853.png\"},\"web-stories-poster-landscape\":{\"file\":\"59th-Inaugural-Graphic-853x640.png\",\"width\":853,\"height\":640,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-853x640.png\"},\"web-stories-poster-square\":{\"file\":\"59th-Inaugural-Graphic-640x640.png\",\"width\":640,\"height\":640,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-640x640.png\"},\"web-stories-publisher-logo\":{\"file\":\"59th-Inaugural-Graphic-96x96.png\",\"width\":96,\"height\":96,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-96x96.png\"},\"web-stories-thumbnail\":{\"file\":\"59th-Inaugural-Graphic-150x81.png\",\"width\":150,\"height\":81,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-150x81.png\"},\"woocommerce_thumbnail\":{\"file\":\"59th-Inaugural-Graphic-300x300.png\",\"width\":300,\"height\":300,\"uncropped\":false,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-300x300.png\"},\"woocommerce_single\":{\"file\":\"59th-Inaugural-Graphic-600x325.png\",\"width\":600,\"height\":325,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic.png\"},\"woocommerce_gallery_thumbnail\":{\"file\":\"59th-Inaugural-Graphic-100x100.png\",\"width\":100,\"height\":100,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-100x100.png\"},\"shop_catalog\":{\"file\":\"59th-Inaugural-Graphic-300x300.png\",\"width\":300,\"height\":300,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-300x300.png\"},\"shop_single\":{\"file\":\"59th-Inaugural-Graphic-600x325.png\",\"width\":600,\"height\":325,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic.png\"},\"shop_thumbnail\":{\"file\":\"59th-Inaugural-Graphic-100x100.png\",\"width\":100,\"height\":100,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-100x100.png\"},\"full\":{\"file\":\"59th-Inaugural-Graphic.png\",\"width\":2000,\"height\":1083,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic.png\"}},\"baseColor\":[222,222,223]},\"type\":\"image\",\"x\":0,\"y\":-51,\"width\":413,\"height\":222,\"mask\":{\"type\":\"rectangle\",\"showInLibrary\":true,\"name\":\"Rectangle\",\"path\":\"M 0,0 1,0 1,1 0,1 0,0 Z\",\"ratio\":1,\"supportsBorder\":true},\"id\":\"8370604e-faca-4e2f-a4b8-24398fe714c7\"},{\"opacity\":100,\"flip\":{\"vertical\":false,\"horizontal\":false},\"rotationAngle\":0,\"lockAspectRatio\":true,\"scale\":100,\"focalX\":50,\"focalY\":50,\"resource\":{\"type\":\"image\",\"mimeType\":\"image\\/png\",\"creationDate\":\"2020-10-09T17:56:49\",\"src\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3.png\",\"width\":330,\"height\":232,\"posterId\":0,\"id\":116,\"title\":\"cropped-IAMCMainLogo-2-3.png\",\"alt\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3.png\",\"local\":false,\"sizes\":{\"medium\":{\"file\":\"cropped-IAMCMainLogo-2-3-300x211.png\",\"width\":300,\"height\":211,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-300x211.png\"},\"thumbnail\":{\"file\":\"cropped-IAMCMainLogo-2-3-150x150.png\",\"width\":150,\"height\":150,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-150x150.png\"},\"medium_large\":{\"file\":\"cropped-IAMCMainLogo-2-3-768x541.png\",\"width\":768,\"height\":541,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-768x541.png\"},\"newsphere-medium\":{\"file\":\"cropped-IAMCMainLogo-2-3-720x380.png\",\"width\":720,\"height\":380,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-720x380.png\"},\"woocommerce_thumbnail\":{\"file\":\"cropped-IAMCMainLogo-2-3-300x300.png\",\"width\":300,\"height\":300,\"uncropped\":false,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-300x300.png\"},\"woocommerce_single\":{\"file\":\"cropped-IAMCMainLogo-2-3-600x423.png\",\"width\":600,\"height\":423,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3.png\"},\"woocommerce_gallery_thumbnail\":{\"file\":\"cropped-IAMCMainLogo-2-3-100x100.png\",\"width\":100,\"height\":100,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-100x100.png\"},\"shop_catalog\":{\"file\":\"cropped-IAMCMainLogo-2-3-300x300.png\",\"width\":300,\"height\":300,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-300x300.png\"},\"shop_single\":{\"file\":\"cropped-IAMCMainLogo-2-3-600x423.png\",\"width\":600,\"height\":423,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3.png\"},\"shop_thumbnail\":{\"file\":\"cropped-IAMCMainLogo-2-3-100x100.png\",\"width\":100,\"height\":100,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-100x100.png\"},\"full\":{\"file\":\"cropped-IAMCMainLogo-2-3.png\",\"width\":938,\"height\":661,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3.png\"}},\"baseColor\":[142,80,4]},\"type\":\"image\",\"x\":11,\"y\":188,\"width\":390,\"height\":275,\"mask\":{\"type\":\"rectangle\",\"showInLibrary\":true,\"name\":\"Rectangle\",\"path\":\"M 0,0 1,0 1,1 0,1 0,0 Z\",\"ratio\":1,\"supportsBorder\":true},\"id\":\"c129976f-aaad-42a0-a949-88f3ee90d05f\"}],\"backgroundColor\":{\"color\":{\"r\":222,\"g\":68,\"b\":68}},\"type\":\"page\",\"id\":\"2673fb93-afcf-4326-9958-d5993c0ff679\"}],\"autoAdvance\":true,\"defaultPageDuration\":7}', 4942, 'https://www.iamctv.com/4942-revision-v1/', 0, 'revision', '', 0),
(4944, 1, '2021-01-20 10:41:08', '2021-01-20 15:41:08', '<html amp=\"\" lang=\"en\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width,minimum-scale=1,initial-scale=1\"/><script async=\"\" src=\"https://cdn.ampproject.org/v0.js\"></script><script async=\"\" src=\"https://cdn.ampproject.org/v0/amp-story-1.0.js\" custom-element=\"amp-story\"></script><style amp-boilerplate=\"\">body{-webkit-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-moz-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-ms-animation:-amp-start 8s steps(1,end) 0s 1 normal both;animation:-amp-start 8s steps(1,end) 0s 1 normal both}@-webkit-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-moz-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-ms-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-o-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}</style><noscript><style amp-boilerplate=\"\">body{-webkit-animation:none;-moz-animation:none;-ms-animation:none;animation:none}</style></noscript><style amp-custom=\"\">\n              amp-story-page {\n                background-color: #1B1D1C;\n              }\n\n              amp-story-grid-layer {\n                overflow: visible;\n              }\n\n              @media (max-aspect-ratio: 9 / 16)  {\n                @media (min-aspect-ratio: 320 / 678) {\n                  amp-story-grid-layer.grid-layer {\n                    margin-top: calc((100% / 0.5625 - 100% / 0.6666666666666666) / 2);\n                  }\n                }\n              }\n\n              .page-fullbleed-area,\n              .page-background-overlay-area {\n                position: absolute;\n                overflow: hidden;\n                width: 100%;\n                left: 0;\n                height: calc(1.1851851851851851 * 100%);\n                top: calc((1 - 1.1851851851851851) * 100% / 2);\n              }\n\n              .page-safe-area {\n                overflow: visible;\n                position: absolute;\n                top: 0;\n                bottom: 0;\n                left: 0;\n                right: 0;\n                width: 100%;\n                height: calc(0.84375 * 100%);\n                margin: auto 0;\n              }\n\n              .mask {\n                position: absolute;\n                overflow: hidden;\n              }\n\n              .fill {\n                position: absolute;\n                top: 0;\n                left: 0;\n                right: 0;\n                bottom: 0;\n                margin: 0;\n              }\n              </style><meta name=\"web-stories-replace-head-start\"/><title>Biden-Harris Inauguration Live</title><link rel=\"canonical\" href=\"https://www.iamctv.com/?post_type=web-story&amp;p=4942\"/><meta name=\"web-stories-replace-head-end\"/></head><body><amp-story standalone=\"\" publisher=\"International African Movie Channel (IAMC TV)\" publisher-logo-src=\"https://www.iamctv.com/wp-content/uploads/2020/06/IAMCSiteIcon-1.png\" title=\"Biden-Harris Inauguration Live\" poster-portrait-src=\"\"><amp-story-page id=\"2673fb93-afcf-4326-9958-d5993c0ff679\" auto-advance-after=\"7s\"><amp-story-grid-layer template=\"vertical\" aspect-ratio=\"412:618\" class=\"grid-layer\"><div class=\"page-fullbleed-area\" style=\"background-color:#de4444\"><div class=\"page-safe-area\"><div style=\"position:absolute;pointer-events:none;left:0%;top:-9.25926%;width:100%;height:118.51852%;opacity:1\"><div style=\"pointer-events:initial;width:100%;height:100%;display:block;position:absolute;top:0;left:0\" class=\"mask\" id=\"el-33f45a31-8fd8-440e-b682-5a41d65a4ba1\"><div class=\"fill\"></div></div></div></div></div></amp-story-grid-layer><amp-story-grid-layer template=\"vertical\" aspect-ratio=\"412:618\" class=\"grid-layer\"><div class=\"page-fullbleed-area\"><div class=\"page-safe-area\"><div style=\"position:absolute;pointer-events:none;left:0%;top:-8.25243%;width:100.24272%;height:35.92233%;opacity:1\"><div style=\"pointer-events:initial;width:100%;height:100%;display:block;position:absolute;top:0;left:0\" class=\"mask\" id=\"el-8370604e-faca-4e2f-a4b8-24398fe714c7\"><div style=\"position:absolute;width:100%;height:100.34671%;left:0%;top:-0.17336%\" data-leaf-element=\"true\"><amp-img layout=\"fill\" src=\"https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic.png\" alt=\"59th-Inaugural-Graphic\" srcSet=\"https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic.png 2000w,https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic-1536x832.png 1536w,https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic-1024x554.png 1024w,https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic-768x416.png 768w,https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic.png 600w,https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic-300x162.png 300w,https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic-150x81.png 150w\"></amp-img></div></div></div><div style=\"position:absolute;pointer-events:none;left:2.6699%;top:30.42071%;width:94.66019%;height:44.49838%;opacity:1\"><div style=\"pointer-events:initial;width:100%;height:100%;display:block;position:absolute;top:0;left:0\" class=\"mask\" id=\"el-c129976f-aaad-42a0-a949-88f3ee90d05f\"><div style=\"position:absolute;width:100.29841%;height:100%;left:-0.1492%;top:0%\" data-leaf-element=\"true\"><amp-img layout=\"fill\" src=\"https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2-3.png\" alt=\"https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2-3.png\" srcSet=\"https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2-3.png 938w,https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2-3-768x541.png 768w,https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2-3.png 600w,https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2-3-300x211.png 300w\"></amp-img></div></div></div></div></div></amp-story-grid-layer></amp-story-page></amp-story></body></html>', 'Biden-Harris Inauguration Live', '', 'inherit', 'closed', 'closed', '', '4942-revision-v1', '', '', '2021-01-20 10:41:08', '2021-01-20 15:41:08', '{\"version\":25,\"pages\":[{\"elements\":[{\"opacity\":100,\"flip\":{\"vertical\":false,\"horizontal\":false},\"rotationAngle\":0,\"lockAspectRatio\":true,\"backgroundColor\":{\"color\":{\"r\":255,\"g\":255,\"b\":255}},\"x\":1,\"y\":1,\"width\":1,\"height\":1,\"mask\":{\"type\":\"rectangle\"},\"isBackground\":true,\"isDefaultBackground\":true,\"type\":\"shape\",\"id\":\"33f45a31-8fd8-440e-b682-5a41d65a4ba1\"},{\"opacity\":100,\"flip\":{\"vertical\":false,\"horizontal\":false},\"rotationAngle\":0,\"lockAspectRatio\":true,\"scale\":100,\"focalX\":50,\"focalY\":50,\"resource\":{\"type\":\"image\",\"mimeType\":\"image\\/png\",\"creationDate\":\"2021-01-19T18:16:52\",\"src\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic.png\",\"width\":330,\"height\":178,\"posterId\":0,\"id\":4925,\"title\":\"59th-Inaugural-Graphic\",\"alt\":\"59th-Inaugural-Graphic\",\"local\":false,\"sizes\":{\"medium\":{\"file\":\"59th-Inaugural-Graphic-300x162.png\",\"width\":300,\"height\":162,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-300x162.png\"},\"large\":{\"file\":\"59th-Inaugural-Graphic-1024x554.png\",\"width\":1024,\"height\":554,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-1024x554.png\"},\"thumbnail\":{\"file\":\"59th-Inaugural-Graphic-150x150.png\",\"width\":150,\"height\":150,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-150x150.png\"},\"medium_large\":{\"file\":\"59th-Inaugural-Graphic-768x416.png\",\"width\":768,\"height\":416,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-768x416.png\"},\"1536x1536\":{\"file\":\"59th-Inaugural-Graphic-1536x832.png\",\"width\":1536,\"height\":832,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-1536x832.png\"},\"newsphere-slider-full\":{\"file\":\"59th-Inaugural-Graphic-1280x720.png\",\"width\":1280,\"height\":720,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-1280x720.png\"},\"newsphere-featured\":{\"file\":\"59th-Inaugural-Graphic-1024x554.png\",\"width\":1024,\"height\":554,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-1024x554.png\"},\"newsphere-medium\":{\"file\":\"59th-Inaugural-Graphic-720x380.png\",\"width\":720,\"height\":380,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-720x380.png\"},\"web-stories-poster-portrait\":{\"file\":\"59th-Inaugural-Graphic-640x853.png\",\"width\":640,\"height\":853,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-640x853.png\"},\"web-stories-poster-landscape\":{\"file\":\"59th-Inaugural-Graphic-853x640.png\",\"width\":853,\"height\":640,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-853x640.png\"},\"web-stories-poster-square\":{\"file\":\"59th-Inaugural-Graphic-640x640.png\",\"width\":640,\"height\":640,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-640x640.png\"},\"web-stories-publisher-logo\":{\"file\":\"59th-Inaugural-Graphic-96x96.png\",\"width\":96,\"height\":96,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-96x96.png\"},\"web-stories-thumbnail\":{\"file\":\"59th-Inaugural-Graphic-150x81.png\",\"width\":150,\"height\":81,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-150x81.png\"},\"woocommerce_thumbnail\":{\"file\":\"59th-Inaugural-Graphic-300x300.png\",\"width\":300,\"height\":300,\"uncropped\":false,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-300x300.png\"},\"woocommerce_single\":{\"file\":\"59th-Inaugural-Graphic-600x325.png\",\"width\":600,\"height\":325,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic.png\"},\"woocommerce_gallery_thumbnail\":{\"file\":\"59th-Inaugural-Graphic-100x100.png\",\"width\":100,\"height\":100,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-100x100.png\"},\"shop_catalog\":{\"file\":\"59th-Inaugural-Graphic-300x300.png\",\"width\":300,\"height\":300,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-300x300.png\"},\"shop_single\":{\"file\":\"59th-Inaugural-Graphic-600x325.png\",\"width\":600,\"height\":325,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic.png\"},\"shop_thumbnail\":{\"file\":\"59th-Inaugural-Graphic-100x100.png\",\"width\":100,\"height\":100,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-100x100.png\"},\"full\":{\"file\":\"59th-Inaugural-Graphic.png\",\"width\":2000,\"height\":1083,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic.png\"}},\"baseColor\":[222,222,223]},\"type\":\"image\",\"x\":0,\"y\":-51,\"width\":413,\"height\":222,\"mask\":{\"type\":\"rectangle\",\"showInLibrary\":true,\"name\":\"Rectangle\",\"path\":\"M 0,0 1,0 1,1 0,1 0,0 Z\",\"ratio\":1,\"supportsBorder\":true},\"id\":\"8370604e-faca-4e2f-a4b8-24398fe714c7\"},{\"opacity\":100,\"flip\":{\"vertical\":false,\"horizontal\":false},\"rotationAngle\":0,\"lockAspectRatio\":true,\"scale\":100,\"focalX\":50,\"focalY\":50,\"resource\":{\"type\":\"image\",\"mimeType\":\"image\\/png\",\"creationDate\":\"2020-10-09T17:56:49\",\"src\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3.png\",\"width\":330,\"height\":232,\"posterId\":0,\"id\":116,\"title\":\"cropped-IAMCMainLogo-2-3.png\",\"alt\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3.png\",\"local\":false,\"sizes\":{\"medium\":{\"file\":\"cropped-IAMCMainLogo-2-3-300x211.png\",\"width\":300,\"height\":211,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-300x211.png\"},\"thumbnail\":{\"file\":\"cropped-IAMCMainLogo-2-3-150x150.png\",\"width\":150,\"height\":150,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-150x150.png\"},\"medium_large\":{\"file\":\"cropped-IAMCMainLogo-2-3-768x541.png\",\"width\":768,\"height\":541,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-768x541.png\"},\"newsphere-medium\":{\"file\":\"cropped-IAMCMainLogo-2-3-720x380.png\",\"width\":720,\"height\":380,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-720x380.png\"},\"woocommerce_thumbnail\":{\"file\":\"cropped-IAMCMainLogo-2-3-300x300.png\",\"width\":300,\"height\":300,\"uncropped\":false,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-300x300.png\"},\"woocommerce_single\":{\"file\":\"cropped-IAMCMainLogo-2-3-600x423.png\",\"width\":600,\"height\":423,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3.png\"},\"woocommerce_gallery_thumbnail\":{\"file\":\"cropped-IAMCMainLogo-2-3-100x100.png\",\"width\":100,\"height\":100,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-100x100.png\"},\"shop_catalog\":{\"file\":\"cropped-IAMCMainLogo-2-3-300x300.png\",\"width\":300,\"height\":300,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-300x300.png\"},\"shop_single\":{\"file\":\"cropped-IAMCMainLogo-2-3-600x423.png\",\"width\":600,\"height\":423,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3.png\"},\"shop_thumbnail\":{\"file\":\"cropped-IAMCMainLogo-2-3-100x100.png\",\"width\":100,\"height\":100,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-100x100.png\"},\"full\":{\"file\":\"cropped-IAMCMainLogo-2-3.png\",\"width\":938,\"height\":661,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3.png\"}},\"baseColor\":[142,80,4]},\"type\":\"image\",\"x\":11,\"y\":188,\"width\":390,\"height\":275,\"mask\":{\"type\":\"rectangle\",\"showInLibrary\":true,\"name\":\"Rectangle\",\"path\":\"M 0,0 1,0 1,1 0,1 0,0 Z\",\"ratio\":1,\"supportsBorder\":true},\"id\":\"c129976f-aaad-42a0-a949-88f3ee90d05f\"}],\"backgroundColor\":{\"color\":{\"r\":222,\"g\":68,\"b\":68}},\"type\":\"page\",\"id\":\"2673fb93-afcf-4326-9958-d5993c0ff679\"}],\"autoAdvance\":true,\"defaultPageDuration\":7}', 4942, 'https://www.iamctv.com/4942-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `iamc_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
(4946, 1, '2021-01-20 10:44:05', '2021-01-20 15:44:05', '<html amp=\"\" lang=\"en\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width,minimum-scale=1,initial-scale=1\"/><script async=\"\" src=\"https://cdn.ampproject.org/v0.js\"></script><script async=\"\" src=\"https://cdn.ampproject.org/v0/amp-story-1.0.js\" custom-element=\"amp-story\"></script><link href=\"https://fonts.googleapis.com/css2?display=swap&amp;family=Roboto\" rel=\"stylesheet\"/><style amp-boilerplate=\"\">body{-webkit-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-moz-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-ms-animation:-amp-start 8s steps(1,end) 0s 1 normal both;animation:-amp-start 8s steps(1,end) 0s 1 normal both}@-webkit-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-moz-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-ms-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-o-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}</style><noscript><style amp-boilerplate=\"\">body{-webkit-animation:none;-moz-animation:none;-ms-animation:none;animation:none}</style></noscript><style amp-custom=\"\">\n              amp-story-page {\n                background-color: #1B1D1C;\n              }\n\n              amp-story-grid-layer {\n                overflow: visible;\n              }\n\n              @media (max-aspect-ratio: 9 / 16)  {\n                @media (min-aspect-ratio: 320 / 678) {\n                  amp-story-grid-layer.grid-layer {\n                    margin-top: calc((100% / 0.5625 - 100% / 0.6666666666666666) / 2);\n                  }\n                }\n              }\n\n              .page-fullbleed-area,\n              .page-background-overlay-area {\n                position: absolute;\n                overflow: hidden;\n                width: 100%;\n                left: 0;\n                height: calc(1.1851851851851851 * 100%);\n                top: calc((1 - 1.1851851851851851) * 100% / 2);\n              }\n\n              .page-safe-area {\n                overflow: visible;\n                position: absolute;\n                top: 0;\n                bottom: 0;\n                left: 0;\n                right: 0;\n                width: 100%;\n                height: calc(0.84375 * 100%);\n                margin: auto 0;\n              }\n\n              .mask {\n                position: absolute;\n                overflow: hidden;\n              }\n\n              .fill {\n                position: absolute;\n                top: 0;\n                left: 0;\n                right: 0;\n                bottom: 0;\n                margin: 0;\n              }\n              </style><meta name=\"web-stories-replace-head-start\"/><title>Biden-Harris Inauguration Live</title><link rel=\"canonical\" href=\"https://www.iamctv.com/?post_type=web-story&amp;p=4942\"/><meta name=\"web-stories-replace-head-end\"/></head><body><amp-story standalone=\"\" publisher=\"International African Movie Channel (IAMC TV)\" publisher-logo-src=\"https://www.iamctv.com/wp-content/uploads/2020/06/IAMCSiteIcon-1.png\" title=\"Biden-Harris Inauguration Live\" poster-portrait-src=\"\"><amp-story-page id=\"2673fb93-afcf-4326-9958-d5993c0ff679\" auto-advance-after=\"7s\"><amp-story-grid-layer template=\"vertical\" aspect-ratio=\"412:618\" class=\"grid-layer\"><div class=\"page-fullbleed-area\" style=\"background-color:#de4444\"><div class=\"page-safe-area\"><div style=\"position:absolute;pointer-events:none;left:0%;top:-9.25926%;width:100%;height:118.51852%;opacity:1\"><div style=\"pointer-events:initial;width:100%;height:100%;display:block;position:absolute;top:0;left:0\" class=\"mask\" id=\"el-33f45a31-8fd8-440e-b682-5a41d65a4ba1\"><div class=\"fill\"></div></div></div></div></div></amp-story-grid-layer><amp-story-grid-layer template=\"vertical\" aspect-ratio=\"412:618\" class=\"grid-layer\"><div class=\"page-fullbleed-area\"><div class=\"page-safe-area\"><div style=\"position:absolute;pointer-events:none;left:0%;top:-8.25243%;width:100.24272%;height:35.92233%;opacity:1\"><div style=\"pointer-events:initial;width:100%;height:100%;display:block;position:absolute;top:0;left:0\" class=\"mask\" id=\"el-8370604e-faca-4e2f-a4b8-24398fe714c7\"><div style=\"position:absolute;width:100%;height:100.34671%;left:0%;top:-0.17336%\" data-leaf-element=\"true\"><amp-img layout=\"fill\" src=\"https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic.png\" alt=\"59th-Inaugural-Graphic\" srcSet=\"https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic.png 2000w,https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic-1536x832.png 1536w,https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic-1024x554.png 1024w,https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic-768x416.png 768w,https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic.png 600w,https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic-300x162.png 300w,https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic-150x81.png 150w\"></amp-img></div></div></div><div style=\"position:absolute;pointer-events:none;left:2.6699%;top:30.42071%;width:94.66019%;height:44.49838%;opacity:1\"><div style=\"pointer-events:initial;width:100%;height:100%;display:block;position:absolute;top:0;left:0\" class=\"mask\" id=\"el-c129976f-aaad-42a0-a949-88f3ee90d05f\"><div style=\"position:absolute;width:100.29841%;height:100%;left:-0.1492%;top:0%\" data-leaf-element=\"true\"><amp-img layout=\"fill\" src=\"https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2-3.png\" alt=\"https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2-3.png\" srcSet=\"https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2-3.png 938w,https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2-3-768x541.png 768w,https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2-3.png 600w,https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2-3-300x211.png 300w\"></amp-img></div></div></div><div style=\"position:absolute;pointer-events:none;left:9.70874%;top:48.38188%;width:38.83495%;height:3.07443%;opacity:1\"><div style=\"pointer-events:initial;width:100%;height:100%;display:block;position:absolute;top:0;left:0;border-radius:1.25% 1.25% 1.25% 1.25% / 10.526315789473683% 10.526315789473683% 10.526315789473683% 10.526315789473683%\" id=\"el-7b2f238c-0b62-44f4-91e4-f54c59e3f6d9\"><p class=\"fill\" style=\"white-space:pre-wrap;overflow-wrap:break-word;word-break:break-word;margin:-1.6611328124999991% 0;font-family:&quot;Roboto&quot;,&quot;Helvetica Neue&quot;,&quot;Helvetica&quot;,sans-serif;font-size:0.262136em;line-height:1.5;text-align:center;padding:0% 0%;color:#000000\">Fill in some text</p></div></div></div></div></amp-story-grid-layer></amp-story-page></amp-story></body></html>', 'Biden-Harris Inauguration Live', '', 'inherit', 'closed', 'closed', '', '4942-revision-v1', '', '', '2021-01-20 10:44:05', '2021-01-20 15:44:05', '{\"version\":25,\"pages\":[{\"elements\":[{\"opacity\":100,\"flip\":{\"vertical\":false,\"horizontal\":false},\"rotationAngle\":0,\"lockAspectRatio\":true,\"backgroundColor\":{\"color\":{\"r\":255,\"g\":255,\"b\":255}},\"x\":1,\"y\":1,\"width\":1,\"height\":1,\"mask\":{\"type\":\"rectangle\"},\"isBackground\":true,\"isDefaultBackground\":true,\"type\":\"shape\",\"id\":\"33f45a31-8fd8-440e-b682-5a41d65a4ba1\"},{\"opacity\":100,\"flip\":{\"vertical\":false,\"horizontal\":false},\"rotationAngle\":0,\"lockAspectRatio\":true,\"scale\":100,\"focalX\":50,\"focalY\":50,\"resource\":{\"type\":\"image\",\"mimeType\":\"image\\/png\",\"creationDate\":\"2021-01-19T18:16:52\",\"src\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic.png\",\"width\":330,\"height\":178,\"posterId\":0,\"id\":4925,\"title\":\"59th-Inaugural-Graphic\",\"alt\":\"59th-Inaugural-Graphic\",\"local\":false,\"sizes\":{\"medium\":{\"file\":\"59th-Inaugural-Graphic-300x162.png\",\"width\":300,\"height\":162,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-300x162.png\"},\"large\":{\"file\":\"59th-Inaugural-Graphic-1024x554.png\",\"width\":1024,\"height\":554,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-1024x554.png\"},\"thumbnail\":{\"file\":\"59th-Inaugural-Graphic-150x150.png\",\"width\":150,\"height\":150,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-150x150.png\"},\"medium_large\":{\"file\":\"59th-Inaugural-Graphic-768x416.png\",\"width\":768,\"height\":416,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-768x416.png\"},\"1536x1536\":{\"file\":\"59th-Inaugural-Graphic-1536x832.png\",\"width\":1536,\"height\":832,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-1536x832.png\"},\"newsphere-slider-full\":{\"file\":\"59th-Inaugural-Graphic-1280x720.png\",\"width\":1280,\"height\":720,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-1280x720.png\"},\"newsphere-featured\":{\"file\":\"59th-Inaugural-Graphic-1024x554.png\",\"width\":1024,\"height\":554,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-1024x554.png\"},\"newsphere-medium\":{\"file\":\"59th-Inaugural-Graphic-720x380.png\",\"width\":720,\"height\":380,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-720x380.png\"},\"web-stories-poster-portrait\":{\"file\":\"59th-Inaugural-Graphic-640x853.png\",\"width\":640,\"height\":853,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-640x853.png\"},\"web-stories-poster-landscape\":{\"file\":\"59th-Inaugural-Graphic-853x640.png\",\"width\":853,\"height\":640,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-853x640.png\"},\"web-stories-poster-square\":{\"file\":\"59th-Inaugural-Graphic-640x640.png\",\"width\":640,\"height\":640,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-640x640.png\"},\"web-stories-publisher-logo\":{\"file\":\"59th-Inaugural-Graphic-96x96.png\",\"width\":96,\"height\":96,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-96x96.png\"},\"web-stories-thumbnail\":{\"file\":\"59th-Inaugural-Graphic-150x81.png\",\"width\":150,\"height\":81,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-150x81.png\"},\"woocommerce_thumbnail\":{\"file\":\"59th-Inaugural-Graphic-300x300.png\",\"width\":300,\"height\":300,\"uncropped\":false,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-300x300.png\"},\"woocommerce_single\":{\"file\":\"59th-Inaugural-Graphic-600x325.png\",\"width\":600,\"height\":325,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic.png\"},\"woocommerce_gallery_thumbnail\":{\"file\":\"59th-Inaugural-Graphic-100x100.png\",\"width\":100,\"height\":100,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-100x100.png\"},\"shop_catalog\":{\"file\":\"59th-Inaugural-Graphic-300x300.png\",\"width\":300,\"height\":300,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-300x300.png\"},\"shop_single\":{\"file\":\"59th-Inaugural-Graphic-600x325.png\",\"width\":600,\"height\":325,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic.png\"},\"shop_thumbnail\":{\"file\":\"59th-Inaugural-Graphic-100x100.png\",\"width\":100,\"height\":100,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-100x100.png\"},\"full\":{\"file\":\"59th-Inaugural-Graphic.png\",\"width\":2000,\"height\":1083,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic.png\"}},\"baseColor\":[222,222,223]},\"type\":\"image\",\"x\":0,\"y\":-51,\"width\":413,\"height\":222,\"mask\":{\"type\":\"rectangle\",\"showInLibrary\":true,\"name\":\"Rectangle\",\"path\":\"M 0,0 1,0 1,1 0,1 0,0 Z\",\"ratio\":1,\"supportsBorder\":true},\"id\":\"8370604e-faca-4e2f-a4b8-24398fe714c7\"},{\"opacity\":100,\"flip\":{\"vertical\":false,\"horizontal\":false},\"rotationAngle\":0,\"lockAspectRatio\":true,\"scale\":100,\"focalX\":50,\"focalY\":50,\"resource\":{\"type\":\"image\",\"mimeType\":\"image\\/png\",\"creationDate\":\"2020-10-09T17:56:49\",\"src\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3.png\",\"width\":330,\"height\":232,\"posterId\":0,\"id\":116,\"title\":\"cropped-IAMCMainLogo-2-3.png\",\"alt\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3.png\",\"local\":false,\"sizes\":{\"medium\":{\"file\":\"cropped-IAMCMainLogo-2-3-300x211.png\",\"width\":300,\"height\":211,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-300x211.png\"},\"thumbnail\":{\"file\":\"cropped-IAMCMainLogo-2-3-150x150.png\",\"width\":150,\"height\":150,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-150x150.png\"},\"medium_large\":{\"file\":\"cropped-IAMCMainLogo-2-3-768x541.png\",\"width\":768,\"height\":541,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-768x541.png\"},\"newsphere-medium\":{\"file\":\"cropped-IAMCMainLogo-2-3-720x380.png\",\"width\":720,\"height\":380,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-720x380.png\"},\"woocommerce_thumbnail\":{\"file\":\"cropped-IAMCMainLogo-2-3-300x300.png\",\"width\":300,\"height\":300,\"uncropped\":false,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-300x300.png\"},\"woocommerce_single\":{\"file\":\"cropped-IAMCMainLogo-2-3-600x423.png\",\"width\":600,\"height\":423,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3.png\"},\"woocommerce_gallery_thumbnail\":{\"file\":\"cropped-IAMCMainLogo-2-3-100x100.png\",\"width\":100,\"height\":100,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-100x100.png\"},\"shop_catalog\":{\"file\":\"cropped-IAMCMainLogo-2-3-300x300.png\",\"width\":300,\"height\":300,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-300x300.png\"},\"shop_single\":{\"file\":\"cropped-IAMCMainLogo-2-3-600x423.png\",\"width\":600,\"height\":423,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3.png\"},\"shop_thumbnail\":{\"file\":\"cropped-IAMCMainLogo-2-3-100x100.png\",\"width\":100,\"height\":100,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-100x100.png\"},\"full\":{\"file\":\"cropped-IAMCMainLogo-2-3.png\",\"width\":938,\"height\":661,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3.png\"}},\"baseColor\":[142,80,4]},\"type\":\"image\",\"x\":11,\"y\":188,\"width\":390,\"height\":275,\"mask\":{\"type\":\"rectangle\",\"showInLibrary\":true,\"name\":\"Rectangle\",\"path\":\"M 0,0 1,0 1,1 0,1 0,0 Z\",\"ratio\":1,\"supportsBorder\":true},\"id\":\"c129976f-aaad-42a0-a949-88f3ee90d05f\"},{\"opacity\":100,\"flip\":{\"vertical\":false,\"horizontal\":false},\"rotationAngle\":0,\"lockAspectRatio\":true,\"backgroundTextMode\":\"NONE\",\"font\":{\"family\":\"Roboto\",\"weights\":[100,300,400,500,700,900],\"styles\":[\"italic\",\"regular\"],\"variants\":[[0,100],[1,100],[0,300],[1,300],[0,400],[1,400],[0,500],[1,500],[0,700],[1,700],[0,900],[1,900]],\"fallbacks\":[\"Helvetica Neue\",\"Helvetica\",\"sans-serif\"],\"service\":\"fonts.google.com\",\"metrics\":{\"upm\":2048,\"asc\":1900,\"des\":-500,\"tAsc\":1536,\"tDes\":-512,\"tLGap\":102,\"wAsc\":1946,\"wDes\":512,\"xH\":1082,\"capH\":1456,\"yMin\":-555,\"yMax\":2163,\"hAsc\":1900,\"hDes\":-500,\"lGap\":0}},\"fontSize\":16.2,\"backgroundColor\":{\"color\":{\"r\":196,\"g\":196,\"b\":196}},\"lineHeight\":1.5,\"textAlign\":\"center\",\"padding\":{\"vertical\":0,\"horizontal\":0,\"locked\":true},\"type\":\"text\",\"content\":\"Fill in some text\",\"fontWeight\":400,\"borderRadius\":{\"locked\":true,\"topLeft\":2,\"topRight\":2,\"bottomRight\":2,\"bottomLeft\":2},\"x\":40,\"y\":299,\"width\":160,\"height\":19,\"scale\":100,\"focalX\":50,\"focalY\":50,\"id\":\"7b2f238c-0b62-44f4-91e4-f54c59e3f6d9\"}],\"backgroundColor\":{\"color\":{\"r\":222,\"g\":68,\"b\":68}},\"type\":\"page\",\"id\":\"2673fb93-afcf-4326-9958-d5993c0ff679\"}],\"autoAdvance\":true,\"defaultPageDuration\":7}', 4942, 'https://www.iamctv.com/4942-revision-v1/', 0, 'revision', '', 0),
(4945, 1, '2021-01-20 10:42:35', '2021-01-20 15:42:35', '<html amp=\"\" lang=\"en\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width,minimum-scale=1,initial-scale=1\"/><script async=\"\" src=\"https://cdn.ampproject.org/v0.js\"></script><script async=\"\" src=\"https://cdn.ampproject.org/v0/amp-story-1.0.js\" custom-element=\"amp-story\"></script><link href=\"https://fonts.googleapis.com/css2?display=swap&amp;family=Roboto\" rel=\"stylesheet\"/><style amp-boilerplate=\"\">body{-webkit-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-moz-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-ms-animation:-amp-start 8s steps(1,end) 0s 1 normal both;animation:-amp-start 8s steps(1,end) 0s 1 normal both}@-webkit-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-moz-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-ms-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-o-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}</style><noscript><style amp-boilerplate=\"\">body{-webkit-animation:none;-moz-animation:none;-ms-animation:none;animation:none}</style></noscript><style amp-custom=\"\">\n              amp-story-page {\n                background-color: #1B1D1C;\n              }\n\n              amp-story-grid-layer {\n                overflow: visible;\n              }\n\n              @media (max-aspect-ratio: 9 / 16)  {\n                @media (min-aspect-ratio: 320 / 678) {\n                  amp-story-grid-layer.grid-layer {\n                    margin-top: calc((100% / 0.5625 - 100% / 0.6666666666666666) / 2);\n                  }\n                }\n              }\n\n              .page-fullbleed-area,\n              .page-background-overlay-area {\n                position: absolute;\n                overflow: hidden;\n                width: 100%;\n                left: 0;\n                height: calc(1.1851851851851851 * 100%);\n                top: calc((1 - 1.1851851851851851) * 100% / 2);\n              }\n\n              .page-safe-area {\n                overflow: visible;\n                position: absolute;\n                top: 0;\n                bottom: 0;\n                left: 0;\n                right: 0;\n                width: 100%;\n                height: calc(0.84375 * 100%);\n                margin: auto 0;\n              }\n\n              .mask {\n                position: absolute;\n                overflow: hidden;\n              }\n\n              .fill {\n                position: absolute;\n                top: 0;\n                left: 0;\n                right: 0;\n                bottom: 0;\n                margin: 0;\n              }\n              </style><meta name=\"web-stories-replace-head-start\"/><title>Biden-Harris Inauguration Live</title><link rel=\"canonical\" href=\"https://www.iamctv.com/?post_type=web-story&amp;p=4942\"/><meta name=\"web-stories-replace-head-end\"/></head><body><amp-story standalone=\"\" publisher=\"International African Movie Channel (IAMC TV)\" publisher-logo-src=\"https://www.iamctv.com/wp-content/uploads/2020/06/IAMCSiteIcon-1.png\" title=\"Biden-Harris Inauguration Live\" poster-portrait-src=\"\"><amp-story-page id=\"2673fb93-afcf-4326-9958-d5993c0ff679\" auto-advance-after=\"7s\"><amp-story-grid-layer template=\"vertical\" aspect-ratio=\"412:618\" class=\"grid-layer\"><div class=\"page-fullbleed-area\" style=\"background-color:#de4444\"><div class=\"page-safe-area\"><div style=\"position:absolute;pointer-events:none;left:0%;top:-9.25926%;width:100%;height:118.51852%;opacity:1\"><div style=\"pointer-events:initial;width:100%;height:100%;display:block;position:absolute;top:0;left:0\" class=\"mask\" id=\"el-33f45a31-8fd8-440e-b682-5a41d65a4ba1\"><div class=\"fill\"></div></div></div></div></div></amp-story-grid-layer><amp-story-grid-layer template=\"vertical\" aspect-ratio=\"412:618\" class=\"grid-layer\"><div class=\"page-fullbleed-area\"><div class=\"page-safe-area\"><div style=\"position:absolute;pointer-events:none;left:0%;top:-8.25243%;width:100.24272%;height:35.92233%;opacity:1\"><div style=\"pointer-events:initial;width:100%;height:100%;display:block;position:absolute;top:0;left:0\" class=\"mask\" id=\"el-8370604e-faca-4e2f-a4b8-24398fe714c7\"><div style=\"position:absolute;width:100%;height:100.34671%;left:0%;top:-0.17336%\" data-leaf-element=\"true\"><amp-img layout=\"fill\" src=\"https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic.png\" alt=\"59th-Inaugural-Graphic\" srcSet=\"https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic.png 2000w,https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic-1536x832.png 1536w,https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic-1024x554.png 1024w,https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic-768x416.png 768w,https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic.png 600w,https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic-300x162.png 300w,https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic-150x81.png 150w\"></amp-img></div></div></div><div style=\"position:absolute;pointer-events:none;left:2.6699%;top:30.42071%;width:94.66019%;height:44.49838%;opacity:1\"><div style=\"pointer-events:initial;width:100%;height:100%;display:block;position:absolute;top:0;left:0\" class=\"mask\" id=\"el-c129976f-aaad-42a0-a949-88f3ee90d05f\"><div style=\"position:absolute;width:100.29841%;height:100%;left:-0.1492%;top:0%\" data-leaf-element=\"true\"><amp-img layout=\"fill\" src=\"https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2-3.png\" alt=\"https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2-3.png\" srcSet=\"https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2-3.png 938w,https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2-3-768x541.png 768w,https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2-3.png 600w,https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2-3-300x211.png 300w\"></amp-img></div></div></div><div style=\"position:absolute;pointer-events:none;left:27.18447%;top:93.20388%;width:20.63107%;height:9.38511%;opacity:1\"><div style=\"pointer-events:initial;width:100%;height:100%;display:block;position:absolute;top:0;left:0;border-radius:2.3529411764705883% 2.3529411764705883% 2.3529411764705883% 2.3529411764705883% / 3.4482758620689653% 3.4482758620689653% 3.4482758620689653% 3.4482758620689653%\" id=\"el-cc4240e4-d508-4946-92ea-07e4b2aeeae5\"><p class=\"fill\" style=\"white-space:pre-wrap;overflow-wrap:break-word;word-break:break-word;margin:-3.667279411764706% 0;font-family:&quot;Roboto&quot;,&quot;Helvetica Neue&quot;,&quot;Helvetica&quot;,sans-serif;font-size:0.307443em;line-height:1.5;text-align:center;padding:0% 0%;color:#000000\">Fill in some text</p></div></div></div></div></amp-story-grid-layer></amp-story-page></amp-story></body></html>', 'Biden-Harris Inauguration Live', '', 'inherit', 'closed', 'closed', '', '4942-revision-v1', '', '', '2021-01-20 10:42:35', '2021-01-20 15:42:35', '{\"version\":25,\"pages\":[{\"elements\":[{\"opacity\":100,\"flip\":{\"vertical\":false,\"horizontal\":false},\"rotationAngle\":0,\"lockAspectRatio\":true,\"backgroundColor\":{\"color\":{\"r\":255,\"g\":255,\"b\":255}},\"x\":1,\"y\":1,\"width\":1,\"height\":1,\"mask\":{\"type\":\"rectangle\"},\"isBackground\":true,\"isDefaultBackground\":true,\"type\":\"shape\",\"id\":\"33f45a31-8fd8-440e-b682-5a41d65a4ba1\"},{\"opacity\":100,\"flip\":{\"vertical\":false,\"horizontal\":false},\"rotationAngle\":0,\"lockAspectRatio\":true,\"scale\":100,\"focalX\":50,\"focalY\":50,\"resource\":{\"type\":\"image\",\"mimeType\":\"image\\/png\",\"creationDate\":\"2021-01-19T18:16:52\",\"src\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic.png\",\"width\":330,\"height\":178,\"posterId\":0,\"id\":4925,\"title\":\"59th-Inaugural-Graphic\",\"alt\":\"59th-Inaugural-Graphic\",\"local\":false,\"sizes\":{\"medium\":{\"file\":\"59th-Inaugural-Graphic-300x162.png\",\"width\":300,\"height\":162,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-300x162.png\"},\"large\":{\"file\":\"59th-Inaugural-Graphic-1024x554.png\",\"width\":1024,\"height\":554,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-1024x554.png\"},\"thumbnail\":{\"file\":\"59th-Inaugural-Graphic-150x150.png\",\"width\":150,\"height\":150,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-150x150.png\"},\"medium_large\":{\"file\":\"59th-Inaugural-Graphic-768x416.png\",\"width\":768,\"height\":416,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-768x416.png\"},\"1536x1536\":{\"file\":\"59th-Inaugural-Graphic-1536x832.png\",\"width\":1536,\"height\":832,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-1536x832.png\"},\"newsphere-slider-full\":{\"file\":\"59th-Inaugural-Graphic-1280x720.png\",\"width\":1280,\"height\":720,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-1280x720.png\"},\"newsphere-featured\":{\"file\":\"59th-Inaugural-Graphic-1024x554.png\",\"width\":1024,\"height\":554,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-1024x554.png\"},\"newsphere-medium\":{\"file\":\"59th-Inaugural-Graphic-720x380.png\",\"width\":720,\"height\":380,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-720x380.png\"},\"web-stories-poster-portrait\":{\"file\":\"59th-Inaugural-Graphic-640x853.png\",\"width\":640,\"height\":853,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-640x853.png\"},\"web-stories-poster-landscape\":{\"file\":\"59th-Inaugural-Graphic-853x640.png\",\"width\":853,\"height\":640,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-853x640.png\"},\"web-stories-poster-square\":{\"file\":\"59th-Inaugural-Graphic-640x640.png\",\"width\":640,\"height\":640,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-640x640.png\"},\"web-stories-publisher-logo\":{\"file\":\"59th-Inaugural-Graphic-96x96.png\",\"width\":96,\"height\":96,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-96x96.png\"},\"web-stories-thumbnail\":{\"file\":\"59th-Inaugural-Graphic-150x81.png\",\"width\":150,\"height\":81,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-150x81.png\"},\"woocommerce_thumbnail\":{\"file\":\"59th-Inaugural-Graphic-300x300.png\",\"width\":300,\"height\":300,\"uncropped\":false,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-300x300.png\"},\"woocommerce_single\":{\"file\":\"59th-Inaugural-Graphic-600x325.png\",\"width\":600,\"height\":325,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic.png\"},\"woocommerce_gallery_thumbnail\":{\"file\":\"59th-Inaugural-Graphic-100x100.png\",\"width\":100,\"height\":100,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-100x100.png\"},\"shop_catalog\":{\"file\":\"59th-Inaugural-Graphic-300x300.png\",\"width\":300,\"height\":300,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-300x300.png\"},\"shop_single\":{\"file\":\"59th-Inaugural-Graphic-600x325.png\",\"width\":600,\"height\":325,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic.png\"},\"shop_thumbnail\":{\"file\":\"59th-Inaugural-Graphic-100x100.png\",\"width\":100,\"height\":100,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-100x100.png\"},\"full\":{\"file\":\"59th-Inaugural-Graphic.png\",\"width\":2000,\"height\":1083,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic.png\"}},\"baseColor\":[222,222,223]},\"type\":\"image\",\"x\":0,\"y\":-51,\"width\":413,\"height\":222,\"mask\":{\"type\":\"rectangle\",\"showInLibrary\":true,\"name\":\"Rectangle\",\"path\":\"M 0,0 1,0 1,1 0,1 0,0 Z\",\"ratio\":1,\"supportsBorder\":true},\"id\":\"8370604e-faca-4e2f-a4b8-24398fe714c7\"},{\"opacity\":100,\"flip\":{\"vertical\":false,\"horizontal\":false},\"rotationAngle\":0,\"lockAspectRatio\":true,\"scale\":100,\"focalX\":50,\"focalY\":50,\"resource\":{\"type\":\"image\",\"mimeType\":\"image\\/png\",\"creationDate\":\"2020-10-09T17:56:49\",\"src\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3.png\",\"width\":330,\"height\":232,\"posterId\":0,\"id\":116,\"title\":\"cropped-IAMCMainLogo-2-3.png\",\"alt\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3.png\",\"local\":false,\"sizes\":{\"medium\":{\"file\":\"cropped-IAMCMainLogo-2-3-300x211.png\",\"width\":300,\"height\":211,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-300x211.png\"},\"thumbnail\":{\"file\":\"cropped-IAMCMainLogo-2-3-150x150.png\",\"width\":150,\"height\":150,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-150x150.png\"},\"medium_large\":{\"file\":\"cropped-IAMCMainLogo-2-3-768x541.png\",\"width\":768,\"height\":541,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-768x541.png\"},\"newsphere-medium\":{\"file\":\"cropped-IAMCMainLogo-2-3-720x380.png\",\"width\":720,\"height\":380,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-720x380.png\"},\"woocommerce_thumbnail\":{\"file\":\"cropped-IAMCMainLogo-2-3-300x300.png\",\"width\":300,\"height\":300,\"uncropped\":false,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-300x300.png\"},\"woocommerce_single\":{\"file\":\"cropped-IAMCMainLogo-2-3-600x423.png\",\"width\":600,\"height\":423,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3.png\"},\"woocommerce_gallery_thumbnail\":{\"file\":\"cropped-IAMCMainLogo-2-3-100x100.png\",\"width\":100,\"height\":100,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-100x100.png\"},\"shop_catalog\":{\"file\":\"cropped-IAMCMainLogo-2-3-300x300.png\",\"width\":300,\"height\":300,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-300x300.png\"},\"shop_single\":{\"file\":\"cropped-IAMCMainLogo-2-3-600x423.png\",\"width\":600,\"height\":423,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3.png\"},\"shop_thumbnail\":{\"file\":\"cropped-IAMCMainLogo-2-3-100x100.png\",\"width\":100,\"height\":100,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-100x100.png\"},\"full\":{\"file\":\"cropped-IAMCMainLogo-2-3.png\",\"width\":938,\"height\":661,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3.png\"}},\"baseColor\":[142,80,4]},\"type\":\"image\",\"x\":11,\"y\":188,\"width\":390,\"height\":275,\"mask\":{\"type\":\"rectangle\",\"showInLibrary\":true,\"name\":\"Rectangle\",\"path\":\"M 0,0 1,0 1,1 0,1 0,0 Z\",\"ratio\":1,\"supportsBorder\":true},\"id\":\"c129976f-aaad-42a0-a949-88f3ee90d05f\"},{\"opacity\":100,\"flip\":{\"vertical\":false,\"horizontal\":false},\"rotationAngle\":0,\"lockAspectRatio\":true,\"backgroundTextMode\":\"NONE\",\"font\":{\"family\":\"Roboto\",\"weights\":[100,300,400,500,700,900],\"styles\":[\"italic\",\"regular\"],\"variants\":[[0,100],[1,100],[0,300],[1,300],[0,400],[1,400],[0,500],[1,500],[0,700],[1,700],[0,900],[1,900]],\"fallbacks\":[\"Helvetica Neue\",\"Helvetica\",\"sans-serif\"],\"service\":\"fonts.google.com\",\"metrics\":{\"upm\":2048,\"asc\":1900,\"des\":-500,\"tAsc\":1536,\"tDes\":-512,\"tLGap\":102,\"wAsc\":1946,\"wDes\":512,\"xH\":1082,\"capH\":1456,\"yMin\":-555,\"yMax\":2163,\"hAsc\":1900,\"hDes\":-500,\"lGap\":0}},\"fontSize\":19,\"backgroundColor\":{\"color\":{\"r\":196,\"g\":196,\"b\":196}},\"lineHeight\":1.5,\"textAlign\":\"center\",\"padding\":{\"vertical\":0,\"horizontal\":0,\"locked\":true},\"type\":\"text\",\"content\":\"Fill in some text\",\"fontWeight\":400,\"borderRadius\":{\"locked\":true,\"topLeft\":2,\"topRight\":2,\"bottomRight\":2,\"bottomLeft\":2},\"x\":112,\"y\":576,\"width\":85,\"height\":58,\"scale\":100,\"focalX\":50,\"focalY\":50,\"id\":\"cc4240e4-d508-4946-92ea-07e4b2aeeae5\",\"marginOffset\":6.5625}],\"backgroundColor\":{\"color\":{\"r\":222,\"g\":68,\"b\":68}},\"type\":\"page\",\"id\":\"2673fb93-afcf-4326-9958-d5993c0ff679\"}],\"autoAdvance\":true,\"defaultPageDuration\":7}', 4942, 'https://www.iamctv.com/4942-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `iamc_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
(4953, 1, '2021-01-20 10:52:07', '2021-01-20 15:52:07', '<html amp=\"\" lang=\"en\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width,minimum-scale=1,initial-scale=1\"/><script async=\"\" src=\"https://cdn.ampproject.org/v0.js\"></script><script async=\"\" src=\"https://cdn.ampproject.org/v0/amp-story-1.0.js\" custom-element=\"amp-story\"></script><link href=\"https://fonts.googleapis.com/css2?display=swap&amp;family=Roboto\" rel=\"stylesheet\"/><style amp-boilerplate=\"\">body{-webkit-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-moz-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-ms-animation:-amp-start 8s steps(1,end) 0s 1 normal both;animation:-amp-start 8s steps(1,end) 0s 1 normal both}@-webkit-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-moz-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-ms-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-o-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}</style><noscript><style amp-boilerplate=\"\">body{-webkit-animation:none;-moz-animation:none;-ms-animation:none;animation:none}</style></noscript><style amp-custom=\"\">\n              amp-story-page {\n                background-color: #1B1D1C;\n              }\n\n              amp-story-grid-layer {\n                overflow: visible;\n              }\n\n              @media (max-aspect-ratio: 9 / 16)  {\n                @media (min-aspect-ratio: 320 / 678) {\n                  amp-story-grid-layer.grid-layer {\n                    margin-top: calc((100% / 0.5625 - 100% / 0.6666666666666666) / 2);\n                  }\n                }\n              }\n\n              .page-fullbleed-area,\n              .page-background-overlay-area {\n                position: absolute;\n                overflow: hidden;\n                width: 100%;\n                left: 0;\n                height: calc(1.1851851851851851 * 100%);\n                top: calc((1 - 1.1851851851851851) * 100% / 2);\n              }\n\n              .page-safe-area {\n                overflow: visible;\n                position: absolute;\n                top: 0;\n                bottom: 0;\n                left: 0;\n                right: 0;\n                width: 100%;\n                height: calc(0.84375 * 100%);\n                margin: auto 0;\n              }\n\n              .mask {\n                position: absolute;\n                overflow: hidden;\n              }\n\n              .fill {\n                position: absolute;\n                top: 0;\n                left: 0;\n                right: 0;\n                bottom: 0;\n                margin: 0;\n              }\n              </style><meta name=\"web-stories-replace-head-start\"/><title>IAMC TV Stories</title><link rel=\"canonical\" href=\"https://www.iamctv.com/?post_type=web-story&amp;p=4942\"/><meta name=\"web-stories-replace-head-end\"/></head><body><amp-story standalone=\"\" publisher=\"International African Movie Channel (IAMC TV)\" publisher-logo-src=\"https://www.iamctv.com/wp-content/uploads/2020/06/IAMCSiteIcon-1.png\" title=\"IAMC TV Stories\" poster-portrait-src=\"\"><amp-story-page id=\"2673fb93-afcf-4326-9958-d5993c0ff679\" auto-advance-after=\"7s\"><amp-story-grid-layer template=\"vertical\" aspect-ratio=\"412:618\" class=\"grid-layer\"><div class=\"page-fullbleed-area\" style=\"background-color:rgb(222,222,223)\"><div class=\"page-safe-area\"><div style=\"position:absolute;pointer-events:none;left:0%;top:-9.25926%;width:100%;height:118.51852%;opacity:1\"><div style=\"pointer-events:initial;width:100%;height:100%;display:block;position:absolute;top:0;left:0\" class=\"mask\" id=\"el-33f45a31-8fd8-440e-b682-5a41d65a4ba1\"><div style=\"position:absolute;width:329.58802%;height:100%;left:-114.79401%;top:0%\" data-leaf-element=\"true\"><amp-img layout=\"fill\" src=\"https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic.png\" alt=\"59th-Inaugural-Graphic\" srcSet=\"https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic.png 2000w,https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic-1536x832.png 1536w,https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic-1024x554.png 1024w,https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic-768x416.png 768w,https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic.png 600w,https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic-300x162.png 300w,https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic-150x81.png 150w\"></amp-img></div></div></div></div></div></amp-story-grid-layer><amp-story-grid-layer template=\"vertical\" aspect-ratio=\"412:618\" class=\"grid-layer\"><div class=\"page-fullbleed-area\"><div class=\"page-safe-area\"><div style=\"position:absolute;pointer-events:none;left:0%;top:-6.95793%;width:94.66019%;height:44.49838%;opacity:1\"><div style=\"pointer-events:initial;width:100%;height:100%;display:block;position:absolute;top:0;left:0\" class=\"mask\" id=\"el-c129976f-aaad-42a0-a949-88f3ee90d05f\"><div style=\"position:absolute;width:100.29841%;height:100%;left:-0.1492%;top:0%\" data-leaf-element=\"true\"><amp-img layout=\"fill\" src=\"https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2-3.png\" alt=\"https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2-3.png\" srcSet=\"https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2-3.png 938w,https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2-3-768x541.png 768w,https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2-3.png 600w,https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2-3-300x211.png 300w\"></amp-img></div></div></div><div style=\"position:absolute;pointer-events:none;left:2.6699%;top:89.80583%;width:94.41748%;height:10.03236%;opacity:1\"><div style=\"pointer-events:initial;width:100%;height:100%;display:block;position:absolute;top:0;left:0;border-radius:0.5141388174807198% 0.5141388174807198% 0.5141388174807198% 0.5141388174807198% / 3.225806451612903% 3.225806451612903% 3.225806451612903% 3.225806451612903%\" id=\"el-7b2f238c-0b62-44f4-91e4-f54c59e3f6d9\"><p class=\"fill\" style=\"white-space:pre-wrap;overflow-wrap:break-word;word-break:break-word;margin:-0.9700353470437018% 0;font-family:&quot;Roboto&quot;,&quot;Helvetica Neue&quot;,&quot;Helvetica&quot;,sans-serif;font-size:0.372168em;line-height:1.5;text-align:center;padding:0% 0%;color:#000000\">Check out our live stream of the Biden-Harris Inauguration</p></div></div></div></div></amp-story-grid-layer><amp-story-page-attachment layout=\"nodisplay\" href=\"https://www.iamctv.com/iamc-tv-live/\" data-cta-text=\"Learn more\"></amp-story-page-attachment></amp-story-page></amp-story></body></html>', 'IAMC TV Stories', '', 'inherit', 'closed', 'closed', '', '4942-revision-v1', '', '', '2021-01-20 10:52:07', '2021-01-20 15:52:07', '{\"version\":25,\"pages\":[{\"elements\":[{\"opacity\":100,\"flip\":{\"vertical\":false,\"horizontal\":false},\"rotationAngle\":0,\"lockAspectRatio\":true,\"backgroundColor\":{\"color\":{\"r\":255,\"g\":255,\"b\":255}},\"x\":0,\"y\":-43,\"width\":413,\"height\":222,\"mask\":{\"type\":\"rectangle\"},\"isBackground\":true,\"type\":\"image\",\"id\":\"33f45a31-8fd8-440e-b682-5a41d65a4ba1\",\"scale\":100,\"focalX\":50,\"focalY\":50,\"resource\":{\"type\":\"image\",\"mimeType\":\"image\\/png\",\"creationDate\":\"2021-01-19T18:16:52\",\"src\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic.png\",\"width\":330,\"height\":178,\"posterId\":0,\"id\":4925,\"title\":\"59th-Inaugural-Graphic\",\"alt\":\"59th-Inaugural-Graphic\",\"local\":false,\"sizes\":{\"medium\":{\"file\":\"59th-Inaugural-Graphic-300x162.png\",\"width\":300,\"height\":162,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-300x162.png\"},\"large\":{\"file\":\"59th-Inaugural-Graphic-1024x554.png\",\"width\":1024,\"height\":554,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-1024x554.png\"},\"thumbnail\":{\"file\":\"59th-Inaugural-Graphic-150x150.png\",\"width\":150,\"height\":150,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-150x150.png\"},\"medium_large\":{\"file\":\"59th-Inaugural-Graphic-768x416.png\",\"width\":768,\"height\":416,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-768x416.png\"},\"1536x1536\":{\"file\":\"59th-Inaugural-Graphic-1536x832.png\",\"width\":1536,\"height\":832,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-1536x832.png\"},\"newsphere-slider-full\":{\"file\":\"59th-Inaugural-Graphic-1280x720.png\",\"width\":1280,\"height\":720,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-1280x720.png\"},\"newsphere-featured\":{\"file\":\"59th-Inaugural-Graphic-1024x554.png\",\"width\":1024,\"height\":554,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-1024x554.png\"},\"newsphere-medium\":{\"file\":\"59th-Inaugural-Graphic-720x380.png\",\"width\":720,\"height\":380,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-720x380.png\"},\"web-stories-poster-portrait\":{\"file\":\"59th-Inaugural-Graphic-640x853.png\",\"width\":640,\"height\":853,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-640x853.png\"},\"web-stories-poster-landscape\":{\"file\":\"59th-Inaugural-Graphic-853x640.png\",\"width\":853,\"height\":640,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-853x640.png\"},\"web-stories-poster-square\":{\"file\":\"59th-Inaugural-Graphic-640x640.png\",\"width\":640,\"height\":640,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-640x640.png\"},\"web-stories-publisher-logo\":{\"file\":\"59th-Inaugural-Graphic-96x96.png\",\"width\":96,\"height\":96,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-96x96.png\"},\"web-stories-thumbnail\":{\"file\":\"59th-Inaugural-Graphic-150x81.png\",\"width\":150,\"height\":81,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-150x81.png\"},\"woocommerce_thumbnail\":{\"file\":\"59th-Inaugural-Graphic-300x300.png\",\"width\":300,\"height\":300,\"uncropped\":false,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-300x300.png\"},\"woocommerce_single\":{\"file\":\"59th-Inaugural-Graphic-600x325.png\",\"width\":600,\"height\":325,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic.png\"},\"woocommerce_gallery_thumbnail\":{\"file\":\"59th-Inaugural-Graphic-100x100.png\",\"width\":100,\"height\":100,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-100x100.png\"},\"shop_catalog\":{\"file\":\"59th-Inaugural-Graphic-300x300.png\",\"width\":300,\"height\":300,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-300x300.png\"},\"shop_single\":{\"file\":\"59th-Inaugural-Graphic-600x325.png\",\"width\":600,\"height\":325,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic.png\"},\"shop_thumbnail\":{\"file\":\"59th-Inaugural-Graphic-100x100.png\",\"width\":100,\"height\":100,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-100x100.png\"},\"full\":{\"file\":\"59th-Inaugural-Graphic.png\",\"width\":2000,\"height\":1083,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic.png\"}},\"baseColor\":[222,222,223]}},{\"opacity\":100,\"flip\":{\"vertical\":false,\"horizontal\":false},\"rotationAngle\":0,\"lockAspectRatio\":true,\"scale\":100,\"focalX\":50,\"focalY\":50,\"resource\":{\"type\":\"image\",\"mimeType\":\"image\\/png\",\"creationDate\":\"2020-10-09T17:56:49\",\"src\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3.png\",\"width\":330,\"height\":232,\"posterId\":0,\"id\":116,\"title\":\"cropped-IAMCMainLogo-2-3.png\",\"alt\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3.png\",\"local\":false,\"sizes\":{\"medium\":{\"file\":\"cropped-IAMCMainLogo-2-3-300x211.png\",\"width\":300,\"height\":211,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-300x211.png\"},\"thumbnail\":{\"file\":\"cropped-IAMCMainLogo-2-3-150x150.png\",\"width\":150,\"height\":150,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-150x150.png\"},\"medium_large\":{\"file\":\"cropped-IAMCMainLogo-2-3-768x541.png\",\"width\":768,\"height\":541,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-768x541.png\"},\"newsphere-medium\":{\"file\":\"cropped-IAMCMainLogo-2-3-720x380.png\",\"width\":720,\"height\":380,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-720x380.png\"},\"woocommerce_thumbnail\":{\"file\":\"cropped-IAMCMainLogo-2-3-300x300.png\",\"width\":300,\"height\":300,\"uncropped\":false,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-300x300.png\"},\"woocommerce_single\":{\"file\":\"cropped-IAMCMainLogo-2-3-600x423.png\",\"width\":600,\"height\":423,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3.png\"},\"woocommerce_gallery_thumbnail\":{\"file\":\"cropped-IAMCMainLogo-2-3-100x100.png\",\"width\":100,\"height\":100,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-100x100.png\"},\"shop_catalog\":{\"file\":\"cropped-IAMCMainLogo-2-3-300x300.png\",\"width\":300,\"height\":300,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-300x300.png\"},\"shop_single\":{\"file\":\"cropped-IAMCMainLogo-2-3-600x423.png\",\"width\":600,\"height\":423,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3.png\"},\"shop_thumbnail\":{\"file\":\"cropped-IAMCMainLogo-2-3-100x100.png\",\"width\":100,\"height\":100,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-100x100.png\"},\"full\":{\"file\":\"cropped-IAMCMainLogo-2-3.png\",\"width\":938,\"height\":661,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3.png\"}},\"baseColor\":[142,80,4]},\"type\":\"image\",\"x\":0,\"y\":-43,\"width\":390,\"height\":275,\"mask\":{\"type\":\"rectangle\",\"showInLibrary\":true,\"name\":\"Rectangle\",\"path\":\"M 0,0 1,0 1,1 0,1 0,0 Z\",\"ratio\":1,\"supportsBorder\":true},\"id\":\"c129976f-aaad-42a0-a949-88f3ee90d05f\"},{\"opacity\":100,\"flip\":{\"vertical\":false,\"horizontal\":false},\"rotationAngle\":0,\"lockAspectRatio\":true,\"backgroundTextMode\":\"NONE\",\"font\":{\"family\":\"Roboto\",\"weights\":[100,300,400,500,700,900],\"styles\":[\"italic\",\"regular\"],\"variants\":[[0,100],[1,100],[0,300],[1,300],[0,400],[1,400],[0,500],[1,500],[0,700],[1,700],[0,900],[1,900]],\"fallbacks\":[\"Helvetica Neue\",\"Helvetica\",\"sans-serif\"],\"service\":\"fonts.google.com\",\"metrics\":{\"upm\":2048,\"asc\":1900,\"des\":-500,\"tAsc\":1536,\"tDes\":-512,\"tLGap\":102,\"wAsc\":1946,\"wDes\":512,\"xH\":1082,\"capH\":1456,\"yMin\":-555,\"yMax\":2163,\"hAsc\":1900,\"hDes\":-500,\"lGap\":0}},\"fontSize\":23,\"backgroundColor\":{\"color\":{\"r\":196,\"g\":196,\"b\":196}},\"lineHeight\":1.5,\"textAlign\":\"center\",\"padding\":{\"vertical\":0,\"horizontal\":0,\"locked\":true},\"type\":\"text\",\"content\":\"Check out our live stream of the Biden-Harris Inauguration\",\"fontWeight\":400,\"borderRadius\":{\"locked\":true,\"topLeft\":2,\"topRight\":2,\"bottomRight\":2,\"bottomLeft\":2},\"x\":11,\"y\":555,\"width\":389,\"height\":62,\"scale\":100,\"focalX\":50,\"focalY\":50,\"id\":\"7b2f238c-0b62-44f4-91e4-f54c59e3f6d9\",\"marginOffset\":7.546875}],\"backgroundColor\":{\"color\":{\"r\":222,\"g\":68,\"b\":68}},\"type\":\"page\",\"id\":\"2673fb93-afcf-4326-9958-d5993c0ff679\",\"defaultBackgroundElement\":{\"opacity\":100,\"flip\":{\"vertical\":false,\"horizontal\":false},\"rotationAngle\":0,\"lockAspectRatio\":true,\"backgroundColor\":{\"color\":{\"r\":255,\"g\":255,\"b\":255}},\"x\":1,\"y\":1,\"width\":1,\"height\":1,\"mask\":{\"type\":\"rectangle\"},\"isBackground\":true,\"isDefaultBackground\":true,\"type\":\"shape\",\"id\":\"3de61403-5da3-41eb-8fe8-3ccd16882fb7\"},\"animations\":[],\"pageAttachment\":{\"url\":\"https:\\/\\/www.iamctv.com\\/iamc-tv-live\\/\"}}],\"autoAdvance\":true,\"defaultPageDuration\":7}', 4942, 'https://www.iamctv.com/4942-revision-v1/', 0, 'revision', '', 0),
(4949, 1, '2021-01-20 10:49:36', '2021-01-20 15:49:36', '<html amp=\"\" lang=\"en\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width,minimum-scale=1,initial-scale=1\"/><script async=\"\" src=\"https://cdn.ampproject.org/v0.js\"></script><script async=\"\" src=\"https://cdn.ampproject.org/v0/amp-story-1.0.js\" custom-element=\"amp-story\"></script><link href=\"https://fonts.googleapis.com/css2?display=swap&amp;family=Roboto\" rel=\"stylesheet\"/><style amp-boilerplate=\"\">body{-webkit-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-moz-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-ms-animation:-amp-start 8s steps(1,end) 0s 1 normal both;animation:-amp-start 8s steps(1,end) 0s 1 normal both}@-webkit-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-moz-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-ms-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-o-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}</style><noscript><style amp-boilerplate=\"\">body{-webkit-animation:none;-moz-animation:none;-ms-animation:none;animation:none}</style></noscript><style amp-custom=\"\">\n              amp-story-page {\n                background-color: #1B1D1C;\n              }\n\n              amp-story-grid-layer {\n                overflow: visible;\n              }\n\n              @media (max-aspect-ratio: 9 / 16)  {\n                @media (min-aspect-ratio: 320 / 678) {\n                  amp-story-grid-layer.grid-layer {\n                    margin-top: calc((100% / 0.5625 - 100% / 0.6666666666666666) / 2);\n                  }\n                }\n              }\n\n              .page-fullbleed-area,\n              .page-background-overlay-area {\n                position: absolute;\n                overflow: hidden;\n                width: 100%;\n                left: 0;\n                height: calc(1.1851851851851851 * 100%);\n                top: calc((1 - 1.1851851851851851) * 100% / 2);\n              }\n\n              .page-safe-area {\n                overflow: visible;\n                position: absolute;\n                top: 0;\n                bottom: 0;\n                left: 0;\n                right: 0;\n                width: 100%;\n                height: calc(0.84375 * 100%);\n                margin: auto 0;\n              }\n\n              .mask {\n                position: absolute;\n                overflow: hidden;\n              }\n\n              .fill {\n                position: absolute;\n                top: 0;\n                left: 0;\n                right: 0;\n                bottom: 0;\n                margin: 0;\n              }\n              </style><meta name=\"web-stories-replace-head-start\"/><title>Biden-Harris Inauguration Live</title><link rel=\"canonical\" href=\"https://www.iamctv.com/web-stories/biden-harris-inauguration-live/\"/><meta name=\"web-stories-replace-head-end\"/></head><body><amp-story standalone=\"\" publisher=\"International African Movie Channel (IAMC TV)\" publisher-logo-src=\"https://www.iamctv.com/wp-content/uploads/2020/06/IAMCSiteIcon-1.png\" title=\"Biden-Harris Inauguration Live\" poster-portrait-src=\"\"><amp-story-page id=\"2673fb93-afcf-4326-9958-d5993c0ff679\" auto-advance-after=\"7s\"><amp-story-grid-layer template=\"vertical\" aspect-ratio=\"412:618\" class=\"grid-layer\"><div class=\"page-fullbleed-area\" style=\"background-color:rgb(222,222,223)\"><div class=\"page-safe-area\"><div style=\"position:absolute;pointer-events:none;left:0%;top:-9.25926%;width:100%;height:118.51852%;opacity:1\"><div style=\"pointer-events:initial;width:100%;height:100%;display:block;position:absolute;top:0;left:0\" class=\"mask\" id=\"el-33f45a31-8fd8-440e-b682-5a41d65a4ba1\"><div style=\"position:absolute;width:329.58802%;height:100%;left:-114.79401%;top:0%\" data-leaf-element=\"true\"><amp-img layout=\"fill\" src=\"https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic.png\" alt=\"59th-Inaugural-Graphic\" srcSet=\"https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic.png 2000w,https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic-1536x832.png 1536w,https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic-1024x554.png 1024w,https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic-768x416.png 768w,https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic.png 600w,https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic-300x162.png 300w,https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic-150x81.png 150w\"></amp-img></div></div></div></div></div></amp-story-grid-layer><amp-story-grid-layer template=\"vertical\" aspect-ratio=\"412:618\" class=\"grid-layer\"><div class=\"page-fullbleed-area\"><div class=\"page-safe-area\"><div style=\"position:absolute;pointer-events:none;left:0%;top:-6.95793%;width:94.66019%;height:44.49838%;opacity:1\"><div style=\"pointer-events:initial;width:100%;height:100%;display:block;position:absolute;top:0;left:0\" class=\"mask\" id=\"el-c129976f-aaad-42a0-a949-88f3ee90d05f\"><div style=\"position:absolute;width:100.29841%;height:100%;left:-0.1492%;top:0%\" data-leaf-element=\"true\"><amp-img layout=\"fill\" src=\"https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2-3.png\" alt=\"https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2-3.png\" srcSet=\"https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2-3.png 938w,https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2-3-768x541.png 768w,https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2-3.png 600w,https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2-3-300x211.png 300w\"></amp-img></div></div></div><div style=\"position:absolute;pointer-events:none;left:2.6699%;top:89.80583%;width:94.41748%;height:10.03236%;opacity:1\"><div style=\"pointer-events:initial;width:100%;height:100%;display:block;position:absolute;top:0;left:0;border-radius:0.5141388174807198% 0.5141388174807198% 0.5141388174807198% 0.5141388174807198% / 3.225806451612903% 3.225806451612903% 3.225806451612903% 3.225806451612903%\" id=\"el-7b2f238c-0b62-44f4-91e4-f54c59e3f6d9\"><p class=\"fill\" style=\"white-space:pre-wrap;overflow-wrap:break-word;word-break:break-word;margin:-0.9700353470437018% 0;font-family:&quot;Roboto&quot;,&quot;Helvetica Neue&quot;,&quot;Helvetica&quot;,sans-serif;font-size:0.372168em;line-height:1.5;text-align:center;padding:0% 0%;color:#000000\">Check out our live stream of the Biden-Harris Inauguration</p></div></div></div></div></amp-story-grid-layer><amp-story-page-attachment layout=\"nodisplay\" href=\"https://www.iamctv.com/iamc-tv-live/\" data-cta-text=\"Learn more\"></amp-story-page-attachment></amp-story-page></amp-story></body></html>', 'Biden-Harris Inauguration Live', '', 'inherit', 'closed', 'closed', '', '4942-revision-v1', '', '', '2021-01-20 10:49:36', '2021-01-20 15:49:36', '{\"version\":25,\"pages\":[{\"elements\":[{\"opacity\":100,\"flip\":{\"vertical\":false,\"horizontal\":false},\"rotationAngle\":0,\"lockAspectRatio\":true,\"backgroundColor\":{\"color\":{\"r\":255,\"g\":255,\"b\":255}},\"x\":0,\"y\":-43,\"width\":413,\"height\":222,\"mask\":{\"type\":\"rectangle\"},\"isBackground\":true,\"type\":\"image\",\"id\":\"33f45a31-8fd8-440e-b682-5a41d65a4ba1\",\"scale\":100,\"focalX\":50,\"focalY\":50,\"resource\":{\"type\":\"image\",\"mimeType\":\"image\\/png\",\"creationDate\":\"2021-01-19T18:16:52\",\"src\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic.png\",\"width\":330,\"height\":178,\"posterId\":0,\"id\":4925,\"title\":\"59th-Inaugural-Graphic\",\"alt\":\"59th-Inaugural-Graphic\",\"local\":false,\"sizes\":{\"medium\":{\"file\":\"59th-Inaugural-Graphic-300x162.png\",\"width\":300,\"height\":162,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-300x162.png\"},\"large\":{\"file\":\"59th-Inaugural-Graphic-1024x554.png\",\"width\":1024,\"height\":554,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-1024x554.png\"},\"thumbnail\":{\"file\":\"59th-Inaugural-Graphic-150x150.png\",\"width\":150,\"height\":150,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-150x150.png\"},\"medium_large\":{\"file\":\"59th-Inaugural-Graphic-768x416.png\",\"width\":768,\"height\":416,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-768x416.png\"},\"1536x1536\":{\"file\":\"59th-Inaugural-Graphic-1536x832.png\",\"width\":1536,\"height\":832,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-1536x832.png\"},\"newsphere-slider-full\":{\"file\":\"59th-Inaugural-Graphic-1280x720.png\",\"width\":1280,\"height\":720,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-1280x720.png\"},\"newsphere-featured\":{\"file\":\"59th-Inaugural-Graphic-1024x554.png\",\"width\":1024,\"height\":554,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-1024x554.png\"},\"newsphere-medium\":{\"file\":\"59th-Inaugural-Graphic-720x380.png\",\"width\":720,\"height\":380,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-720x380.png\"},\"web-stories-poster-portrait\":{\"file\":\"59th-Inaugural-Graphic-640x853.png\",\"width\":640,\"height\":853,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-640x853.png\"},\"web-stories-poster-landscape\":{\"file\":\"59th-Inaugural-Graphic-853x640.png\",\"width\":853,\"height\":640,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-853x640.png\"},\"web-stories-poster-square\":{\"file\":\"59th-Inaugural-Graphic-640x640.png\",\"width\":640,\"height\":640,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-640x640.png\"},\"web-stories-publisher-logo\":{\"file\":\"59th-Inaugural-Graphic-96x96.png\",\"width\":96,\"height\":96,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-96x96.png\"},\"web-stories-thumbnail\":{\"file\":\"59th-Inaugural-Graphic-150x81.png\",\"width\":150,\"height\":81,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-150x81.png\"},\"woocommerce_thumbnail\":{\"file\":\"59th-Inaugural-Graphic-300x300.png\",\"width\":300,\"height\":300,\"uncropped\":false,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-300x300.png\"},\"woocommerce_single\":{\"file\":\"59th-Inaugural-Graphic-600x325.png\",\"width\":600,\"height\":325,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic.png\"},\"woocommerce_gallery_thumbnail\":{\"file\":\"59th-Inaugural-Graphic-100x100.png\",\"width\":100,\"height\":100,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-100x100.png\"},\"shop_catalog\":{\"file\":\"59th-Inaugural-Graphic-300x300.png\",\"width\":300,\"height\":300,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-300x300.png\"},\"shop_single\":{\"file\":\"59th-Inaugural-Graphic-600x325.png\",\"width\":600,\"height\":325,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic.png\"},\"shop_thumbnail\":{\"file\":\"59th-Inaugural-Graphic-100x100.png\",\"width\":100,\"height\":100,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-100x100.png\"},\"full\":{\"file\":\"59th-Inaugural-Graphic.png\",\"width\":2000,\"height\":1083,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic.png\"}},\"baseColor\":[222,222,223]}},{\"opacity\":100,\"flip\":{\"vertical\":false,\"horizontal\":false},\"rotationAngle\":0,\"lockAspectRatio\":true,\"scale\":100,\"focalX\":50,\"focalY\":50,\"resource\":{\"type\":\"image\",\"mimeType\":\"image\\/png\",\"creationDate\":\"2020-10-09T17:56:49\",\"src\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3.png\",\"width\":330,\"height\":232,\"posterId\":0,\"id\":116,\"title\":\"cropped-IAMCMainLogo-2-3.png\",\"alt\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3.png\",\"local\":false,\"sizes\":{\"medium\":{\"file\":\"cropped-IAMCMainLogo-2-3-300x211.png\",\"width\":300,\"height\":211,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-300x211.png\"},\"thumbnail\":{\"file\":\"cropped-IAMCMainLogo-2-3-150x150.png\",\"width\":150,\"height\":150,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-150x150.png\"},\"medium_large\":{\"file\":\"cropped-IAMCMainLogo-2-3-768x541.png\",\"width\":768,\"height\":541,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-768x541.png\"},\"newsphere-medium\":{\"file\":\"cropped-IAMCMainLogo-2-3-720x380.png\",\"width\":720,\"height\":380,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-720x380.png\"},\"woocommerce_thumbnail\":{\"file\":\"cropped-IAMCMainLogo-2-3-300x300.png\",\"width\":300,\"height\":300,\"uncropped\":false,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-300x300.png\"},\"woocommerce_single\":{\"file\":\"cropped-IAMCMainLogo-2-3-600x423.png\",\"width\":600,\"height\":423,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3.png\"},\"woocommerce_gallery_thumbnail\":{\"file\":\"cropped-IAMCMainLogo-2-3-100x100.png\",\"width\":100,\"height\":100,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-100x100.png\"},\"shop_catalog\":{\"file\":\"cropped-IAMCMainLogo-2-3-300x300.png\",\"width\":300,\"height\":300,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-300x300.png\"},\"shop_single\":{\"file\":\"cropped-IAMCMainLogo-2-3-600x423.png\",\"width\":600,\"height\":423,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3.png\"},\"shop_thumbnail\":{\"file\":\"cropped-IAMCMainLogo-2-3-100x100.png\",\"width\":100,\"height\":100,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-100x100.png\"},\"full\":{\"file\":\"cropped-IAMCMainLogo-2-3.png\",\"width\":938,\"height\":661,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3.png\"}},\"baseColor\":[142,80,4]},\"type\":\"image\",\"x\":0,\"y\":-43,\"width\":390,\"height\":275,\"mask\":{\"type\":\"rectangle\",\"showInLibrary\":true,\"name\":\"Rectangle\",\"path\":\"M 0,0 1,0 1,1 0,1 0,0 Z\",\"ratio\":1,\"supportsBorder\":true},\"id\":\"c129976f-aaad-42a0-a949-88f3ee90d05f\"},{\"opacity\":100,\"flip\":{\"vertical\":false,\"horizontal\":false},\"rotationAngle\":0,\"lockAspectRatio\":true,\"backgroundTextMode\":\"NONE\",\"font\":{\"family\":\"Roboto\",\"weights\":[100,300,400,500,700,900],\"styles\":[\"italic\",\"regular\"],\"variants\":[[0,100],[1,100],[0,300],[1,300],[0,400],[1,400],[0,500],[1,500],[0,700],[1,700],[0,900],[1,900]],\"fallbacks\":[\"Helvetica Neue\",\"Helvetica\",\"sans-serif\"],\"service\":\"fonts.google.com\",\"metrics\":{\"upm\":2048,\"asc\":1900,\"des\":-500,\"tAsc\":1536,\"tDes\":-512,\"tLGap\":102,\"wAsc\":1946,\"wDes\":512,\"xH\":1082,\"capH\":1456,\"yMin\":-555,\"yMax\":2163,\"hAsc\":1900,\"hDes\":-500,\"lGap\":0}},\"fontSize\":23,\"backgroundColor\":{\"color\":{\"r\":196,\"g\":196,\"b\":196}},\"lineHeight\":1.5,\"textAlign\":\"center\",\"padding\":{\"vertical\":0,\"horizontal\":0,\"locked\":true},\"type\":\"text\",\"content\":\"Check out our live stream of the Biden-Harris Inauguration\",\"fontWeight\":400,\"borderRadius\":{\"locked\":true,\"topLeft\":2,\"topRight\":2,\"bottomRight\":2,\"bottomLeft\":2},\"x\":11,\"y\":555,\"width\":389,\"height\":62,\"scale\":100,\"focalX\":50,\"focalY\":50,\"id\":\"7b2f238c-0b62-44f4-91e4-f54c59e3f6d9\",\"marginOffset\":7.546875}],\"backgroundColor\":{\"color\":{\"r\":222,\"g\":68,\"b\":68}},\"type\":\"page\",\"id\":\"2673fb93-afcf-4326-9958-d5993c0ff679\",\"defaultBackgroundElement\":{\"opacity\":100,\"flip\":{\"vertical\":false,\"horizontal\":false},\"rotationAngle\":0,\"lockAspectRatio\":true,\"backgroundColor\":{\"color\":{\"r\":255,\"g\":255,\"b\":255}},\"x\":1,\"y\":1,\"width\":1,\"height\":1,\"mask\":{\"type\":\"rectangle\"},\"isBackground\":true,\"isDefaultBackground\":true,\"type\":\"shape\",\"id\":\"3de61403-5da3-41eb-8fe8-3ccd16882fb7\"},\"animations\":[],\"pageAttachment\":{\"url\":\"https:\\/\\/www.iamctv.com\\/iamc-tv-live\\/\"}}],\"autoAdvance\":true,\"defaultPageDuration\":7}', 4942, 'https://www.iamctv.com/4942-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `iamc_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
(4947, 1, '2021-01-20 10:45:21', '2021-01-20 15:45:21', '<html amp=\"\" lang=\"en\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width,minimum-scale=1,initial-scale=1\"/><script async=\"\" src=\"https://cdn.ampproject.org/v0.js\"></script><script async=\"\" src=\"https://cdn.ampproject.org/v0/amp-story-1.0.js\" custom-element=\"amp-story\"></script><link href=\"https://fonts.googleapis.com/css2?display=swap&amp;family=Roboto\" rel=\"stylesheet\"/><style amp-boilerplate=\"\">body{-webkit-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-moz-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-ms-animation:-amp-start 8s steps(1,end) 0s 1 normal both;animation:-amp-start 8s steps(1,end) 0s 1 normal both}@-webkit-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-moz-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-ms-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-o-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}</style><noscript><style amp-boilerplate=\"\">body{-webkit-animation:none;-moz-animation:none;-ms-animation:none;animation:none}</style></noscript><style amp-custom=\"\">\n              amp-story-page {\n                background-color: #1B1D1C;\n              }\n\n              amp-story-grid-layer {\n                overflow: visible;\n              }\n\n              @media (max-aspect-ratio: 9 / 16)  {\n                @media (min-aspect-ratio: 320 / 678) {\n                  amp-story-grid-layer.grid-layer {\n                    margin-top: calc((100% / 0.5625 - 100% / 0.6666666666666666) / 2);\n                  }\n                }\n              }\n\n              .page-fullbleed-area,\n              .page-background-overlay-area {\n                position: absolute;\n                overflow: hidden;\n                width: 100%;\n                left: 0;\n                height: calc(1.1851851851851851 * 100%);\n                top: calc((1 - 1.1851851851851851) * 100% / 2);\n              }\n\n              .page-safe-area {\n                overflow: visible;\n                position: absolute;\n                top: 0;\n                bottom: 0;\n                left: 0;\n                right: 0;\n                width: 100%;\n                height: calc(0.84375 * 100%);\n                margin: auto 0;\n              }\n\n              .mask {\n                position: absolute;\n                overflow: hidden;\n              }\n\n              .fill {\n                position: absolute;\n                top: 0;\n                left: 0;\n                right: 0;\n                bottom: 0;\n                margin: 0;\n              }\n              </style><meta name=\"web-stories-replace-head-start\"/><title>Biden-Harris Inauguration Live</title><link rel=\"canonical\" href=\"https://www.iamctv.com/?post_type=web-story&amp;p=4942\"/><meta name=\"web-stories-replace-head-end\"/></head><body><amp-story standalone=\"\" publisher=\"International African Movie Channel (IAMC TV)\" publisher-logo-src=\"https://www.iamctv.com/wp-content/uploads/2020/06/IAMCSiteIcon-1.png\" title=\"Biden-Harris Inauguration Live\" poster-portrait-src=\"\"><amp-story-page id=\"2673fb93-afcf-4326-9958-d5993c0ff679\" auto-advance-after=\"7s\"><amp-story-grid-layer template=\"vertical\" aspect-ratio=\"412:618\" class=\"grid-layer\"><div class=\"page-fullbleed-area\" style=\"background-color:#de4444\"><div class=\"page-safe-area\"><div style=\"position:absolute;pointer-events:none;left:0%;top:-9.25926%;width:100%;height:118.51852%;opacity:1\"><div style=\"pointer-events:initial;width:100%;height:100%;display:block;position:absolute;top:0;left:0\" class=\"mask\" id=\"el-33f45a31-8fd8-440e-b682-5a41d65a4ba1\"><div class=\"fill\"></div></div></div></div></div></amp-story-grid-layer><amp-story-grid-layer template=\"vertical\" aspect-ratio=\"412:618\" class=\"grid-layer\"><div class=\"page-fullbleed-area\"><div class=\"page-safe-area\"><div style=\"position:absolute;pointer-events:none;left:0%;top:-8.25243%;width:100.24272%;height:35.92233%;opacity:1\"><div style=\"pointer-events:initial;width:100%;height:100%;display:block;position:absolute;top:0;left:0\" class=\"mask\" id=\"el-8370604e-faca-4e2f-a4b8-24398fe714c7\"><div style=\"position:absolute;width:100%;height:100.34671%;left:0%;top:-0.17336%\" data-leaf-element=\"true\"><amp-img layout=\"fill\" src=\"https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic.png\" alt=\"59th-Inaugural-Graphic\" srcSet=\"https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic.png 2000w,https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic-1536x832.png 1536w,https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic-1024x554.png 1024w,https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic-768x416.png 768w,https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic.png 600w,https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic-300x162.png 300w,https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic-150x81.png 150w\"></amp-img></div></div></div><div style=\"position:absolute;pointer-events:none;left:2.6699%;top:30.42071%;width:94.66019%;height:44.49838%;opacity:1\"><div style=\"pointer-events:initial;width:100%;height:100%;display:block;position:absolute;top:0;left:0\" class=\"mask\" id=\"el-c129976f-aaad-42a0-a949-88f3ee90d05f\"><div style=\"position:absolute;width:100.29841%;height:100%;left:-0.1492%;top:0%\" data-leaf-element=\"true\"><amp-img layout=\"fill\" src=\"https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2-3.png\" alt=\"https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2-3.png\" srcSet=\"https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2-3.png 938w,https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2-3-768x541.png 768w,https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2-3.png 600w,https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2-3-300x211.png 300w\"></amp-img></div></div></div><div style=\"position:absolute;pointer-events:none;left:2.6699%;top:74.11003%;width:94.41748%;height:15.37217%;opacity:1\"><div style=\"pointer-events:initial;width:100%;height:100%;display:block;position:absolute;top:0;left:0;border-radius:0.5141388174807198% 0.5141388174807198% 0.5141388174807198% 0.5141388174807198% / 2.1052631578947367% 2.1052631578947367% 2.1052631578947367% 2.1052631578947367%\" id=\"el-7b2f238c-0b62-44f4-91e4-f54c59e3f6d9\"><p class=\"fill\" style=\"white-space:pre-wrap;overflow-wrap:break-word;word-break:break-word;margin:-0.9700353470437018% 0;font-family:&quot;Roboto&quot;,&quot;Helvetica Neue&quot;,&quot;Helvetica&quot;,sans-serif;font-size:0.372168em;line-height:1.5;text-align:center;padding:0% 0%;color:#000000\">Check out our live stream of the Biden-Harris Inauguration @ https://www.iamctv.com/iamc-tv-live/</p></div></div></div></div></amp-story-grid-layer></amp-story-page></amp-story></body></html>', 'Biden-Harris Inauguration Live', '', 'inherit', 'closed', 'closed', '', '4942-revision-v1', '', '', '2021-01-20 10:45:21', '2021-01-20 15:45:21', '{\"version\":25,\"pages\":[{\"elements\":[{\"opacity\":100,\"flip\":{\"vertical\":false,\"horizontal\":false},\"rotationAngle\":0,\"lockAspectRatio\":true,\"backgroundColor\":{\"color\":{\"r\":255,\"g\":255,\"b\":255}},\"x\":1,\"y\":1,\"width\":1,\"height\":1,\"mask\":{\"type\":\"rectangle\"},\"isBackground\":true,\"isDefaultBackground\":true,\"type\":\"shape\",\"id\":\"33f45a31-8fd8-440e-b682-5a41d65a4ba1\"},{\"opacity\":100,\"flip\":{\"vertical\":false,\"horizontal\":false},\"rotationAngle\":0,\"lockAspectRatio\":true,\"scale\":100,\"focalX\":50,\"focalY\":50,\"resource\":{\"type\":\"image\",\"mimeType\":\"image\\/png\",\"creationDate\":\"2021-01-19T18:16:52\",\"src\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic.png\",\"width\":330,\"height\":178,\"posterId\":0,\"id\":4925,\"title\":\"59th-Inaugural-Graphic\",\"alt\":\"59th-Inaugural-Graphic\",\"local\":false,\"sizes\":{\"medium\":{\"file\":\"59th-Inaugural-Graphic-300x162.png\",\"width\":300,\"height\":162,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-300x162.png\"},\"large\":{\"file\":\"59th-Inaugural-Graphic-1024x554.png\",\"width\":1024,\"height\":554,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-1024x554.png\"},\"thumbnail\":{\"file\":\"59th-Inaugural-Graphic-150x150.png\",\"width\":150,\"height\":150,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-150x150.png\"},\"medium_large\":{\"file\":\"59th-Inaugural-Graphic-768x416.png\",\"width\":768,\"height\":416,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-768x416.png\"},\"1536x1536\":{\"file\":\"59th-Inaugural-Graphic-1536x832.png\",\"width\":1536,\"height\":832,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-1536x832.png\"},\"newsphere-slider-full\":{\"file\":\"59th-Inaugural-Graphic-1280x720.png\",\"width\":1280,\"height\":720,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-1280x720.png\"},\"newsphere-featured\":{\"file\":\"59th-Inaugural-Graphic-1024x554.png\",\"width\":1024,\"height\":554,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-1024x554.png\"},\"newsphere-medium\":{\"file\":\"59th-Inaugural-Graphic-720x380.png\",\"width\":720,\"height\":380,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-720x380.png\"},\"web-stories-poster-portrait\":{\"file\":\"59th-Inaugural-Graphic-640x853.png\",\"width\":640,\"height\":853,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-640x853.png\"},\"web-stories-poster-landscape\":{\"file\":\"59th-Inaugural-Graphic-853x640.png\",\"width\":853,\"height\":640,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-853x640.png\"},\"web-stories-poster-square\":{\"file\":\"59th-Inaugural-Graphic-640x640.png\",\"width\":640,\"height\":640,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-640x640.png\"},\"web-stories-publisher-logo\":{\"file\":\"59th-Inaugural-Graphic-96x96.png\",\"width\":96,\"height\":96,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-96x96.png\"},\"web-stories-thumbnail\":{\"file\":\"59th-Inaugural-Graphic-150x81.png\",\"width\":150,\"height\":81,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-150x81.png\"},\"woocommerce_thumbnail\":{\"file\":\"59th-Inaugural-Graphic-300x300.png\",\"width\":300,\"height\":300,\"uncropped\":false,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-300x300.png\"},\"woocommerce_single\":{\"file\":\"59th-Inaugural-Graphic-600x325.png\",\"width\":600,\"height\":325,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic.png\"},\"woocommerce_gallery_thumbnail\":{\"file\":\"59th-Inaugural-Graphic-100x100.png\",\"width\":100,\"height\":100,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-100x100.png\"},\"shop_catalog\":{\"file\":\"59th-Inaugural-Graphic-300x300.png\",\"width\":300,\"height\":300,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-300x300.png\"},\"shop_single\":{\"file\":\"59th-Inaugural-Graphic-600x325.png\",\"width\":600,\"height\":325,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic.png\"},\"shop_thumbnail\":{\"file\":\"59th-Inaugural-Graphic-100x100.png\",\"width\":100,\"height\":100,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-100x100.png\"},\"full\":{\"file\":\"59th-Inaugural-Graphic.png\",\"width\":2000,\"height\":1083,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic.png\"}},\"baseColor\":[222,222,223]},\"type\":\"image\",\"x\":0,\"y\":-51,\"width\":413,\"height\":222,\"mask\":{\"type\":\"rectangle\",\"showInLibrary\":true,\"name\":\"Rectangle\",\"path\":\"M 0,0 1,0 1,1 0,1 0,0 Z\",\"ratio\":1,\"supportsBorder\":true},\"id\":\"8370604e-faca-4e2f-a4b8-24398fe714c7\"},{\"opacity\":100,\"flip\":{\"vertical\":false,\"horizontal\":false},\"rotationAngle\":0,\"lockAspectRatio\":true,\"scale\":100,\"focalX\":50,\"focalY\":50,\"resource\":{\"type\":\"image\",\"mimeType\":\"image\\/png\",\"creationDate\":\"2020-10-09T17:56:49\",\"src\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3.png\",\"width\":330,\"height\":232,\"posterId\":0,\"id\":116,\"title\":\"cropped-IAMCMainLogo-2-3.png\",\"alt\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3.png\",\"local\":false,\"sizes\":{\"medium\":{\"file\":\"cropped-IAMCMainLogo-2-3-300x211.png\",\"width\":300,\"height\":211,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-300x211.png\"},\"thumbnail\":{\"file\":\"cropped-IAMCMainLogo-2-3-150x150.png\",\"width\":150,\"height\":150,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-150x150.png\"},\"medium_large\":{\"file\":\"cropped-IAMCMainLogo-2-3-768x541.png\",\"width\":768,\"height\":541,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-768x541.png\"},\"newsphere-medium\":{\"file\":\"cropped-IAMCMainLogo-2-3-720x380.png\",\"width\":720,\"height\":380,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-720x380.png\"},\"woocommerce_thumbnail\":{\"file\":\"cropped-IAMCMainLogo-2-3-300x300.png\",\"width\":300,\"height\":300,\"uncropped\":false,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-300x300.png\"},\"woocommerce_single\":{\"file\":\"cropped-IAMCMainLogo-2-3-600x423.png\",\"width\":600,\"height\":423,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3.png\"},\"woocommerce_gallery_thumbnail\":{\"file\":\"cropped-IAMCMainLogo-2-3-100x100.png\",\"width\":100,\"height\":100,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-100x100.png\"},\"shop_catalog\":{\"file\":\"cropped-IAMCMainLogo-2-3-300x300.png\",\"width\":300,\"height\":300,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-300x300.png\"},\"shop_single\":{\"file\":\"cropped-IAMCMainLogo-2-3-600x423.png\",\"width\":600,\"height\":423,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3.png\"},\"shop_thumbnail\":{\"file\":\"cropped-IAMCMainLogo-2-3-100x100.png\",\"width\":100,\"height\":100,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-100x100.png\"},\"full\":{\"file\":\"cropped-IAMCMainLogo-2-3.png\",\"width\":938,\"height\":661,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3.png\"}},\"baseColor\":[142,80,4]},\"type\":\"image\",\"x\":11,\"y\":188,\"width\":390,\"height\":275,\"mask\":{\"type\":\"rectangle\",\"showInLibrary\":true,\"name\":\"Rectangle\",\"path\":\"M 0,0 1,0 1,1 0,1 0,0 Z\",\"ratio\":1,\"supportsBorder\":true},\"id\":\"c129976f-aaad-42a0-a949-88f3ee90d05f\"},{\"opacity\":100,\"flip\":{\"vertical\":false,\"horizontal\":false},\"rotationAngle\":0,\"lockAspectRatio\":true,\"backgroundTextMode\":\"NONE\",\"font\":{\"family\":\"Roboto\",\"weights\":[100,300,400,500,700,900],\"styles\":[\"italic\",\"regular\"],\"variants\":[[0,100],[1,100],[0,300],[1,300],[0,400],[1,400],[0,500],[1,500],[0,700],[1,700],[0,900],[1,900]],\"fallbacks\":[\"Helvetica Neue\",\"Helvetica\",\"sans-serif\"],\"service\":\"fonts.google.com\",\"metrics\":{\"upm\":2048,\"asc\":1900,\"des\":-500,\"tAsc\":1536,\"tDes\":-512,\"tLGap\":102,\"wAsc\":1946,\"wDes\":512,\"xH\":1082,\"capH\":1456,\"yMin\":-555,\"yMax\":2163,\"hAsc\":1900,\"hDes\":-500,\"lGap\":0}},\"fontSize\":23,\"backgroundColor\":{\"color\":{\"r\":196,\"g\":196,\"b\":196}},\"lineHeight\":1.5,\"textAlign\":\"center\",\"padding\":{\"vertical\":0,\"horizontal\":0,\"locked\":true},\"type\":\"text\",\"content\":\"Check out our live stream of the Biden-Harris Inauguration @ https:\\/\\/www.iamctv.com\\/iamc-tv-live\\/\",\"fontWeight\":400,\"borderRadius\":{\"locked\":true,\"topLeft\":2,\"topRight\":2,\"bottomRight\":2,\"bottomLeft\":2},\"x\":11,\"y\":458,\"width\":389,\"height\":95,\"scale\":100,\"focalX\":50,\"focalY\":50,\"id\":\"7b2f238c-0b62-44f4-91e4-f54c59e3f6d9\",\"marginOffset\":7.546875}],\"backgroundColor\":{\"color\":{\"r\":222,\"g\":68,\"b\":68}},\"type\":\"page\",\"id\":\"2673fb93-afcf-4326-9958-d5993c0ff679\"}],\"autoAdvance\":true,\"defaultPageDuration\":7}', 4942, 'https://www.iamctv.com/4942-revision-v1/', 0, 'revision', '', 0),
(4948, 1, '2021-01-20 10:47:00', '2021-01-20 15:47:00', '<html amp=\"\" lang=\"en\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width,minimum-scale=1,initial-scale=1\"/><script async=\"\" src=\"https://cdn.ampproject.org/v0.js\"></script><script async=\"\" src=\"https://cdn.ampproject.org/v0/amp-story-1.0.js\" custom-element=\"amp-story\"></script><link href=\"https://fonts.googleapis.com/css2?display=swap&amp;family=Roboto\" rel=\"stylesheet\"/><style amp-boilerplate=\"\">body{-webkit-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-moz-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-ms-animation:-amp-start 8s steps(1,end) 0s 1 normal both;animation:-amp-start 8s steps(1,end) 0s 1 normal both}@-webkit-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-moz-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-ms-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-o-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}</style><noscript><style amp-boilerplate=\"\">body{-webkit-animation:none;-moz-animation:none;-ms-animation:none;animation:none}</style></noscript><style amp-custom=\"\">\n              amp-story-page {\n                background-color: #1B1D1C;\n              }\n\n              amp-story-grid-layer {\n                overflow: visible;\n              }\n\n              @media (max-aspect-ratio: 9 / 16)  {\n                @media (min-aspect-ratio: 320 / 678) {\n                  amp-story-grid-layer.grid-layer {\n                    margin-top: calc((100% / 0.5625 - 100% / 0.6666666666666666) / 2);\n                  }\n                }\n              }\n\n              .page-fullbleed-area,\n              .page-background-overlay-area {\n                position: absolute;\n                overflow: hidden;\n                width: 100%;\n                left: 0;\n                height: calc(1.1851851851851851 * 100%);\n                top: calc((1 - 1.1851851851851851) * 100% / 2);\n              }\n\n              .page-safe-area {\n                overflow: visible;\n                position: absolute;\n                top: 0;\n                bottom: 0;\n                left: 0;\n                right: 0;\n                width: 100%;\n                height: calc(0.84375 * 100%);\n                margin: auto 0;\n              }\n\n              .mask {\n                position: absolute;\n                overflow: hidden;\n              }\n\n              .fill {\n                position: absolute;\n                top: 0;\n                left: 0;\n                right: 0;\n                bottom: 0;\n                margin: 0;\n              }\n              </style><meta name=\"web-stories-replace-head-start\"/><title>Biden-Harris Inauguration Live</title><link rel=\"canonical\" href=\"https://www.iamctv.com/?post_type=web-story&amp;p=4942\"/><meta name=\"web-stories-replace-head-end\"/></head><body><amp-story standalone=\"\" publisher=\"International African Movie Channel (IAMC TV)\" publisher-logo-src=\"https://www.iamctv.com/wp-content/uploads/2020/06/IAMCSiteIcon-1.png\" title=\"Biden-Harris Inauguration Live\" poster-portrait-src=\"\"><amp-story-page id=\"2673fb93-afcf-4326-9958-d5993c0ff679\" auto-advance-after=\"7s\"><amp-story-grid-layer template=\"vertical\" aspect-ratio=\"412:618\" class=\"grid-layer\"><div class=\"page-fullbleed-area\" style=\"background-color:#de4444\"><div class=\"page-safe-area\"><div style=\"position:absolute;pointer-events:none;left:0%;top:-9.25926%;width:100%;height:118.51852%;opacity:1\"><div style=\"pointer-events:initial;width:100%;height:100%;display:block;position:absolute;top:0;left:0\" class=\"mask\" id=\"el-33f45a31-8fd8-440e-b682-5a41d65a4ba1\"><div class=\"fill\"></div></div></div></div></div></amp-story-grid-layer><amp-story-grid-layer template=\"vertical\" aspect-ratio=\"412:618\" class=\"grid-layer\"><div class=\"page-fullbleed-area\"><div class=\"page-safe-area\"><div style=\"position:absolute;pointer-events:none;left:0%;top:-6.95793%;width:100.24272%;height:35.92233%;opacity:1\"><div style=\"pointer-events:initial;width:100%;height:100%;display:block;position:absolute;top:0;left:0\" class=\"mask\" id=\"el-8370604e-faca-4e2f-a4b8-24398fe714c7\"><div style=\"position:absolute;width:100%;height:100.34671%;left:0%;top:-0.17336%\" data-leaf-element=\"true\"><amp-img layout=\"fill\" src=\"https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic.png\" alt=\"59th-Inaugural-Graphic\" srcSet=\"https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic.png 2000w,https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic-1536x832.png 1536w,https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic-1024x554.png 1024w,https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic-768x416.png 768w,https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic.png 600w,https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic-300x162.png 300w,https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic-150x81.png 150w\"></amp-img></div></div></div><div style=\"position:absolute;pointer-events:none;left:2.6699%;top:30.42071%;width:94.66019%;height:44.49838%;opacity:1\"><div style=\"pointer-events:initial;width:100%;height:100%;display:block;position:absolute;top:0;left:0\" class=\"mask\" id=\"el-c129976f-aaad-42a0-a949-88f3ee90d05f\"><div style=\"position:absolute;width:100.29841%;height:100%;left:-0.1492%;top:0%\" data-leaf-element=\"true\"><amp-img layout=\"fill\" src=\"https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2-3.png\" alt=\"https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2-3.png\" srcSet=\"https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2-3.png 938w,https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2-3-768x541.png 768w,https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2-3.png 600w,https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2-3-300x211.png 300w\"></amp-img></div></div></div><div style=\"position:absolute;pointer-events:none;left:2.6699%;top:74.11003%;width:94.41748%;height:15.37217%;opacity:1\"><div style=\"pointer-events:initial;width:100%;height:100%;display:block;position:absolute;top:0;left:0;border-radius:0.5141388174807198% 0.5141388174807198% 0.5141388174807198% 0.5141388174807198% / 2.1052631578947367% 2.1052631578947367% 2.1052631578947367% 2.1052631578947367%\" id=\"el-7b2f238c-0b62-44f4-91e4-f54c59e3f6d9\"><p class=\"fill\" style=\"white-space:pre-wrap;overflow-wrap:break-word;word-break:break-word;margin:-0.9700353470437018% 0;font-family:&quot;Roboto&quot;,&quot;Helvetica Neue&quot;,&quot;Helvetica&quot;,sans-serif;font-size:0.372168em;line-height:1.5;text-align:center;padding:0% 0%;color:#000000\">Check out our live stream of the Biden-Harris Inauguration @ https://www.iamctv.com/iamc-tv-live/</p></div></div></div></div></amp-story-grid-layer></amp-story-page></amp-story></body></html>', 'Biden-Harris Inauguration Live', '', 'inherit', 'closed', 'closed', '', '4942-revision-v1', '', '', '2021-01-20 10:47:00', '2021-01-20 15:47:00', '{\"version\":25,\"pages\":[{\"elements\":[{\"opacity\":100,\"flip\":{\"vertical\":false,\"horizontal\":false},\"rotationAngle\":0,\"lockAspectRatio\":true,\"backgroundColor\":{\"color\":{\"r\":255,\"g\":255,\"b\":255}},\"x\":1,\"y\":1,\"width\":1,\"height\":1,\"mask\":{\"type\":\"rectangle\"},\"isBackground\":true,\"isDefaultBackground\":true,\"type\":\"shape\",\"id\":\"33f45a31-8fd8-440e-b682-5a41d65a4ba1\"},{\"opacity\":100,\"flip\":{\"vertical\":false,\"horizontal\":false},\"rotationAngle\":0,\"lockAspectRatio\":true,\"scale\":100,\"focalX\":50,\"focalY\":50,\"resource\":{\"type\":\"image\",\"mimeType\":\"image\\/png\",\"creationDate\":\"2021-01-19T18:16:52\",\"src\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic.png\",\"width\":330,\"height\":178,\"posterId\":0,\"id\":4925,\"title\":\"59th-Inaugural-Graphic\",\"alt\":\"59th-Inaugural-Graphic\",\"local\":false,\"sizes\":{\"medium\":{\"file\":\"59th-Inaugural-Graphic-300x162.png\",\"width\":300,\"height\":162,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-300x162.png\"},\"large\":{\"file\":\"59th-Inaugural-Graphic-1024x554.png\",\"width\":1024,\"height\":554,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-1024x554.png\"},\"thumbnail\":{\"file\":\"59th-Inaugural-Graphic-150x150.png\",\"width\":150,\"height\":150,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-150x150.png\"},\"medium_large\":{\"file\":\"59th-Inaugural-Graphic-768x416.png\",\"width\":768,\"height\":416,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-768x416.png\"},\"1536x1536\":{\"file\":\"59th-Inaugural-Graphic-1536x832.png\",\"width\":1536,\"height\":832,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-1536x832.png\"},\"newsphere-slider-full\":{\"file\":\"59th-Inaugural-Graphic-1280x720.png\",\"width\":1280,\"height\":720,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-1280x720.png\"},\"newsphere-featured\":{\"file\":\"59th-Inaugural-Graphic-1024x554.png\",\"width\":1024,\"height\":554,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-1024x554.png\"},\"newsphere-medium\":{\"file\":\"59th-Inaugural-Graphic-720x380.png\",\"width\":720,\"height\":380,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-720x380.png\"},\"web-stories-poster-portrait\":{\"file\":\"59th-Inaugural-Graphic-640x853.png\",\"width\":640,\"height\":853,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-640x853.png\"},\"web-stories-poster-landscape\":{\"file\":\"59th-Inaugural-Graphic-853x640.png\",\"width\":853,\"height\":640,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-853x640.png\"},\"web-stories-poster-square\":{\"file\":\"59th-Inaugural-Graphic-640x640.png\",\"width\":640,\"height\":640,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-640x640.png\"},\"web-stories-publisher-logo\":{\"file\":\"59th-Inaugural-Graphic-96x96.png\",\"width\":96,\"height\":96,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-96x96.png\"},\"web-stories-thumbnail\":{\"file\":\"59th-Inaugural-Graphic-150x81.png\",\"width\":150,\"height\":81,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-150x81.png\"},\"woocommerce_thumbnail\":{\"file\":\"59th-Inaugural-Graphic-300x300.png\",\"width\":300,\"height\":300,\"uncropped\":false,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-300x300.png\"},\"woocommerce_single\":{\"file\":\"59th-Inaugural-Graphic-600x325.png\",\"width\":600,\"height\":325,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic.png\"},\"woocommerce_gallery_thumbnail\":{\"file\":\"59th-Inaugural-Graphic-100x100.png\",\"width\":100,\"height\":100,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-100x100.png\"},\"shop_catalog\":{\"file\":\"59th-Inaugural-Graphic-300x300.png\",\"width\":300,\"height\":300,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-300x300.png\"},\"shop_single\":{\"file\":\"59th-Inaugural-Graphic-600x325.png\",\"width\":600,\"height\":325,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic.png\"},\"shop_thumbnail\":{\"file\":\"59th-Inaugural-Graphic-100x100.png\",\"width\":100,\"height\":100,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-100x100.png\"},\"full\":{\"file\":\"59th-Inaugural-Graphic.png\",\"width\":2000,\"height\":1083,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic.png\"}},\"baseColor\":[222,222,223]},\"type\":\"image\",\"x\":0,\"y\":-43,\"width\":413,\"height\":222,\"mask\":{\"type\":\"rectangle\",\"showInLibrary\":true,\"name\":\"Rectangle\",\"path\":\"M 0,0 1,0 1,1 0,1 0,0 Z\",\"ratio\":1,\"supportsBorder\":true},\"id\":\"8370604e-faca-4e2f-a4b8-24398fe714c7\"},{\"opacity\":100,\"flip\":{\"vertical\":false,\"horizontal\":false},\"rotationAngle\":0,\"lockAspectRatio\":true,\"scale\":100,\"focalX\":50,\"focalY\":50,\"resource\":{\"type\":\"image\",\"mimeType\":\"image\\/png\",\"creationDate\":\"2020-10-09T17:56:49\",\"src\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3.png\",\"width\":330,\"height\":232,\"posterId\":0,\"id\":116,\"title\":\"cropped-IAMCMainLogo-2-3.png\",\"alt\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3.png\",\"local\":false,\"sizes\":{\"medium\":{\"file\":\"cropped-IAMCMainLogo-2-3-300x211.png\",\"width\":300,\"height\":211,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-300x211.png\"},\"thumbnail\":{\"file\":\"cropped-IAMCMainLogo-2-3-150x150.png\",\"width\":150,\"height\":150,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-150x150.png\"},\"medium_large\":{\"file\":\"cropped-IAMCMainLogo-2-3-768x541.png\",\"width\":768,\"height\":541,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-768x541.png\"},\"newsphere-medium\":{\"file\":\"cropped-IAMCMainLogo-2-3-720x380.png\",\"width\":720,\"height\":380,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-720x380.png\"},\"woocommerce_thumbnail\":{\"file\":\"cropped-IAMCMainLogo-2-3-300x300.png\",\"width\":300,\"height\":300,\"uncropped\":false,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-300x300.png\"},\"woocommerce_single\":{\"file\":\"cropped-IAMCMainLogo-2-3-600x423.png\",\"width\":600,\"height\":423,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3.png\"},\"woocommerce_gallery_thumbnail\":{\"file\":\"cropped-IAMCMainLogo-2-3-100x100.png\",\"width\":100,\"height\":100,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-100x100.png\"},\"shop_catalog\":{\"file\":\"cropped-IAMCMainLogo-2-3-300x300.png\",\"width\":300,\"height\":300,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-300x300.png\"},\"shop_single\":{\"file\":\"cropped-IAMCMainLogo-2-3-600x423.png\",\"width\":600,\"height\":423,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3.png\"},\"shop_thumbnail\":{\"file\":\"cropped-IAMCMainLogo-2-3-100x100.png\",\"width\":100,\"height\":100,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-100x100.png\"},\"full\":{\"file\":\"cropped-IAMCMainLogo-2-3.png\",\"width\":938,\"height\":661,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3.png\"}},\"baseColor\":[142,80,4]},\"type\":\"image\",\"x\":11,\"y\":188,\"width\":390,\"height\":275,\"mask\":{\"type\":\"rectangle\",\"showInLibrary\":true,\"name\":\"Rectangle\",\"path\":\"M 0,0 1,0 1,1 0,1 0,0 Z\",\"ratio\":1,\"supportsBorder\":true},\"id\":\"c129976f-aaad-42a0-a949-88f3ee90d05f\"},{\"opacity\":100,\"flip\":{\"vertical\":false,\"horizontal\":false},\"rotationAngle\":0,\"lockAspectRatio\":true,\"backgroundTextMode\":\"NONE\",\"font\":{\"family\":\"Roboto\",\"weights\":[100,300,400,500,700,900],\"styles\":[\"italic\",\"regular\"],\"variants\":[[0,100],[1,100],[0,300],[1,300],[0,400],[1,400],[0,500],[1,500],[0,700],[1,700],[0,900],[1,900]],\"fallbacks\":[\"Helvetica Neue\",\"Helvetica\",\"sans-serif\"],\"service\":\"fonts.google.com\",\"metrics\":{\"upm\":2048,\"asc\":1900,\"des\":-500,\"tAsc\":1536,\"tDes\":-512,\"tLGap\":102,\"wAsc\":1946,\"wDes\":512,\"xH\":1082,\"capH\":1456,\"yMin\":-555,\"yMax\":2163,\"hAsc\":1900,\"hDes\":-500,\"lGap\":0}},\"fontSize\":23,\"backgroundColor\":{\"color\":{\"r\":196,\"g\":196,\"b\":196}},\"lineHeight\":1.5,\"textAlign\":\"center\",\"padding\":{\"vertical\":0,\"horizontal\":0,\"locked\":true},\"type\":\"text\",\"content\":\"Check out our live stream of the Biden-Harris Inauguration @ https:\\/\\/www.iamctv.com\\/iamc-tv-live\\/\",\"fontWeight\":400,\"borderRadius\":{\"locked\":true,\"topLeft\":2,\"topRight\":2,\"bottomRight\":2,\"bottomLeft\":2},\"x\":11,\"y\":458,\"width\":389,\"height\":95,\"scale\":100,\"focalX\":50,\"focalY\":50,\"id\":\"7b2f238c-0b62-44f4-91e4-f54c59e3f6d9\",\"marginOffset\":7.546875}],\"backgroundColor\":{\"color\":{\"r\":222,\"g\":68,\"b\":68}},\"type\":\"page\",\"id\":\"2673fb93-afcf-4326-9958-d5993c0ff679\"}],\"autoAdvance\":true,\"defaultPageDuration\":7}', 4942, 'https://www.iamctv.com/4942-revision-v1/', 0, 'revision', '', 0),
(5025, 1, '2021-07-28 22:01:06', '2021-07-29 02:01:06', '<!-- wp:paragraph -->\n<p> PrymEvyl and Alan Bogey sound off on the recent court order releasing Nigerian Shiite leader, Sheik El-Zakzaky and wife,  Hushpuppi pleads guilty to money laundering, US lawmakers stop military equipment sale to Nigeria and other pressing continental issues. </p>\n<!-- /wp:paragraph -->', 'IAMC TV Street Chat-S3 Episode 7', '', 'publish', 'closed', 'closed', '', 'iamc-tv-street-chat-s3-episode-7', '', '', '2021-07-28 22:01:11', '2021-07-29 02:01:11', '', 0, 'https://www.iamctv.com/?post_type=podcast&#038;p=5025', 0, 'podcast', '', 0);
INSERT INTO `iamc_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
(4951, 1, '2021-01-20 10:51:23', '2021-01-20 15:51:23', '<html amp=\"\" lang=\"en\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width,minimum-scale=1,initial-scale=1\"/><script async=\"\" src=\"https://cdn.ampproject.org/v0.js\"></script><script async=\"\" src=\"https://cdn.ampproject.org/v0/amp-story-1.0.js\" custom-element=\"amp-story\"></script><link href=\"https://fonts.googleapis.com/css2?display=swap&amp;family=Roboto\" rel=\"stylesheet\"/><style amp-boilerplate=\"\">body{-webkit-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-moz-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-ms-animation:-amp-start 8s steps(1,end) 0s 1 normal both;animation:-amp-start 8s steps(1,end) 0s 1 normal both}@-webkit-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-moz-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-ms-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-o-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}</style><noscript><style amp-boilerplate=\"\">body{-webkit-animation:none;-moz-animation:none;-ms-animation:none;animation:none}</style></noscript><style amp-custom=\"\">\n              amp-story-page {\n                background-color: #1B1D1C;\n              }\n\n              amp-story-grid-layer {\n                overflow: visible;\n              }\n\n              @media (max-aspect-ratio: 9 / 16)  {\n                @media (min-aspect-ratio: 320 / 678) {\n                  amp-story-grid-layer.grid-layer {\n                    margin-top: calc((100% / 0.5625 - 100% / 0.6666666666666666) / 2);\n                  }\n                }\n              }\n\n              .page-fullbleed-area,\n              .page-background-overlay-area {\n                position: absolute;\n                overflow: hidden;\n                width: 100%;\n                left: 0;\n                height: calc(1.1851851851851851 * 100%);\n                top: calc((1 - 1.1851851851851851) * 100% / 2);\n              }\n\n              .page-safe-area {\n                overflow: visible;\n                position: absolute;\n                top: 0;\n                bottom: 0;\n                left: 0;\n                right: 0;\n                width: 100%;\n                height: calc(0.84375 * 100%);\n                margin: auto 0;\n              }\n\n              .mask {\n                position: absolute;\n                overflow: hidden;\n              }\n\n              .fill {\n                position: absolute;\n                top: 0;\n                left: 0;\n                right: 0;\n                bottom: 0;\n                margin: 0;\n              }\n              </style><meta name=\"web-stories-replace-head-start\"/><title>Biden-Harris Inauguration Live</title><link rel=\"canonical\" href=\"https://www.iamctv.com/web-stories/biden-harris-inauguration-live/\"/><meta name=\"web-stories-replace-head-end\"/></head><body><amp-story standalone=\"\" publisher=\"International African Movie Channel (IAMC TV)\" publisher-logo-src=\"https://www.iamctv.com/wp-content/uploads/2020/06/IAMCSiteIcon-1.png\" title=\"Biden-Harris Inauguration Live\" poster-portrait-src=\"\"><amp-story-page id=\"2673fb93-afcf-4326-9958-d5993c0ff679\" auto-advance-after=\"7s\"><amp-story-grid-layer template=\"vertical\" aspect-ratio=\"412:618\" class=\"grid-layer\"><div class=\"page-fullbleed-area\" style=\"background-color:rgb(222,222,223)\"><div class=\"page-safe-area\"><div style=\"position:absolute;pointer-events:none;left:0%;top:-9.25926%;width:100%;height:118.51852%;opacity:1\"><div style=\"pointer-events:initial;width:100%;height:100%;display:block;position:absolute;top:0;left:0\" class=\"mask\" id=\"el-33f45a31-8fd8-440e-b682-5a41d65a4ba1\"><div style=\"position:absolute;width:329.58802%;height:100%;left:-114.79401%;top:0%\" data-leaf-element=\"true\"><amp-img layout=\"fill\" src=\"https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic.png\" alt=\"59th-Inaugural-Graphic\" srcSet=\"https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic.png 2000w,https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic-1536x832.png 1536w,https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic-1024x554.png 1024w,https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic-768x416.png 768w,https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic.png 600w,https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic-300x162.png 300w,https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic-150x81.png 150w\"></amp-img></div></div></div></div></div></amp-story-grid-layer><amp-story-grid-layer template=\"vertical\" aspect-ratio=\"412:618\" class=\"grid-layer\"><div class=\"page-fullbleed-area\"><div class=\"page-safe-area\"><div style=\"position:absolute;pointer-events:none;left:0%;top:-6.95793%;width:94.66019%;height:44.49838%;opacity:1\"><div style=\"pointer-events:initial;width:100%;height:100%;display:block;position:absolute;top:0;left:0\" class=\"mask\" id=\"el-c129976f-aaad-42a0-a949-88f3ee90d05f\"><div style=\"position:absolute;width:100.29841%;height:100%;left:-0.1492%;top:0%\" data-leaf-element=\"true\"><amp-img layout=\"fill\" src=\"https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2-3.png\" alt=\"https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2-3.png\" srcSet=\"https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2-3.png 938w,https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2-3-768x541.png 768w,https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2-3.png 600w,https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2-3-300x211.png 300w\"></amp-img></div></div></div><div style=\"position:absolute;pointer-events:none;left:2.6699%;top:89.80583%;width:94.41748%;height:10.03236%;opacity:1\"><div style=\"pointer-events:initial;width:100%;height:100%;display:block;position:absolute;top:0;left:0;border-radius:0.5141388174807198% 0.5141388174807198% 0.5141388174807198% 0.5141388174807198% / 3.225806451612903% 3.225806451612903% 3.225806451612903% 3.225806451612903%\" id=\"el-7b2f238c-0b62-44f4-91e4-f54c59e3f6d9\"><p class=\"fill\" style=\"white-space:pre-wrap;overflow-wrap:break-word;word-break:break-word;margin:-0.9700353470437018% 0;font-family:&quot;Roboto&quot;,&quot;Helvetica Neue&quot;,&quot;Helvetica&quot;,sans-serif;font-size:0.372168em;line-height:1.5;text-align:center;padding:0% 0%;color:#000000\">Check out our live stream of the Biden-Harris Inauguration</p></div></div></div></div></amp-story-grid-layer><amp-story-page-attachment layout=\"nodisplay\" href=\"https://www.iamctv.com/iamc-tv-live/\" data-cta-text=\"Learn more\"></amp-story-page-attachment></amp-story-page></amp-story></body></html>', 'IAMC TV Stories', '', 'inherit', 'closed', 'closed', '', '4942-revision-v1', '', '', '2021-01-20 10:51:23', '2021-01-20 15:51:23', '{\"version\":25,\"pages\":[{\"elements\":[{\"opacity\":100,\"flip\":{\"vertical\":false,\"horizontal\":false},\"rotationAngle\":0,\"lockAspectRatio\":true,\"backgroundColor\":{\"color\":{\"r\":255,\"g\":255,\"b\":255}},\"x\":0,\"y\":-43,\"width\":413,\"height\":222,\"mask\":{\"type\":\"rectangle\"},\"isBackground\":true,\"type\":\"image\",\"id\":\"33f45a31-8fd8-440e-b682-5a41d65a4ba1\",\"scale\":100,\"focalX\":50,\"focalY\":50,\"resource\":{\"type\":\"image\",\"mimeType\":\"image\\/png\",\"creationDate\":\"2021-01-19T18:16:52\",\"src\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic.png\",\"width\":330,\"height\":178,\"posterId\":0,\"id\":4925,\"title\":\"59th-Inaugural-Graphic\",\"alt\":\"59th-Inaugural-Graphic\",\"local\":false,\"sizes\":{\"medium\":{\"file\":\"59th-Inaugural-Graphic-300x162.png\",\"width\":300,\"height\":162,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-300x162.png\"},\"large\":{\"file\":\"59th-Inaugural-Graphic-1024x554.png\",\"width\":1024,\"height\":554,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-1024x554.png\"},\"thumbnail\":{\"file\":\"59th-Inaugural-Graphic-150x150.png\",\"width\":150,\"height\":150,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-150x150.png\"},\"medium_large\":{\"file\":\"59th-Inaugural-Graphic-768x416.png\",\"width\":768,\"height\":416,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-768x416.png\"},\"1536x1536\":{\"file\":\"59th-Inaugural-Graphic-1536x832.png\",\"width\":1536,\"height\":832,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-1536x832.png\"},\"newsphere-slider-full\":{\"file\":\"59th-Inaugural-Graphic-1280x720.png\",\"width\":1280,\"height\":720,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-1280x720.png\"},\"newsphere-featured\":{\"file\":\"59th-Inaugural-Graphic-1024x554.png\",\"width\":1024,\"height\":554,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-1024x554.png\"},\"newsphere-medium\":{\"file\":\"59th-Inaugural-Graphic-720x380.png\",\"width\":720,\"height\":380,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-720x380.png\"},\"web-stories-poster-portrait\":{\"file\":\"59th-Inaugural-Graphic-640x853.png\",\"width\":640,\"height\":853,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-640x853.png\"},\"web-stories-poster-landscape\":{\"file\":\"59th-Inaugural-Graphic-853x640.png\",\"width\":853,\"height\":640,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-853x640.png\"},\"web-stories-poster-square\":{\"file\":\"59th-Inaugural-Graphic-640x640.png\",\"width\":640,\"height\":640,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-640x640.png\"},\"web-stories-publisher-logo\":{\"file\":\"59th-Inaugural-Graphic-96x96.png\",\"width\":96,\"height\":96,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-96x96.png\"},\"web-stories-thumbnail\":{\"file\":\"59th-Inaugural-Graphic-150x81.png\",\"width\":150,\"height\":81,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-150x81.png\"},\"woocommerce_thumbnail\":{\"file\":\"59th-Inaugural-Graphic-300x300.png\",\"width\":300,\"height\":300,\"uncropped\":false,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-300x300.png\"},\"woocommerce_single\":{\"file\":\"59th-Inaugural-Graphic-600x325.png\",\"width\":600,\"height\":325,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic.png\"},\"woocommerce_gallery_thumbnail\":{\"file\":\"59th-Inaugural-Graphic-100x100.png\",\"width\":100,\"height\":100,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-100x100.png\"},\"shop_catalog\":{\"file\":\"59th-Inaugural-Graphic-300x300.png\",\"width\":300,\"height\":300,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-300x300.png\"},\"shop_single\":{\"file\":\"59th-Inaugural-Graphic-600x325.png\",\"width\":600,\"height\":325,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic.png\"},\"shop_thumbnail\":{\"file\":\"59th-Inaugural-Graphic-100x100.png\",\"width\":100,\"height\":100,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-100x100.png\"},\"full\":{\"file\":\"59th-Inaugural-Graphic.png\",\"width\":2000,\"height\":1083,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic.png\"}},\"baseColor\":[222,222,223]}},{\"opacity\":100,\"flip\":{\"vertical\":false,\"horizontal\":false},\"rotationAngle\":0,\"lockAspectRatio\":true,\"scale\":100,\"focalX\":50,\"focalY\":50,\"resource\":{\"type\":\"image\",\"mimeType\":\"image\\/png\",\"creationDate\":\"2020-10-09T17:56:49\",\"src\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3.png\",\"width\":330,\"height\":232,\"posterId\":0,\"id\":116,\"title\":\"cropped-IAMCMainLogo-2-3.png\",\"alt\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3.png\",\"local\":false,\"sizes\":{\"medium\":{\"file\":\"cropped-IAMCMainLogo-2-3-300x211.png\",\"width\":300,\"height\":211,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-300x211.png\"},\"thumbnail\":{\"file\":\"cropped-IAMCMainLogo-2-3-150x150.png\",\"width\":150,\"height\":150,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-150x150.png\"},\"medium_large\":{\"file\":\"cropped-IAMCMainLogo-2-3-768x541.png\",\"width\":768,\"height\":541,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-768x541.png\"},\"newsphere-medium\":{\"file\":\"cropped-IAMCMainLogo-2-3-720x380.png\",\"width\":720,\"height\":380,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-720x380.png\"},\"woocommerce_thumbnail\":{\"file\":\"cropped-IAMCMainLogo-2-3-300x300.png\",\"width\":300,\"height\":300,\"uncropped\":false,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-300x300.png\"},\"woocommerce_single\":{\"file\":\"cropped-IAMCMainLogo-2-3-600x423.png\",\"width\":600,\"height\":423,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3.png\"},\"woocommerce_gallery_thumbnail\":{\"file\":\"cropped-IAMCMainLogo-2-3-100x100.png\",\"width\":100,\"height\":100,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-100x100.png\"},\"shop_catalog\":{\"file\":\"cropped-IAMCMainLogo-2-3-300x300.png\",\"width\":300,\"height\":300,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-300x300.png\"},\"shop_single\":{\"file\":\"cropped-IAMCMainLogo-2-3-600x423.png\",\"width\":600,\"height\":423,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3.png\"},\"shop_thumbnail\":{\"file\":\"cropped-IAMCMainLogo-2-3-100x100.png\",\"width\":100,\"height\":100,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-100x100.png\"},\"full\":{\"file\":\"cropped-IAMCMainLogo-2-3.png\",\"width\":938,\"height\":661,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3.png\"}},\"baseColor\":[142,80,4]},\"type\":\"image\",\"x\":0,\"y\":-43,\"width\":390,\"height\":275,\"mask\":{\"type\":\"rectangle\",\"showInLibrary\":true,\"name\":\"Rectangle\",\"path\":\"M 0,0 1,0 1,1 0,1 0,0 Z\",\"ratio\":1,\"supportsBorder\":true},\"id\":\"c129976f-aaad-42a0-a949-88f3ee90d05f\"},{\"opacity\":100,\"flip\":{\"vertical\":false,\"horizontal\":false},\"rotationAngle\":0,\"lockAspectRatio\":true,\"backgroundTextMode\":\"NONE\",\"font\":{\"family\":\"Roboto\",\"weights\":[100,300,400,500,700,900],\"styles\":[\"italic\",\"regular\"],\"variants\":[[0,100],[1,100],[0,300],[1,300],[0,400],[1,400],[0,500],[1,500],[0,700],[1,700],[0,900],[1,900]],\"fallbacks\":[\"Helvetica Neue\",\"Helvetica\",\"sans-serif\"],\"service\":\"fonts.google.com\",\"metrics\":{\"upm\":2048,\"asc\":1900,\"des\":-500,\"tAsc\":1536,\"tDes\":-512,\"tLGap\":102,\"wAsc\":1946,\"wDes\":512,\"xH\":1082,\"capH\":1456,\"yMin\":-555,\"yMax\":2163,\"hAsc\":1900,\"hDes\":-500,\"lGap\":0}},\"fontSize\":23,\"backgroundColor\":{\"color\":{\"r\":196,\"g\":196,\"b\":196}},\"lineHeight\":1.5,\"textAlign\":\"center\",\"padding\":{\"vertical\":0,\"horizontal\":0,\"locked\":true},\"type\":\"text\",\"content\":\"Check out our live stream of the Biden-Harris Inauguration\",\"fontWeight\":400,\"borderRadius\":{\"locked\":true,\"topLeft\":2,\"topRight\":2,\"bottomRight\":2,\"bottomLeft\":2},\"x\":11,\"y\":555,\"width\":389,\"height\":62,\"scale\":100,\"focalX\":50,\"focalY\":50,\"id\":\"7b2f238c-0b62-44f4-91e4-f54c59e3f6d9\",\"marginOffset\":7.546875}],\"backgroundColor\":{\"color\":{\"r\":222,\"g\":68,\"b\":68}},\"type\":\"page\",\"id\":\"2673fb93-afcf-4326-9958-d5993c0ff679\",\"defaultBackgroundElement\":{\"opacity\":100,\"flip\":{\"vertical\":false,\"horizontal\":false},\"rotationAngle\":0,\"lockAspectRatio\":true,\"backgroundColor\":{\"color\":{\"r\":255,\"g\":255,\"b\":255}},\"x\":1,\"y\":1,\"width\":1,\"height\":1,\"mask\":{\"type\":\"rectangle\"},\"isBackground\":true,\"isDefaultBackground\":true,\"type\":\"shape\",\"id\":\"3de61403-5da3-41eb-8fe8-3ccd16882fb7\"},\"animations\":[],\"pageAttachment\":{\"url\":\"https:\\/\\/www.iamctv.com\\/iamc-tv-live\\/\"}}],\"autoAdvance\":true,\"defaultPageDuration\":7}', 4942, 'https://www.iamctv.com/4942-revision-v1/', 0, 'revision', '', 0),
(4952, 1, '2021-01-20 10:51:49', '2021-01-20 15:51:49', '<html amp=\"\" lang=\"en\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width,minimum-scale=1,initial-scale=1\"/><script async=\"\" src=\"https://cdn.ampproject.org/v0.js\"></script><script async=\"\" src=\"https://cdn.ampproject.org/v0/amp-story-1.0.js\" custom-element=\"amp-story\"></script><link href=\"https://fonts.googleapis.com/css2?display=swap&amp;family=Roboto\" rel=\"stylesheet\"/><style amp-boilerplate=\"\">body{-webkit-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-moz-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-ms-animation:-amp-start 8s steps(1,end) 0s 1 normal both;animation:-amp-start 8s steps(1,end) 0s 1 normal both}@-webkit-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-moz-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-ms-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-o-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}</style><noscript><style amp-boilerplate=\"\">body{-webkit-animation:none;-moz-animation:none;-ms-animation:none;animation:none}</style></noscript><style amp-custom=\"\">\n              amp-story-page {\n                background-color: #1B1D1C;\n              }\n\n              amp-story-grid-layer {\n                overflow: visible;\n              }\n\n              @media (max-aspect-ratio: 9 / 16)  {\n                @media (min-aspect-ratio: 320 / 678) {\n                  amp-story-grid-layer.grid-layer {\n                    margin-top: calc((100% / 0.5625 - 100% / 0.6666666666666666) / 2);\n                  }\n                }\n              }\n\n              .page-fullbleed-area,\n              .page-background-overlay-area {\n                position: absolute;\n                overflow: hidden;\n                width: 100%;\n                left: 0;\n                height: calc(1.1851851851851851 * 100%);\n                top: calc((1 - 1.1851851851851851) * 100% / 2);\n              }\n\n              .page-safe-area {\n                overflow: visible;\n                position: absolute;\n                top: 0;\n                bottom: 0;\n                left: 0;\n                right: 0;\n                width: 100%;\n                height: calc(0.84375 * 100%);\n                margin: auto 0;\n              }\n\n              .mask {\n                position: absolute;\n                overflow: hidden;\n              }\n\n              .fill {\n                position: absolute;\n                top: 0;\n                left: 0;\n                right: 0;\n                bottom: 0;\n                margin: 0;\n              }\n              </style><meta name=\"web-stories-replace-head-start\"/><title>Biden-Harris Inauguration Live</title><link rel=\"canonical\" href=\"https://www.iamctv.com/web-stories/biden-harris-inauguration-live/\"/><meta name=\"web-stories-replace-head-end\"/></head><body><amp-story standalone=\"\" publisher=\"International African Movie Channel (IAMC TV)\" publisher-logo-src=\"https://www.iamctv.com/wp-content/uploads/2020/06/IAMCSiteIcon-1.png\" title=\"Biden-Harris Inauguration Live\" poster-portrait-src=\"\"><amp-story-page id=\"2673fb93-afcf-4326-9958-d5993c0ff679\" auto-advance-after=\"7s\"><amp-story-grid-layer template=\"vertical\" aspect-ratio=\"412:618\" class=\"grid-layer\"><div class=\"page-fullbleed-area\" style=\"background-color:rgb(222,222,223)\"><div class=\"page-safe-area\"><div style=\"position:absolute;pointer-events:none;left:0%;top:-9.25926%;width:100%;height:118.51852%;opacity:1\"><div style=\"pointer-events:initial;width:100%;height:100%;display:block;position:absolute;top:0;left:0\" class=\"mask\" id=\"el-33f45a31-8fd8-440e-b682-5a41d65a4ba1\"><div style=\"position:absolute;width:329.58802%;height:100%;left:-114.79401%;top:0%\" data-leaf-element=\"true\"><amp-img layout=\"fill\" src=\"https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic.png\" alt=\"59th-Inaugural-Graphic\" srcSet=\"https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic.png 2000w,https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic-1536x832.png 1536w,https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic-1024x554.png 1024w,https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic-768x416.png 768w,https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic.png 600w,https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic-300x162.png 300w,https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic-150x81.png 150w\"></amp-img></div></div></div></div></div></amp-story-grid-layer><amp-story-grid-layer template=\"vertical\" aspect-ratio=\"412:618\" class=\"grid-layer\"><div class=\"page-fullbleed-area\"><div class=\"page-safe-area\"><div style=\"position:absolute;pointer-events:none;left:0%;top:-6.95793%;width:94.66019%;height:44.49838%;opacity:1\"><div style=\"pointer-events:initial;width:100%;height:100%;display:block;position:absolute;top:0;left:0\" class=\"mask\" id=\"el-c129976f-aaad-42a0-a949-88f3ee90d05f\"><div style=\"position:absolute;width:100.29841%;height:100%;left:-0.1492%;top:0%\" data-leaf-element=\"true\"><amp-img layout=\"fill\" src=\"https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2-3.png\" alt=\"https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2-3.png\" srcSet=\"https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2-3.png 938w,https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2-3-768x541.png 768w,https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2-3.png 600w,https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2-3-300x211.png 300w\"></amp-img></div></div></div><div style=\"position:absolute;pointer-events:none;left:2.6699%;top:89.80583%;width:94.41748%;height:10.03236%;opacity:1\"><div style=\"pointer-events:initial;width:100%;height:100%;display:block;position:absolute;top:0;left:0;border-radius:0.5141388174807198% 0.5141388174807198% 0.5141388174807198% 0.5141388174807198% / 3.225806451612903% 3.225806451612903% 3.225806451612903% 3.225806451612903%\" id=\"el-7b2f238c-0b62-44f4-91e4-f54c59e3f6d9\"><p class=\"fill\" style=\"white-space:pre-wrap;overflow-wrap:break-word;word-break:break-word;margin:-0.9700353470437018% 0;font-family:&quot;Roboto&quot;,&quot;Helvetica Neue&quot;,&quot;Helvetica&quot;,sans-serif;font-size:0.372168em;line-height:1.5;text-align:center;padding:0% 0%;color:#000000\">Check out our live stream of the Biden-Harris Inauguration</p></div></div></div></div></amp-story-grid-layer><amp-story-page-attachment layout=\"nodisplay\" href=\"https://www.iamctv.com/iamc-tv-live/\" data-cta-text=\"Learn more\"></amp-story-page-attachment></amp-story-page></amp-story></body></html>', 'Biden-Harris Inauguration Live', '', 'inherit', 'closed', 'closed', '', '4942-revision-v1', '', '', '2021-01-20 10:51:49', '2021-01-20 15:51:49', '{\"version\":25,\"pages\":[{\"elements\":[{\"opacity\":100,\"flip\":{\"vertical\":false,\"horizontal\":false},\"rotationAngle\":0,\"lockAspectRatio\":true,\"backgroundColor\":{\"color\":{\"r\":255,\"g\":255,\"b\":255}},\"x\":0,\"y\":-43,\"width\":413,\"height\":222,\"mask\":{\"type\":\"rectangle\"},\"isBackground\":true,\"type\":\"image\",\"id\":\"33f45a31-8fd8-440e-b682-5a41d65a4ba1\",\"scale\":100,\"focalX\":50,\"focalY\":50,\"resource\":{\"type\":\"image\",\"mimeType\":\"image\\/png\",\"creationDate\":\"2021-01-19T18:16:52\",\"src\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic.png\",\"width\":330,\"height\":178,\"posterId\":0,\"id\":4925,\"title\":\"59th-Inaugural-Graphic\",\"alt\":\"59th-Inaugural-Graphic\",\"local\":false,\"sizes\":{\"medium\":{\"file\":\"59th-Inaugural-Graphic-300x162.png\",\"width\":300,\"height\":162,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-300x162.png\"},\"large\":{\"file\":\"59th-Inaugural-Graphic-1024x554.png\",\"width\":1024,\"height\":554,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-1024x554.png\"},\"thumbnail\":{\"file\":\"59th-Inaugural-Graphic-150x150.png\",\"width\":150,\"height\":150,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-150x150.png\"},\"medium_large\":{\"file\":\"59th-Inaugural-Graphic-768x416.png\",\"width\":768,\"height\":416,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-768x416.png\"},\"1536x1536\":{\"file\":\"59th-Inaugural-Graphic-1536x832.png\",\"width\":1536,\"height\":832,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-1536x832.png\"},\"newsphere-slider-full\":{\"file\":\"59th-Inaugural-Graphic-1280x720.png\",\"width\":1280,\"height\":720,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-1280x720.png\"},\"newsphere-featured\":{\"file\":\"59th-Inaugural-Graphic-1024x554.png\",\"width\":1024,\"height\":554,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-1024x554.png\"},\"newsphere-medium\":{\"file\":\"59th-Inaugural-Graphic-720x380.png\",\"width\":720,\"height\":380,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-720x380.png\"},\"web-stories-poster-portrait\":{\"file\":\"59th-Inaugural-Graphic-640x853.png\",\"width\":640,\"height\":853,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-640x853.png\"},\"web-stories-poster-landscape\":{\"file\":\"59th-Inaugural-Graphic-853x640.png\",\"width\":853,\"height\":640,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-853x640.png\"},\"web-stories-poster-square\":{\"file\":\"59th-Inaugural-Graphic-640x640.png\",\"width\":640,\"height\":640,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-640x640.png\"},\"web-stories-publisher-logo\":{\"file\":\"59th-Inaugural-Graphic-96x96.png\",\"width\":96,\"height\":96,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-96x96.png\"},\"web-stories-thumbnail\":{\"file\":\"59th-Inaugural-Graphic-150x81.png\",\"width\":150,\"height\":81,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-150x81.png\"},\"woocommerce_thumbnail\":{\"file\":\"59th-Inaugural-Graphic-300x300.png\",\"width\":300,\"height\":300,\"uncropped\":false,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-300x300.png\"},\"woocommerce_single\":{\"file\":\"59th-Inaugural-Graphic-600x325.png\",\"width\":600,\"height\":325,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic.png\"},\"woocommerce_gallery_thumbnail\":{\"file\":\"59th-Inaugural-Graphic-100x100.png\",\"width\":100,\"height\":100,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-100x100.png\"},\"shop_catalog\":{\"file\":\"59th-Inaugural-Graphic-300x300.png\",\"width\":300,\"height\":300,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-300x300.png\"},\"shop_single\":{\"file\":\"59th-Inaugural-Graphic-600x325.png\",\"width\":600,\"height\":325,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic.png\"},\"shop_thumbnail\":{\"file\":\"59th-Inaugural-Graphic-100x100.png\",\"width\":100,\"height\":100,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-100x100.png\"},\"full\":{\"file\":\"59th-Inaugural-Graphic.png\",\"width\":2000,\"height\":1083,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic.png\"}},\"baseColor\":[222,222,223]}},{\"opacity\":100,\"flip\":{\"vertical\":false,\"horizontal\":false},\"rotationAngle\":0,\"lockAspectRatio\":true,\"scale\":100,\"focalX\":50,\"focalY\":50,\"resource\":{\"type\":\"image\",\"mimeType\":\"image\\/png\",\"creationDate\":\"2020-10-09T17:56:49\",\"src\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3.png\",\"width\":330,\"height\":232,\"posterId\":0,\"id\":116,\"title\":\"cropped-IAMCMainLogo-2-3.png\",\"alt\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3.png\",\"local\":false,\"sizes\":{\"medium\":{\"file\":\"cropped-IAMCMainLogo-2-3-300x211.png\",\"width\":300,\"height\":211,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-300x211.png\"},\"thumbnail\":{\"file\":\"cropped-IAMCMainLogo-2-3-150x150.png\",\"width\":150,\"height\":150,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-150x150.png\"},\"medium_large\":{\"file\":\"cropped-IAMCMainLogo-2-3-768x541.png\",\"width\":768,\"height\":541,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-768x541.png\"},\"newsphere-medium\":{\"file\":\"cropped-IAMCMainLogo-2-3-720x380.png\",\"width\":720,\"height\":380,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-720x380.png\"},\"woocommerce_thumbnail\":{\"file\":\"cropped-IAMCMainLogo-2-3-300x300.png\",\"width\":300,\"height\":300,\"uncropped\":false,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-300x300.png\"},\"woocommerce_single\":{\"file\":\"cropped-IAMCMainLogo-2-3-600x423.png\",\"width\":600,\"height\":423,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3.png\"},\"woocommerce_gallery_thumbnail\":{\"file\":\"cropped-IAMCMainLogo-2-3-100x100.png\",\"width\":100,\"height\":100,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-100x100.png\"},\"shop_catalog\":{\"file\":\"cropped-IAMCMainLogo-2-3-300x300.png\",\"width\":300,\"height\":300,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-300x300.png\"},\"shop_single\":{\"file\":\"cropped-IAMCMainLogo-2-3-600x423.png\",\"width\":600,\"height\":423,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3.png\"},\"shop_thumbnail\":{\"file\":\"cropped-IAMCMainLogo-2-3-100x100.png\",\"width\":100,\"height\":100,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-100x100.png\"},\"full\":{\"file\":\"cropped-IAMCMainLogo-2-3.png\",\"width\":938,\"height\":661,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3.png\"}},\"baseColor\":[142,80,4]},\"type\":\"image\",\"x\":0,\"y\":-43,\"width\":390,\"height\":275,\"mask\":{\"type\":\"rectangle\",\"showInLibrary\":true,\"name\":\"Rectangle\",\"path\":\"M 0,0 1,0 1,1 0,1 0,0 Z\",\"ratio\":1,\"supportsBorder\":true},\"id\":\"c129976f-aaad-42a0-a949-88f3ee90d05f\"},{\"opacity\":100,\"flip\":{\"vertical\":false,\"horizontal\":false},\"rotationAngle\":0,\"lockAspectRatio\":true,\"backgroundTextMode\":\"NONE\",\"font\":{\"family\":\"Roboto\",\"weights\":[100,300,400,500,700,900],\"styles\":[\"italic\",\"regular\"],\"variants\":[[0,100],[1,100],[0,300],[1,300],[0,400],[1,400],[0,500],[1,500],[0,700],[1,700],[0,900],[1,900]],\"fallbacks\":[\"Helvetica Neue\",\"Helvetica\",\"sans-serif\"],\"service\":\"fonts.google.com\",\"metrics\":{\"upm\":2048,\"asc\":1900,\"des\":-500,\"tAsc\":1536,\"tDes\":-512,\"tLGap\":102,\"wAsc\":1946,\"wDes\":512,\"xH\":1082,\"capH\":1456,\"yMin\":-555,\"yMax\":2163,\"hAsc\":1900,\"hDes\":-500,\"lGap\":0}},\"fontSize\":23,\"backgroundColor\":{\"color\":{\"r\":196,\"g\":196,\"b\":196}},\"lineHeight\":1.5,\"textAlign\":\"center\",\"padding\":{\"vertical\":0,\"horizontal\":0,\"locked\":true},\"type\":\"text\",\"content\":\"Check out our live stream of the Biden-Harris Inauguration\",\"fontWeight\":400,\"borderRadius\":{\"locked\":true,\"topLeft\":2,\"topRight\":2,\"bottomRight\":2,\"bottomLeft\":2},\"x\":11,\"y\":555,\"width\":389,\"height\":62,\"scale\":100,\"focalX\":50,\"focalY\":50,\"id\":\"7b2f238c-0b62-44f4-91e4-f54c59e3f6d9\",\"marginOffset\":7.546875}],\"backgroundColor\":{\"color\":{\"r\":222,\"g\":68,\"b\":68}},\"type\":\"page\",\"id\":\"2673fb93-afcf-4326-9958-d5993c0ff679\",\"defaultBackgroundElement\":{\"opacity\":100,\"flip\":{\"vertical\":false,\"horizontal\":false},\"rotationAngle\":0,\"lockAspectRatio\":true,\"backgroundColor\":{\"color\":{\"r\":255,\"g\":255,\"b\":255}},\"x\":1,\"y\":1,\"width\":1,\"height\":1,\"mask\":{\"type\":\"rectangle\"},\"isBackground\":true,\"isDefaultBackground\":true,\"type\":\"shape\",\"id\":\"3de61403-5da3-41eb-8fe8-3ccd16882fb7\"},\"animations\":[],\"pageAttachment\":{\"url\":\"https:\\/\\/www.iamctv.com\\/iamc-tv-live\\/\"}}],\"autoAdvance\":true,\"defaultPageDuration\":7}', 4942, 'https://www.iamctv.com/4942-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `iamc_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
(4954, 1, '2021-01-20 10:55:10', '2021-01-20 15:55:10', '<html amp=\"\" lang=\"en\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width,minimum-scale=1,initial-scale=1\"/><script async=\"\" src=\"https://cdn.ampproject.org/v0.js\"></script><script async=\"\" src=\"https://cdn.ampproject.org/v0/amp-story-1.0.js\" custom-element=\"amp-story\"></script><link href=\"https://fonts.googleapis.com/css2?display=swap&amp;family=Roboto\" rel=\"stylesheet\"/><style amp-boilerplate=\"\">body{-webkit-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-moz-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-ms-animation:-amp-start 8s steps(1,end) 0s 1 normal both;animation:-amp-start 8s steps(1,end) 0s 1 normal both}@-webkit-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-moz-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-ms-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-o-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}</style><noscript><style amp-boilerplate=\"\">body{-webkit-animation:none;-moz-animation:none;-ms-animation:none;animation:none}</style></noscript><style amp-custom=\"\">\n              amp-story-page {\n                background-color: #1B1D1C;\n              }\n\n              amp-story-grid-layer {\n                overflow: visible;\n              }\n\n              @media (max-aspect-ratio: 9 / 16)  {\n                @media (min-aspect-ratio: 320 / 678) {\n                  amp-story-grid-layer.grid-layer {\n                    margin-top: calc((100% / 0.5625 - 100% / 0.6666666666666666) / 2);\n                  }\n                }\n              }\n\n              .page-fullbleed-area,\n              .page-background-overlay-area {\n                position: absolute;\n                overflow: hidden;\n                width: 100%;\n                left: 0;\n                height: calc(1.1851851851851851 * 100%);\n                top: calc((1 - 1.1851851851851851) * 100% / 2);\n              }\n\n              .page-safe-area {\n                overflow: visible;\n                position: absolute;\n                top: 0;\n                bottom: 0;\n                left: 0;\n                right: 0;\n                width: 100%;\n                height: calc(0.84375 * 100%);\n                margin: auto 0;\n              }\n\n              .mask {\n                position: absolute;\n                overflow: hidden;\n              }\n\n              .fill {\n                position: absolute;\n                top: 0;\n                left: 0;\n                right: 0;\n                bottom: 0;\n                margin: 0;\n              }\n              </style><meta name=\"web-stories-replace-head-start\"/><title>IAMC TV Stories</title><link rel=\"canonical\" href=\"https://www.iamctv.com/web-stories/biden-harris-inauguration-live/\"/><meta name=\"web-stories-replace-head-end\"/></head><body><amp-story standalone=\"\" publisher=\"International African Movie Channel (IAMC TV)\" publisher-logo-src=\"https://www.iamctv.com/wp-content/uploads/2020/06/IAMCSiteIcon-1.png\" title=\"IAMC TV Stories\" poster-portrait-src=\"\"><amp-story-page id=\"2673fb93-afcf-4326-9958-d5993c0ff679\" auto-advance-after=\"7s\"><amp-story-grid-layer template=\"vertical\" aspect-ratio=\"412:618\" class=\"grid-layer\"><div class=\"page-fullbleed-area\" style=\"background-color:rgb(222,222,223)\"><div class=\"page-safe-area\"><div style=\"position:absolute;pointer-events:none;left:0%;top:-9.25926%;width:100%;height:118.51852%;opacity:1\"><div style=\"pointer-events:initial;width:100%;height:100%;display:block;position:absolute;top:0;left:0\" class=\"mask\" id=\"el-33f45a31-8fd8-440e-b682-5a41d65a4ba1\"><div style=\"position:absolute;width:329.58802%;height:100%;left:-114.79401%;top:0%\" data-leaf-element=\"true\"><amp-img layout=\"fill\" src=\"https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic.png\" alt=\"59th-Inaugural-Graphic\" srcSet=\"https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic.png 2000w,https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic-1536x832.png 1536w,https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic-1024x554.png 1024w,https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic-768x416.png 768w,https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic.png 600w,https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic-300x162.png 300w,https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic-150x81.png 150w\"></amp-img></div></div></div></div></div></amp-story-grid-layer><amp-story-grid-layer template=\"vertical\" aspect-ratio=\"412:618\" class=\"grid-layer\"><div class=\"page-fullbleed-area\"><div class=\"page-safe-area\"><div style=\"position:absolute;pointer-events:none;left:0%;top:-6.95793%;width:94.66019%;height:44.49838%;opacity:1\"><div style=\"pointer-events:initial;width:100%;height:100%;display:block;position:absolute;top:0;left:0\" class=\"mask\" id=\"el-c129976f-aaad-42a0-a949-88f3ee90d05f\"><div style=\"position:absolute;width:100.29841%;height:100%;left:-0.1492%;top:0%\" data-leaf-element=\"true\"><amp-img layout=\"fill\" src=\"https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2-3.png\" alt=\"https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2-3.png\" srcSet=\"https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2-3.png 938w,https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2-3-768x541.png 768w,https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2-3.png 600w,https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2-3-300x211.png 300w\"></amp-img></div></div></div><div style=\"position:absolute;pointer-events:none;left:2.6699%;top:89.80583%;width:94.41748%;height:10.03236%;opacity:1\"><div style=\"pointer-events:initial;width:100%;height:100%;display:block;position:absolute;top:0;left:0;border-radius:0.5141388174807198% 0.5141388174807198% 0.5141388174807198% 0.5141388174807198% / 3.225806451612903% 3.225806451612903% 3.225806451612903% 3.225806451612903%\" id=\"el-7b2f238c-0b62-44f4-91e4-f54c59e3f6d9\"><p class=\"fill\" style=\"white-space:pre-wrap;overflow-wrap:break-word;word-break:break-word;margin:-0.9700353470437018% 0;font-family:&quot;Roboto&quot;,&quot;Helvetica Neue&quot;,&quot;Helvetica&quot;,sans-serif;font-size:0.372168em;line-height:1.5;text-align:center;padding:0% 0%;color:#000000\">Check out our live stream of the Biden-Harris Inauguration</p></div></div></div></div></amp-story-grid-layer><amp-story-page-attachment layout=\"nodisplay\" href=\"https://www.iamctv.com/iamc-tv-live/\" data-cta-text=\"Learn more\"></amp-story-page-attachment></amp-story-page></amp-story></body></html>', 'IAMC TV Stories', '', 'inherit', 'closed', 'closed', '', '4942-revision-v1', '', '', '2021-01-20 10:55:10', '2021-01-20 15:55:10', '{\"version\":25,\"pages\":[{\"elements\":[{\"opacity\":100,\"flip\":{\"vertical\":false,\"horizontal\":false},\"rotationAngle\":0,\"lockAspectRatio\":true,\"backgroundColor\":{\"color\":{\"r\":255,\"g\":255,\"b\":255}},\"x\":0,\"y\":-43,\"width\":413,\"height\":222,\"mask\":{\"type\":\"rectangle\"},\"isBackground\":true,\"type\":\"image\",\"id\":\"33f45a31-8fd8-440e-b682-5a41d65a4ba1\",\"scale\":100,\"focalX\":50,\"focalY\":50,\"resource\":{\"type\":\"image\",\"mimeType\":\"image\\/png\",\"creationDate\":\"2021-01-19T18:16:52\",\"src\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic.png\",\"width\":330,\"height\":178,\"posterId\":0,\"id\":4925,\"title\":\"59th-Inaugural-Graphic\",\"alt\":\"59th-Inaugural-Graphic\",\"local\":false,\"sizes\":{\"medium\":{\"file\":\"59th-Inaugural-Graphic-300x162.png\",\"width\":300,\"height\":162,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-300x162.png\"},\"large\":{\"file\":\"59th-Inaugural-Graphic-1024x554.png\",\"width\":1024,\"height\":554,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-1024x554.png\"},\"thumbnail\":{\"file\":\"59th-Inaugural-Graphic-150x150.png\",\"width\":150,\"height\":150,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-150x150.png\"},\"medium_large\":{\"file\":\"59th-Inaugural-Graphic-768x416.png\",\"width\":768,\"height\":416,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-768x416.png\"},\"1536x1536\":{\"file\":\"59th-Inaugural-Graphic-1536x832.png\",\"width\":1536,\"height\":832,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-1536x832.png\"},\"newsphere-slider-full\":{\"file\":\"59th-Inaugural-Graphic-1280x720.png\",\"width\":1280,\"height\":720,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-1280x720.png\"},\"newsphere-featured\":{\"file\":\"59th-Inaugural-Graphic-1024x554.png\",\"width\":1024,\"height\":554,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-1024x554.png\"},\"newsphere-medium\":{\"file\":\"59th-Inaugural-Graphic-720x380.png\",\"width\":720,\"height\":380,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-720x380.png\"},\"web-stories-poster-portrait\":{\"file\":\"59th-Inaugural-Graphic-640x853.png\",\"width\":640,\"height\":853,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-640x853.png\"},\"web-stories-poster-landscape\":{\"file\":\"59th-Inaugural-Graphic-853x640.png\",\"width\":853,\"height\":640,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-853x640.png\"},\"web-stories-poster-square\":{\"file\":\"59th-Inaugural-Graphic-640x640.png\",\"width\":640,\"height\":640,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-640x640.png\"},\"web-stories-publisher-logo\":{\"file\":\"59th-Inaugural-Graphic-96x96.png\",\"width\":96,\"height\":96,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-96x96.png\"},\"web-stories-thumbnail\":{\"file\":\"59th-Inaugural-Graphic-150x81.png\",\"width\":150,\"height\":81,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-150x81.png\"},\"woocommerce_thumbnail\":{\"file\":\"59th-Inaugural-Graphic-300x300.png\",\"width\":300,\"height\":300,\"uncropped\":false,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-300x300.png\"},\"woocommerce_single\":{\"file\":\"59th-Inaugural-Graphic-600x325.png\",\"width\":600,\"height\":325,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic.png\"},\"woocommerce_gallery_thumbnail\":{\"file\":\"59th-Inaugural-Graphic-100x100.png\",\"width\":100,\"height\":100,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-100x100.png\"},\"shop_catalog\":{\"file\":\"59th-Inaugural-Graphic-300x300.png\",\"width\":300,\"height\":300,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-300x300.png\"},\"shop_single\":{\"file\":\"59th-Inaugural-Graphic-600x325.png\",\"width\":600,\"height\":325,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic.png\"},\"shop_thumbnail\":{\"file\":\"59th-Inaugural-Graphic-100x100.png\",\"width\":100,\"height\":100,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-100x100.png\"},\"full\":{\"file\":\"59th-Inaugural-Graphic.png\",\"width\":2000,\"height\":1083,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic.png\"}},\"baseColor\":[222,222,223]}},{\"opacity\":100,\"flip\":{\"vertical\":false,\"horizontal\":false},\"rotationAngle\":0,\"lockAspectRatio\":true,\"scale\":100,\"focalX\":50,\"focalY\":50,\"resource\":{\"type\":\"image\",\"mimeType\":\"image\\/png\",\"creationDate\":\"2020-10-09T17:56:49\",\"src\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3.png\",\"width\":330,\"height\":232,\"posterId\":0,\"id\":116,\"title\":\"cropped-IAMCMainLogo-2-3.png\",\"alt\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3.png\",\"local\":false,\"sizes\":{\"medium\":{\"file\":\"cropped-IAMCMainLogo-2-3-300x211.png\",\"width\":300,\"height\":211,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-300x211.png\"},\"thumbnail\":{\"file\":\"cropped-IAMCMainLogo-2-3-150x150.png\",\"width\":150,\"height\":150,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-150x150.png\"},\"medium_large\":{\"file\":\"cropped-IAMCMainLogo-2-3-768x541.png\",\"width\":768,\"height\":541,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-768x541.png\"},\"newsphere-medium\":{\"file\":\"cropped-IAMCMainLogo-2-3-720x380.png\",\"width\":720,\"height\":380,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-720x380.png\"},\"woocommerce_thumbnail\":{\"file\":\"cropped-IAMCMainLogo-2-3-300x300.png\",\"width\":300,\"height\":300,\"uncropped\":false,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-300x300.png\"},\"woocommerce_single\":{\"file\":\"cropped-IAMCMainLogo-2-3-600x423.png\",\"width\":600,\"height\":423,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3.png\"},\"woocommerce_gallery_thumbnail\":{\"file\":\"cropped-IAMCMainLogo-2-3-100x100.png\",\"width\":100,\"height\":100,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-100x100.png\"},\"shop_catalog\":{\"file\":\"cropped-IAMCMainLogo-2-3-300x300.png\",\"width\":300,\"height\":300,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-300x300.png\"},\"shop_single\":{\"file\":\"cropped-IAMCMainLogo-2-3-600x423.png\",\"width\":600,\"height\":423,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3.png\"},\"shop_thumbnail\":{\"file\":\"cropped-IAMCMainLogo-2-3-100x100.png\",\"width\":100,\"height\":100,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-100x100.png\"},\"full\":{\"file\":\"cropped-IAMCMainLogo-2-3.png\",\"width\":938,\"height\":661,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3.png\"}},\"baseColor\":[142,80,4]},\"type\":\"image\",\"x\":0,\"y\":-43,\"width\":390,\"height\":275,\"mask\":{\"type\":\"rectangle\",\"showInLibrary\":true,\"name\":\"Rectangle\",\"path\":\"M 0,0 1,0 1,1 0,1 0,0 Z\",\"ratio\":1,\"supportsBorder\":true},\"id\":\"c129976f-aaad-42a0-a949-88f3ee90d05f\"},{\"opacity\":100,\"flip\":{\"vertical\":false,\"horizontal\":false},\"rotationAngle\":0,\"lockAspectRatio\":true,\"backgroundTextMode\":\"NONE\",\"font\":{\"family\":\"Roboto\",\"weights\":[100,300,400,500,700,900],\"styles\":[\"italic\",\"regular\"],\"variants\":[[0,100],[1,100],[0,300],[1,300],[0,400],[1,400],[0,500],[1,500],[0,700],[1,700],[0,900],[1,900]],\"fallbacks\":[\"Helvetica Neue\",\"Helvetica\",\"sans-serif\"],\"service\":\"fonts.google.com\",\"metrics\":{\"upm\":2048,\"asc\":1900,\"des\":-500,\"tAsc\":1536,\"tDes\":-512,\"tLGap\":102,\"wAsc\":1946,\"wDes\":512,\"xH\":1082,\"capH\":1456,\"yMin\":-555,\"yMax\":2163,\"hAsc\":1900,\"hDes\":-500,\"lGap\":0}},\"fontSize\":23,\"backgroundColor\":{\"color\":{\"r\":196,\"g\":196,\"b\":196}},\"lineHeight\":1.5,\"textAlign\":\"center\",\"padding\":{\"vertical\":0,\"horizontal\":0,\"locked\":true},\"type\":\"text\",\"content\":\"Check out our live stream of the Biden-Harris Inauguration\",\"fontWeight\":400,\"borderRadius\":{\"locked\":true,\"topLeft\":2,\"topRight\":2,\"bottomRight\":2,\"bottomLeft\":2},\"x\":11,\"y\":555,\"width\":389,\"height\":62,\"scale\":100,\"focalX\":50,\"focalY\":50,\"id\":\"7b2f238c-0b62-44f4-91e4-f54c59e3f6d9\",\"marginOffset\":7.546875}],\"backgroundColor\":{\"color\":{\"r\":222,\"g\":68,\"b\":68}},\"type\":\"page\",\"id\":\"2673fb93-afcf-4326-9958-d5993c0ff679\",\"defaultBackgroundElement\":{\"opacity\":100,\"flip\":{\"vertical\":false,\"horizontal\":false},\"rotationAngle\":0,\"lockAspectRatio\":true,\"backgroundColor\":{\"color\":{\"r\":255,\"g\":255,\"b\":255}},\"x\":1,\"y\":1,\"width\":1,\"height\":1,\"mask\":{\"type\":\"rectangle\"},\"isBackground\":true,\"isDefaultBackground\":true,\"type\":\"shape\",\"id\":\"3de61403-5da3-41eb-8fe8-3ccd16882fb7\"},\"animations\":[],\"pageAttachment\":{\"url\":\"https:\\/\\/www.iamctv.com\\/iamc-tv-live\\/\"}}],\"autoAdvance\":true,\"defaultPageDuration\":7}', 4942, 'https://www.iamctv.com/4942-revision-v1/', 0, 'revision', '', 0),
(4955, 1, '2021-01-20 10:56:06', '2021-01-20 15:56:06', '<html amp=\"\" lang=\"en\"><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width,minimum-scale=1,initial-scale=1\"/><script async=\"\" src=\"https://cdn.ampproject.org/v0.js\"></script><script async=\"\" src=\"https://cdn.ampproject.org/v0/amp-story-1.0.js\" custom-element=\"amp-story\"></script><link href=\"https://fonts.googleapis.com/css2?display=swap&amp;family=Roboto\" rel=\"stylesheet\"/><style amp-boilerplate=\"\">body{-webkit-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-moz-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-ms-animation:-amp-start 8s steps(1,end) 0s 1 normal both;animation:-amp-start 8s steps(1,end) 0s 1 normal both}@-webkit-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-moz-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-ms-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-o-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}</style><noscript><style amp-boilerplate=\"\">body{-webkit-animation:none;-moz-animation:none;-ms-animation:none;animation:none}</style></noscript><style amp-custom=\"\">\n              amp-story-page {\n                background-color: #1B1D1C;\n              }\n\n              amp-story-grid-layer {\n                overflow: visible;\n              }\n\n              @media (max-aspect-ratio: 9 / 16)  {\n                @media (min-aspect-ratio: 320 / 678) {\n                  amp-story-grid-layer.grid-layer {\n                    margin-top: calc((100% / 0.5625 - 100% / 0.6666666666666666) / 2);\n                  }\n                }\n              }\n\n              .page-fullbleed-area,\n              .page-background-overlay-area {\n                position: absolute;\n                overflow: hidden;\n                width: 100%;\n                left: 0;\n                height: calc(1.1851851851851851 * 100%);\n                top: calc((1 - 1.1851851851851851) * 100% / 2);\n              }\n\n              .page-safe-area {\n                overflow: visible;\n                position: absolute;\n                top: 0;\n                bottom: 0;\n                left: 0;\n                right: 0;\n                width: 100%;\n                height: calc(0.84375 * 100%);\n                margin: auto 0;\n              }\n\n              .mask {\n                position: absolute;\n                overflow: hidden;\n              }\n\n              .fill {\n                position: absolute;\n                top: 0;\n                left: 0;\n                right: 0;\n                bottom: 0;\n                margin: 0;\n              }\n              </style><meta name=\"web-stories-replace-head-start\"/><title>IAMC TV Stories</title><link rel=\"canonical\" href=\"https://www.iamctv.com/?post_type=web-story&amp;p=4942\"/><meta name=\"web-stories-replace-head-end\"/></head><body><amp-story standalone=\"\" publisher=\"International African Movie Channel (IAMC TV)\" publisher-logo-src=\"https://www.iamctv.com/wp-content/uploads/2020/06/IAMCSiteIcon-1.png\" title=\"IAMC TV Stories\" poster-portrait-src=\"\"><amp-story-page id=\"2673fb93-afcf-4326-9958-d5993c0ff679\" auto-advance-after=\"7s\"><amp-story-grid-layer template=\"vertical\" aspect-ratio=\"412:618\" class=\"grid-layer\"><div class=\"page-fullbleed-area\" style=\"background-color:rgb(222,222,223)\"><div class=\"page-safe-area\"><div style=\"position:absolute;pointer-events:none;left:0%;top:-9.25926%;width:100%;height:118.51852%;opacity:1\"><div style=\"pointer-events:initial;width:100%;height:100%;display:block;position:absolute;top:0;left:0\" class=\"mask\" id=\"el-33f45a31-8fd8-440e-b682-5a41d65a4ba1\"><div style=\"position:absolute;width:329.58802%;height:100%;left:-114.79401%;top:0%\" data-leaf-element=\"true\"><amp-img layout=\"fill\" src=\"https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic.png\" alt=\"59th-Inaugural-Graphic\" srcSet=\"https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic.png 2000w,https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic-1536x832.png 1536w,https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic-1024x554.png 1024w,https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic-768x416.png 768w,https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic.png 600w,https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic-300x162.png 300w,https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic-150x81.png 150w\"></amp-img></div></div></div></div></div></amp-story-grid-layer><amp-story-grid-layer template=\"vertical\" aspect-ratio=\"412:618\" class=\"grid-layer\"><div class=\"page-fullbleed-area\"><div class=\"page-safe-area\"><div style=\"position:absolute;pointer-events:none;left:0%;top:-6.95793%;width:94.66019%;height:44.49838%;opacity:1\"><div style=\"pointer-events:initial;width:100%;height:100%;display:block;position:absolute;top:0;left:0\" class=\"mask\" id=\"el-c129976f-aaad-42a0-a949-88f3ee90d05f\"><div style=\"position:absolute;width:100.29841%;height:100%;left:-0.1492%;top:0%\" data-leaf-element=\"true\"><amp-img layout=\"fill\" src=\"https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2-3.png\" alt=\"https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2-3.png\" srcSet=\"https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2-3.png 938w,https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2-3-768x541.png 768w,https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2-3.png 600w,https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2-3-300x211.png 300w\"></amp-img></div></div></div><div style=\"position:absolute;pointer-events:none;left:2.6699%;top:89.80583%;width:94.41748%;height:10.03236%;opacity:1\"><div style=\"pointer-events:initial;width:100%;height:100%;display:block;position:absolute;top:0;left:0;border-radius:0.5141388174807198% 0.5141388174807198% 0.5141388174807198% 0.5141388174807198% / 3.225806451612903% 3.225806451612903% 3.225806451612903% 3.225806451612903%\" id=\"el-7b2f238c-0b62-44f4-91e4-f54c59e3f6d9\"><p class=\"fill\" style=\"white-space:pre-wrap;overflow-wrap:break-word;word-break:break-word;margin:-0.9700353470437018% 0;font-family:&quot;Roboto&quot;,&quot;Helvetica Neue&quot;,&quot;Helvetica&quot;,sans-serif;font-size:0.372168em;line-height:1.5;text-align:center;padding:0% 0%;color:#000000\">Check out our live stream of the Biden-Harris Inauguration</p></div></div></div></div></amp-story-grid-layer><amp-story-page-attachment layout=\"nodisplay\" href=\"https://www.iamctv.com/iamc-tv-live/\" data-cta-text=\"Learn more\"></amp-story-page-attachment></amp-story-page></amp-story></body></html>', 'IAMC TV Stories', '', 'inherit', 'closed', 'closed', '', '4942-revision-v1', '', '', '2021-01-20 10:56:06', '2021-01-20 15:56:06', '{\"version\":25,\"pages\":[{\"elements\":[{\"opacity\":100,\"flip\":{\"vertical\":false,\"horizontal\":false},\"rotationAngle\":0,\"lockAspectRatio\":true,\"backgroundColor\":{\"color\":{\"r\":255,\"g\":255,\"b\":255}},\"x\":0,\"y\":-43,\"width\":413,\"height\":222,\"mask\":{\"type\":\"rectangle\"},\"isBackground\":true,\"type\":\"image\",\"id\":\"33f45a31-8fd8-440e-b682-5a41d65a4ba1\",\"scale\":100,\"focalX\":50,\"focalY\":50,\"resource\":{\"type\":\"image\",\"mimeType\":\"image\\/png\",\"creationDate\":\"2021-01-19T18:16:52\",\"src\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic.png\",\"width\":330,\"height\":178,\"posterId\":0,\"id\":4925,\"title\":\"59th-Inaugural-Graphic\",\"alt\":\"59th-Inaugural-Graphic\",\"local\":false,\"sizes\":{\"medium\":{\"file\":\"59th-Inaugural-Graphic-300x162.png\",\"width\":300,\"height\":162,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-300x162.png\"},\"large\":{\"file\":\"59th-Inaugural-Graphic-1024x554.png\",\"width\":1024,\"height\":554,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-1024x554.png\"},\"thumbnail\":{\"file\":\"59th-Inaugural-Graphic-150x150.png\",\"width\":150,\"height\":150,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-150x150.png\"},\"medium_large\":{\"file\":\"59th-Inaugural-Graphic-768x416.png\",\"width\":768,\"height\":416,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-768x416.png\"},\"1536x1536\":{\"file\":\"59th-Inaugural-Graphic-1536x832.png\",\"width\":1536,\"height\":832,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-1536x832.png\"},\"newsphere-slider-full\":{\"file\":\"59th-Inaugural-Graphic-1280x720.png\",\"width\":1280,\"height\":720,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-1280x720.png\"},\"newsphere-featured\":{\"file\":\"59th-Inaugural-Graphic-1024x554.png\",\"width\":1024,\"height\":554,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-1024x554.png\"},\"newsphere-medium\":{\"file\":\"59th-Inaugural-Graphic-720x380.png\",\"width\":720,\"height\":380,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-720x380.png\"},\"web-stories-poster-portrait\":{\"file\":\"59th-Inaugural-Graphic-640x853.png\",\"width\":640,\"height\":853,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-640x853.png\"},\"web-stories-poster-landscape\":{\"file\":\"59th-Inaugural-Graphic-853x640.png\",\"width\":853,\"height\":640,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-853x640.png\"},\"web-stories-poster-square\":{\"file\":\"59th-Inaugural-Graphic-640x640.png\",\"width\":640,\"height\":640,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-640x640.png\"},\"web-stories-publisher-logo\":{\"file\":\"59th-Inaugural-Graphic-96x96.png\",\"width\":96,\"height\":96,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-96x96.png\"},\"web-stories-thumbnail\":{\"file\":\"59th-Inaugural-Graphic-150x81.png\",\"width\":150,\"height\":81,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-150x81.png\"},\"woocommerce_thumbnail\":{\"file\":\"59th-Inaugural-Graphic-300x300.png\",\"width\":300,\"height\":300,\"uncropped\":false,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-300x300.png\"},\"woocommerce_single\":{\"file\":\"59th-Inaugural-Graphic-600x325.png\",\"width\":600,\"height\":325,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic.png\"},\"woocommerce_gallery_thumbnail\":{\"file\":\"59th-Inaugural-Graphic-100x100.png\",\"width\":100,\"height\":100,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-100x100.png\"},\"shop_catalog\":{\"file\":\"59th-Inaugural-Graphic-300x300.png\",\"width\":300,\"height\":300,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-300x300.png\"},\"shop_single\":{\"file\":\"59th-Inaugural-Graphic-600x325.png\",\"width\":600,\"height\":325,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic.png\"},\"shop_thumbnail\":{\"file\":\"59th-Inaugural-Graphic-100x100.png\",\"width\":100,\"height\":100,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic-100x100.png\"},\"full\":{\"file\":\"59th-Inaugural-Graphic.png\",\"width\":2000,\"height\":1083,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2021\\/01\\/59th-Inaugural-Graphic.png\"}},\"baseColor\":[222,222,223]}},{\"opacity\":100,\"flip\":{\"vertical\":false,\"horizontal\":false},\"rotationAngle\":0,\"lockAspectRatio\":true,\"scale\":100,\"focalX\":50,\"focalY\":50,\"resource\":{\"type\":\"image\",\"mimeType\":\"image\\/png\",\"creationDate\":\"2020-10-09T17:56:49\",\"src\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3.png\",\"width\":330,\"height\":232,\"posterId\":0,\"id\":116,\"title\":\"cropped-IAMCMainLogo-2-3.png\",\"alt\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3.png\",\"local\":false,\"sizes\":{\"medium\":{\"file\":\"cropped-IAMCMainLogo-2-3-300x211.png\",\"width\":300,\"height\":211,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-300x211.png\"},\"thumbnail\":{\"file\":\"cropped-IAMCMainLogo-2-3-150x150.png\",\"width\":150,\"height\":150,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-150x150.png\"},\"medium_large\":{\"file\":\"cropped-IAMCMainLogo-2-3-768x541.png\",\"width\":768,\"height\":541,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-768x541.png\"},\"newsphere-medium\":{\"file\":\"cropped-IAMCMainLogo-2-3-720x380.png\",\"width\":720,\"height\":380,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-720x380.png\"},\"woocommerce_thumbnail\":{\"file\":\"cropped-IAMCMainLogo-2-3-300x300.png\",\"width\":300,\"height\":300,\"uncropped\":false,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-300x300.png\"},\"woocommerce_single\":{\"file\":\"cropped-IAMCMainLogo-2-3-600x423.png\",\"width\":600,\"height\":423,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3.png\"},\"woocommerce_gallery_thumbnail\":{\"file\":\"cropped-IAMCMainLogo-2-3-100x100.png\",\"width\":100,\"height\":100,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-100x100.png\"},\"shop_catalog\":{\"file\":\"cropped-IAMCMainLogo-2-3-300x300.png\",\"width\":300,\"height\":300,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-300x300.png\"},\"shop_single\":{\"file\":\"cropped-IAMCMainLogo-2-3-600x423.png\",\"width\":600,\"height\":423,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3.png\"},\"shop_thumbnail\":{\"file\":\"cropped-IAMCMainLogo-2-3-100x100.png\",\"width\":100,\"height\":100,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3-100x100.png\"},\"full\":{\"file\":\"cropped-IAMCMainLogo-2-3.png\",\"width\":938,\"height\":661,\"mime_type\":\"image\\/png\",\"source_url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/cropped-IAMCMainLogo-2-3.png\"}},\"baseColor\":[142,80,4]},\"type\":\"image\",\"x\":0,\"y\":-43,\"width\":390,\"height\":275,\"mask\":{\"type\":\"rectangle\",\"showInLibrary\":true,\"name\":\"Rectangle\",\"path\":\"M 0,0 1,0 1,1 0,1 0,0 Z\",\"ratio\":1,\"supportsBorder\":true},\"id\":\"c129976f-aaad-42a0-a949-88f3ee90d05f\"},{\"opacity\":100,\"flip\":{\"vertical\":false,\"horizontal\":false},\"rotationAngle\":0,\"lockAspectRatio\":true,\"backgroundTextMode\":\"NONE\",\"font\":{\"family\":\"Roboto\",\"weights\":[100,300,400,500,700,900],\"styles\":[\"italic\",\"regular\"],\"variants\":[[0,100],[1,100],[0,300],[1,300],[0,400],[1,400],[0,500],[1,500],[0,700],[1,700],[0,900],[1,900]],\"fallbacks\":[\"Helvetica Neue\",\"Helvetica\",\"sans-serif\"],\"service\":\"fonts.google.com\",\"metrics\":{\"upm\":2048,\"asc\":1900,\"des\":-500,\"tAsc\":1536,\"tDes\":-512,\"tLGap\":102,\"wAsc\":1946,\"wDes\":512,\"xH\":1082,\"capH\":1456,\"yMin\":-555,\"yMax\":2163,\"hAsc\":1900,\"hDes\":-500,\"lGap\":0}},\"fontSize\":23,\"backgroundColor\":{\"color\":{\"r\":196,\"g\":196,\"b\":196}},\"lineHeight\":1.5,\"textAlign\":\"center\",\"padding\":{\"vertical\":0,\"horizontal\":0,\"locked\":true},\"type\":\"text\",\"content\":\"Check out our live stream of the Biden-Harris Inauguration\",\"fontWeight\":400,\"borderRadius\":{\"locked\":true,\"topLeft\":2,\"topRight\":2,\"bottomRight\":2,\"bottomLeft\":2},\"x\":11,\"y\":555,\"width\":389,\"height\":62,\"scale\":100,\"focalX\":50,\"focalY\":50,\"id\":\"7b2f238c-0b62-44f4-91e4-f54c59e3f6d9\",\"marginOffset\":7.546875}],\"backgroundColor\":{\"color\":{\"r\":222,\"g\":68,\"b\":68}},\"type\":\"page\",\"id\":\"2673fb93-afcf-4326-9958-d5993c0ff679\",\"defaultBackgroundElement\":{\"opacity\":100,\"flip\":{\"vertical\":false,\"horizontal\":false},\"rotationAngle\":0,\"lockAspectRatio\":true,\"backgroundColor\":{\"color\":{\"r\":255,\"g\":255,\"b\":255}},\"x\":1,\"y\":1,\"width\":1,\"height\":1,\"mask\":{\"type\":\"rectangle\"},\"isBackground\":true,\"isDefaultBackground\":true,\"type\":\"shape\",\"id\":\"3de61403-5da3-41eb-8fe8-3ccd16882fb7\"},\"animations\":[],\"pageAttachment\":{\"url\":\"https:\\/\\/www.iamctv.com\\/iamc-tv-live\\/\"}}],\"autoAdvance\":true,\"defaultPageDuration\":7}', 4942, 'https://www.iamctv.com/4942-revision-v1/', 0, 'revision', '', 0),
(4969, 1, '2021-02-01 13:22:00', '2021-02-01 18:22:00', '<!-- wp:paragraph -->\n<p>A notable Nigerian US based businessman, Prince Dennis Abuda has been kidnapped along the Benin Auchi Road in Edo State, Nigeria.&nbsp; Prince Abuda who was on a holiday vacation in his country home of Fugar was travelling to Benin City to board his flight back to Atlanta on January 30, 2021.&nbsp; He was kidnapped alongside Chief David Oghieakhe, Mr. Richard Bologi, and Mrs. Comfort.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"left\",\"id\":4970,\"width\":254,\"height\":303,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignleft size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2021/02/PrinceAbuda.jpg\" alt=\"\" class=\"wp-image-4970\" width=\"254\" height=\"303\"/><figcaption>Prince Dennis Abuda</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>According to security reports, the individuals left Fugar in the northern part of Edo State in a Toyota Sienna minivan heading towards Benin city when they were apprehended by gunmen.  Reports are still sketchy, but we can confirm that a ten-million-naira (N10m) ransom has been demanded by the kidnappers for the release of Prince Abuda.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Security agencies and personnel have been alerted and all efforts are currently underway to secure the release of all the victims that were kidnapped.&nbsp; Please stay tuned as this story develops.</p>\n<!-- /wp:paragraph -->', 'US Based Nigerian Businessman Reported Kidnapped', '', 'publish', 'closed', 'open', '', 'us-based-nigerian-businessman-reported-kidnapped', '', '', '2021-02-01 14:02:46', '2021-02-01 19:02:46', '', 0, 'https://www.iamctv.com/?p=4969', 0, 'post', '', 0),
(4957, 1, '2021-01-22 07:08:28', '2021-01-22 12:08:28', '<!-- wp:image {\"align\":\"right\",\"id\":509,\"width\":330,\"height\":330,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignright size-large is-resized\"><img src=\"https://www.iamctv.com/wp-content/uploads/2020/10/IAMCTVSChatPodcastLogo-1024x1024.png\" alt=\"\" class=\"wp-image-509\" width=\"330\" height=\"330\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>On this week’s Street Chat, PrymEvyl and Alan Bogey reflects on the Biden-Harris Inauguration, the Yoruba ultimatum to Fulani’s, Atiku’s message to the new Biden administration and other issues.</p>\n<!-- /wp:paragraph -->', 'IAMC TV Street Chat-S3 Episode 3', '', 'publish', 'closed', 'closed', '', 'iamc-tv-street-chat-s3-episode-3', '', '', '2021-01-22 07:08:32', '2021-01-22 12:08:32', '', 0, 'https://www.iamctv.com/?post_type=podcast&#038;p=4957', 0, 'podcast', '', 0),
(4958, 1, '2021-01-22 07:07:17', '2021-01-22 12:07:17', '\"IAMC TV Street Chat\" from S3 Episode 3 by IAMC TV Podcast. Released: 2021.', 'IAMC TV Street Chat', '', 'inherit', 'closed', 'closed', '', 'iamc-tv-street-chat-12', '', '', '2021-01-22 07:07:21', '2021-01-22 12:07:21', '', 4957, 'https://www.iamctv.com/wp-content/uploads/2021/01/IAMCTVSCS3E3.mp3', 0, 'attachment', 'audio/mpeg', 0),
(4959, 0, '2021-01-22 12:04:23', '2021-01-22 12:04:23', '<p>On this week’s Street Chat, PrymEvyl and Alan Bogey reflects on the Biden-Harris Inauguration, the Yoruba ultimatum to Fulani’s, Atiku’s message to the new Biden administration and other issues.</p>\n', 'IAMC TV Street Chat-S3 Episode 3', 'On this week’s Street Chat, PrymEvyl and Alan Bogey reflects on the Biden-Harris Inauguration, the Yoruba ultimatum to Fulani’s, Atiku’s message to the new Biden administration and other issues.', 'publish', 'closed', 'closed', '', 'iamc-tv-street-chat-s3-episode-3', '', '', '2021-01-22 12:04:23', '2021-01-22 12:04:23', '', 0, 'https://www.iamctv.com/?post_type=wprss_feed_item&p=4959', 0, 'wprss_feed_item', '', 0);

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

--
-- Table structure for table `iamc_termmeta`
--

CREATE TABLE `iamc_termmeta` (
  `meta_id` bigint UNSIGNED NOT NULL,
  `term_id` bigint UNSIGNED NOT NULL DEFAULT '0',
  `meta_key` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
  `meta_value` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Dumping data for table `iamc_termmeta`
--

INSERT INTO `iamc_termmeta` (`meta_id`, `term_id`, `meta_key`, `meta_value`) VALUES
(1, 20, 'podcast_series_image_settings', '509'),
(2, 27, 'podcast_series_image_settings', '1905'),
(3, 32, 'podcast_series_image_settings', '5017'),
(4, 40, 'podcast_series_image_settings', '5173');

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

--
-- Table structure for table `iamc_terms`
--

CREATE TABLE `iamc_terms` (
  `term_id` bigint UNSIGNED NOT NULL,
  `name` varchar(200) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `slug` varchar(200) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `term_group` bigint NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Dumping data for table `iamc_terms`
--

INSERT INTO `iamc_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'IAMC TV', 'iamc-tv', 0),
(2, 'simple', 'simple', 0),
(3, 'grouped', 'grouped', 0),
(4, 'variable', 'variable', 0),
(5, 'external', 'external', 0),
(6, 'exclude-from-search', 'exclude-from-search', 0),
(7, 'exclude-from-catalog', 'exclude-from-catalog', 0),
(8, 'featured', 'featured', 0),
(9, 'outofstock', 'outofstock', 0),
(10, 'rated-1', 'rated-1', 0),
(11, 'rated-2', 'rated-2', 0),
(12, 'rated-3', 'rated-3', 0),
(13, 'rated-4', 'rated-4', 0),
(14, 'rated-5', 'rated-5', 0),
(15, 'Uncategorized', 'uncategorized', 0),
(16, 'Primary Menu', 'primary-menu', 0),
(17, 'Corporate', 'corporate', 0),
(18, 'Legal', 'legal', 0),
(19, 'Social', 'social', 0),
(20, 'IAMC TV Street Chat', 'iamc-tv-street-chat', 0),
(21, 'Blazin\' 30 Music Video', 'blazin-30-music-video', 0),
(22, 'Editorials', 'editorials', 0),
(23, 'Nigeria', 'nigeria', 0),
(24, 'Africa', 'africa', 0),
(25, 'USA', 'usa', 0),
(26, 'Opinion Editorial', 'opinion-editorial', 0),
(27, 'IAMC TV Our World', 'iamc-tv-our-world', 0),
(28, 'Doctor\'s Orders', 'doctors-orders', 0),
(29, 'Global Update', 'global-update', 0),
(30, 'video-optimization', 'video-optimization', 0),
(31, 'source-video', 'source-video', 0),
(32, 'Weekend Review', 'weekend-review', 0),
(33, 'gif-conversion', 'gif-conversion', 0),
(34, 'source-image', 'source-image', 0),
(35, 'Specials', 'specials', 0),
(36, 'page-template', 'page-template', 0),
(37, 'newspin', 'newspin', 0),
(38, 'Weekend Review', 'weekend-review', 0),
(39, 'Nigeria Votes 2023', 'nigeria-votes-2023', 0),
(40, 'Perspectives', 'perspectives', 0),
(41, 'Perspectives', 'perspectives', 0);

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

--
-- Table structure for table `iamc_term_relationships`
--

CREATE TABLE `iamc_term_relationships` (
  `object_id` bigint UNSIGNED NOT NULL DEFAULT '0',
  `term_taxonomy_id` bigint UNSIGNED NOT NULL DEFAULT '0',
  `term_order` int NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Dumping data for table `iamc_term_relationships`
--

INSERT INTO `iamc_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(33, 16, 0),
(34, 17, 0),
(35, 18, 0),
(36, 18, 0),
(37, 18, 0),
(38, 19, 0),
(39, 19, 0),
(40, 19, 0),
(41, 16, 0),
(1890, 20, 0),
(69, 16, 0),
(87, 19, 0),
(1866, 16, 0),
(86, 16, 0),
(75, 21, 0),
(77, 21, 0),
(79, 21, 0),
(81, 21, 0),
(84, 21, 0),
(88, 19, 0),
(126, 16, 0),
(153, 22, 0),
(153, 26, 0),
(153, 23, 0),
(207, 22, 0),
(207, 23, 0),
(493, 16, 0),
(943, 21, 0),
(2958, 20, 0),
(2214, 22, 0),
(3177, 25, 0),
(4846, 20, 0),
(3526, 25, 0),
(4815, 23, 0),
(4815, 26, 0),
(4843, 24, 0),
(4850, 20, 0),
(4863, 20, 0),
(4853, 26, 0),
(4857, 26, 0),
(4857, 28, 0),
(4866, 28, 0),
(4866, 26, 0),
(4853, 28, 0),
(4873, 20, 0),
(4869, 21, 0),
(4879, 20, 0),
(4875, 28, 0),
(4875, 26, 0),
(4885, 20, 0),
(4882, 28, 0),
(4882, 26, 0),
(4894, 20, 0),
(4889, 28, 0),
(4889, 26, 0),
(4891, 21, 0),
(4898, 20, 0),
(4902, 20, 0),
(4936, 16, 0),
(4923, 25, 0),
(5025, 20, 0),
(4957, 20, 0),
(4969, 29, 0),
(4962, 29, 0),
(4966, 21, 0),
(4969, 23, 0),
(4962, 23, 0),
(4984, 20, 0),
(4978, 29, 0),
(4978, 23, 0),
(4991, 20, 0),
(4989, 21, 0),
(4995, 20, 0),
(5018, 32, 0),
(4999, 29, 0),
(4999, 23, 0),
(5003, 29, 0),
(5003, 23, 0),
(5006, 29, 0),
(5006, 23, 0),
(5009, 29, 0),
(5009, 24, 0),
(5012, 29, 0),
(5012, 24, 0),
(5023, 16, 0),
(5028, 20, 0),
(5071, 37, 0),
(5032, 23, 0),
(5039, 29, 0),
(5039, 23, 0),
(5045, 28, 0),
(5045, 26, 0),
(5049, 28, 0),
(5049, 26, 0),
(5052, 28, 0),
(5052, 26, 0),
(5054, 35, 0),
(5054, 25, 0),
(5058, 28, 0),
(5058, 26, 0),
(5083, 32, 0),
(5070, 28, 0),
(5070, 26, 0),
(5075, 28, 0),
(5075, 26, 0),
(5089, 32, 0),
(5089, 38, 0),
(5101, 38, 0),
(5099, 32, 0),
(5107, 32, 0),
(5115, 32, 0),
(5095, 35, 0),
(5095, 23, 0),
(5109, 38, 0),
(5166, 40, 0),
(5117, 38, 0),
(5122, 29, 0),
(5125, 29, 0),
(5129, 22, 0),
(5129, 25, 0),
(5129, 23, 0),
(5145, 23, 0),
(5148, 35, 0),
(5148, 23, 0),
(5148, 25, 0),
(5145, 35, 0),
(5145, 25, 0),
(5151, 22, 0),
(5151, 39, 0),
(5156, 22, 0),
(5156, 39, 0),
(5177, 40, 0),
(5174, 41, 0),
(5188, 1, 0),
(5181, 41, 0),
(5188, 24, 0),
(5188, 35, 0),
(5196, 40, 0),
(5193, 41, 0),
(5200, 40, 0),
(5208, 1, 0),
(5205, 41, 0),
(5208, 22, 0),
(5208, 35, 0);

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

--
-- Table structure for table `iamc_term_taxonomy`
--

CREATE TABLE `iamc_term_taxonomy` (
  `term_taxonomy_id` bigint UNSIGNED NOT NULL,
  `term_id` bigint UNSIGNED NOT NULL DEFAULT '0',
  `taxonomy` varchar(32) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `description` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
  `parent` bigint UNSIGNED NOT NULL DEFAULT '0',
  `count` bigint NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Dumping data for table `iamc_term_taxonomy`
--

INSERT INTO `iamc_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 2),
(2, 2, 'product_type', '', 0, 0),
(3, 3, 'product_type', '', 0, 0),
(4, 4, 'product_type', '', 0, 0),
(5, 5, 'product_type', '', 0, 0),
(6, 6, 'product_visibility', '', 0, 0),
(7, 7, 'product_visibility', '', 0, 0),
(8, 8, 'product_visibility', '', 0, 0),
(9, 9, 'product_visibility', '', 0, 0),
(10, 10, 'product_visibility', '', 0, 0),
(11, 11, 'product_visibility', '', 0, 0),
(12, 12, 'product_visibility', '', 0, 0),
(13, 13, 'product_visibility', '', 0, 0),
(14, 14, 'product_visibility', '', 0, 0),
(15, 15, 'product_cat', '', 0, 0),
(16, 16, 'nav_menu', '', 0, 9),
(17, 17, 'nav_menu', '', 0, 1),
(18, 18, 'nav_menu', '', 0, 3),
(19, 19, 'nav_menu', '', 0, 5),
(20, 20, 'series', '', 0, 17),
(21, 21, 'category', '', 1, 10),
(22, 22, 'category', '', 1, 7),
(23, 23, 'category', '', 22, 15),
(24, 24, 'category', '', 22, 4),
(25, 25, 'category', '', 22, 7),
(26, 26, 'category', '', 22, 14),
(27, 27, 'series', '', 0, 0),
(28, 28, 'category', '', 22, 12),
(29, 29, 'category', '', 22, 11),
(30, 30, 'web_story_media_source', '', 0, 0),
(31, 31, 'web_story_media_source', '', 0, 0),
(32, 32, 'series', '', 0, 6),
(33, 33, 'web_story_media_source', '', 0, 0),
(34, 34, 'web_story_media_source', '', 0, 0),
(35, 35, 'category', '', 23, 6),
(36, 36, 'web_story_media_source', '', 0, 0),
(37, 37, 'wp_theme', '', 0, 1),
(39, 39, 'category', '', 1, 2),
(38, 38, 'category', '', 22, 4),
(40, 40, 'series', '', 0, 4),
(41, 41, 'category', '', 22, 4);

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

--
-- Table structure for table `iamc_usermeta`
--

CREATE TABLE `iamc_usermeta` (
  `umeta_id` bigint UNSIGNED NOT NULL,
  `user_id` bigint UNSIGNED NOT NULL DEFAULT '0',
  `meta_key` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL,
  `meta_value` longtext CHARACTER SET utf8 COLLATE utf8_unicode_ci
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Dumping data for table `iamc_usermeta`
--

INSERT INTO `iamc_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1, 1, 'nickname', 'IAMC TV'),
(2, 1, 'first_name', 'IAMC'),
(3, 1, 'last_name', 'TV'),
(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, 'iamc_capabilities', 'a:1:{s:13:\"administrator\";b:1;}'),
(13, 1, 'iamc_user_level', '10'),
(14, 1, 'dismissed_wp_pointers', 'theme_editor_notice,wc_services_new_carrier_dhl_express'),
(15, 1, 'show_welcome_panel', '0'),
(70, 1, 'wfls-last-login', '1673468573'),
(76, 1, '_order_count', '0'),
(17, 1, 'iamc_dashboard_quick_press_last_post_id', '5212'),
(18, 1, 'community-events-location', 'a:1:{s:2:\"ip\";s:12:\"73.184.149.0\";}'),
(27, 1, '_yoast_wpseo_profile_updated', '1606328442'),
(28, 1, 'wpseo_title', ''),
(29, 1, 'wpseo_metadesc', ''),
(30, 1, 'wpseo_noindex_author', ''),
(19, 1, '_woocommerce_tracks_anon_id', 'woo:8SETnoRYn1C7zk1Ff2cxKabE'),
(22, 1, 'jetpack_tracks_wpcom_id', '187724162'),
(23, 1, 'iamc_user-settings', 'libraryContent=browse'),
(24, 1, 'iamc_user-settings-time', '1591717388'),
(123, 1, 'newsphere_ignore_theme_review_notice', 'true'),
(134, 1, 'meta-box-order_wprss_feed', 'a:3:{s:4:\"side\";s:88:\"submitdiv,wordproof-meta-box,preview_meta_box,wprss-feed-processing-meta,wprss-like-meta\";s:6:\"normal\";s:7:\"slugdiv\";s:8:\"advanced\";s:15:\"custom_meta_box\";}'),
(135, 1, 'screen_layout_wprss_feed', '2'),
(136, 1, 'closedpostboxes_wprss_feed', 'a:0:{}'),
(137, 1, 'metaboxhidden_wprss_feed', 'a:1:{i:0;s:7:\"slugdiv\";}'),
(26, 1, 'wc_last_active', '1636329600'),
(31, 1, 'wpseo_content_analysis_disable', ''),
(32, 1, 'wpseo_keyword_analysis_disable', ''),
(33, 1, 'billing_first_name', ''),
(34, 1, 'billing_last_name', ''),
(35, 1, 'billing_company', ''),
(36, 1, 'billing_address_1', ''),
(37, 1, 'billing_address_2', ''),
(38, 1, 'billing_city', ''),
(39, 1, 'billing_postcode', ''),
(40, 1, 'billing_country', ''),
(41, 1, 'billing_state', ''),
(42, 1, 'billing_phone', ''),
(43, 1, 'billing_email', 'support@iamctv.com'),
(44, 1, 'shipping_first_name', ''),
(45, 1, 'shipping_last_name', ''),
(46, 1, 'shipping_company', ''),
(47, 1, 'shipping_address_1', ''),
(48, 1, 'shipping_address_2', ''),
(49, 1, 'shipping_city', ''),
(50, 1, 'shipping_postcode', ''),
(51, 1, 'shipping_country', ''),
(52, 1, 'shipping_state', ''),
(53, 1, 'facebook', ''),
(54, 1, 'instagram', ''),
(55, 1, 'linkedin', ''),
(56, 1, 'myspace', ''),
(57, 1, 'pinterest', ''),
(58, 1, 'soundcloud', ''),
(59, 1, 'tumblr', ''),
(60, 1, 'twitter', ''),
(61, 1, 'youtube', ''),
(62, 1, 'wikipedia', ''),
(63, 1, 'last_update', '1606328442'),
(64, 1, 'managenav-menuscolumnshidden', 'a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),
(65, 1, 'metaboxhidden_nav-menus', 'a:4:{i:0;s:21:\"add-post-type-product\";i:1;s:12:\"add-post_tag\";i:2;s:15:\"add-product_cat\";i:3;s:15:\"add-product_tag\";}'),
(66, 1, 'nav_menu_recently_edited', '16'),
(82, 1, 'dismissed_update_notice', '1'),
(83, 1, 'pms_new_add_on_tax_dismiss_notification', 'true'),
(84, 1, 'closedpostboxes_series', 'a:0:{}'),
(85, 1, 'metaboxhidden_series', 'a:1:{i:0;s:7:\"slugdiv\";}'),
(86, 1, 'closedpostboxes_videos', 'a:3:{i:0;s:26:\"rovidx_smarttv_bif_metabox\";i:1;s:28:\"rovidx_smarttv_other_metabox\";i:2;s:25:\"rovidx_smarttv_ad_metabox\";}'),
(87, 1, 'metaboxhidden_videos', 'a:2:{i:0;s:30:\"cmb-group-rovidx_smarttv_bif-0\";i:1;s:7:\"slugdiv\";}'),
(205, 1, 'iamc_yoast_notifications', 'a:2:{i:0;a:2:{s:7:\"message\";s:592:\"<strong>New in Yoast SEO 15.6: </strong>In the latest version of Yoast SEO, you’ll find a number of bug fixes and performance enhancements. And install the free Yoast Duplicate Post plugin to unlock the Rewrite & Republish feature, offering you the possibility to update a post/page without taking it offline or having to take extra steps! <a href=\"https://yoa.st/yoast15-6?php_version=7.4&#038;platform=wordpress&#038;platform_version=5.6&#038;software=free&#038;software_version=15.6.2&#038;days_active=30plus&#038;user_language=en_US\" target=\"_blank\">Read all about version 15.6 here</a>\";s:7:\"options\";a:10:{s:4:\"type\";s:7:\"updated\";s:2:\"id\";s:20:\"wpseo-plugin-updated\";s:4:\"user\";O:7:\"WP_User\":8:{s:4:\"data\";O:8:\"stdClass\":10:{s:2:\"ID\";s:1:\"1\";s:10:\"user_login\";s:14:\"iamcmanagement\";s:9:\"user_pass\";s:34:\"$P$BlD/oDZL9OHGkIu2xRxJEcftYtcjhQ0\";s:13:\"user_nicename\";s:14:\"iamcmanagement\";s:10:\"user_email\";s:18:\"support@iamctv.com\";s:8:\"user_url\";s:23:\"https://www.iamctv.com/\";s:15:\"user_registered\";s:19:\"2020-06-09 14:58:31\";s:19:\"user_activation_key\";s:0:\"\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:7:\"IAMC TV\";}s:2:\"ID\";i:1;s:4:\"caps\";a:1:{s:13:\"administrator\";b:1;}s:7:\"cap_key\";s:17:\"iamc_capabilities\";s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}s:7:\"allcaps\";a:238:{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:11:\"smartslider\";b:1;s:18:\"smartslider_config\";b:1;s:16:\"smartslider_edit\";b:1;s:18:\"smartslider_delete\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:23:\"wf2fa_activate_2fa_self\";b:1;s:25:\"wf2fa_activate_2fa_others\";b:1;s:21:\"wf2fa_manage_settings\";b:1;s:20:\"wpseo_manage_options\";b:1;s:14:\"manage_podcast\";b:1;s:20:\"manage_everest_forms\";b:1;s:17:\"edit_everest_form\";b:1;s:17:\"read_everest_form\";b:1;s:19:\"delete_everest_form\";b:1;s:18:\"edit_everest_forms\";b:1;s:25:\"edit_others_everest_forms\";b:1;s:21:\"publish_everest_forms\";b:1;s:26:\"read_private_everest_forms\";b:1;s:20:\"delete_everest_forms\";b:1;s:28:\"delete_private_everest_forms\";b:1;s:30:\"delete_published_everest_forms\";b:1;s:27:\"delete_others_everest_forms\";b:1;s:26:\"edit_private_everest_forms\";b:1;s:28:\"edit_published_everest_forms\";b:1;s:25:\"manage_everest_form_terms\";b:1;s:23:\"edit_everest_form_terms\";b:1;s:25:\"delete_everest_form_terms\";b:1;s:25:\"assign_everest_form_terms\";b:1;s:20:\"manage_feed_settings\";b:1;s:16:\"edit_feed_source\";b:1;s:16:\"read_feed_source\";b:1;s:18:\"delete_feed_source\";b:1;s:17:\"edit_feed_sources\";b:1;s:24:\"edit_others_feed_sources\";b:1;s:20:\"publish_feed_sources\";b:1;s:25:\"read_private_feed_sources\";b:1;s:19:\"delete_feed_sources\";b:1;s:27:\"delete_private_feed_sources\";b:1;s:29:\"delete_published_feed_sources\";b:1;s:26:\"delete_others_feed_sources\";b:1;s:25:\"edit_private_feed_sources\";b:1;s:27:\"edit_published_feed_sources\";b:1;s:24:\"manage_feed_source_terms\";b:1;s:22:\"edit_feed_source_terms\";b:1;s:24:\"delete_feed_source_terms\";b:1;s:24:\"assign_feed_source_terms\";b:1;s:14:\"edit_feed_item\";b:1;s:14:\"read_feed_item\";b:1;s:16:\"delete_feed_item\";b:1;s:15:\"edit_feed_items\";b:1;s:22:\"edit_others_feed_items\";b:1;s:18:\"publish_feed_items\";b:1;s:23:\"read_private_feed_items\";b:1;s:17:\"delete_feed_items\";b:1;s:25:\"delete_private_feed_items\";b:1;s:27:\"delete_published_feed_items\";b:1;s:24:\"delete_others_feed_items\";b:1;s:23:\"edit_private_feed_items\";b:1;s:25:\"edit_published_feed_items\";b:1;s:22:\"manage_feed_item_terms\";b:1;s:20:\"edit_feed_item_terms\";b:1;s:22:\"delete_feed_item_terms\";b:1;s:22:\"assign_feed_item_terms\";b:1;s:19:\"edit_feed_blacklist\";b:1;s:19:\"read_feed_blacklist\";b:1;s:21:\"delete_feed_blacklist\";b:1;s:20:\"edit_feed_blacklists\";b:1;s:27:\"edit_others_feed_blacklists\";b:1;s:23:\"publish_feed_blacklists\";b:1;s:28:\"read_private_feed_blacklists\";b:1;s:22:\"delete_feed_blacklists\";b:1;s:30:\"delete_private_feed_blacklists\";b:1;s:32:\"delete_published_feed_blacklists\";b:1;s:29:\"delete_others_feed_blacklists\";b:1;s:28:\"edit_private_feed_blacklists\";b:1;s:30:\"edit_published_feed_blacklists\";b:1;s:27:\"manage_feed_blacklist_terms\";b:1;s:25:\"edit_feed_blacklist_terms\";b:1;s:27:\"delete_feed_blacklist_terms\";b:1;s:27:\"assign_feed_blacklist_terms\";b:1;s:18:\"edit_feed_template\";b:1;s:18:\"read_feed_template\";b:1;s:20:\"delete_feed_template\";b:1;s:19:\"edit_feed_templates\";b:1;s:26:\"edit_others_feed_templates\";b:1;s:22:\"publish_feed_templates\";b:1;s:27:\"read_private_feed_templates\";b:1;s:21:\"delete_feed_templates\";b:1;s:29:\"delete_private_feed_templates\";b:1;s:31:\"delete_published_feed_templates\";b:1;s:28:\"delete_others_feed_templates\";b:1;s:27:\"edit_private_feed_templates\";b:1;s:29:\"edit_published_feed_templates\";b:1;s:26:\"manage_feed_template_terms\";b:1;s:24:\"edit_feed_template_terms\";b:1;s:26:\"delete_feed_template_terms\";b:1;s:26:\"assign_feed_template_terms\";b:1;s:35:\"edit_free live channel / free video\";b:1;s:35:\"read_free live channel / free video\";b:1;s:37:\"delete_free live channel / free video\";b:1;s:37:\"edit_free live channels / free videos\";b:1;s:44:\"edit_others_free live channels / free videos\";b:1;s:40:\"publish_free live channels / free videos\";b:1;s:45:\"read_private_free live channels / free videos\";b:1;s:39:\"delete_free live channels / free videos\";b:1;s:47:\"delete_private_free live channels / free videos\";b:1;s:49:\"delete_published_free live channels / free videos\";b:1;s:46:\"delete_others_free live channels / free videos\";b:1;s:45:\"edit_private_free live channels / free videos\";b:1;s:47:\"edit_published_free live channels / free videos\";b:1;s:14:\"edit_web-story\";b:1;s:14:\"read_web-story\";b:1;s:16:\"delete_web-story\";b:1;s:16:\"edit_web-stories\";b:1;s:23:\"edit_others_web-stories\";b:1;s:18:\"delete_web-stories\";b:1;s:19:\"publish_web-stories\";b:1;s:24:\"read_private_web-stories\";b:1;s:26:\"delete_private_web-stories\";b:1;s:28:\"delete_published_web-stories\";b:1;s:25:\"delete_others_web-stories\";b:1;s:24:\"edit_private_web-stories\";b:1;s:26:\"edit_published_web-stories\";b:1;s:18:\"blog2social_access\";b:1;s:13:\"administrator\";b:1;}s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;}s:5:\"nonce\";N;s:8:\"priority\";d:0.5;s:9:\"data_json\";a:1:{s:13:\"dismiss_value\";s:6:\"15.6.2\";}s:13:\"dismissal_key\";s:20:\"wpseo-plugin-updated\";s:12:\"capabilities\";a:1:{i:0;s:20:\"wpseo_manage_options\";}s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}i:1;a:2:{s:7:\"message\";s:463:\"It looks like you aren\'t using our <strong>Yoast WooCommerce SEO addon</strong>. <a href=\"https://yoa.st/1o0?php_version=7.4&platform=wordpress&platform_version=5.8.1&software=free&software_version=17.5&days_active=365plus&user_language=en_US&screen=stats\" aria-label=\"More information about Yoast WooCommerce SEO\" target=\"_blank\" rel=\"noopener noreferrer\">Upgrade today</a> to unlock more tools and SEO features to make your products stand out in search results.\";s:7:\"options\";a:10:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:44:\"wpseo-suggested-plugin-yoast-woocommerce-seo\";s:4:\"user\";O:7:\"WP_User\":8:{s:4:\"data\";O:8:\"stdClass\":10:{s:2:\"ID\";s:1:\"1\";s:10:\"user_login\";s:14:\"iamcmanagement\";s:9:\"user_pass\";s:34:\"$P$BlD/oDZL9OHGkIu2xRxJEcftYtcjhQ0\";s:13:\"user_nicename\";s:14:\"iamcmanagement\";s:10:\"user_email\";s:18:\"support@iamctv.com\";s:8:\"user_url\";s:23:\"https://www.iamctv.com/\";s:15:\"user_registered\";s:19:\"2020-06-09 14:58:31\";s:19:\"user_activation_key\";s:0:\"\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:7:\"IAMC TV\";}s:2:\"ID\";i:1;s:4:\"caps\";a:1:{s:13:\"administrator\";b:1;}s:7:\"cap_key\";s:17:\"iamc_capabilities\";s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}s:7:\"allcaps\";a:254:{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:11:\"smartslider\";b:1;s:18:\"smartslider_config\";b:1;s:16:\"smartslider_edit\";b:1;s:18:\"smartslider_delete\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:23:\"wf2fa_activate_2fa_self\";b:1;s:25:\"wf2fa_activate_2fa_others\";b:1;s:21:\"wf2fa_manage_settings\";b:1;s:20:\"wpseo_manage_options\";b:1;s:14:\"manage_podcast\";b:1;s:20:\"manage_everest_forms\";b:1;s:20:\"manage_feed_settings\";b:1;s:16:\"edit_feed_source\";b:1;s:16:\"read_feed_source\";b:1;s:18:\"delete_feed_source\";b:1;s:17:\"edit_feed_sources\";b:1;s:24:\"edit_others_feed_sources\";b:1;s:20:\"publish_feed_sources\";b:1;s:25:\"read_private_feed_sources\";b:1;s:19:\"delete_feed_sources\";b:1;s:27:\"delete_private_feed_sources\";b:1;s:29:\"delete_published_feed_sources\";b:1;s:26:\"delete_others_feed_sources\";b:1;s:25:\"edit_private_feed_sources\";b:1;s:27:\"edit_published_feed_sources\";b:1;s:24:\"manage_feed_source_terms\";b:1;s:22:\"edit_feed_source_terms\";b:1;s:24:\"delete_feed_source_terms\";b:1;s:24:\"assign_feed_source_terms\";b:1;s:14:\"edit_feed_item\";b:1;s:14:\"read_feed_item\";b:1;s:16:\"delete_feed_item\";b:1;s:15:\"edit_feed_items\";b:1;s:22:\"edit_others_feed_items\";b:1;s:18:\"publish_feed_items\";b:1;s:23:\"read_private_feed_items\";b:1;s:17:\"delete_feed_items\";b:1;s:25:\"delete_private_feed_items\";b:1;s:27:\"delete_published_feed_items\";b:1;s:24:\"delete_others_feed_items\";b:1;s:23:\"edit_private_feed_items\";b:1;s:25:\"edit_published_feed_items\";b:1;s:22:\"manage_feed_item_terms\";b:1;s:20:\"edit_feed_item_terms\";b:1;s:22:\"delete_feed_item_terms\";b:1;s:22:\"assign_feed_item_terms\";b:1;s:19:\"edit_feed_blacklist\";b:1;s:19:\"read_feed_blacklist\";b:1;s:21:\"delete_feed_blacklist\";b:1;s:20:\"edit_feed_blacklists\";b:1;s:27:\"edit_others_feed_blacklists\";b:1;s:23:\"publish_feed_blacklists\";b:1;s:28:\"read_private_feed_blacklists\";b:1;s:22:\"delete_feed_blacklists\";b:1;s:30:\"delete_private_feed_blacklists\";b:1;s:32:\"delete_published_feed_blacklists\";b:1;s:29:\"delete_others_feed_blacklists\";b:1;s:28:\"edit_private_feed_blacklists\";b:1;s:30:\"edit_published_feed_blacklists\";b:1;s:27:\"manage_feed_blacklist_terms\";b:1;s:25:\"edit_feed_blacklist_terms\";b:1;s:27:\"delete_feed_blacklist_terms\";b:1;s:27:\"assign_feed_blacklist_terms\";b:1;s:18:\"edit_feed_template\";b:1;s:18:\"read_feed_template\";b:1;s:20:\"delete_feed_template\";b:1;s:19:\"edit_feed_templates\";b:1;s:26:\"edit_others_feed_templates\";b:1;s:22:\"publish_feed_templates\";b:1;s:27:\"read_private_feed_templates\";b:1;s:21:\"delete_feed_templates\";b:1;s:29:\"delete_private_feed_templates\";b:1;s:31:\"delete_published_feed_templates\";b:1;s:28:\"delete_others_feed_templates\";b:1;s:27:\"edit_private_feed_templates\";b:1;s:29:\"edit_published_feed_templates\";b:1;s:26:\"manage_feed_template_terms\";b:1;s:24:\"edit_feed_template_terms\";b:1;s:26:\"delete_feed_template_terms\";b:1;s:26:\"assign_feed_template_terms\";b:1;s:35:\"edit_free live channel / free video\";b:1;s:35:\"read_free live channel / free video\";b:1;s:37:\"delete_free live channel / free video\";b:1;s:37:\"edit_free live channels / free videos\";b:1;s:44:\"edit_others_free live channels / free videos\";b:1;s:40:\"publish_free live channels / free videos\";b:1;s:45:\"read_private_free live channels / free videos\";b:1;s:39:\"delete_free live channels / free videos\";b:1;s:47:\"delete_private_free live channels / free videos\";b:1;s:49:\"delete_published_free live channels / free videos\";b:1;s:46:\"delete_others_free live channels / free videos\";b:1;s:45:\"edit_private_free live channels / free videos\";b:1;s:47:\"edit_published_free live channels / free videos\";b:1;s:14:\"edit_web-story\";b:1;s:14:\"read_web-story\";b:1;s:16:\"delete_web-story\";b:1;s:16:\"edit_web-stories\";b:1;s:23:\"edit_others_web-stories\";b:1;s:18:\"delete_web-stories\";b:1;s:19:\"publish_web-stories\";b:1;s:24:\"read_private_web-stories\";b:1;s:26:\"delete_private_web-stories\";b:1;s:28:\"delete_published_web-stories\";b:1;s:25:\"delete_others_web-stories\";b:1;s:24:\"edit_private_web-stories\";b:1;s:26:\"edit_published_web-stories\";b:1;s:18:\"blog2social_access\";b:1;s:12:\"edit_podcast\";b:1;s:12:\"read_podcast\";b:1;s:14:\"delete_podcast\";b:1;s:13:\"edit_podcasts\";b:1;s:20:\"edit_others_podcasts\";b:1;s:16:\"publish_podcasts\";b:1;s:21:\"read_private_podcasts\";b:1;s:15:\"delete_podcasts\";b:1;s:23:\"delete_private_podcasts\";b:1;s:25:\"delete_published_podcasts\";b:1;s:22:\"delete_others_podcasts\";b:1;s:21:\"edit_private_podcasts\";b:1;s:23:\"edit_published_podcasts\";b:1;s:15:\"create_podcasts\";b:1;s:18:\"manage_podcast_tax\";b:1;s:26:\"everest_forms_create_forms\";b:1;s:24:\"everest_forms_view_forms\";b:1;s:31:\"everest_forms_view_others_forms\";b:1;s:24:\"everest_forms_edit_forms\";b:1;s:31:\"everest_forms_edit_others_forms\";b:1;s:26:\"everest_forms_delete_forms\";b:1;s:33:\"everest_forms_delete_others_forms\";b:1;s:26:\"everest_forms_view_entries\";b:1;s:33:\"everest_forms_view_others_entries\";b:1;s:26:\"everest_forms_edit_entries\";b:1;s:33:\"everest_forms_edit_others_entries\";b:1;s:28:\"everest_forms_delete_entries\";b:1;s:35:\"everest_forms_delete_others_entries\";b:1;s:19:\"wp-piwik_read_stats\";b:1;s:24:\"manage_terms_web-stories\";b:1;s:22:\"edit_terms_web-stories\";b:1;s:24:\"delete_terms_web-stories\";b:1;s:24:\"assign_terms_web-stories\";b:1;s:13:\"administrator\";b:1;}s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;}s:5:\"nonce\";N;s:8:\"priority\";d:0.5;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";a:1:{i:0;s:15:\"install_plugins\";}s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}}'),
(207, 1, 'iamc_wpseo-suggested-plugin-yoast-woocommerce-seo', 'seen'),
(220, 1, 'awpa_contact_facebook', ''),
(221, 1, 'awpa_contact_instagram', ''),
(222, 1, 'awpa_contact_youtube', ''),
(223, 1, 'awpa_contact_twitter', ''),
(224, 1, 'awpa_contact_linkedin', ''),
(225, 2, 'nickname', 'Dr. Imokhai'),
(226, 2, 'first_name', 'Dr. Imokhai'),
(227, 2, 'last_name', 'Iniomor'),
(228, 2, 'description', ''),
(229, 2, 'rich_editing', 'true'),
(230, 2, 'syntax_highlighting', 'true'),
(231, 2, 'comment_shortcuts', 'false'),
(232, 2, 'admin_color', 'fresh'),
(233, 2, 'use_ssl', '0'),
(234, 2, 'show_admin_bar_front', 'true'),
(235, 2, 'locale', ''),
(236, 2, 'iamc_capabilities', 'a:1:{s:6:\"author\";b:1;}'),
(237, 2, 'iamc_user_level', '2'),
(238, 2, '_yoast_wpseo_profile_updated', '1606328680'),
(239, 2, 'dismissed_wp_pointers', ''),
(240, 2, '_order_count', '0'),
(241, 2, 'wpseo_title', ''),
(242, 2, 'wpseo_metadesc', ''),
(243, 2, 'wpseo_noindex_author', ''),
(244, 2, 'wpseo_content_analysis_disable', ''),
(245, 2, 'wpseo_keyword_analysis_disable', ''),
(246, 2, 'billing_first_name', 'Dr. Imokhai'),
(247, 2, 'billing_last_name', 'Iniomor'),
(248, 2, 'billing_company', ''),
(249, 2, 'billing_address_1', ''),
(250, 2, 'billing_address_2', ''),
(251, 2, 'billing_city', ''),
(252, 2, 'billing_postcode', ''),
(253, 2, 'billing_country', ''),
(254, 2, 'billing_state', ''),
(255, 2, 'billing_phone', ''),
(256, 2, 'billing_email', 'lifeprimeng@gmail.com'),
(257, 2, 'shipping_first_name', ''),
(258, 2, 'shipping_last_name', ''),
(259, 2, 'shipping_company', ''),
(260, 2, 'shipping_address_1', ''),
(261, 2, 'shipping_address_2', ''),
(262, 2, 'shipping_city', ''),
(263, 2, 'shipping_postcode', ''),
(264, 2, 'shipping_country', ''),
(265, 2, 'shipping_state', ''),
(266, 2, 'awpa_contact_facebook', ''),
(267, 2, 'awpa_contact_instagram', ''),
(268, 2, 'awpa_contact_youtube', ''),
(269, 2, 'awpa_contact_twitter', ''),
(270, 2, 'awpa_contact_linkedin', ''),
(271, 2, 'facebook', ''),
(272, 2, 'instagram', ''),
(273, 2, 'linkedin', ''),
(274, 2, 'myspace', ''),
(275, 2, 'pinterest', ''),
(276, 2, 'soundcloud', ''),
(277, 2, 'tumblr', ''),
(278, 2, 'twitter', ''),
(279, 2, 'youtube', ''),
(280, 2, 'wikipedia', ''),
(281, 2, 'last_update', '1606328681'),
(375, 1, 'closedpostboxes_podcast', 'a:2:{i:0;s:28:\"b2s-post-box-calendar-header\";i:1;s:18:\"wordproof-meta-box\";}'),
(333, 1, 'iamc_wpseo-plugin-updated', '15.6.2'),
(458, 1, 'closedpostboxes_post', 'a:3:{i:0;s:28:\"b2s-post-box-calendar-header\";i:1;s:22:\"b2s-post-meta-box-auto\";i:2;s:18:\"episode-embed-code\";}'),
(408, 1, 'newsphere_dismiss_status', '1'),
(409, 1, 'tgmpa_dismissed_notice_newsphere', '1'),
(329, 1, 'lb24_uname', 'IAMC TV'),
(327, 1, 'lb24_uid', '2648072393332890255'),
(328, 1, 'lb24_refresh_token', 'eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ0b2tlbiI6ImlTeklYS0dqWHF4SWVpLXNWSl9vIiwidWlkIjoyNjQ4MDcyMzkzMzMyODkwMjU1LCJleHAiOjE2MTI2NTMzOTYuODY1MDExNX0.qV-Mz6qGQ26CwpDf1h1iSYaQ7Uhpp6CnDL5lgXimfnw'),
(326, 1, 'lb24_token', 'eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1aWQiOjI2NDgwNzIzOTMzMzI4OTAyNTUsInVuYW1lIjoiSUFNQyBUViIsImVtYWlsIjoic3VwcG9ydEBpYW1jdHYuY29tIiwibWVtIjowLCJhdmF0YXIiOiJhdmF0YXIvMjRsaXZlYmxvZy1kZWZhdWx0LnBuZyIsImF1dGhfdHlwZSI6MCwiY2xpZW50IjowLCJleHAiOjE2MTEyNzA5OTYuODY0NTk2fQ.KeCG9PpcDouqEmvWPGyU-IFiSzIXKGjXqxIei-sVJ_o'),
(398, 1, '_woocommerce_persistent_cart_1', 'a:1:{s:4:\"cart\";a:0:{}}'),
(435, 1, 'wfls-dismiss-wfls-woocommerce-integration-notice', '1'),
(376, 1, 'metaboxhidden_podcast', 'a:1:{i:0;s:28:\"b2s-post-box-calendar-header\";}'),
(377, 1, 'meta-box-order_podcast', 'a:3:{s:6:\"normal\";s:60:\"wpseo_meta,b2s-post-box-calendar-header,podcast-episode-data\";s:4:\"side\";s:41:\"wordproof-meta-box,b2s-post-meta-box-auto\";s:8:\"advanced\";s:0:\"\";}'),
(434, 1, 'newsphere_upgrade_notice_dismiss', 'yes'),
(459, 1, 'metaboxhidden_post', 'a:1:{i:0;s:28:\"b2s-post-box-calendar-header\";}'),
(484, 3, 'nickname', 'mozeks'),
(485, 3, 'first_name', 'Chief Mike'),
(486, 3, 'last_name', 'Ozekhome, SAN'),
(487, 3, 'description', ''),
(488, 3, 'rich_editing', 'true'),
(489, 3, 'syntax_highlighting', 'true'),
(490, 3, 'comment_shortcuts', 'false'),
(491, 3, 'admin_color', 'fresh'),
(492, 3, 'use_ssl', '0'),
(493, 3, 'show_admin_bar_front', 'true'),
(494, 3, 'locale', ''),
(495, 3, 'iamc_capabilities', 'a:1:{s:6:\"author\";b:1;}'),
(496, 3, 'iamc_user_level', '2'),
(497, 3, '_yoast_wpseo_profile_updated', '1654124076'),
(498, 3, 'dismissed_wp_pointers', ''),
(534, 1, 'session_tokens', 'a:1:{s:64:\"9395e8c30710120e79129c7863cd0b9d7a5063358079cdf2dec8df65c2ae41e6\";a:4:{s:10:\"expiration\";i:1673529894;s:2:\"ip\";s:14:\"73.184.149.146\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36\";s:5:\"login\";i:1673357094;}}'),
(528, 1, 'iamc_persisted_preferences', 'a:2:{s:14:\"core/edit-post\";a:3:{s:26:\"isComplementaryAreaVisible\";b:1;s:12:\"welcomeGuide\";b:0;s:10:\"openPanels\";a:6:{i:0;s:11:\"post-status\";i:1;s:14:\"featured-image\";i:2;s:24:\"yoast-seo/document-panel\";i:3;s:23:\"taxonomy-panel-category\";i:4;s:16:\"discussion-panel\";i:5;s:21:\"taxonomy-panel-series\";}}s:9:\"_modified\";s:24:\"2022-12-10T03:18:38.224Z\";}');

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

--
-- Table structure for table `iamc_users`
--

CREATE TABLE `iamc_users` (
  `ID` bigint UNSIGNED NOT NULL,
  `user_login` varchar(60) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `user_pass` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `user_nicename` varchar(50) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `user_email` varchar(100) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `user_url` varchar(100) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `user_status` int NOT NULL DEFAULT '0',
  `display_name` varchar(250) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

--
-- Dumping data for table `iamc_users`
--

INSERT INTO `iamc_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(1, 'iamcmanagement', '$P$BlD/oDZL9OHGkIu2xRxJEcftYtcjhQ0', 'iamcmanagement', 'support@iamctv.com', 'https://www.iamctv.com/', '2020-06-09 14:58:31', '', 0, 'IAMC TV'),
(2, 'drimokhai', '$P$BultXo0q/q9TIKXPYapZ83JXJK9BdX1', 'drimokhai', 'lifeprimeng@gmail.com', '', '2020-11-25 18:22:06', '', 0, 'Dr. Imokhai'),
(3, 'mozeks', '$P$Bz0pM5bOcW1gx/R3fXQzRjvGaR92qe/', 'mozeks', 'noreply@iamctv.com', '', '2022-06-01 22:54:36', '', 0, 'Chief Mike Ozekhome, SAN');

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

--
-- Table structure for table `iamc_wc_admin_notes`
--

CREATE TABLE `iamc_wc_admin_notes` (
  `note_id` bigint UNSIGNED NOT NULL,
  `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `type` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `locale` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `title` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `icon` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'info',
  `content_data` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci,
  `status` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `source` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_reminder` datetime DEFAULT NULL,
  `is_snoozable` tinyint(1) NOT NULL DEFAULT '0',
  `layout` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `image` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `is_deleted` tinyint(1) NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `iamc_wc_admin_notes`
--

INSERT INTO `iamc_wc_admin_notes` (`note_id`, `name`, `type`, `locale`, `title`, `content`, `icon`, `content_data`, `status`, `source`, `date_created`, `date_reminder`, `is_snoozable`, `layout`, `image`, `is_deleted`) VALUES
(1, 'wc-admin-onboarding-email-marketing', 'info', 'en_US', 'Tips, product updates, and inspiration', 'We\'re here for you - get tips, product updates and inspiration straight to your email box', 'mail', '{}', 'unactioned', 'woocommerce-admin', '2020-06-09 15:31:14', NULL, 0, '', NULL, 0),
(2, 'wc-admin-marketing-intro', 'info', 'en_US', 'Connect with your audience', 'Grow your customer base and increase your sales with marketing tools built for WooCommerce.', 'speaker', '{}', 'unactioned', 'woocommerce-admin', '2020-06-09 15:31:14', NULL, 0, '', NULL, 0),
(3, 'wc-admin-wc-helper-connection', 'info', 'en_US', 'Connect to WooCommerce.com', 'Connect to get important product notifications and updates.', 'info', '{}', 'unactioned', 'woocommerce-admin', '2020-06-09 15:31:15', NULL, 0, '', NULL, 0),
(22, 'wc-admin-manage-orders-on-the-go', 'info', 'en_US', 'Manage your orders on the go', 'Look for orders, customer info, and process refunds in one click with the Woo app.', 'info', '{}', 'unactioned', 'woocommerce-admin', '2020-12-09 15:31:58', NULL, 0, 'plain', '', 0),
(5, 'wc-admin-install-jp-and-wcs-plugins', 'info', 'en_US', 'Uh oh... There was a problem during the Jetpack and WooCommerce Services install. Please try again.', 'We noticed that there was a problem during the Jetpack and WooCommerce Services install. Please try again and enjoy all the advantages of having the plugins connected to your store! Sorry for the inconvenience. The \"Jetpack\" and \"WooCommerce Services\" plugins will be installed &amp; activated for free.', 'plugins', '{}', 'actioned', 'woocommerce-admin', '2020-06-15 07:34:05', NULL, 0, 'plain', NULL, 0),
(6, 'wc-admin-mobile-app', 'info', 'en_US', 'Install Woo mobile app', 'Install the WooCommerce mobile app to manage orders, receive sales notifications, and view key metrics — wherever you are.', 'phone', '{}', 'unactioned', 'woocommerce-admin', '2020-06-11 15:37:14', NULL, 0, '', NULL, 0),
(7, 'wc-admin-usage-tracking-opt-in', 'info', 'en_US', 'Help WooCommerce improve with usage tracking', 'Gathering usage data allows us to improve WooCommerce. Your store will be considered as we evaluate new features, judge the quality of an update, or determine if an improvement makes sense. You can always visit the <a href=\"https://www.iamctv.com/wp-admin/admin.php?page=wc-settings&#038;tab=advanced&#038;section=woocommerce_com\" target=\"_blank\">Settings</a> and choose to stop sharing data. <a href=\"https://woocommerce.com/usage-tracking\" target=\"_blank\">Read more</a> about what data we collect.', 'info', '{}', 'unactioned', 'woocommerce-admin', '2020-06-16 15:33:09', NULL, 0, '', NULL, 0),
(8, 'wc-admin-woocommerce-payments', 'info', 'en_US', 'Try the new way to get paid', 'Securely accept credit and debit cards on your site. Manage transactions without leaving your WordPress dashboard. Only with WooCommerce Payments.', 'credit-card', '{}', 'unactioned', 'woocommerce-admin', '2020-06-16 15:33:09', NULL, 0, '', NULL, 0),
(9, 'wc-admin-store-notice-giving-feedback-2', 'info', 'en_US', 'Give feedback', 'Now that you’ve chosen us as a partner, our goal is to make sure we\'re providing the right tools to meet your needs. We\'re looking forward to having your feedback on the store setup experience so we can improve it in the future.', 'info', '{}', 'unactioned', 'woocommerce-admin', '2020-08-14 15:35:16', NULL, 0, 'plain', '', 0),
(10, 'wc-admin-need-some-inspiration', 'info', 'en_US', 'Do you need some inspiration?', 'Check some of our favorite customer stories from entrepreneurs, agencies, and developers in our global community.', 'info', '{}', 'unactioned', 'woocommerce-admin', '2020-08-14 15:35:16', NULL, 0, 'plain', '', 0),
(11, 'wc-admin-first-product', 'info', 'en_US', 'Do you need help with adding your first product?', 'This video tutorial will help you go through the process of adding your first product in WooCommerce.', 'info', '{}', 'unactioned', 'woocommerce-admin', '2020-08-14 15:35:16', NULL, 0, 'plain', '', 0),
(12, 'wc-update-db-reminder', 'update', 'en_US', 'WooCommerce database update done', 'WooCommerce database update complete. Thank you for updating to the latest version!', 'info', '{}', 'unactioned', 'woocommerce-core', '2021-08-09 03:03:52', NULL, 0, 'plain', '', 0),
(13, 'wc-admin-insight-first-sale', 'survey', 'en_US', 'Did you know?', 'A WooCommerce powered store needs on average 31 days to get the first sale. You\'re on the right track! Do you find this type of insight useful?', 'info', '{}', 'unactioned', 'woocommerce-admin', '2020-09-05 15:37:30', NULL, 0, 'plain', '', 0),
(14, 'wc-admin-real-time-order-alerts', 'info', 'en_US', 'Get real-time order alerts anywhere', 'Get notifications about store activity, including new orders and product reviews directly on your mobile devices with the Woo app.', 'info', '{}', 'unactioned', 'woocommerce-admin', '2020-09-07 15:31:49', NULL, 0, 'plain', '', 0),
(15, 'ecomm-need-help-setting-up-your-store', 'info', 'en_US', 'Need help setting up your Store?', 'Schedule a free 30-min <a href=\"https://wordpress.com/support/concierge-support/\">quick start session</a> and get help from our specialists. We’re happy to walk through setup steps, show you around the WordPress.com dashboard, troubleshoot any issues you may have, and help you the find the features you need to accomplish your goals for your site.', 'info', '{}', 'pending', 'woocommerce.com', '2020-12-02 04:32:53', NULL, 0, 'plain', '', 0),
(16, 'woocommerce-services', 'info', 'en_US', 'WooCommerce Shipping & Tax', 'WooCommerce Shipping &amp; Tax helps get your store “ready to sell” as quickly as possible. You create your products. We take care of tax calculation, payment processing, and shipping label printing! Learn more about the extension that you just installed.', 'info', '{}', 'pending', 'woocommerce.com', '2020-12-02 04:32:53', NULL, 0, 'plain', '', 0),
(17, 'ecomm-unique-shopping-experience', 'info', 'en_US', 'For a shopping experience as unique as your customers', 'Product Add-Ons allow your customers to personalize products while they’re shopping on your online store. No more follow-up email requests—customers get what they want, before they’re done checking out. Learn more about this extension that comes included in your plan.', 'info', '{}', 'pending', 'woocommerce.com', '2020-12-02 04:32:53', NULL, 0, 'plain', '', 0),
(35, 'wc-admin-manage-store-activity-from-home-screen', 'info', 'en_US', 'New! Manage your store activity from the Home screen', 'Start your day knowing the next steps you need to take with your orders, products, and customer feedback.<br /><br />Read more about how to use the activity panels on the Home screen.', 'info', '{}', 'unactioned', 'woocommerce-admin', '2021-03-01 15:05:44', NULL, 0, 'plain', '', 0),
(19, '-', 'info', 'en_US', 'Confirm tax settings', 'Automated tax calculations are enabled on your store through WooCommerce Shipping &amp; Tax. Learn more about automated taxes <a href=\"https://docs.woocommerce.com/document/woocommerce-services/#section-12\">here</a>.', 'info', '{}', 'unactioned', 'woocommerce-admin', '2020-11-10 15:41:57', NULL, 0, 'plain', '', 0),
(20, 'wcpay-promo-2020-11', 'marketing', 'en_US', 'wcpay-promo-2020-11', 'wcpay-promo-2020-11', 'info', '{}', 'pending', 'woocommerce.com', '2020-12-11 21:35:04', NULL, 0, 'plain', '', 0),
(54, 'wcpay-promo-2021-6-incentive-2', 'marketing', 'en_US', 'Simplify the payments process for you and your customers with WooCommerce Payments', 'With <a href=\"https://woocommerce.com/payments/?utm_medium=notification&amp;utm_source=product&amp;utm_campaign=wcpay601\">WooCommerce Payments</a>, you can securely accept all major cards, Apple Pay®, and recurring revenue in over 100 currencies.\n				Built into your store’s WooCommerce dashboard, track cash flow and manage all of your transactions in one place – with no setup costs or monthly fees.\n				<br /><br />\n				By clicking \"Get WooCommerce Payments,\" you agree to the <a href=\"https://wordpress.com/tos/?utm_medium=notification&amp;utm_source=product&amp;utm_campaign=wcpay601\">Terms of Service</a>\n				and acknowledge you have read the <a href=\"https://automattic.com/privacy/\">Privacy Policy</a>.\n				', 'info', '{}', 'pending', 'woocommerce.com', '2021-06-12 15:31:23', NULL, 0, 'plain', '', 0),
(23, 'wcpay-promo-2020-12', 'marketing', 'en_US', 'wcpay-promo-2020-12', 'wcpay-promo-2020-12', 'info', '{}', 'pending', 'woocommerce.com', '2020-12-27 07:36:27', NULL, 0, 'plain', '', 0),
(21, 'wcpay-subscriptions-2020-11', 'marketing', 'en_US', 'Manage subscriber payments from your store\'s dashboard', 'Securely accept cards and manage transactions right from your dashboard with <a href=\"https://woocommerce.com/payments/?utm_medium=notification&amp;utm_source=product&amp;utm_campaign=wcpay_ctrl20\" target=\"_blank\">WooCommerce Payments</a>  – now supporting <a href=\"https://woocommerce.com/products/woocommerce-subscriptions/?utm_medium=notification&amp;utm_source=product&amp;utm_campaign=wcpay_ctrl20\" target=\"_blank\">WooCommerce Subscriptions</a>! <br /><br /><em>By clicking \"Install now,\" you agree to our <a href=\"https://wordpress.com/tos/?utm_medium=notification&amp;utm_source=product&amp;utm_campaign=wcpay_ctrl20\" target=\"_blank\">Terms of Service</a>.</em>', 'info', '{}', 'pending', 'woocommerce.com', '2020-12-11 21:35:04', NULL, 0, 'plain', '', 0),
(53, 'wcpay-promo-2021-6-incentive-1', 'marketing', 'en_US', 'Simplify the payments process for you and your customers with WooCommerce Payments', 'With <a href=\"https://woocommerce.com/payments/?utm_medium=notification&amp;utm_source=product&amp;utm_campaign=wcpay601\">WooCommerce Payments</a>, you can securely accept all major cards, Apple Pay®, and recurring revenue in over 100 currencies.\n				Built into your store’s WooCommerce dashboard, track cash flow and manage all of your transactions in one place – with no setup costs or monthly fees.\n				<br /><br />\n				By clicking \"Get WooCommerce Payments,\" you agree to the <a href=\"https://wordpress.com/tos/?utm_medium=notification&amp;utm_source=product&amp;utm_campaign=wcpay601\">Terms of Service</a>\n				and acknowledge you have read the <a href=\"https://automattic.com/privacy/\">Privacy Policy</a>.\n				', 'info', '{}', 'pending', 'woocommerce.com', '2021-06-12 15:31:23', NULL, 0, 'plain', '', 0),
(24, 'wcpay-subscriptions-2020-12', 'marketing', 'en_US', 'Manage payments from your store\'s dashboard', 'Securely accept cards and manage transactions right from your dashboard with <a href=\"https://woocommerce.com/payments/?utm_medium=notification&amp;utm_source=product&amp;utm_campaign=wcpay_ctrl20\" target=\"_blank\">WooCommerce Payments</a>! Zero setup fees or monthly fees. Just pay-as-you-go, starting at just 2.9% + $0.30 per transaction for U.S.-issued cards. <br /><br /><em>By clicking \"Install now,\" you agree to our <a href=\"https://wordpress.com/tos/?utm_medium=notification&amp;utm_source=product&amp;utm_campaign=wcpay_ctrl20\" target=\"_blank\">Terms of Service</a>.</em>', 'info', '{}', 'pending', 'woocommerce.com', '2020-12-27 07:36:27', NULL, 0, 'plain', '', 0),
(25, 'your-first-product', 'info', 'en_US', 'Your first product', 'That\'s huge! You\'re well on your way to building a successful online store — now it’s time to think about how you\'ll fulfill your orders.<br /><br />Read our shipping guide to learn best practices and options for putting together your shipping strategy. And for WooCommerce stores in the United States, you can print discounted shipping labels via USPS with <a href=\"https://href.li/?https://woocommerce.com/shipping\" target=\"_blank\">WooCommerce Shipping</a>.', 'info', '{}', 'pending', 'woocommerce.com', '2021-02-23 13:31:31', NULL, 0, 'plain', '', 0),
(26, 'wc-admin-getting-started-in-ecommerce', 'info', 'en_US', 'Getting Started in eCommerce - webinar', 'We want to make eCommerce and this process of getting started as easy as possible for you. Watch this webinar to get tips on how to have our store up and running in a breeze.', 'info', '{}', 'pending', 'woocommerce.com', '2021-02-24 08:35:46', NULL, 0, 'plain', '', 0),
(27, 'facebook_pixel_api_2021', 'marketing', 'en_US', 'Improve the performance of your Facebook ads', 'Enable Facebook Pixel and Conversions API through the latest version of Facebook for WooCommerce for improved measurement and ad targeting capabilities.', 'info', '{}', 'pending', 'woocommerce.com', '2021-03-08 19:34:11', NULL, 0, 'plain', '', 0),
(28, 'facebook_ec_2021', 'marketing', 'en_US', 'Sync your product catalog with Facebook to help boost sales', 'A single click adds all products to your Facebook Business Page shop. Product changes are automatically synced, with the flexibility to control which products are listed.', 'info', '{}', 'pending', 'woocommerce.com', '2021-03-08 19:34:11', NULL, 0, 'plain', '', 0),
(29, 'wc-square-apple-pay-boost-sales', 'marketing', 'en_US', 'Boost sales with Apple Pay', 'Now that you accept Apple Pay® with Square you can increase conversion rates by letting your customers know that Apple Pay® is available. Here’s a marketing guide to help you get started.', 'info', '{}', 'pending', 'woocommerce.com', '2021-03-08 19:34:11', NULL, 0, 'plain', '', 0),
(30, 'wc-square-apple-pay-grow-your-business', 'marketing', 'en_US', 'Grow your business with Square and Apple Pay ', 'Now more than ever, shoppers want a fast, simple, and secure online checkout experience. Increase conversion rates by letting your customers know that you now accept Apple Pay®.', 'info', '{}', 'pending', 'woocommerce.com', '2021-03-08 19:34:11', NULL, 0, 'plain', '', 0),
(31, 'wc-admin-optimizing-the-checkout-flow', 'info', 'en_US', 'Optimizing the checkout flow', 'It\'s crucial to get your store\'s checkout as smooth as possible to avoid losing sales. Let\'s take a look at how you can optimize the checkout experience for your shoppers.', 'info', '{}', 'pending', 'woocommerce.com', '2021-03-12 18:35:49', NULL, 0, 'plain', '', 0),
(32, 'wc-admin-first-five-things-to-customize', 'info', 'en_US', 'The first 5 things to customize in your store', 'Deciding what to start with first is tricky. To help you properly prioritize, we\'ve put together this short list of the first few things you should customize in WooCommerce.', 'info', '{}', 'unactioned', 'woocommerce.com', '2021-03-12 18:35:49', NULL, 0, 'plain', '', 0),
(50, 'google_listings_and_ads_install', 'marketing', 'en_US', 'Drive traffic and sales with Google', 'Reach online shoppers to drive traffic and sales for your store by showcasing products across Google, for free or with ads.', 'info', '{}', 'pending', 'woocommerce.com', '2021-06-07 19:32:55', NULL, 0, 'plain', '', 0),
(34, 'stripe-apple-pay-marketing-guide-holiday-2020', 'marketing', 'en_US', 'Boost sales with Apple Pay!', 'Now that you accept Apple Pay® with Stripe, you can increase conversion rates by letting your customers know that Apple Pay is available. Here’s a marketing guide to help you get started.', 'info', '{}', 'unactioned', 'woocommerce-gateway-stripe', '2021-02-26 16:04:00', NULL, 0, 'plain', '', 0),
(41, 'wc-admin-performance-on-mobile', 'info', 'en_US', 'Track your store performance on mobile', 'Monitor your sales and high performing products with the Woo app.', 'info', '{}', 'unactioned', 'woocommerce-admin', '2021-03-06 15:33:22', NULL, 0, 'plain', '', 0),
(36, 'wc-admin-draw-attention', 'info', 'en_US', 'Get noticed: how to draw attention to your online store', 'To get you started, here are seven ways to boost your sales and avoid getting drowned out by similar, mass-produced products competing for the same buyers.', 'info', '{}', 'unactioned', 'woocommerce-admin', '2021-03-01 15:32:44', NULL, 0, 'plain', '', 0),
(37, 'wc-admin-choosing-a-theme', 'marketing', 'en_US', 'Choosing a theme?', 'Check out the themes that are compatible with WooCommerce and choose one aligned with your brand and business needs.', 'info', '{}', 'unactioned', 'woocommerce-admin', '2021-03-01 15:32:44', NULL, 0, 'plain', '', 0),
(38, 'wc-admin-insight-first-product-and-payment', 'survey', 'en_US', 'Insight', 'More than 80% of new merchants add the first product and have at least one payment method set up during the first week. We\'re here to help your business succeed! Do you find this type of insight useful?', 'info', '{}', 'unactioned', 'woocommerce-admin', '2021-03-01 15:32:44', NULL, 0, 'plain', '', 0),
(39, 'wc-admin-add-first-product-note', 'email', 'en_US', 'Store setup', 'Nice one, you’ve created a WooCommerce store! Now it’s time to add your first product.<br /><br />There are three ways to add your products: you can <strong>create products manually, import them at once via CSV file</strong>, or <strong>migrate them from another service</strong>.<br /><br /><a href=\"https://docs.woocommerce.com/document/managing-products/?utm_source=help_panel\">Explore our docs</a> for more information, or just get started!', 'info', '{\"role\":\"administrator\"}', 'sent', 'woocommerce-admin', '2021-03-01 20:32:44', NULL, 0, 'plain', 'https://www.iamctv.com/wp-content/plugins/woocommerce/packages/woocommerce-admin/images/admin_notes/img-product-light.png', 0),
(40, 'wc-admin-adding-and-managing-products', 'info', 'en_US', 'Adding and Managing Products', 'Learn more about how to set up products in WooCommerce through our useful documentation about adding and managing products.', 'info', '{}', 'unactioned', 'woocommerce-admin', '2021-03-01 15:32:44', NULL, 0, 'plain', '', 0),
(42, 'wcpay-apple-pay-boost-sales', 'marketing', 'en_US', 'Boost sales with Apple Pay', 'Now that you accept Apple Pay® with WooCommerce Payments you can increase conversion rates by letting your customers know that Apple Pay® is available. Here’s a marketing guide to help you get started.', 'info', '{}', 'pending', 'woocommerce.com', '2021-04-03 07:31:56', NULL, 0, 'plain', '', 0),
(43, 'wcpay-apple-pay-grow-your-business', 'marketing', 'en_US', 'Grow your business with WooCommerce Payments and Apple Pay', 'Now more than ever, shoppers want a fast, simple, and secure online checkout experience. Increase conversion rates by letting your customers know that you now accept Apple Pay®.', 'info', '{}', 'pending', 'woocommerce.com', '2021-04-03 07:31:56', NULL, 0, 'plain', '', 0),
(44, 'wcpay-apple-pay-is-now-available', 'marketing', 'en_US', 'Apple Pay is now available with WooCommerce Payments!', 'Increase your conversion rate by offering a fast and secure checkout with <a href=\"https://woocommerce.com/apple-pay/?utm_source=inbox&amp;utm_medium=product&amp;utm_campaign=wcpay_applepay\" target=\"_blank\">Apple Pay</a>®. It’s free to get started with <a href=\"https://woocommerce.com/payments/?utm_source=inbox&amp;utm_medium=product&amp;utm_campaign=wcpay_applepay\" target=\"_blank\">WooCommerce Payments</a>.', 'info', '{}', 'pending', 'woocommerce.com', '2021-04-12 11:35:22', NULL, 0, 'plain', '', 0),
(45, 'paypal_ppcp_gtm_2021', 'marketing', 'en_US', 'Offer more options with the new PayPal', 'Get the latest PayPal extension for a full suite of payment methods with extensive currency and country coverage.', 'info', '{}', 'unactioned', 'woocommerce.com', '2021-04-16 15:35:40', NULL, 0, 'plain', '', 0),
(46, 'wc-payments-qualitative-feedback', 'info', 'en_US', 'WooCommerce Payments setup - let us know what you think', 'Congrats on enabling WooCommerce Payments for your store. Please share your feedback in this 2 minute survey to help us improve the setup process.', 'info', '{}', 'pending', 'woocommerce.com', '2021-04-25 19:31:19', NULL, 0, 'plain', '', 0),
(47, 'share-your-feedback-on-paypal', 'info', 'en_US', 'Share your feedback on PayPal', 'Share your feedback in this 2 minute survey about how we can make the process of accepting payments more useful for your store.', 'info', '{}', 'pending', 'woocommerce.com', '2021-05-19 03:34:53', NULL, 0, 'plain', '', 0),
(48, 'wcpay_instant_deposits_gtm_2021', 'marketing', 'en_US', 'Get paid within minutes – Instant Deposits for WooCommerce Payments', 'Stay flexible with immediate access to your funds when you need them – including nights, weekends, and holidays. With <a href=\"https://woocommerce.com/products/woocommerce-payments/?utm_source=inbox&amp;utm_medium=product&amp;utm_campaign=wcpay_instant_deposits\">WooCommerce Payments\'</a> new Instant Deposits feature, you’re able to transfer your earnings to a debit card within minutes.', 'info', '{}', 'pending', 'woocommerce.com', '2021-05-19 03:34:53', NULL, 0, 'plain', '', 0),
(49, 'wc-subscriptions-security-update-3-0-15', 'info', 'en_US', 'WooCommerce Subscriptions security update!', 'We recently released an important security update to WooCommerce Subscriptions. To ensure your site\'s data is protected, please upgrade <strong>WooCommerce Subscriptions to version 3.0.15</strong> or later.<br /><br />Click the button below to view and update to the latest Subscriptions version, or log in to <a href=\"https://woocommerce.com/my-dashboard\">WooCommerce.com Dashboard</a> and navigate to your <strong>Downloads</strong> page.<br /><br />We recommend always using the latest version of WooCommerce Subscriptions, and other software running on your site, to ensure maximum security.<br /><br />If you have any questions we are here to help — just <a href=\"https://woocommerce.com/my-account/create-a-ticket/\">open a ticket</a>.', 'info', '{}', 'pending', 'woocommerce.com', '2021-06-02 07:35:40', NULL, 0, 'plain', '', 0),
(51, 'wc-admin-edit-products-on-the-move', 'info', 'en_US', 'Edit products on the move', 'Edit and create new products from your mobile devices with the Woo app', 'info', '{}', 'unactioned', 'woocommerce-admin', '2021-06-09 15:34:31', NULL, 0, 'plain', '', 0),
(52, 'woocommerce-core-update-5-4-0', 'info', 'en_US', 'Update to WooCommerce 5.4.1 now', 'WooCommerce 5.4.1 addresses a checkout issue discovered in WooCommerce 5.4. We recommend upgrading to WooCommerce 5.4.1 as soon as possible.', 'info', '{}', 'pending', 'woocommerce.com', '2021-06-10 15:32:39', NULL, 0, 'plain', '', 0),
(55, 'ppxo-pps-upgrade-paypal-payments-1', 'info', 'en_US', 'Get the latest PayPal extension for WooCommerce', 'Heads up! There\'s a new PayPal on the block!<br /><br />Now is a great time to upgrade to our latest <a href=\"https://woocommerce.com/products/woocommerce-paypal-payments/\" target=\"_blank\">PayPal extension</a> to continue to receive support and updates with PayPal.<br /><br />Get access to a full suite of PayPal payment methods, extensive currency and country coverage, and pay later options with the all-new PayPal extension for WooCommerce.', 'info', '{}', 'unactioned', 'woocommerce.com', '2021-06-22 15:38:11', NULL, 0, 'plain', '', 0),
(56, 'ppxo-pps-upgrade-paypal-payments-2', 'info', 'en_US', 'Upgrade your PayPal experience!', 'We\'ve developed a whole new <a href=\"https://woocommerce.com/products/woocommerce-paypal-payments/\" target=\"_blank\">PayPal extension for WooCommerce</a> that combines the best features of our many PayPal extensions into just one extension.<br /><br />Get access to a full suite of PayPal payment methods, extensive currency and country coverage, offer subscription and recurring payments, and the new PayPal pay later options.<br /><br />Start using our latest PayPal today to continue to receive support and updates.', 'info', '{}', 'pending', 'woocommerce.com', '2021-06-22 15:38:11', NULL, 0, 'plain', '', 0),
(57, 'eu_vat_changes_2021', 'marketing', 'en_US', 'Get your business ready for the new EU tax regulations', 'On July 1, 2021, new taxation rules will come into play when the <a href=\"https://ec.europa.eu/taxation_customs/business/vat/modernising-vat-cross-border-ecommerce_en\">European Union (EU) Value-Added Tax (VAT) eCommerce package</a> takes effect.<br /><br />The new regulations will impact virtually every B2C business involved in cross-border eCommerce trade with the EU.<br /><br />We therefore recommend <a href=\"https://woocommerce.com/posts/new-eu-vat-regulations\">familiarizing yourself with the new updates</a>, and consult with a tax professional to ensure your business is following regulations and best practice.', 'info', '{}', 'unactioned', 'woocommerce.com', '2021-06-24 15:31:21', NULL, 0, 'plain', '', 0),
(58, 'wc-admin-marketing-jetpack-backup', 'marketing', 'en_US', 'Protect your WooCommerce Store with Jetpack Backup.', 'Store downtime means lost sales. One-click restores get you back online quickly if something goes wrong.', 'info', '{}', 'unactioned', 'woocommerce-admin-notes', '2021-07-13 15:37:35', NULL, 0, 'plain', '', 0),
(59, 'wayflyer_q3_2021', 'marketing', 'en_US', 'Grow your revenue with Wayflyer financing and analytics', 'Flexible financing tailored to your needs by <a href=\"https://woocommerce.com/products/wayflyer/\">Wayflyer</a> – one fee, no interest rates, penalties, equity, or personal guarantees. Based on your store\'s performance, Wayflyer can provide the financing you need to grow and the analytical insights to help you spend it.', 'info', '{}', 'pending', 'woocommerce.com', '2021-07-15 15:33:13', NULL, 0, 'plain', '', 0),
(60, 'woocommerce-core-sqli-july-2021-need-to-update', 'update', 'en_US', 'Action required: Critical vulnerabilities in WooCommerce', 'In response to a critical vulnerability identified on July 13, 2021, we are working with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br /><br />Our investigation into this vulnerability is ongoing, but <strong>we wanted to let you know now about the importance of updating immediately</strong>.<br /><br />For more information on which actions you should take, as well as answers to FAQs, please urgently review our blog post detailing this issue.', 'info', '{}', 'pending', 'woocommerce.com', '2021-07-16 15:31:39', NULL, 0, 'plain', '', 0),
(61, 'woocommerce-blocks-sqli-july-2021-need-to-update', 'update', 'en_US', 'Action required: Critical vulnerabilities in WooCommerce Blocks', 'In response to a critical vulnerability identified on July 13, 2021, we are working with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br /><br />Our investigation into this vulnerability is ongoing, but <strong>we wanted to let you know now about the importance of updating immediately</strong>.<br /><br />For more information on which actions you should take, as well as answers to FAQs, please urgently review our blog post detailing this issue.', 'info', '{}', 'pending', 'woocommerce.com', '2021-07-16 15:31:39', NULL, 0, 'plain', '', 0),
(62, 'woocommerce-core-sqli-july-2021-store-patched', 'update', 'en_US', 'Solved: Critical vulnerabilities patched in WooCommerce', 'In response to a critical vulnerability identified on July 13, 2021, we worked with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br /><br /><strong>Your store has been updated to the latest secure version(s)</strong>. For more information and answers to FAQs, please review our blog post detailing this issue.', 'info', '{}', 'pending', 'woocommerce.com', '2021-07-16 15:31:39', NULL, 0, 'plain', '', 0),
(63, 'woocommerce-blocks-sqli-july-2021-store-patched', 'update', 'en_US', 'Solved: Critical vulnerabilities patched in WooCommerce Blocks', 'In response to a critical vulnerability identified on July 13, 2021, we worked with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br /><br /><strong>Your store has been updated to the latest secure version(s)</strong>. For more information and answers to FAQs, please review our blog post detailing this issue.', 'info', '{}', 'pending', 'woocommerce.com', '2021-07-16 15:31:39', NULL, 0, 'plain', '', 0),
(64, 'wc-admin-launch-checklist', 'info', 'en_US', 'Ready to launch your store?', 'To make sure you never get that sinking \"what did I forget\" feeling, we\'ve put together the essential pre-launch checklist.', 'info', '{}', 'unactioned', 'woocommerce-admin', '2021-08-18 15:38:36', NULL, 0, 'plain', '', 0),
(65, 'wc-refund-returns-page', 'info', 'en_US', 'Setup a Refund and Returns Policy page to boost your store\'s credibility.', 'We have created a sample draft Refund and Returns Policy page for you. Please have a look and update it to fit your store.', 'info', '{}', 'unactioned', 'woocommerce-core', '2021-08-23 14:50:18', NULL, 0, 'plain', '', 0),
(66, 'mercadopago_q3_2021_EN', 'marketing', 'en_US', 'Get paid with Mercado Pago Checkout', 'Latin America\'s leading payment processor is now available for WooCommerce stores. Securely accept debit and credit cards, cash, bank transfers, and installment payments – backed by exclusive fraud prevention tools.', 'info', '{}', 'pending', 'woocommerce.com', '2021-08-31 15:35:43', NULL, 0, 'plain', '', 0),
(67, 'bbpos-chipper-launch', 'marketing', 'en_US', 'Ready to grow your business beyond online?', 'Collect payment in person for orders placed online using WooCommerce In-Person Payments. The BBPOS Chipper card reader can process payments securely, and keep everything synced in your WooCommerce Payments dashboard – no matter where you are.', 'info', '{}', 'pending', 'woocommerce.com', '2021-10-15 15:31:49', NULL, 0, 'plain', '', 0),
(68, 'habit-moment-survey', 'marketing', 'en_US', 'We\'re all ears! Share your experience so far with WooCommerce', 'We\'d love your input to shape the future of WooCommerce together. Feel free to share any feedback, ideas or suggestions that you have.', 'info', '{}', 'pending', 'woocommerce.com', '2021-11-05 15:35:41', NULL, 0, 'plain', '', 0),
(69, 'new_in_app_marketplace_2021_1', 'info', 'en_US', 'Grow your business with extensions', 'Check out our NEW Extensions tab to see our favorite extensions for growing your business, and discover the most popular extensions in the WooCommerce Marketplace.', 'info', '{}', 'unactioned', 'woocommerce.com', '2021-11-08 15:35:18', NULL, 0, 'plain', '', 0),
(70, 'new_in_app_marketplace_2021_2', 'info', 'en_US', 'Customize your store with extensions', 'Check out our NEW Extensions tab to see our favorite extensions for customizing your store, and discover the most popular extensions in the WooCommerce Marketplace.', 'info', '{}', 'pending', 'woocommerce.com', '2021-11-08 15:35:18', NULL, 0, 'plain', '', 0);

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

--
-- Table structure for table `iamc_wc_admin_note_actions`
--

CREATE TABLE `iamc_wc_admin_note_actions` (
  `action_id` bigint UNSIGNED NOT NULL,
  `note_id` bigint UNSIGNED NOT NULL,
  `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `label` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `query` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `status` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `is_primary` tinyint(1) NOT NULL DEFAULT '0',
  `actioned_text` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `nonce_action` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `nonce_name` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `iamc_wc_admin_note_actions`
--

INSERT INTO `iamc_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `is_primary`, `actioned_text`, `nonce_action`, `nonce_name`) VALUES
(1, 1, 'yes-please', 'Yes please!', 'https://woocommerce.us8.list-manage.com/subscribe/post?u=2c1434dc56f9506bf3c3ecd21&amp;id=13860df971&amp;SIGNUPPAGE=plugin', 'actioned', 0, '', NULL, NULL),
(2, 2, 'open-marketing-hub', 'Open marketing hub', 'https://www.iamctv.com/wp-admin/admin.php?page=wc-admin&path=/marketing', 'actioned', 0, '', NULL, NULL),
(3, 3, 'connect', 'Connect', '?page=wc-addons&section=helper', 'unactioned', 0, '', NULL, NULL),
(10272, 53, 'get-woo-commerce-payments', 'Get WooCommerce Payments', 'admin.php?page=wc-admin&action=setup-woocommerce-payments', 'actioned', 1, '', NULL, NULL),
(1592, 22, 'learn-more', 'Learn more', 'https://woocommerce.com/mobile/?utm_source=inbox', 'actioned', 0, '', NULL, NULL),
(6, 5, 'install-jp-and-wcs-plugins', 'Install plugins', '', 'actioned', 1, '', NULL, NULL),
(7, 6, 'learn-more', 'Learn more', 'https://woocommerce.com/mobile/', 'actioned', 0, '', NULL, NULL),
(12, 9, 'share-feedback', 'Share feedback', 'https://automattic.survey.fm/new-onboarding-survey', 'actioned', 0, '', NULL, NULL),
(9, 7, 'tracking-opt-in', 'Activate usage tracking', '', 'actioned', 1, '', NULL, NULL),
(10, 8, 'learn-more', 'Learn more', 'https://woocommerce.com/payments/', 'unactioned', 0, '', NULL, NULL),
(11, 8, 'install-now', 'Install now', '', 'actioned', 1, '', NULL, NULL),
(13, 10, 'need-some-inspiration', 'See success stories', 'https://woocommerce.com/success-stories/?utm_source=inbox', 'actioned', 1, '', NULL, NULL),
(14, 11, 'first-product-watch-tutorial', 'Watch tutorial', 'https://www.youtube.com/watch?v=sFtXa00Jf_o&list=PLHdG8zvZd0E575Ia8Mu3w1h750YLXNfsC&index=24', 'actioned', 0, '', NULL, NULL),
(10254, 16, 'learn-more', 'Learn more', 'https://docs.woocommerce.com/document/woocommerce-shipping-and-tax/?utm_source=inbox', 'unactioned', 1, '', NULL, NULL),
(120, 13, 'affirm-insight-first-sale', 'Yes', '', 'actioned', 0, 'Thanks for your feedback', NULL, NULL),
(121, 13, 'deny-insight-first-sale', 'No', '', 'actioned', 0, 'Thanks for your feedback', NULL, NULL),
(122, 14, 'learn-more', 'Learn more', 'https://woocommerce.com/mobile/?utm_source=inbox', 'actioned', 0, '', NULL, NULL),
(10273, 54, 'get-woocommerce-payments', 'Get WooCommerce Payments', 'admin.php?page=wc-admin&action=setup-woocommerce-payments', 'actioned', 1, '', NULL, NULL),
(10253, 15, 'set-up-concierge', 'Schedule free session', 'https://wordpress.com/me/concierge', 'actioned', 1, '', NULL, NULL),
(10255, 17, 'learn-more-ecomm-unique-shopping-experience', 'Learn more', 'https://docs.woocommerce.com/document/product-add-ons/?utm_source=inbox', 'actioned', 1, '', NULL, NULL),
(2813, 37, 'visit-the-theme-marketplace', 'Visit the theme marketplace', 'https://woocommerce.com/product-category/themes/?utm_source=inbox', 'actioned', 0, '', NULL, NULL),
(2762, 35, 'learn-more', 'Learn more', 'https://docs.woocommerce.com/document/home-screen/?utm_source=inbox', 'actioned', 1, '', NULL, NULL),
(1266, 19, 'confirm-tax-settings_edit-tax-settings', 'Edit tax settings', 'https://www.iamctv.com/wp-admin/admin.php?page=wc-settings&tab=tax', 'unactioned', 1, '', NULL, NULL),
(2701, 21, 'install-now', 'Install now', 'admin.php?page=wc-admin&action=setup-woocommerce-payments', 'actioned', 1, '', NULL, NULL),
(10257, 25, 'learn-more', 'Learn more', 'https://woocommerce.com/posts/ecommerce-shipping-solutions-guide/?utm_source=inbox', 'actioned', 1, '', NULL, NULL),
(2703, 24, 'install-now', 'Install now', 'admin.php?page=wc-admin&action=setup-woocommerce-payments', 'actioned', 1, '', NULL, NULL),
(10256, 26, 'watch-the-webinar', 'Watch the webinar', 'https://youtu.be/V_2XtCOyZ7o', 'actioned', 1, '', NULL, NULL),
(10251, 27, 'upgrade_now_facebook_pixel_api', 'Upgrade now', 'plugin-install.php?tab=plugin-information&plugin=&section=changelog', 'actioned', 1, '', NULL, NULL),
(10252, 28, 'learn_more_facebook_ec', 'Learn more', 'https://woocommerce.com/products/facebook/', 'unactioned', 1, '', NULL, NULL),
(10258, 29, 'boost-sales-marketing-guide', 'See marketing guide', 'https://developer.apple.com/apple-pay/marketing/?utm_source=inbox&utm_campaign=square-boost-sales', 'actioned', 1, '', NULL, NULL),
(10259, 30, 'grow-your-business-marketing-guide', 'See marketing guide', 'https://developer.apple.com/apple-pay/marketing/?utm_source=inbox&utm_campaign=square-grow-your-business', 'actioned', 1, '', NULL, NULL),
(10264, 31, 'optimizing-the-checkout-flow', 'Learn more', 'https://woocommerce.com/posts/optimizing-woocommerce-checkout?utm_source=inbox', 'actioned', 1, '', NULL, NULL),
(10265, 32, 'learn-more', 'Learn more', 'https://woocommerce.com/posts/first-things-customize-woocommerce/?utm_source=inbox', 'unactioned', 1, '', NULL, NULL),
(10269, 50, 'get-started', 'Get started', 'https://woocommerce.com/products/google-listings-and-ads', 'actioned', 1, '', NULL, NULL),
(2723, 34, 'marketing-guide', 'See marketing guide', 'https://developer.apple.com/apple-pay/marketing/', 'actioned', 0, '', NULL, NULL),
(10262, 42, 'boost-sales-marketing-guide', 'See marketing guide', 'https://developer.apple.com/apple-pay/marketing/?utm_source=inbox&utm_campaign=wcpay-boost-sales', 'actioned', 1, '', NULL, NULL),
(2812, 36, 'learn-more', 'Learn more', 'https://woocommerce.com/posts/how-to-make-your-online-store-stand-out/?utm_source=inbox', 'actioned', 1, '', NULL, NULL),
(2814, 38, 'affirm-insight-first-product-and-payment', 'Yes', '', 'actioned', 0, 'Thanks for your feedback', NULL, NULL),
(2815, 39, 'add-first-product', 'Add a product', 'https://www.iamctv.com/wp-admin/admin.php?page=wc-admin&task=products', 'actioned', 0, '', NULL, NULL),
(2816, 40, 'learn-more', 'Learn more', 'https://docs.woocommerce.com/document/managing-products/?utm_source=inbox', 'actioned', 0, '', NULL, NULL),
(2878, 41, 'learn-more', 'Learn more', 'https://woocommerce.com/mobile/?utm_source=inbox', 'actioned', 0, '', NULL, NULL),
(10284, 67, 'learn-more', 'Learn more', 'https://woocommerce.com/products/bbpos-chipper2xbt-card-reader?utm_source=inbox&utm_medium=product&utm_campaign=bbpos-chipper-launch', 'unactioned', 1, '', NULL, NULL),
(5622, 58, 'jetpack-backup-woocommerce', 'Get backups', 'https://jetpack.com/upgrade/backup-woocommerce/?utm_source=inbox&#038;utm_medium=automattic_referred&#038;utm_campaign=jp_backup_to_woo', 'actioned', 0, '', NULL, NULL),
(10263, 43, 'grow-your-business-marketing-guide', 'See marketing guide', 'https://developer.apple.com/apple-pay/marketing/?utm_source=inbox&utm_campaign=wcpay-grow-your-business', 'actioned', 1, '', NULL, NULL),
(10261, 44, 'learn-more', 'Learn more', 'https://docs.woocommerce.com/document/payments/apple-pay/?utm_source=inbox&utm_medium=product&utm_campaign=wcpay_applepay', 'actioned', 1, '', NULL, NULL),
(10250, 45, 'open_wc_paypal_payments_product_page', 'Learn more', 'https://woocommerce.com/products/woocommerce-paypal-payments/', 'actioned', 1, '', NULL, NULL),
(10260, 44, 'add-apple-pay', 'Add Apple Pay', '/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments', 'actioned', 1, '', NULL, NULL),
(10266, 46, 'qualitative-feedback-from-new-users', 'Share feedback', 'https://automattic.survey.fm/wc-pay-new', 'actioned', 1, '', NULL, NULL),
(10267, 47, 'share-feedback', 'Share feedback', 'http://automattic.survey.fm/paypal-feedback', 'unactioned', 1, '', NULL, NULL),
(10268, 48, 'learn-more', 'Learn about Instant Deposits eligibility', 'https://docs.woocommerce.com/document/payments/instant-deposits/?utm_source=inbox&utm_medium=product&utm_campaign=wcpay_instant_deposits', 'actioned', 1, '', NULL, NULL),
(10270, 49, 'update-wc-subscriptions-3-0-15', 'View latest version', 'https://www.iamctv.com/wp-admin/admin.php?page=wc-admin&page=wc-addons&section=helper', 'actioned', 1, '', NULL, NULL),
(4566, 51, 'learn-more', 'Learn more', 'https://woocommerce.com/mobile/?utm_source=inbox', 'actioned', 0, '', NULL, NULL),
(10271, 52, 'update-wc-core-5-4-0', 'How to update WooCommerce', 'https://docs.woocommerce.com/document/how-to-update-woocommerce/', 'actioned', 1, '', NULL, NULL),
(10274, 55, 'ppxo-pps-install-paypal-payments-1', 'View upgrade guide', 'https://docs.woocommerce.com/document/woocommerce-paypal-payments/paypal-payments-upgrade-guide/', 'actioned', 1, '', NULL, NULL),
(10275, 56, 'ppxo-pps-install-paypal-payments-2', 'View upgrade guide', 'https://docs.woocommerce.com/document/woocommerce-paypal-payments/paypal-payments-upgrade-guide/', 'actioned', 1, '', NULL, NULL),
(10249, 57, 'eu_vat_changes_2021', 'Learn more about the EU tax regulations', 'https://woocommerce.com/posts/new-eu-vat-regulations', 'actioned', 1, '', NULL, NULL),
(6860, 64, 'learn-more', 'Learn more', 'https://woocommerce.com/posts/pre-launch-checklist-the-essentials/?utm_source=inbox', 'actioned', 0, '', NULL, NULL),
(10248, 59, 'wayflyer_q3_2021', 'Get funded', 'https://woocommerce.com/products/wayflyer/', 'actioned', 1, '', NULL, NULL),
(10277, 60, 'dismiss', 'Dismiss', '', 'actioned', 0, '', NULL, NULL),
(10279, 61, 'dismiss', 'Dismiss', '', 'actioned', 0, '', NULL, NULL),
(10281, 62, 'dismiss', 'Dismiss', '', 'actioned', 0, '', NULL, NULL),
(10283, 63, 'dismiss', 'Dismiss', '', 'actioned', 0, '', NULL, NULL),
(10276, 60, 'learn-more', 'Learn more', 'https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=vulnerability_comms', 'unactioned', 1, '', NULL, NULL),
(10278, 61, 'learn-more', 'Learn more', 'https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=vulnerability_comms', 'unactioned', 1, '', NULL, NULL),
(10280, 62, 'learn-more', 'Learn more', 'https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=vulnerability_comms', 'unactioned', 1, '', NULL, NULL),
(10282, 63, 'learn-more', 'Learn more', 'https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=vulnerability_comms', 'unactioned', 1, '', NULL, NULL),
(8058, 66, 'mercadopago_q3_2021_EN', 'Free download', 'https://woocommerce.com/products/mercado-pago-checkout/?utm_source=inbox&utm_medium=product&utm_campaign=mercadopago_q3_2021_EN', 'actioned', 1, '', NULL, NULL),
(7068, 65, 'notify-refund-returns-page', 'Edit page', 'https://www.iamctv.com/wp-admin/post.php?post=5036&action=edit', 'actioned', 0, '', NULL, NULL),
(10285, 68, 'share-feedback', 'Share feedback', 'https://automattic.survey.fm/store-management', 'unactioned', 1, '', NULL, NULL),
(10246, 69, 'browse_extensions', 'Browse extensions', 'https://www.iamctv.com/wp-admin/admin.php?page=wc-admin&page=wc-addons', 'unactioned', 1, '', NULL, NULL),
(10247, 70, 'browse_extensions', 'Browse extensions', 'https://www.iamctv.com/wp-admin/admin.php?page=wc-admin&page=wc-addons', 'unactioned', 1, '', NULL, NULL),
(10293, 12, 'update-db_done', 'Thanks!', 'https://www.iamctv.com/wp-admin/admin.php?page=stats&noheader&chart=flot-stats-data&wc-hide-notice=update', 'actioned', 1, 'woocommerce_hide_notices_nonce', 'woocommerce_hide_notices_nonce', '_wc_notice_nonce');

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

--
-- Table structure for table `iamc_wc_category_lookup`
--

CREATE TABLE `iamc_wc_category_lookup` (
  `category_tree_id` bigint UNSIGNED NOT NULL,
  `category_id` bigint UNSIGNED NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `iamc_wc_category_lookup`
--

INSERT INTO `iamc_wc_category_lookup` (`category_tree_id`, `category_id`) VALUES
(15, 15);

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

--
-- Table structure for table `iamc_wc_customer_lookup`
--

CREATE TABLE `iamc_wc_customer_lookup` (
  `customer_id` bigint UNSIGNED NOT NULL,
  `user_id` bigint UNSIGNED DEFAULT NULL,
  `username` varchar(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `first_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `last_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `email` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `date_last_active` timestamp NULL DEFAULT NULL,
  `date_registered` timestamp NULL DEFAULT NULL,
  `country` char(2) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `postcode` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `city` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `state` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `iamc_wc_download_log`
--

CREATE TABLE `iamc_wc_download_log` (
  `download_log_id` bigint UNSIGNED NOT NULL,
  `timestamp` datetime NOT NULL,
  `permission_id` bigint UNSIGNED NOT NULL,
  `user_id` bigint UNSIGNED DEFAULT NULL,
  `user_ip_address` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `iamc_wc_order_coupon_lookup`
--

CREATE TABLE `iamc_wc_order_coupon_lookup` (
  `order_id` bigint UNSIGNED NOT NULL,
  `coupon_id` bigint NOT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `discount_amount` double NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `iamc_wc_order_product_lookup`
--

CREATE TABLE `iamc_wc_order_product_lookup` (
  `order_item_id` bigint UNSIGNED NOT NULL,
  `order_id` bigint UNSIGNED NOT NULL,
  `product_id` bigint UNSIGNED NOT NULL,
  `variation_id` bigint UNSIGNED NOT NULL,
  `customer_id` bigint UNSIGNED DEFAULT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `product_qty` int NOT NULL,
  `product_net_revenue` double NOT NULL DEFAULT '0',
  `product_gross_revenue` double NOT NULL DEFAULT '0',
  `coupon_amount` double NOT NULL DEFAULT '0',
  `tax_amount` double NOT NULL DEFAULT '0',
  `shipping_amount` double NOT NULL DEFAULT '0',
  `shipping_tax_amount` double NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `iamc_wc_order_stats`
--

CREATE TABLE `iamc_wc_order_stats` (
  `order_id` bigint UNSIGNED NOT NULL,
  `parent_id` bigint UNSIGNED NOT NULL DEFAULT '0',
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `num_items_sold` int NOT NULL DEFAULT '0',
  `total_sales` double NOT NULL DEFAULT '0',
  `tax_total` double NOT NULL DEFAULT '0',
  `shipping_total` double NOT NULL DEFAULT '0',
  `net_total` double NOT NULL DEFAULT '0',
  `returning_customer` tinyint(1) DEFAULT NULL,
  `status` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `customer_id` bigint UNSIGNED NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `iamc_wc_order_tax_lookup`
--

CREATE TABLE `iamc_wc_order_tax_lookup` (
  `order_id` bigint UNSIGNED NOT NULL,
  `tax_rate_id` bigint UNSIGNED NOT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `shipping_tax` double NOT NULL DEFAULT '0',
  `order_tax` double NOT NULL DEFAULT '0',
  `total_tax` double NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `iamc_wc_product_meta_lookup`
--

CREATE TABLE `iamc_wc_product_meta_lookup` (
  `product_id` bigint NOT NULL,
  `sku` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT '',
  `virtual` tinyint(1) DEFAULT '0',
  `downloadable` tinyint(1) DEFAULT '0',
  `min_price` decimal(19,4) DEFAULT NULL,
  `max_price` decimal(19,4) DEFAULT NULL,
  `onsale` tinyint(1) DEFAULT '0',
  `stock_quantity` double DEFAULT NULL,
  `stock_status` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT 'instock',
  `rating_count` bigint DEFAULT '0',
  `average_rating` decimal(3,2) DEFAULT '0.00',
  `total_sales` bigint DEFAULT '0',
  `tax_status` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT 'taxable',
  `tax_class` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `iamc_wc_reserved_stock`
--

CREATE TABLE `iamc_wc_reserved_stock` (
  `order_id` bigint NOT NULL,
  `product_id` bigint NOT NULL,
  `stock_quantity` double NOT NULL DEFAULT '0',
  `timestamp` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `expires` datetime NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `iamc_wc_tax_rate_classes`
--

CREATE TABLE `iamc_wc_tax_rate_classes` (
  `tax_rate_class_id` bigint UNSIGNED NOT NULL,
  `name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `slug` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `iamc_wc_tax_rate_classes`
--

INSERT INTO `iamc_wc_tax_rate_classes` (`tax_rate_class_id`, `name`, `slug`) VALUES
(1, 'Reduced rate', 'reduced-rate'),
(2, 'Zero rate', 'zero-rate');

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

--
-- Table structure for table `iamc_wc_webhooks`
--

CREATE TABLE `iamc_wc_webhooks` (
  `webhook_id` bigint UNSIGNED NOT NULL,
  `status` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `name` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `user_id` bigint UNSIGNED NOT NULL,
  `delivery_url` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `secret` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `topic` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `api_version` smallint NOT NULL,
  `failure_count` smallint NOT NULL DEFAULT '0',
  `pending_delivery` tinyint(1) NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `iamc_wfblockediplog`
--

CREATE TABLE `iamc_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 UNSIGNED NOT NULL DEFAULT '0',
  `unixday` int UNSIGNED NOT NULL,
  `blockType` varchar(50) NOT NULL DEFAULT 'generic'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `iamc_wfblockediplog`
--

INSERT INTO `iamc_wfblockediplog` (`IP`, `countryCode`, `blockCount`, `unixday`, `blockType`) VALUES
(0x00000000000000000000ffff3359ffd4, 'GB', 2, 19361, 'waf'),
(0x00000000000000000000ffffc2a9af27, 'SC', 2, 19361, 'waf'),
(0x00000000000000000000ffff141903b3, 'US', 9, 19362, 'waf'),
(0x00000000000000000000ffffc22614a1, 'UA', 1, 19362, 'waf'),
(0x00000000000000000000ffffab161c0b, 'US', 4, 19362, 'waf'),
(0x00000000000000000000ffff1460b0b7, 'US', 13, 19362, 'waf'),
(0x00000000000000000000ffffc2a9af27, 'SC', 2, 19363, 'waf'),
(0x00000000000000000000ffffc22614a1, 'UA', 1, 19358, 'waf'),
(0x00000000000000000000ffffab161c0b, 'US', 4, 19358, 'waf'),
(0x00000000000000000000ffffa7ebcc07, 'DE', 28, 19358, 'waf'),
(0x00000000000000000000ffffab161c0b, 'US', 4, 19359, 'waf'),
(0x00000000000000000000ffff4f7c0803, 'NL', 2, 19363, 'waf'),
(0x00000000000000000000ffffc22614a1, 'UA', 1, 19365, 'waf'),
(0x00000000000000000000ffff1419a204, 'US', 7, 19365, 'waf'),
(0x00000000000000000000ffffc22614a1, 'UA', 1, 19363, 'waf'),
(0x00000000000000000000ffffc2a9af27, 'SC', 2, 19364, 'waf'),
(0x00000000000000000000ffff287c36e2, 'US', 7, 19363, 'waf'),
(0x00000000000000000000ffffade69d7c, 'US', 2, 19363, 'waf'),
(0x00000000000000000000ffff2d213ac0, 'US', 2, 19362, 'waf'),
(0x00000000000000000000ffffc3c97be0, 'DE', 6, 19363, 'waf'),
(0x00000000000000000000ffffab161c0b, 'US', 4, 19363, 'waf'),
(0x00000000000000000000ffffaa409e6d, 'AU', 1, 19366, 'waf'),
(0x00000000000000000000ffffc22614a1, 'UA', 1, 19366, 'waf'),
(0x00000000000000000000ffffc18e928a, 'DE', 2, 19377, 'waf'),
(0x00000000000000000000ffff2b829ab9, 'SG', 2, 19376, 'waf'),
(0x00000000000000000000ffffc21ac0f5, 'NL', 2, 19375, 'waf'),
(0x00000000000000000000ffffc2a9af27, 'SC', 3, 19375, 'waf'),
(0x00000000000000000000ffffb9fd2a17, 'UA', 1, 19372, 'waf'),
(0x00000000000000000000ffff146bc4d3, 'IE', 2, 19372, 'waf'),
(0x00000000000000000000ffffacae6a59, 'US', 9, 19374, 'waf'),
(0x00000000000000000000ffffab161c0b, 'US', 8, 19361, 'waf'),
(0x00000000000000000000ffffc22614a1, 'UA', 1, 19353, 'waf'),
(0x00000000000000000000ffff9f41520a, 'GB', 69, 19354, 'waf'),
(0x00000000000000000000ffffab161c0b, 'US', 4, 19354, 'waf'),
(0x00000000000000000000ffffc26e7349, 'BE', 1, 19361, 'waf'),
(0x00000000000000000000ffffc22614a1, 'UA', 1, 19361, 'waf'),
(0x00000000000000000000ffffc2a9af27, 'SC', 2, 19360, 'waf'),
(0x00000000000000000000ffffab161c0b, 'US', 4, 19360, 'waf'),
(0x00000000000000000000ffff4f7c0803, 'NL', 2, 19362, 'waf'),
(0x00000000000000000000ffffc2a9af27, 'SC', 2, 19358, 'waf'),
(0x00000000000000000000ffffc22614a1, 'UA', 1, 19359, 'waf'),
(0x00000000000000000000ffff263670f6, 'MY', 2, 19370, 'waf'),
(0x00000000000000000000ffffab161c0b, 'US', 4, 19365, 'waf'),
(0x00000000000000000000ffffc21ac0e0, 'NL', 2, 19364, 'waf'),
(0x00000000000000000000ffffc22614a1, 'UA', 1, 19369, 'waf'),
(0x00000000000000000000ffff263659eb, 'JP', 4, 19369, 'waf'),
(0x00000000000000000000ffff2e038b83, 'LV', 1, 19369, 'waf'),
(0x00000000000000000000ffff29d8bc5c, 'DE', 4, 19369, 'waf'),
(0x00000000000000000000ffff263659eb, 'JP', 4, 19368, 'waf'),
(0x00000000000000000000ffffc22614a1, 'UA', 1, 19368, 'waf'),
(0x00000000000000000000ffff054bbae4, 'DE', 62, 19372, 'waf'),
(0x00000000000000000000ffff3378f2cd, 'NO', 4, 19373, 'waf'),
(0x00000000000000000000ffffc22614a1, 'UA', 1, 19373, 'waf'),
(0x00000000000000000000ffffc21ac0e0, 'NL', 2, 19373, 'waf'),
(0x00000000000000000000ffffc22614a1, 'UA', 1, 19377, 'waf'),
(0x00000000000000000000ffffc22614a1, 'UA', 3, 19381, 'waf'),
(0x00000000000000000000ffff39808127, 'FR', 2, 19380, 'waf'),
(0x00000000000000000000ffff65807f0a, 'ID', 2, 19379, 'waf'),
(0x00000000000000000000ffffc22614a1, 'UA', 1, 19371, 'waf'),
(0x00000000000000000000ffff58630c6f, 'DE', 28, 19372, 'waf'),
(0x00000000000000000000ffffc22614a1, 'UA', 2, 19372, 'waf'),
(0x00000000000000000000ffffc22614a1, 'UA', 1, 19374, 'waf'),
(0x00000000000000000000ffff55d768fd, 'DE', 1, 19374, 'waf'),
(0x00000000000000000000ffff2d5c014d, 'BR', 9, 19371, 'waf'),
(0x00000000000000000000ffffc22614a1, 'UA', 3, 19375, 'waf'),
(0x00000000000000000000ffffa51633ab, 'SG', 2, 19374, 'waf'),
(0x00000000000000000000ffffa877eb1e, 'SA', 33, 19375, 'waf'),
(0x00000000000000000000ffff054bcce3, 'DE', 34, 19376, 'waf'),
(0x00000000000000000000ffffc22614a1, 'UA', 4, 19376, 'waf'),
(0x00000000000000000000ffffc22614a1, 'UA', 3, 19378, 'waf'),
(0x00000000000000000000ffffc2a9af27, 'SC', 3, 19378, 'waf'),
(0x00000000000000000000ffffc22614a1, 'UA', 1, 19380, 'waf'),
(0x00000000000000000000ffffc2a9af27, 'SC', 3, 19381, 'waf'),
(0x00000000000000000000ffffb9f6dd2a, 'BG', 2, 19381, 'waf'),
(0x00000000000000000000ffffc22614a1, 'UA', 1, 19382, 'waf'),
(0x00000000000000000000ffffc22614a1, 'UA', 1, 19351, 'waf'),
(0x00000000000000000000ffff1476a20d, 'US', 2, 19352, 'waf'),
(0x00000000000000000000ffffab161c0b, 'US', 4, 19351, 'waf'),
(0x00000000000000000000ffff1419b44a, 'US', 4, 19351, 'waf'),
(0x00000000000000000000ffff93b69a9a, 'CA', 69, 19352, 'waf'),
(0x00000000000000000000ffff142ef84c, 'US', 3, 19351, 'waf'),
(0x00000000000000000000ffffacaed1f3, 'US', 2, 19353, 'waf'),
(0x00000000000000000000ffff416cfdfc, 'FI', 28, 19355, 'waf'),
(0x00000000000000000000ffff0d5a1f3c, 'US', 2, 19354, 'waf'),
(0x00000000000000000000ffff1476802c, 'US', 2, 19362, 'waf'),
(0x00000000000000000000ffffade69d7c, 'US', 2, 19360, 'waf'),
(0x00000000000000000000ffff2de3fe16, 'PA', 78, 19366, 'waf');

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

--
-- Table structure for table `iamc_wfblocks7`
--

CREATE TABLE `iamc_wfblocks7` (
  `id` bigint UNSIGNED NOT NULL,
  `type` int 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 NOT NULL,
  `reason` varchar(255) NOT NULL,
  `lastAttempt` int UNSIGNED DEFAULT '0',
  `blockedHits` int UNSIGNED DEFAULT '0',
  `expiration` bigint UNSIGNED NOT NULL DEFAULT '0',
  `parameters` text
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

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

--
-- Table structure for table `iamc_wfconfig`
--

CREATE TABLE `iamc_wfconfig` (
  `name` varchar(100) NOT NULL,
  `val` longblob,
  `autoload` enum('no','yes') NOT NULL DEFAULT 'yes'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `iamc_wfconfig`
--

INSERT INTO `iamc_wfconfig` (`name`, `val`, `autoload`) VALUES
('alertOn_update', 0x30, 'yes'),
('alertOn_scanIssues', 0x31, 'yes'),
('alertOn_throttle', 0x30, 'yes'),
('alertOn_block', 0x31, 'yes'),
('alertOn_loginLockout', 0x31, 'yes'),
('alertOn_breachLogin', 0x31, 'yes'),
('alertOn_lostPasswdForm', 0x31, 'yes'),
('alertOn_adminLogin', 0x31, 'yes'),
('alertOn_firstAdminLoginOnly', 0x30, 'yes'),
('alertOn_nonAdminLogin', 0x30, 'yes'),
('alertOn_firstNonAdminLoginOnly', 0x30, 'yes'),
('alertOn_wordfenceDeactivated', 0x31, 'yes'),
('alertOn_wafDeactivated', 0x31, 'yes'),
('liveTrafficEnabled', 0x30, 'yes'),
('advancedCommentScanning', 0x31, 'yes'),
('checkSpamIP', 0x31, 'yes'),
('spamvertizeCheck', 0x31, 'yes'),
('liveTraf_ignorePublishers', 0x31, 'yes'),
('liveTraf_displayExpandedRecords', 0x30, 'no'),
('scheduledScansEnabled', 0x31, 'yes'),
('lowResourceScansEnabled', 0x30, 'yes'),
('scansEnabled_checkGSB', 0x31, 'yes'),
('scansEnabled_checkHowGetIPs', 0x31, 'yes'),
('scansEnabled_core', 0x31, 'yes'),
('scansEnabled_themes', 0x30, 'yes'),
('scansEnabled_plugins', 0x30, 'yes'),
('scansEnabled_coreUnknown', 0x31, 'yes'),
('scansEnabled_malware', 0x31, 'yes'),
('scansEnabled_fileContents', 0x31, 'yes'),
('scansEnabled_fileContentsGSB', 0x31, 'yes'),
('scansEnabled_checkReadableConfig', 0x31, 'yes'),
('scansEnabled_suspectedFiles', 0x31, 'yes'),
('scansEnabled_posts', 0x31, 'yes'),
('scansEnabled_comments', 0x31, 'yes'),
('scansEnabled_suspiciousOptions', 0x31, 'yes'),
('scansEnabled_passwds', 0x31, 'yes'),
('scansEnabled_diskSpace', 0x31, 'yes'),
('scansEnabled_wafStatus', 0x31, 'yes'),
('scansEnabled_options', 0x31, 'yes'),
('scansEnabled_wpscan_fullPathDisclosure', 0x31, 'yes'),
('scansEnabled_wpscan_directoryListingEnabled', 0x31, 'yes'),
('scansEnabled_scanImages', 0x30, 'yes'),
('scansEnabled_highSense', 0x30, 'yes'),
('scansEnabled_oldVersions', 0x31, 'yes'),
('scansEnabled_suspiciousAdminUsers', 0x31, 'yes'),
('liveActivityPauseEnabled', 0x31, 'yes'),
('firewallEnabled', 0x31, 'yes'),
('autoBlockScanners', 0x31, 'yes'),
('loginSecurityEnabled', 0x31, 'yes'),
('loginSec_strongPasswds_enabled', 0x31, 'yes'),
('loginSec_breachPasswds_enabled', 0x31, 'yes'),
('loginSec_lockInvalidUsers', 0x31, 'yes'),
('loginSec_maskLoginErrors', 0x31, 'yes'),
('loginSec_blockAdminReg', 0x31, 'yes'),
('loginSec_disableAuthorScan', 0x31, 'yes'),
('loginSec_disableOEmbedAuthor', 0x30, 'yes'),
('loginSec_requireAdminTwoFactor', 0x30, 'yes'),
('notification_updatesNeeded', 0x31, 'yes'),
('notification_securityAlerts', 0x31, 'yes'),
('notification_promotions', 0x31, 'yes'),
('notification_blogHighlights', 0x31, 'yes'),
('notification_productUpdates', 0x31, 'yes'),
('notification_scanStatus', 0x31, 'yes'),
('other_hideWPVersion', 0x30, 'yes'),
('other_blockBadPOST', 0x31, 'yes'),
('other_scanComments', 0x31, 'yes'),
('other_pwStrengthOnUpdate', 0x31, 'yes'),
('other_WFNet', 0x31, 'yes'),
('other_scanOutside', 0x30, 'yes'),
('other_bypassLitespeedNoabort', 0x30, 'yes'),
('deleteTablesOnDeact', 0x30, 'yes'),
('autoUpdate', 0x31, 'yes'),
('startScansRemotely', 0x30, 'yes'),
('disableConfigCaching', 0x30, 'yes'),
('addCacheComment', 0x30, 'yes'),
('disableCodeExecutionUploads', 0x30, 'yes'),
('allowHTTPSCaching', 0x30, 'yes'),
('debugOn', 0x30, 'yes'),
('email_summary_enabled', 0x31, 'yes'),
('email_summary_dashboard_widget_enabled', 0x31, 'yes'),
('ssl_verify', 0x31, 'yes'),
('ajaxWatcherDisabled_front', 0x30, 'yes'),
('ajaxWatcherDisabled_admin', 0x30, 'yes'),
('wafAlertOnAttacks', 0x31, 'yes'),
('disableWAFIPBlocking', 0x30, 'yes'),
('showAdminBarMenu', 0x31, 'yes'),
('displayTopLevelOptions', 0x31, 'yes'),
('displayTopLevelBlocking', 0x30, 'yes'),
('displayTopLevelLiveTraffic', 0x30, 'yes'),
('displayAutomaticBlocks', 0x31, 'yes'),
('allowLegacy2FA', 0x30, 'yes'),
('scan_include_extra', '', 'yes'),
('alertEmails', 0x737570706f72744069616d6374762e636f6d, 'yes'),
('liveTraf_ignoreUsers', '', 'yes'),
('liveTraf_ignoreIPs', '', 'yes'),
('liveTraf_ignoreUA', '', 'yes'),
('maxMem', 0x323536, 'yes'),
('scan_exclude', 0x77702d636f6e74656e742f706c7567696e732f776f726470726573732d73656f2f7372632f6275696c646572732f696e64657861626c652d686f6d652d706167652d6275696c6465722e706870, 'yes'),
('scan_maxIssues', 0x31303030, 'yes'),
('scan_maxDuration', '', 'yes'),
('whitelisted', '', 'yes'),
('whitelistedServices', 0x7b7d, 'yes'),
('bannedURLs', '', 'yes'),
('maxExecutionTime', 0x30, 'yes'),
('howGetIPs', '', 'yes'),
('actUpdateInterval', 0x32, 'yes'),
('alert_maxHourly', 0x30, 'yes'),
('loginSec_userBlacklist', 0x61646d696e0a69616d6374760a69616d63747661646d696e0a696e7465726e6174696f6e616c6166726963616e6d6f7669656368616e6e656c, 'yes'),
('liveTraf_maxRows', 0x32303030, 'yes'),
('liveTraf_maxAge', 0x3330, 'yes'),
('neverBlockBG', 0x6e65766572426c6f636b5665726966696564, 'yes'),
('loginSec_countFailMins', 0x3630, 'yes'),
('loginSec_lockoutMins', 0x3836343030, 'yes'),
('loginSec_strongPasswds', 0x70756273, 'yes'),
('loginSec_breachPasswds', 0x61646d696e73, 'yes'),
('loginSec_maxFailures', 0x33, 'yes'),
('loginSec_maxForgotPasswd', 0x33, 'yes'),
('maxGlobalRequests', 0x44495341424c4544, 'yes'),
('maxGlobalRequests_action', 0x7468726f74746c65, 'yes'),
('maxRequestsCrawlers', 0x44495341424c4544, 'yes'),
('maxRequestsCrawlers_action', 0x7468726f74746c65, 'yes'),
('maxRequestsHumans', 0x44495341424c4544, 'yes'),
('maxRequestsHumans_action', 0x7468726f74746c65, 'yes'),
('max404Crawlers', 0x44495341424c4544, 'yes'),
('max404Crawlers_action', 0x7468726f74746c65, 'yes'),
('max404Humans', 0x44495341424c4544, 'yes'),
('max404Humans_action', 0x7468726f74746c65, 'yes'),
('blockedTime', 0x333030, 'yes'),
('email_summary_interval', 0x7765656b6c79, 'yes'),
('email_summary_excluded_directories', 0x77702d636f6e74656e742f63616368652c77702d636f6e74656e742f77666c6f6773, 'yes'),
('allowed404s', 0x2f66617669636f6e2e69636f0a2f6170706c652d746f7563682d69636f6e2a2e706e670a2f2a4032782e706e670a2f62726f77736572636f6e6669672e786d6c, 'yes'),
('wafAlertWhitelist', '', 'yes'),
('wafAlertInterval', 0x363030, 'yes'),
('wafAlertThreshold', 0x313030, 'yes'),
('howGetIPs_trusted_proxies', '', 'yes'),
('scanType', 0x7374616e64617264, 'yes'),
('manualScanType', 0x6f6e63654461696c79, 'yes'),
('schedStartHour', 0x3138, 'yes'),
('schedMode', 0x6175746f, 'yes'),
('cbl_loggedInBlocked', '', 'yes'),
('cbl_action', 0x626c6f636b, 'yes'),
('cbl_redirURL', '', 'yes'),
('cbl_bypassRedirURL', '', 'yes'),
('cbl_bypassRedirDest', '', 'yes'),
('cbl_bypassViewURL', '', 'yes'),
('loginSec_enableSeparateTwoFactor', '', 'yes'),
('blockCustomText', '', 'yes'),
('alertOn_severityLevel', 0x3235, 'yes'),
('apiKey', 0x3632306538663965643863313265656436356430636336343731656431303962393835666266346464393034333265616130623965383264663137633065656130653636363236383739323633313764653231373932616262653538653561623864616564616534613835343434313761346538376330633333663563313434, 'yes'),
('keyType', 0x66726565, 'yes'),
('isPaid', '', 'yes'),
('betaThreatDefenseFeed', 0x30, 'yes'),
('timeoffset_wf_updated', 0x31363538363331363933, 'yes'),
('cacheType', 0x64697361626c6564, 'yes'),
('detectProxyRecommendation', 0x52454d4f54455f41444452, 'no'),
('dismissAutoPrependNotice', 0x30, 'yes'),
('onboardingAttempt1', 0x6c6963656e7365, 'yes'),
('onboardingAttempt2', '', 'no'),
('onboardingAttempt3', '', 'no'),
('onboardingAttempt3Initial', 0x30, 'yes'),
('needsNewTour_dashboard', 0x31, 'yes'),
('needsNewTour_firewall', 0x31, 'yes'),
('needsNewTour_scan', 0x31, 'yes'),
('needsNewTour_blocking', 0x31, 'yes'),
('needsNewTour_livetraffic', 0x31, 'yes'),
('needsNewTour_loginsecurity', 0x31, 'yes'),
('needsUpgradeTour_dashboard', 0x30, 'yes'),
('needsUpgradeTour_firewall', 0x30, 'yes'),
('needsUpgradeTour_scan', 0x30, 'yes'),
('needsUpgradeTour_blocking', 0x30, 'yes'),
('needsUpgradeTour_livetraffic', 0x30, 'yes'),
('needsUpgradeTour_loginsecurity', 0x30, 'yes'),
('supportContent', 0x7b22746f70223a5b7b227469746c65223a22426c6f636b696e672054726f75626c6573686f6f74696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f626c6f636b696e675c2f74726f75626c6573686f6f74696e675c2f222c226f72646572223a307d2c7b227469746c65223a224f7074696d697a696e6720546865204669726577616c6c222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f6f7074696d697a696e672d7468652d6669726577616c6c5c2f222c226f72646572223a317d2c7b227469746c65223a22576f726466656e636520576562204170706c69636174696f6e204669726577616c6c202857414629222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f222c226f72646572223a327d2c7b227469746c65223a225363616e2054726f75626c6573686f6f74696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f7363616e5c2f74726f75626c6573686f6f74696e675c2f222c226f72646572223a337d2c7b227469746c65223a22576f726466656e636520616e64204c6974655370656564222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f616476616e6365645c2f73797374656d2d726571756972656d656e74735c2f6c69746573706565645c2f222c226f72646572223a347d2c7b227469746c65223a2254776f2d466163746f722041757468656e7469636174696f6e222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f746f6f6c735c2f74776f2d666163746f722d61757468656e7469636174696f6e5c2f222c226f72646572223a357d2c7b227469746c65223a224669726577616c6c204c6561726e696e67204d6f6465222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f6c6561726e696e672d6d6f64655c2f222c226f72646572223a367d2c7b227469746c65223a225363616e20526573756c7473222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f7363616e5c2f7363616e2d726573756c74735c2f222c226f72646572223a377d2c7b227469746c65223a224920616d206c6f636b6564206f7574206f66206d792073697465222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f626c6f636b696e675c2f23692d616d2d6c6f636b65642d6f75742d6f662d6d792d73697465222c226f72646572223a387d2c7b227469746c65223a2250485020466174616c206572726f723a204661696c6564206f70656e696e6720726571756972656420776f726466656e63652d7761662e706870222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f237068702d666174616c2d6572726f722d6661696c65642d6f70656e696e672d72657175697265642d776f726466656e63652d7761662d706870222c226f72646572223a397d5d2c22616c6c223a5b7b227469746c65223a22576f726466656e63652046726565222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f776f726466656e63652d667265655c2f222c2265786365727074223a22576f726466656e6365204672656520697320616e20616c6c2d696e2d6f6e6520736563757269747920736f6c7574696f6e20666f7220576f72645072657373207765627369746573207468617420696e636c7564657320616e20656e64706f696e74206669726577616c6c2c207365637572697479207363616e6e65722c206c6f67696e2073656375726974792c20616c657274732c2063656e7472616c697a6564206d616e6167656d656e742c20616e64206d6f72652e222c226f72646572223a307d2c7b227469746c65223a22576f726466656e6365205072656d69756d222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f776f726466656e63652d7072656d69756d5c2f222c2265786365727074223a22576f726466656e6365205072656d69756d20636f6d65732077697468207265616c2d74696d65206669726577616c6c2070726f74656374696f6e2c207265616c2d74696d65207363616e207369676e6174757265732c20616e204950206164647265737320626c6f636b6c6973742c20636f756e74727920626c6f636b696e672c20616e64205072656d69756d20737570706f72742e222c226f72646572223a317d2c7b227469746c65223a22576f726466656e63652043617265222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f776f726466656e63652d636172655c2f222c2265786365727074223a22576f726466656e6365204361726520697320666f7220627573696e657373206f776e6572732077686f20706c6163652061207072656d69756d206f6e2074686569722074696d652e204f7572207465616d20696e7374616c6c732c20636f6e666967757265732c206f7074696d697a65732c20616e64206d61696e7461696e7320796f757220576f7264507265737320736974652073656375726974792e222c226f72646572223a327d2c7b227469746c65223a22576f726466656e636520526573706f6e7365222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f776f726466656e63652d726573706f6e73655c2f222c2265786365727074223a22576f726466656e636520526573706f6e736520697320666f72206d697373696f6e2d637269746963616c20576f72645072657373207765627369746573207468617420726571756972652032345c2f375c2f333635207365637572697479206d6f6e69746f72696e672077697468206120312d686f757220726573706f6e73652074696d6520616e642032342d686f75722072656d6564696174696f6e2e222c226f72646572223a337d2c7b227469746c65223a22496e636964656e7420526573706f6e7365205365727669636573222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f696e636964656e742d726573706f6e73652d73657276696365735c2f222c2265786365727074223a224c6574206f6e65206f66206f757220536563757269747920416e616c797374732068656c7020796f7520636c65616e20796f757220696e6665637465642073697465206f7220696e737065637420697420666f722076756c6e65726162696c69746965732e222c226f72646572223a347d2c7b227469746c65223a224c6963656e7365204b6579222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6170692d6b65795c2f222c2265786365727074223a22416c6c20576f726466656e636520696e7374616c6c6174696f6e73206e6565642061206c6963656e7365206b65792c20616c736f206b6e6f776e20617320616e204150492d6b65792e20546865206b65792063616e20626520612066726565206b6579206f722061205072656d69756d206b65792e20222c226f72646572223a357d2c7b227469746c65223a224163636f756e7420616e642042696c6c696e6720486973746f7279222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6163636f756e745c2f222c2265786365727074223a22486f7720746f206e6176696761746520616e642075736520796f757220576f726466656e6365206163636f756e742e222c226f72646572223a367d2c7b227469746c65223a22576f726466656e63652043656e7472616c222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f63656e7472616c5c2f222c2265786365727074223a22576f726466656e63652043656e7472616c2070726f7669646573206120706f77657266756c20616e6420656666696369656e742077617920746f206d616e61676520746865207365637572697479206f66206d616e7920576f726450726573732073697465732076696120612073696e676c6520696e746572666163652e222c226368696c6472656e223a5b7b227469746c65223a22436f6e6e656374696e6720796f757220736974657320746f20576f726466656e63652043656e7472616c222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f63656e7472616c5c2f636f6e6e6563745c2f222c226f72646572223a307d2c7b227469746c65223a2253657474696e672075702074776f2d666163746f722061757468656e7469636174696f6e222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f63656e7472616c5c2f3266615c2f222c226f72646572223a317d2c7b227469746c65223a225573696e67207468652044617368626f6172642070616765222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f63656e7472616c5c2f63656e7472616c5c2f222c226f72646572223a327d2c7b227469746c65223a225573696e672074686520436f6e66696775726174696f6e2070616765222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f63656e7472616c5c2f636f6e66696775726174696f6e5c2f222c226f72646572223a337d2c7b227469746c65223a225573696e6720576f726466656e636520706c7567696e206f7074696f6e732054656d706c61746573222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f63656e7472616c5c2f74656d706c617465735c2f222c226f72646572223a347d2c7b227469746c65223a225573696e67207468652053657474696e67732070616765222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f63656e7472616c5c2f73657474696e67735c2f222c226f72646572223a357d2c7b227469746c65223a225573696e6720576f726466656e63652043656e7472616c205465616d73222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f63656e7472616c5c2f7465616d735c2f222c226f72646572223a367d2c7b227469746c65223a2256696577696e67207363616e2046696e64696e6773222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f63656e7472616c5c2f66696e64696e67735c2f222c226f72646572223a377d5d2c226f72646572223a377d2c7b227469746c65223a2244617368626f617264222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f64617368626f6172645c2f222c2265786365727074223a2254686520576f726466656e63652044617368626f6172642070726f766964657320696e736967687420696e746f207468652063757272656e74207374617465206f6620796f75722073697465e28099732073656375726974792e222c226368696c6472656e223a5b7b227469746c65223a224f7074696f6e73222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f64617368626f6172645c2f6f7074696f6e735c2f222c226f72646572223a307d2c7b227469746c65223a22416c65727473222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f64617368626f6172645c2f616c657274735c2f222c226f72646572223a317d5d2c226f72646572223a387d2c7b227469746c65223a224669726577616c6c222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f222c2265786365727074223a2254686520576f726466656e636520576562204170706c69636174696f6e204669726577616c6c2069732061205048502062617365642c206170706c69636174696f6e206c6576656c206669726577616c6c20746861742066696c74657273206f7574206d616c6963696f757320726571756573747320746f20796f757220736974652e20222c226368696c6472656e223a5b7b227469746c65223a224f7074696d697a696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f6f7074696d697a696e672d7468652d6669726577616c6c5c2f222c226f72646572223a307d2c7b227469746c65223a224c6561726e696e67204d6f6465222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f6c6561726e696e672d6d6f64655c2f222c226f72646572223a317d2c7b227469746c65223a2253746174697374696373222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f737461746973746963735c2f222c226f72646572223a327d2c7b227469746c65223a224f7074696f6e73222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f6f7074696f6e735c2f222c226f72646572223a337d2c7b227469746c65223a224d7953514c692073746f7261676520656e67696e65222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f6d7973716c692d73746f726167652d656e67696e655c2f222c226f72646572223a347d2c7b227469746c65223a22427275746520466f7263652050726f74656374696f6e222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f62727574652d666f7263655c2f222c226f72646572223a357d2c7b227469746c65223a2252617465204c696d6974696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f726174652d6c696d6974696e675c2f222c226f72646572223a367d2c7b227469746c65223a2254726f75626c6573686f6f74696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f74726f75626c6573686f6f74696e675c2f222c226f72646572223a377d5d2c226f72646572223a397d2c7b227469746c65223a22426c6f636b696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f626c6f636b696e675c2f222c2265786365727074223a2241736964652066726f6d20746865206669726577616c6c2072756c657320746861742070726f7465637420616761696e737420766172696f75732061747461636b732c20576f726466656e636520616c736f2068617320637573746f6d20666561747572657320666f72206164646974696f6e616c20626c6f636b696e672e20222c226368696c6472656e223a5b7b227469746c65223a22436f756e74727920426c6f636b696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f626c6f636b696e675c2f636f756e7472792d626c6f636b696e675c2f222c226f72646572223a307d2c7b227469746c65223a22426c6f636b696e672054726f75626c6573686f6f74696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f626c6f636b696e675c2f74726f75626c6573686f6f74696e675c2f222c226f72646572223a317d5d2c226f72646572223a31307d2c7b227469746c65223a225363616e222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f7363616e5c2f222c2265786365727074223a224120576f726466656e6365207363616e206578616d696e657320616c6c2066696c6573206f6e20796f757220576f726450726573732077656273697465206c6f6f6b696e6720666f72206d616c6963696f757320636f64652c206261636b646f6f72732c20616e64207368656c6c732074686174206861636b657273206861766520696e7374616c6c65642e20497420616c736f207363616e7320666f72206b6e6f776e206d616c6963696f75732055524c7320616e64206b6e6f776e207061747465726e73206f6620696e66656374696f6e732e222c226368696c6472656e223a5b7b227469746c65223a224f7074696f6e73222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f7363616e5c2f6f7074696f6e735c2f222c226f72646572223a307d2c7b227469746c65223a22526573756c7473222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f7363616e5c2f7363616e2d726573756c74735c2f222c226f72646572223a317d2c7b227469746c65223a225363686564756c696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f7363616e5c2f7363686564756c696e675c2f222c226f72646572223a327d2c7b227469746c65223a2254726f75626c6573686f6f74696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f7363616e5c2f74726f75626c6573686f6f74696e675c2f222c226f72646572223a337d5d2c226f72646572223a31317d2c7b227469746c65223a22546f6f6c73222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f746f6f6c735c2f222c2265786365727074223a22576f726466656e636520546f6f6c7320696e636c756465204c697665205472616666696320616e616c797369732c2057484f4953204c6f6f6b75702c20496d706f72745c2f4578706f7274204f7074696f6e732c20616e6420446961676e6f73746963732e222c226368696c6472656e223a5b7b227469746c65223a224c6976652054726166666963222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f746f6f6c735c2f6c6976652d747261666669635c2f222c226f72646572223a307d2c7b227469746c65223a2257484f4953204c6f6f6b7570222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f746f6f6c735c2f77686f69732d6c6f6f6b75705c2f222c226f72646572223a317d2c7b227469746c65223a22496d706f72745c2f4578706f7274222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f746f6f6c735c2f696d706f72742d6578706f72745c2f222c226f72646572223a327d2c7b227469746c65223a22446961676e6f7374696373222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f746f6f6c735c2f646961676e6f73746963735c2f222c226f72646572223a337d2c7b227469746c65223a224c65676163792054776f2d466163746f722041757468656e7469636174696f6e222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f746f6f6c735c2f6c65676163792d74776f2d666163746f722d61757468656e7469636174696f6e5c2f222c226f72646572223a347d2c7b227469746c65223a2254776f2d466163746f722041757468656e7469636174696f6e222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f746f6f6c735c2f74776f2d666163746f722d61757468656e7469636174696f6e5c2f222c226f72646572223a357d5d2c226f72646572223a31327d2c7b227469746c65223a224c6f67696e205365637572697479222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6c6f67696e2d73656375726974795c2f222c2265786365727074223a22546865204c6f67696e20536563757269747920706167652063757272656e746c7920636f6e7461696e732073657474696e677320666f722074776f2d666163746f722061757468656e7469636174696f6e20283246412920616e64207265434150544348412e20496e20612066757475726520576f726466656e63652076657273696f6e2c206578697374696e67206c6f67696e2d72656c617465642066656174757265732077696c6c20616c736f206d6f766520746f207468652073616d6520706167652e222c226f72646572223a31337d2c7b227469746c65223a22416476616e636564222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f616476616e6365645c2f222c2265786365727074223a22496620796f752077616e7420746f206b6e6f77206d6f72652061626f75742074686520746563686e6963616c2064657461696c73206f6620576f726466656e63652c20796f752077696c6c2066696e642074686520616e737765727320696e20746869732073656374696f6e2e222c226368696c6472656e223a5b7b227469746c65223a2253797374656d20726571756972656d656e7473222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f616476616e6365645c2f73797374656d2d726571756972656d656e74735c2f222c226f72646572223a307d2c7b227469746c65223a224368616e67656c6f67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f616476616e6365645c2f6368616e67656c6f675c2f222c226f72646572223a317d2c7b227469746c65223a2252656d6f7665206f72205265736574222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f616476616e6365645c2f72656d6f76652d6f722d72657365745c2f222c226f72646572223a327d2c7b227469746c65223a22546563686e6963616c2044657461696c73222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f616476616e6365645c2f746563686e6963616c2d64657461696c735c2f222c226f72646572223a337d2c7b227469746c65223a22436f6e7374616e7473222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f616476616e6365645c2f636f6e7374616e74735c2f222c226f72646572223a347d2c7b227469746c65223a22576f726466656e636520415049222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f616476616e6365645c2f776f726466656e63652d6170695c2f222c226f72646572223a357d2c7b227469746c65223a2254726f75626c6573686f6f74696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f616476616e6365645c2f74726f75626c6573686f6f74696e675c2f222c226f72646572223a367d2c7b227469746c65223a22506c7567696e205c2f205468656d6520436f6e666c69637473222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f616476616e6365645c2f706c7567696e2d7468656d652d636f6e666c696374735c2f222c226f72646572223a377d5d2c226f72646572223a31347d2c7b227469746c65223a22576f726466656e636520616e642047445052202d2047656e6572616c20446174612050726f74656374696f6e20526567756c6174696f6e222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f67656e6572616c2d646174612d70726f74656374696f6e2d726567756c6174696f6e5c2f222c2265786365727074223a2244656669616e742c2074686520636f6d70616e7920626568696e6420576f726466656e63652c20686173207570646174656420697473207465726d73206f66207573652c207072697661637920706f6c696369657320616e6420736f6674776172652c2061732077656c6c206173206d61646520617661696c61626c65207374616e6461726420636f6e747261637475616c20636c617573657320746f206d656574204744505220636f6d706c69616e63652e20437573746f6d657273206d7573742072657669657720616e6420616772656520746f2075706461746564207465726d7320696e206f7264657220746f20636f6e74696e7565207573696e67206f75722070726f647563747320616e642073657276696365732e222c226368696c6472656e223a5b7b227469746c65223a225375622d50726f636573736f7273204c697374222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f67656e6572616c2d646174612d70726f74656374696f6e2d726567756c6174696f6e5c2f7375622d70726f636573736f72732d6c6973745c2f222c226f72646572223a307d5d2c226f72646572223a31357d2c7b227469746c65223a224c6f67696e20536563757269747920506c7567696e222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6c6f67696e2d73656375726974792d706c7567696e5c2f222c2265786365727074223a2254686520576f726466656e6365204c6f67696e20536563757269747920706c7567696e20636f6e7461696e73206120737562736574206f662074686520666561747572657320666f756e6420696e207468652066756c6c20576f726466656e636520706c7567696e3a2054776f2d666163746f722041757468656e7469636174696f6e2c20584d4c2d5250432050726f74656374696f6e20616e64204c6f67696e205061676520434150544348412e20497420697320696465616c20666f722073697465732074686174206e656564206c6f67696e2073656375726974792066756e6374696f6e616c69747920627574206569746865722063616ee2809974206f7220646f6ee28099742077616e7420746f2072756e207468652066756c6c20576f726466656e636520706c7567696e2e222c226f72646572223a31367d5d7d, 'yes'),
('supportHash', 0x62396135653332373063373637613164313739303762393930383265633039333237646333383232393634353730656163616538303333643834363434366434, 'yes');
INSERT INTO `iamc_wfconfig` (`name`, `val`, `autoload`) VALUES
('whitelistPresets', 0x7b22776f726466656e6365223a7b226e223a22576f726466656e6365222c2268223a747275652c2264223a747275652c2266223a747275652c2272223a5b2235342e36382e33322e323437222c2236392e34362e33362e305c2f3237222c22323630353a323430303a303130343a303130303a3a5c2f3536225d7d2c22737563757269223a7b226e223a22537563757269222c2264223a747275652c2272223a5b2239372e37342e3132372e313731222c2236392e3136342e3230332e313732222c223137332e3233302e3132382e313335222c2236362e3232382e33342e3439222c2236362e3232382e34302e313835222c2235302e3131362e33362e3932222c2235302e3131362e33362e3933222c2235302e3131362e332e313731222c223139382e35382e39362e323132222c2235302e3131362e36332e323231222c223139322e3135352e39322e313132222c223139322e38312e3132382e3331222c223139382e35382e3130362e323434222c223139322e3135352e39352e313339222c2232332e3233392e392e323237222c223139382e35382e3131322e313033222c223139322e3135352e39342e3433222c223136322e3231362e31362e3333222c223137332e3235352e3233332e313234222c223137332e3235352e3233332e313234222c223139322e3135352e39302e313739222c2235302e3131362e34312e323137222c223139322e38312e3132392e323237222c223139382e35382e3131312e3830222c223136322e3231362e31392e313833225d7d2c2266616365626f6f6b223a7b226e223a2246616365626f6f6b222c2264223a747275652c2272223a5b2236392e36332e3137362e305c2f3230222c2236362e3232302e3134342e305c2f3230222c2236362e3232302e3134342e305c2f3231222c2236392e36332e3138342e305c2f3231222c2236392e36332e3137362e305c2f3231222c2237342e3131392e37362e305c2f3232222c2236392e3137312e3235352e305c2f3234222c223137332e3235322e36342e305c2f3138222c2236392e3137312e3232342e305c2f3139222c2236392e3137312e3232342e305c2f3230222c223130332e342e39362e305c2f3232222c2236392e36332e3137362e305c2f3234222c223137332e3235322e36342e305c2f3139222c223137332e3235322e37302e305c2f3234222c2233312e31332e36342e305c2f3138222c2233312e31332e32342e305c2f3231222c2236362e3232302e3135322e305c2f3231222c2236362e3232302e3135392e305c2f3234222c2236392e3137312e3233392e305c2f3234222c2236392e3137312e3234302e305c2f3230222c2233312e31332e36342e305c2f3139222c2233312e31332e36342e305c2f3234222c2233312e31332e36352e305c2f3234222c2233312e31332e36372e305c2f3234222c2233312e31332e36382e305c2f3234222c2233312e31332e36392e305c2f3234222c2233312e31332e37302e305c2f3234222c2233312e31332e37312e305c2f3234222c2233312e31332e37322e305c2f3234222c2233312e31332e37332e305c2f3234222c2233312e31332e37342e305c2f3234222c2233312e31332e37352e305c2f3234222c2233312e31332e37362e305c2f3234222c2233312e31332e37372e305c2f3234222c2233312e31332e39362e305c2f3139222c2233312e31332e36362e305c2f3234222c223137332e3235322e39362e305c2f3139222c2236392e36332e3137382e305c2f3234222c2233312e31332e37382e305c2f3234222c2233312e31332e37392e305c2f3234222c2233312e31332e38302e305c2f3234222c2233312e31332e38322e305c2f3234222c2233312e31332e38332e305c2f3234222c2233312e31332e38342e305c2f3234222c2233312e31332e38352e305c2f3234222c2233312e31332e38362e305c2f3234222c2233312e31332e38372e305c2f3234222c2233312e31332e38382e305c2f3234222c2233312e31332e38392e305c2f3234222c2233312e31332e39302e305c2f3234222c2233312e31332e39312e305c2f3234222c2233312e31332e39322e305c2f3234222c2233312e31332e39332e305c2f3234222c2233312e31332e39342e305c2f3234222c2233312e31332e39352e305c2f3234222c2236392e3137312e3235332e305c2f3234222c2236392e36332e3138362e305c2f3234222c2233312e31332e38312e305c2f3234222c223137392e36302e3139322e305c2f3232222c223137392e36302e3139322e305c2f3234222c223137392e36302e3139332e305c2f3234222c223137392e36302e3139342e305c2f3234222c223137392e36302e3139352e305c2f3234222c223138352e36302e3231362e305c2f3232222c2234352e36342e34302e305c2f3232222c223138352e36302e3231362e305c2f3234222c223138352e36302e3231372e305c2f3234222c223138352e36302e3231382e305c2f3234222c223138352e36302e3231392e305c2f3234222c223132392e3133342e302e305c2f3136222c223135372e3234302e302e305c2f3136222c223135372e3234302e382e305c2f3234222c223135372e3234302e302e305c2f3234222c223135372e3234302e312e305c2f3234222c223135372e3234302e322e305c2f3234222c223135372e3234302e332e305c2f3234222c223135372e3234302e342e305c2f3234222c223135372e3234302e352e305c2f3234222c223135372e3234302e362e305c2f3234222c223135372e3234302e372e305c2f3234222c223135372e3234302e392e305c2f3234222c223135372e3234302e31302e305c2f3234222c223135372e3234302e31362e305c2f3234222c223135372e3234302e31392e305c2f3234222c223135372e3234302e31312e305c2f3234222c223135372e3234302e31322e305c2f3234222c223135372e3234302e31332e305c2f3234222c223135372e3234302e31342e305c2f3234222c223135372e3234302e31352e305c2f3234222c223135372e3234302e31372e305c2f3234222c223135372e3234302e31382e305c2f3234222c223135372e3234302e32302e305c2f3234222c223135372e3234302e32312e305c2f3234222c223135372e3234302e32322e305c2f3234222c223135372e3234302e32332e305c2f3234222c223135372e3234302e302e305c2f3137222c2236392e3137312e3235302e305c2f3234222c223135372e3234302e32342e305c2f3234222c223135372e3234302e32352e305c2f3234222c223139392e3230312e36342e305c2f3234222c223139392e3230312e36352e305c2f3234222c223139392e3230312e36342e305c2f3232222c223230342e31352e32302e305c2f3232222c223135372e3234302e3139322e305c2f3234222c223132392e3133342e302e305c2f3137222c223230342e31352e32302e305c2f3232222c2236392e36332e3137362e305c2f3230222c2236392e36332e3137362e305c2f3231222c2236392e36332e3138342e305c2f3231222c2236362e3232302e3134342e305c2f3230222c2236392e36332e3137362e305c2f3230222c22323632303a303a316330303a3a5c2f3430222c22326130333a323838303a3a5c2f3332222c22326130333a323838303a666666653a3a5c2f3438222c22326130333a323838303a666666663a3a5c2f3438222c22323632303a303a316366663a3a5c2f3438222c22326130333a323838303a663030303a3a5c2f3438222c22326130333a323838303a663030313a3a5c2f3438222c22326130333a323838303a663030323a3a5c2f3438222c22326130333a323838303a663030333a3a5c2f3438222c22326130333a323838303a663030343a3a5c2f3438222c22326130333a323838303a663030353a3a5c2f3438222c22326130333a323838303a663030363a3a5c2f3438222c22326130333a323838303a663030373a3a5c2f3438222c22326130333a323838303a663030383a3a5c2f3438222c22326130333a323838303a663030393a3a5c2f3438222c22326130333a323838303a663030613a3a5c2f3438222c22326130333a323838303a663030623a3a5c2f3438222c22326130333a323838303a663030633a3a5c2f3438222c22326130333a323838303a663030643a3a5c2f3438222c22326130333a323838303a663030653a3a5c2f3438222c22326130333a323838303a663030663a3a5c2f3438222c22326130333a323838303a663031303a3a5c2f3438222c22326130333a323838303a663031313a3a5c2f3438222c22326130333a323838303a663031323a3a5c2f3438222c22326130333a323838303a663031333a3a5c2f3438222c22326130333a323838303a663031343a3a5c2f3438222c22326130333a323838303a663031353a3a5c2f3438222c22326130333a323838303a663031363a3a5c2f3438222c22326130333a323838303a663031373a3a5c2f3438222c22326130333a323838303a663031383a3a5c2f3438222c22326130333a323838303a663031393a3a5c2f3438222c22326130333a323838303a663031613a3a5c2f3438222c22326130333a323838303a663031623a3a5c2f3438222c22326130333a323838303a663031633a3a5c2f3438222c22326130333a323838303a663031643a3a5c2f3438222c22326130333a323838303a663031653a3a5c2f3438222c22326130333a323838303a663031663a3a5c2f3438222c22326130333a323838303a313030303a3a5c2f3336222c22326130333a323838303a323030303a3a5c2f3336222c22326130333a323838303a333030303a3a5c2f3336222c22326130333a323838303a343030303a3a5c2f3336222c22326130333a323838303a353030303a3a5c2f3336222c22326130333a323838303a363030303a3a5c2f3336222c22326130333a323838303a373030303a3a5c2f3336222c22326130333a323838303a663032303a3a5c2f3438222c22326130333a323838303a663032313a3a5c2f3438222c22326130333a323838303a663032323a3a5c2f3438222c22326130333a323838303a663032333a3a5c2f3438222c22326130333a323838303a663032343a3a5c2f3438222c22326130333a323838303a663032353a3a5c2f3438222c22326130333a323838303a663032363a3a5c2f3438222c22326130333a323838303a663032373a3a5c2f3438222c22326130333a323838303a663032383a3a5c2f3438222c22326130333a323838303a663032393a3a5c2f3438222c22326130333a323838303a663032623a3a5c2f3438222c22326130333a323838303a663032633a3a5c2f3438222c22326130333a323838303a663032643a3a5c2f3438222c22326130333a323838303a663032653a3a5c2f3438222c22326130333a323838303a663032663a3a5c2f3438222c22326130333a323838303a663033303a3a5c2f3438222c22326130333a323838303a663033313a3a5c2f3438222c22326130333a323838303a663033323a3a5c2f3438222c22326130333a323838303a663033333a3a5c2f3438222c22326130333a323838303a663033343a3a5c2f3438222c22326130333a323838303a663033353a3a5c2f3438222c22326130333a323838303a663033363a3a5c2f3438222c22326130333a323838303a663033373a3a5c2f3438222c22326130333a323838303a663033383a3a5c2f3438222c22326130333a323838303a663033393a3a5c2f3438222c22326130333a323838303a663033613a3a5c2f3438222c22326130333a323838303a663033623a3a5c2f3438222c22326130333a323838303a663033633a3a5c2f3438222c22326130333a323838303a663033643a3a5c2f3438222c22326130333a323838303a663033653a3a5c2f3438222c22326130333a323838303a663033663a3a5c2f3438222c22323430313a646230303a3a5c2f3332222c22326130333a323838303a3a5c2f3336222c22323830333a363038303a3a5c2f3332222c22326130333a323838303a663130303a3a5c2f3438222c22326130333a323838303a663230303a3a5c2f3438222c22326130333a323838303a663130313a3a5c2f3438222c22326130333a323838303a663230313a3a5c2f3438222c22326130333a323838303a663130323a3a5c2f3438222c22326130333a323838303a663230323a3a5c2f3438222c22326130333a323838303a663130333a3a5c2f3438222c22326130333a323838303a663230333a3a5c2f3438222c22326130333a323838303a663130343a3a5c2f3438222c22326130333a323838303a663230343a3a5c2f3438222c22326130333a323838303a663130373a3a5c2f3438222c22326130333a323838303a663230373a3a5c2f3438222c22326130333a323838303a663130383a3a5c2f3438222c22326130333a323838303a663230383a3a5c2f3438222c22326130333a323838303a663130393a3a5c2f3438222c22326130333a323838303a663230393a3a5c2f3438222c22326130333a323838303a663130613a3a5c2f3438222c22326130333a323838303a663230613a3a5c2f3438222c22326130333a323838303a663130623a3a5c2f3438222c22326130333a323838303a663230623a3a5c2f3438222c22326130333a323838303a663130643a3a5c2f3438222c22326130333a323838303a663230643a3a5c2f3438222c22326130333a323838303a663130653a3a5c2f3438222c22326130333a323838303a663230653a3a5c2f3438222c22326130333a323838303a663130663a3a5c2f3438222c22326130333a323838303a663230663a3a5c2f3438222c22326130333a323838303a663131303a3a5c2f3438222c22326130333a323838303a663231303a3a5c2f3438222c22326130333a323838303a663131313a3a5c2f3438222c22326130333a323838303a663231313a3a5c2f3438222c22326130333a323838303a663131323a3a5c2f3438222c22326130333a323838303a663231323a3a5c2f3438222c22326130333a323838303a663131343a3a5c2f3438222c22326130333a323838303a663231343a3a5c2f3438222c22326130333a323838303a663131353a3a5c2f3438222c22326130333a323838303a663231353a3a5c2f3438222c22326130333a323838303a663131363a3a5c2f3438222c22326130333a323838303a663231363a3a5c2f3438222c22326130333a323838303a663131373a3a5c2f3438222c22326130333a323838303a663231373a3a5c2f3438222c22326130333a323838303a663131383a3a5c2f3438222c22326130333a323838303a663231383a3a5c2f3438222c22326130333a323838303a663131393a3a5c2f3438222c22326130333a323838303a663231393a3a5c2f3438222c22326130333a323838303a663131613a3a5c2f3438222c22326130333a323838303a663231613a3a5c2f3438222c22326130333a323838303a663131663a3a5c2f3438222c22326130333a323838303a663231663a3a5c2f3438222c22326130333a323838303a663132313a3a5c2f3438222c22326130333a323838303a663232313a3a5c2f3438222c22326130333a323838303a663132323a3a5c2f3438222c22326130333a323838303a663232323a3a5c2f3438222c22326130333a323838303a663132333a3a5c2f3438222c22326130333a323838303a663232333a3a5c2f3438222c22326130333a323838303a663130633a3a5c2f3438222c22326130333a323838303a663230633a3a5c2f3438222c22326130333a323838303a663132363a3a5c2f3438222c22326130333a323838303a663232363a3a5c2f3438222c22326130333a323838303a663130353a3a5c2f3438222c22326130333a323838303a663230353a3a5c2f3438222c22326130333a323838303a663132353a3a5c2f3438222c22326130333a323838303a663232353a3a5c2f3438222c22326130333a323838303a663130363a3a5c2f3438222c22326130333a323838303a663230363a3a5c2f3438222c22326130333a323838303a663131623a3a5c2f3438222c22326130333a323838303a663231623a3a5c2f3438222c22326130333a323838303a663131333a3a5c2f3438222c22326130333a323838303a663231333a3a5c2f3438222c22326130333a323838303a663131633a3a5c2f3438222c22326130333a323838303a663231633a3a5c2f3438222c22326130333a323838303a663132383a3a5c2f3438222c22326130333a323838303a663232383a3a5c2f3438222c22326130333a323838303a663032613a3a5c2f3438222c22326130333a323838303a663132613a3a5c2f3438222c22326130333a323838303a663232613a3a5c2f3438222c22326130333a323838303a663132663a3a5c2f3438222c22326130333a323838303a663232663a3a5c2f3438222c22326130333a323838303a663131643a3a5c2f3438222c22326130333a323838303a663131653a3a5c2f3438222c22326130333a323838303a663132303a3a5c2f3438222c22326130333a323838303a663132343a3a5c2f3438222c22326130333a323838303a663132373a3a5c2f3438222c22326130333a323838303a663132393a3a5c2f3438222c22326130333a323838303a663132623a3a5c2f3438222c22326130333a323838303a663132633a3a5c2f3438222c22326130333a323838303a663132643a3a5c2f3438222c22326130333a323838303a663132653a3a5c2f3438222c22326130333a323838303a663133303a3a5c2f3438222c22326130333a323838303a663133313a3a5c2f3438222c22326130333a323838303a663133323a3a5c2f3438222c22326130333a323838303a663133333a3a5c2f3438222c22326130333a323838303a663133343a3a5c2f3438222c22326130333a323838303a663133353a3a5c2f3438222c22326130333a323838303a663133363a3a5c2f3438222c22326130333a323838303a663133373a3a5c2f3438222c22326130333a323838303a663133383a3a5c2f3438222c22326130333a323838303a663133393a3a5c2f3438222c22326130333a323838303a663133613a3a5c2f3438222c22326130333a323838303a663133623a3a5c2f3438222c22326130333a323838303a663133633a3a5c2f3438222c22326130333a323838303a663133643a3a5c2f3438222c22326130333a323838303a663133653a3a5c2f3438222c22326130333a323838303a663133663a3a5c2f3438222c22326130333a323838303a663231643a3a5c2f3438222c22326130333a323838303a663231653a3a5c2f3438222c22326130333a323838303a663232303a3a5c2f3438222c22326130333a323838303a663232343a3a5c2f3438222c22326130333a323838303a663232373a3a5c2f3438222c22326130333a323838303a663232393a3a5c2f3438222c22326130333a323838303a663232623a3a5c2f3438222c22326130333a323838303a663232633a3a5c2f3438222c22326130333a323838303a663232643a3a5c2f3438222c22326130333a323838303a663232653a3a5c2f3438222c22326130333a323838303a663233303a3a5c2f3438222c22326130333a323838303a663233313a3a5c2f3438222c22326130333a323838303a663233323a3a5c2f3438222c22326130333a323838303a663233333a3a5c2f3438222c22326130333a323838303a663233343a3a5c2f3438222c22326130333a323838303a663233353a3a5c2f3438222c22326130333a323838303a663233363a3a5c2f3438222c22326130333a323838303a663233373a3a5c2f3438222c22326130333a323838303a663233383a3a5c2f3438222c22326130333a323838303a663233393a3a5c2f3438222c22326130333a323838303a663233613a3a5c2f3438222c22326130333a323838303a663233623a3a5c2f3438222c22326130333a323838303a663233633a3a5c2f3438222c22326130333a323838303a663233643a3a5c2f3438222c22326130333a323838303a663233653a3a5c2f3438222c22326130333a323838303a663233663a3a5c2f3438222c22326130333a323838303a663066663a3a5c2f3438222c22326130333a323838303a663166663a3a5c2f3438222c22326130333a323838303a663266663a3a5c2f3438222c22326330663a656637383a303030333a3a5c2f3438225d7d2c22757074696d65726f626f74223a7b226e223a22557074696d6520526f626f74222c2264223a747275652c2272223a5b2236392e3136322e3132342e3232345c2f3238222c2236332e3134332e34322e3234305c2f3238225d7d2c2273746174757363616b65223a7b226e223a2253746174757343616b65222c2264223a747275652c2272223a5b223130332e3139342e3131322e3730222c223130342e3133312e3234372e313531222c223130342e3133312e3234382e3635222c223130342e3133312e3234382e3738222c223130342e3135362e3232392e3234222c223130342e3135362e3235352e313834222c223130342e3230362e3136382e3236222c223130342e3233382e3136342e313035222c223130372e3135302e312e313335222c223130372e3135352e3130342e313832222c223130372e3135352e3130382e323334222c223130372e3135352e3132352e3239222c223130372e3136312e32382e323139222c223130372e3137302e3139372e323438222c223130372e3137302e3231392e3436222c223130372e3137302e3232372e3233222c223130372e3137302e3232372e3234222c223130372e3137302e3234302e313431222c223130372e3137302e35332e313931222c223130372e3139312e34372e313331222c223130372e3139312e35372e323337222c223130382e36312e3131392e313533222c223130382e36312e3136322e323134222c223130382e36312e3230352e323031222c223130382e36312e3231322e313431222c223130382e36312e3231352e313739222c223132352e36332e34382e323339222c223132382e3139392e3232322e3635222c223133382e3139372e3133302e323332222c223133382e3139372e3133302e323335222c223133382e3139372e3134302e323433222c223133382e3230342e3137312e313336222c223133382e36382e32342e313135222c223133382e36382e32342e313336222c223133382e36382e32342e323037222c223133382e36382e32342e3630222c223133382e36382e38302e3130222c223133382e36382e38302e313733222c223133392e35392e31352e3739222c223133392e35392e3135352e3236222c223133392e35392e3139302e323431222c223133392e35392e32322e313039222c223133392e35392e32362e3835222c223133392e35392e32392e313637222c223134392e3135342e3135372e3631222c223134392e3235352e35392e313030222c223135312e3233362e31302e323338222c223135312e3233362e31382e3830222c223135312e38302e3137352e323233222c223135312e38302e3137352e323236222c223135342e3132372e36302e3233222c223135342e3132372e36302e3539222c223135382e3235352e3230382e3736222c223135392e3230332e3138322e3232222c223135392e3230332e3138322e3630222c223135392e3230332e3138362e323235222c223135392e3230332e33312e3138222c223136322e3234332e3234372e313633222c223136322e3234332e37312e3536222c223136322e3234382e39372e3732222c223136322e3235332e36342e313034222c223136322e3235332e36342e3837222c223137362e35362e3233302e313130222c223137382e36322e3130312e3537222c223137382e36322e3130342e313337222c223137382e36322e3130362e3834222c223137382e36322e3130392e37222c223137382e36322e34302e323333222c223137382e36322e34312e3434222c223137382e36322e34312e3439222c223137382e36322e34312e3532222c223137382e36322e36352e313632222c223137382e36322e37312e323237222c223137382e36322e37382e313939222c223137382e36322e38302e3933222c223137382e36322e38362e3639222c223137382e37332e3231302e3939222c223138312e34312e3230312e313137222c223138312e34312e3231342e313337222c223138352e3131322e3135372e313835222c223138352e31322e34352e3730222c223138352e34372e3132392e313638222c223138352e36302e3133352e3836222c223138382e3136362e3135382e323234222c223138382e3136362e3235332e313438222c223138382e3232362e3133392e313538222c223138382e3232362e3135382e313630222c223138382e3232362e3136392e323238222c223138382e3232362e3137312e3538222c223138382e3232362e3138342e313532222c223138382e3232362e3138352e313036222c223138382e3232362e3138362e313939222c223138382e3232362e3230332e3834222c223138382e3232362e3234372e313834222c223138382e36382e3233382e3739222c223139322e3234312e3232312e3131222c223139332e3132342e3137382e3534222c223139332e3132342e3137382e3631222c223139332e3138322e3134342e313035222c223139332e3138322e3134342e313437222c223139392e3136372e3132382e3830222c223230392e3232322e33302e323432222c223231332e3138332e35362e313037222c223231372e3134382e34332e313838222c223231372e3134382e34332e323032222c2233312e3232302e372e323337222c2233372e3135372e3234362e313436222c2233372e3233352e34382e3432222c2233372e3233352e35322e3235222c2233372e3233352e35332e323430222c2233372e3233352e35352e323035222c2233372e39372e3138382e313033222c2234352e33322e3132382e3830222c2234352e33322e3134352e3739222c2234352e33322e3135312e3231222c2234352e33322e3136302e313732222c2234352e33322e3136362e313935222c2234352e33322e3137312e3234222c2234352e33322e3139322e313938222c2234352e33322e3139352e313836222c2234352e33322e3139352e3933222c2234352e33322e3231322e3536222c2234352e33322e33362e313538222c2234352e33322e372e3232222c2234352e36332e3132312e313539222c2234352e36332e32362e3738222c2234352e36332e35312e3633222c2234352e36332e36312e323133222c2234352e36332e37362e3638222c2234352e36332e37382e3834222c2234352e36332e38362e313230222c2234352e36332e38382e323133222c2234352e37362e312e3434222c2234352e37362e3139322e3530222c2234352e37362e332e313132222c2234362e3130312e302e3234222c2234362e3130312e3131302e3332222c2234362e3130312e3131302e3433222c2234362e3130312e3131302e3435222c2234362e3130312e32302e3936222c2234362e3130312e3233382e313832222c2234362e3130312e3233382e313839222c2234362e3130312e3234302e323038222c2234362e3130312e32372e313836222c2234362e3130312e36312e3833222c2234362e3130312e37342e323531222c22352e34352e3137392e313033222c2235302e322e3133392e3136222c2238322e3232312e39352e313631222c2239312e3233362e3131362e313633225d7d2c226d616e6167657770223a7b226e223a224d616e6167655750222c2264223a66616c73652c2272223a5b2233342e3231312e3138302e3636222c2235342e37302e36352e313037222c2233342e3231302e3232342e37222c2235322e34312e352e313038222c2235322e33352e37322e313239222c2235342e3139312e3133372e3137222c2233352e3136322e3235342e323533222c2235322e31312e31322e323331222c2235322e31312e32392e3730222c2235322e31312e35342e313631222c2235322e32342e3134322e313539222c2235322e32352e3139312e323535222c2235322e32372e3138312e313236222c2235322e33342e3132362e313137222c2235322e33342e3235342e3437222c2235322e33352e38322e3939222c2235322e33362e32382e3830222c2235322e33382e3130362e3937222c2235322e33392e3137372e313532222c2235322e34312e3233302e313438222c2235322e34312e3233372e3132222c2235322e34322e3132362e313636222c2235322e34332e31332e3731222c2235322e34332e37362e323234222c2235322e38382e39362e313130222c2235322e38392e3135352e3531222c2235342e3134382e37332e313138222c2235342e3138362e33372e313035222c2235342e3138372e39322e3537222c2235342e3139312e33322e3635222c2235342e3139312e36372e3233222c2235342e3139312e38302e313139222c2235342e3139312e3133352e323039222c2235342e3139312e3133362e313736222c2235342e3139312e3134382e3835222c2235342e3139312e3134392e38222c2235322e32362e3132322e3231222c2235322e32342e3138372e3239222c2235322e38392e38352e313037222c2235342e3138362e3132382e313637222c2235342e3139312e34302e313336222c2235322e32342e36322e3131222c2235322e38382e3131392e313232222c2235342e3139312e3134382e323235222c2235342e3139312e3135312e3138222c2235322e38392e39342e313231222c2235322e32352e3131362e313136222c2235322e38382e3231352e323235222c2235342e3138362e3134332e313834222c2235322e38382e3139372e313830222c2235322e32372e3137312e313236225d7d2c2273657a6e616d223a7b226e223a2253657a6e616d2053656172636820456e67696e65222c2264223a747275652c2272223a5b2237372e37352e37342e305c2f3234222c2237372e37352e37362e305c2f3234222c2237372e37352e37372e305c2f3234222c2237372e37352e37382e305c2f3234222c2237372e37352e37392e305c2f3234222c22326130323a3539383a613a3a37383a305c2f313132222c22326130323a3539383a613a3a37393a305c2f313132222c22326130323a3539383a323a3a305c2f3936225d7d7d, 'yes'),
('whitelistHash', 0x62663364373664633035636166383632336362336665303163316663396533303865326632656133376238323639333764383530666465333631636465666434, 'yes'),
('touppPromptNeeded', '', 'yes'),
('touppBypassNextCheck', 0x30, 'yes'),
('autoUpdateAttempts', 0x30, 'yes'),
('wfPeakMemory', 0x38333838363038, 'no'),
('previousWflogsFileList', 0x5b2261747461636b2d646174612e706870222c22636f6e6669672d6c6976657761662e706870222c2272756c65732e706870222c226970732e706870222c22636f6e6669672d73796e6365642e706870222c22636f6e6669672d7472616e7369656e742e706870222c2274656d706c6174652e706870222c22636f6e6669672e706870222c2247656f4c697465322d436f756e7472792e6d6d6462222c222e6874616363657373225d, 'yes'),
('diagnosticsWflogsRemovalHistory', 0x5b5b313631393739353837332c5b22636f6e6669672e746d702e314466726c6b225d5d2c5b313539353334363630352c5b222e6e6673303030303030303031346230343530313030303065616137225d5d5d, 'yes'),
('encKey', 0x39666438613639366234373030613537, 'yes'),
('longEncKey', 0x65346536393238663966383865373961616138356137636333333030373039346335306638623939333830373431393862393039626433613266653438656135, 'yes'),
('cbl_restOfSiteBlocked', 0x31, 'yes'),
('timeoffset_wf', 0x30, 'yes'),
('lastBlockAggregation', 0x31363734353931313539, 'yes'),
('allowed404s6116Migration', 0x31, 'yes'),
('migration636_email_summary_excluded_directories', 0x31, 'no'),
('fileContentsGSB6315Migration', 0x31, 'yes'),
('config701Migration', 0x31, 'yes'),
('blocks702Migration', 0x31, 'yes'),
('geoIPVersionHash', 0x61313231346163616331623331303961653531656165363334396662303435636566346235333334366565363538343065646266383466613066616439363737, 'yes'),
('scansEnabled_geoipSupport', 0x31, 'yes'),
('config720Migration', 0x31, 'yes'),
('waf_status', 0x656e61626c6564, 'yes'),
('detectProxyNextCheck', 0x31363731353637303933, 'no'),
('detectProxyNonce', '', 'no'),
('serverIP', 0x313635383234373035333b3136322e3231302e39372e313136, 'yes'),
('allScansScheduled', 0x613a303a7b7d, 'yes'),
('activatingIP', 0x32342e39392e3134322e3132, 'yes'),
('cbl_cookieVal', 0x35656466616536396264636538, 'yes'),
('serverDNS', 0x313637343635383530373b313532373b3139382e32332e35312e323234, 'yes'),
('adminNoticeQueue', 0x613a303a7b7d, 'yes'),
('wp_home_url', 0x68747470733a2f2f7777772e69616d6374762e636f6d, 'yes'),
('wp_site_url', 0x68747470733a2f2f7777772e69616d6374762e636f6d, 'yes'),
('dbVersion', 0x382e302e3232, 'yes'),
('lastDashboardCheck', 0x31363538363331363933, 'yes'),
('dashboardData', 0x613a343a7b733a393a2267656e657261746564223b693a313635383632393533353b733a333a22746466223b613a333a7b733a393a22636f6d6d756e697479223b693a353132373b733a373a227072656d69756d223b693a353136363b733a393a22626c61636b6c697374223b693a31343235373b7d733a31303a2261747461636b64617461223b613a333a7b733a333a22323468223b613a32343a7b693a303b613a323a7b733a313a2274223b693a313635383534313630303b733a313a2263223b693a31343136383133323b7d693a313b613a323a7b733a313a2274223b693a313635383534353230303b733a313a2263223b693a31343335343534313b7d693a323b613a323a7b733a313a2274223b693a313635383534383830303b733a313a2263223b693a31343233333535333b7d693a333b613a323a7b733a313a2274223b693a313635383535323430303b733a313a2263223b693a31333533363534373b7d693a343b613a323a7b733a313a2274223b693a313635383535363030303b733a313a2263223b693a31323733313636363b7d693a353b613a323a7b733a313a2274223b693a313635383535393630303b733a313a2263223b693a31343933393235383b7d693a363b613a323a7b733a313a2274223b693a313635383536333230303b733a313a2263223b693a31363634343432383b7d693a373b613a323a7b733a313a2274223b693a313635383536363830303b733a313a2263223b693a31363434343838373b7d693a383b613a323a7b733a313a2274223b693a313635383537303430303b733a313a2263223b693a31363435313339333b7d693a393b613a323a7b733a313a2274223b693a313635383537343030303b733a313a2263223b693a31363330383133333b7d693a31303b613a323a7b733a313a2274223b693a313635383537373630303b733a313a2263223b693a31353936303832313b7d693a31313b613a323a7b733a313a2274223b693a313635383538313230303b733a313a2263223b693a31353633313539313b7d693a31323b613a323a7b733a313a2274223b693a313635383538343830303b733a313a2263223b693a31373634353737333b7d693a31333b613a323a7b733a313a2274223b693a313635383538383430303b733a313a2263223b693a32303436383435343b7d693a31343b613a323a7b733a313a2274223b693a313635383539323030303b733a313a2263223b693a32313835383533383b7d693a31353b613a323a7b733a313a2274223b693a313635383539353630303b733a313a2263223b693a32323932323131373b7d693a31363b613a323a7b733a313a2274223b693a313635383539393230303b733a313a2263223b693a32313337313734303b7d693a31373b613a323a7b733a313a2274223b693a313635383630323830303b733a313a2263223b693a32303731363837373b7d693a31383b613a323a7b733a313a2274223b693a313635383630363430303b733a313a2263223b693a31393632313238343b7d693a31393b613a323a7b733a313a2274223b693a313635383631303030303b733a313a2263223b693a31393136363137353b7d693a32303b613a323a7b733a313a2274223b693a313635383631333630303b733a313a2263223b693a31383639363632323b7d693a32313b613a323a7b733a313a2274223b693a313635383631373230303b733a313a2263223b693a31343239373938313b7d693a32323b613a323a7b733a313a2274223b693a313635383632303830303b733a313a2263223b693a31333636333234373b7d693a32333b613a323a7b733a313a2274223b693a313635383632343430303b733a313a2263223b693a31333032383539353b7d7d733a323a223764223b613a373a7b693a303b613a323a7b733a313a2274223b693a313635383031363030303b733a313a2263223b693a3430363038303836393b7d693a313b613a323a7b733a313a2274223b693a313635383130323430303b733a313a2263223b693a3432353332323835313b7d693a323b613a323a7b733a313a2274223b693a313635383138383830303b733a313a2263223b693a3436373134333438343b7d693a333b613a323a7b733a313a2274223b693a313635383237353230303b733a313a2263223b693a3432343535363832383b7d693a343b613a323a7b733a313a2274223b693a313635383336313630303b733a313a2263223b693a3430373030353935333b7d693a353b613a323a7b733a313a2274223b693a313635383434383030303b733a313a2263223b693a3431333137353433333b7d693a363b613a323a7b733a313a2274223b693a313635383533343430303b733a313a2263223b693a3430363435393631323b7d7d733a333a22333064223b613a33303a7b693a303b613a323a7b733a313a2274223b693a313635363032383830303b733a313a2263223b693a3435363032383733383b7d693a313b613a323a7b733a313a2274223b693a313635363131353230303b733a313a2263223b693a3339393537373835323b7d693a323b613a323a7b733a313a2274223b693a313635363230313630303b733a313a2263223b693a3434393830393336363b7d693a333b613a323a7b733a313a2274223b693a313635363238383030303b733a313a2263223b693a3339323936303135383b7d693a343b613a323a7b733a313a2274223b693a313635363337343430303b733a313a2263223b693a3430303332373033313b7d693a353b613a323a7b733a313a2274223b693a313635363436303830303b733a313a2263223b693a3334353435353732313b7d693a363b613a323a7b733a313a2274223b693a313635363534373230303b733a313a2263223b693a3338313039343137363b7d693a373b613a323a7b733a313a2274223b693a313635363633333630303b733a313a2263223b693a3432363134323439393b7d693a383b613a323a7b733a313a2274223b693a313635363732303030303b733a313a2263223b693a3431353338303937383b7d693a393b613a323a7b733a313a2274223b693a313635363830363430303b733a313a2263223b693a3436303831373733363b7d693a31303b613a323a7b733a313a2274223b693a313635363839323830303b733a313a2263223b693a3432303132323138323b7d693a31313b613a323a7b733a313a2274223b693a313635363937393230303b733a313a2263223b693a3435323132363735383b7d693a31323b613a323a7b733a313a2274223b693a313635373036353630303b733a313a2263223b693a3437313736373938313b7d693a31333b613a323a7b733a313a2274223b693a313635373135323030303b733a313a2263223b693a3434383932393739333b7d693a31343b613a323a7b733a313a2274223b693a313635373233383430303b733a313a2263223b693a3432373838343530343b7d693a31353b613a323a7b733a313a2274223b693a313635373332343830303b733a313a2263223b693a3434333633383837343b7d693a31363b613a323a7b733a313a2274223b693a313635373431313230303b733a313a2263223b693a3432373034353032353b7d693a31373b613a323a7b733a313a2274223b693a313635373439373630303b733a313a2263223b693a3434323034383732303b7d693a31383b613a323a7b733a313a2274223b693a313635373538343030303b733a313a2263223b693a3433343936353630313b7d693a31393b613a323a7b733a313a2274223b693a313635373637303430303b733a313a2263223b693a3336373030303432333b7d693a32303b613a323a7b733a313a2274223b693a313635373735363830303b733a313a2263223b693a3234373636353930323b7d693a32313b613a323a7b733a313a2274223b693a313635373834333230303b733a313a2263223b693a3330353038383035343b7d693a32323b613a323a7b733a313a2274223b693a313635373932393630303b733a313a2263223b693a3430383539333731343b7d693a32333b613a323a7b733a313a2274223b693a313635383031363030303b733a313a2263223b693a3430363038303836393b7d693a32343b613a323a7b733a313a2274223b693a313635383130323430303b733a313a2263223b693a3432353332323835313b7d693a32353b613a323a7b733a313a2274223b693a313635383138383830303b733a313a2263223b693a3436373134333438343b7d693a32363b613a323a7b733a313a2274223b693a313635383237353230303b733a313a2263223b693a3432343535363832383b7d693a32373b613a323a7b733a313a2274223b693a313635383336313630303b733a313a2263223b693a3430373030353935333b7d693a32383b613a323a7b733a313a2274223b693a313635383434383030303b733a313a2263223b693a3431333137353433333b7d693a32393b613a323a7b733a313a2274223b693a313635383533343430303b733a313a2263223b693a3430363435393631323b7d7d7d733a393a22636f756e7472696573223b613a313a7b733a323a223764223b613a31303a7b693a303b613a323a7b733a323a226364223b733a323a225553223b733a323a226374223b693a313035313537353836353b7d693a313b613a323a7b733a323a226364223b733a323a224445223b733a323a226374223b693a3238393936303733383b7d693a323b613a323a7b733a323a226364223b733a323a225452223b733a323a226374223b693a3234353535353432383b7d693a333b613a323a7b733a323a226364223b733a323a225347223b733a323a226374223b693a3234333335323631313b7d693a343b613a323a7b733a323a226364223b733a323a224652223b733a323a226374223b693a3136343438343539343b7d693a353b613a323a7b733a323a226364223b733a323a22494e223b733a323a226374223b693a3135373730303038313b7d693a363b613a323a7b733a323a226364223b733a323a224742223b733a323a226374223b693a3133383231303536363b7d693a373b613a323a7b733a323a226364223b733a323a22434e223b733a323a226374223b693a3132393831383835373b7d693a383b613a323a7b733a323a226364223b733a323a224e4c223b733a323a226374223b693a3130363234373839353b7d693a393b613a323a7b733a323a226364223b733a323a22564e223b733a323a226374223b693a39353931333037383b7d7d7d7d, 'yes');
INSERT INTO `iamc_wfconfig` (`name`, `val`, `autoload`) VALUES
('tldlist', 0x7c636f6d7c6f72677c6e65747c6564757c6161617c6162627c6162637c61636f7c6164737c6165677c61666c7c6169677c616e7a7c616f6c7c6170707c6172747c6177737c6178617c6261727c6262637c6262747c6263677c62636e7c6265747c6269647c62696f7c62697a7c626d737c626d777c626f6d7c626f6f7c626f747c626f787c6275797c627a687c6361627c63616c7c63616d7c6361727c6361747c6362617c63626e7c6362737c63656f7c6366617c6366647c6370617c6372737c6461647c6461797c6464737c6465767c64686c7c6469797c646e707c646f677c646f747c6474767c6476727c6561747c65636f7c6573717c6575737c66616e7c6669747c666c797c666f6f7c666f787c66726c7c6674727c66756e7c6679697c67616c7c6761707c6761797c67646e7c6765617c676c657c676d6f7c676d787c676f6f7c676f707c676f747c676f767c68626f7c6869767c686b747c686f747c686f777c69626d7c6963657c6963757c69666d7c696e637c696e677c696e6b7c696e747c6973747c6974767c6a63627c6a696f7c6a6c6c7c6a6d707c6a6e6a7c6a6f747c6a6f797c6b66687c6b69617c6b696d7c6b706e7c6b72647c6c61747c6c61777c6c64737c6c6c637c6c6c707c6c6f6c7c6c706c7c6c74647c6d616e7c6d61707c6d62617c6d65647c6d656e7c6d696c7c6d69747c6d6c627c6d6c737c6d6d617c6d6f657c6d6f697c6d6f6d7c6d6f767c6d73647c6d746e7c6d74727c6e61627c6e62617c6e65637c6e65777c6e666c7c6e676f7c6e686b7c6e6f777c6e72617c6e72777c6e74747c6e79637c6f62697c6f6e657c6f6e677c6f6e6c7c6f6f6f7c6f74747c6f76687c7061797c7065747c7068647c7069647c70696e7c706e637c70726f7c7072757c7075627c7077637c7265647c72656e7c72696c7c72696f7c7269707c72756e7c7277657c7361707c7361737c7362697c7362737c7363617c7363627c7365737c7365777c7365787c7366727c736b697c736b797c736f797c7370617c73726c7c7374637c7461627c7461787c7463697c74646b7c74656c7c7468647c746a787c746f707c7472767c7475697c7476737c7562737c756e6f7c756f6c7c7570737c7665747c7669677c76696e7c7669707c7765647c77696e7c776d657c776f777c7774637c7774667c78696e7c7878787c78797a7c796f757c79756e7c7a69707c61637c61647c61657c61667c61677c61697c616c7c616d7c616f7c61717c61727c61737c61747c61757c61777c61787c617a7c62617c62627c62647c62657c62667c62677c62687c62697c626a7c626d7c626e7c626f7c62727c62737c62747c62767c62777c62797c627a7c63617c63637c63647c63667c63677c63687c63697c636b7c636c7c636d7c636e7c636f7c63727c63757c63767c63777c63787c63797c637a7c64657c646a7c646b7c646d7c646f7c647a7c65637c65657c65677c65727c65737c65747c65757c66697c666a7c666b7c666d7c666f7c66727c67617c67627c67647c67657c67667c67677c67687c67697c676c7c676d7c676e7c67707c67717c67727c67737c67747c67757c67777c67797c686b7c686d7c686e7c68727c68747c68757c69647c69657c696c7c696d7c696e7c696f7c69717c69727c69737c69747c6a657c6a6d7c6a6f7c6a707c6b657c6b677c6b687c6b697c6b6d7c6b6e7c6b707c6b727c6b777c6b797c6b7a7c6c617c6c627c6c637c6c697c6c6b7c6c727c6c737c6c747c6c757c6c767c6c797c6d617c6d637c6d647c6d657c6d677c6d687c6d6b7c6d6c7c6d6d7c6d6e7c6d6f7c6d707c6d717c6d727c6d737c6d747c6d757c6d767c6d777c6d787c6d797c6d7a7c6e617c6e637c6e657c6e667c6e677c6e697c6e6c7c6e6f7c6e707c6e727c6e757c6e7a7c6f6d7c70617c70657c70667c70677c70687c706b7c706c7c706d7c706e7c70727c70737c70747c70777c70797c71617c72657c726f7c72737c72757c72777c73617c73627c73637c73647c73657c73677c73687c73697c736a7c736b7c736c7c736d7c736e7c736f7c73727c73737c73747c73757c73767c73787c73797c737a7c74637c74647c74667c74677c74687c746a7c746b7c746c7c746d7c746e7c746f7c74727c74747c74767c74777c747a7c75617c75677c756b7c75737c75797c757a7c76617c76637c76657c76677c76697c766e7c76757c77667c77737c79657c79747c7a617c7a6d7c7a777c616172707c61626c657c616461637c6165726f7c616b646e7c616c6c797c616d65787c617261627c61726d797c617270617c617274657c617364617c617369617c617564697c6175746f7c617a7572657c626162797c62616964757c62616e616e6172657075626c69637c62616e647c62616e6b7c62696b657c6175746f737c62617263656c6f6e617c626276617c626565727c626573747c62696e677c626c6f677c617574686f727c626c75657c626f66617c626f6e647c626f6f6b7c626f7374696b7c62757a7a7c626f6174737c626f7363687c6275696c647c626f73746f6e7c62616e616d65787c636166657c63616c6c7c617669616e63617c626e70706172696261737c627261646573636f7c626f656872696e6765727c626172636c6179636172647c626f6f6b696e677c626f7574697175657c62726964676573746f6e657c63616d707c636172657c636172737c636173617c636173657c636173687c636272657c636974697c636974797c63796f757c646174657c64636c6b7c6465616c7c64656c6c7c6268617274697c6365726e7c626573746275797c646573697c62656174737c646f63737c6265617574797c62656e746c65797c6265726c696e7c646973687c6269626c657c62617965726e7c646174617c646965747c626172636c6179737c636c6f75647c62617265666f6f747c6261726761696e737c62696e676f7c63617264737c6261736b657462616c6c7c626c61636b7c636c69636b7c6261736562616c6c7c626175686175737c646f776e6c6f61647c626c61636b6672696461797c636861747c63686173657c63686561707c636973636f7c636f6f6c7c6c6f616e7c626c6f636b6275737465727c636f6f707c63697469637c626c6f6f6d626572677c63616e6f6e7c636c75627c6c6f66747c6d6565747c6d656d657c6d656e757c6d696e697c6d6f62697c6d6f64617c6d6f746f7c61697274656c7c6d696e747c706c61797c76616e617c6169726275737c737572667c746f776e7c746f79737c747562657c766976617c7669766f7c6167656e63797c766973617c6167616b68616e7c616c697061797c616d66616d7c6d6169667c74616c6b7c616c73746f6d7c6c6f76657c746178697c616c736163657c6c7578657c63726f776e7c6c7464617c7465616d7c746563687c616972666f7263657c616d6963617c616c6c73746174657c746576617c616c6c66696e616e7a7c746961617c616c6661726f6d656f7c746970737c616c69626162617c766f74657c6166726963617c61636164656d797c7a6f6e657c636f6163687c6162617274687c7a6172617c7a65726f7c6162626f74747c6162627669657c617564696f7c796f67617c636f6465737c61626f6761646f7c61627564686162697c78626f787c616363656e747572657c6165746e617c6163636f756e74616e747c766f746f7c77616e677c776569727c7769656e7c776f726b7c6163636f756e74616e74737c77696e657c6163746f727c77696b697c6164756c747c6170706c657c61726368697c616d617a6f6e7c63796d72757c616d65726963616e657870726573737c6171756172656c6c657c6e69636f7c6e696b657c6f6c6c6f7c6f70656e7c706167657c706172737c706363777c71706f6e7c726561647c726569747c72656e747c726573747c726963687c6172616d636f7c6174686c6574617c6e616d657c70696e677c6173736f6369617465737c6e6176797c70696e6b7c706c75737c706f686c7c61756374696f6e7c6e6577737c706963737c706f726e7c706f73747c70726f667c6174746f726e65797c6e6578747c70726f647c61756469626c657c617573706f73747c726f6f6d7c64616275727c64656c74617c727376707c736166657c7361786f7c64616e63657c73616c657c7361726c7c736176657c616d65726963616e66616d696c797c727568727c6465616c737c616d7374657264616d7c73636f747c616e616c79746963737c736561747c7365656b7c736578797c736861777c736869617c616e7175616e7c61706172746d656e74737c73686f707c73696c6b7c616e64726f69647c73686f777c73696e617c736974657c736b696e7c736e63667c736f68757c736f6e677c736f6e797c73706f747c737461727c64726976657c6361726565727c62726f61647761797c636173696e6f7c63656e7465727c6368616e656c7c636f6c6c6567657c636f6d636173747c636f6d6d62616e6b7c636f6d70616e797c636f6d706172657c636f6d70757465727c636f6d7365637c636f6e646f737c636f6e746163747c636f6f6b696e677c636f72736963617c64656e746973747c63697479656174737c6469726563747c636f756e7472797c636f75706f6e7c636f75706f6e737c636f75727365737c6372656469747c64657369676e7c636f6c6f676e657c647661677c6661696c7c636972636c657c636c696e697175657c636c75626d65647c636c6f7468696e677c65717569706d656e747c65726e697c6575726f766973696f6e7c666167657c66616e737c6661726d7c666961747c636c696e69637c666173747c6669646f7c66696c6d7c666c69727c666f72647c6570736f6e7c666972657c636c65616e696e677c666f6f647c636c61696d737c666973687c667265657c67616d657c6368726f6d657c636f666665657c65746973616c61747c67656e747c6368757263687c66756e647c6762697a7c6573746174657c676765657c6469616d6f6e64737c656d61696c7c676d61696c7c6576656e74737c6572696373736f6e7c676966747c67697665737c676c6173737c6469676974616c7c67696674737c656d6572636b7c656e657267797c676c6f626f7c676d62687c686572657c666f7265787c686466637c666f72756d7c686f6d65737c686f7273657c686f73747c66696e616c7c6475706f6e747c68656c707c686774767c686f7573657c687362637c64756261697c686f6e64617c68796174747c696362637c70686f6e657c70697a7a617c706c6163657c64617473756e7c70686f746f7c646174696e677c706f6b65727c70726178697c70726573737c7072696d657c70726f6d6f7c71756573747c726164696f7c72656861627c72656973657c7269636f687c726f636b737c64756e6c6f707c726f64656f7c776569626f7c6372756973657c746f7572737c62726f6b65727c63616d6572617c64656c69766572797c64656c6f697474657c77656265727c6465616c65727c6465677265657c64656e74616c7c646f63746f727c746f74616c7c74727573747c74756e65737c74757368757c7562616e6b7c766f6c766f7c64757262616e7c676f6c647c686175737c6564656b617c66616974687c676f6c667c67616c6c6f7c6578706572747c637269636b65747c637275697365737c65617274687c6578706f7365647c66656465787c657870726573737c657874726173706163657c66616d696c797c66697368696e677c65786368616e67657c6669726d64616c657c6661697277696e64737c6669746e6573737c6669726573746f6e657c676f6f677c67616d65737c677572757c686169727c696565657c67756964657c6c6f616e737c736b7970657c736c696e677c66617368696f6e7c677567657c736d6172747c6665727265726f7c64656d6f637261747c6661726d6572737c736d696c657c766f646b617c77617463687c666572726172697c666565646261636b7c66696e616e6369616c7c677265656e7c66696e616e63657c666964656c6974797c67726970657c67726f75707c67756363697c72756762797c73616c6f6e7c73656e65727c736576656e7c73686172707c7368656c6c7c73686f65737c76656761737c766964656f7c77616c65737c666c69636b727c696b616e6f7c627573696e6573737c67656f7267657c6772617469737c6a7072737c6b6464697c6a7565676f737c627567617474697c646973636f7665727c6a6f62737c6b706d677c6c616e647c67617264656e7c6a6f627572677c646f6d61696e737c6b7265647c66726f67616e737c66756a697473757c6a6565707c6b6964737c6b6f656c6e7c6275696c646572737c6a65747a747c67616c6c75707c6865616c74687c6a6176617c667574626f6c7c666f7273616c657c6b6977697c6c65676f7c646973636f756e747c6b796f746f7c676976696e677c6b696e646c657c6c6174696e6f7c6c656173657c6b696e6465727c666c69676874737c676c6f62616c7c676f6f676c657c6b6f736865727c6c616d65727c6c61777965727c6c656672616b7c6c6567616c7c6d656469617c6d69616d697c6d6f62696c657c6d6f6e6173687c6d6f6e65797c6b617566656e7c6d6f726d6f6e7c6d6f7669657c6e657875737c6e696b6f6e7c6e696e6a617c6e6f6b69617c6c616e6369617c6d6f73636f777c6d757369637c6d757365756d7c6d757475616c7c6e61676f79617c6e61747572617c6e69737361797c7066697a65727c7265766965777c726f676572737c7961686f6f7c6e697373616e7c726f636865727c7279756b79757c62726f746865727c6361706974616c7c666c6f726973747c7363686f6f6c7c666c6f776572737c7361666574797c73616b7572617c63617065746f776e7c73616e6f66697c736368756c657c67616c6c6572797c697461757c69726973687c696e737572657c67656e74696e677c696d64627c696d6d6f7c696e666f7c6c696e64657c686f74656c737c6c69646c7c6b69746368656e7c6c6762747c6c6966657c6c696b657c6c696d6f7c6c696d697465647c6c696e636f6c6e7c666f6f7462616c6c7c6c696c6c797c6c696e6b7c6c657875737c6c697073797c6875676865737c6c6f6e646f6e7c6d616379737c696d616d61747c6c6f636b65727c6c6f6375737c6c75787572797c6b6f6d617473757c6c6976657c6c6f7474657c6c6f74746f7c6d616e676f7c6c6976696e677c6c6163616978617c6c756e646265636b7c6d6f7274676167657c6e6f7774767c6d6f6e737465727c6f6d6567617c686970686f707c70617274797c6272757373656c737c70617269737c70617274737c6865726d65737c66726f6e746965727c686f636b65797c696e747569747c6a61677561727c6c6174726f62657c6d61647269647c6d6169736f6e7c6c616e786573737c6c65636c6572637c6c69676874696e677c6d616b6575707c6d61726b65747c6c6173616c6c657c6e6f7772757a7c70686f746f737c7069637465747c6d61726b6574737c6d617474656c7c6e6f72746f6e7c72656973656e7c6d617272696f74747c6f66666963657c70687973696f7c6d636b696e7365797c6f6c6179616e7c6f6e6c696e657c6f7261636c657c6f73616b617c6f72616e67657c6f7473756b617c7175656265637c726163696e677c7265616c74797c6d6572636b6d73647c7265706169727c6d617365726174697c6d656d6f7269616c7c7265706f72747c7365617263687c73686f756a697c6361726176616e7c7365637572657c636172656572737c736f636365727c6368616e6e656c7c636861726974797c736f6369616c7c7669616a65737c7865726f787c74726176656c7c756e69636f6d7c76696b696e677c76696c6c61737c76697267696e7c766973696f6e7c766f74696e677c77616c7465727c6368696e7461697c776f726c647c656e67696e656572696e677c676f64616464797c6369707269616e697c6369746164656c7c656e67696e6565727c746f796f74617c766f796167657c656e7465727072697365737c7675656c6f737c67726f636572797c677569746172737c68616e676f75747c686974616368697c686f6c696461797c686f746d61696c7c69736d61696c697c69706972616e67617c73656c6563747c68616d627572677c686f7374696e677c686f74656c65737c6879756e6461697c686f73706974616c7c6a6577656c72797c6a756e697065727c6e6575737461727c6f726967696e737c72656e74616c737c696e66696e6974697c6e657462616e6b7c6e6574666c69787c686f6c64696e67737c6e6574776f726b7c6f6c646e6176797c6f7267616e69637c6f627365727665727c6f6b696e6177617c706172746e6572737c7068696c6970737c726563697065737c706861726d6163797c7265616c746f727c74726164696e677c70696374757265737c70696f6e6565727c706c756d62696e677c706f6c697469657c726576696577737c726578726f74687c73616e6476696b7c7363686d6964747c7363687761727a7c736369656e63657c7368696b7368617c73696e676c65737c776f726b737c73616d73756e677c77616c6d6172747c77616e67676f757c776174636865737c7866696e6974797c6361746572696e677c636174686f6c69637c676f6f64796561727c67726170686963737c677561726469616e7c6864666362616e6b7c796f75747562657c677261696e6765727c68656c73696e6b697c697374616e62756c7c6a706d6f7267616e7c79616e6465787c79616d6178756e7c6469726563746f72797c656475636174696f6e7c7961636874737c7a7565726963687c70726f70657274797c77696e6e6572737c72656c69616e63657c73686f7070696e677c77656464696e677c72656473746f6e657c77656263616d7c77686f7377686f7c73657276696365737c776562736974657c78696875616e7c736161726c616e647c73656375726974797c736f667462616e6b7c776561746865727c77696e646f77737c7a6170706f737c73616d73636c75627c73686f7774696d657c736f6674776172657c636f6d6d756e6974797c686973616d697473757c686f6d65676f6f64737c686f6d6573656e73657c696d6d6f62696c69656e7c696e64757374726965737c73746f72657c73747564797c7374796c657c7375636b737c686f6d656465706f747c696e737469747574657c696e737572616e63657c73746164617c70616e61736f6e69637c706173736167656e737c6865616c7468636172657c70686f746f6772617068797c706c617973746174696f6e7c7072616d65726963617c726564756d6272656c6c617c736f6c61727c70726f64756374696f6e737c726963686172646c697c72657374617572616e747c70726f67726573736976657c70726f706572746965737c73706163657c70726f74656374696f6e7c70727564656e7469616c7c7265616c6573746174657c72657075626c6963616e7c73706f72747c73616e6476696b636f726f6d616e747c736368616566666c65727c7363686f6c617273686970737c73776973737c636f6e737472756374696f6e7c63616e63657272657365617263687c74697265737c7469726f6c7c746d616c6c7c746f6b796f7c746f6f6c737c6368726973746d61737c746f6461797c63616c76696e6b6c65696e7c696e7465726e6174696f6e616c7c6b756f6b67726f75707c6c616d626f726768696e697c6c616e6361737465727c746f73686962617c6361706974616c6f6e657c696e766573746d656e74737c6c616e64726f7665727c6c6966657374796c657c6b65727279686f74656c737c6c706c66696e616e6369616c7c746f7261797c6c696665696e737572616e63657c6d616e6167656d656e747c6d61726b6574696e677c6d61727368616c6c737c6d656c626f75726e657c6d6963726f736f66747c6d6974737562697368697c74617461727c6b657272796c6f676973746963737c6e6578746469726563747c6e6f7274687765737465726e6d757475616c7c6f6c6179616e67726f75707c6b6572727970726f706572746965737c6d6f746f726379636c65737c74726164657c636f6e73756c74696e677c6675726e69747572657c737570706c797c737570706f72747c737572676572797c73757a756b697c7377617463687c7379646e65797c7461697065697c73797374656d737c74616f62616f7c746174746f6f7c746865617465727c746865617472657c786e2d2d6e6f64657c66726f6e74646f6f727c746174616d6f746f72737c74656e6e69737c737570706c6965737c786e2d2d703161697c786e2d2d7178616d7c636f6e74726163746f72737c66726573656e6975737c7461726765747c746b6d6178787c676f6c64706f696e747c7368616e6772696c617c736f6c7574696f6e737c746a6d6178787c737461706c65737c737461746562616e6b7c73746174656661726d7c7469636b6574737c74696666616e797c73746367726f75707c747261696e696e677c74726176656c6572737c786e2d2d393061657c73746f636b686f6c6d7c73746f726167657c73747265616d7c73747564696f7c7469656e64617c74656d6173656b7c7661636174696f6e737c746563686e6f6c6f67797c76656e74757265737c74726176656c6368616e6e656c7c74726176656c657273696e737572616e63657c76616e67756172647c666f756e646174696f6e7c766572697369676e7c666f6f646e6574776f726b7c776f6f64736964657c786e2d2d3830616478686b737c796f6b6f68616d617c786e2d2d3830617377677c786e2d2d3930613361637c786e2d2d3830616f3231617c786e2d2d38306173656864627c786e2d2d38793061303633617c786e2d2d383061716563647231617c786e2d2d39306169737c786e2d2d66686265697c786e2d2d6e717637667c63756973696e656c6c617c756e69766572736974797c766572736963686572756e677c796f646f62617368697c637265646974636172647c766c61616e646572656e7c786e2d2d76687175767c786e2d2d33707875386b7c786e2d2d70316163667c766f6c6b73776167656e7c77696c6c69616d68696c6c7c776f6c746572736b6c757765727c786e2d2d71786136617c786e2d2d313162346333647c786e2d2d31636b326531627c786e2d2d317171773233617c786e2d2d327363726a39637c786e2d2d3330727237797c786e2d2d3362737430306d7c786e2d2d343263326439617c786e2d2d74636b77657c786e2d2d336473343433677c786e2d2d343562723563796c7c786e2d2d343562726a39637c786e2d2d33653062373037657c786e2d2d336863726a39637c786e2d2d3435713131637c786e2d2d34676272696d7c786e2d2d3671713938366233786c7c786e2d2d65316134637c786e2d2d35747a6d35677c636f6f6b696e676368616e6e656c7c786e2d2d3535717835647c786e2d2d353571773432677c786e2d2d3666727a3832677c786e2d2d346462726b3063657c776561746865726368616e6e656c7c786e2d2d63316176677c637265646974756e696f6e7c786e2d2d6431616c667c786e2d2d3964627132617c786e2d2d3965743532757c786e2d2d6332627237677c786e2d2d396b72743030617c786e2d2d636734626b697c786e2d2d637a727330747c786e2d2d637a727532647c786e2d2d6669717a39737c786e2d2d637a72363934627c786e2d2d643161636a33627c786e2d2d7073737932757c786e2d2d7137636536617c786e2d2d63636b326233627c786e2d2d656676793838687c786e2d2d6663743432396b7c786e2d2d6669713634627c786e2d2d6669717338737c786e2d2d673278783438637c786e2d2d6f33637734687c786e2d2d756e757034797c786e2d2d666a71373230617c786e2d2d666c77333531657c786e2d2d676563726a39637c786e2d2d667063726a396333647c786e2d2d676b33617431657c786e2d2d667a633263396532637c786e2d2d6e7971793236617c786e2d2d71396a796234637c786e2d2d67636b72336630667c786e2d2d6f6762706638666c7c786e2d2d6f7475373936647c786e2d2d63636b7763786574647c786e2d2d65636b7664746339647c786e2d2d683262726a39637c786e2d2d706762733064687c786e2d2d7939613361717c786e2d2d7a6672313634627c786e2d2d71636b6131706d637c786e2d2d7767626831637c786e2d2d7767626c36617c786e2d2d726871763936677c786e2d2d726f76753838627c786e2d2d733962726a39637c786e2d2d736573353534677c786e2d2d743630623536617c786e2d2d767571383631627c786e2d2d7734727334306c7c786e2d2d786871353231627c786e2d2d683262726a396338637c786e2d2d6a316165667c786e2d2d6a31616d687c786e2d2d6c316163637c786e2d2d6b70757433697c786e2d2d6a3677313933677c786e2d2d6a76723138396d7c786e2d2d6b7072773133647c786e2d2d6b7072793537647c786e2d2d6d676239617762667c786e2d2d6a6c713438306e3272677c786e2d2d6a6c71363175397737627c786e2d2d6b637278373764317834617c786e2d2d6e676272787c786e2d2d696f306137697c786e2d2d687874383134657c786e2d2d696d723531336e7c786e2d2d353462376674613063637c786e2d2d623477363035666572647c786e2d2d666971323238633568737c786e2d2d683262726567336576657c786e2d2d69316236623161366132657c786e2d2d667a7973386436397576676d7c786e2d2d35737533346a393336626773677c786e2d2d62636b316239613564726534637c786e2d2d636c636863306561306232673261396763647c786e2d2d7966726f346936376f7c786e2d2d7967626932616d6d787c786e2d2d6c6762626174316164386a7c786e2d2d6d676261336133656a747c786e2d2d6d67626137633062626e30617c786e2d2d6d676261623262647c786e2d2d6d6762626831617c786e2d2d6d6762626831613731657c786e2d2d6d676267753832617c786e2d2d6d6762617968376770617c786e2d2d6d6762693465636578707c786e2d2d6d6762706c3266687c786e2d2d6d676274336468647c786e2d2d6d6762747832627c786e2d2d6d676261616d376138687c786e2d2d6d6762636137647a646f7c786e2d2d6d6762783463643061627c786e2d2d6d6978383931667c786e2d2d6d6b3162753434637c786e2d2d6d787471316d7c786e2d2d6e67626335617a647c786e2d2d6e676265396530617c786e2d2d6d6762657270346135643461727c786e2d2d727663316530616d33657c786e2d2d6d676261336134663136617c786e2d2d6d676263306139617a63677c786e2d2d6d67626168316133686a6b72647c786e2d2d6d6762616939617a677170366a7c786e2d2d74697134397871796a7c786e2d2d6d676261616b63376476667c786e2d2d6e71763766733030656d617c786e2d2d6d67626370713667706131617c786e2d2d7665726d67656e73626572617465722d6374627c786e2d2d7665726d67656e736265726174756e672d7077627c786e2d2d786b6332616c3368796532617c786e2d2d786b6332646c336135656530687c786e2d2d7734723835656c3866687535646e72617c, 'yes'),
('tldlistHash', 0x35353635363466306134633334633663376361326635363164613134633736363736623664363061633138633336656134666663333766633536323132666631, 'yes'),
('noc1ScanSchedule', 0x613a333a7b693a303b693a313635383736353430303b693a313b693a313635393032343630303b693a323b693a313635393238333830303b7d, 'yes'),
('showWfCentralUI', 0x31, 'yes'),
('allowMySQLi', 0x31, 'yes'),
('dbTest', 0x613a313a7b733a353a226e6f6e6365223b733a36343a2235653637636661623937326437663837633836643234323961636263643064363339353234643437356162663432613763613636306535353061613233646539223b7d, 'no'),
('vulnerabilities_plugin', 0x613a32323a7b693a303b613a333a7b733a343a22736c7567223b733a31303a2232346c697665626c6f67223b733a31313a2266726f6d56657273696f6e223b733a333a22322e31223b733a31303a2276756c6e657261626c65223b623a303b7d693a313b613a333a7b733a343a22736c7567223b733a31303a22626c6f636b7370617265223b733a31313a2266726f6d56657273696f6e223b733a353a22322e312e32223b733a31303a2276756c6e657261626c65223b623a303b7d693a323b613a333a7b733a343a22736c7567223b733a31313a22626c6f6732736f6369616c223b733a31313a2266726f6d56657273696f6e223b733a363a22362e392e3134223b733a31303a2276756c6e657261626c65223b623a303b7d693a333b613a333a7b733a343a22736c7567223b733a32313a226368616e67652d77702d61646d696e2d6c6f67696e223b733a31313a2266726f6d56657273696f6e223b733a353a22312e312e32223b733a31303a2276756c6e657261626c65223b623a303b7d693a343b613a333a7b733a343a22736c7567223b733a31343a22636f6e746163742d666f726d2d37223b733a31313a2266726f6d56657273696f6e223b733a353a22352e372e32223b733a31303a2276756c6e657261626c65223b623a303b7d693a353b613a333a7b733a343a22736c7567223b733a31333a22657665726573742d666f726d73223b733a31313a2266726f6d56657273696f6e223b733a353a22312e392e37223b733a31303a2276756c6e657261626c65223b623a303b7d693a363b613a333a7b733a343a22736c7567223b733a373a226a65747061636b223b733a31313a2266726f6d56657273696f6e223b733a363a2231312e372e31223b733a31303a2276756c6e657261626c65223b623a303b7d693a373b613a333a7b733a343a22736c7567223b733a32333a226c61746573742d706f7374732d626c6f636b2d6c697465223b733a31313a2266726f6d56657273696f6e223b733a353a22312e302e35223b733a31303a2276756c6e657261626c65223b623a303b7d693a383b613a333a7b733a343a22736c7567223b733a32323a226d616769632d636f6e74656e742d626f782d6c697465223b733a31313a2266726f6d56657273696f6e223b733a353a22312e302e37223b733a31303a2276756c6e657261626c65223b623a303b7d693a393b613a333a7b733a343a22736c7567223b733a32313a226f6e652d636c69636b2d64656d6f2d696d706f7274223b733a31313a2266726f6d56657273696f6e223b733a353a22332e312e32223b733a31303a2276756c6e657261626c65223b623a303b7d693a31303b613a333a7b733a343a22736c7567223b733a31373a227265616c6c792d73696d706c652d73736c223b733a31313a2266726f6d56657273696f6e223b733a353a22362e312e31223b733a31303a2276756c6e657261626c65223b623a303b7d693a31313b613a333a7b733a343a22736c7567223b733a32373a22736572696f75736c792d73696d706c652d706f6463617374696e67223b733a31313a2266726f6d56657273696f6e223b733a363a22322e31392e31223b733a31303a2276756c6e657261626c65223b623a303b7d693a31323b613a333a7b733a343a22736c7567223b733a31343a22736d6172742d736c696465722d33223b733a31313a2266726f6d56657273696f6e223b733a383a22332e352e312e3132223b733a31303a2276756c6e657261626c65223b623a303b7d693a31333b613a333a7b733a343a22736c7567223b733a31313a227472757374656473697465223b733a31313a2266726f6d56657273696f6e223b733a353a22312e312e32223b733a31303a2276756c6e657261626c65223b623a303b7d693a31343b613a333a7b733a343a22736c7567223b733a31313a227765622d73746f72696573223b733a31313a2266726f6d56657273696f6e223b733a363a22312e32382e31223b733a31303a2276756c6e657261626c65223b623a303b7d693a31353b613a333a7b733a343a22736c7567223b733a393a22776f726466656e6365223b733a31313a2266726f6d56657273696f6e223b733a353a22372e382e32223b733a31303a2276756c6e657261626c65223b623a303b7d693a31363b613a333a7b733a343a22736c7567223b733a31393a22776f726470726f6f662d74696d657374616d70223b733a31313a2266726f6d56657273696f6e223b733a363a22332e302e3132223b733a31303a2276756c6e657261626c65223b623a303b7d693a31373b613a333a7b733a343a22736c7567223b733a383a2277702d706977696b223b733a31313a2266726f6d56657273696f6e223b733a363a22312e302e3237223b733a31303a2276756c6e657261626c65223b623a303b7d693a31383b613a333a7b733a343a22736c7567223b733a31353a22676f6f646279652d63617074636861223b733a31313a2266726f6d56657273696f6e223b733a363a22332e312e3433223b733a31303a2276756c6e657261626c65223b623a303b7d693a31393b613a333a7b733a343a22736c7567223b733a31343a2277702d706f73742d617574686f72223b733a31313a2266726f6d56657273696f6e223b733a353a22332e322e31223b733a31303a2276756c6e657261626c65223b623a303b7d693a32303b613a333a7b733a343a22736c7567223b733a31373a2277702d7273732d61676772656761746f72223b733a31313a2266726f6d56657273696f6e223b733a363a22342e32322e32223b733a31303a2276756c6e657261626c65223b623a303b7d693a32313b613a333a7b733a343a22736c7567223b733a31333a22776f726470726573732d73656f223b733a31313a2266726f6d56657273696f6e223b733a343a2232302e30223b733a31303a2276756c6e657261626c65223b623a303b7d7d, 'yes'),
('scan_force_ipv4_start', 0x30, 'yes'),
('vulnerabilities_theme', 0x613a333a7b693a303b613a343a7b733a343a22736c7567223b733a393a226e6577737068657265223b733a393a22746f56657273696f6e223b733a353a22332e312e30223b733a31313a2266726f6d56657273696f6e223b733a353a22322e302e34223b733a31303a2276756c6e657261626c65223b623a303b7d693a313b613a343a7b733a343a22736c7567223b733a31353a227477656e74797477656e74796f6e65223b733a393a22746f56657273696f6e223b733a333a22312e37223b733a31313a2266726f6d56657273696f6e223b733a333a22312e36223b733a31303a2276756c6e657261626c65223b623a303b7d693a323b613a343a7b733a343a22736c7567223b733a31353a227477656e74797477656e747974776f223b733a393a22746f56657273696f6e223b733a333a22312e33223b733a31313a2266726f6d56657273696f6e223b733a333a22312e32223b733a31303a2276756c6e657261626c65223b623a303b7d7d, 'yes'),
('lastNotificationID', 0x33363639, 'no'),
('totalScansRun', 0x31303037, 'yes'),
('wfKillRequested', 0x30, 'no'),
('currentCronKey', '', 'yes'),
('wf_scanLastStatusTime', 0x30, 'yes'),
('wf_scanRunning', '', 'yes'),
('wfScanStartVersion', 0x362e302e31, 'yes'),
('lowResourceScanWaitStep', '', 'yes'),
('wfStatusStartMsgs', 0x613a303a7b7d, 'yes'),
('wf_summaryItems', 0x613a383a7b733a31323a227363616e6e6564506f737473223b693a303b733a31353a227363616e6e6564436f6d6d656e7473223b693a303b733a31323a227363616e6e656446696c6573223b693a303b733a31343a227363616e6e6564506c7567696e73223b693a303b733a31333a227363616e6e65645468656d6573223b693a303b733a31323a227363616e6e65645573657273223b693a303b733a31313a227363616e6e656455524c73223b693a303b733a31303a226c617374557064617465223b693a313635393238343130373b7d, 'yes'),
('scanStageStatuses', 0x613a31313a7b733a31333a227370616d766572746973696e67223b613a343a7b733a363a22737461747573223b733a373a227072656d69756d223b733a373a2273746172746564223b693a303b733a383a2266696e6973686564223b693a303b733a383a226578706563746564223b693a303b7d733a343a227370616d223b613a343a7b733a363a22737461747573223b733a373a227072656d69756d223b733a373a2273746172746564223b693a303b733a383a2266696e6973686564223b693a303b733a383a226578706563746564223b693a303b7d733a393a22626c61636b6c697374223b613a343a7b733a363a22737461747573223b733a373a227072656d69756d223b733a373a2273746172746564223b693a303b733a383a2266696e6973686564223b693a303b733a383a226578706563746564223b693a303b7d733a363a22736572766572223b613a343a7b733a363a22737461747573223b733a373a2270656e64696e67223b733a373a2273746172746564223b693a303b733a383a2266696e6973686564223b693a303b733a383a226578706563746564223b693a353b7d733a373a226368616e676573223b613a343a7b733a363a22737461747573223b733a373a2270656e64696e67223b733a373a2273746172746564223b693a303b733a383a2266696e6973686564223b693a303b733a383a226578706563746564223b693a323b7d733a363a227075626c6963223b613a343a7b733a363a22737461747573223b733a373a2270656e64696e67223b733a373a2273746172746564223b693a303b733a383a2266696e6973686564223b693a303b733a383a226578706563746564223b693a323b7d733a373a226d616c77617265223b613a343a7b733a363a22737461747573223b733a373a2270656e64696e67223b733a373a2273746172746564223b693a303b733a383a2266696e6973686564223b693a303b733a383a226578706563746564223b693a323b7d733a373a22636f6e74656e74223b613a343a7b733a363a22737461747573223b733a373a2270656e64696e67223b733a373a2273746172746564223b693a303b733a383a2266696e6973686564223b693a303b733a383a226578706563746564223b693a333b7d733a383a2270617373776f7264223b613a343a7b733a363a22737461747573223b733a373a2270656e64696e67223b733a373a2273746172746564223b693a303b733a383a2266696e6973686564223b693a303b733a383a226578706563746564223b693a313b7d733a31333a2276756c6e65726162696c697479223b613a343a7b733a363a22737461747573223b733a373a2270656e64696e67223b733a373a2273746172746564223b693a303b733a383a2266696e6973686564223b693a303b733a383a226578706563746564223b693a313b7d733a373a226f7074696f6e73223b613a343a7b733a363a22737461747573223b733a373a2270656e64696e67223b733a373a2273746172746564223b693a303b733a383a2266696e6973686564223b693a303b733a383a226578706563746564223b693a323b7d7d, 'no'),
('lastScanCompleted', 0x54686572652077617320616e206572726f7220636f6e6e656374696e6720746f2074686520576f726466656e6365207363616e6e696e6720736572766572733a206355524c206572726f7220373a20, 'yes'),
('lastScanFailureType', 0x6170696661696c6564, 'yes'),
('scanTime', 0x313635393139333838392e35333535, 'yes'),
('emailedIssuesList', 0x613a35393a7b693a303b613a323a7b733a373a2269676e6f726543223b733a33323a223631376163316637613863653263376433646664653931353631373037353439223b733a373a2269676e6f726550223b733a33323a223631376163316637613863653263376433646664653931353631373037353439223b7d693a313b613a323a7b733a373a2269676e6f726543223b733a33323a223833383439643238383539633032636134346538323766613936393266366131223b733a373a2269676e6f726550223b733a33323a223833383439643238383539633032636134346538323766613936393266366131223b7d693a323b613a323a7b733a373a2269676e6f726543223b733a33323a223830613761633835643835313337373463613761363465643639303733663963223b733a373a2269676e6f726550223b733a33323a223830613761633835643835313337373463613761363465643639303733663963223b7d693a333b613a323a7b733a373a2269676e6f726543223b733a33323a223231366631313462333163313265656366366563386265393161643233333433223b733a373a2269676e6f726550223b733a33323a223231366631313462333163313265656366366563386265393161643233333433223b7d693a343b613a323a7b733a373a2269676e6f726543223b733a33323a226264336335376531356530623730333465353835636265323239646135653533223b733a373a2269676e6f726550223b733a33323a226264336335376531356530623730333465353835636265323239646135653533223b7d693a353b613a323a7b733a373a2269676e6f726543223b733a33323a223839643334323862336466663066653937316366303137623035623964353666223b733a373a2269676e6f726550223b733a33323a223839643334323862336466663066653937316366303137623035623964353666223b7d693a363b613a323a7b733a373a2269676e6f726543223b733a33323a223464613864393538346165663633623335393763636136303031343864333832223b733a373a2269676e6f726550223b733a33323a223464613864393538346165663633623335393763636136303031343864333832223b7d693a373b613a323a7b733a373a2269676e6f726543223b733a33323a223637633232323330346564326232363733633631376634646165303665383030223b733a373a2269676e6f726550223b733a33323a223637633232323330346564326232363733633631376634646165303665383030223b7d693a383b613a323a7b733a373a2269676e6f726543223b733a33323a226162663463663734333337353364616564353438623763383034616432636462223b733a373a2269676e6f726550223b733a33323a226162663463663734333337353364616564353438623763383034616432636462223b7d693a393b613a323a7b733a373a2269676e6f726543223b733a33323a223334633963323531353233666337653462623835376536666463336632643436223b733a373a2269676e6f726550223b733a33323a223334633963323531353233666337653462623835376536666463336632643436223b7d693a31303b613a323a7b733a373a2269676e6f726543223b733a33323a226361376164323531653163623037356230393733623630303061383532663164223b733a373a2269676e6f726550223b733a33323a226361376164323531653163623037356230393733623630303061383532663164223b7d693a31313b613a323a7b733a373a2269676e6f726543223b733a33323a223235346662343066636565393536353463393264356233633538323532333830223b733a373a2269676e6f726550223b733a33323a223235346662343066636565393536353463393264356233633538323532333830223b7d693a31323b613a323a7b733a373a2269676e6f726543223b733a33323a223133643031646237373466646635383237613030613464623031353166373466223b733a373a2269676e6f726550223b733a33323a223133643031646237373466646635383237613030613464623031353166373466223b7d693a31333b613a323a7b733a373a2269676e6f726543223b733a33323a226136346439386262363666386634623564363630366366633139336662626333223b733a373a2269676e6f726550223b733a33323a226136346439386262363666386634623564363630366366633139336662626333223b7d693a31343b613a323a7b733a373a2269676e6f726543223b733a33323a223562613565393466613564306665346663323233393831353833666334346236223b733a373a2269676e6f726550223b733a33323a223562613565393466613564306665346663323233393831353833666334346236223b7d693a31353b613a323a7b733a373a2269676e6f726543223b733a33323a223434363433646532383938363462343139626238653838363031336263353334223b733a373a2269676e6f726550223b733a33323a223434363433646532383938363462343139626238653838363031336263353334223b7d693a31363b613a323a7b733a373a2269676e6f726543223b733a33323a226236316236613836363731333539306265383235336337643631666633393266223b733a373a2269676e6f726550223b733a33323a226236316236613836363731333539306265383235336337643631666633393266223b7d693a31373b613a323a7b733a373a2269676e6f726543223b733a33323a223337663139303039373230326563663932393862653964363738633732613564223b733a373a2269676e6f726550223b733a33323a223337663139303039373230326563663932393862653964363738633732613564223b7d693a31383b613a323a7b733a373a2269676e6f726543223b733a33323a226466366266333835326132656264623430643364663233626366663637386263223b733a373a2269676e6f726550223b733a33323a226466366266333835326132656264623430643364663233626366663637386263223b7d693a31393b613a323a7b733a373a2269676e6f726543223b733a33323a226532306663353537383832343761333965626631363934323135353637633035223b733a373a2269676e6f726550223b733a33323a226532306663353537383832343761333965626631363934323135353637633035223b7d693a32303b613a323a7b733a373a2269676e6f726543223b733a33323a223434316337633864303735323866343465616533386635646633373438663137223b733a373a2269676e6f726550223b733a33323a223434316337633864303735323866343465616533386635646633373438663137223b7d693a32313b613a323a7b733a373a2269676e6f726543223b733a33323a223262666638646230353335336431353063303330336134653363323731376532223b733a373a2269676e6f726550223b733a33323a223262666638646230353335336431353063303330336134653363323731376532223b7d693a32323b613a323a7b733a373a2269676e6f726543223b733a33323a226666343530393736616462383138393937616337663464326661613232373139223b733a373a2269676e6f726550223b733a33323a226666343530393736616462383138393937616337663464326661613232373139223b7d693a32333b613a323a7b733a373a2269676e6f726543223b733a33323a223432363263326238326638353330373962613437316165346562313862613638223b733a373a2269676e6f726550223b733a33323a223432363263326238326638353330373962613437316165346562313862613638223b7d693a32343b613a323a7b733a373a2269676e6f726543223b733a33323a223134316133646262363062356633346234626332313263363233633832613938223b733a373a2269676e6f726550223b733a33323a223134316133646262363062356633346234626332313263363233633832613938223b7d693a32353b613a323a7b733a373a2269676e6f726543223b733a33323a223631306430326363306335373461343366396664343538633662393537663035223b733a373a2269676e6f726550223b733a33323a223631306430326363306335373461343366396664343538633662393537663035223b7d693a32363b613a323a7b733a373a2269676e6f726543223b733a33323a223064633663313238656333383462336561613563643938373130386133383535223b733a373a2269676e6f726550223b733a33323a223064633663313238656333383462336561613563643938373130386133383535223b7d693a32373b613a323a7b733a373a2269676e6f726543223b733a33323a223535663964636166653739323931306561633630613333373130366633653430223b733a373a2269676e6f726550223b733a33323a223535663964636166653739323931306561633630613333373130366633653430223b7d693a32383b613a323a7b733a373a2269676e6f726543223b733a33323a223630613764326334313837386532663362323337373763613639656430373830223b733a373a2269676e6f726550223b733a33323a223630613764326334313837386532663362323337373763613639656430373830223b7d693a32393b613a323a7b733a373a2269676e6f726543223b733a33323a223831643831653634383138356131613865383036633239636365356662313264223b733a373a2269676e6f726550223b733a33323a223831643831653634383138356131613865383036633239636365356662313264223b7d693a33303b613a323a7b733a373a2269676e6f726543223b733a33323a226330303432313263623038353063646430643962666231326337623135326335223b733a373a2269676e6f726550223b733a33323a226330303432313263623038353063646430643962666231326337623135326335223b7d693a33313b613a323a7b733a373a2269676e6f726543223b733a33323a226161373130323132666139663135346432666435616265346563323839396133223b733a373a2269676e6f726550223b733a33323a226161373130323132666139663135346432666435616265346563323839396133223b7d693a33323b613a323a7b733a373a2269676e6f726543223b733a33323a223666303033343963313637373561313065646535663036346635386666633566223b733a373a2269676e6f726550223b733a33323a223666303033343963313637373561313065646535663036346635386666633566223b7d693a33333b613a323a7b733a373a2269676e6f726543223b733a33323a223265346663373933643838613539386634363731356331366662633435646138223b733a373a2269676e6f726550223b733a33323a223265346663373933643838613539386634363731356331366662633435646138223b7d693a33343b613a323a7b733a373a2269676e6f726543223b733a33323a223830346663393066653930353866623731653637393337653931333539396461223b733a373a2269676e6f726550223b733a33323a223830346663393066653930353866623731653637393337653931333539396461223b7d693a33353b613a323a7b733a373a2269676e6f726543223b733a33323a226434316161643766373561396461313832326565636531626162353634383634223b733a373a2269676e6f726550223b733a33323a226434316161643766373561396461313832326565636531626162353634383634223b7d693a33363b613a323a7b733a373a2269676e6f726543223b733a33323a223537336332636135393166633334306433363035353738626661643430336265223b733a373a2269676e6f726550223b733a33323a223537336332636135393166633334306433363035353738626661643430336265223b7d693a33373b613a323a7b733a373a2269676e6f726543223b733a33323a226162313834386364666239663766613436373461383634613866333739633933223b733a373a2269676e6f726550223b733a33323a226162313834386364666239663766613436373461383634613866333739633933223b7d693a33383b613a323a7b733a373a2269676e6f726543223b733a33323a226233306530623834316361636133323237386535663530356231386464626332223b733a373a2269676e6f726550223b733a33323a226233306530623834316361636133323237386535663530356231386464626332223b7d693a33393b613a323a7b733a373a2269676e6f726543223b733a33323a223538306433363030326132336335626265656465626636363861666539323865223b733a373a2269676e6f726550223b733a33323a223538306433363030326132336335626265656465626636363861666539323865223b7d693a34303b613a323a7b733a373a2269676e6f726543223b733a33323a223236366638383635303731636630373239623461326466376336353161343133223b733a373a2269676e6f726550223b733a33323a223236366638383635303731636630373239623461326466376336353161343133223b7d693a34313b613a323a7b733a373a2269676e6f726543223b733a33323a223339313963336461363931653665663761343062333861313231653134316664223b733a373a2269676e6f726550223b733a33323a223339313963336461363931653665663761343062333861313231653134316664223b7d693a34323b613a323a7b733a373a2269676e6f726543223b733a33323a223730323363636336333466663234356231363439343234336264636635323937223b733a373a2269676e6f726550223b733a33323a223730323363636336333466663234356231363439343234336264636635323937223b7d693a34333b613a323a7b733a373a2269676e6f726543223b733a33323a223833613761396461623263373436316336666630333334303739633239633330223b733a373a2269676e6f726550223b733a33323a223833613761396461623263373436316336666630333334303739633239633330223b7d693a34343b613a323a7b733a373a2269676e6f726543223b733a33323a226331343165373765346661313466333661336662663337366333616232633337223b733a373a2269676e6f726550223b733a33323a226331343165373765346661313466333661336662663337366333616232633337223b7d693a34353b613a323a7b733a373a2269676e6f726543223b733a33323a223935323033646238323363613361316662623965396164626333313130346133223b733a373a2269676e6f726550223b733a33323a223935323033646238323363613361316662623965396164626333313130346133223b7d693a34363b613a323a7b733a373a2269676e6f726543223b733a33323a226633323730623433353561366561386564386164623962313235373835323939223b733a373a2269676e6f726550223b733a33323a226633323730623433353561366561386564386164623962313235373835323939223b7d693a34373b613a323a7b733a373a2269676e6f726543223b733a33323a223366336437313934626536366237383661623035343735643331613833623532223b733a373a2269676e6f726550223b733a33323a223366336437313934626536366237383661623035343735643331613833623532223b7d693a34383b613a323a7b733a373a2269676e6f726543223b733a33323a223137646461616132363135363961373433353139343932306566656236343564223b733a373a2269676e6f726550223b733a33323a223137646461616132363135363961373433353139343932306566656236343564223b7d693a34393b613a323a7b733a373a2269676e6f726543223b733a33323a223839383439326264333230613162643636353462646430353565633631383239223b733a373a2269676e6f726550223b733a33323a223839383439326264333230613162643636353462646430353565633631383239223b7d693a35303b613a323a7b733a373a2269676e6f726543223b733a33323a223666643064323930623937386561623830323765366237393530316163313439223b733a373a2269676e6f726550223b733a33323a223666643064323930623937386561623830323765366237393530316163313439223b7d693a35313b613a323a7b733a373a2269676e6f726543223b733a33323a226239303731653138316438373238623936353336393132663938626433633232223b733a373a2269676e6f726550223b733a33323a226239303731653138316438373238623936353336393132663938626433633232223b7d693a35323b613a323a7b733a373a2269676e6f726543223b733a33323a226362613064643866666434303061343238343738663436393832633062633836223b733a373a2269676e6f726550223b733a33323a226362613064643866666434303061343238343738663436393832633062633836223b7d693a35333b613a323a7b733a373a2269676e6f726543223b733a33323a226532616134666564366365356361353839376562383339336163303235366136223b733a373a2269676e6f726550223b733a33323a223432643362386534363630343833313533343166396261623161366366376431223b7d693a35343b613a323a7b733a373a2269676e6f726543223b733a33323a223634326631663839343635363834323134636137366635616166666438323735223b733a373a2269676e6f726550223b733a33323a226363333265636537613462356165346432373939333435383965323332346634223b7d693a35353b613a323a7b733a373a2269676e6f726543223b733a33323a226637653464363865336664616465633739373636623938633633663664633337223b733a373a2269676e6f726550223b733a33323a223662386138366331653066306433373333316135393835363833303363323966223b7d693a35363b613a323a7b733a373a2269676e6f726543223b733a33323a226433616232643861333138643339663039623135313233303963636263353566223b733a373a2269676e6f726550223b733a33323a226531636132653565613431623564616665333036336335643134333538383663223b7d693a35373b613a323a7b733a373a2269676e6f726543223b733a33323a223266653131313563316361396334313661653165386537616561343464303365223b733a373a2269676e6f726550223b733a33323a223266653131313563316361396334313661653165386537616561343464303365223b7d693a35383b613a323a7b733a373a2269676e6f726543223b733a33323a223964623638333466356661663761313762323165353164353865363062343937223b733a373a2269676e6f726550223b733a33323a223964623638333466356661663761313762323165353164353865363062343937223b7d7d, 'yes'),
('autoUpdateChoice', 0x31, 'yes'),
('wafStatusCallbackNonce', '', 'yes'),
('disclosureStates', 0x613a323a7b733a32303a227761662d6f7074696f6e732d616476616e636564223b623a313b733a32323a227761662d6f7074696f6e732d6272757465666f726365223b623a313b7d, 'yes'),
('totalLoginHits', 0x343533, 'yes'),
('totalLogins', 0x313437, 'yes'),
('lastAdminLogin', 0x613a363a7b733a363a22757365724944223b693a313b733a383a22757365726e616d65223b733a31343a2269616d636d616e6167656d656e74223b733a393a2266697273744e616d65223b733a343a2249414d43223b733a383a226c6173744e616d65223b733a323a225456223b733a343a2274696d65223b733a32393a225765642031317468204a616e7561727920402030333a32323a3532504d223b733a323a224950223b733a31343a2237332e3138342e3134392e313436223b7d, 'yes'),
('totalAlertsSent', 0x313437, 'yes'),
('lastEmailHash', 0x313637333436383537333a3865616164613939313362333334383436633534323763343263626563653862, 'yes'),
('originalScheduledScanStart', 0x31363539323833383030, 'yes'),
('lastScheduledScanStart', 0x31363539323834313031, 'yes');
INSERT INTO `iamc_wfconfig` (`name`, `val`, `autoload`) VALUES
('malwarePrefixes', 0x1f8b080000000000000314d6793815ef1700f0d997bbce9d3bcbbd7349594a85128a42522452491b25518a44d95a484a21492b11854a94a448918a94b469212a29a545452bd2267edfdf1f9fe79c799e79dfe79d33e7cc333ee3c78c8f0a1b6f3e5ed7df27cc5f7742d878b331e3754fbf1adeff20d525ef650d7fc93ff04543cbc42901a5b38e4dbe3e19edb2cd3829fbff7d96e375d784fa2d0f58ef17f6ffcb31666696e6ff6d030096e900f8fd0600dd7204e0613f00784737003fdb08a029fb01f40f0460919d00f6341dc003d60144c24b40dc620c480bbd0059ae2b20675a00b9701a90cfea04a89b8b00eadf154031b60c50748402f4a1068031380130e51500fb7636c0d9c8012e2002e0293b80f7be0cf0a7b401d5bc1a40559709a8d37b00758e03a0be2705d4cfee02c2cc0c40705f02088df68046bb11d05c710734b7c6005a2e3d80d6c25f80f6010d306818050cb2ea0306ed1c05e88cef027426d5033a418b8021b7ed005dfddf80eea40a4037e800a0fb623fa0679003e85dac010c96d90206db3b8061dc6c60d82c5bc030ec1060b8ed0c6078fd2c30fc603030bcaf011861150c8c987f0518f1ec246064bd03305aa70718555c008c3ecd058c4b3e01c6ef170326b62980c9e62fc0a85335c0e8bd2980193b0830079d01f315ad80057216b0d83d09189bbb111837eb3feeb1c0b8ebadc0b8ba1e605c431b6039de1cb02a580258d59080d5ef6460fcc97e608236054c88190b584bfe01d6975f03d657960236032460dbf714b0bbb8199874a61698742f1c983c2403709038020eb737028e4fd300a7fc12609a6d1f306d9d11e08219032e5621c0f4ddfd806b482ce01afd0c9811de04cc48f002669c7e0ccc78381d9839bd0f9895fc079875fa04e0367e0ee0968501b30b8e02eeab5c01f79fb9c05ca70660eec377c03cc73a605e731b309fb300162c3f002c487b0d2c38e3032c284e00165c59002cf89e03782cfe0778e4a6009e630b014fabd38067f62360a1bd2db0d07504e0a5ad05781d1e05789b7380b77f2fe05d98002cb925027c88eb800fe30bf86cbc0bf8aa30c0f710042cf5d4079659b703cbd6fe67d73860d9d705c0b21fd1809fec16e0e79e07f85df401fcea4381e5277600fe6bdc8000c92620604f2c10903a0958a998040426224060e7482068fa3420385a0c04c71603c11fdc81d5e07360f5de49c01a301358d3ba1908d99b038411414058501e1076b908082f360622b04a2062e91a20226b0058a7af02d6f53a03ebfdef001bb6860291975120f255051035640b10959d0f44475d00363d5d0c6c6e8d03b65886035b56c140ac2e0fc4064501b1ffbdbbd8241c88bdb706d8faf31db0f58f2eb02da901d8b6ef2cb0edf93b207ece6a203ee910109f4e02f175e78184b5f940428e239038ba1448dc3701487c3b06d8812e067684ac03929c2b8024970e2069873fb073e41320b92b0ad8f5ca09d88d2c01760734017b9097c01e6637b067eb6f60efa7fbc03ed97760dfc85e605fef4e607fad0790020c05523ce60129411b81d43dc9c0817105c0819752204df7369066300a48972f0032c64b800c673b20c36322903950041cb230010e256b80c3d3a280ece19940b6df442067df3d20e79e337064512170b4fd3470ac5901e4d6dc03f2c0ed40de7a7320efa31190d7e7069c70cd014e1afe020a8cf38182745fe054a30370aa5b0e1442b140a1f149a070fe6da0f0e11aa0b03d0428ec9e019c6ebb049c311a0c9c591a0c147bac028a977b0325274601e77ca600e72a5e02a5269dc0f99995c08529dac085ed89409905fc1f1e289b3208284f520217a3b380cba7aa80cb77260157dee600959360a0d26d3d50b93214a806d540f5f46b40f5460ba03af10c507d0103aed57c04aed7d901373a8601b586a380da53f780dadbe7805b395ac05d170cb81b7202a8d39900d4354702f7663600f77ce5c07d452470df7f1cf040bf1d789078187838fb32f0f0c42fa0c1341568b874047874f61bd038530e34a1cf80c763c380c7511dc0e347eec0139fa7c0b3cd5e40cbc536e079ec20e0053c1778616a04bcd8fb0d7869391978395909bcdc5e03bcac8f015e1d4b07da96ba016de962e0b5b73df03a240c789d3107783b7213f0f6b229d0ae6305b4af1c0dbc9fd0097c684b023a9dcc814f1b7c80cfbb75812fb6b3806f8ba281efe7a7025dcbf602ddc023a05bcffd3ff140f7c240a0fb880fd0e303013d8fed811f0dbf815f8514f0c7be13f89b550cfcfdb613e8bbf719f8376322f06f4e2930a01f0b824b1f80e0b54b20344d1f84f23f80d0a7fb201c7c128463bc40c4ba0c44f6ba8268bc2d88192f05312714c4fece0371ac05c49d868178d41090783604242fcd0445d62ea0c8eb38285a3b08141f5d0c8acba240f1071694406b40c9f0245032d9029486df05a55bdf8032bb6850f6753a48a5448354fb3390a6cb4066bf27c81e7b0cb2cdf92047a482dcba0650a589005516fb41555200a8d6ea05d50b9f80ea8be9a0fade7e50182d078545a9a0b06e38a89955036ae9a5815ac30e835af37c41adc64da0b67e21a8ed550b6a3ff90c6a3f7b050e2a9b0deae8e5833a9bb2419d9a2de0e0c0767070bc293844b3151ca25704ea5a3b81baaf1681fadbd340030f57d0c0f31f68f0f21938342d0b1c7a7109386ce930d070ae1434cc4e040d5f5b80c3d90de0703f1938bc580f1c1192048eb89c011a7d4d008d5d1241e3d93b41e315f1a009940f9ac8da4093100538aad1081cf5eb2e381a5c0b9a8e7d039a5a7f06cdc2ef80e6e020d0bcb70b1cebb3081c7b2a081c67701e1cb7620c38aeed006839763e68b9fb1e6899351bb49af81eb44a4e00c7e7e9831382fb406b991668bdfe0d687dc014b4feb901b419d903daec6c076d4e5e046dca0b41db6f45e0c42fe3403be77ed0ee55033869d13fd03e26149ccc2f06273f4f00a77c4440a74027705ad915d0d97a21e83cf91f383d87065d237e80331c678233a6478233350de0cc2b47c0598f6e806e1303c1d9f71e80ee0e5f41f79cb1e01cf0213817ae02e7ba5883f3f4d3c179451bc1f907eac1f9e913c0f9fffcc105ce11e082c80de0822425e8216f063d86ef043dea9f801ead96a067851fb870cf00b8f09c2fb8b07917b868ed417051e51ad04bb216f49ab412f43a52042eb6df032ebefc08f46e890497e4e783be7f8f824b3dd3c0a547b7824bf354e0b2046bd00ffe0cfa658d0657b864822bde4f02577ceb06fd375d07573ed805069ec6c1c0473018d8a205aeb23402575d1d0057dd580906ad1e040685e582c17b1130f8b51d18923f160c1b5e0b86bd58088675c780e123df821183ccc1889fb6e0daf521e0da4dafc0752b3e81ebaaf683eb6f9a83513e8fc1a833f6e046f834b8b1cb008c5e35098c3e9409467f3e066efaa107c65c5d06c63c20c1cd0d0a70f3d34c70f3ab19e0962b8de056663db875ba37b86dfa32705bea5770db897de0b60e27306e621718b7d91b8cb78c00e317f780f149d560c2922c703bbf074c6ca7c11d36a1e08e1b47c1a4582998d4dc0426af9c0a26a73f07777d4802f7f8b7827b7be682fbb48783fbe63d00f7dfaf07f77f2a0153977880a92d9fc0036519e081fb0360da912b60dafd7230eda90d983e68137870f54430e35b3d98e9e8021e2a70070f15e78187b75e00b3520bc06c551f98dd9e00e6841f0073fe8c068f319bc1632ff781b9935560ee2233f038150f1e5f520a1efff80ecc9b9800e6359e05f3fef681f9f7cbc0fc17ebc1133132b02079365890fa132cf8bb153cb57f0378eac339b0d0ec2a5858f71c2cf2990e16bd60c133254fc0b3b24de0592b73f0acbf083cbb26163cfbdb0d2c3630014b9840b0b430183cefb702bc306c0758c6f58365b933c08b4a1fb042b617ac30ab032be62e072bc2678397968480972937f0b267117879d545f08af15cf08ad748b012ab022bb71e01ab46458257bf8c05abc76f07afb93f04af453c07afcfd7056bf243c19a13ff397507bc11fd05ac35be03de1ef407bcbd2c10bc9daa0bdeaea9036ff706827775e78277875e04ebc6b8820fececc0078b96820f1227820f911fe0c3ffead0a0ef093e0a6a071f1db6001f7d71051b77a7838d3d916053bd3df8182d011feb0f031f7b28c027116fc1e60769e0b324026c91f5832d236780cfd716812fca08b0b59e025f9a24832f2fd482affc2bc057e73f80af9ee3e01b7500f8169c09be73b002dfb59581ef7aa783eff9b5e07b9b5ef043d211f063743cd8313c00ec18150c7694b9819de76dc04f4ed6e0a7d9d9e0a773cee0a7dba7c04f2febc1cf1e20f8b9a613fcf27e0bf855b418fc3e7d38f8bd580976c55d06bb3a10b0db580a76ef7b0ff644dd047bcb4e813fe331f0e7ef62f097d76ff0d7325ff057c076f057b60bf8ab7536f8fbc21af0ef1923f0efc30be03fc3f5e0bfb230b09fea05fb6b3bc081573b20c0938680340e02370543e0dd0608ec708620230708ba9d02c10a7b089e3000c176b6107ce71284901b21c46239842e790ca11f1d206cd70e08afba0811e68d10311e80886d232172fb2788bc1a0a919d0f21d1bc5848b22514923a2b21e9a9ab90f4c65b48661b08c9be5c80e453c590fc952d440d6985a8e3272185bb01a468d902293112526a2f8094772c20ceac05e293db21f50b3f4830fd0b0956472161bb0124ecf0853439af20ad774190f6345f48477b0ca4f34f020dd6de030df6748706873c8506df7b010df9f714d2cb9f07e97ddc0ee9bb7f87f457bc87f4776f84f4bf984043c7d641c3dc9e41c37c0741c3024aa16197bb20c3822bd0889635d0c8597268e4dd2390d1e41ac8e89f0a32ee2521131c8046692d86461b0c824627be834cdf3442636425d098112b20339f64c89c22a0b1ea5dd0d82de9d038e324c8b2702a6459c642561bbe40e327e943132c7420db1924641b6d06d94d5807d9139720fbc36b20fbecf3d014bb4590c31e06724851428e7353a0a969d990d30e0768daaaab90b3fb37c8b9f03be412e00fb96c9a00b9bc7f004d270643d3f90168fac52ec8d5b31e725d3d0572ddfa06727df21d9a352a049a3dfa24344fe886e65f3c092df8ef3c1eda43208f1124e44978419e735da185c23468e18403d0426f3368e13d105a347c3db4e8b12bb4e8cf53c8ab7627e4ed940379a75a434b3cc7414bb2e3a025d5ab219f21eb201feb78c8d77df27fbca1a5171a20bf9bdf20bf3777a0e587e2a0e54f66422bd60d402b631868e59e85d0cabbc3a1956f0f402b7f7b4381f6e95060c53b68153b065a35cd1b5ad5a48182dd1ba0e0221b68351f07ad76378556978742ab2f96436be0b9d01ad7155048d61828743a0485de5f02858df802857f64a008077f28c2e92114b1f73bb47ed41968fd520914f92c018a09358562726e419b8756429b2b3e415becef435b777c85e22c3da00449249430330f4ad8390025fc980a6db76a8612077f8112ab95d08e980128c9b41f4a9aec0e256dfd2faf1d0e25bdfa0a25075f87764db90aedbaf205da1d9d0ced71db0bedb9b40bdaf3c705da1f4f4129675f40292fdaa054712574c0e2159456980ba54f7c001d4cba031dcc18091dcc190a65b8c54199665950e6841028f3f114e8f0394fe870e779286b481e941d6b04e5f8e8434738057464690374e4d801e8c89312e82867041db3bb011d7b150e1dfb6b091d5fd20d1d3f7e1bcafbf812cab7cc80f2234740f91b0743f977d64327e05fd0098b9fd0099759d089b45bd0c91dafa102a8132ad85a0c9d6a7d0915ea044285cf1e4345880b54e4391e2ada3e032afa0941670a7e43c58af75071a8022ade3f032a29cc824a4e7f86ceb92aa07377e643a563caa0f39b70e87c9e3774fed454e882e832541e8041175799411733e4d0252f097405dc09554d5f0655bd7181ae6e5d0b5d4d9542d51147a06b0987a16ba7bf43359e15d00de3ef50ad47187473f763e896c14ce8b65801dded3900d5698ca03ad320e8de3a1ebad7ae07dd8fb0801ed01ba007babfa07ace17aa1f7f0e6a08190c3daa9b08356ef3861eb727424ffd1f40cdf7eba0e7cb40e8e5bf75501b770b6a33a2a0b62559d06bea0df47aca17e84dc67ae86d7215d4be391b7affc701fa10711efaf0d20bfaf06507d4916904750e9a0a757afd803ae3caa04fd75aa0cf7e4dd0979ae3d0d7f86fd0b7fd46d0f7d44ea8eb7206d4ed1e0975c7fc83ba93b5a0ee7b5fa11f6b73a1de337a506f5519f473d56de8176702fd6157417f3c52a03eed7bd0bf9e6ca8bf461beaefc361903485c1a97130947a1f866dfc60b8a60e46f49ec188d17518cb7782b1eb8760dc2612c61d2fc384f97298181b0e13ddcaffdc824960164ca696c1a29189b028bb0916b5b3b0b85b054b064d86252707c1d24bc9b0f4b1052c1b120acbf6bc8565b53f613a2a10a68f5f849546376065940c561604c2cad726304389604e910373898760d5e2cbb0ead7715858920e0bc5ceb0f074352c0c34c11afb6458b343026bafba070f9a1e0f0f3a2282757c26c13a6dc7e1c19b5078f0031c1eb27d3eacbbee21ac97d00beb5ddc03eb9b7bc243c515f0d0cafdf030e41f3cacdd1936743e080fef3c008f3498008f0c99041bdd390d1bbd0460a34f146c5c6b099b7cf7834dfe59c1a65e9eb0b924153677fe089b9f68852dfab6c056366b60aba445f0f8b80c787cc93dd8baf0036c531703db34bf846dfe36c2b61b5fc213ed52e089a515f0c49712d86ed33ed87eb0213c39bc0576887d013b5c34851d0d8fc053af6f85a79969c1d3aa5fc2d39e52b0b3ce28d879c20dd8b9e817ec423f865d7fa3f00c2a119ed171049e09fc82674ebc0dcff4308367666e8167c504c06e1b5260b7821df0eceb62d8fdcc01784eb0073cd75003cff33d03cf779c052fd8ac823d605d78a1d51578e1f63e78d1b9a1b057c93f78b1cb7d78f15b18f6d62e83977c74877d4624c1ff9510f671780dfbf430b0eff95078e9edddf0d20f43e1659a787859e56a7859d52bd84f6f1dec175509fbe519c0cbef0d82fd4bf561ff969db0ff670dbcd2d0005e5970120e1ceb0907da98c3816bffc1ab1acae0603e070edeb8145e3dea1dbce645101cb2e7171cf2cc170e9db5110e7d41c361e58e70d85b080e17e7c211f36de188b359f0baeec7f08692bb70a4b11d1c7931098eaca98623fb6fc351335de1a8c21638ea7410bc31f905bc31a501def8c012def8f11dbcc96c121cf3211f8ef99804c782d7e0d8dd1cbcf5cc3b785bc42878db36068e737900c78ff805c7572d80e35f5f81e33b86c3db1d6878c7919b70d2b4687827f011de193e15dee57611de23da02ef79f51dde3be938bcf7e306781f5f05ef7b5402ef1f49c0fba71c87530313e003b671f081056be003b943e003378be1345b0c4e5beb07a75f6e80d36f94c0e9cd5be083df0de00c73373863a5369cd1e506670e9a096766ac81b34b3ae19c15dbe123e14df091a33ef051a6153e7ac50f3e66b30e3eee4cc179471de0bceb1d70dea3f970fea0d7f009220a3e9170073ed1f71b3ea9df099ff41c059fbced06178c2c820b8e3bc2a74ed8c1855d59f0e9459be122e348f8ccb0a3f0d99a0cf8ec6d4bb8b82e1d2e59750e2ef939193eb772057cfed93cf802bf132e63cfc31553fec015910d70c5ed85f0957f2170956d115c75e6217cf5f431f85ae225b826672e7ca3ba0daea57fc2b5f1fd70edfe76f8e6fcc5f02d2303f8363217be636b08df716b83ebec9ec375178ce0ba2e73f89ed81dbe5765083ff471861f163c821f968c86eb6d40b83eda076e08d80637c46f811beee4c38fe256c34da35ae0c7a7d6c04f6699c0cdbbf5e0e6bf17e1671235fcdc7707fcbcd6137e51390e6e3d4cc02f3d9de0572bf5e157fd3fe1b6558ef01beb48f8ddd81ff0bbb85ef85df62df8dd7fdfab77bf0fc31f8936f8e35807f8e3d246b8f3aa3bdcf97e29fca96f08fc35782afcf5cd6ff8db4d67f8bb100677b172b8cbc30deeda6f0377bddb07773f36857b1af7c13ded73e11f31cbe11f1f0ec3bd3a91f0cfcbabe05fc323e05fbb27c1bf9dcce13f5e95f09f4b12f8efbc23f05fefcd707fe604b83f5b020f3cdd000fb49d86073ed82240cc6e04c83e8dc0d43704a91e8ba0536f2368ca10047d3d13c1a6ae44b0e5ed085e710721dd19443c390011df4e442413b72192e62f88b4520b91b93921b2e3b710aae626a2a84d44149db711da752442efff85d04fee234aee1ba29cfd1761914c847dd88a70d6c1086f9a8ef0475f20aa735710d5f54e449db11051e77f4704c5144478760ad1b2fb8e6845d7205a1dff106dcd4c44bba81ed16e5f87687f0d440689ae2083ae8e4774befd43747e352283a7a2c8e0c59d88de196f44efe31c44dfe015a2ff470b31f07b8818b44e46863eaa408621a98821ba02311c12850cff9a8f8c5c771d310a8e408cd69a22467de710e3117688f1c619c8e89fa688a97d1162dab80c19b3e2273266e03e62566582984b2620e65e6f100bc55dc4227527328ebc8c8c5b6a8a8c8b9a828cbb178f582a472396ad67112b750f62151d86d8e8a9101b8f18c4c6df09b125d29089757d88dd5c1764d2da61c8a4632b117b7b093265a11ee2e0f00871987b187128f5461ceb86214e3a8390699b61c4794307e2bc632ae27c3c05713ebf0c71be720b71397d1699ee3c04995ef50299fef90932a3a1059919d58accfcb91b9925139059aab9885ba837e2fe31089933fa1a32c7c50399bb6a2232f7421a32f7bd2932b7b71399a7fa81cc33b244e6efb987ccaf5a862cc819847884f8211e61258867e407c4731f83781e9b892cdcbe195904db215e95db116fac12f10ecd40bc0fd7234b6a5a11dfdc09c8527d4364e9fc55c8d2d84388dfda32c4ef6824e297678ef8f5be4196bf90202b4ede42fc555948802a1059d9bd0c095cf00509cc1e83049ef24602eb6d90559e3f9055d90c1234fe281214d08604c79d45824fff4256a7ee4556370f43d64cc4913547ed90100f0e09295882844e5b8f84d6a423e14b4124e2fa5a64ad6e06b26eee7364bd2219591f168bacbf54806c00ad9168f312243ae005125d71088971f64736f3e1c8962985c8b6c5c3916d29f39178d76a2401bf83242c5a8b24acfe8b24241f45b6139790edcd77901d374a9124d52c24e9920db273ac14d9b9f10f927cf11292dcc3227b9cbf217bc27590bd9357207b1d9e237b3f6d46f65d1f40f653cf90fdbf3e20fbff9920298bc62229be0c9212ab8da41a7f4552e7ce4352ef37220722ce2007de1423695bc620077510e4e0e4242473db78e4d0b8f1c861ab2ee470623392759f45b2bf3a20d9bd99c8117b0fe4e8debbc8d1131791a38fd5c8b1b2b348ee363de4f8040cc9e38621791b6291934a183979a11439596d8714a08dc869d145a468721372c6e1007226d50a3953f812396bf411393beb3372f6841b523ccd0e29d1ed454a9a2c90737d3c523aeb3752ea3e14b9509b8b94cda191b2a26748d9fd44a4aca118b938ae02b9b8e9057249e3845c1e3f1ab93c8f422ea70421575e6b2395a7ae209577e2902ac326a42ab013b93a611452bd2507b94e6d446a86af476ae26e23373a4a905aadf548edcb1348ed6f0be4a6a414b9d98e20b7a521c8ddd451485db931722f5b07b9f77b2772bf2d10a99f958a34d8f6238f8e55228dcd354893ed02a4299f471e7bc0c893d93791a77ba5c8d3de8548f39bf5c8b32c4ba465c824a4c5f931f2c2bf1e7979ab137945f8216de299489bf138a4edce1aa4ad6504f2264e1f796bf31379bbd61b7977c01c79d7ea81b44b3b90f6e2fd487b6d3ff21e3885bc0f4391f7e7f2900f5c13f2f1bffa76a43d443a5f94229f567c433ebdb3403e8338f219d242be2c5b867c29b442be9cad40be942e42becdfe867cfbd18cf414ff467eccfc8efc68d420bdf30390de8052a437cd06e92d9b8ffc347b85fc3e7a06f97da60ef9a35581fcf1ac40fe263b207d4ba448df330be41ff604e91fb209e95f700ce96fbb8a0cc01f9081bf9928f8fc270a75a5a3b03a0945eefaa0e8ca9b281af813456bd528ae744271c3fb28591c828a86af45c5a217a8d8b41995bc3f89caae4f44e50318aaa8aa429533da50462f0c653e6328db90877223bc508df7705473c20f1d6435031ddca841873c7e8bea8aca50dd712a54f7912faadb321fd5e3dfa07aeb1250bd9c5254aff137aa3f9546f503e5e8d0ecd9a8a141156a182d4287fb1c43470c4f478dcf01a849fa71d4e4aa133ae6f56cd44c50a266bbda51b3438b500b10422db6f7a2165d0c6af1e3353ab6ed223acec11e1d37f3226af91a40ad5cefa1566137d0f17b65e88495b9a83508a2d6cff6a1b663dd51db7d63d189c216d41e3e884edeb20b9d12c7a10eef7550c7994351c7eb3ae854cd67d469d578749acc059db63d1c75298c425dceb6a0d3b13274ba7a3deafa78153a4374189dc996a26ea59ea85b653b3a9b9880ce9e7a0e757f7b099d53a88dce8d5b8aceeb9a8cce0f7c8e2e30b98b7ab220eaa57b17f57a548e2ede3d0df5d192a33ebd45a86fe917d4f79d36bad4c50cf55b7215f56b8b4457348c45fdb3bea1fe17f6a1fecddbd09583fea12b3deea02b83607465af3eba8ada84ae4a6e44838df4d1d5a36fa0ab2f3ba22163d7a1a1de9bd1b00227347c472c1a9efb185d6bfe045d3fe82dba217802bae1a40f1a4938a31b87f7a01b27ef45370603e8c61a1e8d692e4237bbbc4537e7a3e8e62f31686c6339ba3565101ae72a47130c5fa109b153d0ed5f9dd0c42fbee88e5b53d19de13568f24c6334f9860b9adc254377c5d0e86e450dbadb3e03dd7de501ba376e1cba6fb716baff8b359aa2770c4d31b44053ce6d4253ae58a007a6dd420f1c53a307aedc47d31c9cd1b47d5568ba910b7a30568466ec7c8666eadd4033ffd5a2876c7cd1c323c3d0c31f0ad1ac317568d6add36856f30834670884e68c4d4073e222d09cec5834e765289af361247af464349abbad08cd2dd1458f0f9e88e6ad2846f3b296a1f93374d17cffbf687ef40334bfcd173d7104464ff4ed434fe66d400b580e2dd08e450bc6ac430b4ecc464fadaf424f7b7f464fbf3f8a16c724a32515fee805bdbde885c45af442fb30b44cf70d5ae6740b2d9b75042d2bfc8896d7eba317b7ad472ff765a157bea4a0959f5cd1cadeb7e8559dfde855fd0be8d5614e6835b408add67246ab2b07a3d50f6bd06b25cde8b57b8bd06b5fd5e8f5b7d5e8f59e58f486fc027ae362105a6bed80d6ae71426f528de8cdcb5ee8cdea7af476e428f4ce9aabe8bd1dade8bd7dade87d57157a3f26007d285b863e5c9d8b3e920b68a34912dad8618836fe89479bb8f568936d13da541e803e89c9479fc275e8538fa1e8331d107d566283b6ec94a22d7faea0cf77bd479f9f3982b6ae7a85bef4fd4f7222fab235087d35b6017d65dd87be5aff017dd5fe077d3dbe097d3deb11fafa5128da6e720e6d9ff41a6d7f6383be4f7445dfdfc8443f8cc9473b6c0cd00e472fb463f313b4e32c8976fa7d423f9fdf837efe3c0cfd121a877e69b046bf6a4d46bfea5f44bf15cd46bf9b8d46bb980d6897e607da75a702edbafb13edfac8a3dda39cd0ee437fd0ee73abd19ee20ef487c32fb4d7a50bfda50846ff74bc42fb82e6a2ffd6df43fb2153b47f540fda6fd68df647cd40fb33a6a3fd05f9e800528a81ad4f30a41ac5d0e10e18960e63587b1286fd8bc0f0f25f187e3f0d23ca5d30e2e63b8cac76c444f0794c6c9e84897dc230f1b26c4c62608749e2ce62b2957731d986fb98ec038051cc798c1e7113531aafc4b833328c2f3f8fa96a9e62aadf4e987af42d4c7dc40653b785619aae5398e64f0ca635ec18a6ade78269e70462da558b30edeb0998ce53736c886e13a67b2015d3830330bdd53f31bdbc5798ded74998c1c148cce0c8536c684222362c7e0d36ec5b1666185a8c0df72fc0865f988b8db02ac6460efb838dfc5b8d194fe6b0d135a1d8e82fa998a9d620ccb426011b63b20f1bb32f0f1b6bbe181b7be0133636331a1b5bfe171b67f2101bd7548159061ec02cc3f531cbda1c6cbcc94c6c7cad2d3661a4096633ee2f6633eb0366cbbfc26ced1b31dba8fff2f4e5d8c4e1bed824f60f36a9f4193669a01eb3d759894d5918804d29f981390499618e6d8ed8d46137b0a9a143b0698c1536ed863be692321173f94861ae3f82b119aac1d88c23a7b1593520e6260bc1dca863d8ecb86ecc9d73c1e6f4676273e52bb1b986fdd8dcdf9ed8bcd237d8bc6f3fb0f9191c36ff7129b600be852d68d7c53cc6f7611e73db31cfc53d98e7de139867c152ccf3b91ee6f9d6105bb8538579b107b1c5830f618b979ec1bcd31bb0253fdf603e8e4bb06583de61cb265dc0fc0c97622b7ab3b080210c1690f1070bc8fb8bad74de8dad7c35180b7c711f0b7c7b045b35651e1634f21d1694fd110b3a158405cb5cb1e067241642746121de13b190f2d758a80b8785be4cc0c2aaee60e1678cb088e1b3b108fb75d8ba0787b17503f1d886c7bdd886670fb10d5f9cb1c85dc658f488c358f4c9f55874713eb689dc846daa1b856d1e19806d4e388d6d3e7405dbfcc103dbb2db108b3d9a8ec5fef5c7b666cdc7e2f45ab0b8490d58bc781b16ff703d9610fd0b4ba8fe8c6d97e761db55fad8f62a05b6bde90696783b014becfd8025ddb7c376a69fc592c3596c179a8bed0e9462bba3706ccf9435d89ea7c5d8be1d9fb0d4496bb1d44c124b3d6983a5f62ec00e042760e9c3c3b0f4d8d158facd14ece0ef342c33780d7668f71becb0ee07ecb08f3f9665fa0ecbba6e8b6507ea62d969349663dc831db9f1043bca4ec18e2dcbc28ebd3a84e516a663b9979cb13c740496279d8ee5a9b66279770db07c682176e2bb183b09fec04eee1c8a15843fc20a1f4463a78f2dc08a74df6045ae7158d17f752eea26b133bae9d899e075d8d9e52c56ac4ac78a1d9bb0e22d2158c9a1a95849cf65ec5cff46ac74fc39acd4da012b9daec24add69acb4eabfbc2503bbf0448c951d75c2ca212556fedb10bb888fc12a6e0ec32afafdb04b5afdd8a56f5bb1cb7abad8952f065865d46eacea3b855db566b0ab3f6e60d56d4fb06b273762d70d0e63d797ba62d76f2ec1aeb70dc56a6213b09a3d7bb19abc07d80db755d80daf63d88d3b1dd88de6f9582d370dab7dff16bb997f05bbb5cd09bb5d3d04bbdb1f85d521fbb03acb5aecdef20bd8fd2519d8c3d1b558c3d0395883258435425fb127855d58739425f66c741df62c3c0b6bb95685b5fc32c75af99558ab3386b5fa9962adbba6632f5718622f2f4561afdf2dc7de305bb1b70137b177a79db0f7c867ec7d6f04d6c18dc23eb9ecc4be2ac5d8f7a1f558d7f46aac2b7b32d65d1381f5b82cc27e0c47b11febd2b01f5159d82f2c17fbb55c82fd8af881fd765a87fdb1e0b13f4e85d8dfd523b1bfef48ac6fcf42acafbd06fbf7e62cd6dfdc87033b1d71a0aa1f878efea7d000473cdc715cbf04274d27e3a203f771f109035c726b1b2ee5f7e0d29f5371caf61eae686ac259ad689cddd38a73959b7175d0465c28dd826b74d7e11a6319ae6d9d8a6bdfb6c1070535e23a13b6e03af3fd709d0d4a7cb09b193e64b4353e64c55b5cb75285ebf6f8e17adbbee17a7b9a70fdad36b87ee55ddce0f269dce0c9427c98f4023eccca171f56adc247740ec58de51db8717e156efcf5176e72743d3e2ae53c3eea44253efaee4ddcf4f24fdc7460e27f5d10848fe9388c9bd5bcc6cd877cc0cd6d10dcdce32c6ede6d885ba0f5f8d884707c6cea3b7c1c7a0ab73caec0ad8e4fc5ad6e98e3e37587e0e3973dc0c77738e11376afc227549fc76d6c6ee336b67ab8cdce5bb84d8d2d6ef3ad09b79d8de0135d37e376837a70bb0f77f1c9fdb6f894606b7c4afa4fdcc13f0777085b893b144dc11dbd0fe18e3b4d71c7230df8d498647c6a5a13eed4dd854fb3ba8d3bff0cc65db81bb84b9f0e3edd300f9f6eba1b9f99ee83cfcc30c56716aec367a145f8ac004f7c5677253e3bf81a3efba837ee6eb70c9fb7ec2c3effa235bec03e065fb0652feef1e903ee79b616f7ac5b8a2fb4d88f2f7cb60a5fe47108f77a108a7b7504e05e031adcdb301cf70e76c6bd2f56e13ec783719f4fc1b8efb24bf852a7367ce9fbbbf832ede5f8f2ca05f80abb29f88a9e53f88a9f6b70ff275ef8ca90df78203e1c5fb525155ff535010f7af6090fbe698aaf5e70155fbd70341e3a908c877d5f8687afd7c2c3a31fe0e14f6af1887b33f1884f8ff075928bf83a753abe61d5797cc3c60978e4fc757864dc033cf278041e59618947e51ec3371a4ec137debf8d4773d7f1e83f31f826ff35788cde673c26ad018f79b11a8f699f8b6f1efe04df7cff02be656534bee5ed367ccbe77178ec9d6a7cabbc1fdf7a6928be6d098fc7d9efc6130e5ec5138e34e1dbe1743c11b3c213fd613cf1c0367c47ce473ce9be35be73cb0c7c675b25beb3c315dfd93b074ff675c19357e4e2bb32dfe1bb3ab6e2bb1f32f81e681fbee7c5357c2f918aefbba28def3ff30c4f09eec353d28fe2a95ac7f0544f2dfcc09e93787ace26fca07e027e3078259e31458c672c8bc633caffe29909fbf0ccd44f7866433c7ec881c40f2d58881f1e648b1fdeff04cf6a4fc0b32fafc58f78efc58f5c7b841f793416cf45ffe0b935049edb9e879f20f3f193ca87f8c9a039f8c954082f183f1d2f885a83175c3f8117f49fc00bcbe7e0a7adc7e3a7774fc24fd769e1a7dfdec04f77fcc68bd8bb785108849f5d6e8d17cbf4f162cb22bc78ef6dbc049d8397b486e1a5615ff1d2cf65f879993f7ebecc1d3f7fe5097efecd2bbc7c22835fcc1c865f76ff835ff609c6af2c7d85576addc0ab8256e2552533f0abb378fceaf19378f5aa3ebc3aff1b7ecdeb3d7e6dc530fcda7963fcfad05bf8f5d06afcfad55cbc061e85d71838e23531b5f88d392c7e53d389df9cafc66f1998e0b7bf58e077353bf1bb439dfe7319bfbb0bc3eba04378dd706bfc9ebb217eefeb6ffcc1fc50fca12c1e7f38e920fef0fb38bc118ac21b652e78a32a086f0c15e18dfbb4f0a6b5be78d3661fbc698f1bde54928a37dd9a8237f531f8e31d2cfe0458873fb11d8f3f99d885b7cc3a84b76c7f8fb71c37c35beecec19f2f71c15f841be1ad018ff19719b6789bc775bc2d88c7db4e00f8eb71cff0d7b1a3f0b77129f8db74047f5b7f177f57c2e0ef9e2ec6df973cc3dff71ec73f3c0ec23b7c03f08e1759f8a76d93f1cf7a2ff1cfb633f1cf6753f02f4d17f0af6737e15f7b2cf16fd3fbf16f1fb5f1ef6bd6e15d951abcfbd42ebc677736fec3aa08ff71cf01ffd1668af7ae6bc37b3702786ffa61fc27698bff8a96e3bfded7e0bf075dc57f0fbe82ff3ed58aff7ed185ffd1e6f13f265bf0bfb203f8df81ab785f9204ffc73be1ff2a40bc7fb331de5f10830fa0a6f880f7727ce0cb4102b45f4780f3030830d584004b29027a779440d43f08c4c08e40760512c80f1181aa1f11a8ed3002e3f61098c54e023fd042109a6882303427c42d302199f38f90f49d246429fa04557298a0772411ca263b821d43106ce56782bd3785e0705d821bbc90e07c1c093e622fc197f6102a5e8b5065b28430ef30a1797d99d01a9a4368253710da836611da179f13da5f771283a1dbc46062223178eb066288683131446143e8857d25f4f61a1206442c61503394185ab2841856534518ee0922860f8e2086ef3b4e8c78ac4b8c24c71223695b62e44823c2e8d143c278de55c244768e3031eb2146cf4689d1ab3e11a37fe38469d448628cd545624c542761e6ef44589c7b4e587cdf4e8c8b7e428cdbf78918d7f590b0e47c084b832f84a5792261394f97b07c924f587e5d4958f67c24ac129289f196ab8909adab09ebe1d7091b952f31b1e5106117fd9ab0eb1841d87d2925ecf5b409fbfdce84fdbd6e62ca832fc4941f768443af25e1e89f494cc577135387c4105357b6134e36a708a7962384d3b751c4b4990b0967adeb84b3bd2be15c1148b80c0f275c4655102e252ce1faee1d3123703d31136826669e9a45cc221d885927720937b74984dbb3e584db9b02c2ddc980708f7622dc8f2511ee0509c49cd9f388b9e37062ee198e98c75412f35bc7100b9ab5090fcb36c2532f98f0745d4e7896cc2416a58908aff1d7082fd7638497af8a583c3d9a581c62412c7eb89af01e914a2c99ae247c985784cf7c86f09df399582aae239666cc2096e686124bcfc6124befdf22fc74eb8815ce3b097f830822a0299a5839641a11b82e93086cbc4804d36b8935c3af126ba2cc8835cf1b889009e944e8522322ccea1011f6249108fb664f84e7dc20d65216c43a761bb19e584b6cf05c4444855711513f6b888d452dc4a6f040620b1d416cb13e4e6cb9329b885d319f88ddbf8ed85a7493d8b6c39c88bb1f4ec43d6f26e2078610dbe5d789c4d0d344e2e545449264359134cc84483a3c95d8859e26768b4613bb23b289dd8fea883d368b883d8fb589bdfff4fe534cec27dc88fd2bdc89fdc7da89fd1f1f10290e3d448a630c91fa36933810b3823870fa2d71e04c1b9166b488489be144a4bd1f46a48ff623d2e71711e9b5ef88f4e679447afb61e2e0d58fc421c09c386417481c72af27b2606b22ab3489c869a488239365c4d1051388a3af9389dca19789dc152788e35af788bc9b9388bc6fe144be6680c81f7387c85f3c9538a9df4414646344e1a4fbc4e9a82344d1b4d54491879c280a3c4f1475871167c04144c94b9428755c4294eeb84f94fe375be74fbf272e94fc262ed4161217da8f1065dadd44d9f71ca2ac574a94e31388720327a2fc9098283fb782b8e8be92b858a74d5c7cf295a8a8ae272ebf21882a892951b5eb025175682851bdbb9fb8b66480b8166046d404571137d85ce2c67009517bd98bb8397d1f71cb2693b8656b45dcba1c42dc3eb885b8fd424ddc19674edc59914fdc897843dca95f41dce9df4ddc634e10f7162711f74d6b88fbde29c4fd7de6c4fde37788077229f160c30ae2c19716e2a18d2df1b06f01511fb788a8df378ba86f4c261af89d4443d322e251b23bd1f8d49a687c594c3c5991413ce9bb493cdd20259e1eed219a2dcc88674359e2d9396ba265d971a2252d8f7841ea13adaf40e2e5f624e215fc96781b788e78db7996f8b0be8bf8f0c087f8e8d64f7c5c0b111d46d644a7ac8fe8d4bd45742e1c4a7cd636233e1ba6129fd3b4896fca69c437f56ca24b144774adaf27ba067c889e9dd3899ee377899e1304d1331044fc48da40f4c6eb10bdb70e12bd6f70e2b74707f1bba69bf893fd99f8d3ab45f4e97b137d3f7e10fdd39f13fdae538901b53e31d0709f18782e25c18d2f4898f52061a368122e5693c8d05a12a90b2031710189b9cd2371b515892fde4112475793c4d37324091990e4e639a438c18494fa369272ff5324b5d68fa4be3d20154238493fef2319c53392993f85641ae348766829c9be1942b2dd7924e7b09ee41658935c6933a93af0875497bc2105b105293cdc4f6a963d21357f4e925af22452cbf50da935ef1239845a49ea1a92a4de8995a4be248ed42f8a25f59fae220d5251d220dd9a34f82b27872dfc410eaba548433e9a34d4fa4f91821cbe7d1a3962ce0372c4d14e7264de3072e48d21a491ab0b69e4f69f1b9f49e3d518697c633a697c6b3769c29e224d9c469126b1cf48b33227d23c731669c1d69163275f25c7a52b49cbd1a3482bd35872bc6415395e154a8e1f7f8d1c1fd94bda6c594fda0e36266da7bd206d67fa91b68d6f48bb358fc9c9441839d9554d3aec79493adcd2251d311dd2713b484ef559444e8d0825a79ef94d4eb3f8464ecbaf239d770590cea95ea40bd94b4e1f8049d7b3dbc91957ca49b7ad8b4877ff63a47b5317e9febd939c236926e74c7944ce299d4ecead61c979b21de43ced17e4826786a4e73403d2b3ea18b9f06405b9b0c4855c64eb442e2a0827bda23c48afe4b3a4d7a11fa4d7fbe7a4d7e77de462dfbfa4b7d717d267e45ad257934efa0eca217d0fb0a4efc763e4d2b57fc9a5097bc8a53f2dc865654b493fc4835c1e664e2e7fd040ae18d143ae08b84eae684d27fd5deac9808b0fc9954f83c8c0b685e4aa3a0f72d5efafe4aabfc3c860cf3fe46a2373720dd342868c0d2043221832e4c87732acca9c0c87b692e1a78bc908a708322234908c287c4caedd2f25d73ef426d795a9c8757fb3c8f59b47901b4c66921b3e4f2323474690916eb664642f4646d153c928cf4be4c675ebc88d31cfc968c51c323a7934b909ad23378dda4a6ef2de4f6e2a7e466eba6c44c6ac1f4cc6b42d27378f3b446e4e594fc699dd2213d66d24134aabc8c48db164e2c79fe48e35f3c9a45f196452bf37b933122493d5ce64f29e6472d7b64e7237f18fdced2326f7c9b3c9fdf742c8149b8f64eaf5cde4012d03f2c0ce9564da7f3d72f09b199939ff2999a5df40669955935995d964567f2b99bd6e279953b5853cb252461e8592c8632f3dc95c0b84cc0db84be65e7d48e6febb451edff587cc6b3a4fe6cbb4c8134e0af264812b59b011240b526bc8c2ef23c9d3bc2d79fa441a59a4a8208b867e26cf3c8f218b2d4692e76023f29cb50f796e5a2279ae7f1159aae5435ef04d212f846d27cb260f27cbb63d27cbfa6cc8f291c7c972af4ab23c7c2d597eeb3d79314d4e56aca6c94b5a3ae4a5a92fc94ab74764959d3d79b5600179b5fb18593ded35599de24956e76f21afd33ae4f5222579fdda58b266a62b5953ea4ad6ba6592378d4e9037c36bc95b849abcd3174dd6e93c24efcd7b4b3e704a271f5c74201f8ac5e443637ff2e1021df261691cf9f0eb55b2c17b31d9384d9f6cca2d269b6e19914dedd7c9c72ec5e4e34b17c8c76f7bc8276bde934f3dbcc966592ad96c9e4f364fcd209b576f219b937ac86786b3c867fe9fc9675f4564cb9fb7e4f3523bf2f9f39de4f3df3664ab8735d9eaf7947c53bd857cf33d977c3ba8837c1bf69c7c5b0f92ef6efd21db07af27dbafc690eff3b5c80fec6bf2c3353df2e3cc16b2c3b28efc94309cfc9451447e363f447eeeda4e7e39fa80fc52154a7e5b8290dff2e6925dc846b2bb7811d95de64d763f75267b72e2c95ec28dfc8568c85fea4af2573d40febed944fe0162c83f072dc9bf567bc8bec9bfc97ee513b2fff228b2bfea920818c28880da3d2270c95511dc522e82bf648b901f6d22547650444cb211911d3e22b2ff96486c632e12cf7a2b127bad11896b28917cfd3891bcc751a458bd46a4784b8a689f1d22665a8588f57513b1af08116f4489f8888b22f5b4f122cdc26691ceeed7a2213b34a2218f4244baca4891de9d5f22bd67c522bdb78ea2619f0d45c3472688463a6f15193b9c14199f992f327ee12f1addf74134766d9468dcb0d1a2717741d17848221a3f5c23b236f821b29d3c4564272c13d91dce154dd6dc154d2e731639a28922479fb922c7965da2a9f301d1b433af45ce138b442ed80fd1f4aa0fa219f9cb4433de448b669e8813cd2ebc23726f3d269a939b2c9a3b739068dea09fa27943cf88e60572a27967ee8a3c4e4f147974f58b165a9d102d8a7f285a54868bbc0c1f8a16676889bc6f468b7c3229914f95bfc8a76dbbc8e763976899e2bbc86fa6a9c8cfeb81c8ef84bd68c55c73d18ab83f227f8b13a2801537452bdd6c442b3ff7890263834541432f8bd654f48bc2be368bc26f2e148577ad12ad8dff275a7bc556b4f689bd6843509e6843ca1ed1862a52b4f1cc5ed1a66e47514c8942b439f89868eb9dc1a278ec8928becc429478ffb128093e2bdae97952b4b3a248b4bff08d68ffd3f5a2fddf34a29491df442921d9a294aeb1a20357e689d2cac78bd2fa968bd27367880e3e3e2fca305f2bcac8db2dca78eb263a34af487428639f28fb42b528bb2954942364898e486d44474d0d4547933a4447f33e8b7293ffd36e213abee68228efde1551fe153bd189286d51a168b1a870f25a51d1b29da2a2cc7a5151f950d119f102d1d9e009a2b36bd244c5f59f44a5c3f78a4a1d46884a8f6688ce8b0344e7a5fb44172a6b4565ab568bca820744e587b545e567424415fe334597e40f4457669e115526e98bae6eb51255abad44d7aefd115dfbfc5074dd6e81a8469623aaa99e2caafdc6896e7eb112dd32382eba03bc16dd893412d559b488ee8512a2fbe7b245f5e41251fda77651439452f468fe4f51a3e8aea829d858d4543041f4384b2a7aa27111357f2b10357f27452f62ed452fae5e12b54e582e6a6db82c7a795e10bd7a972c6a9be9297a3368bce84df407d15bf90ad13bc53451c796c1a28e0444d4198c8b3e2f5b28fabce2a9e8f3da42d197447fd1d7e491a2af67f445dfffebbdefbeef455ddff244dd3778d10fbfb5a2bf1428fabbf3b2e86fc67d51df26b9e8df8336d1bfaeb762c04a2c4626558951c701319aea2826f2fbc4e4875d62519baf58a225154bc6ee17cbb6f98965d99162b96c87589ef35d2caf382da6b532c4f4f85831edfc5cac043f88993d1bc5bcff22b1ba64a558ebd546f1e0b1f9e2c1af5688f5dc4789f5dad2c4064a543c74e235f150cf096243a1433c7cb9a37844f55cf1c8c9c7c4237b78b151f50db1f11163b159de56b1598189d86a8aa3d8aab3433ce1f44ef184d255626bc0506cedbd546c1de224b69dfc583cd12f576c9ff74a3cc540e73f1fc553de3b88a77ab162a7053662a71d1bc4d31ecd154ffb982e9ef6f7a8d865f56cf174dd66f1f4608dd8b5cb503c6b559078d6b32f62b73d0662b78cb562b7cc24b1fb9eede239fe9de2b95d6bc5f39f54893def8162cf7f1ee2c5db978a17ef9a2d5efcbe50bcf8db4bb1f7466bf1d24593c54b3bd689978ba68a57cc6d17aff8be41ec5f9d290e10dcc40195a7c5812b7e8b5749d3c5ab6a92c4c1a5b438b81b15877444884367a48bc3348ee2b0ceade28805f6e2b5661271e4759178e3d5dbe24d8576e24dafb78b638012718c81ae78b3d65cf1e6bedbe22d95dbc5716a53713c74439ce02488137cebc509fbf4c4dbdf1a8a93021688777a3489934babc57b1221f1de962ef1de9fd7c5a951afc4071c6ac5699bf789d392e3c5076b4f8b0f3e4a16678c0816671169e2accbede29cd69fe223eba7888f775f15e7e93e14e75d5c2c3e1192282e18ad1617fcdd2a3e6515282e1c7b475cd8a1119f398e8acf6e7215976e10c4a56fd689cbc692e2f2a2a7e28b43168a2fba7d12570c2a125714c4892f7b1b882f6f2e115fd9d123be52982baeda9420ae8a3b21be9a6d2dae1eb7487cfdc67171adab85f856c21df1ed5b43c4b7dbf4c5778e6e12df39bb557c778893b88efa287eb0b650fc1099257eb8638cb8fee268718325276ef0771537c44d11377cce11370aa3c58d5b07c44dee3ae227d412f193ec6071f3fe05e296d25be2e73733c52ff69b8a5f343a8a5ff4be14b7eaed17b7eea3c5ad15d6e236cb47e2b62daee2d7c687c5afebe4e237a095f84df701f13b91bdb8bd7fb7f8bd69b5f8bdf378f1c7192bc49f7891f893fb29f1e76b0fc59fbf93e2affda3c5df64c1e26fcb7f8bbf5b5d1377bd568a7b960c887b3e36897f6ca912ff0c04c53f073ac5bfa65888fb26d3e2fe414bc4fdc6d7c5fd05bbc503ab1a24c0dd7209981f2e818bc74be07fef2578f36309b1a558421c3e20215a374848699084dcfb5822227e4844e51b24a25bd325626d3d898c0e9228a75d9530410a097ba14fa2729a28519f73970816ae12e1e42089a6f79964d0229964d0328d64d08627129da84689cec69d12dd785b896ec936895ea4a7447fe82089c1890792a18b5d25433f8f970ccb5b22313c6d2e194e6f938cf40c958cfc7349629c7b4562b2f28bc4e4835832ea8ca36454e751c968fb08c9e864b164ccf51489f9b625128beb3d92b1c19d92b1bbcd24e3473b4926b4874a6cc05e894d848dc4e6f16c895dc033897dac97648a7fa1c4e180bdc471c727c954234232d5da4ce2343c4ee274f7acc4a96196645aa08dc459ebaac4b9ecbbc4c5f5bd6446112c99f1ef926466dc6ec9ac6b0912b7492e92b9e7774be61d6024f3fa649205ebbd240b7e43120f8f93128ffd4a894755ad64e1123fc962936792c5d9f3248b4b6748bc5f364b96c8174996e8444996cc3c2359b23c58b224d45be2a3de2bf1895a2559c6cd90f8ef1e21f16fab91044ccf9104f4384956068f93ac5cff4a12a86e95049eff275915672b097a1a28091e7a4db266658264cdebbd92353f8d2521eee72561c6d692b0922449d8c57b92b0471325e1b20149c4830ac95ae72cc9ba9d0992687c836493004936f58d93c4dc782289756d906ce5de4ab65e6d966cfb1b2b49f29e26d969474876fadb4b924fe848f6787b48f6acda22d93bfba6646fea09c9ded70b25fbe6b84af6c79948527dde480e4c0f96a4d5cd90a4ff7d2dc950c44b32160649b2a672926c99bd24bbb7519293f25072749c587274d962c9d1f44cc9d15749925cfb6592dcbd0192bcc58024eff569c9097d37c989aded9282a8539253f31e484e65de909c3afc4c72e6d421c9d999b324e73eeb49cef58b25a56ebb24a53e2a49e91113c9f955b992f3a10725652bc324655d86920a189654149e975cfabc5f52e9f248726dc31cc9f58d5e925bf56f25777853c9dd0beb2575f2ad923ac33592ba5d0e927b9b7325f7767e92dcffbe58f2c077a4e451f13949d3f52592a776d192e6badb926707bc25cf237325cfafb7485e0cbe2079e1f24bf262cd49c98bd802c9cba3a59297a7e225afae0d95b4ddb390b43dec94bcdee92c798fa749deefb3947c30e8937c845e4a3ec5ac937cf6574b3e379c937cfea0907cd9eb26f9f23348f26dcf48c9b7f46392efe69b24df6f8c96746b9b4a7abc54929e3ba6921f334b253f8b47497e7f3c28f9dd6d2be9fb9b2a19787a490ad9ad9042536ca430755d8af89a490969bc54244b978a4f244b6543bba4b2e1ae52c5ca4552c62f49ca5e8f94f25caa940f3b2dd59a1428d55a754baa6dfb583a2277a87444ef3fe9c8a993a523ddc3a446dbc2a52660a87414f44b3a4a92211d35eba174cc862ae998dd6ba4668b82a466917ba5e6b6efa5e6d5d1528ba92fa4162e57a416770e4ac78e8c968e1dfd493a36cd503ab6bb556acd8d92da249f96dab4d8496d67ae93da363c95da05e448ede2fba476df82a49346e44b27859e90da8f9a239d1c562c9d9cc74a1da688a4532d42a4535bc74a9d66dc973a657f924e13d4d269ff10e9f40d85d219ffee4a67ad3a2a75d37694ba1de7a4b39f8c94ba478c92ce71db299d87544a1738384b3dfdeda49e2943a40b2d4648bdaccca58b4ff352ef64b9d4bba44feae3e829f56d182c5d763850ea27ac92fa8ddc29f59bd526f54bfb2df5ab1a90ae10bd95ae30c4a4fefacdd255eb364b83fc5aa4c1dc2669b0ee3969f0d0d7d2e0b82269f07b89344456230dd1192c0d15b74a4375974943233e48c35e6e9586759c9486fdae95461a7d93463ae0d2a8530fa531fb5e493717bb49b74dc994c6f1ddd2847fefa43b260f4893967f912657164a778918e92efdedd25d91ced25d8f22a4fb6de749f73fc994a6d80c96a65c8c97a6d6944ad357e84b3387cd901ef6e99366d58c9666dfb4911e75f9203d7ae8a5f4f8c1a7d2137708e9495d5c7af2d7336901e62a3d35eda1b4e86cadf46c7db5b4a4eaadf4dcbad1d2f283b7a417636969051227bd54e42daddcfe545a159326bd96ee21bd1ed127bddebb4b7ab3f78ef4d6839dd2db6695d23b4b7da475e171d2bae6fbd27b7097f4dea570e9fd618fa40f4ea8a4f566fed2472b22a48d3551d2c6bad5d2a609f9d227734e4a9ff4df943ebdb251fab4f6a9f469fd2569f3e591d2e79691d2e76f66485f7aba49db8eb84a5f5b0f93be9e9d257d6b0848df76b54bdfadcc97be0f8d927e9c1320edd8bd4dda792542fa69bb5afa59b74bfab93658fa756194f4ebc13fd2ef54a9f47bec6e69d7e85fd2ae1922e98f6543a5bd690ba57f46df95fec91f2ffd9b162aed1b1d21edfbfd47da8fed94f647ae9501bbafc8c0a22f32e84a850c7e3c4886fabc95a111fb65d83373197e414b26fa49c9c4e01699445c2e938ce765d2802d32b969ab4c117e50a6f8522fa3cfa5ca98724cc6620764ac4ba68c753f2e63ffdb97330564dc1b03194ff6c9f8719932b5768d4cbdf7844c3b76b06c50de7499cecd38d96074816c7063bd4c37f1b34cdf6aafccc06c8e6c68b081cc30da4436a2f293cce856afcc78fb4d9909724736eabf35a3c73e918df6fa24333515c9cc0e3e92993d4c915914ef958d3de1231b5be22c1b77c95a6689a1b2094a4799adf97099addf7c997df968d9e47ca96c4af7279963b248366db08d6cba49a6cc75bfbf6ce6a965b299ad1f64b32a40995bf442d93ca844360f792c9b97e2249b3f3e4c36bf2745e611f146e639a858e6e9fd5ab630e89ecc7bf1769977f23699cf6289ccf74898ccf71a20f3c3bfc9fc12bec9966f9b2bf3f76d91f9975f9685d4ee93853cc564a10dcdb2f0acedb2f0f36764e1f50f646bc53ab2754bb2641b120b6491b63f651b338d651b8f3bc9a2131ec9a24ffaca36d52e92c5acdf2fdbb275852cb6305916dbee28db76cd5d16671d2c8b27e3650923bb65091f7fcbb67b78cb12f5dec812774e91edf8b3449654be4b961cf05d96bcc752b667ee7ad9de61bf647bad0a65fb7dcfc9f6df2991a5067f92a51e9a2e3bb0bd4276f09c203b58e1223b58374496d13b4c96f1275976c83d5596c5f2b2233995b263567eb2637b5d65b9fe9db2e3db3ecbf2e7a86505f7c365a7e6e6ca0aa73c9615f6dc959d0e9e263b639c282baee99315df5c203b37ec84ecfc8408d905676dd985f83059f9b08fb2f20996b24b97fe73a35776a92e5076c5939455abfec9ae850cc86afeeac86e981d95d57acb6477ee27c9ea829ec8eace5ac9eaaae265f71684c8ee15dbcbee17cf943d6c9c207b3ca75df644795bd62cfe296bb674973d4b59226b215c652df25db2e7a54b65addc21d94bee95eca5b19bec65202d7b19f359f6ca3c42d6f678b6ecf5535af626da51d6bee3a9ec4367a1ac43765df649592efb6c9e25fbf2562efbd2d32efb767b9decc7dc25b21fe56b64bd9f7264bd7d35b23f45a6b2bfa2fbb27fba6f65ffb697c9fe5d3296f5377c930d1817ca0189460ef2a81c6e9f2d47fa46c951ef30394ebf90e3cb70397ea2524eecfb2c277e2d928b6e8c948bc745c8c51fc6c825a4af5c6acbc865eedbe5b2f679720571474e0f58c89507abe56cc236397b5c2de74937b9601d22d73eaf926bd757ca0735fac9759a19b94eef78f9e0e73972dd7ba7e4faeb01b941ada3dcb0e8ad7cc4cd2df291191fe4236f7d961b4da9961b73f3e526afbfc847e964c84d97b7ca4db735ca4d4bb6cacd6a0ce4663f37c9cd2751f2b1c00eb965132cb74aae955b9567ca27781e975b77b9cb6d9e7f90dbfd2c944ff90cc81d881d72c73198dcf12f2a773a794ceef471403e6ddf45f9b403ebe5d32af3e5d37fa17257ed3ff219a23972f7f56be47314c7e4734e46c8e7f4ee97cf7ba7962fb01a2a5f907459eeb1f283dce35b99dca32748eeb962b0dcb3a448be28455fbe2873a7dccbbe40ee75d75abe180b977b1fa5e44b3e8f912fdb355a1e78a9411e7ca1421e7c7fad7cf55d4ebe267da23ce4e9377998d6397998dd2379b8bba73c22ec967cfd881e79a46ea87ca34c47be51314abe71e0b43c3a495f1e9d1c20df3477aa7cebe474f9d63f947cdb1d58bead7e9b3c6eea7979c2e076f90ec7487972a7a77cd78283f25dffbce4bb37a4c9f7849bcaf73498c9f775ebc953dea5ca5325d5f2838bb6c80fc5bacbb3ac16cbb3076f9367ef7e28cf3ef75b9ef3ef913cd7c3489e9b30437e3c8092e79bf9c84fc213e505a647e405df4de4459b63e4452f94f2b32b4be567bf8c94171ba4c98b0d53e525ade5f20bced3e4657aacbc222f477e69a88bfcf2a4787965eb1079b5db697975d662f9b5b1c6f21aa326f9cd864af9cd81b7f25b990af9ed9a36f9fda743e40f9a7ce40f8fdf96d71b5d973ffa612a6f046eca9b9243e54d3519f26766f1f267ef5fca5b9d59f9cb65d7e56ddbdecadffe2d90b757d7c8dbbb58f9fb3bc1f28f4333e41df755f2ce2d69f24f5ab9f24fcb9de49fdeeac83f7daa907f593e58fef53423fff6345afedde7b5fcfb0020efcad097f77aa3f2de9da7e43feffd90ffaaf82aff7ba14fde57d52eefd79d2e1fa83d410165d91494164a21f85c0a91f750f850170a0f5f44e19b2f50e4683d8a7cf48222dfd651a21bf729f1acc59438603c25d1f3a624bf214aa6584ac96ca329d9b5ad94ecf3394a6e3640c9cf0da528114151efca29c5ea488a8edc47d151fd94f2ee538a91aea518d3a714bb91a0d843bb282ee917c5b58650bca88552ef5c4ba9fb23284dc8624acb9aa0b49ac3281db137a5a3b94de958c65243ecbe50438e5ca4863cbc4ee9ceb842e97dd949e9338b297dad60ca007e46191cf5a30cda1f53438fdb51c3c0526a58d23d6ad82f6bca307b3635fcbc1735a2620e35e2512035921a478d7c5d43194dfa4d19cde028e34b5b28133f35659273961a65fa9e1ad55a4b8d7ee6468d310aa0ccf22594d9b554ca7cee79ca623d488d3d7d931a67b8891ab7622b356e533f356ed73eca6a8d0d6575760e35e17e0f65b3cc96b2898fa26cee0394edb31dd4c4879fa8898ff5283bf3b9945d583835a9f30465eff6979a32fb1b35651e4c4d09fe4339ac594839e46ca31c7ad6538ea90fa9a9f1c19493e50fcaa9ac8272be9545b9f896512e87922997e3df299786a7d474a3f3d4f445e6d4f4f019d4f4575f29d7c93ce5ea6143cd787e919ab99fa6662d3a48b9097b2937af26ca6da716e51efb9e723f368e726f37a1e60c3940cd0b5f4bcdf7aba2e61f0ca61644f5501ea252ca439c4b79fe2da416da5da1bcd6e7525e9f22299f0bf7295f7037e5bb97a3966ebb462d2bbe45f9c966507ef177a9e55a3f287f288a0aa0392ae0c36e6ae5fcf154e0d0622a70c33c6ad5c31a6af59a726a75520d156a3c9b0acb3b4b85a79950e105e3a9b5ee14b58e194fadfff68fda70be8cdaf0a39b8a2cdd4b455e5a4c6ddc329c8a764ea5a2a30e51d1b71ca84d9ffe509b3e6fa23677db529bfb4e525b268ea0b6b828a92dfe73a838bf582ade740fb5dd633995985844ede0eba81d5a4154d2a65b54b29923959cf79ddae5f089da75ca9eda75eb26b5dba585dafd3d82dafb7b22b5bf40441dd8b88c3a70d4974a9f994ba5cf9250e9af8f53070dc6530797a5510723e2a883598dd4c13f4d540691456538cea30e1d30a60e1d3d4c1d3a23a2b2be3650d97a6154b67e0895f35c4a1dd96f4e1db930883a7a6114956bb1843a31248f3a7137983af13b9f3ab9c78d2af87a913a15f6893af563215578ab983aed368b3a73e22b75e6b740151b795225c3daa892c4655429b5822a9d7e903abfe51d55767a0455aef4a4ca8fe85117f33f5115f046aa62eb73ea72ad097579e00f55b53d9fba6a3184bac613d475af4eaa46673a55b3660755bb248eba650651b7de6a51b71b0ca83b4e76d45dd55eeade103fea81de52ea81a32ef560f60dea21c8538f0405f5e8c720aad1b28a6afc604535fe9c47355524528fe714538fd394d493901eeac981ddd453470df54ccf977a965e48b5a489a9e79b48eaf96e11f5426b12f5c27413f5c2d59e6af36aa6dae22f51afd5c7a83783c3a8379771ea9d8e05f52e7609f5def22ef5bea29cea38d44a752241d4a7417ed4e74e3fea4b6418f5352694fafaae98fa86c9a96f9d4ba9eff96fa82eb34f5457e066aaaba782ea9dda4df5166fa17e4ef941fd722da07ecfb7a2fee0bad4dfe8a7d4df5fc6549f7211d5372a8beabbf085eaffba4e011cf45280ad8f14d0ce950aa868b00296ae52c013df2a90594b14d8281d055e3a5b41e4dd52c882150a59ef3f85dca84d41ddb25328ead62be8b577144ad7390a65be814259d9a060344d0aa67cbc82fdf247c129f3143c7543c147d82bf88ba314aab2410a75fb398530225ca13d90a61844ba2806ed5ca7d0313454e8781e56e8be1ba7d063fa157a97e40afd410715862dc50ac3ce6f8ae1f3972a46cc5ea318b1ab4231e29f9b62e4efe10aa3c14d0ae3d28f0ae36b6b152654bec2647090c224788cc264879fc2d4294a3186562bc6042c578c09f1508c793e4d61466c5798799d5798ad79a130bb9eadb0d038282c56442bc6be3fad1837c65831cee19c62dcf2bf0acbb9ce0acbd01b8af106918a09193715133a5e2b6c4dd40adb632f1576175a1593a0758a49e72e2a267d5eacb037fea49872e8bac2e139af981aae5238f17b14d3b2e728a6dd4e5238ab5085eb8a710ad7e838c58cee6cc54cdb5ec5ccc416c5ac69210a375346e1f6659ec26da046315bffbb62b679ae6276489ec2fde744c53cbb158a799de58af9ec2285071aaef0b82c283cf92085a701a958b83a52b170cb30c5a23163148b8e8628bc2473158b935b15de8bea154b96de562ce9b9a6f0ad9fa458a67b5fb1cc7197625942a8c2cf64986279e37cc50a83790a7f50a2f037e315fe396314feb5cb15018e43140175ee8a801f6e8a95739f28020f5c51ac922f54ac727ea408daf74d116cfa42117c3d57b1a66db922e4bd5411da0729c26c0614e1b7372bc2bb0f2bc2fbfe2822feeb858871968a887d868ab50b0f2ad6ae3bab58fbaf40b1e1f72a45d4f1a58a4d1fbc159b5f0b8ad82bc98ad8ea3c45c2e66d8aed1dbb1589cb2b15899b3629127f042b76300b153b964d50ec1cacab48f63fafd895882976274a157b479d53ec75fdaad85b882a5257652b52374d56a46ed351a437b828d23b7d14e9dfc628327c0e2932d2362832ad9c14998ec71499b132c5a19f268ac3718315870fc52a0e3f07145966418aac497715d93fe31447764b15470ae214c752c314c785338a3cc3258a7c9b34457ef402c5c91807c5c9bd0f1427bb41458176a4e2d4624e513862a7e2f498078ad3bfed14455bd58a628db7a2d88754147f6515e714571517a45d8a72fd5a4505eea8a8b892a4b8b41c515c5aedacb874b65571f97d8ce24ad7494565e80b4515325f51757fb4e2ea84ff56fde85154c3898a6af13b45758997a2bafb8fe27ac90ac5cdd19e8a9be387286e1ebfa6b8855c54dc6a7755dc4e78acb8fdfda5e2eebc2ac5dd5d4b1575c66d8a3a6fb5e2decc78c5fd20a9a2de70b3a2718895a271e40b45631ba568d27fac686a2d523cb67aae78821b2a9eb0f58aa7e72a15cde6918a66a7704573ef7ec5b3bc0e454bf913c57397e38ad617db146d9f36285e2f7452bcaed528de9d18ab787fb452f1fee97e45474cbba2734abbe253a0a3e2535fa1e2cb190fc5971bbb155d09f18aeeea0645ef7e17c54f7b95e297eb1bc5af85ba8a5f911f157f795fc55f61bee2ef22d57fee2afacc211a98564603ff1a69d0e81c0d07cda6e14375347249a091818334baa597c61a9fd158c75c1a5f2fa3f1a84a1abf50419367fa68915e1f2d8e56d1e2da3db4c484a025fb2fd3921bdb695949134d4f6768fae32c9ad1b2a599e39b69e66f14cd3a00345b934773775fd32ab52fadf253d1aab7ff68754836adce71a785750f69213e8116ae0ea5855a86d6d8d5d19acbbeb4964935ad7dfd3c3de87531ad5343d13abfe7d0836d6ae9c161a5f4105b81d675aba4f5869ca30d5aebe8a18375e8a141303d3415a4473e74a38db6bea38df6a969a39c467a94811e6d1a5d489b165ca4c738c7d263baf7d066c68b68b3502fda0285688ba200dad2f8306db93095b6d2be485bedd2a7ad9a3ae90945083de1c154dac6751e6dabbd92b6b535a26dc33269db5fbdb4fd28156d5f4dd0532a47d053b19df4546a0e3d75fd017aead993f4d4d679b453910f3dcdb9989e16d840bb8cbc44bb4c1d46bbeca9a05dee6ad12edf6be9e96fcfd3aedc58daf55001edfa2f8a9e61de4acfdca745cfb63848cf7ed940bbeb4868f7a1ef68f7039768f7d7183d27408f9eb36e1e3de7e4497ac15a98f6f099452fbebd8cf6ae7f4f2f99f497f609caa77d0f6ea697cdbc41fbb94fa297d73ca2973fa6e9154ccc7f7ed32b0ae3e900b7323a304843affa22a583fe79d1abe3abe835ab45f49ab45a3a04a3e990d177e95047351df66b2d1dee6a40878745d1e1e74de8f08a3c7a6d0d41af1da8a1d75d1f4d6f50b9d01bfabae9a8ad0df4c6fddbe9e820633aface7d7ad37b351da33f848e59e847c7ecb8486fb148a263ad37d3b1b34ed1b15196f4d6d38674dcdaf174dc2f333a6ec09a8eaf5d4f27d82da413ae82f4f612533a71523a9d384343271ef92f967da7772cafa393f2bfd03b67d7d03b17cda177a688e9e4d01f74725621bd4bd847eff23a4cef0ad6a2771d384eef9654d22933c7d02957b3e8d4119674eaca0a3a75471e9dfa732a7de09f239d7e4d4e1fd41a44670e4ea133efe5d287bc73e843a70ce9c35ea3e9c3f9617456ac139dcddda2b31b09fa48c63ffae869983ee668491f6b5f49e72654d179d8713aefca02fae4fc1f74c16277ba20e8295d702e9c3ed5c3d3a7936ed3a76ba6d1c5ae57e912c8872e910ea24b9a46d3e74c3be973163df439cf4174a95d3b7d3e6d387de1db2abafc73115de10dd01571e9f4a5066dfa8a67317de5cc15fa6a9c9aae1645d1d5a9bbe86b3db3e85a8301bad679197d4be54ddf32d7a26f4f88a46f5fbd4cdf4537d075513df4bdadd6f4bd8b96f4bd3e81be4fa4d0f5d204ba7e622c5d1f7886ae3f35946ed8be8c7e24caa51f99d5d18f1ab7d28d5e93e8c79f1ed14fe73da19b377da59befcea05b8699d32dde9974cbef7cbae5ef7cfa45c900dd7a4e976ebd6944b73e77a45f6e7e41bf6c7f4abf32b4a3db604fba0dd943bf1e3b947eedcfd2af83fde9f78949f4878393e88fc273fae37ff3f1f1aa15fdf15934dd119e41776c984b77b4d6d09d13bed09dcb8fd39d85c7e8ce8726f427bf08fa537011fd757532fd3554427fbd16477fff644c772dfa40772deda0bb2266d15d47c6d0ddbfdde9dee2ddf4cf3dcfe85fbecef4efe563e83e8b7cfa9f6525fd2fd881ee878ed303bb3e2aa10c6b253a6483125b384289ed7453e260a25294734529cab5508a3f6e524a89794ad9ec7b4af928a952fe688d9202de2aa9990794d4ce894a05b44249db4c51d29ba3944c4190921b774fc9f5842af99353942ac15ca91a93aa54cd5ea954458e530a66a05278b24729bcd6526a290e28b5476e516af73f550e7eb25a39e4ca24a5aee709a59ed75da5de95f34a7dd30bca11c265e548cd4be5c83975ca91af8b95462f8e298d81ad4a633b7ba5c9e00ce528f37ae5e8e3b39463b4772bcdcc072bcdbc0b95e6263f946379a572dc94f1ca71e180d2ca375a39fe7b8ad29ac194d636fb95d6d98b9536b16f94b6fd35ca8913aa9513cf8529270e3c57da19304abbfff6b57beca49c7ca441390573534e197d52e9f03453e904242b9d0e9c573a957f563afd3ba39c766cb1725a8d9972ba35ae9c3e7590d2b5a84ce97a7e9fd2f5c34fe50cc399ca19cfdf2867bd3257ba1dcb57ba37ad51ce099da49cb3334139b77f9172de735ae9116ca15cbc678372f1490fe5e2b2b34a6faf154a1fbd5ca5cfb6a94a5f9f374a5f5f63a5ef6e43a5ef9158e5d21fe5ca658fb394cbbeb62bfdfae62897c3d795cb8b462b97dfc854ae18b544b97270b53248492a831bdb95ab271528576f5eaf5c7dcf5fb946ba461992e4ac0cf9eea30c555f51865612cab50932e53a1e51ae73d8ad5c37d349b9e1ed5e6594ec877253c077e5a65517959bfadf2863c429ca98ebadca2d9a3ce596dfaf94b16657945ba77d516e7b462ae33e1429e381a5caf8917795f1739f2be323629509d26dca045b40b99d3ba7dcbe82576e4fdfa24c7c334999c4c7289327ad50ee6aee52eea63f2b771f4a55ee4b4b55a618b2ca949c85ca34d173655af90365fa6563650697adcc9868a9ccd86ca83c34c65179687d8af250eb42e5e1a043cac3517aca1c173b65cee2c3ca2356b1caa39231caa3f636caa3655794c7b04a65ee226f65ee5ba9322f2853999f5aa3ccbf84284f8cd9a42c50f6290b9c0395a726b42b4fcdc795a78e372b0bf7ac579ef93148795611ac3cab3d4479d668a1f2acc32f65f1c74865897aaeb26466abb2c4a75a5912745d5912cc2acf1dbda73c7779a9b2b4db4c791e3da52c239f2acbac6f282f5ec694176f7e535658e82a2bc63e515ed2dbabbcfc6395f24af47de595f85fca2b2f2e2aaf74dd525659b62babe2ec9555d9af94555d1f94d5a7696575db18e5b58213ca1b4fa394b5eea4f29683a7f2d6ae14e5ad033794b7c771cadb1bc394b7b354cadb27cc9477246dca3bb9a4f2ce9badcabbcb972aeb6c6294f756ffe76999f281a19eb2f1eb726563df69e5530b40d9dcf444f9ec988bb2656c9bf245de4de5cb158394af8e2b94afce18295fbdfdae6c337fa67c3d274cf9ba2757f9f6e421e5bbaa42657b68adf2fd9a5e6587ba52d9319a5376d2fb959dc5d5caaf95c794dffeec577e3f3e4fd93545a5ecfaae507643aecaeedbd1ca9e03a8b277f280b2f76582f267d460e52fdfcbcadf331f287fdf972aff18ec55fe4bca6700ac8b8166cf619095af18a44dc160dbaf33d2a5b58c34278d911db9c3c837d9321471835130c98ce2583aa334b9f8dff0a5304a97698cf2e31086dd339a613be318dea98c51d1f98c6af74846d896c968c2e319cd83df8c96c764465b5dc768fb7b33dacfbe32839c06333aa39b189d252f99c1673632439c2731ba469e8caed934466fc73b46af329ad17b0430fa09da8c7ed529c6c0a59e1996ba9231745cc518fefecb8cb8f28f19f1fa1f63b4f43c635cf2983199728d3149b8c98c5adfc28c5ef38e191d1ac198c67c67c6c4ee64c6dc7fcb5824ec612cc7bc64ac2e8d60c67bc998f1cb7b99f179958c75400c63b32f9cb1939f6426f9da339342b498491bec984999b719fb301bc6fe702c33b9359a990269310e69e6ccd4cbd98cd3aa00c6a9ea0ee3d4f493717afc8d99067f65a6957d659cd3ad18e73247c6e5853be39a3b8299b96e0e33cbf83a333bf61d33ef7821b360f67466c1b2126641e662c663f328c6336a12e3f94bc2788d5bccf8e819313e5732185f6309e36b6fcd2cddaacf2c6d0d6096fefdc32c5bd9c62cbbf78159d6ecca04a4b24c405d29b3727b07b34a348c59d5eec30401294cf05c1b2638b68709ce3fcb04bfface844c99cf8404d53321b1de4c48fa2e26e4902e13d262c98419f9316156514c58eb1f26ac2d870937bbcf447c5fcfac7bd8c4ac6bf163d67d5bc3ac37b8c344061f6422432299a8d58799a89f57998d43b2998d017f998d55db998dadba4cf4912a661363cfc444143131671b99d80bbdccd68539ccd6f7f5ccb621b54c9ca315137730984948bac92464953309e7f599edef4c98c415e14ce22b5d26b1bb9d498a87999dcd2f995d49eb98dd6386337b94cb983def7633fb1fd93329683593b2e31293d6f08d4907ae32e9a1a39983174e321941394c66f358264bfb0f93350d67b26e6f63b223463039880f936352c91c593d8239726d0973d4e60d73f46f19934b9c6572e3db98dc9b72e6b8ee1d26eff02726af5260f25e4f63f23d5f3027b64f644e32b5ccc9b4b3ccc99c8d4c41ca73e694de1de6f4bfa14c91d119a6c84ac2146de59833a6387366892353bc4f608a2fa630c58fbf32c57fa633e7422633e75ffd602ed0fb990b2ffc99f27d514c79e762e6e2b9074c05b699a9f826622e4d88672eadae61aea4cd61ae5c9ece542ecc602acbe54cd5feadccd5e5347375872f53bdfa0053fd7a1d738db563aead3ccb5cbb3f9cb99ed0cf5cbf98cfd44c3ac1d4ec7accdc20fa981b4c227383ddc1dc08eb636ebaef646e564733375f3532b722a732b7bfec65eecc3dc3d465bb30f7862c65ee9d7dc5dc4ffbcbdcff79987910d6c13c7c2d67eaf52f30f591054cfdbbb34cc3119269fc399d69c29299a65ffb98c743e29927d53399a7278a99e6a39dccb3db4f9967bfbe302d8606ccf3b595cc8b8b2b99974b97332f53ba9836a185797d3f8b79ab3cc2bcfd728c79a77161dadbcd98f7734c98f70db9cc87a5b7990f8732990fe74d998f1f5c988ebdfb998e6707998e77464ce77c11f379c700f3254197f972c881f9924b315f5371e66b29ce7c630631dfb71c63bebfc867baccae305d9512a6fb11caf4eca5999ed30cd3f36302f31390fde72ef3abf03cf3bbf120f337a99af97bdf99f917d6c6fc6b469901c54366a0a29b1968f162c1bb3216f239c94239300b5d3ecb42bfc358b8ea280bff7ec722bf96b0a8e368168b39c1624f6fb3b87b3c4b20bd2c81ebb3c4322f5634ee072b392067a57ec758f92f394be947b28a86d7ace2ef329636ee6669937f2cbd7e08abb452b3ca0dcb58e5913496397c8565beaf62b96d0f59954923ab9a3d8e550dd8b06aa35056fd71072b4870564b16c56ad9f7b0838c02589da138ab937c92d5e93461077ba6b2833f67b143dc65ec90fa5a56577395d535f16375735156b7e007ab37cc9cd5b753b1faae7aac41cc58d6a0b89a35e878c51a5adf658703baec70a51d3b9c8b63875f1ec58e204fb1232cddd9110e19ec88bbe6ec48b3abecc8b4c5eca86117d951378fb263da27b366bae5ac59470b6b3e2280351f2db0e636175973877dac0565cd8e3579c18e35a3d8718d1fd9712f2fb0562343d8f1d3a4acb5c51fd6da6b3d6b7d79256ba3e7c0da9866b136795aec44cf01d68e9dc34e5a06b193b6de6527351d6427f57d64ede975ec94e128ebe0bd9f7582d6b34e6f26b3ced55f58e77f735897d005ecf4f37eec0c4460dd4e3d61ddce34b3b38fdd60e7ac9fc5ce69c6d9792bc6b20b0a42588f0b05eca263b7582ff3c5acd7529e5dece0c52ef6ca60bda7e7b3de27d7b34b86e1ec92ff6abfe49bc0fa6a4f657d4754b2be734bd8656c31bbecbb37eb7743cdaeb4f8ceae9c67c40625a6b2c1d3add9d5db0dd8d5e77ad9d5f525ec1ab0965d93a46243b46bd81007810d1ddbc686be7fce86693d61c346fab361a3abd8709352364204b16bdbbfb0ebbe47b191b26636b242c36eb4cf61a36dfdd9684f17363a643b1b939ac56e6ea963b77878b15bdbbeb271c81d36eec073362e6f2d9ba0b5884dd24d67932e9d60939a6cd99dd82d7667fa5236795218bbcb7b32bbebc21476cf9a43ecfeed69ecfeea6becfeda423675c15e3675d726f640eb24366dc37936ed722a9b7151c366fcdac16642dfd9ecf6436ccecced6c4e86399bd3ebcb1e1d71833d3a61397b74ee69f6684a3e7bf44d0c7b6c69207b6cc53b36d764297b3cfe1e9b375ec49e18d0b0056346b2055ede6c61d568f6b4591a7b3a0660cf002fd9b3ab8fb267bf6ab3c58e1fd8e2073fd992825af6dc96c5ecb9625bf6dca3d3ecf99533d90b48145b9e1dc096df8f642f6754b295f072b672c879b6aa5960af6aaf64af5de864affdf661af4fb9c3de9047b337dc18f646483d7bf3ec6af6e60580bda317ced68997b1755657d9fb54077b7f6b1e7bff5425fbc0e032fbc0dc857db0f606fb303c8cadef69611fb99ab18fa27cd847f18fd947cd9fd9c79a9fece3b7c1ec9341396c734a02db5cb9827d36af907db6d0836db953ccb63c37649f1b4c629f2fb8c7bedc37867d79723cfb4a359d7db5cb827d6d6ec3bedef5817df3c9887d6befcebe9b328d6d6f7366db078ad9f7b77eb21f3d30b6c3722fdb79e12bfb0998cf7eaa98cc7edebb80fd525ac37ed568d8afee39ecd72417f63b7c88fdeefc82fd3e1361bbbac7b2dde5796c8fa536dbe351cefe989ac9fecc9fc6fe9a5dc0feb61accfe890860ffda7bb27f7d36b07f6be2fe93cefe7df49dfddb64c1f6e918b27dd1716cfffc6ab6bfe02cdb5fdbcd0e282dd8813bfb39c0eb05076c1fcd81b92407adebe6a0a60b1c5c58c421c67739643cc0a17bed38ecec738e18328223a69a70e4cd2f9c78b529272937e3a4eaa99cf4641a27d3e47132e71e8e96309c725016a7fc6acf29fb1f708ccb338ec93bcf314d673956670bc7beb1e238f3068ef7ddcaf11b0e717c5d17a7520470aaba359cea6136a76e1dc50915c739a1651aa759a3e03497704e7b671b3728bd881b74ef30a763d7cc0deecae17463ea39bd338d9cfe94979c41f354cee04b1537f4f00e6ed8918fdcf0503f6e78a3133762983d37c2642c37d224891b79a9811b59abcd8d6c58c1191d4de58cbb977126d117b951c1dfb8516d89dce8105d6ef483146ef4a3b7dce8d7b33853b09b330d2ee4c634afe5cc2f8de1c606a8b8716dbd9ce5b0439ca5f942ced2d188b3dc11c259fd39c78d4f29e4c6a7f771135a2d38eba10e9c4dc421cee6602467fbe41637b1e52e67b7a5849bf47408676f51ca4d1ed9c24df66ce3265fade51c0e9ee2a69e8de0a696f673532b68cec9258b73da52c74d536472d316c19cf32c5fcef9f113cec5f238370398cccd7810c9cd78749c9bf5e70e37d760093777dc446eee395b6ede0e1f6e5ef2316ebe4ce0162cbac32da856711ea1c99c47e72ece5326e53c0f8de116262ab985ff56738b7f6671de636e724b3ce2399fa3cd9ccf5b8af3750239dfdd30e7fbd09b5b1a2c70cb6ed9727e7a03dcf21343b8e53f2c387f2e80f39f38890b502772812b3e7181ab2cb9c07d7fb9c0cf326e95f9262e58748e0b911ce04226c771a19b8bb9d0b4522eb4b1905be72de3d6a3e7b9f5b93fb8c8094fb8a8681d6e9377051763e1c1c54cd4e3627eade0b6fc9ac8c5b6b6715bb7bfe0b6feabe3e2a2c3b8f8bffbb804722c9790efcf25de5dc625559de39275c671bb5417b83d4e99dc9e3b4bb8bdd31e72fb92e773fbfedde3f6278de6f65fdfcaa5e87b7129110bb903a597b8343e854bab7fcba5d337b9f4d8c5dcc1a71877c84ec9658943b8ec3f3c9733378c3b12e1cc1ded28e78ee92bb9633d01dcf1aa5b5c1ef585cbbbd3c9e5cf5ecbe5cfe5b8fc5de7b913fbb67027ce6de04e0e9dc39dbc5ac19decb6e30aba06b8c23e5beef4691957d461cf9d017673678ebfe1ce8e20b9e2591bb9e2a8c55c895b175752b19e3be7a0c39deb3eca958287b952e83557ea398e2bddf9802bbdebcc950d2be1caa65b7265af8f73e57eb7b98bf37e7015481f5741e77397667573570c6f72955baab9caaf6bb8aac47fdcd5c11bb9abc7dab8eb8f93b99ab21bdc8d8734573b369abb597b84bb93edc2dd55157177cd4e71756826774f1ecddd3362b97b93af72f7176ce01eb40adcc391bddcc33967b8875102575ff0946b78b4917b74ba956b5cfe9e6b1e78c13d2b5fc93dbb1ac3b52c08e09e3362eec5f932aeb5673ff7d2e41af732e136d776da986bbb59ccb5bf0ee53ec027b80f6369eee36c05d7315d87ebb4ede53add70aed3dd9ffb14b98afbb47535f799fcc57dc974e7be96cee3be2776705d9693b9ae4302d7d5b997ebd6aae3ba0f2bb99e67bfb8de373cf7f38088fb9989707f26b9717ff79b727fdf38737df3e7707d89afb801da8407d8161eb0afe381f3213ce85acf435296872e4ce5a1477a3cd451c4c377081e0935e45189098ff66fe7b1a76e3ca9f3982747dde649fb225e34a489176db2e0457bf478d1c3bfbc84cae625eb4ef152ef0c5e9a53cc4b1f94f35446104f951bf20a7834af884ce415fbfb784549124fef6ce0958d7379eec36d9eb7ede7d5f19b79f5e167bcf06c3dafb56b1daf5527e2078d99cf0fca5fc5eb18d6f33a0373f8c1a93ff9c137f3f92147b6f2c34e9af386537ef386a7b578c3321b7ef8da5ffc08974c7ec49e207ee4857bbcf1728437492be24d3ae3f85146f3f9d1b1b6bce9e11ede34e7066f5a93ce9b3ed8c48f99b8841f139fc08fa9aee1cd94b6bcf90b53defcdb70de627a056fe16bcc5bec69e02d759ff09657cef156ea38de6a6c226ff5e1093ffe663f3fbe2d9d9f506ecf5bb76fe46d6a4c79dba01fbced9a77bced29819f183d9b9fb8259fb79bf386b7cf9ec54f0e7fcf4f9959c24f29bacb3be4d7f08ea7d2f8a933aaf9a9bd73f8698e29bcf39648de65ec2dde659c11ef12f18a9feed6c3bb9a97f033448bf91979a5fc8ca743f99963d6f1b3886a7ed61d177e562fc2bbb98ee0dd32eaf9d90f17f3ee16bbf8792d6efc7cafcdfcfcda4bfc82efd7f885f7a3f885cf1ff15e5b43f9c52747f38b2b27f3de4e05fc92e99efc92774adecff720ef3fca84f79fa6cd07947fe0037e5bf081d623f85597cbf860b907bf3a6010bfe66b381f225fcf871487f0211583f8906f2ff9506c111f7ae9021f76bd820f8f6ce1c3cf4ce52362f5f988677efc5aec39bfee87845f7fff2f1fa9fcc147eaace72323fff1515f0af98ded0c1f1dfe82df545ecd6f6a75e037754de6374766f35b767fe4b734f9f05b0fe6f2db167ee1b7d5fce3e3a82c3e6ef8413ece3c888f0b4be4e3d61ee6e3e383f8f8f2cd7c02e4cc6fa72bf9ede3d3f944852b9ff8fe369f1411caef5425f3bb42d3f9dda633f93db603fc5ef220bf0f4fe553d3fff0a92d1bf9b491ee7c5a41169f56fd903fe455c967f914f35965c7f9ac9fd17cb6c3143edbed349fb376099f537095cfa9f0e78f6953fc31d777fcb1553afcb132073e97b5e2f32e27f2f9b7abf9fc2777f8fcbf7ff8137a96fc89dbfdfc89ef07f982112abe609b0f5f706d105ff0389c2f68c9e54f6d0ce34fbd9cc29fea5fc217d647f3a7d32ef1a74b7ef04575957c5167167f0649e3cf0235fcd9fc25fcd9ceffe2af09fcd981bb7c71fd3bbe2432932f2918c39f7b5fca5f886ae42f344de4cb4ca6f1654700beac219baf88dbcf5f8a91f05776dfe1afecb5e2af648ce02bd94ebe7a6a177f6dfe0bfe5a47027fdd85e7af6705f237a262f95b2d65fc6de960fe76731b7f6778187f6713c2dfad8fe5ef2755f2f70fbbf30f56cee61f2e3bcf3f2c18cfd7af3bced71fbbce37ccd8c237dc7ec037ad9ccf3fd6c6f8278e0dfc53f960fea92a937f6a39936fb648e19b9d86f3cf5cbff32db3bbf8e71355fcf3f93dfc0bfb2ffc8be9dff8d61b397c6bef3afe2502f12f9523f897bb33f857a9e3f8367e22df661ccbbfa6cff1af1f55f06f521ff16f73cff2ef217dfe7dfb3bfe63ff78be133dc87756dbf09d6d1efc275ecd7f96c7f05ffe3ce5bfb6cbf96f7f8cf96fff7cf82e0f88eff69ac77747cbf81f07c3f81f475ff1bdb75ff2bf267af3bf3c5ff2bf5579fc6fe3d1fc5fc3bffcdf1e03beefc14dfedfdd02fedf271bbe1f1fc9f76b55f0fdc77ff2fdc5f3f801d5797ee0884605e84c560115812a7091bd0adc3044056e765281bbdd5590fb5f15ece4a742ef1d5761bfcea9f0c15755f8e1bb2abcdc514568cc54c47b5c25def75c25c91bae92e43babe4f86f957c94bd8a0aa1548a96032ada3c4c457b39a994a3e42aa664818ae57a55eca7972acee7ba4a35bc502530452ae168824a932952694e3c5369b94f5569279d56695797a9b4effe52e98807a97426fd17176c500dc6bd5483b54ea8864cbfa0d2759fabd24b3553e9bdf8a2d28f7cafd2bf60a2320cbba21af1cb5f65347cb0cad862b3ca6445996a54ca02d5a8cc74d5a8d602d568b95435da8b568d8ed253995ecb578dd18e50994b5254e6136d54e6c1b754e689ddaab14b2ea9c65624abc625495596c819956553a0caf2f77cd5f81403d5f8b60895b5cd7ed54444acb2a77095fd10a56ab2df7f4ea5a91c908d2a87205b95c3d13495a3adbdcab1b651e5f87d8b6aaaa78fcae9ba5ae5f4e099cae9cf02d534f4b0ca79ec3995f3f8432ae7940695f391592a1743bdfffef697a9a6c785aaa637be574d1fe856cd58385f3573f874d5cc5186aad9b5b754eecc6a957bee4c957bc942957b459e6a8e71fe7fea5473ca7c55735a0c55737eb9aae6a6be51cd1b5cae9ae7775e357faebd6ac195f72a8f3b9d2acf239f550be7be522d5cf451b5b0e6b46a51e63f9597e163d5e20de7558bd38ea9169fbda95afcde43e57d2144b564de7295cf8f192a5f69a5cab7c346b52c629d6ad9563d95dfdab5aae523d254fe54952a800854056c3ca75a79efae2af094832ab0385eb5aab9591534644015bc8a53ad3e775eb546ebbb2a64d332554842a62a544bae0a8ddba40a130ea8c21c0a54e1c17f556b3b57a9d6abe3551bc627a8a2bcc7ab360dd8ab62bef3aa2dcd9c2ab6e0aa6aeb0e2fd5d6aa3c55c2a96faac48a66d58e9834d5aebf11aaddcc38d5bedaa5aafd4d6354a9b2ddaa034b66abd2cc7fa8d22207abd2b5f355e9ab235407c37b54074f01aa2cfffbaa6ceab12a3bc85795b3f3bdeae8e5d1aa63555eaa5cc51f556e2aadca7d7854753cb6467502cb569d745fa42a5866a72a28b9a63af55f9f15baf5ab0ae7ec50155675a9cecc08559d6db054159bfaab8aebe7a94a4e66ab4a2aafaace758f5395e500aaf2929baaf226b5aabc7b8eea62839baac260aaaa62eb3055c5df76d5252b507529a94a7559b75b75d934437565cc14d5953d81aaaaea89aaab3e61aaab87d254d5fe5f54d5191daa6b43eeaaae4d5ca3ba9e3e5a75e3d65955ade6a6aad66f9beae6f302d5ed0745aa7bcf87a91e043f513dc8faaaaadf18a7aacfbaab6a5892a96af0c7544d4649aaa6ec9faac78b74544f457b54cd89adaa96973daa96ae7faad64b9354ad1feeab5e869aaa5e66a7a95ef966aa5ec53c51bddafb9f4f0daa36d70baab6bdcf546fd599aab7f397a8de2d7ca57affd155f5c1e986eac3c1605587bebdaac3dd5bd539935475ee66559f4c06a93eef59a0fa5cf25bf5b9e194eaebbf71aa6f0d2354df9ecf5475a79aaaba5b38554feb4cd58ff991aa1f89b1aa3f864f557f1271d59fcb07547f1e1c53f519c5ab06e67e57033346a901cf5f6ac0fbbc1a3860a706039faac1ef666ac8f1bd1aca495443c78eab1106572383a7a871471d357141a9265e54a94505266a71b6462d737cab96f98c53cbf1f76ab9fcaf9a7a57a256cc27d58af29b6ac547959af64c552b0ff5aa99fe7d6a1696aa397f27b56aa4835a70d8ab166635a9853f12b5760aa71e64bb443da84e5f3de8718d7af0e62cb57ee36ab541f042b5e1f002f5f02575eae1413aea116243f588e185ea1145efd523aeee528f34cf558f7c72466d14714c6d7446a436964e551b07e8ab4de4dfd526690d6a937f57d5a3133faa4dd396aac7981d509b378c535be80e538f853fa8c7e979abc719ee568f7bfb486d3961b07abcfb3cf584293e6a6b26456d3d5b5f6db3a0516d73fbaadaf650997aa2f705f5c4a3e7d476a3bffea75b6d171ea5b6cbf0504fdaf5513df9408f7a4a42887a4abba7da41be4b3dd598554f9db5523df5f80ab5d3c4796aa76d4dea6963dad5ce6fdeab5dc2e3d53347be53cfdce8a29e992b55cf3e345ced3efd8ada7d49817a0e01a9e7a4cf54cf1d51a89e3b77b17aeebab3eab99db6eab97f33d5f39ed3ea05af36a83d5f34a917fa2e542fb2f7562fda2b522fbaf55dedb5c954ed9559aa5eecdaa75e7c42adf6763eabf6deb445bd24c95eedf32443edcb54aa975257d44b77daa9fd32a56aff9390dabfe3b43a6078967aa56aaa3a502e56afcaec5307eb5aab838f39aa573784a857bf11d46b16d7ab43c2add521792eea50adffe8dc568701e7d56b279f51af8b3454afbb4aaad7477c556f7078a08e5a92ac8eead0566f5c6aa6de34f3ac7ad3bca1ea4df91a75ece142756c81873af6c730f556831cf5d683ffd47101adeab8275bd5f1d44975fcbc17ea84e5d9eaed1a997afb565ebde3d1497592f61bf5ce8555ea9d9763d4c9434ea993df1e51effeef99f73807a8f7784c56ef2d8d55ef3b56a84e3195a95302bfa853f79e55a7be9bae3e1062a44e6f78a43ea8bd559d5134527d68c77cf5a1f276f5e1232bd459a17aeaec5536ea9c41faea5c830feae33dcbd5792166eabcddd3d42736bba94f3c3ba63ef9fbaeba2032597deaf14b75e1e568756187b5baf0eb2af5e91543d4a7fbddd467a208f559bf1875b163b1ba24da535dd2dda73eaf0faacfbf14a92ff86c5497c5b0eaf29644f545bf60f5c5b701ea0afd48f525d539f5a58bd1eacbb3b2d5975fbe525fd139a3ae2c32535fadbbadae7e81a8af5b5ba8aff7c7ab6f4c0f51df885baabe71e3b6ba7615a3beb97cbffaf6c20af59d1763d577f757a8ef2567abefd55f57df7fada37e6080a81f1872ea078eb6ea079746a81f3c0f513fbcafa7aed774aa1b2459ea8625bfd58fd6e9a81bbfa3eaa6375eeac7488dfab164aafa711dac7ea2774ffde411a77ecaa0eaa7d3e7ab9b9f66a99fdfd555bfa80f50bfdcbd4dfd6a6f90ba8d58af6eeb3052bf866eabdf346aa9dfbef756bfcbe854bfabbaa66e5fb046dd7e7488fa63888dfae39b2075c74084bad3f386fa937eb2fad3bd7bea2f1f27aabf0fac577739fba8bb0fcc57f76887a97bd2b6aa7f386d51ff749ca1feb9c457fd6bea5ef5af3d53d4bfcd16aaff2ccd50ff79fb51fd1737570f8c9cad1e782f510ff4e708c0c432017cea20a0f34609e85a42c07210013b6b2360d7d70938f843c0c70f13f023e3053c6f8a80bf910924b24c1025e508e2461741b2c947906a8a04d9f47b826cd627413ea3545026380bcaccd302bb65b8c096bc17d8730a41f5ce5f501fdf22a8cf8c1584bf2241f3e8a4a0b5224cd09e4408dae1e5c220ab5241c73b451842cd10860cea148618bd1686648a8521b97705bd498304bdfb85827ed12d41ffdd5ac1a064b83034e6aa30ece347c1d0ed88303c415f187ea34718de800a4696b304a3d077827165a130eac172c18cdb2d5868b60863b7a50a6377b90b63dbfc85f163ea85f1fec1c2f8336682f5d615828dbe913071fb7061e2fe526152b49e30a92b5eb0177c057b475ab09fb559b06f3b2a4cdedf2e38009f85a9e14b0527d15cc1f9b24898ae3b4e98a1bf539835f1b0e056fd4870ab09116657c70b73bc528579567ec2bcdd1dc2bccb578405d33c85050dba82c7b822c193992e2cbaf345f0325f277875370b4bc84782efbfe9c2b2d024c19f5c2ff8eba509810b3a85c0e53384c0c2f542e0e96fc2aa87881034a35708bafa5308aad51282f15f4270a3afb07ad2086175e90161cd857a2144881242e1442174c3682134ad41083dff5108db562d44448985886c2b21a21e17d66efc26ac4d7112365c36142213e54254bf46d8187054d834e18010233926c404150931f7d285cde681c2e68f83852de30c852d0f3285ad0722846da99384b861e142dcfcd3425cde3821ae2b43889f385f886f2f15e27b4442c27e524848bf2a6c9f952d6c7f06098959e7851dfb5a8524c79742d26c376167c87761e7dfe1c2ee3fff843deb570b7b06160afb1d8d8414e95f21650421a4fcd612520d8d8454173d2175d93be180ec9290266f16d21ed90907670e170efe7c2364cc721332a2052163cf5221e3b78b90a9ef256496cb8443a1938443ebd384c32b3a852cdb4f42564a87904d3809d931a38423314f8463737b85dc51cb85dc358c707cee58e1f8a65a214f93f79f01217ff85a217fcd51213f2151c84f73164e146f164edc6285536e5785423373e18cc914e1ecbf51c2b9710342a9f926a1f4dd72e1c293734299419c50f6be44b82809152eee39275cbc395fb86c364ba85cbd4fa8ba92285c55af10aefe5a28549b9809d59ff70bd7d9b5c2f5b332a16672a670036a126ecc6c116e445809b5a32c84daeeb5c22dfeb070ebf972e18e5224dc59725cb8931328dc4564c25d1f17a16ed870e1de465cb877da5db87fdc57b87f678f70ff9b5c78b8e4be503fa155a80fcc16ea733f08f5e59e42e3947f4263e827a1b1ae4f681abc52783cc642786a374478ba62b9f0744f93f02cdb556859f85668796e243cdfed2a3cbfe32bbcd0db2eb49ae6092fdb0f0aaf387be19553b7f0ea6bafd03663aed0762d5668ebde2cbcf16f12de2dff22bc6b9d20b48711427b958ff07ed937e143af81d05915297cc23e0a9fccc384cff61ae10bbd40f83af3b7f04d2f47f8362942f8e6b54af8963251f8762d48e81af340e8be9224f406af127adf3042efd72ee167f203e1d75391f0d75547e8bb592ef4fddd210c5c99a801467dd300d9511aa076a70678f34f039a986bc0ed120d64d8af817f986ae081120d12be4a839eadd7a0ef5e68f01d611afce3270d39a84c23dabe51231df148234dbaae916f76d1c8af3568e44f666b146bf335b4f57e0d5d7348a3544fd528d33f6bb8d137355c33a6e13eced6f0f74d34fcb35f1ad55a2d8daad74023fc4dd26845ab343adae3343a2f4f6a743a3f68063fd7d7e845466bf4f64ed7e8fd1669f4030b3506bd959aa14e72cd304a4b336ccc228de1e7319ae1a52b3446f40c8dd1eab71ae3a3ed9a515318cd28e7519a51d74d35a37e7fd68cd61aaa31b5b2d08c099fa119b37e99c62ce88ec63ce2bdc67c538ec6a2434b33f6409d669cf672cdb84bb11aaba4a71aabd2799a097d4334d649ef35360d133576b89bc64ed8a9b16b5cab9932f480668adb12cd94adeb340e7b2d3553c3da3453f34d344eb7198d73e6078d7375afc6e52fa3992eb2d64c17d41ad7f94b35ae9e1d9a994c906696c452336bd0678d9b0ea7711b51ae71db7454e3f67cac66b6ed16cd5cf48b66eea4a79af94741cd82df97351ecfd3341eefbc349ecf82340b736668161efba1f142b2345e83359ac5563b348ba310cd92d9b4c60779a9f14dd8adf1dbb053b3bc7cbd6645748c6645bcbfc6ffe4058dff5b9526407b9f26c069b526a0a743b3d2fa8466a5e37dcdcaa59f352bb3de68567e5da45935f38866d5bc524d502aa009ee78a159adbffa7f0c977938156f14c791ad841451f7cedcb97367ee3a779fbb49a8a894284a919442a8448bad0595362152b266a7524af67da70d2554244bc8d28268a1fc7e7f7c9ef33ecf3c73def79cf33d33ef211c5d374138ea504cf0bcf78fe0e5394e38917593e0ad1d45f051f125f8161413fc8c5208feaf5e13fcdb5208a7df38134e7f5d4038f3509770e6630fe1ccaf3d8480bc204240e72c2160f60e21f06d3fe1dc673dc2f9db0d840bbabd840b7ace848be969844bdcf5844b4d0cc2e55b2e84abbf8e124218df08d7180984504489107ebe9870fde3234284590021c2d28270c3a39670a3379f10a5e747b8e9769e70f3581de196c20742f4e5e584db2fde1262962d26c440398498e08d84f8f62b8404169390909d4748f89a49483ce14b482c7025dc118b087792930877663e1092968084a4ac6c4232d64548d9728d90f20024a47ac811526bbe10d2e34d081956db0919f36e84ac619890355b4bb82b3843b8dfbb95f0c059447848d0243c745b4478e8a54878b4cc9bf0a8dd98f0383f9af0b8638e90abaa46c82dfe45c86df125e4439b0885acf584a2a4ef84a2365342f1ee7642f1d995841297014249f76a42a5c080509d7e9750dd6f4ba83df08950777b31a1eed54642bd4512a1fecc1b427d2d83d070b183d090a24768941e2634357c243cf3f4213c8bfc427871e00ce1c5a316c2cbffe379593a46686e7227b4dce4135ac5698456fd6142ebee58426bc12ce195730ae1d591cf84d7d6df09aff72913da084a84b61fb984f6940f848e90cf84ce252384ce884d84ce2c2bc25b621da14ba44fe84ade45e836da47e82eba4ae81e3e46e8595d4fe8896d21f4e4b8133e26d108bd179b097d3e4b097d4f8d09fdc7ac0903b967089fb827099f44d7089f8e10089fc695089ffe55100697ba1006ad2e1306a3de11867616138635a608c3a2db8491d4a38491af7584b113e7095f078709dff60384ef9e458449253fc224e30961d2cf9830ed124e98bec721ccc8af26cc1c594df8c55c4af8151d4ef835d040f85d584ff873f70a6176198b306be64798dd5742987b8d10feca7910fe065d24cad94711e55a2788f2ee9944f9762a51c1cb8ca83ca0405ca8bb8fb830ad88b8f04306512d7627513d0b256a7e6b242ed9ab4ad49ad3212edd9542d47e4626ea488e1275a25e1075868e1375d96f897a0bab887a79e1c415b587882b7e3e24aedc7e95b8f28584485c6d4804dcfc88e0be8b4448fc8b088db913c9cb5c8964e41291727e1f11ddd94a44439711a96f09443af97f6e3c2132e49c898c93a344e6bd3d44cce21a112b2710b1161322f6238fc8b9fb85c8c93621f2e66c88fc9069a240479d28089e21e28b5f1171176da2c8c78828e6c344b11b9d28d93d4594f28e12a5dd864459853fd140124e34084e22ae16c5100d0f84138db4a944a395f34423835aa2717f3a71cdaf40e23aab11e2ba9a0ea289680dd1e4ec27a2e9b43c71fdcd6ee2fa529cb87edc87b8514583b87109816836d043dc14de4bdc7c4440dcfcb59fb8f9d73ba2f9c6f5c42dea25c42d455e440b9751a2c52505a2a5e914d1f26e34715b5626d1ea149d6895ea41b469b620da6ef84cb48b3027da8d4c1077efba45dcddbf9b681fd94edcb36225718f932a71cfbc22d181cb233a5c384cdc77578de8b8699ee8b8e506d1b1874a74daea44742a8b233a9b84105d9e1d201e5cfd8de8aa7e96e826ac25ba47ca110fdb18130fbf91271e8d784cf40ce013bd3c4e10bdfa0d885e930ce2b137bdc4631fed89c7fe2d239eb4f7237adfde48f4f97987e87bad84e81bb585e8ff08229eaa8a259ecd89249e9d7021062c38470cd8b19718d034400c54b9410cd4c8239e5318259e5bb285785e3d9578feb42df1c2e2ddc40b2718c4e0fc2262f0e729e2c5b7f5c44be563c44bfd8ac4cbcb70e265ea21e255cd6962e8f26c62e825676268f414319c93430ce78e10c3ed0a88e1b7ff10afef3c458cf0be468c743d48bc61748a1855fe9378b32e9218bb518918bb2d9e18eb11418cd3f625c699fe21c6399d21c6bddd424cec7c41bc53eb454cbad7474c2ad84f4cde1f444c7efe3f5feb88a96e1b89a9cf128969479e13d32e691333d69e276678a0c48c2f9b89998605c4ccbdb9c4cca3b5c42ca3cdc4bb571288f7ffe512b357b810b3373c246657b9101fc0f78839a245c41c93d5c447791b888f2f9e21e6fa19129ffc0688054ad6c4c2377462b19a05b1987e97581c58432c81158925f42162c96d2ab194634a2ce53f20961a7813cbd17e62c5ee4e6255f8266255c415623d789258cff021d673f9c4fa9aa3c4a6b30f89cfe5af129f83cf89cfaffc20bea056115f983f27beb05124366f7c436c3e97446c2178125bad0388adb77589af5dde125f87ce10dfb83f23b6b3ef133b0655889d5f9efccf5be23bd081f8fe4e25f1fda42ab12b6439b1ebe36a62778c05b1e78c3eb1672c96f831d484f8315c40ecbd768cd8fbe43db1ff742bb13fe71cf1939d01f1d3289f38c86a210ed91b10873d3610876f70899fb5c2889f39a7899fb38288237ec789a3b436e2e8859dc4d1b852e298918838ae2a227eb1ec267e6db3227e7b2647fcfe7d9238f16e2571527f2f71d2eb06716a890d716a4e40fc7103274ebf9c24fe5c6e45fc694b26fe5a758ef8475c429c350b26ce1e3a4c9ccb3226ce8d6b10fff57b13e76111717e3d02c8ed22020abb0e030aaf1f008aebb50125877140a9fe19a034fc025096bf0aa86cb00254bc9702aa0a8a80aafe5f40b5d40b5878de1658f48b09a8c59c07d4461d81c59a75c0e2781d407dd108a0ce0803d4cd1703eab9bf00cde50b00cd93e700adbc9b804e0c1158be4113d00b67002b8c8381154e5e0031341520865d0200702d00ec6f03c09061004c9101e0a3eb0029281520952f03c8136d009c5d06504c7a01ca092180e87b0188672d80d4b70268d473807a461ea0be5d0bd07cad015a1c02d0136900536323c07c190b303ff300d6d6768035e70e600b6e0318371ec0bc0400b7c313e0f901005fef1ec067e703fcbb258020ef01205cfa1a105ebb0308cbbf00c26a2300972c06f043dd80881d07889ea38064fe3a20739603648379c02afd3f8081c235c0e04b09b01a7201561f380d18159c078cbfd6006b6c6b80750a3ac03a3b1dc024c707d8b87f2fb0312f1030bbb5043067ae04cc059ec096b3af008b8d34c072c925606bed6660db4917c08a9b0a58f1da01ebd26660bb4313b0c34308ecbcd402ec02db805dfba700dbb56980ddadc7c0eee5c180fd2b1cd8b33b1970c8cc071cea9c81bdcbbe017b5dd980a37c1fb0dfed23e014e00238dd1203ce7fe281833df580dbd64dc061111d383cff16f0c0be001e27d2014f5b31e035360f1cf377034e389b013e4101802fe330e05b740cf03b7d1ff07fbb1538fd711238fbbf9ff34e01c0f9cc3e2058cf03087ef916b8b80c022ee299c0a5afcf81cb041de0ea9f4540c8d310e0da601c10663e0184394c02e166bd40f88b36e0ba8e19707d6b0f70fdbb331069fc1a884c3f0544967e0422674b811b3c5be0c6d30e204a4d1988f2bb07dcf45a09dc7ae905445f4b026e473500b78bfb80988e642056750888258e02b1cf228038c225206e6a311037dd05240cc140a2120824def10312fb9b813be260e0cee95b40d2e64a20b9673990f2bc164869dd03a4f6da026993fa40ba971590e1bb1fc8787419c83c4b0032cfe50299611140d66d3fe09e611570ef5709709ffd04c826af04b20fc6000f562c001eae94020ff7b703394e27809c7b21404ebb0ef048d512c875b7049e7c5f0de4998e00f9b56140fe0b6da060af0650987c08288a0f058aee8881a23c0950ec3c0214fbb50225760f8052f223a04c900d94278500550b7280aafda140d59f64a066570f50732300a85d4304ea14ae030d8de94063ef66a069c977a089d00c3ca544034fcdb7034fedf381a79efdc0cb731f8066dda340f31a33a045cd1c68a953035a833701add77e01afbb028076dbc54087fe35a063240f786baf08bcf59001ef7e1280f74205a08b2e0f741fb503baf3da81ee0e0be0033d15f8385e0bf4362b00bd3371409f5c30d097eb0b0cfcaf8781305560a09c000c8c8f01c30bcf039f594b8111357f60e4713b30762b1e18cbf100c63e5f05c6edfb80f1ef9dc017a11ff0e56824f0555e11f82a4e03beee6907bead0c03bed93c032622e9c0c4ed7460a2eb2230b9b10598bce8054ce1dac0d46905e0e7c33fc06fc76fc09f397fe0dfcbf5c0bce50560fec13b603e9f05cad1e741b97b9741f99d6740f96847504528072efa5d09aa951141b537ef40b59197a0fa5d2b50a3cf10d4544901359d1c40cd402aa8395c0d2ecd700497195c00971d8f0075e8d5a00ef326a8b7b217d4a33340bd68397085e011b822a11024ecde0f02a9db4152f33448eef60361241b447ccd40d4d102a4253e0669f98b41ba7928c82466834ccbcf201b804036c71c64bbc320d76b12e466e681bccf8b41816d2428e2ee02452d1028a67d07c5371d41715c3628313e024a0a9c40c9c72950ca5400f50762c155fa18b86a9a011a1afb808693b74063d975d0784b0368ece801ae09ec07d7143d04d7eadb816b5f9a80ebb6fb82a68216707d8306b8c1fa10b871db3770a3e3717063680eb831310cb4583c0c6e352a07b79a3f02b71e3303b79e7202b786df05b7c69b815657ae80d6f45ba0758907b85d68086e3ffe11b439da05eed24d056d4f3a80b6399b40fbc02e70cf97f3a083a00474782c01f75e7707f787e9830794c7c003ed1aff23030f7c658107be8d804ebaa5a0538433e834a9033a4d7f049dfe1c029d510074991b030f1e8e050fde7a02ba263240d7dc1de061df21f0f09d8fa0a7ab39e89999007a2d9d048f2d8e078fadbe0a1e172a80c78f2e068f37e681c7bb568027f52bc093b964d067b536e8b3c511f48d7d00fa665e07fdf47240bf4e7bd09ff517f43ffd13f4bfd2019e5ace024f8f06836737288001ec3360c00f7730b0cf140c525e0a9ebba10f5e5000c00b5423f042c541f0c26f7bf0a20205bc34b00fbc42dc09865cdb035e3bb4190c0d6e01af9fc3c1a8807360d40d3330aa39158c1a2f036ffea904a3834bc1d881db60dc097b303ee13d98f03e114c1c1807ef64cc82774aacc0a40d8a60d28f0d6072c6423045e30298d23701a65fdb08a6c7ec01d33bc6c08ce0856026b200cc3c751ecc4ab904ded30c04ef8df681f74ff981d9d2dde083d529e083dd6fc0078e59e083c620f061d77930c7fd33985bfd06ccad3d013e514c039fb4ed03f3f40dc13cd73830efa532988f9d02f3e3a7c0fc396fb0807b0d2cd87c112c70590e16f846810571efc082ba0f60c18bbf60a1a4122c0cb6000bb3bbc1c21e05b0702c1d2c5a9401162d96038b702e58b4cb0d2c0afe03163db1058b790058bc712b587cb3012c4e49078b53b5c0e2ec8560f1a716b064672c5872d50a2c899d054b2f5b82a5797bc1d2d79bc1d2593a58b6e51458e6de099625aa8365690a60b9b212584e0d07cb0d7dc0f275fbc1f2d82cb0bc0003cbbf0d80e5bfbdc00ac508b042551bac3031042bb66c042bb6dd042b2e5482158f52c08ac7e960458d3558315a0b562eec072baf3f072ba77cc1ca5f2bc12aa566b02a241dacba990c56e59f02ab7ead07abe67f82d5c48d60353a02561be981d58eaa608dc275b0d6390fac3da600d6fa11c0daeeffd79f52c03a0d05b0eede6fb0ae611358d7731caceb0f01eb6674c1fa1dfa60fda14ab03ed212ac4f0c05ebdb95c0fa4e2e583fe20d36ac1f061bcc3e830d3bfac086423ed850bb036c98ab061b19fd60a3433ed8f8bc166c1c3b0136ce6c021be735c126c558b0c9cd1a6c3a1101beac34045b16b3c0961025b0256627d8d28482af481ae02b6e23f82a22137cf536067c359909bea913826f6697831d693ee03bc71af0fd8658f0fdde63e0fb98df60974a2fd8bdd60fec6edd007e20de043f7e4b047b974c82fdbe16e080e65970604905f88962080e55f780431d96e0f0340b1c39640a8eda3f06475bcac1b106001cffe8038ecfee03bfb864805f6ace835f1537835fcdaac0aff9d1e0d7af5bc06fde3fc16f8167c08914149c5ced084e5e3006a7402f704ad8084e1d15813f7240709a70129c3e16054efb9481d3b99fc0e9aa09f0d79ec5e0efb851f077d73af00fda02cef68e8173a52fc17f97d8e0bf3b9bc1f9c455e0fc575f929c4229496e3b4e924f12911424032485c86692628a90a4d8bc98a412718fa4ba389ab4c8683349ad2f8ab4987796b4d85a9db4f88c1a49431849d2380792342288248d9adf248d2e3e69c99573242d492b69e9fa6ed252b741d2d23bd524edbfb1241d4d57924e244a5aaee64b5abed19db4bcad86a4bbc29ba46b7c89a437c623ad60e69056d829935638ec23ad3879974490f148c4e72624208a4c02bffc2541d27e12253a8b44c9a791d0d00812fa5a8b44534e21312daa49acae5324acaa9e84b58690b0f74f48ec6fce24cea2691227f4028953f888c4630024de35159230b78684875a914417bc49e21d1292e4d51049f22584241d5c4b921d79463230024906e7b791566bcb9356c7dd2519b26f908cd11ed2dafd1da475cfb6934c545d4926ee8f49a6a76d48a6c10e24d34b3b49eb650749eb2bab481bb24a491b3aaf91362a8592cca8c74866313ea4cd057324733507d296f4db240b7a03c922cb8cb483f88cb4e3e828c9867f9eb48b1f45da55b09c64875492ecdb1f93f64059a43d677692f6a486901cd44b480e05cd24875725a4bd421bd2ded72124479b44d201156f92d3cdbf24d7f8c724d7a21d24370316c9ede50cc95d664a72df3147728f88271d522d241dd68e261d7e19493af2c480743cbb81e42dbe48f2367d4cf23e3e48f2be8c917c5e1a917c0fff22f91e3323f9857d24f92fff4b3a653c433a75d397742a469574d6f7142980fb8c1470238614882491025b0c498163c749417933a40b46baa40b56dea40b472249978f86932edfd3215d79ed4ebab6c882744da2400af34c2585ff3b48ba0e8a49111685a488eb93a488ae8da48899eba4c8f94ba45bb67f49b73f1b9062a5cb48b16e56a4b8f4fda4f8df13a444388d9418b08f7467912a29498c9052dea0a4542d9c94b9f9182933ae8994e5b49274574e40ba1b3e44ba2f7a4fba6f5145ca567d48ca5e1149ca0e5f447a685d4e7a187d8bf4688588f4c83491f4e8fa21d2e3fbbf498fab9693f2448ea43cef4652deb505a4bcc27252beab8c943ff79454a0718c54b8c58d54dc709d5476434c2a6bba462ae7af20955b1993cae70b499584c7a4aa6c8854f5649c54bde81ba9da731da9fadb41528d1140aadd5e4faa83ce90ea4ff4931acefd2235aeed2335a66e23353e1f22353db4213dcdcd223d7bf595f46cb089f4dce72ce9797d1ce9f9d311d2f3cfeda4668303a4563189d4faf23ae9153588f47af113529b234c7ac3e827bdb9b69af4964e22bdb7b02175fd7f962eab0052d7fe3ba4aecbc7485ddfc2491fed6f917a0ffc22f5b179a4be821852bfd65d52ffbe11527fe845527f892b69e0b71a6970f97dd2a0c73bd290ec2b69f8fc1c6938b28034dc04923e2fdb4b1a393c4f1a79da4b1abdfc85343a994e1af31c228d4dbe228dfd7b481ae71c237d391342fa8afa93be593c244d2c5523fde8bf439a761a254d3fec25fd8c7224fdec8a26fd1cc4483fa76e927e6122d21f877cd29f33daa4594735d29c0a993437e745facbb949fa5b7c9df4f7cb51d23f1b0a24b74c0ac911632139436f485e7e23241ff7105a70f924b4a00984167c3784140d1990620a1952d9ba0f52356b8454cd83a085ae2ba185b515d0a21f9f21b547359006c48034dcef434b94ce404b5a1c20ad851390d68db590566515b4f4dd6748fbc94d483bef0cb4dc940fe91aec8056fc49865622f210a1360622bead8000662204a4ee81807b5310f0a61282c23520a8591122efbb06912f2b43f0196788423583286b6c21740505a2bae743d417128866fe07a21fb78018ed18c4bc4f87585ba621cc6f27c426c6439c847c88271d877886fb209e7734c4cfd486f8ff1421fefc002458dd06093c77408290664850418704efce43b8a71724fa6703894d3421e98b1468d5f667d0aab41068d5901264b06d1964306309ad26a44086e6269061c70064f8eb35647c1580d62ccd86d61072a0356bb9d09a067568ed3a29b48ebc155a3f438436287f8036bc7487360ef8431b27ef40669c37d0e68d6268f33f2664a1500959c6d64296e346d056b375d0b6efbb216be165c83a2809b20e0b80b63f6d80b6cfbf81762c8e867638694136bf2068a7813b6447bc0dd9ed77801c42fca07d3a7c689fff5a68dfcdc5d07eb97668ff3c0ab95cb3815c1ddf406e2b4320b750027488920a1dde741ef2d8360a1db559031df5b0858e36af823ccf06415eea1f212fa017f28a2e808e9b5c848e0789a1934b6720ef03cf209fe571904f1c02f9646f817ccaee41be1771c8f7f614e4c72e82fc1caf437ebf4c21ffd5aed029931ee854bd083aedc3864e9733a1d31d4d5010271c0a723a079d7b3f0f9ddfec075d109e812e582a43c1bba8d0c5e666e862db52e8d2ea6bd0a5b326d0d58b85d0d5a2b75008d91fba36b10c0ad5964261fc1828ecfa49282c3e120a6bb904855bb3a088ff731cb17a1e8ae8e884227eab4191a982ff49876e4cbd86a2fa5f4137d95ad02df520e816c10ebafdfb25142b6c82e2701b28ee7b3d146ff60a8a3f1c0125d0af410917eba184eaef50425f2794f0230fbaf3a10e4a2e8b8252b2ae40a9f95c28c3e9389471280dca043ca04cd9089479e71a9439f81eca72a886b2a2bf42772b9aa16c4e34f4e0601af4100d851efee2418f097ce871941d947b9102e596a4404ffed7651efb1794f77d1194ef7b0bca6fcb800afdbf41857fcba0a26055a8a476162aa55840a505bba172722b54790c812ac343a0aa241954bd3c16aac95587eafef75d37640435e41d829af042a869471cf4b4e804f4b4ca167a213e0db5949e865e996640af421641af8f6f865e3702505b9731d4f6f518d47e810c75384f431de997a08ee90750279a0f757e02a0ce3fcfa1eeedfba0eef2c3d087dfca50fffe87d0c0ec1de8132b1dfa6424833e658e42832735a1c1342f68f0f52a6868c96be8f3f206e873891e3446dd088dd5fb4363ed89d0f8aa5bd0f8d145d0979261e8dba00bf4dd7f18fa5e5a044d543b411303ead0a4fa2c34993d014d5d51867eb82641d39f7168263f1dfab5d503fa95bf08fafda813faf30a81e65ed4427f5f9541ffbc1dc872b3fd64f9c7d364f9ea6364055e1559e1bb3f59f1da69b262ee15b262db2459793b9dac9ce04e562e84c82a315964953b7164d54b61e4856ffcc86ad758644dbfbbe4a5a3dfc9cb18cde4652635646dab11b2ceea21b24ed73bf2f29edf645d8d1cb2ae9e2d59b7ca94ac17ff8cbc425d9fbc227a90bca2954f26a8bb91897f379181a655647038800c3dfe4e8617fc202385cfc968fa3a329a5340662d9390b19b0c32f6a885cc563843e6ace691b9db3ac9dcb41f64ee5d3532bf1b22f38767c9028706b2e0d279b2b0e12059389a4e168ee790f12d8bc9a21d22b298b2912c01b692a5e6ee6469da6db2b4b28a2c6bf127cba632c8fa019e64fde46cf2aa777fc806e4436403ac9fbc1aa29157ffce26aff13222af297a4c5ea77398bcde6b1b797d821979d3a63eb239e322798bb89abcc547996c31bc886cf9e31cd95af709d9baff2d797b394edef1a29ebca30322ef0ccd21ef925722dbea5f24db5e3620db5dbd4ede7d4c48deb3c883bca7c687ece05547defbe00dd911b94876ac3127efbf994c3e70388eeca4174776864e929d1d93c9cee17bc92ec76f920f1e8f251f9cd423bb5ab3c86e87246477a73764f7631a64f7a84d64f73befc88718efc987ef8f900f3fba47f6407e908f5a71c9c754e2c9c75f78908fff08229fe811924faef2239f7c7e95ec439921fb54d6937d135cc8fe6ff2c9a7eeec239f368f229fbe5f420ed0e922073e312707e69b91830272c8e756a890cf6d7d46bea0d74d0efe3745beb8e219f98a7c06f96a8436f96acf097248b91cf91a3f831c7ae82339b48e440eeda825875dfd9f626bf2f52f5272c4cbbfe4485907f9c6ce4fe49b4babc8b70cc9e4684d9c1c3d6b49be3d9c4d8e5de4478e75db438eebb9438edf1c478e7fb88f9c6436434e3a134d4e46ae9193dd94c929b50c72ea791b72da397d72c68f3de4cc806be4cca91e7256a429f9ee619c7caf5d48be5f7c9d9ca3789e9cb36c989c93f6bf6dc6c88fd437901f05ab931f4d2c233fa66e243f0ee826e72aae27e7aad99373497472de8d0fe482c64972417715b9e86221b92825815c926c412ea5d0c9a56189e4b27929b99ce74fae209d20570291e4ca3be9e4ea9b75e4ea314f728d858c5c934227d7ca2b926b5b2dc9b51f9e93eb9b14c80d7adbc80dd47be486741b72e3481ef939a0417e312320bf5426925f0e7b919b03ccc8cd6d1fc82dc1cde4d62c1ef9957c09f9d56239f22badade457d9aae4d79c4872db0217725b9e2df98df633f29b3d77c8eda3e7c91d9443e48ecd89e48e4247f2bbd741e4aef83de4eeb115e49e6db6e45e3526b957a796dc6b7691dc7b7b9cdcff339e3cf858933cec1248fe0c5d278f445e218f0a9f93470db793c79a8cc8e3d47af278d06df2978571e42fde1cf2d7ad3bc9df5efb93bff3b2c9dfed83c8130d77c9937c2679eaff187f2cbf4bfe214920ffb0f521cf186d21ff8cf726ff2cda49fed97985fc73ea10f9d7fffdfacbce8ffc6b6e9afc3bd889fc27d2813cab36439eedd9409eed5326cfd96a90e74a3f93fffedf9f7f6346c87f1366c8f3efd461b99a29589ea405cb5bfbc3f2475fc2f23785b0fc4c0fac70ca1e5e6017002baadf82153d09b052620eacf4e434ac7ca301562ed4865596af83550c2c6095a3eb60d5a5a1f04278185e68600cabefd285351fef8535bb6fc24bcefac24bbe6c8797ee92c1cbdef061eda531b0f6d6cdb0f62e355867792cac6379025ebe6223acbba807d635b48675e36d60bd6216bca2f423bca279085e69791a268c1160f0f657188c5782c184e330c9ea030c9f7b0da309233055a4065337e4c2d4dcb530756a334c9d698669523b98e9500133ebb830ebda491853380163f7dfc3ec1d5e303be32fcc71708139df2fc05c121d16dc4c8705f58f61e12d14c609e6b028fc0b2c8a90c2a2842a585464098b6a476031b019966858c1128e1b2cf1db0b4bd118586a4f87f5ddd4e155e1eb61835569b0a1a5256ce498031bef5a081b1f5f0aafd1c4e035e1c5f09ae665b0c99e7fb0a9d614bcf1c2537863c4227863b2266cf69b036ffe330a9b0b2fc0e631db60f3fc01d8bcb40fb658fb01de7af218bcb5e712bc6df4336c1d3e035b3f80e01da11fe15dbd7c78d7afa5b02df7306c9b5605dbd13b61bbf41478b78721ec20dc0a3b38fd6f737ec10ecf7a60877909ecb890083bee9a821d4b87e003ab16c107268d61278d09d899f30a760e6a835d8876f041d663d8b5b80f7663ae848f18d4c31e0bb9f0318f18f8780404fbcac1b0ef9bebb0dfd652d8af71043e652684cf78a7c3676faac06753c4f0d911473820f6321ce8220f07e1da705052011cd418029f5b9c0d9fab78005ff8eb0707cb9f8483efde862f16de802fb182e04bbb37c29702dfc29727bae0ab6758f0b59077f0b599d370e8ff750fcdf38543070ec3a113a7e130f8181c3674020e7f74028e30e0c03756ad82a37eb3e06858038efea502df568d8063a73ec1710bb6c371521c8e8b01e184ca6038f15e219cf8a30d4e52ba032781dbe0a40b0170324d0227fb14c3c951fa70f27d7d38b5dc004e8b6c8333fc50f85e4e0ffcc01e80739297c08f6c5ae147d9abe0277baec34ff61f829f1c5585f36e09e182ff355e98640017e9d9c245335e704980295cfac41a2edbf5132e7bb6182e3f5d0a97df2a87cbdf26c0e51f52e1cae70be1aaa61b70d5f819b8dab707ae0e580d575f3e0b57ffa0c035cb54e01acf9770ed894cb87e640a6e5cd003372ef5829b349ae126da1bb8c90b859f9f2c879f179f825f909ec02ff070f8851d04bf7471875f1ee4c02db98fe0d69709706b5b27fccaed29fc2a02835f7ff587dbd40be1b6d78be0b64f0cf88db4026e5ffd086e0feb863be64ec09dcb22e0ce754cb8737227fceee206f8fdca41b86b5f05dc9d1e067f70ae803f1c2d873f5c3280fb14eec27d8b2be07e3b223cd0a1080fbcff0c7f52d8017f5af21e1e3c340f0fd6ad8687ae74c2c3622f78f889133ce2ae0c8f1ebc008f69df80c72faac3e36352f8cbf620f8ab570bfcf5120d9ed8b8139e1cd780a78687e09f175de19fc987e15fafa6e1d90867786e481bfedbec0bff639da5c829ffa0c86d1452e40e512972891b28f296fb28f2be8e14f97b2cca026c056501bf87b2c065116541e7258ae265114529a19fa23cb580a222e8a4a86caca1a804efa1a8dcb1a2a8545fa7a8d47653168ac7290b0def50163ef94259c4dc4559d47b87a2e65241d1d449a52c31d6a32ce9a053b4dcb5295a5e0314ed5df314ed726f8ace9a6f94e51c638a9e5a22456f3885b2827382b2e2b784b232673385d0f89e424c1fa210ef355100472685d438418154ff52c85f5a28f092660ae5423e05b9334841aa9e51a8fe2614eaa02d85f66d038531a9496185cd53d887d750d89e7729ec2c4f0afb971c85fb6d3785a7bb8f22d07e4c1194afa2086d7328c26b3045242aa188b68e5244ad1614a9cd1f8a34a490223b374bd1b76da6e89fd0a7ac5ac9a6ace23da61884bca118bcc8a5ac5eb3976228eea018214f29469b7e538c767ca5185df0a0181bcf51d6a66ca4acdbcea298349952d6ab9ca7ac1fdc47d9b0db8cb2292890b2e9fb3465d3ac2165b32197b2e5e6678ac59b608a650640b12c7f47b17c799fb235f1fcff2450b64eada658bbb7506cf4c3283677132976174e51ec9e065276ffe553ec75fd29f66907290e2527290ea5ab287b95a2297b3b7a28fb76cc52f63539500e545ca3385fa2535c4c0d292e4db728aebd3314b7d8079443c99194436f5f513c8ef6523c1534299ebc368aa70b95e279f421c5f3f4098a67fe268a174193e275f82be5387f3fe584968072927a9572d23282e2bde019c57bb335c57b1793e2edd949f1ae14517c453b28fe4b9652fcc97729fe46d594d32ff22867f2db2967b5f429672ff7530256fda004a6bea304617694a0c81d9473a2fb94f38b5529e74f2a502e7ceda1049f18a75c6ccca15c322aa35cfab4847299374cb9dce348b9427f4fb9f26501e55a7c2325547097125a34450973b843097bf18512d6728d121ecba35cdfd040b91e1c49b99ef08712a9614e896cb0a6dc60c8536e5cf84ab991f39e72e3a51c258a738b126d6247897e3142b9bdab9e12d7b4889270fa1e25d1319f92f4a58c923c554749b94aa5a4e6aca1a4be19a4a4f62fa7a4b1d328e9d599948caa0b948c975d944ce74c4a960648b9bb6713259b20a564b3104af6ba00ca83640dcac30c254acef476ca23d509ca634935e571d5394aa1ce18a5e8c61ca5d4b08852ced2a394fbfa502aac1894ca8b3a942aea654a55793aa5daa998521df08652e3ba9f524f7f49a9df20a5d4e7bea33470e7290d5e2a944635534aa3a61da5715b12a5e9ca5aca53bd4594a7b35f29cf8c4894677bae529eebf5539ea3db28cfedee525e3e7c46690ddd4d69ad3c4379ad1e4269136da0b46dfd4469abb94b691b2750da6589948e103aa5a3e01ee5edb64d94b7e75f52de4f9ea47453aa283d7bba293d0f5d291f031f523e3e784af9387586d22b90517a379fa27cc25b299f66565106ff5651867aaf53869522289fad95289fafeea57cfe654719bd7a9532660851c60a9329e3ca3b28e3c267946fc463948997bd94c9b4f394a9834b283f324328334589945f6b6328bf367ea6fc323b4c99fd8051e6bac594bf901ee5efd42a444e6f2922774a0e51609010c59c058892ea2f4469b31fa28af9220b33329045922e6451b00ea2864e226a474f22ea355244638b1ba2b1dd08d154b98e2c71dc852c7915822cdbaa8c2c3bbd16d1dee28d68fba9213a5f2588ee8a1388aeef064437b10959a13180ac90062284e3e108513b0001143104bce08cc02dc908fced2d822c194190b05f08eaab8fa0b19f112a7c08a1e51421b4324584beec2bc24c3d8230dfe422ccd935086bf94604cbd888b0f73e43b8544584cb6e41f8397711feac022298f44184ea46087e3309119dc211c94b3544fad801d11fe84456854520ab861720064bce2106db231143c639c4f0881162acbf1b31def11d31fe3ffe752b2f20eb2e0a91751f3391757ddb10134d7dc4e4e016c424d20b3175d045d6bb54219bf40b914d671b90cd043764b38b04d97cce1b31d7c945b65471108b9bb711cb7329c8b6ba3fc8b6ef64c44aa103b176d747b6d78c203b3823c84ebf6e64e7fb6e64d7facbc8ae4b6b11db681fc48ee18cd86db341ecfc8791dd8d4d88fd4a45c4fee50ac451bf0239c03d821cd83c801cc8e8479ccffb21072f7c445c2f6623470ef4234786088847f463e4e82d4be4686e1fe2b9680be2992344bceea7205e0faf22c7d6f823c736ce20c7eaa291e3aaeec871072be4f8de56e444d501e4648804f1965b8b781b7a20de996710ef9e0b888ff503c4f7b233e2db2746fc06fd9053ef60e4b4b23d72bafc3772e6ad0409c83c8604ba1e47026f3f458284d648d0213de47cf03f24f8560472e9d305e4f2f02ee4f27c2b7245d308b912e18a5cf9ffd770a5680772d56417726de11c72ad6d02095de087841e5d84847ef98e8491ae2061350812eed98d84bf598944581bfe4f2e12b16b371275b815897a3681dc3c720bb979671ab955ac82447f0f406e6b5b22b75933489c63361237a483c40dbf46927eaf4492e6dd91e4de7624e53482a4743a23a93d3f91d41fdb90f47fad4846358e642efb8964f2b84866c12d24ebf2207277e52872ef7d3b92cdd042b285ae48ae562092db3b823c39b31479d24947f234fa91bc804624ef732852c8af430a27e391226a3f52e4fa0e2972eb428adc1f204529a34849090929251c424a597148a9eb1052daa98e94cd2920e5ba214839f20b296ffc8194ff9b44aab50d906a662452ddd381d4f8f623b5b01652bb2109a9ddcc416a2b0e21754802d2e0e384343ce0228d27f291c6f9bf4893ce52e469da77e479b90df222f817d25c711679a5e98cbc3a5783b4599f44dac69e226fae729037f54548075a8f74480d900ed736e42df53ef25e2f1e797f300279df508274672f463eb4c8901e7a2bd273e008d2537b18f968a58e7c2cfd877c1cab437ae30a90debb00d2f7511e19283d850cd23d90c16e4fe4b3bc19f2f96f1032faea18323eee8b7c098844bed26f205f6f2f44be259d4626829e2393dabac824b31d9952ed46a6f8cdc8ccea0664268286cc647623330f79c8cf8e4ce457cb7de4377a10f9333e8acc06562173b39790bf4227e4efa527c83fcd66647eaf0b327ff40332ff681b2a67b61e55e047a30a1e27d0057117d105774cd105a551e882a7d75145cd1ba8627016aa98f00c55ec684415ff75a3caa45c54d9d61155fddb8a2ef4ea4417bdcb41d5c2a2d1c59213a8ba691faa613e806ad87f46351c18a8c6c36a54e34f1ebac4fb13bae4f21754cba414d5fa32802eeb3544b57fb6a23a2197d0e584497479672daa9b3b84ae703887aed4ce4557e69c45811c3f9434e08142b1892899d68492e97b51f291b5280cb7a130720f85cb9ea2c8081fa5d64da1d41e264a3b9c80d2075c50e6a93894f9be03c5dae651b6c53394ab7f1ce5d95f4405d22a5448694785cc1c54f8a81dc53fbe40455737a2a26772a858781415cb5251c9f630547f34105d257c8faeeaf2410d4e6ba0863eeea851fa0dd458451d5d737633ba76f308ba36d4165dfb4882ae7df5195d17bc073579aa849aaeda85aef7d988aebffe015ddf14856ea084a3666143a8d9c034ba89cf44373f7e8e9a6b9f40cd7ffe46b7fca9472dae1e442db5fd502b8baba8b5db1bd4bae23abac3f0136ac38a45776666a276f2ada87dec2fd4be673fbac76101baa7f609baa7db14dd337d13ddeb9f83ee337c86eebbac81ee4b32451d414fd4b1f6367a60d53ef4c06e33f4c0431c75faa78dbaac38871eec7983ba520d50d78403a8fba520d4635338ea71b907f598e5a3c7cb2dd093375cd193bd6ea88fb335ea73d20af549af477df70fa2fed2afe8a9444ff4b4ee7af474d803f474a4021a64578c9eb35241cf2f7f815e70a8462fe458a117ba14d1e0804034f8ff982fb65ba3176765e895a01af44aa41a7a953b8d5edd908a86c4f0d0d0f95634cc671c0deb3f85862f9c47c32daad1882b181a11e98846240ca0376ef8a3374a2fa051bc16346add0b342ac8188dfa6d83de9c4d466f0ded44639d4bd0588f5e348eed84c66d61a1f1a3ad68820b1d4d5c5480de71de89266db541931cb6a0c96b8dd094e74234f573119aa6b5174dc37cd0b4e78d68c6f60934e3da309a315b8e66f15ea3596ef7d1bb6257f4eebb22f4fe0b75f481db52f4c1c55af4c1959768cebc31faa8fb39fab826037dfc71319a2bc843731b92d127df19685e831d5ab0b30e2d7098450b0d13d0c24877b4f083065aa4678f16ad6d408bab9fa02589e16869c836b4ac6e155a2edf875605f6a3d565305aa3da8cd6dc62a0b54d96687d41265aff32016d506a431b911368d39756f4e9162afab436027d9ebc1f7d7135086d5e1d88b65ccf425b7a9dd156cf30f4d51b12fa5ab7017ded9e8abebe3f89b62769a1ed45ed6887bc07da11d986be5db4117dbb7e2bfa3ea707ed6284a2dd4a0bd1eee42568f70312da3d0aa31f5647a11f6c76a03dac8368cfab7de847f416daab751dedbdeb8bf68d16a1fd45c9e86005071dfacc44878d2dd1cfaf2dd09135a1e898ac0d1ddff1071daf5a807e49fb857e8d7441bf162ba2dfc005e844420d3ac99c4727b3d2d129cd69f447c415f4e7faafe84f8b3cf467be15fa1b7984fe7e108efeaebc8efe798fa2b3aba6d0b9d5e5e8dc1f5bf4ef5821fa0f3240e7c9b3e8fcad975439158caa80b65215c28e51155eafa42eb8f798aadc90435d385e485dac694c5d1cbf8eaaa9ae4fd5e4475197d0bba84bd65da46a851b51972aa551973f6aa4eab65a5257465fa3ae9c76a51217545089e3da54009ba0023f0aa9e0894554924726955c7c900aef384985af1ea6c2b937a914d52a2a25a9968aecdb4145f293a8d4357654ea2d7b2ab5cd924aabb1a5d2def0a8f4f53554c6ea775496423795159f4bc5768550b123c654ece718957d894b6547b75339c02895736e1d958b6650b96d6e546ec7772a3f239d2af0da4e15622a543cdd972a563b4015aff6a34a60902aadd5a2cae045d455b454aac12903aa41ea6faaa1cb2baa91fc71aa91b307d56828946a9cda42356e5d4a5da3d34f5d73c480ba2e9c4535f97b946aba4e9e6a163d47ddbc70886adeff88ba65b73a75cb4407d5c2710bd5a235976af15389ba6deb72aad5838354ab8762aaf5132deaf6ee2bd41de145d41d0535d49d9e0ed45df92354db86cd54dbb62f54bbbe65d4dd4114aa3df13475cfc269eadefbcba9fb5216521dd7b6531dbb3e53f7ef5c447556d2a4ba6da9a3ba55c653dd2d2854f7fcbb54f7212dea9185dba91e2f53a91eff8e503d57ffa27a169ea07a364ba95e466a54afe336d46319c1d4e3053dd41302807a22b69a7af24b08d57b680dd547fd0ad5e7e837aacfb1fd549f5bbba8bedcb754df97ca54dfe1fd54bf75ffa87e694fa8fe71a5d4535934eaa9fadbd4d33d8fa867f64c5103423ca8e7d222a8e73a6e522fec3f40bdd06c410d16365183df71a997c297512f2b51a957a030ea953d43d4ab72ced4abba2ad410e80af59ae72aeab5d371d46b9dead4d085fdd4d06f746a588d2635ec9b3c35fc6c033542a38c7ae39526352ab0801a55ba831af537867a9374987a73a0941a2d1253a3a34ba931e3ced458e40f35deba811a9fe9424d30ff474dd437a4263a8650931d3da8c96772a8298935d454b37e6aea3d2e35f57e3c35cd348d9a7ebe9d9aa5d246cddaae42bd57fa94fac02d82fa20651df5e14553eac34c09f5e15c2935c73f82fae86a07f571a432f5712e8ffaf85d3a3537782d35cf3d925a303f452dd274a096f87a50cb2254a8e5a71753cbd3cba91507df532bf7bca0d62b5ca636ac8ea13672ee501b0bf3a98d951ed42603436a53e14fead3fc2eea8b92e7d417ff22a9cdb10ad416ff4a6acba839f595c965eaabbd43d457dd5fa96de73751dbea6aa8edebbe50db534ca81dd8356ac7d555d477597ceabb97aba9effef652dfaf6ca676919652bb3699533fae35a57efcd847eddd5844ed3b184fed6f58471d3475a60e857452871a0e5387baa9d4cfefbba8235fe2a9a3ba47a9a3dcfdd431fbe3d471ab1fd46f87be53279937a893dda1d4a9694bea34c99f3a23779e3a03545267dcae5367bc41eaefb655d43f2af1d43f6feba87345eba9733f86a97f8fdfa0fe1da450ffb92fa1fe3bf28f3a6fe34c9ddf3f48933b3b42930b50a6c987b7d0e49b54680a436b690bd2e834c598799ad2d10f3425af6f34e5437d34e54f7134e56f5c9a4a830d4d65fa384d15b5a62dbc7a97b6c85c91b628661f6dd178226db1cd369afada499aba1997a6dea340d338a14ad338b395a6911c48d32ca9a32de1bda12d897e4e5b927c9da645dc4cd38acda369cfffa5e99459d3963766d3f44c8ed056eadea211cac769c0036d1a187d9d06be5b41234d35d1c86b9c6814f3c534449148437feda051035269d4ac6c1adda0994677d7a1314c2c688c962e1a73dd761a3369378db5509fc6f21fa361f723681cc5b7348ecb248d93f083c6d57d49e3b6ffa5f11e1269bca20534defc131a3ff81c4d10bc8f26bc4aa709b31a68f8c69334d1d2fd34517f3f4d661f415b5594403354d2a7196e77a419ad3b4f334a9ea019a542b435061db4b50bdc696bb75ca6ad3796d1d61f76a0ad8f90a36d445ed336b2c6681b4dafd036eedb4c3383e46966c733699bbec4d3cc03e569e6696c9a79861c6d8b4b136d4b7c36cd621f8d66b9308f66392ea46d5ba943db96b39fb67d4915cd666506cd0699a6d9dccaa3edac6ba3ed9cfc49b35d5c44b3d3e8a5d9895368bbb5aa69bb832768f606cb69f6763534fb030db43d5796d2f6fa7bd21c0575b4fd7f326907980a34a7324f9acb83df34d767c63437560fcd2d6831cdfdb405cd7d8e403bd25f4ff3207fa179dea9a179d11c68de0a7f68beab16d17c1d2ed3fcb0569a9f5320cdef5831cdff953ced943c9776669d9416e0738316f0c89c1624bc4e3b77772dedd2f367b4cb41bb68570e1da65de90ba7855cd84a0b29fa4d0b8d5e490b0bd2a485e5a7d0c2fe45d3c26ddfd1c2fb65b4088c488bac7c4dbbd15348bbf9fd12ed56be352dda3298769bf89316dbfe811677c68116d7f988167f08a5c517a6d0e2ab17d1e25b636909f2feb484ec4a5ac2b3745a62f33bda9de5c1b4a49c57b4a4ce615a32ba8996ec7f9496c2d4a2a51e3c464b5bd040cb386f44cbc83b48cbd292d0b256c7d0b22e3fa0657db1a4dd3d85d3ee29dca3dd8f52a165eb4b68d91977680fa75a698f14bed21e71d5688fcec9d31e4568d072fdcc684f989eb4271be56979009d963fbc8a5668798c561855432b7cad472b5aa3422b6a1ba3159b40b4e2430f69c5a19f69a5d24a5aa9b527adb4469d56eeab4d2b4ff99fc147b4f2c937b48a08455ae5da4a5ad5e1565a35f92fad263298567317a0d5696ca0d5adfb446b9857a7351e74a03d3534a13d5ff398f6fcc739da8bca53b497daeb682ffbdfd15a56f4d25a858eb45772aeb4d7569f68afeb4ed3dabc005a7bea125a27dd8cd619b380d6397592f636d69ff6f68e12ed6dda1edafbc9225ad73736adfb642ced436b2dad77fb4e5aef27943680a5d33e71da699f2497689fa2a7699f1ee8d00655a668835f96d18643d268c3f5a1b4cfeaeeb4cfd64db4113a401b796b481b673bd0c6770dd0beb82ad3befad7d3bef6eea57dd31ea27df7ff44fb1e4aa04dc1576953e924da8f0113dacc29903673739ef62b4344fb1de749fbc355a4fd293d439b95ff499b9d5e419b4383697fe35de80a4f6ed2951694d295f8a574653d5bba0a5443577190a7abf64274b58c6574b5c997f4c596bbe89a670ae84bdc27e95a7a7cfad2e847f465e6fe741d9e165da7bf99bedcea037d79cc09baaefe6bba1ef90a5d6f6d047d0540a6af58d5475f796c117de58d47f4956d3974c027870edea1d1c17b9974f84d121d39184547977fa453cdf5e8d4803a3af5fb273a7d41199d119e4567543da133a72fd159ea57e9984d251debcaa2b3df24d3b961223af7de723a6f59079db7f3299d37b790ced75947c7f787d1f1bafb74f1ad46ba748b135d76a98aaebfb2806e78721fddf8de62baf173946efcf1007d4da494be56c18dbe56524c5ffbbc9cbe4ee30b7d9da613dd24ee27dd64de8e6e7af7207dbdbc3e7d7d9a117dc3de9574b39f97e866bf5fd0cd5d6de95b86fed22da297d3b76673e9db0296d1b7f54cd1b78d71e8db5f3bd377486ce83b763ad06d0612e8764dba74bb690ffaee07f9f4dd4ff7d1ed8b2ed0f71425d11d2c3ed0f7c9abd3f7edbc41dfe7e74a77eccaa03bed48a6bbc8dda0bbec76a51f3cf5847ef0730ddd1553a4bbedfb4c77c7bfd2ddbb76d20f7745d10f4f4cd08f8c6fa11f3d6d40f75cf091eef58042f77a9a403f914aa77be351749f531fe8bef862ba9f7728ddaf3687eeff8e4d3fb5c0967e4ae64a3f15ed400fb0bc4d0f5c84d003d593e9810ecef440ff83f4c0b77be8e7f7ffa607eb39d22f5f53a287f8efa087a462f490747d7ab89a293d42a4498fd2aca7479d25d06fe5b9d2a3af18d0e36a5fd0e386f4e9f1077ce8f195e9f48490127ae229777a62d46a7a6279343d71f62d3dd9298f9ef281424f2beba3a77d34a0676c6ca067d4d5d0333e24d233b1aff42c4763fafdf6547ab6be2e3dbb12a4678feea23f802de90fd67ca33fbc3946cf5dda4fcfcbb7a6e7fd784ccf9b49a3e73f5d482ff83f9f85f82d7aa15109bd30ff38bdb04a815e7c32985edc09d24b3837e8a5e13df4b2a567e865c689f48ab82e7aa5a60fbd8abe885e55eb4aaffebe995e436ca4d7a0bef41ab74a7aadc63cbd76a91bbd564744afdbe54a6fb0a0d09b1637d29bce3fa6bf3ceb476fee9ca0bf8209f457c3dfe9af335de9afdfa9d3db4c53e96ddd6c7abb912ebddd278dde199d427fbb6031fd9de3377ad701657a4fe0567acf95fbf48f0f7ed0fbec83e97de1b7e97d090af4feed0df47ed76a7a7f85397d60f343faa7a3b9f4a1cf6be8233525f42fda4ef42ffb3ed1bf6a8cd0bfaf7b4fffbebe8dfe3dea14fd7bfaff546ad127343de9933145f4c9c441fa64f779fad4c577f41f1c35fa0fdfedf45f8f16d27f6beca1ffd577a5ffdde743ff8768d1ff1d2fa7cfef7d4c9f77e431e4f6b43294fc5e3294ae373294fe2c66a896ec642c7c2cc7503be5c458ac2565a8c3860cf5ed760cf5df1f199a9c7b8c25f6918c25d73d195a2362c6b26dda8c65879f31b42d8c19da2904868e910763f9b32886eeb264862efa94b1a2b495b172c13ac6caf43a06016b6610f6f21844a5390650779241d2d163c026910c4a773203d9f28c81bc68665047173368ee2406ed8a1b832e7795414f41190c174f06535987c13cedc9602f913138ee1d0cdeef5d0cc1389921f8b1868187cd33446e104374df8921b11e61487eb430a4fe4f19d22e0f86be1b97b16aff1bc6aa2b9a0c83ed0b1806f3ef19abf74f3156a7fc3fe6a43f62186e886118a5c6318c2f3f63aca92d65acadffc830fdf28761faeb0363e356398619579761e6ddc8d89432c3d85442646caa0a616c9adfcdd8bca595b1f9cb3ec6168b31c696bf960ccb90bd0ccb6207c6d663fa0c6b671fc68e3a43868d3ac4b0012a183b77bf60ecfaba8c612be960d88e0c3076ab2d62ecd915c970e8e530f63a5f67ec2db9c1d8bf3597b17ff20ae3c04e6bc681516f86b33087e13cdbc338b898c5389863cc3858b9e87f42186eba1b186ec034e3f08978c6919d398c23e9371947d7ef61782653199e6f3b18c7b71f671cdf719971fcc16f86b77a15c3dba38ae12327c7f0d95ccff0f56132fcacd90cfff818c6a9a278c6e965718c339b721867730a1867ff1c65041c001881c6418cc0fb5719815ffa19412ed58c730e9f19e7adc61917deb93282d5ae3082f78919c117e718c15d1d8c8b666b1917c3248ccb734b195733ae31423bf98cb039154678cd242382abc788f816c7b8b1f32ee386cb37c64df417e3a6f11146f4f876c6ed980946ccda0246fcfe58467cf24f46c2957c46c2dc2023f1d8614692f13b46f2ec1823b588c4486dd567a441838c74b53946baac8191f172929199f99b7197eec6b89bcb66dc2d2b64dc1d2d60dcbbb89071af2c88911da2c178f0f609e361b68491c35bc3c8698e60e4ae1c65e4c52c62e4af9b61e4dfdac42810dd63141898330a332d18450c0ea3a87227a3183565147f4119251429a3c4669e51d2f29651c63bc428fbd5ca285f93c6283f4b6654f00b1815a23c4685e93d46c5976646657011a3aa3996511d5ec6a88edac0a859abc9a80962306a9e04326ade5c60d42eddcc688888663462068ca627ee8c67bdba8c66cd2846ebba0d8c56af2ec66bf14ec66ba38d8cb61812e38ddf18a33d7737a3a3f428e3eda3d38c775a57185ddc1246d7759cd1adb480d1bdc797f1a1bc85f1b1f532a357ae9bd1fbc091d1f75bc01868ad637cca16323ebd9c650c5e56640c76a53286a03cc6d0402c6368288131fcc19131dc93c9181e3fca1835441963db048c311f2fc65706caf83aff9cf18df583f14d7685f1ad6288f17dc755c6042e644c9c011953a7a61953f987183fec17327e94b318d3e04bc6f483e38c99b34cc6cfdc6f8c9fad5d8c5fcbfa187fb83a8c3fc264c66c751463b6339731e72864ccb9a731e6dea733febae933fe369119ff741730fea5ba31e5def631e5f7e9321764234cc5c352a6d2f823a6729629536540c254f9e6c35415ad622ed2e63017fd2331171bfc652efed1c854df67ced458e5c7d4ca2530b53e0f309736aa3197c99633b50f693375ecaf3375e2bd993abf4e3197c72630f5a8fe4c3d561b53efa71d7385790d73c593c3cc95baf34c82913d93e054cf04129598e4e30e4c78a69309ffd5612255f94cf4c23a26da56ca64ca9d6032ff69fc8f2e93c56132b14b3d4cf6c2854cf6c9bf4cf6ad854c8e631793eff19629a06631056bdf33f1e5979978c272265e719f294a1b618a66869992f57f9992f4734cfd6704e6aa8040e6aaf238e6aa37164c83cbfb9806a54a4c431505a621e0cb34f474671ae995308dd5b6308d29494c93d34d4cd325c34c53dd8b4cd3f1a3ccf5feb7991b2e8732cd8e99303719a633377b6433b768cc32b7705f32b79c82985b9e9a302d0fe6332d6fd4322ddf6f625afe72616ef31332b7e51d64eed860c1b4494966eec4b3993b3b5c99bbd83b98bba4464cbb1ba14cbb6f6b98bb370731773bd832edf73f60da7f4a663a1830980ea9c7980e6f9633f72eb363eed55dc9dc270a65eef3b8c8dc0f3433f7f7ae651ef078ce746aa9623a5b2c643a5f48651ecc0299075f6c641e1cbac374d3bcc6745f7886e91e10c274ff82300f292e661e0ab1671e7afc9b79a82f9de96196c4f44826333d5eff607a9a9e667a598d338fb1da9927f647337d7d8d98be670f334fd9e8324f9dbccc3c1d7494793a7f9c79c67d9a79f6cc61e6d98a5e66c0e37c6610af8b19746386797e508b19fc678a79e9a021f372c76de6e5e1d3cc2b1b8d9921f9bacc905f62e6b5c63066e8d3306618499319be2a9019fe2c8119fec1921971631733326f37f386e96166946232f3568e0ef3b6d30433365e83199bf78d19fbbe841957738f99c0e631ef243932938628cce4d71f9929953c666ae86266eaad0e666abc0b338d32c84cb33ecc4cdbc967a67b7430336f9f6066751630ef71f733b3b59e31b34b8d990f064f311f7996311f452c62e6efbacaccbf4562e6ffca6316441c601695a8318b8dca99c51f1f338be77f314b343f324b5e529925bd35cc926931b35c6d84592ec49995ddbb99d5eb6398358d879935bf8a98b5a4a5cc5aa725cc7abf38668390c66c48decb6ce8c96636de12309b889f984d1576cca7cd19cce7ca5ecce77ddf99cfffb0992f070a98adde20b375ec29b37df3566607cd93d919a9cc7c6b7188d91598cfecbba7c0ecdf19cdec9f3dcc1c708f600e3cbcc51cc4f7328794479943366f99c356c5cc91d931e6c85f17e6a84a07734c95cafcb2ac8ef9257694f995bf9af94d18ccfc1650cefc7eab8a39590031a7d6a8317f3c7fce9c5935c7fc9520c7fcf33b97397b4e8939fbac9d393bfe9a393796c4fcb7479539df9bc09cffba9ba5206d67293c96632951ffb0941235584a79262ca58e3296b27f224be546104b75e361d6c21c88b5b013622d2ad2622d5e18c05a3ceec552ef7acbd28007591ae83c4b23f0284bb360096b49d96b96767f304be728cad2e98d652d8f15b3740fdab174dfb6b156f66f60110cfb5944274316305ec102756258908b270b5dc361514dfc59b463312cdaf33f2cdae7ad2cdaf7cd2c86f76d16b3be8dc51cd8c7628555b1588ffeb258fdad2cac329fc5dea6cbe2900fb038620d162fef3e8b6f81b1f871722cfe480f4bf0a9922534dec1c2cd3a59789e1d4bb4cb9025517bc292682d604944ef589224194b7af8184b261965c99c3459b21f7a2cfd0e4596c1f25ed66aba2d6bf5e7cb2ca3ba8fac358766586beeac64ad5bfe86b5aede8965f2e834cb2c9dc0323fb78d65712e8765792c8cb5f5680d6b5b7f2ecb2a97ceda8efe656d9779b2b67bf6b26c0e8a58364f11d6ce747fd66e643bcb1e2a63d91f6d67395b8db09c13bc58cebf2fb05cd638b18e40faaca3db8b585e5e2b5927bdefb17cb5ac597e63ae2c7fb95e96bfdd52967f8ceeffec63050cbe62055e516305d6d15981e39dacc08926d605dd47ac0b77cfb22ebc7bccba2489625d8af6655daa6e615d5e0cb2ae7abf625d0d4e6185e4f6b1aee95ab0aed90959a165baacb02d75acb08f3759e1158aaca8ad102bcac69a752be10b2b7a51372b7a3f97157d2f9c757b399915bf2e95159ff09395b863352bb1b68895fc69292b15b8c74a9b8558e9843dacf4dc83ac8c288895d118ccca5c0eb2b2de29b0ee2effcabaaf9fce7ae0b09b9593b69ef52809613dce2a633d39f98195d77f94959f55ce2a10bd6615ccdc6315fccd65151ec25985c5ddacc29a13aca2aa425631e90bab783dc62a899a6695f9ee67952f90b2caff7f5e3173865529bf89557530f87fba585587cfb1aa2f76b16af669b06a57f8b06a6325acba6b4b59f59718ac86fff3d374568fd534d4ca7acaef603d334c673d375367bd708b60bdf03ac37af1cf8ef592f591d55c99c36a65ad61bdfe3dce7ab3f616ebcd9f0cd63bda3dd67bce5f5617c582f5e113c0eab9d8c1eaaddfc9ea5bb79035683dce1abae0c51afadcca1ab993cd1ac964b146baa659a361ef5963c2d7acb1fb206b6c14638d7777b0beb9a8b0260c2a58535a4aaca9ca71d6544b27eb879a0f6b7af30fd674f677d6f42f9c35839e66cdcc94b17e9ac0ac9f09f1ac9fff40d6af67d1ac5991376bf6722c6b761666fd552863cdaf1965cddb16b3e6a3bb3139d3024ceecf20266fb01653f0d4c4149e3fc7144db331c5791c530e8ec254294a98aa85005b6897812d0c5f8e2d3abb195bd4b614532387616a0c0aa6662fc1d49afdb1c5ca89d8e2b8194c43ccc23412e730cd81646cc9da1c6c89d3166c49421ba675be01d34a5a802d8338984e573fb6fcfe2e6cf99c31a6ebd183ad50eec4566ca8c556d8f9602bf3e5b1951f2e6244908b014a173120200203e6b531d28a128cf47613065d8bc1a094688c6cc5c5601f030c9ed2c0107b6b0cc9b0c7a8212518cdf92b46bb6e88d1973862cc94518c39b402636ddd82b12d0f609cb5ba18c7d61ce33cb7c6b8418d18f7f2798c9b710c13d8666282a8394cb8201e13ea7ec644cf1a31d1481c26b9d68949191e98b4600893edb7c1562d6cc156adfc831970516c752a8019eed1c48c96696046143a6694e88719bd57c78cb97398b1948319bf3b80ad491bc4d6dc53c5d6b494612639e730d3654ed806ff216ca3750c66f6e334666eb31a334f1ac3ccefe7615b0f8f6156199d98d5233666bdde14b3ce0fc676105e613ba88f301ba13fb6f32907dba5f00ddb6d5289edb60ac1ecc3306c8fc714b6a7ea3be670c708db1bf01edbdbbb0973942298e32a796c7fe74e6cffc021ecc05f55cce95c12e6ace882b970af622e0683d841c80473ddfc1a73c73e63ee021ee67efd0ae65ef6193b1af905f3bad5821ddb578f1d0bdf859db0c3b193237d988fc90bccd7f318e67f61083ba5dd859d5a6b8c9ddda2839d3d8261673f7fc6829c61ecfcd2542c78ed322cf8a32776493915bb44bb875d3ae4865dee37c142de9fc3c2fce6b1f0d529d8f5c797b1c83b5bb11b7b195814dd198b0ab6c26e96146137cb9e62d15917b198ee082ce6eb532c56a30b8bdff20b8b77fd8e255c89c61242b6628945ff33d78bdda18e6277527f6349572bb0a4b1c3580a5b1f4bf584b034e62f2ced6f1396be5482653a376399f54bb1cc16452c4bb801cbda700bcbdaa38265b988b1bb8bc3b07bb253d8fd1e01f660b333f6e0a633f6701b097bd86f8e3de6ecc572ef2a634f8cb3b027f651587eb6182ba08f61054de65821ec839538166325130a58e9bd5aacaca415ab1c68c0aaa6b4b09a0d2658cd857aac566282d5651563f54b0e600de735b1864215ace18f13d6f0b7106b54ccc39a6224d8536911f6ec351d7bdedc8535db0561ad84df582bab146bedafc2da8804accda50c6b3b5a80b53503d81b7a2ed6a1dc84bd05acb0b76fc3b077b9dbb1f7f207b1f726e358d792b35817d91eeb664d601fa28f633d9565d847b5d758af951ad6bfd10beb7742b1fe63ead8a736776cd848071b41e6b011fdcfd898e012f695b21ffb76c902fb2eef887d5f398e7d3faf867d9f7a8d4db64f62d3901e36ed77149bcebf8bcd445ec566a2976233e386d8cfac19ecd7221becd7eb27d81f7a34f6a7fe35f677d14dec6fc625ecefb40ff6cf3310fb17aa89fd2bd761cb6db5672b141e672fd0dbca5e10e8c95e707e80adc871632bdacdb1153db7b395c663d8caf6e96ce52b77d9aa5aefd8aaab45ec45eaae6c353994bdd8c689ad1ee0c5d608d8c8d6f8bb9fade90fb0b5a02d6cadd10ab6f6b23d6c6d3779b6b677025bfb0b81bdbccf86ad6bfd8fad3bb28cadc73ac7d62b5265ebd525b1575c43d92bf24bd82b5e5d6513669eb1017f5b368961c626a56d609385dfd8e42d4fd894f3381b717cc046e2feb7cf3fb391effe6cd4f4169beaa2caa679b8b16943fbd9f4ea0f6ca64e329bd9be88cd2acb6263efaad8ec7c4d36afde8fcdeba9620b9a2bd938fa908ddfbcca16bda9658b5d8eb1c51786d9d225ebd9d2a4156c19768d2d6bb167cb068bd9fabe5fd9faa90d6cfde619f6aae700db68c724db687039dbf8620b7bdd698c6d720a639baaa6b04dc39fb2cd4864b619e6c1de6431c0de34cb666f3639c0b67008615b6ebbc5b682a3d856064e6c2b0b23b6b5b9886dfd4bc8de7ebd87bda3d99f6d139ac6b6e95ec4b62d7763db9916b1ed8155ec3d6814dbc1cf85bd576e2d7b5f681c7b7f843a7bff9731f681d8e3ec030562b6d35a55b6b3c25ab6b39b84ed32ba84edf22f9a7d487d0bfb48552bdb636c987db479807d4c6f967d5ced26fbb8d8967d62bd11fb447607fb447708fbe4ba32b6b7e372b62f5387ed5b54c8f6b7d4639fe22e669fbef6987d66fe24fbecb24becb3f7dad801b7feb22f3c8a61072704b32f9336b0af387d645fa9c4d857bd77b043f83fd921af64ec30b8991d16a5c88e08bbc28eec5067df1c1f66df9a3563df36d367dfbea0c38ec167d8319e71ec98c437ecd8231bd871a757b0e3866fb3136642d8492fe5d9c90dc3ec340f2b76baf9137696eb6ff6ddd542f6ddb776ec7b8802fbde8e2dec7b8dd1ecfb6af7d9f7f734b3ef8f07b2b3954bd90f756ad88f2855ec477624f6638329f6e31fcaec27c20feca22745ec62f93976711c8d5ddc1ecf2e9ed9c22e79adc02e7d50cdae34346057d1fdd85581c5ec6a54ccaeab5ac8ae1b41d9f59b56b01b0ee3ec67f714d92f2412f60bf7a3ec164c8bdd8a5c62bf0a23b0dbe4ffb1dbf4e6d86de818bb8d15cc6e338e62b70567b1db5a67d91d3797b23bffd7ca5b8f32f63bc53af607d547ec0fdb03d83d2b92d93dde21ec8f31dbd8bd088bddfb7f7dfaca5bd8fd9e86ecfe6009fb93e15bf6f03b0ff6c8d1abecd1f262f6183b8b3d567185fd6db52dfb5bb52a7bb23c96fd035463fffad0c2fe1d51c1feb36209fbcf5c2c7b2e700b7bee66017baefa35fbafae37fb9ff0307bde42952367fe95237799c791770be52830ae7014dc9e7316bc2ee0289da27094bef7729457cd73547c218eaacbff783ce0a8460f735473ca38aadfbc380b07cf7016090f73d4c69d38ead77773342e6ce068c46de668c4bfe66822219c250eba1c2d9d50ceb2ae9d1cede4008ece92208ece2113ce8a03bd9c159997382bcadd392bdba3382bdf3238c40e8c031c9ee78021db3924a54d1c6831c281de7a70c8642a87cc0fe1c09d7f390899c64146e739e8360e87ba298243bd3ec1a13bc97118ba7b394cd2790e33f80587f980c261ed59c0c112a739ec5b0a1ceef46e0e2fa992c39f0be008a8be1c41f030075755e0e04b6b38f8660b8e38b299233353e6c836a773643e8b39ab5e9fe0acfeb095630c34718c6fb039c6d35a9c35c4759c75d4a51cd37d3a9c8d802d67e37a73ce46370b8ed96028c7ec4b0367539080b3adc08ab363ab276787cd6d8e0d56c5b18919e1ecca3ccfb1d37fceb1f3f4e4d85dbfcab1a72772f6053673f64d3ee0ec677ce61c50cee51cc879c67139dbc471d59472dc6ad23887cd56733c9256718e6e7ec1f1e25570bc1a0e738e49689ce3575f724e3a1ce578b77b707c3af438be56748effc1568e7fd859ce294939e7f4a1339cd381f39cb3a250ce59770ee7eced144ee08676ceb91530e792159f73e9e006cea5d626ced5f3d59cd0f4744ee8289b13ae0771c2cb3e71ae2b009c8818334e64eb25ce0dea29ce0de116ce8d82ad9ca83c9c73abb08f136d99c3b90dafe4c42a5b71626f7ce1c4bbeee22468a67112921f7012da5772123e9ee5243e59c849da6fc6499a56e7a4c89fe1a484d773526e4471d297267132479d395916599cbbd67a9c7b6fe438f7264a38f7e5249cfb86399cfb83699cec231d9c07de519c9c4a23cea389a79c5caf764e6ee953ce93575f3979a77e71f25e4e700ab42b3945461739c594279ce2a3db3825c3639c52ad144ee9fa684e79f8534ec5a90c4ea5b135a78a6cc6a949bec5a97db18153fbe31fa77ef96e4ebd9d02a7719cc86992b4719abad7719a260e709e7aa4719e296ce73c5b1ec879e6a9cc7996f998f3ac428df362af90f3f26704a7a5d091f32ac380f3aafd14a72d1de6bce18670deac87386f0e1470da27eb381dc52f389d5337396fb7bfe2bce34939efd6f770de6f8ce5f4ecbacce97d3ac3e983d5397df4cb9cfe856e9cfe65cf38fde4359c818826ce409137e7d3fe1b9c4f6577399f9af538835e319c21bf8f9c61d509ce306b8033cc3fcc1995dbc8192bb3e08c7d8238e3c627385f16dee37cf5aae17cdb12c299d4247226cf377226a30739934fb2383f56e09c69d232cef4da34cef4311bce0c54c899191ee5fc29a8e4fc797a91ab9891c755fc97cb55ba67cd55fa7086ab4c0be0aa3e6ce42ed29ae5aa9bbde1aa67dee56a2a7ce52ee91ce56a6f1372b5ef3873751abf7197efcde5eaeae97375e9ae5cdde6bb5cbdf454ee0a157bee4a7b152e61db6e2ee1e34b2ef1751f17209de002866c2e902fc70577b0b9a0671017ac97e392da1e712179772e9411c4255f79cda5a8fce6529287b8a8d12e2e335381cb52b0e5b2576a71b9f5435c5e6d14979fe6cb15783fe70a0db67385af567371e3bb5cbc1ae74a0e147025111cae4c7186abbfab84ab1ff38d6b3018c55ded7190bb3aa381bbba7a82bb7a50856b88c05cc38ffd5ce3bca7dcb5a3755cd36796dcf5dbb773d7e73ce26ef01de69a91df7037bbd77137c71a72cdaf1772b7e472b8961b54b9db760ab956fffbb5f97f8f9d1adfb8bbfbf672ed3f7872f7ac98e2ee79e3c575c88fe43afc70e53acc1773f7ae7ac7dd1b9bc1ddc712721d15c3b88e4f7ab8cef36ddc83968ddc837597b8ae95d7b86e9f2f70ddb710b8874a7ab9874393b98723d85c4fa7735ccf8a4eae979f09f71829837b6cd35eeeb1b634eec9ce9f5c1fbf4cae9fde76ee291d36f78c7c13f74c8439f7acd953eed9dda6dc80da3fdcf3637adcf39310f782fb476eb0ce1fee254d15eea58606ee95785dee952936f7aa7514f75a289b7baddb841b2a17c80d3dd2ca0d2d6de3869ddcc00d7bb78f7b1da771231475b8117daadc88213d6ec46f2e37d2cf8e1b79638a7be3ef24376acf4beead321ef756b5881b6d759e7b5b799c7b3bf72837f6ca756e6ccc3f6efc49576e02a99c9b706f0937a1fc003771571937713e807b477f989b1491cc4dcacce42665bde1a61ddbc04d272b71d39b1db919481537a3e61a376b09c4cd8acbe7de3559c1bd6bd1c9bdeb2fe6deade570ef2fbdcebd2f3ccacd4e7fc47d40d2e13e5c0b711f5ed8c37d98f887fbe83295fbf8139b9b5bfd86fb64d900f7c98815378f14cc2df01ee716814edca2d2226e51f3226e316aca2d7172e196165973cbf0fddcb2d57edcb2ddaedc0a43536ee5aebddcca27c6dcca0f53dcaa07dedcea85f2dc9ad7dadc5aa11ab76e7619b7dea996db70de9adbf8a49edb9427e03ebda8c77db6c59bfb3ce633f7792b87fb42f73bf7c53d19f725ba83fbf24831b735299fdb6633ca6d3f3fcaed30cde276dc4ae1764c5b72bbe4d4b95db7d6703f8241dc8f777f727b4fa4717baf2b727be345dcdebedbdc3ef82eb77fcd396e7f7402b7bfb8833bf06c197760ca9afb49750ff7936b36771018e00e1e49e60e2feee40e7bdb70876b9ab99f2fd87347a61772477e9fe18ed65de07e516370bfdc4ee77e19f9c1fdd657c79de8fec8fd01cc737f6454727f0c1771a7876cb933a262eecc783ff7a70ce5fe0c26737f7e3dcefda5fa9efbcbe432f7b7f17aee9f8c21ee9f4fd6dc39ca79eefced3e9efcb64e9efcfb329e82591b4fe1a1116fc1bc324f313e86a7d8d3c053926ee6295bbde52dac0be12d8a32e2a9a92bf3162f58c6537f50c653ff7e8fa7e916c55bb2bc95a76d7584a7e3e1c95b9e57c6d365bee7e955d6f2563e69e611968ff208a0028f800a78847fd93cc8672d8f7c1ae3c1a7077888c22b1ebab396c75099e6719255799cb47a1e977f95c7b76be209b7abf384b3ed3cc9eb1c9e8c15c8938917f364af76f2569f5cc85bfdb88867a802f10c7f04f08c222a7846e33b78c6369f79c647aa786b09aabc75d910cfd4f9216f7d660a6fc3f67dbc0d2f42781bf107bc8d5baff336ee4be359acd8cdb37432e259567bf32c3f3ce76d7d44e46de3a6f0b68d6fe25945c5f1b633dff26ca22b793b2f2af0765e7ecfdb657c82b7cb5681b7eba633cfcef231cfaef424cfa1f53e6fefe317bc7d9d71bc7d7f4a788e4e1a3ca76b2c9ed34f5dde41d94edec179679e2b6f84e7e6f684e7ce7dc53bf2a99e77543d9c77746227cf2bfb11efc4fa64dec9557dbc9395eebc9373053cefc2799eaffe5d9e5f760bcf7ffd00ef34e4ca3bb3d1911770681f2f20620f2f28d08b1754e0c43b97f58c77fefb7dde85f64c5e70ca35dec5654f7817bd5c7997165fe05d064378970d9c7857d8ab78578f73795783b378570beff1aebe34e485ac59c1bb1657c50b1df5e285d905f1c2bc3279e15e9ebcebc1c779d7ef5ce1dd38769017b523941775228c174d79c1bb8d9ee5c5ec7ac88b79e9c48b7d28e6c5d3c278f14ee9bcf8130ebc8417cf7989be12de9df483bc24934e5ef2812fbce4be87bc0cc7bdbc8c646f5ec65c1c2f33780b2f33f6152f6b8b092fab249077f7cc21debdd487bcfba1a9bcec6fc1bcece9c5bc87176a798f0be278b9db6a79b94db5bcbcf769bc7c9b05bcc213fb7945775479c5a253bce25c94579231cb2bcd7dcd2b73f0e695c5fce095cd14f2ca4b6ef32aac9ef22a32b379956a745ea5c13f5e15749157d5d1c6ab01aff3ead63ee5d585b6f3ea495b78f526125ebd7338af81dac86bb8fa8df7b4b58ad7bc6f0baf257a90f71ac678af0fb4f2ba6c72795d1e0dbcae8bdf795dd93ebcee6d645ef7e5ddbc0f126dde87c63dbc0f2fcef17a4c02797dac605edf9a23bcbe0fa9bcbef113bc7ea5a3bc4faaa3bc4fc71d789fcebde20d9e96f2069f9de00d15937843b5c779c3c442de3062c71b76c9e10d87eaf13eafe4f13ebff9cefb7a97c1fb5632c3fb7e94cf9b5803f3268ebde54ddc58cf9ba462bc29f3bbbcdf9fb6f0fe7c8ce5cd32d378b3894ebc393555dedf514bdebf3fe9bcf908316f7e622d6f7ede8a2fef4ce5cb5f00f90a0f3af90ae50bf94a7a62be52ce0ebe0a50cc5731b2e0ab44e6f3557ac87cd57f8afc85c7fcf80b8bc7f88bb8f27c35f16abedaba32be9a1785af563dc457eb32e56bf0ccf81a953e7c8d192e5f73a7265fb363377f19c188bf2ce1275f57a783af075af3f5ae3af05708f6f3892c333e71fb113e31b5950f642de793ec2ef3a193967c58dd884fb9f6818f14ffe2a384413e4afbcaa72e24f3a9600d9fe6aec6a75dace03322497cc693783e73a50a9f957e9ccfea7ecc67ff7ec6e7fcf6e473ab92f8bc2b643e2fd5842f48f7e2e3cbebf8b825818f7bece68b6c9af9e2b3d67c093d8e2f356be04bf7c5f0a55e9a7cfdfea7fc5541797c836d237c83f7e67c83893f7c835f837ce3da55fc353656fc35aed5fcb5ab96f3d7a94cf1d7ad74e49b98ccf0d7a7d5f037a83fe39b3deee29b9588f9667522be597d2d7fd39b46bef96163fe96732ff816923b7c0b83f5fc6d722afc6dbeb7f856cbd97ceb33ebf9d6d993fced4742f83b233df8bb6c99fc5db3897c5b7e1fdff6ca30df363c97bf3bef207ff797cb7cfb493edffed743be4381017fbf962a7f7f8880efb4610ddf695b1fdfe5d02afec173e57c37ae1fdfcdfa36df7d571fdffdf751fe913a2adf63871bdfa320847ff48517dff3883cdfabb08e7f6c4722fff8ad34fef15479fe891875fec9e7737c9f5875be4fc255bedf5625bebfd48eefbfd39aef7f7007ff94722fff94530dfff49b4dfc40d74bfca0c801feb9c01ffcf37db1fcd07e63fe75e73ffc08451a3f623c851f49dcc78fcc3fc98f5acde047cd69f36ffa2af36f75dfe3473f0fe4c71c5fc08f99fdc38ffbb8921feff58b9fb0f4303fc1598b9f180ff3ef447ee2277183f8490f46f969974ef3d3979bf033afa9f1efbe5acabf77ae867f1fbac0cf66dce23f9cbcc87fe415c87f3cbe949ff7459e9f6f73929f7f74829f7f6617bf503b955ff8b1825fa456ca2f9ab1e2172f0de2173f5acd2ff50be497be89e45758eee757b888f815a989fc8a26537ec5b7427ee59e147ea5bf2dbfca1ae257878ff36b567fe0d7b15af9f5260c7e7dbd84dff0fffb8da3c7f8cf5b6ff39bb716f19bbb32f82dbbd5f92d33a5fcd7434dfc37db6ef23bd43bf89dfb0ff3df3a97f1df7e0ce27711fff23fc829f33fe8bee47fac57e47f6c99e37fecace0f74edfe2f74504f3fbd77de30f681ce00f0e86f287d82dfca19f47f9c30f51fe678f31fe088bc41fe1a4f1478f66f3c752d9fcb16613fe97ad89fc2f3523fc2f93aff95f573af3bf12b8fcaf9ce7fcaf710bf8dff86efc6f8ef2fc6fbeb9fc6f732bf8df17d8f127ee16f0276f16f17fc075fc1f5e4efc99d46bfc9fcc0afecf8d1ff93f27d6f27fb58cf27fdb1ce1ffd1facdff53e7c79f7542f87397e6f87305abf97f8db6f2ff890181c2d27181c250b04061b65eb0e0195fa0582312287ebe285061bf11a858e80854b38d04aa3977040b1dfe08165ef3142c3a632950d3f017a879d3051a4347059aa47b8225ae1f045a3bcb04cb1eac1168cf9e132cffb740a07b2e47a09bd52ed0eb9709560830c10adbbf02e271b600d8f856009c7c2a20adbd2a20f5b809c8631704146f6701e562b100f9622f401d5802f494a5803a754c405bf041404b9e1630153609980df7052c07a200b35d2fc06ec608d8521301fbee7301276a5cc05b4910f07c23057cb36481e0f86681a0ac472078672e10b6a102d1930081b87b4620c98d15487e2f16ac22d104ab2ec508569ff92530b47c283036c0056befaa0bd6def712ac4b2c1798acaf1498ec1b1598927081e93a6f81e99633820da460c1868372820dbf4f08363e3a273033ff2230fb9926d874354160defa4760e1040ab63e5829d8d69421b0b20b14589dbf25b07e16f83f3704db67740536b649029bcba6825daf04025bda7781ed5653815df280c0aecb53b0c75e53b0e76e9260efe27d82bd3a0f05fbd32c05077e570b9cce3b099c357f0a9c2f6f11b8086e0a0e4af504aed28702d7376d0237f184c0fd8486c03d2f427058315970f8875870c4d64270e4ac9ee0e8fef582a365da02af4571022faf83022f5fa6e058518ee0788bb2e084d956c1c91491c03bf0a8c027f4bac0e7baaec027a649e09b4b11f88e6f16f8d16c05fedbc205a768c70501fd038273ba4704e7e5eb051734e404c195b3828bf069c1657296e072619ce08acfa020c4224f706da44910ca3e20b8aebc54705d8d2288d0ea1544dcff9f527d41e4b155821b88a5e0e6b342c12d936041f4be4c41747bb0e0763f5d100363821837481073c64c10a7d42248384511241e6c112466eb0992e4658224e7244152c0a020b93f5590a27a5b9032f648905aa52148eb140bd2fe1e14642e0d1364726882fb8840907dce4c90f34c2cc899d611e4fa0d0a9e3cda2d78323121c8bb7a5d90d7020bf27d660405823c41d1b91441d125aea0e84594a0c4265950faf398a074364c50d60909ca513b417983b7a0f2c1464165395d50f9d94350d59220a871d416d4a65808ea4742040d925041c3b62f82c627218226cb3ac1f385fa82e7b7d70a9e7f392e78f1b04ed02a7f49d09a3a2278f58f2a78fda04df086f747d0be7091a0bda553d0e1e120e80c7e27e8ecfd2e78673c2b7877515bf0eece90e05df788e0fd1e4dc1fb2f0182aea41141372752d06d705bf0e1a887a027d240d073cf4ef0d1febbe0e38087a0374559d0771811f4c390a07fa785e0d3895cc1a7b43ec1e06d3fc1f08da382e1c47382917d670423797982d195298271d840f0c55e4130c13f2698b8372798f8d82998b49c124c7e8405536e01821fdf8f087e4c0409a60b9b043f771c16fc744915fc2ee815fc9ea608664daf0966af1d10ccd66909e68eaa0afe2ad3057f9b18827fd025c1fc8d2782f91e5828e7764728976e20947b70502897f75e28ef182f54b095081718690a179cee162eb897215cf0952d54b594132ebafc5ca8967d5fb8d8f0ac50fd7db55073f103a1165128d4b2a008b5ece7845a1519c2a5f6af84cb7e0f0bb51dc684da6980503bdd4da813a624d43d7442a89b7f4ca8f778a19040eb10121a3f0a89fa754212040949371709c9868642784bb610be6224a4e4350811e91921b59327a4558e09197b5c84acced3426c61a490ad1128e4e8c1420ef58a90c34e13722bef0a454e9a42690c4528737824d40f4d111ae8f084ab8377090de79b84464455a111cf586864f35e68ec67275c2b8709d78e960b4d32f60bd71f7a2b5c1f38205c1f372edcf08e2adc18f34eb8f1a78270936e90d0fc92a1d03ccc5268deec2fb4a856115af4ae135a4e3c156eb55928dcfab645b86dc24e68bdb452687d2742b85deb96708751a2d046ed96d06655b1709745acd0d6f9bb70b7da5da1bd6e85d03e6581d0bef4b7d0fecf45e15e78b3f040f290d0f9c835a1cb9646a14b4bb5d09d682674ef9d101eb2df223c6cbf487838c45978f8ed6fe191b5f2420f9d40a187c54fa1c77345a1e7c3b5c2635679c2637bb485273ef5094f5a6d107a47190b7d1e1c12fa6b0f08fd3f4d09cf686609cfd4af1206860a8441674a84412523c273965b85c1f24b84c14784c28b8f4b8497ae45092fbfec105e31db22bc923b2dbcd21720bc32fd5b78b5dc4278edbd54187a68a9302c53240cfb182bbc1e3f238c84ee096f2c5b27bc417d20bcf9c85318fd3b4818335d278c95e60b631fd80913359e08136d09c23bef1285490669c264dfbdc29426509856765398f6364f982ee7224cd7df274c9f1c16666003c20cd702e1fd15af85f7835e0bb3f7e709b36f26091f6c5b2e7c1022113eb41c153ebc9b247cd8b05d98b3dd5ff8e8618f304fa828cc3b8a09f3375c14e65fbf23cc9f8f1016cc1d13169ad4080b479e0b8b0c0f088baf7b09cbf3c68495a2516165f93561d5ffdaae5e972bac0e0785d585fb853536cf850d16a6c2c6f7cb848d2361c2a78095f0d9e12ee1f3e5f1c29603a1c2960bfb84ad3d1dc2578521c2d7b47bc23741ab85ed668dc2f6505d61e7aaefc2776bb484ef0e0409bb3493845d6da9c2aece4a617786b7b067eb4161cf6e7d619fff55615fe72ee150cc72e1b0ff76e1f0a971e1f0cd05c2e1a46fc2cf8b0f0a3f6ff2157e3bb158f82ddf403865080aa7f71e16ce281a087f6ade12fe5c1529fc75f39470d68c279c3b3e209c4ba508e72a170aff9ec912fef39f17ce9fae14ce57a4e072da7b70051a1b5730bd822b9c3d8c2bbc7e88abfc56c755a736e1aa3faaf185e81b7cd1fdb5b8dafd6fb8da4b235cad45195727a9e21af25db8c681047c697f28be74721ad7615be13ab513f872be0bae4b9cc775cb1fe17a4bfa70bdd0ddf80ae638be52b2055fb9898fafac5d80130e16e384848738e9a20d0e755cc6617e238ea81cc6d1a5229c1a4dc3a9af7ee3b4032e38ad5d05a747d7e20ce204ce9026e18ce7e771d665439c15df8a63ff5c70ce4a059c3bd681f3ceb4e3bc9acd387fdb6e9c7f9f8f0b82bd71417b3c2ef8678ce351ab71d1df05b898e98a8bf75dc6c5e7477129551d97ded7c165e4125c26f88ccbccf7e2b29f9df8aac57ff0d50e1f7123d543b811c30e373a64881bcbf6e26b4cdee06bdca6f03553caf8dab637f8da711037917ae3a6f62db8e9c8537c3de88b6fb009c537ae8fc137ba3be01b038ee066db2d70b38344dc2c6c05be2904c237dba7e2e63ac5b84559136e31cfc22dcd9b714b1b1ebecd2918df56b212b75a29c5ad7609716b2a806f3fcbc76df208b84d031fdfe9fd09df951883ef6a77c7778d9dc36d63cb70db22277cf7fb1ff81ee5d5f89e9589f81e722fbec77c04df13b01c7788cfc71d1e46e07b3595f0bd7abbf17dd4bdb8e3c527b863f50f7cffe05ffc80b233eeb4ef0eeee456883b5de3e02eab0df18319db7057421deef66821eed6ee851fdab00b3ffcd8173ffcef10ee21da897bbcfb827bde7d847b56b6e19eff4ee05e9470fcf84b0dfcc4ff753c1140c6bd0911b8ef2d47dc8fae8efb99c0b8bf75397eead157fc2cc5153fdb23c4039689f000783f1e18368d07ed5c8007dd1ac583867fe3e7e45ee3e7c80ff17376087ede48193fef3d8c5f3027e2176affe1c1703a7e3116c72f1d35c62f13caf0cb13cff1ab994ff0abcff4f010ddbb78c89d1d78c874101e8eaae0e1b2a7f8f516221ef1ff581771de108f78988847de7e87df883980471d69c1a3debec06fe544e1d1bae6787cce3f3cd174024f2a3e8727cbabe229e03f3ce5871e9ecad98fa7beacc5d35c0ee359fef9f8ddc02efc9ee02d7e4fff027e1f7c823f5497c37382bcf09c7a099e1b688b3fd983e2f93b9fe2f9791bf0c23347f0a22d017851560f5ef4321b2ffa6d8817633ff192134ff192113fbcb430172fad3e8f974ee4e015e58178e5290a5ebd440eafa936c46bedbaf1baa31d7883f106bc91ee8837edd5c79fde3b813fcf90c79f0f0078b39f35de1ce18837ffda8ab7dcfb8dbfe2a7e2afc471f86bee69fcb558116fb75a80b7576ec0db476ee01d9b0978e7f27cfcad5f05fe36cf1c7f3b741e7f97c7c2bb4cb2f1aea17abcebfb55bc5bbb02fff0b016ff7890817f6ce8c3fb4656e0fd0f1fe3fdf5b9f880c5103ee8d88f0f5d1dc0873baee09f8755f09165a9f8c8cf297c14cdc547adf6e15f5652f1af8e0df8d7933bf1ef973ee193acddf854d110fec3271e9fa678e1d3c5adf8f4171a3ef3eb203ef3a71fff6db600ffbd3d05ffeded8fcf0694e0736bcee3ffeeb78ae498db45f24e1291fc7b40b4e0c9059162052852f5ae14a936a58916224b450b4f758a165e668b1699f88a16cd6d142d360a17699c89162d79b35ab4644a20d2e25989b48edc1669ddbd275aaa342e5a1afc41b4f4a154b46c95a168596e916859a94ca443f820d209b1132ddf5b29d275f217e9edca17e98d69895670a3452b0e7c13ad64de12adac5923223c3b20223acf8940aa9908dca12182263111d9fb9808ae54155110aa0839ae2842faca44e854a888964b16312afe8a98e70344d8fdc322ce95311167205fc455501271196322ee8b22116f71b488c7ac17f1329788781f7a447c3d96887f3df2ffc1f3a648b0b25524202c1109aa434482dedf22fc899d4834ea209275758bf4ebda4506da4d2283712d91e1f6fd22c33d9922c3ce8ba2353bf689d684bb88d6a1a62213c99cc8e478abc8a4e1a168bda6a768fd3199687dc82fd1faafa5a20d5c0dd1867583a20d470b451bca6e8b36764e8b36fe5e283223d689cc767c116d3209156dba9020dab2aa47b425a85f64a16a28b258a422b208bf25da0aa889b6de582ddab6b75d64e5f05564bdc34fb4bd892edab5a24a64bbd8556427a722da1d5222dab39b287238d12d72484914edd55c2bda475b27dab7fb9b685ff131d1be96f5a2fddd29a2030f2522a767ab44ae0f9e8a3cb482441ede6b441e45a0e8d8b30da2135bd9a21365b9a293946ad1493b57d1c9b877a2930d41226f392b9177c47391ff5365d169a504d1e99668d1e98165a233db3151c09b69d139fe9c2858ed9f28d8f68528d853280a0e0d1205dffb9fca18d1a553e1a2cbfdaaa26bdd2ea250d35e5158f27d51f8813c51f8b8bee8fa3a6bd1f5b64ad1f58fcb44918523a21b7880e8c6eec7a29bf7f345b76eed12dda6cb4431ec6a51cca66e514ce635519ce702515c50a12851f5b7e88ea99728891e214ae23a88922b99a294ce04512affaa2835df4b9496a4244a87b444997bfb4599371c4499690b4599553451968ba1e8aef16bd1bd856745f77c9545f7fe4588b2c72c440fb4b78b1e346e123df42b15e528bf14e55cfbdf2682a29c3e25d1a3ef174505e40951d19a4c5151c50f51d1fc6751b1fd7351b1eb1e517158baa864c10f518992a7a8d4ebb1a88cae2a2aaf6f1795774e8a2a472e8baaaeff1155d7e8896a643f448d6a6c51133f4ed494c2133dcd30173ddb2f123dabf1103dcf96899a0ff98b5a3c1d45af8eba8bdada6244edff7fd9db33368a3a82e8a28ec146d13bde94e85d5fb6e8dd378ea8eb2c5fd4ddb243d4fbcc5bd447c9150dbef9201a9e0d157dd677127dfefa5534621b2a1ad58a148d06bc118d963a89c642c34463036b445ff8c7455fb6a689be9aaa8abedd908aa6ccbb453fb68a45d35a64d14cea1bd14fbe89e8776291e84fc702d1ac8aa968b6e7ac68f6db1ad11ce9b4e8afe707b19c618858ce37592c1f33275e70bf43ac48fd2456f43b28561982c58bf6f3c48b0eda8817932cc58bb334c48b2b3862f59f2fc51a4c77b146628858f3e82eb196ce4af152d332f1d28161f1b22541626d0224d6b15821d6d9fa5eacfb4a24d6b3fe2b5e91ad2526b8f68a89fba3c4e0878562e87f9fd0e40d312cac14c3b5166278d84d4c71ae13538eff11a3d53431b572af98e6d32166503131439f2e66dc678899bb23c4ccfe3431abd05b8cadd92ec6327cc46cd121317b7844ccd9704ecc5b4c15f3208e981f7745ccef158805ef5ac4c267f7c5c2e606316ea02ac6d71f128b4eae144b32cbc592f23f622972462c9bda24d627ec13eb8bedc506c763c506375dc4069ff4c5ab5d54c4865bd68a0d930f890d7f9c171bcd95898d8527c46bab2ac4ebaea062937ba1629392e56293c678b14997ad78fdd056f106e516f186e31bc41bc62e8bcd1aa862b37639b1d9a706b1f9c228b1799cb9d8e2d817b1c56b6fb1253b4c6c296d125bfe32105be9fc105b37c9c4db3bce89778c50c53bb7ae15ef7cff56bc6bedb8d856d14e6ce7f547bcdb4a536cbf9528de73d556ec4074163b5814881d5c9bc4fb17f889f7db5c161f5801890fe03bc44ed5c7c4ce7ad962173f75f1c15c8ed855472076435dc56e9da7c487a4fbc587ed6bc447f6fa893d1ede117b3d9a141f5f71487c22564f7cd2f49af8647ea6d87b77a4d8bb1815fb3028629f7b9bc5bef169e2539442f1a9663ff1a9a9ade2d3160bc4a7afdc129fcf7826beb09426bea0cb175f8052c4170a69e2607eb0f8cae346f1d590567108db5a1cf2e38e3894b6451c66aa2f0efb3f3711aa5bc411ec707104d7481c792b547c43eb9038eade1df1cdac6be2e85b57c4d15917c5b1bfe7c471963bc4f1d69fc5f141cee2f8903de2f8680b717ced2571025a2c4eb0d82f4e48de2f4ea46b8b133d4ac489138de23b0a3de23bf7adc449e7fbc449778e8a931a32c4c9d5b9e2d4688938ad205c9c4e8e14a75f2a156754458a338f7c116759cc8aefca33c577577c12df35fd2cbe5f421367e7cd881fa80f8a1fc8e8e287513de21cc661f1633f589c9baa29ce7df247fc848a88f3382fc579ce2bc5f94ecbc585d20a7161ae83b87040515c34f1565c3c7f415cb2e288b84ce3b9b8fcf1757179ab9fb82235585cd9b2435ca5f8505ce57f515c7b6bbdb8417997f8e9f771f133b95de267c273e267ef70f1f3d41af14b2525f14b20f77f0ac52fcd1e889bdf0f889bbb9f885b3813e296e4f7e2d7ecc7e2d7afe7c46d6fd4c56d7d3ee2377b54c4ede3fee28edd6471c7ffb5e85cb446fc4e6981b86b6f95b86b385ffc61b986f8c35e8ef8c38911714f619af863cca8f86376b4b897b2483c70c15b3c74f6b878a8d6453cd4e326fe6cf5443cfa524b3c36a6271e874dc413a7abc49366dde21f0a2de21febeac43f06f3c4331ab1e2999e72f1ccd831f1cf2299f8678b89f8575e82f8cfa983e23fff0ac4b3a1bfc5733581e2bfabb689ff5d6810cf531f88e7773a4be41eda4b16c84f4816d8d84a1471b244e9bab644e991aa44f9cb0289aac64689ea0a914475d367c9c20d4312355feaffb84ad4f26c258bf59324ea675b24ea893b24ea6f774a344233259afd8d92258d4b255a4e5912adac63126df50c89f65e3789f6d81dc9f215d3125de16b89ae3846a2fb4b5f42d81e2e213aea4b88735d1268f93d09b9c84502abd448602d4402d3bb25d4dd3512ea9ec512bad571097d77818461b143c2bab6588271ff4a381f6b24dccd9724dc3dc612de9c5022dee42b91aa7849a49b4992557f5a25066889c4e0e498c470778bc4e8d577893171bdc4b899295923eb90ac694f929834de92986e9a97981e0d9098be5d26594fdc2659df8349368e274a365d4c946c86ae4bccc56b2596fb6625dbce5848ac749749ac050d126b474cb2fdfe75c90e938f921d372b2436ec05129b1f6f24bbd6ee92eceaf825b1d59e96d89ee894d89e2e91d816c54aec8e354b762b7a48ec4f3d95d8d79c94ec31fb2771906f9438a85c95ec73f1941cc83e2171fa4492385bd54a5c4e0b24071d974a0e364f4a0ef6fd90b84e0449dcedf225878cac258737684b0eb7cd483ce4e7241eb17cc951f91189e7b513122f124b7242de5072d2a84b72f2b5a9c45bd15fe29de520f1091894f8328a24bed3c9127f67bec47f365e724af999e4d4cb29c96985bf92d34fa724679420c999db8725673e8a2567152b2481ce07248109819273b41b92739bbe49ced90f49ceddec949c2be249ceab3d969cef5c2809bed32f092e5d2c09ae25482ed2ff48aeb0bf4aae8adf4942e43324611ac992b0ea4449b8f90249f801b1e4baa58f24e2d4b024e2719724921a2d89940d4aa2029b2437659d929b2ed1929bffa625315a2449cc3a4b49cce83249dca11b92b8b460493cd829b973a05692cc5592a4d4eb4bd2a009499afbb8245de788242b335192f5244872af2a4df250efb8e4e1ac9a24c7eb9ce4916a9ee4b14696e4711f45926bb25c921b7d53929b209014d4d7480a9af32485bee692c2abd192c278534961d2aca4c8f1b7a468b85252c27b2c29498125a5a9de92b2a03149b9dc43494578b6a432e7a4a4b2f7a0a44acf41526d9825a919b394d42e979334ac224a1a5c2b240de3aa92462448d2387952d274f69ca429ffb4e469b650f2bc0e97bc28f391bc7c3923695e16276951df256929f82a697d7f4bd2763342f266e506497b9ebea4a3faa8e4adecb9e4bd8bb7e47df943c9fb294349d7cb7cc9874529920f6d9d921ebc44d223d92ae9d9db2fe9e97b23e9bdac2fe9edd7960cf02e4a06445f2503fb7f483ef9d44b3e75264a8656e64a86375c920c5b4e483e7f4a928c9a794ac60c072463858992f190e392efebca25dfcfd749be5f30974c68de944cd0d52493a20cc964d86ec9e4ad48c9d43f25c94f155dc9cf504cf2ebaf92e4f74150f2dbc75cf2a7f3aae4efa640c9df922ec9dfa92f92f983835239c8542abfad48aa127452ba70b3957461b044ba48694eba0851972e3ab05daaa6f943aa66d3205dfc7d9754c37d44aa6965235da2f841ba848348b54887a55a87cf49b56e0549b55edb4bb5fe5c966acd75499776864bb58d73a5da9f69529d7c8a54e765b354a79f245d7ef2a054570792ae74fc2c25387d901246b4a5c4f31ba5c4cecb52c07e440ab8eb4881901a2938e2292519744b497bbaa424c78d52c893252557da4b61385c0a5fda26852bcba594961429e5ff4b172a8f4aa987e7a5d45b33525a6c96949ebe55cadcc39662eeaa522c6b448a0dc64b794fdca4fc9b7ba402c379a9e092a71457bf2fc5dbf64ac5d715a5e2b918a964959d542a17239515a54b65cd4552fda714a9017dbb74f5a9add2d501a952e3bf87a56bf26e4bd75d6f97ae2bd3969a1c89956e48c2a51b6abf4937a66e966eacd6909a993f979ac512a59be0edd24d03e652737a97d45c6022dd62b05bbac59727b50cf829b5bc9322ddeaff43bacd6db3d4ca535d6aeda82addbe0c936eafd5956effb947ba435955bae30424dd7135406a139d22b5758894da65264aed196a52fb7714e99e59b6d4c1dc56ea10b24dea846d903a59384a9d5cc7a4ce821f5217cd3ea94b7086f4e0195c7a70da51eadafc41eab66d58eae69326750b1c94bad3daa4eefc74e9a1604be9a15f57a51ee6e952af4639e931a357d293d835e9c9694da9cf3f5cea670448fd9dee4bfd83e5a4fe159fa4fe6d02a9fff469e999a7dba467e712a4814ab7a5815fdca5e7a877a5e7b21f4acf556c929edfd42f0dfeff2cc1a907a49772a5d2cb0c487ac51a965ea949945e75cf945efbdd2c0de5af9286ca50697898481ae1e02d8d98bd2f8d04cf4b6f7c95ff1f401a35192cbdb5a5431abb6a501aaf9c238df7a34b13f67a4893d35e4893abff4953552e4b530f654bd39479d234f2b034fd25439a19132ccd8cbb25cd9a8f91deef739366db86491f1a7d933ebaf046fab84a26cdeb2d97169cc99016140d498b8eaf96169d60488bfa72a4c5b6f2d23274525a96ba5b5a8ee54b2bb462a515870069c5131d69253c21adf47d22ad5a8149ab17bc95566f0b9656fba948abcb0e4b6b4e4ba4b57a0fa5b5a6e7a5b5afbf496b67574aeb80f5d2baed35d2a62403e98b5dcdd297ab51698bbfb3b4f5ec3a696b98b1b4ad729bb46d4651daae5b206d779991b6fba8493bfa5648dfbeff217d37e82e7dafec2bed5a1e2aedba9126ed7ef046dafd3449dab3365ddad3542aeded5190f6455649fb868ba4fd8e6ce9e0a601e990b2b57488b75b3a74f0987428555b3acc4e977e7e7b573a42a9908e3a3849c794de49c7af044ac71b7ca55fc060e9d78035d20967583a71d7563ab918904e66a74b67ba0f487f9ed291fe4a2996feea7a26fd2da64b7f57be95feb9f04f3aabbb463a1b902f9d53b394ce6d5196cedf4c90c90fec9529a8ef97295c9493293907c89472bfc99409b765ca8fb5652ad82e99eae67d32d58fdb650b85b1b245ae9b65ea24a64cdd545fa6a150235bfaf1a76cd9a52199f6df2a994eb8b24ce74fa96c39d544a67b669d4c4f3b5eb642e9ac6c05242f5bb163bd6ca561a28c0896ca80c13c1978745046d2f8288316bc9041d7956450e45e1979e2848cc2df2da38c6c95a1dd9d32eaa685323ae5a68c7ecf48461f769631eab565cc9389329651af8c65972663797265ac673f64d8472719bbe09c8c935528e335e5ca04774b65c2ef7764f88dff0700bded32b1a3b24c7c8e23930e35ca641a9332d9f579d9aaa314d96a9c2333f4b693add3bb245bc75d243329549299dad5ca367e7b2c337b5f2933d7b595995759cb2c126264964bed6596cea1b26d472ec9b6fdba2eb3badc28b3964765d6064b64d6db7a65d66dc532fbc3ef657b305fd99e8c30d99eacab32078d1d3287f00499d3b7d332577c87ccf5c07999abb39bcccd582c3ba414273b747a87ec88468bcc438d2ff3c8a7c93c8aeeca8e7a0cca8e7ae5ca3c494b649efea5322f4591ecb8aa5476bcf08fec441d4fe613122ff36d5e26f3fde22df3d3f292f98bfea3b0bea3b97cdf38808b5048ca4a6435ec54a23ee3f9ecf17cf69e4919a5222a9a56f6485622230945595909c9cc4812b24ab6b2229411eaf7fd9dfbbccefb9fe79ce7beafebfae33287dc0222211ea1be108ff7e7215e3acb101f592ac4075307f1e97486f8457743fcfa65217e1bc110ffd7559000a7c390c0c7da90c0e23c48e06c1124c8d90e1272ee3b24d4b018122a7c0809bdb71d12167e027247361472e7dd1148f8fb0cc85daf2f90bbe57a9088bf8190c8433c48e4bbcd90285d4d48d4e54448342d0a728f920f89953a0589dd710072ff0a1d126f9b0549bc771d9264d00a493a340f49b2f08724855b4152d4919094dc839047329e9047c68b90476447c8e3512a242dd6109216bf15925e7f03923ea50f796a740792b92f05f2ac3c1ff23cf12d241b7a0c922dfc08c96f3380e46f2c430af8f190824c1d48c1f020a450390752f83619520424428a6ccd214589c720c5699f202fbbf7415e3dbb0829931f82949d7f0029eb7b07295bbaf59f0648c53632a4a29c0579bde90ca452d00aa9fc510aa95a938554ef780ca936d580d44d29431a2e68431a3c609086690948a3fa0e48a3b917a4e96bea7f1b8016a4e5a112a4a56c1cd27a7709d25a7013f291fb12f271580ad251f803d2f9e720a4ab4f1bd26d7b0ed2ed5c0cf91ceb0bf9e23d0df992a704f9aab41b32b8fe0d32644c860c1dbf0e19ca5d820ceb1121c346f59061cb64c8c82e3dc888870264545e013276af1332965f00f926f112f25d2901f21db71ff2bd540132e99b039992ec834cc78641a6535421d3833cc88c5b2c6426fb05e487b41f6481f10db2f0540459a4794316af6d832cde7b0df9756d2be477bf0364b9c90ab23c7516b26a5b02590da34256ff2e42fe38954336ccc5908d437390bf1767217ffdce40fe3e7e0df9776f01f2efe903c8bfe160a8443c052a1530f99f25a8f4640d54c658012a83d782ca3c53866ef9930edd5a731c2aafb206ddbe6b1cbae38d1154d92404aa1c7b14aa1267095523b440d5dbe2a01a7715a11a9feda0bbc3d2a19ac268a8e6e50b50cd1fc550ede4d3509ded21501d5c0954a7e80a5477df0c5437140ad5ed2f87ea3d6f86eaefbd04d577e740f71e3286eebd940935d4f6829a664e40cdb6a9400f8e3c801e923a0b3d321001b52852865afc6b851ebdfa0a6a65de093de6e1093df6ed24f438930d3d1e79000a490f8442e5e4a0d09d182814fd010a7bea0785ff62420167321471ae138af4548062f70f42b10e33509cfa3e28fe461c147f3b0d4a80fe8012a29f4041e50828f8440f4a323b04a5fc6a8652897550dafe0428ed5509941e3308a57f8a8732f0e7a1ccdfed50163b0cca3e7119cabefd07ca21ed8072851e506ed91da84027082a7c1600151df6808a3e7e878a4783a0e21923e889afd3506b95c7d093a62fa1a7d498d0d3766e505b85bb50db8bf7a18e32b350477c01d4f1c643e8b99366d073453dd00bba2b50678c36d4b9180d75517586ba1ca883ba7498405de3a1d04b7a2ad04b17a4a097af4a422f2f4c422fafcc41dd84b7a0ee665ce8d5302cf46a9509f4c68032f4a6532ef4d6b74d50cf5825a81732127afbe33cd4ef550734e0bb35347059011a346d050d36ff070dc69e8386ec3e040da5a442432321d0d01815e81dcbfbd03ba3e6d0bba766a0775f1d80461891a1913ed5d0c86c1a345ac9081a7dff39346640008d0daa82de3f6a0e8d3b140e8d4f99852604a2a089d42e68e2f47368f2954268f2d52168f2fb87d087dc12684ae425e8231404fae8ae009a2a13077decbb1d9af6f026346d761d9afe40019a9eb71f9ab1a91f9a21a70ecd78b419fae44c2af449420934b3c50c9a95f306faec1e049a1db000cda560a17996d2d03c2705685e7c1434ef130d9a37df00cdfb3b03cd6ff480be88f28716b0ef420baa52a1c504776871c022b438682bb4f87139b424441d5a92a6002d197e0b7de91b097da58684beeac641cbc246a165f7b3a0e5b0086885f239e8eb963468e5f921e81b89c7d0377277a0d5c193d0ead41dd0da3736d0ba8ba3d0fa7367a10df72ca10ded4bd026d96fd0a6021568b3260bdab22686b6f19f43db02cca1ed6e27a1ede17ad0f6e46568fbe78bd0f6910fd00ec33dd0ce3347a15dda87a05d578ca05d05c6d0ae21036877c94f680fed14b44f680ded9b94817efe780cfa79510dfaa5451fda1f7e02daffbd063a20f30b3ab07a0d3a2496800ea5c64087955ca1c3a349d0514d4be858b03af49b9204f41b4c0c9df0d6854e3cdc049d9c18874ea7ea427f18f7437f746c87fec40ba1f37915d0159993d0d5ed0ad055b359e8da161c74edeb14747db912bab1d915fa2f6813f4dfb01c4cc2ca14b6e949374cf2a8374cf255064cf21b1326153d00936a65c036eb56c0a409ea30991a244cd6f22f4c967d0426dbf309b6e5cc186ccb454bd896d16b3039dbeb3079ffa330f97f4c9802cf01b6ed8c324c51a60db6fd59194c492307a67c5a02a6127f0ca6527916a62a7505a64a3b0e537fea0153ef1d85a9ffe4c176056ac3768b43619a1a9b61da92ee30ed2b3761da29a7613a465d301d9108a6eb7c0ba677e8084caff2076c1f11063ba014093be0a40633506b87198654c28ce4a66046a8559811088199957bc3ccb39d60e6759f6187428a61874670b0c30c4bd8d17d1130cb6e69d8315d1fd871d38bb0e39f0660c77fdf8141f53260b0903b3038bc1a06f7cc80213f5f87a1d58d60e8987418e6481d0c7b8c0cc33fb18711f3393052a1348c9ab208a36bcdc0e88faec318af4761cce30630a6180d637aef83317d4361ccfa3d30166a1ec6eabc0463836f611c78178cfbe40e8c570185f1b14e30fe820d4cb0560f13e614c0845d7898f8842b4c7cf71d4c7c3f0976026e083b31ba0cb376a4c1ac97b7c04eb10fc2ec0d7261f6d821d8996e3cec82c53e98538f3aec62b21cecf28f7ad895c61b3077f9d7b0ab2a3f6157755260d75efc805d37df02bbe9b40976f3b30aece68f0d98873a1de6317b14e615b60ef38639c37cfe4cc3fcbf9d8705ea26c002030ec1023b1a6181c329b06041382c38fc232cc4c40816c25585855a66c3425186b0d0043f58684d232cec7304ecee366b5844e4382cb22d1a16d9df068b52fb058b69b281dd93e987dd2b5f83c559dc85c59d7e078b5f5f873dc0306009ec545842d0122c310d8425ae04c192740d60c9cdc3b04737fec252834b61a9d53c586a6302ecf140082c4dc21496b683084b83dc84a511e361e92363b0f47f6ab027923f614f547a614f1cefc03237ed8565aa7f843da72bc2b273015876892d2c2f2002967fa10556a0dc052bd00f87150085b0a2243558f10e1958f1312f58f1c24b5809640d56ea35002b1d9387957eeb8195cedd83bdb2768195a985c3ca4c7c6065e82db032ff5958797214ac623b1356512c0b7b5d7e1256294a83bde122616ff27a615522475855ea3358b51c1456fd2c1156b3a10dab3be80eab4b5785d51b69c2ea4dbd600d75e3b0c699fdb0a65b8760eff871b0969e3cd87b090dd8879663b08fac2e5847990cacdb6e00f6f9eb2d58ffae2fb07ef71db0fe7023587f160b3678bc093674de0c36ec370f1b2bc8814dcc99c126d67261937a8db0c9ef91b029ad4ed8544f3c6cfae4206cbaf43a6c267a0bec87f11aec87bd2fec47fb1c6c0e09c0e66c37c3e635e661f3daffc190608bfbb7c216bfcdc07ed9ccc27e23f7c29655f6c356ccbc612bbf5661ab0f77c3fed817c0fe845ac2d62bad61ebd539b0bfce3b61ff266ec025a337e09bf3dae1d26ee3f0adde46f0adb563f0adcb9a7039cb45b83c5200976f18826f1bff0057946e852bc2c7e08a335a70c57965b8e2861f5c29e22b7c87463d7cc7c81a7c27e2137c27f13c5c39771daeb24285ab665c84abf67ac1d5779c84ab17bf83ef4e82c1773f13c135cdb3e19a909b702de2345cab561fbee79c0b7c4f9d325cdbb01caef7c110aed72309d7978f80ef950987efb55e86efab8a87efa7bc831b8c68c00dc77ec1cd0e0ec10feaf4c00f1a9e821fc454c00f125ec30f160dc0cdbf99c30f757f821f012ec08f2c9e805b2a9bc28f5df2831f9f40c3e13ff7c281ad1838704a0d8e78bb138e785f0d473dde06475b6ec0d1ac0b708cf65b383ec3054ea86884139afec29932437096f27e38ebf02538f7bb3a9c770007e7dfe1c0058f1ec185be117091eb7db8f84938fc042c166e8d5d839f3468839f0a96859fae9a82db0efe82dbfe7e06b7c7c4c1cf1c4e849fdd3d003f1bcc819f4d4b843bce0cc1cf4df2e04e7401dcd9dd167e716b0adc5549197e39ef2ffc8acc47f895fd75f02bc1d3f02b6f0ce15786afc0dd7e7bc1ddc924f8d5b04af8b58304f8b54e3df8b50d0bf84dcc30fc66ee14fc66e539f8ada5adf05b7f7de15e180cdc2b7306ee95970bf7a9d387fbb485c2fde71be141a133f060ad2bf0e090027828ea213cd42e011eeab4010febd68487130ec0ef7ad9c2ef4e4cc3230e7bc2238e59c263fbede0f133dfe009143f78e2d37e78f298053ce5f16978ca4414fcf19126f8e36e5d789ac479789ae26f78faf67e78c6db71f8d3a3c6f0a7020efcb96237fcb9c307786e56243cefe46d785eda2678de875a787e920cbce0ef1378e1e6f7f0e20b7078892d045e52a2037fc9fc0c7f795a035e3a55012f0bec8657551f80573f3c06aff1f382d7796cc0ebc690f0ba4573783de42ffc6d7209fc6dbd14bc519f0c6f84bac29b9238f0a63918bcb9270bfe8e7e15fe4e500b7f37d5066f4d86c03f7c5a81b7b905c33b7aece19dea59f0cec76df0ceb72df0eef81078afca7378ef0326bc37db0dde3be507ff1ca207fffca00cfe051f05ff72351b3e70a2053e70850d1ffad5021f2e7e041f9e1a808faa25c1472975f0d1baabf0d1017bf898b3337ccc65093e563b011f1b29878f5b9f878f3f3e0a1fff7c043e9146804f419be0d3572ce0d3de5ef0e94a4bf88fc01df0f900327c5198045fbcbb0fbe185b0b5f7cf91cbe8448852f85ef862f6542e02b4e17e1eb6796e01b27dde11bed9be17f67e5814d870700c9035280343e05908e780e4867c001599f6560cb9bf780dc956a40ae6d372037f41c90773d0928b0ab01855008a0f8fe36b03df527b03dcf0bd8bef61150fad105ecd86709ecdcda01ec9c6a01948d0d01957e1f40658900a87ef907a8f5fe06d4db30807afb496057fc2f60377807d8bd610868d5bf06f6142e017b3e16017bbeaa037b164580dead1a405f6111d86b3d04ec8f34000e3c3b0e1c582a070c0a6e0046fdcb80b1d92460b2e71460929c03989a7703a6d9cd80993b1a304ba8040ef6d80187554780c31a418085f416c0f2c965c08a360b589d5d00ac22c5c031bd52e058e106707cff0c70bcf02100b1d90440ae8e01b0595500ee5206c0fd3e01f03fd100c23f0e407ea00228ad2c00d5e60860eafd01acbb0b80cdff01e08d0f0078e425009f1307108a0180f8b51f004fcf03607a3740b2cb0748c95600e9e920403e8200c8378601cacb0d809a7609a0c95d07e83c3ac0683004985f26018e5d1cc03bea05f0a6a40021150f08ada78113bb5200eba025c0ba220138597b1f382dfd01b095da05d8393800f6a79e02f6af720087178f8133e7fb80b3eef980e3881670fe8618385f2b093839900167cc06e05c48062ea2570017d328c0e5d361e0caaf05c0edcb08e036a404b83f1f046e98d4033788a7815b2757010f6931e0e9781cf0a68c03deb19280775c25e0137013f09d3d0cf829ec00fc9cf1805fde5bc0bf61140828590082d81240c8340884958b803baf9f00771d748008c2381011d20a4456060131361b404cbb1670ef7d07103b7c07885d8f07e2e20e01719ff381f8784f207e511e488c1e06922ec40349cb1420997e024866f500c9c348e0e19e6bc0c30a45e0e1221648b9180ca472d780d47a37204ddf00487fff00c8980d009e228681a7fff602599d54e0d9a30de0f98de7c0f3a733c0f31c43205b461ac8bd220472df7a01056f2581828fd781c28552a0a8ae1e28b6df03147774012f75b601af15a381d7575b80d7f37140a5af0c50f99a0a54bea5036f2654802a954ea0eaa23c5075850754d55b01d5fb9480eab8a3400d010ad4ca0980dad34340dd6a29d0b004019af4148166cd54a039e237d09c9b01b44519026da947808f0fda81f6f158a0d36813d0f92714f8b46001742939005d6b9a4077ef04d023e302f4ec34037a1d3e00bdc148e0738827d05f61037ccd38027c1d9505066afe020383c1c020cf0b188c4b02069b3e02431e0f8111d99bc0883d1ff856b51598a0b90313cc35602af23030350202d3dbb8c0b49229307dfa3b30fdfa00303d6d09ccf52e013f37b7033f0f35018bfa23c0a2ed6360b1480df895ed06fc6af90cfc0e3c012cc16680e5070f81e5df746065890caceaf9036bd2b780359d0560fd8521b05ec3003648506083e500fc25dd03fe19131012340584c48b830889b91884a4ee1242f2c52784b4611d42baf00a4276df16849c4e0542cee719629bc634625b732842515f05a178230bb1bdf83442c9241cb153722f42e50180509dc843a8f1f210eacbd2885dd2d3080d9301c46ec31788dd63bd883d0fc310daa63b103a012f113a357c846ea605422f321ba17ffe1c62af1c07b137ee36626f4e3a62bfa317e280da5fc481878a0883030d08a3aa8b0813ea3cc2e4f2518449f44984c9a32084e9515984992e0d6136700771105f8d304fa94098b79c471c9ed14058dc2847583cb88e386aa685384a8e421c9d3c81b03cd68bb03c2b465839ce21ac3c5510c73d2e218ec7f62220079e21a0417711f0efcb08e0b01e0280fa2080c83708249e86403ddd84400db523d0c1f711e8161202e32d8dc02ac423b0827004eed45b0431201941fab80b41dedd88205f2d4550f4b21094163d04b5642f82b6ef2882d6ec86a00fb420188137112c7d27041b1d82604f552138b209084e9f0942f0ee014230ba1d213c2044085d6310e2b40d8435f932e2e44d3bc429421be2544416e2545f15e2b4e827c2d62005611be78bb0cd9447d8a93311761875845da322c2dea21c619f3a8a7050094738a41e479cd13f823843b2469c8fb54138e93c405c9c10235cc83f102e9db388cbfd09882bef3a106e8fdc11eee451c4d5a648c4b5922f886b6b1e88eb532f11d7171f22aeafd6226ea8d31137960f216eded140dc2cfa82b8f9fd2ee2d61a07e1655186f0ba9b8cf0ca3a84f0866620bc1d5e23bcbf97227cf51211be075311fee606087fa01ae17fb50be1dff21b1184802382a53511c17d4388e0d5354498f15f4418c4141156108eb813b60d7167700c113ebc8c8878f6001179241811396789889cbf8688c12723ee5dac45c44a1c43dccf3d8688df5183881f6d4224c80c22124ebe4724ba1e4624e6e62312ab861049bf2e2052bc5f2152caf2118f3cc310a9053f1069bfaf23d2cdcf22d263b2101912f2888c660bc493605fc453bddb88acd034c4b3452622fb480e227b2a0f9143f882c8c9f045e4342f21728b7621f2ccaf21f2edd188170a2711053b6f228a387b1125988b8897878e234a0d2310af261b1065dc1144b9d65e4485f46f4425cf14f146ca0051bb3289a8036088fa880b88fa3136a241648068087144343c2e433406b5209a246b114db87044d3274b44b3dd7fce3b209a5fef43b4580b11efaf5c46b4be8940b4ce1521da469d116ddf24ffb38a68371842b4a70b111db6d1884e1f3ca2f34110a273210fd10dd623ba6fac22ba5f0b115f6cfb105f1641447fb118f1553509f15520420c1eb986181cbf8818f6c9438ca6d62046db8988f11d1e88f19f2e88c9c6ed88a95dcd88e93e59c4f49a0031b379183113688f9815fb21e6aea7217ec21710f3726188c51b8188c59811c4affc3cc4528e3e62d9be00b15c1f80588db641ac8ee522feb83d40ac052f20362c0488bf87e5117f6d0e21febe2941fcbb1d84f8576e82f837761d29716d0629353387dcdc4047ca1a034859a436724b4218726b140c29278a42cab9d62115b60420152ee191db389348c5060e72bbb210a9b42f16a9e48942ee14ad22775e7882dc59ea8954968d442a5f8322d5bb4690bb0eff416a6c6e426a38142135460e22352f4823355f0f21f7149b21b513fe20754d6a917af76b917ba3a0c8fd47a690fb4bdb90064818d2605e0369f0471969a87f006918a68c34220d204dd5a291665f379047522e212daa759147bb7c9096016648cb674790c7e131c8e3372290901d0148c8cd3924347f33123a760b09dfd38d8473bc9000eb2312a8f889440cbe43a25f7721715226489ce369242e2b1209c69e41921c929064d66d2479261f49793b83a4ea7d42d256f622e97a702443a90cc99c3144b2251f23d9c56424bb8182e420762339d1eb484ef337247f3303c907cd91828271a4a0ae0f293cf31129da3b86144b3620c59414a4b5db79e469e954e4697424d276db04d2cee630d2de530579e67609f2cc6319e499e736c8337f359167a56148c7ab4ce439af1ae445b01179317a05e952f504e9f26108e9fa460379a9bd067959c10179f9d167e495afcf906e6b91c8ab1039e4b5ee4bc81b9b3b9137b6ea226f14df41de8c3143de4ac6236f4ded457a98ce203dad97909e1900d2338785f4f1fb86f4590191fedf9f2003d6af2203771d4286b87522436a5e2043631e20c30bbe2123b6dd4046386291113e9f90912a4c6454c10b64546b1b321aff04194d9f43de1baa41de9b7c878c652521631b2f22e3649a91f1fb36211f68ee4726589a2113e2ba9109ff7d9fa8da8f4c926944a6d8cf2253ae8523532a2f201f355e45a6492d23d39042645aa23132c362109911e7837ceac64366eede84cc2cbc81cc7a9087ccaa66239fdb9c40be087e8b7c711f817c51f41a5990b3842c3c9a802c84fe4696946d43be3c178a2cf5694396fe5945be52c020cb0cd0c832c01d5986ad42963dd88cacf0eb415684d8232b522a9195178790954f16906ff63520ab0c4c90d5ee43c86a9f3164cd81fdc8fa53d3c806a55fc8067706b22154806cdc37806cf43246be8bde8c6c79f91cd97a570ef941fb34f20322fabf95f435f243ed28f2c34c3db2edf806b2edaa2bf2a3c165e4c7a0abc88f5fa791ed775c901d01e1c88e643ab2f3020fd9599f86ec1c7983fca48d4076795521bbd2d790dd77b6237be4d391bd9b9f207bd16ac8cf23f6c8cf13ffe57c0272c0ca1e3970351d391053891cf85b8d1c2a32408eec1f438efed8831cd3f880fc56ce417e3708477eb76c43cedc852367ba3721e71e4522e7d5d591f38f49c805e273e482433a72d1320bb9982387fc7d751ff2f78319e49fe7f7ff538f5c6342907f8d2b90ffa67b51122577509b763c456d32b343493a2aa1249f4ba2a47e1e466d8e59476d1efd80924e22a364bc4350b2520528d9d3da28d90e246acbed13a8adc71ea0b61dfe86dae6f801b56d3d11a57889815292484729b559a376b835a076726028e540314a79088e522121502ad4cf2895b3fb50aa556528b5cd8f511a2e75284df96894a6cb7e9456d73c4a6b651ea573d601a55bdb8ed2533546e9c504a2f41e63507a7f0c51fa46c750fa364928fdda2b28fd4515d43ec95cd481120d9481541fcac0270a65681b8732da6b8d32d9ed8b323d168f32db678432a346a10e3e9c40995fb0471d5253461d6a96441dfaa1873abcf911ea70522fea884331cac22f1965e9b188b2bc9387b2cc2e45591dc1a0acfcd751c7f85b50c744a6a8e38851144c231b05df3586024a7fa380da241422dc1c8518e0a0503ed328546d370a35b786422f48a330f97f50b8fbd1285cb1050abfb90685cfca44115dcea38871cf50a4a7522852610b8a223243d1525450f4520b14237403c532cc4071327450dcf09b28c1cf6894705403258a398812bf75439d902a4559efc940d9ec3883b2c1c4a16c686e289bee1a94edc92d283bab59943dfc0bcaa10e8a3a336e843a2b938f3a7b178e7294d98aba90d08a725a9144399717a02eba0da05cac22512eb47d2817a11eca2597897219c941b9c6ec465dba6085bacc7b8eba62f10975753380bafe2c0875737322eaa64728ea664c2aea16331875eb7d17ead6f85b9487fb7994d7a61994d72d5594577a07ca6bc605e5d3ef88f2d5d983f2355e47f93e0e43f9ef7447f93f2c4405c43ba2028b1c51c1ae5aa8e0467f54b8c3182abc751915919e868a261f43c5fc6845dd53c5a2ee6547a3ee7f4e41dd5f7746c57f3a828a1f3444254859a2121af6a392b60fa092758d50c977bfa252b6d6a3525053a8947628ea51ca27d4a3f70c54ea291f5406fb12eae99ebfa8cce9cda8cc3f202a4b83897a66958e7a36b005f53c5305f5bc4e1df5fc7d3a2a5bf6262a3bb8009523fa84ca8dd544e596f7a0f2e825a83c97aba8bccf202abf5a12f5223b1955f0330555dc5d8d2a512b47bd74d541956a59a24a9b3251af36a25065ba5f51e5985c54f9c020aa7c1e89aa381381aa9ccd43559b5aa3aa4389a89a8f26a89ad9cba8da91eda83a5721aaee5e04aaaee81daaee670caa616705aa81751dd534ed857ac7b8876ab10c42b570fd50adf292a80fbbda519df7b9a84f6a45a82e935c5477512caafbdd5354ef666f54df91dba83e9763a8fe190954ffa2126a40348f1ab804a206a36751c31acea861ededa8e1a6a7a891c3ada891638f5123177fa346296750a3a75450635371a8f1b815d4b76a0aeafb5f07d414c3093575028e9a659c42fddc3e899ab757442db84da01695b8a8df07dd51cb7bf1a8e5e801d48a2111b5c2fb895a1163502b294ba8f58920d4c6793bd43f8b4b6889aa3ef4a6b0b7e84db16568c99c7cb4d4c15d6829ce17b45468285aea63047af36a345ad6ba14bde546387a2be32c7aebe37f68b9e405b4bc750b5a01968256f8d08956581e406f5b3e8b56cc4a422bb6a9a315d75dd1db8b00f4ce196fb4f2f54eb472743b5af9231aad529f8756e9be85563d7e08ad9af91cad26770cada67e0fbd8b3589de755312ad71ce10ad313d8bd6b425a135ef98a1b5b6e5a0f71c9f46eb0ce9a1758f84a175118a683dbd45b4febf1fe8fd05fbd1064ff5d0a6050d68b394f3e8435789e843cb0cf461711bda9267823ede2689863cd346435e3d4343f5efa2611afbd13096041a7ec2120dc49d43032907d08882503432d9078dba328646cdaaa231a7fad098988f686c9b231aafbc8e264acda38927fad1e0d11e3449350b4d2a884293aab5d154ee109aea4b45d36a2ea1e96ecb687afd15349b884473bfee40f3ed75d002f269b4e07b255a94f5132dfafa122dcebf8c3e3147415b1f6b405bcf6aa34fd65aa26d1836689bf0ebe8d3e020daf6fe5db4edb36f683b5a0eda4e1484b6fb61807668798f3ed36483762c75439f277f455f101aa12f04dd425fc83d8076d2f88676da3f8676129d423b0f9aa32fde1b44bbac85a35d7ffc465fbef312ed767e0aedaef20ded6ee884765f3b87bedae580be61378abef5ce13ed0126a03dfcb3d15e5a07d05ef68fd1de3b27d1de770fa36f5b23d1bea64cb46f562ddadff6323a201c830e48ee47073cd98e0e7c55860efc60830e1c99440753a8e850b934745895087dc7e012fa4e161d1d5e094187773d464779d3d0d1edd5e818c7cde898173074ac611f3ad6f82a3a2e92868edf15848e7f11857ef0d0129dc0894227dc39824e98f647272d3e443f0c59433ffc1e807ebc4240a7b9fc40a71585a0d33d0bd1192b7bd04f3e29a29f7a0fa033d72ad0cfe0e3e86729e9e8672f39e8e7872fa19f93dfa39f6708d1d9ed87d1392a17d1b93e02745eab1efa45930efac59f93e882e9167421d50b5d68874197b4ef44974283d1a5c1e9e83234065dc6d046976fb0d015f766d0af03d7d195866be84aee717465db69f49ba972f49b85547495a531ba2ad00a5d558b4557bd15a1ab7b48e81a5138baf6563bba762a1efdb642806e0cb74637163f46370edf453759dd4437b77aa3df215cffb3817e3f1c806edd7d04dd1a2546b73e7a84feb0f60bdda6b61bdd5664866e6f3242771a1e4477a6f9a33f09e5d09ffe5e41778376e8ee0016ba47bc80ee6b93457fa9a6a0bf2c3c460fb490d003d34be8c11f96e8612b3e7a7868043db23d183daa55811ef7ce418fc75d467fdbfb16fdad5b1afdbdae133d611a8f9eb0b88c9e84ada02703ccd153bbfdd1b32ac6e8b9aa4ef4cfa049f4cfbbb6e8053f117a91308f5ecc3f865e3e96885ebe04432f7bdf40afbcab46afb2d3d07ff041e88d7bf2e8bf88abe8bf285f8c84693166934c196653f3778cf4c91f1869bf548ccc8600b3e5801b66eb437f8c9c3e072357f81b237f4312a3f0e10c665bb30e66fb41038cd24c3b4669e1186667883c46d9761746a5eb2b4615fb02a35add8e515719c5ecdebc03b3fb621a4653ab00a319368ed1828660f6b8fa60743ae731fa1057ccdec008ccde7f9e987d47da30fb042731fb7fa23107a80ccc812c4bcc817a558c01760563b8351b6378858631fc5b8131a972c6989a16624c0b1c310739c318f3dfdb30874eb9600edd7f8739d4dd83b13067612c1a6c304779ee98a36e173096dfce608e5596628e97ecc04024fa30909d5518286e0603974fc6209df330c8011d0c4ad61383dac5c2a0c4321854b0220695b00983338dc3e022ff6170635618dcdc030c1e1a81c1374c620836473160270c435acec5509218181a2910430b476098668118e6e9971816f93286fd4517c35934c4f08e6562f897c63102d22d8c204a1b233c328f117df5c058879cc39c546dc3d8f43fc29c72e5606ce561183b832e8c43cc03cc99b541cc998d06cc39853e8c93d4598c93a50cc6e9662ee6e297571857556b8c9baa32c62d6e07c6edcd28c6fd583de61a491773edbfba5e1fd2c7dcf86c8bb9d9988cb9b92089b995598bf1307989f1705cc078f88d627c3ce331b7b5bc30be9ce3185fff408c6fb71dc6774c17e38f73c5f897796302224f60023e646302a5cf6102e5c33141be5a98e0a1324c28ae0f134aba8ab93b108f897050c344164e63a20de530f711544cdcbf094c7c5a3e26c12a1893f07204936878119378360093383f8f491e73c33cdc79059352998349792789497d698849d7e061323449988c57fd988c494f4cc6f261cc53350ee6e9a1064c96a62f26cb211f93f3f1072667710d930bb3c6e4c257307999df317915424cfe6e4fcc8bf419cc8b0fbf308562754ce1dd604c51ee4f4cb19929a684f1065372038b79b97112f3ca270153d6d58a29e7fec1947b79635e774763de7c6cc6bc198bc5bc994ac3d48a9e63de3a25631afcd19886a86c4cc35232a649f705a6a5f729e6bdc718e67d802fa695528a69fd1e8a695de5625aff06613ea63661dac3cd313d259b317d3727317df167305f862a30fd87b230fdf7cb31fd256f305fdd9b3103a3119881d525cce0c42dcc90091e33fcd20d33fcf72766e4cc16cc28838919f330c58c770460bed90f6226f48e6126667231535c1e66ca898f9919d8869995fc82994d6cc1fc94f3c72cba8d637eb19e607e65ea61964a37639686c330cbe7c231cb1e0b98e5d61398154b57cc9af54bccfa6908663d7f0db35ed78fd9e05dc56cbcfb88f9ab7410f317730b2ba979002bc598c14a391fc54a5d3b8895e39962e51c54b1f24bfdd86db9bfb1db2a7ab0dbbefdc32aca9dc62a9e3c8ddddef211bbbdbd0abbd3e22676a72b885509f1c4aafc9ac3aa09e858b5e808ac3ad917ab1eb21dbbeb550e76f75a3456ebe03fac96951c56cbf30676cffe21acfe4c3e76efffad7fc4ee3bd68fdd171385dd577718bb5f6202bb1f5a8a35ac8bc21a9541b0c66a565813b56b5893bdce58d3c3e7b1a67f55b066030958b3252dacd9c65decc1b43f58f35775d843b636d84367a4b187350bb087dddcb047936e61612bb558786015165ef7080b2c66611166f358c439172ce2913216d1ef8c456d76c5622e1a62b18887586c8b09967079144bf8700c4b181ac0127ef1b0e4b27e2cf5661c9626338ea5995763691daa58f6362f2cdb4a16cb31cec3728e1cc2724dacb0dc533d581e308de5451960f9cd7cac50ba0c2b7c638d15450f61456517b127fa84586bdd08acf5d220f6646408d6a6fc3af694e233ec29e346ece98d50aced7fffb47f3c85b59f0dc49ed953853d7b7912ebe89c8d7574a9c09ed761629dc94fb1ce8260ecc58c1eecc5d158acab7f25f6aa631cf6ead729ec75cf30ec8d0a13ec8d3922f6e69771ac17bc16eb05f660bd2672b15e6b3e58ef8e4caccfd65aaccf5d3ed667d61f7b3bb211ebbb3b13eb7b421aeb179f8c0d74e360838fe46083fd0e6083a75cb121327fb021ac93d890b5496cc4b67fd8484d2c364a7c1a1bfda3091bb3288fbdfffc1f367ed7476cfc4b05ec83fc2bd88427a1d8c40a1c36e9dd3b6cd28f7dd86409196cb2851936f9993536793c15fb30d80b9bf28e887d7453169b7a0bc4a6b77dc53ef5d7c066b25bb1996fbe60335765b039300c36274c099b1f72179b3ff10cfb626b30f6c5fe3bd817d1646c81420ab6c0ea3eb6807c015bf83e195b84d88a2dee30c496ee6bc3bec2d5615f654962cb0658d80ac5ebd88a0204b6a2d50a5b315c85ad947f86adbc8dc55636eec456aeb760ab7b37636ba42db135d05dd8dae7bdd8fa93046c7d6d2bb67e0ac0d6ffd3c2be0d9cc3365cfd8e6d689fc736e2fdb04d5556d8e61de6d877c49fd8770effb02d522ad816999dd8960325d8165e10b6e5ca2f6c4b853af6fd67236ceb1e056c6bca4b6c6b9733b64d028a6d6756633b8aa7b0dd5789d81e1b036c4f400bb6efb705b6dfd412fbb5da1e3ba8f7113b78310d3b5865811da23cc20e3d8bc40e1bb66187af7b62873752b0a32f25b063cdafb0539fdbb153bf7761673621b03f621f6167b5cf61e7bcbe627f3ef2c02ebcc1621753b3b0bfe687b04bf1bad895ea61ecea121cfbe78700bbf6e22a6e134b1ab7a9cf1b27f9ac0027b52f0c27b5f601b779601627bdb28c937135c2c9467fc0c9fe32c76dc1a9e3e46e3be3b66d5ec76d731ec06d0becc4298a8c71dba71c703b1e91713bf14771ca87bee254dcdfe3547b6038b5d707706a9f15716a3fc438b5c57338f53d3138f582ddb85dd20f71bb158ee0b4ec75707bf43ee274306e389d973b707a53d3387d953c9cfe3e144ebfff246e6f190eb7b7f9286eef280c67b2d30a67627e1f67828ec199787fc499f43170a661589c19753beee045779cb9340177e82b1c7798de863b12b91b77d41cc01deb88c7411a2fe36035e138d8d43d1cfc9b110e3e998d034c6c71a8d65a1c86518ac3057271b8b84738bcac158e6041c6119d8b70c401071c98d38a23d98ce0c8d983388a951f8e52ea85a39acce1686b6e38fa7d2c8eb1c917c732d7c4b182fed37e19c7ae70c6b1bbdfe3b81ff570bc8f4138c1cbfb3821f3344e38d288138d29e1c4af6371d6d34cdcc9c1229c0d691a6713b1823be5b81977ea8526eeb4f979dce9b824dce9f1469c6dd2569cdd216d9c7dd7639c7d7f29ee8cfd22ce517e3fce91f004e7e8a78a3b9747c0391daec63911c7714e6f5b71ceb0069cf3dbd738e7d1709c9bdb579c5be6169cdbeb1e9c5b2d1fe71ee189bba65b88bbae9286bb999d81f31063701e759638cf3d06b8db65b7707ea3ad387f4e0f2e40a51a1770621e17d022810b74ffaf24fd61b8a04d29b8a0a3edb8608b1c5cb03003173a388b0b2f47e3220a4370911273b8c84da6b8c8174db87bda09b87b2c255cdc8d7e5cd2e53bb8647a352ed96e0997dcd98a7bf88d894bb9d48a7ba4cdc03db251c53dea94c03d76b7c3a541b9b827b7927199e915b8ac6f6eb8679b0271cffdafe2b20fa4e3b2df8de0721ec7e072a62c70b9a7ec71b9a1c771799a505c1e80c0e5398ce2f25b0671055ab3b882ea8bb8a2492bdc4bed2fb8977b5d71a56a1db857375ee25e257cc29585efc1952ba8e12af465719511d9b85a7916ae96398d6bfaef5dcdde345cf3b793b80f583caecd118e6bbb7b02d7f63d02d78e5ac3b54f23701d16625c07f937aee3d34e5cd7b96fb8ae700d5cd7c83d5c2f0587eb0dda89ebfde382eb2339e13e87f9e2fa3d9ee3fa5b99b801962d6e50591e378cd9851b3e538d1b79698d1ba9d9891b79771d37f2fbd67fab5e2f6e5c2b1d37ee3e801b0f31c57d9ba9c67da78870132e32b8896629dc64e50fdc94c273dcd47635dc543112374361e166be28e066e621b81fb25f703fb655e27e68c071b39a46b8d9e31771b3c5c9b8d96526ee6728805b00dfe2169205b845fe63dcd28756dcb2e1306e391a855b7ef315b74287e2564107dcea2f15dc9f67c5b8b5a830dc7a380bb701dec56d38bae13682bee33666b5717fff9bb17fd15f71ff66c7f09baedcc66f7a70102fb9eb115ed2660e2fd9e38f97d2c1e2a52e50f052b9f3f8cdaa7a78e906102f135b8197e918c5cb6aa6e1b7ee8fc3cb15aee0e5a572f0db064df1db26c4f8ed6561f89dd63378e5846f7895fa41bcaa301eaf3a538a575dcac1abf509f0ea5eb3f85d28247ed7c952bc86f15dfc6e3b6dbcd6d309fc1ef65efc9e2a39bcb6b4115e1f2dc4efbb9580df7f8284df6f5b89dfbf548d3fb03487379054c61b1c99c51be0c6f1861e717863281a6f7c5a0f6f7ce11ade38a0126ff2fa09def488006fdaf6096ffa91843737de8b3f54e88a3fb2d9137f64ad1c6f813e823fc6a4e08f6f83e18f0fcbe3a1961ff1d0c2053cb4dc110ffb618387275dc0c35f43f1c0941a1ef5781a8f7ea18a27edc6e24945397852cb5b3cf96c2b9ee2a48ba77a8fe2692dd278ba7b3f9e1e368767d54ee1d927f2f17c9c149eef508d17ee32c29fd89489b76e44e1ad37f0781b87f3f8534164fc69f13ade366833defe7b06fecc7829febc5239fec2ae18bc93fd6bbc93f336bcd3c231bcb339147fd12905efa2228dbfdcf911ef460fc5bb79d4e0dd82597877fd35bc7b6039feaa760bfe3a270a7f3d31107fc3e434fe06f733fec6c21ffc8d3579fc4dbd1378cf5027bc97391bef55f814efed7b18ef7d5f1eef2b1b86f7f341e0038224f0018b51f8a0b657f8e084787c70ae001ff2590b1fe6731d1fa1a28a8f683b888f3cd08b8f0c35c1472179f868c3317ccc8f0c7ccc6f137c5ca1053efef908fe818e13fec1919df804cc197c42f04b7cc22717fcc3838ff10fb3f4f18f4686f0a99a41f8d40059fc63a804fe89c30ffc13377dfc93a7c5f867a84efcb3cb61f8e71808fe7922887f3e6b8ecf39b888cfd5b2c6e7d59dc5e7ade3f0f9bbc7f0051408be30918f2f3a10832fb6d88b2f7eb1822f21b4e35f5afcc397915cf0e53bf7e1cb1beaf0e51f4fe22bf44cf1150da7f0af933cf16fdea6e0ab7cdcf055df02f1d59b73f0d55b22f0d593aef81a993c7ccdf6397c0dff29be66ae0efff6c133fcdbc4607c63fe08be79d36bfc3b5219bee56831febd6d01fefdf7b3f8d662037c6b933bbe750082ff786d07be3d1e86efc125e37b3eeae27b6b19f83e5704feb38d22fe736100fe73e976fce79e2ff8af1350fc00e2377eb028113fda918c1f630ce2c72afbf0630d19f871bd62fcf7470af8ef75a3f8ef6d07f0df7f26e1275516f193641e7ed2f6157e2a44063fed78083f3da58e9fd901e0675865f8394926fea74d0dfe67790d7e41ccc1ff3e1180ff7d6d11bf4451c5af12e8f83f7d27f17f868bf16b3afef8b59a32fcda672bfc7afb56fc3feb9bf87f7391844dcb3708926e3604c9426bc2661773c216ee5ec2d6c11b04f98d1e82c21757c236e555c2b6691141515046506c9b20284eb711948e43084ab84282522040500a9922ecd85c43d8d97d96a0da354050a7e711344f661334c36e10b42ade13f6703613f6dc2f20eca91f25686fbd4bd00d7b41d09b9c23e8dbeb12f4575a087b2fb512f6a68711f62ec912f67dcb25eccf7e46d89ff390b0fffd3d8241d518c150ce8660c8f12618665c2218b566118c7e3c2418bfdd45309957241c0c54251c391d46b0a82b251c15c810a016e70930ae2201c89f2320f7761090d5e10464ff0e02caef330163812160c0290296a64ac0e6671270caae04bce43a016fa348c0bbf712f02b080241712f8128354c209ef842a0dc1922502b9f1268b42304dabd9b0456d51281ad9e47e07cab26707ea510b8b79308dc5573023f0b2088f57710c4e22482b8ec06e1c4994c82b54a21c1faf55182f5b02bc146ad9a700a1b4d3855f883703a2a9c60bb4d9360eb7a9060fb730bc1f61797e0a06546389b4124389a2e131ce35f101cfbd709e7e3df122eb05f112ec49e233845d4139c854a848b57bf125c7a2004d73e0fc215068ae0bed9887075cb39c2d59862c275bb6b849be500c123ea3ac123a999e0f5ab83e07dae85e01d5d46f0eee4117c2e8d117cee2f1102063c08819bcc0941b6c684e0fa4d8410248910526a42081b8313c266520961eba70977d67309e1756242f87fbd895ca821449f26136216b409f7646f1012b6ac1212d3060889bdffe5aa1c2169773a2189d840487a7f9190b263819012a24f4859d94e78d4b242486d784478cc1a20a4494e11d20e5f26a4cb4a139e3c2a2264a28209993f7f129ef91208cf2241c273bd3d84ec283542eefd7442ee1b6f425e742321dfd49790dfb89b50b0cd9650645247282a922614ff702694f892082515be8492da1ec22bd67642b9d64fc26bf406e1b56d23a152ea0ea1b2be88f0e6c24142d59829a181f39cd0f03989d0f8de8ad0b8104578777b88d0e2184f787f288ef0be8a4b6875dd4168fd2922b4feb527b419e0096dbc5442dba53b840e762ca1f39114e1531f96d02ba54be8c3a810fa22d6085ffcf2095fe98f090326d58401ee1461c0f60a61c0f3016120a88130906a4f181a0a240ca34c0923b3c684d1077cc2d84d8030aee84a186f7b44f8f64c8ff0dd229230d99c4b983eb94cf831c225cc6a9f25cc656d25fcfcea41981fb1252c28fb12163c46088b1175845f1075c2af1226e1b7e006e1f75b59c2d2133861a9fe3ae1cf4345c2bae62fc2fa870f840d392bc2863082b0d1799cf00f9a49f8375c4794704e256ec25c234a5923889bf79c244a47151165842e4499407da26c6c3f71cb912d44b9d431a27ce419a2a2a32f71bb631e51497a99a8547199b8c3f8077167943c51f978215155f09ca8ee9c4fdc657793a8e15a4dd4fc3947dcf34181b8e79301513f864fdcdbff9c78609d403444c4108d98af89460f1d89c66deb44934d32c443b161c4434d58e2e16f5f89474a7b8947597ce2d16f9944abbbe6c4e36025114e3a4344ea1410912f6789a8877d44f49f1122660b8288393f48c4b87c27625cdf1109e966444293369128fa402426da1189437a4452710d9122aa22d2b09b88b4ac7f44e65177220be94c64ad63881cc33744cec16222e79e2691331e4be46e7722728d0122ef61109137964be4ab1713f9c6434421a29e68ed174a3ca94b23da004b449b7b25449bdffb89a776c4114f553388a7fe96124f8b2388a7d348c4d3b53d44db0d35a29de96ba21dfd14d1febe36d121458f78a6fe15d1f1a01bf11cc38778fee039e2c5329078714c4c74995e26bac6b289ae53c1c4cbca70a29b8c39d19d9a4a74673811ddcbba88ee7528e2d58257c4ebd4f3c41be2b3c41bb52a448f4b27881e59be44cf892f442f091ba29fe12ba21fbd9ee8e74c24fa9fa825facf8a89415333c4e0878bc450f73062e8a397c4b0a39f8877000de29d9fc3c4880f9bfe432546deaf2046293389518f2e12a30d90c418e551e23dbf0562dce955e2036943622219434c825c2426057089495f5d89296fc6888f1a1488a9fb0f1153c35e131f9b2a111f333f12d315d788e95fc9c40cc66de293137ac42785d6c427ef0f129f19ca119f578511b3773e2066af5d23e6bddd44ccd73024e6efde47ccf77a492c282f20167db326167f312596547e25bec4ef21be8a74229685be2096af9d26be3e2d4b7ced7685f8baca8ef826f629b15a661bb1d6723bb1eea48058e74022d68def25d6bfcb21bebddc4e6cdafd83d8aca3486c55f727b6fe7c49fc70df88d8a6624f6cdb23496c9b88237e3c644fecd82c47ec689e247e527b46ec8215137b5407893ddd3c622f2684f8c5ce9bf8c5bd82d8afa94aec2fea220e9c73230ee35b89c3937dc4517c36716c9790f82dd68bf8adff33f13bd692f8fdf169e2f7d57dc4098da7c409443c710223459c32fa4a9c3a5b4c9c8a8210a7d961c419de0fe28fd119e22c549d381bf79138fbf818714e53489c5bd026fe2cbb489cbfd74c5c18be49fc7d2393f8dbfb3571d9fa007165ee0b71adc291b8d63d4a5caf3f46dcd0831137c27d88ff643cc04dca77c04d37bac04d1bd9a0248a094a91fe809b7dd24059af62704bed2228af1a08caebf682f28b65a0c2373b5071680adc0ebc06b7b71e06956c144025d783e00ebd2570a7c91570e75f0750394c0654790405d59209a05ace75509d4604d559145023b401d4589b05775f310135c534509bf306d4b67d04ea281580ba979e82bab16870ef3d17705f8936b8df6604dcef2604f737ff06f7bf3b051ee82a030de60341435b3668b8be0a1af16441e31d44d07863143429dc029afc7737d3c33b40b35155f060920668ae9f091ed6d0022d48e6a0e5c52ad0eafc15f058e50a0849f9074213378130d40208e3dd0661b1e5202c6f2b08f89a80c0a30b20425b0422e9fd20cae80a8842bf05b11e0520f6110ac48e8681f8b5589080ff0412e1bf4162aa31086e9a01c1b43a906453f49f49902a2b0b528f4c8054af009076d803a4cdaa80f4ad0520fd2808d2e71741a6391f64060120ebfc20c89ab300398124902b380272572020dff325c89fb8050a6cbc4081533528347600459e72a0685e17144bbe004f5853c053164ea0ed7e57d0363318b4338e04ed2c43417bc3ff5cbf06da973240fb7631e870ff3f950ee059153a7896d3069e2df8069eedf6041d5ba6c10b169fc10b7681a033f6217891d903ba7c37032fe1f780970d92c0cbd1fee015c964f08a6c2878c53902bceaf518bcfa220fbcba7e00bce6510b5e8fc18037357f8137ed63c09b674dc09b0f8f8237fb9e801e2a3b41cf103ce8d9170d7aa35b406fb00af4fe6101ded61f00fdee6b82fe7a76a0ff8a2718aa330786919dc0b0d66b60d8f730f0cef32a30bc8e0bde2d4083778737c0c84f0160d46159305ade128c392e03de5b180263a5f5c0588b6360dcea35305eb90f4c78ee00265aee03135d6ac124a9123029ed3e98bc2f117cb87a0c7cb8a10ea64837812972e7c114bd213085a8033e72fc4f2d044cddd40da64e3780692ff5c1b41a3a98f66937989ed20266b459814fb6db804fa17bc0cc03bfc04cbf48f0f92645f0f9e770303bf528989d650ee624958039c5cd60cee80330d7ca18cc23df00f3029ac0fc763bf085e647f085e939f0c54949b050e20c5878dd0a2c0cf0070b678ac1a2740258f473052c5965822f9332c0525523b0b4eb09f8eae71db02c44117cb31b0b56bd75066b647f833541a3606d3a19acdbb31dac4bff05be3d7e007ceb9f0536c80e800db12160c3c3e360b31a1f6cee8782ef6e3f005b3bce831f28dde087bc58b02d15043f7641c076f35cb0bd3806fca4d90f7e4269809feebc03bba6e4c0eee44ab0fbd553b0b7a312ec8be804fb32ee825fc6d2c1fe3daee0d7083cf835e912f8b578173810c60307f2ddc021673838f43e081c7db60d1c537d0f8ea56981937d74708a5d0c4ead1c00a7f7ae81d3439de09cec18f8737e0f380f0d0117cfbd05179b59e062c741f0d7c418b8a4f8015cdaee0b2e2da5817fba7ac1b5cd5bc00dc3509244d95dd226bdfff86c21c934da91642ffa93e4a4b449f25c22497e4c4452c8d02429bcc922292c7248dbca6249dba958d2f6c406d28e8c34d2ce132524656a344979b186b47b9444d2b4eb236905ad93f6e8a3497b8a0c48dad725483ac85c922ef08ca4fb4b8aa4df314edaa7759bb42f32867480ae4f3a50914c3a301f443274a8261947a5924cdf7f231dfc9846323ffb8874c8d58374a8c18c74a8e922e9d06418e988e338c9e21a997414154f3a8a8f231df51b231d1d322659423c4996d40992e5b40dc94a4e8b6435174a3a7e6e8974bcfe0d096ab28d04cfad24c15fa148c04e191222c88984d4819390869224a4f01e09f9568a84c22f9050937b4998a9b3245c520e0937c322115cee93881bbd24d2b15324f2d6381275cf7e12153424d14c7f9218aa1624b6fc7b12dbd895c4aee823711cb4499c4b3b483ce72912af309b24040e9084dfd549227e234974a28f74425e997422639074e2ef30e964c703d2c9219074f2178764b39547b2e9d0259d5628229dbe5349b2b563916c6f0c931c0b5f932e58e9932e644d922e0c9b929cd58d48cec16f49aea9ff4897f2524997430f906e4a27926eedae2379345a93bc3a58a4dbb7b124ff08095280cc2429e008851434f08f1432af460aedb523850e6891a234be92a21ccc48518beaa4e83b48d2bde27652acb10129766e07e9fe075d52dc8b6252dccc1d527cc025d283c49ba444fb6452923c8694a4d14f7a48fecf4414e9e14f0829e54a08291567484ab5e1921e1b47931e0f1592d2db5249191679a4a7f536a4a71d72a4ccc65fa4ac8945d233a9bfa4e7922252f6313129db9540caf67d4dcaf57b4c7a01df2015e89a900ae2f6930aeb6a49453bdf908afc0a48c513cba4124228a974598d54e6d2472adf2b417a7df435e975328554e93e41aa5c2b24bd319c24bde98691aa2c4648d58fdf926ab8c9a49a6baf49756b1da4b7d393a486740952136f13a9596a17a9f97423a9f9aa21a905fb82d472aa81d4d29d4a6a59d523bd3fe5406ae5a9935abf9b913e6cdf436acb8492dab28b48ed2fb2489d66f2a44fa79f913e15be20753ded267543e7499f714f495f863691beccae90fafd6449fdf7a54903e755480361e9a4c1ce6fa421d126d2b055166938d28734313b4f9adcf19c349977893439c0244dce3d224d1f7e4c9aae1f26cd9c9227cdeaef26cdf9bf25fd3c6345fa19f587f4f3a111695eed09693ebb81b4907492b46895fa9fe7a4453c99f4db4899b41cd2415ac1b149ab522aa4d5a052d26a7a3369edc95fd2fad61ed2fae521d2faa31fa4bf9a57497fddb790feddb7244b0c869125bb00b2948b3679f3850364e99a64b24c3f852c3b9242de925047de92c121cb818164396a3b595e32882cbfd64a5610ee202b9a5c242b3e6f272bf6d992b72bb491b71fbb4bde9ebd4256ba9b4bde490c232b57349395fb4f9155ec0f9355ce049155ef9691557bc464358752f26e43265913324cd68c6592b5b4a7c95a3047f21ea4145907fe9dacf3b891ac3b1046d60b3127ef35d949defbb7976c004b221b5c59251b095bc8c65987c926776bc926af17c826e30fc8661167c8668364b2b96d3ef9f0f00cf948ba27d9a23c9d7cd477837cb4e333f9e8af4af2f12daae4e3df8f9021ca9e6488f56d326421890c8b9f23c3dae7c808fb876464194846aeb491517277c868cf1a32baab828c51cf24e3f6e791f1944b64721f974c9e0f205336c1c894a278329d944e66a4fa9139a31c32675c86cc752e27f37563c9fcbb3264fefd0db220de832cccb845164edd228bde6b93c5ff3e914f1c3af79f67e41375e9646be347e493042bf2296734d936944fb64ddc46b62d9620dbe91b91ed5929e4b3ae34f2d90e22f93cbe887c217d85ece47b92ecace34776de3b49bee8934fbe38d44376b1f622bb34ec22bb1e0a21bb728bc8aeb574b2ebaa1af9d223807ca9b0887c59768e7cb97e8a7cada88d7cadd1957c7df303f20d9401f9a63c8c7ccb1643f6f0d3267be6ba91bd3522c83e6027d9a70342bead8927fbfa7f2207b89c26075c5e2107baa691831e6690838d779383bf249383174f9343a0e7c9a1d47072586c3df9ce8e4572ccb56fe4989b53e47bd593e4fbd1bbc8717567c80faec6921ff8669313c0b3e4c42bdee4c4f4a3e4a42d87c949da2c72d263677272fe55f2c32d26e487c666e487e138728a5410f93154969cb6ff2a39fd801139c3aa8ffc64a72ff9496806f9a9ec4bf2d3e9647226793f3973ce9efcec5628399b5f43ceae1c20e770c3c839c5dde417171bc8859c4272d1966e729121975cb471805c7c9e4e7ef9d299fcf2e37df22bd443f2abe71fc965ed37c8e58621e4f2b37ae48a6043f21bb72072556632b95ae208b95ad2875cbd579e5c1d9b48aecec7906b54af92ebbca4c86f316fc98dda06e4c6af0fc94d2e2fc94d6f02c94db3b3e4e6b879f2bb9d5ae496ecfbe496f50cf27ba303e4f7c310726bd810f9c34f29725bc02372472f83dcb92f94dcf55f7fbafd82c9bd4742c87d7de3e4afe605e4afbc11f2d7d326e4a19adde4e133bfc8c38d5bc823fff578f4e409f2a8fd16f2e800963c3a0d278f75c2c9e37e7bc8dfb6be244f049491271a83c893f113e4e9fd65e4692b1e7946d44efe01394dfe91144d9e3d7b8a3cfb358f3c2778449edf5a499e57fd459e6f5523cf7f7a4dfe656e41fe05c1917f0b9f9297b30f92ffdcea24af9193c96b75f6e4bf2b6ee47f3bac2912e7d814a92f048a34184a91b9fe98b2c5ba9bb2c55999b2c5ad89b225349fa270e31845a1e63145d1fb2265fbd626caf6734b14258a374555f607459d5a4c515f91a1ec92caa3ecbad347d1487b4ad94d2ca3ec2e76a568ae3852b4fb07283a75eb94bdbe1a9403dc26ca01fe36ca814a38c5709725c530b69a628420538c92ac2946f3148ac93111c5343d8e62fa4e9a62461452cc836229e6655ccaa1571d9423c64b140baf118ae51d058a157d3fc5eaad29e5f8ce7acaf1cc9714c8a5050a500fa700237c0a22509b8288ada3a01cfa2898239b28f869270ae1e4090af96c3e851cfa5fbeaca490672f5168e45714fa47690a63eb2f0a73814861d1701416e303851de54c61271ca070551014ae810385fbf50945f0d58222dc544411b9c7504eebb4514ed7f5506cb7fca6385cde4d39e3fc8272e6259c7256d18d72967c8a72d65a8272363689724eb39b72cedd93723e569e72e1a413e5824311c5c9d486e274d491e26c7490e2e2ba93e212708ee2ba6383e2ea7094e21ade4fb94cb845b952f99a72557a9172556d8472359f4fb976488372ed7c26e55aec1fcaf5f579ca0dd360cacdbaab148f6d67289e72ce144f0893e22970a5787af2295ebd1694db45a114df3b9514bf2f4e94800c4b4ad013554a508d981234f85f0ee952426a03282123d194b003bf297794cf51c2b9fb28778d362891ba244ad4e9744af4956a4a0c5787129bf292127ffb2925bedb84f200594d79e0ec4d79d04ba224184a5212efb12889a987284979a394140d3c2545b78c92123f427914974079bceb05e5b1c93025adbd9292d6cba4a45f2250d24b7a29e9d57729195293940cb087f224578ff294ab4ec9bcc6a364ed3c4879f65783f29ccfa03cff2841c9c9c652723adf53723961947cf9504a7edc01ca8bed2e94822b199442442da5f0dd2d4a918e14e525218ff292ba8752da9a497975af9a5276f004a59cb44ea9787b95f2da449352a9db4779b3fb03e50d2d87f2c6b58e5295224fa9e9794aa9f9ae4fa965ac536adbba2975a77229f5036a94b787ac286ffbca290d3d32946693bf9466c702cabbdc879496dbe394f712f294f78a28ca07957eca87875a940fdd87286df3fb281d6795281d6d3f299d4eb394ce9936ca27ca074a978288d2231ca6f45c1da2f41286297da4504a7fb90ce5abbe1965e0268a321083a20cce5a5286106d94214e296548bc9f3274b28b32f4a98032ac2aa40c7f73a78c0c2a51c6b68551c67c2e52c6af4851c63de5ff9340190fafa77cc7ba51a608fe94a93338ca545b1d65baca9b3223738a32f3378cf2c3a28af2e36a20e5c7cd1d94d9aa00ca02684af9b56789b2ec7c84b27ced0c65b93987f267db04e5cf99fb94b5ac6794f54ded940d7517ca06a781f2b7c495f28f7e99f2ef1f912a21ab409508b94cdd94ec40ddf4fe2e55f2be047573ea7f5ab5a95b6413a9f2fd09d46d5d2d54c54e2675c7d7175495b8bd5495975a5455f5775455b728aaeaf55754d58c6754b54d58aadace3aaa5ab821552df93d75d7561daac6e829eaeeec0eaa26d989aa850aa16a9f95a4eac4ce50753e1fa3ea51baa97a972154fdfb4b54fd5102757fcd3275ffb78bd4034d135483adcb5403084835f97b9e6abacd936aba3d976a764c9a6af6fc3df5e0adbf54f33c38f5d09e19ea615d25ea611326f5f05537ea11a30daac5692daac5f76b548bdf70ead1b82aaa15f523d5ead40c15d2fe9b0a4d255361ab9ba880570e154d00a968cfb354dc962e2aaee42095309c4805a1342ae9e90295bc6640a548eda6528a8e52a9fb0aa934ee672a1d7d81ca24fda4329b0e50593daa54ce412a9503fea0f20e1652f92d07a802a576aa20e20d55903b4f157d29a58ab7a851ad038ca8d6cfcca9b61753a9b63962aa9d551ad5a1589e7ae6c427ea992857ea99d560ead9e4575447582ff5dc9721ea79a31dd40b1ac9d40b0fdaa81796ff529dea3ba84e5fdf539d7dcda9ce3514ea65f241aa9bc50eaadbe5ad54b7b62754f7ac7dd4ab7b63a8578dbca95783cba8d7f5ee53afffd945bd116440bd91544fbd79258d7aabb094ea11708beaf3c78aeabb2381eadbe04b0d98d4a3062a795003c512d4c0b0dbd4c0a2256a70198e1a1a54410dcd76a486fe2051c35ebfa186cd2652efb4bca0868bada977fb82a811d799d488bbf3d4982d5ad47ba268eabdcc58eabd4f8fa8b111abd4b8e35ba8f1eb7ad4241d6deaa3b7fba88f2f7652d386af53d3e58da9e9e2f7d44c04859a995241cd6c98a566d93a519fed57a43e3ffc8b9abdfd1835db2b9b9abd7a9d9aebc7a2e6ed92a7e63747500b82a6a905e3c5d4c29332d4c2f5cfd4a257fad4a275396ab15a16b5f82f9d5ab27b2fb5b4b3875a261453cbe913d40aab286aa56e3ef50d7a0bb54ab7985af554815a1d0e526bf92c6a3d7d83fa56a44f7d1b7296faf68d31b5b17b86da7481406df2b9497d9712427d3737427d1fa34a7dff7b07b5f5f65fea07a40ef563ed766afbc9146a07d980dac9e5523b636aa99d4909d4ce99fdd44f974aa89ff2d1d42e99226a575a22b5bb5587da6b684bedfb6f16fa1c73a8fd106deaa0c429ea60892d7558f21575c474963abaad8c3a5ef98dfa2dca86fadd45489db2d9449dbebe973afd2185fa63ae923a7b690f75b6ba953abbe2479d6f7c485de8bc42fd1585a6fe8a77a6fe3636a12ed1d8d4a5b37ba9cbf7fca82b8351d455f0067535f214f58f523df5cf7d0275cdf716757dcb23eabace0675fd660675037b88fad7b785fab73d88fa4fe723f55f852df5df48174d02739ab6c9dd8b26853b4cdb2c314ddbecbf40dbfcad8826238fa1c958ebd2b6ec41d1b686dad0b6a686d1e43efbd2e435b7d2e4fb8b68db5c57688aafeb694a110934a5a44b34a546186d273395b6b3e4154d45639ea6d285a7a91bd7d1d44976b45d3274da2ecd529a86c22a4d53e1174db3718ca60560687b946ed0f65002697bd220b43dcf83687b7ae768daa8569ab657094de7c65b9aae612c4d5f2189b657f094b6d7f6246dbfca226dffa325da8134659a41cb4f9a61a434cd28f10dcd78e41acd643b896612e6473395f0a799a5c7d0cc7af0b48398ef3473cf40da61bf0ada910779348b14059aa5019d66b944a059058dd18e998ed22049541a1c48a7015b8ed39003d634e4f70b3482d6031a71fb131a083ea6914d3a69647f071a396e994651b7a351de606834e5bb34badf3c8d1e7898c6e00fd198ec261a5baf88c60ecea7b1576fd1387490c6a36ea2f1cf1da3f1af96d004cfc669c2aefb34113a9d260a65d34ee83ca29df83e483b79b68766733d8f76fa591dcd2ec98de6d0728ae6d0f5917626fe15edecf5469a23dc80766eed29ed02ba9b76e12e9a76e1d95dda8577fe34278b5f3467fc499a737722ed62cd28ed72c2079afb6e2bdab5bb36b4ebe88bb4eb7183b41b0ef2b49bfb5269b78ea7d06e2d6ea579648fd23c51cf68de99d7693edfded1fcce7ca0f95bd9d102ac2369815bfc69a1b3a6b4a857c1b4e8653a2d66e41eedde87355aec1e055a6c43142df6671f2d9e224b8bcfd7a43d803ea425dc2fa125a2026989e7bfd312aff7d2127dd8b4c40e162de9a80f2da5f10fedb1b990961699414b2bbc40cb8067d19ee8dfa365498a68cfa50b68cf95256939c04b5aee72272dcfa89596771f4ecb7baa46cb8fb7a7bd30e3d25e982bd10a7c556805fe876985da59b442ea1aadb0fb3dadf4e03e5aa9e7335a65523eadeae12b5ad527295acd83265acdf2775aadd6595aedeb5c5a9d2c8756977e865637f98656ff2586d64001680d42695ac3290b5a531982d6f4478df6ae8646fba02c4f6b83c4d0daae2dd1da02eed0daed405a7b401cad7db99dd6b1652fad233193d6f9b098d659a840fb14ed4eeb86cdd3ba9f85d37ace47d07a2e9ea3f5652bd33e174ad3beecd6a1f5bf7c48ebef3849fbaa779d3670718e368cd4a18d445ea48d01cdb4b19a19daf80e65da77e605daf78b03b4891e1a6d12d8a04d3e71a54d0d37d3660d6768b33643b4d9f70f6873a71d680b6429dae2a565da92c335da92339db654c9a42d7f54a2ad1829d256d5b7d35677c5d3567b6ed0567f93697fe85f687f3a3fd3d60f5fa5addf5ca1ad1763e912cab7e9526807fae69937f4ad54025d6e5f3f5dbee22a5de164027d9bfc5dbaa2cb285d31599dbe63ff56facecb1d74658290aebcf196ae62e241570dbe4f57db6c42d7a8d942d73e5a4ed77e134dd77eff9d7ee0d612dd708b3bddf0d14fbad1b601bab1df19ba711c9b6ed2534a37ede2d0cd2eeca59b3dd0a71fbc3a4e3797fb4c37cfb9443f9486a71fd14fa25b7062e81667eae956386bba55502dddaa7d950e1d76a6436793e970a4231de055d391630d7454f71d3a66f11a1d6be845c786dca463d3b4e9d85a773a8e6e4cc74da3e8b8f9353afedd4e3afe832d9d6803a5835f9ed3490c333aa9499a4e8e33a393ab16e8f4d16b74c6a9593a23bf8dce7afe87ce96fe4467abf8d339901b740ecd83ce19ba42e722ffd079176ae8bc4bb374de8d423a7f044117a834d2857e9be9a23f3174f16935ba383d972ece8fa38b0b8ed04f3caba1db2455d36dda75e9367fdce9b633fa74871647fa9997c1f4f3064df4f36f2fd39d5fb5d22fea78d15d147fd05d83047437f855ba7b7933fd9a4629fd063799ee71632bdd63b486ee297d98ee75e51efd365391eeabab4ef7fd45a5fbe9dfa40728bfa007207de801b917e9816fdae841ed41f46089397ab0d7367a08e1133dc211458fec1ba7472e78d0a3b414e8f74e15d1631991f4fbec3a7adcbf657a7c7017fd81fb5dfa83771af404e2557a42c6297ad2da2f7ab2eb2c3df986173db92c979e2a25a4a7aad8d21f475ca53f6ebf484f0b90a4a787efa7a7cfced13376d1e819c219fa93a1ddf4a73be6e85987d5e9795ef9f41799cfe8855a66f452d9797a6919965ee6a9492f8b09a3bfde61447fe39c45afb5be43af2df9436fbec5a5b7849ea2bf5f90a777ba26d13f0d9da377e55fa077af8ed17b86ede8bd8213f4ded88bf4de84287a6fff35fa67db567a7f7228fdab06923e1037471f48cca48fc005f491f270fae85b803ee6fc9c3ee6de451fdf7c933e1eb1993e5e788e3edea841ffe66d40ffeed246ffde26419f38799d3ea9e84c9fac04e8d37635f4e95b22fa0cf40efd47823e7df6d25ffaac971d7d6e9b147d2ed791be68769cbe68ee4d5f7484d07f97dca32f5987d057900fe92b1f8be9ab9a03f455431bfa9f7b32f475a1157da3a4892171ab8bb1692c8e21e9b0c690b2d9c2d88cab61c8f8ff60c8a4c218b2a1a10cd9873486ec620e638b6104436e8f36433e93c6d8267ac450742d60282e383076146a31944fa53094cfd218ca957b182a651b0c955a63869af163861aec2943ed9e98a1d62bc7d8257b9bb1bb3495a16968cad014ec6468599433b41c480cadd17a86b6c325868e4d0743a719c9d03dc660e8de7cc6d07b52ced0379063e8ff04197b298d8c7d241ac34056956190e0c330921a661885be6018f7de641cc4521887850f184784418ca39fd90cab17fa0cabd7dd8c632a1d8c63ff448ce3f5fb18d06def18d08a15065c35900178cf30901ea10c948711032317c6c0b0261918711003b7c79e417c5ac100fd3218e4421d06f54f3583f9c094c17cb1c8e0ce3e6008b7cd338417fe32c421ef18d6a1ea8c93e478c6c90f62c6c98f728cd3700ce3b4a73fc376f53ec3ded087e1a0be83e1007bc770f01b6438b67c649c17a931ce0ff318e767ae32ceafa7322efc66309cac5f319c3a2a194e135c86b38d0ac3652585e15a26c9b8a41dc2b84c32675cae99675cee8532dcbc9f32dc757630dc73200cf7b641c6557218e39a610de3569513c363da8be13d758ee1f383c8b81d58cdf0a37e65f8aba633fc3336330207698c20cd6046b0ec0823345a96115a20cd08330e62843f9d62dc2d15302216541851fe818ca8f04d8ca8f43d8c18cb0546ccf5178c7b0f5f33e260558c78f5dd8c07d1c38c04ff0e46e28d5946e2f238e3e1cffd8c945b198c9447068cd4d209c6e3cdb28c747c09239d17cdc8dcf194f1ecb20ee359be37237bba9291bd6ccac831ed60e4e08d1839e72718b9eba7187952ef1879677a19f9edcd8c177b1218055c22a348e717a3382e8851fc2399f1ca4a8ff1ead50b46b9de53464536c0a8a89066547455305e9b39322a655718951f2518953ff5186f703f19556900a39a876454877a32aadb5c19d5eb198c9aae36461daf8451e78067d47d5e60d4cd5b32ea7b93186fcf2931de7a32196fdfbf6334e436331a6b048ce6dd6a8ce6f4af8c77359d8c16fb59c67b0b0dc67b0f3ea3d56c89f1e16319e3c3ba0ca3cd12607c64ba313e664a31da53ac181d8d868c4eee18e353733fa3cb89c8e80affc1e8fa7898d14db662f444f9337ab2fa183dd5bb197d4fa2197ddd14c617db7ac65789bf8cafae528c010a8131b42ec118ae6e678c3cce678c6fa131be8b088c89c3b7191377fb1993f6bd8c49275bc694512b6306f061cc263c63cc6dfec198d36b65fc3c94c6f8197c8931ffdf593cdbc858b2ec622c1f1a62ac8a5d18abc9d28c3fcaf68c3fd5df196bae9b196b550a8c8d33ed8c0d7f39c6dfb43cc63f7b1ae3df3a9929a1a7c3dc94709c29a9758429d991c5dc8c8e614ae3a499321fd498b2b20f985b1e2f31b7ccea33b7bec860ca61be31e5aebe63cacb5c67ca6b0d3015642f33155cc699dba615998a477b998a5017a69269347387fe3a53f9723553a5378ca906bc65aa5d5d67aa956631775df266eeba26cfdc9595cadc1dd2c7dcfdf73d5313ddc0d4bcdec1d47c39c5d4ea5e656afdb165ee894f64eef97397a9bdd6cfd4778532f7424e30f7edddc4dcffe02ed32089c634bc51c6344a71621a35ac318d0f6398268abf99269c64a6c9df01a6e9092ba659d63de6c14373cc833dde4cf3487de6a19e38e6a15e03e6615a05d3222096699168c73cca7bc83c9aa4ce3cdaa2cab4d436645aa96c655a156730ad0619cc630b6b4ce8e7bd4cf8e66026bc289509ffb8ce0478b94ce0f6192622dc8c892ceb62621aa599b8edfb99b83d3b98388c2a135f7d9449ec9c659286e04cf29f6526f5358a496d4b66d225f94c7ae549265be62c93ddadcbe4c8553139b3ee4cae972c5328c1610abdaf314537694cf1ed04a60dfc0bf3945e02f3b42ac8b4a54f32ed0eb29976fdb34c7bdb18a68302c074f078ce74f039c7743c92cd3ce72f665e687ac8744257339d4dcd98cef5f1cc8badd14c97d0f3cc4ba462e6e54d68e6158d1f4cb74b3b986e1f9b99ee0536cc6b4324e6b55fb799d7b31598d7072298378e7f647a3844313dbab7313d0957999eff7c985e91414caf5e6fa68fed15a64f5626d3772f8ee977b88fe9e751c6f4dfdbc7f4675c61faf3de33fdcff398feb9a8ffac3303b6ae3203c415cc80af6bcce0c57166a89907336c68807947ee19f34e8b3933fc792e3342718d1951779519894d62463e78ca8cac6431a315149931fc44e6bd437acc7b151f99b1f422666cff6be67d175de67db772661ca58919675dcc8c738e60c6b97633e3afc4301fd8c5331fc4b43313a0fdccc4ca066692cf536672c157e643770233c5499f99f24d99f9c8ce8899bab2899931b8cc7c62a3cccc544e65665ecf6166d1d698cfb05eccecc633ccec0f8dcc9cdf8eccdcf623ccbcfb4466fea50566fee775e60b097de68bdbcecc82745f66c1b825b390ecc72c5c1b67168d68334bfecc314bb34c99af0a3e325ffd9961be5a5b6396bd196296c79c6696172930cb278f302bcc7d98af47aa986f9e8432ab73fa99355106ccb746e7996f8b6e311bd789cc660a8fd912d4cc6c1d9a63b6af1e6576529f32bb6f3e66763f596276ffd9c7ec79cc61f63989995f226b995fa63d99fd4bd1ccaf17bb99032d6acc210553e6d05e1173e8c32de6d09767cca1b954e630bb863962f780399248638e45439963654ce6f7be52e684431b73224a863919f595395928c19cda1ccb9c76b8c79c653f61cedd9963feaccc65ce83ff988b273c994b7946cce5f014e6f2e01a73650f9fb9f2653773b5ea0873adcd9eb9ae31c0fc1b6ecbfcfb7027f39f0dc0fc17aacf92f899ce92542e6249d21eb2a4bafb59d207beb1a44b1fb1640ec9b3643c6eb0640a1259b2fb1a58b26e13ac2d928e2c39d5572cb9773f58f2dc7a96fcf52fac6d322aac6d6ab1ac6d2c0dd6b6804896e272376b7bc043d6f6a672d6f671039612b282b5e3d55996aa228da5b6ff374bedb7264b1d93cd522fea66ed7a246469edf661ed894866e9cce8b274366c587ad7cd597af170d6dea041d6defe70d6be3de758fb6fa15806c0359641432fcb60f208cb60599f65f0a79965d851ca326a6d631943d02ce32b1b2c930c06cb4c1fcd3af8f802eb60238465eed5cd324f89621d1a18601d71fac5b2b813c33a2a98601ded9f61594d26b38e353e611d5b26b08e37b6b18e2fd158b02d2a2cd8188d058f4b6021640fb21082332c84cf0a0b519cc942aa1f67a1fb9fb13011862c50278b058e6f62810b1f596493e72c4a51138baafb9a4513f5b2181d8f598c6f27582c0d1516cfd790c57b9dc0e23724b104dc5296d0769925f49961099bcb59e29a9d2cebb114d6c9994bac938b0496cdcd7e968db73ccbe6c931d6a95b7b59a74deeb36ccf4fb2ec55ceb3cefeface72bc816139d95d61b9804a2c972513d6a59362d69537f62cb7fc3c96bb653eeb2a35817575258675ad71987543e910eb062e9f75e3520ecb0316cff2b812c7f25c9d6479431eb17c5e3c66f97c2b67dd2695b07ccd4a59be47d2587ed2ab2cbf9d77597ef17896fff916967fd33c2b5063921508ec66057ddac40aeb7761dd39d0caba1314c30a2f38c2badbfa90156166cb8ac07e62457499b1a29e7e63c5bcfac0baf7759e15bbcb9d15ab19cc8a3f0f65c57bb359f1d961acf8b124568272012b89b48995149dcb4afa2464a5249d65a56c64b15267d4586976b6ac345f7f565a148495defb84959157c0caf8fa89f5c4ed3fdfca584f5561accc7f5f5959bfeeb2729f0858793e0eacbcc40156de0f5956beec21567e4e3c2b7f3282f582b09f5534f999558ad363bd3a4c66bdb2aa66956bacb2ca0b6fb12a1c86586f968758d5359aac7a655f56c3694b56a38d3bab99f38ad5b2ef3f168bac0f4806eb431e89f531c797d5aea5c96a4ff063750468b03ab139acce914ad6a7cfb7595dd4b7ac6eb633ab47638dd5e31bc5eadd02b2faee4cb0fafe4ab0fa2172acaffb9459035711ac81da7ed620ff0c6bb0628935e4bd93350c73620ddfb5678d7d6e608d4d29b0c653fc59df2fd8b1260ca75953ddd758d30219d674780eebc789a7ac1fefdeb366f7bd64cd52535873e65cd65c93256b3e209635ff758eb55867c6fa857fccfa35f78bb5642bcf5aa6bf61ad6c46b3566277b156e7ec597f7a4759eb7f1a597f1336b325748bd912876fb1373d6d644b16fd644bf117d852217cb654f471b6f47629b6f42e19b6b4268d2d73ca9d2d733b99bda52994bd1551c7defa7c075b6ef7185b5ec68e2dffe8325bb119c256b27dc1567a718fbda3ce80bd1305b055a4796cf5a81b6cf55f2a6ccd6a7fb616cf97ad159ac9d67a65ceded327c1d63e9ecdd6667f63eb285d60eba414b275b5dad9bab954b69e48ccd6f7b4fc8f1f7b5f5d1edb40ad8d6d6017ce3601b3d9079b14d887be3c611fb190611f09b1665b442eb28fe90cb28fe53e67431e3f6043edfad9b00b5a6cf87c331bc967b151d2b96c749d908d2960b371fa696c9c1d8e8dfbeacdc62356d878bf65363ef5009b28b1870da64eb1c1feeb6c52e0129bf4e32b9b2255c1a69c9b6553af39b1a9fe5a6cda3d119b8e7764d30b46d9ccfd856ce6817036d32a91cdde57c4e61c80b3399c7236c7ad84cd8dbcc5e666acb2f9fbcad8fc5b4fd87cbf45367f219f2d4858620b1b7bd9a2243c5b34e3c4b6be66cd3ef556897d9af38c6d6b5ecdb65db8ccb60b4d64db65b4b1ed9e36b3ed3eed63db0b76b0edffdc673bc097d80ee782d80e9934f699633fd8671eed603bbea9669ff327b19d0eabb39d66386c676632db396f37dba582ca769d63b12f351e645fd6b7645f16aab32f3bef655fae98645f5157665fd96dcabe72329b7d6dd28e7d6da3987d3dca807dc380c1bee5dcc1f630a2b33d085bd91e0f76b23d5a37d85e6357d8debb33d8de77dcd9de6f1dd93ec9336c5f17013bd0fb053b58ee3b3b440ec60e9dd06687d5c6b3c31a7ad977b40ad9e1cfc2d8774fb1d877f38cd811f71ad891bb34d9916716d9915924765483093bea53313baaf7093b3a348a7dcf6713fbdebc881debfe947dbfef1d3b0ef7801d4f8f62c79f6d62c7df68633ff0e8643f681c67275adf603fba35ce7ef4da81fd387a373b6ddb79769aa2343bedf83df693aecfec273f8ad999063c76e687fdecec98f3ec9c811a76aef22776eea9b7ecdce064766e12959d4738cdcefb30c4cee73f67e75fdacece1fbfc37e51759c5d64a1cd2eea6c6717fb36b14b6eb9b24bbc4fb04b0a0eb04bd16fd9a5f4d7ec57d558f6ab9e1176997316bbbcb3955d616dc77ed3b38b5d65b595fd363c91ddf8e01afb3d11cefea889657706aab0bb22c6d95dadceec6eabfbeccfb1a3eccf9f0bd85f6e7c627f894d67f723cfb2fbed17d8034e38f680fb6ff6c0cc65f6e0735df690610f7ba8ae943da236c49e40f9b027d84eec09e1227bead2207beac92bf6cc2119f68f5067f64fcf40f6bc632a7bfefc37f662d40afb37a38afd9b7398fdfb84267b69ab3c7b697f177be93089bdb2e71a7bc56984bd129fc3fe835564afe9b7b1d74e45b3d73923ec0d0917f6462a93fd172ac7fe67f99fe833ec7fa5148e84b71447b204c3910ad6e06cee8271a4179f7064a9961cd97be59c2dcddb3972650a1cf9ef751c05997c8e62249ab3f3e01c4765eb104765e00447956dc8519b3ecdd9f5a69da38531e368175fe2e8580670742fb670f4af9b73f62a5de2ecedafe6ecb3bbc0d9e7fe92b3ffac1f67ff352ee780ef6b8e817d1ac7a0d99f63fceb27c74c738063f6b89173d0a19473d05996636ec1e3989f9ce21c72d3e41cb9b49973e4da43ced12c06c7123cf79f38ce713d750e747b30077a409103d7d8e0c0d33e7100392207485de300b3831c84911d0765b18f83de64cf41673ee76078251c3cdd83830fc8e0e0bf14700806521ce2c10a0ef18c0787f84c81034ab973c07bb91cb0c39d4312ca72484b361c727b3e87dc15cea1583139946f461cda5111873eb8c461c0777118adf51c4e6d2087cb2ae570b92c0ed72196c373ece0f0fd55390200cd1114b573c487e238e22a01e784e32e8ef591cf1c6b4a35c73aab817332f528e7749b0dc7cef532c73ef40fc74187cb71b861cf3913e3c9399bf592e37804c371b458e79c8b2be75cc848e15c784ae238e93ce2384b5ee738cbfde55cbc52c971b1a5725c1e2a735c53d19c4bc806cee5a67acee59e368ebbe017e7ea0f6bced5d51cce2d4b0cc7532390e3494de3789efbcef15c70e47877da737c6e2e71fc6ee572fc95da38817e0d9ca0b3444ed0c0142758e6062738f43727f83d9c131af288137adf8313b6dac8b9a3b4c209d7e271eefed7ffe84e2e277aa09c73cf85c989950338b119cb9cfb8578cefd651827ee582327ce03e0c4451de3c4eb7b70e2cffee4c4ff4be13c68157392ac8e7192decf731efef79e949e61ce230d554e2a99c149cdf9cc497339ca49fb66c1499b57e3a42d9de2a45f90e1a4a74b7132dc189c8c6b4b9ca767619c2c155d4e56e4534e56d60ae799f57e4e36a783937dd291931354cbc99f32e5bc488ee014d91ce19410dd3925694f382fa37438afdaf09cf203284e456e25e775c7154e25ed1de78d1e8c534df2e054ff76e3d46d0be5d45dbfcda98b8de3d42f7872de8e20380d777c380dcf65398dd40b9c6645274ecb33e17f3a392dff2a38adb8fd9cd67c054e6b830ee743a13be7439b90f361f119a72d6137e7a36c15e7e3be74cec7cfe59c76e42d4efb2897d3c5f8cbe9e21ee474076fe6f4600a383d49d7393d8dca9c5ef430a7f7fe214e6fcb114edf7323cee7fc42cee7715bce9797ba9c7e9f5a4effb7c79cafd3e99c01512367586a9e33a27b9e336a91c119bd2fe68c2d9772c69dbe71c673d19c6f0d299cef0a519cefbf9638138c62ce54493a67fa55026726db853333bf8ff363a594334b50e12c7acf727e356b737e2727719664c49ca5b460ced24b47cef28ef39c959f0cce9f1675cedfc826cebf0378aee4b35eaed4481257dae0de7ffe72653456b9322d535c9985abdc2da142ae5c8c0357ee531d57c1ae95ab782a98bb7d653757e9c10877e7ac1757055ce1aa5c3ecd552d57e2aa2d2773d54b445c0da3a35ccd80635cad285fae765c34577b489fabdb6bc8d5c3dde3ee35fdc9ddbf7f947be05614d7d04fc8356ce9e01a0e7ce11a2979708dca915c63e829ae71541fd7e44c09d7e4de49ae493d8e6b6a0172cd252ab8e6336ceee16da7b81676afb847f52db8961a4d5ccb7fbd5cab233bb956f536dc63b017dc63b3282e42ea3d17e1b0c845446ee7226ffa73314a495c0ce129177396cec5845ee562aaccb898df525cec0d3b2ef8339c4bee6ae292c71cb9d4a0212e6dfb592e33e52f97756417975553cf65372a7239ad3e5cae7a16977bc484cbbdc8e272672cb942a5ed5ce1251157f4ea38577ce522d7baec0dd7e6af807b2a32997bda2b9c6b6b769e6ba7f99c6b470de5da5d08e13a9057b90ef6e9dcb31706b867bd4f72cf51f4b9e7bcd6b8e7c2bab84ebb54b8ceeba7b92eab1cae6ba832d7f59e16f7d2beabdc4be5abdc2b77dbb9eeb222eed58807dcab6fdf73af456ce55e9bade5de605b736f5466703d19615cafa3e7b901425f6ec029476e40d1036e60d1116ee038971bbceec30d39b2ce0d49cbe286b63ce0de49bbcbbdd3769e7b67e31e373cee12f7aee7366e2493ce8dca96e5467d4671a3c5546ecc294f6eccaa09f73eb59f7bbf399cfb602c8f9b908ce4262a1ce5261eeae5267bd87053ec2f735366ee7253b9d2dcd4d1666efadb006e7aeb5d6ec6f5eddc8ce7cbdc27aad9dca7460adccc283437b36a809b35bb8bfbac42939bada3c4cd8e71e6e6ec76e7e6427e7173d383b9b9554adcbc710ab7a8fa11b78445e49614e5705fb61de0be1abfc97df5ef37b7ecf2016e59a60ab7ecc50e6e79e6776ec51575ee6bb79bdcd72527b8951e29dcaab81c6ed5da2ab79a55cdaddd99c7adedf2e6d60f7ce6d6afb772df3a7fe3beedcbe6361c92e2361ecfe736865de136b9e8709bdef4709b4d26b9cd768aff69e33697f472df1332b9ed7bddb81dcdeddcaef6cbdcde7c056e5f7e23f7732d85fb65cb0af7cb7a31b77f4b0eb7ffc404b7ff653cb7bf7637f7ab4506f76b9b02771092c21d7c758b3bbcc6e18efc1ee28eaedee58e9d49e18edd6170c7cdc7b9dfde4673278ff77127df88b853075e71a72acf71676f7b73677391dcb94f77b83ff77de5fe9cfec49db7f0e72eaccf7217377570173fdee5fe3e8ae4fefebb87bb7ce01977359ac4fdf39ecf5d5775e2ae5343b8ebfe30eefadd69ee5f4e07f7df910fdc7f2407eebfdb723c09a6374f52e6334fd2588ab7d94a8db739cf9ab7b9af9b272d63c9939effc8933da8c3db12cfe5c953313c05f7e73cc59f5d3ca56819de8ea157bc9d9f7279caf35e3cd597ee3cf5989d3cf53a024f8358c8d3f8c8e4ed0eefe0ed4ecde6ed9ebcc9d3849fe1693aa4f334cf1af134afadf23497fb785a92b7785a77e6787b6ed5f2b4abdc78ba92db78baacffb291c5d34bcee4e92f0979fb649b79fb7f35f00e7cdecc33c0823c83867f3cc3fd089e31d691674c75e119477de219bf47f14ca3113cd3fb3c9ed9c224ef90fd5bdea1891cdee1f3fb7987e3b13c0b713acf4ae22ccf4a8dcf3b263fc43b263cce3b76ee0d0ffe618e87c0b2798817de3cd47d0f1efa6c220f9d55c1c3bc69e461ea067998b6651e961ac7c3976bf048d6253c32b0c4a3769af0a8934a3cfae52a1e3d379dc794b8c4636f5de3712d4778dcc15b3ce1b69d3c71cd34ef44952cef44972defc45a16efa4b922cf664b0bcf0683e1d9242278a73b0ef26cc15a9e6db51fcfae06cfb3ffaec173b8d2c43b8b3fcf3b5bf199e7285bc573245ce7393e4ce59dc395f2ce3524f2cebd3fc273b2b1e239c5b8f09cd9d23c17d81ccf357a33ef928a37ef122c887759ba8477b9e915ef8a411bef9a7f2fefe68f03bc5b84789e87f1279e27c998e74590e679c568f2bc5db03cdff0449edf96429e9fa73dcfefe97d9eff48262f40e71c2fe0a50b2f705b252f10d4e5857ccae3850c1bf34267137961a5685e3882cb0bbffd8d7757528217899be34591667951bc115e54d5042fdaa69517b3fb0c2fe6bfdadd9748e4dd5f94e0c54bf6f1e2235579f1dfaff112164a788f2efaf0d2cddd78e977dff19ebad8f3329b3ef0b2ee56f3b2aac779cf340ff09e091479cf8a9ff09e97fbf1b2cddc78d91f4c7839f45dbcdc0a11ef45f65f5e816933afd0c08657bc6b3faf78fa11afc4b893576262ca2bb194e595dce8e4bd94fac52b8debe5bd3a56cc7b9555c77bd5f89357a618c22bafb0e555685de7bdd674e3559a50796f66b9bc1ad11f5ecdcb3bbcbadfd6bc7a6814af9e07f0de4a8df31a8e9ce035a26ef21afb70bcc66580d714a8cb6bfeedc27b67a1cc7b177c9fd7a27a98f7be6e85d77a3c96d776ce8bd7d6b58bd7ee3ec2fbe4f69dd7e5ba9bd7edb2cceb036b787da536bccf2162dee7f1b7bc2f3a27785f4f7ce20d9c8de50d1dddc61ba9ffc91bddfd9c374af1e68d3a9ce68d7e7cc2fb66bbc89b4428f1a6b65de34dfd19e3cde416f0660903bcb96a7fdecfe405de6f1b03deefd727784b890f784bcf6ff2963e60794b7fea79cbd809de0afe376f359bcf5bfd14cbfba3efcb5b37a6f2feea20797ff123bc7fabfff89b6e14f037b52cf1256b6af952cb44be0cba812fcb08e56fdd3ec8970bede5cb9b78f2e5ef6ce5cbb734f3153d54f98a796b7cc59aa7fced1e1cfef6c852fef657dff94ad51e7ce58f87f92a9d6b7c75309baffe7799af7199c5d7f00ae36b34a7f177f30af89acb727cad444bfe1ed9337c6d9570be362d95afcdafe1ebc63af3f5a47ef3f55fbfe0eff527f1f71dbcc4dff706cddfefdccd3fc0b8c83fd052ca377afe936fdc40e29b407ef34dc8aa7c135128dfccfb0bdfdc6d1bffb0c21dfe119b41be459806ffe8ddadfca34950bed5b1cd7cabdba1fce3d927f8408e0e1f7185cc47341ee5a310fbf898636b7ccc37041fbb55938f4f72e4e37bccf984e84f7ca2bb251f34fec32717f9f32932917c4a2c844ff39de1d32bbef2e9bd897c66bf3e9f7b70379fcb6be0f33787f00526e37cc19969be105dc917325af8c2162e5f5432ceb71e8de1db2665f1ed7eeaf1edfe7ce15f58cee73b4572f82ea31ff8ae2370fe95002fbe5bd125bebbc09c7f535a967f73cf02ffd691af7c8f9b5a7c8f1821df63b287ef29e1c3f7442df03df18e7c2f9f62be57ed71be577304df1bd3cdf7d9e1cff7c97ec1f70d1ee3fbfdb5e4071e42f103c93bf941a2317eb086213ff8fc103ff8ea477e0810c70f6f4ee0df657de0df5d7ecf8f78bc9d1ff1ee0d3f6a17841f05d3e7477115f8516d06fce8274cfe3d3336ff9ebf34ffde7037ffde0a867fdfe907ff7e983e3f4eb68a1fa724c78fdf07e7c75f47f31ffcc2f213963cf8893f0cf90feb25f9a9d610fee31d49fcb48de3fc74fc3e7e3af73a3f43fe1bffe92f157e66a20bffd9d6247ef69f617e8edd457eeea337fcdc86367e1e53819f57d7c0cf7f98cacf4fc5f1f31b33f82ff4e7f8856f73f925f8147ec9f738fe4be32ffc97a1a7f8a5194bfc57c347f965e733f965af7ff3cbf9ebfcf24e7f7ec5cb2dfc4a7375fe1bcb8bfcaaf26ffceaa923fc1addaffc1afb327e8d8f1cbf56f605bfae7e90df0814f19b78e3fce6356b7e8b812fbf0528e0bfffa8ca7fdf11ce6f957ec2ff4874e2b7ab10f9ed704f7ec7882fbf73dc94ff4920e677d94df0bb8ab7f17bbafef0fb0ca3f89f53cbf95fae83fcfef15dfc01432e7f2004c51fe4bfe40f6de6f387085cfef08329fe883e9a3fa6a7cf1f9789e78f0ffee17f3b41e37f7372e74facebf0a7ee96f36786fcf8b35253fcd97e90ff336f8cfff307c09faf8be2cf2f0df0175a52f88b13c3fcdf16edfcdf5f1ff1d7b4eef1d72d2df8ff9e9809a4305b05526528c1e6dfcb02e90a9a40baebbf9c7927d8fafba540ce225420ffe98b40e1f1b840a1fd9340d1ae5fa0180208b6dffc2850ba431228a52408769c0d15ec54e812ec34691728abf0042a9187052a7f9e0854aba7056ad74f09d48a1b05eaa10881fa9f8f825dc3bd028d934c81961c4aa0559523d0ddc513e81eef11e88eac090cdfde111845dc15180d3c10182f3c1698908e0accf4360466bc0481991742606eb65b70e868bae01079b3e090e0a0e088738fe0e8dfcf02888da2008abe2e80c9ce09e0a52801f022568059e009b0d6e1027ca89b8028794d40ac321280ca850250d54e4096081650e22f0aa80ef3021a3d5b4067780818a9d7058c814001f31b4ec0da522be07c0f1070ffee10f0ed360904598602a1d5b440f8812f10d17e0a4e383d16589b150bac8f6e17588f7c129c0c170a4e69960b6c2fd0040ef65c81431f46e0f07d9fe0ccb619c1d9729cc0d1565b705e295070c16eb3e082cf90c049462c70d2230b2e1a3c12b876d40b2e8dd4092e9b8f0bae144f0baef4fb08dc4f780bdcdded05ee2124c1b51235c1cdcfbd028f2d348147384be0f98a2af0d527097c1700815f4289c0dff29720e8749b20f83a2808558815847abc13dcf9602ab8f3a75e107e524d70f76a9a2062525f10fdc8481003140aee05bd13c4be5116dc37fb27b88fdb2488bb262778b06f4390b0eb8a2041bf5890d41f2448764f143cfc6e2c4899bf2678d4dd2478345220487db02248cd91133c465f15a4c9ed12a4411c051997b8828c36a620f3579120e71828c8d52d13e416e909f28c3f0af21f44085e8cbd1314baab088ad6d504c59da68292da24c1cb5eaaa042ba5350715f5bf0ba3353f07a442478638d1154bd5a1454c7e80a6af61d11d436470beab6a409ea2fbf10d4a7a70bdeba21040d929382466b1d41e37fb568c22f099a2da4042d27a98296055fc1fb530f05ad33438276eb3c41a77c84a0f387aaa0eb7692a037c343d0b7cf4ad077ee92e0f3e082e00b8f20e85731140cd88f080627ef0b0617860543331d8291e6bd8291b64ec1283a45309a2c147c137909be2db304dfb5f609be5f79249890382d98684709a63cd20533db3709662aad043f720605b3faed82d99e46c142d669c1ef1db982a5b57cc1aae727c11f6925c19ff79382359b25c17ad30fc1df6b22a1c46f825072df15e1e64b0e42698b3f42e9381da174e12fa1f4f44fa18cd267a1ccb95b42d91b30a1ec4c82708b5a89504ee6a450cecc4528d78714cafb2709e55f380b15e014a182fb66a142da9070fbab7342a59978e18e209470477f8b706746ac50559e26547d7241a82e7153b8fb3854a83bb255a82fdb2e3472db29347aa328340ed2141abf70119ae80f088fe8ff165aca380bad92e0c26350572104681542c34d8430752721ec788d10165e238467b609118ae642a4e78610453f2944096e095157fa8598cc4a21a6cf5c88afd11592bb6b84147b0921ad1325a4ef9a1332692221eb4a82902db21572d20c84a28a1f42ebb8ad42eb950ee149330da18dcf01e1a9b230a1dd19b6d0de435568bffa4578a6695178b6faa8f0ecc455a1e30182d0512c233c27382e3cd7b5283c7f982a3c7f2a5de8141d25bc221528bc421f10ba65be11ba8ddc155e6d0d115ed7620b6f7cb929bc357945e8318c127a9d68127a9d74147acb8a85de2b97847e1330a1df828c30701b4718a29e2e0c454384a15139c270535961f86fb23042d55a1875a647187dbb4418a356278c79ad29bc477b22bc3f4312c62d4e0a1fd08d840f7ce3850913abc2c4a62861921249986c17274cf691102607e60a93377e0a5355868469f041619adb9c308385143eb95c2dcc543f26cc8cb824cc1ccf1666e9480a9f1d6b143e2f782bcc46ed1666fbb70a73187dc2bc4faec2bc7f9b84f91332c217e66dc2828b9b84454b286171c890b0e4cc0161c9cdfbc2d29b8dc2575936c2b2f6326179ee1be1ebfae7c2371ddf84550e7f84555ff385b5f7c784759f1684f5a678613de781b05e18227c3b451736183e16360e7c1736995d17361d9713366d1c12369b5085cdde52c2e60ea2b0a51e2f7caffb56f8feb691f0fd1719e1fbfe52e1078313c20f2f1d841f2a3b856daa8ec2364f5f615bfe6f61bba491b01dff51d8fe982deca8b61376894e09bb493f84bdbfb608bf1cf923ec4ff3117e3d45170e6ca9110e460d0807334c842397948423a59ac291b506e1e8f10bc2515f5038aeb24f38ae1a2cfc265d2dfcd6b34df86db84df8dd3c5af83da154381161219c18fa2a9c04d0c249bcae7032febb702ab14e38734720fc79fc8170a1f29870d517255c93b717aead670a37bcd8c27fe7964512b05e91c48508d1a6323f9164728c6873da5fd1e6960e916cfb7dd116dba322b93d3491220225529c96146d97ad1529bde3887678388b763cd929da312529da492c12edac1589549db244aa5efd22b5901591faa28f68972b53a431d725da8dbc29daa34913692f9f16e9f809453a0d64917ec221d1fe2a77d1fef10fa2039b502243af1a9111b35064b2db4e64523f2932056645a6175f88cc0a9d4407e51645e6db8a45871cb44587860f8a0ebff01259b49d111d851d141d4596888edf668b8ee71d134122ab4490d46f2278da09113c334d041f448990556122d4e14a11eaed61115aa02d425f8688302fe345d87ded22ec48ad08dfe42302596322304647044e8d8948f385228ad16f11f5355144c3058be8cd9a2286df4311a3de5cc4ea5011719ed48af8c87e11bf502812fc5e1059db1f12599f97175917d48a4e3a54896c963545a7738745f63f47458ec54aa273f820d1793719d1053fa6e8429e96e8e2356591abd44791ebeb8ba2cb5bbe892e0345a22b1b74915b9d9fc83d0527ba76784d747de49fe8d687db220fb296c88b7e41e4155024f2fa9620f2be4a15f96f7f28f22f4d12054c7f1405ca6c160546aa8842f44c45a1285d5198b7aae8ae698a28e2a2bd286a6f8528f64e8ae83e9127baffd752140fc911c5a7be103dc88b1625e4368912160d45492ed2a2a4e04ba294fa34d1a38bd744a9b20f45e99087a20c9c99e8e9ee0ba2a74680e829f857f4f4798728335b5794b53d52f48c401165bb968ab25fc88bb2ab9745d99d0451ee8e68d10bdbbda217374a4485bc5c51e1a550519191aca8a8705454d42b2d2a9a1e1515f32e894aeb1f8b5e5d792e7a15f89fbe7551198126aab89b26aa88bf29aa1c7b28aaf1d012358c99891acd0e8a1a1f91448d83bea2e62435d1bbdc0451cbcd0e51db694951bbcf3951e701bea8fb6cada8e7c4b8a8e7e21b513fdd55d4ef1a22fafab547f4f5d7b26800592e1a082a150d1afb8b86962e88864b964463dbcc4563f91cd1b8fa66d178d54ed1f7574cd104be5234719a229a84d3443ffe9bbb1fe6b744b376aaa2d94545d1dc9e1ed19c4ea468ae695934f75b52b4f056245a14fa897e8306a2df4d3cd1b29db368953523fa93d12bde64cb146f5a2d156fbe5d2e9656f010cb94ab8865fdb78bb7cab0c55baf3b88e5727062f9ac2cb1c20b2fb1e25a8078fbadfde2ed6ffcc54ac7b4c43b0e588a7758cc89775c3f23de91754abc13e728dec92b102b23616215cb79b1eafa98584dd954ac66fe4bac86af11abc72e8935ac5062cd6b0a62cd218c58abefb25807a526d63d2714eb7efa27d69b6d12ebcb6d13eb0fc589f76eed11efe5ee10ef3d7b567ca0e496d8a0c8416cd4b54b6c2c7f526c7cd65d6c32bd496c569326361b258b0f96a78acd3f3b880f97de121f697f27b6b8705c7cb4f7b6d8ca2b437c6c5b97f858a4ab187a2c5f0ccdd61543eb4e8be1aa5a62609fa61891a52746ae9e13e374acc578430d319ed02bc6db778b09c72ac54413673191d32c26bfda25a6e025c4549e97982eb922665e51100bb49e8ac50aad62f1d15cf109ff93e2136d80d8da65a7f824302db6197c2d3e75f1a5f8f4d7bf625bf329b12d6fb7d8f6a286d86e4c5a6cf7db596c6f9f2eb6f7fa2bb6ff4e173b78026287578d6247ce7bf1b9c73de2f3dfa5c4e7a72bc517e005e20b934ae20b0b53e28bc463e24baa79e22be165e22ba3bfc4ee40bad87d64567c4d9b2ebe76a85c7c8d6928bed671587c6d052abeae784d7cdd2f5d7cf31a5d7ceb9eacd8a3ad4dec69a02df68c37127b191a8bbd8024b1d79328b157c54eb1f71913b1cf8dff315c9ff1587f5100c065a7610bd92219d1946494110db4d0b3f7de7b3f76d92b2d2b229215a50891ad229499868c1245cac8e8ff7ff1fddcfbf277cf39f777ce1d004817960021213b0021efc180b04f6c40d87804209c2806843f05032236af02227cea0011fe3701917a370051ce4a8028d07540d49bcd80a8be6540343f0f1073420c88817b03623e2a00623f5301b10bb280b85e082099120548e928055c27ad006e1c3005dc386303b8410d00dc5c9900a42f680132fc5b01991179806cad16c09d37370139eaaf0139454980bbb8294041f61640e1cde380e25e16a024f005a0447c0b50328503546c22002a86fe012af765022a5f7c013cdae20e783ce5037892dd09784ab3073c4dde0ca8aef803a8c99f06d4fc8a06d4ac25029e5d3d0fa875b301d4befe0aa86b0b00d41f8000eac3a580e71d758046dd0540a3d143406b5624a0f56325a0dd4506d051c602bc34dc097875de0ed0f52404d06d6d02e846aa00ba5f5f07f42896007a59ee803ec45e40df2c09f0766304d0ffba1730e0b21730680f070cc94e01864eac0186869400439f14012349070023bff700de0b7a001f0425800f65fe80cf7809602c410ef065781a309904044c162b03267bf880c9a565c094c766c014dc16309d7f00f03de33de0875234e0073616f0f3d227c0cf2665c09cb92760deee33609e4f06fcba7307b0507b1eb028670058dcdb065876db045841e60356060e0156cfbe00ac76f600d6d68e00d61f8f00d69b26011bae44c0466d28e0dfa111c0bf633b809bdcc14039140f285f2002cabf000215aefe022ac4da02159bef00959ee60195731280ca7f2d809b03e6819b83d5805b2cef03b7aae0815b2dd8c06d7a7780db6e90806a4907805ada52a096ce0a50e79a0c50f7e469a0c1c028d0a8f907d0a85f1f687cf619d038341e68b2b7166876c71eb87bf417d0ca5004b432390fb43a700e68c58e015acb8501ad3b77036d5f2c01ed4d314007d5fbff7b0374e0a281fbb89f8007468e000f1e98011eb26b031e7e2a051eee08051ef1f3063a1d68033a7590804ed349c0a32db2c0a3f39b80c7fec2802ef66781aecb494037fdcf40b7e67340778405f0b85238d0e3cd6fa0c7477fa0e7d54f40cfa643402f3604e8f55b1378f2140fe8d3b70be84b08079eda9b083cc519029e118f01fd567480fe767f80fe651460c08fd7c073f70281e76d158117f63d005e74ee055e7c6702bc38a30ebc94ff1b18f8fc053048f52c30e8e749e0e5f1074040b70408f2d80f044ddb01a17bee00a107e94068d53320fc662910def517888c610151e40420aab81b88de0503628cbe02b1c56820ee840c10171f05c4bb7c02e23f1c0412cad38084e79540e2c74020796805481dba05a4cec701694a3780b4584b206d3215485b08073282ba81cc662a906da50d641f5f00b2039c801ce72d408ee03d90672301f2a7168002f33f40814b3e5072de0b28f9be0694da3d044a37ba8021616f8121f54ac0900f6f8021d3edc0f0bc63c0f0373ec0f0f743c008dfadc02b3eef8057c46780319e8ac0f8241e30fe7a1530beb40c98583c004c2a3d024cd649012643f1c0e4e837c094133ec06b3947806987be01af7fcf03def0f205de0cc5036ffe8b06a6ab6381e931df815915f5c0ac7f7060f6f97fc0ec10156076c90c30e7f97160ae0707982bc807e631eb8079499b807973dac07ced5fc07bc445e0bda8356001c61f58a8a90a2cbc280f2c4cf90b2c6cfe09bcef9801bc1f3a052caafe0a2cf6f702969ed102963ebb052cbf9a0a2ccfcc0556da32808f3d6781551ba1c027fd1bc06a4b1eb0e6320df80cb903581b4e07d6d577001b0a6f001b77fe6ff43bb099ef006cd147015b6ce280edf74b801dffd753a78a18d899fb1bf8b2370ff88a990fec760a01bef97c16d813a509ece97e08ecdd3507ec4d3e0aecfbdc0e7ca797057c976b07eccf4400070f4402073fcf0347769a03dfffb5048e7e7d04fce0b41df8b1e324f0136f09f879dc16f8c53b1a38b1e9087062261b3859db0f9c5cdb0c9c32dd0cfc9a9d0f9caebc029c6e69047eafb0007effdd0c9cd995019c09c7036792ea8033398bc099b524e08f5a5de04fe467e0cf2847e0cf5b6ec0f9f9b7c05f72b2c08597ebc0df7af5c0df2711c0dfb41bc03f1617818bb4a7c0a537fdc0bf6dd7816b97ce03379a9c4132ac372005a3fb20e5f527a0cdb651a0cd923cd0e6de0fa0cd7d26a02db925a0ad6225905af511907afd759086e90b90c6250390e68f3a9056f97e90567b1f489b9e00da71c90cb423fe04487753374877673148b76119a4e7b505a4f7000dd24f3403ed3cd100daf9fe27c834e01fc814f61064faa61464267807322f65827621874116b0fd204be72e90251a06da7d8204da63a20bda734515b4e7051fb467d008646d6203b2ce7600ed53ad06ed335504edfb8907ed9f7f043ae804031de46b810e1d1c071d42ab811c957e801c7749414e5b55414ec70b41cea00e90cb255590abdc3f90fbc437d0f19323a0e365eea0134047d0898fb9208feacd208ff16290b74200e8647104e864bb3dc8a7590cf29dfa063a238c019d85da81ce56f682fc375641e76d7440e78fd24017c50cd0a55e2828f0340614c8c28202530f83822453a0e0ca301030e6260842da0b829e0b07415fbd01c124db4188784310e2b70d08b144042149a920b460068469a78370ec3d20dcad6e103e671e845f9a041144b741c453aa2062a62c88625701a2381c0651cee341548757202aed3e883a9b0ca2e1bd408c04318869990c62152881d8bb6e8338175a40dcfc1b20fe016d107fc10a244c7005497215402187ec40a1879b40a195d1a0d056795058ec515064381374e5c675507463182866e9152856320c8a430683e22fe78312d2fb4009af9541a972ada0d42824e89a7a22e83afc09e87ad114e8fac759d08dcf3cd0cdc001d0cd6912e816ce11941ee304cad83208cabc3502ca2a6c0665dfba0dba830e04e51af041795166a07c902628ffc61f50fe8b6950fe7237e85eaf31e8dec4395081e20950818f045450721c74dfc20874bfcd11f4c0ca1df4c0f630a83836155452ff09546a650f2abd030195913e801e4eb8812a1dbc4095e05150e5da07d0a35308d0e3ed6da02a7520e889b70be8e9773f50f5ad53a0ba1f1850ddea2f50a3010fd4e851086a5cb8096a7a58036a7e16086afeea0b6a357202b5269d06b55199a0b68c2050a79003ea7cf11bf44af813f46a703ba8cb6a37a8cbd512d495f3bf112350b74f05e88dee12e8cdb50e506f351bd4679a05ea7bb519f46e7c10f4ee5f11a8ff563a6830e00968f0ee63d0e0921c68a82a16349c950b1ab17a011acd7e0a1ab3fc0dfab2f52a68fcc863d038f929683cdd0d3411e50d9ab8610b9ac8ec034dda4782a64291a0a9849fa0e9eb72a01f5a4ea01f002168bef31fe8b7cd07d06f1a09f4070106fd596482160d7781969f9d01ad3c8281febeb003fd9d5606adef7b085a17bf02adffbe01dae876016d7cfc0d9671390e9625c98065af2b82e51dd96085ea52b0a2a51958310d0256ec2c032b41d2c04a35c96065b30cf0e6681178cba14fe0ad385ff056f13a785b400f785b8423785b6a1578fb9969b0aad401acfaaf0fac66900456838ac1eaeb3fc11acf0f82353eee056b3a8f80351f0781b5a40fc15ae10e60edd3eb609d940cb0ce8b19b0ce9b78b0ae511658b7080cd6e3d982f5528bc0fa9ae1607dfb49b07ebd3b587fca1e6ca8db0a3634c0800d972e828d584fc046712fc1a688fd60d3e12760b37b54b0f9f073f0aecc64f0ae4fbd608b983b60abcbe3e03dcf7ac0b621cfc07b5f5981ed47bac0f6df92c00eec4eb0c31f7bf03eb42ff8408a0cf8c04755b0a3f816d8b1b60d7cc4b6157ce4de34f8c8f209b093e320f8e88e64f0311b29f818f32cd865b519ecfa3907ecb66c063e5e7b117c4284077b60ce803d2d96c19e8fadc05e176ac1de66a560efc019b077c579b0772f097cb25217ecd3a20af6590900fb26da837d17f6804f6933c0a7da3ac0678e2681cfaa8682fdfe8e82cf237783cf87cb832f2c0c82033d9ac081cb21e0c0d55970b0ee7ef065ba0118ac9e0086e4b98021afb8602862160c3b4706c35ae3c10835073082e8084669bd07a39f41c1986fd6607c402b189f9e08c6775e051364d5c1440b20985c5401a6fd3005d3ede6c1f4261298f1a007cc94a78099451c30fb8f1b9813df0de63c7e0fe679bc02f3776c060bba7e80c5be3fc1e20f256069823d58da8e004bc7ae82435e70c121431ee050a33a7028c1081cfae514386cc708382262011c91a70d8e8c3401474e2e81af2aa980af163c065ffddb088e317f028e3d79151c2f7e084e88d601277a6e0727f1fbc1c97fa7c129381a38d5431e9c1ab9059cfaf92af85aff26f0b54543f0cd537fc037ef45836f83ff826f274c836fdf9b03a7974480ef9cbe0fbe533103ceb11d01e794268173dda2c17721c6e0bb9864703e7f0a5cb00d0dbeef77027c9f720d7cbf81052eb23e0b2e723a032e6665824bda12c1a5caf9e0d2650b70f91e7770b96dc0ffaac10fe536831f229f831f4606832b0fdc003fd69a0157fdc9003ff11c003f3997067eca6080ab2d1e819f9d5e023feb2a043f5b15816bb1e6e0ba3929f8b9c753f0f34b35e0e7c4297083d76d70435b33f8c55c1db869ad1edc6254026e3dff0bdc9a6c076efd4807b7ddac07b78f18815f1ece01bfb2a0835fad3d03779d7d0bee22b480bb6647c0ddc377c06fdce1e0372c1d704fc16f70efdf37e0be8004f03b3326f85de93478e0e40278b0662bf8bd793cf87da5003cdaa700fee0620bfec87802fe581601fef8b4063c96760efc05b11b3cfee6307862f02378924b054f66e882a700dbc05fd94be099dbc1e09fb876f0dc0503f0c2fe2cf0c28d9be025b928f0522d1fbc3cb61bfcf77a03789dd500feb78903fe97ff05b2498c80c85dd683c85f0c8228806e42141e344094235f42946fd54354d8ef202a0f1f42547ed740b6780a215bae1f846ca91c856cdfde09d9de710ea2665e0151cbc341d44aca20ea7553100d99368886fc2688c63217a2b9fc04a2859142b448ff203a444bc88e413464c7a70488aebb36440f7400a257ff0ab2f3522d64679313c4606927c450970e31ccff0031aa3a0431ea8985186b55424c28e51093aa4988c97034c474ff758859ce3e88b93911624e7903d9e5c58758cd5741f62ca640acef9f83d8ddad80d8950541f65afe86ecbd670ed95b6b06b1ef1b83d8af8f421cb68443f65dfb06d9cf4343f67faa821c3e448338b61c84380e79401c3f8c428e88b110a7dfb59063ec7310d73502c43d9a0e71bf7d0a723cc01de2b1f21ee2a93c02f1446a433cc335209e0d27219e331088777c27e464e657888fe73ac427f528c4f7ed51c8a91dd690331acb9033991720676d26207eaa7b207e15569080c624c839d502c8c56d36904b8fd62181555a9020521704aceb0b0117cb4060ea18084c0b02818d3321f00e1508dafd0b041dbc01c1447d8660aa5c2098654f086e9b3e042fa140f0453b218443eb10d28b8b10f2cf3a08e51d0e42e79c87303566214cc02a8419570d613f4143d81b91108eff7e88a0fe3644949b0409f37184845fdf0f8930508144846d854469d440a23eb842a20d5321d1bbe190e80f069098c39390d8808390d87728485cbb181237730912af7910123f990f899fae81246c0a8124ca5021c97224484afb3a24554a825c93f1865c0b7f02b956360bb9952084a413bb20e9e96848fa5d6b48a6b13c246b2b1092d5d40bc9260f40eed0c62177368221b9399190bb672b2079767cc8bd8b8720f76e98430a4eb3210597c320854aad9007122548499d2da474d32948b9bc3ae4e195679047fcfd90c76e5690c74c79c8e3bbe720556c47c893bdca902719769027b55a90a7c05448f5a18790eaa31e901afe33c833da66486dde2b485d2f1c527fe725a4e1461ae4c5f50148d3f04b488bfc334887423ea4a39b067979c80ff2b2a20dd2f53b14f226fa31e44d0a06d263de05e9357184f486ee81bc35b902796781830c88de4306248d90a1280bc8885b096404930019ada8808c7ef802f9f8fc24e433f727e44b0a0d327efb0264e2390d32c9f5867c3d85864ceb8443beff1a85ccec8880cc6664417e520a203fdf7942e637e121f3412d905fc7e720bf05b590458118b2981d0459fcd404592e780259ee3f0159d14b84ac8803212bc5dd90bfced39055d94b90550b07c82a2412b2c6e143d6fdf640d621df21ff4a2e4365a1bd50b97df7a07211b350051539a8c29745a8a29a0c54b16611aa241e832ae56742959a5050656555e8e6360054a5190bdd92ac01dd4ece87aa3a294255833e40d5344550f58c11a846b40f54230602d5dad605d559380fdd01380addc10341754577a1baa59fa07aeec7a17a6d3e50fdf848a8a18911d448fd30d4e87c37d4a8ff16d4d4bc186a2edf07b5b0cb875a3a3941ad6889506b87df506bb106d4f6d63ea86d9500ba0f5d01dd37af04dd7fee04f4806336f460d96be8a1c0ddd0433f16a1873bb6401d5fe9418f3c40438f9ed2811e8d38083d9a630275a6fd823a7f70811ee3e543ddd634a0c73388d0e3a52ed013f27a500fe30ea8a77334d46bd353a8f76e75a8f7d522e8499e107a3286043d397100eae3e300f5bd7316eafbfa1af4d48f3ee819842cf40c250d7ace673bf4dcf7bfd04b258ad0cb41c350404d3d14c2034361d9b7a0f0d42c2882b40c4596dc8422d7995094291d8a82374331437550ec9a148a1b2985e2ff254209d91c28e123084a4ad90b25a59f8752181d50dadd075066742794a3ff1bca05ec870aa14a50f189875071793c54b239142ab529834a0526d010db356888870e34e4f24b68e84d276868cb6168583f1c1aae7f0b1afe6d373452a3081a696b088dec780e8d1cbc0b8dc2df8146558c41af6cfc865e459c8546fb6843e3a647a0f10197a189d65c6862d706340958054d1245439322aaa1290710d06bc832e835fc18f486ae0ff4e6f30bd0dbd96ed0745955683a1df7bf456846581234639e01cdf4f08466696943b3510ed01cf06d680e4c1b9a9bed07bd7be602342f6c165a8078032d68f185160558428b42fca0c554476809c5155ab6d3135af97219faa8321cfad8db0f5a45fb0d7d42dd0a7d92a60d7df27e3ff4e9a758684d801db4667a025a7b48165a77f136b43ef935b4bea10e5affde15fa3cf704b4e1520fb4f14e30f405b91cdad41e016d3eba15daf6e80db4ad930aed303584768cd9403bcf1b423b6f58405fdd8a81beaa0d83be6ab8007dbd3504fa1a9200edda6408ed628e43bb4264a1dd9f52a16fe63ba03d6da6d0be692fe85ba3b3d0b7cecfa0fd0b03d001e605e8fbfda9d0d16b4dd00fdbae413f9d7f0ffd843800fd5486828e6da9808ef90542c7bafba0e39137a1e337be41c7ef4440274fab4027095ba1934f92a15f9f3d837ebf7c0afabdad0c3a730b069d45d2a13f109dd0f9edf7a1f3cb0fa0bf0a9e41171c33a00b7921d0df6662e8e258257409ef095d3e7f0eba7c271abafc7f9c96dfa1a1cb6b86d0bf363ce81a712b74ad5d1d26238c826dca20c136fdb481c959b8c2e4ba8b610a838330c5ab1a30e5841a984a71046ccb9710d856ac366cdbfea3b06d0823d87662354c157a0da6be2b0fa6011987695e34826929c4c074be88617a7200d8ced3b9b09d510a3003592398c18e1098c1d52698b10914666c5301334e3c0f3301b360a6fb4b60661a4a30b33e1f98f99d93b05d91c6b0ddcd50d8eedfee30abf956983d4513e6f0f017cce11b0eb6efac1fecc0fb2ed841f225d8a1b6059893bc02cc79d014760ca8027339960c73db2a0373b3fe0ef372568179ff1c849db4bd0df3093783f95618c04e4d44c1ce3c8a819d19bb06f3e304c0fcc31461fe190330ffb997b073743dd8454b1958a0e10318e0c2140c803b0d034417c200b92530e09e6018eca7020ce1120d43568860c8da5b3014a201863ebf04c3dedc01c3b66c83119e8ec228e56418f554218c9a5c0fa3e9aec198570ec0b8ea4f60dc1b0c1877d60226f46e83093fed828974a661a2906b30b1d66998986d0d93a20a61e15a0760e1969b61117f00b0c8a3df61574ecdc3aede44c3aefe3187259e7b0b4ba4acc252a69ec05247ab60d78336c3aeaf8ec06eb8ee80dd743287656a3e8065d2b1b02c8763b02ce47d58f6d63e58f60e322c87700e967bec282cef8b02ecde902bac20ea38acd0b5085628d8092b0cff052b2cf87fbf6a0f2b32bc042bfa100d2bbefc09565cf20056b2f51aaca4c71f56baed0facb4d11e562ee4c2ca4b1a6015a13ab08aa63058c5c43aacf2ba0cac4a751fac4a0709ab824fc19e944ec09e5468c39e92d3614fb36fc1aa9163b01a321df6ac89047bf68a006bb81f066b68db0d6b0e780b6bfe0881b575be84b50d6260edf1a5b00e3e15d6712d0dd6397a18f6925302ebd92203ebfd6c0feb8b5284bdad63c1def9c4c0fadbc1b0c177aeb0e11f68d8887b23ecfdca35d8e876c2ff6661a389bf601fe44ec23ebccf817d74ad857d793c059bb0bb0b9bb41e834d99b6c3bead3f864dab3c807ddf1c0bfb6e02817dcf62c166063d61b37360d80f430bd88f8d23b0b9c87cd85c973aec77f0006cd1a805b678320bb64a1b85ad1389b075de6dd8bfb1adf04db117e0b2bc55b86c8c055cde5d07ae44bc0857d9710bbec5bb13bea5a100ae9a5c0357abf684abf540e06abf7ec3d5d72070cd295fb8d64d1a5cfbbd055c376a375caffd0e5c6f4104d7bf9f0e379009801b1eb90237528c841b3dd90937d64a831b5fbb02373198849b143e809bcadd809b3a95c04dc927e0a6c3d17033935370b357b670f3da29b8f98c067c97e102dcb25f0cb7fa711fbe075206b7ce1c805b7f07c16d8a87e076382cdc5eb7116e6ff705eec0c7c10fbb3f811fa630e08757cde18ec618b8a30408772c69811f9974833bdd3d0a77facb861fe538c18f2eed87bb189ac3dd1cf7c0dd26efc3ddb76c871fbf4a857b14d1e1de317e709ff26cb8afdd14dc17fc1b7ea64d117eb1aa091e681c090f04b6c203bbbfc0032717e1c1edd3f0cbc9cd70c0f9363804bd06873999c291b36670d4773b384643168ebff3174e881e87137f84c249ba13701257194e93ab81336ae7e08cf91a38fb7b179cb7a30bcebfaa05174d82e1623c152e66cfc125936b70e9bf727848c8697848f71b78e8b95078e8ed4078d8fe0ff0b02c1e3ce2ba3e3cd24b04bfeae005bf1aaf008f193583c72caec3632fe3e1b18d6ef038c75df0b8c93a78bcce323c5ee20c8fbf770c1e3fa1024f38140c4f283c0c4f4cd28627a508e0a921fbe1371e6bc16f8cee87dfdcfb097ef36508fc76ca77f8ed7a2378966d3b3c97fc179e9b2e86dfd5fa05bfa79d052ff8780e5e2846c0efe306e1c59b80f0e2d817f0e2b47ff0e2353f78c9502bbcd4f53abcd4d7135e3ede047fa8690fafb89a03af58a6c02b4d51f047d8cff0c79173f06a8923bce6413fbc361a01afcb7f0b6f945c82370d94c29b0f7c84372ffc8137ff5b80b7d4a8c25b0638f05693ffc7f3bd3af04e551ebcf3380afe5ac705fe7aa20afe7a231ede6d7118de1da905ef1940c1fbc4f7e1ef9c46e0ef1a33e003c642f8d0d74cf870900b7c24ed1a7ca4cf0a3eeab8021fdb1a01ff22f70cfec5680c3ed1130a9fac26c3bf7e83c367401df099e2cff0d943fef01fb2d1f039ad41f89cb727fcd7583e7c017a0dbe801f872f693c812f7df381afe8b7c257331ce16be144f87ad84bf846500bfc1f290c21c3788f902d3b8d9093b98b90dfb48c903f5288905f0420141a27104ac14508e55e6fc4e611caff92105b545f20b6ddfe855035b543a8a94311ea27e4101acc0308ada20584b6851b42e7441862c7eb3b881d0b5711ba6efb10fa2734103bc3ab113b336d110689b710062b2608432b6d8461afecff440893e32608b39a658479e25184f9430ac2bc560b61d97605b1fbf365c41ee44d8475e12cc2e65838c256868bb06d3f85d8bbd68870501f41389c2d44383c8c47ec8be845ece7fb210e5ddd8a3894e98a38f2d01de1b4f924c2191a8e70ae20228e85ed41b8461b235cbfe820dcd26b11ee0623080f253384c7b35984175205e195e684f09a7f83f0b56a43f87ee4224e4d8e21cebc8d429c25f2109794d1884039062210108c085251400415dd43005c4a104062320238e48780bb1210f0737a0874cd3e0466ad0a81fde085c0c15511f8e8d708c2051f04c5b1194149662128f35404eda51d82b12712c1fc0144b0c253111c450182533c87e06ad820b8dd0608be0d0b21825c418872ac1012c52644889b2322544a478485be428457311057cdd71131fb461131d72e21628d0b11b1c93588d8ea0544ece77644ec643d22cef50722aeab0e111ffa0991e07b00915898894862c922926e1f4324775e40a4862623521fb010d722ad11692b671137fc6e206edc9c43dc0e8c45dcc6b622d2ad9211e9290f11e9edfd888ce72444c67a3d22d32c1b910db882c89eda84c8217d44dc95ef46dc9d5346e4fd6941dc4379230ad3da1185af7a100f5e24234aac25880a4d3344c59579c463b944c4e38b7b118f17bc104f3fcb21aa73b310cfabbd110d2bb98846f8314463643da2b16800d1f8cc0ef1827715d1a41f8f687296205a2e9822da2175884ed155c4abb620c4ebe38f11af579a115d72fb10dd4f35106fde1f41f4fcdfdedfca7d41bc0d7443bceb5746f4133d110373018841ae1831546b8178ef6385f8a0f41bf1c1d01bf1f1711ce293c276c4a4450c626a3f0df1b5fb19621ab28c98fdde8d98db398f983f0543ccc74e23e6bf94227e396d462cbcd440fc7e988f583c598f58e43720562c3188d50b4b8855110eb126ed47acfdde8358d7b98ad8108622368a6d10ff145f21fee5582265542f2365ca9490f2764a4885d37f918ad31ce4e6410a728bec4ee496be29e4d6583a72ebbd09e4b61617a46a0017a9fad40aa96e9d8254e7aa22359a16901a538d488dd53748ada8b348ade8cfc81d092648bd3dbe487d7e1c72677a3fd260e73fa4e12f75a4916914d2e86831d2581d8a34e6d7224dfc479126933548337731d2ecf726a4c5b664a445a632d272b80e69f5240fb947cd12b90789475a072e23ad59bf90365106485bede3c87d7b1e210fa48a9187d5f59187abfe211d93a4c8239b4e229d1bcc90ce3f57902e39fa4897fe56a42b5f05e966f504e9914f467a3abe427ac5a922bd32ae23bdd68d91deb3af903ef67348df7a31d2776d0379ca261079ca018f3cddf80b79f6c008f2acaf31d20f2c83f48b0722fd19179001976f20cfd9ec439e3739813ceffa0f795e00455e34112103852f90410d1148e08e13486003000982c92341e20224d8188b043b0520c1011548f0032612f2761409d557434283cd9030c20212c6f882442a962291ae1548dcf15124feb016925ca38ea4ca3920a961e3486a8f0992762b1649e708918c537d4846f25e24a3ea0d92d7bb05c95b7b82e47f0523058782904283b348d11d15a438a41629b1788d948c1f424ad30c90d2b287c8106d6f6408e82e32643a1a19a6834586bf18474604f090114159c8887c1564e4f60fc8a8f45fc8a87b36c82b1959c82b4fb0c8ab46d7ff37838cbb2444c6bdf246c61f0722e3f30c90891c2632cdb61a9956bb1b99363282bced2f834cdf2241a6dbf520d3c3f4919998706456e03564d6f801e49d041432575084bc7b48842c041d4516a92c218bb46c9045c7439045dd24e403f906e403357964b1eb2cb2e2a200f978cf3ee4e3f074e4e3f17dc8a7e435e4d3d43964754b03b2761b02594bd745d64add9175d71e231b025e205f345a225f0c9f47363d6b4636ad36205bb48e205b6851c8164937b235df15d9b6bb1dd94ece4776bad7223b617b919d237f91af2eff43be1625217b5dee21fb8e03907d991f906fe592916f432e20fb35e390fdde95c8fefb11c8fe695de4b0c22c7264f1327234e136f283d669e487d664e4c75410f2d34763e4677f2cf2f3452be4e79a12e458320339d694871c177c464e3232909305c1c829b928e4d4576fe4f4c207e4773b3172068645ce425f207fc29a9173ec71e46f6b2cf20f8483fcd3f814b948d9895caa55462e7dff8a5c713e8efc3b0d42ae05a622d7b52790ebfb4e22ffdd0b44c9142aa36416b7a164c9b62879890a4aa1791ab5991f8f52d9118152b1a846a9a034515bee19a2b6ae7e476dbb1986da56f618a50a4e47a996e3516aef56511a1109a81d5bc651ba4ed528dd5e4f94de8e78949ef92e941e1e80d24bb88232d4dc84322eca42197f9d4599149ba34cfdac50bbd62250bbd5dd51561521a83d720aa83d2ab928eb1fda289b6306a8ffe73dd43eb383a8839bdb51073ded508736ed471dd9cb41394d77a29cb33d51c7b696a28e1341a8e3a973a813b70750273a2d50272686519e0bef515edf5b50de8f4528ef5607d4494708ea243d05e50300a2fc134250e710cda80b6a275017cf1c475dfa9c890a0229a2827e8ea382839fa0827f5f4081a5f128c8c4060a9aa18082e9e5a060adc3288c260785f98b41e13a1650f83de751f8a9201429ce17456e714751369a50d462368a76260245eb3740d1995751cc072a28b167074a7cad192549184149c6e450d2942f28691118251d64a0429fdaa222f6a8a222fb0fa2625c6d5031a7cb51712f0a51f180dfa84485705492c6282ac9ed162a05e28e4a898943a5feae425d8306a1ae49da50d7eaffa2aef50950d7d55a5037ae57a26e46ff45dd1ed88e4a87c6a2321005a88ca95654e6de0954e6a17454e6c55a5466aa192a6b5b072acb2d047567d80695fb440f95675780ca2b4942e53fad42e5af9e46155b57a14a9e84a24abbb25065bedb500fd35d5015877fa22a205aa8cab83ad4a3cb38d4e3d7b3a8aa2b1f514f1a62504fd165a8eadd375035692aa85a1367549d061c55c763a11a6ab7a35ed013514d3bffa09af7dd4135e70ca15af5b6a35a07d4501d385d54c7720aea65642fea95a016d5a57f18d5e5ed82ea12d7a1bad67350ddf903a8374a8da837988fa8b7ea41a8b7f769a8b7036ea877c69da877c421547fa437aaff7e366ae0de66d4e0d116d4c8d97da8919c13a8f726af51a3666ea80f379d501fee2fa13eeb06a13e27aea3beec0e457dc10da3be5016515f422fa2c60fafa2a67a6fa1a6abffa0be2b58a066062a503fb56b51f3afeb51f36f2351bf8293510ba5ff500bc321a83f4fb2518b0d9b508bc3df51cb0e5f50cbe3eba8e53f89a8d5eb71a8f5a6afa88d0716e84d71efd09bfa86d0726727d172083bb45c77035abea10fad1047472b9e63a0957f7e44abf411d15bb6f5a2b738de466f79791fbd15b40dbd35c50dadea9e8056fdb41fadb11081d63a518cd60e6f42eb3549d0fa45c568fd6511da4066196d9849431b568fa10d5f9c401be96d451b37e1d0661e9fd1660267b4b97301dadca3016d71dd1b6d51a485b628de87b6f4f882b6bce083b6c41e43ef8ebc84b6091b45db4c81d0f6277ad1f6679ea3f7dbd1d1fb394fd0072c88e803ef3cd007cfbba20f2639a18faac9a09d8b6dd12e2fc6d16e5bcea2dd8ea7a3dd7ef4a1dddd06d0ee686ff4f16a39f4899651b4979b0edacb27197d72473ada677f1ada07da86f63dad873ea595863e154a419fb5d746fb9d9345fbdbfc415f3c6987be9849475f9cef415f52e4a22fed798dbe5422450732eea18374dfa083046c3460c01a0dace1a04125fbd0a01f8e68d0df2368b0a6191a5ce883867c388f86296c45c39532d1f03dc96878f9121aa1ee8646eee5a0d11e7c344e700e8dfbf50b8dcfd74113153868e2f67134d18d8fa6ce33d0349d6368bacd2f347d8c82661eda86667a21d1cc8c7d68e62b1d340b8746b3285fd1ec6f7bd11c2201cd4d2a46f30066681ee5265a50e78816f445a2850ee368f1413db4f4ac323a3414848e50b647475cf9848e5cfe8dbecaca46473771d031145d742222019d726a1b3a0556814ed5d4425f5741a16fdeeb40dfec8c44df3eae814e27fd4367ef554367b33ad1d9e522746e7e2dfa6e7e063a4f45199d2fbc80be67f50f5d142c401797f0d0c553cfd0a5ed86e8b2b85174d9c25d7485c95774c5cfefe84a8c13baf2cf07f4a367d1e8473f78e8c7896ae827d26ef453d5fde8a7611be8a7291c74ed1e2d742d21135d7fd806fddc671cdd680f4037e624a15fd4a2d14d9aa3e866d55c74f32416ddfe7715fdea591afa35f10ebacbfa18baab3308dd5ddd8aee71e841f770e8e89e1412bad7878deee3ff46f7f5ef41f78db6a2df596c41bf2b67a38796d7d0c3f231e89140217a1467861ecdfe8efeb06e86fe12c8437f41a3d1136608f4c4db4ef4940c11fded3a19fd6d39113df3640c3df3e200fac7d646f47c20033d3f7306fd5bc916fd072b875e8a83a0570232d12b6f70e835f3dde875e569f4866415fd2f4601fdafe31cfadfbc1023e3f6042313db8f91e918c0c8ccae62647e8561e42d8c30f2ee831885a3e5ff1bc1285de062947fcf6394977662b6f8b763b6daaa62b6ab7463b64b4f62b63fafc06c5f77c7a8065dc5a8022f62d46e1760d47a6f61d4830c315a94e318ed67c7303ade588c6eaa3946ef3704a3b7b480d1f7aac0e8dfdbc0ec5c4ac318ccf6630c6d3118232c17632a41624c47b8985d7d8a184ba5bd184b4d758c558608638db2c5d86cd3c4d8d6fdc6d8210e61f6ca9cc3ecc30a31fbe30a3007a8399883d3af3187f6a8600eab29611c5b653047825a31ce9bb231c70e5dc61c0b3b8d39f6632fc625a61be399f90be34d7d8c3919c0c79cecb9853915df82399dab8d393d761673c66e3be64c611ec6eff52e8cff5a19e6fc5e5dccf9bf1e980b973e632edd876302bdcf6202259d98a07155cce5534b1880888f01c96231e0472318f0cb6c0ce42906033bd78d818ddfc6a074dd31a8a4300caa0d82412bfec6a0fb0b3198035e185cc4730cbebe0c4372adc390c86730a4ab773194dc8f187a140543aff4c030971430ec632518f62a11c33518c270bb8f6278ce0730fcb1528cf0481d4628a1634486fb3162dc0d8cc4db0713b6ac8809cfe56222eebfc14421ee61aeec0bc25c81ac60aea07660aeb42e62ae9af763ae92b531d1577098b8d5cd987805034cfc153f4c826d2f26b1c61393ac368e4995efc7a426523169233998f4b0064cfa241c9383d3c1e4855660f2c3cd30f90fa598fcae2398c21408e6febc37a614178d293356c4941db98029e74c611e8ea330951f3898cabff198471b44cc53e5ed98a7f791981a2b30e699011ff30cf518536bf70f53076bc0d495bfc7d4bd1dc1d46fdb8c691895605e9890302f16f5314d7a1c4c934b2aa6f9dd2aa6459488697d81c6b46d7f8d697fb98c79753010f3fa0401d3d508c374f51462bafe2861ba9928cc9b80764c0fcd07d323c8c4f4fa9ec2f459c562fa1e1dc3f47d7d81796bec8c790b1ec20cec3a8c1970f98419985bc60c3d91c70ccbdcc50c176562861fbec3bc075230a37eef301f16c1984f13d73063638b982fc7c630e317ae6026149531134dfd9849cd5ccc64800f66b26d0b660a558d99baef87995a3b83f97a1487f95afd0df375391ff3ed4c3c667aab036666330333eba180f9715b0f33971286f9b57f0af36be91166e1fb6fcc9f263dcc62460766f1c16bcc62b53f665920c12c67bb61561c13316b9a2698b5eb30cc5a9923661d128cd990b7c76cd8a3301b8883988d97ae987f1742b1328f07b1b20e70acfc794dac7cc156acc2483e5629661dbbd9ca00bb79a90dbbb5e53476bb231fbb7ded075635958f554dfb83559f18c36a3c0ac46a3a1a61755463b03afe6fb13bb6aa617798db630db4d5b1863eb258e33b08ac49c91ad664e00fd614761f6bde5884ddb53889b53c6986b5ca4262ad06e5b0d66a0d58ebaa11ec5e5707ac3d5e05bb9fac8eddff6a0c7b60c76dec01e07eec813077ec81ca3bd8434d615867d30aec31cdff3be3a570ac0bd611eba6dd81758bb4c4badbc960dde962ec099d7caca7f277ace70d12d6abd10a7b32d51deb13fe1deb33720beb7bd618ebfbfa25f6d4451fec19f129ac5feb73acdf6c03d6bf26061b706a2b36e0d50decc59fd6d8c0cf81d8cb33b958c0b7082ca8fc22169aa18985b601b1d0b1212c7c673a16e1a885451a9dc3a27c12b1a82612162d4263315b5cb118bdf3589c7d361607e5638938372cf1cd0b2cf9b72796d2628565fe8ac2b2e206b0ac14592c3b8181e5506e61b9658558ee77392c7f9d8c1532c3b122f954ac1882c24ad47e62252c10561a1b86957e388895ce1ec48666dfc1869d0060c38649d8b0793436dcc8051b5ebe888d501260230fbfc74672c6b1511169d82b287d6cccde426c4c01191b37d58e4df2276193c985d8949d96d894a339d814e9736ceaff39bba6d7834d3b9185bd1e790a7b23c8087be3751ff6e6cee3d89b2b99d89bebebd8db0affb0b79f9dc16664fb6333ab4ab1596176d83b5e53d89c2f26d8dcbdfdd8dcca156c6ed34e6c7e9a23f65eb901b660af22b6c0e516b6b01a852d36cfc216c7ca638b97f2b0c5ebc6d812cb6dd89298bbd8327032b69c5e837d785b1e5be1de8dad1cafc53e8abd807d343d87ad022a639fa432b1d50b89d81a24035bebf1155bb7b10f5bdf6a847d1eef886d34bc897da1f70edb1ad7866ded2bc2b60eb862dbea52b06d1f4bb01d5a9bb01d41ded88ee0086ce7ed7dd8ce87b7b0afbc80d82ed47b6c171d80edeaa562bbbf4d627b77d660df3aefc2be0b9260dfc5ddc3f6a75961fba77cb1fd5f0f63078c06b183767fb0434ed5d891be9bd8d1d535ec278ba3d8b11b38ec58fb0decd84804f68b712bf64b542376e24e0276ca0d8b9dca2261bf5a7ec77e7dd780fde6e98dfdbec1c0ce1c88c6ce044d6067867db1b3c949d81f176f607fa63862e79438d8f9787bec7cb91976c17000bb60328ffd5d85c3fec1f560178fd2b0ab4d7dd87f2747b0ffaeb863ff2d6fc1c9982be036f19fe2648bfb71ca9e5538e5a974dc96e25adc56d545dcd6dde770db2e29e2b66f52c1a90edbe0d47693716aa2399c5a663f4eedc9219c865e194ec3d10ea7e90cc569ad8ee276e81fc3e9de0dc2e9f67cc1e9c7b7e37652cee076966071061426cea0b0176730308a338cdb8d338c8fc5191d63e38c3f6271a682429c697c19ce2cf620ce2c6933ce9c628d334f3c8633bfbb80db3506c359e4cee3ac7c9fe2ac280a38ab246d9cd5a39f38ebe683381b6d32ce360b83dbab6587db3bf10267fffc11cefe4f10ce01d28c7398abc11d5c7a883b14f417e778cc0177a42500e7742b1a77d46e04e72ce38a731e04e1dc49ed380fc4179ca77309cef3f66f9cf76e3f9cf7de2cdcc99277b893afa5385f9365dcd9d2cf38bf631c9c9f570dcecf5f15e747cec7f9859ec55d68f88dbbd8bb820b2cbf880b5e5cc15ddef90d7779571d0e54cdc041b62fe2206af338c82b060e6a5087834e1cc2c11cbc7130463f0e71500787403ec4213e3270c87def71c85b781cca500387f9e18dc34e68e270d60138dc75571c7e3a0087ffa58523485fe18867077064dd273872f2031c45d70e4739ea8ba314eae068ceae38daf5011c6d5c05c7b8338463f455e1b8eb6e38defa199c40250827381088137af9e2c4162e38f1f1cb38710e1327f9bf794a3e9070615b3471e1291f7011c06e5c4472022e72b2091755158abbdaf00817d31f848b3d52888b4db8858bcdadc4c555edc5c5f56dc2c5a7a9e1126c9a70090107700977cee312ff2ae3924e2ae292f06ab8e497fb71a9ea61b8b49c9db89bca9db874df0a5cfa75122e231783cbf2fa89cbd52ec5e5d5cce0f2964fe0f2f7fbe1f29d3d71f993c1b87b415b7005d6185c41cf3e5cc1dc76dc7dd7105c91c409f760620c575cd6802b159be1ca6767710fc756708f120ee31edd31c43dfee9877b7aa01857bdf51eaee69f3dee597a0baecef422aece750e575fae896bdc7318d778e202aef1c1795c13fd10aef90219d70c9bc7b5a8b9e05a96f2706d9017b876f9705c7bce675c67fd67dccb7a05dccbe9fbb857f77ee05ecd9bff2f03f7fadc1aaedbbf0ad77deb17eeed8a3ceeddca6fdc00a71137107b1837b4291637d4771a37ec711937ccd6c00d470fe186eb6fe146145671ef3dc370ef9121b8f78dfeb8f77f59b84f5e2cdc547c3deeeb1802379d9086fbaea18ffbdeb7829b1194e36616d0b859cd53b859c629dc0fef73b81fa879dc8f4973dc5c48d7ffcf9451dcdfba32dc86b30a6ea37533eedf436dbc4cea69bc6ccc6dbc02470daf985d8957baf4bfeecdf8cdc67ff09bcdc8f8cd2f87f12a9c53f82d89c7f15b5bbee0b759eec2abfa06e055cbe6f06aa8bd78f57d58bcfad4085e631a80d7947984d72970c6eb2cb4e37556dbf03b62faf07a7a39787d581b5e3ffd2bdec072016f708183370a3b8c37fa46c01b1f48c71b0bfbf0c6539d78134519bcb98b3a7ed7be6cbce5e0147ef73e2dbcd5ed4cbcb5893dde56e303de76cc18bf177e05efa05780774835c13b9482f1fb832fe0f7f71cc73b0664e01ddb5bf047764af04eaff6e09d6765f1c7907bf16e5e27f06ef381f8e37d03f8139786f15eea0d78df9a2f78df5907fc29bfb3f833f777e3cfb63dc7fb696be2fd4caee3fd9f1ae3cf6b5ec29f7720e02fc0d3f14156aef82049143ef87a18fe72c3221ea0f4120f70f7c303d8ce786063281e8231c6430df4f1b0a37d78984f011e0642e2e12a07f17067091e7151178f0c6cc7a35253f0a866333c3a008bc72a6dc7630d8978c254329eb0fa0b4fd43b8527c19cf0e48357f1948397f014e4033ce5cf1e3cd59284a7cedbe3e9a17278faf7723ce3f2133c932387674de8e2d94ed7f06cc2633ca7c71ccf8b0fc20bce78e285c06b7891220f2f7ae68e172b1ec54bec5df1d2c5c3f890e6367cb8a52c3edc4a111f9eea810fcfa5e023eb83f1915379f82b37ccf157cb06f1095a1c7c82ff003e21f9143ee14f063e71f32c3ef1c0257c720e1b9f2238834f9d85e1afb968e3d35c93f0d73945f8eb4f7fe26fb4a9e16fbf21e0d37358f88c1bb5f8cc1a263e8bb5039ffdf03efeaef1123ecfeb24fe5e0f0b5f38fa137fff6b32fe01f716bed8c4175fec978d2f6137e0cb7cccf165feb3f8879a7af80ade2d7ca51306fff8ea10be5ac7065fd3608aaf735dc4d7e163f0f5f1f5f8fad1d7f8e75d19f81787f4f0cd8f83f02d87bcf1ed077fe3dbd34cf09d9dd5f897ebb7f0ffdf317cf7b63c7c77b11dfe8d7a3ebe775b33be1f688c1fb0bc811f0892e2877e1dc70fff2cc27f70d4c47fb4a0e23fded2c47fd251c67fbae381ffa23f83ff0296c14f9cafc14f1e49c24f9ec6e0a73e08f15fed9cf15f0b03f1dffe1cc0cfcadec5cf1a3ec0cf8e34e27f482af13fb2eee37f6487e1e77297f173755bf0f36907f07fe242f08be951f8c557b9f8e5838bf8e59f7af8e5956df815f40c7ea5a902bf11fa05bf519e47d874954b5012461194dfdc2628bf3f47d8ac5f49d81c7086a0527097b0ddb785b03dfd2a617b0b8fa0ea5c43504d9f23a8f63912548787086aa25e82ba412141336286a0f5de9fa03de04ad0094c27ec10fb13742f9308fab291849d97be137696ea118c081a04a38a7e82b9733961975b3dc1b24240b0acd724ec46ed21583568126c367913ecfc43097b83b5087b138584bdbf3208fb8259847dcf3608071e0e120e8c8d130e0d3f221cfa8223387e0b271c518f261c419e231ce1b00847227b0947dfb8119c795e84634c36c1e5a61ac1ddb99a70dc3690703cf531c1a30c4df068384bf02cea2278dd8824783d332178db5512bc497709de2560828f5330e1d4fe09c2e9577709a7df8809679db4087eb271043fad2982bf8715c1bf7695e0dff492706e788570be7a8c70bef52be10275857051469970f1981a21a8448b10f4a38b10dced42b8fc428b00b8694b0096a91160b8af04b8730a0131ca2120d5ab08c8b703048c6b2f015b4e25e0d22709846b5e04621f8d4072794a205d1c23903a2c0964ab3c02799c4ba0f87611a8bf0c08b4ade7096cfd4802fb9019810bd12570e72308bce4688290b19d2014ab1084f9a30451ac2541ba624d8854cf264406df2344926f13a294aa0851fb0e12a2ce2b10aeb87611aedca9265c29394fb8b26147b8da994e888eb84b885e9d22c47b2b10e2119584e43c322125fa3321a57e83705dc59170f38032e1d6e61cc22d7012e1565e0921dde10a213de72d21839a4ec8348b2064262d11b212b308d9d9a1843bcb9f097731ad84bb733d84bcb25c427e4c28a1e0ff7c166e7b43282ed84528357f46289516111eeae6121e0264080fd196840aa41fa1a2528bf0c8be8250d5594f7832d04e781a7596f074fa28a1c63e915017ac4aa82b69273c3f3a476864be24bce85421bc782525bcd2b122bcaa5121bc2e794de8127e26744f0710de64ff20f43c43107a479308bd5fa2086fabff12061eb812061afc0983bc52c2607a3a6124ec2661a4ce95f0fea29430faba83303a4c247c38d64df8b07e9af0f1f175c2a72938e1735c10e1cbd19384f10f2584f1b16ec264bd2ae1eb8f25c237ee65c2b7c255c2b76a36611adc49f83e5b4098dd1f4b9823bb13e6f87a84b9225fc2dc879f8479d51ac242d077c2efdd04c2ef47f284452093b0a4d347585af0232cfbd613fe261811d6e7be1136400f8832bb2289b2af9844b93d60a27cef39a2a24d065169fa3e71cbd163c42d4467e2b6fd8ac46dc7ea89db482bc46d3c3851f58117519d6442d4d01c206aeed841d434f946d40c3c49d404ba10b5de6e226a5bf089da53ed441da11251173c44d46dc011f521c5c49d573e1277ae99110dc2f7120d4a7b888605d544a3870ca2c9cc30d1dcc998b8cb9749b4bce740b4f26e225afdbb47dcd3748168bdc789687d668268e30627da5aa8106db35388762def897b215ca2fde60da27d9a07d1fe2e8db86feb55e2a1635f888732b589879d7f138ff4de231ef9a14f74fa6948748edc4b74d17b457479bd4074bb9c48748b3f473cee20433cb12d8b78e2f231a2c7750ba2a77203d1b3d597e8bdf518d1fb7d0bf124ef38f1d45c16f12c4186e8e72e25fa618389e7a6ec88e745b1c40bbb9d89179ec7112fbc97275e5447100355e28881f1fd440063920818001341013a4488da3411ea2224c2097f8808b36422e2cc1c1159708488ca9824a295758868e79744ccb103445cda3c11f7a2924888cd2252851788d4043b22cd749d486b772232cc6d88cc213a9195b08fc8ca2413d97267886cb717444efc22915be94ee476f91279823ca250ba9d2822bd278acdea89e2a06344712e88282958254a21878952c24b62985a173162d70b6204d897185191498c3c3d438c8cfc478c8cd7254645f713a31f638931b14862cc3886180bdd498c456e21c639dc20c6751f24269b3e25a6dc5127a6fc8821a606d288696af6c4b40b5b89d7c72e126fd43b106fdbba123389146226658998e5788498ad6b43ccd63727e6cc2389b9e7771373c108625e6e2531ef6e0731affa20f11eb88358982e221605eb101f3c92273e781d4f2c7eb89758e6524d2ca77f2456debd4c7c7ce130f1a99443acaecb25d69837119f299c21d61ad188b5c1d1c4869014e28bbc4462936c2cb1f9601fb165fb0562cbbd58626bcd4b62a74623b1d32085d889ef27beb26823bebe3b4aec66a711bba37a893d2af7883d76cf883db32f897d6961c4be2534f19db323b1bfdb9c38f0670f71283a8a38f4fe2b7124bb86f8fee445e247ee14f163dc47e218a89e38f6fc377122683f7102e4479c3ca641fc8a09214e7ba511bfbf0f23fe14ab107f557e23feea37212e509c898bdc62e2928a077189984c5c0ed420aea8191057761c26ae046b12d7b7ba13d79142e2c6d63ce2c6c714e2bf182269d3a69da44de1fb48b2114524b9194792fc090e491e69465270182229b45e212922e5488a5c1c49712c9ea49417405206ba91941348a4cdf7702495cb62d2ff7f1f92ca172b92ca782369cbdbf324b5b244927aac11493dbd97a469fb88a4e51d45d28ad52269d59492b4eb0a483bb8f324bdad4324fd691a69a7721269e7597f9211aa8164724b4232f99d4b32fd5b4d32f3502699212e91766567922cd0be240bac0bc962ed376977580669f70d25d2eefa0c92150848b27ac226ed093b45b2beec4cb2fe2a20d9399e22d9892249760d3492bdbe2b699f9113e940ce08e960b119e930a18f74443d86740cef4f72a91d26b934d7935c1fba91dcf40e90dc7d5f933cbb79246fddbda493c7b5493e97ef937cee68907cdb4248a7980748a7b7c6934e9b3e249d71f0279df350205d508b2305fe5b2505bd7a4c0afabc460a56bc4c0ade5d4cba7cdd9204dc7b8d043c7080048cba460229f59040461f49a0040312a87d9804b1e093208e8324c8782d097ae113093abc8d84b05525a112f34898ce3112bec49d44bc3248221d74219161d624f24f7f12a5d49b44854793a85c25123df72389d15441620c1f22b12a0f93d85647489cde7912676699c44b7d4a12756c90c4c3de24c9e5b32449a1294952f285141a37440a079c27855fc19322b0585244c216d2954022e90a9d46bafa722729dadc9614bd0b438ac65a9062fe7e27c50565911212264989478e90929a0b49492ffd483710fb483786ab49b726d9a4f4a2f3a4ccdc2552660992947d7b8874c7e825e9cec772526ef505d2dd5fdf49797e074879d75548f92616a4fc6b71a4fc0101e91ed69d5460fe8054d87c8e54d468477a703684f420229154bc8b432ab9ca2095f427914a26f348650e6748659e45a432c800a92c4781543ef38154716a8854c158253ddafc865445db497a12a94f7a4a5324555b3d24d56ccf24d52c1d263ddf3e4d7aee40253d3fff94f4bce923a9c9b994d4f4ed19a9794f21a9f9a02ba9b998476a5ea4905a655649adfb21a456a83aa93d0f4eea60fdaf713be915ab84f4aae32ea9ab0a41ea9a1a22bdf1e2927a4c94487d69a5a4be0d5752bf2d9ed4bfb8401ae0fe240d9e8d250d6d5d270ddddc4e1a3e7295343c50411a958d268d1a8692461bb792465bc2481ffebf0f9f501aa44fdccba4b1f60ad2844f2569e26b256992904f9afcd440fafaaf84f4ed872e6936f718696efe08e9f7370a69e9e759d2d2823169f9ef3dd28a0681b452374c5ae9f84e5a992d25fdbd68435adfdf4a5a179991d67bac481bd859d23f37325976530e596ec2942c37674796e730c9f2092cb2d29e62f2e6e0bf64956bc9e46dda43e4eddeca644da71b64ad1a10593b5981bce3a309596f4248d6b79e25eba39064fdb54be49da422b2a1c21fb2a1f823d93836846ce280229b5afb924dbd82c866364cb299732ed9bcc2836ce9cb205b9ecf24ef610e90ad83d3c8d67715c8365ee7c836632664db0b77c8b695e564db896cb29d4220d9a1691bd9e12590bc6ff60ff9d06717b2a3d201b2e3d525f251c52fe4a39f60e4a36b05e4635119e463cde36417d206d9657037d9751e4d3ebedd8a7c3cc58bec7dfe0cd93b91433e39e546f681f8927d15f7917d898564df4f50f2e9c7b7c8a77b7790cf6c7b403e0bce209f455a90fdf6f490fd4ef990fd0938f239701ff9c2a1a3e40b4d06e44b478ac897927f92036fb790832be1e4e0fa0c7270f35ff2e5d85432d853890c31129121cc3a3234699a0c7d4321c36382c9f0d88764c429291931e34e46bed820a3dea893d155bbc8e8f77a644cb0888ca13991f1723032feb02a99f8b69d4c66ff2393a30f93a946a964ea502d99fa7d3f99b6514766a6a69159b229645648389935694ce65c1491b92dea64ee7c0399f7fb3899bf9243161286c8c26bab6469d46fb2b4ca9a1cf2ef2f39a2ec0d3992f98e1ce5f48a7c258344be52be448e76fb428e598827c76a679213b41e90932e049093ca44ff6b22270f7f20a729d490af8ff491afff0b25df02ce926f2fff25675c4f24678caf923377ad9033ef8e92b3e0fde4acae64f29dd46072cee525728ec8949c532047ce59fd4cce05d0c879a930725e851639ef9d3c39ffdd34f981df2f72498b1bf9a1be03f9514511b9ca8e41ae3aac437e127f83fc34fc39f9695616b95ade99fcac289d5cdb8621d779ac929f934f939f577c27374ccb911b8fbe21379666901b47e5c84d683eb9e90781dcac60496ee944935bedde915b2fed25b766c2c9ad2b8fc8ed2aa7c8ed45bee48e6ff6e48ef92af24bca08f9a5e422f9e58f1de4577e9ae4d7bd0be42e6035f94dd827720f368fdc73678cdcdfbe4aeeff8a270ff46e250ff4a1c983980ef290661af9e39928f217a310f297a9cbe4c9526df254e13ff28c0a913ca35141fe51534bfee96e48fe29cd20ffbc739fbc20f1272f7a2d93971a93c8cb8c63e4e56903f2ca413ff20af62479236d2ff95f7c2e45f66f25454e3b8f22d76e4691b7b0a228551ea16c0e69a66c33f2a6a87ecaa5a8efcea4a8d7fb5334768d50b4daf2283baea95374312d14dd3e238a9e5086a297bb97a2afa441d969f63f0b738a81ca098ae1161ac5f0fe2e8a112689624cb94931fe8ea2981877504cdbce51ccbb3a2816dfbc2856822d146b3712c5fa8b36c5c6ed36c5669841b10d74a1d88d6ea6ec538552f6bd93a1ecf77e4039002ea51c98f5a41c8adc46392c7f8072d84b8de2b8f30fe568e637cad127fa14e7c01d94637b989463c2318aebeb128a5bf80b8adb2f3cc543268be2797188e21d5c4639b9698e72f2ea04e564e6438a2f6686e25bd74539937b9f72a67117c5cfe030c5cf2a95e23709a2f8e7dda104ec50a60470a22801e52694732545948bfa14caa580224a60f3454ad0210a25a8ee1225587f1f05b0b495025e6aa540504728307628053e3a4a41fcff7dc86bca14d4c81f0af6863d05bbb69b82ab58a7e06b1c2984dd0c0ae1d63085586c4c21917329148b87144ae41b0a551940a1a76652e8bf77531807ac28cc97c114d6954e0af7f7790aaf7433851f88a7082fbca0888ce628e2bb2614f16c1745c20aa484c2da28610c0825fc621f25fc890be58aee5f4accc03825e6933725366a961277e00f25ae649692e8b09b92388ca524d79453521c6528295d13946ba6be946b879529d73c472869eddf29d7697f29d7bf5a526e7c19a4dc0a0651d2e39e53d21b1e52b2e72b29b945024aee873f94bbf79c2879280a258f1748b977629e52a0134d29b0cda33c009da3946cba4f29d10ba1946daba19459a452cad28494b27bde94f2453ca57cf927e5616f36a5729f27e5119246796cb497f2b8c38e52d5344879626d41a9ee62536ad9f729750a772875c1004a1dd68e5217c1a7d42b8651eab79fa03cbff194d238bf83d2242f4b69820029ad7f7a281dda3f281d6307299d6daa94ce9922ca4bc918e5e5a02ca5cbfe2ea517ec4ae973afa3bc75cea2bcdbb78932986d4b79ff3083f27e8843f9787b9cf2e9812d654cac48f952709332795d9532f93a9632552743f9ba42a47cfb974099e6432833e7bc293f2caa28737655945f0d0b945fffc2290b1fd4287f4627298b27d629cb26959495803d94556f35caea880765ad6b89b26ef095b2de40a76ce8cc53360458cabfca39aacc6f03eaa62fafa9b2283e55967b812a4f4aa72ad8b8531570e954a533f65425e033aaf209085525cf90bae5d567eab6175fa86a0707a86a3e4e548dedf9544d85cf54edabbd54dd866354dd0e2655ef7407552fed23552fff2975272582baf3ea01aac1ee35aad15501d5c4ea10d554d3986a3a3e4c35b37b4d356f384cdd159643ddd5104cddd56441b52c394dddfd6c966abdd38e6a7d37986a937d8e6a9b09a1da963853ed8e2c511d9e04510fdc2ca01eea44529d0f7b505d7e6ea1baba3fa2ba5efc4375cd36a6baae60a81ed1f654cf7517aad7088f7ad25299ea53ba957a5a644d3dabbd877af60b8bea4f30a5fafff0a00698ffa25e50bb40bd40d9a05e0acca55e428ba881965ba9817915d4c0fe6ceae5da742a446b860a7dd14745b8255191b18fa9c847e554d427652a6a3a9f8ad60fa3622e53a8d8870fa9782f06159faa4225b8fca0121a1f5189110fa8c45e31953ab9854ab3f0a6d28a64a8b476732aed7328957e6207950e3a4aa54bae5019234154969f22951db48dca4150a99c50329507e9a20a8347a842128d2a567c42153f54a14a08ce5449772835a4ca8b1a7a1f4e0d4f7d4b0d7f90490d6fba488df42ba54657af5363027ba87103606ad2413235b9c2899a72804a4ddda94f4d85eb52d39e0f526fa534536f87fa5233b2cf53b3df7fa7de592aa2e688c2a8779733a80519efa885b967a9f75f54511f5880a9c5ee606a49f82e6ac977436aa95e07b50ca5462dbff58dfad06d925a8195a3567605531fe95ca43e0ec5539fca1da03e7d14427dfaca90faf4e7596a6d433db50efc81fa1c23a136b812a92fd21e509b6adca9cdef37a86daa85d4f60e3eb5a36317b56bd299da7bb48eda5f644d1d30a8a20e3cb1a60ed65da00eb688a9835f8f53873de8d491ed9ed491b47aeaa85a1c7514a54efd90f291faa53d8a3abeff3d757c31863a191f409d1c7e459db668a47e176b5067b487a933d239ea4c8180fac32589fae33e93faa3fa1af5a7e66dea1cc3893a579e4c9d47dca1fe3675a72e71cf5197f8c7a96b770e50d786ee52d7f523a9eb0f9ba91b5322ea3f8b63d47ff567699b0270345953184d5e48a7c96762698a012934a5278e34a5196fdae6e3e3b4adf172b4ed6a1769aa72429a6a42214ded079da6797f274d736c94a6c37c45d36b7e44d3dfe2443338ea413300d1680611309ac11d7f9aa1a73bcd90f495664899a719e579d18c1a76d34c96e269a6a5749a99f920cd7c732a6dd735459ac5eb5adaee170534ebfb6534ebce5734eb95db349b456b9a9d5c3fcd6ec69866b7f89cb6cfad94b67f0b8876e0d408ed608e2eedf0fa7dda114003cd49239ae6a47797e674ea1fcd59c38ae6925248730dbf4e730f5aa7b9e75fa0b9ffd9a01dcf794a3ba1b983e6e93a43f3f4a9a379214b68ded833346f26917672df28ede44c2ecd47dc44f35985d07cb72cd17cad8a68be295cdaa9f02bb4d35e96b433903ada990928cddf5c4af32f3c45f37ffe8216a0d1403b671e4c3b47d1a69d8bbd4a3b6fcda605da29d382e5e0b4e0bb30dae54d51b4cba607699721781a4cf6230de67386060f6da5c1ef31694859180d7958898686c6d3300e05348cd7111a0e5a45c3ad77d3f0315f6844008d467bb98dc6d0eea43175ab692cc7581a8bf187c61656d2d8b98e34ce95181aa768178d33b299c6db26a20937883489fd719a74da9616b24d4a0b451ea085d190b4f09923b4081c8b1669f1bfd3645a64ec342d6ad48676150da0c538eda0c55c0ea0c5467ca3c557a7d012e4d469493e625ad2f563b46be2dfb46b8f4a6969bbdd68d75f99d16eecf5a7dd6056d16e1edd4fbbc93a494b5700d03216dfd23229ff68997d81b42cae1c2d7b638d7667ef1f5a4ead012d9782a0dd3d5447cb0b89a2e51f31a5e543dfd30a366c69855ba9b4c28957b4a28018da03fc665af1762f5a71b00aad44af875602e7d14a89bf68a5a9a3b4f2b85fb48a908bb4c7d1df698f6f37d21e7f7b43abd29aa13db93f41ab6e49a33d73b3a33dc3bca03d7baf45abefcaa53d577c456bf013d31ae0f5b406de20ad617a2fad616582d6f42194d6cc6fa635bf6da5357fbd4f6b910da0b5e4bca1b5bbf6d03a48125ac7540aed65cb16da2b5505daab6914ad6be71b5ad73e3ead2bdc9ad65d28477b433a44ebd1db4feb39e445eb7d7d8dd6779c4aeb2bbb4c7b7b2e83f696a2467b676c4b7b775c93f62e7c85f6ee9a336d40df9236f07e8336bc46a78d94cbd3de4bc269ef2beb68a32759b4d1cfbf681f58df681f7b52699f744b699f9ebfa27d9ab6a37dae7e49fbfc61903616584b1bebff7f1d48a48db78dd126b66cd0a68eeca64d1d63d2be41cb68d3d434da7799edb4efeb6cdacc2281365b2c4ffbc97d419bf386d37e5da2d216320fd37ecfefa12d3d394a5b6a7d495b3ee5425b7981a5ad9abea7ad59c0686b959eb475fd7ada06c899b691d444db687b4cdb5868a7fdb3a7d3fe7d75a4cb9569d1152bb07425ad6afae61903ba4a513a7d2ba49dbedd0944dfde3444d7d85f47d768ff45d79897d235cb6ce85aa920bad60b35ba36154cd7961ea2eb2a8cd3757bade9fa27aae8fae90974431953bad9c52cba19688cbe6b2b89becbb690bedba3976e65a74fb7faa642b7de1a47b70e4ca75b837ed26dccd6e9b65423ba5dc638ddae37926e37134ab75bdb47df2b49a1dbc700e807325ed20ff375e9475c4174a7f83cba536f07fdd8f404dde5ae09dd3d688dee3e77877e1c28a27b9a4ed13d2977e99e7d8374cf8d69ba17ac94ee1db04ef7dd644cf765d7d27ddbb074df3fb7e9a70e94d04f4b45f433a2cdf4b3c0a3f4b37f3de9fec60b747fb626ddbf8c480f5018a4075cbb4d0fa8eba29ff7a4d2cf1364e9e7c333e917cda8f48b7b2be817ef4fd12f293bd22f25c4d32fe51ca1075ae4d2037fc6d383f253e8c1bf79f4cb41d374e0152b3a98134e07b7bfa4237f37d3d1a15e744c50091d33788b8ebde84bc73e6fa313c0443ad9f037fdff072f9decaf4ea7167ea0d35ae074bade553ae3823f9d71fb2d9df12893cea184d239cffed2f90ff874c1637dba701641176757d2c585a374c9de61ba5429892ec54cd3a52d39f41097687ac8db027a28ff243d0cfa821e6e72941eceb6a35f99eaa35fbd10498f915fa1c704cdd3e33f3da3272cfca1272ccad013bbade9a97bded3af9980e969a241fa8d361e3dfdf8223dfdb2173d3d65173de3570dfdce4e183dd766849e5b0da3dfbd7d909e7770273d0f4fa7e7718de8f993fbe8f7eeefa117b4e1e9050bc7e9459301f4073eb2f4d2a11df4f2f328fac3643f7ae5b427bdeadf18fdc9e116fa13e45ffa936f33f4a70a4ef46ab36df4ea93f6f46a7426bde64c3cfdd9a969fa33493dfdb9750abdc11d476f389e456fc06ad05fd0ced15fa470e82fc6e3e8cdd70fd15becd6e92dd9c9f4568d6a7a9b893fbdedce4e7aa7bd2ebd73f117fd658494de55aa46eff93f4fef3697d1fbd7ace883d55fe9830d0ef4a1d866fa306183fe9e6b4e7f9f7782febe2c98fe41fe3efdc3096dfae79736f42f3b7ed0c7e5fed2c79d12e9e32783e9e337eed227ab16e9d3c6eef4ef1350facf12127d5e7699fe47f103fd0ffc0a7df1168cbe7cd394be5c15425f51e4d157daede87f1ffad2578dafd1570fced157c1d5f4b5b35ef435960a7ddd6895beee7a8fbea1534adf581b66c878231932f50a0cd97d010cd9773b19721ddb190ac1e7190a2d5286a2e2168662f149865262054339e52b63738122638b4d3f63eb013263db356586aa1e84a1fadc85a10e79cdd0a8fbc8d04c90656807b8337436d53176845f67e8d1d718fa9eda0cfd07310c839fbb18462faf338c87c10c93f44886e9f54586697604c36cf92163579812c3b27f1b63b77c12c3aa6e82617d7d9861fdf01cc3baf20163af3394b1776888b177c382617ff325c3befa2bc3a1750b631fb79ab1ffe219c67ebe0de300348771f0dd53c621ab1d0c47ef5ec6118b34c691e824c651ab4ac6d1f04886f3174bc6b16b810c57389de18e3ac9f0c647327c3cbe327c7ddb18be31f58cb30f8e33ce96b931fc04860cbfe4af8c804bc98c802b268c80e6db8c80993d8c739241c6b9123ce3d2b92546d05c2823f8e43ec6e54a1e0350ddc300fe2033807f510c90d88201f5c43360c9db1828ed530c54b93b03a339c5c0fe7f7eecba1e03675fcdc03db464e03f8c3388944e06517c8d41f2d56690de5631c8c5f71934d811063d2e9bc118f060303e0631187347186cdf2d0c4ea423837fe72c433c7182216d4133422f1531229cb73322a2a31811f9ed8cab59938c98f97c46ecd6cb8cd88c0446fc6b45464ab303231517c6489d0031d254188c1b8add8c9bf6d68c9bfb77326e1e5060dc2c4b65dcda2c66dc6ab165dc7a1bc848dff196917ee912239df9889189becab8630e67e4f45f62e40c8b19b9bf388cbb8d071905f60e8c02ce5746a1950da330c18371df3b965194b39551d495c578d0fa81515cfe9d51dc718151629acd28bd19c1286d8b65941f1132aaded5339ee0ac194f1f1219354a2d8cba4e31a3de218dd1f0a186d17816c368a4fc6634c6b4309ab6e4335a77b8305a5d8319ad2263467bcb7746a73592f1b2fc21e3958e90d1dd8a66bc518e67bc815e63bcb98665f4a97532faf0a719eff6de67f40fa218436f498ce1a7e58c916d218c91893b8c917fdb18ef27098cf7bfcc19a35a728c8fe5de8c4f3f8c189f167f313eab331863cfd518138b28c6a4ed3c633a508b319debc99849dfc698bd14c4f891a5c5f899bbc0988fe865fc32b361fc72bac3588a7cc458d959cff8fbb395b17aca99b1fa7b83b15603676c40763365ab8799b2cfad9872cff633159967992a56f5cc2d7b3e33b7467e656e93dfc5dc669ac854df95cdd4607f676a541531358fdc666ab29599dac6c7993af5cdcc1d5c3c73c78f2b4c3def5f4c3d8180a9fff7247327c29db913cb60eea4ed661a4e1c631a2b6d307769a432ad76df675addd4675a5f2031ed261a99f6723b99f61e2799f6440fa6432487b9bff303f3e03c9579d8c99ae968ebcb3c72c79ce9a47787e9b416c174d63ece3c260863baf8e9305d83b499ee9d04a6f7815f4c6f440cd33b8acef44e7bc93c19c566fa788b993e1fc2983e4bd64cdf920ea6effbebccd3c7fc9867c8f34c7f891fd3bfff2af3c2aeb7cc0b986ce6a53f0799c1e924e6e54fa94c40339909c4b398606e2213b699c784894a98706f65263c4b8689582961227dd299a8274d4c74d91813a395c1c4179631896ba34c12ba9e49d6d367528bd399b4b84526dd10c1a49ff66632486f98cc13934c96920f93e595c8649d9965b282b2992cb80693ddf696c9531a620a3efa3325d25c6648ef796628e31d33943bc18c387396191560ccbc223bcc8caeffce8c797b9f1933afcc8ca53d64c605bc65c655c933e3c60399711b3b98f1ee9798f15d1f99897df5cc24e52c66929f3933e5ee6f66ea6d26f37af037e60d7314f3c6d5c7cc5bf20ecc8c99ebcccc4e0d66365dc8cc4e3ccdbcf38dc8ccc1629979ce2066fe542ef39e4e0db3c0eb2db3d0a8955938e3ccbc8f16311fc85e673e580c6796e8d6334b60cacc929a7266c98c2db3f4e05766b97b31b352e10ab3727f29f331319a59e5eccaacca5b6756cd66319fde8960d6e4c399353fa29835ab4799cfea4a98cf9dea98cfdb68cc266f22b3e96514b3597627b3f9a433b34dff07b3ed852fb3ddb881d94e7267761427315f6d516276995e637641a2985d5983cc1e8b6566af0396d94b9a62f6ff5f9b0307159983f7bb981ff5e0cc4f6ef798635613ccb12a7fe6971b6f99138e38e64c128d392ff461fe869731ff4cea3117bbbe3297a65f3097815eccbf2389ccf5893196cc63286b53982d4bf63b932577f8164b89f98fa5fc10ccda5a7b8fb54d5689b58db487a55eabc152efd9cd529ff762696d24b3b483882c6d329ba5f3a78fa5b3e2c2da91a6cbd2551861e9a9afb2f4ac9a58fafde7583bcfc4b28cfeee6699e0cfb14ceff9b2cc3c812cb3e71296b94226cbd2d98765c9ea6459d627b1ac4cad5856096296cd217596cde7ab2c3bf728d65efb44d6befd55acfda7c658fb0989ac03a1e9acc3d6932ca7c72f59477f56b39cc34eb28ee90158c7b00759c7be9bb25c522b59c717c2591eedc3ac93c9d52c1fca0ceb940b85e5377497e5df92cb3a4733619d934cb02e261f67059ee0b282f33b59973765b22e9b4a5800535d16e02087057836c60266f5b280e5f92c90c31316e4fd0116d4748505733acb421afab2d0097759182a8a85f5f8cc22c4d5b388dfdeb2c8e2311639c38a45f9f48e457f5dce62711759acdb612c56e141167b3b98c5b9afc8e28607b0783be82c81d6769600f88e25746d620907b359228c1c4bd434c10af3746545201eb32277dab0a2129b5957bca6595735c5acab49cf58d1b56c569cb180157708c58a3b9ecd4a04d6b392777c6025db68b252fe0cb1521daa59d7ea3658d7ba6358695bf3586990a3aceb2ad9ac1b9788ac5ba6daacdb2725acf4c399ac4cb95e56d68e1256b69c332bfb7e23eb0ebc9e9503a4b372906dac9cb948565e8b36ab60e02bab0895c67a907191556c4e6095a8d6b24a2eceb3cae4b8ac320a9c556ee0cb7ad891cf7ab8dec4aa38b7c8aa7864cf7a24fb8c55759acdaa020959d5379fb16a0df459b592abac66998face67b42564b4207abd57037ab0d35cf6a8faa6375446d6175f41d67bdc24fb2ba2e14b17a141b593d8e27593dee26acde191eebadf70dd63b623fabdf80c4eaaf96b0fa6bcb59437679aca195c3ace1f936d6f0ea77d688ee4ed6c8a164d6a8460a6bf45706eb430787f5d9f6226bacde84f545469ff5e55f2f6bfcaf98355159c79a5841b1a6345c5853c659ac6f5d6dacef821cd6f7aa52d6ec6915d6ec4304eb87cf55d64fd635d69cce3c6bfe378935ffe7356b7ec58ef567e729d69f7817d6df8902d6eaa769d69a641b6b3dff076bbd6b8cb5e17f8ef5ef0e82bd697680adf0768dade4bcc056fa91cf569693b0951722d89b371bb137c37cd92a91aaec2dfb4dd8dbf414d8dbc739eced13b26cd50853b626c493ad85bdc0d65a42b3b52d1dd93b0276b07756df65efecd9601b1de8611b7909d9a6c69bd9a6ae116c33cfdd6cb307896cf33818dbb2af9ebd3bc19e6d637a826dbb708b6d67e2c676a80966ef2b0862efebaa621faa5f671f1e4a643b09abd9cef48f6c178880ed7a6589ed3a7997ed26778d7dc293cff628b2617b767e657b2948d85e3b016c6f6d5bb677ca25b677ed4ef669ed67ec337640f6997fcaecb3853decb395fbd9671f17b1fd2e17b2fdae51d8fecef6ec736799ec4b7263ec4b3a11ecc00715ec6062263bf8ea7376f0d7cfece00d3f3660558e0df493b221b35bd9509b076ce8790536c297c1465ccd612355a6d9a8fdb36c74d24736365a878d57ad62e33dceb2f128393641759e4d006bb0094dc36ca2ee3136d159814d76aa66536a02d82c69309bdb37c6e6c729b00563bd6cd1e66cb668e4115bbcf6842d318b654b0283d89292736cc948065b5ae3cd96768db343c987d8a1adbbd861b777b3239ef7b1236f14b0a3e2a2d851ab6cf6d52f93ec68f5fdec98bf65ecd8e747d871532bec8450183bf1d54376f2665576b2410ffb1a14ce4ef3e6b2af5ba0d9d7276dd937576dd9b7bf46b3b395dcd8773220ec7c6f293bff811cbb70de8a7d3fee16fb7efa137691a501bbb87c995d6272995df2c9835d965bca2e57b7673fd4b5603f6cddc2aeb07367573026d855f658769508c37e1ab69b5d63afc27e86bfc2ae6545b2ebe486d9f5a39fd8cf2d9fb01b1e55b19b5e1e6637175f66b782ddd8ad8c5a76c7892decce2e21bb0b9dcfeefa56c8ee39aec0eeb953c3eefb9dc67e6bcc61bf9ba3b2fb8b0eb2fb9fb5b307cd4eb1874c6eb0878ff4b3473e79b3dfc79c61bfbf91ce7effc086fdfe9116fbc39620f6c76332eccf3617d8630da7d9e3478fb327efcfb1a78a86d953ff98ec6fd6fff331604fd351ece9f83ef677b336f6eca71af6cfbbb6ec9f7d1eec5f41b5ec5f4972ec85b337d90b011eeca591b7ec95a130f65f6553f6df63b1ec0d9b871c99ad5c8e0c599f2323fccb9169b5e26c4a4fe6c865e672e41e5138f201ed1cf9c46a8e82ab114721b287a310bd95a3507b8aa3acfc9aa37ce836478552c5d902c8e76c35bbc1d90a8ce26ca57de66c7b30c5d96e18c4d98e7cc051d3617334e5a2385ab77e71b4ee0e7374b7bee7e862041cbdb337387a3f5a39fa363739fae0608efe541c672702c33166d138669fad3996213a1c2b371e670f2798635d08e4583f30e1d8003f736cefd971ec34673876091e1c07f60867bfce04673fe71be7d0d1779c43d210cee1f7231cc7451ae7a8602fc7b9d083e352d1cf7179eec071d56ce2b86164396e659b39eeb2cf3927ca03391e4eb61c2f2d1b8e77ec758eef391dce695906e7b44b25e7aca70de76cc120c7cfc48ce3e753caf1233870fc4f9b73fce71a3901e4184e406f2fe752503de7524c0827f8cf0207e0f58703e81fe380f03c0ed400c981c99038f047df3808b9d71cd411270efaba1d075b91c121cb7971c8968d1c8a8d3287aa2ae650f7d673a8575738d475570e4d358a439b94e53086691ca6e54d0e734f0287d943e2b02dd439dc635f39bc65578ea0f92a474437e688bee9734267ff70c2a46a9cf0d74f389193119cab166738b1a05b9cd8743227f647332721b39493f2c785930678cf49e33ee3a48d733937142d38378cb339b7a7c738e9be044e7a9b88933e28cfc9287ac9c94ed8cab98331e4e49edeccc9eda370f29ea472f2de5a71f25fa339f70a8b3805552738850e1ccefdad4f3945e7019ca2d6e79ce23431a7fc5328e7d1e58b9cc7b2e7398fd16f39d5272c3935ee1b9c3ab7314e2310c07971f225e7854f19a7c586ca699142382dc98f392d377a382dd3e69c56471f4e6b9c05a70d38c9692b7dca695b8ee674089c391d8b959c97af6239af0ae738af2f1039afc3d6395dcd969cae6e6fce9bbb4cce9b5f239c5eb280d39b5ac3e99d7ec8e933b8c5790b6be3bc8dcce4bca31870fad75e7206ca6f7306fa8f72061d3d384306d39ca197ae9c91ee58cefb2b5f38a3910b9cd13863cee80697f3212181f3e17319e7c3f207ce474f59cec767e7399f870c38e367e339e30c65ce84359633793a82f3f55b0de71baa8bf3edff9c4f6f49e0ccec7aca99f9cee0cc1edecd993da5c499bdcce7ccb2ff5f532d380b6ff77196acee739690cf394b5fdf73562cf673564e157056f0839cbf3950cedfce0aceea8e5b9cd5b0339c35a71cce863991f38f7098bb29bb802b1b41e6cadeace6cafed8c495ab5fe1ca8dc1b8f28c52ae7c491657d9bf8dab3c39c9ddfc8dc255e1ae73b79020dc2d11f1dcad09aadced4e42aeea5738578dbd9babfeb39fab91f997abf106c4d58ef2e4ea38a97275e7cf70f51fca730d4256b9460d765ca3c958ae494225d71c3cc4b518cfe45aee95e3daec25716d6593b876da5fb87b9f2972f77e1372f7e9b470f74501b9fb3e6b720f42a6b987584ddc438fc3b987556bb98e486faee39bf3dc23a3addca38826ae73f05eeeb1b38fb92e84835c971e0ed74d6f0bd7dd0ccb3dbea78b7bfcc43fee71c643ee71692ef7f88fdbdc132abbb9279e5ee37a7897703d16cdb99e17495ccf3ffa5c6f2d39eec9dd44eec9da935c9ffaaddcd3273f71cff47a72fd36a971fd1c7f71fd0203b9fe1a9fb9fea6155c7ff758aeff049b1bb06d881ba0bfc20db0bdc03d6732ce3dd7b8c63d2f50e55e9cf3e45eead6e2061f9ae50647467083cb0ab9c1033fb860dd5b5c88e41b17b2789a0be563b9d0b8382eb2208f8baae8e2a2cf01b998b8bb5c6cca5f2ef9de612ea55dc0a551a3b9f4f3182e1de3c7a553de70990f8ab96c132f2ebbfa2097fd2680cb292ce0722f09b8bc462daef05e0057381cc515ed51e68acdae71c57964ae443b912badade64a5f69724304d6dcd0d40bdc30862337f2c524377288c4bd4273e35e8d1fe15e7dbf991bfd20881b23c3e0c628277263d1c7b8713fce71131bf773133fc67393f4bdb8c920396e72f2736eca01036ecab83df71a3e847b6db58d9ba61bcabda174857b93dfcfbd15dec8bdd590ccbd1d67c2bddd0fe166b85fe76610dab819b70db959566ddcace2d3dcec09256eced3216ece5008374fce925bb05ec92d3c27cf2dec5be5de67f5738bf06ddcf298346e654607b78af7885b9529c37d82f2e53e0d0ee53e9d31e43e335ae33e73b0e43e571ae3369c21725b1c03b9ad3165dcd64215eeabe547dcd75b8f725f0372b8af0786b8af3f1773dfd4cd737bceba707b01a7b903a0a7dcc16079eee05d67eeb09d1d77b8279f3b6283e6bed76de2be779be3be3f93ce7dbfeec8fd60e5ccfd444ce07efaf28bfbf9c21eeef85e2beef82107ee78c445eec40305ee14fb37776add88fbf57337f71bfd33f75b612377a67b953bab87e7fe4c67717ffe1fdbb97157ee7c663977e15a0677616327f7f75f27eed2b33ddc15d573dcbf1a4fb8ab7928eedaa115ee5a870e77fd2080bb1e6dcfdd28fac2fdb7bd9ffb2fe42f4fc6780b4f66e0046fd31f579e7cf5419e42ed1d9eca2b65de3674276f5b76046f5b7b324fed81164fd3748ea71dc5e6edf0ade3e9753ee019846cf00c5d9579c616ae3c53b5073cf3805fbc5d9ecf79d60af779d61200cf3a749867b3bcccb3ade0f0ecaa1ef2ecea6479f6fb20bc7d1b7b7907cd66784764bb794e868a3c572f0eef784d3acf633792e7797917cff35b1acf73798ae785efe47955f8f3bc3a3378a7165ef24ed34ef0ce00eef1cea041bc330211ef4ca807efacef039e1f769417b031c3bb3005e05d541ae505c96ee5050177f382fdf6f382c3b27897dd267897bd7b799747bc7980e3501e20f6250f50ddc403621779c0fb033c9045160f340ce7814f5af1c0e9233c08f42b0f6a90c283fed2e621a02a3cc4621c0fafdbccc3df48e5114eebf308553a3c627f1b8f74e11d8f6c31cb2357a8f128f8633ccaf4431ed54a9bc74c95e1b1c4341eebe3188f77c38f27888ee6095e98f2846a9f7842e6344ff80bc113a57278e281449ea4fa1b4fea8ee0858cfee1857c31e385bedee045a47fe445dc29e5458ca37951703eef4a5f1eefaaca655eac671b2f01aecf4bda4ce5a55a0ef252836ef3ae2f4ff36e44fde2dd687ec4bb35b585773bfa322fddef162fbdeb3a2f833fc3cb8abfcecbc62af1b21ba1bc3bba93bc3b4b077877ad8ff2ee1e99e3dd3db1c2cb6bf1e7e5fb7ce1dd3b7983778f7e94776ffe1daf207885777f0cc62bf291e33d483cc22ba31ee6555e88e5553eb8c27bec3cceab72f9c2ab7a9fca7b7a308af7f4d17e5e35a79a57ddf09357c388e4d5aa0ef1ea8e44f21a89145ee3b83def856210af69c095d7acf592d7a216cf6bb197e1b51924f0da3079bcb64c0aaf03ecc3ebf286f1de0002796f48a1bc9eee685e6fb994d75f48e30dbc9ee40d010679c35b0679a33157781f98c77963fdedbc2f1a8f785f12e678dfa34b7833c98f79b3c693bc1f9b82783f32e8bc9fa0b7bc9ff914de2fd901deaff26fbc059332dea2c273decad71ede5f3886f777e615efef7a266fbd208cf7ef922fefdf540f7f5354227f53c7345f2ec4862fcfaee52b780cf31565b3f98abb8df98a4f65f88af360becab7cbfc2da76cf95b22f5f85bca27f85b96f3f95be79cf9dbee7ee76f7bbf87bf9dd0c857ddc8e4abb72af235be85f0353dfdf83b8e3bf37577c3f87a8ea37c7dd236be6113876fd853c037f2bfc037ca66f28de53bf8c66a64be710c926fae7f8bbfeb7c18df221ac2b75487f12d2fe7f3add037f9d6f1467c1b4f3cdfd658996f5b72936fa7afc4b7bbb2876f377f8abfd75393bfcfe02dff80fd6dfec1463cffd0de41fea1d364fe2131947f58e918fff0f42dbea3d969bee32b26ffc80a9defe4b6ce77eab9c13faaf98f7fd43f9eefbcc58defdc90c23f76228e7fac7907dfd33e87efd9acca3f75708c7fca35837feafa1cfff4c5ddfc33e5967cbf24113f00d7cb0f08d9c73f27afc43fbf27867f3eae827f3e0fc10fdc36c40fbe16cb0fbef5897f798b947fd9fb19fff2d5237c40e7593e98e5ce877e16f2614fcef0e15a437cb8de241f93e1c7c77d3dc5c7fdfac8c79f4fe4e33336f38989083ea94e8f4f1e16f22986b7f854f9937c5a3c9b4ff78ce7d3f1137c8689339fb3e3309ff3448dcf3364f385bd8ff9a2c1e37c29ea095fba7a861fb22d9a1f9290cb0f0d81f3c3d493f861ab99fc48f03b7ee4d20efed5baedfce8fb99fc58e7457e02f5013f71b2949fb437959f2c79c74faea4f39357b2f8a9cf54f8a9af13f8d74e2cf2d3001efc7410889f9913c8cf6279f3b37a75f839d4797ece43383f77a6839f7f02c4cf2f33e2178206f985cf3ef04ba277f34bfd46f865c27ffc72bc3fff21249fffb06196fff0cf32bfd23d8d5fe5cce13f19e3f39f6a24f3ab2fd4f26b721cf8cfe05ff8b59e01fc3a9b4e7efdd432ffb9f2317ec3bc1abff1db7e7ee33a90df22b7ca6f5937e1b76944f0db879df89db515fc97b737f35fcbbee0bf0efbc9efcaece3771fbec6efeed6e1778f1fe0f71d2fe00f082bf90359c3fcc1974cfed02173fe7070307fa4bc9bffa12780ff61409effd99dc71fdb7c803f1602e18f85dfe47ff13eca9f48d1e07f054cf2bf8ebbf3a79735f833537ff93fc66ef1e7cefbf2e7e5edf8bffe06f3ffbc7acd5f84b8f197b543f9cbeb6ff92b978df82b4342fe1a4287bf468fe0afbdac13c8955e17c89541048a033481d2588d4005f55db07d3340a0866916a8f7580a34339f0bb4d44d045a8e2e021df07781de1e2781fe81ed829d8425c1ce0706829d3f1f0b0c406d020342b5c0a0d25c60e8152930a4a20586771d054672870446e45281b1255b60aafc4460cace1098ab8c0bcc8713041687d982dda1970456c56f047b06940436cf1c05b67d70819d3e4a6017e520b07b4e14d875dc15d85f7a2b70d04f133888b70bf6eb7e13ec777311ec9f59101cf4b7101cfae82538c2d3121cb95a2f70da32287082c20547073a052ec04281db60abc01dbd47e04efc2df0d84913789ebe2cf0fcf45ee0adba2c3839ac28f029f717f8543d159c697f2408d059179c7f46125cb83222b844792e08d44f1604af0904970b9d04c0a10401c8f9a900e4132800b5fd1580990705e0c80c01b8665500b13d2480780f08a0325201d4784100037a09e087ad04080f3301e24f8500b5b02cc0272509883a5401f1578d802ca320a05e4e17505f3a0a18f7ea058cb1050173e1b38055ee226017a50b382daa02ce48918067f85bc0ffbe5720f0fe2a10401f0b8447d204a2d04e8128f3ad40ec6d22108bdb05128d118174ef0581947b551006da2e88b2d31444859b0baeaafd145c3db44b10cb0b16c48a918238f28a20ee4eb120ae46439010b64990f07c429048581724666e08927ea005c9cf9e0b52869505a90ef382eb211682eb5fe404d76779821b3f2f0a6ebbd305e917d205e9d15b0499824e41e65aad20ab748b20fb7c97e0cedb24414e508f20f7848120f76b9ae06eda16415ee431413e769fa0e0669ba0e04bb3a060012428c47d14dcb7cd1114c9bf17147966098a4a9604a589b705650ed705e5f5b2820aebb782ca0abee051b040f0f8619ca00a4c1754110e0aaa24bb04d5b3fb05cf4ea3048dbb5e081abbe882c60f7382c64f5982263a5cd09c7040d03cb547d0d6f74bd02e782ee8c8fa2ce878a620e86472049da15d8297db0c052f1d27042ffd998257143f41f7b48aa0c77258d06b745ed0ebe120e8638804ef9a3504fd4f570503797e824105916008af23185e51168c58e50946fa4705ef73ef0b3eb83f157c382f147c96ed178c51cb04636f2605131e3e82c9a38d82c9e22d82af4685826f67760abef5c40abe730982effcdf8219a54ec14c005d30032d14cc547a0b66c93e829ff962c1afb640c142688c60e18dab60e9d25fc192d05fb01c1e2c94b5b82594bdd126940341840a506fa1e2e853e1e6608a50e5c87de1569b59e1f6cdd5c2edb534a1aa5c9250cdd05ba8f6cb5ca87ed851a8d97658a8cdd829d42e8f136aaf9a0975b499429d9e27c21d1e09c21d1fef08f5826942fd464be1ced74342c34b794263bdc342e3075ca109a24868ba192034d7a9129ad79e11ee32382adc556f25b4008d0b2d7d0942aba576e19e8fa785d6bb6f0aad5349421bb1abd036b84e68b7b95d68775a576877ae46b8f78c48b8b71928b44fcd103a7842850ec9ebc27dbb7485fb531484fbfb67848764658487ce9f163a5edc2374c402854ea727844efe3642a7329ed0b9482c74a179095ddd7942375717e1f17378e1c99ebd429f98b342bf18a4d03f3d5fe83f8611faaf580a03562e082fec0b145e9c1c175eda5227bc04660b031ddd85412e06c2a01bcdc260a4ba1080ae120256b485c090bb4250ce6d21b8f1a710f22e5008991f1342556e0861771142d8bb4742f889dd4204bc578824a80a51ceea4254a25088bed82fc4c4160bb10d5f85d88f7d425c2e49889b7a2dc427560a09895f8524dd0c2189692124cd228564a7f342b2d44c487e8d1352bf4f0959822e212b2b5cc84dbc26e429070af91eaa4261829950c46e168a2f870b43966685a17f3d8461101f61f84aacf00ac2487875b05118ad9d218cc9ab16c6e2760b13ce050a93ab8684c97f2f09530e1385a97dd78569671a84d7374f0baf3b55096f98628437731f0b6fdbec116619ec1466e5e90ab3d93ac21c333b61ce4979614e6ab9304f4646984fd310e6df3610e6ff0811de4b9a1316185a090bebab85f7e7c4c222e52e61f1a117c2e2f20bc2e2fa456189ed8cb0ac2d4458256a125615a9096b62b1c2676f6785b5022b617d6d9bb0bed756f87c578fb0d1e59cb069f28fb0e5b9a1b0c38a22ec781724ec0408852f4b7d852f1b1e0b5f3bf6085fbf9910763fe00b7b76ea0b7b07bd84bddff2856f2d1e0907f64984832e4ce1a058433818a3241c253a083f3a6d117e94de177efcf746f8a9ec96706cc45238de5a201c5fda2d9c72d9249cba1722fcda9128fce6d62afc0efb28fcfefc8170f68c937076f194f087c98af08777a0f0c769b170eea09170de705cf82b1f2ffc7d142afcddad24fca37251f887b52c5c9a4811fe4d7e235c45ed12ae85af08d7bfa909ff7d3d2adad496225238352e52f8f050a430f14ea478f08b48312556a4583127523a1f2952c2b68a94ca93444adfb68a947e6d12a98c1f116d350089b61b3b8bb6df9e166d4f1f17a9fa358b54cb3e8a74885f453abc1d229d7ca268c78e17a21dab1c91be73a1c880cb1719ac3d13195aeb898c7b7e884c3b8f8accafcd89760d1a892c8ec7892c082d228bcc4e91c59d17222b3b5d9155154864b5b25b640d81896c7cad44362c1f916d035864bb142cda3bbc4b646f342eb27fbe5964fff681687f43bfe84065a8e8e007b8e850ecaae8d0e37da2c38acba2c3a88ba2c31df1a2a3ec69d1d1a1009173f53fd131c988c85579a7c8352652e4e6e8267287be11b9e7d58a3c924022cf7306a293ded5a2936359221fea6691cf3f84e8946f98e8f4fe3ed11975ace86cef5f911fa648e4dff94d744ebd4a74c17c4374a9f2aee8d2c24351b02c4a145c9a2d0a7ec5155dee51135dfeac2e02c88a4540f97211b0669b0864bc47048a6b17811a9a44602f8c08eabb2e821d2a10c19a2f8be0ba5d22c41b3911522e5384ccbf2a42471244188b5411eeed1911e194ab88888a1311ebaa4494d82611253d4344eb2e14d10fe688d89b5c451cec3611572545c41d1f12f1461d44fc94db22a18a9548c4438bc4ce812289df0f9164d65514655825ba7a355014537a4b141bea294af0fa204ab2b01425571788522e4e8852b32f8b521bbb4569a94f45693f7a4537336f8b6e562d8b6e3e1d16ddb63611a5076d1765b4c045778eca88ee946c16e5348f8aee1da4890a8aef89ee5fce12dd2f0d1715b9548a8a3bff884a96e8a252dc5751f9954ba2f23b8ba287ab66a20a9eb7a8e2e6765145115e5431fe4054f1f3a8e8b1f216d1e3ac65d19303d7454f2edd123ddd7c5af4b41d21aae6a044cf5e0844f57531a2e73205a206f73fa2a6247951d3a2b3a845ad4fd4a25f266a5d3a22ea503c26ea18b82cea0c1b10bde41b8a5e0e15895e055045af7e77895ecb7244af7f0a443d831f457d87778ade29c888863ede118d9c36168d842588466211a2f72453d1c7c3f2a28fe7be8b3e3ecd127d21be128debf58ac6cda1a2f10eb868fcdd9268e2d231d1041c259a9a1f157d93d7117db369117d2b3c209a4e0188beab7145b38629a2d9bfeda29fe234d1cf5711a29f136ba25f2a0aa25f477a447f26e444cbb64f442bf7a1a295852ad1dfc36ba2bf473e8afe86ad8bfedee789568d19a2d58576d15adc9c686d48205afb36265a67be16ad7fbe26dee4142edeb46cfcbf50b15cf06db15c73a758ee7db658bea84cac207f50ac44068895e27789b7921f89b7df838ad54916624d2f0fb1665983582bb258ac758d2cd62e3416eba8bf16eb96d3c57a920762fd1eb8d828b85a6caaa92e364d03894daf63c5a6458662337b25f1ae1321628bd24eb1c58b55b1e5b755f16e2577b1d52ba1784f4186d8a650466c333328b64df115dbde7411ef552d17efc5b588f70a52c5f67e9662fbc212b183ea9878ffef4be2837577c407dfcd8b8ffc3f951e79962b760ada2376faf5537cf4608ef8e80345b133244aec92f459ec9a662a76ad5b16bbd6a7894fec96883d76cb8b3dbe89c45e056e62afefdbc5deb07f62efbb68f149d257b1eff6dfe2539144f1a96653f1e9a93ef1995dbbc5fe17ae88fd09bde2739ae6e28bec5ef1c5a11271e0d41e7110e1b33828edb03818f8470c387b550c448e89c1c68562b0afa618fc872f860854c4505c86181a3f2b869d7414c33abe8b61736e62d4668e1845ba25462bf789d14703c49869a118ebbc22c60dc4890941bfc504cc4d31a10228262b2b8bc9ddfe62caed7931f5c47131cdb25d4ccb7d2ba66b2e8b997e9bc4ec406b31fbf75731e7f08098734f5dcceb6a15f33e368885dbbe8a8508bc58d8102e16b6bf100bbbbf88c5bdcd6289902d0e712d10875eea1487e6958bc3b6f1c5917bb5c45195d7c557c87fc457bb97c571875f89e31acac5094d48715284a538c5d2539cda5927bea68f14a79df8bff28235c569ff8e8baf1f0d15df103e12dfb29d13a7cb5b8ad37f7a8b3302ffb7d22bce36731067dbfa89b37b7e8b73464e8a73fee58a73b574c579b2087151baa2b8d87a5e5c7cdc5b5c5c39282e91268a4ba2cf892b13df8a1f9d3e20ae62d1c435e42fe267d49be23a8d1c717dcd3771fdbf35f1f3e1427183a79db8c96555dcb4622f6ef18a11b7d220e2b6637fc46d4cb0b8edc113718773a3b8235047dc912012bf84fc1277ff5f73bd977e897b5b03c47dcea6e2b7bc7be2b757bf8bdf96f0c5efb61f17bf434d88fbbf0e88fb6706c443897de2a1d44cf1f0d127e2d122acf883e221f107aab9f8e30a44fcd9922bfee23a2c9ee8fe299e5c70134f859e127f9bbe289e3eb5249ebe7256fcfdab9778666c563c7b264b3c9ba82afe115d22fe19ad269e6b7d219e6b6788e75d83c4bfd2368b171c4ac50b122bf1effa9fe23f9871f19269a978392750fc57a75cbcf6102b5ecf53166f5c2688ffad384936819f49e4af9c9028e9ec93285186242a56e912952f3992ad9bb892adf647245b43e425db7edc936c9ffa20d1d8192dd1be7249a2fd3857a2dd774fa263f355a2730e22d199c994ecb0da29d1e5074af48d50127d3ba1447f012531f478fdbf618951354f62f46687c468c45362341e2e3196d19218637b25c64288c4e49d85c464c85b62aefa47621e382cd9357d566261dc2ed96d899358b5ed96d868c32536880c89cdbbed125b330b89ede205899dde4dc95e752fc9dec65589bd1352627fba5cb25ff7a0e400a44b72646a46e26c7d46e2a25a2471f34896b8071f93b85f0991781a60249ededf259e3e0889e7d92c89e77598c4eb54b7c4eb8d91e454da7589dffc3189ff313989ffd74449c02982e4fc5e1fc9f9d4d7920bdedd920bd33f25170bac24177bde4b825cde48822eab4800c68912d08e3f1204f3a004912b274129fc9560325f4ab0fe7c090e8e97906e0b2564f0270919652ea1efdb2ea1377025f46e9884f97f1c5811c612d6bf5d12768cb6849d122b61af3e9670ec1e48b87251125ebcac847fe19b4400004904029a4420792d11d4844944370324e2f05589e4e49c24641f4f12aeee2b89e89e955c690d93441f6d95c4e93c95c4054448e2a4472571756249a2bab1247947aa24757eabe4da8bb392ebe25f921b170b2437bb4625e9930249c6cb6e49b624537267414d924b0c90e42e1e9314ec9994143839480abe184b0ae60f490a169a2585a71192fb8f4624f707da250f946c24c5b20449b1f76749592b4552be8e933ca4a3258f373649aad61f49ea082724f57bd224f5791d9286ab304963c2154963fda2e4c5ce25c98be2b392a6334f254de7f092a65a7749d39cbca459f7b2a42504236995bd2b69533590b4394225ed7e27242f17ee4b5e7d8d9374275648de6c7a23e929be22e929e997bc9d1e90bcfbb4281970634806a8272583be09922125a16438344632128794bcbf6821f9e05424f9fc675432267c21191b8e907ca17c947c2998937c1935948cbb7c948c8bab2493762e926f012a92ef7e68c977919e6446ffa864a6e9b364e66d976456e98f64d6fd98e487c16ec90fcb78c98fb3c3929f7f7892f9eb05925f3b6524bf817a923ffd5992c562a86409382f594ae149962587247fcbee48d6947e49d68e564bd6aea44ad6be80246b532e927f9e0f25ff806352991769d24da2e3525941a054f6b38654d1f7bc54f1a58f5449f3b674b375b65485632d55694c916edfe32655dfc794aaffba22d5f0e24a35f2aca55a06b7a4da166fa53a08bc54f77b8c542f4957aa2f7b4eaaaf7f51aa7ffa8554ffc3a274a79bb1d4243253ba6bc780d472ef03a9e59579e96e390fa9d555ae74cffe24a9f52e80d4a6705c6a973d207598614af7b9b74bf7e7cc490f7c8e911ed4cc921e1c72953aa162a447b9a3d263ae53d263d90d5217876ea99bdb80f4788b91f4c41e17e98995ed52cfd246a957fb7ba9b75cbdf464569ed477a3527acaa04a7a8abf477afab0abf44ce04de9b9edb7a5e7fcae49cf97e2a5e7bffb4b2f0c7b4b2fd9964a2f35ef9506cd184a01bb82a4007b1929c8634a0a42354b41d2335258c6a0146e7e568ae409a4c8f74fa5a86681149dd02f453f09946218e5526cbcaf14fbc4484a50749512cf1f9692948852928a83946c75504afe512a25ffa993526a6aa44c05172973d443cad2ac93b22cc3a45cb08294fb0ff81f07f719cd85f706003c9412c92a514649a292221411195999a9884466192151f4dd7befbd476553760925a388860a1921898c4891f8ffceffc5e73c2fee39f7dc7b9fe7dcf1e602b273db01397bb300395f5500b7fdd8803b3d96805cd87b406ee37d40eee44b409e5934202f6e0e70f7130b0058bf010028be080072b301c0c90500b8ee3800b6f31600d9d00c40bef305a0a631004ca506006b9806c0eff10110a91600e29fdb00d2e93e00e97e3580523106a0055c0030da8f03d87191006ebc0280fba51ec07f2406080e30004264134062e40a905cdf0590e0ce00a45f1a00f2ae22c0bd8834c03df43540e1962240e1ddc780228c0850f4a80a50ec2c0594bcd702946ebf0328dde30d28bdd00228e3ef0494330d008f4a560115bd8a804a4d6740e55437a0aaf23aa076bd3ae0f13e28e0c96230e0696309a021ac14d04ce1015ea446023a4e8b011d91ffc5277c4067a21aa013a700e8324500de1e3b06787b7527e02d461ff0eed424a0c76f1de083611fe0a3c94ec0479a01e053ef33406fd83ca09f7606d05fad0a18a8bb0c18686b020c8ec400865048c0b0ec3a60b8c31d303c9107f852370c18713a0e18a97b0218d39500be5ef90998d80f034cdef1024c32270153fb2f01a6d7bb01a6b9070073634affd90ff8b9ed14e0e7f210e0b74a3fe0f7a72b80e5efa7007fb75d00ac045600562ff801d7fdbc0654b81f085422fbfc7722690137185f046e387808b8e1a410b811d505dca45e035431f7076e3ee90edc5c330b54d5fa06544dfc0e54b3bf0bdcc2c801aa5fa400d5f366805b63ff03c502b7767d036a1e75056a6d9703b71705027738ef06ee703904d483d3817a2f06803b0f9f001a7619038d768380464b2540e3bf59c0bdfeb1c0fde7fd8116c763810780f1c0032f40c083d0edc043a04fc0c36eea40ab77bdc023f5a781d64e6d401b437be0b1162ed0cea81678fca812d091dc013c19630474d6c6009d5989c053b8f54077d063a047e663e099f063c0339f6f01bdb68501fdea5d8167b7c603cfeab603fd359780fe49a781c1fa8ac0d0b94dc0f3ebdb81e7b1af8017b71a022f1e36075e6cdc03bcd89f070cbbe9010c5bfd060c870702c32b8a81e17f4e022f9190c0c8122f6094533a30eae76f60b4db0830baa5161863a0048cf12c01c6640c02af6e6603af869f015ea56b02af3e98015e7de70b8c8d1f01c6e1dc8009d1306022ee3ef0ba6313f0fa491fe0f5823fc0e429143065040c4c5bef054c8bda094cdfd507cc28ff04cc0c9600339fec02dec45b016f0a3b80d9afde01735e9b036f57328079f7b38077136c8000502810b06c00047ad60041c77381a0e8582088180e04a7ba02c1434f81e0c54520ccfe0c10c67207c2ad6c81f0b26b40781d178878c80122410d4054161d885e4d03e2adbd81442d4b20f1301748bcae0d2462ac81c46785402a680b903ab61ec88a6b01b212c04016e025901d9e0ce46e9c06726d9a815c2f2990f7020fe4170f02f97f268082c3f640c1879740f13a29507c920b14d7e40125c06ea074cf26a04cab02283b3a06bc6f680a7c70ad0a58fce62bb0649733b0a4f33f4ba781a535c6c047b7ec81159689c06acfa3c05af5bbc0da9344e0636f21f0e9a645e0d37d46c0a7e2cfc0a70fcd814fbf17011b1ee7031b6b7b80cfc2b9c0e7cf70c066dc17e00b6727602bca14f872c775e04b0b3cf0e593486027e425b073e539f0f5fd016057f91ab06b7007b0fb7b3cb07bc904f866e304b067d349e047c704e0e7a039e0002910f845bf1af825f139f0cb130170649b2770e4f675e0d8d652e018f63770acf22df06be167e0f88654e0f8d670e0b7d479e037381038a1c9014e7cca017edf680f9cacdb019c3a05054e3d6f07fe585a034eef830367fea8027f6e5e04fe9c7b0c9c3f2304ce0b7c80f3f7a2800bfaeb81bf7adc808b1dcdc03f212ac0952d09c015b3bbc0354b7be0dabfdb2085e15890d2fd32d0065f166843ef6590f249439032d418b4c94415b4c97f16a492390edadc760ba48adc005233ba0352cb1d03a9557780d479ea20f59a78907afb49d056de1790863e04a4013905d218780ad28ced0169f55240daff14413a903e906ea204a4dbe309daa1ff07a46f1305d20ffb0ada7560106458ba0164d4cf0119c39820e3c65890c9fa4490c9a9df20139029c8e45f24686f8b3ec8f4fc77d0be1d3c9059e549d0feb7509079e13a9045040474d09b0db2349d06591e6904596dfd06b27ab40764b5d00f3a9af60a74f4e667908d8d3ac8ce471d64ff3d1274bc4b11e4203405b91ea280dca0a120b75f67411ea7b5411e97b7813caff683bc1c78202fff0a9057b019c8fb4935c8e7681ec877fd042890d7080a14de04053e7500050ea78082dc7c4141b51aa0e0b8f7a0d0377050e87224e87cb307e8fce41dd08567eb4161bbae80c2d01b40e19b8b41e1a52050c4012928ca0d01bae2ea048a565005457fff0e8ab99a0bba6a140ebadad50f8a8d968112fefe0025aad4801237cb4149d6574029163050cab5fba014dc25508a600e94f20a004a3d7a0d7463f62c28fd933328a3e53128a32f1a94c98905dd7c0601e5386f07e55cf206dd59f402e5992d8200d75920c0732b10d06a1708e8a10c023ebd0482f06741b00fc740b08f1010bca61184ac3503618e9d04618df240d8825e106efc2f8872401344b5dc0ca296fa8268175d41cc6100885d1004e2304920fe1673109fc601f107434142b5619028231024faf60b24365000c936734072a21c94df530d2a286f0715563a820a171c41c5a7b7824ae991a032440ca8bcaa1af4f0a235e861f24bd023603fa8fac44f506dd829502d4f19d488dc0d7ab6af17f4ec7c0ea819e0037aa1110a7a21af04bd285b076a5f2b0775fc6e06bdb73206f544e1401fcf59817a1db8a0bef60250bfe01fe8736e1268e0181934909705fab2ff3c68642f0a34ba1d031a2dfe0efa6a7b08f40df51e34f1f03068a2fe2868a2351c34f9c20f34e56c06fab17d0c347def0468c6a50b347b3a003427ba05fa3dd306fac3ce05fdb59f01afcb3101af239e06af1ffc0c564d7f09567dba1bbcc5f4205833c80cac99b41facad540dd6f1f006eb24c8c13ab78dc1db8c5bc1db1e5b82b77d5b006f2f0a00eb1b20c0063e116083fe01b011d71e6c7cb4066c1cb803bcfb1a1abcfbb60cbcfbee0bf09e2b4fc07b66fcc1260a41e0fdbfc4608b938b608b717bf0812bd1e0c3def7c05677ecc1d62ff0605bc36eb06dfe14d8b6e717d82ea6107c7cc33df071c007f0896742b0c39542b0430b12ec3831003e6948023b6d01804f096160d7dc1b6037dc5bb07bec32d8c3f13bd8e3b932f8cc8dad60afbc58b0d7030ed8e75217d8d73514ec4b2a04fb3e2082cfba0681fdefcc82fd27fdc04159ade020ca5e70d0680a38e47d0938346f081ce6970f0e2f5506477a00c197ddcf82a3fc0f80634ed78063f08ee0586f2a388e9c058edf4605275aff0027b97e015f6b668193973e83539d07c069a764e034ba1df8065108bef1431f9c7eeb0a38a34a017cf3fa1438fbf83ff0ed946de05ce42c38b7b91e7c777e2b18102e05035642c0a0080330387f1c0ce95e04431667c0d07c1e18ba120a8611ae805147f68251d63360d40512187d070746d73b83b173afc0f8a90230e15a2c98e49203265bba81c9fdf9608a671a98c2fc04a6ea32c0b4b2ab60fad93d603aa81accd8aa04e698de0073ccadc0dc1fed60fe9effb0b860417f1d58ea6900962d2583e56a6ee07badffc0f79fae07e75b3c02176e4805173a6c0517d10bc165a9d1e0b25b1fc0e52ae3e0870579e0475f3cc0158a54708568005c197c125ce5480457c7b682aba721e0c70838f8692410fc54be006eb278036e3a20003f07d9819bad8f809ba1607033b300dcfa540fdcfa060d6ecb6b00bf94df06bf525100773c8c0777cc40c19d5abbc09d3a41e0d74907c16f35ee803f7889c11fe05bc11f81e1e04fca91e03e780ab84f1007ee575804f7abbd040f5cba0e1eb8b9133cd816031e7ab313fce5fc10786433103ca22d028f606dc1a39be6c1a3c82ef0d86b0e785c430c9e885f034f722e83275ff7837f6c1c034ff77a83671de7c0b31783c1b3e1b9e059d139f0cf1106781eed039eaf3a02fea5f610fc8bdb0ffe958f062fc669807fdf808097d79ac17f899f21ebde8f42144c24104585798822bb17a258c583ac3fd90bd930690951b6fc03d99c89826caedc0351634d43b60c1d83a89b7d84a8272f41d4c560c8d67715108d8bf510cd3bfa104db13244bbf53b44c7b11ca2cbbc05d15b3f0fd133a885e81d3c0cd177c984e8c7f7430cd2752086bb56207bb6ae83ece986414c9cdc207b1dbf434cef2d42f66d3f09310747432c5ebe821cfa1003b1dc008158f647410ecfb843ac361c871c3d1408395a3d0cb16e5181d82429416c432d20b6821c887dea02e478da15c889476721cef76a216e7b0110f7d01a887b7f3dc4237c00e281ab819cb11543ce748741ce4c7442bc6cfd205e17a810ef9222880f4606f161a9407c338c21fe950248c09b5c48e05e322490e50109ca29865c328e835c4a03432efd888744f44921915f6b2097cd3f43ae84b440a23b2d21716b469084a83048c2950f90846bba90a42539e45af67ac8b58a79c8758371c8751b0f485ad536c88d2021e406df0a9209a543320b7220378fe321591fd5205933be90ec8aad901cdc71484e6b38e476ab16e4763f0172673b0a92abfd0692ebe101c92d7901c9dba603c943bf87004e044080a3b5109013070209888540909d10c8600f04dab21b02ff6c0e413bbf8660650110ecef7310fc191f081ede062178f44388122308f1e72884546c0421371640a80a4b10aa412c84fa4c08a179e5416891a72074c52108e3f84f08837204c26a7e096103df41d81f09100e9b0ce1c8ce4138a37f20bc2a1944c05e8488b4662022a71a8834320622fdfb172233bc0991bfbf08b9077f0179b00482e4c72320f93dc721454431a4d8e305a464171c529ab61b52667919f2c8580679c43682d46c1e80d4bcfe07a9b5f784d4d22321b50d3e90da090aa4aecd0ff2b8bd13f2c4040869bc780ad2945609798e5280bcb04987b4e858415a1d5721adcfff405a3bef405eed27415e897b205dd21948572f12f216be03f22e0208e9616e847c6a53807cfa9709e9d5a3407a7d3420bd4f7f41fa8c21903e9f5c485f0802d2f7b016d2ffb91532d0550919daf90432d49104194e6f837c392f864c0a3d2193df93203fb43a203f422e40667eea43e69a9d2073ab22c84fdf4d909fb34d90795b6dc8fcea22e417b90bf23b792fe477fd6dc89fe19390a59c1d90e5f5e990bf897190bf3f7220ffa2e321ab0c3e64cdef0a5471dd2fe8fa4a75e846d9085485500c555b8781aaad4f80aae179d02d997fa1ea477f40d56b63a09a89bba1da1ad9506d2d2454bb9b07d51ea341b7ed51806e7ff706aaebf10bbae39731545fe52274a7691574e79babd05db048a8416209d408140e35d9160f353908849a707742f786ba414d033ca0a6d802e8bea3fdd0fdd602a885c539a8052d076ad18d841e387e067af0cc3de821d705e821bf0ce8a10e12f4b03d056a4570825ad173a0476c11d0a3bbc150eb872d50eb6f8b50ebdf0b501bb364e8b19f69503b8b37503bda20d47ebd37d4619713d4212c09ea90d2097512bd813a55fc863a6f3e0675d6ba04753dbc0a758d7681bac6bb435d8beda0a7cdcf414f1ffa0675db610c75ffa801f5e8f0867a6e7c03f5542342cfb094a1deb127a1be19e350bfb443503f2e18ea570782fa3b9b4003646ed090bd25d073da3dd073a68fa0e715af43c3b4b740c31f0f412f5d4a845efeafbf28c204f4aae777681ce72d34219a074df2b9014dfa7e117a5df303f47a34129aa23f064df52e82a67e7281a60eb6436ff86a403352b4a099e85bd09b2762a0595b6aa1b72eff85decafe03cd79bf08bd1d170bbd3b380c05b9694141d0fd507017030a496a86c2f6b84161ffad05c2ce138a1e6c8262dd0ca0f88d2b5042e50328d91d02a5ecbf0ba5e25aa1d4b73a50eab42e940e3381327f5c82b2b69c85b2748ba1ac3f4028a78e05e58cdf8072f783a03ce3dd501e491b2ad4ab830a0172a8e8fc4fa8782a0d2a512a874a6e6841a56f695039a61b7a8ff2169afff02eb4c8b4145a1ae20e2d7d6d0d7db8b11cfa08f9085ae1b506add20343ab083268558d0eb45a2b095aa31706ad3db106ade560a075c6fed0c78846e8e3351cf4c996d7d027d5f3d0279f84d0fa8e26e8d37381d0466d14b4d142006d5c1e863e8376409fafd9405bb47cfedb5af2a02de1cad056790db4b53413da3abd05dabab20fdaf6341fdad6130d6dff3d047d39e50e7db57d03f4955808ed38df0d7d67c787f6c45f82f664ed807ef20c857e6aff0aedbdaa0f1d887b0d1d3cb2113aa4a1061d62dc820e639ca0c36f774047148da023d471e888dc1d3a1a68051d0d36828e2e88a1631065e8580912fa35ec31746203053a790e0d9d9658426762ff42e79efc83ce0dfa427f877a427ff7e7437faf654097663da12bec0ce85a5d1674ad6316a6e0b513a674a61ba6e4a5075baf120c5baf7719b6a1f2126c639e0f6c23731eb669ef27984ac65ed8e6b643b0cd2bd130d5cdd930b56d2f606acf9830b5e671d89664306c4b2901b6e5f1084c3d551da64ef809d3b9930fd3559882ed903f86ed28fd04db313e0e33b02b87199489617bb66d83ed210161268e0a30d3dbaab07d73de30f303d761e6472930f3a43698f935d67fea61e61599b0830c19ec60ef2cecd02c1d7668251b76581705b362dc8759279e801d733084d9c9f461f6377261278ed6c11cd73bc01c5392614ede6f61a72e0360aefb5ec2ce2406c0ce7c0e8079ff8d80f9c15ec00207d361419973b0a0c2dfb060783dec1ca712165a35053b1fb7017641a11b16de340b8b1014c2226b2761d182fbb0984d9760313616b0aba00c58ac9e192c8eac028b2bb385c555836071b35858fced7958fcfc4358fcb214962823c092b4576049a724b0a46e202cd5201196de1708cbf0598365d4c3613765cab0ac8de6b0ac0b0ab0ac341c2c3b421b96b3a71096fbad0d06a059c12067ffc2e0bf9c6008472d1882478621a6d261a8cf2e30d4f73c18fa851b0c67eb03c3652ac308f9e76184ef6130c23f251809f3014656718691936ec0c839eb61e4fa391825ad0f46dbea03636cfb086304d6c118dc1a18a35715c6a46ac258e7f460ecc47b30f6777318d7b80dc6c5bbc17803cb30be46168caf630e1394a06082de7330c1722f4ca87516269af2834946303069751f4cb6ee174ce68b86c9bfbf84dd535e86ddd74b84e51bbf86e53b7d8215d887c30a9f84c0cae646610faded618ff08ab00a376558d5a717b01ae32e585dfa04ec311c08ab7ff000d618b10dd6088b8135e54ec29a2052d833bb6ed8737302acd97e0facf9361cd63cc082bd54db097b696f0e7b792f1fd631f40fd6bdfb20ec0d7b37ecbd2301f63ed916d6538f857da87e03fbe8d90afba41907ebb32c877ddebe08fb9c7302367ce7036c54fd276cec5f386c7ccb4fd8c40f0c6c32b71e36953700fb2182c2a677f6c3665cbd6033d06ad8ec82166c4ed91ff673b00db6600784fd7a711ab678560df6db301ff6fbdd69d8df3b95b095084fd8bff01ed85a79036cada113bece580fbece771eae18940c5f3fb70257de6c03df44dd0bdf72e1145c730a01d75c9b816b7f3909d7352b83eb865bc3779c8a81ebfbde85efbcfc0a6ee09204371434c18d3624c18d3c06e1bb03ece0bb836ce17b1f1bc1f78e5c869b2ae4c0f7c56c82ef6b18849b3d3f0237ebbf0d37c753e107de58c20fcc04c00f72d3e187eddfc00fc75f841feecc821f7eed04b7b23d04b79ad8073fb2f113dc5aac06b7b1ba0f3f56e801b76b7f0cb70710e0f60f17e1f6b30370478f7cb8d3f611b853d739b87be810dcbdb71eee117603ee1de20bf7a66e81fbec84c17d8e9d83fb644ec0cfbeab82078c01e0813a77e1410699f0102f1e3cf48801fc42311f7e919507bf583200bfd8fe051e76fe0d3c2cda091ebee10f3cea4026fcca8212fc6ae50978c26115f8b5a377e0c97a3fe029cb25f03417013ccd6f029edecb8567bedb08bf89758767f95e85dff2be00cf664be0d9f7a2e0b7735ae0b9127778eebd2bf03ce063f8ddd1543880b80407a6e7c0c19b2fc3c1bf4fc16121bfe088dd2038f263041cf9b9058e8e94c3d10ffbe018bb243876f7141c97bf04c747df83e311b170fcbb0538f1bb104e3a858793784670d200024eb16a8033fa4de0bc30325c1826860be7f070e1af08b818390097d885c2e5d77fc3e52c63b85cd40b7ff06b169eaf1e06cf670cc10b6c6ce1050f1ae0c53915f0e2c58bf012763abce4571cbc9cfb1c5e79e504bc5a74185ee3be15fe38f721bc5ed11bfef40816de44588237dff8037f31390a6f390e86b7dc11c2db1a92e0ed66afe12f5787e15de59fe1dd4f1fc0df38a1e16fca8ae06fbefac2dfde20c3df892ae1ef9af3e03d9b03e01ff7a7c13fca2ce1bd752ef0be3c147ca8e9287cd881031f9114c1477e5e818f7eec848fbdda0ffffaf93e7cfcf71afcfbe176f8e43e2a7cf2c449f854b1277c5af70e7c66381c3eb37a1b3e7b70183e075a81ffd4de0fffb9cd08bed0ff0efecbf620fcf7d570f89fffea6a79068e58777404a110a38350d45047283aff462812fb10eb2fe821d6df71426cb86883d8144b41a8a26e22d430eb10ea179211ea051f111a6c278426cf16a1f9311ba1a38a426c7bd083d81e6c8fd8de7c0ba18ba940e8994c21f4c2a2107ae19711fa8abd889d9bbf2176b97c42ec92fa217635d4230c9ca50883aa5884a1f56e8471af3dc278421fb127aa00b187178530b98943ecad7c8a30b5b34198bdba85d88fbd8d305f7e88b07002210ec8b6202c6d4888c36a4988c35a5188238f4f208e16d5238e365723ac8f1e445883cd11d6446dc489f3af100e91ef110ed80d08c7e79b11274b8408279f6984f3f12984eb2967846b4e0ae2743b03e179d51771c6078a38031b4278e9f310be181d846ff17684ef6f0ee2aceb2384ffb66d8880952a44e0612e22f0e8494490d5754450d1054470581722442306712ebe1011aac34084e61f42844ee9202e546f455cbccc445c944211615eee88308c001156be0111be898e083fa884b8f4088a881ef342c49c8843c4c45823ae0e9e43c4ee4945c445e420e215f211f17fe7118966a68844ef2e44e2d8694412650a71dda71a91bc671691b2251991969f8d480fe723d2e11d880cd771444690089171ee0a22b34c0d71d3f83de226c31091e5bf0d9175370171cbe83c22e7151191ebc146e4595f42e4e1cd1079234588bb110f1177531a1177b92908607c130278cb18011cad47800e6623c0d7551150e5ab08f86e3602712a04813a740181113f45101aac1144f95f04453886a0f2e1089ac27e046dd71f045df014c13c5c866032af2358a7dc11acc8bf084ee719043f1383106e398310511710e237a608a99a1a429a4846484bbf21e49e2a887b07c210f74b3a100fe47f100fbad21185fe498842881ea2f0672ea2e8f11b44d11a01511c6d84287e3d8d281168234a7e86214a217044599c26a23ca100515e1e847858700a5179aa15f198a888785c7603f1f8871cf1e48518f1647216f1547914d178a00dd158f50cd1d84847347e8b4534e505239a7e3b209e65a011cf88998866ac13a2d57c2fa2ed7819a21def8ae8306d4074076c4074dfa94574e32588b767f4106f493a88b7abdb103dfbef217a4ac3103d8b30c4071d05c487c8fd884fe40788be7b30c467df2f8881b565c4500604318c59420cbf1f408c28e010a32b2988af89ab8871b319c4b8cd2fc4789d1cf1dd1b8f989ada8ff831af83983dcf45cc3ead41cc5df447cc477523e6eb3e217e4dbb237e3b872296d40d117fbf4211ffec0210ffc22588d507bf106b065f116b97a690eb9b41c8f5fff4901b4e9c432aaf4b416e3c7f1ea9dad58654d30845aa4d8d20b740cf22d5559a91eaaba1c8ad8ac790da91ffe97b86d431dc8cd40f9d44eeda1e8b344c588734068c218d7f6b23f72c409026742cd2a44586dcbb958034d53e8e346f3d8c3c943d8a3c0ca2218f44ec441ed5d0415aab4b90364db548bb877348fbc7adc8e32d0ca483d000e9d47f1ce9bc2506e9aa91823cadec85f4dc58823cf32702e9e542407af99821bdfe2e23bddb6290befb6c91be116ca4ef5215f2ac321719b0f112322081800c9880210343a39081340832c8aa1b19e4f9071914b519195afc11797ec20a7931ee06f262563132ece346e4a52be1c84bb719c808850664c4ec6364147e0519c56721af085f20af2c3920637a9d9071732c64c2c30bc8c4e25464d27904f2dadb5dc8eba033c864f41164ca74363275672c32350e8b4cbb398e4c2bf980bc21fd84bcd1044766bec3236f1aab22b38eaf4766355e45de4e3241ded90c43e6de7647e6ad97220159d79040461212867444c298fb9030c96324dc330e89d8b98a440876201183879148bb292432cb0c89665c43e2dcd590f8a23524e1741492d0df8324957291e40f5b9194bddb91d46bed48da9e14242dee32929e638664d48c23d939af909c6f2d485ee60892270d46f2956c91826350a4e0663d5230790829e43e418a1cbf214570345284bb8014971ffacf15a4f8d92252dc2b464a5f1e42ca0ea9216549b148192f1129ff6487bc1792857c707c10f980781b59b0ef20b2e05418b20033842c6840210b5669c8c2c8786451940c591cb51d59cc68459668fa20cb764e20cb22fa908f72f49195597f9155499791550fbf23ab1dd9c8eaf8dbc86a6003b216ba0759e7628bac63c6231fe3de23eb8fd0900d635264d35526f259e42de4b3d84ee4f31d9f90cf5dc690cf4186c896d30dc8b69b33c8766329b27dee15f225d404f90a9281ec38f21df95a6717f235a50cd9c57988ec7a8645762b42906fab1d906fdbf723df052c23dffd57f3efb1ff90efbfd4217bee21909fc83f90bde747907daf129003bf362287af6e427ed3f3477e3b3d8b9c58dc8f9cdb4f46fe6c2620e76761c8c5e751c83f2d75c8a57d7ac8a5143fe472961b72f99e02f2afae27f26f9e2a726dc403a5b47018a5024b46a9b48ca2544d4fa1548f4ca254cf35a2b6c226515bc760288dcdf528cdfb47515a7b2128ad376aa8edc6eaa8ed3d3628ddcc0cd48ec6d328fdda8ba89d0f3551868e9e28a31bf328e396dda83d219f517bb701507bfdc7517b87ac50fb4ed4a0f6c1052833ce06d47e7b086a3f1a84da3fb60565e1f51a75b0ee00eae07b4d94e5752794d5f84994d5af63a823195da8a37391286b8bd728eb8b58944df10fd4b17c0b94ade42fcab6612bcade3b0e757ce302ea444b0cea64cf38cab9fc16ea14ed1ccae5642dca65e000ca155e80721bec44b987e6a3dc7f70509e463b515ed25694cfba65d4d92d45a8b34bdb50feea5c5440dd0f54e03e4b54d035175450ee382ad8e4072ad8e2092af4340615baaa8c3abfed0aea42472c2a6c7604754912818a3cfa037525008dba22c2a062bc865057336d50f1fb77a0e21f1c46c53fc7a1127ae8a824dfaba8a4a930d4759dc7a8e46b39a81be15750371ef9a0d25f28a2324cdd51990fafa332c75c51d9efe4a81cf902eacef958d49d444bd49dd4f7a8dc5f95a8bc6d2014906a800219fba040850a2870f44d1478828082d6bf45415fbc44c1d3afa29086d628e49b9b28d4a17a141a3b83c24aaea228068a28ca90004535af44317a782836ac1fc531284071871751bce03728bea1058a4fd745098fad43090b4a5122ea244aacf91d25e97b849226cb51d2eeeb2869bf254aae5b85bae72040ddbbd48cba1fa4847a402f4215ce6aa28aaf3aa34ad6df4095d826a34a3719a3ca2816a8b2899da887d222d4a3e7d6a84aab1554e5fd3254e57430aada3e19559d5080aa6e0a40d56cfe8c7abce6887a222e43d55f94a1eae315500df06854e39d75a8c682785463a129aa79f112eac5031eaaa5ea00aa2da816d5b6fc06d50e80a35e3ecb4075b84ea03a9e8ea33ac3dfa05e7bbd43bdbeea8beadadc88ea7af60cf5e66e19eaed881aea83672feae3fb23a88f1f9d509f10cf517d072ea2fa8644a801c524d4e05639ea0b178d1a4d5b418d0f3f404d00afa226ddad5193b413a8a99351a8a94722d454d70bd48cde5dd44fb775a879d26ed4c2f201d42fe53da85f7932d4efba2ed492e3226af9b018f577fb3ed45ff414ea2fb107b5b2290cb5b266825a5b70452bbd5c8f56fae38ddea8760ebda95511bd69f52b7af39949f4967a2c5add4809adee5c83566f64a335f227d11aad05684d0f2e5ab3c91cadf90c87d68e1c426b43fea0b51bcbd1db620068ddcfdbd03bd814f48e392bb45e0301ad1f0b47ef4cd145ef52ae471bc4a7a00ddebe421ba638a18d3c26d146c9cae8ddb072f49e012ada34d114bd2f310dbd6fad0f6d26bf8fde9f32883e68b1156d159c85b67ade8bb6ee7e8b3ee646451ffb26433b18b9a21d8e89d127878dd1272746d04e9651e85351996897134b6857fbe7e8d3b152b49b423fdafd4a39da2318833e93b78af6aa1a427b97daa37dc295d1be462e68bf1c0bb45f4519faac4508da7f3b0a1d907e1c1d38fc151d24fa8b0e69aa449f5bda890edd3b820e5d3e80be600e475f8806a22fc42ea32f2c87a32ffaa8a32f665ba0c382fbd0e136fde84b2619e84b081574c4ac06fab23f077d39b21b7d19bc037d79a9001d25bf838e5607a263ee05a0afea5f465f2dff808e4d79828e5dfe858e53c944c7df41a313bc1ea2134dbea3af5d6940273b8bd0c9d147d1c9d701e894df8ee8d4d5b7e834ff5a745a45343a6df417fa06c6059db1998fce381a86ce847d46df742a41dfa42fa36f3e83a36f9dd882cefe8a41e76cde8106146d47032d32d0404b021ad49c8e06a7d7a2c1dc4434a4bf050df50e44c379fbd0f0c19368e495f368e4ed62342a968546d597a3d1877fa331c7fea1318d1968acdd4934ae591f8de79e47930e04a0c9c69a680aa70a4d79e682a6c3bbd02ce67b34eba11ccd0615a1d9d0223447e51e9a73b112cdb9ec84e6bd5343f3b76d470b1cf7a1c527abd1e25205b478c4142da92a434bb7a5a0a52f11e87b1792d085f13c74b1151d5d82d343976d00a2cbd063e8f24ddbd0e57bb3d0e56673e847fbccd115d7acd1d5d4ade8ea1e0d744dce26746d120e5df71b807ea2f70f5d0fdc8e6ed4ffcf1810dd8494a19f25be473fbbe68e7e766700fdac6a11dd2c5541377fdb8d7e61b309fdc2ee21ba156a8f6e452ca3dbbef9a13b43cad0af459ee86ea57be8379d97d16fb526d1ef93e9e89efb01e80f90cbe8dee81e74fff141f440972b7af0031a3d54fa14fd657301facbee01f408f7207ad4b009fdf5aa317a5caf033dee3588fe96c4427f8fad454f9a7c404ffeb4424faefd434fff3146cf589f45cfbc5440cfc63ba2e78e3e41ffdc3f805e38d48e5e084c452f4446a217ea3fa17f692ca2171fc8d1bf2f72d04b9ea7d1cb058fd02bcc1e8c42ab0546e147364649f52966bd692b6663db1866e3483e66135b8a511d9fc0a831ce61d45d82315bdbba315bbbef6034edb5305ac7a330daaf4d313a33248cae7f076647f0638c5ea835467fc30866e7e614ccaef02accae9be6985dcc6f18e36b1318d3b578cc3ed5358c59452bc65c31197340d085b114e5630e5f3e8bb16ada893982f3c31ce99ec558b3c9186ba93bc6a65911637bbe01637b7f1c63673287b15ff98039feb41be3a0b01fe340d2c09c4cf5c59c3aba11e33a908d711dbd8f711dbb8c71cf81623c76e6603cfc56301ee7ca3067a6b763bc0fe6627c9e39607c15ff60fc1c1631fe485f4cc0502e2650cac3047ec8c3041d37c404053a6082372b6342d4af6142dee463cee96dc584326898f31a99980b816d98b08e624cd88c31e6526d282642a91773c5fd0a267afb322676b2081357b51593b87e0b26f1d3034c92a11926b9f61126c5fe1426f5720c2635198f49337a89490b8dc1a49b976232f45f6332d54e62329d063099a58731b790004cb63607931bfc1e038aecc280ed753190f1fd18c8df400c8c7c0f031b29c7c02b7c308890480c72fd490cb23f0883750fc4602bde62f0dcdf1812af0043bd0ec5506fd5616805e9187ac9290ce3f7060c932ec4b00d75306cae3386dd7114c33570c7f01d173042a636464c2bc248e26630d2c1458c6cd731ccbdec3b98fb2bc99807d7ae601e30bb3105032a988215274c49ba25a6b4f004a6cc2e0853ae988f79b408c6549c09c254ddb1c254efb1c15477b4636ae506983aeb02cc53cf1798a70f4998e633d731cd5550cc8bed539856d31c4c6bfb554c3b720cf392f417f34ad90df3eadd234c47a916a6732513d3e5a183e97a5e8ce94ed980e91e2ec0bca9ecc3bcebbe8d7937df8be979f51cf3b1a107f3f1ab12a6b7ed07a66f291cd38fa162fad99d98fec24d98cf433998a16b65982f897f30233bfa30a373a998afb800cc37510266e22a0733f19c83f91ed686f9feeb24666a831c3375250433c521617e087198e9ab7ccccc4567ccec3925ccdc982ee6a7763ae6e7edb7989fb26b98f9f5c198796e16665e02c12c1cbd83f9a53e86f96549c42cc64f63fe9c98c32c0d0f61fe1a63307f1db3312b476c30ffa221987fff94306b53ebb1eba447b00a0bafb18ac7776115436ab18abf9e619558efb1eb3dc6b0eb61cad80d5d37b11b968cb12afbf4b09b5dde6355cd14b0aa004bac6aad1276cbe702ac76cc36ac76f63456c7e0175687f00dbb2ded02767be337acae3507ab1bcdc2eaf6856375bf1fc5eae5fcc1eac1bcb13b0ff6627779c66077b5dec31a3c0ac61a6aac6077c713b17b3e7ec49a84eb604d3eb763f72ebdc7eefbbe196ba6ef8f357bbb8035ebdf8835ff5c833d74f213f610c9066b99eb80b5baf1187bf4dd34d696c5c5da16dfc3da3edd83b54bf0c6da6f48c41eaf6cc31e9fd5c69ef09fc19e4848c39e5829c43a8499601dc0bd58c7d854ac234184753676c6ba8c8f62ddce8460dd3728623d0d7763bd7a9ab1bedbaab1be3f80d8b34e81d8b3110ed8b34530acffb1366c50ce116c509b3d3678a5121b9a18830d9d61632f18cc632f862460c3361962c346bbb061f3c3d848982a3672de187b795d38f672e4796c94c97a6c14b6191b5dd78d8d6e9ec7c6f066b0b1b45fd8245b0f6c12f9293669ae027bedbc37363924189bfcfe2236cd431b7b23f42636432ec0665afec166fabcc5defc6884cd1ad88cbd9500c7defa70117bdbea0f3637a5149bcb5cc302443a58a0f97b2cd08e8305d57b63215b56b1f0c9602c62e537166923c2a23ffec4a217ae61b17725585cc2612c0e78164bf06fc5129b22b0647f3b2c9da78ba577db6019c4362ce359059669a387e5d4f76079da1a58bee757acf058195678dd1b2bfc1286959c598f95a9efc6caf18ad8fbbbae62ef3fa8c73e505fc63e0859872d3b908a2d5b73c196db65631f664c621fb5efc63e7a5387ad544cc156ea2e63ab32df61ab18d6d86aab8dd89aaad3d8ba8d626c5d6e0eb60e7b045b87bb89ad7bed80ad9bfc8a7dfce80bf6c9bb2bd8fafc13d8c63307b18d31746cd3a1006c93bf1ef61955887d36aafbdf6a82b0cd45ebb12da94c6c4bc9176c4bcb0ab60dde83edccdc847daded897db7bb07fb9eee87fdb03f03fb51958efd2898c6f66e2dc5f6dd29c6f61b7dc77ee64761076347b1c3fa4ad891efe7b1a3fb2ffcffdbd2d1bf26d8b1733cec58942d760a6681fdb163277626c9003b9ff613bb503789fd05bc85fd05956317d729619796b3b1cb7bd2b17fdb9e60ffbecdc7feedc562d78aad700ad01c9c421d03a778f0106ec3d3299cb271156ee3c84b9c8a6809a7ba1b8c535d8dc5a96d44e1d4f7a8e1d44ff271ea5ed9388dcb6538cd539538cd6fbf705a1b53715a9f7fe174f2bfe2b6f5d5e3f4b69be3f48c9a71fabe51b85db12c9c81c1769c814736ce08e68c33d69dc31907f6e38c6fe6e2763beec6ed2998c4ed3d9184dbdbdd8a334d3a89dba76582dbcffa8633377a8d338f3e8c3b68ff1477103d823b643e883be4338b3b1ccfc31d2ebd873bc267e28eeeb0c61d3df41577d43d0a7734ab0167cdb884b3d9608cb369b3c2d93e798ab3fd07c3d9ad5f87b3cba7e38e1b6dc41d0fd7c7392676e11c6735714ee246dca9470138d7693ddce97def70a7e352706ebae93877a7259c7b5e2cce33d40f77e6f6419c575537ceebf70cceaffd10eeace21e9c3fbf0e1770ee322eb0661f2ec8f713ee5ca525eefc3d02ee82f631dc4576382eec59212ebca41d17fe1b8b0b5fd98abbd4be177719b50517e51e8bbb92ff0e17fd200717fd6c151743c8c1c50cffc025c8737009af747149f7aee2ae914670d7f17f70d79f2071c9c6f771296adeb8d4bac3b8b42b69b8ccc613b89b679a71590718b85b7bdee3b2ff94e1724a1a70b9bf37e2f2560ee000c18538507f040e82a9c0217a337048d5581c72f7361ccafe240e3d5384c3083fe3b08c601c2ee6020e576f87c39fbc87239c6ec511a27d7084afce38a2a60f8ed89e812319eec2913e64e0c8b41a1ccdcf11471b2ac0710e8ee33844151ca7a705c74bbf8ce3c3b138c1195d9cd0fb014e2831c489758538f19577389948889313db700f64aeb8c2582eae3883842b710cc195c6cfe04abf0de31e1e53c255346be12a0ff5e22a9f4ee3aab568b89aa8045c8df42aae76eb2aae9601c6d5fe63e2ea341b708f8786704ffedae2eaf75be0ea6faee29efa7dc43d4dc0e19efebd8e6b088bc43d3b7506f782ef866bb9d5846b99f4c2b5aaecc0b57deec5b5cf81702f5d6a71af2a6ee23aae84e05e578ce25eff7982eb3253c375f939e3dee964e0de3f9ac77da88fc37ddcae82eb357c82eb2d7a89eba326e1fa050cdc67d46fdc602b0f371c60801b263be2bea48a70233a30dc986c37eeeb902bee5b923f6ea21c859ba21ec1fd78711bf763d018375dab819b7e76033713338d9b2954c5cd8675e2e63f27e1162a5271bff69171bfdcaa70bf7ef4e31603fd71bfc7b8b83f1a97707fc48eb83fcb4f717fdf69e3560ef5e0fefd57cb6b0ef978c5d10d78a5052fbcb29314af9c178fdfc849c4abbc86e155375ec3ab3e6cc16ff9e383571fd983df9a7d0ebf95bd8ad790bcc36b1e2cc56b0efae3b536fdc7e40f5edb5201af0dfa86d73984c3ebd8c7e375dcbcf13a2956789d4c185ea7ea1f5eb7d70bbfe39d0a7ee791737843bd3cbce1f58778c38e68bc911d1b6f9cd68d37663dc3ef796b843709f88037b9a2823769bc8137a566e24d6bf878d3a7d57833ec04de8c02c19bd78fe30ffee1e10fbdb3c25b5eb3c45ba671f1968052fc61eb0f782bcd4778db4dc178db3657bc3d92853fde3a8a7730f1c63b1444e31d61dbf1278f59e24fda55e24f025ee39d7688f04e8b60bcf33b25fca9c014fc29a421dec52616efdae38677ab2fc57bfd48c47b9bace17db31ee2fd9e31f07e5f3fe0034107f041947ff8201a1f1f5c44c307377dc007b739e1837fbcc787164fe22faedcc1876be8e2c3b54ee1c3431af197cec1f097c25af011451ef848ad3df848036b7ce4e1097c549f37fe4a5334fe4abb041f0d2fc3c7442be2afba6cc55f7d05c0c7220ee3e39b55f1097746f10933adf8a4db97f0d7d5bfe153b578f8cc0305f8cc2c777ca6a8097f13f80c7f4bfb023e5bab1f9f6da58bcfce1ac0e7acff8dcfa914e36f1bdec6df86b7e0ef5cd888cfdd5d8acf3d1a87cf33be89cff3aec5e73db98ebf1bb4057ff7b5131eb8fb341e08a9c7834e2ce0a1b5fa78d8790a1ebee7191eee4fc323144ee311eb017894e5433c3ae4001eab73198f9b60e0f1b9c7f18430199ef0c01e4f58de822746e5e349ccdf7852c9389ea63781a7f7dae119c5023c63e80f9ed9fd10cfde7f04cf8e9cc0f337d9e385102e5e583c8c97fc7b899732f7e1a5032e78e9842a5e8622e2e5146bfc7de42e7c01651e5ff06f33be74fd177c797934fe61ed21fca33422bec26a165f71e335be32cd0f5fb976185febfe1dffb82102ffe41f15ff34b300df70e927bee99d04ff6c7505ff5cf91abe592f00ffe2f2337cdb9b717cfbb03ffe55ae0dbe7bf747fc1be606fc9bfb6ff1ef8d06f03dcee6f84fe1d7f09faaf8f8debd2df8cf79e7f09fe71ee3878ed1f1436ef1f8a1457bfc88f217fc58e6207e4cfe03ff95740b3f6e7f0dff0db81d3fd16a839f2cba849f0a28c24f9596e07f9cb6c5cf207ee26744dff0b36f42f07374097e618707fe979337fed7dd4ff8454a09feb79f367ec9d803bff4598c5fd5c0e3574f3cc2af5e55c6afd984e0d7fc390445109ab0fe703661fd9b76c2faa936c2266b2161133c80b0a9e20641b5964e501d4712d442fe1134ae8513342097085ac743095a499a04ad27dd846ddd14c2f6a728c20e3b1b825ef931825ecd5382febe4a82e1ce55c21e1698b0a7369460227624ece51913f6161209a6177f12f69dbd4c30fbc92758ec95102cce3d2058c02b0807fce7080708b7090793ee100e3ebf4738643349386c26221c7e0f271c5e7e443822a6138ec86a0936e73a09c754e308b6362482fddc79c2096309c181fc9fe7230427bc1ec185af4970999c27b8de7523b8eb8f10dcff95113cce42089ee95104afa72e041fa82fc1179649f02de921f8990c1102afa71202d91c425099192198d84a087e7e8710dc9f41087d9a47b830e34608931308e1e54042e49bbb84cb3b2b0957f6b512a29b2b09b1de7c422c0f4e88153d23c4f93108718f2e11e2dab711122acc0889a39f08d7b49a09c94c012159ae4048a1b81352db9f11523f1512d2ecd30819342e21ab7e2be196c21142ce8e61428ed88b90f3be8390d3df46b8add840c8dd1e4cb8ebf59d0018e41300e31904e095420270a69800c24e13c001440298f38100e3071050cdf304741b8880d38926e0a96802812e23103e5611c85a2104b208492057ab1228a0510265429d403bf680402bbb4ba07fa612e85f1208f4d9570486f60a8169b495c032c310d87db6045ef12d02afc48520c88e2248f47804697a1f415a9c4bb8b794442888c82314767208456e2e84e28d4e84e20c3b4269e93f42e9e7bb8432bd758472c856c2432339e1217f9a50c18a2454760b0895237242f5b9ff44e811aa9fdf20544f3e27d418900875dc1784ba792ce1898911e1494100e149952fe1c97002a1a13387f09c2221b41830082d971b086df9db09edcaea8457ffcdffd5af6a4287ce2ca153e12be1f57232e1cd6432e1ed995ec2dbe644428f9f0fa10f9f4a184857210ce63812bec0ae10be086f1346cca60923770208a30439616c770ae1ebcfd384f1ccd784698f7f84e9a7fa8419133c6186c725fc62471116e9a3843ff93e8465c01ce15f2794b036f380a8c0d0262afd6311d70fd2891b9f971355ac2b892a9d2a4435c7dd44358f5ea21aa68fb865924554df9f4454679513d59f9c266af4b2881a4bfb885a6b4789da678688ba871e1375435789ba89b5445da684a8fbd893b843564ad4cbbd45d4df6e4cdcb5f1077197961b7157c763a241c073a2e19c1371f7f416a2c94b01d174179c687a7d03d12ce40cd12c9d4adc1fd146dcbfac4f34c70889e6cde144f35fa789073d1a88873c9e100f25da102da10f8996525fa295c17ae2118a0ed146994bb4a53e23da4d1613ed959689c7f7da138f7b9b101db7bc223a9a4d129dac7489ce156ec453a3494497c426a2abce05a26bde75a26bc912d16d7d11d1ddaf86e89e7b87e8de7183e8716f3ff1ccbf21a2f7ca02d1b7b58c78f65d15d1dfee1bd13fa78e1872dd9318329f493cf7419518bacf9a183aad483caf554f3c6f65413c5f47225e84fc255eac7a4d0c8feb24465c7a4b8c681c2746fc4927469a6d2546edfe46bcb20620c6e49712af8a8c88575bac88f10fae1313d6fb12933899c46b3a52e2b5d52862cac936e28d1d52623af31031c3f60031a3e93431f3b00ff1e6456be2cdb43ce2cd2919312b1d43bcf5b7819833fc9978bb609878bb6b3ff1f6d750e29d6dabc43bb9ddc45cdf1c62def147c4bb4ebb8977874044c0b66c2244d441844cec24423ded8830a73b4418f105119ed54444f0854464b53711d9504a444ed710f15a534442b48848a8592012770f1349b93a44726c2291fc76994825d8101936b788ccd01b44e6a32622f3358ac86ec310397aa7891cdb2ca2c0439528c81e230a081144c11f2fa2f0e20ba2f06b1d51722a8b28b93a479406661365bb8e10efdd9d24de93ee21de7749243e101b100bedec888f18b1c40a8defc48a08656205771fb1e291945851d54cacdc9641ac4476126be2be136b11dec43aa31c62dd2506b141a998d8481a273ed7bd4e7cdeed416c365d20b6a8ae115bf75189ed4eb1c4ceee6ae26b4d12f1f5c97662d73d2d62d7374d62d7d41ab17b9d3af1bf26e25b199df8b67b8ad813c3207ebacb257e7af88dd8b72391d8e7bb8fd857f285d87faa85d8bf324afc6ca3411c304d250ea9a41147ec5d88a30fbe11c7eaff11c7a709c4c9801ee2d41719f1874a1371ae7088f8739b1f711e9b4cfc556946fcf53b96b8d88825fe0ef025fe4621884b5b66894b763dc4a56786c4a5957ae232ce98b8bcec4efcbb43445cb1b122ae9c3f465238d8435258ad27296a50498ad7f4484af7d793d647fc246d38aa4cda700240da78bf92b4f16b2a69f378184955e849523b4827a9b9fe226d59ec21a9338f9034d41e90b47c1549da2589a49d6a28d22e369264a0ae423238c024190ca5920cc62424c3d20324c3ca172463352ac9f869096977e524c924b69d6402cb2099125348a6358324337b10c96c219bb47ff751d27e870692f9e1ab24f3a68d240bd44f92c5b361d281d5fba4831039e970d84792d5a127a423b82ad2513b00e928f51be9e88fd3246ba601c97aad8c64b3b39a742c5c8764ab4c24d9dd2b221d2ffb4e3af142403a797d9e7472e438e9e4b43ec9293884e4cc3a48722ec0905ca3d024376d09c99d08209dd1e5927c3e86937ceda648be174124bfc408d2d9ffc6ecbfc98b14a0f0811478d69f149ca5450ad1ed219db31c239defca265de0f34817756248615dc748e107ec4897a0faa44bb2715264a73329eaed3c29fa8e1e29c6428574d59446ba7acc9d14fb308014f7b79d14cf3c464aecdf4d4aeaba46bac67e44ba5ee549bafe229574fdbb2a29795b1129553f8c94b6e922e9c62085740bf2899453709e74fb852f296fdb30292fa48f7477fd131250ef3a0978ea3d0988f944020e1c2681dfba9320be9b48700f1a09fdf90209bd9c41c2564493701b5548f873bd24528f03897cbb9c4401dd21d16a7791e845f52466480b89eda744627f292071cdc649fcac309240ff2a4932fa9a24b51793eebf78437ae0e04d2a00b7930a5db248458feb49c5f6fb4825b0415229f632a96c670da93c5783f448ba8754913e45aaacd122552f1349b57b9e90ea3ee2488f158f911e4b44a427bbf692ea9df6901a70b1a4e71901a4e7438ba496ad16a4b6ef6ea4f6834cd2cb0d06a49779bb481d23e9a4aeaf7852d7c215d21b8d59d29bd207a4370deb486f1d57486f4f9990de653490def5ff25f5f488491f6e9f277db288237dbaae4bfa24d625f517cd91fa6b6f933e9b3c260d6c409106dcaf93066424d240be3669d0619e34880b240d1b5b914663a34863875c496397a9a4b1a874d2d7ba56d2f85133d2f74d79a4c917eaa4c97e18e987a709697e471d69fef610699e1c4a5ad0de455ac8dc41faa5b540fa9da743fab7034dfa37fb8fb4ba4e85b496924e565ea49037dfd021ab1afc26ab524464359f4f648d888d64ed0805f2b6b226f2b6b737c9bad34fc83bde1891f5280664bd4e3259dfc081ac0fce21efdca64cdef9cf936c8cb526ef2eb322ef6e8926ef9e0692f7443a91f740706413541379ef772db2e9a155b2596d0ed91ce442366fde4db678a9453ef8e914d9528a251ffed04b3e3cd24d3e66cc201ff356201f83be229ff87081ec9882209ffc314b3e15ae403e45bc4176fdbd83eceece21bb0334c89ecbf664cfd5efe43397b3c9ded71dc87ebe1de4b33714c9fe9d17c9fe5fa1e480002572c0f0757290852a3934a0947cfe402df942f626729809921c3677931c7e3c811c019f225f499b25c7d4c8c95703fe91af166893633747926355b791e30c2f91e33582c9f10ed1e4787f6f727c059a9ce012454e2cfa4c4eacc9255f03d3c9d7cad4c9d7273793938d2bc9c97de1e4b4481e39630b929c21df40cecaf623df72aa20df7abd44ce8e9925e76ab892f334ce91ef7a6690efbe7b46befbbe9a0c50d94d06045491814d0e64b8cd6332e2d87532c26d9a8c38b7838ce49490d14dd164cc89e7645cbc23199f1c4b26987990c9e5bfc8e4b650320d8524d34fbe26d3457d64faf2253243bf89cc5414939981103213f992cc5c2920b35ce864362696cc1d4091b95f0e93f901b1647ef325327f024c1698fc240b85366449e05eb204f9882c79b59d2cf5f6244bc1e164d99b6364b9f212f9de8c947cffc92572fe2e09397fc8995c70b09e5c9062472ea89b2717aa12c9858d2ae4e2e04a7249089b5c16e8477ef4a2875c11d448aecc00932b7b02c855bf86c9d5724d7275a309f909659edc70e10eb9f14c36f999720ef9795f1ab9b9ff1eb9e5f24b724b9e2db90536496eddfa8edc061b20bf54a921bf3c15497e19eb467ef9ec20b9239f487e6d334f7edd104f7e9394437e67114d7e37bb89fc117396fc69dd3cf9536b1fb9f7450ab94f494eee5b7e48ee0f4d260ffadf260febd793872d1f90c7b6b692bf71d4c81321d3e4895c3479e217973c75b781fce3470479face2879fa0f8c3cfb5a9d3caf1648fe85ee202f96c7917fd7ec27ff99009097f214c97faf6a9257ffbb39ad7b924a51a8fa4151a41750940ecd51949e7a5194a67751d62f0e50942d54299bba82282a4b6314b5931314f50543cad66737281a4d0a146da3fd94ed0b1728ba3b52283bacd0147dbbbb949d6af3949d8f5328bbf6f8500c1fe7528c52972846e46314e3593ec578894e31b1da4d31bba940319b9ba6ec3f7b8962b1f69662b9ee02c5f2c21b8a65d620c512eb4b39bce44c396aa049396a694bb18e30a358539228365e1f283675dd149b96698acdda6b8a6dc53b8afd9a3ee5b856de7fde508ebf4ca038683ea6384e5a504e4adc294e0dc914e7e47514e7772f29a7f476535c3649292eb52694d3faaf286e307d8a7b4018e5cccd0cca99a7bf293e87ce527cce24537c12e3287ebc82ffb453ce02cc2967173e52028319949088384a08fc382534c8861226455322b4dc2991079094c84b8594c8a4794a64fb0fcae5f11e4a8c4a372566668072d530837235749272f5df2825f1d379cab5e7df28c99063941b659394f410334a3a1c4c49bf4fa7dc844e5272bef8536edfeda5dc1ef7a3e4066b52eea6a85200b2280ac8a69d027635a6406cc72890cb5d1468d8370acc934b4114585390ef4d28c85e4f0a8a7f9c82f9de48c18b111462543985383d40a1e80f5228579f5028295c0a35319942db7e86427b9943a15fb1a3305403288cdb5f280cca1f0a633589c28a7d49616f57a7b0a5e314f6a30a0a7b8e4ee1ee3d44e1570329fc37772882a9518ad0bc9122241ca28814f653c4e18728e29b1f2862128022dd3d41913a912972e14dca83d5764abee15f4ac1842aa5701a49298a65518a9db19452bc03a56c699852eeeb477928b3a53c0a3843a938684fa91ccfa1542e6ea554b7b851aa7f8b293526ed94daea154addce204a5d9322e5b1bd3be571ea36ca9384354a7df95d4ac379174a534a0aa5a9ac84f28cef4a7936b28ff2dc034a6925f3296d1a9d9476772ae5e5da4d4a47fe5b4aa76e08a5dbc990f29eb88fd2d3b542e9598ca57c98cda27c225ca47c5a15507ab78753fa764650fa6834cae733bb289fbd4994c14b8a94c1e855ca17ed3cca977dbd942fd77f51be4c5328a3e7e594d1d478cad75ba728df207b28df0ace51bee3e629934eb594e95def28330e1729731c07ca7c8688b2d05a45f9b5e24ff97d5795f2bb3c84f267d329ca92992a65891c4f590d8fa4acbd55a22a4437531596d2a98a5b86a98aef0854a5230bd40d6ec9d48d682daaca5645aacac127d4cd27fba99bdf9fa06e1e8350557d55a86ad6fba85b02a7a85b6481d4ad310fa89aa55fa93a2de7a93a2ff9d4ed0af1d4ed872f53b7e79fa6ea9e3e49ddc177a3ea355550772acaa93b6f53a9bbf216a8863a9ba846c363d4dd31e7a97bbe7753f72cb853f7ac60a87b557653cdc676502d0e10a807769da71e1814520fedfb48b5dc3c4f3d4c30a41e16f652ad2bcca936afcf53ed368aa8767e62aa5d5c13d5fed87aea711700f5f8b314aac3ce3f54470330d5714e8dea64bf4675dec8a69e8218515dbe41a8aebb6e524f6fa5503d6cce503d0ac0548f291cd533fa0dd567642fd5b7ff2bd5cf1e45f55b8aa39e0d4da2faeb6fa5fa7b9ea6fa7b8f520336a850033510d460118a1a5c384c0d1e3f4c3d1762403d574da1862d9a512f6d73a346ec3f418d72f84abda272881abd538d1aa3cca7c66c9da3c618c450637f13a8710af3d4f8e78dd404fb1e6aa27f11f5da2e7d6ab2e3616af23b2c35d56a9c9a3a17494d8bd1a666f4fa5333a64f513331386a26a7889a39f4967af35a0a354b2b869a6527a266a1caa959e2e3d4acfba7a8593f36536f3df1a7de1a3e4dbdb5ac45cd7e514dcdd32ca0e6bdc750ef7273a9e0d369542861900a335da1c292d2a8b0dbee54f8e5a3544cd6652aa6f41d15bbcd988a7f5f4a25de1aa41217fba964550d2a39769a4a2170a9541f20950ec253998e0c2ab3673b9595904be5a023a95c0d3895ef7583caf78da30a8e595205b34fa822d568aad8f11155ec544095993b50e5e73ba9f79cd4a9f7c8cbd407873f510bba5da885372e520b4107a845460fa8c5bb2aa925f243d4d20c02b52ce516b522359b5a955949adf1bc4fad3b47a7d6b7eda13ebdd84c6dc056531b2d7f509b92b1d4e733246a73a31bb579528dfac23188fa22b295dad29e4f6d539ea4b61b2f523b50e1d44ec94beaeb64536a97e7676ad70087daed82a6be33efa6be7baf46fda0f99afae1169efa016746fd187f87da17564fed9b30a17eb6aea77e8e18a60eaada5107773b5107fba7a8c32fc5d42f9ff4a8a3e418ea685b12f52be33775025b449d24c451a734ee537f6cb849fd31d0499d466da5ce3df9405da831a32edef0a5fe267ca1fe66fea32ea59552975947a97fd578d495e56fd47fa243b4759a153445d2244d29524853025da4ad6f3f46db50984edb50a64fdb58f08bb6b1ee0d4de5059ca6f6d097a656174fd3d8ba40d38ccaa769ca7fd3343b82695a6c5d9af6e019da76c9019aae6081b66363194def4c194dbfec096d976d0d6d173c856668944433043fa1ed99d94f33e9f4a299e2c269fb0c8fd3f6bd49a499792ad2f6379ea5990f1169169395b403615eb4034f576907e3a7698721489ad5d62c9ad5b66334ab539d342b2a9e66f5ef2fcde69b12ed18558d66abb181669b3d48b3fb6f0e768d8d34fb7d9f6827ac0ed14e08926927fedda3398ddad09c831934e7b87b34e7dc519aabad2fcdb5f118cdf5b531edf41153da69fbc3b4d3911f69a75f13696ecaad34771f28cd7db698e651b385e6f9a38ce63db19ee6b7ee3ccd6f8c403b7b3899e6ff854e0bec1ba605a3fd68219631b410fe0e5aa8ca1d5ae89e1ada79c424edc2d642da85844cda05cc4fda85ba43b48bd76b69170143b48bc539b4b0187f5a78d1282d426b921693fc8e16838aa0c57c75a1c5de4ca0c50e9ca6c5adfda3c51b1ea0c5f71169897a776949fbbed292dcac69499c4fb4a42700dab5a84db46bb14f68d7deaca7a5d4dea2a55ebd4acb404369991efeb42ccd445a76ae132d5bf88676bba8867607da4acbdd914acbcd5c47bb8b50a4dd5dc6d0402fad68d0ec581ab4bb8b8648b4a221ca37d11083341a329c434339eda2a1153268e8d0351ad6ea010de7fb8086b7a2d2f0f85c1ac17c378d70e81f8df4529f462d9ea5d1881334ba9384c6ec3b49e3587ea0712d0768bcd0589af01899265c21d12466c534d946214da6b69156a41c462b9a0aa695981ea695ef0fa49567d169e565e1b487aa0f698f6c6a6955de2bb42afa7ff1139d56fb538df638e115edf1b09cd610354f6b4c9ca3358e6ca13531f4682d55625a6bb413ad2dc999d64e39437b690fa3bd2c19a7bd9cdf4e7b0558a4752c6fa7750e96d15e1bf8d35e9fbb497b7d2994f6463b86f666389bf6d16495f6c91643fbc45ca37d9a15d2fafa7d69fd4ae3b42167286d64b4823616fb8b36567a8436d67d83f6b52496365e9a49fbf60b419b40aed1becb05b4c90d08dad45534edc73c96364b54a1cd4afc68b38feb6873110ab49f112768f325ddb445f754daefe29fb4df4b8f697fb52fd2feea18d0565ecfd1fe2d75d256b39a696b57ba686b5d20dada4c2e7d3dfd097d4383367dc39f28fa16672c7d6bb598ae71cd80aea9bf42d77448a3eb20d7d1b799eea46f57f7a4eb4ebad0f5ec52e93b0d3de8464453ba71550f7d9f7b087dbff915fa7ede2dba45d267ba85b48d7e30e834dd929446b73ab9916ef5208b6ef323946ea79f4ab73bb8936e57154bb73f584eb74f0ea6db33cbe90ef7c3e8279977e827a73ce8aeeb807457e24ffae98439bafbcd45ba3bcf91eea15a493fb3f91bdd7bc35bbacfd804dd57711fddcfd59c7e36299f1e68d4460ff18fa287244ed3434603e8e7f4b6d0432fefa75fd054a45f3819420f0b384f0f3be74d0fcb0ca587b7d5d02f5d0ea747d864d32f2f65d3af683ea15f09a9a15f39574fbff2ea353df64a1d3deef5457abc75123d1e72861eff5b4cbf165d4d4fb67b4e4fb66fa0a7e833e929811df41449163da5ef353df54422fda6c62cfda6ae06fd26f8363debd046fa2dcd66faad1911fdf67165faed0c4dfa6d49083d577f071db011400716dea383de26d1211d57e9d095043a029d47c744dea263994974022e864e3cf4934e8ccfa693369da55343efd16995afe98cfb0a7466bc129da5a84f676fd846e7f805d339d72ae81c2089ceddee4ce7edcca3f34e19d2f95fe574017b2b5db87b1d5d94544e97ec72a54b1ec9e9322f45ba5ce12dfd1eb58f7e5fa18d7edf7c9c7e3faa8d9e8f1da4e7cb9be8f975d5f4a28385f422980abd583d9d5ee291482f1d1fa797b396e80f53b0f4caef647ad56e257a55ef3f7a5db625fd89e229fa13836bf4a6fd29f4e7451df4e654577acbae13f4563d6d7a1b6e1bbd3d2182fe6a9d39fd15678adef983477f1df295fefadc18bd6b2f86fe46a189fe36a990fece7286fede703ffde38579faa7af707adf4653fae75306f4cfa558fa808f3f7d00da451fd65ba57f0988a18f18d7d2471c03e9230540fac82f63fad86667fa57ad75f4af3eedf4091b14fd3b6833fd47f51efaf4f041fa8c87097de653347dce8d499ffbe2499f5b6ea5cfe72fd117801cfaaf03a7e9bf439be9bfbb7be94b4fafd197430ce8cb55dfe82bb970faca834efabf581e7d15bf8bbe2aeba0af7eeba3afcef73214402086c2a70486121bced8e027636cb87586a1bcfb004379d093b19132c0d89438ccd8f49cc7d8dc12c550b5b560a812c80c55198ba166f28ca1f6cf8ea1ce6b60a88f1f6568ecf362685caa6068f03733343b4b19dae7018c6ddb0f3274d36f33764c5d60e8b5b0183bb5108c9d910f183b631218bb002286818d25c33077d77f980cd31b1f18a6459e0cd35fe30cb3ee54c6fe870286395a9561de60c738a0b8c43820ab661cfcaecc38641fcb38349dccb0dc846658f2961856e5998ca3174a194709250ceb13290c9ba0a30c9b6bc718c7226c19c7eaae33ec621418764ff733ece5fa8ce3c12a8ce3150e0c871926c331a89571725489e174688de1ccdfc4705e9b679c32a864b8fa1c669c7e9dc6701bbec1f0cc7ecdf044e0199e247386a7a08ce1f9789ee155a5c3f09a2c62787b07327c2e1e67f88d9e649c95d830fcf5ff30029c848ce0021b46082f8a116a7f927161359d115e9acab87403c3889c47332e67ff644459dc6144f76a3262d4fe32629377326273448ca4f03846d23b63c6b5b3158c54ed1f8cb45c1546dac83823fdd97e46fabb2b8c9b6f0e306ee99e67641fd2fb4f15e38e4f22e30e7f1b2337f21f2397799a71f7720a03a8c46680f13f1890c64506dcaf8f81de7b88817df88b81cb99651099240669c746063982c8a0febbc260b87b33187974066385c160badd6730af9d6670d306185c401183fb633b83174b65f0ef4733840c184394b28521ba896448dca10cf9355386fce62d869c9ac6b8af6cc278b0ed3ae3c18dbd8cfcaffe8c027614a360680fa3f8239b51b2b89951feb88af1e8d10e46a5b205a352ff37a3ea8e15a37a1f84517d87c8a88978cba821e21875d70c188ff755331ed37519f58a4846bddf1146fd0343467dfb34a3e16b1aa37180c668522e663479d119cf5b8c192f68e719ad56c68c9719198c0eed7c46a79235a3739b31e375b41ee3f5f74c46b7662da39b4767748f7732dee89a30de241933de665932dee6e7317a1c408c9e3fcd8cbe901c46df075746dfda56c6e747538c81cff18c41073bc660029731b8b295319cfb8331528d668c0fdd617c3bd2c4f8762394f1ed610763229ac89858bec7f8beef2b639282614c318f30a6d818c62c1fce9803bd61cce7e933162d3e301663ff30165373187fce42184b9d4e8c7f078319abd5bdcc75fb1599eb6e0b99eb9a5a988a7977998a9858a652a094a9d47796b93e05cfdc5006666ee8b2662a2b6830553c72982a635dcccd33094c0df344a626a78da9a3789fb9dd6886a9ab7482b923f40353ef48327367410a73e70280b92b7b03d3a04d8b69888a661ab21e310d47269846a458a6b1d897b9e7f273e69ede1d4c53e12cd3acd19ab93f498bb97ff933d362e41cf3c06c1ff3e04c0df39030e13f00a6a5e039d32ab99969f5bb87696dbccc3ca636ce3c6658c274ba7197e9d4ddcb74b6f9cb3c35e4c8743911c274bbfc95e9f6f91bd39df19be9c929629e719a629e79ebccf4fef785e9a310c0f4c15f6206b4cf3003136399818c03ccc0571066105dc40cd9a2c40c3981639ebb7a8a79ae379219ead3c9bc68f6987931259f19766a9e19f65a9d197ea48019eef28a1971d69979f9b41233ea118319d72562c64f4432e3ffea3313eef433af4d6733afafffcabc7e3b99997c4f8799425763a68a3c98698e60e68d247f66c67c3e33736f073373e402336ba59b994db566e6fe7ecdcc0b6861e6e5d631efee90300123714c90463f136c3ec904e70e3021dba84c98fd5b26f2660913f964898912089968e60a13934762624dd498b8dbed4c1cf53e93307780493addc4245d443149cd5f98f437794c56420a937de009937d668ac9c9c96572db8798dc913526cfec28933f54cb1465f098a23f5799e2ed62a6746f13539e4563de57e867deff9dcc7c50b4c27cf084ceccf7356116ca7e338b8e58328b4fe6314bf75d6296bfbec3ac6cd660567e4430abdc4a98b5a92798b5afcd988fcd0f30eb43bf319f3abc6536aa87309baa6a98cf3dfa98cf970e329b739d992f1cb6335bcebc60b6c42831db83dd99af027b99affa7c991ddc6866b72080f926e919f3ed9626e6db73decc9e8ff3cc0f3443e6476d67662fa093d94fad677ef6f7660e6c7cc81c70ca620ec43c600ee9aa318732b731bf3adb33bf6623995ff3f399df36b830bf856299df2658cceff408e60fb807731a0161ce998d317f6ec0317f6e1131e7512f990ba6eb988b17c8ccc54f1ce66fbf11e69fadcecc3fbab3cc3fe951cc6583ddccbf2a07982baf1599ff949a99ab06cf598a3726594a07c258eb0f48581b4e37b1365ced6229cf9e66292f1f606d1c7dcbda74be98b549a0ccda5483606d5a3bcb52892e65a94c56b136dbef676d865e626dee3060a93ece65a9ad93b1d494852c35bf1f2cb534064b0d8c63a975cdb03423b6b134912f599a8d592ced964b2c1dad8dac5d5e4a2c43fa3696a110cb32fa0266edb962cbda33dcc23289a962993cffcbdabba4c9dab7eb36cbec949cb5bfee21cb7cd19a659195c83ab043897520ff0ceb20d48175f0b91deb909b8c7578b19d65e5066059313a58478c1d58472a2d59470d1fb16c548758363dee2c9bbe16d631bd5c966de623962d3b8065fbef0febb88e29ebf8360bd609df38d6897219cbe1cc7a9683409be54cf766b9fca3b35cdfa159a71be4ac33392e2c2fc902cb1ba1cff22e3666f9c428b0cefa84b2ce5e44b10229a5ac20737f56d0810a56702b89159253c53a971ec93abfb98a759eafcd3a3f6fc8baf0cc8375b1659015ee97c70aff3ccc8a7c7487157dcc8a150d73605d0dbdc5bada98c48aedbac08afd788c954811b0aebf97b1d2166659e9e16f5937276c59d911edacec942456cecb97ac3b35a52cc0053516f0e35f16f4cf0516926cc842311558e8d6491636e9090b9bf39a85abbec9c23dd16111d277b32899175994b1701665ed318bface8cc5887461319d0658ec94711647fe97c55d9b65f1b4b35982a16596d0fa3f1f065912661c4bbe9dc992ff4961dd83ccb0ee638eb1ee3f04b01e74eab1f25f4059051b14580506adac82842bac829775ac22b75bac22621cabb818c42ab98e63951e39c02a0ddccb2afdb2c62a8318b1caf28359e5616dac87ea9b598f2cc7598f1c6fb12af02eacaa4336acea6304560dcf945523c7b26a4608acc785a7594f3afa594f1bf3580de12bac86814456e3464556d3366556535003ab295e83d5d4e8ce7a16d5c37a568363351fb9c96ac93fc06a6d7dc76a0ba96575f471591de3bb589dc64cd6eb833b58af6b18aceeb061d6dbed57591feb52589fac4b599f3e5bb07a9b15597de173ac017d1c6bc008cf1a201bb0863c4fb3be7cdccd1a1bf9c0fabae901eb9be122ebdb1975d664b9296baa388235cd0c67cd3c22b3667d7b59b3dc17acd90e6fd6dce2386b21c989b58079c7fae56dcafa9302632d6184ace5b30bace54b17d8eb80256c85f97f6c456b045b29e8065be9b22d7bfd8b42b672693a7ba39f227b63229fbdb1cb8cbd69c3007bf3940e5b75d598adbe60c7d6d87f9aadb9539fad79ce9eadf9ef2b5b0b738badd58460ebea6e62eb3a55b375df16b0f50d3fb177327cd93bc51d6c834f6fd9bb75abd97bd5cdd8a6016d6c53b9946db6ab926d16e5c03607e2d81667aad816297bd91699656ccb9d66eca3cc31b68d590cdb26eb09fb98cf04dbf6869c6dfb9ec83e0e2c651f6f1c621f7f37c23eb1fa9cedb043c0769c9c629fd2ddca3e5562c576d9f694edfa49817dbaee2cdbcd4183edbeef24db7dcc9ced79642fdb0b2c647b7b48d8de69216c6f493edb472791ed634d62fbbb65b1fde15decc0b15276d0f62576f0b600f6b9bfd7d8178866ec8bbe89ec30b1233becd902fbd2fbf7ec88758decc88cff6e36b10476545b213bead326f615c831f695455376b4e90a3b4645951dabdace8e776c6627ec096227e4a9b093722cd9a9473bd9a9f67aecb40d6fd8690fbcd837e206d9373af7b0d30b7eb333824bd919cd3aec8cf6ddec9b7a64f62dc1243bfbe631f6ed984ef69dd8bdecbcdd74f65d6d221b7820880df4af668329196c489b9c0dcd356243110836bce63a1b6df6918d311b6263a6d2d9f8d34d6cc262149b38c26393029bd994bfcd6ceaeb976cdaba1b6cdab668368d93cc667449d84cbd436c4ec1309b47d761f35a95d97ce025369f76952d8ab3618b9bbfb0a53a096cd99b50b63c3f9dfd806ac5ce8fe0b08bc263d945154aeca2df6bece210337631229f5d62fb985dae92c42edfa9c97e78d986fd284f835d25186257afab6757bf2f61d76c61b06b1e1c67d77e39cc7eece2cb7ea259ce7e4207b29fe25fb09fd6b9b21ba5deeca6edf7d8cfa82bec6705c7d9cfeb84ece66baeec17d553ecd64224bb6dd58cddae2260bfa4ec6077ece5b1bb9dd3d96f1ab4d86fde7d61bfb7ce67bf7f2e667f12b3d89f9d37b007f38cd8430deeec31ee0bf6d88bc7ecb185cbecf12c77f654b21a7b6ec33ef6cfdf2becf9d80cf6fc540b7bc1c482bd50b685bde82a67ffd9b49bbd7abf88bdf6e52b7b6d14c55efbf69aa3e0d5cd51582ee128a56ee128e59fe6acb7efe66c5c98e56c6a54e56c765ee16c7e13c551bb9cc451abddca51d773e7a8475671d4d37771348e7ee268196a71b465de9ceda9a739ba71af38fa102c477f398d63283ec931eeefe4981c1ee1982c4e71f6da4770f66fdcc1d9cf9fe498d3d91cf3f6398ec55c1fe740f807ce81bf2b9c4301159c431224e7d0430dce61ef0acee194539cc38fea3956cdbd9c238fe33847bace728e3a65728e3d3dc7b13ba2cab1f7a6718e93251c472b28e7e4b81bc72555c0717d50c6f108d9cff1f611707c5eece4f8c9af70ceeef9c439dbb997138838cc091cb9c3095ca673828a199c6087939c7333524e18e909276c628813fe2980136138c589906ee4444a0d3991bf033897cdbc3851da6d9ca8280627aae40ae7ca149973653986134d59e044b7847062a7e639f17ebf39097f889cc4f1039c24eb979c548639e7c6e961ce8d39474efac66d9c8ca0a79cccf165cecdd9439c5b3feb3939f62a9cdb6fe338b7e71b397772f670f2d2d671ee86697100df23399082650ef4e6590eccfc38070e5be26027a11c9ca50e075726e7e01e6fe71086cd3844900587c8f9c021b6ac7188cbb61c921b98438a09e79095fd38940e30877a399943a31ee1d0f7d970186e9d1cc6edbd1cc6f23b0e7bf3250edbfe0a873b58cae1fecae108c46e1c51ae02477cf33047cca57224a3039c7b67df73f2ef69700a0786384563a69cd275669c5295114ee9717d4ed93632a70c739053fe2083533eb089f368f835a7f26335a7cad68d5313a5c2a93b33cfa90bd2e43c7961c6791acfe33ca59de4346684701a1b5b398d9fd6731a4777709e298838cf3b5b392f984b9c17cdfa9cb68d499cf6802d9c979d12ce2b8dfb9cce5d4d9c6ee228e78d128ed373d987f3f1e03acec7ef799cdef86b9cbec72a9c01f300ce50693c67981dc1f9a20ee68c6cb8c919910b38a303099c31e215ced7d440ce783f82f36def206742c394336923e6cce2389cf9ce3f9c850447cec2c223cee26c31e73787cdf9730ecb59e6a1392bea67392b895b392b431b38ab2e6d5c859ba35c85d1f75cc5027dee7ab397dc0da3be5c65d16beea68835ee66ab51ae9afc065753f92257330bc8d5ba26e16a01a3b83a8461eef6f59fb9baebe45c5de91277c7a697dc1d21dbb806c9fa5c43421cd7701cc0350a79c335faf185bb279bcfdd33edca3549fcc035f9b089bbb7dd90bb2f7985bb6fe43977ff9971ae799e32d722cc897bf09b03f7b04725d7eac41bee51f62eae75f041aeadf626ae6daa1bd75e0fc0b57f1ec43dfee327d7216433d761ba9debd858c83d797a99eb92749febd2b59feb3a66cb3d8d1573dd866e70dd490b5c0f5d2bae870189eba9a0c7f5dc8ee47afae970bd363de67aeb33b83ed562ee59fd5ddcb353aa5cff755bb8fefe10aeff9559aeff3b4d6ea00e871b78f52b37e8f7276ef0c5386e306c847b0ebec20d3572e05eb870887b0119cfbd20d3e55efcf68f7b71ed06379c94c40d1736722f7d5ce046b6b3b997d71e73a3343f70a313e8dc18dd596eace677ee7599213725dc929b7aa6827be36502375d7c8c9bbefc9d7b47f521370fe8c4bd1bf38d0bb8b19e0bd2d2e382cf467361b6755c58ea352eecdf162e122fe012feb9738951095c9262199764f1964b8a49e592fe9ee392ebb95c4af77e2eb57c9e4bbbb9934be39b71e981715c0644ce65f4c2b92c1a8ecbcedecee5ca0bb902d007ae5044e38aa3ce71c5a016ae54c1812b5d4ae6de33a372ef1d1571eff59fe0dedf0ce4dea76573f3199fb9f993addcc2f893dca288016e31b5845b0a52e696f7c6731f6e7ccfadb026712b6cf6732ba6af72ab764e731f7fe9e73ef18fe23e997ccc7d1a67c06d0cbec06d8c59c76dc414719b9c7ab8cf3678739f2b01b9cfb58f709fcf06729bcda7b82f2caf725fb47fe5b6e41ee6b6e42f715bef8771dbf7b3b82f8b76713b34bf723b266e703b77c6705fdf6fe6be5dcfe3beddb595fbee9f36b7a76896fb617e90fbd152c0fd44f9c2fdf4399cdbabe5ccede5a572fb77cf73fb5bbab99fcd2db803f460ee206e923bd47f9a3bb436cd1dae29e77e9974e28ed5da70c726aab85f8323b8e34668eec47a17eef75832f73b609e3b794e9b3bf9ac9d3bb9728c3bbb70883baf09e6ceef59c79dbfe6c85d88f3e42ef45ee02efcd5e02eda3772ff84bee4feb905e72e69ede6fe55f4e6fec5a471579d77f0d6f13b78ebaa7ff0146aed788aedaf794a7b5a794ac328defa75ce3c656d1c4f25f1236fcbed489e7ab99cb735bd85a79db085a7dd57c2d3297bc8db164be76d4b17f0b601403c5de6319e7e9c2a4fffae02cf408ee1197eb6e2190e497946c0499e1102c933f675e51957efe319372af176076de099d858f2f682bff2f67d76e79951b579fb0f94f3cc9d4679e6431d3c8bc33f78168e309e855f3acfa2c2877790e8c43b84d5e059aa3fe3599e29e31df643f1aceaaef16cbe4278c7ffccf01c102e3cc7fcc7bc93da43bc933a19bc9376bf78aed2adbcd3072679a7cb313cf76230cf433d88e781c9e0791dc4f0bceaad783efb76f37c84de3c1f399917801be50570e77841e77579418935bc90ec9dbc10e8342f5c2ee5457c3cc28b5813f1627a667957d5bd79719bb2798997667849db567849247bdeb5e51fbcebfea779d7bfdde55d5ff3e625eff9c84b916278694a71bc34652fde8dbd0abcf4fdadbcf4c0cdbc8c02292fa35bcccbece7f36e3eace36539bbf3b2bbf3793996ff7839f70ff27246bb79795ffff10028110fd05ac303eef5e10153ba79e0aea33c34cf9c8779f29687b575e761bb5b78f8602d1e691cce23738c7994437b79944c168fba36c8a3fd4ce5316efef7a0573acc635bbbf1d8e38b3c0e3e8bc729abe171bbcb79bc7bca3c7ea09c27387b8a27a86ae449cdb6f0e4897b79f7768179f7a2b278f70ffbf1ee7bb8f1ee575ee6dd6f3ac6bbbfaccdcbff66cbcbfffb8157d075885738edc82b9e48e59548bef14a0ffbf0cafe0df1ca2f74f31eaec3f32a462d7895eb2c7995c639bcca2524afda708857edfd8b577d693daffaef265ecde9a7bcdaecb3bcba5316bcba3820af6e90c6ab4f1ce43d250df09ece02784f574ff31ab4d5780d9f8ef29a3a3279cf2cfb79cf6f25f39a35e4bc66b080d7da34c27b75cc94d7d199ceeb5456e1753a75f23a3b9b785d7737f0ba3e9ee5bd3926e0bd89d4e5bd29d9c47b2bdbc27bb7f711ef5db426afe75c03afe7591baf4f1cc5eb0ff84ff14fde60be0b6f58e93def8b7108ef0b9fcc1b635fe08d5f6ce78dcfa9f1bef73bf1a6e5d5bce9b954de2c748a3757e5cdfb7df729efcf5617ded294176fe5cf0edebf8d00debf6393bc7f7f8d79ab55bf78ab8d19bc35535bdeda39216fed0b9cbf8ebbc45738d2c0575859cf57711fe26fae27f1556d597cd5bc5abe2a308aaf765dc4dff2d590bf35d299bfb5fb1c7feb0a80af712c97af692ae16b292df0b51efaf0b5a33ff0b55f5fe4eb042cf27502bbf93bd406f93bdab6f0f5cc33f8fa8baefc9dfe297c835447be416718dff8bd2d7fb78e1f7faf853b7fff764bbec5912ebe051ecbb72077f20f38baf20f9cace71fbcd7c23fb4fd19ff70b402ffe8bd45beb58631ff58870adfd6678a6fb7ee09df5e610bdf5e692fdf7efe0affe4088b7faaff01df35df86ef5a52c877fdd2c1774bd2e0bb4da3f9eeef75f81edb617c8f7616ff4c660dff4c563ddf4b8fccf7b25fc7f7de9fcdf7b198e0fb8468f27d1b4df9fe0e3bf9217f3af9a157c7f917121af917f072fe05ae1effc2a730fec503a7f9176b1cf9171b03f9e14966fc4b6951fc08403f3fa2c6811f79cb827ff9d402ffcacd6dfc2b3209ff6a34991fbbde8d1f171eca8f2bd1e5c71faee127e8abf3130c2df9099f71fca4306f7e4ae3117e6a60253fb5659a9fb6e33b3f7de23d3f2395cbcfe068f1334fcdf36f2567f16fcd1ce7675f7ec6cf7e7c957fe796251f5058cf07063de6836ee5f0c1a4663eb8e7321f3259c0872c25f0a1f0543e5c790f1f5e9bc9472be6f0f1fe157c7cab0f9f70708c4f5876e19374417cd2fe6e3e8991cfa732a6f8b47e2f3efd860b9f7115c1673a06f19995723e73298ccfd20ae7f3c20cf8bc7f343e7f3b9ecfcf9be58b7738f3c577bff125a74ff1258d57f892253dfebdd46ffc7bac7efe7dbf6efefd4804ff418203ff0133805f906dcb2f34aee7177641f945a7dbf845978ff08be6b6f14bc0b6fc72e5147ec57024bfead85f7e75048c5fdd31c3afeddecdaf33afe53ff14ce63f1187f09f7c10f3eba12bfc262c95ffdcba8cffe25a07bf25369bdfae788adf6e7697df7ef107bff35836bfd3cd9fdff9ee3ebfdbeb3bbfbb740fffcdab1ffcb7d12ff86f17cff0df156af2df3bc1f93da41ffc0f5d33fc8fe1c5fc3eab557eff467dfec0f61ffcc12335fc2f3b80fc2fc835fe58e201fed7180bfef8433aff9ba2037f02bb993fb154cbffeed0c3ffeef596ffe3e7047f5aa9863ffd5e853f1b71823f9be3c75fe85cc75f78fb84ff7b7b207f69f8367ff9258cbfb234c9ffa7e0c95ffd3acc5ffd4de1afd5bc14acfb4e11ac5b3920503af543a0346828d8a03c29d8b8c346a0561d22507b46146cb97f55a03eba4da0fefdbc407d71bf60eb9e7a8106654ca07d5b4fa0d3f452a0eb1929d8e1f84960e0f7576010b55360b0745260a8e52d302e1b159870170526638f05a61a5a827d634f046615f902b34f29820301de82037d40c1a17339824379a38243d54281a5638ae0e806b6e0282a476073ee9fe09856abc06eae5a60b73a2b38fe2848707c39527082912c7048b31638140a04272f0f0b9c10628173ca168173e1b0e0d469acc0f5c875819786b6c0fbb1a3c00f5b2938db8f120468080481131f0441ce8a82109ca3205474507031224a101e6a2b087ffd5170e964b9e05268b020729c2588a97a24b86a5e2a8865f60a622b6f0ae23fb60a126a388284ee684152e7ac20a5cf47907a3e5a905ac814a43ebc2e48573616a45b170932ec8d04372d0d04375b130459dc2241ceee2c414efa03c1edad3382db2494e08ea0417067faa020f7969ae06ee60301e0948100e0132a00843c1500c2db0540bf1001909c2e802a180b60eb2b04b09b1b05f0eb620122244580f8322040116e0bd0053704e81eb200f30426c0fc0911608da80242fa3f01d1d15640740e1410bf3809c82b1302f2ea09014d29564073460968822501bd4c43c0383b28605c98163060f7054caf5a01f7fc26010fe92c10ac850984ae8b029116492049f214486a620492892081ec6c91402e0a16dc339709eec566080ad03704858a5582e2cb4182b2230705e53d91828a844141c58aa5a0f29caea0f2ce4541e54889a07aeebba046e987a026db435083cb143ce1aa0a1a148a050d2a5f040d92f582c6ac5cc1b36cbae0b92b52d09aff56f0d22558f06a4951d0e9bd5ff0fadb8ce0f5d26641d784bfe0bdc91bc1fb3a6b41cfa0ade0a3de80e0936f82a0f7a89560e0bf3c0dad6a0946a25d0423c9db05230c1fc148d1b860948a148c3d53118c4d7d158c43f082ef2f7404538b57043f0e8e0b7e4c4c0a6680b3829fbb4605bff46d05bfd802c1af8adf8245c70ec162d27ec1522e54b0bc71af60d9525fb05ca62af85bab2d5839342e58096a16ac482f0b569aad052b9f59827f214704ab2f6f0815be1509376ec816aa18d2849b3f0708555dcc855b823a841a7308a1562952a8f5db5aa8ede829d4be5329d4115a08b79db315ea2a85097798b40b77c0ca843bde09857a9eae42bdd87aa1a1b7bf70f79d46a1e915a9d0b41e2fdc77a241b8efbca770dfec57a159394668d61526344f62090fb4d40b2d0b360b0f936f0bad9464c223816dc2231fdf0a8f065d155acb7b84d6bf9285c75cec8576cd6dc2e3698142078308a1d34c9af094efb2f014c453788ab05f788a745de82ad417ba3b950b3db6580a3db36e0a3da9b942af1c63a1d7ab6742dfcffe42bf8855a1dfe529e159619cd0ffec4361c08157c2a0d2266170b8bf30f8879b30c46751187219293cbff85778e1f88af042e4a030ac68a7f0d2284f18e17344183103155e7957288cb16e13c678de10c6d90508e3727385f191ddc2eb8d7f8569b6a6c2f4b88fc29b971c8459c8e3c2ac1f96c25b2e1ce1ad268230fb60adf0b6e576e19d20ba3097a326ccfbf45408543c25041e541402afa60a81a0482128244e087e352e845ef210c217f60891d73385c8c93b427cf0652171438490f873ab902ceb10929f2a0bc933ee42ca916521e5115d48b502095997b608b9bbca853cafb7421efa8690d7d526e487de14f25bca8442032ba1983127943efd2794fb6e10ca0b8d84f726cb840fdccf08f39d3385053563c242f31e61d1f26561b16183b098da2f2c15b284a56be5c232c64e61b9be9fb01ca2212c271c113e2cba2a7c34df25acd8622aacc4cc092b4b4a84d56ba1c29a67c1c2daa3cdc25a9f37c25a9a8bb0f6438ab07658575827630beb6a59c2ba8eadc2a79b1c85cdbe77842ffe86095fc50b85af5af708bb2fa509bba387856fe63a846f958b859ffd2f083fff4b160ed8a18403a91b8483eb9a84832afb85c3be01c2617fa970f8d58870f81b58f885fe4a3812f045386a20128edd52128ed1ed84634da785632fcb84e33e5f84e3934bc26f2807e154e0a270ba72bd7086652c9c7ff55db870e482f0d7fe16e1a29aa270f19ebb70f1e543e19f6340e1dfcba784abe7a3450a2caa48e1015ea4f0264ba478ab5fa4bcc951b4b1a946b4b199ff9fffe20b3d91ca2f53d116db11917a6e9b48f3f15f9116cb57a4630a11e9144689b6ff918b743396443b8e6c17e9f11d44fa371244fa0c379181345d6454a927dafdb44eb447ad5f645ad929325b2c13ede75a880e04b9882c2f458a2cbf2589ac9fe4888e5d178a6c131c44766a274427cfd0454e237e22e7236522971f5291cbda07d1e9d55891870e55e4b14d4be411d929f2280c12799e9a1679591e1279852e8bbcce2f8b7cf95622bfa03891df3b43d159d5e7a2b366bda2b3870b4401354251d0c1d3a2a0ab0251b049842878d45b14b2d55814f2c94774eec4165168f267d1854543d14595145114cc4174a5c259148d55fccf17518c728828beb24894e02a1325507345492aa3a2ebba96a2e440b02879ca5794c2118ad29099a2b4072745377a1a45997807d1cd2a7b51964bbde896ca2e51b6f7655136ca5074fb364f74f7e2561120a75704815e12c1f7934408cc751162fcbb08b5ce538476eb1561d71f13616945226c3156846d8c10e1844122bcd63a11e15e9788a27f5cc4666f1371ca7e8838af4245fc847111ffe67991f8bfb148bec58a64f01722d9d3f722793045743f324f949fb449940f178b0ac04051c1c30a51c1a2585428991015c37789ca704da272469be811794c54c12a1055ef6c10d55e018aead66d15d56d4a17d5719545f52105a2a7d41551037d56d434f04df4ecda0dd18b4b7cd18bc71b452f061d442dab6f44ad1b0e8b5a9181a2d6968ba2b67b0051fb36b6a8bd3849f4ea97a1a8038212754aab45afcfaf1775fb9e10758fb489de04248bde4cb688fa6ec589fabdc245fd8506a2cfe32f44838b1744c307b78a86cb944423b29fa291afbf45a3718aa2afe11744df2299a209568d68d25c4134f9dd423475f0a768eaa791e8879e93e887155c341dcc15cd287f13cdbdf717cd4d048b7e6227450bffe56ba1d555b4f0f68ae89783be68991a2bfafb73a7e8ef1a4ff4ef649368f5f926d15a054dace0f851ac80b92256bcf51f7c8758e9bdb758b9d851bc51aa275671138955aebd16ab29448a3568c3e26d0db662bd6322b19e688b584f3e24d6bf632c3678f6546cf0cd566cb0d821365242888d08d7c47bdbbbc5a6fb5062f3e257e28341bfc587edf68b8f258ac4b68bc1623b8a9ed85e412ab60fb0171f8f84884f2cdd109ffc6028764eff2e3eb51a2c7651ea13bb5895895d3251e2d331cbe2d3cf8bc4ee4a2fc4ee6ae362f7cf15620fe763620fd68cd8ebbd99d8bbf0b5d84f5e22f6575e120714d1c401dd6fc481c0407160dd5e71f0598ef8dc5f8238d4fe843834d5481c5ac9165f507e270eef7c2f8e08561547b053c4118b37c497379f175fde15288ecad825be329b208e4b3417c77f918be3bfd689135202c589e10de2e4cf69e274877fe2ccb7dae22cc3397196d11371d6414d71d6077ff12df201f1ad322df19dee20716eb4b238af26549cf7a5437c97e72c064017c58027c562e0e53362b0b98f188a9a11c39cff8961e40e31ac714e8c008c8b516efd62d44565317a2c578cdf6224c6df4a17d39c43c4b410be988ed82f661bb788396e7bc51c9f79313f922b1695b989c5f539e2c2933ee2227c91b8b8f4bcb8e4de5d71795e83f8d12582b85273485c69c7155705948aabee80c5559fbf88ab46acc435fd1bc4b56677c5f56719e2fa9248f1d39d17c44f9b95c50de86c7143ed8cb851f385b8f16a87f8998292f879e54ff1f341b2b8995f277ef1504bdc7aa75fdc86a48bdbc61e895feefc2c7ec536147768a2c4af75f3c55d3a15e2ae925fe27757cac53dc5f7c41f69d3e2bee34271bf86bdb83fe7a378e074b678307f553c02ac178f76fd114f4842c49343f1e2c9ef28f1f47d8e7836e18f78768a2afeb98f26fe697e47fc1364249e277a8be73996e28579b6f857d882f8d77db0f857f54df1aff778f19f4b97c54bbfdbc4cb0d85e27f0996e2d5be59c93a674b89a23d4fb2b1c643b271eaad44e5698844ed8844a2766d48a236dc2f51373b28517fce966cbd332dd1d86422d1c8b094686004128d913189a67a8344079c29d1bfe422d9e5d42cd9355e213188ea9718e94b24bb972d257b341f48f6ccfe94ec1d7497ec7b9b27d9bf3a2a31b73e2131cfba26395c785962b5274762256f961ce9ae921c4bff26b1bd4a95d8023e4aec3e98488e57fc919c2008250ef537248eaf2224ce93369253fb909253d7fe485c14ab242e185589db3d7589fb1e88c4fddb2689176b52e2f54226f1fa6129f1b67590f8c7a749821e764a82932d2521c71a2521e5c99273c15724e74f6025e71751928b1614c94517a9e4e2e95b92b0ac244998b04e12f6802089c2ae9344958e4bae607092e88251c9b58312c9f5033e9264a70949eafd8392d48612491a0b28496bf096a4074649328e112599f4424966194692857d20b9551425c97edb21b9bd5b22b9433295e4ee50fd0f4f92fb0e20c9335595dc8d3f23b9fbd04e02f43b2801166025c0110f0964f71e094cef9e04265e91c0337425f0471512a4fa46095a234382b6cd93a0d3c012f4af7a09fa8fab04cbf592e06e144bf0978b258484fd12420345c2c8a64998df6325eccde112b62140c20e1b97b03323259ccb8e12ce8307126e43bc84f76254221a392c11c30d24722b7b891c0993c89b374aee9d5095dc8b52971400a225051f0992c2db1249e1671749e1c00b49c9ed1f9292221749694189e4e1de639247fe9a92472909928a3daf241583c592aa339192ea540d4935ac4a527b254d52bf9d276974289134b60c4a9a7a3224cf34fe499e9d15499e854a25edd1fa920ef69aa4a3f0b3a4cbfa87e43d7f46d2eb7b4ed29b6823e9bd3b22e9379e96f45b6024fdd1c592cf803ec940e6926474952f19b7d5974cbc48927c2f954826ff48243f6c3a253f4aee4aa68f7c974c43ee48a6e79d24333d8e92595a9a64f6bba2e4d71977c9a28d9a64b1d858b2382194fcc9a54afe3602242b4e3724ab9d3d5245f76d52c5405fa96298b554f17eb874bde290747dcf13e986367da98a3c4fbaf9f19454ada143ba256759baa5ae5cba65c05dba65bc57aa6ebc26d584174ab5ecf052ad958b526d83af52ed3f3d521d4ab7747ba89a74fbd267a92e659354b79423d56dad90eaddef96ee7cbe4f6a941b23dd6dd824dddd632edda3e62e3579e227dd27144acda46dd283b37ed243135a522bb517522bd308a9adad91d4b65f28b50b9f96da1b4aa58ede6a52e72753d253193fa4a7bf38494f4fff967a9c98957aaae6493d31ca52af2e9ed4dbf0b4d447e593d4a761407af6c14da9ff73ae3424e49b3444e82a3dd774471a7a19220d2b09905e9a7593466c4d905e0ede298d4e90496312b74a635250d2b8c961697c15499a64182c4db96e274d5b024a6f60c2a4e916a6d2f48f0dd28ced62e94d933bd2ac8b91d25b3c3769f64e9834fb56a9345bf8427a3b982bbde3d825cd9b6448efeeee9342efc64a614f69525444a914c57b22c57eea96e216d7a484230352a219534a3e5728a534fc92526def4869965652ba67839421689632aa3ca54cdb5629a77246cacdde22e5f58d49c5e78552e9ab12a9cc3b432a579996ded7fe22bdbf4751fac0fb8d34bf7a9fb4c074455a92fd495a6aa1272d6d1d929629b949cb9d5da58fdeae481f0d7a482b4e384babfa15a53516f7a43551bdd2dadc5bd2da99f5d2c7db8f4a1f7f3191d61f944beb6b39d206d86be9b38732e9b3b6e3d2e72395d2e7f373d2e6a77ce90b508bf4c51c44dae27a50da12fb43daca7e2c6dab0a92b6f5444adbcbf3a42fcf9e93bec420a4afdab74b3b8ee54a3bb53ca49dd67ba59df64ed2ce2ffdd2d715e7a5dd7881f49d4e8af4dda53bd277597fa5ef413ba51fd48da41f3d34a41faf38497b497fa4fdf663d2cf5f97a4035b9da403b511d2a1bc1dd2e187afa4a33e29d2b1e1bdd209e998f47b19493a730e2c9d911f96ce34bc94ce366b48675702a5734bcbd29f7b3aa4bfb6074aff18a448ff54aa48573dae4a576bd3a56b7fe2650acb5899c26aad4cf978a66ca3abb26c93c447b6c5a554a67ec44ba64e7929535f7822d35c2d9669a90dc9b49c2a645a5741322d92a74c5b7341a6ddef2ad31929966db7d821d335c897e91dba2ed3af4e9519daf8c98c953565c6a85c9949e95799e9af6bb27d3b3564fb6ff8cb2c2cc5b283e710b283523dd9a1dd7b6496b15632ab90af322bf87a99d56cbfcc6a9e213bda259159bf87c96c608f65c7b240b213c83d32a7cdb332a7ae70998b67b0ccf5184fe636774ee6f6f786cc9d8f94b9f7dc9579fe0996790d8eca7c6d3464beb67c99ef2d23996f395be6a729919d5dd92cf3dff157e65fa52c0b500d900515a06421473365e7865ec942e3c264e7838365615bdfc8c2ce44cbc2df6c94459ecc9745b6e7c82e5fc7c8a2069765d133976531c173b298f33b643132a62cb6f39a2c4ed22f8b9bf7902524c5c91203f26549f1eb65d71931b26470bd2cf95fa02cc5cb429612cb91a53c5a274b0d9896a5260a64a9545fd90d449fec469fae2cfdc3395976184b960d5191dd79785596cb5192e53ed090e5b514cbf27a91b2bb1a08d95ddc4919d8a35006f547c960139532b47c55864d2a97e1ae1f95e190f3325c4db38c68a424232666cb48a6a632d24d151979f7011939162aa3a6bbc9e8a600199d3925a37f1f9231ec3a640cdc0e196b2650c68eff20e38bd365c22a5d99f8a2a34c9cef24937c80c8a42573b27b9268d9bd1f6bb2fb1b36cbf21fe9c90aca7ec90acf9e97153924c88a3ed265c5c673b2470881ac02d420abf8f640560d4f94d558c5c8eae03b648f1772654fb70ecb1a0e82658d16a1b2c6a04c5963d343d933ba8aec79be9facb5e3bbaccd472c6bfff65dd6fec341f6d20c2c7b4985c85eb7dc9575dd6891bdbde2257b677358f66eb241f6e9c461d9a7b27bb2be1b43b2be013f59bf628aecb3768cecb3e31fd9e7a59fb2c183e1b2d16c07d968cb27d9f85303d9c42e806ce27b846cf25d93ecc7bdbdb29917e5b29feabf650b3bfc64bf3769c8961cbec8feba4fc8fef938cbfe85bd93fd8b0c94ada995cb151282e50a7daa7285dfdd72a5b69372a5a94ff2f57dd1f20d1417f986725df9a6e940b94a62bc7c73da26b92aedad5cb5f2825ceda7a75c635dac5ce3b0935c83142bd74c13c8b50cfde45a3909726d239a5cbb7cb35cc77f935c077443beade5835cef589f5cefd4885cef5593dc406d546e20b9273768b82e370a2a97ef7ef350bee7d03eb9894eacdce44ab2dc54b1446e6ab62a37bd42909bce7d919b778dc8cdbfe0e416df4ec80f9c49901f9438ca0f6d59273f34f54a6ea99a233f8cff293f62b4243f7ac5556eb7f7a5fcf89501f9f1a2bff2e38ff2e5c77f31e58ebc32b9e360b9fce43673f9c9edce72274cb1dcf93e46ee92912277695694bb22217237e267b97bca3ab997eb76b9d7dd5cb957cf09f9d972777990d50179503a421ef45e571eb4d42f0fb9f4581e92d32d0f4bde2c0f639e938771d3e4e164befcd2db25f9a5e50e79a4dd3af9e5a6567914ca5b1ef3f481fc2a66401e9be72a8fe715c8e34723e489273ce5d7cfb2e4d78bf7c89317c6e5691178f90d49ab3cc3df409e31b25d7e5339407eeb54a13cfbc525794ee26f790e5d497e7bd84b7efbef06796eb6ab3cefcb713934edac1cda932747bd3f2347233972ccb64b726c88a21cdbb24e8e338d93e3d004395e0f2b270c81e424f83f3919af23a7acb6cba92e55725a9caa9ca51f2067011ce51cf7303987672ae77911e5a2cd3972f17345b9e4438a5cfa26557e8f7cf33f7fe5f75a52e4f78147e50f7ec4cb0b3dc7e4c5d51be425119be40f7f46c82b8aceca2bea5ce595ef4de45539bef2ead9bbf29a42a6bc96704d5ef7c55dfe78e88cfc09de4f5e3f90206f7c85923ff37b2c7f76ce50fefcef98bcf9ef5579abf58abcedf913793b4a41fef2245afe5262247f4543cb3b568fcabb221de55df757e5dd3333f2770abdf2772601f2f7ca59f20ffa3cf907a349f987b05ef907dc90fce3e74079dfeca8bc7fd1493ea01e2e1f8868960f2abf930f9da1c887329fc987c8c9f231f251f958bd5cfe55db453efef4b8fc9bd127f9b7c4ff315c9fe15c705100c0292349116546db284a92c84a19954d9114914a66a210c92a14c9881211f9efbdf7ded32a12298548a58ca278dfe73ebfe77cbbf7dc73ee8773f33bbfdc88ec9c0cafef9c6adcd039adbeaa733a3abe73bac7aff3bb9d71e777d69dceefafcf76fe38b5d4f92305ddf98b7da07356a3bc73f6dab5cedff1f2cedff0a1ce3f6fda3a97b64f742ea59ceffc6b09effc9b7a14a0b2b005a0eac907acd2f203ac9a1f06ac96bf05acee1b00a855d400d4db45008d5c3e40e383034053750ca065bd0ea0ed310658d7c903e8bc6d02e8a65c046cdc4404189cb1036caaad056c3e7c16b0b94409d88c3901305267028c7cde018ccee101c651f300132320c0ec891e604b661c604bbb07c0fcc45bc0b61626607ba92a60c7e849c0ee5dad80ddef170096f780002bfd0480d5534b80351b0cb079f70960975d0fb0ab0600ece7e301071a4d010714cf008ef006c0a13f628093c01970d8bf1e7038ff20e03001047051ff00704b3d09f0f8590ff064ee0678a9de0178056901bcf21a005e0833c071912dc0275609f0b97806e0433100f80ee801fc7434017e4542801f5a0938d97d1b704a3f1370ea5e32204855090801fc029c4ed4069c714b0044ddb2029c9b7d0488ce8603cec7be005c1887006294ab01b12d12409c641d203ef20020beb404104f23022e51988084561a20811201b8dcdc02b8e2a60ab8224800243aec0224463f0024fe9b06249ff904483d730d900a3d0b48db7c0370fdfb674006701190f56137e0266d10708bda00c81eb502e41c54026eeffc00b85da80728c8b90028b8db0b28d4790c281a7a0d28617800ee395d01dcbfba19705f7a1250d1ca0254fcb0005416c10155316c40d59f7840f56d43c0e3902f80fa8808c013a40aa0215c0e68e8bf0d6874c2029ea566029e4d24009e97ad0634a3a480e6f1dd80962c5b40fb57750050130a009acf0340f1590010371b00929c07405a630108fb40006a330080960200d82c1900fb0d072095040148f30a00f5c25d003d9403e0eec501780d7f008277e100e1e87780c8450c10bb3d01c816f200f2f4ff3dc501e4b0ab0045ff2e8072ad1140697810a00c830094378f0094380740776726a0dff41de0ed500d6064e92ae0a3ee1060f46f20607cb50030b1330230756413608acd004cebce00a6f7a001df2860c0b7296dc00fe23c6006660698995900fcccfa00981d7e0198b32a002ca49401fe44ed032ca9c1004ba00780257c02e0efba64c0bffd0ca08ab71d50f5dd145075d11bb8aa683f50addc1fa8365400d4dc550e5c43c200b53ab381ebf06f803a1146409d7721c0f591d9c0f5b75e0337da1600370bf840b31b4340b337578016d62bc0adabc7813bb6e50077b4ea017747fc005afaaa002defcf032d7b5481d6c30f8036d50ca0ad6f33d0b6d117b8cfea1e705f802ad0a1e511d0e16f03d051a809745c82029d2e0d019d7787029d43e781ce7837a0cb9758e011d65da0abdd5fa0c7b3e340cfad41c0a3cf1381c7ae8d028f1fd205faaccd07faaa5a027deda940bfe668e009f5d3407f9704a07f051c1854e10b0cae0d0506ffeb0386bc9c04861a3e03863e2906864af581a15ffe00c3be3c05865fe9069ef614014f83f480a7a7bf00cf587c039ee9fd0b8ccaf10046a7ad029e2f1c025e385305bc20790c8c5d4707c6426c81713b0380f14ecbc0789f62607c7813f0f2966ee055d752e0d574436062f35760222c0098ba0a0c4c05d603d3af6181e95053603ab20a78ebf64f60b6ea6760cec97e60aedf20f0b6ff7e60ded843e09d53a5c03bed2f800581fec002f80960617029b0d8790fb0f4fa23e0bd4723c0fb91d1c0b2d667c032161658fee025f021ad125859ff19587d6f03b0bafe18f0b1e714f071b735f0f1f845606dfc7a60ad3c0158773318f8acf102b049aa04be00f381adab3f015b2daf025b6167812f99ddc07697834010ec101071b80a88f9040762775900f1abb60009239940623e08489ae80052260a8054970e20c3ec2090b9e50690631804e427898182f55a40a1e345a0f8fb5aa02cf03a50f6b718a8bcbd0fd815ea02ec2e5e01764bfe00bbbff6017bbcc9c0becc21e0db996fc077c54ce0302c1df8be790ef89e680ffc50f91af851450efcc87c04fc54f31df8793c16386ea80d1c972c03272ebd034e55e401bfce6402bfd984037ff0a2803ff789813fcf52803f0bc9c05ffa01c0d9a36f80b36f9c81f3d48dc0dfce7ec0a5c115e0bf7b32e072e109e0cac17ae0caca0848c5c204a4da0801a9ce5e04ada2f48256bded02adb61683d43cf681d485ea200deb0c9086ed379086b407a4d90404ad6188406bf7dd03e9b4c9401b688f41babf8f81f442f240fab21ad066df0e9061c66f9051d61390694f1968cb2322688be21bc8fc9705c8427f1e6411a10eb2c83b08dada3b09da765206dad69306dad66f0dda5e6206da319701b28a7e03da03c901edc160407b3f6c01d91e6904edd707809c2c4d4187e98da0c3523f90f36526c80505001d595d003a32fd05e41ae807729d1c06b9b99482dcd2702077ce2b90c79975208f5817d0d1e07cd0d1170741dedaaa20eff7c1209fe53e909fa201e47fac1ce4ff790614e854050a72290205cf1c0385b8d48042ae2e81421ecf83425e6d06857d2a0445525a41673958d0b94732d0393e1b74de6a3de882310c74e1822fe802200514f3ed2f2896fc1d14efd6008a7ff21e74292c0e9410b40574d9c6087419bc0d74f95f19e86acc0ce8eac50c50d2e57250f20b39280d13094ad7cc0465d8ea81325cec40598f4f807242ec41b9292da0dc371da0db2789a0bcd01fa03c461f28bffd1be84eef1fd05ddf065011ed2ca8181b0a2afe0e0295160682ee0b5241e5ffdfe3c19ecfa087454741957bab419551af418f7d43418fdf6f07d5845e05d55ec5806aebfc4075dd025083c64e5003791ed4a85d0b6aa485809a3e0841cf735540cf59a741cd9fc6402d1a1f416dc728a0f6e779a0576e0f4080383b10d0621d08d81005024acc4020f30f20f0e45f1004c70441f854106c040182afbe044298d341c8adef40a8abbb41a8ac2610562605e1cf658388d0741011711744aa8c079137bc04916bf78128bd6010ada21e4493b480989f7b416cb5a720b6563488e3de09e26a1e06716f058078f91b40fc674d20498a3d48da680092d1d540f28c4590e23a17d4d5fd16d4bd4615d4b7fa03e875aa37e8f55023e88dce5950ff4511a85f31011ad05a0b1a20248006b5c241831b3541c34453d0fbb920d0c8ddcba08faf1a40a35101a0f13c1668fcad3be8cbd524d0b73a34e8bbf943d077ee27d0cc6a23d0cf285dd05cae176841cf11b410a80dfafd2d04b494b91db454cf04fd4b018196d53e8296bb00a095130ad0ca535fb0ca76365865110d566d3c0c5ebdbe17ac76f13d58dd380fbca62b04bc6e6d3958a7080d5ebf3601bc31260eac6fb9116cb0e10178137516bc19a4009b84b1c0e6871dc11656ad608b9511f00e8d62f0ce5df9e09d93a5e0dddd2fc096a2a3e03dfbd682f7cc05806d6fe882f73deb04efdf7d05bc7f28146c3f7f0e7c20d9137ca021017c407619ec687318ec94e6093ef2e20fd8dd1d0ef61464833d176ac147735e808f7ebe013e7e351cec6ddc08f6aeb80ff626c483bdbbaac13e216fc07e8d25e013067fc12748dee013dd1bc1fe85bee02073293828b5151cbce732f88c5b193842fd1238b2fd22f8ece965f0d93b047054fe20387aa71e38faf724383e7e07f8524433f88ac90970d2c9d5e0e4b629708a9a093865870c9c72f51c387dfd3370fac58be074c25b703a39099c113f03ceccf70167be2381b3aed1c0592fce80b35089e02ce976f0cd87e9e05b0be6e06c1712383beb2d3827f73a38875909ce7d3106ce5da900df167681f31da0e07ba147c0f71ee1c195ea09e04ac76970e56b7d70d5ca7570f53b1f70ed6d30b8b6dd105c775b00ae7f64066e489b0437d4e2c14f55fe829fa916839ffde6829b52de809b58b1e0a6b956f0f3375ae066e32fe096b393e096a866706bf366f0cbe463e09779fde0978f92c11d3a2070e75b1730e0b61318841483c16bae83c1efbbc090acf360d84e3f3022ac0c8cc4448091af67c1e8eb2fc1d8e26830ae8a04c6af8b03932f1d0653bbebc1b47dc5605a520998b1a91dcc0c428399295d60d6e40e30bb6e0ecc3ba506e6494f82f90e55607e5828987f030516de3c0d160d9981a5fc34b074f9025816b0012cd76d03775d49027755fd0077bb3a80fbfebe06f73bd880fb4950f0c0f37af0db0f5fc16fffac050f7197c123e14fc01f2843e0d1dbf7c19f34f5c09f3cb1e0896daae02fa14cf0a4050dfcf5d417f0d7f91ef0b71e67f0f75e08f8874a3378e6a000fccb3d1b3c7b0b019e6b5707ff7d6407fefb310efccfed18f85ffb3ff03f62147859e50a7885be19a2822984a8ba684156dd6e86ac92074056e392216a717e108d232f209a0f83215a776190b5ea18c83a536b88ced3f3900d2a7f21bab3a610dd391a64e3a83ec420bd00628828841827fb424c0c4b20a6e10d1053f95a88d9ce4c88d9a329c8964722c896ea7e88453c11b2f591366407d218b24bd301b22be218c432731dc4460506d913f9bfebc590bdd6772176d9b6907deffa2007ffae8538feec82382ed5409c336d202eebfee7f70ee2d2530e714d2980b8a6b6405ca1e110d7fe7688bbe6518847eb2a88077607c4b39804390a9642bc3ecc428ea9bf8678df4e85f81c3b03f1c95287f876bc839c90fd829cf8aa0239e9d303f16f8d85f8439f40fc7f0c410269c190d0c85cc899136f201106c99088a7224864661724eac35fc805f525c805d077486c4f25242ea21812f7e92b243e551b72edfa2348d2d55c48aad01f9266bd08b97e5c05723d691324a34f01b9f1a41f9279fc06e496cf06c82d7407e4d6e24f48b6560824a7ba00727bf57948dede8b90fca5539082486dc8dd342ae42e14002992ef84943c35859415c442ca3f8f432a69a72155c874c823fd5590ea0e09e4f183e7905a1b18a42ee833a4eef62d487de14948434009a421810e794e54873457d0212f82b6415ed4d541da26a2202f9bf0908eff7bd039920f01b82440809cfd1090fd0908a87127049ee10e41e8a540d0219d10d29d6508c5e60d841add09a11f8b8030ee6541d8de5510cecd5108f79c2d846f2a84f0af6b404469472052db1488d4e51d4406e985c8c6ca21ca917790ee138b90de9b2c48dfa57390371bf990f77640c888c53064e41b0ff241b70232ba9d06194d7b0e19ed3e06f974f71a644c430219f3e44226576c2053777d205f4fb441a67f6c85fcf02541664cb7407ef6aa437ee50320bf2ac721b307e090397d33c8c27a2bc8ef7747217fbd1220cb17b890e5cb2190e5697fc8f262296445100b5551074055b66c84aac49440551b3ca0aa7f63a06ad766a1ea1d8350f58f6ca8e6f076e8daa78150edf656a88e7e04548765065deff306aab7250eaa675b0fd5f7c9836e7648846eae07400df7e443b7dc8d816e7949839a67ee809a17e441b7ce2740b76d9741b7a5f941b7fd3905ddbe712b74d7d729a895d629a8d5f213a8b5652cd4faf876a875f13ea8350a0eb5f9fb11ba675b0b74ef8c3fd4765737d4b6e803d4ceec05d4eefe5be8beade5d07d420ba87da61ff480cd2aa8e35d47a84bc81fa8cb2b7fa80bd3157aa4d81eea5ada0775130ba11eb49dd0a3eb62a04743d2a0c77418d063af7f40bd632da1deb9c6509fbb2e50df676650bf939ba127fd4e414f81df40fd9f6640fddf8ba0211947a0a17923d0d087bba0616fbca1e11316d033364ed0b34b5ba0e76c67a1d17a43d0684f19f47cb20a34c63d081ae3590e8dfdec07bd8861412f927f42e37ab743e3fb89d084d124e8e5965ee895d510e8d5bc3168e2422bf45af80cf45ae2143469f75b6852e10b6872c83768ea8b28681abc1f9a7ece1e9a0e7f08bd7e1909bd690680deecc74173f6b7436f3b0540f3d60aa005bc4ae85dad496861bd0bb4c863145aeca680963c7c0b2d79d4072d695b0fbddfb80c2d9f72873e086a8656a69e8156661942aba315d06ab211b446ff22b4e6df7d686d5d0fb4f6553db4ee761db40ebf19da00da096d644e419f7e9c873eb735803ecf2984362384d016954c688bb60db4a5330efae2151bda7a97086db3f9086d0b9e87b6df2f8676b88e433b2eec8476a670a1d0d52550d8859f50f8c863282ae30714a30442b1793e505cc06b28f9be37947a69004afd700c4a3f7514ca888882b21e7b4239dee6505ef97e28ef790d54a8190e15be5a808a5c06a0e2e67f50f16727a83472162afb620f955fdf0855de0441bba263a0dd0ecdd0fe410ef4dd9534e810e512746888041d4e5c0f1d395f01fd68d50afd1c6d0c1d5b09858e0f5542bf44164327353ba1935a76d0c92c007472fe2af4ebe332e8f73545d01ff7f3a1b3e34fa173d59ed0f97d3ba0f3f117a18b1e02e8e2091de8e25c1174a9c417ba34ca862e7d8d862efd7a035d66e44157fa2d60aa68014c75fc2b4c75c50ea6defc02a6a1b10da619ad0a5be3f903a69de104d3a676c3b43fde8169ff9a87adfb1e0d5b7f2c14b67ed111a6e7b00fa6e7b316a61ffe1b66d07515b6e9e85b9891e36f98f17300ccc4e32acc3cee35ccfcba04669ee10cb3481f836dcbdb0edb451c8259c6fd815915d361566ddf6136faa6309b0b67617bd281b03d0fec607b5d45b0bde46b30dbfb9f6076e006d87ea74298fd8305983d4e07e6d05c0e3bf8e629ec90f83decf09a6cd861c378d861f11598b35a20cc794407e6a2ad0173e1ad811d6964c05c71da30d7afe63037074f98fb83b3308fc80e98e7720becd8bf2ed871c71b30df03bf6127baad60fe1c1b588047382c48630e16e2fa041652d30f0bb59b8785ed77869dbec4809d39741f1651b91b163151018bf4b9033b5bb2088b3ac8869d9b30875d48d684c51ce981c554e4c362ea1fc12e0acec1e2bbc361f153cbb084bcebb02b3bdec31255e66089e6c761d7766d835d8b3a06bbf6f52e2ca901034b3d3601cb78e307bbf1b61b76b33d0c9673b21b76bbaa06961f9b0bbbe38e86dd41ad8315b4b06105a87658c1c7b5b0bb6950d85dbe0dacf84921ac64ad2dac74ca0d766f3d0d5676c10156cedb097be07f185609f3855569d8c21ed913608f126a608f1fd8c06a4041b0fa797d5883ef1a58c3d24ed8d3b858d8d3870db0e7b68db0e72191b066960bac657d08acf5891aec65f641d8cbaa1418d08e000325f061a09a6918f258190ca3ff0286b97e1286dd2086e1b6e8c2f05a8630fc054b1831ae0e46ca0885514cab61941d1f60f4b7af608c8dcf608ce4af30a6e67518f376318cddd703137e3c09131bbe85c9ce5361b28fd33005e2314ce9b908532edf84751797c1ba011b607d9b18b0bed769b0d7ceaf61fd9bbc61fdffd6c30698376083af5a6143d415d8b0290df6de341836b2371df671d53ed8e87175d8e865386c94d90efbe4990ffb7cad063616e70d1baf5c059b12e6c0be19a6c27e3c1c83fda87f02fbf519029b7d5d0f5bdc3704fba7ea07fb5760005b3694c25686a870d5f052f86a6363b86665085cebd049b8d62d007c6d662a5c3b050fd7fe7a00ae536c0e5f9fb01bae7b3c06aee72c831b38a7c30dde1c876f5a5f08378983c24d5d7fc1b76176c0b73b61e1db3f06c0773057c1774535c1f7d430e17b6a7de07b1a30f03def5ec0edfcdfc0ed42bfc2f7edb083ef1b5f05df0fee87ef67aac1ed4d14f003098e7007d357f0831eee70c7e959b8536f26fc70502fdc85f30aee226d801fc9fd0d776fa2c23d8d6570cfd6b5f0a3ebb8f06377e2e1deab30f013565fe0277c9fc04f6a06c24f791e869f7abd0c0f38edf0bf54784061173cd0d2141e987a111e585d090f7a170a0fc974878760f8f0902feaf0903fbdf03006161ebe66081efe70007eba2d0d7ee670153cd270167efedd2cfc42e32f788c66193c26cc101ef3732f3cfec8103c3e5e157e093e0a4f98ac825f7314c193ed6ec15346a1f034537778fa9f1ef8f564043c43f32d3c63f34978469b3d3ca3e3393c63b6047ea3251b9eb9960fbf297086678312e139e758f0db2b6ef0bcee48f89d754fe17782dfc3efe4bf85df218fc3ef482be0053a527881e33d7891ba2dbcf8fc43f83d6b5578d9adf3f0b247bbe1156330f8c30419bcf2fb4178e52f7b786de741785d453dbc0e4187371c8f8437d419c31b0106f0a77e3478535709fcb9ee2af8f3de10784b4433bce5610abcb5d81ddeb6bd19de5ef61ade29db0707ae358083729870f0cd7b70e829051cc64f82239a34e1d83b8170bca0154e4810c3898a6b708a8d0b9ccaff0ca73d4e843352f6c359bbe870166b1f9c5d278473c823707ed359385ffe0f2eb012c3458647e16284175c629501977ab5c165074ec0e5260570b9622f5c11c1852b584b7065a206bc3bdb17def73818fe3aa300de9fad027feb6ff5bf44f8b045007c18e7091f4117c13f9c75818f9aee818f3a0cc3476b14f04ff7ffc03f3dfc0e1f3372838f056d848f0db6c0c786b4e1e35bb6c1c7093ef02fb189f02fc92af02f95d6f0298bdbf0a9710df8f4d655f0e91746f0991393f039bb79f8dc8310f8c25730fc77533dfcf78bf5f0dfbf17e17f0aa6e07fc6fde04bd635f015b00342d53119a1ea7409a1c6cc4368ec7d80d03c8240acf17440ac757b83587bce0ba1b3b51ea1fb5207b149f31a6293808f300c00224c79ba0833d34c84f9be498479a6126111fe0db1b36311b1fb6a25c2d27b026159cc4058c580105683f3086b2c0eb137f221c2ae5d0561377414b1cf2407b1efb626621f6601b1ff3014b1ffd830c2fedd32e2c0160ac2c1ba08e1b0ff07c2d1b113e1f838137168931fc209628b385cac8f7039bc80709961235c3dc7116ee8cb08779418e161b901e151318df0c03f427870231047231a10c73afe208e9f5f8ff0ee5c41f8d80721fc4d8c11feb40984bfe837224092890899c321c28f3921c2a15b11a78fa72322761b22ce565420ce426211d1eb0b103106998818c41d44dc570b44bcd746447c2b0d917075059190760971a5ee2de2ea7a292251750a716d38089174f60a22356816915ad683b86e9b8cb8de6880c812ef446475c5226e26c811b70c5723b2e3af23b2f165881cab6844cebe1a448ee35344ee594d44fec13e44c1cf5644d1df214471ff0aa264cd4644c9cc1ce2bede45c47d591ba2dc558228bfd882281fa94454440c232aee3d4254b03b100f766e423c40af201e904c1095e7231055d67e88ea43ef118f0f9e473cf612216aed3c104fae65219efc2a423cddfa09d1e4760ef1fcea02a2754721a215f80ed116628578b91e8c7839750fd1ae3682688787223a9e7c4374305e235e4d5a23805c1902bc231501667f42c011a711889e1f08d4691202950843a065e9088c470202b33289c0bf932388f6600491358e20d7ec475022d51114ac0f82557e05c1427c44b0e46b109cc95d08ee6d08822bce45f0285804dfa002c1cf588d10e4ab2384060308a1cf3184306c1421cc3c8290f47523a4cc2708d9d6db08f9bc0b4201cb4628c847115d994e881e5418a277a608d1379e85e8773a84e89f2c41bcf5832286ecdd1043023dc47b661262047001f121d30af1b13a13313a49474cacad434c184a105fb1f988af131711d3d4bb88e97ff5889f9b20885fceef10bf9ec5227ebd1845fc02a6227e0d0d2066ef6110730634c4dcd77d88f9cd1f10bf3f78207e4fb82116f35b107f1d8d117fabdb112bfc15a4ca4623a49af23b52d3231da975c801a995e6835cbbd909b9d6311aa9d3771aa94729411a70a948239f65a485831f721b741cb973fc1672f7a215d2e6c275e4de0a26726f4f1bd2767708d2ee001769e73f83b4eb8d41ee3b0847eedfbe03b95f1489b4f7bd88b41f20231de01148a7d93ca4f3c20fa48baf03f2884b2dd2ed5710d223868bf4f83d8f3ce63e843cce57471eff8e401e5f2e457ad72b913eb3af91bed628a4efc710a4efaf7fc893dbbd9027dba29081431864b0221719b23e1a19fa260379bae115f28c8613f2cce82b64e4080579eeed0664b4160c791ece40c6a5a19171376390f199e3c8f8c765c84b0b36c82b33fdc8ab7f0c90892d3dc86bfa0864d2b92464b2bf3b32b9bb0e99bcf801990a3342a631ec90e9c1bdc8eb9115c8eb332bc81bdb3391379007919957fb9159a00ae4cd3f0c64b6cd6764ae9c8bbcdd1085ccdfa185ccaf3f8ccc6f39852c78af872c34f642165d39832c769e4796e6c6204befae4196d3bd910f8631ff7b8d7cf0d711596952867c14168d7c0c1e45d6a9f820eb11eb900dfe86c8c67929f2796735b2397d06d9dc9a8b6c5d1a42b6cd7f41befcdb8f6c8fad43b643bf225f1da622017b4a9080e01348705e1c125204424228222434eb2612f6ac000943d423112a4e48e44f1324c6e52a1213c74562724c90049b2924bd498c647cbc8e64ee1941b2ab6d919c1d3e48fee576a438680929beec86147f3c819400de20a5973391d2dc874869ed2ea4941986947efa839487cc23e58a7ca4027f06a9ec48427679e520bbe30a90afaf1391fdce91c801ba3172100f44be736f41bed7002047ff3fe353dc49e4b8830f72fce24de484a70cf9a50f8a9c44ef414e154522bfeec8454e1bd72267ce73913f0df2903fe3e0c8df5f31c8c59e25e4df9d16c87f013128d50c4b94eac70da8556aa750ab1d3c516a413128750104a5714e86d248574369aeb64269a295a8b5a7fd506bd98b289d3346289d47db50eb2f7f43ad7f12855a3f0f436dc8af43e90eec426d34fd8432384d476dd2f98cdaf4d414657c7835ca38c613657ae81b6acb217fd496fb49280b7d6d94c5bee7a81dccbfa85d2fdb50d6f9d751d6324394cdbb58d49ea875a87dab95a87ddea32847b61fea50e318ead0dc00ea48493dea48bf19cad5fa3bcaed640fca2d068672eb6f47790433511e17ed50c7c00b28df0f275127e62651a7de1e44f91f7b86f2072b5081a936a8e0a3475021fe89a8108c112a3c2713153e3f843aedcb459df179813a53b50975a6c10615b17c0d1579cb0575ae2f1e151db70b157dc71e15a79d858abbf70d15f7c51c7589b80d9590bdfd7f3b50973d56a12e77cb5057a24d5057cbc5a86bdaa3a894d204541a410d95f6cb1e75fd86162a83f50595e9f11b9575e632ea666424ea76dd3f549ef52d543eee322a9fde89baf3b51355746f0155eceb8d2aae5f419514f9a0ca2eb4a0cab7a8a0ca4fa150157d65a8079b8c500f5a31a8876bdc500f2193a84a7609aa3a320f55dd02403d6e2e44d56cd040d51c1d47d5b4eba36a4b0fa06a957ea87a4829eac9de70d4135724aac19b836af818866ad4bc8a7aba610bea29b40af5746011f56cd37154d3f802eab96e07aa19bb886ad1e0a25af49d502d835b506d8e5254077516d5215b42bdcabe8aeadcb4190580aba24047835120080b057b5a8d828deaa0e03acf50f0890014c2520d85366d43e1c6425078d55114fea83e0afffb218a20194411078028924b038abc3104450eed405167d7a3e8917f50f467701473db4514ab3000c5e23e45f12c3ea0044f5c50c20a2794707e18253ab10f25bea740891fb7a2648a1e945cb91da588e84029c0362825aa0bd5d5d887eae23c44757bc151bde24da83e161af526b415f5e6f424aa5fab0835a056831a508f420d6eeb410d26d15083cd59a877f748a877bfaa51ef16b251ef637351ef991b50a39d3aa8cf957cd4e761206a8cbe801a57b1417d9114a3a6720351df54b350dfd337a366eaa750bfe299a85f0934d4ac360ff5bb750ef5272809b5742e02b5bc6e2f6aa5e5075a25cd16ad825e42ab5a25a25771986875a92e5afdef7bb4e6ee8d684dcb1de83595c7d16bed82d06b5fbc416bbb7c46eb1440d1ebbfbd426f3a5286de2ca2a18d8e6ba38da6dfa28d133dd126b83ab4e9aa0cb469e23db4994118daacda0bbde55009da7cbd146d9e3385362fab475b4c25a1b7aeb1446fb77d88defe2603bd23eb287ae75d3ff4aef712f4eec287e83d4a397a6f670b7a2fe93adacef6177affe36de8032d70f4816f1368875fc368a77835f461ec35b4f3dabb68978f10f491b135e823cb00b4aba135dad52b04edd66482f62019a18f06e8a08f261f477b3dc4a07da906683fd754f4890770f4492722fa547638fad4d40eb4fffa58b4ff23183a70ac181d2413a04346f3d06111cfd0a7b535d1a7fff8a1238bc2d1e70a37a2a3afbd4247ff33435f70cb44c71c9a4627e8ad4227fcc4a0af346e435f691a415f1519a3138bbfa113d1a7d049518ee8a4db85e8a4c544745afb4e743ab9069dbe044767a89f4667e25ea06f9e8d40dfecda86ce0e0c4067638dd0b9b67c74fec333e83b6d627401e224ba284c0b5d541a82be572640974f79a11ff2a4e82aff367415fd00fa11281b5d5dc9423fde2d473fbe3e87ae594c47d79f29453f519c413fab31433fbffe1cdddc2041b7a8dc46bf3810836e13a4a15f2d7c470351ebd0c07fd368b0db5534fc91100dafb98c466a38a191f9dd68340d89c6343d40e334bcd0b8c3fd681ca3084df01a4393de6f4353d26fa0e9d00634eb792f9a7bba02cd5ffe8e1600ead182b7afd142d0285aa4fa3fc633b4b8330a2d39d983966d2a442b587bd0ca502db492f504ddc5fe8cee2e8d4477b7a2d03d8b7ae8de170fd07da18de8fe939bd06f9174f4bb8521f4fb3023f407a3cde8cf8ff6a33fd7d1d063f6d9e8314f03f4f84e0df484c969f417a0357a4aa5013d9553839e7a88447f1db884fed68b46cf38ee41ff025c41ff1a1c42cfa20fa1e77c7cd173754ee8f98c0fe84583bde8459718f4bfc92be895d6831895302fccaa635a98d567b660d4ece418f544638c7a630e664d0607a3d57e0eb3d6b40da35def8dd17e9684599729c7e8ac2363d69f09c618acfb8831a8abc16c0ad3c26c8a598fd994f41db359f70e66736e30c6f85537c6d4ef3766cb603cc6dc311a63ee1d85d91a7b0eb3555081b134ccc458265cc558b23f60ac62a231565c20668f4531c6f62a1bb3cfb31ab39f9b89b1afd4c31c187d8a3930668971501dc438ec18c138e2e2318752963187881d18671734c6f9c76d8c8bc5058ccb6935cc91f0458cab712dc6d5b208e37e488ef1187f8ef1f8e683396a64883956eb8b39f6371a73dc6f16739cf008e3a39b87f1b1b98ff1f1ff8bf14d3c88f1b3f3c2f85d30c504e8123001f1cd98c09f9998e0cfc998d0da0c4c98c5154c78f35e4c38f82de60cf61526a2e6102662e53e26faf126cc796c00e6429f0b2646af1c135b638a895bb70f932828c55c533f83b9d6128a493afe0c937c2c13931c85c4a40c6861d26d1231e9c9c73119551f3137fae330997a7b30376f323137c7cf63b28b1f62f277cc620a91044c21fa0fa69082c1146dbf8329daf11c53dc87c494e4b6614aaa06316531973065bfa498f20bef3015d056cc83e811cc03e1764ce5964f982a250af3c8118979c426631e2d5fc63c3e6b8ea931e8c4d4042c636aeefdc534ecda876918a6629e79ffc134efefc4bcb8f904d376dd12f3f26039a65d2715d34e3b847915be11037844c000d03518e0c21e0c44ef3b06727a1603e9e9c540434c31306e3506399e854179c56350815e18542c09838adf8541abfc9ff096110c266c1283f9dc8ac1fcfe85c1f905627039d318dc90158660f00e438abb8ba1f46cc6d05f6031cc2d0b184e4106864febc7f0198d1891e37b8c08a2c0c81e9230b2c53b18b9e03ba6ebc26bccebbd7998d74d2b980149386638d21f33fc6137e623928e193d1b88f984d88099d0fb88f9429fc54c9efd819944bb63a6f25d30533d8d98afee4e98e91718ccf49c0ae61b408af9750384f9f5f00f66ae878059f0a8c2fcf9398f59fcdb83596e27609619b698e53777302be009aceaf9b5d8550717b0abc353b1ea4fdcb01a8d78ace6711276cdb143d8b57d2658edcd2358ed0796d8f50d8d58fd9a4fd84d9c6caca1b0116bbc4181352e3a8135feb2823545c562cd5ef863cd738f63cdd15d580bbf26ecb6ca4eecf6d8efd81de4cbd85db77ab0564b7fb0d6bb86b0d6894e58eb6403ac8d642dd6e62318bbaf5b8edd6f1086dd3fac853d60c1c11e38e6863de8b4843d78ed3af660f76decc1de33d8c3799958e7b43aac33fc31d685fb07eb7a5f84f5cc0dc51ed3be8e3de6f0197b2ce222f6f81b39f6f8b23ad6a78f8e3d1107c69ea8b2c69e9c32c79eeab4c7fa772d6203028f6043e297b1a1ea2dd8300f1a362c16800dc3b463cf382662239c6cb011bd25d873f738d873d0246cf4091cf6a262141bc72dc05ef21cc25e4ab88e4d4833c45e39ac8bbd4a72c25ecb58834dfa6d8e4dbeeb8a4d2efd864d7bed8fbdbef01a9bd1968fbd3170149b599681cde9126373f34bb0b96dafb0b9cc7aec6dce556c5ee46e6cfeb031f60ebf0f5b10e8812d6abb882dc261b1f706d660ef2f0461cb743e63cbdccdb0e5796c6c395086adc82ac53e28bd8d7db87e0e5b6921c156253fc63ede3581ad575f8dad0782b0cfc821d8e7d702b0cfb382b02da6f3d896ccbbd8569d7c6c6b653cb6add108fbd2e11ff665c24bec4bf013ecab4e632c406f0b1668f5120b747a8e051f6362a18752b1509fdf5858fc662c127e168bca5d8345c97761b12fcbb05812124b48f88b25c6d56389fc0b58d2e2309622f0c5d20effc4d27e0bb0747f0d2ce37e159635bc0ecb6d35c1f2bc6ab0fcb0662c1ff0092bbc9f89151df0c18a3ece63c5095fb0520b4dacf4aa1a56f629032b7fe282958beab18af068ac02518e55de36c62a3b18d8aed2396c77c4166c776327b6677e0cdb77e003f6f53102768024c50e30a6b1030226f6edbd30ecdb061decbb3135ecd0d811ecfb1773d891121176e4b90af6e39946ecc7cf3dd8518335d8898fabb05fa903d8af1f74b0d3c72ab13fd7fdc4fec42bb073d3b3d8df0b56d8459135f66fd31fecbf3475ecbf8762ecf291b3d8e52107ec0ac00ca752398853d5da82537d948c5b65338e53f76cc0697c4ac5ad793d835b7bf22d4efbcb0b9c8e58805baf678d5b1fb7805b4f48c2e91d94e2f42848dcc635d9b88d738638fdabdf71864e609c71672bce44df10b7451d8cdba2af8adb8ac5e3b692d6e0b65f51c36dafe3e076056371bb857f71966f2538ab6f5771d6097771d6622f9c0d178adb73f8386e8fd7086e5fae3ece71b329eed01902ce693b1277b8ee21cef9693aee885e2eeec8de5bb8e38be938ef7dbb71dec7f7e17c1c2fe37c81b938bf9183b893656f70fef2065c80f62e5c002a0417f813840b223ec60509c371c13d7771a17776e3423b3270617a40dc69ababb8332c155cd4a6105c744027ee7c501dee7ca706eefc640cee82c4021793afc0c5ad6ec15d7618c55dce5b8dbb9aae834b6c76c15dbbff08976ca48d4b4e4bc225dffb854bb1d88e4bdf7804975e97824b7fde8dbb7efd16eec660172e133286bb59b90997dd770c97ebef81cb37b5c6e5db1fc2e5476ae10a9f98e18a8daee34a26ba7065bea9b8b23b0a5cc59636dc83a354dc8353fb700fbd56e12a1b4fe3aab47d718f35f6e1ea56a9e3eab1bdb827e3fab8861c6d5c636137ae11c6c035328671cf6fca702d86305ccbae065c0b5e15f7e2d7375cebda5e5c9bfd515c9b641af712ed81eb906dc575de70c3015213708052280e4864e120c71b70508bfd38e8ab2c1c62e6210ed53f8b437fa8c56196dee12851c77194bc9338ea51108ebed70bc7d8ee8d635a5070cc94461c733116c7d25bc2b1367fc2f1d3dee3f8c51770fcc74e38814b3d4e2c5d8393283c71dd6e21b86e0f2b5c77d2335ccf640daef7d728ae5fe186eb5f9ac2bd3d740cf7963c831b3dc8c08d156be3c664feb87176386e7c858e9be87d88fb722616f70586c67d9167e0be3eedc14d9fa3e2a66f5cc17dbb32849bf907c6fd5447e37eba47e07e46b8e37ee659e07e0aeee1662df6e1662f55e1e6a20b70bf030b708b2663b8c57dcbb8c58786b8a53fcf707f2bd2707f193e789511325e65d112af6a7311af96fb0aaf36a182d7b00fc66b1c4ec26be2c7f06b2ea5e2b53636e2b520a7f15af330fcba8030fcfa2c07bc814d217e53d723fce67410ded0fb28dee8e820dec84f0b6fb6868c379b63e2b734dec39bef94e1cd0b1ee0b76edb88df2a44e1b77b46e0b733adf03b3454f03bb265f85d8e5ff1bb3543f056e20abc8da10ade869f84df93b88cb7ad35c43b5455e01d8ffec63bf958e25d748ee28fe47cc0bb2ee7e0ddce93f16e23bd788f0f3ff19e9e03f8a303f378aff36a78af4947fcf10783781faf38bccff14ebcafd0137f625d16fea4d641fcc9dd46f893f82df880f53df820d3297cd0f02d7cf0fe3c7cf0195d7ce8ed257c98aa2d3eec6509fef4810df8d36167f1a7c9587c041e898f3cf30e1fb566033eea6502fedc061f7cf4b60afc05e228fe62e24e7cdc4e163ece35077fa920099fb03f069f90bd1a9ff07f0e092b29f8cba77fe1af587cc75ff165e1934c5cf0c98751f80c471d7c86c0049f45b7c4e774e6e073a4a9ffabc6e73aadc7e7060de00bc057f177279cf045514df8e2a6197c698601fedecf42fc7dfd9bf8f2e07a7cf9dd027cc5590b7cd58e2ff82a970a7c956b26be0a86c65709ffe01fdd7e83af9e96e06bcb33f1755e51f83a9801beae17856fa4bcc037329fe11b7996f8a7a76af04fc34bf14fdb20f8d6979bf16d63aaf8b69f5ef897b60ef8ce09333cc02a120fdc6d8787de10e26161cd7844a4028fc819c123dab6e25189637874c9349eb0270d4f6a57c793cf6cc15355d078ea9e503cf52f194fd377c6d37c0ee2e9a92d78fa4a379e01598b67fc50e2397605785ec01fbc08d98a17f72ce3a54e7e7829d4e97f9e78d95b195ec1e7e3bb3297f1dd7f4ee37b7672f03dae9ff13d6325f85e7031fecd3e777c7ff12dfc809b1ffe2def08feed6b0ffce0f6dbf8c1e11afcb07727fefdea7bf891d53ff123c562fc27dd83f8cf59b1f8cf9d97f0e3df1bf113e7e9f82f879ee22753b7e1a72e6fc27f5d2dc14fcf96e2bf1f1fc07f0fd0c57f7fa486ff5175103f937d183fd3fa1cbf50701abf20b1c1fff17d825f8c73c6ffb5cdc3ffc55dc6ff1dfd895ff99d4f5079624a507d1a4250337427a82b61042ddb7384b597e2086b936c09da9f3f11d69d384158bff62161030443d03dff9ba09bd644d0cddb42d0331712f4de691136062c11f441c904fd992cc2a6db40c2e6fcb704c375b104c3f45704c3dc6982d19a2182d1610382b1f91d8231e104c178ec07c1644585b0c53198b0a5e632c1e2562261c7ea69c2eecc1282f58315c29e839e843d954904bb4f8604fbf801823daa9a70c04085e0708341709083090edfa2080707b40887533f115cddfef7f221c1dd660fc1cbc687e0e5d34bf04a69271c5bc8241c5f7398707c308be073e007c1a76680e03b1a45f0eb4e239cd89f453875e41521a8b587106ce64308dd9542085714124e9be6114ee7ea134ecfbc279cd9f8877066ae9d10e5ba4838afd540387f5b428819421062ad4708b1888f848bb53cc2c5ba2842bc7f29217e34987009644ab81cab46b85a534bb8ba904b48dee349487d3245488b5947b8fe3c8d90a11a4bc8d85e4fb8b1242364569c276422620837bf9d2664af3940c87ebe9d90dd6645c829384fc8f35f43c81f4c27dc3141130a779e261406b308c54b7842c9a5ef84521b1b42e92d36e1de3f0bc2fd9e394299c94b42d9ae0e42599d3aa1821d44a8e81d21542c7e243c38f89350a56a4278742488f0383e9650ab354ba8cddf44a877aa223c7b4a22bc282827b4eea613dab78d11da13dc081dab2e103a0283091d909d848e81cf84579776100083ea04c0e2510290282680046f09e08b4304b0ec090112c023403e6413e03f2d08e85fd6043ca08d809f9b271053fe1188ed4d04f2f67304ca6a3d02ed8d05819ee34560aecb25b0ca6b09ec879a048efa208167d747e0e3b61084d64304214b9b207e832548abef11a4bdfb0932074f42d7c3db846e2b12a11b7386d0e3c221f4ae85137a4f26127a533e13de4c7e25f4aff94818ac4d25bc7b954a18da1b4418aafd4618561812de2f8b091f7d93091faf49089fd63c267c0a52277caef1228c27a81126bbfb0853778d0953ccad84a9ae578469cf5f84ef15d184ef7f7712e6520a09f30dde8405ab20c2a2c65fc25fb34b84bf697a847f071208ffbad884e5dcdf8495a529e2aa6b41c45525c7896bf48a896bf45f10b54470a276630d71fd5e3de2068b68e206ae0e71c3540a51377b80a8177e88b8b1544e344862110d9e56113717fa120daf78128d1a6f128d1d9d88c69eb54413733ba299db11a2d9cd31a2d9148ab8b5ea1a71fb9a0ce2f6537344cb3c39d1127b9b68d56a4ab4f65321da786f23eecd1f26ee2d5f4fb405de26dad92389761e9a44bb8626e2be4fe144fbbd8e44fba919e2019f33c403b37f8907579b110f7e4b253a1ec9243ac6eb119dba5788ce93bb896ebeb7896ee17a44b70536d1f37a17d15b7f9ce85de14af4865b137d71c1c4530e49c400db77c400f85a62e0582531a8dc8b18c4fd4e0c89ef2086f46c21869e8e23865ed62346aa7d274641f61163da0b8831d301c48baebac4f82413e2e5a42bc42beb85c46b802562926d3a31898d24a63c4711afc3ae123369adc49b2f5d88b770af89d9eecf8939c9cdc49cba3fc45c938bc4dc3e1de26dcdbfc4db7bd1c4826beac4bb7646c4628dcbc452df3662697619f1de4436f1de3702f1e18629e2438b55c487de36c4478f11c43af41d625dff3662fdfe47c4fae32788f5cda1c47ae924f1c90f27e2d3902bc467ee6788cf0aa1c4674deb894d267062d3015b6293cf1f62d3efbdc417f73c882f5a23892fafa911dbeb8e11db7bd2881d2eb3c40ef445e2abecb34408f5321122ba428406098950de6b22ecc446223ce81711f91941c44d6b12f1b7b48844dd6f4432703791fcce82c8d8664d64043189cc8337884ce72e22f3e53322b37792c8d2bc426441094456f76e2267fa0e91dbaf49e4fefa4514965811c5d36f89920d8144a9e73da2b4b79e28cbd326cad71510bb92e7885ddc5e62373d88d8db3d4deca3c889afe158e25b7337e23b9367c4774144e2bba45ae23bc92871085c421cbe91477c5f5f4f1cb91d4cfc40bf44fcfc2196f879662371cca79e38d9e24e9c7a758bf895bc93384db94cfcb65940fcbed0409c39194d9ce94b26fe14f7137f0eff24ced56c25ce6ff4222edccc242efcfb4afc333c485c3c56475c64b411ff6efd49fc5b1646fcdbb29ff8ef471af1df6f4de2721e9ba402c5935416e2486a1afa24b55739247595f524f527de248d3e2949a33f92a4695d48d266ec20e90433483a7f8c49eb5f1f256d302e226d101248ba3f3c481bcdfe903626ee216d9aa292360ff24886b54f48864247925116946462674f32c1de25993ebc4032c5ec219945ae266dc9cf24997b5993ccc3af902c6e9691b68d7491763fba48b234ed2359e9dc2159d185246bf37b249bde5ed2fe712ac971fa20e950009a7498ae453aacf84072be8526b96c3e467231f523795404933c406b493eab7d483ebf45249fc52292efb16c92eff86b92df812d24bf1f0ba453ebd6934e855a9002ce834981e0765270c52f5268780a29b4c49914da33400a9d43924efbcf9122363a902222d54867bd9d49e7f58e90ce835f912ecc4b493147cf93629ed349b1f560521c742729fe413a291edc444a28be444a201d235db1f7215d5d9f434a8c4a215d7b14464aca99256544989232330d4959070b48590f3c49b72ab348d98e0a52ce440a2997e445baed5549cad3dd4b2a52f323951844934ab61b914a969e90eeef3b452af33843aa38f39b54b9d98254c90e2355f59b901e952d906a541d49b553a7490ded2da4c6b7f7494f5b9648cde63cd28b6f3252ab688ed466ad4b6ab3bf456adf604e6a37ba446adf19476a07db933ab44f933adec6903a86ef915eb969925efdea2775363e2775beb021014c8c4880562509f8e13e097c8b4f0267ab91c0afb793209f6749d0ff7b097b8324c18fbc232108b324e47537122a2e9a84b64d25a1cfb793d0f34f4878bd4c12fe6a2089882827917e7a93c8c6962472c80712f5820d89b6710f8959e548625d879238578d499c3726249ec10b128f1040e2eb2c93f817db4982ab6f48c2662449b4ea2f495c718c249ddc4592a9fa90e40c094921ff42525e30242999b624e5c06d5217494eeadef68dd4f39a4dea5919230da5da9386d8b5a4a1de30d2fb9e4fa4116031e9e3e847d2a78c12d2f8aaf3a4f1fe0ad297bb69a4afdbbe92be023448dffa8c48df37f3493fb7df22fdeadc4b9a2b3c439aebff409adf1e4f5a58dd4d5ac8ea272d1e7f40fab7c79db47c3083ac020826ab742bc8abed8dc9ab8b8e9357ff9c26ab45eb92d5c39e93d5bf599135d44e923534b4c95ac34fc95abf67c96b1f00c83a667e649d5613f2fab3aee40d790fc8ba9a74b2febd2d64032f1e7953de20d9a8c58d6c44e2928d0bb3c92621cfc826939e64535e00d9f4dd3ab2595608d93ce70a79eb8f66f2b63863f276d947f20eb522f2cee173e4ddf79dc896a72e912d8bcac9563918b21521856c4dbc42b6965591adff40c8369177c97b61e5645b810dd96edb2ab29d2d996cd72123efd79925efe79990eddf01c90e4541e48387de930f5e19223bee74263b0f2ac8474ad793ddd6ce92dd8675c8ee37c0e4a34347c8477fa8928fdd394ef6869b93bd11c664df9ae7e4135678b27fc02972a0683539f0d34d729006931c84b32207f56592834f3a90838979e410980739d4a5921c76aa8f1cee708a7c3ad0877cfafe5af2697a04f98cb109f9ec89b5e4a8070fc9e72ea793cf1bff215f28059163fe9990e3f25e92e387d3c997581de42bd814f295cf19e4aba574f2d5e74be46bb755c9c9b77e91932bde9353f49ac8a9666c72fa7a1772ba9d2b39dd57939c3ef28f9cfec5877cbd2a837cfd513739e36a2f3983ec4bbe01d02167c65f23673e84926f9ebd4bcefe779b9cf3a89c9c1bb040cead7d41ce3bdc4ecea3e491f38f3d24dfbd6a432e2cc92617560f900b152de4c2f72272d1c5797211574a2eded34e2eddad472e0dbc41be6f7b875ce63a452e5fe74e2e2f58213f003d203fac312157f6df21577bc3c8d581e9e4c7f703c935bf5e906bb51f91ebaee1c8f54406b99e16447e5a324b7e265223370f20c82f7c0f905b7586c8ad671bc96dba57c96db7f2c96d0bd3e497ee5de4767f4372c70f3af9d5793419d8964006d55c244394443264804086c6d3c8d0313019a6fa898c68bd48c656b59371056fc904e43b32719f3d9954d04426235e9129261fc9f4f638321d0c263378b66476fb3b32e7883599f3f51259b045972c3c7f982c2c8b228b0663c862efcd6489e6145972ff0c597a33802c8b5621cbc95ae4aeb14a728f2981dc17fc9bfc0648260f946691df914ac8437e45e411ef7fe451b32cf267d7bbe42f89dde42f43c1e4c99d1cf294b316f9abd773f28f7b60f28fe60af28f1733e41fadebc93f0607c83f0b36907fa2ae937f0e6d22ff5c6c21cf7efa429e0f3c44fe1311455e5a934e5e7a7880fc77514151d551a7acd2394c59b56189b2ea169ab2da064b51db80a668bc9fa568fc645234f7dfa168d2899435523265cd8f23142dd55a8a96d49ea2fbaa89a2f7924ed11ff9433168cca31840df520c1622289bb40f533643f65236631c299b678e528caf7ca198b86fa6984c3029a60f7529a68fec28a6f2671433bd218ac5171c655bc06dca6e2f238aa54f1dc5b20a46b1de1641b176f2a4585747506c8fe9526c13d0947d077a28fb6e0828fb9d6194fda14728f616669403dee728078847290e411f298ee624caa10b2f298720b114171530e548f367ca114a29c5ad3488e2def087e2b93b88e2e5ef45f13a974d39b6b39d72bc2583e247d3a39c2ce25002a4304ac0fbbd94d03f4f29614d1594338d1e94c893b594b3a1ad94f3ab5229b1512e943895fb9438460f25214e9392307f9e7259638672d9164fb9fc208372b9278572e56802e54acc16ca55376bcad5ce6cca55f8034a62e12825b11d4849e6b752523efa51d2ccef50d22ab650d2380694f406374ac6591f4ac693004ac6d0764aa66f2725f3128e9229bd4cb9c9efa2dcea9ca6e485922879cf5429773e712905816394bb370f51ee3edd46b93bd048298c7b4c2932d0a0141ff0a394780128f76d5d28f7bfd851ca410c4aa56b35a55afd36a5da7c8ef2582f8ef2181b49a9eb8ba0d41316290df65b294f073b29cfe25d294dc6e99426af664a13f224e5f9c112caf35c3ce5f9fd694ab3268ad2a253417921b2a7b4e930282f8d8a289d8e2f28e075591470fd20054c4da540b6c6532097d529b0021c05f67d07057e258082a86ba3a0d67da7a0e2b750304e6729d84c0805cb4052f025e729848d020a613b9d42b2d94a216b1ca090f76650a85b375068c52d1486d5050a7be50d85bbcd9fc24daba670df375278fb8728bca47b14c195518a60e9304574b98f226d3f4991febe4491798f52e43d304acfc5364aafe708a537f730a5971b4f795d924119387e8c3210b44419f80ba0bc9da250de05fda4bccb6653de8dc0282367b2292337f3291ff6395046cf1fa57cbeb185f2596c4a195f75963231624bf9b24ca24c75dea74c8da228d376b694e9c338caf75a1dca77ca63cacf4d75949fdee594d9942ccafc3163ca42c703caeff44acae2553dca52873165c51d4a59f9524155eb3f49d56c89a46a4e0c52b5a256a85a7d30ea5a7309553bc395aa33ba9fbae1613b55f7e00c55f7c10a55ef8301553fcf846ab0218b6a00d84235586aa66e5e6d463522ea518dd70f524d128ca966cbe9d42d7d17a9e68ab7548b2f9ba8dbb6a450b7b95da3eecc5d4bdde5749b6ae99f47b54ccea55ad91550adb50ca9d6516dd43d25e1d4bd9f2da9762bc1547bf71aaa3de01bd59e45a41ec8d9493df0788c7aa0298d7a70a18b7a286598ea24fe4a751643a96ec1c154b7d02eaafb915354f7c031aabbc08dea811ca27a962651bd522f50bd0f1b507d3269549f0107aaef617baadf0b3ad5efc77aeac93df3d453a72ba9a71604d4e0e855d410a83ef54cf21f6a5419867aee631df5dc17756af469436a349e448da60653637ea5532f6e5c47bd98d0498d2fd0a5c6577ca2c62ff0a8097a53d4c4f2706ad29f63d4e4934fa8c9fc246abaa1907a7dd77b6a667433f5e6fb87d45bab87a9b78efea1e6da6ea4e6168e5073f977a9b943aba8b70742a879e17ed4bc4b07a8f9bc0bd47c450ef58efb496a81d31cb500f1867af7c624f56efe636a09649e5abacb945ab6e92cb5ecea2d6a99b28b5a36fc895a7ec9845af112487d70dd93fae0c143eac3908bd42ac355d42ac0676a15f706b5e6d50cb5d6bc96faf4820db5a9f61ff539c480da7ca58cdaa22da3b67ce2513b37ada2024e0c5121465554a8d1492af4859c0acb4ba622aabca8c8fbf354d40f5f2a8ef3984a641ea5927c7ba9e4c54e2a35ba814afbbe99ca2c71a0f261c354314a4495389550a58ff4a8d2babb54e9ec6aaa8c84a5caa6d650bbea98d46ea215b55b7e9eda13964fed4185525fc3ae52dfa4d852fbbfbea40e945553079a0f51df66fb513f6c2ba67ecc4ca77e1cde4f1dd5f94afdb43682fae9e057ea58358d3aeed24b9df01fa74e52a6a8936f83a9939f28d46f882aea37ce09eaf7c90cea8f4a0275a69f42fdb5f90c75f9523a75a56c9aa6027b4053d531a0a97e91d056edafa0ad7a504953f3e8a069783da4691ef6a3adf10aa3ad79cca569ed2ea5691db6a369af26d1b4b78169daff9269eb9dcc69ba76613483efd3b44dac1c9ad16921cd28ee21cde8269d661a43a099ca8fd3cc4a37d3b6685368164163348ba6289a056b9ab6f5d433da564c136dfbfa03b4ed335f683b7db6d1768d0fd22c9b2c6896fd4a9ae54417cdaaf93ccd0a5341b3fe104cdb23da4ab3557d4bb3cd0ba0d95d7a4cb32b46d3f6ad77a0ed7bd74adb7fa98f76e08f13cdc17698e6d05c4a73ec1da01d427bd19c7fc0692efc14da91f28b34d7539d3457c424cdf5eb5b9adb3d32cd3d3e98e65efd90e65eaf4bf3a863d3bc8e5ea21d577ad07cf47fd17cc91db493db8fd202220368010d9eb4209f4a5a30683d2d587c92167691480bbb7694163e02a49db9fb8a1669ada0459677d222394cdaf98d08da795b155acc6b2a2dd6348716fbfc392dfefc0ced925120edea4203eddabe0db46b63645ad2192c2d29854c4b89df424b4dc9a2a5a5d9d1d2ab2fd0ae5f98a5dda0136959911db49b2324dacd7f39b45ba463b4bc1d89b43ce720da9dd8485ae1211cad54f88256fa0646bbdf60402b9397d1ca374368e52c435a45ea1ada83357b680f350ed32a2d666835c93db41ae102add6fd15adfefa30edc9d9255a835935ade1b63deda9b719ed99d6455ad3aa2fb4a623dab4e7e1bdb4e6c47c5a73119cf6c2504e7b61be89f662b71dad5550417be9f683d661f18cd6010ea6bd52fd437b4571a7bd9a6aa601d66fa6014f06d24045576890310b1af4c7411a0c3a4f83ef19a7c1bf79d01043401ab2884fc34e75d1700e153472f96e1af5bd3f8d167a8746c336d0e8254c1a234a97c6dcfb9ec6f4fe3f860dd1984a1f1aab7490c6c2ada7b1b7fc2faf9fc6898ba3718f90685cde719ab01d4a131d06d1c46b8434d9c1189a8c84a1c9459d3445591aadcb3d89d6d5354ceb0ecaa675376da3752faed07a016b697dc6deb43ee76bb43e6f19ad2f054f1b7835431bf489a10ddeba417b9758457b2727d3864c7b68c3a581b4f7abc1b40fe801da074e2ced136a9a36c143d3a6ccb9b46f7b58b46f39bb693f5e1ca4cdbcb6a2fd24d4d3660dfa69b3a5e1b459ec49dadcc63eda02aa97f627a981f6379543fb2b5d435b4918a4ad3c2ca2abf439d35749fbe8ab753ae99a837fe96bac4074aded37e83a0776d2d72f51e91b4409f40d3d8fe9bab1b374dddb3be91b3dffd037264cd1f5735ce9063be7e80673ebe89bfa3de986995be986cfd6d18d168be8c639fd74d35943fa161490bedd0a48df21ff4bdf31f38dbed30f49b7f1bc4bb7815bd1f7ee4ba0ef05a6d0f78200f4bdbfeed36dbd6be9b61ddaf47d8c4df4fde70fd1f7cfb8d0ed8f32e8f63138bafdfd7d747b6c2efd80e371bac3841addb16d897e48b44877325fa13b3d7d4b3f9c7f80eea251423fb26317dd95334977fd5747777b0fa67b985bd33df58ed1bd5e4ed27d6a45743f0b30fd4453153d90374e0ffc1e430f82c1e86194647af8e8657af8822e3dfcaf0dfd4ca22d3de2a41b3d62f91b3db2cb901ef9ab9d1eb553413fa7f68c1e6b18488fbdd34cbf58c9a6c71db9418fb7394f8fa7afd0e3a74ed113683ef484c1c7f4cb123cfd1a89454f4af84b4f2a0da2a7ed6ca06798f1e81927c1f41b3db3f49baf76d36fb9dea3df82fbd36f31aae9b77e61e9d9803bf49c4fc9f4dbbc8ff4bc8dc1f43c78073dff940dfd4ef6277a416d38fdaeee34fdaefb7d7aa1d95d7a619d13bdb0f133bdf88427bdb495442f857ad1efef52a397f3a1f48a004d7ac59c19bd6a470ebd5aa843af7ebf487f6c02a1d7bd28a0d7bd64d3eb8639f47ae73ff4c69d67e98defb7d39f49e5f426470b7a53812abd0956466fa2f7d29f173da33f9f7e4a6f8e6ea437a77ad25b9a3fd15ba0a9f45683edf4b60611fda5bf3dbdddf72fbdfddb38bda37799feca3489fecad69ffeca2393fe2a663bbdd36833bdb349930e40c6d1016f74e9c037517410864487c68cd0a142301d3a6e4587691bd3e1095574e4ce663af2e77b3aca8f4bc7447ca2632afae8d83a251df70147c70760e9f8960374c293b774e295783a69473e9d1c6642a7a969d099db03e84c968cce4afb456701ded33974573adf4d42e7e77da6f39b4174e1e9b77471c867ba98ba8f2e3972862ebd0ba74ba753e9f29bd97465b719bdeb3491decb20d0fb3647d25f47bea6bf1987d1fb0debe8837face9233f06e9e33a2ef489dd93f489ae7ff42ff912fa17118b3ef5772f7dfaca43fa77776ffa0fc317f4999a68fa4c178ffe733f98feeb89923eeff18d3e7f53853e5f12469f6f3d4ffffdac87bee403a3ff4bb2a42f73ece9cb6fc6e82b98570cd5430b8c55c5cd0cb5646386bac953867a5c02433dfd1a43fde61443ab701343abff3643eb138aa1b31ccb580f863336ecfacdd8007162e8fed0656c4c5e626c847e60e8676b320c42048ccd05e58ccd143d86a1da0ac3d0e810c3f0a51fc390dace303d9accb038e0cdd83a7a94b1ad5485b1bd3497b1b33099b1abed22c3ea4d09c35a87c9b03e64c9b001e433f67e8d64d8f6e730ec82858c834f590cc7751f198efd418cc3822d0ce7234f18ce178318ce45430cd7145f866b6115c37ddf7586fb0484e1716317c3a3698271746732c3eb4310e358a51ee3581b8c71bc2383e12b5cc5f0f3c5324e10ca192783218c53357719fe01468c80c26a46a0fd4f46f0a1114688178e112aee64849bf319a7d7fd649c01143322229f3022045e8cb3ff288c28028e716ed547c6b9f401c6f9dd8f1931eab38cd8adbf19173d2d187156838c4bbf54190919b98ca4c26d8c8c5d18464678202383c961dc2842326e7c0f62dc2a7166e46d7ec4c81b1865e42fc533ee0efe6114c53c6794202f314a8bba19f79c4b19f737d931eee77118f7f13a8c324021a3dc428351a131c8a824f4336a6eec66d4fd2033eaebc08cfaf7ee8c2775bb190d17b5194d858f19cdba9d8c36c72f8c0e576dc6ab7bfb198097e50c006c9e015ebb8501be6cc380a86f6240de9830a00bf718b02b560c44e50106360ec7c005c73070e9530cc29b1b0c624e3183f4f02783bade8e416fa865d09f1d653046c3199cb3da0cae5a3383b7d19621f0ee6288cee5324457af3224cf4f33a41fef30e416610c792e9f219fb9c650348a185d11458c6e4838a347539fd1d39bcd78bd3998f1664f25e38dec3a63b0248031480e670c7dfbcc78afb595f1fea5843192efcb187bfa8731e1bd9af1856ecbf8c22b607c193acc98d2fac4f8da9ccef856decc989dc531e63077180b573b198b87018ca59c61c6df8034c6f2cf7cc6f2ef6ca60a06ca5cc5f266aaebfc61aadfdbc2d4c85267ae952531b55177981bccab991b3f24310d184f999b7a1e318df776328d5b1799c64bda4c33cb4ea679ac05735b9188b983e6c7dc59dcc8b46ca031ad4a579836d577987b268b9807bc36321ddf5f661ebefc88793805ca74fef997e9d26acd748141982e4baecc23b3bd4cd796b34c37bb1aa67b8025d3fd8337d3fddb3ae6f1ebd1cce3f9694c6f270da68f4721d307e9c1f479fd8be96700669e303dc73c117b9779d28ac5f4376965fa87bd61fae7a43203ca2698817a5b9981e6f799412d2466a80d9679bae604f334f714f3ccc41f6604a08019d9d0cdbc508f665e10c098b15b6e33afac3dc0bc9acf655e7db28d7915bcc84cb2766526491698c95159ccd4f73eccd4313766ea840133ed423b33ddc38279a3e818339394cacc227c67deda10cabc35749d99cdca64664f6c63e6a8e7306f038f30f31ecf30f3a04dcc3bb27166c189cdcc82aa5866617820b3f035815934816316d7ec6016f714314b5f7e6696c5ed669649be31cb09eecc8a03579915a219e683eabbcc478ecf988f5eb299d5982ce6e313b1cc27efc9cc67ad2dcca65bc3cce79fae329b056b982f463298ade5d799ed7b5f32db2b4f30dbe7d6325f056e62823adf30c1fa1d4ce8b97f4c98299a093ffb8889ea3cc2445fb26392ccec99a4edba4c528e33931c90c8a47effc4643d6633d98f4e31855b9d99229f9b4c51e15da6a85f8329015e654ac6984c59ce2ea6fc530353e15ecfecd23fc9ecbaaccaec4a2961764719307bc3c5ccd7db21ccd7b55f986f527498fdaddaccc1c811e6e0eb63cc775817e670920573f8a11f73e4df19e607f5d8ff25323f051a33c7745798634ebdccb1b703cc890621f34b7028f34bf80be6e4263e73d22c9e39d94e677e45ae654e478098d3059f98dfd44299df8fce3067b4039933df4f30e7603dcc85d575cc855a2fe6c2cb26e65fc215e672d83c73257c84a53291c15a556dc35af53683b53a4fc05a8db664a99f62b13458552c4de629d69a17b7586bfab558da6b44ac7595adacf5d7eeb0d697c259eb5f74b3360cbbb2746fdf61e9fe2866e969e5b136aabab0f471252c038fbfaccd87c92ce3f7ce2c93b23896e9c73d2cb32e1dd696cf0296f9643ccb422d91b535e7156beb8722d676e65bd60e0d47d64ee1346bf7e1f32cab181396555a34cb8aabcdb2796dc0da931dceb2bd14c8b28556b0ec921b5876ed39ac7def6b58f613ff5807b64cb21c57ed60395a98b00ecdc0594e6f36b00eefd76439eb73592e29bf582e4d429687c292e5b5f608cbebdd2a96d7fb14d6b1e26a966f6802cbb73889e50b64b24e10aeb04eee3cca3af5fc2feb14e8022be0298c15e893c10a0c68660526adb042da94acd0a62bac50491d2bac4c931526b4649d76cf634524eab2226059ac73a7fa59d18bf6acf307f6b32e4cad66c584e05931fc03acd875f75871478759572e7d65251a14b292b555fe37c64ab64866a596915869fe6c567af347563ac79575bd3c8b9551b4ccba71f0032b3357ccca7a799995f5269d9535b7c4ba75468f752b83caca6e00b2b23125ac9cf3e6ac5cf34956aeec25ebf6763c2bbf5e9355f013c8baeb73895518edcc2a5c7ec72a7a69c32abeb1c0ba77348c75bff11eab8ce7c22a578f63953ffccc2a6fb3623d882f643dc8bccd7af8d982554941b2aa0c6c588f5bd258b5fdfeac7af90656c35b5dd6d3734758cf546d59cf0dd458cfb7ebb19ea314ac368f25d64b4b77d64bc21cabbd7a99f52aa181d5699ac4ea5cb663810e5e6681d7285860f376168418cf826e15b0a0e96c16147885059dbacf82ce0cb260100d1672389085b2d263a11ada5998c78b2ccc1486856d7fcec23db46591969eb2c8031f591464188bb6e32b8b795ac2629946b3d8411816b7f9104bb8be8725dc9bc8121e1d638902a759128c134b5a16cc92b63bb16409062cc5ea5996d22898d5257167bdfebec87ab35b83d5dfeacc1ac061598383bf584319f758ef77e9b03e6e35657d143e638d6e91b346bd2d589f4636b2c67eb8b3c6f91eac0994166b42c6657d619c644df64eb1a6b042d637792eeb3bf827ebe7bf42d6afa54facb9c912d6fced07acf90e106b516d27eb9fc653d6bf93ab592bd259b66ae84fb6ba9a92adb1772b5b23c99ead69f490ad5953c8d6da16c0d6ba49656b3d1b636ba78fb175362ad93a4d0cb6dec1eb6cbd9649f6c6b076f626a405dbd0d4986d28ad611b853bb2cd28496cb349387bcbadafeced0ecfd9dba7eeb3776277b077b98cb377e17fb277bf1c655b8617b22d0707d836a10fd836671bd936b88becbd2afe6c5b0b32db2eda97bd2ff925fbe0d304b6a3e679b6635918db91bd8eede4bf8b7df8530ddba584cf76a3dc651fbd26661f0f7164fbe496b0fd9c52d97ed911ec132a1aec13bf13d927ef17b04fe9b8b0fd5f06b0fd7f68b303220eb103638fb203493bd8c16a4c76f0a13a76f0d31bec90b586ec909b4eecb0491d76f8a779f6e9739bd8675cacd967e632d811794a76c4b32bec08c176f6d93909fb82de31f60537303b66b49d1deb11cb4e645e625f4b6f655f7bce675ffbb38a9d7491c34ebeb8839d32f48c9d6af8869dfa4cc44e5d78c84e4baa65a7bd3ac7be1e216167dcec61df7a816367fb93d839ebf4d839ba6fd9b7af2cb2f30d8bd9f9f274f69d2ba6ecc2e7aeece21e01bba490cdbe87ddc3be9f0465978514b2abbf2ad88ff93eecdabf9fd9f54011bb9eb78d5daff8c26e28f56337dcaf6137e63c603f4db2663f25fd1fa73cd9cf32e4eca6e33c76d3442efb79b20dbb39259dddfcc68dfde2d901f68bbfddecd6b0cbecb657feecf6b816767b098addce5a6177c45c657734ec6177f4be6203aafeb2815dee6ce048301b128b62c3be53d87080061bfd21938d89f6606386bfb1f13b5eb2893badd9c4eb5e6c92770a9b9415cb261595b2c957e6d8d4614336adc1864d6bfacba68deab159f07136fb6a279b1bf896cd43f3d97c9f70b6c0f6055b80f1618bcebd60cb3d2eb1e5af8ad84a3d157617b69ddd9de8cd7ee31dca1e5cfd9afdee8b017b28e43e7bd83e9f3d5c2f61bf4fcd62bf2fa8618f84aab13fdcfac21efda7c6fe7c75803d6935ccfefa41ca9ebedfc7fe96d5c9fe61b2c29ef17bc3fe599ecc9e75d9c89e8b79c59e2b3ecdfeed93c2fefda48ffd7bd69cfde74916fbcff41df6a2da76f622de83bd3414cafee788632f2fbce3a8ec157254ed641cd5231738aae87c8e2a4183b3cab99db36a96cf59edbc96b31ae0c651fbba8da359bb9aa315f28ea375f52c67adfa0c676dbe3167edcf518eb6ea6ace3a5b3e675d7a0167ddcb34ce069409670317c5d930aec3d1b554e5e8be1de7e87efdc2d1cb3bcdd9a8decad9689fcdd1ffb8cc31782be518f25339c6ce708ec9a7d71cd3c7711c73cf5d1cf3e3ab3816014a8ec5791067bb4a1567bb990667bba70f6767a23b67277980b3938ae7ec5ea3cbd9fd04cdb1ace9e65825dce258bffbc3b19e98e7ecc96473f676e971f675fee1d867f2390e6dd11c07e016cec1a9258e236203c791b19973d8a39c7338ff13e7308ccd71a6dce71cf9f296e3ae23e778586ee378a640399e95bf38471f3870bc0c3672bcceffe2788db5708eed35e578070b393ec39e1c5f6900c70ff497e3ff06c309f8a9cf096cfbca09729de0047d5fe1045f70e284569873c210939c70c360cee984364e448a3f27f24930e7acd515ced9c36b3967eb0e71a2c8ff38e7ae4339d1562f38d16e739c687817e782ce5fce05a28c13773a8b1397edc1890355722ea9dde35c3aebc7b974238b73a9cf9693706a8c930035e35cadc672d2ccd53969e5b99ceb97ea39379a5b3899661d9ccc3bdf3999401dce4db882735344e7dc7aaccac9e13139b9ae1d9c5c36929397b88973671782533437c8295197734ab766724a77fa734a99899cd21fee9cfb477771ca9b5f722ae2e639156212e761e00dcec3d85e4e153694532533e554b77872aa614f394fb83d9c86f5159c06dfcb9c86957ace53ff21ceb38f959ca6742f4e135893d3a253cf69d9a2e4b458da715edaf9705eb24d38ed4f5a391d187dceab5fa59c4e0e950340a03900d1100730ddc101a6ade780d67471e0ab9738885d091c645a2807f5b4888333bdccc145523804c95e0ee1dd050e29d29843cad6e3d04e1a73e839251c860e90c3b43acde1a873389c7f5f385c07770eef049423a875e308a6051ca1d70f8ef0860947d4adc991a67238b29b608e4c7091a33cdfc0e929ece2bc864d7206365b7106ec9f700632123983c5ce9ca155559cd12b9e9cd1ac61ce27e31ecee75817ced8d740ceb8f8236762eb1ece64e966ce57898433ad26e74c6ffdce997e56c4f91ef38d33d345e3fc6a1de6cc2e1ce4cc19b773e6aeade12c9850387f87009c7fae4738cbfc139c15b75f5c15e340ae8a9d3357159acd55e7cf7235a65f73b55eece56a87a773d77d49e66e284073f5ab8f72373d4be11ac7e9734d5e1772cd74ee73b7e8a472cd5deab816c79cb9163e95dced2afddced074e72b7df1de0eed81bc5dd71f90a7777f465aed5113bae1564886b035fe0da889cb97b80c7b97b2b47b8075663b807fac3b80e4a75aed3997aeee1c961aeebfa1cae6b6f0fd7753085eb5951cc3df6722ff7782787eb63ff8deb93baccf57bb087eb874de59ee01970fd1d95dc20543837f8f2016ed8ce696e589d1e370215c58dc0fee346750671cfe3cbb817eca3b931abb5b93161a7b831e9c1dc5814931bfb73847b513f8a7bb10ec0bd08cce5c6cbbe722f59bee45ecacfe126441b711352cdb909770cb809a411eee51423eee54c36f7ca410c37e91b8d9b726735370596cc4ddd81e1a62631b8690be5dcb4955a6e3a11c0cdf8bf663762b67233c9c7b899ca546ed6032c376b82cbbd6957cabda536c7bdf5ff8f29fbb60637672d9b9b1f9fcc2d8491b94576a3dce223546ea96309f77e33875b99b39b5bf9bc945bc948e7564738701fdfa672eb4655b90d3ea6dc868013dc06e64eeef3b52fb8cd8fc2b9cda347b92df177b8ad16bfb96d6b3bb92fc778dc0eae820b48277001cd0e5ce0e9275ce06b532e2897c905c95cb990c0442e246d3517c2bbcd851eade4427d43b9b0b84d5c58552b1786957211d5e7b8883e672ef242331729d9cf45498e73d10a3817bbf3029720ece7122352b924bf242ef9453c97e2f38e4bbb94c165b155b9acef242efbf3352ef7ef192e6fd7732eef750a973fdfc2159ce57185af1cb9a2816eaee8af1f5796f19a2bebf5e0768127b85d18276e177513b7c7ed15b7cfd09cdb9758c17d6ddfcd7d9da5c7edbf87e5f64bc2b803987eeedbd444ee202181fb4eba853bec31c91d0efccc1dd9b8993b7209c9fd70788cfba97081fbe9d723eee71ba3dcf1180dee78c973ee17db58ee57b501ee8fc43ddc1fe3fddc1fbf60dc997bf6dcf95d3fb80bebb4b80b97cbb87fc65771178fdfe02e062d70ffaefbc3fdbb2d80bbfcdb88a74efeced3d843e169dd8ae76915d7f1d6bae8f0d6a650796baf7bf0d6a50ff074d68df2366cf2e66d386ecdd3b59be5e94b7ef00cd0877846660e3c939f489ea97d0bcfcc41ca335ff78d676e63cab3c01de1598cb8f1b6d71af376740df176cebce0edde1eceb31ac6f0ac26cef26c2aca787b35737876c00bbc7dc9213cfb357c9efdce54de016604ef405f10efc0e72e9e43ab23ef2015c33b52f68d77849ac973adede0b9e26ef1dc3fd4f03cc73c78474f1fe71d6524f1bc1c1ff3bc9272795ef0619e179ac2f39ad1e2f9bc62f24e5848782732213cff0bd778fe7176bc0085392f48e30e2fa88ccb0b4987f1424789bcf0bab5bc708109ef74bc80773a3d9417d1e0c28b5c67ca8bac58e09d7dc0e2c5b66bf02e6e3bca8bb3bcc24b3059e42520bc79093f4279975fffe25dfe1bc24b1ce5f39274e9bce4358779d7df68f16ee6fde4dd9aa7f0b2a37b79d9f566bc5ce136deedbbeb78b717e379f95f4ef00ab23c79055301bcbb3193bc425338afc880cc2bfa9acabb5727e45544d9f02ace77f01ea67ce7558ebbf21ea92278d5f70778354f437835132bbc06ff315e136f0defb9650eafa53393d7327f8bd7766c84d78678c57bf9e636af9db8c86b7f63c16b7f3bcbebf87880d7317b88078a4ae0c1c26a78b049180ff5af928769d5e6612662799815260f4fd0e2e17b113c62c7531e710cc3237569f228664f789485ef3cea6c088f16f59c472b87f368a4241ee3c21c8f0168e631248f794ceb591ecbd383c79ab6e07176ebf0b825a93ceed7833cbe691b4f5818c9132af13c51398ed775f837afb78acceb533dc77bed6acf7b1dbe89d78fd3e1bd75e6f20667a77983ffac7843aff6f08677eaf3469cb6f0467002de67935cde84493b6fd2fd3d6f2ab087f7d5f62fef2b7f9037236fe7fdea29e5cd3eebe3cdeb5ce5cd3777f07e4717f0febc7dc25bf2c0f3961fb9f1551d37f255bf6af3571baaf35767d7f25783aef2572387f81acf6ff235c327f86b52bef2b58d43f8ebeee8f0d73bfce6eb45cff00db2b3f806b42b7ce31d537cd337697cd35f357cb3c9cdfc2df79ef0cd739bf85b5757f0b7cedee26f5b27e46ff30de2eff4faccdfcdb8ceb71430f956de3ff8d6973df97baa907cdbbf07f9fb5fb4f0ed7d6df90e1503fc838a637cc77a0edf11be83ef6caac1777614f39d8312f92e43e6fc23ef92f8ae4d2cbe2b13c877fdfd82effecc88eff1bc8befa9fa997fd4ed1aff78480eff78dd2bbe0f7c8c7f4aed0d3fa0e0333f30cd8e1fc8a0f383d3a3f9a17ef6fc888752fed953eff8d1e7b6f3a3474ef3cfd3def02f4856f3635f75f0e330187e7ce8103f7e6123ff52e321fe95f45e7e62453a3fa59cc94ffbcce467283ef26f047ce0677ab4f36f9a3de4df6a2ee4675f3acdcfce36e3673fcbe46793f4f8399b02f8b7ed3ef06f932ef1f372bcf9058196fcbb99aafcbb637efca21f5efc7be6befcfb7fbaf8158beefc871915fc87c318fea37510fe231e9b5f1d6ac87fecd5c1afb99cc7af0117f06b9db7f16b9b7df90d57b1fc464310bf71c69adf243fcf7f7ee222bf65ca83dfbe692bbf23c08ddf5911c5070c35f321633ff8d0e4363e2cf6141f364be4238c497cd48fcd7c9cc88b4fd86bc22750def20933dd7ce293143e3963079fbc22e7d31c9ff0e9da1ff8f4f5743e3de72a9fde12c067765de6738226f95cec463e973ec4e70de7f2050da37c5176375f7c78982fd970922fc9f1e1cbc400be6cb49fafd819c557880af8ca49757e6faa88df5740e6bf769be1f77ba8f107f39bf983f360fef0309fff7ef746fe073f31ffc3e316fea87f267ff4b31affd3f604fe679534fee70f25fc31951ffcb10bdbf8633dc5fc89fbaff85fd69fe07fadece37f338ae07fa74ef1679f7fe7cf21eef217565de5ff8938cc5f7290f0ff6a55f3ff86f5f1ffad1be02f9b22f82baa7afc95d70f052aec2681ea862f02d59928c1aacd0602b575ba02b5cb45028de40e81461343b0c6e5a140cbb355a015ee25d07ae42ed0fa7850a01df44eb0cef98140e7b754b0a1f7834097682ed0fdc210e8c1f404faa0bd82cd1a04816178abc088d3283031df2a3059c8159817cc0976dae90b765d0b10ec7a1c2cd87d8525b004a7082cdf9b0aac39170536bb0f086c047f047b368d086cf7ad13d89d7d26b0ab1a16ec774e14d83b1f161ca88c1438b84c091c32de081cf05f054e496b056e3f1f083c1f9d121cb5db2a38ba744ee0a5332b38965a2d38d6f745706cb858e0bd0d2df0be7650e0fd6e49e0fd2b44e0e33a2ff0dd3d2a3819fc57e0bff1a620f06ab3206c7f8420f2db6641345522383f3f21b86066fbbf2ac18590cd829835df04315b0e092e3eb92188c39305f1f9c70597baf182c4ec6c41d259942039c051900c7412a47c570ad2a34d04d751a704d787dc05d727e0828c1a35c10d8b48c18db83641d6d3ef825b883d829c75bf0439085d41ced86541ae708d20f7ed92e076f07941de69a9a060c33a41c1ce02c1ddf1e382bb0b6a8242d51141f1a19f8212d7d38212aeb6a07477afa0345920b8f72456703f962c2833d41394a1d608ca758e0baa062f0b1eeb95081a0907048db2ef826787fe099afc8f099a811f042de732052df56705eda20541c7a9bb825753bb059dfe570580be7401c86ab70052b54300c1de154083a304a827b705a8679102f4657d015a2814e0b24e09f0ebc3058402ac8050de2120d26a0514030b01e5f1a0807ecb47c028150a98a854018b532860434e0af8337a02c1b9bf02d1912a811883128809ce02b1f2a5403c6929901e311548d90c8174749f4036972c50406802c59b34418f85ada0576559d077ffb5e0cd0307c1c06d63c140014a303443178ce053051f1d0b041f2bb70b4689018271f327822f493f0593161b0453560f04d38312c137f3a382b9ddf382b9f018c1dc1c5eb078b05bb0788e28585a7740b0f4fffbfef7d25ca87aeaba70f5366de16adf8d42f5b108a1464cb1502baf5aa85d9226d439ee20dc10a521dc50db26d4eb9b17ea8f67088d7c6a85c6c18b42e3507ba1094e2834d51e129a45b909cd2a0b8466642de196d5b78516c430e1d6c29dc21d295b84bbee680977c16285bbc37285367b8385368f11c2bdfd7785762ef342bb135642bb602de17eab7ca13d2c5778501227743c1923749af013baf8160a5d026c85ae1a52a16bf4b8d0f55abfd06d6595f0e8ce5dc2a3896dc2a3196b85c76c8b85c7379c157a974c0b7d5ccb8527a6db85fe3bdf0a03ba7c8481c14861e0398e30e8f9416190e0a93068012a0cbefe451892ac250cddb2220c6b5b273c6d4f149e8eb2169e59b34e7826624278e6cd8a30222e411869d1238cb43f228c8cea1346c51e1446157809a38aff082f18f90b63a423c2d8ac30612cda587831614518b76826bcecac234c145c105ef3de204cb917204cdde32e4cc52e08d3740785e96d8f85e9b2c3c2ebdbb1c2cccc7bc25b4778c2db2b0bc202d36bc2bb2a078445579e0a4b0c6d85f72e1f139649ab850ff33e0bab76670a1fad7f2aacb60f145687fe135627bc115617ef125677e085f57281f0496fb6b0b16a40d808910b9fa53c113e238e089b033c852d2ab1c296c652e18b8a4461fb1e5d617b769eb09de3206c1fa70a3bcf5084802bbf85c0cd4221e8eb98103c7c4d08fe912084457e12229f9a0a51bafb85d88d1d42ec6747219efc4c48b09c1212f74408492e1b84341fa890d6932a648c0185cc87b142b6a7a79093d62ce4dd3a23e4e5950af9006da1507e4c28bab32494ee2708a5c3ed42593055280ba108953abf844aeb19a192b553d80532147609bf09bb3d2e0a7b7855c2deb48bc25ed46d61df7db6b06fe495f00dbd44d8af63241c7038257cbbe98e7068c851f83e2b41f831205af831cf5d38ca3f28fc5c1625fc3cf24d38662c108e3b770bc7e913c209475de104c44f3821b2134e3a9d124ed53e114e414f08bf1e69107e1d3c229c7e22144ec37609a79964e137b701e1b7c616e1b7098a70665e5bf8f3a39b707653bf70ee4a9770fe1653b8f012255c5cbb2c5c2cd82f5c425e17fe6b0917ae481644aa6e3f44aad99744ab3c42446a3a662235937291fa430f91fa1243a451ca1169904e8b343ee88b3487a1a235e35ea2b5310d22bd276b441bf5e7441b0b1344fa370744067aada24daaa522239ba72223e0359149d47e91d9b90ad1d6baaba26db54ba29d2d6da2ddcd4122eb17ff6b938a6c1a25a2bdb841d1fef53f44fbb74b440e452744070f348a1c0dd3458ef205d121f615918bb981c855f642e4d6ef237237a68adc9d5d45ee6fe3451ee732451ee907459ec16da2a30d36a263099f45c7350922ef80d3229f0d58918f9eaac817ba59e457eb223a99da283a65e4273ab56c25f2d7f827f29fb01005ee721305e26a444147768b82165245c17f6645a707fc4511ab9f88ce9e7f2f8a4e1a1745e7e68b2e1e4f17c52f668b127870d1657f942851b14f94381629bac6ea1325dd238b52f31d44191ea3a24c054f94857825baa5148bb22d778ab217ee8b72554a45b99acba2dc1d9da2db1ebb44f9b125a2bb968da2bb97b7880adfbf13151d248b8a5577888a7f9d1295a69e109522dd44f7a28f8acac6bf8a2a6c3d44953b37881e45a3448fba1a45d5cf334535ffd7a56677b3a8f67aada88efd5d54ffee9ae849a548f4a485277a02ec10355c3a2b7aa6fa43f42cb646f40cf258d4b4d953d454d02b7aee9d277a912111bdc00f8bda9e36895e4a3b45edbb378bda0364a20ecd9fa28e1bd745aff2578b5e2db68900b81d2270d75711ecd93d114c5e2842f0a2450889be08cd668a30ebe74598c0221196fb5a8415dc1061fffe12910ae345b4f542118d7a49c4f82716711f5045bc323b11ef2144c4fb5e23e2eb5b8b0415fe22610b5524248b4562884224d1dc2192e04744b2ca7d22b9d5ac4889478aba52e5a2ae812851b7aa91a827d944d4db4512f51550457d3847d16b9e5cf47a182c7a13512dea7fa02b1a88ff9fc24df4ce95281ada682f1ab26789deef5315bddf1f2b1a59a52b1a35c8128dbe31107de6478b3e4fd0445f5e134553f5df44df234e8866aaaf8b6620a6a299b715a2396317d1c2f75fa23f0148d1d2d77cd1bf9b7da2e5f19b6255b30af12ac315f1aabe19f1aa2535b1da2b82583d0529d6405d14af39f048acb5e398781dbe45bc2170a778c3e95ef186a6d762ddfb14b12e152dde688a16eb870d89f50528b1febb66b1815ba7d8e09cb678b39abad8689e203633792b36db6e23368bc68a2d88b6e26d9732c43b42df8a77f63f10ef2e2a165b6e9e135bb6ed165b4dde105bfd7612efdd3721b61d2a11dbc5b2c4fb306bc4fb416bc4f67158b1fd5363f181db42b183bb40ec00a78a1d0656890f1dfa2a760a3a2176026f163b5f70141f199d15bbfebfdcf779898fea6d167bd17bc4c7bdbac5de2a68b1f74b8cd8179e2af69dda27f6db9e2df67b87139fc8ab179f9cfe243eb55f4d7cea344b7cea5182d8bffea7d8bfdf511ce80614077ada8883ddcbc421cf67c5a13d2fc5e1bb76882336c68823fe948ba37ebd10472f3c139faf3a223eff34547c7144551ccf99155f8afa294e58f74e9cb0d14a9c5074547ca5a65c7cb5d04c9cfcd9469c7268519cbabe5c9cdaf15b9c560a13a751b2c5e96168713a665a9cdedb25beae7b427c5d1f21ce3c0a1467969589b32e0588b33e8bc5371ffe13673f7f2bceeeac17670f2c8973288de2db8209717e44aaf8ae65b4f8ae35515c94d523be5fca13dfa7cbc56505fbc40fa495e2879e11e2ca9851712578bdb8ea9f89f851b7a5b86ead89b80ebf475c1f715cfce42c4ddc68e5257e76794cdc0437123fdf7743fc1cb449dc3cba47dc722b54dc327157dc32f75efca2dd53dcda652b6ebb972b6efb9427ee28c58b012a5431407b410cea9c138370f362b08fa718daea228655ab8ae1a21031e2eb7a31725f9518e9871023535dc54880428ca45e14a378dbc5286997185d132cc6993888710ec7c484da29315191262669c58949660a317d13544c2fde2266a4d98b9957378999801762964bb598ad5724e6aceb1473eed78bff1f3cc5823a9858146c24169ffabf481484583ace15cbbd1bc5dd87bcc53d9b56c47d73d7c46fa24ac46fa6a7c5034653e2b71b22c523ffbf878f263de2d1c46cf1a81c2dfe3484138fa560c5533d16e2af7f368aa75f28c5df577b8a6746a1e25f035cf1acf35ef1dcf329f142ada978a16346fcfb70b8f8b7685ebc1496245e1afc2d5e0e3394a838ad96ac56b64934909612edee4689ce2a4dc9fae968896e3a4fa2d7f348b2f1d43a89e1be118911fb91c458374d628c5c90187fca969858ff9298dc62494c47c3245baa2d255bc61725e6fb1325e6907c89c5172fc9d65aa664db3e94643bc958b2a3f18664c72f8a64f7fa9792ddbf4112eb8403121b6c94644f81bb64cf4888c42eb45a62d7b95562277f20d9774557b21f1f2539b07fafc4b1649fe4f0563b89f37db8c4251a2871790a971c69b497b8a2b224ae3f0b256e1755259e61c512cf952392a3efcf48bc22ce488e65ea4a7cc8dd125fef1d12dfe20b12df7b1512bff36889dfcc0149c0f6df92c0c15249f009734928b95d12cae24ac29f9c90441ce990446e579144e23c2491e23949d4d3d5927375044974e880e4bc91a6e4bc628b24f664a5245ef65172c92a5a72699a25b9ca0d9524faf54bae391448ae1de54b52fa922429bfe89254004592560395a4893892f4483fc975f548c9f5987cc90d1db124d3af4092091e95e47e6a96e49b9124778cce480ad57a2545df1b25c5bb37488a5f3f9194020b25f76a5a25f76d7e4acace1d9294817324e5d46b920acf37928735be92ca3d5692ca77f9922adf0f922af83bc9a38919c9e3466d490dea91a446be22a93d172ea9bd2c91d439ad97d4211a24f5aa41922787ff491aa6d3258d3b8c25cf83fd25cded72493376bfa425d740d2caef91b43d1892b4ff489474c03c2480c0600920ab5a02deff46024eff2801037e491031d1126485bf04c5ca95a0a6d524e89f7d124cb18d84a067202114be9490ce394948797112d2f30a0955734942830d4818920109072a9270666f4a84ce2d12a10b45223e7a4822e9c449643a53127991be44c14a962857ad95f43457487ac37224bdc92b92beb3b192bebe2049df77a4e4756098e435455ff24697297933612079b73c211932ae900cbd564adea7ee928ca80c4a46fc5b251f923a24a37a5592cf6b2c24636f352593f45b926f2996926faf0324df0db524dfcd28921fcb8392d92d3724f3f31d92df154692dfe42f92df1c4bc91f5f99e40f7648b2c868912cb9af96fcfd912559f64a962cfbfd91acf40e4855ec49d2555a4952b5e036a9faf72f524dff09a9e62bb954b3f39d54cbb842aa75778f74ad3347aa1de8265d376e23d599a6483760eda51b46364a374c81a47a771f49374ead92eabfdb27dd743a49ba79ddff5c0ba59b3b57a486c80ca9b1a386744bc17de916dc21e95674b274f7de8752cba89352abcff7a5d689b3d23d3fe7a57b11be52db444da9dde1bdd203381be961ed7f5267a0a6d425fdb0f408572975ddc9947aa86f977a1a82a59ed632a9e7c728a9cf3d8af4847eaff484e521e9899055d293765ba5272ffd9206dede240de4bf9706b5394b43b00a6968354d1ada96260dd3ec92862dfa4bc331b9d2331a18e999b59fa411288c34eaa2b7345ab9577a41172ebd404e93c6eed194c6ca74a57185bba5f19a49d204cf60e9e50e99f47ae1756986f3a43473b04a9ad5d42dcd1abc2dbd69f94a9a3d76557adbd65b7a1b5322cddbf1519a6f8293def9bb2c2df8ed2c2df8eb262da46e911651cf4a8bbef74b8b558ba4c5f35dd212ed6669c950a7f41e294c7a6fac427aefaba5f4befb82f4feb5466939fc96b442eb86b4627a9df441fb4369e5e11dd24a7782b43ab75c5a5dec23add192496bbc1aa5350586d2da666d695d42b1b42e53555ad74091d63bb64aebdd7f4b9fe9864a9b0c8da5cd1763a4cd65c7a42de146d296854bd217071aa42fcab6485bcba3a56d841dd236a5a7b4ddb6440a88fa23050c89a4e0adee52a8ee8214da0d9742073da5089b342922a65b8a29d79162ab9aa458f26329be5a202566cd49a9832b5296b05fcaafb92715dd0b974a9a574be5e72ca4f25f2d52c56767a9726e4ada9bef2ceda3f0a5030d37a56fbfc64b078f944b0703daa48317de4bdfd528a5432350e9c80e5de9c86147e9c7988dd28fe524e9d813a274bcfd96f44b274cfa65d9593a194d914e660c4aa7a732a5dfae20a4df550e4a7ffaeb49e7c979d2f99f50e9d29356e9f2b91ae972c6a87465959674657858a672724aa6da682c5b3df34da63ead946948e2641aefba649a055332ad74a04cab9626d3fa962ad3fa932f5b1ba72dd3b666cbd6f95364baf5db647a56d932bd3d7a32bd5f99327d8b08997e96a14cbf2153b6d9594b6614705e66fc9b203339d42733b3779799bfb4969903e53273ca1a9985354566c1c3c876d8ae91edfabb57663db322b3a90e92d9ee3293d9ba0cca6c832fc8f6db1ac9ec7739caec4796640ed320d9a196c7b243ed9ab243bfd7c80edfb82373564b96b98c916447cab365ae6faecbdc34c7641e178c641e3736ca8e0e9d9579656bc8bcfe1f55bd268ecbbca7aec9fcdee7c84ec2ffc84e6d8a969d4a50c802af5bc8827e5f9205dbb165c1fb2a65c1be3059c89d2bb29071902ce4df7e5968144716da04929ddea5909d89f091456e40cb227767cb22c3b6c822a7cc6551be376451174fcaa2758ecaa2afb4c8622c7a64316eb9ffa3cb62b849b2d818ac2c16fe4c16f7634e16bfa343165f1026bb54bb45960089945d3df45496f8dd5f9654352f4b1ead93a51c2a94a55cbf2b4b852364d737cccaaef7b16419606fd90dd98c2cd3f3952c6bb05476ebf3b42c5b1f2ccbc1f264b7855764796e08599edf1fd99d400bd99d7c0b59411a4b56d0182e2b524d9015bd0e90157d1a94154d6d9495c0cd65e5410c59a59eaaac32a34a5649ce903d7a14247bf4b446563df854569bfd46f6c4225ed630ca963d8bf92e6b0e07c9daee1c94b5c94ecbda052eb28e6e4bd92b955ad9abc25259e7aa615967c45e1940872703084d65c0b16119e848940cf47c8f0c726d9f0cfa2c4c065b84c930fbe764b8878f64b8093b193ece544648d9272339216564fb1519a5e1848cf1db4bc6e4fe93317f4b642cff0a1947bd4ec6d3a3caf87c079950f7b04c54552c93309c6592ee473269de4e9974204dd6854c9475618ec8ba1faacb7a7483653dffefdf6bdf25ebed7f2b1b70e2cb065cbfcadebafe950dbd93cb467c576423efb6cb3ec4e4c93e5c59231b6574c8c6d499b2f16b1ab2f132baec8baabd6c72c721d9644f8a6c72c2473675e08b6c8a07967d7de62cfb197558f6b3aa55369bbd249b2d5c2b5b283f29fb5d632bfbe3b651f6f770a6ec9f0354f62fe7ac5cc5a05daed2dc2b578ffe2157bf5a2fd788a1c835b254e49abd62b9e6e7dff2354f55e5daf90fe5da2fdfcaf52c1572fd760db93e992e37d8f6506ef0274f6e7c3f4e6ee23c223739f5426ed24e969b0036cb4dbe5c965b3848e5db8abae53b84dbe53b953fe43b7f4be4bb0cc4f25dc679f25d96f6f2dd997fe49681ee72eb9524b98de32db98d8b9adcb654456ef7a444be1f71406e7f7b4e7e30b74d7ed8aa4f7e980591bb3a3c95bbed5a25f7d8e42ef7422ccabdb72ecbbdcf4fc87d36f9ca7dba3de527562fc94f4594cafdfdbfca83ecc9f2e0c22c79e88d5a795882853c4c39230f775b9487d7cae5a77bdfcb23b675cb2346fae491c12479e4f335f2a8634af9b9a4adf2689dfbf2f3f475f2188d2bf2d8b83a798265873cc1d9449e30eb24bfb2f68afc0af5a0fc2a6c519e6832264f1c3c25bfe687915ffbd72a4f5e879227d368f2e4219e3ce5e46979caed27f29485dff234a3fbf23425559ed1f6487ec3475f7ee3c213f98d7a17f94de84979a11b495e58f6565ef84c202f4252e5c5475fc9ef6bb8caefffd09197af319457e953e555263ef26a97e7f2eab2fdf29af353f2da3e4b795dc7b0bc715bb6bcb17a54feb46b95fc99c54e79cbf52df297852c79c79f0bf2cea10a3940912f07bacae4c0541339e8c7a41c86b190c3579d94c3b14e72c4e61a3962e59b1c69572c471985c9d19f98721ce3ad1cef1529c7e7df901389f7e5a4b66539794fb09c2c7b2a67aeaf91b3d99fe43cd28a9c6f73542eb81c2217ee85ca85f34e72d1b9bb72896f9b5c0224cae5c70fc815f5d97265719fbc3ba957de93bc24ef6d8b93f73756c9079e04c8dff2c8f2613bb47c987e51fede1925ffd85f22ff386e22ffe4a125ff7c475dfe1993221ffb40964fa499c8a7ea6fc8a79fa8cba757b0f21faa20f98f8f30f9aff252f99cca77f9dcec6ef9c262917cb17048fe2f3255fe2f3b4abecc4d56ac2eac53a8dbeb2b34d71e5068ad8950ac4d78a658b763af625df243c57a55986243c62ec586a67d0add6555c5c6ed498a8d65bb14fab7c31506be3b159b56ab2b0c3dfb14266e5885d95c8462cb732385c54d6b8545fb51c55655b062eb76a6626b5d93629b194ab163c78c62a777bd6267dc6bc54ec179c52eb30c85d59f728575d96e85cd9511855d4cabc23eb54b61fff9b2e2e0e62cc5c1255b85a37a82c2913aa1389e9fa4f0c121153edc12856fa691c22f3b447162ad587142bf4b71e273bbe2e43933c5a9bfd50a7fb322853fa15211b8cb5711e87b4311fcd04c11f207ad083b23538465692a22d64e292242661491b47cc559976d8a73fa6b14e7feaa2b2e70721497d63014978f2f2812fd0e28ae5dfeae48da2350a4e8bf51a485652baedf812a6e6c9e57dc88ad5164c19d15d90e298a9cae5a45aead9122f7668822570957e4adbc52e48bfe29f247772a0aa3ea15c5c6da8a7b36604559c27a45f9c8a8a2c2eaa9a272f6b4e21169415173f588a2d6db4251dbb0a4a84bdda978a25fa368d026299abcda144d292c459bb9bde2e5aa358a4e649502e47548019a262aa0b10805fcc33a05f2e13305ceb64b813be9a4c037bd57e0db821578f43d055ee9aca0963b2be8386b0523b146c1b816aa60f6152b586a8d0a16234ec1ee3652707df215dcde5b0aee988a82b75aa010acf65608bf152a440b960a71e38242fcdc552139d1ab905d8229640b2285fced0785b244aa50565f50741b142a5edf852a0686f18a777aa68a770fd88aa1db4714c362a462b887ac18d10f517cc0d3151fb862c5c78f458a4ff7e98a31f09c62fc4c8e623cbd5431de755731b1c947f165439fe28b53b86272dda2623207a7f876e6aae2c7b9438a9fe272c5ecce7d8ad93477c5ecab2f8a7915b6625e2b4a31afbf5d31fff3906239758f62b9a94cb13253a154193faa548df054ae2ef251aa35f42ad72885ca351f5f2bd74295ca75848f4a1dcdf5caf527fe2875a7ef2a0d5e0c2a374b0295865ff7298df00dca2d8f8b94db2d362b777d4d535aea7f565a9daf52dab41f51ee719028f7813594fb978d940ec6cb4a072e4c79d068adf2609699d2d1665679480ba9740a42289d9ebd571eb6aa523a47372a5dae2f2b8f689e541e11f4295de94b4ab76890d263d7b4d2cbdd51e9f55a5779fcb397d2fb839bd2fb479ad24f794a792290ab3c0169559e8a34529ea2b295fefa74a57fea07a57fd67365a05d9132308ca40c717baf0c39f54e197a7b41193a9ca10cc36629c366a8cad35630e5e9cc1dca3371d79451d92795e7b87ecae8a41a657c83b6f292ce0be5a52ab132e1f35de565bc4079c5a6457975ec84327187993231ea8032b170bbf29af95b6592769832494a512607b72a9397af2853637f2a5319b1caeb67df2b334525cacc8ff5caac0685f2e6cb5ae5ad942165f6990c654edcb432e789b532f7f423659ed53ee59d228eb2c007a42c68195716a0749577373b28efbe6b5216128b95c5fe0dcae26e2765a9ca5be5bd8f93cafb1151cafb0b79cab2be7465f925a1b29c8e53967fdaa57c903fabac1c602b1f9d8c5556b3a5ca5ac06365bdd453f96491a26c3cb6a27c1acc56367d9953367b8d285fa8f729db389794ed6b7c94edc93b95edd509ca765abfb2bdbb4ff9ca56a1ec3c7656d9c9515302b10795e0aa834a58518c122e472b11d35794c8adeb94a8fd5825fa2c4c89f9a1afc41e8c55e2fc9e28f127ee2af1916c25fe9e8792d8b25f496a4957521e64292923634aaa57bd92a1fd5bc970262919a94225335357c93961a4e4105f2b3934a892db8c55f2724d95bcf752a5d097ac147e2f534a12214ac9cd56a5e4f773a5f4e31ea57c71bd5251745fa98cd3522a9fb528bbc3c295dd7dc1caee7f1b94bdf9db947dffeffd36eeb1f2bdc50ee5fb0b12e508f384f2d3e343cab1da29e544315939015f504e65ee564eb55c514e2d1a2ba73f682bbf05bb28bffd4771798773e175015c2829a1214da54246c888504609898c52a19428ab6c2ad9b24754a2a252c90cc95692d1127df7de7bef69f4fedee73c9fbfeebdcf99f7dc7b06d2ff7251f7ff72c9b67ff957b6fe157e3afc57746ae75f514ffe5ff1bf92bf8beb9cff2eca75fe2ef592fe2e29dbff2e7f7cf077450ff477c5c215a092f015b0ea401840352e1ca0da370750b3b703a8271702d4e777025687ba025603e2016bfa4d011a25be80b5b216c0ba893d80f5c1d3800d890e006dee4580ceb43d40d79201d0f55103e8561c05e84e3601369d68036c6aac006c7e7f0fb0f5001fb07dd355c0f6e125c0ee1b8b80dd6f4200bbf9df0006b45ec0deb7728021b81db0ef7e31605f250770a02d0a60148c0118bb6a008c53d8008be1fb009b4f2e009bcfe600db351e00db4a1ec0762619601fd7057038f818e0388702381d300338dd7b0770f1ee02b89c8e071c3b3c083856940e387e6e1fc0d5ed2ec0b5dc12e0d6b71770727d07c06bad19c0c72b12e0f3f12ee0b49118e01bbf13e09b510938b3160638f3aa1be0778009f0739c07f81f2f060414480041c77301e79ff80042d45e00421a18808b1750808be352c0c5a98780d0baf3807095cb8008755340846d27208281065c5dbf08b8b67303e0da141610b98a07b8ae60026e345f05dc34f304dc0cd105dc7cba0b1093b91a1077731810dfbb1b90d8ec0d481c330524cf180292654d80d4c4df808c734c40e66d35c09d212340964c0590b59c08b8ff360f707fe00d20e704049073ee1a20e7493420f7cb04a0a8752fa0f8d64e4071db6640a90a1550368f0354ec380ca88a6401aa79cf01b5190680dacf7f01750540c0e3ac39c0e3771b01f5866e80a739ee80a76d77000d3f6700cf6af7029e8d6b019e373d07bc38fc08f022de0ff062cc07d074f912a0e5eb7ec01b1311e04d4904e0cdf34d80b7368d8077b77b00effe1c06b4ee1d03b446c100efcdf2016dfd46800e5f4f40f7fe3040b7ef714077532ee043460ba0e7bf7cf66d3d05f878440df0f16417e063cb12e0a3b806f0e9c92460203b0a30e68c017c891d077ca9ad027c192d047cb3dd0cf836630c98b230014ca74e0366fc11809941256036950af80e3b03f8a17f19f0c32c0ff0a38609f8a90e07fc767003ccfd2906fcc9b700fc99bb009837fc08f8bb4f08f8fbf70400243c0e80749703a06bee01a0de570148d209004abc0980521c02a0bf4e0130dc7f0042b91580a4ae0ea021af01d82c3480b31700e0058b0002f43d8030b90f20be690b905c3d059070ad01325822407ec616a058b50ea0f8340458dc7b07b078090958d13206acd0bc812a9eba4095700e70d5b154a05aea245063ec2d506bd000b8818b016a0f1b02376d9f056e8a1e076e360d07ea3bbe00eabf4804ea2f7c076e2b3908dcbeaf19b8675f16700fe127700f7f1c6878e70c70df6b3af0c03604f000b41e68e2f81868bac61968ba331968b6c2005ab48d010fe54e030fe5ef025ada25032dd35a805607c780875b5d8136e74680b6e9ed40dbfeb740c747354047c233e0519302a053170de8aca60774be7c02e872600df0f8523cd015580af4b0dd09f4488c017a7467034fcee9013db76f027ad25481a77a3b805e3561c0d336d6c0d35e86c033439e407f6a0630e0fe6d6070d473e0399f01e0b95a6be0b986dbc0f3a4106088c92b6008390d1842fd07bc681b0e0ca7408057e15260e4057760e4ef0260d430011835960a8c123e01de50f106de0cef07c6bc7d058cf5380f8c6b9c05c6071180b7156060e29e3fc0c46b4f8149697f80c98dfdc0e40f3ac04c4223f0ce8700e0bd84fbc0fb2505c06cbb5e6076a005303bc40998fd6a0d307769199897fd0d985f8c05e6cf0d010b4e898005c3df81854f30c0a29e03c007379681254993c0d20d61c0328505b01c1408ac3aba0df8504f03f8d02e1e5877b00d589f28063efde80a7c3a7502f82c641df0b98b00f8dcfb10f0c5190cf0c53b29b0696018d86ce9057cb506067c4d2d04be711a00b6fed102be9f2c00b6794d003bdcd3809ddeddc0cece64e087fa0e60cffe7e608f2d04d837b703f8513c04ecd7b1010e57dc018e3a9f058e25ae028eb55281630b17805ffb4780933550e0b7712be014e62270862c06ce5ed901fcb1b101f8c35117f82b3310f86bae03f86b7916f8db7b1cf89b10079ceb7e055cc06d02fe1ddd0c04844401a1f17220ecce1e20acf80d104e720722d92e4094fe23205abd1688f6fe09449fde0744d7f901f1d78f01091f244022723b90d43b01a47dba0fa473ca800ccc3090414a0132079d80ecab0f80ec567f20a78004e42c6f04f25e5803055f7280a2477340e9d90f4059a12d50fe630f50b16b16a8186402176326804b4681c0a582fdc07fc174e0bfcbaaa055ae4c907a9412b47aeb1ed01a621848636215689db91568fd3114687d6423683dcf08b4410602691f0900e98680411b7faa8036978d83b6f43c04e9e90b417a8025d056d367a0ad5f2f83f44f0581b63de083b6fd34056dbfe10dda0ebb0cdacec380763aac07ed7c710eb4b35500da25fb0ddaad7709b4c78f0bdabb5a01daeb520b32b4f706edf33e093aa0730b6402a3800e1e0b0799799c04991bb682ccab6d411643af4087d4aa4196f475a0c3c7ef810e3fe3826c9f14838e30e6408e476740ceff89cb0711e858ca39d031ec1f902b1e0b72b36805b9e7f6837c2e34807c86d783ce3cd800f2d31f02f9cd0840fef669a0b3cf1f8382ce8483ce55ef029d67d34121cf6341173fed005d1cb8000abd34010aada8065d9d71055db3bd088a8c7f00bac100836e4e4e8262576f06c53d49062530de816e83f782920eef0725dbfd04259f0d0625579883526db78252ff2480d2903f41e9a92aa03b3173a03bb76b4077aa91a0aca61fa0fb012f41391f378172dff780f28cd7830a26034085eb1741458acfa0e2a74ea0e257eb41255ff6824ae61a41252412a8541f092afdad062adb1e0c2a17b340151ba24155ad674135387dd0431c0a54ebf41254fb0d037afca80854ef90087adae2026aca7d047ac90d01bdbeaf0d7abb711ef4ceca19d49a2b07bdefd401bd9f3b026af37204b581ee82da7903a00e7118a873ad23a8935902ea36c780baebdc401facff813e545e05f5c6f141bd3231e8e3fa6da041d70ad060e61ad008df1f34bafe3868d4d70b34da29068d7fbe0c1a9fbd0b9a285780267adb40933e2f41df5c45a0a9a7d741b34e08d0775908e847a33fe8c797dda05f840da0dfac7da005833fa0852f812000491704dcb70904bcde03026b2d82206f524050fc1808facf15044bab01c1f14c100a3805a2edff09a2fd7e036274bd01b19d0c406c600188ad500771debc0571144320de1e2588e79e0112e60041c207a740e200479018751d247d7e1b24732683961e3b8296513fc12aab77815573b681d512d5c0ea3bb681d7cc9f066b38148035558f8175bc0160dd83dfc09b778782b76cfd03de9683066f9b6780b72dc681770cde05ef2aac061b806860c3cf11e0fd870cc126aae6e0835c22d8dc6917d8fc2e086c5e120bb664b680ad0cabc1363a4560db9b11607bd120f848f902d8e13603ecb0600676eed6013b7fd300bb8c5f03bbedf3037bac2a017baf3f0ef62e17834f3779807d6b67c067ae9680fd59c9e000edd7e0007a36387026131c485d0b0e5ca48083a56ee0f305d9e00bc56bc017cf9e015f39f6177c2547028e805d07477e5c025fd7c2836f64db836f663683638e1b8163f283c171651c701ca90f1c270f0227ece903df323600df5246836f5fb204276ea48013e1e3e094b506e0d49edfe0b4b230705adf1670fa8427385d660fce5c370bceba3007ce827e0567c162c0f71b0f81ef8fc2c079e22870c1367b7041ce2170c1930be0122f177069cd7370991f135c7ea6005c71d7045c6b670eaef35c02d7a507811fe9dd063ffeb8087e0af60637d64f801b058be0671ab9e067ed2cf0734f3bf0f3b0a7e0e73767c0cf6b77829bb636819b8cd5c04dc759e0e6741ff0cb2be1e0972921e0571414b825d117fc4e710adc0aa381db2f8d823b6cc3c19d4d0070d71309b8fb6233f8c39729700f351adc077c0bee5738803ffd78051e589e030f3f3b021e598d048f985781472e9782472a90e051b5ebe0d1286bf068fb67f0674b53f057552ef8abaf3a78f22105fc0dcf024f1d4483a7a3b781a7db78e019cf3fe0997bbbc1338b0af0acde2bf0ec6e4bf08fc070f0cf702af8e797c7e05fa2b3e0b9ed70f0fcf515f0c2991be085bb07c0c0e97f60e0cf4760d07d36185ee106461f6780d1893bc098ab30307ef635184f2900135bb860d2d1cf60525f0e98ec3609a6aea90353b7fa81e9bb56c0f45bde6086f64330f3443498b5be10cc3ab006cc369181d92e4fc0ec7a28982d6c05f31283c0fc7203301f3b0f16550d80c55b92c192fdfa6085ff57b0127f13bc187f0ffc6fce1ca29a6d0f51edb80f51333b0951677e8168f8574134c74c209a5f87205a9a4c88b6453d44b75217b2b1e6216453c931c896875510bd33ba10fd4391107d8219645b582e645be329c82e1408b28bdc0dd963fd16b2a71b0a316cdc0e3938a10531fdf80e6286988598fb9d8398a3441073a123c4627d1ac422af1d62f9e929c44acb197258c31d62936504b119ce82d8dd6243ecf53f428eacbe0571a8f786387aec8538252f439c83da212ed7f221c7ffcc42dc70b7206ed211887bf841c8c9760f88978911c47be714c49bba1d723ae11724e0cc164860493724c8641e125444829c5bdf0cb96402805cb20f8384da5020e11b3221e183eb2011bff64222e6ea205713a490ab39f6906bed6990c8d464c8f5980f90a804674854723be4464738e466890ae426fe1a24a6500d12537d0c1277e13ce4967a12e456f100e4f6d55790a4039a9024472348d299bb90e47d1848ea482a243df11f24bd6b1324c37a1f24537c0772c77413e48e9f2be4feba4ec87dea7a4876be2f246f0008c9af8c80e4b34a2185fb17218597062085b9e990a2d71190628231a4c48c0529b92681943edc0f298f0a8154062e42aa9c3990baf119c8e3cd11907afd1d90fa3faf214f6d6c214f3d5b204fabf7431a1c7d210d754190c6d17590e77978c88b5a27c80bce28a4494f1bd29ce00779399b0a79dd3e0c69897381bcd9a10b79f3f92ee40d160a697d7d19d2ee510d697f741fd2a1a506e9e409205d173b215d8fc090eefcb390ee8a5ec887554d909e83f9909e4385909ea36f203de92448ef5304a42fe817a4ff931c32e0f61032f031153200b902197cf10632f6f724648c5f0e9958ff10326905827c3b170399f258864c97854266ab72217f7eb843162c87207f5f89219053e510a8c66b082c311c82787b12823add05c1dcdf0ac1bcbb09c19ba943f0360d10026d1442d4fb0a216eeb8790366440a83b4c218c53df210cee2084f9800b613d4e827076fc8408e52488c8bf07221a0540c4b42d10698d0944e6920a915b6b42e4b75743147a1e9045affd90c53fce5095f52ca8aaed63a85a3d17aae16f085d8fc343b5cd0f41753d55a01b79e6d02dfbaba15b8e0640b73ce8876e79bb19bae5d32da8def836a8bef10c741bfa20747bab3ad4e0630e746fd201e8de2711d07d96efa0fbbe2643f71f390d3dd8ad06358d1b829afe0d869addac839afda140cd8f6a41cd3336432d6a2e422da17fa096e82bd0c3e75e40ed6211503b713af4888305f4087e05ea945a067509f6871edbfb0f7aecb90af4d8ebd3d0e38dda5057f3c750d75975a8073013ea01c2404fc073a127bfcf423dfb3ba03ee10d501ff467a88f90093d93f70cea77760bd46ffc1ed48f858406941c8406d5f840cfd9a841cf295e4143acbf43437e2aa0979ecd42c3beb643c37d11d0f02b3268c4e64dd088a6f7d09b96aad018681934eec93be8ad87e1d024fb2c6806ab0a9af9cb0f9a655a0bbdefe709bd9f5605cdfee90acd5d8981e685b442f3421ba0053f66a1c57edad0e2d9c7d0120a025ad6ab84563e0743ab64eed08727df431f26a8416bb52e426b9526d0da952568dd8569685d461ab46e3c14fac8f80df4911718faa80904ad0794439fab2f409fdf7681be90d6435b6692a0adbb5e435ba7dba0eff5aaa0effd53a16d337868fbc603d0f68306d0aea06068b7ea39688f473ab4afa1e93f38d0812007e8c0732e747065113a626b021deda242c76254a163b533d0afe7b640bf81af40a7af194067efa3a0b3e017d0ef7bd4a03f7d9ca03f6f4643ff54af85ce5f88812e1cd6852ed8f0a0c0dd2828488680423e0c41217d1550e89656287c68008abc6e0445270e4131015228a6641e8a99a982e28967a0845c3c94e8b4094a6c4e8692122450d2ad9d50d29bef50b2da0f2865db5628b56d3d94fe5703ca6048a00c961394b5530165bd4b8572dee2a11c191fcadb0e81f2662050c1995750f15232544a1d80ca767c80ca1862a8fc852954b1d71daa886b852a80bfa18bf52bd0a57597a04b0fd5a1cbbeded0e5472dd07fbb42a0ff4ed8c254f23c61aac6b93035ef7fb0d51b0760abd119b0b5071fc2d60345301dce27d8c6ff26e28ddcfd303dc3b5303d41186c6b69234c7f76376cdbf919d88e9093b01d8987617b6cd6c3f69c7683ed4118c0f646d6c3f612cec0f6ad3b0ddbf74c1576e0091176e0e50198d15d12ccd8bd16662c02c14c34d2610717003033f36f30f31d7498f9e99bb043d1d76187caffc0acbc7ec3acaecb6136357d307bcd39987d1517663fe10373b0888739fba9c29c5f1161cea42330979728d8f1130930b74fbe3037d02ccc23c400e601df003b71f126ec54fe1598efc247982f3715e6bbb804f3bb5d0af383c5c0fc6540d8d9c0edb08002342c80a70b0b0ccb81056dd80e0b7af21016b494010bdeb509766e0b04762ee923ec7c211c76fe7915ec3ce002ec42a70c76a1c70b764936040b05ad8585453e87854d3e8085292261e1dfdc61114f4b60577747c2ae3dbf098bd2ff058bb60a844503a4b01b6fd0b01bdfbd6031214a58acbe012cb6c41d16b7d30716c77c0c4b6068c16ee59bc06e5b5bc2921d6fc252fc76c25262426029ec2958aa950e2c7dbb092c13a30fbb1ba909bb1b5302bbf7ed2aec1e783dec9e341796b5ba099645f908cb1e9f85e5763061b90b5ab0bca472581ed00b96dffd19960fcb81156c05c20affd4c08aca4360455c32acb8e014ac78540f56aaa2052b3519809566a9c3caf65d845504c26115f42158659f26aca6f437ece10e0bd843882fec911d04f6088a833da9b80dab5f9507ab0f38037b3a9f066b082a80353a08612f3619c09a10c761cdf1c760affc36c05e110ec3de6a35c1de7919c1dabe2ec1dadd3ec23a6c86601d9f16605dfee1b0aee60bb06edff5b00fab90b00f5ba4b01eb56a58cf3337585f8603ec238f01eb171ac33e8d1d870d385bc3864e1f840dddb80e1b4a73800d3d54c246f2c760a35df3b0d1317dd8e7f1bbb089353eb0afb914d8e40f2e6c12ef0ffb96751df66d3a1136b5fa3d6ce63600f64b0b06fbe5b706f6eb0706f64b6e0b9b3bad84fd495f84cd57df87019ebc8181025a6110273718e4e30d18b4670a06ef3682210acb6188879761e8010f1836781d0c9bb70386fb5308c31f0981e12ffe85d1531361cc942c18fbf0231847ce83f1ea3ec078d34a98e0d35e98c4f21f4cd2120593b9e7c014ab7b610a49264cd9bf1bb6f43e1bb672b103b692be13aeea3e06577bcb82abeb44c2d5db1be0ab7501f035bb23e16bd26ec1359fd3e09a136cf8bab7def07583d170ad6e0db8b6fd285cfbe32eb84eff0a5cf74e397c63711c7c53c22c7c53ae18bee9f929f8e65557e05b1ceae15b7e6d856fb7b5876ff7fb0cdf817e05df1db604df13bd11be77e323f8debfbfe1fb8276c0f7b539c0f77779c10f3c69861bd905c18d3c0de046e24eb8894736fc20fc26dcb45702376b97c1cde44fe1e6bea5708bae3ab8a5e909b8557619dcda2b036e7d9e07b7d97f116e7761166e7fc1097e8404873be894c21d7403e18eaf54e0479b76c28fb64fc08ffec9803bfb5d863bdf3b0f3fee2b81bb5a95c25d9bd6c2dda774e127d4e0f01376d1f013d90d70cf0111dc7374057e6af56df829f41cdc77f313b8ef819ff0c0ab4c78606505fc3cbf0a7e71c6111e9a36060f7d1c0a0f05e9c24399e6f0cb8b30f815ff15f89522023ce2e500fcba210d7e7d72181e4587c0a367cec3630e14c3630a6ce0b7e2c0f0449d8ff0440b3d7822e7383cb9de129edc780f9eb69f0f4fbbff019e0eeb82a7cb46e0197be0f00c01107e57b5169e9d7a129eab9f08cf1d8d8117993e8717fd7e0c7f104a803fe096c3cbf7fbc3cbebe8f00a933ff00af7cff0eaf65278cdfe77f087b7d2e08fc7cfc0ebb552e1cf3c37c09f753c81bf4c20c25f2b53e06f6ae8f0d62bffe0ef1dfde16d277ce06d185b78dbf23578bb613abcfd6d09bce3e80f78c79dbdf01eff05788fb40cfe111b061ff2d80c1ffa98011ffe82808f50cde0a3237be06347c6e163212ef0b1fff47fbe86877fb1fb05ffca8f854fd6f5c0a74ebac1a71ab6c2a7c9bdf069e157f8b45c0b3ebdfc153ef3201e3ec32a827f5f9703ff19ab07ff4984c27f5bb6c27f1f96c27fe732e17fd7f6c181e96be0e06dcfe0e0cb27e0e09c5570704d141cba2b130ef5a5c0b12e2670dceb0b707cd5663881120427d95bc219d737c1b9abcbe05ce526b860ed0fb800720d2e3618838b7f69c1c5441e5c16b617aed0f4802b4ffc862b071ae04ae075f822640cbef45fdd2e3175e14bcbef112a903684aa7f2962f58678c49acac7088d8a1ec45aaf718466490142b37702b1a1c219a173c10ca1f36b12b169cd2442cf4d0ba1f77808b16d9b04b1ad7718b1f3c63384415e2162cf8b4388bdcf63117b492508236820c278640de2e0973d88837f5c11a6be57101643f908cb19378455d771844dd96b841dec30c21eab8938f24715e1e0730ae1d8bc157174b903e16ce18e70b6d542b81812112e217588e3eeff10aeec31845ba704e1bef12dc23d5a843879c40971b23c0fe1796c13c2f35f0ae2945e23c2eb7200c26bf01ac2c7a41be1eb3588f05da122ce6871107ea73808ffb964843fc9181110b61d11388641046dba8a08aafa8a089245228245498873391f1017d6c6222ed056232eaa0b1197b6cc2342cdc888d0a49b88b0b52988b09166c4950c7fc495610ce2faba3ec4f5ab6044d42a2922ea5223e246441922bec20891a01d8048f0f98a482af140a45c402152de3310a9a72a1177162a1077881988bbc923882c83284456e511c47dd3e788dc9bbe8882731e88a21c1ee201ee12a2389f84287e188d2806af46944e8e224af96044455a39a2f2c86f4475d11b44cdd527889ac7b58887d66e885a8f76c4e375c7108ffd86108fe7ce20ea6bf410f5ed4588a7ab8a100d6027c473d00ae245da10a2a9ec39e2153d1df14afe13f1fa8a1fa265e526e28d410fe29dd73e44ebc71944fbcd0444e7fecb88aedba388ae4771882ea506a2bbf61ea2077e07d1fbcc0cd18719467c1c9946f41fed470c5ccc420c666421868a7e208639bb1023513710e3ab0a11e36175882fde52c417942a6262af0f62e2f657c444f579c4546617628a75153143fb8e98fd628c989d8c41fc005d462c7cd7450050fa08e08e070870c5630444f73b02baa50901bddf8f406fb98940278b10e84fb508fcb1fb0812ac0841d78e41b058fe08f6a93c04bbbe12c1693e8be07f2c45087e6723442b5f11e2415b8474720e21db348e901b542196c2f888a5f004c4d2fc306279d71fc4b22b18b1027043fc4bc02355f246902a4b014875d800521d0e47aed6798d5cebb688d4722f436e78a485d48e3547ea4efd46eafefc83d42545237597e2919b389d483d591852ff6409529fd38edceeb00bb91df011b9e35d0b72974a077297791a7257f22472cfed62e4de85e348e3cc6b48938346c8839b9691a6bd3548b3fd28a4d5f525a4f59355c8c3a37348db4d22a46d4836d2bea806e9e8f21579d49d85744ad4463a65b6239df392902e27d148977b7648978a49e4b1c8e7c8e33bb590c7af9b225dd35f20dd03ae233dba03911ebd9e48cfad6948cf8fff90a7d6de457aa9e820bdba6690a70d9a91676261c833355f9167fac148ffa77dc8b34a0c32e0421032b8221c19726d2df2d2e3c3c8d003a791974f2c202f5ff88ebcfcbb1c79d5a40a7955118fbc56d780bcc6e322af276722af3fbe8d8cf2e942464ffc41de5cb9888cd956828c296845c6c6ae46c64ec723e3b569c804f5ebc8841c3de4ad0302644a491f32a54a0f99f2ca0b99c97445ded54a41de7d2945de9d2b4466250990594814323ffe35325f790f5998198e2c04df4116223490457f62900fcc0290a5c9c9c8d20faf90651d4f9015a5e79015d80fc8ca335790350939c8ba344de4a32320e49393bb904f422d91f5372390f5e32ec8a70eb1c8e70b6264f3fe5ae4cb2455e42b5f02f2cd867fc8371133c8777d6b91adabae21df9f8b42b6af798aec7ca18aec3e014376df6c467e60a8227b54a5c89e3f04646f1c03d9973587ecabb246f6a1e2911f1ff822875eb62387dbbe2047921f204750d6c811ca11e4e8e567c8cf6b78c809871ce4d7430ce4e45135e4e48d54e4d49737c8e9f96dc8ef3436f2879f04f9f32d07f92b8487fc554240fe3ef20439f77c35f28fc630f20ffc03729e8147fe1d3541820a549020a91612dcae8384757723e1370a9070601b1215f61489ba518344eb0291e84bf648cc540d121b158dc48e3521f18a0124d1f12192b8328d242f3c46d27b8448c6dd512463d81ec9904c2299f259247b5c0bc921ec4672532b91dc8caf48deba1ca4a0f90c52183c8f14fee623c563d790521f0da4948e424a574691b2cd1348f9a77348f914082997c52115de78a4723313a9dc9ff91fcbc8c535df90cb06b6c8e59068e432e50d72e5df33e43fa5274a452040adda9c88521d4844adc6a9a3d6a89d45696872516bb759a034b77e4269ba2da0d69178282dbe0f6ac33e126a43640e4ac7e9084a67ec3b4a77f52b94ee64096ad37a07d4a60c016ab3660e4acff42b4acf2f02a597fd10a537f219b5957d0fb5951f83daf69988dad15080dab9b71ab5ebf25fd43e4c096afff46ed401e432ea80128332ca93a08c5dd6a14c6a6fa0ac27da5087c337a10ee72050f6212f508e19bda8a3c81f28f71dcf50eec6a751ee87b550ee547794477432eac46a26ea84d400e5b93604e5a96b87f2bc721ae549c8409d5a6b853a256841797f02a0ce306c51fee0cba88018002aa0ec2c2ad0f6152af05c192a689a8a0a69ab4585406fa2428df6a0423f315057a53750d73437a022d75c425d1fc0a26e240250b17b77a3e276d0507154242a7ed57f9535780d753b54814a8ce1a1929a3fa392dd035029a616a8f4fff6dc9904a3ee2e5f4365e545a1ee677d44653b1c40e584e150f96c7f5481ca1d54d1bd51d4833d3254c90904aa4cf21d5559cf4255bdaf44d5e83aa01ee6d9a26a7b24a85ad266542d9f87aa3b2d41d5c59c42d50dde413d721c41d55f2e42353c07a11a8fa8a11a337251cf520fa19afe45a25e6df98f4371a8964d37502d2114544b920cd532741ff5768b36ea5d4718aaf5fd12ea7de82b54db6919aacbe915aadb1089faf09fff1f803c548f571aaad7e023aaef403faaefc62954bf8481faf4fc236ac074063538a08b1a5e26a346eedd448d5285a8311722eab35612ea5b7c236a2a49809abe5680faee7708f53dc807f5cbfa2e6afe8f0fea2f188b027aeba180e9ab51c0f73128d0bb5e14783c1505cd7244c1b6a350b010360aa1d044214d1028e4f3c728d4d07914fa741d0a33dd80c2e64a51d8a1b7289c2d04851765a1085d2928b2fe0f14d91b8ba25c06a0985bd451cc960214fb572d8a830b44710f3050fc5d6014df4a1b25f00d4409a27a50e2873d28c5f62f28c5b0356a29460fb5f4ee2e6a85da8a5a6172d12aeb8fa35567bfa1d577b6a2d5cb9ea2d74c94a035f65d476b585aa3351638e8b549e168cd9e7be8750149e80d0e40f486b14ab4f6bc175ac7a90dad736d0f5a77e02f7aa3ed187ae3f8247ab3a92a7a73ea3ef4166c3e7ac7d530f48ebfe7d03b27f7a1776925a30decf2d00623ede87d5b3dd1e68e6fd196af63d056f511e8c3f637d036db0dd136378ea2edca8cd076dd0d68c7a7e668274b4bb413028e7651f2d1c7c3c7d0c75fb4a35db56868d7070568f7f10f680f562efac4daefe8135f7ea14f9a76a33d1d2ea13de58fd0a7c29cd0de4d19681fdc4fb4af9627da97bc0d7d461a88f6df6980f6af8b42fb8fb2d101bf56a183bc83d0c196cfd0217b02d017b4c5e80b170cd1176fffd79640f3e8cb659bd0576edc405f35304147eeb24647ab9f44479b3d42471312d1372ea2d037472bd0715e2fd1b7b6d1d1b74cccd0b78863e8db9bc9e8c45b2de8c49931745af16774bae569747a43073a23d1149d41cf40679aef4667cb69e89cddefd179ad56e83c5128ba4023145d94b811fd40d515fd4043882e3dd5872e7dec8cae4c7742573695a22bb14474757d17ba663e09fdf05413baf6e92cba56398fae8b788d7e1491867e7c2b07fd1c368c7e91538f7e413c806edaab8d6ea28fa35f15f7a25fbd7b837ecd3141b79cdd8b6e795d8f6e1178a2dfaa9d43bf5db7807efba40efdee2f1efdfe581eba7d1f04dd0b5241f7adf4a13f46d7a03f563d437f5a93851e5867851ed8378f1ef8158e1e4c6f450f2d49d0c32a59e861f54de811a7b3e8d1cbede8d1fe32f428d9133de604408f456d438f4fd7a33fcff4a0bf6a8ea2bf2a33d0934663e86f4e7fd1dfe4bde8a938087a2acf17fddd7e19fd1d5b82feb96308fdf3761ffa97df4df4ef3d9bd0bf0797d1f3473ad00b92303470e2371a14e38a0697ed414354bcd1d01bf7d13048081ab1bd028d78918a46bc14a0917a7e6814078ec6a464a131c3cd680cfe281a6bf30e8d3f8040e3eb3868d2775b3439e2069a3c1b8aa6dcc84253d52ea2999c313473e5339a7d908d66c7baa2b9bf2ea3f9860a343f86881609c3d0b2313c5abe2e112ddfd28b96fb9aa0956e93e87f6e37d1fffc75d1ff50408c4a2e03b36a9084519b4361d6ac01613462c730eb769fc26c583e80d135dd8cd9d4b70fb3e5c17f50b660b650ab307a1e74cc56c37eccd6e729981de3c6981d142466e7adaf989d20296617b004b3a7d50eb377210c63086062f65fa562f62b533007ac5c3046fd6618e3b5b618e3ed43189373ef3026697730079d1731a686df31a657123016efa898c3176518dbfa608c83f13cc6697f07c6e9c0138cf35420c699b88271d9698639a6c1c61c6377618e712f608e9f22635c55ee63dc8c6f60dc1d85188ffe348ce74c2fc6cb2a0ae31df319e3a3c460fc9e32307e4a29c6bf5607e3dfa1860970d1c60488ef6282bdbf6082275630e7447f30e747f431e7655b3021d965980b7abf3117b78231a1dd9731e1277661c2e3033097879998abcbdd9828601be6a6f32e4c8c7715269e1a80b915700993a8fd1d93ec1889497ead8d49197f8b49affa84c918c46032bbee62eed8db61b20c3e60b2ea3c30f78d5d31d93bb76172ca8c31396fdc3039bfec30390b07317941724cc1b61b98077b53300fec0098e26d5998e2db2b98e2112b4cf1cc654c29f621a6ecf71e4c796328a672370053b5d289a9f630c254fb3763aa67f3310f4d1a310f1b1e611e5dcec33c1ac2631ecb15982751124cfdee724cc39808d3183f826994e9629eddde8c795efd17f39c608c79212ec6346b0f609ab33b31cd0c37ccabfd7398d769084ccb4c02e6cdaa644c9ba402d3058cc474ad00311fbe6561fa4a7d307d3d36987e1b1d4cfff82266e8ed29cce8f764ccf8640de6cb521066e2b80fe66bb43566d2761433f9b60a33657e06f3fd6426e6c78efd981f007fcccf946f985f9b2c31bf9e0f63e6c2de61e6bec03073a44f983f1b16300b3a5a98056f5dcc42782606b0ca0803b0e060004e061860d12c0674a91603d908c240021a30908a0318e8566b0cf4be1106ee7f0883329fc16095a1189c432506dfb40943518bc25046b1186acd3486e67a07c3d86e8361fe32c2b0ba4631c2b94e8ca8f52746843a8c11479860c491408cf4522f465e7d06b354740db34ce8c7fc532bc4aae45662d5af5ec3aaf74f6357af6ec6ae9e5a8bd57019c56a9cccc66a82d8d8759dd6d875706bec7aab2aecfab835d8f5ac4eacb6bd0a7673453856efc97becd69b4fb1db1ffb62773f1cc0eeeeacc61aacc9c0ee313d88ddbfa71bbb1f29c61acdddc71a1332b126437bb0a6cee158d3c446ac29b0086b7ec7197ba85981b55a7c8fb56ef5c4dae86a636de41fb0b6e6d958db5414d6cefa0fd6ee3e126b4f7f8d75b83f8675daa58675395685752bf98b750f3d883df5ea2ed60b7704ebeda28df55155c19eae43604f33a2b1be9662ac6f8a3af64c7532f6cc1f6becd95567b1674dc5d88086bdd820722b36f85b1236f8fb66ecb9bc5eecb9ae2eecb99f2fb0174e55622fdadfc05e8cebc65eeaf3c25e42576143f117b097bf9ec35e613560afbedd8ebd767c2f36fadd43ec8d274fb037591fb0b10661d858dc2a6c3cee36f6163f069b68b21b9be8cdc126a14bb1a9772f6153c7dcb1f7b2be61ef15ddc5de833862b39e3960ef6f2361effbbdc1e6983a6173cad1d8bc430c6c81ae23f681290c5bf2772db6ecae1fb6bc938d2def5a8bad18cbc356ee5bc2561f71c156379b636b8c62b1b5b777626b3f27619f140e631bda27b02f028f619b1fedc73633b5ff430ffbfad45dec9b93dad8b797bcb0adb613d8f73b70d80ec39fd88e98bdd88ed90fd8cef7efb19d5d65d8ce2f13d82e431f6c57c5436c77b621b69b5d8aedb91f8dedd5b982ed351dc1f6e68761fb9e2562fb1bacb09f04c1d8a19703d8a19951ec7050127638520f3b72f10476e4451f76ec2c003b56d988fd7c968afdf2ae193be1a5869db892809d883f839d98e263bf66ecc07efdf51cfbedaf123b6b4ac0fe908bb03fb3a2b13f9fbdc1fe3af711fb3b4805fb3b260cfb3b978f9d5b751e3be7d4835db8368afd7be432f6efd120ecdf281b2c8041c0023f5ec3824e3ec4826fd56011378e6391ef17b1a87387b178c43c966071024bc88bc4926fa1b0f41d0958f68d2a2c7b4013cbd9538ee5cc0e6239fcf758aead13566250859558eb6125d3a958c9afef58a9c651ac34db002b4b3884951f7e8395db6662e5ef1e61953b6cb14ae81fac92e5845dfcc6c42e5dd4c52e5fda87fd87d4c7a93abec2a9be57c1a975bec0ad7956865beb05c2ad2358e1d6efa8c6693df1c16d1056e3749e19e0368aa3715be2cee3b66459e3b66a35e3b65ed4c0e95f6ec76d53bf87dba601c16d3bfd1ab7fdb63b6efb975cdc8e17ef713b0ffae10ce2c6717bbe0ee0f6c76dc11da0afc219871170c6b32b3863c139dc419dfb38d31a29ceac9f87b31404e30ebbbcc6d9799071f6064638fbb0c33807462dcec52b10e7c2b8813b7ebe1977fc4232ce750d08e7eaf212e71edd8d73cf59c2b94be370277cf47127682338cf483d9c27540777aa7000e7b3790dce67e73f9c8f7928ce273b03e79b59813bbbb91977b6f50a2ee860162e68ea212e78cf4d5cf099325c70f908ee42fd03dc456f312ef4940b2e34b019179af90917debb0777d9b8087745af1477f5441e2ef26832ee7aca59dcf52f005c94ab1e2e6ada09178d75c64573ba70d12b85b81b862eb81b3df3b89b9d43b89bbfefe362c60c713134162e4ee70e2eaef1072e3e0283bb75df0277abf7232ef15d292e69e6232e392d07979ad58a4b1bd980cb88d889cb10ebe032cd4fe0329ff5e2ee6925e3ee77e5e1b267e67139c681b89cf2145c4e2f1897f3771c97fb038dcb0be6e3f25b0fe31e8c55e31e80fb7125b61b71a5c455b8324f0b5c794811aec2f425aeaa2e1e571d9183abbee1817b645e887ba27e00f7a43916573f6b827b9abc15d7c08bc5352c3be15eac21e35a9c1670ef92f570ef0a5c71ef0fe4e33a2203701d49d5b8aee020dc8778735c8fdf5d5c4fc04b5cefa11c5cefaf525cdf11335c5ffb6ddcc7ba37b88fa003b8fe003ddc274d17dc40841b6e30b8033754761937fc81851b313a821bdde98c1b075be2be2c5be026b6bae0be4e97e226d5fb70931baee0264b0a70df46cee1a66ebfc44dab9cc7cd5858e266707771b387c5b8d9c94bb8ef0174dcf7f83db85f7b56e17ebf90e0e60ad5717ff66be0801b4771401b2d1cf07e230ee4368e83908d71b0941b3838351887d43a8e436ec0e090793e3864933e0e39b80387b649c5a193f270189b2b384c450d0e4359c6e1015938c2021b477c7313471ec6e2c8901d388a0f19475b771ec75abb11c7e9ba85e3d90de2f8d2341c5f368313e2b7e384ac1f38514b1a4efc9c84939d6cc0c9ba36e2165f18e196370071cb0e78dcbf2396b87fb34678d5f91d7855121daf965888574ff1c06b588de235dc46f19aaf63f11b1868bcb6b91d5ec72918bff15b197ee3dc2afca69ddbf19b4db3f15bd769e1b7ee44e277d65be2776b32f1bb7dc2f1bb897cfc5e95637843372ade30b4026f38f41b6ff8351fbfcf2f00bfaff700de28743ddee89113def8b416deb82e1b6fac6cc29ba459e24d9e75e20fba3fc49b16b6e0cd5aadf1e6d520bcf91722de9a29c11f9e28c3db78cde26d3796e08fbc44e31d8defe31d0f5be18f16b6e28fd6bae18f7e3a8a7759751f7f6c7f31dedd61167f722d01ef157408ef1d9a8af79388f101e59bf0014a7f7ca0770a3eb076091f9483c4877c1cc75f88df8cbfc8ebc55f0275e243b77dc05ff632c147ac2bc747d89fc75f0d90e1af2a34f0d7f2abf191b939f828bd317c540b151f7d7c1e1f4d7b8e8f89e7e3636b93f171e6fbf0493a7ef8e4db4ff1a96ad7f1993a5bf0998327f0772387f077d117f0f74a6cf0f7436ee2b397adf0390d0ef8820802be10b60f5f4838882f223fc3172907f0c590447cc9f61df8b2e6027c99488a2f7f9d8eaff0bb80af0091f055e3d6f82ac110beaee40bbeee592efe91591cfec9fa35f827f707f14f0d5bf04f879ee31bc4b6f8c62387f18dd968fcb3bc66fcf33432fe799606fe79e3017cd3535f7cf3c7057cf3cc3bfcab7b2ff16f084ef87794aff8d697e5f8d64115fcfbb1707c7b3206dfa9ae83efb421e13fbebd82efbfbe17dfff6a193ff267093fbaf52c7e74f03cfeb3f957fc8497197e7273037ecac31f3f0d3f819f85b9e17fd8d2f1bf5e75e07fab4de381f59978c8a16378688b351e8608c1c37572f0f0abde7844e2081e8959c4a35fd9e3d1e40f78fc135d3c9e7b0b4fdeaf82673a61f14c4a369e55f215cfdef517cf9e2ac0b391ff2dcf7cc7f3d60fe2f9692578e1c036bc1025c08b3651f09295ed78799a115e39bf1bbfd8a68f5fba7117bf54fd07bf8437c0af9cf423a874fe22a8aa8d13546d4d08aa9f0e11d4c73509ead456c2ea487d8286fa20416b3b9fb041c623e8869f27e83ed0246ccc99246c7c394fd8fc1042d08ffe48d06f8512b6319e11b6bb851176b87e23ec32fb4730fcf285b06fb49f60a4d94530f2fc4d308a55128cbe96118cb5220926afcc0807cbc209a6dfe804b3b24d0433f420c17cd9997068389c60697a9660b5bf8e60bdd997605da646b0e6200987a9fa04db7752822d488d6037d74a7088ec23386d00139c4f6e21b81cdb4538761a4d70bd3d43706d7a4570fdaa4a702b7c4c7027c4134edcd3219cfceb4d38f5f624c1eba72ae1f4073bc219cb1f84006b102138c885703e6435e1fcc5b784f36f61840ba1bf08175a9b0817ba6d091793d50817650984d0ae0c4298c34e4218fe16217c5b34e1724b032182d841b89e7b891035cb2444ab0e10a23772093760b6849bb14c428c6e142126ab9810bb1b4e88157a11e2cee108f1f6f709f188164242891121a1748690182e21a46c5f4548efac2264c6fc226466cc113211444226a7997047c123dc3d4227dc3df69370b78845b837e545c83e2d25e4bc6f25e46f2e241470058412a229a1cc5f975046cf23549c7f46a898b52254ae6e22542d5a10aaef69116a1cfa080f23fa098f8ee7111e6b1c233cf6bc4a78fc668ef0786e9e500fa827d4b3fc088d13f98477b7dc09efeefc26bcc3c908ad1bdd08ef795a8436ad3d846e8f43840f3fbb091ffe7d24f440b184bebd1e84beeb7a844f59eb099fde9c200cf207094395ea8461cb34c297cd18c244f459c257d5eb84af840ec26436813073444e98b91245f8bed183f0fde70ae13b2991f063f522610e9947f8035c24ccbbba12e6233f12fedeaf26fc6d3c4400d41f20fc374d11800f190410ce8f00db524980d9d51110655a0444df140109ae27a042771150590d04ec81ed0482d56302f1e01502f1eb4b02e35a1981e9a14d6046f209ac272c02670244e0068d12b8fcfb04de0a8d20a4cb08c2157b82687f1c4164174e10416504f17a3382f4d44f82b4578b208bbf4790350612e461910445b62a6131c98db034fe9cb06c5c425829c51256264308ffec9f11555c60c455365f886a5354e26af10871cde306a2868929510352405c7ba88fb82ee53051c7bb8da8ebc5256efed044dc62ac42d4cfbf41d46fe713b7196f216eaff6226e17a088bb57391277d7bd20ee4675120d3ecc12f7741713f708668886fbec89fb4da288fb4fad221e38644e3c50d245345a9d483451ff4034f9d64934bfb7483c341847b4dc78926819a2205acaae13ade296895635c344ab9f4e442b600bf1707431f1f08c0dd146ee4e3c72f513d1a1d988e88057233a464d125d7a77108fd79289ae6efa448f8715448f868bc4131443e2c9f39f899eae60a2e73b75e2a90434d12bb686e8fd4697e83d778be8e33f4af4b92b239e56bf483ced144af4bd4427fa3e4925fa76a412fd2aca88015e4789e75bb58817263712c30e1f2286b95b11c32744c4706c22f132044dbc6a8e245e8b1d24466aef225efffa9d18ad7b82189df68f78e34931f1e6c722628c530c31eecf196242c414f1b6f20031e9592e31059f454ccbde474c2fda4bcc387c849839d342bcb3cb8578af682b31cb8044ccd54c27e61ec2137343038845dbab8845b9a1c462572cb178894e2cd1712396f271c48ad37ac4aabd5f89d521d78935071d890f8fb7126b9fda131f6d3c467c94bd427c54504e7cac5e4eac9f584facff7586d8606e476c28f12536be784f7ce917417c73ef2af1cd2b33e2db7b0788ef2ef4135b27ef13db06df10db3757133bed46899d77b389ddf7a9c4de8d11c45ec13b62df3f2de2c72017e2c7d918627fa10bb1bfe71db17f8e4afc9459451ca8ed220eaab71187797b89a3be6dc4f1e2dbc4cfbc02e217071cf19bf723e2f4770a71fad726e2cc5d1c71e6b72ef1e78bedc49f8811e2ef0c47e21fe80c7181719a08fc564904857c22822e151141ff7489300b7f22ec8f0e11f1e32411a9ae42441abe2322b9df8998a53d44c2e72922519c4f2431df10c9224f22dde9269139a34d64af8b23b2bfef2572a551445ea50191c76827f2b7eb13f9fec788623d77a2dc77155171f92d51513741549a5d272e3e7b4e5ceccf232eedf1202ef59d272e6fca252eff221057ec66482a7539a4550fa824557f20496d4d05698ddd7b9286611749d3709cb46e5d27699dd50f92969337496b613f69c3eddb246db23d6933e612690bee1649cf5395b4f5d11ed2d6091dd22edd75a45da310d2ee4d00d2ee980292c1e54692c1132fd2015b3dd281d72749c6baa12453e74324cbfc0892d5a337a4c3505592cd6c39c9ce8749b26ff3211da59c211d155e253977ce935c1cdf925caa89a4e3417624b7d6d3240f4f6b92c7371cc9039a48f2585e4f3a1185229d34ef249dace8269d3a914af2527d4af2ea384df27e39443a8d6a27f9a61c23f9e6d5907cbb6d4941558f481777af265d1a88245da2bf2585edad2185d5dd215dee2c235d31cc245d213b92220cd548d7bca1a4c88dd6a448d34ba4ebf7424951e67c52b4d77e5234bc9d7473be861493bb8b14cb2a24c5f95792e293c648f18355a4840175d22d1f3c29a9c88594b2b48d94064f24a5f12349e9661f48198792491976ada4cc7f86a43b8739a43b470f92eefd29226555b993b2d5bd49b98fe4a482113d5201779954a863417a90154d2aee9c2695bb5d2155c437932a9b37926a3647906a4fbf203dd29e213db9a44faa2f3226357bed24355f7426bdc476915e9dfa416a697420bd49a825bddb2d22b586e9925aff18935a31e1a4f763cf49ed56c6a4ce105352e7089dd43ba54fea3b124fea93fa933e320b49fd553aa4b16f41a4315914e9f3ad1fa4af6ffb495313b3a419ed60d2cc8f0fa4ef628dfff84dfa71034afa4d8a20fd61d991e6ef599316d0fb4900032909f80c4102d7049360894b24d8883a099efc820417d249c894461296be4422789d2511e6e924e2fee324a22982449ef94ba23ad89168975f9168315012bd564862df692171c26f9138c80012bfdf9a24301c25091cb549a2b53124317f9624fd2d27c95ce024b96c892457c6919411529232ba81b4a87e86b4985f4a5ab296915662fb48ff1c9c49ff4e7a90fe95c592556e6c22abd4949155d3c164b5c005b25a593179cdc129b2c6a4195903554ed6fc1e44d6147e21afc33b92b57c06c9da67fe92b57bf3c91b1bbbc85bd4adc85b0e5e226f250e90f58fb591b76dbf45de56b895bc2327936c14114836fa124d367e124b367d80279b6d35239bed4b229bdd4191cd69a9642b7b3ed9fa5621f9b06f25d9dea0917ce49926d961c30eb2e3fc4bb28b491fd9c5de927cacac91ec8a91903d02e5640f7408f9249f44f6f40e279f1ad224fb40a2c8a7d76d229f364d249f6e7122fb5af490fddb8f92cfae9292cf4a95e480136872a0c5117250329b1cb474801c6c7d841cfcd08e1cfc46937caef82f39e4602cf9427908f992da2e72d8c6107298812339ccd4831cee19480e178e93af602e91afd014e4ab1ba6c857dd93c9572ff990af39ea92afb9b592af8dfe265faff9408e525190a39c30e49b666bc9b1abdbc909670f9013d001e45b91d5e45b0fecc8b7bf85909352e1e4148d42726ad06972eab5d3e4bb9d3de4ecd836726ed335724108845c10ab2417314e921fdcad279798bb904b5a93c8a56636e4d278437285fd2172957935b90a1e4aae16a5936b2a5dc9b56f52c8b5fd28729d6928f9c9309efc347198fcf48e37b921ef03b9e18d39f9194185fc7c114d7ee12625376f0b2237ef60905f29de935f77b0c96fbf8e91db9e2791db3d06c99de906e40fe06a72efd66072ef051d72ef0b06f9e3b734727fd030b9bf6637b91fd2401ebc25250f5d00928772cf93879317c8c333e5e491d7c5e4f15e4df264692779aa621bf97bff5ef2cf887af2afd909f26f4f38f977542ef90fdb9fbc90c225032e0ac9c0c1403228b78a0ca233c960ed2e32cc428f8cae482763b672c898bff364ec7307324eb5934c88cf21134f4c9089b85f6492fd5732f9831d99126e49a6282dc9f44b866446da1932b3f22599f52191cc09b725733547c9dc6386647eb10759b0d6882cc8384716cc3a9105081db2f0db3059286a218b5954b2643b962c5b6823cbdb1ac84a9551b232239cbcc8869397f6979397feab99e5dd52f28aea14792560074585134d59932da1684ccd51d6bad3299a7f53299ab20f947577b652b46afe5036a85fa1e8fcbb40d18d784fd12d415336ed1253369df4a46c3e6d41d9fcfb11658b2f99b2a3d499b2d3620b65d7a96b945d2d18caaedf1728bb602d1483c3c314835f00cadef812cadea2248ae1464fcafe9d1394fdd90394039a172907aa7a294631fd9483673753cc1e832987825f532cf13d142baf0f14ab577c8a153a8272d86a8062a31d43b10b6da6d83dd2a438840d501cd766521c7576519c7a13282e87d329c7b433286ed24a8a9b1c41f188394a3961e4483931bd8572d22f88e2d5e044f18d50a19ca9f94af17b7097e2d7974df15faf4509f4b2a304c6ba508233a728170eaa532e02f6532ea2222897ca4b28e1475229e1835d942bd532ca553a8672edac0925f2a03325da239f125d1c48b97930837273d09e124373a5c492c49484d131ca6df7139444cb5594f420274ac643362533e42425536c4fb9a302a464ede8a66459dca364d5c453eee7b650f262af52f288404abe853fa5c86a13a5c8eb21a5686403e5c11b7bca03848452b60e4a29b71ea7546cc9a154a63da454997fa154af72a5d46c9da4d4f80a2935928f94c6aa6f9467137e9467f039ca73610de5c5860b941797ab28cd39624af32282f26a1c4b79636c4f797bb19cf24e2389f22ee83de55d9421e59d3495f2debb85d2f6e7fa7fcc533afcfe523abd46285d4195941e981fa5774322a52fd38ad257b085d27fd193d25f24a47ca2dfa60c6e29a50c9ef2a10c25695386f28c29c3002a65e49c116554650d65ec9e8232f6f02d65ac6d82f2f94403e5737a39e573fb0dca172b0bca970033ca84ff6aca44e75eca44b71ae59bc56dca37b734cad4eecb94a9ea29ca0c8044996d0ea5cc2edfa27ccf4ba17cef4da62cf82d52fede08a50006a328806f180a30eb3805f4790705e2964a81547753209d872830fddf14d8bbd31478783d0571f70b05414fa420c9780adacd9a82251553b02b4f2904d82c85ac7990423e364aa1dc55a7d05f1da3307ffb53d84963148e0247e162dd29fc6bbf29fcea4f14e196308ad05f4891e8a45324a60314495e27451672962227bda72834aa298ab2cb1405b29db2e89045594cf1a62c0e275296d21d284b4541949507559495055dcabf8ac3947f825aeaaaec4b54f5b1c7d4d55525d435bb38d435573f5035522ba99a5334eafab604ea7ac679aa8ed61255f757397593de39eae6aa4fd4cd3f34a85b762e50b7ec7b47d52b6da36ef5f7a76e7f81a4ee849a50777b95520d366ea11abe5c43dd37fa85ba6fa1866a64a1493539ae45351ff1a25ad45fa31e5af5916a459ca1da1492a8b6c577a9765e8fa87681da54075019d571dd39aae39bfb54a796dd54a77933aacbb149ea71cf32aa6bf02aaaebcf31aa2be528d54dcf85eaae924375ef09a69efc64443dd588a37a5bb0a9deb461aacff008f5f43e23ea69a757d4d3090caaef9835f5ccbf36aa9fd11daadf4726d57fe70eaabfcf6bead97f09d4c0d5eba98181dfa981dddad4739b08d4f3be69d4f3dd47a9a1a327a8a1744d6a98ed536ad8e06deab58d60ea35ebc7d4c8ffce464e3753afeb5ea15ef7ada546bdb0a7de34a053635c4aa8b12fc6a9f16a62ea2d8235f5f6e46e6ae2bad5d4c484696af2a55fd4e4c17dd49493efa929e125d494962c6aea73576a9ab32e352d90494d2be351330a5e5333d74653330dbe52efbc9ba2de8f9ea1e6083e53f37e1950f3f916d4021d0b6a6119855a3858402d9c2ba3166dcea016e53ca03ed0eca63ef0bd442d193d4a2d59f0a596f52d52cb4f81a815bb1ba915ef4e516b51686add148bfab8ed05f571fb66ea93fd4cea93eb06d4a7b876ea53b292fa94f38cda00b84f6dde7681dadc0da0beba374e6d896aa5bedbd8447d9fe44f6d035453dbed1aa85dbbce533fe49951fbf48e503ffa5ea37e2af8401db0d5a60e3c8ca20e3d3c411d3ebd813afc2a813a8c815187258fa8a3863ed4f1382a751cdc46fdea9d4afd5adc44fda61d429d221a50671ceda8b3271ca9b30b5cea8f7b33d49f7903d49f4d1ba93f979e51e780aba90bc78da90bd787a9c0e4175460cd292a5819478598eda7224feda5a2df3ca062ecfaa998fa162a96dd48c575795171cbe554c24c0695c848a4d2dc0554fa56172add0748656e9ba5b246ce5059b2cf54ce371195df614a15ac4da20a7417a8a27fd95459db7baadc6d275531798eba78469dba98f888babc5787baf21d4dfd17984bfdd7374b538936a0a91a3ca0ad9eb2a1691cba4dd368394cd384dea1adbb38415b17fa82a695664ed31a23d136b432691b302f691bb09e34ed7e046da3b71a6db3c10b9a9eda346debad7cda56912a4d7fc89db6cdea2a6d5bbd096dfb4b3fda8e9e4db45d9a96b45d4b6db4dd77f2687b1eefa5edfd514833c4e4d3f61f0aa419377da7197f26d2ccf70dd32cb6bca11d523ad02ceb2ed22c15d9342b9787345bf208cd3eec07cdf1bc9476b4708476744197e6142ba439338d692ed5b3b4635d7ab4e3da389a6b863acddd710bcd9db4423b5199463b7996453bf9954af3f4f4a779fe5a4d3bf5194df3defd93e67df03acddb698e769a684d3b637789e667d349f3bb154c0b68c1d382622a69418b6f69c1911db4f3585dda7901987681944abbe4974ebb24eda285b6a5d3c25dca681125e6b4ebcd63b4ebe2385a547d35edc6e164da8d38312d46544d8bbdb38716dbac4f8b2534d1e21248b4f84c01edf6b12fb4c4a4395af2d9445a4ab6112dd5488f966ad9404bcbda404b036ad33276eda4651a26d132ddeed2328ba76877d669d2ee54aea5dd439ca2dd1307d0b2de7ca16521dc69f9a72fd0f2cf24d38afca8b412db365a497613ad34659956c6f7a595678dd0aadea8d1aad39d68756c3bda63cd63b4c7d45bb4c7828bb427879a69f5660c5a836c96d6f86e80f62cfe2dedb95129ede5f650daab020ddaab4238edb5e102ad652492d62219a4bdf1fa417bf3d08ef636d09cf63edc9ff65ee140eb7c334deb2a63d0bad757d0069d3b68431674da486e116dcc3e9a368edf4afb92f48cf6e55d0e6da2f4026da2ac90f675d520ed6b8739ed5b4c096d8abe91366ddb43fbd11c4bfb79f200edf7f173b43f178b698093ab69c00e171a10ae4603a2a834d0d9181a64d3031a24e20c0df6d68f062718d09092311aa1779c46fe788f46f544d0a893601a6d2d89c6b01ba3313dcb695c9b5d34fe7f22b04ca709033fd0c4e6aa34b15f134d66374993c5fda5c9278434c5f37734a53686b69430485b8e3c4f5b1ed840fb97ff8cae32ec405fb5f096aeaa7f8bae0aa4d1d5bee6d3d50462fa1ae57aba86589fbef667237dbd6f147d7d3985bebe7f81ae95d94dd7aab84fd7ee794bd7498fa1ebc096e9ba67fbe9bac462fac6905bf44ddb5ed2f50ee4d1f51ce2e95bff04d3f59f1fa0eb2f4fd377d882e93bcbe7e9bbc4c7e8061659f4bd726fba21ca91becf2782beafe42edda49e493fb83d986e9a374b373b514b3f649c48b72cbc4fb7acd6a05b014de8d65168ba75c751ba35cd966e9bf59a7ec4414a77dc1c4577b42ca13b7ac2e88e238fe947751ae94eabc3e94e3415baf3cd61ba33fb15dd59614a778928a31f7f799dee7a713bdd1d1f4d3f716f1bfde49f1b74cf8a28bad7413dbad78f05ba4fc20fba6f9a987ed6b89f7ed6e5103dc057971ed090460fb47a480f3cfb9e1ec4eda587b43ad2437e9fa45fb872887e5165847ee5f3343d22f33e3de2f9183de26b07fd9a74333d52b7827e7df5343d2af6143d9af2941e13dc498fb54fa5c725e8d3e3a3b5e9f1a929f4845fc9f484df75f4db8fede9c91603f494cd5af41449193d6d38939e2e57a3679c5f45cfa82da1674c62e919845a7ae62320fdbef971fafd17107af650273d9b1643cfd943a4e7aa26d3f3d664d3f34cc8f482bb16f4c20707e9856596f4427800bdc8793dbdc454935e4281d2cb3794d1ab0392e90fb58fd21ff91da43f2396d15fa84fd25f68cfd15f4078f4267d637a535a01bdf9d04e7af3fbe7f497a72de82dea5ef4375af3f4377b8ce86fb2e0f4d60e0b7abbe3497afb4726bd83f898def9c798de6b01a3f783bbe9fdd840faa79548fac0c3d7f4d150307d74fa217decb40ffdcb58127d22c9803e6552449f0e99a1ff5c5f4fff991841ff35ef44ff3b334dffbb584c8704a4d0a19f9074d8271b3afcca163a62e3433aca66828efa7b8c8ec2c5d3d19a3a74b4fe6b3a7ae83a1de39340c74412e8d8e70d742cda864e2c35a513c72de94462249d141f4827c754d2c9cdce74f2e0493ab51843a72e55d2697b13e9b45f3e74867e279d917e95ce7844a73328cd7426154067a56ca7b3e63ed0d98b183ae7590d9d5b49a00b1f31e8c2f95d74311b4097ad3f439785b6d21511067405c19aae646da22f867da32fc545d097daede94be35ef4e5e845864acd5786eaf366866a8b2743cd0ac0504bcc60a875e319eafc62c66a0b0c63addb23c65af66e8666f22063dd457fc67ab55c8676c96a86ce092e432740c9d03daecad0ed02317427e7191bddd3199b352a18faf33f19db0c4e307644453276de5fcbd8bbfb2b63afb09b6178cd8661d80e62184a858c7dfd7718a643ee0cb3b3df1866811718e6a7cc19e6c05886f9f25186e5a3330c9bf5eb18b667088c2306e38c238ee71947023418475236308e2c05321cb21d190e1d0886e34f1d86d3596f8673a93fc399aec37039a4c670493eca7029fbce382e7cc1702b8633dc509f18eef30d0c0feb6e8647379571c235817182f994e17997caf0da856078657f65783dfec1f0b113304e4f201867602f187ea6830cff8dc18cb3a6938c00151923507f8e1164206504599d669c7ba1c1385f32cd082975645cdc14c1b874ee1223544e635c737eceb8e64e6644ba05332293e58c486537e37a513323caa38a1163e3c4886da430e21a8319f195da8ca4351d8ce47bbf19c9a5ab182983398c54938b8cf4b0338ccc35f38cbb4e7f19777dc7187785fb19f7395d8c9c907b8cbc81dd8cfcade98c7cd90b46d1bc0ae301e317a378ef00a378f401a3e4c31e46d9befb8c32da12a3fc8927a31c62c5a8b8bf9a5101716754acd433aa3daf336a0e1f67d48c25326a75e218b58cd78c470754188f75888c27bb3e339e6a45311ae25b194d5a57184d4d3046f3864046739d11a3b97b8ed10c6f6434639318cd82178cb799918cb7846ec6bb5d3f19ef729318adc1018cf797918cb6387b465b8317a33de802a3fd9625a323b89dd1c1fcc3f8702a88d1fb00c5e8859531fa358e3106ae1832069a008c01b0156380b48d3118799231749dc21876d8c018ceb9c0187ebe9631f2b39a31aa5fc8187df69431b6e325635c4bca18a738303ebb6a333e974d31bee097185f13a2195ff3998cc99646c6cc717fc60c389c31b7b396f16714c258f0face009cbacb009ecc6580b66732c0134806e4fb25060470950177feca406efcc2403d013030bbb63230dc8d0c2c600b038b273170ab8d18f85bd71804b41b83147c9e4196b73028377418346d218376e31883561fc3a0cd4e30e8d52a0c86dc95c1fe4662704c5a181c4010833b99cfe00f7c6108b6bd6308d20d1952b73186f4118621fd50cf5014ee662c463832169b66182bcfb2182b94678c7f2fd94c954f4799ab0c6e31552fc73055e78e305595664cf5c2c34c75582073f5ce7ea6c6233073ad782753d3448bb9c16588a91b08646e6e3ccedcb27e81b9c5d98ca93f709cb98397cbdcadbf89b967e00e73ef9e16a6a1f62be67ead1ae6fe3dff98c6c14d4ce3c241e6415818d374b50ed3f41d9e69ae0d679ae7d29987ee16330fb547330fe14e322dd3de31ad04734cdb7708a66deb1ea62d498f6977eb04d33e7e3dd33e7792695ff5857964ec14f3689d88e904e1319dcf6b309d4bbf318f192c338fbb37325df53733dd9eef63ba5bb5324f2854999e9d2a4cef9912a6cf9d47ccd321d7986754e7986730554cbf297be6593d33e659d91e6640be3e33b0a68179ae13c6bc980365869e3fcd0cdf4b64865b9098e1479f31c3694066f8e210f372da3fe6e5fb0f99572df599578b2e31af621f31af7ff76046892299d19bbe31a3635b98d19975cc9bdb1398376b1698b1690a66fce11666bcef1c33418dc4bc15fa84993c3ac24cef9e61669ef363de31fac0ccbe53c0cc6e79c1cc860199d98a3fcc5c713833ef5826338fba919927b9c42c52f362163977321f943c663e9024314b3ca9cc52c93566e5a16dcc4ae9436695873ab3ea7d13b35ad3895953d0c5ac295e62d6fa6f60d67e1631eb82bf311f3fbace7c72ee08b3feec7f1dc67791d9d030c86cbc2f673e8b7ac97cf67717b3298fc27cbd653bb3c505cd6ca12430df3c9a60be3d4267b67e4b62be5fcb60be0f3cc9ec947d667e38b89bf9e1ec12b3e7540db3a7ab80d97bb994d9af799239b82a9b397c8ecd1c0e3bc79c78b18af9b53c9939dd778a398d8962fef831c7fcf9742bf3d7456be6effa7ce6bc6322733e7d9a39ff6780b9e0296702a3ac9820f3282608b58309dee9ce8417d931e1d0774c38ef231321913071913c26fef83b26be209749887fc824cc7b32898f2798448a924949e533a91fe699b4ca64260d2063d260c64cba7f3893feccfb3f32988cbfcd4c4e65109343f9c3e4ee986772ed279892b030a6a4ac9229ddf29a295b65c294d51f60ca5a7f3295bbe299ca04217345d8c5fc97bb86a516a6c252f7b9c55abd3d9ba5d1fd82a5c1e7b1d60e79b0b4aad6b2b42f36b0b4fbbc593ad9562cddeb1758ba7433d6c62c6fd62663246b53aa1f6b53cd7f8cd059db4f6d66eddd18c6daebadcd3a6071866532bf8d7530b98d6516dfc2b2b87d8175487d8875482b9a65a3c360d9d81059b69d6a2c5b8621cbcec593657f6a1feb48fa6b96a38d82e5e41ec7727a10c072228059ce59532c671a93e55237ce72214eb28e97d8b38e7f79cf72ed3fc372ebb667b901ea599ebe93ac5331cbac5323162caf840696b71e9de57de100ebccb5a72cbf9326acb3ed085640ca142be0fd07d639441aebbcdb55564890272b243b90155237c8ba9034cdba34edc60a5fa9655dfe39c78aa8a865458036b2ae1ed8c48aac6e6045e257b3aeef05b16eae3562dddc99ccbae9f59c159bfa9b15e75cc28aa33f60c5bf79cd8a5f3462ddc65e652566fc602535c158c97ed5ac94e471564ae359562a289e95f6389c957ea28e9569e3caca2cce62650998acfb9fb359d9177359396dc1acbcb591acbc541e2bffa405abd0b28955385fc67af0e83bab74cf3d56f9f16c5665c47756e55b7b56a5b0815535b09f55f5f332ab8a0360d53a2a58b5bf6fb3ea1aaeb3ea001b588ffeb3f9c93932eba9c54fd6d39255ac068207ab711b92f5ec8219ab29f31dabf98009abb97e80f5ea8131ebd5770dd66b570eebf585abac37a949acb74f8b586f955f58edcc57ac8eb853ac8eba6456c7229cd5d5abc2eaa9f9cbeaa53e66f51dd163f55528597dca9dacc16b93aca12b3b58a3aba259a31f95ac71bb5ed6e71faeac2f1d2dac6ff5d758df8836aca9371758d38ebb58d3a48bac99038bac99385dd68f9457ac9f8158d6af8b65acdf5550d65c480f6b6e269df5a717c1faf3a78535ef0d65cd477c642df4dc672d4c5ab0009e3b59807fd62ce0008605aa7ecb021bdf648169d92c68cf07160c7e9285585960a1bc7fb150be375818835916b6338f45a897b088b501ffc16011a59e2c72c30d162515cba26e21b398226d162b761f8b95eecbe2aa4db0b85e8758dc7b57585cc071167f8b1a4b50fd8425dafd8625722d6789ce2eb2640a4d965c6b274bbeb297a534c7b21637bab116331eb0962cdc594bf802d672892f5be574137b55e013b63a5ec956e7fd61af0e86b3d7840fb3d7e471d91a5a636c8dc652b6c6b360f65aeb01f6da8939b6e657327b9df36db696d487adfda980ad837460eb264db237e66c656ff6cf676ffd98cfd6cf9a636fdfb496bd9db8c2defda68c6d60a4cd36283ec836e896b2f7f826b2f7963ab2f7f6b4b0f7a2e3d886ded56cc32c26fb40ff32dbc454c236292b621f8c54619bfe44b2cdbebf669bfbdc651ff2baceb6bc2f655b455bb3ad629eb0ad8fee60db9875b16da48d6cbb703db65d22836d1f0664dbdf48641f4d75623b193e653b8552d94e03266c27a039dbd9b68d7ddcb8927d1c42659f08e3b34f4c7f659fc484b03d99c7d8a7c8c56cafe42ab677ee3bb6af12cc3ef32f9e1df06a9a1db8f92afb5cc35ff679d54cf6f9f17af6f9a57bec90e345ec0bd721ec0be31eec4b80117628e3083bec651b3b7cfb18fb8ab33afb4a803ffbcacc243b22c29c1d5118c7be7a78857d6df604fbdabf33ec48abd5ec68852ffba69cc98e49cc63c77c6d66c7ebabb3130c4bd9b7128ad889c0bfec14bb5e76ea9badec8ced3076e6da107626ac8e7d4772977d6779849d65b2879d7d719e9dcd4b62e71bbe61e7774fb2f3bf22d9f9884076016a1fbbf07818bbf0c34976d1ac13fb814f31fbc1cf57ec129733ecf22b9fd9e5ad59ec0a4f2f76e5097376f5da7a76cd742dfba11b9cfd7004cf7e380a633f9c1d613f7298653ff268643f16dd613f8937623f19dec67eaafd82fd74cf3b76e32d35f6b3f35eec67491fd9cf16c4eca6b566eca6f405f64be348f6cbf3d5ec57763bd8af675eb15bb23fb25bf21bd86fae2ad86fcddfb15b1323d96d487d76472e86dd5dd0cceeaef8c7fee09dc0eef5d9cffee89dcdee377265f733e9ec4f363bd803e02ef6f02127f6f8a721f697d25cf6e4d67becc9fa51f674c129f6cc1f4df66c5a377bb62582fd6bea2c7bce729c3d977d91fdf7a12bfb6f8f880d0878c2069efccb06f6dbb0c13f4eb0a13bc6d850bf1636dc10c1466c83b111a79dd8484a3e1b85ddc546dfb9cdc6c00ad878ad7136d143934d36d464d37213d8f4d80d6cf625049b1df983cd5e7ecde6e053d9dc842636bfa2942db068630b12efb2259effd80a959f6c65fa347b69be88bd24d8cb5e39b589bd32798ba3b2fd02477de31267f5a6fd9cd5a3fb381ac6d61c8d6b8f386bd58738eb9c7f71d6bd74e5ac8f6470b41ec838bade228eeef30acee6360f8edeaa198e9eec2a672b2894a37ff525679bd71467bb6d2e6707d086b3937e93b357b1936354bd8563f47b1bc7f8e71b8ec92a25e7a01a8b73303b8f7370761bc7dc6d8863fec39563613bc8b1bcd6cfb17c7e9c63edfc9063ed3ece392c7bc8b1d950cab1319be7d804a8736c579a3876c7b238760b691c873c0f8ea3f15f8e635d2fc711788c73f4ab1ec7f98626c7a5c299737c228273fcb72dc7d5248ae3969ac671ffd9c7f1423de778afd1e778df16717c2c0b39be3edf38bee9ce9c33e7ba3867ca17397e26661cbfd0158ebf6c03e76cf6394e80de764ed0097d4e70cd6ece399a1ee71cf310e7fc0f1127e46601e7d22128271c49e75cbee0c5b95cd8cdb9fcca917345338f1301f2e55cd51de35c4d5ac389f26ce1dc0897736e086639373d819c9b2f0f726e8efde5c480aa39f1c3ad9c84ef9d9cc48acd9c64d73d9c94de3b9cd435444eaaf10827d56c1b27f5641527fdeb6d4ee6bd2cceddb104ce3dbf64ce7d7c1f27fbfc5d4ef6601627477488935f12c529f05fc329888de214f2623845c2bd9c075e7d9c0745769c128601a7fcbc11a73c83c8a978799af3f0269ff3303e8c53eb7b99531bbd9d536756c7a90b4ee73c5a2ee03c592de1d46b9ee234589ce534ae83719e919f715e141b719ab48b394d0d1d9c9736499c57953738af0d9c382df627396d5722396d1d6d9c76eb604ebbd493d3e9a2c6f9f05fdc7ab67de3f458c1393d2f8339bd97c99c7ebfe79c4ff7589c01d78f9ca19d969ce1e84ace70570267746c2b676c239233b67b88333e3bc499982170260478ce375d1ae79b2c9e3315e3c299d67ece996ee9e04c7f39c499f14ce2cc90849cd9b660ce77e83fce0f8f38ce4fbfad9c5fc5a69cdfeff99c398b9f9c05df10cedf754f39e0ed4738e077af3990ad973890b6200e84e9c141c0041ca45d3807132de3605e167270eaba1cdc7f79c36f75e310901a1c628339876c5bcba1f40839347d130e6d70038779e12b87397a86c31a88e47003cb38bc210b8e40fb21475091c611609c39c29a028e38e80b47b2579d2319fec89120723932b682a3d8b48aa3d4fbc0f977e91ae71f46c45d6542e3aa165672d5feffdc0d1873d7adbdcf5db76f8abbaed387aba5aac6d5daba83ab757285bbc1639cab736792bb09a3c9d573fec0dd5a64c3d5d7a170f5cd92b8db029ab806c84aeede2336dcbde3cb5c43170dae219ecc355ccee51afdd3e11a0bb7734dd68c734d5840aea9ca41aea99933d7b4ee28d774be826ba66ac6355346720f51b3b95669ebb9566d87b8567c01d7ae1fcf7530bac275c8bacf759e9de7ba86f5705dff9871dd8afe71dd2303b9eed01eeec94b265c1feb12ae6f1c87ebeffa8beb7f5a9beb7fd68b1b6050cf0d42db71836b81dc737997b8e70750dc109358ee05a764eea523a5dcd09a43dcd0464b6e28368e1b06d5e686c71ee28683e8dc2b67cf70af043470af104db9110545dcab29786ea4c1376ed4ab87dc68cdf5dce8ea2bdc1bee1fb937df277263a794dc58f42c37e1e036ee2d2e977b1befcf4d3c2be426ca7db8c92bd7b969e33c6eba8e1337fdc2396e3ac7939bce35e0666c35e0dec55ce4dec71472b35b5ab9d933b5dc1ccb1e6ecee4696eae4a1f37df7f909b5fe9ce2d3a56cc2d9a81721f4830dc62b116b7c42f945b7ef23cb7fc5c3eb7b249c1ad0bc9e23e3aeec77d1cfc85fb64239afbf43185fb54f299db50e3c46d58aae736e61fe436526db8cffd29dce74dc1dca6432ddc57822bdc779513dc565634f73d6d99db1efe8cdbfef82cb7cbcb9adb95efc9ede12571072452ee602e8f3b329acb1ddbfc99fb595d87fbf99f21f78bb6843b51b4963b817fc6fd7ac5863b09ebe47e73ede2ce986a71670e4d71671609dcd9a583dcef9ba7b93f1c22b83f224db83f771ee1fe0cf7e5fe5abd96fb4bb2c8fdb3ce813b5f74933bcf5370174e8ffcf79ddac005960773815d3e5c20f21f1714e3c805551fe38291482ec47e920bdf77870ba7a970e14b5fb808e3242ea2d19b8b54547231e0462e3e3a8e4b74fbce2506c0b964fe1f2ee3c6192e8bbcc8657183b8ec7e152ea7771d97a795cce50d6a73f993c65cf1ce25aee49b15572273e64a374bb9b2e7d65cf99a5eaee2720b57c119e3ae50a5dc155a024f65e9336f15e5124ff5d2559edab4096ff5c172deeac44bbc3581ee3c8d92b33c0dd43dde5ab2216fbd6a3f4f2be52e4f8bddc8d3f6e5f374e3d278ba62016f734a3a4fff49066f1be6016ffb9f4cde760883b7831cc3dbe9f0846790aac9dbf3d697b707cae0ed5d3bca33dcbe8d6728d9cddb77278eb73fe90dcfa84d8d67b285c933695dc33b9829e21dacdac43bf8288d77b0ed2bcf14f88f67f62e8267be278867a16fc5b3f860cfb3fc63c4b38265f3ac94133cebf58b3c9b9b9779b6ab7ef0ec6e7af1ecef15f28ebc8ae5391ec8e6392669f28ea615f08e964df28e56e8f38ee2cd794e6820cf692997e7bc07c6738972e01dff32cbf3606de67988f37827ccfd79273735f13ceb8ef2bc2a9ff27c5fa9f37cbfbce7f9b99bf2fcae9fe29d6d25f0020e39f22e04a8f02e592379a197cb7961bf9ef3c2986dbc2b8f82795769bf78d7c3fa79d7d34b7831db3ff36264bdbcd8ce35bc581c911777e2052fc1e10aef96553aeff6a501deedabfb78b7fbc1bcdb2b66bcc4d60e5ef25e302f75f0162f0d3ccdcba079f132b3ea7877065ef3ee799ee4ddc3e1785919cf785983bb79394971bcbccdbabcbcfc725e01622faf70f5155ed1ed87bc62cb1a5ea9e93b5ea9cb1caf14afcd2bdb9dc62b931fe795630a78158d0c5ec5bb2a5ea5be2bafd286cbabd6f9c8ab268cf01eee6fe0d5fed3e6d549fef21ef53af1eabdeef39eb2e6790d27ec780d6d3b790d131cde8b2352de0bdf4bbc26f51edeebec23bc16e969de1ba20fefedb7515e9ba10eaf1dbf8dd7117496d73124e3755e2ae17dd867cefb702e8ff7a1b492d78324f33e128ff03e314d7903eb2278033e5f780325babc417f67dee0b546de608c266f78b298371253c51b819fe48d41e1bcf1f17bbc2f87aef226f65078df42cd79d3d57779d3d260decc27396fb6e716effb016dde2fedefbcdfdbf8bc397c31ef4fcc0dde42c4026fe11b84f7572b82f777319b075041f000b11f7980141e0f5084e701e7413c50f8561ef866000fbacb99074596f0e07a481e7ae77e1e7a622b8f7aa19447ab1de631ce6ce331aa1ef1d8b7ca799c3d763c4ece2f1e0763cde3eefec9e32eb179fccd913c7e48034fb0ff164fd05aca138c24f044cc0d3cb141044faa13ca53688b790a3192a7fcb987b778ef1b6ff165196f512ce1ad9479f1557659f3553e93f82a625ffeaaba777c552d085f9d85e3afd15fe4af3986e36bcc15f035cdaaf99a8754f9eb362ef3d7871bf2b56c4ef137384df2b5c38af9da1346fc8dbb82f81b9dcaf85b371fe46fbd42e0ef74dfc3df65cee3effa34ccdf5da2c3df83d0e7effd778c6fb87184bf5f5ecb3fa06acc3ff0c58b7f00f0947f6091c437e202f9c64d017c93ac277c53ff8f7cf3fdaff9162a6d7ccbdfa57cab163cdfea8335dffafc32dfe6d476becde39ffca3926cbef395ab7c67d212df257288ef16dec5774b51e1bbc766f03d8e5af03df28df827d6d9f24f326ef24f4a9ef24fe5daf2bd8db3f8de8952fee9b2d7fcb3dae3fc801a237e00d08f1fd831c40fcabec83fb7eb31fffce706fef9992bfc8bbfbaf917978ff12f6dfbc5bfb44f9f1f7aa0891f2ab9c90f1f36e25f4eefe55ffe84e1476c9ee547d46ee55fdbfb811ff9a0817ffdfa00ff7af2067e4c632d3f76b7801fdbbc971f3b22e1c7a2aef3e31851fc849fcdfcc4fc317e6275353fe9ae829fa4f4e5e7bf1ee7e7c33bf9f94b227ee1fe3ffca26dfbf945593bf80fd674f11f949fe2178b70fc924dcbfc122b3cbfe2ee397ecd2a1abfd67123ff517416ff496a03ff2946c16f88d4e6374e4af9cfd2b7f39b2ca2f9cd5b4cf92fbfdde2bfd25ae6bfbefe93ff1a95c57f63d7c47febddcf7f7f6480ff9ebdcc6f5f05e277ecd2e477d87afe0785dff18dcbef4cabe177fbd8f27bd597f9bdb6687effa626fec8b320fe68c763fed83c983fd9ddc19f8acde34ffd7dc19f4ebfc99f7e52c59f054df0bfefdacdff09afe2ffca2ae5ff164ef0e782c3f80b8170fe82d28b0fa072f9209da37cd093013ef8f1353e744d091f5ac3e34351eff87042161f0dfac5c7f8bfe7639e5fe663ad16f858fba77c6c1b8f8fff5dcf27ec31e1131f45f049b1d7f894a6df7c9a3c8bcfa016f0994fb87ce6ab653eebb33d9f35f980cfd58de3f3435ff2a5f0ab7ce55f2381ca06a040e5c565816aa84ca056d02e587379b760cd93cb028dcc05c1da2d1b046b776908d6fa3e12ac5d2e1768d60a049aa85582753b3d04eb3e6b0ad65b0a04ba175c041b950b82cdae6f055beeed176ccd7e2fd84aff23d00fbb21d067a508b6d9a60ab6d77d16eccc2913ec6a2209769bbd15ec2ec709767769080c0e8f0bf6ae5717ecdd0a13189a260a0c73ea0507cc3e0b8c8fff1098ec02080e7ac6094c4f840b4cffbba6a68c5a8199db2e817941bac05c9124b078f34b60b9fdb5c0b2f6bdc0aa8529b05ebf2cb0de1d28b0b69d12d8586c131c39fe59e0d0765ae0a8754ee0986a2770c4d8088e6e7515b8ae970b5c6dd10237fb1302b78114817bc20381871347e0113823f090e80b4e5d782d38d5f95ae0c5a20bbc61fd021f0f0381cf9b3782d30dfe027fc16b41c04b5d41605dbbe0dcb128c1b90498e0fc7f7acf6f29149c5f5c1484a8e50a420eaf0842606041089623b8d81d2808d5bf2508ff774070b9b44b7055c75970f580a1e07a7482207ab583e0c6d11c414cbebf204692298815bd15dc7ea010a4f0f709528dae08525f4305694e3a82b4603b41ba638020fd51b220e3f8b220538726b853d12ab87bf294e06e4184e0fed13c419e6193a0402342507e7bafa032e3a8a0c6b74a50f3552aa8f989163c9c8f123cb6a914d42f48040d76598286f750c1335590e099f588e0f9317341f37603c12bbd5ac1ab7df18257764682d7c10982966d9582968c6a41eb812541ab47aca0ad1d24686f4c1274ac2917743ea709ba636d051f6e68083e083e0a7a8e8d087a8a7d053db546829ed13a418f2844d0c77a28184c68130c55af150cfb5d100c5fbd2a1855d92518b3860ac6ce1509c62eb408be8431045fb20882af08a56072e8a560526a22f8a6de28981ed92ef8b1214bf0e32c48f04bdd4930df7746008c040ac0695704e03b260228152b8019e708604fba0570f36101dc7949008ffa2b403aeb0890c1130294195580921e1110b43b04842b2704841a998064b443405ed32da0202604d4b7eb053443aa8066572760a6970858f7f609d8213e0276db5501afb45820297d2c90667f10c8742c05b2efdd0225a846b0a447152c391e172c6bf409560263846ae7cf08d5aa560bd59ec60ad5bac8428d336b859ae197849a5105c20d5e70a1f6afb3429d1b7dc28d2e27857a979c84fa7a1785faa7fd843b103b84bbbe028506ce7dc23de6f54223f86fa1914c4368b2ce516822d822340d2b149a15ea08cd934d84165f3385569e09421b3537a10db05b68eb5126b45fcf113a6ef9263c8a7310bac06c84c71fed17ba69bd12ba39d409dd58be428ffd64a187c371a1074c243c717b5678a20f203ca5662e3ca59c167a1989853e7a7a421fee33e1e9389ef074e666e1e99a39e199b87c6150d588f0dcfb1561484185f062364f78712e5978c9e69e30ccb55e186e9026bc3ce72a8c8c0b125e770c115e47f608a3dc27855100376114764c7843f78cf0c64b6761ccbe7461cca9dfc258d72c61ec857dc2a4effac2e4b6abc2646e9930999f234cbf522e4cef7b2bcc78ec2cccfc6222bc7bbb4a784f375f78df4b28cc869c14e694ed10e68eaf17e6afac13164445098b6c24c2a2773ec2e2686b61e949b6b034df4258cdbd2fac199d11d6a2cd85b5825bc2ba0d0784753a40611d7e445827b92a7c9cde297cbaa81436866385cfabb60b5f0caf17be10460a9bca55854d8bedc2971593c2570779c25663a8f07d66a1b0cde9bab06d7a8fb07d5bb9b03d7893b0c3365cd8f18922ecfca129ecf5d112f6ce570b3fed9d110e746c100ea0ec84232a58e108c35238c281084747fb84a3cc43c2f10403e1f83b1be154f4b0709ad92a9c71bb28fc9ef11fcd07843fd61d15fed06917fe3e4e12febe6b299ca3e50affb8bf11feb9ca10fedd9d21049c3826041d3e26049f5a1282a3ff09c1850f8528419f10cddc24c46c260b310936ffd123c43a2984d86ba78444fc7921a9ea80907cd65ac8687c22646de915f2160785fcdc2e21ffe951a160d56ba1b0cc5728fc05138ace270ac54e9342e95d7fa194e92994bdca17ca7eff16cabfc70a152b4b42e59b70e1e2be67c2c5000be122b34eb8746a54b884870b57a82c91ea9e6591ea751391aa7245b4ba7d59b4f64694682de296682d6551b43e112dd2f20c16695bea8a746453a24dde6cd196239ea22d2b71a2ed871e89f6be7b2032b9bc557430bf4764d6b65564b1e581c8e2185a746853a8c8daf3b3e8f09538d1e11c57d1e1278f44873981227bc22dd111f44e9183d790e8a82d4c7494a229727a192a729e51888eb9c68a5c77f98a5cdd1b44aecd392257c665915bb0a1c85df5abc843a345746af0b7c8ebf23f91f7471d9137c656e44de38b4e7f19179d9e28109d994b10f9efb8283a9b10233a3bc41405d43c12058bf68b82e53f44e76ef98aceefb01085ac29125d48408b2e1d018a2efde7c7258450145aeb2fbadcbb4614f171541441df248a904e8bae8ebc175d3b5423ba7655218a34dc2d8a327c218a0eee154567e988a271c744373686886e848d8b6eb0124571748e28f1478a287101214ab27a294a76cc12a5bcc38a32f132d13d5c9ee8fe11a8283b665494fb688d28b7ff9a28bf082c2a744d151512c244c5178b44a5faf1a252eb8ba252e703a2d2b60fa2d29fbea2b2683551d9ef0ba2723db2a8f2d79ca88a3d29aafab74f547d3e5f54c3d4163d4c3f20aa4d2e12d51dcb143d595a10d57fa9113d75838a9ed7688b5e6c79237a518a17b53cf314bdd52b14bd2b392b7a877d226a3d5e226a6d3e267a8f6d11b5cd9a8ada33bb451d5ecba22ef30da22eb717a26e4099a847af5dd4e7962dea3fec21ea77848a3e3d3d27fa44392f1a3cc9160d6d3c2d1a2e5f100d8fb688c6aa74455f8c89a2c9a33cd1647c8fe89bb1b9e81b8b209a76e488a63d1d44b3d741a21fecdfa2dff88fa2b960a8686e615c34c73b2dfaf32c47f4d7d746048c6f1601934c45c0b9a72270509c087e412e82271488900d58113a8425c21cd61361a2754498de1111beb15e445cd927227dff26223fea15d19b9b444c4b848875c849c4b63921e2aec912f1367b8878e26e11ff4c8b48c0c81309386122c99f7491b46940240b7f2d524cd78a94a69ae2559999e255f553e2556d9fc5ab7eef11afa2398a5535cdc4aa9d7162d51f00b1fa3327f1ea84f7e2353bf5c51ad47af15a9b02b19646b57843f977b16e7ca77863eb51f1e6c36de2ad033bc45ba7cdc5faa5b7c43be206c4bbec02c4bb6d4f880dbe1d16ef5f7b566c8e9b179b2b86c5168e85628bb44362cb537162aba0ad62abf2e7621bf97ab1ade367b12daf426ccf29101f11ef163bd59f103bafdb2b7681f98b4f863c149f2cb923f60453c5fe5d9ae280d03471a0678338b8c84a1c5ce62e0e96ad88cf696788434463e20b0faf882f063f175f4a39210efbb1437cb9ec80f8f21b5bf1b5d979f1f5f94171d45f90f886f7a2f8e632411cb74a268eb7da278e9f828b6f8f8e8b6f8b75c54973b6e22416439ceced244e4e4d10273f382c4efebb5a9ca27f5f9c222d15a71625895397d2c569a8b7e23bf136e2bb654271b65e87382f74589cf7dd435c78494dfc2022495c8c6b1197a498894b681c71d9874e71191623ae383824aee83b20aef874595c39652bae72c58b6b3e6c10d7bd782d7e5cbe5e5cffbd555c4f7e2b7e8a3a297eba241537d494881b48bde2065eb5b8d167bfb8f16ca9f8c5c166f18be319e2a6854fe266ff1671734c99f8e57157f12b93bfe2d7593871cbb65fe2962babc56f9f9f13b76a9c12b7bdb215b7919f8a3b4aef8a3b13fbc4dd7e93e21e7d55718fd94d71afe790b8bffda7787036593cec132e1e57ef138f5bf888c727ddc45f347f8b27826bc55fd71f124ff65c124fce5c114f01bf8b67f7478abfb3a3c4bf863cc4bf57ce8ae76d12c5f3042bf1c2be0631d0a8460c9c891643e2bbc4d0edb7c44852ae185dbc4a8cb97e568cf78a12e3071ac544c82131797bb998dcb359ccf2858959772562560e49cc3e15216697cd8b45160cb108e829963bc0c58bdd7cf1e2fc49f1127b52bc9c552b5ea6044a547e4c49564718493436c44b340d1812cd4a8164fd70b744dbf78344f7e3bc6453808764f35137c996ef41123d41b044ff63b664fba66b925df6e112032d438941da3ec9de820a89e1b90f927d596312230656627a4020b1e8592bb14c4e97582d5c961c2e434a6c1a5d2436bf4c24b6d78f486c93ee4b6ccb2e498ec037491ce9d392a3f59b25ce7cb4c46571b5c4759dbbc4dd69bdc4fdec538987ca73c9495b4b89676bbcc42b6b8bc4e798a3e4ac5d9724c0d7401238019604d5df91047d7f2a099e329504b3d8920b6962c905f243c9c54ca0e4226bad24f40a51722db75912e9bf51721d662b89ba322d89aadf24b9d1e026b959b15912fb1c2d8917ac95dc2a61496eb596486ee7684892ce7e97a402c324e9a3ab25994df3923b1ef6923bd1af24f7fe8548726e2e4a720827247946fe92fcec2e49c1515349e1d90149e1f31049616b9ea4b8502e296ef09794c877484a87e325151b6f4b2a3d8f492a177224557d6192ead58e92ea7f38498dab44f2104493d466dc93d4a5612475b9da92ba9606491de7bbe4d1ecb2e4c93a84e4899ebea4e93856d2ccdd2379b9e694a4a53c54d2d2e020695d4149dae903924eb98aa47bf893a447d429e92d4e93f48373259fee2448c656612563932592f116a2641cb34b32b1edb36432c14532b57f8d64baf2b3e47bc0b2646e3954021cb79080776f9240de594ae0f03d1238c24a826a424830272512fc9e2a09d13556423ab045421a5f9090e6b3259463d6124ae0988472eb8e843aa321a1929e4818071e4858d7af4ab897bf4a44e53f2462f56989e4dda84432612b91378d4a140fb4248bb77092c5ba4392a55dd692a5437725ffc0eed255ae4dd255e51ca9aa55a65435da40aa66142755837d966a40f748d70e164ad72ee848b57f594bb5995ed2cdb77e49b794a949b760cca5dba60952034ea7744f76bcd4b022557ac09c2f3516e3a5267796a426c4cb52d3a752a9d9869f528be115e9e1d5bed2c3cb77a5b65813a9bdad427a043a2f75fcee267522984a9d7fc64b8ffdd091baba074bddd957a527940fa45ed21ca9cfb8bdf4b4f32fa9df0147a97fe823e9d9751fa5019afed2c05585d2a0d18dd2735121d2f37da7a521bf0e492f0e554bc383fe48238a93a4577d1da457a5f5d26bbcb7d2c875ffc17092465f392abde9a894de4cd192c68966a5f13742a4094d1dd2846e0fe92d0f2fe9ad2675e96dfd60e96dbf2ee9eda683d2249db7d294985c69ca8b6a696a6287346d52579a1eeb254dcfdb2dcdbcf34e7ac7a7577a37f089f49e4998348bb2597a7fc756695e7d8a34af7b9bb4e89695b47873adb4d8ef90b498b85f5adab04e5ade879156ac18482b774f4b2b1f5b4aab2cd3a555f129d2aa37d6d2eaf35ad29a9ecfd287990dd23aed46699d4fb1b4aea959fab8789df4313147fac401257dc2114aeb752ba5f5f79f48eb27af481b8cfe491beef44b5fac614b9b57a9489b3fff91beea7291bef65e91b69c2c91b6a464485b7814e91bfe47e9db244b69ebad6bd256fc3a6947e06769c7ad606927ae57dae5705fda7ddb52fae14da8b437a540faf19042fab1a25dfae93f9d03476f48076a5aa483e31ed2a1473ad2a141b674e470b67444302d1df5a9927e8bff2efd56152cfdf62c43fa8d0e93feb87450fa6ba3bbf497dbbcf4579aa3f4f7085dba603d255dc00648fff6a54a01033152c8b5d7521860490a1f4048e1f05029e245bc14d1fe458aacf092a26a74a558f3152936658d1477802cc55fb694e21fd74909a52229f1e63b29f933584a4d3b22a5569e9452a73aa48ca76fa50c215fcaea0048d97fe0520ebe46cacdd392f2fbeca422fb6f5289095d2aad104b65370da5ca8435d2a50f47a44b501fe98af60399aafe29995af38c6cf51543d99a0dadb27507ab65eb228264ebd51ecbd6c3a665eb85de32adf22fb20debfb64daf9ea32ed97f765dae37632dde5bb32bd40b26cebf5a3b2adc03b327d9371993e72b3cce0e36f99015421334c989319265f91194e36caf631e665fb6fc4c9f62b2032a375ad32230b82ccd83c5676f06eb4ccb48c2b333bd02133df3327b348309659a4be921dda7a5d7668b7b3cc4ae384ec30414f665fdb2fb35f01cb8ef027650ef01b32c7572932e75b5132e7de8f3257d06e999bf703995b3957e60efd2df39819959d5437949ddc2f9579ae7f203bc5af91f9b8faca7c5a4fcb7ca4a5b233cfcec8fcf03532ff1fc9b240a76259f07ca0ec5c58a9ecfc9e97b2f3cd8f649753bc6597b368b22be751b22b484759046bb7ec2aedbcecaa2252766ddf5ed9b5929fb2c8e3b76591b1f5b2c8a63c59e488812c3af6b72c3af9a52c0698288b25ac95dd9a7c2cbb0d7e264b6c02cb92d4a364291bc365191ef1b20c98baeccecd17b23bc32cd9dd0dbab22cdd0e59d6bb5db29ca97fb2dcc221592e324c960f5797e5239765051b3c64c5b34259899a4856f2de49563ad1252bbb9629abf85c28abbc7b4b56adde24abd12c97d55c13cb6aea4b640ff7bf913d6c8d94d5116eca1eb972658faa4ecb1ed3c5b2a73fa9b2a7d87259c3da3bb267b7dd64cf7a32642f3d1ec85e3596ca5e07e165af95bb656fd259b2366bb0acfdc44659fb9765593b9b29eb64d5cb7a9237ca7a9d31b2befa15d9c06555d900224c36bcba49360cbe261b0bf6927debd6947d5bcc934d550fc8a6695764b3f675b25958876c96c394fdf8b445f6d36bbfecd76ebeecd744b1eccfe99bb23fb5c3b205fb62d95f0da00ca80e9281b797c9201bcec9908d8f64a88d7b65283f4319a6af4d86cd57c870373b64f8d01819bea74e4618b82b233ea89491552fcbc8ebc264e4fe7019cda24646c3926474dc7a19c33843c65a9b2363addb2b6331f7c9383b1d641c408e8c9b512813706a64a283e765226b5b99e855834cfaa851269b4a93c92fe7ca947f0d658b6a74d9ca1d6dd9bf7c33d9bfba3b72d541b27cf50447bee660967c8d858f7c4d4e917ceda4895cf3fd6ef9babd1df27591ebe5eb77a8c9b5a264729d9641b99e83975cef9e975cffbd877c9bfe71f90e344cbe63e5bb7cf760b27c8fbf5cbe77504d6ed82391ef9b7f2cdfbf6ea3fc00eeb1dcc83c566ef4475b6ebc3d576e9c952f379e98961f3cde2b37dd7e476ed69d2d3fe46c22b75c3b2bb7fcd12cb732ee915b278dca0f6ff7941faeb794db3ffc233fa27e5b7ec4364dee50fb5cee40e7c81de16cf9518783f2a3ef3fcb9d4e34c89ddf46cadd5e15c94f8c6ac94f48ffc83d378ecb3d870ae4a72666e53eb53cb9cf8750f9e99f0572dfef26725fc667f959b6581e5cc89787dcdd2bbf5478461ee612200f439e97877feb955ff91d298ff8bc491e01f191476adbc86f6e1e93df3c61208fb1d493c7548ae47145ddf2f8dad3f2f83aa23ce1678bfc16b6419ea8b14a9e24a89727efc3ca537e3f97a7407fcbd3f207e419cf53e5f7c007e5d9dba3e479497079de4ba63c6fd1445ec0fc2c2f047f9217f747cb4bf6f8ca4b2be1f2d2a1217985f481bc3acd4ffec8b359fe38f3a4fcb1f2bebcfe1949fed46b95bc21bc59fe5a7f50de12795ffee655a6fc6d0a59fece58207fd7b1206f6599c9df07a1e46d2ebdf276d783f20eb36679c7c0a8bc431429efccc2ca3b2b3be49dd2ddf2ae6eb6bcdbc459fe41a35afe61c649fee97d8f7cf8bdb57ca4c1533e2a21cbc7a2ede5633ff1f22fbbdfc9bfd4ed934f6c9f914f9814cbbf119ec8a7521fca67f747c867936ec8bff775c97f0697c97fde01cae7dd91f2854153f9c2629bfcaf095cfed7942a075ebe2087b454c9a1656d72e8a4b31c96d22487814ae5f0ad3172b87ea41c9e705e8e7a4393a35fff92637731e558909d1c77e5961c07d094e38b13e5846cb49c98522627d1b3e5e4003b39750c2667ac4e9233ff6c91b33c0fc9395a32392feba79cf7619f9c37c5930bfbcae522ad1eb948542c1789fde5e2d109b9983527971e8e924bfda7e58b77dae48b7fcfcb97ce0be4cbd644f94ab8bb7ce5769542a5c243a13230aa58d5fe59a1368955a86f3ea0503f9da858bb71bb42ab3844b161bb9f6203db44b1696382624b2d58a1afff4ba19f7d48b12df484621b2249b1333653b1cb304db17b5586c2c02c5db1e7b5a7c2d07d44b12f6f8d62dfa7ab8afdcb0ac501ff1885b14ebfe2a0fd92e2e0d44b85d94895c2dc7b5461fed048619151abb03ddca7b03de6a2b0dfb4a270b852a37014ce298edeffa47052bda270d735567898372b3c80398a13af43155e3ece0a2f3f6d85ef7088c2afaa43e1efada6f09f132ace5e735404ac79aa08403c5304ee6e55047d3ba308e26729ce8b721417f30f292edd472a422b5315e1866245789ca6e232cf5671c5634a7165285871bdfd8e22ba6e8de246718f2276c84011f781a088376c52dcdaf45971eb728be27681bd22b171409174f4ac22d9fcb4224555a248953e546400aa1519ff8e29b2f25215f7af7e54e4cc842a72333414b9dccb8aa204a9e2816baea2acd65d51be4957516e9fa6288f1629cae39f2aca47aa159507a215955e438a4abf22456566bea2b27587a212eaa8a86efcaba8fe99a178fcf4aaa2def3aea2b15e4bd1f8ecb1a2b96cbde2a58ea1e255f54dc56b1d33c5ebdb0b8ad78de7152d24bce2dde51cc57b6f5b455b748aa2333f4ed1d513ace89ab9a1e8dea8a9f870c357d123cd53f4f9d42a3e96a72bfacddf28066a6c1503bd8e8a81f129c510f1b562749faf626cfaa5e2abea7dc564d8b26212a6a5987910a998fdd5abf88d7756fcd93da8f8fb1ba400acf554001a940aa0f184021a62ad401c9e52204f0529504baf14789fe30afc7f361161fd0a22e7af822a132a18c829056b7c8382c37ea6e046672ab8b40605cfd95dc16bc9560813b10a19ed8a42ce3ba4501cdea550949c5228669a158b336a8aa59700c58afd37c54a234da95250ad5c75255ea96a97a154ebc22bd577cc2bd55d7495eafc5ea5baa444b99a61a85c637a4eb9e6334eb906c753aeb79c53ae8fd8a35c9f35acd4a23f55ea1ce857ea0c352b75e6d595ba97fc951b3d1f2b37d7ee516e6eb2506ee94c566e8d4a57eed8765cb9e3d5b872a7544fb9cb76afd2e0db5fe59ef44f4a43f188729fc64be53e2da6729fb3b372dfb52aa5b1b6a3d238e384f2e090a6f2200da53cc889569a9ec9549a9d0b519af5bc549a7f9e531e2a3ba6b47408525aed8e565aed7fa6b4f187286dce9a2bed4e042aed02639576fc45a57d5586f228234ee96c2d503a53dd952eee54a5cbca0ba56bd72fa5bbc50da5bbbd5ce981b8a9f472d8a6f4429e50fa6c5cad3c9d24569e7e7d5279a6b94de927bda03c2bbfa90c701d5706d4852a03b0a9ca60a77ae539d374e5f91da6ca8b0ddecab098f7cacb414795575b5f2823e7d72ba30a6f29a34bd6296f66de53c6e597286f99542a930d0694c9f56f95294b16cad42b85caf4359aca74e729e5dd79ae32ebeab232a7315b99c36d56e6656d52e677f82a0bdfa4288bfa0c950fecf3950f5abf294b57f9284bd97dca9adb2794352c6fe5c36f76cada957c651ded87b24e06543eaadda97c927b4df9b4e8a0b221bc57d9488f523eb738af7c7ead47f9226756f9029ea67cb53655f9faac9fb2e5e080b2e5eeb2b2b5c75ff9dee6adf27d54a3b2adcd4fd96ed0ad6cafeb5776a15294dd8969cabec8abca8f087f657f428372a09fa71c183fac1cf41e540e199f550e1f59510e831a9423a68f9423d870e5082d5ff925fa997222f59bf26b8083723282aa9c447e554ee3d394d36c75e5ec8657ca1f6bae297ff4ce297f33b594731e0f947f6dbb94802d2e4a00f58912b8da4a09b6f8ab849c1957426ef82961cc4b4a38e8ae12f1d05589dca550225b1d95289da34a8ce37125a1ec9592240a50926dbe2a2926eb95d4900225f3b05cc99cb8a1e4eb752af98968a5c0b64329e2e194124fce7fc3589d72d9216271d5ff1aa0cf7820103e80e34543832b897212894a69a9342ea5ac385c434b2242099794bad24ee94949914884d0c0a554240da12591508a54245274d2a5ff7aeed5efedf7f3b3cb02058fd1a0507a15bae96e826e0b6740b72825e899b3017a85d743eff3a7a0cf5165e8bba31e94adaa40d9eb28a818ab83eae668508d1807032d2f81e6a4cba079f407fcda671efc9a1f0c5ab39360c87c5718f2b311b495cc413ba417e8f6ac033d5d7fd09ba9047a1f19f4fb2c04fd7ef1a05f520d06fa956010f10346aa5d84517d72c170603c18b93d03a3dbb960f463244cd0358069252761fa973530639a27984ed106d3796660fae63158748d03eb11f7c03a6516589ff7001bad18b0b15d04b6061fc1f6f079b0fb6d13d82d3d0e761bff01bb0be1609f6b04f6c5e530bf65112c502b0347f591b0f8bb162c7d340a96edf485e5ae6ee09c75175ccfe5c32ac365e06e3105dc5f3c82d5efaf81e71015f052fd065e059360edf6b3b0f6d574f059b1037cde1b80dff164f03b6903fe0f1743807d1c04ace80b01671ec2467d3fd8183d1f3696aac226dd0fb0d9713a6cde55059bcf44c2367582a04e6dd839f40eec3ee905bb1b06c2de71fd616f742a1c78b81e42141d2044270842dc6f4048e306f8dff42a38344a0fc2064c85b09cf770ec820244fd673f396511443bc741cc5f6510537d1b62ff2c82d8bd8510e7a00d71eb5642bcd3458877558704e7ef90386207244e328724b51448da520667678e8294502338376b3d9c9f7d112ef8ea417ad75c485f3c0332ce6c844b777f87cc326fb8bc7e155cf9960a57d595e1ea9ae770cdb0066e569940dee654c83b190eb703fac2edcc70b833b437dc4964b8d3fe02f2632ec03d7d0bb8e7bf1c0a8ee6425158293cf04d86470a6a507cf93c3c715f06a5818fa1ccf83d9479f683b2544378b6271a9e3b7e85e749efa062c970a85cab00554757c1cb5f1ec12b2713787dd10eea46eb409d5126bcd3fa0cef8ab4a0e1891b346ac442a3f31668bcf95f8b8f40f3ace5f0a9700eb4ecff01ad9f32a14d7f327c77be0f9d83083a5b07c34f9577f073b511fc7c7a13a03303e8d12a609d76ece2b205bbd69a614f59864ac10aa874420d7bb72ec03e4edea87cc91a557e74e02f3bcea2eae51b3860ac270efcfe02d52fcc418ddd11a8717f210e76f98e9a9b92517b50230e9b371ff5f757a3c18aab6870eb198eeaf6014765fe8186f3a371f4a0ed38c6ac18c7d87447a34b47d0e84a3e8e6b55c4092f227062ae1d1a2fee87935674c529bdddd024cc064d1e9aa34989364eb5b1c669573470fa680d9cf1fb5134b55b86a6e183d12c6003ce51aac73943dfe09c9a57687ee4185a5cfa152db21dd1d2ff295a5e7c8296697a68ad3212aded02d146fb32da2a9c433bb76cb42f3a8e0e86df70814b392ef1fb0d978455e2b221fbd069c93d747a3a1d57e64d44977751e81afa163d5c8ea047dcefe89138133ddf8f43cf2f07d14b77357aad7242afc0565cd3371ed74c0ac3351b8fa2f73f7bd067f810f44dab43df9c7af4addf837ee71bf1cf49b73140b53f6e4cb2c140c52bb839fa0b6eb178825bbd6271ab5f770cf2b0c1ed81cb70c7357bdce56f8f7bf6c4e1de6d5eb8efed340cb634c5fdc15f703fb4e3813397f0c09bd57830fd1a1e729d858736f5c4d0e0257838a6198fecaac3a3f1ae184e7618951d89d1719b30e65b04c6f69a8db1ba8e1877a20ae37dd4f08cb2239e79f10b263cd6c6248d4398949c8dc99ae330a5a93f9e1f6084e93d0c3163fd5bccf8fa182f0535e165572bccb2198a591553f07a4b3d66e707604e6204dee8b20e6fec9d8637ff7b9bf7dd1b6f4d998ab70e3fc7bb351998efb10fef65ecc67bd7fdb1c06525166a2cc142ff1d58645c8bf7ed1bf1fed10a7c10a182c59f9af0493f472cdd5c8f65cfbbe3b384687cf6b6099fdf0dc40abf60acdc35112b6baf63d5b85df8d2bf1d5f560fc1ea941d585dbd0d6b3c5760ade249acbd15826f0cbe625da61ebe359e891f0c103f4ebd8b1f33b5f0e3f381d81c9e8ecddf6e604b791b7e56d98c9fc90dbfbceac0af4649d87e6419b677107e0b48c37ff3fae00f9d8dd8f93300e1977424ab7bc893a349d1349c143fbfa66e2ecdd47dc072ea915c453ded334969fc67ea35cb947abfbf427ddc3a48392f9d54f6c550bf0f9f69409fd1a4169c4d830c16d2a071c769d0f572d25c5b429ac71692e6ad1cfa35fc22695d4a21ede193487b5906e99c89a7615d37d0b0ad77496f9e09e93d6e2683ab0e64e8dc4c86212fc8b0763e8d0dbf4cc613aac8f8eb259a34e3304d2a4aa2299a2769caa21964a25e4a26ff24d2d40fe368da817b34ad7c2b4d372fa0999ea664baa690e6ba9ad1dc0b85646ee94c168148160d266439cd90e6a507936ddc45fa7d530639a82c2587b336f447c81b9a1f9542f3bf87d2fc1f420ba7eda4451ebbc8f146073996cfa5c5251ab474731b2d4d3b4ccb9cc3c979771dad7473a055abaf92fb5c155a1ded401ed58ee4b9650879c58790d71d655a679d4e3ee19ae49bb9977cef4f253faf30fab3a18dfc3595c8df3b94365819d3e65005da961740bbc6eda27dd382689fdf18da871728b8a03f1d98e84b07d67ca290f5efe9e058633aa4a44d87bc2750a881358596d9d0e1321f3a9ed14891332f50546b069d5c09746ac5648aad2ba2d337cb286ee1314a50244a506ba184459d94a8f394926ccd28e9ba0f9dedad426787ada7b3153e94f2bf064a2d8da6d486043a3fa392d2629c29ed5119a535e953c6316ffa7b410c5d8a4aa0cbe73c286b76225d75bf40d75e07d3f58c20ca361c4cd9767e9493e34239b9e7e846ca47ca9d7c8572bfffa45b5dcce9d6cf32ca1ff282f2373450fef6c554d4e4440f7a99d3c3853af4e8cc182afef68d4ade5da6a7a34f52a9675f2a0d32a7d202732ad31a4865ebde50b9b22d95ffde4695c773a8aa8b3d553b8da2eafc32aa75e949b54716d2bb05d5f4ee4c20bdb7efa4f73f6650c39412fa282dd414bf879a6f865273f37efad4f207b568eda6964b6df4f9c54b6a5fba82daab1da8a34f1875b855d0f7d4ebf473401dfd5cd98bc4ca8684c67097cdcc5d3b2d5821b2911572535971a21bf7183f9695cea672af083d56cef66795a755dccf2e89fbbd79c9aa5d47b0ea0753566d56e401751f586d7e27ab65dee4417d87f2e005a63cb8d199b5e6f9f2d0904ad659708375f74d60dd07ce3cccda8487654f60bdb9cfd960f43536c8ebcd2356ade611619d3ce278098ff8a4c1230dd7f1c8c6e93cba5b0c8fbd6ccfe3cc96f178e3be3c61963a4f1cff8427badab0b1ef649e3cc39d2787ede429ce33d9a44c87a79e5ecc339726b3697e1dcf8e5760b3aa4d3cc7ed0b5b26dd622be52c9ee7708bedc77bb2bdef1c5e30b69c175a47f2e23b35bcf474072f5f57c0cb833ff38ab20dec526dc5aef326f0aa055fd9cdab89dd4e5d65f705d379758f2dec71d9903dafae63afb1b1bc264278ad6528afbdb69dd716d5b2b7a7267b2714f1ba103ff69962cabe99a3d94ff70b6f50ff8703662ee240052d0e5c7e80838aac39a85d8d776db1e4dda316f01ee71dbcaf519583b79871f081380e7eb583438ca23874713987dea9e4c34f7b70d89a740ecba8e6b01f367cb473261fbbd9958f672347e45fe18817af38d2b99123eb0ef009630d3eb9519da3533f734ce84f3ed5788b4ffd5bc3b18a133956ab864f6f08e3d3e2ccf12bef70fcdd959ce093c4491783f9acde124edee8cdc94d799cfc8f19a7280ce173b3bef379fdc17c71ae1ea7af68e4f47d859ca1aec619c394f9ef898738abfe265f0ba8e49cf666bef16b2de7aad5f0adf2a37c7bc84ebe9dd193efae1dc6777dfee67cef1e7ceff82e2e28dacc853beaf9a122f2c3bc287ed896ce8fdbbaf393ddd5fc0422f9e970752e3749e1e7a5455cf1d08d2b5ee773a5df617e693b9eab7ffbc0af6efce0d72366f2eb86675cd3c5836b359673ade54e7e53d885dffc3b9deb6ef6e1ba3b83f96de305ae9feccef5db3e72fdb5486ea87ccc1f43c77093e17dfe3440853fadabe5d6bfb6f2d7dc25fc4dcf8ebf597ee47fa785f38fb15e8c036733f762e9daaf5114f25014e71589d2365d513e5127fd5dbe88ea6a0751ab7d21ea655764f0e8e5a235215186e4848b7680bf68c7678af67d4f191a385774227e119d584fd129ce16dd8e0132eca4b1e81def2ac3c7348bfea024d13fb3430cfa5f1783affbc480facb28ed18194587c4d0c248c63c3828632a41c69964ca446a9549cba3644aa2ba4c6d369719dbde8ae91335b1c85612ab51b162754a536c558ac53606c4b6a687d8d6be12db777f8a5df254b19fda29f35bcc6441e2485978da551682a338ce2a9425e6cab2d48c65694c9438b9ab8ad3ab34593574a4acda5423ab0e3b8b57498aacf5f115efe17fc9bae61cf12909175f2b4b593f7b8cf8f75790bf344ce4afe004d9ba334db605284a90e77ad969a5283bf38b25d8d358f627bb4a887a9b1c4cd29283ff7693d0983e72789087840d6b9088782b89b4e82e915782e484c65a39f1a38b4435f59698ce3fe454e25089dd582d092b4e48e2918b92585628296b5e4b4a6084a4ece927a963fd257546819c530e93f3692324d3ad48b206844996cb73c9aad82259b52572f5d311b9362741b21d2224272a5272edad25d7a940f2debac99d9c52c93f5424f9a1ee5230314a0a27ce934213557990562a0f750ae47190933cfede458a771649714da014b7b64849ce67793ad04a9ece3c24a563caa4b4ad40ca1d8e49f97e0b79befe8b54787b48c5b6b952591d20558d77e4655badbcfaad426ade9a4b4ddb5aa93d7e42ea82d7c93b85d9f24ecb45de4dc893fa39280dfd7b4bc3db8fd2d09e258d2ebda569b88b7c32da202d93b5e4cbd966f952912bad07bb48eb155f69bd3e47be66cd93af0567e56b7b907ceda895f6ed7fcab7c151d231dd5d3ab6994847fc22e9a86e90cefb4be4e71a53f9f9204df095a6d0a724618badc2cda9c3666cff3fc9775a6ac8910300, 'no');
INSERT INTO `iamc_wfconfig` (`name`, `val`, `autoload`) VALUES
('coreHashes', 0x1f8b0800000000000003001a80e57f613a323a7b733a343a2268617368223b733a36343a2237363235636532653961616531353031323261616163336138333162363433616334356237616137633665363031613666663638366564646633386365383737223b733a363a22686173686573223b733a3133363830303a220006ad88eb5737878eb1687423931f09b29a71a1bb29a4ba64c5e8fa2400d0c90028c6eb9db078164a7bec68a2cfae8d25048da70d5eb2d73a80fb28e335c1970028d0129c98fa5a15fa59f7599840e04971a915ee9bc89723e1d154bbe1f9400034df97bc749d825c1076a651e7fcdeb91ebef4275fcbe1c2616a78cad2a6db00453d6ab683cbc88b7c9d70382ee60ec2bdfff705cbd6a4f1f353174770e583004571ad78bf8394c35061a788f73e6276e144aabf6f34568a473b613c06b1de005e4e9dd9e5bc9861f0651f7c4ba0b72d05e0c6dcb0d2cd1f1cc99c143de78400629c26469ef698b3ff257c779bed2a51723b90077c2f8a3d2841a7f3e43cfc008591a523e642ed35e001bf146a86f32423f5e06a219fb5fed0624e80f46af60090dba7ffe534281511ca4ba0497c8a84af300f0cbaecb57118442e5ebe76af009d3e7ce6053b28dfaf5c572a9c373f8cf60b0ad84eaac1323dc337105b556f00b5eb690ce4d3d6849d0f1322de07fbe3c65dd15ee8b015fe5844fe93325d2800b987f62f8ca16f2911f6f43a345db1e35f15c70ff8df2bcc94eb8e63bdfed700d4651eb52aeb40927484c0b10e22e990e1837109c8904efe159235f78448a500e41139db7792698415f3d7ed357f82dfc2d00893a7c37d88ff04b41b68c2cc00ebfc5acc88bb7eed30b13defe8478723b443f7ff165a1d027dc52aa00f867000ed547ccc855facd553f238adb4174f0630cebcaac2b830aac30eaa89361b9500f7f92d6273e847a80a2868721a0f2ef36ee510f5f92165c8d77a2e59111078010380d755cf690c8dcd3547a0e81c14dc2450c2fc75cd768f411154148991c00103b4709f6ce74aa29b7da282b6611ac80056583d3a88821f387e22320f17fd010fcaa644b649e85856aa66b845577fa313cf659380df47a75db8f117b4711b01293697ed09c56adc01ed94f56e4ed8a45e7d305b509c4b58087393a42bc8890161b177a95382b6e0135bf30255607c5753b35044e6b0131ee7be9f4e68acc801620221951d0517c6f2ad23a73869df3e6b7136bf528445ff359e943a9722fc01853b42ad8e692e71580506f514e0413404fbad90e47507559c1c882bd7b1cb0185b4cfb184e7b75415aa5f5e6779aa7a47824c2231b0fbb38d557d363a0f9f019f6c7c1d87ec2806e39ca6c19671067b12c6f056c07e1c75ea3ca20644680801a66f2abfaf8c63cfac30dff1cec1781da2636c24870912119934dadd6d95b701e4c9f86fbebf601d76413aa711f89914ec88607b7266cbc1ef5ffb5333192f0201738dd96dda3f649a5ecd9430df5830e31323719605c22d6d6ccf012a80cf022354f18c6399c178f045b5c7c28379ee88c5a99ce2489c15e0f7ee3ecce3160224c93210fee48e5de29225c6ec2a9c361d1bde5cfe6470f9db9b219dbd187302259fe05d5ad759c76fe58addbf9ffe9fa584a991f4c9723b47d0f711228aa5024775f7c9df26c3775dea2d48800d1f5257fdbd5ccc35f5a6f5f227b38c3dc30250961fc57fb9dcca735a4688d4a46f0f442d783fec3ca075b6fc841471fd58025180376169cc0d4943d27045964be1c8ccf08779bd806b8ad1a97dcba3069c025c8d24ad7022b726cc702b5e8407bad51af57ba9af8edbccc298b935ff7c990266a2e3b58553cd044c9a6f173345fd78c0bafdd1a55518e3ff0fb071a8608e02713475ed0bb6f85aa2aeb9f0b0af5b6e181ef938947f031805174fa3ec723702870b08cd301848301431594c2452521f41680b4a36b4e74da6773a2ff00e37029a2ecada8f5094c183682e0b42c2552d13d197f2271e5473c1aa7a2b70bf90029bd77048619c50308d3495c344ed21cc0332e57bd146b019cdb97ce1a9f6a502a47038249768fb15c222640cf633ffaca05c95a370599551ebe1a38e9b4b3402de97b88ed8baf0fe4b0f75b3004dd4783e165d5adbf822d17ad138c58ec75602df4dfa06cbbb79554ca485c14bab0cf943cb57618fe55cb0e8cb81c40a833b02e8a530e5c4a02266ab05d090ce9fefd2270dcd8da4fd44c4644dc5d7d9f9c302f7a71d73cbc7bf89d8dab4f8192432f46a29c32c0ab227201f2336e4a7390a02fc8d87cf02da96a9f56d4bd832860f65b266e90b7465be34f99c9a081af003031147472ec06607adb15679601bb8c9ff29222e6f5b60d7cf90dd0d061bc914031c6e94f3e76a6ebc7669550a402c9b2b212575091b72650634d92b4a755024032c96574e8dd950d932d222c59e982c7c5ee2e58079deb2f0f1f22f1a2841b003315dfc2fc685ad42914df36a3aade540d1abc8472b53db66b617baabffb96403569e69891c0a02b03657b715fa05d4915c3ce74f0ccc456a32ac51f28ad7d603940dc07cfe5836c2ecd4eed22f3436a44af2d5c93fd4d5e658924758867e86039675999ffa6903630de270aaabf5b4fb1151d6c71913ed999cbdf70c0d3f6303984cd954d38a95f9ee71671502a6c8ab3f1d63019772870ec8b8a674ad036403aeace6420d544ac22c5193d3249a54446806d71df10b15d028285a64178f7a03b6b9764fffafafc25f95029f083bc6809bb3458c7059f62ed5267df606ba5f03ba09d45190bfc6161281898de36f53e26e6efbccb5761feaf80029b0f6ccd303bf96ddd3a4e5063a44494c56ad0b0079c55a08fe0f88299bbe4b890a11e38503cb1d01dc98448b7e121099892506526ff8ef63118915d637ae7f0da6ba4cbb03e63e318a16dd885d9a155e5dac52c9a2124e46994df4e24acc2c98eff70c6903ea492e32209abb193e31b75ad83bd7a8be8231161ed481249a1021a187573a0409a85378ef4471357fbae02f77ba1701db5f573a9cd82b011c66f0317af9b8040f67a2a68b5c59f2fae26df50c78b3471f4f30c7cee26a0e6f5d2ee396bdae0410429c3dbd660e7e3a4ebecc1ea4466136a2d5a1d90a59208dd8d327bae8690411fbc2e72bad600cadc2664759626d9fef5550a9994d81994ae9daa1308026044376c2e84d932485db07e8fa11b64fbdb7342d4b1bb8090b6f36db6c62f631044513e53bb13778f93f1cf02d99c7b18ca85ade7a45bb9f892a866e6bb1bb890445d76d1040ec0c9ee3e9f68e01e9f0311073aead5995233124d015e91aa33d044998888a9dbf0762a38e584272bd3f8ab7ec10cda52df48221c769ba3e7fa1045b1cbfb21865f8567bd057a22146b550fe623c2604c284418ae0d0fcd538d30460c9e55d7742cbf9cebaf59d406b7026bb9bb96834d49b1eb532b68f997fba046627f647d1d3cf4953950ce67da07d52e2a58517fd0e4ad09b0e5a5b60c6f6046da6ff4994243d0b84adf9bcb944938bd69b26c4c7be4007902bd5a2cb14d004714f2eaf8c857810268eae2a70a78ef640fd9d6cebc1d0d2fef7ce922f6b0f047a3dac69bb0feaeed2201c53f2a81fb0d4c0fd1a1a34dab631e935c1aac7320492330d233f45c95110b7cbd84cb6d5496d24cf5acae5aa421aef2184e39c26049a08cd968e1f97436b8660378bcfd7272fb9bd5de469aab213351da000bcd204b5a98a3253114382e1c52b32b1c8fc66214f67d07665bd430bde68eefff09404d6ce2525d6ec2dd308d5295e5c8189a2001bab7460966b90e0b240a7839b5504e64fc594a46370a6cf3ee32138484236a5cfe0e3ece23d9362f1c2158921a704f46e8a7a00a74f5311137e4b0feaf8e77c24d8ebf6b054a1ecefc185e66c4a050cc6f81262ff124f779f90e0d0e1cd660a54c0feb2ad45671a55ea0df89fa305148f6c7be003b253171f59443749d52e0b60e8e4b5c38f7d23d9a7fe9ef44a054b4ea28d65e9d38c04bbf026149dc2d08e75d1a1490e719974bcb78b6e0b7e05540902025f6ad7068d2d989b86c925b3a63f9e37a1306996bbcb7dcd65dd69055a10d64f992645062b72588e0f6506907b65aabd6d58cec8f63cbc3aa64b5305797ba0ae72b7013e4b5e73e25653326ff548d68fe15feedb2937a1a99ae3d0057a5f6f65efd51efdc5ad79a75e102f3f683b407204e24b12141425e0e14c500585c766a8e063cb287cd55f5da0db55cccd926f1e7e4d45ffe8efd71b1386dd058bd973acf95270e764d5ce465bfffc2772dd356cfe97a5e8949de5aa808eee05b41d73e883f2405a325d10a6f3ba69bea80ca85d284a0f7e6ef833ece0cf9d05bfd9801f81686a81f371da6fd132b1866b4cfd9b4a51a76300cf387c7f56dc05cb4191fcfd8a1f8e4e08dabab6290dc26de44d0641bccce644beb06f732c9605d5f0ea24bb8bf4674a09e1c596d8376c7d0ed861a1f1bed4c8c18aafc3777c05db6719524c680621f6b08131d25213f3fe9d26112798fd6bb11b44273a385905dea84b8d4161ac2dbf524813f654d205fffd13ffa5d5fd8aaabb283af3023d05dfa4271c5c16d500a8b6af7cc738cd28b405885d78925ae41916b4cf764a2b05e87e8653198924d98b3608cfee76679041d19cc008ca8b513fad6aac604a9305f1a94ef55dee302696f105629b001deb563f39b4c1ba14b6d122ad2ef7493305f491327229726b922b60bd4e694de7f132025d3cbe09be68040adacba58d9705fe4fed0b80330e8c35469ed0c85ccc0011f79ef0932c167653e7e70e2b701c060afd2e871ba799e9b40dc44a2a525409fc218ce6412696d51055f342cd744706163d5f3a1c5cea5d3e699fa33fceb740dab9dc614bd5ba15da2abfa0d4bd2b06185db280b5d2ae67c6895e3632f31c47a69e0d831f1253a01907850c7cb13b0629a5243d5803c16e21c310baae826c3dd840f541cd1918b0d3f1183ade5635063655c6fe7835f41250789b9bcd26f3bf3a0e569356e6fbda2d711358b9ea41063901c04de734dee0862db2b090a9747f0a7bebd1f5867d1eff4d491e060905064145304ee3f6dccafbb584c52e5430180362285bce17b281dc0e9eaaa3f5ed066f5964d4ce25dc20e52ba35bbb42ba9512f020661bb6083c33297c959e9f1b06792daf6482b0b4caf45d602c3586ef1f6c391304846fc81fb9a478ab9c3b910688f5be785a9fa0d57140c9f5b6e4353161a514497888bbbc4d4f59c055f20d068b5aea748a4bcfade9754a4f79c5b9a226d2b8f8c42aeb91dcb2c675732391069e1c087431f01fb22334e7cdf6b4c3e482b90e1a80c12726dd0638d100c31706aa94bff59b6d393b3ae103c4cdbc8466c2c66684299399a40749ef9cb3cd3b06c112fe506f69c3e3a7da3d9044e18eafe4a430536ced687367dcba7b942c9806cc297f071a7c9c0eeddef2af0b3c840a93107892be2ad4d7f38efdd769c40306f396d5c96099806888ff609350a18f2acda4b9216a316d21967e9d054aad8e070da64fd35d058e0781593c8d79178c7d831abb3ec9ba48a8aff0497cdcc750070ff4e8b1dfe8aee04262a5bd65d45efc9ace883b565431a8ce636aa85d206b071c5e01a74fd7eaa439ab41399d2fd81af38c1625984062a42e8c60bbf0959a072004706fd6c0ef6466b9c63f0cbb6a72a3e459e5158f657cd5488cf7683edd072c8b651563de17a196521817fa657335042d939ae0443dc7c4fb3cf3da3a0c0733e3cdcfa9914de7f19dd43ebb1c8bff72ee0f36cbd4a4d0f4257a8b75db870737fe7f7dbb46cbf098c45b7978b1af5d6b04e1c6ddadf759728387d615bc030739a349562c430e328d229395c9560f1fd16cb79770885d6c32a21750eff866073eecf5044b70d4c701d69a4a94be99627677b060eea902aab52abb77e9a0f3077db1cbf8a9b62aca98f10f98293e3283711da4966513a5805e0fd5c0298c500792038d11a6c76efb476652f4404f6c2c3e6976c43ab060c47451c62ab7382707a53c93f30ae38bc10592bca04af21e8fb73b934860f751d89d1d367018197107beffd861f325ebaef1080d86d80910fcec2211851f4118906e883348d8497307cc3a59a5a461c165301042d2b279f55070160aefadbeafa899f20bc621ce9b07cdffbbd926b0d6c985274dbad034e39a429f53f8dfc92b27a534261cbc240307d8a1a10ff35606670e6704a4e113106fce1efc67107ed90beb106d2fe0a11c08122f26742be47ff9e273d77fec1cbee4d422233a5aabdcaf34e39389265f150826dbc70e01c736227846f07c7760411b5a5f2b764c0d7db08e4edf50e5c9e6083683abb88abda25feb04f0d2b0e6ddbe94fd6c321fa1629ea9b97113c39c2408558476a1f1096c2c73a8c5d9220d0efb6d039ee860bbe159d793af5594b658085e9e4d0373f7970f8d36529f4840f116092689e586bea41342c7789ef6406408c65210022355b3f44ffe50679b9e731e48fc6fe810296ed5ceff577213e98108ce748f5aec4daad2fee83f012586efb91b880f56fa1d18dcc0a244b1b0467608e01f40af88c1fcdc2a391f56150b9bbb0e8ccebcf3125b45a3b642757d3ca808ee84b11c1a23b664b8341b2afb3f0b989ce5b864aa515d0442782e7c3944f808f63a0e6840d6c251ffcf2f55002d7c5fdba231f9670b2df12bb419adb7de7d08fcd498215e6942b3d0f24afcd55c57a47f5d9066a71b9c40034085771ba33d092e1b185db619ed6b5a3114d1996d16d247f582fd5dd41278e03003f8ea95c909313422319c4978aaf547194ca65b0995821db1163e2847e1413a108c0efdc7093634b513ae88e720b932061011444dc84de224cb0de6be90699300d401ac8b09385cc5ace7ae6af9419281ca9435d12b589d0cad9c6f885415f96db05f037c094debb0ec127975249c31bc636b5f914b17ff6fdd66dbcf046db31c85b925fb0967295b2e89720ae06f9469d77b348a9b510a0d1438488c0d665812f0c0e8040976b66cbbb4f5d9aedff7062118ff16f0b9ff5080b26dfdf8950a367ccf944b097ed0f543e8c8ab990eaf37a406e0c33ac0a3732675cbe4d908ec816ad4cb7409a92b13f67b52f483e4d3d984e5d4cb6efd742cb4c79ea660b595ce7c55ee9609ad09bd9c237489ccb9bb080feaab703d12ac0649041522bca6988f2946181f09d693c5dc1ef1142d8c0a715589cb69bad7cd2d9b24e068192aedd8076d996c09e656076898d0f04c430e898fc2bb3e121155c6382ec560c6403c4b10e9e36809fc06cdbfb810ca5525c54fa8480cdea1f19f851f40bf1f7e785c36cec47ee20a013cba3a98580e866806c7514154bac0efecb76f8ee17032f5b61fb9383ef80a072a84b23c0bd7f7ba1bd3b3b33f484d8db22756d5e9e8904ceebc275b52db0a18f04026d8ea5b44715315de04c111cad303f0ece04297d74e2346894285e40a2a416e9584b8072e5de942e9c474fa7683218957d2a74d77069239ddfb02460a2b505f7451ff566feafa06a9b2aa376eff0a7a23f9181138cdfabad2dbdf4a0a476b020cf9a07e6e6798966d192eeb335c960af0e6b0316982d46a67d6b8d30a76ad3fcc75ec0609d2c8c866df68151836da3242fe83e83ff1320033947da60a7889e76daf1bab856e563d4f440fbc930054addade172989cf55dce3a91c1f0a7d2ea29286e5d7f776e69665af0ab53fe6b02e7a9faa4585f0bbdad02bc9a10a8b905c5f3928f4102937820a9711d62ff553e6e027e467df83867695a304c30aa13964a3c7ec678ff07e4096a4ae7ceb422d179fc1b0b29cda90fd363da39d0aa40354c25b4370b9b1a702e2282cac5f562be44c040ddba849b9fc282e88840aa573fa0648d77fb5d1876320eb2d10792f2f14fd3f870dae244dcca4156a330aa703617101594bb44ad294ce801870f91a4afc6a90af5c50c70e98c80a05d40ab6afdab79b746e8c0d8945616ef28e4a3b7d28efd2d299a9f1c22eb0c4391b0ab858023a80bc51d87dd72bf64f975cdf5f93097bbcdc93432761d7793aa4df0ac1fb1e20c55722ed880ffaeb77178600350fd153204e728fcbfda98abc9a680ad743e31cd930c4704664f9b0876c9500bf9e2275ea997e3222f554afbd701a0ae876c95b1800c708f587585a707069fd2e01cc06a163b93b7e260f8c86ddf80aee02b705ce26aa296834d05f60d546e34c939d3c97e33a6023701b66a2ecf20af9981498db525723de88b41c20e5a651a5c605c4930334455ba327c47a93180b0d8593291285836bb312cc178e4fdc645330e958b17aaffa865ff3c8dec2140b36316b878f4b28a3e15d310cc87a08af756b7052b621a289b38d8c975943030b380418bbb3d5606413666896062e5e38a6e4f41eca217bcac0dd46fc1e4e910b4c7bcee77ac529aafa2cad22a777cd57cffd53b28c4a1cc7b2fe9ed5c14bad0b53c1aab403c075e1be92b94d881cc26363d6cdde6316644499288b51b1cc0c0b5c990d61f295021b12085b844a3f5403d3d0f03fd1ff11fa47bc64a1e628730b86a9aaa211d4ee74f4a6420755492b02759b98c043afe304c505b60c8552900b919fe35346323e1cc23360a5fb76c91cfe27983a6a7328819d2d4eeaa716b20b9ad6a0b8ef96e716904ee733830fec1295f43ae256533bdb06c5e143540a800bbb5da0fea50e4387724abe08328eaacbc96d35435a8700d92f401d4031df310bce1f44d7d5ae361c0cbdb838670a2965c4d5da7ae9f16ca831f94d489b91260bddc6531ceef02e3ef55591427c0816329bfcd39c4f557dbf01da28d4b0a11e0c1e741e63e732c1acc4925a568652eae9a1835ba7826c1b23347fffcb7fbb3e0c31ceb5a2b41b450704fe80c26c7c6c68acaea3d9ca5dfd8ce43ad459c588f50c33099a03a7d319ec5c676dccbbf1312971042b23e398f2d962e65e7f3072520c5fd2b2bf88596e2c901b7faa4a9aa9a9bdcecd819354c84e42ba28d92db1a70c6703f5ea5c174943da9ed73a72c36e85ccbf863e5477d8440aae51bc2198400c6944e4f803c37282e8b4c8ad2177087a8ff74c7ba9ef4a16d11c7937032dd10c6de9d703e19347e9b49e59e28a5ba8cdf4e36bcac8456e2306580176d569870c77f7528dbb3a9e4d90374bac0b6b528aa2440cb795ac912e84f3b2a9204c390c8cf425b153f7a8b34a2a98c01996856e27cdaa745ec0ced056c9b9c54f01870c9cc6c7ec2af3289c9884b78a37598b11ee28568d0bdd7a7c2500276a8db7d50cad6c81f8f7d8b51712ae2468e75443eef4dfd59e4efb386bf6c8bac90e99790cb72a993c490ac6d5ff7fe407aa28f890c8fd7880249d0812ff15f043050adb0cb86d9c2d42eea9cbf3ec9b0eec5956416ccdbc32be565313fc236edbd8f2580cbc960f8bd536f7c358ee94199be2f14455c854f63df596314fbf40f82c78d40ccf0efd9288dd07b3d920d829ae8fbc0d8f0c26dc6435b7732f2c9722ec64b70cf9773232b39a06b90dbbb3de89233c2a51d066fb9a0428a584f5ad0210991e0d0525b650a8069698d3f963571be92d3a142732118455e190274674e0dda97a0d313f963b0749429c3d53b1f71a9332cd90d6a59126fed7865aa442ae11acbb0d3543dd13d99698f2aa4ecbf98f73c5d86bfad7fa0e6c9b27743335bfb6b0aa0d4ed317e64986591b9bb7bdf89906d4af2194c71eea3629acf10849a35910030d5169fc5e9a1a427cade4661218b2914391bfe82d2f72b1de55c759d9a2c5420d58b75b63647053733319d3252e58f3e57c024188ba04c477fc9823284a4c1d0d61827b70eb39d1d9e5f328419629cba185ccae53505686cc7307eb36ec23690d6e750e8f8aee3a114674071ab1a4225039ffb5b87150be899c52b8ae5041a00d87bccb6b0e953c7657e050e4c09c76aae3672848d182b5a2631e8e062b64370d9459d3f874da575ea4fcac7d724978dbaf1f15f3ba75868d24e72f644d6bd80da00855fff287053aef77f6e7ebd42cc8cb11df26e74b857026e11a9a8110d10daa033747d99ba00672ed581016796cd6efb3a03c55357038e2ad6e8e12e89a0dc29bd87fd758640944110a15e8a3ecf18e01ac1b71bc6263f71a177597edc00dd993a303d21c43372c9abe3cdcfadc70ad2ccf4c16f9e2b57e7259fa7323800de722be2871719a36e75a1d4e86e8b40ccfe696c97ffb96d5c59f26e568a9cf0df20addeecc2a4a96d43605b4a4a9befb94565eb1cf251457015c0fc07903ac0e27ed683f0149c6cf49ebc2337a28429f47512389976070e4533a654ac726840e2f96ca9de11c61c98ba89360eff7fe0a198c7d1efbe71a5c78d52bc3475c250e52a3b5cd4fa2a436b3e0fbed7deeb0e39593e682abc4042d1caa467ffa6b520e56cbf0a3369ab70583475f650dada622e47dd5515e7506e2d5f8c0bfa359740e59ae15908973124e6cc96402557cdf0737999174ec55e0124659809bc86e880e61d449575248db6ab077484242c7ed95ceed75a45870130062e45565d2244f0e72ceb05965bc4a58a57f1d70ba570921eb161f8f194cab090b6ff7d1a69f3f0e8113c13131cae61281a81d5dfb515bafda372afb619033dec7be1606da68890e892ca155fa8eaa1063815cebaf6b69109ab2a0bb367516f8e04a0a02332aac0e934b76ca698404e5418f26e03492faab3d8744e9d67121e893b8d6a7663b340e939950e45ab5f865b5074f219876782e65e8d33897046a59a6bbfbe7df301a0ea206b480e8508550310cafd4532fc08fde0430903feb5521f5cd9d880ebedf0ebdb8f5f21036b03f3fcfcff65a9e917688773d32483af529782eb0f4ae87b30ec96f0b085cc5d44a86c21f74ae4c55cb0705d56fedf5df03f1ad4cb6bf7e9f0ed02936d3184bcf355324ca823897c7ddd7e2a1a7356790673783336c73751c0ed8beab7988dde08b5aa277daa09b1c1e30594500e9e5cf13a3e8baab0c695c0ef97fc2de0e7c92bc9498cd14153789d9777189d23b1e2c7292ede44c9d58e20efc86b1e7c85c333571762e52dfbc683c3ceaefab149174f768448a248cc25c0f316c2479882cb4ef196070974da5c76a105d23da57ad4291546d9ffebd03b90f46e24d850428f1623bcb8ff44b07e1f3e6ab67ab26120af52d93fb6e7a14450f6a6120b623825bd59d5964496466405c82114b326f9796d8822f2ad27edb480f7702e8ff116340db328eed2ce9f2d3f9b4b650b130ebedc1bae9a6cee3ee8f0f7860d5819e88da645a76730cfe2ed4c46b8b7f92ba85de1a7fa635c500abba0f79581e1793a724c8f56a14eba48b88d64988c2f638a2cf13cc0740743ddee40f7b3976d4c63e3accb74d1ad4cfb59194b1b80d42749d0df0cfd7cccf0c33fb0f820669bd8430626ec2131e1c01d40c6a3a9e244c20816705ce1e83720eb4610f98bde57fadb182f67f9a0884748ff51e4320ff59a30a99dc4881df01fa24240f9f5483cc9e7d5ef170664f5dc515c7ad4e33ad250d5c8ae02d08d84117b94a0fb24bdd0caa4b97e08f83fd375006af7865e627a35048f80cffe548fd503d2c0fbc908d4c8b8beb4ec1b77def9c1af81045e5f94f5c30b875c5ca464f521a290fc481a7167fe80603843b53a027624e3c76d977fa4c53dabbab735481b3c57c0fcf3e51ebce03b0cf697dda47170ee5440685a38e37e111a04f4635eca2421c0fd74e6f76d9dfc83a419d165f2d3306a304fb781a4abc421993406b877935300fe993cfc90aadd751e328e7f0af023bae34f4c18f2e9d1cf3b8f2605287c5770fff7c6c53c95070dc6bd447c64dd138c7fc8395a1ddd4b9cddcf666f245cb7810043bcb9d06b1a318c94fd85bc0f7f3cc4a60754fe2761e265f19dcd9dc2d5d1012aa9b83c64596e73b7cafb57824a0e5ed2898746022f2edf02f1a3de1603e1026ee876f528ad6abd9fa1faa091fe6dab20ceee77dc65a0977e925fef628f0103429b63b0de5ed3ba2293671693943f4dc32e9dc74d61e643634904bd5aeda1041d85529dbb321a09ea150646c77e42bb4feaf3ec63b17e7a01cdf4facb12d104cfb816814798afb4d4c295c5648cce333065f40414a21ed5fb0aa64724edf1064d247a29d073b9ecfb7f036c13cb3e1b0f2fabaa0776a9b3bd456bddb3464106bcfd4b7dc8f3eb744898c1f1d6ac32c1d7084c6fe6b7e2a8aba04aedd1364107de7af5bbcd4ede748f9133fe2694bb65b14bc69befa2fdb0c28f5af8be25e109e901f5c828cf634a2169e632d11a1c3c89ca1fe29f6cd971eca0513dbb7f510a2d240632eec565f3b71f6a6aa3a754df8addb58aefd9c625785ec0c5a60ef10c445b211d8b60dc753e8f16b791fedec25842ffe2d918e755f4543a9023f6f10cd5467fb4e4c43224def361931c9bfe45c88297fae6a8f69aef703eac1f15d10e36da586628a23af99ab3688a7437f3203a097ce616fdf321ce1a88146fdc310e4cb814cd80657a194ae250d564a037ef8708ced24a1c10f9650288bf1718a111dc7fa00845253e93b0d73f27dbcba166f258aa9584f775209c95c981ef342111dd03b7adcc0d2f50cf9f16223ca719abe8f6ca6bc45111081f48853018c571144f280e64c6578ecdde9aab4406d21d1fe8d131d7eb606eea7d17c0b1064fb11455439762cb457d18b8287dc0fca804b4bec98d1230005aaca669be7be80121147ba7eb58470c8e86f5071eb39a8c30d624c5c39f632d7aca786086e902a0e115050bc0041a277833a6f48f05252884553cc4789c27f13ca8f542deb612a511166b12c53bb37f4cf719dd4cc933ca6552a223b62be7292eadb5eb02690c237116af946c59116f8fa8701c0d2b1040b79d05a4122ca598c211f9509143dac9a1178f6604adfa9692eac3f0f777eeb2f2277be557bab92d24c66d78f313ad5a411793ba82606db86deb95b7244abde62f34e76958ce3a484a2d50aff1a7772191189c46b081f48751745a4ececf44e12c1022fef4a59b792fe67f65369f7962911944e5d0c6ff2ebd57ddf303c81c1192cc4edeb65533c152ff6dc93380743d211a954324986551058d06a46eabe0d504a360bac105ced642453653d05678fc111ae98f8db9d4adeb053b730bc0ca3696c897777ae34048b3a99f8d41fda224411bd8ba58f803d1e5b95b85accef0d8b8be723a64140c86633a808315f3c1bc811d1ee1e7681a3cfcbfc28514ed0dc5943776fe9cdc0dbf47d7aeff62f902b7811d917b197ae1a38d5eefb33a495aff3f3db8054c1d1912fbac72aa8325ec26f11dcb0ec0aad30fcfe00d304cf31ee783f4628c9388eafdc56ede9c5d92f603811dcf9d086c0c28ce3d71f74ac32d43ab25d02584b2517d709454cadd8e5849f11ed8e741fe9b07e14a8056e4605e70e5e6dbadcc44b59c44e05a7c622e3e80312208074db6852cf1c44e98650c23e28d5462dd1243e5181b08e412a306c155b12555b94b1b5da4137ad45ce0f164f78c69fb13a59a7c37ba1f120949d3267fb125ac1932b6a7bdc6893f803f64e9e2e6db7dba92bcb36999c7230c18502b1181271b4e358c57b34a6619bfba9cbe734bd95bf85153d50d4d29e255e5c24b6fc127266059a927a98033b4068a7a2e8acac26a7667bbb8a32f05488802c4a6781127ec405064b4f62bf8f8248d6248d280efbc0fe0d5fae0a74a46c11ec1d09f312818d36b1e04178091d90373029503be7a40031bcab9c4d7b7d69d5050513ae1283fc45d4df8d0aecb07d484e66ce8d302fc18f2c75b6def80549f8c0c6fff21292f529e62d5b00aab73dd6b93f1fa42b3b51a619852fd7ac572f157bba98df129a6c444105a3841d55c9ea520370bd726d6d0d4636eda913e3fa8cd8b7880e12a1698e1628223a9e409f6305e08b0fb7083aa0073c522982a5252b3ac1bcf812a8c9472543792ae06d3fdbb4b62fc40d21d1ffcc078519e61469aa41484b3212b0efc41b773a13db252ef33b6a40dbb4a329481526ee9714025291d7b004a312c4ed9052d6e3ff7763186994061e4615f4ec7a9bfe0d5f633be2511141de0412d0e84a52b751367dae9d8c25990100e3927798859d5131a68d687ec742b8a712d7baca8c8884b8caa40821ed67c079a3a5c8047be538e3c4d9a2f7e037190a13130495a2675431fcdb5e303eec880d8e9c8c12f110e58ab8d6ac2b29ded7371314585b5fa775d2dbb148d0d85d1022bc02aab4c2a160c4146e728b586103d5133be33f7e918a52b99e7133fcb8d9bdb85220b1070ca9da61e57200d2fea942133c63993d4f5293f013c28acc7601b342a26e7c4abcb1496eb23b353156f68113534b0e0190c2361813c79048b0f269d449a59f20282e664f8bd364782cbe3013586cbf8006dc4aebfa2e11d32ac44a739f39c7cb269e24839ff1c0c80d4ed6135a2f12ae1861558912c68f6011b3648f4c048c3fec3e437cc914aeca158b0b135e76f2858973825f258457dd04b8ef0d134a96e8f32ac41166927a4be098481376ae04a44d2cbfcbc42cf5db7abb15a6e3a1ab02ec3f6a6bc1bacf5bd7307d138cd1465740f15530cdc757d56753c0ac321563c5ea4646887c13d53260383513925362ea473f653f713783b8a29c23706adaa5127cc9a80059e5ef820581dc13b04f7cf861563315458746575e406c9332fe1c344bc2cc3c5cd82f231abe8113b81cb2d01d6a1e7087f12143979742a8ceda8b544ce5581cdd36ad6aeee17913c21a0aea98d191d634ba57c15c1ad354e01507f0a8b4d34d5cd056fb6445ea13d2e0b6b67c40dd5d8c2932d4956971c76aa2ec2797561170fd2ce4dfff9ce813d54b11bade057a4d9d7223bbebdc369d68e6f471093ab7407fc4dfae9b0dcf13dfca306cd29e84b7ffe1c7e18a36ce6aa5a4f1ccf85a6d8a1663fa83040cc113fe2dab936bc5d1e8ad59a3c6db784a0cddd335049ded15bdfc7f5fd6082ade1417fd965d4f175c939473974d86d60ad50b549c9432378cabe9176fdaa00243141fde6760639f99decbb06dd5757061a05c987c2f4aee791ba732e566141579143271fd74cf40579f6be06d78d947cac4f0b056cd92b404d7b5a8179dce707a146bf0e8a88dee6e218ae3f23e789b5cbdf0687cc02c1c8165b4303f88867334146ef72ce4164c6d75998c1adc085ece8568557d311e7d3dd97aa302e869c1f1147927277c4bafb2573f085ba072280de21a3383b7cc7aa9d8bbd766575e501c14833159011dd8320626d4d0db917041b5550ed8de1ca2259af5a7e21c9866dc14a4473c822b484834fb797779e9aa27687ab2780fe1fa22b676895cf270d22414bbb813626fc099296348fa7653dc19b5166e5fe399128811a52861a4a7576314cdb4419c08fccf606b0cd418ad42ca9cd1ae2c32a38ed7f75388d85ec3ba1c14f444f1b1eff51ad1a3303fcbde96bf0c661df37417b6aa26dd212d1490553814f6863c92b4477aef3c330052d32d6bd02c9a75f8d7bc29b386e69e00adb20a14f939650a2149394b9857f7abdcc7bc023f5fc64961594f7267f759b3cae3e3150e6b3f9752b330a99e7d3c15ddcca4a1dcc1f7f82e168120b9b6245e24be8a15186d18dbe677debb602e41c35f5b0ff2a67245a3e55d15fe4aae23e9bc03d9152bdf98a334ff0244bdb69d2c4504e3b9ebc7a11e4766f37935dc9f4089886e154ef184a1e1ab09dd3336c44d1e04910eacef5b06cf79e9465244d36dd6df3a15846de28f5cdffbd8ec142c5408ea3379c8cdd23f1dcc5090bcfeb9d4882b6f1598f38a4b71726195e05593576af76a883a4db1dac953ecf3ef4300a815c7d01599459aba70da8e8c553d5cd981ab07322512b1fdfcca373242af039539ba0f15bed4e4396b0fd1f1cf0d073f72cac7fe0571511b65992db53d82f9bff5e6fb15c702d34f7aceb3c2327a219597ad2e8777e01f81ec1a4650410fc0a618b95315d3835081876c965ac54ec0e9d32126809b085177f47c10be633b002c32886115daa255f8e8a750bbed9e721459d46f3a579a1f3318a718962236ac7578680615eade10f8db53dbd8a6aeab33295d5495431fc1adcb8e3142b6822224cfa45f15f6595b5e03a165130a0e0687de18341c31a5ad4ca7f248dda9e2cca8f2153c15fae0d25760928265ede2bddbf6098e55b0269c7af8d5bf52fdff423d50874b1607718112469675df167e95e38a1a38888c0f13c90ef6eddcde57a63200e8fe1609d20f65fcbd0460680e8be070c32ce5eb2d6e83f97d933b469bf5a5201a1e162f71e840fb13c65121589f77153ee3188b80c637be2e846cfb0438b3e8b5f2166c65b9512c85c09e90c5d7ed096eefd26182b254df8c43c4d3802381c6c9dc169f95f411e7f00c14369c77fa26db0ca266b455e2bf0abcfd60920c5672997b16a6f459559aac225631c409c75dae39387db42e06fa400bf10d665bc99626fe16bbf3d6315ebfa299f51367c29e112b106656e8fc603629051609f0ad35fa0416bd45ced90853fd066a9618cdc90cff8506da72f44b1b15c5ec1008f1e5756a16c6f7d80f2589f670d8d6419390f5888ca03958633c5f3ad1f76c1223a61e2816e5c780762901c9a30f982c9582c4b9b88676caf7562da46efa9e7ae257f3ac16e89345d232e244fbbd7fdffb0cfe01a01848fe21167e035ceaa9a0164608c1170367eb994a1a6f7027f65d064d121c6940928216f8f3f714503bb59bc8564b17040c69fcf95628d47e6e9288265e5654e2536ed813c7d75ef302e045a7bd791709d875fb006369f15e1b5375cb259944aa7b176fe478d55c0f341227813196173070e9c9fa4726fbbcc66fcacbf9bcc0414de371c9db35cf40ec3d88c520f81750e27881c74e5ed4012b873548395f72a0a9b2e83fef4d03cea99719d4b4c31759b5ba3544602442016679c04903d3539f5771d89bc7ebbe72de63f957a3f217771afa9328f2e480ee898626f03d0d99654cd07c290105a81661a2f36a2ead17a256f2d44336c095ef0db39f64fe0a335b40ef0d06d614a9199cdc840b275117b20ac592a92ba04ec141cea290a2eaa43a5788a8bfe9e0f6f9eca03c27a60c17d6e31b64fff4fd04e6b81e92530542b3342ce40be4bff768d2c914dc9f2bad17dfc87bcc9772857f7e0761f641c48f639f1512c54b8f416aa1544794952f3617e8d512ecfe060a805dc53c45042640c7b7f22800be1dcb611ff07b7cef2ce91817a540ea6861831d5ac7ddbb088cb9891d94b04e2f465d00634f4a68e4c399181e4ccf43840919f938d7ab686cc432ea2269040d32d3a32de0ad8fc258a14318202b139b041352be612c04a6e6a96636870eca15970805215ca9492643fa2318320c4dce385f367773dc1b458afb5502edb8f850a25bd85702d291b4cf3410184cba7b340789c51aa0d85502fa98757797c012158e0f27810ee79e9fba68a21851ee69ff9fb3350c7a0dc30126870817d082607ef3ad270dec51a06c3b34db1895acb1e797d765f3633162ff309177df7e9f7bf7b177636abe7c6d125d615f189a16f6b990f26483aff5abb8344efd9c5ef75c7e1194afca9899d77ff3ed9218a037712f225dbad4e524ee901cf9263cd4bc09a1511cdbe159ed9e299db61e18b00d0e69002234df956d6cedc9152257b14b9178a79a4930240dd818214c3718b303ae8aef9b4b33409a99225b719fe2efcbaf76e83120088da9ce4b261e2e18cdee442cc4f070fe09dab1347aceae29941c1388e4faf54692ce0d3878d9d518cf4e7a24a20f77469aedbc6dafba2422989ba715ae139294bb025d58b0acac18d665f5fd1d2211f83faa7c32fe5909c58c91f8a2c874ac2d09f9b90c16fae618e0a39f76af54d1d5a8a2e6833248606fde48504f6ead75447052d6bd18158018e3921b155286a06e4f06c8c66b0132cea940371e202713790eb755d9994b3b18f810404913f4aaf9c83a377dedba2ea361f209cc9107484dcfa9043a0c107f19097146e7434fb48b84d7fafce5f7aa63238ab28ae6fd12a0790dddc5ecc6e9190f9a3cd5a5866cbd34e09899a41898d6ace128bbd6eff3089a7709bd5de1ef1914e5357fe5f58b466e3f9560e66238be298fbdf2166bb80c0c08f687a2dbcd191f9a28533b921377e04171d65ec83bf1f554c8ceb9d8165b9763c2f6ba4a1e19445fb40e963d2478d342f33210eb8399243529c153b89eb26a727885569fe61949522d5b84d29fe9063190b9f02e3b22bbe9073d31dc28430c041b5d6528bd19642d7c355143d8c976ae9c2cd13fc9611d7f8a64dfd3f611e6116b07568a04196cd945579ae4b618b1522a39c219b829379489eb6dfb76c158adf262dab72719861670095a3940b3b7530d302c7460320404b1706ceaf373991614f7ad57d3199cafbcee29aa308a06386149706f708441fe8842ab17d948df37a24d99acbc19b42999cdfb20159f14e14aff864f62ee00ea21d858a32b63cd8eaa058db1ba19b8f2c7aef48684d49138d04007fff8169c47c46807859a617236a011cac87219dc568f423ae727ae20342db202b5b0c8c04939bbed8823ed1e221491c4e06919dd945babfa2dbf6c9497c02b128b93e301273259edc9f355827e6e5a99e18419f505ac0863c074c4748a4d029b683f049ad8446dd925b9c1ca8b64ea5dc4cd1a01b4c8d5094dd8b5421abeb072bb2f4f169a883592a68625b14eccb6e616c01a0a32e7e8a37e97b5c50af20daed4f59e3d61d3e2b8ac975df195d7f737edbd1a0ab2c5acfeaabe57b1b44f964ff580bf1b2cd4ba184e8b0603df15c61545cc1a0d37c4685a129bb9cbee424c478dbfcb2b1d8bf0fcee76f253a864d9cd32d81a0f0f69e711980dbfb0eb2f8e71c51981a1bba2755663e778932d6ce46cae381a0f9816c9ecc39af35ac3be96fcdea836a3ae11a65732cc6c49e6391c3617471a19a242fa586622c6d4adae9fc9eb029c4fdda09625e2a84b33d1933933689d1a1ddc34fe32156f5e69aac81fd477df2453652849aa0f927d50922828f4f6031a510a85539bb5b35e4d0096c3995d4d081a94891c603aa3110b98e1fb0807631a5463cf82bf365be6a14c890f42c563b86cddce0d7889e752022829e9c4613f1a5b499ebfceca99603a977d9ea79b561abc14898d54d5446eb9fd2be12f607b1a5e5c25eddb6bf7874f8a90af991680ad65c46908f8a93aa0698be7f18bca6f1a7152e254873d977f00eab4dd2cd71a5844ed949ad41ab46887f7c4cc4b38681a7879378f7bb3e820b2e890e11da690c57a51312b353a234d753ce2af1f0f1d1a85646888c6a82cc88aa0990c0f61fe0becc3fadc918586694ba6b1238917411a8874f9d60703592d017b5256201bdbb74652f919b921ea2538b7bb60fb3f4f1a934961fa5ee092b015f1eb694a8b9e48078a3a9e6aea3a95bac062c2c28aab1ab3f03b19344a1404037052d3979af5aeda8e58c4565c9d327026e0d2d9df0a1abacd6dd2b46053fde87cfb8795d802300953ae01739f8f9f4541914ce7f6b31ae49cabe3c83afbc9483266d79d5bdd194a6d3c9d8c94fd78c31b3c139c30941ae937be819b8de0dbb4bdc33e111811db30ca58f59a858bcf98058f03f411d81af9104153e8eb5bf25bb0846b6e2fa73abf2588ef3e1a270786f18a5fee9eaf1afe9a4b03a08fda471c93556dfe308a3b4104dff2b3a186888d922d76856ee21b005d87d08611b4a47b6ccdfb434d76e3f8c9be40a8c69154ef39374301a43d1b0879ac055af9ff84e833bff3ce89a463336d8e9421ae709072ad83fb1ff0fb1b262cf190d6fb592a9ec96c7d4ae67078354bb23526004352645235502c428d1b6123318351661a0dd8dd8a9e505b8ad95904d80cf866648aa366735274272f1b69af516637ea9caeda262764b08f5716967ad2937cb6dd31f290d9c98e7a221b7a7cf51ba6b27315e265d0dd51b8679aea7f4ad1d0ad7a2df8fb5819972bb81b7c1ca6f31f401f02ce56a6ce63ce78f10fc9efaaa4f78b737c9830969dfce01b9c76c9b60250a7113554f1e28da0211777e3520b4c019bc46aa55a875e277b1b9f8bbb20a0f529386d7d2e1e0da26499b85fae6e1cbc35b118693ff857299c1bb03a8d5c60b45eab569bbd3dcc1d773d22cb5b3c16f2cf55dc801fa99cc4b51bb2ea39f990594357a3f2c71f2d15b5e299fc0c9e474df38e647a5bbd8a67bd1bca62eecfe5eaa4bcec261bdc7b133781babfa7b333376b69d612e0d6900c351bd194338f82ac4e305099ae35798c7d40d9aae5fbbae16231af706f34c9c2411bd67b86f52f22def172cb7595b43013794cb369b728c015e2f248b9278811761bd82d1d33a02a33bc8493995e0bfcd363285e5523b596c3ff67c9177068da151bdb7a7b3a8edb143762632fc94c955639bde362bb9810eb130761b3f29472f11be47e4496e0b82ce9fa103fd1a0de4764182946411b82e79275e7ed600e87601be71edabf6fb18101e8ffbcdbad72c19561b1d0f5f3e2ded7da86630fbb2c3d1bed15734ba43e50d7a1aeae65da179b293952ad01a0da42a3b09e5bb7cec57c1bf1d9f5d3c31efcf62d73a71e8cff1c98319d93ca8e125350acfed21f86d4451c02c87f4749ea34358fd5064d43ef6759fff93ca82d62b2ea4fee2cb082775b1c07c67ff936654ab6b20847371b555d5c994ae6355cd04e1395282df00dc90f1c58f65fcf6a0d8f053135132d51e4c19b5fc6590a7f675efdcab8227cfcb52e1c597cdb6282d2fee54f2dec6224d7742ba415386aea4bd7b91aabd7cf5823ec1c5bd3e0aa77c09abccd0177fb718dfcaa35317fb8e8446ae38be88507034c481c5ee9bd129f742bc43f888c8b961a63c369f1ce7bd9c3adae71403acf1e5baf1c62e9646c3919d6d6802c9db3dcb1ee834d532c65c66c4e0f729c7ded36a5de1c6ef41f8e00034f2122af6aa63a28a3a321622a430d877ad2227bebba740d201c973d81c74929e9a05e8dab73621aa7a6a18c5a8e0a53ad9d1d0d11046182f41ca2044cdb26a5b420e2ad76ee332b6b434a82c5491cf21a173c81a000f8503e1cb1a01cac254035ea76f125e228d20220e4f499f20b024af8f9a7af856149d31cb85cd19388488cbf4f270af08fd72850f9d3b3a4be0ac81572d5e409c873b01cc8f14ae6aafa62f36d4c68040113e7ac87fb5bb401a38c14b6b1277b3088fe1cd11e6cd67507cfe6ca9215686b0ca18bf5ad464ecaa80ac92c557cc3eba19d1ce2a758e6de35d9182914d96154d8dd7ff0e5d4a920253295fbfdfb5279c21e1ce882eac5ab692ad8256825e6d5c6d5e1e7b6242960763a23136693aaab989f1cfe2e78f7640a9c98b9178e3acc7841ecff2de0a6483ef8b84aecc2793beee11d02f5c5d33c9ef0493815773241ca09c51c8783f8dab8d89eb030c0bf8932fc1d0496794bb07c81ef5f17929808d1e2e590256401dfd26032f639aa85786dc21d04f16c92518057af9e1ee8969517553d6499b9a35aa1e8b809abe9ca9263911d06575a3a1cc1771250d7f37b364c79ab053f0ed8b763fbe2d2e4ecdc1549031d0a10fea80bf595a3dfbeb0421032dfb5b1bbb87ad5a065760cc87a86028cb61d33f18ec6985580907bee5e71612514499942ddd09b14cd57ede3fd3c569f411d3dde076cb8eb4c97c65e9f3c8f15076b064c048f12a48ba0736add05d2a5011d3fed62dec996f0c8927c111ce88442ed0290053f2d2885fa2b1e7864fa36531d50d1496a8bd297a93a4bad1ccf15f6d12d9c60559e4de2b0c575af6ed6a79c1d5d42651249d7f059180d66fe36e904fdfeb7087911cd3b9fb5b5360d29d0cc1d6355c8ab6434a20f42946e44ced51f11c21313ae51f9b66e2b52c2d34a31651d842cecf11b1c501120363b279736989522fdd6206473b40de33d8bca56e0981d92226e1c1c172ae152162daa21cede60ce431647d68bb9d98522b60c5edd651da40c0a7c35efcf2edeb08a04e3149781c9face38b921a204391c3a9f25eec91db1848518a490f627263bb6fa0b43bf16d772c241014c8b2a3371989e38938f1dbaec2408c722ef6e8ffab30bfd9924e5466fa465662495e3ee5385344304ea1dd7007d554a357d07bcde26dc4a6d79c4e24e4c35a8d8ce0d1a98b6307333e71dfb75b3362124be309c4b4a8e82c1a80d3232f1ccdf965df4f60f80c393274c1e00c6dbd1f149984dc971df32d8cbaae38fbd1ae787a7bbb8db6928e1c06f871e0482ec29dd4edea2e356428717d220c16efa4cede27f63e3880ddde0cabf351e0c97bb859cca32f142d647933385067587abb2b2cd2ad3306ffd42c7affeda1e14d602d968cf06fbe4e220ce147d4387caeb18ba6f8047d87d421164de67bb1e1f44d88924ea9f4f3c4c2331a3114fd84631342e2beabf6b63f92a8b90f8391e2771952ec2dcdd3b9146a60be79b14d7c372805027f3faad8fdd6cf89713e21e31b4655e3e6236d863684ecaec9dedbc4534235c8f9247a659fa5a813e15c31e415187b38e6226b598c10e8b595a906fe19c3e1b517f729f13cda192b098ed1e691e390054395c3e248832cfc2829ccf1eddb2d807e66acbd4f372feb377681e71ada2c34deb07c05455f2fad0a9778794cd9943484e00c949943ce697028c1e8c8dbdf72ecd4fac98f7a29ef6dfc68fc286cda7b2edecc2dc66685f3245b21ea75f54fe2e5a7569cfd55914fec61e03fbe76b2e115c7b67e13aedadd105f41ead97ab4684686402f3f2b5610881f1a4f11247f349919b0071add7b9618f1a1eb3224427efa605cfb08d1a9d3b49103e29241519c270698a22c529a8d36cb11ed17dd52ad6cd330704bb7958f35a890c15d7e61d6a6f0579b8c65c6f7f43d81ed5773db080809d7573aa6e40ab0ee8ce3d5d4e31f52550309984decb2e22011f0f8d897086af9f8e541fa5d39cf771282515374ea6aa85f21ca498064fea321f2268aa6b55f976a68872f3deb4acb0b0d527817f72e92d8541db064483845e1f45f5635a5771940317f9388588163514908fe3fd71e98672c6cce340cefc371f5652c57fdb981c5daf374e836992e5d46a52227e52dad8ff4f7ce2baa566c21f60f4533ac4f60d8e02d7e5db620c182d5cb37ccadb8314a3f8943945b4e9f81f67b1e8d207831266928eb15db948687ed97786e5e977db4f004c681817443a1f6d0986c33328544e809705daed19c5ed2cf1b7c5ee821cc2f88c816a1e1cb61f70ac4ab5dac11311ccba08d3de1719d3e8c8ceb3985379efae0139738536381f72b84ddef4daa0a863e4e48bdbc00b15d13462ac6f5493878cbc2cff3ea30a1f758210af091bcd55602e393e5933608f796ba0f29f0f1fce179a1cb7c036641f7f3f6aaca5992fa3269d62d322a114f30a8fe33c352e428bf17a99d26ec8f31f80013159595d7de0ec7b36db5e9c0ddfe56ff1fecaa06158dc965ef48ddb091f92a485e68d8473309fc4d7c9bb73a2793082ec31069110c97f2966a878a49f1f9620f8befba458e060f8d95b5a3736ead707912e9f812d7f8f2a07d850abc71f9755ee2d386d4065f930f08c350fa45cb8ab774d76d4312eb218c4ca9e52fb1faa667122045e05e46853db3b58f68fa5967e1ef85908eded599ca79a175ee51fabfccfbb9b106a63b954ee981978e0467737a23f443ff40bbdac461f6100d31fb0aa2dc540e7086831e8d42bfefe4b2819f1d115e3d1611e08bce3d95d90f11fb44452f11bdf153a5b895f4933791780b5e294ca7774d79fbb23460b9d33f71fbbb53d32e7b4d5320c491e8b0738cadb4a704cfe5da05d7db2f5e0306e8ea31fbc500d51aca5cbdfd2d4634a8b0fd35942f1b53d6e6951d23d1c4e65f01dd91fd5b1756e532c8a1cd5e568cadddccb1f58f2cd3aaa5f10d903f9559fc72db81fe14ac47253fd35b49494b6e30efcb685fd916274fbbd4cc892b87cc4f09b6e2004348f00bad992f31d2703c42f584d144b2c66222a5a24efedbc8434b882bb20049b1c25af2de66223db1236757c911fbec4967da162e61e8c4a7311f236c9200e06e2682501900a66de4a28ce5590935ab9feb575e140a58f8844ab527a43202ea52c32462a9bcfd17a2640a4f43bc4601d78145ec2232ef17f8457289660203a856bfd5984038aa54d6a78521bd681d6b496503d8fe354c25f557ede51ca2048d5cab1e079eade34ff4257944063945ca7a6d8c84a13df1e8a71e3d747432057a16151d6d778ab90f58244d9322d717f25b51c6f6cfe28d1ee1f5d3f41e1206b75508e96bd749d01a4cdcc8ac3c67aa8227167c3fcc6d4e2c03d852830d7206cda0ac2b0267ca522e4770f4b7e9b8033300c2c8ae0f83eb350adbee92677206d1eff32c01c95ff4ebbea381dfa0b121461973e42644cc11655b56f56645e2089a49ed9fcedb00e27c6a0a920246ede58b180b43337da074eb218963cb8672089dc594caba7269116af3ee2adce7f2047011a75db255882f62d2906c197d2209a299795fc3efcc081d75197f57cdbfa095d76899f1b43ea12a02c18fdff14209b37eacac487ea4bfd34f4fd730b4e73d309519f3cfe738cf07c97e1a5efe120ae0a09e71a3f609025548070f136f4d8c1234952eb03abf9f76c059c5284da20d38c5b2a9a6b74e543ac916078b67b63d421d5991a5657ee53d9d473e8748c20d4eec4400257346efe82b7ef2a9874f9985160454aa0dd298fc829651725432101b34277ceed94b487511703800d1af42d85850603e8fd31f07fcbfe0b4fb22103abef97c45490a416e1aff5977686adecdbc0198b8189ceb10ffb1f03f5e8210601daa82dcff14f18689de8632e8e1a483621a7d97073fc347a51c9240012210ff0c4122975c75e9fd629f2680dbfe4c8b13e05754f4b8e2c686324199cb821122c93656cc873edf05cd8f7f930353501ec2e664f74c1f3b3f7fb658db87d21354152fc2f9ccf7b4361804639ff5a190bba5fee7405ab8c2538aa2c3ddbab213fd355141521eecd290b6c6e1fdf556e10f6281ac7858946805a87e6e9ff6e215adc6d4e78498e3e573e25179dfc2aef7298f48f935ef090b123075cb55144215d90cdaf25750b4f0eae62fb12b28c8d3beda6cdb08f28325b0ac20697bd5f2169eedd5c201db2d78c6551009872ba7a2e8d2b3b001a2989aa6fcb35a333a82188defaf9271694a86f0eea5d0fbadfefb1f2b374e84aafc63a736f54df0cc3219978a4d036e65e1871bbaec43e4637309e0f56d6b556963eaf3eb2e1b5ebb0219eaea17f24aae631c5ad390486bc86350a32645c61d95797951a71b03378a021a43aaf71c9b426a2f46708997a0b9e3638d69bfc64e50bc9c7cf3b74563b5521a926d0780eddf9945b77a4168dc0fb2902a416c6c88363fc4e960453fd61ce21b4a5ee3e2477c49ca6f6a1a246ff0a259360494ad74d3697186f8128d2159621bb62831c9946e6de8967326fc3690a4e0f6c2b190afd9699df130bb5a3ee6221ceff8b3541c3a0c7c0afd07ef949bafc12f4bfee205c80837628f61463d44621dcff282765d08eb60d38303440a79a64089544c9340b10fe01884b53846b5621e061c08f945a55a39eef892f3c726724bd52073467cd5ac21c301fb4f76c9121e3e50d7f3b986d31cfbc802ee87b72b080364007b643b4e448635e221541f721ebc4a9741b58f3c55199ceee22fa8dde1ebedcd1921c126d5dc0e099e4324a2202540ce2590b4b8b84fda0b1c1b0124ad6f4122c2ffebcd45c8d2f1720fb642202ba683e3ac4eae1512001f98deab1cb73696ba15ab5d89d9ddfe845777d622214d23a1fbc2be140ca62ea24becf128d541319af4174cb360f158c72ce03a3223a666ef910904a22b2062d7653a09bb458beeff7be08c0f5d95ead0dcba023224a524978fdacef39f58e57c06ece220eb5f0a68261e4a6f6d499be86f6a7e9224c305d809893fb8fbed3861016f5d9a579295565509dc6c25ef79b4107d8ce2253e3b82e38377e0139361873c217b3796a0172278ce55d73001517a0901893225c0380a8d2fceadf022653a796bc03b98493895e82d20da078518cdaec66b5226e4ebdf1763fee4b83b67fb88b0b675ee5193a6db8b69902f3426c62f0175a22959284246c987dd665e907b3e690c9eb58c116125c8c25c802922741e5cc4a2295f809aebf0b2e46cda2d6595c06f59e7f674679978e320a140d4d865a92b4229af847d9244080cc14f91650c4b9141a377ed4a74fc6a670e37f6462a015fc229d293a7a650185301045b98e38fd863d21fe963711a1d3bad66c3c935abd5022a02fb84a4bbbd57db581b4759dc6d176e861e0488dfaa61451984c45c811c122b8bdcd21b0057a46dbba05360e8cc6fef0bd8908fceb26df0aa4a773ae7cee22ca8aeec78f3589a2222e4de3701695b4a22d7a047829529a2e25d42e99c13822d88c56324d2e0be95ceb99fb6523f84ed8edc8a1cf3edb2ea4fd3aa6e049f822de5fa4edf372aa07a49d0481d08ffc11d3034dfc445a054ec911619f8aad0522e4ab3265dc834123d503e151f6b31c290de56a7c99e15ce9726da73dd4c1fa22eb4c9b70a8362d40b31d942123b75e6b59daae58560ba346c28058dc3635b422ec3df39a0dc5428e0eb83efc9222ce48e104f708405ae62358b056bf57ceab22f5e838bf1630233efc6ee5e0021013796ca611cc76feb417c6a9724b7e843822fd3b7ac360827e670be5bc5ebe5fd6dcdc529bf6a2357f84fad18228f60bd32311c49f14185fdcb5123fcd57c8d62fad9e432bb98283f7ba550fd218bc4b4723178532b1e873e5d1277c789a97f22c71b399c2b4dbdadea3bf5c225c2a64712318fd4c6a40505c089645c8bcf5e9b86efd78cb2457d2ab7231161bd9be367d23323b23c12f370a04022051720b7345265dc0f0d1c14990658b59eb637fe767234f79773b701685b994d3bf7a9f772c2108803a3b756d6af5cd158a1519b8292353f852ef6d2dce1f7ac59f51b6ac0d1cd81bc7e4a13a8d2051ea56c0a6d7ca23666c98e67e468307d863416dc4bda6620d56d6af0871503969c306cfaf18bb236686e81cf6572a6f96d85fe60a089fe30be6adc7d65538af5faaa20dd6a37a236d95abfe10628c1954a5e1aec9b8d63d92f8a956ea933138103716963e8f832383b5015fd3811f7328b7b7cb017378f1617bcbdb8d7b412de5f8f4048f872323b0cca87741cc2f63f2d25b7fe1e22647651a782525e701d33d9205435b611e23b19967f3c7ef43c3599b3c8ae5fc62b449f3563fbebf4a695eb76155b4184223b3ae79c4bdf95466bb87dc3cbd0fbe2cef397ad52cee9e3b1bc050d0069ba623d3993e686f1c2fc13ea6132cbe46b1b1e4aa1d6de8f983406083309aef236723d6001436a61294f97cd0a093d57f59448a068e85c5c0179bccb0d8a377747923e7109dafca144db0b02b97b68c42f82a5476cd47c7923faa6f4c4aaa73f99d23e842f06f4b6db1d7c475f3ccef7107f7b347d84b4cef8a85d21235a63d4fdf23fa567d80e9a99b462779bda523c57609d7bc22c39992e636f0d24781ce4afc23fffeafb0cb1ef2da5da73dd9f030f9ac920a0d069a15c49e928d5ee627eb3c24055ffc0be9d92dbb27f2173875d050fcd263e4c00636d923094b45756de7d9240d1e981dd3c7dcb732a206dd93dacfbcd52b8242ee14c3fba9c9a151282d062417b39fb4463a367e51512703d7138da63ae4337ea4c8f30fbbcac1a7a41f55241e150345713c8970a051b728267b3d92f9fd58cb74dc1afaf127edde0dbd7e242327f2111ec0ee0b62c80e7dd424583ab663c4befa6d1efd5d018822b456a42432af8609bd95aa4a38cbdd2b03a66e0a624f2b39baacfc153298e0aacb7116243f1fc21a57eb37e26ddf2813777b4b9584a15cdbb68ed7ae1d8e96c46a84742443fea472e17b33f5bc3b4c6e9f2c75ca771f60acb0c28be137faf91b70f9452449e16c3bbffbc6fc04fb5f57121a6410dba9b0c01ba71fce880013666da5d624580641a638ad9238f0cacc18dec1339e186b182e62bd3488f1445abaeca5bd245ef5572b4e88c74ea709b4a8d2bb40ce794124adcff447eca5df2b5a5b281c24682fdbec2ac3855ae74f817ff2782bbf882deba196e948d8a9544512c0e1bf246a9a5e3207098cdcbd93346082d451fc81ee1c95519ceb74b2795412728e27246cbeb0dbb5040988aca46ea488737d14da5ae5c6d7f2a113873f987cbc3aed2487562618b43cee2520e697852ec3dadf6c1589b3e416f6f8e3b9affbe69e0124a8b8452ca95fa7b277fe11f9acc4084d4a493a03bab7949e8e57ab7ec0b6af24be85a49a60a00ca3f2e535ec7e560c57436c5abeb687ff96edb209a17c474e24c2dbb1bce76cd0af7386462c9ec5b305654978d61a8d3ac1e53e11fa3be03324d2dbe6055de43a29847e4bd7462c423477f79fbc958fd9a82f63d82c99ba4824d4919cc9eeb4183cf1c82a59bb2bbae4fa607081db5f18972fe3c89e294f6424e30ef68984b160af4d486eaa2386183c4ba3b6dedfe82a0d08bd1bc1c106652516258ee16bb6c41b6c66873b7b8fdd8554a55fc0cf3c057b7825a55b3464e125531333420b47060a394ba1bd22e055e366ba71d72a419b6a351de327c1cfb125599d9e1e791a8aaa158f40e4daa4fd7e26c7a831af192386325114c069d7ae256e4dc7aee8ba69f192443793044071128a56e2d22376cf4504a93e5443645725762bef94903429a92502ee4f0e69ff2b1b61e06467984632219d8854072bc925849e6bf19e9c72205f94029b89d0539205b570c2ef45b5b07f869433b1e61d25b09b661b33b47145de15620f99c43ceaf372ebd85d425bb5fe53406b31276225be923eb26693fd04e8b91de386584ad426e1d096a4d53e5a95790b327023ef25c63037b8738900277a4d7ccb3a053923e2683718c0641cc24a6136f7d7215c25c6b2f6e7dc61eb553e05c8cdee5ae65ad30959445e404ec4da0b04f84e259a25e238585f91d2b2d71fa7a7252439d994852a7f845fb8c0eadbf9f39ba9f45b25fbbbeedc89b1f99060fefa95bb0cb36ec7dc169b9b544b0be9784374951bbe2602ed58dde2790826ccb72d3bd7918c9d75bf48eeefeee45c7321cff9359a00260a04a4c8c8c0b59d75924f6226bb22f54dacf9663ffb2b4154e8b12806a44d261b8def70a99bd8d513f1136a1f972b8df5d28afe259a733c1bad1e5cb11024261e49b1a4d2d16e87e0f40977b2f0f2dfac9a736f2fc42aae86e9a1f88e41d9264aaa20d1b4cc174fdee17ce680649e292c0118ee972909c9b02b1a149714742661816d7b5bf33edb42760c5c600e9ace200b3a6e77d56329c8df97255a30e4267cba804f0967f129f632bbab2a80d7ab37d46f2db8dd169e72f33ff8e2c41826845b6f6eb9a7c7f1209a6c9618faed61cfb38974e2574c8a514fb251c263f3269dd9969c60ca0f1d93d4fea6e4f014f22374de992c1c9751b58e29448c1339269ec474800befe62a968f328ea81ba47e927cfa312fc855de38ff56597d240226adbef8c86d93347458fb131c461d86fe8c01a140b852b5aed8ca8fbab9624c26d3a51b596be2fd1aa06edfb05811bbce4feaf5e3a3dab1e9be68db16d8622926f1f5dafd2184ffe247f0eadbcb21b6439b0cca6f46fb51609f42bac9ee519f27120299d76c5f4ad3ff56c4ec53753856484a84a69206a319d9d217f7791f43271dbcaa44c482e144318195a7fa60daafa0e72f3529f2cccdfc7f4631a9b81d271e03bbb6ae192b0846bb2ee07d4d3e570a771f4a0fbd5d7d26c623560ad3dc2728c7002af2d15067041a24972250484721f9bbfa878efdd40289358c6a8f4e2740f0faf5bd3f42927bb475421874d0cd69a127538fdf3f0ab63de3ce5043ce2746132eaf31ec45cf299d95c1488e3b1fe26c942f2e6ef837d3c7c77c57e72a2747bfa64ce0aacacf730d8e9fd9d62be151b74e2af52b723b1d5f3185c359f627531e7b3c8f9d97083f92fecb2ae31266943bb0b22fc37b920f27ea0c9cec76276b375eaf59abdeea16d036d6a87b154aefe42fced59a8219c9bacf644ea9f3278c08d95190f15f9ec32b67aee02a64a9059ced7256c7a0b7c101fbc5272a0727ab70ee4767db5f5040450475452def6a62633de748e8a0955c4d03a4de578a27b0a1e6248331152c3bd462e34c08eb9028cb93d1ccb04fc40d4d9567d0b4d027c3695a22c6aed3663df944d74695c847bcefe9f30a5fc10b423ee27159deb427c62ac78b77294da1db3eea14051153590af68a539a9a34cf766eda61deffe927c8c8395f0f65c55af7e5b7f068815a0fec5661e987a68cbc767581ea5b2a5327cf4ee039e1c9eca172b8675f0154c6c8bb076bf982ce19f8969bae42bad17927d571b7f92631d0e77f2c9edd53f74e0c6a36346310ec47cd265a5fe2e1336a27db5ecaf9b0b2a4356a25d156966cd6e77be73d8ae9ca7bc16db740d9dec1e127df6d2fb9966c1d72c0bfe9c938eac62a6c093d1b24e69e92d33da36837396127e6046a2aec2ca6418690032e83c9fb2b851b2df71e54b7a813efacb2887f2a27ed1fe3c1e4a2d98d1f4e178b66daee5bf34f8e67e6b60cee9f7c1ae809ff2b27eeb478f60b72b258b86be3c92edaf17ee2c56235b717c79fa83cd24dc2e5d228023aabfd4d51ecdf203dfd1708eb12a9aadfaa7979044cbb95dea2e7188cda280f0443641e3f6817769381beddd2ba6e2a8cf70b12310ed4ee5a8388561084283d815895197477ecc9ac44d913a02e3d481a53f1d2f8a1b51ae1bb351c77e1283fdfbedb6ee15420a45aabf0a686bdfda05c0539f1e5387657b9f8c8081aa5284500f909f63733d10e2f3e8875309019a7b7b9c2f041482a245ca1fec805f5285cc3b077301f23728b46dfbcd9a55e4782416377f0a82c74b4810c948ea9b428619d38b0dcc4f22980e87e25ef6347ddd43a7ebb8d5c00702374a291463fc52866705c337bac3f22d25d3b1e3e5796af1b8aedb70f7142e8ddec0435a96d6f286ed903e9d073bfbc7354f2076a2b3c24169f7c7245f705ce7e15e2088ce9da28793a776a351c838c31f9babb1a1ce72107caf00160b3ae8d3c9ea210215f8b287d06b836e9a0061fbe08e991ffffeaddcd9b22bb9298e0a8fbe9822423a10728808f778f799195650d8536335401f1c151d12d8dbe88835992549c153d470b2895ce985cf589de6e20dc6c70751cb9ea919d265d16029ab07998699b4a297f28ae66191e7fa4a696a27169e849d470dedc0eb2e3182c1ef7faed4b98e3f19d28c3add1c4bc0d4309a1fc768599b1a153e6ec4b4f5d1f6c5dac7413158fb2bf28c76dff7dc23ad6831cb9037b9904ae46690d7e5e87fc96aa60b7408032248c28daaee5ad775334d5fb4207a86c851771600338cf7a0ebb0ce17f573a35484929037a170f3481f3b8c9708d687a698990fe54b176c9d02fa1d4b078a294b3b82921a4812fbf811cad50b264c7c3ea74f24fc23b44109d43e1a489fa3750083529255ea29656f274c05fee224c26783fd02ee09ba5cef2abd2aad12a7c324f51294a064a51b82598e684780e1a95f08716ac01f80980bb72ec5da4285260c11d294ece5c6ec11fcb6d45c1171a6b9363faf6d651f77fa4bfad2861d610eff41e295146c00516deb6fae9d91cd01c638ef3b507427f579dc56ba215c5f72197f1295af421175994d98ddaecaf1e5041e43bbe05aeae9a0ff05d6efb08949195952961a1d002514f0b0268d0a1052f107ac3a0e653001d36f1cefe1460da068cca297db456c64fc767a72d772fa25eb077362145e3fd88e8e8d0f27e83354f6ec729a4a134226d3a1244a65b3a4b7e0c3ee598f4b38262ec31c10e45d40817a92829c42165a18f83b117a3d0a452dd807a6786673691d18d6c9012f1ac905bb27b29d451311d98d9aae870039424ab1132cb9d6e10235b7a2a082f092a3fa47cac29f458192e0d8895b9bd6a851e63c4cb545b719231c7bfdc5d4dc83af4bd89ab2a06c5f9fddd269784bfcdd853a4a489d2c6bd748ed430ee059ebe99a8f5ee072a1d25d2b92df1cb136d5cfbcddb28ab3cf8607d799ca0e50c788209881f5b6c2a200eb5de6af9f305cf59a30184365841075382eccd900074025fa6e19a1c422a30cc3fa2930dc5d8596f5864f809de3aedbea9a58e40b2ce4d4619490ee6292a4ee9aab17713b88ce06a8e8707750de0f8a73303cbe2fb0ea5f4a3f0f41f7f2a50bc7ccbbf2857afe561974f42a8a785418065d7c0befea5ff3aa37fd52beb2a524e05da94253e952ba30fdfae1236d9d2d711e86e5e776afec839fdb238dc2a5ed1f4734afd5e31c64045119be548d9b53506884557363eed690b24abb1982a65176e8ca97cd397db519bbf44555b024d21421a13d75803f3329f556779ac2a6a34a39c6d330c3a1fa0500b06cbe0308800e500ef4f1cf7ac08cb39dcc1602a6b202f7fd9596cf2a749dd3e434b3a81ee781cebdadfdd41a76e16ed1f365b2ab9e76de1d2b00bd1c7959d28d679536c999353c7584ca309fd33516e9cd9542ac159c7d7443e2991fb6bbe27e459dc4f2b9b6a2afcdf550c59e20232b546b52ac205d7e1d5288e87a239f1becd8c7604e5263564327c13b3d19c6f3caf76382ae2ae1b13f16e54f74853615183c0cacc70a4fe47d965f6f5eba3d5f598677a2ae52e43dc04aef1e129dc691898b158c7eaf6d646388e39d18e122cafdae4a32aeec287e0196a6cb54a835bc4b8d8af916995752a5f90ff09e79ef9b7b4ca0c2af077561c53b0319959ab8b83b8b027f5153bce6e5f8e1462bfe3e5ed9f36f12b1773be9366ed6806498ca6b537c5f6139584f4dc71f3a6207aefd37d30341c2b1b89e4d5259ddb3ca993e681d2f268f2b4fdcc61e6f274a6043ed5e414bc022b1c2bf080ad421f5078502722e0d3e2588870f381d054a9ec91681d772265a02b284f697e942e4925b7c6a505ee3f227e59e4b98bf6ef62fc6f515c04dc59d52b45d018cb8efef7528789f112394b4291c2e2f112c524fe1aca35dea7b057642b49b0d82aac92bf9b8f9b20c3223292efe41bade63a47666c948c70e03de6b82b5e88df48aeff75dfb2ced6a8e7bc6ea21b54eb1798e6e7115ad8ef379cc8152b9c880315a2f26ba064150b1a1c27c88dea7f2cb847b7777782ded6c2714ede2bb9f95a509bfddcd6dc32f4d16c762c2ced9032cd14c05214bf5605ea7e92492be0ebe10bd3d6ddea06b15a72195c8d61cbef7ae4eee36b0110d6cca7ceb16b2be8e9e80ffefbb1a3ef2057717a8e2207a75bd7a0cbbd1b5f100104c57bc0ca2c0d4e4dec9810e264b05f04931e957a5f5433243758632ef03541985889d7fd2c1496fe5889150816d985577659391fc90b62d4812718f915f23720857d0adc2c23e27c12b678cb0449688bdc88db47f23ae2066033d00ca27b5f5ef1ff63e12c68c2671338f4d5ba9f4cfdc98bbd5a8ff73a87921af3e0fcc3adf09d3eb4372c6d83fe1a9d72df62eb03d5c9c8ccc04a7c265cfaa622433829884f9ee6d37d2c9f9f1bcf7e38f9d7bf4b10336b2e46503f5213281229d46ff2c86a8d1f72742caee4f33186a6ad5eaeea370dd57817360f2427d62ed1cde1f28453e15746e02cb0215c757c813110edf48fd1ed3ba538a27dae738f968bbe0c729be3455e832cb2f06c54d19599bd25ef50ea7e1ec89c78710dc6da18d3c6deb6ae8266e7c72cb353a0bd1ac7150d92b77acb83dc5dd3ac2391028d70442a7458896bb0ee902cb767a3e545e4ae185e22c71ea4358315c2b8aab1da36a6e49714464f1195872cc9da803166112c044d735d064284e9235edc1118da58acbcab863d836460e32cd480ba4a60030cd46a30bf41f0111f0a901d04fcc12a06ae4ca1db087a1b472cdb69da537e3f3a355e023af8625c42471de351cb6f977a218b6276e9df457c2ce3afa21c14f22f7a5df68bc5f25ff997bcbc9b57ad98d87064bcb4a9142e662d04b52000b4b82693c511ef5f4b3aac7c05e296b42c59b0c8b4345554c491bf2d17111b37626bd99a04413533be6746456b1f7c8db85eda92916ebb5eea29b92d238d1c3bc5b94408a0a6eac6c3e4a7016f17feb6139e4959c34dff41f475bb2d3461886b4fd2fd3637bde5815adea1529529f8fb0bd2d426b919f07e0e09d92d3b1b695c33fda0062ea1cf273dcf8f01c5727327f3319517020084113caa132d465093b9c513394e86a4669a9bab8f203baabceeb79668e7ed6c1397341e452dbd48c61e507b63dcbb3aa36e7b32f9735a9db0713a12b30b370f1bca41296c2dd38c6c875ee72ed4abea07d0c83b093ebcbdcd3ce4fb3b9fe86e435cf107b42dd7aa31fd0b3abfc612f963c2842668c9cd09dd04d6b302b1eb3456b0a746bd2de9b12c68e5389666bb611850b66a6757823e03b31b718cfebdd55c9c7130ad2deddfe06b84c7f002796e3af403928a51b13216db20808ab49a97f43fc378dd2df0dc14768977975c791e03e855f408162b2e1624615788dd95322ecd46cdde2df77bad3d146d4df27a90d813dacab6a18d4bc67a8cbc6716522a83e2139b282e01ddeb2832e7474b7a6a8f1f22f5ca2ce81c35ea358f2bf62512ca7b09c2572e04c7e77e0ddf427c5ce8d510ad7deead3a744a8bd1ee73661bc95afefcec0f2e08abdfc90c22d977c28ab86b027e8f3f9a27a84c9e138f2ddeca852be63f1f2e2525add88c8cf76bc99054b361dfc045be8c516475b01d38a2d98d7ed633f02e29af7917121af44a0a12f62a4617bca3682cb686549b54ed75d483d70c204e2e4bf0d76e8b4727a27ae4f43d5fe599f0e4c4a8eba94b0acd1cafe14f6072392e642d768e8a9c12dbba02b21102c592c82375d1379a91290b1cb8d2937bb5a62e7ba6665ac4250b9ff97bfe3334f1cced82607a6f3cb2223a7103653541622e2e7ff5870f49c7f7cbce2936165aa96e29ff22361a5d0d3303ce43465a9e57bd2e8f2947161f5d438ce2e09d7bf0942eae3dbd43f57f2be35b70d7d52dbe52b72e9a42baf8789c871b7e43649490c60d286f6c76f4c1bdfae0b02bd7c1a36b0a2edc0ca2e353502a9a0beea183363ba75d585243d1c9860d65896796660e1df22ef2c7c43ae49525712f937d21922aab9de23a721a5ec145ddc7ff12a2111dbc2f03bf75c012a2433b88fcc52c2130cd418e412ba60143c79f90171567321b332f0419cc73e673b3af5a2aba6a2969dfd0b106ae65aba0f451b9331c3e733cf12f0b5e81e2572948d7e75c79c13d1b5a332505b731810e715e5164d261e9af482f1026647891473a90495674a4cd869fd8cb59b66ae1c717cf4d1b3f528ac5222f23e5d784cbf6d796fa34fb249fc7bd10aabbd8ef7e723e2d68253895581cd72f2cb162a3ff95d53248fee8f88de33d58d3b200c0baf3f519d444c44eed62312f2ed9989a0b06bd98d3ee1bc387f9e04b76fd185c96e629d7f777bddb531fb92f37fddaf4302f192142b8a77383e9eaecdd926f42dccdbba59065b11c7d795e2f3ea3da776960de5390168f83be18d37ba16f4692a192effd863aada369388d2f4db6849c19b01734aaea4826a4fa6fb26c3da87c40d57551f1447d8257a7702f5fbe395e8a60354a97d2bc082c8ccbd6dadf59b4e2616a804bd945dde56ced2f7620fa274935df522f135e0a425237af1f0c18308e31076e513d899d2a51112f84997c8577ce851b95b16a8852d7c37ab75a064863785320ca4a62cbcd8ca62f851d59ea6c651b9f177a4910477aac1bdceb7a7388aba508733d085c837de62f8ecdd4a3f7909a075a11b5a1671b0063561df09ed7a576e7e1f0b9649b5ab62f9909183433737fd7fdce78caf1f0af7c22a2407f13c62d38e32c8f075e46b62f9c96474f253c8e22e2e08a21358f8fc4a8aec760303cb968434ab2b894b1152f9d0eb4c900b6894e18e14b7f6f831e98caa9dbade8a9a17ba20c6e6767ddea2f9ffb7c60fdc57ac1aa5af6005e0ab088cd8e2330f787229d94f400409eb5e62fa7e758159d9e158ec583bde2f1e0595dbf8f96a094f84981e7f7d8174fc7062fbd29f8a7f1e4cbb20ecbf8e06a7453b0152b151d4b5556dd5383789aef875c2fbe16bc3f9c803c4071f90e9f76eaa1f6033418f93f8472d56304116d8b35f52fcb46414054bdef5a35c761a11e2029f04c4f66d05794bb526c21b62274889a2fdbcf4abb7452389db7e8d40bd693861539d048f2b564b3f84608d8a338ad912fe9379d00d87105a9650a4f5e30a373d490120240ee37c0d2ff1554aa8cf87930050e9321a7d4512b37afe3f36047f31723f40dfe29d5c7533c1a12ff7b62d0300efa888fbd96433fe342c56bd50027cd81ae3cffd7922b462f261a43e8dcf53011f3ad92026fa0a437d48218d89dc00b5eb2911a74d955d7023a2beaa110d23017ec434faadca23659f6799705b4fe07b8a04b38863c9447f79e54bc064a873029ac8535b6fcd6694b65dae5f4a3926ad58892cad4fc54f67cbe4624cb3474304680365ecaa4197083092cdb7716a7527d6e8f6c44876fef5944c88c1a1c95304a3b3be651eb88782a84a92c1655bb8a0cd3c4beec3c1867fe5f3ba76f2d48305821de8d0a422260c38136f606e8ffa0440fa920fbcf4b503fb1efb0e45f8a3058b93733533bf8a0c700336de42629d92412144b3e379d777454b422b5031f305b6e0fd3da9572b577ebfd6526b3fdee45055f14c74a9de343e8a1d9e492883069cf472ffe2b55ee911e570f33499c690da8c2b7388894d8b55320b8a738953073c861c1b10ca585b0a660222aba6d287c2d3da939bfc684fa01a0a4410340307fc028c2cbdc3ce97e55cf2d74142e9926905d25152f77883185a98a52a86f308cf2513927ab97066a0ddc1c81e470895743826df6673062a8a1f5752bf63c30a0bfcfe1f6a8e853628e8002ba5d8b5e068cec44abeca4d1060c019f64abdc30a51f8567be1786d2d0bacae51db2ab7dff62491159147765962eea47199ed130a970ca8a52e25e3da917fa599ba0f8bc6f28e1e40c87612a12a23718c160c130afdc2c6439c998f0f384b747f50a3607faea50d2c7244a4339372c6ee948e730e87165528a313a27b093c2e35190448775c8e36812560204e31bd0c277cf8730f3ccf7a0820d587971de5c6489f8820e5d6ac5893a202b52842818ff37ce9730f8ba3f40dd0a51a29bc69fa4a27130091232bc81887afa52f61495d1cb6f4030f8c9f81003041b5996ec69cbd1beebe4638f31cb81fdca1ab1b2b35b875e7230fc0dc1488d43788e5e0aea90eb9423f6e7510cedcc180eeb59b613344e5885311517842133512a840acff40858da7db328c462c77aa53da59c2e1d15c5f92f31265a56ba30d1633bf7bb1364c7436c9ade0318d9cebe506085960ef99f63fd312f70aace4a565183a7ec320576858efeec95809e5d4c390be7f0653f1f344a31355683e2c65e052cfbb98b8e674b19d7e4ffe97c1023bf30a34964b56ce16f314528d37c54e6805663bb2d4ec2bf2decedde16be847e7a6ef2ec7db52e06b5315cf35ea19ce338881eacf2c42ed26c9bb76ae5d0858ca806cd3478b25d9b7c315d9b54c7c207921cec324a5c0f2b09e469a636538e76a9ae532c45ef80b4893165ea1cf1e48581ad386fa34ed85415dc3afb77389dc43ca53adad512a802ee31680a4003fa94de90f31f1445410e3af222481e39a1fa1838824797d745bf133187d4cb750cbe278e5909a3f2c3ca2f0425f9c714bc009b88e7a5f142b8c200318c1e2d23f6f324bdfcb28470f726ba81683568ed4a896d39b307ff836d2e823192ca37119218f548990b7db7ae0cad10689f74718c45c18a7536dbc7785dba319453505e2621e920a3210d0a144ff1ac362752982080fa36a1610a1fb52d1d319c480c8cfcec11d122d86779dffcd1862ad926071ab181cecf622666014bfe31a1a2bf5facbbab1d0f5887231e2f492a44b94ec57ce6717820c05d0ab15c7431b3f3a2a866b8406798f8ec3c7ff8f767972d7649849b50e9e03815eee181b331ef3673e8020834da133e678a81f8481754c2fab573842a9f4e568942aadfd331f20f1c0a09546b3574edd77b0b6ab0b42e131aa0e942bd3524ba56acf27bf232363fc3b4254938238341619f8da7578203bc3df1aaddfbd280564f4e6845cf3241f18d7ffe571b425d7fb101b611629e057df7bf63de8faf4299c4e8f723c93242b71351146239040bf14c82f286278ac4c8cd9ba21ce4b8fd42a8427f548e32446cb179eca44f5f21804412e5466a465eb83dce2d0eef76a85122543276b43248029a9887737c6bc32df0446015c28af15d5e8f39dcf7e2aac1cdc463f52c32534ccbc36288ec7bbc11b3e49ac4d15873d308c7852a03f09e40051c29519832767a69f2db024d255cd4ed5874e22310ddee9e8724ad9e8f65b52a83be1e8b327b7943242542d2453bf995a8a6f88b343ea9eaab6696dd261990623df4e272327da9c0297644247432f92e1250ec97b3f7b787328c4187fcda47f4bdfe385132932590621cc2c9f7dd53bd83aa124f8fff35205d094c66c798a70a87a35ebc3298f1d386044a13e14a992f074343370c4ed68dd78c0daac86ac8ff8b19cc6932cc4d176da1ca0651b466cd21e19e3d73f62a94fb999832d3fa16e722212dd232d897a7c48c84cdcf5f1c675b2940e6e689fb3213333eb28cc72c19f12ebca632ecbbff2dbde5edbf3b2fb47b90164dfc61be9182de8f8684c3bb5c947579ea32f3d9b9d4080c3cade61c64493da5404d1f38add33eaa348763215e690f204e3318664bc66659d3380b7e44685fd6dce9a9aa94c7250b2a267ae746b8302de4332884ee4aca7b1db42a81169980e2148f0d5bf39fc9dadcbd927d8608573319332922c64b5c2cdcdc1c1211f6682b96ee5c02012229fb60b093012f0c57b2da3333880139446bc74e640dec0b46879b24b14f8732ed3e61639099633b9953f63345049421949bd61e8607de83584f2bf3a696f3bc290e880d5e6750c7814a18334fa21499806afc7d2e17a3f3d3e3c3f86a095e57122f5128cfbfd0b8684243335a3ad73224be4679d350e23762d8a1fc3a2097e4127910874dfa0edd1fefed33721fadf93d85ab0961d4859af1e7369816117e311f0285b4749ff9c17d826b338b690cb08ae5888d5a2bb22b3c4126b1cf11eb0fdc6ee9e33fabbc821925c133a24a7e7755560b2e67184494af0e9a1e25dea0a3f32ef7bf1e5009823c51ef33cf374803301ccf30dac1da16d4ad2a3aded33ee2f1619e155fdaeeb772606733d5acda4b59850543e458962d01b8ee6bff93ed1267395bc5ebdbb3b5d2849a340b50eba211a21a08dad02b4b1b69620ec745b157d092716072b90a51cf4cb8340d9ec1c52848074f5f1b2991b579d64a96f18377e01e4ce3c5ff86f386c1f6340ea84b00ac24cddac37c1c25dcb05ef17118eff742dbb12682a5cf4b85f4bc342cca106ab4adf2c24536a986cefea2dcfa93e640b5facb0b392696595064fc342d943b2a425f7c811954e7954288f51b20d921b0d6fe27f76f0aeb51d36e9d3457659b2edf65d9fbfe3e75c99116b1ce1ff07983c30456639dc9fdd24088103467d193143792bcf604473e85815c93f34ab90bdcd60c5a6cae06cc32fcb0c63491128b8ef5de481d7d41437bd248682ff91c7d73f966ded1597fc3e1880fa334a325de435deec47140b2e019a8f46d376bea44e8f1fb9da5969d57afdc2a5f34b1b65daff48e5d40773afc79d9ba582925c7805b629b746273ad6d2fdd391334bb255f5e5ee55bbef0ec1fa332b6c99de2fbc269afd3732eb71bc7aa8d2d8734cb8159de32f5e9cbbd354d8c8066d59e7f76322ccb2ebce087b65c7e86fda834d2c41a727dc34d87c80b631350cf165cc347cfa26c38d47fe61ea2ef45fda535083893d8d2755f23f4677899bb8154e18cb7e037dcf2fa23d56cf5ab20729d350fbd63edc45b972f38e011c1ed3ef43867315ae06e87e019f342c8a5678178351b4977fd4ed2fc65f3bf137afdd5be45ae732dca4d1824a31908e86724fa8e35235fbbf744d89e3b7d365dfe0e812683d3fe5dcc0bb68efc26896967e63e5735243b98ab2fbf05ca18816dd16babed08d87a2097f0b305f099a0937083fe41352a07c2a8c150c4d96f3be82cab86a358c88be80c7916d60c455b7e89d0c3023542ca60edfaadbfbe441edad70cf092c753787cf034f8717cd2ad5e92ed5d8535590e12dd592bfed857fdef9734f2b99e7efb3a6aa32f3aced9912ca68a966a356f80838a78d8dff988d27eec2c17d310d2ca1d021ae50214b1463c1f948748358bcdb1f0b0689ad7e71bf459f3914908cb26db4295eb11695549ad3fc4d2913596703792d308339ffdb5c61003e861a86129a849d3f69b10e2e1e33e2fbd40359909ae587874c542171a06e6c67d4fa59eb2e387fb4c9fa03d0df336b7b54935a4b73ce2a3dc3853499cf3520d41d973eb03efa4c6160873665b489c44a33335ee6660645026f8723ae35dfb0682fcd5da05efb0bbbdd38f7ad8f357235bc435f3609ca9df480b8fbaea95c090dae7bedcf8a1d6ba3e15d15235c11b454f4935fd8e1ef4246c425d661cf94538662c7d7051b6acefbfd77174425a87314ffb362c3a7d7534211d5a7bd08a9a9decf2087731b326e47631c6af3fda4e40d9d5363da0b447214a7c476c0b9cbfefa5cca3b63828ea7848ef16182ce5180151363647f10de96b483a920d2c369ca159d5a71c6a8068bd3d511b92247246f797613658fe571216d2db0d3259610a97db4ee08382443b33bf3ea13fff293f1656d6366b3ed7baa3dd091151daeadad148611f195bd791e95d7bb039b7c0d946bca23674aa597e274985592b36ef8df5357d92136a1f90b267d8f181ce68ae79d33a36839d52e0c3504ac392325d62ee440db5004af3c36ef252699216d0e3e65ae8368a7d199f91e0f1e5a6e56f1a83115375bfec1053a7f534cc806e03130d68fe368abd5cd2e6a5855462f17b297032a1752caebcd685c9a5a321776c98d66297369c5dd170e5743d56cbd908fdefc85888daa6f5e1adf214bfe266591d8d9deb36c995491995d2a31e8d4d6bd50f61905f1bf9ebdf47d523e931cfe0b2d16d1b36eaf2b408cecfd5bc7c64356cc2bc67341c843005e6279f426056e38e018e8736f05cd50a74c39d00806036cd8b2629aae16ee29710c417656b22531bfcb8683705d94953d8580c8af3ee6569b84ed8ee916e9826cbe5bdb9b3fe649c6179d1370a058a4033e71e6c182ced556c82c44cd4b05866527544d6595273edf66d82370ee74daa4914eebe8a2ee79c0ef4daf19b2d081b182a0f939c0d9dc61591e63710c8a792e55c0be9ddb108d194408fcd0eb06215fcd664e078ec3f85a102ea371d180291129729024a3207b72c22ff1ac55623be11b56282a8d57bb0ce011f371d80f0f5c1ae141aa9e3c6c0f03e0fa951e3a93ba3037e6ffb19e0675946bd375d5550aeff2a32a988a090d2aa8e162362f282cb1f5620a80195ce45dc586a3762148e319c0f80a738df21b4db553d851ca2c9806d9a8dbea81bd67b595187376dab9bbf30e720e49ea49633c5a39b4b3796f9f20a466730ed8c62dd955720376e9c768ee668cd1b961cd858fd64b82283f4e9cd894ae88c1e8f06f115da88377170c02ed17d9461a00dc0f0608d37d16e9a9a9273f142dcfa8c7d40d38576377c02160a36ba33abfcc0abd236bf238f3602d149ded70fe63f8db4c8e02098377d0ce1cdc9d9f3153eabb39ebcb2e660f54a2b6956adf25da3cb12361ebeaa3799d982aeb7f21a459aac2e7f19457b28cb1c598dd117d24b6864607a8c6bb637bc4998d663f74883ec3c3dfefc3d22f3f846171f291200cd5b211858e25ce637e515adfc2371ad241f89f69054e7105429466f650427263f8d5002726a256f37fb406c44dde9deec49a4522a9d01295586d2b59197a5e852e4b6260065a3a837fb7cec262c53c91057c4a66c7e8ab0a1a0657c0454be358b9796828f6fdedf3800aa7871fb13b120f98b10aa72676b2a224019135443525a3df266139291a4380c4b2a7d227d75be61a5daa9dfeefed5dfc8ef7d9b23565ea1cde4137d5e67384b0ec796dab4222d3fc23f2c5b8bc07b2fb4114f757cf04502d5e670f3e28b3860d1b0c44d8b1d5538033f9882691b24dfee03c5ebee9b22b34f847b9d98c2386f308deacb3b07ece0a7979cb7506af1eb91aa39492896ddd4686d7eff9fcf387e132f8ff3b0531d03f5efa5f923571f1155447e6339751002a97554d11276387f75783aa7a1b42b18481ad52ba413ea32c4ef0c4f9a29dabdbc42f1b51c7838da93319f8bad623b8df7fc306552da2018f16a0507ec755560df60a06973c239063267a2e0c2e6adecc6d003fdc1fe4b3afb7261dc573b27d38edecc06de313913664733f343eb73775b3cddd868c7fb5cc38a111dbeb03b3b4f41284b73b0393e7c80df148f9ef579c9aefc8ef6a12c8a6eb8b3619653ad18dd1b3e5c53033949aadc3c52ee61a77e10d25401aa0565f0384a472c64e8f2cc5b854a127332395036924154617e522c7e460dd689ab032bcc6f8729a2a51a6102123012ea703950c5a060385f0ce64b23f50fa302eee72cd66c53b356642a7f3654332d607e39542da4a2480bc88f9e203a3985a6a59831dc5314bb5c0d623f4643a9d3e4bd39576d88ba1a2058a097a8b7511e3f754d00024775cceb8b37928dc96e4f8ea53965ed399144f5fa67325b4f6589a5d1f9c4d32def84bc94447154866e6f4b2d39666045776f849c17bc10df7b13f59a2910513157a6953c1b99d8cc7fb6c98b3970926dc3d4527aaed66dc09841712a8de812d35a8333f48e8e56b7180a9f2d398a31bbc459b17a3d268633968b0e2e54b0d4f62051e2415b2485c9a4945a713999370e8a54f1b599e8dbc5024201ec529ccc235b0d4f3a844b29f79fc558fd399c358dc6565d872a1412a673ea88bbb56af27137abf5cba8f0a11ec833ecd239c3a6e20cc025e021a9ba62645640ce4f2047d4614d17dbc3e3bea80ab57b6439ce6ea591db7e82417fa08362d94863861ee5783b8be5429daeae6f113e313c39de1d4a049c7c554136408a0e1d2959ba1ed23e2455c5d99ae2e9a7a536622239e1f37e2571f6a5325e4ab2f144335d5ac3cdc0fb3471f4131b8354f59003eb39f2b2c4c614b75d9036a47a112a1f3675846a4cf10083083c29be2beef400e539f7abd9d42432a9e321e8ba8f85cc75b29303c4dbe9ce99298500d0afbbf07f39fee09e8d71425961d9877364a47911fe50c3b928b9436c1f9f3b5dabb825c93a015a02823f536a4da5618c0004f0f9794a86632fb845f823ce3815d0e8a0733a0ae531d12ea2c3d57f56c4015cc9c1c76486533d9c22450c2c767630b27c933a2480f79d55d2791a0a2a19e22b96e9ffc5be0f2b6379aa353389103365ea333a691f22522277609c9bcc52d149f19c8458de4c91cd969acc37db89860859b63a6b36e75a4a99a3576a3fcb76eb4189b6885e619f802d59ea45e7cf382e2c253a6bbc0e0a3c2851c720a62d67a8dc76765de89aa2e1d469b3fdc8658f55974e3a8bdbc54ff18caa33d69b4bcd6944e9891c9b9882e92d822dcc2a1baf334b2f3aa011a1881c6a1c0827b2117d92219ea08412177d4444b72558efd7e136e2443aa127baa2b88e1add3ff0e744dfe62d5370274ced6fdd2275a40e85e46070cf3aac8f139bd97938048507967b23cdd5bf856de7faf6d6366d7af8365928390c3ab4b6ffddc189ca6de8fff765306937598005a72c3c59de882d7c8014c19ebd3accf7c8648ed120ff1f16655580eaef26a800a0d657e5c5437d3e613401a7c83acf5f831e6c6cdf7c5313ea0a76c619229b32b4a0dcd5e7c2c124af91af72293acf693da31a59e46575cd070404f3c229d318aa6deb83ad7d18b8da733ff9a43aff0a5bb37692c91367254770e4613f3e9f151088d16d93185f6bc11e84ff353aff55a523b93f8799905f166a4ca7325332d4f6bdfc891ef1e355b7aaa3485e3b081752c089ee8dcf5eba795debf2b8e42561335f29ce3b0b7465e20be9ae1c3b4aaa45c55d4e94d80b6a08c29dcc2e87cce631a52a45969789ed67574d84823b57cdadffa0aab1254829779a3c7ed01b447c9f37568fc83ccc05c8100b4adc3b64f7a0dfa9131c07842c5aad7af15e7596a658f0d19838887db6f76c24a3593b67bd8ec16c53c9b9c10047042c6938174d0bc20b8c058200e7fdb9a9f1f39c3b72eff19ae2e374effdc7e368a19aefadd8928c566728816567d931418948e23b7abe976dca70fa024b6d00275d731af829187fb34d52215ca3553cfde8bfed3b8a0d006f736ffe994204133ec3945dcdd8f7e2756393baf2a072d5a2548b023b90c31a6d7da7670bcfe5eaeaf94f0f865f74c4256ea1c885dbaf8777ae3f053ba1e830f54e1d55942dfb0ab00bc8c4fbf224cea1be9ceb0e154ae4e38c08813baab7d187e15191a0a7b9a85acd5bea12957f83aa05edc6db685e327514a32a3bbb37d544966e52d157dd4e34409381b4054afe0f73c1171760d649baf6a8e43bc850c7feced6baee880507767d4da55ad6b526089556bdb913d5ca3c4a02533bcf9fb59ba70f6a5cd8f9257a99769af2a91394831e8f7d64f3ff383365aa5f3bea40ef018a5f964dca2de7e0d58589c7eff7dd2c28678a42e0de43cc27342f3beb905d410c2882311d8ce7837826a2e49accae175e18bb1bd86c5fdc6b38633c088d46c5e0a0b40044c93b0350779d1d9751b89cd074f815d6731fddcf81af3c12b7359ceaa9bae4f5bdd5ba888db7768080cbf1220bf0c898daaa9c02e5c23c19e9af3a8147dadf26445d0cd483abcd0245331c200975e6dd9cdf749f9eb33c20600732216c7ef273f891f2aa4455ac3d99a4a4dacf19549a52fde59c40493c211b7b5dcb069d77669b1feff4a49fd6b0847a3d7eee53fef441f03e6e4aea3c27a0f38e3ce0b1275b014f650e0480f7f930d590e3cafc75dc21f458098b673c37e88553ca6454ef097b7ed0d37d261e283934cd59975fa253232b54cb1ab63c3f6e69367e928ecf8ad57af9a39bfbde05eed3ad447a6d273d7b3f363354013c6d86328081c1e8f5e5815b15c8f4678af4d84383047c9fdc301d99b4f8da8c3c71cd233b952684703666c4825ebdbef8af389d2bd43af7ace9a1e219d148f13c783ac81277eca9e2f3ee834c647fec64ce7c4711254e86e916143d1ca973a93c9b00cd90a010a008d1c924da7fb1d335c5b58bc799215b95c44790375d352b3ca892482e3cfb317a81f466663aa92f7cd635a1469f22a93c5e19f5f77dfadd3caaff1be3feb0502c767f7553c3e16bc8d635f8336c9a904420f0545ae77e4f3cb82e786e154565d70108bfaa6a3f276f3295869cd21a683c923a2d0652727b3cd4abfa2171c09cf28ad51d327b8f9ff6bb513a9cce85b90380a53255863f113d1541403581d3bec1b2cdbe22cd76c96b6b61cf9b61e2b5b42e6bf267e7e6453d2578a72cc7277d943cec2ae970b802f6e375588470d073ecfd881e488123723d4d62fe679e603cc143f30398c118f25836a1fbfad82e34781ec2a715cc157b3d51c8041473f766d0f823cd189394312243a8962b3362ee9335a57c3c50e0433d5df3f3f96db727c24fa80cca50ab303b267822cea61816950f9a83c3da65d33d9ae3f3eadab9a60cfdc8f4075c1beb30e4f0051b24d6ece4d35b07be23fc623d9fafedb124ebc448d3103395d46634f144e5fcb1a156ad726ad110213ff6d13dcef897ac051d0c172e09db958d1c202601d449674371a002025b4fd9d853843dd11264747a5ce049674eec0ab4641925ad3f38adb3ae652560731732fbf4493e2238b2f9e20bb92a53402d82f6624814b0887fdb22cb61698aba9b9e45788b3e226559d72da63a30a8b008fdc63337f09d0516f99efe2c6ac0b38ddd4fe2ac3e7266c6092fa66cf9d9b8240a792b622b0b10305a48aa307762ea56c79d9d8f3e87405a8b0c1b4883d390c79392a7ba39a09f299f57ee8f7c8439eaa45e7ea03e9109744eed7dbffa25e5c203dbc710edf3afcddae29837e20620b51ec236c93e97b58bb89512bab02b1b31fc98a158b99073cce9b2568d07eed75443cce6ac3ed08e0302a4ba3ce8a905000f80f07f67cd5c5e1b5fb7a51519f9bd399f4bfd05e5f6a53a3ed207b550ed54cfbb81fb9fb117a7377215ef6093fc884b1fc2f9cb92239e463ed7456f024787acf830575e93aa05daad3e0e2669ae6ef600bd86facef359393ee078dfc8663f29c3cf5381fb038b76524b875ab99bf889f0846ebdf10e520c3eeed4b9a3eee3cbee57df5e3b9eefdee8e11be2612a71e26fffe16963fdbdb33effb847e3bae62b9b477f89592f840143adea95bbdc8036db72c92617b6bba03f084f3e75c97ab7142f41f5c79a096e3545182df991064984c6475568dfb3073f09185d844d2e168aa6156e8a0fb8e4b1620b3473dec11354f42bcf488813a63f0bda9f3e21a964efd9f9e2c0455f35ec3b1e247e2411a884a7f126c6a00db53f1229e398208ae57759d378867f6d4e23a2222820307769fa49d9b932c0f1693f2161303f2b6da321a95a8c13bcbd7543a83c3ab0d3d1cdfecde43eed4771f73f27acd0807c38a769c77b5fd07a5f292da90832ae3d776d6fbd7719dc01d0a13f2c6775a78f56e0a2c9c2942d5562ebe218d4c43c6541d1c7a9154b4ea107fe3f33cdb3a61292a0a58ab40cd3f3445be7714a95871bc58e820e95672a68a4593f354bcfb6aef16a42201e2a44bab9dce450080fa5fa023f349ef15e8794bc043f3ebad00765a98dd1e0fef1bc9d63bafd1b32758d930ef0afd5f3759ef6f6d03f4827cd5312fc443eed193c0f3536a90ecca73563e1a8235f7b38f98963661e3f51a8034fb8c97899529422edcc26c0a8145a2db24306a29d1f1da6edb86a0d3f5fb1de3662d9259fa3b6e3bba79babe8d6aa4bd5e7c715af784c9ec062cd9f3fa093fa0297aa685d9e3000da0942a2a699c905820b88e04c14a1a04ad613bf3fd3cf0ddbb4e03c97e8d9e3eb7ef7b29feb53d731102e02afde5104b145be6d3febf559ea9da4b2b83bdcaec2e153060e7b42761e15ba2c4a947b399ab11b7f3ff589575ecb7a0300b8d3592a605cc150b72b92c92d5a9cbe90c620aa076c6f3ff68f9b4534f340e62b9c3eb8a282b27e0c1ea35f7465f8ce1316fd760a68b34004ae18132486fe795acea454b11fd52b820cb849e966afd892632370a043f84006765085e1cde8d46feae5344feb75909d1cbab8f6baa6938e1c59376ad1a4400773d10827946220d34e0139450f3d0fd0beb1dd53d130a45689cc7bc84b1c401388eb6b081ff78407f4bea4bee45824cea950427f0916b4f2e6b23d50d053402a35ad5dfdf0471bbf9d8b80f4b2ddfbbcc4d680abdc3329417b97410c8171403a788dff639d8ac386500f14568f118be0ef71748f8ab428840e17d72aa4cb404341b05241b335b3af50fc057d94a7f325019a62495ebd437f1933b7aefaff404c6f9815d69f81477f94b205d76aa75f78300360e6fd38439fea7bcf704060405a3db99e7358ee2fd8245876f300b8ffb6759079b31118383d379c861dec04405e3cdbac273de266a9f56e2bc17ebde477828d3b0408f29dfc990001aed2074060b137b0855a0fc79bf962037650a989f532f81674ef40686cc871b8ded280407162ae6a7514aa8f4f20ab3b857885d91fedace61a7b257909cc2a84f09b5d4076b37f4bdea8146beac3257e867c8160bcd860843c3550ebdbed05178aea2e407c49aa4ec01841bde559ae983a5f49e2a1a4cefc61b12a84158f29f567c24640897ede625285e98f92a4ec5adc5ea8c667b9a3f5349c745c455b5dce782eb840906cd76c10fc1434d212f477c032bfb36caace71a6ce3350b1e4e0229ff1be409e95034633aa0bbff21e5c0b3bf465e58830db819acaeb4ecd51508fa3a91a40ab3b84aeca45ed02a01bee0f7853a70d11d63d07ce4ba6412debf5709ed77940b540c9a6a1a0203df44b7780d9b80d6ba6295c58731eca91955dda1920dc8840bc5134c406a650a2f1eeaab1c06cb98f4ed88ccfef4621c2db4bbbb3a2e59141151424df30a96a05f0ba670002c93364686647540516dded47fc29ccb7b321413932d0215a399c0ffd5e1016762ab9020044381a3d51b5790282f41a4162f44176a17b2f47aa67f65e3618c67e460711d40ac496c30215de53410993bd82bb417a2313eaf811f406eb52481e88d5d5e99f5ba860597cd296840d9078d2ac944180bce8ae35dec4f94ef66b856a2857dc7b6cfcc8c2398e58496b022e5122234186b2ab9d928963a1bc3780ee36df01514e5e0cf22242d47a17b4efcd8d814e418d15ab9d322c9930460d763ca0170671629a39d726c7b0ee73db2616c12fe34197b4a9845a0b1f2508e4863650e3c3994801e797fbae5b680a40ef203ca6bc41a02ffaf565c8caa350ea9a33c17345e48262117ae1ccef25784bc42354f4ab41c06a8adab1ff5dbd55e6fa66dd3839629518791546767731be84cc248865f441c54e7e9afaf46d44442ad85711208e0ab40265a91ad7f65ebf10446875df5d41d3400b7aa2247a59e2cf05ad756dd97081b9dc941ef55eb6a336c22fa362de41d50282a1d4384fe6d0b205e41680edbc198e9c4f7a9cbb79c54b1a74ae195c41d5dceeaa8b69dfa45ef1cff4db66df57cd8ac39f76baa223199f1a0167ac6141dcedeb95d9e5e38f297f1cfa0815163606cf2e6b23d51f610d5510b80588b241de65015b098eba8a7f76cc9b33f8beaf6be7670a228504a5b9aeefe0dd8ce841ecb07478893c2f59e2f9c644db1dcee1963a3dd11bf36fabca119b9809758541fffdca523c4bc9e5052174ef0844b64ae1fd4e19f0fbbd5d4621c69a7c0d6a4200889e377211ef940a960237359aac83b3489fcf844b7e8b2b82dc44426f8742011f1b96f935b87d0d7d6454a010fde40c2fb4d0a8ee1bc890d88ec0e91c2c4211421b17495c63b163781b7c9f19a60fb3630dec9477484e2c3488df3fd8d2421e8c2121f4bde424fae382b1d68421b6f7565b8eaed0fba25dc790cbf2512742260688c54aff8d503a6f86a4fb6c04ca477c50c43a71d55f70158a21ce7ea4422a089c2f7a0ce2e96ea6e4eb2d8f8bf054fd6659a3c2c47a4f7c8545ec56f6428dde462462dfe9b2f808d4242e852d7a466e65834dd42a2f84e89ae7a2eb7c429556d5c5fe8d170a2cb0b6c4eebea34f7bc6829039f5d2a299b0fdf32cf396429f4d5adcff7244089e674bd9f75a9479b3f07bb6211bc864f7cdc4fc0ed05642ca3c9e3da050270db3af8a0b6cddfb3568684840f1437033cf32c9ad76436342d65215bbc47f2a38c598a1d3ef54e590f0f62f5d73b72e39542804c8eabfd442dba544137ec796dcacdf423e5c5f4594887180c9d2e76cd84f78790a61c51542dc0ae79915a8c4a13f7d5678a212bc7141dbd01bbd6198b3498dd57741273642e3a24998e871839a30fa711a110bcf2a20aae95a3ec3c70e1b2543d8216c024308366de5a9e88f9ba5edd76d6cc9201cfd0bf5919dc6da32877d245c412f0f43133e3010edda2c637fefdccf4ac1769d7998c8ec9a932854dd84e79e07499543191d4e36ef05d45a3a99637ae73135eaf9c1284573eb7b28921bf94dd718bd436ae1a5a52dab4402580f0d484bffae84abebd571be4dca601d6f18bb928814436ee2065563149c5dfcc0afcafc4cea1ee1985dc4a236bdc0430f310872fe154374911485b95b96d350396f8e26d196b76376d143c7a1e27f8d82136299b23b43875d83f3c91555bd3a33b5113cc9f8763d0d88025c8ae547e31b29b803cd164389e276b96d39109d29c11c15b693dbe677cc6ce7dc4e8164fc3fb93e6f1fac4397e5341229d6f8929293bd821c690cc78c8e3c0131cf75d4d0158eb8cf1422439c4f82351b1687589410fe57cf09c3ce4ef9eea2e14a94bdcd36fbe515011943ab5df3d7aa2e37ed88da6662ed1b1fcab9a69a6fd10924bb4ce199cde6704443b5edf833a8f02860a1e86523a58fbd62f633d58f7e153b6fac87d217c2345443d20cf78c6a9a025523484cbe5c5925faf0fd2281dc7253ec7ba8f574d1caaa43dcbd3d235c890f344316f82efb03f066d4e43e2921e3dfca22d61067db1d6b43dd7917d48ac3034a44146fa0044808bc79feeab82415f5d1dc1e0c2bf17cb043f439967eae87660e7e26ea92f2257b0937f101c8a15bbf7b61114f79eddd06441167398bd5a50f9dd4152b8ba0199bbdc77708e8770e2702dedf594ac445d54432508d777238d549051897fe6557927dfe9d298a73df6ed1e0b0f6b300feff443f966a5e2abe1cce15a57b32b9090e57c0637ca7200114ff5d8bd4798dfc74444385885c4e1a4b6061f5976fa8a10eec32f54cb74ac4135377353a4c01bb5444486f42e4542297c1aa2fb9545b8268874e3be3d62a8d77b46fb4a95eb4b0ae444c5367d1cd0167bedda8bbdc3fa0e78c911f81e5cdcf9eab5931d19b2008684457e8a5fa6ed24c0bb034c92ba4581d92ab5f8a3bada68287c5a507c2139003446be4ca0f35f632f8f1d6fcd26f1ddde2eff485abe8e4872ba5d7a44930f0a64470228a629b1e50d66d454e81f77d5e1faf05b9b35bdcfada3aa871fe66bea44480a969221df1c1f7a2c79efa74dbb18c52408538b9da01b6ca07f175767518448254d7459919292447f2ca136574e67319ccae45d9140bb9acaa0aada2e6e3448fdf228a4bea968c5407849ca52b7172cb39a09a7ffc1d8d14744aa376212144a30f1d257d16b34983daee6d8b0ee34632ef3d902888272ba5e441929158d344a79804f92265cf398b1456d6fd4995956d8934323543da15ac41f350bd255f44b4c68ead36c618b953b41f78e4ab686aefb08c47ad5d69cfd269b09117cc5f44b655bc3b463da3b981e8bd6418a6f85a119f4b2fecb3682d24bb12dde7582344c7e414007791ecc4175697ec01037652776f0b8996ab89efd77ee84d52f90f44de54d55836955f3854261a1055631a7eaec09c40aa815192c2dfd33367f35444ea7afd0a72c6c5d2d6e4236f3818b690ad5d14d471f1cba93867bfda7796d444f90a444b6275e734695127921d3ae906a92d21ea9a3a09affa32ce57695cdd44f99ca64eb9992d493096ffcc0f303f8734e07a6601c115803ce148136eed0c450dd9d7a2ca340f191007a62fa45821c1330ff9e8ac7e009f1bb6d2f0e95d9f4528c4e7da8fc010c24b22c279a48cf936393d61de31638d933307f8fa30986d452ac8f168357cf0793b66100db16bc006808f15d46187ed93a47e4ecb7206f04530c01f38d602b54cf315ab90fd7d7165258f76b742c07c123ab168a61277864537b7337ee3a11c4bb50032b3168806f2d337722255aa051925bc2df25f3ab2453afa1f996b66e8649c7470732a481140eb9c2b9049ca330c355f1a728c33b445472d3dc08a198fa57ce8f08636145720942b784130f586024963710b5f962b454afa075655f73262376a4d79a2f0385dd76e1e467db0de5a87b23f34edeacb45601883c1663bbf9d750eedb3271e7749f7248e300f56189e6f304833fbf65d457da2071ba19c5a6ed58d2e4784b8967b248b58d5eaba286a7971ea11a36f3d459281aa87ee36dc7837e0949be56ed6f76f6aa061b8fa682eb9658eeb35bd06459aa0f527de2506586d9a2dff51bb73d8fbe1c48a4b6562abf862a95870621745a82d380a911c7587da542fc0c2a70ccece8f69e2bf78e4fa7226a4201be63345a851e9b6ced66404a4a738920e4c08dcaec5b940f1fcaaa0ec235d1273efad45d0889bc4f81c1aeb54940395dd04029baf9ffda4d7b584cb2481e7e93bb15145e921b621141d89becda5fc890c8329723bdb6e36eaae456bea5331fe24605e46058120cda55aa95a28354a43a9c2e5fba16bf9a81d22fcabf3f37c640777714608c7be9a27ba542563eb2a7c6ba205a891c883bdd3d3751ab2994eb1f4e74d46110eb46b660b53c8471d164b233ac8c0b7b3dd926db8536b81dc03c2c525eb4614ad68eb03de99f8ba07efab486dce15f0916b99c8dcb23de61ea207af998d4616f77795d8b3590cc0e3163de7f59c211902ee429db40dd84a9cc5390fb48f462109fa5099f60d27f3770b939d02b83a2894510a92143d6a6cf5e8686ab6ac462b22baa3e0f90f327c2bf646559ac38a0c06d8053b59b649e18d947d667d7c4643f641d1fd3e9d3d17b29af3166831adf007584a5744589834d4228a3d545846569bd1971fb161e83679b17027ee33aea55d06b527861bb415eed312fe0e2c467d26773d347175ae1aacdbf9ad130b8d583fb7467bfba9180357a50e4221bd46a7af8a8f7b1f4bd8503a0e8669f2aa67460813b45c1ef6dc5a09280010477046a8fbf8b8c9fe9e79bdbd80c5fd7f9919dfe9ede2336efa02c5e0f3d323dc3b46a9a7f4c052b43c60bf1e173d23081169e2b67a9d4167b305446429ccc08b7146bcdb7ace1967add9077366fd379842bbf7b958b2f181d0b7134977b145f1c946e39874f6a2c70f19a376fb06d61aa53aeb3b8413fe60d66ab5caa0d442a11b4718829bf05ed097ceb17ff1949b7447b965f87fe57f9acd29d7d9ed1bb2fa5c471fbd6e8e93a855aff33e295f1a31bf64862fda9dc5321c81a192d23e1ada4a4727411b5168ee4dcdd41e56eda7b676178953289d98478fbcac6c5e7e4079dd4742c75495826787d77b9679c388b7aaa206860243879496d9ced949e9d282d94742f0ece0d223169428f63e94b7872b3acbe1f9d4be1afee468fede2f54820b47497daf893f1adc295b3e226ee560bacef7d9438192d1e508a06366e3171394475d80cbbd0e7b306e05d991296d0fe677686eedb86d02adab5443f1ce267f81475e9850ff5b1711f2d9d6b0612bcbe48293de1df603dd886d9767cf20a23ff747737122a1f77f07716b95b62c9d1d06d926f0757b6eba8a693e9fa81de16dd347737deaa3a9b2a57e0c56072f09ddade6d91fa45bf6ebed3af11c598da3d75c47745f21f3a74858cdfbadabd0ab7763af71cfec65e4fafe36c53eee54816bf0477e0f78251d18ed8dbe83cbb3f1e2f33e299eb58dbe6428c51a0242154e4a214785eb2ba7da389376b3cdae31672a1e3d5e358e56f8f48fbfe98085b70ac827478a408750c883c35588212039ef3158594d93c9ff5165882000d78d0f6018c6478d16b43f7de76f3ec8c755ce8cff35ae4f2a71fa13262b7682331a526d68404791991c677238c92cef42ccde637f5d758d5fb7610dcc8a03b2d0ca3b987ecb47bda6570df0071a87e44724e93769443ec9628b1f1fa4e11e5ecfaec8ef34f647c4b3cb1097bb597155e984a6b4a8b46ce22209ecc82c025de2fb66a743227347c6f62794bd5908a1bebd37cbff05e93554b96ae764353ac28093d9587d7bfc47d8487bb27095043c5abcdf744da88768600ce11c4bd01cc4c7411f4c96bfc547f003b1a68d9f63ebc86007422b39316c2553c2151f3be0384221b6d603bac647f7d8ed3a97b37df2ab9be7a4ef5caf0d9dac8fcbf7237d67e011c1c0f375eb4801f34166ba25d607b33168b02a2304ebeb051ab7554555688e8d3e423d72874812700db30056dc1e51ce5db512b9253c8ba0d91cff09d02673691aad135b95481285df4865f951cece65093d3aac15e632734fc538d74ff5bd72c89cc596d2482ccf6f8bfdb831f4404f3ea0e38d95cd52077bf51ec6e292356ba96595cbc4483639ecf397c39fc0244b199db201af26faf3896bb3addae1d1959100f0797d48396de950c8a5df22a654809e8ab6cbf9c6d5a9fed62f35ca7b21df23cffb5e4842c19ffa985d3d7c0dd3554ac2a220d1e849b1c1890f13a8ad77d66a9d207e484ecf3e10d9d92b66f608e3f25651d1899e32a7129ee5f0bde715cb5e02cdd048598398664170b2305dfd994f6304c28b974220a7022fa2efa1b124911d673a4860066b664e96b0144c07f4e4f568d760fb881610036f1eed0ce85b616776454861c7f794f7d2c05942a60e1b339d474486abdb8aecf559b87ce5e55fe25dc0487bc3383b735082253ba37191d006395c1b9ad77d10f34980935797aa040e124899d9a490045dc3aaf900d8eb957b2f7c9dc80420f6181e6f646c804a2f31b148a581a951ef8391a8307aed2f01c074d32410c6e9da811bc837c82908e6cc4948af0b8820c0ff7bffe42221621428c2efeb4172f5ec44b45decc9df523b95ad48b71de3cb4ae116b29f7fa2c304a06020a8f7061ef285fb7410af480f56ac7b48bfb6e8b935b12277716e4738ca78430cb7885a9a280b8eeef7ab0037ff0ca248e433963a426b5b653c4b52835436ebac754c81c104f69162808e68cef1f9cb490187a5ad3108309725f3566015deae66ac61faf6a6b2387e28d7f5a78b9d08493b428af4bb1453a5f3bba9e247ac6cbf10ba9444896bd90f6c2c0089e5e42949475119700f10b89ccd0b351175bd12f28c0063c07bc27dad05e741ecf0c23e494ed2e4aeff4599e7af8f6a8b14341893471a1a7d94aeab43bf044ac543be12495abe933401b91bffdcd6bb7bd297d7377461d978d09248ad3196a2c6d608f0497912f1cf0d7cad71aa1b9b1d11965341fd2a8609e7c47d4814bfe050c194e649897ce11d99b530c7dde1be3761d26eb98dd21790653b8f5c55f41f9cf7da1449a33ed9bde2ef5e696c6941120212ae24554dc2993e9cb8aa6ca829a3b9246949a4c0672dbfd3d3ae15b6503f7bde75e24f52ec5272258b03eb937e04de14d049aed43f8abe1fd452f16023a5e00f0243272722b7aed35c6a006152b25feef449cee8500f0bd524d04bd17ee1a250acab6d6866e2f1206c3c212c25de66e4fa49cf336437b05a34908a55d8161cae2156d252fc9922c6df864b6f9c6428e2b249f842be0e714d20357b7336206c69e659d02c9ec9a664d3c3d96508c30d655549fbdc3fab356ab907cd6e37e01c90bf2b23496ba5c453a6daeff09b6389028849fe7af71056a125be4ed229bda1da53ca5c8db2b20c6eab242d2f418840dc604a05521832ef129bceeef15fb9737b0a1e2ffa76674c69f29c9b3a082590a1ec4a1388a6a79c65a94e3200ed5920a510af627916a8045fb742879ad4fde951f14a287c228a44e7d67740cea2f0969877eeefa73b60ae53fea0a11645e127c95d4a305e69e61c4e99d5e9a4b805ae79c54ce9c26dafbfbe02f8eb737b88e107284a3b3f5b28d3e62a51fd827ba53834e185b64166f91b55b1f9fd86ff35663ba84a57f3e6dc65fc6a05f9a0af124a41a8a3cb555d31828e085e733f8f5a82c6004a58236ad519c0c77717f6d4d39a59fbf9e655085a2bf2f576e4a02a2b8ceeb74a5db2c6a03c534d76f06964157a84e5abd7fd3e808de0a685263c64939843174a6a11b03bfed6e34b9ee30e3b73bc5ca21d9532c77e80da1d0e8b1f073418bd4a7ec3c43da1143beb859efc942396a0e109224b1a452b87edbdc63133b098174a893390f541025a5b87a73b8960939b02b49fb30620be8333cba6c46f9f1ed74a931434c72b606209ef88d1008f59029f917914d815ac1436577144c3851c134a9a208402cbc356a1731966995eb794b3a5cc1daaf4fc9d0ce7f330475c8a934aa88aac591e1f998e0e4620c1a03e2595504d4611ea043fa01969ba4f971fea4aac1e890970357685e3947f8476bdf5def4b4f0388a899c83802820b0adc1ef4ab7626a62ee893401446a1f0f772a349ebed4e9b18b70f72d3a567840f39f7e4abc95f74eac40069760d90515a8fdb9501d29402d1f3859b0588fec2d8dd8d14adf8fc6817d30f2c0cb2ed41de4fb0b7083ce650947cedc5e97f07e95bb51794ae30594241ca7f1451ce6be211a80f322d4c6f3778c4f4ed519d0878eab5e6d4aeced5002b0d523640954eba88e3dec86762a02511b0f66a7a6747a0a93bdb14b1049b3e5315a0fc42ea07cbfc53d8333f75330130d810e9ef71c385d16842b4b33b9059d5303cee37846b8486eb6b9125a44618bdddbb3dcf077ef73292a784b3b50c861060b737a91041f6e5a89fa8b8897a31d2a6457c491edab6a895d724b508df087944631296f1ed1f43437e6e2964056ff4fe4e76655358f67cc1eec4b613ba8d7bef024f9285569e905f27b69ad4e2968692785f3b654cd8c5930314b62a1430dcaf6fcb71017691f1674a5ea85a3dc0d8f3fd61a8ae4bde1d336b74b65ab5de96fe3fcefa288893f3e9df14d8c0891a2330ef63caf9716eef080584b78641c5d70c0ec949fec3672eef11b8037719ff937906e68bbe058114a81214b80d4b4cb91876be94856dbfde086d7415a21da9aa10690bfd3d0d0f75cefce4b838df53b84b92e7f385ed226c4c81a95e674dd25aa6ee2f2937c54ba18e1c84b8a929a6874f711a390f6b580c3a2c1c2aa1d96789abae4002c0a7977cac28d4b9e7a8dadcdbc041c3363d6d7de960832328e3f43f4b7a01eaec640e4625f4c4ba23bbc7a74e5ac75b5ee912c317dbdb7561a262185fc351257ab17fc2c28194bad6b98241e48add3ed7438a1309925151abbb5278d91a180258e202009756a4bb34f99ff45aeea6edb4146f23eae9a01a3da928f6433f8921a5fbb304429274bfbcf0a61da84680229c488239de5b78642dd501b0fe514a124fb7f3ba6c00e4c2451d0f6411aff33ad6f54d0d69ff17802e5705c891b43889904f1d069ad354c26fcfd7abec18a84cfd68f9bcdad192bd509c22a2658bba5f626521e26df654c3e90cbe7ec5300d4d17ddf94bfe2b922b22e8d6af46ec8a17a259e0561a07c4c452793b28e974a806e45fd4094bb6cd1722133ce86948fc2e9b708cd14760d4c4cbe0bd4293cf1b6d59498abc06aef46ff9c9057ffeaec4230962370136dd44c4f48549063f5acfe4be336ae84e62e8565a33bf85dc0416573cbbf53a0a9464c53c0a9a0072356886f80386b692ea365226ba99914abfb92a3dfa6d2eaf2704c7a371a55dbbc787b9055573f4551e44b8230e0861af7a704f96005686c11c94c902870117970dc5dc9f32615ca38e5bf2c2236bbcd24634dd7b35a7d75f2c54cb059359be67bd14cee496c23364de75848ef78502127fefa2bce6d22e6f41e4cb466361c98d1eb3da6285bd1850b0f80c502f395176095f523377eb52861144cc8ea4f3c0fab6537bc6a7df33bdc68af97264b907fd039f4f83c95208ba8c24cc9c5c1267db386500ecf17f0ef0edc9bd81d10a4ca7c18623331d481d2ceb34ccc1b43ed95b43125cc50c7ad56eee715a9ab717ba4957b722248a42eab51c74cd37651130334d4e4b1c0788c14839912a1acdf413e87976b72ed6b2da700e04cdc3a7df88c25162ca4e2835c127da37e385cc2febb4f6192a038ca4473588b4cdca85c48bb1ef83d63ce1aef8fe2498307708b628078c66e35a5c013bcff494ce42a7ecea0e0a8458978bea4aeca493ca527d5554c686b5f8b8d811d66ff424cf69be55d45d43b4203962f792f6b5dfdae728daf22059bfb3c20482415c9e74cfa06edbfaf9998f25248e278dffd73c471d30b35145d13fed6ed4ddb6615394d0a41274a194063a456eb1e4d7c8f29aeaa3dfefc3511e2bb635bd8d9ff99214d0c0028a5ff408d68462817c2a8906f1a42b003469c41060d997795379903964d0c84c7c2b14dde43d2d7d02d94f99438138d56f25d22ae3f469dcf2fd0bb874d1917568b8073a5baf59068ecc924f443da9d05722b42b777de26ca75266ba04d1b6b5f213ab0c3b3931c611589bb8bbf2393aacbfedaf85c15090e5e31b3e34d39b339c18437ab8fce56256cdc7a895b4236e80ad40e7182ca95e71ec3f0cc4d591c7e7192b85f24f8313919b177d9e50cde608cafc1f11117cdfea61aeed34d5bd869f6bf254daae14144bd022ef1af6c2e1a6ecd20fd159070b4548b74834d794c3b8f2d98da9b2549b6755c1090894b7c08902ccc9ee2c366edfb5d209b4d8f113b2a026a87ae68d2003427d7750d5f96d060ec047422f94fcd9d96fe344d98c4aefc2e0b346a57065be1e46160418f16f981a5f93e9c3f3619186558c14dc0ab71bc0071dd2e889e3207ddbe9a412f5e47ccd92f51fbbe7472aa9c11ea4dd3ac19ef50d7e8f0963dc88d4d0782d31c3e6c77afecc09bc903976f7686004dec06807ed0c5cb59a11b876bf8404cff2223222f3b63ae86766a7e00ec64df4df2f8f4dfcfb8051a0616508b5c78d2d5e700398946e6273fd587b7f7ed3d814df6530270d8e17d5483f72e21ffa90efb247c4eeabf5cb5b8c5d7c4fcbb19594e01c4e2dd9d45680fde061ec6cdde13921ae2c312dd1fafa41f2c502e67dc4b4e076df6a2868a676c9129bcb4a541938ff3a20405bd8488c13f968720fc4e824e14dc656752c87753966e81cd0a8db6af1947fb99d09a0491bd8a90a307af714e39d81b935d60c854a5de2a4ce62977e6f20097852bf8c4c3832d725d90e7cb4e413b0fd6b76f958be33510bf398b078e3084d636c7ee6cfac3866c797aa3cf4e4c32bc1ba468daab46a524485b3d4eca52b5149e32040d5124df7bfcf984294e5596d0ef9a017bf6b8875781e76b7a5cbaf06d829899bd6c66c711ebce23374e603f67a81a0f01d3d8829ecb80c6e87ab1ed727a85653dd773a5e0258c3ee94e702e6aaaec83a366b43746a52c44c5c6db0332d9ad3ac47fa432f0ad2b2ca54e7ae2801d97d2a172b417b9393bd3f4b49b2c3dc4e80ef5e497886486a247794e7fc8a99f78833d03e22e81e59fdb92b84702b8a40404976e81f8ce63611b284e8022c23fdfdd58a804d168c94cfae6663f6521232bbf6f768ecc6088d06eb64ea8d73ad6fbc68eb0ea3edd2511e72c3711e809e767e28e600465e97a9a142c4ead76b2d0ea08de8fe74c5467770352f6f6808d965c98d01f1047ef682c96b44eb4801587d1653e68a6cc0140dc4a7c6a19f4ce6cf7c5b770103e5518b8d08f4eb56adf24c8c82df11d47452980b988b3264aa9c734f0d147bfe2ea9d9d541e4ebac56b8efbd3b2d91518d8472783163a8bafb198325dbffc46c32b948b8bde4eee59c4474462fe69c25c6952034c3cd82627113fcdffc0e33cb7feb35533584effa7ab574e6c4e347e988c204a26a052975c7890649cd7be74525fe9a2e3204f17a9095907ff40b2399f50aeb72dbe07b8edc1c5cb3efa1235aace55770a274f1b8152d66bd46729b66546c3a8b0c1bc6cf5162c01128c9b10da40caf4ab924f1dd9a89b7ce1655d7c6d4bbf08037ee946a8d382cb903b0e8b4a22b4aaa4ba4f28b504ee7b5cafc7a855de5e44c125fe9d21e4b6a3aa86a158ded10b58084a4f3a1858855ac92594e7a74d0e3b8e978b8b093b3fae991ea4d597176ce625bc4f43646f5e9ef9bc72b2f59517943f9ed3b29e64baf9f4ce1411380efa2656ae4f4706bedea31d0c59382b5dda5e7701e274e6bad4e5585dddaf937336511c7a4f5613d6e7f82f9fabbd7e5a0cd2ca3c15dd29cf7221683d9bfe58cd34b411584f6549df56695c713cba3afb6de9b457b3441b6c4b87cd84deda271c42d049844f7062e536e53c46cfbbab69d6c6e4b2af487086001f389532befba343ee9d2a4f840865842fbf3c91ec17ea0c48c47d09ca4abe83b6a8748b864a82fd334bc34f85ec257a8eb8b3bebd10f70877769ce3573858af46ad885dfac1a86c8f55144f9088670e1dfb3610720dfe100af470a28dbb48bc06cc9096d6b78e977c13c44f9441521cb084601c714cae3fafd7accb4fc83376e57600556f77cb004b9cbd4f98c5f3e271257311357a06fb7486eb67f9b592995555f6eeeec7c7697e7eef4fa7571a82398dc561b8719d28948e3aa033b9de2ba22a2bbe9ba388d26d3bea4fe4027e787755812e5da062156657d560b368899a065701f202835cdcadb86d500a6b48ba9e0e19e20736772372038ffc767b053085f5a33defab8c00e3692e500f7aba5aa8a4fba962d86f424cb95dc60bee2b6eac402447e32a9f51d16874501380fc0a844f237eedf523958a03fc207cf6e48e463a1d51813edd84e447c3501e6b1553fe5aeb7ab483bd9630ab4493d6cfaba149b92c3168c6e1c75d6a1e503dc2d90771cefae198ce225c26c934c4eeb60304f26fe8931d8f02309aa969504216ff3142ca8d3889610153df68403ceda05e0b219b8fa9947c0ae318bfe050427f99489fd13cfe7dff46c3c54a1be79be2886784ad3d7276d7068afafb7150442b01cba2b3520ec686c5dc19c51d1e83f5c435194268fe58b9e25d6cde57505fc0ba4d9f3498b557fb4d240d5dbe900a81acd606fd5d9294b37cb0f8612a506b3a4553afef761a984c16d6c182b361b6a9dede226900534f3273e1913de4507eb9dbe5d8a49158374cb64712b630a9bbb086ca51cbfb1764066b4c3be57d507f1ca6b9d8560a42a75e7efd88ab556820ff79bb1072ee2e46c73e36704e9b5081077073250ebdc35c2afbe1f3d220231b510f3d071083bc12a351436738f45083316d4b11af3dca598f34e02416cc09927282d6a8d80d287c2f67cba524a15097176a0a0ab91e0b68625aef57b23e7d12f8f96ef6bb936f46622a5288ea8550a4c4bdbc375f63bf5afeead10e73cc383246f9ae25ecaa1a46164a3a3750c050b0ed2a48c6b27f83c11e8a423fc242c51cf06eb4f4c6a4314b201b5ddf736750b787f53397ee4a46fa01c3910c028d6dc5e8df00895b6c25a99ea3d624ff0d50bfc44b264f0c98abda35ae27825254cba2cf224c07a672c13ccf918f36dbda50c72c965ca7efc3d7f3c1ade17fde5ab7f360e1e42021fe1f731fadbaa3863350ce0257b1e010b3d54aee00777ea1ae0d7921521a8b5b42452640c3f9240de350e54fcd0d0200d0dd89d6f0a0550b7d241def61fadc2913537e27c3415c8e4b50f794a925fe8fb93fe76b4e26d17b288e0f06cd62478e21e39da89c0c947fac510d4c649e1f5ed721444734daf8678e74d7b5ed1007ca9abe7f48ffb722a3bb51198841595a628fbd44654f8116d7141dae309f7bf2f3599b3018e88ee958765126b7bb67f68deb93a30361a8831710a99c49a51a35018a4563261d238e4d2f5138a8832ee0661a609a3edbfb94aacb177a0e3bf68314b6992ba219382433ff513e2b5d8c1304ab36279f4771992a722d0ead55b65a5cb13ef62329e2b54d1b514a72fd5a23361aed17eb6426213b5dd4fe735afabf0a65c31dd9e8ea3720fb514b508fa63bcb58d3a65f66299d16d38a1e14fce019ec439c3f0cab2a9ea3ae516ab9e9db3462ba0c0e24563755c407f48483e4180c8ca84d7c5262427468d551744146423b3c627cb3bb194f50f3a374e8db67791f57119f8d175a8bcfee8b5187d09c116845bb13639e4e30c2eb47c7099637aa3d83b502b56d30e93bd55d518afa5dd9dd42e1bc83afe07234b03f4e260890d875b05a73bf945181a8a05e518f874a43a3987d66bdb7c04caaa25b6025251f99a6cb9ac5bf62b9836947a851907a7ab7b3b7757d94cf98fed5bfb9b8f9f2bfb13e67b80c99263913e438d1519baaf64827e8f43cc5047e6468c3a78f96f8aa1fcd72fa24e275c3ad16043051a1f7210fb91edf74b1a94c3702098e0a2c4ea4a7b17b4eff7f1692cd77390551a215e0959fb55bbb23b3b654a4d3afd260ecaf30f58e948f51d48e528e8e4951a44eb45cc7c09f01739e6d1c47ab9d0b69df26bd0eb82130912784ef32f21e51a454b89f1a229973d4ad5a2740b5d4c2919b3e3d1b3b0846c60173f5c7505b51cbae35773ddb43177acb3f0d2e0768cd2ba07018820d57fd34558546eb30d651d37ead7552f06b4825f636e2b3749675d359d030bc8a39a47cf72a2fa095dc5214f17c37bf12aae5358d98f7a24982197c02669a28bcef87ffd8136a00010c5228dfb35cfadfa5014889a314339de2f51edff0b1f9dc553da0f94ed94bf3085265a3a0c37b28bf540f46e2e1cf01b20f519485fe41f0dbc509efc7b4c1c84e5272fa12a2f987322b50b8953bca85727b00d4eacc4c5de398db87afd5762bf052750b38af69703dbc4aa38ef5f9945d14bcf5f394e27742cee08dcfc282e8be52cdaa8fd59b12860c069b3298f197c1248921e48804ba467e65de488960c95552ee501513c1e6f5a22262a0954da8c93dd173486dd375a796b82ff681034dae52f2f119c5dee19f84e9f3613a6878b8961d45099f671f6b41f9dc1b092ba0cf5318cfd6a0c7839d6ef044d74a908a4830db6840f50cebdb812a4e7460bcd14a531fbcecc574426ddb8434749be5915cca4e39a18648f0843619ffa7fddbc3915342649eff718552562b053fdf1c01e5150ba3c7f3f28ebbafa5f530e9ffe2ae534bc349ad7229837d2c1b32a7e47871d402e36aa4f8362bad9188c469a944ad535e5b6d87af5fd8c2efc22c59c6f99de12571ba045b47e0a8ea44fde73d6f9d535fd0529376ad1746b7a81c9946ec0835bcdfb33773e522074f92d9f527e3475368c3e7e1602ec7218b3165eed3550b47173139720e6a3c62dd08341c24d755539b2cb5fe6fa80535c88b0b00f8db279659a1c3622d58076a51e6c8282c46e053b5e9dfd02dc279e2ef712eb42f7635f013051341aad50ccc0bf394fc742ab753bdf5310756d644869b864645d1543466c8ca11db81d0f3b98e4e8ba78ee10253e4fe88e984ce0a4047ddc3e366ec5f60490246b81c1c1b61516d5d2df73c0853f3adb0edc2c27cb7ef06a007839fe07c8a490296049632a4215669e8b6a64153f502cc8f8eb25b043bb80f63b98ec6c343f01a9545cc18d2c434ad3f36f3d05409795ee20ace10c35cc765771ad04bc8570cdc0e03e5724ea9652ff07bdfc6541683b358f925b097b8ef4e75d805a9a77a7e63c6a2e4a81f431009570e5b1c54177ab6ba31501857f76a3ddc0f62b705d70b5927c7aa744e5429e8a8937b2754192ae259e016bb6e019b5a762e0dbf89de5fa922c81b0f880aab296a8dd46554549aab32b79f3f1525c9051869cb49d809f860c3562dbd202002d58a98ac745456b91289b65ce62df04f4b5817c7af9bc92ec5b94ec3ddd0998e75a1a6315e5459a808baf4a33b8a4706105683ce5c1137b419e568577ee04f5c51167bb622545ffe8120d5fea002478e12dc0ff46cf679ba4e8fe7324e69e633a5aacbf9a4546765825c504de5129ffcf814af771efb511d7b156b697d7f028b890db669c2549375f573c9f229be6debb7e85b7c6c1ba6f4c549ffde5cc2b31ac981a16d5554a580511da43c4a196877f8f6b28829e08cfe0a5cf6373caeccbdbff3ea475c54c3f10bff46b4d34889515840661353e185f5429d8aa9ca4411683856f7493f54ed8677b85fb1607a7ace76158ef935607250ae5bfd7d7e33c017f4b455cb9054eecf931f1012a9c6c6300c2ebac3b09121f492eef768cb509f3173308364ac54f16d39c11ce88be2eb9ff9c201b9ad86e57695b7dd2e1078b89995a7afd1395501e439f38cee83c1d5c89b1a41d3143d436d8459a1751aaf6ea7cdee9d0fce550282ed9156ab0cce99f5ad70577808d4c224948ff53fbbcce4e287bc50f0bd5505830f80f48d635a921f616c28db2b3bfdaf1a26b8458d22a448b379b5f94c5530342b40716a3f8d02993335c2d153a372dd7b0ff518db8852d7fa3b0ecd8e553b53b4c802b4ec075453322ecb7db8c631589353488526f1eabc58ff453699554b1e4357e9c2cda22f915a338cc71ad3b6498fb20e96719ceea3eeffcafabf5557266b3f75ad6e8ff92e4eb16fc1b3e85e1c1becd3f158aea3d6db8535195055693cb6c017a78d94f254092c7354b8e0a2d8e161edbb361cc2ca0e8df7a156556cd2361d3e3810d1e253d4e192bb6675119d3889bac909717ec02472c3e987556dd850dee3e5ac671e5b36986d860965b763db02598f0f3be8e20c0e14e61f557d381fe69f3a6ce3d69191f5b6c597995bb3ce1d4ad283e483de27999e678f5594798b42baf4e7276c3b461cd1e28756d3b8897aa901607c0afebe4331426d55958f6bda1aa822d634996960465601016d860cb9c2ac475883ff989169954555a1e1d6dbb64297a91f1b3fe2774e8020882df19ff4c48cf36d1a1505d5a79555ad8a4df7153a0120dd97ce4c2d0b8d05135e9a2997a4bda7e3c67cd63b25f555bfc9cbd0c8f2957328bb343e0083788a7df18a08769158fa2a57191852003e55ded1fae91d57b6be7101509d75b816559754873d3f5623ed3230c266e27e5c55e188f2ea9aacb2379ee9b24599a7b245d4a26e3be9adba8715a939daf4a26b55e9e6adc9a7866bf18029891fa98049291247e9b83519103509a98766e9523755f09283949c60ce9b29cdbd4845da6cb22384657a820ec71786ed4091441bd455f16519449d9cdef2446be158a4355c683d2c07e899551a9888385a0fff00ed55fdde2e068b8aa458fde57dc762a3c12c57b273667979459551d8465fb88a5b56026e2e7626cee3612b9293af1efd38ee10b309999fcfdb9ab275aff0413c57562ca97b2be4b9e2a5787d2df8bd0a20754d3867fd8d3e2c6cbbdb069c047b5456419900d793f0c1444e600a912950c46b39f45751b5b19ff3d28c1db7c5bb3e564bbc8988b88461ac46d571a96bf94ef71f16c669c1ca37ce0ebaa8e59450ee5658d701f257e304d496de781b80402a6bfd8b553f5095c236bcd1a2228cad35565f51955aaef148ced89bbc4e5ce8e8264955b162f39a82871a7ce3f77da0175686bea6e9137847d9980c100e048b6f29791d11f5e986080530e3bf606314d4568be0a19bea9b1bcb10f3084a5b6c75b0bf93b3586bfbe0b7e95576bd22145056a4a69958f81dcccfd1519433cad4e5e219c74c2168bc227f6991e215233a4056ac9e1eccb2449d1e33c433ca15983e2f1fe5d7c651756001caa4b75240154056bb0a8ecdb377ffb588c59367615cd7ef80887e4a3877e0fa854e3a6dbd4e2b56c1f6ed1c1ffd45f3e2493075c058cfc8f7ad905ed94026dd322ad69d0258d156c7620271504aebd5de00f4b4af3fd51348fdf7f085cf59d61ceea6f0f07a1556ceaa1a00a847376822b15d17a0901363c22ebfb1b0b52eccad9049b66b58df56d4715d8e35d420f02e5da1404df9c42ad213751df3c7b062ca9db6444c4a3756fa3ed645ac80816677295c87c0fad451512ef348bcbaa67a14d8c0ab860dc956fc0ef26b953876e43e4b5080063389588d7bf2d63a9e6c634057944526548f56fe55b85c4fa0a1c2eb38b04e4f79b62162068702bcb40c7906ef4176c71f5a570d35927c94b16182b155899b82cd88cafa33287caf87dfc99312bb6b8e837f570fd6aa029af8d8df32d70c7ccf30f34ea8d2b5101e78c7a31f594f32340370573b068826908e6336c77044c2585d60e0ac6788978c50d0e3d78c555d0821ed5765c58dbda75ff5d681ddb23ac9817dfa971c4052e5e9d7579b0cd0b84558fa57664333aed0e64b7521d4371b124a216c37cbbee38bc462eafec80819d4bfa35768f83fe143650b0c786c137dde24cad3884f4af99b6307de11a0ae86125fc8577379576812870261cfb5bab5a83a5b2235051e6182b88163515174098045f55777aba3a21795522581c747c3607bb91feca65c905d86332bfb475d6cbb2d6057847980d38056aa5d408c614dcbf21bb078657a45ae68db7351bee5676d1967578678efa42f34aeacea9ff72fd127782f19c7d691f92da9b0d81a7a73b9d579579fc86f8ffd3512d281526acf3f9a089855b798a3b55ad728ec4ff11325937a57a68ff7780685b2b71e4fe38a6035c7dc121f07e7243de1de553e6ffab4898457d1be0dc0252cbd5a09412b94bb75ff8238cad511d7e7322c678f4cc41a5fdd57d9da777eb873a8520ef338512c81cc7121b4e8fb0c5c73869ff71d6b4d15e557f539ef2cefd0500c3265eb215810b53a995e7549b5f4566e9bed4e59abb3b457fb847dfcbfa4039120382e74a21266b7d8f4f2d0c40e98ed30277f87e909b157fbc5ead3c14f7da26c8265055664b11be793c160948ab931ca3062f1bf5740580258e250da13af9f2048c65f8ef730bee34e630a5ae2bcfe604fdce00cf015581a92a23f7976da187dfbff9506ff108a826844a4082ec9e5ac9b4da1769029581a9b702f7de2ffe205d5bae0200d5fc2c83c22f9bd9f1ad20e21fd7dcb18a5581f28e8a694fe98faf93717af8b992b4e14ec1962d92631b9595b3b20a3e1825828f3b666ff1fbbe2eb980096bea08f334adbcbcb6ddd3c0a256ce0720ebdc95848ed50ef7045e825f8d02a832b2589851dbcbe8c08b90f74d4d015d76660c65862b27d94ccbf4c918a152cd96743d3ee91ee797efd99656227fd0a348d31ed5863228cab68aa2ebd4104f58b62aa718f0b829ceb4bacd3b977915f1255403958702a2d5bda44503c975638b14123af8ff173416753abbbcf6e8b63c6bd07085888c8c8c5ba0f183dff20062965d78ebe12038c932eeb171b789692a4690870589e4c5d114f7d46f9c877091907567922a79ee7236171c4223dbacb08c7fb7258a4c5c306966599249e3c718ec53e946a854d8ff7e39835ccb87a1e3e1736e758b621bf77f13490f6d4f02d3c5be1cf0345c8f9d141dd62a5a4b4c767d77aad58bac807930650181ef18c0c49e44ab5f8706538e7202c636d87e908ffcb5b9b58d27d77c997dcfe5236a937db754db715548221f7bedc9fcab7a0f00d32f6a958e578450889be4bc6aa2ed6c72c6c583e777b6f791cecdf698b25554871416358ec13c172838c358579991b8595a577185d6aaa9dceb3daaf7ad0b6831af4b1591619a345fcbb34a598a5b365f086561eb74cca462f9407556b2ca1c61d7ea2593f63c02aab5f1bd761b5298bc0007cd9f13453b2748a83887db92de2ca8118594144af90ffa75dca881794158078594e2ea11d16f28fe288376c7d659e4b035942088ee9526281121bd82d7473789f63ff6f06ae0640d2d4be50fcc8c9ab1e5943cfa9cf9fa124eb70cbaf3d9f1c716a3d687322e60ff8281a4eee8d29e4f259746d05fc6b39de51c1e7858730028060fd18c4f54ebb029ada69ac92118bef598ff09325f8469a841f5611ad4fabe5c1918763feb4aa240302fb6dff33bd0d599b6c35bd0870593db7abe821ed5c5e6f780f993e9c53d11b7fc938e459a62d59a2b56078a65e2eb9dd482307c6b92f8232a0f6ffe808ccd7dd34fcc493ca6359a640b565a3903fda57025c27f86ca46d0fe75e8b39b0afc48fdeae2d9b2bd459c1cbec05c5cf086948c60090a8d25533244cc09eb324959e75f19348e473f259e037c9a1dcbc612f6324dbae8a370d44725cbd9a2e98eca6f6e6461445d1ce59f3316ea5058138a3c6449d6fb358e46130c9ab1bc1a3d471e89e7026458d965a02a334729783bd9342d68f048e93d97a6e97d5a23ee92027fa641b52ed11ce5a16aa9b47198b0a2b3a50e57c3e7f73b09050635e1e994d2271c7eac1a485c75a25a4b734f92793030ad443f4ee1260c5da1c5ac3b3cbe5347fd0636ab62f6c5a369e72e5559742f721b374e952b37917744afb971b4904302b644922ee31eb5a576ad549081ac2672a28a854d80a5c4cb48062723774c980b21e0acf4541e65a577285f35c23b910cd9509fe21b95e6c749cfb94cbddf07c6fc743d820c96c5a5ea1ec7820aa2001abea842d96177d08a9089d3ac98f5c83e172b6feddf24e5a62291bce560f6c4abd85660364a6be8404a11258f2d2236c57a040205720185a91ec12532df960f3d87eade76e56eb95039e22d21a554d87543bbfc2f4173f5a9d13d3a6813879e9698feb8cc3ee6b501a0e33cecac291e8918aef5d9be8bf5ad0d6aac1026deb969597227c4fa7edc818ba4a0fd77d5eb77fea4093c6bbe55ad58d8589a0faa0ebdd5a2f2eeb291cfcfee077a6ce7d10a5b7e986b6d6e8905ae6e92d7203e5bb92f65e8e2a60107436879192a72f17c2935b3ccf68e9eff95b0a788553d853591b50e59eab42f1cf5f1c5883de0fc74b3853dbfe6123e6ea5b0ac82a6b0f30e63544eb611b9834cc13b489d6fcb1e13bd0002f5f9637e3615b198f0c95261228dc870091d2c9ce956c846afcf814ac479d02d3faf9f1b76e5b1a24dd0e6bcbb9feb1e98c643f870c5c7b1abfc4dd90b3672fe35f2c69703c5b24ba017228c0eb10b4da9b80b7ee9c38a612747f628f4d7100173ea635f0465b3597b534284b4c39c613262d6b0789c047524b24c3c57a2cfc62364670f9e25b3873fe69f5218eb5c8401906afebae9d7bcd1e428e752466fe1cbc0b91f23c5b42a5ffa9ddc9fb3cbb73991da92acbf93bd1d5b943c65d2be183c6cc538e735b44fe7fe6f00a70f068d953ee75b86f3914866160d41f010e00422c0dfb69115b6532b73cfe77f67435af48d2f8aee46df97cf6d7dbaf782346eb19c9293d685b65b91987be0236d318530e9dbb14e4eb22847fbb93c3b1a67808616b4179525b743b7dcc6e5bb9b65aa6564cac9f5ba6be7154c37521cd1defcb2d2e0bfce65b758e2381bad227fe0f4b467d88617e1a59b70931e1dbf39e4c2ea8d170fb8d5b7f5b388ce69cec61fd6b49a980b8ece925279e6ea98026d4f920e94710b3175b801c29df8bec5430e87544571d50222c4c94c7ab5bad04492cdeb21e5ab2465b961694251979bc4b5218a8d1e31e6236c63d04465cbac3c66164c2fbefbfe15b98c90bdfcc553a08cb83564efb3a914f8890651b0ee078fbce8ad44a1c2f5a5b9dbc7e9c4b19c658e980825b0d1c221a2cc0337ac22eef8753cc22a63b72165ba3eac013150a29d03e6c133dd16cbaf85683cb3b4f97779710977e2080ba105ba99ef3be126627544f0e54a6ddcc6508f3a80ba6661b073d3dbae39c26d3695bc536e0e4150fd23b5d82c916d97164a617e4dd4af40a7dca82b8c9a5a414445bd6e0e418791ffc5685b4207c8b749d0d1a10d0f62f5d585c6d24fd92aee4db5becc88a4431569579451e884d09049aafe265ccc80a7e251b55e02ca62b9e8f5c03c9ad1647bdcdab85a24601f85636425ab5e5b2df40dbaa3206588a344d775c4a742ebe4efbe1d83400831038da2286d8cca58f413b28520f155b8a936c365c5e3b12d712aa68b17a067b1787bbc56154af8b9d4286a999f37b1ded60c8b55c73cc718329937cd104bdd6494a3ccda72c784c49325b4bf606a3de30e450645c78b6632cfbc46b8c57629e9f61cc8edf320517a90a91955b650e5d0dca734a5c7ce6dfafec1b542874ff32fdb1c2018885446e5ca3911dfdc6e033a01a23a05c88234737809b0291f88131a5b0181ef0006e5873b064f7c6efc9c706c1f5b65c94f43fbea79d199c954281da3aec7bd3963733c29ac5164cb7ce940b4af0df5c953238333d7f7d662e0fd9ce011970027bdbe7a3a8c6ad3abdbcd36d1011645c9f4182525a6ec639eeec6c13722858f975944f0f999ae66d43c9d9e09c84435cab5f7bf0070c94e35bc19147db0e44d9259486a84058ba6f5b744f1b7831a55cb194c1484f44c4a87bcf647d6432eb1f73c34983f431654f3ab479d1aa80b15cba5783c9bc895357e81923362b110c32ba8d7d1c4f7d7c4654b15cc1498a0d5cd618b52483d96d5d49f9178445ffca23b6c51d282280d4037363ad31841b2e5ce2026c430ff8fe7621dbc2f7428aa7776e1f1873eedb9825791ab78da959285ce8f3b1fada07980f3d82308362def29ca9b29132d69affbd2094607354523c5cf3f08aff33ed9353ee841852e30700bb4ef2b4d8458b753ddf986fefed1d125cf4ae799b547b86cce2b3f19bdf4ddae55093757c293fdb0016405cddd131425cf99e5536ced3a16add805d627adc8e1736e9782b7d278f728dec8dcbe9d2995d1420c2cb7c24e42c628f4577b3ac019daf602675070c0f4922b93585e060615d18d14692cd3526f48ad92d5d9fb4bf561234e21bc96442409046f5e71f10a35d298553a877e41912e3dddd4deb55d59d5885faa25106d43d1e8958977cfab85d3c72a3bad6bdafffbcce34c76a0abda8e790e3684e528b7a2f9e3ec00bfad55d412ef7c9a485fd15f482ed7ae22ee3d26a8eb82f107abbb6b513c6fea9f98f5d48bdbe42dad2dc09cd6d33cdddfcf9d1810268a2aadcaf307821656ba2b42d5d4afdc6c4f88c656255aba766c83762c45e70334b4f46dc8de2bcb69695e7075d4e71fd4318f04eada5f61fdad993d1d4817d7eee3c61f5a21cabc1fbf0a5db5d607e24899daf98e3a86d675bd8134be335c84e9c6402c3046a73699a52cd465d66c31ddd05081c438af8a62d5c4f612bebb08e23196934feb2789a24036a4b5da4c8c986e8b8c8f48b6dff7bf977c717b023df9f5ee9c92c6e8cb6b4b52c3e5daea3f046481d0f7250e72d7393f2656e037c8bb858710da66d66d960e179f95dc4da4398a1c580f9b9d011501f79a3c9280ed4f2ec63d43a4323f28a38f6b75df6e0e2761359d30a8275058e299fcc0381534545f55cf43e41983f5d4c94565dfbb59ae89572bfbf367c1ea91edb130f571ea9e4e88c188480f97727ce18595dfdd0c0a107f856301fb8c7352cf94d0fce8c39cf6eb7017244557506e711375dff259068714f89bfd0069adda6faeca07401de71c03b2b739d56314284e5d55dffc0d895a8c359f127be5483f9e3d2b930ad209350ac3d3c18fbfba007719a5e0ed410c154e0c8ba5eef860b1f87c4b73e609d7d6aca044e47d15c27cc85115e0fcd3e228a35e94a2b1d66b4af69aa37682643f6cfad58bbb132fe1a0baf4b5e103771fcb2f4b055643e11a956b9134eb3a0f563a7d3680b61c09170396b3c5e3ed51df6721c3d609cbe94b3b737abca1a90eb9607e5b710e829a50c78cde55e414793909cc85e7fddc03720cdbeabcd3660d1fc2afe245eb97684cfe9945f5e4ae3e51704708121f9c93c93c1ca9b59c7f7961fa99077b21cbd0afef8296c5e4e62751a78c027062154b6e8fea138ca076fbdcc09799b597c917e951c43275e573b03735dd82d34a7afe05680de1e38b434a6c65e83cdbcbae5802c6995d15e670b2004f64b8bcf63a15add30ec28da21ffb97e04be7a57ea22053a174e9e5e6dfedc6d5bd8142898b243edab2c6d2e5efc97768244ddd2473d6d73a876e35ea6df159c83c3deccce9cebba1e04c89cb335795cb3c2e173e3dcfc9625bd985eab0e20fae7aa71a0286a9720e5aa000549f996667dd1fec5226cd7fc1a6d175eb70e3a9655b79bdb72af55ecd0ac1dcb1f44bf5541365966bff480430607625eb8955503a76a7894b77b969f2b22263f35b9598b70d1b5ff443fbc1fcee5545ec0dc12058004d70aaf307b7a027f738c843e4e7a05e99c2fd90740f336d7525ecc9ff80caf144c479bb55adcaf5103f138568c57978539e70a10a1486218325ecd485237d42d8e49419cc4c3bf4c23e77e7bbcda8695f8c955c48fda7ed9c95edd8c29ae6eb654e168293a3322576a45763988f7c64e6e025a2d6dd1b5cb4b5ee40f5007ba4b3ab96058131582bef7c259d6177170cbcb491ebbfbd17e1cb55ee9aaed6532be8c326544c214c2fa0dae88c5fa2f56f8f1bd715e3c122cd7d95efabdc31b13ee81f82edf3aae25352934164ea8809263b66a2c07d613a8367c5efdd78bdc84fa796954ad990e57e9ac619e8af34423b6cc467596e586e6327f5f1b3219f6de7f660a772fdea91eb97da00dbc3cbae0de380c185afbb59c24845f1be3af4d37b0c6c4988d54661f26255a94a98031809fe0ce53c52ff02dfe765f1f7c42d84f1adfad2f4202e391fa6c6b7c99537c0164c788680865b3dd50e05f2c81eee7ce614c4fca306cd39442155c8355b27bfcef45b972a7f387b940345f2d6edc18327a596679138f852386e0a1965650b7a04dc8227efd5f165ea69b5f3d3e37620fe1990a92bc8f36118868e9b6a850126a7cf5228878bb1168c8795f3fb82ceafec049e08862657de9e938c65c4cec1016a3611773118ce31eb72f5f54815f3a728263d0f6df98d2731ccc1b014ecc2fdd5de90af0ac7bec7a964a5f641e75dcf7419b11236645a32a842e0a6e39eda79e541ae8c13970596258885f6c62f2aea552b82ccb27abb404f449b0689e65919c52171283e2ea44387d485f6fbdb518b059d9b101c9d4528151998dac5f7dc7474a316d84f65de07ef81f5f8d38f3bb4013f4ab7a186466307002606f8fd671710bcdd719553aa49002c75f98c8103751bfbbab9030b25793e98341912d401a43bda754954d8d329147135f9ed81ebd999533377e859c712f6a1ea49e0a1fef84ef3913bb53de23738fa95fb1ab17d5944ab401e5a80afcd95a9344fcbe2eaa73bd41090f31aa6420cdb25fb7e5369334090b9a83d45017edac4b5fdf60bfd6491dcba8dc313fe4a7c54c5fb8f911fbb1254d80530f4ba639c0247988efabc316b6ee678a8084915f47ff5fc9244022a1345d28e38feaa55855b86a05c4b366abb44973a11e02f28cd2835fd559d5557345c6b954d034715098eee59f4dbee14453da463e06039fca43365fdbd79b3f266d9ebd485bb94af05293a86323fd20a6d9069cac4d36458182e05fee2c40c45c1f53b5f937e46cbc6fd1ea4617cf50dbfe548eebdf0bdea847395ff633cca5c8fe33fdea2a6d09a1681abe6e4db7afb22019f1d1fcecf16b58ec60028c9e3e3a89aa36d4a91866ef0c9199b109f804c2b5ea0828f572a30be1506016b73e50cd88cb99c024492b3da1c69b30fab5749157323653fe5fa63c7048603eb40fc1194e67f1be964b29d2cb15e31b96c29e88a17026304c4065eb1aac6054b9b02ef57c09db9ec489a95b62549cdae749acf98a8c9ca915a58886f7826060edf574443bd317d00417f9b53f5e2bca93356d0215e8d15001fe7cf31226607bf359c6f1a40468d57541b26c54ad1b10c84ea52de76fc27267eaccecfe926082150ac11cffc6cde4f9520c205dad9b73c23f9a4993646923ae381c0c47706088a6ba68731bfe8034449c55eb9e2e66ab882499bb45a561e63c70818d5bd26092eda71abba2d33e66943e11e02d0a7d132980d9de9e87aec56747184bd621609fcb210d3b5e77b08daeb3c46a4d52552226ddbb499eca9d69ed3c6c5e48ef60ab3dd8f7dd49a0788afc27e07518ffe005d07ca41790e003ce994bab88210e60b164498f5567517c581e99211ce166c0b97e6a9f6d25825af6aad0c4701b9660b61572b119bd7b52a92e31e74295694b6b298edf1ea619354d9406b2b5aed560f1fc532cc0d0ab04853deaca33ee2052123de0685231c21a8ff64de28424be61051f5c43859b15e4d282964ccfc96e1bf455cb5b0cfedca0fd7b2719871555610a895594d87eae9a0f9e58878f7398c75c0d3edf63668d0b170f0e22f2f3ae611ca3323e8feed562e7c05bba2f57f38996747a0d186cb479c16f0ef955806461278cc2c98eaf44da75394d4ab5fad935751b7c43f56da4466853a4a2303095614313b8d524e5a2716173a9b2365b609c9a1b758acbd693c0408d575d2dcda76177cc4156c820d83e5bf78b12474195a7491a0bec200c0cd6e2ea63725c6ce8619c66ea984b1f17bfa415865a587ebac1fdcdbaa1be33fb628a5d4c1bb83c3761a0c72b4a23e0ff0d2f7f5fccec0f54b15150d7f3894f8cd96c91e9bd8e6c3f61bfb2453c32600db55f88f172618f800ab2e4b77f7b21af927b91bd9951d8af61c1b2beb57f817ecda7959e815a4276fb984c6a19da2a8d4168f32aa08362c061e0e8b3d8f3a07a43e5b1855add809ca0bc3beb34887213053d93ce987cad1e61ee758df959f2955d8ff2981ce4695adca44f94e709f2ae55c76824bb27a99d61f6aee2dd441c0f8811a68eacc36d459698a9520cc1134274d4020dd33f665162120dc093433ff94486bff74b7dd2fabf9779a52f84e53b7c4df15424e83ff1622de993613f8c3c07f3e9021a2db7aeccec720d2412faf8a45aee857c59be0a62478c3033e28abc9ad20d51ba51c151408476498346022e33ed4ddcb22555e1624a8d926d2dfdaccaa7e8fdd535da35335023cd417bb88ee1d636fdf90d35346250391906d0eac3fadea4790450afdbe567e3d122ee1c1eacc498fc8b2256c062674297789fcbcdc996291523e94295845f1ff975ae19f1f5a9a872dddfae2b62b9fd571519cce6b728f68e038d0203119b3aa08c7ce3b1d75b1dda4bf130b062ba4be712f573c96d844664e5031141c10eebdb8c8bad9b90529524a609fcb362bb0762b5d9b2a54aae01346b260b72ffa26858ce2bc476d7fd4f74df24f4ec62c0b23023cfa6ed1e96a49890412a8f3eb808706a719c4c2a114c4e2a1a34d462cfcc0be93b95b1d8bddeec77229f8353a7388f5c7a91e613f0a3a97dd24e3062db1151861a91ea8f42a3d75a51584e548f8b361cc9cfde7b92a56842dc718962e90608b28bf48880ae39a9dc217fbdc55802b1f8803a0d335f3ac6c9e36d6362f592e771b2e171fa5b98b0a6e7d34a7390e6d8a25f7ec5342fa0c96071ca1262f770fcd164ee5e52190aa7106009bf3d196441ab196334b4650ef3e7f1732c630f2318c6887c46fa9077a14a00af60777ec15e764570d91d8ffb4cc195954c6313f0be4bcd98f747d91bf17ca0e1f7f9f700d7774f3ed3571f0e0e2192be20631ebfd9fa13b28c893a0fb8cee55565a8d31d48a043c14222295383ceb57be86326ffe77e4c895274206a3edaafbca414c7f606e3f1450f403eeaf0c7a260c263494831c5a892a53faa82cadd228afb3d20e3fc0ab7b37722e07bb0a20bd2786353a61067a1eeb117fa7928cec5305ea3eef006789f61f0265b0f17f2352066636047ac82c3e8b6f2d9a5e754dcfcf3ad7e7aa29946c92bd255c89059da0b2c63adb44fff8cba6048b887c4063b16fcd0b316c3c4d24365ecdf5dcf99b254b963bb39aed79b8c106149e2f86158380d722c46fc2203cf10a6d743325379028763d1c5d05e2286ecbe93cf559fe4db618b3ff8bbaa5753516762bbc9a1d21d8763d5486f1ca69bd493c4b1f0c05255f37e6f9ac2cfb32cda50c12919525746f763e918aaae6adebea8913ffb6c0527f23834efe7463d2f333b36aa295f71dbd863ef2e7348b3e12ad92d17d8a8f65fea3ad505e480c025963b52278b4b8e84d163fbc3ca97facf069217a0425ae986dc37c314b2df3b5fcc7f5a968f65768bb264240e47bc9099fb6a81777d585889798d7532ed5a3df9b28f496f1e112adb36642f650f03dc5c73fdc353f83aeca786d1f8841e24666ca9b26dc26f140be96a6431fa33f9276d9c817aec551b3d26d9aa24d4d93f74f5d8f3d78924fb68227764355be6262a25f4d70de0db0447b28cea3809f27053d30e2deca99f716039376442dd91c95cd90f45a9d5db6745ff7f380a96b7f2a48cc6b17a5c0d78f12fa76450e2b1b118ba9d02f803bea9582e5de2ccf339c946da509ee1f62b8b847a1064578c274d4ab965c97e767810ce687bc8735faa7c71fa6191ddb4bac665cdac6463de3362bd5bb75d091e80a47e3f3b5c5bd1586b9599d0970e0eba8a60817364662f0596c864426c1b049d9bd11fe2e7d987f20550fa9b5107d8153d80c223646a7192f9655ec231774b1d3449f06e74e56656433212f7a6e7fe321f4071f264725cef83fb3dde790c8b5a0819d0c45d9b8b04afb607f92ed7c9b1c6facb2064807c1c49a26da1d5db74e5509ef27fe780a8feba398b06d836e31ca3817c136483bf09599797ef83401e401e9b0e932ba1cf118cd29367e8ca903e242f92e26491cc83cef0e68271783f92273f6cedb9904ade6bfa53108dd023df14eeaddf64a894f0be49580626dc8d9aee730bbd21b52c1de3cbe7172c1a567759154cec64d230e8c0b102289eeeb8119c120b158558f07d1e7696efb7601d10f104de2264e4ab0ff457ee69dbf61c055e1e2418c0a39fe5cc0b8a0b5f0ff281b566e61464f2720669a4812297667678819cf2ca85c165b64bad413f8eb2a853ed1332ff64f34efb571d4e0ebd565343c6a821ad5c4b0c3b6521a31d85d7d92a54a590e264fc9cb739aca69cd330803287d3cbff68902c412affa63b7f334f8e1541bf7f6534a4a4ff63d2727d179a63d9b8654bbf57161e43f77324e458671e9fe0882d6535886b7948b57ea284a5ad5e7dfd04f45c0ba0908866948723b4b836d5d7f4653a694bfb03a016705b19930cf3d1d714c638f1127142e551f1c49b2833949665546db43f98550279372c928f4be9130d9388705355c8c015af6ea238cdb740656eb1522e094f46e69c124f0f58ef990150fa12ed6893a1dc59433ebf571eea659b0559f6ccbb4cfdc7feb61e737b5481beaaed3d42ea72764946551c4bd73a65cc454209aaa5a64c7aae749bbe3de3469c2cec6661a7875ac4e07bad92d4b265d6df4a2ad9cc625686062c1c8d014376ac62a2ca8302fb9950b57e85fa8b2465d893eebbbc84d472af4a51d728b64f1e405fd67927a72bdb2a2677b2d0222e65f7f7d3627c2847bdc6f2aaef1aecaa724bc3cd3cba9c9b37f1c912c707981066023d45c4dc07a859f1f00af23283d566ec16569a4c8815240c2f4445b1ddd76611156c022fc869016fd6c31356db4c35e472700cb848cd85d19c35031421d9661570fc3055c77ebf911dbdc691daef9c5de3669b064f23956955cc7c6490706631277fa4f329558ec9ba8b144fca2bd770f1e2e682fa8b500deb6b9aceb6e8663fe4068773d38ac23198980b891440636460b9e5fbe88bb2d304f736fcc4196653be1f7eaf2768822cfb92502e45314afe063e33269cfa600742f928faac4c6662223dfcc267bd2e9befea3ef07b61db87614e87b86c3b29ea4f0e26612c576668a0c55031c28e38916a495515fad83f377ace0893c66afe75baad2b6a283e666fef720a26d9a3dc072f0996452e9346de4de6fca4e2a707c75f86688f89b066b539ba161daae2c8c88679873794e6e82c57328329fa03a95becc52aca026f671ce4d3a60dfa573aed509e79e50ec87d702102ee1b3b950d829e630925b82c672defd084c6e8010723683b3e96de098c7ca184a333cd7a42d7cb56f8fee7fb6736a442c2074e70fcfafda326e1c7fe1a67ac71063ae69073b864d1dad5fcde673b37341c13d9a3b7655ac6c93d603779c8fe9caeb421fc7554e939561a85066756b67c07d3ba6761576fc445bd9eff1522f77b51f954ca12ea15171e537b3e6769493f465d7f09ae0f7ba8b0d55bbfce95f924b95e238a94cd049ed564090567851741f46bd0e844b7ab098003640442a72839f2d1dde6c2d4bde215c926b7678961f36171ae24829c2b71ab306b2b2694b4ee16803b1a0a6c240b96681b19678e251c625d5a076af96429b2b9022db39f709c46cffe1bfa8f966a9f201339679bd4c5203eba9bc030ae6e2912b3e1b45832b4298297ca303f38f3f2790fed679fa4ceea81c63e9414baa0d99780d7598997a06cc10def0f970a09506db64167a03d871c8f7b777532a99ce1aa7884921f9ab56ae435eb883ffe81a19bfccf67b23b61dac2bf5d8658b11672c67eb7eef60a9374d1c2b9a06ef8bf32398e9367c62ec524f36f3871b5a73b5a1437747a3fc08bddce0fc7b0e6bbacdaa2ea2b67ceaaee238fdbd8054b8492515d88b8177ff7950aed34347793f14ba383e41967d205d148ea37dd114980ca8a7f970c7caf4869d1c5b36c43deb2e416a811bb67db1667f16481767c553d8e9044b24642e63b0cb37eec6a178f055aac66ee9c67e0d395577f96859aed05d1a6f0c60a5b54f90a75415b7aade2831b477a611468040dc9ca92dba9236ab645c03bd5abe5e8edfb7d51657f2d823610c480f4436822936e18bf01a739fc2861e09b680c87debfc7e78a5b8a074751fa883c2282682780142b19953aeae875b0671b83630459638d039ddcd967dedc3d16c2d26868307a4ea299e5573a1bd5e45c9d6a10ebe658bd258ff58517401dcc66893bc468426b445d7b95388bc3c768aabae17e162d328d7120aeefbcc1e004615a9b7a685cb4a2a67c714122f7ae5f3b5efeaf678be0956377cccee49b0d030b1d7b50688985ede3c195acf75a7d9b87db0287df62a284fabee4ce94e40572d38d3ed768ba683c67d4cc0b73292eaad796a102aa0fbe8a1e57cbf030af785a484344c768bc5d33e6c0856c102559e62bbf8921a88b864681ab6f5e1f068c3d1e95e41468d5bc6fcc38751af03ac938fa4ee4ee37a007494d7f21ec1ab76cd46af4233768f90270ad1553803d545f6b2e2010e63ef255d5114306d66d16de1e6956bdef68fb9631039fe770b6ee46ba2979ad64cab1a8764e790b4e132fb9a83ec97582691bd472f5abd909a72138041da513bbb41d7fa9409e44ee61be0c458d84ce7b692b3b4e0caae033c8c7cc96b103204586e2ddb67f9741e4b9b4bfca0bbda32b693a88a1993bc612108e3099245076fb8b9cfa1cce460a5370f41332d718d6b9695b2d5213ff5b13bdac34059ce09ccca0b82f497746a7d1450955e35578abca696057928956640b9a12fccce4677a0095202ac2049c98a84ee1b78c5ee0e26569705a26cfd0fb60556ecc240150e939bd7841098bd3891bc4bdfcd50400b10f6979488845f9d1b53311458c2293f73ade4c04ef0d588adb802c247c75c45770697ef7b7f4ad863a3a6c9cd377c5cb89cea48fd5abe23851f069db0628bd774169907d6550b32e500b7c5315a7025b7788caeba0c857a526771f803483088e786992e6ec4dc657409e55fb7ddf50974fbcf5d24f844a6a837234e7df4d5f457b6993d430081893794e199b1db8475c38e139830f27b6af9016312b90382a486469a37f90ea1fbc196959539201ca2792eb8cb56052eb5e9884b8799c1c67133469b16e227d0c84568ebb75a93329211ec6abe8c8fa5acfbc7ed55c435e26ce2469b2cab14c2e31a96a01c9759ec08bc7ece9d1309a0475fde5062fc226f1533069b8fda8e1f076cd2a2bb8171c8dfc268f13ca2611406b4d19265184cacfcd9269d29b6fbee2c3f548f7d39d8ebe4a31fc15a5bd198ea2c084df70b513408d7469e3741f19052e1525b42dc5148f783b0a973e72fd2308072c9cec4bf12bc8b769e463f502edc327cd94d29ebb3e99cf3a8294326eb21f51a09aa76e875e035369f81e68303dfaa3da055d3859ab450a2af5d3bd9eb6bac06e73d1dc021d881b6a03680ad198a0e42880e1260f12838490a345a4b8a865aa1710495cdc73607c6a05bc90ddce531b93d7cc3da373caf2ef81bc0e95ccbc2af781af61e2098af16a21fe6987af4834d2c15d071512fd654cc2389ef00dabd153990b6cb1c863626a30a69134e0314045bbe4a95808bb3cd900b50cd21d2b269f596a243667b6436a3676748835e572062367415746d99edac5cf0c23f1fa59ebb615c52085af7e6a3cf6f01da909d1a92a2417dc1eb02a73a372874d60acf465d28b0e2183fe066a3de5eb3850e3994e01d8e498540d98865d4caeaee9c6d954dd4300080af21e6a43122ce60b550607944d61a3e3a6135c6b6444dfce77ee90841f69b0dbadb26a47cb1b2710e64331b44bf068fb891862bcf52a7cacf811fca6591146b9b8186a490aa3265510409a9794fdc2e606346f3db19fb9f1777c7893d3a1a8fd5ecf6a5056a2129ffc5dd567848efc324c19fb5253156c770eb54271d1184bb6a2926a652b3dcbb5684fea640a3a74f798a928d9fe14b3848ed274a4c625bc31bf8d6a7c54540198a02a99b7f0dd2f235bb6fd3bd4555ba9423f2c9edc908da260356a829f38daaa4e39dd7191a2be92860f1b9b061ba0d8390dbc440f40f16654556a82ccece134fb437522d84228f2b337d9e30d58a0c446349f759a4e63d2c3886a86e1d550a90c2e831463489071f3493cce3b779c68428b4e62385c3863f4e96a9bad091bd60bb6ced0f72d1bf28af3255ab24c39497e786d488c18d583d7036a9d6f82390ad5a0049bce9279ea895bb28e3109e9971ef41249c9c511aa80af6a9f1aa27087a311fb4953f1c50b62ca9fc7531f7dc25fc6569ac295c3a486016aa39c265a93790ae6725ba68421cc1bc491d69149f6c202ee087d09db492ba76aa87ecbb46e424116bf04c32da2d2d4981746fc4fda5a2ad0d4d5337941bb5e6ad6af63c192513100466f9b20906679489f44f630020e4029e1844310d2ea016ae0965d1710491a96e2054b10787a0ed59daa5eab1988eaa92162057599f1b06afbf69141b400ec2ec653f8684eea7dd7950b468a7c59cc451a3ed1c54ea6c86afd5377f44b96615ec3269c9fd23409ae158dfa918fdcee741e42bbdbac69136b01be6938bd357bf1a83f7d9da9d5f90c928f2221bc8b41572c40157ae088556b15b96c7110c755737ffe6eb685335c7d2532b63f727ac54287ccb2faa1dcd36b32a97b7ae585d7d024b5002b33b49be951d38958decbbca32050fe05fcef036b48257ca45165d448a27a0d59876f95041336467093a469305bb2bde7af801c6b4ea84950f3f594c8f52d1a377d48a082178e4443fa3bae01ceae3ea34588c46b554de02cb96b9645482b91b179ebcf4a76f679f6504bd3a8f3cbc0ad83652a6b5db05e89823dae171bde75111d1a13ed0eb63b14be0864aaea1b32b78efac56b8ff858cdf3b590e7447f8d27779de2a3f7e285064df5ff43de0ae18eba18276bb6332f42fe9e07dcf3090cdfaa1a940e70f322d64aa5679e136816b395bb136bd3e4a0c9b7645ab6714e04d09baf1ae72cb2460b5ce5c81aed442b0cefd3016bdb55cb12db9c5b390fd8806a8df34ccbc0321f75a6c139ec3f75bbf187a3026bdc5dfaeb373054cede1ead71a7bd9523af1843c2c3d6a099d2b21530e46a916be2ac5a75941bd0d2f0bf91cd2c86b93d279ec8f4f6aed0a1810fc7973acca86bef8c9b045004963be5f2c19192124e33700eece3ea1a787189cf5257f6afc66c11849ae5d6bb1071531229f63fa6f4e706acebcb5c5ad4ad1884948c21863f6c1dda0ea6ad94ddf8f13d959d51a83e7c5ad8cefcc98abbf4f43e46355983d16c218b0883aa7d5b7aa36df3aaa7a581e7da12fca35786d62309b10bdaea8d1a6c4c555bab64bf672e0d95c4cd350ec2ee700d5118b191803cf85bab767230106c5f5d1505283765862faa1781e8d136fc16bf64e9da05cedd70ebc19a6b23bb6c9adf48bf8180e2ecf1dd870d5d1630d70b24f57bf81be509254f9021d1d8da6ca2bb21aeddf689b64ff5b6af1bef65147579144d04e96d1331abcb2f16b3f36cadad4b24c7733046507c50eac75cdb56a553cd263642ab3db7fad1b28e52906cc66934ecbfa6a1726e1fb59eb1c2ee75b329084b806a07f0a63580e68357096ce3ee882da5f90781430efcdc6a96b7d892a267c95cb072c4becfb84349cb436cf9618e7b2168c950777be62526ded6ca590f30c61f1f118a81d29283b17c746d00820d3e9cc891d57f4f0f0c763cc8da6ba161a3651ce90843f183c8d4f9406d01f2dbcf4f9b5d5ecb2d2ca5717372b0a436b556f8182546b2dabbe8a3e3056d0665d187155feefa544722015e1fe76a55400efcd9733d46d186fa357ca69b6d0e0d5843d0073953c967756815f6a67eb6041dde526b59076d6503e8e2fdaf6d124e010613a08cc2d0d50a546dd4dfe94723d0981bb7e37d8b5a9a59d580226d1f39b6ad289dd4bcfc93b117795bb3184541bd94f31d9aa749c12242655df16d3b41fd0d64d42becf5b9e9846aa837e1cbd5fd714efdd37909c0768d2250f76d60a7c336ebbda9a9cf03b3bcfaae25f404da486aae06e46c93ccac3f99962e6d6cb4929bf27ce02c43ba2be849624924d3a8e9ac1a4884cea35e226c5141eb6d6ce3a7d49fc44213059d3abbfa870f2cbc2512638135694e04f79b8039afc06d6e0c6d3ede8ed951513004de3530347c2438f710d25d57b6705fd9c64c74736d7c69296d606df0491c7d49644b6a2b83399b1d56f6f5cd806ac17c2cf2c4a56d7e3c5d8c0e784cf1f2b4311eb18be44138957a02980014862d294011ca85f86d82a3624f2de60437c2b007994fbf610324fc4c90c1773ffe4a4551079d55386d966f79667247ddde04da545e35de1694f35c6b9d707ff0d030885b2a21d7e86d9803763cedf42e1e4bae9309315cb80ff6a717205750b5cf4cf9888c8e60c46d9ad7a9d9735d53374c415a19263cecec8496b376df82c8ed6650bf469da46d6da347a0d5ea9d20cbc28b3db78ac5e2f27ecd354f5552445c577196e11d65e26da6d88a0b97847d1f97c0f99f7fb6e04250277c157b4d32f1f767ead79159d86dbead4da0c8dabdf1dda99d133d46a756db37ad1352eecdb67d390fbd64673d6ddad3a52793e9ba9952d280d28cfa2a7a0cfa9d233ab3d7f62cfb6024e290636de3fa60656b7dc3a2f48810797f46be5badfff675ce0a80659b98b2b2b3c55e6de7ffa53c46051281bc6808e476fa2545cf9131d20c145e419b0ed4bb0da1946df69325e599ca845cfb88cb0c5b3c0e8d982d044ea58e9632fbe0b41e4552306dfdafb883c9c0e8bb6a9ad1f63874c997d3ed4bfc1f0db1b6bb3fd7472aa47a6e154473260c558ff14394d41783f96e7d2caded69ed0076f5955fbf6c0db3e46e34637970b6bf7d0305b411edb42534f817b96d8b62262b757642c21e0389a86e35dad0046ac286417f783366179d4c950f197bd0c3c193f7e96917c68e39a16e42a0840725150445c2b63ee939640c135b5b7db733e4b92b0b85686c5f069b6e4cff7aed3ce607df6bdec98537806b2d971a16901341e54144d7a4d16028326e5a8a0d63f71b2025e86d47d4f2e25696406de240760e0e0254e0fb494ae64b6e5c1220f99014b817a7e42f4adfda2d2bd4d10d03ce582a4a9fa5848169fa486e646be82eeb438f7a5dc9123966046930daf1de6acf8f9d2759a647affa673e6e70679c67f0fb077af3206710ba35cc732e6e35a286b54c8c57c2349c1eb3b16e71ca30c723864f827dc0228ab4458a4e188474b29e150c21aa15aea91343e96e75e0fad0b9d66fec4ccfb3a2f3536fef636f554661ebf75b89d7b1de65005c6e7ff0a354c48949c2e898eaef7692dcea794f6904c792347f89aa4d781ba39f6e80e8c5e82dad15c7519d3107482e7f78286ad5ab38efafc758dfca44a019c16e818821b8355df2d058f616acebad9bf3bee853e33bda753c7d335538de27206e94042d8779755fb4be223a7e499538f5cf2a3207abf9598b7283fce31535e46ea8ec3be04ee6398040492dc57aaeccb991a43ee199d8f4814771c5fcb020966eb61c30edbc9d6f462111c456015f310b279fa5030b9478a8c468731e3c7a3d6ebcaf836ab89d7704db0b63c33dd8d198fe5aae37d756833d087572fdcb68066ed3473092042515451328114726dc5758869f3174fc4621b0a3d015dde4d0116ee781b455a8dbc4faa8c2a2d548fcc8df12a5e31ed75a4fe7d2e71368f43f0d6efca469c94c264dd998087804113d90b2d84e93e3665bbf793df12f04b453046f03012b819d55e21f59fb05ddb51c1fdf9b72307e7886b9024f73a42c32cc776f079d82b0949a68e68ff55164a24dc200858e3b48d58f86fa9d70efd437f0436f11008890451294cfc5a4fc4377caca6823395ce993bd12afaf107cf6cbf5dd6f3202e19171f7220f04eb2c48661994214f9bfed7a69ce61c775a3d5002a24c6f3572e19aca0cf0a0e02ba3aef6d27dbef4059da38a6f9633103880f84acc056f3a0f4724a02e02ac1a25e8a9d091cb469b819246aa68118253c1a775943cac6f4b53f1db6333e7d6f7bffa59af57f624dbc779e636566c32314098e139c13e6f765122fb9810848c041893631b34a18592ec7949bd4152dd02e9aa4b5311556f9151f2d6742784d846e64f531d92078d1b90da98db108bb955e20b2e52fa116fb3909b7d0a816489c6d691ab253f909084c3fe4d80ec9baaf5a4ffca3b94b76fcb0108d785bf4348cbf79c806c6102e8ba03d59815fa71de6e8b467dd2fa756fdff01dfcc991452bbf151c77be1210f5d0d16499638b23cf7b4143ee1a67b76feba3d691e752e01b601823c23ad9d6a53664c7889b38effa1382d0f0c81a0e6feef378f5d436fa8ddb7d441f50ff0d4d9862e8c23161f5a6bbda7c69e14e997008a0577cb162864f1f859d3c66d563caeb235f56b4c87ce75c3bf95a11bdf3700a7d00aa5d747421f98578b0204c276d16beb52c69cef1c766d04b23247370700f6db52bda3e0ee35c234a323d9429f41bc11ad8d558d3d3ae3d5015097e7270129305256807ac9be4a4d437a83dd741500305bacdc10bc3632840c6bc1e9b70257b8e657242ddebda09bcc285d0643e48de174b81359ccdfbac2d63313e7d702825dd0778354959e94bfc839d664da45109f7daad11a3054c5f1e3accf747702bc234e9d34ea4640f96dc4aba1d75009235487bd53760535f4676d9e804da703752568a190fc48a3adb0c5e4ceea97ef4f28ad2bb1d3ae488d85457978e57703c4404a4ca3991d98cc709a044709b041ceb483286a1954c52654781fe4dab704c6476ef5833223ece6207c7848459f3825f5b4d80cfb52770f3300ef0848e705463208c4f6a2de5cea21e0973756a04ae9434fbaf49fd5413efd723b0c182706bbae678e883d1a54cd297a9ed9429f244eecc41827a8b59806eb156ee38d670877e9ee7881f04c3e48c10241afb7442dd4067995a117a1f5e4ca6e913cda5709a8879fc02c117b2caff4a7a5c8a45b5f28c48d5a0eb54600a938897c75c3770a1a3edbdd225820cd198c8ae57d47aeceecc802b51538f72eb3dabb73ac03570a95998d1b92165f37530768dfbdf3f2e6afab9c65b828d88112cc4a886219570c1071ec86da310d398b444e4d6e5de2e0b759e9349646ec005b782b9fa317770ca3d44592763710e8b8ce0b7c5ad676177f0204fc1613ca43b04d60439ff9670d97581e62d698eec2cdaf0809270179ff157c31e8de7bf637d68caf80e708c70e8f1ebe232dc5790d27cd4145b4d51dfcdd21507f59157779176247c14ad4370fddef32bfcb888160c4cd2facfebbce02cfe57797f04fc346de29f7c43fca87102c71b2c0e961800c93ae33e7ca1ab98ce4143987adf1bc219bd8f0bcc1c6c7114679b62d0e08061c7d0f11d18fcd0efdcfff62cd04fe3f0a99625e517569371289897466ccce88b976e6a167016a145722d527ec24fe0bfbe534e142b904b712a884fd7449e9a6caa578d3261ebde5cf02c44fb25313cc2e896dcadefa571712e1a896bf39104d8804585e1b8db23e6c912f4e07114828ad90690a3229aa7713deb31ae1e9123ff3bb0a1b9162b94b2d95c1f5e8391899470b02414c6f9ba71598a0f1b336927d3da479bb1e3a243963f6f28f79998809000222b497d6c07715b381fd7f2641bf583b8e8778cfb89df73989b23ad1262fe6a3a1d153735ca7169b4b46ab36ad6652a5a85b59c8f480f475bc43f3d963f6aec7ad484466146717a4cf26bc3223ee0d945c6b07aba7f78bb051c0fe151e76536fab4e7b9e903717afe2ba36bd79089467af83393d3372db85236033e8bb3e991c3d404236e26717da4624e878ab04fc26e9c9e5956810738e859f5a5521c3353488943130d6a7191bccf91f9fe006403d44002d09bed88306cbb2ce7ebff9105a2d6a6e87444719943501320ce2115dc338bd3fcd7ebd0b05f20648b09c7b875759685698a47719dbb205981188cc6b107f16524efa36972684e46b649a56cf38ab42cf96f6971c1edcaa375174728eb8a6156e885903766cce9147ae0a3eef19e4cb86dc4b371c3bab7d9ab26bdf5d5557a8f486b8b6f879656dfc8212b6c568c4faa07969f71e8fe24cdd1315713d691fbb73d964a183d3ca8c091caf9ed2d5c1d23c6c1af721a57e8e50903dcbf642cd688fff04c5f40bce04aa34a4108a87006625cb7a9721bb13ccc4ba78a15ea65fb8eed321c4b17bfad7b45c38598baf3f4834ff214722c09065216fa4297b993156603e63008ff7a5ef08a1e2a4801a7612ae2883a7234285e30f2bf7fcdff46c431b0b4c815b61b1973a574d10a72b434b9cef3b67248dc6177566db2c70c37cb63ad3af6dc90cb61e10f34e5dbd47b2b95e33d5b724b583fa26b7a5e4385cc048839581a65d71ffd468fbb598e339d3887085ffd7256db6a952dad6a6ecec35b4dcdf1771b1b0a3d70c9b2b2648034b6e663dacf725f21db13e1a54c5070c7663c177673e5df0c24e227e2fa94e20ba4f4e8016f726c5b084dc3872705928b85c1b31948ab2495c5dd7fb9a73ec5519f5f8de4b9728ce0c0098a4c0db82db00a7d5ed70a1b29f72ae3b4e3808690d0ae00edbcbc72ae19e562f053e4a2889ac325568ec89f565b399a6e1dbdae210e9e84cf8f0e72b884d51ec3591d08c7f2e800986ae589f96f1c3bcbd9713e77d02cdc759e9972ccfbc2f96f5a95e69e60b0ef1c6125d22cfc1b40b0b6039dfb48224a37af7872d30e6d841722955d3d61e06e24e1e0b11437022d6a22c5dd22d034294e4d7272d94e505f3be6206288031481bb0330db66c84c01223975a1e95387c5e5c72c72e6a71e3bb4edcd2f6e23ed7ed886ae9b1497fcaae670852460cd9abc577d3e72f5515ba1e30ffb8a4ff0bd01dfdf11474fd00c8027d4984c9197aeb1cb87ee72f55dc060b2193862abfd40bce923548005e38e0f46e81c2715773fdd92163672f8b4df82ce435af6dcc4e8f3eef05a7bc1ca4c86bc21b628db10ee9280c53b7313e4b523615cb19d0e9492effb9e385183f91c30b273fa6cca7ddfaf5dd136731a72b53ab33c5bd75264997d3ac55964b1790eb2288bd1a9508022b0e4501f7327fd01866a7bf54643e410ba6899a8cc2747e5ec4d9867301e1bc01cae669e732820c738a1289be4831ace3e6536a1064188a8529f512133b4be3ecf86cff6732b880b0d550032e4e5b323d71a817e15bc0f7adddd8068e873ee988dcc02ab732e084355a8b1dba0f50bbd4dcb5e16b3f06f53cc4638e01b3645efa4f2bbfb734ed06c441a35cc82c232bf0e47861cea57a9cf52bda50babbb159446c4d5967350b687d41433e334ab0935a9b20b183edbb21e23c376d7f1d947d4019d70947350fbd4348c0808cdae341da5adbc716fcd221d05f6465c095e3a51d9b79ad17387fd2358db962b70465854253f9c3fa5ac637253a1794eceba2649fe5c929673a0887f945fa364b48d5965896b9e50b628ac0b4850dd071b063650b44ffb1673a81644568b69e69adfbefd5b9e62d32afb619756618e90fd09bd0e20acebf873b2bf55948c240f24f1dee6ec5606cbf267fecfd11fc80f62226c78b06dcae273e2ac384e1ae73003e582eb2dbacdce31f6b8c9c2b64de43dfc8931b1faa2a973fc329716696c2931e479bcfedd6aa475f50148754dd474352849f13ad1455b7415af2accbd766457e33b31216c1148b2c7d0ec3983fe273cab130943c36618741f9b6c549b5eb4e2fb37c7e5873f31dc095be08b5da8f883a8235404cd231f743a7317189072e3b639f8d5ebbc6361cb3efd537c30f5e0f82b2f5c33956a4074429dbbcb79fcfbc669433806cdbfaa9e4c349b44a351feccee00bd6f137aa674473d399200bb930261b7caae9c1be9623e1a804f997af298638ccff531c57d744971f3da7c1a47a177135003d538b15e36c2f565854ed96318937f66097fcd748972021358232785f9586c6d52717bf4bf38b7db3846810ef905dcf1808c8b74994756265e60c60b2e5e3289b04958c3d42624d647eb061939892c204d42ea74c0ad158a327ae87611b46615fb23b481a0db17c63a4db40cdde21cb3917b2574c5c9d8063e1a2f41e317e6d8f50381f9f6470b2ab681c4368c652ea987516974d095ba73c72957ad6ab34472bc9944f069baa53ca49f36c94ea7c3f9061f4674d6e1b8b9dac118960c5ddeb8baaee1ab48808df9995a4d6da1d8dcf58bda6d750d7d5b92b52db7c81699d742d0fa55604245dc725a826e88c85af0183f2a9a750eab859cc8660fae4beccf1f04f34d7fb7205db6e53d5f1f6d413938bf00a975204e7238c4e3f6b30d31ede62784707bf10b716217732f05fe151993be86a575236754641bfd2e4397fcac1eadd8f9e659671ba0d08bb155579ee6610e7bf57529d672d74214e62ece70f7f36381933dc3d174082715d9d77329b991d33c49752dd1a391bc8e414887b40c5ab70e179d36348a3fb2f0d1a73ae1a0e2a27d0775362c5de5b367c2384df7c4558664cd105d38b537cc0b4e58caa2a9897d4d6e753f7c8e50d934a6995456ec186d18012bf3ec73cffca8f903947187646d7e2975403fee119bd4922470fb2abd25c7cbe3baeb7228623dcf9d41e9ea9769f2d4758380a5c33ddba6b5b484ed526e0f4a2b8f5eede35ae29a273dc0dded55278c75899f82b940d2fc7fdd1d6af11168b403302f061ce5071b90102027304faf4d758c44ce9ccac314a78931f9cc317b83820b699b1aa42dfb6a81bbbff898d092759ab4a05d91892429ed20c5c8df77d8e0eeb6356831237dbe0fd73874bc101a759b3b72f58a6a0cf9ff814a25a9cac63024bdab9f1814559543cc3af51a5921759ce8980e2315656f0c5e33f7937c037888a184eabd0898c4ef9e06cb509caa759d09841c9d04fc78a502d3c11017d07b095f45e0950cdb8f64285ee49a133675fb8ff59948dfe2553f2f3aeabaa8e441771200ad0ca67832da9af770c63e42760057626d41a15bb6eb3869a145e2e45213bf53037f307f45ac603764e07e9b7600c7e114b96b91c94554768fd20c3364789365ca998596007a3f6095bc059c760437639a007cbc715b816aeb51895b261c4cfb14c697bf50cc0b4efaa26c817604cb39f9151a520d8532f41cf340a2e45d338b987a230a7ff2efbf710d33be76191c90d027e632d0592e2f54a17d99742062b348908a3c361608da50792ddc761fc8cf0378678167ef67167929cea6ffd2b8067321ef405851a25263318a46762e948fcea157a8d4bb6c1371bf1c48d101d36f8bac7227ab4a6d37cf62e5f3763236867ddb9e1de8e202871ae20a6f068baf6724e424a5405ba14306975c567633293caa893ef79172f3b679284c03bc31fc79558de9bb0aa976e20766e36176345adf7d6baf20c86ac51b01f83e58d2d4cb9ab957522f256af0863574a0c476369c5ce319cd7976545c4dc1168c13f20946514b4780180f753016f9edffdc763f486d0c88ae72d07108bf00fe4c9a91a4dc043e173d650a53a8f38cf2528b76406ec24c86d6eea203219d72ebec6ff3ee0ae5bbee17f21cb5dab7b9a6c4ba7659a23c950de404c21cf034659a360ef16f998ea752a4f93bd5900faf433bd7769fef8ef4219eb3bafea57ac9dfa8c64131c42012c3fcd460a95b8af108b32d76b03b61ff2722cd1b73a0dc7b84430874b1287ee52bf21b7e6d75de06c2ca4076b67ccb50753c3e9b136e0334700be4522e81fee3f573493cc3dcfc9bafc0fa76bbdb32e1cf82a608be5afbbbaa37bb93ba51f3f9f7bfbd587716468075087d76de7b1d5f35d6f41c5be174cb5a1d3b612bcc9da458950a781e5c8002f5f22676ebc3ff612d695159bdd019684a74ab09f0cf14486983f494e796322683697e76f2eb8f31077f5281ca43d6856db2da11d79e52c865563938a4accc78fddea776f9a13d7ded86ad943a76740e2129995482269416d3ff94f2e09ac6f417fa347704d7a06067304f9bf50101f97fb185211b92b7a32bd9551a34cdff6a56bd3977156f4870f5aeace5f9ddc38e9220224d5ead5922ceff83f953deef88d593a77718b84121d52876e92e42633f19f05be0cb441a3b76851cdf8d45945517a5a87726437d103551d992d7a2ff75c9083cd8345577a0d52b68f1d6ddde4ccb4f8c77303fb18d9d70ba116e7e9028a7336534abfefe42a613215177c6bb4c62aeb8773c5bcb53f6256c866e2cf32d53c07eeabc5d4d44b970c2c78cc30f88b5a8f0773d04635e18a93a08c2025e4ebe5bb08e2010e458931f0625ca254ecf2c02f47740f2a0637cdf68ab2803c5ea487ad1585b9f5fc63a1c0e80788dba3083294b774469ff1e67c56b1a23bcef567fe74a20504e5d11bc0ebb09595c388864ca9c77486ff4d58c37eb08ff12396c08ed0a21987b10eeb48a4f5b4f16ff5a17f86a774d2eebe7852353d67bd02ea19bed9c9cbda144a3164738f37128b546cfc0a67750b1983a42b2219b8b6e8317a82464ce3265b8e37c1f36d3b9d1ae3a30b2ca7753c4742bb01a1cefacae4848b1c7dcb77aa04884966fcb17f527337b94a2f6775d3cbd095ed94afa1d644f6884acfe59fe48aad79ef1a3742e10e4ac28402c7766c6c6bf746fdbe6d307048258588d47f691ec0a46c49c634973de2adfa4a3776c9945277edc4e910d346441cb8eaf40b8376a3bed2ea19a57045bf067bd8277840bbbe047b41f9254c488e3d1875f0ca47c274bbf100d2cbde3042373631677857106ef9558a639df00a8a20f037faaa7fd1c565ce4c095bde9d325c7d374778e7e42a5cda361c2d5a831d1d49d07a1753f6eb791201adef9f6c6ca6f641277b70c8f1f633479a1aacd4ff92e05ccfcc87e4897bd7be65fca978656d093bf77c93e5361beceddf009c23f15bd7f9ccc9c99d5737a9cb006a7be89f069c3be77cfc60a8c8803ed7e3b4834d4c79ce32f74d4eaabffb25f76ee8e0469255dd377d65e71b98839323a8de881e2a718d7125f6bdee6c35f5da47a608a9e3d2a3177dfb978ac806f0500f8d928fcfc8fbf2b25f535eb429cb64253726c3f0f214777e49f1d150205ba20d0e051b6d77eca7f75a85192d4d634ac31840a783af39f77e52f62ddb10a5dc20a410b4e8a4108ba00b9dbce76114ccc150b8301a1470e77e7bac3bc7d1a0cd14fb76781efc7206623dc4503b931673d67cd527a8b9646780c236f433a5bd24c366c88721c807a8d7c77b416c733e23aab42823dbda599781a9ddb0c9345859ea15c086baa21070a5c44148910ba36b05288cddc0f7e97781f77d8905e98d374468f787bb7e799d6a6f3ea37e760ad2ddce3bcc8868eed78337a8f096cc77267524d7102c0e83be7c3a206bc68bbc0a40730fc8d3ad3b67833914de931ab9ffd773accaa9178d0f04d28f279f0152f8f020732f0aecb2c7835a89f7223d087145874c6251c4a46434487a3b1fb0dce9cd8009f8f05c9d1784b5083d3e9d8f9250fdd4c9361daa1daeb55cc78ffc60abc478e1755c454e47850317693a3dcd5cb109b6fa9d4307bcf57c34f86492d207ab2ef77430745e27868406a86b1419acead82aeceb0dc68d559f22a7e690174cd0a8c77e9b1002578918f516eb967bf158fec01196757162e36a3599a1ce4f5b77a23d649c4b2ab78a7d52487e495501f26d57df49160155c1b5179477072a5cc2a7d8f1639598278c5b7289dedb2b5ef4711032a260ffd1fc84941769cd1845fa1521d21873f8878c88827011b65f6eec58eaa346d23c51cdb38e2d575a8c6569168fe95fb90a978cd6fdb3f91216c4e3b3867dc5f80b95b0c6ad79c3326ce827101b033c8a65178dd54c0df1bc814b1d16e1eaf5ec7c04a6e0d044340f91b1cebd4a047faab5c78e8f695bbc2530e8604bdef87c2f96e5db1de4283f372e6bd2ff316dd753c0d78f49785e259e3db1a863e066b1faa8e45baafad4d9752362e8999e40d5bbcee78f66c2c42eab325e65cb0874f219af3beae533ce6b379f0bcbfd05203c5c0fa78f9d4b457252737265c617a3c922041194bd76fd01c25a07c37149debaffd4b790520dda3b878230df6eb1cf46ad9dba4a3e245e454e6439c491966e09b6e5a792df338c50bbc8b3cdbe1a6403c5d4a653cbf775edb84e0bd4359a230e642ad79388b56fc78905e84eeb7a188ee9d0b13016bfae56a93b64f4e6cec223360877939e8d674adfbbd1eba2405df4a8866b3a5c69fbbd7e7c5fad10a5b648777ee794b36b3a868e084ae2b3e41ee94c1575bad1ef1a1fadcd72cef312f8fcfc11e795e2615090886e40d2648da331cf7bb9bd4085ca00446b8a35b35b200eab62f7963c62b2b03815326ea61a4318f67dbd5adf3885b79e19783c4a98da59fb76e7964172d66d172175c11e19c0c953e58ad31af7fcaa07f2d195104a8ff4e8dd27972183a1827dd3f65d14f96bc8a46a85abb0ea9abdec6f4a4e8afae009e33a579973865849702fbf6d4deddd6e6288ab49997a24017df24fff2000e80f17fe1de6b281af57997e388948b34c974ac46b44bf2a00206f6a4efa47639df67f63e4d4080d2c7799eac8489c7a795383dda75ef983cb3122628338b658cac5fdc6000120784b679ab55f162892764303418c0ea74898b6fb9182f1a2b88f15d21cef3e8648b3a79ae0d0821b2920db47305087cdc1bb00f6bbf46cdcbffbb6132dabc40c5ee1a79bc1257ff904095e3dee7c318eff55d04fb61edc103f9b6f57f58c725a9548679c9dc1c8f1b75bc7eecfb3631f2ab5ac9815cff2f0b5be76c0c1f87fdd9fc2879deca4c244c139009726a996bfc07e04b83f4f787ecf4da6a56780049d173df7a10160746cd2b8a31a6408bc62ca6e39b158ceb18308a43ce4aa34fe00521d47a118b8ef162f604afaadbe8f8adafd6acdbb37967be4662e76545dd3dbabce87a1f4c1e6ab3987fe452335a0a861a0cc8cfd3e6d09328e16e6610d20df4f7b87a24707ef105bb3d0250db70902792bbe1ff657918b9e84b8f8f21765e17046b7a50bf2a2409fff565b21128115715492111965b2884f48edc9a3e3c20ba89f27a556d7b89dabf593e708ec0d6a578b3770a54cf156d77eb1af57ee4ec498a0b7a82f76588657f2060e47e8ef67780fa8dfde38bf2bc47247573346fc58d1f387a92c7141cf324b2034586f067d2e3b6678a399a4b39332955f398b93a04d4537aa25fd24aaf3f5114f529ba94e1d0cf90d0f0be614c5ee33b5690bdf0fa05e67aaa13167285cf4f555da44cdd577124bfbb144ed0f44177a4a019bdcedd4e977ac9221ec0191cf67c8235dc97a7ee3a166c57385df20350fc624e06fe437e177ae92d36829f8ea96909463c3ea3c19212164c4f903c6bd4a8310a1e98725cc47aed17996bf9cfa463be51f23d92d46f4a29e7a1d6002ea565a9bb320b20d22c7af4486dac61f815b5e47e42ca3b40abfb6cf5892765cdf0dbbc7344c5913b1f7b071ebe33f8996c03f68e70aa5ef733c4da6bbae03bd0d80aec6bc0fa1c11e87b0ef7a0329e770cf80d4f48dc06538275dc9f6ea1b1d39fdca20fb2bb9ba5917b11752998a3782118e24407409f7c8848c746d1399ddd427532cd0d3cd55b3f7b35fa79c886646a3226ab14ee203d4915e0e2552c7143943cc26dcbf355989c7b409a060203e0a4a8f024672bf6950345928bc0e4f4e8675b728d33f2fc8ed67b45d8410a0cad9aadbeec81fe07ffc618ebeac3cec309ca14ab3693510160557b4dcf33b123e3f45f423f6e05cefd67b2ecd13cdb76041e772d697b0a91eda97b691c8a3b0c7c2d237159e664f05f3ba6fc5148aa5ca9b5f991aaa74225bad57b8d73618188c0bc566d48babb95a2fb09d9b1112bf472a73cc4b8543be45b8b7b99930dc59ba239b0c53131aa545f0f501d2c5b44d2e7fd3af3bfc6f906779e7ba26e5d14d600d68898dd6e7fbb0dcf11b5f4c93ca70e77cbb7582983e0da3a7bb3842c821274e334532968f9648e8c02f7c21e3b8f9b7d4be183d107311be17bc01567152fe8cf5c1dcc0345c7b01ae8491e7c27e1849b44b769fbea8521487bc44f9457ec3d21cc8fd0575c00761552fdbfaa26ffd97e47cabd04cdd023017bd0a94eefe4c0b137a221515ac30045dd0731d805cda6d1fbd4daa421671cd47c07828598076ddec97bf6631144e031d21bd722445d5d3dd811c9f42d635c837c0b5dd06f949b1611286a4627fec02ac0b6b4e11cd9a1c697ee4546244b231d7c1ee5026882d050ec9c69c5f43ee88bec40f14ae636b3d0026c518e4de39e827c2395be8f98a1769c941e80af6860180c4a4f99164178ae119dff27bc5ec60f7c285c89bc51d0266a7f998b22868892b76e09f4180a75d512dbdcc1d1a002107c34721e63a6c89013cb018d4456102ac01fb5ffbe01b87b080f9233044690f87c45af64819916cb0d1dba71d0c81cae23fc3908b69ecff00aae4aecea74ef067c46b89d5981f7639013157e2703bf4220018e5feff590812d646ce8bc3019687c51ec68078dc55b8173866f6222011ffdb6fe41a0ba66102fd624f7e57cfd9c7c550436e7731a4a5afdc50de07e35dfdcc61eaa1a7cbadfe624d8f9a11cdd9a7c590de9a8063a6c5f9ec6993da708b9dda49d2e011f4d0af0c7d7ba11912abc7c6213e0294d474100ccca335904008eefabf6cf51aaa71bffb0bd794c9c3d1d7c6d21933511c313a27a64066cf6daaf34754f6c6e7b192bc650c83b1b7fa90d7c7105dc3772929caedf8d9ff7077b0fc7142cc02787cc8cce0abec0055fdbc57c7bee8fb9a8461c8fbdc3eb1a0f29638e0935217138ef635c6b70f0e54bf33e7c8226eb8f95fe31b46016c00109959542f209df4e74112d73a1f3a00365065b7c95991a0224d222ab5f77e6420eb0261f69d8f2749d161a7caa0bb3060c869d7c9b40268d8f6f957cc711583450fb7540a643ac6fd5d9399b5210158ccb64b37ca30f7a702d800f76bc0c88ca64fcddd52e8a2c5b1ac8c27c0e51eb621795467cb1d2157588dfcc18108ff4c45f11ed4e6163fdff98b53a122db79f16951c3b7cbbfc1d70d1a8b2bab9377bcd8d902ba5c31bf446ed3bd3e97d0eca0655a49d7cca835bc3c2845e426378cd82c5901eca5e8819a0403c1f3df0b7a346f244cf7ccb86f090d3b05097c03cd5b53ebad4014464412e19d2477d17c9ca7d04ad5f7ccf16857a92e1172cd06a3d67a71dc8b7f4098e9fd9f0eab2fa54462177a8647cd34e2178a890e45624149457053871491b41a9f6435d193121d3059209adb17d02071f5ee4bc1aa52545f218ddb7323da69b637ffbeccc8350f746d9abc5d67d1ddf0cca5f82e398fe14e7dcd8a662811fbf71db8c1528683de646ef03c4bc7d431559d285b338d6236a013caf1c10c1d9eb511100c6983a10dc2f06b844ca7d44cb09343facbc1b8efe73bcb72e4db9e72a8ba3ee7b54aac887b846640d877d638bfab15b962f1cd24e48ca6afcfb6ef29182c30ebe01eb4c07951a58906d7d654578c0eaed497f8bc53cb0bb6742081af939f7736b66ffb7fe12122868ba7d79018eec23c5a9a24ddf7381739891f8aee1f044a31fb06a22d97d7bfe80717d9594509564152cd85f509ad239a431b72b42779586c6469f16997e4d07a7f97dca9e1dafd53421cfecca90a859f4365925fb64588253d9bbac001047b511917ddbc22d36d727b066a66e54a05940901f18a9a1795f7b7c6e8e043cc7e8c8097de56d992dd62b91d1057669a031befb9f73840a8c1daa9b55a21ef7a59138757de8294840c7df019f5662522222cda5d87f3081d7b9e3f6116ffcb56b92a8b87dfa8cde0957800eb8fa11628932e10817630166a948428ea37987ef75f9a9507e0765fd32e88312d2e7fd3478b9609bdfe9e251a6781f0e3c43ad34c6dc5fa67e0a2d35c25254bda5faa5f8d77734ccea847d33937d0c771c332610cf7919377e11c343708186be565f903c72875a06a2fe064a0c86fd8747d4b93fcebf9c5c7e223d8eea42e5ea13bbc0ab8e1c18ea63a6a0b01aec910dae7a998c6e335efd7e353a9fdc998eb5e4469aecff934c5716deffb97340eb8698d34ea7e91137827e3e2ce44f153046e7dcff3276c6460d7daaf7c99e93eac06b545a3b9baad3a27e445a53a654ccb5f6702d3718ea4565765ff151799a6d984b5cb68c9429708b7e471ca2369c3836ea2a93d9e7a3fc2220e2a7088c9e661aa63d5ed7050dac917e50156a676bce9609fcf6663aa78b22d97645eeb9c1791c30d173d5dfa4a3647e516f45d933526f4aa8393ee658a395e817e71cceb50f18c70822d887dc31837e76dd1c7ed07ab453358d84dec8a2ab8c69bd7988ae8c58f170d602f06405487e78ab22262fedd0e2db56a4f2a221b8a063bb61dd36ca13b66674c9135e87d87e81107220a78788919f6410a0864b48719fe1952301ea25b459bf5aea9789817ea3b15e3491c71c2aba2aae04d53ab172b4c943ed73cc16fe2575174b6864e77eb9dc45bb5561e18e137152687d9ff3ece43fa342408dd9193aac91e4b0a7867ec6476c2a6801242a56ab7b4d10b9261e556cc449be041a5c02de7a921da8997ed43bc25901eca49bb14eb3508cc70219a207b16cf4c526a9341690e79c25007ee0c9292b3af1ed209931c5acd88822166c6140154db9a28c53d3bd6bd0c3e17ee1b7d584a63a88d7d9abd213da0d857271303361cdbdb6edffe4217be22df07ee1b876979cd4133cb9677a5fa6e7dfdd91e1095243097e9e3542185b1b31457f1eb8c95ff5aeef1c2783ecc0a526131507786df3f2a0f866ed95523249680e7f2b4e71241c2c212589113e6f9535f426719cda178feb5a1c97712d539c6f887f34a650d27fc739eb759b2c9b8f88a3f92ae13389e61752ae931f2057ae49c07f445b3168d192d533ec98583fd3c13f24c667c61460c4de07c0e4b69d60a3a07f4c0d393b12605c744d51fe0e05ac446a183769c0ae4496c2666261eade390e7f539ec125e22c23eccc9406be02a4cff1eb63a37ef07283c8c0c772c877b4437f7081144df1c500a990771299ba87641402c44aaa955d1840f8c6c804dddcb67fa403066575a9b65fb3aff69f02289fdc15a8756ae7fff8ab9b9bb3e9d0c7707fbd50cff39c188ce5355c8696f01305d68cfe1728d744cad672fc88f11687877fc50608d233f1662155489e8ee51951e0125e33feec0a93b54143aa9392abc47fe173ffa47516963c0b9c66953873d2f3ae6c8b70dd5afeae28466331f727957fe6bf89c7e393066af224634606836550151c6e611ebc0fb3dea68640f42389800024366932d46eecc97499f2f65f916fc3dfc376cddf89706ae29bde4f5976800271510bdf2c7ce4116136b8caede8152d3d531cd68dbe904991aa7064d6ed80255f23b5fbcee5089feaef6b8f43d3a021209d8521f26e7360bb29035e611f8049590001b9bf081bf6c2311273589109766143acbf480c86e214dedeaf39ce804cee696bfdd0383e3a47f573a0ade05eea7560ef4ac53d54d94e12a160e4c2805135631d55b10fa2d046613de54fc8f28f139cc58ce8dcb0c15417f5ae5c6880580b851b38dd12d303e7ba47520b00a77a5f42c33f3c2804f4d08c15656fb78075c93adb40476feb133520edbc977b60f1e50cba058d6451f07a5dc0873c9d807b23b947ae8ce7e602e6093b8063a6a6c2c65c373321d27dd60700b40232308087cd8c159ae3af4293a469bf5c35132ca66b3ff84c89c7038a2a5fc884e7fa8089e062c77525644ee0ace2763316db082074703e3f583f12e66c1d1f3a0422809c78cd3990aee0826c50ee7966b8497594879926b97018cb339ca13287bec680b8f10b4f6bd16890a357538e62dc03de5e06530da029ef5bc765f7441f3cdd80bf159dee81672f7b3ecc5c499a840736d752f7e0a718352e76fedf8bbab02080ca663688af91be2a9f233693e11e97dad43ac4634b783a312305d9a8e41eb380dd863d24f1bc4fe82f4b66d4bac5e5961e843e0eb708387e333ed78d91c3de80f9a9c60d5933bea1113510e90b29d7f4e6d83e465318be87cb3d88188f28aa80fb6b29b95974d795e4a98bc5bc38b95d63923e25da390d179202cbcfa4dde780fe96667abb019b9b0e55e7a202e2cf3ce9034d68aa2645954e8a2bd1801fdb8101f78bf41c04d01e9348fc204f3edf3017367dff23acf93c0b5193a10e161b8112fdf06eba1dfae077dfd012f6c46b13f65659d4872f20064007839d1c9c828117a6d1ebf27cdb80b29e27265acba57e6f1dc6975ada9687f12714ef02fa36811f67821305ba693042b13c61a030c406b25bab990615ff003dc9c6f255f0aa8130bda004d32d541d4b23a514a069b63ed76cb62ea25a30f84b8117aae15d8c813c8a926c3ee626de8743791a7c57b0a211ae091059197c7a3e3688db7dbdbf815c20d5190179f191100419ab5c964665d453236c745e35133a7e882fae6216815da6a98f8a7bf4a9cafd2e5c2bfa42e120c0a0a8421784b0035ae5c733a8238166342e78170ccd693a887059b41c4164e08c42cd4bd21e9f0d215533104add8177f1d4d71c03790c970889890e1b70c3b8ba150045496e7455e65dd7b0688b817f7952ef5ea3f33290cc76202aa7e8504c3cee8b191cffdf1cc5a7e953d29981997738d8abdc8753692e3d242315091cc56206bb2ff03add4c569301b8e7e4819c077b6ca9b45fa7ed33741020efaf10c16e79a040e3381abd6655bc8ce95b81ba25aab5204d89c6e210ed9c3b1a084cd2a0e1b97f6ab70a5f829a81818f3081c7dfe459e03ca69954fdae1f69ecbcd6b41209f04abe5decda38b44ef8d8bb81d4e7ff346d160354fdebf1930b648b3684576f9b6bb5eb2cd3ae193f61cb4781fc04a3e6cb8a16b942c7374a3fb0adda6e17f129e97029a43d6a6b222f253e820fcb3bfbb9d7dadb926704254074de6c888d73c505ddc0eecb6aea6a8572c682147236795ab9b1fb2ef75cfeeb13ce9efa00aff5c0133f19a960f0627b10438216bb041e54442e15668830876ca9b08bbfa23cc57812881388ef43715a60688222249776a2b6528be2f81039e379e6a9db8dc9ec9d6f34f368073a090aa12a8266c68a329511d70667116eee1681853249e01420027b1243935b4872411a62828210fd02d1db96f7dc866c57cf479ff1b75561f2d4fab6df47fef2e8627b0a828869e1108ff26b54f07651340fd5108f87acfac80618e91e450d304585296c828c60ea9f260140f2a99ababa60fc7f2761318a89176bcc9656532b0a571d79828d19f6ee11d4049d4d89f6e5393efcfeb155f03a0bbe0a921fb4c6d5a200368291bed70dbb515ca16c057a3f3979a5989817814eb971a9f14a1c6630dbeea382975bdcc3d43b5000babda5581d2d272a170f9b0c98f51900491d6523defca882b5d243d1eff8a5c102122fd04dc1b4fe84d31de83bdb4b0a1d41742f86630f82e5430a985dc71f5ceb134ac3deeabdecdee0053dafb05c0d5271f1a54c1fa082e885aa70e72f8881d9c4a4fc44512eb99e47b6d2c8977bf53c29a4ec4dc15082e9d17cebc4fa7945d4195e3818b2db7d93eedfd89a6ef78ab61074b2264f9882f411f81d3828649cf33536474a2743db3a522c3b885a192c9c1a46c742053e82f49dc92c5ca41d095877eacd6c34ffa511123e7f91cd156fac85e01ac85b5f82fe368b2e244b796f5f3344eb265142b2a5a5e9db1b3216decf0054fd5c275f8306a94d45c306775e90a15405079f775b58ab6a349799a273b7b7aeeb47da7f830e35b168179829e80470224bbc3463ed211ac4c9171cade1b83ec6f7c524ee833c5cd8182665fbefac150a50cfc25c14a52a02fb4679b43fa19a7ce149916883464958cc46af8b48e5bf451a2a39ddb6d7a32f42a18b898046fa09c23e26d1834ada359b34c7c9c717d802413695932322623253e9764abce140cbe492f27b835511ad31d89ddab83e29547d081bc285b034a6f93ab6d8ee34fb536dc5fee5835688edbd5957d8ca7f3e0000714d5b0f4f6c226f20e888b23353a5b10d2837835f20e8bb59a36fa6249a62b5f4b0dca4ec9972de3987ab32e934d5d13f79e683801e6982bf3e7ec566b1bd4b4afa85836020f5e9f4da0233e8d47578f194458385e6a2965ed51197c863cb7ca7fcdcd98d9e341ee47c6338ac5c1fc39e3959838fdbb325884c604e2f7e73dc86349e7d3f5c51ee86b043e318feeedb601fae8390e97fd58faf97266d1e263dd0437dd6ce63a294533c250e05f89560f8fd0983a0a626fdc649af9b4569621815dcb119ba068f6caa93124021b4dbdc43a60f83a9d727303a0fa249e9578155847341ab403be9ff4a2f38d4710cdaaaed67c383b69b6c4441c4d791410f933df2fe3c0cf09eacf1683929bc07416cbe85cf7483c2a9b1827c796738543a352c75da841d46859c6a7ff058348e0d573c3059b083de7b56398b5c2ecc49703fa5485b997342cd48f60c78477112a45ad8382f5a83df25b946773ccae80f2b112d3be5516eb967708a8eaefed58c706cf156f64e83e8e7ab136681969b56562e7cc47658d3fe954eb4b00e3844d789c744e18a47845cdfd8d9d649db50d80347316846598c89d43a7709df166264320bc133cc89846795421840b85d427fa012cc79f2ca71a02b36c6803da692925f80089bf137846bd4c379c27ebbd31b6de8c89de5c10747fa7c4604a9c111a2a63a86399f3484755a371c7f3e66e0a0d8ab4484861097de69d4c70c55186770fed9a976e4aa848dd27beb0003f7bf2fa6b4392799999c787eb6c5d1b066fa1237ecebae51198496cb8acf6f84202cab7cea24f910418fdf8c16cd9dfc0660a4d8c91c73d5dd84a6575ff877c30d1b7a0b1b5ddeb70b76c1587fd68423bb62a30cdb784eceed84a6a3d67189461d4cfed3677e157e08ec34f855da9f2bfb0da6f920a0b0950f84ac993fcebe7a17dc326ce38cca1ff13df30c808f21f6dfa424a178a11c947d84badcdc85f6ba1d65283836a03667bd5045a6b674b5c3118c09fa73ab596b1884bff7fd9cfe1c4d63c7c7b36f312b8d599cf06c03e792bba95623bcba1b84f584cf71cfabef705fa76aa79b66d33f386f6d6335d692fc5c504d25bdc5d3d5aa84df0954304a1ef11d1000e799f4cd283dec44c52ac1db98e5e5d3b53efa898f84f600e2b55acceb28d7afa48fce82f67ca0ee13c600821eb72385958a01148f8503e0f887d7fda7147e5e7932f263f374e81c8948fc26bf444f0df9b45acf8a851dc5b81dda6cd5738340306a64321b532a0de7ac4b83a799b2b38c88a51c89851e7f8c5428a6b367922eb4d983a7f3fd8174ac127d098c7a4353f830ca6ab985297714d6641189cfe2e956dfe59ca5b6a631cbd34a7bf4f4685620e682f027854ad362b42d692e1739d64541f97e9f2b7c25009df685c2ec12f98a0e40ca6d85569177e4e71725a925c83aa0334351232b67d6f49b09959665b910117dd71785817f05ceec4025733546c5926aac667076f1c1c44711b008b8f156fddbfc0e858c4d8d117678c2ead02121aa88e0eeec39304dd69782a579b58b2d7405336f858c5844b110c877e59158c1e2b220bca0ef87781254fce9f18d415d1857149085a6be655a0097709bf419a1f537b8e3df67a04beb7af0581046a2ea44a2c86b85a9350b7042f7118e8023ed8e1b83e43a4ebffed370025bb7cfc846649b2a6e85c1a637c306640cebb78f31181a6836783a6936939e4c6620a46001074ff77a85d57ebfd311135c908c89416a219e5e45901ea568a986dcd7fa7b8fb45250a285e187684fec8bf009f60167d670aa33b0b215587c29467d68be3950a48fe12a85fa894b5f09cbf70bfd265a1503324a94693be91273b1c062b89a857e7e3aa286117e5577cf69dbab75459966b5024972710ce6d2191e0ce6709345e6573f9c8619ebca23837fdc88b32ad2195ca0abfda966ab7d15b7d5aacc11b16ddbbd9c863234f36aba69b4dd28531033f084a4070d32357900b2327953d0a18e6655b2864e94c919bc4a17413100187350d42b3fa73eb07e791a596dc2f89e70e03501865e78833effd4eb7024d621bf708de98a5bf614720d665ee30c6e159cd745118664ba66be8cd6335da162763c25704910481d07de3acafef399573dc20faece8669b1008fa9c2fb014673ab1a4e96c0feccdc614652c8ab893f7c5a3dabe7708683b51bfeb95529ae1ab1af0ecbffbcc921f81d9b118c81818d3abe799dae348684f1445900fd36c829b0c3e27c9ad529f530b87886163b515b35e6e31e531386c99dcae8c8b7a664544b883a6f8beba57f56d34c1b8b1fa7954582ec94329f86dceba479e9a145f911fe36c1185fc0822558635fd8f12b987c13165637f25486ec3df0d5b84e1cc9363919d8f50afa70ffaba6903d782f4eeed390b346731986ef2f1bc897dc1a0743aafe908e65dcbbb48cbd694c24b540bf56af5f25c1c586f5445819c62b43ec5d8e44af24572b9366c8109b79693e183c865c9f3483b786fec7f61d72c8280d14126ef01ce7a4627c38edd6e4f6068a147fd29aa262b2870cfa5e2bc6f28dad914d72568a35d1c82d0d02f118a4d70da0f64adc15023c8724da6a9fa1a74162d7b9be572230174145dfff909ac9e03d63e2ddb69547b6872f7477768437a9ec4be39bb4d36f47c7a78476e7d3e67499e4af1e6141580387589394f6b209b6de107836520a878f946158fc82d6ab35c746dde627f1fad4876da634ce40df789c35d467c740c54f83c373ac740e37977abdbf948b51e67787808a99af0eb700fde52c833787a0782fcb40363909add08adc45b82a23058a878786f3dd2f0f701c3f6905eb51bffd6bd267c6b11f7999dbc5207b10dfdb23879d5c106f25457f39c106f150cacb8e7384be5da4d968cd82523b62a6453a0087b5d637db265b07882f3d739a0f14f863d2b4c5c0ec4cfaf848f2448df26cb187bbfc43e36296cce2ba0f1dc7ab816fb76fcc4d495d327c9d505e3c71442ba387c09c5fabf7fa9f64fe2bb8b2256e18fed0472348d0b425dc988d72849fcfdc87ca4a3ca50a8fd394977732b4a7f6c3c2f1e7ac7b535525f692094e3316790c87ca753bb05644eb99cec1636d5748ecb6ee1dd1c9d2274b07fa10671152fc0a87ead69ccee51983f023f85d28ae51276ede0ba2b879977ab64d61bfcd7ca2ae87f0cfd7ff5a843805335023eae857d1285029f68bd3e7170aa411d9f4d59c1987f0e3a3377c9a9d8723fc11ab177c98a40c826967fb988aaa991ec5e513b49187f90cd83eb31f3d837468ba407e31b24ab3d1c008b523783951aa62764c0aea87fa27acd762fe95724cbc0d38f8d692d8d25c9d84eac3ec92389806af638549881e857e2830d23ba05ac5b387851934f68fc70c3831824f20696bf999ff9e92882872e9f42e50c68cd8a4f6c6780e05baee036e1fb1ae474168cd59de49e5a38830e376fcb89e36b3b01bac2d13f91c80f4a317576b2928791cf3966a52767f8835d39355fec4932a1a0e9906b09822c24c76d13a3a09ffc6c8946aca46bbaf8840563a993247db88cd7e4fc9dc5f69530a034aa3ec493e29f51144336a0a128845f2199a49357870d22a49a30d210ba309506966ab5671ee8b19d76c46e444885653b33e3ceffbc9a7585b221e762d56801503b8f62105baa576048a5be83888650145c03a4213c9e4c789f18cea943821de3e4581129990c29a6143dc74ef8865a95189739bc72c4d7a990bd6587bf0ae5c155bba28486643509441b4bb76887935e5aae91bffd246b7c2e005b5ad595eb40f17aad2ece301347d18f9213f8883fd1cf8f8e882da1e0a9700f7adc83c96c23868012c4f1a5fb0a953e241e1889b7e6e44b86da0ce6e438f21d6baf934e54b8599e3b829dd858c33800b5fca88b4e0f65fac311ce55b9394cdc00146118e2a9b4a048b8cbe13402da924a5de88c3548d98878024ef5444a34d52aceb85b9a37ec8468f2da19a35aee999827b88d8aa0086f75778102613af5f870933675f60c642c6770ebd69c15bfadf0c2788db0f0a54e85400bc0f8c8d22bdab2dde1b9e8f761d09bf9e01f4b1896bfeb088e8b6599b6434208977baa3f1aab08bbdfd3b2f758b2907d9a25811b4e0c00d88ecfba42f5f6fcb10a15b92a48942dbc7d3f30a4b4b786db67cbee7542a044888f5394b406b9184146466abc7ff640f51303fd0572a8daae6ad980b1566613988f8d98f9ea4da879ab75dee53b3ce8548445749f4ee46e37ea6e7841b19b00c89023c583167395d153d132de316d28ce98bfdfd3ee8c5a13019c13828f4a59a890b0d346805fe4810c594d5d348f8626c839c0cfea80658b654bb0aab007922891e61175254086691fec5422d812ec452632f93906eb5d44d079cc0972c3d67892404a7287df342e2ddae44963969a4140ea4400ea19482d75d6445c1cd5e0b8943416d0f94cb37f97462a176f9e15b0435ead4537b47e5527f149969ae0836894b37f8a113332198dafe730bba7488698b7129d5b89d4ace5c282781558dc6894ccda4a67e12a686995bf7f3d9b4893b52369ebf8279d8307620b929b864bd8952c7c20f2faf0a664a84c36894766935fc7272b9965c7a229d36a571250921896b980f97fd51182afa3b064d10018a9ee8c1a3b0754f2abca7e12d5c6ab50b896d0b6b17658e775b70d4a53103e3cc259ca0f5b83763a970214c971c377767897eeb5d27a0ce3d2c37fe0e398715768595dc2ffc0e0c5f97be9c21df1f805089b077533598a0ed6223664aee57be6e656f52deacb40fabf441a4ef575f664589c27d9af72a42112bbce4ae76cf98442de14015417477919b72b3a4f4468b4e89d2525fe9fe5c652b9bc52111bf20686fe6acca2539d3ad9d8d1c0f12cf18ac89d983cc099296a74b57a4651232d450af15ee031404be82965be71f2c2047ec89de376f885c3b9bddefc6039243c128db94aa485cdd98173999c86615f5ff2f89e589561ea9fa95d37cd904b3e7f869f688a508a8333c50696e1a8fbe45ab4f89efa5566f944375098c8607ec9a31372c73e5b775a5cd891e762cb1bfb2fc9089f54bf3794a6390b965f2c546c247c9d5eed505fc320b9f7599ab5d06225ca489f92333ee100a56dc64482d534cf63836ddb60cd2c08f3ba11b9b0b1336df0989fe0ee6020314794fc2cfeacf3d10c31050cfe56f8ebddf1ed0a33fbe941fa78a15db627597eaf9f9c8d794ae94adae00ff9147a85c25b44101ccc7e8f2ef018a22f5f3fbb85ef5d063ceafe3fb6b99dbdc8e6fce548a142b25a7c524e7c35b8a5bdf2f74482f8cc42818dd8e32878a96b019cb650f71c733db9e48eb2d58878a743f20ff4c9bd141b1fd2447a219ed3f439ea40cbf8c711fea9c864747da548a7c16e68150c23a36aba6684c7f12365e8945847a5075a0b2964bc33b6cf9298a9984890caab863ffeb3c5322b21ccd55ce4249ef9397440a6d3f8935f866838aaff0a58ba4224db6a30b2c0390e1144f0e3d9fee3a1893a0471e0818e03eea8ab4fe91bf6d826021ba6c7b5f2c0b4494914c96ce2bd532800869fe34c784ca8ac585b417f4eb2e907a3ba37ffd262005a8bbde71e9b1e7a2c3bb8801af1f398acdfdd480d96ad68337080a54acd4746943dc1962d00189ce4f4b900b0ef1cc8ae3afa6304e56891815b6c9806bc5d86288589d15391fa1fdb4a5e5515caa5c8aec6d1c88dd2c7aa66ff4ba46c453498261c1297ef361d446ed3dc0f632e5e78afb0af029a9be9cd0f2e17d24eefea6ec89c11b24f795b94edc29829461e3fb8afe1d642a27e41449153cde7d82aa1e29d8bb501baa2a6ca597c27789884b428b157d8fde9c08f5fac1c373324360bbc19fdd6813126057e21f3e8f8fac1eae8b2195ed22387a489b3002810ed10b69a1209ec45628892bc0fb6ba7619650b58b29baf8b232001fe4d59213ce008bbefdace1b7041255f8d2e42872ed6277c78b396b226d7bef521ed837e861252c71ba4a4d30e898cf77e92908e55e18a8a28b5fcea02ba322016725e794964f30fbae5b1421b73c4939e3c322af9e4e87458b68dc95414f6b3ea01b6635cac639252cff3cb1d7ee9a393b5d8f39cbb2990e8b69a9ed30d5f8cc4963d33bc618e5c68aebdf409f708f19d0a5500d7b4900898b91ff283c4384a3bf7985b5a1cf18a60f5d31d4a3a7cbbf44a5477263f20acb8bcfca704333511f3302aec623395c0a230b490cd56871321d349b1c3e9a4d7b8bde759a73bd8a9206b9210c52642ffd685a53f343090bee9b93e75d5faf158d8bfb145702af2d7bd9571c46f976f276345be5693f6972cb7a4703dcf6610cd78c132fb80ad9899f70a0b10fae52c63f3631bb192e78a1876c1891f622b23ea38c1502bc8edc81257c116fa2caae196f331083faae9664dddc6c1fdd88e073398c3f39a7dc3a509d9f6b5a9c870ec0a449252df6dae4fb55a53f9cb7f74dfc248c4cb9659fe2a292555f46041e3dd0e7606f5e9917467f70694f40b2b75e2fa68c580df811f1fb11d1128f21efb9d06893e6da364bc4773f1caea16f9d3d97378c6f837c3cd907d5d49b52e953aaca4b56514c6e0bad8418778e97f8a9f7ce728c733767f8da785030b6ab99b588caca5f788f5f06f9fb7ab5d693870bf4c9a58c7a64f3d6eae45e9fd0a78147c2d944432e25cccd7b133f5fefceffb17af1b98c7d2bea6955260c1d13341d63fc3f3dddbd93f24be81144608228ec0c2405018c820c28ce5bd6e485a04068393c7dd652f93dc22df4ef2b4b855be33b45a8788c9e2dc9a9c8db480f000cfff38539d36b08b05d07c0343a9b429232e6c736658cb8405ec2e049cdaee273a6938ab4b717af4c8a013a7d7c39f3c6b6bc4b586b8ce5a52c6bdd2078941019f7b0b814c97e36757ab060d88a69699637f252b51c8cfabba1a77118f8db3340cdf36e114ddce0a91735dd81881eeb37a52d37a48d8cff9423934b85e85437b96e2e853dc524b7a3ce7159f5b800fe224d82fae5288d0a4f72618c4851b0f9e8363185ac250ed9ba788c4f5b41cd1db8fa19ebf1618d1af02260d283dd3dc8b119527648826d8685896660b4fcb16cbc739e1857bf8d3a92f902db75f923a38660cc13b74fbcc3937a072c07f6a390fbd06e5fada98d420742d4d0e5c20ab55364331195961c930257bae74c9a2b26f903ec8c91638d4460a75fab65dff664a3764a4ee195aaa5c03e626732868a1c015a955448ea8d46c853047ded04d2d70f212a8272556a171cdfcd146bb4a424346d781559b68d4a01a05f82c30de4f0ee6bf8c74037d457f00309daf1a4247728e6d24d800c8d507fda589d85861f7043ec7dcb1db2fb1f1598f9e302fdddaa1fa8562ea18c8d575072f799c4d64521e506936fcfa6acbfbd499f5da79d3150434e04395cbc8d66310932b376766deac3c55e4caee4a7e9d6d013d779106628bf5f3c3e4dd08d66768b8071c1aa0db487376a5a32ac29691d010611389b26fecb3c307eed808d742607757f62fc76fcc0cb5ad193afaedb61e6a9ee915f49d30a4283b802638d796280cb1369afa258661c4ba6d7bb5a2048b4e35772b5526b4cd2e943ca9d8d7fda9b2f05c478009ceb73942d51db81b3b7bce81e8fcec52316f800d56e7b8d878df315f25d0dc357c06830d90540ee08b2083d1dec72fed8cf494bd4ae188d88fe7e67c49f30e2c8a32921bb8c84d1b1e34b26d8403c930a250964a73e3f8d8d8947d60f67c87421bd33055d23deb36a4e9d37e8a3159e157cdd0ec2263f8da8c7b0ffd5b2629a033ed4cae0c2c0593e725d9962be838ca8cf87023383a28dacf5de10b4bd58e0b43e6ddd3ed0c3834f551d799176f286480a14c03be0518dc4b16722b7a2a95741d2a75f67d3db73ec88eb55fe994d929c112d476d22a68dc663b56d237b9c74b5d323231e9f8921e13616ad01274484abf3f521a2f5a38ddb5cd6a18971e23c705af212abf7aba47133fec0676cf3aa999bb00b23a4698de255cb50a3a2d328731150b00e9967b08bb4e3ff2f4467887d8923f71fd8268deb8e4802e233c426580377d2bc59029d9dbbcf3a7abda0717bebec499f863c8dee739cb8ad9b55788a7457cb67414f2fa9926d18c6b0427262aa2c19e7cc7d8e3719318796adff4f5ba193a79e2747e7bad6c1821e641f377a0d7ca4712d5b8e497601f9c2ce78bb4421c56618cf96eae56313e01b444643c5205d95f135ed8e58bb510a1078b9c321a773d3e654aa8e1184f4bd50c4c2be021dda5431a4218e60b5f042dd49f2d9725198b5a8712287e3945aa146b47edea62dc364b1f5998e6c57ea935d219372869474ca54c5244d4b5000e2b69e6cfe071ba84f27649e8e825d3cd848c5c5e7e3b21202dda797911c72f84058619192e29bca22639dc68e88147ca0dfcd57303052f5e5acb638b3a54e681b2ebf73290105dd37003b588e965ce274aa919549010c379e1dd25311186334032ca24f902f6002d2bbc6138eacf55b2570501aa6fd8f9bd3dd634612039ad8f2ed7ea863a3b91c52f8cb868ebb5669ea4de04a81b90a140c3132c5f400dd1184b40befa878318058faa0d88ec40dc4ee54e93d3226817b24a994c6b7607a233f1840f808cc5c10c50075178ed846f6ef4d47877a9d9dd9fbd1708209fbea15288b5f99dff076c1d1c2b2848ed98d40fef86b721fc7ed79dfdc7eaf881481c4ba43396cd8787540f7c7c6e18ee148acfec806ce79e13e37b7e3cc48d666b2e346db34b7abf194943c1a10c58ee98b5d734ce9a2f36f78456c21009ccf1bcffcb7675567a6e4810af382f4478efa8676e39ef8bd2285403a7e87184347f40b4b0c4560c2175e2dd442c127468f2af25331133fb47c7cc777f4ba96a57e60551c61fcf0bcea8b3d150a33838d8f2d8b3a6f895246f12a26830dc34a73e2134aa7a4aa88080d645e10c90f9a138f3d50a89af23dc179ce70b0e8798250f4ff10e6e52a08755dfff504ab9e2a188f68596566e1c5db6dc35672ce25a3cfd60c29d3827809a9eb63dd60b339ab1d8f79c54423eef86f11ed98d7130d8597b587e6eb7006866a401427fb25d308f78f9a28f0b1910802aca7f0840d8b2260bb34a1ebd62d586f9c6c4bf9166b24eb8fd1af8466f93779d39689eb04757323e486692409855c5884692084993c2f6a8fd5bd0adaa62a8dcf92009c2be8d89425a0de56e9bb89ea1f8e7977ac1a31818fe4eccc3195300b2bf4dea0a4d9dc0f5df819ebb2202093f65c9db955435f738ff0b6f6e8bfe7b12129e87e19cdb4ddadf13e0bd6c2cb14a15135b7c6be9c628ff37390141a702e9328592ae987a8759dbd920c2579c7eb04791f9165f053a58ff76827b83a87891e15fc785cc215e94660020566e8a27301a6e311429058129023c44dac6c9f96e41157ca00ea9223f35ff3dde2c545d99ceb4c91b88b5d5a90328c7dbd0b207e386648c5d5dda71c0ea5844fb414779e88b9247de4f61d6a9045836b7724d88ffe1df4687ca1e7eb6158a578924e47f15af98b066e37c21590520c7374ffc9f0ba1e95c5b0d4f930bf363c57a155b42e93733a49f93efdc090542da6d736664fb0ef6c625dc6e2395085c2f0bd858ce740ca3108c5fc5e9090787aebead96f06551e35bf653279fefc29717f8a1d201ead6e202bf7a3e2af90845512c83069b0a1db71a1bcc2a02c31c3b808cf8ea3e32c04b085bcb999e39095990ca3d0177d40ed4cc016928928dfcd99565a9767abad7c5f7d19d0552990a9b338375ebb2aa61153242040814bf8f2955e2f5404a2b01aaa01e99432b590c5220a40040f2bf808aab219e8fce3e00a56292d64b798208e0cb643f9161390d72b76ab98ae35c6bf5ed33534ad41ee6c83b0650273ac81fa1ea4fa925ed890d7a49a81a052fae663d30367efdad380e6511ff6db8becd863f740b479ac8991058dd0ae2a955d6111b2d1d52fa2933e5ef46f3c2fba393ff2a9bc7f7391ae91143a1cee29d931a722807b2f86ef70546ae4ae1ed996c95cfb891ac53f4d8091189d8da1d0e26e7b311b290afc9ba0842d9151cb47a51a3f5a8efe7d2f3389912793f5d26c3a02c63903b177e2293a49f5990729c2829acc929d815d4f16a3914390c27b647694635ed9cc9f39ce65b3a70f5191db045f8312576f128f7b5f915437d551ccca8285f7ce1e7781fba04c2ee8b0874da0f0c6ea3d181be442d691920de5ac004119748fc8914e0b03e40da2fd3ea72da62d626d59554d15659891bc4986a65f6920a402a556b60512d8c448885928f1956fd9dfa09ceeadc18291c290908a219012b06b7bfd75067374d9bcc692871d6c7cfdd561907aaaba3491ccf1a635039a3540095eca6e34e86babb83dfa0d09bb5fe64b96de2287de5891d75d3497df4099f0b44e5309aad1749e137794d2a0fff761465efd1bbafba591eccbee1d9698eee14521069401d4f6405aad5be6157c1b0f8f86e31069287e92044cff6945aa203bbf928a8ad48a9dd4528779d19b6a70b25d631e3f04ceed92060a54b01894a3044d4f6d4bd377604ae5faf180e7dc342f0277772d36cacc92209ebd71af6e4ad03022644add8dedaabb81871c521a35cef22ca56a64af0b92275988b24215634889372a8c28df922ce69724dea9d202100bd5cf6b8ce09a92331960746d9cab0bfd8d1e355eb037a17db41c4dd2528060fd2db578f108c992631e18879b72e62d911e41c024da3a541bb8feefc756ac3826f31845c3373592710f0bc5e4a85905e66a5939e8dadc4d96489e159bae95ee451358b85b58b2929b5d40479a33a6b805873a4f1c6d6f151e5d3f47a1ef145bb62159908a01d6929ce1f5fb53df8f31d693d17df464cf512aa37490c92ff0875e52c3b68eb56292ab3d39af88b91e4088c5648501931ba3e6e10b728a20321e141c4834d7d18a92ae4a4d42c6f2d1a6ab7d06e3ed0d01993230890f321568d728473a90e83f7b92b0fe7222b8002735c877b8f7ddb3f3997406de33639134ad590056493a3e0992cd5822f44671b39755b87b96de1ea0160cb9694d24ccb53c91348b966cfbf192d8a4eda0b6833801b630942f080a7db64a046033bf636c360be9c648b95710930992397a5e712df61da601fb379e9aef8a362c9173ad76c58454657db4bea0930f35caca3bb375eef72bc42c332ebca52d9fc38f399a2346efcc7da282451d9313175c63d63e156b2c2d97aa0d6869fede495a2b5e20c046a98c019446c2569327242498be4974b4fc9ea5fd07f7afebe3266beefb202d96ae386c845a0536933e0146d4598a5c33a79c38c3e51966ff47e64fc9c3703efa124b65730521329359bef9856612ab784d97abc077a67c5724d43c91266806d2f195a7eb373080936b37ef18b7124e14321b8d7746998a754f342d4063eb74a2c9b733b428b0fc937922932f538735e00520f804fc0f19af4d33fc38a269af2942435b18efdc9a937e945a57eec04b9f6937f8912f5a8a8ebcc907aa487a85268b1b302c9d90b79388b03f1901522de2c6cd65c56a32ad235816ed48b60a64b30f357f00c2b7bf9388e7f4a278b9bf227def17767da8f1d0d0d175300ae24d0ad76486b83ea5e1938e83402c7a0a998ca2912688d2405dd6d244dde1364e87ef4922227be7341893963a67a10bb2fef10daea68c1849fd53a9c46c9d9eb914d0a3adc61ed6ef2f93a4b6edb96d7e8559f86e72f33837c1f0ddd545170543cc0ab76a317314d54493ade31e2955c740d533aa6bf37b815d3b9ab2c80cec068215c489b70861d58c93e0d0cd51f464c6ffb30c38fd976b35b883f29c356169c72ae45557978ff77393e287b8737b71c3fa9c4b6342b8cf882a8d9b9c00e59326c6bc003f77ed6f0893fdd1981d538c9fae24a4a680c4d0d44717868feda3bac6074a4e67036c635e940e5e4848b5ef5e7ae705dc53ad26115ea0bb9e4694f1debf68593bc86b6edd947c0bce545302e4cc4fac63779e1cdcf144d99b4f046569e8cd6a331e4fd02994bd6f9cae141a604e7e1775d9a9c9629e5896c901121124f65a9cd998898d8f94c05add9f695f1df0f49bad4cc608353ea97d5225c15a9ff8c541e23ecd257c94d2ceedb4c11140d6827010a877d8eb015ef5dc6f288917e96650136b22451194e307d5ba856c35d17a830e5a86ab38ecc1d8e0cc71aababd7d0d7fcfd00c3294fb7bc2248cd137462d2d73e29e9b470b32b32c61fdc0ee3f891e0e12dc648f951d49753384ed6da7f2f44b3df0f8159eeb565c8bb1d487e21b988d7cbed4de9539d21d50b95497daca6ed5a112638136820ade18a201877b1e7aae748e9840953b3da44a154df25a7fe0c87d60eea5e8f3e1c18b82f9e0b7ac65f77e76ef4a953f039a22112f8669b412c80d963c48a1816935d77f2b3a7e70314b8b477bc69560d8cdddb8bcf2c2b90d3f92862079ee74ae8d6267c93d21d3abbef2a78f0195885136c0ccf239a18560222d745083a72863056e83d72f98f9bfe6c01d3e9a959c812962408f484f8e803ffea5353e501b51b8e78d09e1b5469ae7bc83ec6095aa0427bbe025e35988c083eaa91295e2b8dccb6fdbb00126a364c474519ea795b7c0bd3b3c76e0a3c47d27505b8a025919252f3f5f40ad65a426abfa907f9b95d0fd0886fbbc27b3f5477070325b7a440caa774e8117b41bbd02eb9e6afac395f8580806e43d9da6d0a76c90311859985eb23278ecc44f5efae8e4a408eb3b961f153f4ce575355265ea04767fb926dfce2d941d6b556f6245b385dac08d189637dcbcf88ef3f07a4c7bb7d47bb74dcb54472e7ba98b7da68129a663c0fc9e9649eb08a0bc2b40eaffb13e48e3a623714c3deceb61c2172e1594638155cc1a964d7789a3a8e6edf24acd0cc397a805062090fab7f51327629a0ac80e8f7d1a965121a3e18d7898910d35b1d9cd44511e9255e4d44bff1780dc859085b1a7de9682c03a284f2e5869df2b94260b09f54de2924519de1909b888beace87a4667968e1190f96fa2318b90f93a8b05d1b3171a029ec9e908b03e41b80d7196f9379695304f8d7cc103253660098250498e59e33b0649a028cbc517a6cf8b59cedb96ade5bc75662f8ddd5afabc060dd217e5ffe147fc733cd66804efac34d2d10196bb6fc95778f41b901908aab3dbba2115d1d94d7a30565f2e3d2a796d000ff896c143aa7b2159c3f052a88661b222a59a0960463f4d0388cb5587b0c7ad5b2a96ce613ad126b733dcb8013c75d74c4a9ecc111c50861723e93d39152b46f17396d4d671d1c90e11074942a7be3aae557b4740d442169aed3dcbc727d8d626c896dff989664320d17ef82ea76e2c88bab131609f15aa6f395de5a66b1ab1be0496f17134d9b178bf8872b0f3902af88fb6d3a6778e520b965ad2099b5aeb4a0c96f6683ed4457c371e02b488e8dc6214bd7bd164b1f0382adacd590eb1df79d1970e7f15422ef7179dbaf5ed2aa2f309f26cf23251ad8a1e935f645fa7ef2c36971c51f16110415b08fed8b2971daffdbbe63db989d80932fee26d85edbc9f1797401beadf0506943eca40410404546d7e466dd3a0934ec96c7fe36c3ee8f5689749eec93259bfd614d6010821836c6e7dbfb0311d6418e5f1a55ad118c5c5d7974b90b43714e747f9b6f7df3f2d553e9882bbbaba83d17451c92b71ed4b7a3a976ee91e393e916a351ba7e80164f1e433cbfb3dc71892809859b1a1734e717197707feb63d7f1dc7f75c8ba740e5635c6c8a46d391a388cb08ca30205717d7f9775067d6f83383e26a956c1efbdfd264edb0541b510b2f2032c0d99cc6a13599787d8d1d26e784976e6490876b0f2f3d49ad0eb2132712326618893f13b4cf99788c16caff0ca24e3ae64a39a331ae52632d40925af7f0dcc257e8ed0d757b297968b972b6e7d1915881fd2c56094ff2b6a91d209fe8edf517ff8a843e8108d97975066d01ed4a5aec61245b681865aeb910c4e2589e83dd0cbe809ee24acc9979cc8f3e7d85b2221c576d54f0d238d2df353d55a3828c98341d7d2b789e468979fd9d9fec4e1c92fbcb076e0e015902e4fc1bc1732089e5787b6f0ff180a7f97bb0bfa64c8122ac24a833f915e778e7a548a47d0a7f52c7f80840ee20cd2c497cdc40a5c157971d0dd2331ad98ea8e36b926085a0a38fb17d38a0cb4028bfd97df13557542e5e0a98b8239fa454cd4613d01e45418ec2ffbd0388e2c693fc197dfc301c844f22fbd0220b62dc520267ef427c98b89819cddb1d98cbbe4aac097febfe7cf5d068beac60ff9ff1d85919c82e2a5217a4496572bf512aeb56a4a981b14e4d32872a05da4ca050a3d2bc092c90657557d4f902f696e6af534c775983993cfaf0ee35c2da32f4fb21fd23564581e535eed9d608de6174d93032e81984ed053b149c677ba15112a822f0dda698f8ffc77e0876c9e19fcb50e25d1379852ea6328f25a3d6dadb18393cac00fdb979a41f9c4f127cc6a3b8aa74c4222985ed2182fb5b13a8ebff37151f007c66f1b42df660520f56cbf470132c49c8a9877ac609277feb2946e1eedf54e9091a2ff333ddbcd9f684b7204bf72ba690f988af24a8c9138a65bfa433d53b9d1a1ca6b90a40bd37ba3199dcf0c1b5b846b98a5ec4680f46093526c3ea7c429ed93866fc938b330374da552d76ecdcbef9898ae7d0dc4be457efab8dbf3c590920d2227979decb393833034bf741f62147498af77e3acd54bd25cc86955ac56447dd33379120ff89c28e5ee739fbf24ffed98ca5405dfe790b1bb61820941b261bdf87ca0813b9e54728ff3c9afcd28a39898d711266f7bf7a921a5f9fb32eb6fcaaa058e9ed27f92bae7445ed005af443198ef200ae9edac39e6294b1e627dab53837017a107cae58c4d63509e417f595898f1d12b7b5ec7d9ab5828f2df9b20879313ab4d5b13e7f8103ef290da6d964d98f7b9111d437fb1abb0d9f46f4d74cb7dd171715841d66919590351f5c34dde98fa2223a2a1d845a9c9f24a707e2677aba111bba104ae20c65f7f1b1e8284da9917363dabc718ef7571f90e6517345f6f7196d6178b74705e42a561405e239a9924aa67898d99854b08fd6401e3f9b22f9bc4973593985c48bd52f8d45ddc2e994825458171f9f9e3e020a381c6a91d636e9cad8c018900bbacb5c7dafc03bb9951c7a364334d45e744df1dc4762ff35ab05f61af21d1012f2ee24131d7d4dc995605aea3f173a9fe7ce6ccd1c262506f9d3235e92a138c5310cde6a49e36a79969e20e2ce682ed6dbb4f8faca523bd3f5662c82c82432ddca263c5be1a68e19970888e1a59769c315d40c3b407a9f3bef5f893da7997245d1d82d4369da5ff99793da6acc16710ced698fe8d87c50edfc9658c1488519b13a7b462d6fe5c8b998febec6f7e86dc87f75d204f4cf7074850bc78f209dd39146c4bb353a7ef999992238119f4a4fc6ed836a6bd40234762d762b5355fe92a42048870581bb9e399dc7256c3779b0d41550128960dd86265cb2655365b86af468223606c18db2c99ea0cc35b7500549139a3a3df3ca008091563f2264108e877bc1aed45ce4eea99f1a30259b09771cedcc4120c9e69f9a536a7042d25314ccbaddd903b1acdfe99f817f23292e3755918eb408f0a92b8e257e8dc91d0bab9d6253fa117edbef29a0610919f963b85602c01e8d2c443c1d58bf1141dfa1942e805b71c78f3f88a9a06569df5750c021b287cebab2fa714f339acb5b4f44afadb9040fb93a468799a12bcbdbc28a41ebe4bcb349a1a1e55a08c2b68f7b14122f33ff25f3647416d9a1becde089acce880210333bf68dc158406f310fea322e413ec566a60d508929a2beb2a47d007366ac2716038ee265231601bd9cff3fd0d0e1a1c7bdbf883a09a3579a847895cfa82daf1301bc9ec4d0197e1785bc5f81dc52df2fdaa90b81c9a3c503659a391ea45c55b0410336f0148531756d098e7a0455d0c3a532ad1cb9a44801bff9bcf7b764aafd22d14433a0849cb4a992a0148c75dbd989839fd5b9a469f15c37c411d12399dbb027f9278c216da7e15b71464827206ec06efa6059a5b153be89f233b2eea4819179941dba30cbf1d63853c11bfddeb457026550a9a824ffec14b45c972f142c9c110b118f8cab3f56755a2dee061312f95c071589a87fbe5a49ecb64b08739537972435400b5d1ab2ecdb45962db6a4e5abe024d9abaa4ec3c68fdc173b1d5bd49ba965c8c89e83527d09d9bdf4cf849c01978589ac8e7f260f6c7034585d1aad0d9422b87419b99703a814781b6c13a98dee52c9af7ea96f5ce7261c748bc130ab4c87d60d552a1b14ed4e8b77cc71fb4943a479b147726d7b3c33f2f4b245e63653f5e5a644f23d625a15878e68aca86afbfc69b2d461038dae3798a936499b2df5d33ce665e8ae99ceb178d1b3643f87783d99b3b655276aa8c5aabf85b32b91688ddd0ad0bb5418aac3e95a2bf36e34256579b677e7888afde03a4be21da07aacac82096f77d0b172bb860bfb81f99d512619b7f0b2d8dd3ac332bb986c04077d846f5dd5f2b78cbb7d380ce2b2743cfef609b9c26a5119c0ecd6f429468e0009436ff9d84cafa9736bd2b11a306ec7530869ba2ff16b7ebcce711e6a5329ad4ad701a3ba44469a80ccd6269e1220b721a409ba5213abb964dea01ee75fc5953eaa5a69a25437087a2af2c224786831f454e9ba6074e4ed7df4c2f9534d1ff1dde701660ce0f91e1b8d81d34310bbd1ffa509bab8263e9cd71f5db320237bfedabb91ecc31dc4915b1bbca165eaad0a6b3179bbc4476d46e5acd55ff874307378c1f90b8f2f4815570782ca077b4ba8ac7c39bcd80fa764e78cc6ba16ca2664232f280bd51b2ac57bd6bf10f9cb4101255da9c01222a2aebf0f65294e808f0eb16f599a2a7dc6b9868e6cf571560adeed9ad9c0252157ca835b5d217e798d66e752d025c15c5d73ad49c59274bf6468cfb839c1a315ab9532534e412e9fc56622a50865bb0b191996438676516cdbd431a139c1a53efad026a30960f8f913133eec1a18d345d0ecd2997bd16d5e9c51fceb69c1a5d9628ca2039c6af8048fcbf90b378d126ae46c8e822a73d762edc2f7cd19c1e4b30dcd29b7a0fbdfa0f2775c27aa9b91c757ff715a6c0bfab60ccb624cb9c22b558d0c1e595ea95ef4d4ee1cd86be2603f856aa2723c799cc1f4fa4168b9c30d82d6b03887132778db95363b6b39aa43f64acdf5581c8e0f5487f0a51379c3368caab12dbe2e6dc6d3ca217c5474d5d923319b904702b4c82a6974b4ec79c4852669e81b524c77ce96bb4ab7c730d07cddffacca31d36340debbb49626d9c48e63fc1430ac74486ded488ddc174392119bca02082c3f80ca21cc1d244af9c57f2d20e7e9af23c7ec9c44a802893ec758ae298b51cce42fe269ae24fc1c19c7ab39538d685dc88dc88f37b738d66d17cc2dfb6addc7d7efa28013d35e6c79c9caae7918a5b6d20d10cac9e98af37a71808a083c0419d6dc0ac02c7d8092c9ca5a684f94c85104314549cf44e52d70680d18994403b03ea43bc4f7518af4a9cb1a5399f1cf5a8b698ae2283811a4f05b0cfa7c389e195c6938b7b4ffd4e729cb7e758abeb98cee655e9959ca40151d3d9a90a2017692f2496db3a74b26e699cbe1884d84b5366e9da5de99b63c7e407ff580a6e181a1d84f704c017468db39ce7eee6d1e7f7808870990b704a84e6561499aef0ac9f41235c31e6f67b41859cf020d7c3bba7f5ab10cda54aabef934f906d4f9a3acf99e9e7dc6c985796359cfc54018c32b381ee834442900e248b07130e5e5679da67b9bdc9997efa7ca79d0d55811084d0744ad66086677f30341b096eb2c8d59e46ed4c160e5ab391f69d1abe71514957230e28340ebfc91af2629d3d39bcfaf82d43a4078f2f7391239d1c5d02aeb43a9ce166522d5fae0d589ba9f1279380e6db7258343c563b478b9d36cbae8543db8ab22547b43804b5ebf371d20829cfa5dc12e2a376c7af6a7f9d375a9bedf72253ece865eb289aa890b5ab244b130f56430b82dce46d9d5beb9d3b86570b383c7b62e7e627cac58f930f85c47108600a91339fdd6fcddeb3429d4038f5864a63c3bdb3c56e2656c9b9059f1917942f5b13a929dbbb7a8315a49d5b8ed2f767f6b11345c73e62602ae365b7d1d04ebedd93bf030d09e9b4fb839d6816c7d0ca486af8cae30967e8512e58fe5df1148e7a98d1a92a6788e077b69d80e3e32f5e7847719d31255339ebfb3f52c1e6b023a2a8427eb2f1083a3a019d86e358f28b67355b6dd0e551d3a89b434d2e430015e7577b95e2345c766bce9da910c078c181d4d85beda4bb25a1ba17969d02ed4016069cdc63dee8cef4a99dc1d986231a3e014fe63b03ec6a47671fdf11a61d5230c6d4476ce0592813eb9dcb227917348268932fd845ec82a1bb70b0a134a433ad3337ac2d73d5a3dc2b9dcd665ec6cddee78599e4ae7acfda3ab3f285819697acc84699cd918196bac39dd4daa2623fafb7f9a3bb40d7f1cba8ff5de81b724801f7a421c07cf228b5619dd7ab17c81c76432cfcf6e454313e4b297c7c7944e1d770e48f82afc7f3c0429dd90edce7bd148da307d7a02341022e16ae7b417216693dbf4d2d120cb7fe3f9dda0433753badef5c99dcdd23c308c753b41f86f9ce52b25cb93bc959a5b6909dfcdfb57a849b8e4346aa234cdc214e194036ac8439919e6ad8634025e020dc9e04da3f8f044c8edc24626d6a1554083029b11d9fdee5baa0f4cee37c90fd6c9e05a6806024a0d65c7bf31b9bd122b4ba3f7e63116a3a7f87910eb6efc3a8c69e0887c787f49f0028a538e0988347fe66a0ed15c85769e2704aa9704d6256679e0fae432f8e8d56219457d118e79733f1dfd4b9699339b1dd2a6dc55607a0779e1293a96b5a8a505b3ad0edb8fd556a42bcc18e1535861c828145b2ae931e209e24ed0d88289bf5d487fe7e59ef473d430a77ea05ea8510ad3947298e5c964d9e307861246bb8b4d9a5b711e4c734ad6126646b034753828e233c9bcbfd78e29e3e2922262571ffd9a3edf8177534884b4dbf24eea16f9ebaddad157bc2410d9e5149e7bc51f31ad328b50f42df7d0f4fe05e5134857554ec76bffb90eed6319e8395fa8829d3e6b45c4e7ae0de6f94c7270b0a5dc1671a8790e775184608b99ead283a0de1b8ce1153cee4e0b8ce6cdf56a56c2615d1d772d5035c3b3baa509ecfbcbf834f61be8cbfd4e84ae601f7121907e06145bcc1b237ec1264687c989ee01c1ef38eab7142f95c2936d1be7044c1577bdb93dbbe2124caa435675b399ef0da5314edaf04e418f6025a36c2a09e3eff292c8fccc9288545f290c33c119f069612960baf7efbc93ca9876bacbed1221f6009d4f0a5015b8e11df14ac949f1a295e4b747a20e2601d745e0cda04755dc512351be9386970766b0f1afbdc9f1e8ea3aab1255492fe8c94ae9b319ed32313a757c1f52405d0db297a2f574c9f2d5a1e8284457bd412c8f0f781fb4bcad1ad76e8b75f87a7bd5f22936c26d49f33e3493439b071b8ce148c04e18feff85a9c59bf4655092d2622c628b6cf369f5d8695049627c4c33ab889160ee11cc0cb7251fd4647890bdfb599b987a2239f623ff99614ef79e267f10956fa69e59457ff92cb1ada58dd4a8d78dab5d58d9f71072ad3d75638f02c7810d1d2b8da24ad0cdda0ab494253a53bc320c995389f8e31fab0a101ac6c4c27085c9ab81e756480f8fab36a9c46dad795065651439f8e339b7829c421e954559b33331257732f77c1981e71b7c661041d5f4b420e9fb4d3092e4115bbf4ea0887ebb70c59e6e8de44b5965a3c0cde58b46d0a14639fd0687daef49382f4d521e510166158ccc9b1d118391888a0dc36f3ef231ddd9fd8c8c17b7f6d8f915d915257728b1cde9994aba0f29da856a5209f429961d79fe7a7a6467a99c2fe4ab3134f23cb25c49e492c53ab4dc4fb1c1656069c5b759ff70df702754284975696e86fcad3d1ea7fb2febfd123cac8ea1f49077634af9ff764aa90ef3fb9dcd5ee8e8451836c484ae0d2365c3216c4fa6d65fb3828bea010d4d45ce112a5130430ac1a25eb686580125bedc2103e4b351ab411a09b2aa01756c1ba125c94f2080b7a2501ce78c4a659317f7859665b1546e3583663c7a02adac28e756b85a73b1d9515a8298d89f30b6711529102e39449627ebf0c1aa0349e5680207f0e2b19077590a8e48c05f7b4630f0e72f9e89b3ed7005fdf73a03bd2cfb88cd2e08842e1f5161df873d4d5314d972b4ad80803354386248972a03c3094dfe7c4a006c98b5b21cd87e9bb9fb75c0e6402c1356372fd18194689a04dd4f43d888bf35def0bd35eb8dca983b909115f6e3dc39de3261c0f6f5c4ca050328fa27572b17e6f8728ef844de0ca46e453c7e1e2932a3a6cd8351ac53ea05ae544b97267e56f11b5459d05490fdcc548bcf7500713e911bd67f70f945ea05d6ecdfc30cd2fc7ace088f7c1733fffdb46fcd7cf8ee349ef0bec73980a34a05efd54d9e958dd720c2619d4926c13b6d9c12845e8433429f6f6a3af8a021aa07207100c4b288b1d31ff321cd465d45e5a72f0010f23b9b28b96ef6a0c8e57a07fd679c93510a0882d650947bf5ff3ffe56dbb20d072ed833f086757b8acd5a081b3e08b3a35ab57ab1bc4fecddd1e623423ca3e2963a1a05375efde20cddaa088f1a00e729a1e1da132d1a5fece0640463f9ae5268585d673ac7e01bf93d5a0942824f6ccbb2ee81eddc3d74c10786b1b57124e673c1df290bf1fe5f6fcf3a0995cd252679e13855fa8fcc33192c9e133db04af291b31369c8e4ffbde83aca0a05e4cb3143b0eb9b90bcb8bea2e1504234ce8a4111888492ebda75de6e3ffa0b02b19ff0484ffabdde6f6e99bded04a70abb728f83910d9b058c3ce8c0af0a0c2d20092a1a09f2a7001c9c4cc95ec5e2058458631a6af6f4ff78e1ff3f48ea0c73372dfa0f01198316e76006a1fc448c0e56b37c80e71cd2de0d53b43d939a0c7e652eac95fd869cf24aa16cfd48aa19ea8953674716de4dd345f1c72eb6ea0d5892475b72a2690043fbaac65603d388fc7dbe694f2398fc7fe3da5e800bda0e314e5dca5b1c245b5dadd89cac75838abcd596d09bbe90be39e89d951a8ada0e86c41aca7de0ac012218467c2ebfa436e7ce849b21b90e2c1232adf302770a0e9f2870754ff942c9cfac552720ebebad8a192a2a04197f6e3aaeecd35a473a113d68aa9736f9fca8ac611f8c22f06b65d4f5dcb380071675f80c71aabaf5ea11493458f92367b3a02172c273b10f05abb4220e203a763dfc0a5f9e5934ed8a12216c2832167f1f91ba4bb0bb408789a75bc45aa0dfbcc891238f269264693a13fe5f807775be2849fe8bfa25a9120c971fcbb19215ce4ff271d2d5178004ca14499bf2d195a1f2353d0a6f7ed5b25c99a6c931111b3a1f17a132a6dd2a206a15057e131f9205c3ecd9e754c76ce7dc83a779ed1e750285b66aec2dea130f7a15b5b16a2ffd90a756476388fd4668c8d85e40e7fa152bbb6449c6c9e8210d5a165bb9d249acb2a7dd6a25a68fd5c77824f57ef0fda77cb53699037be47993ba1788485140656f9d922078c00929eb7dda4880ec6abf11996b8489be032ff60a17a77819b606f6930e6566ad700d98ad06c6a2e02da1c8542f5a2ec14ba27bfa17c5ad4dec3b873fae62d7030027040b9df5bb4a4bcf881ea4c8b12beeb6687a1bf64408fc4e2901e6131ae91de6b76c19e8a9f3c2b9072bc0993bd48cbf90ca1c46258d29e0baf4c84a8e3e6040b57013126931340fe728e4ad60607deda87a1c79e7362bf5f98603614184b2bc104b7936cf1a2f97ce2532ea3a050f05e16a1f36cd4e4096c39d52fc8ac7860c8f307de3a12657507298b9f6e27bb1a6398a20245d35ca9c19a7c96cf3a44facc4e81d66c2c108e6c23c09318af43e84425a2054b5daf9cfae0a851d0a0f089dcc24cf8061b219e8da56ac452c9e66b87c1a20f56ca3d7e52018ac05bbace430e06bc3b3ed4f8664dc3064211f252f21c2ba20f6d9aa3766ee3091574c0bf3b3d254a84e179eba006a55225f830d10a66fea2152f65f7eb82e1c396b6494c2ad49fce721c570874f426426d058f7f765755a22377498f107f9586248ada1e4b6c6835ff62343a010fced19557116ee07782a233165467122d5ab4e3424694281e4f299ad90d66987a88e13fb89e0fd72780a23d100d89a2309943ec5552f92215f52464bcc3a9128f0b36f1a5b8f9b00629a24953c6d113b6977f0ae045165dfd6df95935630d776344e7b9e43498417182a251f26978978c96f7be57440e326fd91146b7a430fdc42b97e576424ae0feafa258bd93b4001d0254ebedaba2b1a5504f9b5d1a3855c9edcb6d56711c1808fea25e6f239d05995a0f9b42f491614375cd1b1d7749171e542d82246582b72a31a2677c7685d3def0ea760990db7685cac49b5700c928ec91406aa0b95e1f78eca268e9b70529e0add9bf0693fdd220769f02530c685fe2ad3d14da5844d3d370a269ff2dbd9b171977d046ea61a11a504e3be6abcbae9eb068081983b74afb34a26d0b42a2b4e08f423bf433d3aff1cfcd6850cf3b15ca29da93567a0044a4f3a2723fcf7bd92e82c53c0e0b83a704f5fc086eae113ba0a056e8e02e52e4bbe0a2798352059f5478bb5cc1fd1968dcfe7e44ca406e5cc7b994df060c697695eda27adf7b81881a945d5f71ad7c40d854b0627399fc1e427a8f5626cea4ec6b3ca2919a74fb437af420909ea4cd6e191b90606a0dad4dcdf04e1d224167f3d7e6a291f97825b426f596efeb7970bec1359090e0d74c26c1865de4f85b18d352d5a29559bc10bd42d1b58500adc95c343a0db661b79299b997af6fb27c12283bd2a2b00f96bf4cf35deab2804e046ae0f9b0df1675c57a0e61be19c868704616a0a2c2339691fc48fbd14fb307292dff3e21222712d9240810742d7df0c6d74dfba2c73631703993c7a1a9f4a4bae589c3dc026bfea3d75462ca3a58cb256e8aa3a2dca293ff78b24ad03ba09c76778f77a7a07c55d41f2d88253d9946ccecf98ca306ffab4def04bfdf3e67713df7e87447884f776d176a64c0297f1bb9ed1bdfa3150087be24518a255f9de2eee111d7dee27b13ac31cdde8e9c37eb1c7fda85a3160dc42c3fb7ec95f1c87a44fe781313a1128d958b1e268699f9f76676f5a9a324e306c1e3484bb4f4f34168b1c98d0f86a7857200d903614631916d8dd48da33850c63f8fb39db1416c6de8ed20b9c13a324d081597e894de6ddc583a7edaa338e5a02c1fcbb4ffcb1fed94740ebb030efafda99e545ed7a22b00c217b05ea3559ee40e1060e03c2c4d57bee997c2745c9c82e31f922b8a54c384225e4a25a356ec9f0643793342567449ca7070bc06bc0646ef799af0df142f73dcaefc8fa37d47e4544004a1cfe0218e0e0b5152e76d60b61611aa881d2b4efb2a75c636a39f4e0783e25bff73a23cc48e2918e0c320ba5ac3de395142c5e6c5078ca1b0a3caf59dc227fa47e8032c7e499c66c599c0ccd69bb74e9f6fee59748da1bfeaa3d1e0381d7117a3e9734db77595b15bc9d7a55657a9d0ad34707037ceeeedd4a3e23bc19eb3a41adc958e41180f8a77f6d457a14949a177d3fa09899086ec7ca3e4a5eef4b864ca324c759b8c9fcce91e83ed3d23cf4a52393a78dd031aab7aa401902787d3236d3a857507115ac7b8c83e8d38d0fba8fc01b7847cd7ce7b4ba41069aab2453cc8fea47a3f654c19b23c4d5ca17db0a40b7683b336c4f30816a41aa5387a90527660dd5c08152e7f8029ef8a2efa5e13c01ec2cb70c494b704a42f457b7e32094576199a93a3683aa66dfeee77b5571d82e5c36402ced3a824a4427c01539e312cb8a27cf116a24bc659248d54544c5fcc7ca368a840df1c9da45025060cde4844163eeda4bff3cad9bf66663f5fcb32935900642376a2c7e6a4549c84cd55f9d0a6c55b546d47f26e61d0c8036d71dd590a54a96f72714b4ba46372b5203c231350357f72b168665f8744abd76dd6946d4eff802b994b8fa2a47bf7567f4fda752dc1bfd251643b16da2b2b4f3b769c44cc29289e50398c68a4955ded902c76c9ae7696c09aabb14a064dca281b3028269915238cec9fb43ea49a5f513725df6c7cb55bd8f49f6cb07cc9e2df9841d3198696c1498abc8e0fa49d79e67ee8fec16b2724d191b1dfe3c8e85ece5904d122bda06177452ee0eba4ae8da6e3aadc35fe5d87ecccfbae7eacbd6f5d6254ddc5fe0af1c3a787d92da4af8c47d3dc3dd8c35b12f69f464ac2c20834d94090c5b79ea2b4e67161fb62a4bc101f6ea01564e5abc900fed86ebfb45866363f2cad0f16a2ae023dcaa49da4ce20d74b27dfeb1c39881083c36f9764d03f7088f2e0479f5a7b81e2652622a4d35386a613bf0a54a4106bea4e26042875753006ec21cfa937c1249a5639d5a4d577cf7cda4e1a764664360566017e9c966eb064dd5a24c2692a96f6276c41a4f1075c6094746fe9cbf447dfe322a9dd03f6ee1b9f2ab0fd2b63572064ab19a4fa188094bd2baace8a4df23f1a81f24ca09af7ba72a85a082500cc22116cd3a559ce4de59132a33ccddf095619546fc05e2546e3945f440e74b121c904e48da569b9b409884bc64e35da88fd477f65e45142b2fe05951aef1fad6b60e8c3a4a56d75aca439b375b7487ca50f8cfc2097d8dc961961514cfeb2d655bf9ebd1ea587fd30161afa0e7e7b76689c8be28fc687e77792526a49797068f381a56773a58cfe73a0d126d13a12b0d743e3bfa9e2e90dd66dd939173e7a6f7c2ed2f3aea5940d8dc7a9f350b927e252eb0e49d1fd529b9a00f8a89129de241bc575c518a5bd8cf30908b5e96bd1cf665d575e0a0bb23ca0e8b4a1dbfd8d625ff1c487e2a5c8b85b470bb688fc2652811639bb0c32e0d926ad8044f8446351a107e24551a5d382085f9f6ff3f9898f6614497f6f09987d08429233265924500892f4a4caa5f2b87b18da6b0f5a78533fce742251ac04aeeb3f0f992807a36ebe7233fdfaa5f48cbdc141d0ccf8f75d5deb026869bcb2c87bdc20d48391c6a763c24af104a5fb7d7c1491df0acdafdeb041cd283e9cb56ad6324fc69e7d56ea4fa0bb05d7a61677440ed1137ba2736f09886bd013df6a4c41d9c1a3ac9e8f528309ae9856a61a7abe4c1e30a5b4517762dec3d78016d1859dc188966652e8b63d6badc7e6a629fee0cee0cfb539f4445bb7fcfda52e4e56d44b755a9527de82d57f903fa9a630d705ac181be1a8119296e7ffd03b4a3b00b16a3d222889d5505d183c58f5a634cd10a36d25efcc862712a00cb63fdb32a65b0c18fc51e88090382f734708a6376dc2edd577de297bb85c491e018d208f1327f4517d6dcbae24d25234b455a63a056b8224e247772031e61616400cefbcc975b2694cc4304bc4b83a15ec40a6455ed89b893336808f768d0e91e7a8216c7bb0505677a2e953e1a22111b96ea6482b8bf2228617005564e0963aa29e0af516ea0619984fab982a079453d0a0a64cf9d984fd9f0cec2e0d1f3ed69b6eab5dd00ebef6f8c339fa5e0914ba6182a65acb5f70aef96852667dbcea0950deaf9a5a997bd6a24a8410c15a0313bc16a662b1abcd52ab1d752b841d244a7f708d29db0bb023e898a5168c3ee6585625a67a5f58c2ed401c4b4f754b0f4d4681a9f8f5713a8552534f862099ae75d19da67c143d6f8125172d9993e3841601cbfe742c75819e91b72eebe0d82081970da692487865ac559be7ccd2eafaac55484bcd5eecedc7845f25b6d79af9088b2aa6a5b0b9abc005b62701edbb86fcf706426c6d26b5d9c29a5ecf2f82c6d8b12da6b8f14d70a0eaf3f704233c5fd8cba5645e9dbbcac611b4d4cfd3c10b35e716a6c49bee6ee5c62b1cdcdc82e6cbace4a70a7335ccf8dc2a1383445e10e06b8aa6ca326d695eb82bdf519066fa27c34e0b2c8a10126e740c5226efc72a870d07a6d55388509c4b0106f43f78bb37101fc52edefdd59edd2a4cc575a54bd68d08a6f094e2767f325a67d22c7aea5b5ea8a3d7850394aa59e7b9f70667fcf676b4a6f8fefde2ada459125aaf56259b4973210fc1d0b1a99fdc1f6a05383ec600d8a6fcd5fc9b8a6ee9ff47b255c1768ce86995a5339144bca64341a6360444c80ba6feb860ed4c733cf2adf28ac5a2ecdbc9de74b645a73e08501ef5aaf497df73a71fb10a23484e6f1b8e1bfdad9ce3ee26eda90ea2a2d415575aea80cc4d6c17a735ba03fd652971886ffe757652afbcda1eaca81c05cd0281239103b404e45ba7714f798c34f8603508c9a5ba0cc629be6429cc5db3004aa9f3977c4db9f499a773a26062469c2bac751500b2b623af0de68c204c6dd3084edf8c75ae8be4eda775635e3d7facc2a1440f557b2ea1aff6c4af2ed5bfa50cac5ddcf1ad6430d3a77a4576037f474c3785747cda2515278ca7133491b825acd2660f8770230265a78d7f68d32dd3c4c29cbc68fc387139c0b91a78c509b2561947922525682f25a78d8f52f12fc6e4f0ceae71e9f26547b1465e369560761b914249099df07c32a79750533f9a6846c11d4d61a4c0e6d102c882135502901fab45b07e7a9693dea79e23c65e385af581bd807980a93755dcb2ba3d7bf98c73f1e4ce268846570aa7aa52125f09c127ded74899987529030b57c61b1d437dd344269b37fc2c4882a7da296d2dc8454ed30f4dec9441a3c3fbaacd9b092ca75f7e59d718b53f636ba7da5f00a154f33079866b80f51ce5e6e34d333895578c5c8fe3e5513746925ca7dd31348167863315d1c2272517f84c7c2097837bed5725d9ea5f6709b7404da7ddd0270ffaae46957c53173dd592e1efab5c185b38a12859eeff59ea03fbb4a7eb5664377b6dff60431c92392ba70265fda966b9d2aff7361887f3a0eaed55a7f61a61c07adf8f5bee5f07944ba07d50ecc3303bb672c99142a9e7408d143fa7f8405b5007d70b0c1e9ff2d15e9333e6d44435561e77009e0d2780ee54cbeda7fcfb50b4cea260c41707980b651f0f9ecead8905d175f6acd04b3e664c982fa8181d07c22f15de274639721a21e6d070a9f41b2736443b255e2d0efd7868aca8254fa03490793a5806943095d65eaa59754779440cf1b3510ed2f7f962feeca828c667abf04570d686f5a37269dd99a1684695e1e83dededc4795a94514fc0a82fdd4c25b2f207ac40db3dc518c02dff9665cbce2d492b528c9eaab07afe11a83c27e020d19614720bd176715392e54b5537e25788dfa40c5f69fef4ab3971a8516f090b1241fd3466e294675380b7d50487fa6881253d1b5a8b4ed83dfe5fa85175197ed2bf849efa241533479d8d0cc2108c5534bf262220804b46f110a7a86a94e9a05428a635b4e597dd6f5be1891685e977954fab505c9105a53e0c30a8963309e6f37b81c99fd361c3365d300aec05bf2ac928e029ce0a9012b4ef04a896c79e9f8c00a1937abd76f756db4d41014a55aa036c619113312017c6b7c5a89c149f72588e9de4143ededb121d8cf33553c6a4485b7b8a07eb5067f0bcd9a89dbc5601cc21361522094298d4d083aeab6839bcafdbed2eec85ce46b23884a8a3e9f1766538fb3abdd910ee17633bb025e8da747d353bad465ba03f4558b0a8ba6ed81cb4477ecf5abeddb8a7b55ca2fc425b29b9a27aecb88d12bae3056da8c804ac4ffba1857e42e7b7057c4126b496889ac5fedd86c5ddcae9424a383fa8c833a7901b5e925fcda29897a4b9b76f0e1170caab8d5517436777de28697ea8cc4d7ae3f5e565bfaecb0b78b7046edebbba589d29112c18fc0cd4239611d3a8d6c207fbcf0631bbb054877a7cd927d1a69d55661b1f2bf932e98b575b4e54a9002e6c3e577626e3cee7f4cff1eefa71a91d76a72b91f0fc1b49ad4e7e9e57a9034c20f47c46b220e983f34b474faa085d88355ef94147b92224e8415b3f10a911be3ad24dc0a1e73228c3cc56a089a3e697e54193c2ec2f7c620c15fd912ea91e8fcbe534d34c270869574654b3d08ed89987cbd1e07237e3a2ee93373504a9467c4491a046494ad31835e5336dd6cb182c596ca677904ea205c68ba246f9a9655c135c9da887af97793285239fb96e69c0fcd4f94619af339c92e6b44e86a972a2623093e333146a679f1cdad10ef5a58e5cfbe86d0450df50cc016a78e0a984e3fe35e69450fb246ae4a8f3be0422e360f52276cb52800aecb3d66cb85fa99bd6cbf039c8a76e8b5c1a16def80c8472bb52e35ca8eab0aa9890c2f45bb3a9b84fe2a4f36f0f99d3f817fd5c2e8bac61a038e2fb9c9a84340f72c1352486a9b98b9009b10b04430e0a860a0b740e59ff77fd72d563bc27c15379bbfb3a47a9c0607d2e150efb2c895d7c05eded08bad685ddd0bf9fd0b59dc2c149f886dba9d26204b1c19612b9d8cc9afad8f903d7f9e2775b2451b2d3ac160f682cb761aa02938016bb811af8b0ced6f7634eb0f943078543fd6eb0d0c3b895bf828091aa04931acfff24858a23e36b5c3dafaf8dfcac5aae0ed947f3c076b3d7dc8c6faa0ce8a99106a86f75af166a3e82d7175dfc37211696067fafa4080105d3876baa0d6148256fc8c0576b1d1c8ccf6884b7c01130696fad057cacb80cd4a7c033aa2701c89d27a6d96315b24c3a62f8d317c05f1ddc4c918f5878fd30491016caaa2b51a9b0d03bcb19f1df2f9e68453be83f54d23816e856dc92a09297f7d80caa4123498883948c88d5130125647bb0b046c4d8edef002bbe2236cec6b913c8aa4a495a3b77e82597b621d5e983f85739e5ebd6d1b1f753c3097dcd39166ef8aa4e2dae3e95a38ec4159874ce05fcb40caffc42e2a22fd4a32871d8fad45b03aa541326ace037142cc7bc5d6d2b37895ec1eaab92a8ae06a686fa7604f34b37aa5b45a8750d3a918b2669817c3aa0350c303d20ace5531b8df65575b535b0b2aa5e5f777c298b57369bafd963c42a26c4aad1f95d9bdbc75ad617f10d34acadaa7484def9e39a1ae6774d69dee515a801c69007473e421e5c8c13a98f67f4d1aa76931760ce2831696ea39a8e9c20d7d735557b49e402906ff2341e189042b5aa8eee5d92531d66cc31d0ae23b204385a4cbdd8faf3a410f5a6a0e87df7e54faa9642e5c8ab5b79edfbb78189e2ae02dd7d42781f7749fc5aeb11d0a7ca26bcaa9b4e87d8e52d29cd8806c3e6bb83859e7e35c87c7a49283a2eefeea3cb1892aaac2a9f05970e071fcb6794482d23083d6116d7242d932d9e392719c00e63daaab242be0b405c4819f54e38be501fa8e1dfa3ed44b8f32e15f8c1b408180f05aac5759cbd92b0efacc7ff0218ac79dd7e423576da375b9b6b246cc8853cfad8aaca3f49266bbd1e9c01d403a1e8459559423dc5622ad2bf010611ce15334674aad735e86dac7be6548dd4083c1d678746812b6a27870c70fb148d519c14dd03aaf7227dc546117f707a2ebaf9b854d4266c47a2c54da96b695f08e51a961f51ab0a805ded289bb45f8fe5082c7067693194b314f5b87dfeaf2e92cd873377c0ab0eab7aa2241c57903ca4a76c65505b993fe88d89c208c270ae3ebccb48d51dab236ad1cb2345f88be95e43ad35acbdc591dc941b293dd23d1e6d66e368740eab2913271caba87a312a987e36ba55e345e812c0cafdfcbd91e9e634955b6b50ab31a21bae0105b977bf14d3ae88e3ff5cd4c1a00c5ee8ffb6ba60597e9b46b1ab3987f52d03c9613952646c77d90c6ac3521e61f3e9532837c6a9a6180ddc27ab4511bc5eb4bf726e040e8108e2cd32cdaa553f82e597b8575ceb56049a65f0ab4c2c412f169a22200816979bce0c3406f4b27a0258f431e95dedafbcbd5bbaab4d54404ac581f38efb6d81e4348a184eab3261304e6d292e3af401d2aa7d03ab5df625bc76dbd4e163bed2dd888df828f90159bb93556525c31821b6541d46ab69ae2f348769edd2900a213ca8896a59b07c4251f307ae4e8d701219da7778ab6f3910f1b76a9b3a4f673728bdfb64a9f84b510341aa938a1c81eb7255da26ab7f07b3a99b86a25ad60fc0a87e66fb2ce9b7bffbff82bfbddcbb0a7f649a8aab9f60ab34cf0e2e02ad7bd36dcf96dc5387bea8e0390a185d62a2472b0a2878aba30fa937f6c22280cef7af0122db356e9e82d212dbd3e7574969c9d1d2e861abd91f7aa4885f7fddae176f5e32165327ce07564146c958ff6a1e23bb965bcdabe033ab48cecfc440218abda0eddf03c22b73046941241f754e3911b51d54b5abe12ba0e5abc6ba44fc833dc623d877fc6aa678ed1679d38b68894f422e68a0abe5329a973bcf6249fe017187e387dbd853c3ee5def429ac95e09fe02ed5183abf03b0f66578d5603a2950073f8936ce8e45e8097e4b07d2199a7dc2f650b2aac271bdf2384dd57b76c293b082a1d9a3db924ba39bf05394f636f729d5ddcc8ac2df1ca621405d5dee7e08b60fce014e528a864c4f50a2313e44421861deaceac3a75e8a81b010173a88a574fe2fb8cd2ffa628ff9b5058be320fd6139b7420ac3dace767cde7c079943026ccfef2e2eb2f826adbd4f4fcdc1597e00823e878ac5607c165617a9dd3c2eee5dfd755dc9e7c2d8af5f8d2c854a15b37c505147cac7cefbe41aea9741d75d4ccce02ba696132fca4b4b6afdb30b68ab2d1edbdc4ac9e5d469b9b7366e888072abd4d0b8c9a277b4873831ddcfaa96c800a166d4cacb3372c4d21046d17db96a8199f0a17fe3d464b2009ca132e9c982e3e1f4428acc5dbd9aaec144fa4a1f52dc152ba3694efa711e4573db1f910713b379ed036acd3dc6fe692b4b20d563ed93df083ad3582f8f385e8190f8d7493d3e35bdf93ace9cccedb0c0500fac1ee1407a8a9d673757fc131a0682c4f54b3aeff9d55ccaced2416a826fa185e8039b65d571f1867e0bd1bb34787b215d0d3d8e8223e1cad034aae6f92036527a43758138e778628049a75638b4aa7a1ba5b319cbd0d90ad115af1e2031fb19a5bb1517f6a22188e301e5a8237d7c52d574e87358ea9e0ad1a952f0c7907020846f7fbb22692bab0efeb7d143d5c48edd4564072228342ad20cd807acf976fad1bd6bfd7ffc5a2c426cec8a3aa8f253b478204611cf395ad337e1013868259c6bc0a0a2e156664f786d95c3e387bce86f041481d01ff4aad45b49a0bace3ab321c08a23ecac6d8fc9b31cd7d8708b6c19bac9300e63a61ad5490d4184d5b018dd02d6f091b8b895ff3bceb0e5c665cc48d6a957483b6b1ad7a22dd485004af929fab6c8415e7bcb3b983fc3ffad07834d1502ce645e5aead7d1f61b80862026008e1805a6ee6ffa01cfb0ca0a12f9f5e35ae0cd6dad529ad9a6fe5b68f00abb335c1c9d978cac28025872c935f60fb40e1affcaf638e0cada23f54ac8844f4dd1ee74275aee47f3d37381c31f8e87af6607e80c308bb9aadabe9f1d25208052782b5d82946ff5d0df55e9bcb02d36e40ad68ca06350fe2adb199a288d598b018412d7adcd512d8e601f2bc82a3d32e6bd1bb812f99f183adb2562235504794951cb137f37d6acd21966d16595a7688af72a549c692b670adc334bbd80ff1afa7e67bb1b7894adacd5945dc8dd478c6b5c428b1d9ab45a6adc6b5d6e135e7a664e304ec3d3f4eae72d973aca9bdfee6a12ea3501bbefc8dadd081c3a44fb63208c93a197e1dbd042cfad6295ad055de73866bd4f4d55c75adda249caa8ffe31a34ad5969233cfde31473370b3bb1cf80852986d15dbe78fae1d9c3ce58fc5a8eff5dc1385fec7f9376917e35502e527a3a8a37ab83a0609ae20f6071936faa2ee88efe3122fd07a4092d63654d82600e243709bcb84ba8aae28991008a524b580836ec5547703081ba656fdd901d53bd0f84c518f373280ae4ec7c0cd8b0e2d6dcfde34147ca630003ba4bafcb057cb3418eab262889907ae5128c99ed0f9f640e274616c329ce358019302a6e683ede6cb63e6fdef490eae524cb8fe8f9e20328f3982a15e94641303af365f562443819f3874e07b1253ae5ca09dee82d2db02832003e08349eef48ef8a383620ff2ffba2768b735da19ae5f1e9df9b6d81a51c99269eaeb88994fb773c64a993a685bbebfdaae098fdbae5fc62f537474f20252ca94e557e989435505ce78b4b47eb23a72ff510fe2a8ae77b9a50198868545f785c1f5e30370bfccc456d1bcd4eef8fcc27363c46050ae898b45d891af5d7d0590a0dc8377fa7a2cf4fb033c9a1be23fa750aae026e4ae9523ae73731fc2c36a367476a8447ae0454c5a9e644debaab6570487f11639ae9b4915544c1b0663aba6725c10fe68093d596b4854784481a365e4bb3a8d23aeaef26fb19030046db0f6cfbf1f69a6fa798efbaebdb3db82f76c7c34a668acaeb4134e1ef3b487d24f7e2503041c84f60a7d1a19b8f017b7e3f4c148109c15aebc5b368961f9899f42326a66d73794f49cb905c8d4dc664c7e45e06cbb661aaebc5dcddca45642006e0c9c254dc92f8208aa5bd7e33b842a08fca1f6e69bfeaebfe9ce261b2fffe15fc5f40601e8bc2f800621d9cac0107285d8e6f6bdc07aaed1c2bec2fca0d4246501741bdac025b1546e3594c73f832adb42895267b3a7aedd64111d6d3f05c0dc2a0d349b262334b04e9c65045473c7d0f090df4dd6c1aee4219972adf7cbe9d9a3ce10dffd9caae03061ea1c54e6c900e0dab28c40deaeed7f2e6d29a44ee37597b4341b308ac1a7b69d64306e94966822edbe24f0fdaf00f7247ff2a792fd0d91bfcc4f3b7a6a4ac4d22c6e712083553863af1f16b3af03c1bc4fbe8127847899d476579722c8f8e3146a43b42b6f9384257ea19c0eaf10e5ab7103f5ada64ff40dedefff8def98e650b48927f4a7477204487190a1af2720bcc15b0e79892d4e05c4497a6360ec23c9d5d3fc8ba630bfd1bffbd7dfaf3b84dafd3c09603e37feb854737cfe1f3436e9af661515921d9242af21cd7baf432a12690fce821a22d5e063e539d0c971af4ca3d4acafa5b70c20e42a3770af804ff036bc53608e6eedf4f0b16af319b0f0055685466d54aa60fca2623326af852ec36ad3e3dda42871536ac370217075dd7a49304a140087f8d9265c4172afa4d6be7693fcb0e657a4b55edca814badc2f842ca8478970c0fabbc4df9c81aface3406486eec7c39f2ddec8a7d29b82b0d21578adc0ffba466b62fb73e07aafaf58a498688bc225fb4db5cf6ea2f16343452b633a8ea500ac65c2f4c90d96afb0deaaa8eb7e840a804dd7775f8bf8613ce53e56d4589c041a6ce0f9356ac0afb27e6433a3df768d5f68f269add030e237e0c7a73fd47b658726f8f3daa98aafb800cdcd8f1b27346e40f1fe02c3d3ffccd81aa52ee35e1bf864698a2447d9afc20f362dd6a200a58daf71fa11aef1817812772661278d76fa560ee7c6d2a7afe623f41c63c7ca771203728634778db3a4a1257db4502c48ffd4d35228bc15b01b0487b680c354f7a93661fadb224080f09a4ac26dcf206c2fc316896853d9b020265e53e7ded1683d8d2ee94de50ae6e03653db51fbe39c076148748e9efab0386895919ded73e0ce5d97b11ab41b9f552a46feb01852673af428afdb425cb04cad7cd48be0c61a2fcb359614964c72a4f1605baa524294d899572a5ff935b04eed1d965e853b17d4eba6263a02c20b8ba0b8980a5710312a55eb794b65c5b053a821fd2e2190cdc416f01d02a6f235438f1e5e999ed519db8c09c29bb1c4b07c761d56ef75bec54d9a054d3d72137683c2ed5e22722d8eb32480a3e3f0cdb08a55712300b0f98784484460980c8cf4f13e8476b1d4f302b72b924febdbe9b098379af9f8f0ae7d5cbe3a33d2b9b6175c890b6441ae93796538036840dcb6b0e3b873104355dae4dc29e54f8374dfb68ff4e4ceda02b92f6d3352ab3fd40bb0f6a8a4770e89d3f9adc35a4cd4041314b920f4abf2a3b7a23563845af7f153b0fb2e5e27dae7e591b08625e2fb4a28ca56870793a02f2ba814b54de8cce9a4b100e42e79db339a36aa783e205b2f2e10d27454a25dc3777058d725fe905da3b119d908ba7e7c3475e1adfb9b6fd0dd4107665cc490fa04175128a5e19ec38bb11ac1a025dfd67c5ebf90f8c612c45dd9e9f659d85efa46aba023632a28d8ebb1239c0a3d3ccc65e6e35ea0d2b7272353e20e3d7789577ca04b3ad300a66b47b125bf99b96f43e0bad8826cf527c1bb4e1d880a9603705fb78d98f3a0c48ea8b12b24dd69e7373dcdf9984907fb3599b7d9e3d9694290d6dc343c0fef029dd2b12cf3d4fb46c81f89670395a74d8fbde8c81552686a02b60fe1e9590c8085c4b12fca3c29ae181914859aeaa80570e251b6cad09a92e785505f73fa8a1bc55ab13054d91e58118cae4112f1119223367bc84b3ed9f97ea8841d71a149e23d21b1343836c0b7d13e1124d05673ca794a7939cb44199e201acc5f60ba583f34b8b13d21df5cf31d7a97526870da047d85bf40ea2c16ec72e2511402e021a755f1b1665935a575a4a1e0cfb1800a0ff845909b666171d9d216baa7bf5a053afed2b18985fb17c762b8df11c71e4c11c36e2d151623155b228d369e317a1176697eb18a3367b9461ad9341a072fc7c9f8d2971d7c43fd1741bb623984677fe4f73db18ad83e3c501db630960d94cbb5b3eaa1cd639a872b0d102a2b48a80a245ed1b193a2269d7f3e484c69230561190122a3b4acd8064fbf66dffd2c17d03804f5b19b2c4d3461b521f7835f7ed19ae2434fd7b42685c21b38d21f59ad3aeddf5fb1c0d889fc0ec4fa85f00eedff27710f509723c5b79c9f5befa8f0dc60b57e3bb1c7f148a46b0f4d58d64dd24c956062b785d6ff9b3af8241c14b964aefb9a0db1d3e68673aba5cb3ea384a74c3e0a26944881a9cbbc3e23ea8c86c5d70f37a1b1d7395c2bcdbf3c7743cfd27d9c2209ba0bb20a5429515c75a73aea622670c5b1e4ff7df39642482e47973b645c5ac3e143cf888d861a0f6f2f02ddfeb19262b1ee6f10ef23a657f8bf1dd7b1ad11152e5d483e5a1c2a30fefceb18e36f6fbeb1fd06bcb151776617053cc9af5ddef2716da5e90566ac917eb5701bc5bcf63db1fdc01d4c4a91fee105a568eb5767793eb980ca217d59fe0b2c3a9a847611ceb2010adf17c2882e9fe5aadd3559c636e8d37da76f08d19f692dedfd28b67eeab209c757f7cf81706024073cf55c1b9b891d35771c4a6b5366339036c7a7c79bb2176d0f82302a402ff3b4fa57626f9ecf770b5a95f86c275b91c7d9945c1936b231e969aa3a97897fa90853395cc12c24d992b7c83c0d75f47632ca369e4667b2479e2c067ce30e38ce1ddad3eee0a3c9690531ffd03c32da2c8738d5e12b77b26c55990891eca710790faa9275232365ab64e009d041331b5135820852bb1db270312772eb536ca6bcf95928377741e4a3e34f290846505d99b01ec4c4e336b27e228392e5ded23f4208b4774dd2b328124e60db7196d8afa80fa9cd060755b294945dccd28600ea01eaf5ff42b85d33aac8dbabc523c902edc943e0643546b29c433bd4a9794eb9a8a5032a294a060bfd2db0aaafe6deb4317618f46a0c2eb2ac970b90a1aba579870131b942c7b7c7716b0a2a3b7ac3c9dd386a9ae7c863b2c4f1a3fc71fd23df631b2d6150e4021e9d46a926205c28d731bdabfda32852b2c9c403c85eb4e0a7e5ab0d6d9f29e14f143795787f107b402a8d3be33d8db3b2db8fcbd0fe40188af873e2eae3b33bf54aca985bd49749f83e7ea7aeccf634b30d1aabd6c62441f943d1537704585a7bf07dbb616a0e8644fb017d621cd039b32d9c9ccf25ab22ef214e98db5f2906d45c9a98bcc1f72a31c3b0efdc1c0b92b3356f33989672581ad3263ffdb4560a9fca29bc4b912df8e34de924121da1b3b341e9edcd8c1db787ec6b09abd0172f6da7f164e602f4f3a41e9cd3b2176a73b34546b43c3395c11467938fab7b27a26d76087eae44a57f12104582131f664db34ebcf4908173eaee221d2a2737b49f8270246908ba78bfbc94b4c8ada476b5b36095f69047fbc24a0719c3799524b03ae77874792a59cddfb0facc25f0fcecb3815e481a264535437f4371c225d22e4142b7caa3569eda97e5fdbf43083b05b38215103722ca418562a849591949101c8400e73a9729d1b7c7a5c460776377b3980a9e4ecf49c7c5d62b1fcf611a73204c167ab766d9ff2334430d5676cc10b3a2e962793a118983389b0633f9b36fde1ab3f58a1980b1e693f622dab9fa15b3acaecf9f3faef3980ec990136aa4981d13ed41923e560dd68b0e6f75bad8d0b3af5c2e246b06dabdb4b9ce139a8a8165d0ed688181b1146ecbe4dd6e2121deb3bbb57da706c703cd69bc4b344b54f354623d3255e18ab04f4296b96091b3cbb3c62b54a4c0eb395dcbf02d2149fd76e3c37396a65bfd681dfd98f7cf3ff0c6b3cb3207390493bc7b0eb7714bcebeb98fd094ff21a1ef49009e9f28f1496013b3d3b797dbaf097f28ee92c36816732de2d199b847ab24255442790f207513a9b3d8a9e40efe788187d7990c3b67d264429f5d45d30d068ddfe27238e1f9efcfb3e29d2b4e2b52e266e805e0db1c555074a90906e039e1e29978b2d8d96c869cb3e63208c5aad55b6ac697496889a62ae940493df183d802680e8ba4a251dba6b3ecefd1853072c3a70dae6252ca764f7eb0956e01777ddfaf9e674b33d58f74b402a7b965ac24b0447684addef445a35a36d466d10cb8822b28beea29bfd113b421a0e5e7058422614472a11f3915614318873533afa77bee8411ff41d67baab42ad18d62324b777771d2bfb96f2695f0ee47b044cda2a8615cf4154cf48dd5b42b5ec2099c9cc970fca3428f4ab6dd78e3c3c8370bd63f5107e1b11db7a35bb43de58c82df90c8d5a5c5115e9e0cfce0dbfc5e8fbf3350181cb2eaac9273a6b449871c8b0b21e2b4c103933ea2b0aa40819cf25989818d9f9b7bb23ca71098b44e7fd2ffb2f9612be2839e17cf373804632a5174cf0714532ce138cebddc00b45427b5eb4ca84f4f781997fce05a5f45c13117d554caf431b6561cee7f6d48b4593774527ee31de7e5b606f4826b947b9a99598ba3d8442b291d02eee0593bb45d8bb689ec5e920ecf652d2b8941be6ef5d6f2f73526e1aff95f81e0ffd6fcb471342b534818e678e6c40e14957bc53f1c66eacf6d33a5a1cdc860eaf661f3b4bba1fb2e232cba87de748e8d005726a596b7b391dc3b79c263af889ff9aa3cb4bdd4d07115d913d08ce8cb32c4fddae8d1f98f35ddb8e73b881ccde44e866bb4d1fe3d786ed2f4250bfe7641a0945ba50f79386eee0a092816688221faac65b4d8f711ae98b46b629e06486b9fb5bdf694f0c75b6230517937c78a198c4503b4da33536a087ac5241a4d5db0368c983880447ab4f9a36b5479076b6d7ca42db4e3e3bd128f40c312961f155d799125553f9c0e76779002586cf65ef17b71cab4ec9d449b36a538854ef33fa3250e6150c5a729855d814e014316d031a143ffb4ed4cf305128c575c4d1121440f4a1f8279ae3746e1283c0a93d4f86f4d2c5ab4fc97ec60314fea59d1efb28641be51e7b0ce323a1fc12aeca074abd30aabffb503e6684f7c891f3bcc7a288da20cc31f898a27c0cbf41ea599089ca3a5e4fab512883bb77768917b11e12336fa841171160159a67d06e8bde6364757c88f1fb513217ee9f7ebd21811995a0615c3a3cf837e53e0d4f78c9e4c4b6a8f4a7ca8b516349ea63cc726436e0d6fdbbc8b97302b1fcb8d3e877cccee504a7f80b150b52af9a06da2f46cb9f3b7e0403654d195defd228d078ea88bd21db7af41f06cb5489f67afbe39ff914cc412d4b04de8f4f63d77a63a55ae4bd7a5ae151f9044b5490fef48e7eeded6060efbd91fe6a0071f2664744d3613d714e7b3267fb9dbb562a1ec38ffcf5a06096b997bd93cd9854a9357a9c503c87e1e195cec9eac32b563c3e39ddf0a74ce03ae4a6d49214b33157c4dd231aaf5e06aa12bcc485ce8b56479f2d6f682f68671b19c457e0492df83211090dc3e276389ebaac273d974b5b35a2a4a0c5edd3b1636d4b31a7e9d4944d5ae2478c75001d5026941552d13b5bf945d863d9397a90d6a31955b576602ee2594bf3e7170f03cd58a1ecf0a85b5da13be1616b22913eca0cb5e5ec86325bfe65706ad100680a3cf6d9e92cd24b5e33a27624c2067dd7d644109bc2ca572d7e6f4b706db0c770e9d4b772fe13eb5ea13f2267aa96be1ca9c6a4db90cae553a7e6f87108de3d168a57db935ae5bb5ef3b171cc45266aaf1c98816ba137f1835e46b5feff7e66a040b5172e6aa51b5f556db27e9b4c564d14da0f5322a5ee4ba00e70ac971cd1b231ae489a965deb5fab2a28ad549c1547635b4dc84eb537938fb23b1bfe4477946e29dcc177f24b60a7260f316e85afdaf8d1870bf4787472ab60d720a99e80b3e7c06f5abe859b626941b573478a2b057e792aaa25a9c29b18e0dd49328611def16bf797b3bcbb632ac66e11db051982cc6f2d1e1d1122b3cb75c00195c2799e2ae9d09be1efdb63347d364cadfac5494f0b2f82aa7fa801ea7d21cc24a0ac35e44319ad46fb7b63de19d242831e6001a80e57fa6f98ec90ddb9617992ff90b7a689154e73ccdf0185d9298b66fd63a14783c5571f6504a8b7d5049a0cc495de81f119179206cc7480a70e1b68075da0ff721b034df92edc8dd6a46aa0a7af7e35c579ae2977cf3f772d31db68262cf92004506d61d30032b4637fccc9a0d963c212d3a5a5bafcf5a6ae4fdb6856d605fabbba6f5ef01f71c32cd5ddc22da7b2834ab307ba2d6a3c0eb8e01b6c3d87d0d711c3b3b1e2944cd166d5b088aff35adbc21da26e78d60a6b5b663b6e03e3f6028ddae3e4866fc3df05cc354a62d5d679e887298941e957b0418f1b6ff475be21aa0dcd178cbc64473b90275cda6fdfed1deb1c334455844b20636b70084dc974493ace1d3438f78de6251668972de3033895f4c418c5fdcc86701b732306d7af8130bb77b54282931d65a352d0850718d42f1e1b017d0d2964d8ab747783939648790f08c948fe4818a4e8efbe7351293abbd38fa27bf41e1b7d0b7764e748d766ab5f6a949c1fa3f162118f95c1a22f3bd34e1f3f68f3c05b534b77b7d8861d09112e13861ac113b5b1a262b0e3afd3357e7eba2853f0d79a418b7a2cf51ce809cceb7f3214c65d3e88ac373a9a445f86723e41a776ae774bf23b7a9a5b357a1e524255b977fa18336e5fa14d3e2c0506daa87b49c815c49a859b7b8d32a8bd2cc257662623c4a3c98af73fc6a071defdac4bad4b40f557ae4efb7c40e235a9e82d6f576a68a3abc2e4ed24dad56e6e8727a1d24c97df4398318b7ca15dcf73adf71d0439cbbaca03e2c0cd17c92e734f60c81c730467c3dad2eb7cbe132c790a515de7bcc45165b72c4145045117e5028101b5ec9de5c3e5d21b7d572e75e38c2a55a23751df01dbfef10600c9ded782b495bc83003d94e894db7df5b78e4562232c305fb46ea12af71e77fe2c30e87c3e21193f593f348c695b80334aaeda336230d304a9a3700f45b69f91cf572ef4211818db4aecee32d70b8079814f12aa969b2afc6ad31d5ee9b7b7f82d72848c82011d48ce64410ae9fb8202ff0fa91436c67f592394e7612841cba12dc444222d6eaec034108402580b8272b68e74cf1e291c6d6025e5eee2bbd2365b829c92ee6125cb551e4882282b8367a837f8ac07d5f06543478e6b0f46dfa8d61aac21fbd2345c9fc89a6cfefb83e7597dce1f45898243d7b082b63dca76c05f88f6f14d1e054ce272ef5978eb8458b93dece7fee5d01b3e1226629137cd86e0473fa12f64d8096646d18dacbb84fd13b76a657feae07876ce1e02b60e8086042fcdc5ccfe6266b126b8afde5b868ccd769db17efc0d471c585bff96d09a4dc778d627b4167bff9112f9af7c5b89873edc3a436d5492dd22d8d076d8c44085734c732c29f5695f37f39ca5891b8992dafe5fda5d6d481a1cac4fdc60b9eb15e818fa90f4cd2ed9547e4cd38e3b8add944433cc257f6c30546fc4eb5faa3421a8ab7208209147bf77957504a69b8b2bfc81a3c409c6bcf0be571fd1c7361852c6a4adb2116d077d9539ee5e105b8b5b7b9de99dc293d3d7f8029b1b8a965464bec78bf3a351603164439409305b8d8828a19cfa81727a63c4d8d74efa97624645d13230beca79b06fdbe84ebdfb8e30c585b6e4a9540d3f4ca7a76bb8e81541a303a74f0127bc15e213deead8eb8e3d506f9f12e603847d43f7cc0e623ff4388d53d1f9d88b2280fcb36d79b07b8f2816915758668224b175331a9aa8f8ffc5298accaf1aed9ef2b2fff3bfefdb8fb9d6959962e372fda58fde801cc4d379e7e5981942bc1d42f5c91ec31c5eeb905ea6ee77f58201a41b00d1dd0d286e0b5cc45e3f772cc42e8f6c813d08b67b925fabdee337fdcc5c7d7b3d845bc713d1c762cb7b69f56fd22b62fd643ea92b93d91b9cf0c38ce1ea11c7506e2845009de6bc5890b2ff34c9a414e33da29e4b9454343e4b93deb81f782d000b5077b80d7a7cb227d3ba5c10fe9bea18c9074b94fabc2dbf70ebe0b6d975fb792aa6a574780fa075c0bc6c91be1626f6ac048b95d78212bb73ebdd9dcf6d48e11b114e713c0fd7a9efabc34a64afe31d07e4ab985c71511394ba76dc1a1fbc11460a7171e9b76d88b5ec30e9347526601f1efb998f2dc26a4bd760f631944b480a04fba76917fc06351f85da5503d8ae31ff8b99cf4f6ed24614689abd76a46e4267c08755055e3a24d65470831e19ef8a3e2b9b3dbdfb901e3b202e5e362dba52109a4397ed5fc47679d6caff2aabea8f7c8b9ce9004de337c026fb53fcc445e61d14020e7b243974397f511b2d04e26d050b9ef53e774e269b2c77aa172b3e97baf166359a0a91f7fae4710e8b1cbc12a33b9f700b4c8877aa13d8642b0a396f86c33838a75409ac3bf63f7b48f31ca2c9fba1729df6129e771d9bc13ad71fec466e2f5e4be4c869bff31d9d14a857c6228ba237da95c4586d5bac2cabea4d5e31280977f01b9888a5581f98b4ce2269b85ba36a9a65c05593f2b6332249fab90cff2e7291836ea1dedbc382ae6c8b03a45ba400e7de6c97a5057453452fd046309c489f0ffdb936aefda942718c46e9a17ba4dfe7d39c9601cf11f415229f59292af7980a9c61824b12a5bf3d8c07cb6cbba56422669701355a620992e9704e2566993cb7474915df75c3b481419db4904ba64dd4470117092f85318ecf3f092b2c10c8173b04aa391c7a2961af243325dba689ae43fb3dd0111b1d6861f961d1b7e381b9ed96ca9c8aa342cc79e3ff0b4ba880f6c08ff6b4a17e399b833673e1e988216cbdab7c064477a66775343e53cbaa71f7602aed000ebe6660b197ba2e6383aa5db1a8505003941f4a9f8422da8baae5cb19f221406ee118b52b7cb4c0846cc7607c9a9c6a12dd72669a2a7f5f6bab5ff9006984eb14a8e8d29961fe1c5f173bcb62b0bc1a302e14efcf4106d96baddc37567ce688311322580e92ea167b89930b8faa6b94bcaf5b2823e16e28fbae49c47a3ff802e50404ae133749642a86bbcf784d3c3447c24831454f07309bafd24599a84b6159f6222d229f2aa487a8f64babad212e53cf79f1896ffd219bb239ee0a979615ca9daab3a4be88042a0cb3802c9d9636f3499da11d43e4796bb310f4aa360afc15aa7b7a9058e493db3f463420b156665b5c6b7438400ab02bb3232efa7c1b2144a6ea7f34d8601b0ec46a2c632f0b8c1bed178fc3c8ec68cbb362646b54c0d91ddff3c1a52ba23ecba9da34c64703de840664957f0589522bb4d4204de31d051776f5834120762131c78b18d12632940448ecba506b0ce6bbb61c5cbaf197c39592202f49488dd699d89a62ae9551d9af94c3c3627493eb7bb6296357005aa163cf565eb5aa17073b3d07dff5b8cc95921b0a49a8d6dc723bb65e7f66c70b7a6ce2e9078a9ba00a86d788f502f643b7354a6ad73a54db53dbb6aec25da309e6218efd94ef8745226798fad2eaa19fb7345a6a3ac241d6913bb6caf9e7bd379b8da2394cddc5d69d446c7c846e7334ad03dbc7b248da01bcbbb7f2f070cca1b38268883ef73e5336f8298bff4fc032c0adfb0f1bd6a98eb3cbb7f4248fe12403f922061b1e387c0e3d3fd8efff5d667adde6a25b20b61b9f3bb86ca592270a7d0ff03fde5d56b93b28462f3f17df1bbdfeb714284f4f98c7dbb9b2c3fd7f25d9abf9a2feb31fc7ba896a8890ff5d6c684da2feb3a51de1107bbaaaec776caf5ed3e727201297112e5416f1817e80d04cb3a3b28533e0b901cbbb419fb9042ad21560cc83552fe5f7f1c0442b5783c207c39c40827624c2a5ebbb9c3f7f75a040ab792925c04c8a9f116b3c47c04f2d0c96b5a893dbf992210bbef9443cafd286b2221eb99db037eb0359e33bfb4f10185fcd40d80cf9b244cbbf374bb2a31d733d770384184f17423dd0f86a83f5de1f04416779a9f035f7fbc0bbc58a77f5915356804106e2edf638516659b22c9d38cad099f841a53c9f6bc0f96c7dc3ac913e1fe76b442be69e9370c4acc37ce5d31a86bd26ba93147c2bc107f2c60127c5d24391fe660aa2cf40cfb770d3eaead2db157fbb9da372aebbc10e71b3c3a8b92676af63696a054067a3330c2381db05868e1b55e7e6dcf7ebc20d975d7b5b4de84b986c832328d9d92529d599f525034483991c24ffd7d58bc634050bc60f91c32d15fb0cd505605629642c8ad4911101f744aa0cc800c72bc7b4f18a773eef20db6f9eaaee99641a1cd33f3b3c7a2076a213887f8167dfdbc9bf90ea8be63d747f14adbcbb4a060926ed898b9559c92bc0a9af7023dacb1bca2f849b5bbaf04c86e7d27fe60439835d69a25fd7b0bb7419908fb9a2fd05ebcaee7728029b77072414a8d42078751ff0576c26570feeff729cc20ef529f99bcbd4e79bc8ac448bfb0ef792b338b4828485e8f9265bd4531f4946f1815f379bcdfd68c4846cff5d0f9593f0a198cd5fc7d0c56b5d684e9ad986e1bb6e972f4bcff007631a3ea73d41d4eed3e63491f4412d9a6be9dd60f8449e9ad30ff1d2dbd022ae246e3d0153aae03a311c3853d7f4948277893e25c22c3d0271d91b33abd2a0e3b3ac8c7dd6a11bb6c18d433a03064807fe27363ee8aa900717c4b4602bd309a818c5f0771f9e5ad5973424ba562d6b762ae18f1281bb1375e3affc5cbbd328b640c6c40fc5748c5f1d677dd0099800977579c4b39989382a5168ad99dbd330c15432c77c5f592e8b357cc91c53eaab80a9b633669b753fa2182e0ba89bd591b38562372ab5182245b291587bc7aba6ec3a19c573bbfbb1857d1a0dda5bd60a196a757d441411af221736e3f52d376b6e098ba176df07d61e4781cd67bbd6f804af399e1a8b74ea53571e4da4badf586d45a5fcd0ee9a9561bcc238cedbd70dc57a3cd5d425337f78a6a88a059cb34f2636985b39641ed57bb5cce1dc0bd7e5996f5573489cd23610c30d33cf9677c2e4aa5f8ba445391f479b7e00061bdbf1b0f65bc02ae830bf7e6e3d4a647397ebd7273c86a4ad01b914f0ec6e808bdc27ddc13dcd51e35e19b650bff3317b9d90333c18e1f6d15687944e68c5128bdc4a4e004181e90675ecf4cd85c4616eb714122f2c7e4fdc31f921ec10840efbdd20e80c75b3b9e4ba86b713f42e68679c63a500d008807cb21978b45e1c390bdd223b61d91e44d4f7aab0bfe719a838e7e85edce9338e908b02cc4f58413b0bdd59fff19cc2fe4deb8906a215411888ea1b8abe34e54d8ada1d709d3e29318bde485ac2b2e53c95e519269cda60e9a26c316b71feade590758312294fd83ecbde78c1c49db082b7210cf7cd97f77d4cd1982135431613e303012036e696f05bdfa2bcb191a05f26f6f6005fc7966fa6ed179c33d431cd1cefad5aa383af7cebe07655a54a3871bd557cd30772058dc24e2712fc2a382318ebb8405bd531434be0cfb69d46a23ec44cf05eaa60318cb5d94d0551e75bafca45f880ec9284bc1be169c2d9184abffd2c7026eb4442840bd88ffb8ba26e98336de6fb95ae426b5be24c2c662d019b3a158e28e5c816d666b1b4ae397da93ad49c28de78aca42e1be28f02907b0262ea37d9112055fe66ace1768ae4628ae999cd6ab82e494f65dbe2a7c576a75fdc5742e211a663dce3e2fce27f1a6fc845e4f87956fa1acd345be3b1f3327dc08283fbef39f470f3e6367ca78aa5791caa1a7cc8d562def45eabe4172440378b1c1952b9ee82b60d56360a82f5ba6ce82ee2df9044aeb48da6ebe4f51179985fe86845ff72a877d19e3a31383b3dc8ca31e8e80fd0ee27cb910be51d091b60d712d4689e49df356c63006b4809a8840b61fb9a6e4951de2da1fbe54d986f9ec06d1ca0ade5a96951d7e1181a01af305972c6fc17bf5c0fe6c5bbe550fd6f8abb745a20258017d414a76b8641ab4bf031f3c17606561c0a8f7bcbe58bbec391224476fc6cf29e506cdd5b8723f81538e1fb41e942ad0388c71c2beac6daf297170f98decdff470174ac34e196e78681a891e61b1c43f20c3349abeb6e1f8bb46736659d83258370abc406b1c257c2fe540124a3a791bb6244c71beb872682975464031e3fe83e3a4f983cb9e966f94df413c02eee6fc5451e3c7bf0df93901344a62e4a920b372aa31f8f519dd4c4cac83028693d90ea31b6487bf16ee4f5e2cd852baf4a74ebe8f738d536eec2fc4a7a86f74b2f655f6a4affebf24445f7f91fd5021e38664004c70c24f6b0f37f54e6cfbb2d84c6e8d0a0171bf26783284e3b4dbe52ad46ebc3b597b9aedc07544577fdf5b8a9664ea67fd7bbf649c20ca42ef731bc8fbf96eb7fc82bd88390bbfad9369e7e3532a4c440745bf8124f98383fc417066ad966c5f3a5954dc5e2c4664ce948b50c10fdc67b645bf8198cc83561398c0a7ebedff0ff7a5f59a4050a18d38f8ed8253309a4ac8aabf8c92a8a822a4803e30df6d54be91e2b0cddeffd621e31a15d9eda118398f41bf9da5295a042f88d440a6b72a04048836f179ea52372c1be493a144c11be003bfa24608d91f666cf0aa7ea33023b446b6a9067912ae5779a9952414c1c0832dbfab840d6d967feee8d47d51cf341f257bcbe2b07b608322326e45dd2a56248bbfcab7d27818a1638b52594bb9a653bfab4db6b4874f2ddd7659a59b20cef07cbfd0fecf49c6805e1d17512e6119b2571928669b07cbbf62150a893b1f554210bfdec367f96ec2bd8ac245e39539c0be5b39ad7c3c432b7e0481eeb88154a194bfe6524245f7b4a0cf17fcd06e482ed15652332bd6bdbd666ac2117603849335bfecfb2b0569232269522c6b3271cf58bf3809d6a02c49743899afd282df59eebff2554e14ea2a823e46915ad092fd2dfa7a90b5b9cac109cc91b254fb67719cc012fc8cff92dca71247073829a14edc2ae8b989e0e8fc2a3031f08b470c1c39c02131f214dfe5c57dbe578c04ab46b0389dac7c8e5661ffd8f37056e21a32ecc02452394c9e89d616131247266d1b945bb6d38f70289a6624ca52cbce7a58d5c05a387484a7fe17cf38307056a20fdb8d673ce90aa2ad453a30116f3f02f225c09394daa163d6e04f885cdeb14469f0b9b8632c371c0c5b38834e111947733fc0a0e9d705ca159008ff1233a4cc559151667e872d5835dade0d4acb56e6dac7c0a32df088ab6325181623ef65701f9e7ec0d638cf9a5d6bce1064f7156e4f04c0a7e6451189c5a294a43798a83f3eb918bb41f2c932114e860f70f12475b3c4c0bbd6708a833659b8b860c88fbbcdfffe23b976f1199852eb30755eaefe2fcfc0bc02277e2c17b7e81d158fcadb7308134accfb248da4b7f2546c3e36d6483cc0c06f4205725bafe91db00f6ed7aca92ac2aa58a87ae2069122c3caa39b59c5c0cb5f10a3e094af3c9d87b304e28b277d0fa799cd4069c9c00358c0bca25e6bc0d75651c4fee03dcaa78b21cee0f9e1af05ecf41cb164807eb9018d2bcb4fdbc0eabdc569ed676921dfc7f8cc48c60a0a752b6f7da2d0af6e801e1d93c0b9a3c0ebb91198b95b801dc968449765179628afde9d051c66034fa45bcf119376a1c0f7a91e1ae6648ec7ef717c6a903f528e4e3e874141b87b7a3dce0b0074f7c5c0fa571b730961dd81fd69d5f969bf575b2f3b0cb48b711387507eeb53727c9ec0fa814cbeb9fc38c765df56401bcb359c0b9c9c20c3e85dc4fb9455b01b9e56c1314e6b99c0d48609a7334fca821f9dd1c205d984931df21719396bc78b4c5bc153b382382cdf5e2beebe5ce98fafdb22293e284ae3eacefb8b2cfdad65a2f0c168e83ddae19b551e97507ce7853fc537bfb2dad1547641325942bc5c0c5f8ac1868bb464d56101eaa5e58c219b22901693511f085950c2ef35361823ff0c2ac1ad4f79bdd4ac2cb09c739d328c0fe6ea98e178a77046f5179714542d6f12a2c1b00b107509aa5454ef3ef18526125787d86dbf5fee78cbd0983472fe6b8329c1c071ba7512dbeb9046a640496574cab0b74ba663356772a7b59e6bafd9bea0c1f3539664b6314453b299cbeb105a87dbf310940efc9608bd22bfb93a34e9b8c1fabf4b4c4a5f4a9a90d1fd413c0cff4486c684b1b1c82404ced52696806c53c20452a1ce73efcb4757b215d4c4978154dc1ff31a5ae2be0fd425b2c0b4ebaac2147511b9dd5fa8f748229d0116c8aea4efdf56167e09073087938a30ce6a9dc24862d0bd16912708f6600c942fde83027d58d333aa0aa0df447b7cc0b28709c251e4fd614b300f52623db5f4a8e2abd1b658efd7ae032c630a3569aa076ba2c268e261df8c35a9fad53e740c1d190710d98cb85e38154292725ae2a4605e90c28be33d31a27b4b0cd2f4c3099cac027e9ed8b831846022ec4c1b845c7c9b81c29677042e446b80a03cc0ff84e1206481afc37ff09efa7289a2144f6a0bf1b3c2bcb7aaa4da831c28e98fc5fdb02915237db58c9e0b0447f96c1b05b04a7629c2bf3cce147efccdb07a75f968082c79719d70e568d3c1bd4f334128e60e0159c2fe298a73e2b3304a2faeb840d928724f8d7c2041ae8f3e6dbfa82f5b0f8ccdc303e02a6e425ffb52472db7595882ce0b112fc28a948e5a9f4beeb971d43013c305d02485d148c287a2dbcadd5d706f3d2773f8fe10ca5826cd8b4588d33b1ac317e225a2902ac76ab566852fc66915ac3e873bf50906e05ab8f301bf00a1bec32a0673880ab63729f9fe5d566c5e42c3f1fc06973ee6e61deeacfe079ca18ec32d05ca744093805e7e12bfab07d70657e12de6f04f263423c3687be0496cf2c331f840976c68161262f9a2ae5437612bafc4c4d67924bdfd5bcae3ab37b4b7c342a4376bcdbe339eb5921c4bb3be167fcb6400d62e65c08bbd5e374141dfe2c3522644fa476d311365459aeabf3ac3a2edf5a985a17f1573aeea0e6c94ccefc35cc74bc78aad9cc16deed6620099568004d939362004b89727bc3fd06e488bc389c576d9d2ce0c02fe701a819ddfbe80ada956e1fa82db885a36f16aac6a80c38b12e3b14825a6ff66a656149f120fd697b7f4114d5eb4c5ff5e34cc1ab0a3c39dcf05cedb9574137d83877901254a6ee284e6ed3cf1867ef6851aad0b6ae9c3a6671fb3bd0cc46d1470285fc2594eb38c6a82733e9afeb6a6c24507531469c3b222e68fdb0cd383c68b08bbe4dd0b97540c5ef4de82a887a4b5ff77fb2094c3ce14f05d4504d4ab9de8bd0899e22edf4606053d7c02b2cdf2c0f1d5d6dee0c3fded9501563f0de51b268ff3b2dacc451548447560a4469f32a63ccb220668c408ccd7d6adfabf80b2d1d64b80c3261b5273c466694b24f863f394974e1a68c40939ffd2ad92b664d08856bef76fdf04a163a23851a79a1231452fca3da519c40d58a0a6dd8309685ed6132ff757085816676a5540da3625b19b1830490df7c419e2bcdb44346536837f53f0136f3552e90b5a668ddeb1eed20b3cc5b876c6c420c130a0b8a1932121f219d7f54ec7e692d6a2c6bd4b723ddf29340c83751ec42b7612874490f6b73ed6dc6d007fd9fc8b8ab3d26129c8e43774328acdab41c43aaef5a91ed1e4f0c1871618794cc2aa25160b58dc9abf6c5944baf88ed37dc43b378f73ccbbc6aafb8db11584f4b23ffdf01bb1a3ecd6c3ad73cda93544ccc44c2051f9a60a2876c679d7659deeda72093673cd7fd9ff3551a18d5a5f5e6dc45dae236b6e6e170da8a6d9c4f129d6311210ad3aa80de978c5f9bf671c09e0c46ca821f7acd89c84531af1a9bb632f242e4245bd6b275a4679f67cff41baa1c476035055490345414c60aca04c5ff9e1322cf54d74d611296fe1662ec87a25c493a9152eff702169683038b9cc6ee664da374dfb6cfe9bf2540be752a019dfc4951886cd7827aa757e7a8a82a8ad1485a2657cba5c45e8c476d332721eb7f2c49cd076203793a2678b6955f765deab74c8bea421cd933c41df61161c894f67c49e8cc791e38f4b5d1203515ff6728a6fd0d8e89e581b01cfb32efada6fd412c4c8e141ccb30df7cceed9d90c5d79a0ebc57e13315d09064c28705fc7c77fbcc4e45d8d10a0705eb403868b38c8d7634c89d399ae6e90f5e55285cd009f5212c4e504dc1a220714d4f60d2068f7e07a1aaa45a39253296e6e054d52128c0b61c50b181a0470114b333d5623656ae069d74e3c92561ffc8f90c05dc0b61a981ec51272b694011d3f12cac95f7d838a397ab901d09d11c1d2db6669b7119560e2c52e3dffbb6d981aa8c5086c12e1613c638647429e90c3082224a796a4e2298ec53814a4c61b245796e42a2a8466e8b153032f892c48f3e36b1e215d1a6a7106c542e06ce38d02fa12b9c0b0477525f63f6e63d6f266640b9576e4b6dfeae464c54742960477db08abd5694aba4fe0d707a85aec408d9e2dbd120f2eb31b71f2c548d878371da9a9fbaea1840007c43baf340095de1c1add6fd65244ad95021ac54ab5cfc97622aa1f28708aadb7cd7b76833bf766cb8b20f62655751fd6758fc555ff5e162464cc60e3b712cff38c768cee37ee6645147252c72dfc1f79c2d0c556df2a894c67aec5624af984ea7881c8df2e6730561bec83bb5a657357546dc55eb222be8251bbd19c4728cda2db0465b24bfc405ea62831f0d65d21a0275cc57399bf724baa53dbe1e8d02341802f5cc20b0aa1f3cd1a008a637c66fd66c1c59b8f3c3daa21d32d7557ef3dab540400f963a5e18492cb466094b106d71cb9c5a6124f15adb40df8c31db91ca22bbe00bd9041f60a4e0e38f8f8b68c350e70c5c2a0428c62f77456563acfa8103c0c28f413ee798cc46b5ebc836d1dbc3cfcc5c6eca665190b95e9361d8061016df7d4ae9ceee41f8ffa52254d313b96a40bc5d1e8817a8f449d6b3136a7e288830da0421558d19a98a77ab079a1f5de97ffc5ef4074862130a625e4da2f813ba42b8f28dd80ef741a16149555f429fcb29dc5f18ae174e4ffce092d7fb206a6625bed293eb0d71a0dbed01267f302ac360fc5fadadfb75c9171c5f72d7727c54842e0f64bf9743939db4a6dcee6fc7c7112c61848830aa92077321e382bddc36ca072ae9fb66feb5040fc733e4c11d77ba2c63460f444d005d34defbcc8e7d2eab5e56f9cb061e259c3e36df9807974bac9c6502a19f4c10a44d5b330194117410ab76bb47a7d04d10c2ae78224fc036386c653d1294b0f78588001ae31028fd9ffd8d7d3bca9a2c5cbc90edd13137ec1f0c662c0fcd3dda5ffcf39bd7710451803450b3383b2ccc97c3a47e4a6752c7617c66cc8be6cc1997464b1a29341b13466e81996c2c1404812d916f2d16558719fc6811a046425a00ad8f65bd14b6eae8e3012c1f3d62107f296f58d265eb6d870c6842bf895dfdc6e89540013b995ec6f3c0e065c3fb3d55f2e2c02b94fd39455c6906642cce48d8e8de0b108c2c643f6dd3c5abe783087cdd9cfe8ad831d191dc69cbeeeb4352dc05a64abc2936e33ca49d7dccd100d43accf1a0248f9fc6341c6a89e66137dfbb8c00f3e5e7afb540fab52734579f8bbba3a0bdf76c0ca8b38c6af973ce58431b6b4d6b38af0832d8550df6640880ba747ca0d47e08db57908c6b42ed71f20675dac4a7ab68395609299d815bda5ad244cf38d1d4b66913cd1c6b4736608e70b4f9643d47c7585cc743d29f3b4fcab6b252005a4596194407fc6ba131a34821f5fee39156c52061de2d46b559baf6b0d502737b8c12f5ee206c6d3c5b374d1465ccc0d803fb6e676c303d1f45743596e95710c43ddff7d387cc6e1814dd35ca1933c645eef22c4859239de95844186a4c2844e89c4941e0cf9c6e6aaf29c9ca0e95c62e65ae1915faf75a243b92c504931e05b00e50532895fc6e8b348391f197a6ea9449e11a809b9b79572595b9cb8e1d6223fa12213c45ac704ff8a63f1a6b1afb0679c0ddc7e1220f290d2c79056dae183353fc842d404c72024fd6911316107ee3001455106e861519b87bee293dd32a49a46d05c3e30c72fe12e85800a778ac7279489084f2d5c6d6f037d252d93a81500ef8ea57bbac74097a3c10a887be9de09dd92dbe912f5ade5532fc72d3652c6d38ae8d800b7c7590a11e797acf319997d4bb48dc5c0f182c7c2b3f65a3fac0741e2922c1aa9c759e1ea19756da5dacbde3c736c4dc661507f4c2f01e9ab021b2b76997764e4c78153d47ae9d451cd635cec4e96f5f3a705e4e67e28665a46c44aee917e0a3cc7948a59f04dd967452bde0355e45890db3537b74845b4a66874c936a2ee738ec7a3ba40783fe3d00e4cfbb74865df78baddb814719218ba2ad50eba848d04b8c7c716612e82fd0e04644e47f7eda66b4e0fd79aed0f50f5279368483e5bd2b0c7d1c25b67a4a42de9c264fbad04392309873335b67ba2f1a2beea47677bd874c7dff6c13cefb90f181d7991530edd80f9e03c9fb3864ecfe72129f17606d2d1c7eac4a26d25d151489a791200d6720e7c7db4448bccdcf47b4a79335718363bc7eca7f858f90bb35e18d4277f8050af317cd18038267f64e0c405964bd15dc7c8120992d2c5e4a907c0453476f3f7fad7dbac848a803e17742667060b05e26bc8228a17bace0da52b1cb4edbb6655bacab034d87859b92a52c4de6cbcd5a37ac855aa63c0eb0a101b35b84b99998d9180e9c8b7b7bbbb38345d24cb30546031c86ff446fbc5229718af26d4223920aa17dcc428ec9ced7ace7f26cee590ccb1c881750bc3d2c6a7e5c6e79edb63eee1f3af75d46a8516cdd3841d6cedfb74f3c8836fee0b67950bb418825192971f84d1edfd66e5f9dff0ec45f1b8172d66e3c8888f108414d849799d005d51c8e1bca3a4de2899edaefffcefcdb213f1131fc8b3ad17b028e05e7a71707dd9b381b73fe8897b2e92f2bc86d59947c7f17080c8b5309412959038d0c85339ba4d5cd431d6b46e83e19ea0c12f067bb30c8634c8bb499fdfc594bb71d264c29cdc3cda506cd96dfcec2c392f2c8606493b3f25c8c0fbbd795b2e195d5f7abad5615a25db55f22444572dea7bcefc7d3b12b979c8c12aa430d59b73d33a4017d226a14f0aced16f76239ecfbd1630ddc5442391c8c923b2e2617ec21737d4ba174d89f1dea72f0c3c5db9c3e74674e3cdd68f1cc9221dc94f6033b1e891f1f276546ccbefce8e19a7c28b0d471098de57abf536c92c03aece835fa49d9a9c7b05061fe22a824f1f2545bb8310fb484c0d6af24dc944d19d9fc362b353465c9e7601a9b60b116c15251c8d27cf1ecdb05e19b333c9459f3eeb8ffacb91a7c10259c3c08d2c58f1f39ee49a526b0fa1f5f83298fac9514ce94f9404a2c0ed0e9250a0bb0ef7afa328e7fb93f0e86d9fcf7c3970bcc959cb7563a8823f2ddae2fc7ffeccc9c646edbdc0d93d4471f7b84a6b19669fc9a2fac23a3a7f4b9071eea9b389e9a63389fa9f8f35c6460bfb70754010fff8c9ae616d860280c899a7409544018cb26da450d812e50c8f94f3ff4a8b15eba2c9af096a5b49597cd4b2ec089daa629158248d6eb0b485473e8e82b2c94c4903c9b4df813130527a8d138d08cab5b01d86671adf81d49137a484f9c8b2d3fbe0ca01aa25e19ccb425d67eb22602e45c97fa271a792b21de7aad7e02d43b7ced6ca16da399afaff0b367120eb843c52865f89c10a82594262d6f1ebc45322b942ca2d2b471be351d7028f4acd32b2d9d97e736e6de0aa312b7566c127734f647fca4ef0746b90bdab395e7bac1cadfd73782a58e0ae0a8a97df62b67382a2e9b7ca51dd681a1df7503ff4d24cb7b1b079a738fadf26893efbda49aca6422b8361ca7771cb8fef8c5c851616ca4e5d3b4c3f7313426973edd81583f2f3ef28dc80ca7a48fabb4f88b13faa15d1dbb7ac821747d8dba0d499d13e5aff93099c7eeaca7f83c4e3fd79d2672dd2e98c477976bb6debff22e59447422669be37117111caa599b676329ccb5a87f9c07d4b5f02b309de6ab8d1e649996c30943917c252cab17e6fa9e3153200933f5390a956143dabadf7a8085acce60b07c1df7391f1cac64c4d0e6bfeb73b50c9684a4b7b922be266890630d67cb023bd9b38953a6bcadfe9c5fd20f90cf2dfaa4747df3068f889c164e272e98e84850a6ca7106adfcae37321a590ce7ee9f842cd144f6cda3b690303ef4b653fa83e5650ae6241aacae57f79eda22bdad54c2f53a9d58c028b242ef6626eeb65148d1fcd9e42aa15caee827812d94dbb9667f2e0fe46d168e457f58fdb7e645cd331c961d90a05a7caf4547040e6c2c7980e76447a7cb63345369245f0b8096af69d5cc450b9b628cb0367df18da43fc8e3fe00723ccd3242febf104aa540787a4abe8417de5fb5ccb134455da16b95e98b18a8e5ce6a2db6defc51824ffb7496fa22ae1babe5600cb21eb5b85209aff23e0d9de87b42a1aab6d68f8bfa570bb833614af6f021603cb322699f45c2bdcfec800503c49594d2011a676af9e220ff3a109b8aaaa8f58cb38cd64883923d75acbd19d6fcff3080a54a423ff8c74ff8bc63972643737becb3ab2bfd8232194bab51c5d36ee9086a349b43033fb97c7d1d1b58e86215259cb3d7ed78a750c28ee2ca3b70dba44b9ed6a54e6cefb4f13ae8b0c957e22d94ccb42557818a3d8c46c725877b663aceb013c9dc07a210a9262ef4ff0a6081db9cb70c1bf4c331d3570445e38c14458898cda237107d6bbeaabde27f96683ead9cb7ff1e32e4e21a2ad713f4da386cb2ac65dd9e12d90a32079332c345039c695cb8a932528bdbdbab3d47cd307e29ba9b59cdadd767100bde57dc9eaed5c6c6ecba0398f91d5fd488a189cc7b180556890b84c674ec47b043157289677a30adbcbba43a1fbc18416fc5cd53d957670b0ac4fc357f3a0298715eb5beed0a14d86cbc5cde732eade539819ad01e90108dd537b197a62bd191efe2d1918efcda8a4cbd3345d3fa55e446b3d339a21a95a3d09a91cffd06bc4f142c2a7b4abc3e9cdcbd52a0250b2a279582625be3056f5fa0cc9dafe12a29d3e00d9561bfb0b4b4ecbf4224b5001b4b84b852f2ba1dd1b88ab5224f966dff6210feb9d813e9fc937cbf44d69e913d8ec5f8222aa34868add0903bbbb0c5a67c8fe03ae8a83d12261cbf47868227f91828c92271d4df7691ef835e1354c88ded2c6d92983eaac5c65cbfb8c56411ecee59aca19e1feed3705949dc4f8a972640bc5c66dcac4b66265cc05fa54bc11a9bbd3132c038cf7ee97574d7a0528b2bec73dc78c1109df3c1ecc35089de52f9f2350850f4ea067d77a1ab426b014058ca6c678bd8aad3f3439cc3c63270f89633a790f1d34ce4f196738c4b246e847000ad614a31c5a377cf6cc4171fa2b534f0dce7acc7e28c766c659b2eae061cfceb9fda30f793d410da1cc609c955dc6a28d2056c75da684d7292396fb07c21664d94f8c588131b6a472cc65150654386b932cc10b18170397599ee0c1685cc090ba63b515fa594eb59bcc695437760131a7587e4aa2a9a313b4e983f5f7a813ea3d5f5b69840d694ae9cc71accd6f32e603d28b658c7da4b1d958746f7c8d7a4a8148e39fdeb09ee63ecc869046c3b1c3058423160d6234c138ee1ce64c95499fdbb507a93fe132997dcc8ea031870f429be81753def8ee6260131b3b00263a5475f025b0665eda8135cc933e2d50632f7391720774e6a729acd0784b3ef26c240c2ca51ab1b4f81c9fcc9ad7e751d500120375fb344a3437b2c13aff2252172c36b4b5ce005c04bc96cca88674039eab855827d74adcb381da6169f30c15f86dbce93e234d8865d6c8ccb5f2b6200ea3b189dd2acc6f32d264bb91be2a5f369c1da4f8630a7a70ccf8ccd171c04adeb1b3af652058edbeac7b7e126ba4bf0061d69239a2ef187041b6ccdb26bf619ed1264af95fccdaca07224f8a5461ce0ab99ead53f1ddc801f82eccddc6131e37c49dae58feeab902e8606a0aa517661df6ca7d8244e5134572bdccf146a0fefda44aef3fbe0143c1f68d16cb0b4ed0a2b472c937ded465a74190ccf4566ba507c2835d3bfb1b59d01613bf45e499a1126d3610255c823364659ccd0aac758a384bb038425408d7492906969bdb570b27f796c0848eb37caa1c3dcd1dab5d6d38c58994ad6e2d60a6751996268a74caeedf9ca2e21f89c353e175cd1e129dbc6a32806b70e657ec0c1936978f057f177b30400a2d93a4a5b57439cd24b72dcf05567254c2735918dda5ac172f07f7d8e588680f29f0a360f436b9cd330ae700664206796a90ad5a6984db0ab0469fd8ba8fd8de00d62007c2b523cd37d8660f84a29cead4f86843170e615422d1915e3e328496b45e7e22b98c2dcd49102d01112e97a7bc0d925104312a1361e4161cf70901442e8e8536ac8eddcd4f47d40a1d137081cc516ac1d7059138f42e717d5004e6d29da9cb4a3a6851cd797981665c75f1a6e18d3a14f4d136366b3cbf5256383a78eaca14cbc891c5cd887b672d18bf5a7db38ffc5e303a917ea6c91e2bc3123e89785b1490a8c750cda89ceb9738e051f2ccef5ce4f9d0664d01ad9d4ad6fd92f501febea6919da1cdc34aaa38be9a479a96229ce78d838e4e2f36e5ca6a96295256f139a6a720cbcdca1b794ff3f1527682db6e58c433a70e6625307938787baf4e6f1dd93a4b06cdd1b097a5792bee21b7319ab18cee4586e6e5c380ed27bcbfce55a804a1ca8fcde0de20254978bc9ebd8460bff9bbb292d14c62f0c99adc5b5f4925ae7fa8accde41bd7c7866d5f897c534cac0195bc81a0689f61d112270a11b9d00928d31acdf522665fc5695cb59b83c2473d58b631b1e5bc2135bb34c256d0103f67f7d0ce21d9a9f6219d1e5f2382fb7ffc2a0cc7159301b3dae70cb642093aa5fd925fce24d4ccbbb07bcf9be0caee89405d98d38ec1539fc64300d4e033e90578978cce47b2f7585dd7b86a25a2ab3d0b2512fbef3cdb49d180e76856387157a30b8bce531d019ca7d8e81a4ebddf7c1420228868656b953e74be3353ff906d2a33aace5ef165ae397c2355eaab36554fb51fb512bcf10ffe5462bee0ec6fa1a57e15ce73c52fdce2f18b2e79b14e2b34025b781d56bc9835b72b449422a09e477b5cce752d9054c6a90bba06c5d85c905817db69b7858805fdc17bde2021073729f7ce7b64a33253d8f5a1aca5b8677a66c49e0cf3044d4afa19b14b4b593108e3a2ce875e7f0ac4629782713c766078b6e4a34ba4a3c15a97578ecf3eb04777d6d5ce8e8d02c675e6dc4cd225e700fd89ec93fb83c1cacdefb108cf4d1730fb4018ce95bf054ed03af939c9ff52af1f7db335555c9ffb5f83855e7f730ac87cfacece97a1f9298c6e53265b7b542e80b73659e3ee692a15af48af0cf3f3b3e7595fcea8059a34fb02974fbfa66f8484acb7615204cbafa7ab5e90074e726b2f35e2cead774a1f2ed6b9a187d28872efb216fae17ed1f313773d349f6ad8ccc8d390ceae4f9c864f19aeec79839dc27f234da8ab50ec75e6621b54322e74dd89d9b0ceaedeb846af1a67a85402a0b091cbef05e469c8058630629df277f469f1b814cedab79d7b85bc9ebdc2d630451eff15d6ce9606d7b840f3ac4b78cfe9208d3acedf07494c99c7ed05199f00c69a9b1b9f7c8443fe96d409264d36e922453b11cefa1407e2b2159e69ab60a86e37cc28fc127de5ac08fa39822f1bf82354983fcf03440550bf5860fe64a1d382aef3e37cdad19b3ac292440c9833e3431ec553cf206489f360f2af9e2b1b349a591cea3b591e0caec68f5a8d5a74f5f0237d11cf438c6b6c5393b474c355612236f46b484485a2a2558ab7784b55b63e359bc5cf4acaa7eab72d8e904c8745bb127b025f4583b9f100a709faa9521e42a57deacf4ec51973ae45900243038b25cece27f5db93df9f5266a53f920d888fc4cdc0cf55b86e6588d0f99322179f348888d8000e43702fe035e9fbcc1efd167f7cf9cf5840e3baaafffb6770fc2ea78d1b05b6130ac0355fe35571daa0733f4b338ccf5ef16bc7a721f000debc07064ccddebd0d019162958fd5a3e71202ddad2c16cf6c99020175dd9a1eb7e0c53e05ca2db43a84895b42c7937c2aef4396c7a340cf8738d91b3721d2da22a0280ce552cf8b8296320d1a61ad44448c137b856fe0cf8c9e3d5f7db32b7ef219e6bde8c0ce2808c89e65a4ec817672435b6de24b1ccfcfb89bf624fdb8e261ce19078e3551bfb9c3d663b80c9be389566a76856064cfe8c81c901f8cf76d6d8459b302d7c0512c7cbc063ab44b92ca92ba25a5444cd023cafc62e514b4585762ba060c70fa3fb2cdff0aa95111b80e4078cb4863ebd0280b16ef10588b2ed9477ff9aac7b55e4bf5a1fa2c3807b2aea8fad9623270d02a1c58c84f4cebde61132fa3f6d5e88f10f67bd8926199b7776e0a9797794cd049e0460fb3de297c23a2b5f303709ab1538a9352834e625417ff977f690773d06dacf354b6c34a7b2941ef6fcec80b906ece3b0b0e8c39b525b8fc6e5b3adad06df68bb5fa74d8fbd6c96f67e6387f37dd50c776c95a3acd4546a1bcfac24dd0732c96b6bee6c1ec36e415c74c622192051847334a765e354bca6047131243d08ec84ccd585dbd276baad241fb6d945d8db7be9b1e084a37e7bd4d149442a9d094876c570c68913c53a73de5aa5cf9223001a080694399444dd2de711aaf17d099a09242f6fd7a1ae31c956b201d56dc18daf277a81b6eafe1f39d6c290decd09c54b190d181461143296b7c9ac657b38d6a83c14ec6c9a95a5da00c2f657bd0b215655ebdb2b74b8d0d9f73a03b0e5305f66589442be35663bef22c2fd44ed0be1c06913bec639d00d78435732b9c7b837591a53794fab75e939d07ec148ad0e594dfad6b461415830212352d6ecd21ed0e7817607f4f6bb48c730be38c1ed0ee753d4a2498a075099ab038e2f6d44002e55a7860def7819923de298e2b97d0ee997018ad6fe1508acba4049d687ae5c2c759f7915b7c60fde03b5db7a2d5d0f2ff8a62a560261268b232c8c22956a54b467dd588ea6da03f2a66fbe690add0f740e6250c5487c4b7ec7836d2928d4fa3d384bf399dc48492fca0392e7a38d0fab9e18bc158cb963c52b26811ca23494ae782e12a2054e471aab200743ca4d102629f434b1637116ab9429c59ed430802c46e91c2bbc9ccb92942231b29f6d10a40cb7de36ea6c70346afc9ce3edb6b37582aa2fa7665d37b0e7d620591a1d11edfdbd349a8c6f18d15075030ceb9146f2dc2f8af84186ac20215c5f2431cd12dfba6d1e6570707b9d5424275b484daee9e73d9bf0923678dff32ad26ba2ad13ccdd49e8cb031c9fa56e23d0ca6af0ef41528848ca6b4735388fa6c02892ed142e52b75805ceddba7e315832d3bed2d52381d6bf070068ea73443f70e3911d152574acca1661c2b56f7bf550ecde46dfad2396a8cd44ff8a74486aa1fd4edd17a71e894b789b41f039e028387f299671f830dd392158f644be4f9f43a1044d1acde07bc2e12e141a818bc8ec35184b81725383b2bc35b7da9109c32004f8ad1c2c10a0e71626db07e092bbead17e99ec26ab944c9c5a7a4c9bdb2d535b668d1cbab061a78140324d277427c39e257a938a2a367046ba338590f6c6afc6f99d20a60ca0d2425eb654716051ab03885096362c204b9236b20bf7568285ce546d223836a18d4c6f3570b37e4ee22d765ca4bb443f3c164739218320e52892759d22eb71ec4918f331ecdfe458cde39443ede099b9d2ea8dd0132982c9f07211bd240257dbf31697db82eb96bd69b9005fc6be1086770dd9162109bc412793990d259cc538d821b1bdefd5b9c77006d3048dd2bc2c7d90d718b8e28cf32f73dc2d25df88a24c9867083fdcee34c6447df6132be78b1dc7e0865ec0b5f5ad610e7d26108183593a79aabd7ecd00faaf8dab92de1a57b90f8e998558e04b4566448d272b016cf01568e94282da15789df2351eea88af93f6047f77547707e6e9d2dd293446a016b93c2ff8068878281a2f0bc8829856678b3771cffeacbea4c51bbd2939673618c22c46f3fe186fbfed0a9a3aef8bb988a63390443a710871285f6d2a782d83120382ce3a95ea513328aea9a79d615074998d5045b7505288117a1d2c351a8a0932daf791b6a990cd624696591d959697b70070fd8f812b9925c97d2c538cff6e6daaa0cc6662ee72446bcf54c3677669e6a5cbd6918d34106786bd2d173b774fc847ea4dbd5fed46ea708c2a25efd32aae0b999a06614b7c45629d2e0ca8d2a5e441b2e6fc2e1e41752ed7c44e3394fb295345b9e4a83bfb2c1b0d30922ad3cebf2cac69db6871c118b8a32bb11ee2c2aa535b5f770da47a1da1ed33be21706f98b7732815e93eda5f066ebdb049feb0735b9b840d5a7cd33823dd345a13f82873aedc37a4dec248ad6ee71b765c6ad62806132b34521740364acd35e1ce7d76a6a17eb2912529f4278ba424c87a12086180c3d49d23545d6391dd3676a22586bc0821191158cbb9210b073e9c50ede0926e55119e9013d491f8ad36af24587184ece378e050a3b52f9ae7d6c0bb8fe7066569662896db4bc0889d36dc2ff68ee635cb54ab8c3d7f67e399148ed4abfa6245ba8abc0785bccd69dd37ec86d2f7f0ee6edfbc8b68d94fc3edfc5a9542e29962c6cb63b3bac1e6f5bd386dc1708cb89448c679a750e0ac40ce259322ee50e8743307fc38e4d1bde28d38b3b7364824fb8f42668da6743163096bbb6877521ce5b038d052bd4000ffdd39e2ad8b3caea6a458a57a73be9ded9e43e243af3bfcc883464c151052b614ad3a82bb1030e607173957b39bfac844f46929cb00c78a5764e6d738219f17bead3aec1c2be8a26babcc16a00d07618ab53a0b7e281c0fafb90ccec147c2ee56bd3b7c486937be7babf6dc32d612e0b4796e4a2c74231abff6e1797b7c9d73a73d3b883d8133997411621f0e0d63dc60fc091d7ba851461ea09f281e44cca503ad3cdd49cb4edf7e9ccb63a77796a9c3dbaa1fcd295add6c4ab3678f6bdbc79ced3f753cc02c5029e9c795b1439c8f8171ee5a06c3ae85a3dd6170ecd0ee6f31bd4123f56a4ba0bc73254253cce8bccaad2c2d1acbd1d4ab1dac092d962912b95d42f3f42cbd53c5ccf7c38e857290017c66a7cb7b20516b62809cb79bc7a03f2d436a795331633577106b627a7d50378ac3060a143e6f50241f05727ae3edda9d441cc192482ac739486f90338bfb7f4e80c2a77fa2c0c11bbb6fb1ff95e0e34d44b82f1e1952277aa2d0043d2ff985621f4fd8e2933c605a78d55d5a779e252d4750a1710611e6886467abd7f0c1fa41b66bf5c01940dff67adfc6d80719e08d49c497c790f270edbdafff1052076e464f1f4a7c58c0c23decfae067499e805d4a5e5ae82b34513a18c4f31f8223aa90e39b9a128f15451b2e6228a4d34251fd4c1e9f42672924fd066415bc8b234aac98fdd9071557d52e022afb5b3e6c147d4c784c6f8e94cb60567072ba10076ce51f204a71d763108b09311521932dfa1d4cf2fc694d97e97cf9e2dbc5cd820aa1a1ffbad40473ee2d8de75e81cf47989d4eecb6178b3f26e60f9a566e3773fd51b36797d3e0cd2dc6d0a4dd7e696c852d50dd0cba2ca08de1aa2d54e9174efba419c4698410dcc7cd6173fa4d3d3fcabd516349241a2264528368ded7e8d65e27c7648b8cb046cab3bee0be4aee052add51a56cbf2791faf186660997f5491de1cb001d1c398601087f1a19acd73065bd51d7c9c43cec80f49fb086dc579753e6a84a98a8099c722a665fb1e5b38250ed51e1a0dfac81316dbcee4cba4820d4e7ddf5297d46de3441c3cd56be59efc19d531a88f0a93f91725be44cd7b52d3a2009b4d8f2b1fdace32d4d3a21380cce6d53b0edf0db44dca044086c96aa5f99863a3332eb75214c3321e1ca09f91022dd54f655a7d7bae8bc72037a0744252230dbfb80a3066935f60dbbd7ff0cec001d55cc9080af07f7d28936ec8619f1bafee77d743f0398b2d41969a4951458444d55eb3596c32ffa8d94a6acb66012233b9977a57a3013059aeef507be70b947bd579840206547a778316796a13866d0b80d4cbac8027e4efa866f1e4da9a4715d57ffcc492f5d703474e1edb327f92f52a18ed9c526d5711467e846d4b24518ad58e31f8e718a8cf6d2e4a4d5c6bd80e0b5615be3f31205b60753e00212cbbb9d595bff0acca3ead021d6f1bfc2afdaee5202c5f774599a099138e5d49605b33d596e972c20daca7470fff56704747a214d7dd8a5833eddff88f809bc0d80b3bd59cf8ba19e33549cb868316cff033d5a74b036e4c6d5c55ee6bda4ad8b56c4cd5a687609841bb5e7bb7d3e342bbff62830d4ec60f1c1ca68b808f861adfc9c5d5d3388d9359645e865e9e75a559e7712c631d248dbd3a2428a759d67ab82f67d5e54aac3e23f30af12237a8f1ef1360298a77bfde078f0531aa302ec15e528fd5f77f6215c7e286f610b1eab49a66ddd58e1dc852530d80f10847f134e5e787d61b28afb921fa4f582a8ce408f6f98afda40fd2379241a9f26cb1228b08c9c7d6268ec01261703666b14b29b95e6fa9e781901b4f7391023cab97c8ea4136c2d633e6410cdfaf86251d775ace352d44dcdabc0108e9eee90240dec0c297b0d7d64a8919539b5c3c9143de8fd03d7327570f49261a8b1828fed0f07661546f0fd64fe12c0d790c22b6c6ba486febf553ad76ea5009be8d534b18cc778b6370add655f42528dc6ce166557d07e2ade6e714f1b868f97032d9ff2b6e44cbcaad03d686e3760842c791641d58200fb1e73166ad76481eac0e8ecd79ce29f1ab6cc9d69a89d9c48333cd92800dce9dc4b9841ba9f0eee80792544ef433c05f2a982ed69e1712eaa326fa75d7729eccf6817cf4d1d669062b510bad60c5b84d31af55d6a02996f8a9ed9638d6f418176cb0f7182f5ae0a452f63db25970850bab19fdd6dd4f96af3249fbd1753e26cbb7c0a07f99e875f25511b5cec49683abea197bd6e6b07860cb20267b033bab07d975ced5a2b52ec0e7f7a28d58f9a876dc618bd71dae91a76b646f17105c95a4e6c9ed6fe8a9f97e2879d8266ad7cdc2467fa6d71e83d225ac40a449a1b58c28aa2e23969335555bd68b444240f685697e3194d72737c3968ff08e000ff15794c0c6326a97f1ccffca99faea84d4d17b6080fcd730315d21d6a50ad2630b8d332acfd3f36156d6860865b6c697d3c808d49fd5d73952edec4f16740dce435fded7f9a7dc346301d81e7affa85386dee273d354d7410f718663dab7bfc2923539ab61fd4ff60e14f9ebd284ea3fa77415821cfcd74d298650ad489fd9b9c51b9c6bcf8e25083766882bc824da2ebada7ed39bdbd74d786b76840d6ed9739f199e5d25ae1c1794b3b0cc81ffa154acc489d2a9aad75ec57bf0c68edd7511eed7f1edd0ff92ba93ce6a2d037b56a13d4fcd5c9deed76454355e132b97f4df7f82602ca615c23cdceb5714d8884e8f6c9b53dd13cdd76ab19dd207d53f8d3f661f151b263aa673eb5b23b5520f4473b3a53bca8569d76c6258871292192ed32dac742fabba79a09bd36b4fd587c77c7b57398dbf15d76d644a4e52e96a9ced383f7c9bc448218973d19269127b4f5436f2a8d0ebb5d77b7a193498388830f8106f67339c78d7e046b18752f2fd08c72e83e83a2b80d7b0c91ba71c26e484871507fb9032ebc7d0430e0f2e8c61ba89654530e72c39d7d4275a5335809b87ef3488a19d475babbb5c65bf807d2a3c16ea7c4c3bf77ad7da1778d5d6787f3f26dbf857468fe866ad3de8e31c78e93bd2b8992e754c1dd7f49ab7291dd49c329ffb64c7cf4c7bf980e51f300b80ce33ca35bebd599221d81f550a68715cafae4402de47db684284902cda3b6226b4dc3c8fe9430319add824ec480a3e1e049a8bbb8954aca012f745f547e24e99d060f6e22df0de2acdd828ba718dba16080fa2962306d49c82bc44935d4be683e3d07f58a0c21ed003d84aea95166ebffab770697fceae6fc0a728cbde46208285b0e3fd72725e24eed84fce35b5f6fc4ddd26f54afa9007f9fc44cf4bf0821c1430a346e34e77305cd850dd12bb8d732d22bb649b2cbde4b896e3846ec7377a3a806ed5c9534b6e89d8530b9d5476e075c8e921406276b101374e67ebfb56439c11858a25ca7bf888d87e349e75d5cecbf7096b409f35923dcb28a4e67b2201b2589d1cd83c8dfac5d88e5c58fce229ecd0a8c2ae34c1cab86357c3be23450b35dbf6d382c96525e7d8c3e22f9adee70719685da093c5cddeb20fbb23d1883993b28fef6076dac9c1d8dfe0f062c639f34e2f91de6c52fd61674cfb06a1ea77d4bae18f51a68c2718d8ea62d92863c72f9befb2c63a0fbb1cb2f4f82bf588dfc2ee847ed8e3e45a0bd8f0eefcb581b5b2f6f17c00758cdc257276428154912069e6188bb7f093f317d8f4de824edcc9abab07d4fde110bfe02fa1863df5963186dc49b6d3ff06f019d90c446a305c6c1b9bd24db43531285215e1e63b5c67d58c1665f8d59efe24e7d9145f2caf6a0b85fee896b618c3fb7411a2430540f707bccf8ab6fc801089b6d91b12263848188d03d71b836110715fa42ff1c0fda095b386994275125a0ff4d926893fb479d8caed3d02d3a1a6c34336111599046436f26dc75cb45d766179d9542aab66915a2fe43886dfacc0909c552857f2d6edf655f2ef977be72d96bad956cd97019cd9382434a76c5cfdd44c3479af130df16f74ab6614603886d45ed960a4a7983dac1340fb6ca4547ac59c38d62901087d947e96487db18203711fd997ffde4e94a59a6169cbfd15db39551c1e0c89b319a2e1a4bb13d11a7bfbf6d9980f89f922d5f1fe5b81d12cd954fd238a48d5ce3500f946090dd5529a6f73d999dffd24bcd1b084b9d552a8659d6a605e028405aa37cce8919f25e3e0ac79d99c9b06b3a6ff4de8f3be14011302391ad62fb7b4d6ca2710edabf41ed6f520d99e983462568f74ee83fbead5e7746b8bc085457025f17e446025c400913b05d9b4ce204d0a8eb6bf57580a8ee8baa8d27ccd7c33df9cd4fe2bf82bb8340b2cd9b7aa17e7b4b1139813317f5df9d6b26c7a8ebc629e5650eab978ebcc9cac3dd9c5adcd3fc62f9192bfc48c29e52d12274cd4972078e51c21f4a255770806b2d9d85f6e4661f58ed93e6533bc9f3b767a9adf1fe374dce51dd5509d6928fc64d9d8ce7c1a56773742417ad2e17a064d6b2bc09ab8f84f9a35ee06adc6cd40c4d9dd267d882c707f1979c60c462825b24c64ef90f60d2a6e151f3d594e748101d9efaa2c1d6b9a4c14ae0c5d2a9613ba5d3e4e356309596e90f4b1f16c292286d9f0ef719a7170107598aa751b8a893446c280e6c7d6dd861724cdd39514ef9eda035fd9131f707ecc2accdf3630a423a43f4254e850847cbdc2ff3afb0858b4da0e6bc7f43ecef160cb0257df4fdc40b921d9be129406707daedf5f0c305bb4da121a40d67f64ad0a1d662142ef088ccf3e6aa7d75c12525e33d2e2b918f3aada1b8e5699d0635abcce3d2e000585fdb8a6dc88dcf55c90ba2788c62cff9928da2680cfe4f9104d315e1074262a7f2f043a3760500ab88053213a12fa623da1da2e23cb525b24563ca2e55a3e662ba0ffb6046dd5bd52685f693b31b2d67a6dda3640a3cc64f717100333d7352895475c91dca7446f9d6909508e70122a7677da3bc7e89d02e4e4583f3de6737c56a746981bfdc6a24964b39a453c38b5d96dda4a2e954505776af4d4f69dded2235f1adc9e6615ae6e4e8081fe379289b79dda552fa493e82f67ff23aacd4a4bb2d392c55de5a0b987fcc0b2c8fd7cac4d99da6ed059824d0aaa8c7d32206092db51e6f3df167602c7f15fed0d7a429e5e3dda85b6633aedc6dcbe7c40b8b06cf527c607d265b1a997dfb20793a07ec311dada864c2d75355a6b778b3d30334fb88d058c2a16203b584a908e1ea2b2277a30daabc5b20bb6fff65422cfdb5c538b40a584dea5962b3079727839f44d2c829bdaae28870e22a1593c250fb049201330632b09b6b10b8301c4f04dc4ec117631daba51fea947e4839e75c64769d4afd26797afcc11e723644e14f5a02c818897dac3f2d6a2e203fc92bcefb6e8035f83088df69a350f06865e57e77ba34b0362dacb46d0795058c8c470069f5e4dbac6b4733eea1a82481bc72e0db61ec10cd0dad0fddf8f5aa35c0c5544d1e0fe174fdc74f3de94b326c5944c5a4f901aa334dadf766455d3d2f21d1ce93d89c304853d63785c05f714b5e9ad9e3527d2b514db031264d5bb60b99b6bbdc25f7f165b614a7ba1d6701a9c453d8428588292f3db5c73097fc370a44a078c54587e86d75ce973b141156bd71a2d3d7f907d4606db6296e19cbeef5445771f21a7867d9e617d2e9b2620632d42c827a1536a073fdb70e587802c8d589ea8c319eaa970f6e3fa2182113af4b1cc45bbc0ce0773e5db748f3696f7f5537aecc3a5bff9101bab1c5aa5e30587e6fdebd1fa2c8f6ad5db827707545ce28520ac8f2bda3dc5d101e19eb6f28562275ef778d84bc32ed0db9117fe261ae98cb70bdfdb9037eab07ee8bff8c4181cb186e07262e1a9ff02dba3eb82d4b03c80ff13d09a197e5fe96d3f23b1860bbca9ed239d4209ee28d2dba57e8f62250b85770020987ab11516398a107773d3d4066ef9d93e44791b31dba7969513f886e82329225508f5adced4fd47a412febab4dbdc91e95df51eaddbad814d143a459cde5adb3c762840115e95959df28d0f0465f5ed9d4be38f00dbb37d730f59446b8f369b13d0eb89f1cd4db5c3286b03474e87d8a95c42ce87dbbbf86f5863cde2ce0a1b916a4a1de6be239b9f408152a030b60c8112f36017dbc1548dd5056af1a435e01c449efdad2d38468edad6510d131f25d12edd6d0edbc4358152c2e396a90d3bf667506b6c84723ce2e843448ae23018062a0af629dbd1c5c26d18d6d3783ab02ec06f9ede1877fd1070d4b4366240e2570882466bdbd32db9ebd6db03cfecef02dcd131e9e471825b90a2349a321a40d172bb3a20dbd3aa4e8bf76c54ad449385db2c271c1d9b3b1dce3dabb88625c87ee6094860dc0483ddcc6010407d36e7b0d0ef5b643d775c98c62b79e5cd2565912db45ff6dc0e2b88b05e8f95c34a1c36c2ca5e4e6968c8f58f4f4a6b6611f66942aacee1dc0ea5449ccc89497ed105fcf1a7c5fa2e6c9ce2b276ab5067bbe19a7708760ddc22614d49f8c7f15cdd50ac3b62f3d51f3eeaa792353e37447562ab6c67a0dedc3d7a5eab7a180b297487f50e973fc5aaefe9b38a3c01082996932b8124e13edc420e8046560b02ad640bbc30a5d533d3e08af8ac6de652ee3274a6dd2f1876dc532034cd68ac229568414427b6277cebba1d365b6b463dd70a077969c5f5abdc66f3046d08bbb3b1890252feb285d407cc97115592698dd89ccfe7d62159b9dc68874ceae761bffee997a862f8cb197c0d2c3701400c5c273ed5f5ba9930d8dc6e832b53fbfa4b87cb02ce260b028073af84f1d189b75c3b59b771bb399a91dc77a56d339f74ef099bc7d0ab0851769a23600f692d1331d99ee455fa6814cadc9119f18b05039184c7a367fed6da0adcdcf734205db444f82483aff157a2b9dc97109545b9568108bc38d68b693b90b166c065e47f7cadcce2a20ecba486cbdc9d2e72a1b5b2ca594d444d4bc8718df6c4b97aeb5aef70e7effddedf06d510dca378b3c54c23cb21ddee45b17e70238277bc88f670fd315ba9304cb40bf60adcb166b29c9e581ca4c549f16026959baf3a953d5e818f62e74b47c1002ed4ccdcb401268a23bcd46b708b6560a3f2b7aab1a06899669dcf73499e101d584e6bdcc79721ba1ee04a4210280117414c852e562338f6640807655c8a86425f9526dcc93af8b54b1818b3babf3a90f522c287245fe5c702a5fd1a98868f67a0b985dcd0709053491d9404e7db041d0e187bc7ab326a50b1b566e547692b5948f14bdcd780a4e185eec3de26a6a902f4663895a7d6178a841ff3ae486b5b25f3b6b8dce36d08d672c28a0bdd732b6eb230d94f66fc9edfecd6a0ae8c37c0ed177980dcf6d7e312eff9e7a8b6feb6e9810a06a36f4e7b6d6e502cd968a82b705d6834dd05c5eea7670078e22d9395aca838a37f93c0f8dffa45e86d628ddf450d4805dd095abab66dbc018e8bdd22ae36878aa5144e60ef2120422777430f95cbae94dd2eb0307b277e4b072e73199d0b4a9bb7b549125017daabba266e528709b032dd4ab6f9af587d9afa1b6b8e3b0affe4f6c1e935f1050c0ebf5618b4729efb34dd8a77b53fc29c4c29a3e4ad4bb8ffe5866634d9ba0d617ef78174116e54ccfcdda97a124b9bb17591c359e1e01d012ec3c36dfd69c207349f92ab2aac5554e2ddb40caacff8ee2263bf594f807c44e500f8c13bed2efca896d3d1b4ba2a4e08ddb4c01c4bc2f162540bdf339579b42ad9fafad7a0b50d4616f88c98b7fd961bddbf70fc5ce42f6823155d220aeb3dcd2fca0bfe8b0fa24d5ad683b2e119d749dddc33331eb975a06eb0b14d354b682618cd62565c0f25985a24e80569f6eed6dde243b131d97e7319d95ce5361f0fce72db981911e2f48cc2fd8eb80acea3c9ddeae736747487068e7cebfcc96866a5ad531f3fee66ed5f7aa2aa8c60f47982ddf511efc8eb1d021b851b2848fa32810a1c79cf80388fe28546d170bf98e042ddf8c86bbf19c2caab2e45bba09f2279cb330ef828c99d4f36c25375d59b5a26de05ff1fceea532cae09c9d7d40870f60a6221eaf373219ccdae5d823e08f0c8de0a98f34fbadb6ac70ef8d41335bb524c4389499865a6f4bae8e1bb944a6500de2e539446881f3eed2e9cabe7ddee9d1da877ef67de3a24800c1a099eb1aa56de387be4f5561ff7edfa39cb2fce6ada127a62629ededb6846f8b52b94007e9ade58db74e1f0c79eac8343bcb87b95d0e325a8a966cd2282b45a5f6d3d9e1f89de5a3e445bb97bb6a905ce2f1bb38e6d39714ed439774e7c0ade13d6a5d9c273de6a2ad0f1621d940b8c90ee0f54fff3854f3570e570b4608084291f1fc2c41bde96c770f69fc23169fdc5d09cd50cb6fb26f1d33139dea0127d443317ccb2bbde9a243eaac01ef78faa0f152af1f4c8c8d67e7761b00dd4c11cb5788c9a8184dea55cde7dfc39515ad7e80d484f1a992bc843b5330dcd877186d1fc81992ce2deb1d4db07ee0a31e7b624c4066438765e212a9833c8e7f3042312cd9c087640dec233ac26689db14e3b7982421ae0aa15e5044e1fa41b2038096afc78de6ff9ded658516c7e3f8b01183892b995b8d669e6d31cea69387ca101ab86fed54c65defefaaf129d08d5f7cb4910d35f793af70fb68e932616c7ebb3fb52aa7a0e14df13b23c164f5425781a16b408e2dc826974313145b9060567dc5526bda2320edf1531b08f59490a66099ceab959e1a68ad3cf4672134cc7199915bcd8063780df17127585a195b4c8539674d6970ef9b3f570e89cc7af2455822db21c6df6a9df2089977ed0dc56b03e83a215aff29880b9e70345590d922c1d69bcd58288fedf210d84326ec444ac9bc03954e92554d696ce0d3e99829bec87c6bee215cefcdf41fd59e47b2c50007e62958a9d22dc83b09bbdee83ead717a96e0041e3b93ddf528e92983cee467bc83b78d9bedbb649c407157833a60ae97ac796db9d51cadf689db0c22d6ef126fb55b1ec655cd1586a9a60f8fc6ed98f1cad81c57cf226df6bc1069732d8f9cab0e30c53057ca7d8f449da0c85df86529dd8fd79b972ffdf76407cdf127af725cc11d3b6702cc18d81726f3b423500b1da43ae85796146df76d9564e63db8a8a69f742611895d6e1dcd3c6547fc76615198058df19f718df7c11a0b36af2aad3621bb7aa6450cf43573e621fe1e6b01c243d4fdc74c790df7f973e47386ac56ab13407879538b52d1073815aee87d48f73c59d660eaa3fdf8579f71b52eb987a12e535f1b554a71e9800cb44558de7a3a309ab77ccafd8df8c0a18fb0189fc721686837367c9b4c5da199de3355aa27dccbc1daff5e284df8cf55081cafdbddcbb861200b77b5181e7d0a923eef76d2cc1785c6061725fdf94f5cc7d3e269e4979b809708797c06279311ea9b0388b81679c4a0aa012b0df9977a4b72cd8e4ac2073c69fb66c61126c6b488aef4ae06ea0dd3f26622bcedfa08384422e7166362a035f85ed2dd7ebaaf987a6579649a3d5341c97f64b32dfa7c60529f3f6b9a573fb67f1e716af2c84f8fc4865e47c9522ff6acc8b3228dfb99056effeaa1d88d1e706fbcf4eab413db4ffb258ddc006f722ecc32e800adfc5856987321d97b37eea3cb40167bb0771d4b454cf97f6e6ee7e8225133e8bdfd48d1736196d18ffae0593965fa835d3f408b39ff8ed9be8187d14cf3b5b49dff246eaf669b1d3eae37c78ac374ea499012a54a410cfcfe05aa6b46a1e940ddff3755e6b62dab5c4d8c8022986010450009880d75b27e02ea46c3786e45e0ddff63f8a25d552fe07bfea6392c1ad49676c87ec9ff996a25152781ad0cbae95e014af52ab2d53ae085a6f188e33d2b31e43419b6abb0197af0999154d94915ee032d2c9960c3c9474667027d2dc50010336dfb1c9fa29b61b759bb440fc8ae5e05385ff9d43ad6f86b6ad6d39accaf485345db7324965084511fc986b858471e068c2f619404e063eccde87cd98520352536f20737faa427963f321cdf56c16e083aaa2e7ea09814d4a685ef68560c50fbc37b6fd5ae03dcedae05ed4afa4afe085cfc48dbd31cd14541e6791ab18d8b110ffc044cbf17706e0680bcf6c1d0be08e15cb1fd49193cbec5f8b7886348eb0aeed0d5bf2cf090d2bb9f985be907ee09013226a975cea1be7b283685f4510cc560822b60ea7b752ad9f14d2866314e09cde7d9cd76fa969d3bf4670dc264bcd4950cabd7f0fb11f44b2e15b8992f9e0a2d4453d33694a5b61c4dd78ad286142bd7467f17f50098a894283dbfa8622e0b384bdb1c6222d1964c04a0c18a4acb094a5a9d5ab091c1755bd7b98948ef6e0cf28dc5147e83c1843b03cbc92a5f7ea461a6d5f3d017c856bc284b142c3b4e0d134a8e13e5d46b419667727e0820b8688a5a5bfe6ac9aeae3ad45766d3894e0e961f8c486eea8a5ea4a0ecaffbdb548daa20b236518a7a08152fbbe372264e0f487231721ca45212cf1e694636c0ce03584425c095704b42267dcb7bf7d7de10fe894fc7c9fac93884384ca19034330bd1efcb2f376d3c7304be9b00d2dcae119e8c9eeb4e870b9c51e8faefaba34102c99e10110e94b0e591e2897498ea0e12078024416a85183b9e12fa27403faab0fe0c5769bb1c9eec7b955e5bf38b9e126dd2e611da9955941f8893db03688f809ddbcd8e6348f00168d65308ca7cce12da6e2a9e9344aa000f308291553d6b4c5d40bcdebf23fca6b2234e05ab92ee15a399085810da1136bb2d5ef58eac66506178b045f5e887128d1b5fb2fccb9e1680c9d87d13216a4faeb320f26db5888742de5e5dbc214061061fc9c5ab86ee16dfa734e1ee28f51223fbb6d464e38aa3f9970691ab268eaa90f8148e67aebe18e9e4f2c15e46b9468ac186959a3b41865d5383b772a41de8a262744813a03e199d0359260f4763e91e78164e88e6b1dff7d3ca0bdbaf636c7fe80201d998fe19fc880f24b42eedbb5267c5542c6f500a859bc8fd43b403716d2f1b3ec08e4e1a0474ae31cf2dbbde68fb72bd618491b16bea42d857f938dc6eab06933d73ce1caee650a0621f1643ec7e7e16182f1f7f6b1252ba3141965543720f5d2a767e1d18fd9e5a2e9bfdf64eba7eb82f12c773d09a97b7c1a5a6fcfa22e109a15c0e1dc70d65d1ded551a65dfdafb4fa76c5006a8c414ce7fd62612417bb08a3513e1e52fffc61e773f5a7f15294825c14b932d9c78724e9c70ea94a8d41ef225fde20d2f1c3cf2f5a90db6676c2b9f518a5f1c72f0802d6dc350ee68a6518987e0e2242cb6a985a935f6256d8c059cfce4eda7be0e17ffdb2cbb0a7528de9e7730e24b6f484a2c0b6105f4bb1c0994728655391127733fcc7c88f3990babbee4f4e2523099cf411c07745257eb4520a02908a9e7d68575541789b1ac52b9cf59c5e2543699c27282e4b31aa24907025a0129b3fe5b775b5defa13d604cefa0c39ee2562047eb4cdfe41ba1f79906aca66d4a97c461cecf1366a46f8000e51190d4e257bb9865d832da60d41ba5050f3a5a3f8da69aa2d3ec8f5e583d47c8ceb3b9e2623c038148940c47a70f06e27745d73212191c31ef77680e846133284ac740e2672995a4f27aa8848deb9fb339e7cfc53db0c138dcd4fdc427e34b490d6eb0e280b560fa697a20a0f2797dfdb3016657cc6d68ef06476d4d95b3b6111e025de298487f0dec75928917043af08dba3488e19bcca9a269b2f4f79797375b8147e2a4ecb399720f10e32f166134a076299a05777d55f51db32bfa93e8b0867b33e2a5be04a8cfb503b9f3be94ea19e79189974e295df4f2573197d22b5ab1a70ce2a82acaa003d2753ce0ff0f036510ebebe80adee72c9ba7a526addbcdad31bfe2ca1c80db3a496609ccdaa62582118bb135d0405189380835f5ca8231db2d35e2d5c2d504bc796de96e2a240bef5c6cb5fc479a0e85c8c12ab245e4164d0a6ce2d7ad19cf6db35bf02df942b23859b49fd9baaa926499a810fb4a36e1ca532ee2db560201357f39e186fb9cfa342ab784b666bf4809bc87ec72999a2a00f159e2e3b1bf3b2b0c683c52f4be9ff1b5b90b1656c55fe304d775265283c5e1913ae2ea98c6b9e9570d0f6243077fa84a9f9939a09e056e81e04642209879df4a2fe3196164b8cb139356a7d242065a4c43801ff908b9a63b9277047815e3595ec1e3265ea1d33db778ca864573172db5c17940d647bc7997131af5f2c57df89d71e32d07aab3f3d1816f2f40f838d837b2b29f3ff09bcc2163b0ac5eaa48fe8d00e3459c2ad0da14aa49f27a335e4db18e95503490c615a5b60846066cc3775243e348319300480d670666b45e48712a83df76fe364d19c71c670f32dcc219acb0e3491fae0159be0b9694e39b67b2b7d65fa6cbf9b52cfd1a492e263b8dd3be72e3563c5367e0169d559d7cbf34452b0835e5a4431bf538321738a8988bd29dbde36ff927db3fd3f58a5fe638c5e4db9730195d243437461aa34123845bb05241e372d0c5359d3787c7067b9b30b237663dea3947fb634eccc3f979ce9f6f1272e37c82b841ee031a811ced5598001b05aece6a4ab48ece8650c84d1d362e0a3fe37e8da20e6f04e295c7cea59954584a292a619b86ba4c23f456d6f1c5b78aeee37ffa343242ea328ea2fc7fb1172c0275b6ef030bca950c6e7d7ec2d2825a2de3a833af361909c5e09ea39bf83ed3afa51aff7a3f3c5ec0e6c1a185cfdebaa9e3aa25388facf722bf7904d9b14f6c42e63d564791e168f38b21e2b3cc4bf63ce3d9014a9a71afc7023bbb28356e4fc76a05a66e595a3571dac750dca0c4ce34e3f47a677a42ec74576e8c57fea226bb63de274a407b54e7c8d6729f71af099fe42a6bf7d34a2bdf30facf7dfe564c81be66360995e2c7fc04d386606c492a48e43fb23610ad8bfbc347a77d68ea6fda4283eaf1209f87160b25e3f9b51b4c7fe440a10fc4a5a1f2fc627589101e8d1c8128467f48505cc8af433921b2636ec0e44e152a4e4a67a79daa7d590576cbe2b5371ed14f68252e221241069758e42ae4af82b73aab72ffa0b59b6f4fc727061f3778be39b4a0e92979b39117fb6a08e4d13f776bd136f28dc08ca3282ea57f5496ca7697ccaf318bebaa13bda8bb91e4e6fb8efe1c35914ecbed62f037d9b355771b8a12c02a0129da68092bda9eb2e4e915870a2951b6e04eca6b07dbc255ee15349ec9fc4ab04d9bd15cccf1ea56e4ebabdff5045e31b5dceec30fe7a875b2ee7259dea5316db377e6f49206b174e4ecdaf8a60288269813437227424d46d3751a78d903d22f4439c10cabf07a48e4f3102655e9ff3ec82b549cadf44bf0f90515462897b32c0304603a37ad8651e4f8e4fac7b12d4684a1088e5aab0b51e954c6b76e0da61df5b77b8c8fe3c108e4fcec0e9a764199bcd9f3914807f80087657124f357d5446a9bb34b2b7b6aa8e5035075c0cf85fcb97efb0d7c461ea5c510539e6128e34a807dc89f1bb5410de53150d4789c7a9a75ed06eed1b7b13b0567741c533784d7e9476e2b82a21951e531e2c67267a493915101d720790567e1d014df35f9b12e68a29466b0ff686de53b17bdf690c86ba220bbf0f4b2b10e573816a1dcd0cb890e8ca1f4da6ee174e541dce80483f86279974dcf903b28756afbf93fd6f35deb24cd43deffec2665e55ae6c31225bf2c7a66af77236ed89435b230448c2a0e192f1e728578aab650e567d6e6629620133d23e0a200f64d9c29f0dd421c7fd708e1e3855c1665f9b1e5884341f8efb277838ad9774bb04859f8aacd22f7b4e430641fb4df0c1cb79ee594c07ec8d8fd6bed163ab5a30aecf8e4e259a8c3af792ebe35203c1080e494e5a36fca12c619bc6f503fb99686fca90244b8934f9025b3fadab54e3a28ecb2e5b27ba55a0cd8d38c55864a95a30ef86b23488785545d045ea555ff0054926ae5b4a026b9597c03ed0390733c93b2b5d5e9d3428c9ae44a09f20f287adaaa0ae5b7c485125b0b16c6b747aecf06a5c2d6b121499f7af341e8344eff3ad38acee5b8f055099e5b96c77fc318baeae6792dc8d5dcf2f88af398ca29ade41c9b35e5c8125fe21142610d63ffad82ebd118ff3ba3f6821b70eee6d77688676d2d2ce5d3c8fd5f8dedbc22549b509c5d2eed9ead6aeea6380e5c33c7631ad95ed4fde5d440690f232055636a48ab712e9721fee2eebfdbb4095e81559cd30de3be73e5e2b6f626e47a8391b3155cf5dadd4c7fd206a090a5dcf0a24b170263755ba4e5e6118d9efe3b6de5b9a199467d49ad2d36e11d9c150b6e0611ce04240f8f5be5e901a88e240ac10c83c2399f3225cd56b6d9fac294d23044326090719ca816e5eea85426b2b925d1ed06718c35c312a2ff790a56da8c1fbe9948a974c805f0e5f6d8c83a9cd03c876b25b7181e058f9bfb91c2e4ff1c2028f584c231b2d32ee604708e498cb875988abcdc1c6549aa74398eebd45d810f1e840035b9f4e55ee61a21819ef9dc63e7784eb0ae64d769d4476541044940ef2769dba4ff7abfa6e62acdfd62030554914ad32d32e31ed4cc3c85384b6f7c926e462651f3204974e62d5a0d93cb8587f248ab010f46ae201e7762e439d1bf1ad37852eed7e3d663e6491d9f30e37b9a0718c8655144e4d020ece7807b91b07e614b5c2dd6421aace65d28357ac62102fc55c7e24e5be161c039bb7bddcfcfc6d46aa99b423050fae66f1055ad9cc8db4baf986aa6da615794c59b2784b4101497ce7988b3ac59e8e69b973ed6e2402d9c10181e0515cfe41dbaec013d95e60967f2845f9af0b3f5e6a4141c03f17b2d53502b66a3b451fa7013e406d4eb383769212a49e5ede0a7e6c8a337831ad42cf19d0ea19ae40ba80f5b78cbce522c3c580e058eeaa616c8e6c936eb114b6bb909eded8c6fb48c987941bc7729f6c47d5c43090ad1f2bc3de6d5897ba3b68695bd6f03d7b6676290558e959c68ba3689ff96584501928d2ee6d8db5289756e356a9a8aa9f40cb80f14da4f00e904360a74ec75d93d81b4b4e6daf997a73551e6fa25c79b7cdf828ea21ec159b34dde1d5cc94abb619ee162e6f61bc4c1541fcae0f76a9f7f8f158fdd62476172b855dfea84067e951a6f5ae6f62254c9b7c57f0d4dd920072be81ec21f1f9a096012918817ccd4674fe56ce6fe3a161094e6ece2e6f86cb37d7331a40c694a6fc45a9a3377d4052f6174d8e7153692b5614b87af8be93585c89434905c34904df759b65e658a788f4d7e0ce73f5c70fb8e694545cbfeca2c9b3817b1ffb8be2913a254c5116e2cfb8471bbe75346c27a94c8b24d52fdc35733c3d25ccf16078c80e80dc7d771afc4f2313fe75845bfb08d4744860e1f66b0dc4cad53c271858660d61c1f098094c8d9b716e773ef8650f8c91b7fb2579b8b4da851f37e0840e4c5af01c3c39704d2cd9402e782bf45c812c304ee243e0139ac36076700adebc388bf0f5d3bb5c56c88aca0e78500166c9a2a080dbe9f8d8cc60a259e4527c874fbfb46ebe0e49d868df91ce785b61a663d3fb19e3b5ba794e925f3c2d6026ad7c47b126a8b0cf44d156137e78f726fd8abc9e8db6cee5d46418c315f86ed1c82e60ce807840aefcc1bc021e797b06604f95765054a125302929303055a9f77eb6bec58b9badab1dcf2d38de79ad87ebfe78b0a7dca40993ddee1dc5c59b3f159c143aa885dc8c7a2e90391e7a202828086d235111da0b9a20b17cc63a75aa1cfe70312b00df6bb6c0bb659e7a4c69e5b23c469105b9f03f735d096d0b3193400dcc7326dc6cc26ef996860e7a714c6710a228e1629110a0c8ad1ea53655d9ce9017e12a4265e768fb98a77e7c59c8ba1b48b87767c101dda8685607a60b1ae84b2490f7bfb7ad4d6438039e7c91d5d57aaf2881b04ee39d58bcab86f7a3d1caaae9970b372f8c4f3fe370ce800a3480a287bdd533d1c67e8b31daed9ffc2896b796fcc1de43ffe9495bc11e810bdb8cf38d587a5d07c0542dbe7924419858affe6ab31988b339cd8379adde819b6ed06c5a39de981a20a3c597a27b1c96aec589cb6bb60eaa1660472a551e81af6c8bf90d334ffe1fcab4d861d46012fc72dee660e9103bf72933a434b0ae81bdb385d939b50590cddc03548fdbce51b6762c7dc3a923c9e78dda2a6d458e81f82c72c73e8ddd51a0e699928b136e8b2bf2198fa9eff19678cd18ad16b38e826a8de5cfaa52d9bd2f50733389ee5b29f6bd4186e0290be208dc919cfa30fe82c2b9dff59792e9d32c00d742a7137ecd82c6af08c5f48cb64bc515059b140e82da2c29b02648cb478f86abd8f1f2994a3646d8878d4cc81dfbb158712eb3fe8390bddb17cfbbe145821a26c011bbd8bb706fa25312be37785e7d42401ad35e84aed636b1021d49be8934805e646bc664be8071abe96f6ad8dfb529c2448a4e8b41c5a59eea1c1800a7eeddc502ee5ea78ea9c8320104ed7fdc3ae28b96746e8e64652c10a61fd2a215f1611185ee8b2bfa672f7856048bfab61a6f1621cc7e8f877f740e8a9591ed4cc1fc3c0615f01895ecbcb66a4a25eead1c228c40d4fe8fdab0e3ed7e8b8ad2c93d7050e0883819eb90f9aaffd8ff05c7112e711a79ce917b372ef2a13b390ef84b3dac1be4c13966c66a2b0ad8ab03ca0d5779e1805e93bb73fc6e1bedd9ab564042082742dccccfc38651ee43057138e01f87ebb2ae93e7f3c202ab1ec3056f7ea87e7e5a3e4a9d80034be7e8fd274a113b5fa5589e9674cf3519af9a206ba8ad2f9e7a3ba1f315ad26b7478acc32afd9ab8358149e984b37ee3bea5dd90b5846e846e27b4152d9d981d1be784f198d28956de3ee7e988a21207da9bd403725d0e1f2c3f016928523bbec0bd907dbe983e1595d6dce99e51562179767063cc925060a019882d069e6539724a930c4b2774c5cf3e3be9aba5fac4a7675aef9807c1fa8ceb43dd1fde1fa70ed44aa06fc0e92a5ef1a2e9c9b03119964ebb4a02fd035292e169c042e8ed8ed44ff5d3ac021942ccea56e9d768b47043e925e4e25aed967dbe3da299733cdb949fcb5b5ae8230c67202ae9dae9b01a1be9903b311a45943f4963ae5f138086e6f0900663c423c588d14de9e89e2db55b22b96eb345aa2a39879070937f3ad6635a545cd7e79b3a045fbdea129626236051b80a2e092e8e4590ac40acd18e2efa14a92545b4b867d8fc88ea3de19e4e33e4fcb83ebdecac679c7c9d53284616d16ac7950ad9d53b9565e8ea58ed3450a3696576d8fbe6ec5717df12736fda8bc54cf1ad514257c31c62a5ea65b878fe7f0c0407f141ed6a812c0370a472f10105886b956a56b06983c916ea9bd95dc841a62294a591b1973323c07120c686d61abe292b06906c00233c39eaac13a522cf95fc93f441a5d97617d5687ac44a3e418e7183e457df1c267a55eaae56a89ab5c6150a57388f20adb2608f0061797f117848c3b5b912d7a063e9eace8fcdbfcdb0b5db394ffc38f15e5ee75da6bd1cfd742a66e625cbfd59451ceaedc635f03cca6013f05718ff18b268b5abcb6a3067f75f0f4d86fcaad1544aeaef0a70b2850e63c2895babf9c75f3a45282e299326242a7e18cf2811676693eb03d83b9f978763a9d700cca2b8b963e2f765db3a48623e5240270e0c3dbd76eb0e14403529db080beb11ee79c51726a1d6ab938f868b0dbbb69c3bc4f0d326eb1e1ec6d89bc6bfafd8bbcd357c56bf7ba3d7befc410d726541460b7a4b0560eb22d93fd01bdf1c1845acf57adbea639d521e8d9c7ab1d0cd9ef32e56c77e21eb36f8986b3895d619bdace9ffa7a0571527d07cc79814ccfd977266ad48092feb40273a7baa1759bd5433054e5a12a54fc751cbb607dca938d34e3f35c8ec6eeb410894b92eba79979d61ff06e9a4b7922310919ace63c17fa2f0bd5e53e1a7eb41831dfd5f9ac8df371cfd271b68036306769c911f5dbdd4231f273ad97ad8eb4bd76cdfe03ff7596bd2e9c53282070ff31dc914ec573ea7d8f42d884df50feb50fb4e1460673f5c0ac20b0d4bb6b4b98f00f0df4a3cc79833621f78543a11eb572a960cd31caa7281131b97ee2d1536a266f6707863d72c7f686f4e8349f7eb5bcd5cdf607fff6e42e63708018f2410ce872374fd2253ac6dd0da2daea743eb60cd1fac02c98ace178102730fce45232928bbd8f4415b94689927f9aef8e7eb7ce0f96b61074fef498aee68dd394100382812bf3fbc4b0ab5f68d1ccda0b8eb805a4e74ad61c25aac1094662b1fc7a0910a1bf54be8e1b0fa9db7b09c62afeba16e389cf5dbe0312250a3aac1e4ec1226b138d7583bc3555e8edb11bfd2dfeba44c444c39c63493ddac4ad2e695dd83f543eda66c45123c61c78885eff6ebeba56ce307112ec4931f7a0cdacd085d0abad51a89fd3a9bc27a73006ec4bdccebb6ff0cb00e17133eb865c55b3793d2174e4af5aa74748e7f40ea8e60b6325aebb9271553a756d922ea2a891358419f766b9c4f78bcdea1d66d644646c38566ebd2612b87111336c805ace7b3e5c1f7297262c63494cab267b4a97d1b539378ebdb7610d6bb0c9661caa9c6440035535316862d92ce2ac35ed3858c5c77b207ebf0add2251e136030048ab8aa95766cb7a1b5130d06ae98980a3f11bf34c9bfec0f72d68d149d4fa96ebff55f34c460852f932df127c0ee6159497c36c6f290ec15605ae20334911ea80abfe9229eb16c27c1e3553879ee6b536cf6d8b541c6ec28474cbca6382190d53c7abd4b721716d669e3e1496d5687652869430c78f9ec2f033f87bfa8024f91bec745a571a1b2f06937413a8a330d94b398a21b9d3aec3fb0fd1e323d8b042cac2b291dcdccbbfed36ea3679ab3bb33a90828b7eea1ec44970bedd46188215f798181fe09c2519356474b89b3d282bd9a73761f40d6ec4ebacbd404f900e57d418c76b3a8c341be9124ce3dde30381651d76a1580aeec565c818650e85be070481561dd467e7951a4cb8af4e316800fa5e0c372f4e1ec6090e5a70f161ae6cbdc39f1f795385261043e72d55a19e5ec21b4651025a9ec641ea175482f6c2bd2efdea0e2ddd4eed6172e0284c3ff49368af128dbff0cec9b8e799752f46af2b70a4da2c7f8afc8780d2e7388ce82f785e78fdfc18c26eca75e9ffa355092ab976ee4ee3e9fe13ac0fddd08b4cd2c47f249b07a9152a5ecae9dc092a279a5eec3592318a8c7b3c3451c09b4e8390632bf819e9ee40b84ecaf03bb1183766e6a732c5f597b1a6b1395985db5d99b7ab84af25e0f7a81eaecb77b914d8efe18c904fe39186c2b3a41a2ea157d30a49a30c8dd2ebd404c10ecc633a26c031be59b94895cd54869dcb5788466ee4c6c2340c5a48b03e5652becd7b93d9203bebeb3536f040a68d1b1a2d98b214a0e7e18e1ba9e90c7a1c9b9ece1bd990cc1670dc18479f475430778c4d43b507bf319b30b6bd8eec6e9794dece323b568a02e981b9092023fe918f57423c9a00f8782a322fc91eb7a296096ecfa52492b8b5f2361d8ff705b6fd7f17c27eb3a40f4eef3418faad70e7d2045ed10c3e9a5ac0b32032cf292a102c129ba9d93770c5fea44ca89d4b6a712cd82ed14ced4366a34b03004468a865363f622abb57ed6d647383c27f3c0887f04deed15b980831d171eb3bd913aefc1a88c1d4d0e05c436a9aabf2feebf55ad3929ed1c4f85e0e3dee1aa19de5754c18d3e95cbfb8a8d53c1803000c93ba7f5514fed257f24034bf0fe099d9cd527dfe0cd957b2907b2b05fbad2c2c49d8e232f71ed26f44fc4015bca0bb6d1f74fb922c2b2e62ceaecf46c3f326a26979ddd17eded2c876be0bafbe4fe9ba5fb1724743317dff33f6959cfb259dab706184f861fed355d49ffe7037bf6a605ce17a39ba483d99a9158824ceb6cc7ccf2cc232c0aed57d34d620799a958b0b37a702927ec9546f197e27ba7f4506e0569718cbe39ed6fa70b11c3ccb36c35ca7939f24d628626158f694b0f96e816756573b63c25ed71d1ac1d361e1cd9fe49acacbd46995f119182275195371d97332335584eb8ed784c2bbad696047d0967546ab0f42cde29300b669c92dbed7fa7ad3b37703eed834479280ee9ba1f2d73271dece3061cbf23d69b58ccde89ea1fce86953ebced928fdd39c8124684dc90f0b190a0caf764c8e31106edd6b0485d4065e95061ed99798ac59d2629d4a7fcbb30d01f7829162fd26ddb851116cd72d9557a15dfeda895feea058406bcd917269a95b95b6a927d7752f745fdb781a576e0179de4edcc7bf041ef84f1f4478935f646e4bf69099d18792a64715d9c4f8ec858133deddc9e11c293c3575b427f9c0d44ddac1110e7fd8214e4a0e816b376fb70d7daedf93efd926a2ab6a1ccec9aacbb650bed330ed6709e5de6ac4c81d87d9e601eee07d460810ece44580231f3a898e4e7a2d8b993f3574acdf69acd5d63c68866ee0975f84a3066b06a00d6819173ecd05a52897e955dcdc1b4df2ac30701a6dcee22db726490a0538c32e91621e67b97d6a33a3dfa4e7ae4e0efc36786261ffeee249746152c8d6c4beab8892fc38d39f67adec39c75a01dea1a0422d8641b6dee2a1adceee4ac58ddcdb9185b49167c9519347203f15f109c08785382b40ba9ee2a74c1968008db035ee726f0c62fca5c0524ccd2ea129d725c60cab361feccee372580bf65c5b1435336d5ea80ffd2c7801b10e868a4322e5e0357a877f190ee4804e8c3ae1334f1c4f206f06efe7e32707b77711a2e28f4b4571808d1611cee5f4ee8f3439cb3886edc642c79bc70afbe55b31b187f7eb697c93217caa9f9ee77c7153ab58d8d6a55ca2fb8aa74234c13ffbf8e2275e27485e20450c77722ee8510b44cdb787cef28042e617908e2d1ab7510cd23141a9eda8465f79c9c75ee8fc7751649e518063b6fb78fe82c31f97bf7985b7f72d1b83501e9b662a82ceea0f9bd890f4232f314ab122b59d4470148e9f5bc51e94db715ae702bd6ca69eeb3c73204d176431014b0ad0f92c6196d929d2ad169fa9e0bfc514c43b74838eec052764aebdc6a85c3046f9c99d7debc6632524674bd03af85097b0b165b4feed662ba349882ff3fd501f8e466735ec559dad9000b89a9c1a9a2bdc05ef712eeed78ea7bf9864ec130477513f3442f1d8553a2caf1ffc481c114b20ef7933beeee25fc6d703206585b8f6a5f610247b785b9d0e28576bb40de3291ab625cfeef00e6199383edab907e2a4ad56a0654d91a77b73f072f99638367978b2965d5ef13ac1ff8f65a7e26a271bbd94e37d3f3205a2ded87ccc9ce148572f5d12445ef181a33620aa6eee64e796f480eeb4e846d51fb1fd17661fd4eef2f09e4591bef217613e29134365d33ba5d1e1ba3eb0633e8073ca7b59dda97071493f1b594ef3c87192a3ddc74f385a1a2704591064b1e4cb602cbc8d65b9c4d7278062500ef62307171acc482f5ae7c78bbee92eff13aac905fb3985685353ae155969153ef6f32d2be50ff7589415f95062a7deb7ecaf4820f274b170539f63bf4beff34ef81d6708dabe40a2b3d55af4faa7dddee853616d48a7c19bc89e8b17d3c0f79efadbcd6894bee186806011b78deab2852e1eff131caf53d7ec550e4778d17c4efc2ba0554a12bb7496ef6990d7bb8e31f4deb99e3f75ff0e0bb9860330f78afefe4348795164cea02235c72b0bcd4b9461619c520228b2471cf63ed400ae6ffeff8ab43f1e24b191d6e410c8dec084f5d209960fe6fa7a68a439bfd4b81a682f005c52e88f91c9155387585b19b69cf19c4e8483c0c0e705368db5ad8b07f2ff00d2e824ff4fb7d399e66020e508f6b058d9dc86ff8d632122c943d417d50a8f0230d7f35f36b05b4e09b2c50ac44b72b04aa3e4abbd43507eb94a7f96e80cef02e00558e5271cf6b2785be169a149ea80202695f692c850ad147cb11f42b4cf02e0d0b518a11110080bd251b0cb627f379f3066d1c965f98dc23ea3fdad116f0453100abc2b220f73793a5356d773e5a07cdf9df3251324b3dac5e4e83dce2f071a408d9f3a4ed510af44953847d560123ed4e373d1f89eac9b78a35f805d4f09e671544bcf2a93e685d33daf00a900f305f05acd18d0fe157678fa2311b2af0a556c1a690f0e5c1464950b4a4a00178af8b66ec764cbb40e8d9c4151770e0f0c0eec6523b4b98d8f8cad1c0fa52ccf15b3a5bffe62a77bf28e63180aa2079f0ce076a4c33cb87b7648427adfe56267d6c9bc55d644fecd167f1c656a7e63af0d3d935c5cb6648b5a4417e6c21902fbb36e479d4b69eee21aab95b5e18a649f0d9b74f33c708b345d8187d7b98dd1459b67aac08bd8c8f8d8723a6e2f18040f0da01f65861cdb05de7e2282963ff6bcfd0217e73f37e181068aeedeea27130f0dbc195583f38f9cc859983e0074887db692c2b7805fa0cbc1bcdb50c8c5345f0e5ae39be723d98235f7ead5ca32f53cdbb1dd906062859432f232fe0801b44f0f45e3ea5367f5cbd1fbee3e256bf3620451fe99169c72ad9582ca4902fb236f101ffdae0d7d7197d255de108768809a708821a5914fbaba80be13c9e7d1c5df11d38e6639bdc343d7d8c58ed6a1c28093b1bdfdd0f77e38167ced6b82c5c52f1823006a908246bc66f88411ead857bbfb0b886ffca3223ec98616daa882799f1835923cef24faee728260d0a30d87b7ac9e380f6c70cfb37b9176ac7e1bbe5f1a552ba769295825e30d2f5173ff8324468d934865347c6385248930165fccff1b834da8933c57a1a72ed4b2cee49de97c54f65c078a8d19f87f3697d84f32ef1cb6b51be0c175f17ea33abb039088b79070a02a362db1d2d35632c52b99612f1e88d33a3a7c5278472b4982e5d390e63cb78b7aadf9a5939ed5c137ecff318f20cc2d8c466d6cac6c7b668fd6a7d7597704958e570e2dabecea954b201a785f22fd3369d468083198f046bcd5486458f3be61148030923dbdf9bdef688cd7bf2432756dba82fc9e9485f6e7bddd44657d4ea3f5e17d5aea205569fef088b20f24e09b1e1bb132dabb2b26ab99bc713731a6a68dfbd43e1c899aa49f9ebb245f2528998fa31c0e3479ec5b8c48bb1ee91642f38d4ed931c5a7b7ba553922a51f262e49dc1558b61f6c8d0cb3965d7bd52a7b207581d873fe6a590883108b1b5f26968081aced295fc8358bc54f73980a580dbf245df8ea269f0079a05d18609f276b2959526b23d479e9fe9569f6b7232ced74335b6adb8cf6df4ca7e717e8cf289b1d804060c133b726658e185b8bd936558c874a2c5aa2e1d2b5ba4b5a3fbf28e11e592a9487b76faccf22e2f737c55c85ad3c80b41a768244455b273d3cbf2ad1b01e6fa49cd7b270031c1e3e2dc118c98e4870472f8aa8e6ba68a44dfe4f2c261b263c9f6b4f6236bf451626d0e28f6b928b7a07b69615ea85c76ecb74af2d64da9944381176051413618a05fcd7e826ad363882c31aeee8c460a2937dcf2e4a9be21e840a598eb09d36e9b88f7164b5e1224db0feb4e80566aa1fdca71f2ec604a85425a9bde85884aa28c9558a0307502a60f39a03ea521ae89763192f317a0ec761faaeac485af143ea19baad0a8ee2604db449936585d6010efc73df31f187300d3ea31a9791d357ad4e5c934ce4fa8c29a7c70c2174135a250eddbf32866798fdec332fdc9d0adcf39bce06578dc6b7aaa0542fcab34dbf21c3608f3480c79b71e2f3d9edd751634bc5f63a607b58509cebf278e9104ae4d7c34b3f367453b2b5c19b92948d07113cfdd7b9d40c364587b6132d5487fb40b3db7c4f38547cdc836436dadc53a1dee7cc4d22125a810e285037038c75567f0bf8cabf3928f02eba441e74e88d579fa716fca8523265d8f236d1256b0db95ba72c8b9f3a6c2d44ce13da6d6366d9d7a5168a819b45a88eaf6f29ce081c117d1ca43d3f3ac20b50fa8ca54afceb18888e56995bddfa0506f6d5c44357ed421c08584a0f3aeadcbde6fa6e9615b996365ab551c19f53e54c8f5ddc3b8b77e3385eb243af3d097861bf9c3f765a8e5e357895f367c9716542ddd3e7bdc721d430acc3db1f3da6bc8c552648c6a80a63613bf03c4f49e5419e3cfc2eb11f8ce271282b3a2f3f992331348ce5f6378f8c54ee3029e04db706ea6a6787b7f015685ab8240d3f4106621b7b7442e53b0b04a2fde786bf96e5ab67e0f71c6ea364cea82a824d4f412af883f7b494925f5269c908112562841770eaed83ce4a9bb0184caea8d63f424d061823da5b8ae16e804b5213343b9500359ace2a12e6325c7300b623f4ff4294ded9fb499fbf8cb5bc204253e7864eb5d3f5a8a1ff1b49d9e31f58013bcf4357f8fd9ce71f629958139572f60afe76b57e8562ae08d5f695f2768ca4d61f4435157dc7e4bdb30b1587e441ece3cfd11a4cd123ecc35eb4f21095527a3f1f44961d3b4392b7fb67fe58ded36eca7da6646c903a337ab722cc1f53fcfcb4ff45093d31ae2729f286761eb9e75053b598852873ee8ba761e5cd9c23f73eb6bf45cb820b87ed06d8694e056fde27cdd90a5009989217fd4f4d9967f5836b1b6f461aa769b2f2519310855ff4564a0c85f7727b1dea297b6d74b4773b32a3c76f4752e9880f9ec11ea149753b2cd41600aa40974a7faff70279de25ccb912b26f491a12a7534aab50563091a7b050d988d88861df6a4f5406c280c32cf75a5dcf4ae2d56b004fff092ce0207e21c4acb8085a27a95d8a7600e172a122396e46af4af785ab6c926e71ade7b08430d42b65da28d06de5910e123f03c001805215ff4bc4d7e2889aaa5faad6bdce05f8d4de8d657bcd446138269895dc80bab16d3f4c1ebb6e569cb8d0192a142d9dd6c40868d6aeb21eb03004082fece1d178b03f4c5b201028e33f7b487b2707660f17239489f0b8328b663df57de8f4b228524f4c647e090cfad27b736dc499d22f31256dbc99c3dabc230b9dbfeb5bcb2f11af4c7f30cd71068d6addd863c65314ca22102d3b304f8841aaa8a44a44bbe9769f4cd402a538cc4985267d4c97fba09729013b8cd7a02def7322c6fdbcf51aeb9f4cf95ce4655f61185e96c7480b02ab31367aaa70eebd05601e298b2c3b9c7cbf4d7d4dbac83a3426ac64c4e83f902685a01eced652593442789c7fc477d77eef4e545cf6b2a1809aacf57d88c6a06bba17c8195c24b2792a06cd70110c8883cf4edb28ad3c7d2ea66641555c8c6acb6e682c9c85ceaaf6648dccbebf6f77684f51249ac499add77df64a61d3422b0e98697d1e0ded230145fd511eb68ed5e31f514a0ca2de563d60c6a04a6487466ddacd33ff3e1ca4429c427b7d66863462cf534af7c69d3516cb070a7ea1174f73e0bf12505791da3a8b2e43150a56242fcf55282fda681f45b427d960f1f0a5b8cda1edc3b094932710be8911e55d43ee5f56e29cd84b8ba497801b4f1b456055624ba04cc5a3dbe9471c5554ffa90e063f583efe60ad4c7cc34900d1d27529f320716e438cf46283e461cf084322094ddf594c222516a36bf68b317eb2715965668a6ad177ec619c641641892ba8037dcf5a60181167ee9449a106380c9dd41891ab548af7a79ddc04993edee03ea51e8895d911c6ff5d2253cbbb0444eab4e03198bf74d9e5ef3ae5ebabe2f6a4339f2746296a670f60d3ceb2121648e659f70f51cc21ac2f6141209a530086d7a93c3c71798e925f61a021b4e18fa8af13a874a30bcb24c10a9f0329de6fb224cb1ede2af9c74c2f6253e9c813a31b88f5799b552bfdad8128acda9b0c20551d46982f17ed55e47f67672926047e1cc83ce53fd80b084a9c22420e1c132157c82a83ee9f50f8959f6774dfc575bfeeb20b4df0149cbee2faf482d6a0d25e84492b0b3c9141f8880f6832baf5034d5110b672ebde09ec41f7bcee1cafe5e579cc42f211b5b71758ff688cd5420ae2667c996d00d032e85c43ad8291da751d9dd378bdda3f0209968f6b322629f592856ddd157cb7c2f355bfd0872f0c9b72acfcad04d96dad46c19f6babf72e1fe126ea9b67a195784fa6d3a66f84f2679281eeb48dc1bb4e3d4f9f6bb0aaa235f46af443ab1aed53149d37d55220048d8429f2660c638fb806d10f6c82155a163251c1105725417a09407eae32eaa8d71837886ebb9049e183d00f6dad422f849e03863ef5fdd3ba26be036bdf9521ba4728be702453f7b64c2c2f6dd475fcd41949bea3702a9bc9cc363302b9bd95e45cee96831eee4847bebf3f7023955cd2cb78ede1d256b3113580c9d030d204c6316904eef893bbd3c4bcef7067b962ad2fa19196b934ca40ebd9ccdfd96ec452ccd742aab4ab82e09ec97f707bcbb0f1d2ae6ad815c359cb5639d25aa61fba4509f54c19b67b30478c8bbf71d3d97dc7c409420d483c4d95caf9b4856713218aace7635c26fab9b2c9900f737fb49d1b4f94587b3a399c639302e424165b5343e0b8f5d79fe5382506b99f73dfc3969cef06643751d096c36458023f15a742c17233c8b1a4cc7345abcb4f7460755aab1bf81217d5cd68afff45f10c8951dabce0b6fc02f0342cc0f5c21f75a3c2602c15e8753dbdce88e56c4c03fbdc0ba5286c38a0e14a55d80820984f7decdae36ddd8f4bb52be8ad4a40e7a86a4388d5c7f3494f9771fe6c4638b0ef7df798ebc80dd739698f84d99293940f38aa3eefec9f08a32ee8bd0c1d82ec1f7ea56fc2f42b0ce63356197ba0d521749a0473e3f15a3a8e7793bcd2b9afa89f7f427f90807534145a6443eccd31cc6de717161e75f01cacbd8884b29f441baf82fbaf3b1595180b03ba523e636cc7963e4c88cfa1312ca97c9086affdfc84cf832a9cb2d5bd12033bbe602fd5d530eb3b39d2eef07e35cfe059f30d794a3d5f8422f0ac96a01937a270361e713fff418b8b7a7f8bdf7d913d51346f0904c1af8487f2d12044c09602470312f3e3a7297fdde0756a0c7990c3d3d7bf0cd4f72f8520edc7867d34a390547303e7ad71b6326f6180b49c38662347ea82a4caa51f8526b67210b1e690110cdef66a66e622e2aebcdceb7dbd8f0a21624cf6777cbf85417ce0ba9233b3fb2da6016d23fd0c93b228ce841e4f6597c9dfb97583b75f861f416773f6f6194e6ee624e248d06b26749ccf608cff4f52bc70fb7e1522ef865ee1afae8e0c0f470740bf1b5d6e1a388a5c93a1aa4066027381cc1790660f895a5778957f0f630e3dbc850b7aa520386c687b2ee5db150f664abde242a48f89d0b390a3f9a677b1cd1f701a5670b73fb0967164fc801e0589e0349d8236ef8a4a82146042359c8bc76227ce93ae0ddaf4347230a59b9455b8291569f77cef8b969a225a82d2546fe00ebe5c01c5b986eee31530190618eb1d32bd2d3e45df8db42aa4532d87396c58e29963fd49f8d13cc42b0091eeea42a15e85a9c4ffff8db926e2b8f7afc60df9718ddd7085d11a35e8ee99124bc649b67cfd24766bcf8e76de4b04738b2407e6e7ff3f13fe20978b6c42ad5917808bd6bfbfe53018bf8eb9eb539c0a6b201fa945504d75281ddbc22a54549bc207b86607ae5eb2484f8eca8807107ed10e6eb5a3668d6b24318be86523da6133848a089ce90d4c93cf8edcd3e021be61379eae879e53df4fb20f4d883950fcf47f2d5d3a917269891f8ee30fdd42a97b7b2fc75e30014758d0d99e62b4d0a4dc6bf1f06d33480f866f9045f9e4d4785e0e6253271b9e5be3008e82fd2933a3be585ea65e457a44792f910ca88dd50e4c42cd4f64bb494415d48d4faeb25e9f3fb1ced10a641f5e651f94412e6b4db9e1256e89ab97852420e427925c468d15776b3cec7b66dd87d6ef9473e70fbe3d1b9fae15702fe83e7c3e9359a0477f599c44fce45cdccbeb66df9479f942e20d583bb6782f93fc283d072b0d0a20e6a1e73245f944426d697bbf948abb2e19dad057325e2fac60376fc782d10e2e8ee23f5bfbc813f09e4ea11f954a5b9b435e1ab29dff85c4e700e9ab1b806c1031de85b8ae1143ebbe426acf95d8c9106e28817f73a18ff9cf82ebbd1a5d78784a2cc341bf69a9e558b8edaf9686e6cb190c368c0c8caabcd6a46ac2a2a1a8c06b5f357ee6e6672502333caf977d6a224d8e98fd5eda1c2a108e6a1983304febcad4407c75cc85ba249a380f9979777448d3d4f246c1add049ef0efe5499de2393c80e730106f78e9bc3e13f9ad4c31a0cc1a3f96afeaf766e85d0cc5fbd0743210d08898e8f235fbb2fa03f9b3499876cb17a80b43c028aadfb1777a699b11a543003338a72755881593e9f9b524f65301aaa228d45d34e250b6d31595bfbe6355dc76c5e1a2ad9728af63f9cd84c9affd54cebdda90245ffd83e2f5aea553f815eaf189a9f181d08ade7cf9d07c85e5d96ed3e34493019d7ebd0896762db33b2688b9e357eeb29aa5300ff9e13be4e937cb0b2291164c7ede85bb4c45ba602119e0296cccca9bfd687f4cf9eb4fd82fcca9338dbd047a348fce9afb433a55667a5e155e476ee7f5b4e313f9ec8d2fb77052319143faccac321130b03280084abdce8d0f3cb1913ab71d5ff9ed4221732afeb9c36caab07ff636c7d5d822515ffdc8b9a932ae0fb69a6137f9ee3c5c557dcf220c41a808b4b273dcc23f97dc433987bbd21ff160c272abc8f9f0301bc38989cf05c3eef200e8d831bc02d679a369fa4e01372c4e5ddc38e4f9fbcfaabe8efc98ccc413cddc431f912c30319b53cdad18e72d80619c16bd62f9fcaa7059ed787b5663deff6f80f86c4e47a2717f6c6b6287a1f9f10fe1a661fa0ff2c3b1d49f877962d01bd640cb59d3e4d4284a357dd7b8649374604d751efa18bccc0fc6821180557a5be7ba775c3dcabc005b0a4b8d6978b52d623eb4c5fa2c0345fd64bdd294e00a4edf2d8eebee00b4398d04704d302b12b1bd7e309ffa3a3672c2bd63c9cf090385e2687b804d5cf3b6d2cbd04aac9a2cba6b0d3ffafa4f1a2fde866685bde03fbd78c88339bafa0d085150400def14cc1abee1c1fbfa53d27af3bdac0ab3c045b44f8c93b5c777462e50f9ea296e3eb3f93cf1cf18fa5707a8ce1c5329bf0887d05fd75db5e6eac31959ff618a276b59b9add9ffddfa5f6f74eb72e3a329cdd643a7010393b9d945ae490bc76d2fbd3bd7efe0eb67fa67bcc5ad148e8bc6b1d2e03060fcaea3385ef9f9ec5c82a6c68bfd7e0e96a0fa7e924ab1cc3715246b5373596d65280bb07c01a3822eb890c5b97a5ae0c55bfaa2b8aaebaabe6cb063e9ec9d8b858f8a71da6fd79f07a19db84b1fc8d69b2bfab0ba25edd882c32161ce32390adce3c8ffbd120c60a8465f066894a02a8a79faba072eb65ab1dbad50ee1030b7a82280926a85c5ce0fa73d78610e740e5c4bfad7680193a3e139a6f519c0e477c78fd0c4edbc903b5a29f5c2ee4bfe7ede18fadf51825b063a3addfcb46a9e7390ded8065e5a4007326ee2ecb3766529655ffae40575ee82e9ee2105c539bd5db47765103cbbb987ce81b9694a6b164e901ffaea754dfc1cf3d98d8b8b4f19e34930787b4df0791b9d520db47ebbae53b2eefaedb54253195485aabd18f0a068c25a73a92a1286f7b28f5b3f09504fb49376faf3041d44c58c692aef8e62f7d5da2aa13bd8a94493daa8b26ef3082f4ee09cfafa0482be736804ab7712eda5e46b315dff273af22665bf7490a462af74f1eefaff2ace0a27bc5a25b1c0245ed9f2f4112ab942a5fc525f7ef13b410b8a95f2faff6b38abdae6f35c3d03863e1c4af5b9bac431edc07e288be6e9410e63ef71fb026f255446fe04154f012dc1477ac24a544e3eda27bfd9f1fd8294e798232efb0b44a53db1f4f8d2d961de3af4df27036a954bf9e4042057485392aadc1019fb18600dc8797e45e47e7c880a5208cb6929666c97e9a59465157de3296c647ffb2af4c38049f146aa5e0f8290c8af97dc92ec89e557f892e9409e7ebddd98c7fb54ca60c86ca9ecc020de39be98e79daa5017de6bd64b56d2e264aa15dd2ae3fb5800154d876fef0395444f3d0368d957b9fb0020e13724f7ddea97f452b854fb62fd1db87afa4870c066c09c3ff740d198ddb2e049a0f9b6be8a471d0fb15dfb71d34d173b8cd53e6c0a4181edb50e8e3ee5ce6b9868c7d8dd52bac6f13808fb794fac018a741eef6c641bf455d0fd5ec1ad45a1254f88f06e17deb9c17e7dfba9904a5baa416e3e149ae3a2c8503ab29be9c3c60f37e0eeab3469778c9deefbadd9718fef0863e773cf204080222fe4d9c1c5a1027c73507c309b91c3b4fefbb08a2101a74ac9c85b683765935eef4a9e8f5411ab75b556b09419da85f236fbb5bb62064a1df1b3f5195207eaa9230f8cffd4b28b5975a26ee96e4f969cfbfbb9bf0f038e23a30dd01e46315fd2a2279e537a1ca73c16c20b4a38ab40dd62fbe463810a7f17697abd4ea379d78aecf4b47dcb9c2edcfeecae1abb5ea1ad9afbf12a8fccb6043db7b2cad9051096872ef51819297ecaf112091bcc5f174f50fc0af8782b8fa955c77fd731ef9b77ebee807a9c080829ad220e34842bdc425cfc19ac7f92494912ff25b825e822d096589f9c04a2e57e58343b3bdd5d2ac509fc26c6f4b91ff42254d1fe5157765269bab264fa33926d07fe6061c515f8330dfc3435711d24a826ce923951194f2a127abd066b42858e80bdb59efe6a64452cfc54678b4f72507e18f874676e0ba9679ac9ed28b857a67b1376a8ead1cd5ef4fc5aace87dc8904336dd9ef7ab2b913f05148b04dbb85a03f850cb1d643f0250fc5cc4d2f9e80c836b4fd7fdc3f87d48a62246ef192b3accb54c045a924b4104fc78a18bc7c272bc5e2ffba3ca27f044877eec9534e864f40bcd0ec260386071fc8f06d7861b64c5aa432a866b5dac30c9be0f2280e0fee2cdb623384be5aec4fca70772d7c092d87c1ae9e3829035ac62e18a5432bcaecb70683db416b1df0cfcacae97a76a068e23cf6a528585cfd509f0aa8fa8da7c877ac2fe1ffc3033c5fcbedcb84f5631a8536c1766771756e7a6ce31090ffcd86c3f1dce01952e0d95fcc6a8903b7090b88f2de4a4652aeed2d115041f609e8802ca5beda7703555fffcd8cdb3a7d0e1a67b159ca3e16ea5bfc2217a5bdb0f3e17b566b87434898f10fceef7735ea67404452b5712ea4cead5af89e8ffa618438eeaf8d2a9cf874803fd07689f5a3b50e1c82ea4e7f3cb732e1eb89d31ba9b7f71fe2bdc8b0d9234cafd245064b5755531b9c8f4d7389b97f03c044b6ee27307a1b5c0708d4752f762fd3a4cc0c330f1f7ac6a017d1b1ebc7995ec8a9f57c41ebfc75368a101354748fd3bdb5683ad28fc04ca28c61a420012880dcb6cc59799e0c242e473b0230633fd3f2be6ea875770e2a450be4de76b5dbc3c7078195fc12252dd4c6b69a09847fd417002931a5cbda2e18f3f688de738b0aaf380518bc80b24966431faeccb8cfd475050f9281fd4cf9ec1d3ee53cbe13351fd3f28487c2c081ef83b70088af1fd48401379c684bf9d6b7dcc7b8caf5babc7577b8c4c47cd2ee1764fc7ab9e22fd4d1f0d364963c4f7bdfd81f24591ab2c084d2b2ca21ec796b8e516668a9e20fd4d50e6865bb05926e5f0a8cf0d0c8aaf142cb7a1eb594478cec278e618a9f7fd56de8c981aadd27eb45644e907d9c95a360bdf6157cac05fe0f7a274caa96bfd67ec690ac142b15fc8ea5b95008bdd37a202d934f21c7735d7d8cc71e1eb82fd79b0059fe415da31b1d0a933ab261c10b35474ddc8b9a3ea3881803de2cb53fd7f50b679f3596dededab88fb6db601e6bd55ed4902b6e6cf4fc046092195f9fd8eee0b9b71c0ac4fe7a47ec3be608fb7cfb73793692e4bfedcea4b9db404ecfd9c9dfe1d1c3b8ca23340a286228e0cc15f05d211938164aa082f35bff01481fd9f8fe02583b4dbe839941855363ef7814e63b0568a4db05470f757200d30a5fda4e4e7815a7c9b5c8e541d892d87b142fd0b4422d02c51c375dcb3c1f76ea1fdaf8fa62e9890c7edf1da411addca58a66d2c19ace9500b0d0beb974ab768dcfde378c55123929b000bc2810c89c07467fba4f2a10846aac1ce4e1da1f5df76fdf3269b5722fc14c4b2907d3a800eaef17f6bd553e0f72d652673f16314f401fe193168e9d8975d6d33c4ba58711eb0c38ff7ec6ac25fde79ae5b2b78f245e8fe1cc756307ad906ea0cc1781769071f9dc705fe0accedb27fdb469e0acbe8b7fe3791db34c6e6ac8b1f5cf3a04d7fe83d84b0e64f82a19d960668b3bfa39992fe4c3b952dbace46d2c400d313d955b11f832a2fb797d613d664e32e3e7a5fdbfe4d45c84dd58f2d2f76c4e75fda8563929ce2afe93f2c5526fcdf22968b0852fe5be098bc52e1b1c6d8e17c4cecf58c1d95a71e3c750551529456b3a4a0b878fe731fa08f09625bd079a669cf43e0e2a8f500f6e2f4e3040c54fe7140577e87fe7b99e1b99c6711f149553918ff0081c5d8daa15377ed7192055c284c70525efe9d5f6dcb6f021bb2103c0165c7e77b840f104645b2500a2dc0e1f0de2c3548febc3aa49c40bee614c60de0251cb7ad2d8399bd0f1c18bde02c2479b7c36be8febf135cfd3386eb94a2df937bbd42329741e10399ead61247d9133c8a902625fec1f9dfbc7724029ea699638e54115615c2b60d897c6607f8376843c1701ad0fedd389a778147fe2b8919645578d1d5586388d1a856f22a15bf36d86928ce07fee5481bd6587f77d9365bf2fe7cfd4a61d9cdb4e7d0961e151bd2715e07fca5feec4f9e0b683b7841f433d7f72d0dacf017e89d684d9c3e6b101c7637a5c55bfef29eded78764a3cc827a523c02af19bf32f5eae84b88aed3d8c33789490793fefd49c60b1c213126996ab6875b369bbc889a353669b938e7139b02156e9e74fefd6c992affc7f1073fb788f2bd2f5dc01af834eda8b97458ea2afdb9f235aeff0632f32e1870b2c2b7d02284469c02365ad8990ab9dd0f247a8cf77ab8a40dff1439605c265339e27e7b2d134c4bc59d1049db54966918d8ef3b957521aef6ff37f4ffb19855cd65b048113e202df49d1b10e42547a0b5288c6d1dce0098f9ff440f4f3b86995ef14bd4e48f6cb5bfbd80d8b821e02f3f614607d37aecf223ff55b32566f605eead7bf878f313ca698c3ce712b966af9c3baf98b5969a894bff5a39deb04efadd576a5f8948f1ac5dcfcd9a569449f952155beb839bd61042ff77f09a73b0d0624e7dbc715985c7fd377a6f9555e61eaa75f427a1a5d61e31ff90136bafae927e502c6ffc0ca8c1ca820c2d7ea642cabecb693e311db92f23ffb41ede23f6db799a8b1b587fd46f61aa855c4481c59e68136562a40589f518ffc2e0681083e63f299733168ebb31e075f39f1ea17398de5f73f1b3a2d0a864ffc43e56a02a52889f2f12009888f2dbe3d3b714ef7e72c6258d22d2cae69ef2ffc5f2386c620cd817cebaffa7229e37658e458c3d6e7edbd1cd992732d5432fffcbe2fab68fb80c72cd0dc7cc88d90d8b0e3bd14aac558ccb91102d1df35c42ffd63fbb9b0943bf5196bedb63322047838294e21893bd65e5de68a3e468ef91ffdadd8c5edd40f3cbb65c057d2c6ed1dc1cbfdb9b7e41eb46d7022c11ec1018ffe2220ff8c7a2ec40ac0a9f70793426be37823a98774f9668346af979a844d8fffd7bc53c6e97d0bdaf3e21c4ed32faa45f55d6647e11a0de701cd8e7b2374f223b7d8c22a6add2160200, 'no');
INSERT INTO `iamc_wfconfig` (`name`, `val`, `autoload`) VALUES
('scanFileProcessing', '', 'yes'),
('wfsd_engine', '', 'no'),
('signatureUpdateTime', 0x31363538343137303839, 'yes'),
('adminUserList', 0x613a313a7b693a313b693a313b7d, 'yes'),
('lastAttackDataSendTime', 0x313637343435363537392e373331333433, 'yes'),
('suspiciousAdminUsernames', 0x613a323a7b693a303b733a34363a222f5e77705c2e736572766963655c2e636f6e74726f6c6c6572283f3a5c2e5b612d7a412d5a302d395d2b29242f69223b693a313b733a35353a222f5e283f3a776f72647072657373737361646d696e7c776f7264707265737461646d696e7c6a61696d652e626573736572353629242f69223b7d, 'yes'),
('wordpressVersion', 0x362e312e31, 'yes'),
('wordpressPluginVersions', 0x613a32323a7b733a31303a2232346c697665626c6f67223b733a333a22322e31223b733a31303a22626c6f636b7370617265223b733a353a22322e312e32223b733a31313a22626c6f6732736f6369616c223b733a363a22362e392e3134223b733a32313a226368616e67652d77702d61646d696e2d6c6f67696e223b733a353a22312e312e32223b733a31343a22636f6e746163742d666f726d2d37223b733a353a22352e372e32223b733a31333a22657665726573742d666f726d73223b733a353a22312e392e37223b733a373a226a65747061636b223b733a363a2231312e372e31223b733a32333a226c61746573742d706f7374732d626c6f636b2d6c697465223b733a353a22312e302e35223b733a32323a226d616769632d636f6e74656e742d626f782d6c697465223b733a353a22312e302e37223b733a32313a226f6e652d636c69636b2d64656d6f2d696d706f7274223b733a353a22332e312e32223b733a31373a227265616c6c792d73696d706c652d73736c223b733a353a22362e312e31223b733a32373a22736572696f75736c792d73696d706c652d706f6463617374696e67223b733a363a22322e31392e31223b733a31343a22736d6172742d736c696465722d33223b733a383a22332e352e312e3132223b733a31313a227472757374656473697465223b733a353a22312e312e32223b733a31313a227765622d73746f72696573223b733a363a22312e32382e31223b733a393a22776f726466656e6365223b733a353a22372e382e32223b733a31393a22776f726470726f6f662d74696d657374616d70223b733a363a22332e302e3132223b733a383a2277702d706977696b223b733a363a22312e302e3237223b733a31353a22676f6f646279652d63617074636861223b733a363a22332e312e3433223b733a31343a2277702d706f73742d617574686f72223b733a353a22332e322e31223b733a31373a2277702d7273732d61676772656761746f72223b733a363a22342e32322e32223b733a31333a22776f726470726573732d73656f223b733a343a2232302e30223b7d, 'yes'),
('wordpressThemeVersions', 0x613a353a7b733a393a226e6577737068657265223b733a353a22332e312e30223b733a373a226e65777370696e223b733a353a22312e302e34223b733a31353a227477656e74797477656e74796f6e65223b733a333a22312e37223b733a31373a227477656e74797477656e74797468726565223b733a333a22312e30223b733a31353a227477656e74797477656e747974776f223b733a333a22312e33223b7d, 'yes'),
('loginSec_disableApplicationPasswords', 0x31, 'yes'),
('lastAttackDataSendId', 0x3132383733, 'yes'),
('wordfenceI18n', 0x31, 'yes'),
('hasKeyConflict', 0x30, 'yes'),
('lastPermissionsTemplateCheck', 0x31363734363334363734, 'yes'),
('apiDelayedUntil', 0x31363632393138323130, 'yes'),
('lastDailyCron', 0x31363734353931313539, 'yes'),
('enableRemoteIpLookup', 0x31, 'yes'),
('scan_max_resume_attempts', 0x32, 'yes'),
('totalIPsBlocked', 0x3532, 'yes'),
('total503s', 0x323337, 'yes'),
('lastError_rate_geoip', 0x31363533363632303035, 'yes'),
('lastError_prev_geoip', 0x5b313635333636323030352c2252657475726e2074797065206f662047656f4970325c5c5265636f72645c5c41627374726163745265636f72643a3a6a736f6e53657269616c697a6528292073686f756c642065697468657220626520636f6d70617469626c652077697468204a736f6e53657269616c697a61626c653a3a6a736f6e53657269616c697a6528293a206d697865642c206f722074686520235b5c5c52657475726e5479706557696c6c4368616e67655d206174747269627574652073686f756c64206265207573656420746f2074656d706f726172696c7920737570707265737320746865206e6f74696365225d, 'yes'),
('onboardingDelayedAt', 0x30, 'yes');

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

--
-- Table structure for table `iamc_wfcrawlers`
--

CREATE TABLE `iamc_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 UNSIGNED NOT NULL,
  `PTR` varchar(255) DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `iamc_wfcrawlers`
--

INSERT INTO `iamc_wfcrawlers` (`IP`, `patternSig`, `status`, `lastUpdate`, `PTR`) VALUES
(0x00000000000000000000ffff42f940ab, 0x8bfc17c095903e8d6230ab6f51318cf6, 'verified', 1674098978, 'crawl-66-249-64-171.googlebot.com'),
(0x00000000000000000000ffff42f9468b, 0x8bfc17c095903e8d6230ab6f51318cf6, 'verified', 1674004974, 'crawl-66-249-70-139.googlebot.com'),
(0x00000000000000000000ffff42f940b8, 0x8bfc17c095903e8d6230ab6f51318cf6, 'verified', 1674004977, 'crawl-66-249-64-184.googlebot.com'),
(0x00000000000000000000ffff42f94687, 0x8bfc17c095903e8d6230ab6f51318cf6, 'verified', 1674005020, 'crawl-66-249-70-135.googlebot.com'),
(0x00000000000000000000ffffde6e340b, 0x8bfc17c095903e8d6230ab6f51318cf6, 'badPTR', 1674137349, '222.110.52.11'),
(0x00000000000000000000ffff42f94bf9, 0x8bfc17c095903e8d6230ab6f51318cf6, 'verified', 1674218394, 'crawl-66-249-75-249.googlebot.com'),
(0x00000000000000000000ffff42f94bf5, 0x8bfc17c095903e8d6230ab6f51318cf6, 'verified', 1674222612, 'crawl-66-249-75-245.googlebot.com'),
(0x00000000000000000000ffff42f94536, 0x8bfc17c095903e8d6230ab6f51318cf6, 'verified', 1674243939, 'crawl-66-249-69-54.googlebot.com'),
(0x00000000000000000000ffff42f94b98, 0x8bfc17c095903e8d6230ab6f51318cf6, 'verified', 1674245131, 'crawl-66-249-75-152.googlebot.com'),
(0x00000000000000000000ffff42f94ba7, 0x8bfc17c095903e8d6230ab6f51318cf6, 'verified', 1674274691, 'crawl-66-249-75-167.googlebot.com'),
(0x00000000000000000000ffff42f94598, 0x8bfc17c095903e8d6230ab6f51318cf6, 'verified', 1674398916, 'crawl-66-249-69-152.googlebot.com'),
(0x00000000000000000000ffff42f94596, 0x8bfc17c095903e8d6230ab6f51318cf6, 'verified', 1674398921, 'crawl-66-249-69-150.googlebot.com'),
(0x00000000000000000000ffff42f9459a, 0x8bfc17c095903e8d6230ab6f51318cf6, 'verified', 1674399016, 'crawl-66-249-69-154.googlebot.com'),
(0x00000000000000000000ffff42f948e6, 0x8bfc17c095903e8d6230ab6f51318cf6, 'verified', 1674438702, 'crawl-66-249-72-230.googlebot.com'),
(0x00000000000000000000ffff42f940a7, 0x8bfc17c095903e8d6230ab6f51318cf6, 'verified', 1674091276, 'crawl-66-249-64-167.googlebot.com'),
(0x00000000000000000000ffff42f940a9, 0x8bfc17c095903e8d6230ab6f51318cf6, 'verified', 1674091381, 'crawl-66-249-64-169.googlebot.com'),
(0x00000000000000000000ffff42f94ba9, 0x8bfc17c095903e8d6230ab6f51318cf6, 'verified', 1674265205, 'crawl-66-249-75-169.googlebot.com'),
(0x00000000000000000000ffff42f94538, 0x8bfc17c095903e8d6230ab6f51318cf6, 'verified', 1674247146, 'crawl-66-249-69-56.googlebot.com'),
(0x00000000000000000000ffff42f9453a, 0x8bfc17c095903e8d6230ab6f51318cf6, 'verified', 1674248476, 'crawl-66-249-69-58.googlebot.com'),
(0x00000000000000000000ffff42f94f9f, 0x8bfc17c095903e8d6230ab6f51318cf6, 'verified', 1674255939, 'crawl-66-249-79-159.googlebot.com'),
(0x00000000000000000000ffff42f94bab, 0x8bfc17c095903e8d6230ab6f51318cf6, 'verified', 1674257960, 'crawl-66-249-75-171.googlebot.com'),
(0x00000000000000000000ffff42f940ba, 0x8bfc17c095903e8d6230ab6f51318cf6, 'verified', 1674074968, 'crawl-66-249-64-186.googlebot.com'),
(0x00000000000000000000ffff42f940b6, 0x8bfc17c095903e8d6230ab6f51318cf6, 'verified', 1674074591, 'crawl-66-249-64-182.googlebot.com'),
(0x00000000000000000000ffff42f94bf7, 0x8bfc17c095903e8d6230ab6f51318cf6, 'verified', 1674215406, 'crawl-66-249-75-247.googlebot.com'),
(0x00000000000000000000ffff42f949b0, 0x8bfc17c095903e8d6230ab6f51318cf6, 'verified', 1674645224, 'crawl-66-249-73-176.googlebot.com'),
(0x00000000000000000000ffff42f949ac, 0x8bfc17c095903e8d6230ab6f51318cf6, 'verified', 1674649697, 'crawl-66-249-73-172.googlebot.com'),
(0x00000000000000000000ffff42f948e8, 0x8bfc17c095903e8d6230ab6f51318cf6, 'verified', 1674438683, 'crawl-66-249-72-232.googlebot.com'),
(0x00000000000000000000ffff42f949b2, 0x8bfc17c095903e8d6230ab6f51318cf6, 'verified', 1674657464, 'crawl-66-249-73-178.googlebot.com');

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

--
-- Table structure for table `iamc_wffilechanges`
--

CREATE TABLE `iamc_wffilechanges` (
  `filenameHash` char(64) NOT NULL,
  `file` varchar(1000) NOT NULL,
  `md5` char(32) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

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

--
-- Table structure for table `iamc_wffilemods`
--

CREATE TABLE `iamc_wffilemods` (
  `filenameMD5` binary(16) NOT NULL,
  `filename` varchar(1000) NOT NULL,
  `real_path` text NOT NULL,
  `knownFile` tinyint 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 UNSIGNED NOT NULL DEFAULT '0',
  `isSafeFile` varchar(1) NOT NULL DEFAULT '?'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `iamc_wffilemods`
--

INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x41b746292125ae7a55e7f1124732fe20, 'google96b14961ebda997c.html', '/home/www/iamctv.com/google96b14961ebda997c.html', 0, 0x673e8d19e00922a2f497df26595737ed, 0x673e8d19e00922a2f497df26595737ed, 0xd4250a8988f60229402251e231ab79d9377d09a24875e7d4a6953264e4e8f990, '', 0, '?'),
(0x828e0013b8f3bc1bb22b4f57172b019d, 'index.php', '/home/www/iamctv.com/index.php', 1, 0x00000000000000000000000000000000, 0x926dd0f95df723f9ed934eb058882cc8, 0xb3447ab2020ae8fe7d5fabf637782ccd0339f6743ae61c8d27b30db9f37f82e1, '', 0, '?'),
(0x98cd14c95bb22f9d397da0603a77d950, 'license.txt', '/home/www/iamctv.com/license.txt', 1, 0x00000000000000000000000000000000, 0x55547b43c5c9b714b021b22d915139e5, 0x359fdae4574a79aaf322c445df3e3ca34745bd3b80c43dafab58b59a0a0acf66, '', 0, '?'),
(0x61a73fa3aa5fd7cba2bed0366aa8ec58, 'readme.html', '/home/www/iamctv.com/readme.html', 0, 0x5f5f739bee08d0ac236d3409a40e4e37, 0x5f5f739bee08d0ac236d3409a40e4e37, 0x425da1ea797574c1933275579fe2d6b2eea323dac6fdd6fd4adec2c8d2155667, '', 0, '?'),
(0x33599623cdee36720afd5970ec24aab3, 'wordfence-waf.php', '/home/www/iamctv.com/wordfence-waf.php', 0, 0x44993ba927b74f0a88b09cd738ac7a1e, 0x44993ba927b74f0a88b09cd738ac7a1e, 0x2481a8bb807c7a0b490ce2c338f7a9af41965b95d5980558eea744144c0487b6, '', 0, '?'),
(0xe7c3d54bff679bd0e5876f1b23e71330, 'wp-activate.php', '/home/www/iamctv.com/wp-activate.php', 1, 0x00000000000000000000000000000000, 0x6daf2377193a6d929cbe32b4a9412211, 0x119fa6ec5e3ea92ad1e298e772a9a81dff492bd2da7b8ad184c555bb62c726f0, '', 0, '?'),
(0x2d87ba2937a63579b03863dae25776d8, 'wp-admin/about.php', '/home/www/iamctv.com/wp-admin/about.php', 1, 0x00000000000000000000000000000000, 0x50d7954e66862fc1dc22efbaefe83e72, 0x19d1e24b72665d0f7992c2d943d5cb7d877d17b793491a2caf62898bbd53e489, '', 0, '?'),
(0x0e58ffe648e5a5a528bb3ac85aeda914, 'wp-admin/admin-ajax.php', '/home/www/iamctv.com/wp-admin/admin-ajax.php', 1, 0x00000000000000000000000000000000, 0x10a82365567ba0f0c78730d631ed0d32, 0xc1d2c0d76524a6a480796e1b9744d277a1bce1df8ba98247a17f41b64e0c644c, '', 0, '?'),
(0x213162dd8539a0aa2ae3c0ff5c11e1c6, 'wp-admin/admin-footer.php', '/home/www/iamctv.com/wp-admin/admin-footer.php', 1, 0x00000000000000000000000000000000, 0xe51ab1fbc343d300a7fc4f6c240fa601, 0x7f7354886c4565d6feff42689a763a8e6725130e976b9cd130376b3dc9d02621, '', 0, '?'),
(0x1510c84b55f567304d55bf2f9af6ca87, 'wp-admin/admin-functions.php', '/home/www/iamctv.com/wp-admin/admin-functions.php', 1, 0x00000000000000000000000000000000, 0xf9586faebc5fa6a892d4b2290acdd172, 0x8e28d85a212e0cdd65f17fd8545539323be2c91ead13e6e5dd8f7403356fd25e, '', 0, '?'),
(0x40e86dbeb7ebc54f0c1208c5dd571201, 'wp-admin/admin-header.php', '/home/www/iamctv.com/wp-admin/admin-header.php', 1, 0x00000000000000000000000000000000, 0x6cf9030deced5093707fb0ed5f135aca, 0x71994db26cc7f98c628f6b0e4314be0314893bdfbdf614e036832391599d62d0, '', 0, '?'),
(0xed5d9a1da740830a97ab3ec4baee596e, 'wp-admin/admin-post.php', '/home/www/iamctv.com/wp-admin/admin-post.php', 1, 0x00000000000000000000000000000000, 0xe13a8a0bb325c9dd50e277dacfc6c01c, 0x5aabb664847a0c892323448f159c0e36eb38ab9e2255e2e0c3f7fa9400399678, '', 0, '?'),
(0x0b941d7f88a62c482862e6105f46944f, 'wp-admin/admin.php', '/home/www/iamctv.com/wp-admin/admin.php', 1, 0x00000000000000000000000000000000, 0x7257b5c70b8f72bef81e202fe853d69f, 0xc2bd67f268739b97daca3f48533cdbd2fab9d269838c282e6fc892e9c7bc8ba4, '', 0, '?'),
(0x0958ce740c5c34764e493582d86acbc2, 'wp-admin/async-upload.php', '/home/www/iamctv.com/wp-admin/async-upload.php', 1, 0x00000000000000000000000000000000, 0xf051354b8265bfc5b95c542372ea8a00, 0xd28da2efebd9a2c0cdc7edde9e2b6e889200a86f354f1f782b72e0e0d764a007, '', 0, '?'),
(0x29ec49960ace8656acb89f7111eee67b, 'wp-admin/authorize-application.php', '/home/www/iamctv.com/wp-admin/authorize-application.php', 1, 0x00000000000000000000000000000000, 0x24d488bf10749d86dc8b4314797fd93c, 0x33e2b1e94d1c2dd6c49f03f194e1a0f3742ce120c8774cec5e1ec979f5a9247f, '', 0, '?'),
(0x22d3c4360d0c2b4b137bd7181a216105, 'wp-admin/comment.php', '/home/www/iamctv.com/wp-admin/comment.php', 1, 0x00000000000000000000000000000000, 0x6c74813364dba4cca8ee20597fa5931e, 0x1391d61126d2792507ce00837fc53e441414412ef7d63e616d526242946792d9, '', 0, '?'),
(0x6b4dcffc969ca69a020ceecc99597370, 'wp-admin/credits.php', '/home/www/iamctv.com/wp-admin/credits.php', 1, 0x00000000000000000000000000000000, 0x722d0d8dd816a82a14d179ef0b7adce8, 0x20318aecc1be3728c436ea6ff0e9492362e0a49810abcbb5c50467d80a28c859, '', 0, '?'),
(0xa42a4f2da14ccf84aac2e20d5b7fdb75, 'wp-admin/css/about-rtl.css', '/home/www/iamctv.com/wp-admin/css/about-rtl.css', 1, 0x00000000000000000000000000000000, 0x2ba43cfbaa9f40dd0a989621edc17f8c, 0x2ca58d78485e96aec24b71d988ae6fb7665cf498eec853669f571fa264756c48, '', 0, '?'),
(0x55ac056ec99362346c5a052c05490403, 'wp-admin/css/about-rtl.min.css', '/home/www/iamctv.com/wp-admin/css/about-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x04d899e0bebf5e24c6e18f8e488de51b, 0x6d3004ce4e9f828fea509ea07163f532c2c3dd3392fc09e687a8233b82e808e8, '', 0, '?'),
(0xc94137a827e143239e778a53fb738e1e, 'wp-admin/css/about.css', '/home/www/iamctv.com/wp-admin/css/about.css', 1, 0x00000000000000000000000000000000, 0x2770f2e6e8e518df134565e6eac128d7, 0x42c86f34c0d1a0c2ff0995954b18add25fcaf61e771418ecf638c01bc76c4b8d, '', 0, '?'),
(0xfc4a92a7f3122132a0a8dc00ad80c1fc, 'wp-admin/css/about.min.css', '/home/www/iamctv.com/wp-admin/css/about.min.css', 1, 0x00000000000000000000000000000000, 0xfc28363a6d08c265b50c27f9fe77c3f1, 0xb36d3bb2e93235ad407f28a296ecb518062e542deefd89e6339728b0c71ee2e5, '', 0, '?'),
(0x1c0b94176d81c76e390ec646b136b703, 'wp-admin/css/admin-menu-rtl.css', '/home/www/iamctv.com/wp-admin/css/admin-menu-rtl.css', 1, 0x00000000000000000000000000000000, 0x30126ffb6d4c23f6fc7d1f13c37f4c63, 0x850b3eebf5db8e5933f79f4829d00426396c1bbb846e2e1338aff928b735bcbc, '', 0, '?'),
(0x0654b45d5c67f8aff634c5ba7550b23b, 'wp-admin/css/admin-menu-rtl.min.css', '/home/www/iamctv.com/wp-admin/css/admin-menu-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xa181911886f63ee27c878b4cbe75a030, 0x1e2b7bf136adff84f44ff3ade21ce82c9677d29ed3639f9ed391b8fbb06ecc6c, '', 0, '?'),
(0x90c122ea5a3000d8bf6585d4a670df1c, 'wp-admin/css/admin-menu.css', '/home/www/iamctv.com/wp-admin/css/admin-menu.css', 1, 0x00000000000000000000000000000000, 0x2aad9b5ff51fc10d14a9518631a4110b, 0xc86382681ce4f56761731e7e7949ea5907b73d47c17d80cd9d329f6b7885721b, '', 0, '?'),
(0xff453538bef979aae4d45773d64fbad5, 'wp-admin/css/admin-menu.min.css', '/home/www/iamctv.com/wp-admin/css/admin-menu.min.css', 1, 0x00000000000000000000000000000000, 0x57175c8f500a8a226f77ffdc7caa21ab, 0x04f785fb744b1c3874ded0ddd9f00d59de9f3f5f3c0fa48315fb368fc71d729b, '', 0, '?'),
(0x608cc7fb0a83fdf38632acea16af8b01, 'wp-admin/css/code-editor-rtl.css', '/home/www/iamctv.com/wp-admin/css/code-editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x0fe5ebbfedf69656a1af444251566746, 0x77fec738363dc5dd9497fd87c232e9970d44255688ff4535bd0453f809f454b0, '', 0, '?'),
(0x3d1bbfb2dc663b56f364056c220ea7c0, 'wp-admin/css/code-editor-rtl.min.css', '/home/www/iamctv.com/wp-admin/css/code-editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x5aaebf8b2ebf8f79d6ec5e4abe69bb2a, 0x7beb2086b9a015b2dfe9c149e5d05ead608eab001bca1cf81390f305c23c1e3c, '', 0, '?'),
(0x974cdfa8f5cfa407138c2805bab952ad, 'wp-admin/css/code-editor.css', '/home/www/iamctv.com/wp-admin/css/code-editor.css', 1, 0x00000000000000000000000000000000, 0xfbc767719513d9cf69a47390ed948b2d, 0xa57e3a2294600fd4f668652640f815fa2a9c11c0eceafb41bf05afeeea8016ab, '', 0, '?'),
(0x7e7de27b20ddc7193e44ed7d08a63c1c, 'wp-admin/css/code-editor.min.css', '/home/www/iamctv.com/wp-admin/css/code-editor.min.css', 1, 0x00000000000000000000000000000000, 0x30c233933ba037d0ce763a8850e0c7ce, 0x4a6c41a613805af1ba89da7197e0894605ac0b76f63c33e091ae495e86d16bd4, '', 0, '?'),
(0xefc010fb50868961600e5875eea5a106, 'wp-admin/css/color-picker-rtl.css', '/home/www/iamctv.com/wp-admin/css/color-picker-rtl.css', 1, 0x00000000000000000000000000000000, 0x9e22fd3af44004dc90985e4a1fb68ae0, 0xd745ba03e38b02140ed55f7713fcab86b9b619ec313ae7e6c507d0d3c22dc445, '', 0, '?'),
(0x11d272881f57eaae33a899e3e1a5be56, 'wp-admin/css/color-picker-rtl.min.css', '/home/www/iamctv.com/wp-admin/css/color-picker-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xca7eb870bf124553d804b0d6638f1956, 0xc23c923d00ba5b5a0a327ceb8ba2b692003f36faaf930389a2ba90bb8b9690a3, '', 0, '?'),
(0x46f3c2ef3fe689433b248ce948190d0d, 'wp-admin/css/color-picker.css', '/home/www/iamctv.com/wp-admin/css/color-picker.css', 1, 0x00000000000000000000000000000000, 0xda3cb4a897815ed20d92a87121161a03, 0xb33d4c116937cd0974be497d9b7cb8eb39a096d66f68fac7606face6cd3d4344, '', 0, '?'),
(0x150f98afdca139ee755f5c0ac339c127, 'wp-admin/css/color-picker.min.css', '/home/www/iamctv.com/wp-admin/css/color-picker.min.css', 1, 0x00000000000000000000000000000000, 0xf3cc1985788e0fee54693619119afafe, 0xdba371809154a2f27a75c5d5eea94f69eeff5ccb35d0af59f475d6e8147e3d63, '', 0, '?'),
(0xb84a7c0601367dcb0c50df2c020dd99b, 'wp-admin/css/colors/_admin.scss', '/home/www/iamctv.com/wp-admin/css/colors/_admin.scss', 1, 0x00000000000000000000000000000000, 0x1fbe81a0538a83c87a607a82827a66bc, 0x6a7968d871d10f75bdeb4c17936522631e4c7bda274c36ea8452278ec2309d36, '', 0, '?'),
(0x7565f61e1d08012c220a09ee68b8672e, 'wp-admin/css/colors/_mixins.scss', '/home/www/iamctv.com/wp-admin/css/colors/_mixins.scss', 1, 0x00000000000000000000000000000000, 0x5860c2c0a06f69f860481178fe83ba43, 0xbee2e364cb7065dc8a261dc2e4ce81fea5bfd1e1caea97e5fa92ecc4de732df1, '', 0, '?'),
(0xa9a21c3d43d1a0d4e62a5458f4b9b434, 'wp-admin/css/colors/_variables.scss', '/home/www/iamctv.com/wp-admin/css/colors/_variables.scss', 1, 0x00000000000000000000000000000000, 0x6bf398d4d837c53ce4aac1a43c733d3c, 0x9fee99df8da01bd9b08dc0248df1ef919f8003c6ac3820eb036e59809fa2b71a, '', 0, '?'),
(0x3538e764e1605336314b3e1cdbae8676, 'wp-admin/css/colors/blue/colors-rtl.css', '/home/www/iamctv.com/wp-admin/css/colors/blue/colors-rtl.css', 1, 0x00000000000000000000000000000000, 0x44e8d7d5229eb2a5269765efe139e25f, 0x9f2caf935bdea9c74b11368f8b9d83bf6a1f7a3c8550b38c1a586878f67dbbe3, '', 0, '?'),
(0x1144a9386846de9b4256690552eea81b, 'wp-admin/css/colors/blue/colors-rtl.min.css', '/home/www/iamctv.com/wp-admin/css/colors/blue/colors-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x10e6b1ed30e64ddffd09a0f79e9662f6, 0xa9de6973fa852d8f50e89376de17a6eb1cfea29ebd62c706df517a64443791d2, '', 0, '?'),
(0xe7e046fc5a5916bfd14338c08f1c3345, 'wp-admin/css/colors/blue/colors.css', '/home/www/iamctv.com/wp-admin/css/colors/blue/colors.css', 1, 0x00000000000000000000000000000000, 0xa014ce3d304ea2d6075f60df6d7c8bab, 0x0725981cb0c77f532caca303ffec3a9e57a97dcaa0ab38aa41b7b1689d79e5cd, '', 0, '?'),
(0x746d36db97c07108baff8e2e90a33d6a, 'wp-admin/css/colors/blue/colors.min.css', '/home/www/iamctv.com/wp-admin/css/colors/blue/colors.min.css', 1, 0x00000000000000000000000000000000, 0x0fe0d3d0f85b47e102b53f8a35d6ca74, 0xad5dcb481e373f259262985bf2376bf9dc693acc4940062ef5f619dbe078cb91, '', 0, '?'),
(0x4cf13e0f74061199f59a4eff88868bdd, 'wp-admin/css/colors/blue/colors.scss', '/home/www/iamctv.com/wp-admin/css/colors/blue/colors.scss', 1, 0x00000000000000000000000000000000, 0xbc19b5079d5ac1fe6215c6d21cd7090e, 0x43d7b685d47817ea1bb05494f75af9290d7e5c90b05a5c25288485145ad68b1e, '', 0, '?'),
(0x8c9dbdb4866a754743744fc6fed813e2, 'wp-admin/css/colors/coffee/colors-rtl.css', '/home/www/iamctv.com/wp-admin/css/colors/coffee/colors-rtl.css', 1, 0x00000000000000000000000000000000, 0xa70429175f8759431e58bc70c8514ec5, 0x659df89533d2c6ee9db499bf3e9dbde176cd6a502cf726de2a797848988d2a86, '', 0, '?'),
(0xb28b713f25cdf57270fef830f737ef71, 'wp-admin/css/colors/coffee/colors-rtl.min.css', '/home/www/iamctv.com/wp-admin/css/colors/coffee/colors-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xa7a212ba29c407e512c9f84991c69a92, 0x9a978dde7e7da8335031ff2b2adf7d02bdd2cbd24ef4da62e573c4d936f2591f, '', 0, '?'),
(0x04cfb4203315080b506023385eddd65a, 'wp-admin/css/colors/coffee/colors.css', '/home/www/iamctv.com/wp-admin/css/colors/coffee/colors.css', 1, 0x00000000000000000000000000000000, 0x800d2b40daecd1189fa677b3217a8f10, 0xc6015fc4f81a426e98213f84da9836d0f2b825dc340ba766b46cfc834a2de7a2, '', 0, '?'),
(0xedf9eb654398be028407f0446921d7e7, 'wp-admin/css/colors/coffee/colors.min.css', '/home/www/iamctv.com/wp-admin/css/colors/coffee/colors.min.css', 1, 0x00000000000000000000000000000000, 0xf8cbbc4411675dd6be1dd223c0e856b3, 0x01be33649544fba76f0519b604f791eb8a601921ca8cd989567211db61c1d3a4, '', 0, '?'),
(0x7849061d48de2e9439945915c3e0424f, 'wp-admin/css/colors/coffee/colors.scss', '/home/www/iamctv.com/wp-admin/css/colors/coffee/colors.scss', 1, 0x00000000000000000000000000000000, 0x5e8475a9bca069bbe65041a31a869fff, 0xa9361637c253b511443e3cc8b6f3f9ee03f8a07965bcd58b56914ed3634d0e4d, '', 0, '?'),
(0x6a6d4504a4d14158dd75779b7f3edc86, 'wp-admin/css/colors/ectoplasm/colors-rtl.css', '/home/www/iamctv.com/wp-admin/css/colors/ectoplasm/colors-rtl.css', 1, 0x00000000000000000000000000000000, 0xea86b66cc200a7c7b71760ffa0a147a2, 0x496e6bf42fcc6415b5b2f47bd3465d56b75b67c4fc16f1e19c2446c101fd9bf5, '', 0, '?'),
(0x44d5b9efdaf8bbe5d8244f61aaa3e9f4, 'wp-admin/css/colors/ectoplasm/colors-rtl.min.css', '/home/www/iamctv.com/wp-admin/css/colors/ectoplasm/colors-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x01023222cbd12694cfac919f558e49ed, 0xc22e82e31a4c52abd2b5f8a393c6a2eef78e557b3a2506a9981bc2fffb530649, '', 0, '?'),
(0x9aaaf4a2ec4800db99c0ae689943c1fa, 'wp-admin/css/colors/ectoplasm/colors.css', '/home/www/iamctv.com/wp-admin/css/colors/ectoplasm/colors.css', 1, 0x00000000000000000000000000000000, 0xeb3f681b59ea1e70cf4987dbf4e84ff5, 0x99202c0fd9ae295cb30cba969e047210a4c881a9b37bed2ecc1df7255091c3ec, '', 0, '?'),
(0x5b8cc323dca7151a3e5dbf1e02813ca6, 'wp-admin/css/colors/ectoplasm/colors.min.css', '/home/www/iamctv.com/wp-admin/css/colors/ectoplasm/colors.min.css', 1, 0x00000000000000000000000000000000, 0x8bd3c500cc0698bbb55dd5ca2cc22843, 0x53f579c9443469aaf68808834f129219129fdb9eb588a949224db0fdc2aef127, '', 0, '?'),
(0xcc4dcf5471265b3ffdf93eecb98ae50a, 'wp-admin/css/colors/ectoplasm/colors.scss', '/home/www/iamctv.com/wp-admin/css/colors/ectoplasm/colors.scss', 1, 0x00000000000000000000000000000000, 0xd161d40162e62e33ed0c0f5edd44536f, 0x887816aa6efb1288923097b42014231ea1472eb1eca6a121219769c502bbf8c8, '', 0, '?'),
(0xdf71821ff99c158a1d25c5b193206d2b, 'wp-admin/css/colors/light/colors-rtl.css', '/home/www/iamctv.com/wp-admin/css/colors/light/colors-rtl.css', 1, 0x00000000000000000000000000000000, 0x350522c8ff8058d94dd2febb81fb76c8, 0xb9113335ae4b562526d67a5b5a9c5a0e71fbd14d902e8073d26169f31386df84, '', 0, '?'),
(0x2d8e1666e2c8345ddb23227512b8b36c, 'wp-admin/css/colors/light/colors-rtl.min.css', '/home/www/iamctv.com/wp-admin/css/colors/light/colors-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x51c381e8dcd3a52b71c3e688422b05b9, 0xe6c3161db3041b004ca26c8797a1729cfe4936ec201bbbe334223536a5f59b22, '', 0, '?'),
(0x76f07b23bfb96c9a936200167dd3e342, 'wp-admin/css/colors/light/colors.css', '/home/www/iamctv.com/wp-admin/css/colors/light/colors.css', 1, 0x00000000000000000000000000000000, 0x67859303ce34641235832eb76d1c2daa, 0x22a2c070313d50c86454517c7d07a57283322169fa27332fa0ded7c7004c7478, '', 0, '?'),
(0xfc3928468c526a7f32b96e05365d818a, 'wp-admin/css/colors/light/colors.min.css', '/home/www/iamctv.com/wp-admin/css/colors/light/colors.min.css', 1, 0x00000000000000000000000000000000, 0x97417c3ffadb8556843d798739b95704, 0xa067899b52adb14bcf83cd5471f555bf04fbd408258e199eb38f462806b88d40, '', 0, '?'),
(0x1388de4b532ba11565d78e418640938a, 'wp-admin/css/colors/light/colors.scss', '/home/www/iamctv.com/wp-admin/css/colors/light/colors.scss', 1, 0x00000000000000000000000000000000, 0xabcdf8ca479f8996f829fdb1dff8ff44, 0x545369aad12c5440941948556e6b388fcf0220b88caf731a1285873ae9134f1f, '', 0, '?'),
(0xfa9894e7d94c1d3f40a79a2e127e4faf, 'wp-admin/css/colors/midnight/colors-rtl.css', '/home/www/iamctv.com/wp-admin/css/colors/midnight/colors-rtl.css', 1, 0x00000000000000000000000000000000, 0x07968a3f3a874959237ede868bbf43b7, 0x96438975758d9613337f0bca467c1a67935de58200965548c88822530a863b03, '', 0, '?'),
(0xabf4f7e1978fd81033852d831bab34b0, 'wp-admin/css/colors/midnight/colors-rtl.min.css', '/home/www/iamctv.com/wp-admin/css/colors/midnight/colors-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xbce7e066aa97161ad687000541b97168, 0x562a49434f65518bd1f77aba48bd8af7335b7f3efa278accfc344a06f0eef905, '', 0, '?'),
(0x3b0bde1362ad66c89630ff96a6ad7805, 'wp-admin/css/colors/midnight/colors.css', '/home/www/iamctv.com/wp-admin/css/colors/midnight/colors.css', 1, 0x00000000000000000000000000000000, 0x9eb33089cd06a08cae59da211277e1dd, 0xd190d3ecbf699018513ccd99d7f57cb24d5bba76473bff28fa749ebd736b2133, '', 0, '?'),
(0xdb02e38e5f0dac4a4ce823ae4042ccd6, 'wp-admin/css/colors/midnight/colors.min.css', '/home/www/iamctv.com/wp-admin/css/colors/midnight/colors.min.css', 1, 0x00000000000000000000000000000000, 0xb057e76c95bc67abde715fbaa325d236, 0xac5d8d3925bd534153aa52d11d0ae183d6cb31ed81dd9c629471dd9ca3dd058e, '', 0, '?'),
(0xda178677fa3dc5a2c44ffa26b94610ca, 'wp-admin/css/colors/midnight/colors.scss', '/home/www/iamctv.com/wp-admin/css/colors/midnight/colors.scss', 1, 0x00000000000000000000000000000000, 0x99af0a5743a7568e9cc3cff856d70c59, 0x723fed101c431ea5a476023ba7ac9839da2f6b4dca6f46e7534de6ba4757aa7f, '', 0, '?'),
(0x536ae17e369b907ba8809cc182085813, 'wp-admin/css/colors/modern/colors-rtl.css', '/home/www/iamctv.com/wp-admin/css/colors/modern/colors-rtl.css', 1, 0x00000000000000000000000000000000, 0xb0821e11500458cc812b9f1570b1b9ac, 0x7d538335f13bfd17111a099503a7504f8172b9d4d3aed54ec19a66ab771d51dd, '', 0, '?'),
(0x1537d11de9b114ee4f57170a1b408b61, 'wp-admin/css/colors/modern/colors-rtl.min.css', '/home/www/iamctv.com/wp-admin/css/colors/modern/colors-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x591460811703d4f8813ec30083178183, 0x020e8ca2888464ea62316588a97de70a77a9dd18329e91ac883caa546e949553, '', 0, '?'),
(0xa0b16e312ec39375e9749f1781c86c58, 'wp-admin/css/colors/modern/colors.css', '/home/www/iamctv.com/wp-admin/css/colors/modern/colors.css', 1, 0x00000000000000000000000000000000, 0x6518ce09980d09f8918e5f089b1e88d6, 0x117807e8079b0fbbc1f729e1ffd3a0024030eaa54bc1d481a8e9d87a9058f100, '', 0, '?'),
(0xcf5f71205e11a1c73ce038efc73ae809, 'wp-admin/css/colors/modern/colors.min.css', '/home/www/iamctv.com/wp-admin/css/colors/modern/colors.min.css', 1, 0x00000000000000000000000000000000, 0xd0ff580ac5bb84a0f358af7495964eb1, 0x25cc047c8139c1dd03e45c561a15799ebdf6b645e62cd734f6fe912023938702, '', 0, '?'),
(0x1edd2205c73c0969a074f7df0c0626dd, 'wp-admin/css/colors/modern/colors.scss', '/home/www/iamctv.com/wp-admin/css/colors/modern/colors.scss', 1, 0x00000000000000000000000000000000, 0xcc3f770e601dd09d1d362e8189ae3a72, 0x7124a52238ff08b9c2fe3c442a085bdea3ea3fc0792a284cdd46b732c6f66413, '', 0, '?'),
(0x9f3c84a028c8eac0892a415d8e4feda0, 'wp-admin/css/colors/ocean/colors-rtl.css', '/home/www/iamctv.com/wp-admin/css/colors/ocean/colors-rtl.css', 1, 0x00000000000000000000000000000000, 0x5ddf4d9346aecd7504c54c73266736cc, 0x2faf9a5d7214080be496f4d528fead639c44bc6ac099ef4b26f94f2599cff197, '', 0, '?'),
(0xb1a7a9d97b5e8e8657c8ede8f343b118, 'wp-admin/css/colors/ocean/colors-rtl.min.css', '/home/www/iamctv.com/wp-admin/css/colors/ocean/colors-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xf1cad4e90fe8bce3374f61c93d178d9d, 0x517b51685a605e8fab2d84cd94dab592c4c3aef22ca488e8b29b6cb74dbbd5a4, '', 0, '?'),
(0xccc38a356666cd3b2c472127f6f3272d, 'wp-admin/css/colors/ocean/colors.css', '/home/www/iamctv.com/wp-admin/css/colors/ocean/colors.css', 1, 0x00000000000000000000000000000000, 0xdc984a2e30f85e7468a0ad5df342bfd1, 0x69fa4d0c706e0b952a35cb0adaeb25fc3c0b391ab610974a21633bd5c7a4e7ac, '', 0, '?'),
(0x9e2a0254f1750da2edd3d61da07eaa6d, 'wp-admin/css/colors/ocean/colors.min.css', '/home/www/iamctv.com/wp-admin/css/colors/ocean/colors.min.css', 1, 0x00000000000000000000000000000000, 0x43f7ec98ec37d6bf55d1a06ac2942a8b, 0x9f6c052aa5cc9674f424d081a5f141ec0669fe0bd2e1b351b8f2cedb1e70c664, '', 0, '?'),
(0x2d7fb2ead118e111c7b88625773df5e2, 'wp-admin/css/colors/ocean/colors.scss', '/home/www/iamctv.com/wp-admin/css/colors/ocean/colors.scss', 1, 0x00000000000000000000000000000000, 0x3d41e114eba8246facdc11d3fc6356d6, 0x0e33c333c067aa2875a3322d2a367bf06aad9f3d91a75067bf304d99b3dbe57d, '', 0, '?'),
(0x116ad7bbfd8204f3712ebb2a3ba7e132, 'wp-admin/css/colors/sunrise/colors-rtl.css', '/home/www/iamctv.com/wp-admin/css/colors/sunrise/colors-rtl.css', 1, 0x00000000000000000000000000000000, 0xe9ab67492dd07e6e47afbf3ea987d3c1, 0xee0b98f72aaa24b42061ac74464d76f8c369bff340a6283756e203b48ad9a93f, '', 0, '?'),
(0x326aff4c2cc3d9de570dbaae57249be9, 'wp-admin/css/colors/sunrise/colors-rtl.min.css', '/home/www/iamctv.com/wp-admin/css/colors/sunrise/colors-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xc0773b57ca13c59c7e144e674a7527a1, 0x5f5c4197ef1fad4344b9cfcfe474b502cb8dbcd7fcc4ad71778847aa2cda6dc8, '', 0, '?'),
(0x9c8589018afe793835f590dcc3a662d6, 'wp-admin/css/colors/sunrise/colors.css', '/home/www/iamctv.com/wp-admin/css/colors/sunrise/colors.css', 1, 0x00000000000000000000000000000000, 0xd803ba588be7f015b98c14b87db13c1b, 0x9869c08401d027f3be1ee66e4aa1d3aeca4ef3b06a0aadb6b317c7d6b46a3815, '', 0, '?'),
(0xcf2dd32b8e65c6e1d46df17522b6c378, 'wp-admin/css/colors/sunrise/colors.min.css', '/home/www/iamctv.com/wp-admin/css/colors/sunrise/colors.min.css', 1, 0x00000000000000000000000000000000, 0x232fdad9c7ef2eaf2a30d03430df7586, 0x0599b2fb81800b18cf20cb2d90be50ba2782973077527c464c4ae67320a0c140, '', 0, '?'),
(0xffb51c53a94305520343fefc076cb8c5, 'wp-admin/css/colors/sunrise/colors.scss', '/home/www/iamctv.com/wp-admin/css/colors/sunrise/colors.scss', 1, 0x00000000000000000000000000000000, 0x818be5e707246c59add74604c0dc52a8, 0x6ba90397769e59ea8edf810b02c80452d1df545281e1f78b4e2a21cf3aa66148, '', 0, '?'),
(0xb318cc57327fddd84481f14787378756, 'wp-admin/css/common-rtl.css', '/home/www/iamctv.com/wp-admin/css/common-rtl.css', 1, 0x00000000000000000000000000000000, 0x17ca126da21795434c1e53df1c8b4a52, 0x318921b218f9823bf1c6898fc2b5f0303d0a64c0bc695f3d0ffd01ad2229a653, '', 0, '?'),
(0x8e9f1885589282988148f66f9d76cb0e, 'wp-admin/css/common-rtl.min.css', '/home/www/iamctv.com/wp-admin/css/common-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xdaa08001d2387d0b0e70d9786ad42bbc, 0x7267540b4296270e8957c943202af678947d3caff16ff0ea3b1694786964a4c8, '', 0, '?'),
(0xfc8970b78a0739bd367f17c3a8e552e6, 'wp-admin/css/common.css', '/home/www/iamctv.com/wp-admin/css/common.css', 1, 0x00000000000000000000000000000000, 0x7f33f94c8f898a8fe11c695e83c9e04b, 0xf86bbae1aad200120b74ce4639ff2a419cf6fe75f856237f05141d8ea196c65c, '', 0, '?'),
(0x0d83764ef516cc5b42e1d326ead8534c, 'wp-admin/css/common.min.css', '/home/www/iamctv.com/wp-admin/css/common.min.css', 1, 0x00000000000000000000000000000000, 0x356b042e3c111253c1cd88eab56c9220, 0x32c75dc53610dc909d8624b2c69b8f068087105ca82977dc5a626c6c76bef31c, '', 0, '?'),
(0xf3ff56ac936b39dbb4ee73bfbb80d6bf, 'wp-admin/css/customize-controls-rtl.css', '/home/www/iamctv.com/wp-admin/css/customize-controls-rtl.css', 1, 0x00000000000000000000000000000000, 0x9462eaa9dcbd637d3b53ecd5af6a9a70, 0xaf0b0df34bc5f1e9a9c060b2709d8f0344e050b9ceba78c5d55d43d3276cdfec, '', 0, '?'),
(0xcd0fa9ffe1877011f76ad69b6092c877, 'wp-admin/css/customize-controls-rtl.min.css', '/home/www/iamctv.com/wp-admin/css/customize-controls-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x9175b2b6d8e026df1d8f14b26c12faf2, 0x8a82e0225142f9a9409eb388bfbb7f67e2009525165f896277c35e651bef35e3, '', 0, '?'),
(0x8c3f9a0a35fcb448e33fe2e0c1c0e0e8, 'wp-admin/css/customize-controls.css', '/home/www/iamctv.com/wp-admin/css/customize-controls.css', 1, 0x00000000000000000000000000000000, 0xdba9d18241460cedfa4c1f87c6ca0a20, 0x25cf7a99c1a81b966fea61ecbd36a6899aac51970e4ea8017ab5eebd024cd8f2, '', 0, '?'),
(0xfa2ed5b6bbd5f15a67027bda3df19acc, 'wp-admin/css/customize-controls.min.css', '/home/www/iamctv.com/wp-admin/css/customize-controls.min.css', 1, 0x00000000000000000000000000000000, 0x1a345d031240dd6edc23ea28337f51e4, 0x99befc4de8181c8c5f4dceb74630812e55c18588db418ab63ec63b8beca45cde, '', 0, '?'),
(0x4fe1fbc6d5de7920aefd6b1b010962b1, 'wp-admin/css/customize-nav-menus-rtl.css', '/home/www/iamctv.com/wp-admin/css/customize-nav-menus-rtl.css', 1, 0x00000000000000000000000000000000, 0xe2124aefec76cf16cf050e7ef6bcb795, 0xbf9953c81c9acd6d998e562ce2480cfc590917e937010f2e4abc5d21da59109a, '', 0, '?'),
(0x484184b8fe66be2cc1f5e424462dee16, 'wp-admin/css/customize-nav-menus-rtl.min.css', '/home/www/iamctv.com/wp-admin/css/customize-nav-menus-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x51e136ec91b1e8f3b5907fdad643f0cf, 0x01cd2276663a00fdcce3ba60a34a9db1b4e2cb5ec77c6341f5f8a493dfefb4c5, '', 0, '?'),
(0x410cad6c417e695e98829be975d3c398, 'wp-admin/css/customize-nav-menus.css', '/home/www/iamctv.com/wp-admin/css/customize-nav-menus.css', 1, 0x00000000000000000000000000000000, 0x3b031f6b2931c144c0b80db57630a78f, 0x499cb0208fed1c52152449af3167203f7fbd65382ce851dbd564eab2f6fcf343, '', 0, '?'),
(0xe88c00855da870ddd2de91ea96090d47, 'wp-admin/css/customize-nav-menus.min.css', '/home/www/iamctv.com/wp-admin/css/customize-nav-menus.min.css', 1, 0x00000000000000000000000000000000, 0x994f772f9bcb37608bc2ed13d713603b, 0xdf92f6dbab657bc0ddcee1ab4b64d5684759d3bafb644adcfb13cf926f5f01bb, '', 0, '?'),
(0x4ef1e3fe4856fbae13d50cf57db63447, 'wp-admin/css/customize-widgets-rtl.css', '/home/www/iamctv.com/wp-admin/css/customize-widgets-rtl.css', 1, 0x00000000000000000000000000000000, 0x8f4571c85feee3defab45508edaf5208, 0xbbe5512e24d3054afbb1802562b3a8c8ee264d08316118a24cf157c16d064660, '', 0, '?'),
(0xbabc3454b828e2045c39278ce433b129, 'wp-admin/css/customize-widgets-rtl.min.css', '/home/www/iamctv.com/wp-admin/css/customize-widgets-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x2bfde79346b32b024e97dc712e565b97, 0x6193b80e94452d6eb041658de03d523d0e3a2e43435ce474a69ab05a2aacd4eb, '', 0, '?'),
(0xf0f6b4f803fc95f836245ba3aaae4fc0, 'wp-admin/css/customize-widgets.css', '/home/www/iamctv.com/wp-admin/css/customize-widgets.css', 1, 0x00000000000000000000000000000000, 0x78e21f68b6efe9644de72a9245e38979, 0xe45aeb9a30da801694235ddf2a01cf12d01f9cd4af0de2193dd27fd17daa692d, '', 0, '?'),
(0x97f162a6fc921fc1ff0ca3ba7c657eeb, 'wp-admin/css/customize-widgets.min.css', '/home/www/iamctv.com/wp-admin/css/customize-widgets.min.css', 1, 0x00000000000000000000000000000000, 0x48cdba2fe14d45d0dfbe5f0bd8804332, 0x7f3f94ceb50e5e64bc92d60b7b2969d2b2dfbc55853b932c3d35edc341e8eb54, '', 0, '?'),
(0x351cea3f89810b7998c43c0ed932cc02, 'wp-admin/css/dashboard-rtl.css', '/home/www/iamctv.com/wp-admin/css/dashboard-rtl.css', 1, 0x00000000000000000000000000000000, 0xf9d6fa9ab4fb498d760cb766b3b87ecf, 0x1696d73b4980908b8956411c2918a0e9cdbb6c3fd4883fd5bd8581117a498e46, '', 0, '?'),
(0xb54d9fe973e13b272c10bcdeda2d457f, 'wp-admin/css/dashboard-rtl.min.css', '/home/www/iamctv.com/wp-admin/css/dashboard-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xb6fed016e44b1d3c59358a1b68c2abb0, 0xdd7912261f3e6794914d5c90dc81e5173c771684e18dbfcc0fc50322e841472f, '', 0, '?'),
(0x17b2fea3b24b714d8dc3e47b83b1bb03, 'wp-admin/css/dashboard.css', '/home/www/iamctv.com/wp-admin/css/dashboard.css', 1, 0x00000000000000000000000000000000, 0x60ddc0842c89d89759ee4ce0e2b908c0, 0xc26173f48b5005e201b2f494c5605b37e2126766e759eb6125bc39fa3ce55800, '', 0, '?'),
(0xe62b821ef9ab2ee2f8c765161046abc8, 'wp-admin/css/dashboard.min.css', '/home/www/iamctv.com/wp-admin/css/dashboard.min.css', 1, 0x00000000000000000000000000000000, 0x4a6c3939dd519dc74b7b51252e356955, 0xd71e6c80792c6a0a76dd06d3342920751eb54b26e6f6c8e6a355e41d2aeffccc, '', 0, '?'),
(0x38a94029fdb13679675b0679e5735152, 'wp-admin/css/deprecated-media-rtl.css', '/home/www/iamctv.com/wp-admin/css/deprecated-media-rtl.css', 1, 0x00000000000000000000000000000000, 0xac1f7f1f15db6fa238af01d63bef9197, 0xed8020054aeb0c78fa4a5639e19c666fa22984c9e4f1a68617881c77dc33d73f, '', 0, '?'),
(0x9870745f205987c18cca374c06e34b74, 'wp-admin/css/deprecated-media-rtl.min.css', '/home/www/iamctv.com/wp-admin/css/deprecated-media-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xd90b489bbf8cf1130dca57b91ce843d6, 0xaa553d1d4584223df89761bf77b4661acdac399a386d828d46cb8f8ea656a6c5, '', 0, '?'),
(0xbcf09bc25822af2d7be3ca2434387378, 'wp-admin/css/deprecated-media.css', '/home/www/iamctv.com/wp-admin/css/deprecated-media.css', 1, 0x00000000000000000000000000000000, 0x44915265c5435826810c07a1b3c0a86e, 0x515529c29a15ffd620c69fac6c8801512064d7b68e8fef862b38cd561ece80f6, '', 0, '?'),
(0x3461e4fe5b0349ba7de7d8dc48ff6d29, 'wp-admin/css/deprecated-media.min.css', '/home/www/iamctv.com/wp-admin/css/deprecated-media.min.css', 1, 0x00000000000000000000000000000000, 0x3eaf7985c25ae797f518f14adf596e3e, 0x17a99191901e7432cd6e50853a35a79ccc24134fad33f2fbaac30d11b0b8ab9f, '', 0, '?'),
(0x5da79f8be2f9227d5b1d921759dc52da, 'wp-admin/css/edit-rtl.css', '/home/www/iamctv.com/wp-admin/css/edit-rtl.css', 1, 0x00000000000000000000000000000000, 0xbf7164c032cccc573099b67e31f40ac7, 0x3017c7285906ee5b553285efeb432063b22f991aa2b0334993196668f4d09d95, '', 0, '?'),
(0x9342dd482a12046d7a97cd4e3833fcee, 'wp-admin/css/edit-rtl.min.css', '/home/www/iamctv.com/wp-admin/css/edit-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x2024fbe3630ee04a240997533f899d42, 0x332fe5419cc852e18fbf25c46636c930cca6e295fe87038185d5496193a6a62a, '', 0, '?'),
(0x0d9c8d3a893a8910ec1df54848f93a64, 'wp-admin/css/edit.css', '/home/www/iamctv.com/wp-admin/css/edit.css', 1, 0x00000000000000000000000000000000, 0xdd26e23a672cd955196b138d13d666b8, 0x03834c17fe0ad9c87af89847af512d576de75e55788df7629bb4bf92d98eb82c, '', 0, '?'),
(0xf38715e72cb76fd921c20e7abe6a22f3, 'wp-admin/css/edit.min.css', '/home/www/iamctv.com/wp-admin/css/edit.min.css', 1, 0x00000000000000000000000000000000, 0x07199884e56eef844c859655e9d0c654, 0xead5640a81e7d88b3be4071b23c7cf39666e185cd8d8a015d0da8ac91408d0d1, '', 0, '?'),
(0x363b490528d648b26dc925acc31666ba, 'wp-admin/css/farbtastic-rtl.css', '/home/www/iamctv.com/wp-admin/css/farbtastic-rtl.css', 1, 0x00000000000000000000000000000000, 0xc2370ae59e15c0b0299a7b89ee93fb17, 0x549c3dd65923d2cb045b1895fdb676721b841048cd6961adfe52fe0ff286f108, '', 0, '?'),
(0x82014fcd135815ebc1675d0b3c664098, 'wp-admin/css/farbtastic-rtl.min.css', '/home/www/iamctv.com/wp-admin/css/farbtastic-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xd55340e3ce5b935c2cf0337c92b61521, 0xa3536d11be27df3b646097e365a04dd830693df38e3f3eced00780e4bc3f0f7b, '', 0, '?'),
(0xabc2abace4972d6a3db475b64e5c7127, 'wp-admin/css/farbtastic.css', '/home/www/iamctv.com/wp-admin/css/farbtastic.css', 1, 0x00000000000000000000000000000000, 0xf9e33829b8faed7d7bbef843fb683255, 0x7c41b9e54ce4bac94d62c778a60e64013858ef82156a582ed0fb8cd65e0a1a8e, '', 0, '?'),
(0x4b816ed28b4426067352f4575519288b, 'wp-admin/css/farbtastic.min.css', '/home/www/iamctv.com/wp-admin/css/farbtastic.min.css', 1, 0x00000000000000000000000000000000, 0x23d55eb53a88478028930c82b13a6b0a, 0x341cb7b0375687669bdd20f1be2fef1489bce580eac3c3e644148cfa57033370, '', 0, '?'),
(0x4f6c714363db8ed0efd6cae3cfccd0cd, 'wp-admin/css/forms-rtl.css', '/home/www/iamctv.com/wp-admin/css/forms-rtl.css', 1, 0x00000000000000000000000000000000, 0x0823803ec2908039d015e193dcebad10, 0xa9bb1276080406bafaaf5903b279ef439ecce82af80db31fe1a08ff8692e1a44, '', 0, '?'),
(0xbbca7bfc5d5cd6b5ad09f4e864f3bbda, 'wp-admin/css/forms-rtl.min.css', '/home/www/iamctv.com/wp-admin/css/forms-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x29a12b4b293715b2d1349a10ed21ed8f, 0x033d40d3debeeebb8a7d89059cf435a54d22e3050a28d7156fc8c9a4d8dd930e, '', 0, '?'),
(0xf5a5dbfd28ebc5f8259e23803904796e, 'wp-admin/css/forms.css', '/home/www/iamctv.com/wp-admin/css/forms.css', 1, 0x00000000000000000000000000000000, 0xae4841709e3e0922dbb83cdb2c8a6482, 0x175b30b128f66434b4305c76ff443d62e2572326c9bb65899b858211cd1a0c12, '', 0, '?'),
(0xc5826aa844df8bbf2e11a5cb9644a589, 'wp-admin/css/forms.min.css', '/home/www/iamctv.com/wp-admin/css/forms.min.css', 1, 0x00000000000000000000000000000000, 0x5f49a31d803b395d7b166e3f70fb8199, 0x8ad450502002aef1e520d678c32d6682024675500d1d538d02ee1980fdc3c46b, '', 0, '?'),
(0xcd77ff393d9f5f0c220768251792d776, 'wp-admin/css/install-rtl.css', '/home/www/iamctv.com/wp-admin/css/install-rtl.css', 1, 0x00000000000000000000000000000000, 0xc51ec77d235461af2e91fa0211a675c7, 0x9a319df1744978a20097af7c492855b4ee2a3eec4f35c5147edbeb4b056ab6fd, '', 0, '?'),
(0x69b22dffd058b1380b07565b7e45fb12, 'wp-admin/css/install-rtl.min.css', '/home/www/iamctv.com/wp-admin/css/install-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xa8b8f9b7f75ed1cf5021932d966e856c, 0x067c5e72e1aa97f312a9d1984420f4a3979b5e5b68c135d0dbe558c51d167507, '', 0, '?'),
(0x3c8f8939fe75fe6ab3aeff8421c1240f, 'wp-admin/css/install.css', '/home/www/iamctv.com/wp-admin/css/install.css', 1, 0x00000000000000000000000000000000, 0xaca4015d7f4f0b75bd0ff70e8be9e24f, 0x7515b53f543d6683e7780f202464626b2e2f4ef8ad1d2acd8e90f4690fe2e0c3, '', 0, '?'),
(0x83e2e8ca86d7e9906ea544e3ae96cb28, 'wp-admin/css/install.min.css', '/home/www/iamctv.com/wp-admin/css/install.min.css', 1, 0x00000000000000000000000000000000, 0x13126aac0fcff63b4123e89bb46a9384, 0x92b786932764151a7b102d26e945d7f2b3e19507d9b0925b8f9a1ffaaa7f356d, '', 0, '?'),
(0x1ea1d00e272df470da2dcffbf10b66a2, 'wp-admin/css/l10n-rtl.css', '/home/www/iamctv.com/wp-admin/css/l10n-rtl.css', 1, 0x00000000000000000000000000000000, 0x17786dc78f167ce19373f8cac1a341bd, 0x5d8bd325464ce8190a49ce4cabf16cabe7a3c566341b32183647eab8e3279399, '', 0, '?'),
(0x76c3a22c5c13ad2b51b9e5d5dbf1d6a7, 'wp-admin/css/l10n-rtl.min.css', '/home/www/iamctv.com/wp-admin/css/l10n-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xc14f53b547661c4be7bd9a8e38dcdb5d, 0xad64f27891b9f16b3372fec1deb056034ec4aa856581fc7490b32dfca083dcdf, '', 0, '?'),
(0xc9d203b086933244b41d69dc651c10bd, 'wp-admin/css/l10n.css', '/home/www/iamctv.com/wp-admin/css/l10n.css', 1, 0x00000000000000000000000000000000, 0xb5c4b8f85029fb7c84f0719f72b280ad, 0x77707053a6bddc22fc44c02ebcc56f944d4f8c6dc74fa9271562cb61c78b300e, '', 0, '?'),
(0xe548c6cc34852e5ce3013a89e723e0ee, 'wp-admin/css/l10n.min.css', '/home/www/iamctv.com/wp-admin/css/l10n.min.css', 1, 0x00000000000000000000000000000000, 0x2b2ed5045b480dcfac2e6babbd2f2007, 0xaefe92bbc3028c886c7f67f3dac3c26a2d75b9f05c243f9fbfa6295c91793640, '', 0, '?'),
(0xa2792585cbc6c7ba7e10b96e657f2256, 'wp-admin/css/list-tables-rtl.css', '/home/www/iamctv.com/wp-admin/css/list-tables-rtl.css', 1, 0x00000000000000000000000000000000, 0xf100d3835ba00c20a522d895dc2932cc, 0x4b2fe08da8bdbfaa52fec4a31a084958f1d8bf4b74f6f50ab6ef5232d249a2b7, '', 0, '?'),
(0xfe46cf25adb3430fc2d43081bba3a12c, 'wp-admin/css/list-tables-rtl.min.css', '/home/www/iamctv.com/wp-admin/css/list-tables-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x3e92718e92ce377d7cda479b797b1d85, 0xd87b0ff9cec058919aabaab6296767c55de4ef92f27c9b597575e377a4533c20, '', 0, '?'),
(0x7c056aaa957837c728517d8e30c027f0, 'wp-admin/css/list-tables.css', '/home/www/iamctv.com/wp-admin/css/list-tables.css', 1, 0x00000000000000000000000000000000, 0xc9bdc99b1533b029c30dd8a852d3e788, 0xff7e6386c2a83a8100db7e9f9b684f74d9e36faffe2de5da985fcb21e11e2d6c, '', 0, '?'),
(0xea0c116b4c4e00f4e7bb781836400e07, 'wp-admin/css/list-tables.min.css', '/home/www/iamctv.com/wp-admin/css/list-tables.min.css', 1, 0x00000000000000000000000000000000, 0xbc3728495dbaa3464236b807bc9ecda4, 0x12d2ce2b95c5bb046b1a12306bf8d8987b9ffcde9b14e2a66b5b26f19148e2fe, '', 0, '?'),
(0x417b26cf18208aa2563eec07b2ce9d73, 'wp-admin/css/login-rtl.css', '/home/www/iamctv.com/wp-admin/css/login-rtl.css', 1, 0x00000000000000000000000000000000, 0xf94c7eb962f3666ddb314d5cba572d72, 0x59db314f2fc66f8cd222d734803847af68f49bd69eb4c0bdaea14271f59b8f65, '', 0, '?'),
(0x68405ac9258f52eb9546df3b74695c6d, 'wp-admin/css/login-rtl.min.css', '/home/www/iamctv.com/wp-admin/css/login-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x5603f78fe4cd3ee27a640973bbbe0f5f, 0x4a562f8154911f14a37e23db7361b119c9c87b55782ef7374e560ac70fb35b4b, '', 0, '?'),
(0xb61dbaa47c8f6a5896f9a9df7cea6662, 'wp-admin/css/login.css', '/home/www/iamctv.com/wp-admin/css/login.css', 1, 0x00000000000000000000000000000000, 0x075c1dfc4cbbc43b718196a5730a0e1d, 0xb5a7d0c9cefdb0caceffee53b4dee1b6114a08494b0e86c939d379cae5ad0d62, '', 0, '?'),
(0x1060990126adb8e994a57e4b33052f64, 'wp-admin/css/login.min.css', '/home/www/iamctv.com/wp-admin/css/login.min.css', 1, 0x00000000000000000000000000000000, 0x327c0a1e1130f01ead36730293810c1a, 0x86c7ac97c4b6f62aea5a2f37558fae28d5fb7f777a3b94f0ae64bba8c04721bb, '', 0, '?'),
(0x72f90fce0a97db62b0952315f0a9e97f, 'wp-admin/css/media-rtl.css', '/home/www/iamctv.com/wp-admin/css/media-rtl.css', 1, 0x00000000000000000000000000000000, 0x15a024056c0648551021ba68c974d245, 0xad40f2676f88175439947666abe32b0143cde740b31a9c54ea8000ae99266d12, '', 0, '?'),
(0xc17addbfe4af2658e29d9936a498cc73, 'wp-admin/css/media-rtl.min.css', '/home/www/iamctv.com/wp-admin/css/media-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xddac095566af9b4e962e69c1951284f1, 0x34922a287151c4e54fd6b4d4a8649893c3c903356a9cc95b7a3533e03ae7c794, '', 0, '?'),
(0x988da3fd549db94489c046d24b3106c7, 'wp-admin/css/media.css', '/home/www/iamctv.com/wp-admin/css/media.css', 1, 0x00000000000000000000000000000000, 0x14910ccfee88e72d16d74f3a4130b1ce, 0x23ba1d2ca56134cfeb4d42c1fb5dab14f273be4fbece3afe31124c566f61342b, '', 0, '?'),
(0x25d01550622eceffba38ba4764ce74cd, 'wp-admin/css/media.min.css', '/home/www/iamctv.com/wp-admin/css/media.min.css', 1, 0x00000000000000000000000000000000, 0xf9f9cebd30096dc2b4d101c52e171dd1, 0x2be71f9d2021ec675e1eb13736bf6fa7fd28afe98640ad82cd3513fe765bf0dc, '', 0, '?'),
(0x1aef798204843852234f1bac79cec618, 'wp-admin/css/nav-menus-rtl.css', '/home/www/iamctv.com/wp-admin/css/nav-menus-rtl.css', 1, 0x00000000000000000000000000000000, 0x988e0509f93ad0982a08baf5f73e0123, 0x1d3647d4d11c4b3defd392a70890d5bb0bb2357b353675c388b5c928f33d4fff, '', 0, '?'),
(0x0c4483ac209a321efb944b16167c26e5, 'wp-admin/css/nav-menus-rtl.min.css', '/home/www/iamctv.com/wp-admin/css/nav-menus-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xf6c5bc28b64928beb9b980b45572458b, 0x4cc15addc3d311ac9503acbf5c6e1336c50cf36d41bd8fc22ff8578e5916c93e, '', 0, '?'),
(0xb9ae8315710168cc6e9b1d0c4afd6aaf, 'wp-admin/css/nav-menus.css', '/home/www/iamctv.com/wp-admin/css/nav-menus.css', 1, 0x00000000000000000000000000000000, 0xd7029d4f872ca2cd343b3126bf04496f, 0xfcf17651af991f7450c29d2174b03f20a1eed45d07abeb46192e3010b3649f48, '', 0, '?'),
(0xbd5a079ec0571974c770a5084e8c680f, 'wp-admin/css/nav-menus.min.css', '/home/www/iamctv.com/wp-admin/css/nav-menus.min.css', 1, 0x00000000000000000000000000000000, 0xed1f4a89f5f9650bbb447782ff5c106f, 0xc5ebba1f7252d2f86de54b3a4af59d513cdb6a563bdd07b92c9ed7e010fe6e97, '', 0, '?'),
(0xfb5068dcc81f077f1eb3b7a4117256e2, 'wp-admin/css/revisions-rtl.css', '/home/www/iamctv.com/wp-admin/css/revisions-rtl.css', 1, 0x00000000000000000000000000000000, 0x6fb3246f20ce7cafcd7b910bb1e65a27, 0x6a550f880ca51ef6a77aaa4de5c5ddd8c9b80c673bdcb265673c317560950470, '', 0, '?'),
(0x40ea7419dc523e479c4868c4ed06d7a1, 'wp-admin/css/revisions-rtl.min.css', '/home/www/iamctv.com/wp-admin/css/revisions-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x215e2380d69c2a58d521df340e51b502, 0x0b77b22ffabfe02c66a1d08175398d0488c779ee8f0c5dd15bb09b741d48362f, '', 0, '?'),
(0xa2206110224b77541b06d50e62633153, 'wp-admin/css/revisions.css', '/home/www/iamctv.com/wp-admin/css/revisions.css', 1, 0x00000000000000000000000000000000, 0x40742488609ce76a26a910f4a5851573, 0x801f1c180c9f247f62668cd0c0ba6f9587ec5181f0af74b2522be7417a021b7a, '', 0, '?'),
(0x0afd47c6996e02e5f01a40312b555da3, 'wp-admin/css/revisions.min.css', '/home/www/iamctv.com/wp-admin/css/revisions.min.css', 1, 0x00000000000000000000000000000000, 0xd8beecc2a741655d0245e0cd720ce402, 0xc89e06ad1170fbbb66f5cbcd9180c3192887605ec6949734f0a6ed50371040b4, '', 0, '?'),
(0xca72b99e7ba41a6ba114c022a8a46b1d, 'wp-admin/css/site-health-rtl.css', '/home/www/iamctv.com/wp-admin/css/site-health-rtl.css', 1, 0x00000000000000000000000000000000, 0xd05dd52153e75c08e78cabf14fdd24cd, 0x8f576eb57d16d500de9758795a03f99bf3c91e71f40c9bb12dc18ab5655f7e86, '', 0, '?'),
(0xeaf036ce5a97664defa31df30c943b84, 'wp-admin/css/site-health-rtl.min.css', '/home/www/iamctv.com/wp-admin/css/site-health-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x9fcf2c095170c8183587f0f16ef3e9cc, 0x4711d0a245b47067fb29449a72c0ba36ee78e05035cc45215e4a156bb1bd14fc, '', 0, '?'),
(0x62f1aaa5b24bc4fe2b78b980a09a7746, 'wp-admin/css/site-health.css', '/home/www/iamctv.com/wp-admin/css/site-health.css', 1, 0x00000000000000000000000000000000, 0xfb64723198e91673e50278305a67acc7, 0xa453baf065c2b2041d1f13e285bcd62cbd72c70a577a7b0f4589b0213112cd73, '', 0, '?'),
(0xdb76365e41e8f380412f5d2c3627793a, 'wp-admin/css/site-health.min.css', '/home/www/iamctv.com/wp-admin/css/site-health.min.css', 1, 0x00000000000000000000000000000000, 0x034eb1e10064657169322a75724510fe, 0x712d3c7abe42474e8bca4245b9485a8469d6aa0acd4f51de9b75e161b17c4bff, '', 0, '?'),
(0x02f70fad3072e3884822e1594b5d54b7, 'wp-admin/css/site-icon-rtl.css', '/home/www/iamctv.com/wp-admin/css/site-icon-rtl.css', 1, 0x00000000000000000000000000000000, 0xf8fc0b81fa9a174c90445282c90b2a99, 0x1759696e0c3e6a069c23ed8f4bf54e253854500f86b3190fdded4f5f83e0ea2c, '', 0, '?'),
(0x8991de51e316a31d5773f1074137640a, 'wp-admin/css/site-icon-rtl.min.css', '/home/www/iamctv.com/wp-admin/css/site-icon-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xc5605f3fde843ddb7cf887a72b9464a8, 0xecf2d94db5b4c853bb1cc31bf5963e6a2f0c8b8b1fb6224b052571dea3fdd67e, '', 0, '?'),
(0x273d215a6184cd61e2dbe66a1055d151, 'wp-admin/css/site-icon.css', '/home/www/iamctv.com/wp-admin/css/site-icon.css', 1, 0x00000000000000000000000000000000, 0x8d0ea8f47d8c45b2a80211d470306c75, 0x693ec29c05d3ba2388268b0e325aed04271b7f828a4b28162a1499abf5d6e2b5, '', 0, '?'),
(0x9b9a6e26a2e21b1ff06ebc21e5b4acee, 'wp-admin/css/site-icon.min.css', '/home/www/iamctv.com/wp-admin/css/site-icon.min.css', 1, 0x00000000000000000000000000000000, 0x6c951fcb811b78da4a91c55447888f98, 0x15f02bcac5ce57b5fff656dbf033af287146e8ede6c0723bb77c5e06f640a4d5, '', 0, '?'),
(0x08a6b196eb67847ed2771a11d0056868, 'wp-admin/css/themes-rtl.css', '/home/www/iamctv.com/wp-admin/css/themes-rtl.css', 1, 0x00000000000000000000000000000000, 0xac87ad5aefe96cfa71d64b07fd890013, 0xef18edee37e78a8fe892fceb909ffd070c2cb29710a816ebcf30af258d70b8f0, '', 0, '?'),
(0xb59c359d8e4174df82966d30698e7aae, 'wp-admin/css/themes-rtl.min.css', '/home/www/iamctv.com/wp-admin/css/themes-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x09a4f7ca23402b0cf8d3ecdbf6687181, 0xb5ac646622cb11a93db1bc55f6545126f57422dd391335b40e423e206b70d978, '', 0, '?'),
(0xca52b110add902d188e9b0debfbe0830, 'wp-admin/css/themes.css', '/home/www/iamctv.com/wp-admin/css/themes.css', 1, 0x00000000000000000000000000000000, 0xd60f82a6f4190e1b94ef279f48009582, 0x28aab0a262874182f0d74e2bdf530c18c04282dc894c788817ed3be9038a28d3, '', 0, '?'),
(0xb19ac4665375b942eccda53f075e794f, 'wp-admin/css/themes.min.css', '/home/www/iamctv.com/wp-admin/css/themes.min.css', 1, 0x00000000000000000000000000000000, 0xcc0d3543f4a203f0793e1ac813789077, 0x0b24f05ce2f695a492dfbb5739ccc8528a51d77a411fc407c2720032310ffb7b, '', 0, '?'),
(0x87a2a83376b455801a339850c55e4f20, 'wp-admin/css/widgets-rtl.css', '/home/www/iamctv.com/wp-admin/css/widgets-rtl.css', 1, 0x00000000000000000000000000000000, 0xc6f20fadb1ea0269045905c30b0d475c, 0x926539394b35c81ef762f5597f9d7a9f2e44eacd682e9529db273933f24fc178, '', 0, '?'),
(0x73b2451eb8ce9e1e71c870b042eddad6, 'wp-admin/css/widgets-rtl.min.css', '/home/www/iamctv.com/wp-admin/css/widgets-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x942754318a1394a1ad6cd90e41559081, 0x1b2e6cac34ba5afc83aa6549236d04f71f91ad1945fd81a9959f91019f4743cc, '', 0, '?'),
(0x942148554e26ef228ba8d30e8c7af7f4, 'wp-admin/css/widgets.css', '/home/www/iamctv.com/wp-admin/css/widgets.css', 1, 0x00000000000000000000000000000000, 0x25ea514db0513d397d0435474d2926d5, 0x011531bfd60d1ecfba4cc4252dbb82efde1dc2c4f6e47c6788132009c5f618ee, '', 0, '?'),
(0x459c7dbe7eee17a54dcac52ddb5d8861, 'wp-admin/css/widgets.min.css', '/home/www/iamctv.com/wp-admin/css/widgets.min.css', 1, 0x00000000000000000000000000000000, 0xa09a71ecdcb07e2179e55cda05946e61, 0x2ebd23d4c171657d2c1cfbbbb6c0f0e22d28ddd47fda7bf34ec7ef8e6825c1b0, '', 0, '?'),
(0x8eb0d6975d4e528dbcef537b71763f85, 'wp-admin/css/wp-admin-rtl.css', '/home/www/iamctv.com/wp-admin/css/wp-admin-rtl.css', 1, 0x00000000000000000000000000000000, 0x2c2a69b51793d0f2865b705d1eaaa53c, 0x72355310ad45d03f32392ff529ca06fd5fed504a76fe5668fce4faabc90752bd, '', 0, '?'),
(0xb586bb2428ad678b28c1aed450dae72f, 'wp-admin/css/wp-admin-rtl.min.css', '/home/www/iamctv.com/wp-admin/css/wp-admin-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x47835135274559ad6fe230b67dc65fc7, 0x30877c5446eee1cedd4f201b09ea2e97ab91e5a8e32eb9af3e81b943456afbf8, '', 0, '?'),
(0x64e8348f6ae0320b55c2568eb724f650, 'wp-admin/css/wp-admin.css', '/home/www/iamctv.com/wp-admin/css/wp-admin.css', 1, 0x00000000000000000000000000000000, 0x96372351aa264d3fc2bb87f97c1ff35b, 0x51c344a6a0cc36a6b99b6850d6c2cc71714d39cf024690044fda0bd21e5c4f96, '', 0, '?'),
(0xd7c76a3096a9de77fe06457dc2ae529f, 'wp-admin/css/wp-admin.min.css', '/home/www/iamctv.com/wp-admin/css/wp-admin.min.css', 1, 0x00000000000000000000000000000000, 0x8065e85570ca93fb489a57745021a048, 0xca5eb4c9dd452dca528c03f8b1a28127233f916c65c0ae6d4c1930af6b554090, '', 0, '?'),
(0xb98c3f83307cc3f6e03575c6a18301be, 'wp-admin/custom-background.php', '/home/www/iamctv.com/wp-admin/custom-background.php', 1, 0x00000000000000000000000000000000, 0xe3bdabbef65d30b96d37ece9f6176419, 0x5ac135223dae1000ee54a77fcf83711972ad2f309ee08f51d0585e646e361c19, '', 0, '?'),
(0x75e171671a008738896803d4adfb00f0, 'wp-admin/custom-header.php', '/home/www/iamctv.com/wp-admin/custom-header.php', 1, 0x00000000000000000000000000000000, 0xd8f2819d79f4f49db3b7b61fec269b13, 0xf3ce98f20734f1ea43da77408558646f081dd6c24e3d77e916eb068e3c7e6fc7, '', 0, '?'),
(0xaa3b133f32e8e18853fde3a700fb9a70, 'wp-admin/customize.php', '/home/www/iamctv.com/wp-admin/customize.php', 1, 0x00000000000000000000000000000000, 0xe2aed89eb3932f6254ea634b095785a2, 0x3dd2114d8fb022db9f9182c9d83853a7ed2ddc94f7ef4b8f3ce940dfe77ef36f, '', 0, '?'),
(0x9eee703f455ea240b7278ce3501245c5, 'wp-admin/edit-comments.php', '/home/www/iamctv.com/wp-admin/edit-comments.php', 1, 0x00000000000000000000000000000000, 0x8215dcaf2b303bded5e3aa3e9b718aa8, 0xe39d7f43c586e76d9aa280f9a751158daa5f457c6ba02180ae7c1dc357312188, '', 0, '?'),
(0xe60df2625cf19989c4c98db21ac412eb, 'wp-admin/edit-form-advanced.php', '/home/www/iamctv.com/wp-admin/edit-form-advanced.php', 1, 0x00000000000000000000000000000000, 0x92bb809b84825f9965b64902ab9e6a1d, 0x2aa55f32b7d172f3f1c046a97c33762bd8fcc898aa710230e13e4b1d77660f69, '', 0, '?'),
(0x3583d3fa3932cd0883a85ec0253caec7, 'wp-admin/edit-form-blocks.php', '/home/www/iamctv.com/wp-admin/edit-form-blocks.php', 1, 0x00000000000000000000000000000000, 0xef839db7fd8312d87405c20d80aba724, 0x887e9dd5842ccf3dd27fb575d8496bba1d92028bf8f773ba97c27eb632466600, '', 0, '?'),
(0x479637181a089ee6b249263aed190778, 'wp-admin/edit-form-comment.php', '/home/www/iamctv.com/wp-admin/edit-form-comment.php', 1, 0x00000000000000000000000000000000, 0x3c783cf436d6423d0b974c5ea9b65720, 0x69e932f7d59220390b7fb54b363990d411d6a6aceefd78dcca0950fe550e9116, '', 0, '?'),
(0x0a93b591622dd356f83a88837c6db5ff, 'wp-admin/edit-link-form.php', '/home/www/iamctv.com/wp-admin/edit-link-form.php', 1, 0x00000000000000000000000000000000, 0x212bf4353f0f0fd39717ee093a38a5cd, 0x3b5989e12d59ba910b37ee306fa529443272fce44c6aa6a8bf8fc32370ffe893, '', 0, '?'),
(0x25ba0cd2e0eb380e5e1b9c563cd174cb, 'wp-admin/edit-tag-form.php', '/home/www/iamctv.com/wp-admin/edit-tag-form.php', 1, 0x00000000000000000000000000000000, 0x594ecd20fbea2651400cc87c4d81f4e2, 0xaf90562c4d666f200af6ec16d553691b99bab8c2cfe66af55c10a577867f5f79, '', 0, '?'),
(0xbe8a68a2dddf29554740c87896cc7609, 'wp-admin/edit-tags.php', '/home/www/iamctv.com/wp-admin/edit-tags.php', 1, 0x00000000000000000000000000000000, 0x6f47584b683aca0c54fb6dde7f7b41b3, 0x3684986cb26bf411c78cb9076aa5d8ef90a9a1eb208121fde2c67d1baf2168b2, '', 0, '?'),
(0x59854c61d80e1f181180b56818d02801, 'wp-admin/edit.php', '/home/www/iamctv.com/wp-admin/edit.php', 1, 0x00000000000000000000000000000000, 0x1cd1eeb84936244ebb2e1f4aeb443f7f, 0x4a503a87ed29eb7103e6b1d5c1bb96ab568df07d0a6eb4ed4791c1af0df1f586, '', 0, '?'),
(0xd3f3c14937df8753d11c329126b08e88, 'wp-admin/erase-personal-data.php', '/home/www/iamctv.com/wp-admin/erase-personal-data.php', 1, 0x00000000000000000000000000000000, 0x838ca9483cb6d091a13fc5c7a0ca47d3, 0x5c7d7daf6900476963fc94e98d084c194880c8e157c174578b0688dbcec2ab69, '', 0, '?'),
(0x7c2d1bd9fdd3ca06937afec7032dbf1d, 'wp-admin/export-personal-data.php', '/home/www/iamctv.com/wp-admin/export-personal-data.php', 1, 0x00000000000000000000000000000000, 0xf2144650f6f582071ee5c9200fd05928, 0x31862eae376b95a1b8d2d0bff62216c761596676f07c6e792b5717f07c5476b9, '', 0, '?'),
(0xc2c0318c92c17cb80f7d9a94e264511d, 'wp-admin/export.php', '/home/www/iamctv.com/wp-admin/export.php', 1, 0x00000000000000000000000000000000, 0xc9c1722aa5758cae1a5e60531f3b56a4, 0x61eb5b25e10820e048ab71198b21c5a3967e69f7e8be3f6131ac36a43b71a88b, '', 0, '?'),
(0x4fa783b5e026c27281e8938f951eea20, 'wp-admin/freedoms.php', '/home/www/iamctv.com/wp-admin/freedoms.php', 1, 0x00000000000000000000000000000000, 0x39daa55a9efff55eeda9decc5bd9b24b, 0x18975c1f0192e4b5e1afa4998c3d09a6823a4005535f2d03d7044f27ec84a2eb, '', 0, '?'),
(0x6e847bcdd2849db1073ad3508b93c4c4, 'wp-admin/images/about-header-about.svg', '/home/www/iamctv.com/wp-admin/images/about-header-about.svg', 1, 0x00000000000000000000000000000000, 0x143de254521857becb39d70cb6d8a4b6, 0x4e9f261ad3ca6387b2b70a3704e0ebd6cbbea41aba93c58fc736ece5fc489836, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x707259a98d2fbb6986843fc33f1df6d0, 'wp-admin/images/about-header-credits.svg', '/home/www/iamctv.com/wp-admin/images/about-header-credits.svg', 1, 0x00000000000000000000000000000000, 0xe3e4973fee9f7848262c28771d57725b, 0x54fae3ef202e26effa3afbd36f017545180cb2ef2f2426ba36241dadb08e96bd, '', 0, '?'),
(0xdf3ddacef0a09bec3e009a553cfa6ecc, 'wp-admin/images/about-header-freedoms.svg', '/home/www/iamctv.com/wp-admin/images/about-header-freedoms.svg', 1, 0x00000000000000000000000000000000, 0x2a2b38c593345a520aa83cb79f3b0363, 0x2676f06923cbe279fba648de3f9ed33481d9fbdf71c1f76c962c787943ab8cab, '', 0, '?'),
(0x28828751f74e458dfcea793a8142809f, 'wp-admin/images/about-header-privacy.svg', '/home/www/iamctv.com/wp-admin/images/about-header-privacy.svg', 1, 0x00000000000000000000000000000000, 0x358a6a85f09e76787ce4e97cd9fd75dc, 0x6df02e2b82ee12da656bc024321b8a058470265307ad603107da718d85b10633, '', 0, '?'),
(0x25b1a2117c892d9eb4c358e832604a56, 'wp-admin/images/about-texture.png', '/home/www/iamctv.com/wp-admin/images/about-texture.png', 1, 0x00000000000000000000000000000000, 0xe700b26d7b6f51f2bc02d8d51ed44b55, 0x164a3e9a5ccb8c6b7e32eba0d0cbf0722194f421ea74692bee8d89eca71400b3, '', 0, '?'),
(0xe6ce57fbeac322fadaea01536b073acd, 'wp-admin/images/align-center-2x.png', '/home/www/iamctv.com/wp-admin/images/align-center-2x.png', 1, 0x00000000000000000000000000000000, 0x9ebeb22df3728735042a4a37a1496611, 0xa2381b7466e72a0e4a7713d2540fc25ee5c248d93ec8f1ca31f64a44c8cebf13, '', 0, '?'),
(0x262a83cac464c486d6b88f0905d64835, 'wp-admin/images/align-center.png', '/home/www/iamctv.com/wp-admin/images/align-center.png', 1, 0x00000000000000000000000000000000, 0x09d91addb6b53479e68c645931d9658e, 0xd0eb86bd4e33875821c5cd6c6aff14680260e303aeb1e7b4c768415df4b84a87, '', 0, '?'),
(0xf65639b4d44bb1e1c4676f58b1b937d3, 'wp-admin/images/align-left-2x.png', '/home/www/iamctv.com/wp-admin/images/align-left-2x.png', 1, 0x00000000000000000000000000000000, 0x698538b14fb9839aecd01d5e97c66316, 0x246b62b63eb6e0ce0ccd18f16b269e3a09da8261ac37b916b65a63646d82b425, '', 0, '?'),
(0xe9aaca6dac164d1e74a88604db57b342, 'wp-admin/images/align-left.png', '/home/www/iamctv.com/wp-admin/images/align-left.png', 1, 0x00000000000000000000000000000000, 0x5cfd7930cffa6412f75af26f2e689ed4, 0xe95f5dea3c23b653ce22b4425e55345f02dd513c21409a01783f4a24aea34bcf, '', 0, '?'),
(0xd45d7f2ef56f6ff0c8a6074d2d6e0987, 'wp-admin/images/align-none-2x.png', '/home/www/iamctv.com/wp-admin/images/align-none-2x.png', 1, 0x00000000000000000000000000000000, 0xf858439905295bd705b09b2dba3418bd, 0xb3dfa7265151bd7022137edb1a3853d78a9a89efcdf60459dee5ebc516531760, '', 0, '?'),
(0x4d57800912e510a6be1f3ac9e498d98a, 'wp-admin/images/align-none.png', '/home/www/iamctv.com/wp-admin/images/align-none.png', 1, 0x00000000000000000000000000000000, 0xf1ad65716432a0a1da7591a5c2f10d04, 0x1da4672811b831038658e3a4117b8610205b5d2ea1fc8d54828ea19341d9c4f5, '', 0, '?'),
(0x76e247822ec267b741f5c62306f572e9, 'wp-admin/images/align-right-2x.png', '/home/www/iamctv.com/wp-admin/images/align-right-2x.png', 1, 0x00000000000000000000000000000000, 0x6883026cbd3e72ba5da36c57c60fc078, 0xa4561c3af00b1368afc1c623c8864254d6356900a53f84f963c04263e184f4dd, '', 0, '?'),
(0xc3cd746e529fd894c0e1afcec6255e81, 'wp-admin/images/align-right.png', '/home/www/iamctv.com/wp-admin/images/align-right.png', 1, 0x00000000000000000000000000000000, 0x42d8f3e2874f6523d36c403a502b2276, 0xf291fcc9b3fcf69143ba0cba3ff23dfff2e826a1b055795aa9333192a5213c63, '', 0, '?'),
(0x995b82179fae514822705331c8aaeb63, 'wp-admin/images/arrows-2x.png', '/home/www/iamctv.com/wp-admin/images/arrows-2x.png', 1, 0x00000000000000000000000000000000, 0x972051f086017dcef17964622336840b, 0xf82c6381cbbf1aaf69287ee6d6d729958ca9ce2780c4385b41e92fa849d1e578, '', 0, '?'),
(0xd345236cf0c24cfee65f26dcaab3c2ef, 'wp-admin/images/arrows.png', '/home/www/iamctv.com/wp-admin/images/arrows.png', 1, 0x00000000000000000000000000000000, 0x7fda76920124f03e88d1dfd93e03bf59, 0x92595789129a280c86f04e33961232553bd5e20ec6ced13c2e6917446421c4d1, '', 0, '?'),
(0xa14453e6e2e1330f172ec4af797df33b, 'wp-admin/images/browser-rtl.png', '/home/www/iamctv.com/wp-admin/images/browser-rtl.png', 1, 0x00000000000000000000000000000000, 0x442291d9d3a041e41aaefebfbf25cc9d, 0x2be595a7eedbe81e30d6e770cec69cf5984a144d6b20ff71e7770f9c58d8a8a3, '', 0, '?'),
(0x980e9bafd0c28e0fd9ea48cb300836b2, 'wp-admin/images/browser.png', '/home/www/iamctv.com/wp-admin/images/browser.png', 1, 0x00000000000000000000000000000000, 0xc1b2f9c29eb54b1f5c0284629524fe46, 0x2624f186c489399ba1e088d77e5f5348d25fd91c14cc93ef254cbcb6fe2726c1, '', 0, '?'),
(0x47803971f3f1eb3dcaa55b333f1961e8, 'wp-admin/images/bubble_bg-2x.gif', '/home/www/iamctv.com/wp-admin/images/bubble_bg-2x.gif', 1, 0x00000000000000000000000000000000, 0xcfac1d71069a6a99198c0a8a1358c23c, 0x6eacbc250134eb078f4c18a6a9ed367b812fd0a25bacc4ac173f58575f412e72, '', 0, '?'),
(0x51756f145058d8d80005ab15b853da9e, 'wp-admin/images/bubble_bg.gif', '/home/www/iamctv.com/wp-admin/images/bubble_bg.gif', 1, 0x00000000000000000000000000000000, 0xfa7ecf673cc487f349a0c1ac1f1eae30, 0x272b1d75d257eb602d41b215b61ce80cfedd5327a47d537e53f5d262a4cc0397, '', 0, '?'),
(0xd2d54c7435393396755e98ebe429d9d4, 'wp-admin/images/comment-grey-bubble-2x.png', '/home/www/iamctv.com/wp-admin/images/comment-grey-bubble-2x.png', 1, 0x00000000000000000000000000000000, 0x9d5459d3c59d32b602732c0df56d83bf, 0x441189c5c078ad8f8c542da1a1e6dcfe778518c34e8409a0be508c7b12a6821b, '', 0, '?'),
(0x05a2d81bc01d65df6257fc4130cf1e64, 'wp-admin/images/comment-grey-bubble.png', '/home/www/iamctv.com/wp-admin/images/comment-grey-bubble.png', 1, 0x00000000000000000000000000000000, 0x8f59128f2a27b489b0a974c0b6b21046, 0x3709ae8d79b2f1ae8cacd0e8557bc319ae13a688d49fe382c560a1a75d6da2f3, '', 0, '?'),
(0x10cf4915a2d85c6ab6acd178cccdcb67, 'wp-admin/images/date-button-2x.gif', '/home/www/iamctv.com/wp-admin/images/date-button-2x.gif', 1, 0x00000000000000000000000000000000, 0xc28b3fbea9a861b430fdd7394a511a96, 0x9f1d04add32a01ac51adbae80bda5f28473a2a80cafdceb764faebe3eeeae02e, '', 0, '?'),
(0xfdcd6184ed274054e791938903f5d6ca, 'wp-admin/images/date-button.gif', '/home/www/iamctv.com/wp-admin/images/date-button.gif', 1, 0x00000000000000000000000000000000, 0x762130cf9d24c70a2de6bdae4ce5cc54, 0x68c9c5b5ceb4e498bcf9ef6e24b086dbf3cf1bea1ea3b98be8051471214923fa, '', 0, '?'),
(0x28deca73bb33544e1d14a46f1228a91e, 'wp-admin/images/freedom-1.svg', '/home/www/iamctv.com/wp-admin/images/freedom-1.svg', 1, 0x00000000000000000000000000000000, 0x584feda2dd775e95c882652ffcbe659a, 0x1e92c7e51312527aac36d63db279fcc8d35f9e03d83652046aa3ce6cc654bcb7, '', 0, '?'),
(0x10c5f7daa426200bb44db54b51d76f3f, 'wp-admin/images/freedom-2.svg', '/home/www/iamctv.com/wp-admin/images/freedom-2.svg', 1, 0x00000000000000000000000000000000, 0xefee3a441677c7f58fc0f638aba8ee8e, 0x48b1b2df195fa4593a2213389c96b3a590cb03306f915f365c261bca5a595918, '', 0, '?'),
(0x7eabb97fa52adebf5392cc9911650b97, 'wp-admin/images/freedom-3.svg', '/home/www/iamctv.com/wp-admin/images/freedom-3.svg', 1, 0x00000000000000000000000000000000, 0x6854827a4310a48e917735f536d92060, 0xaee0e3e27ccb8733afcc64ac05fbd2cbaac77cb560dda237970d8f38d53508a5, '', 0, '?'),
(0x395c343bc0bc164a3bbaebce75cf7eb2, 'wp-admin/images/freedom-4.svg', '/home/www/iamctv.com/wp-admin/images/freedom-4.svg', 1, 0x00000000000000000000000000000000, 0xf49a72ad5b23a8c2ee6a525d2adef102, 0x151bea2d1334a3e2d218f7f026e4086fd97391b7762f31e65e2b557352fe4d0a, '', 0, '?'),
(0x8f6a254dbbc98df2d17017295a89c40b, 'wp-admin/images/generic.png', '/home/www/iamctv.com/wp-admin/images/generic.png', 1, 0x00000000000000000000000000000000, 0xf88e1b95ff278a5b231f39380b211ed0, 0xa77b75eba3e5d54b5b67cd86054578dc7ba53adfbc82fa6ccda847c411181fab, '', 0, '?'),
(0xc81a7b0867ddfc3f17d13367daa21abd, 'wp-admin/images/icons32-2x.png', '/home/www/iamctv.com/wp-admin/images/icons32-2x.png', 1, 0x00000000000000000000000000000000, 0xb525a42af908fafcf8cc07679ab4fabb, 0xd7232124edafd840ec306706e9bf2ed63b6916332521cdfd634850eb04959c3d, '', 0, '?'),
(0x9fce1b9626bfa24ec22cf5a5ef8c3650, 'wp-admin/images/icons32-vs-2x.png', '/home/www/iamctv.com/wp-admin/images/icons32-vs-2x.png', 1, 0x00000000000000000000000000000000, 0xa12a3034ff4734469709265a83697d22, 0xeb2e61fa7d7f858b156877d3369c5745caad9628331def4ad3adb539d30845e5, '', 0, '?'),
(0x87ab4c209d55ffd5c0b966afe075e23c, 'wp-admin/images/icons32-vs.png', '/home/www/iamctv.com/wp-admin/images/icons32-vs.png', 1, 0x00000000000000000000000000000000, 0x052cd6502a05e7d3f17b3e76a5b15566, 0x96b090daf83f55fc987abed4501e5c99c20c408660a238670f3b0daeb3c19645, '', 0, '?'),
(0xc231a88c575628329f9836b284b31594, 'wp-admin/images/icons32.png', '/home/www/iamctv.com/wp-admin/images/icons32.png', 1, 0x00000000000000000000000000000000, 0xd1dbac5be76d39851ce74aa134cc1aea, 0x441bcc6b438d6489ee97697c617c99b9e0ddd92bf20d9e087887afcc8cbcf1ab, '', 0, '?'),
(0x124cd6c4fcfd38e0ef80f55ca8ddbc2b, 'wp-admin/images/imgedit-icons-2x.png', '/home/www/iamctv.com/wp-admin/images/imgedit-icons-2x.png', 1, 0x00000000000000000000000000000000, 0x2ce3ee2783a33655a6bdfd9dc3cce174, 0x933fe0d88e299d2e6ca014f4d0178dcf25b83cb2288f5fda201b36ff605e6337, '', 0, '?'),
(0x7bf5871f903fecd1d5fc0d92da0a1b27, 'wp-admin/images/imgedit-icons.png', '/home/www/iamctv.com/wp-admin/images/imgedit-icons.png', 1, 0x00000000000000000000000000000000, 0x4bd55c320b9fd9d8127da94789693b4f, 0x54ce4ec27e88e5f72dc340b0e84e8314d0cc9e1156e75ca6942875182405d5e9, '', 0, '?'),
(0xa23467818c651fcad8e93ea9f3d3df9d, 'wp-admin/images/list-2x.png', '/home/www/iamctv.com/wp-admin/images/list-2x.png', 1, 0x00000000000000000000000000000000, 0x68d5bb134953c23217fdd36982679a0c, 0xf97fee4afc70e1535ff2af0bd41058d8d8238e89058f5542d92d7ad4d4c42ce7, '', 0, '?'),
(0xade25a0a7504d56f4bb020afb6543b65, 'wp-admin/images/list.png', '/home/www/iamctv.com/wp-admin/images/list.png', 1, 0x00000000000000000000000000000000, 0x1e123e96bd2a1ce2c0d3b305d153f1c3, 0x5c1b77abbb545b853db06216ad1b61436ba98f8f138185aa3b6304a306b607c0, '', 0, '?'),
(0x1c29fa4de6c85ef0b6c3bb6f7af0a905, 'wp-admin/images/loading.gif', '/home/www/iamctv.com/wp-admin/images/loading.gif', 1, 0x00000000000000000000000000000000, 0x4085d79caf783e639794adbab5d6c2a2, 0xec3c00d085d2a9a695d9871b71552598e28147861df23772f35c9c2a96bc324a, '', 0, '?'),
(0xbb00b2d725335b247800e8e22eb08e28, 'wp-admin/images/marker.png', '/home/www/iamctv.com/wp-admin/images/marker.png', 1, 0x00000000000000000000000000000000, 0x3313dc2a4f322fd43349329cfde8191e, 0x7e54bc405c8e807655493ce7704bc8d7c4d7616054ba40637f07e31cde6361fc, '', 0, '?'),
(0x40de3b358b5811f5f156a87f944fc65a, 'wp-admin/images/mask.png', '/home/www/iamctv.com/wp-admin/images/mask.png', 1, 0x00000000000000000000000000000000, 0xfcf693677ea822e6d24af7b2e4a98e99, 0xea9ed72f033c73c4d4a1e329dd27912eae31c09d016a6b6e834b390551eef4c9, '', 0, '?'),
(0x40f773028d5af6945e99a5d3e8718d76, 'wp-admin/images/media-button-2x.png', '/home/www/iamctv.com/wp-admin/images/media-button-2x.png', 1, 0x00000000000000000000000000000000, 0x23db5749e51d85105cb8d03fc81305c9, 0x9f3cf3873abbf0746ebd6b621bed7769dd268cf109b8c8f752a11fb511d5ed1a, '', 0, '?'),
(0x31dc456651a4762329f30ad930456b51, 'wp-admin/images/media-button-image.gif', '/home/www/iamctv.com/wp-admin/images/media-button-image.gif', 1, 0x00000000000000000000000000000000, 0x1df8ccf3a8b6f86dbe09278ae8e60141, 0x69c4b7b1e37a5b05baa81dffc42f2217cc20580793e9db7bdc6ffdee973a86b3, '', 0, '?'),
(0x615c632c49223554cd05b123cc8b1ffe, 'wp-admin/images/media-button-music.gif', '/home/www/iamctv.com/wp-admin/images/media-button-music.gif', 1, 0x00000000000000000000000000000000, 0x345e0f26246fc3e8a00b75662610f498, 0xe877571c64c2bc38509c4636ea41bdb5eed7dcb4b4746f2dd6d3585c87fe6124, '', 0, '?'),
(0x014e519e222a687a1caa72c3777c1af8, 'wp-admin/images/media-button-other.gif', '/home/www/iamctv.com/wp-admin/images/media-button-other.gif', 1, 0x00000000000000000000000000000000, 0xa55126545e825d4242990e670227f9c3, 0xfda1421aea72b646ff06d092c31c89811450762d5e6654bf2ccac15fc2c91169, '', 0, '?'),
(0xfe1bfdfe819c03297a5d213fbbb161c0, 'wp-admin/images/media-button-video.gif', '/home/www/iamctv.com/wp-admin/images/media-button-video.gif', 1, 0x00000000000000000000000000000000, 0xc2d206df3efdc0db758b8065ad77f04a, 0x59a265b897dc226e2bf223401013acf5bec6bc865a8286c467e1905650fee927, '', 0, '?'),
(0x61299e544d57e1b84f6f88b851947cdc, 'wp-admin/images/media-button.png', '/home/www/iamctv.com/wp-admin/images/media-button.png', 1, 0x00000000000000000000000000000000, 0xb2b6c3e336054070e8927a5e7965f3ce, 0x5f1aeafa88fdf203536ad7965920bdf3f001e89556bf5a9fee47656ee7b05f0b, '', 0, '?'),
(0x0522929f4edfac6a6a29859f008c954e, 'wp-admin/images/menu-2x.png', '/home/www/iamctv.com/wp-admin/images/menu-2x.png', 1, 0x00000000000000000000000000000000, 0x6a47fff5fee2f97bbf3eaf5e3b2482d3, 0x96325d79e214d72368bde2c432f639f83e205e7380100d48e5090adbdc679ac3, '', 0, '?'),
(0x2a2061d846b2cc19f0349fb075db7655, 'wp-admin/images/menu-vs-2x.png', '/home/www/iamctv.com/wp-admin/images/menu-vs-2x.png', 1, 0x00000000000000000000000000000000, 0x4aa85a0c593cf769c7185911ae8462f8, 0x279cb946e0bdf71bd194450086f5e6e80237a1c9a19f9d2301e43e736550d8b6, '', 0, '?'),
(0x0215745d95d99f75c3d575dbfce56afb, 'wp-admin/images/menu-vs.png', '/home/www/iamctv.com/wp-admin/images/menu-vs.png', 1, 0x00000000000000000000000000000000, 0x719980f24cf02c0c5fa53b312fef45ac, 0x47b26948180f7cfc13d706299db6453bb3bd225fe33bd4a334d4bb77946c79c1, '', 0, '?'),
(0x40ba58440ac30a524e867f9074ebcdd3, 'wp-admin/images/menu.png', '/home/www/iamctv.com/wp-admin/images/menu.png', 1, 0x00000000000000000000000000000000, 0xe10d8139230f1f8b64f35960098f8cff, 0xd96cfac849452f28bc70ad9600d2706ef38b96542d4fa51f7a225d2c3d6003ef, '', 0, '?'),
(0xeb462019f338c72bb229d0d872dd50e8, 'wp-admin/images/no.png', '/home/www/iamctv.com/wp-admin/images/no.png', 1, 0x00000000000000000000000000000000, 0xc86bbf1c64c924f99fdc9f5637f0c08b, 0x0ae03ec8d214a27e68c45af5a4d35000fd551030ca3b2720107bf5291209ac3e, '', 0, '?'),
(0xb513e5b5152b449e46dcbf545a5b4837, 'wp-admin/images/post-formats-vs.png', '/home/www/iamctv.com/wp-admin/images/post-formats-vs.png', 1, 0x00000000000000000000000000000000, 0xa68f53a66c93f4485ca9acafaffc81e6, 0x18658574af81ab777c57a77b0e1278bf79250c4b3aa6bb514537ac9091e5c3d3, '', 0, '?'),
(0xe300bc95d7956f786933250d2b5d6b67, 'wp-admin/images/post-formats.png', '/home/www/iamctv.com/wp-admin/images/post-formats.png', 1, 0x00000000000000000000000000000000, 0xdc4bffe1d10093e4d92533a8d60cba07, 0x39c6ba0e8306260ccf5d9faf6e9f45181b75a1c0615d6946e9f7c6f3bfc6b3c2, '', 0, '?'),
(0x6e0e0e5dfb6a16373c331349537351df, 'wp-admin/images/post-formats32-vs.png', '/home/www/iamctv.com/wp-admin/images/post-formats32-vs.png', 1, 0x00000000000000000000000000000000, 0xb7742e45b6adea3547a54e1af3fe761c, 0x285aa82c859ceeaa496dad592cce87fcd497f1c674479fa9a39efaafb8ab611b, '', 0, '?'),
(0xcec593fefafacf94f2031f3d9fba2336, 'wp-admin/images/post-formats32.png', '/home/www/iamctv.com/wp-admin/images/post-formats32.png', 1, 0x00000000000000000000000000000000, 0x57597e8f4f92f87bf02b5f4c896b453b, 0x6bbe3c3814a42e5f44b4e34b0e188b82b5df475ba735652d49283077b0e16807, '', 0, '?'),
(0x608b9f4e32451789efbeaed1c77043e8, 'wp-admin/images/privacy.svg', '/home/www/iamctv.com/wp-admin/images/privacy.svg', 1, 0x00000000000000000000000000000000, 0xf18ba657282a2fca45ad3b8d477ba39b, 0xb03b6e307c3aa3bfcde8c4f0fd2cb83294abb6e403583656bd42357901885196, '', 0, '?'),
(0xf2b63f7b6f0b5fb1b0b527bb186ed611, 'wp-admin/images/resize-2x.gif', '/home/www/iamctv.com/wp-admin/images/resize-2x.gif', 1, 0x00000000000000000000000000000000, 0x887b335656b4ed4656ac1c1966e4254b, 0xe687b47932717f99fe5af06fa0a67eb4a2285b971e826000601b43b8691a4c27, '', 0, '?'),
(0xac3321390b16e43de8369d0c12dda10f, 'wp-admin/images/resize-rtl-2x.gif', '/home/www/iamctv.com/wp-admin/images/resize-rtl-2x.gif', 1, 0x00000000000000000000000000000000, 0xcf154dd5ef93f9a84df148f521fe5941, 0xa332f9ec6dd16fdfe67b0eab7c856e7989fccb839f340b28e5f8fbcf86ee3daa, '', 0, '?'),
(0x8849dd7b8b3fbb8672f45daf1e1da037, 'wp-admin/images/resize-rtl.gif', '/home/www/iamctv.com/wp-admin/images/resize-rtl.gif', 1, 0x00000000000000000000000000000000, 0x6e43258f59d8669c88f876b5462e0e7a, 0x4053742d5df37aba95272b6b9fb73280e57bd86adc2cca514e9aaf7e29db093e, '', 0, '?'),
(0x7e3fa14abc49d6622a15d7baea65e843, 'wp-admin/images/resize.gif', '/home/www/iamctv.com/wp-admin/images/resize.gif', 1, 0x00000000000000000000000000000000, 0xcbd61f6c4eed10fb1317038905abc4cd, 0xa93611f3808fb802d701f38826133f03c335fad13f73fd71474d03601c50163b, '', 0, '?'),
(0x0a669d868959a1b703023426fc4cf0a6, 'wp-admin/images/se.png', '/home/www/iamctv.com/wp-admin/images/se.png', 1, 0x00000000000000000000000000000000, 0xd6c89442c360bd1e08da2e7d1527373a, 0x59adbb9be403039be8224bf9d17bb755bca908d772993a328a8b114a4cb494c8, '', 0, '?'),
(0x58973a382b7fcb93323e565daccb38e0, 'wp-admin/images/sort-2x.gif', '/home/www/iamctv.com/wp-admin/images/sort-2x.gif', 1, 0x00000000000000000000000000000000, 0x8f91b441c3ac6bec3abc62d18276466a, 0x27881d97ad614bc50c0074474aaf427185a958572a03284a7c319aa3f57a5b28, '', 0, '?'),
(0xdd5b36bb02358084112bc809e16e39e4, 'wp-admin/images/sort.gif', '/home/www/iamctv.com/wp-admin/images/sort.gif', 1, 0x00000000000000000000000000000000, 0xfba0b2ac81a0edbd2aa220aa92dacf33, 0x765006901f84842d7eab1978920cb54f2205099214c71115d0d9e1fe3b1780e9, '', 0, '?'),
(0x874abc26065f23b9f13353d471a08dad, 'wp-admin/images/spinner-2x.gif', '/home/www/iamctv.com/wp-admin/images/spinner-2x.gif', 1, 0x00000000000000000000000000000000, 0x31fd991e90e6329d865e23e638b50ff4, 0xa0efaf08182396cb92cc3d2402630ea9a736c0dee418d2df09429d9934078136, '', 0, '?'),
(0xe866f569bf60b81d3d4054b5e76fd902, 'wp-admin/images/spinner.gif', '/home/www/iamctv.com/wp-admin/images/spinner.gif', 1, 0x00000000000000000000000000000000, 0xd54cf50a44bd0aca6fd98bd46acbb2ba, 0x7ac68411e01a22ffb26e1a73b228ce55b60e2f7ef71537ba8046abf85ec285e3, '', 0, '?'),
(0x50de3124b61b1b89f3025c170f2ae543, 'wp-admin/images/stars-2x.png', '/home/www/iamctv.com/wp-admin/images/stars-2x.png', 1, 0x00000000000000000000000000000000, 0xf5ea4194a79c23e653b24d0c65032e5e, 0x1e5baef2e880bffd5f280d68aad7e71559c188b454eea4b9f07f04df715ab1d5, '', 0, '?'),
(0xe946ce6a2159e97b072e4a3d2cb5ae12, 'wp-admin/images/stars.png', '/home/www/iamctv.com/wp-admin/images/stars.png', 1, 0x00000000000000000000000000000000, 0x5bace01f99903e3cf56bb27bd2ec2891, 0x2f09deef2285dac088044661ecb1943c5359dac367dc0fac0bd0d889468cd740, '', 0, '?'),
(0x56726d914b7f451fa770bc6ad7e43697, 'wp-admin/images/w-logo-blue.png', '/home/www/iamctv.com/wp-admin/images/w-logo-blue.png', 1, 0x00000000000000000000000000000000, 0xfd5b4eb05706a2f05f707fe077ae1030, 0xdea35e519074e4330103f4489d1c756e0155e29dbbc9e07e05b2271202bb5432, '', 0, '?'),
(0x4a0b66b80f333ff693875f72db431f91, 'wp-admin/images/w-logo-white.png', '/home/www/iamctv.com/wp-admin/images/w-logo-white.png', 1, 0x00000000000000000000000000000000, 0x6ea6ccee4a0176dba27ebb79ac175c85, 0x6ec19d449ab08b207f125fcf3b15d32147abd79d635683304d1b3969eb823dbd, '', 0, '?'),
(0xc62b92a0cd67d405bec27136a55e00e8, 'wp-admin/images/wheel.png', '/home/www/iamctv.com/wp-admin/images/wheel.png', 1, 0x00000000000000000000000000000000, 0x4530bd2071306dbbc61a592556b958a0, 0x285db43a3d64d371db85bc4f7b39128cc28013d480a5769a85c8987e8ab2daf3, '', 0, '?'),
(0x1d8b2584e4105cf9c24d4182edd2efff, 'wp-admin/images/wordpress-logo-white.svg', '/home/www/iamctv.com/wp-admin/images/wordpress-logo-white.svg', 1, 0x00000000000000000000000000000000, 0x19bdd97150fb43aa862d53500c44e6f7, 0x6513a334d145bac73ffa2610f54473054187c4d7caacaa3b06fc2940be58c992, '', 0, '?'),
(0x05745a518fa5597a3085fabddfe8b7ab, 'wp-admin/images/wordpress-logo.png', '/home/www/iamctv.com/wp-admin/images/wordpress-logo.png', 1, 0x00000000000000000000000000000000, 0xc6b0f979b9e66fc338f4cb3853a5608a, 0x620178c3054cfc50cdb0e9e23d5e92ede5f7b9611cf56dcfc5f1babb3169b3df, '', 0, '?'),
(0x0bf263221b6d6c8f20ffc79e073e6f13, 'wp-admin/images/wordpress-logo.svg', '/home/www/iamctv.com/wp-admin/images/wordpress-logo.svg', 1, 0x00000000000000000000000000000000, 0xf34ef6259364f7ef0ccf67cd1dddc970, 0xce22a675f099a86a2d51450089d35b1919e6a6674cdd5a35dd4d441b1fbd3a7f, '', 0, '?'),
(0x80d3dabae8758fb6bf4d97c91df75b0d, 'wp-admin/images/wpspin_light-2x.gif', '/home/www/iamctv.com/wp-admin/images/wpspin_light-2x.gif', 1, 0x00000000000000000000000000000000, 0x6d53acfb07ac1bfdd0db79224389c4d2, 0xb0bd36193653af58a8a30fb1b9feb1364f7dc9343e881d70be22c30fa0942731, '', 0, '?'),
(0x0b22771d1725e25f83844b5ca0e175cb, 'wp-admin/images/wpspin_light.gif', '/home/www/iamctv.com/wp-admin/images/wpspin_light.gif', 1, 0x00000000000000000000000000000000, 0x680f6b9e75cb52aa0d40396b0cf792e7, 0xbbb3f721da46d7b1871be410f21fb8289c890eb523f5e48831138608891e3ae3, '', 0, '?'),
(0xfcbb3c6ce66117ac802c9b62582cb3b2, 'wp-admin/images/xit-2x.gif', '/home/www/iamctv.com/wp-admin/images/xit-2x.gif', 1, 0x00000000000000000000000000000000, 0x9cd381c6753a40340d85e2c57a3c35c8, 0xa8530dce7d1140bd137e51f73a805363b5b1a7ea192a642be55ace5fbe7bac52, '', 0, '?'),
(0x9da76dcc119cfd7a34e84ce4af04fa4b, 'wp-admin/images/xit.gif', '/home/www/iamctv.com/wp-admin/images/xit.gif', 1, 0x00000000000000000000000000000000, 0x94ecab09335897c4ab392bef96366e7e, 0xfcd6fc2073b2afb994c9dbdba80c93a0532c6d64ef9f5c59146292c687efc26f, '', 0, '?'),
(0xd84d268f33160ddcc13315434d61517b, 'wp-admin/images/yes.png', '/home/www/iamctv.com/wp-admin/images/yes.png', 1, 0x00000000000000000000000000000000, 0xc42bf814a237dc89970d715ae8516b13, 0xa03dca51eae21947ddebe7883925b94b86e616e62ccb0dfb1a46f079f585e71f, '', 0, '?'),
(0x94c91e54b2a256a8edf4aa935c989705, 'wp-admin/import.php', '/home/www/iamctv.com/wp-admin/import.php', 1, 0x00000000000000000000000000000000, 0xd855a602e230617058a3bcc6ba9fcc46, 0x45f7ac945938a61b72cf9ebe016282b4428a049624889dc1c2c57923acbeb987, '', 0, '?'),
(0xc4b34af50a607c19c6352c4854f508bb, 'wp-admin/includes/admin-filters.php', '/home/www/iamctv.com/wp-admin/includes/admin-filters.php', 1, 0x00000000000000000000000000000000, 0xf20ece0bdd4795b8eec57b27f851fb65, 0x4ebd69b2cf6bde0d9e8e48eb1f417fa86dbf0d08259b328f51514e4a5d71ba3d, '', 0, '?'),
(0x4492c9f1bed5296261eb6bdac57bcbcb, 'wp-admin/includes/admin.php', '/home/www/iamctv.com/wp-admin/includes/admin.php', 1, 0x00000000000000000000000000000000, 0x18cad527df0a70f25ad32cfdc0f376a0, 0x6bfe5f445248027b8dc5e800a723f1365abb7ef4927d16c9e3cadd75c6e556b1, '', 0, '?'),
(0xd2aa2a8fe3d41f489aaaa80a3b74b2fb, 'wp-admin/includes/ajax-actions.php', '/home/www/iamctv.com/wp-admin/includes/ajax-actions.php', 1, 0x00000000000000000000000000000000, 0x48002d627e111b3c79aa93642d659b30, 0x0aea3410c1966a717d4af13e01fd7899ad1a833248665a672d19876b1bbddc54, '', 0, '?'),
(0xb6b0ce9d48ba012ab6e12a2eda811f53, 'wp-admin/includes/bookmark.php', '/home/www/iamctv.com/wp-admin/includes/bookmark.php', 1, 0x00000000000000000000000000000000, 0x1ccb7419e7293fd40248cd5189e79186, 0x3778d2a2f623ff8df2e85aa658da4b090c486a38eb472008465e3a79d8814e10, '', 0, '?'),
(0x22d810770e13b21dbe68b21088ad14c6, 'wp-admin/includes/class-automatic-upgrader-skin.php', '/home/www/iamctv.com/wp-admin/includes/class-automatic-upgrader-skin.php', 1, 0x00000000000000000000000000000000, 0xe3ad1c3903b80643087cef90b39513e4, 0xd5761a81841eede7f90ca31bbc4b27456d22d06a61bb3bd87511c62e3613df7d, '', 0, '?'),
(0x6ee3d0ba0b9d99d30c76fd6e6a3dcdae, 'wp-admin/includes/class-bulk-plugin-upgrader-skin.php', '/home/www/iamctv.com/wp-admin/includes/class-bulk-plugin-upgrader-skin.php', 1, 0x00000000000000000000000000000000, 0x36102f4d07853ccf8b190891ad766b35, 0xcb147384711db33c13e2fa139424f97774fcb6aad2aabe6bd48736b44b4c03e7, '', 0, '?'),
(0x2027d3d21caa5f550f0f3b30982f3cc2, 'wp-admin/includes/class-bulk-theme-upgrader-skin.php', '/home/www/iamctv.com/wp-admin/includes/class-bulk-theme-upgrader-skin.php', 1, 0x00000000000000000000000000000000, 0x75ef3a79e31b7831191b7329ac98928b, 0x891ccfb9c51e83e7ddb6043153584354dabc833ce1da8a680b056089c27ff256, '', 0, '?'),
(0x0e5737a4947b2884a63b3a50a59a9d3f, 'wp-admin/includes/class-bulk-upgrader-skin.php', '/home/www/iamctv.com/wp-admin/includes/class-bulk-upgrader-skin.php', 1, 0x00000000000000000000000000000000, 0xdc217ae12d5e3ae7fed9d0bf0b24f110, 0x34610c5df0ea03e464fdb1a9fb73270954789c6e22e8bb0f93fc61a7ddbbe415, '', 0, '?'),
(0xc26ad5e755c355e991581ad0e82f4a2f, 'wp-admin/includes/class-core-upgrader.php', '/home/www/iamctv.com/wp-admin/includes/class-core-upgrader.php', 1, 0x00000000000000000000000000000000, 0x4097fae4351cc9f517938db0d5aa847a, 0x5f347fc4fdd7bda2fd0bee396c79343bf5ce303679749ee749284fa81e3507f6, '', 0, '?'),
(0xc9a1ee888bcaa77eb2a2c1bf022e296b, 'wp-admin/includes/class-custom-background.php', '/home/www/iamctv.com/wp-admin/includes/class-custom-background.php', 1, 0x00000000000000000000000000000000, 0xfd698307371bc552aeda92581063e6f0, 0x6f9748bddfd783df4e4e241d2a3b575d5cd158487fcf1d7e45d751fa5de9b92e, '', 0, '?'),
(0xb112fdf7aa6eac9b6ae7f850fa2b85a9, 'wp-admin/includes/class-custom-image-header.php', '/home/www/iamctv.com/wp-admin/includes/class-custom-image-header.php', 1, 0x00000000000000000000000000000000, 0x0390b9f8384245c2e2f947abb86ad93b, 0xc54c997b946119953298b209c3d350414efc48c44f75efb9f3a802754ae5a143, '', 0, '?'),
(0xd74d00f7c2da63b09aedf8a1a25f64d8, 'wp-admin/includes/class-file-upload-upgrader.php', '/home/www/iamctv.com/wp-admin/includes/class-file-upload-upgrader.php', 1, 0x00000000000000000000000000000000, 0xf3dec4fad4fbcdbd1b45ed81e4db1d6d, 0xbd32aad7e647870e9ecf92e49a4468e7033580f0851ed5d340f280d2764c98fa, '', 0, '?'),
(0x17a93a38cf1f4961f617b9c3b86cd56d, 'wp-admin/includes/class-ftp-pure.php', '/home/www/iamctv.com/wp-admin/includes/class-ftp-pure.php', 1, 0x00000000000000000000000000000000, 0x541226a87dd85c33e69ce44ab8912000, 0xa50a53c4c07b55c8e39e43647a24a8fc940310f80f79c2fdefc9617c38f0bd5b, '', 0, '?'),
(0xa56166683d46afd5de54d23afe9336b6, 'wp-admin/includes/class-ftp-sockets.php', '/home/www/iamctv.com/wp-admin/includes/class-ftp-sockets.php', 1, 0x00000000000000000000000000000000, 0x5a6337380d088fdc6a99d36adbc1d892, 0xaef951f4972cad02300d4e514abcbdbf94598cfaaea0ad6df4cabc30c5dd41c6, '', 0, '?'),
(0xf105f8e59372702e187585337a78800b, 'wp-admin/includes/class-ftp.php', '/home/www/iamctv.com/wp-admin/includes/class-ftp.php', 1, 0x00000000000000000000000000000000, 0x6350cf6a7b22dee09bcaeb23d8203e57, 0xc8a203b366fca8e1d52b2e131717ee5ffac97520651e84aa091fba5a1112af01, '', 0, '?'),
(0xbaad3ae6c058a9bc40007b2ac5d6afa6, 'wp-admin/includes/class-language-pack-upgrader-skin.php', '/home/www/iamctv.com/wp-admin/includes/class-language-pack-upgrader-skin.php', 1, 0x00000000000000000000000000000000, 0x6da52fe55125c5409cf72c296cacf91a, 0x41cb56b2455d7be951218cebf1c193eccd548fc9c38df1decd360f655b7b2eb8, '', 0, '?'),
(0x67d017b67e29b27ea573baca9e93fb49, 'wp-admin/includes/class-language-pack-upgrader.php', '/home/www/iamctv.com/wp-admin/includes/class-language-pack-upgrader.php', 1, 0x00000000000000000000000000000000, 0xde3f745c5b56daa0fa8436f809491c91, 0x68b6cf2b029cd154fafeff15dbf8e2e69ee21c630c73e08a1ceea5253d3d28de, '', 0, '?'),
(0xe71e1622d5c6a181fc9f173776732bf6, 'wp-admin/includes/class-pclzip.php', '/home/www/iamctv.com/wp-admin/includes/class-pclzip.php', 1, 0x00000000000000000000000000000000, 0x29f34168b7384cca58ba64885461e115, 0x9338442e16ab752b1f966838d2b21fc5be9e2c9fa5c75717da9de5a2ecbef54f, '', 0, '?'),
(0x572613cbd6b420aa292bf4dab1a5f6e5, 'wp-admin/includes/class-plugin-installer-skin.php', '/home/www/iamctv.com/wp-admin/includes/class-plugin-installer-skin.php', 1, 0x00000000000000000000000000000000, 0x8c59f53263d98b8d84a40590eb22279e, 0x8e68ed29e2e2aae48845d18e77304024a00e2c00e633a7987ecd5900fabc5d3d, '', 0, '?'),
(0xae682f07cd94909e6a9743eab600e66e, 'wp-admin/includes/class-plugin-upgrader-skin.php', '/home/www/iamctv.com/wp-admin/includes/class-plugin-upgrader-skin.php', 1, 0x00000000000000000000000000000000, 0x5b9413705407e130249e98a8b1de2e85, 0x3f8874dffc447e1b2315cd98a2962f589823472fa1ede64e665ca59bcd9c674e, '', 0, '?'),
(0x7610962946bc18db7e027184879c3f62, 'wp-admin/includes/class-plugin-upgrader.php', '/home/www/iamctv.com/wp-admin/includes/class-plugin-upgrader.php', 1, 0x00000000000000000000000000000000, 0x3a2191ad19286ca8e15037acb1c4c807, 0xb65c6a5838d44c4f91b472d30d2401e0e50b719df5aad1b4dcc30c27ea03b6fa, '', 0, '?'),
(0xbf997314bcf383499e71468d9b8aa3b5, 'wp-admin/includes/class-theme-installer-skin.php', '/home/www/iamctv.com/wp-admin/includes/class-theme-installer-skin.php', 1, 0x00000000000000000000000000000000, 0x2202d98e7a4587fc14fd8558a9888285, 0x2ab90035740dfa5844546e88d0a21ae74caf7351fa3d2b10cffa6947bf883597, '', 0, '?'),
(0x4860b05c07f120e69c72b2a7b759ea43, 'wp-admin/includes/class-theme-upgrader-skin.php', '/home/www/iamctv.com/wp-admin/includes/class-theme-upgrader-skin.php', 1, 0x00000000000000000000000000000000, 0x65ad17c8a3d000a4d310974fbe296c2b, 0x75e4df53b406850ea1af75aca1dec6e6697f4488708f2c5c9dab43a64d35e990, '', 0, '?'),
(0x9b33e2f46144957716b750b69c8ac671, 'wp-admin/includes/class-theme-upgrader.php', '/home/www/iamctv.com/wp-admin/includes/class-theme-upgrader.php', 1, 0x00000000000000000000000000000000, 0x65d30f4c787c136992a1d082588211b3, 0x9344ba9f69f6e7c974c195a8625b3aa64c59f74f25a75a6ee30fb17a75e53246, '', 0, '?'),
(0x7b7922b614d2b5b5d0dda9b67b8dad9d, 'wp-admin/includes/class-walker-category-checklist.php', '/home/www/iamctv.com/wp-admin/includes/class-walker-category-checklist.php', 1, 0x00000000000000000000000000000000, 0x8b9915b2cb953554e7058ff4ae3eb263, 0x336dd8b7082637ea38b9146d82e1d392f2782bc338a9accabd7b64f16bccf1be, '', 0, '?'),
(0x8af851737ce263b74cd89c5648b31929, 'wp-admin/includes/class-walker-nav-menu-checklist.php', '/home/www/iamctv.com/wp-admin/includes/class-walker-nav-menu-checklist.php', 1, 0x00000000000000000000000000000000, 0xf9a4c79caf1d52cbdbac65616f32295a, 0x8a48a2fd0d9368cb4d602f34e035f7300156a1b7aa3eb0b735c817559d42ec2a, '', 0, '?'),
(0xd8b1a52da45f7d5a916813fbec0ab11a, 'wp-admin/includes/class-walker-nav-menu-edit.php', '/home/www/iamctv.com/wp-admin/includes/class-walker-nav-menu-edit.php', 1, 0x00000000000000000000000000000000, 0x048728b9c94fb7bfa84f8dc961271748, 0xcec113516adee8fa8c5d274e26a3f13ecc1810df04ac6bb52a7de9afcad7fd20, '', 0, '?'),
(0xc19c1021e7e07990cf46bcbf5dc9c6c3, 'wp-admin/includes/class-wp-ajax-upgrader-skin.php', '/home/www/iamctv.com/wp-admin/includes/class-wp-ajax-upgrader-skin.php', 1, 0x00000000000000000000000000000000, 0x6b1b2161892e031ff1f09a2e75721864, 0xdff9567ea4424e3e9b7adbf86acdceffe782950a7073a64cb7e28c69205d32c8, '', 0, '?'),
(0xd7491be3094ab58e617e529a8d075aa8, 'wp-admin/includes/class-wp-application-passwords-list-table.php', '/home/www/iamctv.com/wp-admin/includes/class-wp-application-passwords-list-table.php', 1, 0x00000000000000000000000000000000, 0xc5a3ce7b8ee88e4c0e6c46e6bb16c3ff, 0x1fa2db962d3cf9fccf8dca4322bd28b098a351b1f79b2c486ea843bb5c38b0c2, '', 0, '?'),
(0xeda7a45ac51a61594800209b35ee7e20, 'wp-admin/includes/class-wp-automatic-updater.php', '/home/www/iamctv.com/wp-admin/includes/class-wp-automatic-updater.php', 1, 0x00000000000000000000000000000000, 0xf7afa779b9238acf8c11069dbe7eb12d, 0x1fa49f0a01ec9a7936a484c5d94ed1f0e1f8cb5d32002c44c70fbfee52f6c7f2, '', 0, '?'),
(0x1e8bf6c25965b8032ef00e3073049682, 'wp-admin/includes/class-wp-comments-list-table.php', '/home/www/iamctv.com/wp-admin/includes/class-wp-comments-list-table.php', 1, 0x00000000000000000000000000000000, 0xaae3b775af2d9abf795c5ae2091ef86c, 0x6f531799e9de98e4391417fac864a81f84609436029c79a9d1365f11eac16baf, '', 0, '?'),
(0x0ff5262f18a26462a464c87111b0322f, 'wp-admin/includes/class-wp-community-events.php', '/home/www/iamctv.com/wp-admin/includes/class-wp-community-events.php', 1, 0x00000000000000000000000000000000, 0x9ddce7711f1405d61f43af9bddc9c37f, 0xfd9d76128c8b4a4a9fef8fff6e7158612ac3a7aa590562061f07d59d10b985a6, '', 0, '?'),
(0x58f0871e541f43575f5ea8b76f67f4ea, 'wp-admin/includes/class-wp-debug-data.php', '/home/www/iamctv.com/wp-admin/includes/class-wp-debug-data.php', 1, 0x00000000000000000000000000000000, 0x95cf8be148741f63519863589864a9c9, 0xb3198bc6697247818e772d4134f0c8f273d86402b1bf422b95b1f817967b5987, '', 0, '?'),
(0xe025e78f665c2b2c080285e6cd005c59, 'wp-admin/includes/class-wp-filesystem-base.php', '/home/www/iamctv.com/wp-admin/includes/class-wp-filesystem-base.php', 1, 0x00000000000000000000000000000000, 0x1717d70e4c8fecb4cd810c9f1543f182, 0x0ed3a124a3a5c90281dc77becd1a37353ae18c211327d7df116af68239850707, '', 0, '?'),
(0xca6846034d3c40602503712de3e61503, 'wp-admin/includes/class-wp-filesystem-direct.php', '/home/www/iamctv.com/wp-admin/includes/class-wp-filesystem-direct.php', 1, 0x00000000000000000000000000000000, 0x717945e768b26c9947ebad9d976c28bb, 0x5b1ec2e44abf6df9bc91186e922c21120afef50dd162d9b648e14913bd5fc182, '', 0, '?'),
(0x36cca02cf5f85f908bec71f2eaf97585, 'wp-admin/includes/class-wp-filesystem-ftpext.php', '/home/www/iamctv.com/wp-admin/includes/class-wp-filesystem-ftpext.php', 1, 0x00000000000000000000000000000000, 0x935e7854535565db98650f7613ec7b2d, 0x84f11cd8a457e2f7d57addfbf11b44823f8ba0f2774406b60a81aaa619378e65, '', 0, '?'),
(0x9cd5138b800c50518b457c457d372b01, 'wp-admin/includes/class-wp-filesystem-ftpsockets.php', '/home/www/iamctv.com/wp-admin/includes/class-wp-filesystem-ftpsockets.php', 1, 0x00000000000000000000000000000000, 0xe7c9275d7a98bd7a34a9423a99f4e3da, 0xba625685f73d22e6e2c6eb25c497a475530614c1d1f4602b9208984765832841, '', 0, '?'),
(0xcdf889bb6a2867f91f807e6a5523b7d6, 'wp-admin/includes/class-wp-filesystem-ssh2.php', '/home/www/iamctv.com/wp-admin/includes/class-wp-filesystem-ssh2.php', 1, 0x00000000000000000000000000000000, 0x7bd99c05aa179803daf2d2d07b59d933, 0x1fc4b7f059c8781c4eb324a5c29962a8e32a1079bf356dd3d8d1eb772ec8413d, '', 0, '?'),
(0x767f5dbf7a8bf0d4e5039ac333bb7442, 'wp-admin/includes/class-wp-importer.php', '/home/www/iamctv.com/wp-admin/includes/class-wp-importer.php', 1, 0x00000000000000000000000000000000, 0x1e503b137f03f9c129983845d00ba00e, 0x4a9f13b3044d0908db03258d5f2adda402c5e20eeee74d599b24f7c330144385, '', 0, '?'),
(0x82ec9cfdae76bf410a4772cf33433960, 'wp-admin/includes/class-wp-internal-pointers.php', '/home/www/iamctv.com/wp-admin/includes/class-wp-internal-pointers.php', 1, 0x00000000000000000000000000000000, 0x4bf899049f75cdd6fd34568acc70f64a, 0xc7b708e6a29fd8375b7edb81a0b20d4e4c07560f5013edee71ab435e4ddcaf7b, '', 0, '?'),
(0x5fee9128ed43988cc21b4d360e9839c9, 'wp-admin/includes/class-wp-links-list-table.php', '/home/www/iamctv.com/wp-admin/includes/class-wp-links-list-table.php', 1, 0x00000000000000000000000000000000, 0xf8192c90d5c9c8e03a9078756c511fe7, 0x7508cde4d3ab40ff1ded1f9661c29a42affa5c6534dde11762b01724edc23612, '', 0, '?'),
(0xbcfc55649fa513064d8592d95324806c, 'wp-admin/includes/class-wp-list-table-compat.php', '/home/www/iamctv.com/wp-admin/includes/class-wp-list-table-compat.php', 1, 0x00000000000000000000000000000000, 0xdb7d8b3e0d5f4422a6f5436bf1d41543, 0x5c0ca53b8afd0b5d22a7a4ae28122b2fc7c57d9e120ecb9a7135cef44e5327aa, '', 0, '?'),
(0x4f0987d253a0fd95c723c5ff5969f276, 'wp-admin/includes/class-wp-list-table.php', '/home/www/iamctv.com/wp-admin/includes/class-wp-list-table.php', 1, 0x00000000000000000000000000000000, 0xaa4eb8baaeead60e7325e47afc601016, 0xe52dd4997c3797c1696c96b792a7d868206e9a1fe457fe2ede13f51cdd29d0d0, '', 0, '?'),
(0xb35662286b74885722ed36283bc6b4a0, 'wp-admin/includes/class-wp-media-list-table.php', '/home/www/iamctv.com/wp-admin/includes/class-wp-media-list-table.php', 1, 0x00000000000000000000000000000000, 0x5df6fef86ef8606c438f6dd4d4bf0809, 0xb2276ff60110c605954e8aa8db1c567e212b85f101d23d989c7bb77f71377a54, '', 0, '?'),
(0xaeeb8dfea7aaeae273709bd0e46510fc, 'wp-admin/includes/class-wp-ms-sites-list-table.php', '/home/www/iamctv.com/wp-admin/includes/class-wp-ms-sites-list-table.php', 1, 0x00000000000000000000000000000000, 0xccb215ac9bcfc3b55f7f253983cbd030, 0x84b0ff0549bb2ae97a20fb8d013bcf84006dff721fba40880f44682205e80755, '', 0, '?'),
(0xe40c7706a21bcdd3d656a5d0ebbc21dc, 'wp-admin/includes/class-wp-ms-themes-list-table.php', '/home/www/iamctv.com/wp-admin/includes/class-wp-ms-themes-list-table.php', 1, 0x00000000000000000000000000000000, 0xd9c2475b711e1bc3d98558b759d906cc, 0xf1d4f3d00a050ab73eae4c587aec9ab660dc120bd4d0926341c8680adc0f6a64, '', 0, '?'),
(0x06fcab6929331633dca5d1c773da2a17, 'wp-admin/includes/class-wp-ms-users-list-table.php', '/home/www/iamctv.com/wp-admin/includes/class-wp-ms-users-list-table.php', 1, 0x00000000000000000000000000000000, 0x82977680750440cf617bf6889b349812, 0x3f32b89356109ee03637344fdf92a55d6c291f46a850cb318f956778368e9535, '', 0, '?'),
(0x652e50c8b44e42875378115bdb26c1bc, 'wp-admin/includes/class-wp-plugin-install-list-table.php', '/home/www/iamctv.com/wp-admin/includes/class-wp-plugin-install-list-table.php', 1, 0x00000000000000000000000000000000, 0x3645afe075c1c627ad8cb6eee1dc4f45, 0x347c6a4509a65b4a217cb416d87709a43fa4941ab991fa33da4864a21b010f47, '', 0, '?'),
(0xb88e94a79c5bae8f3a81b09784850f71, 'wp-admin/includes/class-wp-plugins-list-table.php', '/home/www/iamctv.com/wp-admin/includes/class-wp-plugins-list-table.php', 1, 0x00000000000000000000000000000000, 0xd5c77bae85619cbba7c2cb54a8ef0e02, 0x92d04b346adf0734534f7b5960ef1f529ec22a3243b6161238c4d3190c8b2a3e, '', 0, '?'),
(0x6314a7171c344c5df4cb9eae04b74d63, 'wp-admin/includes/class-wp-post-comments-list-table.php', '/home/www/iamctv.com/wp-admin/includes/class-wp-post-comments-list-table.php', 1, 0x00000000000000000000000000000000, 0xfa4064a942bd177fb823ad26267fbba6, 0x7bafc4626bf6860dbbf60fde7df192097b3dd6fad75c04db3d36e3606cbed409, '', 0, '?'),
(0xd747c8a9f5efbf3694a415b3c8000859, 'wp-admin/includes/class-wp-posts-list-table.php', '/home/www/iamctv.com/wp-admin/includes/class-wp-posts-list-table.php', 1, 0x00000000000000000000000000000000, 0x7b3a040aba7e62fe6ae56f9c2eb8c0de, 0xb57b7793187ffd72ae17d66c50e79779a168870364170192548b3a35a91e7f91, '', 0, '?'),
(0xab53c4ebfa8fb371ea608e83904ddc07, 'wp-admin/includes/class-wp-privacy-data-export-requests-list-table.php', '/home/www/iamctv.com/wp-admin/includes/class-wp-privacy-data-export-requests-list-table.php', 1, 0x00000000000000000000000000000000, 0xf8dd3d42aec1ae0a794e787b168d0b9f, 0x9e45e7cb7a42e0a534bd2ffe70f6c5980f880d8fdb9e2ee20242a4071692a233, '', 0, '?'),
(0x29ff6094f2662cb5a075fd340f10a1b3, 'wp-admin/includes/class-wp-privacy-data-removal-requests-list-table.php', '/home/www/iamctv.com/wp-admin/includes/class-wp-privacy-data-removal-requests-list-table.php', 1, 0x00000000000000000000000000000000, 0x9a1f58b920447f32256c23622f925719, 0xd5bba852d200bcf0d100b6160bbffaece1698f48182f2f9fc2ec77cf0ea700eb, '', 0, '?'),
(0xde356684b40ea00812bce96f1edeaee7, 'wp-admin/includes/class-wp-privacy-policy-content.php', '/home/www/iamctv.com/wp-admin/includes/class-wp-privacy-policy-content.php', 1, 0x00000000000000000000000000000000, 0x7d645365a91b117eff697bcab8fe2055, 0x5809e73cf0a73d133e0e02132052194b4058f4bce8b5f9d468d8a059804e61f8, '', 0, '?'),
(0x8766473cae40e19f9d4efbe71cb5132d, 'wp-admin/includes/class-wp-privacy-requests-table.php', '/home/www/iamctv.com/wp-admin/includes/class-wp-privacy-requests-table.php', 1, 0x00000000000000000000000000000000, 0x563ff5373699c9d1f18dd2bf1caf1ebe, 0x7e3a3838bd532aa22eab1feec80d19a9086e979f68624465eefd131cc42b4b00, '', 0, '?'),
(0x544df2a2c6fccadd6cf2fe01d5f4badf, 'wp-admin/includes/class-wp-screen.php', '/home/www/iamctv.com/wp-admin/includes/class-wp-screen.php', 1, 0x00000000000000000000000000000000, 0x1ae44352d5a6074cb58c23c8a2bf3399, 0x7f95e768305b75d69c32735ae5615b42a3649138566079fd378e2ea2a9ea9960, '', 0, '?'),
(0x25a5c7e01739edba7ff15cde8baa1d0c, 'wp-admin/includes/class-wp-site-health-auto-updates.php', '/home/www/iamctv.com/wp-admin/includes/class-wp-site-health-auto-updates.php', 1, 0x00000000000000000000000000000000, 0x10f196719d7c012ccf1b2f39e7b32699, 0xbb22ab581add50779e3209b7cd520b2cb02eb351f511f9b3d9b2bed79ca07ce7, '', 0, '?'),
(0x957f7531481d4d3a124537022f9a7bfa, 'wp-admin/includes/class-wp-site-health.php', '/home/www/iamctv.com/wp-admin/includes/class-wp-site-health.php', 1, 0x00000000000000000000000000000000, 0xd2c589a9ef7a11cc17456247aa2d96e3, 0xc49cc39b8a384ec15ea80dc3300fea47bad39c5d3b13525d09c5fbb85cb0248e, '', 0, '?'),
(0x274dfef87788f1918db783e3c70d4b6a, 'wp-admin/includes/class-wp-site-icon.php', '/home/www/iamctv.com/wp-admin/includes/class-wp-site-icon.php', 1, 0x00000000000000000000000000000000, 0x3cc9b5a0d5e130de05378ba7c94e7937, 0x29960dbcee7a8b78fd064a8ca9fab35263c4254fc9b1fc0213fcb2abfafb93a1, '', 0, '?'),
(0x4c23d61fac2fdbb02accf833f2d2ec0d, 'wp-admin/includes/class-wp-terms-list-table.php', '/home/www/iamctv.com/wp-admin/includes/class-wp-terms-list-table.php', 1, 0x00000000000000000000000000000000, 0x9713261195cfabccb40b49dbc7814844, 0xe136a60d5ca936b7a36955043103384410d805cbfa4088a12753b56825c3e08a, '', 0, '?'),
(0xac22da954b5b408947c70cfbe1e13991, 'wp-admin/includes/class-wp-theme-install-list-table.php', '/home/www/iamctv.com/wp-admin/includes/class-wp-theme-install-list-table.php', 1, 0x00000000000000000000000000000000, 0x5a3a01e048a9a8d149bdd91a84f715b1, 0x42380c25c487dc33c77d7b92b81df316328f9f6d420b12c503d6388741a68933, '', 0, '?'),
(0x2249466ebaa716adb840f761c27d9239, 'wp-admin/includes/class-wp-themes-list-table.php', '/home/www/iamctv.com/wp-admin/includes/class-wp-themes-list-table.php', 1, 0x00000000000000000000000000000000, 0xada28cd30a59394baf420bbd893b2ed5, 0xb1d8fdb41841613e95b27dfe38c6b030ce3987c33f7c1e5019e22e13c8408705, '', 0, '?'),
(0xdf3d405cf0124a7051f36d5c1086c036, 'wp-admin/includes/class-wp-upgrader-skin.php', '/home/www/iamctv.com/wp-admin/includes/class-wp-upgrader-skin.php', 1, 0x00000000000000000000000000000000, 0x6a22e66c44b10fc1ac797342fbbfa4d9, 0xaf013a8a36e07c9f4fb748e6d273e652d662a655e5ec7d1107c204016dcdb588, '', 0, '?'),
(0x7aacf6d5ef4a58d4777b210d46abc0ba, 'wp-admin/includes/class-wp-upgrader-skins.php', '/home/www/iamctv.com/wp-admin/includes/class-wp-upgrader-skins.php', 1, 0x00000000000000000000000000000000, 0x5122fa8390bc8dc8d29115e12dd18915, 0x2ea19937046a333fccb6cacbc2b73f8b11a132165593458e2e9347cc0657191f, '', 0, '?'),
(0x58c2d7df47b07fa60493f695e57a8458, 'wp-admin/includes/class-wp-upgrader.php', '/home/www/iamctv.com/wp-admin/includes/class-wp-upgrader.php', 1, 0x00000000000000000000000000000000, 0xe3d8e4b184934c294da85ee474f88895, 0xd86427f12d887155693d9ce712e265a4af97389e5384c7bd62add60b0cdc43c6, '', 0, '?'),
(0x90ddf2ae10961978385b01213e10f158, 'wp-admin/includes/class-wp-users-list-table.php', '/home/www/iamctv.com/wp-admin/includes/class-wp-users-list-table.php', 1, 0x00000000000000000000000000000000, 0xa5c2498fc3962ba5270ffa633b311298, 0x054948fee05d5bb66dea820b1a18ec137783176a1a328e69820587d01f4fa884, '', 0, '?'),
(0x1e7cda26183b8c72a2020e4c7335f98a, 'wp-admin/includes/comment.php', '/home/www/iamctv.com/wp-admin/includes/comment.php', 1, 0x00000000000000000000000000000000, 0xb86aeb55cfce32f18e86b7bcbff80bec, 0x791dd0d4aa11ad08d9aa3e74506edfce9e58902127dccb953fd4c241e8f41945, '', 0, '?'),
(0x336bada86f1c175791351b096b5b6d71, 'wp-admin/includes/continents-cities.php', '/home/www/iamctv.com/wp-admin/includes/continents-cities.php', 1, 0x00000000000000000000000000000000, 0x1f70671a2aada79aeb5ab00048347c89, 0xa28bcd727d0ae991778b7505d45a1f9632f57d4b58c193e4012f0694eeb1beb4, '', 0, '?'),
(0xb9b9ce3cff09cf6625d56e9f174fb303, 'wp-admin/includes/credits.php', '/home/www/iamctv.com/wp-admin/includes/credits.php', 1, 0x00000000000000000000000000000000, 0x385b587bb492cb93f00d579f0efc27fc, 0x4d13576993456e52517ea92a679c08327caf3d0f8aeaecb4081b25f4373a1e94, '', 0, '?'),
(0x5c9ad182923f241880cd8438c092a1e6, 'wp-admin/includes/dashboard.php', '/home/www/iamctv.com/wp-admin/includes/dashboard.php', 1, 0x00000000000000000000000000000000, 0x3b4073a280819750b28e4625a180a1be, 0x681e8162e5995544ba9e4251c68f497f0b6f9f49bc59cc777db0eb267c7d39af, '', 0, '?'),
(0xf23fb2e2455f1ecf298a78da85249e9d, 'wp-admin/includes/deprecated.php', '/home/www/iamctv.com/wp-admin/includes/deprecated.php', 1, 0x00000000000000000000000000000000, 0x3886f4a4addc4bd98f81f8b2bdf6fd79, 0x146cd29dd6a81a91ce1bb1e9e47466d8bf261ab594ee7a59855868f44304632e, '', 0, '?'),
(0x9ff4785bc76584f2b6be3e4d078d0c01, 'wp-admin/includes/edit-tag-messages.php', '/home/www/iamctv.com/wp-admin/includes/edit-tag-messages.php', 1, 0x00000000000000000000000000000000, 0xa12e6aea417f381ee09d728df755711e, 0x97153ff90575115a768dbe2a0ed633320e3b68fa242c0d804d1445db7edfe07f, '', 0, '?'),
(0x85b93ec141e40c42c737e5537a218865, 'wp-admin/includes/export.php', '/home/www/iamctv.com/wp-admin/includes/export.php', 1, 0x00000000000000000000000000000000, 0x9edee5483fb3bd9569fa8e564aabc5b0, 0x805ed6119a41477898f6fe181d88a7997adc019d0bbf3c9c49b8934b3da5cb48, '', 0, '?'),
(0x5154abf1f22a018f66d75084e5a52ebf, 'wp-admin/includes/file.php', '/home/www/iamctv.com/wp-admin/includes/file.php', 1, 0x00000000000000000000000000000000, 0x902ec7e182db37a8f426c6d1f3f23806, 0xcd76a6938538459975a2d2a95f8dd35c32b00b1f88bf7f935cd4f5616935211d, '', 0, '?'),
(0x93ab14378bd64523be77c5a76aafb2b2, 'wp-admin/includes/image-edit.php', '/home/www/iamctv.com/wp-admin/includes/image-edit.php', 1, 0x00000000000000000000000000000000, 0x84dd296117cbd1b33f140d860a575dbf, 0x995445487d59f929e25a19082eebe91263423a211d0cab09acd0a29f53a349c7, '', 0, '?'),
(0x00c77c39e8d7758565e4f1e1964083b5, 'wp-admin/includes/image.php', '/home/www/iamctv.com/wp-admin/includes/image.php', 1, 0x00000000000000000000000000000000, 0xeeeb14083004b24391204db1abf07393, 0xb149a243888e7e06f9ce81b33e8768a9c784d80a942f27a207c254f4f3fd48d1, '', 0, '?'),
(0xd84105af682949881a5d4772def68345, 'wp-admin/includes/import.php', '/home/www/iamctv.com/wp-admin/includes/import.php', 1, 0x00000000000000000000000000000000, 0xa01673867d1e64180b164cfe523542f7, 0xb7b66173c69276e5e3f0a158cb84afe68b4748d2c542752f4ea595f30269fb3e, '', 0, '?'),
(0xfe63b5d4776b9d2894910ff8348d33c3, 'wp-admin/includes/list-table.php', '/home/www/iamctv.com/wp-admin/includes/list-table.php', 1, 0x00000000000000000000000000000000, 0xb00f0f87fc57d44de628f35295fe2502, 0xf0748992ae654b7a05d020483c93719205c808128fa91dc02dc6914862c3d2e8, '', 0, '?'),
(0xfa01529cde3dfadd2ac964f2d56e0390, 'wp-admin/includes/media.php', '/home/www/iamctv.com/wp-admin/includes/media.php', 1, 0x00000000000000000000000000000000, 0x74cfd869b3c0bffead00d7295ef0960c, 0xe39060fbb8fba9162c14ef0fe4a20435ecfcc5ac5d70d2ee6ff51a0696459f4f, '', 0, '?'),
(0x9001060a99716fe3715a5679589cbf39, 'wp-admin/includes/menu.php', '/home/www/iamctv.com/wp-admin/includes/menu.php', 1, 0x00000000000000000000000000000000, 0x1b7b87cb1a66d5f0d519234f2b925a8a, 0x28c936735c87dfecd0dfe7d391a849da087e544aaf1e768cf94521cf543f2786, '', 0, '?'),
(0x48c3bdcdf16919ed5abe552c4818bb4c, 'wp-admin/includes/meta-boxes.php', '/home/www/iamctv.com/wp-admin/includes/meta-boxes.php', 1, 0x00000000000000000000000000000000, 0x5b7d5ebd3b8b7796844767afce73306d, 0x059c6bdbe3e566aa462982dd3dd65b8212207b121d844824a23a551d4a1e4957, '', 0, '?'),
(0x8631e4886555fc9d4d56fdb85e9a1499, 'wp-admin/includes/misc.php', '/home/www/iamctv.com/wp-admin/includes/misc.php', 1, 0x00000000000000000000000000000000, 0x719a5367737c0cd291905258c8bc2c18, 0x3e05d2dfb94e278b18510427e5b9886b5d558d1ce0b8120ca3f38591144b84c8, '', 0, '?'),
(0xaf6ad03c4dbd4464b197feee08346db3, 'wp-admin/includes/ms-admin-filters.php', '/home/www/iamctv.com/wp-admin/includes/ms-admin-filters.php', 1, 0x00000000000000000000000000000000, 0xb2c3e1813be6c6bc7acd67b64c928eac, 0x8cda74e3174d70b218d8e85104dd383dd5e27e6277eaaf10e1c4c7c12ffaf8a5, '', 0, '?'),
(0x89372afb8ff8227bec0bf3830a8d4b3c, 'wp-admin/includes/ms-deprecated.php', '/home/www/iamctv.com/wp-admin/includes/ms-deprecated.php', 1, 0x00000000000000000000000000000000, 0x959e111c6c8ebf747b306f1be3afde96, 0x373c4e6f51469587c900e68024b06a9b61cfa420156d1280f1c30db569fbc819, '', 0, '?'),
(0x66a0e99cb066d89f7c68fbb955924c03, 'wp-admin/includes/ms.php', '/home/www/iamctv.com/wp-admin/includes/ms.php', 1, 0x00000000000000000000000000000000, 0x6c2fdde2dbfae492fe6dde8bbfc6dba4, 0x4511cfca46b483fad388f5165306ca620f5289d3395b1b165f384c65801be067, '', 0, '?'),
(0x0328bf800497d199978dc9da00483c5f, 'wp-admin/includes/nav-menu.php', '/home/www/iamctv.com/wp-admin/includes/nav-menu.php', 1, 0x00000000000000000000000000000000, 0x32f5ee067d26a636097aa022775daa1d, 0xd2b7a55edde942cdd878ccc0cbd1e4400ab14e5bf7acd1382c389a0febea6ef8, '', 0, '?'),
(0x56d780e3c42768fd97c4882b073a9fc0, 'wp-admin/includes/network.php', '/home/www/iamctv.com/wp-admin/includes/network.php', 1, 0x00000000000000000000000000000000, 0x0cc58b467a2cc0a97c3cb39fb88f4024, 0x37aa5a0790d42deec71fbe53f4f423763eda28bb4d1331a8c38e1d9e9f96c41e, '', 0, '?'),
(0x77ae15f4604d0ccbe13ec77bd40f83b4, 'wp-admin/includes/noop.php', '/home/www/iamctv.com/wp-admin/includes/noop.php', 1, 0x00000000000000000000000000000000, 0x58d3716a0616a4f682d11a21f10d3ab4, 0x641ecb8e4a8da999c1a1e6d41798505b0a3d16be0c8a5163ab82ae991850de0b, '', 0, '?'),
(0x043b0770520339b2b62bf3711070d5ae, 'wp-admin/includes/options.php', '/home/www/iamctv.com/wp-admin/includes/options.php', 1, 0x00000000000000000000000000000000, 0xeb8d0870b48d3b8efd22181088d08bd7, 0x935958b5eaae6910342bd60dbc4108e4a953f086462f5c52fae57ee5c1da5fb8, '', 0, '?'),
(0x5297a77c52782fe3627a6e39002ad14a, 'wp-admin/includes/plugin-install.php', '/home/www/iamctv.com/wp-admin/includes/plugin-install.php', 1, 0x00000000000000000000000000000000, 0x7d34c99ce4a52cdef4e52a7995961793, 0x419b3063b851a36040270bc4cf93a92eebc753789b7ea5278b00f1bd811593a1, '', 0, '?'),
(0x71228d636febde19a33eab325268e95d, 'wp-admin/includes/plugin.php', '/home/www/iamctv.com/wp-admin/includes/plugin.php', 1, 0x00000000000000000000000000000000, 0x0c95e508a500e2be924b7047d2f97bf3, 0x30d9d1a2b08e2a884722f0857e70fdaaf06a7072c11f47d0028a0b31d74f69cb, '', 0, '?'),
(0xc3d5c535db5622f3b0242411ee5f9dfd, 'wp-admin/includes/post.php', '/home/www/iamctv.com/wp-admin/includes/post.php', 1, 0x00000000000000000000000000000000, 0xc0c8900c41d6a82c9069d59c93f121bb, 0x7fea80dc77f150fd387a93d48b190286860a78a85e7085ce8ca9dd3120d077ca, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xea2d2ea706b40578b6c9a4e052bbdb1f, 'wp-admin/includes/privacy-tools.php', '/home/www/iamctv.com/wp-admin/includes/privacy-tools.php', 1, 0x00000000000000000000000000000000, 0x050e438e6b2e1cc5a8aa76d53a5ce7ac, 0x50e9148dbc5a474400e459eacf2d63b19f727f0f55cf4a7b98806537c142d5f5, '', 0, '?'),
(0x78965e6ddd5dccb29a2ff5c54c347655, 'wp-admin/includes/revision.php', '/home/www/iamctv.com/wp-admin/includes/revision.php', 1, 0x00000000000000000000000000000000, 0xb790be0b9a3f9663e443b652ce55c9ce, 0xca76c6d380e7ff88d872ec443a39e11cae33da396d0b5587fcac6d683aac6c56, '', 0, '?'),
(0xc7abc93dc5e86d04912fe01fc19c5e12, 'wp-admin/includes/schema.php', '/home/www/iamctv.com/wp-admin/includes/schema.php', 1, 0x00000000000000000000000000000000, 0x2b0f44d86278203b9dc1219d48c2e8f4, 0x7271dac2e4a225373d7c4c987f952ea068bb7d33a54860bdf8b2096584889382, '', 0, '?'),
(0x2881a0ef08767c548fe2809420c2a5d4, 'wp-admin/includes/screen.php', '/home/www/iamctv.com/wp-admin/includes/screen.php', 1, 0x00000000000000000000000000000000, 0x4e3627383bda87ebaf8da399be5631db, 0xc46f594834096c59a831b0590647dafa48e9746d539e5a2f291bbc22ff8c0c15, '', 0, '?'),
(0x5aac8dcae8c420252fbb5abf7a39fdec, 'wp-admin/includes/taxonomy.php', '/home/www/iamctv.com/wp-admin/includes/taxonomy.php', 1, 0x00000000000000000000000000000000, 0x666ea906d5e0231c456eafc9730be171, 0x4ba67fed061ef1240e370ae720a560d12c972689d3cb6da73e9df20125a0558b, '', 0, '?'),
(0x3240dc6a0be56a00a16bd3b294a1d398, 'wp-admin/includes/template.php', '/home/www/iamctv.com/wp-admin/includes/template.php', 1, 0x00000000000000000000000000000000, 0x080cfaadbb2432f4b9653536d000447e, 0xb4ad34bc4cded22a51acb86810b4fd79e3fb8e467ea9f86fd8991733a7daabd4, '', 0, '?'),
(0x1093167e98e24cc9ce2ac42cc43c3aa5, 'wp-admin/includes/theme-install.php', '/home/www/iamctv.com/wp-admin/includes/theme-install.php', 1, 0x00000000000000000000000000000000, 0x48204e8e4b6358e8754f77e34b6273d9, 0x1c7971f62417800edc191beaf8ed2c4ee77920d1a30ab5897dba240c05d559c1, '', 0, '?'),
(0xe95d1ff7572f3eef7d3c38e8205646e3, 'wp-admin/includes/theme.php', '/home/www/iamctv.com/wp-admin/includes/theme.php', 1, 0x00000000000000000000000000000000, 0x63eec8fd2006424e5090e3cc80889ae6, 0xf3c69121d01c034cacde9f4b45ea5bd4ba127ba2f86370cccae244830ff7153c, '', 0, '?'),
(0x389e5236da4448b08a71a32d7b8e3a60, 'wp-admin/includes/translation-install.php', '/home/www/iamctv.com/wp-admin/includes/translation-install.php', 1, 0x00000000000000000000000000000000, 0xc7ddbccfcb996b30e249ee9b4cc71d95, 0x16347d5a05deec05544b968a8c2cdc6b07094e948043921b12041772520d23e6, '', 0, '?'),
(0xae0bcce45505792fff052a25fee5fd3b, 'wp-admin/includes/update-core.php', '/home/www/iamctv.com/wp-admin/includes/update-core.php', 1, 0x00000000000000000000000000000000, 0xb0386f28a97221b966a052428620a96e, 0x1c78792240185fd4824106fd56815c39ac2d304933a29c3d8c9d8a677f944c87, '', 0, '?'),
(0xaa5d16da2ec71904310b0d5018584ca9, 'wp-admin/includes/update.php', '/home/www/iamctv.com/wp-admin/includes/update.php', 1, 0x00000000000000000000000000000000, 0x84b066def3cab7ae60bc8c64d3a65e5e, 0x7b7d101a65da3b161d2ee7961449f53db082ce5bd0db12d101c4c5d670863320, '', 0, '?'),
(0xedf10fb2833dc3fa63e4d9879ce60bfd, 'wp-admin/includes/upgrade.php', '/home/www/iamctv.com/wp-admin/includes/upgrade.php', 1, 0x00000000000000000000000000000000, 0x7ec57cd4fb6b23ffff16a2a849798e94, 0x89783d1fc8e385bd32db8fb26b0e4d7aa2cb38d4028e1ca723fa25815373a131, '', 0, '?'),
(0x0651a120b7d4283bd8a07c7e5238bf62, 'wp-admin/includes/user.php', '/home/www/iamctv.com/wp-admin/includes/user.php', 1, 0x00000000000000000000000000000000, 0x013e2f3339d418e382e116c695516641, 0x789258b10d1b56a29c72069f69780995ae452a70cc2fd40169c08ff671cb59be, '', 0, '?'),
(0xb4f049c7e5d8fb2e2455305d2788535f, 'wp-admin/includes/widgets.php', '/home/www/iamctv.com/wp-admin/includes/widgets.php', 1, 0x00000000000000000000000000000000, 0x18bbefdf952dd349e5165f9927799357, 0xcead1b642293c2db5e62009767f0cc54a8443715d742e66b34cb69fcf53aa25c, '', 0, '?'),
(0x9d92d1ba9f22cc5035ecd35e55811a69, 'wp-admin/index.php', '/home/www/iamctv.com/wp-admin/index.php', 1, 0x00000000000000000000000000000000, 0x7c46d98bafe993104dcd15592375cdb3, 0x5b879ab1e53b323bce32e2bb96fa64ad717ef47a0c1ae7e637d68748dc5710fd, '', 0, '?'),
(0x42861217a16a088429dfd071bc448a53, 'wp-admin/install-helper.php', '/home/www/iamctv.com/wp-admin/install-helper.php', 1, 0x00000000000000000000000000000000, 0x4e75e3259620333527c0b37d41be9fa7, 0x6bc6c21aefb20c831c63245874080a981a75d8e80bdcaa433f68e922a9156085, '', 0, '?'),
(0x9636b67c3bbe3b38c551b934996b85f6, 'wp-admin/install.php', '/home/www/iamctv.com/wp-admin/install.php', 1, 0x00000000000000000000000000000000, 0x199d1352ecc690512996e28c323c2a7c, 0xd2e00e25c4b82c4491549e9b8efd1c27b0b39fbbd09893935164328c1d393807, '', 0, '?'),
(0x7a3b6a325744ba36b28c115ba1170856, 'wp-admin/js/accordion.js', '/home/www/iamctv.com/wp-admin/js/accordion.js', 1, 0x00000000000000000000000000000000, 0x202d11299d89c6404f28aee9a6f26298, 0xfd8431e5694c4f55996d0d015b0258c5f0f0301730daff5c8845b2428ab5de2d, '', 0, '?'),
(0xe95e2e976a547df93cde04048c49be99, 'wp-admin/js/accordion.min.js', '/home/www/iamctv.com/wp-admin/js/accordion.min.js', 1, 0x00000000000000000000000000000000, 0x9d47e5a993950468642eb8b6a87554e6, 0xa0b1b96856d335de3fdb803a2f8d7aeef7d4a7bf9c988ccc4b67481d1299a16c, '', 0, '?'),
(0x529362903a5a05b34b06b5e793fb4cf8, 'wp-admin/js/application-passwords.js', '/home/www/iamctv.com/wp-admin/js/application-passwords.js', 1, 0x00000000000000000000000000000000, 0x416ecad066b02e74a2371c48817486ba, 0xf245a51c880083ce44ad032ec23cae842783ddedac695a410ec6ac346ee2f7be, '', 0, '?'),
(0x0d55c06ac27a066897322ff0399c664d, 'wp-admin/js/application-passwords.min.js', '/home/www/iamctv.com/wp-admin/js/application-passwords.min.js', 1, 0x00000000000000000000000000000000, 0x34d2b935825e3d74ee180f434be655fa, 0x7c9b1c9924d2440c601ed277a53234dca5c68ea449d1e2297409df165c1d361d, '', 0, '?'),
(0xaabfce98c410957228848dc581e3c420, 'wp-admin/js/auth-app.js', '/home/www/iamctv.com/wp-admin/js/auth-app.js', 1, 0x00000000000000000000000000000000, 0x23fdd0d94c50d0ca02e2535b8f9d66f4, 0x4640488512fc8f1938e5dd87fde737616ea2ff83237be2a112d3db0b8aa76afc, '', 0, '?'),
(0x7f745306fe22d9e16c5aed8b63caea51, 'wp-admin/js/auth-app.min.js', '/home/www/iamctv.com/wp-admin/js/auth-app.min.js', 1, 0x00000000000000000000000000000000, 0x30341e90f07a1efaa33e981073fa2c0d, 0x5313cc5c03bcb07c33016d7ff334db3a98c7cfad71eb129942afc40dd00237e2, '', 0, '?'),
(0xc81de2fc6670b002f10021b974444b12, 'wp-admin/js/code-editor.js', '/home/www/iamctv.com/wp-admin/js/code-editor.js', 1, 0x00000000000000000000000000000000, 0xa4f21e1c4ea627dfbd09891525f9eef1, 0xb7e62d874264062fc860f20fb25c56f4783615592addee2d24dffeb3ae1dc457, '', 0, '?'),
(0x7cabf720b834e378e55cd0cf014df76e, 'wp-admin/js/code-editor.min.js', '/home/www/iamctv.com/wp-admin/js/code-editor.min.js', 1, 0x00000000000000000000000000000000, 0x7abf5f7998a75bcf3f406773b8f2d537, 0xbd34952a7113137c1de632c72abc5c85ee8e30e874266f0f4aa091cf518c2acf, '', 0, '?'),
(0x9c3519f4870fac83dc0dbf18cb6bd4c4, 'wp-admin/js/color-picker.js', '/home/www/iamctv.com/wp-admin/js/color-picker.js', 1, 0x00000000000000000000000000000000, 0x5fb099109f9f3b1af1a9a3c305bd35d1, 0x0a979c6df6dc6d5eb8472625c11f00c61c534b6d8cff59327084dae5ffb9f323, '', 0, '?'),
(0xe7cf48e2b6c7cd6cf6b17b214423af21, 'wp-admin/js/color-picker.min.js', '/home/www/iamctv.com/wp-admin/js/color-picker.min.js', 1, 0x00000000000000000000000000000000, 0x9496606c15a420572b251de4868a6b63, 0x7ddfccb6a867a4c075770c601768b666dfde466f7a8c2c6472722c7f2c13751d, '', 0, '?'),
(0x1c4303f02ff93b290e9faad991eeb06f, 'wp-admin/js/comment.js', '/home/www/iamctv.com/wp-admin/js/comment.js', 1, 0x00000000000000000000000000000000, 0xadb209ce277611dd5c8a7427c7d3b58a, 0x6b753087885ce156e9fe917b1330b6775a4e25592dbb29b508adcdf2cec95e60, '', 0, '?'),
(0x51fda983cfdbc16cea149d67b42dc4f3, 'wp-admin/js/comment.min.js', '/home/www/iamctv.com/wp-admin/js/comment.min.js', 1, 0x00000000000000000000000000000000, 0xa325e25876349dd90af69006819b6cd4, 0x9247f5c47d50f8a238a48296a50516777f43dd6a49c8804f4bc3ae587e9aa433, '', 0, '?'),
(0x77fdfadaf2e1ca3a027d1956b910bc50, 'wp-admin/js/common.js', '/home/www/iamctv.com/wp-admin/js/common.js', 1, 0x00000000000000000000000000000000, 0xc0ef431e2a1fbede06d1218e6ed614a9, 0x5ea03b123addddb84cc04b7693137b4568b5fadbd1465f8bdb53bce935b23c7a, '', 0, '?'),
(0xf2c2cc5f667f04c2a0181024c14f3c6f, 'wp-admin/js/common.min.js', '/home/www/iamctv.com/wp-admin/js/common.min.js', 1, 0x00000000000000000000000000000000, 0xe63d7b69257360fcdd8d588fac88cf92, 0x3bb07a5e4f5ff4d251f87f69a88f667219ec5c1a7de2f406e0530c10c5ec623e, '', 0, '?'),
(0x640be3ecad31edecb5932d853b4f98f6, 'wp-admin/js/custom-background.js', '/home/www/iamctv.com/wp-admin/js/custom-background.js', 1, 0x00000000000000000000000000000000, 0x94f350cd413386c3204bdd7dc39b9e24, 0x17341e684e0ad7d33a51db711358e47a21a0dec56971b05e7359c484e42c6980, '', 0, '?'),
(0x8d7d208d79541e8eec5add488463444a, 'wp-admin/js/custom-background.min.js', '/home/www/iamctv.com/wp-admin/js/custom-background.min.js', 1, 0x00000000000000000000000000000000, 0xd9fb7c2b54f8e7475474fae585131200, 0xcb72b6427e8b3c5735be398bffa95b3b115dc506de933553f5e0b944bcefe0ad, '', 0, '?'),
(0x158f16dbde430a8e0c97e455be8416fc, 'wp-admin/js/custom-header.js', '/home/www/iamctv.com/wp-admin/js/custom-header.js', 1, 0x00000000000000000000000000000000, 0x16dd8ec81a8ba0d0191b1adab8d6f4c2, 0xa106f276954e948f1cb006be3b64f5560b7fc208e2143564fba58e1274a12cee, '', 0, '?'),
(0xa58ffc6e7670ac6584edc6d0eeca7de8, 'wp-admin/js/customize-controls.js', '/home/www/iamctv.com/wp-admin/js/customize-controls.js', 1, 0x00000000000000000000000000000000, 0x102db8622a41a0c740902d43e1ed017d, 0x319b5a3a679080bf5d6f4c4b32b0562ec95546bdb7973baa902ae8986ba61275, '', 0, '?'),
(0xbfff64411f2385f6cd2ae782c5b96f37, 'wp-admin/js/customize-controls.min.js', '/home/www/iamctv.com/wp-admin/js/customize-controls.min.js', 1, 0x00000000000000000000000000000000, 0x1191671864713785c8cdc3fcc4d16aad, 0xcb86c9e28fda3a0570422832c48bfe6081dbba85d9bcf16df8272fa08b05bb83, '', 0, '?'),
(0x3a44e94a9d24eda56813bb86c7850dd9, 'wp-admin/js/customize-nav-menus.js', '/home/www/iamctv.com/wp-admin/js/customize-nav-menus.js', 1, 0x00000000000000000000000000000000, 0x17eea06fdd45dfad57756149fa6f7c6b, 0x07a952ef2f674f3ce5f2b524b08fde079c91ef1ff2a05d2410f52ec45b1b69e3, '', 0, '?'),
(0x484768270fdfc178fa5287bc8e7e170a, 'wp-admin/js/customize-nav-menus.min.js', '/home/www/iamctv.com/wp-admin/js/customize-nav-menus.min.js', 1, 0x00000000000000000000000000000000, 0x78092847e49a717c19043376328fa438, 0xefbad8be55cf386593ac8ff8829846948960a76af4f2c71d03f50015828e4e5c, '', 0, '?'),
(0xad295b224ab94894ee7ce76a6b8afb24, 'wp-admin/js/customize-widgets.js', '/home/www/iamctv.com/wp-admin/js/customize-widgets.js', 1, 0x00000000000000000000000000000000, 0xd11733993867251dcdebda81d4a720fc, 0x0755e2a881a91fd4083ef52f6ff98ed2984d22db120e54eb8edef30460a7ba32, '', 0, '?'),
(0x1d664d7892edaab9ae09e92b399555a7, 'wp-admin/js/customize-widgets.min.js', '/home/www/iamctv.com/wp-admin/js/customize-widgets.min.js', 1, 0x00000000000000000000000000000000, 0x14191c83dd5e2b26cdc7155950f4e9a4, 0x06632afb3cc35dea2e3364a6c3605977ce41d4783ccb67f90aca56b65a39ef53, '', 0, '?'),
(0xe2e4c4b80f3adf2c70b431bfdb1b4872, 'wp-admin/js/dashboard.js', '/home/www/iamctv.com/wp-admin/js/dashboard.js', 1, 0x00000000000000000000000000000000, 0x9316347606f9f05b9eaf0f72e52807d7, 0x32cc871e8f21554a13ef3bde443c7398cb9547965617bcf0082dc37886fb298a, '', 0, '?'),
(0xe4dfe6a8de7a704b43b27b5c3e82f390, 'wp-admin/js/dashboard.min.js', '/home/www/iamctv.com/wp-admin/js/dashboard.min.js', 1, 0x00000000000000000000000000000000, 0xfaf78de88df0d30cb009e93199d7537c, 0x1a82b53e5c3271a8aa04a30cd8baf348d316ed7428629557fa5d724442a9f735, '', 0, '?'),
(0x6025add6bde16aaeb12787d250f9b414, 'wp-admin/js/edit-comments.js', '/home/www/iamctv.com/wp-admin/js/edit-comments.js', 1, 0x00000000000000000000000000000000, 0x83589b5538961682f6e0a054d379c46a, 0xf7a738317895392111e7b8fcb341457e871e736115ab181d694e2e17c85948c9, '', 0, '?'),
(0x46d027a342a42fed34087b4acd7b1777, 'wp-admin/js/edit-comments.min.js', '/home/www/iamctv.com/wp-admin/js/edit-comments.min.js', 1, 0x00000000000000000000000000000000, 0xde4d3928163b8c5dd44fc626b664bcd8, 0xa5f85bcd35e056e94f871b39ce98a39691fde6a1aecc5f22376ec78a4100a012, '', 0, '?'),
(0xe552cbe4353f922d2053a3065e4897fd, 'wp-admin/js/editor-expand.js', '/home/www/iamctv.com/wp-admin/js/editor-expand.js', 1, 0x00000000000000000000000000000000, 0x91a417834bc4155c28b08270bda9b25b, 0xe011c5e93b5723e07d476ad95b97bc4b8853414b5adc697fcba45b510234630a, '', 0, '?'),
(0x49f1562f92f0b536a4137311e3c3f80b, 'wp-admin/js/editor-expand.min.js', '/home/www/iamctv.com/wp-admin/js/editor-expand.min.js', 1, 0x00000000000000000000000000000000, 0xd3c24f26f00db656bff2c88237755722, 0xa7e43077a0b8f17fa85ef4f5e2b76de0e6f0c29f674303a4427c47e8392ed0c4, '', 0, '?'),
(0x383dc049e5aff461f7259c836bd27eaf, 'wp-admin/js/editor.js', '/home/www/iamctv.com/wp-admin/js/editor.js', 1, 0x00000000000000000000000000000000, 0x198f1bb99beb798194c1a3d10c65e8dd, 0xe9f73aa1209ed87aeea93d3a268882ec254081cfef08d078d53f0953631653cf, '', 0, '?'),
(0xe6e2a3a3f44de54fd716baeeef8355ae, 'wp-admin/js/editor.min.js', '/home/www/iamctv.com/wp-admin/js/editor.min.js', 1, 0x00000000000000000000000000000000, 0x65d5704b3908c2eae2986a132be9cf99, 0x1a38e9f2f7b4a53cdf975760cadbda1b34727346873d59c26294c4ad564a53a5, '', 0, '?'),
(0x3b52de79689beb9fd052784b8d111c0d, 'wp-admin/js/farbtastic.js', '/home/www/iamctv.com/wp-admin/js/farbtastic.js', 1, 0x00000000000000000000000000000000, 0xa73af354a03241715d8698feea340b92, 0xc96274e9478170ae0042074d16307ac2584a769c5a9d481b0b4174e24d05b825, '', 0, '?'),
(0x98c42f47ce9ed3b65bad13c79ceed943, 'wp-admin/js/gallery.js', '/home/www/iamctv.com/wp-admin/js/gallery.js', 1, 0x00000000000000000000000000000000, 0x432abdb3f43f8d34966bb3c91f262d73, 0x1ef4761732f95557e8106ef63456925b616e952a9a3f03bef28213adff58bbc0, '', 0, '?'),
(0xdb20e649d95f58b2d3039abc101ba83f, 'wp-admin/js/gallery.min.js', '/home/www/iamctv.com/wp-admin/js/gallery.min.js', 1, 0x00000000000000000000000000000000, 0x0b0474a8aab40cbf29aac05823f7e88a, 0x4642a7eb6472db234297a9e2070b2b2365a78460ece0d7e201eaa42f6283550c, '', 0, '?'),
(0x1d17475f620f63a92e2c5d2681c51ee8, 'wp-admin/js/image-edit.js', '/home/www/iamctv.com/wp-admin/js/image-edit.js', 1, 0x00000000000000000000000000000000, 0xf423db30d69f5dafd1a10d870801337f, 0x5b736993aab324dcc01621dfbcd9c68d3a6f8eb80a3aa4fa47d9120bfd453df8, '', 0, '?'),
(0xb5e31b2d5a08bcb38011023a45be3a1d, 'wp-admin/js/image-edit.min.js', '/home/www/iamctv.com/wp-admin/js/image-edit.min.js', 1, 0x00000000000000000000000000000000, 0x1213e8b2bc97363f102950daf0e3ff14, 0x99e88c3b8b40fecd22a2d6b315257896b549c12ed4b3f6bdbd7549b0f57cfd68, '', 0, '?'),
(0x9b256ea9cd54df92095e04c76758ceb0, 'wp-admin/js/inline-edit-post.js', '/home/www/iamctv.com/wp-admin/js/inline-edit-post.js', 1, 0x00000000000000000000000000000000, 0xe59b96dec2abfc976d83cdd7a5be45cc, 0x2665a74b0c288d9617c1b2ce1557ce91e4305229c361c8d8a4b22c724fd03436, '', 0, '?'),
(0xa331e06f1425a8c00471c5031541b580, 'wp-admin/js/inline-edit-post.min.js', '/home/www/iamctv.com/wp-admin/js/inline-edit-post.min.js', 1, 0x00000000000000000000000000000000, 0xc9adc7374ba7576a6876bf21b46bfe57, 0x215976e9ef6566b5336a0d1e171fbfe1bd36cca5f09eb79d5477204d923d30a3, '', 0, '?'),
(0xca28138671823450e87dfd354f7afc6b, 'wp-admin/js/inline-edit-tax.js', '/home/www/iamctv.com/wp-admin/js/inline-edit-tax.js', 1, 0x00000000000000000000000000000000, 0x9e9b5fa115a292680e8c413fb9f8bb44, 0xb19b4c5a8d56286afbe430ef7ede1a33751fbf0e299bd47a7465660acbdec74f, '', 0, '?'),
(0xf9a28db870f66c345bb2feb0659bdbfb, 'wp-admin/js/inline-edit-tax.min.js', '/home/www/iamctv.com/wp-admin/js/inline-edit-tax.min.js', 1, 0x00000000000000000000000000000000, 0x75b8f42c32a02f623317538beebaa1f9, 0x07b946c4630c7bc32bd56fca3e0ac9d03485b8fe50d3c0bcf7542c8a9ac853e8, '', 0, '?'),
(0xf36c4691aebedc63eb9295d24cc180f8, 'wp-admin/js/iris.min.js', '/home/www/iamctv.com/wp-admin/js/iris.min.js', 1, 0x00000000000000000000000000000000, 0x8932e03208a83f1cdea19a1c197bc4c3, 0x8364551ec244a3901932f2f01fccced347d3cafdc8fe23b999eb6c6b5e5b1ab0, '', 0, '?'),
(0x69c05cb4af817f9b123d58ef05681424, 'wp-admin/js/language-chooser.js', '/home/www/iamctv.com/wp-admin/js/language-chooser.js', 1, 0x00000000000000000000000000000000, 0x9fd3a40b17ca6b758d916c4c5316a904, 0x0ca0e3f50c7234d8e9b9f969c00b8d8b6abf22dc88899005cbe2cb36b9cccf26, '', 0, '?'),
(0xa18dbbab5a801a780f6379956490f327, 'wp-admin/js/language-chooser.min.js', '/home/www/iamctv.com/wp-admin/js/language-chooser.min.js', 1, 0x00000000000000000000000000000000, 0xdbc5553ebd70344ae66cae9335c01f3d, 0x0e39f4c2c90d5802a44cd96443354055decc0eaf4b263ecd836cc008139423cb, '', 0, '?'),
(0xedb0515222e6c3400b331daaf676e053, 'wp-admin/js/link.js', '/home/www/iamctv.com/wp-admin/js/link.js', 1, 0x00000000000000000000000000000000, 0xcfb69035a7edfba4abd69ef9b450f4a7, 0x4fcd6ecac46efff4f2cb95cc7b3f9fe0c85121ef3df888d117a256a56f69d3da, '', 0, '?'),
(0xda7cc023e91cd4b0239d7b95c4fe9fe1, 'wp-admin/js/link.min.js', '/home/www/iamctv.com/wp-admin/js/link.min.js', 1, 0x00000000000000000000000000000000, 0x0a85937781be68b5ae08a3f592738f5b, 0x9779d78804cd6838db48692a0b1d0d218d8bd9342a943c3967b75622b6559af8, '', 0, '?'),
(0x6e5a2f31543a7b265e842f086ebffd86, 'wp-admin/js/media-gallery.js', '/home/www/iamctv.com/wp-admin/js/media-gallery.js', 1, 0x00000000000000000000000000000000, 0xf6945f1d7f38d9df356fd8f73fe9fe96, 0xc6a48f24d9333099b74994f858dfc7432c62bc918e0322306cbb4ee69e05461e, '', 0, '?'),
(0x3a8c8ae525486021acfbe10d06e8805a, 'wp-admin/js/media-gallery.min.js', '/home/www/iamctv.com/wp-admin/js/media-gallery.min.js', 1, 0x00000000000000000000000000000000, 0x2592941b1667d6557362fafcab844bee, 0x08fd4f482bdcbd8cf81b672298e2d87b43764611dc429189ac17df74319bae10, '', 0, '?'),
(0xd0d85eba5cb6580ce8507653ac5cf77b, 'wp-admin/js/media-upload.js', '/home/www/iamctv.com/wp-admin/js/media-upload.js', 1, 0x00000000000000000000000000000000, 0x468bdfbb563fc2df1961cf6e0dc808ba, 0x9945a59fc0ffe491f2612c9f1a82e12c794da02f5c6951d9d3a01622d23f3238, '', 0, '?'),
(0x81656cf704358f73989845efc3ba51e2, 'wp-admin/js/media-upload.min.js', '/home/www/iamctv.com/wp-admin/js/media-upload.min.js', 1, 0x00000000000000000000000000000000, 0x3980359f2ec1a134f3d49dc1101ece9e, 0x859d89f9e8daa62712bf44981abac80720761da108ac30a1fb457f7ef9c762e2, '', 0, '?'),
(0x7289286ed59e90a8f36ae797df62220b, 'wp-admin/js/media.js', '/home/www/iamctv.com/wp-admin/js/media.js', 1, 0x00000000000000000000000000000000, 0xe29b5e12da71f4699587b7b5cfc1e3d0, 0xcf919407ed86b3644a36d2196b19a5453fba1124ea090cc0f848d86b649bc3b4, '', 0, '?'),
(0xd79e947984376d4504359d83854f5fc1, 'wp-admin/js/media.min.js', '/home/www/iamctv.com/wp-admin/js/media.min.js', 1, 0x00000000000000000000000000000000, 0x8b6e97e5c54c1b22ef6a20dc75c1d541, 0xfc586dbb439fff52ad1a5f725a566d33abc41f7379051f40cf22fa1f0e063123, '', 0, '?'),
(0xa9dc201dcd011fe71849743133052619, 'wp-admin/js/nav-menu.js', '/home/www/iamctv.com/wp-admin/js/nav-menu.js', 1, 0x00000000000000000000000000000000, 0xd1aa5bb41d9f141713e12d09554e54f0, 0x63b78d10f071f6a8fff1152424a285cf9e5b7d2b0e86a8f57163cf5b40108506, '', 0, '?'),
(0xdd6685e39d18798efcac1bc4a7972a21, 'wp-admin/js/nav-menu.min.js', '/home/www/iamctv.com/wp-admin/js/nav-menu.min.js', 1, 0x00000000000000000000000000000000, 0xe639feb690ea69c55cd4fd79c367d081, 0x6072711b5f040166d99398046ccba2a4a333224847fc51b352156990d966ae60, '', 0, '?'),
(0x0eebe503220d4a00341eb011b92769b4, 'wp-admin/js/password-strength-meter.js', '/home/www/iamctv.com/wp-admin/js/password-strength-meter.js', 1, 0x00000000000000000000000000000000, 0xca83a41c44fa878db829916115ae106e, 0x60aed3c129438a0145814cfa64a558015ca27f2646102dbf56379a2b31c05341, '', 0, '?'),
(0xa8acccc880e77e5f71da49b6c45310a1, 'wp-admin/js/password-strength-meter.min.js', '/home/www/iamctv.com/wp-admin/js/password-strength-meter.min.js', 1, 0x00000000000000000000000000000000, 0xb2e45ac2d733c572ee0b3b5dd53c7cc0, 0xaea1dac93111f408e479e590a521897d7dc7153305c9bb7d7dd174650f0a7482, '', 0, '?'),
(0x7436b7ee9e4f11ac0d618d8cc886eb66, 'wp-admin/js/plugin-install.js', '/home/www/iamctv.com/wp-admin/js/plugin-install.js', 1, 0x00000000000000000000000000000000, 0xe4ce6368e41950daccc6e950080d4457, 0x9405f0b029ee200e8801a0244bf638817633c9f158151426e6a26f6b76bcefce, '', 0, '?'),
(0x21f4ffb7ed59302d057a31e0646d3e87, 'wp-admin/js/plugin-install.min.js', '/home/www/iamctv.com/wp-admin/js/plugin-install.min.js', 1, 0x00000000000000000000000000000000, 0x34ff446ffee89412199d19a3466c7af9, 0x5e88ef94054599e9d6e75844d96fcad9cb76aa6f725796c478e1c159f59c181a, '', 0, '?'),
(0x569e85ef168299eb8c8f24d8ef8c8a78, 'wp-admin/js/post.js', '/home/www/iamctv.com/wp-admin/js/post.js', 1, 0x00000000000000000000000000000000, 0xa8c2db70fe447cd8a46d94c902caa7dc, 0xe57a7495b8472da628803131ee2632f71d433519bf55f6ed6b992fc01662478b, '', 0, '?'),
(0x4d3f2c35d82aeef3c904fadc4b2ac566, 'wp-admin/js/post.min.js', '/home/www/iamctv.com/wp-admin/js/post.min.js', 1, 0x00000000000000000000000000000000, 0x688aabfc0de18a679a2161d501f6e4b0, 0x7803c412387cbd239e41b1f425a9d6aef4c927fb0484f734e69f2b3bf053ef39, '', 0, '?'),
(0x50278328b502f4eb3f2b8b7ab49324a1, 'wp-admin/js/postbox.js', '/home/www/iamctv.com/wp-admin/js/postbox.js', 1, 0x00000000000000000000000000000000, 0x22243bf30c3948f4535ff7b7379cf2c7, 0xe9e560acd8e5529ffae60666215264de3ca2c1ffc2fe5188b820a6058647494a, '', 0, '?'),
(0x4facacfab352af72bea9a3e844953f97, 'wp-admin/js/postbox.min.js', '/home/www/iamctv.com/wp-admin/js/postbox.min.js', 1, 0x00000000000000000000000000000000, 0x5aad6e3fabe6c28a114da010bb88397c, 0x96ffdc14a332280e0ba9ba770c5c9be58db2e4cee416ff5a5e5cdcd28259c0b6, '', 0, '?'),
(0x0cc31205f20441b3df1d1b46100f6b8d, 'wp-admin/js/privacy-tools.js', '/home/www/iamctv.com/wp-admin/js/privacy-tools.js', 1, 0x00000000000000000000000000000000, 0xa22e58c963e41b03fb860db51905996e, 0x393d062b2a7dfcb334172d10d76f35eff708960c4884dfc95b0f147f4ce6aab0, '', 0, '?'),
(0x66a89dc5addd38aeff3bd173146c5603, 'wp-admin/js/privacy-tools.min.js', '/home/www/iamctv.com/wp-admin/js/privacy-tools.min.js', 1, 0x00000000000000000000000000000000, 0xbbb3f4c4659a9bf66f6017515bf22ee9, 0x8ceb5f413614bb8fd87d95e2164b960d0539d1400d726fffa8df4eb31a10eaff, '', 0, '?'),
(0xbdb2bc5c869339bad195810146a077ed, 'wp-admin/js/revisions.js', '/home/www/iamctv.com/wp-admin/js/revisions.js', 1, 0x00000000000000000000000000000000, 0x06814cc3d64f65157ab2bfb16e555219, 0xc87105e60bd33a5cc9cf7f48e52d8894c692925682de691cb29d1cefd48d8e24, '', 0, '?'),
(0xf86be67f1401de12ba94653c46eada34, 'wp-admin/js/revisions.min.js', '/home/www/iamctv.com/wp-admin/js/revisions.min.js', 1, 0x00000000000000000000000000000000, 0x42632216fc1b0cac5f88bc6ff7999d0c, 0x2b857d3bf0ae6a9a230f5b9738c2dd39009469a419581ddd3846cce7504a6d19, '', 0, '?'),
(0x4bfa11da57ff2600004bb500368247f4, 'wp-admin/js/set-post-thumbnail.js', '/home/www/iamctv.com/wp-admin/js/set-post-thumbnail.js', 1, 0x00000000000000000000000000000000, 0x3a314eb02806e8786c018f58ddfcbf27, 0x7639ed870a7b6c174b8a0b867e71e2b023923e89e9dfa6b7bda1204a8501607e, '', 0, '?'),
(0x1c54cb67736c46eda2e6ca9ee0f54c79, 'wp-admin/js/set-post-thumbnail.min.js', '/home/www/iamctv.com/wp-admin/js/set-post-thumbnail.min.js', 1, 0x00000000000000000000000000000000, 0x31c250b54ebc48820839657f0bf24049, 0x657d2392eae4d06e9971c54aaf0c16724ad8e6513c64859d5acc150c7f4b9e34, '', 0, '?'),
(0x4a38fe1c0c45989e44682ba6109d9f46, 'wp-admin/js/site-health.js', '/home/www/iamctv.com/wp-admin/js/site-health.js', 1, 0x00000000000000000000000000000000, 0x46d4496443a40e9398eb565008de515f, 0x667a2c2c0b789197775a0a080022e8b87cb422a55a4907b4e8d660bfec7847a9, '', 0, '?'),
(0xb88c789660fe662c3565661932fd1293, 'wp-admin/js/site-health.min.js', '/home/www/iamctv.com/wp-admin/js/site-health.min.js', 1, 0x00000000000000000000000000000000, 0x4c55e7320309966c27f099d2ab9bb75f, 0x6af623088895c415a752f9ad3dbf4c2bb46dedc0c3f1c44ca75b70c47b49b647, '', 0, '?'),
(0xf15a2fa5bcfb7b4c74e5d5ae4624801c, 'wp-admin/js/svg-painter.js', '/home/www/iamctv.com/wp-admin/js/svg-painter.js', 1, 0x00000000000000000000000000000000, 0xfacc20e0562cc8127ecdcb48ef5d9164, 0xe222730caf8057cbe1e5607161dd38c93415d950d9a256f975ed98a7c04d3aba, '', 0, '?'),
(0xcb553cdd3f592cf5cf1381a7d8bb2810, 'wp-admin/js/svg-painter.min.js', '/home/www/iamctv.com/wp-admin/js/svg-painter.min.js', 1, 0x00000000000000000000000000000000, 0x5cef68433c00f7ec0e204397e6078154, 0xad71a47deaf22c502f4ce612616ebc08faba709dbf12c71a14722b230edf1882, '', 0, '?'),
(0x9d47a87c240c1d10701cd6a02b28aa1b, 'wp-admin/js/tags-box.js', '/home/www/iamctv.com/wp-admin/js/tags-box.js', 1, 0x00000000000000000000000000000000, 0x9a673469926596d2daa08b592c1dd783, 0x752c0fb074736eac8b609e62de240ce244c972f5465253a9ef72d5d291ac5e22, '', 0, '?'),
(0xa79c9f4a3180ab4d10df46b0863c0bfe, 'wp-admin/js/tags-box.min.js', '/home/www/iamctv.com/wp-admin/js/tags-box.min.js', 1, 0x00000000000000000000000000000000, 0x45b330393bb67547ab92726b22bab55b, 0x90cfc66a5a1e4d06640eec7d12b811f5112dba5afb12a7a823229a9b85bad27c, '', 0, '?'),
(0x7d5ca435e60d92f024d46c9257aaa0f7, 'wp-admin/js/tags-suggest.js', '/home/www/iamctv.com/wp-admin/js/tags-suggest.js', 1, 0x00000000000000000000000000000000, 0xf10edf73e9c4fd0d412f765802e34182, 0x82ebbb03e9d31d3356f4c50f4d76161a8572b2e4c6731a3e29bc286e75ab53ab, '', 0, '?'),
(0x6b6da77cf7874b0f6d6130ed222a886b, 'wp-admin/js/tags-suggest.min.js', '/home/www/iamctv.com/wp-admin/js/tags-suggest.min.js', 1, 0x00000000000000000000000000000000, 0xbd6025b2cd44c59f697292f487c82710, 0x225fb7c9829f2126da70a074a00564bf98f1646452989569636ef2cb5d83a202, '', 0, '?'),
(0x7b74c8457eaa7fcc50db41b431f8a003, 'wp-admin/js/tags.js', '/home/www/iamctv.com/wp-admin/js/tags.js', 1, 0x00000000000000000000000000000000, 0x3d863c40f4e5374b3ecab93385c9689d, 0xd1b7aceb66521dbdec2a8af37a3bdc93fd0760c8fdd9c3631236a2a77c46f633, '', 0, '?'),
(0xa2666b6a9212c24e89556569343d25c3, 'wp-admin/js/tags.min.js', '/home/www/iamctv.com/wp-admin/js/tags.min.js', 1, 0x00000000000000000000000000000000, 0xa330997da686e6c03052de4dfe548220, 0xba0ba49b566b4be7b4f8a2a743b16f97f3cf8c3802c054b741796e40b5c25a00, '', 0, '?'),
(0x8240df461220d1d3a028a9a4c5652a5b, 'wp-admin/js/theme-plugin-editor.js', '/home/www/iamctv.com/wp-admin/js/theme-plugin-editor.js', 1, 0x00000000000000000000000000000000, 0x95012d4ad67ea8f08dd1d27f02f6e4e4, 0x95207c11c00e44d54fc63f7ba7ccfa1cd9bfa09525bf8ad796b2597dfbd7d09e, '', 0, '?'),
(0x80d64e78ef1cf5da891ae33879485c8d, 'wp-admin/js/theme-plugin-editor.min.js', '/home/www/iamctv.com/wp-admin/js/theme-plugin-editor.min.js', 1, 0x00000000000000000000000000000000, 0xd99dc5d2406dd3f60591ef2f287976ce, 0x05f6917761051f512e43c027a559f209d0f6ec937b58290c307680be55b9de10, '', 0, '?'),
(0xf3235cfab7e2a82f87760e0516581e52, 'wp-admin/js/theme.js', '/home/www/iamctv.com/wp-admin/js/theme.js', 1, 0x00000000000000000000000000000000, 0x28e6fa9533d6a5d3193481c0a9d45728, 0x9bc48430d5a84da1d4f84bc312558b87a2d4cafaa8ffdf1e577da3f215658212, '', 0, '?'),
(0x473655e632001e3152fcb8938da2cf4a, 'wp-admin/js/theme.min.js', '/home/www/iamctv.com/wp-admin/js/theme.min.js', 1, 0x00000000000000000000000000000000, 0x50845a776bb78facc879f60220f78a40, 0x915f17157db0b66997b733d66999c518c2abe25c37262bdfabbf66e29f7a1930, '', 0, '?'),
(0x2b390f85a3048c5b4255fb45960b6514, 'wp-admin/js/updates.js', '/home/www/iamctv.com/wp-admin/js/updates.js', 1, 0x00000000000000000000000000000000, 0xa25d901b8ac6685fca99fcadec71711d, 0x74d437bdc7400976c2859e3034a56e04b3d48542431b640044e20f211ac96446, '', 0, '?'),
(0x285b648998f9bab1a11dd7ef4251b58b, 'wp-admin/js/updates.min.js', '/home/www/iamctv.com/wp-admin/js/updates.min.js', 1, 0x00000000000000000000000000000000, 0x60ec06f71b6332ea441c147a162c19de, 0x11b931638b703381fca4257d7ba6c95344a891529768c581900f6b72a8b73fc3, '', 0, '?'),
(0x81d6f084cb273e02e15b01bd9ece87f7, 'wp-admin/js/user-profile.js', '/home/www/iamctv.com/wp-admin/js/user-profile.js', 1, 0x00000000000000000000000000000000, 0x68f91efd25ec8daceac2158f9a5c42c9, 0x9a3ab6e67f0ddb98fe59a0cd00461f87472ffbd182acbc0853449cde2b247a2e, '', 0, '?'),
(0xf6a8a392c2fe4814a953213bf820f396, 'wp-admin/js/user-profile.min.js', '/home/www/iamctv.com/wp-admin/js/user-profile.min.js', 1, 0x00000000000000000000000000000000, 0xc83bce48a1862945b5b2024a69b2c7f6, 0xc6b7ae31c8e8199682f7d18ee960dce273936ba718923d613a69e7fa1161e2f9, '', 0, '?'),
(0x52c2a5f8b2aecdca4c65fd7109f026d4, 'wp-admin/js/user-suggest.js', '/home/www/iamctv.com/wp-admin/js/user-suggest.js', 1, 0x00000000000000000000000000000000, 0x6a1c7f6cf52c10b590662ecf566885c8, 0x8c971ad4820938a702d59c67045cb0f697934953bd80aacbf4e382b036a591d6, '', 0, '?'),
(0xd51658e9f0af97248461b2d442c8d25e, 'wp-admin/js/user-suggest.min.js', '/home/www/iamctv.com/wp-admin/js/user-suggest.min.js', 1, 0x00000000000000000000000000000000, 0x367c33a48d97c3738e4a063a2b4956d6, 0xc78c088f3042fac8a07c06f3714fad0946a1b1a4e63e838f678480c0a690d323, '', 0, '?'),
(0xa8e59ff68e829597118926c5bb9f280e, 'wp-admin/js/widgets/custom-html-widgets.js', '/home/www/iamctv.com/wp-admin/js/widgets/custom-html-widgets.js', 1, 0x00000000000000000000000000000000, 0xbb4be9096bbb8fcef0086312b2da27b1, 0x89723d2c6b804d3aaa4479ea4baacb468afd7ea17353ff7cc49fc05ae81d901b, '', 0, '?'),
(0x7b0a1f84d5e552a06fade6523d2767c0, 'wp-admin/js/widgets/custom-html-widgets.min.js', '/home/www/iamctv.com/wp-admin/js/widgets/custom-html-widgets.min.js', 1, 0x00000000000000000000000000000000, 0x2e9fdbf43daf59be50d701ef94b5bb4f, 0x5d4e1eab29022c9c00343e4121667e27b458ee91405d6de6d948dcd9da6aa62a, '', 0, '?'),
(0x4bbfe55d4304ed19eea96c373ac44400, 'wp-admin/js/widgets/media-audio-widget.js', '/home/www/iamctv.com/wp-admin/js/widgets/media-audio-widget.js', 1, 0x00000000000000000000000000000000, 0x5020494ddd3b703801766eb3c75bf453, 0x9ba18895396a8008f16c78421414d86513483abf79a5257df363095450a75fd7, '', 0, '?'),
(0x8c3c91e07c7e452ed1595ed421d65d04, 'wp-admin/js/widgets/media-audio-widget.min.js', '/home/www/iamctv.com/wp-admin/js/widgets/media-audio-widget.min.js', 1, 0x00000000000000000000000000000000, 0x0a81fe74777ce88c875ec0d80d8b3c4b, 0x6418bd5e32143f5094dbcc4601ad9b7e01b59d07c9ff3ec0f3c4f2ddbe90e06d, '', 0, '?'),
(0xaa7e134b950cc981b71c777766c043ec, 'wp-admin/js/widgets/media-gallery-widget.js', '/home/www/iamctv.com/wp-admin/js/widgets/media-gallery-widget.js', 1, 0x00000000000000000000000000000000, 0x7bfc632ffa82a98949d5c2f5ea3c0e9b, 0x8d0e79c65cdc1552a354dedca0f6551b8b12746d1d59c728058f86e3bbb1ccbf, '', 0, '?'),
(0x794116a98730bba695587a28809e275c, 'wp-admin/js/widgets/media-gallery-widget.min.js', '/home/www/iamctv.com/wp-admin/js/widgets/media-gallery-widget.min.js', 1, 0x00000000000000000000000000000000, 0xb857b5e1cfe96c953349d845bc68fcf6, 0xf29fa25a6858008af89b8e85092c5082365bce123d12bd7f8001329cdeb8feef, '', 0, '?'),
(0xaa9e3491798733256bb32091b398d11f, 'wp-admin/js/widgets/media-image-widget.js', '/home/www/iamctv.com/wp-admin/js/widgets/media-image-widget.js', 1, 0x00000000000000000000000000000000, 0x8ec83b6b93233f94e76351378fdf2865, 0xf26fdd139f7b07cc0d728a6835dcc50646b077af77cf094c9065f0467ad35de8, '', 0, '?'),
(0x7c4e21a03b78e34e26ae7f67d9ef6df9, 'wp-admin/js/widgets/media-image-widget.min.js', '/home/www/iamctv.com/wp-admin/js/widgets/media-image-widget.min.js', 1, 0x00000000000000000000000000000000, 0xba18470c39fb466d1fa3715115169e9d, 0x4ab5361ff02556b5da22d30d4bce79c9b39b68aaa41e9138864ef6e0dfcee946, '', 0, '?'),
(0xc03511da9ca0199ac732cf146c327b84, 'wp-admin/js/widgets/media-video-widget.js', '/home/www/iamctv.com/wp-admin/js/widgets/media-video-widget.js', 1, 0x00000000000000000000000000000000, 0xccda3ae7dca5f3ce647c51f953f36eda, 0x85ca523b54849b7768a904e66d5ecaffb2e9f2e0bde49cbafcd94b05f14cc041, '', 0, '?'),
(0xc0818dcba5ccb04d56d0970c65aa41fa, 'wp-admin/js/widgets/media-video-widget.min.js', '/home/www/iamctv.com/wp-admin/js/widgets/media-video-widget.min.js', 1, 0x00000000000000000000000000000000, 0x1b9f956ac8b3dae7cecb2d0179dcf95d, 0x2971d22c662a9dd151131f33ae2fc566a90150877fd4334b996c3e75075b3667, '', 0, '?'),
(0x07c5864ca547b6c05028edce89c3c8af, 'wp-admin/js/widgets/media-widgets.js', '/home/www/iamctv.com/wp-admin/js/widgets/media-widgets.js', 1, 0x00000000000000000000000000000000, 0x8edefd0222a793d78b40bf2feb61aee2, 0x06cd579849e2cc6036a133ff588a4162fe233b72b20eed7684b58a0c7b4d7036, '', 0, '?'),
(0x513bdaf2e928fcb18fac4d1c702af18b, 'wp-admin/js/widgets/media-widgets.min.js', '/home/www/iamctv.com/wp-admin/js/widgets/media-widgets.min.js', 1, 0x00000000000000000000000000000000, 0x0cc3c5a325573fe8c7a05e0e08d0c5ea, 0x2b207d5a86998a82e85121d517001d5c6823f7d0706e58746468cb9977da66cb, '', 0, '?'),
(0xc1f0a024f6548658fc40238e8441a4e7, 'wp-admin/js/widgets/text-widgets.js', '/home/www/iamctv.com/wp-admin/js/widgets/text-widgets.js', 1, 0x00000000000000000000000000000000, 0x8348eaced2e4d6acc81196e2e3841097, 0x6877b10fa6feca1e2cd3447ae326d0161074a80ee93d235d24339e8cb562969d, '', 0, '?'),
(0x0662ef0ea79270b041b02bd42d2bca89, 'wp-admin/js/widgets/text-widgets.min.js', '/home/www/iamctv.com/wp-admin/js/widgets/text-widgets.min.js', 1, 0x00000000000000000000000000000000, 0xdf379b1022bd756658660497db8faf4d, 0x458187996b253ed0354015047c38868e53ce0902d408a2b9269973afb65ecfa1, '', 0, '?'),
(0x5251f7623766a714c8207c7edb938628, 'wp-admin/js/widgets.js', '/home/www/iamctv.com/wp-admin/js/widgets.js', 1, 0x00000000000000000000000000000000, 0x34ae3eb841c550bf50d97534c484de07, 0x91b0a7bac476fd35e190aa6dd194222df291b22a7e60d16051673146c002d12f, '', 0, '?'),
(0x10ae53781ec3df34ae406fc177ef0e4e, 'wp-admin/js/widgets.min.js', '/home/www/iamctv.com/wp-admin/js/widgets.min.js', 1, 0x00000000000000000000000000000000, 0x2e18663867fb6e1d79742c03e76094bf, 0xf489cba30f3bb8623b389aaf52e8913d0c624303e08bbd81e9dcd45933919580, '', 0, '?'),
(0x5037336fe8a90209a7eb00e63de18ad2, 'wp-admin/js/word-count.js', '/home/www/iamctv.com/wp-admin/js/word-count.js', 1, 0x00000000000000000000000000000000, 0xcb0d666642291b86e71d86f8fc85b196, 0xb5c7366ab82c41e8deaac7ad73e544bdc16543ff7a87062691fd8f0afc08b2e0, '', 0, '?'),
(0x96e24367bfb8f11e8b7d1d7cc745f7fd, 'wp-admin/js/word-count.min.js', '/home/www/iamctv.com/wp-admin/js/word-count.min.js', 1, 0x00000000000000000000000000000000, 0x4929f90dad5dd0583013c16835a90ab8, 0xd35c4445e0ff8fa6b6836c56a1bdfca8f4486b9b01ae5c4e860b41339308b394, '', 0, '?'),
(0x76e6fce1e234dd7c3e1ded3cb4ffc0a8, 'wp-admin/js/xfn.js', '/home/www/iamctv.com/wp-admin/js/xfn.js', 1, 0x00000000000000000000000000000000, 0xf4776357ba01a35f7e0dd7319d953e70, 0x34915bb2a5c194c5b8245bce125cb08ec68fab34be2d339796ad7a03fc9478b0, '', 0, '?'),
(0xe9a0bbc0794e3c8ea08039806f1a3c0c, 'wp-admin/js/xfn.min.js', '/home/www/iamctv.com/wp-admin/js/xfn.min.js', 1, 0x00000000000000000000000000000000, 0x813cd73e42928efb32358a0d31552aa8, 0x12054f098fef8601f3685e644c677af2f29d01cc490577fa76c684615a31fbee, '', 0, '?'),
(0x7cfebb598c1c3ee080d01d09f9c686c4, 'wp-admin/link-add.php', '/home/www/iamctv.com/wp-admin/link-add.php', 1, 0x00000000000000000000000000000000, 0x1cccd50a508355e8e8ce2d0d6028996c, 0xdd0ea121ba9d3e03658882e83aabe29383d3ee01c4f73f0dbb077d6b3f6d73b8, '', 0, '?'),
(0x8542257636cd49224a62bdc734d3a154, 'wp-admin/link-manager.php', '/home/www/iamctv.com/wp-admin/link-manager.php', 1, 0x00000000000000000000000000000000, 0x42615bbf03fc25d9d771be7e7a451a84, 0x1821b4e058250fb015b00992b5e143f1da51d92b767af02e2c344be8d510b028, '', 0, '?'),
(0xf60b807ea191e4e215bbe27284439b9e, 'wp-admin/link-parse-opml.php', '/home/www/iamctv.com/wp-admin/link-parse-opml.php', 1, 0x00000000000000000000000000000000, 0xa4af1ea5a17861db9404328f1cccd346, 0xc9f725a576507c5886d33aef78af3ef25d7c9fc3797c94923a0712c8f8e61cf3, '', 0, '?'),
(0x3a0f7bc3e2ec7b37ca39b0899ff01f7f, 'wp-admin/link.php', '/home/www/iamctv.com/wp-admin/link.php', 1, 0x00000000000000000000000000000000, 0x20c9d0ad45a04a0fea1281a3e7230c1b, 0xd74126305f3a7cb33d29bbc94450de59bb5ca87032431a16945d975d8226df55, '', 0, '?'),
(0x36825d6ae07619d957b96b0d332d7fe7, 'wp-admin/load-scripts.php', '/home/www/iamctv.com/wp-admin/load-scripts.php', 1, 0x00000000000000000000000000000000, 0x0538a1b27cfb3d5d67595b009d4df5a0, 0x25958f8460c4b8b4ffd4589f26c4b2c7bc3d7e7e6246df5dd846534495eb0252, '', 0, '?'),
(0x577d29d39637a38cea65e77d35e6392c, 'wp-admin/load-styles.php', '/home/www/iamctv.com/wp-admin/load-styles.php', 1, 0x00000000000000000000000000000000, 0x3ee13bc413cdf4a6cd3cb2bdb8d80d31, 0xc00e3b208df608f614071e7b97f7d42827904cf1e423144e9ba4a8833d767979, '', 0, '?'),
(0xb4d24bb4e7e74f05c89639d7337c3c8d, 'wp-admin/maint/repair.php', '/home/www/iamctv.com/wp-admin/maint/repair.php', 1, 0x00000000000000000000000000000000, 0xd003de990bf9aaaa7e8cab4de299b8c3, 0x496f5419c85d8ae06ae24ae8df7ed0c48fd137626e214d7cdae72146e4e5ad7f, '', 0, '?'),
(0x4a7ba3d6b9065a6906055ec3b9789549, 'wp-admin/media-new.php', '/home/www/iamctv.com/wp-admin/media-new.php', 1, 0x00000000000000000000000000000000, 0x5eea4a9c7dfa5a4f186385680bcc078e, 0x0f3a82073326cd83510e04e84d0acfe9218318311550b020aaebef656519e4fb, '', 0, '?'),
(0x86b311ac17ba12c3ea1982e2eb7d95cd, 'wp-admin/media-upload.php', '/home/www/iamctv.com/wp-admin/media-upload.php', 1, 0x00000000000000000000000000000000, 0xd4077115a457dd885c77268c638a50bf, 0x9d87b06aae2b99f65d2dc4484ffbb4909e677fc4a93e22199a161bc84f18f62c, '', 0, '?'),
(0xb9c38f754ce72cee9f26c7918b0d311e, 'wp-admin/media.php', '/home/www/iamctv.com/wp-admin/media.php', 1, 0x00000000000000000000000000000000, 0xaf8c596aa0a3ec73e71b7b74d8bedb49, 0x8b7093f03c2b71b2fb64184982f68c5f1aa0bd5779d6cd7f0c6ca67b853a33af, '', 0, '?'),
(0xf0249fc4aba549885efd9333b794d112, 'wp-admin/menu-header.php', '/home/www/iamctv.com/wp-admin/menu-header.php', 1, 0x00000000000000000000000000000000, 0xea1f63d7506bd178b8062d7fac4c2cfe, 0xfc17c26c4b8a1d36398f3c029bcf72d4462185f353429b7516d0238aaffcddf2, '', 0, '?'),
(0xa8afdf5ce04420fc3efc46142cb587e7, 'wp-admin/menu.php', '/home/www/iamctv.com/wp-admin/menu.php', 1, 0x00000000000000000000000000000000, 0xa75fd792c55e46fefa6372a06c7b6037, 0xc24acf3a93ebf97a606015b4a8bb7ad5a1ee7d85bfe4c0a40602e91702acf2b6, '', 0, '?'),
(0x577bb0671b2d201458f2e9fb273d6e38, 'wp-admin/moderation.php', '/home/www/iamctv.com/wp-admin/moderation.php', 1, 0x00000000000000000000000000000000, 0x5ad8455655c0f775fadbda1487a481fa, 0xba834671e736b3a331bb0bb6a2c93ca3a907aa77847426df62dfc2cbd931a6b9, '', 0, '?'),
(0x7677d9d140050f8848cac91e7a9646a6, 'wp-admin/ms-admin.php', '/home/www/iamctv.com/wp-admin/ms-admin.php', 1, 0x00000000000000000000000000000000, 0x0b85556a41a307daa65971807588ad09, 0x90edc822470ac19dda94b110a2b74d68c051a732b8e09b1d6c92271cb0dcb5f8, '', 0, '?'),
(0x266565ee0a334be812d4e3765a04a695, 'wp-admin/ms-delete-site.php', '/home/www/iamctv.com/wp-admin/ms-delete-site.php', 1, 0x00000000000000000000000000000000, 0x869df764171ae875e4453636260db96f, 0xdc2a4d176ff0b1ea78ee55c54c1f47d29f786e1d6200f8cd3c3275c8e5e8c4e6, '', 0, '?'),
(0x45b856e0f3f72cd525a6d72c53124d3d, 'wp-admin/ms-edit.php', '/home/www/iamctv.com/wp-admin/ms-edit.php', 1, 0x00000000000000000000000000000000, 0x5033b90aa7ea377c4c3f4d7441bab3df, 0x1c146183e481c089d6c163c473631a8d83b922e2560f1de8c14c5cbcd19ab519, '', 0, '?'),
(0x22287d47c57fc572e7090230978e5628, 'wp-admin/ms-options.php', '/home/www/iamctv.com/wp-admin/ms-options.php', 1, 0x00000000000000000000000000000000, 0x7e3cda1162ed73832719d12bf81ab951, 0x71ab4a12c09d52d45f2b11fb56864325ea7e64edcccb33356bd8e3947815e5ea, '', 0, '?'),
(0xaf2d31f038fc3ba754f6022f58e2a95d, 'wp-admin/ms-sites.php', '/home/www/iamctv.com/wp-admin/ms-sites.php', 1, 0x00000000000000000000000000000000, 0x6633b9a5bf882653b2a937463736e7c1, 0xf888dd2cfc0e249879be6e2952b6804867a5ae84687bd124d7089955078fd008, '', 0, '?'),
(0x1c9db43d62a4369ade68738011aae674, 'wp-admin/ms-themes.php', '/home/www/iamctv.com/wp-admin/ms-themes.php', 1, 0x00000000000000000000000000000000, 0xa9843a31525d096ca049c8e721235f4a, 0x37e41d459b9d48ccd60c9f9d50758e8ceac082179010c75ae28e016215b38547, '', 0, '?'),
(0x5c16dcdc0e0f85958c398783b7c8ccf7, 'wp-admin/ms-upgrade-network.php', '/home/www/iamctv.com/wp-admin/ms-upgrade-network.php', 1, 0x00000000000000000000000000000000, 0x716394f338ae9ad445d712258cab2111, 0x09cd0548ea5f63dee89551d5fc588013f9cca484d58f4c010e73ba1916daadff, '', 0, '?'),
(0xb16bca06554c9fedc7a1b924c198fa7f, 'wp-admin/ms-users.php', '/home/www/iamctv.com/wp-admin/ms-users.php', 1, 0x00000000000000000000000000000000, 0xc2b3757e5d118d2a43cc7508ab1000fc, 0x65eb731f7d6bd25fbebe717db9131efea77e4795b8a75ba735df519f75ed2199, '', 0, '?'),
(0x0d78dd8d815eb4a7bf1aa08302bd3c3b, 'wp-admin/my-sites.php', '/home/www/iamctv.com/wp-admin/my-sites.php', 1, 0x00000000000000000000000000000000, 0xe5904feb3db67507cdb9efd3015a8b7c, 0x6b688b7b16b60c64f3921dd7344d0ef3b43e1d184aef1a6edecb8a9e10d0b6b2, '', 0, '?'),
(0x12b8b7e1436c6fa6081eb6b196afe9d2, 'wp-admin/nav-menus.php', '/home/www/iamctv.com/wp-admin/nav-menus.php', 1, 0x00000000000000000000000000000000, 0x38335dd4cd70f2d60e312946b945b9a3, 0x682e1162efe42504d274daf9a6994db61462207e4ff68d32640d2cae64eeaa93, '', 0, '?'),
(0xab6fa2f9a0b46c3ebce2787e49b020c2, 'wp-admin/network/about.php', '/home/www/iamctv.com/wp-admin/network/about.php', 1, 0x00000000000000000000000000000000, 0x7e84809e289986f834e147040fecf5a3, 0xf68a6a2f7d07d3851b1fb994c100458f53fefacca45c480467eb235aa9a12e5f, '', 0, '?'),
(0xb79b029c5a5134c7d85c012882dc8713, 'wp-admin/network/admin.php', '/home/www/iamctv.com/wp-admin/network/admin.php', 1, 0x00000000000000000000000000000000, 0x7fcfae0d8cfd265a33927293220417f2, 0xd6067f183ae1d70325a33b4b698857403ee1553b8ad4cdf41feb13bd0823c03e, '', 0, '?'),
(0x2bc4e3f874a825523fd2db08f5f8a0cc, 'wp-admin/network/credits.php', '/home/www/iamctv.com/wp-admin/network/credits.php', 1, 0x00000000000000000000000000000000, 0x4210b52b1cf0841880eb4b5665863dad, 0x574e01b09c68be4b325a128a46ebf990b057ceed03900d300c38ecdcd04a0335, '', 0, '?'),
(0x0427da9e003bbebf3fc32b5607d2aace, 'wp-admin/network/edit.php', '/home/www/iamctv.com/wp-admin/network/edit.php', 1, 0x00000000000000000000000000000000, 0x92adf71ec63da4dd234c981848ddc4ca, 0x0f71b52f2adfb233f1a0dc78fe53a412a5b67e8b2e275d77ca1def6baf2c571e, '', 0, '?'),
(0xcf7546f3e2915e47faa545082b88b663, 'wp-admin/network/freedoms.php', '/home/www/iamctv.com/wp-admin/network/freedoms.php', 1, 0x00000000000000000000000000000000, 0x75a8908136eb7cba94741f4a34bf31b4, 0xe083e2a042eb3bb5f104bdf84dd93702a905df838006e10e5bb239199f3c2fa0, '', 0, '?'),
(0x00435f0a7f08ecc2146a440ba8e9406b, 'wp-admin/network/index.php', '/home/www/iamctv.com/wp-admin/network/index.php', 1, 0x00000000000000000000000000000000, 0xaa2828bf2b0774c1e7498ae4fa937aae, 0x921b7fe4e711f4d0cfdda48e2c4465b709747f777cfdeeae8aaa746b4aa98394, '', 0, '?'),
(0x5da5821650b7bfee546b76748aba3841, 'wp-admin/network/menu.php', '/home/www/iamctv.com/wp-admin/network/menu.php', 1, 0x00000000000000000000000000000000, 0xde76b357a86139996da11c0c6cee5431, 0xb6933dde91eff76f90f71c39946491842d58e911cfaeae68a63885dc3e71a63b, '', 0, '?'),
(0x99985b69785402ba71d4c37e5776a165, 'wp-admin/network/plugin-editor.php', '/home/www/iamctv.com/wp-admin/network/plugin-editor.php', 1, 0x00000000000000000000000000000000, 0x38405f7661d194cd93174edf7cc56ab5, 0x3c820997674bd74bdbd486e47bcbc8916e8f561fbbe255b4cc890a08e632f67f, '', 0, '?'),
(0xaada70ba245e8186f48db5649d125a05, 'wp-admin/network/plugin-install.php', '/home/www/iamctv.com/wp-admin/network/plugin-install.php', 1, 0x00000000000000000000000000000000, 0x871c252846b1b276000b837ebb0eeb46, 0xda99732d7399e5c77eb275591865f6a692c092c4548bc3fb46b634bf21e1202a, '', 0, '?'),
(0xb698c003e38ec622530ccead60137440, 'wp-admin/network/plugins.php', '/home/www/iamctv.com/wp-admin/network/plugins.php', 1, 0x00000000000000000000000000000000, 0x96520abda82e6f1c8dd7c4c6b1326277, 0xd541880e6770aa14878cd22f856def04f82c261e5271ff66396579fef7243de6, '', 0, '?'),
(0xa8a34ad2d797b85f790b7a78c8f7364f, 'wp-admin/network/privacy.php', '/home/www/iamctv.com/wp-admin/network/privacy.php', 1, 0x00000000000000000000000000000000, 0x30aec83ea1480df0e6353af31b361da8, 0x2a5d58381bae1e98cd25d84bd29b195209fce5d651f8669e3b0a65c00d83365c, '', 0, '?'),
(0x1dc63dc5027d430bf0e3ee69f0dc4854, 'wp-admin/network/profile.php', '/home/www/iamctv.com/wp-admin/network/profile.php', 1, 0x00000000000000000000000000000000, 0x45f733faf2aabcf5f505401425b06320, 0xa95c48e82e3704e9deeb3751745577d6ddb0414b2cf92413418b84219fb74c7a, '', 0, '?'),
(0xede91a61985d5de34189ea27688ea480, 'wp-admin/network/settings.php', '/home/www/iamctv.com/wp-admin/network/settings.php', 1, 0x00000000000000000000000000000000, 0x9bacbeadec177ce99a82c27bba802b66, 0xca986882f79f957f505ae5005857057e5fb8c187fae4f2c16e4ba1373bd5530a, '', 0, '?'),
(0x2fbb73bbb543348c98e0d6c0108f809e, 'wp-admin/network/setup.php', '/home/www/iamctv.com/wp-admin/network/setup.php', 1, 0x00000000000000000000000000000000, 0x0977ade70e98a8ba54d6413bec7d4164, 0x91e5a1e99f8cf39c9ef727b64d4ef2132bcb10c6bac01252c0cc11bf1ff3677f, '', 0, '?'),
(0x2bb3a718472a23f4b1edf4a694fd66b4, 'wp-admin/network/site-info.php', '/home/www/iamctv.com/wp-admin/network/site-info.php', 1, 0x00000000000000000000000000000000, 0x6ae93c7e723a98d2419d6d455a0b34a5, 0x832c56fd0c91d8e763067bece036528189b3a9f6d9bc865e7c764f2ae9d2bbab, '', 0, '?'),
(0x79ea018ee447955c6098e1f9a24d5294, 'wp-admin/network/site-new.php', '/home/www/iamctv.com/wp-admin/network/site-new.php', 1, 0x00000000000000000000000000000000, 0x4c4f2684ad0ca4fff7a3927c46576001, 0x40366052b49e09d35608840b1a49224c2845d5ad2ae2a038c0012b467a7ddb59, '', 0, '?'),
(0x8bf37963e2304fb06729cf81ad4d66b8, 'wp-admin/network/site-settings.php', '/home/www/iamctv.com/wp-admin/network/site-settings.php', 1, 0x00000000000000000000000000000000, 0xed33b4453d14b6bcb382530e793f178e, 0xc8bd2d4d397f68e0c8ed87f07a1a6c3ad111c3e519dbae3602c581b6ef020d62, '', 0, '?'),
(0xa071f2ac68a2f6be4263f8393292ee11, 'wp-admin/network/site-themes.php', '/home/www/iamctv.com/wp-admin/network/site-themes.php', 1, 0x00000000000000000000000000000000, 0x31012d22076ec846742d43afa16a7664, 0x41a820e02f8a6deaa7865b94042722548f61551f2c5be64087a2a50cfb65bd49, '', 0, '?'),
(0xe1718d402fbbb9eaa691d99e2d014dcb, 'wp-admin/network/site-users.php', '/home/www/iamctv.com/wp-admin/network/site-users.php', 1, 0x00000000000000000000000000000000, 0x59055426a0133bdd50086fd8123d02f7, 0x5a5fbac5eb0f21caa625112710fed6ab0a64f1ab4a81ef02f2d15720011c8287, '', 0, '?'),
(0x6e93c6edc44092a741068ef9114607b4, 'wp-admin/network/sites.php', '/home/www/iamctv.com/wp-admin/network/sites.php', 1, 0x00000000000000000000000000000000, 0x785f8068329e6fdf932115479266292d, 0xffc3db858acd7f42e530244d460fa4cb6b7da7e5b9a4d3aec8dac18bd099b0ee, '', 0, '?'),
(0x7b184ea488c832ed51ae75d4de3d099c, 'wp-admin/network/theme-editor.php', '/home/www/iamctv.com/wp-admin/network/theme-editor.php', 1, 0x00000000000000000000000000000000, 0xb69828208d6105fdd4a25bb2551c3fca, 0xc01683ae8ddb0bd08865f7136754980fb689b2b6b1472e92f3973dba6100409b, '', 0, '?'),
(0x687c68458888663a16c6b132029a827e, 'wp-admin/network/theme-install.php', '/home/www/iamctv.com/wp-admin/network/theme-install.php', 1, 0x00000000000000000000000000000000, 0xe5a0b7c8b981e80f03fcb548195e7280, 0xeb66886b4c0287ecf61a1ca529682f465fdcc1c6164d8e0639a56a81f9aa56a2, '', 0, '?'),
(0xd9ebbc217df13df6602a841b675a3d1f, 'wp-admin/network/themes.php', '/home/www/iamctv.com/wp-admin/network/themes.php', 1, 0x00000000000000000000000000000000, 0x738e38a6db6c7660e07c595976cf14de, 0xe9d346ae3645a8a26bdef7218b79e4ad21ef68861ff24ed2da0622edc9fc3020, '', 0, '?'),
(0x377c6f4f559b92f97a0045660ebb9ce4, 'wp-admin/network/update-core.php', '/home/www/iamctv.com/wp-admin/network/update-core.php', 1, 0x00000000000000000000000000000000, 0x7ff2b4ec1fac4c8e3b475f627519275c, 0xca762c492f4c185e9a80a577771a58319832a079eeba90a754eac9a349a7937e, '', 0, '?'),
(0x821ffd5ccf28e5d97742eac44912e39d, 'wp-admin/network/update.php', '/home/www/iamctv.com/wp-admin/network/update.php', 1, 0x00000000000000000000000000000000, 0x6c9dc7fb09ce9252553be27070c6629d, 0x8dad0b2cba21ff19bd0b1d6d3466b883e5c6d8d64e52fe0acaf2e20742c0885e, '', 0, '?'),
(0x720c94ae6892c57686cf4c6b2f8516f6, 'wp-admin/network/upgrade.php', '/home/www/iamctv.com/wp-admin/network/upgrade.php', 1, 0x00000000000000000000000000000000, 0x3f982c97c9ef4ecdb0bfa67cdfb48063, 0x67ee098398bcafbd12b60e64ba9e312639fbe104e42d319b5faddfceebcc9340, '', 0, '?'),
(0x0030f6f123168a39fd9cac5a34ce6a24, 'wp-admin/network/user-edit.php', '/home/www/iamctv.com/wp-admin/network/user-edit.php', 1, 0x00000000000000000000000000000000, 0x0ac9643456da8b537e741dc9b1acc5ba, 0x986febe19591b02274ce79bc53828db6b0a64d389021392fb73f185910ad58cb, '', 0, '?'),
(0xf8c2364b31fdfe9b28eef6dd7d2f4158, 'wp-admin/network/user-new.php', '/home/www/iamctv.com/wp-admin/network/user-new.php', 1, 0x00000000000000000000000000000000, 0x79f4608a2e5e2afbb08780d9d089ef4d, 0xe00852ceb4a9e09383a7f5ee60e5dbf7ba9e743029bdb40fdf0b119e3e9ff52b, '', 0, '?'),
(0x09e9f1cfdb30398df72d62b185cda957, 'wp-admin/network/users.php', '/home/www/iamctv.com/wp-admin/network/users.php', 1, 0x00000000000000000000000000000000, 0x58c747cc271a859c7937dac47d1fd8ca, 0xd1a8cde7a57316855d9c657c54e4e37867fb47236dad113c9910a75d080fc7e3, '', 0, '?'),
(0xcd1e64ddeae36c50914fea92f9490484, 'wp-admin/network.php', '/home/www/iamctv.com/wp-admin/network.php', 1, 0x00000000000000000000000000000000, 0x7331495c7e6a4728faff65d701a1ae65, 0x3852c28095bd99091cb7c6fec5ef04fb07cf5c5d4c98ba5236581a6027fa1e08, '', 0, '?'),
(0xad4a54563044b7ee6f5441efbcbb40a1, 'wp-admin/options-discussion.php', '/home/www/iamctv.com/wp-admin/options-discussion.php', 1, 0x00000000000000000000000000000000, 0x4f28357a451582404e6d25eb400820d2, 0x53e60ea702fc1993ae29df06b073bc145b99a7d6781840bfba9344993c2bfbf4, '', 0, '?'),
(0x6fed935bacd06e337582c8cab99f5035, 'wp-admin/options-general.php', '/home/www/iamctv.com/wp-admin/options-general.php', 1, 0x00000000000000000000000000000000, 0x8000465a8293f6fb14898a8722715828, 0x8590cc7fb39b7e73c8255677ae9a0d03e1872be80b5862f31ff0bca1682dc17e, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x0dd1aa10311c73313daca16006289879, 'wp-admin/options-head.php', '/home/www/iamctv.com/wp-admin/options-head.php', 1, 0x00000000000000000000000000000000, 0xdd6356384123683a65d7ad2ff20bbf5e, 0x63d28884ee1f5e246b52320d3d9dbd8ddcabf002fed8f94067b8ca7f32e7fa1c, '', 0, '?'),
(0xb6a6e25ce4c6012e31b0db2d9cbe0f3a, 'wp-admin/options-media.php', '/home/www/iamctv.com/wp-admin/options-media.php', 1, 0x00000000000000000000000000000000, 0x3db9c3a39d6ef27dd44571cc7d501744, 0x675c1b2c1ecdd5206949633ce398e91b5e2a6c9d03d15de1fd453193f3693ea7, '', 0, '?'),
(0x15fc1829a7a3998a740dee2cbd4adabc, 'wp-admin/options-permalink.php', '/home/www/iamctv.com/wp-admin/options-permalink.php', 1, 0x00000000000000000000000000000000, 0x279022c2f098fa1aed6fdc14b81499a9, 0x9b9bf4d7584a899c6491b947acd50f2739f59be476c51d4c0a113466e53ed859, '', 0, '?'),
(0x24eeef5e84e2d83662485eea2ae283da, 'wp-admin/options-privacy.php', '/home/www/iamctv.com/wp-admin/options-privacy.php', 1, 0x00000000000000000000000000000000, 0x144dea7d194125c789532fb50147725e, 0xffa791ddaee8b4087a5886db4c319a6a142f44c59de6a2f2115481cdc3cf1f8e, '', 0, '?'),
(0xd2b20b45357cd2d1b589438264e997bc, 'wp-admin/options-reading.php', '/home/www/iamctv.com/wp-admin/options-reading.php', 1, 0x00000000000000000000000000000000, 0x4a3dc12711c9f528e3d17250fb0bc657, 0xc04c4c9399df4a5f09eb4b1a2f595c8baa288f477ead21fab75d8b1dff3b0e5c, '', 0, '?'),
(0xe24cb63e81d99f89237b36707d59e3ce, 'wp-admin/options-writing.php', '/home/www/iamctv.com/wp-admin/options-writing.php', 1, 0x00000000000000000000000000000000, 0x93e678a235784c42a933c90c1e5735cf, 0x67d8279d4cb557c33dc7295bfe31a8a53e44eccb99c77b3ee8aafc26c57c5a8e, '', 0, '?'),
(0x64d52819c4c8254ae9f9de40f5478610, 'wp-admin/options.php', '/home/www/iamctv.com/wp-admin/options.php', 1, 0x00000000000000000000000000000000, 0xc4317b9f48f8cb702dd5a7a686957e46, 0x611d8dd7ee9fce9a03f5474ba08748bda775aa9c9e0538342285f15e7039fe1d, '', 0, '?'),
(0x61c963b543480d8508913d076c40c4b8, 'wp-admin/plugin-editor.php', '/home/www/iamctv.com/wp-admin/plugin-editor.php', 1, 0x00000000000000000000000000000000, 0x859e41d35bb451dde37cd4e715b7ee7b, 0xe6084fe3bc5e815b3fcaa58a13ee7f7591e63586e83e51f33c9032c3375151cc, '', 0, '?'),
(0xca786a5013d5f6bca8d92163c8177813, 'wp-admin/plugin-install.php', '/home/www/iamctv.com/wp-admin/plugin-install.php', 1, 0x00000000000000000000000000000000, 0x0772df8d8af07dc70229bf51390484f2, 0x669646f57f311240a30c10a6d739e7d93f145c3e95246f8d9cb567c5a88fcc58, '', 0, '?'),
(0x4f90fb5ca9a2b55035d1d3ff7bbe52ae, 'wp-admin/plugins.php', '/home/www/iamctv.com/wp-admin/plugins.php', 1, 0x00000000000000000000000000000000, 0x71b9a81536cae65a113c943084e3b38f, 0xaa159fbad6ba64ad9ea3ec826b97d8d5093df190a7b29c8aa176f33f51e80af6, '', 0, '?'),
(0x946b8ba5977adfa3f3d4ecd7626fd352, 'wp-admin/post-new.php', '/home/www/iamctv.com/wp-admin/post-new.php', 1, 0x00000000000000000000000000000000, 0xcc490a28fe82e1b891bc08d3f17b137a, 0x84541b95d1b689a89d8dc14c63e781f4ec348f4f9deacf6f46641becdaf16407, '', 0, '?'),
(0xebdd7641c06473bd8397b5ae4bb55d0f, 'wp-admin/post.php', '/home/www/iamctv.com/wp-admin/post.php', 1, 0x00000000000000000000000000000000, 0xdd973184d5009400c9572a8a60aaece3, 0x58ea9111d54eab3d72655d01b402248eb98e2d141cb3536d010f33f9d1a99ff0, '', 0, '?'),
(0x51b7106016ba12f6e4380815fe4db838, 'wp-admin/press-this.php', '/home/www/iamctv.com/wp-admin/press-this.php', 1, 0x00000000000000000000000000000000, 0x91277871a0f93e8a2fafd0cf4551fc4c, 0x3e048c9e056bef28ffa604b242ad9181aea9030cf98b6807065c8ed1abcd9c3a, '', 0, '?'),
(0x32aa7cb8cea228e1bba7748cf054a9e9, 'wp-admin/privacy-policy-guide.php', '/home/www/iamctv.com/wp-admin/privacy-policy-guide.php', 1, 0x00000000000000000000000000000000, 0x8099877b6438e3e89b6748429f37ca7b, 0xd4a3a8cd5186c939e224fb79fea770f0957c886d8f8567853c94f42ebd242aab, '', 0, '?'),
(0x630113e9a49fb8b4284f6b318b21cd82, 'wp-admin/privacy.php', '/home/www/iamctv.com/wp-admin/privacy.php', 1, 0x00000000000000000000000000000000, 0xe8c782ae1c72737ebe5fc5f07cb9a892, 0x80e3c17ace49c965b0952990064ae0274d9cfacbd98fc32cfae3c3bd34eeaf60, '', 0, '?'),
(0x6834ac8bf22333c7608e2ddd88a822a2, 'wp-admin/profile.php', '/home/www/iamctv.com/wp-admin/profile.php', 1, 0x00000000000000000000000000000000, 0xee00f0d62c94fb17c8f8673b0bea99b4, 0xfb43ab9971a8f1fd4e2cd96076ac539bb12a1ceed2df5a5bdc60d3caf4ad6de4, '', 0, '?'),
(0x5cd3000bf5a33ea62ba2b3c14662d0ed, 'wp-admin/revision.php', '/home/www/iamctv.com/wp-admin/revision.php', 1, 0x00000000000000000000000000000000, 0x4f61115b275b6373c582553517e74220, 0xfa0c912296f3712b2f40d7ab6e07805b62be786852d66a56e90b677bd623cd2d, '', 0, '?'),
(0xa763e386cc8eb488240a27409b0df2e8, 'wp-admin/setup-config.php', '/home/www/iamctv.com/wp-admin/setup-config.php', 1, 0x00000000000000000000000000000000, 0xb8aac7e177b30483b965b6b659f80f81, 0x9387c911fa5ddd88946950bbe510306f6e8e7f563e8d993fec0fd4b4779faa86, '', 0, '?'),
(0xfc6f8f35832bb0aeef8649c4decb4a50, 'wp-admin/site-editor.php', '/home/www/iamctv.com/wp-admin/site-editor.php', 1, 0x00000000000000000000000000000000, 0x7c56f13b7f71dec12335b2a0564bb3ed, 0xba3399bbe7c724a25eb323f79613c1696e2d6bb762d19287c17f231861369a6f, '', 0, '?'),
(0x873b6a8ca77cfd3a1c1b05312fc7e6a3, 'wp-admin/site-health-info.php', '/home/www/iamctv.com/wp-admin/site-health-info.php', 1, 0x00000000000000000000000000000000, 0xa79515c5400faeb64bf5f369287a8de9, 0xcc7d621995a3175c1f5d4c0fd2a2923d6e839a73c71515da1ab1b2e55adfca3b, '', 0, '?'),
(0xf81c2d7c56f1fb8ffb99c448db2584aa, 'wp-admin/site-health.php', '/home/www/iamctv.com/wp-admin/site-health.php', 1, 0x00000000000000000000000000000000, 0x4ee12654379785a190a03fd3a20e0bb9, 0x0f2356fadcd9d328efc1b8833b84d501a0cf62669a911c66e6f240d303a2e3b1, '', 0, '?'),
(0xce7c9ecf1566f780eee8c92c32ad5409, 'wp-admin/term.php', '/home/www/iamctv.com/wp-admin/term.php', 1, 0x00000000000000000000000000000000, 0x851528809d03468bce3d206f07053387, 0x29cfcf9b1d8c3a1e6c68613bc7528333308e4787c90ccf1fe0d78352294d8efc, '', 0, '?'),
(0x26c960d74fcb115135915110d53433bf, 'wp-admin/theme-editor.php', '/home/www/iamctv.com/wp-admin/theme-editor.php', 1, 0x00000000000000000000000000000000, 0xb760ef6e8a870dcd19aa0e4a326e2ab9, 0x02f813b87688b7f80ee16f4a858816c46bf0b5d99975860192633858f0b10d24, '', 0, '?'),
(0x0af40da30c4283e4ae06087016ccad05, 'wp-admin/theme-install.php', '/home/www/iamctv.com/wp-admin/theme-install.php', 1, 0x00000000000000000000000000000000, 0x18ed7e3436ae1b77ff8487cda81013b1, 0x557f5e41e1cd8338e2bf0f9d08779294e3a06c8843fc7fa2e8a2442cbc39cc51, '', 0, '?'),
(0xbaa9c214e3125e5b5892e68e69b309ed, 'wp-admin/themes.php', '/home/www/iamctv.com/wp-admin/themes.php', 1, 0x00000000000000000000000000000000, 0x26a0ad31b1be005314b0fd265ef872ee, 0x6f239ee18a7010cb7fff364d2b93da964a3ec24c8e8a376b9020e6e9f7c41df2, '', 0, '?'),
(0xf13773fe5c5dd47d884141f9776531b7, 'wp-admin/tools.php', '/home/www/iamctv.com/wp-admin/tools.php', 1, 0x00000000000000000000000000000000, 0x09607462dc0b747e860c09462257b875, 0x7c703912826b169403b290fcddf4dad5a7f3c408de10f330f6744ba3f583fe3a, '', 0, '?'),
(0xcc217fe94c54e133959f69d9ea781bc5, 'wp-admin/update-core.php', '/home/www/iamctv.com/wp-admin/update-core.php', 1, 0x00000000000000000000000000000000, 0x0fe87b6969a4d32a42162eed109a11cf, 0xb09a6df5beb5da4a10a1ee7aced9f9067d37aea72907150a8537c3903ca3ba21, '', 0, '?'),
(0x210f0b6f8d0dbfcd41888e7637e0dc65, 'wp-admin/update.php', '/home/www/iamctv.com/wp-admin/update.php', 1, 0x00000000000000000000000000000000, 0x6871c2810db687458ea8f7378fd20a9d, 0x3b058b24782fad79ecd9367d722a493a287c54cc4ff1f097652b701a2549fd9b, '', 0, '?'),
(0x5e40d5b2017b27aba95fe8e2079b3932, 'wp-admin/upgrade-functions.php', '/home/www/iamctv.com/wp-admin/upgrade-functions.php', 1, 0x00000000000000000000000000000000, 0xd5f418965b61ee40312ea59a51ccee5a, 0xe474cb81a5acf90305a398397b89c42fc2ff8479b4673127fe7556febe6c02a4, '', 0, '?'),
(0x10e9e1e66a37725bbc2c94ccfc5ad6e8, 'wp-admin/upgrade.php', '/home/www/iamctv.com/wp-admin/upgrade.php', 1, 0x00000000000000000000000000000000, 0x27974ede1300495410f2f171685e18d0, 0x8ad004db4ad7ff3c1bd2793708b71414d0bb134f5eae162d5fbad3bacfe31fd0, '', 0, '?'),
(0x26740221305e6787db624a88632c3e33, 'wp-admin/upload.php', '/home/www/iamctv.com/wp-admin/upload.php', 1, 0x00000000000000000000000000000000, 0x76f55c0bdd2831f198a852c52e360171, 0x5468deba55b950c695e17492e22ce7309b55e32f80ca4c7370d7afee0a058b00, '', 0, '?'),
(0x5e39282d28c5b2c5792089f7ca30712a, 'wp-admin/user/about.php', '/home/www/iamctv.com/wp-admin/user/about.php', 1, 0x00000000000000000000000000000000, 0x219a4e201e9d829ad939e2336e446c02, 0x7297beaf523839e33c863b3969316c955ab28d8c51faec6f0f43231df15996b4, '', 0, '?'),
(0x3173b82936aad3b69995af43a785ce97, 'wp-admin/user/admin.php', '/home/www/iamctv.com/wp-admin/user/admin.php', 1, 0x00000000000000000000000000000000, 0xe81c545ed931eeeae3e01e17f841887c, 0x59e0e325d5b4398be0168ddd4ea0d73f5c765c619e1b01904dfea6b47edd8b0b, '', 0, '?'),
(0xc91318a583dbd07e0d1a4b342823e3c5, 'wp-admin/user/credits.php', '/home/www/iamctv.com/wp-admin/user/credits.php', 1, 0x00000000000000000000000000000000, 0xbba128ed8c8b8923d1d34183e4f33bc7, 0x8275ab41eac3f6931b132b19492f98e38a9300bb6e894ecb314738dc1a442dfa, '', 0, '?'),
(0xa5523b6c7a4fe9386d3c3314944e6965, 'wp-admin/user/freedoms.php', '/home/www/iamctv.com/wp-admin/user/freedoms.php', 1, 0x00000000000000000000000000000000, 0x6099bef8557fbaf8207dcef0ad0ae18c, 0xd1cebf7a428f2b71bcb91ec235566cce4b7fa46ca1b06b818df25a2fb30ff47c, '', 0, '?'),
(0x5beaa08fe67c4bf26f0ecadb8c6237f0, 'wp-admin/user/index.php', '/home/www/iamctv.com/wp-admin/user/index.php', 1, 0x00000000000000000000000000000000, 0xee78435336bf4c43e99d3221dd759d1e, 0xc1604bb6e7c4e4bf0479324dfe08d070196ccebe226100efacb09a74d1dea144, '', 0, '?'),
(0xf5e6d8f5a379a0f800ba0c22acee5105, 'wp-admin/user/menu.php', '/home/www/iamctv.com/wp-admin/user/menu.php', 1, 0x00000000000000000000000000000000, 0xf97ae3568dd21c9bacbe87a589bffde1, 0x070192ef6d980ddd291111bf946830d245b943a7a4c34e8fb660df445b092433, '', 0, '?'),
(0x00e46c446483d3fd755ee2e159ace2a4, 'wp-admin/user/privacy.php', '/home/www/iamctv.com/wp-admin/user/privacy.php', 1, 0x00000000000000000000000000000000, 0xfe648249ba1313e1f2557b7831b71741, 0x111046aae575865800be6f67ab3a7e94c868c6e95f94841135d2cb70ed74d224, '', 0, '?'),
(0xf6d3e3ad60d726583cc461519f56685c, 'wp-admin/user/profile.php', '/home/www/iamctv.com/wp-admin/user/profile.php', 1, 0x00000000000000000000000000000000, 0x9fb67838a0cc21a8b58378965312d76a, 0xecc94a80edc56696765ef744d377f416dba60ac6c673f04275a62fa50e9e8c4c, '', 0, '?'),
(0x0217f48d7f133dfcf071af0d6c6a412b, 'wp-admin/user/user-edit.php', '/home/www/iamctv.com/wp-admin/user/user-edit.php', 1, 0x00000000000000000000000000000000, 0x3c4400d50a23aac3d94597f07fb3f602, 0x58f01478a06e6ff77b0700139dc1af5cb2c1e49ebfd8f2655bedfde3126a5a4e, '', 0, '?'),
(0xd20f4a687cb19430e7830b605a709845, 'wp-admin/user-edit.php', '/home/www/iamctv.com/wp-admin/user-edit.php', 1, 0x00000000000000000000000000000000, 0x23acf190db8e276f0681e4b9465fc9d0, 0xa22d3b2fd2f6fccad19955e5587918f3975490738a04632099ce579100a742cf, '', 0, '?'),
(0x202a404144d29388123d7075b098d345, 'wp-admin/user-new.php', '/home/www/iamctv.com/wp-admin/user-new.php', 1, 0x00000000000000000000000000000000, 0x928d459654d5a8a39b51aa6adced78aa, 0xaf374c9f8cfe28b73016afa97e085a576fd49aa54453853dff7e5cb802493dd1, '', 0, '?'),
(0x508ac510697aa174ee6103e9127dd461, 'wp-admin/users.php', '/home/www/iamctv.com/wp-admin/users.php', 1, 0x00000000000000000000000000000000, 0x11f8e45361325d68e07985aa80b13b8e, 0xbe19cec345040a2e93a8ea40e4cf8264050bb197a58ffd86c6db0c59bd98bfad, '', 0, '?'),
(0xc41de635c4a829cc30dec61b588727cf, 'wp-admin/widgets-form-blocks.php', '/home/www/iamctv.com/wp-admin/widgets-form-blocks.php', 1, 0x00000000000000000000000000000000, 0x392b0e771581616fd612c021b3ca9138, 0x7a41d898d875b2b502e776f5bad0f54dca80bbaccc012a9b05f47fce579c3309, '', 0, '?'),
(0x7be5b0c7010acd72490118ab90c51d06, 'wp-admin/widgets-form.php', '/home/www/iamctv.com/wp-admin/widgets-form.php', 1, 0x00000000000000000000000000000000, 0x7713a04375b22ff4f7e5abd4f5cd1b45, 0x07d6cb8ea308f13c211fcc8b096a8da204d8115d5df1c018e9eb690e09c936df, '', 0, '?'),
(0x019954ea68cbd4ec7a07509ff91972e9, 'wp-admin/widgets.php', '/home/www/iamctv.com/wp-admin/widgets.php', 1, 0x00000000000000000000000000000000, 0x7a0f909aca2a4e91fd703dfc97ca32f0, 0x7c91b81d0ae53285b055ca291d6a102bf8b00fe0f56f4cfb09c529b3a4fc6fb5, '', 0, '?'),
(0x4995c43a17420e73de23d7e7ffde40d7, 'wp-blog-header.php', '/home/www/iamctv.com/wp-blog-header.php', 1, 0x00000000000000000000000000000000, 0x5f425a463183f1c6fb79a8bcd113d129, 0x3b1a8e2f5c6284057fe4d174fa82ab49f4a4168cbfcd9daf9ecb68c4d47703e8, '', 0, '?'),
(0x5388fff7dc70d83ed9dd5772bd0e5945, 'wp-comments-post.php', '/home/www/iamctv.com/wp-comments-post.php', 1, 0x00000000000000000000000000000000, 0xf72095271b8c05607fffc67ba7bce5a7, 0x7376258dc3f45b3810b4e2f652b716fb95eee42b614d2122cbf0d1562f36b41b, '', 0, '?'),
(0x7ec5a5cf147300cc3179ec24914c7d68, 'wp-config-sample.php', '/home/www/iamctv.com/wp-config-sample.php', 0, 0x52af9966e77b07e1f59daa08c691d567, 0x52af9966e77b07e1f59daa08c691d567, 0x0b7846aac1665e293d25721915c38319b98890b32828387f9ec97e1378037ebe, '', 0, '?'),
(0x764b3b0240d173ba6155313ba9095ea9, 'wp-config.php', '/home/www/iamctv.com/wp-config.php', 0, 0xcead68d62eac015ef9f8513b4c8f718d, 0xcead68d62eac015ef9f8513b4c8f718d, 0x9cb477a21f8628a02e7c1a2d32202e5e00313499fe5773580ccb9a46cd219823, '', 0, '?'),
(0xfa2d5e67ff88ccba4000072ff7119386, 'wp-content/index.php', '/home/www/iamctv.com/wp-content/index.php', 1, 0x00000000000000000000000000000000, 0x67442c5615eba73d105c0715c6620850, 0x6b8d898dc0977e09b6bd55481aa5d678831850eadb41cc84a2fa3ca19e3b58a8, '', 0, '?'),
(0x625494c86fb7d4beb8b4425ea2e41e78, 'wp-content/plugins/24liveblog/assets/lb24-close.svg', '/home/www/iamctv.com/wp-content/plugins/24liveblog/assets/lb24-close.svg', 0, 0x9a1a7cb8d242e88e050b6d8dd4e58051, 0x9a1a7cb8d242e88e050b6d8dd4e58051, 0xa6d1ea04ba8d4e5806c1ed560f6d87b07edaf21f3ead51d42e877bdceca70a4f, '', 0, '?'),
(0x4a0296663f4f82473e6be8f710d33ff4, 'wp-content/plugins/24liveblog/assets/lb24-loading-black.svg', '/home/www/iamctv.com/wp-content/plugins/24liveblog/assets/lb24-loading-black.svg', 0, 0xebfbc12649f15f74bf34c0e118ecec62, 0xebfbc12649f15f74bf34c0e118ecec62, 0x3d772856d1887ecad92bee54508f7ad9f7681317f95da790ac6dfa33fcc3e737, '', 0, '?'),
(0x63d31096daa7f1ba1a212095a3dd618e, 'wp-content/plugins/24liveblog/assets/lb24-loading-white.svg', '/home/www/iamctv.com/wp-content/plugins/24liveblog/assets/lb24-loading-white.svg', 0, 0x8744005b70f0135a3b0e2a54f2c3114b, 0x8744005b70f0135a3b0e2a54f2c3114b, 0x77969bacc885790ad3639291513941f37a04f07c0a2e2debe2f736df06889f2d, '', 0, '?'),
(0x4bd6d97af4182845eb7b385a90c1dee5, 'wp-content/plugins/24liveblog/assets/lb24-next.svg', '/home/www/iamctv.com/wp-content/plugins/24liveblog/assets/lb24-next.svg', 0, 0xa454d845a7c3470a8a147c438c8b7b31, 0xa454d845a7c3470a8a147c438c8b7b31, 0xe86be0ba3048acb85bc6cc898a48d131e796e878dcb56215d64f1d90ebd71ace, '', 0, '?'),
(0x5c8f2543f1b2b492e79d3f73d79a2f3e, 'wp-content/plugins/24liveblog/assets/lb24-previous.svg', '/home/www/iamctv.com/wp-content/plugins/24liveblog/assets/lb24-previous.svg', 0, 0x9aaae8aa39e505abcc1a34ecc16690f1, 0x9aaae8aa39e505abcc1a34ecc16690f1, 0x435bf1cb2d8803a5b3fa7645f0bf157f0d10a311b64ab772b5d979b85b0274fb, '', 0, '?'),
(0xab09141753d9ac2e9c2a2cb0edee34f3, 'wp-content/plugins/24liveblog/assets/lb24-reload.svg', '/home/www/iamctv.com/wp-content/plugins/24liveblog/assets/lb24-reload.svg', 0, 0x826fef68b38b84bd1f1ab2a0aa420077, 0x826fef68b38b84bd1f1ab2a0aa420077, 0x5188957704751fb9ed4121519c0e858e557636cce8a7b42a0cbe65f8d305768b, '', 0, '?'),
(0xe8bf409f223cb5ec1b9b1ad015150950, 'wp-content/plugins/24liveblog/assets/lb24-search.svg', '/home/www/iamctv.com/wp-content/plugins/24liveblog/assets/lb24-search.svg', 0, 0xf25961a73173360a8855d66e5b8bfde3, 0xf25961a73173360a8855d66e5b8bfde3, 0x35f4fff9312efb1546af3a2c8690589f150ba39b756e9074bbb1e2a99078f3f2, '', 0, '?'),
(0x07643b76f2d8b23b0f0c12150f79ebca, 'wp-content/plugins/24liveblog/assets/lb24-settings.js', '/home/www/iamctv.com/wp-content/plugins/24liveblog/assets/lb24-settings.js', 0, 0xccf1f25438b347087b73a5c19bea487e, 0xccf1f25438b347087b73a5c19bea487e, 0x276e0dfc19efd2e8d49cb42bfa3988b283f3fe6a15e07511a5a5e02970bef80d, '', 0, '?'),
(0xdb169522dfa4bed9042e52bc11a632bb, 'wp-content/plugins/24liveblog/dist/blocks.build.js', '/home/www/iamctv.com/wp-content/plugins/24liveblog/dist/blocks.build.js', 0, 0x8423c612cc251445dcb73aa2c7a1598f, 0x8423c612cc251445dcb73aa2c7a1598f, 0xdcea1c305614468d1e78adadfdb3b1e6f77cfdd704766281136ae9205dff9455, '', 0, '?'),
(0xefd982bf6c0a59f1a4f32b76ccb7196e, 'wp-content/plugins/24liveblog/plugin.php', '/home/www/iamctv.com/wp-content/plugins/24liveblog/plugin.php', 0, 0x2dbf6aea67573f521c93af42caa0496b, 0x2dbf6aea67573f521c93af42caa0496b, 0x84a4be5b2281ed3cbc7212404f8445e4351e33be0e9b61c9637264e3d63e1e00, '', 0, '?'),
(0x17b9a5e0fe987e2c22a214d7072e3468, 'wp-content/plugins/24liveblog/src/block/block.js', '/home/www/iamctv.com/wp-content/plugins/24liveblog/src/block/block.js', 0, 0x65ddd6e221de4abbb64faa570c3998c0, 0x65ddd6e221de4abbb64faa570c3998c0, 0xb3a2c8288904e87c21db2c6793e45e482daabe7ae13008c28d61232e76ff15ef, '', 0, '?'),
(0x1ef2f50a3767499a9ab064f3a83725fb, 'wp-content/plugins/24liveblog/src/blocks.js', '/home/www/iamctv.com/wp-content/plugins/24liveblog/src/blocks.js', 0, 0xc3fb722725b96942007fdb743e259a70, 0xc3fb722725b96942007fdb743e259a70, 0x0e6278532b964d0e53ada5863704b9870b1b8c42377ba2a01e2a1ebb5ef62eec, '', 0, '?'),
(0x30603a847db7b84467e306c9e36c8dfa, 'wp-content/plugins/24liveblog/src/init.php', '/home/www/iamctv.com/wp-content/plugins/24liveblog/src/init.php', 0, 0xfeced708d54e4da9dc7534c83ec34782, 0xfeced708d54e4da9dc7534c83ec34782, 0x500964b4ba4d0cf67132c3e03aad6350a3d431aa31be03c47468ad37dafc2074, '', 0, '?'),
(0x512a5c942910da57dd3883b7a3c4b2bc, 'wp-content/plugins/24liveblog/templates/lb24-notice.php', '/home/www/iamctv.com/wp-content/plugins/24liveblog/templates/lb24-notice.php', 0, 0xbb2235a2a2bf2d32e513bde65a14b593, 0xbb2235a2a2bf2d32e513bde65a14b593, 0x7512d8941a1817c82587a06b88b9bfc5b6b8f9dcdaf7aae50641bcdee1e24478, '', 0, '?'),
(0x8b408bf5d124dd939f6f0d4ab4ad70ff, 'wp-content/plugins/24liveblog/templates/lb24-settings.php', '/home/www/iamctv.com/wp-content/plugins/24liveblog/templates/lb24-settings.php', 0, 0xabb4d2cc593fbb427621ccd7e612e5bb, 0xabb4d2cc593fbb427621ccd7e612e5bb, 0x6655f44f0eb6fce6488f69fa645663a59e7c6072c27ed9a47325fd7cc768e446, '', 0, '?'),
(0xefd4a74958cc056abc6406822c99284c, 'wp-content/plugins/blockspare/blockspare.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/blockspare.php', 1, 0x00000000000000000000000000000000, 0x15db0e11005e67ec49c8fe40c473ef46, 0x97670838df3ca5b503707e561ae9268017af030b7c6eaef5966088af43ada6df, '', 0, '?'),
(0x6569ecfc4b0c51ad53f1a1cde13ead2c, 'wp-content/plugins/blockspare/dist/blocks.asset.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/blocks.asset.php', 1, 0x00000000000000000000000000000000, 0xbcc74ed566f5f282a13e1d479946a9b7, 0x520e43cd45fcc7172713c475a389c3cda56263ef8da5dc9e78ec81658bf57696, '', 0, '?'),
(0x567d314497b97d75251eb939f0625d45, 'wp-content/plugins/blockspare/dist/blocks.css', '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/blocks.css', 1, 0x00000000000000000000000000000000, 0x559e8085d64c0ebdf5ec44d93913a72b, 0xb32c20dcdf30c0a8177a0bd035ea051bb391f7955deabeb969912d60a25e5eeb, '', 0, '?'),
(0xd6b639ef50e5b7037b65b41098ec382b, 'wp-content/plugins/blockspare/dist/blocks.js', '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/blocks.js', 1, 0x00000000000000000000000000000000, 0x0a5e83b3bf9cb5e53d514743a33e94b9, 0x5fee53d67d7b525c513276749e45330efc9d584ea07f4846bedb6bdeb9fc494c, '', 0, '?'),
(0x60a1697a46f25b397361654a230abe5d, 'wp-content/plugins/blockspare/dist/images/banner.a81e478b.jpg', '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/banner.a81e478b.jpg', 1, 0x00000000000000000000000000000000, 0x511933f2323e242417f9c793f5a91472, 0x59b6ae1ef65bd4e3e5d98cb1438de8c392733378289dd3c98bf0164afce8da89, '', 0, '?'),
(0x4cc385feb498ee00d34c100b10f9da6d, 'wp-content/plugins/blockspare/dist/images/blockspare-header-layout-1.ccb60f8b.png', '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/blockspare-header-layout-1.ccb60f8b.png', 1, 0x00000000000000000000000000000000, 0x20931d0e229b1dffcfd2c768bbd6d600, 0xc910a583a87bdf0ee64e86e648fb4af6a32e4178e1fd6926749b902dff6546fd, '', 0, '?'),
(0x7991d2598b1987bb690dc1cefa3b1088, 'wp-content/plugins/blockspare/dist/images/blockspare-header-layout-2.5266727d.png', '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/blockspare-header-layout-2.5266727d.png', 1, 0x00000000000000000000000000000000, 0x59ee0f2d163a8b1c9f9b0252434e1458, 0xd4d2b22f63cb61aadb2a5270b46765337cc8cf9f60528cab1488173c752c91b0, '', 0, '?'),
(0xcd08cc9a81d217a13c86603179884727, 'wp-content/plugins/blockspare/dist/images/blockspare-header-layout-3.fda6b72a.png', '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/blockspare-header-layout-3.fda6b72a.png', 1, 0x00000000000000000000000000000000, 0x03d7fc0de58cccad446088e03d37e1cd, 0xd7b921619c75dbeb2cb452ede6aecb8176b190cb1a9f610831cbe37132d1f8ab, '', 0, '?'),
(0xb943f58073a2539158698c7c08bfad05, 'wp-content/plugins/blockspare/dist/images/blockspare-header-layout-4.0c58a2d9.png', '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/blockspare-header-layout-4.0c58a2d9.png', 1, 0x00000000000000000000000000000000, 0xed5384c9e4f441e378c9637a0a0c0ec8, 0x4273fc2115fd09919885a4ba8741381476a56d35e3607f274a217fcc033e992a, '', 0, '?'),
(0x604c777fad8d4869e45822b441d18f79, 'wp-content/plugins/blockspare/dist/images/blockspare-placeholder-img.afe2a954.jpg', '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/blockspare-placeholder-img.afe2a954.jpg', 1, 0x00000000000000000000000000000000, 0x3e31fc5c2c5d8fda6ea8baf44109df17, 0x20b3fd91eec0114f7147bc88a70844e0c8a4f38746fe5714f0994ce479090bb1, '', 0, '?'),
(0x1beec562480eda551cbba3244fc4f49a, 'wp-content/plugins/blockspare/dist/images/blockspare-posts-block-content-order-layout-1.9693c1ba.png', '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/blockspare-posts-block-content-order-layout-1.9693c1ba.png', 1, 0x00000000000000000000000000000000, 0xabb2dcceb0cfb51e0b4e8fbe03cf7162, 0xf398eb5838f0424325e8e42b1a62e6ff9a1d6cf05fba837b9ae85ddcb9b1a6c9, '', 0, '?'),
(0x2a221baccf02e2643b5f971eb56db869, 'wp-content/plugins/blockspare/dist/images/blockspare-posts-block-content-order-layout-2.3aadf2f1.png', '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/blockspare-posts-block-content-order-layout-2.3aadf2f1.png', 1, 0x00000000000000000000000000000000, 0xb2368ab7ef379bd0b9e63afae9af185b, 0x41a541ec713927413f9deaafa50d4de3865581ac676cd43bce15828b153a2509, '', 0, '?'),
(0x26f8c3c1945f76a9a6bae8ca5abcc7e8, 'wp-content/plugins/blockspare/dist/images/blockspare-posts-block-express-grid-layout-1.e5119ddd.png', '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/blockspare-posts-block-express-grid-layout-1.e5119ddd.png', 1, 0x00000000000000000000000000000000, 0x7481b3db79291e7fea91830d5fcbf12a, 0x5912c8fd75e998c7299308a21d091adfa9a31d84fdbe6ea4d139701ef699acf0, '', 0, '?'),
(0x589f61b129ba31c88fa069ec9c1fb175, 'wp-content/plugins/blockspare/dist/images/blockspare-posts-block-express-grid-layout-2.e5119ddd.png', '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/blockspare-posts-block-express-grid-layout-2.e5119ddd.png', 1, 0x00000000000000000000000000000000, 0x7481b3db79291e7fea91830d5fcbf12a, 0x5912c8fd75e998c7299308a21d091adfa9a31d84fdbe6ea4d139701ef699acf0, '', 0, '?'),
(0x468cadc8589bddef9373f1d4cb990232, 'wp-content/plugins/blockspare/dist/images/blockspare-posts-block-express-grid-layout-3.31979af6.png', '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/blockspare-posts-block-express-grid-layout-3.31979af6.png', 1, 0x00000000000000000000000000000000, 0xe933e8a802651c22092fe122fd390d15, 0x1bb4d51dc1b37526e1b5cd5ac7baa2451af1c30b0ff612e444eb558abf189404, '', 0, '?'),
(0xe3b172fe30f294a4d35cdd4a0a25a5cd, 'wp-content/plugins/blockspare/dist/images/blockspare-posts-block-grid-layout-1.ba83ea4b.png', '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/blockspare-posts-block-grid-layout-1.ba83ea4b.png', 1, 0x00000000000000000000000000000000, 0x1f98770eba940020571bf79d025729fc, 0xd8522fb6912602d83b446f6cfcbffaa33d32eebb654dbb7695e2e6f64433f64d, '', 0, '?'),
(0xec623d98e0e66d679aa708f39f8cba63, 'wp-content/plugins/blockspare/dist/images/blockspare-posts-block-grid-layout-2.a0f11ac5.png', '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/blockspare-posts-block-grid-layout-2.a0f11ac5.png', 1, 0x00000000000000000000000000000000, 0x44fb98b8e8ab149428e07c560d7c40a1, 0xac47ac2c6380019d2ddbacf073959b60b589f1476bb849feb88ba492069fa189, '', 0, '?'),
(0x7ea5232a9006183b4d279eb3a2aaa00d, 'wp-content/plugins/blockspare/dist/images/blockspare-posts-block-grid-layout-3.c4652c2b.png', '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/blockspare-posts-block-grid-layout-3.c4652c2b.png', 1, 0x00000000000000000000000000000000, 0x6863a2c954024e10e06e1608e49c14cf, 0xf264f1d75c26b16e2aeb41ac52b70af9ff4146384b3a48fc9f53eba4328f1d1e, '', 0, '?'),
(0x34acf7180f1be939dafac5f0de269eec, 'wp-content/plugins/blockspare/dist/images/blockspare-posts-block-grid-layout-4.2c93b2bb.png', '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/blockspare-posts-block-grid-layout-4.2c93b2bb.png', 1, 0x00000000000000000000000000000000, 0x3b8c13e9e2308b0ee4dae2626cc61450, 0x02543b8e4cf68a2dc2aaca608026bafb9b61bcbfbff7cd9d0ac7aee1fb2977b6, '', 0, '?'),
(0x58431c5e78ddbcc90509fe68597387bf, 'wp-content/plugins/blockspare/dist/images/blockspare-posts-block-list-layout-1.47242a97.png', '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/blockspare-posts-block-list-layout-1.47242a97.png', 1, 0x00000000000000000000000000000000, 0x99ea1b8cc8b57f1750110a7d3dd762ff, 0xbe7104cb2b18d644a2bb0b92c9061993826f2f94850785ebd5c17a02f7d306de, '', 0, '?'),
(0xabdeef11891c79fb47e5de45ae8c8595, 'wp-content/plugins/blockspare/dist/images/blockspare-posts-block-list-layout-2.75c24ea4.png', '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/blockspare-posts-block-list-layout-2.75c24ea4.png', 1, 0x00000000000000000000000000000000, 0xe582ead875a5771602bd05342c64b5cb, 0x2f5790511bfb6f7a1ba43b5096fcde00e34f5bca7c1489d392b0157de3f05e11, '', 0, '?'),
(0x142f1b969594f0c9ef230a9b9b71d36e, 'wp-content/plugins/blockspare/dist/images/blockspare-posts-block-list-layout-3.3d0392ae.png', '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/blockspare-posts-block-list-layout-3.3d0392ae.png', 1, 0x00000000000000000000000000000000, 0x1f4cd41091a11b42bcab800782cca919, 0x107ab642139cfc1eca2a667ca15b0ef7674171632aa85102b6fcbb10c89b1796, '', 0, '?'),
(0x854ea7f0a6ba2a7c463c46449daa00e6, 'wp-content/plugins/blockspare/dist/images/blockspare-posts-block-list-layout-4.4259edfb.png', '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/blockspare-posts-block-list-layout-4.4259edfb.png', 1, 0x00000000000000000000000000000000, 0x5c251e4e741589118fef1c4ad2568e1d, 0x6ee0d452cb745607a57585c8ab58a6736a0befdefdd28188b89e2a05057fb523, '', 0, '?'),
(0x51c05df61a884490516df16903277d75, 'wp-content/plugins/blockspare/dist/images/blockspare-posts-carousel-full-layout-1.55c6967d.png', '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/blockspare-posts-carousel-full-layout-1.55c6967d.png', 1, 0x00000000000000000000000000000000, 0x91c1c75005a29d68f18927ea464d183b, 0x382ca6fe07a0aa0970ad0477a1abda9bf950abf9262bd1ada901feb438f6ebae, '', 0, '?'),
(0x1c6a6474f3899c59bfe4741ddf19a503, 'wp-content/plugins/blockspare/dist/images/blockspare-posts-carousel-full-layout-2.7c02df02.png', '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/blockspare-posts-carousel-full-layout-2.7c02df02.png', 1, 0x00000000000000000000000000000000, 0x78ab89df3a584d5798ffbc3ac2703fdc, 0x625697e5aae83f777df0da6fee4e86fb20064a7f8661917fce71b2527c754381, '', 0, '?'),
(0x8ea896ec7987ce47c6e44355bc74c766, 'wp-content/plugins/blockspare/dist/images/blockspare-posts-carousel-full-layout-3.6674d670.png', '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/blockspare-posts-carousel-full-layout-3.6674d670.png', 1, 0x00000000000000000000000000000000, 0x864ca7493209197423493078a1b026d7, 0xee926a65649a8da6317b166a7ff55163605281f4925835e2ad22b0eed3e04170, '', 0, '?'),
(0x1c29bbf8173c90b468bd1a9b1f96651d, 'wp-content/plugins/blockspare/dist/images/blockspare-posts-carousel-full-layout-4.1fbe6ef2.png', '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/blockspare-posts-carousel-full-layout-4.1fbe6ef2.png', 1, 0x00000000000000000000000000000000, 0x21cbb765779a34b71ad907be21f46ab9, 0xc5298850f9942b53324b5704bc7f2c4c9e3766621160781ca404ac14b3783ac9, '', 0, '?'),
(0xd2fa197ac804c581a7e4824ae9a5b262, 'wp-content/plugins/blockspare/dist/images/blockspare-posts-carousel-grid-layout-1.37f47040.png', '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/blockspare-posts-carousel-grid-layout-1.37f47040.png', 1, 0x00000000000000000000000000000000, 0xc94ec30c797691ecc5b2f3116b00ed98, 0xdd93eb9e5ada076c35a21efff8a5ca3696ce1bb3384cac36d9bcb5e16eb8c3d5, '', 0, '?'),
(0x8f1c00f5f5f5cb0e3f1b96586ea6aca0, 'wp-content/plugins/blockspare/dist/images/blockspare-posts-carousel-grid-layout-2.c25228dd.png', '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/blockspare-posts-carousel-grid-layout-2.c25228dd.png', 1, 0x00000000000000000000000000000000, 0x6f783e7ebe12133a4882b2e1bdfc6c23, 0xaa6e4f26bdfbb412716ae321667508997c600ffbb1b3858e8ad01a4eb561a0cc, '', 0, '?'),
(0x3bf9e878bdfb1374090cac34b999c4e6, 'wp-content/plugins/blockspare/dist/images/blockspare-posts-carousel-grid-layout-3.b310ab68.png', '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/blockspare-posts-carousel-grid-layout-3.b310ab68.png', 1, 0x00000000000000000000000000000000, 0xd79690ea2ee9b79a3a4a11a4c31665a0, 0x9ef5ce41c404629095851b35ae0fb73ddea7182ead92e20e9abf6b51a2cb1791, '', 0, '?'),
(0x249247fbf8e0bc44bbd2e9c390f0527b, 'wp-content/plugins/blockspare/dist/images/category-border.a30e85ac.png', '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/category-border.a30e85ac.png', 1, 0x00000000000000000000000000000000, 0x8e96605161b7037ed2fb98df3f56c552, 0xb845a716050344744cac3e5a4e643818b40729eec840826cd0049911bd42adaa, '', 0, '?'),
(0xee04a639318ff8812e8e78e4005b71be, 'wp-content/plugins/blockspare/dist/images/category-fill.a70e6158.png', '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/category-fill.a70e6158.png', 1, 0x00000000000000000000000000000000, 0xe78b96f2b80a4eb945bf0c9400438e63, 0x83036a305f4da5d00a95759fdc7693d3ee193c72e2fd835951437fa480bbe4a8, '', 0, '?'),
(0x2817af05342900d3afd838eb99405d1a, 'wp-content/plugins/blockspare/dist/images/double-wave.82d7fb54.png', '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/double-wave.82d7fb54.png', 1, 0x00000000000000000000000000000000, 0x19f38f4ef40edb12f450c1918bb15e8f, 0xe2fe3d28ed2d5c871bd5debcc21bcf1746159534f6f2dc0d4c1e3f70739b10b8, '', 0, '?'),
(0x65e4417b7f761916de3849baf3911aa3, 'wp-content/plugins/blockspare/dist/images/fan.bc21d0f4.png', '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/fan.bc21d0f4.png', 1, 0x00000000000000000000000000000000, 0xf3e798ebcb712c70b87638034edf41f9, 0xca7057cd1903a2ff7d008392f82e0cf825d45ccf9674d35a64eb2b5853540d63, '', 0, '?'),
(0xed743b4547630dd7212244744657483a, 'wp-content/plugins/blockspare/dist/images/pricingtable-layout-1.1504cb9c.png', '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/pricingtable-layout-1.1504cb9c.png', 1, 0x00000000000000000000000000000000, 0x3a3fd30ed8904d4f1863a9329bff3635, 0x7d03ed8235a94051662e122a65367b75b81139aac6efeb73ff6aff0797efb76d, '', 0, '?'),
(0xfba6c1bb501ba52a86734267bdfc7ac0, 'wp-content/plugins/blockspare/dist/images/pricingtable-layout-10.0cfddc6c.png', '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/pricingtable-layout-10.0cfddc6c.png', 1, 0x00000000000000000000000000000000, 0x499d7add673a0493de983512e720dbdb, 0x244c0efc03219a5c08e44d2b86ca85a2ee94d9e3da67077f2559d38469f72bc6, '', 0, '?'),
(0x0786bebec198d0a67630c640842c8c33, 'wp-content/plugins/blockspare/dist/images/pricingtable-layout-2.e968ef9f.png', '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/pricingtable-layout-2.e968ef9f.png', 1, 0x00000000000000000000000000000000, 0x8891bb6de69b77d8240a1dd80979feaf, 0x65cd53603952f3809ae7466aeb0997db78531bea0da5f87a5959c63a22b3bb9c, '', 0, '?'),
(0x3230c73a227d4fc6e3576dd8d86bd821, 'wp-content/plugins/blockspare/dist/images/pricingtable-layout-3.a1c4c8a7.png', '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/pricingtable-layout-3.a1c4c8a7.png', 1, 0x00000000000000000000000000000000, 0xf2826dace9a6b49487b5408419a191b5, 0x0d801d22db4a693ec962c008057eabac94be79c2b0241dfdef50c4c904d01579, '', 0, '?'),
(0xd2b31a8b13780b16059a9fc8a5100a98, 'wp-content/plugins/blockspare/dist/images/pricingtable-layout-4.78071a1d.png', '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/pricingtable-layout-4.78071a1d.png', 1, 0x00000000000000000000000000000000, 0xdebc8a5060f18a9f625f74ec4c1b1e0e, 0x00bf8ab84dd98fea31da79a4176f50b0e1e1cfa5cf4ff91e443521a442b17465, '', 0, '?'),
(0x17d768e1db20a8f08a1cb7230d50b4a4, 'wp-content/plugins/blockspare/dist/images/pricingtable-layout-5.81048d9e.png', '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/pricingtable-layout-5.81048d9e.png', 1, 0x00000000000000000000000000000000, 0xc8c73c87d504a6e63348d05631912627, 0x4f63852671f2e99cb070b11de57b103c6c82458413bf556969ef9b2b8b4b422f, '', 0, '?'),
(0xcdd98c065a2c91f6967139a425d57da1, 'wp-content/plugins/blockspare/dist/images/pricingtable-layout-6.e3593b04.png', '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/pricingtable-layout-6.e3593b04.png', 1, 0x00000000000000000000000000000000, 0x8ce434d6d2e93d6f4dae41088d311a52, 0x464c05af69a1b85c7a5975eeb07fe9807904ef2cf95b5ff5794f196d5fedfe72, '', 0, '?'),
(0x400f25a19277ade0edb58f4a93da6b89, 'wp-content/plugins/blockspare/dist/images/pricingtable-layout-7.3a2bcb9c.png', '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/pricingtable-layout-7.3a2bcb9c.png', 1, 0x00000000000000000000000000000000, 0xa417941fd1aa5a9cd7a1f768890c7c7d, 0xd293cfb384d09c19a6d7f891954443652dffd5a2d6023881950a172fffdfa423, '', 0, '?'),
(0x2e577d10b62ff1499b96b3fb3bb21bea, 'wp-content/plugins/blockspare/dist/images/pricingtable-layout-8.5f8182c7.png', '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/pricingtable-layout-8.5f8182c7.png', 1, 0x00000000000000000000000000000000, 0xa0ebceab39e54b4840ec9fe9b04469ef, 0x093485ac37cc719fe909e1f8c11e1155f0dfa64a9addad5a2c9c18f51c9a2918, '', 0, '?'),
(0x052e4096edc2d7385ac55ded8b1193fd, 'wp-content/plugins/blockspare/dist/images/pricingtable-layout-9.37c95d4c.png', '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/pricingtable-layout-9.37c95d4c.png', 1, 0x00000000000000000000000000000000, 0x870b1bc4488b575715670b801c33877c, 0x496f577928ddd9278d5de984337e98c3f2c99a993f23411614ee97081c8b117f, '', 0, '?'),
(0x777bfa1134c7c41db710967df548ec04, 'wp-content/plugins/blockspare/dist/images/service-layout-1.fc208c4f.png', '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/service-layout-1.fc208c4f.png', 1, 0x00000000000000000000000000000000, 0xfea171740e6b6207d3abfc3b329f7338, 0xc0fabe209dc7fa83af41718ad8c0e37703d118a3c985bf1b4d7f1240a9b08446, '', 0, '?'),
(0x13587347ec930b779cff33542a3a394d, 'wp-content/plugins/blockspare/dist/images/service-layout-2.df537dfb.png', '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/service-layout-2.df537dfb.png', 1, 0x00000000000000000000000000000000, 0xcb629b34f3ff8e859976d1db4a7d8b07, 0x41413e47e012dae4d26c67ff2f28b116375eee8fc5165ba6cf1eac938d3e87fc, '', 0, '?'),
(0x5c87a2c72d65f9718729e1d4194a2b76, 'wp-content/plugins/blockspare/dist/images/service-layout-3.21efdf03.png', '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/service-layout-3.21efdf03.png', 1, 0x00000000000000000000000000000000, 0x7c14db0b98f43ee2349cb762de75c018, 0x8339621753eec41d0ef148e2d1fe2723ec16e406edf330fddedb5ea50d62be0e, '', 0, '?'),
(0xd9754a3c94791b6aa6b014fecffae7e2, 'wp-content/plugins/blockspare/dist/images/service-layout-4.8644a6c4.png', '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/service-layout-4.8644a6c4.png', 1, 0x00000000000000000000000000000000, 0xb75c368828255095c8901617401ba0a5, 0xfcc34153c2d7485cb54fc599c36567ea643745de0c073c5aa735d4c9d0afc674, '', 0, '?'),
(0x0741a66fd6c86e4534730b45bc22a89c, 'wp-content/plugins/blockspare/dist/images/service-layout-5.e1e50245.png', '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/service-layout-5.e1e50245.png', 1, 0x00000000000000000000000000000000, 0xebf12d6382ff0ad76640d05651061c02, 0xec8f6928b633219efb05970cd91eaa91d150b18dd1ecd90801bc6e73a984dfd0, '', 0, '?'),
(0x84825e23494ae684dcb0901704137a4b, 'wp-content/plugins/blockspare/dist/images/service-layout-6.0a456ca7.png', '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/service-layout-6.0a456ca7.png', 1, 0x00000000000000000000000000000000, 0x2ce095b476fb9eadcacff0631af00ee5, 0x2ec75cd870567e276376386b423ad8fd3c00f4d98532fa78bbb19d0924df0afd, '', 0, '?'),
(0x2520aea0ddde79999f911d653b1a2477, 'wp-content/plugins/blockspare/dist/images/style-1.784407a9.png', '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/style-1.784407a9.png', 1, 0x00000000000000000000000000000000, 0x279b6ef3e5b2d755e35fbeb5f8d93f0e, 0xebda33a0c0727972896835167e98584853750a2a22ae9dcaf3feab3b24d334f6, '', 0, '?'),
(0x8a74668e5bd51bc6636d18260b0b8204, 'wp-content/plugins/blockspare/dist/images/style-2.93273324.png', '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/style-2.93273324.png', 1, 0x00000000000000000000000000000000, 0x8836b42514905b4e99eaf16e5cb8de72, 0x865913ed7c38d6d17bdf30ca80eb04ca7027b2e0a34905cd003d2624afdb341e, '', 0, '?'),
(0x473e1d7aa18c4b8df1fd9a66fcce3f69, 'wp-content/plugins/blockspare/dist/images/style-3.05d95083.png', '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/style-3.05d95083.png', 1, 0x00000000000000000000000000000000, 0xd3d22d26484eb7e93450dcd96fdd98be, 0xb2d843d6af907a2b00ebe2e3b0a560ae70916c24d632dbcf5b95b1c5696ecc11, '', 0, '?'),
(0x3d96f450b5b6e3f6fe5b92724ea232d9, 'wp-content/plugins/blockspare/dist/images/style-4.1896ce07.png', '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/style-4.1896ce07.png', 1, 0x00000000000000000000000000000000, 0xf5bcc86f4cc8055ffadab085d54e63ef, 0x8130c88fbfb7af2d8a220e47874e5b929c7b8fec53eeb13c20f030903c0b53cd, '', 0, '?'),
(0x597bb40eee2c3e1418935af9e0adbe2c, 'wp-content/plugins/blockspare/dist/images/style-5.53dbf80c.png', '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/style-5.53dbf80c.png', 1, 0x00000000000000000000000000000000, 0xa6b305fe80225a80420d76c70ba3ad5a, 0x616ca9924b901a41963057a8a8ec174d88f33ef0292767a304de71d9ef7d6c16, '', 0, '?'),
(0xc6c0c01f3ddb30a1a0652daa4205f532, 'wp-content/plugins/blockspare/dist/images/style-6.11a69019.png', '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/style-6.11a69019.png', 1, 0x00000000000000000000000000000000, 0xc4b11c2f4c45e8279dd05061006cf6cb, 0xd0774ebe86e1c996d12892320faf22d9dab508dbe4d53cbcda2268c1c2476e24, '', 0, '?'),
(0x07321ecc5ae6c34d0f1e418da0b4ada7, 'wp-content/plugins/blockspare/dist/images/style-7.43e225d4.png', '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/style-7.43e225d4.png', 1, 0x00000000000000000000000000000000, 0xec6ecce00a9165e0b45081aef5478637, 0x25deaeff1c521026796c069c54bce378265878f192574406fc0bb32632410ddc, '', 0, '?'),
(0xcac35bc901bd824c0f1ed5505fbc8aca, 'wp-content/plugins/blockspare/dist/images/waves.2d255087.png', '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/waves.2d255087.png', 1, 0x00000000000000000000000000000000, 0x14787bb8cd42d0cf2a2d7f7eb6482db8, 0xb045c5ffd1ad759ce5153a6e21051ce41478bf705f38596b0405ea5c43e884f6, '', 0, '?'),
(0x2e5dbee13b3280ee4d8022922a34955e, 'wp-content/plugins/blockspare/dist/images/wavy.63923a27.png', '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/wavy.63923a27.png', 1, 0x00000000000000000000000000000000, 0xae154e66a3d9ba46ceaf61e16540ba64, 0xeb2977bc1de09dbc0dbf48307199d1aa1f7ea7b08a999754971a42814cff68df, '', 0, '?'),
(0x531eae30e87559f4b393b4cbea2e8ee4, 'wp-content/plugins/blockspare/dist/style-blocks.css', '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/style-blocks.css', 1, 0x00000000000000000000000000000000, 0x5462d74749349c5b599df7a1ff8ff769, 0xe4d81a2805c16b1ce8e599fab682916ce820a1b82e23ef47c69abe0801976e98, '', 0, '?'),
(0x514c5afca26e3a849cbf8ad6f287e87a, 'wp-content/plugins/blockspare/freemius/LICENSE.txt', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x985eca66feaf0170850231d4616b3074, 0x7836ca40e0a90adb710276c764523ee0e3b27b0f1491385eb85fe604e0b87051, '', 0, '?'),
(0xc27d733ae3f26533fac9cbdbae1b6328, 'wp-content/plugins/blockspare/freemius/README.md', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/README.md', 1, 0x00000000000000000000000000000000, 0x2ca31b0bbd4e38a84066dc0177750758, 0x689db0ec64349e83c78843fce168607111b3d6f47423779cc2f33053ead88620, '', 0, '?'),
(0xcd3555f91d6cd7bf437972944d036dcf, 'wp-content/plugins/blockspare/freemius/assets/css/admin/account.css', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/assets/css/admin/account.css', 1, 0x00000000000000000000000000000000, 0x115111a67155b1f2285b94529272aa74, 0xe5dd384f39fd3bda1f027d79a0bf5698f67248d942fb504f675ea3502e96251c, '', 0, '?'),
(0x418abd46a3638c377225a5ba73aa5d0e, 'wp-content/plugins/blockspare/freemius/assets/css/admin/add-ons.css', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/assets/css/admin/add-ons.css', 1, 0x00000000000000000000000000000000, 0x75a75498f8fb151a2212605eb829f027, 0x34b24782c44ecac21f1d674b341fab6a9f635dadb1beb37e4266f05b3166d309, '', 0, '?'),
(0x975461e412510a1514fdd2ff026dfa96, 'wp-content/plugins/blockspare/freemius/assets/css/admin/affiliation.css', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/assets/css/admin/affiliation.css', 1, 0x00000000000000000000000000000000, 0xdf31b70dad1cfe9880e5a0f4912a6dda, 0x763825f01bc95d07a0c7d588daa1cca68e3f245681dc5f6f23591a82b21ad946, '', 0, '?'),
(0x484b5d6bdf70fa9d48d5c733d7a2f7fe, 'wp-content/plugins/blockspare/freemius/assets/css/admin/checkout.css', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/assets/css/admin/checkout.css', 1, 0x00000000000000000000000000000000, 0x17061aa254ae8660c38ce30306698d16, 0x4e18359c87a1bf0dedc0de3375acf15bf3d7ed26c06060ff89b18d622afa08ed, '', 0, '?'),
(0xeb631651c7d85957f2692040e2f90428, 'wp-content/plugins/blockspare/freemius/assets/css/admin/common.css', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/assets/css/admin/common.css', 1, 0x00000000000000000000000000000000, 0x85f79d709885071093c12e9730622ffe, 0x93d3c6c5da4de9bb506660047977daa29c10d503c10fbb32c64faf934c9a0b4f, '', 0, '?'),
(0xaaddbf92cb851e19fbdd48ea4789d9b6, 'wp-content/plugins/blockspare/freemius/assets/css/admin/connect.css', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/assets/css/admin/connect.css', 1, 0x00000000000000000000000000000000, 0x77b1841dc0d66c3b2582de5439776f2a, 0x6a860edd9471c9c33e7ea0c0eb1a707a019c06711b3f5a9cbd086decf357acb9, '', 0, '?'),
(0x4c7c087b3be196efa140dabc630e30c6, 'wp-content/plugins/blockspare/freemius/assets/css/admin/debug.css', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/assets/css/admin/debug.css', 1, 0x00000000000000000000000000000000, 0x61b3250ab759207bb1d4b766049568be, 0x346e384e4d9c707350f2b6c6f73778c9c0ffbe98ef1c15b3053bf469446265b0, '', 0, '?'),
(0xf1328010640f091b1d2dc8b9e2030096, 'wp-content/plugins/blockspare/freemius/assets/css/admin/dialog-boxes.css', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/assets/css/admin/dialog-boxes.css', 1, 0x00000000000000000000000000000000, 0x50d4dfacc915a76545bc5e1c2ac43c32, 0x724f53bf356a9ac3725d2882dd5097bfad6a2e7ff214f68672fe39b5733ca573, '', 0, '?'),
(0x908ea7f743a03970703a0b9bd6cef61d, 'wp-content/plugins/blockspare/freemius/assets/css/admin/gdpr-optin-notice.css', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/assets/css/admin/gdpr-optin-notice.css', 1, 0x00000000000000000000000000000000, 0x344fd06ab5d8994bad0d3ea2135b40c4, 0x6cf858777d38906107ce51d00a54f26c0fea97f723f5f5876cf7fddb6c0279d8, '', 0, '?'),
(0x4079cad7e8f963db2a935f486bfec835, 'wp-content/plugins/blockspare/freemius/assets/css/admin/index.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/assets/css/admin/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0x892c5cf3be565a5cb4df0b5dd3c4acc8, 'wp-content/plugins/blockspare/freemius/assets/css/admin/plugins.css', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/assets/css/admin/plugins.css', 1, 0x00000000000000000000000000000000, 0x8103f7eee90000bf5731b63a109056ae, 0x852314a447cabc07129692f4ee520ca730b3306d4175cfe05af5e56c0fc1871b, '', 0, '?'),
(0xe05f3ae97d7c5b9f8b58f51115a33cc4, 'wp-content/plugins/blockspare/freemius/assets/css/customizer.css', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/assets/css/customizer.css', 1, 0x00000000000000000000000000000000, 0x6930777ad23cd8b015cc7362a633a0a5, 0xc28dd1204c0e28b8c4e8d84c33b513823ea441cb457fc458b33309c061e5ac15, '', 0, '?'),
(0xf2ab0e9d2348958e4405af1f5d7cbaa1, 'wp-content/plugins/blockspare/freemius/assets/css/index.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/assets/css/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0xbd68b7611672dc8e3a078c4c79f0cb84, 'wp-content/plugins/blockspare/freemius/assets/img/index.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/assets/img/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0xc9ead8228ddb1df5806c323263256e08, 'wp-content/plugins/blockspare/freemius/assets/img/plugin-icon.png', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/assets/img/plugin-icon.png', 1, 0x00000000000000000000000000000000, 0xc38d022fe0b2df0a6bc31404e90a38be, 0xcf9a4e92529ae6267df3ed3137f90fda7d28cc8c604927af56f17da2d8c44c29, '', 0, '?'),
(0xb74e2bfd904da0d52f2bbe6211309617, 'wp-content/plugins/blockspare/freemius/assets/img/theme-icon.png', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/assets/img/theme-icon.png', 1, 0x00000000000000000000000000000000, 0x8cb315f4fef1d533eca11ba28e6f9521, 0x8d8be128d35f7b0cccd8f85150dcc2d07956e36c8e18d96a79ca4295d6cd7efd, '', 0, '?'),
(0x2f34aca8971f535877b7d874bc402c1f, 'wp-content/plugins/blockspare/freemius/assets/index.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/assets/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0x1d66774b015fb3a9b2864567a01a2ccf, 'wp-content/plugins/blockspare/freemius/assets/js/index.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/assets/js/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0x746cc6b646c7e6c7073d3c8c185138de, 'wp-content/plugins/blockspare/freemius/assets/js/nojquery.ba-postmessage.js', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/assets/js/nojquery.ba-postmessage.js', 1, 0x00000000000000000000000000000000, 0x9ae773f2dc724cecaf0f12cf15155bc3, 0xe044b79d5c1a15b8c049179ed3a15bdbaa9bf6a8d7edaf6a6388505a6773aa57, '', 0, '?'),
(0x1b6a1e13642945f75c9c9325b1c8495d, 'wp-content/plugins/blockspare/freemius/assets/js/nojquery.ba-postmessage.min.js', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/assets/js/nojquery.ba-postmessage.min.js', 1, 0x00000000000000000000000000000000, 0x6749bac0ae2a426fd5f576c9f2b9e4b5, 0x5de5de80a1a4ac5cc1ca0f2b66f9f8b3520a51bfbb25e1d7a04a878b9295b53e, '', 0, '?'),
(0x21c686f2833c16948771fd2b1084ed74, 'wp-content/plugins/blockspare/freemius/assets/js/postmessage.js', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/assets/js/postmessage.js', 1, 0x00000000000000000000000000000000, 0xfb652a8fc91ca5b926bd6f80150427b7, 0x624d0d09ba7beb5454ef74abd7b05cf87495a83dfe7bc5c861cfbd239ccd7139, '', 0, '?'),
(0x58febba13bed1993cbba4930b6fa36fa, 'wp-content/plugins/blockspare/freemius/config.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/config.php', 1, 0x00000000000000000000000000000000, 0x822fb39e68fc715ffe4bc2a9504e5012, 0x11008f4eb0477c0663fde85dc2f7e9fcbbb093d0643d6fca124c565cfa6462ad, '', 0, '?'),
(0x2501d0a665fcd1178a6369d32d9552fd, 'wp-content/plugins/blockspare/freemius/includes/class-freemius-abstract.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/class-freemius-abstract.php', 1, 0x00000000000000000000000000000000, 0xca1728fc45b9a7a3bef83d9c0abd120c, 0x94df797e0223e05d438fbf261e422b86420cfb3bce2073c38160d9a457acb3ed, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x2d9f60238a61e32d204f5bf175f25ff7, 'wp-content/plugins/blockspare/freemius/includes/class-freemius.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/class-freemius.php', 1, 0x00000000000000000000000000000000, 0xaa1be50592ee65b43b802eba1e56b31f, 0x1750af841d509ca36eb84402ab6d20cca117ec2396ad5c59c3c70e943d14a733, '', 0, '?'),
(0x019ef9e03200282a712e86295490fc16, 'wp-content/plugins/blockspare/freemius/includes/class-fs-admin-notices.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/class-fs-admin-notices.php', 1, 0x00000000000000000000000000000000, 0xadadd160d12b74d495bbf6319e23d432, 0xb1bd33ac63f326815add5847ff5418246c54ad2e0b53861128279de45a4186d8, '', 0, '?'),
(0xa9653cf98c6e6f09ffa3dbf552c5d186, 'wp-content/plugins/blockspare/freemius/includes/class-fs-api.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/class-fs-api.php', 1, 0x00000000000000000000000000000000, 0x673b20dc935755e84c9b4ed8e6a81b8f, 0x1ec68ba5430707032a0fb591e575e35997ca42ad688e609a10974e6458a22b48, '', 0, '?'),
(0x79a1ab2114d6970763dfeb1ab20de3cd, 'wp-content/plugins/blockspare/freemius/includes/class-fs-logger.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/class-fs-logger.php', 1, 0x00000000000000000000000000000000, 0xbe922299f062e6cee0c3d09c16baf1ca, 0x9f865d3a6fd9feaba56377115d399a69a74026b587680b0b0b139ba05c33b7d3, '', 0, '?'),
(0x27385daaf3d182b8ceb3794444dedf04, 'wp-content/plugins/blockspare/freemius/includes/class-fs-options.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/class-fs-options.php', 1, 0x00000000000000000000000000000000, 0xfd471a1252456b26d56db26691a3c576, 0xd627fb4c4d5a1c418db114de46c7ec63a3e5f679c7a7af8826f3381d47db113a, '', 0, '?'),
(0x0327182094906d03853d822db4dc0f82, 'wp-content/plugins/blockspare/freemius/includes/class-fs-plugin-updater.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/class-fs-plugin-updater.php', 1, 0x00000000000000000000000000000000, 0xbb1e7dc5d91b0de1aef721e9ff7025f1, 0x97b11b1d50bc8cb305590583eaecfefb27097782fe9cf4a78561d541a62a01c3, '', 0, '?'),
(0x9e0548891c1fc986256134bb4f095e01, 'wp-content/plugins/blockspare/freemius/includes/class-fs-security.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/class-fs-security.php', 1, 0x00000000000000000000000000000000, 0x229cf58949612ac4a088677ba62c9b97, 0xf5df916d446e025b2b41d22034c22cae15d79412d6cbb28f8750a1bea9c11205, '', 0, '?'),
(0x253e672c2fffbafb5fe566f82b9ed949, 'wp-content/plugins/blockspare/freemius/includes/class-fs-storage.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/class-fs-storage.php', 1, 0x00000000000000000000000000000000, 0x13e077a90960490522510720f1bbc0ed, 0xacf03f21016fb332d025953e4c65e94178482973245339eb321ad85af1b9c238, '', 0, '?'),
(0x5e94b97bec6a0629581f0b36aecb6ebe, 'wp-content/plugins/blockspare/freemius/includes/class-fs-user-lock.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/class-fs-user-lock.php', 1, 0x00000000000000000000000000000000, 0x73ecd350873b5bccd9531df35caedaee, 0xd17281bcc34b0cfb067edd720c875c39d35f9d13e84e84dd728e988f8c0716c5, '', 0, '?'),
(0x37bb2a9566dcd08e0c39bb62b02b5318, 'wp-content/plugins/blockspare/freemius/includes/customizer/class-fs-customizer-support-section.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/customizer/class-fs-customizer-support-section.php', 1, 0x00000000000000000000000000000000, 0xb178f215153c2c45d763e19a270314f4, 0xd30a04aa903dbed60185bcbbc1d576582a7a81b1517e4d02fbc726f91a3faa3e, '', 0, '?'),
(0xfbe5e327f417fd6cf34aa9e530ea2bc4, 'wp-content/plugins/blockspare/freemius/includes/customizer/class-fs-customizer-upsell-control.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/customizer/class-fs-customizer-upsell-control.php', 1, 0x00000000000000000000000000000000, 0x157d6533845f5accdb01d35f3865ea8e, 0x5242a1688ca320fbffce111c1ad4e47d0227586959291dde7826aab673776074, '', 0, '?'),
(0x6c5e84de961538347149865f7108572d, 'wp-content/plugins/blockspare/freemius/includes/customizer/index.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/customizer/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0xaa4ee5d9841b89bb2c79de7c205614ba, 'wp-content/plugins/blockspare/freemius/includes/debug/class-fs-debug-bar-panel.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/debug/class-fs-debug-bar-panel.php', 1, 0x00000000000000000000000000000000, 0x9665e6e14396e4b9f11f835f074b6bc4, 0x8237a5b70cfa0d3050e9e6dfd95c0941610ee220f024ea6da1a8186d06f4dff0, '', 0, '?'),
(0x502aab3a5027f13528d9ec2094f5a9f7, 'wp-content/plugins/blockspare/freemius/includes/debug/debug-bar-start.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/debug/debug-bar-start.php', 1, 0x00000000000000000000000000000000, 0x5fa116c8b2bd8686d9c7b230c87e9222, 0x1a1f870f0b21d377cc83335bd67232b18d8d0e9ed5162626075caa6fc0646c3b, '', 0, '?'),
(0x741f167c91fe8cb8b6016c173c2a7d9a, 'wp-content/plugins/blockspare/freemius/includes/debug/index.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/debug/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0x639c90462d7fd19d82c6b3edd4123d11, 'wp-content/plugins/blockspare/freemius/includes/entities/class-fs-affiliate-terms.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/entities/class-fs-affiliate-terms.php', 1, 0x00000000000000000000000000000000, 0x35016787d29f2095d8d4139255ef6d2d, 0x5b69df587fd6512c996e61e6c22ad76ee9f66620c2a26e0100ca36101f12ea7c, '', 0, '?'),
(0x580208dd1087640ae96461aad26764d8, 'wp-content/plugins/blockspare/freemius/includes/entities/class-fs-affiliate.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/entities/class-fs-affiliate.php', 1, 0x00000000000000000000000000000000, 0x1858bb266130901469b975c74658f556, 0x13b47caf8f6537134eca9514f951083b77be779920a91c25f61c16ed109a95ef, '', 0, '?'),
(0xdfcde19f13ec4a613d38cb998e684a15, 'wp-content/plugins/blockspare/freemius/includes/entities/class-fs-billing.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/entities/class-fs-billing.php', 1, 0x00000000000000000000000000000000, 0x63c904e144d4bbb827c3e4e4748cc8d1, 0x58c37b02d6ec35ec3ec654882ae1792f2af471c5aaf00e069dd8625fad6e6a5a, '', 0, '?'),
(0x3de21e2e6ed35b1c2fa33c537a049935, 'wp-content/plugins/blockspare/freemius/includes/entities/class-fs-entity.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/entities/class-fs-entity.php', 1, 0x00000000000000000000000000000000, 0x180e841a99553c201c55e5ca148edf9c, 0x21aaadc7ee3eb72f69c181c36cbda7024fa0ec0ed465d9096ae8811c7464b36b, '', 0, '?'),
(0x893edae96dde1bc01e451a06270025b6, 'wp-content/plugins/blockspare/freemius/includes/entities/class-fs-payment.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/entities/class-fs-payment.php', 1, 0x00000000000000000000000000000000, 0x2c0bd63573ae6b32c65fcc3274b4d73d, 0x9257c838f8bdb998230119ae2bd5e9b722d3deffbf2f07abe1f7292bf659d8d3, '', 0, '?'),
(0xa37c89a9b9797c794e4b4edc330910b7, 'wp-content/plugins/blockspare/freemius/includes/entities/class-fs-plugin-info.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/entities/class-fs-plugin-info.php', 1, 0x00000000000000000000000000000000, 0x411694b5b5c0af56d3a5d9b5dcd1b969, 0x5043fc2a5a4c40f144217d04bbdafeb926f17bb90b384404a777176348b73ad2, '', 0, '?'),
(0xc9cb553235adb4ef792f787868afb67b, 'wp-content/plugins/blockspare/freemius/includes/entities/class-fs-plugin-license.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/entities/class-fs-plugin-license.php', 1, 0x00000000000000000000000000000000, 0x21b40b61a2c099d78ad07f22cd925a60, 0xecc5a181a20b59902dfd2c66002d97fc72c043f1e4b9ebc088526d38ce2ed21b, '', 0, '?'),
(0xe402dec93b73350dbc09c998677e684f, 'wp-content/plugins/blockspare/freemius/includes/entities/class-fs-plugin-plan.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/entities/class-fs-plugin-plan.php', 1, 0x00000000000000000000000000000000, 0x275363d2504f48d2f4f01c3dc8076291, 0xaf5cc16a1e16cfc2e2e5577bf0aed735e26494cb574a79ac5b0e89257a0de79b, '', 0, '?'),
(0xd6c27396316aeeab063a9b362ffcf089, 'wp-content/plugins/blockspare/freemius/includes/entities/class-fs-plugin-tag.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/entities/class-fs-plugin-tag.php', 1, 0x00000000000000000000000000000000, 0xe24f3048ab3f2f809afdc6c022a3ada0, 0xc19937949aede010f9c22f94eb871aaeffa0e0c63020a53887586e8ec0505bad, '', 0, '?'),
(0x3db22ddb128296b4162b5e20681bc862, 'wp-content/plugins/blockspare/freemius/includes/entities/class-fs-plugin.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/entities/class-fs-plugin.php', 1, 0x00000000000000000000000000000000, 0x8c72d7abf0af6d87f8e85e5dda9305e1, 0xd5ddb6c9c59b49dfefd0cb26b531a4c9f4cd4b22a44597622c6a890c35a2260f, '', 0, '?'),
(0xcf464eeecaf28bc23bd5000fc6895ffd, 'wp-content/plugins/blockspare/freemius/includes/entities/class-fs-pricing.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/entities/class-fs-pricing.php', 1, 0x00000000000000000000000000000000, 0x32a00dfc115966fb950a4f9a053717fe, 0xd06acbd71a5f54d0698362a08cfe443cfcafef854469b78d549856eeff0516f9, '', 0, '?'),
(0xa46548eb2313bd284cce6045688e4cfa, 'wp-content/plugins/blockspare/freemius/includes/entities/class-fs-scope-entity.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/entities/class-fs-scope-entity.php', 1, 0x00000000000000000000000000000000, 0x0acd7da3ef93baaaf43a4b6598c3d80b, 0xa901cc18cc24e36dc1e9d7ba4b2d50d07c9e7300a190bbbd580e321edfc0bab2, '', 0, '?'),
(0xcbbc3c11edad65cffffe3f1cbf3aaf3b, 'wp-content/plugins/blockspare/freemius/includes/entities/class-fs-site.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/entities/class-fs-site.php', 1, 0x00000000000000000000000000000000, 0x16cf8c1041292147d316a9a7ede5a186, 0xe576f067208198086d23143ee2232b174902b321ee2502f39636fc1a97d6588f, '', 0, '?'),
(0xd5f906d8fa32139bb2d8780fc8a20231, 'wp-content/plugins/blockspare/freemius/includes/entities/class-fs-subscription.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/entities/class-fs-subscription.php', 1, 0x00000000000000000000000000000000, 0x1e809e6c59323606692699a19368e02a, 0x8207a860af02dda2b8906adff08b14ab0a51318c0b832d553471e577180ac713, '', 0, '?'),
(0xdb3a86f131e52ebfa29f2fc7127afe24, 'wp-content/plugins/blockspare/freemius/includes/entities/class-fs-user.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/entities/class-fs-user.php', 1, 0x00000000000000000000000000000000, 0xd6394ad416d1b88488d685c95abfb626, 0xf84b4b16380e287b21c761de0d0c84fb18e9174d85ed2e7a3a7722866b5e9af0, '', 0, '?'),
(0x9e5345b3823211305aabfed36abb3200, 'wp-content/plugins/blockspare/freemius/includes/entities/index.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/entities/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0xc65253c2605d80baa02daee3f21c21c9, 'wp-content/plugins/blockspare/freemius/includes/fs-core-functions.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/fs-core-functions.php', 1, 0x00000000000000000000000000000000, 0x8916a2aef44b688c484bde6af5fc7d1d, 0xa663ecc0c36c8a2a43d52b1b81edcab0b2e5f2fda81082028316101bf01e6e8d, '', 0, '?'),
(0x10268ec50c25b8409a70ad3323f561af, 'wp-content/plugins/blockspare/freemius/includes/fs-essential-functions.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/fs-essential-functions.php', 1, 0x00000000000000000000000000000000, 0x5e3bbbb42f6f9e63f75fdd37691a1c50, 0x28ad885118b0b3f5a65b76fd7c1caaec3b83dac5c84268e465655d958b5563a3, '', 0, '?'),
(0x720cd788325c8f0cbee22c7079c586d6, 'wp-content/plugins/blockspare/freemius/includes/fs-plugin-info-dialog.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/fs-plugin-info-dialog.php', 1, 0x00000000000000000000000000000000, 0x7f0057225a4c2010740d9ad74ed529d9, 0xf94745222103d26aa5c9c5cbe2dfbe8b8307d163268ecd6dd8ad22ac2c048986, '', 0, '?'),
(0xb6d8f6d078bd0b80df3c55b4359fd23e, 'wp-content/plugins/blockspare/freemius/includes/i18n.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/i18n.php', 1, 0x00000000000000000000000000000000, 0x7741dfd599a8e4696d9801df61b2f90f, 0x1770a7caa7e7351f8fcef03de9ad0ccc61dba7af55eaf6e209fd5c97c9e0f359, '', 0, '?'),
(0x7980fd64fed0e31bb93dbebd5d4c853c, 'wp-content/plugins/blockspare/freemius/includes/index.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0x1f092684acf69a1111a1571152e541a0, 'wp-content/plugins/blockspare/freemius/includes/l10n.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/l10n.php', 1, 0x00000000000000000000000000000000, 0x6078da2e038117e0ff00a9b375f35b27, 0xfd06207c1b944cdb4a0c8456998a1e9d1bb6b03eae236f18d540d592417535f2, '', 0, '?'),
(0x712ea1a90c4f5e7c039535d5fc375a2f, 'wp-content/plugins/blockspare/freemius/includes/managers/class-fs-admin-menu-manager.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/managers/class-fs-admin-menu-manager.php', 1, 0x00000000000000000000000000000000, 0x34906c55457f28d6017df6b8c78f233a, 0xfff86c6dee39108d25954ec539e57fd5a91461b1738847e7f18aac67857736e1, '', 0, '?'),
(0x0937a124f9da9ebee0f7759882b4b1ff, 'wp-content/plugins/blockspare/freemius/includes/managers/class-fs-admin-notice-manager.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/managers/class-fs-admin-notice-manager.php', 1, 0x00000000000000000000000000000000, 0xad1597b835d14839237bc63f71a6d9da, 0xde0bd51217771d7be08b23e93091f432c6c4916e418b35502a3108209888b862, '', 0, '?'),
(0xcb7e0bd529683e52b7c0c76bd3efff24, 'wp-content/plugins/blockspare/freemius/includes/managers/class-fs-cache-manager.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/managers/class-fs-cache-manager.php', 1, 0x00000000000000000000000000000000, 0x4adf1c301d685f2bacba65531634f876, 0x5384c77a358edc29f9c132a6e5a7a3565445a1cb3483602461ecf1629f68016a, '', 0, '?'),
(0x2150e3bfb6784e461dd84edaa35152a5, 'wp-content/plugins/blockspare/freemius/includes/managers/class-fs-gdpr-manager.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/managers/class-fs-gdpr-manager.php', 1, 0x00000000000000000000000000000000, 0x4e0e57018badc49396ca4bb37232f42d, 0xb004d43c30b8e4b3e5544f4ae60a7d4a2ee572b3b4e0a01c8ce96984ec28906b, '', 0, '?'),
(0x42fa2ffb2301f1fc42a7aa781d70be46, 'wp-content/plugins/blockspare/freemius/includes/managers/class-fs-key-value-storage.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/managers/class-fs-key-value-storage.php', 1, 0x00000000000000000000000000000000, 0x06c24b91c57c14088e3b5099f3a339c1, 0xfe04d20776988f9ad844710fb9c0ea684d55207afd4d33d3677e18021f0425ef, '', 0, '?'),
(0x977b4124fccd1676728a39a68d1f0490, 'wp-content/plugins/blockspare/freemius/includes/managers/class-fs-license-manager.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/managers/class-fs-license-manager.php', 1, 0x00000000000000000000000000000000, 0xa82f3ccac892e76e9efc785b0a462138, 0xd8a30a770e3c3cc78b4e4a5ddfe6003685e073ab1cd20b678728ebeea69346af, '', 0, '?'),
(0xc33afee1768a63da3c18925759042fac, 'wp-content/plugins/blockspare/freemius/includes/managers/class-fs-option-manager.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/managers/class-fs-option-manager.php', 1, 0x00000000000000000000000000000000, 0x236c5a41cfdf6c52b2b358b03830dfc4, 0x9f458772772e5d25d1c82f206a19e70e60dce6b931a2f8b8f00c4bb00d6c0cb4, '', 0, '?'),
(0xbc2883047eebd720b3131a42b17afc35, 'wp-content/plugins/blockspare/freemius/includes/managers/class-fs-plan-manager.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/managers/class-fs-plan-manager.php', 1, 0x00000000000000000000000000000000, 0x8e9bd3530fd53b430b06ff532a83f889, 0x6f6b76598117c47137b6a0be4dfdc75e14b8b796e2c9365b505ecae7a5a7141f, '', 0, '?'),
(0x69327febcc90140fb12641dfb33dbf21, 'wp-content/plugins/blockspare/freemius/includes/managers/class-fs-plugin-manager.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/managers/class-fs-plugin-manager.php', 1, 0x00000000000000000000000000000000, 0x5da61c1e786e3e27b985ff2a593eb492, 0x31dcee3c2dd1a22225a5a2b3c6b85e85cb120e29a53d9c4d5bf70407e42b6f94, '', 0, '?'),
(0xf59044c2019cec239677b90ce08f41a4, 'wp-content/plugins/blockspare/freemius/includes/managers/index.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/managers/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0x12dda924df7f5431cefb6615344936be, 'wp-content/plugins/blockspare/freemius/includes/sdk/Exceptions/ArgumentNotExistException.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/sdk/Exceptions/ArgumentNotExistException.php', 1, 0x00000000000000000000000000000000, 0xa26e9de0558a2a5740639013ccc3bcdb, 0x41881791ebf33d1b46d270f6c34f71faa5a894b69476c25f4da93c606917d315, '', 0, '?'),
(0xd97f630284dd788153f29deb85b99c02, 'wp-content/plugins/blockspare/freemius/includes/sdk/Exceptions/EmptyArgumentException.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/sdk/Exceptions/EmptyArgumentException.php', 1, 0x00000000000000000000000000000000, 0x3fdff31aa810ab0bc9ec45b42df4842e, 0xeea781f6d72b0f6e1c97072c96e39adf1aa60a259b6cd15a86c181c0d65c9ac1, '', 0, '?'),
(0x2bbf2428437f8ebdbbd912c5dc3e64de, 'wp-content/plugins/blockspare/freemius/includes/sdk/Exceptions/Exception.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/sdk/Exceptions/Exception.php', 1, 0x00000000000000000000000000000000, 0x48ee9aeb771de9c236a881606ec12c58, 0xf606c4dc207876ee94df6d2068baaa1552518ce2daa2946f65658ac516195417, '', 0, '?'),
(0x66624c82d8432988883460420522df2d, 'wp-content/plugins/blockspare/freemius/includes/sdk/Exceptions/InvalidArgumentException.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/sdk/Exceptions/InvalidArgumentException.php', 1, 0x00000000000000000000000000000000, 0x3b97b4528161e41242629212f5aa8482, 0x41507f3a2bd34346a2af1f00fd3db0d766fe5cee51af4a992ad3a2d094687190, '', 0, '?'),
(0xa08243c23e2711f332aa04ae73ed6f7b, 'wp-content/plugins/blockspare/freemius/includes/sdk/Exceptions/OAuthException.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/sdk/Exceptions/OAuthException.php', 1, 0x00000000000000000000000000000000, 0x0b22627669dd8e0adb89504b88f471e8, 0x05b6c32412ed210e62faca65089b745335ae2c5cc397f4fa1255d3405133e703, '', 0, '?'),
(0x42b4a905c212846e0d71c06a48e06a67, 'wp-content/plugins/blockspare/freemius/includes/sdk/Exceptions/index.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/sdk/Exceptions/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0x5cc7b5aadcfd0609d029f37f466bfa30, 'wp-content/plugins/blockspare/freemius/includes/sdk/FreemiusBase.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/sdk/FreemiusBase.php', 1, 0x00000000000000000000000000000000, 0xd441b2d45e812b47b2f2cdd30fc302b2, 0xa432addfd576fa98b9b621c65cc0a300c30e57be0206f0733c400ff1724d1af7, '', 0, '?'),
(0x748a5425d76b689b3b53804c3e698a72, 'wp-content/plugins/blockspare/freemius/includes/sdk/FreemiusWordPress.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/sdk/FreemiusWordPress.php', 1, 0x00000000000000000000000000000000, 0x75d011e2441b35f6e65bd2ce29ae8989, 0xa2b789b2622b603a50afbcb26d8dde23a53f7ccf46ab58268cfbf8ee096235fb, '', 0, '?'),
(0xba4b99c8245ee944600d8926437d7d0a, 'wp-content/plugins/blockspare/freemius/includes/sdk/LICENSE.txt', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/sdk/LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x8264535c0c4e9c6c335635c4026a8022, 0x583bd6314d72ec477b96a0bb5c79e3d92501317fce60d5d4616ba71b985b8b84, '', 0, '?'),
(0x97bc0a47eb6738e94c16dfefe628c239, 'wp-content/plugins/blockspare/freemius/includes/sdk/index.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/sdk/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0xf520a7cd21145b329433f175a39aee41, 'wp-content/plugins/blockspare/freemius/includes/supplements/fs-essential-functions-1.1.7.1.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/supplements/fs-essential-functions-1.1.7.1.php', 1, 0x00000000000000000000000000000000, 0x50b0491b43ad944b2c38090b29f0eb75, 0xdfbeef85d6df9f37abd7c2967cecc81f8e1c2010598d8eb33a98cb07c68c1eaa, '', 0, '?'),
(0x4c2c5010433d027fcf9cdb0e167ee844, 'wp-content/plugins/blockspare/freemius/includes/supplements/fs-essential-functions-2.2.1.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/supplements/fs-essential-functions-2.2.1.php', 1, 0x00000000000000000000000000000000, 0xd3bb1dfb1d90ded04ba231c6909a102b, 0xab990e58ee3e6b95e89ff9f2881c10448ed2b3bd1a071b2af0eae51224c1d680, '', 0, '?'),
(0x9b6a45cb37eea9f00a5f3f4139cc2b48, 'wp-content/plugins/blockspare/freemius/includes/supplements/index.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/supplements/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0xf8b9abe4a5d999270420dbe8e25d654e, 'wp-content/plugins/blockspare/freemius/index.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0xa8bb94210617c168d82ce9740aefadde, 'wp-content/plugins/blockspare/freemius/languages/freemius-cs_CZ.mo', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/languages/freemius-cs_CZ.mo', 1, 0x00000000000000000000000000000000, 0x5f85793bbfedfa0cdfa18c773d07f3d8, 0x21551734e906739589a4d4f779cddc28e9e742641b9a36b4cb321ddc4f946ca4, '', 0, '?'),
(0xa78e9024ce927d6a2c3036b50599d1ea, 'wp-content/plugins/blockspare/freemius/languages/freemius-da_DK.mo', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/languages/freemius-da_DK.mo', 1, 0x00000000000000000000000000000000, 0xd6f2c99e7c557e68a81b5bf285415e94, 0x2b447e1cb2978519dab161685865358ea8ae97947a316992867f7faa22b8e283, '', 0, '?'),
(0xffffc1d6a7ad9588e24b73099a2db08a, 'wp-content/plugins/blockspare/freemius/languages/freemius-en.mo', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/languages/freemius-en.mo', 1, 0x00000000000000000000000000000000, 0xf760832302d9fb41cfbfbd71defe8796, 0xc40a24507c3224a73515c959fafb0a7ec81f248dc7140c7f53b052a6a02f44cd, '', 0, '?'),
(0x9b167ae3c5246e1083f00bbcee240fb2, 'wp-content/plugins/blockspare/freemius/languages/freemius-es_ES.mo', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/languages/freemius-es_ES.mo', 1, 0x00000000000000000000000000000000, 0xd25850465bf956301e7ed0f8ce1fac17, 0x4270382504c036e69ed312e0ffb58e194ce051b16eb39cc14b44dc871c362ce1, '', 0, '?'),
(0x1059cec178399e7227de4c60980238dc, 'wp-content/plugins/blockspare/freemius/languages/freemius-fr_FR.mo', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/languages/freemius-fr_FR.mo', 1, 0x00000000000000000000000000000000, 0x736f52f101f079e3fc89a0eea966677c, 0xfa25afe306401b21687af1f5c18212d0deb9c63bb9ffa30e45345759c2576939, '', 0, '?'),
(0x4a971c27c9cf572f4cefb58339c6ffc0, 'wp-content/plugins/blockspare/freemius/languages/freemius-he_IL.mo', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/languages/freemius-he_IL.mo', 1, 0x00000000000000000000000000000000, 0xedcbe838e9c48e9dfbdb2b8fe1341f50, 0x219c251affd6978f704ddd8585830ade3241da3e7c1bbeb5bebebdfa9cf93852, '', 0, '?'),
(0xab8bde4d042239679f7378cb3d9e1917, 'wp-content/plugins/blockspare/freemius/languages/freemius-hu_HU.mo', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/languages/freemius-hu_HU.mo', 1, 0x00000000000000000000000000000000, 0xbe5838689eada22bbf5f1c131aeb58f4, 0x532a5dbefdba00d2950d7251f89f52554ea2b5779fb5dd4d6318bed8b400f4b9, '', 0, '?'),
(0x1db1fa21ac13f9666cfbe306fff14a43, 'wp-content/plugins/blockspare/freemius/languages/freemius-it_IT.mo', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/languages/freemius-it_IT.mo', 1, 0x00000000000000000000000000000000, 0x66d54f9003824230c56b3ad76f2b95a3, 0x65b5bc96281ce488e7a33af98c3f816517eab0c645a6e076b888539a54885f68, '', 0, '?'),
(0x3780ea07a2a59972a419b6a0cece65ee, 'wp-content/plugins/blockspare/freemius/languages/freemius-ja.mo', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/languages/freemius-ja.mo', 1, 0x00000000000000000000000000000000, 0x4c184bb4087f7fd3c5c062eec272fa5c, 0x92d03c95d95618e6d153eedf33fe1d4a40ba0d00d05027bb00ceec3dd5509c24, '', 0, '?'),
(0x023d72eabf9608ccb6947ce05b4d8efb, 'wp-content/plugins/blockspare/freemius/languages/freemius-nl_NL.mo', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/languages/freemius-nl_NL.mo', 1, 0x00000000000000000000000000000000, 0x2bae633daf52a804bc88b17aba8b3b2e, 0x423000bca247ca0c5b0d13cd560a29fb885d69e02da80efa44ca7f5578190543, '', 0, '?'),
(0xfaf5fdf7f037dda59a40fd83683cdbcf, 'wp-content/plugins/blockspare/freemius/languages/freemius-ru_RU.mo', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/languages/freemius-ru_RU.mo', 1, 0x00000000000000000000000000000000, 0xb1b0d9e3faf11348de60551de625bee9, 0x6a3fc7d3e0c2a7ec9d98342e80b621cd68baa2db1c3ba40f34675aa64ed7310c, '', 0, '?'),
(0xfd393e0e4835d8768d3250a9792523d1, 'wp-content/plugins/blockspare/freemius/languages/freemius-ta.mo', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/languages/freemius-ta.mo', 1, 0x00000000000000000000000000000000, 0x15b92b77141a43e89e992f14969d171c, 0x9c82c164edc846dbb8cb3bc9709a170c1ae1230055bf64e12f7ab20712462bf5, '', 0, '?'),
(0x97e698dd76745d36053af692c8f8ea80, 'wp-content/plugins/blockspare/freemius/languages/freemius-zh_CN.mo', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/languages/freemius-zh_CN.mo', 1, 0x00000000000000000000000000000000, 0xe292f6b94ee62c7b7b3475280c51e4b1, 0x874a61fe5e15d7f529bc12900f4604847ef78e0a6746ad94766ac8806d15c0c0, '', 0, '?'),
(0x7374d13481617ac91ada34aede8036b0, 'wp-content/plugins/blockspare/freemius/languages/freemius.pot', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/languages/freemius.pot', 1, 0x00000000000000000000000000000000, 0xd40f7a7ef764fc491d73b465b90ab6b3, 0xdf831ba29f94fe57673c76981b76f1150ea472147e2325c531a3947af913c8bb, '', 0, '?'),
(0x6a590affe6d73d2ce97b4239f4ac709b, 'wp-content/plugins/blockspare/freemius/languages/index.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/languages/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0x81dcabd6657a474535cea8a056bbd293, 'wp-content/plugins/blockspare/freemius/package.json', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/package.json', 1, 0x00000000000000000000000000000000, 0x81cac2f5cfdaec9ef64c47a3ccc31ba4, 0xb12dc400da176cdf2935faf53bb08f91a213a4d6d931cee09dcdf8425a212e9a, '', 0, '?'),
(0xca3d04b461f5122b0827d7e9f25b5e2d, 'wp-content/plugins/blockspare/freemius/require.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/require.php', 1, 0x00000000000000000000000000000000, 0xa65888a8417fecf6cbd3b472bd26d39f, 0x0ab8a3ba92402e0324edcaab9d5e70ab68016a55af6ef84e4b8e0b6ca0413865, '', 0, '?'),
(0xb4fc11f20b34041cccdb629273f82939, 'wp-content/plugins/blockspare/freemius/start.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/start.php', 1, 0x00000000000000000000000000000000, 0x17acb65d1c5e361a0160b9650c7bb977, 0xca4e12ee65b92eac53ed0c2f186aaa564a11c2b4d9a2fe565500531aa1686dcb, '', 0, '?'),
(0xac7a56e4b3955d1d24f1896cd9dae30f, 'wp-content/plugins/blockspare/freemius/templates/account/billing.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/account/billing.php', 1, 0x00000000000000000000000000000000, 0x13fc6a710b245fba04d0eba750e25131, 0x4b69a45f06133b46b9f33d2c9f265c2362227227c1a410d263a24e4cd15b0fb8, '', 0, '?'),
(0x42c878b785bedf3d6a6e16714a57d984, 'wp-content/plugins/blockspare/freemius/templates/account/index.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/account/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0xd5da99cb46dc8de6d12fc1c1a68d2e82, 'wp-content/plugins/blockspare/freemius/templates/account/partials/activate-license-button.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/account/partials/activate-license-button.php', 1, 0x00000000000000000000000000000000, 0x6b659d5545c3843958fde1fc1b0c2f55, 0x2065081dad13f38442800461379dc82ad70df8fc60f3ff40f4e68db423476ede, '', 0, '?'),
(0xe1e019c1aee4ab725b63df324c0d5923, 'wp-content/plugins/blockspare/freemius/templates/account/partials/addon.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/account/partials/addon.php', 1, 0x00000000000000000000000000000000, 0x2d2e0766766f80a9069fe561dbe5efc5, 0x565c7241778de8f56508d6d54ae189528913a96598c4adf80c8de538e161f425, '', 0, '?'),
(0xf51c5fa3e6358022c88c2e5872cad822, 'wp-content/plugins/blockspare/freemius/templates/account/partials/deactivate-license-button.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/account/partials/deactivate-license-button.php', 1, 0x00000000000000000000000000000000, 0x5d15cd05dbdee1ff72dfe3b3813168cc, 0x1e1d68b27752bcb6f20c7a575a148708b17c113356f48cd0d9165b41383da9bc, '', 0, '?'),
(0xa16684db9dd3ba4f652d90b39730ce26, 'wp-content/plugins/blockspare/freemius/templates/account/partials/index.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/account/partials/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0xa9fdaf0d03b586609f5a5effcfa0b8d3, 'wp-content/plugins/blockspare/freemius/templates/account/partials/site.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/account/partials/site.php', 1, 0x00000000000000000000000000000000, 0xfd3c9d78e0f0990c5800588cd6896f1c, 0x640dc54a5fc4a8721498e555efc4047ec8b91cdcac7f1f210263c3c72f216bc9, '', 0, '?'),
(0xd793a86f3170587f2e9b0c9ca1e196e0, 'wp-content/plugins/blockspare/freemius/templates/account/payments.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/account/payments.php', 1, 0x00000000000000000000000000000000, 0xdf45d02c9feabb25975cc013d90b1f06, 0x89785f2a51a644064d920513d197486384baa0215bc3a5f8b0922d27d964f4b2, '', 0, '?'),
(0x1e9e0ba2fc3afa9adac80bb6492376c6, 'wp-content/plugins/blockspare/freemius/templates/account.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/account.php', 1, 0x00000000000000000000000000000000, 0x231eaa838775524b29b8aef4a2fee1e2, 0xef3623816e70f235e5fe1a9044d2826c6721bcdc56fd9d3c72d2e3fd4ee39381, '', 0, '?'),
(0x0498014fbae561d013ef79c39b5a7f7f, 'wp-content/plugins/blockspare/freemius/templates/add-ons.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/add-ons.php', 1, 0x00000000000000000000000000000000, 0x03fd4d42156dec91d9b1bb537176bbb9, 0x90988fe95b0cc1a63e7a0cc22a171703b6065a71993c312faf4fbd8a09dc21da, '', 0, '?'),
(0xe5a252921115a2283f2aed462d58a4d4, 'wp-content/plugins/blockspare/freemius/templates/add-trial-to-pricing.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/add-trial-to-pricing.php', 1, 0x00000000000000000000000000000000, 0x35d6b7d7a847328cbc9de994c97f7200, 0x1ad6b5d1f173acae5a13ee93d06c4088c72e81c10c5480032c9f7ff423935944, '', 0, '?'),
(0x9be0f410c45317b672e20fe7af6bbb1e, 'wp-content/plugins/blockspare/freemius/templates/admin-notice.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/admin-notice.php', 1, 0x00000000000000000000000000000000, 0x5ca8b0b13274ac2f469ea0ef94dd2315, 0xf1199df2b1164f80effe5105c8416f2d25c4df4a645eafeaedd046a92b48cf6c, '', 0, '?'),
(0x37b52cfeb19de8fc3da93de1b0989489, 'wp-content/plugins/blockspare/freemius/templates/ajax-loader.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/ajax-loader.php', 1, 0x00000000000000000000000000000000, 0x00e151cb955091aaf55f247730171b88, 0xbf81e124f5108c626a1a50208728f65ae97cee90a0847f3ee5a38be3d9584fbb, '', 0, '?'),
(0xdc13a8f76205f3fce66424ec86395e9a, 'wp-content/plugins/blockspare/freemius/templates/auto-installation.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/auto-installation.php', 1, 0x00000000000000000000000000000000, 0x59ffb17b3c73ebb72239277987862d46, 0x955fdd55d0b8bb1cb7a7252b7093fbc9277d981d357f6697edce0d40b31d62b0, '', 0, '?'),
(0x607aa0e9d5057f581d2f9a4b6a2b33f4, 'wp-content/plugins/blockspare/freemius/templates/checkout.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/checkout.php', 1, 0x00000000000000000000000000000000, 0x72ee3ad0cc4021b981640ce719bd1b24, 0x4e646dc5819acc39010c1ad36646d6ffe198d682c05e36f536f946d465c796c4, '', 0, '?'),
(0x160940f3af44a1f223beb2724289729f, 'wp-content/plugins/blockspare/freemius/templates/connect.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/connect.php', 1, 0x00000000000000000000000000000000, 0x6ddfdcf2b50df1c735b7e1e62fac8830, 0x3fb78fe10e241c21ab3c6622bd5779c1f870fa26c468bd56c0b88486e4b1ff27, '', 0, '?'),
(0xe340c6f7143dc20bc53eec9c2ae76b17, 'wp-content/plugins/blockspare/freemius/templates/contact.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/contact.php', 1, 0x00000000000000000000000000000000, 0xe4c6e0e7beb25e7a9b4b610f5d94f2f9, 0x6945dc0ed2d58ac2a6fb2fdb99fb04bec7de5e38f6a0ae2eb42f1158b8b83ba9, '', 0, '?'),
(0xb073a3c69795c05fef2c371b87faced9, 'wp-content/plugins/blockspare/freemius/templates/debug/api-calls.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/debug/api-calls.php', 1, 0x00000000000000000000000000000000, 0xec00c2fe627810c9f8dbc3759c41fce7, 0x3addcefd9d26475601cdf9d60eefd5fc838723ad9f5fc1b0bc10ca15a76e698f, '', 0, '?'),
(0x413ca870d355b01db8af7289a9247769, 'wp-content/plugins/blockspare/freemius/templates/debug/index.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/debug/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0x8d777271aaa943c5d69523460806e014, 'wp-content/plugins/blockspare/freemius/templates/debug/logger.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/debug/logger.php', 1, 0x00000000000000000000000000000000, 0xcd9f0b12d29c47977df3c5b4856d87a4, 0xdadda3ec095def2fba052f9b0e0bcec41a8a5df4b836fd3ba07231a897f6913e, '', 0, '?'),
(0xe5637171a91c5fc7b09b5ae580fb2d9e, 'wp-content/plugins/blockspare/freemius/templates/debug/plugins-themes-sync.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/debug/plugins-themes-sync.php', 1, 0x00000000000000000000000000000000, 0x8101243f4fa8fd786bc6a9794fc8808c, 0x91deabb41277256569a13c330838c68cf9194bded57262b0b5991f431d30cfbc, '', 0, '?'),
(0x8c7d88c9e3a31e52d73b469a66248e57, 'wp-content/plugins/blockspare/freemius/templates/debug/scheduled-crons.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/debug/scheduled-crons.php', 1, 0x00000000000000000000000000000000, 0xbf5f9879a1b18f4aa46b14306e1d732f, 0x45a99cd085dc94605c9f3dbfc1db5b82d1ff74355113fe3c928a964a383bd8f8, '', 0, '?'),
(0x2d4e60d1c805b993b8d0265faf6acda1, 'wp-content/plugins/blockspare/freemius/templates/debug.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/debug.php', 1, 0x00000000000000000000000000000000, 0x14588ce30d5a36a4e2a12643f10ffd0b, 0xf69074011506ceb72174a58c9bcfd2e2c7c25c51f3364a88c00476eb02bc4b76, '', 0, '?'),
(0x461db54473665c6b07a369fc89cce966, 'wp-content/plugins/blockspare/freemius/templates/email.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/email.php', 1, 0x00000000000000000000000000000000, 0xeed07bb337e9fe7196f0e7ddd5422698, 0x0e6d4a86d0665031286faa05ee16ef9a848d86343382bc290a35bcccceb2a9fc, '', 0, '?'),
(0xfc82b0ae8b10e4a870bd910de7a947f1, 'wp-content/plugins/blockspare/freemius/templates/firewall-issues-js.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/firewall-issues-js.php', 1, 0x00000000000000000000000000000000, 0x6c426684734d56c98d09a0a1598d9b1d, 0xaf34b11b9b399dd58bb189ad84e4de265e1f8dfeb2c25323bff3ee015d3476ba, '', 0, '?'),
(0x154a76b283aef8e07e7a99b78a34d35d, 'wp-content/plugins/blockspare/freemius/templates/forms/affiliation.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/forms/affiliation.php', 1, 0x00000000000000000000000000000000, 0xc8a8d776a8c72880f6a24693ef914280, 0xc2c75da679ad72cf3307f58cd5fe94eb3273d8277499fef8d994e750b1068090, '', 0, '?'),
(0x9dd11ba894dd8e16bad488afc9bf4bf2, 'wp-content/plugins/blockspare/freemius/templates/forms/data-debug-mode.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/forms/data-debug-mode.php', 1, 0x00000000000000000000000000000000, 0xbe04d299fb3fd01bcf5fd733a1114e13, 0x6deda7af7f8852d3bab18554c87b52076db40007710a24faf6f39f33e44f6545, '', 0, '?'),
(0xf5f42483518cbce0b93805a1e81ea12f, 'wp-content/plugins/blockspare/freemius/templates/forms/deactivation/contact.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/forms/deactivation/contact.php', 1, 0x00000000000000000000000000000000, 0x0316bd6eb7a05968d63c94a589e74b08, 0x971f15cb8520172b1fac1f558f860773bdb98a9e091efc193b3d816c937312f4, '', 0, '?'),
(0xb7b80c95020b79119b9a9af163d771ec, 'wp-content/plugins/blockspare/freemius/templates/forms/deactivation/form.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/forms/deactivation/form.php', 1, 0x00000000000000000000000000000000, 0x1f976aa5328ea0a0c57bd2cbe3963713, 0x239692721025fc2d9421c4ed28abb28ac43b7b39df15ba84a9b2b919bfc76fc7, '', 0, '?'),
(0x8a219075f1100cc0e95b6eb275e43009, 'wp-content/plugins/blockspare/freemius/templates/forms/deactivation/index.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/forms/deactivation/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0xf54dbaf7023326c839f8ae155a516181, 'wp-content/plugins/blockspare/freemius/templates/forms/deactivation/retry-skip.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/forms/deactivation/retry-skip.php', 1, 0x00000000000000000000000000000000, 0x86a52fe656b05f6b0bb3f75848ef4cf2, 0x36cf9baf5567206fc6e684627a4f052a364bb31caf5178509c23a50bbcf8ce0f, '', 0, '?'),
(0x5f163334a0b7813ae51a92241d65ebb3, 'wp-content/plugins/blockspare/freemius/templates/forms/index.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/forms/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0x68fe9827639b1834ac4fa141a08224bb, 'wp-content/plugins/blockspare/freemius/templates/forms/license-activation.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/forms/license-activation.php', 1, 0x00000000000000000000000000000000, 0x75e642c9f2da7d2a40255304af19f889, 0xd082b0b2e385622f45a7b3fc05d07b18386c5b1a1814b8141dbe9a22375c03ee, '', 0, '?'),
(0x195f63bb1db6823e6fadbf5218a10543, 'wp-content/plugins/blockspare/freemius/templates/forms/optout.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/forms/optout.php', 1, 0x00000000000000000000000000000000, 0xa4b56ea7d769fb5d6294c8c6d2995005, 0xf73c55019119b308facfbc747245aa84059182cc63cfbf11e7fc06a4f475a180, '', 0, '?'),
(0x3c9350049e026ae21fb7ba1144458bb8, 'wp-content/plugins/blockspare/freemius/templates/forms/premium-versions-upgrade-handler.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/forms/premium-versions-upgrade-handler.php', 1, 0x00000000000000000000000000000000, 0xe3ab1d9a9863996b1db21cea5f9011bc, 0xf72095a2e22f98ee2d34e217e894a63cee52df28df6e872c2818000cc1579ca5, '', 0, '?'),
(0x25ee5b3e97690c251cecf4ff1309c38a, 'wp-content/plugins/blockspare/freemius/templates/forms/premium-versions-upgrade-metadata.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/forms/premium-versions-upgrade-metadata.php', 1, 0x00000000000000000000000000000000, 0x5ac9f56655fa3f640185c332bd3988db, 0x302c93a94b02624f38af55739116adc4c42425718aefea38e98b180b20fbf0c9, '', 0, '?'),
(0x36ea7bf810a3ff02ed1424eba83e5204, 'wp-content/plugins/blockspare/freemius/templates/forms/resend-key.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/forms/resend-key.php', 1, 0x00000000000000000000000000000000, 0x9de4a57c639affff355d2bcb823dd1bf, 0x5c29b624ff63906f9e5f1a3c4c0910acd89437e35c6edb4e7f2a170e8a8b52e2, '', 0, '?'),
(0xe751e557125e9b407c41802f7241e5c8, 'wp-content/plugins/blockspare/freemius/templates/forms/subscription-cancellation.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/forms/subscription-cancellation.php', 1, 0x00000000000000000000000000000000, 0xed008b54ea41a9c41ece6ba9718697bc, 0x2a2c2aa1ef82017efdc5018fcd34bc26cbb8cc8a8fef3314c08ef9f4240017bc, '', 0, '?'),
(0xbe44a0d4a92446c97bc382f58349593f, 'wp-content/plugins/blockspare/freemius/templates/forms/trial-start.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/forms/trial-start.php', 1, 0x00000000000000000000000000000000, 0x0f1bb3ea267eca486db66f0b0cb3d00b, 0xee5e90cd975506dd149836238f8ccb4fb2d7ab0eeec98de8ff6de4ad9344c481, '', 0, '?'),
(0xcf636c4ecc2813e4f9f56d78a2d9a38b, 'wp-content/plugins/blockspare/freemius/templates/forms/user-change.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/forms/user-change.php', 1, 0x00000000000000000000000000000000, 0x21e0a6943b191d1f7d2a344d9675eb51, 0xfd2c144916fa7d85a404f9c13bfc4eb917243ca7e1dfdbcb707f798f2f239a1d, '', 0, '?'),
(0xf004afefe963863fe94f764cacfb533d, 'wp-content/plugins/blockspare/freemius/templates/gdpr-optin-js.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/gdpr-optin-js.php', 1, 0x00000000000000000000000000000000, 0x70078751bb291703d43dc9741bb57b43, 0xee1e6620d7d7d574a610831c8209b7fb2c02616d9e97809a3fcf2a12471ca4e9, '', 0, '?'),
(0x692e0d5533050265ddc59587f09d9e8b, 'wp-content/plugins/blockspare/freemius/templates/index.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0x0b2ee9c3b1ee22d4b880474c65ebfabd, 'wp-content/plugins/blockspare/freemius/templates/js/index.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/js/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0x7f4b6dc55be4e478ce813b67a4902061, 'wp-content/plugins/blockspare/freemius/templates/js/jquery.content-change.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/js/jquery.content-change.php', 1, 0x00000000000000000000000000000000, 0xa92f903645a3f6ab4494cea538e44813, 0x0630f3a503c4082068fe6ff17813f534a24884598aaff6eafad8508039418549, '', 0, '?'),
(0x87699e3d4875f630e45702077806b7d9, 'wp-content/plugins/blockspare/freemius/templates/js/open-license-activation.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/js/open-license-activation.php', 1, 0x00000000000000000000000000000000, 0x37e7758f3ccbe08033d97c445889f40a, 0xbbcd1673d1839fafac1733f38757ae828293f6c0f07ee65750d8bb3ba9281d58, '', 0, '?'),
(0x1a9cc8bc3548b0d5bbfbc68c4744651d, 'wp-content/plugins/blockspare/freemius/templates/js/style-premium-theme.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/js/style-premium-theme.php', 1, 0x00000000000000000000000000000000, 0xa606d4bc81f73725a0cc315f82d78ee3, 0xcdb958b35f50b9f4d4c13305eb705004e81099b8b4607b20c798493a88907f41, '', 0, '?'),
(0x9dbf7391d57cfbf7ce10631b8c378be2, 'wp-content/plugins/blockspare/freemius/templates/partials/index.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/partials/index.php', 1, 0x00000000000000000000000000000000, 0xe426c81042e85fbe726c134a270a1f29, 0x4175cc83b59cc460fc3989377d628e3e4d48ea0ec302ed4a4868e5fbce7c466a, '', 0, '?'),
(0xb31431065443e2369a58d11ed18678e6, 'wp-content/plugins/blockspare/freemius/templates/partials/network-activation.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/partials/network-activation.php', 1, 0x00000000000000000000000000000000, 0x2b704cdff021a4ba5fe6bca0db27efd8, 0xe50232aede5a2e96b83ff50051735378f4723579030c3d913c7cf70c2dbf3b2a, '', 0, '?'),
(0x624f6dd371fe04bda52a06b9f47b915f, 'wp-content/plugins/blockspare/freemius/templates/plugin-icon.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/plugin-icon.php', 1, 0x00000000000000000000000000000000, 0x4df3090174910a497eeb77f99e03a80b, 0xa2193feeaa9526fc103b00e228d98dabf99862059ada02f26710792c89533cce, '', 0, '?'),
(0x8d5bf1378bcd7724bde66f82905b65e7, 'wp-content/plugins/blockspare/freemius/templates/plugin-info/description.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/plugin-info/description.php', 1, 0x00000000000000000000000000000000, 0x345bc0408004508f8b65a3a13d467754, 0x4a291eb3533ed4fc9c0908b938b47523729a7f41188989cc211c45eef0ecfaf4, '', 0, '?'),
(0x19350c4f10ec6bff114aa728d37348f6, 'wp-content/plugins/blockspare/freemius/templates/plugin-info/features.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/plugin-info/features.php', 1, 0x00000000000000000000000000000000, 0x065b587a7d21f311551b5701739e9121, 0x53f32286a10030e614ca74601c712e2a643150baa43b5ad963fc80e0bf2e3902, '', 0, '?'),
(0x933ef23fa1f2ecfcce1427274301370e, 'wp-content/plugins/blockspare/freemius/templates/plugin-info/index.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/plugin-info/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0xf72f2dd4c2158182d20d185bf1ddc9b5, 'wp-content/plugins/blockspare/freemius/templates/plugin-info/screenshots.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/plugin-info/screenshots.php', 1, 0x00000000000000000000000000000000, 0x653f2067b5b33459d1f8c29fedef5dcd, 0xaef1c9b953cbf2f940bffcddc1094d868f483c2a19851701378d96462c02081a, '', 0, '?'),
(0x4053fd5c0915ca32f45639685e0cbdf9, 'wp-content/plugins/blockspare/freemius/templates/powered-by.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/powered-by.php', 1, 0x00000000000000000000000000000000, 0x4066ef91e10b44d5a0bd9122d80947f6, 0x7af5cea7bba5b30a9dc879fab553ac08e02849938a5991beab346037a48bf3e3, '', 0, '?'),
(0x688bda4ae3e040c263fbcbbb825c704f, 'wp-content/plugins/blockspare/freemius/templates/pricing.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/pricing.php', 1, 0x00000000000000000000000000000000, 0xdf426e1c415600ba01e77c2b1ddd156a, 0x81a628de5698c1411cfc1f9f301ff9cd4f53180921af05397761bed93cda62d8, '', 0, '?'),
(0xcfe46955472928181b3567c91b3968fb, 'wp-content/plugins/blockspare/freemius/templates/secure-https-header.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/secure-https-header.php', 1, 0x00000000000000000000000000000000, 0x182bd581a7024c6c332c0ee244e9fee3, 0x6298bbbe0d8f70f73fc7575dd5b12d1e89c9340216c7f6cb8c0146d80870658a, '', 0, '?'),
(0x99b9de3df1bdab78a499eb46a1fc9181, 'wp-content/plugins/blockspare/freemius/templates/sticky-admin-notice-js.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/sticky-admin-notice-js.php', 1, 0x00000000000000000000000000000000, 0x66caec23d4b5b57aab966c1e965f2c51, 0xc75cf7a7c03cd16f85ec7c94dbad05d19d9a0b83fa49811bdb7e7d9b26c0d297, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xa48979d9a00148bf27ff06d5a5434a45, 'wp-content/plugins/blockspare/freemius/templates/tabs-capture-js.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/tabs-capture-js.php', 1, 0x00000000000000000000000000000000, 0x079a090d941e1aab3c00021d8cb38020, 0x401f37d2c231efcaac841ddca7a611411a0eab847bdc9879017124a431017329, '', 0, '?'),
(0x9d55e2b35451f6e42603aacffb55a6b0, 'wp-content/plugins/blockspare/freemius/templates/tabs.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/tabs.php', 1, 0x00000000000000000000000000000000, 0x5ed22e5f66526103e895edcd23a2c3ac, 0x62295752269ce5a434a854dbab93f61491899e6476bc91d370a9c6593e0ac80d, '', 0, '?'),
(0xa38d6b6f351931c612b785241933380e, 'wp-content/plugins/blockspare/freemius.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius.php', 1, 0x00000000000000000000000000000000, 0xbf9f45b04e8a87c221b674d41f36674f, 0x7b1a423f2730ace356160368a06f933f206757cb4973e8608ff25d6750664a39, '', 0, '?'),
(0xe865ffeed648c4cf6c83a96e8a93e022, 'wp-content/plugins/blockspare/languages/blockspare.pot', '/home/www/iamctv.com/wp-content/plugins/blockspare/languages/blockspare.pot', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xc41e48995b089ee0fb6864cbffb92c9c, 'wp-content/plugins/blockspare/readme.txt', '/home/www/iamctv.com/wp-content/plugins/blockspare/readme.txt', 1, 0x00000000000000000000000000000000, 0x4430d72556528deee55f790bde6bd470, 0x6568ee1a88f15790229ea845adaf3f3158095939be6bd92eb40161bf821db087, '', 0, '?'),
(0x9d94e133e4738a95048f799aecbc8851, 'wp-content/plugins/blockspare/src/admin/admin-block-list.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/src/admin/admin-block-list.php', 1, 0x00000000000000000000000000000000, 0x3d7afd6659993861d267a433f70f0988, 0x996cd7a55d7f93ad1cb29fb6f4e7186ebbb9675aa9ff5c2e71eb463df63136fe, '', 0, '?'),
(0xbc8c00dc9ca07491bebcaac796b197e7, 'wp-content/plugins/blockspare/src/admin/admin-init.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/src/admin/admin-init.php', 1, 0x00000000000000000000000000000000, 0x1bdf1b79be2d1c8225ce8d57dc11384a, 0xd78bd103925966a695e6af3f8322abb7358075808190dbfc0c1bb8213df6b9af, '', 0, '?'),
(0xb45822f06f7a188ee90cc0df551d249a, 'wp-content/plugins/blockspare/src/admin/assets/accordion-image.png', '/home/www/iamctv.com/wp-content/plugins/blockspare/src/admin/assets/accordion-image.png', 1, 0x00000000000000000000000000000000, 0x0eadefb2367c47d3e154f53dc91f0726, 0xee00a59e5277c75c42195ec38a58321e1892cc73cf8c57f2cc19470a19547903, '', 0, '?'),
(0xdfea25872eb132db22d38b58733f5718, 'wp-content/plugins/blockspare/src/admin/assets/banner.jpg', '/home/www/iamctv.com/wp-content/plugins/blockspare/src/admin/assets/banner.jpg', 1, 0x00000000000000000000000000000000, 0x511933f2323e242417f9c793f5a91472, 0x59b6ae1ef65bd4e3e5d98cb1438de8c392733378289dd3c98bf0164afce8da89, '', 0, '?'),
(0x944c21f4f99926de1a748f09598ae32f, 'wp-content/plugins/blockspare/src/admin/assets/blockspare-adding-blocks.gif', '/home/www/iamctv.com/wp-content/plugins/blockspare/src/admin/assets/blockspare-adding-blocks.gif', 1, 0x00000000000000000000000000000000, 0x14572d760ce5cbf2332975cb34d2e021, 0x6dbdfe9f389de88c9447d7505e8eb6915c951c53dab16f0c57136bfd1c97971f, '', 0, '?'),
(0xdff9f2a2bef7ff75117911faee8fb40c, 'wp-content/plugins/blockspare/src/admin/assets/blockspare-logo.png', '/home/www/iamctv.com/wp-content/plugins/blockspare/src/admin/assets/blockspare-logo.png', 1, 0x00000000000000000000000000000000, 0xc843b6ab54a297ec86b3c23375ff6b01, 0xe0322cef93835c33a6e81e77154f7a322b7b398b938a6d3a35f399eeb329d72d, '', 0, '?'),
(0xe08206c14e85408ca0473e214f4e7dcd, 'wp-content/plugins/blockspare/src/admin/assets/button-image.png', '/home/www/iamctv.com/wp-content/plugins/blockspare/src/admin/assets/button-image.png', 1, 0x00000000000000000000000000000000, 0x473b651ee8d9415a5644fe68822524ba, 0xbc1ee9fc299feb928c1c3dc9d56aaba5a46f0b006a22f021b49520c6244ee480, '', 0, '?'),
(0x559a8629a945eb77769469856aa4adfa, 'wp-content/plugins/blockspare/src/admin/assets/container-image.png', '/home/www/iamctv.com/wp-content/plugins/blockspare/src/admin/assets/container-image.png', 1, 0x00000000000000000000000000000000, 0xa5ade7bf90634f68746116346c3ca077, 0x27b75d377a62d77d8d43ce52596ef06b0db30502399d2d259e577380b6b418db, '', 0, '?'),
(0x2091a2f4bde1556db4c790539dbb3e5b, 'wp-content/plugins/blockspare/src/admin/assets/content-box-image.png', '/home/www/iamctv.com/wp-content/plugins/blockspare/src/admin/assets/content-box-image.png', 1, 0x00000000000000000000000000000000, 0x29164c5dbf77f094748ac91514353501, 0xdc0da2e57e251c5be5daa1772f99097992b101f7c983a11305c7bc959302f271, '', 0, '?'),
(0x41215b15af411ab17fcffa3be7461c83, 'wp-content/plugins/blockspare/src/admin/assets/counter-image.png', '/home/www/iamctv.com/wp-content/plugins/blockspare/src/admin/assets/counter-image.png', 1, 0x00000000000000000000000000000000, 0x2bf57d93e64f53d90ec61c66b5bf211c, 0xf1933e4d8fc68915a4a22356de855744f7bbe39ba5ea663b2c30e4ebb013cc40, '', 0, '?'),
(0xf28db00ba6b0ae61d11c842500307fed, 'wp-content/plugins/blockspare/src/admin/assets/cta-image.png', '/home/www/iamctv.com/wp-content/plugins/blockspare/src/admin/assets/cta-image.png', 1, 0x00000000000000000000000000000000, 0xbe197acc6991f37e0fc10bf0b4e7cc77, 0x00c2cb6c63f62227b02d75cdbc66a55e91d91287cb0a730c128a93955340b8de, '', 0, '?'),
(0x8de3f54eb37f5dc6e2f926b4ea751a8b, 'wp-content/plugins/blockspare/src/admin/assets/empty-section-image.png', '/home/www/iamctv.com/wp-content/plugins/blockspare/src/admin/assets/empty-section-image.png', 1, 0x00000000000000000000000000000000, 0x655f678ed7a5b823849815f57eafdd8b, 0xca54839b10f761f149030a0c9e09170e3fac06785c10d86700022c82fd22a434, '', 0, '?'),
(0x4317799f7e29885c8c3488a8f11904ed, 'wp-content/plugins/blockspare/src/admin/assets/icon-image.png', '/home/www/iamctv.com/wp-content/plugins/blockspare/src/admin/assets/icon-image.png', 1, 0x00000000000000000000000000000000, 0x0837dadac0c1de2395999aab5598d068, 0xea269431784988e660c4edf40cf5a021030d64d18338124f39ddc43a56733ae3, '', 0, '?'),
(0x84ec23c4a8ed2c4a249fce9d6eeb2da5, 'wp-content/plugins/blockspare/src/admin/assets/icon-list-image.png', '/home/www/iamctv.com/wp-content/plugins/blockspare/src/admin/assets/icon-list-image.png', 1, 0x00000000000000000000000000000000, 0xdf648596a85689b495c700386c2cdb97, 0x7310af45cf8d42eed0f8c0db29c126994cd729d2829854e3b1b8a9154295066f, '', 0, '?'),
(0x8cbbcc0c15f7475bf4380ec3053bb50e, 'wp-content/plugins/blockspare/src/admin/assets/image-carousel-image.png', '/home/www/iamctv.com/wp-content/plugins/blockspare/src/admin/assets/image-carousel-image.png', 1, 0x00000000000000000000000000000000, 0x861134e1e1e496858927aacdfa66d1ce, 0xc45fac4e7c441aaaa937256e1d05b787cf1d8a2c9336c53c5b2fd5a4a2606991, '', 0, '?'),
(0x1658cd9b1077bc5a73c46c06bde67bf8, 'wp-content/plugins/blockspare/src/admin/assets/image-masonry-image.png', '/home/www/iamctv.com/wp-content/plugins/blockspare/src/admin/assets/image-masonry-image.png', 1, 0x00000000000000000000000000000000, 0xc369a8e93fafc2dbbffb3c9b22d4aacb, 0x81fa43ff9a2ca6ec783716d03cf6d2abc99c9f870aff69511098219afdd88021, '', 0, '?'),
(0xaf18ab663e32c4d3d8c9fe47f22d165f, 'wp-content/plugins/blockspare/src/admin/assets/image-slider-image.png', '/home/www/iamctv.com/wp-content/plugins/blockspare/src/admin/assets/image-slider-image.png', 1, 0x00000000000000000000000000000000, 0x86e027dcb15c6b2b258d26b834b2f67b, 0x5b2d2cbb65642dfa81ec305c9c15132ce27e70ae0c3155138c0cd9fa6d1e61f0, '', 0, '?'),
(0x0aee7aafdb5fc8f38063edb66f3747c5, 'wp-content/plugins/blockspare/src/admin/assets/index.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/src/admin/assets/index.php', 1, 0x00000000000000000000000000000000, 0xbf2103205ebefb775d3eb639d9dac38e, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0x61a15182592959d7dca84e5ff5541618, 'wp-content/plugins/blockspare/src/admin/assets/logo-grid-image.png', '/home/www/iamctv.com/wp-content/plugins/blockspare/src/admin/assets/logo-grid-image.png', 1, 0x00000000000000000000000000000000, 0xb26fb42d460347f386def33baea3a284, 0x2623e6994036748ed9923545e3abd65f50636e4982e1e5b02e0708d3601614c5, '', 0, '?'),
(0x4ae5d8be9fcda99f03eea12c19f9fdf3, 'wp-content/plugins/blockspare/src/admin/assets/noticebar-image.png', '/home/www/iamctv.com/wp-content/plugins/blockspare/src/admin/assets/noticebar-image.png', 1, 0x00000000000000000000000000000000, 0x6a9aeec89373ba79cd7cc7c51f3b972e, 0x36a86867ee69b3d9c367e5035e8c9f08cd7e1e0afbc77a639e1f83e3ceae509c, '', 0, '?'),
(0x696b39ae438f5b65a8759666b10b15e0, 'wp-content/plugins/blockspare/src/admin/assets/posts-carousel-image.png', '/home/www/iamctv.com/wp-content/plugins/blockspare/src/admin/assets/posts-carousel-image.png', 1, 0x00000000000000000000000000000000, 0xf715a57c708c750b3a2f16862e4fe8a8, 0x632f3d8679874935e9d23c70a3ce4676c6b25cd068e54464a5aba44fa9c9cda6, '', 0, '?'),
(0xf6227a7a15001c48a47dd7e3573b5e70, 'wp-content/plugins/blockspare/src/admin/assets/posts-grid-image.png', '/home/www/iamctv.com/wp-content/plugins/blockspare/src/admin/assets/posts-grid-image.png', 1, 0x00000000000000000000000000000000, 0x050c42074594b08bc6d7701c4e846b5c, 0x9d3f5586cac70bfaf692b520a35a0ba9ce4e47e48ec5e5d0bd42475f418179f0, '', 0, '?'),
(0xdf63f95e50ed544c34830cb4faf1a7f8, 'wp-content/plugins/blockspare/src/admin/assets/posts-list-image.png', '/home/www/iamctv.com/wp-content/plugins/blockspare/src/admin/assets/posts-list-image.png', 1, 0x00000000000000000000000000000000, 0x3e1a204b7b2135102f9a41110b6eabe6, 0x83183e7d0a966eaa8e11765e6463a7eb570adc5d04a49ad3fcfa37d0599c6934, '', 0, '?'),
(0x4b804637f06a8351183eec6bd45e7c6a, 'wp-content/plugins/blockspare/src/admin/assets/price-list-image.png', '/home/www/iamctv.com/wp-content/plugins/blockspare/src/admin/assets/price-list-image.png', 1, 0x00000000000000000000000000000000, 0x5a413d47b4aca1b50962e470251c0861, 0xc238765ba3b67df55c887dbf136399628061261be8378f3e5f4baeea737066d0, '', 0, '?'),
(0xbf657821dd426a84d27a11e4d3dcb5e2, 'wp-content/plugins/blockspare/src/admin/assets/price-table-image.png', '/home/www/iamctv.com/wp-content/plugins/blockspare/src/admin/assets/price-table-image.png', 1, 0x00000000000000000000000000000000, 0xd4e5714438d3a47b1b4b25f9898986f0, 0xf06197f9466ca15eebced22bf67cb9ab70585c004e26a5e532b256e31bb3b78c, '', 0, '?'),
(0xb8ec86a8c77cd559ff3602b3bbd2ecd8, 'wp-content/plugins/blockspare/src/admin/assets/progress-bar-image.png', '/home/www/iamctv.com/wp-content/plugins/blockspare/src/admin/assets/progress-bar-image.png', 1, 0x00000000000000000000000000000000, 0x27ee60e5605e278258a301ca76253053, 0xac6815e733faa20305717b1a48b35492a702419020c49b78cfb9d68ff862f7ff, '', 0, '?'),
(0xe1e1dd915225591c77cf4656556417af, 'wp-content/plugins/blockspare/src/admin/assets/section-header-image.png', '/home/www/iamctv.com/wp-content/plugins/blockspare/src/admin/assets/section-header-image.png', 1, 0x00000000000000000000000000000000, 0x28e908dd403e7d5a69f6f0aa3c666367, 0x800f328c4ccd9a0c0808de537174f53cdde23600df28d2649530474e09fa0934, '', 0, '?'),
(0x7aca17725aad0409d39a66326cbd5914, 'wp-content/plugins/blockspare/src/admin/assets/services-image.png', '/home/www/iamctv.com/wp-content/plugins/blockspare/src/admin/assets/services-image.png', 1, 0x00000000000000000000000000000000, 0x5db11a0e6bb8aad0881e56817613873f, 0xbaa3d95be80868996bcc7bdf13be75d67e5cf8521c3c1a50d2fa22eea22f4923, '', 0, '?'),
(0x8437eb250b676427f2e91f87507d98dd, 'wp-content/plugins/blockspare/src/admin/assets/shape-divider-image.png', '/home/www/iamctv.com/wp-content/plugins/blockspare/src/admin/assets/shape-divider-image.png', 1, 0x00000000000000000000000000000000, 0x55e32bb3aa31c23a1b485b463fc22cc1, 0x5341344e509d15885fb303c7d90db77a49c60440cf734ecfeb04b9e5ecc09f5c, '', 0, '?'),
(0xc4212728622a71616d73d3c451b14bff, 'wp-content/plugins/blockspare/src/admin/assets/social-links-image.png', '/home/www/iamctv.com/wp-content/plugins/blockspare/src/admin/assets/social-links-image.png', 1, 0x00000000000000000000000000000000, 0x1648e92786f299be3d5848c0da5dc292, 0x96f7b067cc7f360fcbd1aec102dad86104cec160ae489ea3bbadc6ba7781a58b, '', 0, '?'),
(0xac10c2bd350aa60d21978267fe8aa3ca, 'wp-content/plugins/blockspare/src/admin/assets/social-sharing-image.png', '/home/www/iamctv.com/wp-content/plugins/blockspare/src/admin/assets/social-sharing-image.png', 1, 0x00000000000000000000000000000000, 0x8f359ee69fe2cfb5a948e8c57b19947a, 0x5131e1adb22b6d2ae948e17fde3607f0f0a4079e9427c6aaae5f83beb08bfa39, '', 0, '?'),
(0xfa9a092655b80aafe6fb575f5fc283d0, 'wp-content/plugins/blockspare/src/admin/assets/star-rating-image.png', '/home/www/iamctv.com/wp-content/plugins/blockspare/src/admin/assets/star-rating-image.png', 1, 0x00000000000000000000000000000000, 0xc779a346592efe0a49940f6792498288, 0x2a3b9b86a04a71e78880b0374af47b0f3443f9d57f88be4608b10c919c72117b, '', 0, '?'),
(0x46f322c66e4ad4ac65095c4b6154f9eb, 'wp-content/plugins/blockspare/src/admin/assets/tabs-image.png', '/home/www/iamctv.com/wp-content/plugins/blockspare/src/admin/assets/tabs-image.png', 1, 0x00000000000000000000000000000000, 0xdb6d1c062c89a32b20d7c17f4d5bc182, 0x1e00b4131f0986b0e4ed34feb11d065c1b577284a372601e06023346f3523057, '', 0, '?'),
(0x8e8d47405bc875723da6019edd5f1f98, 'wp-content/plugins/blockspare/src/admin/assets/testimonial-image.png', '/home/www/iamctv.com/wp-content/plugins/blockspare/src/admin/assets/testimonial-image.png', 1, 0x00000000000000000000000000000000, 0x4cf68b7e948ff1028a7e89b1aaa92f20, 0x8ea6097878af94f3359e06d71f3b5de646c256493e767705eb843684276e91f2, '', 0, '?'),
(0x60d0d9498deb349eaf0b6c15aa925515, 'wp-content/plugins/blockspare/src/admin/assets/user-profile-image.png', '/home/www/iamctv.com/wp-content/plugins/blockspare/src/admin/assets/user-profile-image.png', 1, 0x00000000000000000000000000000000, 0xa7bfb60c341ec03d6badc67218d85043, 0xea9a9649324a7a5636910ba193f1ddfbeb0c45aabd328ca667ff77f0742f2dd8, '', 0, '?'),
(0xf50ffafa61c2f2ee6d44b04209c47109, 'wp-content/plugins/blockspare/src/admin/index.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/src/admin/index.php', 1, 0x00000000000000000000000000000000, 0x0f430eddf16d0c60cb54639b3629e1a0, 0xd40df52e696c34738e4a2b93f8f6cc0b1990377834463b2be39af4be392a460e, '', 0, '?'),
(0x632d398fa3ebecf7dd3ed30e0469e957, 'wp-content/plugins/blockspare/src/assets/banner.jpg', '/home/www/iamctv.com/wp-content/plugins/blockspare/src/assets/banner.jpg', 1, 0x00000000000000000000000000000000, 0x511933f2323e242417f9c793f5a91472, 0x59b6ae1ef65bd4e3e5d98cb1438de8c392733378289dd3c98bf0164afce8da89, '', 0, '?'),
(0x9504f200d9a421775be0f08c15153a99, 'wp-content/plugins/blockspare/src/assets/blockspare-placeholder-img-square.jpg', '/home/www/iamctv.com/wp-content/plugins/blockspare/src/assets/blockspare-placeholder-img-square.jpg', 1, 0x00000000000000000000000000000000, 0xc7eda61809192086ecf07b0c1aceeb45, 0x2b8f81e156b902f81bed35308d507c4fec25a0f1ced3a9e06b9d46d03013ab6e, '', 0, '?'),
(0x9050df405a06b817635a65d034700ed2, 'wp-content/plugins/blockspare/src/assets/blockspare-placeholder-img.jpg', '/home/www/iamctv.com/wp-content/plugins/blockspare/src/assets/blockspare-placeholder-img.jpg', 1, 0x00000000000000000000000000000000, 0x3e31fc5c2c5d8fda6ea8baf44109df17, 0x20b3fd91eec0114f7147bc88a70844e0c8a4f38746fe5714f0994ce479090bb1, '', 0, '?'),
(0xdc7c6e9aaa34d3d57e335c7c98106bcc, 'wp-content/plugins/blockspare/src/assets/fontawesome/css/all.css', '/home/www/iamctv.com/wp-content/plugins/blockspare/src/assets/fontawesome/css/all.css', 1, 0x00000000000000000000000000000000, 0x843d43d31ce37f8544e5ad2c7a763683, 0x4b267c67ff27de17b2c2a8abb57ba35b6b535807402f316bb26bdc88f6352d2b, '', 0, '?'),
(0x3b8a42f4e60e9956d4bff63801464f56, 'wp-content/plugins/blockspare/src/assets/fontawesome/css/all.min.css', '/home/www/iamctv.com/wp-content/plugins/blockspare/src/assets/fontawesome/css/all.min.css', 1, 0x00000000000000000000000000000000, 0x20a9ce516eaea76da29a23adc43e8998, 0x0345a6bfa391670063a4f43358cd8f5ef8a9f07b09aee3a347d0311dd6ca98f5, '', 0, '?'),
(0x3814aac2319f24329757d9ad0862fa0a, 'wp-content/plugins/blockspare/src/assets/fontawesome/css/brands.css', '/home/www/iamctv.com/wp-content/plugins/blockspare/src/assets/fontawesome/css/brands.css', 1, 0x00000000000000000000000000000000, 0x097c1e618ecbfdfa79c57ae81b82a78e, 0x0575ff67745ab008bbecd31d80d8b94ddc30131a84d37d771fc4c552c5545b3d, '', 0, '?'),
(0x7b1749f821bb8733005d7275bae64556, 'wp-content/plugins/blockspare/src/assets/fontawesome/css/brands.min.css', '/home/www/iamctv.com/wp-content/plugins/blockspare/src/assets/fontawesome/css/brands.min.css', 1, 0x00000000000000000000000000000000, 0xa94b386c635e10efbe80adf7c4198cc3, 0xffcde71396595f913571f36fa7aaccaeb7e51abf13b83dfc1fb1a7c3184ac957, '', 0, '?'),
(0x9f2f614b55a254cc04858d913ad7571d, 'wp-content/plugins/blockspare/src/assets/fontawesome/css/regular.css', '/home/www/iamctv.com/wp-content/plugins/blockspare/src/assets/fontawesome/css/regular.css', 1, 0x00000000000000000000000000000000, 0xbc63180a02aa3e7576ebabd0c4495bed, 0x0746c20aaf0f8ce75b9c9e21d8248aab325d9c6813ef756fcd013a7cb81f2c42, '', 0, '?'),
(0x901ab79137cfd748e0e22498b4f3df16, 'wp-content/plugins/blockspare/src/assets/fontawesome/css/regular.min.css', '/home/www/iamctv.com/wp-content/plugins/blockspare/src/assets/fontawesome/css/regular.min.css', 1, 0x00000000000000000000000000000000, 0x4fb303f7d7050f2c1441fbf0a6265866, 0x8d757f112777fcfbf0321b92d4cd20413fdbfbf96199bc1f9b6e58a7d23e2e3b, '', 0, '?'),
(0x7a9b50593b31cfe518a5a9685b1c4f06, 'wp-content/plugins/blockspare/src/assets/fontawesome/css/solid.css', '/home/www/iamctv.com/wp-content/plugins/blockspare/src/assets/fontawesome/css/solid.css', 1, 0x00000000000000000000000000000000, 0xeab4debff016c3d123d70b1f6518cb23, 0xc9e8bfaa23254e88bc696752ff4b62387b85ee2e7b9d02a222a0795d75eede8f, '', 0, '?'),
(0x9b4945c6a3f55d09561e9ece58fd7439, 'wp-content/plugins/blockspare/src/assets/fontawesome/css/solid.min.css', '/home/www/iamctv.com/wp-content/plugins/blockspare/src/assets/fontawesome/css/solid.min.css', 1, 0x00000000000000000000000000000000, 0xad53ee37dc67730269f8944b5913d4c0, 0x1f110d4c56bb6271599288cf538ffe41ed0304a19a1f6de98012e59f39b5be82, '', 0, '?'),
(0xd4a2c9b319e39825502e5eb08d8f0a94, 'wp-content/plugins/blockspare/src/assets/fontawesome/css/svg-with-js.css', '/home/www/iamctv.com/wp-content/plugins/blockspare/src/assets/fontawesome/css/svg-with-js.css', 1, 0x00000000000000000000000000000000, 0xea096f7687b784cf6d98bc6a88f11f60, 0x2f96960ce1ae496ee8fc0513f24089c727de44036103543cbd45c18e606b316a, '', 0, '?'),
(0x108a057d5ccc8bdf5004a34f5bfaa8c9, 'wp-content/plugins/blockspare/src/assets/fontawesome/css/svg-with-js.min.css', '/home/www/iamctv.com/wp-content/plugins/blockspare/src/assets/fontawesome/css/svg-with-js.min.css', 1, 0x00000000000000000000000000000000, 0x97ec24f26308ffb0f63a5ea92437bcb0, 0x015d7d88444679afb00707677f833739a94467a9d06d6e50c40703087c89bffe, '', 0, '?'),
(0x559e3e9373f5f93c306f40d24fda052a, 'wp-content/plugins/blockspare/src/assets/fontawesome/css/v4-shims.css', '/home/www/iamctv.com/wp-content/plugins/blockspare/src/assets/fontawesome/css/v4-shims.css', 1, 0x00000000000000000000000000000000, 0xd918c87544785342554a3c2479a70daa, 0x9abb432fa2ee55e9c2b33c1c13ceb351dea707baead19110cbe79be1215a555f, '', 0, '?'),
(0x632c69e530648375f6893000299adbde, 'wp-content/plugins/blockspare/src/assets/fontawesome/css/v4-shims.min.css', '/home/www/iamctv.com/wp-content/plugins/blockspare/src/assets/fontawesome/css/v4-shims.min.css', 1, 0x00000000000000000000000000000000, 0x4ee3c6f5911f21e55fef7b98b80c06f4, 0x047fe97e1951ff0cee251ccfa7c0c600ce37a8459764af270d1be93dd27cf5af, '', 0, '?'),
(0x6c20bf4dfe36b84047d23606485bac73, 'wp-content/plugins/blockspare/src/assets/fontawesome/fonts/fa-brands-400.eot', '/home/www/iamctv.com/wp-content/plugins/blockspare/src/assets/fontawesome/fonts/fa-brands-400.eot', 1, 0x00000000000000000000000000000000, 0xcbd387d93e253048800dc9ee22b85c24, 0x6e7232846a61fbe3484288e280e62f024dd2b5adb5c22fd38f1ee50e51ce8299, '', 0, '?'),
(0x8e0f1f128715c69be96f2b29b8052120, 'wp-content/plugins/blockspare/src/assets/fontawesome/fonts/fa-brands-400.svg', '/home/www/iamctv.com/wp-content/plugins/blockspare/src/assets/fontawesome/fonts/fa-brands-400.svg', 1, 0x00000000000000000000000000000000, 0xfef43c1fd872ef7f1880483d9b63ccf2, 0x99efbc94a410df75bd92556cc621c5d9a34fad50555be1aaad18cda3964806ad, '', 0, '?'),
(0x8dafcf50094b7a514843bd3ea521ea56, 'wp-content/plugins/blockspare/src/assets/fontawesome/fonts/fa-brands-400.ttf', '/home/www/iamctv.com/wp-content/plugins/blockspare/src/assets/fontawesome/fonts/fa-brands-400.ttf', 1, 0x00000000000000000000000000000000, 0xd6ac6c968cff1abcbf5d548828b9f6c6, 0x18db32ab18f2045ebca95a5032049828de44cd845c2823eb0af64cb4b8cc47fd, '', 0, '?'),
(0x0cdd9638ec9f1ed7ac29f0ec3c947b93, 'wp-content/plugins/blockspare/src/assets/fontawesome/fonts/fa-brands-400.woff', '/home/www/iamctv.com/wp-content/plugins/blockspare/src/assets/fontawesome/fonts/fa-brands-400.woff', 1, 0x00000000000000000000000000000000, 0xd30c44aaad8efa7626428c8294f7e880, 0xa6373203b40f2c2e98d683aae0dd00663362a1e94447d50ebdc4281fa169d556, '', 0, '?'),
(0xc98ba731a1d01f2831101bdbc7d0f3d1, 'wp-content/plugins/blockspare/src/assets/fontawesome/fonts/fa-brands-400.woff2', '/home/www/iamctv.com/wp-content/plugins/blockspare/src/assets/fontawesome/fonts/fa-brands-400.woff2', 1, 0x00000000000000000000000000000000, 0xeac60e8a656781e13d2a674b4d9051c0, 0xc88a942fd5254b8f9ad10576f49823c714c63b2d0e34f43101e561371fdede47, '', 0, '?'),
(0x886ac2e03dcdef2af7563f87864d4ced, 'wp-content/plugins/blockspare/src/assets/fontawesome/fonts/fa-regular-400.eot', '/home/www/iamctv.com/wp-content/plugins/blockspare/src/assets/fontawesome/fonts/fa-regular-400.eot', 1, 0x00000000000000000000000000000000, 0x8c1f078070537f81237a2e39eaae2555, 0x13347ef8217262b6a546083ffc542445209c70b23bfdbaf071eb9437a10cb2c4, '', 0, '?'),
(0xec6059c0a2162b7ff4ae2bce97a3df43, 'wp-content/plugins/blockspare/src/assets/fontawesome/fonts/fa-regular-400.svg', '/home/www/iamctv.com/wp-content/plugins/blockspare/src/assets/fontawesome/fonts/fa-regular-400.svg', 1, 0x00000000000000000000000000000000, 0x734248d027cbaac7f03c0d931ec95593, 0xfdd61866da2cd1046f11b1b9fbb09a542276adc144fed0d8a5b18851875add79, '', 0, '?'),
(0x89014c8a6617faf0d813c334f4df761e, 'wp-content/plugins/blockspare/src/assets/fontawesome/fonts/fa-regular-400.ttf', '/home/www/iamctv.com/wp-content/plugins/blockspare/src/assets/fontawesome/fonts/fa-regular-400.ttf', 1, 0x00000000000000000000000000000000, 0xf1994ecd58b56afa035ae3da39213357, 0xde1f87b044e215ee4e46a6a9fd7bbea8e400c5eca621fb7d75772d9aa47c314b, '', 0, '?'),
(0x682a178a49d7fa7a2265c909152c4364, 'wp-content/plugins/blockspare/src/assets/fontawesome/fonts/fa-regular-400.woff', '/home/www/iamctv.com/wp-content/plugins/blockspare/src/assets/fontawesome/fonts/fa-regular-400.woff', 1, 0x00000000000000000000000000000000, 0xe32cb360659f3788d9f4b5750c2c5a36, 0xe9c6786902859b640e050d384440c01da34446446c3377f7b1eb911862fa9ba5, '', 0, '?'),
(0x1afd9cd33e5ecce08a7be2c02891d522, 'wp-content/plugins/blockspare/src/assets/fontawesome/fonts/fa-regular-400.woff2', '/home/www/iamctv.com/wp-content/plugins/blockspare/src/assets/fontawesome/fonts/fa-regular-400.woff2', 1, 0x00000000000000000000000000000000, 0x4b218302f9057d02864d4909661831e9, 0xa1ec43beeb6d5e4aed3c9b227919543373a2a1f5ba1faa3e015fe9fa979abb5c, '', 0, '?'),
(0xb6a85f0a6d2d30bab05afffa81fd0d6f, 'wp-content/plugins/blockspare/src/assets/fontawesome/fonts/fa-solid-900.eot', '/home/www/iamctv.com/wp-content/plugins/blockspare/src/assets/fontawesome/fonts/fa-solid-900.eot', 1, 0x00000000000000000000000000000000, 0x2e302fa4c6eeb1bc06149067bae3e7b4, 0xf3bce98b499c9e9781bb71c4332903462c7a4b8ac6676e1ce0fb33bf49a550f7, '', 0, '?'),
(0x464eb0b87959fa0f051f92212cc99a65, 'wp-content/plugins/blockspare/src/assets/fontawesome/fonts/fa-solid-900.svg', '/home/www/iamctv.com/wp-content/plugins/blockspare/src/assets/fontawesome/fonts/fa-solid-900.svg', 1, 0x00000000000000000000000000000000, 0x27603739fe78fee587c7b84873475b61, 0xff0bfd6005977ab3cd29e98f796af84c68cc2570bf88e1425d149d505dabdcd5, '', 0, '?'),
(0xaf3de1213c7be88d567b84534cd8c78e, 'wp-content/plugins/blockspare/src/assets/fontawesome/fonts/fa-solid-900.ttf', '/home/www/iamctv.com/wp-content/plugins/blockspare/src/assets/fontawesome/fonts/fa-solid-900.ttf', 1, 0x00000000000000000000000000000000, 0x80c404ff42e52d9e7589e83fe21307b4, 0x15394a5a390ab4256b4ef196680bf5f5003255803c13d438c7b9cbfa5aeebd4e, '', 0, '?'),
(0x02a1fdaf2615a9172e21dc6a889bafd1, 'wp-content/plugins/blockspare/src/assets/fontawesome/fonts/fa-solid-900.woff', '/home/www/iamctv.com/wp-content/plugins/blockspare/src/assets/fontawesome/fonts/fa-solid-900.woff', 1, 0x00000000000000000000000000000000, 0xa8eedaadb16b569a48a061d4aafa2d2e, 0xb9237d151d9164cd36b3b24cc656f649429ac2a7b517346d9b6ab3e451cf1f61, '', 0, '?'),
(0x9d4c23f74e02d119cce5990955e8b8ef, 'wp-content/plugins/blockspare/src/assets/fontawesome/fonts/fa-solid-900.woff2', '/home/www/iamctv.com/wp-content/plugins/blockspare/src/assets/fontawesome/fonts/fa-solid-900.woff2', 1, 0x00000000000000000000000000000000, 0x5dc01cfcd5336f696cb85da7ce53fa9b, 0x4f1fb33263d37763881ed62d2223faa9ef27f912d4285599a53a938bd73e35cb, '', 0, '?'),
(0x3d04dd634ee5e1d2f06dc9d9c50be387, 'wp-content/plugins/blockspare/src/assets/icons/icon.js', '/home/www/iamctv.com/wp-content/plugins/blockspare/src/assets/icons/icon.js', 1, 0x00000000000000000000000000000000, 0xebb1b490450340ea77b024a5fa270f88, 0xb66dabf5725254e4a7c2e73840183e8ee654f9fb5fbca75927eba6bcf9969d3c, '', 0, '?'),
(0xa7891a044b52921a82ebcd1f236ead94, 'wp-content/plugins/blockspare/src/assets/icons/index.js', '/home/www/iamctv.com/wp-content/plugins/blockspare/src/assets/icons/index.js', 1, 0x00000000000000000000000000000000, 0xb283ccb98acb86a27bc4c848018f4284, 0xb60eb1094ad347a76ba1e6249fd5b44c1e39335bcb631ad47f52a30ac51563c4, '', 0, '?'),
(0x6b0089a5cc2a20d78a5d27a78a22e395, 'wp-content/plugins/blockspare/src/assets/icons/style.scss', '/home/www/iamctv.com/wp-content/plugins/blockspare/src/assets/icons/style.scss', 1, 0x00000000000000000000000000000000, 0x0d9defab7dbb8e766bd8c327e9f7e797, 0xdad0488e452d01749dd9ced248e826bdebb367fb606dd93cb04df00c5fbf3a42, '', 0, '?'),
(0xc8e53fdedab3d27b1394acda23c395da, 'wp-content/plugins/blockspare/src/assets/js/countup/jquery.counterup.min.js', '/home/www/iamctv.com/wp-content/plugins/blockspare/src/assets/js/countup/jquery.counterup.min.js', 1, 0x00000000000000000000000000000000, 0x5fb55a9e16c2a112a18989f1b0b08485, 0xf8b797a94e1c53e9d63aac76e757916d72431770ef81fa8fadc7eceddbb7ce92, '', 0, '?'),
(0x71fcb7dfe13027a244d70ce5d626c655, 'wp-content/plugins/blockspare/src/assets/js/countup/waypoints.min.js', '/home/www/iamctv.com/wp-content/plugins/blockspare/src/assets/js/countup/waypoints.min.js', 1, 0x00000000000000000000000000000000, 0xb8465833d457da6899e5bf9bcd7e56b8, 0xbb736ada1f6c6747d593d2c7b674cbc6b42d9421a2243b65c50496336e7830f5, '', 0, '?'),
(0xc1049feb7eae81e74165a74d539a7a11, 'wp-content/plugins/blockspare/src/assets/js/frontend.js', '/home/www/iamctv.com/wp-content/plugins/blockspare/src/assets/js/frontend.js', 1, 0x00000000000000000000000000000000, 0x3d8a08a2a772f04f29c13c624e7dbd37, 0x01b47a84e46a047b76ae3966c0b2a7da7a46ee5af679fad3fd2fc4a26d0a33e3, '', 0, '?'),
(0x79ba08034baf723d7a110b7732e2ccc3, 'wp-content/plugins/blockspare/src/assets/js/tabs.js', '/home/www/iamctv.com/wp-content/plugins/blockspare/src/assets/js/tabs.js', 1, 0x00000000000000000000000000000000, 0x2a42fd48d49d8da5cb456fc7c70b882f, 0xca3a63fbe9b3f8be1b26ca336d42f5d3bcff17472677fc01da4f2b1dad17fafb, '', 0, '?'),
(0x6f335e8ba97ecd5859afb78f5fd274ef, 'wp-content/plugins/blockspare/src/assets/slick/css/slick.css', '/home/www/iamctv.com/wp-content/plugins/blockspare/src/assets/slick/css/slick.css', 1, 0x00000000000000000000000000000000, 0x13b1b6672b8cfb0d9ae7f899f1c42875, 0xf9a7d28eaa34d1bdd149b62308a4def0cc00e1134b83e53b9e989323146703f5, '', 0, '?'),
(0x39e24e3e34e66e7af2b67348a326c67a, 'wp-content/plugins/blockspare/src/assets/slick/css/slick.min.css', '/home/www/iamctv.com/wp-content/plugins/blockspare/src/assets/slick/css/slick.min.css', 1, 0x00000000000000000000000000000000, 0x95693ccf6689c9751f16b3cce296f766, 0x2b547080d2c7cdaa5f6a6b9e9719175802bcd8f8fa7563992f20de4477a0277b, '', 0, '?'),
(0xe2ed674c3c9cc07573c3a280b3b39ef8, 'wp-content/plugins/blockspare/src/assets/slick/js/slick.js', '/home/www/iamctv.com/wp-content/plugins/blockspare/src/assets/slick/js/slick.js', 1, 0x00000000000000000000000000000000, 0x99cf8430b8d81c268269760118ec31a4, 0x580cd717420ce1ff9a520e7dedd918f5650e9a14e37c6c63d19d2a7e41c4c018, '', 0, '?'),
(0x9258c095bc2129a6d647c3ca5eb241ea, 'wp-content/plugins/blockspare/src/assets/slick/js/slick.min.js', '/home/www/iamctv.com/wp-content/plugins/blockspare/src/assets/slick/js/slick.min.js', 1, 0x00000000000000000000000000000000, 0xb53bdfc29e18f4d493d775a8023fbdc8, 0x38c9764aa65d4efad946e8eb22afdd56bf3ed1395056278f52320f96930fe609, '', 0, '?'),
(0xd6396234da059f774a21506524ebfe7c, 'wp-content/plugins/blockspare/src/blocks/banner-1/index.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/src/blocks/banner-1/index.php', 1, 0x00000000000000000000000000000000, 0x49f5067e66585a15327e128b304b4e28, 0x38dc3a16a114b464fd976e6ea33a4ebde1db978dc8b0874e4620488de937dd67, '', 0, '?'),
(0x19b177b6c56e704cf4c923c9d4b19c0b, 'wp-content/plugins/blockspare/src/blocks/banner-2/index.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/src/blocks/banner-2/index.php', 1, 0x00000000000000000000000000000000, 0x20d6450da3f42a23e27f69035974fcc9, 0x291096f1172925dbb007ead63da008aae2e7bd5c680c98590ce75447473f265f, '', 0, '?'),
(0x66fca358b0784881ba665a0eabddc6de, 'wp-content/plugins/blockspare/src/blocks/latest-posts-carousel-grid/block.json', '/home/www/iamctv.com/wp-content/plugins/blockspare/src/blocks/latest-posts-carousel-grid/block.json', 1, 0x00000000000000000000000000000000, 0x357ec78b799fd0478a2addd70b6e61e0, 0xdd68eab74f6381a70b442632e17def9a10605bd3b395e30f7ed4ebcedc15a4fa, '', 0, '?'),
(0xbd7ab3591a5b5fee154ab5a2420345dd, 'wp-content/plugins/blockspare/src/blocks/latest-posts-carousel-grid/index.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/src/blocks/latest-posts-carousel-grid/index.php', 1, 0x00000000000000000000000000000000, 0x32c3a789b2ea6ca495e9d32e5ec14aee, 0xc23c930dda6e74210cebdfe56840e2f7f51fcb6da8d100ffa7eac702c9384b62, '', 0, '?'),
(0xc96dd93c08412840d2023f17d52db71a, 'wp-content/plugins/blockspare/src/blocks/latest-posts-express-grid/block.json', '/home/www/iamctv.com/wp-content/plugins/blockspare/src/blocks/latest-posts-express-grid/block.json', 1, 0x00000000000000000000000000000000, 0xee2baddc001f8e962afc4cf90c5d90e6, 0x396d296820fb8dfdbfb44eabd24d3fe48a3e717049d9b3c0d2754fe3756256f5, '', 0, '?'),
(0x35b331ea7b007dc598498c3a3084c562, 'wp-content/plugins/blockspare/src/blocks/latest-posts-express-grid/index.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/src/blocks/latest-posts-express-grid/index.php', 1, 0x00000000000000000000000000000000, 0xea9d772ffb602677b17a8695efc5e67e, 0xd629e29f059beb1a80d01f2390187354eb650ecd1e027fbf16f32c1574242646, '', 0, '?'),
(0x5f4ee8fc4361c44b81ff79ff55be503e, 'wp-content/plugins/blockspare/src/blocks/latest-posts-grid/block.json', '/home/www/iamctv.com/wp-content/plugins/blockspare/src/blocks/latest-posts-grid/block.json', 1, 0x00000000000000000000000000000000, 0x5609fd3aec8632dc4a8e9466d02407e2, 0x5c05956b8b823d8934d4a89f4db426b90e58f59c06d2c49eb4f64aa869d8fe98, '', 0, '?'),
(0x18adbfb42b133b3a3e05c9cda86a9a5a, 'wp-content/plugins/blockspare/src/blocks/latest-posts-grid/index.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/src/blocks/latest-posts-grid/index.php', 1, 0x00000000000000000000000000000000, 0x7e4a9cb007abeb41e96bc73bfa0ab791, 0x48d8f1606361792d26e1c24cacff4e1e42f1a646b9a3d03ca42213453fb4b4ef, '', 0, '?'),
(0x17c4cfaf482b9b62f7b7014345e9e639, 'wp-content/plugins/blockspare/src/blocks/latest-posts-list/block.json', '/home/www/iamctv.com/wp-content/plugins/blockspare/src/blocks/latest-posts-list/block.json', 1, 0x00000000000000000000000000000000, 0xa3e84f1e2f93f221541f53613a3aab4c, 0xc1bb303053c6f207a6f3a905a803a8f44cb6519abda579bf38889570bc30391a, '', 0, '?'),
(0xc2a751edd74f902c519538a296ac8a1f, 'wp-content/plugins/blockspare/src/blocks/latest-posts-list/index.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/src/blocks/latest-posts-list/index.php', 1, 0x00000000000000000000000000000000, 0x28faa4390f64d0bbd67418ca1ce2f861, 0x8da6c11cee6b03c28d8d2a0865726f17fdddde3f81c662c378420b59dd43e8bc, '', 0, '?'),
(0x81e30098c2cb4bb19a4dddb96ddd0a56, 'wp-content/plugins/blockspare/src/blocks/latest-posts-slider/block.json', '/home/www/iamctv.com/wp-content/plugins/blockspare/src/blocks/latest-posts-slider/block.json', 1, 0x00000000000000000000000000000000, 0x63f83dc07b706be051881a8ddb28097d, 0x14eb19eefa86633027d3bed7109ca65e6438a2252e7bdd702d4a6a68e28b6750, '', 0, '?'),
(0xb41ad9bb37e5839e4711da9b9e3cfe63, 'wp-content/plugins/blockspare/src/blocks/latest-posts-slider/index.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/src/blocks/latest-posts-slider/index.php', 1, 0x00000000000000000000000000000000, 0x3fdefe63e4abded754f6599077319064, 0xb63d7c33b4f417b54e739fec515bb0f8e989781c1150d47a9450bb815a0358ab, '', 0, '?'),
(0x686adb613dee4f38195f02893f4c8acc, 'wp-content/plugins/blockspare/src/blocks/social-sharing/block.json', '/home/www/iamctv.com/wp-content/plugins/blockspare/src/blocks/social-sharing/block.json', 1, 0x00000000000000000000000000000000, 0xb3973417dc0496f01ed4277fa9bba3fe, 0xf1dbe16bd06b547da6e986570c1ab7ea0a962891777da89dd3704b6be5e77516, '', 0, '?'),
(0x493c858e5b87184519f79dd6b7d37d2a, 'wp-content/plugins/blockspare/src/blocks/social-sharing/index.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/src/blocks/social-sharing/index.php', 1, 0x00000000000000000000000000000000, 0x9b5731a601a253e37a5af78fb7f693f3, 0x7763e9f20943014efc9796914ae2c33734fe2bc3df5c5d92df98ce9230fe09dd, '', 0, '?'),
(0x03c9ecaef180c510924b90b117320c6c, 'wp-content/plugins/blockspare/src/blocks/utils/post-banner/block.json', '/home/www/iamctv.com/wp-content/plugins/blockspare/src/blocks/utils/post-banner/block.json', 1, 0x00000000000000000000000000000000, 0x16147a7ea7108ac261e55e2172f764eb, 0x074f7ef15b61e049832f2a7e0225c3f12b60032449fcfa8745f2ff95cf521cb9, '', 0, '?'),
(0xf4b79f5a0087ea49ed7f9367ae42f0b0, 'wp-content/plugins/blockspare/src/blocks/utils/post-banner/frontend-render/post-banner-config.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/src/blocks/utils/post-banner/frontend-render/post-banner-config.php', 1, 0x00000000000000000000000000000000, 0x545128517f9bf19755822c1ba3795841, 0x956b959e7d1e7337e8ef0d0d5379a674fb14da10ae74c1d54366042c30262f8c, '', 0, '?'),
(0x23eb19cb9c99dc27ccdd6bd19f4a8be0, 'wp-content/plugins/blockspare/src/blocks/utils/post-banner/frontend-render/post-banner-style.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/src/blocks/utils/post-banner/frontend-render/post-banner-style.php', 1, 0x00000000000000000000000000000000, 0x61cf1746e066744e5c553a0989125d2e, 0xd0bb325a660d9702d5efe328b891e73e657a4f424fbbc9afc6ce4519075ee301, '', 0, '?'),
(0x35a7c9608551b753b334c3c65c9b514d, 'wp-content/plugins/blockspare/src/fonts.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/src/fonts.php', 1, 0x00000000000000000000000000000000, 0x70aa1f4d56f9ebcdcdcea629fc8fbd5e, 0xa9c7d6d6675a0b13de64286e34f45a720110d09109bca4d2babd3b11221369bb, '', 0, '?'),
(0x356a0caad1cd7e722019c8d73605b276, 'wp-content/plugins/blockspare/src/inc/block-posts-config/class-bs-post.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/src/inc/block-posts-config/class-bs-post.php', 1, 0x00000000000000000000000000000000, 0xd7da853622f7ed47f9f80a5a251bcd32, 0x7423547e9713ce02dd0a8c285b2b37d8d0b1c6042f291ca2d14637a17b999287, '', 0, '?'),
(0xc0e3841752bdd03d2c4a8273de17c3ff, 'wp-content/plugins/blockspare/src/inc/block-posts-config/class-post-rest-api.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/src/inc/block-posts-config/class-post-rest-api.php', 1, 0x00000000000000000000000000000000, 0x982c7cbbf0b3b9b78688ef08bbe0bbec, 0xf74e6ada7731c7a9cc05db10165b41bf455bb1a54c35d12ff2224f40a3fdea2e, '', 0, '?'),
(0x43b96899daa7be267de0d1e7c2029c30, 'wp-content/plugins/blockspare/src/inc/block-posts-config/tax-category.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/src/inc/block-posts-config/tax-category.php', 1, 0x00000000000000000000000000000000, 0xbc820023790862ad56d7b71bb84dbaed, 0x005b291f8bac1dee74cf6bab9ab4faba408bc561bb9693048beb10a1677f4413, '', 0, '?'),
(0xe93fa1a2700c225db92949dd4be3d74f, 'wp-content/plugins/blockspare/src/init.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/src/init.php', 1, 0x00000000000000000000000000000000, 0x31cc6b4997d0aa03b96593599a47d6ab, 0xaf069e81845f43105e6efb3ef706002e52e58d0a28d1ec57afcb5b50857967b7, '', 0, '?'),
(0x62440d0aec4c7e4f28da059e6b26f7a9, 'wp-content/plugins/blockspare/src/welcome.php', '/home/www/iamctv.com/wp-content/plugins/blockspare/src/welcome.php', 1, 0x00000000000000000000000000000000, 0x765fa9cef7510cf407b2b4895cbb2aff, 0x1e9bd1264e781326f76ca1280c2abd3a16b54935111aee80a42a76725d38ffed, '', 0, '?'),
(0x334e43880d66978e7aec1fbaa2491eb2, 'wp-content/plugins/blog2social/assets/css/b2s/autopost.css', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/css/b2s/autopost.css', 1, 0x00000000000000000000000000000000, 0x8d88e8293dfcb848e45b70db33482d50, 0x205b7c8beee170ac0a4c9a4a88d997649f07cf927f720225be97a24b91862a43, '', 0, '?'),
(0xe7412ad04dd6b2b93b8767aeab3326da, 'wp-content/plugins/blog2social/assets/css/b2s/calendar.css', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/css/b2s/calendar.css', 1, 0x00000000000000000000000000000000, 0xe6109180d250e2b495eb9482cc9f9d37, 0xfd97381ebd381ad6716260338cb600fd69d0a7bd2aecd3ef5b346ea1f53061c9, '', 0, '?'),
(0xe92b3e783696325d725bce3b2b34b5c2, 'wp-content/plugins/blog2social/assets/css/b2s/curation.css', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/css/b2s/curation.css', 1, 0x00000000000000000000000000000000, 0xfac00a35a769571b188267017c6c0f32, 0x9be4daeadf02746c04356c01fe69e4551fac2695e03753128e97f4c5605da0a1, '', 0, '?'),
(0xfad9ac7c63ea50845716c5cf3df49551, 'wp-content/plugins/blog2social/assets/css/b2s/metrics.css', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/css/b2s/metrics.css', 1, 0x00000000000000000000000000000000, 0x1761039f679e9e7d2c2c7ce49cc869ec, 0x81ec0194f8de258278f68ba36c07ec25ba37f5a125363128c45d797c38dc2750, '', 0, '?'),
(0xd1e806c2b2656439b4b62abf1f068873, 'wp-content/plugins/blog2social/assets/css/b2s/network.css', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/css/b2s/network.css', 1, 0x00000000000000000000000000000000, 0xa4fa98e6f2c5db204a9993b4854395c0, 0x33a80c93fbbb0642aa21193fab492026d4de76723846e0f41c3a128954526ed8, '', 0, '?'),
(0xc2417fad5815924d0cd6145015dfdfd2, 'wp-content/plugins/blog2social/assets/css/b2s/post.approve.css', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/css/b2s/post.approve.css', 1, 0x00000000000000000000000000000000, 0x026b3eaf0f72534c4b12a62163f8f1f7, 0x7dc0a85cbe86c7d839d431f014581653d82d5a17ebf1e342db33abe4b683bdfb, '', 0, '?'),
(0x41d955445481a22dee04ce6e1d41d79d, 'wp-content/plugins/blog2social/assets/css/b2s/post.css', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/css/b2s/post.css', 1, 0x00000000000000000000000000000000, 0xb504ff1a971e9e064ad3e5c38cf79eb1, 0x49110060f221aa4f207d052d0fb79813674d6549a15f008bfd52fd51f0395038, '', 0, '?'),
(0x6f82054fcc233feb9b5c4def6821e1e9, 'wp-content/plugins/blog2social/assets/css/b2s/post.draft.css', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/css/b2s/post.draft.css', 1, 0x00000000000000000000000000000000, 0x3a64f4e0c6f5e9fdef362bca7b056e78, 0x2e4a0f014a2cd86028e2348324567d487638cf4d600a73319ecf13fa8b68e2ea, '', 0, '?'),
(0x964b56d8b4709e5ebe98fc4b0410fb6c, 'wp-content/plugins/blog2social/assets/css/b2s/post.notice.css', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/css/b2s/post.notice.css', 1, 0x00000000000000000000000000000000, 0x6077ee9a9e9581f23a94ff75255d02b2, 0xcab3c73314e614c457872a3dbecaecbba8c38a1ae7286a3ad90d202c6684618d, '', 0, '?'),
(0x23c37b31974f460f326b4aac4454b901, 'wp-content/plugins/blog2social/assets/css/b2s/post.publish.css', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/css/b2s/post.publish.css', 1, 0x00000000000000000000000000000000, 0x6077ee9a9e9581f23a94ff75255d02b2, 0xcab3c73314e614c457872a3dbecaecbba8c38a1ae7286a3ad90d202c6684618d, '', 0, '?'),
(0xcad02c3b52717f3b89c920de6a9e5ebf, 'wp-content/plugins/blog2social/assets/css/b2s/post.sched.css', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/css/b2s/post.sched.css', 1, 0x00000000000000000000000000000000, 0x7dda5b34f418d63ae0a397be9c4544e1, 0x9805b87f97548237b13e9503ca5071fb907f8ac68254ec63b2722d14fd118c58, '', 0, '?'),
(0x5fe895dc7fc553b1f65afc8fc21c5154, 'wp-content/plugins/blog2social/assets/css/b2s/premium.css', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/css/b2s/premium.css', 1, 0x00000000000000000000000000000000, 0xf3df6d263b93803954dc704770eea734, 0x9e10dffb36fa917e81fc83420a67bd9146e5fb85a6e66b3fc5c18d17f77b14e8, '', 0, '?'),
(0x701deb74b6754becad3fb5d5d17f9cb2, 'wp-content/plugins/blog2social/assets/css/b2s/repost.css', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/css/b2s/repost.css', 1, 0x00000000000000000000000000000000, 0x6bc5e053e842cc7f81f77322a101e3c1, 0x2fa2a804ff009b2c1188104df2de97dee353eef61bbec7ea80ba87cd9fae08b2, '', 0, '?'),
(0xe69fd1a80ab65518858ad7b879e42a88, 'wp-content/plugins/blog2social/assets/css/b2s/settings.css', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/css/b2s/settings.css', 1, 0x00000000000000000000000000000000, 0xecc516dd3d2306c58ccc2702bae1ba05, 0xc2df9824899c38b295c36bc9edd57a8704a683d21606e923714908c95064e306, '', 0, '?'),
(0x0f429061378dc299770c4947c363de38, 'wp-content/plugins/blog2social/assets/css/b2s/ship.css', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/css/b2s/ship.css', 1, 0x00000000000000000000000000000000, 0xe7f815d697ef9cf281c3369ce1f5703e, 0xea0ffa11206c28b36afd7048aa0a6bbf75dd30458783afab24b912a35dcadfad, '', 0, '?'),
(0xab4a73606f87409766f1f3cff2288027, 'wp-content/plugins/blog2social/assets/css/b2s/start.css', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/css/b2s/start.css', 1, 0x00000000000000000000000000000000, 0xf303dbf6e052d7df6ee0eaf361c8428d, 0xcf679aa7f41a3dbbaf81b4d01771ab68e146f8a740c710d8ee148e2a3b990cd7, '', 0, '?'),
(0xf93b6ae4a5046bd9e682e71cadb7c96b, 'wp-content/plugins/blog2social/assets/css/b2s/support.css', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/css/b2s/support.css', 1, 0x00000000000000000000000000000000, 0xac210a6db01f530bf05a0bb427412e06, 0x629209a24b5a47bcf84c11f11ffdde1aeaa86c309e89c33078b3cc2ec59ac124, '', 0, '?'),
(0x633eee56dc274eaf52e34e9f03cdd0ed, 'wp-content/plugins/blog2social/assets/css/b2s/wp/plugin-deactivate.css', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/css/b2s/wp/plugin-deactivate.css', 1, 0x00000000000000000000000000000000, 0x656d26fcbe3e4b560e7ef56c3c62cedb, 0x3a8298bd7f4033b1d23c0440208e915b32d293f7c0fd40fd0ae50d12630b2dd4, '', 0, '?'),
(0x4a5399cb5b7af9cd4a3d2a581e83e0c3, 'wp-content/plugins/blog2social/assets/css/b2s/wp/post-box.css', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/css/b2s/wp/post-box.css', 1, 0x00000000000000000000000000000000, 0xd4de265f46b64949dbbee82c440a1164, 0xda205458eca9ad0d09c787f1948ff4b9847f8e2b2671baafc7a53fb3df063d65, '', 0, '?'),
(0x5b58bbc42a28e71cfdd246e6b5320685, 'wp-content/plugins/blog2social/assets/css/general.css', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/css/general.css', 1, 0x00000000000000000000000000000000, 0xe616ae6d49b76f26ecf829a6d4f6586d, 0xe52fa47e85c9e25453d5e63cfbfdffb871dd6c6d9980cf8b58050e99b358ba29, '', 0, '?'),
(0xbdaad8fa0341f20a173a3a917cc69898, 'wp-content/plugins/blog2social/assets/css/notice.css', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/css/notice.css', 1, 0x00000000000000000000000000000000, 0x88f2c1c6cc01f06f66f184ecb8c379bb, 0x3debe14d274813c012b3bc8f0cebee7c287e4bf7f5135fc554a49a0f45e98268, '', 0, '?'),
(0xde20b50d2df8ac4ae43f95da2cf17b46, 'wp-content/plugins/blog2social/assets/css/prg/login.css', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/css/prg/login.css', 1, 0x00000000000000000000000000000000, 0xfd8568701bf48736fb46c26ffe2cbebd, 0xfa8fde50bc94ddb6b8f7aadef990a5e1c61a92e51aa3eaaa20546635821cafaf, '', 0, '?'),
(0xff1861e03558f9e56d9b2a99adc46048, 'wp-content/plugins/blog2social/assets/css/prg/post.css', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/css/prg/post.css', 1, 0x00000000000000000000000000000000, 0xfa12deb22f234d576eeac97dd4440363, 0x377cf17443987c8a98eaaac25605669aa63a5f70ac96dc972d3492e717eb4ac0, '', 0, '?'),
(0x36c209e556c92535937da5e10a81424d, 'wp-content/plugins/blog2social/assets/css/prg/ship.css', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/css/prg/ship.css', 1, 0x00000000000000000000000000000000, 0x189815ec3265400eff7f439fbcf92049, 0x712e4a306d311b0241793838e4aa058ab7dbd3c378f169d257ba4d727de91144, '', 0, '?'),
(0xc831d94fae5ece8a7f83aff35d626dd3, 'wp-content/plugins/blog2social/assets/fonts/glyphicons-halflings-regular.eot', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/fonts/glyphicons-halflings-regular.eot', 1, 0x00000000000000000000000000000000, 0xf4769f9bdb7466be65088239c12046d1, 0x749cdb61c2b1d10006d3ab9149a14404fc763275eaf6aec700c8c3d42bb854bb, '', 0, '?'),
(0x1c23cce11bdc4a65c03138659ef33b02, 'wp-content/plugins/blog2social/assets/fonts/glyphicons-halflings-regular.svg', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/fonts/glyphicons-halflings-regular.svg', 1, 0x00000000000000000000000000000000, 0x89889688147bd7575d6327160d64e760, 0xb497faebae24da36920260e492017cb4b8792b0bf40e5e09386325b289fc6bf4, '', 0, '?'),
(0x62b7554ffdf7365c6d13109cfd3be462, 'wp-content/plugins/blog2social/assets/fonts/glyphicons-halflings-regular.ttf', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/fonts/glyphicons-halflings-regular.ttf', 1, 0x00000000000000000000000000000000, 0xe18bbf611f2a2e43afc071aa2f4e1512, 0x8049d9969fed114b144a22cb74b3cfad5eeff7625f5b236601d34b813a4f2967, '', 0, '?'),
(0x6a6cd6b67e6c7a7f3a5f46d409d9f36c, 'wp-content/plugins/blog2social/assets/fonts/glyphicons-halflings-regular.woff', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/fonts/glyphicons-halflings-regular.woff', 1, 0x00000000000000000000000000000000, 0xfa2772327f55d8198301fdb8bcfc8158, 0x33758d323b576ddfdf6afff4fbdbbbfa9287cb2200211d34a0a2a5681b306c3a, '', 0, '?'),
(0x5198eade35d2c40d1d4302bcb2ef266b, 'wp-content/plugins/blog2social/assets/fonts/glyphicons-halflings-regular.woff2', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/fonts/glyphicons-halflings-regular.woff2', 1, 0x00000000000000000000000000000000, 0x448c34a56d699c29117adc64c43affeb, 0x8b732d4e3d6970820ebc66e4377bd8fad4ceac544fd4d7cd40d2ce780ce33c58, '', 0, '?'),
(0x504aee220c1c6d8f6304d8fd06c35d78, 'wp-content/plugins/blog2social/assets/images/b2s/b2s_logo.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/b2s/b2s_logo.png', 1, 0x00000000000000000000000000000000, 0xbaa5e10ab3097be441681c9814a646e1, 0x87f132e3710179f0d1fb07fe64a4de25b06e12b388194bec773b3f0c2b6af96a, '', 0, '?'),
(0x6ad69fb7f5c4cf0cc663a0197bbcc98d, 'wp-content/plugins/blog2social/assets/images/b2s/blog-post-icon.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/b2s/blog-post-icon.png', 1, 0x00000000000000000000000000000000, 0xc8d057e29cd4eba307668f08c1e7e288, 0x4d4ba388956de92983e55f6525f1987b2490e9998fcfb0e178047599e6e27554, '', 0, '?'),
(0xb837d0ea8b9407318be18f989fcaf807, 'wp-content/plugins/blog2social/assets/images/b2s/content-curation-icon.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/b2s/content-curation-icon.png', 1, 0x00000000000000000000000000000000, 0xdfc895ddc949121a0ca483ebe6c2194e, 0xb85a1ac569b39fcf66f384f2fa60db6ca94170be2ebabf5a781b7fb76caa18c9, '', 0, '?'),
(0x7906951b80e6a5798b6353b11289b1d4, 'wp-content/plugins/blog2social/assets/images/b2s/event-icon.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/b2s/event-icon.png', 1, 0x00000000000000000000000000000000, 0x3f8f303b9d73869e9278944713986f9c, 0x1df8a79518cba6c8ea9fa35ba019612c0ff321d159331483840b34075caa9f4c, '', 0, '?'),
(0x69017a47ef927ba135c6cfd4cd0eaa5e, 'wp-content/plugins/blog2social/assets/images/b2s/job-icon.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/b2s/job-icon.png', 1, 0x00000000000000000000000000000000, 0x146088baf3b43bbef7fac814b1999e8c, 0x96c8289f9e19d9a150eeb538900da061b69f6ef5519c7d944aac501d5cae3acc, '', 0, '?'),
(0xc0cd0a49fc4c13ddb2349d6ce4d73c14, 'wp-content/plugins/blog2social/assets/images/b2s/post-icon.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/b2s/post-icon.png', 1, 0x00000000000000000000000000000000, 0xc226b32e21e023e276c344d0e8459de0, 0xf3f8dfd9e6c0d7075270d879770435a9fe4e30aec1b2b343b3d68a6689f9d16f, '', 0, '?'),
(0xad1053d76283bd37b0d388833a33726d, 'wp-content/plugins/blog2social/assets/images/b2s/premium.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/b2s/premium.png', 1, 0x00000000000000000000000000000000, 0xba37095993991a52148b86d83c7af382, 0x873c9426c11f054d83f046a9e2b072fede386ddfe137e23ce57d4131fdc93af9, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xae84902654b4f2b046d1c7913735e0b7, 'wp-content/plugins/blog2social/assets/images/b2s/product-icon.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/b2s/product-icon.png', 1, 0x00000000000000000000000000000000, 0x117da0abf585fef9be51ac8d1dfc2d1f, 0x40f80024da901e768dbaa6de66a239ff3d0947161d0d17af84af2c79b77954f1, '', 0, '?'),
(0x72e24c9d842e60a0d98ef7e1bd2e5911, 'wp-content/plugins/blog2social/assets/images/b2s/trial_popup.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/b2s/trial_popup.png', 1, 0x00000000000000000000000000000000, 0x78436c67bf9e7d6a55447d83e04d7b01, 0x9cc3eef27c5f597e574669444feb8b3b587c99b9885acc6cb5a387923a6986e4, '', 0, '?'),
(0x4783d4c7e80b9e0a46d93eda0ca7f0a0, 'wp-content/plugins/blog2social/assets/images/b2s-emoji.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/b2s-emoji.png', 1, 0x00000000000000000000000000000000, 0x04eac2aefce57e7df405c536af98b713, 0x91166f69b47ae8d4e511ab6a5801f16d160a2c4bd87792eef48f8e6073c4da7d, '', 0, '?'),
(0xe5e29892b55f20796541c00529a11cb2, 'wp-content/plugins/blog2social/assets/images/b2s@128x128.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/b2s@128x128.png', 1, 0x00000000000000000000000000000000, 0x45270463a987841cb6efd5212037abfe, 0xcb5261113e136d5d47e30a90cecf63a3b43c961c70dd07bc8d0dd13edc65732f, '', 0, '?'),
(0xb9311e4d6e779689dd78f63843701f63, 'wp-content/plugins/blog2social/assets/images/b2s@32.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/b2s@32.png', 1, 0x00000000000000000000000000000000, 0x9bc87208780473f550868f44d7fb420f, 0x96fd792cd426e24f7d4cd769ecf600ab37938bf7005f1986411548ccb64fc93d, '', 0, '?'),
(0x01df77e92d9dc9c5b892b948685a4fc7, 'wp-content/plugins/blog2social/assets/images/b2s@64.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/b2s@64.png', 1, 0x00000000000000000000000000000000, 0x75dd31db574b96dca65f1e0dbc66a1f9, 0x7a58bfd2bc23c4c316da1b39f2ed00f8d58e5ee411c1d6bc3f2d80d9fb41d1f8, '', 0, '?'),
(0xf6486097d4c807f3fa8745e5e9fb6700, 'wp-content/plugins/blog2social/assets/images/b2s_icon.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/b2s_icon.png', 1, 0x00000000000000000000000000000000, 0x3649a5395f33a965cdbe7cc124876a1d, 0xe40e3453b6c45c694f929c9762b9b2dc949706bf5c4189543794eeea6e663ce0, '', 0, '?'),
(0xe39d206072cbbe2ab2cbd0adc12b1218, 'wp-content/plugins/blog2social/assets/images/chrome-extension.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/chrome-extension.png', 1, 0x00000000000000000000000000000000, 0x3e4bfd366b95f92fe7f2cafd8fe06d09, 0x5080534e87eb05605764946c22d9f6d2c6261202a436e974f620f14e0089910f, '', 0, '?'),
(0xd5b4cbc718e1b161077566afeb03f1da, 'wp-content/plugins/blog2social/assets/images/features/auto-posting.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/features/auto-posting.png', 1, 0x00000000000000000000000000000000, 0x198c33015c6ff9f6e8674476d5b1ec82, 0x9233ee45ef6c43f300d107c8a3974dfa8a8857d8d3b9b2ac8d43310480f39e66, '', 0, '?'),
(0x37bd789deb26ece021e72f063e531df0, 'wp-content/plugins/blog2social/assets/images/features/best-times-manager.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/features/best-times-manager.png', 1, 0x00000000000000000000000000000000, 0x27b1e3a6934cd9dbebd09c5c740f9333, 0x78e054a7db64283e7e3a7d53f6152e14b0a75f9c99f2e0c816331d607f43b300, '', 0, '?'),
(0x6a7f8a77479e8455a4cca1ee54930c3e, 'wp-content/plugins/blog2social/assets/images/features/content-curation.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/features/content-curation.png', 1, 0x00000000000000000000000000000000, 0xd625295dc15782aa9e0d0a9188ea8521, 0x47af463ec77d101390f07129b69af688c163a59170de4ba34284b6f4c2750406, '', 0, '?'),
(0x7e0b385cd7d1242003ca1a7067c384c4, 'wp-content/plugins/blog2social/assets/images/features/gmb-post.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/features/gmb-post.png', 1, 0x00000000000000000000000000000000, 0x93a80fe79bdf1877a42aa6d6b568af3e, 0xa7db261f3c305a303c9ce05e259e59f5202d0b93dd3e29d9dc82de2ac6cffcb1, '', 0, '?'),
(0x760758fcca54a79cec211b0d4ae7ad4b, 'wp-content/plugins/blog2social/assets/images/features/licenses.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/features/licenses.png', 1, 0x00000000000000000000000000000000, 0xde75bb056df32dc75b82dbfe997b8548, 0x563a3726d6bf12672c8db64e62a7a621f7a4d3a7bf82eb95ad0eb59bc775dd6d, '', 0, '?'),
(0x675c73d7a6ed1258e72a8390afdb1869, 'wp-content/plugins/blog2social/assets/images/features/link-image-post.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/features/link-image-post.png', 1, 0x00000000000000000000000000000000, 0x4f348116064d271ccda014faa24fea45, 0x878b7e8d0db78ceb6b9bfef98292600f3f120dab8b26068eb26c5a17edc5a8f1, '', 0, '?'),
(0x5c9b114a11be809f28474a3f61e6223f, 'wp-content/plugins/blog2social/assets/images/features/media-library.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/features/media-library.png', 1, 0x00000000000000000000000000000000, 0x0973e2904f05729b056d130b886febb6, 0xf8c8c4d554b625e8068344e7226d6a3f8e8dd88b1b165b3963c71c7b9827b55a, '', 0, '?'),
(0x39546153e2972a1283a56e068bd2d2d8, 'wp-content/plugins/blog2social/assets/images/features/pages-groups.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/features/pages-groups.png', 1, 0x00000000000000000000000000000000, 0x5fb25b059df822cd9fdb6796247d94ab, 0xe433a4a8c65ce30674f48c0f910f138ec8b9bf6395cbf987333b77133f5e208c, '', 0, '?'),
(0xeae2ba70a90cc8aa0ac5bb27e7da1a58, 'wp-content/plugins/blog2social/assets/images/features/rss-feed.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/features/rss-feed.png', 1, 0x00000000000000000000000000000000, 0x2148a0e902f1c118cf38667027306e02, 0x4ec92679f61670a1828d1feeb1a68ddf97ffec171da9737fba49f560a8145f13, '', 0, '?'),
(0xd47fea35ab55d18ec5c28b1c0df243bb, 'wp-content/plugins/blog2social/assets/images/features/social-media-calendar.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/features/social-media-calendar.png', 1, 0x00000000000000000000000000000000, 0x2705413f3b5ebee7412a6601e64d07cd, 0x711e3ff95b2417832d2c801db38f98ba49641eb5578eed37f5995d66700dd283, '', 0, '?'),
(0x7cf6ab4efaaa3805546a66a8d12bcb4e, 'wp-content/plugins/blog2social/assets/images/features/support.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/features/support.png', 1, 0x00000000000000000000000000000000, 0x8d71504d0151f5d838306dcb49a3eaf2, 0xf58f6e0087860bc9dda939e855e403320e8bd9a5fa5cf0c89c1938eb97e6112e, '', 0, '?'),
(0xbf53b4ecb8aa8288da690c911156b098, 'wp-content/plugins/blog2social/assets/images/features/tags.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/features/tags.png', 1, 0x00000000000000000000000000000000, 0x1d76c783a8281dbb2826defc5b8d89b8, 0x8181a8a267157be33624a6d743f6e84b58109a118c9b15396c57d868857372c5, '', 0, '?'),
(0xb4a1342c3a731c2ce4316b082ca1109c, 'wp-content/plugins/blog2social/assets/images/firefox-extension.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/firefox-extension.png', 1, 0x00000000000000000000000000000000, 0xdb7efc814cf37b66cd17f45ffa978711, 0x881237d19e3c7c3490dd337c66a9b824b479358bf8f66eac4cc0a9beb3a9e387, '', 0, '?'),
(0x6724f9df394f27fff92e4b433e7fbac6, 'wp-content/plugins/blog2social/assets/images/metrics/banner.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/metrics/banner.png', 1, 0x00000000000000000000000000000000, 0x649df3837ebd38771aa48aec740be034, 0x791df11f6c7b6158e2d143f467bc8594738ba4ef53e1f069e291f5c2b4b469e5, '', 0, '?'),
(0x8944de8f9f07e2f5237d65c78532aacc, 'wp-content/plugins/blog2social/assets/images/metrics/social-symbols.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/metrics/social-symbols.png', 1, 0x00000000000000000000000000000000, 0xe66080e5c4eef61e2a8f75fd472a1990, 0x6018bee37beba083d118e6bfce327803dc84032177677d979254fcb20a4ad69c, '', 0, '?'),
(0xf67c8ccb1caf19020c8a2e446cfd3b61, 'wp-content/plugins/blog2social/assets/images/no-image.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/no-image.png', 1, 0x00000000000000000000000000000000, 0xf9a2ac4e23832cba94d49d7142f2f114, 0xcf7b778b54e3451770015cca80599e76003dfd14f69accf39a31bf0afe53b8ed, '', 0, '?'),
(0x30a911718a4d5b4f5febc0311eeae7c2, 'wp-content/plugins/blog2social/assets/images/no-network-selected.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/no-network-selected.png', 1, 0x00000000000000000000000000000000, 0x21514c36ad66f8ba7908880179ca0ae3, 0x262ed574d2a1bbc39faf2d325812760ac082ee8c23aa10b6486fe37be33f5610, '', 0, '?'),
(0xb818cd31eed0e816f5dbb5216046b671, 'wp-content/plugins/blog2social/assets/images/portale/10_flat.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/portale/10_flat.png', 1, 0x00000000000000000000000000000000, 0x9c1a1a6488d364e387dd906474dcd98a, 0x750cc747d10a1dc38290503cc93e9d47fde7740e5b5a4114a3e3f24c53a2bb7a, '', 0, '?'),
(0xd9057f2064772f2d66d6cd2cad71b37e, 'wp-content/plugins/blog2social/assets/images/portale/11_flat.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/portale/11_flat.png', 1, 0x00000000000000000000000000000000, 0xc25e6e9671739efc924735b7b2089423, 0xf05bc34996a18800ffda8322a485e1cae97b45242f95709eab3f3fa281bf2750, '', 0, '?'),
(0xbdfed8bb2643f21ecded36fe410642e3, 'wp-content/plugins/blog2social/assets/images/portale/12_flat.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/portale/12_flat.png', 1, 0x00000000000000000000000000000000, 0x626a583689f8c8c1fd479ba8c6e23ad4, 0x586a81d3b651dacf0f3babf6cc74f574b14ca18b5ffb08b72d74d44fef8ba5e5, '', 0, '?'),
(0x818f053288a0c9b77ed394e808e0051b, 'wp-content/plugins/blog2social/assets/images/portale/13_flat.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/portale/13_flat.png', 1, 0x00000000000000000000000000000000, 0x619bc2bc90e511e79e536f45f7b11b24, 0x1338a2789b07ea90b5bc2152526dab42799d031fa7bafb4847e45fe55299f241, '', 0, '?'),
(0x4cd9619e64b594440748e4088dfd9253, 'wp-content/plugins/blog2social/assets/images/portale/14_flat.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/portale/14_flat.png', 1, 0x00000000000000000000000000000000, 0x1d89a1cd64acc95b3a232b2997bd0ff0, 0x638ad98781466f1e31978e20d8e889efb0a4ea6c8153f25983f97c429094f2ce, '', 0, '?'),
(0x1b41fadbf9c7dc1a76757f48f194a8db, 'wp-content/plugins/blog2social/assets/images/portale/15_flat.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/portale/15_flat.png', 1, 0x00000000000000000000000000000000, 0x12592998bf4e567aa1d011e860da5a38, 0xd98be9d2b927b98c20548860f31527128042a9398b566f42a092c53c3a1d1b86, '', 0, '?'),
(0xbe3cb5e421831e3114f907c6012bf492, 'wp-content/plugins/blog2social/assets/images/portale/16_flat.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/portale/16_flat.png', 1, 0x00000000000000000000000000000000, 0x791ffd4fa951212385b619ca383a58cb, 0x47141a7337e9fa849d6a568bac8b69c717983ad8226bccc123164144e840bbe3, '', 0, '?'),
(0x3b097d0ee165e91bdc55d23a2bbc17e8, 'wp-content/plugins/blog2social/assets/images/portale/17_flat.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/portale/17_flat.png', 1, 0x00000000000000000000000000000000, 0xaf9a310ea7da1f939a5f024566b2da73, 0x950b99a0826c330181b05a60df815cb43d7155420cc2b782949f0485a0bdfd64, '', 0, '?'),
(0x41f9a64d392db4c77ab7c221137b4214, 'wp-content/plugins/blog2social/assets/images/portale/18_flat.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/portale/18_flat.png', 1, 0x00000000000000000000000000000000, 0x1c0656bcbebde16325838544db4c0743, 0xc6c39b58640aa2add07410eb5f36d42e7c2414e303ea240e49187724168c37d3, '', 0, '?'),
(0x6ff8bf84dc8f5847bef19e5a3c4a49b8, 'wp-content/plugins/blog2social/assets/images/portale/19_flat.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/portale/19_flat.png', 1, 0x00000000000000000000000000000000, 0xc77d407974f9fe9817991161d227041e, 0xdb92ee6b93988aff022ff6afbb70e092a27c3ac86baa6cc10c66a7a3b1f75298, '', 0, '?'),
(0x252938e2ffd4eceb1abe1cc15291a09c, 'wp-content/plugins/blog2social/assets/images/portale/1_flat.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/portale/1_flat.png', 1, 0x00000000000000000000000000000000, 0x6ae78d97b1a0c87b8cb1afe19ef09a15, 0x240e8837a84d08f461a685e9a75aaf7559b32ca77e72f86ff6f5073a5e48e05f, '', 0, '?'),
(0xb4a59b0fc9b8b295ca0f2f9e59e0a013, 'wp-content/plugins/blog2social/assets/images/portale/20_flat.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/portale/20_flat.png', 1, 0x00000000000000000000000000000000, 0xaadf3ece26142f00eeefbe19cab8efe4, 0x00a7885807692a52c4670e2d20df2f75e6f5c1f5ee4dca3344d0e120d04243a2, '', 0, '?'),
(0xef434069d437f762918d553320b37109, 'wp-content/plugins/blog2social/assets/images/portale/21_flat.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/portale/21_flat.png', 1, 0x00000000000000000000000000000000, 0x1f1ae2dcf9ba574dbca93c62beff9c49, 0x1dc6f90a3cc2ca832cd109d155b46fd83d6c5b60a15ef5b3b7a2c37d68cf422e, '', 0, '?'),
(0x5410493256bee4fad35c642ca376314a, 'wp-content/plugins/blog2social/assets/images/portale/24_flat.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/portale/24_flat.png', 1, 0x00000000000000000000000000000000, 0x9fd06b37b05d2ea6a676c4fc36acb8e6, 0xdba3b7df7def79fd8ff18bd68acdb3f5f3323edd16f5a736a155892ea9c5b081, '', 0, '?'),
(0x676a911ef8a0c2bb8b38e52e1f2e657a, 'wp-content/plugins/blog2social/assets/images/portale/25_flat.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/portale/25_flat.png', 1, 0x00000000000000000000000000000000, 0x4f6669dbec6dbcd7c17962852d708d19, 0x63fdc63ea7cf7f093538bc601ccfdabfe5816c09fc016070aa7076b31c96e3fb, '', 0, '?'),
(0x19afb995982e4bb506536e53334ed81f, 'wp-content/plugins/blog2social/assets/images/portale/26_flat.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/portale/26_flat.png', 1, 0x00000000000000000000000000000000, 0x183b325cb7b8183374acb75dcdf2181c, 0x915965ee9a61115258d7dfa9f013116a0b940385548245c76eb53eb5e526f8fe, '', 0, '?'),
(0xf054862bf4009b24efbf87e42338e550, 'wp-content/plugins/blog2social/assets/images/portale/27_flat.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/portale/27_flat.png', 1, 0x00000000000000000000000000000000, 0xbd9cf8dc19d43f544959561e15e04da1, 0x77761ae71d3989252b804ac00debda0056be21322618ac8b658e24c98c7d2ae2, '', 0, '?'),
(0x59f22a22097059ac829af4b3192e1ca1, 'wp-content/plugins/blog2social/assets/images/portale/2_flat.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/portale/2_flat.png', 1, 0x00000000000000000000000000000000, 0xff75ce45b60f7d943749f90d274e8508, 0x3a487445040c3051a23205de39bfc47970d9c4bf5758db9f1c73a5bb95b187b7, '', 0, '?'),
(0x010c20afd5796f066d4db3db01feec31, 'wp-content/plugins/blog2social/assets/images/portale/3_flat.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/portale/3_flat.png', 1, 0x00000000000000000000000000000000, 0x5863ec41d745207250d1505d683dff32, 0x83048a411a5ad715885266b906d84b4651cd6ee7cf1c3808ee63c018ed5babce, '', 0, '?'),
(0x1307eb3b36fabf3060e5ae7e7abc753d, 'wp-content/plugins/blog2social/assets/images/portale/4_flat.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/portale/4_flat.png', 1, 0x00000000000000000000000000000000, 0xa55f429055186bc4b8fcab460c4c281b, 0xaf1e44ec53263fb89470743c5770a667be5d3a13b40240660151b28e058d1d4a, '', 0, '?'),
(0xfd0a751566fe8b86b2e0c2ad58258b69, 'wp-content/plugins/blog2social/assets/images/portale/5_flat.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/portale/5_flat.png', 1, 0x00000000000000000000000000000000, 0xcd7b336e843dff46f97bdc9a4648ca8d, 0xe753a1949f8fe52f54672dea34546fe7c9aed3b277736080f814ecb5ebf0e65e, '', 0, '?'),
(0xa6f4de11a0854a6e77351d7c5083bc68, 'wp-content/plugins/blog2social/assets/images/portale/6_flat.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/portale/6_flat.png', 1, 0x00000000000000000000000000000000, 0xaadf3ece26142f00eeefbe19cab8efe4, 0x00a7885807692a52c4670e2d20df2f75e6f5c1f5ee4dca3344d0e120d04243a2, '', 0, '?'),
(0x86e54c54673d803a9d7d9c8cbbdd7ebb, 'wp-content/plugins/blog2social/assets/images/portale/7_flat.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/portale/7_flat.png', 1, 0x00000000000000000000000000000000, 0x814a3f291c1106be4d627335417cefb8, 0xc8f762e33a64572d1aa05ae9f04323a42488469b234f140eaf636f4b17c94f4d, '', 0, '?'),
(0x423f68d185f9c83ec73bf2da2fd63703, 'wp-content/plugins/blog2social/assets/images/portale/8_flat.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/portale/8_flat.png', 1, 0x00000000000000000000000000000000, 0xc77d407974f9fe9817991161d227041e, 0xdb92ee6b93988aff022ff6afbb70e092a27c3ac86baa6cc10c66a7a3b1f75298, '', 0, '?'),
(0xbaf60d1bc51f77647fa8ac81b1e74604, 'wp-content/plugins/blog2social/assets/images/portale/9_flat.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/portale/9_flat.png', 1, 0x00000000000000000000000000000000, 0x4b0b6df5c3852883f82cc4f847201775, 0x8370790b8d71dc6d5f9f95be691fe517631ce2833256f2bff3cb9accad45157e, '', 0, '?'),
(0x15b4b1d33fc01683187ec4a394be7222, 'wp-content/plugins/blog2social/assets/images/prg/event-icon.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/prg/event-icon.png', 1, 0x00000000000000000000000000000000, 0xd0732903328c20eae319f26cd421aa72, 0x13ff2209105ebfd247eb9b12a96991b1f57c7a0cdafc70ec6826d1bb2b91d69c, '', 0, '?'),
(0x3384923e56aa05010941df8f9d439e55, 'wp-content/plugins/blog2social/assets/images/prg/job-icon.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/prg/job-icon.png', 1, 0x00000000000000000000000000000000, 0xb1c8b83ecd2a5a7531adf0cf38c4f5e9, 0x779fa415290cc67921aa6cf61c9fcb04226ed508eccf2272a3d8b1efcaf2f0ee, '', 0, '?'),
(0xbd967b1fee9d34d06db7c65ab5315891, 'wp-content/plugins/blog2social/assets/images/prg/post-icon.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/prg/post-icon.png', 1, 0x00000000000000000000000000000000, 0x7a00b6751386e6ce46e60299638d693f, 0x186a24b0d0f29867895a236da651ac38577c1d26a2b280289a372caca0af2d23, '', 0, '?'),
(0xb98315bf5af77aa43eecc10646d59681, 'wp-content/plugins/blog2social/assets/images/prg/prg_logo.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/prg/prg_logo.png', 1, 0x00000000000000000000000000000000, 0xa1ef6586a7b303331d78365a44c27e6d, 0x519931df73c1684d55e8924ff0fea5baeb8d635f8cbc3fd8c6de2ad8fb016e83, '', 0, '?'),
(0x420a80003914826d7d878adb971b6174, 'wp-content/plugins/blog2social/assets/images/prg/product-icon.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/prg/product-icon.png', 1, 0x00000000000000000000000000000000, 0x3986e5c361a0f2fcd04da172f35d6080, 0xa6decfc0af4c44f976606b5e053731e2d21570b8e005d6d0024c66f1ad506cd5, '', 0, '?'),
(0x38414ff5e810324be4a82f0d2a3390e6, 'wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-1-1-de.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-1-1-de.png', 1, 0x00000000000000000000000000000000, 0x6c1f6ad97f6b9e3e25bfc6267cc4257a, 0x850ffa279c3fc7c6fbb6e28c64e00ef925c96900fbd8db36cebbf592fd82b045, '', 0, '?'),
(0x17dc3842ba271772f328493edb18b5d6, 'wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-1-1-en.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-1-1-en.png', 1, 0x00000000000000000000000000000000, 0xeb3410096642be6a2a1bde6354808e5a, 0xca341d59ab708e0ea78372cd883265662a0ed066ee88c8a7112e839215d7bb03, '', 0, '?'),
(0x696b69773420be495b63ae49ffce651f, 'wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-1-2-de.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-1-2-de.png', 1, 0x00000000000000000000000000000000, 0x60b5b43a4dda4a770b97c615b6a3f97f, 0xe33510283037bdb500e9dd2ccc7eb6b3425118478f47661e66e4ad2b001bfa00, '', 0, '?'),
(0x0ed383ff1adc02f364927c5f20da55db, 'wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-1-2-en.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-1-2-en.png', 1, 0x00000000000000000000000000000000, 0x560c711c8314eb4f34f0fa811504adbb, 0x82d4ffc9bd6ebc94b5207b2bfa0da8de1aa8e4f73e319e240bdc20370edb4394, '', 0, '?'),
(0x8f05b61ed4c98fbddf29b239553696a5, 'wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-10-1-de.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-10-1-de.png', 1, 0x00000000000000000000000000000000, 0x2094b526ab7df1fd131805894de8db30, 0x335f373bebe3eec7d1b622e9e08ab778ceee1ce6b97c881fcd5b441dfb0df383, '', 0, '?'),
(0x46b2c14162b8ce0708568423156e338a, 'wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-10-1-en.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-10-1-en.png', 1, 0x00000000000000000000000000000000, 0x3860016452cc918f361fb6e56fe5ffed, 0xa5d448302c0ea311687b07168208814ac73ecb2a50209de39348ba692f4c2a76, '', 0, '?'),
(0x8cfef8936f62c58ddc83a2648455183a, 'wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-10-2-de.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-10-2-de.png', 1, 0x00000000000000000000000000000000, 0x68bddbbaed97dae82ebe0ffc5105c541, 0xe2d3172bd25590d113917e9f66ae58c2737c59566264b75d24e4c73ea24415cb, '', 0, '?'),
(0xdf8d4aeb79076f1d801aac5e2dfaa32a, 'wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-10-2-en.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-10-2-en.png', 1, 0x00000000000000000000000000000000, 0x94c3dc9e750c5a9a93f8fedc3bd16118, 0xfcb4c813e1af97fc9a1191b9eb8eceec8b39a49f1298f3b64c292a089c688108, '', 0, '?'),
(0xba38441374d747351ba77e54cb7d754a, 'wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-12-1-de.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-12-1-de.png', 1, 0x00000000000000000000000000000000, 0xcc262b77573ed0b8250808bfafd194be, 0xa25fc5cdc8afdea84c4c035925170ec141af5cf2747585e91976871b26a6d75d, '', 0, '?'),
(0x591b73f6c79b7bae170bb234fd356e1a, 'wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-12-1-en.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-12-1-en.png', 1, 0x00000000000000000000000000000000, 0xcc262b77573ed0b8250808bfafd194be, 0xa25fc5cdc8afdea84c4c035925170ec141af5cf2747585e91976871b26a6d75d, '', 0, '?'),
(0xc064aa3813049800c5ee242c1d77a3b3, 'wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-12-2-de.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-12-2-de.png', 1, 0x00000000000000000000000000000000, 0xa43d2c882399c74c65d54a43119f4375, 0x968b95a3c90e915fc191eb4b2822957c38636ae33ed3c2090abcb82ccb4d5772, '', 0, '?'),
(0xc3a23e9f34f5ff0d97912e6cfdaf91be, 'wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-12-2-en.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-12-2-en.png', 1, 0x00000000000000000000000000000000, 0xa43d2c882399c74c65d54a43119f4375, 0x968b95a3c90e915fc191eb4b2822957c38636ae33ed3c2090abcb82ccb4d5772, '', 0, '?'),
(0x09a44f5c504246941240f269d087ce41, 'wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-17-1-de.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-17-1-de.png', 1, 0x00000000000000000000000000000000, 0x4376931c8bf3bc4c1cb055d7f0e4d615, 0xf12f9efd9696b2f0abdee3d9818ed99539e4bcb4540fea33c31bf025ea379207, '', 0, '?'),
(0x5ae2324086db34d4e6896de0d2fa5d35, 'wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-17-1-en.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-17-1-en.png', 1, 0x00000000000000000000000000000000, 0x610e66520672a4bba9c5979a63847fe8, 0x27160bef109f02a99ccedc9f1c6497572f0cb72768e42c1084332c4b1a395a13, '', 0, '?'),
(0xa1e0dc5c1bbdf2c023f93e1604e9bc56, 'wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-17-2-de.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-17-2-de.png', 1, 0x00000000000000000000000000000000, 0xd290b6565bf3b156ddf270e5a3ab8d9c, 0x53714da219ae625dbf58386449ee293af3046150bf716312e712a27e49994b10, '', 0, '?'),
(0x53a2b64814482d135eee74d175e4abc5, 'wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-17-2-en.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-17-2-en.png', 1, 0x00000000000000000000000000000000, 0xc310b1eec19ab6ed30f9c77d88a16b05, 0xd404b368dc9b5f3356bb15fbff13cfe4e3fcf1a26d6c10effa97d67f4cd2158f, '', 0, '?'),
(0xaa540a9dd5859f743cee78fcdc930dd9, 'wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-19-1-de.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-19-1-de.png', 1, 0x00000000000000000000000000000000, 0x938d46996cf6ff8bdb1f3cf4089597a9, 0x38588ad1a800805f5e55d2dada119647f5b1f4b7635e4849cfb866bf87840445, '', 0, '?'),
(0x2754120a5188fed06ae65bb0e61f2a92, 'wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-19-1-en.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-19-1-en.png', 1, 0x00000000000000000000000000000000, 0xd8da3779d5231bd77beb73df9d477ec1, 0xe1d274bbe31f709893e9d2e80d8ca5ea241d75812bda4ee61a5611b720c0baa5, '', 0, '?'),
(0x7aaf13cdaa7ffad31320fa10288a2648, 'wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-19-2-de.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-19-2-de.png', 1, 0x00000000000000000000000000000000, 0x6daa148f6ec6e820abff0011016aec77, 0x0da60d91c1fd3d2ea9756c3e8636120e13923a7ce1e10a9ab4354124e06953ba, '', 0, '?'),
(0xde6c2a6849f4a5e0fcaf7a25864bb18f, 'wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-19-2-en.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-19-2-en.png', 1, 0x00000000000000000000000000000000, 0x020a6e01a789f2a1c33e791d8a5bc467, 0xe877f388fcf31db1363baac36245a63a76e4de88750c8a49b18e203ce6446537, '', 0, '?'),
(0x4ddfba8095961fe83dc85d0dca100d0e, 'wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-2-1-de.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-2-1-de.png', 1, 0x00000000000000000000000000000000, 0x75bd3fb1f79d0971d99fa9a9ba5f69d3, 0xe931274a74fcc3011d8e78e41ebcede21919bedc381fd7c9c524d0e88ada5d5e, '', 0, '?'),
(0x6e73f606ad3c739b20c4a63adfec99c0, 'wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-2-1-en.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-2-1-en.png', 1, 0x00000000000000000000000000000000, 0xeba3984f4a5e7d6293b3edfb3996df99, 0x97a357a202c99c5ce89ed4b71ebd14263c7b5beb7a53a76ce5122dc269d824b9, '', 0, '?'),
(0x680630c0beaf15f4fc43d9d152810a68, 'wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-2-2-de.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-2-2-de.png', 1, 0x00000000000000000000000000000000, 0x649574be9abfb7a5899ddab1853fdae3, 0x2ee44b2600f0467644b920c5b07496c0de345ea7fba58265f8c478ffd42fe522, '', 0, '?'),
(0x13198befd8e079b9d0f5256419f8f5cd, 'wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-2-2-en.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-2-2-en.png', 1, 0x00000000000000000000000000000000, 0x00cb9ab4de6d59339aaf26ceca58332f, 0x4951cad9bdfa1a0064d5d18bde655f4fe2de4b11c9f41c385552d186c16e4a51, '', 0, '?'),
(0x7a2ffb78de4a8501e333715c6bf39f93, 'wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-24-1-de.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-24-1-de.png', 1, 0x00000000000000000000000000000000, 0x3049afef6306703d1c2dade80113eb29, 0x102545a7fec1d4f0b23a805b4efb1bf51be8757772078ea6e51e94db3dd59cf6, '', 0, '?'),
(0x457a9db2cd261d108b19627758980248, 'wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-24-1-en.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-24-1-en.png', 1, 0x00000000000000000000000000000000, 0x39efd5533beee67ab9c2e15d337282eb, 0x625724b265a62f39799a9874a68f710b51d7b012e032288bd8ada9f6537e5983, '', 0, '?'),
(0x5e739fa355265d25bb781e21fdd22192, 'wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-24-2-de.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-24-2-de.png', 1, 0x00000000000000000000000000000000, 0x82afbbd72965404132f8493a373a57ac, 0x8455b5cec94f57e07f7a8acca3b99df252d690a188f7e66fcf5a7cdb3a419265, '', 0, '?'),
(0x73fb35ef1ed92994fbfe33443a221e4a, 'wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-24-2-en.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-24-2-en.png', 1, 0x00000000000000000000000000000000, 0xfe49ff116e1ea13d563bdb5cdfbb74b2, 0xc197f4c5f41d5f51b64cf22a9114c2d172683fe7fb7d35e4759f769686c903b3, '', 0, '?'),
(0x8018f007ad0e48a27873cefe902877a0, 'wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-3-1-de.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-3-1-de.png', 1, 0x00000000000000000000000000000000, 0xe377d915057862315f9e8ef78a65fd1a, 0xd4869ceb8ce1c8fb4933c8a219cf8bbea053862a464687e12dc73b0bf8d154c6, '', 0, '?'),
(0x15847cb177fcecbf360286095ef2b64c, 'wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-3-1-en.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-3-1-en.png', 1, 0x00000000000000000000000000000000, 0x0afb80acbd90233d4de70418891cef9c, 0xde6c1b5766055841956fa0ee067608848bc2271635731d939620d6d956847b03, '', 0, '?'),
(0x65fd98d48a90eceeed8ddb42f88ff023, 'wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-3-2-de.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-3-2-de.png', 1, 0x00000000000000000000000000000000, 0xe90aafaf5594734f000883f8359259db, 0x588d01aa98af3e6257c5de65a8115f44e5c6e716d00e5c80126236ccbb4c0d27, '', 0, '?'),
(0x853d970c673b9ce4da0d803f25c442ba, 'wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-3-2-en.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-3-2-en.png', 1, 0x00000000000000000000000000000000, 0x28336c1a4553c1e9dd7825d0fbe85700, 0xeffe89741017cef7442299578ef3bd83d064382321cb9aef267d5dc22cfedc39, '', 0, '?'),
(0x4a8e7c6f0b703fdab6f86c1014f9c9a5, 'wp-content/plugins/blog2social/assets/images/settings/bitly.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/settings/bitly.png', 1, 0x00000000000000000000000000000000, 0x9ee4b53af65e487600a25b628a7c3b1f, 0xfe18ae6378c9a3b25f6e71ee1996e11bdaf7a1e649e7baa6f3ff8146d0499f0e, '', 0, '?'),
(0x08d57f72642fc06627d787204cee8c9b, 'wp-content/plugins/blog2social/assets/images/settings/like-icons-1.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/settings/like-icons-1.png', 1, 0x00000000000000000000000000000000, 0xc8772bd242584f3effbc72fc101f2d9f, 0xa64db34458ead4070ee4048b2915520c21518ba0a4fb869bafad3ba701ac3014, '', 0, '?'),
(0xee0926e086a8d38b82a0c2741c0a52ee, 'wp-content/plugins/blog2social/assets/images/settings/like-icons-12.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/settings/like-icons-12.png', 1, 0x00000000000000000000000000000000, 0x5d441ed0a6a8c58f2c716d8db1342a31, 0x5921dc66bfc176ea6ea5abdd596aab68446bf130ac3ea2b1a34e51a116bb37c4, '', 0, '?'),
(0x66d4ae7c980961f73570c81556758e46, 'wp-content/plugins/blog2social/assets/images/settings/like-icons-17.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/settings/like-icons-17.png', 1, 0x00000000000000000000000000000000, 0xaf24814a8abaf7b6f65551f20d19d9fc, 0x602107ddef534abe14b8b69439db25ca6efddba7b15d5f22245c1e863dec129b, '', 0, '?'),
(0x20b92a81db6ff6619f91f06d0067626b, 'wp-content/plugins/blog2social/assets/images/settings/like-icons-19.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/settings/like-icons-19.png', 1, 0x00000000000000000000000000000000, 0x49ec8f6653c56831ab229e1285e23f9f, 0x139e7b067b6ce3273324c61b6d867332136a5c7751794655ba923d36295850cb, '', 0, '?'),
(0x5ef51219defa76f3e271649522ac9b7c, 'wp-content/plugins/blog2social/assets/images/settings/like-icons-2.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/settings/like-icons-2.png', 1, 0x00000000000000000000000000000000, 0x1f255c511ed150ed970bacf1e368cc27, 0x297a5ab287d858b3c9fe61aca6a54997e23716e3c9fe392b08243ae126c342fc, '', 0, '?'),
(0xe075bf9a8204ce5839e1a9e538ac4f2b, 'wp-content/plugins/blog2social/assets/images/settings/like-icons-27.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/settings/like-icons-27.png', 1, 0x00000000000000000000000000000000, 0x0f5b5696d0efebb617ddd02fce9a01f2, 0x35524d84d580bb28f4908c07d8fd59aa724d48f9723469c6bda9cc0b39c62336, '', 0, '?'),
(0xa54b708a35e61fab28b0c139f488eec2, 'wp-content/plugins/blog2social/assets/images/settings/like-icons-3.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/settings/like-icons-3.png', 1, 0x00000000000000000000000000000000, 0xae8080cdb87d3614544ea68a64264b1e, 0xa13a3baec3ddfb884565c58fd6f2c94ee184a8e549e26a4ace4334695d1f0c93, '', 0, '?'),
(0x6b41aca4ab95499c2ca662660a254c56, 'wp-content/plugins/blog2social/assets/images/settings/like-icons-4.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/settings/like-icons-4.png', 1, 0x00000000000000000000000000000000, 0xd29049a0206d93a264741fcb7401bf4e, 0xf7d63d3ad0433aae5bac6ee2c5b378c85ce165061ec27d3a1202c8a89054adaa, '', 0, '?'),
(0xc1b0529240fd6ce0c628d110aa980dd7, 'wp-content/plugins/blog2social/assets/images/settings/like-icons-7.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/settings/like-icons-7.png', 1, 0x00000000000000000000000000000000, 0xa689d6f722fcce86002836c9e4c6b5a0, 0x5943847ca88a590557617477928a22ceee2cced25298a8a82f47813ce5460e38, '', 0, '?'),
(0xf00f9775b76a6430e2f5c24663059f41, 'wp-content/plugins/blog2social/assets/images/settings/rebrandly.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/settings/rebrandly.png', 1, 0x00000000000000000000000000000000, 0x2b5dd7e3978206abfeaa00ca557f65f1, 0x08b3658991fbf9fac4d37797c9a1d79400173fdb1d6142914f7137eb889bc0de, '', 0, '?'),
(0x7b4195bd7063b819660a1fb16772aa3f, 'wp-content/plugins/blog2social/assets/images/settings/sniply.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/settings/sniply.png', 1, 0x00000000000000000000000000000000, 0x9d88cc48f74d576a47c8e2c7e5dce7d9, 0x0256c323b8325375c5becb0c692cd67a530f6eab7263485de05839de11a13cc8, '', 0, '?'),
(0xfd61db8e023428492b420939a1e74770, 'wp-content/plugins/blog2social/assets/images/support/topic.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/support/topic.png', 1, 0x00000000000000000000000000000000, 0x047b893d878c151bc2283ed3b2754aa0, 0x215887808d815da5d890ec249414924efe3c28b6525e4a8c433a629009bc0903, '', 0, '?'),
(0x682e6a5067a23f1ceb9ff5ee572eada4, 'wp-content/plugins/blog2social/assets/js/b2s/autopost.js', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/js/b2s/autopost.js', 1, 0x00000000000000000000000000000000, 0x0c6ece6b488a812c613e573e75b565ca, 0x90693b27df1e51b53f322fa743fd89da6411d5816aaa7021bcbb7270021d2729, '', 0, '?'),
(0xf506482869b50e01851deb15ca2595b9, 'wp-content/plugins/blog2social/assets/js/b2s/calendar.js', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/js/b2s/calendar.js', 1, 0x00000000000000000000000000000000, 0x4b4374ce229006722f4c1b1baa1cf6f7, 0xd534d4732455072a21e92f23a343967512019d72483a3e7263ae94560f089e30, '', 0, '?'),
(0x853c8f07b97f20eecefcf292b14ff279, 'wp-content/plugins/blog2social/assets/js/b2s/curation.draft.js', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/js/b2s/curation.draft.js', 1, 0x00000000000000000000000000000000, 0xbb53a06e126b74e04552d3b5b77eeedd, 0x402ab7a26867e89e080a0e0355d25a7a2d7f391b91e91e2a8d3c2c729e5d46e2, '', 0, '?'),
(0x7962bd7025cccdeee864d08f465289dc, 'wp-content/plugins/blog2social/assets/js/b2s/curation.js', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/js/b2s/curation.js', 1, 0x00000000000000000000000000000000, 0xf61caf2f30394aa67b5a2716a4e9e932, 0xc2d31c90ac87a8230ac6b399da0f0fe4c9fbea9fb252248ad69c4d377561154e, '', 0, '?'),
(0xab5a3be9b47d70dc106a1c97cca7635e, 'wp-content/plugins/blog2social/assets/js/b2s/general.js', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/js/b2s/general.js', 1, 0x00000000000000000000000000000000, 0x915de2e7e3b63ef2c36a09ce8ceb7acb, 0x8bd47170dff032096ac7e080cd10eae8e97e8a38eb9b6069a520126e1facd2a4, '', 0, '?'),
(0x874843c96a3ae5a19bafb9910916045c, 'wp-content/plugins/blog2social/assets/js/b2s/lib.js', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/js/b2s/lib.js', 1, 0x00000000000000000000000000000000, 0x42e376beda8c283e6abd897ae5140a70, 0xe676a8f69c22fa68b78bb28ce7a645b13e1c1ac9c4672e60b40a83b765800348, '', 0, '?'),
(0x48f32a91b6f6ee8f2ea69f8341b62d1f, 'wp-content/plugins/blog2social/assets/js/b2s/metrics.js', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/js/b2s/metrics.js', 1, 0x00000000000000000000000000000000, 0xf5f2c98a68157c3700f1089d209f49c5, 0xf3689da5564a4a6cba84eb862a2fd0686e1c2625c8b242fba81b7c7e84bcff14, '', 0, '?'),
(0x8399c6e77344ae2ba8f7526515636b79, 'wp-content/plugins/blog2social/assets/js/b2s/network.js', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/js/b2s/network.js', 1, 0x00000000000000000000000000000000, 0x2a105df0e04ad926655d1ccaabd9b7c3, 0x6b1226060feb6f1f4a3839ceefeaf8f923e84fa5ef7b5ea7f84bc0bfb65ed893, '', 0, '?'),
(0x4c8938efc195bdeab3b5d57ee000d596, 'wp-content/plugins/blog2social/assets/js/b2s/post.js', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/js/b2s/post.js', 1, 0x00000000000000000000000000000000, 0xf1eb40bf458e9e7c1d8ceb9614dff54b, 0x273ca8c4b5bfc345f1a69199ba8ea653defb381f2c179c4bb2c7ef3af0d1d4c2, '', 0, '?'),
(0x579138caab7748195dd1b56c290d60b8, 'wp-content/plugins/blog2social/assets/js/b2s/premium.js', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/js/b2s/premium.js', 1, 0x00000000000000000000000000000000, 0x5004b4f0cf373ce5e9f579447b1a9fe6, 0x1eaa4740535ffceaab7c8e483a2b05d8aef54a1e9e6ffaf8d7544f0e6990f5b0, '', 0, '?'),
(0x598c35aae97cd5b1ebc53a966593b090, 'wp-content/plugins/blog2social/assets/js/b2s/repost.js', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/js/b2s/repost.js', 1, 0x00000000000000000000000000000000, 0x941963a459f24d9ddfd16d7104cb302c, 0x9e9ba0acaab8adff8f4dc85700ddc9dffefe74c6d2113d32712ab71fe47a3744, '', 0, '?'),
(0x8f38aaa2cbe1569195390a85620db099, 'wp-content/plugins/blog2social/assets/js/b2s/settings.js', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/js/b2s/settings.js', 1, 0x00000000000000000000000000000000, 0x73b7db8aa27beedd5694224743781528, 0xfb79d7942a97e106eefb2be50e5512e3c81b5abaf8297bcf2764368688225c57, '', 0, '?'),
(0x755e58e119d268be65ad6582b7cdf4d8, 'wp-content/plugins/blog2social/assets/js/b2s/ship.js', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/js/b2s/ship.js', 1, 0x00000000000000000000000000000000, 0xbe7579d5a1ac683ef6958dcaf0f1b4d7, 0x0223395e390c7d152d872def42dcf01770c8f64f0e557f66c7f4b83ebc58f6ba, '', 0, '?'),
(0xa45a9a64a9950321b3d8ca8eacadcced, 'wp-content/plugins/blog2social/assets/js/b2s/start.js', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/js/b2s/start.js', 1, 0x00000000000000000000000000000000, 0xfdea0df10367f8e2d029ad25e6bbd96b, 0xf8510c5d21dde7b431c2765452f19ebdfbb3b6799202fa4f9c7ba5e02ef92328, '', 0, '?'),
(0x10e5f491a484a46f4d84f4ab94fae5b5, 'wp-content/plugins/blog2social/assets/js/b2s/support.js', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/js/b2s/support.js', 1, 0x00000000000000000000000000000000, 0xeb338a9513ebc491785de0c3d041178a, 0x1acb2f5c5fd9a37b99113c08f9d54cd40c5769d6bf61b98db7e5c008bf69ee8d, '', 0, '?'),
(0x69c0b8a47718eae0128ab87c52234efd, 'wp-content/plugins/blog2social/assets/js/b2s/wp/plugin-deactivate.js', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/js/b2s/wp/plugin-deactivate.js', 1, 0x00000000000000000000000000000000, 0xb049abc4f4f9e19bbdfcbc23ae510dd4, 0x45b96690752262501491a2abced9d157670e1bda72b98882b2fc95b9a1533feb, '', 0, '?'),
(0x933086dc4d481cb58c6c35cb6fc508ae, 'wp-content/plugins/blog2social/assets/js/b2s/wp/post-box.js', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/js/b2s/wp/post-box.js', 1, 0x00000000000000000000000000000000, 0xe7612154c4a391925834ad644ae8a23e, 0x7fcbd65afbd0a4e308cc7c626d52d85031761f21f23e685a1c77c0b46735edd6, '', 0, '?'),
(0x39b147f3dbf0ed86d9a8fc01c36f51a8, 'wp-content/plugins/blog2social/assets/js/b2s/wp/post-sched-heartbeat.js', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/js/b2s/wp/post-sched-heartbeat.js', 1, 0x00000000000000000000000000000000, 0xc12195c1119df1206b7e76bec230a6b5, 0xf5b918a85be71c7f8a76b7bdce2a9865e5989fc499d0d24e97061786acadc401, '', 0, '?'),
(0x3f9eaca7d9499146bbb531e90862896d, 'wp-content/plugins/blog2social/assets/js/general.js', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/js/general.js', 1, 0x00000000000000000000000000000000, 0x1bfbb4e825329528201c3e4f6061a604, 0xecf93894bcdc82f6ec995cbb9169d1dcef815d42bf6af707799f97435b80a1b8, '', 0, '?'),
(0xff7beda059b851434fa108e6e1398100, 'wp-content/plugins/blog2social/assets/js/prg/general.js', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/js/prg/general.js', 1, 0x00000000000000000000000000000000, 0xf1e8f0c79bc47b9ca8c6dc17a3e1492f, 0x397597fd1c694c800b6aa6de3d5cd856867b84d9a49fbd6525e358e9a235cca1, '', 0, '?'),
(0x11988da4a47fe05ef088ef8fb19b51a2, 'wp-content/plugins/blog2social/assets/js/prg/login.js', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/js/prg/login.js', 1, 0x00000000000000000000000000000000, 0xabcf5a8e9a2f5940afddd361ab946f1f, 0xee1f339b9681756ba5c1dfebdaa0ac577db79b110db18098fb51393be08db8bd, '', 0, '?'),
(0x52d50686599a9135fc30d2c71fa3c417, 'wp-content/plugins/blog2social/assets/js/prg/post.js', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/js/prg/post.js', 1, 0x00000000000000000000000000000000, 0x17b28dcd52239c52c49de828e751dc82, 0x53683d5bc597fc4d58f3ba599db6601fb0f5023087fea601a99aca5902b72d56, '', 0, '?'),
(0xb42d5aff2a00de3ddbe7f8c2fc7659c9, 'wp-content/plugins/blog2social/assets/js/prg/ship.js', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/js/prg/ship.js', 1, 0x00000000000000000000000000000000, 0x42cb90f9d60d1d54b0c3cc2a7e1e72e8, 0x352d97ab60c5cf6963844c61260d9eda433a20d83c3f431a716e2d1d9d7cc7ba, '', 0, '?'),
(0x43c483c1fae35ff2fec2ee3b953806b6, 'wp-content/plugins/blog2social/assets/js/validate.js', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/js/validate.js', 1, 0x00000000000000000000000000000000, 0xc5694178280eda1f7f1622108a46d125, 0xf22eafe290f44b1f4c8fa34ef9437d6a013feb765de52c703fbf319a45d6b074, '', 0, '?'),
(0x993ef1aadd34f5c302ac32364acdfa77, 'wp-content/plugins/blog2social/assets/lib/air-datepicker/css/datepicker.css', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/lib/air-datepicker/css/datepicker.css', 1, 0x00000000000000000000000000000000, 0xac279aa236b81aebc9fdc4645ef8e6b2, 0xd1b419fbe6f6b5bd50218f9882aa2ffd0fad0aa8a520ec565dd50c5851370b8e, '', 0, '?'),
(0x583616fe47a353092244f424f37dd775, 'wp-content/plugins/blog2social/assets/lib/air-datepicker/js/datepicker.js', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/lib/air-datepicker/js/datepicker.js', 1, 0x00000000000000000000000000000000, 0x709c9b9f7e82ecba005befb855891231, 0xa8e045b856343cde5898aaf8e43ce9319d28dc64569007e10e80cd41b903ca37, '', 0, '?'),
(0x9909a67f393bc7f1ce106257615c1c6c, 'wp-content/plugins/blog2social/assets/lib/air-datepicker/js/locales/datepicker.de.js', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/lib/air-datepicker/js/locales/datepicker.de.js', 1, 0x00000000000000000000000000000000, 0xf0eba41ca0b74d997a42b5c5ad16d9f2, 0x4a979da0f872c1c8f23931674487ccb8a17fdf37c050d3fa69ebd3200a599710, '', 0, '?'),
(0x3da2676ad1893ed71db29a9ab6e5df79, 'wp-content/plugins/blog2social/assets/lib/air-datepicker/js/locales/datepicker.en.js', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/lib/air-datepicker/js/locales/datepicker.en.js', 1, 0x00000000000000000000000000000000, 0xc55d65b9f8f415055f4a1805467c9955, 0x5abe7b4d65279b878f00041a23cf5a862c36ab243274bc3cdae3f83e23b6dc8a, '', 0, '?'),
(0x139e132dac161782c42949eaeec08ba9, 'wp-content/plugins/blog2social/assets/lib/apexcharts/apexcharts.css', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/lib/apexcharts/apexcharts.css', 1, 0x00000000000000000000000000000000, 0x81315b8e84c432d414ff7a017c4a959b, 0xe98a8d07ceba0c71c6c560869410a36357a5d75d0ac9015b74bd3f71a0cb5f68, '', 0, '?'),
(0xce07de97b1784f1e3d6c744977b55526, 'wp-content/plugins/blog2social/assets/lib/apexcharts/apexcharts.min.js', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/lib/apexcharts/apexcharts.min.js', 1, 0x00000000000000000000000000000000, 0xf935b6ea5cc442f1a5fed5cbffdca739, 0xb9ab25dfffab642da41ff55fb9f4d0dedf45aa262fb29c6694602f38d3f7accf, '', 0, '?'),
(0xd112f6ab7d83a87378634d71cd814cf8, 'wp-content/plugins/blog2social/assets/lib/btn-toogle/bootstrap-toggle.min.css', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/lib/btn-toogle/bootstrap-toggle.min.css', 1, 0x00000000000000000000000000000000, 0x78fbbf84c1dd7526e16a21336c8e5c0d, 0x6f5523695e251370b4984540b06513cf409e74cb312822b28a918e20f67614fe, '', 0, '?'),
(0x041de7dec966c2adfc20557f0b25c89a, 'wp-content/plugins/blog2social/assets/lib/btn-toogle/bootstrap-toggle.min.js', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/lib/btn-toogle/bootstrap-toggle.min.js', 1, 0x00000000000000000000000000000000, 0x1985a0dea2b45ead529014de1ec70b42, 0x146c9332948c2b10e8cc046a8b7bd132da18f4a40845678cb4a95a619075eef3, '', 0, '?'),
(0xa9d029de21f67e15609934d137084851, 'wp-content/plugins/blog2social/assets/lib/chosen/chosen.jquery.min.js', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/lib/chosen/chosen.jquery.min.js', 1, 0x00000000000000000000000000000000, 0x5e077750f069f2248eec64bfdc95e0c0, 0xa251cb85796695e9f8b5d6f1b5e881535aa7afdced374d94dd9ba1cf6d3af1f7, '', 0, '?'),
(0x28b8a79a435f60f58258311ed6f9f6b9, 'wp-content/plugins/blog2social/assets/lib/chosen/chosen.min.css', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/lib/chosen/chosen.min.css', 1, 0x00000000000000000000000000000000, 0x466930c5eb86f4b7b8ec62d173b954dd, 0x984b85aec18bf6128bb1b2c3bd055c20586b6a04b5ce9d38bd32f1b147f9b495, '', 0, '?'),
(0x2151598eee3e8b30d46ac3adb4e36e45, 'wp-content/plugins/blog2social/assets/lib/chosen/img/chosen-sprite.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/lib/chosen/img/chosen-sprite.png', 1, 0x00000000000000000000000000000000, 0x8b55a822e72b8fd5e2ee069236f2d797, 0x536b2031ba513acacbde6164a3445154ffe2a949427831bc468d6049518b987b, '', 0, '?'),
(0x16bfd7d9e1f72ca4dd48f5dfb74fba92, 'wp-content/plugins/blog2social/assets/lib/chosen/img/chosen-sprite@2x.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/lib/chosen/img/chosen-sprite@2x.png', 1, 0x00000000000000000000000000000000, 0x614fad616d014daf5367e068505cad35, 0xadd2d615285cb205de6eb7e96b3a4a16892158bca7fe84f158a23c52d0886a34, '', 0, '?'),
(0xbc68c70f3332f37809722b38c47585a9, 'wp-content/plugins/blog2social/assets/lib/coloris/coloris.min.css', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/lib/coloris/coloris.min.css', 1, 0x00000000000000000000000000000000, 0x48f43f9eaf52dea0c32a19a1bc6685be, 0xcc71bdbd7328de4939b1ee9553a6126b1d470336679b2dd004b015b0286e87eb, '', 0, '?'),
(0x2e4e94302bb4f81c45a814bafc0fcc88, 'wp-content/plugins/blog2social/assets/lib/coloris/coloris.min.js', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/lib/coloris/coloris.min.js', 1, 0x00000000000000000000000000000000, 0x839824094b117ea3c60d832f9e8edaf9, 0xab16ffbf16e9975031de6f95395a0c58a3d0cddf3b915ecb1529c59068564927, '', 0, '?'),
(0xc61d3658a70c0d4d405d247c3be64c83, 'wp-content/plugins/blog2social/assets/lib/datepicker/css/bootstrap-datepicker3.min.css', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/lib/datepicker/css/bootstrap-datepicker3.min.css', 1, 0x00000000000000000000000000000000, 0x856226729216f3b496d99c1ac7ca6098, 0x3eb1180b9ec85082c7f51472faa9e7b06644cf88935276ab126e7b948f109e78, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xb084b7e82ecbe9b0253404e746f62302, 'wp-content/plugins/blog2social/assets/lib/datepicker/js/bootstrap-datepicker.min.js', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/lib/datepicker/js/bootstrap-datepicker.min.js', 1, 0x00000000000000000000000000000000, 0x71766755eeebe195354556a41306654e, 0x3f20292b90d55448de09731621ba7cc5d64a0664fa1de5478106d48c26075614, '', 0, '?'),
(0x49cc919c3ed867ee8d946d6f132f9482, 'wp-content/plugins/blog2social/assets/lib/datepicker/locales/bootstrap-datepicker.de_DE.min.js', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/lib/datepicker/locales/bootstrap-datepicker.de_DE.min.js', 1, 0x00000000000000000000000000000000, 0xe379a61bac6fb9cb1432ae048c00a2d4, 0x31183415d0c3aaf42443754850c642677f4ce8ee34929a0862a086536ad1cb11, '', 0, '?'),
(0x6ba706e0f465854e723e8136ce9003a5, 'wp-content/plugins/blog2social/assets/lib/datepicker/locales/bootstrap-datepicker.en_US.min.js', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/lib/datepicker/locales/bootstrap-datepicker.en_US.min.js', 1, 0x00000000000000000000000000000000, 0x0aff1a27d7e87aa4d7162b0928415adc, 0xcd654bbfdae375201455686da8951d195d4ee4e357a5730426c3a4a7b076819e, '', 0, '?'),
(0x417a7e135a61c2de611007bc228bce1b, 'wp-content/plugins/blog2social/assets/lib/daterangepicker/daterangepicker.css', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/lib/daterangepicker/daterangepicker.css', 1, 0x00000000000000000000000000000000, 0x681eaf47233303f4b7d36fcfada95016, 0xab939485e66800e94ca5b954be8fd7689349771168cd3d07796f92c143a5cf5c, '', 0, '?'),
(0xcff088c5ddcb1b86008de97b4d555bfa, 'wp-content/plugins/blog2social/assets/lib/daterangepicker/daterangepicker.js', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/lib/daterangepicker/daterangepicker.js', 1, 0x00000000000000000000000000000000, 0x7c3e8e9014a1f52f441a8786284e1bc7, 0x682f1523560f1c62f6d5ac20ea3975ff6e44476cf3ab24dd0f2c29acecbcba61, '', 0, '?'),
(0x5692d0324bd138b011c0f92d9c1df386, 'wp-content/plugins/blog2social/assets/lib/emoji-button/emoji-button.min.js', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/lib/emoji-button/emoji-button.min.js', 1, 0x00000000000000000000000000000000, 0x7cc62d9c061f38931da57531f5bfbdd9, 0x72d6ca6e49440f950570c901a7886328624df6f7b2257fa950a7e0c585e64c06, '', 0, '?'),
(0x9e328723ca094172c119d86b1c8da7f7, 'wp-content/plugins/blog2social/assets/lib/fullcalendar/fullcalendar.min.css', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/lib/fullcalendar/fullcalendar.min.css', 1, 0x00000000000000000000000000000000, 0x01ef73527ef708a8cd59940a5e148851, 0xb97731ef03bead02fa75948fbe8cf4b10b8f31ecbdf101688cea68ef1c05ee6d, '', 0, '?'),
(0x96b4bf836fac43b21ba49f8097885beb, 'wp-content/plugins/blog2social/assets/lib/fullcalendar/fullcalendar.min.js', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/lib/fullcalendar/fullcalendar.min.js', 1, 0x00000000000000000000000000000000, 0x103c7b3c350004752c08475f2aadde68, 0x43fd6f8a277838aaabed28b655a2f250ac7e1bc4e313bfd07fab1e5160497cd0, '', 0, '?'),
(0xecf2bdbf225cf90b90fa347d98766af1, 'wp-content/plugins/blog2social/assets/lib/fullcalendar/lib/moment.min.js', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/lib/fullcalendar/lib/moment.min.js', 1, 0x00000000000000000000000000000000, 0xaeb7908241d9f6d5a45e504cc4f2ec15, 0x9bb62054533da1370f88726ee3f06be00d5f0b7284f5d847bbdfbb03fd54a46d, '', 0, '?'),
(0x926ad41d26ae1926c77fba9fb17b8837, 'wp-content/plugins/blog2social/assets/lib/fullcalendar/locale-all.js', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/lib/fullcalendar/locale-all.js', 1, 0x00000000000000000000000000000000, 0xa623b55459dd03a4436cb2bf3f0f73a6, 0x78bd9404d1566a8bae5898af79749b55b802023bba0dc5042d4cce9fc7baa62d, '', 0, '?'),
(0x29cadf8a3d94a8b76ec0af32d0af1957, 'wp-content/plugins/blog2social/assets/lib/moment/moment-with-locales.min.js', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/lib/moment/moment-with-locales.min.js', 1, 0x00000000000000000000000000000000, 0xfee29b32437408c0860cc1b70470680b, 0x07282c6472e86571fab46a222ee18fb3e8e9d88c31e2d9fb4de680c7ea396ae7, '', 0, '?'),
(0x62ea8f24377e3d7700cd0a00d0738534, 'wp-content/plugins/blog2social/assets/lib/timepicker/timepicker.css', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/lib/timepicker/timepicker.css', 1, 0x00000000000000000000000000000000, 0x2927d6219fe67a1a9804da3f2537cad8, 0x95d6e09fc5541da29781c1cbad38c4eb0bc08c54376b6b357827a1be5bf156e4, '', 0, '?'),
(0x01c5512fdf795e91f12f80c62dd074dc, 'wp-content/plugins/blog2social/assets/lib/timepicker/timepicker.js', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/lib/timepicker/timepicker.js', 1, 0x00000000000000000000000000000000, 0x3c0710a72da477aa91a1a49eddde750c, 0x054208e428f01162d8f81164556e74687a2358e9c5d4c0eb43a471ad490b9ce1, '', 0, '?'),
(0xbeadc0addb0d1f1bce458c0a9853e4c3, 'wp-content/plugins/blog2social/assets/lib/wysiwyg/default.min.css', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/lib/wysiwyg/default.min.css', 1, 0x00000000000000000000000000000000, 0x43049b6190ab64d4513bb5fc695c491a, 0x643ac1a528c9d74b138aee8af5dffe1cf797408959e0ee8512079dc4388ce8d0, '', 0, '?'),
(0x945e0e7f839d3757dbef87a3a451b12c, 'wp-content/plugins/blog2social/assets/lib/wysiwyg/famfamfam.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/lib/wysiwyg/famfamfam.png', 1, 0x00000000000000000000000000000000, 0x3043c487fe9e589222fafe14e22c5ddc, 0xbcb341e103d94245c2c2037a9ada6bd6969c9fb517cdfeeb698ad6c5a4bd7629, '', 0, '?'),
(0xe63d1fbd39cb5542bf7d7d7c9a7b8045, 'wp-content/plugins/blog2social/assets/lib/wysiwyg/h1-button.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/lib/wysiwyg/h1-button.png', 1, 0x00000000000000000000000000000000, 0xeb2d1b1e1e4f1006b5e1a788627f08eb, 0x06863eecf33dc30ba30e5404b99b05bce5e86914c2804d2956aa17e328351a8b, '', 0, '?'),
(0xd21174340598e855c173fa614d8b3b21, 'wp-content/plugins/blog2social/assets/lib/wysiwyg/h2-button.png', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/lib/wysiwyg/h2-button.png', 1, 0x00000000000000000000000000000000, 0x18fb716bde1aa64c03ab87788c92edc0, 0x79a9d2e13de587cf45d5b6b682c51e572355a8ca5c031d7a56889e16a21ab0b6, '', 0, '?'),
(0xacd70d9edc34d335936b6da4a24b9ae0, 'wp-content/plugins/blog2social/assets/lib/wysiwyg/jquery.sceditor.xhtml.min.js', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/lib/wysiwyg/jquery.sceditor.xhtml.min.js', 1, 0x00000000000000000000000000000000, 0x017cf6980c9c1536e93b05fe6bd497a8, 0x24c9604cc56a5bdeceb407ad580a27cabe90ecc98399693f4fc94e8aa4042dd9, '', 0, '?'),
(0xd2fc063bc8c1f3b489f0a7903115fac9, 'wp-content/plugins/blog2social/assets/lib/wysiwyg/languages/de.js', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/lib/wysiwyg/languages/de.js', 1, 0x00000000000000000000000000000000, 0xef8ba7c3cc136eea17b2527f13c44121, 0x67b60fa1e8bc6d335bc674a0d680ab3e2b4d59fd1bab82c920b790aed111d9d0, '', 0, '?'),
(0x0d37ff52cf753f7664bd82a8d3e8c1fd, 'wp-content/plugins/blog2social/assets/lib/wysiwyg/languages/en.js', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/lib/wysiwyg/languages/en.js', 1, 0x00000000000000000000000000000000, 0xe31674e6faa46f3000c43403dba4ed5f, 0x41335e49ba969fb183adff90824a2b6cd2f231f6b8d7e4439a2930aac2907fae, '', 0, '?'),
(0x13b31f9eebb46854161b646ba3f1b4e5, 'wp-content/plugins/blog2social/assets/lib/wysiwyg/square.min.css', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/lib/wysiwyg/square.min.css', 1, 0x00000000000000000000000000000000, 0x01297b8f9c21885d475dfd0706800cbb, 0x558cc02732be002feb487bde7739a62d2130399969df5a4dc2f18e081a1349fd, '', 0, '?'),
(0xc56702a9f5f1c43705a15c0d186468d0, 'wp-content/plugins/blog2social/assets/lib/wysiwyg/square.min.old.css', '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/lib/wysiwyg/square.min.old.css', 1, 0x00000000000000000000000000000000, 0x44c51777a961d68439bb263dde362c3f, 0x8461a49f3331c99d1a01ba83e86a2195806249785d0741717a848200da4de77b, '', 0, '?'),
(0x05b4bea8638a951fcae2a3cf82a207bd, 'wp-content/plugins/blog2social/blog2social.php', '/home/www/iamctv.com/wp-content/plugins/blog2social/blog2social.php', 1, 0x00000000000000000000000000000000, 0xd184b4676b118a210431edf9cd2d54e8, 0x1038d3e969e35d43978666cc396bcd71aa134fcc351c8c876a997d6b9ce9c6f5, '', 0, '?'),
(0x88781c412269d22a29a6a5c3bb7e6061, 'wp-content/plugins/blog2social/includes/Ajax/Get.php', '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/Ajax/Get.php', 1, 0x00000000000000000000000000000000, 0x940bcde6de89470fbe1535bb35b6e97f, 0x6de2482bfd81bd13917b197aa5a955b673acb6b20d7299a3ee8c24e79f1eee95, '', 0, '?'),
(0x3206ebdae48eb3a2adbe982bf672c15e, 'wp-content/plugins/blog2social/includes/Ajax/Post.php', '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/Ajax/Post.php', 1, 0x00000000000000000000000000000000, 0xe99c3d29a2def9ad3a6ad8fa433b80bf, 0xb9ae380d43ad114b37b7b7e5976fac8b0a70c44e8c87180c4e34f33546d0e374, '', 0, '?'),
(0x3dcde68fc39dc2487c822d8361456c5c, 'wp-content/plugins/blog2social/includes/B2S/Api/Get.php', '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/B2S/Api/Get.php', 1, 0x00000000000000000000000000000000, 0x46a10e489ccc9d9f38573b95283d8c86, 0x5d1be715da4d5c825f2363e3840272255333a83f50490c372d618bcc528fd5fc, '', 0, '?'),
(0x92d987940b60f8d1e1936c70d4f96306, 'wp-content/plugins/blog2social/includes/B2S/Api/Network/Pinterest.php', '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/B2S/Api/Network/Pinterest.php', 1, 0x00000000000000000000000000000000, 0xa45a4a0185263ed84fa35a3d55e177a6, 0x25b587b255c6a9b6a2cc49fb73b1fe3798a20f08c195a0d31fc50762a2bec8a0, '', 0, '?'),
(0x61e05b1d943cc698237ab700138a450a, 'wp-content/plugins/blog2social/includes/B2S/Api/Network/public_key.pem', '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/B2S/Api/Network/public_key.pem', 1, 0x00000000000000000000000000000000, 0xff23a44089e6b6f4d850dcf996284ce7, 0xf62377d697adb91da948e03909332785ac6a8920c569285636ff363b9abefb3a, '', 0, '?'),
(0xf26c1973e344f34f87400bc7e47c6fff, 'wp-content/plugins/blog2social/includes/B2S/Api/Post.php', '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/B2S/Api/Post.php', 1, 0x00000000000000000000000000000000, 0x9b51c951d419944f73a7ca60ad2b3e00, 0x9908558c59196cbb3cad43ee9c59d432cfcf012e8cd42887d8de0d812fa8f30a, '', 0, '?'),
(0xa840e262793acf8a28c0ad84640dc90e, 'wp-content/plugins/blog2social/includes/B2S/AutoPost/Item.php', '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/B2S/AutoPost/Item.php', 1, 0x00000000000000000000000000000000, 0x4ff56ff1c7a477a46ebb675d01efc5d9, 0xe4b5337fdc072fddd6ce87d43f54ca22b808f2b27d8cc44f2f073f74acdc1a0c, '', 0, '?'),
(0xcbbf2deb9e4ef6b87040ccdc514fa207, 'wp-content/plugins/blog2social/includes/B2S/AutoPost.php', '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/B2S/AutoPost.php', 1, 0x00000000000000000000000000000000, 0xcca16db9f569728691f52c06fc801931, 0x3454e14e2e0afafee051198c61aa0f451e1e42bddd00d0e6e0871204db04b4db, '', 0, '?'),
(0x915f9a93582c8b3df9986c724073b836, 'wp-content/plugins/blog2social/includes/B2S/Calendar/Filter.php', '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/B2S/Calendar/Filter.php', 1, 0x00000000000000000000000000000000, 0x0de5d493965ec3fc9cd728f658e882d7, 0xc6b88909e9a2d95bd99432e23d91168b090d5e685839fad0472473a6f760b3cc, '', 0, '?'),
(0x2e0d3a47fa724738ec94c31a2b417f38, 'wp-content/plugins/blog2social/includes/B2S/Calendar/Item.php', '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/B2S/Calendar/Item.php', 1, 0x00000000000000000000000000000000, 0x5844cd1a595b26ec1884314697ed8359, 0x2c5bf7793f29c518d046d3e703b838b3d6ee30e59288e5369a58b9de346f9c0f, '', 0, '?'),
(0xede2a7f17417f9efd3ebd94a2eba202e, 'wp-content/plugins/blog2social/includes/B2S/Calendar/ItemEdit.php', '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/B2S/Calendar/ItemEdit.php', 1, 0x00000000000000000000000000000000, 0x08a42038dcdb80ffb2fc7de8d7c9cb56, 0x3e28261a57e6d7a07438d46a3402711240747fa98f344fe1bbd0e90654d72a1c, '', 0, '?'),
(0xd743061d27c5d9519fc777ba4a5a2d39, 'wp-content/plugins/blog2social/includes/B2S/Calendar/Save.php', '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/B2S/Calendar/Save.php', 1, 0x00000000000000000000000000000000, 0x571ab1fe6978d5e8de15d1655a53aba9, 0xc2cdecee6ef12cbc0f501f76d47ff702a65513eaddc6869e0c10bb8cee4d291a, '', 0, '?'),
(0x56ab9341498a36aa08565992d1a234df, 'wp-content/plugins/blog2social/includes/B2S/Curation/Save.php', '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/B2S/Curation/Save.php', 1, 0x00000000000000000000000000000000, 0x3d23acffb2fc7d16d9e80ad550301aaf, 0x5249d8f2126e7744ff46bb252af68bfcb4caaa0e96061483dc34447d014b02ef, '', 0, '?'),
(0x5a2f93424f25bf943ddfde271822808d, 'wp-content/plugins/blog2social/includes/B2S/Curation/View.php', '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/B2S/Curation/View.php', 1, 0x00000000000000000000000000000000, 0x0c1ff4f80485690cf9cbe91ddecd7e3d, 0xc1b0daf0e590440c45f8588b1ac11efe808e90e9abf36efe382fe2c815c29d1d, '', 0, '?'),
(0xb6fd489546e5bf905d8191ad697c3309, 'wp-content/plugins/blog2social/includes/B2S/Heartbeat.php', '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/B2S/Heartbeat.php', 1, 0x00000000000000000000000000000000, 0x8d3744449e7904e13450cdfaaf51a0f1, 0x38005b999b659cf7693b7330b3af5860a3955a616640578e097ae75469afd965, '', 0, '?'),
(0x8fc48137040e70917fdc091808c869ba, 'wp-content/plugins/blog2social/includes/B2S/Hook/Filter.php', '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/B2S/Hook/Filter.php', 1, 0x00000000000000000000000000000000, 0xaa750d995edb38bc200cc3f94e7958ba, 0x52c84bf245b1223fc791c0cd82c62faea536f318c28ba5459daba17b8bfc6e2e, '', 0, '?'),
(0xf1bbbbe17b3c66d3a6c16005d9bc0cb0, 'wp-content/plugins/blog2social/includes/B2S/Metrics/Item.php', '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/B2S/Metrics/Item.php', 1, 0x00000000000000000000000000000000, 0xf6f7f16a3ea7d4bf5c83eeaa6f053199, 0xae6cc2e43146bb9085ad8fc97a18917f921764c42e70d57a2d702366117a5bdd, '', 0, '?'),
(0x8801e36e2260b77482657c865b754f0d, 'wp-content/plugins/blog2social/includes/B2S/Network/Item.php', '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/B2S/Network/Item.php', 1, 0x00000000000000000000000000000000, 0x169c82ccc109fb23e09b4ee96b06d36b, 0x799e542330fb93281a42f755a7e90c85961d0287431d641f21e57821f99affeb, '', 0, '?'),
(0x9888c042a9760b19be9185b16283f370, 'wp-content/plugins/blog2social/includes/B2S/Network/Save.php', '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/B2S/Network/Save.php', 1, 0x00000000000000000000000000000000, 0xea16cdc34339e67f4ed02d73cda81ece, 0x74b3656c1517f0182f60df0f71bac7c2b4108a5a40c997d6248367a7024fb38f, '', 0, '?'),
(0x23e118202ae42a9c450bd1c54f9a2891, 'wp-content/plugins/blog2social/includes/B2S/Post/Filter.php', '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/B2S/Post/Filter.php', 1, 0x00000000000000000000000000000000, 0xa5f7cd21bae847106efbaba80c419768, 0xccd494781dddcb3420d46088d076c8d69d51b0e2660d90023a0e5ce000b2a758, '', 0, '?'),
(0x6341d3d6204ff8ff3bd7bb9396eccd0f, 'wp-content/plugins/blog2social/includes/B2S/Post/Item.php', '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/B2S/Post/Item.php', 1, 0x00000000000000000000000000000000, 0x00239b0a62772a4b5d619a794df48f95, 0x25633b904853d747ef2b691c07be55b719584fc4c3a6360f89233071456dc163, '', 0, '?'),
(0x89afb22a1803dbcbe2eb179486028041, 'wp-content/plugins/blog2social/includes/B2S/Post/Tools.php', '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/B2S/Post/Tools.php', 1, 0x00000000000000000000000000000000, 0x90d02a202e4bd4152e768252f2a122cd, 0x3024d75546c9f65e06cc10d752ab08ea3959d5b5c63e8bc9816791eff7288b82, '', 0, '?'),
(0x14ed88d7a6f8c1bb7d689349ac74c783, 'wp-content/plugins/blog2social/includes/B2S/PostBox.php', '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/B2S/PostBox.php', 1, 0x00000000000000000000000000000000, 0xfe9dfc9025102849d5e7566439442de2, 0x7c5d1c8a301554f8c34e81c5e88ec0a33ce917f8ebe1d392d2e5c98c9d476662, '', 0, '?'),
(0x095759e4604635ba0d811c85d14b6c00, 'wp-content/plugins/blog2social/includes/B2S/QuickPost.php', '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/B2S/QuickPost.php', 1, 0x00000000000000000000000000000000, 0x35f8d867865147e95342113c145e989f, 0x1047befd2a433a0c1457376b520c17cd691c73e72b7cbbc392012fc5db8aa99b, '', 0, '?'),
(0x84fb4438396d663344b22a112b1100a2, 'wp-content/plugins/blog2social/includes/B2S/Rating.php', '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/B2S/Rating.php', 1, 0x00000000000000000000000000000000, 0x037373907c9acd4f1ac82ef841f810e0, 0x1bd52d60d4111d50f2ff15bac8b9c29d12489b48f3b1d833d13ce105eb2d4db1, '', 0, '?'),
(0x0131a814e2a8b3b299a0764a483eed6e, 'wp-content/plugins/blog2social/includes/B2S/RePost/Item.php', '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/B2S/RePost/Item.php', 1, 0x00000000000000000000000000000000, 0x82f7207f0ea028e6b733b9788516da6e, 0x692367ed2165dea498d57d0160125069467c7ab92e1e7c6651bc38dc9d45c63a, '', 0, '?'),
(0x41c0522f339b72a3f567d3888e253da5, 'wp-content/plugins/blog2social/includes/B2S/RePost/Save.php', '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/B2S/RePost/Save.php', 1, 0x00000000000000000000000000000000, 0x1c5e83e1c5590729a7514ff6b4c98187, 0xcba7a6491edd1c9ce8f4ee6f94a675e5a876189aac696b36ffff518b23fe19b3, '', 0, '?'),
(0xbcc92a5692f9d090ede1c5d86f2171f7, 'wp-content/plugins/blog2social/includes/B2S/Settings/Item.php', '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/B2S/Settings/Item.php', 1, 0x00000000000000000000000000000000, 0xe6156bb761e943696d5b9ed0f852cb85, 0x8bd3c60a22389c5e58a5fa64ef856b20a0986570cdf9d6b45ef2acfc829f03cd, '', 0, '?'),
(0xee992f6cf8534acc369803b9ea5a46dc, 'wp-content/plugins/blog2social/includes/B2S/Ship/Image.php', '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/B2S/Ship/Image.php', 1, 0x00000000000000000000000000000000, 0xf8b46bfe697fc628612d3f0dfe9ab460, 0xf729986e1aeb1c545b58db20e80fa55eb3ce3ecd3f70f03e41895658310a7752, '', 0, '?'),
(0xbe792884a5d251ff9bb0cd5def74d4d9, 'wp-content/plugins/blog2social/includes/B2S/Ship/Item.php', '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/B2S/Ship/Item.php', 1, 0x00000000000000000000000000000000, 0x6ccccf9863efa9fcdbb52a4e5c4be356, 0x5f9e011cd7da3a96c8ecc0c58a33085aa35c3b50d45be5c1fbcb5ff54016e66f, '', 0, '?'),
(0x2a6b4bcc9333885bbe417415e676b5db, 'wp-content/plugins/blog2social/includes/B2S/Ship/Navbar.php', '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/B2S/Ship/Navbar.php', 1, 0x00000000000000000000000000000000, 0xd0f999e0a12120250c514552bff1731a, 0xa5afb788eae0f30f2747d064ecf49f361a53aa288ae7954e5215eb01b28e019d, '', 0, '?'),
(0x43c4930bd513476c472b39053db0739d, 'wp-content/plugins/blog2social/includes/B2S/Ship/Portale.php', '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/B2S/Ship/Portale.php', 1, 0x00000000000000000000000000000000, 0xfd6b20f9fd952a29181baa50d67a11a7, 0x6ae24ead4c3766381b91f281388f58eeb71c97182b6974f873eec191a9cff3ad, '', 0, '?'),
(0x1ecd51e6b0cd5439b43126d3f4d6ea59, 'wp-content/plugins/blog2social/includes/B2S/Ship/Save.php', '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/B2S/Ship/Save.php', 1, 0x00000000000000000000000000000000, 0x0e98b175737c0ebd2e3595ae69e24ca4, 0xd8891e9a716abd4502890fd2bb8d13683cba919cb2003d7350d40e4fc7279adc, '', 0, '?'),
(0x641cbffe8a37206a3b475a02f56e6af6, 'wp-content/plugins/blog2social/includes/B2S/Stats.php', '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/B2S/Stats.php', 1, 0x00000000000000000000000000000000, 0xaed05e68bce44837771dc391db62eede, 0x670e1c6ee782d2db9011c1e8437167538a38bd68d781a169acd0d060d4d78c05, '', 0, '?'),
(0xc85b27dca55d24726a66ae7ccfb00c24, 'wp-content/plugins/blog2social/includes/B2S/Support/Check/System.php', '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/B2S/Support/Check/System.php', 1, 0x00000000000000000000000000000000, 0xf17fc478c1974428e2c6e99f21545761, 0x3e7af687bc8e8678b56b145fd32867427bc6db6903cb4c216110341fc01da85d, '', 0, '?'),
(0x8ff7b5be85e36bd06509da51f057ec14, 'wp-content/plugins/blog2social/includes/B2S/Support/community_public_key.pem', '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/B2S/Support/community_public_key.pem', 1, 0x00000000000000000000000000000000, 0xff23a44089e6b6f4d850dcf996284ce7, 0xf62377d697adb91da948e03909332785ac6a8920c569285636ff363b9abefb3a, '', 0, '?'),
(0x08e426ff6b078924827e364335f04cd1, 'wp-content/plugins/blog2social/includes/Form.php', '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/Form.php', 1, 0x00000000000000000000000000000000, 0x52d9d0f6674e8ca5c6e0317b3ff38436, 0x29e5701615a0e2a797bfdd1c57773b15a3b470ad69e2f2414d1f57d658dc1a9c, '', 0, '?'),
(0x6eefe86a5f9e284d13b9d2001126dec2, 'wp-content/plugins/blog2social/includes/Loader.php', '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/Loader.php', 1, 0x00000000000000000000000000000000, 0xa2d86f7f136175036134dee46469bd03, 0xfbeb48a9b9648e7fb8af86818bf1e80e9bc3c54dba5553dec72258e2f82d0979, '', 0, '?'),
(0x49951113f56cfa59dff322df73717253, 'wp-content/plugins/blog2social/includes/Meta.php', '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/Meta.php', 1, 0x00000000000000000000000000000000, 0x939ee27cc2a1a7d733a9132ae570834d, 0x4bdf7e9979c6e5b8954b89eaa437de6fe993310abee1b46c435ecd91224a719b, '', 0, '?'),
(0x05ee47e2f386612052d2b32f1a9e1489, 'wp-content/plugins/blog2social/includes/Notice.php', '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/Notice.php', 1, 0x00000000000000000000000000000000, 0xc0f26ea142e8d57f1c88d1456f46a0d9, 0xae363347cfb9b92bf6dc66d850f4a5649dcc3de2f7f02b7b19a574775439e6d2, '', 0, '?'),
(0xf35db0a68abd0c0627f9d4587ef51136, 'wp-content/plugins/blog2social/includes/Options.php', '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/Options.php', 1, 0x00000000000000000000000000000000, 0x9568c6477fb841e052ffcc20082fdab8, 0x7e45505cef6916b149a84ccb947af0cb0bb8e149f14f35992b3a06d02844e414, '', 0, '?'),
(0xce3c0bc26ddb8460ea6b322c1c42dc15, 'wp-content/plugins/blog2social/includes/PRG/Api/Get.php', '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/PRG/Api/Get.php', 1, 0x00000000000000000000000000000000, 0xaa56586f1ce768826e19a3381bbd9d0c, 0x0ba30d0c188b91570e41c95b40f11f44b57a4621f5a4bf6e622dd1056953556b, '', 0, '?'),
(0xbcd5d0334f523ffce31861276fa1b530, 'wp-content/plugins/blog2social/includes/PRG/Api/Post.php', '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/PRG/Api/Post.php', 1, 0x00000000000000000000000000000000, 0x4624bbba51ecccbe534db9c60fec7a0e, 0x15f65ebac872824f6a2e936b0bee27f6a0a614c977e749128f55f9d61c8ebe41, '', 0, '?'),
(0xeeb11e2dcf7b5b60359fa8aae2737f8f, 'wp-content/plugins/blog2social/includes/PRG/Post/Filter.php', '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/PRG/Post/Filter.php', 1, 0x00000000000000000000000000000000, 0xea77731dcb9244013a7176325a7aff34, 0x0ae4d369558d69b34a9cae0df9a2034b50127dfd4fb50a267a5303841855a8cf, '', 0, '?'),
(0xc64f6083a8ae7bcb1e9374e1dba01585, 'wp-content/plugins/blog2social/includes/PRG/Post/Item.php', '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/PRG/Post/Item.php', 1, 0x00000000000000000000000000000000, 0xcec8a63f9f0004180d42e11e7173f408, 0xaeecf6bffa0e0223a769348d262f01a9944bad921c183707b1a7e633386e9cda, '', 0, '?'),
(0x497434eec9ca457ed7dbb6caaa640b72, 'wp-content/plugins/blog2social/includes/PRG/Ship/Image.php', '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/PRG/Ship/Image.php', 1, 0x00000000000000000000000000000000, 0x8c9da9166c5f1052828e20f575cc916f, 0x4741e866cfd51daef2569f0457287270480b719f1420c65c9a95ed01d42122e1, '', 0, '?'),
(0x8528023ff8d6a76af997a491b38b9b8d, 'wp-content/plugins/blog2social/includes/PRG/Ship/Item.php', '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/PRG/Ship/Item.php', 1, 0x00000000000000000000000000000000, 0x777ba97430d6c507beee27b26c4b1c14, 0x88b4c84d820c18b4762250c9b3853a86aa1a90f6cfc65df35075bf59a528b077, '', 0, '?'),
(0x1fe22fcc4aea2f59d1d10d5e39c0f796, 'wp-content/plugins/blog2social/includes/System.php', '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/System.php', 1, 0x00000000000000000000000000000000, 0x791315e5593e54190f0c037f97db0220, 0x0510a18d6249212e67e04c7d0e8704c03eb2ba65be1ed4f27e33485aec8f812a, '', 0, '?'),
(0x9e7e56f8fa02632f2cc8697be4298edb, 'wp-content/plugins/blog2social/includes/Tools.php', '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/Tools.php', 1, 0x00000000000000000000000000000000, 0x30c48691e53f953d05bb17369cd769c5, 0x66a9ba2326f66b0d80f6818cb310921627d97341e3be0a5c5441c5e1d4453df2, '', 0, '?'),
(0x58808dd80e3a41054aa76ddeaa8d9284, 'wp-content/plugins/blog2social/includes/Util.php', '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/Util.php', 1, 0x00000000000000000000000000000000, 0x648b564acf03bc6cce1b31c5cf209645, 0x449a3bd0df354b3be96c680ba20ccd9053b64914ca0a0111952e8b6d21ba2954, '', 0, '?'),
(0x8a7f1f77d8f3d9483ed124341367ffb5, 'wp-content/plugins/blog2social/includes/cacert.pem', '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/cacert.pem', 1, 0x00000000000000000000000000000000, 0xab19ac61cd2742cef7c813212120acc0, 0x326963018f993f0447e4a32fe5eedfee5b19e8aa761f500c9bfd20ca1385fc45, '', 0, '?'),
(0x7f8ad0ba08fc138944fafb06da258d66, 'wp-content/plugins/blog2social/index.php', '/home/www/iamctv.com/wp-content/plugins/blog2social/index.php', 1, 0x00000000000000000000000000000000, 0x0a81a3f60c147e119060d5d26a5ad1a6, 0x0f99f84c982b71fd2cd73f65b155192224cd7a65b9a641a9c8b271e8ebd505e6, '', 0, '?'),
(0xed172b9f62e8ac759f38b4626f5067ff, 'wp-content/plugins/blog2social/languages/blog2social-de_DE.mo', '/home/www/iamctv.com/wp-content/plugins/blog2social/languages/blog2social-de_DE.mo', 1, 0x00000000000000000000000000000000, 0x8849efdda9a8a180337100fa20ab4134, 0x0ba0e28a907529e67fc8564705c7816c3134863149d3cf1845695270c7dc74df, '', 0, '?'),
(0x45644aa4b4236c70a9db8a709c262173, 'wp-content/plugins/blog2social/languages/blog2social-de_DE.po', '/home/www/iamctv.com/wp-content/plugins/blog2social/languages/blog2social-de_DE.po', 1, 0x00000000000000000000000000000000, 0x5344edd2d0917af12e64d12db3a9f772, 0x4af04ead1597e78a87c6558e7142ac6d4896b6dd2ef5ae62063dbfedb889d832, '', 0, '?'),
(0x70a3d0f943e3f3ca679c21fea6344aa1, 'wp-content/plugins/blog2social/languages/blog2social-es_ES.mo', '/home/www/iamctv.com/wp-content/plugins/blog2social/languages/blog2social-es_ES.mo', 1, 0x00000000000000000000000000000000, 0xc0155ad37ef34c910a6004f50bc037e1, 0x071c0bbaea5f6601b25ea473b8f21ca9235aed5bb83e2de655d065e277de7482, '', 0, '?'),
(0xbde75a392fb267907752d9dae58f2fb3, 'wp-content/plugins/blog2social/languages/blog2social-es_ES.po', '/home/www/iamctv.com/wp-content/plugins/blog2social/languages/blog2social-es_ES.po', 1, 0x00000000000000000000000000000000, 0x99d961d3767030b026e0578caf32f8e1, 0x18728fd25ef25c76a11f203cf2358f7a801b53e21ac56da680a04350144c498b, '', 0, '?'),
(0xb8bfd38d8b3daabc7cb0525096f83a7e, 'wp-content/plugins/blog2social/languages/blog2social-fr_FR.mo', '/home/www/iamctv.com/wp-content/plugins/blog2social/languages/blog2social-fr_FR.mo', 1, 0x00000000000000000000000000000000, 0xc5eff0d6faf667a1bcce538e28eef9aa, 0x30c82538d3c6d60fda0d90db93ebdd655aa957fd2ea7bebc68dc44f60af7ccc7, '', 0, '?'),
(0x5bf2790865dc3405779e944dcc6e2716, 'wp-content/plugins/blog2social/languages/blog2social-fr_FR.po', '/home/www/iamctv.com/wp-content/plugins/blog2social/languages/blog2social-fr_FR.po', 1, 0x00000000000000000000000000000000, 0xd926de2c0d08213fc90f2a43f643fc85, 0xecaa5f020488ed2656559c48771d07953c89e782768b37ebb69537775e41340a, '', 0, '?'),
(0x4447f70579bf3d4f5150d75aa14868cb, 'wp-content/plugins/blog2social/languages/blog2social-it_IT.mo', '/home/www/iamctv.com/wp-content/plugins/blog2social/languages/blog2social-it_IT.mo', 1, 0x00000000000000000000000000000000, 0x94199d4f87efd72a1ce79824645ceddf, 0x415a039f603b36523895a3a39f6296bdf55e25635c84226d5959e97e706ad280, '', 0, '?'),
(0x2e48e0cf67581fb88be033f02c87f343, 'wp-content/plugins/blog2social/languages/blog2social-it_IT.po', '/home/www/iamctv.com/wp-content/plugins/blog2social/languages/blog2social-it_IT.po', 1, 0x00000000000000000000000000000000, 0xd9129e73ba5e10c599519bd8f07c9b69, 0x8c70d0224121c9a992e3ea82e06bd328e11ccf39ac145460a2784d3af96d22b1, '', 0, '?'),
(0x9bf1a70b6d478799655e30a32da4b1e0, 'wp-content/plugins/blog2social/languages/blog2social-pt_BR.mo', '/home/www/iamctv.com/wp-content/plugins/blog2social/languages/blog2social-pt_BR.mo', 1, 0x00000000000000000000000000000000, 0x5684534dfc550437215c23f640ca216b, 0x77fecce6abb6349d3c63057d66e6a0f68d76a96c273b72c20d699b36d06b3ad3, '', 0, '?'),
(0x074ea5c044b13210b8558ffa1ffb1d9c, 'wp-content/plugins/blog2social/languages/blog2social-pt_BR.po', '/home/www/iamctv.com/wp-content/plugins/blog2social/languages/blog2social-pt_BR.po', 1, 0x00000000000000000000000000000000, 0x9d05ac32038d135d90c7fd4d483fd150, 0xad0550895a21b20e2ec3e9193f17873327ea9ab58006c41b1d768a894d15aacf, '', 0, '?'),
(0x5ee6358bca964c1248f77b1e8e9b5506, 'wp-content/plugins/blog2social/languages/blog2social.pot', '/home/www/iamctv.com/wp-content/plugins/blog2social/languages/blog2social.pot', 1, 0x00000000000000000000000000000000, 0x7c99e6038f08f23a1d6e3a9fd3c77a41, 0x9d100b352c51fa85014a62337e061f137d59d09ca7c3c67de1d3d79fce8e8f0c, '', 0, '?'),
(0xab3be059d7c6c05075cd8bfa65ff42a8, 'wp-content/plugins/blog2social/readme.txt', '/home/www/iamctv.com/wp-content/plugins/blog2social/readme.txt', 0, 0x82a9d9104aa6d8246c6c68c2b8c2a490, 0x82a9d9104aa6d8246c6c68c2b8c2a490, 0x93e0dd35f5c4c3be4e27bfa0004c20c69d0479c470755ed0e8d4b9c5ac7a6b15, '', 0, '?'),
(0x4046b00539861956e22c01a2fc15295d, 'wp-content/plugins/blog2social/views/b2s/autopost.php', '/home/www/iamctv.com/wp-content/plugins/blog2social/views/b2s/autopost.php', 1, 0x00000000000000000000000000000000, 0x086057061878dc2189e3b87b1cfa57fb, 0x6be3098f9a643d4f8611173d1ccf31367b693f6e0a477b5b2ac5da11b910c112, '', 0, '?'),
(0x9cad85fd6a3141ebd5f0773f5ba960e5, 'wp-content/plugins/blog2social/views/b2s/curation.draft.php', '/home/www/iamctv.com/wp-content/plugins/blog2social/views/b2s/curation.draft.php', 1, 0x00000000000000000000000000000000, 0xb62a55a5c2f894c47ab8e484b1f6cc99, 0xf84a0262c08707913d52fe5cf4397aab0399eb8880a0489832a752d2b6fb2247, '', 0, '?'),
(0xa8c5bb9d710e7fb9c69b91fface5d45e, 'wp-content/plugins/blog2social/views/b2s/curation.php', '/home/www/iamctv.com/wp-content/plugins/blog2social/views/b2s/curation.php', 1, 0x00000000000000000000000000000000, 0x6aa9f5fbae2c605dc0644c4b3b5015b5, 0xacd6768de820d4d27d496a96a95eaf5c2c4870469427fa3fab2e01e93d40ed3f, '', 0, '?'),
(0x7970f2cff1e3d5af3b5237a9bbf9d471, 'wp-content/plugins/blog2social/views/b2s/dashboard.php', '/home/www/iamctv.com/wp-content/plugins/blog2social/views/b2s/dashboard.php', 1, 0x00000000000000000000000000000000, 0x0f37c4452f40074cb61f09aee202b30f, 0xa6a07670ea0d6e1c883e60e865c8de97902897c9f1336ffff3918c6a6ae68433, '', 0, '?'),
(0x6635a1e56ad51d58fd1342b63b660bb2, 'wp-content/plugins/blog2social/views/b2s/html/footer.php', '/home/www/iamctv.com/wp-content/plugins/blog2social/views/b2s/html/footer.php', 1, 0x00000000000000000000000000000000, 0x275a09a07f7eeebda5a5bd4bd1ccb976, 0xa0068fa08d6c1098d9a8584f77ca9e194024d740c441f53f58f9910cb593d5b8, '', 0, '?'),
(0x7af94b6f0a6296ef0a0bbd7a0a3602ea, 'wp-content/plugins/blog2social/views/b2s/html/header.php', '/home/www/iamctv.com/wp-content/plugins/blog2social/views/b2s/html/header.php', 1, 0x00000000000000000000000000000000, 0x7348923d922ef39ac57b0649d42c040e, 0x138abd902d862e691e73b6924d69aed54170734809a7bfca0578fd038558c421, '', 0, '?'),
(0x206c0c976c86fff7dfad3d2a6c650ffd, 'wp-content/plugins/blog2social/views/b2s/html/post.navbar.php', '/home/www/iamctv.com/wp-content/plugins/blog2social/views/b2s/html/post.navbar.php', 1, 0x00000000000000000000000000000000, 0x24c78b4674b826c0ebfa6b3d68daa382, 0x0d1e83f2349ccaf0eec669d90397e36185eddcd35481854258ba81c73f806e91, '', 0, '?'),
(0x09e19dd12aa891578cf1427a6b539cfa, 'wp-content/plugins/blog2social/views/b2s/html/sidebar.php', '/home/www/iamctv.com/wp-content/plugins/blog2social/views/b2s/html/sidebar.php', 1, 0x00000000000000000000000000000000, 0xf233858b6b400b23ef3bf0ab8ce53824, 0xc3a6c0a81ba35c91ed7066fb9e0d8cb10ccde5f4332f5c1a48e717226eda206f, '', 0, '?'),
(0x976381a8288b38a6168951cee188682c, 'wp-content/plugins/blog2social/views/b2s/html/sidebar.ship.php', '/home/www/iamctv.com/wp-content/plugins/blog2social/views/b2s/html/sidebar.ship.php', 1, 0x00000000000000000000000000000000, 0x21349d28ede4349b0b7d1300a6a66026, 0xdffa4491d7ae92f5dfe174993a1bcdfa60fa92eec83887d3e44c99420a41c896, '', 0, '?'),
(0x927476640561a1d72be847d3cbe180c1, 'wp-content/plugins/blog2social/views/b2s/metrics.php', '/home/www/iamctv.com/wp-content/plugins/blog2social/views/b2s/metrics.php', 1, 0x00000000000000000000000000000000, 0x2285d1466f6e1b36bd4c37c5eeb9c4f2, 0x3153645b494131fe81a06c4a65796eed0cf73d63a8fe6d0207b470e6d9c03934, '', 0, '?'),
(0x8034bf8e61a295775c466ce1b3835199, 'wp-content/plugins/blog2social/views/b2s/network.php', '/home/www/iamctv.com/wp-content/plugins/blog2social/views/b2s/network.php', 1, 0x00000000000000000000000000000000, 0xa7b8c01fa48e5b6f4617e16ccde16861, 0xcc9694ace636e66c9559349536e45cfbd34d0c26a414cbc231c7c57f6dfcfd91, '', 0, '?'),
(0xe2c8df7c72cc57ed5f396cb08c675b08, 'wp-content/plugins/blog2social/views/b2s/partials/calendar-image-modal.php', '/home/www/iamctv.com/wp-content/plugins/blog2social/views/b2s/partials/calendar-image-modal.php', 1, 0x00000000000000000000000000000000, 0x0077792dc60f877bce0e839c42478e7e, 0x896de7f5e4314dbaa1177cce95d38a378c181b5975f8140b2fcb805cec8acefa, '', 0, '?'),
(0x08bde3745c7208e42249f2a7bc203529, 'wp-content/plugins/blog2social/views/b2s/partials/plugin-deactivate-modal.php', '/home/www/iamctv.com/wp-content/plugins/blog2social/views/b2s/partials/plugin-deactivate-modal.php', 1, 0x00000000000000000000000000000000, 0xec147581babbe6672b2a638e22802081, 0xbfe3dbc3f5d2ab02bec926d87707a4de2cdb48fc0cb4c30a1ee39d3d8a668b7f, '', 0, '?'),
(0x2f5f50cadf45982e1f1f898882440438, 'wp-content/plugins/blog2social/views/b2s/partials/post-edit-modal.php', '/home/www/iamctv.com/wp-content/plugins/blog2social/views/b2s/partials/post-edit-modal.php', 1, 0x00000000000000000000000000000000, 0x2d8cdc0ac0e4c2e70673d8ad4039d3a9, 0x2bd4abb2dfcccd3d419afcb2dee4d97fded851a3736521b8e3d88e94e595cffb, '', 0, '?'),
(0x30d9fc5a4db17c6537ee47101919afa6, 'wp-content/plugins/blog2social/views/b2s/post.approve.php', '/home/www/iamctv.com/wp-content/plugins/blog2social/views/b2s/post.approve.php', 1, 0x00000000000000000000000000000000, 0x3355ad30f0b126fb10f92a87d716743b, 0x4e0a6020a622e5fdac33219eaa4dfb7756af7ca8683e959d3b829053724405ef, '', 0, '?'),
(0xb2f49aaf783080a47bdd5f40264552be, 'wp-content/plugins/blog2social/views/b2s/post.calendar.php', '/home/www/iamctv.com/wp-content/plugins/blog2social/views/b2s/post.calendar.php', 1, 0x00000000000000000000000000000000, 0x66f038b37e4d768529e2b3e758f22cfc, 0xcb11c54661b3517cc455442321220cd8286ad2b0be65aef8507c02c56434a401, '', 0, '?'),
(0x44bb9efff1c769d25000e76902a171ec, 'wp-content/plugins/blog2social/views/b2s/post.draft.php', '/home/www/iamctv.com/wp-content/plugins/blog2social/views/b2s/post.draft.php', 1, 0x00000000000000000000000000000000, 0xd21e9a46649ba30a8eb323108c4f5cc6, 0x64a8adf70946e64676d0e8003dc978e778348d3e4b4bb1b21f2867e8d34cac83, '', 0, '?'),
(0xde40aa7a187b7053a47f57f98f275242, 'wp-content/plugins/blog2social/views/b2s/post.favorites.php', '/home/www/iamctv.com/wp-content/plugins/blog2social/views/b2s/post.favorites.php', 1, 0x00000000000000000000000000000000, 0x4e9a96f8498d4b6adbee0cf1b12d0e5d, 0x779c8f30f534302dbc9f5dfd4d02a8c1ec19db2e00b56b10f3ff556391b4fc5a, '', 0, '?'),
(0xbc12fb8601f36b4907025daf7e29fc48, 'wp-content/plugins/blog2social/views/b2s/post.notice.php', '/home/www/iamctv.com/wp-content/plugins/blog2social/views/b2s/post.notice.php', 1, 0x00000000000000000000000000000000, 0x119b0603b1c3e98cb01ead3456682100, 0xf5449b6c61ef93851d803172ef3798891290c548b2e5291477a8e898f55ddc1d, '', 0, '?'),
(0x777f613d7d384e854bb0901d360b1ad1, 'wp-content/plugins/blog2social/views/b2s/post.php', '/home/www/iamctv.com/wp-content/plugins/blog2social/views/b2s/post.php', 1, 0x00000000000000000000000000000000, 0xdfc2432c1b4516d509ca7bf429d1dc21, 0x73d2ab0a3b49308716090a2b48285822e7c25eb2dd38ba1c6a13644493877188, '', 0, '?'),
(0xb21b3d7af3d4a40abae0c1f94b8a2574, 'wp-content/plugins/blog2social/views/b2s/post.publish.php', '/home/www/iamctv.com/wp-content/plugins/blog2social/views/b2s/post.publish.php', 1, 0x00000000000000000000000000000000, 0xa914237249f2dced1c1d02ad2e3b29c9, 0xe0ac44778dd0b345385b64717121b93565bd0433d03e644793df2a6de39884ca, '', 0, '?'),
(0x00d703bc920e1bdf1a82eb8a03e9bfb6, 'wp-content/plugins/blog2social/views/b2s/post.sched.php', '/home/www/iamctv.com/wp-content/plugins/blog2social/views/b2s/post.sched.php', 1, 0x00000000000000000000000000000000, 0xef3853999b9b79ba69627549b658f48b, 0x2e308aabcf92d8031e7255c5e6f3d4358aa056f84c4a735e2c12f2a8b9d8602c, '', 0, '?'),
(0x00622faebbf150e4bf6a90aae30ffd69, 'wp-content/plugins/blog2social/views/b2s/premium.php', '/home/www/iamctv.com/wp-content/plugins/blog2social/views/b2s/premium.php', 1, 0x00000000000000000000000000000000, 0x640547886ec8df6214760438418d86c7, 0x2ab1894112ff98020074fb53c83df5aaad3f389f451d847ca28681a17c0be146, '', 0, '?'),
(0x1e864372102b8f03cc72c7c77e76a573, 'wp-content/plugins/blog2social/views/b2s/repost.php', '/home/www/iamctv.com/wp-content/plugins/blog2social/views/b2s/repost.php', 1, 0x00000000000000000000000000000000, 0xe0513b365d351c05dc7b861fdcd1908d, 0xf3a61480dd9e72fba7b58bf80ac006015cded00f69c20f205fb7cdc5f6619ce9, '', 0, '?'),
(0x38c0a3941371eb2ee0b3c775ebc85828, 'wp-content/plugins/blog2social/views/b2s/settings.php', '/home/www/iamctv.com/wp-content/plugins/blog2social/views/b2s/settings.php', 1, 0x00000000000000000000000000000000, 0x9fb63347dcb384a44c68ea69f989e208, 0xeed1b6ef13d6626428afc2cd65df86f59fd8ea20ee4f802d2f54a204d1832dce, '', 0, '?'),
(0x90d3ee2f1a14342c56e5d61d37daaecb, 'wp-content/plugins/blog2social/views/b2s/ship.php', '/home/www/iamctv.com/wp-content/plugins/blog2social/views/b2s/ship.php', 1, 0x00000000000000000000000000000000, 0xb0b5f888e09d8a2683d74b67b6ad8b31, 0xd633922837842a5c94e4356050cd5def679ee31071543e1fb55d4aee4a2a16b7, '', 0, '?'),
(0x91eb004f5f90634cd1650a9114614423, 'wp-content/plugins/blog2social/views/b2s/support.php', '/home/www/iamctv.com/wp-content/plugins/blog2social/views/b2s/support.php', 1, 0x00000000000000000000000000000000, 0x347473f70743338628a4f571ed36d824, 0x3305a4a204517e36bb5ff9b8e8ef2cf9698efef31bf3ac5681aaad7f9d224566, '', 0, '?'),
(0xa22a6fe72b13abc14a245b01fe1554c1, 'wp-content/plugins/blog2social/views/b2s/widgets/activity.php', '/home/www/iamctv.com/wp-content/plugins/blog2social/views/b2s/widgets/activity.php', 1, 0x00000000000000000000000000000000, 0x1f009b4f6ce6c73786519661fb265a92, 0x1dcee541c440dd052906b65ca1c9ca1854fee1d1ca75d80cff7fac35276bb880, '', 0, '?'),
(0x7d43b8332cbc49637bfaae754c32cea3, 'wp-content/plugins/blog2social/views/b2s/widgets/calendar.php', '/home/www/iamctv.com/wp-content/plugins/blog2social/views/b2s/widgets/calendar.php', 1, 0x00000000000000000000000000000000, 0xfb32439a66b6a1c127db72a8d0469601, 0x79e6ab12deb848facb70c2c1a69f45660bc625b711dcf07dbf64bede2f9460a4, '', 0, '?'),
(0xd06bbfce0400fb2645e6bf339227e6a5, 'wp-content/plugins/blog2social/views/b2s/widgets/content.php', '/home/www/iamctv.com/wp-content/plugins/blog2social/views/b2s/widgets/content.php', 1, 0x00000000000000000000000000000000, 0x5b3e997529ebeeb04cfc12450a90c669, 0xd0e4240ebb62f4732a203abfe3eebe537f575a988ea5c31d189d245827123a1b, '', 0, '?'),
(0xbbe9cf50d97456a0b8cc3de283874e30, 'wp-content/plugins/blog2social/views/b2s/widgets/newsletter.php', '/home/www/iamctv.com/wp-content/plugins/blog2social/views/b2s/widgets/newsletter.php', 1, 0x00000000000000000000000000000000, 0xa9fd45220fc5ce0950999b28148320f9, 0x848ab5d7b6eb289ecfe714c0774102712d2c02b85347e67db112a89e9d81cfbd, '', 0, '?'),
(0x8c7a70b77aa6a32ed4096fc1fcd64f19, 'wp-content/plugins/blog2social/views/b2s/widgets/posts.php', '/home/www/iamctv.com/wp-content/plugins/blog2social/views/b2s/widgets/posts.php', 1, 0x00000000000000000000000000000000, 0xa1db24b68e0fc76c4b116d323b75fa9d, 0x398044017133143381dc5f202267dcd3d7168248725ba43180fadae08a301503, '', 0, '?'),
(0xa6cc2e2c401d672b49c3d09d9b14180a, 'wp-content/plugins/blog2social/views/notice.php', '/home/www/iamctv.com/wp-content/plugins/blog2social/views/notice.php', 1, 0x00000000000000000000000000000000, 0xced510337226647bd4aa1467c0c5c0d3, 0xd1f1e205b7897a5917d35a45fc54973789a6777d698b29aa76194ae7accb2339, '', 0, '?'),
(0x8c5d860458b1bd5acac692aa8dd43935, 'wp-content/plugins/blog2social/views/prg/html/footer.php', '/home/www/iamctv.com/wp-content/plugins/blog2social/views/prg/html/footer.php', 1, 0x00000000000000000000000000000000, 0xab3c833ba07c63a4f9df08aa02c36e37, 0xc894d616a042c65117924d300377c8bfa61befe37bbe8f89d2debe4c8c9fb719, '', 0, '?'),
(0xd3da87fc1be5588205f9f6cd8212d424, 'wp-content/plugins/blog2social/views/prg/html/form.php', '/home/www/iamctv.com/wp-content/plugins/blog2social/views/prg/html/form.php', 1, 0x00000000000000000000000000000000, 0xf58d2d5fb6db390e378faeabb505092f, 0x38e3b9dffc5e635da0a6128135f4dd840d4dbc106baab50eda4eebbb8d92fc7e, '', 0, '?'),
(0xbe72bb0c5753696fcecb0e363728801a, 'wp-content/plugins/blog2social/views/prg/html/header.php', '/home/www/iamctv.com/wp-content/plugins/blog2social/views/prg/html/header.php', 1, 0x00000000000000000000000000000000, 0x0cc2c87fad8778f0aa0145636fc44d94, 0x6cab25cb21738bd20a800511f5ac0d092379dc7e9425fe4362f01e8209efc6df, '', 0, '?'),
(0x068ad43d8faa7efa7db3a55474e1101f, 'wp-content/plugins/blog2social/views/prg/login.php', '/home/www/iamctv.com/wp-content/plugins/blog2social/views/prg/login.php', 1, 0x00000000000000000000000000000000, 0x9a5aa8b813d42a76fe515ed5dcc6234b, 0xd4f3846435835f15ce1ae62d95fe43b2e149447e6c2583e62c3431c47066ff92, '', 0, '?'),
(0xbef6e6f2fe69211fb522f5f07c698543, 'wp-content/plugins/blog2social/views/prg/post.php', '/home/www/iamctv.com/wp-content/plugins/blog2social/views/prg/post.php', 1, 0x00000000000000000000000000000000, 0x8df245111a531288ca72dc96526d3ca6, 0xaf0438f48004c23b0f0f36e7a7b3b9218159f38ac0ad62e6c0522bd8c87e0a59, '', 0, '?'),
(0x1e93727ca0e7fdeb6076ebede6c833be, 'wp-content/plugins/blog2social/views/prg/ship.php', '/home/www/iamctv.com/wp-content/plugins/blog2social/views/prg/ship.php', 1, 0x00000000000000000000000000000000, 0x908365f4f3c89c5f5fceb3d1398cb948, 0xf31f9709bf2aa46a45e7024ddcc70a228384639a58d9b9f61563ad6fda03deda, '', 0, '?'),
(0x643255fcd177ba7bb761f1941ef8f7e1, 'wp-content/plugins/change-wp-admin-login/assets/images/banner-1544x500.png', '/home/www/iamctv.com/wp-content/plugins/change-wp-admin-login/assets/images/banner-1544x500.png', 1, 0x00000000000000000000000000000000, 0x8de5feb530afe66bfc6fa6cba864036c, 0x9da4f9d73be306f751df91d44a10e65e8140c298d5c4176fd597829756523918, '', 0, '?'),
(0x22f8498c6cc345fa74b8d9a6a185781f, 'wp-content/plugins/change-wp-admin-login/assets/images/banner-772x250.png', '/home/www/iamctv.com/wp-content/plugins/change-wp-admin-login/assets/images/banner-772x250.png', 1, 0x00000000000000000000000000000000, 0x8e5baf90f1d484a5a7d302aaad735be1, 0xcc99114acfd2a62d7c7f759da2cbed8963c04b70da62c78cdf1cca8ab79dc547, '', 0, '?'),
(0xc14a5a3da7fce2372614e938e9b466be, 'wp-content/plugins/change-wp-admin-login/assets/images/icon-128x128.png', '/home/www/iamctv.com/wp-content/plugins/change-wp-admin-login/assets/images/icon-128x128.png', 1, 0x00000000000000000000000000000000, 0xe7c2459467847f16fc113c4db0cbc8e7, 0xb81ad30d3f736bb2d3347adbc0b3abc30aa5d0d4465539d6710585a86342a15c, '', 0, '?'),
(0x319cf96a2d59563f2b5db4d9f85fbbf0, 'wp-content/plugins/change-wp-admin-login/assets/images/icon-256x256.png', '/home/www/iamctv.com/wp-content/plugins/change-wp-admin-login/assets/images/icon-256x256.png', 1, 0x00000000000000000000000000000000, 0x95f7dd8ffbaaab73c6414ad461dabd46, 0x19b760705e94c815de27d2338e350c1079238d34072720bd41db8b00dd2459ef, '', 0, '?'),
(0x0b5c73354bcacc31af2956a2029b4b85, 'wp-content/plugins/change-wp-admin-login/assets/images/screenshot-1.png', '/home/www/iamctv.com/wp-content/plugins/change-wp-admin-login/assets/images/screenshot-1.png', 1, 0x00000000000000000000000000000000, 0x70fedbdfac0e680acc01ffc7d45ef7a0, 0x40e77655a3ad2119893b7ac62c4a7b82e0bc30c2ec864223bb74821d0b1fe0b3, '', 0, '?'),
(0x806595059c88f6d4d8c4be4f28c5ca5a, 'wp-content/plugins/change-wp-admin-login/assets/images/screenshot-2.png', '/home/www/iamctv.com/wp-content/plugins/change-wp-admin-login/assets/images/screenshot-2.png', 1, 0x00000000000000000000000000000000, 0x6c5b94d7ba0b353866004f6d349d01ec, 0x290f66abd48fb5dd64227ab0079079c34ba64189276ebdd06de8ecfb4a6a8a05, '', 0, '?'),
(0xfb7ebdf9a7330460010f3b709fb980ab, 'wp-content/plugins/change-wp-admin-login/assets/index.php', '/home/www/iamctv.com/wp-content/plugins/change-wp-admin-login/assets/index.php', 1, 0x00000000000000000000000000000000, 0x55114b3b65a3f7a593e70e033ad305bf, 0xbdc27ddc13dcd51e35e19b650bff3317b9d90333c18e1f6d15687944e68c5128, '', 0, '?'),
(0x4cd39fc163564f75eff9e3910b2ecbdb, 'wp-content/plugins/change-wp-admin-login/change-wp-admin-login.php', '/home/www/iamctv.com/wp-content/plugins/change-wp-admin-login/change-wp-admin-login.php', 0, 0x3dad3b78164771719c314203999eb0d5, 0x3dad3b78164771719c314203999eb0d5, 0xfd5d5e7277f4610827afd850937d4abcda7e8e58ff428bbf58946ff5af8c7351, '', 0, '?'),
(0x9dfd3d1a5fa52b0334e9905a77024a8e, 'wp-content/plugins/change-wp-admin-login/includes/class-change-wp-admin-login.php', '/home/www/iamctv.com/wp-content/plugins/change-wp-admin-login/includes/class-change-wp-admin-login.php', 1, 0x00000000000000000000000000000000, 0x93c26a05c28276721b247fa1dd20fb45, 0x3fed76c927e5caaa54b032d66202aa8e67d76799467bf5c248cfa832ffb9503a, '', 0, '?'),
(0xc4610c302391eefe019aed7bd3af5128, 'wp-content/plugins/change-wp-admin-login/includes/index.php', '/home/www/iamctv.com/wp-content/plugins/change-wp-admin-login/includes/index.php', 1, 0x00000000000000000000000000000000, 0x55114b3b65a3f7a593e70e033ad305bf, 0xbdc27ddc13dcd51e35e19b650bff3317b9d90333c18e1f6d15687944e68c5128, '', 0, '?'),
(0x85e404592772b6e743da38f8968ea356, 'wp-content/plugins/change-wp-admin-login/index.php', '/home/www/iamctv.com/wp-content/plugins/change-wp-admin-login/index.php', 1, 0x00000000000000000000000000000000, 0x55114b3b65a3f7a593e70e033ad305bf, 0xbdc27ddc13dcd51e35e19b650bff3317b9d90333c18e1f6d15687944e68c5128, '', 0, '?'),
(0xaade7581287f4a4d7cde9b88e2f81ca2, 'wp-content/plugins/change-wp-admin-login/languages/change-wp-admin-login-es.mo', '/home/www/iamctv.com/wp-content/plugins/change-wp-admin-login/languages/change-wp-admin-login-es.mo', 1, 0x00000000000000000000000000000000, 0xb7cc603d705216316d4fe799749c2f39, 0x94fb57c44df52fd505673eaae3e2c7f5fed450c99d2f97dfbee7c798ac0510d0, '', 0, '?'),
(0x11b3381793ff9a0245b3ea93047711aa, 'wp-content/plugins/change-wp-admin-login/languages/change-wp-admin-login-es.po', '/home/www/iamctv.com/wp-content/plugins/change-wp-admin-login/languages/change-wp-admin-login-es.po', 1, 0x00000000000000000000000000000000, 0xe738316283a8dd1478b311b8682f7a11, 0xe318110471300d0a67314a7b81bf48df7197ca61049a743a527499b3e6f186fc, '', 0, '?'),
(0x1210cca871f3d981bb4313cf1ad8a908, 'wp-content/plugins/change-wp-admin-login/languages/change-wp-admin-login-fr_FR.mo', '/home/www/iamctv.com/wp-content/plugins/change-wp-admin-login/languages/change-wp-admin-login-fr_FR.mo', 1, 0x00000000000000000000000000000000, 0x3f7f21fc3ac3b11be7f7d5d9f1bdc233, 0x4951d1599bc8e432cf9d1b9d1b735197ee0e8237aa8d310d2f9d09cdbb98dada, '', 0, '?'),
(0x4e5296a38b90e8c86a9bbf05a501c847, 'wp-content/plugins/change-wp-admin-login/languages/change-wp-admin-login-fr_FR.po', '/home/www/iamctv.com/wp-content/plugins/change-wp-admin-login/languages/change-wp-admin-login-fr_FR.po', 1, 0x00000000000000000000000000000000, 0x1f47813deda6df777ff380133bdd5de9, 0x583078f11e01df0d5008c3c517461daeeb546d79e22770b221769331cf8059ab, '', 0, '?'),
(0x2fcbd6f9c5992335784e314aa0bfea1f, 'wp-content/plugins/change-wp-admin-login/languages/change-wp-admin-login-it.mo', '/home/www/iamctv.com/wp-content/plugins/change-wp-admin-login/languages/change-wp-admin-login-it.mo', 1, 0x00000000000000000000000000000000, 0x3367c1eef6af226cc32321f1d213dd8f, 0x03c45a0a58b7c6e826124e9a6aff5124b605176b29a0b317681cec0aa9fdf61e, '', 0, '?'),
(0x25dadd5a9c1edebdf7750cd3ba75da94, 'wp-content/plugins/change-wp-admin-login/languages/change-wp-admin-login-it.po', '/home/www/iamctv.com/wp-content/plugins/change-wp-admin-login/languages/change-wp-admin-login-it.po', 1, 0x00000000000000000000000000000000, 0x56f29bb725089fa2c38ac3431c6ac93f, 0xc89763a36d97e7841019da336f21034bfe6c8390adc0106ee386ebea74f33f82, '', 0, '?'),
(0xddaccb3f07a7531a342749013efac92b, 'wp-content/plugins/change-wp-admin-login/languages/change-wp-admin-login-pt_PT.mo', '/home/www/iamctv.com/wp-content/plugins/change-wp-admin-login/languages/change-wp-admin-login-pt_PT.mo', 1, 0x00000000000000000000000000000000, 0xa720e19b6a75420e17d764f363efd96e, 0x18348262ce2bbf0c7c35b41fb7e3f66bc30625f9d100c9886343dadc3f344e2d, '', 0, '?'),
(0xae1a5b334d8760df70900299a00faf97, 'wp-content/plugins/change-wp-admin-login/languages/change-wp-admin-login-pt_PT.po', '/home/www/iamctv.com/wp-content/plugins/change-wp-admin-login/languages/change-wp-admin-login-pt_PT.po', 1, 0x00000000000000000000000000000000, 0x5edc5504094938c616e7fc57789b2568, 0x4ebb9d36aa48695794bb5a16e565735778f1787fb5cd9a0ff04191debf92040a, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x38c4d2637412240799625f1a2304cb40, 'wp-content/plugins/change-wp-admin-login/languages/change-wp-admin-login-ru.mo', '/home/www/iamctv.com/wp-content/plugins/change-wp-admin-login/languages/change-wp-admin-login-ru.mo', 1, 0x00000000000000000000000000000000, 0x26b4acb6789fb68a3bee970ed9d33d46, 0x5b714252f7f3237391e97f7ddc04cc036dee37072750ce2014ea9a54b58f3133, '', 0, '?'),
(0x54e8f46b74fe467ecf13638af62db4e5, 'wp-content/plugins/change-wp-admin-login/languages/change-wp-admin-login-ru.po', '/home/www/iamctv.com/wp-content/plugins/change-wp-admin-login/languages/change-wp-admin-login-ru.po', 1, 0x00000000000000000000000000000000, 0x40a1e60d043a8f852548e10980275d4e, 0x497d1007efead53245b65e9ada589948e70fb49f266ef8583c5998d1962c5496, '', 0, '?'),
(0xc82afeca87cefa852299b34b3779bc99, 'wp-content/plugins/change-wp-admin-login/languages/change-wp-admin-login.pot', '/home/www/iamctv.com/wp-content/plugins/change-wp-admin-login/languages/change-wp-admin-login.pot', 1, 0x00000000000000000000000000000000, 0x6b453afab8be3ceb345eaf273daa43c2, 0x5ad5050dedbd1207a95cc53f9b12c61d0094aff7986761b490e44dcf2ab9224f, '', 0, '?'),
(0x1fc20f09efe2d38f0011ad6d23441795, 'wp-content/plugins/change-wp-admin-login/readme.txt', '/home/www/iamctv.com/wp-content/plugins/change-wp-admin-login/readme.txt', 0, 0x7aafc55a305e25b673aa09723e59dbc8, 0x7aafc55a305e25b673aa09723e59dbc8, 0x041b02280ae70d42b247de15f1efd58356595db3b659299911dfae75b4cd0d9e, '', 0, '?'),
(0x2b081122daffda1d738b01a2827f1493, 'wp-content/plugins/contact-form-7/admin/admin.php', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/admin/admin.php', 1, 0x00000000000000000000000000000000, 0x494773c6875879d4a6faf30373548f89, 0x227c60b6921292cc17a02fa141404f5e86adf680dff6c3060d05cdd5a0b596ac, '', 0, '?'),
(0xab15d44e50bdb2a33c12559288f786d8, 'wp-content/plugins/contact-form-7/admin/css/styles-rtl.css', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/admin/css/styles-rtl.css', 1, 0x00000000000000000000000000000000, 0x22ae3b95f01cf02648e4c4777058581b, 0x754b25327230cf508c4d1197c9ca3ed93adc3c0de895e9fb92559aa3e4202610, '', 0, '?'),
(0xc4c90da752d0a8db1d3cd7b401553b22, 'wp-content/plugins/contact-form-7/admin/css/styles.css', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/admin/css/styles.css', 1, 0x00000000000000000000000000000000, 0x0083f1bc1d9cad1fd34268b5c0233859, 0x532c9e1cbaede890aaa347b3c0a32ec32c903fe3bfe5cc6625550456566f650b, '', 0, '?'),
(0x4692d95f3d5eabfce4618f8745aea67d, 'wp-content/plugins/contact-form-7/admin/edit-contact-form.php', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/admin/edit-contact-form.php', 1, 0x00000000000000000000000000000000, 0x6e569a4655b6e5f1063540f9541fccfd, 0x4a1dac6eeaf7470d6f59443be05d9d135831c5cc08635b2812f76cecff97b200, '', 0, '?'),
(0x488f09da8dc151fe97b724d43f39e5fd, 'wp-content/plugins/contact-form-7/admin/includes/admin-functions.php', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/admin/includes/admin-functions.php', 1, 0x00000000000000000000000000000000, 0xe1b95ef72bea05ac879b5176d5fdc291, 0x170500317e9753b9fa07234d2a460e256cd758108783cbda92c26c3e54e16cab, '', 0, '?'),
(0xbe3b21d3990f41d44fe393feabd75a97, 'wp-content/plugins/contact-form-7/admin/includes/class-contact-forms-list-table.php', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/admin/includes/class-contact-forms-list-table.php', 1, 0x00000000000000000000000000000000, 0x09e8f514630c49ffa4ac34f780cd2425, 0x89ac7c28ce7f1fa84845e2d7a7203ab4482e7e1fef0c56dadea9eb22e430d8bb, '', 0, '?'),
(0x6ed4cde66ee1bec78bd55348808d869b, 'wp-content/plugins/contact-form-7/admin/includes/config-validator.php', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/admin/includes/config-validator.php', 1, 0x00000000000000000000000000000000, 0x3b6dba98733342460aae3194fe4ee2ef, 0x493b627c48525c4f2af6929927a4dfab761d1a9ca128c094db89b4512db57b30, '', 0, '?'),
(0xcaf439c0ddef84337097e75e92318dc9, 'wp-content/plugins/contact-form-7/admin/includes/editor.php', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/admin/includes/editor.php', 1, 0x00000000000000000000000000000000, 0x1588ff1f0f800be6f9ec7f2aaad977b7, 0x33481b7c94b2a4d3aa44616f2cc4f3f0e310cf0f373b16b8dbaa877abb682aa5, '', 0, '?'),
(0xdd77b473fbc1ecba1259af65d7737ba9, 'wp-content/plugins/contact-form-7/admin/includes/help-tabs.php', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/admin/includes/help-tabs.php', 1, 0x00000000000000000000000000000000, 0x2fee352d2041917f77358c2b07b144c5, 0xbad8077478efee8691941dfd8bcc9380a4592f3443dcb2427e0e1451db707dcc, '', 0, '?'),
(0x2b2badea75bcb1db0b56de36375363af, 'wp-content/plugins/contact-form-7/admin/includes/tag-generator.php', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/admin/includes/tag-generator.php', 1, 0x00000000000000000000000000000000, 0xdeb4a98c5a782f2150a080d6a261b4f7, 0x361b5679186e14a42937ee7f9b3a8907806e3aebd521a0cd0bbec4294b5125c7, '', 0, '?'),
(0xa957af5bee12c66c462a04510c899d4d, 'wp-content/plugins/contact-form-7/admin/includes/welcome-panel.php', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/admin/includes/welcome-panel.php', 1, 0x00000000000000000000000000000000, 0x8341516b4235f78c5c6091f2d4b0a2fb, 0x0077db688a1a633b52ac10542809fc0d37dd869b81446bd8b9e0b535d6f0ab0e, '', 0, '?'),
(0x020e3e41de58ea7fc91361b67390287e, 'wp-content/plugins/contact-form-7/admin/js/scripts.js', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/admin/js/scripts.js', 1, 0x00000000000000000000000000000000, 0x80c951ec6d601f1cc09c4e995c5a0b05, 0xad3fc9ccdc85a9414397558506dcd1f4c7c18c17887c52cabb54d8aa7c0a358c, '', 0, '?'),
(0xe26cdbc98361896e64fe760e22ced751, 'wp-content/plugins/contact-form-7/admin/js/tag-generator.js', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/admin/js/tag-generator.js', 1, 0x00000000000000000000000000000000, 0xf803747959a240d578a82cf4522ec03b, 0x0b565d0e27f08d6db0e301579bc033205422d70a85e484bfc3b47adb7e4e3d9c, '', 0, '?'),
(0xd17cedd6b5b8baf55f4abb5ebc93e650, 'wp-content/plugins/contact-form-7/assets/icon.png', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/assets/icon.png', 1, 0x00000000000000000000000000000000, 0x2fe6cbd0a32180c8990b1ff0e1dd2f9c, 0x696e5985227867b59465284dfcb0c78f85c3cb95efdadf06d855ed8d0a3225b4, '', 0, '?'),
(0x2d25688863d5156098e5e2741077eb9e, 'wp-content/plugins/contact-form-7/assets/icon.svg', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/assets/icon.svg', 1, 0x00000000000000000000000000000000, 0x7e39d3cb4efccab65f63df19b15fec19, 0x79e59faac92f9e2b2f8fc13c1826077034c605896ff2add420bc5d6f3e2b5e74, '', 0, '?'),
(0x53bdd93b433d72840055f35cdff9d57c, 'wp-content/plugins/contact-form-7/includes/block-editor/block-editor.php', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/block-editor/block-editor.php', 1, 0x00000000000000000000000000000000, 0xc31c4eae9b58f806d05790b956c02294, 0xfaf06126267ff2246317ddb3b6f0dc8599678cc5f9da8a7c2c0c8692829e343c, '', 0, '?'),
(0xa2bc20cb570f069dc638acb3e6e188b8, 'wp-content/plugins/contact-form-7/includes/block-editor/index.js', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/block-editor/index.js', 1, 0x00000000000000000000000000000000, 0x708f6a22521bf631f8614fe930ab7371, 0x8da084e2f0c801359dc45cb601b5504d79f08907a103bb50e6b6e663d76a0caf, '', 0, '?'),
(0x57166bfa846dffaf60a15e536356d747, 'wp-content/plugins/contact-form-7/includes/capabilities.php', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/capabilities.php', 1, 0x00000000000000000000000000000000, 0x999946fece8c36f1428f4d4da2db9fb1, 0x6de2e3fd2964568363b820f55527d9da421ab0cb739029ab471f126b99bb1f45, '', 0, '?'),
(0x378791419b60fc7c27cb32601435fd3d, 'wp-content/plugins/contact-form-7/includes/config-validator.php', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/config-validator.php', 1, 0x00000000000000000000000000000000, 0x4e246c8a411f5f04ef1e92a49738c30c, 0x282bbb1a1cbf618975244eb3e2b0f3bbdb4866a8a7ad716474d0bb5f49ce61c9, '', 0, '?'),
(0x108781d8d0389dbf95d1bd62b876170d, 'wp-content/plugins/contact-form-7/includes/contact-form-functions.php', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/contact-form-functions.php', 1, 0x00000000000000000000000000000000, 0x3203da6cfbf13609b8b6816343f436cd, 0x7662a3552eee4c2994d7991872e343d8614e9a7150253efa0e7ea852d7917001, '', 0, '?'),
(0x9c529f3019fcb79b74be0c89ea5d93d8, 'wp-content/plugins/contact-form-7/includes/contact-form-template.php', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/contact-form-template.php', 1, 0x00000000000000000000000000000000, 0x19d37990af9e672929ab1cd42dc44bc0, 0x2bb21c29e54d73ab7bfb6c19cbb464e0e144d4685fa70da5e435b8c580c83c50, '', 0, '?'),
(0x04a5ac8c9822404f8877515fdca8324d, 'wp-content/plugins/contact-form-7/includes/contact-form.php', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/contact-form.php', 1, 0x00000000000000000000000000000000, 0xbe2c2846b0aaee2b4cb920520e9ff562, 0xc073f459a0ab5a93a507604b597fb534cea01510acf8e07a7c9631107eb53970, '', 0, '?'),
(0x612e4908fd8e631fc874528cdb732ea2, 'wp-content/plugins/contact-form-7/includes/controller.php', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/controller.php', 1, 0x00000000000000000000000000000000, 0x7bdbc96420b3af911014a16c8122d27d, 0x4f7ddcc116f1a16dd346e7ad8c7cc30563f3dfe51f8d6238455b452a29cbee83, '', 0, '?'),
(0x2fc3738097a2ea4e46a43ef0b8a236da, 'wp-content/plugins/contact-form-7/includes/css/styles-rtl.css', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/css/styles-rtl.css', 1, 0x00000000000000000000000000000000, 0x3ae045c00f92fc31d3585fe7f975412d, 0x5feb4d271df73a23694c487577418b1e907b9585ed87c7c9fecca040e7aaff47, '', 0, '?'),
(0x8a0db7120462101c214580e76adab558, 'wp-content/plugins/contact-form-7/includes/css/styles.css', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/css/styles.css', 1, 0x00000000000000000000000000000000, 0xe6fae855021a88a0067fcc58121c594f, 0x785d7007cca802311802c384d199ad64a082697ea8eccd961f2505965d653ad7, '', 0, '?'),
(0x47e20dfcbed8683d95fa5e161a0c101c, 'wp-content/plugins/contact-form-7/includes/file.php', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/file.php', 1, 0x00000000000000000000000000000000, 0x3dbd2baeef1781d7b115ab66cdb6399c, 0xde50375d9cc10759d8e2ed617f5ef3cc06027aca078b7d8e03a83eacce403328, '', 0, '?'),
(0x30343370a3da32ef50063ee2d2a4f13e, 'wp-content/plugins/contact-form-7/includes/form-tag.php', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/form-tag.php', 1, 0x00000000000000000000000000000000, 0x562589d2ef43053311a56fb4a23f3d42, 0x32f97c9398348b247b2acf253283f92ff48ddcc688c6a3ad9cee0919b6311142, '', 0, '?'),
(0xb23d82d6351f115e4ce0a7f00a2d025b, 'wp-content/plugins/contact-form-7/includes/form-tags-manager.php', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/form-tags-manager.php', 1, 0x00000000000000000000000000000000, 0x3abdf0edcfc8ee3dd678a9e65374e684, 0xb7b1fc6ee9fbfdfb2d539de8abaeb9f25916def826373f1e6453538923bbee9b, '', 0, '?'),
(0x7049fb828f3a5380ba880e9576908675, 'wp-content/plugins/contact-form-7/includes/formatting.php', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/formatting.php', 1, 0x00000000000000000000000000000000, 0x1b5fe273ca9fc6161baa8f88eeb673e4, 0xc0f3b89c6ff2593c827a04cb9216fd92efc017da0aae0dac72ca8fa2f64a7513, '', 0, '?'),
(0x73cae8d79601fe9a3a8187fbd768d853, 'wp-content/plugins/contact-form-7/includes/functions.php', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/functions.php', 1, 0x00000000000000000000000000000000, 0xb6ba161d44810db91da21dccbe7e7cb6, 0x9d2a4a09278f801dec8d27e543ff56375c8e6e732ae999471eb229b5dac42704, '', 0, '?'),
(0xf63ad3b19d60164a9cfd69a64c84a4f1, 'wp-content/plugins/contact-form-7/includes/integration.php', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/integration.php', 1, 0x00000000000000000000000000000000, 0x56290c327c6a2a39d3e1d116a8ab6cf1, 0x12d3b5314a86dda6f2f4072a4581aa4a43372dcdc544abca4f8ca048e6a6f7ee, '', 0, '?'),
(0xd57f6053be4fd9aa558f262a771cfbd0, 'wp-content/plugins/contact-form-7/includes/js/html5-fallback.js', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/js/html5-fallback.js', 1, 0x00000000000000000000000000000000, 0xcb2abb3dd64fb76ec45da76719f37ad1, 0x9290a83ab63c51590eb7ec90fef2d18a9a86e8ef34102439af2f719b681d447d, '', 0, '?'),
(0xc7e27ed5d299b02ef777a2566fb898c9, 'wp-content/plugins/contact-form-7/includes/js/index.js', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/js/index.js', 1, 0x00000000000000000000000000000000, 0xe7334b0f16895605c1234c69ad86fd4a, 0x06c82374798216b2622f738ba114760b48e9af50a4f7d79613c1e17692931018, '', 0, '?'),
(0x58b85be28b9848c06efa15d7cc960924, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png', 1, 0x00000000000000000000000000000000, 0xdaaed3cf88e742a2d3820b4c8c55f3de, 0xb238175751be4661e27e681a713ef4064c0dfee9d0f29951ec689edca71974f1, '', 0, '?'),
(0x2f8b4415da63b887136cf5d307de8fdc, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_65_ffffff_1x400.png', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_65_ffffff_1x400.png', 1, 0x00000000000000000000000000000000, 0xed31481b45167e6f49fdcb1499911bf3, 0x431506e123729555ea3037a9b503b9e43e7b33370e4c9dbca7e131f10bd07398, '', 0, '?'),
(0x30fbc1ef26839ef31b4dbaf55565326a, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_75_dadada_1x400.png', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_75_dadada_1x400.png', 1, 0x00000000000000000000000000000000, 0x9b9f1106e912005670402c03bf82f170, 0x6df8d1be4fd927734ab522ca26161985751e3791ee8794e3bbfe4aceb4c618cf, '', 0, '?'),
(0xfe577a5921ad6198ca7677510c5edeb1, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png', 1, 0x00000000000000000000000000000000, 0xddd65fff8a75a609b421b4e3237ef807, 0xa1616f4ab9573ffde728ac7e3123751b28fdb14e531256eb8d733b63e479ac83, '', 0, '?'),
(0x45b710641dad95859ced5a45c15aba77, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png', 1, 0x00000000000000000000000000000000, 0xd699723af8436eba22b885328314bd55, 0xd1b0c5e4ce32a3f14e04665aa892037aa0ecc29d9544deafcc873572e626644a, '', 0, '?'),
(0x4cec158dcf9600f71d7918221e50edcd, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png', 1, 0x00000000000000000000000000000000, 0x5e93533bf9087857a8369c2d27467633, 0xfeb35d5dfea555b9d3c5fac75bdb3075b36f54fd7f5c50fdf5ba958f6e9a9f1b, '', 0, '?'),
(0x453c56363bb44ea2814ba95fb36c536b, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_222222_256x240.png', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_222222_256x240.png', 1, 0x00000000000000000000000000000000, 0x23aca9c182696db96ff9ee5bf9601461, 0xcd7b9945be72b2a0a7b9fcad8565bde4f96094abd199b450d0d6cb8a38ef5980, '', 0, '?'),
(0x5e449e569d041fe590e1d5216f90242b, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_2e83ff_256x240.png', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_2e83ff_256x240.png', 1, 0x00000000000000000000000000000000, 0xdb3b908bd060c6f278fde9e11b3b94e3, 0x36843420dbd063dad528b02747bef246bc888026ed555d62402215b104db5630, '', 0, '?'),
(0x0aabf535e216f93dbc494b94267bef50, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_454545_256x240.png', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_454545_256x240.png', 1, 0x00000000000000000000000000000000, 0x5c3ba680cc34cd9b30855c180474a152, 0x4b50adcbd1a2fff5d62a65aba33e4091502a0ed9338cbac2ff8202fb1c964fc1, '', 0, '?'),
(0x46f4382a22dab9fe70456d96262de66a, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_888888_256x240.png', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_888888_256x240.png', 1, 0x00000000000000000000000000000000, 0xcf9c28612e00f36e9c312da7689ab3b0, 0xb06e8422b958aaaccd825c65f08066676ed70340dacf0bd2f1d648727a9bf45e, '', 0, '?'),
(0x182b4749ba045d246e96a86f910e52b0, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_cd0a0a_256x240.png', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_cd0a0a_256x240.png', 1, 0x00000000000000000000000000000000, 0xa6a39c47239fcdbbe6e1d5bfaa7adac3, 0x5c92c68ec4c71da4c88ba2257e9736eba1cf289bbfe78e3ebf025435eaafae89, '', 0, '?'),
(0xc44c39d4944cea4d55c229aa4d8f19d9, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/jquery-ui.css', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/jquery-ui.css', 1, 0x00000000000000000000000000000000, 0xbf051f24690699bc2665ef6e4d7487a7, 0xf4ef70cb99e1318074708592e7615845f0106cd7984c9758d0b4ac8c28d886df, '', 0, '?'),
(0x73a1ce324b0a9ab06cc6469eaa752f47, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/jquery-ui.min.css', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/jquery-ui.min.css', 1, 0x00000000000000000000000000000000, 0x3c2a865c832a1322285c55c6ed99abb2, 0x04552cfd5b50557f8b8f926cf2bf6f7373bfda3d1fb35ca2ab8324d08d658f9d, '', 0, '?'),
(0x9854f1616b15a70d89f71e38306f2cc2, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/theme.css', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/theme.css', 1, 0x00000000000000000000000000000000, 0xe4327912458100faa111dbe7bd75f4d9, 0x193866ea58b5b9c46c18ac360fc428eb41860a13152d92a91bea4f3f38979698, '', 0, '?'),
(0x9aec294bd7571626270b45a0b6462594, 'wp-content/plugins/contact-form-7/includes/l10n.php', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/l10n.php', 1, 0x00000000000000000000000000000000, 0xef7d59c32a7eb10121154600c719e647, 0x62ba384e213b32a8c6349c0f4653c39d314c04e14ab3e912f8e34a46f2b75a20, '', 0, '?'),
(0xa495a78587c058106fed80ed7eaa5f6b, 'wp-content/plugins/contact-form-7/includes/mail.php', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/mail.php', 1, 0x00000000000000000000000000000000, 0x5b9bf0627c4e2ea4d7e7933351598eaa, 0xf29381f185b8aa8e9100287b848b74c11da9636c59867778ddafa2806edcbe09, '', 0, '?'),
(0xed3417ee3ab913d2cd6a3b463fb5f52e, 'wp-content/plugins/contact-form-7/includes/pipe.php', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/pipe.php', 1, 0x00000000000000000000000000000000, 0x00bfc6d0de00faf9a22cae6d9ddde363, 0x408c4f5a8d61950ff74e17aaf764efb9074df037c9d3a78bbde14f293df3f0af, '', 0, '?'),
(0xcf7e461ca7a374c41d8c67fe9b72faae, 'wp-content/plugins/contact-form-7/includes/rest-api.php', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/rest-api.php', 1, 0x00000000000000000000000000000000, 0xda793889fe748567f98034169b1d9b2b, 0xf0265a4699b121a34a5bdc5589e347be58edb8e74a82b0c8478a300673e81d85, '', 0, '?'),
(0xbcb94475f7844b8e4206d40b4c6ba397, 'wp-content/plugins/contact-form-7/includes/shortcodes.php', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/shortcodes.php', 1, 0x00000000000000000000000000000000, 0x3b54e1fddc5a79593e34d04da072e856, 0xd2ff0a1455948c7c191971af2f52e4c3bf56847115d3346a42062ddc8f687e29, '', 0, '?'),
(0x191797acb532a456bb178d834af4dc8c, 'wp-content/plugins/contact-form-7/includes/special-mail-tags.php', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/special-mail-tags.php', 1, 0x00000000000000000000000000000000, 0x239055e71d2e5759cca9f85c9c60a069, 0xa637290175461ac43f060bcdadf17210add22554db2a3b6922adcecc695030c6, '', 0, '?'),
(0xa53f89634b6c7da7f66735e1b490b0cc, 'wp-content/plugins/contact-form-7/includes/submission.php', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/submission.php', 1, 0x00000000000000000000000000000000, 0x67fcbeaeb3ae16787399392d195fc47a, 0xddf1aa66c604b2d21edcbfe90cde8c96d5890b4db59c0da86020abc8fb53e75b, '', 0, '?'),
(0xa94b3664b1eb73e88f9e859ee8e8ec3d, 'wp-content/plugins/contact-form-7/includes/swv/rules/date.php', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/swv/rules/date.php', 1, 0x00000000000000000000000000000000, 0xa5eb56444cb07e0b8a54c33c8cf9d73d, 0x0b5343f2f02b3a49e2e9932b6de354938d42760aa236097b565c767e2ff66073, '', 0, '?'),
(0x0eb85eabaa8a644690ad358e7a27257f, 'wp-content/plugins/contact-form-7/includes/swv/rules/email.php', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/swv/rules/email.php', 1, 0x00000000000000000000000000000000, 0xcd584a05e7557117f6be11f8402e61c7, 0x43686382c71a2e557e38b748fab817103f2fb390a46711325c7fc2f2aa5fc399, '', 0, '?'),
(0x6e99ff510b8576ffa0a53fb8487c85c7, 'wp-content/plugins/contact-form-7/includes/swv/rules/file.php', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/swv/rules/file.php', 1, 0x00000000000000000000000000000000, 0x377dfe307f000591dda1444d3272abec, 0x9e09ed4201a6a21426abac10b0e66fe3763b5b7f1eb79f7657a8502501b70581, '', 0, '?'),
(0x1f6bc0c4b47270e54bdd7588771f0d20, 'wp-content/plugins/contact-form-7/includes/swv/rules/maxdate.php', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/swv/rules/maxdate.php', 1, 0x00000000000000000000000000000000, 0x838c172e1027de2cbb3486ac4610641b, 0x7f7282ead67d07b2b6118ef836cc41fbe42a23cdeaefe212aaaf66276eb9cca3, '', 0, '?'),
(0x0916472d2fe57cf3e9f217e3e79b69c0, 'wp-content/plugins/contact-form-7/includes/swv/rules/maxfilesize.php', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/swv/rules/maxfilesize.php', 1, 0x00000000000000000000000000000000, 0x14e3a680c58cfdd2e18ab988dfe93ece, 0x8ce4b9a538f6e8b8495c2de226c42a1d208a393d1a8572a7371fa149464d4ca8, '', 0, '?'),
(0x63f99cbe1363081d109cd47189417077, 'wp-content/plugins/contact-form-7/includes/swv/rules/maxlength.php', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/swv/rules/maxlength.php', 1, 0x00000000000000000000000000000000, 0xf95c491f36d88fb0312be64033a35581, 0x0944dac27046d3377da5731fd7ba31c2b26cec3659a81bc9843bc01b90a83674, '', 0, '?'),
(0xe6942350be6b856b0c388069a363f9e3, 'wp-content/plugins/contact-form-7/includes/swv/rules/maxnumber.php', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/swv/rules/maxnumber.php', 1, 0x00000000000000000000000000000000, 0x0afd2cd38c56ff1136368e37216a9c40, 0x692551eec2d98cb9ca51250235ae2466449a9d6f25501b5a59be2bec9ee02209, '', 0, '?'),
(0x326b3e517f2ccb288fd1a261d3fc0c44, 'wp-content/plugins/contact-form-7/includes/swv/rules/mindate.php', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/swv/rules/mindate.php', 1, 0x00000000000000000000000000000000, 0x606626f5e0cbb3e81da61f162ac9a008, 0x950fec7c84869b0974da5ee3747c113a275eaa39e3cdefac77e68947bcdbdd54, '', 0, '?'),
(0x8a47b092bccffb47e51dc243cf2c97a1, 'wp-content/plugins/contact-form-7/includes/swv/rules/minlength.php', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/swv/rules/minlength.php', 1, 0x00000000000000000000000000000000, 0xb7879205b30e6167a3b63053dbac712d, 0xb3c52e14fa57ab0b4e82f10f2b43f7b0bec0e61459d41622a94964abe201dd88, '', 0, '?'),
(0x4c86a98b4fd6dd2719349415fb98cd24, 'wp-content/plugins/contact-form-7/includes/swv/rules/minnumber.php', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/swv/rules/minnumber.php', 1, 0x00000000000000000000000000000000, 0x53a6d55885d4a7bb9f61621f50b1c760, 0xe8f9617e5dd1bbad1039be774cd10ae4284a091b90b98b89deb8d85b4e34f72e, '', 0, '?'),
(0x3f5aeb42b69d9d66b1d41b6bf806bb46, 'wp-content/plugins/contact-form-7/includes/swv/rules/number.php', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/swv/rules/number.php', 1, 0x00000000000000000000000000000000, 0xcae60a55c03736ff004f4586889f4351, 0x1e4be588274c6b34222e6c02b6095cb99b2f9b2b0218cacc04af838d19850775, '', 0, '?'),
(0x6aa88c972e291cfafe3fab2ffcc1cb7a, 'wp-content/plugins/contact-form-7/includes/swv/rules/required.php', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/swv/rules/required.php', 1, 0x00000000000000000000000000000000, 0xabf4d8707ccaf3675edc954f17643aed, 0x125d60ed9b30a20fb6da77e71875ee88a5b39ab4c66af317d62d87192a7e8e60, '', 0, '?'),
(0x9dba614b30312355137037e1fe3ec5c4, 'wp-content/plugins/contact-form-7/includes/swv/rules/requiredfile.php', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/swv/rules/requiredfile.php', 1, 0x00000000000000000000000000000000, 0xbb85b0208b1194cd414b301660a9bffe, 0x851fe7f1f5bbb785cbe80cd8d62aa96606ed12c73c764b21b5c55af272b9c7e7, '', 0, '?'),
(0xe88572c72e5c12ca0bb8dc740f47f28f, 'wp-content/plugins/contact-form-7/includes/swv/rules/tel.php', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/swv/rules/tel.php', 1, 0x00000000000000000000000000000000, 0x6381d9f90a179ea9fed6448eedd36e9f, 0xb7955e4e963f57ee49ff4071961e0c1554800b94ce4b50f7f2946d4f96e8b58e, '', 0, '?'),
(0x0256531f63e045f024e112ec4593ddc2, 'wp-content/plugins/contact-form-7/includes/swv/rules/url.php', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/swv/rules/url.php', 1, 0x00000000000000000000000000000000, 0x9486019ce89b34fff73a96fe3d648010, 0x2a71d65333ab5912f353d757eaeb3188346d848006f883e4b302e119a5694eb5, '', 0, '?'),
(0xfff6616892640e65042e776c9c4368d4, 'wp-content/plugins/contact-form-7/includes/swv/schema-holder.php', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/swv/schema-holder.php', 1, 0x00000000000000000000000000000000, 0xb86ddc60099aa30580d073743adf2315, 0xb3daccb8e012ba940e167d75a23752fdde43f8f0050e85fb0576746b8ea3ed02, '', 0, '?'),
(0x2a860aa91b4e600d5373335e03d35f7a, 'wp-content/plugins/contact-form-7/includes/swv/swv.php', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/swv/swv.php', 1, 0x00000000000000000000000000000000, 0xcf6b85868bda8785afc94b1165e6e94d, 0xc95ce3ded9989ad00a905acd5a3dcb5c40ee25a29051762379dad488de736820, '', 0, '?'),
(0xd10070abef5747b10d7d5e0db6cd844c, 'wp-content/plugins/contact-form-7/includes/upgrade.php', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/upgrade.php', 1, 0x00000000000000000000000000000000, 0x4e9cf15b325951e4dda396d41fb71b64, 0x31b6a714f7c2f1449c7651b23543af86b3ae1414230b1d08bcaab1dd420fd823, '', 0, '?'),
(0x5fb31fed743940b2205f290c4a3d5fc4, 'wp-content/plugins/contact-form-7/includes/validation-functions.php', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/validation-functions.php', 1, 0x00000000000000000000000000000000, 0x0302dc26b6c6a3f52f691056e4c337e9, 0x768d82955f1cd95c47b1fa7debccaaece2f6e3c8a15fe73a4cede30dddbf711b, '', 0, '?'),
(0x1320b3cc0caee42ef867fa86f37702e5, 'wp-content/plugins/contact-form-7/includes/validation.php', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/validation.php', 1, 0x00000000000000000000000000000000, 0xd55e08a56b555b50ff85d3a5ee83714c, 0xff22509be9f87c44f146b481aa9a6814c311a58331e7f67568e9f3cf0dac23ff, '', 0, '?'),
(0xc1f7eb144ee2931b4fc6d254f0294548, 'wp-content/plugins/contact-form-7/languages/readme.txt', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/languages/readme.txt', 1, 0x00000000000000000000000000000000, 0x085954261a986f5e4705d4a8a3c8f47d, 0x1c4d9ee4e2ba4fe1af2801e70d4f0ed5765bb1e32f4642119541c33efc744377, '', 0, '?'),
(0xdd8bbc726e7da77ab90ce47727e91d08, 'wp-content/plugins/contact-form-7/license.txt', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/license.txt', 1, 0x00000000000000000000000000000000, 0x586a3825267eb66984b9d6e64b10e7b4, 0xeb9655c67da60e8ced7bfdc7f8098c08afb0879736ba272d999815b9550e5c83, '', 0, '?'),
(0x4d5e2eaffc8ca4c1c0f20268c811bec4, 'wp-content/plugins/contact-form-7/load.php', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/load.php', 1, 0x00000000000000000000000000000000, 0xc380a07a78828a899d82eb3324c5eab0, 0x02df1f7268a5334a854711a5a3407e746e945dde64e85cc853f8c6cdf11f3282, '', 0, '?'),
(0x8061c4c8046e46682023db88f58df1bc, 'wp-content/plugins/contact-form-7/modules/acceptance.php', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/modules/acceptance.php', 1, 0x00000000000000000000000000000000, 0x2aab4b437a67e03628978e4fca48e75c, 0x8707e0d2f978430d540cd053ff16dbc473fa920717d333d3dea8a38e49ae73c4, '', 0, '?'),
(0xecc6bfad8ef995e66fee8d46d76894e3, 'wp-content/plugins/contact-form-7/modules/akismet.php', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/modules/akismet.php', 1, 0x00000000000000000000000000000000, 0x77de65ff2f2186a3be6f22612dd04ea3, 0x876f0d623b3856e052e6bad82b80efe955ba042a86ae4c9af1e67a17dde5806d, '', 0, '?'),
(0x0d766bbd502dc8748db8479aa5a6486d, 'wp-content/plugins/contact-form-7/modules/checkbox.php', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/modules/checkbox.php', 1, 0x00000000000000000000000000000000, 0xbf3c4bf35c54cc001c3ca65b3548d700, 0xc74ed0e83673c78c3b7a6ffed903a970b430244ec162b5442487cf660e403335, '', 0, '?'),
(0xc32ff4408a004bb7350556af0af171ca, 'wp-content/plugins/contact-form-7/modules/constant-contact/constant-contact.php', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/modules/constant-contact/constant-contact.php', 1, 0x00000000000000000000000000000000, 0x29484d9724de364793a4b6a626cea598, 0x13ad6097a020e0efcbcefa1c98ee085c98bede17dc5c28f81be7daf716d16114, '', 0, '?'),
(0x13b55c7644c745c47c2c9b1f1178cdb1, 'wp-content/plugins/contact-form-7/modules/constant-contact/contact-form-properties.php', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/modules/constant-contact/contact-form-properties.php', 1, 0x00000000000000000000000000000000, 0xc7e7d6a1e7b36291603cf5ede9a6ee11, 0x27b5f9d5aa37b196c46d0ff806b6038c2fc59650eb91849c457a0d2c9cc5f2be, '', 0, '?'),
(0xca7e541c61326ca4cbd03ba136eb8a8c, 'wp-content/plugins/contact-form-7/modules/constant-contact/contact-post-request.php', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/modules/constant-contact/contact-post-request.php', 1, 0x00000000000000000000000000000000, 0x3235692f85df2b3a0af12bf822ef15a0, 0x0f4d94baef7522babb87c2bc17d10632060a424a16820d6dfc117722e1b2ce3f, '', 0, '?'),
(0xf204bbd9fa3ea8181c82064270f02f85, 'wp-content/plugins/contact-form-7/modules/constant-contact/doi.php', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/modules/constant-contact/doi.php', 1, 0x00000000000000000000000000000000, 0x54150609e9f41915090ba476def8d8bc, 0x31a2d5ce02796834d21ec2b9b08211272978bc676e51c58e88a95742316821eb, '', 0, '?'),
(0x74877d01937d649faf91c62fd82f7d65, 'wp-content/plugins/contact-form-7/modules/constant-contact/service.php', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/modules/constant-contact/service.php', 1, 0x00000000000000000000000000000000, 0x0e10fa14b0644cc73e79eaec60e13b63, 0x2e1b9afa3465dbf1b15836edde90ad3f3a341f00a4eef001d340e5445e1a8120, '', 0, '?'),
(0x28d02c005be637dd15cce812b9331b34, 'wp-content/plugins/contact-form-7/modules/count.php', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/modules/count.php', 1, 0x00000000000000000000000000000000, 0x045384dc9c497806904a4101404ae04b, 0xcfc1279f1fbb7d50adda236ce2330955b41e2622313ed6b5917e4478fab6bead, '', 0, '?'),
(0x0013df4075189ca59c3205b6ee58e7b6, 'wp-content/plugins/contact-form-7/modules/date.php', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/modules/date.php', 1, 0x00000000000000000000000000000000, 0x9604bb91557fd02e6e935c2971556e91, 0x5cefdd92a62a411587ff10461e63acbfbb811f7e46d246d83349a803cde6cb54, '', 0, '?'),
(0xcf3d1d1208eac68112ba798ee69fab01, 'wp-content/plugins/contact-form-7/modules/disallowed-list.php', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/modules/disallowed-list.php', 1, 0x00000000000000000000000000000000, 0xc14ebcfdf5be22340743e21c4e85d627, 0x83d95712b7deb481cbd7ec44728beb41f184e43eef317ae005efbab6e64ea232, '', 0, '?'),
(0x9fb24e695167eb7ac7a28583dfdf9a34, 'wp-content/plugins/contact-form-7/modules/doi-helper.php', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/modules/doi-helper.php', 1, 0x00000000000000000000000000000000, 0xd18854132bca414f076b116cfcd0aa55, 0x4df5178458d527495533d24d9a287927c497842c1c85c0da650759cb2916c8e3, '', 0, '?'),
(0x1214594945f9e25474324cd5181ee85d, 'wp-content/plugins/contact-form-7/modules/file.php', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/modules/file.php', 1, 0x00000000000000000000000000000000, 0x184c4ba25c756736c8ab18012b3ea5f8, 0x1ed10371c5eccf30ed2d4eeefc644f4c89aba397af6f3270ed9e98125841116e, '', 0, '?'),
(0x7802f33ed31c9de6455cb095513b9a5c, 'wp-content/plugins/contact-form-7/modules/flamingo.php', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/modules/flamingo.php', 1, 0x00000000000000000000000000000000, 0x83a2a20ebcb904cebb118ccb54e55e8e, 0xbd4e241ecc139560f1f5dee953240a1149d575b25ec111d8af587dad48f4df30, '', 0, '?'),
(0x21f54281d8031a6c218c5a7f301496e6, 'wp-content/plugins/contact-form-7/modules/hidden.php', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/modules/hidden.php', 1, 0x00000000000000000000000000000000, 0xd9d941387c19293661fa62d7d8dd0c0d, 0x886139e696b79278e29e838b8ce7a01390bac5e5ea9798ca17a5ffcbdf3d6d5f, '', 0, '?'),
(0xb53d976664b85cd38276ba01e288fae2, 'wp-content/plugins/contact-form-7/modules/listo.php', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/modules/listo.php', 1, 0x00000000000000000000000000000000, 0xc185874ed6cd1800c2e1871829b2eb7b, 0xd388aa210b74fe2f0f29066c705a847cd7e3fd3b6ecb8408c06214538313eea2, '', 0, '?'),
(0x6b09bba7da3ced992847da77f4db1682, 'wp-content/plugins/contact-form-7/modules/number.php', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/modules/number.php', 1, 0x00000000000000000000000000000000, 0x5f4bafcee8246ae4729a96081ed2c46a, 0x1e4a4c353bc53357b81cfab1962bc179d480db90d26cd462a3f453b25ded79bb, '', 0, '?'),
(0xc345858a65e4225e16b8fa7a54ee89c7, 'wp-content/plugins/contact-form-7/modules/quiz.php', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/modules/quiz.php', 1, 0x00000000000000000000000000000000, 0xee21744f7e7e5788c800615d05fb6768, 0x456789f108ea36ae3ce39bd242ea27a8173fcd49726bdeaf5d62aa8d5c84f58b, '', 0, '?'),
(0x2383c9b4a5aa2e0aef497c2bf2c9bce8, 'wp-content/plugins/contact-form-7/modules/really-simple-captcha.php', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/modules/really-simple-captcha.php', 1, 0x00000000000000000000000000000000, 0xb5002a79fa64a2042cf6abcf5c4d2589, 0x9cebd7f45f81816f1184437f1e0a5bff059ab26874cb9db65579f9c574bada62, '', 0, '?'),
(0xbc3deaa2a3b2259cf8ceef1b9d69bfb7, 'wp-content/plugins/contact-form-7/modules/recaptcha/index.js', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/modules/recaptcha/index.js', 1, 0x00000000000000000000000000000000, 0x6a0e8318d42803736d2fafcc12238026, 0xc996b9867176d3e0d3ab05821a279b9b9034b2bf2b1f997f5da8c44c349a4dc8, '', 0, '?'),
(0xee1726bf380e667a5aac670599abbc53, 'wp-content/plugins/contact-form-7/modules/recaptcha/recaptcha.php', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/modules/recaptcha/recaptcha.php', 1, 0x00000000000000000000000000000000, 0x0ce2b928668a7595b5c7b52eb59bd0a6, 0xf2b348d7d3d5bc6a7a8cddbe974a67fc821e044464cb75d4e6227366e7ecce27, '', 0, '?'),
(0x78e014e4003e7434186e3ebe4c9301ba, 'wp-content/plugins/contact-form-7/modules/recaptcha/service.php', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/modules/recaptcha/service.php', 1, 0x00000000000000000000000000000000, 0x2ba00ae3993e8fdc59ff8a082a93e1a0, 0x91e7fb246bcf345beec00a39c02ccbadeb6f425f1f6578d91cc2c2b303d98fae, '', 0, '?'),
(0x5c0af13b3ac649d122ef40ef4f68c915, 'wp-content/plugins/contact-form-7/modules/response.php', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/modules/response.php', 1, 0x00000000000000000000000000000000, 0x61d9a48d40eff7572be9582acf31a9f4, 0xbdf8399e480ad4200736bc98996d6085f1a3cf4de6e4764caecfce1fab209cbf, '', 0, '?'),
(0xddba243b6bd9c24a95098f61806c31a3, 'wp-content/plugins/contact-form-7/modules/select.php', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/modules/select.php', 1, 0x00000000000000000000000000000000, 0x7c28741e62ad4490a518e11188150501, 0x8e1023bb2f3bb646c14efd773158183557d05d6eddcd8e123ce26bd400f8e95f, '', 0, '?'),
(0xb7b4e37e3b7335acae838157426d4556, 'wp-content/plugins/contact-form-7/modules/sendinblue/contact-form-properties.php', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/modules/sendinblue/contact-form-properties.php', 1, 0x00000000000000000000000000000000, 0x39f65658b98be6e097dbb744c38389b5, 0x45bfd14cd8f8251903388a5b8e896d69a0e8cba3d269a296a98fbf63442e6356, '', 0, '?'),
(0x314ea12d4d64991defa2dc4430f09de7, 'wp-content/plugins/contact-form-7/modules/sendinblue/doi.php', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/modules/sendinblue/doi.php', 1, 0x00000000000000000000000000000000, 0x1b4add560d9584614d8b228ef19a8a4b, 0x48679d95ff9cbfaa0efa44fc4d99ef5ff8684889cbd988ff2c69591cc96aa9ae, '', 0, '?'),
(0x24987a86aceee3f2a35109ef79afbf16, 'wp-content/plugins/contact-form-7/modules/sendinblue/sendinblue.php', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/modules/sendinblue/sendinblue.php', 1, 0x00000000000000000000000000000000, 0xa23cf6479344a27f311fbb9b52628754, 0x8b88b227676b832e1169b76911589044e8c7e1faedc5fbbc06419727aaf5d198, '', 0, '?'),
(0xcd7fa54d546276f13ead0b934c0e187e, 'wp-content/plugins/contact-form-7/modules/sendinblue/service.php', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/modules/sendinblue/service.php', 1, 0x00000000000000000000000000000000, 0x273763af4cf78f46b9d1aa89e1777e74, 0x2e005d6bcca18b07c178c1d4d3c758a2f6a0216ad180b8114494014388483b4a, '', 0, '?'),
(0xde805b31318e62428363de0b2196a3e8, 'wp-content/plugins/contact-form-7/modules/stripe/api.php', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/modules/stripe/api.php', 1, 0x00000000000000000000000000000000, 0x998d44e074adbd06310292b713294640, 0x37746e3352fda9ed2702c27cf1c7118327c0466a136f13a5f37b05b6fc2ba9ec, '', 0, '?'),
(0x8655198ab2a1d6f968a435b59a28f51a, 'wp-content/plugins/contact-form-7/modules/stripe/index.js', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/modules/stripe/index.js', 1, 0x00000000000000000000000000000000, 0x2dea7bec98383ccf26b12178ff23cb27, 0xa2e5d2b73b32eb3ded6bd3883dba3f006938bebd317145ecd8a87a86397180fc, '', 0, '?'),
(0x9ef7ced4895384d6b7332a0068f28c61, 'wp-content/plugins/contact-form-7/modules/stripe/service.php', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/modules/stripe/service.php', 1, 0x00000000000000000000000000000000, 0x918217a3328652a9eaead17b435950cb, 0x7e181898279d740d8932435c11410a60fc3f63825855aa2244d3d6a651658e05, '', 0, '?'),
(0xf9f77a819ba94d6a60e5b7822a0f1bb5, 'wp-content/plugins/contact-form-7/modules/stripe/stripe.php', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/modules/stripe/stripe.php', 1, 0x00000000000000000000000000000000, 0x7522e06ef08adb1722ce6906ea2adb6c, 0xbd49bc555c13225720abdc35b229b5528a51487a763928f695612c9875009161, '', 0, '?'),
(0xfcc88cd55ce66dc27b92594b1989f14d, 'wp-content/plugins/contact-form-7/modules/stripe/style.css', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/modules/stripe/style.css', 1, 0x00000000000000000000000000000000, 0xf6e4fa8d13745ebcdea70e338ac9eb4d, 0x3d83ecd5ac3880dd78292ff3df93f5997d9ca007c20cd1bbc17a4018f641b117, '', 0, '?'),
(0x4a3ff8ab34ad598b9568890b65213e4f, 'wp-content/plugins/contact-form-7/modules/submit.php', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/modules/submit.php', 1, 0x00000000000000000000000000000000, 0x89d475dfae73d4461fe15791fb01cc4b, 0x72d6c9b0b4ec9e4b45839fb972a46dd0f03c2a113d082f6e16215c7d3d952599, '', 0, '?'),
(0x1b62c7084e3dbfb010a82cc0c653ede0, 'wp-content/plugins/contact-form-7/modules/text.php', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/modules/text.php', 1, 0x00000000000000000000000000000000, 0xd180b9147c006c555c8c9e24b1d01be3, 0xfd6a8b3a6d56b9749b9ad1cc865b5e645c45f8b48c611d0df5db412042a32aa9, '', 0, '?'),
(0xfd72b022b72da500a04598770289a258, 'wp-content/plugins/contact-form-7/modules/textarea.php', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/modules/textarea.php', 1, 0x00000000000000000000000000000000, 0x89624799aebca0bd49e1cb9de4a21d40, 0xbc15651d817653b10bde5cd8ab23858b98addbca16bc412829b4a8b0a2bc003e, '', 0, '?'),
(0xa4a18318366f38188a86a54e0c6f4c3b, 'wp-content/plugins/contact-form-7/readme.txt', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/readme.txt', 1, 0x00000000000000000000000000000000, 0xf67ecf32ae69cd9e05dd9863d1a491da, 0x3b7e25cdcb9b64c8adde075c4ee6e67e95370aabf25296d78e29c800ee5340d1, '', 0, '?'),
(0x0de2afc2b6324f93de328187fa26a640, 'wp-content/plugins/contact-form-7/uninstall.php', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/uninstall.php', 1, 0x00000000000000000000000000000000, 0xc4d603e0048dda783296fbf17630c90d, 0x98cc015d11b690fab8ee8e43af156016a3cc2714e0f5f9d4c5a65135269866f8, '', 0, '?'),
(0x6b4e98eb286cab5a669d8445224c6dc9, 'wp-content/plugins/contact-form-7/wp-contact-form-7.php', '/home/www/iamctv.com/wp-content/plugins/contact-form-7/wp-contact-form-7.php', 1, 0x00000000000000000000000000000000, 0xd012efbdc1777aefdb5662d0fa72e4e7, 0x9da6b76fb02c34ec849dd9a129cbb88a50223178e1d10014ef00db315a2a3546, '', 0, '?'),
(0x526c36d9e9099c4f89c4c66a37958236, 'wp-content/plugins/everest-forms/assets/allowed_tags/allowed_tags.json', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/allowed_tags/allowed_tags.json', 1, 0x00000000000000000000000000000000, 0x1ec2f79f6a35a254aa830a8431f76647, 0xde381c877b14b15eece6dfff967873ce564993ef640299f2236301ca0d3e2411, '', 0, '?'),
(0x39995741786d7a04299a58b2db02277f, 'wp-content/plugins/everest-forms/assets/css/_animation.scss', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/_animation.scss', 1, 0x00000000000000000000000000000000, 0x5fd0c39253f48332c824ab9a830cd17e, 0x516ca18ff66241b97d229ee3a97977d5a0bcc90288d9ae16673f68ab531ac952, '', 0, '?'),
(0xf56f2de89bda33f25aba064a8ab375e7, 'wp-content/plugins/everest-forms/assets/css/_backbone.scss', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/_backbone.scss', 1, 0x00000000000000000000000000000000, 0x42f97027096625ea033d93419dd1a24c, 0xddb925cf78a4b69c2db895c769cc61817fbffecaa5910fd061d5c72432e2da08, '', 0, '?'),
(0x597c42895e96b9dc7b7b789dd7d47a1d, 'wp-content/plugins/everest-forms/assets/css/_clearings.scss', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/_clearings.scss', 1, 0x00000000000000000000000000000000, 0xf23ad36de2dd17ee71e78e989d9244bf, 0x386fa185b6a7985e36c8bb8500f535cfc6e1968309ed1982feaabc9ad2d2a6f9, '', 0, '?'),
(0xce42b295455dc7872f99736a6a683d05, 'wp-content/plugins/everest-forms/assets/css/_colors.scss', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/_colors.scss', 1, 0x00000000000000000000000000000000, 0x0723a37a1787f8496ad68fcb41e67853, 0x02a5c825c335834d7b955619d8832874ed88f2a56185d17f6349d7a86d43263b, '', 0, '?'),
(0xae05b6b105119869058b7fd9dc898e7c, 'wp-content/plugins/everest-forms/assets/css/_confirm.scss', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/_confirm.scss', 1, 0x00000000000000000000000000000000, 0xb0681b652403a2480a2d3d66be2d599b, 0xc8932a849a41df5ac098fbc692653d11088d36dda6d49d398fa6de6ff026ae8f, '', 0, '?'),
(0xc0388d2b797efeef821a002edecbb507, 'wp-content/plugins/everest-forms/assets/css/_containers.scss', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/_containers.scss', 1, 0x00000000000000000000000000000000, 0x9e28660c22a420c40c5a45c33f566060, 0x866320f88f88608cd65f1cf3ad84d8a3bb8f74d28e5d733dafebd9c813aa76db, '', 0, '?'),
(0x5d21f7352c48129fc64fbf80ddccfd4b, 'wp-content/plugins/everest-forms/assets/css/_fonts.scss', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/_fonts.scss', 1, 0x00000000000000000000000000000000, 0x7831bf472721f8a8c33f8bc09d407e11, 0x6e6b288cd4b7cc00ffb5c7396b308d3fb5b5222f0a0ad40bf7a8555b52f8cddd, '', 0, '?'),
(0x67df9c564f9a75a35436c3edb47c3fe4, 'wp-content/plugins/everest-forms/assets/css/_grid.scss', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/_grid.scss', 1, 0x00000000000000000000000000000000, 0x4e0f0e34f21c0bcd1944560b12edfd75, 0x7f125997f5b530c7ff43971cceca94ac19b81b0209e8d24f4d14c46fc3bac82f, '', 0, '?'),
(0xa613d0096a9e6a3098ea91770218d5a5, 'wp-content/plugins/everest-forms/assets/css/activation-rtl.css', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/activation-rtl.css', 1, 0x00000000000000000000000000000000, 0x98750eef4e5c3c1184dc8bde4a7541cc, 0x022912e495dad0bb746d679111048da57c027ce944c4c4413dfbe92f18dd5144, '', 0, '?'),
(0x9faa6ea8e362f4b9e0d7b350bb699547, 'wp-content/plugins/everest-forms/assets/css/activation.css', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/activation.css', 1, 0x00000000000000000000000000000000, 0xfc28cbe9f4ba0272be996214456524e9, 0xd4cbb93957954cef254d7592d61275ffd2836416942264139817c2fc633da55b, '', 0, '?'),
(0x6c1f12d25951b9919bf7ec48ac6c977d, 'wp-content/plugins/everest-forms/assets/css/activation.css.map', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/activation.css.map', 1, 0x00000000000000000000000000000000, 0xfc33b7882d09612c669bd739ddc36ad0, 0x02d4098b88a3fb970273790a2d58d0da1d4295cbad1949a1d3196cf32346e042, '', 0, '?'),
(0x84aa6f4654c803a132565ecb13a81dfe, 'wp-content/plugins/everest-forms/assets/css/activation.scss', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/activation.scss', 1, 0x00000000000000000000000000000000, 0xcd904028452ff29aa5419d4a9bfe11b2, 0x18cd6c323632e513c9e7c1042c3c282a0ea9f2183364d369f610b7b0a9f1e785, '', 0, '?'),
(0x6975f884ec48f98c38df90db852b585a, 'wp-content/plugins/everest-forms/assets/css/admin-rtl.css', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/admin-rtl.css', 1, 0x00000000000000000000000000000000, 0xdf675f0497de9f9c31f5a17e5190cd41, 0x5768711232b6b8178e446d8838b43ef79e80400504a482b992420dc572e9abe3, '', 0, '?'),
(0xe849cdde841369b1760c57f39cf13566, 'wp-content/plugins/everest-forms/assets/css/admin.css', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/admin.css', 1, 0x00000000000000000000000000000000, 0xa55aa6c46f1cb2d2766244070d8bd9c7, 0x114e5bc2c6d6177a8ff232d020d0d2b4395cb99b5340e26c87bce41a440f6293, '', 0, '?'),
(0xb46d08c1182cc08fda4409dc30f54ed6, 'wp-content/plugins/everest-forms/assets/css/admin.css.map', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/admin.css.map', 1, 0x00000000000000000000000000000000, 0x1b336651fe803f7b1e05149e75315c5e, 0x19cadfcc529a80ddcf7ae1153c4dec026b32899e73c812b36d1e91318fa317b6, '', 0, '?'),
(0x35ffef3713f8e16323b22c3e53cd3561, 'wp-content/plugins/everest-forms/assets/css/admin.scss', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/admin.scss', 1, 0x00000000000000000000000000000000, 0x4e9180c962274c881942b0adb3dfcf35, 0x5b7a2b489c722d276c6d29f739a4d33117e5fd32be4fad919a40e132c2344ae8, '', 0, '?'),
(0x057c215fa34ba839ff7bc3bae01cb992, 'wp-content/plugins/everest-forms/assets/css/components/_badge.scss', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/components/_badge.scss', 1, 0x00000000000000000000000000000000, 0x835cc102d6929cf7a49c3a366ef6203a, 0xf4ec9ce1e8aa45b23974fad136550e61eee60b9e49ac80a0cc62bd75b720e200, '', 0, '?'),
(0x65e7e2684c7901ad64990cda58ea5b01, 'wp-content/plugins/everest-forms/assets/css/components/_buttons.scss', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/components/_buttons.scss', 1, 0x00000000000000000000000000000000, 0x2e76afbe4b7e72f99356db3678aebe5a, 0x596a26717bdfcab05ea45eb041111e1dafb3fa3abd9fb95ac9a1bd771c31e9f2, '', 0, '?'),
(0xc5426009916659d80bff0d134c7965c6, 'wp-content/plugins/everest-forms/assets/css/components/_card.scss', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/components/_card.scss', 1, 0x00000000000000000000000000000000, 0x6251954464ad922034aa7e046e4dc4b3, 0x7022739ac9044f22c0a2c22c46c67dd139622f42eb87823ef825883ead9043a9, '', 0, '?'),
(0xbe5a49eab16a3958c4a20f3bd2530106, 'wp-content/plugins/everest-forms/assets/css/components/_forms.scss', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/components/_forms.scss', 1, 0x00000000000000000000000000000000, 0x822c097870654cedd05719dba69f64f1, 0x98ee7ca03dea5ce615515d62b044e8330c080940ae5a20d0c069f04c4a14cf1e, '', 0, '?'),
(0xe30867cdd413a566cb16cf6546a8cb05, 'wp-content/plugins/everest-forms/assets/css/components/_table.scss', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/components/_table.scss', 1, 0x00000000000000000000000000000000, 0x5b14d41da49e3ab2a710307bef1afb84, 0xa4f6b1022f9ed2891e91521a5a26f1d119265e7829d9e2bba97d6962240143ac, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xb2c0ec61d9f261e644d5c2072ae66302, 'wp-content/plugins/everest-forms/assets/css/everest-forms-rtl.css', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/everest-forms-rtl.css', 1, 0x00000000000000000000000000000000, 0x82ee86e74698dbf4095009c92cdb7419, 0x215ff3015f849e58b1560a130899e426a24d8edf44a2d810906231105b23591a, '', 0, '?'),
(0x9e7f4d4a0907ae8a8fe591da1d04c976, 'wp-content/plugins/everest-forms/assets/css/everest-forms.css', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/everest-forms.css', 1, 0x00000000000000000000000000000000, 0x74ac09caad39e674db1a8884c177e44c, 0x0e9cb0140f2696864c79426a1fd0cb3b79c0c8ca1f8c11d336813d604835f8cd, '', 0, '?'),
(0x041627846f86def2bd1b81a53fef9672, 'wp-content/plugins/everest-forms/assets/css/everest-forms.css.map', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/everest-forms.css.map', 1, 0x00000000000000000000000000000000, 0x517910895a99479166ac2f54e0e38f36, 0x1eed4371190791485d323dc780ca358d49ca2685dc03afaa43e40e9c53d7b4b6, '', 0, '?'),
(0xf6faab5598a9fbc600070283c2e46b82, 'wp-content/plugins/everest-forms/assets/css/everest-forms.scss', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/everest-forms.scss', 1, 0x00000000000000000000000000000000, 0x74d91dfa16afd3cda4bee5885df912a1, 0xd09c4d7bb5d99056348a543d55150ab23932854e7b029f4491860b4b09237a15, '', 0, '?'),
(0xe19a698e231bd8e8e3da46be7ab03cc7, 'wp-content/plugins/everest-forms/assets/css/flatpickr-rtl.css', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/flatpickr-rtl.css', 1, 0x00000000000000000000000000000000, 0xc95060dc328bbaa14248fdca48e80b95, 0x56ea589d8be6a232c8247322829cb5c2dc274b12c82f9706c25bccbeb6124ccd, '', 0, '?'),
(0x10249cbe9de9b565d36b624878bcf021, 'wp-content/plugins/everest-forms/assets/css/flatpickr.css', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/flatpickr.css', 1, 0x00000000000000000000000000000000, 0x8e30f992782e0c9270d6e733f2eecc90, 0xe7e42b9eafb3e0ae70482647d12ded01c4e02516e331d332fcae60ec746c6bbf, '', 0, '?'),
(0x79273eebbcc0509b5baf4b90be2bad78, 'wp-content/plugins/everest-forms/assets/css/flatpickr.css.map', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/flatpickr.css.map', 1, 0x00000000000000000000000000000000, 0x8b38f92e297432a97c065d9f37686856, 0x6365af0073d7101a31a22da61efddbca9c334b1e9fcca39ddb7aab98f80a4ffd, '', 0, '?'),
(0xc6f01a53d5375c42ac0738fbcb84c5af, 'wp-content/plugins/everest-forms/assets/css/flatpickr.scss', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/flatpickr.scss', 1, 0x00000000000000000000000000000000, 0x8de73dd76d95611fadeac335d370ec3b, 0x52ee7dab63a96d40139e7fae2fd80610b68fa46514d91799f57bfdd5aa3c54db, '', 0, '?'),
(0xf07472fd90f9d604e8a3c07c9234eee2, 'wp-content/plugins/everest-forms/assets/css/jquery-confirm/jquery-confirm.min.css', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/jquery-confirm/jquery-confirm.min.css', 1, 0x00000000000000000000000000000000, 0x663eefdc7fa8099e86ab04cc56ca7042, 0x38f382fde2c95c5e357f54f1c3b9b69b53eb526089331fb88eb7d9d655328f38, '', 0, '?'),
(0xc7c5157a368e76d3acb97d48bbf333ba, 'wp-content/plugins/everest-forms/assets/css/jquery-ui/images/ui-bg_flat_0_aaaaaa_40x100.png', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/jquery-ui/images/ui-bg_flat_0_aaaaaa_40x100.png', 1, 0x00000000000000000000000000000000, 0xf1c9139c302c06eba35f80d270df834a, 0x4f4216973ad84de1d0e0b05420c727b1e8fcef1ffd1273545fd5cf7e5697ea88, '', 0, '?'),
(0x8c3056f1d671209b90ea2d4e19f7f010, 'wp-content/plugins/everest-forms/assets/css/jquery-ui/images/ui-bg_flat_75_ffffff_40x100.png', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/jquery-ui/images/ui-bg_flat_75_ffffff_40x100.png', 1, 0x00000000000000000000000000000000, 0x6d72a8ace00875f63948e4275a448b8a, 0x8b093ee2f01907bee890a4f90810f47b837d86fe66aaf27c1465aa31141c12ae, '', 0, '?'),
(0x9773d95e2bf48c6cd7b79de90f3c9b0d, 'wp-content/plugins/everest-forms/assets/css/jquery-ui/images/ui-bg_glass_55_fbf9ee_1x400.png', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/jquery-ui/images/ui-bg_glass_55_fbf9ee_1x400.png', 1, 0x00000000000000000000000000000000, 0x894f58dc6e96cc3ea762e8eb1c1dbe18, 0xd463e76df158a885b4e2ace7c6742056058150960f3e99d029d7690692be5d45, '', 0, '?'),
(0x12c1417b11e4baf314b01f33a9138eab, 'wp-content/plugins/everest-forms/assets/css/jquery-ui/images/ui-bg_glass_65_ffffff_1x400.png', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/jquery-ui/images/ui-bg_glass_65_ffffff_1x400.png', 1, 0x00000000000000000000000000000000, 0x317c32d920dde55e0d7993ef26c26134, 0xe75eb1f53d646967a660f8df629a011ee5ccd6faf932efa42b6e6b4f5dfd8110, '', 0, '?'),
(0xc226b830cbd95a78186bb21990f21606, 'wp-content/plugins/everest-forms/assets/css/jquery-ui/images/ui-bg_glass_75_dadada_1x400.png', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/jquery-ui/images/ui-bg_glass_75_dadada_1x400.png', 1, 0x00000000000000000000000000000000, 0x852695ed5663946af61196f4aa324344, 0x582f4ccab96a599f459d42937874ba64b31bb6ce33f7eddfb662bdb7ad546ab3, '', 0, '?'),
(0x92c8175011447eabda0bedc2cb1bd3ee, 'wp-content/plugins/everest-forms/assets/css/jquery-ui/images/ui-bg_glass_75_e6e6e6_1x400.png', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/jquery-ui/images/ui-bg_glass_75_e6e6e6_1x400.png', 1, 0x00000000000000000000000000000000, 0x425d3c436c85c72e055820dba1c2e54d, 0xde0cdf2f4e2b852e6b3e12cbb35e4b6965d02e07147e1add7bde7a0ad9cb9540, '', 0, '?'),
(0x8c0266a0fac90d4067de80c3be1495ea, 'wp-content/plugins/everest-forms/assets/css/jquery-ui/images/ui-bg_glass_95_fef1ec_1x400.png', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/jquery-ui/images/ui-bg_glass_95_fef1ec_1x400.png', 1, 0x00000000000000000000000000000000, 0x6e7bffeeacf4f768b59d5a3bfaab3b4e, 0xcfff5bf3fa75aa473fd190c902ffe443e6b566f763441a0e819798dad38c9860, '', 0, '?'),
(0x3cad47d0b94ca2e19c2337ebb2f5b1df, 'wp-content/plugins/everest-forms/assets/css/jquery-ui/images/ui-bg_highlight-soft_75_cccccc_1x100.png', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/jquery-ui/images/ui-bg_highlight-soft_75_cccccc_1x100.png', 1, 0x00000000000000000000000000000000, 0x83a05b4d72d0ce6f8b7158d8a47157ea, 0x7d5bcb114b3bc7e2a7356cc0a8042dbebe5f885a4c34a94f9eebf115c2782fab, '', 0, '?'),
(0xe49dd35becb4112e7684cfb59cb4520d, 'wp-content/plugins/everest-forms/assets/css/jquery-ui/images/ui-icons_222222_256x240.png', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/jquery-ui/images/ui-icons_222222_256x240.png', 1, 0x00000000000000000000000000000000, 0x23aca9c182696db96ff9ee5bf9601461, 0xcd7b9945be72b2a0a7b9fcad8565bde4f96094abd199b450d0d6cb8a38ef5980, '', 0, '?'),
(0x29f92984429acf66dc85bd3c8082697c, 'wp-content/plugins/everest-forms/assets/css/jquery-ui/images/ui-icons_2e83ff_256x240.png', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/jquery-ui/images/ui-icons_2e83ff_256x240.png', 1, 0x00000000000000000000000000000000, 0xdb3b908bd060c6f278fde9e11b3b94e3, 0x36843420dbd063dad528b02747bef246bc888026ed555d62402215b104db5630, '', 0, '?'),
(0x405a0c0a28f56c3781991b0ceb411f20, 'wp-content/plugins/everest-forms/assets/css/jquery-ui/images/ui-icons_454545_256x240.png', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/jquery-ui/images/ui-icons_454545_256x240.png', 1, 0x00000000000000000000000000000000, 0x5c3ba680cc34cd9b30855c180474a152, 0x4b50adcbd1a2fff5d62a65aba33e4091502a0ed9338cbac2ff8202fb1c964fc1, '', 0, '?'),
(0x2d177f25bb2dd301c72d199f7bab4325, 'wp-content/plugins/everest-forms/assets/css/jquery-ui/images/ui-icons_888888_256x240.png', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/jquery-ui/images/ui-icons_888888_256x240.png', 1, 0x00000000000000000000000000000000, 0xcf9c28612e00f36e9c312da7689ab3b0, 0xb06e8422b958aaaccd825c65f08066676ed70340dacf0bd2f1d648727a9bf45e, '', 0, '?'),
(0x02f12da736789f57847c9f38c4415bba, 'wp-content/plugins/everest-forms/assets/css/jquery-ui/images/ui-icons_cd0a0a_256x240.png', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/jquery-ui/images/ui-icons_cd0a0a_256x240.png', 1, 0x00000000000000000000000000000000, 0xa6a39c47239fcdbbe6e1d5bfaa7adac3, 0x5c92c68ec4c71da4c88ba2257e9736eba1cf289bbfe78e3ebf025435eaafae89, '', 0, '?'),
(0x66d1bc5c1e7a2b7fdef098edb1ed60ed, 'wp-content/plugins/everest-forms/assets/css/jquery-ui/jquery-ui-rtl.css', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/jquery-ui/jquery-ui-rtl.css', 1, 0x00000000000000000000000000000000, 0x717c67e8aeaf3dfe286dd503866954b9, 0x2bee35cd71e5eceaf4168381bb075c4545971fffa954e9ef9815f7af876c62ec, '', 0, '?'),
(0x958a831baa116519185475824e60c57c, 'wp-content/plugins/everest-forms/assets/css/jquery-ui/jquery-ui.css', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/jquery-ui/jquery-ui.css', 1, 0x00000000000000000000000000000000, 0x3865be1b0919086521e046ff16b3429b, 0xf57ea339bf22d9a61b8fb16e9e4a98051812447bb1bb05544b89d4f77488a704, '', 0, '?'),
(0x3610cc3b9d2bc635cdcf6f2d63667bc9, 'wp-content/plugins/everest-forms/assets/css/jquery-ui/jquery-ui.min.css', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/jquery-ui/jquery-ui.min.css', 1, 0x00000000000000000000000000000000, 0x676104b17a44be6a4d99096cb8fddce7, 0x91eff65a5d474d9ced3179488651503cddba9828d79822f5dfcfd2d768c5a1bb, '', 0, '?'),
(0xf9d21bc8353615400f85da10c787cd61, 'wp-content/plugins/everest-forms/assets/css/menu-rtl.css', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/menu-rtl.css', 1, 0x00000000000000000000000000000000, 0x7b7da0308c0f387b6d530ac26d4ab3b5, 0xa9c5d28c7b286d81a333ce9ddfb023c03e3efd7f43c9b54ec0075bf8956908eb, '', 0, '?'),
(0xa32ac192dbc25c805f1c23b35d391c72, 'wp-content/plugins/everest-forms/assets/css/menu.css', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/menu.css', 1, 0x00000000000000000000000000000000, 0xde2c0de045ecd16f947c1dd7a02c8d49, 0xc91c9e88eb66945547a99b667317915c4c030571313c77a73e636de63b4aaceb, '', 0, '?'),
(0x10e339501bebd0a2924a8a0817ba2cb9, 'wp-content/plugins/everest-forms/assets/css/menu.css.map', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/menu.css.map', 1, 0x00000000000000000000000000000000, 0xdc250f4db660c7a4a8291a16b553453f, 0x41f75408df73167b1e0071f7d75a89ae111c31e070747294daf47cd970fa0b0e, '', 0, '?'),
(0x93f08aed34ad8426c19dbd471cc9f05c, 'wp-content/plugins/everest-forms/assets/css/menu.scss', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/menu.scss', 1, 0x00000000000000000000000000000000, 0x3a961be7dd8364ddce8d2e8f8b080fbb, 0xdbca5c6ffdd7a94c9fa4fe22c94f48d1ef1f102a4a10d19a324817e5cbd10eae, '', 0, '?'),
(0x0c853c67a3de5dd1ee51a506334c42d4, 'wp-content/plugins/everest-forms/assets/css/mixins/_breakpoints.scss', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/mixins/_breakpoints.scss', 1, 0x00000000000000000000000000000000, 0x3225505d5a1f5210a730278ca00b2925, 0x84c02c6d3ef59cac9a7b35c187ae81f6e90b779236d7664f1e9417e87b6e3ac0, '', 0, '?'),
(0x057ed57df57cee571456c7a69932c914, 'wp-content/plugins/everest-forms/assets/css/mixins/_grids.scss', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/mixins/_grids.scss', 1, 0x00000000000000000000000000000000, 0xfec437d51da17be28a3fe66fd99fc66c, 0xe49a22f0fde5ab6e1f5173c98c9fbeffaf4efce2bb089c414702818540ffbc8f, '', 0, '?'),
(0x2a9419e1af0a50e9522d8d228c54b6f9, 'wp-content/plugins/everest-forms/assets/css/mixins/_mixins.scss', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/mixins/_mixins.scss', 1, 0x00000000000000000000000000000000, 0x2b6440114141f616d0acdd99cbbc10f8, 0x921a4226f5f436a46570d33a27bf40e09bbb06e0532cf69a85204975091b31d2, '', 0, '?'),
(0xbd981791ef407ef927c3ec18f8da91f2, 'wp-content/plugins/everest-forms/assets/css/perfect-scrollbar/perfect-scrollbar.css', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/perfect-scrollbar/perfect-scrollbar.css', 1, 0x00000000000000000000000000000000, 0x6f36b1309fbbde634a5d54dd1734274a, 0xf08c6599e905216fdaa798dd0ee2d45202315382595c8c49834dd18b6bcb8d38, '', 0, '?'),
(0x14ace22589ec8180b8f4bd5dd9e50b96, 'wp-content/plugins/everest-forms/assets/css/select2-rtl.css', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/select2-rtl.css', 1, 0x00000000000000000000000000000000, 0xa8f5fd471cc9ed1cc2ed81244a26fbbf, 0xd21bca3d564fdd7eec413d709bc9f3018b502e51191f2a64ed7321f1cd43c2ad, '', 0, '?'),
(0x7cfba416608b619e5a9b048476f8640c, 'wp-content/plugins/everest-forms/assets/css/select2.css', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/select2.css', 1, 0x00000000000000000000000000000000, 0x15eba7b50d95157730faa463d867ebbc, 0x3bc25459ac6514471f85af9eeff63097845322a3f9bf54b0c0ad75981c97cf30, '', 0, '?'),
(0xa89ceae2f68cd60191fea73ada4eee88, 'wp-content/plugins/everest-forms/assets/css/select2.css.map', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/select2.css.map', 1, 0x00000000000000000000000000000000, 0x45e3aff3baa50a11f2522b2a852fe6b0, 0x20ba052f8f4fda367d74092a7fdc2cb693f830986b4f0274057fc4ca4f2bc1d2, '', 0, '?'),
(0x559504bf185e9e4d915dcb587936db55, 'wp-content/plugins/everest-forms/assets/css/select2.scss', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/select2.scss', 1, 0x00000000000000000000000000000000, 0x72eda06be34dba6fd0888bcf6d04f47a, 0x1d900e6f09ed3f39d0a88adc04a4a699e124c25d8b3a786851abc36e9e9b5ff5, '', 0, '?'),
(0x9122090238c1db9fc5c5089b4e140696, 'wp-content/plugins/everest-forms/assets/css/utility/_border.scss', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/utility/_border.scss', 1, 0x00000000000000000000000000000000, 0x9095cf2cb060a3f9fe457332731ce89c, 0x77b0f2e6a5a45f332abd1b6502ba1ba2776189ea8ce84505b2c5f8f181fb423c, '', 0, '?'),
(0x9011a4193d45b9489bda4c5153c1a4e6, 'wp-content/plugins/everest-forms/assets/css/utility/_display.scss', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/utility/_display.scss', 1, 0x00000000000000000000000000000000, 0x9da8222f8fe2c42230a8408208e50b1e, 0x1426e493a7565cd12d4574d9c116ce94e34dc6da500bc8e36348ab18f11ad4ca, '', 0, '?'),
(0xffb676edd318b3db2c3ec70da3855361, 'wp-content/plugins/everest-forms/assets/css/utility/_spacing.scss', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/utility/_spacing.scss', 1, 0x00000000000000000000000000000000, 0xa8878f6e83600197c7f4fa98a8d49c52, 0xa03d27629c9bdb4771699d10a154d2261b726eaa67336824be001165503050d4, '', 0, '?'),
(0x8fa68a7ef79eeab2ba6def005e4144da, 'wp-content/plugins/everest-forms/assets/css/variables/_colors.scss', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/variables/_colors.scss', 1, 0x00000000000000000000000000000000, 0x67e243af495f3e07d40ecd7177557306, 0x91b98839ec7452077517d6c5bfe800c99ee9cb667a9e0df6da6fc0b8aab89e0d, '', 0, '?'),
(0x036d618f4e8753f5b77875d7609fea52, 'wp-content/plugins/everest-forms/assets/css/variables/_grids.scss', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/variables/_grids.scss', 1, 0x00000000000000000000000000000000, 0xd1bee918b21664ce3314af6bd46bab20, 0xe523327ce10907bdc3e049bca25afa5d8cfdb799263ccfd132ee870387e349b7, '', 0, '?'),
(0x164c6dde1bb3b8ab5c8aaf10249ccb15, 'wp-content/plugins/everest-forms/assets/css/variables/_variables.scss', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/variables/_variables.scss', 1, 0x00000000000000000000000000000000, 0x2c41599e78542fcab971c86815b6586f, 0xc921d697f5bc5afb9aadb4191176726c4b638ac18e246b474b67673f1aa8bc04, '', 0, '?'),
(0xefdc5b0b4b57b525a6772ca83e5d8c6d, 'wp-content/plugins/everest-forms/assets/extensions-json/addon-sections.json', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/addon-sections.json', 1, 0x00000000000000000000000000000000, 0x5f585a9e1ee0819a71ad934bf9e7a680, 0x1f907e1f7b5e615b8bfa4f7635bfee069d4b5e75f9db6c85f5246ecec7fa9c81, '', 0, '?'),
(0xfb2ba250c52e60d7a1b3e1372d8f2187, 'wp-content/plugins/everest-forms/assets/extensions-json/sections/all_extensions.json', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/sections/all_extensions.json', 1, 0x00000000000000000000000000000000, 0x6a69a51f91fd81a0173a5d44d27a7d4b, 0x145f74dabe5f0a4bfffa999f5c96d575e18be33e876e31d645cf5c64abf19cdf, '', 0, '?'),
(0x5a843a07bd6841eee66199bc8297ab29, 'wp-content/plugins/everest-forms/assets/extensions-json/sections/images/activecampaign.png', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/sections/images/activecampaign.png', 1, 0x00000000000000000000000000000000, 0xd1ca71e473c4001695b955ddacb872ad, 0xa03d479fcb0102d059c3040f8cc746d3a0c02d281799492091f96e95c2861ca2, '', 0, '?'),
(0x3031b22390661c70557dd2374496ae74, 'wp-content/plugins/everest-forms/assets/extensions-json/sections/images/calculations.png', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/sections/images/calculations.png', 1, 0x00000000000000000000000000000000, 0x0e02f1a2fc0945f142be3ae917fa3e60, 0x65451ca8fd9ba6ddfd9302d5343f332ee83a8fc67e90de6d53a6baf9f1ee6832, '', 0, '?'),
(0x169f09bd1899ec9322bfc04d51e2744b, 'wp-content/plugins/everest-forms/assets/extensions-json/sections/images/campaign-monitor.png', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/sections/images/campaign-monitor.png', 1, 0x00000000000000000000000000000000, 0xd65d3c52106d9713925eb3821d47fb81, 0x43c8b0487af48cd00046dd5e36443e3941f8d8e1191f9277b10e869d82a204d2, '', 0, '?'),
(0x09a08c4f5843474b5d613a529288a420, 'wp-content/plugins/everest-forms/assets/extensions-json/sections/images/convertkit.png', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/sections/images/convertkit.png', 1, 0x00000000000000000000000000000000, 0x6188bbff99b85bac8912bc89dcceedaa, 0x297693c2ea472587c32e6e4a6a826e497f2ca983123d13ae54908d3562bf2cc1, '', 0, '?'),
(0xe21d5651677c4ed3abb47ce06ce65060, 'wp-content/plugins/everest-forms/assets/extensions-json/sections/images/coupons.png', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/sections/images/coupons.png', 1, 0x00000000000000000000000000000000, 0xd4b3de3fae78cea68994f2b5da1704f7, 0xe42a2e82ae14651d7d4df591c906adfe41be1136bb1fcf65343d94ae4a487544, '', 0, '?'),
(0xfbcfdeefae89a5ea5d621fee31b219bb, 'wp-content/plugins/everest-forms/assets/extensions-json/sections/images/custom-captcha.png', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/sections/images/custom-captcha.png', 1, 0x00000000000000000000000000000000, 0xac5c62d44a6b3d203a0afab732827d99, 0x5bc19c61a0c73d838878de476637f566c58d64813a61ed63e9de70c4d4dac18c, '', 0, '?'),
(0x689ece3812733e2af22a284a3d8a4987, 'wp-content/plugins/everest-forms/assets/extensions-json/sections/images/drip.png', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/sections/images/drip.png', 1, 0x00000000000000000000000000000000, 0xdc781e52929f7cf82f8018ad689edfdf, 0x5bc1caefd810c820f61dca2f02b80020792c39d5047dcad89c498d47f3493243, '', 0, '?'),
(0x384d1235893022344bebe946a687bc3e, 'wp-content/plugins/everest-forms/assets/extensions-json/sections/images/email-templates.png', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/sections/images/email-templates.png', 1, 0x00000000000000000000000000000000, 0xaeb46df4475612e2bf2b65c79440c6b4, 0x74fbf49d2fbe5246b117f94ef0b8fd9ece82322fe4664a8488787242a9ae0d89, '', 0, '?'),
(0xf4196615639bc1755b0b6fee5888f6ac, 'wp-content/plugins/everest-forms/assets/extensions-json/sections/images/form-abandonment.png', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/sections/images/form-abandonment.png', 1, 0x00000000000000000000000000000000, 0xd1a66af08fae204b257ff88e7b5a69ad, 0xf00d209084019958a4dbeb866c7dda136779c06368c948f658638d7e9193bda1, '', 0, '?'),
(0x85cb48a6d2560fed9a31a129dca1a4a4, 'wp-content/plugins/everest-forms/assets/extensions-json/sections/images/form-restriction.png', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/sections/images/form-restriction.png', 1, 0x00000000000000000000000000000000, 0xe7e7db16fda635a519739d359f2eab78, 0xd4a1201e6ce16972abf091320a45aec90851e0e8339b3be0cbb497f084c5fb49, '', 0, '?'),
(0x9155b4525012ef6223a50fca798e5308, 'wp-content/plugins/everest-forms/assets/extensions-json/sections/images/frontend-listing.png', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/sections/images/frontend-listing.png', 1, 0x00000000000000000000000000000000, 0x02de062d3ebbf2702e206dc9d4f5c377, 0x890b3b0c21611dc791cf3c34ad52fde93b778fd49bca310574361a5619ecb858, '', 0, '?'),
(0x45fe042e95b66b8ebd48ced4a8f4daeb, 'wp-content/plugins/everest-forms/assets/extensions-json/sections/images/geolocation.png', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/sections/images/geolocation.png', 1, 0x00000000000000000000000000000000, 0xf915ee8db252c183befcd8b746425bff, 0xb2f929e42bd60475c1a9662e82d9078dd9f5f18e62b19a6558025dff187a44d5, '', 0, '?'),
(0x70f071b1321e6035210d2fc424f50741, 'wp-content/plugins/everest-forms/assets/extensions-json/sections/images/google-sheets.png', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/sections/images/google-sheets.png', 1, 0x00000000000000000000000000000000, 0x09aa34df93a5d15650141aa63b7b68bb, 0xcc96988e189b1e871e455cf8d20032cca510bf51a43796e02b42f0bf188f4250, '', 0, '?'),
(0x48ab9a31837b4a755098070bb0776b23, 'wp-content/plugins/everest-forms/assets/extensions-json/sections/images/hubspot.png', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/sections/images/hubspot.png', 1, 0x00000000000000000000000000000000, 0x7f0a976f85aec3b6dce63e41ef59eecf, 0xda01528ba8254d20d7231227d9ec5d5e0df6bd630bc133959ede8aa7950a3d60, '', 0, '?'),
(0xa75110535a075a53b942db366a560947, 'wp-content/plugins/everest-forms/assets/extensions-json/sections/images/mailchimp.png', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/sections/images/mailchimp.png', 1, 0x00000000000000000000000000000000, 0xf63999f966a70a3522dcc9c8837da3bd, 0x76ff4410df17a513d1104bc2ad41179d1130ea1dc2cf5fbdeca17d14195391a2, '', 0, '?'),
(0x0facf3b84189e317cf90c6a943c6dfce, 'wp-content/plugins/everest-forms/assets/extensions-json/sections/images/mailerlite.png', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/sections/images/mailerlite.png', 1, 0x00000000000000000000000000000000, 0xa3ed9b816695dfd615791d9ccefe6281, 0xc9d3c85ced9ce31e011dbd3202e5b8bcf25ea1b01d9d53c81705c35cbef2e029, '', 0, '?'),
(0xe92742bc47bf10ee157669a4660b134e, 'wp-content/plugins/everest-forms/assets/extensions-json/sections/images/multi-part-forms.png', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/sections/images/multi-part-forms.png', 1, 0x00000000000000000000000000000000, 0x5536cece6c80a512cd57266d98adbf73, 0xd45be0a5c0960e25ec40da5d67af260ef2a944f57f9bd2e06c2c140cdefa077c, '', 0, '?'),
(0xdc2f011d8a48c5c7d7765a6ac1dc6e39, 'wp-content/plugins/everest-forms/assets/extensions-json/sections/images/offline-forms.png', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/sections/images/offline-forms.png', 1, 0x00000000000000000000000000000000, 0x3c2e7856869e99400a145236c14bfc75, 0xa41d50ef070f8b1e9ad40e4488261599c602ec70f49d0a2dedea78cbf6aaa4ec, '', 0, '?'),
(0xfdaa1619abdafe06e56716b8b309a503, 'wp-content/plugins/everest-forms/assets/extensions-json/sections/images/payment-paypal.png', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/sections/images/payment-paypal.png', 1, 0x00000000000000000000000000000000, 0xb4e90d608e83d8b38680e67336c531f7, 0xdc02a462c89a36860e91038a6d74d0af02a56d3d788829f12b5f3b8578936c43, '', 0, '?'),
(0x3b18c25fde4323f56a31c3a59e362b8f, 'wp-content/plugins/everest-forms/assets/extensions-json/sections/images/payment-stripe.png', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/sections/images/payment-stripe.png', 1, 0x00000000000000000000000000000000, 0x6ed3447065abdde5d3fef60cc7499763, 0x3117b26fd639a82d03c6a5693a62d308b6f1e2b599119aae8a3aa06ffabc9eb9, '', 0, '?'),
(0xd9507203d1898fb53f4d163abf93f0ea, 'wp-content/plugins/everest-forms/assets/extensions-json/sections/images/pdf-submission.png', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/sections/images/pdf-submission.png', 1, 0x00000000000000000000000000000000, 0x0adf34ab5980efc9186305c1c0e87fc1, 0x4b63de030105a7bf8fb1c7170a30c867bb3172d8b8ff207389900e6cf8145083, '', 0, '?'),
(0x2c55a866f97ce5106ca89dacec712b54, 'wp-content/plugins/everest-forms/assets/extensions-json/sections/images/pipedrive.png', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/sections/images/pipedrive.png', 1, 0x00000000000000000000000000000000, 0xfc2460be3a9b65c293352828da3962a8, 0x1bca2051e3e4df970599071df7e7d7471b86a40555ef5787fb10f11d7bf99729, '', 0, '?'),
(0xb779bcb9b54d3c08c44133a4e35e4c40, 'wp-content/plugins/everest-forms/assets/extensions-json/sections/images/post-submissions.png', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/sections/images/post-submissions.png', 1, 0x00000000000000000000000000000000, 0xcf9fd7e504164b1de2b8c587b534546b, 0x19db0240ed49c5b2b865ea8b73272f3f2b071c0e84415913e7e74b96846ce2ae, '', 0, '?'),
(0x60c8c2f1a7d1a5ff59d58d8e4ce8cac1, 'wp-content/plugins/everest-forms/assets/extensions-json/sections/images/razorpay.png', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/sections/images/razorpay.png', 1, 0x00000000000000000000000000000000, 0x12e1cfa003433fef25ba552e38503723, 0xb58a236aae8b6b2248b34a9ab32eca39e2405fe4b6014d2fc5476c1a614929a0, '', 0, '?'),
(0x95f2e7762f501fd5bd1f85c59c1e4091, 'wp-content/plugins/everest-forms/assets/extensions-json/sections/images/repeater-fields.jpg', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/sections/images/repeater-fields.jpg', 1, 0x00000000000000000000000000000000, 0xc299f38693c13310ab34af336382d221, 0x62e6d9f1513f437ab97ac8a7d1f475fa4dbf8d5289614d594fc3e81b39e43b4d, '', 0, '?'),
(0xb850d4a5a58325c8fac8a2037b87e2c7, 'wp-content/plugins/everest-forms/assets/extensions-json/sections/images/save-and-continue.jpg', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/sections/images/save-and-continue.jpg', 1, 0x00000000000000000000000000000000, 0xb4826fb9cf6a80b309e624944c7dcedb, 0xbd076e71dd2ba34ad1d81859114a8c5b74ea4a237881fbd4c4d8e979a088574a, '', 0, '?'),
(0x43c0c91ad78ad83d06cd3fa3d55ebca6, 'wp-content/plugins/everest-forms/assets/extensions-json/sections/images/sms-notifications.png', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/sections/images/sms-notifications.png', 1, 0x00000000000000000000000000000000, 0x4743b68d4e7f4e5aab461cb0ca5e8e2e, 0x7b62783ddc89379b95c81e00eb6d2ac8810ab851d0af7b36a65be1ca7a98ef22, '', 0, '?'),
(0xbd979a8a2d7d1e394dee9f8663ecc8be, 'wp-content/plugins/everest-forms/assets/extensions-json/sections/images/style-customizer.png', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/sections/images/style-customizer.png', 1, 0x00000000000000000000000000000000, 0xdcbb4cfbb7ab2c42083ed2df87d9757f, 0x3169fcb3a18d4ebcd93f0b555f600793244f35a7ba6c862d30f78834dd2d04d7, '', 0, '?'),
(0x6dd8aa5cc81cf37cfe553c200c015122, 'wp-content/plugins/everest-forms/assets/extensions-json/sections/images/survey-polls-quiz.png', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/sections/images/survey-polls-quiz.png', 1, 0x00000000000000000000000000000000, 0x26873ccf4d8c9db27b8763d172bc6918, 0xe741a5ae27de090a3836118053b69ee4d54a3f3960d986f52f3b549056cea538, '', 0, '?'),
(0xeb409b8b4061c1dd16c720588e932f3e, 'wp-content/plugins/everest-forms/assets/extensions-json/sections/images/user-registration.png', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/sections/images/user-registration.png', 1, 0x00000000000000000000000000000000, 0x75347fb08f9c1d210444ab01aa2128d6, 0x0acf4adb6367d0cd1b433218fa67d3b7cb965efdb031feda7bb9619c759a457f, '', 0, '?'),
(0x516a0c42e6d00d4883ac3c70a4ae7d59, 'wp-content/plugins/everest-forms/assets/extensions-json/sections/images/zapier.png', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/sections/images/zapier.png', 1, 0x00000000000000000000000000000000, 0x382b5ae4729d489db813e3f75328a4de, 0xd6252fc7c79ff3fc59148f96e0c9fdfd40eabd110be8dc4765268c65cd6998e4, '', 0, '?'),
(0x05ebc5f465107a11be6b9a37073d04b6, 'wp-content/plugins/everest-forms/assets/extensions-json/sections/images/zoho.png', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/sections/images/zoho.png', 1, 0x00000000000000000000000000000000, 0xda24d20805189421c2f4392f86f24e30, 0xd187f97aebd27376536bac17b479989ac2e9e385fa6c46c9ccf98ce51e1c7dfc, '', 0, '?'),
(0x475f8c0328f2d9dc88c20c5833b6c561, 'wp-content/plugins/everest-forms/assets/extensions-json/templates/all_templates.json', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/templates/all_templates.json', 1, 0x00000000000000000000000000000000, 0x18864445cabc7e08124e68bad90e0479, 0xfe05e3565796626cdc2d2c35d0f3a2fe0a91885234649df01fa68032608d37dd, '', 0, '?'),
(0x51e630d5301ef6667607f5f8620cfa24, 'wp-content/plugins/everest-forms/assets/extensions-json/templates/images/Advanced Contact Form.png', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/templates/images/Advanced Contact Form.png', 1, 0x00000000000000000000000000000000, 0xcfe6fe81e57d84fc7e79d3e82a302ba0, 0xc4bfe8a39dde6bd6105772375ac9a2513b8762657136cf90d5842ef5cf6d1b0c, '', 0, '?'),
(0x8d351060eec80f3e3e8bb9b68fe88484, 'wp-content/plugins/everest-forms/assets/extensions-json/templates/images/Donation Form.png', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/templates/images/Donation Form.png', 1, 0x00000000000000000000000000000000, 0xe541237e676abb2e621e78fe297d22cd, 0x8a83d89bef9fc5ac0f202278aba19093a6daab2bf0fe51073271f9d68cf1c7e7, '', 0, '?'),
(0x8b7e745ea2dab1d7d50084b515a0f36f, 'wp-content/plugins/everest-forms/assets/extensions-json/templates/images/Job Vacancy Form.png', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/templates/images/Job Vacancy Form.png', 1, 0x00000000000000000000000000000000, 0x48d3662d59bdd9a6f29eba67fcb7afc0, 0xddd00a0333221a125b8ef14bee3c3b1b8aed097b487a45d1febf88aad895035f, '', 0, '?'),
(0x7cda5686f8b3a5cc60af72bf8cba8bb5, 'wp-content/plugins/everest-forms/assets/extensions-json/templates/images/Survey Form.png', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/templates/images/Survey Form.png', 1, 0x00000000000000000000000000000000, 0x0c31f6c7bdb60a6bc548caad24027cb1, 0x7ed7b76e5d51937e0a96ad24ef9210cfbcbb93ddbb42bbbc6a6dd436165608c0, '', 0, '?'),
(0x34150294193a519976afb1322134c564, 'wp-content/plugins/everest-forms/assets/extensions-json/templates/images/advanced-contact-form.png', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/templates/images/advanced-contact-form.png', 1, 0x00000000000000000000000000000000, 0xcfe6fe81e57d84fc7e79d3e82a302ba0, 0xc4bfe8a39dde6bd6105772375ac9a2513b8762657136cf90d5842ef5cf6d1b0c, '', 0, '?'),
(0xf25034e32a7c98ecf53821f195ef5cab, 'wp-content/plugins/everest-forms/assets/extensions-json/templates/images/design-agency-request-a-quote.png', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/templates/images/design-agency-request-a-quote.png', 1, 0x00000000000000000000000000000000, 0x507228ed4b472a8542867d6efcc0fd36, 0x1c28ce7a528997bc5ab9ae1fa43eeb266765677c6d9b172a7d0718c62f57aef6, '', 0, '?'),
(0x7839dbd161ed88216510030907459971, 'wp-content/plugins/everest-forms/assets/extensions-json/templates/images/donation-form.png', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/templates/images/donation-form.png', 1, 0x00000000000000000000000000000000, 0xe541237e676abb2e621e78fe297d22cd, 0x8a83d89bef9fc5ac0f202278aba19093a6daab2bf0fe51073271f9d68cf1c7e7, '', 0, '?'),
(0xcd1020948ee518494e4bb2e0c4d4d9b5, 'wp-content/plugins/everest-forms/assets/extensions-json/templates/images/ebook-form.png', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/templates/images/ebook-form.png', 1, 0x00000000000000000000000000000000, 0x62be6b61fe1b057b5543a15441a41c60, 0x278af301709c153ebe42d3f60616e21e9c3d33438c1689fc873a232494cc5202, '', 0, '?'),
(0x202068e9b5770f0f8ef738edfedd6201, 'wp-content/plugins/everest-forms/assets/extensions-json/templates/images/hotel-booking.png', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/templates/images/hotel-booking.png', 1, 0x00000000000000000000000000000000, 0xf76a8c336f9e09d47a923cb5d9a85b0c, 0x1bec3f3972a663c6d39e6159c93e245e5e1a4b337b0bb4e09b7f00df290cecbe, '', 0, '?'),
(0x002da53562e01d4541d10f1e4eafd720, 'wp-content/plugins/everest-forms/assets/extensions-json/templates/images/job-vacancy-form.jpg', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/templates/images/job-vacancy-form.jpg', 1, 0x00000000000000000000000000000000, 0xeb6fb356c2111eca8c2f6429c6e39ba3, 0xe50abafb792b2ad6b82fc3adf91959bd19aa5924b45b2a121c1a760b9a29e6c3, '', 0, '?'),
(0x23ea2f268167faf0bd9493c7f20a9444, 'wp-content/plugins/everest-forms/assets/extensions-json/templates/images/leave-request-form.png', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/templates/images/leave-request-form.png', 1, 0x00000000000000000000000000000000, 0xbd373e8a11fe79828b12a959ea0941c4, 0xe26db51901de6aaecff609a577bfb9e3eebbcc8a6aa6f9dfb7202d44cce9fe23, '', 0, '?'),
(0x6664740e2f8f994fb0b2b6a4d9605020, 'wp-content/plugins/everest-forms/assets/extensions-json/templates/images/medical-appointment-form.png', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/templates/images/medical-appointment-form.png', 1, 0x00000000000000000000000000000000, 0xf9f255cd7c15d21f43bed0b5e2d3a0c1, 0xce252648289e3bc91a15cbeb894ff236aa62daaf644e5cc1e94cc520931494b9, '', 0, '?'),
(0xa25908f32935407aa9ea95368b60e175, 'wp-content/plugins/everest-forms/assets/extensions-json/templates/images/modeling-application-form.jpg', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/templates/images/modeling-application-form.jpg', 1, 0x00000000000000000000000000000000, 0xc3ef2ca3d5c7e27ba6af786b8132b803, 0x6b5d78c923750ec3e25b54d7849150360dcea9167659678acd162ea96a33af01, '', 0, '?'),
(0x18e2d11eb77b1ab458e19db0b0c5b700, 'wp-content/plugins/everest-forms/assets/extensions-json/templates/images/new-form.png', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/templates/images/new-form.png', 1, 0x00000000000000000000000000000000, 0x5e50b97a2f7da29b25c9338cc173f03a, 0x89f5005905bc4c156dc53ccee48b3051fc703aee1421814b27c9f1dc365fd68c, '', 0, '?'),
(0x412d358aa9f243754dbb0ecb468f64a6, 'wp-content/plugins/everest-forms/assets/extensions-json/templates/images/restaurant-table-booking.png', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/templates/images/restaurant-table-booking.png', 1, 0x00000000000000000000000000000000, 0x7c43879340ca780d8853dff12d8b5649, 0x469420ed565f0ff42b5cacabaac2f37880d17d8332f4ec748ac69b6106604e36, '', 0, '?'),
(0x3f428e89d9dd7dc2b70dc4f502d17fea, 'wp-content/plugins/everest-forms/assets/extensions-json/templates/images/simple-contact-form.png', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/templates/images/simple-contact-form.png', 1, 0x00000000000000000000000000000000, 0xf94144f2b2ab9cd82f1ad887dd2fbe6d, 0x775a33b7866a18d5199bcc430457b6212f1dd69df7b65f6321924f43c4a70dd5, '', 0, '?'),
(0xdef62a4096a7320ee8d9681ffe285084, 'wp-content/plugins/everest-forms/assets/extensions-json/templates/images/simple-registration.png', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/templates/images/simple-registration.png', 1, 0x00000000000000000000000000000000, 0x3d4af08db4d066691c76dea23fcea7f1, 0x0b2bae7cc146851bfde9e74cdb9a63f687487ae2c12432afca7c3848d0c7b492, '', 0, '?'),
(0x4084092676bae49289168b9fe267932d, 'wp-content/plugins/everest-forms/assets/extensions-json/templates/images/simple-support-form.png', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/templates/images/simple-support-form.png', 1, 0x00000000000000000000000000000000, 0xa285ca3586f80d8e536aab1ec2b4420a, 0x8fde5e37cc092464b8ca20904e622a0cda376a8ca309815edc519b168c468671, '', 0, '?'),
(0x6dc9eb2fd14b2766aa2e528add55f7b0, 'wp-content/plugins/everest-forms/assets/extensions-json/templates/images/style-customizer.png', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/templates/images/style-customizer.png', 1, 0x00000000000000000000000000000000, 0xc0f64ca929a21faa4845ca666f76c0c1, 0x342c26dc0db26c600ec53613cdd8b99ddb6f1778642d33ddc32aff70042b2d6f, '', 0, '?'),
(0x7bc2de54a1e9ab8b05c7d982dc68f6ec, 'wp-content/plugins/everest-forms/assets/extensions-json/templates/images/survey-form.png', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/templates/images/survey-form.png', 1, 0x00000000000000000000000000000000, 0x0c31f6c7bdb60a6bc548caad24027cb1, 0x7ed7b76e5d51937e0a96ad24ef9210cfbcbb93ddbb42bbbc6a6dd436165608c0, '', 0, '?'),
(0xccaa87f50cc084778826d712fc5b943e, 'wp-content/plugins/everest-forms/assets/extensions-json/templates/template_sections.json', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/templates/template_sections.json', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x47e9fa1b8feae42b0716fe6e8c58b876, 'wp-content/plugins/everest-forms/assets/fonts/EverestForms.eot', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/fonts/EverestForms.eot', 1, 0x00000000000000000000000000000000, 0x883e46fe1d481b1352cc6f4dace9c7df, 0xa0dde301c527d61677aba3a0f743deb868fccec18d0fada67f42455b9746467e, '', 0, '?'),
(0x3cbde51c3c9c110bb5d681e740cf9c16, 'wp-content/plugins/everest-forms/assets/fonts/EverestForms.svg', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/fonts/EverestForms.svg', 1, 0x00000000000000000000000000000000, 0x468bebd9b5ad2412aed7bc883a6b711f, 0x43ff6c11ca47dba41ccef23341a64128ebe08fd3e7e74fdc78a2df67e2d8577c, '', 0, '?'),
(0x23b5394a8b8b4718ad60e71152f5cf28, 'wp-content/plugins/everest-forms/assets/fonts/EverestForms.ttf', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/fonts/EverestForms.ttf', 1, 0x00000000000000000000000000000000, 0x403887c6f8c94f9e659890e189018b2c, 0x23adcebc50b08a697362ca809d6418ce38c0cc2761536db4f8bea4316be38c87, '', 0, '?'),
(0x279e6056a48af9d7fe4675dd69171f5c, 'wp-content/plugins/everest-forms/assets/fonts/EverestForms.woff', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/fonts/EverestForms.woff', 1, 0x00000000000000000000000000000000, 0x0443527c236f03da1f3e227fa9578832, 0xc5116e503d1b8e7befd7c1c8a7b8fe7c220adf4c04db8c9ef5ea946366cbc8ce, '', 0, '?'),
(0x6872f44158f979b3d47d03e42eb177b4, 'wp-content/plugins/everest-forms/assets/images/email-template-html.png', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/images/email-template-html.png', 1, 0x00000000000000000000000000000000, 0xbfed8f4e77a4af92ec9e319d1b1d50be, 0x5d262cc0181fb5c0a2122ce94191e6340b8e80cdae163f5ee412830342253484, '', 0, '?'),
(0x9b5ef0115c119411ebd92c8d12b6ab91, 'wp-content/plugins/everest-forms/assets/images/email-template-plain.png', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/images/email-template-plain.png', 1, 0x00000000000000000000000000000000, 0x1545a85dd40164d3833707d1ca4ced67, 0x308b76b246b9b85965eb46696ee23d5d5d814fd81bd2b6dfffccffb57a55d3e9, '', 0, '?'),
(0xa876fbad582b448928fc043b39a32246, 'wp-content/plugins/everest-forms/assets/images/everest-forms-placeholder.png', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/images/everest-forms-placeholder.png', 1, 0x00000000000000000000000000000000, 0x689374af025eeb71afd7744a08231dcf, 0xfc43dc86c685d639764de2a005f30192367e064d70ac92a698dd0a599a7297e8, '', 0, '?'),
(0xc07c03b8e1f3ed6f8fcb3c6cbee5fe99, 'wp-content/plugins/everest-forms/assets/images/fields-not-found.png', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/images/fields-not-found.png', 1, 0x00000000000000000000000000000000, 0x45f5f666a922e9cf8bc5675de53b8e7e, 0x4ea089c2380d8d16d8dfaa6992eabb84fb35bfd79c47050bb433edc68849d757, '', 0, '?'),
(0x3c6892e2ef51719d73b6053196954362, 'wp-content/plugins/everest-forms/assets/images/icons/loader.svg', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/images/icons/loader.svg', 1, 0x00000000000000000000000000000000, 0x90ffc0ce91e316d217fc13e282dacdb4, 0x3c9943fd41c1a01fbd7ddac8a5904d12fab4c17f4d92a891b05d7473af56c8c5, '', 0, '?'),
(0x1a74c82939befce836919b13382a2c0c, 'wp-content/plugins/everest-forms/assets/images/icons/three-dots.svg', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/images/icons/three-dots.svg', 1, 0x00000000000000000000000000000000, 0x7627bc820cce40098e897ca98413d895, 0x9661a3fd205c633262cec154cd4fac563624b6675d465f09a73245742a97d7db, '', 0, '?'),
(0x8bf7cb759542745434a0c36ddcb9aef6, 'wp-content/plugins/everest-forms/assets/images/placeholder.png', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/images/placeholder.png', 1, 0x00000000000000000000000000000000, 0x69ce73dd08797d4bffe181f586869ad8, 0x8d4d1a4c64fbc993e8710bd2671f2872d834830755d1737fabae1e2ef806adc3, '', 0, '?'),
(0xbf97471d27684783fb0ae4cbfb7a997e, 'wp-content/plugins/everest-forms/assets/images/select2-spinner.gif', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/images/select2-spinner.gif', 1, 0x00000000000000000000000000000000, 0x7b9776076d5fceef4993b55c9383dedd, 0x0d97bde98b95a3151f0bae3128b9d2049070ff4b48e34b421559988af6ae6542, '', 0, '?'),
(0xecb30b593483524a306c04d2b7756abd, 'wp-content/plugins/everest-forms/assets/images/select2.png', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/images/select2.png', 1, 0x00000000000000000000000000000000, 0x2ca61b76e22053571dd8611e5aac4900, 0xacf490cb1a1bb8efa65397d23d1606804f1c1e9d078f156e536d986f2095987d, '', 0, '?'),
(0x7fa9476ae35f9dc1d4087943e4285cb0, 'wp-content/plugins/everest-forms/assets/images/select2x2.png', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/images/select2x2.png', 1, 0x00000000000000000000000000000000, 0x49e3f006018662f60f1db2aec0b2cca9, 0x8030eda5294c1613713a8fd3b850ed71edc22be1bae90747b4ffe754737c1bb8, '', 0, '?'),
(0x4f7d7d8cda44fa556ffd15e0813d09f9, 'wp-content/plugins/everest-forms/assets/images/templates/advanced-contact-form.png', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/images/templates/advanced-contact-form.png', 1, 0x00000000000000000000000000000000, 0xcfe6fe81e57d84fc7e79d3e82a302ba0, 0xc4bfe8a39dde6bd6105772375ac9a2513b8762657136cf90d5842ef5cf6d1b0c, '', 0, '?'),
(0x0cfb76de9d061cc529e7a88903ef0fe9, 'wp-content/plugins/everest-forms/assets/images/templates/blank-form.jpg', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/images/templates/blank-form.jpg', 1, 0x00000000000000000000000000000000, 0x0856b4f1edbd0670f602fafc16c2ef58, 0x611933a9d580027dc1743089fa2db15154db49b6153051aee045a6199dd20cc3, '', 0, '?'),
(0x86956c19c6690d8563f19783312ee002, 'wp-content/plugins/everest-forms/assets/images/templates/blank.png', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/images/templates/blank.png', 1, 0x00000000000000000000000000000000, 0x5e50b97a2f7da29b25c9338cc173f03a, 0x89f5005905bc4c156dc53ccee48b3051fc703aee1421814b27c9f1dc365fd68c, '', 0, '?'),
(0x00ea388c89f08594005d3c9be74722fd, 'wp-content/plugins/everest-forms/assets/images/templates/contact-form.jpg', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/images/templates/contact-form.jpg', 1, 0x00000000000000000000000000000000, 0x29ca357afaacbbd28e38186bf206c43c, 0xad9a7680562b2edbb93d70a4a4e649af160f43436525dc5a539fd42ceec63fef, '', 0, '?'),
(0x1299e79b67949adb19118d41403f3055, 'wp-content/plugins/everest-forms/assets/images/templates/donation-form.png', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/images/templates/donation-form.png', 1, 0x00000000000000000000000000000000, 0xe541237e676abb2e621e78fe297d22cd, 0x8a83d89bef9fc5ac0f202278aba19093a6daab2bf0fe51073271f9d68cf1c7e7, '', 0, '?'),
(0xd15712d73a6d75c37dcad67ab3b7888a, 'wp-content/plugins/everest-forms/assets/images/templates/job-vacancy-form.png', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/images/templates/job-vacancy-form.png', 1, 0x00000000000000000000000000000000, 0x48d3662d59bdd9a6f29eba67fcb7afc0, 0xddd00a0333221a125b8ef14bee3c3b1b8aed097b487a45d1febf88aad895035f, '', 0, '?'),
(0xb027ae2f22c1b67dbc9b9b69fd139a15, 'wp-content/plugins/everest-forms/assets/images/templates/leave-request-form.png', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/images/templates/leave-request-form.png', 1, 0x00000000000000000000000000000000, 0xbd373e8a11fe79828b12a959ea0941c4, 0xe26db51901de6aaecff609a577bfb9e3eebbcc8a6aa6f9dfb7202d44cce9fe23, '', 0, '?'),
(0xf26307001d7fddeaf7b10b424e6b3dfb, 'wp-content/plugins/everest-forms/assets/images/templates/medical-appointment-form.png', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/images/templates/medical-appointment-form.png', 1, 0x00000000000000000000000000000000, 0xf9f255cd7c15d21f43bed0b5e2d3a0c1, 0xce252648289e3bc91a15cbeb894ff236aa62daaf644e5cc1e94cc520931494b9, '', 0, '?'),
(0xddad5429e22d741b8c72dcaaf9cbe064, 'wp-content/plugins/everest-forms/assets/images/templates/new-form.png', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/images/templates/new-form.png', 1, 0x00000000000000000000000000000000, 0xcc44f8d286a1da3403e8ca460d885fbd, 0x8bc2785dc3612213cdb11cb081c64d88698d8cf98b10373e3b27845593622681, '', 0, '?'),
(0xaf20420bf4073c5cab9f3d9feb2d3168, 'wp-content/plugins/everest-forms/assets/images/templates/restaurant-table-booking.png', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/images/templates/restaurant-table-booking.png', 1, 0x00000000000000000000000000000000, 0x7c43879340ca780d8853dff12d8b5649, 0x469420ed565f0ff42b5cacabaac2f37880d17d8332f4ec748ac69b6106604e36, '', 0, '?'),
(0x1ed90776c0078428a3c768a51d6e803b, 'wp-content/plugins/everest-forms/assets/images/templates/simple-contact-form.png', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/images/templates/simple-contact-form.png', 1, 0x00000000000000000000000000000000, 0xc9cad950abf3916814958952645fbe77, 0x7c25e5b6e8007b4bb241638d6fc6b8d3d8639ccffddb5ab530252e957565fd5d, '', 0, '?'),
(0xefb1e5bb45a87e5268bfcceb2e56c50c, 'wp-content/plugins/everest-forms/assets/images/templates/simple-support-form.png', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/images/templates/simple-support-form.png', 1, 0x00000000000000000000000000000000, 0xa285ca3586f80d8e536aab1ec2b4420a, 0x8fde5e37cc092464b8ca20904e622a0cda376a8ca309815edc519b168c468671, '', 0, '?'),
(0x7799559224c5c45dfdd518ad3acdda36, 'wp-content/plugins/everest-forms/assets/images/templates/survey-form.png', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/images/templates/survey-form.png', 1, 0x00000000000000000000000000000000, 0x0c31f6c7bdb60a6bc548caad24027cb1, 0x7ed7b76e5d51937e0a96ad24ef9210cfbcbb93ddbb42bbbc6a6dd436165608c0, '', 0, '?'),
(0xc19968ad5abde016000fde8589dd1b6d, 'wp-content/plugins/everest-forms/assets/images/welcome-video-thumb.png', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/images/welcome-video-thumb.png', 1, 0x00000000000000000000000000000000, 0x23d1128583bd74688c62656ef1d889b1, 0x753f88c87d0f62e5a3b77994260c048d93c5f8ad8f7389bcf96460e1fc584b69, '', 0, '?'),
(0x384d3643fdb633837204e01b47d5544e, 'wp-content/plugins/everest-forms/assets/js/admin/admin.js', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/admin/admin.js', 1, 0x00000000000000000000000000000000, 0x08b681fead15688d048be6246273513d, 0x01ac566c645614c62e2a943bcea2bcedcba27c3284356b0277dfd3242d20fed7, '', 0, '?'),
(0xde6f55a0915b527c86e3d315cc83589e, 'wp-content/plugins/everest-forms/assets/js/admin/admin.min.js', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/admin/admin.min.js', 1, 0x00000000000000000000000000000000, 0x4a67aa441c7aac3f3fe10fb49ae54ba9, 0x3b2b9acca1657d1143595c79b5b8f0c62a944e60e1faa6825c64d19da367ea1d, '', 0, '?'),
(0x2abcc773419585f39b1a65e49e5ef175, 'wp-content/plugins/everest-forms/assets/js/admin/editor.js', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/admin/editor.js', 1, 0x00000000000000000000000000000000, 0x71d5214209bde45b8fe78d66ac071638, 0x78178b56492f5ae87aaf90ab5a45b9e39a0cb970853aebd015b01ad46fce5f85, '', 0, '?'),
(0x680ccfe6f8f89451a90f155f3e79e7a7, 'wp-content/plugins/everest-forms/assets/js/admin/editor.min.js', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/admin/editor.min.js', 1, 0x00000000000000000000000000000000, 0x39fa5bbad11497e588cf99725a097db6, 0x9cbb257e1d97856fa06cf1aae49d3cda63630f0e6b9c03584b30daf40cc5713f, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x365b08d192606716d4a74bf95047f83d, 'wp-content/plugins/everest-forms/assets/js/admin/evf-admin-email.js', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/admin/evf-admin-email.js', 1, 0x00000000000000000000000000000000, 0xd3ba1e1ec43cdfdc4d057f944d15297c, 0x996c2e4806667d7971437e4a5fe0231b10d5bde3c0446e105c0eba117bc4fbcc, '', 0, '?'),
(0xee631879ddf19d4e46c08acc5373cc46, 'wp-content/plugins/everest-forms/assets/js/admin/evf-admin-email.min.js', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/admin/evf-admin-email.min.js', 1, 0x00000000000000000000000000000000, 0x573ad8b885a41bb64e3380e3729d2a2c, 0x7541c689b08ec1f4ae7f60e317a6dc500c684fafe8b1fba92b89a52d3c45924e, '', 0, '?'),
(0x60c5dab16373a612697802474ed74a27, 'wp-content/plugins/everest-forms/assets/js/admin/evf-clipboard.js', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/admin/evf-clipboard.js', 1, 0x00000000000000000000000000000000, 0x59060e0fb45d47921c96f326c106972f, 0x6ce26bd9c040f66f81fe3c7d3023d595e32ba3d4c0524d31c4edcce9a867c968, '', 0, '?'),
(0x0a7c67c2914851f90b8b8ffe237064c3, 'wp-content/plugins/everest-forms/assets/js/admin/evf-clipboard.min.js', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/admin/evf-clipboard.min.js', 1, 0x00000000000000000000000000000000, 0x5d84f79458666e963a155a24334c3b9c, 0xa41eb7ab3aac625a982ff73d3f59f1c37bddecced07ccd8699df612213f1b3fd, '', 0, '?'),
(0x7a61308aa0b1cb3cac0e768ef629c2e4, 'wp-content/plugins/everest-forms/assets/js/admin/evf-enhanced-select.js', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/admin/evf-enhanced-select.js', 1, 0x00000000000000000000000000000000, 0x6541d01983bc0e99e5942fa31310a25f, 0x65df16b8069ec81cae078f0fe52588b75bb0b111f48a3790dee381308fe5cce9, '', 0, '?'),
(0x45ba05e60d103fb28cd4381ccaccc9c6, 'wp-content/plugins/everest-forms/assets/js/admin/evf-enhanced-select.min.js', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/admin/evf-enhanced-select.min.js', 1, 0x00000000000000000000000000000000, 0xe576ee0eb41b1e13356d8a8a1383d650, 0x6d2fba7f9aa02ea751afd68e891267305873fb4db7819e41cfec00ab69059881, '', 0, '?'),
(0x52575a305d27a930985dbe161fea9913, 'wp-content/plugins/everest-forms/assets/js/admin/evf-file-uploader.js', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/admin/evf-file-uploader.js', 1, 0x00000000000000000000000000000000, 0xa63680abbbfdba0cf288319924fb5590, 0xb6fd6de045a529ccaa6b047768354e5e8b76e5b293c6e4aad688a0b7dc5c9728, '', 0, '?'),
(0x7c7ab2ebcf051b7364c40ccd129bd685, 'wp-content/plugins/everest-forms/assets/js/admin/evf-file-uploader.min.js', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/admin/evf-file-uploader.min.js', 1, 0x00000000000000000000000000000000, 0xd698a10ad6403b3bf4ae2a4496428469, 0x6af6abeb60a3ec06c5b2f498db6c116e826284cbcea7948e880e88142f338d2a, '', 0, '?'),
(0xf34b9e96ef5d5e0ec0c66b025417c8a4, 'wp-content/plugins/everest-forms/assets/js/admin/evf-setup.js', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/admin/evf-setup.js', 1, 0x00000000000000000000000000000000, 0x93d6eef364ba702349eb1457f50cb675, 0x388b21cf040a8ff0228b49a202171b960a5baa0b24b80af1b47da6aa34a79885, '', 0, '?'),
(0x7a282f65e4e071d38aaed07cadb236cc, 'wp-content/plugins/everest-forms/assets/js/admin/evf-setup.min.js', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/admin/evf-setup.min.js', 1, 0x00000000000000000000000000000000, 0xb634358239612bf85d96693f836a361b, 0xb72c598d4e87a93c9d3338bee4c0dfddf72e123f561439f1c77c38b46403a805, '', 0, '?'),
(0xea88697b932da6311761198e1b079606, 'wp-content/plugins/everest-forms/assets/js/admin/extensions.js', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/admin/extensions.js', 1, 0x00000000000000000000000000000000, 0xfe0a1867261a147d11b30a08eef8fecb, 0x22b77e0123766d9df8dfd407a98411b450cc2af782ab4894a34870e28aae4046, '', 0, '?'),
(0x1c21ba8f89d06f23f4e60729d4d5bcdf, 'wp-content/plugins/everest-forms/assets/js/admin/extensions.min.js', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/admin/extensions.min.js', 1, 0x00000000000000000000000000000000, 0xa107a95b596d867d803d79825143952e, 0x4e7912ce1bcee97a3777f37787a76b6c4eb8c77e94b67d3951de93a7474fee58, '', 0, '?'),
(0x3ce7837fd6cf5579b8b9d340d41fff89, 'wp-content/plugins/everest-forms/assets/js/admin/form-builder.js', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/admin/form-builder.js', 1, 0x00000000000000000000000000000000, 0xa16bfaa3716f6140c3b9d088ba343d74, 0xef685e93d78ada27e0929203f3db2dde21b387f59f669a58a4714d0aae70944b, '', 0, '?'),
(0xc4a354ff5801b444d3c0e54c89e1083d, 'wp-content/plugins/everest-forms/assets/js/admin/form-builder.min.js', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/admin/form-builder.min.js', 1, 0x00000000000000000000000000000000, 0x95bda36326ed81fbfee9bfee1ef9efcb, 0xb4dd60737f1e4c6b9af69bbb7e5ec96e952f274dd5d15dd9e8961b1b1cc30767, '', 0, '?'),
(0x8e6904ee2b227f3e4de3f34fcd379b52, 'wp-content/plugins/everest-forms/assets/js/admin/form-template-controller.js', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/admin/form-template-controller.js', 1, 0x00000000000000000000000000000000, 0xa48758ad2267b25fec4998179146216e, 0xb4a136bcf661e9eacdc535c6ffe28afd4a7b9e743fa88138e232425e2496bafe, '', 0, '?'),
(0xdb028470e18255b1be3cf2a966970d7a, 'wp-content/plugins/everest-forms/assets/js/admin/form-template-controller.min.js', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/admin/form-template-controller.min.js', 1, 0x00000000000000000000000000000000, 0x8b96877f151fab65424726788b8684ca, 0xaafa7f2325c13b377dfcfc798641b3f752a03f18f3ef2c3a9b4e535b6bff13f6, '', 0, '?'),
(0xa743dc1663058186debafb49fed5be5a, 'wp-content/plugins/everest-forms/assets/js/admin/gutenberg/form-block.js', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/admin/gutenberg/form-block.js', 1, 0x00000000000000000000000000000000, 0xcbc3ca5894f15c3d73d23f526729b0a1, 0x1777e553a526fe3bffae74aa60b74d69a22c0402cc11374a890186e55ae90e4e, '', 0, '?'),
(0xadb873db40709d61ab2a775cb3e39e1b, 'wp-content/plugins/everest-forms/assets/js/admin/gutenberg/form-block.min.js', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/admin/gutenberg/form-block.min.js', 1, 0x00000000000000000000000000000000, 0xfd06d02e333817c0eb3b23d4478d19ba, 0x01433423cf172a09898b113c5f4765e656c6515f600948118794e7cde766f6e1, '', 0, '?'),
(0x1144ec5858f3901983d7129331016268, 'wp-content/plugins/everest-forms/assets/js/admin/plugins.js', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/admin/plugins.js', 1, 0x00000000000000000000000000000000, 0x22d57f29365ae047562f24aa986a5299, 0xa20d61722d7e35dfd3b2458b39a6a144e5548fcfac35bebbec5d390aa1508bf8, '', 0, '?'),
(0xcec58e4a491235e9bcbaa13d9765ed3c, 'wp-content/plugins/everest-forms/assets/js/admin/plugins.min.js', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/admin/plugins.min.js', 1, 0x00000000000000000000000000000000, 0x655f07f468916212804f60ad502887a8, 0x1974c6e48cd6eba37a54e54022fe7254b30722152587268e5f6b613520d162d8, '', 0, '?'),
(0xc1e7f1a9514e15d918cc8c64494a4bcd, 'wp-content/plugins/everest-forms/assets/js/admin/settings.js', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/admin/settings.js', 1, 0x00000000000000000000000000000000, 0x7d2d2520ce749db229d01416c62ecaae, 0xfb7d6a0950553d6717c64e12e12847576aa0ad572269b21c2796a2d04b9f6511, '', 0, '?'),
(0x02726322b946037366a8b12d094a01ed, 'wp-content/plugins/everest-forms/assets/js/admin/settings.min.js', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/admin/settings.min.js', 1, 0x00000000000000000000000000000000, 0xdc2873e3c5b167b001e76579f5da52b3, 0x8f5cca63c7f12f397479b13b625d44cab782e1aa6a26adc5313383e44a96c3ae, '', 0, '?'),
(0xd863c3c9490e3fcb8fc87ca74c94901c, 'wp-content/plugins/everest-forms/assets/js/admin/tools.js', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/admin/tools.js', 1, 0x00000000000000000000000000000000, 0x3c34375b01249a373951d2faf6f6220b, 0x58c3abb35ca463469eea9c7820bffca9aae3dbebb7cd9c5f81b37635ef49bbf7, '', 0, '?'),
(0xa79a32215bf34c0ed3dd3fe7b1b4b28d, 'wp-content/plugins/everest-forms/assets/js/admin/tools.min.js', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/admin/tools.min.js', 1, 0x00000000000000000000000000000000, 0x4f6142e7a2f94fa3ee64272d663e84cc, 0x5f5da032e5210c38cfd57821c91ae991c73d87b6f9b37904eb7708c75ad62420, '', 0, '?'),
(0xcdbdb57faf67bb8c2997c53bfaa925a4, 'wp-content/plugins/everest-forms/assets/js/admin/upgrade.js', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/admin/upgrade.js', 1, 0x00000000000000000000000000000000, 0x5d327eb2a1f766dbbea1a7fc136f0d77, 0xf7b680f8f19b6f5257e9bdbff01bc011063686957c77955b1e0a3cff17b07578, '', 0, '?'),
(0x6f17630cf60204a40491348a8aa47b97, 'wp-content/plugins/everest-forms/assets/js/admin/upgrade.min.js', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/admin/upgrade.min.js', 1, 0x00000000000000000000000000000000, 0xbb83b373e85461c0fa30303aed087c12, 0xf6993c1a807f1c60da9aff482202eda0fb96c05c527363ca01d283df9ba061c9, '', 0, '?'),
(0x384e28fc353db2043b552dcea24380a0, 'wp-content/plugins/everest-forms/assets/js/flatpickr/flatpickr.js', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/flatpickr/flatpickr.js', 1, 0x00000000000000000000000000000000, 0x32e29a4bd8bb297913e670f6191831c1, 0xa511a0bb4a6ddc8e84160e873df296cffac71d65f3d635a2c120ef1c382ae87f, '', 0, '?'),
(0x3b6a70142c50b75cf6dc7fa7bcc38986, 'wp-content/plugins/everest-forms/assets/js/flatpickr/flatpickr.min.js', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/flatpickr/flatpickr.min.js', 1, 0x00000000000000000000000000000000, 0xda3c57326c30dcf6d59a3a4f866e9189, 0x22e78a51d7da1baad5502f5482304e185189c6770c9029d434f9750302817059, '', 0, '?'),
(0xfadcb7fe9194c0678f8f01f4f2f24659, 'wp-content/plugins/everest-forms/assets/js/frontend/ajax-submission.js', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/frontend/ajax-submission.js', 1, 0x00000000000000000000000000000000, 0x8da051f555cae44cbdf74e4de95138a4, 0xe06311f0ab71898f574ee8c7a924bfa5dda0cf57106d27a165706c6f552ff914, '', 0, '?'),
(0x8af1830e7f73e8984dad855d1c7098c9, 'wp-content/plugins/everest-forms/assets/js/frontend/ajax-submission.min.js', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/frontend/ajax-submission.min.js', 1, 0x00000000000000000000000000000000, 0x9dedb5268193c7ca48f82aa024b872e7, 0xc86632069ad123b5b0829ea4c62c2e678cb7a302e73968e0eab5aad987643fd9, '', 0, '?'),
(0x3f2f91c0c07d2bae94ac2329b97f9e0e, 'wp-content/plugins/everest-forms/assets/js/frontend/everest-forms.js', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/frontend/everest-forms.js', 1, 0x00000000000000000000000000000000, 0xcdf727b1a4d978bd1cbf8e18d1a88c5e, 0xea9a586f2da5fef613cb362664825f7a5e5880c0518ac6de231475d4dbc94db8, '', 0, '?'),
(0xdad8a2bd6a100af9bb757e8c42eb8e99, 'wp-content/plugins/everest-forms/assets/js/frontend/everest-forms.min.js', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/frontend/everest-forms.min.js', 1, 0x00000000000000000000000000000000, 0x3df7147fd841be7ea2bb6e531c0bd546, 0xdf6ebd6ed9ca3787f906e77799116150eb7e96f23d9afda57f1f4d44404c9e6c, '', 0, '?'),
(0x436f221a4d6149cce98edd00013c5301, 'wp-content/plugins/everest-forms/assets/js/frontend/text-limit.js', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/frontend/text-limit.js', 1, 0x00000000000000000000000000000000, 0x120bbef578476a80a688fbf35df284e9, 0xba3f03d4f4e380d4fabb568c1f8589403ed9a649a6aa82db7a464f045ad5a6cc, '', 0, '?'),
(0xd2345739077e01addd4e7381471904d3, 'wp-content/plugins/everest-forms/assets/js/frontend/text-limit.min.js', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/frontend/text-limit.min.js', 1, 0x00000000000000000000000000000000, 0xdb055da2507dacaca54e84d69d58daa6, 0x54add860a87fe4a81d306f3c528f609ee609a40e34acfdd1f244434068db0601, '', 0, '?'),
(0x54278c959c46afefe6f10fd4a47c983a, 'wp-content/plugins/everest-forms/assets/js/inputmask/jquery.inputmask.bundle.js', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/inputmask/jquery.inputmask.bundle.js', 1, 0x00000000000000000000000000000000, 0x3c975e277f9bb76876d1b933216a7888, 0x459b69333a7e8fe5c3f563a11869098399becee495554ad5bfd48cba113a98b7, '', 0, '?'),
(0x0eda7b9a649f7a8b6153bf9e02e59bda, 'wp-content/plugins/everest-forms/assets/js/inputmask/jquery.inputmask.bundle.min.js', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/inputmask/jquery.inputmask.bundle.min.js', 1, 0x00000000000000000000000000000000, 0x5f3498d5c53b37e6cea7a14026859ac3, 0x2e57b1501df62dd1d4e97735bb141f1ee4bd354065b9c67631507997039f78b6, '', 0, '?'),
(0xf3c9aab721bf987583f6c8f459e00f0c, 'wp-content/plugins/everest-forms/assets/js/jquery-blockui/jquery.blockUI.js', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/jquery-blockui/jquery.blockUI.js', 1, 0x00000000000000000000000000000000, 0x97bdcea1c4b2ef856b70dd243b433694, 0x9eece6c8785757651faaf9b28a19823c1d429805d4238439555592e1ce696937, '', 0, '?'),
(0xff28d74219550e70ff366e88c1fc449a, 'wp-content/plugins/everest-forms/assets/js/jquery-blockui/jquery.blockUI.min.js', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/jquery-blockui/jquery.blockUI.min.js', 1, 0x00000000000000000000000000000000, 0x38e679e825c08d013094b476adff3d9b, 0x34a2fe90840a8b7b696ac6a2de7022c13b68fb215f5cf27a89c30f7e8b71b751, '', 0, '?'),
(0x19ea24757a9c387f3b3c34efb0c52116, 'wp-content/plugins/everest-forms/assets/js/jquery-confirm/jquery-confirm.js', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/jquery-confirm/jquery-confirm.js', 1, 0x00000000000000000000000000000000, 0x660e693df2d1d628c9a8b57511169b36, 0x76ad3889f37d08b1bbc70ed47a7fa92eade827cadbb7ac215d723a6ec2f4a0f4, '', 0, '?'),
(0xadd1a6dc90c5ad1804e585c99c72dca4, 'wp-content/plugins/everest-forms/assets/js/jquery-confirm/jquery-confirm.min.js', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/jquery-confirm/jquery-confirm.min.js', 1, 0x00000000000000000000000000000000, 0x86ea30465de909bb85a64530cdd4a832, 0xbc286e9c28fb2f1d707ab1f5cd8e45cb9418b2eedabafc384317c9389f4427d2, '', 0, '?'),
(0x78957276bb68e061273fe191843b64b3, 'wp-content/plugins/everest-forms/assets/js/jquery-tiptip/jquery.tipTip.js', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/jquery-tiptip/jquery.tipTip.js', 1, 0x00000000000000000000000000000000, 0x65c54bcf5b1896a9753dac741676338b, 0xf2b0a2ba8a2f7b66eab39512a688450d7b519032532db8430378e3432f4e6e9c, '', 0, '?'),
(0x1a1af7f24a675d3dcf5df342b30aaf0a, 'wp-content/plugins/everest-forms/assets/js/jquery-tiptip/jquery.tipTip.min.js', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/jquery-tiptip/jquery.tipTip.min.js', 1, 0x00000000000000000000000000000000, 0xd30b5b6c2a2900e269752010152672db, 0x08cfc815b11b2fc97aa23076dc5b19a43796f92a5ac040633c1284284ef89772, '', 0, '?'),
(0x75171260571b82d93daff934e1c05e78, 'wp-content/plugins/everest-forms/assets/js/jquery-validate/jquery.validate.js', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/jquery-validate/jquery.validate.js', 1, 0x00000000000000000000000000000000, 0xc33c58d2089ff1512492ecb71b0701ff, 0x150bda07a5db0b471306f3061b2547e23eb9c649c3c7f16f69d3547ab0c176bb, '', 0, '?'),
(0x6e315e6c56e01c44c20381fc62e8c18d, 'wp-content/plugins/everest-forms/assets/js/jquery-validate/jquery.validate.min.js', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/jquery-validate/jquery.validate.min.js', 1, 0x00000000000000000000000000000000, 0x014e81dd1a31bde533ebc11828eaf248, 0x6f097128a1323acfe1a287ec863ee9a284d05135f85e153c9b816191ef802a8f, '', 0, '?'),
(0xd3cf2c5cb875594419e11356ac9300d4, 'wp-content/plugins/everest-forms/assets/js/mailcheck/mailcheck.js', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/mailcheck/mailcheck.js', 1, 0x00000000000000000000000000000000, 0xe2ce8ba8eac2329d11a8d7241975551f, 0xbcf4e93ce92b4e69ee0f96c36c61ed17183841dcebe33a59249d3349cbd97630, '', 0, '?'),
(0x7d57727ef0e1f683e095c4548cc750c4, 'wp-content/plugins/everest-forms/assets/js/mailcheck/mailcheck.min.js', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/mailcheck/mailcheck.min.js', 1, 0x00000000000000000000000000000000, 0x84cdf2af726ea0ad5c67b7ec6479e363, 0xebad0533319d229203c1b99c6222c8fdeac4352a85ebb19ce3746c6da272008d, '', 0, '?'),
(0xc2b7fed0855f94116b858f327080f42c, 'wp-content/plugins/everest-forms/assets/js/perfect-scrollbar/perfect-scrollbar.js', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/perfect-scrollbar/perfect-scrollbar.js', 1, 0x00000000000000000000000000000000, 0x502b178b099ed4d72db251553c569536, 0xe38b13fc00c95bb9f2075e51fc98ef53de7660b85f78c7473a5a3613b7837ca7, '', 0, '?'),
(0xba64df23be93e6bc7e9d9d5f2b3cbe99, 'wp-content/plugins/everest-forms/assets/js/perfect-scrollbar/perfect-scrollbar.js.map', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/perfect-scrollbar/perfect-scrollbar.js.map', 1, 0x00000000000000000000000000000000, 0x10b14fc0fb9536186a7751a7a8c74a1f, 0x509e3e7bfd5617accda1465cd1864aa82dbeaf3bff476e5c41bbf4923e2de233, '', 0, '?'),
(0x346ac58c0771acb7991b4bc89fee994a, 'wp-content/plugins/everest-forms/assets/js/perfect-scrollbar/perfect-scrollbar.min.js', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/perfect-scrollbar/perfect-scrollbar.min.js', 1, 0x00000000000000000000000000000000, 0x4707a5fde2e52a52c114cdad148fcb39, 0xe637e3b12739a94611bfa1d38dafc0ece1faaa2aa6910bc99bf2e646d8e76ba9, '', 0, '?'),
(0x6c3d3afb3f2f0c60a9b7246e87d15d6d, 'wp-content/plugins/everest-forms/assets/js/perfect-scrollbar/perfect-scrollbar.min.js.map', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/perfect-scrollbar/perfect-scrollbar.min.js.map', 1, 0x00000000000000000000000000000000, 0x900a54644f1dbf2c79d5ae943431a178, 0xbf53f8aacb510f72bdfd29354863949c3503889991d9f54f246fc71d2867f81e, '', 0, '?'),
(0x7ef05f85cb0c5d5561010691754e1e81, 'wp-content/plugins/everest-forms/assets/js/selectWoo/selectWoo.full.js', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/selectWoo/selectWoo.full.js', 1, 0x00000000000000000000000000000000, 0xc4170723d40c2a165be0b9ed3df8894d, 0x09ae84f37c163015b726fc48eee7bd3970dce2b45a1bf19a430a23906e59bcc6, '', 0, '?'),
(0x50bc01227266ef9ec03529e54c693315, 'wp-content/plugins/everest-forms/assets/js/selectWoo/selectWoo.full.min.js', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/selectWoo/selectWoo.full.min.js', 1, 0x00000000000000000000000000000000, 0x632d6bc6bcb1217a4e0b9d51728e78b0, 0x9d4f86b479e64854d1badf8cea0553726c07acbfc1826255eb9e6720120d69be, '', 0, '?'),
(0xb7f3cf4fd790ce1ee78f83eb5285d518, 'wp-content/plugins/everest-forms/assets/js/selectWoo/selectWoo.js', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/selectWoo/selectWoo.js', 1, 0x00000000000000000000000000000000, 0x7a6a34f44dae012b474c0b21f2abf097, 0xea753307af7801894fbd6e15b37cd08dee224268bf6f15a3bb40222aa611bb7b, '', 0, '?'),
(0x03caf852c65d1e74f31cc7d019d314aa, 'wp-content/plugins/everest-forms/assets/js/selectWoo/selectWoo.min.js', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/selectWoo/selectWoo.min.js', 1, 0x00000000000000000000000000000000, 0xab9f96eca048b2e2a8cc53e0f1f73df6, 0xe66255f20463f34906459ffd115a0670da72672f4788b0bbaaf038d04af47c7c, '', 0, '?'),
(0xd765873fb6453b9220ee8a126c6248fb, 'wp-content/plugins/everest-forms/assets/js/tooltipster/tooltipster.bundle.js', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/tooltipster/tooltipster.bundle.js', 1, 0x00000000000000000000000000000000, 0xebfed650aab3254f159599e703609250, 0x988e0bbd46953104a2534fa3ca35e05380a32f0f4cbf675aee5ed0517ac745dc, '', 0, '?'),
(0x7af0e6702d51faa06a6e963bbf3aef22, 'wp-content/plugins/everest-forms/assets/js/tooltipster/tooltipster.bundle.min.js', '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/tooltipster/tooltipster.bundle.min.js', 1, 0x00000000000000000000000000000000, 0xda8116a9a426d7b91e26397ed77e78c1, 0x142923487a5bf072b79266201dccbc7309bfc3f9e354b44f878079a296149317, '', 0, '?'),
(0x6384719208554d4ac256b73814b4e3aa, 'wp-content/plugins/everest-forms/everest-forms.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/everest-forms.php', 1, 0x00000000000000000000000000000000, 0x6c350c99c9c9df14ea839474fd04d03d, 0x1ec0e397f1c70333841925a0d46cc822599d7c855cd9981781b9c88d443cda5a, '', 0, '?'),
(0x8158f267b679abb35bf54844f90560bc, 'wp-content/plugins/everest-forms/includes/abstracts/class-evf-background-process.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/abstracts/class-evf-background-process.php', 1, 0x00000000000000000000000000000000, 0xca040ae95c008ed04fb2e9d414cc1896, 0x8cc0da6daf15c7e5c472dd1cbe4dbdb19dcb65afeccddd0f2f2fce370944c59c, '', 0, '?'),
(0x6399fe3256f0307ceae6bd6d76a6ea43, 'wp-content/plugins/everest-forms/includes/abstracts/class-evf-deprecated-hooks.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/abstracts/class-evf-deprecated-hooks.php', 1, 0x00000000000000000000000000000000, 0x37c632a435ac3c6597901213abf28373, 0x7368facd468ce5fb231e401f453bc6ef90efa3e7f977d42dde043477928cbb66, '', 0, '?'),
(0x53c9a4c609a467deef39f4a9d782a8c9, 'wp-content/plugins/everest-forms/includes/abstracts/class-evf-form-fields.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/abstracts/class-evf-form-fields.php', 1, 0x00000000000000000000000000000000, 0x2061748c60ce6bc1d18dbc3c71b1eab0, 0x8939af46d33efad6436e3b6a232e6ab36ea39b79a4d1cde0edc5a8c4b19c9701, '', 0, '?'),
(0xb3681bf3559171592317a91b5bf14b9a, 'wp-content/plugins/everest-forms/includes/abstracts/class-evf-integration.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/abstracts/class-evf-integration.php', 1, 0x00000000000000000000000000000000, 0x28162b319de062b8148b9cca1ce95aa1, 0x62b9f5fe19b87078351ce1d5be96825790ecbadb900d198ed223cd2dc4a999c8, '', 0, '?'),
(0xcafe223d65a543299a6faba9b5d9e516, 'wp-content/plugins/everest-forms/includes/abstracts/class-evf-log-handler.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/abstracts/class-evf-log-handler.php', 1, 0x00000000000000000000000000000000, 0x6a2c648d86da6b03990083d97225da49, 0xaf315293bada28750fb621318cfeab4d25d8afafcb4f9c0935a5b1b208b1f5ee, '', 0, '?'),
(0x05aeee5b07226c35a0ad4eb20a2c7679, 'wp-content/plugins/everest-forms/includes/abstracts/class-evf-session.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/abstracts/class-evf-session.php', 1, 0x00000000000000000000000000000000, 0x38c9a0f0f931b44d7e1ae01d776b5d42, 0x5af2f9c7f5db8a5b0e3dc6e640d82f48a9b8ea438a17e794f72d5d29da54b8cd, '', 0, '?'),
(0x01322edb54c8ed2be82dd81da87dcd2e, 'wp-content/plugins/everest-forms/includes/abstracts/class-evf-settings-api.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/abstracts/class-evf-settings-api.php', 1, 0x00000000000000000000000000000000, 0x3cd2bdb38934d06db0ef4c21933695df, 0xafc167f1aa9685a77dd51450e5a4cccdc6feecf54533bf6d993ce37f3bfd6fca, '', 0, '?'),
(0xebf9c8420bf4ed56a605f665ee7dfa44, 'wp-content/plugins/everest-forms/includes/abstracts/legacy/class-evf-admin-form-panel.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/abstracts/legacy/class-evf-admin-form-panel.php', 1, 0x00000000000000000000000000000000, 0x2dd4620ed34a639339b60f981d93f594, 0xce3abef30acd0cf9e871200c6c5bb4f9ebe10e565680f46a5ce550288147f9e9, '', 0, '?'),
(0x633c08861844cf612d163d3696b921d9, 'wp-content/plugins/everest-forms/includes/admin/builder/class-evf-builder-fields.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/admin/builder/class-evf-builder-fields.php', 1, 0x00000000000000000000000000000000, 0xf45ee54dfcdd37d226333e083f7765c9, 0x46f41dae01c9726e8e17e518a141b2de7554aec3ad37f7709ddff5afc2f53d85, '', 0, '?'),
(0xb159df22a41306e3d750dc7d01d7f939, 'wp-content/plugins/everest-forms/includes/admin/builder/class-evf-builder-page.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/admin/builder/class-evf-builder-page.php', 1, 0x00000000000000000000000000000000, 0x7a41966694c257186f5851ed9dbf5b4b, 0x7c063fd17b1f625ffac890b3f10ed74fe0fda829dcc943140f7af882eebafba8, '', 0, '?'),
(0xc798d6f06549967d7a9997c14c706f99, 'wp-content/plugins/everest-forms/includes/admin/builder/class-evf-builder-settings.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/admin/builder/class-evf-builder-settings.php', 1, 0x00000000000000000000000000000000, 0xb13c13ebaf10ca07851d383c66513120, 0x4b3a27479a3d4bd869ddebd7a225a528df848f49891236874e0bbad0d6caa098, '', 0, '?'),
(0x8a96cb84ae1204b1d329a7675181cfde, 'wp-content/plugins/everest-forms/includes/admin/class-evf-admin-addons.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/admin/class-evf-admin-addons.php', 1, 0x00000000000000000000000000000000, 0x7df1c29bd3b6ea78af3c6abcffe70037, 0x6854de7a627e110b058030e26c9288bf1cd23f7a030f5ba5f9ef0a69b823f3f7, '', 0, '?'),
(0xd5aa246fe7f66658106349309edb3a98, 'wp-content/plugins/everest-forms/includes/admin/class-evf-admin-assets.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/admin/class-evf-admin-assets.php', 1, 0x00000000000000000000000000000000, 0x6e9bed97146263cec7659ad7748692e6, 0x0372c5ac447fa8494d979fa3be4c8fdf279e72fcfc111597690f28d01c07b68f, '', 0, '?'),
(0x89cb832e260d4d4f30f512777cc42759, 'wp-content/plugins/everest-forms/includes/admin/class-evf-admin-builder.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/admin/class-evf-admin-builder.php', 1, 0x00000000000000000000000000000000, 0x9d763e88dbce98d32a6cff50aef73023, 0xb54b627e52c0940e2a24eff6a68b4ac6bdec9ccb4c0a0f7a9ad93e077e64ab55, '', 0, '?'),
(0xd075463a12c9f80189db485e569024c5, 'wp-content/plugins/everest-forms/includes/admin/class-evf-admin-editor.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/admin/class-evf-admin-editor.php', 1, 0x00000000000000000000000000000000, 0x0d8d9d8a096668d3a69db962f6b38c19, 0xcc2e4d48ecf29a318261a49adc88632109d16d66d425615ac1bfab4ef62f836f, '', 0, '?'),
(0x667ea6e2ea140daff9bd4c8cdf0c54b1, 'wp-content/plugins/everest-forms/includes/admin/class-evf-admin-entries-table-list.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/admin/class-evf-admin-entries-table-list.php', 1, 0x00000000000000000000000000000000, 0x50a044934a701b3170f735b96757ff80, 0xf8fc57eb4c96654fa7c6e76c79937dbffbaa3fecda9504435141d9a9674f7e2b, '', 0, '?'),
(0xf0b4c1d3f9b51911169dcf281cfbc3c6, 'wp-content/plugins/everest-forms/includes/admin/class-evf-admin-entries.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/admin/class-evf-admin-entries.php', 1, 0x00000000000000000000000000000000, 0x68c5d1f8f4e1e170fa0e1f9cc5c7a9b1, 0xb829e3cf5f82fdb7ec73db01acc2de96e64381d0a8815d254cba69ced226022b, '', 0, '?'),
(0x2be5dd469173656d13740401704fdca5, 'wp-content/plugins/everest-forms/includes/admin/class-evf-admin-forms-table-list.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/admin/class-evf-admin-forms-table-list.php', 1, 0x00000000000000000000000000000000, 0xf6ff918e0310993042b7178aafd60413, 0x1d1d0b8033edeb04d104013b48b133e5beba7108f854fe8c343bd3e143c6b252, '', 0, '?'),
(0x46ea3933008af439285080c39342d34a, 'wp-content/plugins/everest-forms/includes/admin/class-evf-admin-forms.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/admin/class-evf-admin-forms.php', 1, 0x00000000000000000000000000000000, 0xb0efe42c7725c7287b81d5e2dcec4d54, 0xa606da985bd5a7e239f8b0c0ef36122399be0fbd39f8b5deb22a4dc5d0d412ba, '', 0, '?'),
(0x48161d6f644374f65ed74d8f1be16118, 'wp-content/plugins/everest-forms/includes/admin/class-evf-admin-import-export.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/admin/class-evf-admin-import-export.php', 1, 0x00000000000000000000000000000000, 0x9d11ce45ff71fe4137aa9963d6accd7a, 0xc8fce177024d7a3f202056346a713698396a15399434783f4686868815033e00, '', 0, '?'),
(0xf0cda67e6804945a20b6195faa8950a6, 'wp-content/plugins/everest-forms/includes/admin/class-evf-admin-menus.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/admin/class-evf-admin-menus.php', 1, 0x00000000000000000000000000000000, 0x485b690c8187be3e0de3ed2b21d11bde, 0xb1a4e56129550b128058b8b294165a70bdc1f59bc85931529cf299016d91e10b, '', 0, '?'),
(0x6d9fd1a0aaa44ec1461c811fec921ce5, 'wp-content/plugins/everest-forms/includes/admin/class-evf-admin-notices.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/admin/class-evf-admin-notices.php', 1, 0x00000000000000000000000000000000, 0xb6bf440ee1a4536d81c5638e1622bc2b, 0xf9a57b609d6d0a3990e7d4a05a665908131135f4980e70db2ba1781f4ba039ce, '', 0, '?'),
(0xa7c7cd91fe7ecf3ea588ee496037b212, 'wp-content/plugins/everest-forms/includes/admin/class-evf-admin-settings.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/admin/class-evf-admin-settings.php', 1, 0x00000000000000000000000000000000, 0x5a5b1c1b90c03f788f43315a6f51cf62, 0xee314eb1f8b13d7c5d003c9af8962cbfe1e3032dfc83a02bfef9750e429d4767, '', 0, '?'),
(0xf690cf3579b5b6cb32e2839c74c6cb04, 'wp-content/plugins/everest-forms/includes/admin/class-evf-admin-tools.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/admin/class-evf-admin-tools.php', 1, 0x00000000000000000000000000000000, 0xeaa717a075e6611e30dd3355e8368bee, 0xfaec1d9fbc42b5ac14b0a7409008b4ab174780b029595cd4d8e6056ae3e1c45d, '', 0, '?'),
(0xa5c1e96b9466f8e4198c33f626c2f910, 'wp-content/plugins/everest-forms/includes/admin/class-evf-admin-welcome.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/admin/class-evf-admin-welcome.php', 1, 0x00000000000000000000000000000000, 0xa9ac168594af0239b569a5256bb17e7c, 0x918bdd0081418a7bfb26e8e7095dc066cf4c06b2136de889ffd8a35c81f8e7e0, '', 0, '?'),
(0x0cdd8951fc35d765b1b7d8799a1c8cb5, 'wp-content/plugins/everest-forms/includes/admin/class-evf-admin.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/admin/class-evf-admin.php', 1, 0x00000000000000000000000000000000, 0x9a140d90d28b59727a4d4bbf3f24be8c, 0xe8f2748f8c6cce0513d47ef3bb6f783a030c9e124b231df9f15c612e8b7d9089, '', 0, '?'),
(0x09be1fc6416a22978e66137d9f02b0b1, 'wp-content/plugins/everest-forms/includes/admin/evf-admin-functions.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/admin/evf-admin-functions.php', 1, 0x00000000000000000000000000000000, 0x89e9e3e9df11d7403e4c0c6900cf7251, 0xc8fa9205ce8e3af8f80570e2ad755349f241a63969494609ff855cedbc289667, '', 0, '?'),
(0xa5130b0c70bf95aad0518cd19324a4dc, 'wp-content/plugins/everest-forms/includes/admin/plugin-updates/class-evf-plugin-updates.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/admin/plugin-updates/class-evf-plugin-updates.php', 1, 0x00000000000000000000000000000000, 0x08ae20ee88fe9f58c4bef3f7e5fbea7e, 0xed2dacb1659c3d013e6c8946e85b48619b11495ba5cb69f30d852056aadc9a56, '', 0, '?'),
(0x05ce40dcdbb0b6bb5818d5eae131f114, 'wp-content/plugins/everest-forms/includes/admin/settings/class-evf-settings-email.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/admin/settings/class-evf-settings-email.php', 1, 0x00000000000000000000000000000000, 0x5d0c56c25013e60785eabf6deb15514b, 0xb6b401d673998f0f46ec40a55bc1619bbde55fac421105837e6831b093b6986f, '', 0, '?'),
(0x3a56bf9c02f102456a5f3637409ad034, 'wp-content/plugins/everest-forms/includes/admin/settings/class-evf-settings-general.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/admin/settings/class-evf-settings-general.php', 1, 0x00000000000000000000000000000000, 0x25de354da42e15ef4fe78ddbea438f62, 0xf1a3d358a1374d1be3d0f0d045ab82ea75b47ef24f6c199e2b0d2abe7b01e8ff, '', 0, '?'),
(0xeb34c8bfe7e8b06f518ffd29e1603457, 'wp-content/plugins/everest-forms/includes/admin/settings/class-evf-settings-integrations.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/admin/settings/class-evf-settings-integrations.php', 1, 0x00000000000000000000000000000000, 0x6e2e591995f5e22131881df0f3ca38f1, 0xc11bde9082808aa5d1bbefc75d563386a6a9e1509ab38e62fb77c5c7c49d5820, '', 0, '?'),
(0x3a34612d30aaf358be6a3966be59decf, 'wp-content/plugins/everest-forms/includes/admin/settings/class-evf-settings-page.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/admin/settings/class-evf-settings-page.php', 1, 0x00000000000000000000000000000000, 0x814072b05ffdb84f39287d22f4ed14d4, 0x3aac16761cd218d99570b592d997a6e232d1de871005a144bbff1300b1699e60, '', 0, '?'),
(0xc5b4dcd3de2e4ef044207a67d7d597fa, 'wp-content/plugins/everest-forms/includes/admin/settings/class-evf-settings-recaptcha.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/admin/settings/class-evf-settings-recaptcha.php', 1, 0x00000000000000000000000000000000, 0xfec89506a220c251d883c012eac58ee4, 0xa219dadba4cc63c4e2389c5438e9301da65988a84eaf498e285ca44a3c715cdb, '', 0, '?'),
(0x077a11482e042924cfdb4e50ff396d2b, 'wp-content/plugins/everest-forms/includes/admin/settings/class-evf-settings-validation.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/admin/settings/class-evf-settings-validation.php', 1, 0x00000000000000000000000000000000, 0xffe1bfa6822410988e4efa23b5d1f2ab, 0xe883bdd5aadb0920bf0d7a635c1e8b15c243451f590ae7c24f304fb1fce333bf, '', 0, '?'),
(0xa13b6a976364333ec66e8b4520cd0767, 'wp-content/plugins/everest-forms/includes/admin/views/html-admin-page-addons.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/admin/views/html-admin-page-addons.php', 1, 0x00000000000000000000000000000000, 0x7204c74659b0d9c52273192ef4de876d, 0xd27868f2b2df684a55ff9375947598f8d4117e1f9bd8ae48e70fc3fc1973a919, '', 0, '?'),
(0xfa5e8a0d89745e86080d2f00b1afb56b, 'wp-content/plugins/everest-forms/includes/admin/views/html-admin-page-builder-setup.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/admin/views/html-admin-page-builder-setup.php', 1, 0x00000000000000000000000000000000, 0x22c06216b64e5a2c88acffdeea598e19, 0x77c37036432ab1ba20f484b9a76ad10895a4477440d595419506bfa41ededacf, '', 0, '?'),
(0xabf61b85ab112c1f964cafdcdf9a4866, 'wp-content/plugins/everest-forms/includes/admin/views/html-admin-page-builder.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/admin/views/html-admin-page-builder.php', 1, 0x00000000000000000000000000000000, 0xe15858aaaaf6c2559c400353921e4660, 0x22fdde7576e250cb0fc3c1b05abee65085cf74dc9bf1f3c3d2aba422615f86ae, '', 0, '?'),
(0xa63ed73643243419b417105403d6ee30, 'wp-content/plugins/everest-forms/includes/admin/views/html-admin-page-entries-view.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/admin/views/html-admin-page-entries-view.php', 1, 0x00000000000000000000000000000000, 0x32e3e5e852d9de2617123236a5055c50, 0x7a3bd575246b810adc2d273e9e62aa872fff2ee1781f7e714f4ab381dfe821d0, '', 0, '?'),
(0x8c84c424bbb6fe6969b795361b9954f9, 'wp-content/plugins/everest-forms/includes/admin/views/html-admin-page-export.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/admin/views/html-admin-page-export.php', 1, 0x00000000000000000000000000000000, 0x78da10780798fdcbbfbdf80289467918, 0x57618320104795ad092280a3f1846de492a27e4bde7a91817b729747e254cdb4, '', 0, '?'),
(0xd41b330c650929d4f2f971e2b85a002e, 'wp-content/plugins/everest-forms/includes/admin/views/html-admin-page-import.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/admin/views/html-admin-page-import.php', 1, 0x00000000000000000000000000000000, 0x06be5dacbe37434e3e718e73c69e1f46, 0x094abfc1aca467e5b33f81699b4ab8bf1c3f3beda099d869d981cfe38772be00, '', 0, '?'),
(0xd5372aa0577a152c1687ab5822608223, 'wp-content/plugins/everest-forms/includes/admin/views/html-admin-page-tools-logs.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/admin/views/html-admin-page-tools-logs.php', 1, 0x00000000000000000000000000000000, 0x14b92ff2b5262338cbc649b97f9a35cd, 0x7bcab86b6a22f8a7c62fdc0a814a4e086733b0fea4480e356fd21ed48f185b99, '', 0, '?'),
(0x202f8787629bfc97512e3798401b25b3, 'wp-content/plugins/everest-forms/includes/admin/views/html-admin-page-tools.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/admin/views/html-admin-page-tools.php', 1, 0x00000000000000000000000000000000, 0xa3c4ad2f9b321755dcb6bd24b20daf42, 0x67520416a6f4c1739e56263a839f96868b773b411f0d8e33b76b03e0de0a6c35, '', 0, '?'),
(0x43f65a96494e6308a8bfbec7d67eeff6, 'wp-content/plugins/everest-forms/includes/admin/views/html-admin-settings.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/admin/views/html-admin-settings.php', 1, 0x00000000000000000000000000000000, 0x4ac05a8aeef0c906f4b41fb0c089096c, 0x8ab9b0fe09b5d4586e698faa0fefbfcae5a8ef59a79f48155b745854de483b57, '', 0, '?'),
(0x3a8d4768bd01a8578d96ba2ed3307293, 'wp-content/plugins/everest-forms/includes/admin/views/html-notice-custom.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/admin/views/html-notice-custom.php', 1, 0x00000000000000000000000000000000, 0xbca01bc7d478db8024dd6cc1b7789c24, 0xa940054e9f8b03a8b29e78314f55333b32b3aab59dd88c392cef298adc65c75a, '', 0, '?'),
(0x9c778c4c7dfa0e87c2d7072d122e5689, 'wp-content/plugins/everest-forms/includes/admin/views/html-notice-review.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/admin/views/html-notice-review.php', 1, 0x00000000000000000000000000000000, 0xa51344e431ea7dea01504704f9dc81b8, 0x5a58b2fa4564d068514c2da72a954a552d640a502e6ae3c8d9cb9d1b66d6b8a3, '', 0, '?'),
(0x8a39ad9e7557bc2d1fc1440baaae8b74, 'wp-content/plugins/everest-forms/includes/admin/views/html-notice-survey.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/admin/views/html-notice-survey.php', 1, 0x00000000000000000000000000000000, 0x1a2c287c124bcf77783f4ed7d341f437, 0x9aff5aa386f4847cbaae7459069ec8e21d3a32503c9c0c9f8c09f9d0824b766a, '', 0, '?'),
(0x7e9002bbab14f185eaf17ec94d06b67b, 'wp-content/plugins/everest-forms/includes/admin/views/html-notice-update.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/admin/views/html-notice-update.php', 1, 0x00000000000000000000000000000000, 0x1edc0aaa823ac7dd03ddd5a1e718e853, 0x7acf670c4c313ddfd7cba433152e1a03704304c80f7d79410988d86e881f9d55, '', 0, '?'),
(0x6e7ca77efc770a8cc913ec97aa7b40e9, 'wp-content/plugins/everest-forms/includes/admin/views/html-notice-updated.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/admin/views/html-notice-updated.php', 1, 0x00000000000000000000000000000000, 0xa7d4accdd8c5cbf1eb193523a76c4c81, 0x1400ac2c4002f9994811803d36e7e02da3b77dfda58292645986a0cca6f56694, '', 0, '?'),
(0x9e3bdd9a29c73254ccd456ddeb9f1daf, 'wp-content/plugins/everest-forms/includes/admin/views/html-notice-updating.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/admin/views/html-notice-updating.php', 1, 0x00000000000000000000000000000000, 0xc2fee1cf77a6fef5653e13564e587d2b, 0xf4789b623a97c05891ea83570dbec8767a1cab46da5b774db5a3d4f9940fe41f, '', 0, '?'),
(0xb014c55645a86f466a308e77371e9a40, 'wp-content/plugins/everest-forms/includes/class-everest-forms.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/class-everest-forms.php', 1, 0x00000000000000000000000000000000, 0x0a9e35c900909640cd6876ae453d0d73, 0x689e9d91b11931e97d9f65994c981847093fd35401c5ff62adda24ac6c2071e7, '', 0, '?'),
(0x5c9500467d7a567c8ca36bcc6883838f, 'wp-content/plugins/everest-forms/includes/class-evf-ajax.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/class-evf-ajax.php', 1, 0x00000000000000000000000000000000, 0x1d2092dacf833b950796f4d33c4b3a76, 0x73320f30b8c8c12cc1ab972e5f8183ed501e6d9586434509953633a0bb53ce68, '', 0, '?'),
(0xd2284d58359406b71322ef50fe87f3ca, 'wp-content/plugins/everest-forms/includes/class-evf-autoloader.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/class-evf-autoloader.php', 1, 0x00000000000000000000000000000000, 0x177cb036bc87f40029f2bc3a612612c4, 0x890a268ee0e12e9a0266eecd3fe8326fdc87673c69059b95e3c7fcb74d827cd8, '', 0, '?'),
(0x6191b1efd66bea04ac33835e70a68272, 'wp-content/plugins/everest-forms/includes/class-evf-background-updater.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/class-evf-background-updater.php', 1, 0x00000000000000000000000000000000, 0x35588b5ab702f2de04c2c633e066d61c, 0x8a5c307d9f36b466360a91897ee35148dd16772893ddc98b9935c40488632ce2, '', 0, '?'),
(0xeaf34d56bb1019c21fc6fe53b1ce64f3, 'wp-content/plugins/everest-forms/includes/class-evf-cache-helper.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/class-evf-cache-helper.php', 1, 0x00000000000000000000000000000000, 0xf596f848a4996a98941209aea534bcef, 0x5b92084dad0e48c205c8125c3f99c7519e198444bf18796974296da8816a2f32, '', 0, '?'),
(0x2c5c8c84987e228a1a681cd40752d510, 'wp-content/plugins/everest-forms/includes/class-evf-deprecated-action-hooks.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/class-evf-deprecated-action-hooks.php', 1, 0x00000000000000000000000000000000, 0xfa93a70f9eb82a54a3dfd7bb8c1866b5, 0x518d42e7f6fd56ec95d2578c9d5f185ae5579874e7b949fda6824ed806450cf5, '', 0, '?'),
(0x85293c0282e7597a782433d656add2b3, 'wp-content/plugins/everest-forms/includes/class-evf-deprecated-filter-hooks.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/class-evf-deprecated-filter-hooks.php', 1, 0x00000000000000000000000000000000, 0xde49a739d2b8259dc4eabce17b4b656b, 0x84c5894be2fa971cf3df7ec02d7cd50fe9713253881c1e75cb0f7095717bd738, '', 0, '?'),
(0xbe39706a0e31d547132e18fa9f850f8a, 'wp-content/plugins/everest-forms/includes/class-evf-emails.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/class-evf-emails.php', 1, 0x00000000000000000000000000000000, 0x0cdacfa257f6c0746d74eee7c64be5b8, 0xfa0774e5caf29b43854000b4bb86a6746443b39ae32c7e975ab5572b4f6a54b8, '', 0, '?'),
(0x4c4b95aa8e1b1d01ddce996f66b53499, 'wp-content/plugins/everest-forms/includes/class-evf-fields.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/class-evf-fields.php', 1, 0x00000000000000000000000000000000, 0xd75c929faca48652f91a9543d9195320, 0xb58e55fbcb8f967a416d4a7a08612ebfb3e8a5ed72a0639d8ad029d863f0d7c1, '', 0, '?'),
(0x0efe1b5f3942d5a9d82baab91dbbb410, 'wp-content/plugins/everest-forms/includes/class-evf-form-block.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/class-evf-form-block.php', 1, 0x00000000000000000000000000000000, 0x1a3e9045b137f7f12fb5b1cf29074b4d, 0x53c1e98ad4ddff9fa6e27b971fb48a988ef1e46fd912ed640d2c4aa8533218a8, '', 0, '?'),
(0xfe30ab643eec070d3975458f85fb7c41, 'wp-content/plugins/everest-forms/includes/class-evf-form-handler.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/class-evf-form-handler.php', 1, 0x00000000000000000000000000000000, 0x6fb08b5e9d591cc9eaf91e2a2090b95f, 0xd17a086517db792b2d5767e3d869dce63c436a9da06e312f013c458b1e9f0eb1, '', 0, '?'),
(0xf3cce3dbb5f4a200f92e087eca396bf9, 'wp-content/plugins/everest-forms/includes/class-evf-form-task.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/class-evf-form-task.php', 1, 0x00000000000000000000000000000000, 0xed9caa46aa9b43f4ba0d4377fc0dceea, 0x028da7edab67cefc0d12f183f2b368ac1c12cb8980f32e46ada7f4c15d74b9af, '', 0, '?'),
(0xab0d11fd27ca614cfd18997b55de9ecf, 'wp-content/plugins/everest-forms/includes/class-evf-forms-features.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/class-evf-forms-features.php', 1, 0x00000000000000000000000000000000, 0x76deab05fae12ea1214fac99e822c881, 0xb3d1e42078b6d1a8f4318918361043e42a50057b3edb608c62c63fdec3092b2f, '', 0, '?'),
(0x3424d14b0026fefb5981c5c2d5a21a18, 'wp-content/plugins/everest-forms/includes/class-evf-frontend-scripts.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/class-evf-frontend-scripts.php', 1, 0x00000000000000000000000000000000, 0x00c147426f3017fbe3fbe6e51a0c2a73, 0xca7ef30613fe6e96b6e11639394d57c12ad7386449c3894351226d6c65fe7223, '', 0, '?'),
(0x20796316028d09a852fc20157d4215ed, 'wp-content/plugins/everest-forms/includes/class-evf-install.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/class-evf-install.php', 1, 0x00000000000000000000000000000000, 0xf36f529485e164b96b5107097b18d0ac, 0xc593016de65a3d1cdda1fafeeaa4cc286b51b4cc0e2e16692a58e2b8966f7dfb, '', 0, '?'),
(0xc99aa48a598b2315c3fe5a8feeeeef28, 'wp-content/plugins/everest-forms/includes/class-evf-integrations.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/class-evf-integrations.php', 1, 0x00000000000000000000000000000000, 0x955b75e5b53aa10b96c8d418e92279a1, 0xc0901b9f2fc7455103cb34cf4d0d392a8078acb66193258707ad11c5fbae1e79, '', 0, '?'),
(0xf94c35a065092f15a5e062d787653339, 'wp-content/plugins/everest-forms/includes/class-evf-log-levels.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/class-evf-log-levels.php', 1, 0x00000000000000000000000000000000, 0xc2b71f26ebadff4fc4ab4705762db64c, 0x2f93e64f0ccae9d4a9b6ea71dcb3244e62d49c4556b46359328bca3f40730396, '', 0, '?'),
(0x2b491b72df15a53d70d17539d9015e1b, 'wp-content/plugins/everest-forms/includes/class-evf-logger.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/class-evf-logger.php', 1, 0x00000000000000000000000000000000, 0x5300e774cb4e5b131f45008a49e9a7d5, 0x4d85d10985fb5d505ce811225914c61435c65f3e3f698f07acf8120b99b3d72a, '', 0, '?'),
(0x9ef5715ae58345af60983a7efb5113d4, 'wp-content/plugins/everest-forms/includes/class-evf-post-types.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/class-evf-post-types.php', 1, 0x00000000000000000000000000000000, 0x10d8da908abc23303c6db375b3a5fdea, 0x10d629d873ff8651718e24b873c367a00db47d38a8c321f791b5a723cca141cb, '', 0, '?'),
(0x5826bdf6e3572bb85d7a70ee0688c50d, 'wp-content/plugins/everest-forms/includes/class-evf-privacy.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/class-evf-privacy.php', 1, 0x00000000000000000000000000000000, 0x4f0288b651ad007094d33d46007f26d9, 0x4cf7de179f9b791cd79e8954719a6fb142cdbc016cf55001f3313eb7ac392503, '', 0, '?'),
(0xebb90fbf3b0d0b178b4017ee3eba5c4c, 'wp-content/plugins/everest-forms/includes/class-evf-session-handler.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/class-evf-session-handler.php', 1, 0x00000000000000000000000000000000, 0xca9e9946f8c1d438919ffa373582f59e, 0x798493d2aef676263e088169ea1d0d76c36be03cfd44a7c3e54fc986523fbe21, '', 0, '?'),
(0xc529a1bad7b0cb5e58a9562eeea9a2fe, 'wp-content/plugins/everest-forms/includes/class-evf-shortcodes.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/class-evf-shortcodes.php', 1, 0x00000000000000000000000000000000, 0xff3ba56413cc0e150c874fb51ea0cc6a, 0x829ec00e4924ce068571c62ce4fc88c9cfb48073c9a55f53182c1861754c5b98, '', 0, '?'),
(0xb238b7f48a241cc5acf46a21809120e0, 'wp-content/plugins/everest-forms/includes/class-evf-smart-tags.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/class-evf-smart-tags.php', 1, 0x00000000000000000000000000000000, 0x621a6cc1e24ec1d279e7fe0518066f72, 0xc15f9da84f29c9a0733c05166fc51a4aae7d170916e0ee7b3259123c4b393881, '', 0, '?'),
(0x3fbccfb300962d50ac3925d2d3c0db24, 'wp-content/plugins/everest-forms/includes/class-evf-template-loader.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/class-evf-template-loader.php', 1, 0x00000000000000000000000000000000, 0xb985048d032a80fac34fe915e555bb17, 0x3fbc44be1316e18432f1f0394854dfdeff2a7e18ac933306dcaa34193bb46bf3, '', 0, '?'),
(0x564d28fb1a949c8c0eb3ae912a5c801b, 'wp-content/plugins/everest-forms/includes/class-evf-validation.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/class-evf-validation.php', 1, 0x00000000000000000000000000000000, 0x44c06b539a77d4db686c2b212d799d73, 0x67b6133386e8f7654cb20afa32ceff072623c9af1fe81d0f6886c1d7171853be, '', 0, '?'),
(0x8f9eae7f3eab0e223ef553a64940411f, 'wp-content/plugins/everest-forms/includes/elementor/class-evf-elementor.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/elementor/class-evf-elementor.php', 1, 0x00000000000000000000000000000000, 0xe5f06cdab2e2b8d1c4bf61398f638f40, 0x487524e72b523e375f66f58bdfe20dff762e61a168221c1d551e2311b7e4cb86, '', 0, '?'),
(0xaa47a85380933a72bbd1bda65e159bd2, 'wp-content/plugins/everest-forms/includes/elementor/class-evf-widget.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/elementor/class-evf-widget.php', 1, 0x00000000000000000000000000000000, 0x9449561fb4d07ce3557e04464d993f72, 0x1d9537127dd1a1795f071bd4dc9e1014ad9728fb987f2fe6f1221a1a206ca709, '', 0, '?'),
(0x91e8d1bb4d2d75871c93c836d004d5fe, 'wp-content/plugins/everest-forms/includes/evf-conditional-functions.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/evf-conditional-functions.php', 1, 0x00000000000000000000000000000000, 0xc23332d48f30c58f4c625c3cb7c99fed, 0x127d59dc0e2fd5fe0f73c7e98a3fc288008079151c31fecae94f750212dfbe65, '', 0, '?'),
(0x72d09555e986d5c995eaa2a4dd69e3e6, 'wp-content/plugins/everest-forms/includes/evf-core-functions.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/evf-core-functions.php', 1, 0x00000000000000000000000000000000, 0x6351aefb79de085c52720af6345fb7ce, 0x2e7fc8a14814cb8a1ed8d378d86cd80250e71dd70d17de36d0e9ae02c579192f, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x69d5f0706ef54575a908437efccfa9d7, 'wp-content/plugins/everest-forms/includes/evf-deprecated-functions.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/evf-deprecated-functions.php', 1, 0x00000000000000000000000000000000, 0xdeaf977c98ee94fd80f09ad9e1bf7e56, 0xb7fd3d14e4fd75d734648b7e033803c891ae93343875a47f55d6180824bc3494, '', 0, '?'),
(0xc037bd380488aeaad18a87717b014e70, 'wp-content/plugins/everest-forms/includes/evf-entry-functions.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/evf-entry-functions.php', 1, 0x00000000000000000000000000000000, 0x92ea76be885b9af0b07005f157f8e5a4, 0x134b86b8db717b511152dd22d65dd45d1b93d10ef92ae2d0d8a205f572c44019, '', 0, '?'),
(0xa22b0b486795a5c40290eda1fa3c61e7, 'wp-content/plugins/everest-forms/includes/evf-formatting-functions.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/evf-formatting-functions.php', 1, 0x00000000000000000000000000000000, 0x7c679c080ca1f00147f69f70fc1da409, 0xc335341faa0849a75d5df11af1c0fdd557a90cd96026d55dbc3b4ca93c0bfbfe, '', 0, '?'),
(0xcca36f195a7b715d21bac8261c1bc011, 'wp-content/plugins/everest-forms/includes/evf-notice-functions.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/evf-notice-functions.php', 1, 0x00000000000000000000000000000000, 0xf1b3d0204f832b9605c407c86332c9a3, 0x700d44468a2052e8b478b07036cc758b9fec61ccbb7173e5a6718074f416d45e, '', 0, '?'),
(0x26942edae97f0d06744ebf487ea5d46f, 'wp-content/plugins/everest-forms/includes/evf-template-functions.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/evf-template-functions.php', 1, 0x00000000000000000000000000000000, 0xfd9c39d54f00e9d03f0a75eae1aa9385, 0x8f71c084af157c95d7540810bbfa12d93a5d9326464b772b27e6111c62dde023, '', 0, '?'),
(0xa6e461345ae3687e54291a748ae28f42, 'wp-content/plugins/everest-forms/includes/evf-template-hooks.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/evf-template-hooks.php', 1, 0x00000000000000000000000000000000, 0x0045a4da380d6d4e5da689a56e18a4dd, 0x81a16d2e596db638c334752f9bec107f51f05ba71c19dd1b3b362de20886005e, '', 0, '?'),
(0xe1a49b65a02fed11d8b26c0b2d546a39, 'wp-content/plugins/everest-forms/includes/evf-update-functions.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/evf-update-functions.php', 1, 0x00000000000000000000000000000000, 0x902ba566fdafae55ed3bbaf589d8fd14, 0xa99a7d773b5e3370b903943ead0be61fc75ca302906468606e39c597d625a5a0, '', 0, '?'),
(0x36a6439d7d67c932c756fb316bd0ee76, 'wp-content/plugins/everest-forms/includes/export/abstract-evf-csv-exporter.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/export/abstract-evf-csv-exporter.php', 1, 0x00000000000000000000000000000000, 0x59f7d4e63f6fed72b0670a9f14df830a, 0x20913358d336906364889b5a4dfb49914e43650a4f49439b1e01af1b83dd4c8b, '', 0, '?'),
(0xb72d24ef4c5f1360190258d321dac1be, 'wp-content/plugins/everest-forms/includes/export/class-evf-entry-csv-exporter.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/export/class-evf-entry-csv-exporter.php', 1, 0x00000000000000000000000000000000, 0xc231170fc45d9e8abad791dde6f990d9, 0x77c44a41ed1135ab9f6e3e1246e73201f6209b158a5aed7f615c4b9e021b3bab, '', 0, '?'),
(0x2f28c0b759384abc6fc06849d4d0997a, 'wp-content/plugins/everest-forms/includes/fields/class-evf-field-address.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/fields/class-evf-field-address.php', 1, 0x00000000000000000000000000000000, 0x1e17833881ea2ca6db21a58448eefcee, 0x2d66a213c5a3e62e3e47e2e86cac9ffae720b5c4e1daf8ea2ddeee46d7f08c64, '', 0, '?'),
(0xd57c2a35be1e84b70b85a68624c831d5, 'wp-content/plugins/everest-forms/includes/fields/class-evf-field-captcha.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/fields/class-evf-field-captcha.php', 1, 0x00000000000000000000000000000000, 0x22953a9c0a253431362a786edd90431a, 0xd2b66fc01682a46c690a8bb3eab41dab1e0d44a07e2b944fae1c27274ab47e25, '', 0, '?'),
(0xd4da25cb6f28d2bb2e9baec0c02636ae, 'wp-content/plugins/everest-forms/includes/fields/class-evf-field-checkbox.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/fields/class-evf-field-checkbox.php', 1, 0x00000000000000000000000000000000, 0xbd6ba5868055ac8b86369ce3cbd2a495, 0xd33b32fd7845bef7b29aa453204e31d4401b19a81793d074b325029639e960d5, '', 0, '?'),
(0xf3c6d47a7db4cec58f328963aa365337, 'wp-content/plugins/everest-forms/includes/fields/class-evf-field-country.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/fields/class-evf-field-country.php', 1, 0x00000000000000000000000000000000, 0x80089cb443d02fe676f2df61d39642e8, 0x27a2eab7f5354df4b61e568c3bb7eaa9298137eccdfc2540e45dea487628f5a1, '', 0, '?'),
(0x7d66fa7840515182cb861af803ec0d91, 'wp-content/plugins/everest-forms/includes/fields/class-evf-field-credit-card.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/fields/class-evf-field-credit-card.php', 1, 0x00000000000000000000000000000000, 0x496080ef3e0bb5f7351795de95c9b0b4, 0x7a3b1b722b2c24639112bbcca494f0da047ca008a21776810c7d9c51c29d232d, '', 0, '?'),
(0xc226266883ffc56c1b8fdcf5799efed8, 'wp-content/plugins/everest-forms/includes/fields/class-evf-field-date-time.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/fields/class-evf-field-date-time.php', 1, 0x00000000000000000000000000000000, 0x79044b31bcaf324bc7eb6bd85727e527, 0x9aeae2150616c31a7538022cd5fb2f0e6db03940286c2fd5fa4bbec29ef6c62e, '', 0, '?'),
(0x43019ca162b7b3ef9e098f2bb7ea649e, 'wp-content/plugins/everest-forms/includes/fields/class-evf-field-divider.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/fields/class-evf-field-divider.php', 1, 0x00000000000000000000000000000000, 0xea570d1d8f4b31c99de5df4a7aaebd1a, 0x0d2c1afc16f5591e43e1b41b6f9a476dc9b965b0a2c63e8b9e61102d43353bc0, '', 0, '?'),
(0x3f0ef4dffd63559cdc4e4e2ec95b23d5, 'wp-content/plugins/everest-forms/includes/fields/class-evf-field-email.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/fields/class-evf-field-email.php', 1, 0x00000000000000000000000000000000, 0x171606adedf55c317cda3ba4c72018b2, 0xa6df0ad5dbc422d30c12dc086410538bb8c54b89a81e18e3e053a357f1b06137, '', 0, '?'),
(0xe008a47ec41703f38315a90b42124dc0, 'wp-content/plugins/everest-forms/includes/fields/class-evf-field-file-upload.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/fields/class-evf-field-file-upload.php', 1, 0x00000000000000000000000000000000, 0x4ec2db1245dacd9934d41d4ce4115668, 0xd407455259f5afa6138381b434ba56ad431798cd1128a8aa3affafa6d171ffa4, '', 0, '?'),
(0xd7451b562b4a39bf83ce0ac5d820f006, 'wp-content/plugins/everest-forms/includes/fields/class-evf-field-first-name.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/fields/class-evf-field-first-name.php', 1, 0x00000000000000000000000000000000, 0x59f9109633dbba61ef90c9914f553d51, 0x40dcddc3bf56e32060f6605de9ad3a837cd9eab9dc2eb996f83eff8a4a18864d, '', 0, '?'),
(0x2e654a0d8c3099aa1efa19e08a731909, 'wp-content/plugins/everest-forms/includes/fields/class-evf-field-hidden.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/fields/class-evf-field-hidden.php', 1, 0x00000000000000000000000000000000, 0xae92ff65ad7f02551cce4dc6cc385864, 0x26e702720d1185c227e0c954e1d3376c612a556263da3192e47b21837cdb9912, '', 0, '?'),
(0x8c57d8349d8a230b8490fea04e51e16f, 'wp-content/plugins/everest-forms/includes/fields/class-evf-field-html.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/fields/class-evf-field-html.php', 1, 0x00000000000000000000000000000000, 0xa3add0afdc3086661bbcf277688d285c, 0x4da32a9c133c0b427f13ab883a34d756dbbc5b68af6f14499cf3af011aeedbb9, '', 0, '?'),
(0xf3c6479bcdfbf5c53a92f719c26c5da7, 'wp-content/plugins/everest-forms/includes/fields/class-evf-field-image-upload.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/fields/class-evf-field-image-upload.php', 1, 0x00000000000000000000000000000000, 0xf351da77166e0b790835a154699ee6c8, 0x9c7715ed1b44ec5c17a5f3e615c865b5cbcabc9a9d6cb98f95fbf75931d43cc2, '', 0, '?'),
(0x8559f397638cb20ce08827e999247133, 'wp-content/plugins/everest-forms/includes/fields/class-evf-field-last-name.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/fields/class-evf-field-last-name.php', 1, 0x00000000000000000000000000000000, 0x95294ab310a44ac14dbd99033956ddc3, 0x583041de41e396c4e47c1fe0702f2d848081cb0df319923b601d8d89852eeaf8, '', 0, '?'),
(0x99fba233716007c6db424fe352fd93f2, 'wp-content/plugins/everest-forms/includes/fields/class-evf-field-likert.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/fields/class-evf-field-likert.php', 1, 0x00000000000000000000000000000000, 0xe78fe434ad16a26b99e28df0c496e850, 0x44c0646190ac7ab6611bb5b6ae74659e3ec754d659215b45a7f61dac77f62fb7, '', 0, '?'),
(0x8fa9fa8ddb0d2999db314f146af0df31, 'wp-content/plugins/everest-forms/includes/fields/class-evf-field-number.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/fields/class-evf-field-number.php', 1, 0x00000000000000000000000000000000, 0x508adc5de17e42d4b1f1f5c2af5808af, 0xa3c50c60207be0c79ac3e937c2953f3b7d6bd237833ea34afdceec65e9a57cd9, '', 0, '?'),
(0xaa362e871633428e8a4d605fdda78ccc, 'wp-content/plugins/everest-forms/includes/fields/class-evf-field-password.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/fields/class-evf-field-password.php', 1, 0x00000000000000000000000000000000, 0xce333dc601af077e12d3fa9f128f4eb0, 0x7e11c987d20c69ca89e933c928e6cd71ba1498dcf219c1d0a3fe624f911d2054, '', 0, '?'),
(0x2ddeec1f46f1f43a43fd315ae48225d7, 'wp-content/plugins/everest-forms/includes/fields/class-evf-field-payment-checkbox.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/fields/class-evf-field-payment-checkbox.php', 1, 0x00000000000000000000000000000000, 0x5e77ec563fdf6f2fb3383db71f89f966, 0xc9fe727976f9b9f0343a041417d26aeb67b0b2066602761c44a4393c06fdd8ec, '', 0, '?'),
(0x2e807c9e0fc432785ceb7478bc81d88a, 'wp-content/plugins/everest-forms/includes/fields/class-evf-field-payment-coupon.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/fields/class-evf-field-payment-coupon.php', 1, 0x00000000000000000000000000000000, 0x26c9791933c6201af78ab0de0a7e4a2e, 0x55a587f66d2bac13a9aa6aeeefd9c571104befe9d4e257529bc8888af27ec1da, '', 0, '?'),
(0xbab474f9e765e9f506d1cce38131a2a1, 'wp-content/plugins/everest-forms/includes/fields/class-evf-field-payment-quantity.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/fields/class-evf-field-payment-quantity.php', 1, 0x00000000000000000000000000000000, 0x9fb8c13172fab99d2bcb4913f39444d6, 0x61a9d8eafa890543ea883452012f729352d90f7ea7205df897c2f5b384586af7, '', 0, '?'),
(0x62a63eb0e01b3ccf6def209a3eb4d120, 'wp-content/plugins/everest-forms/includes/fields/class-evf-field-payment-radio.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/fields/class-evf-field-payment-radio.php', 1, 0x00000000000000000000000000000000, 0x92a3120fa1a46fd47a649727043a5636, 0x9acc70f05f0aa8aeb3f9cc9be274ab0e68b4ea6a668ff648146dbabb10a8bb24, '', 0, '?'),
(0x90fb8a45965617b6bb1ec2b387b19fe8, 'wp-content/plugins/everest-forms/includes/fields/class-evf-field-payment-single.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/fields/class-evf-field-payment-single.php', 1, 0x00000000000000000000000000000000, 0x306de916660dfc9759c1c38652e6a782, 0x62eb19965ce1bab7594e29b1fb9f5b48d027c6d612d1b279c8f5003cf35f974c, '', 0, '?'),
(0xe6a12f175d1fcde98a1f5e189cb7aa55, 'wp-content/plugins/everest-forms/includes/fields/class-evf-field-payment-total.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/fields/class-evf-field-payment-total.php', 1, 0x00000000000000000000000000000000, 0x6a3b360bc9e83a588e6086015c744faa, 0xd53f545a833d2b1785c55b7c1a31bacaa8aef601c55db41e04c198ab31efe74b, '', 0, '?'),
(0x3cb510adf6d8e14756607d7ffe173f9b, 'wp-content/plugins/everest-forms/includes/fields/class-evf-field-phone.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/fields/class-evf-field-phone.php', 1, 0x00000000000000000000000000000000, 0x2895c1100db1364caf085ccef56dc407, 0x4eaaeb13a84550006740103397687f42c96be0d8f2a57d700b3a21210ca98ad9, '', 0, '?'),
(0x14bb7eeaf38a375c0fe93f4f0b069459, 'wp-content/plugins/everest-forms/includes/fields/class-evf-field-privacy-policy.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/fields/class-evf-field-privacy-policy.php', 1, 0x00000000000000000000000000000000, 0x0cbf385c99b6a4aaf7e35f5a299e958a, 0x5ae2ea6e5236dc2d504aa093a1c4c837d173770126d7fc1be50e8c92d422366e, '', 0, '?'),
(0x27be86d485743ed34ff562b813d9280d, 'wp-content/plugins/everest-forms/includes/fields/class-evf-field-radio.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/fields/class-evf-field-radio.php', 1, 0x00000000000000000000000000000000, 0x6f36591c4a87fa7a41741a334c9fdb86, 0xb6a893d365a31b2e74e6d0db536e6b5243ae3bde716322f22f9113bbc3d36116, '', 0, '?'),
(0x740284ac59d78c90717a07757d868948, 'wp-content/plugins/everest-forms/includes/fields/class-evf-field-range-slider.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/fields/class-evf-field-range-slider.php', 1, 0x00000000000000000000000000000000, 0x803b7dadf7c2decbebb772a056f85070, 0x8c46d639d4b399ab89e11bb7641e694425482f3851c71b038fac9b90a4ac391c, '', 0, '?'),
(0xcfc6544c25f0722e9f2f870d18f59231, 'wp-content/plugins/everest-forms/includes/fields/class-evf-field-rating.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/fields/class-evf-field-rating.php', 1, 0x00000000000000000000000000000000, 0x43f273c6b3a4770ec7a4a3b5c34f7bde, 0xec2a91492ee45d8b8acdcfcab5dad7fd97bc16dfb9d195b05cdc01557aadcd0b, '', 0, '?'),
(0x7999edfe176879e9760bd783721954b8, 'wp-content/plugins/everest-forms/includes/fields/class-evf-field-repeater.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/fields/class-evf-field-repeater.php', 1, 0x00000000000000000000000000000000, 0x76ae4f3c3fc7eec1089c6a168c50eae7, 0xf8c87ebcbec58480189fbbbca23517205a4a7afc66b3aa817ea459f26126d1b7, '', 0, '?'),
(0x063d3322e498b79c7b945b123db9521e, 'wp-content/plugins/everest-forms/includes/fields/class-evf-field-scale-rating.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/fields/class-evf-field-scale-rating.php', 1, 0x00000000000000000000000000000000, 0x1ec781c03f79be39850ab7ce2e9d3d85, 0x24599eb92230a10047ed34446f54cbd9621cc933655a57fa34231efa88d78e86, '', 0, '?'),
(0x33671d4d8fa8db67b269de89f778c411, 'wp-content/plugins/everest-forms/includes/fields/class-evf-field-select.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/fields/class-evf-field-select.php', 1, 0x00000000000000000000000000000000, 0x3f63d1d70aea6d0cabde18fe01667716, 0x797e9d76c4fcd2bdaeabcf654297449a0bb18af01f6a5530ecd584a9641c56d5, '', 0, '?'),
(0x9c17234fa89b2c9cddbee6907517a1b8, 'wp-content/plugins/everest-forms/includes/fields/class-evf-field-signature.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/fields/class-evf-field-signature.php', 1, 0x00000000000000000000000000000000, 0x9764bfd24ba59476f4638c28c6e29af8, 0x16cdf69522e1d681b674842d84e0bb43a7bf56a22daa13f0939e35acf57e6a24, '', 0, '?'),
(0x8dbe27e1e41d96cfb8dd90c4c46445cd, 'wp-content/plugins/everest-forms/includes/fields/class-evf-field-text.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/fields/class-evf-field-text.php', 1, 0x00000000000000000000000000000000, 0x08f3ec3b912d26928952947ee34c5a9e, 0x706b3c417138ab9bb5d6e8e412b791b8fd204b7b636427c05e2dda1d27ae20db, '', 0, '?'),
(0x6e8dc91cf2e1bb0b4ae575f7d6354756, 'wp-content/plugins/everest-forms/includes/fields/class-evf-field-textarea.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/fields/class-evf-field-textarea.php', 1, 0x00000000000000000000000000000000, 0x318339888dde1763534a1bac8892541b, 0x6da19c4c410a5172dbc1e0b89ef27bc55f91273545ed73da19ed00a30531d806, '', 0, '?'),
(0x681b1d3640a82ae2039ad8d2441c8849, 'wp-content/plugins/everest-forms/includes/fields/class-evf-field-title.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/fields/class-evf-field-title.php', 1, 0x00000000000000000000000000000000, 0xd87ad2569ded136fb57cec47bdb8ec45, 0x6fe9b6f3427ce88a3d5d393816c2a9b779168eec4fded518f4399f7ea127e349, '', 0, '?'),
(0x551996cc3358918d51b8c0915f5bfe35, 'wp-content/plugins/everest-forms/includes/fields/class-evf-field-url.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/fields/class-evf-field-url.php', 1, 0x00000000000000000000000000000000, 0x01a4e68bf24cca8336ea4918e2540246, 0x71956813f7abc889508c231d00cb540d0863d0507807697964ffe60604e04e4b, '', 0, '?'),
(0xae4a23ed51f13dc2b4925fdd052767cb, 'wp-content/plugins/everest-forms/includes/fields/class-evf-field-wysiwyg.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/fields/class-evf-field-wysiwyg.php', 1, 0x00000000000000000000000000000000, 0x66cb3fd52bd3ffbb82e1226c2ade5024, 0x7f487e1fd3fd4cdef17f11642ac6d8f0ae3d4e5bd5db068094c9871ab9b26239, '', 0, '?'),
(0x56fa369a5e4c45cb6a3e3e56afb26445, 'wp-content/plugins/everest-forms/includes/fields/class-evf-field-yes-no.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/fields/class-evf-field-yes-no.php', 1, 0x00000000000000000000000000000000, 0x988181396dad857e1e44f7d9fa4a328f, 0x1f910ee516b7f6ed70eeeac449eb84d8d7baf03363ddc455fdfc880be19b19b8, '', 0, '?'),
(0x5c91f1b136aeccfc152765974d16f92d, 'wp-content/plugins/everest-forms/includes/interfaces/class-evf-log-handler-interface.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/interfaces/class-evf-log-handler-interface.php', 1, 0x00000000000000000000000000000000, 0x56659dde734fcb6d32408b797d03f545, 0x72f17c1f090b3aa2f048b62110d0d83c40509b5fac10d8e69c869f5ed8ab7adc, '', 0, '?'),
(0x078724555b3197ed436af905b7f27028, 'wp-content/plugins/everest-forms/includes/interfaces/class-evf-logger-interface.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/interfaces/class-evf-logger-interface.php', 1, 0x00000000000000000000000000000000, 0x68a19b02d258fcbf696bf14e096ee51d, 0x58b816ef1b65159b3f3a5baca01e0c1698d4936c37840b74f29d10488e6a8a30, '', 0, '?'),
(0xc2779bb193e2c92b5694c5b0b4dc20a3, 'wp-content/plugins/everest-forms/includes/libraries/wp-async-request.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/libraries/wp-async-request.php', 1, 0x00000000000000000000000000000000, 0x618c4a29d6e2489548b64eb8b1850aff, 0xd3f2418e69d438cab1aa434208bf7662c401922c6bc90b986e163a8987b8ed7a, '', 0, '?'),
(0xc43816c6329f94351c9c01975f2a63df, 'wp-content/plugins/everest-forms/includes/libraries/wp-background-process.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/libraries/wp-background-process.php', 1, 0x00000000000000000000000000000000, 0x3c5c2ad5cbc9f4f97ab522d2309fc69e, 0x9cee91d8a6f0621d60324f4a4b8b979c6eef1ea74565c40f9db19c8f8945a174, '', 0, '?'),
(0x8d5366658461437371cf171ea9d28407, 'wp-content/plugins/everest-forms/includes/log-handlers/class-evf-log-handler-file.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/log-handlers/class-evf-log-handler-file.php', 1, 0x00000000000000000000000000000000, 0x3d0ba38a11df2fd95844fdfe5e8e0e4a, 0x39bf121bcad9887c5d033b1f1ddaf67a136a1cbe67010e2382b508e681d8efed, '', 0, '?'),
(0x2537fbae0bf2877fc0fd1b64186ef9e3, 'wp-content/plugins/everest-forms/includes/shortcodes/class-evf-shortcode-form.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/shortcodes/class-evf-shortcode-form.php', 1, 0x00000000000000000000000000000000, 0x2037aa7da8e160b1e8f86da7dc70cc6b, 0xd86ef03ffb784473ff1d4a2e3b0d568273434a892f3e96d84079f4ec8e7db34a, '', 0, '?'),
(0xadd5706459c63e24f7a4994698cbd555, 'wp-content/plugins/everest-forms/includes/templates/contact.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/templates/contact.php', 1, 0x00000000000000000000000000000000, 0x1e53cf1bb83d64db7570fe4f68dc65b6, 0xf650bf77bfdcdfbd400b3874421c9debe3e9315190e322b331bd13ab3c465069, '', 0, '?'),
(0x199e67d88774db0e8293fb46b50230a5, 'wp-content/plugins/everest-forms/languages/everest-forms.pot', '/home/www/iamctv.com/wp-content/plugins/everest-forms/languages/everest-forms.pot', 1, 0x00000000000000000000000000000000, 0x18362facd15180152220e00cd48b1eac, 0xb3af54a8d44db0a3ee9ea91e7a4748205680fac4212317b6e46aeac5cd0048cd, '', 0, '?'),
(0x526a0d34598edf16d8c21ec819ecde7c, 'wp-content/plugins/everest-forms/license.txt', '/home/www/iamctv.com/wp-content/plugins/everest-forms/license.txt', 1, 0x00000000000000000000000000000000, 0x36df297aa5a24fb8aeda58887ee571dc, 0xcc1b9cd4e1868fa5cd2c5c5f1519b839eddb5e616df7f7199a422c98ff53e8bb, '', 0, '?'),
(0xeb8fc997aabffbd288e2e27fa7d25d83, 'wp-content/plugins/everest-forms/readme.txt', '/home/www/iamctv.com/wp-content/plugins/everest-forms/readme.txt', 1, 0x00000000000000000000000000000000, 0xf2f09026cb65d8a3f98471d7a44df3bd, 0xa083430102f7be309277d0cf744d06bf0d7460256108e1bfc99e9eb5a944e4a1, '', 0, '?'),
(0xf39c51034581eb195aa6da51858f6a35, 'wp-content/plugins/everest-forms/templates/emails/body-default.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/templates/emails/body-default.php', 1, 0x00000000000000000000000000000000, 0x80aaf7cb87757a3f09897f0005dabfbb, 0x164595ef45f08a998455fcd1dcec9bc75141a883a55fea1e8518f8cf853c6a6a, '', 0, '?'),
(0x9e8515df98aca344802f0434e4cf7374, 'wp-content/plugins/everest-forms/templates/emails/default.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/templates/emails/default.php', 1, 0x00000000000000000000000000000000, 0xef330e3d32f505d21cc650e8e6d34532, 0xb9c4ceeb74278fa13246a72abbeb908144b3cadb37eb5e8bb30bad171a2f34b6, '', 0, '?'),
(0x55305cd5c71294ec28224c62371c7e77, 'wp-content/plugins/everest-forms/templates/emails/field-default.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/templates/emails/field-default.php', 1, 0x00000000000000000000000000000000, 0x8db803e972f9c1f89244b91ba0f732b3, 0xf48ff084251dd390831ca70de7877560375e9ec8781a4ab1c364c1d6060bfdbb, '', 0, '?'),
(0x77a53b1b5096c5b9b3f21c1436c4e797, 'wp-content/plugins/everest-forms/templates/emails/footer-default.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/templates/emails/footer-default.php', 1, 0x00000000000000000000000000000000, 0x72b8c4af16981033f891b458b8239466, 0xaa1235053a011cf0af2f087d7d6dcae39a0cf7526e44b834af45460e84db6fa5, '', 0, '?'),
(0x410d9038b6a13760f89ef1bd353a6e77, 'wp-content/plugins/everest-forms/templates/emails/header-default.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/templates/emails/header-default.php', 1, 0x00000000000000000000000000000000, 0x2572916e8bd6b6408d9f7385830ec66b, 0x641d8bd5638b50b93b907c6a7ba947c04c5d225f8cf30fbc14c7720801656f93, '', 0, '?'),
(0xadb1a20340495cd7751fd043c2664c36, 'wp-content/plugins/everest-forms/templates/notices/error.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/templates/notices/error.php', 1, 0x00000000000000000000000000000000, 0xf5d74a18e1c431dbab4d902c11e9f334, 0x70fbe2197c0401b72fe9a35008936193c29d25b41710ea12fb900ebc58ae237f, '', 0, '?'),
(0x2600eb6d49af229346e61f32cc956959, 'wp-content/plugins/everest-forms/templates/notices/notice.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/templates/notices/notice.php', 1, 0x00000000000000000000000000000000, 0x1002ae98d52cc2aaad27cf32cd5a14e2, 0x0cee200603849159be6ed9fd045774bc26d7a07c08ec1aa1b9a17f4f70d3c072, '', 0, '?'),
(0x610c4ce914b8699074aab556b54fe341, 'wp-content/plugins/everest-forms/templates/notices/success.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/templates/notices/success.php', 1, 0x00000000000000000000000000000000, 0xf8c5ed8e0814d6107ad5b2775f4934ee, 0x0369301d31eb0b90d422781801056fb9dc3704ff3bbe274ec836762f9dfcc566, '', 0, '?'),
(0x5a9172a32defb70f9eb9f94b17b319c4, 'wp-content/plugins/everest-forms/uninstall.php', '/home/www/iamctv.com/wp-content/plugins/everest-forms/uninstall.php', 1, 0x00000000000000000000000000000000, 0xa9fafaa3f4067fa1b465f98131b31da4, 0x0a64558ee0fb36a9c53828fea03c11718f5f96ecd39fb7cd5e75e78c2913a872, '', 0, '?'),
(0x33f7a5683a3f6b758240392404ee4286, 'wp-content/plugins/everest-forms/wpml-config.xml', '/home/www/iamctv.com/wp-content/plugins/everest-forms/wpml-config.xml', 1, 0x00000000000000000000000000000000, 0x5e3f35d2b976f4db0e29361cb35f26cd, 0x552cf5edccf9e1bfc4c0b4488f80c9472b0eaac03ce38f71f564b796513de52a, '', 0, '?'),
(0xe49b8a5c4655383657262aa35207bd98, 'wp-content/plugins/goodbye-captcha/assets/admin/images/affiliatewp-logo-128x128.png', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/affiliatewp-logo-128x128.png', 1, 0x00000000000000000000000000000000, 0x82c632a8b5193c3a662bf85b6fe94337, 0xe290d6d2d6e7bb7b2a7eca5e24c00f4c1a115bd4caa94a2532f1183cdaad7c5b, '', 0, '?'),
(0xe12efb81d208bba087b140aa639fb085, 'wp-content/plugins/goodbye-captcha/assets/admin/images/country-blocking-128x128.png', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/country-blocking-128x128.png', 1, 0x00000000000000000000000000000000, 0x82cd2bee8dcc64728f4c7c0bec38e649, 0xe55c90d7f06da3413e489070b95d28c7d4ca33e475f076fa735b38799c349003, '', 0, '?'),
(0x8af7f2648dda28c3f25a7060f1ed9acc, 'wp-content/plugins/goodbye-captcha/assets/admin/images/favicon.png', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/favicon.png', 1, 0x00000000000000000000000000000000, 0x3e059a95111b1db6c4c4ae0261fc2eef, 0xee3573d8a31435d6e3a0ec0647fcea30925f5c3d92e0760a93eeedd276e46f21, '', 0, '?'),
(0x7bae1ab6a4c536ac13cce51734143633, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ad.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ad.gif', 1, 0x00000000000000000000000000000000, 0x6d1aa633a8097b961bda2f5f735f35a7, 0x6ae77ecb2b9ce7021145f241b139a0e64db1aa1db41af7b3650e8cf8c0633054, '', 0, '?'),
(0xc3dd5d0857b82fd28efedff5cde1e30e, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ae.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ae.gif', 1, 0x00000000000000000000000000000000, 0xf212f62ad8f9209e58345eaffae81115, 0xd8b8de2c260339754f802953b7d5b29e3f283298d7e19698ae804c7139cb2ce1, '', 0, '?'),
(0x1f0e1c8dbb41194d825b25b8127c456a, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/af.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/af.gif', 1, 0x00000000000000000000000000000000, 0x7110571f5f22f1942ee97afa41f51e61, 0x58b12bfa07880224407955e912a567d5f5d321abdc4e53ceb66450148ffcf5e0, '', 0, '?'),
(0x9d1ea85b0dae0bf0b70d872f3cfbe4e6, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ag.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ag.gif', 1, 0x00000000000000000000000000000000, 0x49068e672834658b179cd86a35325e47, 0xa1f9329f4dc8fc604f8ccad93f6958b5659542bb0e71c187ce1007f778838a17, '', 0, '?'),
(0xc413992ce01546262a286356affcd6d6, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ai.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ai.gif', 1, 0x00000000000000000000000000000000, 0x5ff25d17bfde13c3a09961d87b04c1ba, 0x2a0b5b33238868819d0486224dfe405d6cd7ce8930353ed098e8c316db967f66, '', 0, '?'),
(0xa80a46b5f44c3785e82e336af71da3ed, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/al.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/al.gif', 1, 0x00000000000000000000000000000000, 0x02c223e7f2c1d4f98553d6167b723cb2, 0xfbd3f2a3d947c655303c3e812e5d6658965b1b49b31512c0e100b2fd8e7faa37, '', 0, '?'),
(0x48cd24e6e574c02bb080f65604e66c58, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/am.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/am.gif', 1, 0x00000000000000000000000000000000, 0x33b02876d7e0dadfa94db32443dda36e, 0xac016334bf6eef36578bf8adae56b5151e5e17dc3af673f1c2ddba238ad9e5da, '', 0, '?'),
(0x6004b4627c6bd71afdf0efdd9b4065f9, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/an.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/an.gif', 1, 0x00000000000000000000000000000000, 0xcaf5f4429cf5a5d91a457385460d9c38, 0x14ba92955aadad694c7ae21c7160e57bdbafdb876e09b0664e857a593369c919, '', 0, '?'),
(0xa9789d0a7f47a586e8a193025091ce6e, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ao.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ao.gif', 1, 0x00000000000000000000000000000000, 0x4b962702108c12ea1c6375e2d6667191, 0x9c39269c965b05fc92d88af27cb9269413a10384ca98c18eade4f33cb1ef4852, '', 0, '?'),
(0x167365d713d8cda3b0b21ce7b4f1ee55, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/aq.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/aq.gif', 1, 0x00000000000000000000000000000000, 0x2c23e6cc733595ab7d27cfee2648cb47, 0xe8e3bcfdbb83d24f4f0831783e21c409f2fc12e62c7f0a423c588da12fe6db97, '', 0, '?'),
(0x9b5e56528447833b3fa17e849c534130, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ar.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ar.gif', 1, 0x00000000000000000000000000000000, 0x9c95874961754b638a20b39ce7696f31, 0x52c532e624d9c6cd97825bbde04760f464ab0c3b544300d499e5981590f81855, '', 0, '?'),
(0x6be6bdcae8a7338a3c1adb420f44b965, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/as.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/as.gif', 1, 0x00000000000000000000000000000000, 0xb58f58ac2f16e7d81f1480875a8e33c0, 0xf6b655c5b0e5900d8f5e8357da7d82557822b243fb40e753631875eebdaeb86c, '', 0, '?'),
(0x5349b39a93a7840656fa7cc8408ede58, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/at.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/at.gif', 1, 0x00000000000000000000000000000000, 0xeeb91d7617243cadbe646b6d795c678f, 0x67df8782a7f33b6f2aa0ced85eb155e38ba5476a4a03859b3eb645445c9a1325, '', 0, '?'),
(0xc605bf6eb7c2a42dbb1d2c81afe27a17, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/au.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/au.gif', 1, 0x00000000000000000000000000000000, 0x1fe85ab1104e05f5a26efa5bbcd1cf18, 0xf29cb4ffee7cde53995177009305c66ab247e7e24ea01bb92a4d878184ab7625, '', 0, '?'),
(0x69ed45b727b5c0ecc909a209e000e420, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/aw.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/aw.gif', 1, 0x00000000000000000000000000000000, 0x65ed67b97141c58ea652416ab83f2676, 0x4a09944d978b77501273fc14c5c530296ea8afa2911746df16bf8c0ba662f1ef, '', 0, '?'),
(0x4edb57ecfc1b03a05d3f55b96d8f3fa1, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ax.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ax.gif', 1, 0x00000000000000000000000000000000, 0x6ca1b9ad68066fa5dd253e05acf85496, 0x4b752a5128df67b5016943fa606930a2e0dcdd1bcdc887b2522ec563a11fc1a7, '', 0, '?'),
(0x0277d0d225fc473d4f08e3e98f844167, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/az.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/az.gif', 1, 0x00000000000000000000000000000000, 0xb1646ac4434f234d8d5034606a7af947, 0x3d4b8aff0cdb4c4ae6f71edacb76cd8e9e17d11a47e8a98bd833aeb57a07d236, '', 0, '?'),
(0xb6a180607fee3e8bdba6e939e2960a86, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ba.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ba.gif', 1, 0x00000000000000000000000000000000, 0x53dfab82eedc9f915dd7413b1acdd8cb, 0x1a32b7fa75321753fab214397bb1d4d3a8d447d344822bfba986b888121631f9, '', 0, '?'),
(0x4f03196efc50a5f24104569509d13586, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/bb.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/bb.gif', 1, 0x00000000000000000000000000000000, 0xa4e2a530aaaa28ecfe7a63f3b6081871, 0x37214b79bf3ddc5d620a0c654f2d337b2f51fa0fd9c8b3028252d2b38f0bcb4c, '', 0, '?'),
(0xf5c762d111bfb9fe64748fdd027512f7, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/bd.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/bd.gif', 1, 0x00000000000000000000000000000000, 0x12e3055f52cf6a1551d4146b2ef8bf34, 0x6be16a38c746abbc1f2f058497e51e2993103587f26143b82cd131324fbe4827, '', 0, '?'),
(0xc5c336f52cf9f4133f90fe9dd7d2a4c2, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/be.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/be.gif', 1, 0x00000000000000000000000000000000, 0x595a78d8e7caadfee854dd2f15e22093, 0x34e76e4d4dd0dcfd6529f1a48993e3d93cff496181508231884ba47e23196047, '', 0, '?'),
(0xec2883bd91c1ceafc0528f32e480bd9a, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/bf.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/bf.gif', 1, 0x00000000000000000000000000000000, 0x207fcec4143ee2d33d81bf24fd2e93fb, 0xe8c88a3affcd681eebba142ea36e287844e283aa46227b60694e820023d0f792, '', 0, '?'),
(0x599040fd3c5cf2aac6c899765b0f2553, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/bg.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/bg.gif', 1, 0x00000000000000000000000000000000, 0x5be202b067ced9053affd880754fcf63, 0x947b68be73608d57925ca576a1dbd46ef2b9be4f461dbc1a8672a493fb4aac73, '', 0, '?'),
(0x5b6850337d0001504fc647e167cf9b9f, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/bh.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/bh.gif', 1, 0x00000000000000000000000000000000, 0x5411780a3d43531aae0b66eec250467c, 0x28c1dbf03d4145686599534ae9a784925f0eb55665325aa645c4f9d2266ac616, '', 0, '?'),
(0xd7fcc770c8dbd350cc6a0533f8e1f11d, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/bi.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/bi.gif', 1, 0x00000000000000000000000000000000, 0x2c7cf6b75c5fe88be53237ce6b9ba709, 0x76c08ec5ff18a84a050ec8a2bb2244574bab39117109e951fe5e462561c70341, '', 0, '?'),
(0x0862798137bc7cf706dc4eab34993a72, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/bj.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/bj.gif', 1, 0x00000000000000000000000000000000, 0xda5abd9ecc82282cd8dfa8507d72b19d, 0xa80860099a55a959a9c4a3b97fdef9ccc387832f06b135888454b2e890152235, '', 0, '?'),
(0x525bea5c756be7a0aaf6c2750a02095d, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/bl.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/bl.gif', 1, 0x00000000000000000000000000000000, 0x0e74f7def8a74583bd708cbfceaa419e, 0x3cd1493598802564c3719aa0da57cbe985af1809c7205bb9f63b2652690146e4, '', 0, '?'),
(0xc6465a940938ef2fd520572c513cf34b, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/bm.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/bm.gif', 1, 0x00000000000000000000000000000000, 0xfba77982d567bc1892c2b64d6ef47a81, 0x93d33c0ba6bcf69e85ac4020488f2aecf265d5a9ec47b01629932d4349d4b25e, '', 0, '?'),
(0xb1bd39149436671d711dbbce60e379f0, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/bn.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/bn.gif', 1, 0x00000000000000000000000000000000, 0x87b3432e4df98e0b73673ac910f01010, 0x1073db40b05a647dd603afc77895f3c72d72a7970eca5e9b78385a2ebd10b398, '', 0, '?'),
(0xb86b74f9f8289183dcb9c032af37dc11, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/bo.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/bo.gif', 1, 0x00000000000000000000000000000000, 0x0b8ef2f7302d078461e47676119c08ab, 0x3d1c10de497f537d8d406c9bd81955cd25730718cf3d9c4647343152b427e90b, '', 0, '?'),
(0x9d67700a6687673cd62fd218ca635e4b, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/br.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/br.gif', 1, 0x00000000000000000000000000000000, 0x92858b17e2d5b63d040104586ff52302, 0x1e816cdf590643adeb23ed66ddbddb1a2734b19e09666b3e13bdcf874fafff7d, '', 0, '?'),
(0xdae3718618b2e51e7a57f843d6be220e, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/bs.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/bs.gif', 1, 0x00000000000000000000000000000000, 0x72ba741ab39307b5639ef2ba4bd96fe7, 0x5f6f110926c3279b02a6d8111802ac269351b552fb1182817e45bc311c16af64, '', 0, '?'),
(0x741d158a3f12bee111eac0011121f36e, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/bt.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/bt.gif', 1, 0x00000000000000000000000000000000, 0x36d740145ed89f4a02fc483baed1323a, 0x091ba9d727f8ad412dc8c6c3aa751ba208d8727f64c6b9dfee51d8fd89089788, '', 0, '?'),
(0x7e2fbfa96a9b4507193148f223f7b05b, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/bv.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/bv.gif', 1, 0x00000000000000000000000000000000, 0xbbc9011e876a122ea89923e6b730ec50, 0x32d4218d807599f836233de2b825add3b94fa3a9b44334eb091ab0aad5724ddf, '', 0, '?'),
(0xc2426858efafc12aeb5bacd924ee741f, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/bw.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/bw.gif', 1, 0x00000000000000000000000000000000, 0xd841ce1d195d470bdddb1c478039c050, 0x23894f119b6d543e054f85f3cc3a1d2f2f06632f5075d72430fec518b8f3a5c8, '', 0, '?'),
(0xb1d840f10cd80570be2ec59f96fb520a, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/by.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/by.gif', 1, 0x00000000000000000000000000000000, 0xf90504a0c446c69ebf3031a0c6f7ea81, 0x52389f3bbf9f6be91c6de3cc6ce558aca05617e7067f36f29e568522f4f0c48f, '', 0, '?'),
(0xe5b36f8dacd0f4111f91773299e0bc14, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/bz.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/bz.gif', 1, 0x00000000000000000000000000000000, 0x035793a3b9079e171ee8f5f81bda9cc7, 0x11b0305e046b2052bd12659ab681f0db71bebc4395f8a04714d5c8c9512283fc, '', 0, '?'),
(0xe17c05306677761db62eb43d29fe8f52, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ca.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ca.gif', 1, 0x00000000000000000000000000000000, 0x71ad31efd4e749a2e23b706c15db73ae, 0xf3c0d1421178af9be08f7a55824f2ec72e74f2cb0b5842ca40cda4f594258fe6, '', 0, '?'),
(0xb7a6a4a18cb1490153901639d2ed1c6e, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/catalonia.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/catalonia.gif', 1, 0x00000000000000000000000000000000, 0x40cb2cf41ee9f17325e9d03ecbfdf4c5, 0x4bd7caec6398f0b5ebc51972a43b0e50c5eaab3ef8d19fdf6565e236f613d6a6, '', 0, '?'),
(0xae0ea627079173d18d7a60eb0b9964b3, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/cc.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/cc.gif', 1, 0x00000000000000000000000000000000, 0x94a9202e2d3618f0d788e5f2d54323c6, 0x26e7e9a969c319fc79a35f1112b61df45f8ee5b0dfcc76563e1be07eb8a48164, '', 0, '?'),
(0xe6fcab10cc894f30e7d6438f46e27dea, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/cd.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/cd.gif', 1, 0x00000000000000000000000000000000, 0x7cf2d745b0007b2b026bc8c060d69a6f, 0x6266263cb03918bc0a54c49489b76ece14cb1a7ec81a2ccdf595b7edae21bc82, '', 0, '?'),
(0xd84f490bf30783744f42d7e2aed70139, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/cf.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/cf.gif', 1, 0x00000000000000000000000000000000, 0xe885f0438ba36f1f4787bb603f99c8f3, 0xe0ae00af6de8d9a24b04dce64bb182c7a14ed099541b0e86fa0bd7090b9df488, '', 0, '?'),
(0x46e0bcb075fd36a034cdf75251e6f371, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/cg.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/cg.gif', 1, 0x00000000000000000000000000000000, 0x6ff3d64b899ee3c52af74134dd405424, 0x8d0b90c594a2f6a4774569d7146176d47f417d1e7ac95bc9b50fe7b737a63643, '', 0, '?'),
(0x9842cdca4d57b0f0965d646c8dbbc586, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ch.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ch.gif', 1, 0x00000000000000000000000000000000, 0xed43f66bc567ac6954adf9e949aede86, 0x1c520ee2e6149c3a933d62c6eb97e71d557c4f40ace91352fecb827db0ef9d2d, '', 0, '?'),
(0x86a0789ecd04f113e97295d57da90044, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ci.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ci.gif', 1, 0x00000000000000000000000000000000, 0x8ed1d6c276ae7964928ae032c2b9aca1, 0xb58ee89d2ef53d4409cbe264d4a2b1811fc629e72a6b1985cec62c381144cbac, '', 0, '?'),
(0x26ac23688bfe1bee718be1abfe4e9405, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ck.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ck.gif', 1, 0x00000000000000000000000000000000, 0xaf275b38413317a7b23bdf799dd567c7, 0x1cf5ae337bade8a2efd13b9b81df8d1232cf44681b9cd37dab8a28d5c2861cef, '', 0, '?'),
(0xd6f6949f951bf6e217df6b72d35885b1, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/cl.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/cl.gif', 1, 0x00000000000000000000000000000000, 0x78d55180619241a9df9cccf6e3d9f6f3, 0x204991dde7d7b27c3031614bcb14d5a8857225d5a2c114280fd8b8066c1952a7, '', 0, '?'),
(0x0b5de498413ef5697bd9451bb2692614, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/cm.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/cm.gif', 1, 0x00000000000000000000000000000000, 0x8a1d0e21ed2ec1be609574a473493031, 0xf00280ecb046cc5dd3f48c8367c55a424ef3b4e7746f0951a8a40e6da92cd76a, '', 0, '?'),
(0x1181a6315b2f1b0bbf4637be481148ed, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/cn.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/cn.gif', 1, 0x00000000000000000000000000000000, 0xb04190e287f32d56867cd6ac53fdedcb, 0x6afb5fa80d3439ce3e8f782b45c80158bf8e0448b8bb640846f8aff2124b9460, '', 0, '?'),
(0x30649c42bcd41951a6d79fd60c7e20ee, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/co.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/co.gif', 1, 0x00000000000000000000000000000000, 0x405dfe11225ebe1cc34b30ccd765753e, 0x3dd3a8efc4b91e5ed99c6e965f3fabac842a60aa9697a9850bc673c03c9b3b32, '', 0, '?'),
(0x2c714006ba3bee1adafbc54d6932764e, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/cr.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/cr.gif', 1, 0x00000000000000000000000000000000, 0xbd762e1a0567e38bcaea1e9b3956b6c1, 0x747e8a96cce420569a37d4568a9f864cbc244400a3ea19703b22811a58a1cc31, '', 0, '?'),
(0x04444b4f4097a40332a2cea9fd9a4cf3, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/cs.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/cs.gif', 1, 0x00000000000000000000000000000000, 0xbe7111c8a514d660850c92d217b7860e, 0xa485e533cc1c23d478554e945ec55b20115ec631c161c8d68c84475816395050, '', 0, '?'),
(0x5001d05e5ea9a55d13231baef187bcad, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/cu.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/cu.gif', 1, 0x00000000000000000000000000000000, 0x03d19d686d0e21a037cbcbca332ecec0, 0x50f218624c4ff5b0a32a5df5bb068f33c4f96f09017d9dd4cc7ad478154ec8d7, '', 0, '?'),
(0x7fe476cd8bdabedf8c8b0170cb338097, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/cv.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/cv.gif', 1, 0x00000000000000000000000000000000, 0xa6bfe2d82321df4314f181154080b78c, 0x9b23ec8a11809477519575edfbadeb88ece6678d9ef875a5ec775b9bcfc8a57e, '', 0, '?'),
(0x371bfcce1e30a1dbbf0244213b1046bf, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/cx.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/cx.gif', 1, 0x00000000000000000000000000000000, 0xac0b5e80669c0e7f7fcf6d577d7d5df4, 0x646227662dc74c5ace0016136720a7075d8003ce5f171eb1f3d7ad27839dd66f, '', 0, '?'),
(0xa675f9e11f2a71b549d136d16e4415c0, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/cy.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/cy.gif', 1, 0x00000000000000000000000000000000, 0x649f116f7c7c2f0524d6428eaa17ad6c, 0xebb8bbfac39263aee7e12e22c7db3043ca692b1afc1abd7b70c48bb7b79bff61, '', 0, '?'),
(0xf9f35a9930e3cff6f6985602f9bc8d69, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/cz.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/cz.gif', 1, 0x00000000000000000000000000000000, 0x6352cbfac37d53fd10f6948e8b9a4ac8, 0xd70e6d2a3122f9766c8fc5993a5c83d266e508c0d8c23f2effd89f69dcf20090, '', 0, '?'),
(0x8b8e238923cf4805fc5962ffa073fb40, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/de.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/de.gif', 1, 0x00000000000000000000000000000000, 0xb0dbdccf1c4e4a267a5cd2bf7ea4cb69, 0xdcc5aa3311ef944acae8803a323bfd913b868101b00799f170bf4af16b4c7ef4, '', 0, '?'),
(0x564a2989684ed70c9fec8702b85fb4a8, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/dj.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/dj.gif', 1, 0x00000000000000000000000000000000, 0x30bd321e11df6356b73eaa21fb183eae, 0xf7b7417cc54c8ecedd30de0f86dcb7b50fe348c5ddcca0e21dc3c759d11c8c81, '', 0, '?'),
(0x61d0aa4056348c30a1cf593840eafa16, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/dk.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/dk.gif', 1, 0x00000000000000000000000000000000, 0xd7c2fddc4b0a9c6ca3d5e2ed13374421, 0x1425d0fe88ce77baa0c6c97236b5555e882f3195e4d136c961ffad273c62f642, '', 0, '?'),
(0x99ba6cb5e61a89bc2e707c10da7e80e1, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/dm.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/dm.gif', 1, 0x00000000000000000000000000000000, 0xefcf65d93c1713cc052dec2e0883b877, 0x95cb682a075714cc95047c0e6ce61e306a076857703aac93ed7add07e45b562c, '', 0, '?'),
(0x21de1735fc47da2029562d8c9120e8f8, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/do.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/do.gif', 1, 0x00000000000000000000000000000000, 0x9389aa6eb9859b2a7b00843482847356, 0x0a12ae2ff448f90efe0fd2be2f0eb9c5eb5cfb80d407c72d14dca7b69d5278a3, '', 0, '?'),
(0x0940698967454df6411f956338889434, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/dz.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/dz.gif', 1, 0x00000000000000000000000000000000, 0xe8da7d880886bf815ad641b7cd0b7f9c, 0x7e0abafa9d82c3806f842716ff78d3f9008492581c682ea4f27db687e525fb11, '', 0, '?'),
(0xd7332a4523bac513e0bb9995895e1ed0, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ec.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ec.gif', 1, 0x00000000000000000000000000000000, 0x4b82d78f2a20846b268f28caac6a4ab4, 0x42643d01f25a6a3f722f7bc503cb1ab99495374d46aef527978e6e2d5a698be2, '', 0, '?'),
(0xf5325b168c8478ac64dead0d54114288, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ee.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ee.gif', 1, 0x00000000000000000000000000000000, 0x7c9d14f7681e967ea10d4fa2a8f0ecde, 0xc5d952b742e1a39ba7dd873834c9903642ae0ff988f100c8b8a23a6c2ded4942, '', 0, '?'),
(0x68f55b5d5e3f315b59ff3ad0db165748, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/eg.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/eg.gif', 1, 0x00000000000000000000000000000000, 0x99dd064303f1d69989789038e8d60020, 0xd35fa36968b8fb3c8b5bb9b3e0839394efe54e73ba447d3f27faf70c43a20459, '', 0, '?'),
(0xfcdbca5d37efee95fa4e1bbc13ed260d, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/eh.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/eh.gif', 1, 0x00000000000000000000000000000000, 0x043ce3f2f09f6ee41984a83757365e1a, 0x0896b249088c61754bb80f2b879c3c3fe1605df86e5d836d7c18be50b8d99153, '', 0, '?'),
(0x05c86e515702053d4f92dcfd9e573d14, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/england.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/england.gif', 1, 0x00000000000000000000000000000000, 0x331d7734597f1b86e1dba8b569707be8, 0x5138d44807182d399c7336dee265aa1a8a4bd8a890ce949419450cc7c9d80305, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xce31923552c852f03f068bd01b8b386a, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/er.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/er.gif', 1, 0x00000000000000000000000000000000, 0x509ed59423d395c2c73f2e4f815dbaeb, 0xadd400f39395443f4a31e16e64c426cd25878b36220116e18583fc2e9fcde220, '', 0, '?'),
(0x57c42e96846e942ad38776ef17da10b3, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/es.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/es.gif', 1, 0x00000000000000000000000000000000, 0xc0ddb5b02a4d2c4d274140a6cffc4be0, 0xabf290888463604dc54375edda3693d79d295896257c47aa579aea94d6b48c3e, '', 0, '?'),
(0x33f5ac06f2a3df593154b0c2a7ff01a8, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/et.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/et.gif', 1, 0x00000000000000000000000000000000, 0xb738a5aca0b4b4c05a6c745380fcf222, 0x6381cb2f15735d1abd605284d7eaa9a76095b7f1d68c89459ce3b1d8f0df508a, '', 0, '?'),
(0x99602efd4b560367d4091fe0d361d083, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/eu.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/eu.gif', 1, 0x00000000000000000000000000000000, 0x743b967a43b96fd8bb0e8b194081979c, 0x1ea0d96dbac632acbabbb241972c95ff2528a623fdab256329e6022b8f0e1777, '', 0, '?'),
(0x535aeaefc386c1c50716329582d7b318, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/fam.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/fam.gif', 1, 0x00000000000000000000000000000000, 0x190106f196e51bf0c41a6961c189610b, 0xfa6aca2341784598d25b16107c77289b6cda408c21f75b22f69015fba2477b9c, '', 0, '?'),
(0x0656a0b040ae183697b81cba8dfab4fa, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/fi.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/fi.gif', 1, 0x00000000000000000000000000000000, 0x94e7d08c3043f3dc65b4eff40223d4e8, 0xf1720d3d4f0cafd693627413c6ccd6eb3ad99a551c24523fdd7dc074abe9faf5, '', 0, '?'),
(0xba38877b6400c52e5fa6cba0899433ce, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/fj.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/fj.gif', 1, 0x00000000000000000000000000000000, 0x3a839ddc795a643dad5c6cfa83f9721f, 0x4386fecfceeac8b6bc5db72af614739ffa02f89efcbc6ce6b9984ada80903c65, '', 0, '?'),
(0xf49e5409c3efa17ae0773e2701226a41, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/fk.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/fk.gif', 1, 0x00000000000000000000000000000000, 0x21884f77423cbf8eb4b86f61399345b0, 0xa56baad8d88a8c3289a4184d012643399d1d263064e5486caea417717e397107, '', 0, '?'),
(0x1e3a855710d0231b4f65951bcb14973e, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/fm.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/fm.gif', 1, 0x00000000000000000000000000000000, 0x013d4b6246bd2158f9d9bc685be72840, 0x2f14839f9b9ebc8003c288e6835f53c5d1c14c84ea605a49e2492831d4e899c5, '', 0, '?'),
(0x0a3522a7ba2ea2a11e69d74f4fc3fa40, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/fo.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/fo.gif', 1, 0x00000000000000000000000000000000, 0xf2946a58a93f63303c47d649617e03be, 0x998a6c4e779ecaadfc2158e5bd167577b3bca55f397b2d025d4ce711dc2fdc90, '', 0, '?'),
(0x7827effd9cc57dee76ad47d11a04d3f8, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/fr.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/fr.gif', 1, 0x00000000000000000000000000000000, 0x0a4673b07b377d1f58230f40f256d890, 0x864b435adfee1b708382fc594a003120b1a8903761c68e8ad346fabed5f5d3eb, '', 0, '?'),
(0xb113ff562a522a96c1929c34fdd67d2a, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ga.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ga.gif', 1, 0x00000000000000000000000000000000, 0x6023ba4847dd1329d210f687c63458d5, 0xec114e7658d0c3f00e616120091525ac05518555d0534a5810153b4d2e47f96a, '', 0, '?'),
(0xa50d711b4d568dda71f66ae8ed0fc0eb, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/gb.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/gb.gif', 1, 0x00000000000000000000000000000000, 0xb68a866f3b54a11cf2fc2b3ce2ea26d5, 0xfc3d9bdebad6f41abeeabe07b150cdbf82ead25cc89daa46ea5f869fce155cf5, '', 0, '?'),
(0x270425787fc71a5e9fab3a8bb2be480e, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/gd.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/gd.gif', 1, 0x00000000000000000000000000000000, 0x282a476bceb7bdbfc19a47d68a0efc18, 0x974baa82f2996468aa9e4a4a9271c40879477c2d7f3c9a729a09535b6cd4d9fb, '', 0, '?'),
(0x870772e4faabc9e542389452c369cc26, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ge.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ge.gif', 1, 0x00000000000000000000000000000000, 0xa04177e4b34a23dcbf0e8a64838b4619, 0x88e636a21516eabc116f1c8f4d825895d3dd95d1449d1d9aa5d6964d02942b0c, '', 0, '?'),
(0x6024104f8c2f1b56896215fc79c7b5b0, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/gf.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/gf.gif', 1, 0x00000000000000000000000000000000, 0x0a4673b07b377d1f58230f40f256d890, 0x864b435adfee1b708382fc594a003120b1a8903761c68e8ad346fabed5f5d3eb, '', 0, '?'),
(0xedcbb2c3463778cefe3f222879288414, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/gg.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/gg.gif', 1, 0x00000000000000000000000000000000, 0xd7cc9787c0c85c5fe30778a5d2e67aaa, 0x4a2b5c8e810a855bcc637ac40ffbed2fda9b081f92782c09fa8e5ce7a8d8a411, '', 0, '?'),
(0xddb1799417116b83905818171ed0a7b5, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/gh.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/gh.gif', 1, 0x00000000000000000000000000000000, 0xe72c4c18615e958e05dcc12364fe6527, 0xdf1bf3fc5e897316568bc07af8339480da3a3417a869e7155bc4e14b97bec216, '', 0, '?'),
(0x4e50df269b538e25faf66a03526aefbc, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/gi.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/gi.gif', 1, 0x00000000000000000000000000000000, 0x2ca6d3fcbabb4b5dc430c8a552d7fb1b, 0x2fb3c06991666897f9f372b1ffe35a1128621c8bf332b81aa53e14cbbee52d3e, '', 0, '?'),
(0x3e6e4849ffca182a46736f3ff8d70c1a, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/gl.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/gl.gif', 1, 0x00000000000000000000000000000000, 0xedcdeb38a22b784f2c19f76f2af37d39, 0x4a27cdd1aa938828ec3680c3efd68cfee8879a05239d857be01b6470f4491d8f, '', 0, '?'),
(0xf05861dfea8ec903132d3c2a57d004c6, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/gm.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/gm.gif', 1, 0x00000000000000000000000000000000, 0xbcfe045327c84129e7d8118d9a7a5524, 0x5dd8fc5ab0d21e21d6709b8390c0e8f4a731e87b7f6685ed5e17054551337348, '', 0, '?'),
(0x074a97d1257812506d40f03bb2e8e348, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/gn.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/gn.gif', 1, 0x00000000000000000000000000000000, 0x918580fdb7cd4df14d4805b9ac95f82c, 0x1dbdb4aee86e72879ad2418b5b2f95c381c6eec5c92a66067c4465544a439a4a, '', 0, '?'),
(0x942576cf994d7db8dcad0945e8858003, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/gp.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/gp.gif', 1, 0x00000000000000000000000000000000, 0x15cf1ed243475f743fbd95813985724b, 0xdb019e68640c30296dedb133bf61c2cdb151f0440693568797f311a8951e7d98, '', 0, '?'),
(0x3dccccd55decaa4238e89dfb467d1363, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/gq.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/gq.gif', 1, 0x00000000000000000000000000000000, 0xd7bef30dfa3e2ee2b6b1ea84eab0d047, 0xe2926413bfabf0f15e669a72ece0fe9e3d806d041d4d8fe0d059a7972ca1aa8d, '', 0, '?'),
(0x09a345bb0c31ea04992645291f3bc9f9, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/gr.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/gr.gif', 1, 0x00000000000000000000000000000000, 0xd26600ec24ea1cd62a3042d1d68f2ac4, 0x9fc77fdecb2cc7b18fac573f9ea9acddc9e3c06cba4780e8f68b6bd2d2511571, '', 0, '?'),
(0x10f82decbf97de3a580d1980b215799f, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/gs.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/gs.gif', 1, 0x00000000000000000000000000000000, 0xe3c0ab08adb27ea01a370f63926f232e, 0x6f3d62d969d465f155d51ae4ba4e1ee9313ebbb15679b1b72e2ef0e4335a6093, '', 0, '?'),
(0x0cf44d641c9416329502c9c22eee4b6d, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/gt.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/gt.gif', 1, 0x00000000000000000000000000000000, 0x65511daa32c81a3eb2fb925e15101687, 0x16da0a641b4a136a37d896d20553e61dd87914bc61b9017bcfeee3536dbed4b2, '', 0, '?'),
(0xd0c991ec2766a61838197486c7983e3d, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/gu.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/gu.gif', 1, 0x00000000000000000000000000000000, 0x0bde69cee1c5862dcb000c6848d84273, 0xf0ee702cbc1961d24ce27c76918c4c59a61f2a5bb193ab54cf242bfdf3850b02, '', 0, '?'),
(0x5b40f55165dc30d709f6953ad0a1f6a1, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/gw.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/gw.gif', 1, 0x00000000000000000000000000000000, 0x162a7157154d909cd81bdc6632ecbc63, 0x131664b31e6ec53b4ca46d258bde224e41ec6f5a452195eeec4ae9a95fcd86cf, '', 0, '?'),
(0xaf0dab4b4126aeb5b7ea6cbfa10510c6, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/gy.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/gy.gif', 1, 0x00000000000000000000000000000000, 0x71a4f19942ccd37df09fa813943e5fee, 0x4cbf3aeb2cfcbc0cf4425b8ad3db61613cecd8e20677bf2a4096a3b18ca1e88d, '', 0, '?'),
(0x636b66dd04b46d2cff040e6d4705cfe6, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/hk.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/hk.gif', 1, 0x00000000000000000000000000000000, 0x692eea40bf0b08bac50f9785a843cb5f, 0xb535324b78e8a5b9ad8ac5172abf83c8aa06c1f262ef423b62e5f32a92e722d3, '', 0, '?'),
(0x7e54927bf74ef043f3f497bb084a09fb, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/hm.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/hm.gif', 1, 0x00000000000000000000000000000000, 0x1fe85ab1104e05f5a26efa5bbcd1cf18, 0xf29cb4ffee7cde53995177009305c66ab247e7e24ea01bb92a4d878184ab7625, '', 0, '?'),
(0xf2d5fbd7be46ba6cf7a2ec4c54fa3e27, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/hn.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/hn.gif', 1, 0x00000000000000000000000000000000, 0xc0e00f96daf73bd2bea3ad87c63aede2, 0x65b4a27b39c75b86dbabf770bbf64e6b380633290e74a1ed11d8d0243c02359b, '', 0, '?'),
(0x496e7f386445c9ec4b0a297b5669efe1, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/hr.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/hr.gif', 1, 0x00000000000000000000000000000000, 0x825a4f07cfe3bf652e1e9ec72ee26f14, 0x6503c2c854cdde0c5c1fb5d1423b7675b301e4a421d5007e222050c0953bde05, '', 0, '?'),
(0xb0d17fa71de194cc779920aa6344982b, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ht.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ht.gif', 1, 0x00000000000000000000000000000000, 0x92a6d557d1adf362160e3bd0d774ecb7, 0x237badd59e1270e32e33e0e554cf08d4effc8f5bb3014b056aa81e50fa78c93d, '', 0, '?'),
(0x9a89c4feb3663037ca1b5ca395bc8a4a, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/hu.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/hu.gif', 1, 0x00000000000000000000000000000000, 0xd543f5932e461ef6b04c070a63ccd151, 0xb5672e58614d77d103054d612d236c57feaad43dbcbdd0688b0e8e31e655d568, '', 0, '?'),
(0xc73ccd6f2f2b7f70ef4ae72886f3f8a7, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/id.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/id.gif', 1, 0x00000000000000000000000000000000, 0x6f27ba21a22aa1486b568aa200d6c73c, 0x7e0060cb76c6dc6f5c45545a8d1365e19c8aa67a8503654102ee60b85b484695, '', 0, '?'),
(0x4533946b1b1f6bcd160cdffa6b80bb09, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ie.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ie.gif', 1, 0x00000000000000000000000000000000, 0x74924874aa60e9fda9d94dcb892e322a, 0x93c7489e58abe4209716071ac5dbb4f16ef216cffd001e0f7983c56e1c8aa96e, '', 0, '?'),
(0x8c377837b362e8d9bc60cf4230949edb, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/il.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/il.gif', 1, 0x00000000000000000000000000000000, 0x44d2cc7e87c0f39eda33a43234d75afd, 0xf9623dd89c313c853aee31dfc6adad836e6ec505a5b460bb25de98dbf2cfaed9, '', 0, '?'),
(0x11f68fdded89f92699fecbf065a8c5fc, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/im.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/im.gif', 1, 0x00000000000000000000000000000000, 0xd6228ec5e65b80a31245a3bfd53f6d01, 0x39cf9c759c9b7990f9dffa994de6abc714105088e6097a4822f0b6bd8b927528, '', 0, '?'),
(0x677a513c4e2fd98d7354df30ef633874, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/in.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/in.gif', 1, 0x00000000000000000000000000000000, 0x46e1776549c9bb866ae7b18f9d847b0a, 0xb41c14c734788e0adeea3c7ef17a89a885edb27be0fff41b568282d0af224eec, '', 0, '?'),
(0x7d524f1b12f3e905813227d84b64e9b7, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/io.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/io.gif', 1, 0x00000000000000000000000000000000, 0xf6c43cf9bc8365d50b65019f9fc543d7, 0xebdbc9ab2db42969e56cd50a619f318cad7d21fc7d7efb1e93c086097064efa1, '', 0, '?'),
(0x0ad37c56684cd5a0711475fda0503abd, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/iq.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/iq.gif', 1, 0x00000000000000000000000000000000, 0xa4bd28a6c543211dacb5ce3e18e96846, 0x0795d2c7cde23d7a5a219dcc69a1f3373427b16a7f2244437feadce4cd8e2804, '', 0, '?'),
(0xdf1111e1fef1772d360aac6c06c96541, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ir.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ir.gif', 1, 0x00000000000000000000000000000000, 0x6456dc4dd3745e2c84c13702eeb87844, 0x69e2d6d69a6235b54ae0f48bfdab031b3f5d95cdc1d6d32b89ef48d47238b0cb, '', 0, '?'),
(0x40f1b0b37afc307fbce5432f55c4ff22, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/is.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/is.gif', 1, 0x00000000000000000000000000000000, 0x347f6ff824ac5e7a31fc549811c9aac7, 0xbb58c6a0381f8227d8ed0e2ad3b134a824b7d4c847229ad24a064438c1409936, '', 0, '?'),
(0xbe5c997dfc6bc41882fa557319b2f4a2, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/it.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/it.gif', 1, 0x00000000000000000000000000000000, 0x7b2fba7a5df93ea5980e1d46409642b2, 0xe2b49fe8fad5106b209b391362a31f8e6d6436d5fb6ce27b650bd6206fbd8ebf, '', 0, '?'),
(0x63925f3fae3f9f4ba6490a5654a3ee5d, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/je.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/je.gif', 1, 0x00000000000000000000000000000000, 0xfe970c1debee4c0d5cfdda67d9c4c940, 0x331e3dc37903862d54b65be82b517b2cd69a25db7151715288feb1895d18fe38, '', 0, '?'),
(0x96c808360f888a1b3d47d8f6829bac4c, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/jm.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/jm.gif', 1, 0x00000000000000000000000000000000, 0x98ea05ee62c0d4462f902b108b046439, 0x0ae4c6bc9248e1ad5fb2b39f549854dd32d05b825fe6f09f6f7806c175c7f615, '', 0, '?'),
(0x336c8da583794c932439ac3fa886bcc9, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/jo.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/jo.gif', 1, 0x00000000000000000000000000000000, 0xac7a3e1aace29eb636ed41332b4c68ae, 0xa7e9be2722358b9a7a46a51bdb614c4bc6337072e3f4182ae93da32e3e617122, '', 0, '?'),
(0xef684524cdbaf5db386b07e670cb87bf, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/jp.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/jp.gif', 1, 0x00000000000000000000000000000000, 0xb6fa87814a6e40fcdf41d79c5e06c406, 0x16a6fe3786e4800fcf14055e71559486b4602017aa9a09eb7d77cda7cf6896fb, '', 0, '?'),
(0x6606d25e090c55031de1d5107b4465a6, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ke.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ke.gif', 1, 0x00000000000000000000000000000000, 0x6592c34b8a16505388c21e99508e580b, 0xcf5f921dd12fdbf736e5707081958117c0170936a934a77a4900d6b1ddc38966, '', 0, '?'),
(0x0f43b3a94dd016d42320dbc0dbaf2315, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/kg.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/kg.gif', 1, 0x00000000000000000000000000000000, 0x385d842f1918453025966751d5b551bf, 0x983324b9f966805278291f99c9405c921865032e331ac2cea9c70d6070e20859, '', 0, '?'),
(0x13c01cf1cb6ca68cb42cd39ef90ffc35, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/kh.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/kh.gif', 1, 0x00000000000000000000000000000000, 0x2a0042042f0d6feea0c435f9833b1bd4, 0x6d7ec17ec1fbbd90c50f4280f79e29e3e29b137ef5d8e8aef2441f3fc5d74944, '', 0, '?'),
(0x6b1dd89827f4d15f512b5243fff6379d, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ki.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ki.gif', 1, 0x00000000000000000000000000000000, 0xb01814ad07dee8bc4be5d3038cc8b6b5, 0x13e422cd2639ca8885ea1337c80f6c5af2190bce50c5ed87a2142081116ad92f, '', 0, '?'),
(0xe905469eda11313cfa5ce51c8f22578a, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/km.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/km.gif', 1, 0x00000000000000000000000000000000, 0x258ef6e0c4f69ba726277a93a51dac56, 0x3b16f31e9c4e5336919286019f3a18ff06acc1b6dd87af75cd99b4728278e520, '', 0, '?'),
(0xd7d9ecb9f7da11a03e7ba9e5b48348b6, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/kn.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/kn.gif', 1, 0x00000000000000000000000000000000, 0xf23fe3a61ad0d78bb69c25711eeb249f, 0xb6672d2985410c535a13d11676875ae7d72d3cb3ee2e61d8a155ced9862beb1c, '', 0, '?'),
(0x274b666fd41d882d7bb337ca95745ae0, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/kp.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/kp.gif', 1, 0x00000000000000000000000000000000, 0xf45a650bf92b6ad6552bf618d2ffe75d, 0x0bcf0481b8c4804ef219c30bc9b3e8d0c232d72ef1402b2dc714b3e980597a49, '', 0, '?'),
(0x8e8d213f10dfe96a1d7606b74188a767, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/kr.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/kr.gif', 1, 0x00000000000000000000000000000000, 0x53ca55d29130501b6cd57b98f169701f, 0x5a799ee6ed1adb281fa172cadb51c24e9eb2d38cf3dd04a662af5b50c7e0d717, '', 0, '?'),
(0x2092962a97e2cc58aa5e3a1fa74b4486, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/kw.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/kw.gif', 1, 0x00000000000000000000000000000000, 0x48d87006385685ae24764c0d9b595d9b, 0x269b5c6d30f1bae112cb497a141c7b3c02913ec3cc7cda10bdc62785cfd4d64c, '', 0, '?'),
(0x1a8e3542ec2f550cd68b95c1994fc99c, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ky.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ky.gif', 1, 0x00000000000000000000000000000000, 0x4d159d20cf64b712700756d32cde64ee, 0x889f5150bc389d075447a61d7b6a724e4be92d81e9b42ce32f6c9f6a0918bbec, '', 0, '?'),
(0xfa6d5a5d21eaf91666281d7df398e0f3, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/kz.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/kz.gif', 1, 0x00000000000000000000000000000000, 0x9faa30e94f43918d74d09b3eaaec6933, 0x3ec5abfb5b684048dd58d0e3a1e35885d8c3d588ad6bb5d9dce7353567449444, '', 0, '?'),
(0xd92a399668428e41ce0f007c6e26b956, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/la.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/la.gif', 1, 0x00000000000000000000000000000000, 0x334d5527bcd7e6901a6b729e632683df, 0x5bf0996cd4ace960956c20215fb5c0d53efd6b7764aa58dada70eaa0ee7fe45f, '', 0, '?'),
(0xc33e6f175c6e3957c29c3f2702888f99, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/lb.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/lb.gif', 1, 0x00000000000000000000000000000000, 0x2c3675c6a47325a4d2445e50afc929ae, 0x969a21a2736cdaf70c9651c1c91e5f7e6de249c41d6e82f647291f87b908e02e, '', 0, '?'),
(0xd732be04894283461a46d9a1aca91f02, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/lc.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/lc.gif', 1, 0x00000000000000000000000000000000, 0xb59f163f78321acb812595961d2ab111, 0xb0a50f6456919c64acb3a218db35fb7724b31445c92cc6afd70e081d7b6c1f08, '', 0, '?'),
(0x52a2c8ab60f6fbe5f9433e956c86b4fc, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/li.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/li.gif', 1, 0x00000000000000000000000000000000, 0x239e66bf39e8052587b504515a21f03b, 0xb9604115bada2fcd5c2920352fb79294f8f1e7b0a4bfd5474afda5018917609d, '', 0, '?'),
(0xf0d51f37a9ff18217195c12d270d7970, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/lk.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/lk.gif', 1, 0x00000000000000000000000000000000, 0x8f906d20bf8ab9749e19958ad60e1584, 0x766ce361a6df1c7462c14ea5ad0ef49875e047e50f3ac0b6f33c3ff837a53d0f, '', 0, '?'),
(0x35bb7bb7438a4e3ef6ee011f8d480cdd, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/lr.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/lr.gif', 1, 0x00000000000000000000000000000000, 0x21cd61ee215e4b0147ab4320822cf2fc, 0x62ec81a381bff4ebbad8f43d510bfcca2a9bf6ae4947544709bb215d458afc39, '', 0, '?'),
(0x1abc0684b7c2f96997f115a4cc18e679, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ls.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ls.gif', 1, 0x00000000000000000000000000000000, 0x68af1c3f00b31ef072c99d95fa453ff6, 0xe3743f4283f200d1f6d17bace095b4219ff88ba265d8ed576884d9b276eb08a8, '', 0, '?'),
(0x562fb41bfece5f0ad84b7305957aebc5, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/lt.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/lt.gif', 1, 0x00000000000000000000000000000000, 0x017aa4fbed00bfd848fb021462c296e2, 0xe66ccd0277b3b04c2b03a175dd10c5a2c155f4aa9d02f34a26ab94abbfa98c8d, '', 0, '?'),
(0x820745b4421ce6397ddb2785d8d05ea5, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/lu.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/lu.gif', 1, 0x00000000000000000000000000000000, 0x230678f649c90589bf40024bd9ffa294, 0xabc466008b349ab5b3d23b298ed478d036d2bd06d59678a82658a7078b77c976, '', 0, '?'),
(0x002a9ecf1d0e4341dabd6bc4b8a0efd9, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/lv.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/lv.gif', 1, 0x00000000000000000000000000000000, 0x2eb690f1af034a71573641bfcfcf603e, 0xd700a5f6a26a6e212d7876e6d92b75ec6a92d144b8ff893cea37218d35cb1723, '', 0, '?'),
(0x9a49053ba1dc216a790054376aee92fa, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ly.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ly.gif', 1, 0x00000000000000000000000000000000, 0x72a42cca81f2e81dc65d9dd6f772cd56, 0x74ffeb0afc6a044df19296eaba6cbcedbdb130b65efdba6626ffaa1b9560ca83, '', 0, '?'),
(0x68ae7b9141278d1dc5413fd7d6b5c316, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ma.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ma.gif', 1, 0x00000000000000000000000000000000, 0xad81d516864533d1869ed296603f6e7e, 0x9b4c78a1edf3d239e779d58cb603366c75d182c96c1cfe4361d76540b6b5f510, '', 0, '?'),
(0x7b2c8e1281439bb9d2af15fd38649da3, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/mc.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/mc.gif', 1, 0x00000000000000000000000000000000, 0x3322300de4324fde3ee51d3d4431dc00, 0xd230e1193056883ef34b5bc70f355ff5bd527e876479a3ae200a73a5a6538cab, '', 0, '?'),
(0x5f729178fe660b50e0113dda47c29e6a, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/md.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/md.gif', 1, 0x00000000000000000000000000000000, 0x7a363edf7896c044c1031a4c2f78110a, 0xa1dec55bcea16a2ae2b55aff270fa0e4d39bbe7f55215761860c89e5e9d15c0b, '', 0, '?'),
(0x6d34f8e856929bd13638cd603145d6ca, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/me.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/me.gif', 1, 0x00000000000000000000000000000000, 0x887b486043d315be7eb4be815e38ef58, 0x1b86e826d9fa50f0102d75726be650a8ffeb1e1fd0dc227e615acdfeccdea2a1, '', 0, '?'),
(0xf353f184e8b447edacec4200de946ac9, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/mf.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/mf.gif', 1, 0x00000000000000000000000000000000, 0x9fc4962775c01eb6460a06076ea23ae8, 0xb8faccaa25975a613799e066d22d8203e80117ca0e610436c4a7e2cc6a4af9c3, '', 0, '?'),
(0x0e969556a732863f80a2c36af45b1c6d, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/mg.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/mg.gif', 1, 0x00000000000000000000000000000000, 0x8adc0f5fe9c73b87cd50d4fb49485ccc, 0xf8647c15cc2d75639c5007dbd1d0f314d456a082f6f1909d4f68c360a5d8c05f, '', 0, '?'),
(0x36e6b62dd4c766a89bc61f2a173ce66f, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/mh.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/mh.gif', 1, 0x00000000000000000000000000000000, 0xcdfdd26cff13006fd5a7f3bcf433cba0, 0x850cdcb0e30a00d41c273647e0ad529bbaf15a482dcb60cc1ed7c898e005c609, '', 0, '?'),
(0x395c02093f433ce4f3141925297efa0e, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/mk.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/mk.gif', 1, 0x00000000000000000000000000000000, 0xb8eaaa78b588dc5a78a213b665c3f41d, 0xc5b676af65167717ead6f50473d3c8d69df67778f459d48c5b4065519b43c86a, '', 0, '?'),
(0x06d7c6f8fbf0cf2e0859074f0b542458, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ml.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ml.gif', 1, 0x00000000000000000000000000000000, 0x14bad568cfb82dde31f1d59eafe5f633, 0xa34100995da9d29523c6033a0d3430f832f215d857ce4125e2921cf12908560a, '', 0, '?'),
(0x9a76e95c0b2528015c6b5031cf8c9230, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/mm.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/mm.gif', 1, 0x00000000000000000000000000000000, 0xf0d6434e55addac1e1e0e9b43274c14a, 0xb4249a350e414b9e60c53f777bf027b6a5041e35de1ce1309ab506323f494960, '', 0, '?'),
(0xb51e7263ecb2c9edb0406422ff7bd1e9, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/mn.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/mn.gif', 1, 0x00000000000000000000000000000000, 0xdf21fe047bf3840629594af786c510c5, 0x2fd2b9ced33b39118aab0f1d1d11f302d51199a1f59b006486d691dc5dd13e1e, '', 0, '?'),
(0x903e781b3e18364ded1f83190cdd7210, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/mo.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/mo.gif', 1, 0x00000000000000000000000000000000, 0x04bb90bdf2614d372dec56449e912596, 0x83dc4b9e088008d7c77618a9461949beecf3dba81ef630679f9f68864856d452, '', 0, '?'),
(0xe9867afbb2827a565c165c2c00c55481, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/mp.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/mp.gif', 1, 0x00000000000000000000000000000000, 0xcac8345e9b3e072169bb833244ab68fd, 0x806b229b7aeba0c6bd96aa41908813698d73221641cac7bd10ef1f9d281a0339, '', 0, '?'),
(0xd1114f10ee8f12d25ee3ea71fe8e98ab, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/mq.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/mq.gif', 1, 0x00000000000000000000000000000000, 0xaa80ab7a73d808d7b3570868cdc3d1fb, 0xb1fa9b01ac4a14f684cd5532560c5cbed268a806d1a6d95aae742fdcfc9aed51, '', 0, '?'),
(0xeaca7f13f021bf381a05208fa663f4f2, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/mr.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/mr.gif', 1, 0x00000000000000000000000000000000, 0x08c96ea87ff559d6dc6b4605fcbcfe40, 0x8bb7f2ac63f5e4e36efb666f61596496934d40de304fbe8a4449160b0aefe278, '', 0, '?'),
(0xb99999cb5d3df1907dc967e0ba15aac4, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ms.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ms.gif', 1, 0x00000000000000000000000000000000, 0xd6a0a5e4472ffd96e7d4c7c8d91ed2b2, 0x0fc8635ad4d72fad6ebb165bcf60df0bee3d1a34af7eb9c22b8d291325ea6b9c, '', 0, '?'),
(0x9e84b5adbab32bdd44e527c8054f32ef, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/mt.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/mt.gif', 1, 0x00000000000000000000000000000000, 0xdc7a0aeb0f7280435a328cadce598b8f, 0x58c66799ef92e5861fc8e561f91f2d007321ed0a1f1e5a054606a33e58e1da1a, '', 0, '?'),
(0x607fb2b632ad2c05f53835889330fbd2, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/mu.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/mu.gif', 1, 0x00000000000000000000000000000000, 0x9869ea31cbf8d3f2d1f42824122b61dd, 0x6dff17202903f7d5cb3570c45050c73aa97c5891e9179db293ed758f9b006aff, '', 0, '?'),
(0x450faf8cc366e9ced66cd47cd4653a94, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/mv.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/mv.gif', 1, 0x00000000000000000000000000000000, 0x9827918f9646eaa08854d45bef7ea093, 0xbd6445347b9ac350832d1eecf692ca42b6868ff6a7cd3aebc39e24d37b4646b5, '', 0, '?'),
(0x5152ba6dd64a3d16070ca86990e8de17, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/mw.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/mw.gif', 1, 0x00000000000000000000000000000000, 0x12b2a62fae9c618544a56fef3d687306, 0x345bb0b416c919f48dd58a27364efa9aff5250d803f93135ab807d1ab6ec73d3, '', 0, '?'),
(0xb1cface8c2ce65b3e02120b01ac9ebc8, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/mx.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/mx.gif', 1, 0x00000000000000000000000000000000, 0x7211e357363beb1da21ce32593b4f5a8, 0x45a09bad263898f49930bd60c719f8c8dce11a5133608cedf3fb775d23f9d7a2, '', 0, '?'),
(0x9a79e0301d3edaa1330670efc19d4e9e, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/my.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/my.gif', 1, 0x00000000000000000000000000000000, 0x51479ef74dfd0b2006983b6b9bff3d91, 0x5f504c16aad41d30dd000eeaa03adce17350e3b1a49e9f62c288f9473649618d, '', 0, '?'),
(0xdff3457b4fce293d31e8e6168d3a7328, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/mz.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/mz.gif', 1, 0x00000000000000000000000000000000, 0x4b938aa9c776ea29cf0b51fb48f1767a, 0x0bb241b707712337f6fba4c8469d74cb8eb99059c65cc26aa0c588a8563adcaf, '', 0, '?'),
(0x5d612761b1ff5a0fdfcbef15d43ccb80, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/na.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/na.gif', 1, 0x00000000000000000000000000000000, 0xa417cfe920429e7af07a98ea51aa22a5, 0xdfc70faa358fab93ca0581bd876ff0075d992d8b208a298851627e03f9c200d8, '', 0, '?'),
(0xa0f985e93b2f6da57e191e17cec80f9f, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/nc.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/nc.gif', 1, 0x00000000000000000000000000000000, 0x2135f0fb410b2f0767a7b534c753b848, 0xa22e29506fb95c72b51364f809210f164e5a93d385d138bf02b03845c40fe2b3, '', 0, '?'),
(0x8b1340bde73848be801bcffe46745fac, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ne.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ne.gif', 1, 0x00000000000000000000000000000000, 0x489f6052b3d124a6607d4cb6a00022e1, 0x68c77e773d2b5ebdf004512357742fc5fd0ee7810977f97eb66aff1e95198f2b, '', 0, '?'),
(0xb9d23b20992827cd6d49738a497fc64d, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/nf.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/nf.gif', 1, 0x00000000000000000000000000000000, 0x9f851132acffa1724a697ada9c539ff8, 0xcd50e577a2052e99035e17127d8601e7a71afede8ada9d1e33719a7ba9e7069f, '', 0, '?'),
(0xb808748d0e4685e46d1b55296a76dc9c, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ng.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ng.gif', 1, 0x00000000000000000000000000000000, 0x5ddf086d424340d2cd9a18e0f9c20ff9, 0xbc060bb5ba48e0fe2152c6c9813d5bf63f6171e6a0cebc59d988ea5f6877ae9b, '', 0, '?'),
(0x2118132e720325186655c08dc909b997, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ni.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ni.gif', 1, 0x00000000000000000000000000000000, 0xbb8200af164d5a73758fa5822fbace10, 0x9e436430a9929748467cd90a65f8bdca85ec70f75ff153d3b2400040313cdb8a, '', 0, '?'),
(0x8fced98f8a63f2b1f791233edddae59a, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/nl.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/nl.gif', 1, 0x00000000000000000000000000000000, 0x82994b14a5992b5a3539b9c0a789297c, 0x2fb814a10a73181fa9c921ac2dc2c7e93f6beccf16ebb53ee1ca795505d520d5, '', 0, '?'),
(0x2bba1d288daeb8cd4f431f706acd4ba3, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/no.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/no.gif', 1, 0x00000000000000000000000000000000, 0xbbc9011e876a122ea89923e6b730ec50, 0x32d4218d807599f836233de2b825add3b94fa3a9b44334eb091ab0aad5724ddf, '', 0, '?'),
(0x2dca16ae69c77a120d3d2ecde4100ec8, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/np.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/np.gif', 1, 0x00000000000000000000000000000000, 0x07dcfcc7ade4117c8f5d908101c22328, 0xd5878e0ab5442409bd1ea598e085af0ae4564676a1cab888f71b5ffa4b7e115c, '', 0, '?'),
(0xada10811c0dcbcd8649ce7963a3fe584, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/nr.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/nr.gif', 1, 0x00000000000000000000000000000000, 0x2a73be7cc4c7ae728e53748f07ce5b07, 0x0cdb627025de61dbdbc22c25154da3f515f671a95eff17fd34cceed3247ddb4a, '', 0, '?'),
(0x34f54dfec374a573eec77ff9dd90780e, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/nu.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/nu.gif', 1, 0x00000000000000000000000000000000, 0xd7ad59b643ac9e8ecfe2193d37d08dc4, 0x079f8bb37aead36682bdea373f769514468e60291563bcdbb180adeb7360242b, '', 0, '?'),
(0x1a9e6e66f8cbdc5eb4ed871e0550d447, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/nz.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/nz.gif', 1, 0x00000000000000000000000000000000, 0x5809a037a53791f4632ed2756adf966c, 0x34c8af594934955429138e9d1948f83b13d872649c51e0e37f6791c51cc2d385, '', 0, '?'),
(0x50fbc9d9f169f7542321f7381c8895b0, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/om.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/om.gif', 1, 0x00000000000000000000000000000000, 0x72045d2de14bc2f0b04b3cddb3c93892, 0x983bcb384bd64b490f8c6ba24fd45b17d6c20076cb555b4a5224200c16beda02, '', 0, '?'),
(0x77f1ee535a85459e446fac50cb49d182, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/pa.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/pa.gif', 1, 0x00000000000000000000000000000000, 0x192c84595d7ffb76229892030e08e37f, 0x8fa4d52e6f43a5b9a05d312512d46cd095f7556cb3fe1a891bbe8cc0f2f29323, '', 0, '?'),
(0x95facfeccf56c83a68b726b8b5d5658d, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/pe.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/pe.gif', 1, 0x00000000000000000000000000000000, 0x983af8b4835a96641f85449f2779a831, 0x38f51e8ae3fecc2c30b2cb0b054ddf80fdafc11918a5ced283c8ed574f317198, '', 0, '?'),
(0x4db029fc3f0d4da4e0da2add534570e1, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/pf.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/pf.gif', 1, 0x00000000000000000000000000000000, 0x53c0188190e727bd3ea04778b4e83a9d, 0x208635ee7f43ded2e401fa7d5a19bad13b9754d3c2712c0548122dedcbbbb508, '', 0, '?'),
(0x856e7e7912e852ae64d28ea4f75d59cd, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/pg.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/pg.gif', 1, 0x00000000000000000000000000000000, 0xc0e201f4833b5bb6fe8ac014162ad8d9, 0xedf0394f23fef5c5fa789a5fdaf0ff9dc77609c5c47efd25571a9ffda0101601, '', 0, '?'),
(0x9fb4422d16b3f610d59e67483c90d6f9, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ph.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ph.gif', 1, 0x00000000000000000000000000000000, 0x0630367a44279677e4bff7f09dc820e8, 0xad8588aa3f8acdba966d56997969c37a3209039a424399096dcb6a1858c307ad, '', 0, '?'),
(0xc3a4a1db750fa3b3d2581d0d009c2edc, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/pk.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/pk.gif', 1, 0x00000000000000000000000000000000, 0xfe878d940e0e3030c7258feca05b2ebf, 0x476adb80b3c5ed8b48fafd2483d783caef6d2711f2a21f5e204f9c6ec1e287d3, '', 0, '?'),
(0x4de8e6b78fc753267e7afd7c70523147, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/pl.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/pl.gif', 1, 0x00000000000000000000000000000000, 0x279fd88ddc4abbd4d808a087b653ea24, 0xf52d765fea89b1d24eff9a4d2b6f0586890ffbf288098e637897cc445de3b40e, '', 0, '?'),
(0x67b8bdef6bf166363d3ce209cc4243c1, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/pm.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/pm.gif', 1, 0x00000000000000000000000000000000, 0xc74a19a09019278029760d4381e7fa8a, 0x6026ed066b240a75057864b87368ddfb1c0ceb525a850d9185d42028cd5166a5, '', 0, '?'),
(0x46975bee906e1bd5c3899bc9041ec653, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/pn.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/pn.gif', 1, 0x00000000000000000000000000000000, 0x997fbcf797457e2658d8f6df066cef78, 0x67eeff91b0e9274796a53582c9923c8e0274c8ba796f6cf1f11fd27c55b9d3ab, '', 0, '?'),
(0xb0f79a6907356eaf6f4393e194115570, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/pr.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/pr.gif', 1, 0x00000000000000000000000000000000, 0xa48b81abee4dfc5f36947006b603747a, 0x6e99ec53845886cb1aa70368b36d3206d3e939f2acbbe6718ab6eb1ae280f95a, '', 0, '?'),
(0x5dc9cdef1420f44a6059017707a8a1e1, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ps.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ps.gif', 1, 0x00000000000000000000000000000000, 0xbf9849158592502d0e12ce36401d1925, 0x25990f4144bd83c145a5a4e650fac795bdec1c7cfb75dbe1c486b70b43d6217f, '', 0, '?'),
(0xa8fb69fee58c76dc95ed9402662d8b98, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/pt.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/pt.gif', 1, 0x00000000000000000000000000000000, 0xb68938af019e2c74377327abbe3d4b5e, 0x71643c511a936665932d08da0925ef12379addfc355bc331d92b69c5067547fc, '', 0, '?'),
(0xf39f9d5f09f58cb869f2a069977c82ac, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/pw.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/pw.gif', 1, 0x00000000000000000000000000000000, 0xa19c54b3a802fa6ba217099df5c4659b, 0x2ea1da9c2ff7b256aacde56552f0e5bcfe87d678d1fe14ed19a3508669d2df5f, '', 0, '?'),
(0xc4dc94651221d938e578733669fb0356, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/py.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/py.gif', 1, 0x00000000000000000000000000000000, 0xbef5b19a0555c6b85fa8f46055e019c7, 0xfbbae8197306bb64a9d9f52d9be9c78126c7820eac1ecf76fc09266c3ad4d456, '', 0, '?'),
(0x4c62562bbbbd39b685d764df4375302d, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/qa.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/qa.gif', 1, 0x00000000000000000000000000000000, 0x8de77aa8a0a825346fac6d29837c2449, 0x1546a2927b74540fc1c3241f28aea905eebf9b6c56711e9f3587a41e4fa92a67, '', 0, '?'),
(0x23c509377fb3a324a1eb1c4f414be06b, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/re.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/re.gif', 1, 0x00000000000000000000000000000000, 0x0a4673b07b377d1f58230f40f256d890, 0x864b435adfee1b708382fc594a003120b1a8903761c68e8ad346fabed5f5d3eb, '', 0, '?'),
(0xaa507ee65eb969e3387b671bbf9590bc, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ro.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ro.gif', 1, 0x00000000000000000000000000000000, 0x8569e94e81a39bbb43ed8445d1a92dd5, 0x0c07e9a84a37645bbc5e6b601008a80076cf0b3fc58201d63b25600e7f615b29, '', 0, '?'),
(0x5ecda85afc4a5a395a609f128c733638, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/rs.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/rs.gif', 1, 0x00000000000000000000000000000000, 0xb193b9db485d06fda3656c5f174cb953, 0x397170179a8eaf707e23238a3762fcdb19906fdddaead82fc56a7cd9624c6c82, '', 0, '?'),
(0x14c48940463b71c2781287cb13c09278, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ru.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ru.gif', 1, 0x00000000000000000000000000000000, 0xaddac471b8ddc26a9f1f2fa235330d80, 0xbc1f7a0d660ec42f939796197806e7ba2e8ca7355126691cac48436eef30fc1c, '', 0, '?'),
(0x2b04b855fb451ea20728bcd79c11965f, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/rw.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/rw.gif', 1, 0x00000000000000000000000000000000, 0x26c4bdfd43b5d836acd1dfdeaffa4cf4, 0x12790a3c50d6055e357a8bbe6706c35c22e1f9665cb153ff70113899b0053173, '', 0, '?'),
(0x3891f55877ee71cc14ffeed5da50e77c, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/sa.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/sa.gif', 1, 0x00000000000000000000000000000000, 0x94c55d70da8c458459597aa1d9b60112, 0x089cb8f8fb0ce630a1ee7b41cf33d648115891027efded197ac61dbd0a54e79e, '', 0, '?'),
(0x143257a1ca3e8066e0d9a9a73c860f97, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/sb.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/sb.gif', 1, 0x00000000000000000000000000000000, 0x76cf18354aa71695e488923f516fc23c, 0xd3e6e906b6549c096bbb0803e4f9772387a4a17f82ad4166e2334132aecd824d, '', 0, '?'),
(0x85f40848dc2f61c429231e802148f617, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/sc.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/sc.gif', 1, 0x00000000000000000000000000000000, 0x65c089b927687a801afd75528f1b6def, 0x3157f5ea6203f15b5e27f54ac85abe4fec06d8002e0a2029a915bdf0a4e08fb2, '', 0, '?'),
(0x0edc899416da2562b147f31633a4f576, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/scotland.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/scotland.gif', 1, 0x00000000000000000000000000000000, 0xffd4426704720dc580138a55a86e5d9c, 0x7f76fe994f94a0224d2bcd1c7f7408a6dd04ffe46eea5ef792f9db81572e48b9, '', 0, '?'),
(0xedaad754166fe3fba8ad59939b0cad98, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/sd.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/sd.gif', 1, 0x00000000000000000000000000000000, 0x983179ead3080585811d73e729e678a1, 0xbc0901865a4c8583e932c4f68806e312488bb46aea6f1ceb1469e116fbbca6ee, '', 0, '?'),
(0x71ee454903ce7b3a6fc72d7e7eb02a26, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/se.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/se.gif', 1, 0x00000000000000000000000000000000, 0xcf357235e945172661d7ee5fde26f909, 0x5768914c5021b98cf9cb23084fac1217516b4ab34e6afb7f397560249c63b6d1, '', 0, '?'),
(0xfb7208f246015f1c598f255a74b0b925, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/sg.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/sg.gif', 1, 0x00000000000000000000000000000000, 0x2a46e9e31359baaeb4e6ab4b0b950961, 0xd4a8a1f192566d920166bdef456b24d7c73b5d4e5f71e25ec934f78da5f528f4, '', 0, '?'),
(0xf9ae346fc22aac209aaecb83d172520b, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/sh.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/sh.gif', 1, 0x00000000000000000000000000000000, 0x041dff1f55c07bcda4f53a75be64af18, 0x89523c2c6cba7fd349409a58c6dfa02e23701b46f567ad25314f8f95c336a906, '', 0, '?'),
(0x4c18f934a569b21bbd30c1bfcf3822f8, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/si.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/si.gif', 1, 0x00000000000000000000000000000000, 0xb796cc14ec4516ae9098e57a7c391dab, 0x8be2d5b8ada9c6e3c2fd7f092b91f1e57d7810cd90e8e4be9f8d3f23b2f4f08e, '', 0, '?'),
(0x24dcdd6e318007a8d621b2bf661f22b6, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/sj.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/sj.gif', 1, 0x00000000000000000000000000000000, 0xbbc9011e876a122ea89923e6b730ec50, 0x32d4218d807599f836233de2b825add3b94fa3a9b44334eb091ab0aad5724ddf, '', 0, '?'),
(0xb963a54732edf57f6cc0094e4c0e5bb7, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/sk.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/sk.gif', 1, 0x00000000000000000000000000000000, 0xffac49f21971212d048422d36a555d50, 0x12d41c9821241ce73213d845408a9a65ab4bb6aebb7a5c910e788c3c4746b909, '', 0, '?'),
(0x8e191f74d6c7c6418a01d56d3b4d633e, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/sl.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/sl.gif', 1, 0x00000000000000000000000000000000, 0xdfea6e55c87213abcca8e95ecca700dd, 0x68a40b2bd1a94566709c9b1a98ee74d1829035bf58f1a4c71c83543ae84bb236, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x7bdd83ce396cbf65d4b1d611750c9495, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/sm.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/sm.gif', 1, 0x00000000000000000000000000000000, 0x59f434ebf3668c85d1fbbffa751fff6e, 0xc37f9f01ed762da8f76431f75932ca301eb52dd3dfc4d5c32aff8cebafdd05d3, '', 0, '?'),
(0x41eeda1e3f8377cb9fd18527b20c4ef8, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/sn.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/sn.gif', 1, 0x00000000000000000000000000000000, 0x379caf2d23ed870f9e0239ba93ee7551, 0x697d32e906d63383ab26dedc93928c771d30f5d2150672d2fad50b16774a2cd1, '', 0, '?'),
(0x09bb49ddf4032cb0ebd6dcc597ae91f0, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/so.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/so.gif', 1, 0x00000000000000000000000000000000, 0xe1d51439b1153ae38776553a7bcf10d0, 0x1049a79ab3cbb1bbfa092da6a2b4668472c78f6311b16bf1d040be339d60093d, '', 0, '?'),
(0x2ea609e634894b0508fdcea148dd5c86, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/sr.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/sr.gif', 1, 0x00000000000000000000000000000000, 0x4e5415a5e3fbf7496007249478c12276, 0xeb4a21c05e85ceb17dc4139baadd9324e952a94d7e698c9d1bf063d51cfed350, '', 0, '?'),
(0x7b5e8cc8b599dc1c68420f6572b27e73, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/st.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/st.gif', 1, 0x00000000000000000000000000000000, 0x6596dc6cdeed9b4979fbb5c7609e66f5, 0xf18d789115868de1cbb9fd35e8b2c630ae8a73c809029401ac162e3a6c85c1a8, '', 0, '?'),
(0x399b49ae0b99fd06e2e4fa6c5948f175, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/sv.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/sv.gif', 1, 0x00000000000000000000000000000000, 0xe3479c1d5ac76b8b7dcfb709cfd0083e, 0x3fce8ea37e2d7914dc5068237362509ea0851a99e43d8007cf1931ee74d58859, '', 0, '?'),
(0x5f8a609bf8e63196e4d4d87be0621d59, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/sy.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/sy.gif', 1, 0x00000000000000000000000000000000, 0xd86f69a9267f00e11030246c36109bc5, 0xbb19152f3c37ecb0fe0ae0579e36c3487e19d80147964b1d2022a34c9f1bb9d6, '', 0, '?'),
(0x660f6294d3dbe84694e668c2b2d72256, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/sz.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/sz.gif', 1, 0x00000000000000000000000000000000, 0x5d7b57a0a5883abcc3fe28c1d4b2df1d, 0x500c4a55b7901bc706844922ce1c2c96a983b1ea75566fb581c69e8664512a7a, '', 0, '?'),
(0xfe64ef7576f31d98d81d87aab47935ab, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/tc.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/tc.gif', 1, 0x00000000000000000000000000000000, 0x0e5370c94999fb37c1a730337f431f50, 0x5b89f6ea569f6322abcf0e5a7d741504a361ec6e9410fa2550421a6746d55977, '', 0, '?'),
(0xd04e74f73ff814271723efff830522d6, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/td.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/td.gif', 1, 0x00000000000000000000000000000000, 0x2782b3d0b1ab6eaa48d091fc938b97c6, 0xa0a5724aa4d4e656124f3e1a7e640c1cc6a86e606919106b1ad0c418e4e6125c, '', 0, '?'),
(0x8e13ac11aded5b8d5fca1d47ea59e234, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/tf.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/tf.gif', 1, 0x00000000000000000000000000000000, 0x9e1af29a601960b84f90fb2efacb9bd2, 0xaa88e8d9f2d911cdda7298fc34bd262c6c62aa46727e83543c8d9e9de99888d3, '', 0, '?'),
(0xdc4c1058545fcf6abd72f50b8e8aa64b, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/tg.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/tg.gif', 1, 0x00000000000000000000000000000000, 0xece0a5d9d0ffa8662f66a37c667e9538, 0x3d4a1d5556fe3148c602d6e3fd6b0745addad4c1ca4f5aa56f445c1df1d7d7ad, '', 0, '?'),
(0x7f3ff81177175ef616716b410515cbe1, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/th.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/th.gif', 1, 0x00000000000000000000000000000000, 0xa4be77cc567463a6ab33df47a6471f90, 0xb09c1f6fea23e27fdf977c215c1841cd4c3d55de800c9f804cf58171cf59c670, '', 0, '?'),
(0xdaedd681f0fff55ab824bb93009f060e, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/tj.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/tj.gif', 1, 0x00000000000000000000000000000000, 0x9b1b0ecd454b7ccad12431a2a0281914, 0x35fec7c34a09051cfe41b8a161a5100e5c4caa1d647a9eb180349483ee7e55e8, '', 0, '?'),
(0xb6b80c010a3ca30b3c8f5054d8533216, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/tk.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/tk.gif', 1, 0x00000000000000000000000000000000, 0xc895d3c66ec3cf659b59d854ce1e0e9a, 0x1b49d3c32ff23ae6f51383ad3573203bce236210692988c8346b20dd06e5ede4, '', 0, '?'),
(0x22d4a32aef545c0a1f36dde2e7ef11ea, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/tl.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/tl.gif', 1, 0x00000000000000000000000000000000, 0x9e79c92f60fb33cbb83addf04c64c789, 0x71111f00485014f7842bf9a6d96d209e116cda4be50bf52808b6fe1b481b04ad, '', 0, '?'),
(0x016856d5f0986fe01f169223123c0de4, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/tm.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/tm.gif', 1, 0x00000000000000000000000000000000, 0x8453e36426a3acba26bac199c92fb095, 0xbe70c244c6b115718d95df9963638186f9d844d84a19c763543540eb55cc760a, '', 0, '?'),
(0xa8d9676bbb811d5038ecf2ca032e3691, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/tn.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/tn.gif', 1, 0x00000000000000000000000000000000, 0x30245ac4122c61accb380e162691f431, 0xdb455bc522f1162d2b97f6c3c34e709c6d198d89c1c666a3e870ad2bc857f098, '', 0, '?'),
(0x45eb0aa9fb5004b01693f88331b61b11, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/to.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/to.gif', 1, 0x00000000000000000000000000000000, 0xecacff3913a318a8556ed4dd7a6582a7, 0x0c5ee0aa37b9d40d29c2e1cf4b4664ecd946473642b988b1109bef0e28005f2a, '', 0, '?'),
(0xa3660dd028184e07bb93143272fd00d5, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/tr.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/tr.gif', 1, 0x00000000000000000000000000000000, 0x3c7e51066bea641449722616fdce2d21, 0xf8228f906930e34dd0c0aecba9e0a102be564a63b01684c15dfa33a70abbf25b, '', 0, '?'),
(0x0f6ba911a31dde3a46c8e7afa159a360, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/tt.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/tt.gif', 1, 0x00000000000000000000000000000000, 0x5715707d79f5a81c9686c593f65f2e80, 0x44e3715927e73f74caf7880ec27d9b75c219e7e2740e21e6cdff5f725eb5cb1f, '', 0, '?'),
(0x014e7126debe9eccc5ed4db2418bb643, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/tv.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/tv.gif', 1, 0x00000000000000000000000000000000, 0x4a0b50aa81de8101f281a3d6dfbc4aa1, 0x18dbbdf8a4af19c5c98752955a4ebff050960ff99fca625892633919683beee4, '', 0, '?'),
(0x7984668467bdb90282229a4ca6ed4781, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/tw.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/tw.gif', 1, 0x00000000000000000000000000000000, 0xc6da9ab7f3bfe2fd202e993b99aa9158, 0x55bd92d3a41de78353045182bfd78818aa7b9135caf090ae867f632d799cf107, '', 0, '?'),
(0xb45528547a5a8116ffdea959464022e3, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/tz.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/tz.gif', 1, 0x00000000000000000000000000000000, 0x6af3860230e7cc1b12049731a95f4e4d, 0xd8e25f69604bb940074434acdec23db95abe32516375597f217a953da0939da1, '', 0, '?'),
(0x740f1ebdd3ee66b5c21c94ddccf52710, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ua.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ua.gif', 1, 0x00000000000000000000000000000000, 0xacc1cf561309691198e59e23c9840d13, 0xdddbbda2fef00bdf2c6a49f1373d3349bc00aeb18aa61f91d21922c74d113748, '', 0, '?'),
(0x50d59773ad544ee89b0157d415f9d94f, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ug.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ug.gif', 1, 0x00000000000000000000000000000000, 0xe29af593a8eacb68e81755c78a7dbf19, 0xe6cf3be45401e857adae6d988c09cb05f8d303d3f928497ad28112aebf683206, '', 0, '?'),
(0x4735f60a3bb1f1d7066ca8f27fa076b8, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/um.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/um.gif', 1, 0x00000000000000000000000000000000, 0x8346f478516f733a68c500410fd57159, 0xf1163f3835ffcf9d1fcccc14087212d96f1ddd6592915b55d4a64d12cef8a45c, '', 0, '?'),
(0x0e45c130c69c36bc093e94702f9fcddf, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/us.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/us.gif', 1, 0x00000000000000000000000000000000, 0x4a0cdce756ed771a5d9a16114179d5e7, 0x8dbbb24ce043491560dc5eed1d4a34f497b13deac730a71fd40ccb43fe437dc3, '', 0, '?'),
(0x52572e1c15c1319e64d936f045ade1b1, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/uy.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/uy.gif', 1, 0x00000000000000000000000000000000, 0x74786429627d504ad3d36b0c4a40a638, 0x0912f1a0eaacac30aa62bbfce6004a11ddec64637a45d2212843e5a9c1c30450, '', 0, '?'),
(0x648daec6537910d53b42c1e335374046, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/uz.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/uz.gif', 1, 0x00000000000000000000000000000000, 0x2eefb9f89353a9554188dc522d07c68b, 0xc89a910f8ed0317d0a7b2560546268b0e7b8c30ec133dad9b7dae5ef1e2e44d8, '', 0, '?'),
(0x548df7a23eddf93ee5836403cac9e8a4, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/va.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/va.gif', 1, 0x00000000000000000000000000000000, 0x6f64ebd984e71e113042dfb5b5dfbd73, 0xbf5bc2953dd2707809f6894c7f45895edb347c06f805837e333079781ae126d5, '', 0, '?'),
(0x24871559a6f53a9046cd43079eda8f97, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/vc.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/vc.gif', 1, 0x00000000000000000000000000000000, 0xcf4329d0f1da7924b3eec1a0f725ce45, 0x129ea9b24ee2681683f0f58fd09021e26ff1a03a027331da086fd07e258b60c8, '', 0, '?'),
(0xf7c89e355885447d7fbc820f171d4f03, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ve.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ve.gif', 1, 0x00000000000000000000000000000000, 0xe067f0c4fbaa5ed99477581e86630faa, 0x5a9fcc5c5b2ed04db6ae19e671c8f2a7325d6cc3414c91d24a66f1ebc5fb1943, '', 0, '?'),
(0xaa96d6f67ec90c4cb9bf2e351165863e, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/vg.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/vg.gif', 1, 0x00000000000000000000000000000000, 0x8510bbd7fc9843b558424ac411992732, 0x60ef03ebbcf047a1610032c9ffb125cc9b3710d7055c48ff123d6773b22588cc, '', 0, '?'),
(0x5fb4cae8f1484292f32cc5e146cb11dd, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/vi.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/vi.gif', 1, 0x00000000000000000000000000000000, 0x6ab52e66bdf59c0826bb205307eec76a, 0xa90617d1ecdd2941046d7bf4b0e1cc4d8144bb26c3cbca910661470d6d4dd066, '', 0, '?'),
(0x6ffa56d0da1a8a3484dc096649fa0284, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/vn.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/vn.gif', 1, 0x00000000000000000000000000000000, 0x66364a250886c943e1f40fb0762c0a63, 0x805fbd8188313aef154cbfe976caf7519bd8dcba14dbff2ebcf5ca04be1b127c, '', 0, '?'),
(0x46c639a1b1ff35005dc6afadfb3e069a, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/vu.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/vu.gif', 1, 0x00000000000000000000000000000000, 0x269340d3432e0bf04aa2d20b1916d723, 0x8619e33b9a9cb59300c49b966bdbcbfe123d9ba98a47908abb572483a9dbb31b, '', 0, '?'),
(0x2a448100f40e68e1f50bdf2f1c2c6787, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/wales.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/wales.gif', 1, 0x00000000000000000000000000000000, 0x74027bf2c92ffb8d744e09a72467bf36, 0x318f6f3c8005254c2718ce285875ccd57b824617f6616bc88aea0e77dd8caa13, '', 0, '?'),
(0x48f7a2c7dc79f0b1e89485b2dd1494ec, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/wf.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/wf.gif', 1, 0x00000000000000000000000000000000, 0x321ff7ca69712a9af5405291f972dd0a, 0x7df8bdf9b441eae8c9786849bb7af21e545da441841673d430023b13d279e345, '', 0, '?'),
(0xb7b28f221466e381cec00811a87cf94c, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ws.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ws.gif', 1, 0x00000000000000000000000000000000, 0x32ac83d94d72fc5abb59dc917a07fc72, 0x249f2104bc39cfdd6439ffbe1305384583222e1630b3f4ede4cdf74ad3ed4b60, '', 0, '?'),
(0xa3b6591ff64983971f51e6a906e01741, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ye.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ye.gif', 1, 0x00000000000000000000000000000000, 0x743f4826f90f1ccdf9400d100da04ae7, 0xc11c7e9502aa1570c30ff6222671c69d71802ab18fdb94d9515689fb59825c46, '', 0, '?'),
(0xbe55e7e2561e190609f5d143be79072d, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/yt.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/yt.gif', 1, 0x00000000000000000000000000000000, 0xb8c20446453d8057fcc73db427ab9f9d, 0x2d842a5589fd09ea4b2d3a920e1c11d5ed96b415814f1b91e11906d5a1c41833, '', 0, '?'),
(0x52e12d7c8ff64e2c01e1c4f292604fee, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/za.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/za.gif', 1, 0x00000000000000000000000000000000, 0xc8d80912d6a8a8fc94cb856871a864cb, 0x7303f7d4ce94ae93d6ab56af811260fa1cf86011de52093baae263cfafa59c86, '', 0, '?'),
(0x12abe7bfcfeddc74015bf4509bbd3d02, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/zm.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/zm.gif', 1, 0x00000000000000000000000000000000, 0x88d75c077c65a544c5676bc35eb3f6f4, 0xdd79d0a9265655c485043b100b9f7da2f10e443445a401cff2330401c8295c08, '', 0, '?'),
(0xb89b4aac8914fe67fe591f7299afb46a, 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/zw.gif', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/zw.gif', 1, 0x00000000000000000000000000000000, 0xfd5cc25e0cea7e07b0be89c5452c546c, 0x5398ba59a3328272bf35feab539a61bd4abf22c005d8744ae081c1404172439b, '', 0, '?'),
(0x4ce4cea3c744a6484ad43228829257c1, 'wp-content/plugins/goodbye-captcha/assets/admin/images/fscf-logo-128x128.png', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/fscf-logo-128x128.png', 1, 0x00000000000000000000000000000000, 0x470da3a0363c11bce4d4e9dcf9cd16fd, 0xf92700721c4efad70fe4591a380c92550b7065135f726f37b5f7ae16930a2469, '', 0, '?'),
(0x103f945b40d8e4289093aaf7b9372190, 'wp-content/plugins/goodbye-captcha/assets/admin/images/gdbc-favicon.png', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/gdbc-favicon.png', 1, 0x00000000000000000000000000000000, 0xe95798aac42ef4efbaf947ca166101f8, 0x579d00756f28ec5febdc327c6cf8a5719ff5f463235a763380b985e641d1ac88, '', 0, '?'),
(0xee4b35f28402c11da7dd642cca28a247, 'wp-content/plugins/goodbye-captcha/assets/admin/images/gdbc-logo.png', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/gdbc-logo.png', 1, 0x00000000000000000000000000000000, 0xfc8bfb7022d002e6b3f9fc3ba54a17e5, 0x83e0202c7a5916d34da752afa69d0100c28db48c06888ba80e5774e66166c943, '', 0, '?'),
(0xa197de4ccc58c2b6e833bc9cdf220855, 'wp-content/plugins/goodbye-captcha/assets/admin/images/gravity-forms-logo-128x128.png', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/gravity-forms-logo-128x128.png', 1, 0x00000000000000000000000000000000, 0xf2a71d81cc9d966149cd0a05f458a3ac, 0x93e15e43b238e4324b234a99de92319a2dd64ac5eb6534dc2bbdb0e7f311c53f, '', 0, '?'),
(0x6184c6e06caa14c666e7901dc34ad921, 'wp-content/plugins/goodbye-captcha/assets/admin/images/memberpress-logo-128x128.png', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/memberpress-logo-128x128.png', 1, 0x00000000000000000000000000000000, 0x8cdf70f4713f40b93a1d4577b000ee1e, 0xae3ae5885a6f9a57a58b27cf7a4b38bc455e44ab10ab8d0f3fd8e929c2d725a9, '', 0, '?'),
(0xc47f8a7f475194a4e688024e96de31d4, 'wp-content/plugins/goodbye-captcha/assets/admin/images/ninja-forms-logo-128x128.png', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/ninja-forms-logo-128x128.png', 1, 0x00000000000000000000000000000000, 0x4b2115e8c2acb8f40f6b931b7218412d, 0x1aba27e97bd972af2b71d4469ac5ae21b43393a300a1cef729131955641d114a, '', 0, '?'),
(0xff2bcd06af619b556abe9e0b40c6f07e, 'wp-content/plugins/goodbye-captcha/assets/admin/images/quform-logo-128x128.png', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/quform-logo-128x128.png', 1, 0x00000000000000000000000000000000, 0x0fb0d3819645313a4b297b0481351059, 0x9ee198ade9b72655aab809a276380a76fa003362d8034bb14fe7cc0b0353a975, '', 0, '?'),
(0x25d2347e85ab9e1ba892b2dc902db1eb, 'wp-content/plugins/goodbye-captcha/assets/admin/images/upme-logo-128x128.png', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/upme-logo-128x128.png', 1, 0x00000000000000000000000000000000, 0x4a80ae76e1ee1f9a8d0a11c078bc09cc, 0x03bc80a0bffc36306328c442d73fc49030148b4ac8bd82ee6ed0522ff1922bf7, '', 0, '?'),
(0x0cf8197f1142498b2a1b53db9e71664d, 'wp-content/plugins/goodbye-captcha/assets/admin/images/userpro-logo-128x128.png', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/userpro-logo-128x128.png', 1, 0x00000000000000000000000000000000, 0x33412e74f19ee3ad3e1b1a54fe29238c, 0x2321dda10b3781323ac8f9ea2a946b405d395a5ecb2fc515891a660a028038f1, '', 0, '?'),
(0x182bb9c24e841509f06300a41ffc09f2, 'wp-content/plugins/goodbye-captcha/assets/admin/images/wpbr-logo.png', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/wpbr-logo.png', 1, 0x00000000000000000000000000000000, 0x73ab44ff712d01165e5229bfeb963f5d, 0x7951f676c5187e6bfb9994a507725e5ca1a6d7b47890cd6643ae85b41cb3a12b, '', 0, '?'),
(0xf9556999b25ac4bfefab1e57eab6f922, 'wp-content/plugins/goodbye-captcha/assets/admin/scripts/bootstrap.min.js', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/scripts/bootstrap.min.js', 1, 0x00000000000000000000000000000000, 0xd08775b7d337d5f37e3fb102f1a8a913, 0xb9a580084e0d6d2b3ecd5dec7068476cd55b5d4b1de3a5c9fc2439ae61af80ac, '', 0, '?'),
(0x402098dc0ea47c60ea33004079d730d1, 'wp-content/plugins/goodbye-captcha/assets/admin/scripts/easy-pie-chart.js', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/scripts/easy-pie-chart.js', 1, 0x00000000000000000000000000000000, 0x0bddb8376a53e71895a577dc3d3b207f, 0xdcede45e5ab04246a1e99522d331645de8897a8717b0bfefcb8b09dd4dd66d22, '', 0, '?'),
(0x2afa1bab1f36411aad6e9375b2beaace, 'wp-content/plugins/goodbye-captcha/assets/admin/scripts/gdbc-admin.js', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/scripts/gdbc-admin.js', 1, 0x00000000000000000000000000000000, 0xb5aff070e4c40ba924ec9dd424189b3e, 0x9b69eb8129a23ea029dc6ac4e7ad2e7e25c171e4d16b8ff6754c0d23063358f0, '', 0, '?'),
(0x6d4869faf3c14dca082669268b07d525, 'wp-content/plugins/goodbye-captcha/assets/admin/scripts/gdbc-reports.js', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/scripts/gdbc-reports.js', 1, 0x00000000000000000000000000000000, 0xd3ab148c3c3dc33b982871841bf566fd, 0x59927e94fb83286b70082e073e53abc30f58af998c9d5dbf4303e80152360400, '', 0, '?'),
(0xb26eb7a33615f3e1763a4526d915a692, 'wp-content/plugins/goodbye-captcha/assets/admin/scripts/jquery-flot-tooltip.js', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/scripts/jquery-flot-tooltip.js', 1, 0x00000000000000000000000000000000, 0xaef6593ce3018c9235c5b2504c332983, 0x564407b70d0afeb29dbf73814f23aacd42eed63a9be1ce93253c31b8e4ef0199, '', 0, '?'),
(0x89c02995daf4a5aed0b850dc1886cffc, 'wp-content/plugins/goodbye-captcha/assets/admin/scripts/jquery-flot.js', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/scripts/jquery-flot.js', 1, 0x00000000000000000000000000000000, 0xbb4d84e7d690cc36ebd23ab8987a26ce, 0x801ef05d7e2a1e73a915f3acc7d4f4ecaec22fa01196e68bbdb0e461dedc8d9c, '', 0, '?'),
(0x92a26279c49b14f5f5ccd72eaea9b881, 'wp-content/plugins/goodbye-captcha/assets/admin/scripts/jquery-jvectormap-1.2.2.min.js', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/scripts/jquery-jvectormap-1.2.2.min.js', 1, 0x00000000000000000000000000000000, 0xa966a364a42cf291adbeeefa3d193405, 0xb62a14704a0432d697bb9b6f442b7a51a2b381eadabe0382775547a57daae14b, '', 0, '?'),
(0x8815641887f2f8a0e1eaf2f2797a98cc, 'wp-content/plugins/goodbye-captcha/assets/admin/scripts/jquery-jvectormap-world-mill-en.js', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/scripts/jquery-jvectormap-world-mill-en.js', 1, 0x00000000000000000000000000000000, 0xe03def04dbd8a445a30268d371ed7018, 0x68f18515a1fc8934b5ee5f3866edc41e034415bb9124c95d79e38a9cd4fd4ff5, '', 0, '?'),
(0x5af59e6301446aab49d8119c9c3b78ee, 'wp-content/plugins/goodbye-captcha/assets/admin/scripts/morris.js', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/scripts/morris.js', 1, 0x00000000000000000000000000000000, 0xc33aff9ca10315c7f9a9aa320b69abba, 0x6eb91cd1c703f4bbf8bb631889cd0e1f697eaadbc4b9fd0eaac68e00bfbb0faf, '', 0, '?'),
(0x4f30a6f20b1d89ea806e58c4a6f871b1, 'wp-content/plugins/goodbye-captcha/assets/admin/scripts/multiselect.min.js', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/scripts/multiselect.min.js', 1, 0x00000000000000000000000000000000, 0xfbd809b0f685e78cc919b4337c48740d, 0x0f11ab015c247a602511ebd40593419f9985efc944a9f01948597caad910720c, '', 0, '?'),
(0x391e3ac9857cfe3113410587df79c2af, 'wp-content/plugins/goodbye-captcha/assets/admin/scripts/raphael.js', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/scripts/raphael.js', 1, 0x00000000000000000000000000000000, 0xe7cffa0bda2cf2ca31ab6ca1d1289943, 0x2abc8242cf985b2cbd0ecdb8a5e4ce548708ebbcbad455a9e00af88a286405f0, '', 0, '?'),
(0x631c038379399982a6799807d5a0f745, 'wp-content/plugins/goodbye-captcha/assets/admin/styles/bootstrap.css', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/styles/bootstrap.css', 1, 0x00000000000000000000000000000000, 0xbd5324564d1eb432d427794f2f7bbc0b, 0xe663bbca1de01957185fc9a90ce47221b2aef3531ac1339f8ec5d69cfb804c7c, '', 0, '?'),
(0x114342a27decabac9afcd9ebf4653d48, 'wp-content/plugins/goodbye-captcha/assets/admin/styles/fonts/glyphicons-halflings-regular.eot', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/styles/fonts/glyphicons-halflings-regular.eot', 1, 0x00000000000000000000000000000000, 0x7ad17c6085dee9a33787bac28fb23d46, 0x32b4002fbcd141176a82d3fe57efc14dc7531df20faf855a0de7b95d85b26716, '', 0, '?'),
(0xc00d2bd235289b644226a5f60dc2ba56, 'wp-content/plugins/goodbye-captcha/assets/admin/styles/fonts/glyphicons-halflings-regular.svg', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/styles/fonts/glyphicons-halflings-regular.svg', 1, 0x00000000000000000000000000000000, 0x32941d6330044744c02493835b799e90, 0xf574b7023b92d7a1b3c61f4edf081d0a168d4ea5a3e7a62f40822ed9965c76c6, '', 0, '?'),
(0x8b4e793235b6e96a63d8ce2583b2d347, 'wp-content/plugins/goodbye-captcha/assets/admin/styles/fonts/glyphicons-halflings-regular.ttf', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/styles/fonts/glyphicons-halflings-regular.ttf', 1, 0x00000000000000000000000000000000, 0xe49d52e74b7689a0727def99da31f3eb, 0xdb752b38be76ff973485f06e223ed9f519e6126de24253a550c98a91b58d2fd8, '', 0, '?'),
(0xe78428c5b08ac91ab4d5cf4b3134fd37, 'wp-content/plugins/goodbye-captcha/assets/admin/styles/fonts/glyphicons-halflings-regular.woff', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/styles/fonts/glyphicons-halflings-regular.woff', 1, 0x00000000000000000000000000000000, 0x68ed1dac06bf0409c18ae7bc62889170, 0x80cf6d81049a02a6f85b7e768d2103a1a2c92adc3bbe07e40714d4ecca93ea1d, '', 0, '?'),
(0x7913f8d1efd4e133a178db7fdcd82e2d, 'wp-content/plugins/goodbye-captcha/assets/admin/styles/gdbc-admin.css', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/styles/gdbc-admin.css', 1, 0x00000000000000000000000000000000, 0xe646f4eaa04410ff7eebb851c49a1de8, 0xfa3adb577a009586784e075ddf0c3ad0df17f07a585477d1535f5f459e83af97, '', 0, '?'),
(0x391174d70cbcbd8108df1b54e1feae88, 'wp-content/plugins/goodbye-captcha/assets/admin/styles/morris.css', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/styles/morris.css', 1, 0x00000000000000000000000000000000, 0x36e70bf949fcdb7d0fe55fc16ce86445, 0x4a68c83ae9bd51cfc65cb0eae5aca2459fd60465f030a75d3c54856393f9b99c, '', 0, '?'),
(0x1db64d07898def6a5515f6f655ddae0b, 'wp-content/plugins/goodbye-captcha/assets/public/scripts/gdbc-client-new.js.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/public/scripts/gdbc-client-new.js.php', 1, 0x00000000000000000000000000000000, 0x3571655cb191fc2f6dcdc05bfd58e58f, 0xc21b56cfeca5ed387172dfbe67dcc2b25af4e9a70f147e8a83f2ab38a457c513, '', 0, '?'),
(0xf1b63e7e9f0fed0096b5623ca652932f, 'wp-content/plugins/goodbye-captcha/assets/public/scripts/gdbc-client.js.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/public/scripts/gdbc-client.js.php', 1, 0x00000000000000000000000000000000, 0xca0b9cb3b154839f90481e54fbc62767, 0x1bdb4b9773dc331a9f036e4f3a61761d28bac63c56a14e7d45efd31e8c7f71b3, '', 0, '?'),
(0x12d19a573bd3ea652a3ab1efdaef2a76, 'wp-content/plugins/goodbye-captcha/assets/public/scripts/gdbc-public.js', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/public/scripts/gdbc-public.js', 1, 0x00000000000000000000000000000000, 0x51dbd0abd297c8468c27e1c4eec0249d, 0x0a84f254c795a71432687c7243722efb1c895d2844400fd39e44bd9bb311b602, '', 0, '?'),
(0x39fff96282f03a77ceb94af2e20c033c, 'wp-content/plugins/goodbye-captcha/assets/public/scripts/gdbc-refresh-tokens.js', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/public/scripts/gdbc-refresh-tokens.js', 1, 0x00000000000000000000000000000000, 0xa74d9ff171730a81f75dae2b712b3bb7, 0x14b0df9f38959d42f45e4ffd05d72ac9204a39fe8ec91134bbee3c83cd4f19c4, '', 0, '?'),
(0xf687698e0ef15e20a8a98a1ac6cc27bb, 'wp-content/plugins/goodbye-captcha/assets/public/scripts/index.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/public/scripts/index.php', 1, 0x00000000000000000000000000000000, 0x03efe17b1c4a21753f7d07ee17e77395, 0x4175cc83b59cc460fc3989377d628e3e4d48ea0ec302ed4a4868e5fbce7c466a, '', 0, '?'),
(0xa9ce291de8b34a471305608d03482860, 'wp-content/plugins/goodbye-captcha/engine/GdbcAjaxController.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/GdbcAjaxController.php', 1, 0x00000000000000000000000000000000, 0xe0e0b5d6b8fd202d44336811aed1b240, 0x5f4fb8a5406d2d0a5d7eef8c0e17dd2d65468d910a16fc04700bcdf815f70b6d, '', 0, '?'),
(0xd28a79a263f6cadfb47984aec02263e8, 'wp-content/plugins/goodbye-captcha/engine/GdbcBruteGuardian.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/GdbcBruteGuardian.php', 1, 0x00000000000000000000000000000000, 0xd2f0e56b398adcdf9f7053defda77402, 0xb2c0250f0f45dc77030d214af630ac2965dbdf324db6ef90315d1b96be950cde, '', 0, '?'),
(0x1c94674b4262fe7e4e7a511dbc3f82a5, 'wp-content/plugins/goodbye-captcha/engine/GdbcIPUtils.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/GdbcIPUtils.php', 1, 0x00000000000000000000000000000000, 0x65ffcfe38880199df59deeed663acbd3, 0x0f4e7d835cbc5c91499552d74ee288faf957a8db98163f7a9d57bac8d61cd390, '', 0, '?'),
(0xd0c9afbafa2fc12dca10f93acdc9e798, 'wp-content/plugins/goodbye-captcha/engine/GdbcModulesController.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/GdbcModulesController.php', 1, 0x00000000000000000000000000000000, 0x6e79ea5721f8cbd9e47db173ec283be2, 0x6a7e397c21e80f712c9c3a90a080d968cd25f28023826a9e2db8c5583feb3201, '', 0, '?'),
(0xc00c1f3e5cd52267bacc4d38f5693a9d, 'wp-content/plugins/goodbye-captcha/engine/GdbcNotificationsController.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/GdbcNotificationsController.php', 1, 0x00000000000000000000000000000000, 0x0d9fd7257fdcefaed53bd8ef3ee5104d, 0xd50dd69a75a4f58a04411999754b030a18288c231a8f6c955f73fe68c3081721, '', 0, '?'),
(0x41cc9a28b2693a32a5ea12c1f347c4ad, 'wp-content/plugins/goodbye-captcha/engine/GdbcRequestController.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/GdbcRequestController.php', 1, 0x00000000000000000000000000000000, 0x90e54e8aabdd2b4f26c5d28130eb19f6, 0x4317718587e407e1723dbfef97709db31789da1fc0546a4a60a2102407f2b45b, '', 0, '?'),
(0x5a9b45b5c80126ff33fe1e628055d402, 'wp-content/plugins/goodbye-captcha/engine/GdbcTaskScheduler.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/GdbcTaskScheduler.php', 1, 0x00000000000000000000000000000000, 0x9e5f71b33f06741559f46f41605dd9d7, 0x986d693138f2bba9abdf1408c1785dc7631d12d028b5ffd8d0eec714902e5959, '', 0, '?'),
(0xbc1bb4d231245e84e9e3ed7b1802bf6b, 'wp-content/plugins/goodbye-captcha/engine/GdbcUpdatesController.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/GdbcUpdatesController.php', 1, 0x00000000000000000000000000000000, 0xf857b9da0ed56030bcbf50630f508132, 0x35ed0dd63f83b16d53c31447364c0894ce8d1cdda073086e54df1954f10c2a50, '', 0, '?'),
(0x3c5b4a6b47d64816eb3124fba40624c1, 'wp-content/plugins/goodbye-captcha/engine/GoodByeCaptchaAdmin.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/GoodByeCaptchaAdmin.php', 1, 0x00000000000000000000000000000000, 0xad286f504c281db69ee375fb8244fe9b, 0x6adf7248f8ffd7fb55384f7ea5ce310f69daa72510724d0b1f2d6a4074a519cd, '', 0, '?'),
(0xa3565de9ec45b79aeb73156ffdf5a0dd, 'wp-content/plugins/goodbye-captcha/engine/GoodByeCaptchaPublic.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/GoodByeCaptchaPublic.php', 1, 0x00000000000000000000000000000000, 0x15a55c002678ce0615893765d774ece2, 0xe847f6b1de900ca0194944afa1745e17f0857ae8c6e7c1aa6e30d08bed25440e, '', 0, '?'),
(0x470726efb7790fdb37a901afe9de4601, 'wp-content/plugins/goodbye-captcha/engine/GoodByeCaptchaUtils.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/GoodByeCaptchaUtils.php', 1, 0x00000000000000000000000000000000, 0x919bf006237de53273f134b621175e6d, 0x2ade721526294afdf9fc0fb5e3344ebf50e6c1cc989110b577c1ff68a61ac093, '', 0, '?'),
(0x4a70ab08190606678c35875261ca0bf9, 'wp-content/plugins/goodbye-captcha/engine/admin/GdbcAdminNotice.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/admin/GdbcAdminNotice.php', 1, 0x00000000000000000000000000000000, 0x32e9f08cf4d1d3847749701a094436bd, 0x30220575b91fef0237e67a297d365e2cf3480476990de1fe188c40a119a44fd2, '', 0, '?'),
(0x6303cc7b8d02e733b8d3fa1ce4d58c53, 'wp-content/plugins/goodbye-captcha/engine/admin/pages/GdbcBaseAdminPage.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/admin/pages/GdbcBaseAdminPage.php', 1, 0x00000000000000000000000000000000, 0xc6dae0a0a148074150471064f4dd146e, 0xdbf03d0874349b9eac82f607e65b89a16b086043818d78bbf1a3616a1c650a26, '', 0, '?'),
(0x9181e6945c38e573794214bdf0a94379, 'wp-content/plugins/goodbye-captcha/engine/admin/pages/GdbcContactFormsAdminPage.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/admin/pages/GdbcContactFormsAdminPage.php', 1, 0x00000000000000000000000000000000, 0x8aa70786ea61ec380acaaefc8e340afa, 0xb76ebb4cc697875c774fe15528dccb86a415051869913a95d31d212bc1e3e8d4, '', 0, '?'),
(0x59f978c13d96b2516adc4ac94b4f67fb, 'wp-content/plugins/goodbye-captcha/engine/admin/pages/GdbcECommerceAdminPage.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/admin/pages/GdbcECommerceAdminPage.php', 1, 0x00000000000000000000000000000000, 0x7585b7e3f75e5fd4060c1734fb7f639f, 0xb63dafc3fdd60ec88f4856b6b13e21184c98b9af13b2b9f7a4bb4a1e900674dc, '', 0, '?'),
(0xf9125095e88cb4b4cf606a9a756559f7, 'wp-content/plugins/goodbye-captcha/engine/admin/pages/GdbcExtensionsAdminPage.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/admin/pages/GdbcExtensionsAdminPage.php', 1, 0x00000000000000000000000000000000, 0xb25d9375e9de43549bd1ed9812fcb2b1, 0x16fb314730431c88c54353807878cb007c7f2663ad366a3690f0b17214454bdd, '', 0, '?'),
(0xefca9503c7d89a92062b42785702f21c, 'wp-content/plugins/goodbye-captcha/engine/admin/pages/GdbcLicensesAdminPage.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/admin/pages/GdbcLicensesAdminPage.php', 1, 0x00000000000000000000000000000000, 0x709cc77c228f9ea7ff35c63fb8aec2d5, 0xd19061c8a1035b9c0140230627099c8e75151abdfbe47881a8637a82e9a4c3fb, '', 0, '?'),
(0x592ffe063b998bd462f4b66fb98d70b9, 'wp-content/plugins/goodbye-captcha/engine/admin/pages/GdbcMembershipAdminPage.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/admin/pages/GdbcMembershipAdminPage.php', 1, 0x00000000000000000000000000000000, 0xd377c9f46d80098d7ab59d3bb24b58d2, 0x58c3733dab97813ea0090f5246fff48d1371f33f7f43f5336adde76c40a9b81c, '', 0, '?'),
(0x2db7078c19887a9e2e5e14f237a34cc6, 'wp-content/plugins/goodbye-captcha/engine/admin/pages/GdbcNotificationsAdminPage.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/admin/pages/GdbcNotificationsAdminPage.php', 1, 0x00000000000000000000000000000000, 0xb64a0214002b61bdef9db191d3fd3a22, 0x49d632766134649ab75793caaf520e5f0416d4cdff3043ee75d4e151a883227e, '', 0, '?'),
(0x18708a6073526dfeaeed2ae68aada079, 'wp-content/plugins/goodbye-captcha/engine/admin/pages/GdbcOthersAdminPage.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/admin/pages/GdbcOthersAdminPage.php', 1, 0x00000000000000000000000000000000, 0xd050b337fee79b8bed266919e5b69eaf, 0xaa6a9877e5c99b8eeb116cfd318a77cf4e64a1bba2cbe5631aa97b662508142f, '', 0, '?'),
(0xd628e1b5939e8b576e76c5170cb969b7, 'wp-content/plugins/goodbye-captcha/engine/admin/pages/GdbcReportsAdminPage.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/admin/pages/GdbcReportsAdminPage.php', 1, 0x00000000000000000000000000000000, 0x5d154e80fb158b25803cfc17fb3c27bf, 0x4df74713def3d9a8dea31338783b8b705c3fb08d25f202ef909d5295fc2b46c3, '', 0, '?'),
(0xc557e322167a066a768d3dfb23aef868, 'wp-content/plugins/goodbye-captcha/engine/admin/pages/GdbcSecurityAdminPage.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/admin/pages/GdbcSecurityAdminPage.php', 1, 0x00000000000000000000000000000000, 0x03da58b3b015168537e897b2f70b5f98, 0xe76b752b7eacbc1f7d2b64df70308ecb185ecbfce7198f38e82eea76b54e4de4, '', 0, '?'),
(0x48292559484bbc7ea1cb52b8f2024efd, 'wp-content/plugins/goodbye-captcha/engine/admin/pages/GdbcSettingsAdminPage.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/admin/pages/GdbcSettingsAdminPage.php', 1, 0x00000000000000000000000000000000, 0xcdce40101a0f5e31d537cb1247a23a7e, 0xf0b32ed49250043d4ae3c163c4969a2db65ee68ae0c760a56832afba64124e06, '', 0, '?'),
(0xd2b9227af0788231fa0d1a74586d4134, 'wp-content/plugins/goodbye-captcha/engine/admin/pages/GdbcWelcomeAdminPage.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/admin/pages/GdbcWelcomeAdminPage.php', 1, 0x00000000000000000000000000000000, 0xff3a7008711688a8ee3ffe4933a06883, 0x1a1554564e8ae79f25ff7b7aeb073c8c7b86360de151f9b36dc22c3871a697c5, '', 0, '?'),
(0x7b61593e9af6f8a192ac403e205a6f1a, 'wp-content/plugins/goodbye-captcha/engine/admin/pages/GdbcWordpressAdminPage.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/admin/pages/GdbcWordpressAdminPage.php', 1, 0x00000000000000000000000000000000, 0xfb1a78a9df919b04e08a6aa05c926269, 0x05bdea783662c1f9c8602ac79188d521bf53f2685e9352312d93418d2d16564b, '', 0, '?'),
(0x3d47ed9284741abb5be4dc1b21b0693a, 'wp-content/plugins/goodbye-captcha/engine/admin/pages/templates/extensions-page.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/admin/pages/templates/extensions-page.php', 1, 0x00000000000000000000000000000000, 0xf2180a556f54f6dc2aa4390a50198a7b, 0x260b4b631a54ac0bb20e4882770d5364db39aaf9a70c909c112d31e26cde57b4, '', 0, '?'),
(0x34be0a5a7937b6269fe9f87164369c59, 'wp-content/plugins/goodbye-captcha/engine/admin/pages/templates/welcome-page.html', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/admin/pages/templates/welcome-page.html', 1, 0x00000000000000000000000000000000, 0xb706fc10b66d8c6296ab508607eeca41, 0xc45b29f8818ca2db2851b065758999cd98b26bf531d8550a75b9e595e4945e3c, '', 0, '?'),
(0xbb305bba56ed22f3aa4b191e1b0466da, 'wp-content/plugins/goodbye-captcha/engine/db-access/GdbcDbAccessController.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/db-access/GdbcDbAccessController.php', 1, 0x00000000000000000000000000000000, 0xdbfe203110d25a64674a2380c18b6ca8, 0x2293241f10b99564f05491318eda3b2af11944de0cd018f28ada9d26a69c6094, '', 0, '?'),
(0x4d7f2fefa3f2bac73dbfcdf82f766633, 'wp-content/plugins/goodbye-captcha/engine/entities/GdbcAttemptEntity.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/entities/GdbcAttemptEntity.php', 1, 0x00000000000000000000000000000000, 0x7aab56b890aacae20f583d84cd85eeb9, 0x9e12b3e9388deeccd5cda8fadab8611fb5e79ced2b30bce6f12c3f1355e72a1b, '', 0, '?'),
(0x857e6087b1f88ce652ca8b2d8fb8e7a8, 'wp-content/plugins/goodbye-captcha/engine/modules/GdbcBaseAdminModule.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/GdbcBaseAdminModule.php', 1, 0x00000000000000000000000000000000, 0xe3db0c0908a2574bbe684a4695759c67, 0xfe7c53e3f15ee60a119e101433c0f13b54b62d40db5975845f57323bd555a70c, '', 0, '?'),
(0x29a0d89bd956416b42149d2f4ddabc6b, 'wp-content/plugins/goodbye-captcha/engine/modules/GdbcBasePublicModule.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/GdbcBasePublicModule.php', 1, 0x00000000000000000000000000000000, 0x8ed32e4b833307081b33c56617609a8d, 0x418ead48744ec7441ca91b3fbd09d8dcbe9a603ef6701c77a166320779134fa4, '', 0, '?'),
(0x64fb8a5d89e58d194da8332d84ac8300, 'wp-content/plugins/goodbye-captcha/engine/modules/black-listed-ips/GdbcBlackListedIpsAdminModule.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/black-listed-ips/GdbcBlackListedIpsAdminModule.php', 1, 0x00000000000000000000000000000000, 0x18d0b96288d0742f090428f81767b242, 0xdfe5398863d681ddaef9b13ff3a9a6f1fadaaf45bf96a1e4319b4644abf31d0d, '', 0, '?'),
(0x712bb6e15dac1d57b32aa04f90c94182, 'wp-content/plugins/goodbye-captcha/engine/modules/black-listed-ips/GdbcBlackListedIpsPublicModule.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/black-listed-ips/GdbcBlackListedIpsPublicModule.php', 1, 0x00000000000000000000000000000000, 0xcd82d9ff535bfa50fb8660b213751f63, 0xd8276d645a0863a605279dffe0fd1e42359f836d4dc4416e3dc26facd1bc6667, '', 0, '?'),
(0xf73eb5dfd32bd0572d6219c1a715b857, 'wp-content/plugins/goodbye-captcha/engine/modules/black-listed-ips/partials/admin-settings.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/black-listed-ips/partials/admin-settings.php', 1, 0x00000000000000000000000000000000, 0x0aeeb27fee565193f409c01784353375, 0xc175ab0dad0fb8739aeb87d52960b312bc15e875bfd41a4b5ac8119fce170c06, '', 0, '?'),
(0xa10fed32d3b51d6dab6ab589e9cf956b, 'wp-content/plugins/goodbye-captcha/engine/modules/brute-force/GdbcBruteForceAdminModule.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/brute-force/GdbcBruteForceAdminModule.php', 1, 0x00000000000000000000000000000000, 0xed6b2be140974fe2733d13e14d66051a, 0x518c01410fedadaaaef7cc088a690fffb2cd2ea5c9164b8228d36eea5579b5cd, '', 0, '?'),
(0x6c31f125a7f6b8fd1ea5069733b52646, 'wp-content/plugins/goodbye-captcha/engine/modules/brute-force/GdbcBruteForcePublicModule.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/brute-force/GdbcBruteForcePublicModule.php', 1, 0x00000000000000000000000000000000, 0x415786b1ed1bee6a24ad01f9358c0118, 0x1d3e019496165658a6681b6f84dd44a2bce1d91194408c2f4c876d9bb230df29, '', 0, '?'),
(0x443a3181948c208c106eb8ea1e20f2bc, 'wp-content/plugins/goodbye-captcha/engine/modules/email-notifications/GdbcEmailNotificationsAdminModule.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/email-notifications/GdbcEmailNotificationsAdminModule.php', 1, 0x00000000000000000000000000000000, 0x43876dabf49bfb76425012ae6c2ddab5, 0xc534094c2d9cfde4283046f4611db3f1923f08f679a58489c34b6b15348362c3, '', 0, '?'),
(0x273054d28c28a1ff25d435ef21c41a4e, 'wp-content/plugins/goodbye-captcha/engine/modules/email-notifications/GdbcEmailNotificationsPublicModule.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/email-notifications/GdbcEmailNotificationsPublicModule.php', 1, 0x00000000000000000000000000000000, 0xf0a8bcb7e8774404c1f8d550b49ed17a, 0xdd3501a61e80e66e2faa9289d2272712453843730260ee7d61caf72cfab60cd8, '', 0, '?'),
(0xf36b67dc36c022096510e7854b167fe0, 'wp-content/plugins/goodbye-captcha/engine/modules/email-notifications/templates/notification-admin-logged-in.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/email-notifications/templates/notification-admin-logged-in.php', 1, 0x00000000000000000000000000000000, 0x6dad0c6d5e49404dee938a0d8b3d56af, 0xe4c835da2662a82550f46b32f1181c83fff26e16dd9b759b59c25016da6603d2, '', 0, '?'),
(0xa67c97a0433e4c0b896ddcffb35c5e9c, 'wp-content/plugins/goodbye-captcha/engine/modules/email-notifications/templates/notification-base-layout.html', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/email-notifications/templates/notification-base-layout.html', 1, 0x00000000000000000000000000000000, 0x6a14f5f711e17a53adb601b4439a1a44, 0x9aa6db7d6c9da9c876f90d3ccd3bb13eae24ee01e3f160b13873db73c5bdb37a, '', 0, '?'),
(0x29ba4515fe889fd0bd468f0dca030363, 'wp-content/plugins/goodbye-captcha/engine/modules/email-notifications/templates/notification-brute-force-attack.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/email-notifications/templates/notification-brute-force-attack.php', 1, 0x00000000000000000000000000000000, 0xd08ccdc419cc46db1ef29f798f15f6c7, 0x38ded34b60d3e16153aab4c9a38b5e8ca2aa89e47c3db5b01c1719c24fcf4a19, '', 0, '?'),
(0x3b7871324326dd7002ae6c6642c04114, 'wp-content/plugins/goodbye-captcha/engine/modules/email-notifications/templates/notification-test-mode.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/email-notifications/templates/notification-test-mode.php', 1, 0x00000000000000000000000000000000, 0x90660fcb61432db0adbe1b751dbb1585, 0xfb246f1e73c416405074ea6c36b1fe0e14d9fb31b0355abb1f198db3dc76edd1, '', 0, '?'),
(0xc41165cfa3e465d9626c68600adecd62, 'wp-content/plugins/goodbye-captcha/engine/modules/html-forms/GdbcHtmlFormsAdminModule.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/html-forms/GdbcHtmlFormsAdminModule.php', 1, 0x00000000000000000000000000000000, 0x7b408e77a01ef39784c59a2c9569f58d, 0x587657a64888a1786bee13101c69dc6611ecc529aa2bc37fd437f5dc4bd8c67d, '', 0, '?'),
(0x785cec802060e82956946b2d1fd2a2eb, 'wp-content/plugins/goodbye-captcha/engine/modules/html-forms/GdbcHtmlFormsPublicModule.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/html-forms/GdbcHtmlFormsPublicModule.php', 1, 0x00000000000000000000000000000000, 0x5788e8c1db58fbb652b8fce82084be1c, 0xa6069bebfc9e8ee33bbe344efbd2dcc6519f1eeb3b71fb600fc803474df31153, '', 0, '?'),
(0xcc2d5287cf21734e941121c8e050e87c, 'wp-content/plugins/goodbye-captcha/engine/modules/jetpack-contact-form/GdbcJetPackContactFormAdminModule.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/jetpack-contact-form/GdbcJetPackContactFormAdminModule.php', 1, 0x00000000000000000000000000000000, 0x159cc9f8e45d8ce4e20ec48a38aed695, 0x068e19339806c10c3c9b657a2a91e9f77ec05d8ae2cfd0c487358f1f8c7fb833, '', 0, '?'),
(0x57288b05bb24df771db0a4f9fc8e69bc, 'wp-content/plugins/goodbye-captcha/engine/modules/jetpack-contact-form/GdbcJetPackContactFormPublicModule.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/jetpack-contact-form/GdbcJetPackContactFormPublicModule.php', 1, 0x00000000000000000000000000000000, 0xdde060c096269a8cbd8d4cc2938c7bde, 0x6e4b8bb45108edfea9b91a3ee71099599bf7b93ba1dfb88f33de193e72870405, '', 0, '?'),
(0x94f6440a3d674f518e0e4a05893e3c20, 'wp-content/plugins/goodbye-captcha/engine/modules/licenses/GdbcLicensesAdminModule.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/licenses/GdbcLicensesAdminModule.php', 1, 0x00000000000000000000000000000000, 0xf2defdf22733f690cf032eb832dd75b8, 0xe929f524bbade27deea80f4039b1d239117585d426d2404af2f26f7abb10c1b0, '', 0, '?'),
(0xd8454f80003e1d570b4fade6196b5efe, 'wp-content/plugins/goodbye-captcha/engine/modules/licenses/GdbcLicensesPublicModule.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/licenses/GdbcLicensesPublicModule.php', 1, 0x00000000000000000000000000000000, 0x362174b9f43e60f70af8f33e65b163db, 0x5e5b7b8eae799a4d09e97624a13e0a042aa6aa1b92168fb6b056e0c35ccb27ca, '', 0, '?'),
(0xc3297ecec5011ca486760dd39019af33, 'wp-content/plugins/goodbye-captcha/engine/modules/mc-for-wp/GdbcMailChimpForWpAdminModule.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/mc-for-wp/GdbcMailChimpForWpAdminModule.php', 1, 0x00000000000000000000000000000000, 0x86df88c300bde86d7ec8e8353f5b7a05, 0x6d8a89b3c739f0f413a87eb3cb198c5fa7c6b2f6e1d88f9a799d87596481073c, '', 0, '?'),
(0x21f899699c1e6fa852dc3ef91b47e28a, 'wp-content/plugins/goodbye-captcha/engine/modules/mc-for-wp/GdbcMailChimpForWpPublicModule.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/mc-for-wp/GdbcMailChimpForWpPublicModule.php', 1, 0x00000000000000000000000000000000, 0xd4e58eaff9341b1a7427f68ceb7b1b41, 0x97c8859abe40fceb13cd0136e7e0b506c8af75577d01e95e1abbb44b49bdc1e2, '', 0, '?'),
(0x1fe6e12333b4b5e6dbcba77c00159771, 'wp-content/plugins/goodbye-captcha/engine/modules/planso-forms/GdbcPlanSoFormsAdminModule.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/planso-forms/GdbcPlanSoFormsAdminModule.php', 1, 0x00000000000000000000000000000000, 0xe9673eb3d18a3d8e897aab0f16349795, 0x87c69c35ef5cf0c4d2a6cb17fb35fcf0dfbdb552988011df77f44306f0479b6a, '', 0, '?'),
(0x7405ed8a49efdc43889cc499da4f601b, 'wp-content/plugins/goodbye-captcha/engine/modules/planso-forms/GdbcPlanSoFormsPublicModule.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/planso-forms/GdbcPlanSoFormsPublicModule.php', 1, 0x00000000000000000000000000000000, 0xed8b06c4f63230ab8fa1dec2cbb509a4, 0x45bbb2879227ddb9f212b51fbc4ec0fc943e49e2fcdb513640e1a30625be8db2, '', 0, '?'),
(0xa682a4805f1c7a759f82677a2831779b, 'wp-content/plugins/goodbye-captcha/engine/modules/proxy-headers/GdbcProxyHeadersAdminModule.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/proxy-headers/GdbcProxyHeadersAdminModule.php', 1, 0x00000000000000000000000000000000, 0x23ea062682122e8ad72e443626a39439, 0xd67b5247b70ad1bc086b19c3f92a2a30bc29d4d832170d910f0f5b956f5cdc5c, '', 0, '?'),
(0x27f412c2f988481e9fe27417f0afd08e, 'wp-content/plugins/goodbye-captcha/engine/modules/proxy-headers/GdbcProxyHeadersPublicModule.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/proxy-headers/GdbcProxyHeadersPublicModule.php', 1, 0x00000000000000000000000000000000, 0x1c57a6af96200b0f906f82aa0f6dad96, 0xa50e4e3bf689f7b085b88f56a3caceb32e7cfbe717a3f497ea9e04351cfd94c5, '', 0, '?'),
(0xbce8dec18f7de70fd2273d805080cde5, 'wp-content/plugins/goodbye-captcha/engine/modules/proxy-headers/partials/admin-settings.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/proxy-headers/partials/admin-settings.php', 1, 0x00000000000000000000000000000000, 0xb577cd0116d47f0c5c20e9ed1745f432, 0x9b30ef4f6d17c305cb38c42d13dc8faa4599647c7cce066d44340ca51a159ab9, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x9dabb075858ea5d853858747cf182de3, 'wp-content/plugins/goodbye-captcha/engine/modules/reports/GdbcReportsAdminModule.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/reports/GdbcReportsAdminModule.php', 1, 0x00000000000000000000000000000000, 0x8b17c7f09a7e9bbb8b37bd56c91dbb82, 0xf96dab35b3f4ce8fad40bcb0fe2aafe210ec5be59283ade8d2c3b6e09ca63e67, '', 0, '?'),
(0x34b7b6121c4c03d3f92504032e571047, 'wp-content/plugins/goodbye-captcha/engine/modules/reports/GdbcReportsPublicModule.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/reports/GdbcReportsPublicModule.php', 1, 0x00000000000000000000000000000000, 0x8e0d0283a3a574cb7961f9f912f8b3fb, 0xbde8c0c4f2aecba9e1ce6df24a032bd878bd65c960da10a8a414c67b17bb12fd, '', 0, '?'),
(0x9753b2173b636303bb8535ac3dce4429, 'wp-content/plugins/goodbye-captcha/engine/modules/reports/partials/blocked-content-table.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/reports/partials/blocked-content-table.php', 1, 0x00000000000000000000000000000000, 0x722b98abd2d660215f81704ab5f7a119, 0xc47cfda6d32da9e28de203901e2bde842098d134bb98031920ba098985ec90b0, '', 0, '?'),
(0x1e4395293f35d4e1fc45a651489275d6, 'wp-content/plugins/goodbye-captcha/engine/modules/reports/partials/latest-attempts-locations.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/reports/partials/latest-attempts-locations.php', 1, 0x00000000000000000000000000000000, 0x1ebd6d2754fa3ad1ed2ce4316ffd0d3f, 0x2575d1c7e37b69b49876f7215b8754050745d13c589b9bd42ae2d750d20216f5, '', 0, '?'),
(0xce1a52479ba80f8fc8dd9bdc261f06e6, 'wp-content/plugins/goodbye-captcha/engine/modules/reports/partials/latest-attempts-table.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/reports/partials/latest-attempts-table.php', 1, 0x00000000000000000000000000000000, 0x9d8203441b2304fafb9e915f0e16069d, 0x9e85e80b8082b660d1464f2e29e8d0c616335b7a554362e2d552a3dca232a7ee, '', 0, '?'),
(0x82c589f4761d2148bff40fc7040d2955, 'wp-content/plugins/goodbye-captcha/engine/modules/reports/partials/modal-dialog.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/reports/partials/modal-dialog.php', 1, 0x00000000000000000000000000000000, 0xd056a5e947eccc371ae80d062d66f528, 0x28966825070da9df8edef6349906534786fefc71153ea386ccc625fb16a340f4, '', 0, '?'),
(0x6a3aaf688f283e307ae367b2a23f3d6d, 'wp-content/plugins/goodbye-captcha/engine/modules/reports/partials/module-table.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/reports/partials/module-table.php', 1, 0x00000000000000000000000000000000, 0x7eb901f01b9b29f358cd421e4038660e, 0xc26b11fdac48f6c644aa3e5afc7ad36e08385b8db05bf082e9df8b826d11171d, '', 0, '?'),
(0x4d3b41ca68997a14de306d1fedcfb709, 'wp-content/plugins/goodbye-captcha/engine/modules/reports/partials/percentage-chart.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/reports/partials/percentage-chart.php', 1, 0x00000000000000000000000000000000, 0x98618823b9f53e35f387084f89373cf6, 0xd4393e819945a0165389db95fd67dff33ead8ea588ba205a60e978b35103d857, '', 0, '?'),
(0xb8faa7705d4b97e1411e4cad688c86af, 'wp-content/plugins/goodbye-captcha/engine/modules/reports/partials/reports-details.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/reports/partials/reports-details.php', 1, 0x00000000000000000000000000000000, 0xb2879a4370c663df88372ed173107c3a, 0x71fc6aaeb82d409c162279a777e57a3f52d2153d4a502bc9dfd2a874b870d43e, '', 0, '?'),
(0xbb217a91e0fa9ff7fbf103a59613d79a, 'wp-content/plugins/goodbye-captcha/engine/modules/reports/partials/reports-stats.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/reports/partials/reports-stats.php', 1, 0x00000000000000000000000000000000, 0x5a01194529baff60f27b4814631fded4, 0x55871c465e9a89f4effcebbe63ec96aa5a4b3b360a1702f75e9d324a95f30bc7, '', 0, '?'),
(0x1966005d25c5869fc44b0b64c106d4eb, 'wp-content/plugins/goodbye-captcha/engine/modules/seamless-donations/GdbcSeamlessDonationsAdminModule.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/seamless-donations/GdbcSeamlessDonationsAdminModule.php', 1, 0x00000000000000000000000000000000, 0x2ec9478b04c49bfb2cb8b0ceefdf7e9d, 0xe90c6c42c7f63b8ce21af560a8545b7aeac7d927886401a82a0dbc5de82dad3f, '', 0, '?'),
(0x8fd3413de6dfac0ccde110c29d1c68df, 'wp-content/plugins/goodbye-captcha/engine/modules/seamless-donations/GdbcSeamlessDonationsPublicModule.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/seamless-donations/GdbcSeamlessDonationsPublicModule.php', 1, 0x00000000000000000000000000000000, 0x04a160755d7dc3bd054007229d5427f3, 0x23d8d06641f41fb8dd5ab8e4369e1586abe85c57a4b2912ee9561c4f24870015, '', 0, '?'),
(0xc2dd43c1023210cba290bf91aecf101a, 'wp-content/plugins/goodbye-captcha/engine/modules/settings/GdbcSettingsAdminModule.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/settings/GdbcSettingsAdminModule.php', 1, 0x00000000000000000000000000000000, 0xebb57a6f3144d422099e4acc4f925612, 0x870d9bb8bed1c5ac8d224a27f92d7599552e0e1b08cc0f6083bc4adf916365bd, '', 0, '?'),
(0x98f34faff58494cfc793310720768484, 'wp-content/plugins/goodbye-captcha/engine/modules/settings/GdbcSettingsPublicModule.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/settings/GdbcSettingsPublicModule.php', 1, 0x00000000000000000000000000000000, 0x2a9aa488198d45f28038a6c5503fc8ee, 0x24ee5eb38854abaaab446dd23385c6c5dbad47ea247366f6770530b72ff638ac, '', 0, '?'),
(0xa19fff9cc2271d4e525c3487c9b25c9f, 'wp-content/plugins/goodbye-captcha/engine/modules/ultimate-member/GdbcUltimateMemberAdminModule.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/ultimate-member/GdbcUltimateMemberAdminModule.php', 1, 0x00000000000000000000000000000000, 0x3ecaeb9e6517f7b74e7d5ae40b36a213, 0xf33030604ca67da8a95673112f736b406ab267b2e6db20bf424caac216a2b07e, '', 0, '?'),
(0x00df33c5a2c470e1bcfd87518ac6ead2, 'wp-content/plugins/goodbye-captcha/engine/modules/ultimate-member/GdbcUltimateMemberPublicModule.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/ultimate-member/GdbcUltimateMemberPublicModule.php', 1, 0x00000000000000000000000000000000, 0xbd7dc844e0ccad0d6d80f73ab89ba26e, 0xff30b11d3d05a68b395e174d7534d01abac4a08a3aa304139ef445cf95d0b767, '', 0, '?'),
(0xb37d27849839600f634876864deaaec9, 'wp-content/plugins/goodbye-captcha/engine/modules/ultra-community/GdbcUltraCommunityAdminModule.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/ultra-community/GdbcUltraCommunityAdminModule.php', 1, 0x00000000000000000000000000000000, 0x5cfc80332a5814affdb715ccc8fe890d, 0xea72e83254614a623f634d03bfde29565ea1cce7e79893f98703fb99a177e3f8, '', 0, '?'),
(0x23bb3ded20ea85ecf77f97678c339b14, 'wp-content/plugins/goodbye-captcha/engine/modules/ultra-community/GdbcUltraCommunityPublicModule.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/ultra-community/GdbcUltraCommunityPublicModule.php', 1, 0x00000000000000000000000000000000, 0xc7e3ebe4572615bd90eabeacfd6733ca, 0x67a7aeaaa81c70ee7acd1213ca6c927ddcc7fac88deb5f3bb200042ffebdb44e, '', 0, '?'),
(0xb72e84bf73ff21608ef882105d4dc6b2, 'wp-content/plugins/goodbye-captcha/engine/modules/white-listed-ips/GdbcWhiteListedIpsAdminModule.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/white-listed-ips/GdbcWhiteListedIpsAdminModule.php', 1, 0x00000000000000000000000000000000, 0xd890ce8ab560e71439e1ed0aa834b1dd, 0xfa9dfe1f8a57e5f3410eb6cdb16991de282c3e6aa701bf1090b7750a29a0883f, '', 0, '?'),
(0x2f1e9e6766f89aa41b93581a5177e444, 'wp-content/plugins/goodbye-captcha/engine/modules/white-listed-ips/GdbcWhiteListedIpsPublicModule.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/white-listed-ips/GdbcWhiteListedIpsPublicModule.php', 1, 0x00000000000000000000000000000000, 0xb99bb3fc278a6fb30c062190baf55e63, 0x03816efa3ba76d57a8dfd717cac85e4673a4e1bfeb44bab09c4f07cbfac9f313, '', 0, '?'),
(0x322b42b6fdeead3b0febb55f80953fa5, 'wp-content/plugins/goodbye-captcha/engine/modules/white-listed-ips/partials/admin-settings.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/white-listed-ips/partials/admin-settings.php', 1, 0x00000000000000000000000000000000, 0x71bd760463a0caa1c1770ae36cc3ea66, 0xabe2c73d7020dab1d74c30e16c1823f9ff16b0dc09a375f6aca70614a4b0ec51, '', 0, '?'),
(0x9ac09e34849668ae0668b39216ed0c00, 'wp-content/plugins/goodbye-captcha/engine/modules/wordpress/GdbcWordPressAdminModule.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/wordpress/GdbcWordPressAdminModule.php', 1, 0x00000000000000000000000000000000, 0xb5a6a8d31dc8fc383b007bb3627e527f, 0x16465f3e9009c377b78b0214a6d2325b401333470debebb2acbbee1c18fe2fda, '', 0, '?'),
(0x72539f2e6a5aacf76f5e1a92512f0a7a, 'wp-content/plugins/goodbye-captcha/engine/modules/wordpress/GdbcWordPressPublicModule.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/wordpress/GdbcWordPressPublicModule.php', 1, 0x00000000000000000000000000000000, 0x83280b24be50b96ddc93754bcda66b3d, 0xc1f94c2e046a91d00040cd9ea56ed38bc55d0051756851b3330c6d3d2e57b6e0, '', 0, '?'),
(0xd7ca3f376249d475f04f74c4028f392a, 'wp-content/plugins/goodbye-captcha/engine/modules/wordpress-tweaks/GdbcWordPressTweaksAdminModule.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/wordpress-tweaks/GdbcWordPressTweaksAdminModule.php', 1, 0x00000000000000000000000000000000, 0xb58797fb66d31d13333c8e9850315df4, 0xacf3aec89817e6deed57af79ca961a62e6b6bf6206b0f4eff39862cd8a8fef8b, '', 0, '?'),
(0x1d5501331e383eaa8672ca9a862c7570, 'wp-content/plugins/goodbye-captcha/engine/modules/wordpress-tweaks/GdbcWordPressTweaksPublicModule.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/wordpress-tweaks/GdbcWordPressTweaksPublicModule.php', 1, 0x00000000000000000000000000000000, 0x682d803c1207fac091cccb062e0ff827, 0x15c8f5ef393a2cd42a53e70c20591e78dff2f904bbdd529e69bcc285c28f2679, '', 0, '?'),
(0xd2220ea3495809d5c25b488f7dfa269c, 'wp-content/plugins/goodbye-captcha/engine/modules/wp-members/GdbcWPMembersAdminModule.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/wp-members/GdbcWPMembersAdminModule.php', 1, 0x00000000000000000000000000000000, 0x32820ca9c62ca45cd6c344adbac38299, 0x51fe2f426af60d9f078d5c505f876f27cb93f38f43d5832e3157edb4d468c4ef, '', 0, '?'),
(0x137f1fb2f9abf154b9e888d42e03e7cb, 'wp-content/plugins/goodbye-captcha/engine/modules/wp-members/GdbcWPMembersPublicModule.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/wp-members/GdbcWPMembersPublicModule.php', 1, 0x00000000000000000000000000000000, 0xcb47d66df448c4e116c838cec8b0042d, 0x61678d4ed4f098f1eac03ae6c4031ea7acf6d5c6ae5a6f0394419664321d31c1, '', 0, '?'),
(0x92bc9d04d0cf1089e01d42e49fdc5e16, 'wp-content/plugins/goodbye-captcha/engine/modules/zm-ajax-login-register/GdbcZmAlrAdminModule.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/zm-ajax-login-register/GdbcZmAlrAdminModule.php', 1, 0x00000000000000000000000000000000, 0xf144be045e4c6bbb3af3b89da9b72379, 0xe9694ce50b88c5f608de308963a06956d0f21cf5dbcaf71af0db1c636d08378c, '', 0, '?'),
(0xc6e490b7b8e5f8f9521d8f05a9b25147, 'wp-content/plugins/goodbye-captcha/engine/modules/zm-ajax-login-register/GdbcZmAlrPublicModule.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/zm-ajax-login-register/GdbcZmAlrPublicModule.php', 1, 0x00000000000000000000000000000000, 0xb20f7be850eee1dc5105d0e1d2054f68, 0xa505f8ce10ea5494d019bf9a8683a4ad9f1dd8024f84eee571f60be7ab6f2a92, '', 0, '?'),
(0x14336dcddd7a05204790e1c7e9a68c12, 'wp-content/plugins/goodbye-captcha/engine/tasks/GdbcCheckAttemptsTask.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/tasks/GdbcCheckAttemptsTask.php', 1, 0x00000000000000000000000000000000, 0xabbd1d0d9d7e77eea2b19fec13bbd179, 0x9c48742ee0738cd0920514e30e3f139cc01bd9f1398cc2451c307a7a2524e591, '', 0, '?'),
(0xad35106d7f73ba1f20f73623e7c4a241, 'wp-content/plugins/goodbye-captcha/engine/tasks/GdbcLogsCleanerTask.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/tasks/GdbcLogsCleanerTask.php', 1, 0x00000000000000000000000000000000, 0x7998431bea70afe1711d2e9b434d5a06, 0x0b044edce4bc7c586292a12504abd682e299e2c46f4a155f0cd251cbac53e981, '', 0, '?'),
(0x7b8b543aca3ca92524d04f0c037b887e, 'wp-content/plugins/goodbye-captcha/goodbye-captcha.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/goodbye-captcha.php', 1, 0x00000000000000000000000000000000, 0xead800054dd09e3dd484f316564940af, 0xb68a95f0fdf4d862b034b945c888202e76c92502e2b1c60e5cfa12bd93e45df7, '', 0, '?'),
(0x2029dc11cbc72d0319cc94237c101c45, 'wp-content/plugins/goodbye-captcha/includes/MchGdbcLibAutoloader.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/MchGdbcLibAutoloader.php', 1, 0x00000000000000000000000000000000, 0x1f748d0c3e4713df8988da0deb9bda45, 0x99b880cae4aced7dd7f3d12e5256f9a353587f26006b06bc16542acbedc6a1e2, '', 0, '?'),
(0xcacecfb974a54c90b1e418e1ba21a7c0, 'wp-content/plugins/goodbye-captcha/includes/modules/MchGdbcBaseAdminModule.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/modules/MchGdbcBaseAdminModule.php', 1, 0x00000000000000000000000000000000, 0x120e624a7047ba6ed3f2a65e3b7ff4b2, 0x028033c0b0343ced985be4c15030b60c7d9641f0deee65331a58b42e0427b22e, '', 0, '?'),
(0x99fb3e2d7819eff8ed7e385aa8f864a5, 'wp-content/plugins/goodbye-captcha/includes/modules/MchGdbcBaseModule.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/modules/MchGdbcBaseModule.php', 1, 0x00000000000000000000000000000000, 0x479990fa04ac4f659d888200c98c28f0, 0x2cbd57305378929407e060c4b9728ec5ece5492cdfb1e041871e7cd21dacda46, '', 0, '?'),
(0x56c0ab72ae33946fcf5303dfac02f749, 'wp-content/plugins/goodbye-captcha/includes/modules/MchGdbcBasePublicModule.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/modules/MchGdbcBasePublicModule.php', 1, 0x00000000000000000000000000000000, 0xc73906a7e306d9f8078675a10fc630e9, 0x27b8c52ffeb6b28c1e1a2cd37c3aeeba502b1793cf39f44bfd2db06dc0c7292d, '', 0, '?'),
(0x8df1845be9fa8c061796d7fb2497c90e, 'wp-content/plugins/goodbye-captcha/includes/modules/MchGdbcGroupedModules.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/modules/MchGdbcGroupedModules.php', 1, 0x00000000000000000000000000000000, 0x6634be9401bf29185fd5b92af116a86b, 0x3cec4682422c6a6af1bc7658cb896b63ee9953b965332e17e460e8600541f011, '', 0, '?'),
(0x23ed70e07d973893256ad54573e0f21a, 'wp-content/plugins/goodbye-captcha/includes/modules/MchGdbcModulesController.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/modules/MchGdbcModulesController.php', 1, 0x00000000000000000000000000000000, 0x81956ab62287e48dc6085061aaabe13e, 0x7391ae8d93531186cf2cce3a2a6e8601d1212cf7dfd111e8037a017af34518e0, '', 0, '?'),
(0x152bb684325a0febd01c2de328ecedee, 'wp-content/plugins/goodbye-captcha/includes/notices/MchGdbcAdminNotice.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/notices/MchGdbcAdminNotice.php', 1, 0x00000000000000000000000000000000, 0x2dc9112b5f8b9cc7a8f9743ceea7f422, 0xb29df4e583732a316ac3004a8e6165fb164120cac36e58bfcbb3446939f5d609, '', 0, '?'),
(0x93afffb3977fff19b2a21ec0b945f422, 'wp-content/plugins/goodbye-captcha/includes/plugin/MchGdbcBaseAdminPage.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/plugin/MchGdbcBaseAdminPage.php', 1, 0x00000000000000000000000000000000, 0x32fbda7cf2d3e96ef5ca1093ca9825e6, 0x34fe5f20d9c1fea3b98db4f1a4df2e8791da4a148acb391beea5c9ea3114ca66, '', 0, '?'),
(0x545d7b1f777a9c924183b90af2448e22, 'wp-content/plugins/goodbye-captcha/includes/plugin/MchGdbcBaseAdminPlugin.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/plugin/MchGdbcBaseAdminPlugin.php', 1, 0x00000000000000000000000000000000, 0x2a785889b6a46c202daa2f0ebc8f108f, 0x5f7a0184c72e1510a8f1ff04ba07577aec527cf847a68c60f6efe77928202b92, '', 0, '?'),
(0x9a24639e470c51fb58467376c2d7d01c, 'wp-content/plugins/goodbye-captcha/includes/plugin/MchGdbcBasePlugin.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/plugin/MchGdbcBasePlugin.php', 1, 0x00000000000000000000000000000000, 0xfa6fb52a85e68965f86b5a6a87909473, 0x18ec785d563669bbf3138946998641303bc8ef616d480a561a5a670b32ed1d4a, '', 0, '?'),
(0x091c9b32da5618024c7e3ae7776dc8fc, 'wp-content/plugins/goodbye-captcha/includes/plugin/MchGdbcBasePublicPlugin.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/plugin/MchGdbcBasePublicPlugin.php', 1, 0x00000000000000000000000000000000, 0xba335d354be3ee12f589cbf0e31d8072, 0x0bc4290bbe213ee66c93253ff234a8d6d4c984c6c84ad5e7066736439b656214, '', 0, '?'),
(0xd000014476c67f716ea1137b769c05c3, 'wp-content/plugins/goodbye-captcha/includes/plugin/MchGdbcPluginUpdater.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/plugin/MchGdbcPluginUpdater.php', 1, 0x00000000000000000000000000000000, 0x0598c409a00d184c7d7a6ce589cb31ac, 0x266011bbe234d7c3b99500c0cd67fc15643766934fde84da62979a9eb71f96dc, '', 0, '?'),
(0x0a20079c1058b94899c4e107eb341a83, 'wp-content/plugins/goodbye-captcha/includes/task-scheduler/MchGdbcWpTask.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/task-scheduler/MchGdbcWpTask.php', 1, 0x00000000000000000000000000000000, 0x7d9d1ef5919fa651608a572daa1a1e37, 0xbfeee0c491402e15e53cb122d0813ae72831f8146b34ae219908f2669b939002, '', 0, '?'),
(0x9a62ceb4cb6fb6f78f9aa62f14803a13, 'wp-content/plugins/goodbye-captcha/includes/task-scheduler/MchGdbcWpTaskScheduler.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/task-scheduler/MchGdbcWpTaskScheduler.php', 1, 0x00000000000000000000000000000000, 0x6fb3b28c5b5cb3d5d901b789f9283094, 0x4f0997e9765c2317ab0948506afc62a28a5abc83c4026ef374f92d64db1cb1c3, '', 0, '?'),
(0x3c0e0b12fa0aa6b2decfbfc35880f542, 'wp-content/plugins/goodbye-captcha/includes/utils/MchGdbcHtmlUtils.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/utils/MchGdbcHtmlUtils.php', 1, 0x00000000000000000000000000000000, 0x046e6d0c933c0c8186e685ad87c8a6a7, 0x15817f2cb3d02c833a375dc58f01dcaf2a66023bc2a8477f0d01a0b7d6316076, '', 0, '?'),
(0x79134843141b5d1402a4a4148c0fbb98, 'wp-content/plugins/goodbye-captcha/includes/utils/MchGdbcIPUtils.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/utils/MchGdbcIPUtils.php', 1, 0x00000000000000000000000000000000, 0xcc761632277f6e211b43685cc6485d8d, 0x148bf29f1fcbdb9958402042c6e275e1eef6833e97992a6fe0e5a5dc777f011e, '', 0, '?'),
(0xb2f514d2dd1d463ce1bcadb843b5a247, 'wp-content/plugins/goodbye-captcha/includes/utils/MchGdbcUtils.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/utils/MchGdbcUtils.php', 1, 0x00000000000000000000000000000000, 0xdc6c46effc9cb98646e5fe57c058aecd, 0x7d045ddc9cce952661320daf034f3a3ac566b9292243a59b18a994f01fb36fbe, '', 0, '?'),
(0xcfe33aea72bf0463d9a0168885f86d0a, 'wp-content/plugins/goodbye-captcha/includes/utils/MchGdbcWpUtils.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/utils/MchGdbcWpUtils.php', 1, 0x00000000000000000000000000000000, 0xde46b6ed1276ea7816f121eccdec139b, 0xa3952fa90122a88bf796d56ac630e36878066db76fdf4d093b7212c66a327396, '', 0, '?'),
(0xa5a3b5f131f9dc4cd4b1339a2300c99b, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCache/MchGdbcCache.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCache/MchGdbcCache.php', 1, 0x00000000000000000000000000000000, 0xd888322b3995ca8d49f908654dc800ea, 0x5991f49705a62dd1b5f297e94c139ae9e46e7b1c917c002761f1655cc211fdb5, '', 0, '?'),
(0x56e8359f2512b48039de61dbcc8fe9c2, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCache/Storage/MchGdbcCacheAPCStorage.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCache/Storage/MchGdbcCacheAPCStorage.php', 1, 0x00000000000000000000000000000000, 0x9f9184a64d42b035d9254997bedc9f44, 0x98d00c3d020079485b80888fec9d2e3d513256a6342f1aadd8189248e74813d4, '', 0, '?'),
(0x8541030c2ac5d88ed508e498188f6d3b, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCache/Storage/MchGdbcCacheAPCUStorage.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCache/Storage/MchGdbcCacheAPCUStorage.php', 1, 0x00000000000000000000000000000000, 0x5b8b7cee83f29177851bc76d3b9d90f4, 0xa771767477aa461354ef94e9132243af0bd246124649150f268b2078e3b57678, '', 0, '?'),
(0xdafda6ea05cbb44c656f2159276098df, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCache/Storage/MchGdbcCacheBaseStorage.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCache/Storage/MchGdbcCacheBaseStorage.php', 1, 0x00000000000000000000000000000000, 0x9557fb9d3ed562b5d7f5a25bd41252f9, 0x789f1c5e793f7e22f7e773b68e3439a581515fb531c18c739e29c63a746a1f7b, '', 0, '?'),
(0x9e763c2a6878476bd050dd869ae35e7f, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCache/Storage/MchGdbcCacheFileStorage.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCache/Storage/MchGdbcCacheFileStorage.php', 1, 0x00000000000000000000000000000000, 0x04301fc522df217877ad86c090f83990, 0xdbc223ddc9d8ec9c4c17910ddfff17c7fc97aec43a1bf5b2d19ee82b713b5d3c, '', 0, '?'),
(0xf36ea6d850ec58be47fa73a11d4fea32, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCache/Storage/MchGdbcCacheMemcacheStorage.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCache/Storage/MchGdbcCacheMemcacheStorage.php', 1, 0x00000000000000000000000000000000, 0x920037e97a74fb24232d78fa565da498, 0x76c2d3c29645a6b110fb3adbdbcab15d658d827b95a14e8225a78f18f2409e19, '', 0, '?'),
(0xd648230b9f375926e90cc1e8130aeab2, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCache/Storage/MchGdbcCacheMemcachedStorage.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCache/Storage/MchGdbcCacheMemcachedStorage.php', 1, 0x00000000000000000000000000000000, 0xc64962f0ebacfca1ce1e5611544fcbf6, 0x469389dec2aefb9cb9a17f5974f8136dd9c85c35d87205c7e3678e80c26eaa6c, '', 0, '?'),
(0xee00424cba6ceaf241985a0b39e60455, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCache/Storage/MchGdbcCacheXCacheStorage.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCache/Storage/MchGdbcCacheXCacheStorage.php', 1, 0x00000000000000000000000000000000, 0x64cce76a3662080d0d4c8103bbac4c78, 0x5ae238d15a5afcd7ccf7d1db89af0a6d34e314b26ded3cd2608b90edd7032e8c, '', 0, '?'),
(0x8c67fdf44e2350f57a30c4a13866509a, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCache/Storage/MchGdbcCacheZendDiskStorage.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCache/Storage/MchGdbcCacheZendDiskStorage.php', 1, 0x00000000000000000000000000000000, 0x7863d0c25eb289be36a6227fba5ea0b2, 0x9c2e6662ba20344e2c762c72d21c4c58a1c90db1258f0cf22deb2c0bc04cb94a, '', 0, '?'),
(0xb88b3df7f49bdc0ee80500dff8954cd9, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCache/Storage/MchGdbcCacheZendMemoryStorage.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCache/Storage/MchGdbcCacheZendMemoryStorage.php', 1, 0x00000000000000000000000000000000, 0xbbbc1e2bde43262bdb2ecc2ed06fdc9f, 0x44db60fa2070bc6589fc6dc4ffe1db52a83427d3a35b9124c61e655dd2e8f78e, '', 0, '?'),
(0xcb2d79ca49e9a3e486efae46f8474b51, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCache/Storage/MchGdbcWordPressTransientsStorage.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCache/Storage/MchGdbcWordPressTransientsStorage.php', 1, 0x00000000000000000000000000000000, 0xe9cdf5d196d514a0b632329cd9a44309, 0x4ec481bdb9d2dbc34f6ad3edff8aa74a7fce191581643438f9b964e533697ddc, '', 0, '?'),
(0x13f31b447d51c8d33b826bf4f6819134, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/Core/Crypter.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/Core/Crypter.php', 1, 0x00000000000000000000000000000000, 0xe9ff8effbfe7fb448ecae595cea4c36e, 0x677d611f5b5626cde3102ade447269e8757cec326c9afc33c9e8241c0b007064, '', 0, '?'),
(0x8e055ac3f72d2873a48021f3de66bcf6, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/Core/Generator.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/Core/Generator.php', 1, 0x00000000000000000000000000000000, 0x762da6af3f7eb35a56f5fca2f3fe4972, 0x00b7bf36c409973927466356a72b1a8184a4e8610d076f002fc51e99f2f6ff1c, '', 0, '?'),
(0x1e6b5dc70a886d5e6e633d1e3204d98c, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/MchCrypt.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/MchCrypt.php', 1, 0x00000000000000000000000000000000, 0x2cd497a54aad09a0e6eebb992e0515ee, 0x5a031905774d04de64835efbe99769c93a0d2390096cfac7936056c81196559f, '', 0, '?'),
(0xb4406046bd18b19c99839724a56a291c, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/Cipher.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/Cipher.php', 1, 0x00000000000000000000000000000000, 0xc33b0edb0d42872d6527433b90cbcd6b, 0x86945fc1eac6d45f2d7a6e075322b54a83f3aeda57bcee7ec01de5531f694906, '', 0, '?'),
(0x4c4daeeff89a5f99c73f7ffe4921ec61, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/Core.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/Core.php', 1, 0x00000000000000000000000000000000, 0x2cadb4618b5df0b62ca18a66d29bbc8c, 0xdc4a03438c95432c88b7e8c0ab80af361c409f5b0eebdb3d881161c82e52ae68, '', 0, '?'),
(0x86c2799b769e21f176f210bc64e3f981, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/Includes.inc.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/Includes.inc.php', 1, 0x00000000000000000000000000000000, 0xc0653b0b6fe890b7d7771685af98abc4, 0xc189405a7fd948ecf3a6f9c8a7173595bf221bf4933ee20821722c07899c17d8, '', 0, '?'),
(0xfd2de4540026851a69bfa65f7daedb8c, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/Mode.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/Mode.php', 1, 0x00000000000000000000000000000000, 0xe7722ddfab874fe44b5fc8923c0a5445, 0x7e25300ac4900fa57aaf6fa47375509a6f685884c22e5e49a3d1b68cfdaf6b08, '', 0, '?'),
(0x9c65b7765ad9e9dc403eb6329f313642, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/Padding.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/Padding.php', 1, 0x00000000000000000000000000000000, 0x187524f1d2fe5bea573326d44c531276, 0x9937aaf39c7e13049a0e8c37c286fa952315f338ce4ffc537b8035a2b4002a4f, '', 0, '?'),
(0xaf39b9dbd489519f1bf2c46ea15708c1, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/README.md', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/README.md', 1, 0x00000000000000000000000000000000, 0x678611a2dd977c042551877cb7a22a08, 0xde8e9b11c8a8e6fb3964d99d5c7301b47d8efb229bab14276410b13cb555ad2d, '', 0, '?'),
(0x8515d96e8370bf9ace7552b393b61c1e, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/ciphers/3DES.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/ciphers/3DES.php', 1, 0x00000000000000000000000000000000, 0x81d9bb7a99ddcf2aff5dd7991fe5df0b, 0xfab9ddc891ae941615bf79d6f882817f9a6df0085287c941199e696629e14c02, '', 0, '?'),
(0x4451270299ac92680ea9dfde84cba0d1, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/ciphers/3Way.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/ciphers/3Way.php', 1, 0x00000000000000000000000000000000, 0x9f9576e363081248451ccb8bad881190, 0x816969d84bd03d61dd2d9860e295125d20444e5671571bc9c49aee58fcd09b67, '', 0, '?'),
(0x424cb476328f4b45b3442feade867e17, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/ciphers/AES128.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/ciphers/AES128.php', 1, 0x00000000000000000000000000000000, 0x5567c320a3e26a4b1b7e93a9869e0a10, 0xe50ea0cbf87c54cb78b8a04c08dbbdfffb1b9a956dc63db514a01f3cff4c03f0, '', 0, '?'),
(0xf561acce817fcc047d71391fde08e02c, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/ciphers/AES192.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/ciphers/AES192.php', 1, 0x00000000000000000000000000000000, 0xd78806e0131e186a9756b6ce554078f1, 0x47657c3f2abf8108b1a1bb4efeb726f86324e67c0c35108465bbb854872f7529, '', 0, '?'),
(0x7188d54ea4f14ef10948f07c52e2a5b5, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/ciphers/AES256.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/ciphers/AES256.php', 1, 0x00000000000000000000000000000000, 0x674f75a8228d23a156fe7912ea0aa3a8, 0x443aecf7887839fa4ef7d371b4bae55d2a56a1315be63bea085409f114b9db27, '', 0, '?'),
(0x4ed7d9f7c36468cdf0cae423a5f1e170, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/ciphers/ARC4.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/ciphers/ARC4.php', 1, 0x00000000000000000000000000000000, 0xdd72c875a8d82cc696ffd94b564c217c, 0x219c409c53ebf21c46b7c4d4ded12d8aca121cb757603486824227e7d413be60, '', 0, '?'),
(0x39a2a9cdfef1477e8c5db90bbe04fa9d, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/ciphers/Blowfish.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/ciphers/Blowfish.php', 1, 0x00000000000000000000000000000000, 0xa51e247036b21e01bce38de872a3e9cf, 0x37a36871dc12164efce761969a4f852ec64629ed2caeecf78dbef963fcf2c143, '', 0, '?'),
(0xf7aac67f8a925fa4888b128879081316, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/ciphers/CAST128.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/ciphers/CAST128.php', 1, 0x00000000000000000000000000000000, 0x08f0a9add488bdf2176aea31760f15f4, 0x254dbee33aa79886f25113d9c904b4e62da79d15bfa0e36f9ac4a96a79ccce2d, '', 0, '?'),
(0xfefc2f6e2db28dff0dfd9bc14f1044a1, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/ciphers/CAST256.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/ciphers/CAST256.php', 1, 0x00000000000000000000000000000000, 0xf7f2d73605a2caeb6178b775faf7e2eb, 0x5398025cc6005457beec7415397b62d4e26ee4fed07ece2910443044dba39bc8, '', 0, '?'),
(0xf61f0995407233cae2db2c8a03f0052d, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/ciphers/DES.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/ciphers/DES.php', 1, 0x00000000000000000000000000000000, 0x5da1a98d31f0c61aff3584cdccea2257, 0x8b0f384ff3c5dc3998c70ceb8b20bd8fc346fd04990c41f434401ce0e1596b0e, '', 0, '?'),
(0x252f7934a07fd5e93b89118310944433, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/ciphers/Enigma.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/ciphers/Enigma.php', 1, 0x00000000000000000000000000000000, 0xd729583167899c13f5856a4792272826, 0x5ad866204e5c7f38b41af770188584a1b72cfc21a004a66d373b84a32af7c68a, '', 0, '?'),
(0x1aaf6f0c7bfc93d199f81d75421ccddc, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/ciphers/RC2.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/ciphers/RC2.php', 1, 0x00000000000000000000000000000000, 0x71685045a8ffdd513f9d9170f6d24dd6, 0x5f78424f298fd33275eff19350e7bf0a5a48a7072ce857866cc30d90d760527e, '', 0, '?'),
(0x796c1b38dc34061171047d5e3d65a7e3, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/ciphers/Rijndael.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/ciphers/Rijndael.php', 1, 0x00000000000000000000000000000000, 0x71270f3d5ebc5f36f8b4397d03df64ef, 0xb349b9117e8e15bff9b359a9a0d8f5aadd30af16acbc80c53cf33e4d0eea33af, '', 0, '?'),
(0xfe847c30704f54163e6bb621c42c7237, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/ciphers/Rijndael128.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/ciphers/Rijndael128.php', 1, 0x00000000000000000000000000000000, 0x971977f09bec882d526434d72283a19c, 0x0e434cba480348eb2b5b3cd76b35e9d0c6cd0734b5ebd6b6d00520a8ed3c63bf, '', 0, '?'),
(0x751d670ae2a597df1a2d7e90621aa18d, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/ciphers/Rijndael192.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/ciphers/Rijndael192.php', 1, 0x00000000000000000000000000000000, 0x5d92f1d5be3e0803890abc3f410833d8, 0x0f402c2d34faf95f65e8b5579b184b621655657b82f783e610c52226db4849ad, '', 0, '?'),
(0x02ab4dff55c1f4f27b4a5cd37d06d110, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/ciphers/Rijndael256.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/ciphers/Rijndael256.php', 1, 0x00000000000000000000000000000000, 0xa1e0c65d8dbbc13adb2b64fe32dbc2d4, 0xca3e575646250846a62dd1074add4c201fcc4aa76da968c568bfc0676333d2ac, '', 0, '?'),
(0x8de3d7922a4ef19a257aeefbc4cb0c17, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/ciphers/SimpleXOR.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/ciphers/SimpleXOR.php', 1, 0x00000000000000000000000000000000, 0x58bbbbdf07f30bb874f096230ea407cd, 0x92db5814079c2742a89c7c1d6e396b6f335eeea69887c9be85bebc98c83a5ffd, '', 0, '?'),
(0xafeec16484eb171473baf3a2a741141c, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/ciphers/Skipjack.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/ciphers/Skipjack.php', 1, 0x00000000000000000000000000000000, 0xc48f559ead0b42cb1fb4b11fac0bb43e, 0x75718f79e1ba72ec5e5c31cf8dd05135d59579417a2d5422c5e789111ee47c0f, '', 0, '?'),
(0xb07a5e6c91ee11e9c4b44da89bc46330, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/ciphers/Vigenere.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/ciphers/Vigenere.php', 1, 0x00000000000000000000000000000000, 0xab65e6bb519a8582d1c4fb17dba2a7bc, 0xdd405e316b3daf1b070c18f21705ec8987e294faa501a6400c504b6712e38133, '', 0, '?'),
(0xf9272b7179c2dca78331ca658b02fbb8, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/licenses/ECCN_5D002.txt', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/licenses/ECCN_5D002.txt', 1, 0x00000000000000000000000000000000, 0x7a2801f1873753077057cb0155955e08, 0x688066965dd955dbc2009755e0cfd8764958b3df68ef938d515e8f042013d31e, '', 0, '?'),
(0x82cbf4016b15e1914cd4a23248955286, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/licenses/GPL.txt', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/licenses/GPL.txt', 1, 0x00000000000000000000000000000000, 0xd32239bcb673463ab874e80d47fae504, 0xf88fd046907dfed58cf8a9f34fa058f2f57fcfeded90092302fcab8faf23a57f, '', 0, '?'),
(0xfbbf3fcd8b8bad0634d666eed36a1556, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/modes/CBC.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/modes/CBC.php', 1, 0x00000000000000000000000000000000, 0x7f0fec4ab15fe5eaee3fd85c7f3c8a72, 0x7b6ed5f0c7328ad7d4c6fac3a9a9fb9e866079a552aba6498730167556dd663c, '', 0, '?'),
(0x5c0e95415d16b6404c348851b8098adc, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/modes/CFB.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/modes/CFB.php', 1, 0x00000000000000000000000000000000, 0x56f29690341878d92ae5bc9f9298d15b, 0x8cbbe525b7901174c7b00b2392d31c7ccc4084f72b9d7f3e3b8e859464ab7b25, '', 0, '?'),
(0x46d8bbff394634ec9fa3320cb3a20e84, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/modes/CTR.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/modes/CTR.php', 1, 0x00000000000000000000000000000000, 0xb549bdda157fb92ed840060148e73be5, 0x6984384e72a69b098deb8f7f1d32686f73df22382d4bbafa9f4da236ec2264d4, '', 0, '?'),
(0xe1b5c8471c918cb9df2f69833aef529f, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/modes/ECB.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/modes/ECB.php', 1, 0x00000000000000000000000000000000, 0xbd6831cd793203b297638c6efc5c736e, 0x98c7ef996c8e0051c262770d0ad6fe0ba3fbd2c8b0df77e7f59e98774fa7f24a, '', 0, '?'),
(0xca046f8e48504b75804685fd82448aac, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/modes/NCFB.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/modes/NCFB.php', 1, 0x00000000000000000000000000000000, 0x709bdf722be74fb8326caa97ffd3e40e, 0xe91ef4ba512be46e44a72a01a28a206c1315d06569bcb6f276d0177ec3b0f467, '', 0, '?'),
(0x1f8306cff71fb18de0c06d097bafc7f2, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/modes/NOFB.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/modes/NOFB.php', 1, 0x00000000000000000000000000000000, 0x2901ee1b4461860d174835723ce36e78, 0x139c26386e495f09a1427e780df44cc7bc271c557310ba65746a6cf68039250f, '', 0, '?'),
(0x9ff2ac6369c2615ca4e6763ea3f1a9c1, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/modes/OFB.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/modes/OFB.php', 1, 0x00000000000000000000000000000000, 0x40bc68a196049e3c64cc061ec980716b, 0x131f14ff4538de879d6f6144e0eef6095c63d4370ba86093c1adc321c9f99074, '', 0, '?'),
(0x12f40ebf4821f8753725464e64ed80d7, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/modes/PCBC.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/modes/PCBC.php', 1, 0x00000000000000000000000000000000, 0xb42fa3a6cc33a9704c5cb4fbeac0764b, 0x05631334cf340314953958ab73478a9a511625541c697ad0c6032a9646214f8a, '', 0, '?'),
(0x4a0857f9d113ff1d3263330d2cab9b5b, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/modes/Raw.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/modes/Raw.php', 1, 0x00000000000000000000000000000000, 0xfa5e23c7815f01929f52610a8b12fa09, 0xfe98c0e7de3ff3f996f15a55b4622d8653fa7714accd10211829c63382bc5a60, '', 0, '?'),
(0xd8b27ce5545d891d65d7505bd33d99b2, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/modes/Stream.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/modes/Stream.php', 1, 0x00000000000000000000000000000000, 0xa750d0af24c99354b6b7dc3099bb61e8, 0x7e51646b4c54e38d90b5935373f8eb00bfff780a1a87099e5e6302cc16c78c6b, '', 0, '?'),
(0x04f836723a4b4dcac3f60a4b9722cfe1, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/phpCrypt.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/phpCrypt.php', 1, 0x00000000000000000000000000000000, 0x894728effa8a6a79431fa0f9d26d714b, 0xd2b08602738a20b5f53788ce55c07dff222ba897ba35b96f2f2ef35cf0ef5e1f, '', 0, '?'),
(0x78f740a0ee3767cae69e67d7e515d579, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpSecLib-0.3.10/Math/BigInteger.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpSecLib-0.3.10/Math/BigInteger.php', 1, 0x00000000000000000000000000000000, 0x39648d0c03c9aa2d76535195e793c0b8, 0x3059c5f83c60a3f77e39b3fc97fb35a71b18521e2bd33ee84dbc45747087540e, '', 0, '?'),
(0xc46816aefd14fe047a4f7451f66119ca, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpSecLib-0.3.10/openssl.cnf', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpSecLib-0.3.10/openssl.cnf', 1, 0x00000000000000000000000000000000, 0xb4409823562c617107907cd04d67c8fa, 0xae04019c83d63090f95ec2aa237670863c20a62c789ce5f8b9fb492b2c8db15c, '', 0, '?'),
(0xd44347db5a6d701355d78c4d312d5446, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/MchGdbcHttpRequest.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/MchGdbcHttpRequest.php', 1, 0x00000000000000000000000000000000, 0x36b5712fb0e86fb432ec027ee519424b, 0xd1bfbdd3854766716dfe48c13b36445324aae2832d5271de7a4b332ce9d63788, '', 0, '?'),
(0xf01e4b6130af4b12c5d1ddfc4d431855, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/MchGdbcIpCountryLocator.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/MchGdbcIpCountryLocator.php', 1, 0x00000000000000000000000000000000, 0xc864274ba75b4089e6d988750db188d3, 0x5ea86d39b37ff12edafc0bf0762c425ed52bc8ebf5f9f53cd97cf87d0c5a8b82, '', 0, '?'),
(0xcfabb9d62fc0a85f442eac465508c59e, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/MchGdbcTrustedIPRanges.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/MchGdbcTrustedIPRanges.php', 1, 0x00000000000000000000000000000000, 0xd23e8ce11c7e7ca74aa10ea398691794, 0x03e8619a9be48d9ef1cb72c9a7d6d2d06533cc1575eeb54450f4fb3b1fd3ab38, '', 0, '?'),
(0xc0fd6fa985f0a60592d3e5935216002f, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/MchGdbcUnTrustedIPRanges.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/MchGdbcUnTrustedIPRanges.php', 1, 0x00000000000000000000000000000000, 0xfe85c8c6e6bb864547583cbecd665499, 0x89a4f30aadc883563679b1d72897c669232408af7a03f68d2a1fb1308b9017d1, '', 0, '?'),
(0xe9b6e8cb44afbb21f01d9fb9f3ac4b3d, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-0.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-0.php', 1, 0x00000000000000000000000000000000, 0xec93f83e04bf37e0577173f9e40f922f, 0x684663944eabc414cd2b784da5e4063d42a805fc19b03a30617c5610e467235b, '', 0, '?'),
(0x12266a102aa20e1d2c38265fec26a32e, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-1.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-1.php', 1, 0x00000000000000000000000000000000, 0x2d151e7a91b7b25f4f7a45e5fcee7d06, 0xea81c89e1a7d6b257200346815bbe2d0bb946740f423766ff2f754fb3cdced5c, '', 0, '?'),
(0x5e73ce681901dd177ae1ddf5d045f6bf, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-10.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-10.php', 1, 0x00000000000000000000000000000000, 0x83b5c06d7be07ae89b9f403a534ed80b, 0xd7cc78f0e7d71cb2b2f30421fa35436602b8fdfb84bd0f86a0d23bc38c176e1d, '', 0, '?'),
(0x4f29f9f516985a518987c0d26ee7d194, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-11.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-11.php', 1, 0x00000000000000000000000000000000, 0x012db5f32207c623b6f396e77afc122a, 0xc2d0519aa6aa6f3be4fc9d8544ef5e27349c3a22c9bfba5bd02b04a88ef6cb43, '', 0, '?'),
(0x6dba62b82db6fc978f2839865f42c360, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-12.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-12.php', 1, 0x00000000000000000000000000000000, 0x8d700396f00f48d1f944bdc123b3e019, 0xdb07087ca1f3fb779ebfc6011328373b124b4454d5a0c4182abbad14d22d373d, '', 0, '?'),
(0x13a22394386a58ffde07e4962e459ea6, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-13.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-13.php', 1, 0x00000000000000000000000000000000, 0x4f1b0c39ad213ddcb35f18b99abdca8c, 0x552020e459fb37241c66ce65e804bdf7fa4bc17633c9fe46e3020fd9f49a576d, '', 0, '?'),
(0xe70c3c1d6d46f14539fcae0c40418c24, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-14.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-14.php', 1, 0x00000000000000000000000000000000, 0x77e0451e091a989e27d89385cce16256, 0x63c8367af6754b3bcec1b2099b5f9eff82e0c4b0430d75d2ecc1c1a6a937cd16, '', 0, '?'),
(0xf4e2e2e2a56fec13857a245be9c51854, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-15.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-15.php', 1, 0x00000000000000000000000000000000, 0xf980350fd414fd49ceb00c8473f022de, 0x542ecf576d647ef5058aeced216e36b65f5581c18e738acca7c7aff9524e6bb1, '', 0, '?'),
(0x09ec609fc2196cfad1617f33e2381a1b, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-16.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-16.php', 1, 0x00000000000000000000000000000000, 0x2bdffe58f4473be124c5a266d67f31d3, 0xef85a4f51617e137911aad6f1f4658c143d594250aee69808fa856c27ee74ce6, '', 0, '?'),
(0x1a6d23aa1ac12a00f82f8d0169cd03b6, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-17.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-17.php', 1, 0x00000000000000000000000000000000, 0xe7ffbd4189e66605ea16b1a16d9a799b, 0xb1c88070a2f16a24add4f40ba838bd32d42a7075e7a81ab71556bc70ce93b4f5, '', 0, '?'),
(0x87c610eaca18aafbe05300c63d686e4e, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-18.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-18.php', 1, 0x00000000000000000000000000000000, 0x853fa8e5580fc853e35bf61669270584, 0xb845d9256c7bc097d509bac84d43f1a9bd3244d3798afaf5a1f2cf13c193c11b, '', 0, '?'),
(0x763424181418b1b2130b43e7d56ae1a4, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-19.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-19.php', 1, 0x00000000000000000000000000000000, 0x692b2adc331296edd1708f44e0c6398e, 0x86df7dabe7108447d3d60ed2f817e07e810ac3b2a9dc6183fefb9b49058fdabd, '', 0, '?'),
(0x441c6bc0874e97c15c78d2cb870fc053, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-2.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-2.php', 1, 0x00000000000000000000000000000000, 0x8bf9b6864cd5070ddc1a01bbf766aeb8, 0xd6fb6c291311fa974a9c83da2c3fd05adafd5c123c6456118eee19b744fd73e0, '', 0, '?'),
(0x7676c885fca7d8d3650aae91780c8157, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-20.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-20.php', 1, 0x00000000000000000000000000000000, 0xfa4b0c6ea08de526a10821b9c410c2ce, 0x3161e1b97bf80ef0a447d3e92cc1d3ce5b5a33f4eec48fb2cdb4dc7f8cd81b64, '', 0, '?'),
(0x7998be26f026f35692dd23a5b01e72d6, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-21.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-21.php', 1, 0x00000000000000000000000000000000, 0xe20cbd3bb7354eff2d84432a3d12dcb4, 0x729b18dd1b5f33acfcb11ba16f6df0a495c64043c1e1a0afb2be49ae1b022a5b, '', 0, '?'),
(0x0d15dbc7ffd1e52835dce3152dd274b0, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-22.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-22.php', 1, 0x00000000000000000000000000000000, 0x5fa7c6edd3ac6e22c8b096cdc49e1dcb, 0xdf12c8d6ce945e4dfbb45b5c44bce52f00e43758b4c05ba91b3734aeec3d37ab, '', 0, '?'),
(0xfd3f503954285d14e15c3318e63b354f, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-23.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-23.php', 1, 0x00000000000000000000000000000000, 0x603a85051e8bbec1644f3b8ae5eaaeb1, 0x03dbc28f10b3f998a0d2c87092665b17571963121c88653a21d81302fe8b4479, '', 0, '?'),
(0xb1e4fdf3ae864b80947b124c94116df7, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-24.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-24.php', 1, 0x00000000000000000000000000000000, 0x82f345ad197830e26b17dcf2ebce7b07, 0x8eb01080b3f7fa9d78ebe4a145937d3c090b21df3f8ad24b975f60ca3c8bc241, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xd15e8dc5e2c3666b0b26b3e22dbf0e85, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-25.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-25.php', 1, 0x00000000000000000000000000000000, 0x34daf88232020a668c825051cd3c55d2, 0x8d25f69054c54f4df82d806794f06d4ba05d011e8b5c564d5bac2cc7dc377e2c, '', 0, '?'),
(0xdaa5660e415bb7accd4bc7ed4c40e7bd, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-26.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-26.php', 1, 0x00000000000000000000000000000000, 0xfa8a33028a19d5e87d51f3c922a7e68d, 0x7f137a4c1a42f564038c90e34529cd52826ce487c0d1044718c4e4fbaa03f517, '', 0, '?'),
(0x5731c2b23df6d64cc47cde6511c8eae5, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-27.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-27.php', 1, 0x00000000000000000000000000000000, 0xdfb7ab47005ad8e8c3b6a2a70fd1d0b6, 0xdc8cff73963c443a51681394a3932165c84c124a1edd167f80e9ba218c7884eb, '', 0, '?'),
(0x7476a3dea4cc87b0fc3c02a77b2c7066, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-28.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-28.php', 1, 0x00000000000000000000000000000000, 0x24652b3c92d169c93155a3f6d9bc0b69, 0xa97874dc67dc341b04e06359252173d63da9b1af6a297cbb41e78fa9285d05dd, '', 0, '?'),
(0xcd119254fc3c4ed4416a5b775adf5f72, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-29.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-29.php', 1, 0x00000000000000000000000000000000, 0xe59e0d8f0de991472cd17f8128e495fd, 0xd17d195741a6b19abce444e1c2920960a537751410d4cf292692b85e90902081, '', 0, '?'),
(0x2ab562e3e08ee9da27e35d1c62bbf142, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-3.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-3.php', 1, 0x00000000000000000000000000000000, 0xe70b71cda9f79f34eb5e60faacbae07f, 0x01dd45570b984385de6aff5e47b868fbb33d8026ed541bb8242bf16939ee8c93, '', 0, '?'),
(0x6e4e32c7cf107614e1d089591a6a7c0e, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-30.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-30.php', 1, 0x00000000000000000000000000000000, 0xb3aac3b33fb5618843c3589e92cc4494, 0x13dabeccf863102b7cc278c1e377ef3ad4b8f9be85f4a4da1afe5a44956e4873, '', 0, '?'),
(0xa6afcc953301bc25c476e61f672b095b, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-31.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-31.php', 1, 0x00000000000000000000000000000000, 0xe6f6f97e153192962e3a26a45bbf0984, 0x6092290bc2846df213a5caba8e2c4c327c4e4f38845b615af902424f628fb9ec, '', 0, '?'),
(0xaa1c3c037e8c4fc3daf279771357a927, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-32.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-32.php', 1, 0x00000000000000000000000000000000, 0xdcd28000bf5dc9522d3574c29d41ee3d, 0x5f118412eca9cc9ae75d3301044562868eb04da200cb4936e0dafea5dd8c9d05, '', 0, '?'),
(0xc112c4c3e99273330ab4429fe678ed0b, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-33.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-33.php', 1, 0x00000000000000000000000000000000, 0x134e8de22b2b6009dd166e200bef77dc, 0xf7805e58f9a2753761b1366a5a6761ee8b09ba5b482affa05db9ff19544d75fc, '', 0, '?'),
(0x6f39915fa4d7b63264ec6d6dee9a607a, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-34.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-34.php', 1, 0x00000000000000000000000000000000, 0x0e1c56af0acbb50b727b0b78c2ddd6ac, 0x82ddd6d744a6e3a3bcf5bd599d392848385b6fcadd3567d9d870970a96c1c069, '', 0, '?'),
(0x8306d1757ac5a4c4a2313ae8452c5c22, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-35.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-35.php', 1, 0x00000000000000000000000000000000, 0x185cebcafbfa6ea4937fee2fc4773869, 0xefa91322e3a69d6ea2246074784d259abf44dc40396db14071a09a16a2e41b0d, '', 0, '?'),
(0x847d7a06127c2b7dffdb7357189bb5fb, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-36.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-36.php', 1, 0x00000000000000000000000000000000, 0x89e5b992af50cf0367aa8ee208cf7786, 0xeacae4ac1f54060784ae6c4cf33261e0a22da52ef54bea3f2a3007611c76daec, '', 0, '?'),
(0x2871201105bfd464c3729191cc9bf640, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-37.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-37.php', 1, 0x00000000000000000000000000000000, 0xced77c3f437a6b3af6293fd8af61913c, 0x908f48469328919797c392ac9489904251354dcb14de5e9ea96fb62b90f7dd82, '', 0, '?'),
(0xe563c504bf939d82977261e6a0bb4de1, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-38.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-38.php', 1, 0x00000000000000000000000000000000, 0x7a4ffd5ce437cc7130653001f4058d04, 0x646e841471977e65cd06951f07a60a0753996812bfd32c1a61e53944cf76577f, '', 0, '?'),
(0x55c38578b77a1f40b82a9180819f3266, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-39.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-39.php', 1, 0x00000000000000000000000000000000, 0x3fb48c72ddd16c856f06d042cda8f051, 0x4032927fd4d496f95ec498ce50acf5baef7e6c84f3ff2db4b7482d34516876a5, '', 0, '?'),
(0x8fa28a4fe7b47c7e8a281943ee8597f2, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-4.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-4.php', 1, 0x00000000000000000000000000000000, 0x3967f4afaafecfadf1e5d525cab85c83, 0xed49525026f6d7230b09230b9683b853bc48f6094f2dbd6009576ef0e3281d98, '', 0, '?'),
(0xf7b4264787c353a272c87b817bb1375c, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-40.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-40.php', 1, 0x00000000000000000000000000000000, 0xb2cd548a6cbb15d0a006097040a62380, 0x7cf8c3d5c691fd5ae9cbb31ccf2adb0acffa3de78d6d4c25c08ca72e68349ce2, '', 0, '?'),
(0x88daf12c82419a14451bfca4bf80293e, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-41.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-41.php', 1, 0x00000000000000000000000000000000, 0xa9c2c7087d8cc5edd288cca282f3aa47, 0xa363ba48593613625464d7136738149c5ef7650b724c671ba970ee82b077962b, '', 0, '?'),
(0x764c12a7d1aba704f4688b47f8d47c82, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-42.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-42.php', 1, 0x00000000000000000000000000000000, 0xc55fcd6ea43c0d3ad31d3bddbe40bf9d, 0xdbe60887ecbea26bbb8fce9df52b538f3d42d9f1e675cc8e9918ab3b2efdd5ee, '', 0, '?'),
(0xd64c50f45c53578fd96175eb0b44ed94, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-5.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-5.php', 1, 0x00000000000000000000000000000000, 0x304dc216453049c43b5761090b0456d8, 0x2a72079f15ad2aaf36cd29aaca4581fcb00c6c9603ff59bbcbebe025b7d23e34, '', 0, '?'),
(0x63e4f85d963517fb3f73700d7ac3f519, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-6.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-6.php', 1, 0x00000000000000000000000000000000, 0x57b9b730ecb02f1ce44263d200b4d2a6, 0x0a14669c74865a50d7a78b6e23d8d3dbe3e9fe944455459ac325b1776d321d4d, '', 0, '?'),
(0x74a77ce61cce139444a451a13dbdd4f8, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-7.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-7.php', 1, 0x00000000000000000000000000000000, 0xe90c5021a8fd79dea719c270ebfe0d30, 0x9cef5cfe5d0e07f9a369eb069fad5527a6d6c1aaab2fe452a881a5c7dcb02005, '', 0, '?'),
(0x0e1c168c4aa01eebb4cc759ef8d05a0c, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-8.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-8.php', 1, 0x00000000000000000000000000000000, 0x6638d4bab573f443072643ab2f053207, 0xad9957affeb66fa1c9f4bcd2cf9e95a2357687e22faf70f34294e1a8d3e1a26f, '', 0, '?'),
(0xd2cfeb07361f072808e12938fc5eee40, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-9.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-9.php', 1, 0x00000000000000000000000000000000, 0x77bcb622b338a66684a672b3f6793aac, 0xe228d379c755cda69beec75d8b9e93e192ab229e943a2be631c7e89589610f64, '', 0, '?'),
(0x1e0e8e2eb07e166914e5b190982d7cd4, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-0.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-0.php', 1, 0x00000000000000000000000000000000, 0xe30a3c154d53795423d3be73b200281b, 0xeb7a9e02eb7c23a98ad8ced5e5b38bc114de125083092db0642a224ee44c1b85, '', 0, '?'),
(0x69ca436a2e5444e2863a76fda53ac680, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-1.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-1.php', 1, 0x00000000000000000000000000000000, 0x1976108afc1bb9ff409085c8a406b4ae, 0x3e6724d88b9b66bd3e34b240453b1d7347afd50694f1135b66cd0ac6b234342a, '', 0, '?'),
(0xb6b18a843cb40d2c8c78e68ff491af09, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-10.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-10.php', 1, 0x00000000000000000000000000000000, 0x6a1951f1828b860a5aaf548d7a47a80f, 0xc6f6abe91843876c4d0814684d46095c4e6cee7e098625e2dbe59f24901c2373, '', 0, '?'),
(0x1d8b4f159e850ff1eb9178d62df48594, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-100.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-100.php', 1, 0x00000000000000000000000000000000, 0x927463ff86b09868edfef69973495fc6, 0xabedd91f86f09db32f737620d14848c2b793e3fa5ec220fdecfda888db13a3cb, '', 0, '?'),
(0x8baaecdf4c9f14b8a04e126bec2f04e4, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-101.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-101.php', 1, 0x00000000000000000000000000000000, 0x77bf7bf2ba467971589aa93c3b70b998, 0xe84c337258194ddddae9af71bbf36769f7dfca48f2325e199fc06eb072927664, '', 0, '?'),
(0x7087002cdc83dbb4d0aed21650f3fde3, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-102.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-102.php', 1, 0x00000000000000000000000000000000, 0x44c0a6752bace12b2c54761440526a41, 0xe2aa4a27fa740c76442ea5be5a15a78877a169e91df8dc52ab45351128e6b91f, '', 0, '?'),
(0x5802a03cb416336be941fc3969f59794, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-103.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-103.php', 1, 0x00000000000000000000000000000000, 0x5151a1214bee2ad676424a10d4c8faff, 0xd15b7dcc822fafdff7d729f11f8b175b3c3c83eb629388b011cb2cfb59f0cdbb, '', 0, '?'),
(0x885d34389eba68e691a3d7802c13fe65, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-104.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-104.php', 1, 0x00000000000000000000000000000000, 0xc07fd8166bcdf0f7a08f32fe5e9600dc, 0xd2a0a9ebc3b484e784adf4795b827c4bb2084902d40935ee22de3b158c1c3b96, '', 0, '?'),
(0x2468f8eb1c9a98cd49d8771ff848a06e, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-105.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-105.php', 1, 0x00000000000000000000000000000000, 0x07018471f9647bab333837d35a0223e4, 0xa7c67fa132d7911995094c4ad5e5a57e511a76a765c74792f8eb3c5519c18226, '', 0, '?'),
(0x867748750b528019c108a6233a77bb34, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-106.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-106.php', 1, 0x00000000000000000000000000000000, 0xcc6e8d88926fd1c7e20fc386d4d5af7b, 0x83b9b74db3b604640b7c83eedd292651b7006e7debfdba8fa7605431e25fb0b1, '', 0, '?'),
(0x84b5c32df77f3edda8b1e10106d280c4, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-107.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-107.php', 1, 0x00000000000000000000000000000000, 0xc0b262bb447df49e2291ba1bb1ae8716, 0xe416e3dea68bcd64697ee2c9360fea26af408a4ffa234338068e582a7b2c6c79, '', 0, '?'),
(0x1a8dae9d01b37acd2fc542dede842a63, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-108.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-108.php', 1, 0x00000000000000000000000000000000, 0x3a6e4e25a645368a6f48c2566ecc66dc, 0x45eb0c62ac3c8427924bc70924ecd49a4dc530e63090ea4b4f31af54d8a5ce30, '', 0, '?'),
(0x98fe6601435a8b3331f804989ed2cef5, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-109.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-109.php', 1, 0x00000000000000000000000000000000, 0x8f7667fab4b873a9a1f2289c994695a9, 0xa5a9a3f5ad11f256241795e136831f6879c3941ae583ddbff46d0e4ab409cf25, '', 0, '?'),
(0x8aba66735f9740b85466d4f8331f38a9, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-11.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-11.php', 1, 0x00000000000000000000000000000000, 0xd13da87147107f802ea28cb4853254f5, 0x536ba9e93d66e924ef457f4106afac6aa3ad297401791ba492ed71a3cd3a0897, '', 0, '?'),
(0xb65421e873fe4c2b3ade20b8d650c09b, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-110.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-110.php', 1, 0x00000000000000000000000000000000, 0x41b74c45c1cb7c28b8efd38cf37bcd86, 0xa6b501de145d9c4abc1aa78960512d2403484ef6519207b17d90edc674e0b1d2, '', 0, '?'),
(0x123a8faa341c0ecdd1b1e239b39310b6, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-111.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-111.php', 1, 0x00000000000000000000000000000000, 0x06d9cf6af579e9ebcd1c8533ef7cca1c, 0xd418003324e4e94cf07ffd4d245f1cd76ba05ede7c34ea1565e809b28932d609, '', 0, '?'),
(0x07ac958ab86aed6fcf118a34c70b7521, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-112.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-112.php', 1, 0x00000000000000000000000000000000, 0xfbfb7b54071f06ca6bc1add94979dde5, 0xbce9ed81c1f0905bb13fe22d5022719d810c39f7e0491518bb420a6f8518024b, '', 0, '?'),
(0xff87f2d532bec7f6ab8ce90c0e06d5df, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-113.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-113.php', 1, 0x00000000000000000000000000000000, 0x12d29ddfaf6ef30f433c95044f996f61, 0x0aca582f40d065843df8f98129fc4b1b43b6a9c6b129279abe6f0eda686a131f, '', 0, '?'),
(0x05dad8fbe8961315d2f75189c6905811, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-114.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-114.php', 1, 0x00000000000000000000000000000000, 0xbd4739e2134720a366517394c69fd3dd, 0xaff78a82fd6b3044f8f444d6d67a9dff88277350a9cfc762653698270f16530e, '', 0, '?'),
(0x9c6bd939ad55a3f7282e57c292088b66, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-115.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-115.php', 1, 0x00000000000000000000000000000000, 0xa06e524550dabdce76c671b38b013f9e, 0xf5d4c90c0761cb7e923164a474101f07f7402809018b97ea2ada20301e875852, '', 0, '?'),
(0x87ad56b260e97cae2d89c6c34c158dcf, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-116.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-116.php', 1, 0x00000000000000000000000000000000, 0x52d134796888640e67e1fd597fa5c902, 0x3201ea4faed5eed69ef6a4dd1de4f081d104b025b580273b282fd0441b49ba3f, '', 0, '?'),
(0xae858f8f77e1456515676053c0bb3568, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-117.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-117.php', 1, 0x00000000000000000000000000000000, 0x1ee9f7f5079ccd0bcd63c9ceb9c59ed9, 0x622972b26650659e70b66f0823f2599c15676dd80efac192ba2bbfa78fb4aed4, '', 0, '?'),
(0xc300e1d006bad01f5f5c70a801931f1b, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-118.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-118.php', 1, 0x00000000000000000000000000000000, 0x5314dc17516e247318b647caf0b1bd6e, 0x19047641be6656fecbb8cef70bcbed28740ca1d0a6b78384a0e5540e0bb5e6ad, '', 0, '?'),
(0x557b431ae7460ef70b7f5fea40a7e369, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-119.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-119.php', 1, 0x00000000000000000000000000000000, 0xdc078c984d25218beedfa8d3fcd6baff, 0x7ccb224cba5eff47606b9f9e7d5e02bec40e59bc031a032c10de76c2b601bac6, '', 0, '?'),
(0x4f9ca6af1755c7784ca3555b68fb97f6, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-12.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-12.php', 1, 0x00000000000000000000000000000000, 0xd5534aec111df60d9a1126a848092f2d, 0x99bc10d25ba8a33d3ca769c07e3786861c75117b2589a707f413a5defc454706, '', 0, '?'),
(0xaf7d5d21b7409f7300a2cc691a231b45, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-120.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-120.php', 1, 0x00000000000000000000000000000000, 0xcb042d109a342f4b250bf5963780c490, 0x4bc8bf1a92449255e482051c426649fb915dede6ec7e351cef282b3ad75e2876, '', 0, '?'),
(0x98e872690c1ee092e933879b4f31b55a, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-121.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-121.php', 1, 0x00000000000000000000000000000000, 0x026ac40a4da29f1621730f05f0802671, 0x9cb2d574516a07bf5bff8b88220c4572892e5bd69636717c13fa95b7557845d8, '', 0, '?'),
(0x308a96edc73d5e1c94170d861229d86b, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-122.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-122.php', 1, 0x00000000000000000000000000000000, 0xae01bcd34baa786b78bea4d6a8047008, 0xeee7f3720744dd8094013167d1ffea13f509be672d2193ec7aa0a84c52482a8f, '', 0, '?'),
(0x5ead033df830c2513a09f3657df1da59, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-123.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-123.php', 1, 0x00000000000000000000000000000000, 0x163616b7fd70ef7f6657ab59d6857dfe, 0xbdadd09e53e79734274eeadfb5493eb290cc538fd60845a2981958d51c64450b, '', 0, '?'),
(0x0fc39c88712dcde6de61fad91a47e71c, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-124.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-124.php', 1, 0x00000000000000000000000000000000, 0xf96ea88bcec994eaf4c59acc104d4920, 0x6f33f64612fabaf7020eb0e0c780683be0578491f7aed9b2adaff12d4ef93438, '', 0, '?'),
(0xae90ed1e52f6739b686e7397cc9a7a4a, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-125.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-125.php', 1, 0x00000000000000000000000000000000, 0x73998ad40b4ab2768d48fbfa264dc963, 0xb1d632d7202209ddd50fcc5f7d0ec07804e9498c510b5d8daca48567e1a97eac, '', 0, '?'),
(0xabe9a8d80fd03cc29cdbabea82ce5798, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-126.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-126.php', 1, 0x00000000000000000000000000000000, 0xc560b60a32c1510da3cd026246baf25e, 0xe39a21a0808107c480ddd6bb5a68d109f57e6fb29aa5930250aa82aad0e01de3, '', 0, '?'),
(0x660cadaa23606d3996391e7a340c2226, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-127.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-127.php', 1, 0x00000000000000000000000000000000, 0x6137b5a03af3fd6e918ba3db003ed448, 0xe1070a3820c20ddf02df4abc424ccea97501ae6c9ea0ceb8eafaefe510dcc957, '', 0, '?'),
(0xa9f5e1594c25d48f84b3ba4142c862b3, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-128.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-128.php', 1, 0x00000000000000000000000000000000, 0x73e22445abf1ab253d1a12d7984b22a7, 0x255d9186912e663e40136c5b81123c9f22a9fc3c6e1a92dec189648b50936e4d, '', 0, '?'),
(0xbe1911cc9e7e2897588e84d01d89942b, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-13.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-13.php', 1, 0x00000000000000000000000000000000, 0x6087f655a803d19fa68bd0e783a85b93, 0x77bc000ccac36f6eb38c323d4085ecd607c8acda1bc65d80fba75a060fb16c62, '', 0, '?'),
(0xa41723b0f29651a07cc42c01d9302f15, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-14.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-14.php', 1, 0x00000000000000000000000000000000, 0x266d355ecc38b4c0226b5e85d8e4c8d5, 0x526a73864524cd891c8ce0e659397e0d04f53762aaffff73f4a8a5d09d5104cc, '', 0, '?'),
(0x6796b94c743b2415115f763c296ac8df, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-15.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-15.php', 1, 0x00000000000000000000000000000000, 0x41b2c25bb9f2f279b041e514970e48a6, 0x00c074e61de41b5589f935c7adc4806207ec8dd28637491957042cf1dc4834ae, '', 0, '?'),
(0x7a54b32738ae0dc607467c4389bbbeac, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-16.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-16.php', 1, 0x00000000000000000000000000000000, 0x1a925af97acb59dc63ed9c95afbba62f, 0x030dd51ee514734da6f4dbb4a1c741917613d4764ff8d9d2b165fd14a50a6003, '', 0, '?'),
(0xb9b27f87b20acb3138f8cf70474554cc, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-17.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-17.php', 1, 0x00000000000000000000000000000000, 0xa7cd5576b1925fd400d4711afa2b6b3e, 0x0a88734b039ec3826de7857a0e31ff257b7a9918fb39fcfef5c9ae290a468a53, '', 0, '?'),
(0x209e163d794885467b073e7a1bcec45e, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-18.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-18.php', 1, 0x00000000000000000000000000000000, 0x4b839392b9d1fd29456bd498077ac82a, 0xc1a4f8b8128397f4d5f70166416c0eebef743913d970d11f50fc1343f25c3782, '', 0, '?'),
(0x225e841a04a42ca510e71fbd171e9922, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-19.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-19.php', 1, 0x00000000000000000000000000000000, 0x5abce8a28092e9605ef3e3817155f237, 0x29103646b7b08b113a4e88014b917ed0d9c352b3bd53de566a5871b09498c1c5, '', 0, '?'),
(0x8d35b503135fe8aded56d0faad42a8d8, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-2.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-2.php', 1, 0x00000000000000000000000000000000, 0xdc378d078834f17122a1f4c68ffe1df3, 0xe6424ba6ae75466912b70ab686374019915df1df1d98e3df533ba2d4c8403f2d, '', 0, '?'),
(0x01fd2b6580372148386638bc6440a45c, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-20.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-20.php', 1, 0x00000000000000000000000000000000, 0x690ebda656e45c9c41327b0ac86b561e, 0xca68a901fa4d4413efe837138bc1d22431e94dd9428bcfc84f339aa8ad643916, '', 0, '?'),
(0xaaf60d0b4769b29d755b533a6aa702ad, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-21.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-21.php', 1, 0x00000000000000000000000000000000, 0xb9f853539d6f433b6bd81a5c92c851f8, 0xde559e8dbeeab6fdb4d8003ac63462f69dce0e26173c46356cfd73952dc6fcae, '', 0, '?'),
(0x726566ef05cbeda193a56b6f48410fb4, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-22.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-22.php', 1, 0x00000000000000000000000000000000, 0x577065f1d9bbb24b59fa949160abdb3b, 0x40f38c3091292ab492184b0bdb573d42eeb239c2b74b91cd4f54fdb13944e9c5, '', 0, '?'),
(0xcf537ef89980389fa14cd195801bc356, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-23.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-23.php', 1, 0x00000000000000000000000000000000, 0x5d253c40e9b5600f908445085f59869e, 0x90f6ce3ee1dd6acac5bb929f598506b964854802760a67f3a961647dce0e7512, '', 0, '?'),
(0x7bfef9c9566f20357862d4764aa05ec3, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-24.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-24.php', 1, 0x00000000000000000000000000000000, 0x8736df9d5180285faabe64ebc544f1ce, 0x4a58783c21cb37a61f0c82a58317cbbd64cb79e829e9b037956302d1185c948d, '', 0, '?'),
(0x203dcc81617f12deedacc833b91771ec, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-25.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-25.php', 1, 0x00000000000000000000000000000000, 0x9c25d8b2124dad8654c697bfd4bd38ed, 0x980287aeff2cf25808ae4002dc981026cfdf866765a6062fb3f91b76663c7301, '', 0, '?'),
(0x9d8307bb07dbffc621d11427f79bb839, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-26.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-26.php', 1, 0x00000000000000000000000000000000, 0xb1008fa469e61d92087ecba98c767f36, 0x056d40ca88e830bb7943dec2de420728ad8416ba17553efee584a59a374a54e6, '', 0, '?'),
(0x9865632401915ffa854c0fc26c639d82, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-27.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-27.php', 1, 0x00000000000000000000000000000000, 0x4653f62501007b3cd63556e16e199f63, 0x84254c02f5e06f4d8b64bb594d66df9d07e0f2a7e9b1dbe874fb703a6c3bb9a4, '', 0, '?'),
(0xab66f66fa71568cbf07779e3c2538f6b, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-28.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-28.php', 1, 0x00000000000000000000000000000000, 0x1469b407b5c5afe2e8c3bb44df9c996f, 0xb83af3d935585f0a7f2f1fc77e59cd47b4a677d1d0328b0a93c7061c7afc85b7, '', 0, '?'),
(0xe43521d5e98fa38c9cdfe313954222f3, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-29.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-29.php', 1, 0x00000000000000000000000000000000, 0x94c1453dfd0f56225ecc31587a478cc9, 0xa30b01fdb8732a3c567ec35e5abe2561ffb698f8c80a6c35553427f87ed6bca7, '', 0, '?'),
(0x3b25dcaad43256b1c7ddc3281293ab63, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-3.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-3.php', 1, 0x00000000000000000000000000000000, 0x747f7b313f77e20d5175a31fa18f16c7, 0xed144670c845ea2e70d10f82c0d3c4ff7c4a9c9f4c185a0aba9aa1a8497ac92c, '', 0, '?'),
(0x4557be5610d35711c7ea2e368041c42a, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-30.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-30.php', 1, 0x00000000000000000000000000000000, 0x38b493dc5422843652553dfb1132350a, 0xb3530801202fa5f6776c783245b92e28927c26f6e807712e42690569a2a5b45b, '', 0, '?'),
(0xbef604d83ad6a339bad6e93189b8e7ac, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-31.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-31.php', 1, 0x00000000000000000000000000000000, 0x0442698e57166f84cf919fec66cd35ea, 0xe4c9a37034b507e8fce5aaaa6fc69e3f3a7df5f4eb337ff66908933b9c854859, '', 0, '?'),
(0x6a3e6eb89983a4ef8a8f83f00d230d5b, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-32.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-32.php', 1, 0x00000000000000000000000000000000, 0xa6d812cd156ecedcdccf10ab80e78e75, 0x0ae558c93b79442826fc6a63eb0e9d283ec92e0df75aae7501ef8bb8b5714a49, '', 0, '?'),
(0x691fa89b94f7751526efdccf6a39233d, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-33.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-33.php', 1, 0x00000000000000000000000000000000, 0x357f9b94645a2aa008698eecbafa8ca0, 0x788c664cea0cbf74d02a14a37c482431cfc5480e40edace5fded972768d074a6, '', 0, '?'),
(0xc86ba175ef7cb64313f9e16b4cb419b6, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-34.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-34.php', 1, 0x00000000000000000000000000000000, 0x4a66b2e638fd0142bdb196352c82475c, 0x14ee9c89b12fb6da2ce14fc7e38f7392cd71beb6697bf7ed1f22cdf2709f7374, '', 0, '?'),
(0xe307e041604e0793915dda8aca220843, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-35.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-35.php', 1, 0x00000000000000000000000000000000, 0x95ceeb07d4eda98408ed4c6339dcc5cb, 0x4645f5ea1411a4217cb794cfc82a3985a2efd1f4ddccd4f14089a6277c4f071d, '', 0, '?'),
(0x5afa99704b9d7174438f94da08e1d4e4, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-36.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-36.php', 1, 0x00000000000000000000000000000000, 0x92355f616f4a4a38d69538a2ae09ca9e, 0xd1ca7cc795419bfdb652ce0af4403625b2aae4a1e0f1549fe5f81deef1142915, '', 0, '?'),
(0x9a2a2aacafb7bf14e6d9b36270323468, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-37.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-37.php', 1, 0x00000000000000000000000000000000, 0x784fdbd997ddbbb83a6d05b080fd0ac7, 0x1a41ef3e3158849d88d2ebb5c2f98d0ae85fd0052bb6b60123e239fe0eeac857, '', 0, '?'),
(0x70e4201a7836c2d818125263aca1d4e2, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-38.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-38.php', 1, 0x00000000000000000000000000000000, 0x2af5e6a7d5008e43767ce6cfd2e7ca06, 0x7f25c5f0ee020ee142f3c786db1980d4bfa7bb3c4fd4ea15764a0115b29d4bab, '', 0, '?'),
(0xb8741ba3b76f4b6966e82cfdee81276f, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-39.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-39.php', 1, 0x00000000000000000000000000000000, 0x79f422efa8797a9d84441ad6eac2d6b7, 0xa572d267868d6ba9b6b6afc5126772f6fd7e9523beb06116518a639a921c7004, '', 0, '?'),
(0x27fdf1e028961c135b762aeb535c8b90, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-4.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-4.php', 1, 0x00000000000000000000000000000000, 0x2662ead280a1d0d82c6dff7b729e8676, 0xe90e5aaca691577297e3f8ef5b88d582f53b8f210fe4c4c7b79ee60d947b109a, '', 0, '?'),
(0xd0341c5c26a344fd149239dcc878b37b, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-40.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-40.php', 1, 0x00000000000000000000000000000000, 0xb676a5ed5eaf9251f8c34cfbecbff677, 0x1597e0a733ab3ecc9a7a7558483babd46a39bdad47f56835cbbb3b9e7f479328, '', 0, '?'),
(0xbdbdf6d2ef1376c4e68769580dcc9ca9, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-41.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-41.php', 1, 0x00000000000000000000000000000000, 0xe2ea2d70ef23436c264ac41140522d45, 0x6c2ee3fe2001f1eedcab26292794339f2c159c1e60c4b4bd11790b646f6258f1, '', 0, '?'),
(0x05403313c8e3eceba9771141e646e4a5, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-42.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-42.php', 1, 0x00000000000000000000000000000000, 0xa33f35752388bfd6d34e52aa2bf20c41, 0xeacc9415c0eff55f049c5bb4b6e1b5f4cc468d61959d6566dcf86b97b3a715b3, '', 0, '?'),
(0x44610b851c270fee0d82d44f2f0570ae, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-43.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-43.php', 1, 0x00000000000000000000000000000000, 0xdbdfa71c24def00fb59a300d62eeb208, 0xc1a80a4f398a8787d09f42f074d5df0e402daee6fc5b310e84cde5843e8dbb13, '', 0, '?'),
(0x1c82c5406b403ed59d6d9e5c498f29d5, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-44.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-44.php', 1, 0x00000000000000000000000000000000, 0x9eedd3dd5b1275f3d2e71d9093ccc53d, 0x58a67c4754dbffa039f8d560ec87abfa187cd09e8961f8f1505fecc9d91ff66b, '', 0, '?'),
(0x45abeca01be63514aabfbf67254049b4, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-45.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-45.php', 1, 0x00000000000000000000000000000000, 0xf75ff3341916f308d9d065a28745a674, 0xfee1cad5e39e2df268711b3e10bab69ea60eaaa8266477f57e00ac2d3b074add, '', 0, '?'),
(0x97ba46f05fbeea50812609da70dffb85, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-46.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-46.php', 1, 0x00000000000000000000000000000000, 0x4f4a03970bc195a56d69605979cf996b, 0x5769b8fd268325d99b59e1f09cd0627465dc323dfce40f090d46bd00b83f1608, '', 0, '?'),
(0x6d9abe986b47035a3650b66333d610a2, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-47.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-47.php', 1, 0x00000000000000000000000000000000, 0xfd24aae05819163c6e3eef21b5139dca, 0x0fc15724ceb3cef0890ea3973fbd65d5a8d78224ceaed34168a988f01bd6874d, '', 0, '?'),
(0x812374d7719b31c90324f37126a63ca4, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-48.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-48.php', 1, 0x00000000000000000000000000000000, 0x5c2de10eb02152de6874d67449f450c5, 0xa3172a6c9092b150e7f13d96f797b8c0b20ec725405e4dbe625eacc9090dbf66, '', 0, '?'),
(0x0d1f7b562095cce9f9c018dd2215ab38, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-49.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-49.php', 1, 0x00000000000000000000000000000000, 0x6b0f50f7204005028e3b61c9812322fb, 0x91147f561869db8000f8beb01b43f3309b870305ceee0cb0f43d452a4572f3e1, '', 0, '?'),
(0x2949e93d5e73976e31feb1d61e2c8775, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-5.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-5.php', 1, 0x00000000000000000000000000000000, 0x0edd028876b59fbf3327c0fa9fa84f30, 0x44d2e479764404b6b2f0c79ec25c4a28f1327048a947f600efec0ff3fadad81e, '', 0, '?'),
(0xc2578992ac4f0d35767cb00665ffb7a4, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-50.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-50.php', 1, 0x00000000000000000000000000000000, 0xa0b602074af571565cef9ac0b67a5a40, 0x3f0d5387db1d989b33291cdb7ef3020508ab96cee8329760a1e2652a6c6ce190, '', 0, '?'),
(0xed5a0388b6c37584233c7489aea2bea5, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-51.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-51.php', 1, 0x00000000000000000000000000000000, 0x4f55fe35e13f199051f630e9b31b8050, 0x8eaf355be1dcef96b7c1a4bac02168f0871ca2f8899c2c89e96f85e38d68264c, '', 0, '?'),
(0x06d8f68089e6f898bc3583315f895c2c, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-52.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-52.php', 1, 0x00000000000000000000000000000000, 0x9fbf32d023a384d568bde9c6f704a3f1, 0xb6c03156886cdb680570cd98bc2645d2dd58eebff2dbf23312f1296127ade632, '', 0, '?'),
(0xf80010c71e329a8bae1e97c3beafb8bd, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-53.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-53.php', 1, 0x00000000000000000000000000000000, 0xc513e0c9b63550a089db4e752c84faff, 0xc8344bfd8b84b552dca636f2cf88fbe6429f604a7bcacc10b3099c925c49e39a, '', 0, '?'),
(0xe98dd668246f0584f5674984426cbbd1, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-54.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-54.php', 1, 0x00000000000000000000000000000000, 0x86e63b1c1514f13c388b96a18c5c6176, 0x855f3f0a44a91da6c5ebe12d846adc4f9e5a6dc221c3d230fdf17798e1382220, '', 0, '?'),
(0x06e0a130dbd75d39afbf793f0e7bb531, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-55.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-55.php', 1, 0x00000000000000000000000000000000, 0xf9347d4d51f569aa3746e82d531baf06, 0x9a0c59a4c0e012a4a413cc3f2c74a9a70bc3eb0bfbdbf6a51c6381efcda22a98, '', 0, '?'),
(0xa0d519903fb6a28ea3b13f2a85be3394, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-56.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-56.php', 1, 0x00000000000000000000000000000000, 0xaaeb9b2f264cc7e5ce6b47386b6f7924, 0x1bf49764dede03b3311456676eecade8f3cce40430a5f84398f50788c99940d5, '', 0, '?'),
(0xfdc09f81d392d12fc892db3ff04772ac, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-57.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-57.php', 1, 0x00000000000000000000000000000000, 0xb8c1f320bb87884de8d97d7e802e76ea, 0x1e6509c0b359207e170060f6d8ef64d1fc95e41705700e5d5d2c178f33e9ec78, '', 0, '?'),
(0x899c9d6e4d1f8fbb9e265b9c30384e15, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-58.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-58.php', 1, 0x00000000000000000000000000000000, 0x4349b89015c23c6d0de0737b4e635ccd, 0x1a3a2a5b7d2c4029dc1f36b630fc8444ba7d2e1e16b0aaed565fc57fc4da020c, '', 0, '?'),
(0x8b1397b7824a41323510a72d3696a0cd, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-59.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-59.php', 1, 0x00000000000000000000000000000000, 0xdacda0abfa7bdb61562c7b480d862008, 0xcbc7ecb7a56764538f715f12b3f1b5b6226f58033471fac66740e361bd92beb5, '', 0, '?'),
(0x3f0c5570a723a33fc37299eeef2a6dbc, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-6.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-6.php', 1, 0x00000000000000000000000000000000, 0xefd22ff1e967867176c7af95bb0f08eb, 0xa8db95e4a10aacf1ca1a302af87c598df61dd27daf7739099bc0d1a7ebe04a9d, '', 0, '?'),
(0x56a1d41314849378f311a431f9b882de, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-60.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-60.php', 1, 0x00000000000000000000000000000000, 0x6902186e3b20a87300428fd0fb811883, 0x56fe904615308c022641df1c8529527ec510ee3e7aa89d4e3d1481d37938b96a, '', 0, '?'),
(0x5e1e9dacdf3888adf65013ebea1a990d, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-61.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-61.php', 1, 0x00000000000000000000000000000000, 0x800f4b226bcc0209033851054ab07be3, 0x2910347fd054a1bffc582d32938d8c5fbbb36fa1a79c09333ab94b1dbe0c3553, '', 0, '?'),
(0x4020b6949bcbd43bf4c185a68a80b773, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-62.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-62.php', 1, 0x00000000000000000000000000000000, 0xaa54df8f84d33bee23ccc98a052701c5, 0x7947459cee2e6f48c6dc46864c69a2a6b6c8eee4352657e9e21e01f1f4bae6be, '', 0, '?'),
(0xb304fc9c2b2e650a66be13d32be35e0c, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-63.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-63.php', 1, 0x00000000000000000000000000000000, 0xb09a3db8b27e78a33170e069a37f7f58, 0x154b3622ade9479d6ea1f0be7de8a8bbadeb908940a0a80665c24c5997693aa0, '', 0, '?'),
(0x794a27f0ca478a24ad38608f3330ffe4, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-64.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-64.php', 1, 0x00000000000000000000000000000000, 0x2735da04ff3f0a0793d6c569774b4d06, 0x081e4bbf6014d9254f4f7b41f45422b3cb5ab8b60b6712b3055936a198d2b050, '', 0, '?'),
(0x09b8f4e6de22619b4c900a6ea9be5664, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-65.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-65.php', 1, 0x00000000000000000000000000000000, 0x845e193906d974bc6ef79e172dd684c2, 0xcb0d7a7986d76727884952a684561681adea285e4e1884450541451aa63e3b67, '', 0, '?'),
(0x6d091be502cc2c22db341556ff0cb08f, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-66.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-66.php', 1, 0x00000000000000000000000000000000, 0xbbdeae1a8ce5f43ddcf289ab5ac16202, 0x136a7bcbb0d84a66ef18983a594bbabf41cab932854a4446c84dd02aceef33a6, '', 0, '?'),
(0xda6b2a1cf63480868338f852af2ab2e1, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-67.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-67.php', 1, 0x00000000000000000000000000000000, 0xcc76b03faa57cf903a8d0b64fce7cfe3, 0x5d1bbfdd46a9827fb0150f13a8d35cfbbabc1b14f30d53b0c66596b49d119315, '', 0, '?'),
(0x0bd0801f23626ce15aa094b68b0c3244, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-68.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-68.php', 1, 0x00000000000000000000000000000000, 0x8aaffa8b205b3843d3bbc8de4c30e91a, 0xf05067a25290934ecef257db81f4479cdcdbf7eb6ead7d67053ecb3613a11c1e, '', 0, '?'),
(0xb50a4e8da4aa774c9d158967c15521e1, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-69.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-69.php', 1, 0x00000000000000000000000000000000, 0x9a242771f5b309f4de9f45fc519310fd, 0x92419aa79385b33dd5123d3921f67b67edd174715da1d8347cec89874abc5ce1, '', 0, '?'),
(0x6d90d0117e1347534534ad4777b2cb27, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-7.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-7.php', 1, 0x00000000000000000000000000000000, 0x5a8ba712a56bd5497c81888d34a44f3b, 0x8f39808b376add92cac7fec58c986fb7f6fc141dc89f1532d405ca8e35ddcf44, '', 0, '?'),
(0x59ec94677b9fdf058fe57fd2552f4937, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-70.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-70.php', 1, 0x00000000000000000000000000000000, 0xed7cb85c899a420e78ff6b34ead4eb92, 0xf7be9caa34ffdcf5de5db9d3f17990fb09e13a89d9589f7f63716b54ec75b8fe, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x5fb3c5c8d839f68cffd47d4276af6161, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-71.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-71.php', 1, 0x00000000000000000000000000000000, 0xad3b117c2eff2824b217b6e32aab8de4, 0xd6341eeefdd710b8eb1722a3a1937ee59d78bd7f5b67ba83409d16b70730e0f0, '', 0, '?'),
(0x2ac2170e033444c651228603eae32c7c, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-72.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-72.php', 1, 0x00000000000000000000000000000000, 0xcbff31d57ffa14f156ea3976a77fccff, 0x03c8f141d484e8a678db3bef354385fcf3542c380b16505fb9a45b1c8a7c74d7, '', 0, '?'),
(0x3cdb13c6c10436a122347a05ac68eaab, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-73.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-73.php', 1, 0x00000000000000000000000000000000, 0x81af95182279232970b590179a294f0a, 0x797556ef132c8ee3117b667a6bfd127f353aec5ef4f9a2d42c98c5c232594831, '', 0, '?'),
(0xd17a626696b0ea59473ab5e158c51a30, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-74.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-74.php', 1, 0x00000000000000000000000000000000, 0x763cfce695cc7335591558f16093f67a, 0x87e9f9123d5b0f0a851f7d1fc3a7071425f5888930e22801cd2c2a154f586912, '', 0, '?'),
(0x5ed6bfebe1afba65bb2b931a34d77ff1, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-75.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-75.php', 1, 0x00000000000000000000000000000000, 0xa1263b7ecd3c1c6287f1574978d5969d, 0x002813e7289b1610e49ff0f9abd6d621337a7e559cdd19e066f0ea91f1c21531, '', 0, '?'),
(0x704c0600c63e02feff37aef0a9101a75, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-76.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-76.php', 1, 0x00000000000000000000000000000000, 0xf664a942593930589d1370bc313b64f0, 0x90c6899e1d3c571b12355d24085dae97cec2037da8f91bf93b8aa85f2335f4e0, '', 0, '?'),
(0x8efa0d3e23d7725399e16e8596239c07, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-77.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-77.php', 1, 0x00000000000000000000000000000000, 0x38e7b39f5a0c259e85265d2402336e59, 0x7891e8677bad809874b17669e99255805e3b8faf0d4dcae6d7b90552e307730b, '', 0, '?'),
(0xc76f35d6b2b188524d38cc06d585d772, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-78.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-78.php', 1, 0x00000000000000000000000000000000, 0xa8471659f8ddf0a0474ae59b556af19a, 0xdf85baecaaff8ed963b6a64ca1937b74771ad6a4b5345539afcc03fa5f81c172, '', 0, '?'),
(0xcdcf8a8c59c244a14c81932a512cc320, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-79.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-79.php', 1, 0x00000000000000000000000000000000, 0x116b197006f8b51d2e46b0223289a34d, 0x90adbff09ad3d0bc249ea5411df0f897e0d11b981a5677b046723f06185f8997, '', 0, '?'),
(0xfada0b25264429a0bbfcd9c42004e2c7, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-8.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-8.php', 1, 0x00000000000000000000000000000000, 0x70664c9fde030d0072c7e14a3e712e18, 0x8fc974f8f6bdabe0f99d9e558ac3182567d8e9101cb7c9ac6d0e13174ad36ba1, '', 0, '?'),
(0xc246113f3332b632db6ccb3c90c53634, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-80.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-80.php', 1, 0x00000000000000000000000000000000, 0xb76ebdbce395abde4be3e45245b2da6b, 0xf51d6941d75a8ef8f8c8cc77db8b9303da67ffd94fbcbbb8c22bdab613e1b744, '', 0, '?'),
(0x74d25d90d90ca161125a9ac89fe60f1c, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-81.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-81.php', 1, 0x00000000000000000000000000000000, 0x72cd15b0a8b52d949ce6822f4fb8d569, 0x24fad8fd0fafb57f357ac8d3f56ea87b7d778b0b5d37840ae51152f8c7cc981b, '', 0, '?'),
(0xb7737cb84ff595608b4d60be5a3d8741, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-82.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-82.php', 1, 0x00000000000000000000000000000000, 0xeac5d89348117be9d38fcc7b53a3af37, 0x6259a2bfed74cd59914acdd3e97c1d3f7723af911084f43c38f001b1d0f0335d, '', 0, '?'),
(0x2b19f24314749278852ef42b665013f4, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-83.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-83.php', 1, 0x00000000000000000000000000000000, 0x40d3c8b4af81d1c9c3ed64046df7cf74, 0xaf7ef750400e9fceecc12345099577d3512e31266d8b684a07a4747550d69ff3, '', 0, '?'),
(0xdbb3828dce294cc21ff169e30a6c9acd, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-84.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-84.php', 1, 0x00000000000000000000000000000000, 0x1f6764d00fc2b4f38bba41db4fe51f16, 0x5e0e484b18c5aa1c441d41be902615687cef13a8eb2503f0cfeb05b6f8c52301, '', 0, '?'),
(0x0ff019f90f249f23dee48a8f35054593, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-85.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-85.php', 1, 0x00000000000000000000000000000000, 0x35e3f6ad57bc0a7a09428a72d7ebc264, 0x5bdd48058f09073027a371260cfc1172644df959959d853f6595a6d6f252213b, '', 0, '?'),
(0xaa12710115e2df08972c38211b9950e7, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-86.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-86.php', 1, 0x00000000000000000000000000000000, 0x51f867c915b25b59a67fef84ec0eb59c, 0x90feeb3e635fbd00237fe624f92ad07931a7d138baae6f7e13467eab52fed6be, '', 0, '?'),
(0x8c54cd5018e763b267d8fa37ac68c475, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-87.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-87.php', 1, 0x00000000000000000000000000000000, 0xe3befc99c165cc177e5fac6c7c3b974f, 0xcf745c3bc22ece6e7e7a578871363ba752f49f395fbf04206bb9cd573fd9f856, '', 0, '?'),
(0xd21a1ee8e27fef16da7f6d144c7ea13c, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-88.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-88.php', 1, 0x00000000000000000000000000000000, 0x581775c196f8ae7a0e276390573919bb, 0x532fa469abc81b554145816817ec780de35fb955c6d829b653fa6647863178ee, '', 0, '?'),
(0x4f598665f849739d18cfa00ae0678174, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-89.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-89.php', 1, 0x00000000000000000000000000000000, 0x5a4e91ad706175bd0a9bc92dec736817, 0xb3195f8248f740b978600cb8711e94a123f0b07a5aeb3c88082de6aae5f917cd, '', 0, '?'),
(0x99c5758f5fec5abdeeb3e7ad4bc86424, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-9.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-9.php', 1, 0x00000000000000000000000000000000, 0x9ff3b54a6f8dc8fa6ebb5a2d9640b5bb, 0x58d0f180b867d7c13bdd637bcdde2c53f6d5bd6b0fa20f8ab8f6884fa7ad6061, '', 0, '?'),
(0x394f963493cf3523511e0dbe406f0a24, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-90.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-90.php', 1, 0x00000000000000000000000000000000, 0xce2ae423a60513918e69b3170fa07658, 0x5e2468e4ef827ead18b6ff9d09c68bf60dca91954c6a45dbdc6fe826711d5585, '', 0, '?'),
(0xd642b8abc4c5b3e38f29ef206edd5490, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-91.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-91.php', 1, 0x00000000000000000000000000000000, 0x6e2f9cfec3077ada05655ebae17749ce, 0x375f89a4a80bfa7fe9e5ead26d61ba9910f03f039fd54efdc658b8bef94cdf3e, '', 0, '?'),
(0x4269da3f92d5ea7f2c86eed98504f334, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-92.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-92.php', 1, 0x00000000000000000000000000000000, 0x87cabafa368c6b58543877126de2bb00, 0x1923fb2096604e07db062f4eee89f5a2e0ff00d20cfe560a6a41d1a2f4f51a22, '', 0, '?'),
(0x4ce5b00ebc066a5f3ee38eda9b28af8a, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-93.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-93.php', 1, 0x00000000000000000000000000000000, 0xcd0ee67d189afeb69b4356b25a4d9112, 0x80a49489df605fadd6cc29ae924421dc426b768db2c734a6c3786c9c7b185e1a, '', 0, '?'),
(0xdecc6976d2aa9e2b01d2804f6e1b21f6, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-94.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-94.php', 1, 0x00000000000000000000000000000000, 0xfc9f7b0bc74e0445cbedded82a5ca583, 0x27b046faeffd55a1cc3df90d0a632c32087161bb4802f5f31a13348bbfa4282a, '', 0, '?'),
(0x112aae2a7fbf3cdbb751275b0e461666, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-95.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-95.php', 1, 0x00000000000000000000000000000000, 0x2a0e9fe5832787f6c2e0104ac7d60910, 0x3fad8c11132ef6acecc8fcad3304a200614dbc66792ed0f8bec2b5868849780e, '', 0, '?'),
(0xcd94481c5f5352814c161cd023add324, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-96.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-96.php', 1, 0x00000000000000000000000000000000, 0x874e84239453c0fd19cb69b994806033, 0x9a6d992d81070e3832934b575bc1bba316e7f6b3a4bee4a933fbf6bcedb6a530, '', 0, '?'),
(0x3a0ae31cc1553e13c0f626e3d35e07f5, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-97.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-97.php', 1, 0x00000000000000000000000000000000, 0x38376b738c0cdc5341c3524fea7980c5, 0x637fd8034c21450f6dda999a1053c7ce4c511c93fae6ed4508cbc4d303713da4, '', 0, '?'),
(0xc5ea35f78f80f4691cd5806e4b59a71f, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-98.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-98.php', 1, 0x00000000000000000000000000000000, 0x5b7409d902b3f9b50c02f599b28d397b, 0xafd1a3bfd3f8fbb4d72ee27006bebf214033d42a90d14989aa7be3fd112577a9, '', 0, '?'),
(0x3f9de949ed9ec199f7ac82d08a297225, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-99.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-99.php', 1, 0x00000000000000000000000000000000, 0xdfe47fba09bcba1eb0e6ed7a3920c7fc, 0xaceef4bb84597ebdf500b625f70e0e452c7c2e0d02b79cf25a79b9464e79cec7, '', 0, '?'),
(0x4ca20e4afeb53f68b3fa2ef31e59f270, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/country-ips/ipv4/country-ipv4-0.dat', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/country-ips/ipv4/country-ipv4-0.dat', 1, 0x00000000000000000000000000000000, 0x812c9f0c51a9b26f109e039c594c6452, 0xcab0d843f7b272208c0368a1c767b7c82b058b69ef9c54939af4abb7933f85aa, '', 0, '?'),
(0x54ee8d547feb3d895d32d453125d5227, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/country-ips/ipv4/country-ipv4-1.dat', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/country-ips/ipv4/country-ipv4-1.dat', 1, 0x00000000000000000000000000000000, 0xc3e20c5dd2238d47591c7b0cf326d8b2, 0x449d5e70bd926b9119980c3257b4638580066d0dac9116c38b6424cd63b6459a, '', 0, '?'),
(0x80f321d4371bc606b1567a3b094bc090, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/country-ips/ipv4/country-ipv4-2.dat', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/country-ips/ipv4/country-ipv4-2.dat', 1, 0x00000000000000000000000000000000, 0x15df38a55a2c41faaf482cb5e71f1c10, 0x0b059ea84a41d603b6c21143b4c8dc8dd0e493ff1e251996ef0c86ecd048aef9, '', 0, '?'),
(0xaecad2b96c9f2ee49b358cc323d1c93b, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/country-ips/ipv4/country-ipv4-3.dat', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/country-ips/ipv4/country-ipv4-3.dat', 1, 0x00000000000000000000000000000000, 0x51850082b9f43be8c17902cedcbfb310, 0x2570f77b838a33dd544dce31470e7e342a2b887e22c9f8bb711b04716fd0983a, '', 0, '?'),
(0x3e71aa43dd5f7ba79110b2f1f4d4b53a, 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/country-ips/ipv6/country-ipv6-0.dat', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/country-ips/ipv6/country-ipv6-0.dat', 1, 0x00000000000000000000000000000000, 0xb3f640f3fad9fbaaee68d82f7528f36a, 0x66a99457c721c576481ec578c2985b594bc2123a1cc356dda5a9136a5b32efd4, '', 0, '?'),
(0xc63466a5f0e7855fb11edf394eea85b3, 'wp-content/plugins/goodbye-captcha/readme.txt', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/readme.txt', 1, 0x00000000000000000000000000000000, 0x47d821cf293a56e12bea44ee74d1896c, 0x02320568239bce118303ca004ee88e32c38e5b7435df20a1b2e673bd83186b7d, '', 0, '?'),
(0x9fc5350847725bf4f649a66c39864c80, 'wp-content/plugins/goodbye-captcha/uninstall.php', '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/uninstall.php', 1, 0x00000000000000000000000000000000, 0x4d6d0002e335a07240415205eaa3404d, 0xb780d8f649a4ab60a4491ac351d325c26ce0367e253a19d9092f94f25fcbe718, '', 0, '?'),
(0xd40ce8f2ff010fe59dcd302aee57c7d4, 'wp-content/plugins/index.php', '/home/www/iamctv.com/wp-content/plugins/index.php', 0, 0x67442c5615eba73d105c0715c6620850, 0x67442c5615eba73d105c0715c6620850, 0x6b8d898dc0977e09b6bd55481aa5d678831850eadb41cc84a2fa3ca19e3b58a8, '', 0, '?'),
(0xac3af7e87a8c34943a016b5ddd47eb5a, 'wp-content/plugins/jetpack/3rd-party/3rd-party.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/3rd-party/3rd-party.php', 1, 0x00000000000000000000000000000000, 0x181521bcb9696a436f11edb3222eaaa4, 0x71b548f139af28dafb97905d36290d83cfe99048c11b95410e274d7c9388bc60, '', 0, '?'),
(0x3e62a7fcf9620d121bedc6211bfa971a, 'wp-content/plugins/jetpack/3rd-party/bbpress.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/3rd-party/bbpress.php', 1, 0x00000000000000000000000000000000, 0xd79bcf90d4f503e86d2a3fe918fd7788, 0xe1ff5ac4d3ca739530fec7b94944ed0ef279dc285a2a6de3650e8fe9d3c74cae, '', 0, '?'),
(0x41019a60af913d8e1c8b0cccf2a7a0e7, 'wp-content/plugins/jetpack/3rd-party/beaverbuilder.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/3rd-party/beaverbuilder.php', 1, 0x00000000000000000000000000000000, 0x627d9d14d1e4c6ffdbb26f5c85c10d85, 0xeead84f7a80ade11eef5e2b03832cbd2648ce83d64238963c625c121a61c1932, '', 0, '?'),
(0xb6adc34cbca12cf22cfe3333b0ccc03f, 'wp-content/plugins/jetpack/3rd-party/bitly.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/3rd-party/bitly.php', 1, 0x00000000000000000000000000000000, 0xbc9cc3c9e7ca0103501d4a9c26ecc2ce, 0xd3ab586d203172bf18a25bfa54ad23db93a129ec7684677982853efbb72f9954, '', 0, '?'),
(0x8b14fd787ef076a32c79475225689d60, 'wp-content/plugins/jetpack/3rd-party/buddypress.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/3rd-party/buddypress.php', 1, 0x00000000000000000000000000000000, 0xeb536a7554ccb8cd7f32143de7c714d7, 0xf6dbe33497ffe50d695d38430fbab1f6a2eb52b08b5a9c9d451218dca71fba9d, '', 0, '?'),
(0xdff463a869c3051acbe5523fa9d3a05e, 'wp-content/plugins/jetpack/3rd-party/class-domain-mapping.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/3rd-party/class-domain-mapping.php', 1, 0x00000000000000000000000000000000, 0x2f0525e83eb6d4d23f523939a7487ce4, 0x5f205fd2031c74360c2c5ce327d5666e71331c536a8653cadd873dd62a37cbd4, '', 0, '?'),
(0xa41584a38b850ff68378a5a0cf355a19, 'wp-content/plugins/jetpack/3rd-party/class-jetpack-bbpress-rest-api.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/3rd-party/class-jetpack-bbpress-rest-api.php', 1, 0x00000000000000000000000000000000, 0x354402a31e74547ca54881271dadaedc, 0xd8079020cdda306055522aed66105f9e93a018a7812c2902f06bbe661c5c0fef, '', 0, '?'),
(0xaa9c5f309c6a6ddfd31c40d5c8faba98, 'wp-content/plugins/jetpack/3rd-party/class-jetpack-crm-data.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/3rd-party/class-jetpack-crm-data.php', 1, 0x00000000000000000000000000000000, 0x2472eb14a8297ab1edef0f46cd279531, 0xf931f46da635ba9ed1c29decec7f9693a4ca4b0b3c1bf42c177416998a401daa, '', 0, '?'),
(0x0aefbb473b655dfa75f7e1dd407c3e7c, 'wp-content/plugins/jetpack/3rd-party/class-jetpack-modules-overrides.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/3rd-party/class-jetpack-modules-overrides.php', 1, 0x00000000000000000000000000000000, 0x0ae346cba05debe5ed820fe963ec3966, 0x7fe29ade2803235eaf9f7aecff90a87ea76941d8c39f2f95b6cce3b02197fe3e, '', 0, '?'),
(0xf71aaafb74962417983401a1502cf6cb, 'wp-content/plugins/jetpack/3rd-party/class.jetpack-amp-support.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/3rd-party/class.jetpack-amp-support.php', 1, 0x00000000000000000000000000000000, 0xd9b10bfafd627a8ab503451d9b00e51e, 0x04aa7af32f79a431818ca7f00e1a99790251f4f60279280b6ffabad38f54d994, '', 0, '?'),
(0x9a28e7e93985739788b6cb5ffcc10351, 'wp-content/plugins/jetpack/3rd-party/creative-mail.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/3rd-party/creative-mail.php', 1, 0x00000000000000000000000000000000, 0x0a33e6c28881b573865dae7fbce6fdd5, 0xe435c2b7324f6a3c11bd30b74ded2cafeacadc837861461e808b449a87a2b7e0, '', 0, '?'),
(0x87c41f9fbed38748e80f41ec6fb131f8, 'wp-content/plugins/jetpack/3rd-party/crowdsignal.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/3rd-party/crowdsignal.php', 1, 0x00000000000000000000000000000000, 0xd12dee02ed56d9bbf1825c8f7faba23a, 0x96101aa4782ee21f8a8ea054cd70948fb0921026e3396b4c424736bc3da87805, '', 0, '?'),
(0x45756e2afc567a8f29df1996f492e018, 'wp-content/plugins/jetpack/3rd-party/debug-bar/class-jetpack-search-debug-bar.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/3rd-party/debug-bar/class-jetpack-search-debug-bar.php', 1, 0x00000000000000000000000000000000, 0x9773787ccd72a3fe919f64251f47db33, 0xc14617f05d2fb4bf5c5c4819db3a8ae57aa47661181d6f6ad3dccb712328e0b0, '', 0, '?'),
(0xe0b0e19b4768e775befec6c86841c622, 'wp-content/plugins/jetpack/3rd-party/debug-bar/debug-bar.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/3rd-party/debug-bar/debug-bar.css', 1, 0x00000000000000000000000000000000, 0x8bd1f1603f405beade8d38b41ef7fbe8, 0xdf0b594a82d55370557c18813e08dfcd2bff716e93910b0c3aee81199aaafcc6, '', 0, '?'),
(0xf4a6202cae53b6bcc3bb002d4206fc25, 'wp-content/plugins/jetpack/3rd-party/debug-bar/debug-bar.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/3rd-party/debug-bar/debug-bar.js', 1, 0x00000000000000000000000000000000, 0x222bb6dfac6f5e6b49346ab5c32c2af1, 0x29b1b418e1d4c24d9ea3a8fc3f596386b412f6727cbe33dd539dea6e6adca5d9, '', 0, '?'),
(0xfd44f7be88001ca9e56866be995abe5d, 'wp-content/plugins/jetpack/3rd-party/debug-bar.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/3rd-party/debug-bar.php', 1, 0x00000000000000000000000000000000, 0x4e191029577cffbd3618a84888c56e16, 0x38c17d53703b27765f8eef3a06df5645a2a6852a1f72022235b151bdd0d7c37a, '', 0, '?'),
(0xe841a34bb45296a4f2130c44fbd490bf, 'wp-content/plugins/jetpack/3rd-party/jetpack-backup.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/3rd-party/jetpack-backup.php', 1, 0x00000000000000000000000000000000, 0x909998e4de6cb772e1bff5aac7303f99, 0x2106fddbe3fc21e414bb538e168c1c9814995b3c31e043afd93f3adc8bcebf76, '', 0, '?'),
(0xc672712d4b42c27ef949e8f2ebdb0715, 'wp-content/plugins/jetpack/3rd-party/jetpack-boost.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/3rd-party/jetpack-boost.php', 1, 0x00000000000000000000000000000000, 0xcd05b6cd2eb87361c43801504108b13e, 0x968cdc3511c2c02204bef27c0b5a5be958ed8e3d1d9fbd4458706cfd3c16f384, '', 0, '?'),
(0x2005423ac83c202900f61119ec164768, 'wp-content/plugins/jetpack/3rd-party/qtranslate-x.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/3rd-party/qtranslate-x.php', 1, 0x00000000000000000000000000000000, 0xb86d8eafd28f910d4f1ba0c912afd874, 0xdce4b177f6d60b9b4f578adf345c4f31159e3a5ce9461687b0a970bed156005e, '', 0, '?'),
(0x35cd5fcceda1b8e87e880788c02c802d, 'wp-content/plugins/jetpack/3rd-party/vaultpress.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/3rd-party/vaultpress.php', 1, 0x00000000000000000000000000000000, 0xd5ef4af25d178091309eecdae527a9f1, 0xb532fd5ff2bec59d7297f13d2234b37530c5deb36cce83875c1647467fd47d00, '', 0, '?'),
(0x9a94ed1c59edf7e07601eac1207aaa84, 'wp-content/plugins/jetpack/3rd-party/web-stories.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/3rd-party/web-stories.php', 1, 0x00000000000000000000000000000000, 0x9c51362abfaddcb6a0726a553134e0d7, 0x603a5c983816089393ccb3f3eefecae13f7edd85ae46a1cbe76052688a086110, '', 0, '?'),
(0x7914f3fc0c7ae2fb5932d28b8729a651, 'wp-content/plugins/jetpack/3rd-party/woocommerce-services.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/3rd-party/woocommerce-services.php', 1, 0x00000000000000000000000000000000, 0x48db278973009fd4f931d67310ce4e48, 0xd4aa3b66ba07132601be353a423cb678edb674fadf3021645a7b1e474cbd61e7, '', 0, '?'),
(0xbb57690e08544e878e97de23c1e3eb3d, 'wp-content/plugins/jetpack/3rd-party/woocommerce.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/3rd-party/woocommerce.php', 1, 0x00000000000000000000000000000000, 0x8adb05629399d12dccebc11370626f25, 0x5bb05e6f89f615d1661912367d19d3f3618565670ca1e3869fd0db70eba2e908, '', 0, '?'),
(0x3d637a2078a9138af4ca2816f0f8b89c, 'wp-content/plugins/jetpack/3rd-party/wpml.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/3rd-party/wpml.php', 1, 0x00000000000000000000000000000000, 0x9b3c8ed911c836eaf75ab03cfb7efcd7, 0xfdae449fd897458e1a08121e45e3b8d9d85ee815b48adc4eff2e4a025865efa3, '', 0, '?'),
(0x1617e7414abd5f69a401a5ef9189f90b, 'wp-content/plugins/jetpack/CHANGELOG.md', '/home/www/iamctv.com/wp-content/plugins/jetpack/CHANGELOG.md', 1, 0x00000000000000000000000000000000, 0xdf29b45447ef8f79a8aaeaa7a47b2423, 0x8e6a19798adeaca2262d1dd9bcfc24ac8db564d29b27ba647d2232228f5f53ec, '', 0, '?'),
(0x5e2d56df813251b1e4ab5d91b7b4c495, 'wp-content/plugins/jetpack/LICENSE.txt', '/home/www/iamctv.com/wp-content/plugins/jetpack/LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x07b6f86da467d9d95366b630cc61664b, 0xca67bacc93668eb4df01e9c10f5f4819aff3513c9a50402f4d050620ff74b5c7, '', 0, '?'),
(0x3983b30b52088662bc4330eca46b6b37, 'wp-content/plugins/jetpack/SECURITY.md', '/home/www/iamctv.com/wp-content/plugins/jetpack/SECURITY.md', 1, 0x00000000000000000000000000000000, 0xa296cb06339fc5251d96abfd395b7322, 0x46cf396dbf7f8220560387cb3fffbfa9e013f50ce26898d2491e24dfcf495bcb, '', 0, '?'),
(0xc4a3a70a9af1d932ae7604039cc6fd48, 'wp-content/plugins/jetpack/_inc/accessible-focus.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/accessible-focus.js', 1, 0x00000000000000000000000000000000, 0x7d4d977723246d195f14a5d99ef8c9fc, 0xdbe7660074fec15f7484ed76e170050cb6d468393c1b8b10a6efb3a96823105e, '', 0, '?'),
(0xafeedc30c8606f558924e8648f37e8fc, 'wp-content/plugins/jetpack/_inc/blocks/339.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/339.js', 1, 0x00000000000000000000000000000000, 0x7eaeb752a0b8014e4c753f5acd611159, 0xf7ef7feb1677dfd44575e879c2d187bbfbb1d44d2017425fcfa58ac426f257b0, '', 0, '?'),
(0x77bd513f59a442d82cc2629ffed12bed, 'wp-content/plugins/jetpack/_inc/blocks/business-hours/view.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/business-hours/view.asset.php', 1, 0x00000000000000000000000000000000, 0x6d7bfcc05872c1bc7a5b6849ba5bcc07, 0xef7c7057358ce34820caf70f74aa74e938362f3864db302b9c66ccfccb8dbe1c, '', 0, '?'),
(0xf096b78dad2fbc21fc6e32cadc50899a, 'wp-content/plugins/jetpack/_inc/blocks/business-hours/view.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/business-hours/view.css', 1, 0x00000000000000000000000000000000, 0x46a40f8a0d7b12ee01e51dfc838b59eb, 0x550b1b42bfb724b134a8b243d21aa1df610ae6fc70da940ba0e5aa0bd3f84ac0, '', 0, '?'),
(0xf56bfd400a88aac93e10ee2c787b4ee5, 'wp-content/plugins/jetpack/_inc/blocks/business-hours/view.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/business-hours/view.js', 1, 0x00000000000000000000000000000000, 0x62cc59b24790908fa170a2c2120bb9a4, 0xca0e93d07f634f14bcf85bd5d6a4075b7c85da3302f7b176af8ef9b766477432, '', 0, '?'),
(0xc87bd0649154a16c1645a14cae1e6775, 'wp-content/plugins/jetpack/_inc/blocks/business-hours/view.rtl.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/business-hours/view.rtl.css', 1, 0x00000000000000000000000000000000, 0x05a6925cf2a9756ed8ae06d7d7b953cb, 0x82589a2c3578b134c90ad707c3cb85410d6d11d66350cba5c349f2d10303f4b0, '', 0, '?'),
(0xdb8d1aeb545ab8094dc8fae8df9da81e, 'wp-content/plugins/jetpack/_inc/blocks/button/view.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/button/view.asset.php', 1, 0x00000000000000000000000000000000, 0x18394fd229ae356ca48b0793a076d779, 0x4ea209024a9fbb933547f7ea4b46546ee48910435fb56560180322f9c589ebfa, '', 0, '?'),
(0xc9d4ce8042d6ffc531a047ab81112486, 'wp-content/plugins/jetpack/_inc/blocks/button/view.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/button/view.css', 1, 0x00000000000000000000000000000000, 0x4060e68361bfd252898b4bfab3a52333, 0xac326ae71972efed449018062aebf44a798c89709b6deef87a8ac45d9c1a1db6, '', 0, '?'),
(0x25a21f1f483a68bcbeb7e0a203099cc3, 'wp-content/plugins/jetpack/_inc/blocks/button/view.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/button/view.js', 1, 0x00000000000000000000000000000000, 0x62cc59b24790908fa170a2c2120bb9a4, 0xca0e93d07f634f14bcf85bd5d6a4075b7c85da3302f7b176af8ef9b766477432, '', 0, '?'),
(0x7eed3ef2a26b9320460ffcd3c79b5d01, 'wp-content/plugins/jetpack/_inc/blocks/button/view.rtl.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/button/view.rtl.css', 1, 0x00000000000000000000000000000000, 0x4060e68361bfd252898b4bfab3a52333, 0xac326ae71972efed449018062aebf44a798c89709b6deef87a8ac45d9c1a1db6, '', 0, '?'),
(0xb4be96a1f537dc2e25b686eb0af0ee8c, 'wp-content/plugins/jetpack/_inc/blocks/calendly/view.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/calendly/view.asset.php', 1, 0x00000000000000000000000000000000, 0x0201831601e9cc133adfc623805e251c, 0xda4f8163e5c0a7b0fe59a7b7519a6364f0c1bbbb9e4ac0328b96b858d4d14759, '', 0, '?'),
(0xa6ecfccdec9809454e9bc6b232ec9910, 'wp-content/plugins/jetpack/_inc/blocks/calendly/view.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/calendly/view.css', 1, 0x00000000000000000000000000000000, 0xea16c5fde59474bd7d3bf078c8e8319a, 0x0a240995472d2cff6dc4616da66eae6e5c16bded533bba1d561bde2540295bd0, '', 0, '?'),
(0x52a5cb29252494235f84592608e45db6, 'wp-content/plugins/jetpack/_inc/blocks/calendly/view.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/calendly/view.js', 1, 0x00000000000000000000000000000000, 0x62cc59b24790908fa170a2c2120bb9a4, 0xca0e93d07f634f14bcf85bd5d6a4075b7c85da3302f7b176af8ef9b766477432, '', 0, '?'),
(0x41016f827b8444d4555286edfdde282a, 'wp-content/plugins/jetpack/_inc/blocks/calendly/view.rtl.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/calendly/view.rtl.css', 1, 0x00000000000000000000000000000000, 0xea16c5fde59474bd7d3bf078c8e8319a, 0x0a240995472d2cff6dc4616da66eae6e5c16bded533bba1d561bde2540295bd0, '', 0, '?'),
(0x469e24bc5872ce14d66ba501a006c6c4, 'wp-content/plugins/jetpack/_inc/blocks/components.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/components.css', 1, 0x00000000000000000000000000000000, 0x1e3a3e696aa7812261f42d6b79dce352, 0xf2493adea3e3d94cbc35ac1d88683d8b1921a8a4e6ccfd485bd63b3bcca3c9c8, '', 0, '?'),
(0x4f081117bb32c058c0f5dffc4deb35f6, 'wp-content/plugins/jetpack/_inc/blocks/components.js.LICENSE.txt', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/components.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x4a319640e31ec1bb9be91ef93bd70a0a, 0x3cca2e55debaa7ee21da0f45fea6fe5d5795aeae5aa3e4c592fe6a854b8d0630, '', 0, '?'),
(0xf972b76ff15a11d91fe58b16246c4444, 'wp-content/plugins/jetpack/_inc/blocks/components.rtl.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/components.rtl.css', 1, 0x00000000000000000000000000000000, 0x68f08339eb3b1d41ad85efceba05bc41, 0x68c341be036381cce0a44ebe151d89e16a85f6b92204b9cc8f3dc381ef9130cd, '', 0, '?'),
(0x99dc887900584605986be47a689c9e09, 'wp-content/plugins/jetpack/_inc/blocks/contact-info/view.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/contact-info/view.asset.php', 1, 0x00000000000000000000000000000000, 0x9a04c9a13736f4f65421df448dc5d018, 0xe378fa9baa957abe6807f53dfc0b2fb5439a0b20047c9a51d8df768aeefd44db, '', 0, '?'),
(0x559cba02c638354f32467f13ae5d8a71, 'wp-content/plugins/jetpack/_inc/blocks/contact-info/view.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/contact-info/view.css', 1, 0x00000000000000000000000000000000, 0xf32b0587f9731e783d633255082d4e67, 0xaee51c69b382b242339d8df291f36ff427b4d7833bcdbec414437ddf949a4393, '', 0, '?'),
(0x9537a50b4220553ab4361428fb4dfb46, 'wp-content/plugins/jetpack/_inc/blocks/contact-info/view.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/contact-info/view.js', 1, 0x00000000000000000000000000000000, 0x62cc59b24790908fa170a2c2120bb9a4, 0xca0e93d07f634f14bcf85bd5d6a4075b7c85da3302f7b176af8ef9b766477432, '', 0, '?'),
(0x74262928c68d6eeabb63bff93ca16305, 'wp-content/plugins/jetpack/_inc/blocks/contact-info/view.rtl.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/contact-info/view.rtl.css', 1, 0x00000000000000000000000000000000, 0xf32b0587f9731e783d633255082d4e67, 0xaee51c69b382b242339d8df291f36ff427b4d7833bcdbec414437ddf949a4393, '', 0, '?'),
(0x70224f8fbdf44f6dcc72f8ad414cf383, 'wp-content/plugins/jetpack/_inc/blocks/dialogue/view.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/dialogue/view.asset.php', 1, 0x00000000000000000000000000000000, 0xd4b03857c3f790b4fdd575bf089e305d, 0x3261029ae7670c9246aaac2e4ed92c66406cb4604ae322f3e8b0ea119deaeabc, '', 0, '?'),
(0x5b6de31d56f1b6137b82f25828bf3354, 'wp-content/plugins/jetpack/_inc/blocks/dialogue/view.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/dialogue/view.css', 1, 0x00000000000000000000000000000000, 0x55b1df7cd52e09dee54b0e9a56b94f09, 0x1197ee25cc6641f9da66a4609b42b72d8581d6e7af11ded55dfdb3c8197fb421, '', 0, '?'),
(0x8cbd164183af014df58ae574d3aeef9e, 'wp-content/plugins/jetpack/_inc/blocks/dialogue/view.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/dialogue/view.js', 1, 0x00000000000000000000000000000000, 0xfba1947bdeec3dfecaf7117bff76b14e, 0x2e62d3de670658c774152af23839315e065314af325dfed365cfcfb39fa959f1, '', 0, '?'),
(0xef385692b03a2b7a82cebd191c0a73b9, 'wp-content/plugins/jetpack/_inc/blocks/dialogue/view.rtl.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/dialogue/view.rtl.css', 1, 0x00000000000000000000000000000000, 0xa3da1e30f3451473f2db610d672bdd33, 0x4cc5246cb2639d479a034a1e39c17d62d241f4c35a80dc3e7daab116accb7390, '', 0, '?'),
(0xc96913c3d5d511397e7528536548860a, 'wp-content/plugins/jetpack/_inc/blocks/donations/view.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/donations/view.asset.php', 1, 0x00000000000000000000000000000000, 0x7907b8b8e4f5198815fe616bcb7790a3, 0xc815c10867adddb3135d068aae80047ef8c89fe0cde44bdd6d50ea5642a00172, '', 0, '?'),
(0x31ab3044e0ab9e598469a9caa5139464, 'wp-content/plugins/jetpack/_inc/blocks/donations/view.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/donations/view.css', 1, 0x00000000000000000000000000000000, 0x26ffa8b0f26521868d054caee105630a, 0x088f66cde9dab3735e440032de45bc10fec44a365dee335f3b32c85e89546b58, '', 0, '?'),
(0x90bd4efd473f90542daacc4bf9e2cb74, 'wp-content/plugins/jetpack/_inc/blocks/donations/view.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/donations/view.js', 1, 0x00000000000000000000000000000000, 0x96a67a5f769670910de942c291959ad3, 0x99be58bee5f7579670dd5cc134c42e6ec5ceb362486f030c8688e13b72de5fd5, '', 0, '?'),
(0x2d32cefab3d4762f0633f62805809194, 'wp-content/plugins/jetpack/_inc/blocks/donations/view.js.LICENSE.txt', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/donations/view.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x45159a97188f39f5d0883e40587b81e9, 0xa9556cc5953d63ae5d70bda75b3ceffb7c973478322d0cfbfc09fed8c9ceffd2, '', 0, '?'),
(0x09e6f69f6e4910d8c069132168978f2a, 'wp-content/plugins/jetpack/_inc/blocks/donations/view.rtl.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/donations/view.rtl.css', 1, 0x00000000000000000000000000000000, 0x817adafe0f5d3683723cbe26fb192110, 0x3f7717451ad1069d1604fb44c5111d23b1d0c37dcf75ae173a2d6642c99034ee, '', 0, '?'),
(0x0400a20153227b376743b6540eebf029, 'wp-content/plugins/jetpack/_inc/blocks/editor-assets/mapbox-gl-1.13.0.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/editor-assets/mapbox-gl-1.13.0.css', 1, 0x00000000000000000000000000000000, 0x998d2c78528574d78874aa5e536ebb31, 0x9e316cb3ba899550171661e3e18305cf15977909553f25396b1b6a9adb6f5ab0, '', 0, '?'),
(0x3ae321ad6313d5be7b3dda8565598f3f, 'wp-content/plugins/jetpack/_inc/blocks/editor-assets/mapbox-gl-1.13.0.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/editor-assets/mapbox-gl-1.13.0.js', 1, 0x00000000000000000000000000000000, 0x22274132dd96c4ec18572a92f1febe30, 0x3a42cade1b87dea6c2b85c58ff55c63a3b3a2f675b41798e3e4f3da7b3b5865a, '', 0, '?'),
(0x80cad86aec0f065ab85026763eecb5b7, 'wp-content/plugins/jetpack/_inc/blocks/editor-beta.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/editor-beta.asset.php', 1, 0x00000000000000000000000000000000, 0x9f727445fa5f08d93fce1878edf73462, 0x0b83286200eb8e4204f115a54123f176177a33d969906ae497df7d3723e984a1, '', 0, '?'),
(0x4d18eefe5968f0ddbd241e65a6c82ffb, 'wp-content/plugins/jetpack/_inc/blocks/editor-beta.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/editor-beta.css', 1, 0x00000000000000000000000000000000, 0xa0300c6063bacdde116e2bbd6401e207, 0x958c0d896f5afe2d76096f4e8f618781139da6dc6ee966621a79a56bc8e7eeeb, '', 0, '?'),
(0xef9b25ac126ff26fb2a4a5dc8333300c, 'wp-content/plugins/jetpack/_inc/blocks/editor-beta.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/editor-beta.js', 1, 0x00000000000000000000000000000000, 0x5690c59fb3ff766bd70b27549b52238e, 0x351a867046b2de77193dfb0d09d652d203f8d98d2563b6ee1c0f43423e4dea84, '', 0, '?'),
(0x6dab0d918c87a5abeadc2240b70747e4, 'wp-content/plugins/jetpack/_inc/blocks/editor-beta.js.LICENSE.txt', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/editor-beta.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x3eccfc3b1f74f875573d5032f201cd0c, 0x10840a80e07a6c5aae04afd18e626c7f0e768f8c5136739ba33cbec5bbe1d50f, '', 0, '?'),
(0x79ccbef77469180023f17e80d39efc29, 'wp-content/plugins/jetpack/_inc/blocks/editor-beta.rtl.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/editor-beta.rtl.css', 1, 0x00000000000000000000000000000000, 0xdfffbb43a7944c7b41a9dd9b67cd58af, 0x8482019ac1323a3dca5c5ccfc36697365d61ab16b9506eb4aa0f32d57de46b23, '', 0, '?'),
(0xca079136757abd6182e19755283c1654, 'wp-content/plugins/jetpack/_inc/blocks/editor-experimental.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/editor-experimental.asset.php', 1, 0x00000000000000000000000000000000, 0x4e643b6a39a6df17faad7440af9c49ac, 0x44d8de8f2c3af618f25e8cb90136056b10971f36e6316ad2c44b2e772f9a4a99, '', 0, '?'),
(0x652d288f265f2562f460cf97e63f3c88, 'wp-content/plugins/jetpack/_inc/blocks/editor-experimental.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/editor-experimental.css', 1, 0x00000000000000000000000000000000, 0x5bf374f0c8ad7709df2dbeb8592300fa, 0xcd0cee8cee83718c6c4bc53fe2e828cbe6322865174bd82e971b900458a3d8cc, '', 0, '?'),
(0xeaf3307573346718b3aef3285a7c7a27, 'wp-content/plugins/jetpack/_inc/blocks/editor-experimental.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/editor-experimental.js', 1, 0x00000000000000000000000000000000, 0xab46b1cfd2ae238659ed362a893de3f0, 0x5ffe18ee8022321208556a22949140f520526154ea516817980d889045438499, '', 0, '?'),
(0x1de4b41be4750579803cc8a20974a710, 'wp-content/plugins/jetpack/_inc/blocks/editor-experimental.js.LICENSE.txt', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/editor-experimental.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x3eccfc3b1f74f875573d5032f201cd0c, 0x10840a80e07a6c5aae04afd18e626c7f0e768f8c5136739ba33cbec5bbe1d50f, '', 0, '?'),
(0xcc6ab7ed1713bf2c85472a77d8d2fd9a, 'wp-content/plugins/jetpack/_inc/blocks/editor-experimental.rtl.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/editor-experimental.rtl.css', 1, 0x00000000000000000000000000000000, 0x9c290a5c8bbadd91b1f72aa7c9991aff, 0xb0a76ccfc8d46c21862c2b9e37bd590a32a7e5d951748fbc5fb8779c01cf65ef, '', 0, '?'),
(0x3bcded4f10f2ad16467ea3a43316fa38, 'wp-content/plugins/jetpack/_inc/blocks/editor-no-post-editor.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/editor-no-post-editor.asset.php', 1, 0x00000000000000000000000000000000, 0xc0a245c7f3b1e3416c1b77d0fb37d670, 0x90c98dfce3cb3aa940d8ca024155eaa6b17cdab10b4998e8b5389476da75ef7b, '', 0, '?'),
(0x1d03b9a69eb33d9d63d7c2b859b9c0a6, 'wp-content/plugins/jetpack/_inc/blocks/editor-no-post-editor.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/editor-no-post-editor.css', 1, 0x00000000000000000000000000000000, 0xe9583710c1303c64bd92167a7ecb290c, 0x16187d3c6fc7d973e34b7d9e7e27bd9fe5be6e268ab2c4f8ea73933d067e2d91, '', 0, '?'),
(0x13ee46997f7496ce44c6fdc918d599d5, 'wp-content/plugins/jetpack/_inc/blocks/editor-no-post-editor.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/editor-no-post-editor.js', 1, 0x00000000000000000000000000000000, 0x6bead8964fa1dab62464fef1d23afd45, 0x3051f3dd75681307962314ea7a5906743eae8eaa219e0de968dbd425b54025ec, '', 0, '?'),
(0x9d841319d071c44697697ce41912724f, 'wp-content/plugins/jetpack/_inc/blocks/editor-no-post-editor.js.LICENSE.txt', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/editor-no-post-editor.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x3d57956115a3f5e19b02c93f6b808eb0, 0xbff326f961d2b5f7a258c81d881ba194508bf79c7e262a13e84ee9b49c28f77f, '', 0, '?'),
(0x265a0f91d750c9d8f38993db597f2933, 'wp-content/plugins/jetpack/_inc/blocks/editor-no-post-editor.rtl.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/editor-no-post-editor.rtl.css', 1, 0x00000000000000000000000000000000, 0x4f81f8b4c787c604908a6b578abc3d66, 0x9e99c0991a023b05248d7474e8cfac2ab00a9a38bb1f7216effd32fc4c3f4b53, '', 0, '?'),
(0x9b077ed5dacb960d4290a4edb5261d5c, 'wp-content/plugins/jetpack/_inc/blocks/editor.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/editor.asset.php', 1, 0x00000000000000000000000000000000, 0xdf07164edf36ecd2afede812ff9086f6, 0xef2a46ddfd6bd8024515a9f9001ff54e6cea272bad6382d42bc226647d147761, '', 0, '?'),
(0x524b1e9b8a3158fb47b9f960a0bfd33b, 'wp-content/plugins/jetpack/_inc/blocks/editor.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/editor.css', 1, 0x00000000000000000000000000000000, 0x9231c37389fb05faf6d50b568b4e80ff, 0xcb1a0f2cd6a6949942e53e9aa64b9f8b9b160593ddea3e3a083f9dc5c32434fc, '', 0, '?'),
(0x663548b08e34c59f66b8ced5a14ec216, 'wp-content/plugins/jetpack/_inc/blocks/editor.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/editor.js', 1, 0x00000000000000000000000000000000, 0x47ebe4f16954fe2343139151d82a409b, 0x8a1b336b75569eab1d747c0d5e63ca64163a48dd59bc5b351ed0d4196cd36cb5, '', 0, '?'),
(0x98ab848e8fad72cd38a0a2a92d081440, 'wp-content/plugins/jetpack/_inc/blocks/editor.js.LICENSE.txt', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/editor.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x3eccfc3b1f74f875573d5032f201cd0c, 0x10840a80e07a6c5aae04afd18e626c7f0e768f8c5136739ba33cbec5bbe1d50f, '', 0, '?'),
(0xf72a002783ee0bd3f4f28bfdd729bdb9, 'wp-content/plugins/jetpack/_inc/blocks/editor.rtl.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/editor.rtl.css', 1, 0x00000000000000000000000000000000, 0xb530762f9528632189767e98014b1010, 0x6a2f790e09c1e8efc784c17ca4a3ac61bbb70a6cdc04dbacdbc775f74124a1b5, '', 0, '?'),
(0x088b28d93795f2040e07ffba9d40fd70, 'wp-content/plugins/jetpack/_inc/blocks/eventbrite/view.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/eventbrite/view.asset.php', 1, 0x00000000000000000000000000000000, 0xd965a10ea62f7b2ee7bbbaeec67e387f, 0x92f72237ede94f0aed124cd8d655e843557c5f3a0ac31c9de2afa3ba114292a4, '', 0, '?'),
(0x45c3d8bfd6d1134ea8a0fd57d5bd6172, 'wp-content/plugins/jetpack/_inc/blocks/eventbrite/view.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/eventbrite/view.css', 1, 0x00000000000000000000000000000000, 0x4190b99518669677ee5b7a228ce14ccc, 0x1ffe9f1ea47d2a1eb506872f5c4bc91c3cf52aefcb070e6555014aedcd66badb, '', 0, '?'),
(0xb1671b7033d8c146a882c8cd822b42c1, 'wp-content/plugins/jetpack/_inc/blocks/eventbrite/view.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/eventbrite/view.js', 1, 0x00000000000000000000000000000000, 0x62cc59b24790908fa170a2c2120bb9a4, 0xca0e93d07f634f14bcf85bd5d6a4075b7c85da3302f7b176af8ef9b766477432, '', 0, '?'),
(0x4d5ab97ca5b8f27364e9b747848460a8, 'wp-content/plugins/jetpack/_inc/blocks/eventbrite/view.rtl.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/eventbrite/view.rtl.css', 1, 0x00000000000000000000000000000000, 0xcbac452f8d3c3b2bb538c78c96ae138f, 0x0fb26b2efea012724c3040cfc3d34a4744343d1a049e3270d5c23f5fdf8b615b, '', 0, '?'),
(0x0a8b96ce8f9bbf7ac71135675b71e175, 'wp-content/plugins/jetpack/_inc/blocks/frontend-nudge.html', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/frontend-nudge.html', 1, 0x00000000000000000000000000000000, 0x13a336c5948d63a26713726c83bb4c75, 0xc41151c83bdca1e875132b30d6b2d91ac3a4924a11e80f7d9a12f88d21691291, '', 0, '?'),
(0xdf0530b3575724afced1d8e104f46a80, 'wp-content/plugins/jetpack/_inc/blocks/gif/view.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/gif/view.asset.php', 1, 0x00000000000000000000000000000000, 0xf5f7ea0e670ea67ffe570d57eb5e5a82, 0x3f70c10b7b0acfe91a204e52c2422e7bf67fa9f4fbea222c7b702a8c22e291a1, '', 0, '?'),
(0xc47ed00749caf5fd7e2928a0663f32fe, 'wp-content/plugins/jetpack/_inc/blocks/gif/view.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/gif/view.css', 1, 0x00000000000000000000000000000000, 0x788d071b0b0bdeaed973f4356e2da927, 0xbcb73bb95ef79d1876003d9c332b7c90d73836f4b8c8e0acd662138e7ac59c40, '', 0, '?'),
(0x9a1ca64fc2f1ebfc9a589d9ff35c0e9b, 'wp-content/plugins/jetpack/_inc/blocks/gif/view.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/gif/view.js', 1, 0x00000000000000000000000000000000, 0x62cc59b24790908fa170a2c2120bb9a4, 0xca0e93d07f634f14bcf85bd5d6a4075b7c85da3302f7b176af8ef9b766477432, '', 0, '?'),
(0x6a41b1a7b0acac9ddee89099fbdcd072, 'wp-content/plugins/jetpack/_inc/blocks/gif/view.rtl.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/gif/view.rtl.css', 1, 0x00000000000000000000000000000000, 0xf5c2143d2896914a1d6336f2662037b1, 0xaed10e7897239784fbdfdcbf1c8a02d1068c7f7f12c08417e07cfcb6f3e3f854, '', 0, '?'),
(0x05381001f27a178aebb5ee52f240cd6e, 'wp-content/plugins/jetpack/_inc/blocks/google-calendar/view.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/google-calendar/view.asset.php', 1, 0x00000000000000000000000000000000, 0x380eb1aa302c9fbdb5de1062a2fbcfed, 0x63ef0839a7e6bcac637c78c35a435bcd995e7bc9281a73928b736d6f26623612, '', 0, '?'),
(0xf345b6ff67e6d435875bbe061bb3bec8, 'wp-content/plugins/jetpack/_inc/blocks/google-calendar/view.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/google-calendar/view.css', 1, 0x00000000000000000000000000000000, 0x5d84f1bac1cf5461eb23fb0249354252, 0x12d8b40f38da5c4f1aea1c04335850c406676f784be3771d970d7769149771bc, '', 0, '?'),
(0xc3abb53dd021cd6535762685821a4635, 'wp-content/plugins/jetpack/_inc/blocks/google-calendar/view.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/google-calendar/view.js', 1, 0x00000000000000000000000000000000, 0x62cc59b24790908fa170a2c2120bb9a4, 0xca0e93d07f634f14bcf85bd5d6a4075b7c85da3302f7b176af8ef9b766477432, '', 0, '?'),
(0x7c3bdc5e01315b5245f407a9429be9cf, 'wp-content/plugins/jetpack/_inc/blocks/google-calendar/view.rtl.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/google-calendar/view.rtl.css', 1, 0x00000000000000000000000000000000, 0x5d84f1bac1cf5461eb23fb0249354252, 0x12d8b40f38da5c4f1aea1c04335850c406676f784be3771d970d7769149771bc, '', 0, '?'),
(0x8baf16beb3a4f3b2ad1fa9a2ebe6b243, 'wp-content/plugins/jetpack/_inc/blocks/image-compare/view.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/image-compare/view.asset.php', 1, 0x00000000000000000000000000000000, 0x9c46df5c017d8397a74c9d094132385d, 0x8bf6a5e21d0d59359296ca6a819b4354ff7e4f05b2a99941cff55930a89493a1, '', 0, '?'),
(0xb24c0ba6c0bddaa516fdd32009628ae6, 'wp-content/plugins/jetpack/_inc/blocks/image-compare/view.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/image-compare/view.css', 1, 0x00000000000000000000000000000000, 0xaa65c233a3682dbef61d375d9b6686df, 0x68fd67e045c81cad63fce74f46b7e5540a6723118b38841d84d0e1f5f19ab5f1, '', 0, '?'),
(0xab3a3bae7997032ab09277f324cefa81, 'wp-content/plugins/jetpack/_inc/blocks/image-compare/view.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/image-compare/view.js', 1, 0x00000000000000000000000000000000, 0x2839b0d3a8fb3e4d41a4a83529602236, 0xcbb2bd1cf7ad4a7b7241e8ebc42d1e26c28e81e5524c004732efc359f4e72047, '', 0, '?'),
(0x964aa1b5a2ea7e1318051272776576cf, 'wp-content/plugins/jetpack/_inc/blocks/image-compare/view.rtl.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/image-compare/view.rtl.css', 1, 0x00000000000000000000000000000000, 0xe2057df555b2c314dc53d839ba635c53, 0x19e48e7089bfb6dda587fda056ea166bf0613a7e221ad7c28f1791c07844348a, '', 0, '?'),
(0xcaa7f41b8f02049e3f02c8ff222dd986, 'wp-content/plugins/jetpack/_inc/blocks/images/eventbrite-in-page-example-c351ec80e4dd5d39433d.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/images/eventbrite-in-page-example-c351ec80e4dd5d39433d.png', 1, 0x00000000000000000000000000000000, 0xe7ade5e253cebf23789d136227b66aa4, 0x494c70277babd65a4c3805b4cc706a963671e48b71e40cddaa9734a0b902df69, '', 0, '?'),
(0x50f7dec746d631ab54afd378cb84309f, 'wp-content/plugins/jetpack/_inc/blocks/images/example_160x600-ccbc594f54431dafa70d.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/images/example_160x600-ccbc594f54431dafa70d.png', 1, 0x00000000000000000000000000000000, 0xa12cea65e6d4ce4b6f41d8c4f3184ded, 0x6290c6cf79302cd7e9f2901e33f9a80f240412bdc0a8a953bbc29af26abd0b4c, '', 0, '?'),
(0x90f20d93e4b9e1e8377cfbce4e893a7f, 'wp-content/plugins/jetpack/_inc/blocks/images/example_300x250-5b93e8174f02d48c40b7.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/images/example_300x250-5b93e8174f02d48c40b7.png', 1, 0x00000000000000000000000000000000, 0x212e56e8c2ac91bdcbbd742cd7591e17, 0xc866732569939239be99d92537e9c6d00a9d66574208b118f1d751c6aa3ad95a, '', 0, '?'),
(0x00b6e996aa995aa9a112ebfad01b2888, 'wp-content/plugins/jetpack/_inc/blocks/images/example_320x50-7110edf045141630a222.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/images/example_320x50-7110edf045141630a222.png', 1, 0x00000000000000000000000000000000, 0xa1b9b09ff673b75f41d0b32162387f89, 0x5b6efe166d55fe383157cbf3ceda0c6c7c6a3e7c522c3597ed391c8d8473178f, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x4c0a234354d4c2d3d596d40edd703563, 'wp-content/plugins/jetpack/_inc/blocks/images/example_728x90-d9de384932330b92e1c3.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/images/example_728x90-d9de384932330b92e1c3.png', 1, 0x00000000000000000000000000000000, 0xa5e5ae2b8f307e343aea049530c1742d, 0x83f24bc30d925046da11ade775b86d1b021c30f00e61e0aef8d81e6ae423b767, '', 0, '?'),
(0x2267ca8d316f01d809188cbbdf7f7759, 'wp-content/plugins/jetpack/_inc/blocks/images/img-example-after-d6db862c442c24ad1c63.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/images/img-example-after-d6db862c442c24ad1c63.png', 1, 0x00000000000000000000000000000000, 0x2cb9a8483c19dddf7fc5655e346718db, 0xbfd23861a82a1b39e8dbed37eba4e81ee15bacc0aaef8c54e2320ef18de2ea6d, '', 0, '?'),
(0x49d35e73bc5c496f9ecd01f5f85fd527, 'wp-content/plugins/jetpack/_inc/blocks/images/img-example-before-4592b4656108c1429614.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/images/img-example-before-4592b4656108c1429614.png', 1, 0x00000000000000000000000000000000, 0xb9e7b3c4f30c1a6a8fbf99b820b9d8b8, 0x247fec6f66c7a1da27e9a2aa2ebdf76b45da2ecc5b985fe595beb2670c49ec2e, '', 0, '?'),
(0xbae2da1a8fe0e5505c61fad162668348, 'wp-content/plugins/jetpack/_inc/blocks/images/map-preview-97bda80ebb6981457630.jpg', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/images/map-preview-97bda80ebb6981457630.jpg', 1, 0x00000000000000000000000000000000, 0x1744c8f7587de6d8857dbbe7d7cf5cb8, 0x41b430ecfdfe982ad5d1887e9ae732501c96441737af754d1decb80ba732b9f7, '', 0, '?'),
(0x2600b6eded3e357b4fee1749ecebdf1a, 'wp-content/plugins/jetpack/_inc/blocks/images/map-theme_black_and_white-b6ad81a7dd09d09fb34d.jpg', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/images/map-theme_black_and_white-b6ad81a7dd09d09fb34d.jpg', 1, 0x00000000000000000000000000000000, 0x1ead5946ca104d83676d6e3410e1d733, 0xab83857e4e45dcf41d531d0fc53285a35363b7a47cec5b8a11a8b24ec3ec207c, '', 0, '?'),
(0xa8fe167ef504384a65235ac719278e88, 'wp-content/plugins/jetpack/_inc/blocks/images/map-theme_default-b53ccdf170e5ac873ff0.jpg', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/images/map-theme_default-b53ccdf170e5ac873ff0.jpg', 1, 0x00000000000000000000000000000000, 0x2ceb449b599dbcbe2a90fead5a5f3824, 0x42b0f41b6edb2b168a7716601ebaf39bc7a2dfb2a7133f9415d2e404dae4eb4d, '', 0, '?'),
(0xcdd6590f4101f57eabb60d3bf48c5ca1, 'wp-content/plugins/jetpack/_inc/blocks/images/map-theme_satellite-cc50c608e244f90d18dc.jpg', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/images/map-theme_satellite-cc50c608e244f90d18dc.jpg', 1, 0x00000000000000000000000000000000, 0xc74dc129bda9502fb0fb362bb627577e, 0x0c88b98c19e137beb15e793b5473bbc44c8aea150cf69c22f2a69a8fe001769d, '', 0, '?'),
(0xe7476db72693a2c9c433076967a4d2c6, 'wp-content/plugins/jetpack/_inc/blocks/images/map-theme_terrain-ac291441b3461820747d.jpg', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/images/map-theme_terrain-ac291441b3461820747d.jpg', 1, 0x00000000000000000000000000000000, 0x2b6e6c1c8d09cbdc58a4c0653be1a6e3, 0xed76e9ee5373942ecdc4a0576e3d9fed8538594caab82c1871e1a1e963085429, '', 0, '?'),
(0x4260616ace41207284602b7f13cc0766, 'wp-content/plugins/jetpack/_inc/blocks/images/oval-5f1d889983a8747472c7.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/images/oval-5f1d889983a8747472c7.svg', 1, 0x00000000000000000000000000000000, 0x3cc7669d571aef4e12f34b349e42d390, 0xe6934a46197f8143012aa2808c790e9c8d57ca4c6ccee7d074a5b4e0a8f103f6, '', 0, '?'),
(0x016eda5f3b17c507531694e5101be04b, 'wp-content/plugins/jetpack/_inc/blocks/images/paypal-button-2x-62cd99bcc3acbd1ff504.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/images/paypal-button-2x-62cd99bcc3acbd1ff504.png', 1, 0x00000000000000000000000000000000, 0xe45a2200ba20b5b43f7c61a9316aa9a4, 0xf52ef27236499b8b8b1829a60d25dc61298f112857b56c22d3d2871642a18d01, '', 0, '?'),
(0x011efc74d429efcba723d470250e2827, 'wp-content/plugins/jetpack/_inc/blocks/images/paypal-button-a51d6c3207b0a904edb7.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/images/paypal-button-a51d6c3207b0a904edb7.png', 1, 0x00000000000000000000000000000000, 0x336f51e948d5440ad1c1c18f75a4f376, 0x2a85a9ef98d1ac23d36c4fcaa045c4896b51ff45188f57b80076956e890b9b23, '', 0, '?'),
(0xae3944c42b2b71438d1f5b9e38effbcf, 'wp-content/plugins/jetpack/_inc/blocks/images/simple-payments_example-1-0273eeccd8d120df4984.jpg', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/images/simple-payments_example-1-0273eeccd8d120df4984.jpg', 1, 0x00000000000000000000000000000000, 0xf3666e40d28c564ecf04f814e9a9f236, 0x14ad4b8654ce0196689b468c6e57377fd41ada883cffd612058a0b6c813e2137, '', 0, '?'),
(0xd5406afc9e6ae80ad777d5ae5b42c613, 'wp-content/plugins/jetpack/_inc/blocks/images/slideshow_example-1-07a3f164621235df0419.jpg', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/images/slideshow_example-1-07a3f164621235df0419.jpg', 1, 0x00000000000000000000000000000000, 0x4d22ce5ab8c84b87d307458fa7975fea, 0x15089bb1bc04f4ce8c17c20200ee435c7e3c5f722180443531762a8940e585b8, '', 0, '?'),
(0x6bc5fab9942872557a27557cadeb857f, 'wp-content/plugins/jetpack/_inc/blocks/images/slideshow_example-2-2ee401e47066229bdac5.jpg', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/images/slideshow_example-2-2ee401e47066229bdac5.jpg', 1, 0x00000000000000000000000000000000, 0x2c82eb59aaea53932f5e718e17284db7, 0x44e87eae44a8a87b8992d4ccd263097f21fd3996178d21b2152cd63762abbe92, '', 0, '?'),
(0xfbfd1b22b57685c10a49910437623882, 'wp-content/plugins/jetpack/_inc/blocks/images/slideshow_example-3-0682afca66c485f17ff6.jpg', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/images/slideshow_example-3-0682afca66c485f17ff6.jpg', 1, 0x00000000000000000000000000000000, 0x75cfaba94fc18a9c4b2bc164bd070c08, 0x735f4155433576493b8ed4c94a25c8bf1119fbb9223b02a09e316d5afb1c6b26, '', 0, '?'),
(0x8c88a14bb6bfaf92f7813d060ce689f8, 'wp-content/plugins/jetpack/_inc/blocks/images/story_example-1-716db2e4f5a074d302f7.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/images/story_example-1-716db2e4f5a074d302f7.png', 1, 0x00000000000000000000000000000000, 0xbc142dfce3ff04bbf445a692f1c8b0ca, 0x961da92c0d3da7d26ff1128aa63662363ca956dd27a98c96b1b653fbc5e00f52, '', 0, '?'),
(0xb932adea29f361f539cb7b77310c040b, 'wp-content/plugins/jetpack/_inc/blocks/images/tiled-gallery_example-1-d2817eb0e669267ab3eb.jpg', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/images/tiled-gallery_example-1-d2817eb0e669267ab3eb.jpg', 1, 0x00000000000000000000000000000000, 0xe124e79c7cd0291640efe8f28aa9a6cd, 0xcdd11441ee69f835c33742936999d535f9fccb5d1690743cc89ea6271ce9e762, '', 0, '?'),
(0x1539ce8f98bedca5041fcc42b9ac9f82, 'wp-content/plugins/jetpack/_inc/blocks/images/tiled-gallery_example-2-7d8f0cf8e262f0112691.jpg', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/images/tiled-gallery_example-2-7d8f0cf8e262f0112691.jpg', 1, 0x00000000000000000000000000000000, 0xee687d7366c359324b23a9681fb2cf92, 0x1c85aaff341b00ad01c09569d458d3b1a8339686d66ec894ed98d4520aae92b7, '', 0, '?'),
(0xf11e56a16f15f27b99f732fd923cc6b8, 'wp-content/plugins/jetpack/_inc/blocks/images/tiled-gallery_example-3-07a3f164621235df0419.jpg', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/images/tiled-gallery_example-3-07a3f164621235df0419.jpg', 1, 0x00000000000000000000000000000000, 0x4d22ce5ab8c84b87d307458fa7975fea, 0x15089bb1bc04f4ce8c17c20200ee435c7e3c5f722180443531762a8940e585b8, '', 0, '?'),
(0x812eb9cdbb7a5dea7cedff8ef0e4fc0e, 'wp-content/plugins/jetpack/_inc/blocks/images/tiled-gallery_example-4-2ee401e47066229bdac5.jpg', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/images/tiled-gallery_example-4-2ee401e47066229bdac5.jpg', 1, 0x00000000000000000000000000000000, 0x2c82eb59aaea53932f5e718e17284db7, 0x44e87eae44a8a87b8992d4ccd263097f21fd3996178d21b2152cd63762abbe92, '', 0, '?'),
(0x2a4f77375add779f72f7e0a4b4095897, 'wp-content/plugins/jetpack/_inc/blocks/images/tiled-gallery_example-5-a1935fd9cf1181168d90.jpg', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/images/tiled-gallery_example-5-a1935fd9cf1181168d90.jpg', 1, 0x00000000000000000000000000000000, 0x3fafa6df43363f274a371ed90dbce254, 0x93578f01f56c33f1e41ae6816998cc59b02405280af6752c66d5945313f16d1c, '', 0, '?'),
(0xc6bf99cd55178777e349c34d32d0736c, 'wp-content/plugins/jetpack/_inc/blocks/images/tiled-gallery_example-6-9f9d39c6af0fb4b0d99c.jpg', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/images/tiled-gallery_example-6-9f9d39c6af0fb4b0d99c.jpg', 1, 0x00000000000000000000000000000000, 0x797246061ba8a7039b660584e9dc8946, 0xdfdef55ec288cf438fcc4f9267b74aef2916d1fe04c68c437b4e97f800d50e36, '', 0, '?'),
(0x8a5799f71f58f88abe06c624a68bb97e, 'wp-content/plugins/jetpack/_inc/blocks/images/upgrade-illustration-5b3059f7101ac37f4339.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/images/upgrade-illustration-5b3059f7101ac37f4339.svg', 1, 0x00000000000000000000000000000000, 0x4f15d75a961111384b907965c2e4e168, 0x12b00c36a4ac7e09b144495ae17f7c28fc117acbe73b9bf375112ac92d3b03f9, '', 0, '?'),
(0x74f5a8a343e10e772dad27e0e3946ac1, 'wp-content/plugins/jetpack/_inc/blocks/images/videopress-block-example-image-da9ef73787adca8896f2.jpg', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/images/videopress-block-example-image-da9ef73787adca8896f2.jpg', 1, 0x00000000000000000000000000000000, 0x58ea0b516930978effd4b693edeea25e, 0x9b289d88fe8464dd9e532746e90960a267a59c87ea757a1c4e330ce30aef00cf, '', 0, '?'),
(0xc57188e285c7fc33cef540ee5af294a1, 'wp-content/plugins/jetpack/_inc/blocks/index.json', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/index.json', 1, 0x00000000000000000000000000000000, 0x07a3ebecdcc2a363e52fb523761fafb7, 0x5b57b69ee0dfc70e5fcf67e95d67faa4c655ee4db464da69469c2fbdbfaf2cec, '', 0, '?'),
(0x5b51666fb374c17aa156060316c63d9e, 'wp-content/plugins/jetpack/_inc/blocks/instagram-gallery/view.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/instagram-gallery/view.asset.php', 1, 0x00000000000000000000000000000000, 0x27a4e6fd9e3ef1e98fc40066c9718733, 0xda65579564cbe8733c754bb505c04f766ddb26234d145a739700dfc23e8372c7, '', 0, '?'),
(0x73f67c5750718fe94ca5015703e65023, 'wp-content/plugins/jetpack/_inc/blocks/instagram-gallery/view.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/instagram-gallery/view.css', 1, 0x00000000000000000000000000000000, 0x1082072305be5774371c2f8c4d73fd07, 0x166852e2a61a916b87c9555da1e984f168ea31306dc9f69296b4181eab703746, '', 0, '?'),
(0x06e7a37a1499b747452062f5c003f366, 'wp-content/plugins/jetpack/_inc/blocks/instagram-gallery/view.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/instagram-gallery/view.js', 1, 0x00000000000000000000000000000000, 0x62cc59b24790908fa170a2c2120bb9a4, 0xca0e93d07f634f14bcf85bd5d6a4075b7c85da3302f7b176af8ef9b766477432, '', 0, '?'),
(0x774b8c776d92fbfcc940ca3cc9a47f64, 'wp-content/plugins/jetpack/_inc/blocks/instagram-gallery/view.rtl.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/instagram-gallery/view.rtl.css', 1, 0x00000000000000000000000000000000, 0x1082072305be5774371c2f8c4d73fd07, 0x166852e2a61a916b87c9555da1e984f168ea31306dc9f69296b4181eab703746, '', 0, '?'),
(0xffee0b62a8f732f81c8913bc43da6547, 'wp-content/plugins/jetpack/_inc/blocks/mailchimp/view.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/mailchimp/view.asset.php', 1, 0x00000000000000000000000000000000, 0x8cf110061a476045d39e660deabf7d00, 0xbfd0428a88aa717b17173610c9c064c954bf29cef21356e863679cd2bdf57482, '', 0, '?'),
(0x8b264644866369dc358baa58a2a1d035, 'wp-content/plugins/jetpack/_inc/blocks/mailchimp/view.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/mailchimp/view.css', 1, 0x00000000000000000000000000000000, 0x37d047c811caa3ca3cf709857e1469b2, 0x314f9d59b2aa8eaf2019b7e9ddbb1e635bf0a44a15e79855ede6d39310ad45c6, '', 0, '?'),
(0x9e87586067cfc41c76b501cc06e22535, 'wp-content/plugins/jetpack/_inc/blocks/mailchimp/view.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/mailchimp/view.js', 1, 0x00000000000000000000000000000000, 0xbb559a832c97e620406312a98eb9ec83, 0xddcc405cce246f4b648a957de65ca1b6d20197513b2679e4c8751905d981e9ed, '', 0, '?'),
(0x00890033db8e3c0db34673b4095e5140, 'wp-content/plugins/jetpack/_inc/blocks/mailchimp/view.rtl.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/mailchimp/view.rtl.css', 1, 0x00000000000000000000000000000000, 0x37d047c811caa3ca3cf709857e1469b2, 0x314f9d59b2aa8eaf2019b7e9ddbb1e635bf0a44a15e79855ede6d39310ad45c6, '', 0, '?'),
(0x4ba275518dc839abec1e5576922b5166, 'wp-content/plugins/jetpack/_inc/blocks/map/view.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/map/view.asset.php', 1, 0x00000000000000000000000000000000, 0x4c4ee4e94f219224a31a385fe67b9789, 0xe894d21a1dbb65f25c219acbbb1a74c7918b6e7d612cd772695829869c5a47f2, '', 0, '?'),
(0x0037f385dfe9c3f7cf7de86102aade9e, 'wp-content/plugins/jetpack/_inc/blocks/map/view.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/map/view.css', 1, 0x00000000000000000000000000000000, 0xb996e117fc8e5eb70734542d56784f05, 0x464ed61d5a2b9d9aa9922d9c0faa1016807d5c1a79426ddd9ec8c6aa6c2ef7c1, '', 0, '?'),
(0x61e6f388f5456ef245b27df39d5b3460, 'wp-content/plugins/jetpack/_inc/blocks/map/view.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/map/view.js', 1, 0x00000000000000000000000000000000, 0x9c8dd80d20681606223078c1d259b091, 0x1244eff414afd5d3b0fee13bb1fa299166dd4fce257038d43047820c76c4c4b1, '', 0, '?'),
(0x0298e07b54e46f9f2007b216fe2196fe, 'wp-content/plugins/jetpack/_inc/blocks/map/view.rtl.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/map/view.rtl.css', 1, 0x00000000000000000000000000000000, 0xe5308c968c59bca7ba85585e751bacd5, 0x054bc2ae0e3e8ea988de12cfdd7e52aace5583661fbdf17aaf82c9ccd33a6ed7, '', 0, '?'),
(0xeba18acc7f35d2abacb71892a56dff97, 'wp-content/plugins/jetpack/_inc/blocks/opentable/view.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/opentable/view.asset.php', 1, 0x00000000000000000000000000000000, 0xcd834830bedd952d54a1dd5e17297e37, 0xfeb012c5db710bb6160d02ac120ff23590724fcf78dae27e819ae9c72a1cd1e7, '', 0, '?'),
(0x644dd41aa03fea4e532a975ed9b0e4e8, 'wp-content/plugins/jetpack/_inc/blocks/opentable/view.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/opentable/view.css', 1, 0x00000000000000000000000000000000, 0x698947befe430bb81a4199ec41490c92, 0x8edf0d85639fb3ab7a6937c5a4a03021dedbd4d2479d3182e3164ef7f979ab08, '', 0, '?'),
(0xf81b14665e106cea6cac07ad105188a5, 'wp-content/plugins/jetpack/_inc/blocks/opentable/view.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/opentable/view.js', 1, 0x00000000000000000000000000000000, 0x62cc59b24790908fa170a2c2120bb9a4, 0xca0e93d07f634f14bcf85bd5d6a4075b7c85da3302f7b176af8ef9b766477432, '', 0, '?'),
(0x59367f12ef55a3b1c05c6bd546a4ac42, 'wp-content/plugins/jetpack/_inc/blocks/opentable/view.rtl.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/opentable/view.rtl.css', 1, 0x00000000000000000000000000000000, 0x732555bf436dfdc52481e67e7755fde0, 0x49337928295c57844ca7248d7de2c11b509932d4483bfccaad76fa7a1003feb6, '', 0, '?'),
(0xe2b0cc20f67c633e3312d74a6db9ed37, 'wp-content/plugins/jetpack/_inc/blocks/podcast-player/view.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/podcast-player/view.asset.php', 1, 0x00000000000000000000000000000000, 0xcb49d162e908171bd8ca7d518df81419, 0x2140252298f6cf33a717c25c598596d53dc61fef350fdac780cd19ed25964198, '', 0, '?'),
(0xe10e24077546b2b2fbeb097b856be1cb, 'wp-content/plugins/jetpack/_inc/blocks/podcast-player/view.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/podcast-player/view.css', 1, 0x00000000000000000000000000000000, 0xc68e06ad8587a37df7f329c6b59347b2, 0xd299d4d141dbb6a0b52fa28df52115a90bbbd8503408aaf7eeff525303d224ff, '', 0, '?'),
(0x49098d184a7d232a85d16c47802cdd80, 'wp-content/plugins/jetpack/_inc/blocks/podcast-player/view.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/podcast-player/view.js', 1, 0x00000000000000000000000000000000, 0xc9926d6155990c71ad36955feba7ca7f, 0x896e277ca82bab9770569b74376f8aeab9794398cc49ae4e051371fea9ab628f, '', 0, '?'),
(0x1d92bfa38e7e360682f23a80c7cfd6fd, 'wp-content/plugins/jetpack/_inc/blocks/podcast-player/view.js.LICENSE.txt', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/podcast-player/view.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0xfe07165234709e61e0cdc05d4056de5c, 0xd5e2e5695326380546671fdf8c0ea9971d1b5814274a1f2ded36680366386b6d, '', 0, '?'),
(0x96724e7ed6030ee09c9afe44ac0a476c, 'wp-content/plugins/jetpack/_inc/blocks/podcast-player/view.rtl.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/podcast-player/view.rtl.css', 1, 0x00000000000000000000000000000000, 0x2df02fbd926c73fe280ad1c94515c2a6, 0x6574a09df4977ddad901736b54e4ddacf3d303dc8466737f6f4dc15f1889c605, '', 0, '?'),
(0x2da8a250d7eb5831a7c6c0db04dfc7f0, 'wp-content/plugins/jetpack/_inc/blocks/premium-content/view.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/premium-content/view.asset.php', 1, 0x00000000000000000000000000000000, 0xf9202641941f7e6947e18676b6399f6d, 0x62dc29e00eff3d51f5c1c673d4b8b4780fd3e0d3306cf14c1f037d97a3c44067, '', 0, '?'),
(0xde0a98dd824824b686fb387fe048b475, 'wp-content/plugins/jetpack/_inc/blocks/premium-content/view.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/premium-content/view.css', 1, 0x00000000000000000000000000000000, 0x82b1e9623e5e57a280d2f89704d4da0c, 0xded4da2ed8bb4e6d326ed69ee5650632a8cb3aa3b4cf2a93964b6cae1ce529db, '', 0, '?'),
(0xf2e8c9753ddb5c0d4ff92781b1e1061b, 'wp-content/plugins/jetpack/_inc/blocks/premium-content/view.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/premium-content/view.js', 1, 0x00000000000000000000000000000000, 0x7ae685ae967bce7e2945bcc4561f4f0c, 0x3222ba2a3410d747793ab77b977451bf2b4904849e269314b511be40e1ccdd9c, '', 0, '?'),
(0x5c6896b7eb168340d32becae971e3bdd, 'wp-content/plugins/jetpack/_inc/blocks/premium-content/view.rtl.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/premium-content/view.rtl.css', 1, 0x00000000000000000000000000000000, 0x361ec30c2c8c478918dc0dd953230eaa, 0x7091b13a090907651e47c5caa673cee86db569191a284119ae40a223e640001c, '', 0, '?'),
(0x168fbfac28cb1e6d81f8846ecb1be1be, 'wp-content/plugins/jetpack/_inc/blocks/rating-star/view.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/rating-star/view.asset.php', 1, 0x00000000000000000000000000000000, 0x570e96f447e2c9f14bade6894b8f9810, 0xf8a63301e95e2c9de03415ccbd2c466062529c76ef0dce8925fa5abf04490b5a, '', 0, '?'),
(0x681e83616a3eac5f518ac2a2d2b65e7f, 'wp-content/plugins/jetpack/_inc/blocks/rating-star/view.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/rating-star/view.css', 1, 0x00000000000000000000000000000000, 0xace6a8d08b4616205936a9b0f245245a, 0x08bce3ab9b55ccdf887ba59eca1967838eb8452345f12b54b11129e97a2a4a2b, '', 0, '?'),
(0xe03cecd8a2d3cd4a2b65ed3d260842eb, 'wp-content/plugins/jetpack/_inc/blocks/rating-star/view.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/rating-star/view.js', 1, 0x00000000000000000000000000000000, 0x62cc59b24790908fa170a2c2120bb9a4, 0xca0e93d07f634f14bcf85bd5d6a4075b7c85da3302f7b176af8ef9b766477432, '', 0, '?'),
(0x39d2c4bf417aeb900fd2f7843ece56db, 'wp-content/plugins/jetpack/_inc/blocks/rating-star/view.rtl.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/rating-star/view.rtl.css', 1, 0x00000000000000000000000000000000, 0x0ee2d2c5ab19943fbd9e95132d426a31, 0x98ba47624e730272a3ec087a4680129de723dc02b97b179e194a841a7d82353d, '', 0, '?'),
(0xd0cce5a30740f8fefeb9d91692ab741e, 'wp-content/plugins/jetpack/_inc/blocks/recipe/view.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/recipe/view.asset.php', 1, 0x00000000000000000000000000000000, 0x57bbcd86c0476d52be6b76b2795b955e, 0x10a446603614fded754256aba9b89b280a9136376102d12c6bc9224fdec16e40, '', 0, '?'),
(0xfa8dd43deee4325a487ff21add52ce28, 'wp-content/plugins/jetpack/_inc/blocks/recipe/view.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/recipe/view.css', 1, 0x00000000000000000000000000000000, 0x0d85324b8e5eb054a7073e85066adb3c, 0xd369373f11ee6d2bc4cac1709acae5c364af459a751eeb31b73b7619bb1fc3bd, '', 0, '?'),
(0xc0c04bbe3f57addab5352e589ae855d0, 'wp-content/plugins/jetpack/_inc/blocks/recipe/view.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/recipe/view.js', 1, 0x00000000000000000000000000000000, 0xbcfd804c7aeaf45875d8076cab7cf545, 0xa0293e436e8bb7a3c5d4e0dcf113e3e6016eaf2784af0f84c708d7bedbd094e4, '', 0, '?'),
(0xe30a21a8bd8c80738671e3fab852b984, 'wp-content/plugins/jetpack/_inc/blocks/recipe/view.rtl.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/recipe/view.rtl.css', 1, 0x00000000000000000000000000000000, 0x18b2279e3ebd4a38de42b9ed282838a1, 0xbb9bbf5c93763c02e6f8c3ae6a9f1bc401ae4a0289c4a2945945a405bae8b8fa, '', 0, '?'),
(0xc7842df99a395a864df8a249a8ca53cb, 'wp-content/plugins/jetpack/_inc/blocks/recurring-payments/view.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/recurring-payments/view.asset.php', 1, 0x00000000000000000000000000000000, 0xd8823c286f1c5fc86a3fa18b520fd631, 0x6ab1dee70438d7791894a8a5ed7be1acbe898f1e4734bba83801072874c8dfe5, '', 0, '?'),
(0x5db31de73c1c82ad808563f9b768beef, 'wp-content/plugins/jetpack/_inc/blocks/recurring-payments/view.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/recurring-payments/view.css', 1, 0x00000000000000000000000000000000, 0x2e4e913eca5465895b0e2900bf5888bb, 0xb7acf86e25b4275685abffca30790e2c9a8217d192e58a08666ad3bba3d206d5, '', 0, '?'),
(0xe3206ffdcacf14723512a434544bb098, 'wp-content/plugins/jetpack/_inc/blocks/recurring-payments/view.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/recurring-payments/view.js', 1, 0x00000000000000000000000000000000, 0xe79abd25278da9f931d59645f4976382, 0x85da166869e45deba88fcd8062d7c1cb8e6a1dc0c0986167e5296449b5701d5f, '', 0, '?'),
(0x0d399e9891aceab83f565444a1e87b14, 'wp-content/plugins/jetpack/_inc/blocks/recurring-payments/view.rtl.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/recurring-payments/view.rtl.css', 1, 0x00000000000000000000000000000000, 0x2e4e913eca5465895b0e2900bf5888bb, 0xb7acf86e25b4275685abffca30790e2c9a8217d192e58a08666ad3bba3d206d5, '', 0, '?'),
(0x4dec30ba3371282a7d78ee14a01c3553, 'wp-content/plugins/jetpack/_inc/blocks/repeat-visitor/view.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/repeat-visitor/view.asset.php', 1, 0x00000000000000000000000000000000, 0xe48d8b318b5dcd5f09b9afb615dc1c8b, 0x24131f134ea0b8dfdc2b2dc4a69facde0b2147b3da4d6428a09f6da3bb50d61d, '', 0, '?'),
(0x85fbb043170238c771997bc066a68edc, 'wp-content/plugins/jetpack/_inc/blocks/repeat-visitor/view.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/repeat-visitor/view.js', 1, 0x00000000000000000000000000000000, 0xfb419254c5b52c7042d4c6197d6fdd0b, 0x82a766435e660a81ba86a7c11b80f04e89b10236590a7508463a4ea1188dbc37, '', 0, '?'),
(0x51ae4dd5054ec93b6d28dc1f06133b8c, 'wp-content/plugins/jetpack/_inc/blocks/repeat-visitor/view.js.LICENSE.txt', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/repeat-visitor/view.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0xe881577488e3b2f6869886f65be2571b, 0x4e58f659e2ea4d3285c41c0ecc95f27b9e892f085c895ea9b7f8f1ef14cae479, '', 0, '?'),
(0x54f65aef83aed408e3bc8f4a9e9eb559, 'wp-content/plugins/jetpack/_inc/blocks/revue/view.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/revue/view.asset.php', 1, 0x00000000000000000000000000000000, 0xab6c4c82a15ee8b399aa02e329686af4, 0x053a4ffb5d9d25db1d0a70775a1e8114994242dea742edcbc2e8112d807bcd8c, '', 0, '?'),
(0x6588988419d966aa1beb512d507355b4, 'wp-content/plugins/jetpack/_inc/blocks/revue/view.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/revue/view.css', 1, 0x00000000000000000000000000000000, 0x154e89b3afb13945eea5c0afd9ed1cfb, 0x830fedf017d25ab8c48f67201129970c3e6cd3c970b736a605bb071d2ef775e2, '', 0, '?'),
(0xce0a08d2bfb24f896db0c5bf9434157f, 'wp-content/plugins/jetpack/_inc/blocks/revue/view.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/revue/view.js', 1, 0x00000000000000000000000000000000, 0x9ad1533fd00d4cd4d81acbacfa41b7b3, 0x9e292a00f393735fe13252d8838bc56a418d9698a3fcd8065b50a89734d64187, '', 0, '?'),
(0x9263655cac4b5ffe642e70477a09c2df, 'wp-content/plugins/jetpack/_inc/blocks/revue/view.rtl.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/revue/view.rtl.css', 1, 0x00000000000000000000000000000000, 0x154e89b3afb13945eea5c0afd9ed1cfb, 0x830fedf017d25ab8c48f67201129970c3e6cd3c970b736a605bb071d2ef775e2, '', 0, '?'),
(0x37191954aff6a414262d7e4bbf767ffa, 'wp-content/plugins/jetpack/_inc/blocks/send-a-message/view.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/send-a-message/view.asset.php', 1, 0x00000000000000000000000000000000, 0x82a26edd321514883ab0a3193558d88a, 0xba5e61812ed42ff2bad3c4099bc6c2f218c83ad3c6d00a4a572198c59841cf68, '', 0, '?'),
(0x9fda77a7c4584e56a9761bc55c6fab71, 'wp-content/plugins/jetpack/_inc/blocks/send-a-message/view.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/send-a-message/view.css', 1, 0x00000000000000000000000000000000, 0x571d12ed867437ac2eb8c3adfee3dd1c, 0x7c00e4ef661eef8fa340436eddf54203aeeaba86c832496d53b50503f8c1b9e4, '', 0, '?'),
(0x562b34ef722a5bc9232b49e823f23bc9, 'wp-content/plugins/jetpack/_inc/blocks/send-a-message/view.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/send-a-message/view.js', 1, 0x00000000000000000000000000000000, 0x62cc59b24790908fa170a2c2120bb9a4, 0xca0e93d07f634f14bcf85bd5d6a4075b7c85da3302f7b176af8ef9b766477432, '', 0, '?'),
(0x669f52d614d644f812648aa254557a5b, 'wp-content/plugins/jetpack/_inc/blocks/send-a-message/view.rtl.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/send-a-message/view.rtl.css', 1, 0x00000000000000000000000000000000, 0x0e8e446f10e61052884e596a6141b894, 0xe1dc78e9956eab3ad30b98672b5ea8ba68b44409f671ed2f6a2aca5afc38b9fc, '', 0, '?'),
(0x52659462455ac4c4cac577376db52b4e, 'wp-content/plugins/jetpack/_inc/blocks/slideshow/view.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/slideshow/view.asset.php', 1, 0x00000000000000000000000000000000, 0x10e4bc1e6829f732f768703ad59ee20e, 0x3e303b3a644f1b7cd0944f30466e06340674c6cebf304d1426fbb0d5e85956ae, '', 0, '?'),
(0x807a0ec4afbd146f3c6a7e47262bbc43, 'wp-content/plugins/jetpack/_inc/blocks/slideshow/view.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/slideshow/view.css', 1, 0x00000000000000000000000000000000, 0xf6ccc98506aff66618f85011ecc1a2e5, 0xd236dbcff48c718154c91d2238c5fba1416bc2e806044c6871226d42c0896ea7, '', 0, '?'),
(0x65b53baf8e13beb7c47f58499c9be661, 'wp-content/plugins/jetpack/_inc/blocks/slideshow/view.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/slideshow/view.js', 1, 0x00000000000000000000000000000000, 0xd50182ed89a1fba7c172e80d1b887d85, 0xf4f22ec3bb8793f6b37c2147dfe2f0a077db317f20815b8d788d2d47e7ba458a, '', 0, '?'),
(0xd9a79d09c5489235311ae209af21cce2, 'wp-content/plugins/jetpack/_inc/blocks/slideshow/view.rtl.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/slideshow/view.rtl.css', 1, 0x00000000000000000000000000000000, 0xc5427c716dfab0a879967142751780ba, 0xf6cd923ea9fec747ee5123c819d85554cdf1b5041915b3f7359a41362ff4696a, '', 0, '?'),
(0xa387107c1d4b3b3a4fa1483c9152631b, 'wp-content/plugins/jetpack/_inc/blocks/story/view.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/story/view.asset.php', 1, 0x00000000000000000000000000000000, 0xd968ccf950bea9b32a3a8d15c3215758, 0x3ea92f074da891566b49beedb5e71781210d5ebbaa840efe286abaaf3acf6ae0, '', 0, '?'),
(0xed0fde016252d607d0b59d6ff6a498c2, 'wp-content/plugins/jetpack/_inc/blocks/story/view.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/story/view.css', 1, 0x00000000000000000000000000000000, 0xc51644d164f9ac2455fee9a4840bbe9e, 0x00afc9879931e932cc1ded763b4d4afc69eec15841d24fbf8db1cf31dbff8c70, '', 0, '?'),
(0x6f8bc26ca7ca8bad495f3db8b6157269, 'wp-content/plugins/jetpack/_inc/blocks/story/view.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/story/view.js', 1, 0x00000000000000000000000000000000, 0x60ece93cedb4b630ca6aa5fb00f021b1, 0x2045403ca16c660a396dcb05f018c3dce6662a6449307fa5033fc26a046eeb2e, '', 0, '?'),
(0x21feac183d1dd9f7ea782a639224c457, 'wp-content/plugins/jetpack/_inc/blocks/story/view.js.LICENSE.txt', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/story/view.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0xfe07165234709e61e0cdc05d4056de5c, 0xd5e2e5695326380546671fdf8c0ea9971d1b5814274a1f2ded36680366386b6d, '', 0, '?'),
(0xab94d8f7e5273add9aedb5ef7010ac6f, 'wp-content/plugins/jetpack/_inc/blocks/story/view.rtl.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/story/view.rtl.css', 1, 0x00000000000000000000000000000000, 0xe5f58e8b99d2ff67618235a47324f8d9, 0xf57e62cbb2f7f743b1215d74d16f536429ab793ac37fdb585bfc43195dbf8a6b, '', 0, '?'),
(0x874ed7aaaf7061babd6b36dadb00915a, 'wp-content/plugins/jetpack/_inc/blocks/subscriptions/view.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/subscriptions/view.asset.php', 1, 0x00000000000000000000000000000000, 0x7cf317428c841a08a7ecdd7236d5be3a, 0x6c9dbfc7684610f5e042e06ac62fb3168a313c68b4d14e16aebc7794767b0732, '', 0, '?'),
(0xe66b465876629a09f177b6f3e089156d, 'wp-content/plugins/jetpack/_inc/blocks/subscriptions/view.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/subscriptions/view.css', 1, 0x00000000000000000000000000000000, 0xd8f40bbe2dffb61e11733b387a509003, 0xc52c713567016428631c1e8618a86f628bd193d867a24fe7d78370e0e3fbbb3f, '', 0, '?'),
(0xcd06ce9fab8ac0c2f313811391234d4f, 'wp-content/plugins/jetpack/_inc/blocks/subscriptions/view.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/subscriptions/view.js', 1, 0x00000000000000000000000000000000, 0x62cc59b24790908fa170a2c2120bb9a4, 0xca0e93d07f634f14bcf85bd5d6a4075b7c85da3302f7b176af8ef9b766477432, '', 0, '?'),
(0x83e304381febe8865665e2e0b3f63998, 'wp-content/plugins/jetpack/_inc/blocks/subscriptions/view.rtl.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/subscriptions/view.rtl.css', 1, 0x00000000000000000000000000000000, 0x417c3a34a64741dbfdd2345107eab678, 0x6b049540aba7711e1c0ea14b119a0bb0fdcc6c2d2ab2f016fdb73c7619db88bf, '', 0, '?'),
(0xcfc766e94eb69b3c625f32837dfdeff8, 'wp-content/plugins/jetpack/_inc/blocks/swiper.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/swiper.css', 1, 0x00000000000000000000000000000000, 0x6c2cbfbdc6971e46e01ef9afb85e0c3d, 0xbde1a95cc3c158ffb12b90337e636c7823e0eb3cd6b0102c8cf1702b2397bd62, '', 0, '?'),
(0x18bf80ebc63a32799d84d0009fc9ca5e, 'wp-content/plugins/jetpack/_inc/blocks/swiper.rtl.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/swiper.rtl.css', 1, 0x00000000000000000000000000000000, 0xcaf09ad63b9a9dfddc1eb14107d8d66f, 0x3ad28f2d1e5be64a2295678e8df86b220c769479a8fdd7c5bc9ad5d2206a5a40, '', 0, '?'),
(0x3d8ef94f3645353acffe175e8118e163, 'wp-content/plugins/jetpack/_inc/blocks/tiled-gallery/view.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/tiled-gallery/view.asset.php', 1, 0x00000000000000000000000000000000, 0xf11e2ce6566d2ef6ed20cc6bc09a98ce, 0x76c58fb0ac6d63e9ba2d8948bf849931a02ee87d150d08ae2966f84f951b3413, '', 0, '?'),
(0x095a8886ba9aae70eff906261d1a4757, 'wp-content/plugins/jetpack/_inc/blocks/tiled-gallery/view.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/tiled-gallery/view.css', 1, 0x00000000000000000000000000000000, 0x8039bd68f772865ff9c38a5c225ba0af, 0xa1ac8870804c5d7ec03969eb2a6764b6aaabbfac923782351c8668ed60eee1d6, '', 0, '?'),
(0x7203b05f61cf15829ea598418b96a59e, 'wp-content/plugins/jetpack/_inc/blocks/tiled-gallery/view.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/tiled-gallery/view.js', 1, 0x00000000000000000000000000000000, 0xbf4fec83f11b71f4db390b0d8002f3d0, 0x336ff12074e6600726ceb255b972d7695243df1a1fe96f24c8454570d7471fe0, '', 0, '?'),
(0x6a2d306d58fe910a605bbbe446ac7ff5, 'wp-content/plugins/jetpack/_inc/blocks/tiled-gallery/view.rtl.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/tiled-gallery/view.rtl.css', 1, 0x00000000000000000000000000000000, 0xd446df5b88e559f8ceae58da1164272b, 0x52ed1a23037d103ac9efc3d9f2ed29df8e32883687f7c54fe4049f359da46c69, '', 0, '?'),
(0x36fc39879ed8c27c3ec394082345daf6, 'wp-content/plugins/jetpack/_inc/blocks/upgrade-nudge.html', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/upgrade-nudge.html', 1, 0x00000000000000000000000000000000, 0xf180355d43673a605200bba9aadc9f18, 0xc29c022dd254369e73c6858b4827f67e1bdf5bd7b65e59bc7310c31e0dd62f81, '', 0, '?'),
(0x1dea1e530f1c46429cd51b9273cbe475, 'wp-content/plugins/jetpack/_inc/blocks/videopress/view.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/videopress/view.asset.php', 1, 0x00000000000000000000000000000000, 0xc6b2a03e5b65ba3c28a7f7c5d7e8daa6, 0xed4ae0af21c91fd53fc8c1ad56bb75b48c9373c894942623f47a8c2e6ea81293, '', 0, '?'),
(0x2b9836a0552aad1a899f57125e9a3439, 'wp-content/plugins/jetpack/_inc/blocks/videopress/view.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/videopress/view.css', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x1746cb9a44282fc1680cc1ff6ad5463a, 'wp-content/plugins/jetpack/_inc/blocks/videopress/view.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/videopress/view.js', 1, 0x00000000000000000000000000000000, 0xb78749137c528931103f45814bf967f2, 0x6eb6cac102ae268f7194636a136217d62f9af17d8e4b568cbdf537256f7a5394, '', 0, '?'),
(0xd8a6749a5ee84fbdbbaf07d46f391c90, 'wp-content/plugins/jetpack/_inc/blocks/videopress/view.rtl.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/videopress/view.rtl.css', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x39c339ebe4a992ef5d6063850a66956c, 'wp-content/plugins/jetpack/_inc/blogging-prompts.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blogging-prompts.php', 1, 0x00000000000000000000000000000000, 0x9c1167010860818260f360ff0a61a06f, 0x5c62478a29a524163499649dd1385484b0be51843241ae211ae1af04fd8fff13, '', 0, '?'),
(0x3fb8d42cbfb29bab2de378ed9b43eb95, 'wp-content/plugins/jetpack/_inc/build/accessible-focus.min.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/accessible-focus.min.asset.php', 1, 0x00000000000000000000000000000000, 0x3681f4fe9394037d5034cd5d4bcf281e, 0xc0329afb329dd4850aba35901402ec0254efa7090a5e3812003177487202d557, '', 0, '?'),
(0x36d2bd77a1dea27b981a2f10cceec04a, 'wp-content/plugins/jetpack/_inc/build/accessible-focus.min.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/accessible-focus.min.js', 1, 0x00000000000000000000000000000000, 0x61b591ce91cb30f92f16bf102388a90a, 0x45620f3613eab929be8ad3118d21f4c50a1519d8d595a5c53fa8f2381bb65ede, '', 0, '?'),
(0x505bf5b092bf69bcbeeb1de3c6c4617e, 'wp-content/plugins/jetpack/_inc/build/admin.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/admin.asset.php', 1, 0x00000000000000000000000000000000, 0x4cbe4a10bd1f9eed670188ee0b6e01a5, 0x8abd0ea1df999209b0466188572741523ad115d7fe98bd5fc0c2b75558e620c7, '', 0, '?'),
(0xd07f901a45137c6deb3d173a720241bf, 'wp-content/plugins/jetpack/_inc/build/admin.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/admin.css', 1, 0x00000000000000000000000000000000, 0xdd691368c002c262ef333074e3cdfbd8, 0xc3dcfced6e56bda5a4ba49ad57383053eeb0eeb63ddd4d244c7985472ced1428, '', 0, '?'),
(0xad24bae95d1f816ffe498d60d2d32a8a, 'wp-content/plugins/jetpack/_inc/build/admin.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/admin.js', 1, 0x00000000000000000000000000000000, 0x078be2a592ec5c0c0d7fb07230389494, 0x59d8e6acdb7034cce54da24d47907f11e77f191d856cd7de555dd39dfb66e230, '', 0, '?'),
(0x48038a186a7723dae089d11971594e74, 'wp-content/plugins/jetpack/_inc/build/admin.js.LICENSE.txt', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/admin.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x4b0f5ae99533f444c8ce457111223903, 0xf3eefe841714842b3ba7bae90e4093043533022a1397bdf04bd832c8752f68d7, '', 0, '?'),
(0x7891496002a449e8ed8585098df6db9c, 'wp-content/plugins/jetpack/_inc/build/admin.rtl.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/admin.rtl.css', 1, 0x00000000000000000000000000000000, 0x8952e1ec68d2d2c7ade9cd0362a96092, 0xe8612d5bc84cd4273089f50c6fb302686e99e34d5086ddf1e6e0a93759c33c71, '', 0, '?'),
(0xd0327e40077c35d0aaf7cf7b86459998, 'wp-content/plugins/jetpack/_inc/build/carousel/jetpack-carousel.min.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/carousel/jetpack-carousel.min.asset.php', 1, 0x00000000000000000000000000000000, 0x7bd106ef5b867b14c6ca5d1aaf13ec92, 0xf492838971efcd46f8691ab90600e960380f2ead28b4c0a305be68b1d3275c2e, '', 0, '?'),
(0x030f6ced5dc29299bf51fbedafba0a9a, 'wp-content/plugins/jetpack/_inc/build/carousel/jetpack-carousel.min.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/carousel/jetpack-carousel.min.js', 1, 0x00000000000000000000000000000000, 0x778255f1b887070047f4471a1983d042, 0x7450a515213aeb76c8bee8e2d208941346ec7bd73a36e52db7660998be8d0e84, '', 0, '?'),
(0x2c2c85c55b2c05f01b320e2b747a845c, 'wp-content/plugins/jetpack/_inc/build/carousel/swiper-bundle.min.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/carousel/swiper-bundle.min.asset.php', 1, 0x00000000000000000000000000000000, 0xf77ec7e522376354ecbf1115e7e432e2, 0x8fbb1f657b12550662b8564523b674af8d371e3930a72d4bd781d4482eef3512, '', 0, '?'),
(0x91cc89521e1aabda9ff8dca7591f0c41, 'wp-content/plugins/jetpack/_inc/build/carousel/swiper-bundle.min.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/carousel/swiper-bundle.min.js', 1, 0x00000000000000000000000000000000, 0x042776a1e2f391be32b3740d87b52f42, 0xb71d113091a2ee18572016504a0ad4fc22963c97c3ebdbfceaeaf04082b6fd1a, '', 0, '?'),
(0xd58ae3d9c911b08a5569e5e4c955e3ab, 'wp-content/plugins/jetpack/_inc/build/carousel/swiper-bundle.min.js.LICENSE.txt', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/carousel/swiper-bundle.min.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x45d0145f323d7812bfd5eba5ef5d1772, 0xdf2eba2d65562b82a6cba16ace47b56d624a45e5a2256d29165a207165d74a39, '', 0, '?'),
(0x5f95ec42cbcba46cf684f9e9303d869c, 'wp-content/plugins/jetpack/_inc/build/comment-likes/comment-like-count.min.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/comment-likes/comment-like-count.min.asset.php', 1, 0x00000000000000000000000000000000, 0x43ac2eeeab4168159cf6f69e71385e61, 0xe182ad6df58c2f45bf64de8d656cdbcfc15c9e7db90b90b30c38a3f00f290bf7, '', 0, '?'),
(0x76260ef5db7643ea9cd52d071a3e268a, 'wp-content/plugins/jetpack/_inc/build/comment-likes/comment-like-count.min.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/comment-likes/comment-like-count.min.js', 1, 0x00000000000000000000000000000000, 0x9ee016764bebc09e3664bd0cbe9dd3f5, 0xc3485de9e2d09bae5bd9d7fe2465fb999e97de7033dec7fe57c881b9a93e80ea, '', 0, '?'),
(0xda757767e9c60be9ac1fd0bd0546db28, 'wp-content/plugins/jetpack/_inc/build/connect-button.min.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/connect-button.min.asset.php', 1, 0x00000000000000000000000000000000, 0xbc2fa9cfe7a4c3bf7c65281371ffa319, 0x2f77aef8e90337ebad771a81d127548e210fdffee16b1cb4ef88209c62a9f723, '', 0, '?'),
(0xd3c87985e74cfecfdb104da1074144fe, 'wp-content/plugins/jetpack/_inc/build/connect-button.min.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/connect-button.min.js', 1, 0x00000000000000000000000000000000, 0x1c07994c9e2865ec6d4092f5e455c441, 0xa33cae7c357afef977dd4f7a202c2630a637245e082d623326f23489d14df279, '', 0, '?'),
(0x5d5a705ec59020c79fbfab8d2d17a09c, 'wp-content/plugins/jetpack/_inc/build/contact-form/js/editor-view.min.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/contact-form/js/editor-view.min.asset.php', 1, 0x00000000000000000000000000000000, 0x69c10e519cd7ef0d8dfa1dcc45603bdc, 0x3177fadc11f2d6ae90870f408fd4d12f5f565ea5a86cc6d45cb2c83a0980731d, '', 0, '?'),
(0x6ca076cf046e994f5ad567c13b53da17, 'wp-content/plugins/jetpack/_inc/build/contact-form/js/editor-view.min.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/contact-form/js/editor-view.min.js', 1, 0x00000000000000000000000000000000, 0xc38a6cb67fdaf7a790c39fbab4e95ced, 0x78db1a4c6d9edbdaa4542ff02aa4c397ba304326f95103b0b7cb2270c9264ae2, '', 0, '?'),
(0x843266ce71cc0ccdc1d6df10a1bf6cad, 'wp-content/plugins/jetpack/_inc/build/contact-form/js/grunion-admin.min.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/contact-form/js/grunion-admin.min.asset.php', 1, 0x00000000000000000000000000000000, 0x3b229a66af875cb0226e598285f2f52e, 0x5f32daeb259e5cd279e939a2b060af6c001ef60bc619f5943a6047bd157b8b6c, '', 0, '?'),
(0x0d15e221198bf822bb924a777298643b, 'wp-content/plugins/jetpack/_inc/build/contact-form/js/grunion-admin.min.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/contact-form/js/grunion-admin.min.js', 1, 0x00000000000000000000000000000000, 0x35feab79d237f32273e166d1893a2059, 0x6ba1fa1030f7e375bae6013f4ad8b54cc91d99f3043a76ea16e92ac97aa6939a, '', 0, '?'),
(0x11a62419c57d8ce95f8f6d605b9c7ee9, 'wp-content/plugins/jetpack/_inc/build/contact-form/js/grunion-frontend.min.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/contact-form/js/grunion-frontend.min.asset.php', 1, 0x00000000000000000000000000000000, 0x35685aef348fec3865894c134174e558, 0xa60e096d64bb0a3072448694a4286b462699b7bbd2670c19243494b933e305b8, '', 0, '?'),
(0x14c87fb4edaf9c7b6909c70ea3a5cca8, 'wp-content/plugins/jetpack/_inc/build/contact-form/js/grunion-frontend.min.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/contact-form/js/grunion-frontend.min.js', 1, 0x00000000000000000000000000000000, 0x89e0d9b319c3bfe97742cb56a5b7cfad, 0x37c6b606e1ebf0ff54d1ec38a89cb6f1367dd644da02fa8272eb0cd186cde166, '', 0, '?'),
(0x358674c022b3ca5edd207f3cd8b74efb, 'wp-content/plugins/jetpack/_inc/build/contact-form/js/grunion.min.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/contact-form/js/grunion.min.asset.php', 1, 0x00000000000000000000000000000000, 0xfee2dd131a42c4e4e07983e4fd4b88bf, 0xce34722545c73da2ee1bb929c6148a5310a47639b47a70cc456d435841b1fb3a, '', 0, '?'),
(0xe522a54b40ba1c8271fdc13c9cc3ea4a, 'wp-content/plugins/jetpack/_inc/build/contact-form/js/grunion.min.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/contact-form/js/grunion.min.js', 1, 0x00000000000000000000000000000000, 0x9b6e6602d27c8ba5316566dea68333cb, 0x85436e5652feec0b2d0aa9d4363e24effae51d8cd9428549b535ed11021045fe, '', 0, '?'),
(0x0451e7570add9c12eef3968b4279c2a1, 'wp-content/plugins/jetpack/_inc/build/contact-form/js/tinymce-plugin-form-button.min.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/contact-form/js/tinymce-plugin-form-button.min.asset.php', 1, 0x00000000000000000000000000000000, 0x6ca4165b88fa6bc59b1dcb3a4eaec678, 0xc059174f37bd2a986fc4ab3269a2ad8c5cce3f622ae8bfac15252e8a24fd6e9b, '', 0, '?'),
(0xac6a1fe2eca35d83d83fa99a74ba0815, 'wp-content/plugins/jetpack/_inc/build/contact-form/js/tinymce-plugin-form-button.min.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/contact-form/js/tinymce-plugin-form-button.min.js', 1, 0x00000000000000000000000000000000, 0x94ecbb2e12ff256316b41ad99ac22dc6, 0x95235d3f88c435aefd72085f3f73dd434a6c98e4656fab6c32d124959d5cc50f, '', 0, '?'),
(0x7885f7b48d990711d2ba39823e9bb1a2, 'wp-content/plugins/jetpack/_inc/build/crowdsignal-shortcode.min.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/crowdsignal-shortcode.min.asset.php', 1, 0x00000000000000000000000000000000, 0x2da702eb5bdfd52d7570ab31044e7096, 0x0e8231e4733b8fb44365cebe902b61f73ea7a2e1bf360bda7d91732238f4f63a, '', 0, '?'),
(0x152537e7711675b2cce1794e199dd600, 'wp-content/plugins/jetpack/_inc/build/crowdsignal-shortcode.min.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/crowdsignal-shortcode.min.js', 1, 0x00000000000000000000000000000000, 0x5b0385b1d82524189b9ecea546448c20, 0xb927bef6dc55f8bcf85a36b3ffd17e2203e38f0d55297944866abb33446a38ab, '', 0, '?'),
(0x6d10967ef363360181dfca84eda65e61, 'wp-content/plugins/jetpack/_inc/build/crowdsignal-survey.min.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/crowdsignal-survey.min.asset.php', 1, 0x00000000000000000000000000000000, 0x6dd9212aafb458434db333d1ae6511d4, 0xaece7ddec037838330ca5d911c85ab1dfa13b39269dba7e1081d1f04ac83b0ca, '', 0, '?'),
(0xcbd1fb74860d2266a7bdf066b97c8bf8, 'wp-content/plugins/jetpack/_inc/build/crowdsignal-survey.min.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/crowdsignal-survey.min.js', 1, 0x00000000000000000000000000000000, 0x56a488c4819653d8c56e869375838b00, 0x38370f69efe39e2c616d41becac22ea89e903bd23459cb7b75a5f0f3322dd85a, '', 0, '?'),
(0xbd16a204ee324df7277a7afce81e1070, 'wp-content/plugins/jetpack/_inc/build/custom-css/custom-css/js/core-customizer-css-preview.min.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/custom-css/custom-css/js/core-customizer-css-preview.min.asset.php', 1, 0x00000000000000000000000000000000, 0x01281043ebbd2e6cbd1334b2e5b2b964, 0x572c8256516861a5295a2b3bff6f92fb6af25ca4e4f005e64891731a80134bcc, '', 0, '?'),
(0x83a9962c57765645f2b7079332ba3a5a, 'wp-content/plugins/jetpack/_inc/build/custom-css/custom-css/js/core-customizer-css-preview.min.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/custom-css/custom-css/js/core-customizer-css-preview.min.js', 1, 0x00000000000000000000000000000000, 0x7c40d030fef9e8744a3d5132bf0a4fed, 0xe15b82035e2d3e1375f6e690b1520cbb76c833d4ee8e0da90e54b1f372a5704d, '', 0, '?'),
(0x65a7507cc8a3b44ca21afc5a63bbba4b, 'wp-content/plugins/jetpack/_inc/build/custom-css/custom-css/js/core-customizer-css.core-4.9.min.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/custom-css/custom-css/js/core-customizer-css.core-4.9.min.asset.php', 1, 0x00000000000000000000000000000000, 0x8a62d6db39249a8dc9e9c9186091eaef, 0x852a7017a35f5ea2cd117ceb31ccf547ef3f92b04d8ff1599a42c8ae01c765e8, '', 0, '?'),
(0xb1c13f90cf375b3b5be5f84bb288be3b, 'wp-content/plugins/jetpack/_inc/build/custom-css/custom-css/js/core-customizer-css.core-4.9.min.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/custom-css/custom-css/js/core-customizer-css.core-4.9.min.js', 1, 0x00000000000000000000000000000000, 0xb4ad0c8bd9827afd96fd9ac49d2ab428, 0xcb02662474a73b05d8d910ba96e26043f33bdc0db0ae9276c7178e4c1cbf1585, '', 0, '?'),
(0x4cb836ba87dae828b6b6c5fff535cf55, 'wp-content/plugins/jetpack/_inc/build/custom-css/custom-css/js/core-customizer-css.min.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/custom-css/custom-css/js/core-customizer-css.min.asset.php', 1, 0x00000000000000000000000000000000, 0x79ea91865b0b09eba00310bd8e4cf50f, 0xc11a14a3ceb26129d246560b9931c721832ebad6c3768b459b3d7076bee38e3e, '', 0, '?'),
(0x76acfbb81c184e410fb96b1b35f4c900, 'wp-content/plugins/jetpack/_inc/build/custom-css/custom-css/js/core-customizer-css.min.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/custom-css/custom-css/js/core-customizer-css.min.js', 1, 0x00000000000000000000000000000000, 0xc1c3f18d35bc21edd6508dcb5dc489bd, 0x9e7d511c7ca35ff46750722db3773c34cfce9c579dbb3e40831e047cf2febe1c, '', 0, '?'),
(0x37f2c84734378d032d6f2eab08bcc623, 'wp-content/plugins/jetpack/_inc/build/custom-css/custom-css/js/css-editor.min.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/custom-css/custom-css/js/css-editor.min.asset.php', 1, 0x00000000000000000000000000000000, 0xbbe4776bc2246b43e0d4a4a766bf266b, 0x48dfb55f3e687c1962e575afd255e5f5f2a39af7b5ed54be594bd3062b813c5d, '', 0, '?'),
(0x1cc1223b7f1557340bb64d9a57281133, 'wp-content/plugins/jetpack/_inc/build/custom-css/custom-css/js/css-editor.min.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/custom-css/custom-css/js/css-editor.min.js', 1, 0x00000000000000000000000000000000, 0x569aa3ce5708020cce6321c61a42976e, 0x520ffbc3429a9ed992dc49431b9d6758e74f8d98eb454fca1166ad31052f5d2b, '', 0, '?'),
(0x85d1a9184fb5f0045300713a4dc0eb6e, 'wp-content/plugins/jetpack/_inc/build/custom-css/custom-css/js/use-codemirror.min.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/custom-css/custom-css/js/use-codemirror.min.asset.php', 1, 0x00000000000000000000000000000000, 0xa6681e4e447c5a8829bb050ec6b58026, 0x52506fe1173627ff504e8b9802f18156f68230a2f7d8d2b175b614486daecd9c, '', 0, '?'),
(0xacf0dd4a14176f5b7d117f7bd6830a55, 'wp-content/plugins/jetpack/_inc/build/custom-css/custom-css/js/use-codemirror.min.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/custom-css/custom-css/js/use-codemirror.min.js', 1, 0x00000000000000000000000000000000, 0x9080970d3918bd16a091fe77bd5991ae, 0x0410e911e0d1f8bb1542dc6d6a9926292caebbd30315f5225b22e755cd76a040, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x98ae818b08b488df53a4a01a5bc4cd18, 'wp-content/plugins/jetpack/_inc/build/custom-post-types/comics/comics.min.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/custom-post-types/comics/comics.min.asset.php', 1, 0x00000000000000000000000000000000, 0x8ebe912f52d2f230b1121d485f28dc47, 0xf6fe224d8072b3655ddfbe492095c60360c6b99c9fcba87678d6221a12fd7531, '', 0, '?'),
(0x01c57eed3856e99725dd49bceead659a, 'wp-content/plugins/jetpack/_inc/build/custom-post-types/comics/comics.min.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/custom-post-types/comics/comics.min.js', 1, 0x00000000000000000000000000000000, 0xb6b06564bdd76eac41239ca551af15b0, 0x3109ce8151420700a5f583e06292811d3f53659006371e1625a788b4383ee325, '', 0, '?'),
(0xababfe1e81e97c8d7f9e5c7c6a64f701, 'wp-content/plugins/jetpack/_inc/build/custom-post-types/js/many-items.min.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/custom-post-types/js/many-items.min.asset.php', 1, 0x00000000000000000000000000000000, 0xa7b73e4359f75d641e3aa770e5f0f052, 0x5a756be1f77a066b50c6998c04a497e2d6244103bd2d451355e1361765d71d38, '', 0, '?'),
(0xd25b911cec306492b5f637fef0af94bd, 'wp-content/plugins/jetpack/_inc/build/custom-post-types/js/many-items.min.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/custom-post-types/js/many-items.min.js', 1, 0x00000000000000000000000000000000, 0xb7902d4dabe612e7aef280de7928af3d, 0x491e5c8c9d452e73767746b2f3869fd81478090a2625c44fa7827ce7185e6b37, '', 0, '?'),
(0xeb29657bcd0002975630cea3021a8c21, 'wp-content/plugins/jetpack/_inc/build/custom-post-types/js/menu-checkboxes.min.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/custom-post-types/js/menu-checkboxes.min.asset.php', 1, 0x00000000000000000000000000000000, 0x5ae883d42ca4bc0055961b3a22d4e151, 0x2890f3e9121846ea9d67fe1f148f4061d3724247b19917f0c69673f6164cedc8, '', 0, '?'),
(0x8a7d552f050c253d8b6b69e36d20d2de, 'wp-content/plugins/jetpack/_inc/build/custom-post-types/js/menu-checkboxes.min.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/custom-post-types/js/menu-checkboxes.min.js', 1, 0x00000000000000000000000000000000, 0x13894fe581911c4a1bca1eb344a4f47e, 0x1f1ec6cf757f0a6e65892416b2fea9616220842996c0e0594b7912174a75c8bc, '', 0, '?'),
(0x658119589b56de8705fe32137b26233b, 'wp-content/plugins/jetpack/_inc/build/custom-post-types/js/nova-drag-drop.min.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/custom-post-types/js/nova-drag-drop.min.asset.php', 1, 0x00000000000000000000000000000000, 0xa0d8ccc458b1bcdf17eae692b4834529, 0xb7664e5d315c8b37b65d37ed21d0a65e9f81aa6c0e0d88bf67693c31d87c3ace, '', 0, '?'),
(0x6b3740bd64680a5937ab2a19ca83f37e, 'wp-content/plugins/jetpack/_inc/build/custom-post-types/js/nova-drag-drop.min.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/custom-post-types/js/nova-drag-drop.min.js', 1, 0x00000000000000000000000000000000, 0xe08d11e738c59007bc96591c11af8e53, 0x19376bc7d55a17d53a3cfc2e036191ce36283ffb411ffe0cb5ea3f8f0b79c105, '', 0, '?'),
(0xc1db5ca30a46f4ae299757df43824186, 'wp-content/plugins/jetpack/_inc/build/facebook-embed.min.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/facebook-embed.min.asset.php', 1, 0x00000000000000000000000000000000, 0xdb4a003684fbc09c9acf3fe51c251a31, 0x0fb03f8ee3b0032e57b5795f8c5c73154bd9cc09cf08bf3506f05d742e674e59, '', 0, '?'),
(0x9645d7b3ab0f219a6e0166e1ffad0e06, 'wp-content/plugins/jetpack/_inc/build/facebook-embed.min.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/facebook-embed.min.js', 1, 0x00000000000000000000000000000000, 0x2f7e7f218879e6daacaa313c5b71e0cf, 0x33a12d8b6e4f5c368b932e20415ef18602f0a422484ec4c76602580b18905649, '', 0, '?'),
(0x3a8f1ffdd2fe9fe7bf387cdd07973e05, 'wp-content/plugins/jetpack/_inc/build/gallery-settings.min.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/gallery-settings.min.asset.php', 1, 0x00000000000000000000000000000000, 0xaafcaf9031a30dbee4281922b831df55, 0x3faf0e46cf9f70ced30dfab9422ca44c3f83a3dd5f0b024ccf9e10a6d58a619e, '', 0, '?'),
(0xb3b06b356afe3bc2cc2b7fc3db15d2fc, 'wp-content/plugins/jetpack/_inc/build/gallery-settings.min.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/gallery-settings.min.js', 1, 0x00000000000000000000000000000000, 0xe094ab91310fcef840fe952615e516e4, 0xdb70cb46722afc2301fb1bb8a20c522a2ce4c7d02bec2c26997936d20abed642, '', 0, '?'),
(0x41994e52079922d9baa16c6418e93dbf, 'wp-content/plugins/jetpack/_inc/build/images/boost-8ea10be101c586380d89.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/images/boost-8ea10be101c586380d89.svg', 1, 0x00000000000000000000000000000000, 0x17736c1c6251efa6553195fd2fb0fd13, 0xcf4c3652c325884d36db13c4b4d4864b47cc44fdb626b9a0695626ea0d42e138, '', 0, '?'),
(0x1e92f453d5ddee8415a815eab8c44d8d, 'wp-content/plugins/jetpack/_inc/build/images/cloud-d0f9b0f863bc1adcc03e.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/images/cloud-d0f9b0f863bc1adcc03e.svg', 1, 0x00000000000000000000000000000000, 0x8a271b48c77d34846f5325ed6e6ed7da, 0x77847bca3e7094ea40748431f11c4d1234306ec03cdc04b98c2b6e4408fc4653, '', 0, '?'),
(0xcb801b619b00f7bbf49aeb7010b7055d, 'wp-content/plugins/jetpack/_inc/build/images/disconnect-confirm-dc9fe8f5c68cfd1320e0.jpg', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/images/disconnect-confirm-dc9fe8f5c68cfd1320e0.jpg', 1, 0x00000000000000000000000000000000, 0xba16a00192c6906f29cffac795063b5d, 0x3e3b9806d8a681b09e27a8f49dce65719934c3c8b5d0be55078fb3baa19781e8, '', 0, '?'),
(0x40ed4850de3914c76a3235600f49c386, 'wp-content/plugins/jetpack/_inc/build/images/disconnect-thanks-5873bfac56a9bd7322cd.jpg', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/images/disconnect-thanks-5873bfac56a9bd7322cd.jpg', 1, 0x00000000000000000000000000000000, 0x0a1a9d007a06fc2230c304ab213347bb, 0x5fa39f0dc15c9a085705e068049ca0d58a5df4001c0d0f77c89dec87e7e1ef68, '', 0, '?'),
(0x54c6a09cadddaf879fae26b446be77b1, 'wp-content/plugins/jetpack/_inc/build/images/header-background-2x-1763392f68916f8e33e1.jpg', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/images/header-background-2x-1763392f68916f8e33e1.jpg', 1, 0x00000000000000000000000000000000, 0x771826d8f823908c8369751a23ccb24c, 0xa28ae68db42a87e98d534f873621c92e9298f8b8d7a353d65fceebcf4fd38304, '', 0, '?'),
(0x0d47e6ddbf3ee1b49e3b6bc7c9493537, 'wp-content/plugins/jetpack/_inc/build/images/header-background-c0f56cae4d269449fbdc.jpg', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/images/header-background-c0f56cae4d269449fbdc.jpg', 1, 0x00000000000000000000000000000000, 0x6618ff604d63071d51aa31fbc2c303a0, 0x15e13bd3d2ddc4e856e847ada309896391a7415e2d0dc8880a32241ec1fd2cc4, '', 0, '?'),
(0x3dfe4d867337bfcd5b8897150bcfe4a5, 'wp-content/plugins/jetpack/_inc/build/images/jetpack-license-activation-with-lock-7b01c1a4cf56de799cd7.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/images/jetpack-license-activation-with-lock-7b01c1a4cf56de799cd7.png', 1, 0x00000000000000000000000000000000, 0x425822173a04db3588a78c36cca646e4, 0x00a16365a63698cde2315ac4d5da350afbc0063dac4fe751a65f5e11f3477847, '', 0, '?'),
(0x2d28b6c8dfae5d3c16fe3c8fea377b9d, 'wp-content/plugins/jetpack/_inc/build/images/jetpack-license-activation-with-success-cad524ede4e793cc0ece.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/images/jetpack-license-activation-with-success-cad524ede4e793cc0ece.png', 1, 0x00000000000000000000000000000000, 0x24b2a2b8e82b12cbc12cc4910799bc77, 0x335ed0aeb4aace65d519353e48675433edc3181b39024cb1e53bdc1b067596c5, '', 0, '?'),
(0x0ba733589ffd15cdc4abe1454530074c, 'wp-content/plugins/jetpack/_inc/build/images/people-c8df8440a2897e6d0eba.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/images/people-c8df8440a2897e6d0eba.svg', 1, 0x00000000000000000000000000000000, 0x5e17ff0db5c43840f1703cb4ec0250c8, 0x9887474c74e1531eb088003d798074e16edb4611e8ff4d942081b6ecc7664d29, '', 0, '?'),
(0x31fe0b0cbfee8df971f1307db7619586, 'wp-content/plugins/jetpack/_inc/build/images/remove-bug-aa23c420a6e6394d5787.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/images/remove-bug-aa23c420a6e6394d5787.svg', 1, 0x00000000000000000000000000000000, 0x6b249ee10056acf6587d055c9d30a65f, 0x1061d8b15c23a5efc3cc8dd04f7b2e0d6ab709abc439309bfc70c807f59548e7, '', 0, '?'),
(0xc45dfe3bffff41387ee010fc705e9e7d, 'wp-content/plugins/jetpack/_inc/build/images/shield-bb27f10b1ca957261b8d.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/images/shield-bb27f10b1ca957261b8d.svg', 1, 0x00000000000000000000000000000000, 0x245e230c3f9d3250870c07571648d093, 0x667f1600688b45f42eadc6f718ad8d97894b187f9ad3e3a29d9bb9065058ac08, '', 0, '?'),
(0x9808bdc42b12def69da8715105ce1ce3, 'wp-content/plugins/jetpack/_inc/build/images/shield-with-check-b59b7e859cf937a15a0e.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/images/shield-with-check-b59b7e859cf937a15a0e.svg', 1, 0x00000000000000000000000000000000, 0x6bf28c735182b689fefdcaf4d9081ac8, 0xa210d4342025ef699875ab1af7121bbd6c12a7a75de414592260250426122bc7, '', 0, '?'),
(0xd60055615cd7b8f4797b7a0ef6a2206e, 'wp-content/plugins/jetpack/_inc/build/infinite-scroll/infinity-customizer.min.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/infinite-scroll/infinity-customizer.min.asset.php', 1, 0x00000000000000000000000000000000, 0x058f208d68a31684c7f61e5dd007ed87, 0xa5c54713fdec0fbe737f8709406d93583bdb2734169beb70d690a1d9e0307659, '', 0, '?'),
(0x0baacd1c384107662594587f80d8ace4, 'wp-content/plugins/jetpack/_inc/build/infinite-scroll/infinity-customizer.min.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/infinite-scroll/infinity-customizer.min.js', 1, 0x00000000000000000000000000000000, 0x700103a29cf798964d51753f221cdcde, 0xd0ad2eac66be6d5c91588a37287b6963f32a8f4f7b6f10037b3413f82c4a634b, '', 0, '?'),
(0xcb987db85a824fb7ff1a97405a9101d1, 'wp-content/plugins/jetpack/_inc/build/infinite-scroll/infinity.min.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/infinite-scroll/infinity.min.asset.php', 1, 0x00000000000000000000000000000000, 0xc51051609befca0e01f75ac18d0c9a4b, 0x2fafcfd158b9869c3f3618860d823a8c611926c6e3ced402718bc76c01f6b690, '', 0, '?'),
(0x03664b3b436b7e1934b821d09789c988, 'wp-content/plugins/jetpack/_inc/build/infinite-scroll/infinity.min.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/infinite-scroll/infinity.min.js', 1, 0x00000000000000000000000000000000, 0x868f91a3159f4817e07d8bcc0fd44358, 0x3ee0961dc74e0d59a347ee4aeaa6202b07abb8449dc5ab25b6e52953d3729b26, '', 0, '?'),
(0x1cf28260f8ebd1399f661b5bef93d306, 'wp-content/plugins/jetpack/_inc/build/jetpack-admin.min.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/jetpack-admin.min.asset.php', 1, 0x00000000000000000000000000000000, 0x660919e2033bdda4c07a3d0d389162b7, 0x024e847a073414a4de9374e76a1c3222ad252fec1c4fae7f81340f83e46f2ce0, '', 0, '?'),
(0xe7db654381a470d8d4c1139f6444e9ba, 'wp-content/plugins/jetpack/_inc/build/jetpack-admin.min.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/jetpack-admin.min.js', 1, 0x00000000000000000000000000000000, 0x33218d23e8e292290740c7daa9b32f7a, 0x996bc997eaf78a4d7e188e04dedce63c312665a2c65f3c3b20ddf7a2ce143961, '', 0, '?'),
(0x42e7e3e477f50c6b3320edd5ccc4d8d8, 'wp-content/plugins/jetpack/_inc/build/jetpack-connection-banner.min.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/jetpack-connection-banner.min.asset.php', 1, 0x00000000000000000000000000000000, 0x625dc27e41281334eed8695cef595431, 0xeaa4db2868cffbe116bd5e2c7bfc50048271707022e23a1534179f0fcdfb33ba, '', 0, '?'),
(0x178af16374e0881fe996e0a67d90bbf8, 'wp-content/plugins/jetpack/_inc/build/jetpack-connection-banner.min.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/jetpack-connection-banner.min.js', 1, 0x00000000000000000000000000000000, 0xcabdd01414dbc2878aadbf25fe5b836e, 0x472385d7ee299e50241b676c4693b5cbce20ed9893315e071ae0becdc8a68ae5, '', 0, '?'),
(0xac36228372adfd877dd445e0bb703ada, 'wp-content/plugins/jetpack/_inc/build/jetpack-deactivate-dialog.min.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/jetpack-deactivate-dialog.min.asset.php', 1, 0x00000000000000000000000000000000, 0xa2af81a917ba53d1d5195cc5152947e9, 0x7ba7fe9bb42b589520129dacbaced39450352d5404460b39bb61ebcf357e4dc6, '', 0, '?'),
(0x0651f3d64768e42f6c55c54058d6f405, 'wp-content/plugins/jetpack/_inc/build/jetpack-deactivate-dialog.min.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/jetpack-deactivate-dialog.min.js', 1, 0x00000000000000000000000000000000, 0xefcabba1dc41a8d0968d023b0652d6e8, 0x8bc4a06e83a166142a853afef0cba3ecabb46ad5ed4b63d6791967caca7ba9df, '', 0, '?'),
(0x16e26fa878e485649b3367473b8d2bb3, 'wp-content/plugins/jetpack/_inc/build/jetpack-modules.min.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/jetpack-modules.min.asset.php', 1, 0x00000000000000000000000000000000, 0xcad95120ddc8c852c2e182d643d2a133, 0xef6dec648622334ba97fe59e5186abebe3aa6317471fa99beb41380fa39fb9d8, '', 0, '?'),
(0xe88ce44ecd63a726b71db7850c3ad6ce, 'wp-content/plugins/jetpack/_inc/build/jetpack-modules.min.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/jetpack-modules.min.js', 1, 0x00000000000000000000000000000000, 0xe9d3d0172aefef7e23a389a422d39785, 0xb7a6a7e6d280fd19a99d1007893ca1dc7b0456234fa03460b4ad54d05e41a531, '', 0, '?'),
(0xe34964197d6075abaee9b5fb9cf61125, 'wp-content/plugins/jetpack/_inc/build/jetpack-modules.models.min.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/jetpack-modules.models.min.asset.php', 1, 0x00000000000000000000000000000000, 0x4bd8138f7cd22c701f466342a5a77103, 0xc34866f8a12b69dc702aed47a1a75f881e53af16f2624e5d2727330c3ba816d2, '', 0, '?'),
(0xe5186c2af8d5c62ef64dd7c76883bd43, 'wp-content/plugins/jetpack/_inc/build/jetpack-modules.models.min.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/jetpack-modules.models.min.js', 1, 0x00000000000000000000000000000000, 0x064381ecf081354dbf82eb9b4a3da8bc, 0xe8bef1c39ed0a044b49c42d93e44159c2ae12e7eb4c62ed9dd7f30a72a6e6351, '', 0, '?'),
(0x7ac0dd9c560070fae4ca390025b07e28, 'wp-content/plugins/jetpack/_inc/build/jetpack-modules.views.min.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/jetpack-modules.views.min.asset.php', 1, 0x00000000000000000000000000000000, 0xd0976d8990525d2d632dac1658a602aa, 0xb2ca432587b892ee54ebd361b78e26b83ca69be950d5f686cde9885f7dfaabe7, '', 0, '?'),
(0xaf2164b773ea94ec0d5ae7c563932dce, 'wp-content/plugins/jetpack/_inc/build/jetpack-modules.views.min.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/jetpack-modules.views.min.js', 1, 0x00000000000000000000000000000000, 0xb66e16de31ae3e8d6eecfd0cae615720, 0xaf38f5bf541532ba7ee5a5da08369d907ccd98daaf8aa038f3449a18beefa52d, '', 0, '?'),
(0x68d4df9ae58cb0e5e7c89e8b7e414750, 'wp-content/plugins/jetpack/_inc/build/jetpack-recommendations-banner.min.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/jetpack-recommendations-banner.min.asset.php', 1, 0x00000000000000000000000000000000, 0x540d5838cd88024cf0822b9829f76daf, 0x78fa83a94135bf075c5fa2b883164884371052143abc0d02acf086785f51cc18, '', 0, '?'),
(0xb758c4f9c681d3cf76fafceb0670b0a3, 'wp-content/plugins/jetpack/_inc/build/jetpack-recommendations-banner.min.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/jetpack-recommendations-banner.min.js', 1, 0x00000000000000000000000000000000, 0x1032821b080197611687ae1394f11051, 0x8d879c9a48826ffa6df4132161d3ad5e5475e300a480caf6f8a8af44caeaa97b, '', 0, '?'),
(0x843d534b422b28012d20b2bc9c653b71, 'wp-content/plugins/jetpack/_inc/build/likes/post-count-jetpack.min.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/likes/post-count-jetpack.min.asset.php', 1, 0x00000000000000000000000000000000, 0xe3dc2f83adebcf8b9a11fa2e36b7de15, 0xdf04331477f231859fe335c45f08094a428c51a455207505b0ed28ea34dcbd70, '', 0, '?'),
(0x527ae7e25e6f9a48f86d4afc93547bb9, 'wp-content/plugins/jetpack/_inc/build/likes/post-count-jetpack.min.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/likes/post-count-jetpack.min.js', 1, 0x00000000000000000000000000000000, 0xfc085b633f381b5678f867a11042d8f3, 0xaef4c7a18014ac3ae3f51afee28854775d8d0247d2a4c6e28d7f92e0de535a92, '', 0, '?'),
(0xedd27c1b5e6cc50963ede2e2b905cb16, 'wp-content/plugins/jetpack/_inc/build/likes/post-count.min.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/likes/post-count.min.asset.php', 1, 0x00000000000000000000000000000000, 0x0be721710850cabb04e2eb921210dc29, 0x72370734cb040caea2161dcf78ce48989c51f368de52f8674ce98ed3da9e679f, '', 0, '?'),
(0x9bb5dff5ca1d3567f0d476b1acbffefe, 'wp-content/plugins/jetpack/_inc/build/likes/post-count.min.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/likes/post-count.min.js', 1, 0x00000000000000000000000000000000, 0x57d517138d7b515a12d7da4b7135fce5, 0xbb2dacf250e6eb17e77f95c99cf1606e5a94f609e2d4aee6958dcaabe6ed1061, '', 0, '?'),
(0x76aa920a660bd76e15bc06fe91e72ad3, 'wp-content/plugins/jetpack/_inc/build/likes/queuehandler.min.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/likes/queuehandler.min.asset.php', 1, 0x00000000000000000000000000000000, 0xd94f215b63d7666891a8f1f2c1b40e6f, 0xbdf67b8e1f830110f147de1ca9388f43b5936569eac4095b614d922206c4ce27, '', 0, '?'),
(0x0a893c25e8504b208b5b6f94120ed0ad, 'wp-content/plugins/jetpack/_inc/build/likes/queuehandler.min.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/likes/queuehandler.min.js', 1, 0x00000000000000000000000000000000, 0x5184ae4be166268c12bb5606e59dac4c, 0xfa61a1a3590af90caf7cce6ca327ff3b650382de43521c5ad6a996f1ec78fea2, '', 0, '?'),
(0x41efc27f71403f42d65f36ded12cd31f, 'wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/aquatic/colors.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/aquatic/colors.css', 1, 0x00000000000000000000000000000000, 0x853e0e9643017965ce985cb1fcf01b0c, 0x9556baa81afc73bc452071b210aa38ea8906058266c557eebf4654b82c9a2136, '', 0, '?'),
(0x770508bef91740e5b69fd394efaa75e9, 'wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/blue/colors.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/blue/colors.css', 1, 0x00000000000000000000000000000000, 0x388c7b301bc2b9b7641b3d06f73429dd, 0xefe4e4e5c30ef6dabfb2e007ca655c4dc4f28dd436f74d4cd29de6c274cf2fba, '', 0, '?'),
(0xb5a5a968460536a793e0394e5eee91b8, 'wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/classic-blue/colors.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/classic-blue/colors.css', 1, 0x00000000000000000000000000000000, 0x5bdc781822ff529ae0199b330cefe111, 0x24fd82647744b3e2b6c7509a950279b299b5e9135e8bee54538144342484fef7, '', 0, '?'),
(0xa9e856d5746509f3f78f711989258257, 'wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/classic-bright/colors.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/classic-bright/colors.css', 1, 0x00000000000000000000000000000000, 0x469613a2784b5112e56a5e61c11e2b20, 0x27c0453ce7f1feb2696380655abcaf603b6cf468277cb3d7c5427825e971f0e3, '', 0, '?'),
(0x25e5a503620219c5954bb598aa4bb64f, 'wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/classic-dark/colors.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/classic-dark/colors.css', 1, 0x00000000000000000000000000000000, 0x94e586ece2fdb5fca5cf709592564970, 0xc2736837662c8672288451a199c4126da4fbdec248b38c740ffcb431a96c2d76, '', 0, '?'),
(0xa68ba20e640961de7ba0e68e929a4bab, 'wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/coffee/colors.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/coffee/colors.css', 1, 0x00000000000000000000000000000000, 0x932ae475897671148608d501ad0dc48c, 0xc5412bbcbb7b30754e123e2223ff95f5fc73c8c8eda59ec3f4d40c7ce5827cde, '', 0, '?'),
(0xe0d9fbb65e7bb366566a8df6ff99eec6, 'wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/contrast/colors.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/contrast/colors.css', 1, 0x00000000000000000000000000000000, 0x42051e948fcc466a84622ed29034fb26, 0xf829faa9d873bd3f681cf62b9427af5ba7a2fa93534cbd64cfa1814fcfc73e83, '', 0, '?'),
(0x1afdc22a960c79e1e147827ad05bdc62, 'wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/ectoplasm/colors.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/ectoplasm/colors.css', 1, 0x00000000000000000000000000000000, 0x3907f6daaa12bb1eae78355314c75edb, 0x9ee0143b9be274bd4d7f757ad912b26f9afe1f155be7de5594f985caca0afb8e, '', 0, '?'),
(0x8ef0d39f50809322c954f2c1f9625412, 'wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/fresh/colors.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/fresh/colors.css', 1, 0x00000000000000000000000000000000, 0x40a1f2663a7e82d8ce9204214a8ae834, 0x7f4170457209ed2c79d80e665a44146b3016a3650a5b8cb3dcd5976c03c9d784, '', 0, '?'),
(0xbf914ff712d1222fa51bf66f5288d628, 'wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/light/colors.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/light/colors.css', 1, 0x00000000000000000000000000000000, 0x5dccc131a23f5621261405b9d275d87e, 0xb312f76bab935c193cdb942cce9b755c94e00b00f932bcb6d48b7c956a62aadf, '', 0, '?'),
(0xaffb044445e8f7d287be8e71130f5974, 'wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/midnight/colors.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/midnight/colors.css', 1, 0x00000000000000000000000000000000, 0xa59c78422414cbba1c39b6d4c41edc95, 0xa2b57fd7c4b3e2f19aed99cda453c7bf6bb4496403cb31272a7d93a607cc21aa, '', 0, '?'),
(0xe7774422ee2047fd1b9ade517812f56c, 'wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/modern/colors.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/modern/colors.css', 1, 0x00000000000000000000000000000000, 0x9aca49c90393ac7a0c67fc784d06eb6d, 0x535fc20bc224ffd138c92a31a181302b5c26e20d1598e075a51bf9c94b54ee53, '', 0, '?'),
(0x731fb34f77445a17260cedf674c71c07, 'wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/nightfall/colors.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/nightfall/colors.css', 1, 0x00000000000000000000000000000000, 0xcfd95b534d4c2fa52108c5de5444ed13, 0x11470ebb91e7daac58add57d6f6d6db88d0ce6f607a05b4e40d89cb61e22ea72, '', 0, '?'),
(0xf85bec8183944c3911a09884690fdf4d, 'wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/ocean/colors.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/ocean/colors.css', 1, 0x00000000000000000000000000000000, 0x4d64362e042c475837b38d12119a0a30, 0xf7547190a21b617bab39600aeb0fa00582e82ce9d590dddd85f7719e0352138e, '', 0, '?'),
(0x363ac66320bd9ce52685c2e6ba63b17a, 'wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/powder-snow/colors.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/powder-snow/colors.css', 1, 0x00000000000000000000000000000000, 0xcd51e49a21bec8434343c2bb9608ea5f, 0x8bd7ab5b87be109f96f737a7f1fc7b3f3d9c61539163ab266c0427270c0234b8, '', 0, '?'),
(0xa9c99bbf098d3482c62c1ded4c43818b, 'wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/sakura/colors.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/sakura/colors.css', 1, 0x00000000000000000000000000000000, 0x1140c83a4429a1095967a40950adcce0, 0xa1d49a5c01ad67c417334ba36f9b835573275edd5904111933931ec8da5047ba, '', 0, '?'),
(0x1386248154197fbc936d392a501a1354, 'wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/sunrise/colors.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/sunrise/colors.css', 1, 0x00000000000000000000000000000000, 0x7371d4fcf6df7c92ed288972ffd4c3a2, 0xd61949219602a962f0a8d7568f126bd36b5a386055ae68b4a7bb67133e41d451, '', 0, '?'),
(0x46f9518c51968d8d5445e37ba663c047, 'wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/sunset/colors.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/sunset/colors.css', 1, 0x00000000000000000000000000000000, 0xf16ebe234e8b8ccdd27a0c34099c2daf, 0xfbc0333c65a2f5432a97cf233d06cb2f645d228db92b3dd33ae9c1750c556337, '', 0, '?'),
(0x87f24de1f72ebf81779c8b791d92fd76, 'wp-content/plugins/jetpack/_inc/build/masterbar/admin-menu/admin-menu.min.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/masterbar/admin-menu/admin-menu.min.asset.php', 1, 0x00000000000000000000000000000000, 0x2e662d64720f0c4a01481af426940bf0, 0x08473ee67fadb57e71df6076b31666f3143c500cb4e12c2856bc293f8382f2aa, '', 0, '?'),
(0x1c75d48a38c424d25162ec81c34aaf80, 'wp-content/plugins/jetpack/_inc/build/masterbar/admin-menu/admin-menu.min.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/masterbar/admin-menu/admin-menu.min.js', 1, 0x00000000000000000000000000000000, 0x10746d869b84f70b2e3d33d9f2f506de, 0x713bdc5ec0dffa9d1bfdc37e58a26f546cbba794aba8b8e30232a6aca2e280dc, '', 0, '?'),
(0xed66a9516368b8351c07ed869c1a2fea, 'wp-content/plugins/jetpack/_inc/build/masterbar/masterbar/tracks-events.min.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/masterbar/masterbar/tracks-events.min.asset.php', 1, 0x00000000000000000000000000000000, 0x2807be4bec5ac490504e912d69539c48, 0x0a0c99ca090e03d410f8fc347376c28a40ab70a5f94be17f0fe71361239e2507, '', 0, '?'),
(0xd0cf1c2c9c1be792b46b8caceeb81886, 'wp-content/plugins/jetpack/_inc/build/masterbar/masterbar/tracks-events.min.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/masterbar/masterbar/tracks-events.min.js', 1, 0x00000000000000000000000000000000, 0x51be6630376699d336e0472efb9dc4d9, 0x16d233c1c0d7a9d7b76f2f827796e827258fb3306bac96b63658e711f73d5367, '', 0, '?'),
(0xf3f3d3dceaa34263aca37ef29b945a2f, 'wp-content/plugins/jetpack/_inc/build/masterbar/nudges/additional-css/js/additional-css.min.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/masterbar/nudges/additional-css/js/additional-css.min.asset.php', 1, 0x00000000000000000000000000000000, 0x2e72ee98f675de32ca40443d674d2241, 0x1083befc79ea8719fa650b330e3ff607c9cc8541d815c5c0b3094e01ae6c4247, '', 0, '?'),
(0xf3888432570ca1be1e4a17cf8007a17f, 'wp-content/plugins/jetpack/_inc/build/masterbar/nudges/additional-css/js/additional-css.min.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/masterbar/nudges/additional-css/js/additional-css.min.js', 1, 0x00000000000000000000000000000000, 0xcf92ad7add7afab13e1e5c1cdc390f95, 0x8139ec2f3ce61f77dfca39920c498204e53896e6e1d15d453a441502d7427890, '', 0, '?'),
(0x1ed66df05c9df5d2153e39140ffcfebb, 'wp-content/plugins/jetpack/_inc/build/photon/photon.min.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/photon/photon.min.asset.php', 1, 0x00000000000000000000000000000000, 0x18cf4ae0b4dce56640dbbd6f6a3278af, 0xd3c63e53d8c446882106bf3c16075369fda1fcb24b6d2bd1e96fc4ea925f5a37, '', 0, '?'),
(0x52ee257139a07d877e18d8ec4688223e, 'wp-content/plugins/jetpack/_inc/build/photon/photon.min.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/photon/photon.min.js', 1, 0x00000000000000000000000000000000, 0x24626ac4453bf45fe07e6c5d4e859fbd, 0x9138fbc5b85c0ea73ba329ae5efe7a312c613529d5c6bc113b97e90119a80959, '', 0, '?'),
(0xfea8601550ead500fb0ba27fb8b10a7f, 'wp-content/plugins/jetpack/_inc/build/plugins-page.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/plugins-page.asset.php', 1, 0x00000000000000000000000000000000, 0x1034ffb1b87ee0e865b8cab57fed2dfc, 0x00d64c37e3a4f101a82e2914da2c14a500d0c73c0917d949d281d2177e0905aa, '', 0, '?'),
(0xdebf81db97b1c231ba5f03790ba8ec67, 'wp-content/plugins/jetpack/_inc/build/plugins-page.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/plugins-page.css', 1, 0x00000000000000000000000000000000, 0x6e37d19c0b9b642eb413723759f6d7f5, 0x8bbe1ff6f03dee19cfec6f624e1b09326de4ddf40f66383e60a0fb62ceb15094, '', 0, '?'),
(0x233de5e235a627ba90cbf8d2d59dfd1d, 'wp-content/plugins/jetpack/_inc/build/plugins-page.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/plugins-page.js', 1, 0x00000000000000000000000000000000, 0x790032c3de2b3cb461c18dd9556786fa, 0x97417acd9b56c628f605bfdc2fe29cce8c0c60838cc56fd342fb9e68d5b32fec, '', 0, '?'),
(0x40e1e70d9fd50640453b0516548e61d6, 'wp-content/plugins/jetpack/_inc/build/plugins-page.js.LICENSE.txt', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/plugins-page.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x9e6d645d3a876f874cf56b5dcfa66261, 0xf01711c53979f82b6d170ba9cb1d8732af07ed11c08639d4ede15ed5465d20eb, '', 0, '?'),
(0x987b68cbad568e609e0a2f43da3de2e7, 'wp-content/plugins/jetpack/_inc/build/plugins-page.rtl.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/plugins-page.rtl.css', 1, 0x00000000000000000000000000000000, 0x2981794c9bb554282da792f1238ab301, 0xc75d87630aef046874bd2fdc9e83f85173a6d2419edd0ed43c09c0300afd632a, '', 0, '?'),
(0xb4218c5e16549286e53d3f924dc7031f, 'wp-content/plugins/jetpack/_inc/build/polldaddy-shortcode.min.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/polldaddy-shortcode.min.asset.php', 1, 0x00000000000000000000000000000000, 0xc140a9db3de28d3d3699de41e70e9585, 0xa8bf1efc3def8160acd404da6255e143fec623563189d2b34c5c0a538a892a2a, '', 0, '?'),
(0xbeec161d434caf5d350164a1114d9faa, 'wp-content/plugins/jetpack/_inc/build/polldaddy-shortcode.min.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/polldaddy-shortcode.min.js', 1, 0x00000000000000000000000000000000, 0xc1c17bc015fe05444e3223d5a0d5366f, 0x97b023f7d60a5dcf89c80f9df0577c35fa4238d77b0652fa252dc898273e98fb, '', 0, '?'),
(0x83894bf3140e0bfbf7bb391176048b99, 'wp-content/plugins/jetpack/_inc/build/related-posts/related-posts-customizer.min.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/related-posts/related-posts-customizer.min.asset.php', 1, 0x00000000000000000000000000000000, 0xd9a874ba9cf2edbaefe0eb6cf764ad00, 0xc4ed22b52dcd56408ef9d3bc28f3ed3c829464959ab1ffc0022c3d0b221bdfa6, '', 0, '?'),
(0x50905d9dff15bdb14281ad66847408cd, 'wp-content/plugins/jetpack/_inc/build/related-posts/related-posts-customizer.min.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/related-posts/related-posts-customizer.min.js', 1, 0x00000000000000000000000000000000, 0x4ca1ff1b39a3b5a498b21b7aef9cee7a, 0x0b0ed64e43dcaf62e1e56f4e0471b67515ee9a8254112f9718c9aa221128ce3f, '', 0, '?'),
(0xa76d74e571eed6e1086593ed9e73ee7b, 'wp-content/plugins/jetpack/_inc/build/related-posts/related-posts.min.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/related-posts/related-posts.min.asset.php', 1, 0x00000000000000000000000000000000, 0x982fddf228e00f8f0a4ba6208ace3c0b, 0xdcaeda1c0b937698c1f9156298ef1b8d714e84573798e1fdcad26191771d8609, '', 0, '?'),
(0xed356514c5985b7749803c1291b12e4f, 'wp-content/plugins/jetpack/_inc/build/related-posts/related-posts.min.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/related-posts/related-posts.min.js', 1, 0x00000000000000000000000000000000, 0x94e056ec06898453584e6c4f5528916f, 0x0c27d7c51f9b8ac7d121930aa15a28b721802e18d6cb2a30829c7ea8aaa7e708, '', 0, '?'),
(0x742fcbf2510847b1db9f4406228bc237, 'wp-content/plugins/jetpack/_inc/build/scan/admin-bar-notice.min.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/scan/admin-bar-notice.min.asset.php', 1, 0x00000000000000000000000000000000, 0xdeb51b2f4c17129b77febd545b45f2cb, 0x016ef2ca13fc1de0e0e094f27f17f1830e1331e7d78999d94c81cf8ea2b2ca58, '', 0, '?'),
(0x6a3644a5c787e7fe9d77e2600ee68516, 'wp-content/plugins/jetpack/_inc/build/scan/admin-bar-notice.min.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/scan/admin-bar-notice.min.js', 1, 0x00000000000000000000000000000000, 0xdc5b410a6d4b01da67c314fbb1a48ed4, 0x9cc9b26fb4bbf4cdad28c6846e8933b0ab343c1428e4a31bb6aa22c88bdabe0e, '', 0, '?'),
(0xe7f53f0d5425bbeb9f14f34e46950f4c, 'wp-content/plugins/jetpack/_inc/build/sharedaddy/admin-sharing.min.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/sharedaddy/admin-sharing.min.asset.php', 1, 0x00000000000000000000000000000000, 0xe545c04456a15cd05a549dcbcfdf868a, 0x95e0e2f9928a2c51f636276c758a984f14665abea4d137c4db5848bccc32d7d6, '', 0, '?'),
(0x69eb7738ca5f09eebf6d2d914065f289, 'wp-content/plugins/jetpack/_inc/build/sharedaddy/admin-sharing.min.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/sharedaddy/admin-sharing.min.js', 1, 0x00000000000000000000000000000000, 0x608ab7d6c9fb8dd073dfabe0c6dede4e, 0x010afe6931657f16d6e3052389a9914b18fddcccc1c46039a4646acd3efab225, '', 0, '?'),
(0x754e1619d88a747171c360895dea6e1b, 'wp-content/plugins/jetpack/_inc/build/sharedaddy/sharing.min.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/sharedaddy/sharing.min.asset.php', 1, 0x00000000000000000000000000000000, 0x3d2e62494dc4aedfc1ce02f332e8e3a1, 0xfe08a1a74660712bce0b788ff19061afb7f69f87fa18f0206ae6296e5bd5a6f5, '', 0, '?'),
(0xfa5a5603034b4068f90cf1912cd584f8, 'wp-content/plugins/jetpack/_inc/build/sharedaddy/sharing.min.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/sharedaddy/sharing.min.js', 1, 0x00000000000000000000000000000000, 0x2d3d2ccab2b4f9b32e1e85f9bb2a7c30, 0x5f3230660c71c7cca45cd3d53bea99f3dd5bf39de6ce180e01545a4adfa55bef, '', 0, '?'),
(0xbca76b605bdfdeaee212d1956e3f7df6, 'wp-content/plugins/jetpack/_inc/build/shortcodes/js/brightcove.min.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/shortcodes/js/brightcove.min.asset.php', 1, 0x00000000000000000000000000000000, 0x370c3b3d5af0c6ada823fd3e4c37c937, 0xaa291337110d16269c7dffb5768ac49133e6ea8e181ec8b86a1f5eefb6d1735b, '', 0, '?'),
(0x02c71d010ab75bffdd1045842484de7e, 'wp-content/plugins/jetpack/_inc/build/shortcodes/js/brightcove.min.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/shortcodes/js/brightcove.min.js', 1, 0x00000000000000000000000000000000, 0xc7e501f23cf78d029ececb7b778c9a89, 0x00a7a82be57d39fe5cce1ee750e539631dc6609a212d8fa519a1c8fced46e7a5, '', 0, '?'),
(0x17a26c01e018d83ac6653c34f2bb72b6, 'wp-content/plugins/jetpack/_inc/build/shortcodes/js/jmpress.min.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/shortcodes/js/jmpress.min.asset.php', 1, 0x00000000000000000000000000000000, 0xe2d498591746e0cec35099c15fc425c5, 0xed2f65ff72a88d21c7a340d4d6be877a4db7c62a8421338cdc5838e3f291274c, '', 0, '?'),
(0x02d473340dbc32cb456f2049376c97af, 'wp-content/plugins/jetpack/_inc/build/shortcodes/js/jmpress.min.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/shortcodes/js/jmpress.min.js', 1, 0x00000000000000000000000000000000, 0x25b9b8aab4de8a998c043ae58645e8e4, 0xce4e0146064af6644a5fafd2f25e726312b0d0198abd59e2d412470a98e11538, '', 0, '?'),
(0x75025e87de40da1b58903fd15a7961af, 'wp-content/plugins/jetpack/_inc/build/shortcodes/js/jmpress.min.js.LICENSE.txt', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/shortcodes/js/jmpress.min.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0xf13d350fd22865d5dbdb96266f1d6824, 0xb6d2cec485be1461460ed6435a2ccdf9861517812723df22fdc5a300075e2d04, '', 0, '?'),
(0x95d936ce134952c3690b6497d95bbee4, 'wp-content/plugins/jetpack/_inc/build/shortcodes/js/main.min.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/shortcodes/js/main.min.asset.php', 1, 0x00000000000000000000000000000000, 0xea9721ad76ff2fd38096423756d74f63, 0x5c398a571de920392d2f8b1f5d0756c4d382826d4937c5a62c83f3d5c2f6e110, '', 0, '?'),
(0xdc8297ac219b4ee2c14e633b68f2f8b8, 'wp-content/plugins/jetpack/_inc/build/shortcodes/js/main.min.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/shortcodes/js/main.min.js', 1, 0x00000000000000000000000000000000, 0x65e3665384d9e5618f4efbd18c270821, 0x45728f2c42e7cdcb29deedbd87a781e2cf4c514ced93221a5e00e1a01aebda43, '', 0, '?'),
(0x9c5a007993ca789047c69d2752b41a0a, 'wp-content/plugins/jetpack/_inc/build/shortcodes/js/quiz.min.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/shortcodes/js/quiz.min.asset.php', 1, 0x00000000000000000000000000000000, 0x455cb8402c457737c1722bb0d1cc2a8b, 0xc58ee5ed865a4910194c9d4ca89a4cdcafdeb4cbfc82990b07bafcd1c2e32454, '', 0, '?'),
(0x2c472127b6779e26223ac57ce951097c, 'wp-content/plugins/jetpack/_inc/build/shortcodes/js/quiz.min.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/shortcodes/js/quiz.min.js', 1, 0x00000000000000000000000000000000, 0x4e6b4c3f46bdff3ea4f0f559b7e879d0, 0xff48f794f60c9a89ad79f71641edf5f7121d8e461860d6f12bf21d0792bda5b4, '', 0, '?'),
(0xa5f1cdb7f1d220872f7c9764205689b4, 'wp-content/plugins/jetpack/_inc/build/shortcodes/js/recipes-printthis.min.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/shortcodes/js/recipes-printthis.min.asset.php', 1, 0x00000000000000000000000000000000, 0xedea32756ef5cab21e80760ae591d121, 0x5fb6c6718876d463757afdf637fddace6c33b6956761a68eb858a67510cc752a, '', 0, '?'),
(0x1c8ebf96ad641ee19df5b1d030c3face, 'wp-content/plugins/jetpack/_inc/build/shortcodes/js/recipes-printthis.min.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/shortcodes/js/recipes-printthis.min.js', 1, 0x00000000000000000000000000000000, 0x312964c1a51bbbdccda78d4e07bc338d, 0xf2f58782fbe97ccd762644c8cf065ff36653f0ec576291bce0447ae2f7922c27, '', 0, '?'),
(0xf397a365c10a92f84b2654abcb99dbea, 'wp-content/plugins/jetpack/_inc/build/shortcodes/js/recipes-printthis.min.js.LICENSE.txt', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/shortcodes/js/recipes-printthis.min.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0xb8ed346208dad9a69d141c0f9250b63e, 0x7f0a8acdb623b3425b6945ffa1b50311f972a4b417c5d623c6063e8304a0ffcc, '', 0, '?'),
(0x7f9e8ce893ba555ac549f0b47e77d03c, 'wp-content/plugins/jetpack/_inc/build/shortcodes/js/recipes.min.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/shortcodes/js/recipes.min.asset.php', 1, 0x00000000000000000000000000000000, 0x7bc4ed73051f94364210f7ec4a777872, 0x329aa6674ed099a2091d04ca05159cf12ff6330d1dbe3d2c1c9c5c99f5ee065e, '', 0, '?'),
(0x58e44bc31c4f58d3930d4420adc4fafc, 'wp-content/plugins/jetpack/_inc/build/shortcodes/js/recipes.min.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/shortcodes/js/recipes.min.js', 1, 0x00000000000000000000000000000000, 0xbee3f104aa4ad1e0931e3307df5ba32c, 0xe0d2827e61a085de9c3ba1afc59fb390f18bc7a8722b1ee347cd74f5a91e124b, '', 0, '?'),
(0x1aba559e577e328ed751f098c5dd5c9e, 'wp-content/plugins/jetpack/_inc/build/shortcodes/js/slideshow-shortcode.min.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/shortcodes/js/slideshow-shortcode.min.asset.php', 1, 0x00000000000000000000000000000000, 0x36eb561faef70f93c75d9f5477895dea, 0x411bda1ae354256ed8e6040a49bc2e649178c1a9f9413a9a3b4a126ab328b17d, '', 0, '?'),
(0xda9320c2338015edf3d9a786dd468f16, 'wp-content/plugins/jetpack/_inc/build/shortcodes/js/slideshow-shortcode.min.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/shortcodes/js/slideshow-shortcode.min.js', 1, 0x00000000000000000000000000000000, 0xcb5c0327a6ecb1208daa332e2e0453a9, 0xdc543bb616c0e81d8b05b399fbbc9e50ac537d24ef963f433c5b6e3a83880254, '', 0, '?'),
(0x4b7f339a27bbe158e4e9f73b60db700a, 'wp-content/plugins/jetpack/_inc/build/static-noscript-notice.html', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/static-noscript-notice.html', 1, 0x00000000000000000000000000000000, 0x13933a77cc5f04ba731b314733c9f3fe, 0x72e15bff18a2144a31061e87f03cf39cdf5f33a1b80a11f4b039872d41e9613e, '', 0, '?'),
(0x0759e98af8d883128be02a91a970b1f1, 'wp-content/plugins/jetpack/_inc/build/static-version-notice.html', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/static-version-notice.html', 1, 0x00000000000000000000000000000000, 0x9841c9d80b0c80d84f4d34bba073d9bf, 0xec9b31299c4f53797431555f8508f4329fc1414a3d89ebe5af1636798460c9cc, '', 0, '?'),
(0xe4e757622e64331acd56f00f44a7db0c, 'wp-content/plugins/jetpack/_inc/build/static.html', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/static.html', 1, 0x00000000000000000000000000000000, 0x7a91af2d2ddb01367622e05b0d687f07, 0x210d41ac317564295114aeb215fdb70253eb703181ba12ae3f9b702400bb87d7, '', 0, '?'),
(0x72176d61d24791641f8fa4de57bfbe1a, 'wp-content/plugins/jetpack/_inc/build/static.js.LICENSE.txt', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/static.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0xed285f38b76c3cc2a7898ea55cea25d5, 0xc577aed781982df05d4fb07296e2c46e942fd5bdf02170f539a6c3fe7416dfee, '', 0, '?'),
(0x5b6833583ba6957cc574b73785561656, 'wp-content/plugins/jetpack/_inc/build/style.min.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/style.min.css', 1, 0x00000000000000000000000000000000, 0xdc9d524d1fc805e1c3651e57f368b500, 0x649247a2999f2bda16cccbfc7fec08762adc21c24d9eeb9b010d269a5b22217c, '', 0, '?'),
(0xec1cd36c5a2fff2d6037189a14188a60, 'wp-content/plugins/jetpack/_inc/build/style.min.rtl.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/style.min.rtl.css', 1, 0x00000000000000000000000000000000, 0xe08846ba0886f519f0b387a911a0ecb9, 0x9eaaa6dcc81c2739aebf2760bac6d2f98794d4c415b6bf5c6ca6088867ba269f, '', 0, '?'),
(0xec809869fb074076e6f3736461f39044, 'wp-content/plugins/jetpack/_inc/build/tiled-gallery/tiled-gallery/tiled-gallery.min.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/tiled-gallery/tiled-gallery/tiled-gallery.min.asset.php', 1, 0x00000000000000000000000000000000, 0xfce7f5e1d0ef0c0009cddc534ac48b7c, 0x7b05c34938dee98d1a8af6589e8959af5af5b5a5f275418b4d8c5ab4451f3aa7, '', 0, '?'),
(0xbf47fd10b174f49e3878c1b385ff02c6, 'wp-content/plugins/jetpack/_inc/build/tiled-gallery/tiled-gallery/tiled-gallery.min.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/tiled-gallery/tiled-gallery/tiled-gallery.min.js', 1, 0x00000000000000000000000000000000, 0x76030c7c7fc506d2b15d666f7984a714, 0x80dbb0ac5ad15c686f0a9e60eaee43d7e7e6158d17a4b4d1b664dfc94747f70d, '', 0, '?'),
(0x94eb1e7a086c235d519addebd9721201, 'wp-content/plugins/jetpack/_inc/build/twitter-timeline.min.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/twitter-timeline.min.asset.php', 1, 0x00000000000000000000000000000000, 0x1614f628914db8ac4d934a38346179aa, 0xa4e30f9bede23087d820b3ae9208d4e141a7ebe3e25722aa6a75472861de0559, '', 0, '?'),
(0x4c3178c808964291e0aac937a68b9aaa, 'wp-content/plugins/jetpack/_inc/build/twitter-timeline.min.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/twitter-timeline.min.js', 1, 0x00000000000000000000000000000000, 0xb35fe9b564a0b4312516ea30a1e643e5, 0x3c88877ab4c42c2ee1d7731c877d0484c3becf22560f0e5ae52dcad17f60ff76, '', 0, '?'),
(0xa62d6b3863ff1a753a5b128776fca956, 'wp-content/plugins/jetpack/_inc/build/videopress/js/editor-view.min.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/videopress/js/editor-view.min.asset.php', 1, 0x00000000000000000000000000000000, 0x2a6d77007cfca7c74e82b06feea86797, 0xc29cf0dd185586a16006edbe0de4178e7f629f33344da4b5c587690d9fe9351f, '', 0, '?'),
(0xb96c9be2a82e3ed42c02c0c1b544ebe7, 'wp-content/plugins/jetpack/_inc/build/videopress/js/editor-view.min.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/videopress/js/editor-view.min.js', 1, 0x00000000000000000000000000000000, 0x74c264b10fcfb7d4c797ad5cded1fd87, 0x68a14fe7ca48ac83d72bbf26534d3c5ddb874b30e74519c2d1650ca8854e136d, '', 0, '?'),
(0x021159d68e96dc97c176d0b95d8b6dd1, 'wp-content/plugins/jetpack/_inc/build/videopress/js/gutenberg-video-upload.min.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/videopress/js/gutenberg-video-upload.min.asset.php', 1, 0x00000000000000000000000000000000, 0x61bdf797730c03c14461db9ca801171a, 0x3785ff603a56360bfed4685494c7aae24b45ee32a72dec183f6445acc23debc3, '', 0, '?'),
(0xd4d7be7d686256405fa4b7389538e571, 'wp-content/plugins/jetpack/_inc/build/videopress/js/gutenberg-video-upload.min.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/videopress/js/gutenberg-video-upload.min.js', 1, 0x00000000000000000000000000000000, 0xef7e635981f8008261ef019944b7cbc8, 0x98a00914067c7d37090e511bcae9e0f2b8df5e33e019958a2fa1d5c3019153d0, '', 0, '?'),
(0xb31ffec9e3f5eb767e6f6ae2fd78d04b, 'wp-content/plugins/jetpack/_inc/build/videopress/js/media-video-widget-extensions.min.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/videopress/js/media-video-widget-extensions.min.asset.php', 1, 0x00000000000000000000000000000000, 0xca4db6e6b99f55589eebd3cbe48d8a30, 0xecb9fba21d8c47863ecf3f208a06b23c247230a925f74359bf0f3b9e15282067, '', 0, '?'),
(0x6055174c2a5241a04c66e1ae776cd56d, 'wp-content/plugins/jetpack/_inc/build/videopress/js/media-video-widget-extensions.min.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/videopress/js/media-video-widget-extensions.min.js', 1, 0x00000000000000000000000000000000, 0x34a88b0832299db9ca54d9a240fdfc86, 0xf93e05a6aa4b17a1ef5748510e616cbdd67070015b9e2198d68a9973db620055, '', 0, '?'),
(0x01b66095a5adf60ccc922523b92360f5, 'wp-content/plugins/jetpack/_inc/build/videopress/js/videopress-add-resumable-upload-support.min.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/videopress/js/videopress-add-resumable-upload-support.min.asset.php', 1, 0x00000000000000000000000000000000, 0x1407b6e41573cb5afacdc6de2286f527, 0x2c873f4a8dce0008e17ece9bc5aebc1d676bf7a7b55b71283e794b5b9164e2cb, '', 0, '?'),
(0xc8de885ba505daaf981f306d6ee8fc71, 'wp-content/plugins/jetpack/_inc/build/videopress/js/videopress-add-resumable-upload-support.min.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/videopress/js/videopress-add-resumable-upload-support.min.js', 1, 0x00000000000000000000000000000000, 0x89e608ccd92be67659fcf74686913bcb, 0x81f8b4414f4bc2b024dee160dfdde77646c75b670e9f740309403278c9d14022, '', 0, '?'),
(0x7dc846e3ca7adf8f6f74d9dc552f2ee0, 'wp-content/plugins/jetpack/_inc/build/videopress/js/videopress-plupload.min.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/videopress/js/videopress-plupload.min.asset.php', 1, 0x00000000000000000000000000000000, 0x524dd2e854a6707f7f5b28a4d3bfd2c1, 0x0faaca1c32a53a7a1f2afe1e0d15db825c68c14e50a610b60ef6da289dc0bc1b, '', 0, '?'),
(0x6e112d28d2fbdb6e7edc9717a931e90e, 'wp-content/plugins/jetpack/_inc/build/videopress/js/videopress-plupload.min.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/videopress/js/videopress-plupload.min.js', 1, 0x00000000000000000000000000000000, 0x84b31b7aaf9237f8ef2d60cb79527766, 0xc07ee9f23699c561cc047410156e7c4d17b37ec9b35c3bcbd53e66ae68a0a597, '', 0, '?'),
(0x9d8d8854c5f796339f82a6886f55a2dd, 'wp-content/plugins/jetpack/_inc/build/videopress/js/videopress-token-bridge.min.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/videopress/js/videopress-token-bridge.min.asset.php', 1, 0x00000000000000000000000000000000, 0xf568353a71faa5024715aa41c024eef5, 0x8008994e35fde52d32969fdc2c98f600de4de804bf8e9f3055c2ca6215a11179, '', 0, '?'),
(0xd3df5b61293c4feee6ab39a606c13a9d, 'wp-content/plugins/jetpack/_inc/build/videopress/js/videopress-token-bridge.min.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/videopress/js/videopress-token-bridge.min.js', 1, 0x00000000000000000000000000000000, 0xff0f0ea06a7d22acbcfbad5a3b8366e8, 0xbe2826aecdd190c093519baea8de413350e49e83b538b3c65c20d2bf4bdc3c52, '', 0, '?'),
(0x25ffde6fcfd244dc1fc390f741f05ac6, 'wp-content/plugins/jetpack/_inc/build/videopress/js/videopress-uploader.min.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/videopress/js/videopress-uploader.min.asset.php', 1, 0x00000000000000000000000000000000, 0x327439d0407c441961e222aaccf2a649, 0x165605f6321bedc85f050ccef364212e6565e19c96662ad47af364fdc0b13afa, '', 0, '?'),
(0xee532a36c44192e3d0ede936f9760ec8, 'wp-content/plugins/jetpack/_inc/build/videopress/js/videopress-uploader.min.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/videopress/js/videopress-uploader.min.js', 1, 0x00000000000000000000000000000000, 0x70c1e909c9ffb35e25ad3267d7a1b5e2, 0x061b95ae2f12aa6eceb27af52b13a831ae87f13ac18a98ce5dcf48b3d2e1990b, '', 0, '?'),
(0x4f58f871bdb36e0cdb16ec7631bd8f05, 'wp-content/plugins/jetpack/_inc/build/widget-visibility/editor/index.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/widget-visibility/editor/index.asset.php', 1, 0x00000000000000000000000000000000, 0xd2008d78ef8b5601b6901bedb462507d, 0x02f4c8d06ec612d84a12c22975ebf9721ce5635185b63245cf70cd6ddc2cb729, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x541487884daaf2e84b1d0e2ca5ef5c56, 'wp-content/plugins/jetpack/_inc/build/widget-visibility/editor/index.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/widget-visibility/editor/index.css', 1, 0x00000000000000000000000000000000, 0x87f834147d905302888518de631461b9, 0x8ece35d9e9f49d1dde12b9529a7cdf4986e228fb5c02c4703310c4f77013f6ec, '', 0, '?'),
(0x63fa63f682135dfb96a412b9880007da, 'wp-content/plugins/jetpack/_inc/build/widget-visibility/editor/index.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/widget-visibility/editor/index.js', 1, 0x00000000000000000000000000000000, 0x96c299f7bc961479dcf0be266d266b54, 0x0b523c46b0b6e6049f9ecd40a8f0bc9cf174ecab41483d099a8ef85f42ab5805, '', 0, '?'),
(0xdef1cdbfc1fe16b3c9da3e4f5f54153e, 'wp-content/plugins/jetpack/_inc/build/widget-visibility/editor/index.rtl.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/widget-visibility/editor/index.rtl.css', 1, 0x00000000000000000000000000000000, 0x87f834147d905302888518de631461b9, 0x8ece35d9e9f49d1dde12b9529a7cdf4986e228fb5c02c4703310c4f77013f6ec, '', 0, '?'),
(0x49ad3479b3ef9ebb6aebca0343b726ed, 'wp-content/plugins/jetpack/_inc/build/widget-visibility/widget-conditions/widget-conditions.min.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/widget-visibility/widget-conditions/widget-conditions.min.asset.php', 1, 0x00000000000000000000000000000000, 0xef00b6af2718f8f536e60d1d075f8f99, 0xb1d6181c6e1086166420faa5882ffec92abfe564f677cf21504c114109da6189, '', 0, '?'),
(0x83946a536c0040080cb91b2dd840fab5, 'wp-content/plugins/jetpack/_inc/build/widget-visibility/widget-conditions/widget-conditions.min.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/widget-visibility/widget-conditions/widget-conditions.min.js', 1, 0x00000000000000000000000000000000, 0xea504971a5ddbdbc0fe759970f5abbf8, 0xfe5215b1a6c8a3009650f6e9cc9d7390255bffd9f47ef56d20a0282be50603dd, '', 0, '?'),
(0x0d145214b0acbb050fbd18a3d3cc2a34, 'wp-content/plugins/jetpack/_inc/build/widgets/contact-info/contact-info-admin.min.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/widgets/contact-info/contact-info-admin.min.asset.php', 1, 0x00000000000000000000000000000000, 0x9e87d9cf3b53740aa988298f7d4d5ae1, 0x37e3bc9a1dea97636596fa21414a366f4518ccc312042e9ffd7ba8eda50a8c84, '', 0, '?'),
(0x943e7400edb676f85f36927bb9ea075a, 'wp-content/plugins/jetpack/_inc/build/widgets/contact-info/contact-info-admin.min.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/widgets/contact-info/contact-info-admin.min.js', 1, 0x00000000000000000000000000000000, 0xcc4591baea186e1059c6ed7e7ed2209a, 0xccbc9d1cb321210acf4f1af30e72f354af335cd31c77bdd0ae09f09781e65007, '', 0, '?'),
(0x697b506bdd7b6bfd9a0469888b1ce372, 'wp-content/plugins/jetpack/_inc/build/widgets/customizer-utils.min.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/widgets/customizer-utils.min.asset.php', 1, 0x00000000000000000000000000000000, 0x4690d0ac6e22591b211e0c171224d782, 0xdb6f7306147ac3bd4246db4100e058bd226ecd88ef39c1836613bf2a8452db27, '', 0, '?'),
(0xf327d0b06aecf053a7f42425bc2bbd90, 'wp-content/plugins/jetpack/_inc/build/widgets/customizer-utils.min.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/widgets/customizer-utils.min.js', 1, 0x00000000000000000000000000000000, 0xc948418c76d3233ec5315bb440ed4e38, 0xb266d539bd9317e660df42700cf9a2b84d69b33d1d9ce7f3ef5b0fcb66b4b009, '', 0, '?'),
(0x4455db8e7c3ace5fd591993f602bd723, 'wp-content/plugins/jetpack/_inc/build/widgets/eu-cookie-law/eu-cookie-law-admin.min.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/widgets/eu-cookie-law/eu-cookie-law-admin.min.asset.php', 1, 0x00000000000000000000000000000000, 0x7faaed280e48bf13401f822e1ded91ec, 0x1849dca1394a2b14f0a572bfedcf2e5f183cde0e82fc331527bcfd4920737d42, '', 0, '?'),
(0xa25c1e4a32c150cdc76f48f9dca74f99, 'wp-content/plugins/jetpack/_inc/build/widgets/eu-cookie-law/eu-cookie-law-admin.min.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/widgets/eu-cookie-law/eu-cookie-law-admin.min.js', 1, 0x00000000000000000000000000000000, 0x31a76300053ba2ac8e04887d837d9703, 0x310555500a9e03cd6fa13d30eb69221d6ce974506d08c43110fb87f2c68b5104, '', 0, '?'),
(0x85d3ca91298fcc7045ba425022652f49, 'wp-content/plugins/jetpack/_inc/build/widgets/eu-cookie-law/eu-cookie-law.min.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/widgets/eu-cookie-law/eu-cookie-law.min.asset.php', 1, 0x00000000000000000000000000000000, 0x5adff165ad1a2e6d5c4177142c2d8398, 0x4fb455ecada68748e6c954db56e592913fc64e9c718b683887e2e8aecef60ebe, '', 0, '?'),
(0xdc99fe83a2c97ad8eebb02e025658210, 'wp-content/plugins/jetpack/_inc/build/widgets/eu-cookie-law/eu-cookie-law.min.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/widgets/eu-cookie-law/eu-cookie-law.min.js', 1, 0x00000000000000000000000000000000, 0x7ef90a0533700cd176a55e4e648e3b25, 0x9e85a464cf194d9d0f0bab18cef26768243cab7cc56e91bafa7a7c104a1adf70, '', 0, '?'),
(0x1e3556d9fc128a4fb4172ee7d6a0e68b, 'wp-content/plugins/jetpack/_inc/build/widgets/gallery/js/admin.min.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/widgets/gallery/js/admin.min.asset.php', 1, 0x00000000000000000000000000000000, 0xa17e1925f37d9f1674ff652fb81ff9ed, 0xbe98e3f45b37ce6d5ee41f71d0439a6f25842ab2bc782e358189c691277ab460, '', 0, '?'),
(0xcb9d0d2ea9f8f863449218b2521c7af6, 'wp-content/plugins/jetpack/_inc/build/widgets/gallery/js/admin.min.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/widgets/gallery/js/admin.min.js', 1, 0x00000000000000000000000000000000, 0x82f8cac99f34d23f78b9fcb2a6e00490, 0x107d4a903e7029be4be5a4c3e1e0683e500fab5186a44b721160a473b22466a2, '', 0, '?'),
(0x16bd28a6199cec03e6d62e2465c57205, 'wp-content/plugins/jetpack/_inc/build/widgets/gallery/js/gallery.min.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/widgets/gallery/js/gallery.min.asset.php', 1, 0x00000000000000000000000000000000, 0xb3672ed69bd09cbe90d89bf51181d3e1, 0xb1a94112cafea45952173d42c4cb2ff7f305bc589fca26922974b919f4fb912c, '', 0, '?'),
(0xfeb985b032ccd259754c826fdd1c001a, 'wp-content/plugins/jetpack/_inc/build/widgets/gallery/js/gallery.min.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/widgets/gallery/js/gallery.min.js', 1, 0x00000000000000000000000000000000, 0xe76efe4f4e35bb7e7f1a2587186e1910, 0x73ed6950bcadf681785908c036038ff02cf84b8b82f1519fc5538ad54e29df65, '', 0, '?'),
(0x6ca74b12ec565c6b4c2cfe22ad5f4be4, 'wp-content/plugins/jetpack/_inc/build/widgets/google-translate/google-translate.min.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/widgets/google-translate/google-translate.min.asset.php', 1, 0x00000000000000000000000000000000, 0xd5f77a27b34dacf6b218266cb13f1a55, 0x88bb0bf8d09cd0832e69a51f96811389e60f8a41be25a7b20a080b97dd8ed0da, '', 0, '?'),
(0xb2c09e454418bcf4be575ce87209a842, 'wp-content/plugins/jetpack/_inc/build/widgets/google-translate/google-translate.min.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/widgets/google-translate/google-translate.min.js', 1, 0x00000000000000000000000000000000, 0x135c1e4da4e7275bd7fb0e1e9c7957bf, 0x9a9626e48cdfdcda9c45b445ecbac703a1682548477c702808b5538d2a2498bd, '', 0, '?'),
(0xee938430b43532a0a74f0f18b35222db, 'wp-content/plugins/jetpack/_inc/build/widgets/milestone/admin.min.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/widgets/milestone/admin.min.asset.php', 1, 0x00000000000000000000000000000000, 0x126f2f6a660c146d9918e69e46274c2f, 0x690e91d514ae29a1aae276c51449d3855ec0c3eb3fb8696b03b7e5e52d72747e, '', 0, '?'),
(0x590d5068320a19e902548eaee1375ba5, 'wp-content/plugins/jetpack/_inc/build/widgets/milestone/admin.min.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/widgets/milestone/admin.min.js', 1, 0x00000000000000000000000000000000, 0x425abded1f502c2a952f3b244e963b12, 0xaf932d37ef588e82b43fecd3134b4c0b65facfe19652510cd04f5e288aeb4af6, '', 0, '?'),
(0x164e3ae53f59ae2b4f15d6b12571ca2b, 'wp-content/plugins/jetpack/_inc/build/widgets/milestone/milestone.min.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/widgets/milestone/milestone.min.asset.php', 1, 0x00000000000000000000000000000000, 0x039ef617850ee539d94cca3f7ca7108e, 0x5fbe454f30e697c5348e1e873dc47c5d0428ff549fa83cf1580fc37f55af3ce7, '', 0, '?'),
(0x9e87a709d1d569f0f651b59e9cb27d19, 'wp-content/plugins/jetpack/_inc/build/widgets/milestone/milestone.min.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/widgets/milestone/milestone.min.js', 1, 0x00000000000000000000000000000000, 0x18448882555bfd6d75cd5d7c3b4a9899, 0x63d3af6a446870a1a4e3b3faae6b2d5cff32474cd4c2691e739b1cd53d197fa8, '', 0, '?'),
(0xcdef3b893c9cf5210739e4d681b10253, 'wp-content/plugins/jetpack/_inc/build/widgets/simple-payments/customizer.min.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/widgets/simple-payments/customizer.min.asset.php', 1, 0x00000000000000000000000000000000, 0x732eee63baf16f357c760679b64ec7db, 0x25205ff96fb1aa3d152abe14a1151d5e588a5404d48a511ec937a75340e205c1, '', 0, '?'),
(0x566bd58cafe23aa646cb1f1f6834f621, 'wp-content/plugins/jetpack/_inc/build/widgets/simple-payments/customizer.min.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/widgets/simple-payments/customizer.min.js', 1, 0x00000000000000000000000000000000, 0x7e1dbf73f18916fd9b63c8e122748a94, 0xcc4a9fabe1558fe76aca1851a2e58494a3b34a7e8d630f5f12da2e75bcbb0888, '', 0, '?'),
(0xbc86a6d654d62707d5236b97e38b7e3f, 'wp-content/plugins/jetpack/_inc/build/widgets/social-icons/social-icons-admin.min.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/widgets/social-icons/social-icons-admin.min.asset.php', 1, 0x00000000000000000000000000000000, 0x8f8b31e541b2fc0145d427d76439ec00, 0x40ee5bb6c2c6a9d0df39f5aeaf556550f2b8dc22d70d55b7017ccff849acf36a, '', 0, '?'),
(0x174f4778b111dc3dfc86354cd30cce09, 'wp-content/plugins/jetpack/_inc/build/widgets/social-icons/social-icons-admin.min.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/widgets/social-icons/social-icons-admin.min.js', 1, 0x00000000000000000000000000000000, 0xce42a0e39f2f82a5010ae365b5169698, 0xe30ce0257e040bdac6109bc637ec9efd5de759146193fbe9b621e28c67408239, '', 0, '?'),
(0xbcdcfc4a2ee0fe34e71f5256f7b81194, 'wp-content/plugins/jetpack/_inc/build/widgets/twitter-timeline-admin.min.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/widgets/twitter-timeline-admin.min.asset.php', 1, 0x00000000000000000000000000000000, 0x0b970b70354b45e2847f53aff2031ac4, 0x79ee942d4e5bf2fee911d69e56b822222e4a08359307a88d84c64531d3ea73c4, '', 0, '?'),
(0x2ef424337ea57a76fd4ace2d80a0808d, 'wp-content/plugins/jetpack/_inc/build/widgets/twitter-timeline-admin.min.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/widgets/twitter-timeline-admin.min.js', 1, 0x00000000000000000000000000000000, 0x951e39daf4ad980a899bc01fa7a3341d, 0x6bb390396c06452d850c5a259a50b9ddca6daf8c50e0d6a25f27e55d3411aa8c, '', 0, '?'),
(0x3154bf7d7e86ec12700159b80149f63b, 'wp-content/plugins/jetpack/_inc/build/wordads/js/wordads-ccpa.min.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/wordads/js/wordads-ccpa.min.asset.php', 1, 0x00000000000000000000000000000000, 0x59395416dafc7283feb999fdfe7a350d, 0x159dcfab984e02b685ec7b7cc6b1a4ee425583f4db7a69f84d1094e731f0856d, '', 0, '?'),
(0x013fc2bbc046d45d05b19354033537d3, 'wp-content/plugins/jetpack/_inc/build/wordads/js/wordads-ccpa.min.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/wordads/js/wordads-ccpa.min.js', 1, 0x00000000000000000000000000000000, 0x349d6321f27b08f6612198d05caaf359, 0x5ba97c2ff6ead4af9eb117691c8aa138fbbc0c8bf0998999fb2fc500f86a4eb6, '', 0, '?'),
(0x5ce85c5d8709a6aea82a1f191ad3fe20, 'wp-content/plugins/jetpack/_inc/class.jetpack-provision.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/class.jetpack-provision.php', 1, 0x00000000000000000000000000000000, 0x9427ff88ca152bfdbefc2caa9b2a15e9, 0x98d2b46aa8140f6ee297b768a148098266e18ee81123ac1fc912061922a828bb, '', 0, '?'),
(0x5944480fd64ce00bbaec9990bd90b591, 'wp-content/plugins/jetpack/_inc/connect-button.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/connect-button.js', 1, 0x00000000000000000000000000000000, 0x26bd20204d86441d14d47e8eab65d8de, 0x3c300e18af1e8b204cbee6c9a42da849bea367bf3e2f12df0725cbcd5587c45e, '', 0, '?'),
(0xf2fae50ac4bfb218f445f77beb3f52b7, 'wp-content/plugins/jetpack/_inc/crowdsignal-shortcode.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/crowdsignal-shortcode.js', 1, 0x00000000000000000000000000000000, 0x8fb4536b83abd0c4add57a18bb7a4dcf, 0x43a725806277cf97811e87f6b66e6b427dc3d129b80dc2cac3162bee4cd4ded9, '', 0, '?'),
(0x8ef4a862ac977bc0280aea7312995fe3, 'wp-content/plugins/jetpack/_inc/crowdsignal-survey.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/crowdsignal-survey.js', 1, 0x00000000000000000000000000000000, 0x518b605684c9f2790a3632bf37cd45a5, 0xc91d02c8b431532974a64b9a8696be79f8bc6e65c3a0c841ed699dee498e7eb3, '', 0, '?'),
(0xd3a9094edc38c565930771f3e79bfa2f, 'wp-content/plugins/jetpack/_inc/facebook-embed.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/facebook-embed.js', 1, 0x00000000000000000000000000000000, 0xa0661d0019e766a5a9252bbfc0f33ad9, 0x2633a2469a2cb8d5ae64bd5b83462b9ac951e799652fede60e0cfbab265207a9, '', 0, '?'),
(0x5ee6a94363d6f42db9a537244d8c86ff, 'wp-content/plugins/jetpack/_inc/fonts/automatticons/automatticons.eot', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/fonts/automatticons/automatticons.eot', 1, 0x00000000000000000000000000000000, 0x260e6601d42a749f3ee0fb464befee9e, 0x971e1f6e46a6ecb2b5b864fd44d681ea3859f6c836312289cbbea98bda3e47c1, '', 0, '?'),
(0x9c0f55078f0805a9ac8190bc0cf44a03, 'wp-content/plugins/jetpack/_inc/fonts/automatticons/automatticons.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/fonts/automatticons/automatticons.svg', 1, 0x00000000000000000000000000000000, 0xe4357f809a3c91c89c65965e16cbc5b3, 0x82cd8d40a033440db2520964a67c88f1bd67078d8c27ef8a1274b7cba1065f5a, '', 0, '?'),
(0x3ba210911e2193a19ee17ba7102cff01, 'wp-content/plugins/jetpack/_inc/fonts/automatticons/automatticons.ttf', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/fonts/automatticons/automatticons.ttf', 1, 0x00000000000000000000000000000000, 0x0fcae5db01a205380ae71b71871bedad, 0xba64155a9f952fbb613e82b15f44ffd007902a27780323f2070ee62aced43efc, '', 0, '?'),
(0xfcb3ae4537bd93a9f006ebd01d79c542, 'wp-content/plugins/jetpack/_inc/fonts/automatticons/automatticons.woff', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/fonts/automatticons/automatticons.woff', 1, 0x00000000000000000000000000000000, 0x7b1f63e7cf9ea085089c86d339776da8, 0x9269550f694cd32a33bbb8dfeea9bde4387802528299ca5292b4bd79521045bc, '', 0, '?'),
(0x8b803b6b940b00a0c10f92ca8f0d9495, 'wp-content/plugins/jetpack/_inc/fonts/jetpack/jetpack.eot', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/fonts/jetpack/jetpack.eot', 1, 0x00000000000000000000000000000000, 0x07748bad73c37186f38c91e310bf2fbc, 0x3da870e41ab814f9581e666d3f6bd7093db71df58dcdbdbd05d97f0c27e1a2c1, '', 0, '?'),
(0x01e5bd3b797f0fa632659aa3f2ffc680, 'wp-content/plugins/jetpack/_inc/fonts/jetpack/jetpack.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/fonts/jetpack/jetpack.svg', 1, 0x00000000000000000000000000000000, 0xc536391b97e227f28add9afc3bd7fa91, 0xdbd2bafe97ab43aa092d5063ebfb95fc29be44f1d781527ca52be15078d22b8f, '', 0, '?'),
(0xcd13f87d25630b31a7496444ff614263, 'wp-content/plugins/jetpack/_inc/fonts/jetpack/jetpack.ttf', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/fonts/jetpack/jetpack.ttf', 1, 0x00000000000000000000000000000000, 0x30dfde36fb190bf9589bd1fe8c7dbc0a, 0x202a5b84007486665ab6d39e4e73933bc5482f2406958318af488c49bc161559, '', 0, '?'),
(0x23d85e9d87e73b539ecb544ece85f6c0, 'wp-content/plugins/jetpack/_inc/fonts/jetpack/jetpack.woff', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/fonts/jetpack/jetpack.woff', 1, 0x00000000000000000000000000000000, 0xe12b78ae32f56212ad1cb8af96684987, 0x8130b57466948e6324785cc310f543f275624266c8881ade57854dba0fbed91f, '', 0, '?'),
(0xfb985b3aa438e73cc4cc3162d830cc2c, 'wp-content/plugins/jetpack/_inc/gallery-settings.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/gallery-settings.js', 1, 0x00000000000000000000000000000000, 0x050a6a5745c3af8f78923f6e6b2df176, 0x6225a8fc062bb7188d0ff4a71510bd2307ad6451ab9c2966d426aedae4171db7, '', 0, '?'),
(0x022c6ace86c85bff5d2c291673e70776, 'wp-content/plugins/jetpack/_inc/genericons/COPYING.txt', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/genericons/COPYING.txt', 1, 0x00000000000000000000000000000000, 0xb9423b96eb6160477fd4a2b7de890419, 0xf6832baf5034d5110b672ebde09ec41f7bcee1cafe5e579cc42f211b5b71758f, '', 0, '?'),
(0xe834c505ab260a1c3402e2a57f761ca1, 'wp-content/plugins/jetpack/_inc/genericons/LICENSE.txt', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/genericons/LICENSE.txt', 1, 0x00000000000000000000000000000000, 0xb234ee4d69f5fce4486a80fdaf4a4263, 0xbcff007631a3ea73d41d4eed3e63491f4412d9a6be9dd60f8449e9ad30ff1d2d, '', 0, '?'),
(0x4de76c87b390ec7cfaa3a2e54f0bb2ac, 'wp-content/plugins/jetpack/_inc/genericons/README.md', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/genericons/README.md', 1, 0x00000000000000000000000000000000, 0x031ec4ed36a007d7d9f15600d7ebd5e8, 0x05d295527703d91626384a92f18c69126540a4ed8bee3c4de57dbe3c2c222f64, '', 0, '?'),
(0xe125cf573b01a1ea8a0970c158ac6861, 'wp-content/plugins/jetpack/_inc/genericons/genericons/Genericons.eot', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/genericons/genericons/Genericons.eot', 1, 0x00000000000000000000000000000000, 0xbebb165302a5d3a90ab9012f3b5d733e, 0x34c02b5fc95b159ea6f5bcc2da08cc717076152cc706b47bf66cbea4929cc4d2, '', 0, '?'),
(0x5e93396fa43d3e68cc0350f01c016157, 'wp-content/plugins/jetpack/_inc/genericons/genericons/Genericons.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/genericons/genericons/Genericons.svg', 1, 0x00000000000000000000000000000000, 0x29816c642aaa0e5a8c9402f4d2da62cf, 0x2801d335c45c26484649376c32343d7d609b6ad556c7d201f40cf9426a3429e5, '', 0, '?'),
(0xd118adbf7f2b05a5507d041e697718db, 'wp-content/plugins/jetpack/_inc/genericons/genericons/Genericons.ttf', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/genericons/genericons/Genericons.ttf', 1, 0x00000000000000000000000000000000, 0x008827208ffc4eeab99bf3cc14fe1e56, 0x8b3f89fe9ac7b5b75f2dcf9fc5f2b5623762a41ac009ab270cf866703e554700, '', 0, '?'),
(0xfbff3953f11fde618687ef8192cb64c4, 'wp-content/plugins/jetpack/_inc/genericons/genericons/Genericons.woff', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/genericons/genericons/Genericons.woff', 1, 0x00000000000000000000000000000000, 0xf3f73b280148eeed102d4a6874ac7886, 0x84b63b0ed2166d13861eda7ddbe29dc5eecacc65287e9179306dbe1b3da07d2c, '', 0, '?'),
(0xec86df4265da7eed53ee34ce6b65cb1e, 'wp-content/plugins/jetpack/_inc/genericons/genericons/genericons.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/genericons/genericons/genericons.css', 1, 0x00000000000000000000000000000000, 0x13a6500ddf36c6dd581877aefc78d34d, 0x29e5d7c04020d6d1b576a950bd345c572a59f49e27e02d63cd7c15168e8afafb, '', 0, '?'),
(0x7486644df1a3124a516ebf1099f71412, 'wp-content/plugins/jetpack/_inc/genericons/genericons/rtl/genericons-rtl.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/genericons/genericons/rtl/genericons-rtl.css', 1, 0x00000000000000000000000000000000, 0x592b0e60968bbac98f235967494be001, 0xbfe5b8c1fe4abccc34010b78de8313f34d41f289afc5fd9506ae9d7fd1222bb3, '', 0, '?'),
(0x64dbfd7c315b9df21ba15d74467f55b6, 'wp-content/plugins/jetpack/_inc/genericons/genericons.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/genericons/genericons.css', 1, 0x00000000000000000000000000000000, 0xc14dd6e84e694a66c7e27f11220ed49a, 0x3ad38db592a54c88305648ca35eeb87f279d7e008eda3509474fcad6d3e8e8f5, '', 0, '?'),
(0xff87c4e526c40e59931abb3f80facec0, 'wp-content/plugins/jetpack/_inc/genericons.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/genericons.php', 1, 0x00000000000000000000000000000000, 0x03e33f6d74a74cfc61f765a7c7f73184, 0x5225ec0b57666efb0bc3341583cc34df463bb06a92bbaf46d6cf9db6063ee496, '', 0, '?'),
(0xd178f1383d87817fb5f44956a7fb7966, 'wp-content/plugins/jetpack/_inc/jetpack-admin.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/jetpack-admin.js', 1, 0x00000000000000000000000000000000, 0x0206db391df1e6ade1cd2aa1207b6994, 0xb67c7e3a5841f9f0ed905d4b41aa318642dad11703e8c96809af2d000f556785, '', 0, '?'),
(0xdb4827bbb67e5daba884dabd1d35208c, 'wp-content/plugins/jetpack/_inc/jetpack-connection-banner.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/jetpack-connection-banner.js', 1, 0x00000000000000000000000000000000, 0x4d8afe4375f9130654e679aa6b01ecbc, 0x4b21e577e3e717a010534386c8ab2dd801b4f6738c73839707ec2a5472537803, '', 0, '?'),
(0xadd2cd1ae0c09c106b9170746bc4dd05, 'wp-content/plugins/jetpack/_inc/jetpack-deactivate-dialog.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/jetpack-deactivate-dialog.js', 1, 0x00000000000000000000000000000000, 0xe91002b7154a22978798b335305ef0b6, 0x08800b4ffa2df9be71cdb26707f218cfc531654d7a5efb5e794f5ed167e91424, '', 0, '?'),
(0xfccf4a23a9cf0a1afb22dc81c7c0ed58, 'wp-content/plugins/jetpack/_inc/jetpack-modules.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/jetpack-modules.js', 1, 0x00000000000000000000000000000000, 0x40526a5c2e20caad860cbaeccd7f5b6f, 0xea5bfd0b029e894d23f3843c74b9a88712d0736df8bd215b672043dcafb3a123, '', 0, '?'),
(0x7878805c912c5cd8d83226576e749106, 'wp-content/plugins/jetpack/_inc/jetpack-modules.models.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/jetpack-modules.models.js', 1, 0x00000000000000000000000000000000, 0x5f5d39882d7cb8d46c5c55e8f3b2cb5a, 0x0caade097df379bc05f6197382cb700da279e6dccd73e59cdcaf106a882b4c15, '', 0, '?'),
(0x77735ca00356b96a2bf82f9fa0639c13, 'wp-content/plugins/jetpack/_inc/jetpack-modules.views.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/jetpack-modules.views.js', 1, 0x00000000000000000000000000000000, 0xc915fcb88a754386e7c373e3968d6c45, 0x6647382cda3bc29a13b4469ee2fa547f5529396a11b5b1b618036663baba5ecf, '', 0, '?'),
(0xbb4b83e41ed43b92bbd62813b57d77a4, 'wp-content/plugins/jetpack/_inc/jetpack-recommendations-banner.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/jetpack-recommendations-banner.js', 1, 0x00000000000000000000000000000000, 0xe4e06553e553ae37c68561de8fd7d2a0, 0x3271312a97315891d3f02927699c2bd5c4c8c9dc49362c9e1956cff4ec4c105f, '', 0, '?'),
(0x3ee56a2a228b907d02abd8d488c30fc3, 'wp-content/plugins/jetpack/_inc/jetpack-server-sandbox.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/jetpack-server-sandbox.php', 1, 0x00000000000000000000000000000000, 0xadc34d1bd2d3b92222dc2b355dafae04, 0x1b37b12409a6475e534c937a74b348d0444b77799b07e9c88c950fb07fa4c346, '', 0, '?'),
(0xdc0b17b2031e5cf92503fbae23cc2391, 'wp-content/plugins/jetpack/_inc/lib/admin-pages/class-jetpack-about-page.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/admin-pages/class-jetpack-about-page.php', 1, 0x00000000000000000000000000000000, 0x30884dbde1421db23b1acd9655558be6, 0x91b0fc125be5eba08181a022d4c193e98e47f239ca2ef16a474b2cbdbe2fb9f2, '', 0, '?'),
(0x1715f05bc0f2c1f3c5a81ba1d993ba02, 'wp-content/plugins/jetpack/_inc/lib/admin-pages/class-jetpack-redux-state-helper.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/admin-pages/class-jetpack-redux-state-helper.php', 1, 0x00000000000000000000000000000000, 0xf7257daf05215f9e02f0c31e6c9fc3bb, 0x26caefb3a5b9a420f14a2a5bc0eeeabc47440fb56233306f6bedd4eff228bf99, '', 0, '?'),
(0x8f73781972a291f37ebf0fc1c02072db, 'wp-content/plugins/jetpack/_inc/lib/admin-pages/class.jetpack-admin-page.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/admin-pages/class.jetpack-admin-page.php', 1, 0x00000000000000000000000000000000, 0x3d185d71b5d62ddd90a65bfeb7645843, 0x646b126a0d1eeda8d1079d8319bf0095eb87155f029792f6644cd0151e27c486, '', 0, '?'),
(0xdf47ed5ea7b39020dc86f3c6f5031a1c, 'wp-content/plugins/jetpack/_inc/lib/admin-pages/class.jetpack-landing-page.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/admin-pages/class.jetpack-landing-page.php', 1, 0x00000000000000000000000000000000, 0xed3ae6579cba0474707d8450c1622e7d, 0x999de42cb0ca39b3d70f6085068bfc099d7b51a1140caa4aa0701ed555cc2001, '', 0, '?'),
(0xb7bcafc7563b2e909e810a36c9a999aa, 'wp-content/plugins/jetpack/_inc/lib/admin-pages/class.jetpack-react-page.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/admin-pages/class.jetpack-react-page.php', 1, 0x00000000000000000000000000000000, 0xfeccbf37d27f0929fac0f491f65bd357, 0x30aa777cee05daf4f207921a4fff51fd27c08c27a4b909352fd7b8ac805b4022, '', 0, '?'),
(0xfdb6f2c5d23a63aa4fd6ab4f9e1219ef, 'wp-content/plugins/jetpack/_inc/lib/admin-pages/class.jetpack-settings-page.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/admin-pages/class.jetpack-settings-page.php', 1, 0x00000000000000000000000000000000, 0x7f387d8c9845f2846b274ba7c401ce54, 0xe216db610811d43094ab2d3b58377636dcbf71a3ed3391b0f8c375a22bde8808, '', 0, '?'),
(0xa2b1edc8c5d11d6574fb97765793d8a1, 'wp-content/plugins/jetpack/_inc/lib/class-jetpack-currencies.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/class-jetpack-currencies.php', 1, 0x00000000000000000000000000000000, 0x940c3665b1c45e7bf3e8c5118b9f4986, 0xa07eab290e96fe2634445241e6b8274dffbe8e9878b0c2eddb66e6d1759fe7f8, '', 0, '?'),
(0xb133932179abeed9925271ee94b38a94, 'wp-content/plugins/jetpack/_inc/lib/class-jetpack-instagram-gallery-helper.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/class-jetpack-instagram-gallery-helper.php', 1, 0x00000000000000000000000000000000, 0x63416b0192f26f0e5ce2f5668d818bf6, 0xe9fd4d89d2e00d8fe790a35204b6b0a63d758f87c5c8fb36d1298da17ebbe72d, '', 0, '?'),
(0x2057b137a9829be1ab4310ce7b7f7718, 'wp-content/plugins/jetpack/_inc/lib/class-jetpack-mapbox-helper.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/class-jetpack-mapbox-helper.php', 1, 0x00000000000000000000000000000000, 0x298ac75bd820cd57b0982c726dc5c780, 0x7b41114e81db2f4866fab8b6003d532cd543886532a72163facee7ef164fdcf6, '', 0, '?'),
(0x6a627f0d8874d0552ee75132f04c7411, 'wp-content/plugins/jetpack/_inc/lib/class-jetpack-podcast-feed-locator.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/class-jetpack-podcast-feed-locator.php', 1, 0x00000000000000000000000000000000, 0x6d537aae88cdf389415b8f4617683136, 0xf1505598d96c8252fbb8df2609af3570db29a635046a91f834471be5bf7f4778, '', 0, '?'),
(0x071422bc08f1fff3b32c0c14ab79450a, 'wp-content/plugins/jetpack/_inc/lib/class-jetpack-podcast-helper.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/class-jetpack-podcast-helper.php', 1, 0x00000000000000000000000000000000, 0x4086339b45ca9ddbecbfafd61d59dd7b, 0x66b8966d7c264808db2e49d2debe8b1c88154c93cccc36b6cc8b923fcc570836, '', 0, '?'),
(0xa0f149673f625d0a7f9de38a19a171bd, 'wp-content/plugins/jetpack/_inc/lib/class-jetpack-recommendations.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/class-jetpack-recommendations.php', 1, 0x00000000000000000000000000000000, 0x46d9c08d68864ca7af98cf02242de2ae, 0x34ea9871b2670b63408486557a047fc4a9f662a9a13ffdaa4062815a0b7c2440, '', 0, '?'),
(0xa2220ef63251c5ef248f8ae6e641e602, 'wp-content/plugins/jetpack/_inc/lib/class-jetpack-tweetstorm-helper.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/class-jetpack-tweetstorm-helper.php', 1, 0x00000000000000000000000000000000, 0x0032d0b266e0f30fd7f8f3af25da2f0b, 0xa30a827e97c6304880c7c348fc671686bb685aaefa73c83009e53467b42edd7d, '', 0, '?'),
(0x423320f0f47433b0ce289126cce36225, 'wp-content/plugins/jetpack/_inc/lib/class-jetpack-wizard.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/class-jetpack-wizard.php', 1, 0x00000000000000000000000000000000, 0x9bc992b47ca4b9275fd0e843298aa453, 0xa339da1582e294c2aeed0690e0380efb5de77b7a1017527a092f2099c234f97a, '', 0, '?'),
(0x11aa10c20837d20ab26ead753a4be3ae, 'wp-content/plugins/jetpack/_inc/lib/class.color.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/class.color.php', 1, 0x00000000000000000000000000000000, 0x4f4bd5bed465127f038cde98986f1b38, 0x2a766822f847392031e36d09eac7db9a64070624c45fd08f3dd9ecbd0b8466cd, '', 0, '?'),
(0x68cfa9d84ec1e98f16f044ca56882b09, 'wp-content/plugins/jetpack/_inc/lib/class.core-rest-api-endpoints.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/class.core-rest-api-endpoints.php', 1, 0x00000000000000000000000000000000, 0x31f2f442c3fdac5d40bc6e339e6b7c28, 0x22456be307e490afb003b92299e8d80096506d20e8970a7b0e629e6d62c77cbf, '', 0, '?'),
(0xb693f0523ab1c64afcb0efbd91ae7be5, 'wp-content/plugins/jetpack/_inc/lib/class.jetpack-automatic-install-skin.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/class.jetpack-automatic-install-skin.php', 1, 0x00000000000000000000000000000000, 0xccdcfa8394cf28954a4e5c8da22d0970, 0xb587cca70c12f6bf731281661b4b397ecc7755d6c0c66ff7bb8e35293c3adab7, '', 0, '?'),
(0xa05a84cb8f2a2cba6754f17c54a0454e, 'wp-content/plugins/jetpack/_inc/lib/class.jetpack-iframe-embed.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/class.jetpack-iframe-embed.php', 1, 0x00000000000000000000000000000000, 0x2469bdccef70bf91c00256d1446e5a1f, 0xe8f8ce09e4d4c08d090399d036b4fd2f623be95ab4974aa717762ac05cb385ab, '', 0, '?'),
(0x3e82db64e7d64242e2519e073ea3e93d, 'wp-content/plugins/jetpack/_inc/lib/class.jetpack-keyring-service-helper.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/class.jetpack-keyring-service-helper.php', 1, 0x00000000000000000000000000000000, 0xa2121f9340c2d519bc91070d69ce21f4, 0x7a49f26a3fde2ebcbc66ddc52e19d67769b12727cd1a5bea557d4bb9d02050b4, '', 0, '?'),
(0xca82b6af280b06e60850408faf879e82, 'wp-content/plugins/jetpack/_inc/lib/class.jetpack-password-checker.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/class.jetpack-password-checker.php', 1, 0x00000000000000000000000000000000, 0x16d962b991eb8b65ccb77cad4846bd11, 0xb880af73e6edb7d21a89672c38fa1b0ecae6af6db84f801c8de9ac3983025daa, '', 0, '?'),
(0x1800819962d88fe76e39f32d1e2b95d2, 'wp-content/plugins/jetpack/_inc/lib/class.jetpack-photon-image-sizes.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/class.jetpack-photon-image-sizes.php', 1, 0x00000000000000000000000000000000, 0x4099a907f4fb9633a1209dbf46c61099, 0xbdf097e900c9a94c5cc6bb29f729ede584794879e16c903c4c6f24c9bf525879, '', 0, '?'),
(0x006361de930cb240b3452a072f48cc9c, 'wp-content/plugins/jetpack/_inc/lib/class.jetpack-photon-image.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/class.jetpack-photon-image.php', 1, 0x00000000000000000000000000000000, 0xb1d12373b8f9cd6696fa70a579b54b53, 0x9f7bf676ae877f2228acb5d66377b3703e20354dd4bb9a95d75768d3f3ec3efa, '', 0, '?'),
(0xf7d628fe99f6eb7d76adeb27c1ce3939, 'wp-content/plugins/jetpack/_inc/lib/class.jetpack-search-performance-logger.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/class.jetpack-search-performance-logger.php', 1, 0x00000000000000000000000000000000, 0x4c06fed1450e4635904e7b222fac8aa9, 0xdfb48c75dddb945f612454cd19fd76a25b02c4a46332ac126fc2e180bfce17d6, '', 0, '?'),
(0xabb23a965b92febcbf031dcc7970e938, 'wp-content/plugins/jetpack/_inc/lib/class.media-extractor.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/class.media-extractor.php', 1, 0x00000000000000000000000000000000, 0x6624f8cafac9d203cab545c740edf424, 0x0fb7e7e1ca2a81264fa8174ed988d0e57522ce969d408730ca9ed694f3ebd501, '', 0, '?'),
(0x0f72aa593d95616bd56e815a19575372, 'wp-content/plugins/jetpack/_inc/lib/class.media-summary.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/class.media-summary.php', 1, 0x00000000000000000000000000000000, 0xbf49ed7c585cb13dc59592f3837fdb7b, 0x5120cc97af34ed03bcaf9dac61f3b6869fe9e56576c4b481036f9225d1cdaeea, '', 0, '?'),
(0x396e6776b4a9bc18f6f430d82a457258, 'wp-content/plugins/jetpack/_inc/lib/class.media.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/class.media.php', 1, 0x00000000000000000000000000000000, 0x5861615fdd1e6b4c5ed13db9ce216b9c, 0x068fb0932744b186f6a782f01603389ce49a3511bd2a85ea80c254149b4dc8fb, '', 0, '?'),
(0xb5d59ae2ec28d4edfa17e7f22a4bf092, 'wp-content/plugins/jetpack/_inc/lib/components.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/components.php', 1, 0x00000000000000000000000000000000, 0x9175e7a1a81b07a9ddb5960e27052e09, 0x568aca46db82999f0ac14aa03f9e806e333a5a283a5819066ffefe7b6464cbb8, '', 0, '?'),
(0x7ad921080af2e189be44812a6bb67a2f, 'wp-content/plugins/jetpack/_inc/lib/core-api/class-wpcom-rest-field-controller.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/core-api/class-wpcom-rest-field-controller.php', 1, 0x00000000000000000000000000000000, 0x4daab5607221f8983484ba89e43f7499, 0xd569b84a381935b6e607ec5a3ec1bb7d58b8a1713ad62f9ecd5bcaea4c403d42, '', 0, '?'),
(0x045bb80d1f7f53f8ae740d21f9a64e39, 'wp-content/plugins/jetpack/_inc/lib/core-api/class.jetpack-core-api-module-endpoints.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/core-api/class.jetpack-core-api-module-endpoints.php', 1, 0x00000000000000000000000000000000, 0xca77a4621f78f15c21368b3be86c2a51, 0x088b49068bed06ab83bdd4f565ef60ba74bcefdfdd77dc644e7c896e25715ab8, '', 0, '?'),
(0x6539ecb555661aff11c4e356a2740bd8, 'wp-content/plugins/jetpack/_inc/lib/core-api/class.jetpack-core-api-site-endpoints.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/core-api/class.jetpack-core-api-site-endpoints.php', 1, 0x00000000000000000000000000000000, 0xe267ab9eecff52f9f71bd86db7a61180, 0x78794ef13dcdeb2c9570a4091673422a5c1cc6ef8554b7b088cfcfa7989869b1, '', 0, '?'),
(0x0dc41c2c10606a603749096e22145913, 'wp-content/plugins/jetpack/_inc/lib/core-api/class.jetpack-core-api-widgets-endpoints.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/core-api/class.jetpack-core-api-widgets-endpoints.php', 1, 0x00000000000000000000000000000000, 0x4fe55e66b7a041bcefbb1420fc237130, 0xc6c8b6257b18e7062dcd3292aef6bcb87e9fa8fdc802dc2da111e0ca928e008f, '', 0, '?'),
(0x7f51da6e2dd764f5dc1161f29d9de95b, 'wp-content/plugins/jetpack/_inc/lib/core-api/class.jetpack-core-api-xmlrpc-consumer-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/core-api/class.jetpack-core-api-xmlrpc-consumer-endpoint.php', 1, 0x00000000000000000000000000000000, 0xe590c3eaeaa44489abcaeb6e16d2e958, 0x0b050d0189cc187d01325b776eef4ce4226fb9419f9c9116acb983c236c89b8e, '', 0, '?'),
(0x137ca578f2e825c3c4d310607bae79ac, 'wp-content/plugins/jetpack/_inc/lib/core-api/load-wpcom-endpoints.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/core-api/load-wpcom-endpoints.php', 1, 0x00000000000000000000000000000000, 0x64c8095287eb0dfc267eb52f1ef61b61, 0x9eb5c90ea2579207f7e52b077db97d96820b9156bb6c6e1f8b720317ac842c4f, '', 0, '?'),
(0x8723a1385365e7000287e3820822f7e1, 'wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/business-hours.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/business-hours.php', 1, 0x00000000000000000000000000000000, 0x247dd5acb88f9ecda40f537535e0a162, 0x065467d559eb42f52b29f5dde27dc42931575f7257e113848f4c9172c1b36514, '', 0, '?'),
(0xff57854b554e90781e752cac762cccab, 'wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/class-wpcom-rest-api-v2-endpoint-admin-menu.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/class-wpcom-rest-api-v2-endpoint-admin-menu.php', 1, 0x00000000000000000000000000000000, 0x1bdad2d153d3fc6953a7cdc9d5ad3c82, 0x205634f49b30125940285ba5d3553426811a2dd310e0c36a90d4cf62436070d7, '', 0, '?'),
(0x966fe8b52c878a20b88ad27f45db5458, 'wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/class-wpcom-rest-api-v2-endpoint-external-media.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/class-wpcom-rest-api-v2-endpoint-external-media.php', 1, 0x00000000000000000000000000000000, 0x18b42d9587c8bf214584636d0432003a, 0x0986c3814542e2db172044a70cb536e8786b7eae692612b04e5826528328fd74, '', 0, '?'),
(0xacaf77fcc2c7ec1fcc0dd19204da1a10, 'wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/class-wpcom-rest-api-v2-endpoint-instagram-gallery.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/class-wpcom-rest-api-v2-endpoint-instagram-gallery.php', 1, 0x00000000000000000000000000000000, 0xcb455850469daede3a7d26c1d58e3401, 0xc248056dde3c060d1c8e0274c23ca600749c061b185594d7a26b2c92ed23d496, '', 0, '?'),
(0xfe84c2b380b40e6ea77c3e8a559a50db, 'wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/class-wpcom-rest-api-v2-endpoint-mailchimp.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/class-wpcom-rest-api-v2-endpoint-mailchimp.php', 1, 0x00000000000000000000000000000000, 0x443ed12db7b73e738c06df0e6e1849a0, 0x80baefd53465304a8e18411e1468740e7093ffa1a68f28de951be2557dc7e05f, '', 0, '?'),
(0x67e668081ac659ee75dd89c78043ebe7, 'wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/class-wpcom-rest-api-v2-endpoint-podcast-player.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/class-wpcom-rest-api-v2-endpoint-podcast-player.php', 1, 0x00000000000000000000000000000000, 0x9c3c9f212ecf9df35bfc9561098b82a8, 0x1c0080f53bf71989e820a9203ff7b2aa0c0802929ce55bcfac9841f665605295, '', 0, '?'),
(0xe9ed6bfd220ce5de097d100080c52417, 'wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/class-wpcom-rest-api-v2-endpoint-publicize-share-post.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/class-wpcom-rest-api-v2-endpoint-publicize-share-post.php', 1, 0x00000000000000000000000000000000, 0x8b0d4afd510e88d6f249ae7d2401b006, 0xd19ea8f4efeaa1438e055fbbe34f7c96737a3650c6812c5c6fcd2514fbd024d6, '', 0, '?'),
(0xb23f19f6d3d0ce2b9311ceda3f26a2bc, 'wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/class-wpcom-rest-api-v2-endpoint-resolve-redirect.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/class-wpcom-rest-api-v2-endpoint-resolve-redirect.php', 1, 0x00000000000000000000000000000000, 0x7527b135e654126676a07c0e529a508b, 0xd70022c460ccfcda20f61502a47049674a525535bf6df899aa8e567c7b570148, '', 0, '?'),
(0x09580676848e916dea42980ad8573556, 'wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/class-wpcom-rest-api-v2-endpoint-search.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/class-wpcom-rest-api-v2-endpoint-search.php', 1, 0x00000000000000000000000000000000, 0x01b0a1d841d60110c3e2f282f7a06155, 0x9b97797ca5c0c46cb1b2bd822e999b4f5a734dc37a2001a877f39adb9f77fb45, '', 0, '?'),
(0x93943cd668fa367962ae3085a68b199e, 'wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/class-wpcom-rest-api-v2-endpoint-transient.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/class-wpcom-rest-api-v2-endpoint-transient.php', 1, 0x00000000000000000000000000000000, 0x7230822ffe5a18e900a1d461abd21ff8, 0x81573995a1d483f5bb31bc833c45e1071f810ca8ea0c23a7a727478c2bc4dc02, '', 0, '?'),
(0xc4431cbd1dbfd569d8a89c638403e6ea, 'wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/class-wpcom-rest-api-v2-endpoint-tweetstorm-gather.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/class-wpcom-rest-api-v2-endpoint-tweetstorm-gather.php', 1, 0x00000000000000000000000000000000, 0xd69e2c6fb24a647ec88972a084a7b8a9, 0x5aa137c6a1f0b42a315287dd3c2cfc88010b3655af1edccfea0f90e9434963d1, '', 0, '?'),
(0xdeba5fa604c577d3a692921f0352906e, 'wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/class-wpcom-rest-api-v2-endpoint-tweetstorm-parse.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/class-wpcom-rest-api-v2-endpoint-tweetstorm-parse.php', 1, 0x00000000000000000000000000000000, 0x37c2b37208ee9e96391e830f1664f1da, 0xc485eec5ee47f80280a06583e3e577a10078c253601be2d6fe746a904b5c4b5e, '', 0, '?'),
(0x7b92ace83af735eddc96dcb14cd9609f, 'wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/class-wpcom-rest-api-v2-endpoint-videopress.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/class-wpcom-rest-api-v2-endpoint-videopress.php', 1, 0x00000000000000000000000000000000, 0xfd383aad2324dc9144bf3c5c14f44cd9, 0x0a93c2e9aa0048a8cb2d8e3dd3cd353f36c72f7c227e3192fff38d67f5dfc182, '', 0, '?'),
(0x3cafbfb9e48bc8e37ba1030906d32ca4, 'wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/gutenberg-available-extensions.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/gutenberg-available-extensions.php', 1, 0x00000000000000000000000000000000, 0x712433622a57605d1467b648a347fcbc, 0x61c4c377ee05c32d0b24c470fd637d47c805e61baef76b379390f4ca0522cc07, '', 0, '?'),
(0x8434e94ee52d82729cce9848986f3daa, 'wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/hello.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/hello.php', 1, 0x00000000000000000000000000000000, 0x97a269d5e109c3a509d164cc5a058259, 0x9f9bdb9df17bf5ca20465cc540501e05f614ceeb630b0db921ef80995c21ee0f, '', 0, '?'),
(0x954b6dee8df44c3e93a7e8d1d32dc9a1, 'wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/memberships.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/memberships.php', 1, 0x00000000000000000000000000000000, 0xc9c594b6c4434db9e39e52ae05d6ca27, 0x6341644606c3376db2683e8bc1193d549f0615e5371595f6ce6dc157549e3c0e, '', 0, '?'),
(0x574659eb8adfe23703994605e07a58cf, 'wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/publicize-connection-test-results.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/publicize-connection-test-results.php', 1, 0x00000000000000000000000000000000, 0xba96cb20327cf64753e85ef873186525, 0xd033737cbcecc54e31be5dc8784fff8cb519e2ce36633148eea9cf9f1303028d, '', 0, '?'),
(0xc03b8abfa4a8eb20d6dae52a24acf4f2, 'wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/publicize-connections.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/publicize-connections.php', 1, 0x00000000000000000000000000000000, 0x7f5143bd9af66a4824d7ebfcb5f06121, 0x8bec441194e5aa01bc4b346945cb52db32cbd9eedc1618c424f438233d493918, '', 0, '?'),
(0x32b082798a3576d062f70ee56f1b4c94, 'wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/publicize-services.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/publicize-services.php', 1, 0x00000000000000000000000000000000, 0xe451ec18dab42e23854c961fbd71f21c, 0xe94c870eaea621ef3c93dee9f5817a7c464eb8a2b2007745f6f6d488ecb61cd2, '', 0, '?'),
(0x04bfd0fea812d11f08f0a6f82f6a0507, 'wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/service-api-keys.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/service-api-keys.php', 1, 0x00000000000000000000000000000000, 0x61435feec52bde5d661e6eca645e3c54, 0x2b794369a7da7415b53c5ad9191cce3404fe36a4cba21aabd2a6556c0c5ffad2, '', 0, '?'),
(0x95abcc2c242fbac881043c40b3554d72, 'wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/sites-posts-featured-media-url.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/sites-posts-featured-media-url.php', 1, 0x00000000000000000000000000000000, 0x7ce4f6a8d7c4a962dae49d0ab045f1e0, 0x619298cffeb0f8afa876c9ef46f39430502fe2e09362bb64cc4624f48b3f36be, '', 0, '?'),
(0x1a52b5ef577f06d2ded6d5ef58ea1475, 'wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/subscribers.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/subscribers.php', 1, 0x00000000000000000000000000000000, 0x6c83777a07be624b3657c31f9b8d77db, 0xad25cd27124ef22023f7f88af20ab9ed789601884950b8c2ba0e0b84d9b2a136, '', 0, '?'),
(0x8f709290407376829f6aee51151decc4, 'wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-fields/attachment-fields-videopress.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-fields/attachment-fields-videopress.php', 1, 0x00000000000000000000000000000000, 0x0337ba617061f380b5a898f94df870a9, 0x022d270551f1f3fad8255944828f3516668a50d470eeae3e662e33ec89024d73, '', 0, '?'),
(0xcf5fca8c3dc5aac3ee3cdcc3e4f998d9, 'wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-fields/class-wpcom-rest-api-v2-attachment-videopress-data.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-fields/class-wpcom-rest-api-v2-attachment-videopress-data.php', 1, 0x00000000000000000000000000000000, 0xcadeb6dafe9c4d603313a34c606b1f3b, 0xe447a32460dbd1b0845012e820d363d518fd1fa6285dd7a9edd3014b323cef41, '', 0, '?'),
(0xcecf63ed711f5143b91faffacc68ddc2, 'wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-fields/post-fields-publicize-connections.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-fields/post-fields-publicize-connections.php', 1, 0x00000000000000000000000000000000, 0xbccd1c695db32a48cab1b3a13384413f, 0x4787b6e89f10465ce1f162916df473c23c2115f18435c95380cd2f1511126bfa, '', 0, '?'),
(0x2e449ac1469e097f62047a28e0c603d6, 'wp-content/plugins/jetpack/_inc/lib/debugger/class-jetpack-cxn-test-base.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/debugger/class-jetpack-cxn-test-base.php', 1, 0x00000000000000000000000000000000, 0x838d5d64eb26ef59c83c6f97f1f6218a, 0x7b19d913b4c59e501555e4ac3ac8f134b0d628d630a73e8d70e8a7c7e2832673, '', 0, '?'),
(0xd1e2c5e027d85cdac537c600642dc308, 'wp-content/plugins/jetpack/_inc/lib/debugger/class-jetpack-cxn-tests.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/debugger/class-jetpack-cxn-tests.php', 1, 0x00000000000000000000000000000000, 0xc12d9e2c12da05c4f7c08d064b9e35bb, 0xf37d6363a64656df1f68dcf4e22bab59792babd2b12378bea957b25f52750f1a, '', 0, '?'),
(0x618d7642368c9cb1eb4fa8979e3a578c, 'wp-content/plugins/jetpack/_inc/lib/debugger/class-jetpack-debug-data.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/debugger/class-jetpack-debug-data.php', 1, 0x00000000000000000000000000000000, 0x132dbdd3522c9afb4ae375e0e2ede0e8, 0x0c836645d8caca765ca3d7bdfcebef71f9a764b42b442ca5753460b6f43faf08, '', 0, '?'),
(0xfcbfc63fbca7ff8f201402f4ef9e6a99, 'wp-content/plugins/jetpack/_inc/lib/debugger/class-jetpack-debugger.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/debugger/class-jetpack-debugger.php', 1, 0x00000000000000000000000000000000, 0x0642fc0d81eef6fbbfa6da1ea123d6eb, 0xcfba6462ff8d18e4ecaeeaa1c0d9ec9c56803e7e12c82e9af6de050a1013f7db, '', 0, '?'),
(0x0935e1b8fcaa7b7e77d6f78dde20d2d7, 'wp-content/plugins/jetpack/_inc/lib/debugger/debug-functions.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/debugger/debug-functions.php', 1, 0x00000000000000000000000000000000, 0x32d5053b3a2d02d483a9607427f1c91f, 0xefc810253bd69bbe37978c55295c360d5829f3a34d68601b8b70ffbe3f8b7abe, '', 0, '?'),
(0xa711b68eb50475dc4f37afee4dac1756, 'wp-content/plugins/jetpack/_inc/lib/debugger/jetpack-debugger-site-health.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/debugger/jetpack-debugger-site-health.css', 1, 0x00000000000000000000000000000000, 0x38985c4e50fa24aefb60ade7fd7dc158, 0xf6374f93997cdee1236a007b5b214925608571322354b7256ce2458be4ad4da7, '', 0, '?'),
(0x1c8e0c2e8bfd37e16b515b40daf70e2e, 'wp-content/plugins/jetpack/_inc/lib/debugger/jetpack-debugger-site-health.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/debugger/jetpack-debugger-site-health.js', 1, 0x00000000000000000000000000000000, 0xd9b090afc28363336440d55baeb154c0, 0xe7dcaf7be25b4580bc589cc83113f7dd706837f7b89728d9776016f355374eaa, '', 0, '?'),
(0x72b2705e8d976addf5392c84b9292448, 'wp-content/plugins/jetpack/_inc/lib/debugger.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/debugger.php', 1, 0x00000000000000000000000000000000, 0x16250e5d33169a7aac471082e3672754, 0x3d2a34fa3d016de17480d610c41d6b7c6e5549b3d7c99f9f01e8a2dc817dc579, '', 0, '?'),
(0x23e19010360f3b09fc4e6697dbe79707, 'wp-content/plugins/jetpack/_inc/lib/functions.wp-notify.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/functions.wp-notify.php', 1, 0x00000000000000000000000000000000, 0x193ca4da08dff651844a8aa7751edcc5, 0x79d5dd1327206fec420fab19b316c6b853a34952351bb4d4ffa8df0cc919d3f4, '', 0, '?'),
(0xe6552b00652ddb3a34794bf66c8d7cc7, 'wp-content/plugins/jetpack/_inc/lib/icalendar-reader.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/icalendar-reader.php', 1, 0x00000000000000000000000000000000, 0x6d44dd4a49694c981fc1a9454812ee25, 0xdec28435f58baf8516b9f2b385fa85a42df38bf072b07b906b45ddd54abfe6bf, '', 0, '?'),
(0xe0059c361d14b028b2b8549840568833, 'wp-content/plugins/jetpack/_inc/lib/markdown/README.md', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/markdown/README.md', 1, 0x00000000000000000000000000000000, 0x35a86489600b77e0da555cc7ff1ef4e8, 0x26be1eefb31718c0b0d9ed599bde121b68bde8a87599beacf3fc41cb6ed89d76, '', 0, '?'),
(0x60acd24bd78b1c5a9786f9da85085403, 'wp-content/plugins/jetpack/_inc/lib/markdown/extra.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/markdown/extra.php', 1, 0x00000000000000000000000000000000, 0x0c69413270db0402d31f7d1b7c28ec7d, 0x7e7a47e21e86f2213b52189952e743be54bdae9ab0d1555e135a6995772665d6, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x18d6421725f1be4130860ab3eecf65cd, 'wp-content/plugins/jetpack/_inc/lib/markdown/gfm.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/markdown/gfm.php', 1, 0x00000000000000000000000000000000, 0x1b8376679f56d66c54b79788bc4540e4, 0x73a545cb4ff49b4b8b6ee1b52998a4d6fc523e0252f1b6e2c94237e4177885cc, '', 0, '?'),
(0x932cda929ada8973e1325148b321080c, 'wp-content/plugins/jetpack/_inc/lib/markdown.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/markdown.php', 1, 0x00000000000000000000000000000000, 0x6d157f4e666074ea1e9a89760625ccee, 0xa5c54b1250ce22793659dfb42aebdc5f7f69bbd0a7302573cf52dd8dbfe12dc1, '', 0, '?'),
(0xe25e315e814d2fc9df0b772c8cbea54b, 'wp-content/plugins/jetpack/_inc/lib/plans.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/plans.php', 1, 0x00000000000000000000000000000000, 0x8a0f77a46d78f4d5dd25e95e7e8bbec4, 0x9fe425062251ebf9a98cdc49f6f38170b3d3e115898b48251f17518e4d99debe, '', 0, '?'),
(0xbc084cb4d347330988ffe5edfda5ebbc, 'wp-content/plugins/jetpack/_inc/lib/plugins.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/plugins.php', 1, 0x00000000000000000000000000000000, 0x3cf0e54fddf30110b351a66bf90ed32a, 0xc6b13959d92deda4b56cfa20e2756095595133fee55137b953a5b45d101907c6, '', 0, '?'),
(0xb9a08fb3b01d7f51f5dd85cc27962155, 'wp-content/plugins/jetpack/_inc/lib/tonesque.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/tonesque.php', 1, 0x00000000000000000000000000000000, 0x008773c4ad223ad79a48625576f2da68, 0x925d2444dc4db3fca437347776feb7f03d810783fc32f043cec7987032de253a, '', 0, '?'),
(0x5602885e41fe086ae680acea366000c6, 'wp-content/plugins/jetpack/_inc/lib/widgets.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/widgets.php', 1, 0x00000000000000000000000000000000, 0x29ae6a92912c32424d34e2821bc7988a, 0xe388b5eeabf2095a87250a29ecb5dfc237e4c5133999316ed7b6fe7f4dcd01e5, '', 0, '?'),
(0x84b61d1f0e76ac3c85bd52d82cf97c60, 'wp-content/plugins/jetpack/_inc/polldaddy-shortcode.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/polldaddy-shortcode.js', 1, 0x00000000000000000000000000000000, 0x1b1ece5458862dd22c6bc14ca22097fc, 0xb611e6a983f7bd52aa7ea35c40f281dd34ef25219e301ff29eb298b3d9da7074, '', 0, '?'),
(0x91808f85a1713507489dad24830f4f14, 'wp-content/plugins/jetpack/_inc/social-logos/social-logos.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/social-logos/social-logos.css', 1, 0x00000000000000000000000000000000, 0x999afdf6e9828e11b66c7931955c79d3, 0x37b8f93d337742a5ef6abd6051bde8bafc81ff3991ee4935cef7ec372166ce17, '', 0, '?'),
(0xa44da94a1e2b8ffb31ae2a1c752acef1, 'wp-content/plugins/jetpack/_inc/social-logos/social-logos.eot', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/social-logos/social-logos.eot', 1, 0x00000000000000000000000000000000, 0x18960d63e9ac1d2694865b1e664652e9, 0xd844a7cd1227d536688c4a9593cb59e482114e35af938d16ab948fc6cf33ef55, '', 0, '?'),
(0x9060b50004fa45327aa2355d966d3fa8, 'wp-content/plugins/jetpack/_inc/social-logos/social-logos.html', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/social-logos/social-logos.html', 1, 0x00000000000000000000000000000000, 0x2b05f0a6d12ee6c70e3acaba2f8a89fa, 0xac3a175aad387eed13b2fcac29a1e548c19415914a3fcb3ee358149fd76c9971, '', 0, '?'),
(0x87edd53d0096beb11de2403b9209f66b, 'wp-content/plugins/jetpack/_inc/social-logos/social-logos.min.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/social-logos/social-logos.min.css', 1, 0x00000000000000000000000000000000, 0xfe2fdb7c467b68ddf1afe2383b8599a0, 0x48ab0424611ea13c38db6807212e05034a9893b4bd5279759b658c4af1b3c6ea, '', 0, '?'),
(0xbb0fb9e18c00ed2d1cd847e6fb29f566, 'wp-content/plugins/jetpack/_inc/social-logos/social-logos.ttf', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/social-logos/social-logos.ttf', 1, 0x00000000000000000000000000000000, 0x775a950733f049f78f7bb0e87680b735, 0x269dce950eecb089b608dd02f712ce78181f8fd34ef67e5ecfa7fac2ad414d85, '', 0, '?'),
(0x7e509fe97a1e950715c52d3b94850407, 'wp-content/plugins/jetpack/_inc/social-logos/social-logos.woff', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/social-logos/social-logos.woff', 1, 0x00000000000000000000000000000000, 0x245cb7af1798365629367dca60baf57a, 0xfde2555a09f22ba7e35c233bb3302bb4904ac2c536ce4dfe85c93bb3a4581cea, '', 0, '?'),
(0x5ce76f493bbe553045a4fe51673f8f67, 'wp-content/plugins/jetpack/_inc/social-logos/social-logos.woff2', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/social-logos/social-logos.woff2', 1, 0x00000000000000000000000000000000, 0xcf37d282ea2475c4633c65b4b1abf9d3, 0xb21593f401bd392018216975e227ef056cdd29ef6986ccc9cc710dfad5aabe54, '', 0, '?'),
(0x4e7c8a3c2efc50e5b9612dd360bef9d9, 'wp-content/plugins/jetpack/_inc/social-logos.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/social-logos.php', 1, 0x00000000000000000000000000000000, 0x28f093a20016589a5a5973a0e45f6438, 0xe66ee0f5587804b788c5f7a4b4a13d8f1ca01986ef2326fb00487327d3bc7707, '', 0, '?'),
(0x8a075faf054aab1c6c7a4c744291097f, 'wp-content/plugins/jetpack/_inc/twitter-timeline.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/twitter-timeline.js', 1, 0x00000000000000000000000000000000, 0xd8cdc43cdece8ba65f524521b861b066, 0x944fd812bed7ed19b91e10a261cff455ed75864a8b86d8c63c49051af655217e, '', 0, '?'),
(0xf19b0587d481431f9ea211e45de09cc4, 'wp-content/plugins/jetpack/class-jetpack-connection-status.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/class-jetpack-connection-status.php', 1, 0x00000000000000000000000000000000, 0x2ad41d8bfec3080b784706f15166e367, 0x66455193990967e109e47a97558f0fbe4eb463b5bf00baf18e45b1953dc09190, '', 0, '?'),
(0x45e2e4aeabd149541fa4d415fd266698, 'wp-content/plugins/jetpack/class-jetpack-gallery-settings.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/class-jetpack-gallery-settings.php', 1, 0x00000000000000000000000000000000, 0xfd7f25c444b2c9afdad622efef33060f, 0x19882c25c6ad10968351c42bbf0637fb56ecd3f0d97e3b39092497e224535d23, '', 0, '?'),
(0xe14072bcfea2c72287ac0361aa264c44, 'wp-content/plugins/jetpack/class-jetpack-pre-connection-jitms.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/class-jetpack-pre-connection-jitms.php', 1, 0x00000000000000000000000000000000, 0x361f887aadd3572b4b794ddb345daf47, 0xde3f30017f1a79cc3ab75e6a3ef28c0847904b1c07a0047f92badca3733e9f3c, '', 0, '?'),
(0x786aa282d286d73f11fb1ccc7b84de54, 'wp-content/plugins/jetpack/class-jetpack-recommendations-banner.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/class-jetpack-recommendations-banner.php', 1, 0x00000000000000000000000000000000, 0xaf7011b8a5af2ac8a02f9df64e976b6b, 0x784c5a6e93f2ffb8c86b17f8eefc0353f1a33b38bf51a475f21024e7984bae9d, '', 0, '?'),
(0x3c02105ca2ac048cebec782f96080f4c, 'wp-content/plugins/jetpack/class-jetpack-stats-dashboard-widget.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/class-jetpack-stats-dashboard-widget.php', 1, 0x00000000000000000000000000000000, 0x2a00f00507eb03a44a770c04de998cf1, 0x93879c4b6ad169467904beeb879d6c627a1c895abe29fddaf446877075dd4942, '', 0, '?'),
(0x794596b30bf15496b4ae6ac1911a184b, 'wp-content/plugins/jetpack/class-jetpack-wizard-banner.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/class-jetpack-wizard-banner.php', 1, 0x00000000000000000000000000000000, 0x9bc992b47ca4b9275fd0e843298aa453, 0xa339da1582e294c2aeed0690e0380efb5de77b7a1017527a092f2099c234f97a, '', 0, '?'),
(0xd6f85cfad13cd65934196f10ba88a976, 'wp-content/plugins/jetpack/class-jetpack-xmlrpc-methods.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/class-jetpack-xmlrpc-methods.php', 1, 0x00000000000000000000000000000000, 0xfa9c9ca22fcfd932cfd342f85b1ffb82, 0xd440c7db101d9ff78bf46a70f385026e660102834f85013ff1871f85e2f79fdf, '', 0, '?'),
(0xb58d8949a06ee1a50d3b5dd05f6e397f, 'wp-content/plugins/jetpack/class.frame-nonce-preview.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/class.frame-nonce-preview.php', 1, 0x00000000000000000000000000000000, 0x162cc03233da1347a2ab1d160563f4bd, 0xebe8a8ae70a94229d97ac312a2a52d87344218bbb310682dd058fc158ebbd23c, '', 0, '?'),
(0xcb70c8a9d20348f02663771258959fa0, 'wp-content/plugins/jetpack/class.jetpack-admin.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/class.jetpack-admin.php', 1, 0x00000000000000000000000000000000, 0x31b9ecd189a42fd0a2f74b1e3389b82b, 0x597e1188326838de9b9c93aeaadf4f24b6d1ecada0bf7b597694d86f74a5d83b, '', 0, '?'),
(0xbdfae5de685e1871d9c5c1fbd3713e2d, 'wp-content/plugins/jetpack/class.jetpack-affiliate.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/class.jetpack-affiliate.php', 1, 0x00000000000000000000000000000000, 0x7cc12d58a1962b7645fee4d008280ba0, 0xcddd7f99d2890954b4d44623bfd57191140034da7dff87bb0c8fdddd3ce1aeca, '', 0, '?'),
(0x04fa9bcacab5ec870271773e95a3cec6, 'wp-content/plugins/jetpack/class.jetpack-autoupdate.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/class.jetpack-autoupdate.php', 1, 0x00000000000000000000000000000000, 0xc294c0d12b20d885d6d085a1e62f40e8, 0xe56b65d7da0c9462293bc0ea453e2918e8931e5127a3a9694ce9e4712fec971e, '', 0, '?'),
(0x9be0d9809245ad78c662266e55d9f7e4, 'wp-content/plugins/jetpack/class.jetpack-bbpress-json-api.compat.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/class.jetpack-bbpress-json-api.compat.php', 1, 0x00000000000000000000000000000000, 0x5c9b4bde5a52048ae0146b5b0373461d, 0x2e7d13536b198e280c56cc5828aaceaa576ff820f7032e8ae714d6315bcf79e2, '', 0, '?'),
(0xcfed4d61eb445ed623dcd126a7063c11, 'wp-content/plugins/jetpack/class.jetpack-cli.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/class.jetpack-cli.php', 1, 0x00000000000000000000000000000000, 0x192b86a4d52c2f15ae74124ef335c3cb, 0xf5a2f721348fb03b231e3b0fc2bbe19dbd2d7dc47a9d100d442fd4e0eac66d8c, '', 0, '?'),
(0x6c298cda5c5c79201fb8893154829f5d, 'wp-content/plugins/jetpack/class.jetpack-client-server.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/class.jetpack-client-server.php', 1, 0x00000000000000000000000000000000, 0x66085a7c7c1d55abed1ae72db1f4c97f, 0x4afa511cabed12fee50aab7926e1476f77c938ec512042ab7158e1519140c95e, '', 0, '?'),
(0x07b460a73fb739e05ac947cc05115603, 'wp-content/plugins/jetpack/class.jetpack-connection-banner.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/class.jetpack-connection-banner.php', 1, 0x00000000000000000000000000000000, 0xf83d5e3d48bd98bfa10480e1ec46d742, 0xfb5ea1ccdd045808903283619ded3e0ec3215fc2a1aa409fbd0462fe00498034, '', 0, '?'),
(0x78ca889b1a064029b4d1abf67762320a, 'wp-content/plugins/jetpack/class.jetpack-data.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/class.jetpack-data.php', 1, 0x00000000000000000000000000000000, 0x7a2183ad772eb1d8da54dd798af15a23, 0x3a78cd7e50131f38e68bd19dbff92c962235406274072ec911fb1200971b9f24, '', 0, '?'),
(0x18781dc8804e3b3b4823bbed248fd17c, 'wp-content/plugins/jetpack/class.jetpack-gutenberg.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/class.jetpack-gutenberg.php', 1, 0x00000000000000000000000000000000, 0x99ef3403c61c85259469ac7e92664169, 0x25aa054edb07505d5dfc02e2e34b3aa9bee9bf501a66fbfc3698ad6c7ea6be4c, '', 0, '?'),
(0xf7c0811f787b88a213ccaec8f8cc906f, 'wp-content/plugins/jetpack/class.jetpack-heartbeat.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/class.jetpack-heartbeat.php', 1, 0x00000000000000000000000000000000, 0xca26d8b0f6132e81b94d0a3ee89d6e3b, 0x3ad5126870f4d62f3def0cf14fa16a6882340a03eb23bf60edec5abe10533ffc, '', 0, '?'),
(0xdfda4247db8d5619464cec14fbc55b86, 'wp-content/plugins/jetpack/class.jetpack-idc.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/class.jetpack-idc.php', 1, 0x00000000000000000000000000000000, 0x384b813ef4c56f0e0d9b1670babad348, 0xab2a702e476e04a93381f97acc59d3cc38bbe1e5f18e9dfc2c1fc981473cb65a, '', 0, '?'),
(0x276f63746839e04e1120e099e43f431b, 'wp-content/plugins/jetpack/class.jetpack-modules-list-table.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/class.jetpack-modules-list-table.php', 1, 0x00000000000000000000000000000000, 0x4ae625798a12e574b236def91ce7d54c, 0xae47208b5707b0bc12e0231d589f5d90caa1e16a6f83319d3f2331e895ea1397, '', 0, '?'),
(0x1552808422399fcdcffd9c2ffbf41a33, 'wp-content/plugins/jetpack/class.jetpack-network-sites-list-table.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/class.jetpack-network-sites-list-table.php', 1, 0x00000000000000000000000000000000, 0xc308682e9bf79543aebbe19cbd8b41fd, 0x0aa61e19e492482f99ec07392d341d44d8e1174b97f44016bad661f78ff8480d, '', 0, '?'),
(0xce2c6a922a080480e84d4de2500eb470, 'wp-content/plugins/jetpack/class.jetpack-network.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/class.jetpack-network.php', 1, 0x00000000000000000000000000000000, 0x4c2d330927ec0c28d1597c40ca322a79, 0x634c6163da76476ed483b5545ff76fd6e8de5cb2bd5038539208d49f2e2bc1f9, '', 0, '?'),
(0xce393a2f0385c233a6de335de91f48e2, 'wp-content/plugins/jetpack/class.jetpack-plan.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/class.jetpack-plan.php', 1, 0x00000000000000000000000000000000, 0xf5f213411c65677e000f3521a9d4f414, 0x0d06df1d9a7db5aaaa6ec62476da5e85f52d953b375c28ae4b46ce9c1127487c, '', 0, '?'),
(0xd6d33808b1379411282dc3a47aab52c8, 'wp-content/plugins/jetpack/class.jetpack-post-images.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/class.jetpack-post-images.php', 1, 0x00000000000000000000000000000000, 0x4beaec67c041b90e299ce1f6ece04164, 0xca556fb8334fe16503deb20c80255c2aed750436626fc3033c4aac22c3f981df, '', 0, '?'),
(0xb94064eab5787c82e0dc7024edca168e, 'wp-content/plugins/jetpack/class.jetpack-twitter-cards.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/class.jetpack-twitter-cards.php', 1, 0x00000000000000000000000000000000, 0xb36c372902e50d3ed5b910d8c20a6c12, 0x12a3e655feaa824bd354a860e23208ffc2cce080684d7849b056d22968ed1f12, '', 0, '?'),
(0x3d2d210f2dd3aa2e95f444d6ab84f1fa, 'wp-content/plugins/jetpack/class.jetpack-user-agent.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/class.jetpack-user-agent.php', 1, 0x00000000000000000000000000000000, 0xc64a6753b84368e8536b6b805102151d, 0x3af132025fcfb5ad94da2a1869adacc5abe18ce4ba21395e1c7c1345f4637ab4, '', 0, '?'),
(0xe00f9f956f6efd8e0513536b4d7dc15c, 'wp-content/plugins/jetpack/class.jetpack.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/class.jetpack.php', 1, 0x00000000000000000000000000000000, 0x76e30ed6d561c6672def784fb35323ea, 0xfde19be6baf75a488e03f072a805af39b0540d61d512ca1a700f3e361f54eb0e, '', 0, '?'),
(0xdac7c154161708662116ea8e879faf24, 'wp-content/plugins/jetpack/class.json-api-endpoints.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/class.json-api-endpoints.php', 1, 0x00000000000000000000000000000000, 0xb5e5059ce7d1c5ba5872acaeaea8b3a0, 0xa7246310ec05141ef83205c8c7793527410ccf6eb95c9e179f99de4897447e17, '', 0, '?'),
(0xcbdb06f30c24b91040c28596153bd1a0, 'wp-content/plugins/jetpack/class.json-api.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/class.json-api.php', 1, 0x00000000000000000000000000000000, 0x5075c1327c027ff07517bfcb27590727, 0x26a0c705d46dd2ba0051d51e66dae2d812ba271bb2d9021b4f5e5a993a1e3521, '', 0, '?'),
(0x56b244670e690ec713b241cc909b1d67, 'wp-content/plugins/jetpack/class.photon.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/class.photon.php', 1, 0x00000000000000000000000000000000, 0xfc09d8eb73ed1e3062351ad45abcdab2, 0x2e050525772aebbd0d217dcab49aec0b4acc83dbcd06d668e7ca801f6d6bb021, '', 0, '?'),
(0xa26b7f668a2b639134307c5ce4e0f61a, 'wp-content/plugins/jetpack/composer.json', '/home/www/iamctv.com/wp-content/plugins/jetpack/composer.json', 1, 0x00000000000000000000000000000000, 0x1e3bb31ed1eac561026a8919c8dfd947, 0xc567fd2db3dec85325a2870ed8152dd5aab64b3dcbacb64b937dff184c0dabae, '', 0, '?'),
(0x62cff21719852ef25bb8f2380357380e, 'wp-content/plugins/jetpack/css/cleanslate-rtl.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/css/cleanslate-rtl.css', 1, 0x00000000000000000000000000000000, 0x8b1e1d5ba9649680298e832fd5799421, 0xdc0d09817da4c36fbb92fbc1b72983b87cfeb95639595ad97cd31568aaef518c, '', 0, '?'),
(0x71627cba5be5ce95b657f845c3301cd7, 'wp-content/plugins/jetpack/css/cleanslate-rtl.min.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/css/cleanslate-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x85990db5145feb03458a13fcd727f0cd, 0xe953c5e04688d1b856ed109658842b71b498d577b60157e86346ca279456792f, '', 0, '?'),
(0x07d22ca211b56c0fe3c5b5ad861b7439, 'wp-content/plugins/jetpack/css/cleanslate.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/css/cleanslate.css', 1, 0x00000000000000000000000000000000, 0xaad9fd054651f9ff1419592e97f5fd98, 0x39b8d8c0512237bb1bd8aab0fac926ff298857f3edfb645f8c65aefa3ac0199b, '', 0, '?'),
(0xab2a786fe17181b98487bdd2c60d99dc, 'wp-content/plugins/jetpack/css/cleanslate.min.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/css/cleanslate.min.css', 1, 0x00000000000000000000000000000000, 0x386f931172b9513b76707fb87f13615e, 0x2228822108d814ece319ed4dff461caa76288f02708722e4235e4e801c20eb2c, '', 0, '?'),
(0x245a96e4458937c8d9eb6907a8ac2ab1, 'wp-content/plugins/jetpack/css/dashboard-widget-rtl.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/css/dashboard-widget-rtl.css', 1, 0x00000000000000000000000000000000, 0xa922ae2318979efd0700ac88414adbfc, 0xe261ae94f9789f55313253c32cf52846290353b72bad1fe3f0ead2a18a888d2b, '', 0, '?'),
(0x20c5ea2156c1d08a39b7c137c8597612, 'wp-content/plugins/jetpack/css/dashboard-widget-rtl.min.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/css/dashboard-widget-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x4ef353079d96ca42dd8583388689b86f, 0x303e25380b19afe0f75e46a957f0f4147a758037650653abc852dc044aff7d73, '', 0, '?'),
(0x050f23340f728f30c8dcb9edbb419333, 'wp-content/plugins/jetpack/css/dashboard-widget.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/css/dashboard-widget.css', 1, 0x00000000000000000000000000000000, 0x7d54290fc11a4c9147e5b98a18a31cff, 0x683319fa9d2b35369380f09259fb063a26c6c535c592b6c1333a5feef4303760, '', 0, '?'),
(0xa416f462dafe1c8ed75513eb2b6c642e, 'wp-content/plugins/jetpack/css/dashboard-widget.min.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/css/dashboard-widget.min.css', 1, 0x00000000000000000000000000000000, 0x26e6e283256daf1d8ad520c29544cc1d, 0x14765949f5fe2e6dfc78d544ab75f35de89f5967ad9c89ed96ba10a5c7ea324c, '', 0, '?'),
(0xd9c2f127003ba530248c70bdc9dda8ac, 'wp-content/plugins/jetpack/css/jetpack-admin-rtl.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/css/jetpack-admin-rtl.css', 1, 0x00000000000000000000000000000000, 0xf52e193047702bba514a51e985d40ba0, 0x30b3a921c9ae911caedd876a9f73405955942208278745766e9470b86555630a, '', 0, '?'),
(0xe77c58a282944b8182ffab7a6e3e1153, 'wp-content/plugins/jetpack/css/jetpack-admin-rtl.min.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/css/jetpack-admin-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x22185c56103ad66432815063a5fe1001, 0x18694d87bee93aad7d888286cfac10ba03feec1064abd70e2e815b4594ca5960, '', 0, '?'),
(0xa4544eda0e856300fc0c3d919fa69a6e, 'wp-content/plugins/jetpack/css/jetpack-admin.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/css/jetpack-admin.css', 1, 0x00000000000000000000000000000000, 0xe43a159d1327ade02f5e7932bd27806d, 0x0cbec9b06d2d5bd66342234b313f948333229366a9aa384a06ba4f73bc2552d2, '', 0, '?'),
(0x4835e794d95e2fe0510e1b65e8e0894b, 'wp-content/plugins/jetpack/css/jetpack-admin.min.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/css/jetpack-admin.min.css', 1, 0x00000000000000000000000000000000, 0x99a97568d17f18a68d2f9ea55aab1f6d, 0xe3e3fe177dbe484ad76521b9e28cf81dacbd0a62609f4186a7d5d42dc8ae795c, '', 0, '?'),
(0xc91ad8e646ef0d97e860fa3c49fe5d1b, 'wp-content/plugins/jetpack/css/jetpack-banners-emerald-rtl.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/css/jetpack-banners-emerald-rtl.css', 1, 0x00000000000000000000000000000000, 0x93cf9c6a21a1bcc86df462b929bc46cb, 0x8ffee51b15dd6e8ea8ac2586e04c9ff7921551909175510e88250a3b68cda40e, '', 0, '?'),
(0x06b060efbafd3bc1762bee15e359190b, 'wp-content/plugins/jetpack/css/jetpack-banners-emerald-rtl.min.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/css/jetpack-banners-emerald-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xe51fefdb949bdaa9949fd17ea256720d, 0xc8dfe001c7b67c9da181f1e1baba6314ddc2406398011a8e1e3f64946002aa2e, '', 0, '?'),
(0x94fa0263bc97a771f362f494f79e9958, 'wp-content/plugins/jetpack/css/jetpack-banners-emerald.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/css/jetpack-banners-emerald.css', 1, 0x00000000000000000000000000000000, 0xb16b59737d77df38bcb798daa0e1662f, 0x1f491c41077ac95d5b31178da449705f59dd1549e818f8d701aafb36f4cd02fb, '', 0, '?'),
(0xc1b3107ebab0ea65f42f0bb30c786dba, 'wp-content/plugins/jetpack/css/jetpack-banners-emerald.min.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/css/jetpack-banners-emerald.min.css', 1, 0x00000000000000000000000000000000, 0x0864f9ef9fb88e790abd2f8ee62d4d81, 0x1ca5a4125180ef8efb5d54adb9d7e63049311c394d3d98a21765fc747ffb09db, '', 0, '?'),
(0x88fafc4d2413d172e4bb323278ffe538, 'wp-content/plugins/jetpack/css/jetpack-banners-rtl.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/css/jetpack-banners-rtl.css', 1, 0x00000000000000000000000000000000, 0xa9364dcb3d52fd6208ca15009ba07934, 0xebefb9d9d96eb09bd05ae1a3da98fad9392deb4c4774065b8d457d93b904110a, '', 0, '?'),
(0x4de00940db2f9594a1e72d5f177d11a2, 'wp-content/plugins/jetpack/css/jetpack-banners-rtl.min.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/css/jetpack-banners-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x58d30b946d679871836366e87f6e6d1b, 0xb58dc433b8105cab3d9690db03b56710e872c1f7ad6d5b5b2ccad409d037fd9f, '', 0, '?'),
(0xa40a802a09d1b956217937d6597868e9, 'wp-content/plugins/jetpack/css/jetpack-banners.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/css/jetpack-banners.css', 1, 0x00000000000000000000000000000000, 0x7f433febd5038792705060dabbd0dbb2, 0x8f5a0dbec2d768578e0a3028df3143321a828a6841ce90c1dee1bc9a8e85c722, '', 0, '?'),
(0x92ed336a6b89c7e248cd1ff6484283fe, 'wp-content/plugins/jetpack/css/jetpack-banners.min.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/css/jetpack-banners.min.css', 1, 0x00000000000000000000000000000000, 0x793e1cb4e6b8a38907fc8f25cbb7ee02, 0xf9456d36c6bd010ddcb1a36b98f9c762182d037af43f1f60ffe3baf4e1259217, '', 0, '?'),
(0x06a23801e5a3d72a94b1af5ef9c62ee0, 'wp-content/plugins/jetpack/css/jetpack-connect-rtl.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/css/jetpack-connect-rtl.css', 1, 0x00000000000000000000000000000000, 0x3a91c9c534045a3f728eec02dad047be, 0x396987b7132612541fa5fc312b411af40f0e5a66ca12fd488994b7c39b590d7f, '', 0, '?'),
(0xe4cd1b87b3c204cf42f9540b1b353371, 'wp-content/plugins/jetpack/css/jetpack-connect-rtl.min.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/css/jetpack-connect-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xa4b57e253cfcc7ff2df5ea9bd67f9ac2, 0x71297b46d1b181bdf38f91fab7bbfed2e4dbc0d879aba32070943e9cd61ad035, '', 0, '?'),
(0xd7686502b462c4b1ff23832e1973029b, 'wp-content/plugins/jetpack/css/jetpack-connect.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/css/jetpack-connect.css', 1, 0x00000000000000000000000000000000, 0x3a91c9c534045a3f728eec02dad047be, 0x396987b7132612541fa5fc312b411af40f0e5a66ca12fd488994b7c39b590d7f, '', 0, '?'),
(0x29d98dd08d9b01babf46ac58c066c325, 'wp-content/plugins/jetpack/css/jetpack-connect.min.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/css/jetpack-connect.min.css', 1, 0x00000000000000000000000000000000, 0xa4b57e253cfcc7ff2df5ea9bd67f9ac2, 0x71297b46d1b181bdf38f91fab7bbfed2e4dbc0d879aba32070943e9cd61ad035, '', 0, '?'),
(0x4f5298a5868981bd56fb02b17def2d27, 'wp-content/plugins/jetpack/css/jetpack-connection-banner-rtl.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/css/jetpack-connection-banner-rtl.css', 1, 0x00000000000000000000000000000000, 0x5053e1a3795fdd0bfbd7589bce390b35, 0xdaa21e3dfdad2cfb05255c33d2c82c8d8edfbcd1ad842697b4e2661e0f8b38c6, '', 0, '?'),
(0xe31771c680ea57cd751036c523bfb99a, 'wp-content/plugins/jetpack/css/jetpack-connection-banner-rtl.min.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/css/jetpack-connection-banner-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x229bbb0ebbc2550f10438ee557914983, 0xfcbb7446fd5266cbc3b5bf978d8827153e4a1412829e478c69624bddc9496b30, '', 0, '?'),
(0xca6764990ff400e18e78a5504c54f4b2, 'wp-content/plugins/jetpack/css/jetpack-connection-banner.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/css/jetpack-connection-banner.css', 1, 0x00000000000000000000000000000000, 0xcf508264148fca6f52737a4fb4d734e5, 0x9c6dcab11a39664ab3cc8cbaf6ee717b3be8ec395f7a1b218417b1ffb35f6e1d, '', 0, '?'),
(0xb3aa7124d872c601bdc2016e2a28ce20, 'wp-content/plugins/jetpack/css/jetpack-connection-banner.min.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/css/jetpack-connection-banner.min.css', 1, 0x00000000000000000000000000000000, 0xe0ded59e2532444a05d7dcc529980c83, 0xa957a1f1b5086d57df3b0a4cb30751b6b46ceb6be42478ce1a89bb45ced67881, '', 0, '?'),
(0x8d6fdce173c0a1062da96c0db019b9d0, 'wp-content/plugins/jetpack/css/jetpack-deactivate-dialog-rtl.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/css/jetpack-deactivate-dialog-rtl.css', 1, 0x00000000000000000000000000000000, 0x67ca5ac5f0a0f5670673f91857ee961c, 0x8cc93b825f67ce741b522c390515f225835c686cb987dc2d443adcab1e880085, '', 0, '?'),
(0x4a6d89b7e72eaf089271fc261ea0f02a, 'wp-content/plugins/jetpack/css/jetpack-deactivate-dialog-rtl.min.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/css/jetpack-deactivate-dialog-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x17ce3b87f853e521de752e313cc20de0, 0xa7fcea69d85ffd7b95661a269c8a645a362ab63fa345f38456f7ea479d83fc76, '', 0, '?'),
(0x3e8efd3fb060f21ef82baca5699d07a9, 'wp-content/plugins/jetpack/css/jetpack-deactivate-dialog.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/css/jetpack-deactivate-dialog.css', 1, 0x00000000000000000000000000000000, 0x7da08c815c5c04e840c698a93ae5e38e, 0xb739971c2fcb72eb37d82901da7dc1e1fcf0d10f7084c6626065ea9a0a4ab0c5, '', 0, '?'),
(0x9e199a6fb77c5b52e55e3fed210ab777, 'wp-content/plugins/jetpack/css/jetpack-deactivate-dialog.min.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/css/jetpack-deactivate-dialog.min.css', 1, 0x00000000000000000000000000000000, 0x24ec1f2c4f279dae9e401c934038752c, 0xfa520a81f0e0410f9282f6c4b251f61ea2aa5383cbf15fbd6a3beef065af1846, '', 0, '?'),
(0x13aad40abd3d2a3d16ae23020d424ca6, 'wp-content/plugins/jetpack/css/jetpack-icons-rtl.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/css/jetpack-icons-rtl.css', 1, 0x00000000000000000000000000000000, 0xb2c9058528af7efb99c828f775367e10, 0xc7d73d18df498c9b01e2cbbdc8d3f470a900ab2d2b4cfd6c3a575537b2c77b57, '', 0, '?'),
(0x5576425042bae9a3e1bcc28bbf32dc06, 'wp-content/plugins/jetpack/css/jetpack-icons-rtl.min.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/css/jetpack-icons-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x63db9c45130896877d3e1fd10ad9f5e3, 0x3c212a57af04315816c6d52811ce1cfb174ec6d0e5bc22a49140d222fbb0990c, '', 0, '?'),
(0x7ea3597a4239ece0b255e2c91c9c1933, 'wp-content/plugins/jetpack/css/jetpack-icons.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/css/jetpack-icons.css', 1, 0x00000000000000000000000000000000, 0xb2c9058528af7efb99c828f775367e10, 0xc7d73d18df498c9b01e2cbbdc8d3f470a900ab2d2b4cfd6c3a575537b2c77b57, '', 0, '?'),
(0xb757e1141d0762ca1bb17327f266e4ca, 'wp-content/plugins/jetpack/css/jetpack-icons.min.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/css/jetpack-icons.min.css', 1, 0x00000000000000000000000000000000, 0x63db9c45130896877d3e1fd10ad9f5e3, 0x3c212a57af04315816c6d52811ce1cfb174ec6d0e5bc22a49140d222fbb0990c, '', 0, '?'),
(0xccd02a52804ccdd101154f9765a8460b, 'wp-content/plugins/jetpack/css/jetpack-recommendations-banner-rtl.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/css/jetpack-recommendations-banner-rtl.css', 1, 0x00000000000000000000000000000000, 0xe2bca8dc0e495bc3df8396c7ab894bd8, 0x27db991a307bf82562c504b2000602da9140575410ddd8b068e126c0b73c3d76, '', 0, '?'),
(0xe3d10b24fecd5049eda7df0c9549c8e7, 'wp-content/plugins/jetpack/css/jetpack-recommendations-banner-rtl.min.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/css/jetpack-recommendations-banner-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x1571403203a4307c8bbed90a06fc5974, 0x94a6cd9b19e8f7ded9e88af4dab85eeac05454f93815e59c6099286338e25f90, '', 0, '?'),
(0xa10036feb3ef0a914334b155a21d8edc, 'wp-content/plugins/jetpack/css/jetpack-recommendations-banner.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/css/jetpack-recommendations-banner.css', 1, 0x00000000000000000000000000000000, 0x1377bbfa0fe92033ff2a41f8c859d2f0, 0x1d88b24dc2069d7c35917f11939d133edc7fb74f6f9b3d6f1021bb50dfabef6a, '', 0, '?'),
(0xae969d2c222ef6a3bd538780e885e631, 'wp-content/plugins/jetpack/css/jetpack-recommendations-banner.min.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/css/jetpack-recommendations-banner.min.css', 1, 0x00000000000000000000000000000000, 0x786f05bd9a32fc25b65763f83044cddb, 0x994e3282a16aff9cc096c4afd1916eef97d4643d425cd259102486603e7bb1f1, '', 0, '?'),
(0xc4337e0ad06eb2dc6646a2a780d3c0ec, 'wp-content/plugins/jetpack/css/jetpack-rtl.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/css/jetpack-rtl.css', 1, 0x00000000000000000000000000000000, 0xe6eb41e02f4c26c2ddc535b67b92f0bf, 0x2a376f05a70f3a98ebec928f46c23f56b73f0744cd2f235c9617abd8cd0caf96, '', 0, '?'),
(0x09bf2f2db14f87810cf41e6397a074cc, 'wp-content/plugins/jetpack/css/jetpack.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/css/jetpack.css', 1, 0x00000000000000000000000000000000, 0x37d6e8a20854c0b56bd54d4b39ed2ea0, 0xf1899c2094b0d45368d51234409fc47e648e4db4eb56a8f9f0603663f98d2192, '', 0, '?'),
(0xa2694012c20d68110192ad611d1a4f68, 'wp-content/plugins/jetpack/css/wordads-ccpa-rtl.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/css/wordads-ccpa-rtl.css', 1, 0x00000000000000000000000000000000, 0x8844a5633da815d3f26599de1a1d4912, 0x058f6abf67543fff1766ef139e94d0c0a12a065d6c6c7de627d303a1d0b85d19, '', 0, '?'),
(0x2a8776e6914f7ae230e89e4a8ac6fcff, 'wp-content/plugins/jetpack/css/wordads-ccpa-rtl.min.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/css/wordads-ccpa-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xbb8398cb8499d6d3e42bcf89271a127f, 0x91fdcfe910e36c47b0f038eaf77e82c2e04ef10010d52a3be19883c47d0f976f, '', 0, '?'),
(0x257b98541a0655026d5d6de6720f695d, 'wp-content/plugins/jetpack/css/wordads-ccpa.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/css/wordads-ccpa.css', 1, 0x00000000000000000000000000000000, 0xcaf1b50e744bacaf5a254884446821c6, 0x3db45a75ebda5122d2767664489c8c4773590f3e41fddcc5006fbff51fff2871, '', 0, '?'),
(0xa03b1aff651566f3964e643d93a45a9d, 'wp-content/plugins/jetpack/css/wordads-ccpa.min.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/css/wordads-ccpa.min.css', 1, 0x00000000000000000000000000000000, 0x93255136ca5c8d20bbc5086de05ee6ba, 0x4730477cd24f0cb2352382de2239c96fafdbfc9745eb6d865d0735711ca4eb4b, '', 0, '?'),
(0x9af0dbacbf241037458902d2aacacfd0, 'wp-content/plugins/jetpack/enhanced-open-graph.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/enhanced-open-graph.php', 1, 0x00000000000000000000000000000000, 0x91f99cfe205da99d179114328a068379, 0x558b7abe2e82a5da9c474573e2afbe1a27aa58a01236ff968868fbf36f70f520, '', 0, '?'),
(0xc7cbfffd0115a656d1b88bcf56cc09e7, 'wp-content/plugins/jetpack/extensions/blocks/amazon/amazon.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/amazon/amazon.php', 1, 0x00000000000000000000000000000000, 0xb6632826b1a144702e9b743a0c024e4f, 0x167dededf8176b6fcf5d11b979f494d707cd10afb9141be397be4e22d7e86eca, '', 0, '?'),
(0x284ef139687e2f3a7a1242c61b08a06e, 'wp-content/plugins/jetpack/extensions/blocks/anchor-fm/anchor-fm.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/anchor-fm/anchor-fm.php', 1, 0x00000000000000000000000000000000, 0x788357be5d80cad14528fbb3e92d720a, 0xf0813afcfeddf500daa33754b5e4041d5cf87f06324c3e8a97d5d3e5429684a1, '', 0, '?'),
(0xd5c862f6193c2b26e9dd07f8ecbb0854, 'wp-content/plugins/jetpack/extensions/blocks/business-hours/business-hours.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/business-hours/business-hours.php', 1, 0x00000000000000000000000000000000, 0xffe20ce47e68074c850d1e096fd080ca, 0x169c17d1dcf148a272b0686f7dec168a3e7d228d2639da35daf4fa9b52af1367, '', 0, '?'),
(0x8fe68e9fb6d2143393fee37f74e5b0fd, 'wp-content/plugins/jetpack/extensions/blocks/button/button.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/button/button.php', 1, 0x00000000000000000000000000000000, 0x8a879389ea4957dd80976dfaee341706, 0xf5f902c60e0fef34559bc00a6fec96da1def91dba6ea452ccc6d30e28699e91d, '', 0, '?'),
(0x6edd31d02ea8751603cfa6092fea25ba, 'wp-content/plugins/jetpack/extensions/blocks/calendly/calendly.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/calendly/calendly.php', 1, 0x00000000000000000000000000000000, 0x627b37ab2de29d3f543698d223d08528, 0x0f9d695ffe56664736548ca5103cd9479ec348537a3fd79c25554d17ea87b3db, '', 0, '?'),
(0x38c43ad23518d4773fe6f36ef667c6c0, 'wp-content/plugins/jetpack/extensions/blocks/contact-info/class-jetpack-contact-info-block.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/contact-info/class-jetpack-contact-info-block.php', 1, 0x00000000000000000000000000000000, 0x0271dca652430b86755627a1f6a7ed26, 0x84620be1f996410b2fe6770725a8e0e093c8ce2d14b8650fec94d2345406be15, '', 0, '?'),
(0x37011371b9c7b83954e747009337c5bf, 'wp-content/plugins/jetpack/extensions/blocks/contact-info/contact-info.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/contact-info/contact-info.php', 1, 0x00000000000000000000000000000000, 0xb1e3e95da6326b572d1d14c9e24b530a, 0x379f545324216259308f8c99fd0aeda319bc1846c0d55d27f58b43daaa1e809b, '', 0, '?'),
(0x73baf41b238fca5b4f2aa317d5b62445, 'wp-content/plugins/jetpack/extensions/blocks/conversation/conversation.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/conversation/conversation.php', 1, 0x00000000000000000000000000000000, 0x4889205821da57ccf97fc5c123844bad, 0x84b075d6a288413d2c28a1e281bccb340e415db60401ed405dec48318140e67e, '', 0, '?'),
(0x09f82648a9f63b7d6dac4dc39723de79, 'wp-content/plugins/jetpack/extensions/blocks/dialogue/dialogue.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/dialogue/dialogue.php', 1, 0x00000000000000000000000000000000, 0x883e7a4553aecc8dd4787c36bf318e67, 0x3b3847b9c18404f10fea2104c1284dc480fdb815b016bae28069f1ef8dd049f8, '', 0, '?'),
(0x6e34df8ed7a77edc09e2102c03c6bc2a, 'wp-content/plugins/jetpack/extensions/blocks/donations/donations.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/donations/donations.php', 1, 0x00000000000000000000000000000000, 0x1c5aa43889dff34a3ab60d744c34bbd7, 0xd2f280d41cc73338066cf16861c16d41f696fcfe01537e7c3bb278f87d39a4d3, '', 0, '?'),
(0x434a8e66959dfe093d3621d746b75e5e, 'wp-content/plugins/jetpack/extensions/blocks/eventbrite/eventbrite.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/eventbrite/eventbrite.php', 1, 0x00000000000000000000000000000000, 0xafd478cba9ca16b4a7dc56b1b07bdb5f, 0x3eb54798a95ef4cecc478000e8398e8ce2710b1ea42e504c9ba43911bca37d93, '', 0, '?'),
(0x5e622ff833e2bf939e90689a16e0dcbb, 'wp-content/plugins/jetpack/extensions/blocks/gif/gif.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/gif/gif.php', 1, 0x00000000000000000000000000000000, 0x0f122cb402fa9defc0bc242047dc0df6, 0x79dfeff6ef5a21aece608adf6ace86f0bddb32acda325501ad6d324d1a32dc77, '', 0, '?'),
(0x38d363887c02b634a69e3a7203f5a2e0, 'wp-content/plugins/jetpack/extensions/blocks/google-calendar/google-calendar.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/google-calendar/google-calendar.php', 1, 0x00000000000000000000000000000000, 0xaeb101cff894a175df1c7bcd7447efbf, 0x9a8917d8fe5a59f39036d11bc49cfaab5a936ab631f03aa2ad42e92f02a81282, '', 0, '?'),
(0x68ac7809a18637565c4ea5ce3ed70459, 'wp-content/plugins/jetpack/extensions/blocks/image-compare/image-compare.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/image-compare/image-compare.php', 1, 0x00000000000000000000000000000000, 0xf90101c78011672af99c453a2a89f30f, 0x24c81f19cf15ac26e11efddf20ef97e3750a293771484ee24874ef8e8ea34e64, '', 0, '?'),
(0x4755e214a34921d79196dcb4e3a7de39, 'wp-content/plugins/jetpack/extensions/blocks/instagram-gallery/instagram-gallery.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/instagram-gallery/instagram-gallery.php', 1, 0x00000000000000000000000000000000, 0x2b972c1922a984d0dfc5537fc40f79df, 0x7f6402884b5df323f3a5d01f90921776717b9636420f0d192769e00d79013f35, '', 0, '?'),
(0xb2161365039ae3ab04ec82026bd05048, 'wp-content/plugins/jetpack/extensions/blocks/mailchimp/mailchimp.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/mailchimp/mailchimp.php', 1, 0x00000000000000000000000000000000, 0x7f83391924542d83e4dc2e7d43a42176, 0x7ed10b91931770ffe9976d90fa1fdb785add39846fae529096851ab6629e7b87, '', 0, '?'),
(0xc208388fee5187837f132075ff98c4ba, 'wp-content/plugins/jetpack/extensions/blocks/map/map.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/map/map.php', 1, 0x00000000000000000000000000000000, 0x9f4a13197d1604c26d16b76d9822e8a9, 0x8156fb508bfe9da249a1321f3580ad7033f0adef2657a7d064d9724499f127d0, '', 0, '?'),
(0x0b0142755f6f1ba7c14bf122f18d7cf8, 'wp-content/plugins/jetpack/extensions/blocks/markdown/markdown.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/markdown/markdown.php', 1, 0x00000000000000000000000000000000, 0xdc05ae7720b3a0a2757ec5bb0ff62200, 0x7e4666b75bdac6276a82d57c7b74d0324b01462353bd1e52b24dc951fdb8f3d4, '', 0, '?'),
(0x5300d08c8b5f8a9c74f2e2355fdbed38, 'wp-content/plugins/jetpack/extensions/blocks/opentable/opentable.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/opentable/opentable.php', 1, 0x00000000000000000000000000000000, 0xb25a8e2b5d02d32a5d37347b9ab21181, 0x87ff91ebd1be564be36522027fd31efe7c584997c1c921e9d98670c2468757e0, '', 0, '?'),
(0xbaa8fda5a00517a215d6254a834e87b0, 'wp-content/plugins/jetpack/extensions/blocks/payments-intro/payments-intro.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/payments-intro/payments-intro.php', 1, 0x00000000000000000000000000000000, 0x3fa9836a0371153a6b6a21090250bc4e, 0xb68afc9d2f7ec83455d3ad64b201954ca6926e8d0359a320942313ff20c009f1, '', 0, '?'),
(0x8578f250ed29a7c7c3f3801b598da670, 'wp-content/plugins/jetpack/extensions/blocks/pinterest/pinterest.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/pinterest/pinterest.php', 1, 0x00000000000000000000000000000000, 0x66bbc25fdc95a99661e8f95c8190fe01, 0x2eb19d5e551273a9271760322f659fc13a49923ddd38d9c7d4f173dc27a083f4, '', 0, '?'),
(0x6f7a287d7b623db1bbf6429d1539e483, 'wp-content/plugins/jetpack/extensions/blocks/podcast-player/podcast-player.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/podcast-player/podcast-player.php', 1, 0x00000000000000000000000000000000, 0x528ea5b35e09a302f4c0b8eed0930709, 0xc7cb9d31036e2d13117aac1cfb078ba261da0b88d63ebf62a0ba98dbc6ac2651, '', 0, '?'),
(0x2d86f7a275948660c59a4bb8c8ff1805, 'wp-content/plugins/jetpack/extensions/blocks/podcast-player/templates/playlist-track.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/podcast-player/templates/playlist-track.php', 1, 0x00000000000000000000000000000000, 0x27c5b3ef2c27e2b82c31d7daa40ff123, 0x8e0050a42cd85197dce59d3710ff4e94ad784b6163402376845e64dc6694657e, '', 0, '?'),
(0x2d8047299157efd5fec72cf53f45942f, 'wp-content/plugins/jetpack/extensions/blocks/podcast-player/templates/podcast-header-title.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/podcast-player/templates/podcast-header-title.php', 1, 0x00000000000000000000000000000000, 0x9ac1a8b287be24f1c139abdd5924a343, 0x68ad7600e463ee0f9a50e4e7bf1b2b6cab7ffa3c85adbc7377463bc04b6aea0d, '', 0, '?'),
(0xf6f5b024d2e8ce3c3281af23aceb95ce, 'wp-content/plugins/jetpack/extensions/blocks/podcast-player/templates/podcast-header.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/podcast-player/templates/podcast-header.php', 1, 0x00000000000000000000000000000000, 0x31994b4c96a0d2a96f813feae92f0ce4, 0x7e3124fbeef0146f18d89d9cdb118f68933412ab84d3db01d074de6fc83563fd, '', 0, '?'),
(0xc3faf97dfaa9a42f588683d7eb311ab0, 'wp-content/plugins/jetpack/extensions/blocks/podcast-player/templates/podcast-title.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/podcast-player/templates/podcast-title.php', 1, 0x00000000000000000000000000000000, 0x12aa462bbbd79669dec80dce65a31c54, 0x5963d8f9da39001005c02fe988973ef35d896b00e3eeb1471cbfe4cb231f09ec, '', 0, '?'),
(0x78956462ed2dee4c61f1a017384ea2a7, 'wp-content/plugins/jetpack/extensions/blocks/premium-content/_inc/access-check.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/premium-content/_inc/access-check.php', 1, 0x00000000000000000000000000000000, 0xbb6fd163ad448c288b8cbf1706c7405f, 0x8637d66b484175596295842ee255b18a644995f52d2f0e7aa91218dcf9ec79a5, '', 0, '?'),
(0x7f2eab5f7ec2c45c41c828507d424b54, 'wp-content/plugins/jetpack/extensions/blocks/premium-content/_inc/legacy-buttons.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/premium-content/_inc/legacy-buttons.php', 1, 0x00000000000000000000000000000000, 0xe583bc4289e95090058f5c74bcb10a69, 0x627d7db8cb98b150ffe0776cace03d666c78172cba5c6e15d2fc07137167a857, '', 0, '?'),
(0x6a3372d15e5b6bfebd3f944a1cf7348d, 'wp-content/plugins/jetpack/extensions/blocks/premium-content/_inc/subscription-service/class-jetpack-token-subscription-service.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/premium-content/_inc/subscription-service/class-jetpack-token-subscription-service.php', 1, 0x00000000000000000000000000000000, 0xc7447e981e217ee3690b80485936f14a, 0x5126b56c285d41044ed0f5be8588517c3bf35d0160136ecd7237d4277ccd3be7, '', 0, '?'),
(0x90e860f417dfb59482ac73f19ba213f3, 'wp-content/plugins/jetpack/extensions/blocks/premium-content/_inc/subscription-service/class-jwt.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/premium-content/_inc/subscription-service/class-jwt.php', 1, 0x00000000000000000000000000000000, 0xc50adf40052a3884c7387191854103b5, 0x7f6aa41da71164e2e0d790cb3a7b686789d6d036ee80c9e177d9bd2c8adc727e, '', 0, '?'),
(0x47fd3d30276b8cf406a2c5efbe58748e, 'wp-content/plugins/jetpack/extensions/blocks/premium-content/_inc/subscription-service/class-subscription-service.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/premium-content/_inc/subscription-service/class-subscription-service.php', 1, 0x00000000000000000000000000000000, 0xf0fd0b8f34bb60fe072e29409a8750a5, 0x92d47b4eb6ae9636eef59767e5d927cf323426117ea1de9b4e43374bc766d70f, '', 0, '?'),
(0x29af0e788ac8a5b8634fca7f750ff56a, 'wp-content/plugins/jetpack/extensions/blocks/premium-content/_inc/subscription-service/class-token-subscription-service.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/premium-content/_inc/subscription-service/class-token-subscription-service.php', 1, 0x00000000000000000000000000000000, 0xf943bfe0c81d29d65f0eb0f486f5eca4, 0xebf62cc69d98fece5f47338a4cda4043f43740ccdc7b4ca8546742b008cf3880, '', 0, '?'),
(0x806c34038fbdb17d56d4bb7b8f76907b, 'wp-content/plugins/jetpack/extensions/blocks/premium-content/_inc/subscription-service/class-token-subscription.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/premium-content/_inc/subscription-service/class-token-subscription.php', 1, 0x00000000000000000000000000000000, 0x5f77b526a9c569941ed2202ccd57691a, 0xfc91b63192411b397dd2c64ef679577a4e3561df63ff0956577908caf7a68c02, '', 0, '?'),
(0xf6b1929839216d0bdfdc5ce1e313519c, 'wp-content/plugins/jetpack/extensions/blocks/premium-content/_inc/subscription-service/class-unconfigured-subscription-service.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/premium-content/_inc/subscription-service/class-unconfigured-subscription-service.php', 1, 0x00000000000000000000000000000000, 0xa4b18d5a0e8b4c03c959eac909da63d6, 0x04e39821f4b2f229e29239d7d70a2ee139c44a23e4c44462c4e15b1e104a8881, '', 0, '?'),
(0xe669e0776e2e0ca4c666b332b6a3cfcb, 'wp-content/plugins/jetpack/extensions/blocks/premium-content/_inc/subscription-service/class-wpcom-offline-subscription-service.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/premium-content/_inc/subscription-service/class-wpcom-offline-subscription-service.php', 1, 0x00000000000000000000000000000000, 0x4d6e97528f22b881258a1b873184a2bb, 0xba2cb258abf2cde36b10335db9d8dbee2ee90817a482175f01eb6bbdfd71a326, '', 0, '?'),
(0x4780447e1d2dcc14df43c66b3ccaac6b, 'wp-content/plugins/jetpack/extensions/blocks/premium-content/_inc/subscription-service/class-wpcom-token-subscription-service.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/premium-content/_inc/subscription-service/class-wpcom-token-subscription-service.php', 1, 0x00000000000000000000000000000000, 0x4d6582e4144aea28329f6c09f8b84c44, 0x42851fffe6e4cacf086f1b937d901973786e3504ac3b95d4236bcec9381219b1, '', 0, '?'),
(0x51f228643140f9d6cf5c37c5d4224ad7, 'wp-content/plugins/jetpack/extensions/blocks/premium-content/_inc/subscription-service/include.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/premium-content/_inc/subscription-service/include.php', 1, 0x00000000000000000000000000000000, 0x6e29d8c2778f4ab75b04aee9b91ed01e, 0xc794653e6fe5d0dbb0b8892eb145eb2987d20f6d177db9f71ebfe2340c2f4590, '', 0, '?'),
(0xf544cac676b5a9cbd6f94f9c40567d06, 'wp-content/plugins/jetpack/extensions/blocks/premium-content/buttons/buttons.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/premium-content/buttons/buttons.php', 1, 0x00000000000000000000000000000000, 0x4ce6cef9eebbf6af3abdb4788ec44982, 0xce8831b0bb3174c17b0adb7a8b5b0474a6a80f40f507b732df73b29d33b447e1, '', 0, '?'),
(0x37aba3df2a6df0eab90a080430050305, 'wp-content/plugins/jetpack/extensions/blocks/premium-content/logged-out-view/logged-out-view.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/premium-content/logged-out-view/logged-out-view.php', 1, 0x00000000000000000000000000000000, 0xe3b6d665ecc3ccc929b47018786f3b71, 0xdd2aee91db1e1df1fa0658d202bf24715697a7c877118cb93d88d72644703d53, '', 0, '?'),
(0xdb192dbb39f950fbfee002e09f266318, 'wp-content/plugins/jetpack/extensions/blocks/premium-content/login-button/login-button.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/premium-content/login-button/login-button.php', 1, 0x00000000000000000000000000000000, 0x904697cdfb9c1abc5f28ca87279c91e7, 0x9092ed7768f03f9250c8cc12155c08f1a712595b71d1be3a9de1ee73eef13011, '', 0, '?'),
(0x459783bdf6626b7e081816ebf6a50cb0, 'wp-content/plugins/jetpack/extensions/blocks/premium-content/premium-content.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/premium-content/premium-content.php', 1, 0x00000000000000000000000000000000, 0x5744cf859b3976eccb96afa69543c4fe, 0x95e825c2b8e45eef8d23a584825cea93af52d1d9930914a37a00069cea51aae1, '', 0, '?'),
(0x96802eec2055ec97d4c9571ac57d3deb, 'wp-content/plugins/jetpack/extensions/blocks/premium-content/subscriber-view/subscriber-view.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/premium-content/subscriber-view/subscriber-view.php', 1, 0x00000000000000000000000000000000, 0xe77dbcd420f40b8c019d9e02f788cf51, 0x0d413903631cf3773a6125b828a5bb345224469643e70e4bf74beb1df3856678, '', 0, '?'),
(0x137650ba911afce1b8ff18076312cf5c, 'wp-content/plugins/jetpack/extensions/blocks/rating-star/rating-meta.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/rating-star/rating-meta.php', 1, 0x00000000000000000000000000000000, 0x1e514e0d74e736cebf1a02d9c240f8a3, 0xebcc2a6268bed58ceddf00101cdf6c885da03651f1f119a0738e7ef9a6d69205, '', 0, '?'),
(0xd0ca702b67b52557dae94af404ef27f6, 'wp-content/plugins/jetpack/extensions/blocks/rating-star/rating-star.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/rating-star/rating-star.php', 1, 0x00000000000000000000000000000000, 0xcd74001dcd46f59f182931516ecc9ad3, 0x91f96aff8ba56f8801ec43ac0b0058a447db1746c6cd25ca5d55a6e6101e3434, '', 0, '?'),
(0xdb16a82e8060690b8719604d3377c180, 'wp-content/plugins/jetpack/extensions/blocks/recipe/class-jetpack-recipe-block.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/recipe/class-jetpack-recipe-block.php', 1, 0x00000000000000000000000000000000, 0x52b4439b8edd32a6feb9fd6a4890e5dc, 0x58418d3e5b55eb4119ff3cbe9861df810a7cfded00f2d548457f922486a0fd41, '', 0, '?'),
(0x3372d797d024e5f69cc576614ab53e43, 'wp-content/plugins/jetpack/extensions/blocks/recipe/recipe.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/recipe/recipe.php', 1, 0x00000000000000000000000000000000, 0xf9e6212e193a0d22b99d293b7e2279be, 0x136b7cee5b0eeae1fe62bffcde6c8645b02e071916b594fce85c5e50086fd416, '', 0, '?'),
(0x8b5f0ec4daccc9c0d59965c73023cf75, 'wp-content/plugins/jetpack/extensions/blocks/recurring-payments/recurring-payments.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/recurring-payments/recurring-payments.php', 1, 0x00000000000000000000000000000000, 0xb81304f3eab02ca7c2a35db39c12942e, 0x7d312b13302c9ace009ab45eecefee88ea1eef9b8ca246956dc387057965ab64, '', 0, '?'),
(0x4b132c717a77ce5ba64e9dd2b3cd1e70, 'wp-content/plugins/jetpack/extensions/blocks/repeat-visitor/repeat-visitor.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/repeat-visitor/repeat-visitor.php', 1, 0x00000000000000000000000000000000, 0x161f967cbb736e28f2344c4fe90a3337, 0x4ca8a9c808ef201cce4046133a86ab6ed2c246e5e6fb29079e47653031809b15, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x2993c9d1a0b4dccc9395d1eded48de67, 'wp-content/plugins/jetpack/extensions/blocks/revue/revue.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/revue/revue.php', 1, 0x00000000000000000000000000000000, 0x8255ef100746f7be08d06f172f8dc389, 0xcc0d7a6084a2aad10aa1108496a74a42dd641fafa219e3c04ec8af186aec302c, '', 0, '?'),
(0xb3998b54139288c0a9f2f5be74f6aa5f, 'wp-content/plugins/jetpack/extensions/blocks/send-a-message/send-a-message.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/send-a-message/send-a-message.php', 1, 0x00000000000000000000000000000000, 0xb5f18d7a9f4d2103fa6b43cf06dcc9d8, 0xc9d350e6b007b44f74465aa268403eb4bf2a586ee7505d63ca8b66806570d7bd, '', 0, '?'),
(0x15b230524cb9359244f16bd69bab52ea, 'wp-content/plugins/jetpack/extensions/blocks/send-a-message/whatsapp-button/whatsapp-button.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/send-a-message/whatsapp-button/whatsapp-button.php', 1, 0x00000000000000000000000000000000, 0x8795a72e641b314dffb1771ec68240dd, 0x664497afde30e2fb4c2b157a9a54c9d5bf29726f02a627e1f8494bd539ae758f, '', 0, '?'),
(0x876988789cb043118bbb3c2f276652a6, 'wp-content/plugins/jetpack/extensions/blocks/simple-payments/simple-payments.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/simple-payments/simple-payments.php', 1, 0x00000000000000000000000000000000, 0x22e93083f288b3153bf296ff93889967, 0xf2e411171e4a49f103a1914cb4150e8e90e382c30aa9fcdd3b3b6f8be203b35f, '', 0, '?'),
(0x921915a5fa506f763e383c78fd0b44a9, 'wp-content/plugins/jetpack/extensions/blocks/slideshow/slideshow.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/slideshow/slideshow.php', 1, 0x00000000000000000000000000000000, 0x32dc885af91e9b46c234f453b9f2cda4, 0xf10665fc11f81d5aaaccdb726e043861876355daad5240619b8538a73df7f957, '', 0, '?'),
(0xa788031adab4c1e90263d6e312ecd083, 'wp-content/plugins/jetpack/extensions/blocks/social-previews/social-previews.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/social-previews/social-previews.php', 1, 0x00000000000000000000000000000000, 0x1051655a0fe54db33dda2078f4bd7b37, 0xc4e023942d9be038a9751de912125a7ac1762aa8a8b7c9dd60aa3e3514ddb94d, '', 0, '?'),
(0xd744247f26ac3811fd11f265d05eeaec, 'wp-content/plugins/jetpack/extensions/blocks/story/story.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/story/story.php', 1, 0x00000000000000000000000000000000, 0xcfcf48c8a6e072e90bc23d190ee82f34, 0x993e1dd851ef0f33abf648585267d43eb7c3725a4b8bcf57a321b53f4ecae920, '', 0, '?'),
(0xb2d8c78a82dec7ab48c2aa188b8bee6c, 'wp-content/plugins/jetpack/extensions/blocks/subscriptions/subscriptions.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/subscriptions/subscriptions.php', 1, 0x00000000000000000000000000000000, 0x91a20e1094aee10fc10ba628be5ef7d2, 0x06a9338e0e9e81baf5208156cd7eba51078ffa21ea563964c446bd0e4e370b87, '', 0, '?'),
(0xa894ff36041915a67a0bd1ba47fdd6e4, 'wp-content/plugins/jetpack/extensions/blocks/tiled-gallery/tiled-gallery.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/tiled-gallery/tiled-gallery.php', 1, 0x00000000000000000000000000000000, 0x0d8c87fcfba5b309e006d7032ff4a0cc, 0x93a71ba13e886e0fe472a2ecd07c0a728af0288c810ad941d554818cf0aa89ed, '', 0, '?'),
(0xf737e1c01751022afa4d07e6dcbd58b6, 'wp-content/plugins/jetpack/extensions/blocks/videopress/videopress.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/videopress/videopress.php', 1, 0x00000000000000000000000000000000, 0x97769158c5888188a94c699d108067ff, 0xa101a132881feefca5667552434cfc27294c616d3b2e13f4d02b56e174a7878f, '', 0, '?'),
(0x8a153958252741bc35f9de871c127396, 'wp-content/plugins/jetpack/extensions/blocks/wordads/wordads.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/wordads/wordads.php', 1, 0x00000000000000000000000000000000, 0xcbe7b08d7b577a9b1dd0be7888d92e19, 0xcf9bd519fcfac41221e465bb9e91fbb79067a7006843c888edab177df998ac6c, '', 0, '?'),
(0xa9fbb70521fb56cad35cffc7a0b22bd4, 'wp-content/plugins/jetpack/extensions/extended-blocks/core-audio/core-audio.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/extended-blocks/core-audio/core-audio.php', 1, 0x00000000000000000000000000000000, 0x799ee9fc14810d60706ce4c6a13ff4f5, 0x90186bf6725304c7cda48d79d01141d9f83fcdc21be9fe59d16b591cfdc8fdea, '', 0, '?'),
(0x745550717019151dbcd12c04e8b01dfd, 'wp-content/plugins/jetpack/extensions/extended-blocks/core-cover/core-cover.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/extended-blocks/core-cover/core-cover.php', 1, 0x00000000000000000000000000000000, 0x4e6c5decb17a2d6a28d92fca5206c292, 0x6b922e4de3a905948e48fd47ccf96fe07e7ec699dec15c5232e8a939dd4152b4, '', 0, '?'),
(0xeea5f523a8ab96fd19eb72c429775a93, 'wp-content/plugins/jetpack/extensions/extended-blocks/core-video/core-video.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/extended-blocks/core-video/core-video.php', 1, 0x00000000000000000000000000000000, 0xd03964304d0e28aa9cffb041691f27a9, 0x3cebf68a02ebafac538c59e71de9c287daa43619287f3795ab9874298bf11e76, '', 0, '?'),
(0x5fde825e65120cdce3ab9e7a9b474741, 'wp-content/plugins/jetpack/extensions/extended-blocks/premium-content-container/premium-content-container.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/extended-blocks/premium-content-container/premium-content-container.php', 1, 0x00000000000000000000000000000000, 0x300a0e3a312287aa38efaa42f0830ae7, 0xa2cb63dd5873daa9624b99870f0af5884a8c4eb0c1a80ad6de294d20088d8d02, '', 0, '?'),
(0xf46294f965d8b225140227c62f4f646b, 'wp-content/plugins/jetpack/extensions/plugins/payments/payments.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/plugins/payments/payments.php', 1, 0x00000000000000000000000000000000, 0x21cb4e4c2f532a4aa875443f20dd6fff, 0x067e7635ae98f7509d82c9c1e679ea4417d4f715dcdaac765b607e85b2e82ad6, '', 0, '?'),
(0x12f93266917a2895ebfef123a098e8bc, 'wp-content/plugins/jetpack/extensions/plugins/post-publish-qr-post-panel/post-publish-qr-post-panel.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/plugins/post-publish-qr-post-panel/post-publish-qr-post-panel.php', 1, 0x00000000000000000000000000000000, 0x30a39184e36d7e0e1b27636072753dcc, 0xbf8ecc572d45cdd94ade0b6886d42a1d2251e27491407c8e04847d9683516383, '', 0, '?'),
(0xfaf9122e24d93a0fbcd0d2c1d8a53e01, 'wp-content/plugins/jetpack/extensions/plugins/publicize/publicize.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/plugins/publicize/publicize.php', 1, 0x00000000000000000000000000000000, 0x3be813e436c9608d2682cbaf57dbb0f1, 0xf5b3c86c4bda00cc26d09e91d1721f09efb84e89e182438bfd66fb101f62bd5c, '', 0, '?'),
(0xcc14443f9edfba8ec65743f3a87f91a6, 'wp-content/plugins/jetpack/functions.compat.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/functions.compat.php', 1, 0x00000000000000000000000000000000, 0xd928d602b954089d269976ed44d51079, 0xe2231a52a80f3b55706ca270a390787c6eab62a43286bef7be955b82be74cb56, '', 0, '?'),
(0xf2edb0a32f0ed3313c6c2e53b1177d35, 'wp-content/plugins/jetpack/functions.cookies.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/functions.cookies.php', 1, 0x00000000000000000000000000000000, 0xed48884d8eddb84c6dc5900f4dfaaca0, 0xa4403a12d931190240a2639a397ee2ea5f21d7fa50058df68878f65508982cb0, '', 0, '?'),
(0x4942680ca2d310fc69ea2755a85211a3, 'wp-content/plugins/jetpack/functions.global.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/functions.global.php', 1, 0x00000000000000000000000000000000, 0xf7c93d15d39661303442eaf829eb5d5b, 0xa2d3b8fb9afa444819d905fdd6232622b9995096a0a8526dbefda6582abb12b9, '', 0, '?'),
(0x0dca021c39488487f09a6e6d73c819e4, 'wp-content/plugins/jetpack/functions.opengraph.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/functions.opengraph.php', 1, 0x00000000000000000000000000000000, 0x30e2e103bbaa768f0d6a9da1d2d8de02, 0x8b36feb95653f91cadc89eb8149e8383b9801ee63c8251796f24ae5732e4dc7e, '', 0, '?'),
(0xf2840dac508766e4af4ec7949cf96f5e, 'wp-content/plugins/jetpack/functions.photon.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/functions.photon.php', 1, 0x00000000000000000000000000000000, 0x47322a0a77fa8232698ac094bdfbbe67, 0xbb54c7817682545d8fb6f88424121be7b33a18002f84c96b6875e8c601421e9c, '', 0, '?'),
(0x9ede22aa3b4ef2558a76883d3bc057bc, 'wp-content/plugins/jetpack/images/apps/triple-devices.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/apps/triple-devices.svg', 1, 0x00000000000000000000000000000000, 0xbe5e74fd5e06a4db0a13b930c35f1b53, 0xbaa89ffdf5b7adf0bc960bf56bd6fdaa7bb8084c124b6a21aca2a141e48ff02c, '', 0, '?'),
(0x0bcd7905d3d792d6b768970af03f5233, 'wp-content/plugins/jetpack/images/apps.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/apps.svg', 1, 0x00000000000000000000000000000000, 0x9cc06a3efbe92804caa9572e386da394, 0x77934fbfac493b4d7d5c71c7eee72b7945ed08a02b5a6f2b928a050407074157, '', 0, '?'),
(0x52fe582e52bf029c66ac41acc7d8aafd, 'wp-content/plugins/jetpack/images/backup-getting-started-thumbnail-2x.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/backup-getting-started-thumbnail-2x.png', 1, 0x00000000000000000000000000000000, 0x3d8c6fc4687c9bad464494161059e2f2, 0x811461781fc59a1f1e3d1e7a087ea97dcdb71f984c877834a6d8a2b8c894df6c, '', 0, '?'),
(0x35894c51d3fc542045928a82497c5207, 'wp-content/plugins/jetpack/images/backup-getting-started-thumbnail.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/backup-getting-started-thumbnail.png', 1, 0x00000000000000000000000000000000, 0xb24233012968b8305372dd9e3d6af57a, 0xba0834c237f8558cc163a31aa0dad1a888a2c06e4b2baf64df0647ce2012af55, '', 0, '?'),
(0x60610bc0d44e88e90aac2d839fd6f922, 'wp-content/plugins/jetpack/images/block-picker.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/block-picker.png', 1, 0x00000000000000000000000000000000, 0xc2094ea276f640de65e5c2748a2c7f48, 0xf39892643be4a0260f5c31c018396ef5ac1e48ec8fd4eee5c191ed30fe30b631, '', 0, '?'),
(0xebaa01e53426681e5a213a556a31d0c5, 'wp-content/plugins/jetpack/images/cf-ss.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/cf-ss.png', 1, 0x00000000000000000000000000000000, 0x15dffe3083064ff028357225d3f5288c, 0x69ee9eda7dcdda513cf6eb9ff720a1b0970153383451ab92be3bf3f534b5cb87, '', 0, '?'),
(0x400bebf91608c9125d9cc81e4dd2e2e2, 'wp-content/plugins/jetpack/images/characters.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/characters.svg', 1, 0x00000000000000000000000000000000, 0x24943c85ba0ced72d0f318a5e3b87152, 0x48acdf62cca61103e75338fa3298bbb781ec4a221e812735a85c102a5ec793d8, '', 0, '?'),
(0xbdea8ede4cbbefdc0168f92957bd7e71, 'wp-content/plugins/jetpack/images/close.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/close.svg', 1, 0x00000000000000000000000000000000, 0x6066243c5627ae94e5cbb030f9a8fc21, 0x6cfaa499e7ac587006c42a0c0630d9bd373b98789526e303f3ee26b0a3e4d23e, '', 0, '?'),
(0xcab1cdd1b2ed37fc747530da271f79fe, 'wp-content/plugins/jetpack/images/cloud-based.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/cloud-based.svg', 1, 0x00000000000000000000000000000000, 0x1b3d11f777d8065364a3f4b33ad4e33a, 0x07ce5eee42d31f621aa322118af75b7ec6f44c24afeff2ea499ff534f2ef85b3, '', 0, '?'),
(0x8b8895df9d223b9889eb1b8e9329ad6d, 'wp-content/plugins/jetpack/images/cloud-checkmark.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/cloud-checkmark.svg', 1, 0x00000000000000000000000000000000, 0xa05578dd9283fbb67d14728caf1bf3bc, 0xa1fa792fec0fcb9cfd45a0cfa41d6c30f2d0d2b792bb927c47373c1f889d6b11, '', 0, '?'),
(0xfa2ed1ac03607207eee61ad5fe13ef74, 'wp-content/plugins/jetpack/images/connect-jetpack.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/connect-jetpack.svg', 1, 0x00000000000000000000000000000000, 0x9b1ecff9d151e91bed91f049e4f3514b, 0x5781d35b45d91961a8a2624ae2cf23ae72e79969ad699cdc4c7f377e8eddfc80, '', 0, '?'),
(0xf64f6e59a84dc4356ba09c34ce7bd59d, 'wp-content/plugins/jetpack/images/connect-plug.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/connect-plug.svg', 1, 0x00000000000000000000000000000000, 0x1088fd1bb46ebbf85fb2bd34c2a8e85e, 0x73dbf5b02dec83635bfeee883eceb50b60e4e2f1893ec631736cc724b1bd2e4f, '', 0, '?'),
(0x91a370395972661359bfa0facd1638d8, 'wp-content/plugins/jetpack/images/connect-right-partner-backup.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/connect-right-partner-backup.png', 1, 0x00000000000000000000000000000000, 0xe1a0979d95d9139ae05d2b5c174cde47, 0x8ecf8c7337ff8d1c6d76fab58f1c848be33a77e3b60eef69bc15086819fb1bb0, '', 0, '?'),
(0xaad569dcdaa6c50b391638d108603e90, 'wp-content/plugins/jetpack/images/connect-right-secondary.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/connect-right-secondary.png', 1, 0x00000000000000000000000000000000, 0xd53058f843bf7071f1859f89639782c1, 0x9a0dac6b4039c83f853e356ed0c6ae389e8616307dd02d88db2ab598a24ae6cc, '', 0, '?'),
(0x9afad1d7e3ad71c2da3ecc77cc71a290, 'wp-content/plugins/jetpack/images/connect-right.jpg', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/connect-right.jpg', 1, 0x00000000000000000000000000000000, 0xd4c948f80594789cc634e5b0b962702f, 0x7f0a4011b37ef3f89f0806a74ab4b1805f98c4bea1d857d40a1ac1ffd03fa796, '', 0, '?'),
(0x55eeb7a355857be1892e83a6bb64b2be, 'wp-content/plugins/jetpack/images/customize-theme-2.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/customize-theme-2.svg', 1, 0x00000000000000000000000000000000, 0x8f50245fa8537129226d88c24f9534f2, 0xfabe813db007525bc17bea4ff55d93e12ec002df5278911b125f7a99240df602, '', 0, '?'),
(0x558d3d38e467cb0e56be599bcf745a94, 'wp-content/plugins/jetpack/images/customize-theme.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/customize-theme.svg', 1, 0x00000000000000000000000000000000, 0x8b726c85f8bbe250dabbdce568e1fd2f, 0x807f7b55d6361d2635d6c80141c014737f8d52300c4e1eed3067df7ebd4fe360, '', 0, '?'),
(0x6697f740e8cd7bbc3b00a2cd2cd2176b, 'wp-content/plugins/jetpack/images/generating-cash-2.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/generating-cash-2.svg', 1, 0x00000000000000000000000000000000, 0xcab7eb81be21019ee135ee61111603db, 0xf311b867ae00b657ff81fca3fbe4abdd08cfdd115500d2ad462f6be6c69b2668, '', 0, '?'),
(0xbfd1e90aa6bfab9696618a59362eec8e, 'wp-content/plugins/jetpack/images/generating-cash.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/generating-cash.svg', 1, 0x00000000000000000000000000000000, 0xbf06e47d26872d1ae193c3b85c47d76f, 0x2bafce919d3e015b98f78bce0562bf45d73299318013613993412ca077065644, '', 0, '?'),
(0x26e338a19708ec0e80cec6cf83480660, 'wp-content/plugins/jetpack/images/get-apps-google-play.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/get-apps-google-play.png', 1, 0x00000000000000000000000000000000, 0x25d51e5003983393abcfe6d7af8e03b1, 0x050a29490be1e97c7b55c69174aade137ea662dc6af74cfc8ab0ca9b2c175dde, '', 0, '?'),
(0x17cf823ff21f3de2cedf26ad8ecb00ff, 'wp-content/plugins/jetpack/images/get-apps-ios-store.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/get-apps-ios-store.svg', 1, 0x00000000000000000000000000000000, 0x254cf1a870b5e8d52684637b1ee92ff9, 0xf4b61fe5e0f621101734552371d19f475a132420ab63b977038f8a96ae40474f, '', 0, '?'),
(0xc513642f3b131cf39a7386f56b07a56a, 'wp-content/plugins/jetpack/images/get-apps.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/get-apps.svg', 1, 0x00000000000000000000000000000000, 0x17a94b401fca7088f21990842fa10142, 0x9525f67da4998b398089dab88e76fb0cf3685a3966b15f99b09a6d6ab3536403, '', 0, '?'),
(0xf94053795dabc6307c320b924ad23ea2, 'wp-content/plugins/jetpack/images/green-star.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/green-star.svg', 1, 0x00000000000000000000000000000000, 0x982b867d853a2b8838c8b8d35e93677f, 0xba779e95d60e40c3f5c88a5415b4796887681fdf5a8751d603260245499a5bbe, '', 0, '?'),
(0xe6972a81983ca88e18056434a2ef6661, 'wp-content/plugins/jetpack/images/ionos-logo.jpg', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/ionos-logo.jpg', 1, 0x00000000000000000000000000000000, 0xfa8f20079b9880580c331a88032058d0, 0xe04045f0441950eca81bc1936cd1ec55dc78f09e4341a60ce9725e8322cc4613, '', 0, '?'),
(0xbfcb3c858835109f890a3abd7d2c45c8, 'wp-content/plugins/jetpack/images/jetpack-aside-background.jpg', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/jetpack-aside-background.jpg', 1, 0x00000000000000000000000000000000, 0xa983a4e26ea534aa01580ef115bf61ca, 0x37a148b6fc7e2f5b323f7d6ab52a074448ff05177f10dfa2a43d0eeea6c8d923, '', 0, '?'),
(0x84da995937aa39f5178ab11346740098, 'wp-content/plugins/jetpack/images/jetpack-backup.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/jetpack-backup.svg', 1, 0x00000000000000000000000000000000, 0x1970a95bd72e6a71e73b6bd1a0b8e653, 0x01ce5efecf38c0b35e6b5348db60954cab96171480a2d4c61bfce03f2e40fa27, '', 0, '?'),
(0x96af41c00214c8404939bbfc1b955f79, 'wp-content/plugins/jetpack/images/jetpack-connection-banner-background.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/jetpack-connection-banner-background.svg', 1, 0x00000000000000000000000000000000, 0xe2d322afe38d007511ff592f9f90a294, 0xfe01025a02d59480db98b6c1a24b0f9faa39fb29dfc96ece40221cbfbd7f48ee, '', 0, '?'),
(0xaed44b0929113a687967fb61331a3e3f, 'wp-content/plugins/jetpack/images/jetpack-connection-image-2x.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/jetpack-connection-image-2x.png', 1, 0x00000000000000000000000000000000, 0x9340e0679c5fa11e9e8c1416a1e9e077, 0xb2ed059f1ed26db8fe902ededd2cfb2f62c87ae198365eb085c89d957e5ab568, '', 0, '?'),
(0xc1d83b3c340b08cc591590a50e1c8f8c, 'wp-content/plugins/jetpack/images/jetpack-connection-image-2x.webp', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/jetpack-connection-image-2x.webp', 1, 0x00000000000000000000000000000000, 0xb57c3cff2fe10cf2bee3bef75c0b4656, 0x9a9ce2fd7e0de57e89c56166a51b1abf72e7e659c9a80ae2ae0a891507aea1c3, '', 0, '?'),
(0xead3838e7d102a016838ce9f446e2cdd, 'wp-content/plugins/jetpack/images/jetpack-connection-image.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/jetpack-connection-image.png', 1, 0x00000000000000000000000000000000, 0x4ec0b64a459a89664faa58ac8485eb30, 0x8353bd45a2f8a722210a8fdd40a4e2b2acc3ada27a9bc5c86360a0fb1dc84816, '', 0, '?'),
(0x2ba492cd9e7ae8370f2f505531aa556e, 'wp-content/plugins/jetpack/images/jetpack-connection-image.webp', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/jetpack-connection-image.webp', 1, 0x00000000000000000000000000000000, 0x5992832a58b1dc5368acca7a1d575ffe, 0x6ada865f984d59293096d0038efe878322600a2dd4627b9c0ce543001f0fe65c, '', 0, '?'),
(0x23642408e0b0459170b0224d70097696, 'wp-content/plugins/jetpack/images/jetpack-connection-performance.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/jetpack-connection-performance.svg', 1, 0x00000000000000000000000000000000, 0xc4bd47d3e19ab3f4efd4badfc11dbf5a, 0xd88e0011cccff9b175d724468cef9a2d41432ade559362b22a303ac0e9c4f243, '', 0, '?'),
(0xa09139a7be966101b6d1cd0e72214e4d, 'wp-content/plugins/jetpack/images/jetpack-connection-security.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/jetpack-connection-security.svg', 1, 0x00000000000000000000000000000000, 0xa1e9fc336b298edf5a5b8aaad8d51c26, 0x7e1610924f7d8e4fc47d2739a32f31754b77c2f66ef9049de91bd4b2083b47d4, '', 0, '?'),
(0xafb1f18f1c43df5ef7120e501f4a1dfd, 'wp-content/plugins/jetpack/images/jetpack-design.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/jetpack-design.svg', 1, 0x00000000000000000000000000000000, 0x5ceeac33c3339f194b461a8b41a8cf4b, 0xf9c9f4412bd4b74f7897ca73ed493a852876fb749813819c35997c8fa3b01526, '', 0, '?'),
(0x9a278f1d25bf1f2f34292d0dd1064524, 'wp-content/plugins/jetpack/images/jetpack-google-analytics.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/jetpack-google-analytics.svg', 1, 0x00000000000000000000000000000000, 0x3a30f4ec41ec3eee48b94a0284d6325e, 0xb63ff5d4b9c29cd057444a24cc7a420b6d7f28561a5ad467c98ee12557086702, '', 0, '?'),
(0x25a751da0080bc81d81013bb712e02ee, 'wp-content/plugins/jetpack/images/jetpack-gutenberg.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/jetpack-gutenberg.svg', 1, 0x00000000000000000000000000000000, 0x31a03bfd22921036b1aceac49137e86a, 0x4df2fdecf0efbcc986e00d3ac878461f44fbf1e25b8089dd33dd5dd155c1467a, '', 0, '?'),
(0xd3600617a429fc6d5b85461a4c04098c, 'wp-content/plugins/jetpack/images/jetpack-icon.jpg', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/jetpack-icon.jpg', 1, 0x00000000000000000000000000000000, 0xbae45f613e5e8c268f231eaff83291ee, 0xb251c2efe7a88d669536534e7f8d2adf17d28f8523fe2c85e8fdc033c95f6af0, '', 0, '?'),
(0xa34127fc671c99344967870030d5a3ab, 'wp-content/plugins/jetpack/images/jetpack-logo.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/jetpack-logo.png', 1, 0x00000000000000000000000000000000, 0xbf250a8b98383756f6ace8eac79941a9, 0x0030a668051b5c54bb041f83ae17bb887591ec722621b6e20aab61686f84c68b, '', 0, '?'),
(0x5a6208ec5e52d2c10ee03e45809e6a65, 'wp-content/plugins/jetpack/images/jetpack-logo.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/jetpack-logo.svg', 1, 0x00000000000000000000000000000000, 0x224edc17f2a1536fabc482b61850e890, 0x16148a2387cd121c71c3f80d0bc526c6460373a00e2024511d7117f608337ba6, '', 0, '?'),
(0x8f881db7f7913cf081614196c1ec2f50, 'wp-content/plugins/jetpack/images/jetpack-logomark-blue.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/jetpack-logomark-blue.svg', 1, 0x00000000000000000000000000000000, 0x14c9982a9225e92cd614e8c29690c85b, 0xdb052db30f621eed72ae9df683e6add1b76a92f18a0d7cb56afb325bfd76fb1d, '', 0, '?'),
(0x2c1710f721f31c5c5a98ac5784c111a2, 'wp-content/plugins/jetpack/images/jetpack-marketing.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/jetpack-marketing.svg', 1, 0x00000000000000000000000000000000, 0x3fd4f411537b87116812ea89f6dc7d31, 0x23166d82f8ae3ed3ff4bfa0d38420a9353d1e768223b2c0fdebe558d5462814d, '', 0, '?'),
(0xbf0cda9bff7a3d14249c2d401f07965c, 'wp-content/plugins/jetpack/images/jetpack-new-heights.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/jetpack-new-heights.svg', 1, 0x00000000000000000000000000000000, 0x0411ed80ee1775b1e705dc4f088f1bae, 0x7ad0648425d4416f6c99e40a51fa89b0e0fa3ca5c23028fa19ffba4f221ab7c1, '', 0, '?'),
(0xc0cd79cbc48afb3ff90cfb6947e99c30, 'wp-content/plugins/jetpack/images/jetpack-performance-icon.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/jetpack-performance-icon.svg', 1, 0x00000000000000000000000000000000, 0x3a30f4ec41ec3eee48b94a0284d6325e, 0xb63ff5d4b9c29cd057444a24cc7a420b6d7f28561a5ad467c98ee12557086702, '', 0, '?'),
(0x9b2bfab42e54f2fa5e764855ac476054, 'wp-content/plugins/jetpack/images/jetpack-performance.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/jetpack-performance.svg', 1, 0x00000000000000000000000000000000, 0x357ec82ae5124ab6d3866d6c1b1cc0ec, 0xc1391d37edcc230699b7492a6400384beb4f3202b2d0a50bcd30c3581473ebe1, '', 0, '?'),
(0xba42e72da40b8dfd85e27260e9021ecf, 'wp-content/plugins/jetpack/images/jetpack-powering-up.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/jetpack-powering-up.svg', 1, 0x00000000000000000000000000000000, 0x9b1ecff9d151e91bed91f049e4f3514b, 0x5781d35b45d91961a8a2624ae2cf23ae72e79969ad699cdc4c7f377e8eddfc80, '', 0, '?'),
(0x64c3227553094a3749c327d05f26b1fd, 'wp-content/plugins/jetpack/images/jetpack-publicize-1.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/jetpack-publicize-1.svg', 1, 0x00000000000000000000000000000000, 0x7390cee4be3fc9d119a001f21dd9af8d, 0x25d1339c17b2e1e3cbb78c2d8f727d034db3e3a48d5f2963be0ca1d44815bde6, '', 0, '?'),
(0x454a9b1c6c33a97a60f9088492f00990, 'wp-content/plugins/jetpack/images/jetpack-search-icon.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/jetpack-search-icon.svg', 1, 0x00000000000000000000000000000000, 0x7621a056d8eb730caa18cfa0eb238965, 0xf8951fbb5b17bde6756c19996aa9af4c42d7efb880bd4677110cfa2bd9f14e5f, '', 0, '?'),
(0xdb629c783844b77dafcb028a346fa962, 'wp-content/plugins/jetpack/images/jetpack-search.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/jetpack-search.svg', 1, 0x00000000000000000000000000000000, 0x4cb9c35aba03e2867cfab28f12e37330, 0xddbd6f2acd67f97ea14d64a83f0d3e1bc19648c6c696209757db003c31f6342c, '', 0, '?'),
(0x022c447bf6da76916cd90622ad4bc59a, 'wp-content/plugins/jetpack/images/jetpack-security.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/jetpack-security.svg', 1, 0x00000000000000000000000000000000, 0xddaf0623eacd020a05c519b4ff599781, 0xa409838145f9587141e363db2d2c4eebee04a89a9a48f8a4464476eeac92713f, '', 0, '?'),
(0xf0f6aafdae8330d25675c16615a32d00, 'wp-content/plugins/jetpack/images/jetpack-site-activity.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/jetpack-site-activity.svg', 1, 0x00000000000000000000000000000000, 0xf70142d82db0a824baff6e6f41702c2c, 0x1a99c7e02fe8bbfeff78601d87682a1f962daf9796352a368b5e72d8e9276322, '', 0, '?'),
(0xc902b3eb0b8bd20e5f23c21fa5d66673, 'wp-content/plugins/jetpack/images/jetpack-spam.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/jetpack-spam.svg', 1, 0x00000000000000000000000000000000, 0x860fc69bb8247152f94cf6f8e59e96a8, 0x8222715de0770365782fa0a6795427faa76fcc5d7d67024fb2bc553e68e36570, '', 0, '?'),
(0x374db195dcd96167dc8c1af9869659ab, 'wp-content/plugins/jetpack/images/jetpack-speed-icon.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/jetpack-speed-icon.svg', 1, 0x00000000000000000000000000000000, 0x7c61f9641cc33743839fbf844cf990fb, 0xf39e9c1bfa0723ae583ce722dafd2ea0e8518cf98c7e2178d268dcfa706028ef, '', 0, '?'),
(0x85820ddd7458ef8252b214e320714772, 'wp-content/plugins/jetpack/images/jetpack-speed.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/jetpack-speed.svg', 1, 0x00000000000000000000000000000000, 0x75a944fa0ab68144b6a1a6d44275b429, 0xfe6747d51ee5b1cc1d3dbd433cb40482311a292a04a66a6bc4a4665ead49804a, '', 0, '?'),
(0x4dcc2bf534f2ea5416a1a474bf9c1894, 'wp-content/plugins/jetpack/images/jetpack-support.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/jetpack-support.svg', 1, 0x00000000000000000000000000000000, 0x281cbcfca80da04881b6a9587c340b03, 0xd6f19abd4f5e089f043ca2d43059fec6ab4d265c1a027bfe383063a720dfd0b6, '', 0, '?'),
(0xa878013fe19eb88ae07b7d841b1ad65c, 'wp-content/plugins/jetpack/images/jetpack-themes.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/jetpack-themes.svg', 1, 0x00000000000000000000000000000000, 0xcdf10861ac02c1639892a45f1f904b22, 0xfdc5c86fa17534294086bb113deaa661c4b8e27e178b3b3f48e26ff0647b37bb, '', 0, '?'),
(0x50eee3368896cec5101cd313493df408, 'wp-content/plugins/jetpack/images/jetpack-updates.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/jetpack-updates.svg', 1, 0x00000000000000000000000000000000, 0xf2ab6884029715198b6f0197c1203a97, 0x469353e07a96eade6263fca17d0e971e3abfb9489aff33b07abf0152c34a2e85, '', 0, '?'),
(0xada9cc0034909bb8e6fdfca17598c688, 'wp-content/plugins/jetpack/images/jetpack-video-hosting.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/jetpack-video-hosting.svg', 1, 0x00000000000000000000000000000000, 0xda651e4af0f0609e56601a16dc1bcdc3, 0x3bb4c070b8a792bcc796dd60a8eb96486507c5538fb3964ef67123a3da30b37b, '', 0, '?'),
(0x659d3fbc93488b2880a007dd5b36796f, 'wp-content/plugins/jetpack/images/jetpack-welcome.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/jetpack-welcome.svg', 1, 0x00000000000000000000000000000000, 0x2cd22a56e2fa05d8c832519c2341aac4, 0xfd2b3243438c2cb1fd0a278d7c9cfbb62bbeee78b5800f8125a7ceaad94a92c2, '', 0, '?'),
(0x1d7fd5ddc75c44368015bafa4e3c82dc, 'wp-content/plugins/jetpack/images/jetpack-woocommerce-logo.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/jetpack-woocommerce-logo.svg', 1, 0x00000000000000000000000000000000, 0xd4a88df982624279e11523fb6349f31e, 0x62f417e289b7c000a81d6dfefad68d0adbe790b86e5f019ff7c95a12823fcc25, '', 0, '?'),
(0xfab667da99b16e73bf25b9b574a76619, 'wp-content/plugins/jetpack/images/jetpack-wordads.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/jetpack-wordads.svg', 1, 0x00000000000000000000000000000000, 0x202aea9ded157328845adb8bd8fe40fe, 0x5ad5a2d1aab0d6e37b5f1d2ebd6a28c4999c6fe7cb99a6d436ad6fb1284a2833, '', 0, '?'),
(0x0b4b3a83113192d5a9276c1e3aec92f3, 'wp-content/plugins/jetpack/images/jupiter.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/jupiter.svg', 1, 0x00000000000000000000000000000000, 0x4a1e6a05ce9771f19d882e42c8f34984, 0xc02e2cb1c9cef8daee4b834495f704737425249226cfee7b664b30ba050fa5a4, '', 0, '?'),
(0x599fd623cee156594d79acb7382d9653, 'wp-content/plugins/jetpack/images/lock.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/lock.svg', 1, 0x00000000000000000000000000000000, 0xbd9c3a125c7520b3d91a80fba7bc7c0c, 0x1a8bf4deb48bb7ba54e9dfae830d39181c3d406b7ef443ea109e82f69085c90e, '', 0, '?'),
(0xc3acb90b09734be9287e584aa76f6472, 'wp-content/plugins/jetpack/images/man-and-laptop.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/man-and-laptop.svg', 1, 0x00000000000000000000000000000000, 0x2cd22a56e2fa05d8c832519c2341aac4, 0xfd2b3243438c2cb1fd0a278d7c9cfbb62bbeee78b5800f8125a7ceaad94a92c2, '', 0, '?'),
(0x6a12364e8775e2cb7b05bbac22efa49e, 'wp-content/plugins/jetpack/images/people-around-page.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/people-around-page.svg', 1, 0x00000000000000000000000000000000, 0xc7bde5fb0a950cd5f9eb521a7f51900b, 0x9bf5573c3127e38012f2108781e58ba4269eeff7da8286eb2b32bcc853ebfefe, '', 0, '?'),
(0x623c7dcfe24609c4930df7817cd21adf, 'wp-content/plugins/jetpack/images/plans/jetpack-complete.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/plans/jetpack-complete.svg', 1, 0x00000000000000000000000000000000, 0x2ef6d6b72c6471e68e15c053156078a1, 0xaa4858a7e1b6bc1202438c73105937c884a7539119e8aa37762108282b6925e8, '', 0, '?'),
(0xf421003589e6fbc83fe4837f183a3e07, 'wp-content/plugins/jetpack/images/plans/jetpack-free.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/plans/jetpack-free.svg', 1, 0x00000000000000000000000000000000, 0x44df53d327c1bd1a398ed53effdcb296, 0xc75cf7dc89c14dfadeae558347156e477ce6d94ab55f0037c1437ab93f7ef1dc, '', 0, '?'),
(0xd77db73bfc782e5e62140cc32947253a, 'wp-content/plugins/jetpack/images/plans/jetpack-personal.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/plans/jetpack-personal.svg', 1, 0x00000000000000000000000000000000, 0xdb67581ec6621cabbe3aa1a32167b521, 0xcb9da43f7d1558f560325675c7b7cdc4f52b7204b6173c3245dcdcef882db508, '', 0, '?'),
(0x53119c8dcc2b1f11581aad102af6909e, 'wp-content/plugins/jetpack/images/plans/jetpack-premium.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/plans/jetpack-premium.svg', 1, 0x00000000000000000000000000000000, 0xa2cd099cefe19078e7034dbcdfa0e580, 0x3bf96c526602b4ca781628fdca668447ed03f55fbd3d33070014e520337c9368, '', 0, '?'),
(0x74a626cc487a0246b236691d358cef1e, 'wp-content/plugins/jetpack/images/plans/jetpack-professional.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/plans/jetpack-professional.svg', 1, 0x00000000000000000000000000000000, 0x2b66b1c5cc0d544101d5a0579679be94, 0x9a9960241ac01227902bcedde81a31307497049ebf4bf4994d8dcf9ea5946fd3, '', 0, '?'),
(0x4e12a4d856a01b326116110d52320699, 'wp-content/plugins/jetpack/images/plans/jetpack-security.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/plans/jetpack-security.svg', 1, 0x00000000000000000000000000000000, 0x4dbd0bb0ee564e7525fcc9d8191cba0c, 0xe872611ce9f64caf2c5a84f5e8decaf3e88bea694f7cf48ba06168699d635db7, '', 0, '?'),
(0xfe07c699471b5d719e674f9a3e3b9a86, 'wp-content/plugins/jetpack/images/plans/wpcom-business.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/plans/wpcom-business.svg', 1, 0x00000000000000000000000000000000, 0x12b92201de1ad0bd052f4a3affb7c82c, 0x1f94ea082f7d36c1ffff2f6c6f89faf0cba2cfcc50e4dfee28c9513985986e03, '', 0, '?'),
(0x77290182fcd3148a289203bca9cc7834, 'wp-content/plugins/jetpack/images/plans/wpcom-ecommerce.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/plans/wpcom-ecommerce.svg', 1, 0x00000000000000000000000000000000, 0x469d904d4dfb0cf3540d7bfa200ccff2, 0xf865c6b2d4c3d696ef7d3a24a8727f02d6a5f67c764c615f101870dc301fc732, '', 0, '?'),
(0x84914c8caec68d3d0f6a8c4b3deed927, 'wp-content/plugins/jetpack/images/plans/wpcom-free.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/plans/wpcom-free.svg', 1, 0x00000000000000000000000000000000, 0xc26bd117f464670d89b2168207bf9939, 0xc0692164d96af16800d6b989eb3ac056ee96dab2f1f55979c8c0cbd67569c865, '', 0, '?'),
(0x3ebfc2c1fc42f929b384cc8df833ea3c, 'wp-content/plugins/jetpack/images/plans/wpcom-personal.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/plans/wpcom-personal.svg', 1, 0x00000000000000000000000000000000, 0xaf68afffe22447c06bbb3c20c94db1a3, 0x95880c18b22fb6515d31fb19c13555686690d88c2e20e13f826eed28aea65924, '', 0, '?'),
(0x537bbf95ae11b63fd54c01666f424512, 'wp-content/plugins/jetpack/images/plans/wpcom-premium.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/plans/wpcom-premium.svg', 1, 0x00000000000000000000000000000000, 0x38838ffe196a3ad6ba3784059707ee25, 0x2d2e68f882784c94cf68a2f889f903524f1ac12babe5854c7a7cd3ac096b9d5d, '', 0, '?'),
(0x660aca23ad6069c880c5d88561e01b3b, 'wp-content/plugins/jetpack/images/products/illustration-anti-spam.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/products/illustration-anti-spam.png', 1, 0x00000000000000000000000000000000, 0xcba9f532b6a3762f76f0de5f35eed55e, 0xd91513ed1f40dbfcaef509e5a00c2a5c23b1bc951d1ff1a46fbec176783d2152, '', 0, '?'),
(0xea62d49de79ff4d8d3901147647fb616, 'wp-content/plugins/jetpack/images/products/illustration-backup.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/products/illustration-backup.png', 1, 0x00000000000000000000000000000000, 0xd3ad79de52038a8e5982f0d0d30fa45c, 0xfb4d975ac8d401b42da66cff567dffb173ff5859d8373b4490aa2445daf26526, '', 0, '?'),
(0xa9f24cb09c9c5d9bf75ec239d421d68a, 'wp-content/plugins/jetpack/images/products/illustration-scan.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/products/illustration-scan.png', 1, 0x00000000000000000000000000000000, 0x6965299de4f14c6f4ed5c38b08327f14, 0xd65744f04db26871b3b4cd45288b52714716b84db2e443aaacd1fa4d19a80d42, '', 0, '?'),
(0x31900ad7cf2f0ba449f888c75f412484, 'wp-content/plugins/jetpack/images/products/illustration-search.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/products/illustration-search.png', 1, 0x00000000000000000000000000000000, 0x6a825435f376ecc557d4b76cd3094da2, 0xcbbbf2b725d1da4c55468138c03d1a48874451182b4c7490c4207743e92bba67, '', 0, '?'),
(0x94c7391892a7e65848bd8533fada22fd, 'wp-content/plugins/jetpack/images/products/illustration-videopress.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/products/illustration-videopress.png', 1, 0x00000000000000000000000000000000, 0xfad1bceade43c66713c671d9f820e021, 0x042ffcf807e8fc451d8eea0d6247d83002e98668e0f99a16ad658bd9933be652, '', 0, '?'),
(0xe7db859d80575198280e97e1699d5b8a, 'wp-content/plugins/jetpack/images/products/product-jetpack-anti-spam.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/products/product-jetpack-anti-spam.svg', 1, 0x00000000000000000000000000000000, 0x3c578f98717ccc357fd5c6c6db2d2a3b, 0xbf722b9c11e7768a7da0d821af143ccbf06d78f540f576b2109951ae9369f386, '', 0, '?'),
(0x6dfe9599d18ec92c92a37cf2ca10bb1a, 'wp-content/plugins/jetpack/images/products/product-jetpack-backup.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/products/product-jetpack-backup.svg', 1, 0x00000000000000000000000000000000, 0xfecc743ba8a393b3c55f2ecb6f32a5d0, 0x87d2794ae3671adb88d674a8006d8bb9275c9c76823443041cdc00313c0e9aaf, '', 0, '?'),
(0x03b69a9f4415293f3e30c6a913bcd264, 'wp-content/plugins/jetpack/images/products/product-jetpack-boost.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/products/product-jetpack-boost.svg', 1, 0x00000000000000000000000000000000, 0x0a16fdd4e930b57a8fbc5d340f2956f7, 0xc757922c96c3b99225fd8855daf5417d23f8f89edc7fe16d7ae0edf7e1f55384, '', 0, '?'),
(0x7acf1c373139831868177654832d2dff, 'wp-content/plugins/jetpack/images/products/product-jetpack-crm.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/products/product-jetpack-crm.svg', 1, 0x00000000000000000000000000000000, 0xc441b3e24d13e0b361485281ea08fc58, 0x93607499bcec21e53973aa79adabe750e0980cfa05ff92a2b6b8215a315bc253, '', 0, '?'),
(0x1a8fe078f60f30d8a03b0057d814316d, 'wp-content/plugins/jetpack/images/products/product-jetpack-scan.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/products/product-jetpack-scan.svg', 1, 0x00000000000000000000000000000000, 0x6861f8ebf27e204d456b58d7cc962a69, 0xd1edd5a9dffb4c28e46576688e437d15f754ea50640fd7ac65179fc2d6901762, '', 0, '?'),
(0x4c5396e18a67295f77f5a17825a3cbd7, 'wp-content/plugins/jetpack/images/products/product-jetpack-search.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/products/product-jetpack-search.svg', 1, 0x00000000000000000000000000000000, 0xae6bfe47d4c8e5859f07f336f9485454, 0xaa550552a03e187fff6ccf7cfa1b6783f662b4e5dc6998c05cf82e1ed27640b9, '', 0, '?'),
(0xdb8377274e28504fb6e9651aa370c736, 'wp-content/plugins/jetpack/images/products/product-jetpack-security-bundle.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/products/product-jetpack-security-bundle.svg', 1, 0x00000000000000000000000000000000, 0x4dbd0bb0ee564e7525fcc9d8191cba0c, 0xe872611ce9f64caf2c5a84f5e8decaf3e88bea694f7cf48ba06168699d635db7, '', 0, '?'),
(0xe91dc38c9d4d7bcdb82b0abacbb6cf5b, 'wp-content/plugins/jetpack/images/products/product-jetpack-social.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/products/product-jetpack-social.svg', 1, 0x00000000000000000000000000000000, 0x5e439bddc0eccce52a42fdef790b1563, 0x8808ab9d738a20894c89ce08fa933e2927a667324cb33fcf1deddf293a06a557, '', 0, '?'),
(0x3977eca386278fbb28a4ad1ad5ef4464, 'wp-content/plugins/jetpack/images/products/product-jetpack-videopress.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/products/product-jetpack-videopress.svg', 1, 0x00000000000000000000000000000000, 0x38f09bd20610f76391a2f20aae29115f, 0xea4fcb730ab6dca33361c29e725bd55d8ce27831b5b8090084e58c1f17c3c587, '', 0, '?'),
(0xd4ee2d1d3b6f4738d1706cbf1331dbe5, 'wp-content/plugins/jetpack/images/recommendations/assistant-creative-mail-2x.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/recommendations/assistant-creative-mail-2x.png', 1, 0x00000000000000000000000000000000, 0x2f5c0855c2cba73581d88ac029a9ff4d, 0xb957862ce6534f4450cba57d151c390927de234b4ad5e285ddc46e0626157e98, '', 0, '?'),
(0x5470d167b733f06e09e014c2194c0059, 'wp-content/plugins/jetpack/images/recommendations/assistant-creative-mail-2x.webp', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/recommendations/assistant-creative-mail-2x.webp', 1, 0x00000000000000000000000000000000, 0x6854159386d17947ab001b6ed38cde20, 0xcb7b2fa05cf115a6216a2d0ff95b9d16b428dcf331ba1a90f02ee80c61d14bac, '', 0, '?'),
(0xd133e89765ec20f252d6c4e0d4f12ede, 'wp-content/plugins/jetpack/images/recommendations/assistant-creative-mail.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/recommendations/assistant-creative-mail.png', 1, 0x00000000000000000000000000000000, 0x1b9f2a70aa8851e7d431a11d8a267875, 0xe64af77cbd7940bd11c970c56887385d3cfa04bb24857dd670767590d6c7895e, '', 0, '?'),
(0xe10d86fc7e6893d5060c2dd024e61697, 'wp-content/plugins/jetpack/images/recommendations/assistant-creative-mail.webp', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/recommendations/assistant-creative-mail.webp', 1, 0x00000000000000000000000000000000, 0x9ddf87da5c1f83a5be953aa1c27f37e7, 0xae70b2bceb77953c8aeb5b0f2d59b03a1cccc265362bed6d5c0a60224d98299a, '', 0, '?'),
(0x9c76003a594ad08335f82b72e7dc7968, 'wp-content/plugins/jetpack/images/recommendations/assistant-downtime-monitoring-2x.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/recommendations/assistant-downtime-monitoring-2x.png', 1, 0x00000000000000000000000000000000, 0x18359b2f1749de1bcc6244e80fc1ac0d, 0x2df140662a8924c7892b456083e54dbf33419859db085d18bbedf5009468fecd, '', 0, '?'),
(0xb720abfb48d1314fb49a66dbcde3d507, 'wp-content/plugins/jetpack/images/recommendations/assistant-downtime-monitoring-2x.webp', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/recommendations/assistant-downtime-monitoring-2x.webp', 1, 0x00000000000000000000000000000000, 0xf3e966a21548beeaedf3316e5c54f198, 0xbba47f2ac3dc5e085e73e0a7bbb7596b9310f77762e7943336fce3a157e45d57, '', 0, '?'),
(0xcf9fa1737a257cf81f464ebd13580cb5, 'wp-content/plugins/jetpack/images/recommendations/assistant-downtime-monitoring.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/recommendations/assistant-downtime-monitoring.png', 1, 0x00000000000000000000000000000000, 0x6d82ed5c55175c4f3ba15050976c626b, 0x9dff6bf2554e39c1d5ed69b1a1ab31ac6dd3a5087a9b4481a6d590b44e0e57fe, '', 0, '?'),
(0x6e9a46994ab052c7f8ecc68dae1c047d, 'wp-content/plugins/jetpack/images/recommendations/assistant-downtime-monitoring.webp', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/recommendations/assistant-downtime-monitoring.webp', 1, 0x00000000000000000000000000000000, 0x39f16c9e5f21feb71d6ddf1273d24624, 0xc68f4d9c982a602755bd2cf58cd54c6cc71a544a90e9c5e2dcbe8712c6f8baac, '', 0, '?'),
(0xdd5865a7be5b22cda2ff9029f0077e2b, 'wp-content/plugins/jetpack/images/recommendations/assistant-product-purchased-2x.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/recommendations/assistant-product-purchased-2x.png', 1, 0x00000000000000000000000000000000, 0x23a294fb282f1400856c6a044f54589a, 0xfb4543a8b42b9ee58e2a60b088f724da5a17e636fcb02a280d3e9cfaef38a008, '', 0, '?'),
(0xbfb2fb5aac7715f3ac11f9bad36ada31, 'wp-content/plugins/jetpack/images/recommendations/assistant-product-purchased-2x.webp', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/recommendations/assistant-product-purchased-2x.webp', 1, 0x00000000000000000000000000000000, 0xb6e91a3b485e31fb3fc0d9064dbe8627, 0x56da78f688d028624ca347b294e5d674a51da16b46f0a34b16c00020beac31fb, '', 0, '?'),
(0x3e5fdecc35887c36de423bb8583f6f9c, 'wp-content/plugins/jetpack/images/recommendations/assistant-product-purchased.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/recommendations/assistant-product-purchased.png', 1, 0x00000000000000000000000000000000, 0xd8a29741cdd61a3364e4b3859ab4bca1, 0x5cacdc3d1b0d690c2434d7a658805195f7ff728fa1ec60eeabac8019b88e941b, '', 0, '?'),
(0xf46dee381ecc6845a932d78daac3ec44, 'wp-content/plugins/jetpack/images/recommendations/assistant-product-purchased.webp', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/recommendations/assistant-product-purchased.webp', 1, 0x00000000000000000000000000000000, 0x7cb2fa01abef38a521b1068e3d3076e1, 0x968a48aea228d57a5eb3c00cdf90674b51543ff7da36d73dbd0e747289cbd1f7, '', 0, '?'),
(0x54d9b0f562628a9427d7b70b09d7ed62, 'wp-content/plugins/jetpack/images/recommendations/assistant-related-post-2x.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/recommendations/assistant-related-post-2x.png', 1, 0x00000000000000000000000000000000, 0x9a545af4eddb53703bc0b79be03aaf11, 0xae1e53107dedd6e825b9fd4a9cadd35bdb8cc94e001e24792c3b20be8c9458cb, '', 0, '?'),
(0x598dbb3f1f7189dc090d18c6a98a9981, 'wp-content/plugins/jetpack/images/recommendations/assistant-related-post-2x.webp', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/recommendations/assistant-related-post-2x.webp', 1, 0x00000000000000000000000000000000, 0xa13b4bd39892a396109d016d4d2e484c, 0xecb473ff146259b177ab28698d20e050bdf5ca159765555658479d75a55c911b, '', 0, '?'),
(0x6f88c8536fc1cdbea2497aa0ee9091e9, 'wp-content/plugins/jetpack/images/recommendations/assistant-related-post.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/recommendations/assistant-related-post.png', 1, 0x00000000000000000000000000000000, 0x20883bc126ad9b570d9e0c838a902924, 0x48b35c230e0c72143878b66ca686da0a9cfa202d4e47b282c46390f646a7b19e, '', 0, '?'),
(0xf12eefd4d50ee4af2adc32ef7feec815, 'wp-content/plugins/jetpack/images/recommendations/assistant-related-post.webp', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/recommendations/assistant-related-post.webp', 1, 0x00000000000000000000000000000000, 0x407d7ef360446877fd1df047f6ab1924, 0xd3a5495526d8bdbc53eb02c9e5ca46e2c60ba9377ba936831fc28ca65d5d13d7, '', 0, '?'),
(0xabb2ece63f5aec936809a4ad691b723d, 'wp-content/plugins/jetpack/images/recommendations/assistant-site-accelerator-2x.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/recommendations/assistant-site-accelerator-2x.png', 1, 0x00000000000000000000000000000000, 0x384bebc493841ad3450fa36f39ff0415, 0x129f1c1ea27bcaf457ce07325145e34a764bcce4992b6433d38ccf81514a122f, '', 0, '?'),
(0x4c6271febb6d2cb2a59033a9faa7bf68, 'wp-content/plugins/jetpack/images/recommendations/assistant-site-accelerator-2x.webp', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/recommendations/assistant-site-accelerator-2x.webp', 1, 0x00000000000000000000000000000000, 0x86a04780f5efb29b7d070cc278105cea, 0xd1d717518bdb2f7be0a39b4d804ccb633420b6889dd35eb06e59b8d53cf9dc54, '', 0, '?'),
(0x8adb10e5c8893ab49961e8bb4456db39, 'wp-content/plugins/jetpack/images/recommendations/assistant-site-accelerator.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/recommendations/assistant-site-accelerator.png', 1, 0x00000000000000000000000000000000, 0x056b6d5e3251bd2bbd23e78564e3171d, 0xdafb9379b492efbdff4eea36598f259f10a33fda3d349bad58a44ed1f0e061fe, '', 0, '?'),
(0xb2d827c60b44a7ca340910e8f8d57d6d, 'wp-content/plugins/jetpack/images/recommendations/assistant-site-accelerator.webp', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/recommendations/assistant-site-accelerator.webp', 1, 0x00000000000000000000000000000000, 0xafe182891041086a9e7b77ee1b4a9f2d, 0xeaf2d54ced5a1263527885a9d59abf313fbd5e1988ab13387e4953a01e2bbbf2, '', 0, '?'),
(0x3ac1a673bf395379de9d2527b5df40af, 'wp-content/plugins/jetpack/images/recommendations/assistant-site-type-2x.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/recommendations/assistant-site-type-2x.png', 1, 0x00000000000000000000000000000000, 0x53976d62b9559c290d490b263b95f978, 0x4ac95510c3dff980025d8f057828feeb7fe7e6bdc24d4977ed59a91115f2baa2, '', 0, '?'),
(0x98e7c40c7ab025d1e048a93c7d1e84d2, 'wp-content/plugins/jetpack/images/recommendations/assistant-site-type-2x.webp', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/recommendations/assistant-site-type-2x.webp', 1, 0x00000000000000000000000000000000, 0x030a686a96621bd5e7459d7d9f888c4c, 0xf06cbaf22aaa664870423eeeaa4f8d2e5400d63e07114b0f161f60ca5c96bd41, '', 0, '?'),
(0xd7e5774ae2d553e172346a47c7751065, 'wp-content/plugins/jetpack/images/recommendations/assistant-site-type.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/recommendations/assistant-site-type.png', 1, 0x00000000000000000000000000000000, 0xb0279c8b1f8f6abb60da2daf327acdca, 0x03cd312271c28830545627376eb58cd69a091913e876807aba535bb4427b4933, '', 0, '?'),
(0x2bc6c21840ae770934f2c1ba11ddca88, 'wp-content/plugins/jetpack/images/recommendations/assistant-site-type.webp', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/recommendations/assistant-site-type.webp', 1, 0x00000000000000000000000000000000, 0x1701b23b09a2ad1b57d7ab4d8a603d19, 0x2da3a3b2577b9d48e034fbef0930268a0ee697d4502e3415eae3990cc24fc694, '', 0, '?'),
(0x783ca2e6b4742538ff88e9bb7f89b60b, 'wp-content/plugins/jetpack/images/recommendations/bug-icon.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/recommendations/bug-icon.svg', 1, 0x00000000000000000000000000000000, 0xf8881698fb04f0b74efa2db9c33b5da2, 0x065677ada31ebb42ad081f46bc161ac23212fad63e05feb4129b4aa829951c62, '', 0, '?'),
(0x45a8bc19470b6575cba860f0e4279219, 'wp-content/plugins/jetpack/images/recommendations/cloud-icon.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/recommendations/cloud-icon.svg', 1, 0x00000000000000000000000000000000, 0x156f61a587355e3169fc9fcef12e064d, 0x6debd3e6e80c16fe63b3363905da2afcd92b4cde147f071c7b92c8a2c2d3a589, '', 0, '?'),
(0x428a06a288bca68853d72defb4917e44, 'wp-content/plugins/jetpack/images/recommendations/manage-security.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/recommendations/manage-security.svg', 1, 0x00000000000000000000000000000000, 0x1669ccc96acc6d960df83adcef1ffc5c, 0x94c623f80810391a100c354f3618d697be8d0fae90e666e6b413f0680d739113, '', 0, '?'),
(0xcfe6864862abb5f052ddaacd09b2ed0c, 'wp-content/plugins/jetpack/images/recommendations/mobile-app.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/recommendations/mobile-app.svg', 1, 0x00000000000000000000000000000000, 0xc02c3e0bb22548bdd33e40982c934455, 0xa05227ff1fa15880c49f59e7703d94deffd8d0a3ba5819cceff9f059e274be47, '', 0, '?'),
(0x1025a6898dd5e40a2f5e4bfd9ca7cff7, 'wp-content/plugins/jetpack/images/recommendations/one-click-restores.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/recommendations/one-click-restores.svg', 1, 0x00000000000000000000000000000000, 0xebc0b8f0d7aa912425e4fbdc324a88ff, 0x29a805dd2cb77da9a6d6cfe3f429e38f2433a30f322626880544f0d6e309e911, '', 0, '?'),
(0x4de01ea06a741491c2733c65b1cadc8b, 'wp-content/plugins/jetpack/images/recommendations/product-purchased-illustration.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/recommendations/product-purchased-illustration.svg', 1, 0x00000000000000000000000000000000, 0xebb6522886419b0e48adc0235934f109, 0xe22464d0af33fa6948b7da00f700a04053380b41df88f83a619dd07cdcdc83fe, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xba2416f215971f8f0079de150a76ec2b, 'wp-content/plugins/jetpack/images/recommendations/video-icon.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/recommendations/video-icon.svg', 1, 0x00000000000000000000000000000000, 0x12e671cd1cab244b915c330d78eb754b, 0x09cc2f32c5df7743b187c45dcaaa343f6660a5bf63edda7d311e18ac8d9511de, '', 0, '?'),
(0x39d07796ad3534e48fd5e7945e06bb68, 'wp-content/plugins/jetpack/images/rss/blue-large.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/rss/blue-large.png', 1, 0x00000000000000000000000000000000, 0xdb41f460da3b696f7cb595d7755e657c, 0x3a7e34691f823f6adfd9f0fe7c084a368e1768ac0ccbb98be50e13e3434718fe, '', 0, '?'),
(0xfd77c4a22b7dc06475f1dfb3b057332d, 'wp-content/plugins/jetpack/images/rss/blue-medium.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/rss/blue-medium.png', 1, 0x00000000000000000000000000000000, 0xa2e15254e2c21dd2243ae18fc4cb9711, 0xce9f1f0210fb71a3608613247f1aabc16b997bba96d07da99bd0c13f82cc9999, '', 0, '?'),
(0xa61100ad6d81511848df52fdc12200f4, 'wp-content/plugins/jetpack/images/rss/blue-small.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/rss/blue-small.png', 1, 0x00000000000000000000000000000000, 0x958aaed0315c8ec63a032b7594e9d5e7, 0x70ae3bdb4ae0f328eb26054caa9aa966cab77d1e71184130bf81c38ed8a53eb9, '', 0, '?'),
(0x0ba73e7670d1753969b5007f572a5639, 'wp-content/plugins/jetpack/images/rss/green-large.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/rss/green-large.png', 1, 0x00000000000000000000000000000000, 0xaece8230e060e88721c536ba2bd84c64, 0x081e4181cc219398c1d290d7d3ff846bc662ef10b6fc6585a573c74d5ec7bbf1, '', 0, '?'),
(0x08dedd8c14afbb40f30cb7f94c3001ae, 'wp-content/plugins/jetpack/images/rss/green-medium.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/rss/green-medium.png', 1, 0x00000000000000000000000000000000, 0xf8659961a82fcf22666e740e8404e8d2, 0xf12d1a3f2ad51ca4f15c210d968eb6950ef90156d9d058bf80b0f4ee0893ec1f, '', 0, '?'),
(0x19969b1b70a1b7ff448e7cbd3b03cc50, 'wp-content/plugins/jetpack/images/rss/green-small.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/rss/green-small.png', 1, 0x00000000000000000000000000000000, 0x21d36f515d11776e9da222b3943bbcce, 0x3a98f045baeb690493e2e4f67f56985b258f5a103a9416150e3b88e4bb68c199, '', 0, '?'),
(0xeb8499c5474b46617dab231eaab93850, 'wp-content/plugins/jetpack/images/rss/orange-large.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/rss/orange-large.png', 1, 0x00000000000000000000000000000000, 0xbb9c2112fed027b475648a4c747b1c62, 0xbe3f1b6d722758dc2ec669e5cb0a082c98ea273d4384ecbfa9d6851d68458e61, '', 0, '?'),
(0xcf35abbd47cc3b2eb0b81a408dc14385, 'wp-content/plugins/jetpack/images/rss/orange-medium.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/rss/orange-medium.png', 1, 0x00000000000000000000000000000000, 0x5c8808c9d3c5de07898548f92d993fec, 0xed4abde511af0fb5944099e0a09b12fd3df2a12409d0117c5c1f80da8c92aedc, '', 0, '?'),
(0xace451cb14506a846abfbeddbf989722, 'wp-content/plugins/jetpack/images/rss/orange-small.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/rss/orange-small.png', 1, 0x00000000000000000000000000000000, 0x2003a2b667ce6594af0f86d16cf8caad, 0x72026062a437ed1db96a101b629feccb5666c664b927e9baea72180eb68a85d8, '', 0, '?'),
(0x008bc02ae1401c6602f9d9ba64ac6b75, 'wp-content/plugins/jetpack/images/rss/pink-large.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/rss/pink-large.png', 1, 0x00000000000000000000000000000000, 0xfa39a2dd6aa2efd67fd694631a297feb, 0x1979858424789056fbb19615659835fdf87497967e4c6b3f291b2469b8342e60, '', 0, '?'),
(0x5567e4bf2a3039da7086f0014345ed66, 'wp-content/plugins/jetpack/images/rss/pink-medium.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/rss/pink-medium.png', 1, 0x00000000000000000000000000000000, 0x546bfd0abec2d471fd0e41213d10456f, 0x027a158dc8783de8f6a1c7dee040f2a1136a5eb8a10c81c5477354a406d8feb6, '', 0, '?'),
(0x6a551df6db861383c9869638ffb57ca3, 'wp-content/plugins/jetpack/images/rss/pink-small.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/rss/pink-small.png', 1, 0x00000000000000000000000000000000, 0xf1d6f762d0bc9a33a2160c4f8c23d90f, 0x5e85c666c73bc795b9173ff58b9a39bf92b3a38f2f8b31fe864bb3581be2fde7, '', 0, '?'),
(0x319b8b4101e01e127dff012497477d7a, 'wp-content/plugins/jetpack/images/rss/purple-large.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/rss/purple-large.png', 1, 0x00000000000000000000000000000000, 0x733c1b4f56e678c0e8ce257040294759, 0x5370498a94024ffc248673479c5a9abfe1d4114c6feb0117c446271a8ab0b0a9, '', 0, '?'),
(0x35cbafc2179f5903db6b0df2b4a9b0ee, 'wp-content/plugins/jetpack/images/rss/purple-medium.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/rss/purple-medium.png', 1, 0x00000000000000000000000000000000, 0x8f0554ad8c7fd177057563357234f025, 0xa597f8ae685abe22b3189b914f6ef9f26634b75025e6c688f819d7bb338fde24, '', 0, '?'),
(0xca1a11d9866c672d6c9bc6abfca2eaf8, 'wp-content/plugins/jetpack/images/rss/purple-small.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/rss/purple-small.png', 1, 0x00000000000000000000000000000000, 0x577288f5a98b18b655b3be8202740917, 0xe0abd505d2b1f926d14d93c94b66cc989e03ec10953cd89620d460d4cefe7dbb, '', 0, '?'),
(0x7a364889ee3ecfdb7e9ad25a13909e5e, 'wp-content/plugins/jetpack/images/rss/red-large.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/rss/red-large.png', 1, 0x00000000000000000000000000000000, 0xcb50fc35aa5e5004d6e4c586715a92d6, 0xc38193a8092a6f2e313c5f01cd78d6afa00568cff07cae212ac4376571e203fc, '', 0, '?'),
(0x9c175ad8f9eb312a95220c72d8d8e6dc, 'wp-content/plugins/jetpack/images/rss/red-medium.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/rss/red-medium.png', 1, 0x00000000000000000000000000000000, 0xca83728d083806aa9f1845a1e79042a3, 0xd189eed42d64a749948038a45217398c65b0d8bbb2fa3540ee64e97d8c38dbaf, '', 0, '?'),
(0x9284c7fb05ef59113742e56da5266cc9, 'wp-content/plugins/jetpack/images/rss/red-small.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/rss/red-small.png', 1, 0x00000000000000000000000000000000, 0xa5470427a9f02b562f613db1259a0f88, 0x685a69e6919ce1d435a96e251731cb0ffe531b770ecbb52f591e4f8d36aee30e, '', 0, '?'),
(0xb80262aa55262f594ee408cf9962dffa, 'wp-content/plugins/jetpack/images/rss/silver-large.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/rss/silver-large.png', 1, 0x00000000000000000000000000000000, 0x3b85441c09e9547023dbf1b91ba068ce, 0x511907455f441c34d8aac36b489bbfe29b89e92a0d891981b6c458c4c42e2de8, '', 0, '?'),
(0x8ac6aca398d40cc17046080973cdb0de, 'wp-content/plugins/jetpack/images/rss/silver-medium.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/rss/silver-medium.png', 1, 0x00000000000000000000000000000000, 0x02d32583a6a9ffc8540917ee765c4580, 0xc30c5e97d19a131d918c37d6c70be23327fd9d46c1e11b22f7e546d54c3117dd, '', 0, '?'),
(0xbb03bd355fe5ab9898c7b21198935086, 'wp-content/plugins/jetpack/images/rss/silver-small.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/rss/silver-small.png', 1, 0x00000000000000000000000000000000, 0x30237b6a459a771682ba8eb25d3662af, 0x0a75b5445624e39e2270ab140ba8acc6ce6ad08a9a5cae8d43995be061b42883, '', 0, '?'),
(0x805e6b341aa867472f001bfc8eea43c8, 'wp-content/plugins/jetpack/images/security.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/security.svg', 1, 0x00000000000000000000000000000000, 0x2a44763c301aeef5122b59b2575dce1a, 0xcc1b9cab6cd083a67c7c6dab1ab857cda79708b1d93b746d2f9dc90efa530869, '', 0, '?'),
(0xe363daa0c696a3bc2b18bac8c0b5f239, 'wp-content/plugins/jetpack/images/star.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/star.svg', 1, 0x00000000000000000000000000000000, 0x1858e508d04148619abbd63bbaaead11, 0xb0bf33b8a296f84aa41a37d98bce32d6b28956dcb6ec6677a4b2335b41f245de, '', 0, '?'),
(0x69bfb873c96fd44af2ae552970fb522f, 'wp-content/plugins/jetpack/images/stars-full.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/stars-full.svg', 1, 0x00000000000000000000000000000000, 0xab82088686abe61b5880f7b157d18c88, 0x24eca2ce37cd04475de84470bf09438b129ef1153cb2344266b941c979a43364, '', 0, '?'),
(0xee4bf1a220e74cc9543381267af0085f, 'wp-content/plugins/jetpack/images/stars-left.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/stars-left.svg', 1, 0x00000000000000000000000000000000, 0x716fca8072b897751da1247d51fad1f3, 0x433d01225a047787038efe1ecb2f69a6c7520cef0335c743396f9274cac83c4a, '', 0, '?'),
(0xace5b83e289292515a70936340d034f1, 'wp-content/plugins/jetpack/images/stars-right.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/stars-right.svg', 1, 0x00000000000000000000000000000000, 0x3f81cced7768aa57a95725fbefe7a8e5, 0x6b177e6131c5ccb7c9a81fb162aa525fda8aba4493c73e60731e9f2446c90565, '', 0, '?'),
(0xbdfe8512467cf0b85f6b320f6584da21, 'wp-content/plugins/jetpack/images/stats-example-lrg.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/stats-example-lrg.png', 1, 0x00000000000000000000000000000000, 0xae1b1a02b274aea92393d9861231f290, 0xc07862c126d5053db18ced33cf0a3e9e56f27a141a09ea3273be968e1c5a6de7, '', 0, '?'),
(0x5f6cd60fcd45202d20ab8160e6912e99, 'wp-content/plugins/jetpack/images/stats-example-med.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/stats-example-med.png', 1, 0x00000000000000000000000000000000, 0xf028d00cb345c6b560ec4918161df35d, 0x08286eddbf585a99a1b850ddf978d394f8172646ef85d7666d5671f7e14e8104, '', 0, '?'),
(0x37f8463e8a622a928447d2f60dc866c7, 'wp-content/plugins/jetpack/images/stats-example-sm.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/stats-example-sm.png', 1, 0x00000000000000000000000000000000, 0x33ddaeb55a5064b9440a0df559e77e58, 0x30171f14941ceefbe52816d909d575ecd5baf6df7855f7065ff5b0c0960509b2, '', 0, '?'),
(0x88363418d62553c094ebe67aa818252d, 'wp-content/plugins/jetpack/images/stats-people.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/stats-people.svg', 1, 0x00000000000000000000000000000000, 0xb201e7e6d4e639386000e615fd0208ed, 0x409c23b34bec031d0ae64cebad6b747971d0d098895ccb9961981c22ed3c423c, '', 0, '?'),
(0x4d555008f849ae2bba7d1212b5b28a8c, 'wp-content/plugins/jetpack/images/stats-smiley.gif', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/stats-smiley.gif', 1, 0x00000000000000000000000000000000, 0xe4d673a55c5656f19ef81563fb10884c, 0x0a7f23e1a29881d6636e73c4ff82c3798982eee8dbe82c4bf4997c7c6d8dc9f6, '', 0, '?'),
(0x4e438f1f11de217483468e124eb710cc, 'wp-content/plugins/jetpack/images/stats.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/stats.svg', 1, 0x00000000000000000000000000000000, 0x3f1218e3ac6bb2b78dcefe2580c87036, 0x50e71bfca4e3c473073a19855a81a1db347642028ae4996a40b79db98805718f, '', 0, '?'),
(0xe2fbd51c457115d3d253761e6a302086, 'wp-content/plugins/jetpack/images/themes.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/themes.svg', 1, 0x00000000000000000000000000000000, 0x032d5c329ef04faf137d936d6e0e95b2, 0xb9e66a84f99c76a7e48bc33ac27fdc468201ce192eaf9782e213ce2e39a8bc8d, '', 0, '?'),
(0xc10632020df69b319f96f797ee98ac0a, 'wp-content/plugins/jetpack/images/white-clouds-reverse.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/white-clouds-reverse.svg', 1, 0x00000000000000000000000000000000, 0x1c42369f3a94507faeaade0a0b328c82, 0xae0527da75b821c6e88666b6c95b05bce574f29378b6d84eae725ebef8be107b, '', 0, '?'),
(0x45a7074e790d529e76bc0799e1d8bf28, 'wp-content/plugins/jetpack/images/white-clouds.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/white-clouds.svg', 1, 0x00000000000000000000000000000000, 0xa8846ddd607bf6254729087285d79f74, 0xecd2802bc112ae43fbfc7fcd2c85bfe2148a1555236881887f20e0c50c80c24a, '', 0, '?'),
(0x9a6b2317a0ed5bbc7977f099e3919d68, 'wp-content/plugins/jetpack/images/wordads.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/images/wordads.svg', 1, 0x00000000000000000000000000000000, 0x6b048e00cb7c1bd9e5dc3e29dbc9170a, 0xa53010840fea9d4aa546bc9c78d4ec6436d1d1b4bc7dc359f86d17d65255aec5, '', 0, '?'),
(0x4ab2a4097a4133dccabe298fc19cbc59, 'wp-content/plugins/jetpack/jetpack.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack.php', 1, 0x00000000000000000000000000000000, 0xcb9f9c47954e149cff94c1bb290ed18d, 0xf2c958bd3905e14f0caabf2c6c74f361c8e557b0cd0a5a434eba092fdc065c26, '', 0, '?'),
(0x3f9867d97ec3fcb1ce36bbf59c93be72, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-a8c-mc-stats/CHANGELOG.md', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-a8c-mc-stats/CHANGELOG.md', 1, 0x00000000000000000000000000000000, 0xec2f6231f084cb7b37b0c5868970cb52, 0x771d64d570be3465931b7cd5da8633ff5801a217e03f0a07bfcff130d6b1d8bc, '', 0, '?'),
(0x980c4dc7dbfe8edd1d30b0f054722ba4, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-a8c-mc-stats/LICENSE.txt', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-a8c-mc-stats/LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x07b6f86da467d9d95366b630cc61664b, 0xca67bacc93668eb4df01e9c10f5f4819aff3513c9a50402f4d050620ff74b5c7, '', 0, '?'),
(0x327fbe6cccb346aa884449f117beec77, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-a8c-mc-stats/SECURITY.md', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-a8c-mc-stats/SECURITY.md', 1, 0x00000000000000000000000000000000, 0xa296cb06339fc5251d96abfd395b7322, 0x46cf396dbf7f8220560387cb3fffbfa9e013f50ce26898d2491e24dfcf495bcb, '', 0, '?'),
(0xc1bdbdbf4a54b0ee4c3a9ee495666a9d, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-a8c-mc-stats/src/class-a8c-mc-stats.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-a8c-mc-stats/src/class-a8c-mc-stats.php', 1, 0x00000000000000000000000000000000, 0xabe2478d318a768a41951cfbf0134cda, 0x0fff7bf518d9dbfca9386fb5bb53147748d420c9b95512d03f937584edf598f2, '', 0, '?'),
(0x8245e15d3e7a5479eed4d4528be04a5e, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-abtest/CHANGELOG.md', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-abtest/CHANGELOG.md', 1, 0x00000000000000000000000000000000, 0xd277edb5786e257d7ad8b40b562a517e, 0xf1e532960836fc22381a0f330734a2c6bca377ab0a258e140ff0cefcb65819d6, '', 0, '?'),
(0x33ef23af0bc1d3c5ab9305538cc30602, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-abtest/LICENSE.txt', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-abtest/LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x07b6f86da467d9d95366b630cc61664b, 0xca67bacc93668eb4df01e9c10f5f4819aff3513c9a50402f4d050620ff74b5c7, '', 0, '?'),
(0x6534be449dfe05e31604ef3b9dc20ebf, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-abtest/SECURITY.md', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-abtest/SECURITY.md', 1, 0x00000000000000000000000000000000, 0xa296cb06339fc5251d96abfd395b7322, 0x46cf396dbf7f8220560387cb3fffbfa9e013f50ce26898d2491e24dfcf495bcb, '', 0, '?'),
(0xc1e9b27361565f82df0ae13ee985a463, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-abtest/src/class-abtest.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-abtest/src/class-abtest.php', 1, 0x00000000000000000000000000000000, 0xc35e999dfca74b9c96b42e67603daff5, 0xe31fb1f2f248c72e4b41e42d1a69a173e2a067e46d04367b78a1dfd867ee4211, '', 0, '?'),
(0xdd73747f317484d73525333679757d78, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-admin-ui/.phpcs.dir.xml', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-admin-ui/.phpcs.dir.xml', 1, 0x00000000000000000000000000000000, 0x52f408389bea0a62aaa3a04041317911, 0xfb7c53005c76078635c3eee14d089cef2839ca5747d5fe07a3d9da25f8965a61, '', 0, '?'),
(0x1598ba85b1e62c2e0e83f0a2e9b51200, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-admin-ui/CHANGELOG.md', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-admin-ui/CHANGELOG.md', 1, 0x00000000000000000000000000000000, 0xdb79bfe6d4668a4580130cbf886cfa5f, 0xdb70f87c5c985cd2e9eabf4e0c2a33d16248cdc871c7c8503fed08bb934ba67d, '', 0, '?'),
(0xc226d5e92f53caf72ef50ddf914db89e, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-admin-ui/LICENSE.txt', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-admin-ui/LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x07b6f86da467d9d95366b630cc61664b, 0xca67bacc93668eb4df01e9c10f5f4819aff3513c9a50402f4d050620ff74b5c7, '', 0, '?'),
(0x919fb53eb787f9ee95bb16e393c124fd, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-admin-ui/SECURITY.md', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-admin-ui/SECURITY.md', 1, 0x00000000000000000000000000000000, 0xa296cb06339fc5251d96abfd395b7322, 0x46cf396dbf7f8220560387cb3fffbfa9e013f50ce26898d2491e24dfcf495bcb, '', 0, '?'),
(0x4bd7c2cae46db55ad3da95115d777af7, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-admin-ui/src/class-admin-menu.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-admin-ui/src/class-admin-menu.php', 1, 0x00000000000000000000000000000000, 0xcf30873dc671f8be7ceff6c146115bd6, 0x7ad910157b9942c9dbe3acf6ec3352a5fc6cf28dc24dc75585b28da2b8fe1953, '', 0, '?'),
(0x317058be49f4e3b482be4ea71a4910c2, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-admin-ui/src/css/jetpack-icon.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-admin-ui/src/css/jetpack-icon.css', 1, 0x00000000000000000000000000000000, 0x201bc4c2c778a4bd75922208a9c40902, 0x36f74b1f97c218d9e0e38862cb9220838c60e651d979f637c3bed8a4f85674fe, '', 0, '?'),
(0x8bb808a3d202f047dca85967371f557f, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-admin-ui/src/fonts/jetpack/jetpack.eot', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-admin-ui/src/fonts/jetpack/jetpack.eot', 1, 0x00000000000000000000000000000000, 0x07748bad73c37186f38c91e310bf2fbc, 0x3da870e41ab814f9581e666d3f6bd7093db71df58dcdbdbd05d97f0c27e1a2c1, '', 0, '?'),
(0x01918151a2052765b6767fe5fa03db3a, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-admin-ui/src/fonts/jetpack/jetpack.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-admin-ui/src/fonts/jetpack/jetpack.svg', 1, 0x00000000000000000000000000000000, 0xc536391b97e227f28add9afc3bd7fa91, 0xdbd2bafe97ab43aa092d5063ebfb95fc29be44f1d781527ca52be15078d22b8f, '', 0, '?'),
(0xef0ba52864b9d451ba056ad15008085d, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-admin-ui/src/fonts/jetpack/jetpack.ttf', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-admin-ui/src/fonts/jetpack/jetpack.ttf', 1, 0x00000000000000000000000000000000, 0x30dfde36fb190bf9589bd1fe8c7dbc0a, 0x202a5b84007486665ab6d39e4e73933bc5482f2406958318af488c49bc161559, '', 0, '?'),
(0x23d2fa0693b0e1f9cadc97e40168cf21, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-admin-ui/src/fonts/jetpack/jetpack.woff', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-admin-ui/src/fonts/jetpack/jetpack.woff', 1, 0x00000000000000000000000000000000, 0xe12b78ae32f56212ad1cb8af96684987, 0x8130b57466948e6324785cc310f543f275624266c8881ade57854dba0fbed91f, '', 0, '?'),
(0x0dc808267dac818afeadabfda1364359, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-assets/CHANGELOG.md', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-assets/CHANGELOG.md', 1, 0x00000000000000000000000000000000, 0xd3566234ac806edad89f8dfb93f34d27, 0xc4cb4e2c5902b55e6deeeaf37d8e4fda5bb26354cbd4d70ede3ded1cb025216c, '', 0, '?'),
(0x30db973c5c81b568f838f5e0a9aac909, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-assets/LICENSE.txt', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-assets/LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x07b6f86da467d9d95366b630cc61664b, 0xca67bacc93668eb4df01e9c10f5f4819aff3513c9a50402f4d050620ff74b5c7, '', 0, '?'),
(0x126c53d85a74a8677adec85661b8520e, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-assets/SECURITY.md', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-assets/SECURITY.md', 1, 0x00000000000000000000000000000000, 0xa296cb06339fc5251d96abfd395b7322, 0x46cf396dbf7f8220560387cb3fffbfa9e013f50ce26898d2491e24dfcf495bcb, '', 0, '?'),
(0x7f55a75e4e08dce382fe15dd9cac6933, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-assets/actions.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-assets/actions.php', 1, 0x00000000000000000000000000000000, 0xaebca5f367312eeb08f8ff69fb8e9ace, 0x529736e02a44964501f3d1e8d54a982bec104e77e6696aa3a7e74d67ba455abf, '', 0, '?'),
(0xbeff8d48c4cd990eb6157fb2df6bc8cc, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-assets/build/i18n-loader.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-assets/build/i18n-loader.asset.php', 1, 0x00000000000000000000000000000000, 0x0b53bec0863c87f7a76025a53d2fe51a, 0xdc2aca878f770c36f13cc58a40406a5d3f1c6ecdd54a431123a22ce66258be0a, '', 0, '?'),
(0x8dbb8cb3bfdc5889d9c9b5ac0ac95f9e, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-assets/build/i18n-loader.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-assets/build/i18n-loader.js', 1, 0x00000000000000000000000000000000, 0x9fb1dba6cc608c4310104f103db8b0e4, 0x5ebfa16fbeb0124873fb4fe90f33c6d5b1e2223b94e16a2842b47ac40b3fea18, '', 0, '?'),
(0xe9132a2b7fa18357f5192af4ff0616e8, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-assets/package.json', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-assets/package.json', 1, 0x00000000000000000000000000000000, 0x22a8fb107a0ba192cbce39a9c7f7f029, 0x67a40060300e59fc5b41dc73982a1a16bf693a5c35eb0dd11c2c1b0d2c8a985b, '', 0, '?'),
(0x1a8302e5e7ec2b1e3654524785f4080e, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-assets/src/class-assets.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-assets/src/class-assets.php', 1, 0x00000000000000000000000000000000, 0x08de2f2b088c461ee614c1605fc965ee, 0x0f24dc309fa7d03095e87718115da1c767e40ab17dc580a12679195737e777a9, '', 0, '?'),
(0x6c5d3e8df01886af69e7735d690b4bb0, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-assets/src/class-semver.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-assets/src/class-semver.php', 1, 0x00000000000000000000000000000000, 0x4bcbd52403b0df1af5b20249b5152dd8, 0xd64aff58c1069f2eaf33db3f59235f266cc1796d1af311301804903322d1c371, '', 0, '?'),
(0x8872168a1265dc4f044b3f7694892032, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-assets/src/js/i18n-loader.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-assets/src/js/i18n-loader.js', 1, 0x00000000000000000000000000000000, 0xfacbe80c980c60ca89aa938b448ee3bc, 0x58c9c6dc7fc3bbd928ecba8554242b35d85a254fad3187cdca3b44e96759e34b, '', 0, '?'),
(0x3b4cbd542e6ea9c10d2fb3cdafd64021, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/.babelrc', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/.babelrc', 1, 0x00000000000000000000000000000000, 0x9c2793fded7c0c3bf5eeb891193c9448, 0xefa28c5a8da1f1c6e12628694c1ea2ddec381b37000639b548631ac334d41142, '', 0, '?'),
(0xb5a3ebcc2f54b3c47f123e4e72a421b9, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/CHANGELOG.md', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/CHANGELOG.md', 1, 0x00000000000000000000000000000000, 0x8608979c7e44cc9e5d10e138cbf08374, 0xd4259c1fdba80096bbfc5151684210ab69508c87e2f064d83998f5a8f5cdbba0, '', 0, '?'),
(0x0cda69a6d7a718c5b845a79c2f3671e3, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/LICENSE.txt', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x07b6f86da467d9d95366b630cc61664b, 0xca67bacc93668eb4df01e9c10f5f4819aff3513c9a50402f4d050620ff74b5c7, '', 0, '?'),
(0x50b8c631f374ac958d48b6fd45ae0cc3, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/SECURITY.md', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/SECURITY.md', 1, 0x00000000000000000000000000000000, 0xa296cb06339fc5251d96abfd395b7322, 0x46cf396dbf7f8220560387cb3fffbfa9e013f50ce26898d2491e24dfcf495bcb, '', 0, '?'),
(0xf15d59f7ef9b78b2fe9c55b13499c152, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/actions.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/actions.php', 1, 0x00000000000000000000000000000000, 0x8ec0a5de5d6a103e30f833dbb93ce740, 0x95b4f68d8c9fc3e903d1564c9f7560bad1871550ef201ccf7ebe24343ef10905, '', 0, '?'),
(0x082730dd6685a9378afebd9f3c4db9a0, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/babel.config.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/babel.config.js', 1, 0x00000000000000000000000000000000, 0xab817aded73d94b94ec933f9810daaa1, 0xf474084a1201605bc683d16b026c7bb6718502122ea2325784fa8954af1b244d, '', 0, '?'),
(0x0306b5182786cf8fcbac4c6bcda0f2fa, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/build/images/backup-animation-1-8d65f9365c217c43eb01.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/build/images/backup-animation-1-8d65f9365c217c43eb01.svg', 1, 0x00000000000000000000000000000000, 0xab43384429a0b398cbe05e0b721d63e4, 0xf7849b5ac9c986d7fb7d0168a4da9f4986b03103215f6a751f2d6ffcead86249, '', 0, '?'),
(0x0b91a1aef57ddfd78c33d12fcf29a779, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/build/images/backup-animation-2-4d8da04fb34b29957030.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/build/images/backup-animation-2-4d8da04fb34b29957030.svg', 1, 0x00000000000000000000000000000000, 0xe5dec19df8558bb366006daa96ad7700, 0x422620e32eff3d6c46df811921a0b5079d8bbc222ce74eb46d4a89e4660094d3, '', 0, '?'),
(0x6cd0ad82f864deae5fff34d504334fbe, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/build/images/backup-animation-3-1c6df0c7bc8546e712d8.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/build/images/backup-animation-3-1c6df0c7bc8546e712d8.svg', 1, 0x00000000000000000000000000000000, 0x958e90e76e0e64b2cfb00a74d905cdaa, 0xa820ee52ba091f43c8c9941aa8f93e54aa54756873849f58f2ada5e64f255ea6, '', 0, '?'),
(0xbbc5dcabdf98866e4670afacf258ea2d, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/build/images/cloud-35473ae2758e9f3e353d.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/build/images/cloud-35473ae2758e9f3e353d.svg', 1, 0x00000000000000000000000000000000, 0x3eee13d37d27c9bc66ff5b185368a1ca, 0xa7ba2fd4c109f599fe8ee63d8214d8a3c16ea31a00541cde1eba3a62a38efc0e, '', 0, '?'),
(0xc9f46541009dd3d4d83a4c16b3239faa, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/build/images/cloud-alert-cf8336f3384ee5b98a9e.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/build/images/cloud-alert-cf8336f3384ee5b98a9e.svg', 1, 0x00000000000000000000000000000000, 0x71025c2a9a200dc37a9a216372da179d, 0x464ee971bf026e4781f96e29bb49a08413fe6b1dbc688e5a3485968ca141cc8d, '', 0, '?'),
(0x48721b453abb83b4f349308d409ffed5, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/build/images/plugins-d0898bae4e79a6e05b9e.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/build/images/plugins-d0898bae4e79a6e05b9e.svg', 1, 0x00000000000000000000000000000000, 0x236da18a25f40f967474a12c5ebe70c1, 0xb53deefb535466eabddd2f3455386c5bea9361154997aa099c0fe79cffefb5dd, '', 0, '?'),
(0xc65dab7e6cc47b7b1e6a8d4d8a29c9f5, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/build/images/posts-7a4c9e22d20abaac65d6.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/build/images/posts-7a4c9e22d20abaac65d6.svg', 1, 0x00000000000000000000000000000000, 0xe758c10ed42cc9b2120e71ade20c404b, 0x6b2fea2c1e44deb9d7779533ca6f2b7a4eff9ff1ca2a8cd88eb531c041f7ba16, '', 0, '?'),
(0x943e2feedd076994e59c2d573bf667b6, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/build/images/themes-700cf8bdf1049fdbc94a.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/build/images/themes-700cf8bdf1049fdbc94a.svg', 1, 0x00000000000000000000000000000000, 0x9e5f7fba8459b0c2b74dca79a3dca790, 0x8811c97e80209edd5de0fd096a505793676fda4586c4a54f19a03d5327b4b4a0, '', 0, '?'),
(0xc3fce17be5b8e6853e912a126438aa3b, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/build/images/uploads-7a7b15dfda25508a8d68.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/build/images/uploads-7a7b15dfda25508a8d68.svg', 1, 0x00000000000000000000000000000000, 0x785565834cf6a3fc5fa3cc4a11b64bce, 0xd9dbbd3aa01f0d9fd4d74fdd807a77dc1d715fd2634cc2ac981e54831f12ca75, '', 0, '?'),
(0x1c743ca6883e92b9b06de69a59d8e942, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/build/index.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/build/index.asset.php', 1, 0x00000000000000000000000000000000, 0x28e69f444a851fc03e00a040fa70716e, 0xcf12d4be12d38f5be1c0a6c37370089c4d8c1c50496c0eb32464cfa8185043cf, '', 0, '?'),
(0xbbe39bac1fefdff5effc341205b6f82b, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/build/index.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/build/index.css', 1, 0x00000000000000000000000000000000, 0x11fa3c0e5df10e27c95ff062272febda, 0x946a512563c9c59e2c905d6fdcba9c1d5534c1876accfa917b49aa8ac8d996e7, '', 0, '?'),
(0x6cdad4556a867a4b0caa94dc76a2cbf3, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/build/index.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/build/index.js', 1, 0x00000000000000000000000000000000, 0x51c9c72deeea0fd5f40d044019a7d09a, 0xe9f10b36c8a37072ef9cd9afa5b2cac1c216d35ea9505cba7d39dbed22eb716d, '', 0, '?'),
(0x5430777becfa91d35f55748b9a59f539, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/build/index.js.LICENSE.txt', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/build/index.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x0eb0777639304d0c2b54970a30873bb3, 0xedb3621e03dfccafdd3dbd4bf51c1bd82fce7d92c8993d324e0ff45f4174645e, '', 0, '?'),
(0x683eeabd6c4ab97972f653d0ee1dd63f, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/build/index.rtl.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/build/index.rtl.css', 1, 0x00000000000000000000000000000000, 0xc9d798dd636ba01d211d7299b0c5eddd, 0xf2a47beb885690670d055cd87a2be09138fc2f62b49dd8da5e261905a501d66e, '', 0, '?'),
(0x9e898f5fd9817ee562a6a7ea11d9937d, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/package.json', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/package.json', 1, 0x00000000000000000000000000000000, 0xc9126120b6ad49c29524a390f6e7c3c0, 0xdaf8506e34853247ff4cef68c83cd5706665c140aadaa522c9d8aa37b7d73da6, '', 0, '?'),
(0x38c975d58f4df99fe3c02178ab17d6e0, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/class-helper-script-manager.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/class-helper-script-manager.php', 1, 0x00000000000000000000000000000000, 0x54a4a5c3a9f3cc16fb71eac739e0bdd0, 0xe73340d31ad16ad939b696da691ae443f4e61da67967fded5fc8afbc8849c100, '', 0, '?'),
(0xb071173b09d5413d359209492ebbb91b, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/class-initial-state.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/class-initial-state.php', 1, 0x00000000000000000000000000000000, 0xc99d8a9b91fea46325286b8c2961c7ef, 0xcdb41977822c9fbdae71508297491e5fa85fe7ed48323f3d79e5b44559ebca92, '', 0, '?'),
(0xb8b1d309583bcf49a89c3266b4f9c774, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/class-jetpack-backup-upgrades.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/class-jetpack-backup-upgrades.php', 1, 0x00000000000000000000000000000000, 0x73d69d6004558bcfd44721998bdde6a3, 0xac9d87a68e36d2d351ab3d058faddcbabb091cc426da34b450a848f998634186, '', 0, '?'),
(0xa2f6f3235bc1c335355d04df0e36008c, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/class-jetpack-backup.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/class-jetpack-backup.php', 1, 0x00000000000000000000000000000000, 0x9c85788f5a82ba3749e9c2090b089e74, 0x7d3f72d20deb0cd2b0be15f78cb741159ce0950b6898830228f7da01cab5e4bf, '', 0, '?'),
(0xdb2a858e4323f22f319cf273b8d8b559, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/class-package-version.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/class-package-version.php', 1, 0x00000000000000000000000000000000, 0xd5f46592eea31607a37d7f039083b883, 0x3c6c38df066ad1093d2444b54bd85153ffeba82707820422cbdcb0683c5af860, '', 0, '?'),
(0x33b4fc4e7274aa7aa874496d0dc779e3, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/class-rest-controller.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/class-rest-controller.php', 1, 0x00000000000000000000000000000000, 0x3337ed2152ad894a68829cf4cd878f72, 0x88a58deb3a4307094ad118abea94aa287c62419fdca3c98e5ff53f0ec21573c1, '', 0, '?'),
(0x014fe45556d87dc9e9f7ce767d351fcc, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/Admin.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/Admin.js', 1, 0x00000000000000000000000000000000, 0x4a115f6f7d001c7af30e3d9809add77b, 0xad2e945d5d1a96a361653cbf7ae071e9b6a0669fed139ee4ffa4d9e75d690dcb, '', 0, '?'),
(0xbecf28add48eb84b2cdea85e91a85609, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/Backups.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/Backups.js', 1, 0x00000000000000000000000000000000, 0x1b4cc1b550395ec61324884eeb3e005b, 0x270e29e5a673812f9dbf0664f35123394f400f85f70296c96aace7c586f109d3, '', 0, '?'),
(0xf6b1f32e8295ea058745dc363eb35c73, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/StatBlock.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/StatBlock.js', 1, 0x00000000000000000000000000000000, 0xcce55e6ac7814d9d889da4bdb36708ba, 0x999e6c53957595f6ef9cc7c6557020ef3ad44c078084a15dc2eb85bf3e46215c, '', 0, '?'),
(0x3424512b3c0ed9f29d81d14cdebe5f3e, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/admin-style.scss', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/admin-style.scss', 1, 0x00000000000000000000000000000000, 0xc62dcb0aa00a8d753b5fc7814ac61cb2, 0xd2e521d0dae5f3b2425619836bf5bb35ad4b66e096f366e5e086efce983e6efb, '', 0, '?'),
(0x27f86354f996b9bc753d28cf8243ec7d, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/backups-style.scss', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/backups-style.scss', 1, 0x00000000000000000000000000000000, 0x771b4aee1c7ed5eaf525934f016c8fa8, 0xffeb5eb38c25e1d6f102a972d0c2071215c8aa7ba671d4106b7da6c65e3f04eb, '', 0, '?'),
(0x77fa3fd13a73c93eb291dd216e202726, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/icons/backup-animation-1.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/icons/backup-animation-1.svg', 1, 0x00000000000000000000000000000000, 0xab43384429a0b398cbe05e0b721d63e4, 0xf7849b5ac9c986d7fb7d0168a4da9f4986b03103215f6a751f2d6ffcead86249, '', 0, '?'),
(0x91268b05b0ef2113f2953cc32c2e7350, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/icons/backup-animation-2.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/icons/backup-animation-2.svg', 1, 0x00000000000000000000000000000000, 0xe5dec19df8558bb366006daa96ad7700, 0x422620e32eff3d6c46df811921a0b5079d8bbc222ce74eb46d4a89e4660094d3, '', 0, '?'),
(0x1970e71c30e271c9ef14a2bbd5d3ee33, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/icons/backup-animation-3.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/icons/backup-animation-3.svg', 1, 0x00000000000000000000000000000000, 0x958e90e76e0e64b2cfb00a74d905cdaa, 0xa820ee52ba091f43c8c9941aa8f93e54aa54756873849f58f2ada5e64f255ea6, '', 0, '?'),
(0x5e2becccb0de4f6d78fb04d93d84f6b5, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/icons/cloud-alert.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/icons/cloud-alert.svg', 1, 0x00000000000000000000000000000000, 0x71025c2a9a200dc37a9a216372da179d, 0x464ee971bf026e4781f96e29bb49a08413fe6b1dbc688e5a3485968ca141cc8d, '', 0, '?'),
(0x335699173265ed26c810856a0c9d33f1, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/icons/cloud.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/icons/cloud.svg', 1, 0x00000000000000000000000000000000, 0x3eee13d37d27c9bc66ff5b185368a1ca, 0xa7ba2fd4c109f599fe8ee63d8214d8a3c16ea31a00541cde1eba3a62a38efc0e, '', 0, '?'),
(0xe0c1bc5dac33b5b5e62b2dabb1fc553c, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/icons/jetpack.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/icons/jetpack.svg', 1, 0x00000000000000000000000000000000, 0x5f8b148cb35adc698d8871329bdab467, 0x6abb42f5217410835e6293c472c2a81ded435e14a8dcb57482b6955a8d1fad80, '', 0, '?'),
(0x42985582b68fbdcf727620ffec74f9d3, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/icons/plugins.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/icons/plugins.svg', 1, 0x00000000000000000000000000000000, 0x236da18a25f40f967474a12c5ebe70c1, 0xb53deefb535466eabddd2f3455386c5bea9361154997aa099c0fe79cffefb5dd, '', 0, '?'),
(0x070bb7860fc7778834a4d93cbdca8e3e, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/icons/posts.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/icons/posts.svg', 1, 0x00000000000000000000000000000000, 0xe758c10ed42cc9b2120e71ade20c404b, 0x6b2fea2c1e44deb9d7779533ca6f2b7a4eff9ff1ca2a8cd88eb531c041f7ba16, '', 0, '?'),
(0x03d70c2b2e9b9cd459d4e908a26b9ea6, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/icons/themes.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/icons/themes.svg', 1, 0x00000000000000000000000000000000, 0x9e5f7fba8459b0c2b74dca79a3dca790, 0x8811c97e80209edd5de0fd096a505793676fda4586c4a54f19a03d5327b4b4a0, '', 0, '?'),
(0xa80e349db031c632f92451b6f299e321, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/icons/uploads.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/icons/uploads.svg', 1, 0x00000000000000000000000000000000, 0x785565834cf6a3fc5fa3cc4a11b64bce, 0xd9dbbd3aa01f0d9fd4d74fdd807a77dc1d715fd2634cc2ac981e54831f12ca75, '', 0, '?'),
(0xbf7b33b154e861bbf9a198c5c4731e24, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/masthead/calypso-colors.scss', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/masthead/calypso-colors.scss', 1, 0x00000000000000000000000000000000, 0x16ed0920f9b0f55082208e5a4d8b5719, 0x00c23396f57f6e50c0e81646af929a9b117e5b0262541e27f75fdc92fe0bc629, '', 0, '?'),
(0x1829534511ad31c6ace100e2a44f8ef3, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/masthead/calypso-mixins.scss', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/masthead/calypso-mixins.scss', 1, 0x00000000000000000000000000000000, 0x42e29475b156c887847f6382ca8efda7, 0x9e8dba4571e0d647fdeffc1f8f8d77e3fa6f69434d0e0d44b88bb53bd356184b, '', 0, '?'),
(0x8d7577a9f57987987d72df03352df57d, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/masthead/masthead-style.scss', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/masthead/masthead-style.scss', 1, 0x00000000000000000000000000000000, 0xea91fb58bdbef13e1df135cbbcff607d, 0x85cb8dca810d6bc1f917a6ef828e83675033bf30836230763d1773ffd04fbae9, '', 0, '?'),
(0x60aa113a6d5103e3a8817ffe04cd59af, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/stat-block-style.scss', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/stat-block-style.scss', 1, 0x00000000000000000000000000000000, 0x1bfa35f5ee63e8fbb9258111333014a4, 0xe229343a4599bb28b3be77ba0bbfad99ce77b21dae8b66da40a9abfa68acc440, '', 0, '?'),
(0xe005ed09ef2a8be531efbe070cc61a07, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/hooks/assets/connect-right.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/hooks/assets/connect-right.png', 1, 0x00000000000000000000000000000000, 0xd53058f843bf7071f1859f89639782c1, 0x9a0dac6b4039c83f853e356ed0c6ae389e8616307dd02d88db2ab598a24ae6cc, '', 0, '?'),
(0x4178063def782faaad67bb12744e2558, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/hooks/useConnection.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/hooks/useConnection.js', 1, 0x00000000000000000000000000000000, 0x7ba4072aa2c4ae5e457b992784d48a52, 0x6936b6a4885052c1c0434f9d017b25f20a351e168106caff9590d32e73d1b66f, '', 0, '?'),
(0xf62bf174508ffef28e5b4d501d49dab8, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/index.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/index.js', 1, 0x00000000000000000000000000000000, 0xffbd21929e253b26fe4aab3b69a635cc, 0xada40415ae27342e079249373ad6205e06eb8ed812b2bee3eb2fbd9b4c762cc5, '', 0, '?'),
(0xba25d933e7addc4edee6eea5c6b13055, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/reducers/api.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/reducers/api.js', 1, 0x00000000000000000000000000000000, 0x078baa9436fe097ea001993da71d3ce7, 0x6c91f571b612588a835c0f86c4c8be98863d67f8df55162cf042fa9201ebfbed, '', 0, '?'),
(0xe5b812e68bb1aee3c74db8cb6b0a402f, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/reducers/assets.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/reducers/assets.js', 1, 0x00000000000000000000000000000000, 0x915ded91d8f2a68684e2d6587715fdbf, 0xe94e70df6a4fcd6ed30fd18aa9f38c0641cf8b4c4d3738a3a7ee5e0fd8ba22d5, '', 0, '?'),
(0xec4e2a2f3418aad3e0b1e086a1ccdec2, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/reducers/connected-plugins.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/reducers/connected-plugins.js', 1, 0x00000000000000000000000000000000, 0x67a32a6592159f849d5125735fe30630, 0x3bdd0ec7c6400d2003980184d2f09727f60eb6bf8d005d9368da88617e8ebef9, '', 0, '?'),
(0xb43751383d2aa574b64c6288b0b851be, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/reducers/index.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/reducers/index.js', 1, 0x00000000000000000000000000000000, 0x40f8d253bb8883e48dd8670953eb352f, 0x0cc9c06da743402dc7ab30869334ab4c7a141d8b7d8a38a1b98d6326eb239477, '', 0, '?'),
(0x698aaab3a9cc5afa21d2561a38428946, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/reducers/jetpack-status.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/reducers/jetpack-status.js', 1, 0x00000000000000000000000000000000, 0x39e45bd4ee58b1c28d7d3189b190bc9e, 0x55312b932b98d81a475e106e61bbc441b2e38bfb47000039f5c58d6cb2ff07c2, '', 0, '?'),
(0x389bd7026b6ecd2e3ba833462f10c03b, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/reducers/site-data.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/reducers/site-data.js', 1, 0x00000000000000000000000000000000, 0xc69dd265c69544c57a67eb98a34f42ca, 0xba398976e2b9699be27abd9d91a67a6b7d6a6ee7d1e51051df6cf387f702b55f, '', 0, '?'),
(0xa49f5b2f7419bcff9e7ad50881438aa3, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/selectors/api.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/selectors/api.js', 1, 0x00000000000000000000000000000000, 0xf2810ea3fba46a41d9e1153839716af1, 0x25e4dd35d05281e439df477d7aa70e56e41fbfdf0467300fabb6b342a98b9521, '', 0, '?'),
(0x280eecc22b5c3f5b3d4bffea1e8173b3, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/selectors/connected-plugins.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/selectors/connected-plugins.js', 1, 0x00000000000000000000000000000000, 0xb86ffe693d269513132c12b838b659c7, 0x72c72aed82ddad1291e6d0348db8ff055bba49dad38c2f88ff6445769cb3af7d, '', 0, '?'),
(0xd6c36c77d5962c338568fc74c2402597, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/selectors/index.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/selectors/index.js', 1, 0x00000000000000000000000000000000, 0x085abd72e61c72a60cc29d8f44d7022a, 0x5767a067da39b8343b3f08ecec69f57aefeee2260fe71c4d3e6b8c3b7019829b, '', 0, '?'),
(0xd4c13093d1b602f18e6bfb1fdc3873ad, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/selectors/jetpack-status.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/selectors/jetpack-status.js', 1, 0x00000000000000000000000000000000, 0x17a1a649a43d0f248bfc93086f262094, 0x0601a70ee5db2475643db3206e857b6040f864e120f924d5494f666810975eef, '', 0, '?'),
(0x95711b1440833b6928f2e06dba580ba0, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/selectors/site-data.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/selectors/site-data.js', 1, 0x00000000000000000000000000000000, 0x6bee563eeadd8d1db045c63fa005250e, 0xda9ef631338b121bcf1549a48888bf1cda8c48e411419bda8ded56064fcfe2c9, '', 0, '?'),
(0x3790385a1505776b03a0ed24fd2c0449, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/store.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/store.js', 1, 0x00000000000000000000000000000000, 0x78c1b781d90b5c61e07e5286319ae917, 0xea52c8dc7daa59ff34fabd101a5aa6ce78c8faba2dd68770deff146d59559a5c, '', 0, '?'),
(0xe47c4ba577b14d81241e5b2e10d7c562, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/webpack.config.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/webpack.config.js', 1, 0x00000000000000000000000000000000, 0x337e9ba751d37b95b3303fef34a99e42, 0x30b80ec2b3173fa8143493d593f719ce76bce36e20992d023e09bad9148f6a62, '', 0, '?'),
(0xa12208caaf25f7b7b8d98118db084aaa, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-blocks/CHANGELOG.md', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-blocks/CHANGELOG.md', 1, 0x00000000000000000000000000000000, 0xc133485bc95c5a8350bb95722df6f0ca, 0x01b8f7023e2afe0cfc9306705b0f46db6957ff8f573c9aeb3a3f4f77e816f6ac, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x1a71e9f7ff02e631437467ee41614556, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-blocks/LICENSE.txt', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-blocks/LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x07b6f86da467d9d95366b630cc61664b, 0xca67bacc93668eb4df01e9c10f5f4819aff3513c9a50402f4d050620ff74b5c7, '', 0, '?'),
(0xd4a295b179a701eb66430169590d69f9, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-blocks/SECURITY.md', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-blocks/SECURITY.md', 1, 0x00000000000000000000000000000000, 0xa296cb06339fc5251d96abfd395b7322, 0x46cf396dbf7f8220560387cb3fffbfa9e013f50ce26898d2491e24dfcf495bcb, '', 0, '?'),
(0x5678afede93dbd14c8de1f9ace43c7be, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-blocks/src/class-blocks.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-blocks/src/class-blocks.php', 1, 0x00000000000000000000000000000000, 0x09c31f7a4c3b0e3157132b6565e42b83, 0xc218380fc53ba2adb633c03b27b0d277473eb518133b63ee20d9ae2f51261c31, '', 0, '?'),
(0x49ebdc0debfbdcfacaa49af1d624ca2a, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-compat/.phpcs.dir.xml', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-compat/.phpcs.dir.xml', 1, 0x00000000000000000000000000000000, 0x873c70c3d76b4ac3a34780e73caf14d6, 0xabd516ae206627fe5db4c1e594f96884007b0c1b1bd74e106272088af51f347a, '', 0, '?'),
(0xb16d062493a9b0dcab8c312109cae6ac, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-compat/CHANGELOG.md', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-compat/CHANGELOG.md', 1, 0x00000000000000000000000000000000, 0xcdf4f8d602be2945860db3bc919745e8, 0x534a6951fcc4e41a2bc26c22d0269b3b7698a89c4e61633ebc2b55b514b0584f, '', 0, '?'),
(0x2abbeac98bd64fd65c3724163eccb3cb, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-compat/LICENSE.txt', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-compat/LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x07b6f86da467d9d95366b630cc61664b, 0xca67bacc93668eb4df01e9c10f5f4819aff3513c9a50402f4d050620ff74b5c7, '', 0, '?'),
(0x8a2b956ca9f1185fa8637290fc80dd33, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-compat/SECURITY.md', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-compat/SECURITY.md', 1, 0x00000000000000000000000000000000, 0xa296cb06339fc5251d96abfd395b7322, 0x46cf396dbf7f8220560387cb3fffbfa9e013f50ce26898d2491e24dfcf495bcb, '', 0, '?'),
(0xa0ab6d8ba944f2c7de876a8c41aba5c8, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-compat/functions.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-compat/functions.php', 1, 0x00000000000000000000000000000000, 0x099e19a89a67d6d637d343bbc89f6d3c, 0x114f116abad480352bfb8453e383517fbb39b00d05d57e1546ac2ef825f06523, '', 0, '?'),
(0x81e0607231ca586e25385a19363e4dbe, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-compat/legacy/class-jetpack-client.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-compat/legacy/class-jetpack-client.php', 1, 0x00000000000000000000000000000000, 0xd6d3f3eada11c2f3057a62a615b05794, 0x95e2267cd32a2c5aaaca20a77cb7ffb898118d5fc133557375e56aa8e773d746, '', 0, '?'),
(0x08a50591a0057049bf8435b957e7bbbf, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-compat/legacy/class-jetpack-sync-actions.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-compat/legacy/class-jetpack-sync-actions.php', 1, 0x00000000000000000000000000000000, 0xcc9096065994cfeaf497c1f72223e875, 0x0d4f2d4b9f4c44c3af1f4d63c20358e1055f4a61620914d370efe620551f2eb5, '', 0, '?'),
(0x8f1a94dc4d7998218e38ae6222416689, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-compat/legacy/class-jetpack-sync-modules.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-compat/legacy/class-jetpack-sync-modules.php', 1, 0x00000000000000000000000000000000, 0x57d3bdbbb9535f6763aa0184034c4897, 0x6b4c2dda476fd91fc788679eb759142be7a56eb829185036cda958a5a3ec0774, '', 0, '?'),
(0x40067267541a5d5c919bce440f211aa3, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-compat/legacy/class-jetpack-sync-settings.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-compat/legacy/class-jetpack-sync-settings.php', 1, 0x00000000000000000000000000000000, 0x05bc6f123b2865642d2fb9fd07158742, 0x22229c25fb2310d5eb360f7864f03f81cfad6ee43222bfbd9ac1a790486f159b, '', 0, '?'),
(0xfbd357a39c2f5ba2a145a5a859edbddc, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-compat/legacy/class-jetpacktracking.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-compat/legacy/class-jetpacktracking.php', 1, 0x00000000000000000000000000000000, 0xfdf6295acbb81faf55614ccaaf6c4c37, 0xdf3619b88b1316394c663c2ecbeb7cbff129bc58766777805eae673411c217e7, '', 0, '?'),
(0xf5c5a9055a0decafede45b8b1117b82b, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-compat/lib/locales.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-compat/lib/locales.php', 1, 0x00000000000000000000000000000000, 0xcdcf1e06c2df1bad7a13c5a1947ae03a, 0x0ffb927c8a7d3cbf5067b3616710b9f02edb9d2426b59d489a403daa6e1e557e, '', 0, '?'),
(0xc2bef461211a7c44347a8baaa42c6940, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-compat/lib/tracks/client.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-compat/lib/tracks/client.php', 1, 0x00000000000000000000000000000000, 0x922315988bc1535d4662d674249ec79d, 0xdcf15d405ee86a2ba30d6312fed564ed1bb09292091f243c76ac9c66f3405de2, '', 0, '?'),
(0xdda4a31668cb72eb4288df539f8b9a3a, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-config/CHANGELOG.md', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-config/CHANGELOG.md', 1, 0x00000000000000000000000000000000, 0x85d0a6b8ca1db01e7dfdf2b11fae1a47, 0x64be79bc3ac5e6c4bbb9797639d8d604da9f0007c72c363428d4ff750316f9cc, '', 0, '?'),
(0xf51708930c652496a4ab9f066e5f33f8, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-config/LICENSE.txt', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-config/LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x07b6f86da467d9d95366b630cc61664b, 0xca67bacc93668eb4df01e9c10f5f4819aff3513c9a50402f4d050620ff74b5c7, '', 0, '?'),
(0xe635b6e1f591350b04d7c585e5bffba9, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-config/SECURITY.md', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-config/SECURITY.md', 1, 0x00000000000000000000000000000000, 0xa296cb06339fc5251d96abfd395b7322, 0x46cf396dbf7f8220560387cb3fffbfa9e013f50ce26898d2491e24dfcf495bcb, '', 0, '?'),
(0xae3a77b0b057c9186e2c8efe3ec473c2, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-config/src/class-config.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-config/src/class-config.php', 1, 0x00000000000000000000000000000000, 0xb63e1095524e2b641e199c4ecc3ffe28, 0x3913dc4e6168868c3feb7d5550f81170fc265457e35fae2a09b9a1fb51857a6b, '', 0, '?'),
(0x5cca2e118782363671d04b1129dcee2b, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/CHANGELOG.md', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/CHANGELOG.md', 1, 0x00000000000000000000000000000000, 0x84cc530067e5e69cef8f34d921e82965, 0xafe97a3a9737b6221ffc7caf4a0defcc071a54473a7f9e061e644a2f17679a1e, '', 0, '?'),
(0x2d211291b5568803bc7ac658021cebfc, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/LICENSE.txt', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x07b6f86da467d9d95366b630cc61664b, 0xca67bacc93668eb4df01e9c10f5f4819aff3513c9a50402f4d050620ff74b5c7, '', 0, '?'),
(0xaacc7fa0a72e0796380fd3857eeab06f, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/SECURITY.md', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/SECURITY.md', 1, 0x00000000000000000000000000000000, 0xa296cb06339fc5251d96abfd395b7322, 0x46cf396dbf7f8220560387cb3fffbfa9e013f50ce26898d2491e24dfcf495bcb, '', 0, '?'),
(0x5db1fa98a94a9e73a644e0a2ae711bb4, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/TRACKING.md', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/TRACKING.md', 1, 0x00000000000000000000000000000000, 0x32e92801c19a17ccf7883fd1fa1b7c6e, 0xa95307bb9c337a28d8b319fa38d250cad259a5619a1560378b7e154511834d18, '', 0, '?'),
(0x34e9be7954d7fd40a91ccf4aada2ed61, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/dist/tracks-ajax.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/dist/tracks-ajax.asset.php', 1, 0x00000000000000000000000000000000, 0x7a0d94382422beb99f5293572b2cb918, 0x853620e077d65a126212151b1487da611ebdb00d15d7c09bb945bcdb145491f3, '', 0, '?'),
(0xd22ed4d8d72f56d9053dca5291438543, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/dist/tracks-ajax.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/dist/tracks-ajax.js', 1, 0x00000000000000000000000000000000, 0x2ee91fcce6e8cce6a58db257ffc16222, 0xbaa4ab82b80cf6de5181f6ad94d36840c80e09c2c0182b5fcceb072dcf42938c, '', 0, '?'),
(0x5405271f68fe7648e19f4c1d455b6599, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/dist/tracks-callables.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/dist/tracks-callables.asset.php', 1, 0x00000000000000000000000000000000, 0x5ec57115242b355649f4563584c0bdb9, 0xa0b79f9534c86ac02f4a8c7d290a1125315005958a8b7b12f00e54fa0ee5ad1c, '', 0, '?'),
(0x32fc92dfd54c1f8bd6d0419771ad1947, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/dist/tracks-callables.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/dist/tracks-callables.js', 1, 0x00000000000000000000000000000000, 0xe66f0587378a3b7b001958c397797db3, 0x11a70848395d032a4241c47b4098ae3537e2d480031b631a6e52e9fb827b94cd, '', 0, '?'),
(0x3d71ea01fc4ccdb209049c494f1ad590, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-ixr-client.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-ixr-client.php', 1, 0x00000000000000000000000000000000, 0x7d11340a4f58961f56a48da6cf4f0591, 0xf45bf33bb403b7be000e6534261f59c220a3fe6c26520a6cf850ef3e6e9632a0, '', 0, '?'),
(0x0639ad7aa49d0c2f7896f727b0bea49b, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-ixr-clientmulticall.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-ixr-clientmulticall.php', 1, 0x00000000000000000000000000000000, 0x3d9d770c359844ce09558170937fb03d, 0xf747b65495f620fd3ca1f354eccb5f0d892e4de81e23f32cbaa23d03aade7e5e, '', 0, '?'),
(0xb919e3eeaa3d0aa869031d6634a050cd, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-options.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-options.php', 1, 0x00000000000000000000000000000000, 0x924fa31d6d820c8d6e4151a47efe7687, 0x502aaac6c5d480800fa46414f1b10aada6d5d24b604ee5901816516da509175a, '', 0, '?'),
(0x34c985fe8f7b4b8458c63578430d518d, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-signature.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-signature.php', 1, 0x00000000000000000000000000000000, 0x59b94f0ad584c7f13adfcc766eaf38b0, 0xfbdc0e43a539694ce3a8a96c6f1914d54a128d168923f4c3655df4048e858628, '', 0, '?'),
(0x711274a15e81d85ec3a89a9dd7b609e7, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-tracks-client.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-tracks-client.php', 1, 0x00000000000000000000000000000000, 0x9e09f8d148dbc89479ab748ba2859e09, 0x855572a9e59e8866af9331c2881c0a461dd4f7e1475951592753ba50dacf32b4, '', 0, '?'),
(0x9f24a812036b8667a59c2455ed48b68e, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-tracks-event.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-tracks-event.php', 1, 0x00000000000000000000000000000000, 0x2d10af2c018b3429cc4711236be9999d, 0x55d88249f6166160b34567a2226c420ffc634b03be6792a5126c3271e0e4129a, '', 0, '?'),
(0xe48a02b0159d022950a14ec0dc4fd8cd, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-xmlrpc-server.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-xmlrpc-server.php', 1, 0x00000000000000000000000000000000, 0x820c9a262f275696b3fd44123f9407c2, 0x0d18a5e6c32e45986c91ce8420d7645246eabd2e25a3fe749f651933fce20ef4, '', 0, '?'),
(0x6d52ff78b97584b5f68439982dc39d29, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/class-client.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/class-client.php', 1, 0x00000000000000000000000000000000, 0x792c5e7cbc1e11965f84fc82e8969dad, 0xbae260315a8a361296627d7d547f1a2729845fea01a5218be7400e0f7090af92, '', 0, '?'),
(0xd398140c3282878848348562ccd03720, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/class-error-handler.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/class-error-handler.php', 1, 0x00000000000000000000000000000000, 0x49c86614a8544b36dcaaaa3f4a34f3dd, 0xfe5da4c0272cf0251d1cc149cd9a4feba364b38483239ea0c40c50afc9cf66b9, '', 0, '?'),
(0x2cc71435e2cc1cfc452b038b46817445, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/class-heartbeat.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/class-heartbeat.php', 1, 0x00000000000000000000000000000000, 0x90bcfb6a97a512f6bb8ec66763f385cc, 0x0f28799896bdca85a15ac27e63a5bacc4409a08c58432301c4c278818afc97ad, '', 0, '?'),
(0x23895db1d5e77005716b6e9edf260889, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/class-initial-state.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/class-initial-state.php', 1, 0x00000000000000000000000000000000, 0xb33605fb65e45f58567161ed06443a68, 0x08692e4758c24b0f5303180fa119a987aca81a7ebb80a924e099c58f68a712c9, '', 0, '?'),
(0x5a6dc456585bfaa32d1de25c63f0f348, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/class-manager.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/class-manager.php', 1, 0x00000000000000000000000000000000, 0x9a82dd92d379015f22bbcf988873ac0b, 0x2f55c4cd8c00a931b59318a79d06b505d0afc179ce5d45321c00fe7d6bc38de6, '', 0, '?'),
(0x45df325c147debe28457e096e2bb7b88, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/class-nonce-handler.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/class-nonce-handler.php', 1, 0x00000000000000000000000000000000, 0x8d2267ab4dee8ad0cbf10ee7240d96d9, 0x1ebfdb7695fbc0087c5593f756e4edf3c03e9759f5699af68bc8084e6bb081e7, '', 0, '?'),
(0x5fea6f4b1904863c2e8d3a515aa1a0c7, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/class-package-version-tracker.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/class-package-version-tracker.php', 1, 0x00000000000000000000000000000000, 0x08bf681e30a761f39ca6310915510b92, 0xcc5842ceea704331d9f6089cc5aa1a9ae6e0d9114c152b46d384bffc80312452, '', 0, '?'),
(0x322a101b7ae4bfa03fb5812eaa828ad5, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/class-package-version.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/class-package-version.php', 1, 0x00000000000000000000000000000000, 0xe9cfbdc1a6a33438cf3aee4c16dd435e, 0x069497babe3c19cacb3c92b2ab086989e620c29aa4f34c2b33e3fb85b9752cc0, '', 0, '?'),
(0x1556afa7656c5828b6eafb875fc37436, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/class-plugin-storage.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/class-plugin-storage.php', 1, 0x00000000000000000000000000000000, 0xf175189fb0ad0eba76303687f6723071, 0x77f7e4ba0c823b51d7e327b9b4ddd14b6a32fc2906f320335d3941c8a17a01d4, '', 0, '?'),
(0x05c6429d7dea44005b4e6c71284cfe95, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/class-plugin.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/class-plugin.php', 1, 0x00000000000000000000000000000000, 0xbc7ae5415687dc2a66f3d8babff14f34, 0xc614f44faabb1a29546bcd0295b0dde90eb22aab64d9d500b422b9734c6e9309, '', 0, '?'),
(0xeb88580990b1d14b71f48510126f834a, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/class-rest-authentication.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/class-rest-authentication.php', 1, 0x00000000000000000000000000000000, 0xb7cda493daa29bc43bf078bde49bf39b, 0xcfb96aa3ce6d878402dd6073c44e24a0d280b1ca885d696a70ca606557408ad1, '', 0, '?'),
(0x5b6b0e00d56997da621d5e7cee13b6a8, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/class-rest-connector.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/class-rest-connector.php', 1, 0x00000000000000000000000000000000, 0x81227585f0a1e817b6f452d1858280ea, 0xc3f5320e36587fb8610e1c464748652655421ed18c034c3ac454419deabe3aca, '', 0, '?'),
(0x1e76750f75706af65ed88a95ab331de4, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/class-secrets.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/class-secrets.php', 1, 0x00000000000000000000000000000000, 0xd63fd9b9f6974719870688400c198004, 0x26549f21c59127a75870307ca13f0c9fd7421ebc0ddf64b49ae08774ad98aac1, '', 0, '?'),
(0xff77fde1518d2a95d86e1d1e6553844f, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/class-server-sandbox.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/class-server-sandbox.php', 1, 0x00000000000000000000000000000000, 0xe9637307f34a51d71acf1aeebf2bfced, 0xedd440c0c69e3e53f3b759149edf6483c4e969d6139eeb6791f415a371497293, '', 0, '?'),
(0xecad79c94bfc311739a9b3f8817c536d, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/class-terms-of-service.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/class-terms-of-service.php', 1, 0x00000000000000000000000000000000, 0x29c657269c85e42ea317903ec6965a33, 0x6538cbdd6485afa7e21a7a49e69974682035119b07150a464fc04b3ef44b2896, '', 0, '?'),
(0x03d97305b62fc42f9ebc18930633ea8b, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/class-tokens.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/class-tokens.php', 1, 0x00000000000000000000000000000000, 0xb8d8da71b1c86519d58b2496f3458277, 0xcb3aae4abb500dcb8c5559fbc92b9787799b60a2430c5cc41fde9e308218a181, '', 0, '?'),
(0x74764853f2fbf88be77abd27596a63c2, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/class-tracking.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/class-tracking.php', 1, 0x00000000000000000000000000000000, 0x16cc8b87d9557eb5764eb6a01a063872, 0x6ad70fcad6f6bdea861222a9701f65971e39cb3e6b2fd8071662a7a7c543c2f6, '', 0, '?'),
(0xe18b45078daafc6a35dc321fe5c85d39, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/class-urls.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/class-urls.php', 1, 0x00000000000000000000000000000000, 0xdc01043c7f9c760ef7e5a9aa26269a36, 0xb93c402f8497966296fa8705bbe2c0ed747eb3bda654e86fdd1c86ebc6fc9072, '', 0, '?'),
(0x8a59b7ac7ab53ad9d7be466e34b7687d, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/class-utils.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/class-utils.php', 1, 0x00000000000000000000000000000000, 0x60106a01770a900e6002867de13280fc, 0x4b8919b1a3712ab5de7f7bdea5ae68460ee0080aedae77aca69b59b7b1b19115, '', 0, '?'),
(0x320a6c96947e3bbf020a9987445ffef9, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/class-webhooks.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/class-webhooks.php', 1, 0x00000000000000000000000000000000, 0x9f94a1380d395426c5bf98bf88d83cc2, 0xe17ec1f465b2ddb9b7943dfff2c7ab1961d62ef6df233d9fb48a840daa15034c, '', 0, '?'),
(0x2ed74c212fb31532f0937c16de9675b1, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/class-xmlrpc-async-call.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/class-xmlrpc-async-call.php', 1, 0x00000000000000000000000000000000, 0x186331436010e8ad889ad6eb024c2b20, 0xfb8cfdd459c7e11e1fe25ec0eb631871c5ab2336ac7e06acf33a82cdbf4b2d88, '', 0, '?'),
(0x450a8eddfeea1aae2a883f03682a1b75, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/class-xmlrpc-connector.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/class-xmlrpc-connector.php', 1, 0x00000000000000000000000000000000, 0xaca8bd220489ff434042245476cc2a12, 0xbedf2912d818d9f617219f3533655f4f4299f8296d6967fa9e65a027d7729338, '', 0, '?'),
(0x8842eb2f2a3348fc49506c53a89f7fb8, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/interface-manager.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/interface-manager.php', 1, 0x00000000000000000000000000000000, 0xe26153d3bede15697828e3f9fe5960a4, 0x82b3006fd78afdcba6a44665eb3a1e8fedee4d6a0b949f35637fbf8148b6b9ac, '', 0, '?'),
(0xea62f79b82c5630c880beb6aa846b523, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/js/tracks-ajax.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/js/tracks-ajax.js', 1, 0x00000000000000000000000000000000, 0xa2b5c5306897315f71085507a78c78b1, 0xca6b92c640da28dbd85829131f5be8f0582445bffff08f9fa07c1825bc7f54cb, '', 0, '?'),
(0x0d5b410f9cc915298d2625afba251d88, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/js/tracks-callables.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/js/tracks-callables.js', 1, 0x00000000000000000000000000000000, 0x4dec83f2a691159035c6a74e77ada160, 0x74ab6d51b7c08c95c91fe2a3e5b8ccda0180094f07933ae17a0e8654a075b65d, '', 0, '?'),
(0xb9063b46a7b5ccd980dcc79ef1b0561b, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/webhooks/class-authorize-redirect.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/webhooks/class-authorize-redirect.php', 1, 0x00000000000000000000000000000000, 0x252b04512b93dc340429315e7067611a, 0x6ed7dd563aef7bd59807cc261f3916e67398309f99d318362c639ce07b626d9d, '', 0, '?'),
(0x29bd178c8c14430a0a7a601129bab81e, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection-ui/CHANGELOG.md', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection-ui/CHANGELOG.md', 1, 0x00000000000000000000000000000000, 0xfaf9e30c23d4356cab71ee868ba43e3d, 0x9334330445aebb4274623749a64d8e80d3e831872a638d42cfa3a59bdce04b5e, '', 0, '?'),
(0x1a7e91a2001faa2faa2e81a3faeb9c8a, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection-ui/LICENSE.txt', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection-ui/LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x07b6f86da467d9d95366b630cc61664b, 0xca67bacc93668eb4df01e9c10f5f4819aff3513c9a50402f4d050620ff74b5c7, '', 0, '?'),
(0x02f7fe091a78355ecf87137509b5a3c9, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection-ui/SECURITY.md', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection-ui/SECURITY.md', 1, 0x00000000000000000000000000000000, 0xa296cb06339fc5251d96abfd395b7322, 0x46cf396dbf7f8220560387cb3fffbfa9e013f50ce26898d2491e24dfcf495bcb, '', 0, '?'),
(0x996c5a80c1f08ab1b2d643b283f2bc46, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection-ui/babel.config.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection-ui/babel.config.js', 1, 0x00000000000000000000000000000000, 0x0ece7ee5c56ce27dadd06b44f3932063, 0x91a552749ef17b6c357a4a187c1914af361a95aadd163e56eea8eb6e8db0d3fb, '', 0, '?'),
(0xe31db142f5b876b26b02120b12b239f4, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection-ui/build/images/disconnect-confirm-dc9fe8f5c68cfd1320e0.jpg', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection-ui/build/images/disconnect-confirm-dc9fe8f5c68cfd1320e0.jpg', 1, 0x00000000000000000000000000000000, 0xba16a00192c6906f29cffac795063b5d, 0x3e3b9806d8a681b09e27a8f49dce65719934c3c8b5d0be55078fb3baa19781e8, '', 0, '?'),
(0xaf81544a77061cbaaa4af3465d3ce76a, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection-ui/build/images/disconnect-thanks-5873bfac56a9bd7322cd.jpg', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection-ui/build/images/disconnect-thanks-5873bfac56a9bd7322cd.jpg', 1, 0x00000000000000000000000000000000, 0x0a1a9d007a06fc2230c304ab213347bb, 0x5fa39f0dc15c9a085705e068049ca0d58a5df4001c0d0f77c89dec87e7e1ef68, '', 0, '?'),
(0xfb46120cb1a09383e5af09b6935ac0dd, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection-ui/build/index.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection-ui/build/index.asset.php', 1, 0x00000000000000000000000000000000, 0x6a06445b2335967af7112fddb7847470, 0xe853d0c00c4a6af0b1faa27b2edf4319575487fe33228f89cf0331a0b706d349, '', 0, '?'),
(0xb1aae9206ae4fd90842a69673ce5bd34, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection-ui/build/index.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection-ui/build/index.css', 1, 0x00000000000000000000000000000000, 0x1064f4ec6c6e5c30f4f96b27a6194ee9, 0x6bbfb73621d58fb9e868f4851de455e221955cafa96871f769ed437601c5b0e4, '', 0, '?'),
(0xe7c1a94ab9c6e04be28a88dfeea2d89e, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection-ui/build/index.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection-ui/build/index.js', 1, 0x00000000000000000000000000000000, 0x543c432639033833fbf95c3a5174784d, 0x631a062f88cb923283dbef4fe65ad3b41f7770f2d7fcd23fc20cc28280909cc2, '', 0, '?'),
(0x43653d3a4e7da565cd25252c6c23074a, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection-ui/build/index.js.LICENSE.txt', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection-ui/build/index.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x0eb0777639304d0c2b54970a30873bb3, 0xedb3621e03dfccafdd3dbd4bf51c1bd82fce7d92c8993d324e0ff45f4174645e, '', 0, '?'),
(0x42ae578b16ea20e0c1f9abf828e43bc2, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection-ui/build/index.rtl.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection-ui/build/index.rtl.css', 1, 0x00000000000000000000000000000000, 0xc9d488e585b7cbccf1d8097a3079d579, 0x72fd4eb92c9a6b5eece1a340606cfaadc826da8e0d43742a5013921371bf5270, '', 0, '?'),
(0x72f5c778337e7245e64da7b31de668ea, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection-ui/src/class-admin.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection-ui/src/class-admin.php', 1, 0x00000000000000000000000000000000, 0x5554dda4c62394b2479e1c36f4abfe06, 0xe4a13fc7f424fc04fa48db6a8df17a011a5d05184098ff0968cb0ca470772f78, '', 0, '?'),
(0xd865ab8da0b34ded36024e6d9d897439, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection-ui/src/class-initial-state.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection-ui/src/class-initial-state.php', 1, 0x00000000000000000000000000000000, 0x024a261e815ddab50b2d4c982f88d5de, 0x7adee2d88fca299664375a213bc30d5ad290575c33d3b3e43ed8010873a10941, '', 0, '?'),
(0xbba3ce822cb02a44c1d288846cf3872c, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-constants/CHANGELOG.md', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-constants/CHANGELOG.md', 1, 0x00000000000000000000000000000000, 0x82dc2b7e31de4e0c7483ad7ca80210e4, 0x10e8183c8203724b20e76523c18e6d617e2460ebedd0247c1e5043c98299574e, '', 0, '?'),
(0xe6dbc156f53e9299142d6f9d23a055df, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-constants/LICENSE.txt', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-constants/LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x07b6f86da467d9d95366b630cc61664b, 0xca67bacc93668eb4df01e9c10f5f4819aff3513c9a50402f4d050620ff74b5c7, '', 0, '?'),
(0xb411d32abbe92aed5ddcfee0e5051841, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-constants/SECURITY.md', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-constants/SECURITY.md', 1, 0x00000000000000000000000000000000, 0xa296cb06339fc5251d96abfd395b7322, 0x46cf396dbf7f8220560387cb3fffbfa9e013f50ce26898d2491e24dfcf495bcb, '', 0, '?'),
(0x12ea42ab14c1bf37a7e12170877cec1b, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-constants/src/class-constants.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-constants/src/class-constants.php', 1, 0x00000000000000000000000000000000, 0x3a74a0c72491cea1f794878734956ceb, 0x14a841b5d7e53d69f778385dd67a9666756e3a34f5e6cc9ce74df8e3e1f84c7d, '', 0, '?'),
(0x1416658e93443b548476350911fecaa0, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-device-detection/CHANGELOG.md', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-device-detection/CHANGELOG.md', 1, 0x00000000000000000000000000000000, 0x99a444fde510bcfa4ec7331b9d2e0a8a, 0x57338d21f6a696ae7f94162ca0f353180cb7db8db1fffe70017a3ec6fee04b9e, '', 0, '?'),
(0x0f653910480262412f5be5830417797a, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-device-detection/LICENSE.txt', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-device-detection/LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x07b6f86da467d9d95366b630cc61664b, 0xca67bacc93668eb4df01e9c10f5f4819aff3513c9a50402f4d050620ff74b5c7, '', 0, '?'),
(0x8bd3e015e835d65f3e220375806ba078, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-device-detection/SECURITY.md', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-device-detection/SECURITY.md', 1, 0x00000000000000000000000000000000, 0xa296cb06339fc5251d96abfd395b7322, 0x46cf396dbf7f8220560387cb3fffbfa9e013f50ce26898d2491e24dfcf495bcb, '', 0, '?'),
(0xa8a61e2ffe45277ee677055e726c36ea, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-device-detection/src/class-device-detection.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-device-detection/src/class-device-detection.php', 1, 0x00000000000000000000000000000000, 0x415014a55091681f47906c4676cdde74, 0x4015ffa219fcaabe25f2529010d1fa89d20b8db7fe74370fbc97dae7993f90ab, '', 0, '?'),
(0x8b4a1f26eb7837dc5d396f99a8598746, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-device-detection/src/class-user-agent-info.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-device-detection/src/class-user-agent-info.php', 1, 0x00000000000000000000000000000000, 0x7f924d3ab401f463296d637dea27f3ee, 0xf87df19dbfbfc742585e0932a523efc82e05249a3026d915120521e6fb570c3d, '', 0, '?'),
(0xd884da291b924d289c5d96501a7b8129, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-device-detection/src/functions.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-device-detection/src/functions.php', 1, 0x00000000000000000000000000000000, 0xbfd4579e24522bb72cbbccdd95cd67e6, 0x21f0b9672f1da38b00d794ab9782f30ce10d283227744b6aa2fba6f9db57192b, '', 0, '?'),
(0xff1c3e03c0d8dbafdb8bf6be3c5a5d95, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-error/CHANGELOG.md', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-error/CHANGELOG.md', 1, 0x00000000000000000000000000000000, 0x11be05102ec68f6632ef2fe04cc00d61, 0x29c342ae04ce83eef4cc783be5379f9bb860be6af2e5a3944a8578edff5d25df, '', 0, '?'),
(0xdc7154d9dcb06e3029b3d7a5be41ee63, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-error/LICENSE.txt', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-error/LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x07b6f86da467d9d95366b630cc61664b, 0xca67bacc93668eb4df01e9c10f5f4819aff3513c9a50402f4d050620ff74b5c7, '', 0, '?'),
(0x1115f2bd9f36aaf36f61f992c3662416, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-error/SECURITY.md', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-error/SECURITY.md', 1, 0x00000000000000000000000000000000, 0xa296cb06339fc5251d96abfd395b7322, 0x46cf396dbf7f8220560387cb3fffbfa9e013f50ce26898d2491e24dfcf495bcb, '', 0, '?'),
(0xfc5f3672399375116f73c5fdd1cad9bf, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-error/src/class-error.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-error/src/class-error.php', 1, 0x00000000000000000000000000000000, 0x0d96e693f01d2346b62bc412e6653baa, 0xfc2d0f9b170430f33076dc1098c933d6de76df91b8d481107fa6c29df34f530d, '', 0, '?'),
(0x5a0e80d4745b48e8a14a00f87f274e5a, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-google-fonts-provider/CHANGELOG.md', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-google-fonts-provider/CHANGELOG.md', 1, 0x00000000000000000000000000000000, 0xfcfbad18807cb54b192cb9ab7352b674, 0xbd6c86b7a9419cc7683be98783e8c673ad3cc3cab666804eafc7d5b62c9b0b74, '', 0, '?'),
(0xe71ef305089c70d43111dd8532eed22e, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-google-fonts-provider/LICENSE.txt', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-google-fonts-provider/LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x07b6f86da467d9d95366b630cc61664b, 0xca67bacc93668eb4df01e9c10f5f4819aff3513c9a50402f4d050620ff74b5c7, '', 0, '?'),
(0x91c2bbb6a7e7b0e898f1cc23c4a5bf65, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-google-fonts-provider/SECURITY.md', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-google-fonts-provider/SECURITY.md', 1, 0x00000000000000000000000000000000, 0xa296cb06339fc5251d96abfd395b7322, 0x46cf396dbf7f8220560387cb3fffbfa9e013f50ce26898d2491e24dfcf495bcb, '', 0, '?'),
(0xa8903cb6b5644f70fc89d6e79e6692fc, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-google-fonts-provider/src/class-google-fonts-provider.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-google-fonts-provider/src/class-google-fonts-provider.php', 1, 0x00000000000000000000000000000000, 0xd8697da1fa450445eb1d903e1b85a0c3, 0x782b005839c06523a994753113d51ab89a4db904a46766d762f12ee010bcc9f6, '', 0, '?'),
(0x9469812900422a44c3b56064f42482fc, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-google-fonts-provider/src/class-utils.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-google-fonts-provider/src/class-utils.php', 1, 0x00000000000000000000000000000000, 0x9bd9ae8d77a4c109afa93ea050335790, 0x06ad0cd02687c37a43f274e23c70fe80c852a6e9e3929c96d5b5b1c34759d4d7, '', 0, '?'),
(0xc36c0c2a11eca3bed7564cb7e9903ddf, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-google-fonts-provider/src/introspectors/class-blocks.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-google-fonts-provider/src/introspectors/class-blocks.php', 1, 0x00000000000000000000000000000000, 0x07d904a354e2e8a640b9af9e1249597e, 0xaf34339e3b85f61323c2ad9136b2c3b412a40ebb4392d37a88dacc35fbfe216d, '', 0, '?'),
(0xb97c041870e8b2a93deaeca6ccb8b475, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-google-fonts-provider/src/introspectors/class-global-styles.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-google-fonts-provider/src/introspectors/class-global-styles.php', 1, 0x00000000000000000000000000000000, 0xbd4d86aba8d76223d8f57a35692c3646, 0x33fa7b06ed14583c7b17cee54f4be55a02a1b452b42a5b000b6dbf0a5f0372d4, '', 0, '?'),
(0x0faeb9b05f5b23105752ce3ff80cebbc, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-identity-crisis/CHANGELOG.md', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-identity-crisis/CHANGELOG.md', 1, 0x00000000000000000000000000000000, 0xeab8e960c1847872c7565e7f7d058ee4, 0xd6b15df74e660c71dfbe9bb650fe146c910ef1727fdc6bad4af4fe24e921709c, '', 0, '?'),
(0x3185f02be08fb054f8ff2ab1baa4bd07, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-identity-crisis/LICENSE.txt', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-identity-crisis/LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x07b6f86da467d9d95366b630cc61664b, 0xca67bacc93668eb4df01e9c10f5f4819aff3513c9a50402f4d050620ff74b5c7, '', 0, '?'),
(0x9f60ab25965d1c9bf1acbb6873e0beb2, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-identity-crisis/SECURITY.md', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-identity-crisis/SECURITY.md', 1, 0x00000000000000000000000000000000, 0xa296cb06339fc5251d96abfd395b7322, 0x46cf396dbf7f8220560387cb3fffbfa9e013f50ce26898d2491e24dfcf495bcb, '', 0, '?'),
(0xa3db1f0ab9f0ca0bb1e74a22f828768c, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-identity-crisis/babel.config.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-identity-crisis/babel.config.js', 1, 0x00000000000000000000000000000000, 0x36e5218afc7dbfd097bbf3bc1a90ba59, 0xd43510efc818c5e961a0e13ac2ce2039fda2ee7538215d1321d557d1f13bbbe2, '', 0, '?'),
(0xc68389586d0ed34db0f5ddf478c7fa49, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-identity-crisis/build/index.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-identity-crisis/build/index.asset.php', 1, 0x00000000000000000000000000000000, 0xb414609f3a5e5928c9b8b151c93dad57, 0x596fd534d44d23daca16a34ff7fbb8c758f753738ce0d24169f08a32076061ef, '', 0, '?'),
(0x7a553efac3cc66a9c3db3333aeeb7fb4, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-identity-crisis/build/index.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-identity-crisis/build/index.css', 1, 0x00000000000000000000000000000000, 0x1fbd521f2b0241a43b976bf66800ab2b, 0x289465e6b7a22af754fb26fca49c473e22d316b20d158baca82b9adb95b0b306, '', 0, '?'),
(0x889e24554d65aaf798dadc5c4747c285, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-identity-crisis/build/index.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-identity-crisis/build/index.js', 1, 0x00000000000000000000000000000000, 0x40623022e30bfce9dd7b5ee018c49f51, 0xdc52ddedd12a138f7061a4839d7af0c65b3a6afde9e6059625cfe924a2e77d26, '', 0, '?'),
(0x4781a97696ed6b555f2ad2d9a4513c2e, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-identity-crisis/build/index.js.LICENSE.txt', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-identity-crisis/build/index.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0xfe07165234709e61e0cdc05d4056de5c, 0xd5e2e5695326380546671fdf8c0ea9971d1b5814274a1f2ded36680366386b6d, '', 0, '?'),
(0x8c8a68ccaa711c670f0058540cf83526, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-identity-crisis/build/index.rtl.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-identity-crisis/build/index.rtl.css', 1, 0x00000000000000000000000000000000, 0x74cb382fcc28ebb8161bf93ba05c782e, 0x9207dfcc9ceb4ce2f67680e4beb6958018e20c53bb823f5bb1b4ad1f536eaa1e, '', 0, '?'),
(0x5502dc796ec94a36c27163fa2624463f, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-identity-crisis/src/_inc/admin-bar.scss', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-identity-crisis/src/_inc/admin-bar.scss', 1, 0x00000000000000000000000000000000, 0x6788328fc1b8fc82491548e291798886, 0x93e3038d805736e7186a4ca81b15dfec2a148fec1a1780f5bb6d4e4fdc64c415, '', 0, '?'),
(0xf3384f508fcf585d1272be35899d4c07, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-identity-crisis/src/_inc/admin.jsx', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-identity-crisis/src/_inc/admin.jsx', 1, 0x00000000000000000000000000000000, 0xb3c0e52ecb57dbc150b949fe9b8b0c4a, 0x8342b0d323d8b5be0c513b4a917d00199da04b420d8eeb712f0c660349447328, '', 0, '?'),
(0xc78dd30279738d8cf0acbd047d6dc090, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-identity-crisis/src/_inc/style.scss', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-identity-crisis/src/_inc/style.scss', 1, 0x00000000000000000000000000000000, 0xa5167bffe3beac95e00dd22698e2d1c6, 0x34d283666980b114f6b1536a14e38167b7a6ab3f8a8d47cdbb14ec1d809d9d0f, '', 0, '?'),
(0x3db80a31d0be21542c72fb85949b41e3, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-identity-crisis.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-identity-crisis.php', 1, 0x00000000000000000000000000000000, 0x6420fbe739a98b108560afc2d5475abf, 0xa2a69c6311731b67fc81b5fbf1188777cf8c31b68c1e9bcb9d51897fa2017a4b, '', 0, '?'),
(0xc529325c1e2afa2c3efe43f399c9982d, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-rest-endpoints.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-rest-endpoints.php', 1, 0x00000000000000000000000000000000, 0xdbdede6a1cc7482347caba6c695a7059, 0x921ccc14d97ec700cf1f9c27fa4d3da59e347922b0ea208a93bb09278b0ea8b6, '', 0, '?'),
(0xf2f6cc9d10a323cbea8173f535c5686e, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-ui.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-ui.php', 1, 0x00000000000000000000000000000000, 0x70e7ed788f42a544533acee52a148443, 0x27c63b2b7deb5701abbeaa684b8d1dab6d376eaf24856fe762a9c96fcde05f4d, '', 0, '?'),
(0x3b0606e46b0fa031ba1e914a213eaa02, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-jitm/CHANGELOG.md', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-jitm/CHANGELOG.md', 1, 0x00000000000000000000000000000000, 0xee05180cda4c63a7b182a5524e483dd1, 0xf69eacb2f0d9d893b5057ba1d435a81f688a57560a810317744ce9b7e0c04dd9, '', 0, '?'),
(0xafa657fc0a1c576dec5c571f763d68a7, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-jitm/LICENSE.txt', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-jitm/LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x07b6f86da467d9d95366b630cc61664b, 0xca67bacc93668eb4df01e9c10f5f4819aff3513c9a50402f4d050620ff74b5c7, '', 0, '?'),
(0xa89be7a36e2dcb0ba7a8dff156249cf1, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-jitm/SECURITY.md', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-jitm/SECURITY.md', 1, 0x00000000000000000000000000000000, 0xa296cb06339fc5251d96abfd395b7322, 0x46cf396dbf7f8220560387cb3fffbfa9e013f50ce26898d2491e24dfcf495bcb, '', 0, '?'),
(0x1bdd5cc7b7179048c6db633112d3a2ea, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-jitm/build/index.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-jitm/build/index.asset.php', 1, 0x00000000000000000000000000000000, 0xe204fd84500c4102d9fed8dfd6333de9, 0x37f55afaf4e43792b94e794c9c7fbb4097c67800e3b04b9acdc6e603214d6262, '', 0, '?'),
(0x8a3c622ab694e6fbec2e10b5911857d0, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-jitm/build/index.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-jitm/build/index.css', 1, 0x00000000000000000000000000000000, 0x62edc5b93a5f401657ea7301bb615d35, 0x4c13516200f1323809e2fae926651e07f1f1fb5f0186ae538f6aa9a6637349af, '', 0, '?'),
(0x6458914175ed51e35eaf10769ab3c24c, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-jitm/build/index.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-jitm/build/index.js', 1, 0x00000000000000000000000000000000, 0x3dabfd8029195122e7f2959bdb23971f, 0x33605a1d19251b8d153e9bf817cec026d90b25feabb2ff468d27a0843ebcba5a, '', 0, '?'),
(0x883a8ea6c5a3b87e41dc18a474136d4a, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-jitm/build/index.rtl.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-jitm/build/index.rtl.css', 1, 0x00000000000000000000000000000000, 0x86ce3fa455b255a52b95fb5e98448a56, 0x9e355a8dad467a85516654c615345199ead02c15d8cc64e8b7fc489f1ae55567, '', 0, '?'),
(0xda9272e26357dfda185e2472b3637e80, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-jitm/src/class-jitm.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-jitm/src/class-jitm.php', 1, 0x00000000000000000000000000000000, 0x24ff902cc2bde14a4e26ef8338119f38, 0xc4d1c53d792d20e4a5af1cc4c9c8c43273658172e7bd0a5ec1073467feab6e9d, '', 0, '?'),
(0xab8f29ed6e84f4d9409c76366f5abc41, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-jitm/src/class-post-connection-jitm.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-jitm/src/class-post-connection-jitm.php', 1, 0x00000000000000000000000000000000, 0xf55ba45db28d78ff083cd13d208b942d, 0x847766ea5d93745ad717a79e9e5e8e2e5922da64d8bc23f4b497092b008acb2f, '', 0, '?'),
(0xbae9a15ecdec1438f8c466c7d973da11, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-jitm/src/class-pre-connection-jitm.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-jitm/src/class-pre-connection-jitm.php', 1, 0x00000000000000000000000000000000, 0xc6a4c6333a9dc209d53a1b42b8323c8d, 0x24af4b877f21064970403546890adfa2bf0bb6d36556f27b00d76f0bdee09638, '', 0, '?'),
(0x2bfc71911ce32a66792c8bd7317eb488, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-jitm/src/class-rest-api-endpoints.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-jitm/src/class-rest-api-endpoints.php', 1, 0x00000000000000000000000000000000, 0x39569a939bab4419b085ffa1effad2a8, 0xcf54f0dc174297bcdfc6712bf73096f709c1ba06acf4ba1e6e877057415d8d9b, '', 0, '?'),
(0xcc90c55b2edd6c40c3f7c1cd5e749577, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-jitm/src/js/jetpack-jitm.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-jitm/src/js/jetpack-jitm.js', 1, 0x00000000000000000000000000000000, 0x837fe81bb2efaed6df23f4e06f1d4596, 0xc91b7d8b0cf4842c4190a6ea790b473734cc0e99080b5af5bfb98f0e12eb0ddc, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x5ab67fb16511081e5fa59e3cf66cec25, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-lazy-images/CHANGELOG.md', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-lazy-images/CHANGELOG.md', 1, 0x00000000000000000000000000000000, 0x5344d75e4614b08ac563753922ef6eac, 0x242e81b93ca4d662ac1971bbe926b3d23330f846c3ce40af98051b1f25e64443, '', 0, '?'),
(0x9c4ac5558086c59b38cb2df19d6f04aa, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-lazy-images/LICENSE.txt', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-lazy-images/LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x07b6f86da467d9d95366b630cc61664b, 0xca67bacc93668eb4df01e9c10f5f4819aff3513c9a50402f4d050620ff74b5c7, '', 0, '?'),
(0xc67a77290b93c06b38b01a7a3e2813bc, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-lazy-images/SECURITY.md', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-lazy-images/SECURITY.md', 1, 0x00000000000000000000000000000000, 0xa296cb06339fc5251d96abfd395b7322, 0x46cf396dbf7f8220560387cb3fffbfa9e013f50ce26898d2491e24dfcf495bcb, '', 0, '?'),
(0x3b63f5bb1424d2e2c23eaa556832cdf1, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-lazy-images/dist/intersection-observer.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-lazy-images/dist/intersection-observer.asset.php', 1, 0x00000000000000000000000000000000, 0x1f68940aa89997af25e27fecb09c6926, 0xfdb703c8180cfe8b7301197e21cf52a88e8823b0a638384dabe411861175241e, '', 0, '?'),
(0x6a857515c6ff6ff49bb7b7d0a0531d17, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-lazy-images/dist/intersection-observer.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-lazy-images/dist/intersection-observer.js', 1, 0x00000000000000000000000000000000, 0xed3b4417df0895e4cf8465d32b69adc6, 0x51c14c00d200d977687a864352f07736c1cfb17bd2e10d1d7245e9e8f063c104, '', 0, '?'),
(0x7aee0af1b74b45ab88b2df52e787b47f, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-lazy-images/dist/intersection-observer.src.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-lazy-images/dist/intersection-observer.src.js', 1, 0x00000000000000000000000000000000, 0xed3b4417df0895e4cf8465d32b69adc6, 0x51c14c00d200d977687a864352f07736c1cfb17bd2e10d1d7245e9e8f063c104, '', 0, '?'),
(0x5e0246754bfddec76ee113b6be82b3f3, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-lazy-images/dist/lazy-images.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-lazy-images/dist/lazy-images.asset.php', 1, 0x00000000000000000000000000000000, 0x82a0fa13ad079cf2ec7778d52db80347, 0x3967fce20f0a0b0bcb23d939055729ad1192103cb9461b70b13adf4aa6be4f48, '', 0, '?'),
(0x6b71a2c78132c3a9c747af92544e78b7, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-lazy-images/dist/lazy-images.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-lazy-images/dist/lazy-images.js', 1, 0x00000000000000000000000000000000, 0x168b9e73ae0afd819b60016837864cec, 0xce6505b1eb04c4219958939a207d15496d794bb43be2d2181b101e1480ee21d0, '', 0, '?'),
(0x10398b161ee6f6c25c84c8e7bd9383c6, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-lazy-images/src/images/1x1.trans.gif', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-lazy-images/src/images/1x1.trans.gif', 1, 0x00000000000000000000000000000000, 0xd89746888da2d9510b64a9f031eaecd5, 0xef1955ae757c8b966c83248350331bd3a30f658ced11f387f8ebf05ab3368629, '', 0, '?'),
(0xea7c2ae07d181bd369cfba6c82916382, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-lazy-images/src/js/lazy-images.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-lazy-images/src/js/lazy-images.js', 1, 0x00000000000000000000000000000000, 0x3c1c6ecc4ccf1b27ff8f1ba2a216e766, 0x55b49fcd939c49d8d9895e1b0144c4f1f03a563a649b5186a147e7f46e8cc53a, '', 0, '?'),
(0xfae3767b8ad721af5b2e3f752be03978, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-lazy-images/src/lazy-images.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-lazy-images/src/lazy-images.php', 1, 0x00000000000000000000000000000000, 0x11876c795223517f20cc7e76ef6ac50f, 0xc8312dfcb7d8bcfab0a7ffd33bb3965f4889bbb274028c3994263edb4ea7aaa4, '', 0, '?'),
(0x69fea70731006db4a0a7b75024061ce8, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-lazy-images/webpack.config.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-lazy-images/webpack.config.js', 1, 0x00000000000000000000000000000000, 0xc4f266d031077b20c4f9318e42d50943, 0x7551a976442cbede362d88c8503c2b2410b4fc4d2cd548075cf39835371a0ffd, '', 0, '?'),
(0x1dbb6050c63bb8162a07b41a12f46821, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-licensing/CHANGELOG.md', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-licensing/CHANGELOG.md', 1, 0x00000000000000000000000000000000, 0x01739f2f8750ce5236ac1f32b8f4136c, 0xc0bd7e99435e11dbd12887323e9edd426caeb57b19fdffd6761bb7e62cc16664, '', 0, '?'),
(0x44a5b0015d0668a749ca624f596415ac, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-licensing/LICENSE.txt', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-licensing/LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x07b6f86da467d9d95366b630cc61664b, 0xca67bacc93668eb4df01e9c10f5f4819aff3513c9a50402f4d050620ff74b5c7, '', 0, '?'),
(0xcb4dd478ffa8285a483cf55afa5194a5, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-licensing/SECURITY.md', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-licensing/SECURITY.md', 1, 0x00000000000000000000000000000000, 0xa296cb06339fc5251d96abfd395b7322, 0x46cf396dbf7f8220560387cb3fffbfa9e013f50ce26898d2491e24dfcf495bcb, '', 0, '?'),
(0x8a70a9c70b806236d2f53b98e9df9771, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-licensing/src/class-endpoints.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-licensing/src/class-endpoints.php', 1, 0x00000000000000000000000000000000, 0xf4dc3953956d1d4ec31d5611bab64ef9, 0xd4bcbfa9f797cebc2021e126fad50043a798835c775750d22fb03af15185a386, '', 0, '?'),
(0x77e8136ecf0c80934fe331b9c3fdd800, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-licensing/src/class-licensing.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-licensing/src/class-licensing.php', 1, 0x00000000000000000000000000000000, 0xbe5bdaed8169b7b4fadb17dd7ee90d3d, 0x94a265283168d3fd5b7b60f4599dc475232e304ce4e833fba0778994fe1af476, '', 0, '?'),
(0x5561b37f504087c7b447832bcbefb5f1, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-logo/CHANGELOG.md', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-logo/CHANGELOG.md', 1, 0x00000000000000000000000000000000, 0x8ead06e4ec3b8dfc37e717966f001aa4, 0x1efcc3b7ecc11dd06b9d2c48396522e2c5f6a967d42521b3a08d123449e61e9b, '', 0, '?'),
(0x795b1f960ce41a6bbb3581af8bd810b4, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-logo/LICENSE.txt', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-logo/LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x07b6f86da467d9d95366b630cc61664b, 0xca67bacc93668eb4df01e9c10f5f4819aff3513c9a50402f4d050620ff74b5c7, '', 0, '?'),
(0x2b7ee70c705c3f3030699a4e47630b74, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-logo/SECURITY.md', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-logo/SECURITY.md', 1, 0x00000000000000000000000000000000, 0xa296cb06339fc5251d96abfd395b7322, 0x46cf396dbf7f8220560387cb3fffbfa9e013f50ce26898d2491e24dfcf495bcb, '', 0, '?'),
(0x50ac114e9318f80659f92a6a8cbc90e4, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-logo/src/class-logo.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-logo/src/class-logo.php', 1, 0x00000000000000000000000000000000, 0xbba7a284a31b27015cf21a9cb5dbceab, 0x48c4782fdc2434d142805c15d358015b017f00bb802d2980b9e4cde28241e902, '', 0, '?'),
(0xa7d7b356dc121551919ad8a2c014274f, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/.babelrc', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/.babelrc', 1, 0x00000000000000000000000000000000, 0xa770c9c576d1e7604916abfadcfec486, 0xefa28c5a8da1f1c6e12628694c1ea2ddec381b37000639b548631ac334d41142, '', 0, '?'),
(0xf86ff8fe33cddd84f9643679ad8b650d, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/CHANGELOG.md', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/CHANGELOG.md', 1, 0x00000000000000000000000000000000, 0xecf74527c66b75e514d8ba62beba4b8f, 0xc892b40937b2d65b0037134a2e8f823640f6edcdbc099f33df40855dddef18b4, '', 0, '?'),
(0x30ad67f79752a70bb10ad7d682206ce2, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/LICENSE.txt', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x07b6f86da467d9d95366b630cc61664b, 0xca67bacc93668eb4df01e9c10f5f4819aff3513c9a50402f4d050620ff74b5c7, '', 0, '?'),
(0xc8a2c06dc047f79ce98a35718a66ac4c, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/SECURITY.md', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/SECURITY.md', 1, 0x00000000000000000000000000000000, 0xa296cb06339fc5251d96abfd395b7322, 0x46cf396dbf7f8220560387cb3fffbfa9e013f50ce26898d2491e24dfcf495bcb, '', 0, '?'),
(0xb11760767f433724f2f0e670a813a5fc, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/babel.config.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/babel.config.js', 1, 0x00000000000000000000000000000000, 0xde33ad02f3c0d575b02e442bba734e7d, 0xba246d9aff16567c661685258d2e6de29158d81237c2a331cd2aea9c71f20bd8, '', 0, '?'),
(0xe043c4c7d79da207aaa7c85f74526607, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/apple-92dacafad84e79708a74.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/apple-92dacafad84e79708a74.svg', 1, 0x00000000000000000000000000000000, 0xc9d4a5b2c2268c37b9c37c5fc1e73d55, 0x5f2d1e5c85d95450beff285c29852388454d07fdc9f6e3caddeda7b3bf30eebd, '', 0, '?'),
(0x47c8f63a3694e20e77f181f6b66290ad, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/boost-a54137485af36fdffe9c.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/boost-a54137485af36fdffe9c.png', 1, 0x00000000000000000000000000000000, 0x33f4d4d881b1699af9346904ed16af77, 0xa342fe3b37bf8fb778cba9dc2d37cc5c02a7240d6203aa38aa637993e55d60e4, '', 0, '?'),
(0x1401735151d38ced92a0950bf7be70f5, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/connect-f27775ac15cf885713c2.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/connect-f27775ac15cf885713c2.png', 1, 0x00000000000000000000000000000000, 0xd53058f843bf7071f1859f89639782c1, 0x9a0dac6b4039c83f853e356ed0c6ae389e8616307dd02d88db2ab598a24ae6cc, '', 0, '?'),
(0xd5116bb439b13e3fa4ec60bf564d65e2, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/crm-7e7684ae2c40327d8fed.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/crm-7e7684ae2c40327d8fed.png', 1, 0x00000000000000000000000000000000, 0x2dec459a76ebd6b88145a411c733acf0, 0xc2c1c6d25e757f962e9a232bc415e29086ac52792e56c81b3abdd54b8a897dde, '', 0, '?'),
(0x56cd22c5018f724cb048efd6402dd724, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/disconnect-confirm-dc9fe8f5c68cfd1320e0.jpg', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/disconnect-confirm-dc9fe8f5c68cfd1320e0.jpg', 1, 0x00000000000000000000000000000000, 0xba16a00192c6906f29cffac795063b5d, 0x3e3b9806d8a681b09e27a8f49dce65719934c3c8b5d0be55078fb3baa19781e8, '', 0, '?'),
(0x7141f70e122b18b72a78f34c0762e939, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/disconnect-thanks-5873bfac56a9bd7322cd.jpg', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/disconnect-thanks-5873bfac56a9bd7322cd.jpg', 1, 0x00000000000000000000000000000000, 0x0a1a9d007a06fc2230c304ab213347bb, 0x5fa39f0dc15c9a085705e068049ca0d58a5df4001c0d0f77c89dec87e7e1ef68, '', 0, '?'),
(0xdeb80171b822c1cca90902f6a23b7d57, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/extras-26daf36507504c96d066.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/extras-26daf36507504c96d066.png', 1, 0x00000000000000000000000000000000, 0x480268a808e344c5e0dfc8312cfb7ec6, 0x002bf6bea9f281066d3fdf710d0f6f72134183628d646c910a265b3ffd6246ea, '', 0, '?'),
(0x6c13f654926b085c6e5e89a47bd783a9, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/google-dec2a429bf1d8e83f9ad.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/google-dec2a429bf1d8e83f9ad.svg', 1, 0x00000000000000000000000000000000, 0x0f2a5833001cf494f8a18a546a7ddd32, 0x9fa0fcccc0be471bf9c3898a83f5fa0f402b8d06b62b53a2f02a88ed7fdae86f, '', 0, '?'),
(0x6e029127f63e9d09486885fa444c7866, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/jetpack-license-activation-with-lock-7b01c1a4cf56de799cd7.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/jetpack-license-activation-with-lock-7b01c1a4cf56de799cd7.png', 1, 0x00000000000000000000000000000000, 0x425822173a04db3588a78c36cca646e4, 0x00a16365a63698cde2315ac4d5da350afbc0063dac4fe751a65f5e11f3477847, '', 0, '?'),
(0xb9b40922147a6f88b095cbbad7232211, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/jetpack-license-activation-with-success-cad524ede4e793cc0ece.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/jetpack-license-activation-with-success-cad524ede4e793cc0ece.png', 1, 0x00000000000000000000000000000000, 0x24b2a2b8e82b12cbc12cc4910799bc77, 0x335ed0aeb4aace65d519353e48675433edc3181b39024cb1e53bdc1b067596c5, '', 0, '?'),
(0xa20fee7f034e9e2f9469864c048f0dc5, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/search-f9756bd9c926d905fe70.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/search-f9756bd9c926d905fe70.png', 1, 0x00000000000000000000000000000000, 0xb01128aed4fc3a15ecca8085565eb5b7, 0x00c08eda6cb1953a63e35e660d26920f8615b602abbaa77db200d1fddf5114e4, '', 0, '?'),
(0x6701cfdaee334e401aec4c09d84b9272, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/videopress-9591093a9a238cc48a35.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/videopress-9591093a9a238cc48a35.png', 1, 0x00000000000000000000000000000000, 0xfa73fa89a6e901cef860aa5f1957de72, 0x5ff6e7a0964e34b0f5d96ebe117d024e623b42a94965425e2dbd80c029e4bc9d, '', 0, '?'),
(0x18c74c36d6b444a25ef86133dd79c93a, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/wordpress-1fc3e0ba6c52e9707900.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/wordpress-1fc3e0ba6c52e9707900.svg', 1, 0x00000000000000000000000000000000, 0xfab12005e84db6655cfe5b4eb0542a98, 0xeaa050f7544b0f855945eeef5f74285f093d732349de15c7b0f6a19fcc352df1, '', 0, '?'),
(0xb6c0fe05e0937d30032d32b94e9a5bef, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/build/index.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/build/index.asset.php', 1, 0x00000000000000000000000000000000, 0x35526cf4f04ab16f02f4384953a318f8, 0x9d58885353d31e759d3a313e7fac448a0084ad488d562b2c86f424695eff0977, '', 0, '?'),
(0x58ebc1372fdbf105e7f76af66b884725, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/build/index.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/build/index.css', 1, 0x00000000000000000000000000000000, 0xc2a47752d4f2552aea0526a2259f624a, 0x9d1e75caff09e55f4a07a3a090b39d0fb9af28803c2948744118693e15bb1b4d, '', 0, '?'),
(0xedadda4d6395dd218e4632e443588de8, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/build/index.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/build/index.js', 1, 0x00000000000000000000000000000000, 0x8f0a1e02be4e30e89eb007d90ff293a4, 0x8b9e5715e28bab9307998c3ba5999b9ccd5b72354ada2b0bdeb5385c594c12d9, '', 0, '?'),
(0xb0c2f79dadb3cb8cd9fe79d97b17b95e, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/build/index.js.LICENSE.txt', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/build/index.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0xbbed644ac160b82e3e1a77ab4721728e, 0x2b96b03215738fca8b02c8d8d75464e58c4a48cfce37c8ad98b07305486a8d83, '', 0, '?'),
(0xb257a7b51d9fc408a4093c07e1fd4eaf, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/build/index.rtl.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/build/index.rtl.css', 1, 0x00000000000000000000000000000000, 0xb42044a2bece0c588456207a80c39eb0, 0x01c5cb36eee3cecea2b7fe2f1c053de2594a5236e38e101e0731c71c2643a608, '', 0, '?'),
(0xbf76235fc7800e8dc83340aefb498fd6, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-initializer.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-initializer.php', 1, 0x00000000000000000000000000000000, 0x6e72d965293df684eda9df25f3e19128, 0x95bab7b6c466ada6e649d5f77383da12ead8ee0431666bb700ee220d9e1be330, '', 0, '?'),
(0xef9c15820c0911db8dfaa13039d6cd6d, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-products.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-products.php', 1, 0x00000000000000000000000000000000, 0x1f5b1fde2542f8ee60b4f244f5c689be, 0x11412f472658c66d4a8c9e7c14a8d0390fdc76b3187f5e77626b125da6e8a82a, '', 0, '?'),
(0x07486eef1ed3bc56585085629bfe5ce9, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-products.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-products.php', 1, 0x00000000000000000000000000000000, 0x4d478bde13910ee6e5885b3614cab2be, 0x725771f2fdd00d736df1f272398aab35cd30127e309d21f3081966511cae390a, '', 0, '?'),
(0xffab49049444320325fe586b73453a76, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-purchases.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-purchases.php', 1, 0x00000000000000000000000000000000, 0xbd110f34a9d135f11a8e3ec4752f672f, 0x6d08837146583754adc26b63321f8a68c01fb2e640922fd930511cfcb12caa52, '', 0, '?'),
(0x287a84c16b5152a9b60ecf99165fe9b6, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-wpcom-products.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-wpcom-products.php', 1, 0x00000000000000000000000000000000, 0xa5f531ab7828b361b1424f9cfd4c3a5e, 0x6a6d865b6c41f8651bb0e1ec68a328521944fe1d1f0c0a15456594b163d46c81, '', 0, '?'),
(0xace32e3ad291a247cc99fdd40650a754, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-anti-spam.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-anti-spam.php', 1, 0x00000000000000000000000000000000, 0xf575bb7e76326ea6d94a31bd0e8dabb3, 0x766dae60b4972ef2a9346c85769af349014b420e255801aee3a1946aed096b25, '', 0, '?'),
(0x16eb07e573d523444c106686ca526f08, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-backup.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-backup.php', 1, 0x00000000000000000000000000000000, 0x7a64cfd7edae284d7818c5bc4f1f3f25, 0xca3528f212fe4a661f4dc178282b3c9f848b86fa47e255c9b04b1e279dc72968, '', 0, '?'),
(0x9ff54421d45049feb75ceb83816e02c2, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-boost.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-boost.php', 1, 0x00000000000000000000000000000000, 0x18f83f3113cdb649390c8247d51ab36e, 0xd33688525bd6b75edb722bcc720924556886bdffeb5884da803d40e0de52c023, '', 0, '?'),
(0x3044172ac8c7ecec659877994a07d63f, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-crm.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-crm.php', 1, 0x00000000000000000000000000000000, 0x2bff3111347c642bf6ea2e8203f963d3, 0x208eed658f8de091201464ba640bfbe50a64ab271237dc52ded80252af959032, '', 0, '?'),
(0xe0fef9d843305505474a63afae8a525c, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-extras.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-extras.php', 1, 0x00000000000000000000000000000000, 0x9af44c234dcbffa4a5939c5f60a88452, 0xf3b7ee24c06be06f9241d56e75c281eef5b05a007c529cbec5f8da1731bad1ef, '', 0, '?'),
(0x03357f238da7c8c069958a3318f33d91, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-hybrid-product.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-hybrid-product.php', 1, 0x00000000000000000000000000000000, 0x6d7e0f116cea66ed264902f50ded2e9a, 0xe7312e2733a38d332d68a384016492bcbe72b2d607e7f50888b5f7081a3dc465, '', 0, '?'),
(0x895c42581caee7c1a85bb6f1302a6c65, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-module-product.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-module-product.php', 1, 0x00000000000000000000000000000000, 0xab3b4a91a4aad8e10f6853ca05b38a3d, 0xc15e4173940f40e1f80b4a617e2b91ab913150d326542d3b5869d1c63d538e70, '', 0, '?'),
(0x3403081808707f420c1f7cf2da1c02af, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-product.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-product.php', 1, 0x00000000000000000000000000000000, 0xdf0623f1043eed480c6b922f05849baa, 0xd667c9b8ea18ce1d32daaeb4c01432fc286088b4bb767136e9bc590d049d0b1e, '', 0, '?'),
(0xafe411e8c11f82413b07bc2fbf8402e2, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-protect.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-protect.php', 1, 0x00000000000000000000000000000000, 0x0c566db5fc7db5ab17a58717ea4cc2c8, 0xe56ba8d83f50c2b6ec233e1e8d775f5c783fb472aba8733787afe8d975ec89ce, '', 0, '?'),
(0xa1d6fd36adba04ba4d58775da75fe6c6, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-scan.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-scan.php', 1, 0x00000000000000000000000000000000, 0xf43d2514db2098a6aad21049bea66f81, 0xa27bd682bcbc9792b410c55955e761e05761124224e79cec47ba4e225a6270b0, '', 0, '?'),
(0x699366f928ce3abbb3ceec5e58f5a458, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-search-stats.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-search-stats.php', 1, 0x00000000000000000000000000000000, 0xbd24e1e0a275d563f7ff48ab72347ffa, 0x8a724b753430fa53213a2c9dd3cf8e711f0cfe729404657093ff078fb412c1b0, '', 0, '?'),
(0x81acd1c9d861cb6b80f950c51c1f8b2f, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-search.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-search.php', 1, 0x00000000000000000000000000000000, 0x27456214c03eb25dae754ab6131dfd61, 0xceababe369e5d5b9fc897e4f04406609d2d4c3113d91f9cf619e8450beae224d, '', 0, '?'),
(0xdd03f9465aac0e441d2b2706976d586b, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-security.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-security.php', 1, 0x00000000000000000000000000000000, 0x976de15c2ad7fa8043d907cfa36119b7, 0x813d31810e310a2f72510be834de7b1dec8f911e1ff481df7cf1ba89f1d348b2, '', 0, '?'),
(0xa003a8e19f3bd968e24a5167e7c7bbfc, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-social.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-social.php', 1, 0x00000000000000000000000000000000, 0x5db9583bc61779e9cf8dc0230e0fb0bf, 0xa3fc9b3565f5c301c585856cad14effb2b3ed0a852fd6d7e11c558a3e81eff30, '', 0, '?'),
(0x2f962fdf689abad2986602005d043de9, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-videopress.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-videopress.php', 1, 0x00000000000000000000000000000000, 0xf2d38211d2711dbb4dfde4e5309f2a4a, 0x4dbc03e890a15cc0a250722316941a09a0b5bdb3e30f9690261425bd32894d9f, '', 0, '?'),
(0x4f9f3e6370f0bc0b2ba31b69935a95ba, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/webpack.config.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/webpack.config.js', 1, 0x00000000000000000000000000000000, 0x6224e563110a23de71b0511a89393170, 0xd493c88e006005d1e22061129c439344d8c92f474d540842c74eea259425375e, '', 0, '?'),
(0xa01b206175b8907e713191f0a1a1236f, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-partner/CHANGELOG.md', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-partner/CHANGELOG.md', 1, 0x00000000000000000000000000000000, 0x7bc668602513525bba94d364f992207d, 0x8b9c23e4ed329383a4f934e6071aad26bdf11d118ecfce7e73958e001f638306, '', 0, '?'),
(0x471c852da77d73f304e1f7ff34d4a41c, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-partner/LICENSE.txt', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-partner/LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x07b6f86da467d9d95366b630cc61664b, 0xca67bacc93668eb4df01e9c10f5f4819aff3513c9a50402f4d050620ff74b5c7, '', 0, '?'),
(0x4e2d95157bc6fe8c6857f11614a256b5, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-partner/SECURITY.md', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-partner/SECURITY.md', 1, 0x00000000000000000000000000000000, 0xa296cb06339fc5251d96abfd395b7322, 0x46cf396dbf7f8220560387cb3fffbfa9e013f50ce26898d2491e24dfcf495bcb, '', 0, '?'),
(0x6c48ee3601d111dea2eccaaf914aec7d, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-partner/src/class-partner-coupon.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-partner/src/class-partner-coupon.php', 1, 0x00000000000000000000000000000000, 0x424df5f09d93a536786085118a3f6703, 0x0a788040211baf3ca666874eb2b12ebe7827710c4fd1da536504cdb163088908, '', 0, '?'),
(0x28850c49d9d6da12a87f5322ea9d0fc7, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-partner/src/class-partner.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-partner/src/class-partner.php', 1, 0x00000000000000000000000000000000, 0x04e5ba10c70590df338577723187fe91, 0x630bfd257252d88c712357a710c1ce96536edaefdae66921c7ffea0083785909, '', 0, '?'),
(0x0580da8974a293202c508f142c39338f, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-password-checker/CHANGELOG.md', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-password-checker/CHANGELOG.md', 1, 0x00000000000000000000000000000000, 0x1f603bf1d0a1e3a482f2e983d9af4245, 0x3a8bc85985c0244be2a0bf2cccce1db1e1944deddbadf467f8e1ca1d2a3fd730, '', 0, '?'),
(0x0e71a1efeac904b8d3605b0c206ea981, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-password-checker/LICENSE.txt', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-password-checker/LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x07b6f86da467d9d95366b630cc61664b, 0xca67bacc93668eb4df01e9c10f5f4819aff3513c9a50402f4d050620ff74b5c7, '', 0, '?'),
(0xb6cf5ee3f33096568406ef7ccd95ad44, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-password-checker/SECURITY.md', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-password-checker/SECURITY.md', 1, 0x00000000000000000000000000000000, 0xa296cb06339fc5251d96abfd395b7322, 0x46cf396dbf7f8220560387cb3fffbfa9e013f50ce26898d2491e24dfcf495bcb, '', 0, '?'),
(0xfdb548777fc7e9dc9f505017dd161e34, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-password-checker/src/class-password-checker.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-password-checker/src/class-password-checker.php', 1, 0x00000000000000000000000000000000, 0x4170993152415a52264a8d57e403cc70, 0x04e6f23c73a5dec268d6fce8541162eda6a1eef7f57a96c8b4728f24a7b655d9, '', 0, '?'),
(0x8340bba41d2746ba5544a455183eac38, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-plugins-installer/.phpcs.dir.xml', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-plugins-installer/.phpcs.dir.xml', 1, 0x00000000000000000000000000000000, 0xb72766fad833b6c664978755a524344d, 0xfb08aae2b5a255503539c1ddbba054b735e2cbe5200da6bd0a41ce9b7e7bfa83, '', 0, '?'),
(0x8d062b0df3707983c28b5c0b2c392edd, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-plugins-installer/CHANGELOG.md', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-plugins-installer/CHANGELOG.md', 1, 0x00000000000000000000000000000000, 0x8589f69256ad1da65e5dbadb5b2387f5, 0x81668a6456f297651b3dfd1fc63ae3e193fc6527b882475a5cedb23a44a00ba0, '', 0, '?'),
(0xead52e0294f7d1b5fd68935bfd096ed0, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-plugins-installer/LICENSE.txt', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-plugins-installer/LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x07b6f86da467d9d95366b630cc61664b, 0xca67bacc93668eb4df01e9c10f5f4819aff3513c9a50402f4d050620ff74b5c7, '', 0, '?'),
(0xc726064e51e660a8b350bd77d5a3b871, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-plugins-installer/SECURITY.md', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-plugins-installer/SECURITY.md', 1, 0x00000000000000000000000000000000, 0xa296cb06339fc5251d96abfd395b7322, 0x46cf396dbf7f8220560387cb3fffbfa9e013f50ce26898d2491e24dfcf495bcb, '', 0, '?'),
(0x7e2032c695aa7b73e9410c0ff674c514, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-plugins-installer/src/class-automatic-install-skin.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-plugins-installer/src/class-automatic-install-skin.php', 1, 0x00000000000000000000000000000000, 0x35454796aa34bb5d082c7cde5924e61b, 0xd3a0859fdd07290b07fe088e3f4cc8e28ff179630e21f4c0bee2c9bb7baefc0f, '', 0, '?'),
(0xefd32b6850857305c08c7669441e85e3, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-plugins-installer/src/class-plugins-installer.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-plugins-installer/src/class-plugins-installer.php', 1, 0x00000000000000000000000000000000, 0xc73687f8542ff435caccf837731f70d8, 0x5f0b0b0fdf70f03dad8fdabd151d899a5f47a35b28fd4d4e9839857dc9694570, '', 0, '?'),
(0x0243aa67001d1f0e931bdac9964c1e74, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize/CHANGELOG.md', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize/CHANGELOG.md', 1, 0x00000000000000000000000000000000, 0x8dee738056effb6523f138759f9d5842, 0x295ac8f674d770da1bbf65955fbae6dba4b9f5cbae9795fc48e07731e6e03a48, '', 0, '?'),
(0xa1822f401e411a9a4b896717d58ad9b1, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize/LICENSE.txt', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize/LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x07b6f86da467d9d95366b630cc61664b, 0xca67bacc93668eb4df01e9c10f5f4819aff3513c9a50402f4d050620ff74b5c7, '', 0, '?'),
(0x1f81a4790cbd355f08e7acc54906e6bf, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize/SECURITY.md', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize/SECURITY.md', 1, 0x00000000000000000000000000000000, 0xa296cb06339fc5251d96abfd395b7322, 0x46cf396dbf7f8220560387cb3fffbfa9e013f50ce26898d2491e24dfcf495bcb, '', 0, '?'),
(0xfeb94edebb7d376926ca93b9e59768f5, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize/src/class-connections-post-field.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize/src/class-connections-post-field.php', 1, 0x00000000000000000000000000000000, 0x02dde1bb77acead49db9b425ba3b9138, 0xf06baecc76bc787b429a443e1815ff05073a31688ea9f812e44722a8ad01510b, '', 0, '?'),
(0x79fa8aff3f860f7a1d24dd7d48c22cee, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize/src/class-keyring-helper.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize/src/class-keyring-helper.php', 1, 0x00000000000000000000000000000000, 0xe7692df01e4ff68630572b2e9287911b, 0x90f0ecbf21fe36522eb54e3d5e9c5b9330012e8d19719053318be6e44ff782d8, '', 0, '?'),
(0xd304b6daef839e06a3fbe184cf5fa26d, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize/src/class-publicize-base.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize/src/class-publicize-base.php', 1, 0x00000000000000000000000000000000, 0x626ed8f3cf20c9b5612434e496031b2f, 0xa7ccae38de8683a46a576c00781355ee26f8015f4a992064a53863ba6f79ec00, '', 0, '?'),
(0xab61d98e4b84cc0aac0f60c18e639b37, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize/src/class-publicize-setup.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize/src/class-publicize-setup.php', 1, 0x00000000000000000000000000000000, 0xb8c45b2ba5d05c7c34a9008cd74955c1, 0x7615089cbb12396f98230a11f9e741ce1a4f10ced00a63d29ac08e273ba441a3, '', 0, '?'),
(0xc44aae1774369f19662425673da9c302, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize/src/class-publicize-ui.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize/src/class-publicize-ui.php', 1, 0x00000000000000000000000000000000, 0x6f4c876fa6c92a97c305325aa1bc7c4f, 0x9ce00092cb31671e393b3fa38f9ca822c6040afa43313d6a0307483dbad55634, '', 0, '?'),
(0x9fd230aa6492a6a4a22d20c244e646d2, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize/src/class-publicize.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize/src/class-publicize.php', 1, 0x00000000000000000000000000000000, 0xfa248c5c5bded9162965962325769203, 0xf863d8a4c09df93686b2d20e7dad3732846e6b7f51a3b14c764648c6f9db405d, '', 0, '?'),
(0xfef5a9d14abb1a16491a0339578888b8, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize/src/class-rest-controller.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize/src/class-rest-controller.php', 1, 0x00000000000000000000000000000000, 0x92a74ef9fcbf561fbcbdcd68724bf080, 0x00259506981735f58fd0f13c739a307f57618eb4d86b491cf0984181a0afb380, '', 0, '?'),
(0xb02b04a9b0caabb601a9efc650d6631a, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-redirect/CHANGELOG.md', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-redirect/CHANGELOG.md', 1, 0x00000000000000000000000000000000, 0xa32523d93b8f603680b7e0c1206c38cd, 0x5ec4283efe9e680f9327d464cbfea8f16a881911de8ef4ebff6e126c6d38116d, '', 0, '?'),
(0x2e0e3e4b6400a9f8bc4dac72168ff28f, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-redirect/LICENSE.txt', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-redirect/LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x07b6f86da467d9d95366b630cc61664b, 0xca67bacc93668eb4df01e9c10f5f4819aff3513c9a50402f4d050620ff74b5c7, '', 0, '?'),
(0x8cbef9e97e5ee1acca25061b12e42cb6, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-redirect/SECURITY.md', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-redirect/SECURITY.md', 1, 0x00000000000000000000000000000000, 0xa296cb06339fc5251d96abfd395b7322, 0x46cf396dbf7f8220560387cb3fffbfa9e013f50ce26898d2491e24dfcf495bcb, '', 0, '?'),
(0x7e1def7f31bd545154bb319012d9a775, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-redirect/src/class-redirect.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-redirect/src/class-redirect.php', 1, 0x00000000000000000000000000000000, 0x40092bc9d82ed86446d542b3a5d03f17, 0x46080aaf40b4283af607db725236cc2e53a64c26c350e9594744281d4b44c792, '', 0, '?'),
(0xc1812dfcc0ab362385fb06d78cf5b49d, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-roles/CHANGELOG.md', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-roles/CHANGELOG.md', 1, 0x00000000000000000000000000000000, 0x6cb7a2339a553a201b9d618bc18a6029, 0x82adfcda1887a1af5e62324a9fe9907e9ebd47a114ee48a323061a92ce6002f8, '', 0, '?'),
(0x1f68060d351b5b125766a01bb8a61681, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-roles/LICENSE.txt', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-roles/LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x07b6f86da467d9d95366b630cc61664b, 0xca67bacc93668eb4df01e9c10f5f4819aff3513c9a50402f4d050620ff74b5c7, '', 0, '?'),
(0xe175b509165c7c5e6555cd2b26be5c0a, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-roles/SECURITY.md', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-roles/SECURITY.md', 1, 0x00000000000000000000000000000000, 0xa296cb06339fc5251d96abfd395b7322, 0x46cf396dbf7f8220560387cb3fffbfa9e013f50ce26898d2491e24dfcf495bcb, '', 0, '?'),
(0x281ae01c4ac3e7d8f1990e410c2c8123, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-roles/src/class-roles.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-roles/src/class-roles.php', 1, 0x00000000000000000000000000000000, 0x1f40b1d53e2a5ceebbf1c2a072f3f1fc, 0x57e6fbffb80d95422a6c1fb0f137c0a73c5c53b491e92005368a1758d9ced75b, '', 0, '?'),
(0xd4f104c50461508685b3b30fe0ee466e, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/CHANGELOG.md', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/CHANGELOG.md', 1, 0x00000000000000000000000000000000, 0x5d725904f7fb94a214875f4964140b1e, 0x1bc07a8eed6584d2ae8759a5052be3e78ae5eca83709bef69c76eb6717f614a0, '', 0, '?'),
(0x3a7e031271c4f2b72c447c3554f6076a, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/LICENSE.txt', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x07b6f86da467d9d95366b630cc61664b, 0xca67bacc93668eb4df01e9c10f5f4819aff3513c9a50402f4d050620ff74b5c7, '', 0, '?'),
(0x2e34d8d01b08f5b0a95ef5b01910c238, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/SECURITY.md', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/SECURITY.md', 1, 0x00000000000000000000000000000000, 0xa296cb06339fc5251d96abfd395b7322, 0x46cf396dbf7f8220560387cb3fffbfa9e013f50ce26898d2491e24dfcf495bcb, '', 0, '?'),
(0x8c49f5dcd0ed530ddf8854d45a5026a1, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/customberg/jp-search-configure.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/customberg/jp-search-configure.asset.php', 1, 0x00000000000000000000000000000000, 0x236142a1a17801bf219157626a962170, 0x22608e413960d014625d66d8c385dcfb2cd56fd61c7f13bd7638cd26dcc73d3c, '', 0, '?'),
(0x4fd3f3f4c479b6f752742cb6dc3af6fe, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/customberg/jp-search-configure.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/customberg/jp-search-configure.css', 1, 0x00000000000000000000000000000000, 0x960208c03ec5a3654fdce3766af5407c, 0x22d8ee60d3ab95de79e0ef3717f1ee327f638dad6a0fb1175d4833643ca223a3, '', 0, '?'),
(0x22511c231b431262df5dcbb66995b9d0, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/customberg/jp-search-configure.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/customberg/jp-search-configure.js', 1, 0x00000000000000000000000000000000, 0x1582bba2b52d344219f449c356abb1c9, 0xedd56da70e90c9bdc81c49ff1505b99a1c7c18fc76496a87489a4d0476e67cee, '', 0, '?'),
(0x56ea595905287d64b2d3c5c84ab2b0d5, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/customberg/jp-search-configure.js.LICENSE.txt', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/customberg/jp-search-configure.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x19ceff7d65639edb08a984afeffd54ca, 0xf2d8b7f8c16af212f1b25411433b9c38282cc0fbeea229f561769ecc87be6ab4, '', 0, '?'),
(0x35af1ad34f3e040ad7e6c70a90fda84c, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/customberg/jp-search-configure.rtl.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/customberg/jp-search-configure.rtl.css', 1, 0x00000000000000000000000000000000, 0xc9c067d42964dd98e55c46099476cfdd, 0x61797894d118aa6b956be9143d1b3794072a557ee8f39c384c6eeeb88b8638d2, '', 0, '?'),
(0x206e223645efd9bafea2f33090221de3, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/dashboard/jp-search-dashboard.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/dashboard/jp-search-dashboard.asset.php', 1, 0x00000000000000000000000000000000, 0xebc062b67d595de7f8a39c0846bcabb7, 0x0e92fdc0c8248d25e1fedebb6107841822d1b01a4b87abfb61cd47d0162a6de4, '', 0, '?'),
(0x05548653f52f0d6cb708b418c2ca33ea, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/dashboard/jp-search-dashboard.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/dashboard/jp-search-dashboard.css', 1, 0x00000000000000000000000000000000, 0xc6a4fc91a39e32c6a0b2d65e24b8b66d, 0xa6ff78caa292393a63da5a85d08fb80c157ec4196590ab61b2f119a312f210c7, '', 0, '?'),
(0x3a00d3167b8db9409344f1fc2a3e369b, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/dashboard/jp-search-dashboard.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/dashboard/jp-search-dashboard.js', 1, 0x00000000000000000000000000000000, 0x27c4e206fc7b4775ef1a27ab69bc08b1, 0xcd3e4ed0810603606aa831b00d383b24a097a00f2c8d21900fab8b3e2a8f7c5d, '', 0, '?'),
(0x3afc18e031be4bbe7a20bba061bdec11, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/dashboard/jp-search-dashboard.js.LICENSE.txt', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/dashboard/jp-search-dashboard.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x0eb0777639304d0c2b54970a30873bb3, 0xedb3621e03dfccafdd3dbd4bf51c1bd82fce7d92c8993d324e0ff45f4174645e, '', 0, '?'),
(0x5576c8cd23c2186310cfd2eee5279553, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/dashboard/jp-search-dashboard.rtl.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/dashboard/jp-search-dashboard.rtl.css', 1, 0x00000000000000000000000000000000, 0xbe743682ad924acea438df41f2eecf15, 0xfb842c3318f5194f45d58de69a7806bc8547392a36b01767e6edd15dd8cd23f6, '', 0, '?'),
(0x79def27fef6fc57d3bdefe9a4ae83a43, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/instant-search/jp-search.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/instant-search/jp-search.asset.php', 1, 0x00000000000000000000000000000000, 0x4f835c74f7b3500f7119b47886db5738, 0xac224b1e4a1f918ad384ddaf57a13799acdbc16d9019ad51d0cbecf6014482e0, '', 0, '?'),
(0x8c11ece5c516f72ebc349fbc1e103ce8, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/instant-search/jp-search.chunk-main-payload.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/instant-search/jp-search.chunk-main-payload.css', 1, 0x00000000000000000000000000000000, 0x26b86df9093b117ff6d67c645e4362c5, 0xaba359dcdd22524b597cf58d09e7292acb736f41ce3591e896f40e76a9467b40, '', 0, '?'),
(0xb8cccf15814e948a3f599da96b840865, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/instant-search/jp-search.chunk-main-payload.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/instant-search/jp-search.chunk-main-payload.js', 1, 0x00000000000000000000000000000000, 0x7ff9528cc3253ce466bb48db2172e86b, 0xc5fd93e61437b6c6f89a8d693ad8781e2aeb07747a51a4cff83b24703b2c718c, '', 0, '?'),
(0xa215a026ea3f9a7ff3c8c75b6b33c2fb, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/instant-search/jp-search.chunk-main-payload.rtl.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/instant-search/jp-search.chunk-main-payload.rtl.css', 1, 0x00000000000000000000000000000000, 0x82dfb23a58941a4f2662e7080f1038a7, 0xba4c4f357486cc51420e8784c8fbc60ed915dce4b789a9bc9d0a8d4566bc7c74, '', 0, '?'),
(0xa9e9f721ada6834ed04da7a0cab50105, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/instant-search/jp-search.defaultVendors.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/instant-search/jp-search.defaultVendors.js', 1, 0x00000000000000000000000000000000, 0xd90f856f46a6098de22830ded4536db2, 0x6dcd72909f3ccbc7fc5264588fabfa4fa107e599f110e5676d048e4dc482279e, '', 0, '?'),
(0x806ce24dfc8f8f8fbad61e93cb893b8e, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/instant-search/jp-search.defaultVendors.js.LICENSE.txt', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/instant-search/jp-search.defaultVendors.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x9e6d645d3a876f874cf56b5dcfa66261, 0xf01711c53979f82b6d170ba9cb1d8732af07ed11c08639d4ede15ed5465d20eb, '', 0, '?'),
(0xbd88e880b404a6ef62864089b579b6e6, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/instant-search/jp-search.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/instant-search/jp-search.js', 1, 0x00000000000000000000000000000000, 0x245f270970252956f909494a95b25c1d, 0x35d25c6ab403dce6cf817d748a9f9bcff4959e76beb51cd56fc709e118eedb66, '', 0, '?'),
(0x3bff12ca6860e113036627b300a7900a, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/compatibility/jetpack.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/compatibility/jetpack.php', 1, 0x00000000000000000000000000000000, 0xc5e810a0de5e7b296e7c3b5276518b5e, 0x4bebb327bfc28401f0e3aa4b704dc38bb951bc1fc95d160f489971b27ed2b054, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xa58d40574ccf3c860c959fd4c34b3849, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/class-cli.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/class-cli.php', 1, 0x00000000000000000000000000000000, 0x10b2d9d1a8da44b67e42eebc6c193ac5, 0x45c13e7695aa2a2998240de1e2333c0e597ac7ace4801848dc0436e6147503e6, '', 0, '?'),
(0xa7f9bd9b0ffcaa6e8b232d0ee474c544, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/class-helper.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/class-helper.php', 1, 0x00000000000000000000000000000000, 0x1eb496ba23ab15e5052c66304ef063b8, 0xb21a2694c80075b27dadc6ba92a353feb3027ceb2a7a31992b5f3eb97fad6c64, '', 0, '?'),
(0x8a3c96da8e051100e9bfc5f0b700f795, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/class-module-control.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/class-module-control.php', 1, 0x00000000000000000000000000000000, 0x5d500969a9dcaddffb9ee6e6c8764818, 0x921fe57ed1a8222c81015133e94efc71751dd6c459513ab5e6f55477ddeee400, '', 0, '?'),
(0x44711573dc0675d10ea656fe2d1061bf, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/class-options.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/class-options.php', 1, 0x00000000000000000000000000000000, 0x2ab88f65ab3ef46ae0361f93d2d96923, 0x98d1677c7f53f15d8f20e5c0d9d9d8305802c5db2a95451249c7d5c86d943b54, '', 0, '?'),
(0x2a987562231aa1a41e304d5436b9e2ea, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/class-package.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/class-package.php', 1, 0x00000000000000000000000000000000, 0x0a862f7ce9c7de815e34dc8548c48f61, 0xbe1bf567bc40503ed5bbd4dfb3a09fff8c6fbd0205959781693cf0c04f87ffe9, '', 0, '?'),
(0x9f43e0b6f479467e76c8725733e7b31b, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/class-plan.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/class-plan.php', 1, 0x00000000000000000000000000000000, 0xc691bf6459afe30fe4c5fa3f99bec956, 0x98f05648c4913093fe5d2d7c37197c92249ae8433d6178e9b44f201347eba9c6, '', 0, '?'),
(0x252a7fcfc839335546f57e0032dd435e, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/class-rest-controller.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/class-rest-controller.php', 1, 0x00000000000000000000000000000000, 0xb8bea10471685ec5630c566da03d3638, 0xf3e2a17a0ebfe6f806aec2df6139dcfe37760ac7dc884997eb7c356b0c442e79, '', 0, '?'),
(0x18012cd688fc7b3f931445de72b87c4d, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/class-settings.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/class-settings.php', 1, 0x00000000000000000000000000000000, 0x378494a668d3ffefc51ada4ec404a128, 0x224a7f678c92d932f589f98f0e46c644d9f6b736e83dfbc119dce79f553480f7, '', 0, '?'),
(0xc8772351d497f8a2ef47862fc73f72b5, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/class-stats.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/class-stats.php', 1, 0x00000000000000000000000000000000, 0x1ab27de74b9519c50e95e1ee1a0fa72a, 0x5a7628c90d9dad39ef445a842cfcd8de26f679fee3873bb3207b453f4e347cdf, '', 0, '?'),
(0x82f1c76c0c7b8f6b49c29e44b889f422, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/class-template-tags.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/class-template-tags.php', 1, 0x00000000000000000000000000000000, 0x670e720f4d3317cf34fdaf02df155c6a, 0x35e176a1baaaf52000fa7e753ceb97cf2c7e0f0f384057a4143ba3e3708cae68, '', 0, '?'),
(0x8ddebc18e2484a63593fadec07b8d75a, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/classic-search/class-classic-search.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/classic-search/class-classic-search.php', 1, 0x00000000000000000000000000000000, 0x28569b29ef4e92c6ff4b4c5365ea8c7c, 0x34a4f1046fc92786394dac8598ce15725681a12a91f47eb4fc51eb2836ef41bf, '', 0, '?'),
(0x0fe44315f0c98ce338ece439ab43be26, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/customberg/class-customberg.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/customberg/class-customberg.php', 1, 0x00000000000000000000000000000000, 0x9ab779cd5dd2aa12a4e4aa64cc4690ee, 0x2f51817119a254b288151ebd3767415dfef96970e862930b50ab2bfbd3ab8077, '', 0, '?'),
(0x393c4c2b3e4c0cdec73711738d4bf698, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/customizer/class-customizer.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/customizer/class-customizer.php', 1, 0x00000000000000000000000000000000, 0x4019a437997a2c6965c5185ba298653f, 0xea646e575159532c69b8ae7c9102a6aaa63f19c93f190701b3bebd9922871638, '', 0, '?'),
(0x80107db15dd3b5eeb8906f75030acea5, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/customizer/customize-controls/class-excluded-post-types-control.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/customizer/customize-controls/class-excluded-post-types-control.css', 1, 0x00000000000000000000000000000000, 0x4ac061666a8937c5e72b804dbe3a0dba, 0xe5481e08c6506ea2427f158d41d7a4742087282768f4184fee3b9052805f314f, '', 0, '?'),
(0x2d212d6f0edc67cfa0e0c15e6b5fe1fa, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/customizer/customize-controls/class-excluded-post-types-control.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/customizer/customize-controls/class-excluded-post-types-control.js', 1, 0x00000000000000000000000000000000, 0x97b40c1cc87ea040e90c9e00b9769128, 0xb2de3c8c716f6be3e57add81130590916832e2fad42807efacdbd35824d6bba3, '', 0, '?'),
(0x35096f8fec526504bc372bbf082fabc2, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/customizer/customize-controls/class-excluded-post-types-control.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/customizer/customize-controls/class-excluded-post-types-control.php', 1, 0x00000000000000000000000000000000, 0x0155c069c971a42ba4c4494afc11f840, 0xf701a529fa8f2d39f870a985252c24b0913c64c80823867ef5abb4f4772bc649, '', 0, '?'),
(0x52f363155d7955291121657faa7e455b, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/customizer/customize-controls/class-label-control.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/customizer/customize-controls/class-label-control.php', 1, 0x00000000000000000000000000000000, 0xf0e8219bb11cc7c8fe5d6ca88552f019, 0x354c0b6bacb7a85f334025f54cd91f427fa039bebfff0f1d82d2beac8b5ec516, '', 0, '?'),
(0xa0fdd9b625ecdc693a4917a24c4db183, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/customizer/customize-controls/customize-controls.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/customizer/customize-controls/customize-controls.css', 1, 0x00000000000000000000000000000000, 0xb25d924f9033e6475f7e18d4cf740bd8, 0xf24f613d1518787ccce66416a36dd8ed8a19414cd01f90e8f7415fee4c3f6e5f, '', 0, '?'),
(0xd6a2a0152701bede9c0d91bd1ae880ab, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/customizer/customize-controls/customize-controls.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/customizer/customize-controls/customize-controls.js', 1, 0x00000000000000000000000000000000, 0x1f700c31a54fdbe6295ad1cfc79efcd7, 0xfcd3c172f557b1492a7bebd6e438dd3765dbeda2c19c3c0acd2cf25c366992a5, '', 0, '?'),
(0x21a47fb522bea1e82450fea7d5298dea, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/dashboard/class-dashboard.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/dashboard/class-dashboard.php', 1, 0x00000000000000000000000000000000, 0x6b77a57210fc5aeae3056aad0e9500bc, 0xbffbd1389e73b8e564d6166baad9080488c2f6129b70983fafd6dd42879f7753, '', 0, '?'),
(0x1ea15fa592729e698e5c0e271d1aa3f0, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/dashboard/class-initial-state.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/dashboard/class-initial-state.php', 1, 0x00000000000000000000000000000000, 0xfafe529c655f417726d1dbc3ea339d70, 0x6ae3eb977bc1d0e4664782e87d1a310140bdf113831f162760f5f6d427c5bc44, '', 0, '?'),
(0xd6550824a7ff3e84442ed082ec705ac1, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/initializers/class-initializer.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/initializers/class-initializer.php', 1, 0x00000000000000000000000000000000, 0x22f0e7246b2bce757e1671431f4f66f7, 0xdf88a41b09f2f51f93fb2785a3e778683b7d9108acf996261e429d3b79d1a347, '', 0, '?'),
(0x4257e54016ec9a9fce8f144ac657f781, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/instant-search/class-instant-search.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/instant-search/class-instant-search.php', 1, 0x00000000000000000000000000000000, 0x898b9b63337ed192ac22eef10df391d7, 0x7e9bebe38824f894c93f6b049099dc95634f46326d709a699b465269b79def10, '', 0, '?'),
(0x1256344447d823e3b9f7df56e7846f5e, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/widgets/class-search-widget.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/widgets/class-search-widget.php', 1, 0x00000000000000000000000000000000, 0x99a2c96e9bb8d21f8490b108df8acc59, 0xb74b78e6fd432c5e70b9ea2f3e86931c48810a2799aae8e9e64d4afe19bd35d2, '', 0, '?'),
(0x345295ec942779be03422d492adf8b2a, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/widgets/css/search-widget-admin-ui.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/widgets/css/search-widget-admin-ui.css', 1, 0x00000000000000000000000000000000, 0x9df9f8b6c2bde2d6c275ca4341ea216d, 0x65c1b32bd46e935fd30e3c6b2bfd212e17fe53e7c881c3d4be14dfc7ba956c67, '', 0, '?'),
(0xfc501afc5d78cb7e12199903ee6b7b12, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/widgets/css/search-widget-frontend.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/widgets/css/search-widget-frontend.css', 1, 0x00000000000000000000000000000000, 0xdf618799127981288d4ec891e555a751, 0x660ee62662cb0e91abe08a01d443e0d4eac2b2268832bb205949fe68dff3b9d7, '', 0, '?'),
(0xa98cf9b32c869e0187d33c537be947cb, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/widgets/js/search-widget-admin.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/widgets/js/search-widget-admin.js', 1, 0x00000000000000000000000000000000, 0x754a145e4d644a87ab9d8a658b5ec608, 0x3325104f1a8d4ce8b83b0d3d4aaec461a35e060ff08b6cbd9118973cd98dcd35, '', 0, '?'),
(0x74f0379766ab0cac2775c34527392325, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/widgets/js/search-widget.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/widgets/js/search-widget.js', 1, 0x00000000000000000000000000000000, 0x7a40eb276bccd1c969622531280d4128, 0xca864e5e35f5d6dc9611a55edf357f380bdf2e98f5667955688bb02fc44264b6, '', 0, '?'),
(0x34f34797021a9b92fd100a4f2d904040, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/wpes/class-query-builder.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/wpes/class-query-builder.php', 1, 0x00000000000000000000000000000000, 0x0aa9908a464928bc95b884251f7f8c58, 0x831e4656e764428b04af756a6418611bbe7079f2cf4f501e76713884d817c950, '', 0, '?'),
(0x518880f546e35c934db03130d4a084e3, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/wpes/class-query-parser.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/wpes/class-query-parser.php', 1, 0x00000000000000000000000000000000, 0x5b3d8c5706ab936935e4f79f1040a1b0, 0xe94d862a484495c6e3ae438fdc61807a59edcc2f14e7c3f1f332708b24388366, '', 0, '?'),
(0xd82cb20b3920a383135d510a3c134131, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-status/CHANGELOG.md', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-status/CHANGELOG.md', 1, 0x00000000000000000000000000000000, 0xbffc4d07a60b060206783c2aeb9e3594, 0xc3823df4d3895cdc6689b403caf43cdaae6385f770f96bcaefa38ac7b891d86e, '', 0, '?'),
(0x90e77f70f85e0f92485f40d7df1a6452, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-status/LICENSE.txt', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-status/LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x07b6f86da467d9d95366b630cc61664b, 0xca67bacc93668eb4df01e9c10f5f4819aff3513c9a50402f4d050620ff74b5c7, '', 0, '?'),
(0x6da55b9654ec2f248848bb96dcdada08, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-status/SECURITY.md', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-status/SECURITY.md', 1, 0x00000000000000000000000000000000, 0xa296cb06339fc5251d96abfd395b7322, 0x46cf396dbf7f8220560387cb3fffbfa9e013f50ce26898d2491e24dfcf495bcb, '', 0, '?'),
(0x64fc50afc1d97fe60964e2dc02e66cef, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-status/src/class-cache.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-status/src/class-cache.php', 1, 0x00000000000000000000000000000000, 0xc575293edf03d48492ae587446ab1d0f, 0x2fca4fe48cbe63bd1d0e3f36bf7fbee2f16ef4f2abf99211df81322adc6a8a68, '', 0, '?'),
(0xb07233db1be1ea1f4414a221857c8dd8, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-status/src/class-cookiestate.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-status/src/class-cookiestate.php', 1, 0x00000000000000000000000000000000, 0x6dc568bf962464682170ce3a465eae56, 0x04e72dbf61534e195ac4fafd28ba64222189ba9c4b7c91feec8eb501211b2e98, '', 0, '?'),
(0x932f5c2768f5e2c89843dd5a25962302, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-status/src/class-errors.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-status/src/class-errors.php', 1, 0x00000000000000000000000000000000, 0xc2599f74812836c36825e40d44f84191, 0x3644f15ac1f84201c5117e5fd836b8fe4aa282b8d07e903b28dec91082aab76d, '', 0, '?'),
(0x9dd6271092e405c90660c9cad7181bd4, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-status/src/class-files.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-status/src/class-files.php', 1, 0x00000000000000000000000000000000, 0xa6b90d04870701865678104a7f41cc25, 0x8146e2a38b124ff1fbbd9d077cca9f36c2d905e1ba93366d520617348691c110, '', 0, '?'),
(0x7aa88a391b49d096d08ddc18fc914690, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-status/src/class-host.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-status/src/class-host.php', 1, 0x00000000000000000000000000000000, 0x14f896e58082313e9bbc1bd5dbed007f, 0x5f8243673265d6c02f3221a3bb982eaefb7a25833336387109f9592a235424fc, '', 0, '?'),
(0xb74327316978049257d36d544971856b, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-status/src/class-modules.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-status/src/class-modules.php', 1, 0x00000000000000000000000000000000, 0x495e688c035ef4a88cb8698e8eb28de0, 0xc242b3658f530ba98e5e149bb4460b5c6ce57d092667730c6aa711d8551c40bc, '', 0, '?'),
(0xcd40d7da38c13481096696133e4fc27a, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-status/src/class-paths.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-status/src/class-paths.php', 1, 0x00000000000000000000000000000000, 0x75cc43321155273a49269bc30e32b3b3, 0xe07bdb7fc0a55a5d52c6051d373ccc10658a36dfc3c969174b4f32737b020aea, '', 0, '?'),
(0x5c192d58e5bec5b0e56010bc8e2a1b33, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-status/src/class-status.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-status/src/class-status.php', 1, 0x00000000000000000000000000000000, 0xc0e105c65352ea876a3a01a5ba354201, 0x2bc1a80a134762431dd7dc5c06a136e71412be0b76d77ff39ef7c2bd58119861, '', 0, '?'),
(0xee1619ed7647ba6e4c23255c7ead04fb, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-status/src/class-visitor.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-status/src/class-visitor.php', 1, 0x00000000000000000000000000000000, 0x6e28d2f85926ce11517ce1acda16c33d, 0xe4672b72fced5b4dcec0d2659508e1af08e3f5981dcdcf05029341bdacc8e440, '', 0, '?'),
(0xfa7cee4b0b589ee966193c9b8612ec7d, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/CHANGELOG.md', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/CHANGELOG.md', 1, 0x00000000000000000000000000000000, 0x519215880739ac924fca8dd2d6265f4e, 0x08faf3c7e155251794edc9215f9794962a24ece6cbcb98a1f52463fb9f73f437, '', 0, '?'),
(0x8a4c265031ebba698fc64aa416844ecc, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/LICENSE.txt', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x07b6f86da467d9d95366b630cc61664b, 0xca67bacc93668eb4df01e9c10f5f4819aff3513c9a50402f4d050620ff74b5c7, '', 0, '?'),
(0x703b1701aa30ab140edb2f1925497756, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/SECURITY.md', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/SECURITY.md', 1, 0x00000000000000000000000000000000, 0xa296cb06339fc5251d96abfd395b7322, 0x46cf396dbf7f8220560387cb3fffbfa9e013f50ce26898d2491e24dfcf495bcb, '', 0, '?'),
(0x7e9a8d626171b9d8f09279cee3711b63, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/class-actions.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/class-actions.php', 1, 0x00000000000000000000000000000000, 0x6a052f2921d2cdc62e53300400b9a583, 0xf150a70434d7629a298e441ce2deb4b6bb7cf4035188a6d249a9ceca3510d163, '', 0, '?'),
(0xe7d4e059444d58e91f895e8306423787, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/class-data-settings.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/class-data-settings.php', 1, 0x00000000000000000000000000000000, 0xd56100634a88187cd98ef426a3de40d3, 0xea4ac2a76d2cd1de74bcc9a49120a876818d4042387c0a0d46531fe1caa61c90, '', 0, '?'),
(0x477d426c8a876a0716ac50ad392cac23, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/class-dedicated-sender.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/class-dedicated-sender.php', 1, 0x00000000000000000000000000000000, 0xf036745a593cfd3128b1e5366d6b58e8, 0xd8924fdb07fd55799c98ad24fc0446f7a64af8c075b9c93ac151057852aa2c4e, '', 0, '?'),
(0x75b8def14fc80fe7d71e99f4c91be4aa, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/class-default-filter-settings.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/class-default-filter-settings.php', 1, 0x00000000000000000000000000000000, 0x261a1c7ef0d3adf95781b904e6cc2458, 0x8908ff828b43d264c055692c3c1485c912ecd2c97e6285fc2d9d115fadd682ea, '', 0, '?'),
(0x57d86e3138357f693f08a5ff6fbe58bc, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/class-defaults.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/class-defaults.php', 1, 0x00000000000000000000000000000000, 0x7b55840851b27a6fe8aa74be304c856a, 0x78951cd1ee42e66b7ddf9905acd1bb5e810ef016dabc2ddfc876aefd58ba9f43, '', 0, '?'),
(0xb499169167c630292a4481cbc1375580, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/class-functions.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/class-functions.php', 1, 0x00000000000000000000000000000000, 0xe228bf55fafc909bbaf48380795075b5, 0x1ebb9fdafdbcca80bf0c790acab918e4bde5023265deccd1c14ab61002668621, '', 0, '?'),
(0xe25299b1bdd76f2bc53221e3f7de10f0, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/class-health.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/class-health.php', 1, 0x00000000000000000000000000000000, 0x84f46a33caff0db03d33c6c1c96f2ba8, 0x9ecf37ef193db31add40cf0369d70ba1390a89040d67eea9050feb383bcde27e, '', 0, '?'),
(0xf9c83341e7b20361517af505871d6f4c, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/class-json-deflate-array-codec.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/class-json-deflate-array-codec.php', 1, 0x00000000000000000000000000000000, 0xb71d8ca2e7c169dbce471d8b8a6bb39e, 0xec5cef7b1d786b2975029a6f677540543f663fc7d999cbd153c68b4b0b4f5d4e, '', 0, '?'),
(0xe0384703a758fdaf5619956e4202ad8b, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/class-listener.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/class-listener.php', 1, 0x00000000000000000000000000000000, 0xe43b2b93a1a08bc12375439c48a6d8de, 0x56116f5aaae61c80de00ad9ee812975a96dac59acb8a6b576d8ff656d131a10a, '', 0, '?'),
(0x175feb395932819c31d4420fa81d9765, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/class-lock.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/class-lock.php', 1, 0x00000000000000000000000000000000, 0xb17e18d8bd3a6fd0d8bdefda63ddb414, 0x150a477538c363275f0d28f66e9c8ec392a47765f0d71cd00a02fd8426b8b817, '', 0, '?'),
(0x4ba60751ca186529e6bd60e85fb1ecd4, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/class-main.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/class-main.php', 1, 0x00000000000000000000000000000000, 0x13da0cb03fba051227c91c89ff900eb8, 0x4ff6fdda06fda13e9329dafa325259f0edfe0eb3a28658ecebe4100c83363873, '', 0, '?'),
(0xcd3a0dcae74b47809cc84c8499ab4e02, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/class-modules.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/class-modules.php', 1, 0x00000000000000000000000000000000, 0x659c95c28c35aee5a1a7e01bff612279, 0xdf64450fae4363a7612b34bfb0f2091f9e0635120c95eecb8ca115eb362da09f, '', 0, '?'),
(0x1e174ab683bed5f277cac7ba4d9d161e, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/class-package-version.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/class-package-version.php', 1, 0x00000000000000000000000000000000, 0xe555d944fb6ba42bda39b257a2b75d51, 0xa64c68a72e72ff2dbbb2348e00fbff4cfbec276e5be1ba9a472708b515a974ea, '', 0, '?'),
(0x40029d7abfbce33f77e046e75d8dd6cc, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/class-queue-buffer.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/class-queue-buffer.php', 1, 0x00000000000000000000000000000000, 0x6bd7e720889c923b8bc7f5e494805bc5, 0xb65f39f123c37c0f062a81ff323926c1188a46c829e3ca4b939915c915741f1b, '', 0, '?'),
(0x3cf0328be7b45149aef0e446c900abec, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/class-queue.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/class-queue.php', 1, 0x00000000000000000000000000000000, 0x4194a75b44302c8b7c4aa437768c7fce, 0x46823a1bf06d53e1887f7102727cc85ccaad79c96655fe9012752b5d77493ef7, '', 0, '?'),
(0xa24fb4be6de2d3ba4a9d205cec5fbae6, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/class-replicastore.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/class-replicastore.php', 1, 0x00000000000000000000000000000000, 0x1590e7dfb66b8440b6d5579f91df2e16, 0x074db2691bb4bac477cbef4b3dfda95e99ff66c42ca2073f8712655687df10c0, '', 0, '?'),
(0xf359e0d443f014760d90011de99538f2, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/class-rest-endpoints.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/class-rest-endpoints.php', 1, 0x00000000000000000000000000000000, 0x25eb9fad881c92d4e20190c1e85ff999, 0x765998e1a178b6453afc9b11db3d5f8552a2823e850052bb160eccaf55ba2885, '', 0, '?'),
(0x4a588c482d17d82754529fd4a2cb5285, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/class-rest-sender.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/class-rest-sender.php', 1, 0x00000000000000000000000000000000, 0xc057ccf2b93bc67e4c38b48c21e816a7, 0xe0cc935e66e3cfd017025d3dbeaae3a27901f23f2a7554086078f527a94b5761, '', 0, '?'),
(0x3b26dfb1f59795d1c6c038a5f8c33beb, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/class-sender.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/class-sender.php', 1, 0x00000000000000000000000000000000, 0x38fd99177a89b6a7147ec7192748ff01, 0xf6afd2e9b10555162b98b97bb3cc74439b9d1c68125798c2858c8000de65a0dd, '', 0, '?'),
(0xe4f5361167450fdea123c6d65a109012, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/class-server.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/class-server.php', 1, 0x00000000000000000000000000000000, 0x8e243e1ee0ab083d5f18b90ada1dcf26, 0x6edeef3ba6577046d0b12fd77b8be92c5a631cfffa748014bb41aa684a0bfef5, '', 0, '?'),
(0x7c3fc1e443801557d8c04c7c8907a9ec, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/class-settings.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/class-settings.php', 1, 0x00000000000000000000000000000000, 0x0edc0a85779ca9ed73588e4fa9b83e1b, 0x720ca7d1bf58ee35a081ceb1b6408ef07dc3c660d4f5e0579707119b7dcdcf7e, '', 0, '?'),
(0x9dba1d3128b13f16493e35dc917b7517, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/class-simple-codec.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/class-simple-codec.php', 1, 0x00000000000000000000000000000000, 0x918c4a1b3a9fa540c9f2307679540623, 0xc2d949edd0730672e885d08eb8ec28279b8c44f24a7bde9a9418b825d04fa953, '', 0, '?'),
(0x0ea66e35cde98acf9e97838c2b957744, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/class-users.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/class-users.php', 1, 0x00000000000000000000000000000000, 0x0c2555bae4974fdd6663fbe268f4a7ed, 0xb5e2a8705b14916fd90f89c83bc69a702a67b96983a7ef530eb14225e8beae9f, '', 0, '?'),
(0x973bc87eb4bf6c3d5202c64192ffafdc, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/class-utils.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/class-utils.php', 1, 0x00000000000000000000000000000000, 0x793f7b022c7a8052d34399825d74ed48, 0x5b08dbb971bba6b8ae1ef6dfb5e7f78e2566fd893bbb077e9495c3f5053800a4, '', 0, '?'),
(0x1c1994e575f9b8c04898fe14a4ff0022, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/interface-codec.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/interface-codec.php', 1, 0x00000000000000000000000000000000, 0x4099422f97da5f56548b98a8eea0e8a2, 0xd92ddae94a9c49e2beb1220341d8bfb71804023d95d803f61e1670a860515da1, '', 0, '?'),
(0xa51b0bb3441db3944299015f4bcaffae, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/interface-replicastore.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/interface-replicastore.php', 1, 0x00000000000000000000000000000000, 0x922aa3888eb2763d25d66b4c06e36f78, 0xd735a825c644a4b48b2f2c541da1b19b1817d2f1e8cd3c3531d5a7d0045fdcce, '', 0, '?'),
(0x42a0a723ed042af7d1cfd6679a999f52, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules/class-attachments.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules/class-attachments.php', 1, 0x00000000000000000000000000000000, 0x6a8191cf00505d2cd8f1061cc1bd57e8, 0x02dc20dda2d02a45ebdb5a2b166a789de516cdd9ec0cbff27fdcbcb8482e80a8, '', 0, '?'),
(0x237e5731876efe760ad9ca0883dfdaba, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules/class-callables.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules/class-callables.php', 1, 0x00000000000000000000000000000000, 0xa1cb811d34082a778a36567f087fa21d, 0xeaff58a98e6f105da6e38f3fc04fa40ad1e8fcb22c8e24e6c99f3fbd8efa95c0, '', 0, '?'),
(0x69fe075ead394a11f7b4f1250d71c1f0, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules/class-comments.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules/class-comments.php', 1, 0x00000000000000000000000000000000, 0xc418d2f4b8e8e7c6993143a69c447212, 0x1e2ce40b632a6044d8dbfe30c9501741605d4265d9c8ce698698644cb9f7e493, '', 0, '?'),
(0x78b182aed42289562332085358ed5512, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules/class-constants.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules/class-constants.php', 1, 0x00000000000000000000000000000000, 0x03698a110a427bac20d50faf3868d2c8, 0x6307a67e1a19a9834caa79dd37cb33bb5a854d3ec04e59af4e91841858d23ba1, '', 0, '?'),
(0x19ba3c7d1adc00a8619237fad62de29c, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules/class-full-sync-immediately.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules/class-full-sync-immediately.php', 1, 0x00000000000000000000000000000000, 0xebe959061212279b2d8a8ea5bf6e2928, 0x647004ce19e737a7695b15951e6ff81d4dbfe734e59814f8d363f0089a0a805e, '', 0, '?'),
(0x4f389e10d428bd924a83dff4c401c7bc, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules/class-full-sync.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules/class-full-sync.php', 1, 0x00000000000000000000000000000000, 0xb84844be3a346a7801a73c430045aa30, 0x1c6c56be83e7ec7859546b7ce7be607d61c7a86b63776c07b83b2e1243ffab7c, '', 0, '?'),
(0x4d9a3e06ab92512a841f83c3935f65ad, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules/class-import.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules/class-import.php', 1, 0x00000000000000000000000000000000, 0xa6cdb62e5b2e5a4d4ca8556c8ade624e, 0x79cd011ef6dcfd24c55954b1200add0e5a82452faccd3328d521f5be1c893398, '', 0, '?'),
(0x0fd649153444d1072ae6d17678ed26e1, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules/class-menus.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules/class-menus.php', 1, 0x00000000000000000000000000000000, 0x7fb52c8be366f97f5ec7f51926f9bc97, 0x1eeea254663dea65b8fbaecb2f8b87a16e73c28449966bbba35517132a355bc9, '', 0, '?'),
(0x41c411c48054cba38aeec270dd572373, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules/class-meta.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules/class-meta.php', 1, 0x00000000000000000000000000000000, 0xa779bdff2d038680f0076ebf9812cbe1, 0xf31712a20d7b29305281a01ac4ab815ea0c666032d966c4ea59b572238129c20, '', 0, '?'),
(0x2d3f61eb16556805404c1cd9e2f8f33e, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules/class-module.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules/class-module.php', 1, 0x00000000000000000000000000000000, 0x3bbe700611c061704b8cd29876a0c86d, 0x978db664ac6825366238637a6e691149e7b7da889dac703d78a8dcba4b24a744, '', 0, '?'),
(0x1b1eb92672fabe6c206421213bc543d0, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules/class-network-options.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules/class-network-options.php', 1, 0x00000000000000000000000000000000, 0x6acfc8df9afd01b4d0c3204a436522e6, 0xad358ad3d56edef24c336e75aeab442dc1167658e1eae2e872bc150bdbe4bcc6, '', 0, '?'),
(0x05149ace9225e4466f8d8a127ae78440, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules/class-options.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules/class-options.php', 1, 0x00000000000000000000000000000000, 0x0ff76f07a1dce40b625f78eb7e35ef55, 0xc137eec9b6147765338d05fd857f5792219b0d8147538a2ce74aa09eed3b3576, '', 0, '?'),
(0x904897cbbc10b9d12722b715998cf1cb, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules/class-plugins.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules/class-plugins.php', 1, 0x00000000000000000000000000000000, 0x809adea51e82d660cffaf33c555f2bf6, 0x84c45c06bd425f72805b40df0ce4104183525d46ab05670ba621ce6aee6d1c35, '', 0, '?'),
(0x777beff37ff278e56cf6607d7b750013, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules/class-posts.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules/class-posts.php', 1, 0x00000000000000000000000000000000, 0x736a986c1b611a384cc73bd1ae68b09a, 0xad38eada34c932e394cbfc2ec42dfb8532d8fa0931c64029565d3256d865461e, '', 0, '?'),
(0xbd00175624f6e68bcf63d4d6efacd783, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules/class-protect.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules/class-protect.php', 1, 0x00000000000000000000000000000000, 0x05941802a74f06cbc365e798b0c623b4, 0x75090923eb9d68e2b2a3f9c388e7f1667f3c14771c522e2a26abda5a4534839c, '', 0, '?'),
(0xcc696bcf8c1c966c3900432ec9e42b10, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules/class-search.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules/class-search.php', 1, 0x00000000000000000000000000000000, 0x6c4291b2fe48cc0f9ad17567fac9c6a8, 0xf48d52fe1a77f1493f7af29ec704ca31e405505ae6a437e2ce136e1b848aee07, '', 0, '?'),
(0xfe426800e5a3b7b22ecc575b74d2ec52, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules/class-stats.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules/class-stats.php', 1, 0x00000000000000000000000000000000, 0x282ffee3b721f41ecbec9a460600d7d3, 0x6b3837fddd9930d3aa3600747404d84e90125f495c94d743e9d970736fcab972, '', 0, '?'),
(0x6b0c9fa5337baa9046d6e8872bb6294a, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules/class-term-relationships.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules/class-term-relationships.php', 1, 0x00000000000000000000000000000000, 0x54eefa252defcb01948406fb5fb8c479, 0xd726669e319cb04a827f7b3d89be3b4fcf869f2e54df2e2faddb9add3c338431, '', 0, '?'),
(0x8a970dad4b73cbdeffad1a5af90a95b3, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules/class-terms.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules/class-terms.php', 1, 0x00000000000000000000000000000000, 0x3ccf0b46777c9179cdc44b0a573d9e74, 0xf67c8a4657ded1d41a0b0cac9a0630d8e5e90226a719a8be339a339e973b458f, '', 0, '?'),
(0xd798828380f122e6544f6963b1c94483, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules/class-themes.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules/class-themes.php', 1, 0x00000000000000000000000000000000, 0x7c4d27d114d5eecdd6a57a508ff9772c, 0x3820629f7beb04d3d175de1a6ea78f16f59e97d1468642130421da631fb87b7f, '', 0, '?'),
(0x439216865d207e5877b28ca2f2ac543e, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules/class-updates.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules/class-updates.php', 1, 0x00000000000000000000000000000000, 0xcf7b6e757557dc4a96744344b2ccbc8b, 0x7c6d9474aacfc11990fa7ca8b1f7e96c61460f07a5d62175006bb5156b9d3ed9, '', 0, '?'),
(0x51ceb65016052be39332d5ce90d0d6bb, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules/class-users.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules/class-users.php', 1, 0x00000000000000000000000000000000, 0x94060810acbe2719da44a449b21e2efe, 0xd3e047ca35984fb8ebb559454044510b80bcb19be003f403e136c2946f8b5ed0, '', 0, '?'),
(0x1988472763bba72a4fd2b244f0f36b1f, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules/class-woocommerce.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules/class-woocommerce.php', 1, 0x00000000000000000000000000000000, 0x9b33aa2170852e68def24f8997b44a84, 0xa4db0dbfc046d7ae583b15a9695fd16d12d2544195e5d8a41b2d2452b939b23b, '', 0, '?'),
(0x16ec15e3565a4fe04aa93cb723edb6e2, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules/class-wp-super-cache.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules/class-wp-super-cache.php', 1, 0x00000000000000000000000000000000, 0x8d94c30a28a955dadbb9158a077a07ee, 0x8aa0c91aface9d3e6237a1474d824c9e81a1bed47d40f0712e762c2784d3eea1, '', 0, '?'),
(0x9a37d6b5c92593f6c640f7fcf8961e52, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/replicastore/class-table-checksum-usermeta.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/replicastore/class-table-checksum-usermeta.php', 1, 0x00000000000000000000000000000000, 0x2031a7d8b716489ea1ddaae633b707c6, 0x8656fa46b544eb7b03194fa4654ea8a2034e97d0cab4dd8379a09075076de191, '', 0, '?'),
(0xfcb2b05157234528d9c9c97e23699931, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/replicastore/class-table-checksum-users.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/replicastore/class-table-checksum-users.php', 1, 0x00000000000000000000000000000000, 0xfee11e423aff319c9f71b9b530ee44cb, 0xf90ad1bb9ba56fd2f62c566745c5a90f04b40c8d09dd23e40feb71d3181bd57c, '', 0, '?'),
(0xa4c4a93356c306dd5b13aed40d85e0d4, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/replicastore/class-table-checksum.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/replicastore/class-table-checksum.php', 1, 0x00000000000000000000000000000000, 0xe8c6e1a6981ff004ab7e6c87afd40670, 0x8abe5dada4dc504bbbfbfb362f22b5e57f5c3188710548f798133ba3cd0dfde0, '', 0, '?'),
(0x65a912c69151a70b340882cc81416231, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf/.phpcsignore', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf/.phpcsignore', 1, 0x00000000000000000000000000000000, 0x72794611f7203655710960ea6ca0805d, 0x8ef1c633aa38a2155920a36495f3508593bb365f3d680f48ec6468cd53f19914, '', 0, '?'),
(0x7860b9b33c82a23f211b7010c26b4638, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf/CHANGELOG.md', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf/CHANGELOG.md', 1, 0x00000000000000000000000000000000, 0x60d06e3ada4f8e188fc9707662526efb, 0x3353be03d2eae434952e42c6fa12e19a0d15cd2174efe262b47c1730e09b35d6, '', 0, '?'),
(0x6c4bc46e537b7ef14a2a6c0b434c96ab, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf/LICENSE.txt', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf/LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x07b6f86da467d9d95366b630cc61664b, 0xca67bacc93668eb4df01e9c10f5f4819aff3513c9a50402f4d050620ff74b5c7, '', 0, '?'),
(0x9172e6281fe229f7482be8981a1df809, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf/SECURITY.md', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf/SECURITY.md', 1, 0x00000000000000000000000000000000, 0xa296cb06339fc5251d96abfd395b7322, 0x46cf396dbf7f8220560387cb3fffbfa9e013f50ce26898d2491e24dfcf495bcb, '', 0, '?'),
(0xd7f9555e5517aae37cde115918b45e23, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf/actions.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf/actions.php', 1, 0x00000000000000000000000000000000, 0xe03b63157e888606e9ac0465e58eb628, 0xc78fc9d65c41e7706387213e27875a9c5645e4df140dd0c43a2a10c7aa43f0ce, '', 0, '?'),
(0x4c6493bc358b37afa242b46454d7a960, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf/cli.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf/cli.php', 1, 0x00000000000000000000000000000000, 0xf125860387cd5cf3faca4cf6322c3a18, 0x605203faf74a2ce70b466802e63d38e273c7757f6808fa8fe22078bc24449fff, '', 0, '?'),
(0xc4b228fd4e03e1bd064e827cbf80fa58, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf/run.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf/run.php', 1, 0x00000000000000000000000000000000, 0x0b91bf16631b705520f5546e4800c166, 0x144bb2dc2393d2a648279298b1a83a5ba7b811ff046e0907a20d361acfe026d1, '', 0, '?'),
(0x72888b416aee8a4469b1d51edd322d8b, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf/src/class-waf-cli.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf/src/class-waf-cli.php', 1, 0x00000000000000000000000000000000, 0xdaf7c75238c6c7be6f337f68c0ab4563, 0xead57add7a5b3166e897ec9c5fada21cd515369db481a8001566add606b0035d, '', 0, '?'),
(0x0dbcbd7c72da570937495158f7172417, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf/src/class-waf-constants.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf/src/class-waf-constants.php', 1, 0x00000000000000000000000000000000, 0xf134b6b7fd84e367e8929477c29e79ea, 0xa6b6bc15101c9e1ee765ef17bd6897f04c9b7506d76b3d821a3d2c6bb0b6db66, '', 0, '?'),
(0x50e588bc9737e533956bd51528ccd693, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf/src/class-waf-endpoints.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf/src/class-waf-endpoints.php', 1, 0x00000000000000000000000000000000, 0x3c643b62f5b6f01cdb21d28a362e6e3c, 0xb93457a3a24fc363f64caab895f4451d7c30c2e1f9e21b5a313e487228dacdf5, '', 0, '?'),
(0xe3a0871f69345a5894e739eb8a2d0e04, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf/src/class-waf-initializer.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf/src/class-waf-initializer.php', 1, 0x00000000000000000000000000000000, 0x89c1227ba8bc6703ec0c9b5452a6db5b, 0x532d35ccc92442b0b3e51c7d431f27e8c9b9e2f220613d94c7f471119ee11340, '', 0, '?'),
(0x402931dfece7170cf1c50d748f2801cf, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf/src/class-waf-operators.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf/src/class-waf-operators.php', 1, 0x00000000000000000000000000000000, 0xb081b01bee41b0ee2aae9aac998f83cd, 0xb89014c916ba1f1a142cfb7274ced391fd33135e2ec070bbe0dc824dd407b485, '', 0, '?'),
(0x2bca9753a9192237d10bdc1bf7cc3bd2, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf/src/class-waf-request.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf/src/class-waf-request.php', 1, 0x00000000000000000000000000000000, 0x0aa0439f407996b66fcaea66286f3a2f, 0x422715515921b4727ed41e757696848d7aa5c15e1db9896a1beb361300ea451c, '', 0, '?'),
(0x06bc304f2ae96bf9b9b6261367c948fd, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf/src/class-waf-runner.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf/src/class-waf-runner.php', 1, 0x00000000000000000000000000000000, 0x1ec8ae11e0fa150a54c28f818a2b7e8f, 0x07f22766d5cde965c43d997faa50d8c2c34f13ad632da1b3e9710188a6f6b20a, '', 0, '?'),
(0x714324d8496308ef9d54bd101ceb8c2d, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf/src/class-waf-runtime.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf/src/class-waf-runtime.php', 1, 0x00000000000000000000000000000000, 0xa67c52a92aaffe96b46a6e17e9a74d59, 0x1b63a2e87691f0d7a975d173247e051e849f9f6bd9d3e42821f043e91f902b40, '', 0, '?'),
(0x6feb6aff5d2acd26b12530d3c8d9075d, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf/src/class-waf-standalone-bootstrap.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf/src/class-waf-standalone-bootstrap.php', 1, 0x00000000000000000000000000000000, 0x14b88741c7a1adc7ce4429ecc7115178, 0x480ed70d7279a983d71f0a6caf595fb3c927c46aabb954c492c734b8809bcffa, '', 0, '?'),
(0x41a9b5c4dd2d03c31283685f7f24f972, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf/src/class-waf-transforms.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf/src/class-waf-transforms.php', 1, 0x00000000000000000000000000000000, 0xe11878d37fd6cc972ead735ffd668e84, 0xca453dfa5f53662de1b96b7adeb66912d570d0b1181060f3e7a4340f70dcb386, '', 0, '?'),
(0x36eb214fb50735ffb81a7221493b0add, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf/src/functions.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf/src/functions.php', 1, 0x00000000000000000000000000000000, 0xffb01148f51e0bc605f72b40cf2bf0e5, 0xa6ad683f832681ddf5d5b3c07b8eda3d6db334e0a8cc58128c85a6ce9f94c858, '', 0, '?'),
(0x3531486bc85ec251fd71f6387f4096c8, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/CHANGELOG.md', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/CHANGELOG.md', 1, 0x00000000000000000000000000000000, 0x32c92d94394efb5cf453a08b05a80f35, 0xa39b4ae545ab7fbdf33ffdd0c073ba3e383055b283fae4cfa4591ec99a5822ce, '', 0, '?'),
(0xe2dbccddb4666d765d1557407c61c942, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/LICENSE.txt', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x07b6f86da467d9d95366b630cc61664b, 0xca67bacc93668eb4df01e9c10f5f4819aff3513c9a50402f4d050620ff74b5c7, '', 0, '?'),
(0x8e0e3b37e108e06e82b8540d99a7d50c, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/SECURITY.md', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/SECURITY.md', 1, 0x00000000000000000000000000000000, 0xa296cb06339fc5251d96abfd395b7322, 0x46cf396dbf7f8220560387cb3fffbfa9e013f50ce26898d2491e24dfcf495bcb, '', 0, '?'),
(0x476d6e2d63a771b42784700b834bfe79, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/babel.config.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/babel.config.js', 1, 0x00000000000000000000000000000000, 0xda3014b90451287ed48633b1aa59b916, 0x389b17f0960ff959d108f83ed7fcad02a468a036934c24115640af39848b6157, '', 0, '?'),
(0xb1fcaf5f130a06436e0fb757892958df, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/build/dashboard/jp-wordads-dashboard.asset.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/build/dashboard/jp-wordads-dashboard.asset.php', 1, 0x00000000000000000000000000000000, 0xcb98b926d6054c0cebce893447f3f1cb, 0xe2a8019fffffbc6885266109b2696e476269ad872ed8351e602b6f50dcb87d36, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x3f50d06739986969d941b329227ebd65, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/build/dashboard/jp-wordads-dashboard.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/build/dashboard/jp-wordads-dashboard.css', 1, 0x00000000000000000000000000000000, 0xba644790518a9ea30b54414d40f09d90, 0x71017323e94cae5d5521547ef62dacf3066cdf9532053b12114d5fa55e41349f, '', 0, '?'),
(0x4ef3c5a4a7fdfe2d5d42e35befc0045a, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/build/dashboard/jp-wordads-dashboard.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/build/dashboard/jp-wordads-dashboard.js', 1, 0x00000000000000000000000000000000, 0xbc649f505d21c6112683adf6653f4a2f, 0x7192f9ae106e9ab42892d2e8aece58c6f2299ce6100421a56bf48c794ebd5789, '', 0, '?'),
(0xd680e18f2d49f562745c4a251af979dc, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/build/dashboard/jp-wordads-dashboard.js.LICENSE.txt', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/build/dashboard/jp-wordads-dashboard.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0xfe07165234709e61e0cdc05d4056de5c, 0xd5e2e5695326380546671fdf8c0ea9971d1b5814274a1f2ded36680366386b6d, '', 0, '?'),
(0xd1322af8005c7f663a194a8215b0a105, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/build/dashboard/jp-wordads-dashboard.rtl.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/build/dashboard/jp-wordads-dashboard.rtl.css', 1, 0x00000000000000000000000000000000, 0x78d5353246671cfdb261bb9c37c4b662, 0x4c3a47b8d652f2d6158898537bb72dc25f37fbf594219389989c4fe0e8b3626f, '', 0, '?'),
(0x0c811b0d1d7c829b346a887bf965107f, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/jest.config.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/jest.config.js', 1, 0x00000000000000000000000000000000, 0xbd04857afbf0fdeb38be6d2b24f71eb5, 0xf25043aba3e2327c71981cfcb3c483826b7b6c78e675aeb3053e53dd95e7f6c2, '', 0, '?'),
(0xe5443786ab89061ea195ea7432abd113, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/postcss.config.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/postcss.config.js', 1, 0x00000000000000000000000000000000, 0xf897dfd2333f6aaa1a5427e4aa42a2a6, 0x919a6357efbdddbaeb9ed49ab8dcfbae0dcdeaef1d4d2a9f88260c174fa429f9, '', 0, '?'),
(0xaeb2022b116f7de167bff51c3490c846, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/class-helper.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/class-helper.php', 1, 0x00000000000000000000000000000000, 0xa19a792677e94faae8f3d792b17d8a24, 0x5984bdf79b26104c94fcf9f258b7507b2fd9bf17589b340bdda70341a97b2047, '', 0, '?'),
(0x2381a4424f23d6c1ff9b80b1498f7169, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/class-package.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/class-package.php', 1, 0x00000000000000000000000000000000, 0x952be5d0727c4763de4466dbec75f7f5, 0x8780c6db2ac35e66c435fefcc2a115849b1dbb81328a47f5dc65d5fb9efd5f9c, '', 0, '?'),
(0x6d9a7ea036d77024c9780dbd90d6181d, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/class-rest-controller.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/class-rest-controller.php', 1, 0x00000000000000000000000000000000, 0x566f533a2381c851361c201a8b08b534, 0xdeb1a2260b2c9564a508dbe94e1fdb5626c5b8f67b5e8ff9eada787640480f3d, '', 0, '?'),
(0x14beeb122de3c50226e2ccd6c67c3ca2, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/class-dashboard.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/class-dashboard.php', 1, 0x00000000000000000000000000000000, 0x43abcbe67dbe99a7b34cd5ad0b4d8baa, 0x39fdd782637bb2dd5ca2a4c5193afe788c502dfb8712ce2f8f58c311c268b7e7, '', 0, '?'),
(0x50e7d8f86ba468b069185c5ce578bea8, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/class-initial-state.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/class-initial-state.php', 1, 0x00000000000000000000000000000000, 0x2354ad8d924a969f5a513de3713d0f7a, 0x2197f41409a83b914e52ee6d1a8126099c41666998c75706fac745760b9d1293, '', 0, '?'),
(0xeb1451c3ace9d853e97515e7e3cc1c97, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/button/index.jsx', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/button/index.jsx', 1, 0x00000000000000000000000000000000, 0xb99d365299e9ff98f9b9aaee00f23c06, 0xa2a1a70d8419339558efb81e100e8a802592d1955be0289310393b93f579b341, '', 0, '?'),
(0x7b1da2c16dedcc9849dbc1855dcd2b9f, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/button/style.scss', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/button/style.scss', 1, 0x00000000000000000000000000000000, 0xbcd0b752f245ab822e213d90351e6239, 0xf88a09e36a56bd24250df59ab38d6dfd2a24492efdf5068846ca88f3fa3c095c, '', 0, '?'),
(0xffbb2fafa2136b4686af5f1c44486ce6, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/button/test/index.test.jsx', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/button/test/index.test.jsx', 1, 0x00000000000000000000000000000000, 0x441926e04b949f8dca4a87c30ececb3f, 0xff2cf041269ff1402e33a9768357aec9881bbdcfd4e73af25fdde2c294dac3aa, '', 0, '?'),
(0xec2f47bc0789ef162d3c73a811825c79, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/card/compact.jsx', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/card/compact.jsx', 1, 0x00000000000000000000000000000000, 0x996cb1dd7e42eea212d59365245d9cf3, 0xc3283ca2a85b4b8443e66e25f77b9644f32a3c0075c931c7a56a0977b98aefea, '', 0, '?'),
(0x3a99c4a850b5dbaa3ecb4a4ebb12fae8, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/card/index.jsx', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/card/index.jsx', 1, 0x00000000000000000000000000000000, 0x0f0fd24152a3c376924daf6817eda03d, 0x0b9c97c13f78842ff5ff04b3d6d2eccdb835644afa5cd33a3b17b3bb916779ac, '', 0, '?'),
(0x7e5f8fb8572813c623d60c8a0f570457, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/card/style.scss', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/card/style.scss', 1, 0x00000000000000000000000000000000, 0x8eff9392b56db11b23f4607ffd05fc14, 0x306528dd246667cb8f3bb022c7a17e4f6844f537e90409f138ae60f98b4a8458, '', 0, '?'),
(0xbb268f899504492d03fe818cf852d1fe, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/card/test/index.test.jsx', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/card/test/index.test.jsx', 1, 0x00000000000000000000000000000000, 0x47f886bf4c113f2621ea459740a0a484, 0xb1749045870ecc66d7befde533f9651cc4d76a60b8fc363086f64b7c8c625060, '', 0, '?'),
(0x30b4ca6df45840b48b22492fd70d3f87, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/dashboard/index.jsx', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/dashboard/index.jsx', 1, 0x00000000000000000000000000000000, 0xcd727794027fb782a8e555fa61672465, 0x289e46e13b07743bf1453a4e6b39e66543ad594146312c6bd548ae572ac93972, '', 0, '?'),
(0x259825f486e7b866a53560d0e308fed2, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/dashboard/style.scss', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/dashboard/style.scss', 1, 0x00000000000000000000000000000000, 0x2788597b1ac2983d7fc85b70da56f2f7, 0x4a99595ad08e73e8828aa4f75fc4937e0ee8892e8d545259ce4b0b8d4a59de66, '', 0, '?'),
(0x121c0f57bd5f1c46761208833fdc1f48, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/form-toggle/compact.jsx', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/form-toggle/compact.jsx', 1, 0x00000000000000000000000000000000, 0x34822ba01032f06a50ce73385f6dcaab, 0xaa0395f7d59f5c9abacec43e5ca6d428fab90975a4d80196dfe1d5d7771438ef, '', 0, '?'),
(0xb9d7540d9bc8776f858d6f10121e7d97, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/form-toggle/index.jsx', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/form-toggle/index.jsx', 1, 0x00000000000000000000000000000000, 0x5484ef09757dfd9a33e94bb2c129ea34, 0xa5d29e5a9410897eae51ffa65d537ef0b147bfe4931bbce29416cceb4a086448, '', 0, '?'),
(0xd9659df5821e12539128382765cc96f4, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/form-toggle/style.scss', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/form-toggle/style.scss', 1, 0x00000000000000000000000000000000, 0x949d9588c88e5cabd863f6c13d5f321a, 0x2a96673f3650661565cb9fec2097e1d0701cd0c37c1d1e52d9f5536b04001519, '', 0, '?'),
(0x9ec1173433e89511b18f2e69a73d4c8f, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/form-toggle/test/index.test.jsx', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/form-toggle/test/index.test.jsx', 1, 0x00000000000000000000000000000000, 0x76e076cbfaf16bbadc733aba05d7b131, 0xb2ca1270a1bc86773147ed60c0be401be3f52adbafa480c4d1be110e0bb945a1, '', 0, '?'),
(0xdb0b64e8e6448eef848f410f6b437737, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/global-notices/index.jsx', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/global-notices/index.jsx', 1, 0x00000000000000000000000000000000, 0xe2966951fbf6bb698d2dda4861d7491b, 0xa886efabb3af0695179de4323afe08a61f61cac75fbf46ff9448c97083977f53, '', 0, '?'),
(0x19cd27d3e88fd8c8826bd05e426d7097, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/global-notices/store/actions.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/global-notices/store/actions.js', 1, 0x00000000000000000000000000000000, 0xd48e93c63350680024b00c5449c03094, 0xe5c922363917f7e2ea3dc88190f962a0d7f148393c1623fa722c7e3e6b619eb2, '', 0, '?'),
(0xe09f885d88b5941dcaa76de84c4e70cc, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/global-notices/store/reducer.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/global-notices/store/reducer.js', 1, 0x00000000000000000000000000000000, 0xd13385a94442d8d7854876c1952110e3, 0x73121a5c168609ca168b0760c91a25fe2d8eb89313997a2c79edbe728c3bc50f, '', 0, '?'),
(0x245d223d04719ccbf80bf901975646ee, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/global-notices/store/selectors.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/global-notices/store/selectors.js', 1, 0x00000000000000000000000000000000, 0x0f88a4f716ed303e14577726c70b5753, 0x82278df359aada30bc55feea114cd2b8490ac5450a869b029724878005e480d1, '', 0, '?'),
(0xfeb9a5d59779d39da9f29cd598fb4b9d, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/global-notices/style.scss', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/global-notices/style.scss', 1, 0x00000000000000000000000000000000, 0x250625df6b9d08b00607c1873e9610a8, 0x575cf2893b0a6cd87e33049bbeaa48abdfd11239ed13bfe1e36997a8d34a7d5a, '', 0, '?'),
(0x3eb17e9d112a2a04f65696e3b4c75d9c, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/global-notices/test/index.test.jsx', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/global-notices/test/index.test.jsx', 1, 0x00000000000000000000000000000000, 0xdb22eb7ab3f528a1ff6ef8ec1751ab46, 0xb438a40ed55904cdb69de05bdf78d650a1057b4f9ad4675154beb4b3a32e5b93, '', 0, '?'),
(0x1e3ddcdc7853e7ae88678de138e5ce1d, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/module-control/index.jsx', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/module-control/index.jsx', 1, 0x00000000000000000000000000000000, 0x58b4d5b2d70bcea15c0c32c7eab285b6, 0xa6e44de1e0b65b18d5cf0beecdfc7da3e574f020e7cd0d9b50b299c606812bc0, '', 0, '?'),
(0x4a7287087f02390aeb07308ebcf965d8, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/module-control/style.scss', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/module-control/style.scss', 1, 0x00000000000000000000000000000000, 0x077d4002335921362ae6dde09c3a7181, 0x48392d73c576bc424d3f3858093f687fb61ee47977cdbe6a6e02ffc8adb8fc7f, '', 0, '?'),
(0xffc14a69b8ad2b2adadc1fe9dda33fff, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/notice/index.jsx', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/notice/index.jsx', 1, 0x00000000000000000000000000000000, 0x94b969901712c5422b31c35ad9fee0f2, 0x47b0d83607c7c3530e39982a932e2cc05dcc645fb4a44cb987c92448d7a4a49b, '', 0, '?'),
(0x1b25d7a79ad5508b39149f785e95a695, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/notice/notice-action.jsx', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/notice/notice-action.jsx', 1, 0x00000000000000000000000000000000, 0xb04329921c19fcb8940c645e391d4086, 0x069ef6031f7f3b8b433c2640cc4265096af8bd978c4bfb46156eb6580a2383f2, '', 0, '?'),
(0x3a3bc2c2f2c8dce2b920c1152f3bca1c, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/notice/style.scss', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/notice/style.scss', 1, 0x00000000000000000000000000000000, 0x23558797876ae82797194d944ce4246f, 0x0a8b9e38ab6a8982169e06d99e1b2b6c21c647e2819482ec318683c022891a04, '', 0, '?'),
(0x5e192e96637d19265bcebde6143daca9, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/notice/test/index.test.jsx', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/notice/test/index.test.jsx', 1, 0x00000000000000000000000000000000, 0x4387a546888d862f91c7505771be9cfb, 0x853d3cd1d14943cb3e2d2d05a7b23f9b399c4794e9bf06deaba3c544af331d7a, '', 0, '?'),
(0x8c0605748fcbbc9b9b405b64057f5499, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/index.jsx', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/index.jsx', 1, 0x00000000000000000000000000000000, 0x41cfe86a285c2052a914ccf4b3bcc2c1, 0x3f83d04c3354ea9a8deeab10a8f9ec1726279188aa42613fd4d0b95db7add7c0, '', 0, '?'),
(0x3a5d230df20faac0d710008966758789, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/scss/_variables.scss', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/scss/_variables.scss', 1, 0x00000000000000000000000000000000, 0xdf9f812fd29e8078cef7629140ffc89b, 0xe037f462da70303a6c99f636890bea3379c866f1a673c831b57831028d9af98d, '', 0, '?'),
(0x591943a0cf2524a10c3a62e0f52e35bc, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/scss/calypso-colors.scss', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/scss/calypso-colors.scss', 1, 0x00000000000000000000000000000000, 0x69908c2f5dd1d49d4f26e16dc74d927c, 0x00c23396f57f6e50c0e81646af929a9b117e5b0262541e27f75fdc92fe0bc629, '', 0, '?'),
(0xb23cd98fbb29632e213a067614bae9b1, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/scss/calypso-mixins.scss', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/scss/calypso-mixins.scss', 1, 0x00000000000000000000000000000000, 0x42e29475b156c887847f6382ca8efda7, 0x9e8dba4571e0d647fdeffc1f8f8d77e3fa6f69434d0e0d44b88bb53bd356184b, '', 0, '?'),
(0xf7276abd8f4d55a807af031265992b81, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/scss/color-functions.scss', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/scss/color-functions.scss', 1, 0x00000000000000000000000000000000, 0x687d5bfee75f510c4f13e7cb0de5c00b, 0xb0c51d29b1133dae582e560704ed98a8bf9513bbb8fd566d5dca2783473109af, '', 0, '?'),
(0xa087ae6bee0bddaab48514fab56e0fc1, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/scss/functions/colors.scss', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/scss/functions/colors.scss', 1, 0x00000000000000000000000000000000, 0xa9146a66c2c7ee46a369d0c3b41ae826, 0xa81c1c2c878b0e7a3fdfd048c38bba38a386531aa8a64bd72d3cd194bdd710b1, '', 0, '?'),
(0x915f7843310799ee12243245b4d7ec97, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/scss/functions/rem.scss', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/scss/functions/rem.scss', 1, 0x00000000000000000000000000000000, 0xd654a5c37e0a2c02cf2ed8c836c94d21, 0x8650d86aeb35725877856953c9d7b49594652c61425a2ef6339c7b90aeec1148, '', 0, '?'),
(0x3e219651468f39c76b2c896177763a97, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/scss/layout.scss', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/scss/layout.scss', 1, 0x00000000000000000000000000000000, 0xa32f0c522441457f41ee0953207052dc, 0x083820004910d160b81effcd04204ffdfeb2dad4650e7917d8a540c42b2ed615, '', 0, '?'),
(0x5d9241f00112a96f8b259f4f61bf66b3, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/scss/mixin_breakpoint.scss', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/scss/mixin_breakpoint.scss', 1, 0x00000000000000000000000000000000, 0xd1112ceecfd62d1bb04e5290c7e1efd1, 0x5b9dab020f63445cae5a7175099ad188835d2028a500091dfde12ee442becdac, '', 0, '?'),
(0xfcca377789979e308aed4c960ad4d4ae, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/scss/mixin_icons.scss', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/scss/mixin_icons.scss', 1, 0x00000000000000000000000000000000, 0x7ba93cc861c942b16f6576b3250ab6aa, 0x5c353e08fc3f87211154ff02c36c217e13cb9b8161ae5defb5d6e3f75719432f, '', 0, '?'),
(0x19b3df74bbcf6b3052908a16a07280a7, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/scss/rna-styles.scss', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/scss/rna-styles.scss', 1, 0x00000000000000000000000000000000, 0xf91ca3d1ed92e2de2239c110374637aa, 0x377013bbd40153b638c8ef566b24a8ea8640c437986af1c23aa0ec3c84c996cb, '', 0, '?'),
(0xb23bf0c599081933ec1778f5198d603d, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/scss/typography.scss', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/scss/typography.scss', 1, 0x00000000000000000000000000000000, 0xddec24aca4fb03438eed7932e946fb6c, 0x9fdfb8f1799fa77312e649eaef8f7d236b219a8e22bb816e162aedc94b5378d5, '', 0, '?'),
(0x0fac8cbee9b2a853e9597be5d8775a63, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/scss/z-index.scss', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/scss/z-index.scss', 1, 0x00000000000000000000000000000000, 0x71fd8c7d8bc683efbc12b5aaf3de7346, 0xb4521a206e9a5d6aa259996ac14d37f60a4c7cdeff55735d878ace650b12d1de, '', 0, '?'),
(0x972c5a5e0c4bbcac451965253d918d04, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/actions/index.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/actions/index.js', 1, 0x00000000000000000000000000000000, 0xe6388a5ec043cae30974f7219fefe221, 0x303a18a6d163e445d52feef37e63c6a3b18ec94513ade0fd6ce4f4065d132def, '', 0, '?'),
(0x91bb62c801ea23ea8af37d5ce0dce2d0, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/actions/jetpack-settings.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/actions/jetpack-settings.js', 1, 0x00000000000000000000000000000000, 0xf1c0f68af568e5c5079a679a5d303ece, 0xbcc40b1d28369a8c04600b9e276578487a93752a0f0d84c046f8e7e4ed5bc162, '', 0, '?'),
(0xc7a28a246fc6baa70cf500fb4233c9df, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/actions/test/jetpack-settings.test.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/actions/test/jetpack-settings.test.js', 1, 0x00000000000000000000000000000000, 0xfd0d5d8b70a013be17eda19008637973, 0x36d622d73d49b26767829422ee868b383431e1260c3ac8e2a8ee0873fe10bad2, '', 0, '?'),
(0xb135705198696f2cd9813d63191e5829, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/controls.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/controls.js', 1, 0x00000000000000000000000000000000, 0xf99ee685f19acbc4d66dc7a01c201e5f, 0xb672d0a7b3bb97ccab7dd72f0f99950a3aa4d7d0064bde67edbe58e392ea72b7, '', 0, '?'),
(0x3b1b99c824fa7ea40506b2e469435e26, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/index.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/index.js', 1, 0x00000000000000000000000000000000, 0x6bb7488f2638f58793357cae7996d0d5, 0xb0768ec16f4a5232bfeff36a4edf60235de1a26216d832d38e6291012452767f, '', 0, '?'),
(0xfb0cf18415dd7c92d240f75f820f8bfa, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/reducer/feature.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/reducer/feature.js', 1, 0x00000000000000000000000000000000, 0xf62b11bd56b7ba9fb7c9f88350f67c6b, 0xd81b820f9908804c5ea1f2768e24d07ecd667faa96bdf683390b7436f8156c2e, '', 0, '?'),
(0xbc0f0660d178191a0d336f94b868b63d, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/reducer/index.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/reducer/index.js', 1, 0x00000000000000000000000000000000, 0x1ce0ff06c85d0081b39034e7fa0809f1, 0xd32e6a584877fbf1974cd71c1baf77591070a765f465489abbb3277c70b5d3dc, '', 0, '?'),
(0x92674d298dc213e1dd9387f1ee702383, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/reducer/jetpack-settings.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/reducer/jetpack-settings.js', 1, 0x00000000000000000000000000000000, 0x41be0fc094c033d100d33a21ebb7588a, 0x37672d24ff33eb852f3d686a6df288005fc3876c8f069aa129bf5df6257c0e4b, '', 0, '?'),
(0x4664ced1938c29164cb219ad4b0efe4e, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/reducer/site-data.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/reducer/site-data.js', 1, 0x00000000000000000000000000000000, 0xc69dd265c69544c57a67eb98a34f42ca, 0xba398976e2b9699be27abd9d91a67a6b7d6a6ee7d1e51051df6cf387f702b55f, '', 0, '?'),
(0xc7b9950edd41ccdf0f7be25ad58becca, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/reducer/test/jetpack-settings.test.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/reducer/test/jetpack-settings.test.js', 1, 0x00000000000000000000000000000000, 0x7a36e9fba7e4dd003e4a604e53de2444, 0x662352969c621b8d3467d0da0c780a5ceb193b90915f45f8193dd51c41a8fb4c, '', 0, '?'),
(0xd49ea1a06b9c8a6baeb190fd09b815b7, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/reducer/user-data.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/reducer/user-data.js', 1, 0x00000000000000000000000000000000, 0x07f49d77e4a8f50543554551bd3c2fb7, 0x300d23ffa7efcb8a8d293a728b5a1021281cdef21286126fddccd2ce160567ee, '', 0, '?'),
(0xdb21b3a6ecd2a52299693f865adead9b, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/resolvers.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/resolvers.js', 1, 0x00000000000000000000000000000000, 0x7b1826a636effbdfa5f41d159c486e26, 0x292e9fbb26ff8dd4a9c72d5398313bd1b5f2d0581869ddf143d9ea34882cfcfc, '', 0, '?'),
(0x96f20b6033d906a7cba4010df50d6069, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/selectors/feature.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/selectors/feature.js', 1, 0x00000000000000000000000000000000, 0x29057a7dd7f22ad0860cf371c7142904, 0x2397784494d99fa5f1ca26a695395275d4de899eae3d701ce97c9f97cfd09293, '', 0, '?'),
(0xd14f4dc853337e0bb11c0cdb15cd4fce, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/selectors/index.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/selectors/index.js', 1, 0x00000000000000000000000000000000, 0x8f007c202d84c3ff551c7d93f9e0d06e, 0xca4d6696fe2be5a315a15ff3ffd51e84c6a0c18de7b336ad1a6e7c76a8c809a9, '', 0, '?'),
(0xc7d571d3463ba6d91de897c3384b747d, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/selectors/jetpack-settings.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/selectors/jetpack-settings.js', 1, 0x00000000000000000000000000000000, 0x8a135ee0682b4df8a0b769655587b8ce, 0xe7bc5c1d990895c394923ac35bdd3b8ce5b4c0b200e3e4569cb2d75014bafb86, '', 0, '?'),
(0x06ce5f599e79fc6432e5742c7ce85d04, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/selectors/site-data.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/selectors/site-data.js', 1, 0x00000000000000000000000000000000, 0xe71156959896c6b0b08395c951d4d99a, 0x5dcc84802dd69929721dceccb5d26e03ab2893f1aa6ddcabca1b7ffb141d3757, '', 0, '?'),
(0x73b7ee5173011bc0c84fe84ece3f911a, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/selectors/user-data.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/selectors/user-data.js', 1, 0x00000000000000000000000000000000, 0xfc9ad296a8a15becdeb0a683f10e4e7f, 0xdc24913d8560b7be9da51fe9a1f6e8b983f8f417c957e222a5eee7badb223241, '', 0, '?'),
(0x38dffe8f2adbe51c4352afd8ba3f6bf2, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/initializers/class-initializer.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/initializers/class-initializer.php', 1, 0x00000000000000000000000000000000, 0xbfdf9fc0de6ea4e38bb675f557d36214, 0xcc1b24a8f5d6ab4627947e16419738d09b29e446669382741d7729683b06d1df, '', 0, '?'),
(0x642178e6d340a5de60d83770f1cc94ad, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/tools/babel.config.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/tools/babel.config.js', 1, 0x00000000000000000000000000000000, 0xd22d3908e0f5ef4fa279673ccd9646df, 0xc365f6a12aff8d9e918a423ca1fcbc67e63eacafc449fe124a965442b3dc4db3, '', 0, '?'),
(0x24cdf7730871abeb6232a445dfbdec18, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/tools/define-palette-colors-as-static-variables.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/tools/define-palette-colors-as-static-variables.js', 1, 0x00000000000000000000000000000000, 0xc65fd339d79e8fa243dc7b25105efc51, 0x6567fccdd1497fc42e9cb407e96462e5d1d66571d548127623382171ba1cf754, '', 0, '?'),
(0xda2c883867bb6b8802e957c01867f620, 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/tools/webpack.dashboard.config.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/tools/webpack.dashboard.config.js', 1, 0x00000000000000000000000000000000, 0xefedd149b084cb54e33a79dcf0fbdbef, 0x48c427e79cdbe2ab99cf06634ac1be26b397481d4f09d7fc96b94587ddce8003, '', 0, '?'),
(0xc5cd0e195a1fa4720894555035749d31, 'wp-content/plugins/jetpack/jetpack_vendor/i18n-map.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/i18n-map.php', 1, 0x00000000000000000000000000000000, 0x907068f08bb5b5d594c2e42320ef2d65, 0x7ce5462ffa766e983d671618781c5ee814b6ab70ee6fb065bb112d8377a316b3, '', 0, '?'),
(0xac0e0777a0493d8e27003b2d3869cb27, 'wp-content/plugins/jetpack/json-api-config.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-api-config.php', 1, 0x00000000000000000000000000000000, 0x2c7c2a0576916248bbd86fc5f27d5687, 0xcfda8a472bd47fe4891994005f28a3b3e299a5d17010d956f4ad4ebef2e63475, '', 0, '?'),
(0x7411e6af44d1c438241c3c089b6b3ae6, 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-add-widget-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-add-widget-endpoint.php', 1, 0x00000000000000000000000000000000, 0x8ddf48da65b04de00e73392c20d3cd42, 0x21d50ba3f1deb10f042db4764e5c89658ed8ed9a41f37fedcff432c3e917254e, '', 0, '?'),
(0x99a3bf08f1eadc39afbd5dae693646c5, 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-autosave-post-v1-1-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-autosave-post-v1-1-endpoint.php', 1, 0x00000000000000000000000000000000, 0xc196d06cb7e7429b911665c5ac4a59a3, 0xbe5c7278b4fbb996dafaff7d0ffd9c743bc1ada0ec3122ea9fdcfe1252db80d5, '', 0, '?'),
(0x77a520af3e9deb3fe912987e5e1fd1d5, 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-bulk-delete-post-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-bulk-delete-post-endpoint.php', 1, 0x00000000000000000000000000000000, 0xe8d248fad089631d9d07fcb8f74719c4, 0x8a8e9ca1aa35cd82053306823b3bc7f3b381e6d40e62fc7cc70b40ca8ac15863, '', 0, '?'),
(0x3c4f51a6dbebc98e9a61e1bf52a5b9a3, 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-bulk-restore-post-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-bulk-restore-post-endpoint.php', 1, 0x00000000000000000000000000000000, 0x8c84bd4e4e9f50873828e0991fc3a730, 0xd4ab317325ea5954ccd2af9986a6cec1c08ba0756f51c0d2d3b835687f4aec19, '', 0, '?'),
(0xbb5bc305a79cb457110cb541aceeeef0, 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-bulk-update-comments-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-bulk-update-comments-endpoint.php', 1, 0x00000000000000000000000000000000, 0x82c7bee117685ab6391284ed6fa17a3d, 0x32d6fd3accae939bb94b39437813bf5e0c683a37a781eacf0cb5c576020821aa, '', 0, '?'),
(0x1186654080bb0ede3b3f83683b29057c, 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-comment-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-comment-endpoint.php', 1, 0x00000000000000000000000000000000, 0x01fd35ebbd6375d7c8ef6637487833e9, 0xcd5482ee5b5489e5bd6765e855f42259485c42317c0da7335e61c92ead07d0aa, '', 0, '?'),
(0x18d1ddad31784e6570665da84501e319, 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-delete-media-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-delete-media-endpoint.php', 1, 0x00000000000000000000000000000000, 0x3e6bacb00a28de4d300c0103301a4a41, 0xcef9a27ab5515d1c812470ff1aca37ab0bb96b56477d5db833ca875e84b681ab, '', 0, '?'),
(0x8fe6547ab922d3757426e75cd199cc84, 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-delete-media-v1-1-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-delete-media-v1-1-endpoint.php', 1, 0x00000000000000000000000000000000, 0xf5b9532c982f8abd4ace5194e5bccf2d, 0xb8c7980862491577368eab96dbeb046cb8f6274344ef247320a4f7f4bece652a, '', 0, '?'),
(0xe6153890c2caa1bfd986b53fb87271bd, 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-edit-media-v1-2-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-edit-media-v1-2-endpoint.php', 1, 0x00000000000000000000000000000000, 0xb8b5c92a1aa4618938f2663f12101acd, 0x3e1561072f4c24adf896fd3efdad0cd4e08390df3cbd486554418564f304728c, '', 0, '?'),
(0xdc721c953e3e929b2fc267b4500816d7, 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-autosave-v1-1-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-autosave-v1-1-endpoint.php', 1, 0x00000000000000000000000000000000, 0x64225d951936510d9c1683ca3b7e2a32, 0xbd83df65222a37a2c357acdd521fe07b160f0ec1f997424533119f3d48fafed0, '', 0, '?'),
(0xba5c3a9c3ce83df67f81cc1c258b62b5, 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-comment-counts-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-comment-counts-endpoint.php', 1, 0x00000000000000000000000000000000, 0x78b80956e437370c333fcf78bc5d86fb, 0xd3ba777183a64211848ddc7c5915bc06e4ca49c77df3f09fc5895bdf7bec0099, '', 0, '?'),
(0xaf00a4d36852ededbb18d60a0910cec6, 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-comment-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-comment-endpoint.php', 1, 0x00000000000000000000000000000000, 0xadbedc1239a61b2ce32ebd40b69c60bd, 0x67a035945eba7dbe279d2ddacbddfcaa9735b4605883391f8c1bc65137865fa0, '', 0, '?'),
(0x550bd81b9abcacc0a2e94db7e6e75971, 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-comment-history-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-comment-history-endpoint.php', 1, 0x00000000000000000000000000000000, 0xd3c885772fe7737533d9ac0edd054c7d, 0xba40c1e77da400c9d463241c855d7d566d3ab3f5d5314f8b8cc0532afed6cdee, '', 0, '?'),
(0xaa32b7927a1ef8c2d44b51112c950134, 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-comments-tree-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-comments-tree-endpoint.php', 1, 0x00000000000000000000000000000000, 0xbbaa52625770cbd0ddbbb4414e4c1196, 0xa1151e90b5652346a56f74f6ff0999bfa26209b255e79aa70c5ffde2673261de, '', 0, '?'),
(0x17cd61b15c26ca23b817f8ba60fe4cd2, 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-comments-tree-v1-1-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-comments-tree-v1-1-endpoint.php', 1, 0x00000000000000000000000000000000, 0x2d2ca9c8192f84194fca5a3f6ee7ffa2, 0x60e0c1d0d6969ea46c55a458ade3780e20385f7e3100b5a247da998c8ff592d2, '', 0, '?'),
(0x8b48ca006a31ffef9b1daddf4c999eb4, 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-comments-tree-v1-2-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-comments-tree-v1-2-endpoint.php', 1, 0x00000000000000000000000000000000, 0x29ec0c6eeea34e9122d9f233543251d6, 0x2d40242abbff9abb388e26aaf04299b6af7bc5a69834b122a0bef5e75ddb08a9, '', 0, '?'),
(0x288d22bbf604dc6e9ffcc84845e7bcda, 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-customcss.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-customcss.php', 1, 0x00000000000000000000000000000000, 0x1a0b5e8dfbfd5425b1ebee6e41186dac, 0x7480083dabded86a2cb8b26060869bbcb0c7fb4485bf52878706fea78f4fe32f, '', 0, '?'),
(0x4619476edb7fff2420ab2df64734b373, 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-media-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-media-endpoint.php', 1, 0x00000000000000000000000000000000, 0x9eb4b78026f87faef21be617c412b16c, 0xc19c576844e2228c25bcbd06bcb53b8a6973a62cb0e1be0af1f4d73817e72e15, '', 0, '?'),
(0xe14c47d9b54e3f1d645d607f50cc1a8f, 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-media-v1-1-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-media-v1-1-endpoint.php', 1, 0x00000000000000000000000000000000, 0x02f882d086b1ec944e4ed2a7ee5c5a2b, 0x64293c7b9b7196ef6e9a7bb747f6b1a614bc7999491ec549a0515621418404ae, '', 0, '?'),
(0xfc571ecf32d8276b4e48c8c6071ab1fe, 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-media-v1-2-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-media-v1-2-endpoint.php', 1, 0x00000000000000000000000000000000, 0x7cb4e874d13451970ab5b0bfeb4d5723, 0x0716ddb68b052a57897e116d275ac616a6298b22401010b686e8ee76cb4e07d8, '', 0, '?'),
(0x31006684e4a5d2a0308ff71e815643d8, 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-post-counts-v1-1-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-post-counts-v1-1-endpoint.php', 1, 0x00000000000000000000000000000000, 0x939ce3b41253c033a6a2858e942443db, 0xd73927e1349478597a0b374ec686b1ccb7c58dd0120447da31f71d284be5cd3d, '', 0, '?'),
(0x09f3b4af4e6460adeef918902e3953f6, 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-post-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-post-endpoint.php', 1, 0x00000000000000000000000000000000, 0x8d6279db14a0416bde7cdb5bd0af00d8, 0x419bf9f51c52934abc1ba5f75314a6c0758fa8e70113f23f5c8da8acbbb09c34, '', 0, '?'),
(0x9f496225a482075e827dc79cb49c7f1c, 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-post-v1-1-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-post-v1-1-endpoint.php', 1, 0x00000000000000000000000000000000, 0xe463b491c32131dcbcbcbf902bb70d7b, 0x3082c127bcb0bb33fe854065f8ab1ddd9bf98208547c4fcfae406293906fb154, '', 0, '?'),
(0xb505a20884a75265ad3000e6f7a06ecf, 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-site-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-site-endpoint.php', 1, 0x00000000000000000000000000000000, 0x4dfb82b6f5a7d46557b86d3678bb0395, 0x1928c5df33ce5cb3d2f0810ede4dc4e5b46b480d199a827c731f392d44853d3d, '', 0, '?'),
(0xb514174771d9268639247d899939ba0c, 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-site-v1-2-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-site-v1-2-endpoint.php', 1, 0x00000000000000000000000000000000, 0xfe40b0abe96584bb8eb23171958b4255, 0x1cce81bc3fe0d66017023fa7bd29efd74890b3574282c5b5d45bb4eae0a7619f, '', 0, '?'),
(0xf416900345c7b5a4758015d8109dc643, 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-taxonomies-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-taxonomies-endpoint.php', 1, 0x00000000000000000000000000000000, 0xebed398d29e6f63565297cdb0654bdb5, 0x17a5ce337a1d7d665f9fad8c3c11bf79d92028e710230d497d3266aa208f70b3, '', 0, '?'),
(0x768788c08e3ac37fbb70426811f8c732, 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-taxonomy-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-taxonomy-endpoint.php', 1, 0x00000000000000000000000000000000, 0x93f5e4947cf4d832e46714347f9836b3, 0x4dc49e91296bc9d0dc2471347ed39f3261f560523fbda7892955fbe0a629a531, '', 0, '?'),
(0xb354ad06d4fe7c34689300d328e068cf, 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-term-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-term-endpoint.php', 1, 0x00000000000000000000000000000000, 0x64ea4abd9dd772d8912df3e0f8ff4954, 0xa2af9ee7479f15b44e5879d183be52ab3b27ca6677062f0200775acc72f1ea28, '', 0, '?'),
(0x9f0ef79e6271179ad39328d0033de7c6, 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-list-comments-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-list-comments-endpoint.php', 1, 0x00000000000000000000000000000000, 0xf7e15668fbae7ff719ae75d233d16e2b, 0x1260f2db74162f1e3d27054bb397e96d085af23a00750f20907600148854f9bd, '', 0, '?'),
(0x740ba91eed74e2bd6ce5554d3f2693cb, 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-list-embeds-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-list-embeds-endpoint.php', 1, 0x00000000000000000000000000000000, 0xd9b48b1e6e6feb37b712526bb36cee72, 0xb992a0c42b5d0ee11853985ce9c33ba7f19b15fba65141c18509b9d079e4ebd6, '', 0, '?'),
(0xb39d7c1885eb56b783e4ae37478ff3a8, 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-list-media-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-list-media-endpoint.php', 1, 0x00000000000000000000000000000000, 0x8fbb0d0a4fdd83e52d3c24bb25d626f8, 0x5441724958565fc67c19ad07b56a73238ed77433fc0a0e45c7c584f8cc689f56, '', 0, '?'),
(0x4ae6919c42871aced587f9d9e5bcb762, 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-list-media-v1-1-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-list-media-v1-1-endpoint.php', 1, 0x00000000000000000000000000000000, 0x332b477fd41212762cb761d7520922ea, 0xa9706ea2890fca5532eec00cbe20deb5fbf412d2e186d18ad258c333e33ac3cf, '', 0, '?'),
(0x073779d76050735ff5419d73e7bfecf5, 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-list-media-v1-2-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-list-media-v1-2-endpoint.php', 1, 0x00000000000000000000000000000000, 0x0294dee72f91f4cd1fe4fc47d2f86c30, 0xe0859da67cc46055d4a77055424ab8565f660088ca8a2bc77986eea48049e561, '', 0, '?'),
(0x35399ce8a24e9bb59fdea4dd5ae360ce, 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-list-post-type-taxonomies-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-list-post-type-taxonomies-endpoint.php', 1, 0x00000000000000000000000000000000, 0xf24d60a7481f0d0b69777457d54761ff, 0xa62c39dc29ee78b475283bca08e83892d74ba27c41fd8d28ec79dbd80f865ef8, '', 0, '?'),
(0x01ad2dbbbf0599c8b0618e43808debea, 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-list-post-types-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-list-post-types-endpoint.php', 1, 0x00000000000000000000000000000000, 0xcefbb86ca4974bc00d1013cbb4966b31, 0x0c994c8706d9ae5f1ed29ecf503c1f4ccabc7669314235ee91d34744a9a015a5, '', 0, '?'),
(0xbb227a3c2248270196d9715238458b3c, 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-list-posts-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-list-posts-endpoint.php', 1, 0x00000000000000000000000000000000, 0x2c63ba1901185fd13c956cb9949d3bd4, 0xa5f476715ecbda6b1e7728c8ec90054f8dd019e404dc5ac3e03ee7f21000de3a, '', 0, '?'),
(0xeb7ae10f81eeec050fe0b9e0855df6dd, 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-list-posts-v1-1-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-list-posts-v1-1-endpoint.php', 1, 0x00000000000000000000000000000000, 0x04639f056c4fc7913db4de2a3ecfcf4e, 0xfa6eef624ddc4265968caffa009a1cff038ca4afdddfb6dbb6839bbd28aeaaed, '', 0, '?'),
(0x149a2844fe90c8101481cd29f7d3e99b, 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-list-posts-v1-2-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-list-posts-v1-2-endpoint.php', 1, 0x00000000000000000000000000000000, 0x948438eda50b06d5b0467ce720853954, 0x0b4d715bbca2c7f09afeaf836d9a27ebdda5956b8b214656f512e6187df182a7, '', 0, '?'),
(0xcb51a9b6fd9b75add1200b9e4964eff5, 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-list-roles-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-list-roles-endpoint.php', 1, 0x00000000000000000000000000000000, 0x10ee596f198e8635283e95bdb59fe9c7, 0xbb9a73829762b51dd4574d182ec107212eec5296d874bb78e1fe3bec14484ea1, '', 0, '?'),
(0x41145ce35bc501a1995e6aa9ea7a8ab4, 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-list-shortcodes-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-list-shortcodes-endpoint.php', 1, 0x00000000000000000000000000000000, 0x80644658839cfb13b8d1d17411066b9a, 0x825c57be8780c1ed12ddbf91c8081ac6f91740fc90efd59ad147baf204d7c94f, '', 0, '?'),
(0xc25fcf797ff0b229c0248a4a1314a640, 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-list-terms-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-list-terms-endpoint.php', 1, 0x00000000000000000000000000000000, 0x2068add571cd88844fefc5ece7f851b6, 0xf2662230eb59d3426ab69a4681645993fedb7989c488088391e3e5964bac3ce0, '', 0, '?'),
(0x296e072abf526647b02332b61be83c95, 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-list-users-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-list-users-endpoint.php', 1, 0x00000000000000000000000000000000, 0xc34749216392be979c8f79544610d873, 0x28804da2edf0d706cdc5b45eb67f458cd8ee9d7052d773ee8f60972eecdef558, '', 0, '?'),
(0x78a6e39c2d04aae2d06686b4d7fb56b0, 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-menus-v1-1-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-menus-v1-1-endpoint.php', 1, 0x00000000000000000000000000000000, 0x04e8d91eafec7fdf862a129d89638d7c, 0x6e7a220c47a5bc226994ba310b6d541dc8de648df5aa3ddde2a1398dc5dfae77, '', 0, '?'),
(0x11f472ce95f80871e781ef55b0a27073, 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-post-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-post-endpoint.php', 1, 0x00000000000000000000000000000000, 0x11639cb74536b841fca1ba645261dbea, 0xf957241c626a474eedef5ff7aa286b5e4a010071c1d6fa428c7c6fbb4ef4f7da, '', 0, '?'),
(0x3bd84f16e7b08f75a0e8aed09c47cee8, 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-post-v1-1-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-post-v1-1-endpoint.php', 1, 0x00000000000000000000000000000000, 0x89f43b8e969e44ac429a43039a688abf, 0xeb13725c08eb44f720d88902ed0bad8c9368cb8b4f2057be793c40de21ae1e02, '', 0, '?'),
(0x4c143550a472af40d2693b0bb3a18687, 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-render-embed-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-render-embed-endpoint.php', 1, 0x00000000000000000000000000000000, 0x40cb63790a45dc8a63527dd4ffe71ce1, 0xa4139db8258a74fc2e534bad4aafa1c02009e47e4235721891edfc83d9fba051, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xd89e4a21c39f38b540e6466eb4dc598b, 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-render-embed-reversal-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-render-embed-reversal-endpoint.php', 1, 0x00000000000000000000000000000000, 0x280e0966a1b255d6ea3c8ab229cd42b8, 0xf87c5777da4061a6386a85091e3da41d1d67f9a50f6645263ac381c33b1b265e, '', 0, '?'),
(0x9d80644bd6b19d77385681d146ead258, 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-render-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-render-endpoint.php', 1, 0x00000000000000000000000000000000, 0x11079e2d4d721e61d271549ed1b6147b, 0x60dbc65a23c1714afdfb1c5b300f2781e191689eb51383be2ce062f5e71d79dd, '', 0, '?'),
(0xf198fed95633d1e5102a458b6757812b, 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-render-shortcode-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-render-shortcode-endpoint.php', 1, 0x00000000000000000000000000000000, 0x483cf6826954292af3f55ebbf8ecc0ef, 0xab20122c7d5afc3ade80148e0279036d6cf375624c76a0e3ada564bb3d4c1f35, '', 0, '?'),
(0xb8bbb53e79836029500b7399ee3b04fd, 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-sharing-buttons-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-sharing-buttons-endpoint.php', 1, 0x00000000000000000000000000000000, 0x93c29376630ac232218db2adaed637be, 0x9766c7f76bc52341697d73f3875ea26c62058622cf9d2f81644102d97015bfd6, '', 0, '?'),
(0x03d815fd6f2e188950e1f4f37e58037d, 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-site-settings-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-site-settings-endpoint.php', 1, 0x00000000000000000000000000000000, 0xbe0f772894b8ca364aefae568cbbb542, 0x368282ab8f6ab31a0babca90e71b51abc85c0277e9725d4e4904ba2edc7f5cee, '', 0, '?'),
(0x1154d366eb2efdbe6ff7fb12ca77bd92, 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-site-settings-v1-2-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-site-settings-v1-2-endpoint.php', 1, 0x00000000000000000000000000000000, 0xf375eaf47ef9f6289d049cd0755b125a, 0x7803a8a84b430a0906876fb2ac449f7ab1275f3d90c954639146dc7b2956679a, '', 0, '?'),
(0xfc3c71ec94c0bc7882ab81fd0c20a713, 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-site-settings-v1-3-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-site-settings-v1-3-endpoint.php', 1, 0x00000000000000000000000000000000, 0x033849cae98c8faf437bc86921019fcb, 0x99f5a25850d63dff62aa51e72b0018d65ad28c9a835bd0cb402c037c786d0755, '', 0, '?'),
(0xedb6b2018a2ccec8854cf6ed60a163e1, 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-site-settings-v1-4-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-site-settings-v1-4-endpoint.php', 1, 0x00000000000000000000000000000000, 0xb5f26c7d859df8e1103d3b13d76e63cf, 0x2d574481e27d65cfe6b501a1bf4d7906cb840928cf63eda18363c070e06c6446, '', 0, '?'),
(0x4825c3c4d2b94ce7a065b9c210927237, 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-site-user-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-site-user-endpoint.php', 1, 0x00000000000000000000000000000000, 0x6c62b392b465805d0a6d0435ca51090a, 0x349837fe00007ff0fd5f353b3dcd3b2d869cc12a9ed317a3cf1539323baf26c2, '', 0, '?'),
(0x5fc5239b23aa38e0f36524ab2642e7bc, 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-taxonomy-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-taxonomy-endpoint.php', 1, 0x00000000000000000000000000000000, 0x1923623b994e55b90c3f452e0737e82d, 0x95086a46a2d91db39c40c22eb3607b78402aea26f96580cf397b7a0e9c0fd2ec, '', 0, '?'),
(0x00bcc2476d804de8ac81dc01a7791160, 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-update-comment-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-update-comment-endpoint.php', 1, 0x00000000000000000000000000000000, 0x05f618c2d72c615b8736ddf755bcea01, 0x17c933d43dc27adb8f8e49e89368cc8ad4abde508dc021142f17e01108a78a35, '', 0, '?'),
(0xe7c90dde02d39ea639db04f0311ab555, 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-update-customcss.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-update-customcss.php', 1, 0x00000000000000000000000000000000, 0x5ec69d15cf89a3116b4ec820cd12a796, 0xf8119bf91c2998e0a4ebc25d3355dd5c8433af7d097623a0976efd506d27e5ae, '', 0, '?'),
(0x5a13324806d43e97716991c43625ff4f, 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-update-media-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-update-media-endpoint.php', 1, 0x00000000000000000000000000000000, 0xe292759e89e22821ae0151c80fc06c7b, 0xcbe989b078726feb8f5d54df66b9e3c78fd4a8c243d18787cd6c88c937921da4, '', 0, '?'),
(0xa5760213eb8d7959cd246d20f4f61735, 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-update-media-v1-1-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-update-media-v1-1-endpoint.php', 1, 0x00000000000000000000000000000000, 0xee8f93b5276ca674251f8669d6a8bcf4, 0x34b76d96f81a414738902d129b95d16a11d7948d756ac3268c97d7ad293dc628, '', 0, '?'),
(0xc49bfdbba8afce8ded6671d2169b3ad7, 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-update-post-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-update-post-endpoint.php', 1, 0x00000000000000000000000000000000, 0x58a3932576bd5ab9cc81960d998ebdbd, 0x370559d2e833b1aa34ffb289596f0e9d4d330302a501038ff823ff643c7baa68, '', 0, '?'),
(0x2d0f6601a60fe8239eed7f4c0becd577, 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-update-post-v1-1-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-update-post-v1-1-endpoint.php', 1, 0x00000000000000000000000000000000, 0x3d30651b6dd61f20067760b75b8eb15d, 0x3f2a3d7aae76c643d3e40262e804bea7af566c29a75ac3ab96f3d1d2eb31342f, '', 0, '?'),
(0xfefc3e1209678421b4a911dcd92d2de7, 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-update-post-v1-2-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-update-post-v1-2-endpoint.php', 1, 0x00000000000000000000000000000000, 0x6387b9f1b119001957e9d97d67a385d0, 0x50bcac616e0ad476411afaf768a2a932811094dccc5ad3e89e8af3628529c090, '', 0, '?'),
(0xedda4b39697fa18773d937542022a9de, 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-update-site-homepage-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-update-site-homepage-endpoint.php', 1, 0x00000000000000000000000000000000, 0x4c59682b4eb4316832565c8f9d22860e, 0xe08159e9e37d9a18eea47ba67866ba59e326d239fbe01350d71f594704c00834, '', 0, '?'),
(0x607073b23232ec030c9c7c30b2e00b85, 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-update-site-logo-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-update-site-logo-endpoint.php', 1, 0x00000000000000000000000000000000, 0xdd30eddc48843375837f76b85b0080f0, 0xd16bd54631fa18493de2b87ea192ca01e63b96ba00e21fb35c9c219e65459367, '', 0, '?'),
(0xe9d2712e293b9a5f53a05d9336587fb1, 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-update-taxonomy-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-update-taxonomy-endpoint.php', 1, 0x00000000000000000000000000000000, 0x09cc7ec0248c017964a21c7651e8ee53, 0x675ad3b6a3ce91f2e7749e1aff2a5fe82d492661ed19a718c2144db3f82cd177, '', 0, '?'),
(0xe0e9f7e55905acee0e98610ab591076c, 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-update-term-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-update-term-endpoint.php', 1, 0x00000000000000000000000000000000, 0x96a965917707f5b798207904d9420969, 0x70de7a944fa5f08796effeed94174206670efee087a7fdc2a61fa0f17d8565e3, '', 0, '?'),
(0xdf26073133559e8094474395b398fd0b, 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-update-user-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-update-user-endpoint.php', 1, 0x00000000000000000000000000000000, 0x6cea9ec55dcf8f0ce591c857ef8bbd39, 0xcf4ed37b68a1af761c7882ba0c17a81dc419011ec1a6c3ac97a3529221a082d2, '', 0, '?'),
(0x9f5b9046b6cbc650218e458f9b65691c, 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-upload-media-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-upload-media-endpoint.php', 1, 0x00000000000000000000000000000000, 0xcdf85cf54832a55bcae9eedeff0efb6c, 0x4eaecb156f0144375038d8800db32074b4e46ff28d62861c913432316e13b718, '', 0, '?'),
(0xd0ca3a92765fc3cd989698b282c74f6f, 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-upload-media-v1-1-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-upload-media-v1-1-endpoint.php', 1, 0x00000000000000000000000000000000, 0x1ba1a6947efd682a104a42790822e674, 0x0ab4326694a180a858329355363059a95e7ac0a43da81f9dd0b008e3d4f2203a, '', 0, '?'),
(0xa006fb15579ec7063f9f28ffda26eb2d, 'wp-content/plugins/jetpack/json-endpoints/jetpack/class-jetpack-json-api-delete-backup-helper-script-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/jetpack/class-jetpack-json-api-delete-backup-helper-script-endpoint.php', 1, 0x00000000000000000000000000000000, 0x75a51ae8be467028bebd74678f45f52a, 0x97ae5a770ef7743cd2bdd08fdb67effb62c4563e310258ea43a7401ba38e1fa2, '', 0, '?'),
(0xc39b6b09fc7c369063fafd98b71b7fb2, 'wp-content/plugins/jetpack/json-endpoints/jetpack/class-jetpack-json-api-install-backup-helper-script-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/jetpack/class-jetpack-json-api-install-backup-helper-script-endpoint.php', 1, 0x00000000000000000000000000000000, 0xc8078d23aad54ea34800c7ffe7c32d8e, 0x611b32b86d2d21df00d02e06415d86e0c413197c777b796e5baefa8c017757ac, '', 0, '?'),
(0xbac06849680e85a5697a8df2bb39f0d8, 'wp-content/plugins/jetpack/json-endpoints/jetpack/class-jetpack-json-api-modules-list-v1-2-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/jetpack/class-jetpack-json-api-modules-list-v1-2-endpoint.php', 1, 0x00000000000000000000000000000000, 0xaf1cb63af34e1b462d6d59a1b9aa231a, 0xbf18cee2b05a12ee6e83419bab9c1a66ac2f91a50867ba07fabe218e8202f304, '', 0, '?'),
(0x227139b10309ebbe3d270e990812e691, 'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-check-capabilities-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-check-capabilities-endpoint.php', 1, 0x00000000000000000000000000000000, 0xfd6561f4fd6ec525d4a2823cef1164d7, 0x5ccdc256cc50ded6973183476282a14198b4e02ebdf747e2e522de5b99b592b2, '', 0, '?'),
(0x81681468213e4c4322ef6ed183079cce, 'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-core-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-core-endpoint.php', 1, 0x00000000000000000000000000000000, 0x15cb4d3fe72d03e923b93c02ee386f31, 0x38db5314f1650ae5af96822c3f4eafb1dc0c42de2f82c50c1e26f35d83ad4f45, '', 0, '?'),
(0x4dae4dca6ec6df8ecb43510ba629f915, 'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-core-modify-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-core-modify-endpoint.php', 1, 0x00000000000000000000000000000000, 0xafeda05b82eaa533e89f1d0107f74f28, 0xdde67fb766909d198e964a47f5ec3d3b17ba606191b8d56fb3cd3aa269b32b6a, '', 0, '?'),
(0x7053d520ec928fc6abdfbef0d7985211, 'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-cron-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-cron-endpoint.php', 1, 0x00000000000000000000000000000000, 0x78d9e103efbc685e937abdb47c7a2e68, 0xbd299a21f257203921f45bd478a983e06bf52e51805dfefd71befcb29e3c93b3, '', 0, '?'),
(0x33ef688d3672f8af9a2800c09a1f6ed2, 'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-endpoint.php', 1, 0x00000000000000000000000000000000, 0x9e4b82999511fbc6d1c642aa8ac750de, 0x7e62a5543f08b3f044355138c9c97fc69644c60d20ac0e4f7f1245addd091491, '', 0, '?'),
(0x528346b807e57abad7fdad8f6dc81836, 'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-get-comment-backup-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-get-comment-backup-endpoint.php', 1, 0x00000000000000000000000000000000, 0xeb0bb17beed546ecc35c77809f0e4807, 0x2c190ecc4a0a405c3af29523fa304b0ea93a8114146323d594d49659a77f8600, '', 0, '?'),
(0x27746163a5650bd2ab71c670b34ed864, 'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-get-database-object-backup-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-get-database-object-backup-endpoint.php', 1, 0x00000000000000000000000000000000, 0xb6ab727ff61363dd57f85469ba84cbed, 0x57f1f91c52d61cc5cb07f07252a545eef77ca840390ac7159ff7cc45a996690a, '', 0, '?'),
(0x3114ff48f817f7eb71815d6dafba04ba, 'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-get-option-backup-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-get-option-backup-endpoint.php', 1, 0x00000000000000000000000000000000, 0x8ca26d2c97a9c4e8a0f0fae40bf3fba9, 0x0b69f3ce3793d2c07e8bc4e765f80effbb0ca25b4834627d310b1939894f37cf, '', 0, '?'),
(0x70c358d85c7414a5bfbcea450f5bba55, 'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-get-post-backup-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-get-post-backup-endpoint.php', 1, 0x00000000000000000000000000000000, 0x9a849c18899aa277e088e1b14148b81e, 0xf5f1ef4818f544495b32a8dd32aebfbf8258eb6a72844ffb75f12e115a86906a, '', 0, '?'),
(0xe0f9048838488bf0ddad66e6a55399cb, 'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-get-term-backup-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-get-term-backup-endpoint.php', 1, 0x00000000000000000000000000000000, 0xed63f222d3789c91caa7f49c9b48243f, 0x905ca2dd07f8254ede67e1aa12bfcf3d2c5a87ac3534d99dbf4fc0b51ae324c6, '', 0, '?'),
(0x84457f22c3db52031092b6b59e132e81, 'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-get-user-backup-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-get-user-backup-endpoint.php', 1, 0x00000000000000000000000000000000, 0x5e09862c317f608863cf9207bfca2a83, 0x6787baec6eded906ed1386bcf0741b41e7e5862279cd078e84b1371bb269332d, '', 0, '?'),
(0x67be2b07c224b0a059dcfe09b7114a9a, 'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-jps-woocommerce-connect-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-jps-woocommerce-connect-endpoint.php', 1, 0x00000000000000000000000000000000, 0x07e3d56d06dfa34dc8d501e15083728c, 0x8feefaba096c132a3d6e17b63b6aa568d37de2274f53bfb23db30620b63bc813, '', 0, '?'),
(0x7870f5a1a09f5c44eece65a5225c3337, 'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-log-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-log-endpoint.php', 1, 0x00000000000000000000000000000000, 0xfde1855052bd20151434f9715c6cf02e, 0x8c4f418cca25a91a1106438c542de217daee34f90f83e3f0b8127f42d9fbd8a7, '', 0, '?'),
(0xb2ed04a6fe5d766e958c43b9613b0720, 'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-maybe-auto-update-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-maybe-auto-update-endpoint.php', 1, 0x00000000000000000000000000000000, 0x8a330070c128c96259cdbb30548b2b0a, 0x0e4b94c323f7ccba2cf5b4b491094e640a67d9d44d98fd133f42663ef34e783e, '', 0, '?'),
(0x72d29cb2ed553c4c32562a4ed2168209, 'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-modules-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-modules-endpoint.php', 1, 0x00000000000000000000000000000000, 0xc010e6aa4a08592da64b729b2ef92706, 0x1279fcb4a8de31a4ef9ac476c65aeef30dc43c187056e518a69771ac5d656eb3, '', 0, '?'),
(0xb7736e26ecfb3b62d303b9fe21b0709e, 'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-modules-get-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-modules-get-endpoint.php', 1, 0x00000000000000000000000000000000, 0x5ab45a3be18bf2433a068890a429ec16, 0xbea2a10565c98eff06d91938276e2a00a3f85046e07cd330594cbcb575f9ac5c, '', 0, '?'),
(0x62f8b846b683665d908e1257e84735b4, 'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-modules-list-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-modules-list-endpoint.php', 1, 0x00000000000000000000000000000000, 0xfdfc98f5a92854ac6b92d378ceca0ec3, 0xe749e598c3e3b1863c58a8776532dc7fa27992aa6434168a972f982eaf786de5, '', 0, '?'),
(0xd94a05f7e1c9f62bdef36a16ab5a3124, 'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-modules-modify-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-modules-modify-endpoint.php', 1, 0x00000000000000000000000000000000, 0xf965b04442824a678d862f592102348a, 0x839014f3e9dac4481691900a516941bb070e26794c3b8af584c8959fb2acf09f, '', 0, '?'),
(0x3a955f9e95eda69bfee0307ad87fce5e, 'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-plugins-delete-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-plugins-delete-endpoint.php', 1, 0x00000000000000000000000000000000, 0x78258a10aa01c3db0163a5821b30ca16, 0x672baa7f1b09b40894febf6b8d32f60fde52775f245112cb4bbd66f478c8b731, '', 0, '?'),
(0xbb2946f003134ecc8621338b20a848c7, 'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-plugins-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-plugins-endpoint.php', 1, 0x00000000000000000000000000000000, 0xd4f34709f089820e5b0157c217f9325d, 0x48ae394921140f971085ea18bac71310fffbca65b4826d109516b04959a22bb3, '', 0, '?'),
(0x3d8bfb5e387c7fa04da87cb2939380c0, 'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-plugins-get-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-plugins-get-endpoint.php', 1, 0x00000000000000000000000000000000, 0x4aefd71de1ef1af9755be521b142ccb1, 0xbe436a75c1041b005058a618f54d3413458d0427b9d9a181d07b567cb6ce2ac6, '', 0, '?'),
(0x16c11a97e3dd005b2c2b014cb629256e, 'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-plugins-install-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-plugins-install-endpoint.php', 1, 0x00000000000000000000000000000000, 0x3c91ea2726094e3a354bcc83b3f84f9a, 0x626c46a2ded68eaeffa0fa6d9b056311858b55809111589142560f8dbe5e4d04, '', 0, '?'),
(0x04a4192e5f8a2af877db61c8d9b789d8, 'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-plugins-list-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-plugins-list-endpoint.php', 1, 0x00000000000000000000000000000000, 0xe9aaec4009db8421e8ed56b5c7080794, 0xf695ccefc8f8aa3a67655fbd19eb1747f2e798a2fc9c847e4116c8939ea1140b, '', 0, '?'),
(0xfbb1e7c7c4367ae73e9eff54701e22fe, 'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-plugins-modify-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-plugins-modify-endpoint.php', 1, 0x00000000000000000000000000000000, 0x195fd4632b2a3a5253147eacb5fca1f5, 0x1501459756867f7296f07c7a6f5a05d2cc5f87e6fc9d91d8f6fd305c819e58ce, '', 0, '?'),
(0x47961fe7ce4ce6de0ce4a33b8a80ab3e, 'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-plugins-modify-v1-2-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-plugins-modify-v1-2-endpoint.php', 1, 0x00000000000000000000000000000000, 0x53c098bbc3a6b6d54c04f3ea6604153f, 0xd8101172c2133c79e111c849c750b1c47a59c99a280c168680530dec0c0d6106, '', 0, '?'),
(0x2649c85ce8ffbd670ef8f18a6916ec29, 'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-plugins-new-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-plugins-new-endpoint.php', 1, 0x00000000000000000000000000000000, 0x4e32325f7add96b89afe49129fd6f9e9, 0xa58fbe156e790b219094411e248658a4d232b0184cd505fa7c91fca7df7b8926, '', 0, '?'),
(0xa87aec2a5d17389b4d408f32f9dc6593, 'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-sync-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-sync-endpoint.php', 1, 0x00000000000000000000000000000000, 0x26bd1ab1e54662fe155dba50e521ab39, 0xdcb5f3b792ec27462d35748d7a99c72322f547542d31c11263df43ac1e8142b5, '', 0, '?'),
(0x4ddd7778dde60729a1f46012afa9b8f3, 'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-themes-active-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-themes-active-endpoint.php', 1, 0x00000000000000000000000000000000, 0xac066908a9d4ecc29da933b20455075d, 0x89c65121d0225cb22223652f72af0ce6ddfb8278a9fd63fd2595b632afce065b, '', 0, '?'),
(0x524ab4692de94f8e0f4af28f82a0bdcc, 'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-themes-delete-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-themes-delete-endpoint.php', 1, 0x00000000000000000000000000000000, 0xd23b8d02eb34d3426560e2a482d8130f, 0x9133966794a5bf4522803911b0a9dedf5d6a7d882832acc0f615921ce2f9ea72, '', 0, '?'),
(0x9e10425f3a64701f3f8c17d52b05cd54, 'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-themes-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-themes-endpoint.php', 1, 0x00000000000000000000000000000000, 0x302c3e3d62775b657ab0ebe0e1270052, 0x6494f82cf2c61bca2d1a3970f8543625b3ad20f97ed08158d62e8038cc7ea5b0, '', 0, '?'),
(0x03d3dd2ad55b50e66c7ce5365b4f4199, 'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-themes-get-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-themes-get-endpoint.php', 1, 0x00000000000000000000000000000000, 0xba6b70c2cad2a93e06500c6074b07675, 0x84749f3d0e577e34d5ebfeb02aa98f71abc5afe4ed040af1e6a1ce4dce7c26c0, '', 0, '?'),
(0x0979a81bfc690b53bb64d06b94f92834, 'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-themes-install-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-themes-install-endpoint.php', 1, 0x00000000000000000000000000000000, 0xd7e699d18b5527a39c4a98ddc8637f50, 0xd3688fdb3ef2dd12ebe511227b7ccbc498f58a51ec1a31ceb52f8afbf40dbece, '', 0, '?'),
(0xf007a5ddfcc9c965c2dbae6eb99d033e, 'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-themes-list-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-themes-list-endpoint.php', 1, 0x00000000000000000000000000000000, 0x6ca7667f27d947a794a967c337a839b1, 0xe13d82070b8b8996b87b526dc81d7c29e460649cd8ce5b75b9829f0954890ee5, '', 0, '?'),
(0x023835924f09e7d5a10827c033185ad2, 'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-themes-modify-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-themes-modify-endpoint.php', 1, 0x00000000000000000000000000000000, 0xded8678327ccd8fc24ab8b3e9015c8f0, 0x93b3dc823549fb2cc72969a88573836e0cacdf89544c2ef8f2948dfeb95dbd5e, '', 0, '?'),
(0xc3c79f51653e0387f9c738920f87f392, 'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-themes-new-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-themes-new-endpoint.php', 1, 0x00000000000000000000000000000000, 0xaebedada059e93b52a7f3902ab215bb9, 0xf5f6d6296d5593b62bff6bffaafb438d018c9d8cfd571511703627d7687dfb60, '', 0, '?'),
(0x0172f1a682361fb2cf92bc2f93fe68e1, 'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-translations-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-translations-endpoint.php', 1, 0x00000000000000000000000000000000, 0xf0177c2e7fc60584540e49f0ac694165, 0x3c7846d3f3562497199576e3d65f3dd6f3943aa8b64895e054e587c5507bc42d, '', 0, '?'),
(0x11398a810d206c73ab451f7d13d99456, 'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-translations-modify-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-translations-modify-endpoint.php', 1, 0x00000000000000000000000000000000, 0x97b084150fbd2046723cf1410c058ef2, 0x5b845123411aaf89befc0158b478608de005b17cba46ff945c3174bedb944e97, '', 0, '?'),
(0x2c0475e841026be715e6371f6f38dff5, 'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-updates-status-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-updates-status-endpoint.php', 1, 0x00000000000000000000000000000000, 0xbd1e3437d72acc426d684541426a6bb9, 0xc3731adba2cc7d178f0499b48c2b57067b4b887b021de4fcbc1c0f9ee2719030, '', 0, '?'),
(0x52c3f56fca03ce0fcf313ac0e67b1631, 'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-user-connect-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-user-connect-endpoint.php', 1, 0x00000000000000000000000000000000, 0x85c38b0360c80dec4f378a0a12b678fd, 0x2f7607c4db195129414d6c6d1d62524cf33ed5fa01636e0550a6bf6658dd5795, '', 0, '?'),
(0xa6730cec4e08c1361c5451e294cb7481, 'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-user-create-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-user-create-endpoint.php', 1, 0x00000000000000000000000000000000, 0xf5472eb1a321dcb541416a220837f6a7, 0x03d9d34d50549f47adcdd1e27ba0c3baa62ba69f8f2ccad797e6e1c7705b68c5, '', 0, '?'),
(0x817fa2040123fe1a4937092d5894e28f, 'wp-content/plugins/jetpack/json-endpoints/jetpack/class.wpcom-json-api-get-option-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/jetpack/class.wpcom-json-api-get-option-endpoint.php', 1, 0x00000000000000000000000000000000, 0x1450bdd983d3b6c2f8348c035952d23e, 0x362ec925f0d631b5ed5df1d504ace1eddf3b97ccf352f3f950e45091ec9e3ca1, '', 0, '?'),
(0x8bf4f522b65dbba28f5557fc065cee16, 'wp-content/plugins/jetpack/json-endpoints/jetpack/class.wpcom-json-api-update-option-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/jetpack/class.wpcom-json-api-update-option-endpoint.php', 1, 0x00000000000000000000000000000000, 0x4f4027f86660664f5be04ab0ce482518, 0x405eba4cabc05319a8819cadf8c829ecd996b1de63fef09211be860f62778590, '', 0, '?'),
(0x8b3a81c6d1367f965d039447b8d5d48a, 'wp-content/plugins/jetpack/json-endpoints/jetpack/json-api-jetpack-endpoints.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/jetpack/json-api-jetpack-endpoints.php', 1, 0x00000000000000000000000000000000, 0xe36a54bcec21852ebec9e0d65040bb11, 0x9e4c272a59c6388aeca8e42f7601c6bb1b3062243c2369439857dc6b3aeed314, '', 0, '?'),
(0x14080058797906c4aad1dec9ade9c321, 'wp-content/plugins/jetpack/json-endpoints.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints.php', 1, 0x00000000000000000000000000000000, 0x32a4b78a9b19cc7d6b5aaa023fdd5b6e, 0xd0f0f57006b40e285ce4ed320c3cc84211678fb091f531e17ef0730a9a83b79f, '', 0, '?'),
(0xf93097215a09807a2e04b28c0828694b, 'wp-content/plugins/jetpack/load-jetpack.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/load-jetpack.php', 1, 0x00000000000000000000000000000000, 0x2c9bc1e664c28a6e88c4c1d832cc2571, 0x9771a86b9677527cf9571c6c5606c8bc2073a14f723fab6e1f70bac6a2330493, '', 0, '?'),
(0xd5cd38c824419e477e2ae4c6116f9a9a, 'wp-content/plugins/jetpack/locales.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/locales.php', 1, 0x00000000000000000000000000000000, 0x9ee651c8fb9b9c1a047d3897f9936f84, 0xe49e540d58eb8ae9146f59a6febcfb7ead792b086e70b0a1c2558051214fa198, '', 0, '?'),
(0x4532de42dfd3b727c5bda3d8c979f8dc, 'wp-content/plugins/jetpack/modules/calypsoify/README.md', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/calypsoify/README.md', 1, 0x00000000000000000000000000000000, 0xd2b7b9482d69be23b7d22b5d746402a8, 0xe230b27603e365963c7e4a34122dcd6f780b89c1a7883f6992044835b798c5de, '', 0, '?'),
(0x1bf87cbbb2c421d49df207d468aa0478, 'wp-content/plugins/jetpack/modules/calypsoify/class-jetpack-calypsoify.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/calypsoify/class-jetpack-calypsoify.php', 1, 0x00000000000000000000000000000000, 0x7693c2e982d27eeca3e038bcb1c0bd1b, 0xbf2ab50edd93eaa6f9d960b712fcbf01aeabd735e2e75466af8f85fb4e42616f, '', 0, '?'),
(0x52a66eb1b6639c2cf572c3784838d795, 'wp-content/plugins/jetpack/modules/calypsoify/gutenberg-styles/button.scss', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/calypsoify/gutenberg-styles/button.scss', 1, 0x00000000000000000000000000000000, 0x1694e4f17d3e9d7ff6fbb78db91e7cbf, 0x5c3539470aba0842469dca9f08dde0948f1172307de609490d9e947fdb272326, '', 0, '?'),
(0xdc51a438067eb35601d16dd5fa25fe20, 'wp-content/plugins/jetpack/modules/calypsoify/mods-gutenberg.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/calypsoify/mods-gutenberg.js', 1, 0x00000000000000000000000000000000, 0xdc314fc5a65c88ea913a0b413306dd66, 0xee285e0031d43f5ad80508b0d55516c7e08648dadbb34b6519e430b0a5fa120f, '', 0, '?'),
(0x606eb0a53656fb92b8105f813561aa49, 'wp-content/plugins/jetpack/modules/calypsoify/mods.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/calypsoify/mods.js', 1, 0x00000000000000000000000000000000, 0xef6e3dd5970cf7be11b87b7835e0dff8, 0x898e477ed366722da5bd2f5c9c102f40af1da1cde42d8f4544c5eee13834c6d4, '', 0, '?'),
(0xe97ec9c18c060d41564f7637aee6fac0, 'wp-content/plugins/jetpack/modules/calypsoify/style-gutenberg-rtl.min.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/calypsoify/style-gutenberg-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x9d96005e3152bafe28a50f7d89501c1b, 0xb6b4efb9cb0dcfa8f909cde49f2953e5e9b74f001b93285587b7d5fb916b4395, '', 0, '?'),
(0x6f40fd75aadb2fbf6a7ea5c090a93044, 'wp-content/plugins/jetpack/modules/calypsoify/style-gutenberg.min.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/calypsoify/style-gutenberg.min.css', 1, 0x00000000000000000000000000000000, 0xc71817948376467db78c06384b54af63, 0xdc67ffd0137a0c5a98d7f7f1e61946bc7157801740da47d7c1f09a826aaccdc0, '', 0, '?'),
(0xcabc4707edb7a66572d53a0b6910e231, 'wp-content/plugins/jetpack/modules/calypsoify/style-rtl.min.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/calypsoify/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x567c6f55caa5878eb7e157e7f700370e, 0x8a8a6556c046465902c2b3a4ba43279e24c1c06a530213f90ba6d69b0d1ba570, '', 0, '?'),
(0x04764bff00b3794e8a2add4247fc4ea2, 'wp-content/plugins/jetpack/modules/calypsoify/style.min.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/calypsoify/style.min.css', 1, 0x00000000000000000000000000000000, 0xc14a40cf892f45f7bfa4d5d6bd23ca50, 0x53e0faee4c0819d5ff23a4e580ce6939ace0fadcd65578ecf0e0949d8f2dad52, '', 0, '?'),
(0x014a152411d1f6e747e841e1f52885e1, 'wp-content/plugins/jetpack/modules/carousel/jetpack-carousel-rtl.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/carousel/jetpack-carousel-rtl.css', 1, 0x00000000000000000000000000000000, 0x5b48f642a9752631c97d4103301ec3de, 0x0a704883ebb9896a633c53a88bae48835b6b1a10d5cf5171cf4bc38727177de7, '', 0, '?'),
(0x64b8ac83150b409af5d4c9f15c117624, 'wp-content/plugins/jetpack/modules/carousel/jetpack-carousel.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/carousel/jetpack-carousel.css', 1, 0x00000000000000000000000000000000, 0x8abcc4a90f906bdec28e3a1e99609bd0, 0x98c0f3354e905b3169662d8c53bf1bb90eccb0aceafae55ad57de3b68a0c0762, '', 0, '?'),
(0x7b87a776bcce72641ff77e3f91e5573c, 'wp-content/plugins/jetpack/modules/carousel/jetpack-carousel.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/carousel/jetpack-carousel.js', 1, 0x00000000000000000000000000000000, 0x3ae4463906392efc651cacfbf445096c, 0x6bf82c348f0b6d9cec480c7a80c060a03dbaf5b24441a872fb1e7369c027a88c, '', 0, '?'),
(0xe3afeb0a99243f395eb85792ccbd74ad, 'wp-content/plugins/jetpack/modules/carousel/jetpack-carousel.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/carousel/jetpack-carousel.php', 1, 0x00000000000000000000000000000000, 0x38e23dd20f3d936aa80a8fe79747b644, 0xc783a38294c873c4a984031773b05f6eecedddaa5d1241491f2a12da75bd6beb, '', 0, '?'),
(0xa4d14a3cc969ea8a54b7e77281fd9a34, 'wp-content/plugins/jetpack/modules/carousel/readme.md', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/carousel/readme.md', 1, 0x00000000000000000000000000000000, 0xdaab3cb2cd3826301b419ad1fe017538, 0xd626ab4795bf193947eeaff74f6a3e8ad7a278f7f4f4fc54a58fab30d85200a3, '', 0, '?'),
(0x0285b526ddf2793b77ad99b73e14bbdf, 'wp-content/plugins/jetpack/modules/carousel/swiper-bundle.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/carousel/swiper-bundle.css', 1, 0x00000000000000000000000000000000, 0xa5c9a5868c97fc7afdd935b59e8f76b8, 0xa18cdc9701cd220c0405adba547564b6a35fe02184c6c8d5b7bd39df5d3d4236, '', 0, '?'),
(0x9b9d87f11fd4d7fd01af3aff5cf7d90a, 'wp-content/plugins/jetpack/modules/carousel/swiper-bundle.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/carousel/swiper-bundle.js', 1, 0x00000000000000000000000000000000, 0x74a1ed18ec44b6022591777a75346dd0, 0x6e7aa4c4598352d96ed832c9ccc5008defb9febdffb7ed825cc726351db23710, '', 0, '?'),
(0x77169251f01bbb2d74f9bd3f60c8499b, 'wp-content/plugins/jetpack/modules/carousel.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/carousel.php', 1, 0x00000000000000000000000000000000, 0xd998b4410cd47611cc0487ca6250c5e7, 0x8d20961af15f9169897c6b2eb1b863760c07c1a1cd641033cf90bd051ed8efc5, '', 0, '?'),
(0xf032282a14ab228079248b7cd2a67f31, 'wp-content/plugins/jetpack/modules/cloudflare-analytics/cloudflare-analytics.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/cloudflare-analytics/cloudflare-analytics.php', 1, 0x00000000000000000000000000000000, 0x77fb002eb49450617ccc9ab550a4d740, 0x37a8b5395284e908ed89763cbec6b413fb17124d1ce57407ac23cfdcf20b9106, '', 0, '?'),
(0x575fd4f5be772ac0ffda4750838b7b27, 'wp-content/plugins/jetpack/modules/comment-likes/admin-style.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/comment-likes/admin-style.css', 1, 0x00000000000000000000000000000000, 0x46b053c4c990b540b3faed9138b01ccb, 0xa671cb4902317c3aa41186405dc24bcacb7ca24be3f365acd126c9e3ef291fc3, '', 0, '?'),
(0xcd02c1570ad3e9aa94bc9522e0fef606, 'wp-content/plugins/jetpack/modules/comment-likes/comment-like-count.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/comment-likes/comment-like-count.js', 1, 0x00000000000000000000000000000000, 0x02d26a6cbdbbf9babe3db2937878cd81, 0xf3e607613b84857039fbb822607119b32530f63bd4c1b10f95ad8b49d70d769e, '', 0, '?'),
(0x5f924d07c0ce452b422c5d98a253ad09, 'wp-content/plugins/jetpack/modules/comment-likes.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/comment-likes.php', 1, 0x00000000000000000000000000000000, 0x9108b220de4699938d34715dc4bb4d53, 0xb707ada1a94aaa5a1e1b410fcae04bb43036031fb70a23d0f5e6bab86867219d, '', 0, '?'),
(0xa86f8810eacefe121f9179640d35c8ea, 'wp-content/plugins/jetpack/modules/comments/admin.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/comments/admin.php', 1, 0x00000000000000000000000000000000, 0xdf722b2803ab21e9f5a8055bd105d572, 0x94b6b028ed0e5bd37c9385ff85d0a718ba3c58a7a95352fd6beb9e8f6ec4bfb2, '', 0, '?'),
(0xaa9dbcf4b8c0f925be75482964b1e075, 'wp-content/plugins/jetpack/modules/comments/base.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/comments/base.php', 1, 0x00000000000000000000000000000000, 0xc402e88dcc3d4b8295ea46779f5ce8ec, 0xb7fc7f3e71395ff91527300f3b7a900acdf0045e55c7b92bb7235b444da631a1, '', 0, '?'),
(0x4854e8eafedbbabf88682eda9a6eb8f5, 'wp-content/plugins/jetpack/modules/comments/comments.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/comments/comments.php', 1, 0x00000000000000000000000000000000, 0xcbf4110bd3b764cb2b854df46251d4be, 0x44072dabb71d0a6e32a553a2f9910f928f0aa22cea4dc3a1427bc7883ed2603b, '', 0, '?'),
(0x609bc711eb8ac5c0a0bf05c73661fbab, 'wp-content/plugins/jetpack/modules/comments.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/comments.php', 1, 0x00000000000000000000000000000000, 0x68e364274a580a476644dce45724146a, 0x9921c9e38c59ff282dfb6314e46eb3f5ac86f83fe45e617ff76f5da7e0c38de4, '', 0, '?'),
(0xa5f93d02dfd4cca4eb519eb93d1b3df3, 'wp-content/plugins/jetpack/modules/contact-form/admin.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/contact-form/admin.php', 1, 0x00000000000000000000000000000000, 0x09702e2eb71603aed7b17eb6fc065054, 0xc383d69239c9479a9a9370ecff1ef90d475634a42da9b6504717abb244d159ec, '', 0, '?'),
(0x9cdb56496335569839ab5a341d9db120, 'wp-content/plugins/jetpack/modules/contact-form/class-grunion-contact-form-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/contact-form/class-grunion-contact-form-endpoint.php', 1, 0x00000000000000000000000000000000, 0x8f4d47a5782da60c5aa8b364c60f3e4f, 0x247719db38ac39cb1fe78a635549a81b1376f6471fba413ea065250452c4da91, '', 0, '?'),
(0x351ebd515d1663c82d2ce934dc7437e7, 'wp-content/plugins/jetpack/modules/contact-form/css/editor-inline-editing-style-rtl.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/contact-form/css/editor-inline-editing-style-rtl.css', 1, 0x00000000000000000000000000000000, 0xec19cd4db354d79b21d68dd3c16867e0, 0x6265b4b92b1f8860621ffc0632b0e7e162fb1c4fa46451569a0ca5dbdc6adb12, '', 0, '?'),
(0xb6310d36339663c1acd4ed5e70bf905f, 'wp-content/plugins/jetpack/modules/contact-form/css/editor-inline-editing-style-rtl.min.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/contact-form/css/editor-inline-editing-style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x3e369525cfc62b7d2d20c08da9080fa5, 0xc98d9cbf57b55d3256a3be1a53d6f69f7f6785418f0439bb5792e25eff6658ef, '', 0, '?'),
(0xccd687643fedd6b7d1bacd638c3c111a, 'wp-content/plugins/jetpack/modules/contact-form/css/editor-inline-editing-style.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/contact-form/css/editor-inline-editing-style.css', 1, 0x00000000000000000000000000000000, 0x63e376cc6c1a95313a80bd103e63f8c2, 0xf9d813f4569d2758d966d0b5a2d2f472ade2e0b3ed1359c1537e8527dc7a9351, '', 0, '?'),
(0xe601c5b44a0c3a573cfc8a077f4ee012, 'wp-content/plugins/jetpack/modules/contact-form/css/editor-inline-editing-style.min.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/contact-form/css/editor-inline-editing-style.min.css', 1, 0x00000000000000000000000000000000, 0x2d3e6d4c3b43da68b88a8a1f87e01170, 0xe193d517feeec5e63feec59ff2d194d088f1feb53c585d58690adf91dd30ce22, '', 0, '?'),
(0x45fbb4f95b49bca549e515fbcc59f46e, 'wp-content/plugins/jetpack/modules/contact-form/css/editor-style-rtl.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/contact-form/css/editor-style-rtl.css', 1, 0x00000000000000000000000000000000, 0x4ae83449578b3cb503366e0b2cb46709, 0xd4a00dad327a5f4ce064700ffbf778dda087aaed277b5e015fb6d9a7a3774149, '', 0, '?'),
(0x0d9d2670981b1c489d2dc13488a5d4c4, 'wp-content/plugins/jetpack/modules/contact-form/css/editor-style-rtl.min.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/contact-form/css/editor-style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x2c235082aa7852a1179cecc191005ff0, 0x2646eea255b973e5ae7b1c48aab9f15bc3388c50e40b086942d8127d993d3205, '', 0, '?'),
(0x6b2206b02fb04b266084af6a84366d97, 'wp-content/plugins/jetpack/modules/contact-form/css/editor-style.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/contact-form/css/editor-style.css', 1, 0x00000000000000000000000000000000, 0x012ec462598fe1a2d818525793c52812, 0x0974e13c1acafa1475c1afcdaf7235d549ec7851d2f9345717dce98d72e45874, '', 0, '?'),
(0x45a292a793c482f63fd36cb5cfc6cfc7, 'wp-content/plugins/jetpack/modules/contact-form/css/editor-style.min.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/contact-form/css/editor-style.min.css', 1, 0x00000000000000000000000000000000, 0x5c683da769b6ef44a4fcea5f2b876948, 0x86e083ba90d1a5cd898dc167c53d98ecfe6be75b93e474b6405c18016d25bc21, '', 0, '?'),
(0x9473d55c6555086a4e0bba631fd9fce2, 'wp-content/plugins/jetpack/modules/contact-form/css/editor-ui-rtl.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/contact-form/css/editor-ui-rtl.css', 1, 0x00000000000000000000000000000000, 0xa69231543a443d93ea201e9f9bd111c2, 0x2ddbc33829b796585690fcc8b57df7b4421233ded7b74bfb711f7b239edcdea8, '', 0, '?'),
(0xb95e74b1deb4fb664c5c7f220c8b949b, 'wp-content/plugins/jetpack/modules/contact-form/css/editor-ui-rtl.min.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/contact-form/css/editor-ui-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x328083b1f7185857c35913da5b26641c, 0x39c7e35df542e968f013c872e091a4b6c1698438b896f957707bfdf1d906365f, '', 0, '?'),
(0xeed40caa8bc8b8df248c5d666789b1d5, 'wp-content/plugins/jetpack/modules/contact-form/css/editor-ui.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/contact-form/css/editor-ui.css', 1, 0x00000000000000000000000000000000, 0x195d9f7963d70ac8327b1f2ff32ce200, 0x7f6e0bccca993ecbbc4846c9bdd172685eae5cf895b4d1a25efb61304c7bc70c, '', 0, '?'),
(0x99572def415200b2f11aaea2b76eaf58, 'wp-content/plugins/jetpack/modules/contact-form/css/editor-ui.min.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/contact-form/css/editor-ui.min.css', 1, 0x00000000000000000000000000000000, 0x328083b1f7185857c35913da5b26641c, 0x39c7e35df542e968f013c872e091a4b6c1698438b896f957707bfdf1d906365f, '', 0, '?'),
(0x81546b5fac0c7d539966513dacd9d17c, 'wp-content/plugins/jetpack/modules/contact-form/css/grunion-rtl.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/contact-form/css/grunion-rtl.css', 1, 0x00000000000000000000000000000000, 0xf477d75f8860f6f36a9acd6f7b4647c4, 0xc75e87385b941856571e1fd82403352a06528740763ed62497e1630d54779aa3, '', 0, '?'),
(0xbe5d11474757e3ef244d51a130b99917, 'wp-content/plugins/jetpack/modules/contact-form/css/grunion.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/contact-form/css/grunion.css', 1, 0x00000000000000000000000000000000, 0x2b270122b9cac6071eb753c78c57806b, 0x5a33a275b97c50865c8675868b1b4bb8e4ded71041c70e8037285a3bbe123806, '', 0, '?'),
(0x80a801db5f8dc1cafcdeb1c468f72fc2, 'wp-content/plugins/jetpack/modules/contact-form/css/jquery-ui-datepicker.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/contact-form/css/jquery-ui-datepicker.css', 1, 0x00000000000000000000000000000000, 0x9644f5f29011834f35192c833a14f56b, 0x02523d438c2e9c35117491d316a10914fbc82eebeaacd26fc76fea54a13d2544, '', 0, '?'),
(0xbe95dc4efea33932fa7cadd3b4c78c7c, 'wp-content/plugins/jetpack/modules/contact-form/grunion-contact-form.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/contact-form/grunion-contact-form.php', 1, 0x00000000000000000000000000000000, 0xe1ffb3d135f40beb7a2689164b247f9e, 0x8dfa3b7fa9e99c8650638494bd385d02b1878387cb0bec5ed92dd6976b81055f, '', 0, '?'),
(0x16dde6faa95b304004894d8a78e3d1c6, 'wp-content/plugins/jetpack/modules/contact-form/grunion-editor-view.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/contact-form/grunion-editor-view.php', 1, 0x00000000000000000000000000000000, 0xd93462a452f0ead85efa3dc323748952, 0x8c20cfcab7f4a0895298c04d64a6f8b2229732ce4b245fb26cfaa44752cdac93, '', 0, '?'),
(0xdf092aaffc4ada2ee7ad27ed09b476b2, 'wp-content/plugins/jetpack/modules/contact-form/grunion-form-view.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/contact-form/grunion-form-view.php', 1, 0x00000000000000000000000000000000, 0x00c9547a68c0da1663b60c4588e5b342, 0xdd1dec1195e5fde6a09b9f390a7d0e8975c0187ed154aee88045bc88bfbde553, '', 0, '?'),
(0xd4aa8f3e28a5ce7588cd0e3d7ca719ea, 'wp-content/plugins/jetpack/modules/contact-form/images/blank-screen-akismet.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/contact-form/images/blank-screen-akismet.png', 1, 0x00000000000000000000000000000000, 0x03f6780857f2918a19ff52d496705c5f, 0x72c5126dfbe6387974ada0199202cdb51236663eceaf808b19aa1d38f8b3a5d5, '', 0, '?'),
(0xda0febfd0d11d2cc9ec384260058d42f, 'wp-content/plugins/jetpack/modules/contact-form/images/blank-screen-button.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/contact-form/images/blank-screen-button.png', 1, 0x00000000000000000000000000000000, 0x5c52af89fdf8fcbf85d2db08da9cdead, 0x095b1c717fdf4b4af7e8af5774474e16debcc5bca554d4fff1462515d627dbcb, '', 0, '?'),
(0x639b67f2d6e0d03611db8b69c1160719, 'wp-content/plugins/jetpack/modules/contact-form/images/grunion-form-2x.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/contact-form/images/grunion-form-2x.png', 1, 0x00000000000000000000000000000000, 0x73671e85e266df880907c169f909f161, 0x3da96c1fa5a315d41c94ad1b29b686c328fbce3e7790687deadc7998d9cc0366, '', 0, '?'),
(0x57df92f4e6ee2d503518342d14d5a0f9, 'wp-content/plugins/jetpack/modules/contact-form/images/grunion-form.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/contact-form/images/grunion-form.png', 1, 0x00000000000000000000000000000000, 0x5c199961e8d5e4920e97f965adb41b28, 0xbb289bbab095bbac39d9b1069464f51e353bfd092fbe434ec051868fa92fb64d, '', 0, '?'),
(0xd15a258e192b7a3dffdbdcbc38de42a5, 'wp-content/plugins/jetpack/modules/contact-form/images/grunion-remove-field-2x.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/contact-form/images/grunion-remove-field-2x.png', 1, 0x00000000000000000000000000000000, 0xc4ac1ce1f59ddfed940c1550ae24c424, 0xfa975136c69606b38dbfce0c62ab3c45db2083a985d724d4da20684b43e56c1e, '', 0, '?'),
(0x969fb96d79350db1f9313c8efba80d8b, 'wp-content/plugins/jetpack/modules/contact-form/images/grunion-remove-field-hover-2x.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/contact-form/images/grunion-remove-field-hover-2x.png', 1, 0x00000000000000000000000000000000, 0xd57076946cf202a3efd03a20ae1dcaf3, 0xb7edefc1e792daf921e3426221bc8afa5e1cbdfa8827e5fe4d4624963e88ac87, '', 0, '?'),
(0x63ceee39251748b6ca728dadca055a7d, 'wp-content/plugins/jetpack/modules/contact-form/images/grunion-remove-field-hover.gif', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/contact-form/images/grunion-remove-field-hover.gif', 1, 0x00000000000000000000000000000000, 0x0b4bdb3056a4359bd62c9bb39af83342, 0x74a9e8160e2e4b89270a8d2d460e13ccaab24773c98bb924dff68679686e688c, '', 0, '?'),
(0xa8b25bbafe16ecc72560f0304388eef3, 'wp-content/plugins/jetpack/modules/contact-form/images/grunion-remove-field.gif', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/contact-form/images/grunion-remove-field.gif', 1, 0x00000000000000000000000000000000, 0xe7195485af0c0061db38e270e6bf4425, 0x5b519cf7aca60ecd5903bc94bbe0df7d971fa0fe5c2f1ced9174298672ce44e1, '', 0, '?'),
(0xf22f10d3c5c1eb27b5fbe6bd766cc21e, 'wp-content/plugins/jetpack/modules/contact-form/images/grunion-remove-option-2x.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/contact-form/images/grunion-remove-option-2x.png', 1, 0x00000000000000000000000000000000, 0x995755b0dbfbedbee68e9402e54061c4, 0x4ed38b3ce9d8cc15c03ac2137ac0e3c2dce90ff996f3771e9ace81408204d59d, '', 0, '?'),
(0x82815c7fc67e158b568a30d364fa4b15, 'wp-content/plugins/jetpack/modules/contact-form/images/grunion-remove-option-hover-2x.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/contact-form/images/grunion-remove-option-hover-2x.png', 1, 0x00000000000000000000000000000000, 0x9f3b7261b49e30fe3ebca188b7d52211, 0x479ddeaed40ba7ae9b9f09af612513fc8237c57044d1fc9aa240d849c39c4115, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x37f4c9dc75e0e056fc8a188b51901d78, 'wp-content/plugins/jetpack/modules/contact-form/images/grunion-remove-option-hover.gif', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/contact-form/images/grunion-remove-option-hover.gif', 1, 0x00000000000000000000000000000000, 0xdc2cf4797833e9716ac51246e89a7b6f, 0x9d3bdaca804a15560065862b58bacd40ce503fa74702a155d9d3bc248fb5afc1, '', 0, '?'),
(0x48271db129b16c8e93dabc7eaca9d59a, 'wp-content/plugins/jetpack/modules/contact-form/images/grunion-remove-option.gif', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/contact-form/images/grunion-remove-option.gif', 1, 0x00000000000000000000000000000000, 0xfdbe95733dfecccf63bd0fd8ad250bc1, 0xc4f11aaba29b7270c89231ef11cca62dc84062af2a08f859afbc4dc9cd4febad, '', 0, '?'),
(0xafd394a9aafd985b3480c9237fdfa2d7, 'wp-content/plugins/jetpack/modules/contact-form/js/editor-view.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/contact-form/js/editor-view.js', 1, 0x00000000000000000000000000000000, 0x43eeb35d8842b51a8efa9453e9a939f3, 0x5104e2b312895d57fb1ea034ed346976be999f19b451063567074986ea71b1d9, '', 0, '?'),
(0xf25b24eea0ea6ac4212e6c82ce27ba04, 'wp-content/plugins/jetpack/modules/contact-form/js/grunion-admin.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/contact-form/js/grunion-admin.js', 1, 0x00000000000000000000000000000000, 0xd17ae75eebc671c56d90b2ce1ea2e225, 0x41f04b5b2ce599aa34e499db2d99e7793713b97c22704ed87f4dcf6f6b97787c, '', 0, '?'),
(0x50b307dde4fa9338c8ea098d435a2577, 'wp-content/plugins/jetpack/modules/contact-form/js/grunion-frontend.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/contact-form/js/grunion-frontend.js', 1, 0x00000000000000000000000000000000, 0x5f2bff1265beb5652c9b9f71cec7d6f9, 0xa5bd564a372ee47f6e8a2d885cb36adb49beb2a9f45c9f1fe32bd7b24a8e8c28, '', 0, '?'),
(0x81f1ea18b2fed04489f6c380aaa1fa52, 'wp-content/plugins/jetpack/modules/contact-form/js/grunion.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/contact-form/js/grunion.js', 1, 0x00000000000000000000000000000000, 0xaac3df9ae4de98ce2edabec999b57dbb, 0x219b29dc5e10f5132e2a325dfc272c1431c25905c0c71a6ec8b8364dee4943f5, '', 0, '?'),
(0xbc6abac19d10082020af69f0aa123ed2, 'wp-content/plugins/jetpack/modules/contact-form/js/tinymce-plugin-form-button.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/contact-form/js/tinymce-plugin-form-button.js', 1, 0x00000000000000000000000000000000, 0xfb9427adc781781c7e97f669909742d3, 0x16e7006589301721d808198c5b7f1e5a44dd8db527d759e43be9fe8814facaa6, '', 0, '?'),
(0x12410a7841ccb3665b713f5cf921e532, 'wp-content/plugins/jetpack/modules/contact-form.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/contact-form.php', 1, 0x00000000000000000000000000000000, 0xe09e4f212e7e7fc2e2282e5fb6337b3d, 0xd5339481d2542b5fe20574304a2e869c6fd0da39801a47cc5ce1bf0a76f6912e, '', 0, '?'),
(0xb14a6c3b308e2044cb051626b8dfcde8, 'wp-content/plugins/jetpack/modules/copy-post.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/copy-post.php', 1, 0x00000000000000000000000000000000, 0xea96eacc2f3e4d7a9ca5062e221c0d63, 0x1957d18f67f7b77b2c2785932c6b76979c833bf2aa038a4e1127b416795055ce, '', 0, '?'),
(0x7b7373b352b96b6c31150d91c7269a02, 'wp-content/plugins/jetpack/modules/custom-content-types.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-content-types.php', 1, 0x00000000000000000000000000000000, 0x2d20d8f9171b3581a9d0afb62890143c, 0xedcfacf908e558d9665abb2aea935004c73d6713ef171922cc5cba9211fd7398, '', 0, '?'),
(0x4ac49efef82e374084b9a1ec70180e26, 'wp-content/plugins/jetpack/modules/custom-css/csstidy/class.csstidy-ctype.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-css/csstidy/class.csstidy-ctype.php', 1, 0x00000000000000000000000000000000, 0xc8b2470552422a7d30614f57677ed94d, 0x83c9fa890a9dee8b54fbfe99a4abdab9214f787bd29566e115c2e74cf16b34a6, '', 0, '?'),
(0x956f88803d40ac148c07878b68871a4f, 'wp-content/plugins/jetpack/modules/custom-css/csstidy/class.csstidy-optimise.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-css/csstidy/class.csstidy-optimise.php', 1, 0x00000000000000000000000000000000, 0x634cef171fe696203d83016b0824f056, 0x73abba5d839df5389f43bfeed3d7c27c969bd7ebd1450b09c6b9caea67885197, '', 0, '?'),
(0x9058ee4a9348c1333c6f52e837992aab, 'wp-content/plugins/jetpack/modules/custom-css/csstidy/class.csstidy-print.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-css/csstidy/class.csstidy-print.php', 1, 0x00000000000000000000000000000000, 0x02b1c61e1f0cb8dce12fd7d9ae943891, 0x4f822bc884d7c27df760553015fa5a55e9fe98160eddd01d2a832702373540a7, '', 0, '?'),
(0x820a33c940d3b885bad0c1e71e183c24, 'wp-content/plugins/jetpack/modules/custom-css/csstidy/class.csstidy.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-css/csstidy/class.csstidy.php', 1, 0x00000000000000000000000000000000, 0x7590121f03e6d6947c092be96c11f3b3, 0x69f0a50915a82032b721524defb8646aafd31b6d4ad95ba3543905b97d8546bb, '', 0, '?'),
(0x0fe00dbe2e2f36729209b8a99ff75465, 'wp-content/plugins/jetpack/modules/custom-css/csstidy/cssparse-rtl.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-css/csstidy/cssparse-rtl.css', 1, 0x00000000000000000000000000000000, 0x3f039b717afc31efd553110131989e90, 0x1a043bd5d059f880d534e5fb4c1a53af3156dcd22eb24ea13d0eab2c1e4090a2, '', 0, '?'),
(0x841975bb02148fd2c89e8baeb2c55f59, 'wp-content/plugins/jetpack/modules/custom-css/csstidy/cssparse-rtl.min.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-css/csstidy/cssparse-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xb89e2eaf6850a59e1c2d3c92c4a29d1b, 0xb09dbf2dcd2f17e94bec0c1e8f27757c553436b728c04e2294b9538840fd4664, '', 0, '?'),
(0xffbd0177d31ed8608211e2dab6b7817c, 'wp-content/plugins/jetpack/modules/custom-css/csstidy/cssparse.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-css/csstidy/cssparse.css', 1, 0x00000000000000000000000000000000, 0x080abaff07c04bfca26ce9bcf1b7e278, 0x1de93086b33710cc21f36c68128f78bb0634d999e677a565622431a45e0bed4f, '', 0, '?'),
(0x5595cafc1e5a8d4d58c01d2b72caa7a5, 'wp-content/plugins/jetpack/modules/custom-css/csstidy/cssparse.min.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-css/csstidy/cssparse.min.css', 1, 0x00000000000000000000000000000000, 0x16826293dc1ff5c406a049581dadb644, 0x01217fe4b6309c533a77ab0b763a7d3646436a7760153ba4c29e9393e9a92d2f, '', 0, '?'),
(0x94c2ba405e4c900290a25fc501955f2b, 'wp-content/plugins/jetpack/modules/custom-css/csstidy/cssparsed-rtl.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-css/csstidy/cssparsed-rtl.css', 1, 0x00000000000000000000000000000000, 0x34a60f9bee8a1dcd02f634ba9d2b70cb, 0x95df90cb1ca3b1ac660591c03012145f31db008c9b6948e489a6c0853e2a7f75, '', 0, '?'),
(0x26dadba07139bfbd442792288f821231, 'wp-content/plugins/jetpack/modules/custom-css/csstidy/cssparsed-rtl.min.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-css/csstidy/cssparsed-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xa27f40d46fca25f26fde078cee455bc0, 0x8ee82065016e9552d8453a829e283bd446b7a50507834d45b7bea45d5952ad3c, '', 0, '?'),
(0x162c23fa0471310b9eca4e9697da45ac, 'wp-content/plugins/jetpack/modules/custom-css/csstidy/cssparsed.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-css/csstidy/cssparsed.css', 1, 0x00000000000000000000000000000000, 0x3a0c24612040d104f7bf02a422133d06, 0x47f9338b5ce4a1bbec447991413e99362c6cb6cd0ee915c702a5d1af3aebf7e9, '', 0, '?'),
(0x6f434467c69d2a4745b304325e920fb4, 'wp-content/plugins/jetpack/modules/custom-css/csstidy/cssparsed.min.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-css/csstidy/cssparsed.min.css', 1, 0x00000000000000000000000000000000, 0xa993a372cad8481e3898f0ce4d4ed8d9, 0x31d7fda5e2db08a11a328bf35be5331eaff928c11d65bf97235259617c72bd76, '', 0, '?'),
(0x03077b75b248c376a103717eff64b8f6, 'wp-content/plugins/jetpack/modules/custom-css/csstidy/data-wp.inc.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-css/csstidy/data-wp.inc.php', 1, 0x00000000000000000000000000000000, 0x22f30138828a07cfc3ee2591f849d4fc, 0x6558ab12460a67558b1a30b9d9b376f3d4a73f4b654e0ba16fcfcadd48891798, '', 0, '?'),
(0x80f1340a62b049a6fb4c7287b820baec, 'wp-content/plugins/jetpack/modules/custom-css/csstidy/data.inc.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-css/csstidy/data.inc.php', 1, 0x00000000000000000000000000000000, 0x88c1116b76dd20c8d4d7676eb6effa21, 0x3bd372ac61f0a4a6ab12a4dd8c409ce265cf3acd9653df6010c3fca81ebe8c32, '', 0, '?'),
(0xcabbfdad3db801c7734ed3d37433cc25, 'wp-content/plugins/jetpack/modules/custom-css/csstidy/lang.inc.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-css/csstidy/lang.inc.php', 1, 0x00000000000000000000000000000000, 0x5a7491a4ccd0c4eb6f4bf24bae4ed8a8, 0xc8bf8f98862c6d66cac51ed41d0ae7871c837256f65782ebe6db0926320fc731, '', 0, '?'),
(0xfe40ec14c14e3843e4202ec03ac99204, 'wp-content/plugins/jetpack/modules/custom-css/csstidy/wordpress-standard.tpl', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-css/csstidy/wordpress-standard.tpl', 1, 0x00000000000000000000000000000000, 0x09a3f56584c7d638fc7ff45e75ebee19, 0x03102f727d27daee0da2ebcdca80f57c84c00c9bfe9660272ddc90aac67f9298, '', 0, '?'),
(0x96bf045e78e8994f069b7fa9ee021040, 'wp-content/plugins/jetpack/modules/custom-css/custom-css/css/blank.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-css/custom-css/css/blank.css', 1, 0x00000000000000000000000000000000, 0x750e2b14c260d45039edd2046466b4cb, 0xd21021784cda31eeae5c8295e047a14bda6ed5a9b5963fca9e7ceb398a9c9179, '', 0, '?'),
(0xcca834ce63eeae82d30e0b66cc08f00c, 'wp-content/plugins/jetpack/modules/custom-css/custom-css/css/codemirror-rtl.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-css/custom-css/css/codemirror-rtl.css', 1, 0x00000000000000000000000000000000, 0xa967ab4030888e4c4e97fa49547bbf26, 0x8e3bc2bd01f6d25bae6963c82d094369ae78a1c5a342c8b40fc03ec3e74c2588, '', 0, '?'),
(0x0786a852e90014f9346085ed274a515e, 'wp-content/plugins/jetpack/modules/custom-css/custom-css/css/codemirror-rtl.min.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-css/custom-css/css/codemirror-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x7d95ca64d90ac12c4de2ad450db8506f, 0x715eaafccc176e90a5be0f1008b5b034b35d2cde397d2d97c7564542c3209508, '', 0, '?'),
(0xee452d021c7de64ad869e108cc8e1ff0, 'wp-content/plugins/jetpack/modules/custom-css/custom-css/css/codemirror.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-css/custom-css/css/codemirror.css', 1, 0x00000000000000000000000000000000, 0xf1759dd125c60438451baa2b76ff98be, 0x594af3c4a35fc8fbfccfb94b22a204d28c96a3943f98c574619bd56b1663ecbb, '', 0, '?'),
(0x0927efecb32131a79cfda51d6865551b, 'wp-content/plugins/jetpack/modules/custom-css/custom-css/css/codemirror.min.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-css/custom-css/css/codemirror.min.css', 1, 0x00000000000000000000000000000000, 0x28c7c7fb20ae8cf4c3a618ca5c8c8cce, 0xa63e055d998a861ff8f3467e6ce73202483401ccbe3934e1d0d2f366062e30e8, '', 0, '?'),
(0x307653f25cacc0955e747caf89d7b500, 'wp-content/plugins/jetpack/modules/custom-css/custom-css/css/css-editor-rtl.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-css/custom-css/css/css-editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x33ea02fb3ecd2ce548753b5fc62900c1, 0x6b8581541253131a6b0d15fa9f61349b48a54b9ecb65662ea19c5805a6926edc, '', 0, '?'),
(0xdaaaf40ef5e291e39848b17b8a7f98c4, 'wp-content/plugins/jetpack/modules/custom-css/custom-css/css/css-editor-rtl.min.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-css/custom-css/css/css-editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x8b945163fcb1b0302fe00ea118d81eb5, 0xe2d2ca2c54b326cda48f47a43bda4fb8b174a3eabe4aba8587175c43392049dc, '', 0, '?'),
(0x687df85255f9dae0e282579f292f30a8, 'wp-content/plugins/jetpack/modules/custom-css/custom-css/css/css-editor.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-css/custom-css/css/css-editor.css', 1, 0x00000000000000000000000000000000, 0x75f9671ebb6cffd94fce10a433bd316d, 0x6b8581541253131a6b0d15fa9f61349b48a54b9ecb65662ea19c5805a6926edc, '', 0, '?'),
(0x527dc154a54382a6a256687beec3bf3e, 'wp-content/plugins/jetpack/modules/custom-css/custom-css/css/css-editor.min.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-css/custom-css/css/css-editor.min.css', 1, 0x00000000000000000000000000000000, 0x8b945163fcb1b0302fe00ea118d81eb5, 0xe2d2ca2c54b326cda48f47a43bda4fb8b174a3eabe4aba8587175c43392049dc, '', 0, '?'),
(0x00147ccd432191c00ddeefd39da479b6, 'wp-content/plugins/jetpack/modules/custom-css/custom-css/css/customizer-control.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-css/custom-css/css/customizer-control.css', 1, 0x00000000000000000000000000000000, 0x6744eee288ac34073858823f409df90c, 0x22d413895696c710f2197edba94240b69ff9a18945cdbff4da244c431c261100, '', 0, '?'),
(0x784e62f97d32991c35069e301b7d2c54, 'wp-content/plugins/jetpack/modules/custom-css/custom-css/css/rtl/codemirror-rtl.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-css/custom-css/css/rtl/codemirror-rtl.css', 1, 0x00000000000000000000000000000000, 0x181c0dcdf649b0a30588056560711739, 0xfc54975465f53a9bf759135068d316f1811cddaeb1832ffc12ae4e7b9a770d7f, '', 0, '?'),
(0xa5a4d0394965af1fa103a5ff4502466e, 'wp-content/plugins/jetpack/modules/custom-css/custom-css/css/use-codemirror-rtl.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-css/custom-css/css/use-codemirror-rtl.css', 1, 0x00000000000000000000000000000000, 0xbc23b1623efbc112744570816bb3af1d, 0xc231d4a5751a820e14547412e455c6cfb4033d2877aa32346800072ad69c5fbb, '', 0, '?'),
(0x2f5183d5ac523f9421bfd18901a2d525, 'wp-content/plugins/jetpack/modules/custom-css/custom-css/css/use-codemirror-rtl.min.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-css/custom-css/css/use-codemirror-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xcfa365a630347242e1711ff87492721a, 0xfa88340196befb951494855cff663efeba6ef25212a5fe9987b71799310937af, '', 0, '?'),
(0x83d5431ce71ed4d1bea23c13c6c5bdb4, 'wp-content/plugins/jetpack/modules/custom-css/custom-css/css/use-codemirror.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-css/custom-css/css/use-codemirror.css', 1, 0x00000000000000000000000000000000, 0x611290d83893075786096a209c405cab, 0xc231d4a5751a820e14547412e455c6cfb4033d2877aa32346800072ad69c5fbb, '', 0, '?'),
(0x4ffe512bcef1f7ba9c53e91d45cc5e2e, 'wp-content/plugins/jetpack/modules/custom-css/custom-css/css/use-codemirror.min.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-css/custom-css/css/use-codemirror.min.css', 1, 0x00000000000000000000000000000000, 0xcfa365a630347242e1711ff87492721a, 0xfa88340196befb951494855cff663efeba6ef25212a5fe9987b71799310937af, '', 0, '?'),
(0x0ee2ec6ed979eff9f9f485e006acabf5, 'wp-content/plugins/jetpack/modules/custom-css/custom-css/js/codemirror.min.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-css/custom-css/js/codemirror.min.js', 1, 0x00000000000000000000000000000000, 0x9588d05e861deeed2b4bf3a05579662e, 0xc9e22ee6946017f6d0138fbc3ab1b4bc2301596dd544c61df4fe991adb36c716, '', 0, '?'),
(0xe22531792a8fd4600e128f7419259524, 'wp-content/plugins/jetpack/modules/custom-css/custom-css/js/core-customizer-css-preview.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-css/custom-css/js/core-customizer-css-preview.js', 1, 0x00000000000000000000000000000000, 0x4b5c44bdfbb37549f5bc7d64ef1f4142, 0x8519492d2d40aa37229a97b09e0f254a3df5d7c798d05758b30e7aa5d80afe2d, '', 0, '?'),
(0xada101df0c571e0e5835c2b494a9d8eb, 'wp-content/plugins/jetpack/modules/custom-css/custom-css/js/core-customizer-css.core-4.9.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-css/custom-css/js/core-customizer-css.core-4.9.js', 1, 0x00000000000000000000000000000000, 0x2f3fbd7aa3fb7b6755f0f0689a8e298b, 0xb04d40b8f46b8ece7cd92221c70ca89bb200693eeff581234f36517ccc33e48b, '', 0, '?'),
(0x771f66f571f42603bc0705bf903f42f6, 'wp-content/plugins/jetpack/modules/custom-css/custom-css/js/core-customizer-css.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-css/custom-css/js/core-customizer-css.js', 1, 0x00000000000000000000000000000000, 0x7213e3436fbc071d03362f415bd7ccd1, 0x350b5c511d7098c8aac5b8381d95c6c7332606b76889046b0736284c4829bf04, '', 0, '?'),
(0x6d03f3804edd80b2245852f1973d91c8, 'wp-content/plugins/jetpack/modules/custom-css/custom-css/js/css-editor.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-css/custom-css/js/css-editor.js', 1, 0x00000000000000000000000000000000, 0x053bd46b2fab1c5856d91a89bca9857b, 0x713e668b0ea235254f12e001eee80d15cf3fe80fb7bdeab06bf219efa8e96296, '', 0, '?'),
(0xca3225bd3c691c8eb706dbf92b3cee3c, 'wp-content/plugins/jetpack/modules/custom-css/custom-css/js/use-codemirror.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-css/custom-css/js/use-codemirror.js', 1, 0x00000000000000000000000000000000, 0xf5d1f5b41762ae8d413ae9271fb34b61, 0x3b77cf0c6d65a51659356a4f7938ff523dcf8314a7d4ee1226f694d0439b64a3, '', 0, '?'),
(0x70a5235c2f7049b947db32b40ad68ae2, 'wp-content/plugins/jetpack/modules/custom-css/custom-css/preprocessors/lessc.inc.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-css/custom-css/preprocessors/lessc.inc.php', 1, 0x00000000000000000000000000000000, 0xcee77ee7c665e8654b41cdcaa607c44d, 0x2c2564232638642dbdf6fa35ee006d3ad8e61042130d9210ce5448ddff9f5c3e, '', 0, '?'),
(0x073c560d989c05ff08abcd9819fba7d5, 'wp-content/plugins/jetpack/modules/custom-css/custom-css/preprocessors/scss.inc.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-css/custom-css/preprocessors/scss.inc.php', 1, 0x00000000000000000000000000000000, 0x23615d9dd6be8c7a1d4b97ab98364415, 0x9abbe158d7a7d0f0b2f799b43faec7ddc6c51a4979ad455f57a052fea1140834, '', 0, '?'),
(0x1e2f1b2ba2bf8ba1e9383db37249224e, 'wp-content/plugins/jetpack/modules/custom-css/custom-css/preprocessors.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-css/custom-css/preprocessors.php', 1, 0x00000000000000000000000000000000, 0xeab47dfc4ee952ba8a412209370a93cb, 0xf9a63332b1ce1102ea0e0d5f06c176985d7997e5229adcd2acce5b5e3fc85abf, '', 0, '?'),
(0x51444c06147edbb1d85dd5bcdffa6da3, 'wp-content/plugins/jetpack/modules/custom-css/custom-css-4.7.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-css/custom-css-4.7.php', 1, 0x00000000000000000000000000000000, 0x8b7d25194cfc953d06e493ef9e50ed7e, 0x54e5324f736c79ee9d969f0e710f25019336f772c74ee31a203d00ee388b6880, '', 0, '?'),
(0xd37d33a0dbff7c2113fe698f38ef4fbb, 'wp-content/plugins/jetpack/modules/custom-css/custom-css.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-css/custom-css.php', 1, 0x00000000000000000000000000000000, 0x329380b549120caacc09bb40d6bc4e8e, 0x80649abf95d312577a568e206e800859907612c60e932a70f17c89f5cd8f9531, '', 0, '?'),
(0xfb48ea6aeaef9cbcd00199943ccd7502, 'wp-content/plugins/jetpack/modules/custom-css/migrate-to-core.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-css/migrate-to-core.php', 1, 0x00000000000000000000000000000000, 0x14a3eb6551f5ddea85ebced900a06935, 0x7e208c9bf6d3e37690a11634b02e6030c5154e637c7212c19d15f4829cd347fb, '', 0, '?'),
(0xe7c563d5edc70bc0f73df6d49604f25a, 'wp-content/plugins/jetpack/modules/custom-css.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-css.php', 1, 0x00000000000000000000000000000000, 0x2f5ed480476c71e848969d21a721cd6d, 0x520d95de1c961d62ed131e4f80dce78c19bef273e8cf5c82de41e532a02a5636, '', 0, '?'),
(0xe36cd494eaa0c23db31baf989d31cb31, 'wp-content/plugins/jetpack/modules/custom-post-types/comics/admin.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-post-types/comics/admin.css', 1, 0x00000000000000000000000000000000, 0x9f201fd0012be940a2d3fb540d17a2b4, 0x03f232b5c078984af5afb201680dd3c0cf1a0bdfe79c11a71e3e285ac3c89f13, '', 0, '?'),
(0x11fd7010c097aaf62dc09fece4704cf8, 'wp-content/plugins/jetpack/modules/custom-post-types/comics/comics-rtl.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-post-types/comics/comics-rtl.css', 1, 0x00000000000000000000000000000000, 0xbfba3471ff06554e7a8e1a1e20312b26, 0x6b49c6db3110f1d2b8f443d5e9e44706e04caac76057d217cd3a6872403092fa, '', 0, '?'),
(0x73e25019680d6ab126b2f355e56eae7b, 'wp-content/plugins/jetpack/modules/custom-post-types/comics/comics-rtl.min.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-post-types/comics/comics-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xb27c157bbb648fa594e9506dcf41be7e, 0xc4103d283cec24a6be5b239dd6bdde58b9ff8ba5a5bd635885bc020f0bef1bd3, '', 0, '?'),
(0xbc1fa22bc1421c98e9f425ea1cf23ede, 'wp-content/plugins/jetpack/modules/custom-post-types/comics/comics.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-post-types/comics/comics.css', 1, 0x00000000000000000000000000000000, 0x455f2a20a7f02a2dbd1305880c0750af, 0xf5cb621784753a945bd9ccb3ef5840c72b99c0c5c3da11f642b9b2c1f45b28f9, '', 0, '?'),
(0x29316dbe97c03e5930efd1fad0d28fbc, 'wp-content/plugins/jetpack/modules/custom-post-types/comics/comics.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-post-types/comics/comics.js', 1, 0x00000000000000000000000000000000, 0xe5ce138ccecfa2cfef7292c85295df9a, 0x7d6b9e397bdb3af3157106f9e0896187ac53235a4cb36a2da05adeeac0ada270, '', 0, '?'),
(0x397e09ec8015e7fc2840ae272d4f8d58, 'wp-content/plugins/jetpack/modules/custom-post-types/comics/comics.min.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-post-types/comics/comics.min.css', 1, 0x00000000000000000000000000000000, 0xe77608d8c98ee3353896b5d5291f02a3, 0x1af32d47748beafc1953389492d42c7a66382bb2f395e5fb1f1643c847716609, '', 0, '?'),
(0x13ae3967db73f1188f3865f3356c9641, 'wp-content/plugins/jetpack/modules/custom-post-types/comics/rtl/comics-rtl.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-post-types/comics/rtl/comics-rtl.css', 1, 0x00000000000000000000000000000000, 0x04df3e61d18f0d5b41bc64a6de5ad9ca, 0xbdb2b820c73a5e71d5778dab8f5aa7705531e923d4fa80850098d54f07b52da2, '', 0, '?'),
(0xed6974b53387f68a5da77ca86537d4a5, 'wp-content/plugins/jetpack/modules/custom-post-types/comics.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-post-types/comics.php', 1, 0x00000000000000000000000000000000, 0x8398289b3ff5239172cdf8e8b84e7c81, 0x54b027e8cc1a73bc24229b541fbadd0f8eabfc91a07ec9905a3e41c79f7f799f, '', 0, '?'),
(0x77eb46a373c6a996a85d232134ac75eb, 'wp-content/plugins/jetpack/modules/custom-post-types/css/edit-items.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-post-types/css/edit-items.css', 1, 0x00000000000000000000000000000000, 0x3834cacfd8c2efd0d043f24d94d63d00, 0x82dd08c2a08fdc2c9fafa35dc0b90fefa9a5d9e8a1e37a306ed5ebc0a2bce002, '', 0, '?'),
(0x86560d58e73539c94bdde2c26e398561, 'wp-content/plugins/jetpack/modules/custom-post-types/css/many-items.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-post-types/css/many-items.css', 1, 0x00000000000000000000000000000000, 0x75c2b7960466eae949128aebdd4bf4fe, 0xc367362d7ebd190e91e3cb311d67b3db717f6f246df22ece8d4eefbf92fbf230, '', 0, '?'),
(0x27ec23dc2d0785204df7bf4fb8576bbd, 'wp-content/plugins/jetpack/modules/custom-post-types/css/nova-font.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-post-types/css/nova-font.css', 1, 0x00000000000000000000000000000000, 0xd450eaf93e3f43972789408468f55033, 0x6391989d93be417380874ab4df90af6b995ede97947e2c0ac3b86f0800a15a1e, '', 0, '?'),
(0x7ede6e112ffffbf8a766be18c592937d, 'wp-content/plugins/jetpack/modules/custom-post-types/css/nova.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-post-types/css/nova.css', 1, 0x00000000000000000000000000000000, 0xd639d064c74853a50c5195b11f909fdc, 0x3cb11abf89b0a3041a9f237bfb3ba0343a4a7b418dfcb53ac54394c5ec4b27eb, '', 0, '?'),
(0xc598907f332a59dee0348b9fb72bba4a, 'wp-content/plugins/jetpack/modules/custom-post-types/css/portfolio-shortcode.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-post-types/css/portfolio-shortcode.css', 1, 0x00000000000000000000000000000000, 0x1e3e71552b41f7b74fe3690645604b4e, 0x0b73c1adcfeb55d7c25b100ab407bf63eb7dc282b592955015daad2056706e00, '', 0, '?'),
(0xb434284c109033b7e08c2c95b91c03e7, 'wp-content/plugins/jetpack/modules/custom-post-types/css/testimonial-shortcode.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-post-types/css/testimonial-shortcode.css', 1, 0x00000000000000000000000000000000, 0x9cecb4e1d04c652a8bdda1e128028fe9, 0xb83d36f4327460f008f9f025d99517f3fa993b49d8e93fd297fb7358d32c80d8, '', 0, '?'),
(0xf27db40ce803c64da08f17f6b6e373ad, 'wp-content/plugins/jetpack/modules/custom-post-types/js/many-items.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-post-types/js/many-items.js', 1, 0x00000000000000000000000000000000, 0xdc9fa6e19060430bdf5d3feae017cae5, 0x399948f24d3a7d3b7e3649e66c88fa466247aa3846029bb615a5376085a7d04a, '', 0, '?'),
(0x90ffa96e34c13016ff9398ea29b3a6a4, 'wp-content/plugins/jetpack/modules/custom-post-types/js/menu-checkboxes.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-post-types/js/menu-checkboxes.js', 1, 0x00000000000000000000000000000000, 0x35d7c92458c507cc707e87001f3df706, 0xcd847422eb5d4dfd1c96a468bfa49d66f346b17d731e8ecda0ace5be7c0ef697, '', 0, '?'),
(0xc70817d96697b35ddd581558ba4a1515, 'wp-content/plugins/jetpack/modules/custom-post-types/js/nova-drag-drop.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-post-types/js/nova-drag-drop.js', 1, 0x00000000000000000000000000000000, 0x6e42af913c3640f01bc890aa64c40ef4, 0xa968bb8ec3dcf02007069cf089b6683ea38b9c28c9c5bd7e9e05686ecf5f7c61, '', 0, '?'),
(0x84b28e071bf4d57db74a7415abbf58d9, 'wp-content/plugins/jetpack/modules/custom-post-types/nova.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-post-types/nova.php', 1, 0x00000000000000000000000000000000, 0x0a9502a6b3b427ff5f9490fb38280818, 0x54387944ce86ef713ca7dd4b39cb45fd20034a3a86832b431d945054b52b1447, '', 0, '?'),
(0x5d8745d487dc303ffc348c1b48e6a075, 'wp-content/plugins/jetpack/modules/custom-post-types/portfolios.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-post-types/portfolios.php', 1, 0x00000000000000000000000000000000, 0xd700d9edd4b29e67b0bb2695a38f1df1, 0xb0050033dea0cf69f8806e4b80ee86b4676f4197204f39f1a37b6fe9328181ce, '', 0, '?'),
(0xcda29eba6ca57e7fe236307d1c0115c3, 'wp-content/plugins/jetpack/modules/custom-post-types/testimonial.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-post-types/testimonial.php', 1, 0x00000000000000000000000000000000, 0x452a503341cd0edd893e6fc4fc9aca4d, 0xd37b82c72cc97314b435aa5d255ca6cccb4621c8f67e3f6417716ef2051dc2bf, '', 0, '?'),
(0x4477ebf7b60d14869e37784d58984fb1, 'wp-content/plugins/jetpack/modules/enhanced-distribution.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/enhanced-distribution.php', 1, 0x00000000000000000000000000000000, 0x5dd507883792347ef15042adbc2928f3, 0x951572b73aad8522a401bbed7870c35055e0b79ac1191e4c32b60d29f1b3f0e3, '', 0, '?'),
(0x3e7b183f8f4f423870c60b26e70d337a, 'wp-content/plugins/jetpack/modules/geo-location/class.jetpack-geo-location.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/geo-location/class.jetpack-geo-location.php', 1, 0x00000000000000000000000000000000, 0x4e7498deae51ebf4274c4f68c89dd4f4, 0x7410f7b26ab735b34c48b9725f471e589c71b07d94e98c3e8c2602fa9ede7708, '', 0, '?'),
(0xcd062048be832ca08021a060808ff9bc, 'wp-content/plugins/jetpack/modules/geo-location.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/geo-location.php', 1, 0x00000000000000000000000000000000, 0x867cc31880f4ddcf7c73e44bfeaa3db5, 0xea2d22a733e5f1c2a38a62237c4b5f7f90505faaddc2b439cbf22236bee74c39, '', 0, '?'),
(0xe0a33c03271365c5f107b52b71174f13, 'wp-content/plugins/jetpack/modules/google-analytics/classes/class-jetpack-google-amp-analytics.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/google-analytics/classes/class-jetpack-google-amp-analytics.php', 1, 0x00000000000000000000000000000000, 0xcec9e1fb058608ac9c2ae7a7841483b8, 0x92f01650dd53db8a5b3fbb1a54cf721873a84d60ffb67a04ea49e9cab594690d, '', 0, '?'),
(0x65f245906c7d4486c408f55a22ef585b, 'wp-content/plugins/jetpack/modules/google-analytics/classes/wp-google-analytics-legacy.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/google-analytics/classes/wp-google-analytics-legacy.php', 1, 0x00000000000000000000000000000000, 0xface5c96364461e02d358df3c1581bd0, 0x2e9c5ce142a483198bce337653acfef52993f004fc162e98ab1eeec928d8ab45, '', 0, '?'),
(0xa1ea4094706d1d2491c9f8f43501448b, 'wp-content/plugins/jetpack/modules/google-analytics/classes/wp-google-analytics-options.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/google-analytics/classes/wp-google-analytics-options.php', 1, 0x00000000000000000000000000000000, 0xfb6a26cc06539941f540d07f756d0815, 0x81ba50d56324f04482d040a17209fc8d301ca0639cecaf25b7cffb6ec9017c7d, '', 0, '?'),
(0xa54c090ea5c221c5f3071a2db8587af3, 'wp-content/plugins/jetpack/modules/google-analytics/classes/wp-google-analytics-universal.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/google-analytics/classes/wp-google-analytics-universal.php', 1, 0x00000000000000000000000000000000, 0x71cb7959bb49cfd4f5706ec792425afa, 0x66a4ffd1e2d5e81fbda157cde9faceef7c55f2db869def4b29863b9ed7ec5612, '', 0, '?'),
(0xbee73d5ce2c60f172705e5ddaca1f0ad, 'wp-content/plugins/jetpack/modules/google-analytics/classes/wp-google-analytics-utils.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/google-analytics/classes/wp-google-analytics-utils.php', 1, 0x00000000000000000000000000000000, 0x7b1bb214ac6bdc7d5feeeaa326e1dc07, 0xf068b84d47671526ce5cf12ceba18f7f5ed6db3bfacadf9db65da7257a5d1d2f, '', 0, '?'),
(0x45289b91b102d6d8b08b18b15e061f30, 'wp-content/plugins/jetpack/modules/google-analytics/wp-google-analytics.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/google-analytics/wp-google-analytics.php', 1, 0x00000000000000000000000000000000, 0xb64205002d618944b62b69bc4d0f4ace, 0x6a9289bcbb62409b5e74d24ec8182344e37cfdc964df2504ef6ab833d1e1e234, '', 0, '?'),
(0xaa2206b2e3f9d2de54c428878add80d2, 'wp-content/plugins/jetpack/modules/google-analytics.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/google-analytics.php', 1, 0x00000000000000000000000000000000, 0xd4fe0e61ae64f727bfb14f590a74fce0, 0xc841142eb20153cd63c9b89bfdca40e98a4b7437bd4e8b7ac03eb8341de343c3, '', 0, '?'),
(0x1e5e7be5f13e8d0453492c606a0900ab, 'wp-content/plugins/jetpack/modules/google-fonts.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/google-fonts.php', 1, 0x00000000000000000000000000000000, 0x3e7d1f1d6ece4ba26e40514e225c5852, 0xbd34f8a4b97972661f4bcb52bd853af4cf9744900fb1c184b9cccc437c166825, '', 0, '?'),
(0xf314241f60c206c736f9bc597b598e09, 'wp-content/plugins/jetpack/modules/gravatar/gravatar-hovercards-amp.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/gravatar/gravatar-hovercards-amp.css', 1, 0x00000000000000000000000000000000, 0x51b744ee31218dd263b699d231d25b3c, 0x31cb5ca75aa07a5a9c7ab5b828e3c95be03cefe30ff7eaa0ccafe2ba57181a8d, '', 0, '?'),
(0xef8653964d2f8220a56bd1945fbe92b4, 'wp-content/plugins/jetpack/modules/gravatar-hovercards.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/gravatar-hovercards.php', 1, 0x00000000000000000000000000000000, 0xa2ca2f8a5a44a7043d16a9a030b3d9e2, 0xee7c20be40b0058df8601ed14d8320aae97bcc2872093ec811f18b9ea6e45d37, '', 0, '?'),
(0x8c39c94a94c2ef6184133bb27a48a109, 'wp-content/plugins/jetpack/modules/infinite-scroll/infinity-customizer.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/infinite-scroll/infinity-customizer.js', 1, 0x00000000000000000000000000000000, 0x7e43eb57f8343cbf62aa0d8bf49404d7, 0xdc3002c49717385a46f456e56d7d461daddcd69dc891beec5706611649750e13, '', 0, '?'),
(0x2d88a0b2d4740c0a8a9a776027a37ea1, 'wp-content/plugins/jetpack/modules/infinite-scroll/infinity.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/infinite-scroll/infinity.css', 1, 0x00000000000000000000000000000000, 0xfdb1a9f1bc2f601352b7067db22b91ad, 0x8be90c9f4b575d55a121f4b60cdb48600ebce0d6bb4040dc7c13f67cb52b76ae, '', 0, '?'),
(0x0c10788e663ca8588faee4aa503bad04, 'wp-content/plugins/jetpack/modules/infinite-scroll/infinity.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/infinite-scroll/infinity.js', 1, 0x00000000000000000000000000000000, 0x9672c6fec3d2d9ada387567dd88fd51f, 0x1d4fbc1d6abe3c97f60ab43cad5dccced1fa9ec16f5d97134f4492ed12ba1051, '', 0, '?'),
(0x648d263b632790502a57e814b453fab3, 'wp-content/plugins/jetpack/modules/infinite-scroll/infinity.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/infinite-scroll/infinity.php', 1, 0x00000000000000000000000000000000, 0x41bfeb48eb9c49847b66e7b8ab86be42, 0xcfc9976414d042c9f4f4f3790f22dd03710e5b95a0f93c3a2b29e27f8af1e4ec, '', 0, '?'),
(0xb39e6f46a839ba7948899688e19b6cf6, 'wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentyeleven.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentyeleven.css', 1, 0x00000000000000000000000000000000, 0x41446b294f1803c51848c08cf0f5d33f, 0x3025bef3ef8e7fd23cee07ecd43c20a8224f6256c78ef679f4fd4191a47381a1, '', 0, '?'),
(0x6c6e3af037cc7a6088d08dcf1c1f6131, 'wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentyeleven.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentyeleven.php', 1, 0x00000000000000000000000000000000, 0x64ff139e7fb219f811d4a89815be6fce, 0xd30fcbf1e9e5dbddba7429cd14578f0d9b07569863993a438a21db90026f0941, '', 0, '?'),
(0x9b6fca86a1f9de8bb7d70177526038c0, 'wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentyfifteen-rtl.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentyfifteen-rtl.css', 1, 0x00000000000000000000000000000000, 0x46e4670c5e2eb42058548c8d07780706, 0xea348ce32a0b7c7fe8eda369e2ae889e5d1e2bc83bca99bf0caee296e10c1021, '', 0, '?'),
(0xd9bb9e0535c607b5b692d11c487e2f1f, 'wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentyfifteen.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentyfifteen.css', 1, 0x00000000000000000000000000000000, 0xc7f13244f480bb2a2d0ec38debbe6488, 0x240b64c2c193999bad81db4e3060a891e5011fdde8046007ad33e3975ee99177, '', 0, '?'),
(0xa4710e5d5fcb419be4ac369fea9f83e4, 'wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentyfifteen.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentyfifteen.php', 1, 0x00000000000000000000000000000000, 0x69de7b38a3be1fba01d57faa3cf7110d, 0xfcd2f40beb8bff96a9d078fccb4cee9667d732b303279bc6f12299eca259520f, '', 0, '?'),
(0x1c445f825db5a5680b5cc9db987d2afc, 'wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentyfourteen.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentyfourteen.css', 1, 0x00000000000000000000000000000000, 0x97a01e039d5ca0f764c9e38bd38e9d5d, 0x9060d327b28ba4037149842ef0145190c9154a5245b46b862b47fa86c10854b6, '', 0, '?'),
(0x8a41cfbb373597dfb9b7c11cd92a0fe6, 'wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentyfourteen.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentyfourteen.php', 1, 0x00000000000000000000000000000000, 0xd7107aed5367ad149dacd14383411b60, 0x5b8ee8bf60768c988da41a4bb4c8006e53cc7e259fdada0fadf29543370a0bc6, '', 0, '?'),
(0x24b8319388ea884ded47a7790250f669, 'wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentyseventeen-rtl.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentyseventeen-rtl.css', 1, 0x00000000000000000000000000000000, 0xa2dbf1d04a9b7d1cc9ab08fd0970ca00, 0x0e2e26ee3e19f29dc3bf9e0f617dc648647fa81b1436e5ff94d4a0b1bdc4057c, '', 0, '?'),
(0xac1361f5dd32b4666a2e21858c6757c4, 'wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentyseventeen.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentyseventeen.css', 1, 0x00000000000000000000000000000000, 0x80bcf65e6ab29f047897ef55be806b21, 0x8e11400f71cc20e07a76e330914911e72227fb96370d6210eb134631ee06436f, '', 0, '?'),
(0x1f03dc243a3955da82b51e41e5ac5bb5, 'wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentyseventeen.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentyseventeen.php', 1, 0x00000000000000000000000000000000, 0xe9f4c4019fbe711ba698d80c4e0babb4, 0x8816a6b5ee5d05e34556c331d6bd91b881961573787a5c5fed0b42d388977e2a, '', 0, '?'),
(0xb54500444a8565094749504b9e5ff55d, 'wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentysixteen-rtl.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentysixteen-rtl.css', 1, 0x00000000000000000000000000000000, 0xd30b8dce4b2d40d1bf3df38a6a828e0b, 0xf3f0a2ee38eb2b41832623ce966c81636d0153c7c094eeb5f8f6af3001685a5b, '', 0, '?'),
(0xdb615d251cb559acd9db0a5d2e23920a, 'wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentysixteen.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentysixteen.css', 1, 0x00000000000000000000000000000000, 0x4b14dfb4f6f8f393d0fac7f02e41263c, 0xcd447036d49f44246b8c7e2faf99cbdb2776c01ed4b8e094a3b59d745ce2ce70, '', 0, '?'),
(0x5d62f2f7ef5b3edeb7cd98d708d43b86, 'wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentysixteen.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentysixteen.php', 1, 0x00000000000000000000000000000000, 0x4c1f3f5e6e93e0b99570edd22472caf8, 0x6b1f93975715b6ab97cd933783555221fb6a0127745e2130404a9276ac9bcd34, '', 0, '?'),
(0xd82f107bae6fb18bb22e8b4fbcb32b00, 'wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentyten.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentyten.css', 1, 0x00000000000000000000000000000000, 0xb96b20806b5376f76dd5dce56760b8d4, 0xde5af1952848cfc2b623642bd178faf51f0cacbb150266d6ca1555009f9f87a6, '', 0, '?'),
(0xf352a1c9fd2de63123dc7fb5b4813569, 'wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentyten.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentyten.php', 1, 0x00000000000000000000000000000000, 0xb20b6ac487d198c9e9b8c90e2aa7b4e6, 0xc3178539bb12a93adc6b1607817c2ce930d4355e42909442430f779a7289a373, '', 0, '?'),
(0xf5283b595832c106d975090152877ab8, 'wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentythirteen.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentythirteen.css', 1, 0x00000000000000000000000000000000, 0xf5a92541d245075cbb3bdc6378ac807e, 0x1e91b013a84dc8512171bfb3da1cd8887780036e28c14d1450845a55b827f8b5, '', 0, '?'),
(0x620a20ef54b8816148af90df38d6fab5, 'wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentythirteen.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentythirteen.php', 1, 0x00000000000000000000000000000000, 0xcea58c27ab48aab5b06ccfd6d1cc171b, 0x7d5bc6ae3f0cc0b5b78956127cf5b6c7b64da6e4b9d27c64168d47dc695340a8, '', 0, '?'),
(0xa28faf788a7bda057966c8c133030bad, 'wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentytwelve.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentytwelve.css', 1, 0x00000000000000000000000000000000, 0x5f29e8e155e41429f12c74ea6b69fae8, 0x428bc1bbdde197245c4b93b4c6a7f93ad7d054111651668cae54f4c163810d7f, '', 0, '?'),
(0x884d8e85860dfea6e8990692c9e7f126, 'wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentytwelve.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentytwelve.php', 1, 0x00000000000000000000000000000000, 0xb8094d79242793a8da81cb54f1918da8, 0xc7739501df27d11f5be7aebad27eef2f59ec25dfa8011cb1f0c10c66b8a65cda, '', 0, '?'),
(0x79725ce14938f7b48d91d6412797771f, 'wp-content/plugins/jetpack/modules/infinite-scroll.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/infinite-scroll.php', 1, 0x00000000000000000000000000000000, 0xced247e199aefe6dbea57be7e42b1b54, 0x42e0131668f2554ed50ad9b65e7309707a2d5c58d2c2e41ebb9ac0a96f570922, '', 0, '?'),
(0xfbfe5a145c8033f3f2e1c6921f4c8e45, 'wp-content/plugins/jetpack/modules/json-api.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/json-api.php', 1, 0x00000000000000000000000000000000, 0x41cf60c5f5bd7eb1eb7b4baa81470368, 0x832f33c1023880813d9f5c931c0034a1ea407597fc3cb172e7bb89741eb7604f, '', 0, '?'),
(0x99e285f2a1d624b5a15273624cad1b7a, 'wp-content/plugins/jetpack/modules/latex.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/latex.php', 1, 0x00000000000000000000000000000000, 0xc2afb069645fa697def6da21b7f1958c, 0x42f29813cd9c6cf1bb5c91ef5cbdd27c002121e1543a5f16d31929a17a7592f4, '', 0, '?'),
(0xe5866db84e413812fdb94b7db124ea36, 'wp-content/plugins/jetpack/modules/lazy-images.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/lazy-images.php', 1, 0x00000000000000000000000000000000, 0x52c5ae2a2f714a9b56f1ee09c4a4fb2a, 0xca44f287094c7461673a9f7a74746e6309d4ae56192e303c8988c80d96cd88cd, '', 0, '?'),
(0xf5ad664f1b646760d009272dff9c0f12, 'wp-content/plugins/jetpack/modules/likes/jetpack-likes-master-iframe.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/likes/jetpack-likes-master-iframe.php', 1, 0x00000000000000000000000000000000, 0x6100c4860b17bff97901429320570b86, 0x3fcdfed3ba064a0a5125eddfdf6b291e8a983702cebaf8ab3cea2245d4f762ca, '', 0, '?'),
(0xc107da348267950466b7c8786177da1b, 'wp-content/plugins/jetpack/modules/likes/jetpack-likes-settings.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/likes/jetpack-likes-settings.php', 1, 0x00000000000000000000000000000000, 0xa9a4ccd4e85cb3329672fa6105b00b2e, 0xf26a20c52c557222d0db985eafffb6ce53783aa9be2ceaed62860e67ec0e5bf7, '', 0, '?'),
(0x6256b22145507aeb092d239fa37c1bd1, 'wp-content/plugins/jetpack/modules/likes/post-count-jetpack.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/likes/post-count-jetpack.js', 1, 0x00000000000000000000000000000000, 0xf629e1725ed1e40bd1a58ab89df9c448, 0x23845578fb7622cb1d5c41f5089b7d5c564600e0f4a42352e92893b57deea38f, '', 0, '?'),
(0x79fb83fdc66e527ac802092f23ad4881, 'wp-content/plugins/jetpack/modules/likes/post-count.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/likes/post-count.js', 1, 0x00000000000000000000000000000000, 0x10bcc5b2d529cb58bf1abf47e6fca96f, 0xc3881af49779a90de955454453c18a77034bc10e2157bdb75d00927efd39b082, '', 0, '?'),
(0x21a473a9d93c1e24b4005f4dc87155a3, 'wp-content/plugins/jetpack/modules/likes/queuehandler.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/likes/queuehandler.js', 1, 0x00000000000000000000000000000000, 0xf018f883d1e9ba273c15fbf95264a8d9, 0x21e96a1d72c27bbe84f79b6b004331ed2026f626d3d9f56c4184e88442000eaa, '', 0, '?'),
(0xaaff552ad608f3b779170734bac9a82c, 'wp-content/plugins/jetpack/modules/likes/style.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/likes/style.css', 1, 0x00000000000000000000000000000000, 0x955a9dcbf407b8b70e843f21af19af03, 0xa7081f1bcbad9ed4f6a814a948b05de10806c75ba574ac09e66005a3430be4f8, '', 0, '?'),
(0x4e5192ceb42895d0f29052aef3122066, 'wp-content/plugins/jetpack/modules/likes.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/likes.php', 1, 0x00000000000000000000000000000000, 0x2419dbc676b5e806d8c31b65ad4dc9af, 0x16898606861ab5e59b6f39dbe70f39414e96607566e442a6be607ca7a7eb941a, '', 0, '?'),
(0x2c597de4164aa1a28593d908f3318376, 'wp-content/plugins/jetpack/modules/markdown/easy-markdown.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/markdown/easy-markdown.php', 1, 0x00000000000000000000000000000000, 0x4f8a0a9c83557b7f6389508fd65e5efb, 0xea7e62780ecbb1427df46ed3fd508f5ebdad865b4269e40fc38d5fa93b1aa114, '', 0, '?'),
(0x2c27015d7a96e5ad98dde7c38887288c, 'wp-content/plugins/jetpack/modules/markdown.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/markdown.php', 1, 0x00000000000000000000000000000000, 0x159915485fa47ca9e473096216e6793c, 0xeb6507c184b0c7ed13d01bd26b1e14376e9d6a18644cfa634bd4dc9535765d21, '', 0, '?'),
(0x36851ee5e65dfefecac4ecdc35adaf22, 'wp-content/plugins/jetpack/modules/masterbar/admin-color-schemes/class-admin-color-schemes.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/masterbar/admin-color-schemes/class-admin-color-schemes.php', 1, 0x00000000000000000000000000000000, 0x31091013c9fb4441cdb06c96ec92d6de, 0xaf75dbbddf9b1f5d95d3483900afa62a0ef8a2055b9028f0a594a22ad71b74c5, '', 0, '?'),
(0xd3c559bfb5d8225637484d19b8e2c7ca, 'wp-content/plugins/jetpack/modules/masterbar/admin-menu/admin-menu-rtl.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/masterbar/admin-menu/admin-menu-rtl.css', 1, 0x00000000000000000000000000000000, 0x14ea6c779921169332e8f2fb58fed341, 0x087abc565b5ebcb61378721a51a3739ffc289bbbb2277a06a71e1883b69ae169, '', 0, '?'),
(0xd1757311f665c3a7e966de4b49f4a10e, 'wp-content/plugins/jetpack/modules/masterbar/admin-menu/admin-menu-rtl.min.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/masterbar/admin-menu/admin-menu-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xadc6426fa66a357af7bd557fa2d98125, 0xd04d0b15a42dc31e6290da7eac23f1fe8db0823939a25a8c9a015d6dd2762a03, '', 0, '?'),
(0x0b668108326d97a4dffa3ea801e0ded9, 'wp-content/plugins/jetpack/modules/masterbar/admin-menu/admin-menu.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/masterbar/admin-menu/admin-menu.css', 1, 0x00000000000000000000000000000000, 0x73b22e82a452a67d361b95924a680ecd, 0xa9652ada6a5cdcad9612bf82e2069bc85c8f2ed06981fc285680c9ec1bdac323, '', 0, '?'),
(0x78292b9e5fc4a9a386f1aa8829e361c8, 'wp-content/plugins/jetpack/modules/masterbar/admin-menu/admin-menu.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/masterbar/admin-menu/admin-menu.js', 1, 0x00000000000000000000000000000000, 0xd73d62e52508fb6060b357b98d8993f8, 0x8c32fffa881d1fa8253696dfd9540070f2bf35562776fc4a9730713abad0ca47, '', 0, '?'),
(0x64576f4b0c7dfea8661f757bff73938c, 'wp-content/plugins/jetpack/modules/masterbar/admin-menu/admin-menu.min.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/masterbar/admin-menu/admin-menu.min.css', 1, 0x00000000000000000000000000000000, 0xc7154fa27f2cdba3a33285ec06c9a310, 0x5af30b46fb97e963becb41ebf1b14f653d80d84b49638b31ff12326d9594faae, '', 0, '?'),
(0x2866b382ba19c054cf07df0a73b069d1, 'wp-content/plugins/jetpack/modules/masterbar/admin-menu/class-admin-menu.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/masterbar/admin-menu/class-admin-menu.php', 1, 0x00000000000000000000000000000000, 0xa4b180a51c3c26551a483412d9ba414d, 0x1c24edf7bd6aed9a8669df67eadbd52f1d63aed967e65a2a478c6d78e343ce0b, '', 0, '?'),
(0x6cb836a7af140bd574195d26d6a58594, 'wp-content/plugins/jetpack/modules/masterbar/admin-menu/class-atomic-admin-menu.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/masterbar/admin-menu/class-atomic-admin-menu.php', 1, 0x00000000000000000000000000000000, 0x9309b12ed97a43465311565130978833, 0x6302e40b4f50bc0bd1b3e439173fddcb30d880ad7d636337ae67355cf445aef1, '', 0, '?'),
(0xe78485bf57316ade712a6934679e1a2f, 'wp-content/plugins/jetpack/modules/masterbar/admin-menu/class-base-admin-menu.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/masterbar/admin-menu/class-base-admin-menu.php', 1, 0x00000000000000000000000000000000, 0x48dbbe4a2d95e6b953a5112ad054e0d4, 0x3bbccf6084c25a202c53f1df8cbc060b356fa27197bf2480ba2f3a0209ed1255, '', 0, '?'),
(0x578562a2b4465d74a216773f2ad58b87, 'wp-content/plugins/jetpack/modules/masterbar/admin-menu/class-dashboard-switcher-tracking.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/masterbar/admin-menu/class-dashboard-switcher-tracking.php', 1, 0x00000000000000000000000000000000, 0x7044b26419e8ae2fe29d2510b4f44007, 0x11bb2789812e14a5dde2d8f16fabbda3998f8b48c3b1682287899c4de8ca1c5f, '', 0, '?'),
(0xd76343fce89856ea25411dbbe2fbeb56, 'wp-content/plugins/jetpack/modules/masterbar/admin-menu/class-domain-only-admin-menu.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/masterbar/admin-menu/class-domain-only-admin-menu.php', 1, 0x00000000000000000000000000000000, 0xfa2fb3c5edb850f648e64638f40d61e3, 0xd5f5a0afbd055a6ab215c0bd7706d53c04215c670ca1ea272eaf496a46fe726c, '', 0, '?'),
(0x6f18ccf4a897fac4a3728bcbd9f9fdb7, 'wp-content/plugins/jetpack/modules/masterbar/admin-menu/class-jetpack-admin-menu.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/masterbar/admin-menu/class-jetpack-admin-menu.php', 1, 0x00000000000000000000000000000000, 0x617cb48574b9d4c8d1b4a5c4d2935b86, 0xf4798799715f0a34958f9321d91a205b7ade97fb2598f3a27e6fc59671be6c70, '', 0, '?'),
(0x3907433b19fbe18cec272f18cd4eb9ac, 'wp-content/plugins/jetpack/modules/masterbar/admin-menu/class-p2-admin-menu.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/masterbar/admin-menu/class-p2-admin-menu.php', 1, 0x00000000000000000000000000000000, 0x8f399efcb09a72ee38025a965d3ffc49, 0x23ea9a1f2efda24325994434fccc1749d72fbd0dcab54ae8ec1a430181b1ae2d, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xba61a4b361752a7628a61c855a5881ac, 'wp-content/plugins/jetpack/modules/masterbar/admin-menu/class-wpcom-admin-menu.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/masterbar/admin-menu/class-wpcom-admin-menu.php', 1, 0x00000000000000000000000000000000, 0x85fda934b93201142d35b6ae271b64c9, 0x835650cf825f528019d7b6009d473ddb53ee2c3a2ae822f042460f0d73cca702, '', 0, '?'),
(0xbbe6454c0af85b261613b1f089ca5a58, 'wp-content/plugins/jetpack/modules/masterbar/admin-menu/dashicon-set.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/masterbar/admin-menu/dashicon-set.php', 1, 0x00000000000000000000000000000000, 0x54d9f97abd139d3762713174bd0b21ac, 0x1b516cf743b22c2316e19fecc2b977b09ac338328e6e57240eeb95ebd68a44d5, '', 0, '?'),
(0xb71dac7f1d408c39fa07e32fab0af23f, 'wp-content/plugins/jetpack/modules/masterbar/admin-menu/load.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/masterbar/admin-menu/load.php', 1, 0x00000000000000000000000000000000, 0x2efc5a5990b035340f421d8e813b0adf, 0x6f4cd5111af5398a118fb2495cbc2ad537377699f84ddfa9d463cf527adfa42d, '', 0, '?'),
(0x70f7ba4a937672086fcf03aff4a2e5d8, 'wp-content/plugins/jetpack/modules/masterbar/admin-menu/menu-mappings.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/masterbar/admin-menu/menu-mappings.php', 1, 0x00000000000000000000000000000000, 0x021eb0c31bec2833fe2ffe90f3b45b70, 0x27fca2f994b9d52a16da15f61b05cbd08e43b30616a4ed54276bc0220f213683, '', 0, '?'),
(0x788a9f1b1b3c917b4408bc47d8e65ccf, 'wp-content/plugins/jetpack/modules/masterbar/inline-help/class-inline-help.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/masterbar/inline-help/class-inline-help.php', 1, 0x00000000000000000000000000000000, 0x4d6ad02fcdef058fab5101e645cdf709, 0xa57ab24d4e43db5631f7344f255017008bc2267e3abd6384aab209fb3152b202, '', 0, '?'),
(0xb4e33e6af42f66058d92e9b417b31b86, 'wp-content/plugins/jetpack/modules/masterbar/inline-help/gridicon-help.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/masterbar/inline-help/gridicon-help.svg', 1, 0x00000000000000000000000000000000, 0xe29437e8c62f8e365c4a88a3627223dd, 0xc4cde141845a4f978fe58f52508978e7a4b4cde3705b1c6eb4b618b4ecc86e4b, '', 0, '?'),
(0x410606b1b08bc674d25b72853d5b3f9c, 'wp-content/plugins/jetpack/modules/masterbar/inline-help/inline-help-template.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/masterbar/inline-help/inline-help-template.php', 1, 0x00000000000000000000000000000000, 0x699e93869c6c60a9a6a7a238739165fb, 0x3278b2ed707eb9e39c04ac5a6d2c34221f87ca6732f219a1a520014952997323, '', 0, '?'),
(0xd02d68e98e1fccb56d399aea457ed06a, 'wp-content/plugins/jetpack/modules/masterbar/inline-help/inline-help.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/masterbar/inline-help/inline-help.css', 1, 0x00000000000000000000000000000000, 0xe57e03e7ec5d73e018bd0a32146484f3, 0xdbff3f38a0dce99f50917c02bbdfd9408427141872c4b52ff781b483c691f289, '', 0, '?'),
(0x7b76e2fe61cf98cad900d56ec92ba070, 'wp-content/plugins/jetpack/modules/masterbar/masterbar/class-masterbar.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/masterbar/masterbar/class-masterbar.php', 1, 0x00000000000000000000000000000000, 0x4558a47a25510f96553bf62475017ccf, 0xee9b4a5512374653f4a0111a17d9c4aa283451739af1f9448bb8a3b862bf8371, '', 0, '?'),
(0xfb2a40d13e420d1fe0c6e20861191f46, 'wp-content/plugins/jetpack/modules/masterbar/masterbar/overrides.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/masterbar/masterbar/overrides.css', 1, 0x00000000000000000000000000000000, 0xf42b20de26bc69be83ef71f1de6a8325, 0xd70a61090ee0caf58d2d8e459857862dbbe9f9f310de0e905f35ac6722c096e3, '', 0, '?'),
(0x1bf1687a9ab58868c1ab34929f3fd8c6, 'wp-content/plugins/jetpack/modules/masterbar/masterbar/tracks-events.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/masterbar/masterbar/tracks-events.js', 1, 0x00000000000000000000000000000000, 0x5825dfa99927a765c5270616ff5198ea, 0x8a41c53d3763d792ebdd2b8ebe7b2db42bc5125544e64d1515afe8a37a158389, '', 0, '?'),
(0x50bb3374805c4b76946a3f1ab9f3cf90, 'wp-content/plugins/jetpack/modules/masterbar/nudges/additional-css/class-atomic-additional-css-manager.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/masterbar/nudges/additional-css/class-atomic-additional-css-manager.php', 1, 0x00000000000000000000000000000000, 0x4e22c6c9f5277a033e0b8c7df7ac566c, 0xa5987af229eef40a93b46256add8cb2f5bc4d7335ba895846fde84689ae0e250, '', 0, '?'),
(0x25ce948176bce884f368319e588141e4, 'wp-content/plugins/jetpack/modules/masterbar/nudges/additional-css/class-css-customizer-nudge.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/masterbar/nudges/additional-css/class-css-customizer-nudge.php', 1, 0x00000000000000000000000000000000, 0x25e759f0bdae2c106cbb5490934ccb3e, 0x7173040e15b0ac26402c195352f903885f85179f10a464a74a991d606c36ba69, '', 0, '?'),
(0x7ddcc3b0d0d6010dcb47932a8149a258, 'wp-content/plugins/jetpack/modules/masterbar/nudges/additional-css/class-css-nudge-customize-control.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/masterbar/nudges/additional-css/class-css-nudge-customize-control.php', 1, 0x00000000000000000000000000000000, 0x2b0d22cffccb17a7d3402ec44fd83a10, 0x4ec42f76488f20c2cd2138473806150c05844cc3f7b00203667500e1fa2f0858, '', 0, '?'),
(0xb8528968955a2dd83d8575a41ea03aa6, 'wp-content/plugins/jetpack/modules/masterbar/nudges/additional-css/class-wpcom-additional-css-manager.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/masterbar/nudges/additional-css/class-wpcom-additional-css-manager.php', 1, 0x00000000000000000000000000000000, 0xa5c33f1e078561fff469e6646ebe5983, 0x1baf1d385021b2f9d62908ac3d47e5446e4a3e59d1ba41c6f3d50d26c0587fa4, '', 0, '?'),
(0xe37ca5b5272af8b62dc28df95fac4f5d, 'wp-content/plugins/jetpack/modules/masterbar/nudges/additional-css/css/additional-css.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/masterbar/nudges/additional-css/css/additional-css.css', 1, 0x00000000000000000000000000000000, 0xee400ec6b476a0a89f5ca364854eae0f, 0x7316522013504f10b69a7ad12c8f03bc24fd6b92b888af3f44ef825dcbed1eeb, '', 0, '?'),
(0x4128c95da8c0a8daee578daa7daf4acd, 'wp-content/plugins/jetpack/modules/masterbar/nudges/additional-css/js/additional-css.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/masterbar/nudges/additional-css/js/additional-css.js', 1, 0x00000000000000000000000000000000, 0x0b9647deebb8a90fa077d29b3a7bddae, 0x39fea4e7790cd63545371fc4b2f529fe2fe48d87b4156156238f3cee6e35ebfe, '', 0, '?'),
(0x134b413d62a6ae29a6447e2f597b6143, 'wp-content/plugins/jetpack/modules/masterbar/nudges/bootstrap.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/masterbar/nudges/bootstrap.php', 1, 0x00000000000000000000000000000000, 0x7ea2b9a9853ee1b3158817b6ecad2b39, 0x0880a4770bee63acc78e46750a45144668b53fbfd51233a29d8b4b6eef7d178e, '', 0, '?'),
(0x1fd0f269a735f91a50387fa5ed2fa099, 'wp-content/plugins/jetpack/modules/masterbar/profile-edit/bootstrap.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/masterbar/profile-edit/bootstrap.php', 1, 0x00000000000000000000000000000000, 0x803df0eb35b81fc8e8d5f8ad0f2b16ca, 0x5f72d5dfd777775e28a7d32c58c74361517c123204d565a3dbaf9db36313de16, '', 0, '?'),
(0xd2235c8c06ad506f19c7ff619eb39a92, 'wp-content/plugins/jetpack/modules/masterbar/profile-edit/class-wpcom-user-profile-fields-revert.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/masterbar/profile-edit/class-wpcom-user-profile-fields-revert.php', 1, 0x00000000000000000000000000000000, 0x473e4715a3cffeaae611f79e3e3c02cc, 0xc6e0d7907893a4f349110b9a87c042101bbca5bc34c654395a56cdc5198d54d6, '', 0, '?'),
(0x6b0b110e13d2f8d400274ffda5ce459b, 'wp-content/plugins/jetpack/modules/masterbar/profile-edit/profile-edit.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/masterbar/profile-edit/profile-edit.php', 1, 0x00000000000000000000000000000000, 0x9324974137cee926b0d3bdaf3e8eb3fb, 0xa7b0790e9284252d5aafedfd84a0cafa666c7cef4dd69a7fc8d29f75ae8013a1, '', 0, '?'),
(0xd57837bb26f03aa4aeb670d41877fcd2, 'wp-content/plugins/jetpack/modules/masterbar/wp-posts-list/bootstrap.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/masterbar/wp-posts-list/bootstrap.php', 1, 0x00000000000000000000000000000000, 0x5b290b8a84c5464a1b296c37750b5923, 0xa98f9482dd9207ac78fef17ac4e7ac859fb0badaaf2b494692499df9781c58a1, '', 0, '?'),
(0x65f44c92d9e21dcf157a8808362ebad7, 'wp-content/plugins/jetpack/modules/masterbar/wp-posts-list/class-posts-list-page-notification.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/masterbar/wp-posts-list/class-posts-list-page-notification.php', 1, 0x00000000000000000000000000000000, 0x8a93b23dfc15a30061c78a432d8d59cf, 0x9a087fff0eca7cbe602acfe0f55b9bba8078ed3db34c435f6dbd76ed8fc609a0, '', 0, '?'),
(0x1587531b3cedf97217774f6145051575, 'wp-content/plugins/jetpack/modules/masterbar/wp-posts-list/wp-posts-list.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/masterbar/wp-posts-list/wp-posts-list.css', 1, 0x00000000000000000000000000000000, 0xd1a2d51cda37fd50cf06ca6ed89897ff, 0x20a8426c2c0449bb602028d7e5c7565e7434d6597ad2477848ed4f1e0e76c7d7, '', 0, '?'),
(0x4c4943de67988034b237d24dd5106c94, 'wp-content/plugins/jetpack/modules/masterbar.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/masterbar.php', 1, 0x00000000000000000000000000000000, 0x5cdb6368ca33105afa7b16ca6a9d83a4, 0x2588f393ecbed7fd8bb979bfd1897a9f833b723e5f6f03d16e61b72098257fab, '', 0, '?'),
(0x8746fb0c5bc20a268d5cd269a0b6db47, 'wp-content/plugins/jetpack/modules/memberships/class-jetpack-memberships.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/memberships/class-jetpack-memberships.php', 1, 0x00000000000000000000000000000000, 0x4ef60c2a8537567b2d6850697b3d2fa0, 0x2f8b7e4e8a455b2ef4a3eadbea32689d52c6d45b2d2888888a9ba0bbe48c2d68, '', 0, '?'),
(0xbb6376debdb8e8662749d39bed5aa345, 'wp-content/plugins/jetpack/modules/module-extras.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/module-extras.php', 1, 0x00000000000000000000000000000000, 0xb2d24d591d32054c5f9aa6562f29f4ac, 0x8c67b3d0e0d6892a90215c1c46847824a0aedcdd30bd5b6b9a292a02d2c46512, '', 0, '?'),
(0x3de0a5b27c7a0f3bd62455255190384f, 'wp-content/plugins/jetpack/modules/module-headings.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/module-headings.php', 1, 0x00000000000000000000000000000000, 0x77f84cbcde830e8eea1869146abe7cae, 0x92cd13eea77192e6f1bb92311a4867ace2c9225399e8fdbc51721a2ee14eea38, '', 0, '?'),
(0xba1a6416d7ae202d0c608ca03fcc686e, 'wp-content/plugins/jetpack/modules/module-info.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/module-info.php', 1, 0x00000000000000000000000000000000, 0xad938354d80e0b0d7a539dd21ab7b66a, 0x81e4f94f5b9a0e8a6ff23fa1de41ba88a11de53b71b0dbf9403eb834b41dd45d, '', 0, '?'),
(0xdbe2a4e58896086adc9b53650fa77c43, 'wp-content/plugins/jetpack/modules/monitor.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/monitor.php', 1, 0x00000000000000000000000000000000, 0xdd19707899bcebda253c4eb974cce12b, 0x1f179668b62e786f6f25dfc2b869318941ee6c5a828a15bc3fdf1427db9b6cf2, '', 0, '?'),
(0x994517151655f0293704d22dc9279cbe, 'wp-content/plugins/jetpack/modules/notes.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/notes.php', 1, 0x00000000000000000000000000000000, 0x7c1072af294fe390d0e3ab949aaf2307, 0x2ba80337ca6ccbf26642a68ec80464e6c4cdf50ac1c5398d8b0062b5a65e03cb, '', 0, '?'),
(0x885c238c0c002ad0b33777c75e73e900, 'wp-content/plugins/jetpack/modules/photon/photon.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/photon/photon.js', 1, 0x00000000000000000000000000000000, 0xf89749c5ee18c5e9aa0fda70690acfa0, 0x3132944bafe656948b554f48bea00391c066c8c0171d487ee65e68e59b9c11dc, '', 0, '?'),
(0x74465da9348cec2c9644317ad7abf738, 'wp-content/plugins/jetpack/modules/photon-cdn/jetpack-manifest.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/photon-cdn/jetpack-manifest.php', 1, 0x00000000000000000000000000000000, 0xb21d82c8756fd3f4f5d8316966374608, 0x8b2a835974afcda97d1b87ef9a8b3b9fe2c5c7a5ee5b6650d416b884cdd5299a, '', 0, '?'),
(0x6884008839b2c186bc0b2d0a0e23f75e, 'wp-content/plugins/jetpack/modules/photon-cdn.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/photon-cdn.php', 1, 0x00000000000000000000000000000000, 0x12ec7686436b4277d9903cb76f15ca66, 0xb684d0498722437eb2d14e0968668b0a8af2532e1c18c9c3528224d9a863b33d, '', 0, '?'),
(0xb31868129974bea5486378afc6b9ea09, 'wp-content/plugins/jetpack/modules/photon.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/photon.php', 1, 0x00000000000000000000000000000000, 0xbe2bc45ff6538f976090f008a5d49ace, 0x1ccfc7963260f63d6a636008b42ce396ae565dbd0c4c20ff602a5b0c6a2e6686, '', 0, '?'),
(0x25c0d417bc81987dd74647166a993a2b, 'wp-content/plugins/jetpack/modules/plugin-search/plugin-search.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/plugin-search/plugin-search.css', 1, 0x00000000000000000000000000000000, 0x7755579a8655f9b980ffe17eca2d1a87, 0x5c0d7fd0dccfdc419a9771ee0b6d0213f89536e940c0127494b94c5db3e2ee2a, '', 0, '?'),
(0x0ccd8d82774f03a4f98afcb4a165fb30, 'wp-content/plugins/jetpack/modules/plugin-search/plugin-search.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/plugin-search/plugin-search.js', 1, 0x00000000000000000000000000000000, 0x3201de199da47ad5c3e868e200ad9810, 0x58f14fa52336e49ff10eed2f8d750357445aea83855b2fa1b5c27835b9bd0832, '', 0, '?'),
(0xd9bec46d024bbc356aaf5bec434bbc78, 'wp-content/plugins/jetpack/modules/plugin-search/psh-128.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/plugin-search/psh-128.png', 1, 0x00000000000000000000000000000000, 0x89334409a528b2240bb5d9140c0569e9, 0x8087a0f84cf778bc6316f5bad9d415424ba44a0ddb50307857845ffbb4107131, '', 0, '?'),
(0x39058013bec8fc9e9c8c98c6203e7c88, 'wp-content/plugins/jetpack/modules/plugin-search/psh-256.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/plugin-search/psh-256.png', 1, 0x00000000000000000000000000000000, 0x5acd410469f8457f26ec5f347fbc633b, 0x4fc3e2909f3d4adef5a1349b8fde38ac2db77ef1cf434ef5ff77b770bb5e71c7, '', 0, '?'),
(0xfe0411050be9732cde69d8a393c4c2e4, 'wp-content/plugins/jetpack/modules/plugin-search/psh.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/plugin-search/psh.svg', 1, 0x00000000000000000000000000000000, 0x29ad762c238296da7ba8d26566f5c6fa, 0x9538ab12773a371d55938b555220edb57d53a96cab2e85df047db4576c98165c, '', 0, '?'),
(0xb97869204fd8b8018481a1ddd457a3a6, 'wp-content/plugins/jetpack/modules/plugin-search.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/plugin-search.php', 1, 0x00000000000000000000000000000000, 0x47b32f134f278b044440d1ee534962f9, 0x9706e2448c4e4fa147f070e1bafee42480e82436f75122dc6e3ac0d6956911d6, '', 0, '?'),
(0x67f29b91b324e3b43c18ec07cf0be002, 'wp-content/plugins/jetpack/modules/post-by-email/class-jetpack-post-by-email.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/post-by-email/class-jetpack-post-by-email.php', 1, 0x00000000000000000000000000000000, 0xdc46e2ec245a0946798d54cfcf78bc49, 0xcd80ea65f8c0c857fbcd97513f47c5e2ad10d9fd461a228c4e70067f06b78376, '', 0, '?'),
(0xc6802eb432c5d6df31eb9bd7f1eff666, 'wp-content/plugins/jetpack/modules/post-by-email/post-by-email-rtl.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/post-by-email/post-by-email-rtl.css', 1, 0x00000000000000000000000000000000, 0xd378535b093b9275e81c8b034a55f6b8, 0x104da64cb2724af38bba04f61fcf52354ddcd579989eed8ed999f71bd09a3687, '', 0, '?'),
(0x680487922615363282c2da39fecce2e3, 'wp-content/plugins/jetpack/modules/post-by-email/post-by-email-rtl.min.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/post-by-email/post-by-email-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x9c3d64dade4897219971f39400608ca5, 0xc41e0529557f2944bbd971a947ee965f97e44f7ca30c68b8e4fc9485be7483ff, '', 0, '?'),
(0x3e4ce33fe2961cbc1ccde818580849a2, 'wp-content/plugins/jetpack/modules/post-by-email/post-by-email.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/post-by-email/post-by-email.css', 1, 0x00000000000000000000000000000000, 0x0095e60166ef696644dca4273175bc46, 0x104da64cb2724af38bba04f61fcf52354ddcd579989eed8ed999f71bd09a3687, '', 0, '?'),
(0xb54ca42b1fdc573b33bed8e3609810c4, 'wp-content/plugins/jetpack/modules/post-by-email/post-by-email.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/post-by-email/post-by-email.js', 1, 0x00000000000000000000000000000000, 0x80082cda66f8c2b296fab8810f95dfaf, 0xea93f3cc1512175477899fd8a0a6ae6eaf8351a2d686a3d8a87ed2d53a099c5d, '', 0, '?'),
(0xf8fae32a97f13b7bd8a58350e172c103, 'wp-content/plugins/jetpack/modules/post-by-email/post-by-email.min.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/post-by-email/post-by-email.min.css', 1, 0x00000000000000000000000000000000, 0x9c3d64dade4897219971f39400608ca5, 0xc41e0529557f2944bbd971a947ee965f97e44f7ca30c68b8e4fc9485be7483ff, '', 0, '?'),
(0x716bf850fa72d9da365add4ca9e23b8c, 'wp-content/plugins/jetpack/modules/post-by-email.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/post-by-email.php', 1, 0x00000000000000000000000000000000, 0x8d944186d449f7bcf38a9b3bc1053049, 0xd45d8ade45eed9674f5225311c06d8c5a30e05a55c48d1e42b92d95a8a0a28d0, '', 0, '?'),
(0x5a669f985d9dfc185320e8da8089163a, 'wp-content/plugins/jetpack/modules/protect/blocked-login-page.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/protect/blocked-login-page.php', 1, 0x00000000000000000000000000000000, 0x48fe1f4b12c2b3dadb3781cda7a20aa3, 0x5974b165be3873c461d6f539156c61ead2294f4f2d5e2cfa6f0170f5bfcc9557, '', 0, '?'),
(0x984865443ebcf0cf39557fdb35891916, 'wp-content/plugins/jetpack/modules/protect/math-fallback.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/protect/math-fallback.php', 1, 0x00000000000000000000000000000000, 0x6a1f81445ea2cd8f5f5ecaadac875637, 0x22e77131f335c1537d2f308baf6217ca9c3864690f87980790996dfef8374c55, '', 0, '?'),
(0xfba1c9dee72dce0162c114baa246d1fa, 'wp-content/plugins/jetpack/modules/protect/protect-dashboard-widget-rtl.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/protect/protect-dashboard-widget-rtl.css', 1, 0x00000000000000000000000000000000, 0xb720fe223a00475cb4ebc4491a9d4a5f, 0xc7c10bafa401725d3e9c4293e85d4fc56920d5984a06e894f1378b366f9994bc, '', 0, '?'),
(0xd6c90452e95289bca4f88a2cd1203f2a, 'wp-content/plugins/jetpack/modules/protect/protect-dashboard-widget-rtl.min.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/protect/protect-dashboard-widget-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x5f6508960bc7f605670b7d2fe5096a1c, 0x6b77498d9d5cf027aff7bf33aada72fb5800e3e5e08dc319d7b28ff159225546, '', 0, '?'),
(0x5233c5c595d87af1287de71bf1dd2358, 'wp-content/plugins/jetpack/modules/protect/protect-dashboard-widget.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/protect/protect-dashboard-widget.css', 1, 0x00000000000000000000000000000000, 0x452de2ccec2fd32c67ed08a85006b39d, 0xf0eaad4424a7b9e4d065b47e6e366c906d6a4a0fe559cb00b0866e11b23d2a14, '', 0, '?'),
(0xa68ed02e68717ef6f37b04026c7399dc, 'wp-content/plugins/jetpack/modules/protect/protect-dashboard-widget.min.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/protect/protect-dashboard-widget.min.css', 1, 0x00000000000000000000000000000000, 0xfee6b02f85a5f77922057db1e00627ac, 0xc20b7cc3fa20faadaa7505881841535b4f271ec68b86ae7079ce3dd50e764776, '', 0, '?'),
(0x29efb585af6499cb25f3a990f95087b3, 'wp-content/plugins/jetpack/modules/protect/protect.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/protect/protect.png', 1, 0x00000000000000000000000000000000, 0xabae8a00b7caf8eb6dea101c7793255d, 0x66d0ffc2edeaf7f6a3e919e3709cb7909603f7bec8e44872f083173b14a30b35, '', 0, '?'),
(0xe5e90ca129ea6de59c78da8e537116ab, 'wp-content/plugins/jetpack/modules/protect/shared-functions.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/protect/shared-functions.php', 1, 0x00000000000000000000000000000000, 0xd80de481be04c9045d1721cec5b683a4, 0x1f3b9e51be016b2470d69f378ea27f1331ebe095396912f7dcd6495e9ca3f908, '', 0, '?'),
(0xcf9feb9c7004e1f314b5f513d943ca63, 'wp-content/plugins/jetpack/modules/protect/transient-cleanup.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/protect/transient-cleanup.php', 1, 0x00000000000000000000000000000000, 0x45243bce9869130660c27f0e3bfe2265, 0xe24bd7582ca144f7c4c0ddc7686100497d914044fcd06a205563bf6a938fbc4c, '', 0, '?'),
(0x53faa5deb6c301c54e187a5fb4e744f7, 'wp-content/plugins/jetpack/modules/protect.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/protect.php', 1, 0x00000000000000000000000000000000, 0x4eef35e75ae8df94f0b176cdd5046b91, 0xa539c8139aa722a2e9558f0b151922d1a222f1c772499d8c3712227870e46a98, '', 0, '?'),
(0x37b675c0c39d5c24d5ed5817d6405835, 'wp-content/plugins/jetpack/modules/publicize/publicize-jetpack.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/publicize/publicize-jetpack.php', 1, 0x00000000000000000000000000000000, 0x934198619ad347638096f3628f06d5b1, 0x53625c7644a4149fa16d2adef5d37529fa9a9e532cdbed79b8be701c77a88245, '', 0, '?'),
(0x77d75ec110958b2f06b02abaaabba3de, 'wp-content/plugins/jetpack/modules/publicize/publicize.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/publicize/publicize.php', 1, 0x00000000000000000000000000000000, 0xa956b24991e1822dd345e52ff3d20213, 0xa0d2b8c246496d93c73fdd09bb33ca7fbddd01ff7f0750446ad0e9f8c4034f2f, '', 0, '?'),
(0x7734eba3e095904d8fb064dcffc6e48e, 'wp-content/plugins/jetpack/modules/publicize/ui.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/publicize/ui.php', 1, 0x00000000000000000000000000000000, 0x58406c00353fbfdacf8a462379551117, 0x884bd1254282df09c7ece4924a35c111ca2e9f6c7a2fbc0d710ab2dc7a8f6789, '', 0, '?'),
(0x26cf659ba0609993ca6cfde28ade4e0c, 'wp-content/plugins/jetpack/modules/publicize.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/publicize.php', 1, 0x00000000000000000000000000000000, 0x2354077740754bc793c7e447afd3e026, 0x3164567a00f295f7bb3c27c80a244e19d98dff6581ffb414010ea235a9efd4c4, '', 0, '?'),
(0x313e913e833bbde5c656fa4799107098, 'wp-content/plugins/jetpack/modules/related-posts/class.related-posts-customize.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/related-posts/class.related-posts-customize.php', 1, 0x00000000000000000000000000000000, 0x30de8f0cf116cc16fa8f340845ea7ad6, 0x12c19bd1b7e5351368f89678421decf2ed3dc2ab8cc5e1016328cfc968ba41b3, '', 0, '?'),
(0xb590ec02d47fd143107010a3363deb18, 'wp-content/plugins/jetpack/modules/related-posts/jetpack-related-posts.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/related-posts/jetpack-related-posts.php', 1, 0x00000000000000000000000000000000, 0x02732fb718428c7f1a90a4134711ff12, 0x888132690bd23d3a86cd3c82a1c635257f9f9b7d3cb267bfe2fadba4aedb4cb8, '', 0, '?'),
(0xae0c08be169c31a471c972f364325c50, 'wp-content/plugins/jetpack/modules/related-posts/related-posts-customizer.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/related-posts/related-posts-customizer.js', 1, 0x00000000000000000000000000000000, 0x734fd7433e5f3dcce8b4f93c212be1db, 0x47c0227159e97de5004453b5b1fa5dca6db5e16ae0f6477fe76da5c7314670a9, '', 0, '?'),
(0xd931817a2f546f8fcd17dfd806282a5c, 'wp-content/plugins/jetpack/modules/related-posts/related-posts-rtl.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/related-posts/related-posts-rtl.css', 1, 0x00000000000000000000000000000000, 0x1b4bf66d3d28a328bb88eca27f341fa0, 0xbb610ac8422cb9a3d1ffc8209b3eb68b3a173fac1ae66e615ca802a3a7fd731c, '', 0, '?'),
(0x2fe883226b239d5771478328e66ef1a3, 'wp-content/plugins/jetpack/modules/related-posts/related-posts.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/related-posts/related-posts.css', 1, 0x00000000000000000000000000000000, 0x49e98df80137f1066ec37df1607e8bc0, 0xf18b3e562cc442eec342369106bff938213fb9ce4311ac04808756456482506f, '', 0, '?'),
(0x273e77518fe2568ea8822a4e16c84495, 'wp-content/plugins/jetpack/modules/related-posts/related-posts.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/related-posts/related-posts.js', 1, 0x00000000000000000000000000000000, 0xaae099df30d0bb27007d4bec49ac38fa, 0x36d457eddfc65541013b958647867e30acc005ff3b20aa3fb2754135b2182737, '', 0, '?'),
(0x8e7e651b14af92fe9ffebb5f312e06c7, 'wp-content/plugins/jetpack/modules/related-posts/rtl/related-posts-rtl.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/related-posts/rtl/related-posts-rtl.css', 1, 0x00000000000000000000000000000000, 0x104e87b723d9ae16c4c5be4fdb389f4c, 0x09eb31f82ecf18229249dbc66de61ea3e5d409a0097d3604091127913b18990c, '', 0, '?'),
(0xfd5caff0e9d74543bde02633000d4c7d, 'wp-content/plugins/jetpack/modules/related-posts.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/related-posts.php', 1, 0x00000000000000000000000000000000, 0x0e47d1f9cc67d084c2a320550152734d, 0x446aa329ffe43eafabcd36b8a4db81c9d90c05ddd7c4c2c928066f53f87f2804, '', 0, '?'),
(0xbb1b814b347e27fa4777704af093e823, 'wp-content/plugins/jetpack/modules/scan/admin-bar-notice.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/scan/admin-bar-notice.js', 1, 0x00000000000000000000000000000000, 0x54526881a8141ff886c1e4808c3cbcd7, 0x4dd3242673fde96df4ecbbcf616027274be8973a71127fff779a809de8d85372, '', 0, '?'),
(0xc82c0ecb23b4502053ebbe12091da138, 'wp-content/plugins/jetpack/modules/scan/class-admin-bar-notice.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/scan/class-admin-bar-notice.php', 1, 0x00000000000000000000000000000000, 0x345e71315be5b703872814ac05fee852, 0x4cce729208643336c0d16e21e128611f9afac9eaeb67139d066c9a98c428cd04, '', 0, '?'),
(0x8156aa7540b323b4e5d8fcbe7fce8e59, 'wp-content/plugins/jetpack/modules/scan/class-admin-sidebar-link.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/scan/class-admin-sidebar-link.php', 1, 0x00000000000000000000000000000000, 0x3d028126559089287ac044392226506d, 0xe1cdac8378c55048fb4c37036a6158394f1aa1ed3a47a8c6828fdfa088f03b2a, '', 0, '?'),
(0x6d3dff4fdd95d5ab8f4cdbba3f1c599b, 'wp-content/plugins/jetpack/modules/scan/scan.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/scan/scan.php', 1, 0x00000000000000000000000000000000, 0x79899719246df8fb2bdb478920c16d45, 0xe1ab0befcbd534f45cae3869c7831bff5d595c1c31cf4472971d11e9bdf96548, '', 0, '?'),
(0xaf79e17f91654503c4cf7d9520b48217, 'wp-content/plugins/jetpack/modules/search.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/search.php', 1, 0x00000000000000000000000000000000, 0x6bfe9a8c2ca4a73b596531ef37216181, 0xaaab3e0daa854da1348a170a11113f517f0b62ca0f4ed733b3f25cd8b4a014c3, '', 0, '?'),
(0xff9010d0e691590817fccf2a94e2c3a8, 'wp-content/plugins/jetpack/modules/seo-tools/class-jetpack-seo-posts.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/seo-tools/class-jetpack-seo-posts.php', 1, 0x00000000000000000000000000000000, 0x0dcc0504f595464a20f619d380b432a0, 0xdaedadf27d1cc5e10cedf8c5ec86212a2899337023f233caa5a84a0ba54fae36, '', 0, '?'),
(0xd38a22ee5c8925d98d5dc16a27426c4b, 'wp-content/plugins/jetpack/modules/seo-tools/class-jetpack-seo-titles.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/seo-tools/class-jetpack-seo-titles.php', 1, 0x00000000000000000000000000000000, 0x69caa5125d8974c3252f6d49bc8aa40b, 0x9c64fdcd6490b4b14ddef0a066d0a41120d9c7e07625eff0296c60c329044bc7, '', 0, '?'),
(0x12f872e303acca2973dabe8c917ccf5e, 'wp-content/plugins/jetpack/modules/seo-tools/class-jetpack-seo-utils.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/seo-tools/class-jetpack-seo-utils.php', 1, 0x00000000000000000000000000000000, 0xec5448bc2b13d9e0773fe5564a64cdb0, 0x031c15357eac22f89778ac4034ced74aa7826535d11c3fcedeca66a4fd090d7f, '', 0, '?'),
(0xdaa1695a20a90d0f8ccf70a4c8d928ee, 'wp-content/plugins/jetpack/modules/seo-tools/class-jetpack-seo.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/seo-tools/class-jetpack-seo.php', 1, 0x00000000000000000000000000000000, 0x2f0319b4d16c571b41036241c224e622, 0x8f8cb5dc7deac5692436a6d40e25395185315cec1900fb0a6b80898e06a449bf, '', 0, '?'),
(0xcc3b2aac81df746044ce8981f158552a, 'wp-content/plugins/jetpack/modules/seo-tools.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/seo-tools.php', 1, 0x00000000000000000000000000000000, 0xd1b495e4830d887fd030dba58e383160, 0x990776d6ea79da4b05d5f5bb3f8fa1ed89456eb16ee56349ef3b8596bebdc49e, '', 0, '?'),
(0x4c65e6338a35641838cd70e1257e5767, 'wp-content/plugins/jetpack/modules/sharedaddy/admin-sharing-rtl.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/admin-sharing-rtl.css', 1, 0x00000000000000000000000000000000, 0x719b259f8f420eafb85efa3a4195dac0, 0x1b3643f989151244c8be945f085b73c648fbe87a133fd43c87650e709e9ad735, '', 0, '?'),
(0x8ed13060e4d5014cc646d8dedfee60a0, 'wp-content/plugins/jetpack/modules/sharedaddy/admin-sharing-rtl.min.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/admin-sharing-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x728a5e7326b6fb10595ad26920086913, 0x81fd7ce4cff6586d6d53b271cd78655da547ba422095c56d88460d5774a8e23e, '', 0, '?'),
(0x760292f801a679ad40a591d70c67716c, 'wp-content/plugins/jetpack/modules/sharedaddy/admin-sharing.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/admin-sharing.css', 1, 0x00000000000000000000000000000000, 0xf520b06843d452d29d4fc631b2452ccd, 0x62505b4dc9c853834e78692e2f76a4e238573f44201acf17b74cacf56874e086, '', 0, '?'),
(0xf188e40df9fb2c7162c30b21ac6ade80, 'wp-content/plugins/jetpack/modules/sharedaddy/admin-sharing.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/admin-sharing.js', 1, 0x00000000000000000000000000000000, 0x5a54859408fdebbd2b9ad8d374aded6b, 0xb6bcfa860c463b9d37874845ceb2bf06d5157c5b90b81d6a7e2c623c04db7bcf, '', 0, '?'),
(0xe9642bd499de3a33ab32e49b61c17be3, 'wp-content/plugins/jetpack/modules/sharedaddy/admin-sharing.min.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/admin-sharing.min.css', 1, 0x00000000000000000000000000000000, 0x0acb68226b0dc45568d88fcb0fad4d35, 0x263d9560026eb61e66676ac116b6035f6c4989d0664198775d9b2c41c91817ec, '', 0, '?'),
(0xed8ad1350122433777ce075f2a150bfb, 'wp-content/plugins/jetpack/modules/sharedaddy/amp-sharing.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/amp-sharing.css', 1, 0x00000000000000000000000000000000, 0xcacf0148df5b6bda280e2682b851f296, 0x5387671a573236dbb7e9fbf2669ab7d64f67382a5dad822ed0fbc72dc53f7b9e, '', 0, '?'),
(0xa213d904b8fa5eeba8e9a677305ff90f, 'wp-content/plugins/jetpack/modules/sharedaddy/images/after-the-deadline@2x.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/after-the-deadline@2x.png', 1, 0x00000000000000000000000000000000, 0xbe49f245318e6f888db51045e14f6ad3, 0xbbdc5084213e1e38c36247d3f4ae99f7ea12baadff67ad908c104c3ab1a867ed, '', 0, '?'),
(0x51316e96bb0e9931c0b89283422ade7a, 'wp-content/plugins/jetpack/modules/sharedaddy/images/comments@2x.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/comments@2x.png', 1, 0x00000000000000000000000000000000, 0x79a22e433caade76ae60c6f6720df458, 0xf1bcd8770252c7ca661720dfb4277c141ab083edfe9ae6ba2bf0cefbcc25d346, '', 0, '?'),
(0x84cf46b365a52043c1b7ffdb01503ecb, 'wp-content/plugins/jetpack/modules/sharedaddy/images/contact-form@2x.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/contact-form@2x.png', 1, 0x00000000000000000000000000000000, 0x86c55a175f59fb1bca5f5f9c1602cd19, 0xc4de1f6ffabaf8192e5bf94281d8ea7368f5e33b89c57e79f36a8ae5fd297124, '', 0, '?'),
(0xab642074f92074fe42fa2e836a2e729f, 'wp-content/plugins/jetpack/modules/sharedaddy/images/custom.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/custom.png', 1, 0x00000000000000000000000000000000, 0xb4813dca21454f1bc6cb797d629924bd, 0x5db32b89ee9d7e13c811a685e0dceec6f1f85c2b656378558355f55609ed8786, '', 0, '?'),
(0x01547774b8824ad9b9da8337b743b786, 'wp-content/plugins/jetpack/modules/sharedaddy/images/custom@2x.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/custom@2x.png', 1, 0x00000000000000000000000000000000, 0xb0cd28cf2ecd07410ebf222491677c5b, 0x6b1bb3b701eef2fb88cd91ad5086eaa94cd468f8c444563d087824f6fc5e543e, '', 0, '?'),
(0x731c1025648bc8178fbcd99dd43128f1, 'wp-content/plugins/jetpack/modules/sharedaddy/images/designfloat.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/designfloat.png', 1, 0x00000000000000000000000000000000, 0x94453e8a6fb161af42fca46ebeac7e64, 0x6590fb5794135847a48d78dec6876f275f4f01568f02f0a777d8fd6eba154f0c, '', 0, '?'),
(0x6046c87054ba3c034a570048e0513a0f, 'wp-content/plugins/jetpack/modules/sharedaddy/images/digg.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/digg.png', 1, 0x00000000000000000000000000000000, 0xde80acd38f3fedf60e5931081d6aaa3f, 0x809bf924cd515dd962b9051e81fd9afbd011030f5c15b6e25c4da48fa5ec11d5, '', 0, '?'),
(0x151150745e07581ccfd5bc9818a96609, 'wp-content/plugins/jetpack/modules/sharedaddy/images/digg@2x.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/digg@2x.png', 1, 0x00000000000000000000000000000000, 0x1cebbe1f7910e981f7e26648cb09be81, 0x3c07668a63731db5725847e67e4a370620f981c71f0d429eaf5e50b9851b91d2, '', 0, '?'),
(0xc9b99e5299e99b2da0694bb893638a82, 'wp-content/plugins/jetpack/modules/sharedaddy/images/divider.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/divider.png', 1, 0x00000000000000000000000000000000, 0xd003a01d0389fc9d898bd9ac328a50f8, 0x974f3490013f12436a0c0e7a436bfd3bbd758667e5a1d76df2d1f7ce29690de9, '', 0, '?'),
(0xf02006fe2abe7a09d22e292de6bd0a58, 'wp-content/plugins/jetpack/modules/sharedaddy/images/divider@2x.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/divider@2x.png', 1, 0x00000000000000000000000000000000, 0xd1a7ad54a5b553692c2e9674ae48f183, 0xddce2f3ec9a4e767db234fa5895d52f1ff57aa2d1f94f7c190843cbc93cbabaa, '', 0, '?'),
(0x8dab51f07fb35a99c7666cac6b2c81cb, 'wp-content/plugins/jetpack/modules/sharedaddy/images/draggy.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/draggy.png', 1, 0x00000000000000000000000000000000, 0x8777b6718bc26b2bae563d588b90f315, 0xf9b44dc0aeed5173c723bb8fd893c58380a1b4e3056e1f76464adb64298397e4, '', 0, '?'),
(0xc9769c97433d2e8f4b33d123f7777c60, 'wp-content/plugins/jetpack/modules/sharedaddy/images/draggy@2x.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/draggy@2x.png', 1, 0x00000000000000000000000000000000, 0xff26a8dceab813254451857912446a2e, 0x730f0f5f6209fc850832535d647cbedc7adbc774a7daf4ec61fe1d11591e4aed, '', 0, '?'),
(0x85ec87876adbb98a95e6fc0d6ff37f93, 'wp-content/plugins/jetpack/modules/sharedaddy/images/email.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/email.png', 1, 0x00000000000000000000000000000000, 0x631d6b9952b9476475c11c4b6b00703f, 0x058e7cced080d716bc41c4423f14b1fa764bfbcdba01c42029a1b1c254c920ae, '', 0, '?'),
(0xd3b962745a8fafc28d73d22ed830fe44, 'wp-content/plugins/jetpack/modules/sharedaddy/images/email@2x.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/email@2x.png', 1, 0x00000000000000000000000000000000, 0x4f0e7de7d64a1895067721e7b4867187, 0xb2a353df19025970b66455f8c64e33d186484f55ca146f8868896cb183893493, '', 0, '?'),
(0x9d2f11c3a68aa352f8f3541faa6c0891, 'wp-content/plugins/jetpack/modules/sharedaddy/images/ember.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/ember.png', 1, 0x00000000000000000000000000000000, 0xe5684aa4099b6ef391255a5ae49da0c2, 0xb3347f9d7ba5d46b781143efb84fd99e311ba6305d8bd2a91a3eedc21ac3a492, '', 0, '?'),
(0x3a96f9a1e6be46bb5757c4f6fdba6927, 'wp-content/plugins/jetpack/modules/sharedaddy/images/enhanced-distribution@2x.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/enhanced-distribution@2x.png', 1, 0x00000000000000000000000000000000, 0xd21499385ac859d3528b01e03080d261, 0x7207727a92f8ac292ca6d2d58c0a40af20f317afcf57f302d684828bc34e551d, '', 0, '?'),
(0x68e9a62d820c192368f6179fb29254ab, 'wp-content/plugins/jetpack/modules/sharedaddy/images/facebook.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/facebook.png', 1, 0x00000000000000000000000000000000, 0x5ab377be2609290fdbe1898e91a86ec9, 0xd95eb0f62c5be20b2442e8fb0ac5362dd5840c5221eade7ac08ee01e22ece873, '', 0, '?'),
(0x8df3bdcda661287e8f8eb6a31ea5a8f8, 'wp-content/plugins/jetpack/modules/sharedaddy/images/facebook@2x.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/facebook@2x.png', 1, 0x00000000000000000000000000000000, 0x384ecc302758abca13a33ce234cefd6a, 0xac7a0f4dac4221363f72f9a9111e8862dd630f333fd4ed36d4e3ab7117b3914d, '', 0, '?'),
(0x920e5d4932c7a43c48a8af921f25c8ac, 'wp-content/plugins/jetpack/modules/sharedaddy/images/feed.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/feed.png', 1, 0x00000000000000000000000000000000, 0x61329cf7603f2bad64c8ab6dbca4ca3e, 0xa63d1a0621841af5643cc502693910b71c67d88e2826fae16c944f1847eb19d3, '', 0, '?'),
(0xcc26a85b55bf62c94ea7ca3b9ce1cc2b, 'wp-content/plugins/jetpack/modules/sharedaddy/images/icon-facebook-2x.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/icon-facebook-2x.png', 1, 0x00000000000000000000000000000000, 0x29d024098c57b3e150fd7bd70d1983f4, 0xd4d7ef159250653462554326c273f1078fff1412fb831a9762dc2042c1ddf6ad, '', 0, '?'),
(0x19b750f55faf819ac458bdfd09d22d34, 'wp-content/plugins/jetpack/modules/sharedaddy/images/icon-facebook.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/icon-facebook.png', 1, 0x00000000000000000000000000000000, 0x9ddf510aa45fe2b52da04eeb54842ca6, 0x4d3fca11fe7ef5aaa0831e8b8266173c86d5dd381cc51b320e9342f48c1e9702, '', 0, '?'),
(0x9c5a0e9eaa4ccc536c99384c4f74cb5f, 'wp-content/plugins/jetpack/modules/sharedaddy/images/icon-twitter-2x.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/icon-twitter-2x.png', 1, 0x00000000000000000000000000000000, 0xe78b182027e6c9712b4824b8cc0c46f3, 0xdb1ce2fc25f3d72eaf4fed6ee4f5b6b2b86ee83b6785cbfbb2dc65493e5b4491, '', 0, '?'),
(0xdd74571b0173459db1bb8b489940ef57, 'wp-content/plugins/jetpack/modules/sharedaddy/images/icon-twitter.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/icon-twitter.png', 1, 0x00000000000000000000000000000000, 0x6bd9e67afd4d522c4cec9475926ae525, 0x61ad9e088a7ed2b1e799aae332f780997877793111e09886bc6cdac91368ac12, '', 0, '?'),
(0x0e958742fa031d3b0bdcde597c1fd075, 'wp-content/plugins/jetpack/modules/sharedaddy/images/icon-wordpress-2x.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/icon-wordpress-2x.png', 1, 0x00000000000000000000000000000000, 0x616ac8f15c749b71af39443a746895c7, 0x258b9953d4bec5d44b783c2d1ab133d74d92f775c204bf39c154e61fc28a949a, '', 0, '?'),
(0x66716c227e00df77442266b5ec46435d, 'wp-content/plugins/jetpack/modules/sharedaddy/images/icon-wordpress.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/icon-wordpress.png', 1, 0x00000000000000000000000000000000, 0xd8aad1b4b0c9670c0126c32f90e2bd49, 0x265f63c01daa0620bd60b870b94a95c41cec1b63333d2ebc386260d20c559999, '', 0, '?'),
(0xa82b6724cb69836bb6438cb05096f64e, 'wp-content/plugins/jetpack/modules/sharedaddy/images/kindle.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/kindle.png', 1, 0x00000000000000000000000000000000, 0x3a1c66c45f36413116808c73acdd69b0, 0x2fd31aa69e3ecddfe54445ea6a7bf26d39ada597bc7876176c277c7a20b0a292, '', 0, '?'),
(0xc6797c4625e5519279d2ae51abf66414, 'wp-content/plugins/jetpack/modules/sharedaddy/images/kindle@2x.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/kindle@2x.png', 1, 0x00000000000000000000000000000000, 0x2c0bbdecd2513ef3228ee85a4247c056, 0x194e166347d3343676dd0e27cf76326a59c874ac55a4bab324712514f593de78, '', 0, '?'),
(0x3d4726a7a1f8135006f52947da760f43, 'wp-content/plugins/jetpack/modules/sharedaddy/images/linkedin-horizontal.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/linkedin-horizontal.png', 1, 0x00000000000000000000000000000000, 0x426610fb51006a904cccd58243d4e89c, 0x96988e16211e70aafde7c028dcf139e5d602a24bd61d84df7079b44897901cc0, '', 0, '?'),
(0x4dbb41c84b4c76ce39419d2bcaed9db1, 'wp-content/plugins/jetpack/modules/sharedaddy/images/linkedin-horizontal@2x.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/linkedin-horizontal@2x.png', 1, 0x00000000000000000000000000000000, 0x09f45c1c02d2b785032c37d6a3ee05e0, 0xd2a63607c7645f2bc27157007e916700d5a3bc31a7009f46ce9eb72727c7a47e, '', 0, '?'),
(0x6b8b249cc2d3cc1bb9fb42c61a2d9808, 'wp-content/plugins/jetpack/modules/sharedaddy/images/linkedin-nocount.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/linkedin-nocount.png', 1, 0x00000000000000000000000000000000, 0x8e1d4d628f9c396bc7367827e9aae85e, 0x9ca2b4b241624fcc11c0e5533a1c0629f59762d921da5d0b0be933b834962998, '', 0, '?'),
(0xc8694015e4b39152f895cd1ec40f7ec9, 'wp-content/plugins/jetpack/modules/sharedaddy/images/linkedin-nocount@2x.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/linkedin-nocount@2x.png', 1, 0x00000000000000000000000000000000, 0x26ab96b3cc7d2d0248d1eb596e28e074, 0xc4b90002dda57e91b37bd31822207c66f9be0522f83364b426175e87fda9cd45, '', 0, '?'),
(0xf1000740e8f34e080ad0a7a22670b22f, 'wp-content/plugins/jetpack/modules/sharedaddy/images/linkedin-smart.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/linkedin-smart.png', 1, 0x00000000000000000000000000000000, 0x426610fb51006a904cccd58243d4e89c, 0x96988e16211e70aafde7c028dcf139e5d602a24bd61d84df7079b44897901cc0, '', 0, '?'),
(0x232859bb83306ec3a9708b627da1ae7f, 'wp-content/plugins/jetpack/modules/sharedaddy/images/linkedin-smart@2x.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/linkedin-smart@2x.png', 1, 0x00000000000000000000000000000000, 0x09f45c1c02d2b785032c37d6a3ee05e0, 0xd2a63607c7645f2bc27157007e916700d5a3bc31a7009f46ce9eb72727c7a47e, '', 0, '?'),
(0x547ffa52fa7509573ac9176e3ff93f89, 'wp-content/plugins/jetpack/modules/sharedaddy/images/linkedin-vertical.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/linkedin-vertical.png', 1, 0x00000000000000000000000000000000, 0xabc8e56f448305a4d293a88da993b180, 0xa26fb5ea2f6fd4c3585ce7872e8d13448a38408fad85c4a5be04e66a2f351bda, '', 0, '?'),
(0xf41ce0069cd8d909f8af691044deb57b, 'wp-content/plugins/jetpack/modules/sharedaddy/images/linkedin-vertical@2x.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/linkedin-vertical@2x.png', 1, 0x00000000000000000000000000000000, 0x6e26b6dc110e3381adde783d26185f1d, 0x7eed513b29db349d9d1832472a9dc6c3578aa8350590214b4a1ecfa82d9cbe2c, '', 0, '?'),
(0x05c2977bfda6ab075aff4e3996cb3936, 'wp-content/plugins/jetpack/modules/sharedaddy/images/linkedin.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/linkedin.png', 1, 0x00000000000000000000000000000000, 0x4fbb03cc72ed5e3904eb1c97038092d5, 0x73250226bf0dffd35019f4d2e03dfd45ee5406c6455a691d8bc9107a61d87065, '', 0, '?'),
(0xb62700cfe0d8892d8ac56fe1f186cdb6, 'wp-content/plugins/jetpack/modules/sharedaddy/images/linkedin@2x.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/linkedin@2x.png', 1, 0x00000000000000000000000000000000, 0xd5319e1e34f8db5575cac620db32ee8a, 0x9440b05a9b4a2ea43a033f84bb47d23d56b46c26f34011ca71bdee43b4fc58b8, '', 0, '?'),
(0x7c48df69b7201dd7fc1f89a926ad280c, 'wp-content/plugins/jetpack/modules/sharedaddy/images/loading.gif', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/loading.gif', 1, 0x00000000000000000000000000000000, 0x9a8269421303631316be4ab5e34870e1, 0xc1e7442821fe526da2dd822f5e4cb4890f8ff6c4d8e186dde7e789b4ed4050d8, '', 0, '?'),
(0x19c207b22e55f222d23ea28f593532ad, 'wp-content/plugins/jetpack/modules/sharedaddy/images/more.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/more.png', 1, 0x00000000000000000000000000000000, 0xab26635f2f3611c5e6f09081f2d45611, 0xb11227816b5f1ad2e283eee3429f62ddb7e1fbc32be516b7a7c1ef889869664b, '', 0, '?'),
(0x6b32b1ccec3fcfa27d0826a48fb6a2b4, 'wp-content/plugins/jetpack/modules/sharedaddy/images/more@2x.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/more@2x.png', 1, 0x00000000000000000000000000000000, 0x4c482098ef79d07beb47f65933954d61, 0x179b0d66e4a98a0445193ec28969f19846e05747e4591ec720768eb6b835387f, '', 0, '?'),
(0x7f47ceb4826c3cee2e2a9aa1c7d6f465, 'wp-content/plugins/jetpack/modules/sharedaddy/images/pinterest.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/pinterest.png', 1, 0x00000000000000000000000000000000, 0xb2bb647e8ec1b64e57c24e3f1126f976, 0xaa05fcc5f3e4e597d92d8a5d38f49aaa63ff98a6157adfa4a3fc3c5c3f4be5d2, '', 0, '?'),
(0x2451bc79bc028958844460f6ff1d36b0, 'wp-content/plugins/jetpack/modules/sharedaddy/images/pinterest@2x.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/pinterest@2x.png', 1, 0x00000000000000000000000000000000, 0xd9543160953f17b3fd76e6627ec65ac7, 0x83763c677d49e98aa65581ef478834728dc06ebbd1682d8d777312b8477904dd, '', 0, '?'),
(0x086264b3d473d487d663dec2d2d7de99, 'wp-content/plugins/jetpack/modules/sharedaddy/images/pocket.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/pocket.png', 1, 0x00000000000000000000000000000000, 0x6672e47a260aaee9cbc76527d71e39e7, 0x74b835b10e8194b39bd53f0f0b2ccda4a03d552b65318fb89ec4642249512d02, '', 0, '?'),
(0x45bc03be47f5c72bb028ef4949a8981a, 'wp-content/plugins/jetpack/modules/sharedaddy/images/pocket@2x.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/pocket@2x.png', 1, 0x00000000000000000000000000000000, 0x633e531a0d69723a2262d8b7a8449c0c, 0xf7dd8f7de325956a34ee0923f82cdf1791054f4267ed89fa884185e9552fa12d, '', 0, '?'),
(0xf1a04668e8c26133e0c45cad03611b7e, 'wp-content/plugins/jetpack/modules/sharedaddy/images/print.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/print.png', 1, 0x00000000000000000000000000000000, 0xc24c1e745d8b9a3ee5163e81c6c15883, 0xa5298670561a19a3995769055cd0995bdb89c9b5cd8a73682a964d741c1ce4ca, '', 0, '?'),
(0x349f04540a11d448f12809388f8c58f9, 'wp-content/plugins/jetpack/modules/sharedaddy/images/print@2x.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/print@2x.png', 1, 0x00000000000000000000000000000000, 0xd748b69a494c1e67f2bed8a60b05d779, 0x4ba8fefaf86af5f1007f1c97782042b6893c8070664a539238c21f2d90bd4cd0, '', 0, '?'),
(0xe79de5b3d596083a960e27f3e4802ded, 'wp-content/plugins/jetpack/modules/sharedaddy/images/reddit.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/reddit.png', 1, 0x00000000000000000000000000000000, 0xb421f79664e698b465de59e56d59c7c1, 0x5b5f7587a0298c1c8639a90fe98725017d1938963eea225384239fcd2bf7193a, '', 0, '?'),
(0x3b4fabdf8ef1066133cb78e4c2ce042c, 'wp-content/plugins/jetpack/modules/sharedaddy/images/reddit@2x.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/reddit@2x.png', 1, 0x00000000000000000000000000000000, 0x45e5b07a067f3565b109b6024d480f42, 0x325449c8211e7adc73b61ce1de80e9abaae990cd53c227448866fcf31bcc0b05, '', 0, '?'),
(0xc97e12aac43ba8dc24b89764c8b26cca, 'wp-content/plugins/jetpack/modules/sharedaddy/images/rss.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/rss.png', 1, 0x00000000000000000000000000000000, 0x7e4fa3fa8e636fe63d557fc223a63110, 0x1aa83056f2be81dd31272ce4ea87acc4dabc06be283975d58922a157a8a705fe, '', 0, '?'),
(0x5bf07ec598982ccda44dc3af971bd32a, 'wp-content/plugins/jetpack/modules/sharedaddy/images/rss@2x.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/rss@2x.png', 1, 0x00000000000000000000000000000000, 0x2718b00002ec87f201091b8abba06f07, 0x61c6c4fee76f8808ee68802f2fe27616a4c5c4fb2c17d1ffb36f7c4e6af2ebce, '', 0, '?'),
(0x7164ec1ea79823d76b1e2d925cf76e33, 'wp-content/plugins/jetpack/modules/sharedaddy/images/share-bg.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/share-bg.png', 1, 0x00000000000000000000000000000000, 0x89cdff19ed9fc677f2b2e503eebce8d7, 0xe2964d75f377fab10feeac0db15661be8861dc58f708d6384c227e1e7aa7fbf4, '', 0, '?'),
(0xba67b1a2fd5c40a6f86fc9ac408d162b, 'wp-content/plugins/jetpack/modules/sharedaddy/images/sharing-hidden.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/sharing-hidden.png', 1, 0x00000000000000000000000000000000, 0x5eacd637965b1ff6934f3ccb81ac99ca, 0x6db006d5528b2a83faf30cf6d1c6669879171680d589157c26b623b7179fff28, '', 0, '?'),
(0xd694e5f6eba38e58357df202dd0068b2, 'wp-content/plugins/jetpack/modules/sharedaddy/images/sharing-hidden@2x.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/sharing-hidden@2x.png', 1, 0x00000000000000000000000000000000, 0x6d10b0c1d2d81e7ac504378cefc78085, 0xc42111828b79f86aa8b809baa315bd0110ce947e6ac640ae359c071da9074abe, '', 0, '?'),
(0x989d2c44f03249ddab72117dccc6ab58, 'wp-content/plugins/jetpack/modules/sharedaddy/images/smart-digg.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/smart-digg.png', 1, 0x00000000000000000000000000000000, 0x0c4d4be7bf9051a71f8d7048a211deda, 0xbdcc1096156f56a6df80af24fe09fb1cdc18eca913c445cb610fca1af534d292, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xb1499ceaa0eff9a7c4df520fc15ae5d5, 'wp-content/plugins/jetpack/modules/sharedaddy/images/smart-digg@2x.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/smart-digg@2x.png', 1, 0x00000000000000000000000000000000, 0x838a59df7b8bec47d56bd4d85b534f5e, 0x8e4205364de050b678fb0bcad141135e6c8728798507f06ff90fdd77626e5c60, '', 0, '?'),
(0x15a6f949e2551f718bfce5f3c8fff6a6, 'wp-content/plugins/jetpack/modules/sharedaddy/images/smart-facebook.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/smart-facebook.png', 1, 0x00000000000000000000000000000000, 0x5d6bc44e81df55b72db8b5c4996d9e53, 0x82d86e1ecf139f619366f339c33a5699a1d0c4b4d810d10dddc3175d6f220e9e, '', 0, '?'),
(0x0d5995894192f87247d65ea8e865a384, 'wp-content/plugins/jetpack/modules/sharedaddy/images/smart-facebook@2x.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/smart-facebook@2x.png', 1, 0x00000000000000000000000000000000, 0xf8e2b6dafd735d7dd3a810c96969ad75, 0xc5a836c95570c2c1cafb164644634743d54fa02d213425f16228b9f05c04b116, '', 0, '?'),
(0x2e4b0d003bf33ce25fe0acd1580d2740, 'wp-content/plugins/jetpack/modules/sharedaddy/images/smart-like.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/smart-like.png', 1, 0x00000000000000000000000000000000, 0x7eec8c9e0316cc4b0d9f39913fbf5066, 0x90baad393b42e80b7a7ab4b56cded4cd96df6755e7488c5cc87546b196e85dda, '', 0, '?'),
(0x91c60a2a945b4dec085a91b1af59d1ca, 'wp-content/plugins/jetpack/modules/sharedaddy/images/smart-like@2x.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/smart-like@2x.png', 1, 0x00000000000000000000000000000000, 0x4894196f3efec3abd6294ddfddbd1e2e, 0xc8f47652c575d5d5ce09f8aad80e40b290c060d4679aa55d3eb7e1a02f32a5d0, '', 0, '?'),
(0x6619eac9c67e2ecab1072e453b878f5e, 'wp-content/plugins/jetpack/modules/sharedaddy/images/smart-pinterest.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/smart-pinterest.png', 1, 0x00000000000000000000000000000000, 0x988d082bd830964d2916203a1e47f80d, 0xf78c73254c2748d0dce5287a4aded21e576f4754afb574d011e53a970207e793, '', 0, '?'),
(0x986ecf10c0e25e3210f51dfdcaf0fcb5, 'wp-content/plugins/jetpack/modules/sharedaddy/images/smart-pinterest@2x.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/smart-pinterest@2x.png', 1, 0x00000000000000000000000000000000, 0xb142212db9974a5740cc39f09b46310b, 0xb727df235e9d189ec387257d2fefc237e96ae3248fb105fd3f391ed1ef42cad2, '', 0, '?'),
(0x765e628ba358d611fd376940a4bb6af8, 'wp-content/plugins/jetpack/modules/sharedaddy/images/smart-pocket.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/smart-pocket.png', 1, 0x00000000000000000000000000000000, 0x3d5d1a2479ece8e15c755d0e59adb207, 0x6ea7ebc4355560820a18c57a982c5a2270d83db949a0b7f85340866cc632199d, '', 0, '?'),
(0x3c067fd48b9d3f3a161d52e72556c133, 'wp-content/plugins/jetpack/modules/sharedaddy/images/smart-pocket@2x.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/smart-pocket@2x.png', 1, 0x00000000000000000000000000000000, 0xc9038e21c33852b0ea10554111480c94, 0xb09031f0f02ca31936e9fdf08bf2c9b6bbe25126e2efb838efcf12bbf865683f, '', 0, '?'),
(0xb30809f8d2643edab08f2e17c9d497eb, 'wp-content/plugins/jetpack/modules/sharedaddy/images/smart-reddit.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/smart-reddit.png', 1, 0x00000000000000000000000000000000, 0x41bb6856ce61e312c12eff2b1115cd7c, 0x39646a356b758fca53fcd8603ee1cecbcb1356a3a7bd9760286bf917cc4045b9, '', 0, '?'),
(0x36bde7d56abcfed2a8f7df66ce4b7464, 'wp-content/plugins/jetpack/modules/sharedaddy/images/smart-reddit@2x.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/smart-reddit@2x.png', 1, 0x00000000000000000000000000000000, 0x68efa22151e97a419cfda1af437e2842, 0x12039be56303dc5f841b388b1b0754a7baa83448507e936d980b48dfa6253c61, '', 0, '?'),
(0x5f6144201b446a5f4b5a7ef1abd665e6, 'wp-content/plugins/jetpack/modules/sharedaddy/images/smart-skype.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/smart-skype.png', 1, 0x00000000000000000000000000000000, 0xde608ab11e20d3c0e4eb20ee6051fc0b, 0x1f4c8926577f71e7c4cd1bb8a8d89e1ab1781ade0e7c6bd3e82df28434b7e7c6, '', 0, '?'),
(0xb3f94ded73065564ed6a5e0543909935, 'wp-content/plugins/jetpack/modules/sharedaddy/images/smart-skype@2x.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/smart-skype@2x.png', 1, 0x00000000000000000000000000000000, 0x3b7ff002fc2a28260457cf908ad681be, 0x83a192109634434871e16723a99c8aac55cb4a2973ab44340bfd26448cbd498f, '', 0, '?'),
(0x0151f7e246fb6484edb29875316a560d, 'wp-content/plugins/jetpack/modules/sharedaddy/images/smart-stumbleupon.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/smart-stumbleupon.png', 1, 0x00000000000000000000000000000000, 0x4a1de45fb06cbb197dd250b077637356, 0xfe30cf168bab1a13edcf87609719bba170422f97ceb75fc4d0a9a7b62bc124d3, '', 0, '?'),
(0x7de5f4fc253a6543c07ed6262e49fb15, 'wp-content/plugins/jetpack/modules/sharedaddy/images/smart-stumbleupon@2x.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/smart-stumbleupon@2x.png', 1, 0x00000000000000000000000000000000, 0xd818ca7c894ce5e5a029506653e6a0b1, 0x46f21630e0e520b61d82b69086da4b16b7eda455c512e37927d2916e43585340, '', 0, '?'),
(0x4f925847c922ae852fa3e0376cc3474b, 'wp-content/plugins/jetpack/modules/sharedaddy/images/smart-tumblr.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/smart-tumblr.png', 1, 0x00000000000000000000000000000000, 0x4784293ba3eb1dd5354da91ea033c096, 0xe26069ddacc70557d13976b01966888af5efafacea902f867714186911362b18, '', 0, '?'),
(0x5141da3492cbc9ec75a35fd99830e17b, 'wp-content/plugins/jetpack/modules/sharedaddy/images/smart-tumblr@2x.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/smart-tumblr@2x.png', 1, 0x00000000000000000000000000000000, 0x8203980c2b4bd38ef45f3fb8a1e5c97d, 0x629ec0a13bff92c1988c9133d700343b9db963e15819ddae3f00844077f379b4, '', 0, '?'),
(0x82a46d9e5912b23d6c515c65e68d1c2e, 'wp-content/plugins/jetpack/modules/sharedaddy/images/smart-twitter.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/smart-twitter.png', 1, 0x00000000000000000000000000000000, 0xc7bdf8c8bd7ec82bf2469325851eae03, 0x8431112b2a198fecb782e01b378a0a3a092756ab57fc047d4c03472c45fe6120, '', 0, '?'),
(0x48ed1f2d9a91ea544d8b279b181fd3a5, 'wp-content/plugins/jetpack/modules/sharedaddy/images/smart-twitter@2x.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/smart-twitter@2x.png', 1, 0x00000000000000000000000000000000, 0x7d916dfc9f5e350864b1a0497c8d21a4, 0x4545d91cf65be31d2edb269534a6177e85eca7cdc6e7d3a9e6aca5928908d91a, '', 0, '?'),
(0xf36c75e293c6a4eb1c8ed7228f458770, 'wp-content/plugins/jetpack/modules/sharedaddy/images/tumblr.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/tumblr.png', 1, 0x00000000000000000000000000000000, 0xb8bc4d43c888fe1a17d2da9d246540d7, 0x1d1e5e09db8843e4f61abf88dd6f0de463978c920c08f76e6913fbae089a953e, '', 0, '?'),
(0x3fe82186968445459982354e4b48b6c7, 'wp-content/plugins/jetpack/modules/sharedaddy/images/tumblr@2x.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/tumblr@2x.png', 1, 0x00000000000000000000000000000000, 0x58607a79daeb355986bd9947c3c72ff7, 0x1e7e42ed97def6af6d68b8316cf0ad64f52713fc811e90608fde50044258ea7e, '', 0, '?'),
(0x421a5ce76df3a5df7120dbeb87daf156, 'wp-content/plugins/jetpack/modules/sharedaddy/images/twitter.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/twitter.png', 1, 0x00000000000000000000000000000000, 0x6bd9e67afd4d522c4cec9475926ae525, 0x61ad9e088a7ed2b1e799aae332f780997877793111e09886bc6cdac91368ac12, '', 0, '?'),
(0x1f684ccdfff9bc7d85ed51c664a62ffa, 'wp-content/plugins/jetpack/modules/sharedaddy/images/twitter@2x.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/twitter@2x.png', 1, 0x00000000000000000000000000000000, 0xec5eb2f4dde1f180b6a82a6e25c00037, 0xc9c14f7fe07e656671088a32b9cf87591342062ad8f16b08f1df215bcc270f7a, '', 0, '?'),
(0x47cfbdbfbeae022076a8dd755ac21071, 'wp-content/plugins/jetpack/modules/sharedaddy/images/wordpress.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/wordpress.png', 1, 0x00000000000000000000000000000000, 0xaf5e8c724e86f3dd840d3b730e719702, 0x1a3c1539e12efdcabbfd8a05882ff68302882146dcd393b00aca084032d96011, '', 0, '?'),
(0xc828b523d7119274def697b94729b4ae, 'wp-content/plugins/jetpack/modules/sharedaddy/images/wordpress@2x.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/wordpress@2x.png', 1, 0x00000000000000000000000000000000, 0xc3f2e19feea867e1d3822aee0cb56512, 0xc2ca9210ed6c004bdeb33fae060927f415123892d3294843175e88b24d8f20f7, '', 0, '?'),
(0xc475700aaf5f86eafe866e837e2fc5d1, 'wp-content/plugins/jetpack/modules/sharedaddy/recaptcha.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/recaptcha.php', 1, 0x00000000000000000000000000000000, 0x2c0d9125dce2a14e4bf724fc2da15a2a, 0x61d28de315b715a35dd33b6c8e97257c635d989ef86099a1bdb0c7f58b9feeb1, '', 0, '?'),
(0x947f9a4b34b9575591cff044dd1b0280, 'wp-content/plugins/jetpack/modules/sharedaddy/sharedaddy.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/sharedaddy.php', 1, 0x00000000000000000000000000000000, 0xa5fedb8d30b935d1bcc43a444871d232, 0x53dbca2d25e8260ddd0c3369e0375cefb1b02ceb56763bc8218f744285255313, '', 0, '?'),
(0x55355703b881473c5ea9c3acd9cc76c8, 'wp-content/plugins/jetpack/modules/sharedaddy/sharing-service.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/sharing-service.php', 1, 0x00000000000000000000000000000000, 0xf5c138a5ba7f207f50786bd1c765de5f, 0x9f60caa856ab7dfee3e020f092d187921b8648d8d8eacc33c1fc67752244427e, '', 0, '?'),
(0x3db9b744ebb375ba525ac8dbae17a425, 'wp-content/plugins/jetpack/modules/sharedaddy/sharing-sources.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/sharing-sources.php', 1, 0x00000000000000000000000000000000, 0xae636753913087fba52af2111c4dd554, 0x26ced56928f5f409bcd800cf1ece78a2255d43a91541a412df0bf32c1abb4566, '', 0, '?'),
(0x6cb86819d0baf9cd3db7fdce40610b73, 'wp-content/plugins/jetpack/modules/sharedaddy/sharing.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/sharing.css', 1, 0x00000000000000000000000000000000, 0xc944677517480aa671ef272fe7b23441, 0x23decd46e9b89a7116ecb54a7111e6700330b415a25f7d207cbdaaf0f8a1e727, '', 0, '?'),
(0x4b7166c398cd490dee9e2d4f21de61bf, 'wp-content/plugins/jetpack/modules/sharedaddy/sharing.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/sharing.js', 1, 0x00000000000000000000000000000000, 0x6e1d100820e4bad2eec1b9e13c456566, 0x2c82ab579e7783c24625e0ea65def3cce0566861decc20635bd6e14fda17341f, '', 0, '?'),
(0x1f95f7e2f0f6e2bd05cdf7b4c931f1f6, 'wp-content/plugins/jetpack/modules/sharedaddy/sharing.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/sharing.php', 1, 0x00000000000000000000000000000000, 0x7d41f71f930c95081421a569d2fd989f, 0x6fbb37c223c2762432ce42e487af61d4826570b2166f6f5d28b67ba3746d17a6, '', 0, '?'),
(0xb26fa9e6aa862c0d963bfef6d42f6bc4, 'wp-content/plugins/jetpack/modules/sharedaddy.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy.php', 1, 0x00000000000000000000000000000000, 0x67dff24741f608b259c9ca0472e01492, 0x223006c11c9b92ad20bd3d07e62133d00a9a11ae467458883e29662ed01ac277, '', 0, '?'),
(0xd33a39cb58d739544126bb702d6f942e, 'wp-content/plugins/jetpack/modules/shortcodes/archiveorg-book.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/archiveorg-book.php', 1, 0x00000000000000000000000000000000, 0x3448c288f394bf0a495236b14c4c413e, 0xa073136fe9657a7a0d97588c284f428c40181a0a0ba288b15c2df0834841cc47, '', 0, '?'),
(0xed7eeaafd5738e3dc75ed6fcf1126396, 'wp-content/plugins/jetpack/modules/shortcodes/archiveorg.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/archiveorg.php', 1, 0x00000000000000000000000000000000, 0x9efe1aeb2d351fb50303cea6eda6f40d, 0x0e5058b8cf78ff57eefa0a31e2d57f37cb1bb14d9bd0e169e6c8c3b38c3f06c6, '', 0, '?'),
(0x436db47a1c97cbf30cd6004ad3ecda77, 'wp-content/plugins/jetpack/modules/shortcodes/archives.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/archives.php', 1, 0x00000000000000000000000000000000, 0x389b9b6c277bb1e8b53b4fdea566e2d3, 0x28fd360d2290aacff8e8dcee517ea1b997cf833671103023762422be7b03c497, '', 0, '?'),
(0xe235832f5579842a38a1d98e680f51f4, 'wp-content/plugins/jetpack/modules/shortcodes/bandcamp.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/bandcamp.php', 1, 0x00000000000000000000000000000000, 0xd1d1b109ba908072191d455abd17c677, 0xde03539799afc16796cf5bd0f684fd6ed72b892d43da63679080eb4c4b17d0e8, '', 0, '?'),
(0x2ff71fb0d645ab1c085963549a3e6882, 'wp-content/plugins/jetpack/modules/shortcodes/brightcove.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/brightcove.php', 1, 0x00000000000000000000000000000000, 0x32c8c255bd8e5b2cf92f1cce7b60e14d, 0xaef6112433666a5ace662ddbd6f52698c72ec0698540118f6db7117e31bc3964, '', 0, '?'),
(0x94cd2b8caed405adef2a4279534a0866, 'wp-content/plugins/jetpack/modules/shortcodes/cartodb.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/cartodb.php', 1, 0x00000000000000000000000000000000, 0x9672c1cb5fbbe61663261292a6f2860f, 0xbc058bf87f2dd7d3ecb82bcab2b854c8cc45501e786d9e85195a5bb8ae578094, '', 0, '?'),
(0x6b5ee316dc1d4fa268512d4d5fced703, 'wp-content/plugins/jetpack/modules/shortcodes/class.filter-embedded-html-objects.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/class.filter-embedded-html-objects.php', 1, 0x00000000000000000000000000000000, 0x9e9da5a55d0dfa0e622a251d3f355846, 0x8b81feed2d7b44af87d837acbf8109318d8d33f90a6d9fc33df39be1444c41ac, '', 0, '?'),
(0x5e837fafce5ba0d40fbc4ed8803b4fa5, 'wp-content/plugins/jetpack/modules/shortcodes/codepen.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/codepen.php', 1, 0x00000000000000000000000000000000, 0x774b5777949b291cca1ef50a40915af8, 0x764bfa71da352d70140655a922e6d2d751156b8de82dc6bef116f632cbbd3ef0, '', 0, '?'),
(0x0c28fb28c0e729373961d929de5a1d43, 'wp-content/plugins/jetpack/modules/shortcodes/crowdsignal.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/crowdsignal.php', 1, 0x00000000000000000000000000000000, 0x5db5bb55aa2f7b5803338c7368624241, 0x8a185fdc340cd009fd75a3997d48ead2333bd97a1132510a68fb5ed8fd7bfb95, '', 0, '?'),
(0x7bbfab529c9a23176e1e69741a8cc810, 'wp-content/plugins/jetpack/modules/shortcodes/css/gravatar-amp.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/css/gravatar-amp.css', 1, 0x00000000000000000000000000000000, 0xfa445051f642aded21ed642cb9fecbb2, 0xfd16ca702f406f5f04ec0d5367ede920d3e728de06ee6aec91161552d7c9abff, '', 0, '?'),
(0xeb1bc84d746de2de3f7081b830af3c8b, 'wp-content/plugins/jetpack/modules/shortcodes/css/quiz.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/css/quiz.css', 1, 0x00000000000000000000000000000000, 0xfc8f6e342af4b3bff344cba49005a639, 0x5806ba86f56d562001de61ef6afc6ba971b1242c8a6f982466b3fa941a9b86cd, '', 0, '?'),
(0x18d57a94fa9d4c5047f300053d05e6d3, 'wp-content/plugins/jetpack/modules/shortcodes/css/recipes-print-rtl.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/css/recipes-print-rtl.css', 1, 0x00000000000000000000000000000000, 0x8416341826fd2d6cbd35e233628a8a4a, 0x27229e0ea598623f377b3caa1d7eb87e321b6a7526714e02ff1639ebf11a3b78, '', 0, '?'),
(0x84106e5037a4e342cd1f7a95d49a7624, 'wp-content/plugins/jetpack/modules/shortcodes/css/recipes-print-rtl.min.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/css/recipes-print-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x8416341826fd2d6cbd35e233628a8a4a, 0x27229e0ea598623f377b3caa1d7eb87e321b6a7526714e02ff1639ebf11a3b78, '', 0, '?'),
(0x2f3869ab55630aec75bf9d90a66340af, 'wp-content/plugins/jetpack/modules/shortcodes/css/recipes-print.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/css/recipes-print.css', 1, 0x00000000000000000000000000000000, 0x86cbd83c4db9bc919bcd590985adf0e9, 0x0e1b6c01f37110e2b4e09fda9e92e537bf75a610124c742cdbbbf865fdbf1e66, '', 0, '?'),
(0x8bd333c423bf1f1e4874f64ac7a34075, 'wp-content/plugins/jetpack/modules/shortcodes/css/recipes-print.min.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/css/recipes-print.min.css', 1, 0x00000000000000000000000000000000, 0x19fde67e662e449c5defcee32b73e536, 0x7178322c2fd71a0b48c2533f07f6e4bfe942effb4dda65fcd34238d7c8040bcb, '', 0, '?'),
(0x271b7c965fc2938d3c1943679b17b7c7, 'wp-content/plugins/jetpack/modules/shortcodes/css/recipes-rtl.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/css/recipes-rtl.css', 1, 0x00000000000000000000000000000000, 0x0fea1f83711167d6d716677d0a497ec5, 0xc7e4ad61d48a1807ff4e52d9161499bba3ed04df3d26723d4f4268881cafad45, '', 0, '?'),
(0x3c576643b90bce6723eaed199596b79e, 'wp-content/plugins/jetpack/modules/shortcodes/css/recipes-rtl.min.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/css/recipes-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x0fea1f83711167d6d716677d0a497ec5, 0xc7e4ad61d48a1807ff4e52d9161499bba3ed04df3d26723d4f4268881cafad45, '', 0, '?'),
(0xd9e8e7ddb5fe7d99de532e536f7e6dcb, 'wp-content/plugins/jetpack/modules/shortcodes/css/recipes.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/css/recipes.css', 1, 0x00000000000000000000000000000000, 0xcc662832f0cf2478436722943361c5df, 0xa4f169f6aa407d5dfc0bcc71b3421f97063b1e389ffcacfe45e16e40bacf01d6, '', 0, '?'),
(0x15604e336d156c50674e736f77c646ae, 'wp-content/plugins/jetpack/modules/shortcodes/css/recipes.min.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/css/recipes.min.css', 1, 0x00000000000000000000000000000000, 0x4e96c9a3375c8d33b1b586d7dc6ab062, 0x2dbbde2696f8a35f2187660b094e5fde3d2edb7ec304b7c2ac43a306bae74c5e, '', 0, '?'),
(0x873ca494d6469f482172299164b7b317, 'wp-content/plugins/jetpack/modules/shortcodes/css/slideshow-shortcode-rtl.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/css/slideshow-shortcode-rtl.css', 1, 0x00000000000000000000000000000000, 0xd6a6483c1f2670a8c0671d46345036b9, 0x16f37d1b01238b61a58ca8866af15221cbfb13c39aae7c11d7f4ffb8904c89de, '', 0, '?'),
(0x388efb5e150f855662ca562e7b37242a, 'wp-content/plugins/jetpack/modules/shortcodes/css/slideshow-shortcode-rtl.min.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/css/slideshow-shortcode-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xaf6c8bff5a01a870780dc6765405db0b, 0xa933526c523585087eef85a9aec65cbaa7dd75f7c2e25e1a726b71f20d64c520, '', 0, '?'),
(0x05b3ebd0c498e56084ed9368f1e56f6a, 'wp-content/plugins/jetpack/modules/shortcodes/css/slideshow-shortcode.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/css/slideshow-shortcode.css', 1, 0x00000000000000000000000000000000, 0xba2f3aabf5dafd097808e9b185d0b75a, 0xfaf8fabed32113f9e52991da1321224b7e7e349b9b55b8e721bc9856da5e84b9, '', 0, '?'),
(0x889d7d5b2a3aa04b1803e5094de94948, 'wp-content/plugins/jetpack/modules/shortcodes/css/slideshow-shortcode.min.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/css/slideshow-shortcode.min.css', 1, 0x00000000000000000000000000000000, 0xe0e83dbec79cfc7fe35af6a720f5922e, 0x6240a25a6d89976cf47b5d2d94e7e64b2d0668bfa396f562423910ab4051782d, '', 0, '?'),
(0x4b17bbb58f5447819a42d67360a420dd, 'wp-content/plugins/jetpack/modules/shortcodes/css/style.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/css/style.css', 1, 0x00000000000000000000000000000000, 0x25099e90b8946ff90b7e66f2a662e03f, 0xb65455b3b2df63b543c344cc834026200495b3065ee4c320b3ae398849e361d7, '', 0, '?'),
(0x936c4d075bdc8530aeeb1212fbb25e5f, 'wp-content/plugins/jetpack/modules/shortcodes/dailymotion.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/dailymotion.php', 1, 0x00000000000000000000000000000000, 0xd67232c52c308fd5bf8d8d037cd74231, 0x267584485e7940b3f511de2eb15d1440973e3f8b6691b37462d4e422d88d82c4, '', 0, '?'),
(0x579a24dee816f45500b8b3d3002410bb, 'wp-content/plugins/jetpack/modules/shortcodes/descript.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/descript.php', 1, 0x00000000000000000000000000000000, 0x2859ff16ff12f754c42575e0e0e456b2, 0x310cdb9f62ea4b6d1c129a5c39c45d5723885d40c25fc86d8efcbab4edc62336, '', 0, '?'),
(0xe4b6d16d4b8d4c279b2528040d2697c9, 'wp-content/plugins/jetpack/modules/shortcodes/facebook.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/facebook.php', 1, 0x00000000000000000000000000000000, 0x0544e18b4a563aae41179d80cd2bcce5, 0x154f07eba499c36540005c6585671461d9c06de3e9cb35d5e1de70c657c336cd, '', 0, '?'),
(0x8ecc8b43c852fbbd4eb371bb39de789f, 'wp-content/plugins/jetpack/modules/shortcodes/flatio.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/flatio.php', 1, 0x00000000000000000000000000000000, 0x1cac2c9bf5d066f81d910c9f2afc63eb, 0xc4a0fc5531d903169518c01f64b46998ba0eaddc19c167a9f28dcb25f0ea187f, '', 0, '?'),
(0xcb72e8356097c2d75ba27e61cbbcb811, 'wp-content/plugins/jetpack/modules/shortcodes/flickr.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/flickr.php', 1, 0x00000000000000000000000000000000, 0x3b8b2614019ebf4a1c5323f27b12e51e, 0xb1f9bfd99e036e0c2fd4da8e7588ddb4501e47f28f266e697ee217526844654a, '', 0, '?'),
(0xc239afdb2b9a62db0ae4381851cd1b19, 'wp-content/plugins/jetpack/modules/shortcodes/getty.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/getty.php', 1, 0x00000000000000000000000000000000, 0xf32aabca1c63be7eaf2c02ca390b6ac3, 0x73bc17a643f7fdfa5af5e7e58f6754e10abfcbd353cb0ab2537e6c0fd285911d, '', 0, '?'),
(0x8426d46c4eac55cfd0b9a192a16a85de, 'wp-content/plugins/jetpack/modules/shortcodes/gist.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/gist.php', 1, 0x00000000000000000000000000000000, 0x9f5fccc5add082956e911b378b150c30, 0xf2a862c8634e4029f2510df145092c19ebad10dd7af4be7f6a53cfbb798f5d55, '', 0, '?'),
(0xfb24bc97f91029f740066c593b9d6283, 'wp-content/plugins/jetpack/modules/shortcodes/googleapps.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/googleapps.php', 1, 0x00000000000000000000000000000000, 0xea93853c07dbf9261f9119f8137db196, 0x89226e4dacc7f59fd8eb7e9044d4711825540b5957b3c69c7a1ad912c0d890fe, '', 0, '?'),
(0x4c71bca2d1520a1c904b2936157a9c38, 'wp-content/plugins/jetpack/modules/shortcodes/googlemaps.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/googlemaps.php', 1, 0x00000000000000000000000000000000, 0xab40d2e9d8c2dd6e5703f54133bf0d39, 0x54beffb7840215d2ebda9e6f3653055cf231c840bfa6234d2314c8e361e45cb3, '', 0, '?'),
(0x7107d91293b019d2b5c775924d095cdf, 'wp-content/plugins/jetpack/modules/shortcodes/googleplus.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/googleplus.php', 1, 0x00000000000000000000000000000000, 0x283120f32db7157eaa1853fd80788eac, 0xb19b518d8b9b199d16cc9922319094468d7e755ce34d18a2b535cbbb2a2757e2, '', 0, '?'),
(0x46bcd4886c32fe97e44546b9e1bad9b8, 'wp-content/plugins/jetpack/modules/shortcodes/gravatar.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/gravatar.php', 1, 0x00000000000000000000000000000000, 0x5a41228945c810254c3537a56357339c, 0xcc96877273f8f3189f8289fb57e080980953a0b19e057f2f14daec53b908a50a, '', 0, '?'),
(0x7433c2d8abf7ecb510a40c92ff2b7733, 'wp-content/plugins/jetpack/modules/shortcodes/houzz.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/houzz.php', 1, 0x00000000000000000000000000000000, 0x85af12cbf8f0725de2afa60f2c9bfa13, 0xd4242ab2a0e5484b6f8512550ca34804b2775850b28ea20e9f458c56b11d272b, '', 0, '?'),
(0xce3f58dd515245b000a69e2002046b52, 'wp-content/plugins/jetpack/modules/shortcodes/images/collapse.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/images/collapse.png', 1, 0x00000000000000000000000000000000, 0xa6861a2480524c8c502618a22f1e50db, 0x1c38b9cb00288bf9caad30b98572774a05e1d151b19fba67f7d3cfd32c3dc551, '', 0, '?'),
(0x76143f551acf6ec39fdf4a353790053f, 'wp-content/plugins/jetpack/modules/shortcodes/images/expand.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/images/expand.png', 1, 0x00000000000000000000000000000000, 0xd12beef1bca8e939deaab2d204460399, 0x9dc55ddc82d20eb0a9129301323781d72240920a4d779778038a45dc444f79b4, '', 0, '?'),
(0x156a97d43ae692df4f4e311430baa4f6, 'wp-content/plugins/jetpack/modules/shortcodes/images/slide-nav.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/images/slide-nav.png', 1, 0x00000000000000000000000000000000, 0x385aed438dd36abb1b7eba1ee9beb4b9, 0xd33265fb00dc794b279cde69d96194f52cbb0f67ec65a98518f637df012a86e5, '', 0, '?'),
(0xbd2ae7f8785890aa2ed02822500ccbe5, 'wp-content/plugins/jetpack/modules/shortcodes/img/slideshow-controls-2x.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/img/slideshow-controls-2x.png', 1, 0x00000000000000000000000000000000, 0x4f38fcbf5ba7d61af83b04a18c7a1a37, 0x301c5c8a863bb3de7406e31c0b6d2f59d124403fbd8e263588853a1c858be993, '', 0, '?'),
(0x7d891b237ec801efa6a221d9c705c823, 'wp-content/plugins/jetpack/modules/shortcodes/img/slideshow-controls.png', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/img/slideshow-controls.png', 1, 0x00000000000000000000000000000000, 0x0c0d5cffbae3e43de3ecb6264f4a872f, 0x7863b2820002be2a158b26357dcde9827e82329a3d766247d7e6916cc918cda4, '', 0, '?'),
(0x715eacd6a8cb5ea1a142f31fb8aec134, 'wp-content/plugins/jetpack/modules/shortcodes/img/slideshow-loader.gif', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/img/slideshow-loader.gif', 1, 0x00000000000000000000000000000000, 0x5045fb65e47020447e130c1924ab9261, 0xdbfde03be1245e93555c3350217fe810e9c78d45390668169199d2d4bbccfece, '', 0, '?'),
(0x869adcee6d97eb8d5a79d535ffc079fa, 'wp-content/plugins/jetpack/modules/shortcodes/inline-pdfs.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/inline-pdfs.php', 1, 0x00000000000000000000000000000000, 0x6559aa2cc09a0952e5e89b2776595272, 0x0b7f8eb16faa24047bbd21349c498a59d665b6b30843fff31da5bd23f776943b, '', 0, '?'),
(0x6d6bdade780cc5e2699b86095785ff76, 'wp-content/plugins/jetpack/modules/shortcodes/instagram.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/instagram.php', 1, 0x00000000000000000000000000000000, 0x463568278bf473ca7d8f23ff1b35fe47, 0x82c830996fed9fd0f42f0a0a516bd52d4f97d139249699eb663e109d9704a7b3, '', 0, '?'),
(0x19e24d64f549bb04da110f8d9889803e, 'wp-content/plugins/jetpack/modules/shortcodes/js/brightcove.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/js/brightcove.js', 1, 0x00000000000000000000000000000000, 0xb907880a6cd9b05b06ae70fdb40415e2, 0xe9c864dfbcb46024374eb36819d56b70dec98e9524f0eb7bd65d74088bc4db5b, '', 0, '?'),
(0xd67b161502ff3cfe6424ebdce78bcf8a, 'wp-content/plugins/jetpack/modules/shortcodes/js/jmpress.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/js/jmpress.js', 1, 0x00000000000000000000000000000000, 0xec11879b64dcd9090ff8b0f739264d4e, 0x0ece80ebb7fe0dd3c451906cb8829e9a3fb7253c1949127c5a8f3838a63a1237, '', 0, '?'),
(0xfd557de26a9e9cdcdf0f48e61c74fd92, 'wp-content/plugins/jetpack/modules/shortcodes/js/jquery.cycle.min.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/js/jquery.cycle.min.js', 1, 0x00000000000000000000000000000000, 0xc17c34b6395de9e1a467bda34c824900, 0x08850a11749b43e55ae1b624cdd8156274209aec281999371d9f4d11b101d1bc, '', 0, '?'),
(0x94a28b1210375ab5c630ebd6134169e8, 'wp-content/plugins/jetpack/modules/shortcodes/js/main.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/js/main.js', 1, 0x00000000000000000000000000000000, 0xc483943b0d44d2f0d3de918fc4fc24c5, 0xbeb001a94e85217c6b22e91dccc42eb3af7fc875520d35c13606143b80ee2c43, '', 0, '?'),
(0xea4bac355aa65401a0e30bc063c49da5, 'wp-content/plugins/jetpack/modules/shortcodes/js/quiz.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/js/quiz.js', 1, 0x00000000000000000000000000000000, 0xcac4c954c70083e7b3e2bf3f7498062c, 0x3548960bbba8d6bd6ab5d0a5c27de2427393bac5dd8e2420182121c57c5a3bf0, '', 0, '?'),
(0xbfd4d116ead2cf819dcf09fa7972cbb4, 'wp-content/plugins/jetpack/modules/shortcodes/js/recipes-printthis.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/js/recipes-printthis.js', 1, 0x00000000000000000000000000000000, 0x5293f80a953d8da3355a5b7272408828, 0x1eb2d24f52a794a38061d1d54787cf01701adc030d9ee7f1ca3c651993fc9dd9, '', 0, '?'),
(0x717ee434219ff1e5b9cb83215cd07e15, 'wp-content/plugins/jetpack/modules/shortcodes/js/recipes.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/js/recipes.js', 1, 0x00000000000000000000000000000000, 0xf5ed7e19b1315b132611a148a9d7ee0d, 0x771ecf2586e92962631fdca5efb433d3bbb6cd12618519e8abe2a40bdb749dad, '', 0, '?'),
(0x2208c289ae90784226dba518e869b585, 'wp-content/plugins/jetpack/modules/shortcodes/js/slideshow-shortcode.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/js/slideshow-shortcode.js', 1, 0x00000000000000000000000000000000, 0xae0d85b31bc0d0aa2d39a091f3e490c8, 0x7c89b8b816b499e3459f8d9071c32007c3847bf4590465f51d8658d426fc1112, '', 0, '?'),
(0x38c50994d1c5c82ea7b8c5ca8688b19e, 'wp-content/plugins/jetpack/modules/shortcodes/kickstarter.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/kickstarter.php', 1, 0x00000000000000000000000000000000, 0xa42063b3b59fe0a42a5e900139fc524f, 0xda11976a390bf4b248754b873a6082b588af7d3fb84c0e308d76e1d924725ce8, '', 0, '?'),
(0xfc975997c97d7332e31208978e5c87ed, 'wp-content/plugins/jetpack/modules/shortcodes/mailchimp.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/mailchimp.php', 1, 0x00000000000000000000000000000000, 0x43a3cfe7d6f9bab2d045fce8ca190787, 0x657356230e11aa5a70daf712d17a6b74430456376c89b7497d61dd9746bb25c8, '', 0, '?'),
(0xc18d49588d5186e1ee209fd6fdc7c0cc, 'wp-content/plugins/jetpack/modules/shortcodes/medium.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/medium.php', 1, 0x00000000000000000000000000000000, 0x0cb2f49f154445f9c21b000155376b04, 0xad29373981ee7d52cc1f495788239b7f678d4cd225ade559530cb025693db050, '', 0, '?'),
(0x692c91f138415353e220b67f63e9bb5d, 'wp-content/plugins/jetpack/modules/shortcodes/mixcloud.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/mixcloud.php', 1, 0x00000000000000000000000000000000, 0xd99d79b95d3ede8fa7005022560cd1dd, 0xf5b3839fc41f205cb00d2d7b943061d6a5009106b20f81196324b0375c699b25, '', 0, '?'),
(0x1b4eb5d7ae18acf16de00cdb4976ee69, 'wp-content/plugins/jetpack/modules/shortcodes/others.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/others.php', 1, 0x00000000000000000000000000000000, 0x1b9979d9c63b79fe1068143c3a574f7b, 0x424a3098e519998c3b321af3e1538be797fb3a76287d19934c25dface41e1719, '', 0, '?'),
(0x4d93e8825a9ab0ec33554d1ae1772107, 'wp-content/plugins/jetpack/modules/shortcodes/pinterest.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/pinterest.php', 1, 0x00000000000000000000000000000000, 0x55da7429b8ee7d1e70c707ffe95932d0, 0x1b2ead9bb187524a8e1c7f0cef3b0c567931ab8475a81905476e92d85ecfa24f, '', 0, '?'),
(0xc931665c58a711781b8f3f3319b6ab48, 'wp-content/plugins/jetpack/modules/shortcodes/presentations.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/presentations.php', 1, 0x00000000000000000000000000000000, 0x1709c5ff102bc998a25f1228e87583e7, 0x356d6a11bb692acba40511f57254f31e3b394dd44f21b9d2f6756f9d418f63f6, '', 0, '?'),
(0xbf88de91a9087f4adde5716200e100fe, 'wp-content/plugins/jetpack/modules/shortcodes/quiz.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/quiz.php', 1, 0x00000000000000000000000000000000, 0x0eea910c6bb025e06c5f40092646f4b7, 0xcca80811af02c5584852adb36fbf6dad00f481d80ba6e7680c40b9b4b1cc6d9b, '', 0, '?'),
(0x039ef7b4b3a8c6b526ffb298b3245f9a, 'wp-content/plugins/jetpack/modules/shortcodes/recipe.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/recipe.php', 1, 0x00000000000000000000000000000000, 0xfea2fd25fcf378587836630beb34b0b6, 0x3550818d237fb11c5f6846331030d2eff20e946fe6a9771d69c8ffb0fd0b7328, '', 0, '?'),
(0x4d01a5792b14e17b1cdf4026f0623551, 'wp-content/plugins/jetpack/modules/shortcodes/scribd.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/scribd.php', 1, 0x00000000000000000000000000000000, 0x53cab29786d8769226a686618a3d4a6f, 0xf91b0a9ccdfdc061fc17ad392107dfc6061520dc78a384cf5d18ee9ca0039c07, '', 0, '?'),
(0x23b965fab6ad4723cce99188431726ce, 'wp-content/plugins/jetpack/modules/shortcodes/sitemap.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/sitemap.php', 1, 0x00000000000000000000000000000000, 0x8a1c1ab8ff992ad6bc9a4715180e44ac, 0x1ab0a126925298598659df3294f37284c2956513fc6c4a0e2f3fa4d6ea59ddfe, '', 0, '?'),
(0x9467cc09e2d7cded00c4c0c9363e73e8, 'wp-content/plugins/jetpack/modules/shortcodes/slideshare.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/slideshare.php', 1, 0x00000000000000000000000000000000, 0xca6b9c2f2600228e5f13af5fceeb234c, 0x4f8523260faaed4602a5cff6eacb55196b14e697b698ed5c487aa692f1184f6e, '', 0, '?'),
(0xd1403c14305f6d28437d55844b821ee7, 'wp-content/plugins/jetpack/modules/shortcodes/slideshow.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/slideshow.php', 1, 0x00000000000000000000000000000000, 0x04918cd4ce0f115f61dae1c3bd16c0c8, 0x458a5d64771d361883ad4f390f51a2021e41ffd790881a8d18f6edf0592281c7, '', 0, '?'),
(0x005373627998b1185adf3de06025d43d, 'wp-content/plugins/jetpack/modules/shortcodes/smartframe.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/smartframe.php', 1, 0x00000000000000000000000000000000, 0xe7796b3b1b12f967931c5d7039ab9d17, 0x2c68ccdf88e6d825cac7dc2e19998c431d2b6538d64dc1fbd3cd3fc265e4c31b, '', 0, '?'),
(0x5041a670a251aee10b08540efa81f468, 'wp-content/plugins/jetpack/modules/shortcodes/soundcloud.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/soundcloud.php', 1, 0x00000000000000000000000000000000, 0x0a0c74d9a2c4d99355bc9cab58283374, 0x608cecc99e3a9d2cacb7bdf0bb9071b2bd933f72934df8c0b2fb718b08172455, '', 0, '?'),
(0xd8f649b13f5b39c86cafca0496b7f9c3, 'wp-content/plugins/jetpack/modules/shortcodes/spotify.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/spotify.php', 1, 0x00000000000000000000000000000000, 0xc7c1a0c76dae6a4a0443fc8978dab274, 0x41b8342c4185ae92ea30cbc468220686bd36002f1345670297e39e81385ff728, '', 0, '?'),
(0xa22d53065ff812fccf761e400f9b1c8b, 'wp-content/plugins/jetpack/modules/shortcodes/ted.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/ted.php', 1, 0x00000000000000000000000000000000, 0x51c663df0d574620a40c609555aafe72, 0xb41e3177131addf08d1ffa7126f2739d0e84da65103650647e94d0a99bb1d540, '', 0, '?'),
(0xb9e0f58d535e28ee84aa6c43766cbb3a, 'wp-content/plugins/jetpack/modules/shortcodes/tweet.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/tweet.php', 1, 0x00000000000000000000000000000000, 0x3d3488041aac5bf266d43295aced8b38, 0xfc305e9e1743ecf345dac6209851d7f7cf391781ab8d1412830de8ffb785bbe0, '', 0, '?'),
(0x5edc593b4b4879b1023dfc24565e5495, 'wp-content/plugins/jetpack/modules/shortcodes/twitchtv.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/twitchtv.php', 1, 0x00000000000000000000000000000000, 0x73de6dd29337392658cdfaa7d02619d2, 0xe39adaf8b2a8882a5f70a91f2e6d0792617af8b1c68a8a091b48f39ebb1845fa, '', 0, '?'),
(0xacf65968d338bdab8fdac17b55dc833c, 'wp-content/plugins/jetpack/modules/shortcodes/twitter-timeline.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/twitter-timeline.php', 1, 0x00000000000000000000000000000000, 0x648106ef6afb2ab17bc7c147901f4f69, 0xdea13449ae5796aae9055b8f1cb9d8e8fccdb1f583d6e6d9f61d81f3eac683c9, '', 0, '?'),
(0xb299c91c4f9c4022697cc2c5ef304324, 'wp-content/plugins/jetpack/modules/shortcodes/unavailable.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/unavailable.php', 1, 0x00000000000000000000000000000000, 0x9a11ba44fa00e231edf24bfa8ebc2a59, 0x4fac695506c07f9a91f5f1164c613061698cd824b7426aec8c82431ded8446ff, '', 0, '?'),
(0xc908338c58ea503f640469a62200cd70, 'wp-content/plugins/jetpack/modules/shortcodes/untappd-menu.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/untappd-menu.php', 1, 0x00000000000000000000000000000000, 0xd40df0e0e1c774f7c97f293fefd4d16c, 0x0315fe6e7dfe0214f0f4a4f595e7e6bcac9c219bf4da9755b3c7dfeb483fbd7f, '', 0, '?'),
(0x3728cafa49b610d195ba5e40aa3fdc07, 'wp-content/plugins/jetpack/modules/shortcodes/upcoming-events.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/upcoming-events.php', 1, 0x00000000000000000000000000000000, 0x9823060a85646f9bd067cb23ed11d115, 0xee33035e6dc179a95d2df556ec35d35492c309ae2876b0e98a427bf05e718250, '', 0, '?'),
(0x8b0d26d64ac8a0ff505b2ea3eff90770, 'wp-content/plugins/jetpack/modules/shortcodes/ustream.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/ustream.php', 1, 0x00000000000000000000000000000000, 0x1cddca231777a658413fec37a877f330, 0x7b1aeab6b24f47feb9ca83422c30cc5fe1d01c0011e0ed20763331054863685c, '', 0, '?'),
(0xfa127c9046c203176c52d183d139d3c6, 'wp-content/plugins/jetpack/modules/shortcodes/videopress.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/videopress.php', 1, 0x00000000000000000000000000000000, 0x9367803f0bb6e1261cf6515531e11c46, 0x52a42e96d84a0509251279b5c270c991003b323772ca5f91a0bcc00dab7332be, '', 0, '?'),
(0xb16954037b84e5b887eae5a0301746c2, 'wp-content/plugins/jetpack/modules/shortcodes/vimeo.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/vimeo.php', 1, 0x00000000000000000000000000000000, 0x77f982d9ae0b15dd130c9378d4ca63b1, 0xa30b5f04e3b7cb4a1dab6ef75c7d5e36dcb1c60e6a3c3a3f6589b1eadbabf003, '', 0, '?'),
(0x34a07e5f428383cab7f9e42762aaf391, 'wp-content/plugins/jetpack/modules/shortcodes/vine.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/vine.php', 1, 0x00000000000000000000000000000000, 0xc7f33d3222198bb55801ed6905be02cf, 0x514d94f839e793fff45fa86985a816ee45108ede652dc6c90ea4e8b97ae66d04, '', 0, '?'),
(0x978921d949a78e35bdfe1f2970ca23cc, 'wp-content/plugins/jetpack/modules/shortcodes/vr.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/vr.php', 1, 0x00000000000000000000000000000000, 0xea37f573882fbefd2deedce670a4207a, 0xd94e0f1675fc79056a11ae771e7ae2c965d4afb9780c8b1f98c502aceaa4478c, '', 0, '?'),
(0x5fac3da66160861b38a972efb5d37a73, 'wp-content/plugins/jetpack/modules/shortcodes/wordads.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/wordads.php', 1, 0x00000000000000000000000000000000, 0x257fb8f0fbb0cb6d54bdad7d585c057e, 0xed7c0073962ff73546b5438a9d41bd4ce1558852abb02e474564c0f4288d2f8d, '', 0, '?'),
(0xf70bd8c7836c040de714a18215aec90e, 'wp-content/plugins/jetpack/modules/shortcodes/wufoo.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/wufoo.php', 1, 0x00000000000000000000000000000000, 0x4e5231a2ee251f23c3b0e7c0c179e3c4, 0x5ae349e7a1a040ad169151edd83b48b15655a15384d759589bea4ed4e4032654, '', 0, '?'),
(0xf2e1d89070c480cf3f3a97677e16b872, 'wp-content/plugins/jetpack/modules/shortcodes/youtube.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/youtube.php', 1, 0x00000000000000000000000000000000, 0xe0ae10a1df78c40a72a3c93a37028fcd, 0x9a562b22f029853161aea219610933ed1e0a668d3c7a17ed2a23bfb3175cd6eb, '', 0, '?'),
(0xc8f6c26fbfe96d60985c09252db36f96, 'wp-content/plugins/jetpack/modules/shortcodes.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes.php', 1, 0x00000000000000000000000000000000, 0xeef5de822a3a6c3a4426e983b455c0ab, 0x458ba506a798477fcf8403117c07a3e615e22dba15659c08ec4d88ccd8643060, '', 0, '?'),
(0xba502eeeaa2bdeebaf9d13a0a3e2efb8, 'wp-content/plugins/jetpack/modules/shortlinks.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortlinks.php', 1, 0x00000000000000000000000000000000, 0x805d9234c702c866234d323a09cdddaf, 0xaf6e24ab33515980c6d006e196210f910efc0941ef4f9d5cc117ff037e6bbc55, '', 0, '?'),
(0x3e3411d00063ea0e361f3bcd6261f729, 'wp-content/plugins/jetpack/modules/simple-payments/paypal-express-checkout.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/simple-payments/paypal-express-checkout.js', 1, 0x00000000000000000000000000000000, 0xd35a93074ef62f0cf386301bb8329484, 0xcfbf916ddfcc4e864a8165b83aa5cff1c6a45b3ce2084b5853c970ae379cdb35, '', 0, '?'),
(0x70ed57839d088e69fad74e0a506a600f, 'wp-content/plugins/jetpack/modules/simple-payments/simple-payments.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/simple-payments/simple-payments.css', 1, 0x00000000000000000000000000000000, 0x08ca0c07eb96ee67eedb57bab1556e16, 0x65162f2ace88623dd777c37bbf6a5079ea5e02fa02a76c35cca90ac81b594198, '', 0, '?'),
(0x3994f3a251301e8eda38e9a38da8430c, 'wp-content/plugins/jetpack/modules/simple-payments/simple-payments.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/simple-payments/simple-payments.php', 1, 0x00000000000000000000000000000000, 0x3d7871d6d3331fa80f2324148cad413e, 0xc767c2bf7727a19a21a36bf41b06f4a2f14fb40bbe63dfe9645e5a8a69a8a3ac, '', 0, '?'),
(0x4cb57cc8754e009a2f8d51a03e917819, 'wp-content/plugins/jetpack/modules/site-icon/site-icon-functions.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/site-icon/site-icon-functions.php', 1, 0x00000000000000000000000000000000, 0x24aba5f0db0912e5e7c848e000282ae5, 0x7a94a2406cc96d4fb01471df102ab744cd8c45558688a0930a47541fdae3dd06, '', 0, '?'),
(0xf522f34d02f047f348cb88ab0bd84c61, 'wp-content/plugins/jetpack/modules/sitemaps/sitemap-buffer-fallback.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sitemaps/sitemap-buffer-fallback.php', 1, 0x00000000000000000000000000000000, 0x4bbf7eaa5daa11ee9f794b7ff2dd6bbf, 0x8926ef393e3b489aabb07169d1a9869630df21398cc9a607ac720400ba61cf75, '', 0, '?'),
(0x2d6c58931410313b03712067afb47028, 'wp-content/plugins/jetpack/modules/sitemaps/sitemap-buffer-image-fallback.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sitemaps/sitemap-buffer-image-fallback.php', 1, 0x00000000000000000000000000000000, 0x1d323ad28f39612af6b9f5bd4b8587bd, 0xe793c8f08eceac1813fbbb0a3e37037c9a9cdea428031e10fa2aacea2c0ab187, '', 0, '?'),
(0x387e503b811a4ff4e7972c78fd0c40e3, 'wp-content/plugins/jetpack/modules/sitemaps/sitemap-buffer-image.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sitemaps/sitemap-buffer-image.php', 1, 0x00000000000000000000000000000000, 0x8d6a760c316a2d40a58913b7ae35a113, 0x6d20ee2e51bfc0a2f974c5ab18d2087fc797f48c6ae07d8212331a09070109a3, '', 0, '?'),
(0x2b5fad05b891edcdff30ed5715f177a4, 'wp-content/plugins/jetpack/modules/sitemaps/sitemap-buffer-master-fallback.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sitemaps/sitemap-buffer-master-fallback.php', 1, 0x00000000000000000000000000000000, 0xfb0b296c16943ac4759ccb9b5ae8c447, 0xd627405db83180e6eb66a14ff0df2b836d4cf9f64d6fb0b19923aeb374c74afc, '', 0, '?'),
(0xa4565f07e19a1444b344141ccf3ec6bb, 'wp-content/plugins/jetpack/modules/sitemaps/sitemap-buffer-master.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sitemaps/sitemap-buffer-master.php', 1, 0x00000000000000000000000000000000, 0x68bf770dfbc4a372f62e87beb28fafa2, 0x28ea435906389684ca084340d8ce7e53bb7fba2c12cf360e1789928500954c66, '', 0, '?'),
(0xc792e0235bff73befed5bd497e63caaf, 'wp-content/plugins/jetpack/modules/sitemaps/sitemap-buffer-news-fallback.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sitemaps/sitemap-buffer-news-fallback.php', 1, 0x00000000000000000000000000000000, 0xa2d9ecd4df9d626f463d6d60b1350c59, 0x7b753f059738b77f99332e10e893dc32a38f180e3ae8c1e53ab007fc683de98d, '', 0, '?'),
(0x9f912cecae79b0cfe817a9006775881a, 'wp-content/plugins/jetpack/modules/sitemaps/sitemap-buffer-news.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sitemaps/sitemap-buffer-news.php', 1, 0x00000000000000000000000000000000, 0x63216a09f6f6b992cba2d43c772228c1, 0xac9cace5473f3af7e04dd56e46fe3f0714f44c553d734436702d92c49a05b4d3, '', 0, '?'),
(0x36dcf8a89a4a990b0c703bf68c3c16e4, 'wp-content/plugins/jetpack/modules/sitemaps/sitemap-buffer-page-fallback.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sitemaps/sitemap-buffer-page-fallback.php', 1, 0x00000000000000000000000000000000, 0x4629cbac0dcf360af722aa0b56d20570, 0x2db3b4a9290b2fa90bb4cd322a2c808a2d2e0928e15b3cee1660fcb550294e08, '', 0, '?'),
(0x60117469048e50c6b3023c6e872b686e, 'wp-content/plugins/jetpack/modules/sitemaps/sitemap-buffer-page.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sitemaps/sitemap-buffer-page.php', 1, 0x00000000000000000000000000000000, 0xfdd622c6271776855b807041ed77342e, 0x8fddfe26d01425262608c13b96013b0a783bd048d9f7ac99cc2249eb7f115d01, '', 0, '?'),
(0x19e069eb54277fc18979db625f4f19bd, 'wp-content/plugins/jetpack/modules/sitemaps/sitemap-buffer-video-fallback.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sitemaps/sitemap-buffer-video-fallback.php', 1, 0x00000000000000000000000000000000, 0x56350156193489179d4c4b25dfdbfb24, 0x4bebb8346f512fc64313863a903e2c4237f08025a5b46cd51cee45eee6487e53, '', 0, '?'),
(0xcd3a810be5d4348fe7a51e4795333934, 'wp-content/plugins/jetpack/modules/sitemaps/sitemap-buffer-video.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sitemaps/sitemap-buffer-video.php', 1, 0x00000000000000000000000000000000, 0x3283317210a353415534a35df77236b2, 0xea6e5106594922a39651155f6d73ba68a80123764497b2b3113d5d81386522f4, '', 0, '?'),
(0xf6c81d3e22f76b2016d87b109595b2ce, 'wp-content/plugins/jetpack/modules/sitemaps/sitemap-buffer.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sitemaps/sitemap-buffer.php', 1, 0x00000000000000000000000000000000, 0xcc1cff32629137b47184b8034096af8f, 0x82fca938f6ea9037f4e9853bb2276afd09c0c024322426e76d8028bd88511040, '', 0, '?'),
(0x9293b81c420a507213722d090b01251a, 'wp-content/plugins/jetpack/modules/sitemaps/sitemap-builder.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sitemaps/sitemap-builder.php', 1, 0x00000000000000000000000000000000, 0xd8227457347fc5247a474bca31a07b03, 0xbe7c0672f7a9c59e955d3ac9dd463818d728ff0d61dc75c3103e967639a874c5, '', 0, '?'),
(0xe5cc60a177808ce16611cfa281d6c5e6, 'wp-content/plugins/jetpack/modules/sitemaps/sitemap-constants.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sitemaps/sitemap-constants.php', 1, 0x00000000000000000000000000000000, 0x0db0e2886d59184255d6adb6fa0244d6, 0x7256d26f8dc3f21f69532f2c3ffaefc242efbd038a20a00c38219109705c4c93, '', 0, '?'),
(0x660ca0e1411607d531265dd6a5bb8606, 'wp-content/plugins/jetpack/modules/sitemaps/sitemap-finder.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sitemaps/sitemap-finder.php', 1, 0x00000000000000000000000000000000, 0x0d1e5b6ff2193f79c09e81005374df59, 0x157c77a47ae4917d0661aedcab21de456d0ecf4c3d9a03446824c4757dbed76b, '', 0, '?'),
(0xda8949c4226011f126244f632257bf8d, 'wp-content/plugins/jetpack/modules/sitemaps/sitemap-librarian.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sitemaps/sitemap-librarian.php', 1, 0x00000000000000000000000000000000, 0xeea2556558435ad8026161dc9414a116, 0x11bc64161b1c0158ed9b0211ed43f86fcbbe399dbbdc3217a69902756f488e36, '', 0, '?'),
(0x590a09bf6576e0edd5c41d29bbac383a, 'wp-content/plugins/jetpack/modules/sitemaps/sitemap-logger.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sitemaps/sitemap-logger.php', 1, 0x00000000000000000000000000000000, 0xfcd43d06bfd012813b2fed9724767b8c, 0x34264aca02cdfbf7024f5f0410aecf45115d6b0303cc515ce6ddaea42864fc65, '', 0, '?'),
(0xca68b9ff7a83a41008de431509fb6d4f, 'wp-content/plugins/jetpack/modules/sitemaps/sitemap-state.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sitemaps/sitemap-state.php', 1, 0x00000000000000000000000000000000, 0x595ca5aef0308d93672a450efee56372, 0xa33f7a2b1d964daab98abfd902492d066a2c3d5927f248e5da47be6d97031094, '', 0, '?'),
(0xcca141ec4ca033188c3b9b56b50dcb00, 'wp-content/plugins/jetpack/modules/sitemaps/sitemap-stylist.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sitemaps/sitemap-stylist.php', 1, 0x00000000000000000000000000000000, 0xd87092d484595a6ac8fde044b8899bf3, 0xfd3e80ee6744b49673fdb763fc392b2775faaf29a46c0a61cdc78d2937dc0be0, '', 0, '?'),
(0xbae76ffff30f9797eb757f7744895828, 'wp-content/plugins/jetpack/modules/sitemaps/sitemaps.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sitemaps/sitemaps.php', 1, 0x00000000000000000000000000000000, 0x31774647f396711964b6e28afa1a0961, 0x454fc60ddf9ece0cd7faf1f6411afb413de5f045b1d4eb27f3629b421a04d037, '', 0, '?'),
(0xa19c4db15a7d1b51db6de3f915433bf6, 'wp-content/plugins/jetpack/modules/sitemaps.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sitemaps.php', 1, 0x00000000000000000000000000000000, 0x97dc7cded41dbb6898c5e5ececbcd4f3, 0x1b6adc8440febe63095c8d1cdb549e6a347ac4d8dd636b552c7dd5ba1da53a6c, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x0d3284e41b4b6dc5d21a40f5b7dafc5c, 'wp-content/plugins/jetpack/modules/sso/class.jetpack-sso-helpers.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sso/class.jetpack-sso-helpers.php', 1, 0x00000000000000000000000000000000, 0xba552589d5905e2b0047d5319588f2ce, 0x91cdb987b0e0016975e77f6377f1264398f2af72e3304bfac6715c4cfb54e4fa, '', 0, '?'),
(0x2956a577b2cdf57e0889260a563ce9f2, 'wp-content/plugins/jetpack/modules/sso/class.jetpack-sso-notices.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sso/class.jetpack-sso-notices.php', 1, 0x00000000000000000000000000000000, 0xa86a626f205d10ae0cf626fb57b16af2, 0x66e303cea64df993e5f8e39851229dcb6f8ed3ef9213e0fd6483f1cac99785e7, '', 0, '?'),
(0x46e2c3a0a69e6851653b8d4b08e152a8, 'wp-content/plugins/jetpack/modules/sso/jetpack-sso-login-rtl.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sso/jetpack-sso-login-rtl.css', 1, 0x00000000000000000000000000000000, 0x64e7bf64dbdc15ad73ee0f260b575346, 0xce1802fe29fabc7e9249dc01df61b2fc4812133f9bbcf30ee5d2099b797084a7, '', 0, '?'),
(0x1d8aebd7d85f85930a16314b46662285, 'wp-content/plugins/jetpack/modules/sso/jetpack-sso-login-rtl.min.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sso/jetpack-sso-login-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x87c4f734553eb0b6c3f147952831dd9c, 0x87363e320053fe2b2d8f73108fc3df95bc9e64b41226cd711b5e239e86c4a0d8, '', 0, '?'),
(0x1bde0f258c438c6a2f9bdedc560beac1, 'wp-content/plugins/jetpack/modules/sso/jetpack-sso-login.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sso/jetpack-sso-login.css', 1, 0x00000000000000000000000000000000, 0xe8593bbe26dd22407db8d5863f93edab, 0x2d5b4142816c0d0796fe066fc0f7842d9f4536d5cafb42d17fd47a8e8ccdfff3, '', 0, '?'),
(0xb0b975847c731b1ac94fd259168fe3b2, 'wp-content/plugins/jetpack/modules/sso/jetpack-sso-login.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sso/jetpack-sso-login.js', 1, 0x00000000000000000000000000000000, 0xc04f17f98be348c6a3679aaf5470e615, 0x101910af4ac43f2483544c9e75671a5971598650d80a0616b211bcb817184dc8, '', 0, '?'),
(0xac7b164800bf9107dbd4c4bdbb9062d4, 'wp-content/plugins/jetpack/modules/sso/jetpack-sso-login.min.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sso/jetpack-sso-login.min.css', 1, 0x00000000000000000000000000000000, 0xdc3f0d13d3a08ebc67e3d9bdfa7165b1, 0x7f4f63e407d94e8ead775cb4d50a8f05ab0972033c9b7fc39819d2ef3cb22583, '', 0, '?'),
(0x8a3af90d90b1a167cfc75b9cc8eac40e, 'wp-content/plugins/jetpack/modules/sso.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sso.php', 1, 0x00000000000000000000000000000000, 0xa3fdc3d62b043d13fd3f17851990fe5b, 0x1ec9785684908b6a4d79d7f2c769f0ddca025bacaf4f731ef78b8c589aad04fc, '', 0, '?'),
(0xad975856a55d4ee5db414fee8dca778b, 'wp-content/plugins/jetpack/modules/stats/class-jetpack-stats-upgrade-nudges.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/stats/class-jetpack-stats-upgrade-nudges.php', 1, 0x00000000000000000000000000000000, 0x2cb4e6fcf4e3d71ad9438aec4c5bdd0f, 0x9d63fb6f487b5be948027fd6a55c302c830308320b05ea69173760a90486dd82, '', 0, '?'),
(0xcfadd4f3ec11a61d366e632cb560b93c, 'wp-content/plugins/jetpack/modules/stats.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/stats.php', 1, 0x00000000000000000000000000000000, 0xb53402e7aa81f0b17731d29c4d4e05ad, 0x50f29493c4c1b4b60eeec0a60db3c6db62e2bad150522f13a767851c9ca606ab, '', 0, '?'),
(0xa59a04ebd9e631aebbc0fe1460373c45, 'wp-content/plugins/jetpack/modules/subscriptions/readme.md', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/subscriptions/readme.md', 1, 0x00000000000000000000000000000000, 0x49a8dc2e3a2443d7848d3a6a5d4f869a, 0x3ee903f3ebd870dffdafe38d6fd916cabfbb43ca50d8a745e5e2cc588c6709af, '', 0, '?'),
(0x98f987eb1fddf6e8134882d4b135a974, 'wp-content/plugins/jetpack/modules/subscriptions/subscriptions.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/subscriptions/subscriptions.css', 1, 0x00000000000000000000000000000000, 0xcedcaab8c4cd6f2c52442f216c7e3043, 0xe84cef8a708d6dd3c7707981ae5406c1ec710c9f1c28a733136bd7863dad51a4, '', 0, '?'),
(0x9220239d5e5ff81719f43185abad19e1, 'wp-content/plugins/jetpack/modules/subscriptions/views.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/subscriptions/views.php', 1, 0x00000000000000000000000000000000, 0xbac07ae93d55ace7cb202dd6bd415c84, 0x0da8062c295fd55089a3658063c9a125a1edca6362e33b7bc117b04f1e65decb, '', 0, '?'),
(0x695dd763259c7d090b0f05d4fd68944c, 'wp-content/plugins/jetpack/modules/subscriptions.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/subscriptions.php', 1, 0x00000000000000000000000000000000, 0xdcec1c829cea62c8c6cef7fb073bdf58, 0x1a1ddb8471ebc94a681e917a36d42c8439a0ed258d75d2b570e73daef53821ca, '', 0, '?'),
(0x7d888b55c7e1f0543925ffea24ae52e2, 'wp-content/plugins/jetpack/modules/theme-tools/compat/twentyfifteen-rtl.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/theme-tools/compat/twentyfifteen-rtl.css', 1, 0x00000000000000000000000000000000, 0x0a45ad249a173f25519ddcc6248ce9fe, 0x83751e75f5ccfa0a191685d2fd71d94920af1476bbaa89698f5a75a204b38ded, '', 0, '?'),
(0x12fe10f009eb43e70541cf101be9cbf4, 'wp-content/plugins/jetpack/modules/theme-tools/compat/twentyfifteen.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/theme-tools/compat/twentyfifteen.css', 1, 0x00000000000000000000000000000000, 0xa503a55a48992fd015cacc9601d4eeaf, 0x8ae4ed4fdefa067d44358ab0f34f0aaf820859160b2e50a56f7ddda65b3ca2b1, '', 0, '?'),
(0x2f93d619e3f0ad57a3dfe29cb453009e, 'wp-content/plugins/jetpack/modules/theme-tools/compat/twentyfifteen.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/theme-tools/compat/twentyfifteen.php', 1, 0x00000000000000000000000000000000, 0xcf1f3bc6cea83522ba4eaf8368da7d12, 0xec9968906c8fd8156f39fad75187e923ed73e17e495aae7b3de0c11b05c323ed, '', 0, '?'),
(0xba8f9cf45e6f9e75133f0c010819d764, 'wp-content/plugins/jetpack/modules/theme-tools/compat/twentyfourteen-rtl.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/theme-tools/compat/twentyfourteen-rtl.css', 1, 0x00000000000000000000000000000000, 0x9f7f42610ba0f26faaf4026e23c55570, 0xd22b42766e11b60762b7fc304f9c4b31538895b925d45430b271ae232238edd4, '', 0, '?'),
(0x440c34593821235f3c83d0b754b26437, 'wp-content/plugins/jetpack/modules/theme-tools/compat/twentyfourteen.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/theme-tools/compat/twentyfourteen.css', 1, 0x00000000000000000000000000000000, 0x53af028fc5bd10da3a49cee76e4d11c5, 0x589c9695945af79daa90ea7edbd06dbfd05692902cc5bcb019e43ed4c3722afb, '', 0, '?'),
(0x0281483f87fa37db4d6665292a77e75f, 'wp-content/plugins/jetpack/modules/theme-tools/compat/twentyfourteen.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/theme-tools/compat/twentyfourteen.php', 1, 0x00000000000000000000000000000000, 0x4ad490f64b95b2dbd27300bdfcb3df03, 0x73fcc077f251846b52e70bf91f91e55ba34a140b715a4f600f704b82a476cea6, '', 0, '?'),
(0x3bab1f9009a41b1754f2b50532d07cd3, 'wp-content/plugins/jetpack/modules/theme-tools/compat/twentynineteen-rtl.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/theme-tools/compat/twentynineteen-rtl.css', 1, 0x00000000000000000000000000000000, 0xc55e2113adf3547ee2daeb2de08b9984, 0x0d275d6c16249ebe8ea27b030d2732a345c1415ae0f214f3f767307af0ad7d3f, '', 0, '?'),
(0x4ad945c23aefcb03f6268578ef6f1113, 'wp-content/plugins/jetpack/modules/theme-tools/compat/twentynineteen.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/theme-tools/compat/twentynineteen.css', 1, 0x00000000000000000000000000000000, 0x44307cf4895f678776d6583e899f09a0, 0xae1d38161ebd7a500b612aa07ac220a5493acd20f344713b60f86e30bd78d51c, '', 0, '?'),
(0xafdc3a58c69d890ce1aa72cb19c2a031, 'wp-content/plugins/jetpack/modules/theme-tools/compat/twentynineteen.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/theme-tools/compat/twentynineteen.php', 1, 0x00000000000000000000000000000000, 0x074df08e73f44b2e43e7e52e7dc2c73f, 0x244c7df7e74b081c061be1856c5e7d81345c09855c2a1caa87b69a49a5ed8408, '', 0, '?'),
(0x0f6311584b94faef906bc33d0ece3e0b, 'wp-content/plugins/jetpack/modules/theme-tools/compat/twentyseventeen.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/theme-tools/compat/twentyseventeen.php', 1, 0x00000000000000000000000000000000, 0xf2d577e31094cc1ac4481619995645f4, 0x7dd74f65e6f35b7a5f930d6567622ada7d247df095de34a15ea36bec3e287fb2, '', 0, '?'),
(0xd9e755aa3eb9795a1c1578b121fa9565, 'wp-content/plugins/jetpack/modules/theme-tools/compat/twentysixteen-rtl.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/theme-tools/compat/twentysixteen-rtl.css', 1, 0x00000000000000000000000000000000, 0xbbf21a89f03bea0bf3e713758a7654e8, 0xae12db0a39fc134e9b4bd7d87a7402bb21abac94c84cb8fafee887eb5de3823e, '', 0, '?'),
(0x99a4d8cba42d7149c794765b4582092b, 'wp-content/plugins/jetpack/modules/theme-tools/compat/twentysixteen.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/theme-tools/compat/twentysixteen.css', 1, 0x00000000000000000000000000000000, 0xebae64bee5374a130e0c0a0a4639ed45, 0x806da102842df6ee47e41c1e4c1f3967fc8b1458c88beff76d42d5026c6bcd74, '', 0, '?'),
(0xd8d09d03859a4a39a5ddea16350d391a, 'wp-content/plugins/jetpack/modules/theme-tools/compat/twentysixteen.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/theme-tools/compat/twentysixteen.php', 1, 0x00000000000000000000000000000000, 0x71bc545dd04e1556a16f8cb200ef7e41, 0xa33bf02fe85bd1bf13cfdcdec19f19f8c9fdb38c507dcb800c059cf59e54d8c6, '', 0, '?'),
(0xdb1520e8ca0d44c0f212cf2776e2e38d, 'wp-content/plugins/jetpack/modules/theme-tools/compat/twentytwenty-rtl.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/theme-tools/compat/twentytwenty-rtl.css', 1, 0x00000000000000000000000000000000, 0x47332f3fabd6448a260bb84ba1c6f4df, 0x45187d8c7d2dc29af807cc38b21ef6590569fac5415a5ffb61ed3c2c3f0ca6eb, '', 0, '?'),
(0xa445db3dd0cffb8b4084b09a7bcef2d3, 'wp-content/plugins/jetpack/modules/theme-tools/compat/twentytwenty.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/theme-tools/compat/twentytwenty.css', 1, 0x00000000000000000000000000000000, 0x9a39708e26bead7c52196fffe19197e3, 0xdb0bdb73590945879b78d334b29bfc136226b74793ade28a02432c565da64d74, '', 0, '?'),
(0xdf6470e6ae7f35bbd851e925a52a5812, 'wp-content/plugins/jetpack/modules/theme-tools/compat/twentytwenty.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/theme-tools/compat/twentytwenty.php', 1, 0x00000000000000000000000000000000, 0x8b2884a184db5e7a24cfcce71e9ec202, 0x970c5919f89e2d85532599fd1acff4974c3d7abb724842938608736e7f7fa970, '', 0, '?'),
(0xd8a1410def9db28296e657c725495a7c, 'wp-content/plugins/jetpack/modules/theme-tools/compat/twentytwentyone-rtl.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/theme-tools/compat/twentytwentyone-rtl.css', 1, 0x00000000000000000000000000000000, 0x6ed376181d69bacdb2cffc481d40d5a3, 0xc6a1db37569de8388ef7f1f21271f89648de25ba342a8b90d18ac5ea9a1c37f8, '', 0, '?'),
(0xfd8e4e81a4d9b332ecf6856b01883d0f, 'wp-content/plugins/jetpack/modules/theme-tools/compat/twentytwentyone.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/theme-tools/compat/twentytwentyone.css', 1, 0x00000000000000000000000000000000, 0x6e234aa35d3869d09824b9264a03480c, 0xf1fe9ce4c23e1a97e3a4de367eccfc6f46c0374e348f4087fd4dcb05be3fe126, '', 0, '?'),
(0x39c7639a3ad97947519eac06df54ba00, 'wp-content/plugins/jetpack/modules/theme-tools/compat/twentytwentyone.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/theme-tools/compat/twentytwentyone.php', 1, 0x00000000000000000000000000000000, 0x3562444f902628ee2a7b38db6dead618, 0x80b930bb940cd169afbd8968ab259eb6488701a4312cef035d0f657aee3a1837, '', 0, '?'),
(0xf9403bf84ee80a07b2b023b6147ce014, 'wp-content/plugins/jetpack/modules/theme-tools/content-options/author-bio.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/theme-tools/content-options/author-bio.php', 1, 0x00000000000000000000000000000000, 0x642b09e3c2c3fb63ab1a112cc2fd8edd, 0xc02254e87c84f5c3efd5716aee5701c3feb87d37a5ef4cc895a55d4bb1c1d7f2, '', 0, '?'),
(0x7320f5f555ec21261dce0841b96bae5d, 'wp-content/plugins/jetpack/modules/theme-tools/content-options/blog-display.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/theme-tools/content-options/blog-display.php', 1, 0x00000000000000000000000000000000, 0x740b2b88ece9d081a607326dd23875d9, 0x9af793d4669c5ff71ef8873ecae38019bcf0c6474c49f9d8e923d000dd09c7f8, '', 0, '?'),
(0x8bcd65eb154d58d10a46cca9e6eb2367, 'wp-content/plugins/jetpack/modules/theme-tools/content-options/customizer.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/theme-tools/content-options/customizer.js', 1, 0x00000000000000000000000000000000, 0xe84df18e445d1aca6c1fc26226ab0a35, 0x8db2afc9e4a0f60323fd129d56867d0325cd02937c9ff214fb1065646e34b309, '', 0, '?'),
(0x69f78a03f0197fa2e42a498562c90566, 'wp-content/plugins/jetpack/modules/theme-tools/content-options/customizer.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/theme-tools/content-options/customizer.php', 1, 0x00000000000000000000000000000000, 0x61cc74a1e51b30860366befa63206a5d, 0xdb47ed9ad74a4c0f2ac39db25fbf40e654f99dfff84a4f71932a4870dd35892b, '', 0, '?'),
(0xca243d28ef5a53bdf5485ab8aeb25245, 'wp-content/plugins/jetpack/modules/theme-tools/content-options/featured-images-fallback.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/theme-tools/content-options/featured-images-fallback.php', 1, 0x00000000000000000000000000000000, 0x483e3e8108fd4727b20936e3770f885c, 0x8208111bca0f13321e149524dd39285b212e1ad3852e6078bcaaccf7094374d3, '', 0, '?'),
(0xc2e32e660abb9212e085a56047f59d6f, 'wp-content/plugins/jetpack/modules/theme-tools/content-options/featured-images.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/theme-tools/content-options/featured-images.php', 1, 0x00000000000000000000000000000000, 0x07345e9fe6761ee0c4061e48c6884e5c, 0x04d7d6d1ee3f589c9025f963ac45306dea5acc8b81c0e219b44d56ccc06f2c2b, '', 0, '?'),
(0xfd1602394e3f7f3d44120240f9e5f5e7, 'wp-content/plugins/jetpack/modules/theme-tools/content-options/post-details.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/theme-tools/content-options/post-details.php', 1, 0x00000000000000000000000000000000, 0x889916729129ff882daab31c3a677a72, 0xa3c1428d42e6dfd7fbcf19ee1219e5cc3b865e670cf190aee80d047cd392c24f, '', 0, '?'),
(0xce92a0803753e1a68ad16d061b05db97, 'wp-content/plugins/jetpack/modules/theme-tools/content-options.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/theme-tools/content-options.php', 1, 0x00000000000000000000000000000000, 0x38a9ad3be7e1ec16df6ac1834d3a9fa8, 0xdd68b72d97dd001bb9c14f6d1a726508d3614d58a7368d211aa53f7d5117f0ad, '', 0, '?'),
(0xf173f118ac8696ef11f25e7a749b8cb9, 'wp-content/plugins/jetpack/modules/theme-tools/devicepx.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/theme-tools/devicepx.php', 1, 0x00000000000000000000000000000000, 0xa2ff144aa4da168d65654f5e5b5fbd80, 0xee34e8e797dd6f1e7b73ee58554ddf24571cb4a63f117111eb1d50c12c97b187, '', 0, '?'),
(0x215d1c408b117a1308ad6af27ce74cb8, 'wp-content/plugins/jetpack/modules/theme-tools/featured-content.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/theme-tools/featured-content.php', 1, 0x00000000000000000000000000000000, 0x5c5a72c520c4a8813a8c008796c29d87, 0x8d2b1af6e9aae245a3b0744dfa5484f4e17982f2966305728726c3be661eee85, '', 0, '?'),
(0x6bb8326e4af7055975dbb38a072c4f47, 'wp-content/plugins/jetpack/modules/theme-tools/infinite-scroll.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/theme-tools/infinite-scroll.php', 1, 0x00000000000000000000000000000000, 0x5da0f6b697714593ad443f4d7b999f5e, 0xaec3a92bc1dfe67c77ace730fb4a1abd64858a334d9d1388f65610f980d0b6d8, '', 0, '?'),
(0xb6d9e6d4da2ab0b884dd7e5b09470858, 'wp-content/plugins/jetpack/modules/theme-tools/js/suggest.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/theme-tools/js/suggest.js', 1, 0x00000000000000000000000000000000, 0xc1e7e8ea0446fad9d137977ebd070d88, 0x3ddd569c529357381b08f954cfb974fa0da1712556c43b5447835bc59ea46add, '', 0, '?'),
(0x94c0ad8c591a851db3b284a97daec080, 'wp-content/plugins/jetpack/modules/theme-tools/random-redirect.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/theme-tools/random-redirect.php', 1, 0x00000000000000000000000000000000, 0x472284810c3d1e9d9f80db98e38784a2, 0xf8852eade23c9c5ef0a4d3677073e1a6b48424a862532856064cf94b28273d94, '', 0, '?'),
(0x746f8394bf04d85497245c3ab949e48c, 'wp-content/plugins/jetpack/modules/theme-tools/responsive-videos/responsive-videos.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/theme-tools/responsive-videos/responsive-videos.css', 1, 0x00000000000000000000000000000000, 0x4e43cc01fafe401c6166602e6b5f7ae7, 0xd7e4d5b47f6294e8f865fb105bfdf7fe57343e57b3993680cf6fd9dccf0fad4a, '', 0, '?'),
(0xae19f9a31bfc03c7ac8988b8d6ccaebd, 'wp-content/plugins/jetpack/modules/theme-tools/responsive-videos/responsive-videos.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/theme-tools/responsive-videos/responsive-videos.js', 1, 0x00000000000000000000000000000000, 0x05ce25f8b28ee12b0a80c891b72619d7, 0xf78bf7236ff4508ebc2dbb7e33fe33ff1edde3130878f32003db363fd68a4912, '', 0, '?'),
(0xa80d7034edc7a571b9bd3509ccba76c2, 'wp-content/plugins/jetpack/modules/theme-tools/responsive-videos/responsive-videos.min.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/theme-tools/responsive-videos/responsive-videos.min.js', 1, 0x00000000000000000000000000000000, 0x2e02bc091700b99c18cc1ec4d3cb05e6, 0xe0dad47f91eed4c9a5c17c5f078f45654ba243ea3d37b7f7655eb6bb465a18bd, '', 0, '?'),
(0x5ae78ed81fabbd9d7574d26da4014018, 'wp-content/plugins/jetpack/modules/theme-tools/responsive-videos.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/theme-tools/responsive-videos.php', 1, 0x00000000000000000000000000000000, 0x7a009dec1ccff0631257171c8162075c, 0x1b4465b6fc3e5464de88ba77f488074bba82c5505c25cb151308c183077127f8, '', 0, '?'),
(0x8af561cdde6d0fdbd3e4a51c8ad978ad, 'wp-content/plugins/jetpack/modules/theme-tools/site-breadcrumbs.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/theme-tools/site-breadcrumbs.php', 1, 0x00000000000000000000000000000000, 0xb2f68713a6d7fb00ce12fa671ce4fa26, 0x49ad9e18f2eab9c29b238ed4513b11f4d478bf5c04851306de24bf3eeec45f6a, '', 0, '?'),
(0x95783ed4ce423e8d9573f5a677aa1da6, 'wp-content/plugins/jetpack/modules/theme-tools/site-logo/inc/class-site-logo.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/theme-tools/site-logo/inc/class-site-logo.php', 1, 0x00000000000000000000000000000000, 0x8d89105e682feaf525777562c3286d8e, 0xcc388e9a27182c78df11493d70ad257ae344b4d227438edc8b91b09350f0bcb4, '', 0, '?'),
(0xe762c608a87471013c1e121b3ef37662, 'wp-content/plugins/jetpack/modules/theme-tools/site-logo/inc/compat.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/theme-tools/site-logo/inc/compat.php', 1, 0x00000000000000000000000000000000, 0xdb420c07285564c831c941abc1685b5f, 0x8bf2940bb83a8e885dd74240b562559e6a45d859fa0b81129929e29d28534f14, '', 0, '?'),
(0x11b2a7e3db1114f2086e2922ff96ceed, 'wp-content/plugins/jetpack/modules/theme-tools/site-logo/inc/functions.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/theme-tools/site-logo/inc/functions.php', 1, 0x00000000000000000000000000000000, 0x97c62b8d00cfbb52db81c0a13bf60a7d, 0xabf80be7f41dd37ab2b3633ee459e568650f0985d532c658291070c1652fc39b, '', 0, '?'),
(0xaf7e9aa513de0234592e16e28b48fae0, 'wp-content/plugins/jetpack/modules/theme-tools/site-logo/js/site-logo-header-text.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/theme-tools/site-logo/js/site-logo-header-text.js', 1, 0x00000000000000000000000000000000, 0x5cfe6e7855287dd937dd12aa04db2ad1, 0x1a585e403767c28a10b23e12b7fd3fb8ea3f1d84f868bb731d8ba29e48716479, '', 0, '?'),
(0xf7297fb32108bc6ab4b272a5216213b6, 'wp-content/plugins/jetpack/modules/theme-tools/site-logo/js/site-logo-header-text.min.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/theme-tools/site-logo/js/site-logo-header-text.min.js', 1, 0x00000000000000000000000000000000, 0xdb9ccb95ea4f93180b8ead3a948ca5fc, 0xaf9889d61a0f733227021a9e4e07737247db686c798609f3c8856879f844216b, '', 0, '?'),
(0x4e574c4d12a24ab5c1819ae138dc243a, 'wp-content/plugins/jetpack/modules/theme-tools/site-logo.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/theme-tools/site-logo.php', 1, 0x00000000000000000000000000000000, 0x2ba12638da327f40f9734054d5a402be, 0x76b5a62d251dd27a28761cf3859848ab8a8b7bebd802d1da7891411fc3dff6fe, '', 0, '?'),
(0x3c2f28f4d132a4b205985dde91fe9727, 'wp-content/plugins/jetpack/modules/theme-tools/social-links.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/theme-tools/social-links.php', 1, 0x00000000000000000000000000000000, 0xcef65fc76d7cbc1ccbcdf604214805e7, 0xd2dd3ce45381623ea874d370914fc1839c94d7f89b7b9a5eb682b3075d3715b2, '', 0, '?'),
(0xfe5f385b91d9a8fb7d9168ec433387c5, 'wp-content/plugins/jetpack/modules/theme-tools/social-menu/icon-functions.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/theme-tools/social-menu/icon-functions.php', 1, 0x00000000000000000000000000000000, 0x8d8f9f39aa8ec36dc13b887cf2fea67c, 0x9e341cffc9a4c0b9ed21eafa2219c0452cb30b391a8541da2239f1208573ea72, '', 0, '?'),
(0xd2f4c3a436e2a192f5c83eed52a3c012, 'wp-content/plugins/jetpack/modules/theme-tools/social-menu/social-menu.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/theme-tools/social-menu/social-menu.css', 1, 0x00000000000000000000000000000000, 0x07e5da976b32f354b107111109d62662, 0xb553f447c0be6fba9c6b2dec63ca04dcfddbb7b6000190b62b4604beb7929c4f, '', 0, '?'),
(0x9da49817c283af86b22917252af1581a, 'wp-content/plugins/jetpack/modules/theme-tools/social-menu/social-menu.svg', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/theme-tools/social-menu/social-menu.svg', 1, 0x00000000000000000000000000000000, 0xdd410dd39cdd3ae492f40c67af273259, 0x22393e4219015fde783762f996d7669e672958218549c593c1150d95b2235f69, '', 0, '?'),
(0x61cd3d087a41c09645a9e8643a38aee8, 'wp-content/plugins/jetpack/modules/theme-tools/social-menu.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/theme-tools/social-menu.php', 1, 0x00000000000000000000000000000000, 0x765d499104c32e2daea955eeaa424c58, 0xe725887c00f1f3f4d81297dea638fdf956a8fcbad38f1a6e79fc86190f1881a5, '', 0, '?'),
(0x6e867b4492913079b667131c71143ad5, 'wp-content/plugins/jetpack/modules/theme-tools.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/theme-tools.php', 1, 0x00000000000000000000000000000000, 0x71904d049e02ced2306bf767b014dd51, 0x450b8dd4cc7ece26cdd7ed1a74403c6527cca28437df03a556e25e833f1be675, '', 0, '?'),
(0x8782ee688d073a5e850bc14bdf46e2f2, 'wp-content/plugins/jetpack/modules/tiled-gallery/math/class-constrained-array-rounding.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/tiled-gallery/math/class-constrained-array-rounding.php', 1, 0x00000000000000000000000000000000, 0x0710d4eeb6fd7e7829e3338ed0cdec10, 0x2a755b6c2838543505a6811294e78c2599c725fc6724e18596b5d7bd53b68288, '', 0, '?'),
(0xe59d68b189b2b30d07c8f52e56e8ae7a, 'wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/rtl/tiled-gallery-rtl.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/rtl/tiled-gallery-rtl.css', 1, 0x00000000000000000000000000000000, 0xb58e13b84a5721a9d2520829737bbdf1, 0x25829c19bcf60d6590c6cd6d6180673c9ad64246d0cbd06a977bef23f7462cff, '', 0, '?'),
(0xf6fd643e36471c0e154f82838eb9d5be, 'wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/templates/carousel-container.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/templates/carousel-container.php', 1, 0x00000000000000000000000000000000, 0x49f4d00c9296c9ea7cdc7e5f95f0bc1d, 0x742176ee66d343a3cc50770fc3c37dec8a84ec8048615e84dbf8378e8c108bbe, '', 0, '?'),
(0x36b756a66325b83d0ee72b2b88ee1915, 'wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/templates/circle-layout.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/templates/circle-layout.php', 1, 0x00000000000000000000000000000000, 0x0b8a4905cd9b16adfb2fbf33acc3a2a7, 0x7cb9521f616b0d65ca1c3f1d8f3f40005b77942b687d8111ae99bae75a4309fd, '', 0, '?'),
(0x6354dad011d52a35bf3981bdb054c285, 'wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/templates/partials/carousel-image-args.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/templates/partials/carousel-image-args.php', 1, 0x00000000000000000000000000000000, 0x6922a7d8fa2aabc0b7d9edf07404cc0e, 0xb2f77e01c6d59ad29bef2cf6d9f69617611d7ab6119699c4c40f9e8e55a73593, '', 0, '?'),
(0x316b0f6e6db4448659795ce26e0757bf, 'wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/templates/partials/item.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/templates/partials/item.php', 1, 0x00000000000000000000000000000000, 0x94ab3b40def41da6ff104afdf1c49a18, 0xb57d1721493df8c54a985a8f4249df7ebc01816ad00c72c424fef54ee535daf6, '', 0, '?'),
(0x9931f56893d8ad00a13bed089f1822d4, 'wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/templates/rectangular-layout.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/templates/rectangular-layout.php', 1, 0x00000000000000000000000000000000, 0x9279f2d2deeb69651dc100c445c936d1, 0xf7b156e81f9822369067574d48666711398968484440e76c4de92d367d2a1c6d, '', 0, '?'),
(0xde3264976e2e6cf3ff54e7698577c761, 'wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/templates/square-layout.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/templates/square-layout.php', 1, 0x00000000000000000000000000000000, 0xf849900f8a480f05224d5f11461b06d5, 0xc977c68a0157f983c62cf10d5b7b44307c4c1a886b02853c41dbc2811461ac6c, '', 0, '?'),
(0x5ad4a62ce84fd495b437a46e9bd06ba9, 'wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/tiled-gallery-circle.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/tiled-gallery-circle.php', 1, 0x00000000000000000000000000000000, 0xbcd106f5736f91d924f4c5f2251af238, 0x4bbb761abbb49007843ea22f85fab4f61f5c5ef97070d6747e8ff601146565ea, '', 0, '?'),
(0x6ed98a476ce4a55ec5a84f11be85407e, 'wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/tiled-gallery-item.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/tiled-gallery-item.php', 1, 0x00000000000000000000000000000000, 0x18577e5825bed27a45402cacd3c9f670, 0x1ebabf38485ef752fe7ec2a8d69b7a7df0858be00f3800ae7a0e700df1d27b80, '', 0, '?'),
(0x86ce73906ae0134764476bcf802b5799, 'wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/tiled-gallery-layout.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/tiled-gallery-layout.php', 1, 0x00000000000000000000000000000000, 0xf94d0529ff9f762ddcdb7e34d77492b8, 0x0ce917af1d11522cb79839798df8062703744a50c316219e561c7871e62a1ca8, '', 0, '?'),
(0x1b9952c167b97a8921329b01186450fc, 'wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/tiled-gallery-rectangular.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/tiled-gallery-rectangular.php', 1, 0x00000000000000000000000000000000, 0x119b0eca18491e65f6571787651b85e5, 0xf29307a926d7c2ab9546042c7e8b693438f5910f6dc53ea19b6290a401a4d8ab, '', 0, '?'),
(0x1f553b914cf6f61963e00c56e241093c, 'wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/tiled-gallery-rtl.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/tiled-gallery-rtl.css', 1, 0x00000000000000000000000000000000, 0x6266f40ce97c74b377e0cd90945e2e7f, 0x4c9cf869f305095b3c6c1c718b702d3b510640d462706fde48505c753846c27e, '', 0, '?'),
(0x39b67bf42b3d2d4fac653e01569e1a34, 'wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/tiled-gallery-shape.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/tiled-gallery-shape.php', 1, 0x00000000000000000000000000000000, 0x3e54302a9c79fa263b100962101bdc31, 0x9b0ed63a97286ddd597b54b29706ca4aff453fee746691234e6c0a7576ddc87d, '', 0, '?'),
(0xe921d3dde8ef60eda56ebb94ab77f895, 'wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/tiled-gallery-square.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/tiled-gallery-square.php', 1, 0x00000000000000000000000000000000, 0x6d1dfa02ad034ac00dfcd2106290d39e, 0xff78fd5adae5abc7d89f6d406c07cd7df95430cd98ddab290b94fcda4e778c79, '', 0, '?'),
(0xbc22c464142e85b3a36863e8f998d11c, 'wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/tiled-gallery.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/tiled-gallery.css', 1, 0x00000000000000000000000000000000, 0x761184855c596d3838a09ab0da7074d8, 0x4770124860e0ce396f318039a7d6434056144afa874025d8c324f2bb3d71a52e, '', 0, '?'),
(0x8512adae84b5eb43da444cbefdbbb8a4, 'wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/tiled-gallery.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/tiled-gallery.js', 1, 0x00000000000000000000000000000000, 0x3965fddc71ebb35f9351bf52eb7c0aa6, 0x9874ff2360e48c0bdc45f04adf479accef63a15d609d28fd5fa94e05cbff8295, '', 0, '?'),
(0x26d05db1cf9f701186abaa8bbab82099, 'wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery.php', 1, 0x00000000000000000000000000000000, 0x36ced6733bbdf8f6404b8fffb8a57367, 0xaffd36c0bc763301b1152e539a20dd94330fe0b0c7ed8d98cf60146581a4d198, '', 0, '?'),
(0xe7d37d8f4985aae2fda5073b88a00147, 'wp-content/plugins/jetpack/modules/tiled-gallery.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/tiled-gallery.php', 1, 0x00000000000000000000000000000000, 0xb665ddd78c2a3a57e6cdf58975e9f5fe, 0xea584bf1f6e2615ab04e06c8f2673ad746be14e77a6d05d9b7e64b2ecd88857f, '', 0, '?'),
(0x088c7fde7503845780045537ba9018cf, 'wp-content/plugins/jetpack/modules/vaultpress.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/vaultpress.php', 1, 0x00000000000000000000000000000000, 0x2e534bb4f9748da121e6a163cd8018e0, 0x07dacc157df07be4fbe53fe42d512aca5f105c6c73688376533e47f38aeec215, '', 0, '?'),
(0x36f4bc28e0a2a95a5d0398fb47bcb5d2, 'wp-content/plugins/jetpack/modules/verification-tools/blog-verification-tools.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/verification-tools/blog-verification-tools.php', 1, 0x00000000000000000000000000000000, 0x2a1fa2dcdd54d2865ab457e78204fb02, 0x8882af667ecd95a47e53d86a7e1b9a30cd2a0bae3b775eaa32c9e78a8d2acd67, '', 0, '?'),
(0x4256b72aaab4f727a530474580f68a26, 'wp-content/plugins/jetpack/modules/verification-tools/verification-tools-utils.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/verification-tools/verification-tools-utils.php', 1, 0x00000000000000000000000000000000, 0xdc616b5080b416dc5d3ef5523691def6, 0xd9f7559dc4d061871f56ba7eaeda4f07d62d58b1658c4d3fc4c627e70a2e71a8, '', 0, '?'),
(0x2bd3b38492539268403c96177d444d45, 'wp-content/plugins/jetpack/modules/verification-tools.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/verification-tools.php', 1, 0x00000000000000000000000000000000, 0x351069d68648e3e90a36074d6b386b52, 0xad34447edba6851e0d7dfe0cb8373e49849c2cee825369778acdb9a05626fcaf, '', 0, '?'),
(0x80e71b83798cfcc1ba23a9effce6c3fe, 'wp-content/plugins/jetpack/modules/videopress/class-videopress-attachment-metadata.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/videopress/class-videopress-attachment-metadata.php', 1, 0x00000000000000000000000000000000, 0x69ea71fc28838cbffefcea5cd571b769, 0xcad509e2ec771803da7e2406b53b76c4fe20127c5c9f2329ad5b1f2fd58fd0d8, '', 0, '?'),
(0xc69780c5f31fb80f0667dbc8cc17dc8e, 'wp-content/plugins/jetpack/modules/videopress/class.jetpack-videopress.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/videopress/class.jetpack-videopress.php', 1, 0x00000000000000000000000000000000, 0xc284bdf400171e4cd5faf52e2bc68ee3, 0xd877f62e12a77b8e688ae913df33ca3c16b56eb212614754f8cb15eead13d353, '', 0, '?'),
(0x75fcd2d3d7d911451fa75cea003ecc7f, 'wp-content/plugins/jetpack/modules/videopress/class.videopress-ajax.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/videopress/class.videopress-ajax.php', 1, 0x00000000000000000000000000000000, 0x8aed37faf92047c0f98cf85437b79f95, 0xb852861136172cbd0e8175e383bfff0c47f059f7ac85da0e4a54fffe3667d2b0, '', 0, '?'),
(0x16c6d5653bc05ba967ef0fb3c295af8a, 'wp-content/plugins/jetpack/modules/videopress/class.videopress-cli.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/videopress/class.videopress-cli.php', 1, 0x00000000000000000000000000000000, 0xa28c3571af046859f677c484bc736030, 0xa06d026d7ae66b978af2329f5aa12adae1580ae9706c099d510fd393c06bf366, '', 0, '?'),
(0x4cfb567aa2786f59495f2cdaf76b43c0, 'wp-content/plugins/jetpack/modules/videopress/class.videopress-edit-attachment.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/videopress/class.videopress-edit-attachment.php', 1, 0x00000000000000000000000000000000, 0xd856d417f64be0a4679e856d050d606d, 0x36d1af814c3d0502edd278ee7f68cb6d58ce6ffef3824784ed3e2e79e7acda26, '', 0, '?'),
(0xbcfc20244ddd7e1976fe17baa9dba8ad, 'wp-content/plugins/jetpack/modules/videopress/class.videopress-gutenberg.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/videopress/class.videopress-gutenberg.php', 1, 0x00000000000000000000000000000000, 0x7ad0d0249e690c70e629007f9da92dc5, 0xc85a57b5fcd510081847a3b683e436943b15858ebbc36c54d25a891043ea8f54, '', 0, '?'),
(0x5f55bc8f6d2177bb0893cb28179ae1a5, 'wp-content/plugins/jetpack/modules/videopress/class.videopress-options.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/videopress/class.videopress-options.php', 1, 0x00000000000000000000000000000000, 0x983b90b8f65ee9732cd5b66bc4d9e82f, 0xaf6743b788a0c52fd650ff2858057ca347b5477cd76697b579e1f74117d0337f, '', 0, '?'),
(0x2b639373b43c5087011ccd03c8762d04, 'wp-content/plugins/jetpack/modules/videopress/class.videopress-player.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/videopress/class.videopress-player.php', 1, 0x00000000000000000000000000000000, 0x59116e5b309ebd65535a2c04e9ca54d4, 0x1e8c0d06458987f1f689fa784f35d7d3d7559560b48f88b32d4b8991eab8d88a, '', 0, '?'),
(0x4882c597d1a76b4e7e281de7971b9f8c, 'wp-content/plugins/jetpack/modules/videopress/class.videopress-scheduler.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/videopress/class.videopress-scheduler.php', 1, 0x00000000000000000000000000000000, 0x41b831f767cf672ff05357c2e8786271, 0x17a3e8334ef290e526db32e0b8d0485727f92996e54640584933050583feedad, '', 0, '?'),
(0xbf47836b4b1fd63e360e63fcfb3f5127, 'wp-content/plugins/jetpack/modules/videopress/class.videopress-video.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/videopress/class.videopress-video.php', 1, 0x00000000000000000000000000000000, 0x9904d3c1d7cbe7d27e3f4740bc3fc212, 0x82bf3dacb6bb39ddd47c8eb85c88b46c692cd35bb8774e84785647ef302ac8b5, '', 0, '?'),
(0x3c7e3984df3e32d9048a221233422083, 'wp-content/plugins/jetpack/modules/videopress/class.videopress-xmlrpc.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/videopress/class.videopress-xmlrpc.php', 1, 0x00000000000000000000000000000000, 0x184938466cde9e8c4679f1a0bd804bc5, 0x92308f0d72e8de7acf3dbdb59752b63d46388a64a28bd55b09c59508f0e64ea9, '', 0, '?'),
(0xbc809f7456689b317a1e7fe3abc65951, 'wp-content/plugins/jetpack/modules/videopress/css/editor-rtl.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/videopress/css/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0xcede92c23b546ecac2d7e0ab2853fc04, 0x3bbd447c963aef53c3af0dd9b38b760aeb206136c55c8cf4e6d837037d4da53a, '', 0, '?'),
(0x8186fc77930d8c8715d472ab5370ace1, 'wp-content/plugins/jetpack/modules/videopress/css/editor-rtl.min.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/videopress/css/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x770d8f279bae1c2c568f505b06f544de, 0xe3efc99cf061c373d3c6f058406a2d294154605c24da9ad1a1181273321128fa, '', 0, '?'),
(0x42d4af13edfb0e44f8924cbc6b9c0dc3, 'wp-content/plugins/jetpack/modules/videopress/css/editor.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/videopress/css/editor.css', 1, 0x00000000000000000000000000000000, 0xa3eb42af230f699be797ba3e519a92b3, 0x8c37a13ddd936a7a5f67fae49dc76191719383d25552a783a9cd6dd1cf30b24e, '', 0, '?'),
(0xfd98eab0925b867105639aaf79d11ff6, 'wp-content/plugins/jetpack/modules/videopress/css/editor.min.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/videopress/css/editor.min.css', 1, 0x00000000000000000000000000000000, 0x52b4b4c87a9f1f4b8df68d3000bbbc9d, 0x602bca697183f3860cc325dc1927fdb468e22c97544cb6eebc81724506bc0f8d, '', 0, '?'),
(0x5d2a7f6123956d76c6d36d57ceb5bb20, 'wp-content/plugins/jetpack/modules/videopress/css/videopress-editor-style-rtl.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/videopress/css/videopress-editor-style-rtl.css', 1, 0x00000000000000000000000000000000, 0x44330e6d908a019aa9f8b5004ea76b63, 0xb145c27256a2074fba3cf5558de19e929124a90e0c6cc42b4733b821153e2a47, '', 0, '?'),
(0xf1ddf8ce43a5fbfba306c9ecdb66e509, 'wp-content/plugins/jetpack/modules/videopress/css/videopress-editor-style-rtl.min.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/videopress/css/videopress-editor-style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x35d0f2bdd0de5de2dd617b5d16144db1, 0x6fdae5368c646daee80dbf7572450aee21ee5e18f741be94b41b3fc1b74343e0, '', 0, '?'),
(0xc4bc566e8646583defea007fb435fb31, 'wp-content/plugins/jetpack/modules/videopress/css/videopress-editor-style.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/videopress/css/videopress-editor-style.css', 1, 0x00000000000000000000000000000000, 0x8a91125a03e99bfb2f8cfe8092449bf0, 0x4bddf446f93bc5e1db99b501de74bbf8c6f59f0615918ddc51f8fc8a83980581, '', 0, '?'),
(0x380afd987fe6c4cbf3dd10ee37fe6d7c, 'wp-content/plugins/jetpack/modules/videopress/css/videopress-editor-style.min.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/videopress/css/videopress-editor-style.min.css', 1, 0x00000000000000000000000000000000, 0x9c0b53fd49b2db5a2575c8c8f81b697a, 0x71f2949cec4d36bb57f6b559b5df48db59fb6b39d526efa3687dc17060f3c7ec, '', 0, '?'),
(0x419a2f3a86f472569742c47f8b452eae, 'wp-content/plugins/jetpack/modules/videopress/editor-media-view.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/videopress/editor-media-view.php', 1, 0x00000000000000000000000000000000, 0xdc4046d917c06e755c823b7820998286, 0x9a050528c762319490502b17969c12f9c3d7ef88e70b7a231c6a04f9f9e0ffda, '', 0, '?'),
(0x9a600d9484d9a0129d81fecbaa9c346b, 'wp-content/plugins/jetpack/modules/videopress/js/editor-view.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/videopress/js/editor-view.js', 1, 0x00000000000000000000000000000000, 0x7d52619cda47e405425a00cc93969484, 0x57e8035a113b7d435be4fb291c9712c2952772c8751b92d52a1408faf5b1f7a9, '', 0, '?'),
(0xe7a53df08d0d9af5a53dd744750d43a6, 'wp-content/plugins/jetpack/modules/videopress/js/gutenberg-video-upload.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/videopress/js/gutenberg-video-upload.js', 1, 0x00000000000000000000000000000000, 0x7bd9dd92f433f6e29c24365f4eff4d77, 0x5828d4152a71ea1c13c742f8e388cfebd94b07846fa18eb438df15b5789aa118, '', 0, '?'),
(0xb0f610ed7ad02240c2e7cea6c66db302, 'wp-content/plugins/jetpack/modules/videopress/js/media-video-widget-extensions.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/videopress/js/media-video-widget-extensions.js', 1, 0x00000000000000000000000000000000, 0x88165dc44aa70318bfd0b99b0a6a4068, 0xb0281a959cc7e0c237e9e6e41f4aa88d777939ac85b93007e5bc915b4d72d054, '', 0, '?'),
(0xb9575950b4f8df3f88d3b35ba5449a5b, 'wp-content/plugins/jetpack/modules/videopress/js/videopress-add-resumable-upload-support.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/videopress/js/videopress-add-resumable-upload-support.js', 1, 0x00000000000000000000000000000000, 0xd09df7b8b66f06288361816df52c7304, 0x60801fea6ee47471445a696c57e82fdc1773a5f76c6eaa271894e6fe20bebc66, '', 0, '?'),
(0xa3352b6515fa2aa41c24e3c29001ce7b, 'wp-content/plugins/jetpack/modules/videopress/js/videopress-plupload.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/videopress/js/videopress-plupload.js', 1, 0x00000000000000000000000000000000, 0xddb8b0a655dfd5ce6902ae89c4fbd276, 0x3522d9e12ce4d5a0cec2952caf2f902c5b51cca0c4b2fd0ea6d5838f46660a2e, '', 0, '?'),
(0x69f2c63945f1e7d4fd9c930da05bca27, 'wp-content/plugins/jetpack/modules/videopress/js/videopress-token-bridge.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/videopress/js/videopress-token-bridge.js', 1, 0x00000000000000000000000000000000, 0x1a75a1adeffcd055a8be8798c05f4bb2, 0x4bf7b0b0579209553fab0c85b10698c930bc5ec492ad2d95e11b2b6dbcf3a385, '', 0, '?'),
(0x1ef80bd086de56c868324f8ee2c74e91, 'wp-content/plugins/jetpack/modules/videopress/js/videopress-uploader.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/videopress/js/videopress-uploader.js', 1, 0x00000000000000000000000000000000, 0x177de3853506a188fe87f86f3c429edd, 0x64756ef6ce24feb9db8e0446da81a85bacea64927582cdc2bac3bb7fc3bcc600, '', 0, '?'),
(0xb4f4418ac61a52b3525276287c278ddb, 'wp-content/plugins/jetpack/modules/videopress/shortcode.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/videopress/shortcode.php', 1, 0x00000000000000000000000000000000, 0x7bfc280ae5deb91c9ecf73955ace17c6, 0x2c5384eb1ca207e7506ea454d7c922dd3e8e5e75d0ca4c7f3532824f486785a1, '', 0, '?'),
(0x98182979f129abad84ed7cdc390bf6ab, 'wp-content/plugins/jetpack/modules/videopress/utility-functions.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/videopress/utility-functions.php', 1, 0x00000000000000000000000000000000, 0x9aeb079ef4bf42a882e5282e9a9a5460, 0x8c6f303f8b0c391af95625db5939276a0525a1001d8b8b8f5ee382c220c64a8d, '', 0, '?'),
(0xd5e343d8ff9703106b1071b89a3f1ea8, 'wp-content/plugins/jetpack/modules/videopress/videopress-admin-rtl.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/videopress/videopress-admin-rtl.css', 1, 0x00000000000000000000000000000000, 0xaf1db3bd4a7e093da3a32c8a5413c840, 0x0189834ee9cb997cb6391da93209367aea6c08862d6daa02e7e0c1303033f6c8, '', 0, '?'),
(0xb11d7126cc22d6ed798fd0250bed76cf, 'wp-content/plugins/jetpack/modules/videopress/videopress-admin-rtl.min.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/videopress/videopress-admin-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x2c8c7e88d67d0f8f2d1e5e1a399d245b, 0x23bf1751aed3d1704f4fb37ad55fbc4f37d8a8de98ff66418e85a425c486d93d, '', 0, '?'),
(0x61dc841b98a20566d7bd1f6bcecd101e, 'wp-content/plugins/jetpack/modules/videopress/videopress-admin.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/videopress/videopress-admin.css', 1, 0x00000000000000000000000000000000, 0x7ab36117de201244ce23edb545cb63a4, 0x29f29da5488343832fbe9ea7b59a5016146491b8fbde85e487eff55195a3248b, '', 0, '?'),
(0x3b49b5f0a7df9d68c615de4e81794be5, 'wp-content/plugins/jetpack/modules/videopress/videopress-admin.min.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/videopress/videopress-admin.min.css', 1, 0x00000000000000000000000000000000, 0x07bf138dd1116f851190e810391409d3, 0x1055d560f0e89cf53a0bd68e7ec9b6fe032fe3ab7dbbc71312ba83b1016c1971, '', 0, '?'),
(0xd882b0b07443479580e13d268b4f6025, 'wp-content/plugins/jetpack/modules/videopress.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/videopress.php', 1, 0x00000000000000000000000000000000, 0xb5cb5345f22b18b6c3bbba63de6b287f, 0xedcbd75a88f14dafff89d603e3d7fdddf337b3e8912f9d8809dda82376d50c7e, '', 0, '?'),
(0x42c3ff1f6b715a200aeb3581e958c4a9, 'wp-content/plugins/jetpack/modules/waf.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/waf.php', 1, 0x00000000000000000000000000000000, 0xcca991d3caddccb2e2539f059b1585bc, 0x1d8ec28015143d19a9d3245b6ad09679be6e9c951d6599848e1d9699f9550e9d, '', 0, '?'),
(0xebbf4acd2a8eaf9a68e8f4f84e538987, 'wp-content/plugins/jetpack/modules/widget-visibility/widget-conditions/rtl/widget-conditions-rtl.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widget-visibility/widget-conditions/rtl/widget-conditions-rtl.css', 1, 0x00000000000000000000000000000000, 0x395b7a2eeba356d6047b5a742228b1bd, 0x19918f01fa19a287840b01e8f33f72dc7a6f341df935b1cae64ac6e86afa0bc7, '', 0, '?'),
(0x2690e90c18b6c73a809558bda1b3cdb0, 'wp-content/plugins/jetpack/modules/widget-visibility/widget-conditions/widget-conditions-rtl.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widget-visibility/widget-conditions/widget-conditions-rtl.css', 1, 0x00000000000000000000000000000000, 0x97acea46bf121efc583a3c3165114004, 0x29686c72b5e48b79f025ded3166f6c50ce994ad0d6293ae92ed523a68b81da96, '', 0, '?'),
(0xa8b024fe033aea81d166c7dccf825127, 'wp-content/plugins/jetpack/modules/widget-visibility/widget-conditions/widget-conditions-rtl.min.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widget-visibility/widget-conditions/widget-conditions-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x15f773cc2c5d18546f9271fe6ba4d083, 0x32aa45fea50c0f8f887abed66bf4a9a7d5539028d5a2bd81e8e6a4b86f89968d, '', 0, '?'),
(0xfd017c4e74b9ce1acdf049f09e88ee6b, 'wp-content/plugins/jetpack/modules/widget-visibility/widget-conditions/widget-conditions.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widget-visibility/widget-conditions/widget-conditions.css', 1, 0x00000000000000000000000000000000, 0x3eefe956b3a605b08bd21727b8ad310a, 0xbbfc416f0b830df103e075f4fa1d51ffb73719f358be2a0a7c795fef1edd6b92, '', 0, '?'),
(0x3ccf915d9a0b03de2e3ed44612d0609e, 'wp-content/plugins/jetpack/modules/widget-visibility/widget-conditions/widget-conditions.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widget-visibility/widget-conditions/widget-conditions.js', 1, 0x00000000000000000000000000000000, 0x5757cb63806629a1a9788db96341c9d6, 0xf93fa9219fe3e250c34c8ae8274d4a82f57f31b0f5d00185a490a33fe66955a6, '', 0, '?'),
(0xe1ce9776445c23c40864f420f72dcf4e, 'wp-content/plugins/jetpack/modules/widget-visibility/widget-conditions/widget-conditions.min.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widget-visibility/widget-conditions/widget-conditions.min.css', 1, 0x00000000000000000000000000000000, 0x19299ab63763bc681c1d862862abf98d, 0xa1a1c183e4866d5dd5498fb0d5c1eb8f26b02e53c89c242c72e2ab10ee9a910f, '', 0, '?'),
(0x8014377709f97503d295782e3f42109f, 'wp-content/plugins/jetpack/modules/widget-visibility/widget-conditions.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widget-visibility/widget-conditions.php', 1, 0x00000000000000000000000000000000, 0x42f8997ffbd4b59a9025c004104f00d6, 0x05fe9b4cf4fc07c7b8b38253de4227489bdbd2f1b64bd107441075c7982b8377, '', 0, '?'),
(0x15304070057a7368054d653fe7d27dcf, 'wp-content/plugins/jetpack/modules/widget-visibility.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widget-visibility.php', 1, 0x00000000000000000000000000000000, 0xa3b71b6f782d9351fcab204eda5de2d4, 0x554d26c080b1c9bd8d8c88a6033653b0664159059a52321fc0d5bcf84a7d2575, '', 0, '?'),
(0xa81f99d17d2a506fa3eeb91e6782ee77, 'wp-content/plugins/jetpack/modules/widgets/authors/style.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/authors/style.css', 1, 0x00000000000000000000000000000000, 0x84a952f288c23eac97ba066bb9031968, 0x2187dd2cc85df11d2cf99b049c291721e5861d3fa5b70754f58655fe8b293275, '', 0, '?'),
(0xe9560520681ec629b737c12aed919580, 'wp-content/plugins/jetpack/modules/widgets/authors.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/authors.php', 1, 0x00000000000000000000000000000000, 0xaa75308444af56b3629f4a053a781e8d, 0xa4f2ca5fdc3b135f707dacd08ba108d45db8954702b174d6de5a1be61bac950c, '', 0, '?'),
(0xdfa25faaf5a2023f5e70019754f368b3, 'wp-content/plugins/jetpack/modules/widgets/blog-stats.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/blog-stats.php', 1, 0x00000000000000000000000000000000, 0x3a431cb5869567b297def8aeea53ef09, 0x0ed16d5b043dec7b56dbb52e02ada4f1cc48613b69885ccc81cf4bcceccd1068, '', 0, '?'),
(0xeb41fc0344c435e453dbf9db669e9fbd, 'wp-content/plugins/jetpack/modules/widgets/class-jetpack-eu-cookie-law-widget.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/class-jetpack-eu-cookie-law-widget.php', 1, 0x00000000000000000000000000000000, 0x3564f496263b7d01ad29103a3961082b, 0x41e4d5c4e6701c03b3ccaeb82764f2c2b84322ac73d76cf87a5f450e06a8d81c, '', 0, '?'),
(0x143094f4927dd89ae22566ef06e59a0b, 'wp-content/plugins/jetpack/modules/widgets/class-jetpack-instagram-widget.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/class-jetpack-instagram-widget.php', 1, 0x00000000000000000000000000000000, 0x5cb17773290192a97d8b357044efe6ea, 0x0065539a4d784bbe9a5bf7f1e31df58c42aeb208ab081fc90f206d0d054d6c5f, '', 0, '?'),
(0xd4d4478bce77638fbbdf489dfcaabd0f, 'wp-content/plugins/jetpack/modules/widgets/contact-info/contact-info-admin.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/contact-info/contact-info-admin.js', 1, 0x00000000000000000000000000000000, 0x753935e8114a23852300715bb7e43696, 0xee804853e4bec51823230d54080ef0abfab1df91930299c56595464529451ab5, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xcb3a6cfa650c0a5c3320d56bbae72a03, 'wp-content/plugins/jetpack/modules/widgets/contact-info/contact-info-map.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/contact-info/contact-info-map.css', 1, 0x00000000000000000000000000000000, 0x7781b74872ebf54ac04b92ed258916de, 0xe0f95d67e31561d0ca956859f0204ea4c5701af4f435a4729eca5cc28cf0df90, '', 0, '?'),
(0x617a876a5b322bf77d126222b0348e7e, 'wp-content/plugins/jetpack/modules/widgets/contact-info.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/contact-info.php', 1, 0x00000000000000000000000000000000, 0xffabcf6c5e7f7088d584144d233c888d, 0x9687b7769e619b019fd2a5a915eba3dbc0790e80d74cf3feffe26834eb953f1a, '', 0, '?'),
(0xfc678e12e0f29458936797045a7af419, 'wp-content/plugins/jetpack/modules/widgets/customizer-controls.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/customizer-controls.css', 1, 0x00000000000000000000000000000000, 0xbb782fd08c7a61fcede1a86a11bf53da, 0x6425a530ed2d56b57069c4fff393a100add79714a81dc8cf5613504c59f5bde0, '', 0, '?'),
(0xcd7a20e3871c3951dbe68ee5b2943563, 'wp-content/plugins/jetpack/modules/widgets/customizer-utils.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/customizer-utils.js', 1, 0x00000000000000000000000000000000, 0x85582e254c7fe4d9a3bfe05ae88d4f0e, 0xc2749289bdf2e4081e508d26972803b294923ebf7888799eb873287a233aab11, '', 0, '?'),
(0x1f9788a09b73bf5d1ad6b70bfd44a258, 'wp-content/plugins/jetpack/modules/widgets/eu-cookie-law/eu-cookie-law-admin.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/eu-cookie-law/eu-cookie-law-admin.js', 1, 0x00000000000000000000000000000000, 0xf51cd20444282ccd72e4fff87125d58f, 0x952a70fa8236bf8243a046f72935e79b9ad891400f6d34dd15e375315a3a05cc, '', 0, '?'),
(0x69470c695baca5d34c5af86746360000, 'wp-content/plugins/jetpack/modules/widgets/eu-cookie-law/eu-cookie-law.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/eu-cookie-law/eu-cookie-law.js', 1, 0x00000000000000000000000000000000, 0x0c01fe03d7162b1f8080c472cc1451ad, 0x462c04e756d14d9e4cec9412f105a04dd73adf4c9c610277dafed3df7d22c0f2, '', 0, '?'),
(0x52d4a45d7863b0f88f24fdca15eed7b6, 'wp-content/plugins/jetpack/modules/widgets/eu-cookie-law/form.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/eu-cookie-law/form.php', 1, 0x00000000000000000000000000000000, 0x4ed623302ea4d0bd328b8f0077e044a4, 0x16d4be9104b40e4aa01a0873bacdb8563f17173b94a7b91423d9b5edb0a1768d, '', 0, '?'),
(0x7af8aa60ba947354068cdc4b3ca8ac51, 'wp-content/plugins/jetpack/modules/widgets/eu-cookie-law/style.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/eu-cookie-law/style.css', 1, 0x00000000000000000000000000000000, 0x705e9fca3fd262e4296859ae87215566, 0x11a1fa482641f021cc458f3b86a0fb4b662fcb3a8234e0cdd3b6133d2209a21b, '', 0, '?'),
(0x6516167a421bb7e13b4a4494e8321b9f, 'wp-content/plugins/jetpack/modules/widgets/eu-cookie-law/widget-amp.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/eu-cookie-law/widget-amp.php', 1, 0x00000000000000000000000000000000, 0xbbbd1c3a9f4ee20c74cb587b49b72aa8, 0x247a5d4d4c445976cd9c752cb9feb0be165a32965cf45f01c5ba3aab9ce5fe46, '', 0, '?'),
(0xa5a79810a7903e8efe6281d0b7b48663, 'wp-content/plugins/jetpack/modules/widgets/eu-cookie-law/widget.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/eu-cookie-law/widget.php', 1, 0x00000000000000000000000000000000, 0x0b8d19c36d44fc18e799e65d64eb4de4, 0x8f3d88e56970a99f6eba59bbc490fca8849f1fa0577de401d0f2b1bc3caa5411, '', 0, '?'),
(0x448ff61b0cb8c6d8a50ce72f5676f526, 'wp-content/plugins/jetpack/modules/widgets/facebook-likebox/style.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/facebook-likebox/style.css', 1, 0x00000000000000000000000000000000, 0xc3d0405efa850b70d21c25e3d71a464e, 0x11107d24c9273a4f1088f0d231791b3e3fe5fc626c47c241e45804a7e5154b2b, '', 0, '?'),
(0x1c072bd88e8f67a1428e8913de954bc7, 'wp-content/plugins/jetpack/modules/widgets/facebook-likebox.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/facebook-likebox.php', 1, 0x00000000000000000000000000000000, 0xae2b636c2473c1732353f6eb9b52ea65, 0xe42836d3f03829d0cd8876e082dd184b45f234a14df0780c3377087630717d0d, '', 0, '?'),
(0x1c04eb635013927d1dc11996950fd1a9, 'wp-content/plugins/jetpack/modules/widgets/flickr/form.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/flickr/form.php', 1, 0x00000000000000000000000000000000, 0x05231f2a6f9b3c8f01089f5520d9ba96, 0xbb4d4fb867012a81c5a8bb09be8e7424ada56a9f953232e9e5b9c718af048a44, '', 0, '?'),
(0x6886ba355a8013ec9478b0829ca6c43e, 'wp-content/plugins/jetpack/modules/widgets/flickr/style.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/flickr/style.css', 1, 0x00000000000000000000000000000000, 0x6f73b0dcc4bfc500238deceb2f4b5cd4, 0x5bd47f756bd6fe90149b08e36fc0c0650479bb637339dc70c7b42281f609aee4, '', 0, '?'),
(0x07fdfefeddd23d4ff7b5a803f6052a33, 'wp-content/plugins/jetpack/modules/widgets/flickr/widget.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/flickr/widget.php', 1, 0x00000000000000000000000000000000, 0x8dc16d28899e76d28cecb3fbd6a610eb, 0xfd51e5ed0a6224497923d3b983b7fa032972e84453aed2404d1d66606194a0f3, '', 0, '?'),
(0x88077edb34477f775f6510f475e2af0c, 'wp-content/plugins/jetpack/modules/widgets/flickr.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/flickr.php', 1, 0x00000000000000000000000000000000, 0x87f34f858320bc5582dfb8ce0c872b70, 0xd5d5fd113accbf8002dec94f64145a42d0674e0f2cef6c9611d6d48dfa267b77, '', 0, '?'),
(0x55ada720f5f8233548b8321852ac2a30, 'wp-content/plugins/jetpack/modules/widgets/gallery/css/admin-rtl.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/gallery/css/admin-rtl.css', 1, 0x00000000000000000000000000000000, 0x87423cad69079fb2619f5a0c3d368e2a, 0xb14b8b0e1bec7105af171395a1effa9d43a1bb00d491bbbe3b4ddf190f2d51f4, '', 0, '?'),
(0xd4fdcd4a31d9519ee5bf806430aee177, 'wp-content/plugins/jetpack/modules/widgets/gallery/css/admin-rtl.min.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/gallery/css/admin-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xa7d5d5bd6050f72870f8e2db6c5e590a, 0xa23eea5a84b12a1b026ab5ff822bff8f98ff3ef24353646e19238a1f3cfe597f, '', 0, '?'),
(0x33818f0e3bfe7cf81378bbf6cf102736, 'wp-content/plugins/jetpack/modules/widgets/gallery/css/admin.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/gallery/css/admin.css', 1, 0x00000000000000000000000000000000, 0x6196620362a47860b14e44898876cfbc, 0x11e6ce9184dd0526dac2335a62711b8f5df7ce0a55e88e5fbfb43a2a133070bc, '', 0, '?'),
(0x406e1211dc5b652a3ef220283cbd1a50, 'wp-content/plugins/jetpack/modules/widgets/gallery/css/admin.min.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/gallery/css/admin.min.css', 1, 0x00000000000000000000000000000000, 0xea385689d012e61f8862ee8185a18d09, 0xc38e9b57ff48d4f16353a9f88ae964965465d1f89eaf1db8d883e02e2313eeb7, '', 0, '?'),
(0x089d1071f51c16af0a1ef8f88f55403f, 'wp-content/plugins/jetpack/modules/widgets/gallery/css/rtl/admin-rtl.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/gallery/css/rtl/admin-rtl.css', 1, 0x00000000000000000000000000000000, 0xd10233a3b69486c3f2edf4cd3b294306, 0x2896b93e4db2cb023c032071afa4a796be73e530c49d7c53e5690c87410c2550, '', 0, '?'),
(0x8ae0da42245c6416aa1498e121c62d53, 'wp-content/plugins/jetpack/modules/widgets/gallery/js/admin.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/gallery/js/admin.js', 1, 0x00000000000000000000000000000000, 0x4ed4ab59dfaeec5fea6a0b2fea651557, 0xf517827cb6b5dd593d844364cfc1d09754699540f4e1702b49a990d7772f5862, '', 0, '?'),
(0xf0b1504f0e8cfe00437eba55ed32f1cd, 'wp-content/plugins/jetpack/modules/widgets/gallery/js/gallery.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/gallery/js/gallery.js', 1, 0x00000000000000000000000000000000, 0x96e5aae8da03e9009aa99fa715428f0c, 0x94a9e51f8d700eb34422bdbb816e6c0e10cc076f16864201625498fa25fa2676, '', 0, '?'),
(0x9e96025106f50f28e23c1dfdfd006d95, 'wp-content/plugins/jetpack/modules/widgets/gallery/templates/form.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/gallery/templates/form.php', 1, 0x00000000000000000000000000000000, 0x4d4a5e858376ff3c7a4cd8ffe6ff888b, 0x540852517be5b3872138355b8ced5b9250f359b68d3a13b843cfaaf3b23a042b, '', 0, '?'),
(0x3a71583d43cb810a44a22ca90cecfffe, 'wp-content/plugins/jetpack/modules/widgets/gallery.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/gallery.php', 1, 0x00000000000000000000000000000000, 0x495824af91a58642d936e8296f464b4b, 0x0edf1278f6c817c184bfc96b0bcf3c2ccb67c23c693ab7a43aee00767ea022a3, '', 0, '?'),
(0xa27590ac39869bd836d3e3069127153e, 'wp-content/plugins/jetpack/modules/widgets/goodreads/css/goodreads.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/goodreads/css/goodreads.css', 1, 0x00000000000000000000000000000000, 0x5969d1d0cdf7e980c00ead34f4180b1a, 0x553740646bb85f20c4f87f16a8d0daeda0f3e6a60551fa55a2c151a0602984ea, '', 0, '?'),
(0x0edc0ec36a7c82ecb1f88dda86d84821, 'wp-content/plugins/jetpack/modules/widgets/goodreads/css/rtl/goodreads-rtl.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/goodreads/css/rtl/goodreads-rtl.css', 1, 0x00000000000000000000000000000000, 0x1b8baf27b72a052c821a99849901e726, 0xa2930b6c26b4657b6ff83ea72d843e3d285691095adbb2374ccda5183b437915, '', 0, '?'),
(0x0cd0ee21cb07427fba9e01a108114dee, 'wp-content/plugins/jetpack/modules/widgets/goodreads.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/goodreads.php', 1, 0x00000000000000000000000000000000, 0x03d4b4f5407e14f5e0468d56c2e7e8bb, 0xc688315add3b19dd38202c94080d6d7ec4dd3b220988a0663cdbd4d5fc20ae3a, '', 0, '?'),
(0x625c45024a1dd469d64c1e7b74128d07, 'wp-content/plugins/jetpack/modules/widgets/google-translate/google-translate.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/google-translate/google-translate.js', 1, 0x00000000000000000000000000000000, 0x34f1da5b13eff2c4aaf7d00422802376, 0xd48af33f9f990c1f2423be28d5e9161688ffb7994950bac54cf1cd8d49c6db70, '', 0, '?'),
(0x3bc624c84f11cb0ab3174d5863798a52, 'wp-content/plugins/jetpack/modules/widgets/google-translate.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/google-translate.php', 1, 0x00000000000000000000000000000000, 0xcb1ca3b1105f02f89201ee29454a63a1, 0x8c6e20c9948f05335efd2178968cdc4f57a5dd2f734c6d1b8ce036c757f9026d, '', 0, '?'),
(0x12690cc12fb017faa730cab622235794, 'wp-content/plugins/jetpack/modules/widgets/gravatar-profile.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/gravatar-profile.css', 1, 0x00000000000000000000000000000000, 0xf50b0bdc35197851af321825ef5837ec, 0xce1d7a29bea66b1d4918d814a19ba4e6d706ca767921388a8ec8f56f11fb42f8, '', 0, '?'),
(0x479ef4ff1e726fd61d1b60ac7a91aab8, 'wp-content/plugins/jetpack/modules/widgets/gravatar-profile.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/gravatar-profile.php', 1, 0x00000000000000000000000000000000, 0xab496cd1ac228aed07982c092f9fb04d, 0x86b012f607bdc8ce1369891f91a74dfcb00bc743c5bbdf9149faff1fdf3e4f69, '', 0, '?'),
(0x76fff45e14f2c8a1b343ecc304dcaedf, 'wp-content/plugins/jetpack/modules/widgets/image-widget/style.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/image-widget/style.css', 1, 0x00000000000000000000000000000000, 0x7218d400c59913e23c21930ddb58fa4d, 0x544133b8a6af8b042f82dfe96307aaad401ee303bcf64875b3e1835e901009db, '', 0, '?'),
(0xa050772aba3bb0165d9aabb000851334, 'wp-content/plugins/jetpack/modules/widgets/image-widget.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/image-widget.php', 1, 0x00000000000000000000000000000000, 0x6d8347bfcfc011a79ceb3fb0816f33be, 0x32aff6b60f213dd6fce39865123bfe6d1a68b29f01103dda9bdcfdaca7df7764, '', 0, '?'),
(0x403da1dc18f4809329fb552210199227, 'wp-content/plugins/jetpack/modules/widgets/instagram/instagram.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/instagram/instagram.css', 1, 0x00000000000000000000000000000000, 0x188702765d10b536b5beea63b3be6612, 0x7c9323d7e5970d1cbdd6c02bfefd844ce0efa245b51859f57caf394a8d1e2bb4, '', 0, '?'),
(0x5b281efe120948d0b9cbfc08c9f96257, 'wp-content/plugins/jetpack/modules/widgets/internet-defense-league.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/internet-defense-league.php', 1, 0x00000000000000000000000000000000, 0x7904fb1f486caab8a02340585ab632e6, 0x69a025aa50bb7b347b1b1f77de0556f5b6bbd9a97f8c2c7e720a7d8b9fd9d1d8, '', 0, '?'),
(0x8fa7962e5714bdfe971fe6899660c3be, 'wp-content/plugins/jetpack/modules/widgets/mailchimp.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/mailchimp.php', 1, 0x00000000000000000000000000000000, 0xd2dd57698042beca584270aa4433c308, 0x6e86ce5eb2e9945d91af254ab15eeb6d27d9b79bc624f70377742c5159ef5e83, '', 0, '?'),
(0x9239223ae648cd71ba6c6ab5cc0bd809, 'wp-content/plugins/jetpack/modules/widgets/migrate-to-core/gallery-widget.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/migrate-to-core/gallery-widget.php', 1, 0x00000000000000000000000000000000, 0x65863a98e2b078df7494d8ee29874418, 0x6da555b3b63685aa94c3113c2d38c31e4f98630fd3e7d5fdc72080a44b7776d5, '', 0, '?'),
(0x34952ac9b7945b8642938ca4464951d9, 'wp-content/plugins/jetpack/modules/widgets/migrate-to-core/image-widget.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/migrate-to-core/image-widget.php', 1, 0x00000000000000000000000000000000, 0x66373704fbba08334de89bdcb7e42efe, 0x05b2cdfda0608354481482992f108d11d87c697e09f1d82148bd04b82f2698fe, '', 0, '?'),
(0x4e9f90987a883713b5fed3f30482ecf1, 'wp-content/plugins/jetpack/modules/widgets/milestone/admin.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/milestone/admin.js', 1, 0x00000000000000000000000000000000, 0x4fad6c6a7b2df4857f08b85c882322bc, 0x68a6f3cb2b581f9ace21a01d602dc3d7bc528518148f97ac94b92961b10580e4, '', 0, '?'),
(0xe8a169dcf6a58bf2e4e3a8e8920f9ed4, 'wp-content/plugins/jetpack/modules/widgets/milestone/class-milestone-widget.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/milestone/class-milestone-widget.php', 1, 0x00000000000000000000000000000000, 0x277b774c4551ff7104450ea4bc7c6e3b, 0xfe9a370db1025f0bac2337237cb01f180f4c8e5ac9b42ffd06eb4eb490a67974, '', 0, '?'),
(0x43050ed63799a286d383917f5516011c, 'wp-content/plugins/jetpack/modules/widgets/milestone/milestone-widget.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/milestone/milestone-widget.css', 1, 0x00000000000000000000000000000000, 0x6066be4f9260e5bc74be47d6e41be4ae, 0x36aac3464afc1f92a39bce58a59adf1601f5d1631643800271e7bb3e8a951519, '', 0, '?'),
(0x79ccf44ecb8e9e3555071a06ecfe63c3, 'wp-content/plugins/jetpack/modules/widgets/milestone/milestone.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/milestone/milestone.js', 1, 0x00000000000000000000000000000000, 0x340db4c1b76275cd42b1a8d03ed23b4d, 0x7b1239f8e82e966bb652e390065cee4415e3ab7f0b903584685a882bb604a3ae, '', 0, '?'),
(0x2a86f96540b5f834e4742a58c648edbf, 'wp-content/plugins/jetpack/modules/widgets/milestone/milestone.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/milestone/milestone.php', 1, 0x00000000000000000000000000000000, 0x1ccdee999e13dd565bf32ee3985a432d, 0xabe1505eab8eb691121025fbdbe2ae587fb8ddb398bce4c77ac9d07e4e2904b1, '', 0, '?'),
(0x315e1aa87f0f67307f222b31f78b1c19, 'wp-content/plugins/jetpack/modules/widgets/milestone/style-admin.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/milestone/style-admin.css', 1, 0x00000000000000000000000000000000, 0xe2267168d7e5f879327e721b902c90ea, 0xe5652a92fe993313f51b3e6bc596839699626604cd6bb217819869cf26f9d8e6, '', 0, '?'),
(0x1be408ab7d2b45e4f9edc92424485ee4, 'wp-content/plugins/jetpack/modules/widgets/milestone.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/milestone.php', 1, 0x00000000000000000000000000000000, 0xc1abb520000c107de89eaa6f25f4885c, 0x6971db428e99c7047b1a2521abd16e7414270dfca3426075db872b9a53a03648, '', 0, '?'),
(0xd2f3150ef5818f9d299bc05dfd35eb15, 'wp-content/plugins/jetpack/modules/widgets/my-community/style.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/my-community/style.css', 1, 0x00000000000000000000000000000000, 0x2eb7ba70f7a5b1a28c7c99881127fc29, 0x0b7b583ce89a6eac3bb1f12e0306e06b87dbe4bdc3e1cb0dbf2a053b79dcb306, '', 0, '?'),
(0x6d9806f45808e5d95659519bcd56d84f, 'wp-content/plugins/jetpack/modules/widgets/my-community.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/my-community.php', 1, 0x00000000000000000000000000000000, 0xdd966b31c774e54cf2d276e14b319c3e, 0x409cb9694d9f6b36a057e36fa453028b8361eaaac8c0f30366afc00ee905b3a2, '', 0, '?'),
(0x6e4ab51617a0b380ebe2eed92e1d9d2b, 'wp-content/plugins/jetpack/modules/widgets/rsslinks-widget.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/rsslinks-widget.php', 1, 0x00000000000000000000000000000000, 0x7db57eb7fcbd6850339f1901581d86fd, 0xa4e60e268aa0ff7842a4018bf1e9602cb91c2266b49c9615572f36f1b8340eab, '', 0, '?'),
(0xdb9831ebe422165b0143093a962bcca9, 'wp-content/plugins/jetpack/modules/widgets/simple-payments/admin-warning.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/simple-payments/admin-warning.php', 1, 0x00000000000000000000000000000000, 0x5ae865cdfcb06e305809ae2de947fe82, 0xd4cb9e9e85a798da09e0420dbf19cbd91f5baa5f27e11c40d91bf4b084813ebf, '', 0, '?'),
(0x2e77825d176d679db95e3c12e2e5404b, 'wp-content/plugins/jetpack/modules/widgets/simple-payments/customizer.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/simple-payments/customizer.css', 1, 0x00000000000000000000000000000000, 0xea94bd3a263c63c62e352811946f8fc2, 0x3b2e5294a1b6877bb58fc4f217bf0a5291621f277c488bc2853ff100fecdef1f, '', 0, '?'),
(0xe6d597b0e222eec38c6e4d83df110baf, 'wp-content/plugins/jetpack/modules/widgets/simple-payments/customizer.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/simple-payments/customizer.js', 1, 0x00000000000000000000000000000000, 0x608da62b44d40d5567f59e45500d4f83, 0x2fb1a8b7cb039cd2fb4657d1b817606cdb2dbfb29917bce02911dab8b09ae9b3, '', 0, '?'),
(0x47e07bbd7dbee2adc37f925d07a04463, 'wp-content/plugins/jetpack/modules/widgets/simple-payments/form.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/simple-payments/form.php', 1, 0x00000000000000000000000000000000, 0xb1f5e23b0fc05fe85025465eb4fb13a1, 0x3778dd5222ea725ca07ca872d1bb18035433eb2f4df7237e0389cbde1538e3c0, '', 0, '?'),
(0x3b4c7b5fa25f25cf0730a58fb7fb41b9, 'wp-content/plugins/jetpack/modules/widgets/simple-payments/style.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/simple-payments/style.css', 1, 0x00000000000000000000000000000000, 0xfd763bde6d85462b4422ddb6a30c2dba, 0xeda51df44b5d4efd3f8e071f87f1742761e1ed3c753be6cfdbe2994363e3eecd, '', 0, '?'),
(0x86e958be49d516bd18f6e150ca17727e, 'wp-content/plugins/jetpack/modules/widgets/simple-payments/widget.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/simple-payments/widget.php', 1, 0x00000000000000000000000000000000, 0x38a8b61833f9829ccedb3f0d775f277b, 0xc2deab95b680cebc8c5979662af74e415b27b65c712b7bbf2ad88f7ab17aa3b2, '', 0, '?'),
(0x4a1fba76433e9659056a3503b4e6f218, 'wp-content/plugins/jetpack/modules/widgets/simple-payments.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/simple-payments.php', 1, 0x00000000000000000000000000000000, 0xc267706dcbdce335f07aa9986c1aeccf, 0x8ebf97843c394d785aecabcff6d374585985538815e0e8a801252e5dac25ec1c, '', 0, '?'),
(0x215bf054f46c52256c65c521308b64de, 'wp-content/plugins/jetpack/modules/widgets/social-icons/social-icons-admin.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/social-icons/social-icons-admin.css', 1, 0x00000000000000000000000000000000, 0x4c590327d7edbf6f95a64d2691a287d7, 0xc99be4a7f49cc68c3bc5b3acaa9827e3b6d8e014f7cfbfa3cb3076f315e81d27, '', 0, '?'),
(0xd5c819e93283020a71327c46bce2688c, 'wp-content/plugins/jetpack/modules/widgets/social-icons/social-icons-admin.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/social-icons/social-icons-admin.js', 1, 0x00000000000000000000000000000000, 0x6936fd3087c516bf768134b59e6bbc5a, 0xec90afb2f986b8b636da25966a82d763d02d07f6d24baf182b23b46d8cc44a7a, '', 0, '?'),
(0xd28dd82ec60f87dc1dc587f237519a05, 'wp-content/plugins/jetpack/modules/widgets/social-icons/social-icons.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/social-icons/social-icons.css', 1, 0x00000000000000000000000000000000, 0x7d991f6163c01b8ed8adc9ae946fb3d7, 0x068a619abb4208b1196070c51e1a6d04d17dfb5818d01ccd14c9e3d16659418b, '', 0, '?'),
(0xd1105685434196a63321007f660da4fb, 'wp-content/plugins/jetpack/modules/widgets/social-icons.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/social-icons.php', 1, 0x00000000000000000000000000000000, 0x56940237b8e7d08dc62075b17b2320bb, 0x32994042a499ae622fad49cb5c778be693138e81e620ce40f6466f9184cb3708, '', 0, '?'),
(0x1e802678080eea4cc60c05fc1be35e97, 'wp-content/plugins/jetpack/modules/widgets/social-media-icons/style.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/social-media-icons/style.css', 1, 0x00000000000000000000000000000000, 0xbd5d7b77dc4a4fc42fd063cb984a4918, 0x3c1c45be0f71b8293711e4f1a580f075aecb4d7c69cdd6683fa3b7cfab14ba3e, '', 0, '?'),
(0x0e62203c6e718794f8e98fedb2f91341, 'wp-content/plugins/jetpack/modules/widgets/social-media-icons.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/social-media-icons.php', 1, 0x00000000000000000000000000000000, 0x93fe28044aacd5da3dcdadcf15f729d1, 0xef7305888583438d94ca71f2f518cd2c6fc5789f0b4d997ac12bf92becd0e054, '', 0, '?'),
(0xa5f0bc8750d9e61a1b819da4c1203982, 'wp-content/plugins/jetpack/modules/widgets/top-posts/style.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/top-posts/style.css', 1, 0x00000000000000000000000000000000, 0x6f64a2d81a9463eacd680af4e8a868a3, 0xe88e12775b4c396bcc79bcd962cac9ce0b41049661a7c2420865564313966e4a, '', 0, '?'),
(0xd0832715a39ca43d12e0b28e51b7638d, 'wp-content/plugins/jetpack/modules/widgets/top-posts.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/top-posts.php', 1, 0x00000000000000000000000000000000, 0xaea0d423feb3089d38b16ac5974b3e12, 0x68d7cba9580edb7f02ae9f0ebd431e786e8d602de7a67aa2981eb9ff619ef999, '', 0, '?'),
(0x85ea83c08c8648de2f2f40b83e0b41e2, 'wp-content/plugins/jetpack/modules/widgets/twitter-timeline-admin.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/twitter-timeline-admin.js', 1, 0x00000000000000000000000000000000, 0xf81a999eecb13ff79d267064d8d34099, 0xe0d139a473997080317d2d811c7f3a7c27f654db7a692dfd85411cb08864e1c7, '', 0, '?'),
(0x1467729ad8f5a972b342f0a761aba35c, 'wp-content/plugins/jetpack/modules/widgets/twitter-timeline.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/twitter-timeline.php', 1, 0x00000000000000000000000000000000, 0x5e4632c2a99e6a185a2088c9cd98be4c, 0xef206c10fa638f2fa95bc2a246ef1c4494d0e6bf9b7e070ffdcfa30e5562b42e, '', 0, '?'),
(0x531bbc8490d55cedd6bc61c4bc910a4f, 'wp-content/plugins/jetpack/modules/widgets/upcoming-events.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/upcoming-events.php', 1, 0x00000000000000000000000000000000, 0x38a9298dfa88a793b51c2e293cdcb00a, 0x02f237643d974118ebcc7bdeaf866d4db1c59e9119f45959c381d3796b2354c7, '', 0, '?'),
(0x4b762feb73eda884246a695a5a5fe91c, 'wp-content/plugins/jetpack/modules/widgets/wordpress-post-widget/class.jetpack-display-posts-widget-base.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/wordpress-post-widget/class.jetpack-display-posts-widget-base.php', 1, 0x00000000000000000000000000000000, 0x9609cbb834732566f7dc76a77d8f5c88, 0xd4ed4ec3103a532712bf2cd568b30fdcadbad9a6b90341e9d046dd05bc2c7cbe, '', 0, '?'),
(0x6685d8860087c5f963078a01f0900843, 'wp-content/plugins/jetpack/modules/widgets/wordpress-post-widget/class.jetpack-display-posts-widget.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/wordpress-post-widget/class.jetpack-display-posts-widget.php', 1, 0x00000000000000000000000000000000, 0x4e677ad93a355532d23027ad8b0bf4cb, 0x9e169d79ae972be61cb6b04ffc8c998501571f1814ee13910039732258385e07, '', 0, '?'),
(0x6849cdc59b4862bf02d5d727a7fade05, 'wp-content/plugins/jetpack/modules/widgets/wordpress-post-widget/style.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/wordpress-post-widget/style.css', 1, 0x00000000000000000000000000000000, 0x3ab381331998b937f8a4a87aa07ea770, 0x40720577b8e57112722c74d6a908797c70c664a8bd81de3e494ca34e86302b91, '', 0, '?'),
(0x33fd9069dd2d7a6ed2f0ea51b986d824, 'wp-content/plugins/jetpack/modules/widgets/wordpress-post-widget.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/wordpress-post-widget.php', 1, 0x00000000000000000000000000000000, 0x258a202dfb2b1d9cc2350a49efa6d3ee, 0xee64f303a6807e9b121bec598c5e3e7272d6a154b7fd4da21b360dd6fce6d2f7, '', 0, '?'),
(0x94ab3fbf1cbdcf1f8be88b4f2900ff63, 'wp-content/plugins/jetpack/modules/widgets.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets.php', 1, 0x00000000000000000000000000000000, 0xcf36e1e3397da91b7e309dad1ccdbf9c, 0x4734c1d673020f667fee1192407c795fbbd5970dd1729aded0f2a834556f673c, '', 0, '?'),
(0x5f71266dab3a45e64a15a07e90f91a34, 'wp-content/plugins/jetpack/modules/woocommerce-analytics/class-jetpack-woocommerce-analytics.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/woocommerce-analytics/class-jetpack-woocommerce-analytics.php', 1, 0x00000000000000000000000000000000, 0x81043c7a74ebcc915fd30dc33ded0ecb, 0x9b3c5bdd6cba11cfda83cd5db0210c040cc9248b5882c03072c3005212b2eabf, '', 0, '?'),
(0xfa2abb763cb1a6e0470762f20b63b0a0, 'wp-content/plugins/jetpack/modules/woocommerce-analytics/classes/class-jetpack-woocommerce-analytics-universal.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/woocommerce-analytics/classes/class-jetpack-woocommerce-analytics-universal.php', 1, 0x00000000000000000000000000000000, 0x4ad6cab6a0bfedff10e62663ea3d0071, 0xda567a8904c57150d19c8ae257d67a7f2595ad20c7ee18de9288f245f7396e64, '', 0, '?'),
(0x8b850325fc5778a41ef6b559294d4bf4, 'wp-content/plugins/jetpack/modules/woocommerce-analytics.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/woocommerce-analytics.php', 1, 0x00000000000000000000000000000000, 0x3524767946fa200016565f3e11726fc9, 0x9708241882f7de08180233743c10eed58bc9223713ac75e6317509da00573f91, '', 0, '?'),
(0x42b1ec8da3318c7bfb9588e2da5d0d4b, 'wp-content/plugins/jetpack/modules/wordads/class-wordads.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/wordads/class-wordads.php', 1, 0x00000000000000000000000000000000, 0xa69445ea7af481b95da74e2acbe752a8, 0x7909d57c4f1628b3e8ef79a83075917de90ecf2cbf4b7940ab54f1c2e7261d23, '', 0, '?'),
(0x5c842c16036a1b71eba028483b3c0930, 'wp-content/plugins/jetpack/modules/wordads/css/style.css', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/wordads/css/style.css', 1, 0x00000000000000000000000000000000, 0xc980cb044361631a11e3dedc9110384e, 0xb1f88b42560ac61beaa1acd9fdbebe43c59c24e6f2bd667014b0f02fe40085c8, '', 0, '?'),
(0xa7eca374420c9e96dfdb01aca0dcc047, 'wp-content/plugins/jetpack/modules/wordads/js/wordads-ccpa.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/wordads/js/wordads-ccpa.js', 1, 0x00000000000000000000000000000000, 0x549cc909cd2577e44f9343efa47c341f, 0xc69cd15d19e5a621f2ff2014b543b832c914e80205a9d1b85ba248d091f25f4b, '', 0, '?'),
(0x03c6df67ecc7f66a53f687325c869a12, 'wp-content/plugins/jetpack/modules/wordads/php/class-wordads-admin.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/wordads/php/class-wordads-admin.php', 1, 0x00000000000000000000000000000000, 0x60a0c8be7bbe707d12972a3f2dbaccf9, 0x7d88bc973f222b3a30a78fbc20f073e935009ee19d966e0532835ad13bd20943, '', 0, '?'),
(0x82ca28698eb47c8e4ee974849b23ca19, 'wp-content/plugins/jetpack/modules/wordads/php/class-wordads-api.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/wordads/php/class-wordads-api.php', 1, 0x00000000000000000000000000000000, 0xd09766efc7f395341996198d34a0c4b0, 0x7a549bb133da55daad4f5afe711ec5aa0ffdf86aa8b33265bda5701d2604b0cd, '', 0, '?'),
(0x985729f0f43467967d91c87199e2c2db, 'wp-content/plugins/jetpack/modules/wordads/php/class-wordads-california-privacy.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/wordads/php/class-wordads-california-privacy.php', 1, 0x00000000000000000000000000000000, 0xa04fda3f652dcd712bc3a4d5c351d8ec, 0x614f8baa7139567ceca5a97da1a0b0d67a553aa420391058e6bb971b8a1459ae, '', 0, '?'),
(0x2ed922dc14c8f1547df2ce8478de985b, 'wp-content/plugins/jetpack/modules/wordads/php/class-wordads-ccpa-do-not-sell-link-widget.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/wordads/php/class-wordads-ccpa-do-not-sell-link-widget.php', 1, 0x00000000000000000000000000000000, 0x0d0f11180363285429b9327374acf034, 0x26162f746e21e4692e7155179ddf3c190130c6731c25c6a4df15f49c89a5c7ae, '', 0, '?'),
(0xe5d381cd0f44af3ab7878090a045e33f, 'wp-content/plugins/jetpack/modules/wordads/php/class-wordads-cron.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/wordads/php/class-wordads-cron.php', 1, 0x00000000000000000000000000000000, 0xe8a60234e8f5b7e8f74e7f5b9c926810, 0xdd58ec9ac93eda437c38feaf42b9eee3fc2f0b7edfe69aef47165c4c11fda89e, '', 0, '?'),
(0x22f860f76452b08dff750239f10a6539, 'wp-content/plugins/jetpack/modules/wordads/php/class-wordads-params.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/wordads/php/class-wordads-params.php', 1, 0x00000000000000000000000000000000, 0x49fefbdd759a79290d2d40877b73775b, 0x19f9fdd17786ef96626271cc5c47cd12661d5101f642b4dd25dd887e278a751e, '', 0, '?'),
(0x04edae16c82a40bdec80361aee6a4930, 'wp-content/plugins/jetpack/modules/wordads/php/class-wordads-sidebar-widget.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/wordads/php/class-wordads-sidebar-widget.php', 1, 0x00000000000000000000000000000000, 0x5dcefd8e0e41e21317c97d13034a74ef, 0x2f02fb219556c3eb724ab3225d57b667dbf8d43b36842734cf91f9179dbd75ed, '', 0, '?'),
(0xd0bf84551774ae3de0a3e3c08e227806, 'wp-content/plugins/jetpack/modules/wordads/php/networks/amazon.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/wordads/php/networks/amazon.php', 1, 0x00000000000000000000000000000000, 0xe87f8094f6554fcf038099aa11d86022, 0x823fdc3c370d2613d7ab5964cac5c3b15155e0a256b4e5c23c81c8c333284a96, '', 0, '?'),
(0xfb7b416aeeda47fdde8e407c2df49e05, 'wp-content/plugins/jetpack/modules/wordads.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/wordads.php', 1, 0x00000000000000000000000000000000, 0x83ee2dd7aadee109d5342d2ab6872045, 0xd6e5ecf61abd0942c210a1ce52c0cc8e06b176a3b6345d9a4f9c6ca6f7500a22, '', 0, '?'),
(0xff73a493c83f9fdc0edd4304698e73d3, 'wp-content/plugins/jetpack/modules/wpcom-block-editor/class-jetpack-wpcom-block-editor.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/wpcom-block-editor/class-jetpack-wpcom-block-editor.php', 1, 0x00000000000000000000000000000000, 0xf2bfbbc5a9239de6149077f9a8ae2e98, 0x54a7ab662294f609e69a5c2a2bee38ffed9900c624b5e75d88fc7e84d8b2e245, '', 0, '?'),
(0x0817dedcd545b92b7426a6358f37309e, 'wp-content/plugins/jetpack/modules/wpcom-block-editor/functions.editor-type.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/wpcom-block-editor/functions.editor-type.php', 1, 0x00000000000000000000000000000000, 0xd3b051684c6b706d19ab86e135987222, 0xcd71acefb37c6c05b16dfa0185e641e28d850edd259b0799fdb21537db9a6a06, '', 0, '?'),
(0x5caa6a53b2eb38eab7afaaa3ea74873f, 'wp-content/plugins/jetpack/modules/wpcom-tos/wpcom-tos.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/wpcom-tos/wpcom-tos.php', 1, 0x00000000000000000000000000000000, 0xb5a2e922c89018ac066e180c43e69960, 0x0f5f931a9a19c3f936726da314ddcbf1a60a241d8c8bdfbbb6728454f80256e4, '', 0, '?'),
(0xa9be0ceb379333b65e094223028f40b5, 'wp-content/plugins/jetpack/modules/wpgroho.js', '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/wpgroho.js', 1, 0x00000000000000000000000000000000, 0xc1fafcf478e9f5d874558524ddade40a, 0x3af30d29d7cfe49543eb521dde253765271fffe9769944e76df4c6e0282b4a92, '', 0, '?'),
(0xdb31fa902f0189e9be93604e3708eb7b, 'wp-content/plugins/jetpack/readme.txt', '/home/www/iamctv.com/wp-content/plugins/jetpack/readme.txt', 1, 0x00000000000000000000000000000000, 0x1209f82da2f5d1bff3e077a629852c35, 0x32d101d9d6bb02ec8541895ce29c8be35a2509e6ec011e71346f106dfb175712, '', 0, '?'),
(0xa9faefcf1ea81d89f8e1a1fd6d584b95, 'wp-content/plugins/jetpack/require-lib.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/require-lib.php', 1, 0x00000000000000000000000000000000, 0x326f556e2e686459a5997433498a2db1, 0xaa478a744675ca8ab0c38dda1e792e09d50504a64667aa253ec45fa65abea746, '', 0, '?'),
(0xc9c742928c8982aac997a79719d307bc, 'wp-content/plugins/jetpack/sal/class.json-api-date.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/sal/class.json-api-date.php', 1, 0x00000000000000000000000000000000, 0xd5ca5d4e8885a3521d71bb22b4a40705, 0xacaf2636b403ef77640dc96cce8f229a29a2ad37c86106ef8023259f7777202e, '', 0, '?'),
(0x83169c125350dcc468ed976362c20d01, 'wp-content/plugins/jetpack/sal/class.json-api-links.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/sal/class.json-api-links.php', 1, 0x00000000000000000000000000000000, 0x2707f9096af8c6a331c5fb32cbc51402, 0x03a00f51b2e89cd90910af8340749fe53e21d217487b1abbf165610fa054ed7e, '', 0, '?'),
(0x9538d2a517bcb6ba1bb67d5c26465d47, 'wp-content/plugins/jetpack/sal/class.json-api-metadata.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/sal/class.json-api-metadata.php', 1, 0x00000000000000000000000000000000, 0x50a270b59cdb752aa63653d6226e6df4, 0x5d4ca805ddf5fc0781449efbf5273b73c209d6a0bafc5855d631179cd6c19cb9, '', 0, '?'),
(0x5753e0dab389ba921cecb4a47b6e932a, 'wp-content/plugins/jetpack/sal/class.json-api-platform-jetpack.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/sal/class.json-api-platform-jetpack.php', 1, 0x00000000000000000000000000000000, 0x4ffbaa46f48ef47f3bbdc276a122ef1e, 0x54a856f83d22282d0a47bda318ebf4b5468101fddc71e848a8bdd3cba4fcfdf1, '', 0, '?'),
(0x7c58a5408a3c68d8a76ba4b7e98b0041, 'wp-content/plugins/jetpack/sal/class.json-api-platform.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/sal/class.json-api-platform.php', 1, 0x00000000000000000000000000000000, 0xde5e365185b85855a2ac7992306d4716, 0x83968f50c5558c16b473a4cbeba1f939b9b81a335c939a6cc2dd5e7a358383d5, '', 0, '?'),
(0xbcdeb11c3d074580a38726f197642a8a, 'wp-content/plugins/jetpack/sal/class.json-api-post-base.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/sal/class.json-api-post-base.php', 1, 0x00000000000000000000000000000000, 0x41969123cd61aac5aee14aca063943b4, 0x4108da4af403362d5bf73d6e1be1900d21fbfa0bf205273545b3a1c47b22cef3, '', 0, '?'),
(0x63d0776dd2bde6b4e4dad6bbe6747894, 'wp-content/plugins/jetpack/sal/class.json-api-post-jetpack.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/sal/class.json-api-post-jetpack.php', 1, 0x00000000000000000000000000000000, 0xf214736c6a417e16a8269ffe9f99b4da, 0x6c82f29ef33cfca0d6eeec9591366120c2989aea547c680441ce2298b04ad6d7, '', 0, '?'),
(0x00447ec0922ba59d248236f97371cd89, 'wp-content/plugins/jetpack/sal/class.json-api-site-base.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/sal/class.json-api-site-base.php', 1, 0x00000000000000000000000000000000, 0xcb052fc9ce7d7bc4d8da757db9b54d8b, 0x1c3bc7afc7e0434b1af3c0731a900d3dffbf1bfb2189a41a1f3798bad3793ab2, '', 0, '?'),
(0xdae29ef787681cb169a77ec713af3ff6, 'wp-content/plugins/jetpack/sal/class.json-api-site-jetpack-base.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/sal/class.json-api-site-jetpack-base.php', 1, 0x00000000000000000000000000000000, 0x23a573edd27295fc94d802aa5dce1b9e, 0xadae603b5b66f3513e4408bc7f8bad85ae8d0e666c8b6d6d6c968269ccfea730, '', 0, '?'),
(0xfa75be1e1dc16ecfebb258c6e8a8fa31, 'wp-content/plugins/jetpack/sal/class.json-api-site-jetpack.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/sal/class.json-api-site-jetpack.php', 1, 0x00000000000000000000000000000000, 0x258fa451f09c6e552c3a9edf41cca062, 0xda1278c7a8889086674d4d3990b4be9531f80584f9ae7af1d99a89a737209144, '', 0, '?'),
(0x89f632f25e3c14a3cc4f1b88d917fb3d, 'wp-content/plugins/jetpack/sal/class.json-api-token.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/sal/class.json-api-token.php', 1, 0x00000000000000000000000000000000, 0xc3f670c7ffc637cddec665a87155ab56, 0xf54c21b2e1f2628daa395d8c8da9b726e001eff1302861669a26f4d90a6e6c2e, '', 0, '?'),
(0x0af049fcd62d4f23fa4041cbca4faca2, 'wp-content/plugins/jetpack/src/class-tracking.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/src/class-tracking.php', 1, 0x00000000000000000000000000000000, 0x0e7bac34e2df6b604ac376db0ec61a5e, 0xdfc24cf9d8a345a1538cf2afeceaa18d2b1b5fa8f7b61d77475da33a780461ae, '', 0, '?'),
(0x93b6d23db2d7593d7ff922c25bd42bbf, 'wp-content/plugins/jetpack/uninstall.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/uninstall.php', 1, 0x00000000000000000000000000000000, 0x903a95508384f7436864b28abd1ed241, 0xed20971b73ca6235d88d38846caa4cae04f74770bca0a5bea436fdf402ff2dc7, '', 0, '?'),
(0xacf36d7b7316ad40d462b5ce650811b3, 'wp-content/plugins/jetpack/vendor/autoload.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/autoload.php', 1, 0x00000000000000000000000000000000, 0xeb71e1dbff5cadb5940cf29ca2101dab, 0x235ebd41846eff77a413bb87f23cd8b17158ee7731121018655d89d23a5a3b8e, '', 0, '?'),
(0x944231eb2226f7cd54dafb7c380beb1b, 'wp-content/plugins/jetpack/vendor/autoload_packages.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/autoload_packages.php', 1, 0x00000000000000000000000000000000, 0x594cc0b4ed7c8ad242a817849047b099, 0xe5f1b434cbf33d0a13d0755fd9bd8578756d72218de35b335e6a9349e5a30daf, '', 0, '?'),
(0x214f32cc37b51950ba814e1af34ecba3, 'wp-content/plugins/jetpack/vendor/automattic/jetpack-backup/src/class-package-version.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/automattic/jetpack-backup/src/class-package-version.php', 1, 0x00000000000000000000000000000000, 0xea6081601137c4530752acb7f1f00e71, 0x9258bdbacc7a172652187903bd39b23eb9e320fe78791ad68edc9fcad24fe879, '', 0, '?'),
(0xc5037e0567304996388ff306f71fa396, 'wp-content/plugins/jetpack/vendor/automattic/jetpack-connection/legacy/class-jetpack-ixr-client.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/automattic/jetpack-connection/legacy/class-jetpack-ixr-client.php', 1, 0x00000000000000000000000000000000, 0xce30f679a4be4bfd873c4d41b2a10012, 0xacbd04a61033716143f5d85da2b9db453ac081ab10b3eab7bb8ecfaf75c2d47d, '', 0, '?'),
(0x24faa9c410566dfc432c3709d1d4d85c, 'wp-content/plugins/jetpack/vendor/automattic/jetpack-connection/legacy/class-jetpack-signature.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/automattic/jetpack-connection/legacy/class-jetpack-signature.php', 1, 0x00000000000000000000000000000000, 0xc81589e3176675e9fdfcd2b6cac7cdab, 0x84ce70133d2558f441e758c0ba464de8c7d31e10c38a1397a3618455d9270823, '', 0, '?'),
(0x037b87e5e1341ae7c01daf3b863fed1a, 'wp-content/plugins/jetpack/vendor/automattic/jetpack-connection/src/class-client.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/automattic/jetpack-connection/src/class-client.php', 1, 0x00000000000000000000000000000000, 0x348a87b6f6fc7887ab2a6d48722a0ac9, 0x307e2cda0ea94b69ea38a83952ed542140d6a23ccc7e0e68e7de41745a57889b, '', 0, '?'),
(0x37ddded9b578f5253bcd786e6ba92e42, 'wp-content/plugins/jetpack/vendor/automattic/jetpack-connection/src/class-package-version.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/automattic/jetpack-connection/src/class-package-version.php', 1, 0x00000000000000000000000000000000, 0x45c438abb11e60390829d1805914c99a, 0xe15c7775c472e4d167e16f1f3059dd2738e41ddf6f499cbf8c7915162994616c, '', 0, '?'),
(0xbf24a4b5ded93ace7abc35f4bc755ed9, 'wp-content/plugins/jetpack/vendor/automattic/jetpack-connection/src/class-urls.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/automattic/jetpack-connection/src/class-urls.php', 1, 0x00000000000000000000000000000000, 0xf8fe3d01fd77bf93d367ffde29e2c32f, 0xa5ff5f5509f57f46bb2c47187e8477e19eb5c8bef8c5f9b4f6158d8203a13fef, '', 0, '?'),
(0xb113d0b67cf7f6fe94e42c476f2dbfb6, 'wp-content/plugins/jetpack/vendor/automattic/jetpack-roles/src/class-roles.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/automattic/jetpack-roles/src/class-roles.php', 1, 0x00000000000000000000000000000000, 0x1f26bbfef6f1c6c931b70a20bd51f6bf, 0x20108ddc2661c34933b29066fdb310df3fcfc0791ea586183a19a53a98d39508, '', 0, '?'),
(0x8aa7510d77e4f8fcd9195957e3a82ae7, 'wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/class-functions.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/class-functions.php', 1, 0x00000000000000000000000000000000, 0x8f0480b3d4f47fc540df998f22436eef, 0x66004a2d7f29e0bfb465944e84ee83d19db22c1ccea91eafda2477544dd727ba, '', 0, '?'),
(0x2b988d839367e992b1246e5f86c1d620, 'wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/class-package-version.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/class-package-version.php', 1, 0x00000000000000000000000000000000, 0x685c99ee08243cc2f08d0e217650bb55, 0xb38cd55fd66706ae9c9557b172e053678d1f0d9de3d74b0d24fc90cd9bd9e4c4, '', 0, '?'),
(0x697298ea4b09ee92ebb6dd94120d9a1b, 'wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/class-queue-buffer.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/class-queue-buffer.php', 1, 0x00000000000000000000000000000000, 0x397610b8892166325374bb3084f790e2, 0x220bc071435c2cba4761f89dbf6cfa7ceec6dd266f72f181a977313a721bb546, '', 0, '?'),
(0x18d766f4ec969584bb961bdaaea8adef, 'wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/class-utils.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/class-utils.php', 1, 0x00000000000000000000000000000000, 0xde0fc5caede9e09ce5fa9e916cf02081, 0x8675a393295e8541f70867b123c5f480e9aabb0bcf089e19d8d4a60374e47813, '', 0, '?'),
(0x15e25a783f5dfea0e00e69c8431d2aec, 'wp-content/plugins/jetpack/vendor/composer/ClassLoader.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/composer/ClassLoader.php', 1, 0x00000000000000000000000000000000, 0x80e3127bb630c512c42cfb51366ec09c, 0xed60a00c89d5eae8e7739b4ee1fc2ece2dda89f3bc474454fa8bb6b82d0a74d4, '', 0, '?'),
(0xed89a72238188e415a46df6e141d7184, 'wp-content/plugins/jetpack/vendor/composer/InstalledVersions.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/composer/InstalledVersions.php', 1, 0x00000000000000000000000000000000, 0x9b88aaec6b61ebb77e498fd2afc9e77d, 0x80ec68e8470a289a4ef20345ad070ed7f23aa3ef35ec9c3ad08e290f094e4133, '', 0, '?'),
(0xe6a351d85681236a3d3250d4d91f8ed3, 'wp-content/plugins/jetpack/vendor/composer/LICENSE', '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/composer/LICENSE', 1, 0x00000000000000000000000000000000, 0x955d5fe58c231244f6b49000f383b5e2, 0x1a209ff8db92f625a713347e4ed97e47682162d817ad3a77829805c98cbf9927, '', 0, '?'),
(0xcdd18905204ec54d496584ba14141c29, 'wp-content/plugins/jetpack/vendor/composer/autoload_classmap.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/composer/autoload_classmap.php', 1, 0x00000000000000000000000000000000, 0x574e660369d1658094047d7d97054828, 0xc3e1167fba180600059a9346f78162c48502a90957424306cbdef2ff5f77645d, '', 0, '?'),
(0x6b5318ceab1e66fb66b80e435ec58a5f, 'wp-content/plugins/jetpack/vendor/composer/autoload_files.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/composer/autoload_files.php', 1, 0x00000000000000000000000000000000, 0x256a24a5c0b0e71bff00156610032e1d, 0x5d537adff99df70cc3fba515c6e1df3a62f3466c47116c41984cb7b7cdf9bc23, '', 0, '?'),
(0x723dac11fd441242a89207071cef7742, 'wp-content/plugins/jetpack/vendor/composer/autoload_namespaces.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/composer/autoload_namespaces.php', 1, 0x00000000000000000000000000000000, 0xbdfeb9a0647679e4e44d868dd07ffd68, 0xe30a73ad0fdffd4087fb998e0db829dd672521db68c935091d99e3c5ce3d64dc, '', 0, '?'),
(0xcb3d0117ce04f7a6098ec124f2441688, 'wp-content/plugins/jetpack/vendor/composer/autoload_psr4.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/composer/autoload_psr4.php', 1, 0x00000000000000000000000000000000, 0xf24697358af0dbe4b347f536def2863d, 0x2ed8b77d7f676bf02050d5f75e321f96b58d896864f147fefe5a294f0c47749b, '', 0, '?'),
(0x3e226c0d97fca0203a400b7f7a9be1cf, 'wp-content/plugins/jetpack/vendor/composer/autoload_real.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/composer/autoload_real.php', 1, 0x00000000000000000000000000000000, 0xc8e82c82c4fc68bd7d754b3e5b1e0c8b, 0x8c0ab873fe869fbda8d5ee2e5408328e96ffee6a0a3efae25ed61435024a01cc, '', 0, '?'),
(0xa365ebbb5af822ddedc7655d810f9797, 'wp-content/plugins/jetpack/vendor/composer/autoload_static.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/composer/autoload_static.php', 1, 0x00000000000000000000000000000000, 0x3d91b7134b1d399eb78f8d99e432f13c, 0x99c96fe2aa3656102e030ff2957e77cb6d93cd9ba6d9f303b4aa546a84791791, '', 0, '?'),
(0xd8a69ea9d53b7ee90a8c9561ced227b2, 'wp-content/plugins/jetpack/vendor/composer/installed.json', '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/composer/installed.json', 1, 0x00000000000000000000000000000000, 0xe0f5209d82e5a527f0b6617ea603bbff, 0xbff5c5d3b855a7afd3edddb2ab2ecb78db61eaff498397efeb368903dd7f15bd, '', 0, '?'),
(0xbe4be31fe13b84b591ee7b9db63c77ed, 'wp-content/plugins/jetpack/vendor/composer/installed.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/composer/installed.php', 1, 0x00000000000000000000000000000000, 0x5f5cdd633f78bcd0a1f897f559be46a7, 0xe3447ffd73fc58e25aa70dd0a497e667b9c3f0f99e962f9a6a8f66f01ba44663, '', 0, '?'),
(0x10ef789ce69cbe52955669de3a4fbf3b, 'wp-content/plugins/jetpack/vendor/composer/jetpack_autoload_classmap.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/composer/jetpack_autoload_classmap.php', 1, 0x00000000000000000000000000000000, 0xc608ffd5081368a5482382c527f9c644, 0x9daea4b86fe39ecc689102a902f53835ae6daec6728542e1cc91bae76329a3ab, '', 0, '?'),
(0xfb63e8727dd5396858f126a45cd602be, 'wp-content/plugins/jetpack/vendor/composer/jetpack_autoload_filemap.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/composer/jetpack_autoload_filemap.php', 1, 0x00000000000000000000000000000000, 0xff3c5933edee21072427ea247dec148d, 0x3ada1c1203efc80d2bef8926daea4535e0e9497b02c59970e941d949710756fd, '', 0, '?'),
(0xf5a0159e93bbb34ebba2d259399f75ce, 'wp-content/plugins/jetpack/vendor/composer/platform_check.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/composer/platform_check.php', 1, 0x00000000000000000000000000000000, 0xc47686309128dfb31536974619fcc396, 0xcb384e49790bdd9c2e91ea816e1edf604c91162f1042af7d5aa4d93163fda1ea, '', 0, '?'),
(0xb69d25386252a0b0642fd9929b38c6ac, 'wp-content/plugins/jetpack/vendor/jetpack-autoloader/class-autoloader-handler.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/jetpack-autoloader/class-autoloader-handler.php', 1, 0x00000000000000000000000000000000, 0xba4d0f9e4cc51fdba7218eb5d5ab7662, 0xdff0106e2268ffe7b2d8d2465fbe3dfa9577a3bf38023fffd807466054f55f96, '', 0, '?'),
(0x67bdce11b02a8f4221d67e10a2bdf107, 'wp-content/plugins/jetpack/vendor/jetpack-autoloader/class-autoloader-locator.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/jetpack-autoloader/class-autoloader-locator.php', 1, 0x00000000000000000000000000000000, 0x57aaa3371d19a3806aec4c3a70dab4f4, 0x04464943fb5e6218a562d83ceed9a5a7e4f79b38515bfed059af7f3210d1a6dd, '', 0, '?'),
(0xc0dcf1c6bd21b421df462289c37ce8e0, 'wp-content/plugins/jetpack/vendor/jetpack-autoloader/class-autoloader.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/jetpack-autoloader/class-autoloader.php', 1, 0x00000000000000000000000000000000, 0x74cff7202b78609ee448b8e524de874d, 0x3382a3835743c581f8c8c9d72b28284d093a010eea7483cd4f179a45a44024a7, '', 0, '?'),
(0x05aec80fb0f015329b6c6b5feb5f36f3, 'wp-content/plugins/jetpack/vendor/jetpack-autoloader/class-container.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/jetpack-autoloader/class-container.php', 1, 0x00000000000000000000000000000000, 0x5de3541994def25db8424728ba211581, 0x999faa3aa95bf5df4f7d11f65f0dd8a288508848d006a1a7f9ddee7a2bc22375, '', 0, '?'),
(0x54af6ea79b925f8ad1992b03b1547340, 'wp-content/plugins/jetpack/vendor/jetpack-autoloader/class-hook-manager.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/jetpack-autoloader/class-hook-manager.php', 1, 0x00000000000000000000000000000000, 0x884d977315d772665184b6aaa62c90a0, 0x986578d73e5eafe9290f3c922e00fddcb1751b9c85e9a0f2ca81df7641111ed7, '', 0, '?'),
(0x1672d113489368a73f5a0c7caa1c966b, 'wp-content/plugins/jetpack/vendor/jetpack-autoloader/class-latest-autoloader-guard.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/jetpack-autoloader/class-latest-autoloader-guard.php', 1, 0x00000000000000000000000000000000, 0x070ed806a7706827d9a620a19eed7f7f, 0xa261b72705f25a17d1cd4cae0efa72320aa264f0801008ac4b60efef0146167c, '', 0, '?'),
(0xff5c60c40f50add465cc06c580417fd6, 'wp-content/plugins/jetpack/vendor/jetpack-autoloader/class-manifest-reader.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/jetpack-autoloader/class-manifest-reader.php', 1, 0x00000000000000000000000000000000, 0xc98c7e4440ed867fc145f3e755c5386c, 0x4bd2b5963e5d3d95cbcb07c171f5fb5ca8e918ac0666389626518b35b01a24a7, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xa550976805ffeb5017dc88e5770dc1c0, 'wp-content/plugins/jetpack/vendor/jetpack-autoloader/class-path-processor.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/jetpack-autoloader/class-path-processor.php', 1, 0x00000000000000000000000000000000, 0xbb85b85c3a004681a35861ec3462adf4, 0x0e468ffa989864662d82c24601fe9d915866ca2f8fe969876a29c94e287f440c, '', 0, '?'),
(0x22a5b8bc326b8a33851bb9511baf2607, 'wp-content/plugins/jetpack/vendor/jetpack-autoloader/class-php-autoloader.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/jetpack-autoloader/class-php-autoloader.php', 1, 0x00000000000000000000000000000000, 0x777bacfb4a286e02eda0e1827cd441d0, 0x438752461aa13caecda73f1d7feb65d0e424d00029dddb53dab3fe3ab68d5c04, '', 0, '?'),
(0x6a389811b95724a2edde8aa9c26f4f6b, 'wp-content/plugins/jetpack/vendor/jetpack-autoloader/class-plugin-locator.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/jetpack-autoloader/class-plugin-locator.php', 1, 0x00000000000000000000000000000000, 0xf755e316bdb892060bf2e38fd1ba790f, 0xb99d06fbf96e3a8bc1f0e0a697051b494b5c44091df3b38a408fd89596bde67e, '', 0, '?'),
(0x4ecc5507e61cf618479199b71f68a9f5, 'wp-content/plugins/jetpack/vendor/jetpack-autoloader/class-plugins-handler.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/jetpack-autoloader/class-plugins-handler.php', 1, 0x00000000000000000000000000000000, 0x76cb0116a14cd32a9e1321ad6e8c32e7, 0xd2d91cedbcdb5e9ce4509004845e82ef119cb50f4a9e102b0a4cb1b2a03e1675, '', 0, '?'),
(0xa56424afa78a54fe31caf411f1c96777, 'wp-content/plugins/jetpack/vendor/jetpack-autoloader/class-shutdown-handler.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/jetpack-autoloader/class-shutdown-handler.php', 1, 0x00000000000000000000000000000000, 0x43ee13df3bdf0543cea492fc570727aa, 0x7f23eafd2c7e6ce6d193ff6f486bce446c44abe292d8db42b8c2d99c57b872a6, '', 0, '?'),
(0xeac98dd89fdac2c5678881a0e467f9fa, 'wp-content/plugins/jetpack/vendor/jetpack-autoloader/class-version-loader.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/jetpack-autoloader/class-version-loader.php', 1, 0x00000000000000000000000000000000, 0xe24964b73c6a7f093d56cb2a9ac37536, 0xa847555940528bc81a649a9984b31ac08e41613398ea56130ec81336d8c4057e, '', 0, '?'),
(0x332a7fd5b77960eef2e3404e1063932d, 'wp-content/plugins/jetpack/vendor/jetpack-autoloader/class-version-selector.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/jetpack-autoloader/class-version-selector.php', 1, 0x00000000000000000000000000000000, 0x3098076c5f395785ef5c801c565456e5, 0x07836c59f19427b11b3b5b9317ac5acc568867f0ff8e6f22e5cbf94e49450c89, '', 0, '?'),
(0x27c107e7927e59c6e51fde7f38136136, 'wp-content/plugins/jetpack/vendor/nojimage/twitter-text-php/Changes.md', '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/nojimage/twitter-text-php/Changes.md', 1, 0x00000000000000000000000000000000, 0xdade9dacec983c8ab904e3f678747e37, 0xe05c2b37b009f8d52dfb3a2afad3cb0a0e82d2bd0dac50a57175e785ccd396fc, '', 0, '?'),
(0x0a00bafbcc7813ab0c78377d6abdc389, 'wp-content/plugins/jetpack/vendor/nojimage/twitter-text-php/LICENSE', '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/nojimage/twitter-text-php/LICENSE', 1, 0x00000000000000000000000000000000, 0xe9dd2bc344a338a4b09555552126b778, 0x1a421c59711c7691fab8337ab2d7262cda2ceddf9ddef55ff9b31a04441fe587, '', 0, '?'),
(0x4118260cab6fdec1cb51ba88a560f2bd, 'wp-content/plugins/jetpack/vendor/nojimage/twitter-text-php/README.md', '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/nojimage/twitter-text-php/README.md', 1, 0x00000000000000000000000000000000, 0xf53fbb1479593173d83de2d1a4768271, 0x2f7e7a16e39ae908baf990771123bd53d84e8b04cb6b92003d3ab914ad8ef647, '', 0, '?'),
(0xb52cd7657053480bd3229432e7461d81, 'wp-content/plugins/jetpack/vendor/nojimage/twitter-text-php/build/build-emoji-regex.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/nojimage/twitter-text-php/build/build-emoji-regex.php', 1, 0x00000000000000000000000000000000, 0x9c448c476d97df0f52adfd743af61b8e, 0xd136b5d95e52effa89d6a8759cc87b02eed47854e0369c67cec6c029cf661373, '', 0, '?'),
(0x300e22954fb83953d1cf252c338cc8bc, 'wp-content/plugins/jetpack/vendor/nojimage/twitter-text-php/build/build-tld-lists.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/nojimage/twitter-text-php/build/build-tld-lists.php', 1, 0x00000000000000000000000000000000, 0x1b31c03d20b9491e12d2da8add883dc8, 0x5a9066e5de843705097eb8353ff117df9ac01d99230e2057db09cd44ca58782d, '', 0, '?'),
(0xda4bfe3fa9810324072668024e7e052c, 'wp-content/plugins/jetpack/vendor/nojimage/twitter-text-php/composer.json', '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/nojimage/twitter-text-php/composer.json', 1, 0x00000000000000000000000000000000, 0x5db443d9af62eee43b61bcef39523d49, 0x8e713ef6b3ec5208faaea55b219d5b99b49406e9c20b5350644bca1a6650f5a1, '', 0, '?'),
(0xf90b3e3809b002c6506f6ee651083c1d, 'wp-content/plugins/jetpack/vendor/nojimage/twitter-text-php/lib/Twitter/Text/Autolink.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/nojimage/twitter-text-php/lib/Twitter/Text/Autolink.php', 1, 0x00000000000000000000000000000000, 0xf397d714d2452b957140b93e0a64c957, 0x7fd2501beee13fa0ea61c6258216fa20f4667b395120ea6bfaf4653b4ac88cb6, '', 0, '?'),
(0x4a30f2e957111bbfb0b5800e7414ad6a, 'wp-content/plugins/jetpack/vendor/nojimage/twitter-text-php/lib/Twitter/Text/Configuration.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/nojimage/twitter-text-php/lib/Twitter/Text/Configuration.php', 1, 0x00000000000000000000000000000000, 0x815a3dbeb788dbe98c5d2a779fd34460, 0xb1b048b01d0c9a18f9cf8ff1774970e4b29eb83bdfe294a42d90e71334703ce7, '', 0, '?'),
(0xb47a3b015ad0de78ef0779c02cb3d5ba, 'wp-content/plugins/jetpack/vendor/nojimage/twitter-text-php/lib/Twitter/Text/EmojiRegex.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/nojimage/twitter-text-php/lib/Twitter/Text/EmojiRegex.php', 1, 0x00000000000000000000000000000000, 0x917a8bbb8e0067f523fdfa97a326a04b, 0x65b568cfd28f706b0737a3a4339367deff8237413d02f5fd92cd065f06f8b625, '', 0, '?'),
(0x56c030904d58823a6b358d6b4c43fce1, 'wp-content/plugins/jetpack/vendor/nojimage/twitter-text-php/lib/Twitter/Text/Extractor.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/nojimage/twitter-text-php/lib/Twitter/Text/Extractor.php', 1, 0x00000000000000000000000000000000, 0xb942da75274fb3ef5c25f92a212fee6c, 0x87cb88240caa947a96dad50bf9a592f33c3e68997fbe7cd16cb7b10e27349dfa, '', 0, '?'),
(0x72da4294eee1d078c848fd954adc6d7d, 'wp-content/plugins/jetpack/vendor/nojimage/twitter-text-php/lib/Twitter/Text/HitHighlighter.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/nojimage/twitter-text-php/lib/Twitter/Text/HitHighlighter.php', 1, 0x00000000000000000000000000000000, 0x25a225c7ba476fbf50ad3ea0ec184863, 0xbe20be060a1b7dc140c858c2cde545d454111f5c7daa419e40e80fc6ff9960c6, '', 0, '?'),
(0x11f731301d41e40fccf8dde0b1ce17c8, 'wp-content/plugins/jetpack/vendor/nojimage/twitter-text-php/lib/Twitter/Text/ParseResults.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/nojimage/twitter-text-php/lib/Twitter/Text/ParseResults.php', 1, 0x00000000000000000000000000000000, 0xab5956e66d85a1f2c5c25ada04fcafba, 0x34fba7c5c0db6e3f5ddc09574e793b0d8636a0ec0d88ba685961e412126f5622, '', 0, '?'),
(0xa264908729c8c9a5225708f6e906df54, 'wp-content/plugins/jetpack/vendor/nojimage/twitter-text-php/lib/Twitter/Text/Parser.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/nojimage/twitter-text-php/lib/Twitter/Text/Parser.php', 1, 0x00000000000000000000000000000000, 0x892465dc58cb0496eb8b8721d0c7275e, 0xde1eb4d75f07e2595acd23c66bc00f8c02890e057f2be26f278645099a25d01c, '', 0, '?'),
(0x2db94eade5435099e7bae20ebc8b1cb4, 'wp-content/plugins/jetpack/vendor/nojimage/twitter-text-php/lib/Twitter/Text/Regex.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/nojimage/twitter-text-php/lib/Twitter/Text/Regex.php', 1, 0x00000000000000000000000000000000, 0x466b3422d60ab1dbdb304139ddb303b8, 0x67c8a049c8bfe3a7231dbf7bdc50fcb3f67472c114af073f68ee29fd94e18260, '', 0, '?'),
(0xefd77aee9104653e9ea34236c923453e, 'wp-content/plugins/jetpack/vendor/nojimage/twitter-text-php/lib/Twitter/Text/StringUtils.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/nojimage/twitter-text-php/lib/Twitter/Text/StringUtils.php', 1, 0x00000000000000000000000000000000, 0xf026680bc1f9bd9a89ec1fbf432aaf9d, 0x468799e1ab56635d19cff27deedad3dad6e7660bed65b3444381531db1f58c5b, '', 0, '?'),
(0xa598f8b64eae953884a9798fb64c2cf8, 'wp-content/plugins/jetpack/vendor/nojimage/twitter-text-php/lib/Twitter/Text/TldLists.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/nojimage/twitter-text-php/lib/Twitter/Text/TldLists.php', 1, 0x00000000000000000000000000000000, 0x2bf6d7606ffe3a1257c9be6cc51702fc, 0x3a2a7953176166fbaf292e817f2d59dadd7486aef933a82c69d6bda5bbc93463, '', 0, '?'),
(0xfa70c56baefa776dbaba161e15c6002b, 'wp-content/plugins/jetpack/vendor/nojimage/twitter-text-php/lib/Twitter/Text/Validator.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/nojimage/twitter-text-php/lib/Twitter/Text/Validator.php', 1, 0x00000000000000000000000000000000, 0x5f9a8fc2884bc61307f081629658da3b, 0x0021d47d75aea99d612386c16a74117d8944d8b3c04a7489166525a40ff4cfd3, '', 0, '?'),
(0xbcbfc1948722709b1b21ee8a7c6a0e3f, 'wp-content/plugins/jetpack/vendor/wikimedia/aho-corasick/LICENSE', '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/wikimedia/aho-corasick/LICENSE', 1, 0x00000000000000000000000000000000, 0x3b83ef96387f14655fc854ddc3c6bd57, 0xddacef491153f45022f5619519bb2016374a8c36e75153768493f45fb38d7992, '', 0, '?'),
(0xc850b1e225c098a5db93df42180f552f, 'wp-content/plugins/jetpack/vendor/wikimedia/aho-corasick/NOTICE', '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/wikimedia/aho-corasick/NOTICE', 1, 0x00000000000000000000000000000000, 0x5d5a5c5712cfb6961c1aa5c71e5ea821, 0x6d9b9392f5079cb0554b5e493e3739fcd4ed743e58ba2fb6ab296696b7c4691d, '', 0, '?'),
(0x7e9650c46548dbbb7e12a97c1142e40d, 'wp-content/plugins/jetpack/vendor/wikimedia/aho-corasick/README.md', '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/wikimedia/aho-corasick/README.md', 1, 0x00000000000000000000000000000000, 0xcdc4e0409d168aebecd2c3bd10828b8f, 0xf7c40caf33dfff4b916b89879ceb5eb0a66c4316418eae647c539b53acde21d1, '', 0, '?'),
(0x9662f220b025fdb6decbbb324d1719c4, 'wp-content/plugins/jetpack/vendor/wikimedia/aho-corasick/bench/bench.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/wikimedia/aho-corasick/bench/bench.php', 1, 0x00000000000000000000000000000000, 0x8c345e042ad5e2229e0e9dea08842d11, 0x780ccc6ebe963edf773901e33f641617fae4ed458f724298fadaef7f3fc316e6, '', 0, '?'),
(0x096879a870a54d9c4b828b2f1ba12460, 'wp-content/plugins/jetpack/vendor/wikimedia/aho-corasick/bench/check.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/wikimedia/aho-corasick/bench/check.php', 1, 0x00000000000000000000000000000000, 0x62dd57f28929d9af1aa79deed0002da6, 0x13cbfda1700d7eac0e450e8547e7962c9dc7931fcd1aac2897cdadb5efe176d1, '', 0, '?'),
(0x441ec7264995448ef29ad749557db329, 'wp-content/plugins/jetpack/vendor/wikimedia/aho-corasick/src/MultiStringMatcher.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/wikimedia/aho-corasick/src/MultiStringMatcher.php', 1, 0x00000000000000000000000000000000, 0x85cf68d2d0f82fa57c1724907c6bcaa5, 0x295e94d9f7b3a974c19720b7be31c5b9098e7d06c4774d3346dea9abdb100f2f, '', 0, '?'),
(0xc39843aade77cbaad32cdbb50787b22c, 'wp-content/plugins/jetpack/vendor/wikimedia/aho-corasick/src/MultiStringReplacer.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/wikimedia/aho-corasick/src/MultiStringReplacer.php', 1, 0x00000000000000000000000000000000, 0x5471719d44b208542fb40fde08571e6f, 0xa5e90ae8ff0bc4dfeb76230a2364291cc1238ae10f5e789f42eed90ddac1edb0, '', 0, '?'),
(0x4743e44fd61a796360d497d8ebd0f30f, 'wp-content/plugins/jetpack/views/admin/deactivation-dialog.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/views/admin/deactivation-dialog.php', 1, 0x00000000000000000000000000000000, 0xbe0c57ab0ae06621d4fa954be56b4e6a, 0xf44852bb6a49d2b50a2992148417cdce8d1b80de346af065524549da240ed459, '', 0, '?'),
(0x9ffc904d3a1d5823058e63ac7e13e38f, 'wp-content/plugins/jetpack/views/admin/jetpack-plugin-portal-containers.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/views/admin/jetpack-plugin-portal-containers.php', 1, 0x00000000000000000000000000000000, 0x3daf480c6feb4f5b4e0593e9829767ef, 0x309ed9626d3b184872f7369201f8796c7a343cf062a1097d30ebc9e284e516e2, '', 0, '?'),
(0xab96ab97ab35b3d0cdcdaa944c0d9811, 'wp-content/plugins/jetpack/views/admin/must-connect-main-blog.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/views/admin/must-connect-main-blog.php', 1, 0x00000000000000000000000000000000, 0xc735e14938a11b1e9579415ade545229, 0xfa19cbfc78455c8dff3c682e295e4c215c3433606f9febd16bb7e7a5ca800066, '', 0, '?'),
(0xdffb5d3e7ab3ca35807ec0a17008e255, 'wp-content/plugins/jetpack/views/admin/network-activated-notice.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/views/admin/network-activated-notice.php', 1, 0x00000000000000000000000000000000, 0xdf61050737de7ce675af4eea6591ac90, 0x5e03836d5b8b27e2462fdc7d51307843bd1be8c8d23bda4d6e576f71cd09b6df, '', 0, '?'),
(0x64cc96478290856e3776769ac2e55a0e, 'wp-content/plugins/jetpack/views/admin/network-admin-header.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/views/admin/network-admin-header.php', 1, 0x00000000000000000000000000000000, 0x84a4704b2d5d7c12074ab2c20ab646ce, 0x2266a752bc3df6098d0081a351b14c9400932360cab69701ef3b5f1b36608a2e, '', 0, '?'),
(0xcf1d2e3d5c8fddd4d4d02a2b1f0ecd91, 'wp-content/plugins/jetpack/views/admin/network-settings.php', '/home/www/iamctv.com/wp-content/plugins/jetpack/views/admin/network-settings.php', 1, 0x00000000000000000000000000000000, 0x19fd7d8bdbfed2087ef2874c73899fb0, 0x80bcb39387e60bf36bcd366b863ddcbdfece2a402e2963e0044dc436acc8034a, '', 0, '?'),
(0xdaf13ef9021b78fa93774f89ea5215ee, 'wp-content/plugins/jetpack/wpml-config.xml', '/home/www/iamctv.com/wp-content/plugins/jetpack/wpml-config.xml', 1, 0x00000000000000000000000000000000, 0xc9fd680285659949845d4b40a01a0cca, 0x8c773bb8fc516630de9b8ae4c5c7da40ad1bec6d4b0de1d08c0640c5b12c1d28, '', 0, '?'),
(0xf75a77beb030c9e16553d15099e78fe5, 'wp-content/plugins/latest-posts-block-lite/dist/blocks.build.js', '/home/www/iamctv.com/wp-content/plugins/latest-posts-block-lite/dist/blocks.build.js', 1, 0x00000000000000000000000000000000, 0xfdc9a48661b6aa55d1ca9a4ef4972ec4, 0x7cc9b2eccdf75638e8463eab58b7f854bbb2efd7281d228c32acdd76dd050fda, '', 0, '?'),
(0xe72cb38ef8166856e1dbeab782f81ddd, 'wp-content/plugins/latest-posts-block-lite/dist/blocks.editor.build.css', '/home/www/iamctv.com/wp-content/plugins/latest-posts-block-lite/dist/blocks.editor.build.css', 1, 0x00000000000000000000000000000000, 0x3453a7682884807f9b69765ceb86c03f, 0x60bec8247e0bb385ffeb1a3786d3bde7132561ac45c1662620b98b55aa85dde5, '', 0, '?'),
(0x19e7d8304fec53619d4c6b3c47a3a302, 'wp-content/plugins/latest-posts-block-lite/dist/blocks.style.build.css', '/home/www/iamctv.com/wp-content/plugins/latest-posts-block-lite/dist/blocks.style.build.css', 1, 0x00000000000000000000000000000000, 0xd5052884e208a558b18b6e13b42db7a9, 0x0d9bd8c386d777d304074a52e5ca1081d19dd77fcaa20299dac6969073735766, '', 0, '?'),
(0xa8ed040d0a22673594ba87da500be3a3, 'wp-content/plugins/latest-posts-block-lite/latest-posts-block-lite.php', '/home/www/iamctv.com/wp-content/plugins/latest-posts-block-lite/latest-posts-block-lite.php', 1, 0x00000000000000000000000000000000, 0xdd4ccd631f82c0022bd3b4a71f018b85, 0xe797100ae805022ae92a25414cf2c12c052c9c4c530660247da78aaf7d2eb26d, '', 0, '?'),
(0x4ee29f3d749a75f7b1fe21145a36dfbd, 'wp-content/plugins/latest-posts-block-lite/readme.txt', '/home/www/iamctv.com/wp-content/plugins/latest-posts-block-lite/readme.txt', 1, 0x00000000000000000000000000000000, 0xd6a5a4b1902b265a54fe7791a66a95be, 0xfbf7ffa004a2f4aab620701183b807d657ae1d00cf6566a5a1c46b6f28c96295, '', 0, '?'),
(0xd7ee304fee3273427e6c34df2a870898, 'wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/css/all.css', '/home/www/iamctv.com/wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/css/all.css', 1, 0x00000000000000000000000000000000, 0x843d43d31ce37f8544e5ad2c7a763683, 0x4b267c67ff27de17b2c2a8abb57ba35b6b535807402f316bb26bdc88f6352d2b, '', 0, '?'),
(0xb501f588cca13a0778ba50c173a8abc6, 'wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/css/all.min.css', '/home/www/iamctv.com/wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/css/all.min.css', 1, 0x00000000000000000000000000000000, 0x20a9ce516eaea76da29a23adc43e8998, 0x0345a6bfa391670063a4f43358cd8f5ef8a9f07b09aee3a347d0311dd6ca98f5, '', 0, '?'),
(0x3b825f2deb9d81edd2c97ad55b80b258, 'wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/css/brands.css', '/home/www/iamctv.com/wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/css/brands.css', 1, 0x00000000000000000000000000000000, 0x097c1e618ecbfdfa79c57ae81b82a78e, 0x0575ff67745ab008bbecd31d80d8b94ddc30131a84d37d771fc4c552c5545b3d, '', 0, '?'),
(0x49d05c040e01771ab3664b43ec1bed4b, 'wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/css/brands.min.css', '/home/www/iamctv.com/wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/css/brands.min.css', 1, 0x00000000000000000000000000000000, 0xa94b386c635e10efbe80adf7c4198cc3, 0xffcde71396595f913571f36fa7aaccaeb7e51abf13b83dfc1fb1a7c3184ac957, '', 0, '?'),
(0x465d602cc2a34fe128c07af322f6562b, 'wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/css/regular.css', '/home/www/iamctv.com/wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/css/regular.css', 1, 0x00000000000000000000000000000000, 0xbc63180a02aa3e7576ebabd0c4495bed, 0x0746c20aaf0f8ce75b9c9e21d8248aab325d9c6813ef756fcd013a7cb81f2c42, '', 0, '?'),
(0xbf746de580e0910037029614abe5a77b, 'wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/css/regular.min.css', '/home/www/iamctv.com/wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/css/regular.min.css', 1, 0x00000000000000000000000000000000, 0x4fb303f7d7050f2c1441fbf0a6265866, 0x8d757f112777fcfbf0321b92d4cd20413fdbfbf96199bc1f9b6e58a7d23e2e3b, '', 0, '?'),
(0x9e8dfb6e558f7cfe389d5aa9f8f6d797, 'wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/css/solid.css', '/home/www/iamctv.com/wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/css/solid.css', 1, 0x00000000000000000000000000000000, 0xeab4debff016c3d123d70b1f6518cb23, 0xc9e8bfaa23254e88bc696752ff4b62387b85ee2e7b9d02a222a0795d75eede8f, '', 0, '?'),
(0x5329966c5631221ac7636b043a8d3fce, 'wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/css/solid.min.css', '/home/www/iamctv.com/wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/css/solid.min.css', 1, 0x00000000000000000000000000000000, 0xad53ee37dc67730269f8944b5913d4c0, 0x1f110d4c56bb6271599288cf538ffe41ed0304a19a1f6de98012e59f39b5be82, '', 0, '?'),
(0x9107d43cf3c29b24141880779be7bcde, 'wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/css/svg-with-js.css', '/home/www/iamctv.com/wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/css/svg-with-js.css', 1, 0x00000000000000000000000000000000, 0xea096f7687b784cf6d98bc6a88f11f60, 0x2f96960ce1ae496ee8fc0513f24089c727de44036103543cbd45c18e606b316a, '', 0, '?'),
(0x630ec2d57975641af9d6435f9eb4292e, 'wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/css/svg-with-js.min.css', '/home/www/iamctv.com/wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/css/svg-with-js.min.css', 1, 0x00000000000000000000000000000000, 0x97ec24f26308ffb0f63a5ea92437bcb0, 0x015d7d88444679afb00707677f833739a94467a9d06d6e50c40703087c89bffe, '', 0, '?'),
(0xbdab84d45e7501b4612e3ada0e236161, 'wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/css/v4-shims.css', '/home/www/iamctv.com/wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/css/v4-shims.css', 1, 0x00000000000000000000000000000000, 0xd918c87544785342554a3c2479a70daa, 0x9abb432fa2ee55e9c2b33c1c13ceb351dea707baead19110cbe79be1215a555f, '', 0, '?'),
(0xd9feebafff0ab3026a12d0b1c28fe3e6, 'wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/css/v4-shims.min.css', '/home/www/iamctv.com/wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/css/v4-shims.min.css', 1, 0x00000000000000000000000000000000, 0x4ee3c6f5911f21e55fef7b98b80c06f4, 0x047fe97e1951ff0cee251ccfa7c0c600ce37a8459764af270d1be93dd27cf5af, '', 0, '?'),
(0x3703bb65157a2a33569dd86e649d4729, 'wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/fonts/fa-brands-400.eot', '/home/www/iamctv.com/wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/fonts/fa-brands-400.eot', 1, 0x00000000000000000000000000000000, 0xcbd387d93e253048800dc9ee22b85c24, 0x6e7232846a61fbe3484288e280e62f024dd2b5adb5c22fd38f1ee50e51ce8299, '', 0, '?'),
(0xcebfbdb3c4304b3b8847674b8447bea0, 'wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/fonts/fa-brands-400.svg', '/home/www/iamctv.com/wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/fonts/fa-brands-400.svg', 1, 0x00000000000000000000000000000000, 0xfef43c1fd872ef7f1880483d9b63ccf2, 0x99efbc94a410df75bd92556cc621c5d9a34fad50555be1aaad18cda3964806ad, '', 0, '?'),
(0x3650b749606bca6d1101bcbf69e5f287, 'wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/fonts/fa-brands-400.ttf', '/home/www/iamctv.com/wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/fonts/fa-brands-400.ttf', 1, 0x00000000000000000000000000000000, 0xd6ac6c968cff1abcbf5d548828b9f6c6, 0x18db32ab18f2045ebca95a5032049828de44cd845c2823eb0af64cb4b8cc47fd, '', 0, '?'),
(0x98d15bb039006e7d03018825ce568198, 'wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/fonts/fa-brands-400.woff', '/home/www/iamctv.com/wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/fonts/fa-brands-400.woff', 1, 0x00000000000000000000000000000000, 0xd30c44aaad8efa7626428c8294f7e880, 0xa6373203b40f2c2e98d683aae0dd00663362a1e94447d50ebdc4281fa169d556, '', 0, '?'),
(0x93dd04eb97ad7ef3adb3dbebcccee747, 'wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/fonts/fa-brands-400.woff2', '/home/www/iamctv.com/wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/fonts/fa-brands-400.woff2', 1, 0x00000000000000000000000000000000, 0xeac60e8a656781e13d2a674b4d9051c0, 0xc88a942fd5254b8f9ad10576f49823c714c63b2d0e34f43101e561371fdede47, '', 0, '?'),
(0x433ae9a5733428f7f84e223f3fe33b32, 'wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/fonts/fa-regular-400.eot', '/home/www/iamctv.com/wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/fonts/fa-regular-400.eot', 1, 0x00000000000000000000000000000000, 0x8c1f078070537f81237a2e39eaae2555, 0x13347ef8217262b6a546083ffc542445209c70b23bfdbaf071eb9437a10cb2c4, '', 0, '?'),
(0xb11767ab631de2fe66572e872acf0cee, 'wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/fonts/fa-regular-400.svg', '/home/www/iamctv.com/wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/fonts/fa-regular-400.svg', 1, 0x00000000000000000000000000000000, 0x734248d027cbaac7f03c0d931ec95593, 0xfdd61866da2cd1046f11b1b9fbb09a542276adc144fed0d8a5b18851875add79, '', 0, '?'),
(0x41f72f593cee21e201c9e935650f106e, 'wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/fonts/fa-regular-400.ttf', '/home/www/iamctv.com/wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/fonts/fa-regular-400.ttf', 1, 0x00000000000000000000000000000000, 0xf1994ecd58b56afa035ae3da39213357, 0xde1f87b044e215ee4e46a6a9fd7bbea8e400c5eca621fb7d75772d9aa47c314b, '', 0, '?'),
(0x61cfa87e87f13a4cb6b83abb6d53470d, 'wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/fonts/fa-regular-400.woff', '/home/www/iamctv.com/wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/fonts/fa-regular-400.woff', 1, 0x00000000000000000000000000000000, 0xe32cb360659f3788d9f4b5750c2c5a36, 0xe9c6786902859b640e050d384440c01da34446446c3377f7b1eb911862fa9ba5, '', 0, '?'),
(0xbab42d5198055c07025a265f76bc865b, 'wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/fonts/fa-regular-400.woff2', '/home/www/iamctv.com/wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/fonts/fa-regular-400.woff2', 1, 0x00000000000000000000000000000000, 0x4b218302f9057d02864d4909661831e9, 0xa1ec43beeb6d5e4aed3c9b227919543373a2a1f5ba1faa3e015fe9fa979abb5c, '', 0, '?'),
(0x20d833dc57ffc22cbf68ff9e6bf85d75, 'wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/fonts/fa-solid-900.eot', '/home/www/iamctv.com/wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/fonts/fa-solid-900.eot', 1, 0x00000000000000000000000000000000, 0x2e302fa4c6eeb1bc06149067bae3e7b4, 0xf3bce98b499c9e9781bb71c4332903462c7a4b8ac6676e1ce0fb33bf49a550f7, '', 0, '?'),
(0x4da57c7444bfcae3ef3066c66d18c890, 'wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/fonts/fa-solid-900.svg', '/home/www/iamctv.com/wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/fonts/fa-solid-900.svg', 1, 0x00000000000000000000000000000000, 0x27603739fe78fee587c7b84873475b61, 0xff0bfd6005977ab3cd29e98f796af84c68cc2570bf88e1425d149d505dabdcd5, '', 0, '?'),
(0x51142fa6c585a17954bc55dde49de67b, 'wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/fonts/fa-solid-900.ttf', '/home/www/iamctv.com/wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/fonts/fa-solid-900.ttf', 1, 0x00000000000000000000000000000000, 0x80c404ff42e52d9e7589e83fe21307b4, 0x15394a5a390ab4256b4ef196680bf5f5003255803c13d438c7b9cbfa5aeebd4e, '', 0, '?'),
(0x33f65b2248e6afcb6dbeab9b63a1188d, 'wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/fonts/fa-solid-900.woff', '/home/www/iamctv.com/wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/fonts/fa-solid-900.woff', 1, 0x00000000000000000000000000000000, 0xa8eedaadb16b569a48a061d4aafa2d2e, 0xb9237d151d9164cd36b3b24cc656f649429ac2a7b517346d9b6ab3e451cf1f61, '', 0, '?'),
(0x78da83860e008c1a95b0adce661045da, 'wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/fonts/fa-solid-900.woff2', '/home/www/iamctv.com/wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/fonts/fa-solid-900.woff2', 1, 0x00000000000000000000000000000000, 0x5dc01cfcd5336f696cb85da7ce53fa9b, 0x4f1fb33263d37763881ed62d2223faa9ef27f912d4285599a53a938bd73e35cb, '', 0, '?'),
(0x66668055b503b6b897275f76b21b9ac1, 'wp-content/plugins/latest-posts-block-lite/src/blocks/latest-posts-block/block.json', '/home/www/iamctv.com/wp-content/plugins/latest-posts-block-lite/src/blocks/latest-posts-block/block.json', 1, 0x00000000000000000000000000000000, 0x81ec27117266e98c31f1af470175de1a, 0x607ba4c1b1195a4eddf6fa1fa3025b987830f48c9abd150e57228a58d6675a90, '', 0, '?'),
(0x23cd7e39dc03319b759d77d0e4d1b534, 'wp-content/plugins/latest-posts-block-lite/src/blocks/latest-posts-block/index.php', '/home/www/iamctv.com/wp-content/plugins/latest-posts-block-lite/src/blocks/latest-posts-block/index.php', 1, 0x00000000000000000000000000000000, 0xdab8d40d499bf1be0e9f811554113ddf, 0x967a3d0fa2d1a31ef6cd65087e214fcbf68b04486502f9d32a05fe07fd5da924, '', 0, '?'),
(0xb324899f952d60254c54ba87e70ce60d, 'wp-content/plugins/latest-posts-block-lite/src/fonts.php', '/home/www/iamctv.com/wp-content/plugins/latest-posts-block-lite/src/fonts.php', 1, 0x00000000000000000000000000000000, 0xcbeb2f5708492d0e94f37e18a9492ac6, 0x2c7b21277e2b4b1ef24f7006f37aa3acbfc7747f8676af2c6d3970e38f70962d, '', 0, '?'),
(0x0be4d6fd329fb68164e61b76fbdb1954, 'wp-content/plugins/latest-posts-block-lite/src/init.php', '/home/www/iamctv.com/wp-content/plugins/latest-posts-block-lite/src/init.php', 1, 0x00000000000000000000000000000000, 0x018ce59243b3b86ba31b81bdcbc2a1d4, 0x05e847c6f132f90f6b6b35e4b6b55eae37c38fa5f8fd97ea9407b709d40ca292, '', 0, '?'),
(0x00a571660440fc58320f116fdf4a0bd1, 'wp-content/plugins/magic-content-box-lite/dist/blocks.build.js', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/blocks.build.js', 1, 0x00000000000000000000000000000000, 0x443efae98f8e359c01857c863776b0ba, 0x924b8d93ec45e955bcfafa0efd036e4d542a9717d69da76ebd9f31e6ef2fe42e, '', 0, '?'),
(0x44f5277ca4aa1ce607c2054e4660363f, 'wp-content/plugins/magic-content-box-lite/dist/blocks.editor.build.css', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/blocks.editor.build.css', 1, 0x00000000000000000000000000000000, 0x72c741ddace69df3d9323a9e9109434b, 0xf34c6c6d99a562a8202edebc62a1f2629ba3a9effbb4c0b682d817923c55ac11, '', 0, '?'),
(0x614c3666ab93b531e5912d4b66c4a27d, 'wp-content/plugins/magic-content-box-lite/dist/blocks.style.build.css', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/blocks.style.build.css', 1, 0x00000000000000000000000000000000, 0xa431993d189c5dfcebc6f3de7d5c4004, 0x885f043e948f10b0d97f3707a957ee0f2a5b01be6228f3466bcb1f471cf969cc, '', 0, '?'),
(0x11c8a8ebcb8c56c45f17ca17200ced08, 'wp-content/plugins/magic-content-box-lite/dist/images/angled.png', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/angled.png', 1, 0x00000000000000000000000000000000, 0x0288201c6c19fbb529bec81890ccab6d, 0x462c3090ba7f4f5a49da811cc192a0bc4b48b1400556f05b79c90f7de43566b8, '', 0, '?'),
(0xbe5e050ed1ae51f447bc8d4faffdfe26, 'wp-content/plugins/magic-content-box-lite/dist/images/book.png', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/book.png', 1, 0x00000000000000000000000000000000, 0x7b3e00d5d0bb4f5eb0432a6750047140, 0x600b928a31dfb5c8c31ffd16f85d7aff407654e5915d9e50af9c0521720d966b, '', 0, '?'),
(0x6ee384f3971155e5fe7108b93ee2a00c, 'wp-content/plugins/magic-content-box-lite/dist/images/clouds.png', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/clouds.png', 1, 0x00000000000000000000000000000000, 0xc650a0e26be9036f7019cffacf8f05b7, 0x099741ef787c791e97cbe1f0a3e1a2b4d66579c1300a4986af198a02fb79f8e7, '', 0, '?'),
(0x0fc516eb46e23c399c6b833a028fc68f, 'wp-content/plugins/magic-content-box-lite/dist/images/curve.png', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/curve.png', 1, 0x00000000000000000000000000000000, 0x3de32487176edd7ef92c94128ebb3104, 0x309d99d5be610cad305f49509cb92991ba46696cba24b4a141670b37cfa466e1, '', 0, '?'),
(0x35466f3722c58e0761f180a344350aca, 'wp-content/plugins/magic-content-box-lite/dist/images/double-wave.png', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/double-wave.png', 1, 0x00000000000000000000000000000000, 0x19f38f4ef40edb12f450c1918bb15e8f, 0xe2fe3d28ed2d5c871bd5debcc21bcf1746159534f6f2dc0d4c1e3f70739b10b8, '', 0, '?'),
(0xfebd4c855cf7461e28cca271f52f03f2, 'wp-content/plugins/magic-content-box-lite/dist/images/fan.png', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/fan.png', 1, 0x00000000000000000000000000000000, 0xf3e798ebcb712c70b87638034edf41f9, 0xca7057cd1903a2ff7d008392f82e0cf825d45ccf9674d35a64eb2b5853540d63, '', 0, '?'),
(0x9e03da078e59d3e355edbb7ebdcc139b, 'wp-content/plugins/magic-content-box-lite/dist/images/grow.png', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/grow.png', 1, 0x00000000000000000000000000000000, 0x4aac8e5621b5d16f0735b786e635fd30, 0xdb4bed6450d95d7d83c4d7e423dff26dc9020c36bd83793c8689b22b913083c8, '', 0, '?'),
(0x48af5a6d4b290b1a9fa43ad274c40c81, 'wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-button-border.png', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-button-border.png', 1, 0x00000000000000000000000000000000, 0x8e96605161b7037ed2fb98df3f56c552, 0xb845a716050344744cac3e5a4e643818b40729eec840826cd0049911bd42adaa, '', 0, '?'),
(0x68b0198d14d670e92ca472159a36af4e, 'wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-button-fill.png', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-button-fill.png', 1, 0x00000000000000000000000000000000, 0xe78b96f2b80a4eb945bf0c9400438e63, 0x83036a305f4da5d00a95759fdc7693d3ee193c72e2fd835951437fa480bbe4a8, '', 0, '?'),
(0x3d76954b55136d914d500feab5ae5c79, 'wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-header-layout-1.png', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-header-layout-1.png', 1, 0x00000000000000000000000000000000, 0x20931d0e229b1dffcfd2c768bbd6d600, 0xc910a583a87bdf0ee64e86e648fb4af6a32e4178e1fd6926749b902dff6546fd, '', 0, '?'),
(0xf9cb32ff30b6a0f5411cad1905437e8b, 'wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-header-layout-2.png', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-header-layout-2.png', 1, 0x00000000000000000000000000000000, 0x59ee0f2d163a8b1c9f9b0252434e1458, 0xd4d2b22f63cb61aadb2a5270b46765337cc8cf9f60528cab1488173c752c91b0, '', 0, '?'),
(0xfcf3efaee2a9f42d94c347cf6067ff20, 'wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-header-layout-3.png', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-header-layout-3.png', 1, 0x00000000000000000000000000000000, 0x03d7fc0de58cccad446088e03d37e1cd, 0xd7b921619c75dbeb2cb452ede6aecb8176b190cb1a9f610831cbe37132d1f8ab, '', 0, '?'),
(0xe85e1697a0d7f38d8267ada20e81bdaf, 'wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-header-layout-4.png', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-header-layout-4.png', 1, 0x00000000000000000000000000000000, 0xed5384c9e4f441e378c9637a0a0c0ec8, 0x4273fc2115fd09919885a4ba8741381476a56d35e3607f274a217fcc033e992a, '', 0, '?'),
(0x1268887c3186ff41a96de8e04f837644, 'wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-header-layout-5.png', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-header-layout-5.png', 1, 0x00000000000000000000000000000000, 0xd490eb0734e394bdc2b1d01485c0863f, 0x15e26b58032fe8d66d24a35f9e1180e40e9b6e3ef1f47f4912a98a46960992bc, '', 0, '?'),
(0x6423dc57779a77af310b4351cb4d83e8, 'wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-header-layout-6.png', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-header-layout-6.png', 1, 0x00000000000000000000000000000000, 0xa9480e40eab1e06dc6b57ecfddea5837, 0xe83e8fc0b93c193bad76846259aee5556e8c984ba7129c8b14b6b8261496e0bf, '', 0, '?'),
(0xf1f623ac637d977e9a614e47a4c3c514, 'wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-header-layout-7.png', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-header-layout-7.png', 1, 0x00000000000000000000000000000000, 0x84c8ee4ee4707903312c078e1a8c037f, 0x6a2e1a113a70907715e98ea739eddd2cca575bd7dd15223f80e449e9ff8c3476, '', 0, '?'),
(0xba5da67fb0bd185785891659ad36eecb, 'wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-header-layout-8.png', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-header-layout-8.png', 1, 0x00000000000000000000000000000000, 0x4fc1e9a6c2db40128e809c0cf6f37a09, 0xa9cc7017903ff1528a323ae4eb884b702d67b19592a431a8e1144fcdbf5ee1ff, '', 0, '?'),
(0x50d26ee90e67c31e1f2e56f99142894f, 'wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-header-layout-9.png', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-header-layout-9.png', 1, 0x00000000000000000000000000000000, 0x96c971468b574ecb79616c1db1808dfc, 0x4de9ebb74396c17b2208d1529235b60579bd0f516dcea6bf623d87e187d90f3f, '', 0, '?'),
(0xb9ea0b5f0714f5d9bb7a4e25878401fd, 'wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-1.png', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-1.png', 1, 0x00000000000000000000000000000000, 0x5330672396e2eca5eab537053539cd9b, 0x96f93cb49aaf1ea3d6078cc29223e6aab3e97868659f3e4a5abdf9cec34a234b, '', 0, '?'),
(0x414226976c763399c9b0c108f0c63aff, 'wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-10.png', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-10.png', 1, 0x00000000000000000000000000000000, 0xe51c643fa8feb4f3a74fea8e5cca6903, 0x715338ae0d2eebfae8b84b615bcf50901054d68b1f2ea9dd390f8342cedef3e1, '', 0, '?'),
(0xd0613bc35e7b656dff1a1c3cfcca4b8e, 'wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-11.png', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-11.png', 1, 0x00000000000000000000000000000000, 0x4b2ca609e16f23678ae460588c98b2c6, 0x86064e1b17e1e6756a9eec09684d34211c7cd0761deedbbb1528457dfc719577, '', 0, '?'),
(0xd164cc41aaf68c44598ce5701e57bc6c, 'wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-12.png', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-12.png', 1, 0x00000000000000000000000000000000, 0xee19ab46dce9e3acba0d7ed674f43268, 0x3ad985da2a60ff577cc0b78c38bb1eceb0c808ca7033ed05c7c5412175011b7a, '', 0, '?'),
(0x23a341426d29649e00e2d5e1c2ac1d81, 'wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-13.png', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-13.png', 1, 0x00000000000000000000000000000000, 0x533c142bed17bb0faa46398bacbbf08c, 0x3240929332eb6390e4dfc64074c8913549c15c0f80cd0d408f08fe7205bcc6fa, '', 0, '?'),
(0x28bc50ff114b48a2120ac9e2b0e0c246, 'wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-14.png', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-14.png', 1, 0x00000000000000000000000000000000, 0x7dbb6220d5e8adf8bca75c9637e6f3d5, 0x5fbb6200ca40e7afcd405b32bb3f0bb6046eef9a390ae09d80cc20275b48dcb4, '', 0, '?'),
(0x731789b136289cbe8308cef5616ccc90, 'wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-15.png', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-15.png', 1, 0x00000000000000000000000000000000, 0xa33dc44ac2f7451258abeb7f95b6638b, 0xc85964581c28ce94e16f17ef93696b36b1055709e8e6c42348474984a8d1219b, '', 0, '?'),
(0x51379ab00e1060579b5c4f551a20eae3, 'wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-16.png', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-16.png', 1, 0x00000000000000000000000000000000, 0x238749efe9272d0718646269797e20f4, 0x2b6e6fd75b64904700d46de894c2ad144b255eeaf11e25cf59345172a3443a28, '', 0, '?'),
(0x3f317ded8a2de9a4abbb952c58a40f62, 'wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-17.png', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-17.png', 1, 0x00000000000000000000000000000000, 0xe21fad38d5f1f34d90e451486d7c4b97, 0x69c3358eed491d9247faa43d3433696a39b5bdea5c355c7cb772174949a70f24, '', 0, '?'),
(0xe44d0b9689caea1a8574733e88a1ecc0, 'wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-18.png', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-18.png', 1, 0x00000000000000000000000000000000, 0xa8c1017a85fe05e5588f7863fc987c9e, 0x66da3ce1b1ef594fca11c9d2b15a3dc9bb1820d4e934820588c113f181b5c1e6, '', 0, '?'),
(0xe15499d71b35993b696d42a0f0bd6347, 'wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-19.png', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-19.png', 1, 0x00000000000000000000000000000000, 0xa7d39c56e7d4f8fd00fede5384c8547b, 0x3d4ee1f5833128d8241e730eb307f00657483661602e07702e3c52e22aa5d650, '', 0, '?'),
(0x67215c774143fb7e3abe633dffc2459e, 'wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-2.png', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-2.png', 1, 0x00000000000000000000000000000000, 0x50b46d2d676029c56c7aab93c2041b98, 0xff987659e364d62aa6e159ff7cbf1673ffee3a052094218ae3a9bcf207236c28, '', 0, '?'),
(0x1f66194752bfb06fb5a61a97a1f8adda, 'wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-20.png', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-20.png', 1, 0x00000000000000000000000000000000, 0xa6587b709788d669bc50f0e836b7c509, 0x0827d9403d29dbbad04258f06b43fe3cb0fedcf1d90841d8c480c888120b966e, '', 0, '?'),
(0xeb9241d6964e7c41630433f220d9a5f6, 'wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-21.png', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-21.png', 1, 0x00000000000000000000000000000000, 0xb035bd1be148c23ef53455d5cf20efb5, 0x6cd19752fbe5f315ac285548949d9100e5a43799002424a9b02571917ca47653, '', 0, '?'),
(0xce6154b6f06cff57c8b71954c601539e, 'wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-22.png', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-22.png', 1, 0x00000000000000000000000000000000, 0x44a6e7c12b7ad6fcb6c373b7d9de6a25, 0xd9f4065d26159ca5b3210bd9e49211b486a9e681a2028af875ee96fb9c139330, '', 0, '?'),
(0xd5a9e26c8ba482dba62696ac3975e30b, 'wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-23.png', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-23.png', 1, 0x00000000000000000000000000000000, 0xa562fa8ae8dd3293c14401ed4d596e69, 0x823d49a9500dd628e6b66588ed0c99409a0d196bef460a940d7f4afa12fa30b7, '', 0, '?'),
(0x4e5582eab2d82003fe6f09b3cb4614ac, 'wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-24.png', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-24.png', 1, 0x00000000000000000000000000000000, 0x8c4b08b3109c68730fd7716dca75a823, 0x11b2e2c303002fd1a9992527dd149e4107b108b562072c4e5def13659e7bfa19, '', 0, '?'),
(0x3941cd3a47174a03b072da614d951b6a, 'wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-25.png', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-25.png', 1, 0x00000000000000000000000000000000, 0x398169cff5c7353102bbd5874154b1ba, 0x9e8c6740e698af8d4147b9f029111636f2017e181ee19e4ef6c1918d5996172d, '', 0, '?'),
(0xb013b0329d5f9472ba255f8ff39ab792, 'wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-26.png', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-26.png', 1, 0x00000000000000000000000000000000, 0x786068b656be5992b56c1ef2017e4607, 0x3e75f3d9d9bb491582c91d7ee998cf432e567a60d8badd6798915c92407f5095, '', 0, '?'),
(0x33374b7acc03e618b3ce99b27d264710, 'wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-27.png', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-27.png', 1, 0x00000000000000000000000000000000, 0xb86c8663a7151abb504a1c50e74a83f4, 0x0ce91c35a60669c4256235c7d1fa12bfc3fbbecfa513a2f39af11577161cde64, '', 0, '?'),
(0xbaee93395314270b895cdd124cf8b0cc, 'wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-28.png', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-28.png', 1, 0x00000000000000000000000000000000, 0x2840e4e338c1e92bb0e5e8ff6deee8ad, 0xa45058c107cc253d98da1cbffe7dfd40e623795a1f304eb09d3c55031a47a4d3, '', 0, '?'),
(0xfc331770ac2184dd5f6659a3bd62d252, 'wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-29.png', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-29.png', 1, 0x00000000000000000000000000000000, 0xd4d1771ace0683f9910aea9608f67570, 0x23972d70aeef858ec60a76b548b761eeede6501217829a7ab3a65c0ba7ad3c23, '', 0, '?'),
(0x85b4fe6dd82f7744ddcfb0ff521c49bd, 'wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-3.png', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-3.png', 1, 0x00000000000000000000000000000000, 0x05bad5d5e5a86563c75ab3a87c324707, 0x4c8486ef2f285985df1c2446474d3cfbfc876ffbbaad34cf4a3a4ccd0663929b, '', 0, '?'),
(0x4103163101432301d8ca0451e15b1a60, 'wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-30.png', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-30.png', 1, 0x00000000000000000000000000000000, 0x5ced7d529809733ded2b0ed0aea726f1, 0x97efd34fc4728a624ba95818ede6383a315753ae9f2cf279973e136f61fd31cd, '', 0, '?'),
(0x9cd817c6c61780f70e72119bbc839d5d, 'wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-31.png', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-31.png', 1, 0x00000000000000000000000000000000, 0xeb52f4db152abb5f1badb497e45e8565, 0xe0572fb5346c58c1cc99a236dc8c2fbbe24c1df540d49013b4e6f5437b28b0e0, '', 0, '?'),
(0xb4022dea701563683a2ab184f2094773, 'wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-32.png', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-32.png', 1, 0x00000000000000000000000000000000, 0x3717fc074ec80aa6fd69a9cbb8781b77, 0x6a8185a537fc3e40628c60804f8764d5918f10e15ca24b41f0c961644f979a73, '', 0, '?'),
(0xbb8a0e52d0932b086068dc3fb6aa5def, 'wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-4.png', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-4.png', 1, 0x00000000000000000000000000000000, 0x8d5d0dec1ea75acd90a085c83681a465, 0x72a2b9cbe423ba636ff48b69ca754bc8a776bca7da4051bc4da9ca72b71e3d6d, '', 0, '?'),
(0x490edcb8433a6e5e4198c08a97e9d8cd, 'wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-5.png', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-5.png', 1, 0x00000000000000000000000000000000, 0xa6799076eff498060dc7c40203fcebf5, 0xf070b08fe827bdca2618e312bbcad92a82f3115032022f8073bac2688d5e1cb2, '', 0, '?'),
(0x85f75c9107d262a7bb96ed21ae053a55, 'wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-6.png', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-6.png', 1, 0x00000000000000000000000000000000, 0x888ea51b68ae511c113943be626237d2, 0x1fc952e6571009e3338f92d97059122b725cb4113c3effdb7ac08166da4f2941, '', 0, '?'),
(0x8ee7daad5065bf7e5384304137bfe793, 'wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-7.png', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-7.png', 1, 0x00000000000000000000000000000000, 0x34b6115c2427789a379d6f699da5197d, 0x203a29503b8160f73c38ae8f24dae418e9dfe2413933fb51e374e36c105a4a75, '', 0, '?'),
(0x6f69bf677c5dc7eb24d32c6a132be0a6, 'wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-8.png', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-8.png', 1, 0x00000000000000000000000000000000, 0x533beebebe77b44f3a1e0adf502e88a9, 0x35ddd6c4fdf8fdc15c1f559dfcd0cd6439b9fae6f7baa79cbe7962bf4c9d1cda, '', 0, '?'),
(0x489a1e2ba2813d2fe51437267d88387c, 'wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-9.png', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-9.png', 1, 0x00000000000000000000000000000000, 0xd8c8fe37aa8b0ca7b81b52d62e637a1a, 0x14ec286764f0e64df37169a2649f0ca9d1047aa0aa663d125967eaf97c169fa6, '', 0, '?'),
(0x38dfab78c52ca26e3f499928e90b8aae, 'wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-placeholder-img.jpg', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-placeholder-img.jpg', 1, 0x00000000000000000000000000000000, 0xf04a3e860c8ef415537fa0344c18eac5, 0x19bc78c795bd6e06fe680a6b9a42df6105a68e3009319eb32d808b29306942a4, '', 0, '?'),
(0xeb74d6bad0788be772de4055288dde09, 'wp-content/plugins/magic-content-box-lite/dist/images/shapeocean.png', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/shapeocean.png', 1, 0x00000000000000000000000000000000, 0x5c4539117cc4d2fedec3747dd89ccf79, 0x55e277d2c11ca7dcbd644a321e02039cbdfb373cd6bb712cbd8c0d63137a448c, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x734ca5e3d15f2479e8e7a17e4b137c33, 'wp-content/plugins/magic-content-box-lite/dist/images/sloped.png', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/sloped.png', 1, 0x00000000000000000000000000000000, 0x13db17d695b9a0a32b96a9eb89229107, 0x8dbe4e4972960aed7a0f0bdc189a2a4b8db0f029acd9b78b629940196d4dd3d9, '', 0, '?'),
(0x905a72d3cc2823b3b8c54b80e8a2b7a2, 'wp-content/plugins/magic-content-box-lite/dist/images/split.png', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/split.png', 1, 0x00000000000000000000000000000000, 0x2847223fa87309f4c26872ee4f7a9d1b, 0x8430e812354661602423132d13e3fa7aadeaa367e65e5b3d5397969984d97245, '', 0, '?'),
(0x1d447616032ff91d2dc8e6f08f1efe01, 'wp-content/plugins/magic-content-box-lite/dist/images/style-1.png', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/style-1.png', 1, 0x00000000000000000000000000000000, 0x279b6ef3e5b2d755e35fbeb5f8d93f0e, 0xebda33a0c0727972896835167e98584853750a2a22ae9dcaf3feab3b24d334f6, '', 0, '?'),
(0x67507e49e9606ca1e10f6116ad939d0f, 'wp-content/plugins/magic-content-box-lite/dist/images/style-2.png', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/style-2.png', 1, 0x00000000000000000000000000000000, 0x8836b42514905b4e99eaf16e5cb8de72, 0x865913ed7c38d6d17bdf30ca80eb04ca7027b2e0a34905cd003d2624afdb341e, '', 0, '?'),
(0x7fa1d8b2d67f8917b21f31ca7f7949ea, 'wp-content/plugins/magic-content-box-lite/dist/images/style-3.png', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/style-3.png', 1, 0x00000000000000000000000000000000, 0xd3d22d26484eb7e93450dcd96fdd98be, 0xb2d843d6af907a2b00ebe2e3b0a560ae70916c24d632dbcf5b95b1c5696ecc11, '', 0, '?'),
(0xcdfd59c4ec0f00be628e095e85e621c8, 'wp-content/plugins/magic-content-box-lite/dist/images/style-4.png', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/style-4.png', 1, 0x00000000000000000000000000000000, 0xf5bcc86f4cc8055ffadab085d54e63ef, 0x8130c88fbfb7af2d8a220e47874e5b929c7b8fec53eeb13c20f030903c0b53cd, '', 0, '?'),
(0xc436ad42c0777c4fe36dc569eb474307, 'wp-content/plugins/magic-content-box-lite/dist/images/style-5.png', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/style-5.png', 1, 0x00000000000000000000000000000000, 0xa6b305fe80225a80420d76c70ba3ad5a, 0x616ca9924b901a41963057a8a8ec174d88f33ef0292767a304de71d9ef7d6c16, '', 0, '?'),
(0x6a05e3ce0839f9878b83a26ad1ad6306, 'wp-content/plugins/magic-content-box-lite/dist/images/style-6.png', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/style-6.png', 1, 0x00000000000000000000000000000000, 0xc4b11c2f4c45e8279dd05061006cf6cb, 0xd0774ebe86e1c996d12892320faf22d9dab508dbe4d53cbcda2268c1c2476e24, '', 0, '?'),
(0x2a6ddba8f67e7b3f0ce481bf79e977c7, 'wp-content/plugins/magic-content-box-lite/dist/images/style-7.png', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/style-7.png', 1, 0x00000000000000000000000000000000, 0xec6ecce00a9165e0b45081aef5478637, 0x25deaeff1c521026796c069c54bce378265878f192574406fc0bb32632410ddc, '', 0, '?'),
(0xde7b7398e69bdbe31545cc113f043ad7, 'wp-content/plugins/magic-content-box-lite/dist/images/style-8.png', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/style-8.png', 1, 0x00000000000000000000000000000000, 0x5384ba3349c01910086f51289255a03a, 0xe90abb50abb0cbda48b4a991fce0f3f525bf797785ae631f4c09ffdbe556649b, '', 0, '?'),
(0xed359dc95c01158fbb8c53f74d2ac16d, 'wp-content/plugins/magic-content-box-lite/dist/images/style-9.png', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/style-9.png', 1, 0x00000000000000000000000000000000, 0x0bb34de762d7e4e594ac5c94223b93b8, 0x9345e4c4c50f9da2ddad1bc092813e5a5758b6386004bff37ca58049e6d98275, '', 0, '?'),
(0x33b811ec1619da13d91932972f5ebe8c, 'wp-content/plugins/magic-content-box-lite/dist/images/waves.png', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/waves.png', 1, 0x00000000000000000000000000000000, 0x14787bb8cd42d0cf2a2d7f7eb6482db8, 0xb045c5ffd1ad759ce5153a6e21051ce41478bf705f38596b0405ea5c43e884f6, '', 0, '?'),
(0x12b68857da585acaaea5ae9dfda98dd8, 'wp-content/plugins/magic-content-box-lite/dist/images/wavy.png', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/wavy.png', 1, 0x00000000000000000000000000000000, 0xae154e66a3d9ba46ceaf61e16540ba64, 0xeb2977bc1de09dbc0dbf48307199d1aa1f7ea7b08a999754971a42814cff68df, '', 0, '?'),
(0x3986d5f7a1973f8364f396e6d190d82a, 'wp-content/plugins/magic-content-box-lite/magic-content-box-lite.php', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/magic-content-box-lite.php', 1, 0x00000000000000000000000000000000, 0x3ac954e1d9b5dc1f0ce412a2d7e6d962, 0x51ebe18c2aca43e767183fc3c6be4fbdbd9c9a7e11cb37bea73c05ffb6da8afa, '', 0, '?'),
(0xeb0fb091af362a2b2481de415a19b775, 'wp-content/plugins/magic-content-box-lite/readme.txt', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/readme.txt', 1, 0x00000000000000000000000000000000, 0x32245d77995ab2d24e1971bc7aac5fa1, 0x4835efb75787c61738faf2929dbb7ab4897f1a5067f30347c8d981795f204518, '', 0, '?'),
(0x7cdef77ec83606072eda9e4f6b9400bc, 'wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/css/all.css', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/css/all.css', 1, 0x00000000000000000000000000000000, 0x843d43d31ce37f8544e5ad2c7a763683, 0x4b267c67ff27de17b2c2a8abb57ba35b6b535807402f316bb26bdc88f6352d2b, '', 0, '?'),
(0xeef2119bdbd8e56a55adda3b99f02ed9, 'wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/css/all.min.css', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/css/all.min.css', 1, 0x00000000000000000000000000000000, 0x20a9ce516eaea76da29a23adc43e8998, 0x0345a6bfa391670063a4f43358cd8f5ef8a9f07b09aee3a347d0311dd6ca98f5, '', 0, '?'),
(0x2cdcf552f456265e369df62c198600c7, 'wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/css/brands.css', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/css/brands.css', 1, 0x00000000000000000000000000000000, 0x097c1e618ecbfdfa79c57ae81b82a78e, 0x0575ff67745ab008bbecd31d80d8b94ddc30131a84d37d771fc4c552c5545b3d, '', 0, '?'),
(0x9e4245b5721680b147720377876f67f2, 'wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/css/brands.min.css', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/css/brands.min.css', 1, 0x00000000000000000000000000000000, 0xa94b386c635e10efbe80adf7c4198cc3, 0xffcde71396595f913571f36fa7aaccaeb7e51abf13b83dfc1fb1a7c3184ac957, '', 0, '?'),
(0xe66654b91b10504af282ccd21d40bc82, 'wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/css/regular.css', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/css/regular.css', 1, 0x00000000000000000000000000000000, 0xbc63180a02aa3e7576ebabd0c4495bed, 0x0746c20aaf0f8ce75b9c9e21d8248aab325d9c6813ef756fcd013a7cb81f2c42, '', 0, '?'),
(0x4d50de64bf164b88cf9ba3eae68cb082, 'wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/css/regular.min.css', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/css/regular.min.css', 1, 0x00000000000000000000000000000000, 0x4fb303f7d7050f2c1441fbf0a6265866, 0x8d757f112777fcfbf0321b92d4cd20413fdbfbf96199bc1f9b6e58a7d23e2e3b, '', 0, '?'),
(0x3dc837b126376c30730a3b7b085b394b, 'wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/css/solid.css', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/css/solid.css', 1, 0x00000000000000000000000000000000, 0xeab4debff016c3d123d70b1f6518cb23, 0xc9e8bfaa23254e88bc696752ff4b62387b85ee2e7b9d02a222a0795d75eede8f, '', 0, '?'),
(0x336d564a4c325b59c17b52c45aab130a, 'wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/css/solid.min.css', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/css/solid.min.css', 1, 0x00000000000000000000000000000000, 0xad53ee37dc67730269f8944b5913d4c0, 0x1f110d4c56bb6271599288cf538ffe41ed0304a19a1f6de98012e59f39b5be82, '', 0, '?'),
(0x2543b6890ebbc3a0d2d7892973a1737b, 'wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/css/svg-with-js.css', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/css/svg-with-js.css', 1, 0x00000000000000000000000000000000, 0xea096f7687b784cf6d98bc6a88f11f60, 0x2f96960ce1ae496ee8fc0513f24089c727de44036103543cbd45c18e606b316a, '', 0, '?'),
(0xd4cea670e5fb15bf0e20a5dfa7edd347, 'wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/css/svg-with-js.min.css', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/css/svg-with-js.min.css', 1, 0x00000000000000000000000000000000, 0x97ec24f26308ffb0f63a5ea92437bcb0, 0x015d7d88444679afb00707677f833739a94467a9d06d6e50c40703087c89bffe, '', 0, '?'),
(0xbe2379a6b6a1cc8cf8de776c760ee787, 'wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/css/v4-shims.css', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/css/v4-shims.css', 1, 0x00000000000000000000000000000000, 0xd918c87544785342554a3c2479a70daa, 0x9abb432fa2ee55e9c2b33c1c13ceb351dea707baead19110cbe79be1215a555f, '', 0, '?'),
(0x2a4d59cdd9512317dabde66ee579789f, 'wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/css/v4-shims.min.css', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/css/v4-shims.min.css', 1, 0x00000000000000000000000000000000, 0x4ee3c6f5911f21e55fef7b98b80c06f4, 0x047fe97e1951ff0cee251ccfa7c0c600ce37a8459764af270d1be93dd27cf5af, '', 0, '?'),
(0x8894127e701359204b250108a75e6a98, 'wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/fonts/fa-brands-400.eot', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/fonts/fa-brands-400.eot', 1, 0x00000000000000000000000000000000, 0xcbd387d93e253048800dc9ee22b85c24, 0x6e7232846a61fbe3484288e280e62f024dd2b5adb5c22fd38f1ee50e51ce8299, '', 0, '?'),
(0xed90a7db696f8e3e519708aaa56aae45, 'wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/fonts/fa-brands-400.svg', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/fonts/fa-brands-400.svg', 1, 0x00000000000000000000000000000000, 0xfef43c1fd872ef7f1880483d9b63ccf2, 0x99efbc94a410df75bd92556cc621c5d9a34fad50555be1aaad18cda3964806ad, '', 0, '?'),
(0x65cf4abc805a7d44b30ce12e65788d3b, 'wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/fonts/fa-brands-400.ttf', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/fonts/fa-brands-400.ttf', 1, 0x00000000000000000000000000000000, 0xd6ac6c968cff1abcbf5d548828b9f6c6, 0x18db32ab18f2045ebca95a5032049828de44cd845c2823eb0af64cb4b8cc47fd, '', 0, '?'),
(0xfe8ef832205d6feb2d0c3d0f8b824080, 'wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/fonts/fa-brands-400.woff', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/fonts/fa-brands-400.woff', 1, 0x00000000000000000000000000000000, 0xd30c44aaad8efa7626428c8294f7e880, 0xa6373203b40f2c2e98d683aae0dd00663362a1e94447d50ebdc4281fa169d556, '', 0, '?'),
(0x1259fb382f1ba5640d45a06ae56f9573, 'wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/fonts/fa-brands-400.woff2', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/fonts/fa-brands-400.woff2', 1, 0x00000000000000000000000000000000, 0xeac60e8a656781e13d2a674b4d9051c0, 0xc88a942fd5254b8f9ad10576f49823c714c63b2d0e34f43101e561371fdede47, '', 0, '?'),
(0xcab2138beca67de7dbb297234789a1db, 'wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/fonts/fa-regular-400.eot', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/fonts/fa-regular-400.eot', 1, 0x00000000000000000000000000000000, 0x8c1f078070537f81237a2e39eaae2555, 0x13347ef8217262b6a546083ffc542445209c70b23bfdbaf071eb9437a10cb2c4, '', 0, '?'),
(0x02f555863b4a52f8fff8e8c80ac2a551, 'wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/fonts/fa-regular-400.svg', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/fonts/fa-regular-400.svg', 1, 0x00000000000000000000000000000000, 0x734248d027cbaac7f03c0d931ec95593, 0xfdd61866da2cd1046f11b1b9fbb09a542276adc144fed0d8a5b18851875add79, '', 0, '?'),
(0xb5cb3fca2d9834bdfa9111171db101b3, 'wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/fonts/fa-regular-400.ttf', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/fonts/fa-regular-400.ttf', 1, 0x00000000000000000000000000000000, 0xf1994ecd58b56afa035ae3da39213357, 0xde1f87b044e215ee4e46a6a9fd7bbea8e400c5eca621fb7d75772d9aa47c314b, '', 0, '?'),
(0x800f84c5b259b59a6c829bc12fa36f44, 'wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/fonts/fa-regular-400.woff', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/fonts/fa-regular-400.woff', 1, 0x00000000000000000000000000000000, 0xe32cb360659f3788d9f4b5750c2c5a36, 0xe9c6786902859b640e050d384440c01da34446446c3377f7b1eb911862fa9ba5, '', 0, '?'),
(0xc2175d711dd83a1dcc80d783a061aed1, 'wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/fonts/fa-regular-400.woff2', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/fonts/fa-regular-400.woff2', 1, 0x00000000000000000000000000000000, 0x4b218302f9057d02864d4909661831e9, 0xa1ec43beeb6d5e4aed3c9b227919543373a2a1f5ba1faa3e015fe9fa979abb5c, '', 0, '?'),
(0xf7400a1fc78997d6698c6cafa6aa6dd6, 'wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/fonts/fa-solid-900.eot', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/fonts/fa-solid-900.eot', 1, 0x00000000000000000000000000000000, 0x2e302fa4c6eeb1bc06149067bae3e7b4, 0xf3bce98b499c9e9781bb71c4332903462c7a4b8ac6676e1ce0fb33bf49a550f7, '', 0, '?'),
(0xf4e9796210ab80442a50272be5563676, 'wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/fonts/fa-solid-900.svg', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/fonts/fa-solid-900.svg', 1, 0x00000000000000000000000000000000, 0x27603739fe78fee587c7b84873475b61, 0xff0bfd6005977ab3cd29e98f796af84c68cc2570bf88e1425d149d505dabdcd5, '', 0, '?'),
(0x9b3cd0fdcc4efbe861ccb6d69af78d22, 'wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/fonts/fa-solid-900.ttf', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/fonts/fa-solid-900.ttf', 1, 0x00000000000000000000000000000000, 0x80c404ff42e52d9e7589e83fe21307b4, 0x15394a5a390ab4256b4ef196680bf5f5003255803c13d438c7b9cbfa5aeebd4e, '', 0, '?'),
(0x113d5a457f7a76d91a14acfd5cac2934, 'wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/fonts/fa-solid-900.woff', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/fonts/fa-solid-900.woff', 1, 0x00000000000000000000000000000000, 0xa8eedaadb16b569a48a061d4aafa2d2e, 0xb9237d151d9164cd36b3b24cc656f649429ac2a7b517346d9b6ab3e451cf1f61, '', 0, '?'),
(0x848090d3c52cd4c3843ee920bdd1e6a9, 'wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/fonts/fa-solid-900.woff2', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/fonts/fa-solid-900.woff2', 1, 0x00000000000000000000000000000000, 0x5dc01cfcd5336f696cb85da7ce53fa9b, 0x4f1fb33263d37763881ed62d2223faa9ef27f912d4285599a53a938bd73e35cb, '', 0, '?'),
(0x1ca157f4c878969988ee815b8bf0fa43, 'wp-content/plugins/magic-content-box-lite/src/assets/icons/index.js', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/src/assets/icons/index.js', 1, 0x00000000000000000000000000000000, 0xd95b19b9975f5380ae44bcce0c36f8ba, 0x6fda2815f87b5d8e619f26eb158eeab9c01d7dd49007dad473b6111260aa45aa, '', 0, '?'),
(0xf2b9d085f20ea4c43af80b9172b53a97, 'wp-content/plugins/magic-content-box-lite/src/assets/icons/style.scss', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/src/assets/icons/style.scss', 1, 0x00000000000000000000000000000000, 0x4c1df6cae428ed32da75a27ff18a1f05, 0x9418bca8ce56cef6123a9f9b6f5059fac7f67f4efb8779dc8f8d271159f37b41, '', 0, '?'),
(0x83f8eba1dc164105cab2d63cd5ff26f4, 'wp-content/plugins/magic-content-box-lite/src/blocks/content-box/block.json', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/src/blocks/content-box/block.json', 1, 0x00000000000000000000000000000000, 0xb43d5d65f5387a1bb89b5da46802326e, 0x934b3e64ee338472cb005317addbeb94dc088408dde0ce45e350b7c6cc8a4761, '', 0, '?'),
(0x744cc857a7d195a15756d9e7310ab5b7, 'wp-content/plugins/magic-content-box-lite/src/fonts.php', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/src/fonts.php', 1, 0x00000000000000000000000000000000, 0x667e08e19081c6768e363eb54f173258, 0xa9ed42bff763f90fa02132c4b100d87de5d43d63795f4f974162e640f8aaf833, '', 0, '?'),
(0x3f91e5943a4547afbb1b399b8c0c8ab0, 'wp-content/plugins/magic-content-box-lite/src/init.php', '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/src/init.php', 1, 0x00000000000000000000000000000000, 0xffd360901babf64f9cdcc0852758eedc, 0x9c62f6fb269ca539c430a3a0209ea99c13eef3f85bea8882336e5e8d3328082a, '', 0, '?'),
(0xbd776cd16631d6727e380ac833afe0be, 'wp-content/plugins/one-click-demo-import/assets/css/main.css', '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/assets/css/main.css', 1, 0x00000000000000000000000000000000, 0xa6267e50b4ca4d67a3b2aef21d643867, 0x6bdb5eecdf315775a9e1ae9d423142fc7ffc7af17d3da7d934b318c0964c9b1f, '', 0, '?'),
(0x9ab05f4bc13fe5abe1681f0e5a18b503, 'wp-content/plugins/one-click-demo-import/assets/css/main.min.css', '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/assets/css/main.min.css', 1, 0x00000000000000000000000000000000, 0xda570fc957549eedac760bdb52df58f3, 0x885f726054b22714fa514091179709c4e015cf8df4380ed8ea20b217ba271de3, '', 0, '?'),
(0xbc8fa78146b3381698bb41a856467b9c, 'wp-content/plugins/one-click-demo-import/assets/demo-content/about-page.xml', '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/assets/demo-content/about-page.xml', 1, 0x00000000000000000000000000000000, 0xde8c32330d9b16d26a8b7e062e81f668, 0x05c78d05a1fa7fa320905837beb861c64f41a3d895c2aaf859097c65236e7a45, '', 0, '?'),
(0x7aaee709310f45207c787b81993011f4, 'wp-content/plugins/one-click-demo-import/assets/demo-content/book-now-page.xml', '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/assets/demo-content/book-now-page.xml', 1, 0x00000000000000000000000000000000, 0x61b66adecf4a909a561ed8303068bb04, 0x791cff9b18650eca08556be4e57a55f84107cb28cd9cd0bd1f97a44e9d3334bd, '', 0, '?'),
(0xb41f27634332882c57b2b2aefdf4dcb2, 'wp-content/plugins/one-click-demo-import/assets/demo-content/contact-page.xml', '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/assets/demo-content/contact-page.xml', 1, 0x00000000000000000000000000000000, 0x5699c92221b795c5555d1c97b02b7898, 0x91bf2e0f6a2939737c0d8d035a19b0705a4c31dec6f6ec8f681fa41723283395, '', 0, '?'),
(0xeca9880c213376dcbe3ca9cedce82ff5, 'wp-content/plugins/one-click-demo-import/assets/demo-content/faq-page.xml', '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/assets/demo-content/faq-page.xml', 1, 0x00000000000000000000000000000000, 0x06f6a4be88df70cd86492256188be261, 0x2f2e3d046afeb374078c32088b2b0a51da51c5a08dac3d3fb9122d3ab5578a6a, '', 0, '?'),
(0xcb7420f777fd639997f1004e2699c85e, 'wp-content/plugins/one-click-demo-import/assets/demo-content/meet-the-team-page.xml', '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/assets/demo-content/meet-the-team-page.xml', 1, 0x00000000000000000000000000000000, 0x725e5acf947a6c9ec82fc981eb84299b, 0xe4bff77a2e98ef6e1e0bee73da1eb0e02676665e8025e11477343a69a9cd2d0d, '', 0, '?'),
(0x2a084e089c07899a3383f9dbf4b7da7f, 'wp-content/plugins/one-click-demo-import/assets/demo-content/menu-page.xml', '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/assets/demo-content/menu-page.xml', 1, 0x00000000000000000000000000000000, 0xe7a4c66f262262fce77d94a6e4358c37, 0x4605a7a8bd8f969178b27e5ce77356a95dfe148a41b4cdb1e8641ac4721e65a7, '', 0, '?'),
(0x716882bd71327d06ff8dc70e590f07ec, 'wp-content/plugins/one-click-demo-import/assets/demo-content/portfolio-page.xml', '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/assets/demo-content/portfolio-page.xml', 1, 0x00000000000000000000000000000000, 0xdd6be75ab353c89ef29995d50072d630, 0xbfb482c8c9d911cf2f8a2abd40e91869e3c6ff6672e4dcce46ea8543ec64af40, '', 0, '?'),
(0x964175a430c1fdbe050dada24f9722cd, 'wp-content/plugins/one-click-demo-import/assets/demo-content/services-page.xml', '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/assets/demo-content/services-page.xml', 1, 0x00000000000000000000000000000000, 0xfbe006ad8d9d2fe49d46d4c0ef54cc55, 0x549d45eed1c2ab9970ac41475b3d0423f8288674a01455480e7802449cafb53d, '', 0, '?'),
(0xbb1739a8b09f6f66553441ba1e745ac7, 'wp-content/plugins/one-click-demo-import/assets/demo-content/shop-page.xml', '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/assets/demo-content/shop-page.xml', 1, 0x00000000000000000000000000000000, 0xc6343153d87dfa38bc1963bafb68e614, 0x12f68f364e63882ed5cfb7f556941f820e28465e3cf83aa929f732125a07c456, '', 0, '?'),
(0xdcc7791f0d573fd0fd0577031a67bd20, 'wp-content/plugins/one-click-demo-import/assets/demo-content/testimonials-page.xml', '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/assets/demo-content/testimonials-page.xml', 1, 0x00000000000000000000000000000000, 0xe4df6ff942a922022dc791e8ad07e390, 0x77f249f4b63dffc18de580d97f144599698f82c92450df8231649a7635298dd2, '', 0, '?'),
(0xc7e248293146231cd42754757f2a1c5d, 'wp-content/plugins/one-click-demo-import/assets/images/error.svg', '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/assets/images/error.svg', 1, 0x00000000000000000000000000000000, 0xd941c0bb04b62cf59214be87bb1bc54a, 0x7808cf9f500d47e531149b9f17e4adbd3332dec7da2689d79c276544abd300c0, '', 0, '?'),
(0x6866bec2cd595ffeffdf9e040bdfcd6c, 'wp-content/plugins/one-click-demo-import/assets/images/icons/brush.svg', '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/assets/images/icons/brush.svg', 1, 0x00000000000000000000000000000000, 0xb4d2131449263b61cf69bff6220c7e3d, 0x1b29b229d4737c1b4700359625c8349cf49934414d1653e14114f6c566fe8fae, '', 0, '?'),
(0x35db226b9bbfe1bb68846a142a95692f, 'wp-content/plugins/one-click-demo-import/assets/images/icons/check-solid-white.svg', '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/assets/images/icons/check-solid-white.svg', 1, 0x00000000000000000000000000000000, 0xdc7212dc295f3eb4788bb12488d1cb52, 0xf7b076a34a94ac17ab1ac6bf6e942761dbe3e5403538886994530124f29ae42f, '', 0, '?'),
(0x8a6118b1d0fc54ddf08b09e2c3185926, 'wp-content/plugins/one-click-demo-import/assets/images/icons/content.svg', '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/assets/images/icons/content.svg', 1, 0x00000000000000000000000000000000, 0x34fc426780f27b094c870da33b3f7489, 0xd99480b7bac9bd8190daa16800a91a5cbbc50f11a2865522b5f1fded44959646, '', 0, '?'),
(0xb32c5f11db6287e3375910d2c9c8e5fd, 'wp-content/plugins/one-click-demo-import/assets/images/icons/copy.svg', '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/assets/images/icons/copy.svg', 1, 0x00000000000000000000000000000000, 0x57c655a80db01f4f7f2d479751b386cd, 0xc07fd610aa3ba2e074e54ab21b87d7841d9024d5b429021d5a24fdb7c735d0b5, '', 0, '?'),
(0x7d5826649ee9fabf70e4cd571380c348, 'wp-content/plugins/one-click-demo-import/assets/images/icons/info-circle.svg', '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/assets/images/icons/info-circle.svg', 1, 0x00000000000000000000000000000000, 0xef59cc3e5a2bcdad74c5a91e354437ec, 0x7c6a86fdbbd5ad85c7b96cbeae192a17952adbf92b3449b81995296c8d7722d8, '', 0, '?'),
(0x1e24d1bbfb070f0e93801fd54fd51bd2, 'wp-content/plugins/one-click-demo-import/assets/images/icons/layout.svg', '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/assets/images/icons/layout.svg', 1, 0x00000000000000000000000000000000, 0xd729021470be1dd20189ac114fca4063, 0x4c60ae048711ce71b783fbdf048b00a6658855544a9e178134cd688371e3cf5d, '', 0, '?'),
(0x142e030258840c053a283bbc4a2214c1, 'wp-content/plugins/one-click-demo-import/assets/images/icons/lock.svg', '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/assets/images/icons/lock.svg', 1, 0x00000000000000000000000000000000, 0x3aa3fb793894b0b24f3c2d534b4e03cb, 0x616a8b9200b0271d8e5a4da77206eee376af22056dc078958b0f4b1818147cde, '', 0, '?'),
(0x77271943049d3005878c14e28588d7eb, 'wp-content/plugins/one-click-demo-import/assets/images/icons/long-arrow-alt-left-blue.svg', '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/assets/images/icons/long-arrow-alt-left-blue.svg', 1, 0x00000000000000000000000000000000, 0xd319213ac5b8af53b4db404002382ac9, 0x92fe8dab679f8f6b5827dac5b2fca32ed900a5110c31817df951a47845805f2b, '', 0, '?'),
(0xd99fd382d01976e52fb6b2a0db59a0c8, 'wp-content/plugins/one-click-demo-import/assets/images/icons/plugins.svg', '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/assets/images/icons/plugins.svg', 1, 0x00000000000000000000000000000000, 0x2cfffde472e344e7753eca52a5c09680, 0xd4ddc9d503a12724e7e1cabe01639d8c16a7877b6e421f92977c96b8127b2127, '', 0, '?'),
(0x4c9243f1c5b5084c8b98974819b065b3, 'wp-content/plugins/one-click-demo-import/assets/images/icons/question-circle.svg', '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/assets/images/icons/question-circle.svg', 1, 0x00000000000000000000000000000000, 0x38b4913e53bdcf74948f9df0e8d836be, 0x0520f74146d31f63653018115b3313d91cc2403f0c3a4a9e3e19d212ed6bbc31, '', 0, '?'),
(0xb032a762443607f2fa1c131b1e830c57, 'wp-content/plugins/one-click-demo-import/assets/images/icons/redux.svg', '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/assets/images/icons/redux.svg', 1, 0x00000000000000000000000000000000, 0xd76210540a71daff846e6a0d8bdea828, 0x0cff22ded9e7ae44166d81d3cf269cd4f0f680f52e1054f647046e529185349d, '', 0, '?'),
(0x895613d0902d6bd741499d6c1bd12d99, 'wp-content/plugins/one-click-demo-import/assets/images/icons/star.svg', '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/assets/images/icons/star.svg', 1, 0x00000000000000000000000000000000, 0xc251456865c7b9eb3b97c1e752ca3b1a, 0xe7e085ecf91bd9be7bd68df2aeb9234bab196acc445e121809dbb8fd91e9ff3c, '', 0, '?'),
(0x85b84fe852f51fb49b27baf0f80de38c, 'wp-content/plugins/one-click-demo-import/assets/images/icons/widgets.svg', '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/assets/images/icons/widgets.svg', 1, 0x00000000000000000000000000000000, 0x7e31949aa23699bf6ee7d7f07a5ff8c9, 0x620bb83a4516f748a361b48ad1ead2e8a6e620ccff5d6729eee77a910a45522f, '', 0, '?'),
(0xa04e06a40024337a1e3a87d21792328c, 'wp-content/plugins/one-click-demo-import/assets/images/importing.svg', '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/assets/images/importing.svg', 1, 0x00000000000000000000000000000000, 0x8ce2e8e3470c6ad4c019001143420a4d, 0xd94bbc7c1838a724d24735c1459664322a545ec879d0bccfa7f6231ef3f63033, '', 0, '?'),
(0x4526d105be064b043f3d3c0bdf1681a5, 'wp-content/plugins/one-click-demo-import/assets/images/loader.svg', '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/assets/images/loader.svg', 1, 0x00000000000000000000000000000000, 0xdc549acc697a2636de96d1dd226d0bfc, 0xaf8417ae959b4f680c03c86e8c118d3b283b89b12861482139513b3f16f227bd, '', 0, '?'),
(0x6de20925d54b03308527a53fdb7f513c, 'wp-content/plugins/one-click-demo-import/assets/images/success.svg', '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/assets/images/success.svg', 1, 0x00000000000000000000000000000000, 0xf23eea2db51b11ced55dbbb86b2a16f9, 0x854405fd171a82ba00728c44aececf1528fb9d152c9e4d68ba504979aed670ef, '', 0, '?'),
(0x9dc65c696e0ddd125c3ea8a2d70516e6, 'wp-content/plugins/one-click-demo-import/assets/images/warning.svg', '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/assets/images/warning.svg', 1, 0x00000000000000000000000000000000, 0x9e297cfef17f394e4087616d1bc99105, 0x3be4c21e9d7a96a212a5012a752b1dbd2a4898830b140156b4f51f36f53fbc80, '', 0, '?'),
(0xc30234e4ca77061eba0798fd1851cd90, 'wp-content/plugins/one-click-demo-import/assets/js/main.js', '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/assets/js/main.js', 1, 0x00000000000000000000000000000000, 0xb78da12a1d871a4ad9f4d274ff6aa6a1, 0x2f21c5e09f04d5e758b269bd946495ffd7bcb293803fc6c148a246cf0070986f, '', 0, '?'),
(0xd35822f8687673c866507191967129f7, 'wp-content/plugins/one-click-demo-import/assets/js/main.min.js', '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/assets/js/main.min.js', 1, 0x00000000000000000000000000000000, 0xcbf48368fc28da52cc1e8cabc509d323, 0xc5a3ec5348aeb93d99d6e29daa54546604e6d17117e58193f83628d7ba29ed10, '', 0, '?'),
(0x71d88193d5b4866c7fb2f10a3d8b766a, 'wp-content/plugins/one-click-demo-import/inc/CreateDemoContent/DemoContentCreator.php', '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/inc/CreateDemoContent/DemoContentCreator.php', 1, 0x00000000000000000000000000000000, 0xe4e82c379cbf047a2c65d1784213238a, 0x1ec0c49b86ebc1646a64925832428464979fc5db9f2831862e394445099d0c19, '', 0, '?'),
(0x6653f5901d826ecae56c06c593f05ca8, 'wp-content/plugins/one-click-demo-import/inc/CustomizerImporter.php', '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/inc/CustomizerImporter.php', 1, 0x00000000000000000000000000000000, 0x55f0578ed2ab7f15173e6c680946cbdf, 0x410044bf0911462711555916affb7181e81ff2c95c5c73c4113b3ea9230df032, '', 0, '?'),
(0x2ac7e216db7555cf197c198ff6ce8022, 'wp-content/plugins/one-click-demo-import/inc/CustomizerOption.php', '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/inc/CustomizerOption.php', 1, 0x00000000000000000000000000000000, 0x0818305820b5c1a986a00bbd249dca23, 0xd85232171e9407334edda2cf041d32ee788d8ebfdeea143326d0afdc51131f4a, '', 0, '?'),
(0xfbef5a2b9307cd1faf3c1233fc3d9cb4, 'wp-content/plugins/one-click-demo-import/inc/Downloader.php', '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/inc/Downloader.php', 1, 0x00000000000000000000000000000000, 0x1efde5ef68773bda64324e33b22d0ecd, 0x7bb99689002388ed9e4c39b619aff6b00dc2faf395eb7304d4bf946c0a2aa296, '', 0, '?'),
(0x4fa8afa206c4726d619cae6a81fc9217, 'wp-content/plugins/one-click-demo-import/inc/Helpers.php', '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/inc/Helpers.php', 1, 0x00000000000000000000000000000000, 0x6d70764668b204fa2ee2a1e7b74e1940, 0x1fa80b1edc9316c54f582465d9d5128f9380bba95659543ab55312cab1c75c26, '', 0, '?'),
(0x8d7491fb53a750176bc73eaa262f94a4, 'wp-content/plugins/one-click-demo-import/inc/ImportActions.php', '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/inc/ImportActions.php', 1, 0x00000000000000000000000000000000, 0xfb80236d4e9bd15ffe4314a01a6d69d5, 0x44b0c45c549322e85dc9e11bc332e76deb587fe02cfd8c8a986bcf4d6a066ced, '', 0, '?'),
(0x33f4597d6698ac83bc7b3c896acf1897, 'wp-content/plugins/one-click-demo-import/inc/Importer.php', '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/inc/Importer.php', 1, 0x00000000000000000000000000000000, 0xe7a710459bc5cec41a51c8e4dfeb5ee3, 0xef2031251467491a331aacb68c5fa40c766d1d071f35997beb9a78288694a959, '', 0, '?'),
(0x6b17fd2542732e4b350e8c26b1189e26, 'wp-content/plugins/one-click-demo-import/inc/Logger.php', '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/inc/Logger.php', 1, 0x00000000000000000000000000000000, 0x575cf268b6065ddb22e04f95e9bbe312, 0x2c3018c6896f773c8a01958269045d42e6bc0a5ff3079d9e647865646266f825, '', 0, '?'),
(0xb2fc1c0d64d9d4491bc1e4d157c9e154, 'wp-content/plugins/one-click-demo-import/inc/OneClickDemoImport.php', '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/inc/OneClickDemoImport.php', 1, 0x00000000000000000000000000000000, 0xabeebf3c72451ffbfcc6b30dad43d83f, 0xd35b06e08e04e817283297d3ad9da010c292e6050dc23bb0b460322b1d764ba7, '', 0, '?'),
(0xeaa714408a4de60f38780d3cda13b8f7, 'wp-content/plugins/one-click-demo-import/inc/PluginInstaller.php', '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/inc/PluginInstaller.php', 1, 0x00000000000000000000000000000000, 0x69dc007ca7dd293d448a61d4ab504596, 0x7b155f323420882354127c60c8d202cb17438b6eb200dcf24efd728cb4534c8f, '', 0, '?'),
(0x9e685d95b33af9b8ead2d4e0a369e803, 'wp-content/plugins/one-click-demo-import/inc/PluginInstallerSkin.php', '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/inc/PluginInstallerSkin.php', 1, 0x00000000000000000000000000000000, 0x581437c1736e6d603ca20bb7f7441993, 0x057ab2a170b9075f833f849d503ad54c44ac38d21a4b015935329dc1784d6585, '', 0, '?'),
(0x191adfa2c624970e2f7e318bd3eb42a7, 'wp-content/plugins/one-click-demo-import/inc/PluginInstallerSkinSilent.php', '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/inc/PluginInstallerSkinSilent.php', 1, 0x00000000000000000000000000000000, 0xe525286d989e47c4dc9bdf87c2a62e2a, 0x1dd6c016370cd004c50f2c1b49237d82a2fca178b15cccea858caa3fcae9cb48, '', 0, '?'),
(0x845416bbd70b53e16ee8c367670d6b6f, 'wp-content/plugins/one-click-demo-import/inc/ReduxImporter.php', '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/inc/ReduxImporter.php', 1, 0x00000000000000000000000000000000, 0x830d1d0bdd461ab5302013222984a85b, 0x974f40729e84610d4eaa4fe5fce8c7978e88ec98170e3b3f9ac8ad53b5a38264, '', 0, '?'),
(0x717bb1402aad0fbe7c2e259949fd7476, 'wp-content/plugins/one-click-demo-import/inc/ViewHelpers.php', '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/inc/ViewHelpers.php', 1, 0x00000000000000000000000000000000, 0x235f51833cf07b2e163dc432ea8a9535, 0x322bcbf5445e16501586af69096b395b2be95837cb5b60c5f4161a01046444d2, '', 0, '?'),
(0x64f89ca3ec910b943c3779bb69b73733, 'wp-content/plugins/one-click-demo-import/inc/WPCLICommands.php', '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/inc/WPCLICommands.php', 1, 0x00000000000000000000000000000000, 0x907f25e3ad939f8895b590ebb6214b87, 0x4186c7287ab7d4e9ec85acc491a7725f518e2a2b3513c4fd7168c32544a775db, '', 0, '?'),
(0x18a0612727588bd0dcb7514d141091f3, 'wp-content/plugins/one-click-demo-import/inc/WXRImporter.php', '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/inc/WXRImporter.php', 1, 0x00000000000000000000000000000000, 0x32930a1a0087ece11b5646bdd401244f, 0xd77d6026ee1ce3851bad815de36466ee9b6a5315f20ab5394a8f5bc6dbcc9989, '', 0, '?'),
(0xce160081c87705650f8ece2ab78fe070, 'wp-content/plugins/one-click-demo-import/inc/WidgetImporter.php', '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/inc/WidgetImporter.php', 1, 0x00000000000000000000000000000000, 0x14972fb8e3dc2f374ff675a788414fdb, 0x840d7dbaf2526422202e3c8b46f4891a7e4a44db9e4f536aec1b2404a0577f69, '', 0, '?'),
(0xa9217de9816dff824c998968bbeb08cb, 'wp-content/plugins/one-click-demo-import/languages/one-click-demo-import.pot', '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/languages/one-click-demo-import.pot', 1, 0x00000000000000000000000000000000, 0x6ae307ccec65093faf671ddffb21fe39, 0x7fb84d16081941d3490270e4661bda304df80c5bbf022943c8d4cb7420cb6c72, '', 0, '?'),
(0xcadaf7f3b70ce88217a49323a0efdb88, 'wp-content/plugins/one-click-demo-import/one-click-demo-import.php', '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/one-click-demo-import.php', 1, 0x00000000000000000000000000000000, 0x5b46fea87128551c74472f6730913903, 0xa9e438b224029c9bdadd5831a906a590eee0e8612875c3ef147cf317cda5e60d, '', 0, '?'),
(0x5d8d8ddca4fae926d3e1bbf2108925c3, 'wp-content/plugins/one-click-demo-import/readme.txt', '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/readme.txt', 1, 0x00000000000000000000000000000000, 0x2eb4e96688b492c6aec402289e8ecb2f, 0x495aedbaf6805180547a87f74d5f83f099e2c3f5dc091e84970dcaa762d69182, '', 0, '?'),
(0x69c9e3fe52ebacbc0d5fd5479b67aa05, 'wp-content/plugins/one-click-demo-import/vendor/autoload.php', '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/vendor/autoload.php', 1, 0x00000000000000000000000000000000, 0x9659fbc31bb322fcf643867ccbbafe6d, 0xb7b24a53b8c252553e26eb7038fdbdea5be7b23bbbb257c145781473175a5a77, '', 0, '?'),
(0x3a718f29722c6b86a54a9bb06e05120f, 'wp-content/plugins/one-click-demo-import/vendor/awesomemotive/wp-content-importer-v2/README.md', '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/vendor/awesomemotive/wp-content-importer-v2/README.md', 1, 0x00000000000000000000000000000000, 0x1e4d4bcd068244082b87b9b5ca919613, 0x4ca7874a65501ca1a5bb62efcec6eddbe1f41dda580d515ddf5c1fd65cde0466, '', 0, '?'),
(0x37a883577a26d21d1ba7107bc60b9702, 'wp-content/plugins/one-click-demo-import/vendor/awesomemotive/wp-content-importer-v2/composer.json', '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/vendor/awesomemotive/wp-content-importer-v2/composer.json', 1, 0x00000000000000000000000000000000, 0x2845ed131d7f288ad2343f8c8a3c0440, 0x46ebebf66380304bdfe3f4814ac96200c089653487941f17e14578203f37063c, '', 0, '?'),
(0xafc7340d54ba18309cf41985f809cda3, 'wp-content/plugins/one-click-demo-import/vendor/awesomemotive/wp-content-importer-v2/src/Importer.php', '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/vendor/awesomemotive/wp-content-importer-v2/src/Importer.php', 1, 0x00000000000000000000000000000000, 0x81a6d66a0eee0de2ebaa4505c8453fea, 0xbeec110e757427ef95350b780e8c5202a2b683266183fb09d549e4cf74be5320, '', 0, '?'),
(0xbff891dbea507125f44e2ccd051910e4, 'wp-content/plugins/one-click-demo-import/vendor/awesomemotive/wp-content-importer-v2/src/WPImporterLogger.php', '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/vendor/awesomemotive/wp-content-importer-v2/src/WPImporterLogger.php', 1, 0x00000000000000000000000000000000, 0xbe80be4fa5494e6e30805d46b40b9d4d, 0xe1d304dd79c44c49351758b04926700c9ae58380ebe10d00f8177a89472fd199, '', 0, '?'),
(0x708742fd20bd70d29fc10ae602208b94, 'wp-content/plugins/one-click-demo-import/vendor/awesomemotive/wp-content-importer-v2/src/WPImporterLoggerCLI.php', '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/vendor/awesomemotive/wp-content-importer-v2/src/WPImporterLoggerCLI.php', 1, 0x00000000000000000000000000000000, 0xb71b21e617992a4ff5310f8eab9621aa, 0xb71797f8a0b08d9b3684cbf7b978ff975513ddbb2a1054d039a77d5311dfa931, '', 0, '?'),
(0xba4199c869df638d0e607f7e43390284, 'wp-content/plugins/one-click-demo-import/vendor/awesomemotive/wp-content-importer-v2/src/WXRImportInfo.php', '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/vendor/awesomemotive/wp-content-importer-v2/src/WXRImportInfo.php', 1, 0x00000000000000000000000000000000, 0x49500d29e946823ad272825f93cb500c, 0x80ef274831e1a58f167a45411713fde0d473deb3117e3932234963099fdf07e8, '', 0, '?'),
(0xbc74ef2594f13f9650128428253f36a2, 'wp-content/plugins/one-click-demo-import/vendor/awesomemotive/wp-content-importer-v2/src/WXRImporter.php', '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/vendor/awesomemotive/wp-content-importer-v2/src/WXRImporter.php', 1, 0x00000000000000000000000000000000, 0x41e64d8a124d64cfef367c346d7887f5, 0x3d5e7df60442a3d9ef2ff991ff193ab55541c7dbfd96b20b13b20be38bfbecd9, '', 0, '?'),
(0x98bde758b004581c2581af9d57c39897, 'wp-content/plugins/one-click-demo-import/vendor/composer/ClassLoader.php', '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/vendor/composer/ClassLoader.php', 1, 0x00000000000000000000000000000000, 0x92fe79b147d64dfa1421651d7839c9d9, 0xc5215a67625a03e598f493af465aa29bd17a830b9ae3ef7cb15945cd098caac0, '', 0, '?'),
(0xf73dac2e8a59c30f0332ccb77a8dba30, 'wp-content/plugins/one-click-demo-import/vendor/composer/LICENSE', '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/vendor/composer/LICENSE', 1, 0x00000000000000000000000000000000, 0x955d5fe58c231244f6b49000f383b5e2, 0x1a209ff8db92f625a713347e4ed97e47682162d817ad3a77829805c98cbf9927, '', 0, '?'),
(0x19fd22c98bce8e42dfe8218a7056645b, 'wp-content/plugins/one-click-demo-import/vendor/composer/autoload_classmap.php', '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/vendor/composer/autoload_classmap.php', 1, 0x00000000000000000000000000000000, 0x8645d3a4e3ad87e7cf4d88a46717aab4, 0x51d8f8a32a27b684fe42a92b1445061781fcdf9eb3fb3a95f36d8cce7975d657, '', 0, '?'),
(0x601d243eb3ecaf815d03442514969190, 'wp-content/plugins/one-click-demo-import/vendor/composer/autoload_namespaces.php', '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/vendor/composer/autoload_namespaces.php', 1, 0x00000000000000000000000000000000, 0x35e12c7d76c4a81633bcf547c0e229a9, 0x45bd72344000b8d4a124a6e27ae6fa33f0b8246cb2ea1ad06069e46578c36cca, '', 0, '?'),
(0x4d062b7b58567a54978296c747b557c6, 'wp-content/plugins/one-click-demo-import/vendor/composer/autoload_psr4.php', '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/vendor/composer/autoload_psr4.php', 1, 0x00000000000000000000000000000000, 0x9bd57e7129d3d40a7758c64a8ccf6bbf, 0xecbe83600fb1ba88523ab4ed926ffdca264539e208723a0281fcecba919623e7, '', 0, '?'),
(0xe2f618deec768bf22e138c1ab4e47ed4, 'wp-content/plugins/one-click-demo-import/vendor/composer/autoload_real.php', '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/vendor/composer/autoload_real.php', 1, 0x00000000000000000000000000000000, 0xd780057ebc9854b6a288ba60b7948e11, 0xd67808c7e54f5cdc331f59901e3098eb437fc72b71ce23764479681210f87ccd, '', 0, '?'),
(0xcfac7b8fd14d011316910fca47fb7ed1, 'wp-content/plugins/one-click-demo-import/vendor/composer/autoload_static.php', '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/vendor/composer/autoload_static.php', 1, 0x00000000000000000000000000000000, 0xff606e8e3c60c88235a1333b913eb695, 0x2ef9effa25fea9bd4b0837fecb5a79f2adf6f45e42d69e4112dce58ca29d2b5b, '', 0, '?'),
(0x65e5821868395f9831ce8d3c71d5b051, 'wp-content/plugins/one-click-demo-import/vendor/composer/installed.json', '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/vendor/composer/installed.json', 1, 0x00000000000000000000000000000000, 0x440b5ea47e84b0a56e307010ff587836, 0x86db2f180c554051cc02bcf467a83682e14e45f3912793284b76d978f6c339ea, '', 0, '?'),
(0xbbe8ec1b131441b4cb8f1d522796bd1e, 'wp-content/plugins/one-click-demo-import/views/create-content.php', '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/views/create-content.php', 1, 0x00000000000000000000000000000000, 0x2002a920e1980074ccb961b98701f1a5, 0x1b31582b2f5cfd378b13694fc5d46310a9de487f9480d84a67fbefc4963e6125, '', 0, '?'),
(0x7ff0d1de911c1087475b847f5863b60c, 'wp-content/plugins/one-click-demo-import/views/import.php', '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/views/import.php', 1, 0x00000000000000000000000000000000, 0x73b59f474daea7d3e81e2499cf74c8d3, 0xd9d9ba37ac9cbd8b766bba00f6f84579cb1ec10acebb5a3e5fc965203f1f3fc4, '', 0, '?'),
(0xc1250c75533efacb612e4ac8617acbd2, 'wp-content/plugins/one-click-demo-import/views/install-plugins.php', '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/views/install-plugins.php', 1, 0x00000000000000000000000000000000, 0x13961604e4bb426766f4c39c261063e3, 0xdef2b5d48d27df23aa519b98cb512a0935f2a01f9266ffa9471bf20822dc7822, '', 0, '?'),
(0xed658a4dc03f6f24bd72d344e836eb5e, 'wp-content/plugins/one-click-demo-import/views/plugin-page.php', '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/views/plugin-page.php', 1, 0x00000000000000000000000000000000, 0xbbcff4185c1fbe719e53a3d3ddb2100a, 0x9a84d4b847f4fcd215fb31d4cba9f71bde92b9ac7a71886894adcb163bc421ae, '', 0, '?'),
(0x8384ccb714e2ed21484ec259a406fb93, 'wp-content/plugins/really-simple-ssl/LICENSE.txt', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x07b6f86da467d9d95366b630cc61664b, 0xca67bacc93668eb4df01e9c10f5f4819aff3513c9a50402f4d050620ff74b5c7, '', 0, '?'),
(0xc22e598dfc5d813b4ec11429bd443cb6, 'wp-content/plugins/really-simple-ssl/assets/cross.svg', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/assets/cross.svg', 1, 0x00000000000000000000000000000000, 0x30a1ca46c4bf252748d49ee38b71a150, 0x3b333bbbeb2db9dcd69be6a2061e488e2fd3accd5bca0ed9e72e7e2814a1fc8d, '', 0, '?'),
(0x88b4569220ea12b9635adbcea8fe62f9, 'wp-content/plugins/really-simple-ssl/assets/css/dashboard.css', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/assets/css/dashboard.css', 1, 0x00000000000000000000000000000000, 0x2418bf032345417c5c3752702f565c64, 0xc12b0718409ab840cd8e9118831c2a7f8940c1184bdb3a733e931131bb7d2db8, '', 0, '?'),
(0x7307df8d2acb8cd77b366e1fc09a2b85, 'wp-content/plugins/really-simple-ssl/assets/css/dashboard.css.map', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/assets/css/dashboard.css.map', 1, 0x00000000000000000000000000000000, 0x30799778e73e69602434128e926e4594, 0xac99871b1c430dd22f23f21a8dacf179ce9a5aacc6f2f81ead83cf03c4cf451b, '', 0, '?'),
(0x0ccefcc5029ce8520093e24c22162594, 'wp-content/plugins/really-simple-ssl/assets/css/dashboard.less', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/assets/css/dashboard.less', 1, 0x00000000000000000000000000000000, 0x4208a6fe4f249d3b2b306b00bbc971bc, 0x07b454461eaa6efcabcaf612381ef641e7b29b84da6ca3fdc46e2a3486d5a07d, '', 0, '?'),
(0x00b42e39c2a3035ca5047d6c4b8f2a12, 'wp-content/plugins/really-simple-ssl/assets/css/dashboard.min.css', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/assets/css/dashboard.min.css', 1, 0x00000000000000000000000000000000, 0xb357265b87f459dc8c7d3004d8a4a978, 0xf55865c7d006bb8735b3b54b82c0559e7e4ac9e41ce8323e59f5d198fe23b957, '', 0, '?'),
(0x3fe91c0ced224876e7d41f2115b38d00, 'wp-content/plugins/really-simple-ssl/assets/css/grid.css', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/assets/css/grid.css', 1, 0x00000000000000000000000000000000, 0x755f9e433e48f8a9ab702a65e86bfd54, 0x13826ae8f8ee0145f2b26978ec8b41c8e2081e79da81341664f2d93af4636edb, '', 0, '?'),
(0x229aa37de0f1f98e9cb1e7535cbc7c12, 'wp-content/plugins/really-simple-ssl/assets/css/grid.css.map', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/assets/css/grid.css.map', 1, 0x00000000000000000000000000000000, 0xc1e8687bbe710113eee1aae51d4faaf3, 0xa5fe27e556e5cc6617c4301e0322929903cd1e7a601122d19ddc059bd345e90b, '', 0, '?'),
(0xa9521c8a182e52eea1b0ae3789a10cec, 'wp-content/plugins/really-simple-ssl/assets/css/grid.less', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/assets/css/grid.less', 1, 0x00000000000000000000000000000000, 0xf6c88a39f05f9c30bac1975d4774cc1e, 0xf18d32822e0f2163cfea91dbe6a4e6da114f5e79dfd60c3e8ceaca61690adb2c, '', 0, '?'),
(0xa6742ddf2383c38bd686fd6f2f3a47b7, 'wp-content/plugins/really-simple-ssl/assets/css/grid.min.css', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/assets/css/grid.min.css', 1, 0x00000000000000000000000000000000, 0x96d70d3f7371d43bcc8f05a610abb6ad, 0xda31e1631b25fcb5525f02dc1176bac1e2108029b12678905e8b750781706657, '', 0, '?'),
(0x2ea2f1a835566bb767946f4f095b0b8a, 'wp-content/plugins/really-simple-ssl/assets/css/index.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/assets/css/index.php', 1, 0x00000000000000000000000000000000, 0x2d83e8281ebd4b53597f5516eb76d003, 0x05150ee429d51ade3f8f01969a167b61f6337bf3b857f560e1c51f4558ae2dd2, '', 0, '?'),
(0xfcfda3193b43d874fc54fb3db2f6cadf, 'wp-content/plugins/really-simple-ssl/assets/css/main-rtl.css', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/assets/css/main-rtl.css', 1, 0x00000000000000000000000000000000, 0xd352448025d530ff539960fea43e108c, 0x68019f18716e0d048df031142fa7423320845df41498b7b4ff5b1769ffcae3cf, '', 0, '?'),
(0x1316c6136f9bae0ecc10e231259918fc, 'wp-content/plugins/really-simple-ssl/assets/css/main-rtl.min.css', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/assets/css/main-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xd0ebaaa278fc14e95eee28d6bef4570f, 0x8beef1437f965a03596668452f5781e7d72feb46d943cf2820dfc87107effb85, '', 0, '?'),
(0x3a78085f0e9d60471915e781688e7358, 'wp-content/plugins/really-simple-ssl/assets/css/main.css', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/assets/css/main.css', 1, 0x00000000000000000000000000000000, 0x53116cde17f4125154f19d928c23a021, 0xb7458e80980854dffc4d83aba24af613cba1715f290f78a8d016fd7548cf6b52, '', 0, '?'),
(0x72fb86897f13b116d7d885baaa11948d, 'wp-content/plugins/really-simple-ssl/assets/css/main.css.map', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/assets/css/main.css.map', 1, 0x00000000000000000000000000000000, 0xb7c5bf748d5dc2efa024671969225654, 0x37c05096a516fd52001284c4f4e6848cd0c026c73a84aaa2bf20cc0001e521c4, '', 0, '?'),
(0xc44eda8e39020a67cf1ed48a8b52edf5, 'wp-content/plugins/really-simple-ssl/assets/css/main.less', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/assets/css/main.less', 1, 0x00000000000000000000000000000000, 0x31e299c15b85686c2b1009e40103a2b2, 0xee6d8760fa332703f01b01fb928a2c9e124cd191d65e5f02b9d43206b9e68476, '', 0, '?'),
(0x9da6f43564716e389024d220dd0f384c, 'wp-content/plugins/really-simple-ssl/assets/css/main.min.css', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/assets/css/main.min.css', 1, 0x00000000000000000000000000000000, 0xaa88e85726b08b7372d494a7cf92c705, 0x4de7aa992ae9344face9d8924efcd2bcd96960213a673b97c25f767d99aba86d, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xb306edfaccdf6a04438b715de425c934, 'wp-content/plugins/really-simple-ssl/assets/css/progress.css', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/assets/css/progress.css', 1, 0x00000000000000000000000000000000, 0x2c7a789369dfe8568ca6e8e1eada734b, 0x82f0656ea54e423f212e327b32439247118f2a9790e4c6393a76ad4e65fecb41, '', 0, '?'),
(0xbe2ec6f159391577e58bf7fcbb782161, 'wp-content/plugins/really-simple-ssl/assets/css/progress.css.map', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/assets/css/progress.css.map', 1, 0x00000000000000000000000000000000, 0xfbac854da8ea289ace3942c1a17e0f91, 0x183d99580902dbe56fe7805f8d38aa2d15ca534e150d0b2337a0347f37edd35a, '', 0, '?'),
(0x1d5aff32cd7d06f29de145eff3834055, 'wp-content/plugins/really-simple-ssl/assets/css/progress.less', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/assets/css/progress.less', 1, 0x00000000000000000000000000000000, 0x84163ec042f3f24a9c7fd5bc3fd063ff, 0xa936a34740d460c3cfffd6b7ec50af68b2e624e8fc4cb48d13759b52a17523b7, '', 0, '?'),
(0xd8d7d311d3183cbe51f66d18ba14a8b1, 'wp-content/plugins/really-simple-ssl/assets/css/progress.min.css', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/assets/css/progress.min.css', 1, 0x00000000000000000000000000000000, 0x35a0a726627c6df2df55fcf499519cb6, 0xc92a49ecb4696d4addedcb6011326a5a6d96818611d751409aa10bbfadb94578, '', 0, '?'),
(0x3506d9d56d10a1130bb4236fb88d4c48, 'wp-content/plugins/really-simple-ssl/assets/css/tooltips.less', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/assets/css/tooltips.less', 1, 0x00000000000000000000000000000000, 0x4824ef776193c63556a38ba34ab1b8bf, 0xde8d3d496fb9f7aa2a7738622317de89dd17e241763e7de1b0b3c703591d44be, '', 0, '?'),
(0x29f8a010fbf3d17abfff8aa03b3a5ef6, 'wp-content/plugins/really-simple-ssl/assets/css/variables.css', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/assets/css/variables.css', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x551c2aef8e9e90e84b9747aec979f89e, 'wp-content/plugins/really-simple-ssl/assets/css/variables.css.map', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/assets/css/variables.css.map', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xb41860a0a552ec10377f036385996ad9, 'wp-content/plugins/really-simple-ssl/assets/css/variables.less', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/assets/css/variables.less', 1, 0x00000000000000000000000000000000, 0xbd6dbe34b543681a4e40f12b1da504a6, 0xfdc86be8f0e493de92b2f9238a713b46d5c1c4c02d805ec70a56d8e2a788d4bd, '', 0, '?'),
(0xf05aab48a7a29bdcb378273e1ed3ce2d, 'wp-content/plugins/really-simple-ssl/assets/css/variables.min.css', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/assets/css/variables.min.css', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x09673ca5370457b67d9409a431f9582e, 'wp-content/plugins/really-simple-ssl/assets/css/wcag.css', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/assets/css/wcag.css', 1, 0x00000000000000000000000000000000, 0xd3a385681349ec2df460439339100507, 0xb7235253dd901908e2ee6123b10548ae3d16e160bffa85ee2fe854ddcfaaee30, '', 0, '?'),
(0x4cbf3f4d28bdfefc315afcb3e26293f6, 'wp-content/plugins/really-simple-ssl/assets/css/wcag.css.map', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/assets/css/wcag.css.map', 1, 0x00000000000000000000000000000000, 0xb557956191b7ea41204c0a6d282c7c7b, 0x4699e233ce1282cd54b312f823036ffcf92337be25d381205c4b78c77088c92f, '', 0, '?'),
(0x6a3437397b0801a2fb952dfc43dccb4d, 'wp-content/plugins/really-simple-ssl/assets/css/wcag.less', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/assets/css/wcag.less', 1, 0x00000000000000000000000000000000, 0xc8def4b2a9577e52bd328dae44d78aca, 0x15dcdf1f6dce47b4a084ec575ebfa142bb269e00b884af624c2a19610978bd38, '', 0, '?'),
(0xc5d674756b23d1b9962d1b3b9913bf7c, 'wp-content/plugins/really-simple-ssl/assets/css/wcag.min.css', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/assets/css/wcag.min.css', 1, 0x00000000000000000000000000000000, 0x24409e2e445933fb79b7274ec2dd4929, 0x2fbb855f9a0c18d86f5b8d65818cdf0d079ae018040686e3e006d2c9f38cb6b8, '', 0, '?'),
(0x620acddb91cf9f41b9cc60d15644199b, 'wp-content/plugins/really-simple-ssl/assets/icon-128x128.png', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/assets/icon-128x128.png', 1, 0x00000000000000000000000000000000, 0x340a99a92767e7cf5dc6f87b3bdde227, 0x820b2f7f988bcc1a39e19be3da3dfa9675652386f380e138d62aa4651c98898c, '', 0, '?'),
(0x033ff35f40527878d4fca27251e9c889, 'wp-content/plugins/really-simple-ssl/assets/js/scripts.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/assets/js/scripts.js', 1, 0x00000000000000000000000000000000, 0x9663ae819739046735949cf6bd0545c4, 0x3b70e824f7d7e5fcd3b8d8dc364659c16b65eb5b53fb5eb30c17efc6129dce06, '', 0, '?'),
(0x06b8cc3752b992d8eab769f2ddaf2f7f, 'wp-content/plugins/really-simple-ssl/assets/js/scripts.min.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/assets/js/scripts.min.js', 1, 0x00000000000000000000000000000000, 0x9c4a34a3f76a99130696bd63581bfa9a, 0xe8aa6e96cbf5d386895bda7ccf3d628bceeea76e4d278d3ae1ddbc2196a9f20b, '', 0, '?'),
(0xae13915b3dda80c2f88d17d19ecb9d60, 'wp-content/plugins/really-simple-ssl/assets/really-simple-plugins.png', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/assets/really-simple-plugins.png', 1, 0x00000000000000000000000000000000, 0x8c71e91aa2a28db9d2e5b2c7562ce36a, 0xf09121546a798f8bd1bd370c56cb5251aee29becb2a7bf3815eb440494b43994, '', 0, '?'),
(0x3f4529a10a921036be5bee95359724b5, 'wp-content/plugins/really-simple-ssl/assets/really-simple-ssl-logo.png', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/assets/really-simple-ssl-logo.png', 1, 0x00000000000000000000000000000000, 0x51927e1d214fee0c16f3898074d84c56, 0xc709cb8213a7fb5d0704613101b56142020e36c5d4966ad6506694342a5cb46a, '', 0, '?'),
(0xdb7a59233114898441f8ab7056c06db3, 'wp-content/plugins/really-simple-ssl/class-admin.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/class-admin.php', 1, 0x00000000000000000000000000000000, 0x091ca927f19baf7d27a4ec8dc880bc7c, 0x4fbec7595f17f9f85cff31c9e2e15ef5ee44cf71055b9687d7eda744fbbd054e, '', 0, '?'),
(0x80dc8d92de81e294f720621491cc75d3, 'wp-content/plugins/really-simple-ssl/class-cache.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/class-cache.php', 1, 0x00000000000000000000000000000000, 0x0ff58a1657004f1a5077888cc795a27c, 0x9ba57e1bcdecda66a1dde5a250f09603d9bcc7405dd81618ff24b8bf4d3a89a9, '', 0, '?'),
(0x50db8d5ccb6126bd9a67a3538040a95f, 'wp-content/plugins/really-simple-ssl/class-certificate.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/class-certificate.php', 1, 0x00000000000000000000000000000000, 0xe0197d5911db833a6dfb2f0117138e52, 0xb0980c5e0083b5c31161e6fca5a675a5c4c134f105db2cef7fead6a4fac8d38e, '', 0, '?'),
(0x27470142a60aeb27074d8254699aa1b5, 'wp-content/plugins/really-simple-ssl/class-front-end.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/class-front-end.php', 1, 0x00000000000000000000000000000000, 0xd346c7a6fcb8c658956386e772cf1c9b, 0xc5bbb19a44991370023c347848d9991b840df2264c2e0f21a5511281008f0b7a, '', 0, '?'),
(0xd2c7c92d7b07bd0f56733582d50ce4ba, 'wp-content/plugins/really-simple-ssl/class-help.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/class-help.php', 1, 0x00000000000000000000000000000000, 0xe649356f69b9a5ad1de3b1ce8683ed31, 0x9ab137787c5611ca4053746d492775ae10308288067d0b9daf8c322eca194ff1, '', 0, '?'),
(0x80af8ac17fc15eb7fb000bdd6a199c92, 'wp-content/plugins/really-simple-ssl/class-mixed-content-fixer.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/class-mixed-content-fixer.php', 1, 0x00000000000000000000000000000000, 0xc542bc159e8ee3a6817a01902d708c77, 0xcffd5f29f73aa6c0497d0b1a84a2537429cc9980552d2d16ed96c77902f8a4c9, '', 0, '?'),
(0xd60f3ee4c28871180bb5fd663f813dcd, 'wp-content/plugins/really-simple-ssl/class-multisite.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/class-multisite.php', 1, 0x00000000000000000000000000000000, 0xc2b050cf02502dee6e7a60dce30489a5, 0xbf315da4c4ceef57dc053b09384f2e522c0fccf9b4debf752668bb8eb5d5c8a4, '', 0, '?'),
(0x4ee0a5002f47a6b0f84ce5e93a739977, 'wp-content/plugins/really-simple-ssl/class-rsssl-wp-cli.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/class-rsssl-wp-cli.php', 1, 0x00000000000000000000000000000000, 0x6046b53a80a0b14ccb62ef8d70cd9f62, 0x27f954dde7c935f85629387f84fdcaba1ffb43dd44186421f908881d401ded99, '', 0, '?'),
(0x9b5471e99b51e23bfdb7695449147409, 'wp-content/plugins/really-simple-ssl/class-server.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/class-server.php', 1, 0x00000000000000000000000000000000, 0x544bed1e8e7d10db3cfc2339ba6a046a, 0xaccfdc764e9a6ae09ce2a137f21ea788a29d4384aa2c3c42f334304ea882f5b4, '', 0, '?'),
(0x39a3792ba7105f11bcb8408b41b59a7e, 'wp-content/plugins/really-simple-ssl/class-site-health.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/class-site-health.php', 1, 0x00000000000000000000000000000000, 0xf6dd137373b8e707534438d5419f9901, 0xe2229d2d0c94744c11342171bbfde732302be62344a1b2401ebbf55f917ff903, '', 0, '?'),
(0x2c4511ee0336095dd44d387d0664e7f7, 'wp-content/plugins/really-simple-ssl/class-url.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/class-url.php', 1, 0x00000000000000000000000000000000, 0x5f35924b40e3bbcf971303786cdd3ca2, 0xf068933ceb2330d08f3cd27351a8638fbe884de632e2f06c131b943172d495d0, '', 0, '?'),
(0xb2a77b2c45d09e7d6d40e062d5d18293, 'wp-content/plugins/really-simple-ssl/force-deactivate.txt', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/force-deactivate.txt', 1, 0x00000000000000000000000000000000, 0x2e8513f06acac6aa2d506bc0862e91c7, 0x725bc10322d5abb7bb3c5556a1fc5cc9d3d190bfc345ed70f1b2629ef47b2a30, '', 0, '?'),
(0xe66869814abbde6ca580ed8a523e5516, 'wp-content/plugins/really-simple-ssl/functions.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/functions.php', 1, 0x00000000000000000000000000000000, 0x74dd4147904cfc93064a679a810ed256, 0x2dddef4103bedeb0442b94bca8fe13fd1c6feeb4ee12eb835d64b4336ea844ae, '', 0, '?'),
(0xe8aed4b6124b467f93489781984152e4, 'wp-content/plugins/really-simple-ssl/grid/css/grid-rtl.css', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/grid/css/grid-rtl.css', 1, 0x00000000000000000000000000000000, 0x5235184ceedb6675cf3f4af105f57bac, 0xa10a3f00d0a753fe18f3b1e0880717389086f853c8600201ebbc0f015b1081f5, '', 0, '?'),
(0x0487827c5971c1449e2ee008080ba8a3, 'wp-content/plugins/really-simple-ssl/grid/css/grid-rtl.css.map', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/grid/css/grid-rtl.css.map', 1, 0x00000000000000000000000000000000, 0xb9ec835a1c526713302fbb985e61aed4, 0x3556cdaf87fdfc8cc86f5fe5806d94708a5d885fdfb9f86af2d19b002b545278, '', 0, '?'),
(0x53226056053de749fe5e62a11920446e, 'wp-content/plugins/really-simple-ssl/grid/css/grid-rtl.less', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/grid/css/grid-rtl.less', 1, 0x00000000000000000000000000000000, 0x1ef8a3abad3dc935aa55208cf204983d, 0x39b8fc618d9a29dd745c63b139cd5ac08459f7709c8757d586bbb0f3ecce3a20, '', 0, '?'),
(0xd3731bc1bcb7771949c5d3a633f28da4, 'wp-content/plugins/really-simple-ssl/grid/css/grid-rtl.min.css', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/grid/css/grid-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xc24d70ce77755f8705edd704b5ebba33, 0x6c042e99a43f421e031d5dce31fd623808c5f6028a90bf2e7a770e865aefb8ec, '', 0, '?'),
(0xff67abeeea8a54073332c1d6327fdcce, 'wp-content/plugins/really-simple-ssl/grid/css/grid.css', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/grid/css/grid.css', 1, 0x00000000000000000000000000000000, 0x2171679fdd228a3d2dd1ea0aca63b128, 0x845cd3addd9447a05ea43c2c6e61b18fe715772ae9b062f70a15d4ee99c3f71e, '', 0, '?'),
(0x348d3c40478cfe45a09c997cf277e24b, 'wp-content/plugins/really-simple-ssl/grid/css/grid.css.map', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/grid/css/grid.css.map', 1, 0x00000000000000000000000000000000, 0xb8545bba98f6bac90c15a5c19fab664c, 0xf3c44c3a8dd13710032e9f2cd0ae815060c295e3dce9902296135c67d81297d8, '', 0, '?'),
(0x517f20010a260451cfc9f063c1694578, 'wp-content/plugins/really-simple-ssl/grid/css/grid.less', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/grid/css/grid.less', 1, 0x00000000000000000000000000000000, 0x0f061ceea050d97ed5f7bbd13213e419, 0x267140d3b0d52f1b4ad9a37772e115bfd269cee9ad638520b64be462076cd4c9, '', 0, '?'),
(0xe1894a84989df6de00d254fe84638d11, 'wp-content/plugins/really-simple-ssl/grid/css/grid.min.css', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/grid/css/grid.min.css', 1, 0x00000000000000000000000000000000, 0x1c8bfdeed6aa57634f8eca3c3541c956, 0x4efcc4ba1abef857a27bc5cb4af3731e1a7c5cc1f87f5d48c929d105723d60bf, '', 0, '?'),
(0xaade2e34453eb0cb94cd22255d3c093f, 'wp-content/plugins/really-simple-ssl/grid/templates/grid-container.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/grid/templates/grid-container.php', 1, 0x00000000000000000000000000000000, 0xa731554de80e64be1e1ba45eff19c5b7, 0x11110e06171d7a2abe5fcf579503bd5ce3a2dba12615e8b6b7bb4a5294acb7b4, '', 0, '?'),
(0x0780dcf64d39b084196a23579271e442, 'wp-content/plugins/really-simple-ssl/grid/templates/grid-element.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/grid/templates/grid-element.php', 1, 0x00000000000000000000000000000000, 0xc48a024adb67e4f9502081e67f801385, 0xece93f3f9257ae700e8d626c61295f4a79ec58f815ac88e686d0e2ff0dec3a07, '', 0, '?'),
(0x8a7cd2e667c7b17a53772f855f8206d3, 'wp-content/plugins/really-simple-ssl/grid/templates/header.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/grid/templates/header.php', 1, 0x00000000000000000000000000000000, 0x7d954680ff3b5363ff1d2185c2ba89f3, 0xf91e554ab72f9133eada68c01c4cd85f5ad013149f1b79d001f9cf6e20738fd7, '', 0, '?'),
(0xc9ebb8613f8a2ed564c91c7e5d270568, 'wp-content/plugins/really-simple-ssl/grid/templates/ms-settings.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/grid/templates/ms-settings.php', 1, 0x00000000000000000000000000000000, 0x9c44b9b0aeac21ccb7bd74c1e1c3e945, 0xbf18b76ac639caf6998aa50bb08fd005966c1aa30bcb5637898b5e4f2102d34b, '', 0, '?'),
(0x97e788ab7c7550720e103c83f19c7a06, 'wp-content/plugins/really-simple-ssl/grid/templates/other-plugins.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/grid/templates/other-plugins.php', 1, 0x00000000000000000000000000000000, 0x0ceab471c1b8d6c94cf5e0c57c8bf54b, 0x199a77f8f51b248815f7859ef85b73a152aca370fc08ccafecd1768828dbf8bb, '', 0, '?'),
(0x8a7f991bd96036f510b59f30567bf278, 'wp-content/plugins/really-simple-ssl/grid/templates/our-plugins-header.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/grid/templates/our-plugins-header.php', 1, 0x00000000000000000000000000000000, 0x120312ce65f4b57ba1dcce991aebecd7, 0x93025123fcac00856b73ebcd869b667b617954c9f8930f9608702761645fcf6f, '', 0, '?'),
(0xaf7c3baeddd744aaff8f41735b93ffea, 'wp-content/plugins/really-simple-ssl/grid/templates/progress-footer.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/grid/templates/progress-footer.php', 1, 0x00000000000000000000000000000000, 0xb1a73c5e3093d4bb990ce1356a888518, 0x9daca3bc9916ab6943d46eff9c6f7b6c9a9a724cef8e7ced0a283f551c89b320, '', 0, '?'),
(0xb9082d2e4984743e4d425536e07e8137, 'wp-content/plugins/really-simple-ssl/grid/templates/progress-header.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/grid/templates/progress-header.php', 1, 0x00000000000000000000000000000000, 0x7d17a637618ee80a1323d15b15113d56, 0xbfd282bad92fb1e0e60731b41586b4aaba6ce4e8d0bef79d9fb981529601fdf8, '', 0, '?'),
(0x97807c60514895115a01a5d84177e9f6, 'wp-content/plugins/really-simple-ssl/grid/templates/progress.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/grid/templates/progress.php', 1, 0x00000000000000000000000000000000, 0xb16ef4955b458ead29c1bd4372a7a4b4, 0x3946e1ee6421aedbfa8a6b7e4f0dc077ebcab59aed13f71cc64bbf03bbef5daf, '', 0, '?'),
(0x28d62af561cc3fe2964851258f61612c, 'wp-content/plugins/really-simple-ssl/grid/templates/settings-footer.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/grid/templates/settings-footer.php', 1, 0x00000000000000000000000000000000, 0xda56841d028a82942391f372acd85b30, 0xd7ffe2631b1ecad6ea3a2dad9759c535c82530273d7f064c9adf96d87be7105b, '', 0, '?'),
(0x87f4852077d73a849c11096ec23efa9b, 'wp-content/plugins/really-simple-ssl/grid/templates/settings.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/grid/templates/settings.php', 1, 0x00000000000000000000000000000000, 0x8bcf58ef9b3af3fb9e6adc551352c499, 0x40c35a00372344b9746fea6dab6d8e533b04e8c9c51234e02eb9b9f67b55cdd1, '', 0, '?'),
(0xdf92660711addf4f16c272698d7d7137, 'wp-content/plugins/really-simple-ssl/grid/templates/support-footer.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/grid/templates/support-footer.php', 1, 0x00000000000000000000000000000000, 0x52bca409142f23459dc1c94f86a5d141, 0xc0518e2f04ce12725635c233480bcba7cce7ba7d63b46243679e140390494de5, '', 0, '?'),
(0xfe7a3375e52c8dee4e2994c9246a859d, 'wp-content/plugins/really-simple-ssl/grid/templates/support.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/grid/templates/support.php', 1, 0x00000000000000000000000000000000, 0x6292693b20c881f3be23493a8f7f981d, 0xb1144d988a7d53d757de388d9cb9406984a09c718db78c6304f06d642f8a96a6, '', 0, '?'),
(0x48c19fd19bce2c0ab2113480c92c5f7b, 'wp-content/plugins/really-simple-ssl/grid/templates/tips-tricks-footer.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/grid/templates/tips-tricks-footer.php', 1, 0x00000000000000000000000000000000, 0x98a08cc4c4b589abf921c74c6d70b52f, 0xe4a1721519af4a100eee1fa1588cda2a5672a23765e30344844f26769ff90f98, '', 0, '?'),
(0x4468386efa00f3529b490205eadb0c18, 'wp-content/plugins/really-simple-ssl/grid/templates/tips-tricks.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/grid/templates/tips-tricks.php', 1, 0x00000000000000000000000000000000, 0xee6bf1265cfff2385fb9ecc4d8f14057, 0xdd54eab8afbf62677d36c051d0a5e368b1fd55d96368da048da14637d1f54ed6, '', 0, '?'),
(0x4b86c39d3590a71c4abc7f99300bc075, 'wp-content/plugins/really-simple-ssl/includes/simple-scrollbar.css', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/includes/simple-scrollbar.css', 1, 0x00000000000000000000000000000000, 0x7b108e712fc0488797da83367f10fda6, 0x7b528581fdb15c6a484dfd659d59642276139681d89c2e5eea19b7a9424bfece, '', 0, '?'),
(0x7eda19c258c6227df63f2b602cd917e1, 'wp-content/plugins/really-simple-ssl/includes/simple-scrollbar.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/includes/simple-scrollbar.js', 1, 0x00000000000000000000000000000000, 0xf0925e28c2878191a02d7cdf9ab0705f, 0xee4def4fd183105d4ee38c0ab491b902f0f7b0445a23af9c2a59dd04022c1716, '', 0, '?'),
(0xbdd99682c579c458fedfaafe99f8c70b, 'wp-content/plugins/really-simple-ssl/includes/simple-scrollbar.min.css', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/includes/simple-scrollbar.min.css', 1, 0x00000000000000000000000000000000, 0xe9b443686ecba463da0ccb9f884a13d6, 0x9fa6fcaf2ed21e4468383829e55642e0bfce3ede2824f6d632884c669f55aefc, '', 0, '?'),
(0x5c183c7318bcacbfc125b6066ee39f55, 'wp-content/plugins/really-simple-ssl/includes/simple-scrollbar.min.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/includes/simple-scrollbar.min.js', 1, 0x00000000000000000000000000000000, 0x4defa97c2375b7cc4091ce17006bec52, 0x7738f5daa04fd5f9fc782aac5b35b4af8d3f4f3711b02e8f5b295618a71f8bc2, '', 0, '?'),
(0xaa55034a4a30ac454786af8699f37d17, 'wp-content/plugins/really-simple-ssl/index.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/index.php', 1, 0x00000000000000000000000000000000, 0x2d83e8281ebd4b53597f5516eb76d003, 0x05150ee429d51ade3f8f01969a167b61f6337bf3b857f560e1c51f4558ae2dd2, '', 0, '?'),
(0xd37f329e4f8b38937593c74bd1fbc615, 'wp-content/plugins/really-simple-ssl/languages/index.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/languages/index.php', 1, 0x00000000000000000000000000000000, 0x2d83e8281ebd4b53597f5516eb76d003, 0x05150ee429d51ade3f8f01969a167b61f6337bf3b857f560e1c51f4558ae2dd2, '', 0, '?'),
(0x003b8af4f80251102e5205afddb299fc, 'wp-content/plugins/really-simple-ssl/languages/really-simple-ssl.pot', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/languages/really-simple-ssl.pot', 1, 0x00000000000000000000000000000000, 0xbed454ac7f6e113854cccd8798d9eeec, 0x1d5c4ef59fe7fe078bbe18031012925924b473753612368c5e9cd99ee1f01f41, '', 0, '?'),
(0x733d40982a1bddb006cba73b5d830aa9, 'wp-content/plugins/really-simple-ssl/lets-encrypt/class-letsencrypt-handler.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/class-letsencrypt-handler.php', 1, 0x00000000000000000000000000000000, 0xbb32f13910370a3f539e0b8b1a33a391, 0x0f051c978c0c6855e9d3eb92cd077e94d7a7d93e3967a1814d789cc174f90b45, '', 0, '?'),
(0x8e4802c8202f5caa2395c50de9ef9df7, 'wp-content/plugins/really-simple-ssl/lets-encrypt/composer.json', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/composer.json', 1, 0x00000000000000000000000000000000, 0x9ec6a25cf652d3fd49009944997b0256, 0x375b1d2d0d64bb104d3f3ab7599f9348e63365278c40ecd04a59ee06d7ce542a, '', 0, '?'),
(0x48f9727e9491cdfd57b89e86893b7cd5, 'wp-content/plugins/really-simple-ssl/lets-encrypt/cron.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/cron.php', 1, 0x00000000000000000000000000000000, 0xed59231d985e0bfb7da009d59360f147, 0x80bca087974e951a79e18bf5cefbb3d80a503277433548891e275e2fed2314a6, '', 0, '?'),
(0xa4fb615f397f81f22d15156d41822925, 'wp-content/plugins/really-simple-ssl/lets-encrypt/download.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/download.php', 1, 0x00000000000000000000000000000000, 0x1a127a1385fc24a7900e9c1efec080bb, 0xad6814edc9389ffc2a795c015a1b6d086cb93d339def8f07a1ea528f7699bad5, '', 0, '?'),
(0xb24bd0aeaf0b948ef00bad0b70eec9a0, 'wp-content/plugins/really-simple-ssl/lets-encrypt/functions.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/functions.php', 1, 0x00000000000000000000000000000000, 0xc3198108e730a2e0aeb112d5544ddd8f, 0x7654cb891eadd71b010c3000e88b628d67a04c25b1ccf74a593464c00fb49cbb, '', 0, '?'),
(0xa2e37d7fe76a5a2e4eb68e22bf1f503a, 'wp-content/plugins/really-simple-ssl/lets-encrypt/integrations/cloudways/cloudways.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/integrations/cloudways/cloudways.php', 1, 0x00000000000000000000000000000000, 0xc10be6574f65b9e0cadfaa2a3ba82839, 0x28e704f4983f8d385ccf6abe1ed4b40680e1413376470aff63e9393c8df0df00, '', 0, '?'),
(0xf3a2b4c2f1aa3d530af5f4885dc04b5c, 'wp-content/plugins/really-simple-ssl/lets-encrypt/integrations/cloudways/functions.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/integrations/cloudways/functions.php', 1, 0x00000000000000000000000000000000, 0xc78e3ad5da9d627a4053b804ce393a8f, 0x6a0013a7b68ea2f4e334db269a9b9ff028e0133e596a3e331896ba5c1d01b41e, '', 0, '?'),
(0x3e0994b8a7c87a678af22bb5f4ea48e8, 'wp-content/plugins/really-simple-ssl/lets-encrypt/integrations/cpanel/cpanel.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/integrations/cpanel/cpanel.php', 1, 0x00000000000000000000000000000000, 0x6ac40aae6bfa134f06b05222d62a7be5, 0xecf8822608b19695ca293b7489d811c1562c89119f469de2c327bf3435d4791e, '', 0, '?'),
(0x496ed760b6ea3fe015400ae461adb58f, 'wp-content/plugins/really-simple-ssl/lets-encrypt/integrations/cpanel/functions.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/integrations/cpanel/functions.php', 1, 0x00000000000000000000000000000000, 0x528abdcb97dae683d97f8c08cf0201ab, 0x0602bb8a7d06de3b5516c2e509a94159054e553339cee06935441545d733b3b1, '', 0, '?'),
(0x5555912d7c833cb615504ac2516944eb, 'wp-content/plugins/really-simple-ssl/lets-encrypt/integrations/directadmin/directadmin.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/integrations/directadmin/directadmin.php', 1, 0x00000000000000000000000000000000, 0xb6d49ef6bae14a6e2fbe3aa23f2d4ac8, 0x93f34f9531f8766b58bf26cf28ceb4b91ec7198477a79401fea4bc439f200e53, '', 0, '?'),
(0x5dd8e46b95dd45729b55c14a0899d4ad, 'wp-content/plugins/really-simple-ssl/lets-encrypt/integrations/directadmin/functions.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/integrations/directadmin/functions.php', 1, 0x00000000000000000000000000000000, 0xe590467252e1d58b8c4c183f68362c69, 0xb4f67daae1e595a26bc29aedd514458420734ab9640af8eaea863f6ef936b3f9, '', 0, '?'),
(0x1124c52a6de66011aadac99c6d643dce, 'wp-content/plugins/really-simple-ssl/lets-encrypt/integrations/directadmin/httpsocket.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/integrations/directadmin/httpsocket.php', 1, 0x00000000000000000000000000000000, 0xe667246471f2833dd9d5f8d2c7fb38f2, 0x725972fe92df80f5529e627e3a5745a3df8c31fe56b8500746bf1f0282c1a71c, '', 0, '?'),
(0x735f7d61a1723f541613dcda9dafd3bd, 'wp-content/plugins/really-simple-ssl/lets-encrypt/integrations/hostgator/hostgator.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/integrations/hostgator/hostgator.php', 1, 0x00000000000000000000000000000000, 0x3cdf327dad7e6a9abbd02c65adf04fe8, 0x91bfd184241808354a974b9a8064e8580fbc2344368665377cb21850c2de8f82, '', 0, '?'),
(0x545ff5582e503b6939e0ec6c753e5849, 'wp-content/plugins/really-simple-ssl/lets-encrypt/integrations/integrations.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/integrations/integrations.php', 1, 0x00000000000000000000000000000000, 0x467e6d37812a44e2430fd5756516a2ec, 0x9b32808e2763290b6a024f81cfec413fdc538db1e9d6211457bcc5b6b5f7e2b2, '', 0, '?'),
(0x286ac565dfaeb2d000b652de3537f23e, 'wp-content/plugins/really-simple-ssl/lets-encrypt/integrations/plesk/functions.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/integrations/plesk/functions.php', 1, 0x00000000000000000000000000000000, 0x6bca7916e5a74c47fd281e9520ab3c1a, 0x9e12cf4481af2af154af1fb24035a27e544abc321e654f690ec4e5f6085ff4d3, '', 0, '?'),
(0xa082b21f3e4ac5684e46e413ab21db3c, 'wp-content/plugins/really-simple-ssl/lets-encrypt/integrations/plesk/plesk.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/integrations/plesk/plesk.php', 1, 0x00000000000000000000000000000000, 0x4baf3e72ae47f9abe26d92d70c38b429, 0x1622083a4ab5be60230f16ae87574f86db0725ff1f192fca175e1aa81ca70f3c, '', 0, '?'),
(0x709158808181b69bb1834c8e74064fef, 'wp-content/plugins/really-simple-ssl/lets-encrypt/letsencrypt.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/letsencrypt.php', 1, 0x00000000000000000000000000000000, 0x25d0824fa146f690db62e089b63aed72, 0xc47da3bf780e1c84bfe6c094a4b84aea37f6a0c4e5ee0bbfd590f5fab89cdd15, '', 0, '?'),
(0xd1c7ea9bd95e7c9388d50b597d360a13, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/autoload.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/autoload.php', 1, 0x00000000000000000000000000000000, 0x19164fddf4f57f8040d2ee255928dc02, 0xef0992a2c806c9d48185c3e778eb4869edd435341a5edd6b73aaa7702f12e13e, '', 0, '?'),
(0x847d90cacdcb972d2410ec244ff66fd5, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/composer/ClassLoader.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/composer/ClassLoader.php', 1, 0x00000000000000000000000000000000, 0xe056765dcc4c8f20c2d1fd26695076e6, 0x2d68897ba1d16c95088683f697928e39e0004b80439e3de4b54af47af7b162d5, '', 0, '?'),
(0x9f16ff3b513cab609308cf4fb3ff1b84, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/composer/InstalledVersions.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/composer/InstalledVersions.php', 1, 0x00000000000000000000000000000000, 0xa6c8d7ae7cd520c58bf7e4ff8c391adb, 0x3e2ddf086c52a714c0899b0bec062ba3480290bce0199259094b048034b1a03c, '', 0, '?'),
(0x123bb159d2ce9f549374019d6810e34b, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/composer/LICENSE', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/composer/LICENSE', 1, 0x00000000000000000000000000000000, 0x955d5fe58c231244f6b49000f383b5e2, 0x1a209ff8db92f625a713347e4ed97e47682162d817ad3a77829805c98cbf9927, '', 0, '?'),
(0x023cd733389e191d10b3e6eddab020d5, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/composer/autoload_classmap.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/composer/autoload_classmap.php', 1, 0x00000000000000000000000000000000, 0x19b09a79c57450ba3e5261ad53f4402d, 0x75157b34f30eb908b71d7385f1c14a89880ef7cc33f7161048a8d7366f77cb72, '', 0, '?'),
(0x4b1e5004efbfd94ab81cf4c95ef4e105, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/composer/autoload_namespaces.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/composer/autoload_namespaces.php', 1, 0x00000000000000000000000000000000, 0xd216b574f17de734296e7b51126eb831, 0xfcfc7995348c34416987aca943693cf0ce9c67dbae06fe678aed6dc215075f5f, '', 0, '?'),
(0xa2b7adbbea22aaf7022b81083862cfdd, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/composer/autoload_psr4.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/composer/autoload_psr4.php', 1, 0x00000000000000000000000000000000, 0x3be7c1f6496bc28000e35dfcd23544cd, 0xf115a2708b6dcdd869ef9fa1aaf81d3a0df2487ca3720c3f86d612f4f122d6f0, '', 0, '?'),
(0xa55de170c2f9ece5b218ba12cc9e4828, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/composer/autoload_real.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/composer/autoload_real.php', 1, 0x00000000000000000000000000000000, 0x874478bcf8b6d1e7a002c14e18e7c6a3, 0x9b70e48f72278816fa328b130a1e317a2fcbb242855f314fc0c99cfb5c7c752c, '', 0, '?'),
(0x4abdb81126284725c2a49ba9978bec5a, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/composer/autoload_static.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/composer/autoload_static.php', 1, 0x00000000000000000000000000000000, 0x14464cd0fc19ea93c7653e53ac4d90d0, 0x5a510d86c2ca4d3256b2d7c3b6e39d538025e29d446437de965e0dc8bffca75b, '', 0, '?'),
(0xe13460a89642492a8cfdf4112ef08846, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/composer/installed.json', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/composer/installed.json', 1, 0x00000000000000000000000000000000, 0xf41610e3162baeb29e3f3eca2c22ba8a, 0xb1ba66faa020f5a08a6e51e70ab2ae9398399a899c16fdecb6809b0b47df66b4, '', 0, '?'),
(0x9e9e5765b53b4327b8a2f9c32caca0a1, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/composer/installed.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/composer/installed.php', 1, 0x00000000000000000000000000000000, 0xb35636ee04fd9dd3fc679ffade9054fe, 0xa76b3b5e3dcd685c00777330adb16427f6662352d3c97b89dd78f062b059b2a2, '', 0, '?'),
(0x2e2204c87d42c97946951412812783d4, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/composer/platform_check.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/composer/platform_check.php', 1, 0x00000000000000000000000000000000, 0x66e382f72b2df6dc06f59272100c632d, 0x59a9f459e637a28bfe18db1ece0306f5158485efc94a500537ccb0d3cf33f0bf, '', 0, '?'),
(0xe16b4eb150d296998447eea092dac063, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/LICENSE.md', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/LICENSE.md', 1, 0x00000000000000000000000000000000, 0x7ae2be7fb1637141840314b51970a9f7, 0x244c9ed9d8b2f2bbb6fa77718d885a5b566af85c9fd6a2105ec9f3645e1aab7b, '', 0, '?'),
(0xe61f7fc5083bc8f6d6eb7c6a6a2b018b, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/README.md', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/README.md', 1, 0x00000000000000000000000000000000, 0x0fb665b791d1863dcf716dc55435fe2a, 0x63c58d97646466d21b6ed4b199e2d75d9b96a7799270d2fc36656e5513d0db57, '', 0, '?'),
(0x86b304f5eac86df7cc027bcc0baadec2, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/composer.json', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/composer.json', 1, 0x00000000000000000000000000000000, 0x7ff7cc285c616c211e3aed5789fce333, 0x462d1d8a106ea285c61c2f0202689a5751e59b0ee181b4d4d27d33489d8951b3, '', 0, '?'),
(0x65ddc28390458587107ae4af7f8521c9, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/phpunit.xml.dist', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/phpunit.xml.dist', 1, 0x00000000000000000000000000000000, 0x537bd59cf1cfde907350763bf5326ad0, 0xeadf2a0d5ec6ea8aad63711d389ab01428e2515c4a2ad825df0428618132edc9, '', 0, '?'),
(0x821330c3ba629d533f007f6449424fca, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/AbstractKeyValuable.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/AbstractKeyValuable.php', 1, 0x00000000000000000000000000000000, 0x9f5e4b9ab70655c548f3d4cfbf7fbbe0, 0x2e71e2c26a71873fa4773ad7d14911f8570fe78184db23105d871fc51999135e, '', 0, '?'),
(0xb220aa48f7bcd2dcb3aae209bd9d06bc, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Account.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Account.php', 1, 0x00000000000000000000000000000000, 0xc595e4e8232e02549370038c8e091516, 0xd04cec6eefda273f92924ed0949709c81cd823b574fabbe81525de42c99a7c14, '', 0, '?'),
(0x5fb4035d400fdce79b38dbbc8f73f74d, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Authorizer/AbstractAuthorizer.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Authorizer/AbstractAuthorizer.php', 1, 0x00000000000000000000000000000000, 0x105ca69e1e65346cba2fd08dc64e2a04, 0xf4366dad75a9b5c5dd0beed7a8abb66dd1532512f1b9f0401b9250dc26a9b50c, '', 0, '?'),
(0xf4809bec50d38f0060c5a157912987b3, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Authorizer/AbstractDNSWriter.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Authorizer/AbstractDNSWriter.php', 1, 0x00000000000000000000000000000000, 0xea0c4f7e489de397622aeabc1c6f23f4, 0x13dd9cd87fb432e52c1c293ecdf3b69cf5b58875646c389a7155b8930841ee62, '', 0, '?'),
(0xe61474e3d19b7d535dbcd3c3fb13a50c, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Authorizer/DNS.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Authorizer/DNS.php', 1, 0x00000000000000000000000000000000, 0xaa524af673d57db6f53ec968d50e0561, 0x2526761299e285be9f95a6d38b122004ce2f2eb31abf44df959167beb9626641, '', 0, '?'),
(0x91920888f607c71e7dd137e01d7b839c, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Authorizer/HTTP.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Authorizer/HTTP.php', 1, 0x00000000000000000000000000000000, 0x3b68be737028f30ebbb8a37f0fc2669e, 0x1528372300612dd1f0069b7eb3c9c3fe0e5b0159f4ca71e422d3d21f3cd34aff, '', 0, '?'),
(0xbae808295305055a3951a8ff6552af03, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Cache/AbstractKeyValuableCache.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Cache/AbstractKeyValuableCache.php', 1, 0x00000000000000000000000000000000, 0x9fe69dc777cd75082a808e4deab6f395, 0x7f17b8ea49bca40b26404281b789cc2b43c3bf4fa9fed12584d1424e1b2128e1, '', 0, '?'),
(0x442a3663c1a6cb9669d3fbc43b2f476b, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Cache/AccountResponse.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Cache/AccountResponse.php', 1, 0x00000000000000000000000000000000, 0x4d10a5be65ad30b512370199557e1e53, 0x2cf439742aad1558bc5fc298af38f38039c47222190bcb43e10d724f5c737250, '', 0, '?'),
(0x28a23c8597d20d14617ec238fbe0c092, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Cache/DirectoryResponse.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Cache/DirectoryResponse.php', 1, 0x00000000000000000000000000000000, 0xdeba0ca0ec7496d8b5c5a233c94197d3, 0xaf2efc925f04a8a234243e92cd149ea1afe32cbe0d5891ee8780687bdb89eeb6, '', 0, '?'),
(0xd7c3ca7a650fca23b4e44064ca7a71e4, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Cache/NewNonceResponse.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Cache/NewNonceResponse.php', 1, 0x00000000000000000000000000000000, 0x1c78c9bad01e1de9ca982d2f7a4df25c, 0x3a0c58282c7358450b1a89092e862f2149b7ddcfb1a7fa0e10d6f3b758ec4937, '', 0, '?'),
(0xcc13c16314c9887aeeb0fd8fded16f51, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Cache/OrderResponse.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Cache/OrderResponse.php', 1, 0x00000000000000000000000000000000, 0x7737bc9ff29d792275e7cd7c71487c35, 0x2bc7750f6f20584b9efe97defa47b678a881e5c1d030c2e2eb6ba5576d60d91b, '', 0, '?'),
(0x4efe12928348e7c761dcc40514841a02, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Connector/Connector.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Connector/Connector.php', 1, 0x00000000000000000000000000000000, 0x6ca6f53c08f97d25c93a1fb481aaed2c, 0x190aa877a4833eeed2b0be2233667e98007f14a245a1fe4ed57fd0b10cf3a9f4, '', 0, '?'),
(0xbc295ed215dc12d907de226e59701170, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Connector/RawResponse.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Connector/RawResponse.php', 1, 0x00000000000000000000000000000000, 0x5321405b7de607a83c6e689814636025, 0x32328d52af06780ae04c054e6119546139e1a7c94f766ff22dfd2cecf64e1940, '', 0, '?'),
(0x27157b4c6096d958e1493868820390c4, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Exception/AbstractException.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Exception/AbstractException.php', 1, 0x00000000000000000000000000000000, 0x40951a031eef073c48705a9dfdaacbd7, 0x2fba3414e9bbf113bb0a2b6bd28b66de602531c8d68ac8acf6c5d47278c3bc57, '', 0, '?'),
(0x2588b534373d17cc0dd995f1faad22bc, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Exception/AuthorizationInvalid.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Exception/AuthorizationInvalid.php', 1, 0x00000000000000000000000000000000, 0x99555cb09a895236c98aaa4e590c1541, 0x722a61f813abe67e7b76433af2eb47b5ae77ed5c9411c2edc37596816cf23399, '', 0, '?'),
(0x6fa485dc97c2a7541af3f051530edd44, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Exception/DNSAuthorizationInvalid.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Exception/DNSAuthorizationInvalid.php', 1, 0x00000000000000000000000000000000, 0xe7d77f211b19f85be371e02567e0a3b9, 0x1f60cad4887c25f635c728dcd83be9d98effd5cc77b3a2d8a402aed87293a832, '', 0, '?'),
(0x3bb9554a6c010c39629f50c4170413df, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Exception/ExpiredAuthorization.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Exception/ExpiredAuthorization.php', 1, 0x00000000000000000000000000000000, 0xb49af357b5fe8118db60e6fb25c75fc7, 0x994a36348dfe0596c0de306fe547a815d26fd1fc69358adafafe0c02b38c81ed, '', 0, '?'),
(0x2d56707bed978056c7f7bf98edda0b8e, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Exception/HTTPAuthorizationInvalid.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Exception/HTTPAuthorizationInvalid.php', 1, 0x00000000000000000000000000000000, 0x8ec1e37dfb7e8452a72db8abd84a24ba, 0xa2ebe609acebd5064d596dfa25c6fbadb43c6ea17784e283efa912dec7b3f5bb, '', 0, '?'),
(0x23c539b14260c62f4f4bef69d2b7f830, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Exception/InvalidResponse.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Exception/InvalidResponse.php', 1, 0x00000000000000000000000000000000, 0x87e67c16eec13eb5b890850322340bb8, 0xa12d0f5ed93afea60f76b1f12bb2115ad31d3ad60718dfb6f5364904d624c960, '', 0, '?'),
(0xf31d7a2ecafe27de0d65a2017aab4382, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Exception/OpenSSLException.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Exception/OpenSSLException.php', 1, 0x00000000000000000000000000000000, 0x369d361a6ab39ff9161105964601eb8d, 0x377980e17ca84c2beddcefac333a55ef73a0f62437d02c844a521d55523430fe, '', 0, '?'),
(0x32381a9a7cb0443aa04b3bda3db8e5b3, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Exception/RateLimitReached.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Exception/RateLimitReached.php', 1, 0x00000000000000000000000000000000, 0xf3bbd2d090b99a4519436330806eb742, 0xc850ac926a7b49ab6394be9a74fa4e0c2ce8fd9bd5891518aac3d683dc65a5a1, '', 0, '?'),
(0xdf5440c5257068eea6f7437218bc271c, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Exception/StatusInvalid.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Exception/StatusInvalid.php', 1, 0x00000000000000000000000000000000, 0xef9608b812613ce3376abe2d49e04c46, 0xd8621b5ceba0948f0637058ebe3c5e27b399c88c6f0dd7d36e2d42306391bb6a, '', 0, '?'),
(0x0a382ca8864f482a79ec88254bf52847, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Order.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Order.php', 1, 0x00000000000000000000000000000000, 0xedc5ec382111222018c4180720ac66ff, 0xb6e20952f196f8aa81ffad0ad7dd55f0c3021f6aae58f0ec7c33506c51a363ba, '', 0, '?'),
(0xfd91fd10713f503a5d7cef7e43979341, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/AbstractRequest.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/AbstractRequest.php', 1, 0x00000000000000000000000000000000, 0x4c493db1b7bcb68dd61310d8749c0a0f, 0x7f614e3780e1524b17d40aa215d263bfe0d2c5e1d69ad92ca6b13730e2fec405, '', 0, '?'),
(0x2d6f6942a6642749e15c6347a9cd960a, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Account/AbstractLocation.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Account/AbstractLocation.php', 1, 0x00000000000000000000000000000000, 0xce65248e7a51452b6cba3425d96c83a1, 0x458c2b92587a3b036373734c61a78d9f21b341fabcef60a4c4a918616ca3e72f, '', 0, '?'),
(0xb45a6f268491a254c1eac6c1c904fe4d, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Account/ChangeKeys.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Account/ChangeKeys.php', 1, 0x00000000000000000000000000000000, 0x11ac0a56a514809a0fd7b39ac4aaad7c, 0xa983b11a65d3d813af2cbb61b80057dc96563f15d8c5d497be751c7bbeee7c9f, '', 0, '?'),
(0xd6ae60d6184a544a19b346c6d01519a6, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Account/Create.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Account/Create.php', 1, 0x00000000000000000000000000000000, 0xead329ff19c6a36c30967d40a9a63054, 0xfb5355bcc09f5cb44eb9cb9a0c75db96bdb26c035d2774ff71210b53f2787bd0, '', 0, '?'),
(0x7b06e977b50351767b89c88e9a32c17f, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Account/Deactivate.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Account/Deactivate.php', 1, 0x00000000000000000000000000000000, 0x8e4b4d9bfbff5bb682b0f0a195745344, 0x0df5badf6f3d149c6ef8b41e88896aa039606f1b71cd77ee6feb2efb68faa5a2, '', 0, '?'),
(0x1b29ce109fe860e774cef4f9296d03e8, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Account/Get.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Account/Get.php', 1, 0x00000000000000000000000000000000, 0xb178ab0d727126faa0a7a303e4c190ea, 0x545de9e58db29cdc7ec10c57d216d248c9046f29a65fd56504ce8007f7b676b5, '', 0, '?'),
(0xc0b0353e8dd06630eb87598ab5311698, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Account/GetData.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Account/GetData.php', 1, 0x00000000000000000000000000000000, 0x8a96aaad51fce93e6a3b4bf8a70f2c47, 0x2e3c028a49614626ae3458342901a8d4d523983c53e67a25274a71566e52e518, '', 0, '?'),
(0x22cd474731e3a1ea42c4dddcf6b46594, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Account/Update.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Account/Update.php', 1, 0x00000000000000000000000000000000, 0x4ca5a33150feb5f1cb1d262d8cbd8816, 0xfdf13d6fd830109d98e37528d02d4c50ac0ca90184561ed528fc11bafa0a940c, '', 0, '?'),
(0x9d0211b1fdac6cb16f2fba1f5c493d20, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Authorization/Get.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Authorization/Get.php', 1, 0x00000000000000000000000000000000, 0x68ee4d53fbb71ffa7167a13f7f9592f8, 0x859b6bbdfea456d8a3dbfec1881c108f731025cd5c52396bb55b031b016d2f40, '', 0, '?'),
(0xbd38f14266cc9947d40d96ba88e60c6d, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Authorization/Start.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Authorization/Start.php', 1, 0x00000000000000000000000000000000, 0x67aceb67521f43fa50cac6e99dc828fc, 0x48898d569cd5cda4702b63ca3df485d0f35416c798fe083bbe7b365c6da7f96f, '', 0, '?'),
(0xc851554a9b6176e8cdb6b7648d85306e, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/GetDirectory.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/GetDirectory.php', 1, 0x00000000000000000000000000000000, 0xca5a0956dfc82021c74994332d54282c, 0x6ed3ac3a5a1480efb7bf38db41adf0e590e4f18687f51648ee604fa9d1f469a7, '', 0, '?'),
(0x3b2d949a467793a7f3e61104b3a3adf6, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/GetNewNonce.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/GetNewNonce.php', 1, 0x00000000000000000000000000000000, 0x104331190cf017a96f4ce0290e95e22b, 0x5e459ce382f060a0370bb383a5ac7f136f932e76eb12c70cfef1fa68dc39ecc8, '', 0, '?'),
(0x2bdcbb321dce59134aef9eb05007949e, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Order/Create.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Order/Create.php', 1, 0x00000000000000000000000000000000, 0x8e9d4a1dffa3e195aa826b6220e76e02, 0x0f24135c35a1a9e62b4d36402c7d67df79a68816c3d3a9b39a56931cb00607a6, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x58fe4162c004b895db7d857eb7ac2c57, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Order/Finalize.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Order/Finalize.php', 1, 0x00000000000000000000000000000000, 0x085f13cfc1b4cd237800e779b8f948e4, 0x603762df5ae5d5c2f4bc1f6a5aef98e2380632b0b5da709a6a13aad726742fe4, '', 0, '?'),
(0x8d3df9aa625d18c1c4abc53016e32384, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Order/Get.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Order/Get.php', 1, 0x00000000000000000000000000000000, 0x548c02117c9738154305a86160ab5ebf, 0xa275ef05706bc8f06521f4b62e7db03763378e9dd5649efb8632b5a967504230, '', 0, '?'),
(0xff3ced075ed21a1a8296eeff19215916, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Order/GetCertificate.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Order/GetCertificate.php', 1, 0x00000000000000000000000000000000, 0xcaad4d78dd45515d19afff9780598929, 0x263eea0482a96dba26fc884a6861edd38b9a9df346fff1fad66d54b52cd76a56, '', 0, '?'),
(0x1623550186575877aff994f21c7a61e3, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Order/RevokeCertificate.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Order/RevokeCertificate.php', 1, 0x00000000000000000000000000000000, 0x4ea5e89e8cee2e243d896e4bb9d342c5, 0x11e45fb10fed368e5bdb33491549787863081f79132f35710aa192eab47ab64d, '', 0, '?'),
(0x50023d25446877a10fdbe1d8e2be9134, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/AbstractResponse.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/AbstractResponse.php', 1, 0x00000000000000000000000000000000, 0x9d26a1d97ce5fd98241ca551e909cbb1, 0xad660d6c75f4772bb633cfa01434e133d398696fe1c2ada6bda952515c6069b3, '', 0, '?'),
(0x50850e97834823b21db8b340f9003cf7, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Account/AbstractAccount.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Account/AbstractAccount.php', 1, 0x00000000000000000000000000000000, 0xc89cdf16150260ae30505b80d6b10a69, 0x7b18706476a21d35f2667010ea194954f86050b72f1061860ff9905a0c8510b3, '', 0, '?'),
(0x009dce25d4967c214029f43cfb07bc30, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Account/AbstractLocation.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Account/AbstractLocation.php', 1, 0x00000000000000000000000000000000, 0x27da3a23fb0054706e94e1b260fecd09, 0x35493429cbd01a2be55c486d4deeb663024a28dc43e67091db4537e9eda01ee4, '', 0, '?'),
(0x93188147613e0c7923ac8c3d1b88e8e0, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Account/ChangeKeys.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Account/ChangeKeys.php', 1, 0x00000000000000000000000000000000, 0x66461241b7395d2d777b2526f6596c43, 0xeb9b9dc2f93494ce3e52fe3f77d3fd66985d71392fe45af8b4d1016cc7381327, '', 0, '?'),
(0xddd412b6464068b1d54b50895837bcb3, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Account/Create.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Account/Create.php', 1, 0x00000000000000000000000000000000, 0xb5d69079d40698b454058d626b75d36f, 0x7de7bf0391d10f57c2d701859e39f07b67b24890e8e56e0bba4c7bf4cb1323e2, '', 0, '?'),
(0xd060f6a6ebe8d1bfdeb777776af50509, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Account/Deactivate.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Account/Deactivate.php', 1, 0x00000000000000000000000000000000, 0xea7131cec6ea715740ac9bfb2b0384b3, 0x73522da523f3e428284a8facde936568773800753665b7fe174bb57cb4da8e1d, '', 0, '?'),
(0x58fdf8e21adc74f4358f200d977539b6, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Account/Get.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Account/Get.php', 1, 0x00000000000000000000000000000000, 0x512edce100d8cf41fe6a973f55130719, 0x7600e3fea8b019317589b42c84ec55f77445c7f37b379f60df49bb1ec9f05589, '', 0, '?'),
(0x5293f208875b8d6544c39808282c81d0, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Account/GetData.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Account/GetData.php', 1, 0x00000000000000000000000000000000, 0x8b45e8736e0adf357d0899c12fa2d806, 0x6eeaf1c157d83ba8b6aeb00d1e7fb479540650c107c24a7fd78549c479cb05a0, '', 0, '?'),
(0x9f4f2aa004d1f44830a6b205ffed7dc6, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Account/Update.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Account/Update.php', 1, 0x00000000000000000000000000000000, 0xe4869398734823e39f5e70bebdb8f1f1, 0x88ef24a8b210ffc9fd4a4897d3423615a509e3a04736daa8a807bdfdd30db25d, '', 0, '?'),
(0xddfd36135d4caa9d993711e69d646510, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Authorization/AbstractAuthorization.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Authorization/AbstractAuthorization.php', 1, 0x00000000000000000000000000000000, 0x64cd9fcf042208a4de8e58a7d45dc654, 0xd9a8ed2867fb1de2717538dd3de4d273459e9474def3f11468d45bcbacb6273e, '', 0, '?'),
(0xbf5ba97e9e187290bd9b7f58e4b74226, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Authorization/Get.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Authorization/Get.php', 1, 0x00000000000000000000000000000000, 0x234cb7ef63c9ff74c8d1f0c784b4b8ed, 0x5a105305525f93a7d7710adbc719ef21264bff7d5aac3a3122d4b47f93ec5c96, '', 0, '?'),
(0xc760ede66801dd0e8b06e0c8c56d558c, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Authorization/Start.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Authorization/Start.php', 1, 0x00000000000000000000000000000000, 0xb85625f076e5d0e853c79805d87423eb, 0xed07c255b55f3c9653228c7446e9f940bb59f4cb726250369630d1be73d604e3, '', 0, '?'),
(0x0d357b18ea7f0524d14736ea6ffdb69b, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Authorization/Struct/Challenge.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Authorization/Struct/Challenge.php', 1, 0x00000000000000000000000000000000, 0x6e232b21740c805142cc17009dae65a7, 0x6e85a6480577d503309220bad3ca780d1519382b01e6767edeef5af86d3829de, '', 0, '?'),
(0xc58b07a2c11a3a952858e26270f98bef, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Authorization/Struct/Identifier.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Authorization/Struct/Identifier.php', 1, 0x00000000000000000000000000000000, 0x301f059b9e19233946734263e15ba8ce, 0xde431f188c4b146c535f0b360eb6875e97b72411c5e924076a744efdcaa617cb, '', 0, '?'),
(0x57ef205a1c63c98374e01f6d95ef20a7, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/GetDirectory.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/GetDirectory.php', 1, 0x00000000000000000000000000000000, 0x605199e3d8fe1a43be37e0062f0d73b9, 0xf7a7f64a536ab5d3ee484f6eb7be2de2bce1ddf2bfa536696ae3ef4579c7b57b, '', 0, '?'),
(0x65e9e03118899d18f082f445e35fbfb0, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/GetNewNonce.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/GetNewNonce.php', 1, 0x00000000000000000000000000000000, 0x93247a9f3f459d902fafcccb334cce69, 0x939bdf5627d2ccc5798cba0d9b54b7b5d3373872f91692b127bea27caa81dc49, '', 0, '?'),
(0xa9ac24af96b467d6bdbbee8fb25181e0, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Order/AbstractOrder.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Order/AbstractOrder.php', 1, 0x00000000000000000000000000000000, 0xb068a4a975d35307690fa47b94d86f2a, 0xe31be2e0fbfaeeb23a5fecc01f75fa95424f09d624f230949ed4fe077e3c2bcc, '', 0, '?'),
(0x7f3f23e41d3844c1c440b03c6f108807, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Order/Create.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Order/Create.php', 1, 0x00000000000000000000000000000000, 0x5408e0f00a2cc478023d9284430e47e6, 0x8096d8e019f47a3347328cbaa15dbb502f01fe63ebe5fa8c1835f4f58fc91335, '', 0, '?'),
(0xd6c1cd874bba1ae454eda482d38fd352, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Order/Finalize.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Order/Finalize.php', 1, 0x00000000000000000000000000000000, 0xc073044439936839f5c08aba0446b7ac, 0xa7622f459341ab49b1db979e6b355285df8b646fb391961344d0de3e0b0ae104, '', 0, '?'),
(0x5f4f4929e7e26537df74633be53ef00f, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Order/Get.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Order/Get.php', 1, 0x00000000000000000000000000000000, 0x01f912a79a64546d8d97744852a0cdaa, 0x2f0f9e60f84c6857db05ccba771dd039295226063259bddbb371a611c67914bf, '', 0, '?'),
(0xd5e6eecc89ff3804508d7f3cba538327, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Order/GetCertificate.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Order/GetCertificate.php', 1, 0x00000000000000000000000000000000, 0x33d75827ce528bc9ef8698ee7f22dc67, 0x93363add37c4f2a7f7eb38e477b88d1ad663b40dbe12c7871f3ef5b9af074d94, '', 0, '?'),
(0xc470b4fdf25b17115b66953923a31dd8, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Order/RevokeCertificate.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Order/RevokeCertificate.php', 1, 0x00000000000000000000000000000000, 0x81125232afbaad261d5299b4159cd165, 0x18b7f64c09ee09b46c15802850db47265e1f115b4fcb29cda48b516242e0556c, '', 0, '?'),
(0x35571e9ab39557852a1916fc2f257496, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/SingletonTrait.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/SingletonTrait.php', 1, 0x00000000000000000000000000000000, 0x7e75022318c7aad669e410ca7d30d404, 0x8d45378b0c2cb021b2e31d6cc481caab04946287729f945f00f3b07725149362, '', 0, '?'),
(0x3fa9bd61c455c518077f3f84e759f664, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Struct/CertificateBundle.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Struct/CertificateBundle.php', 1, 0x00000000000000000000000000000000, 0xa33466dadccbc33a8e599f64e75be240, 0x2cfaa38253750a6461a0195a5afc56d8a443ccfbf82b718ba67661a10fecce68, '', 0, '?'),
(0xde0351ba2ed84f62969a5ac6a0b0b8ba, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Struct/ChallengeAuthorizationKey.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Struct/ChallengeAuthorizationKey.php', 1, 0x00000000000000000000000000000000, 0xa4982c47cb1d6d7daf510a77f7c746e3, 0x6f60c74352f0f8234e83c3d596c86c9d5a3a27957cd09e3b78c0a6e986b679f7, '', 0, '?'),
(0xa0f5493fed038c34ca6dcc3aef414961, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Utilities/Base64.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Utilities/Base64.php', 1, 0x00000000000000000000000000000000, 0x02a057a50697398ed354db75e1879b2f, 0x8d10bb129650e8d541824b8cb9b0362e5c8b53b3a292f11bc7b6866394d39d82, '', 0, '?'),
(0x28b938457bcdce78459c4302f682bc1a, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Utilities/Certificate.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Utilities/Certificate.php', 1, 0x00000000000000000000000000000000, 0x82bf3f5946c656439e1c2e5d6e139275, 0x90dc8c1dc8b5e022fa17ddffa2c0a4e45dc8d84a14e48199101b3979905ef50f, '', 0, '?'),
(0x187423a7e092f574ffd7008e6f9fb847, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Utilities/KeyGenerator.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Utilities/KeyGenerator.php', 1, 0x00000000000000000000000000000000, 0xfd6ac12c8f6691e57d09ae251e117883, 0x0761efdb2d0775dcb001d5d8237e6cd3f6d06d5fc4180844caefd7f15b669023, '', 0, '?'),
(0xe91b2639ad27cc11eaa74f7f7fb7e8e2, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Utilities/Logger.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Utilities/Logger.php', 1, 0x00000000000000000000000000000000, 0x4374845b3c2df2e2c85ad2e77a476f6b, 0x06678aa58009b988419220bc500eacb1cbf655c179e96755d7799a878c9e7774, '', 0, '?'),
(0x620c34c147610f48ebc95c3a578345b3, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Utilities/RequestSigner.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Utilities/RequestSigner.php', 1, 0x00000000000000000000000000000000, 0xb0bc4a9e0d09e84c63c9ee80f5aabf7d, 0x2f80ef12d7cf28dab84a39cb97a8013524c8e774f168f734422d36035287fa8c, '', 0, '?'),
(0x7a1614dc287ae062fbd71df8f6bf44ba, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2Tests/AbstractTest.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2Tests/AbstractTest.php', 1, 0x00000000000000000000000000000000, 0xbe25c991fd1fb47bf989ea025cdccf1e, 0xd3ee8822800d24c2ca1a5303f7a7d6fb0df033dbca12bf66a68974f47c1b3f5c, '', 0, '?'),
(0x48497e389232fa43b074a122a1dff732, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2Tests/AccountTest.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2Tests/AccountTest.php', 1, 0x00000000000000000000000000000000, 0xe9ccb26422959f7a67b19764f42e6eaa, 0xfce5bad3211ec7a326c1bcff8ac03d3bf23a0894c9c35a8f0cfc98129c219bc3, '', 0, '?'),
(0x098f2d953e61c6010106f5741bcddc27, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2Tests/Authorizer/HTTPTest.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2Tests/Authorizer/HTTPTest.php', 1, 0x00000000000000000000000000000000, 0x0bbdd7f5ab093bb9a5759e30f0b5cbd4, 0x8ba70c90b694f18460da9a367ef18011b49547184cdb3cb5379a3fd2ce2c38ca, '', 0, '?'),
(0x29fd4d811b239c1b1e12e013aa3764f3, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2Tests/TestHelper.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2Tests/TestHelper.php', 1, 0x00000000000000000000000000000000, 0x2f55b02a22e352990a0aecd8f60e3bd4, 0xa3de2bad9d59cb6e444982be45c97224eed2e9c9e64a31307c25d8b96957158b, '', 0, '?'),
(0xfa357a85f587ed21d28ecacce075b9c3, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/.styleci.yml', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/.styleci.yml', 1, 0x00000000000000000000000000000000, 0xb77d89f6664c65ebe6a484b9bffb88d9, 0x683c2f7dff2c75402d2f1f17249effc0ea3466d6f4f3b3da4244e8a6afe3a4f2, '', 0, '?'),
(0xfd84ac02d2d56a10a92169d5b46cfb46, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/.travis.yml', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/.travis.yml', 1, 0x00000000000000000000000000000000, 0x2a3d1895d5b202655a9664fe6e54de51, 0x51233889b56db320116383a59cf85850fb14405f308af4079d9060b988d60866, '', 0, '?'),
(0x7c44285febdf5590649f8762a528145e, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/Dockerfile', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/Dockerfile', 1, 0x00000000000000000000000000000000, 0x179fa7e893f6b922f926d9f1abafcb54, 0xed32248c7005de50025330489746878f8e1950b00db98b28f41c38cda4ae9f1e, '', 0, '?'),
(0x3fc804aebcf6ccafd446b29910005521, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/LICENSE', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/LICENSE', 1, 0x00000000000000000000000000000000, 0xc429d8301aabe37837378c892937bca0, 0x0bf99b1f19b0a3425fafb515eeae70d53319bfaf72dcc3d6ad54c641671f9df7, '', 0, '?'),
(0x7051086cf9ef7900d8b65309fbd02a52, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/README.md', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/README.md', 1, 0x00000000000000000000000000000000, 0x90bf8f682542120bc4b02384354691f2, 0x29631379c10802144e30855410ddf152027bc74aed3014ea5dce35538fc81941, '', 0, '?'),
(0x9672b92bfeb9aa1eeae03c544425991b, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/composer.json', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/composer.json', 1, 0x00000000000000000000000000000000, 0xd325b87bdb91f896ff4bc6d831439ca6, 0xef09d58d697cef62dc11ad29f197b16ec8e46965236ee98fa69d2f8d63c16896, '', 0, '?'),
(0x1ba74b76a5f29901cc6b22810935a607, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/docker-compose.yml', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/docker-compose.yml', 1, 0x00000000000000000000000000000000, 0x3ecca58b681895a17d06d4f19115ffce, 0x162a9662962b2e46ff236904b7cb2af861384db691ad794b9c128d6782aa8306, '', 0, '?'),
(0x0a77a16331ac99aa4404d322e094414e, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/phpunit-watcher.yml', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/phpunit-watcher.yml', 1, 0x00000000000000000000000000000000, 0x521bc81e6886f2c2690ffad99aa2e6a3, 0x275eae4ea68bedf4bd99ad5f234337b03d4721e221d0377ad4806524dd4d7d5f, '', 0, '?'),
(0x58f34f9de266897fe8bdb4c6ef579fe7, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/phpunit.xml.dist', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/phpunit.xml.dist', 1, 0x00000000000000000000000000000000, 0xddfab999cf95698ba2cc9ea093220b8e, 0xaf365a5c8b2b6aeb23dc117bd18dd5989391d4d9299fc5ba2ca3727a6ccbcdde, '', 0, '?'),
(0xea64e8492779b6b8efd4c857352af85e, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Client/Exception.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Client/Exception.php', 1, 0x00000000000000000000000000000000, 0x976ce9df2f04ed9dd4527b0f91b311c8, 0xc1453066db71c53deba07df68c2312186cabaf476e0e47ce478bcd81a6c9469f, '', 0, '?'),
(0x5307f54907e245297687ebc34c04ec24, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Client.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Client.php', 1, 0x00000000000000000000000000000000, 0x37f465bd4b7a7df62e865aae29bdc1b6, 0xeef665c92f243a473a33faabdde0b5e93dbfd9750fdc60af836dde351cf88112, '', 0, '?'),
(0x25d1b8879da87f08768c30048a46600d, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Exception.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Exception.php', 1, 0x00000000000000000000000000000000, 0xa4c148a2f26dfb8546a4f18efdf04867, 0x2e45e26b10db2603b4311854aae93f38520afc23324ff93fc57538b4fdf8e10f, '', 0, '?'),
(0x15ac789c61355dda26bea74b965286f4, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/InternalClient.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/InternalClient.php', 1, 0x00000000000000000000000000000000, 0x811e8be7a57d372080b09dfb038abb0d, 0x88b47118da026cde6244b908719c081c02947f4046cef10ecbb65dcfcc9eeb23, '', 0, '?'),
(0xacd23426405ee2e2a72acae7aea68e3e, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Operator/Certificate.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Operator/Certificate.php', 1, 0x00000000000000000000000000000000, 0xa29beabf6810e8828e69b0a9db4e070e, 0xfa86ea5d597858968ac886d788ab95703a2f662b638850c5ba035ad0dec51d14, '', 0, '?'),
(0xcf98995ed786dfbbb9d112af191a3af4, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Operator/Dns.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Operator/Dns.php', 1, 0x00000000000000000000000000000000, 0x7bd2cbce2f8f6763ee5fdc163eed7c07, 0x3249a893ec83e51b1a0a509895f85981efb1a28f5c3ab9cf3a62cdb4bdd6a5b8, '', 0, '?'),
(0x4b804c86c1c0ea09521b5f341d40e495, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Operator/EventLog.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Operator/EventLog.php', 1, 0x00000000000000000000000000000000, 0xe7bb32da83d87caa9b1e07741dbfcf9a, 0xcbadc95f95ec63961ab313e2cb5545d3636ddf3e3f6664e0278c7adfebba8153, '', 0, '?'),
(0xd9c48bdc7dea33ab6de4b44a0aa2c63c, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Operator/Ip.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Operator/Ip.php', 1, 0x00000000000000000000000000000000, 0x90add18b0cf7722e3ad6b371396928b7, 0x1bd266556f9159a47acce07f216133b38a35c299d2081e93872752afcfbe2b80, '', 0, '?'),
(0x611d9dbda8d18c1d606046390b62adc1, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Operator/Locale.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Operator/Locale.php', 1, 0x00000000000000000000000000000000, 0xcb7149083c3238b92ee5110268597b2f, 0x2937c527f502afc559f9a8a7d6facbd539ada70d4561de51d6c3775f982a6a28, '', 0, '?'),
(0x456ecfadcc7b93118447e6e533e800e9, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Operator/PhpHandler.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Operator/PhpHandler.php', 1, 0x00000000000000000000000000000000, 0x6e4437d76162c1461b18708a76222d4c, 0x38a3e6ad13096e4d448802ab94a6342000393e0de9dabbfdff4106597bbda05d, '', 0, '?'),
(0x1de513c2d0c74628bacb5eb05b9f8b1b, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Operator/ProtectedDirectory.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Operator/ProtectedDirectory.php', 1, 0x00000000000000000000000000000000, 0x8f3ec6876d0297ac6efc3871780e2e52, 0xb53652d4fdbfefe969d9c7f89ad1b11957662d2fbed9519c6ebf653a3aec06ef, '', 0, '?'),
(0xed953704a6cc2a76d7c0bb16c01f1b4d, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Operator/SecretKey.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Operator/SecretKey.php', 1, 0x00000000000000000000000000000000, 0x46ba379d1dd138802812f9c8e6d93379, 0xb6ddaab85ed7a3d3c41958f60617101099c4926f0813d44ad22a4130db4a2115, '', 0, '?'),
(0xf9df6a6f4dc46e4304014980c55d91ce, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Operator/Server.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Operator/Server.php', 1, 0x00000000000000000000000000000000, 0x56064d2d321c1d5ea05d546eda5ea69d, 0x8c4964cefb177475b380188e479c8ac118df9b0a049e42033bd69e58872bc24c, '', 0, '?'),
(0x16e2f0da68110d9001de09ed4f326120, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Operator/Session.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Operator/Session.php', 1, 0x00000000000000000000000000000000, 0x5b85b5349ba0fed8f39e7cb9c016d7a5, 0xed08da2f24281f1f4b9ffc2b10575ec196af204bf24ff91bd8923c4d78f83d14, '', 0, '?'),
(0xd5540fdaf308cfbec9cb5e9014cf85ba, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Operator/SiteAlias.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Operator/SiteAlias.php', 1, 0x00000000000000000000000000000000, 0x265a7d551bee141aa2f3c5f69b8d7682, 0x5db6edf46bfcd22ca720b175883ca1ba95509f26b58b1a3c7878e70fefaf52d7, '', 0, '?'),
(0x41bc48c40da4f18ec837f30a5e5107dd, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Operator.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Operator.php', 1, 0x00000000000000000000000000000000, 0x11cdfe37209b7bf6ca9e089d78c2e8aa, 0x0c7a03c58f323ae40e13844121beeabcea79e82e4609dcf0c199df50667a5088, '', 0, '?'),
(0x5e7c7237460d495faed3fe169eee0520, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/Certificate/Info.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/Certificate/Info.php', 1, 0x00000000000000000000000000000000, 0x5485bc48c727a7cf8ce8ea0465f03800, 0x4614efe309213346e0235a9bfff04ac07883181db6e69999990b5f77e0212655, '', 0, '?'),
(0x55a5fb3834ca1476c3ddaac349b348dc, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/Dns/Info.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/Dns/Info.php', 1, 0x00000000000000000000000000000000, 0xab2b3d5f77a8c99d9d26114eb89768a7, 0x261543d816cabfe10b0d29ceb1637b1d6d5f7e32f3a132a515dc0fa34c7eb5fc, '', 0, '?'),
(0x5c561991f1bc7d0bb2a732f5ea6aec4b, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/EventLog/DetailedEvent.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/EventLog/DetailedEvent.php', 1, 0x00000000000000000000000000000000, 0x087abbce18af209f7456d6b7578b586c, 0x62f64a4e80d24896ab11bf4f90a925b8d7619dab82c24d75b6aada398304ccd7, '', 0, '?'),
(0xce0a892fde0d9de3c99e051aee75826f, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/EventLog/Event.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/EventLog/Event.php', 1, 0x00000000000000000000000000000000, 0xfefb3e98ac667ca962fc4c1fdac68475, 0x59cd37d20f72aa541440e075fa3f12401e6aa18c6b38a857a8bc38c6a93c0fc5, '', 0, '?'),
(0xc6a3dfca9f994fbd69ff47d641063fc2, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/Locale/Info.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/Locale/Info.php', 1, 0x00000000000000000000000000000000, 0x8616fc685331e2fcb5db33bf94b11cb3, 0x476310208f224daba23605732daba55ddd081f38db9f5e5e4f60635a4d209ef9, '', 0, '?'),
(0x5e317d2deb89aba73ab1b90625a31b7e, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/PhpHandler/Info.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/PhpHandler/Info.php', 1, 0x00000000000000000000000000000000, 0x27ab2088fa2bfcee5faf6d9851c2d4d0, 0x0db0609b23a7b44a83f081682b01fe21a935773ecc8159e5f3cbec4990f06bbd, '', 0, '?'),
(0x2157227a1afe6e02fa9c2fed661c2663, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/SecretKey/Info.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/SecretKey/Info.php', 1, 0x00000000000000000000000000000000, 0x143a3d23260454b0038b191063bec6ca, 0xa0fc4bf49de0ebda8143e2383cb63e7536c975a96ae5e2928532806c5d778cbd, '', 0, '?'),
(0x6eb6318f1d7c578a24ec84a760928fcf, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/Session/Info.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/Session/Info.php', 1, 0x00000000000000000000000000000000, 0x37e37fc1b814b569f059155929b029d6, 0x97a4d396e76f0ea66b08693d46a13694e8205eb0bb034c366309628e80c3b30b, '', 0, '?'),
(0x3e32ccb0d8e82be0426c6e9cfeef3aed, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/Site/GeneralInfo.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/Site/GeneralInfo.php', 1, 0x00000000000000000000000000000000, 0xc22e6be44982ac35e7d9f4a9e18b8122, 0xb0342ebdf963c10ba4621e8c1b60b99e5b149033d25e202e4676446ac5eb041e, '', 0, '?'),
(0x8110848880c2d372485b84b524ace62e, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/Site/HostingInfo.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/Site/HostingInfo.php', 1, 0x00000000000000000000000000000000, 0xd43575c0abf839babedbefa8f3783656, 0x3d06744bb958a02e91b007973c5ec0b630f84cbe69eeca488b3bc34f6d4224fc, '', 0, '?'),
(0xb9f4415662c6a5539fc9e376313a8607, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/Site/Info.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/Site/Info.php', 1, 0x00000000000000000000000000000000, 0xb1777a77f9e3ef25bb8d5cb5f1675ade, 0x2798abd47aea1237e3ef82f80e4966e927af4bcd2652476f7ea9c94829c0a369, '', 0, '?'),
(0x086e95cd8d308633270f78f2f6636a3f, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/SiteAlias/GeneralInfo.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/SiteAlias/GeneralInfo.php', 1, 0x00000000000000000000000000000000, 0x9fa3168e86f1dc512d11cbe262af0c02, 0x53dcb0ecdaf682fa04c1ede1a778931c769b010403c1ade84a8b9c0c91cf545d, '', 0, '?'),
(0x3917b6c74ef216aa1f505e44d338d36f, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/SiteAlias/Info.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/SiteAlias/Info.php', 1, 0x00000000000000000000000000000000, 0xd024346b4963c6de696ec9b1ec6cbe2c, 0x6066e974e7361522db3514f8c5e57cc604fe6ff7afbea740a12cfbde0985c088, '', 0, '?'),
(0x743581bc2c17057260e69164555cc219, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct.php', 1, 0x00000000000000000000000000000000, 0x9c1642f01bd309ee59441e4f027b456c, 0x8b026858cb3bcbbdbc0d736b5b937f500f07d16c6a96c9612694dddfc69037fd, '', 0, '?'),
(0x31f8aa5c4a76e57db9f342e3870470e2, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/XmlResponse.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/XmlResponse.php', 1, 0x00000000000000000000000000000000, 0xc2119e682374d9e936fafcb3ddf10245, 0x69796014e7462e2ba4a108e73d30324f8695718b5539900d144712003e9c6d56, '', 0, '?'),
(0x750c7ee64601884900a520a5cd29b6f2, 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/wait-for-plesk.sh', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/wait-for-plesk.sh', 1, 0x00000000000000000000000000000000, 0x98c122d96f6a06c26a1851bea43b439e, 0x230170089b3543f8d61bb347925d014731657e3b3b464bcfa68012c539ae92df, '', 0, '?'),
(0xba3fdaf47a6f2e38a5648c663957863b, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/css/admin.css', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/css/admin.css', 1, 0x00000000000000000000000000000000, 0x6b45a168322184d21b64a6f913eceb04, 0xc69385cae543e8d59f8784ba15968c742975d44a4b34886734a42d961b344bce, '', 0, '?'),
(0xcd2651aa3af31d634d94d1113496fb00, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/css/admin.css.map', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/css/admin.css.map', 1, 0x00000000000000000000000000000000, 0xe7f8e7e24ee0e9fd772984492ed91f10, 0xffef77e1b7557c3aea05e923388b02528002b440dab04b3eeb54acec0a614ab6, '', 0, '?'),
(0x310a998d87c0c3c8f263ecfad6e3b127, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/css/admin.less', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/css/admin.less', 1, 0x00000000000000000000000000000000, 0x83144bb45774db900320ada913c2321a, 0x1ecc343429be5c1c22ec21ebb52618cde03c42f6a4e3dd29318752b4ee57bd86, '', 0, '?'),
(0x2ce20841018c028bda81ec77e98b4b47, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/css/admin.min.css', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/css/admin.min.css', 1, 0x00000000000000000000000000000000, 0xf4fc72c50b1018003307ebf8df669a81, 0x232175d0010b6edc45706d336c28f946a47c5f1e05e96113c88a486c0bf69b18, '', 0, '?'),
(0x337e4556fec9bdae49862db80ed87629, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/css/help.css', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/css/help.css', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xc1805c64adc8a04e07ee337d9c273dc1, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/css/help.css.map', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/css/help.css.map', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x749223bf3e6909b8e2ada69758c81070, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/css/help.less', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/css/help.less', 1, 0x00000000000000000000000000000000, 0x0b46f48db0d33cbeb6e466f435e0d1af, 0xe4e541d1d463af552256eb62563c91043f68871f6da0d5b57995693cd8b9137e, '', 0, '?'),
(0x7576de90a5c80950c09aa96fb7494a28, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/css/help.min.css', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/css/help.min.css', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xe01317815b2c2f3e012a19c467e1bb11, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/css/menu.less', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/css/menu.less', 1, 0x00000000000000000000000000000000, 0x4654939f7bbcd5c352a9aa9903cb3e73, 0x7f452c1536dbf5ea8aab05f03fc9a4b869d3de1612c3591b8840de985fbe39a3, '', 0, '?'),
(0xbc282b5b2b61090e7a6634df7f12b66c, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/css/tooltips.css', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/css/tooltips.css', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xcb6d018b23ecef8bba6e93923863ca68, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/css/tooltips.css.map', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/css/tooltips.css.map', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x76f118de9cb203be96e9ccf0b8830d6a, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/css/tooltips.less', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/css/tooltips.less', 1, 0x00000000000000000000000000000000, 0x2ca2dbe53cb411ef832b1fed36fab824, 0xd88a747229b96be15a74da128043f39b1f598d11150acbcaaa6b3619d35f2d88, '', 0, '?'),
(0x643e23939eda80aec8331a489157c55f, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/css/tooltips.min.css', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/css/tooltips.min.css', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x4da39e3b0bbf6887b4f2009218b2165e, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/css/variables.css', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/css/variables.css', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x03e459da4380d0efef120d1676dde099, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/css/variables.css.map', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/css/variables.css.map', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xb6d7d539a608b1676b3460b08d3bd4f4, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/css/variables.less', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/css/variables.less', 1, 0x00000000000000000000000000000000, 0x8490e2445ac8c38d1601058c8fb8f69c, 0x3512c38ba538949966d99c6c87a77f81b0e3ece79fff305229b7bb09258e84f0, '', 0, '?'),
(0xd83c9e616639c854bcfa1ba3ed6538bb, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/css/variables.min.css', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/css/variables.min.css', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x4578507af6ff2ab0397f47a4a7cb7e17, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/css/wizard.css', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/css/wizard.css', 1, 0x00000000000000000000000000000000, 0x57b0a4fe1a5cbeae7a21c0db4a0e09e6, 0xfda78011b40c1eaa0823ac710dd6214b73a3d9c840c6dadb250d22c75fb1b655, '', 0, '?'),
(0x9600bf05a65a959dc074264fc48378ca, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/css/wizard.css.map', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/css/wizard.css.map', 1, 0x00000000000000000000000000000000, 0x8a7c8bf5f700fa41d64c0ee94ff1d102, 0x01ed938714cf6b035421110994ca14d7ecba7f7b7eb49b686c69efcde41f5fd0, '', 0, '?'),
(0x76a96c2b5841b6270a8583c3a1822b92, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/css/wizard.less', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/css/wizard.less', 1, 0x00000000000000000000000000000000, 0xf616da86c835d848996f3ad61a6b206a, 0x5941264a2320f88119e8e51f5221fb56284b685380210c2ffd8c0209b0494369, '', 0, '?'),
(0x4c35e75e774a6d10bfdd50aca01fb6e6, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/css/wizard.min.css', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/css/wizard.min.css', 1, 0x00000000000000000000000000000000, 0x763e1278bde2ceb50855933abcc73c3e, 0xbc13e5248570e97c1b7c6fc681b1cacfc6683ad76fb6d103c8e804b319a60423, '', 0, '?'),
(0x52fb91356e29b82deabdd4f19edce23f, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/icons.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/icons.php', 1, 0x00000000000000000000000000000000, 0x03d4805b21b8bbf6da3bb8ca6612accc, 0xa97ee86ea1d17f6c216238f2f5ae114cc603ba24130776ee5cc570642936f5df, '', 0, '?'),
(0xbeb7856408a9fa8a0a55f76c5c38200d, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/js/wizard.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/js/wizard.js', 1, 0x00000000000000000000000000000000, 0x6750c9a59a92f90a73e92e35e9c2340d, 0x6853b3f9f0560234134c9e40e4ef795e576f6cf5c4fe342f31d264cbc407e319, '', 0, '?'),
(0xa5c00754af2686b6038682833d0d9f6e, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/js/wizard.min.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/js/wizard.min.js', 1, 0x00000000000000000000000000000000, 0xebcef1cd8791fa7d498ae434a234b6f4, 0x33cb0d8cd64d955f669ca3ddbc96ec2b704492e3cb15dcbd05034f575bf37749, '', 0, '?'),
(0x5180040fc22ee8cda14ae91b3c5e17dd, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/css/select2.css', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/css/select2.css', 1, 0x00000000000000000000000000000000, 0xfd9fe49d3d919d631d3e2185c1badda8, 0x6228185af6417088b1fd6f637848ca61f4ce5012ae4fa31e5d8644f33d460bdb, '', 0, '?'),
(0xd558204b985da7bf5aa73221317be2e0, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/css/select2.min.css', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/css/select2.min.css', 1, 0x00000000000000000000000000000000, 0x02cb666f6aec53dd8e49155ba0b81030, 0x81298b9e7cc364a81d44d87ddb2c66b5e1da81b1f8cbb6144e8685be78ba88e5, '', 0, '?'),
(0x73ab05cc0ded73fa7b82d9baaf04f9d1, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/af.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/af.js', 1, 0x00000000000000000000000000000000, 0xffccc3219a753749b0fba0956be45496, 0xe9fbd358c0132290454f1ef2dfbc40328e284ae7f8f560a082290e566cf2eea2, '', 0, '?'),
(0xea18cd48ba6d328716dabbdac1cabf5b, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/af.min.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/af.min.js', 1, 0x00000000000000000000000000000000, 0x87c6c1a0ca936d9b52c22154f77782e6, 0x7d1084d09c35647a4f4496c4b9d586b04b58d8285b98b7c4e81f469ff808b993, '', 0, '?'),
(0x9dc9ce47c93daca24364b4691bde2038, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/ar.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/ar.js', 1, 0x00000000000000000000000000000000, 0x52b719324be67478f27b3ffde48d7f0f, 0x0b211b127fc9c2d07fe4871306d1e12f41f847769d59f47eb020b18fabe88103, '', 0, '?'),
(0x67ab42034cef6c6eca2bc1a8416ee832, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/ar.min.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/ar.min.js', 1, 0x00000000000000000000000000000000, 0xf2a31f45d59a9509caaf578cd5995893, 0xa4c34143a50f788f113574aeae4fb6b991079f4c0a8e9bcfde626f4292d8aea0, '', 0, '?'),
(0x8b0d9dee5477b908e5e975355f901583, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/az.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/az.js', 1, 0x00000000000000000000000000000000, 0x1e06108065d5b5e995a85d72d6a9df66, 0xdc6fac829c5fa5f9864d5303d734d0da7ecb9310e1140038f3d90932359a3087, '', 0, '?'),
(0xa7cc517bb5c03142c950882eedb66f09, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/az.min.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/az.min.js', 1, 0x00000000000000000000000000000000, 0x35c547c58b5f585c48520c3a26acba1d, 0xe7eb5fab980dd036a48b318863c405ed0ce45ea6e15cc95ef0a48bed0a139672, '', 0, '?'),
(0x87f0de22a8281b23a516054c7562d414, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/bg.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/bg.js', 1, 0x00000000000000000000000000000000, 0xa3e9abdab25a10f5d04b16263550f6eb, 0x22dd25c7f3a4824abaffcedb4aab037843ff631d6c24195f2a431a970cad533f, '', 0, '?'),
(0xc1fc399c8a1702fc7df91c283a049659, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/bg.min.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/bg.min.js', 1, 0x00000000000000000000000000000000, 0x0d4647b98eae3188ebe10313dd561ca2, 0xed8eda84d6350c1affb781f211791c13a557a01b9893f3fb06edee0db0672c44, '', 0, '?'),
(0x8f647f7e52393fc62b378a0d8bb6bc88, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/bs.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/bs.js', 1, 0x00000000000000000000000000000000, 0xd4894d6432bf231c48282854cf71a6d1, 0xef70456bf32532a27509877919a5bdbf3af12c493ab88578fd91e6ec29a43515, '', 0, '?'),
(0x36f408d73bd107526ddcd1deb0227976, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/bs.min.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/bs.min.js', 1, 0x00000000000000000000000000000000, 0x9fd8c8e5eec4c772f8face6b6f285939, 0xb71fe25fe618bc0e79270c5dbb7080a7873fad57eff7ac1fa8f9785002c4f275, '', 0, '?'),
(0x4e6867d8c4695d0f35be50bd2d7cfd37, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/ca.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/ca.js', 1, 0x00000000000000000000000000000000, 0xeed1654789eb35755da5dbc0d95868d3, 0x5a6a45cc1daef500a621d6b011b8bfe5dcc4e35911ae01f4e587b89ce5adedad, '', 0, '?'),
(0x0d3624a9451c3180560fb836096fa3cc, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/ca.min.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/ca.min.js', 1, 0x00000000000000000000000000000000, 0x7f06be4fc0b50046bf75f4efd23adbe9, 0x9a0c60437a538a43240c9cf443b3a01207762ba6b4fee97afc0c7eeda2c5af03, '', 0, '?'),
(0x106f2273932cc31213eea4c5a9b93c72, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/cs.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/cs.js', 1, 0x00000000000000000000000000000000, 0xacf6f01bfb2f4c76012bb9b26b88b338, 0xd392f7b0c64fdb1621cd9b0a953491d4834da91198282b8ee0674b1bfdd5c327, '', 0, '?'),
(0x13ac1561386a64df4724a323344cc82f, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/cs.min.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/cs.min.js', 1, 0x00000000000000000000000000000000, 0x5d6cdaefb9400101128ceecc294ecb4b, 0xccead7bca21370f4f392a4604aa206f69107f9be5a4a931880846c71fca2ec04, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xc11a16d1e09c0f7378f832158423ec0e, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/da.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/da.js', 1, 0x00000000000000000000000000000000, 0x5971bb74cc9f105fe01e968de15dc0e3, 0x4e06427dc48c4e4ae7a7ad9206452c9dad4dab6e5660342b715df453c09137ee, '', 0, '?'),
(0xf58a0c186bfac5d5a0990700903793a0, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/da.min.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/da.min.js', 1, 0x00000000000000000000000000000000, 0x73f344d28569b1292c3c9bc03169fa3c, 0xc63c7c2cf357eb62b1b05449af314622fc92be9063972f1a4bd318627adf9aea, '', 0, '?'),
(0xebbb6837e5f90adba89200ed86ace65d, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/de.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/de.js', 1, 0x00000000000000000000000000000000, 0x887bfc43e9d1bc348b439e74e74a5f59, 0x11cf01c881642b42a07727a4eeaea33c9966b5d24d10fc1df6170071fcee8431, '', 0, '?'),
(0x9d34be3e58a62726c24f915ec7399207, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/de.min.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/de.min.js', 1, 0x00000000000000000000000000000000, 0x23165efa84a1a23151cb8549715807f4, 0x4b34f065af7e59658291ecf1f333024d4be8198ae5a2c66a60dedfeb99d94ace, '', 0, '?'),
(0x5ea6dfc89cb85a389ee311472f511e7a, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/dsb.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/dsb.js', 1, 0x00000000000000000000000000000000, 0x5ccc1b5ff392d507bed355e429be6a4b, 0xd80409940fe71737caa3a7503c2e4bafe9056ba48fcc3a695b40f819e87d952c, '', 0, '?'),
(0xce4036fa12f0ed6a93764782877440ba, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/dsb.min.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/dsb.min.js', 1, 0x00000000000000000000000000000000, 0x88c48b8ac7dbf983e6d49ba1c89477b8, 0x94eaa16f04508ce4a02b080a0b0531bd2c2d4335b43d03c4464c6ff481bff100, '', 0, '?'),
(0x624185cb2a0ccd4398fc91814b177307, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/el.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/el.js', 1, 0x00000000000000000000000000000000, 0x746ca2647d0c656cad4552a43295e480, 0x6bfe3e1813a8598e51ce32a9dc4699ec83b32f2ca54a07048d9618ec9c7e8f65, '', 0, '?'),
(0x167289dfffc75fe6cd76b1f880a2065a, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/el.min.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/el.min.js', 1, 0x00000000000000000000000000000000, 0x924e59b3a9c9589811dd4fec633411d0, 0x6e72104e2d4c624970115dd1859e4cda4f1bafa787abcabcad1a5dc01cf3329d, '', 0, '?'),
(0x4dcc3ed51be1ada6050f578e557ecdf9, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/en.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/en.js', 1, 0x00000000000000000000000000000000, 0xa283e3dd0ae02019849abb4f24538795, 0xf762c431d2f08acb796d9e00e13a03735d47c8259563af3860ff79004e6d1b16, '', 0, '?'),
(0xe130bebb1be532033a7a74359617480e, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/en.min.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/en.min.js', 1, 0x00000000000000000000000000000000, 0x8cfedc4ee88ade4ae4e1dd379763f7be, 0xe72b703a74f46210d709c337320a74d5c0d9e7f683f5643d01024e0bc3b725c5, '', 0, '?'),
(0x30f1bdd41882eb82136fa87b24b85434, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/es.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/es.js', 1, 0x00000000000000000000000000000000, 0x292cb89dcf040f45d3355382101dc79f, 0xc24f68187a8efa9d97a86e223b9e7f27f7f7094999b038a34f406081f643de31, '', 0, '?'),
(0x5c708df3ab14f46bf51d27a14a0ad735, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/es.min.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/es.min.js', 1, 0x00000000000000000000000000000000, 0xaddee7b7c753f625616eaffab5562acf, 0x20dded553e55dcbc7d851ff8d6208501cdb53b2a6ddea961c069e0841438069d, '', 0, '?'),
(0x4ce4ca1c3123cf5938ef8a5b30607447, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/et.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/et.js', 1, 0x00000000000000000000000000000000, 0x0ac55f115c01963a7b22efa62b3a0ac6, 0xe09b8f4b0daa7506d16f8293eb0f90afee58a7378865761dd2efef7430e58d45, '', 0, '?'),
(0x147585a71758acdcd73eaf674d072491, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/et.min.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/et.min.js', 1, 0x00000000000000000000000000000000, 0xedff31c3e019fef82b283bd55bd4b4c9, 0x3983d0bc045dcc9c5a240d62d08f8ddcefa191b11a1230f92a330b3c13a7805b, '', 0, '?'),
(0xaaff9685d15d8d56f886d4c1affc8ba6, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/eu.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/eu.js', 1, 0x00000000000000000000000000000000, 0xa88f9ce66c2a2d01f24d905277809676, 0xbfd8bf238ebcde5b525d8368ae8507adc815c15816d38fc7ecbdc1490fd4a73f, '', 0, '?'),
(0xffd24891ab8958e9cb7465eda279f37a, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/eu.min.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/eu.min.js', 1, 0x00000000000000000000000000000000, 0x9e419caab8aa91b5d47ad2bf0dc676f7, 0x6468748a66d5cba7c38a44b4c768a0e92f9a5d7540314e863711c7ee0254dfda, '', 0, '?'),
(0xa91675190e3a049cc8290a7716663cbd, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/fa.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/fa.js', 1, 0x00000000000000000000000000000000, 0xbcf450f3cc03bbe3af9c134b0bad34c5, 0x3e1094ed366a8f925759a514c6d35f835036d35271c085e0a6b660e1afe06307, '', 0, '?'),
(0xfdbedd7daf0f4df63ec32fe7dfe63dce, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/fa.min.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/fa.min.js', 1, 0x00000000000000000000000000000000, 0x5eb90933fc9e4728375964e3750d8b22, 0xdab1e19de08ced373c33362cf0e2c42347791eb1c2f35d45d1ba9a428b5d9c85, '', 0, '?'),
(0xe7b718e1626c2eab9979a6e71c9c837e, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/fi.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/fi.js', 1, 0x00000000000000000000000000000000, 0xced26f62e1c02c4703c1b8ebf717f0c0, 0x4e7d7c35b0be50150ed41074c61b4e197a67a876e4b627446f89ee2fd54e4bed, '', 0, '?'),
(0x62a2df5e2fe1624a3885d5fe0d7fa1bd, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/fi.min.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/fi.min.js', 1, 0x00000000000000000000000000000000, 0x87c9090bd02d9db57fff254afb3e56ee, 0xc62c3ccae58a4691c898db63772adda4006866787d03691590c11dd8389a8e1f, '', 0, '?'),
(0x66b1326843e6fc72c1f6814c77a10d48, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/fr.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/fr.js', 1, 0x00000000000000000000000000000000, 0x1d40984d797ac04b08577c9a15b94931, 0x748e4f9f578187b321a01860dffda0b9d6467ecdb8765290d8bb6bdbaa09b871, '', 0, '?'),
(0xc27aecac45a557817f6301afc23b4346, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/fr.min.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/fr.min.js', 1, 0x00000000000000000000000000000000, 0x32e8eacfda7ead57519e7201d20b9c2b, 0x075c90ad783b260a22531c771d8079bc8642c5743304bb8058f2d381c38450ae, '', 0, '?'),
(0x6f8f0f43deccc5c401c5a736b89762c1, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/gl.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/gl.js', 1, 0x00000000000000000000000000000000, 0xaf582a32affc8436cf828a842326b931, 0x2d65cd2615e7a4e6611f2a1d2983676f0d4a3a3f79944ccfcc15a8982b1133a0, '', 0, '?'),
(0x4d60e7c623dc1004c4a156bc8ff8cdc7, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/gl.min.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/gl.min.js', 1, 0x00000000000000000000000000000000, 0x357af973ae158b5891cdfeffa298e08d, 0xaa3da09d341b03d32d194f74e69a175273e720fbf2f63786c9d84051a342672f, '', 0, '?'),
(0x13f49f17c0dcc1d18ef500e141776b43, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/he.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/he.js', 1, 0x00000000000000000000000000000000, 0x5a285c4eed8bac9dc5d509193319406e, 0xc2744178d9a0a9c67211a27f68b48b78f4210967264e468b6c2035d6ebc80fa2, '', 0, '?'),
(0x658d6c8faf30e82f192b282c20de2152, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/he.min.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/he.min.js', 1, 0x00000000000000000000000000000000, 0x5130e32bc8d346e3d79071b9d948226e, 0x69a7e0dd221bd5cf70567922b218e181687a53f1ed9511330670db5b0330eaa4, '', 0, '?'),
(0xdbe051f259fd0a218dceedc04f1726b5, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/hi.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/hi.js', 1, 0x00000000000000000000000000000000, 0x6f69ddf22b36cb3c127c19d4812a99cc, 0x4b8e8903ea5c32bde01469113751eb73be8f39d376d470c1a9d1018b7e73d6a1, '', 0, '?'),
(0xcec5034105d219819edad6606ca01fd3, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/hi.min.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/hi.min.js', 1, 0x00000000000000000000000000000000, 0x8c317fedbcb2380e6a74eb2371fb9784, 0x1bcb31cb50a882d6b07e4be62dc0bc931022b10644abb7c02baa7c486c6f0065, '', 0, '?'),
(0xc39fc1422b9d27596f02c55655c3a0f8, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/hr.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/hr.js', 1, 0x00000000000000000000000000000000, 0xf4c7519c24001abaeec5db25aa341fe6, 0x40d39a07c2d91ca7376900ff41aa3db5e82ca0381915e4f1f847c6636f7a404f, '', 0, '?'),
(0x97fcd107668776b5a06ff3ba324079aa, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/hr.min.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/hr.min.js', 1, 0x00000000000000000000000000000000, 0x54e8518fdaa19120d1767692ecab7637, 0x141e4262a1b2cf6da45a280a74a07b9b0a904809b86cde4c83f5fc892ef4915a, '', 0, '?'),
(0x6fa0daa3a430ffd2813b40b88b22a2cb, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/hsb.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/hsb.js', 1, 0x00000000000000000000000000000000, 0x8c05174613707aacf42773111d4db7e1, 0xe9c6b2b6914c886b6ec0b0f07cbfe6130294f8cd81125d0bcac738407a2ab3f4, '', 0, '?'),
(0x1ac6e4bc45d8065a9ae18c2094526513, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/hsb.min.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/hsb.min.js', 1, 0x00000000000000000000000000000000, 0x959053915fab9d8700380a22092b3407, 0x81f280f8a1f64334582e654398aee5b9db2e021f7f9346841ffebc11ee6debe3, '', 0, '?'),
(0x30720fd8400d3060ed3cc8148bf82692, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/hu.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/hu.js', 1, 0x00000000000000000000000000000000, 0x3c787adab924c9e6ae4e9bde4bdcdcc5, 0x2d9490c001668d7e2e11294dde960c8db934fb39b4fdb3d83da83a61a4937b4b, '', 0, '?'),
(0xd9f393c839f0ec650350387b7f8a2859, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/hu.min.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/hu.min.js', 1, 0x00000000000000000000000000000000, 0x2a6940e00ff3716f386b01f68d9d1585, 0xa070a7c81f3a8e363a2a95f1323bba4ef3d79a8b311876f4323be8dc880d58b9, '', 0, '?'),
(0x300b7c057114b2daee16ddff8b486861, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/hy.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/hy.js', 1, 0x00000000000000000000000000000000, 0xcf5cdf3cdd616ae969450c1852d19901, 0x2fed458b586e0e96a9f602819fd4a1469ec3cd8bd769bfb77153224139d36ef0, '', 0, '?'),
(0x5d38e8e8dcb47e8775383fed3f3d0869, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/hy.min.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/hy.min.js', 1, 0x00000000000000000000000000000000, 0x9be27216102253d80256c05d8965d646, 0xe0f20206b75756f1d0b58adaa1733455c6d01ba7b35c120a30bd1658f0c61b0f, '', 0, '?'),
(0xa7846b6eda631f7780b20b03b7c81326, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/id.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/id.js', 1, 0x00000000000000000000000000000000, 0xf62ad1765c7e94baa394082818ead30d, 0xbba6db4a043351620689ec322385627a1c65fc2e8962b3a1eb8da7d4c1e77db4, '', 0, '?'),
(0x9dc42942a4bf2eeabd77d4f635a1df3e, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/id.min.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/id.min.js', 1, 0x00000000000000000000000000000000, 0xaf170d12df1eeafa86a8cb3f544fa9f3, 0x693da242ef2f9677aa17795b86ea8da21eeaca03daa9d50379fdead69fb7c6e5, '', 0, '?'),
(0x4642df0c473791f36b2fa3a9fcb6cc44, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/is.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/is.js', 1, 0x00000000000000000000000000000000, 0x56dfb9327889abe282591b26f9a36ebd, 0x4b709e214538df5f0b2daa626ecb16a20e41e390b51d8b3df2030c65ab55d6ba, '', 0, '?'),
(0x9dbd78464ab857376ddb0247d99b38af, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/is.min.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/is.min.js', 1, 0x00000000000000000000000000000000, 0x546e4413a256b5d2ada8bc66dae69d86, 0x87e9085e589e30be94c3f04f3985e7d9747ff56c9163d2332c86c076e6e2e8af, '', 0, '?'),
(0xe5b68e106f166dad47564d37f3059911, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/it.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/it.js', 1, 0x00000000000000000000000000000000, 0xfbbd47ec0c38430fe2cbc6e4af92d9ac, 0x14c7cdde75648a7ac0358f82a24739d424069dd0a2f9c2577f77fc05ae61ea78, '', 0, '?'),
(0xb4815a20c0358ab4c67ac02a37ca8812, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/it.min.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/it.min.js', 1, 0x00000000000000000000000000000000, 0x8c0d67c3218fe169b9ab276ce0c8d434, 0x2e5d3dc5831c79c595b59dec73fbd5cb4aab5ddbfb4de5bfd04cd31bd18d51f9, '', 0, '?'),
(0x57854edbb38cd1ce2a8caf3af0322c61, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/ja.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/ja.js', 1, 0x00000000000000000000000000000000, 0x20e9058be96812fcd53ee660945e082d, 0x71e91301180de471f84fa8da474f55ff15826da2de9cb5aa1731455dd9e970f8, '', 0, '?'),
(0xafc7f60c71530bb4d98ef645e71cba11, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/ja.min.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/ja.min.js', 1, 0x00000000000000000000000000000000, 0x60800d8c4afac7850348ec7da1e4d2f0, 0xdc91ac9d8397e298573e1a4b5a010036e6c227397ed1f607ec4cbac14d632e11, '', 0, '?'),
(0x0bd96184d5059985ad1604fdbf67a97c, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/km.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/km.js', 1, 0x00000000000000000000000000000000, 0x6cd23d64696a3d4e24a5f32bd1093d4b, 0xa8742c982ea731291375ae189dd1003368797abbe3abfdf387b81ee7efc8552d, '', 0, '?'),
(0xdaf67d61714725e8ff493505c5a259a0, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/km.min.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/km.min.js', 1, 0x00000000000000000000000000000000, 0x622beb1ccc7cfee1f2d01edf07c7a911, 0xfa6097d88a1212f682031fa3a79c35cd9dece964273227c3e7f468b945897e5c, '', 0, '?'),
(0xed3d3d85f87f83143164b967ec4d730b, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/ko.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/ko.js', 1, 0x00000000000000000000000000000000, 0xe19226d97ec35201cdc585cd428fe74e, 0x9fd74fa1606223d72370459d08d9a9a4749b24167bfe54e3c4e450733f9442d4, '', 0, '?'),
(0x03851bafc4f87dcae24e7ffb85073b82, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/ko.min.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/ko.min.js', 1, 0x00000000000000000000000000000000, 0xe876bbfd70572b75bbe63b79c2b0d44d, 0xe7ff86ab3564d43e348198d3dfc205fe60e17b9821051d6d2481b773ee8d30dd, '', 0, '?'),
(0x67b66497dfdf04a8ca48c100e49e21b2, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/lt.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/lt.js', 1, 0x00000000000000000000000000000000, 0xfa2f40238aa8aa82b989de436e62431a, 0x8f03f1ef4665a57b1a747982d138edeeb8a816f9ae695622348f88b6bc26c3bf, '', 0, '?'),
(0xc28102721edee558dee33d7013e70e99, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/lt.min.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/lt.min.js', 1, 0x00000000000000000000000000000000, 0x34c73ec11727d88208e2d6e2fce0ab11, 0xc8ca04844928050fa5391881dfc8977c079f82f167e27172a844ba6beddb53eb, '', 0, '?'),
(0xebd199b1a5652087bf8218fc424d7f7d, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/lv.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/lv.js', 1, 0x00000000000000000000000000000000, 0x353a188ec484a46bae5e5e151691e3af, 0xa5fa9120a3a766a51a26ccf6b6703ef05fd6b380cd1c9390d8aaa2dca6b58cf0, '', 0, '?'),
(0x7c2a0de13f8a28cf9d3d27ab7edcec5f, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/lv.min.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/lv.min.js', 1, 0x00000000000000000000000000000000, 0x8a76a502987f9ca6229cc57533a29d48, 0xac3a70eedc391cd21191fc3563f733a6c72456cb73fc119cd5c8c9b749928629, '', 0, '?'),
(0xf22a4d07313777c80f3fb6bcee7a2ef1, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/mk.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/mk.js', 1, 0x00000000000000000000000000000000, 0xd486292fb21ad7f4acf1df6046dbf6ae, 0xdd1a29990bad25feb54cb8be34db400c6f3b4f9ac05c356f1e4d2ec1b4001a21, '', 0, '?'),
(0x643f71c07601f370a0b23313690686bd, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/mk.min.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/mk.min.js', 1, 0x00000000000000000000000000000000, 0x17a0c5855055ccc1b15ec92aacc826fd, 0x45e7cce3388c98e7876298eaf9f44745f9954b03a0907879dfadb0e3aee26aaa, '', 0, '?'),
(0x51a1caec3d748ddebf53647a75020689, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/ms.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/ms.js', 1, 0x00000000000000000000000000000000, 0xae472ec599bb40815fc4d81bc579147e, 0x2fd6f22194a01aa796bcf78012324bbcfd78b3c66e176389b7d16e41c639296b, '', 0, '?'),
(0x02450c313b3e3fb5dc6bda1d0667761a, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/ms.min.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/ms.min.js', 1, 0x00000000000000000000000000000000, 0x80897abd84f78c81b73081910597374a, 0x680be068c196eb6be8bf475df0b233e71c6e26cf04a0a8b8fb4ad935348b32ea, '', 0, '?'),
(0x5db3e250e59f70fdc00ef26a9399048c, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/nb.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/nb.js', 1, 0x00000000000000000000000000000000, 0x2d4deaa5fcd1fc70006a34f9e38c8042, 0x4c943843ba5a9103f2d9bf2f42b32421a287f65bce1d51fb3de5eb34e746c73d, '', 0, '?'),
(0x5ec272970e056f02c895e1f99333c20b, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/nb.min.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/nb.min.js', 1, 0x00000000000000000000000000000000, 0x5ef5769740ffc0233cade65821e0639b, 0x559429629a05d7c83b02507cfd319ca96a2880965675f251cf45488acc700354, '', 0, '?'),
(0x591349c57bfde896209785dbb5f0e212, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/nl.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/nl.js', 1, 0x00000000000000000000000000000000, 0xb9ea822f30f98892e3892e184e797e44, 0x7ea26e3e8d8b9b0568926e1dfb0de70dd8923556316d65828b9e4f4e08f4086e, '', 0, '?'),
(0x3c25361ea8427a8a4db16fb44fa8e5c2, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/nl.min.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/nl.min.js', 1, 0x00000000000000000000000000000000, 0x34b1a23cb0160404f7c0b190a2c77770, 0x3d253fdca3fb1749664fc769088ccc422d837bf8dc83df6ea566c3b79984e35c, '', 0, '?'),
(0x39b0ef6efc14ce582d33cc9428934983, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/pl.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/pl.js', 1, 0x00000000000000000000000000000000, 0xd93aa340db7be152408c3b8237aab601, 0x43dc285709d4ed37642cdd106aba63a65ca39a796b2c5acbf1eefff06bc6b87b, '', 0, '?'),
(0x1155801ad625676897bc937649db615f, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/pl.min.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/pl.min.js', 1, 0x00000000000000000000000000000000, 0x23eb54f99436263afd549bcaf0182ad0, 0x05206804854239bc4628b3d0f4a5e1463bd6a30b55d8a8870ce953fe41c17ce7, '', 0, '?'),
(0x160fcdf71e789e85b532901963a407fb, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/ps.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/ps.js', 1, 0x00000000000000000000000000000000, 0xc377eb4362d705c4aae9729740b565f5, 0x64cf6991fe4b6aa1088a7b953546ba99d8ecb31a487c064acf54c615f288dd2c, '', 0, '?'),
(0x04df6194981080ad3cfa9c429a8d3e04, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/ps.min.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/ps.min.js', 1, 0x00000000000000000000000000000000, 0xf9526d6d52aebd1a1f49c15382f54eb8, 0x465bbf404b9716f4af19955dc7240c3ceacc9c30800b0b4e86bf3432f695c56c, '', 0, '?'),
(0xdd7e34ad4d8fd413c3b40d291f1cf74f, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/pt-BR.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/pt-BR.js', 1, 0x00000000000000000000000000000000, 0x75ba62a858139b3130c5fbee5224da2a, 0x4826aad247a5fbac56c95de3de16f3779185852b701e9f51d7a45cc978dfe1ed, '', 0, '?'),
(0x09877a41bba9442b68808fcdd3bb6deb, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/pt-BR.min.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/pt-BR.min.js', 1, 0x00000000000000000000000000000000, 0xfdce0807420de51769797b058a2d9601, 0xa5f0cdd88b11a30f3558b6f0e7afde2eafef5c361ca50717af3eb95ae2175c88, '', 0, '?'),
(0x96dbedc5461d78bc7d831655d11c4360, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/pt.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/pt.js', 1, 0x00000000000000000000000000000000, 0xab17a6fda0894f96c60401e25a5b73b8, 0xfeeea36f4352c394741e12a4b2b3c50bedebc5d20fa33c42d314a0c62b80b444, '', 0, '?'),
(0x68cf13a9957a5a92996dda0b8035a180, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/pt.min.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/pt.min.js', 1, 0x00000000000000000000000000000000, 0x38994c3a0e5d3af1ea35816ba98f8001, 0x0e18f311cce951259d2208cd8e1e10924fc951802c58b1d436e30ec4e59fce50, '', 0, '?'),
(0x74dea8b7ab45a5ea7e366a3c2130615e, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/ro.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/ro.js', 1, 0x00000000000000000000000000000000, 0xd10dab98788a4bc12900737b105e66ab, 0x59ba8bd178f88ff8e967bffe5161b29bf59fa02a32a0565f37bf7f20ddd8f0c6, '', 0, '?'),
(0x8c28c35d82fddc3b52003edbeddee847, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/ro.min.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/ro.min.js', 1, 0x00000000000000000000000000000000, 0x785da4de537c4efe042ee5e0ac4500d1, 0x335de950a7d851fa01eb0ca1c77f116ae666ad308083eb87e4fafbb60a172131, '', 0, '?'),
(0x50e2831e7fcb7264e1c98246d47713be, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/ru.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/ru.js', 1, 0x00000000000000000000000000000000, 0x6b463856ecb4cb04cb5d9790df2d17d7, 0x92031a8fb577f1482c930dd863e2e11af7a0f32365f9c0735dbea419f5b1b770, '', 0, '?'),
(0x2b447ec0c8947198dadb77106d57eb0b, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/ru.min.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/ru.min.js', 1, 0x00000000000000000000000000000000, 0x959f873b43c74508ffc0574c07e444cc, 0xaf0ed13a2915666c5c1d9dfa8edf854ae228cb734c8e88afc07ac50da8861eba, '', 0, '?'),
(0xd1d24f9ba721c893782ed9cfbf81de32, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/sk.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/sk.js', 1, 0x00000000000000000000000000000000, 0xa58d651907a8daee0b66fcc8f9c46eef, 0xe2cc6334196749f1cf18077a0aec9110ab038d60499b639c06598ffdd5e9efed, '', 0, '?'),
(0x65767afb5c554c23bf34fbaf8159a8f3, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/sk.min.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/sk.min.js', 1, 0x00000000000000000000000000000000, 0x1807452fff796a66d69dd482a395c330, 0x9a1e2af26daea3b2fa75a78633634fc593213ad3c373b9682efd9a83c0de7f9b, '', 0, '?'),
(0x516b6e6267eca716a32240c6dff6fe30, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/sl.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/sl.js', 1, 0x00000000000000000000000000000000, 0x162469a2f9b769813dafd85917bbcec3, 0x6eddc7a42da62c970acb61cd860401aeb44b207b6f0bf94ec885a0f8482b835d, '', 0, '?'),
(0x520393a94782cf6300cbae48252ffa04, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/sl.min.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/sl.min.js', 1, 0x00000000000000000000000000000000, 0xc52a7d7e2a0bdad43ac5d5777aed4627, 0x7e6e9ec954bdf2c973e9d5dce73ca1be8a34262cb1a4bed24bf2cd2470c331c2, '', 0, '?'),
(0x76d982c855bcfd0b3b515e4f4680346a, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/sr-Cyrl.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/sr-Cyrl.js', 1, 0x00000000000000000000000000000000, 0x41d07734a1db925c500c5f657a15856e, 0xa3d75c26484b9f9fd1f5d9b66afc3b1897797acd5b0b39c901b307a7a0cdecd4, '', 0, '?'),
(0xa6365f95d9cadb69f5e6bf132eb28aab, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/sr-Cyrl.min.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/sr-Cyrl.min.js', 1, 0x00000000000000000000000000000000, 0x883fae8909306cc5e6eba12b3ba030d9, 0x8429314680b3e264b6b40bae77f41154fd48b7b652552685118cd73ff625c5cd, '', 0, '?'),
(0xbf9402032b029b7ee298c345de686169, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/sr.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/sr.js', 1, 0x00000000000000000000000000000000, 0x32f8ab0c4b96defc624e5724d30912a0, 0xe36e431f6f1cb811775aff5d70c6645f4eefc2fc3d1027b8b7711f6f6dada81a, '', 0, '?'),
(0xb864c727b745d15f00dde2629e254764, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/sr.min.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/sr.min.js', 1, 0x00000000000000000000000000000000, 0x20a213b087534a25e30e372050ca208d, 0x532a22b69b7a19ae897b7abc87924c48ee0f3cf937e0f91a37c941fb2e5831aa, '', 0, '?'),
(0xd261e1130cf370a4e271b1d2725b262f, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/sv.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/sv.js', 1, 0x00000000000000000000000000000000, 0xa18c43801b07daafd46af31cb251e2b8, 0x901a05a72ed47cbf44a1535a36ff73147f8ba2da4d344438e8642673010d5f31, '', 0, '?'),
(0xc753e020481741ae7d4fcccfb408565f, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/sv.min.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/sv.min.js', 1, 0x00000000000000000000000000000000, 0x79d3cdaae25628679e9c67c8cc10b346, 0x8aa9614e497a0ae488692727a35a9637ce6ae0046242a828ebd5910310d3ca8d, '', 0, '?'),
(0x25908fe74b5b0ec0afd106b9aa362f64, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/th.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/th.js', 1, 0x00000000000000000000000000000000, 0xf2c3125b6b66abeb89211bb2ca169229, 0xa57c0c144cf4338367cadfc832003ae4deb6e4d8ba8de1b87ae24de939a98190, '', 0, '?'),
(0x099014101c45ce83acdfc7972e3c5af0, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/th.min.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/th.min.js', 1, 0x00000000000000000000000000000000, 0xb7cb27bbf2733fdc2b4fa95a48ce3485, 0xc7498338f83c1735083761ebd635db8cd4e47bf25256710d81dc3774b8302a1b, '', 0, '?'),
(0xdcd382f6170b59fdd60f254b42ca1b46, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/tk.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/tk.js', 1, 0x00000000000000000000000000000000, 0x5856f914298fa71b941d6699b7d3f0bf, 0x5b16f6976d7dbc9746af609ddf05f83bc53e56e9601bde24ba88ce9eeeae706b, '', 0, '?'),
(0xc23ce4e4cfe8f6ce6a1dd47923aad35a, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/tk.min.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/tk.min.js', 1, 0x00000000000000000000000000000000, 0x422b9a224ad66c80beadf86278fa2370, 0x56c46ca548c7ad1b1ef976ac4d093caa11e7527a5366a7c690358bb316d0e353, '', 0, '?'),
(0xa7fc2d9faa7b528306d7ce8e132f5f36, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/tr.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/tr.js', 1, 0x00000000000000000000000000000000, 0xa43b381da7ea211c4b2fe36f4e40200c, 0xae316f62221eb8b243ef5fdc0530f353250711471e6de5fd82fc2f4007cef939, '', 0, '?'),
(0x7c2cb2870c75ddb90e6e0fec94323fa3, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/tr.min.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/tr.min.js', 1, 0x00000000000000000000000000000000, 0xcac75c3909ca959c70e5a9ae26a33081, 0xe2d145439193336d0dabff0768cbee080320282fd7e059b1b49e396ee723dff3, '', 0, '?'),
(0xed049d32229438d6976d41147ced9aa1, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/uk.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/uk.js', 1, 0x00000000000000000000000000000000, 0x4632e62f969d56a4f614c2554cdb45dc, 0x3f236fea704a78b5eafda02fdcc6d7af7a188a1d1e8bb3a9391286a8d0bca381, '', 0, '?'),
(0xfbb63f6ee46b70c4402fecb75de38c3e, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/uk.min.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/uk.min.js', 1, 0x00000000000000000000000000000000, 0xb1828481a9df1b438f464bfbea1eef6c, 0xedd7012c8586a3ad2e164c2db041279bdd06798645ec835d90a73109ec8d3c84, '', 0, '?'),
(0x168c9a78649fb0287296a2bcc24eef66, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/vi.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/vi.js', 1, 0x00000000000000000000000000000000, 0x3bc6763b3bef410127707f7444f00b86, 0xb968115e916728da1891652d3a4464d5b5183c0ef47385a778073f12ed7a13e2, '', 0, '?'),
(0x09633bf1703a821d9cebf64424d33e41, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/vi.min.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/vi.min.js', 1, 0x00000000000000000000000000000000, 0x75099834343ace3c3e1ac14d5348910f, 0xc4e5dd3910ee8d70816ee4987e9c7fe06a9c484332298e9ebcce7a28ffebd0f9, '', 0, '?'),
(0x9979e7b6de094d18118c1820b2bf96e5, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/zh-CN.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/zh-CN.js', 1, 0x00000000000000000000000000000000, 0x11b65a45f10f13cca1a3caa29d15d459, 0xb3e8f3eb5639858515f7cbc60e253eb70e141129a89876f9bd9d8bb4eeeb9603, '', 0, '?'),
(0xbced6bd92e92cc4f57b0ee1c12599a3b, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/zh-CN.min.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/zh-CN.min.js', 1, 0x00000000000000000000000000000000, 0x9e73da6b264aeaf0abfed8c9dc81ef3c, 0x87866ee5aeed4886780c2ada5ee48ceb433b49f1756413d37e22f0481aeee0df, '', 0, '?'),
(0xa7e4b7bdf7207a19002a92a8618d53e8, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/zh-TW.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/zh-TW.js', 1, 0x00000000000000000000000000000000, 0x08c32e6cd483e77d66e427c764c66c10, 0xeeb2a87dd3fea789301dea42987f9fb0780643e36b08949085ec076096f479fe, '', 0, '?'),
(0x6c1163b0832bda2ee4a447573a3a7d16, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/zh-TW.min.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/zh-TW.min.js', 1, 0x00000000000000000000000000000000, 0xadf6e6e0e251da87a90b90220dda493b, 0x317e546f61edd3a4f036d0644e47326710b621b856cdef05d3c4095806219ea1, '', 0, '?'),
(0x11aebd286560152e19b948f4cf1546b7, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/select2.full.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/select2.full.js', 1, 0x00000000000000000000000000000000, 0x73347f5b78025f16ffb0e40e68ba2d93, 0x5115d0e08bbe0a560614d970c329dc8e74f14e155c4b31bda3389df14c04b40d, '', 0, '?'),
(0x021780fad71ba6373bc7151deda44905, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/select2.full.min.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/select2.full.min.js', 1, 0x00000000000000000000000000000000, 0xba0a9f0127967b241af7331d5084b3bb, 0x22f2a9f04254c5c1b39620f2e606b6ce021bebec08d343b5476e0f95c2947d80, '', 0, '?'),
(0x7541f29996aaf7b0aa1eb5402027a10e, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/select2.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/select2.js', 1, 0x00000000000000000000000000000000, 0x2f9a54c2500929a2aade0cf2bba218c4, 0x85135d3c980053b1ee0e3f2dd1ceba270017d48494891ba6ee8e2db60b2c36cb, '', 0, '?'),
(0x439ac086d4ad77abf20ef95247ce8f3e, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/select2.min.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/select2.min.js', 1, 0x00000000000000000000000000000000, 0x27b971926d5ea70453844b8ff7817012, 0x633a971c4217b82e0e0cd135a4ff6790e525616519e9aa5b234db601e8c05233, '', 0, '?'),
(0xe61f37afc05ca8801d4c1ab14c5e0a1a, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/class-field.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/class-field.php', 1, 0x00000000000000000000000000000000, 0x888b9768acb2a2a3bc1dc8f5f145bf4e, 0x4598c0b534876d4a6dc9df3eb8f8d9fdf6fbf62e74c38959dd4ff4448af3c817, '', 0, '?'),
(0xb03d3d93262b446702b106a268ec1dab, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/class-wizard.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/class-wizard.php', 1, 0x00000000000000000000000000000000, 0x67fe858f826cecc8a81aa18be14a433e, 0x63b3050fa7e819805bac827fd8c080461516df37753371c2de49a167fc798420, '', 0, '?'),
(0x726d30619e70102a148057c224bbc174, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/config/class-config.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/config/class-config.php', 1, 0x00000000000000000000000000000000, 0x4e04b6792f259997424dd49abbfef446, 0x8f0a073097375608c93eaffb648e93b425cb2439cbf939e3c7fa27efeac80036, '', 0, '?'),
(0x81bf5d53652dd125f359d49e58bd4dfa, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/config/questions.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/config/questions.php', 1, 0x00000000000000000000000000000000, 0x78b14577e6b7e73377be49fb8758f874, 0xa902c162db3d6873356eecde83b8d65e998da0de40a4f32a6b2b01df81ed22b6, '', 0, '?'),
(0xc6b51749b992d8882fafe9fd057077eb, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/config/steps.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/config/steps.php', 1, 0x00000000000000000000000000000000, 0x9bfee2dd5abf627f01a502bb7d6ef690, 0xecceb483383ba65ab2ea41201b5b328198a4d26620de5c50909335862bab1467, '', 0, '?'),
(0xabfed9c2a50f113b7d35a1c33dac6d25, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/notices.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/notices.php', 1, 0x00000000000000000000000000000000, 0x4e7d85cfe65c6442abd4827e9ad06999, 0xe757ec7afc52c08e88509bcfc21fda8765801419aa3989908a6c0fa3979c7066, '', 0, '?'),
(0x8df860599ca73cf53ee558eeec43b58b, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/templates/activate.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/templates/activate.php', 1, 0x00000000000000000000000000000000, 0x8a5bcea32f5170b1eb1e95cf9b9af7f4, 0x9250df4d44937011fcaf486da86212f5be25f72215614354ab26c454af2f34ea, '', 0, '?'),
(0x30363cda311e767ae15377bd662da379, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/templates/admin_wrap.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/templates/admin_wrap.php', 1, 0x00000000000000000000000000000000, 0xbc6eeafa42d1b4e45f34a55a2576aa97, 0x529914435b9445c15b8b0cec78c63aea8f09c210168da0eee0f97230fd62f556, '', 0, '?'),
(0x81f9a0f6dc9a1fc9aee15b3f53a04a96, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/templates/content.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/templates/content.php', 1, 0x00000000000000000000000000000000, 0x0d2cff15cc8bd4b74b7be7fb6742b30d, 0x0393fff68da98af0a272665cb5143781d5ee5b9fdb67e39c01ea12887d5b3de6, '', 0, '?'),
(0x03fd8594de43fb0306550fbd1a7fd549, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/templates/directories.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/templates/directories.php', 1, 0x00000000000000000000000000000000, 0x8f4d0846934c8516123cf613c95441da, 0xe6e0314df922a6b68413f85e48c9147465b29fdb0519082970a2f4c63e9144d1, '', 0, '?'),
(0x8fa500a43edf953348fa5cf9e0c60f97, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/templates/dns-verification.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/templates/dns-verification.php', 1, 0x00000000000000000000000000000000, 0x86356db5a4927383a7260486071d91fa, 0x2a686d39cb85b0d37b57176500382cb57a6d1ba8bf0b6d7fde693658a74d422c, '', 0, '?'),
(0xfc852602b867e5dcfcfce54020bfc643, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/templates/generation.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/templates/generation.php', 1, 0x00000000000000000000000000000000, 0x9b2ba9752cbe09f836f6093faffedc45, 0x8b1039fb916a8a92c02c8d73174868bc8d17f73a07ec108bbf23a26b5f6040fe, '', 0, '?'),
(0xc272036236cc1b65547972e6d2fc43e3, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/templates/installation.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/templates/installation.php', 1, 0x00000000000000000000000000000000, 0x61085ed7eaba53bc82f952bf5484761c, 0x834b0111ba621904412ebfb9fa9b062e13732e8884204e3b6e3008e7fe32682b, '', 0, '?'),
(0xae9f2d94b70448c4b8c96f88eefabece, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/templates/last-step.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/templates/last-step.php', 1, 0x00000000000000000000000000000000, 0xc149ed62925c28cf6d173f46c76dcfdb, 0xb7d3d0780e515b73798f38dd433bc92b6f1fa933bcf3c751bb27839fe27abc33, '', 0, '?'),
(0x1152a20e406b6e5b0bff651680ad8d30, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/templates/menu.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/templates/menu.php', 1, 0x00000000000000000000000000000000, 0xd4c5d76a08e3defa525daab7b1655d55, 0x7341210b4ada9260eaac095042a4e0582c7eb0d406a9d76cc70ff8d3d1e3ca7a, '', 0, '?'),
(0x9035aa0efd383a94713345e01a08dc87, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/templates/other-plugins.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/templates/other-plugins.php', 1, 0x00000000000000000000000000000000, 0x480a2a659666470a187be6e4e88d062c, 0x44e5a0243b2cdbb7f4f95bc21052c854f65df81a2bd1d7e0eb2356c652611b6c, '', 0, '?'),
(0x3a74de4fc9600d48f1242cc34df43af9, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/templates/section.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/templates/section.php', 1, 0x00000000000000000000000000000000, 0x3da59e07151bcd178ae0837d617ae52b, 0x085456dd765c4c6df5897ee5e4e5537a4e848047c194daa83a3a0a4590e4e714, '', 0, '?'),
(0xa92ec2970a5699ae381ee3728b6e3bb6, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/templates/step.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/templates/step.php', 1, 0x00000000000000000000000000000000, 0xe6644545d70c813b2c6195b0f07f28c7, 0xaf853aa060cfc07e9dcf856f3ca7c0d13bce860fca5192636657851d82260b9c, '', 0, '?'),
(0x7e837550c19f97db50cfc7c67bf29090, 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/templates/system-status.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/templates/system-status.php', 1, 0x00000000000000000000000000000000, 0xfbaa33fb0e81798ccbfa9012d796ab03, 0xb7ad67a9d1470c053c42552e12515b8d136a491c3d3c79ee094fb4bf0fe0cb63, '', 0, '?'),
(0x7f729c65825e1404d0cc552955e30b5a, 'wp-content/plugins/really-simple-ssl/multisite-cron.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/multisite-cron.php', 1, 0x00000000000000000000000000000000, 0x4a970586619ac0e058285ce389eb8e58, 0x4c551ba1efd3dc11f327e00a5b6fbc10449522cb304fc127d35e2db0663ec75d, '', 0, '?'),
(0x1cf5109efd86242c5689800abdab0484, 'wp-content/plugins/really-simple-ssl/readme.txt', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/readme.txt', 1, 0x00000000000000000000000000000000, 0x13c85c774f5e3ca0aa71e3ca4fd7d748, 0x992ccb03a24919d370c6b2879a820e4ff6b34f564e2c892d22a04674e6efe5e5, '', 0, '?'),
(0x5fd2b90b0c66e01c9ce97fb37012b6ed, 'wp-content/plugins/really-simple-ssl/rlrsssl-really-simple-ssl.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/rlrsssl-really-simple-ssl.php', 1, 0x00000000000000000000000000000000, 0x6cc686dce686a28dbb0b984bee05bbea, 0xbbdaefa15c19987ec7bc3aa3b668e75963a7c00ff6e7a379add1393de1f2fb55, '', 0, '?'),
(0x299b6fe87fd3fa0b89ed41778c2a16b6, 'wp-content/plugins/really-simple-ssl/ssl-test-page.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/ssl-test-page.php', 1, 0x00000000000000000000000000000000, 0x3949480472435e036a69415d7d0c2f26, 0x453309d1ee8975863577f154f1b8941be5f923105442a30ffa39131db925b1c5, '', 0, '?'),
(0xe02fa8b59f95c52ef2e5e991853848a2, 'wp-content/plugins/really-simple-ssl/system-status.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/system-status.php', 1, 0x00000000000000000000000000000000, 0xa2ad51ff86c815c47219150dd16b9c53, 0x47459f4028238f8f0ff920f70075edcd762548ed98d02f45206d313668ea5a4d, '', 0, '?'),
(0xe7e075783717f40d85f0277491b651bf, 'wp-content/plugins/really-simple-ssl/testssl/cloudflare/.htaccess', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/testssl/cloudflare/.htaccess', 1, 0x00000000000000000000000000000000, 0x37ddcbadcbd38dc39257763894714750, 0x77e3dee31a87db5cdd6c953855d5c7918dc5ddc266e2c01414df7bb791161a9a, '', 0, '?'),
(0xcd59c5a5203dad3a745a4299eb0dea73, 'wp-content/plugins/really-simple-ssl/testssl/cloudflare/ssl-test-page.html', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/testssl/cloudflare/ssl-test-page.html', 1, 0x00000000000000000000000000000000, 0xa8b8dc61cc309fc19aacf8261403962d, 0xd3aa1081834744669aa5e8893ac3da9dc86c7f6b8a23b24c1b2b4a351e42a8d6, '', 0, '?'),
(0xb649b2f4cb9d9619dcab0aff2df30f1c, 'wp-content/plugins/really-simple-ssl/testssl/cloudfront/.htaccess', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/testssl/cloudfront/.htaccess', 1, 0x00000000000000000000000000000000, 0x9a59ff264f0445d4b6ced863e403837f, 0x28501dd19703f13b8bbe47c2e89c1474ac32977206a73bfeee757d9b46de962f, '', 0, '?'),
(0xa19c40efb2d27d9c78c10666fe64bbdb, 'wp-content/plugins/really-simple-ssl/testssl/cloudfront/ssl-test-page.html', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/testssl/cloudfront/ssl-test-page.html', 1, 0x00000000000000000000000000000000, 0xa8b8dc61cc309fc19aacf8261403962d, 0xd3aa1081834744669aa5e8893ac3da9dc86c7f6b8a23b24c1b2b4a351e42a8d6, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x204669f284eba6360bf2b939b109a3ec, 'wp-content/plugins/really-simple-ssl/testssl/envhttps/.htaccess', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/testssl/envhttps/.htaccess', 1, 0x00000000000000000000000000000000, 0xcc9d3d4adf2b8719721c7f5adb08358f, 0xa5ebf330f0a299434a05994f8f109eab9b1a5db60af313605a3460aa560f5284, '', 0, '?'),
(0x3ecc220cf35ef7ee145e086036ddf42b, 'wp-content/plugins/really-simple-ssl/testssl/envhttps/ssl-test-page.html', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/testssl/envhttps/ssl-test-page.html', 1, 0x00000000000000000000000000000000, 0xa8b8dc61cc309fc19aacf8261403962d, 0xd3aa1081834744669aa5e8893ac3da9dc86c7f6b8a23b24c1b2b4a351e42a8d6, '', 0, '?'),
(0x58be9aa860fd4fff3f25270739d5a7d7, 'wp-content/plugins/really-simple-ssl/testssl/loadbalancer/.htaccess', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/testssl/loadbalancer/.htaccess', 1, 0x00000000000000000000000000000000, 0xf1b242911a8656c5b9d0d9c14da54506, 0x606d7d47600094cc9156c2bf5c6fb153bfb6d6b02fd67c5ef05fe905b6915222, '', 0, '?'),
(0x15dce098aa1c0f80072b8f3598ef1b4e, 'wp-content/plugins/really-simple-ssl/testssl/loadbalancer/ssl-test-page.html', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/testssl/loadbalancer/ssl-test-page.html', 1, 0x00000000000000000000000000000000, 0xa8b8dc61cc309fc19aacf8261403962d, 0xd3aa1081834744669aa5e8893ac3da9dc86c7f6b8a23b24c1b2b4a351e42a8d6, '', 0, '?'),
(0x9d1b9e2dc00b0792cd727dd793b986f3, 'wp-content/plugins/really-simple-ssl/testssl/serverhttps1/.htaccess', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/testssl/serverhttps1/.htaccess', 1, 0x00000000000000000000000000000000, 0x37d33b9ae6395a6d93c711884dd4cce6, 0x5133d73c306d9b0fffa604800364628fc36e52bf3ae95faf13dc0fba75413269, '', 0, '?'),
(0xd415bd95453b713886ff334f2759e57d, 'wp-content/plugins/really-simple-ssl/testssl/serverhttps1/ssl-test-page.html', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/testssl/serverhttps1/ssl-test-page.html', 1, 0x00000000000000000000000000000000, 0xa8b8dc61cc309fc19aacf8261403962d, 0xd3aa1081834744669aa5e8893ac3da9dc86c7f6b8a23b24c1b2b4a351e42a8d6, '', 0, '?'),
(0x680b7a5b436a38adb14a8654fe4dbdbc, 'wp-content/plugins/really-simple-ssl/testssl/serverhttpson/.htaccess', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/testssl/serverhttpson/.htaccess', 1, 0x00000000000000000000000000000000, 0x6db92698a20183040d73de5503b787fc, 0xa53378a6a3f06caf7abc5b08bfb592cace94a29b2538cf29e1e75795c571ae73, '', 0, '?'),
(0x90af03a5a357bf866f090a3478772ed9, 'wp-content/plugins/really-simple-ssl/testssl/serverhttpson/ssl-test-page.html', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/testssl/serverhttpson/ssl-test-page.html', 1, 0x00000000000000000000000000000000, 0xa8b8dc61cc309fc19aacf8261403962d, 0xd3aa1081834744669aa5e8893ac3da9dc86c7f6b8a23b24c1b2b4a351e42a8d6, '', 0, '?'),
(0xab2765b89863dae488d7b2864023c68b, 'wp-content/plugins/really-simple-ssl/testssl/serverhttpxforwardedssl1/.htaccess', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/testssl/serverhttpxforwardedssl1/.htaccess', 1, 0x00000000000000000000000000000000, 0x5ad3e97401d168b4fa5fe20e1a806e94, 0x904bff06bd65acb567762a402c6a1ef7ca7530569203060a1e083d84b382a7c7, '', 0, '?'),
(0xe763b15a307bc79f17154b7eb876b618, 'wp-content/plugins/really-simple-ssl/testssl/serverhttpxforwardedssl1/ssl-test-page.html', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/testssl/serverhttpxforwardedssl1/ssl-test-page.html', 1, 0x00000000000000000000000000000000, 0xa8b8dc61cc309fc19aacf8261403962d, 0xd3aa1081834744669aa5e8893ac3da9dc86c7f6b8a23b24c1b2b4a351e42a8d6, '', 0, '?'),
(0x1c52381edef59eb139826e470a2200ca, 'wp-content/plugins/really-simple-ssl/testssl/serverhttpxforwardedsslon/.htaccess', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/testssl/serverhttpxforwardedsslon/.htaccess', 1, 0x00000000000000000000000000000000, 0x3756b4dba0485eb68afb2807a54ab2a3, 0x0d1b4f54d8c3ac5d9d1c9d35403e9d958ae2b747cf60326809fdc33204a9d800, '', 0, '?'),
(0x913ff5e0256cb26cc79b1341eebcf7f2, 'wp-content/plugins/really-simple-ssl/testssl/serverhttpxforwardedsslon/ssl-test-page.html', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/testssl/serverhttpxforwardedsslon/ssl-test-page.html', 1, 0x00000000000000000000000000000000, 0xa8b8dc61cc309fc19aacf8261403962d, 0xd3aa1081834744669aa5e8893ac3da9dc86c7f6b8a23b24c1b2b4a351e42a8d6, '', 0, '?'),
(0xaa9f88e59206c569e9cdb8f3091d8570, 'wp-content/plugins/really-simple-ssl/testssl/serverhttpxproto/.htaccess', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/testssl/serverhttpxproto/.htaccess', 1, 0x00000000000000000000000000000000, 0x6cb7aa3bd69506463a63a5e34591145c, 0x64cde455a802ad454f0bccdbdc8f5193a44ed665c626a2aaf0abe9b19afecbb5, '', 0, '?'),
(0x7f4f9ecf3f708f6b6e863b53dc753b12, 'wp-content/plugins/really-simple-ssl/testssl/serverhttpxproto/ssl-test-page.html', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/testssl/serverhttpxproto/ssl-test-page.html', 1, 0x00000000000000000000000000000000, 0xa8b8dc61cc309fc19aacf8261403962d, 0xd3aa1081834744669aa5e8893ac3da9dc86c7f6b8a23b24c1b2b4a351e42a8d6, '', 0, '?'),
(0xbd47a50241c9b9f1a713c187249963b3, 'wp-content/plugins/really-simple-ssl/testssl/serverport443/.htaccess', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/testssl/serverport443/.htaccess', 1, 0x00000000000000000000000000000000, 0x051cf52ddbd059f3f3afd09c265a9a1a, 0x024357cff9b7f908b4dd367aff17aecf0166d64b920c3506d1ab5b31ae2c8fe2, '', 0, '?'),
(0x3fcd84e59a99f8c555354719e758f529, 'wp-content/plugins/really-simple-ssl/testssl/serverport443/ssl-test-page.html', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/testssl/serverport443/ssl-test-page.html', 1, 0x00000000000000000000000000000000, 0xa8b8dc61cc309fc19aacf8261403962d, 0xd3aa1081834744669aa5e8893ac3da9dc86c7f6b8a23b24c1b2b4a351e42a8d6, '', 0, '?'),
(0x31fd5c498eb7e8532f917105db568965, 'wp-content/plugins/really-simple-ssl/uninstall.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/uninstall.php', 1, 0x00000000000000000000000000000000, 0x0e9e7831e66dc44e28ebf8407edfa2f9, 0xad945edc00009555d3b60873338dc1e09cdb15c2ae7eada483748b294ff7d069, '', 0, '?'),
(0xa4fbacd8ed32b397c4b7038ea2006906, 'wp-content/plugins/really-simple-ssl/upgrade/ajax.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/upgrade/ajax.js', 1, 0x00000000000000000000000000000000, 0x13439d6f74076590851797be32d78d54, 0xd960cb0ad2ed69891b543adc9d984f07687c92237332d889424eddb8721003ef, '', 0, '?'),
(0x3de0c4c9a94144eaaf68c5b23becc503, 'wp-content/plugins/really-simple-ssl/upgrade/ajax.min.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/upgrade/ajax.min.js', 1, 0x00000000000000000000000000000000, 0x50a338af8bd361bdf90187ca287c211c, 0x73970b950f5f5e1c484b7a6b434af00092f2654c542cbb0159a214cae92ea10c, '', 0, '?'),
(0xa65c94b37ee386f50a9e98a87a597809, 'wp-content/plugins/really-simple-ssl/upgrade/img/burst.png', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/upgrade/img/burst.png', 1, 0x00000000000000000000000000000000, 0xbaa20e0ce901c1b685d456135586b58e, 0x4b19cb4358dd9a3675c34ff35367504648ffca4249f108ba0a8c51b42d1d2211, '', 0, '?'),
(0x2c27c2ee14df884ed78697f3b30c1501, 'wp-content/plugins/really-simple-ssl/upgrade/img/complianz-gdpr.gif', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/upgrade/img/complianz-gdpr.gif', 1, 0x00000000000000000000000000000000, 0xbffd45472c679a1dce2c407f5958bd87, 0x80b25bb6c331d54cb0162a32e59c4664fcf3eaa97eb732397f013e509f1142f8, '', 0, '?'),
(0x7f44f22a68b20473e916f4e456f2fb63, 'wp-content/plugins/really-simple-ssl/upgrade/img/definitions.png', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/upgrade/img/definitions.png', 1, 0x00000000000000000000000000000000, 0xb9fa3232c98e46c0a949af9d0605828a, 0x689787733933f48802ac04d38b4f76e1b2bc57b747ac839282bbd88c81e58c61, '', 0, '?'),
(0x8a8b8dd5a68ec143e97f15822e58e820, 'wp-content/plugins/really-simple-ssl/upgrade/img/really-simple-ssl.png', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/upgrade/img/really-simple-ssl.png', 1, 0x00000000000000000000000000000000, 0x3320dd97bd561681c9227724f4ca8ca0, 0x242fd0a97fe39d0752f0c94421ac74aded4b86ba827a73c9c4b20597850c5710, '', 0, '?'),
(0xb1e0b585f4cf51f7130a8b71706bc7e8, 'wp-content/plugins/really-simple-ssl/upgrade/upgrade-to-pro.css', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/upgrade/upgrade-to-pro.css', 1, 0x00000000000000000000000000000000, 0x9633d28d33d9b440572ad7bc4a56be9d, 0xb63d3c625330f8ff26e46328079351a04bf1a27fffc0cb7ff88c1df7f1ffe0f4, '', 0, '?'),
(0xa46b0f7ed700ce875aac194ceedcac85, 'wp-content/plugins/really-simple-ssl/upgrade/upgrade-to-pro.css.map', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/upgrade/upgrade-to-pro.css.map', 1, 0x00000000000000000000000000000000, 0x5e1d65229489e2e584ea454be9e21108, 0x94bad2ac24eeb39ff1822eaecf973efea266f8e3f6f107ee754068f17d4daba0, '', 0, '?'),
(0xaf678c14c903f53faf262ad2427d87e9, 'wp-content/plugins/really-simple-ssl/upgrade/upgrade-to-pro.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/upgrade/upgrade-to-pro.js', 1, 0x00000000000000000000000000000000, 0xf1e049cf1006a70695de6b0a4ed732ec, 0xaee51afa3c38ce1b533072c7d725d3ef8370a3fbbf136fcf580af97043e21d9f, '', 0, '?'),
(0x10309baa3d41fda8f38033c1a30e15ba, 'wp-content/plugins/really-simple-ssl/upgrade/upgrade-to-pro.less', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/upgrade/upgrade-to-pro.less', 1, 0x00000000000000000000000000000000, 0xe8db88987ce11cfa90aa83ffe1d347c5, 0x25b68c78691574c2e57632338f2676adc18c65b23063e6cbc1fb0044f6a30f96, '', 0, '?'),
(0x5ebaf04bf947c2caa35b420af595b1f8, 'wp-content/plugins/really-simple-ssl/upgrade/upgrade-to-pro.min.css', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/upgrade/upgrade-to-pro.min.css', 1, 0x00000000000000000000000000000000, 0xc8ea3040de0c4dccf0f0eca2bd3cca66, 0x0058b61f67282e2f9228f3620a9985cb8063fd424bea9e4bcf45484736768813, '', 0, '?'),
(0x2a41a7a24f8cb245e8d0cbbb06693c15, 'wp-content/plugins/really-simple-ssl/upgrade/upgrade-to-pro.min.js', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/upgrade/upgrade-to-pro.min.js', 1, 0x00000000000000000000000000000000, 0x0e2e61adca95cfbe25c4b7d4b65d7c43, 0xe5a54cc812fcde4133a6b4247604e553316d45f3900ca4889135d11b7a4abd38, '', 0, '?'),
(0x40dc390a1d6aa7051ecc170e6ed46bd4, 'wp-content/plugins/really-simple-ssl/upgrade/upgrade-to-pro.php', '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/upgrade/upgrade-to-pro.php', 1, 0x00000000000000000000000000000000, 0xa6064adb3dc89f34f604a09e19086b25, 0x0bd4311258cfabc9f42e7e2bc8ffaaad3ff2bbcd77aad1cf9fdd579e74f51246, '', 0, '?'),
(0x244a36939bd575a06a387f8bef17faa2, 'wp-content/plugins/seriously-simple-podcasting/LICENSE', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/LICENSE', 1, 0x00000000000000000000000000000000, 0x39bba7d2cf0ba1036f2a6e2be52fe3f0, 0xbcff007631a3ea73d41d4eed3e63491f4412d9a6be9dd60f8449e9ad30ff1d2d, '', 0, '?'),
(0xabf859e80f6d2f8a3ee6edcd5f4bfb1c, 'wp-content/plugins/seriously-simple-podcasting/assets/admin/css/admin.css', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/admin/css/admin.css', 1, 0x00000000000000000000000000000000, 0xafe1e551c6a428869e950c224cbde438, 0xac32df6201cdf004f2a92df26f349c4c53a81905c95416c4f074b09108028885, '', 0, '?'),
(0x58c39478a2cd352383b227fc22e1ab07, 'wp-content/plugins/seriously-simple-podcasting/assets/admin/css/admin.css.map', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/admin/css/admin.css.map', 1, 0x00000000000000000000000000000000, 0xc35dc0b7cc46c440cafb741eb5c330fc, 0x1cfe90e0e79a3ff9d37de48af9be2e3e0d6972daaaf3a1ec1be6809475650a6c, '', 0, '?'),
(0xcfca42746766d3efd4e58b05b50658ed, 'wp-content/plugins/seriously-simple-podcasting/assets/admin/css/admin.min.css', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/admin/css/admin.min.css', 1, 0x00000000000000000000000000000000, 0x95826c0c6ede1f82a2af954d20adf93a, 0x41b8274a651b8d9d927c01416a7140006dc4ee0edffa418740f9929934450f3f, '', 0, '?'),
(0x9abb7b4b7e657382d3c5127bb3d10a0d, 'wp-content/plugins/seriously-simple-podcasting/assets/admin/img/arrow.svg', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/admin/img/arrow.svg', 1, 0x00000000000000000000000000000000, 0x86d3aacb6152b459fb8a05af8eba3238, 0x10660d5768f22ada24bb53b6d9968d8d45330ee1d6775b26ab76d6cc917e0e4b, '', 0, '?'),
(0x439621e081423a660d44c50f7b108493, 'wp-content/plugins/seriously-simple-podcasting/assets/admin/img/checkbox-red.svg', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/admin/img/checkbox-red.svg', 1, 0x00000000000000000000000000000000, 0x5a25da36cf8ffc019ca979273ab67adf, 0x5c6a6ec838fa678828f6e7811ed4e9dbdce5ff3142626d78e4ea088ae7a2858a, '', 0, '?'),
(0x10d1110841131101806fc8d4b4e68593, 'wp-content/plugins/seriously-simple-podcasting/assets/admin/img/checkbox.svg', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/admin/img/checkbox.svg', 1, 0x00000000000000000000000000000000, 0xe715c26ffee88ea6c337c1cd6bc9c5cf, 0x68d2ec6149ebcf07d58080b99f7421d4f443f5e98a52f6be4b976bccd0a52fd7, '', 0, '?'),
(0xa85547a13d279f97963c888467d50d3a, 'wp-content/plugins/seriously-simple-podcasting/assets/admin/img/hosting-arrow.svg', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/admin/img/hosting-arrow.svg', 1, 0x00000000000000000000000000000000, 0x6975fe0a124266ffb33fbe5c95b4cbda, 0x42bcff0744c3b201aced72521a6afd79e39de9e2492fc6e56362b7ac3a77cbe7, '', 0, '?'),
(0xb9ca1e46fd529ce4398c613ce23f6369, 'wp-content/plugins/seriously-simple-podcasting/assets/admin/img/link.svg', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/admin/img/link.svg', 1, 0x00000000000000000000000000000000, 0xb3a9b75ce8c2a5468c996a20f46234fd, 0x356bd7f3af20259e7221752922afd60138116822fa3bf033cee4a30a2d0600e5, '', 0, '?'),
(0xe0efd1d55cb66e737a8c1e22953713c8, 'wp-content/plugins/seriously-simple-podcasting/assets/admin/img/logo.png', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/admin/img/logo.png', 1, 0x00000000000000000000000000000000, 0x70a43a750bbb6bde7cdf0b2068adcc0a, 0x2a0bdc7c63918d1aae96a862d5ad273926129bc2425de28b04020b3d2d230627, '', 0, '?'),
(0x7596e844ec7e3d777204b9cacd1dc7f5, 'wp-content/plugins/seriously-simple-podcasting/assets/admin/img/step-active.svg', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/admin/img/step-active.svg', 1, 0x00000000000000000000000000000000, 0x09c72b738de412a8bd3ca31cf8ab6a40, 0x5443cd267ef6785bce51a4d7a9c005f073e8c507124991b056222b02af4a8a94, '', 0, '?'),
(0xf1667caf8e353a79d0b7cc4a84b6c5b9, 'wp-content/plugins/seriously-simple-podcasting/assets/admin/img/step-completed.svg', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/admin/img/step-completed.svg', 1, 0x00000000000000000000000000000000, 0xd06d0006a8b02c440e5bdd345f8b0802, 0xd1fe98f6a9882589157b3476908658a92093b6eee2e02e81d36bcdf07ba7b851, '', 0, '?'),
(0xc4b221c1784153cbc0f7a805729fcec0, 'wp-content/plugins/seriously-simple-podcasting/assets/admin/img/step.svg', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/admin/img/step.svg', 1, 0x00000000000000000000000000000000, 0x5b9267e826f04fc125874bce4d8a651a, 0x5938ead390f023ec227e4b6e21571c55dea32752c203c1223ccdec50ee39ec3d, '', 0, '?'),
(0x7d113d5e46d98188911edda9b17f4ba6, 'wp-content/plugins/seriously-simple-podcasting/assets/admin/img/upload.svg', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/admin/img/upload.svg', 1, 0x00000000000000000000000000000000, 0xe6633d946f3ddaafa13cc1aca360d885, 0x1f7b71906200e409a8cebea954c392f31e3998c40bc063a1f46e71f435ec9f0e, '', 0, '?'),
(0xac9db49f542fd09ecf040edc317be94e, 'wp-content/plugins/seriously-simple-podcasting/assets/admin/img/validate.svg', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/admin/img/validate.svg', 1, 0x00000000000000000000000000000000, 0xcab108e8f49216c61aef0e112c1754f9, 0xc8005abd60429cda2638e815ef29e541957945916dbb759408e876388ba0075d, '', 0, '?'),
(0x950f0ff1445120568bebf3dd322c486c, 'wp-content/plugins/seriously-simple-podcasting/assets/admin/img/validating.svg', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/admin/img/validating.svg', 1, 0x00000000000000000000000000000000, 0x3008d434ff1bd5789bb4bf1c7a60477e, 0xbe01dab10e222e5a20c5dd1752348ba5f3bfae5e9f67c7edccae938d7d334a0c, '', 0, '?'),
(0x695fcc841b24ef1470cbd7bbda3bd352, 'wp-content/plugins/seriously-simple-podcasting/assets/admin/js/onboarding.js', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/admin/js/onboarding.js', 1, 0x00000000000000000000000000000000, 0x9c0aaddcef2ea931df95cca1ac559701, 0x060fc515766ac3d9630a46286a2106668c56f0fdca75c5e604372c722916f8ea, '', 0, '?'),
(0x70d126254f12f19cf084f171921c4402, 'wp-content/plugins/seriously-simple-podcasting/assets/admin/js/onboarding.min.js', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/admin/js/onboarding.min.js', 1, 0x00000000000000000000000000000000, 0xae5a1e9f82bb9327c30b25a3419fd6da, 0x1fc2d97e2d0ce536cf8715e7b7f6ec91fe77d721683d6164d62f5d113740d720, '', 0, '?'),
(0x67880f9e27b65952c3f0e9be836669c6, 'wp-content/plugins/seriously-simple-podcasting/assets/admin/scss/_admin.scss', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/admin/scss/_admin.scss', 1, 0x00000000000000000000000000000000, 0xa79252402495189f57a669403ae02471, 0xd0fa8242243b5b22f16a233321c443bd99723b305e2b908fce6ba36fcc562c2c, '', 0, '?'),
(0xd9a0302f5a77b0d07cd53b09c83ad47e, 'wp-content/plugins/seriously-simple-podcasting/assets/admin/scss/_onboarding.scss', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/admin/scss/_onboarding.scss', 1, 0x00000000000000000000000000000000, 0x9a60a899dce0ef5d9754a0b7d039ce7f, 0x96b12dee7e99b95273126195d6160a95c0485cd9aa0af08cc41541eed8cba3cb, '', 0, '?'),
(0x7c6cbed0ca9d8db34662a87dac96ec06, 'wp-content/plugins/seriously-simple-podcasting/assets/admin/scss/all.scss', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/admin/scss/all.scss', 1, 0x00000000000000000000000000000000, 0xcec44ea5b2d70579292eec7909cede4f, 0xac64873cb0aec122f83ebfb0293a25e4e0a7cd6e070f5f3023941bbc23a8ba63, '', 0, '?'),
(0x4aba50aa25f063f95a8e51fd8edc4d8e, 'wp-content/plugins/seriously-simple-podcasting/assets/css/admin.min.css', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/admin.min.css', 1, 0x00000000000000000000000000000000, 0x5a011dd510f6e118bff6af98e2d00e4f, 0x85432704c96e255d05876eab01442d5a20440247c2345da815abff1ff25d207e, '', 0, '?'),
(0x7e5a93fa75419d7a1c8e4d719d889fd1, 'wp-content/plugins/seriously-simple-podcasting/assets/css/block-editor-styles.css', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/block-editor-styles.css', 1, 0x00000000000000000000000000000000, 0x1d5c5e463cfbcd0881f27b45293612ef, 0x2a0b0eb55273f7ef660ba47fb8da4e9726639a198176773a78eb3dba4c2b6c6e, '', 0, '?'),
(0xe9579a6b1e6dc1ad516687bb7a1fd262, 'wp-content/plugins/seriously-simple-podcasting/assets/css/block-editor-styles.min.css', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/block-editor-styles.min.css', 1, 0x00000000000000000000000000000000, 0x13fc5aae50415e63c18e6df69eb55c7c, 0xea7ff4f136147c4ff7980bfb92827a5a269ca311cbd68e7e676ce83fdf68be56, '', 0, '?'),
(0xad3b6fb8d9f37563488dcaee7b1f4b9b, 'wp-content/plugins/seriously-simple-podcasting/assets/css/castos-player.css', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/castos-player.css', 1, 0x00000000000000000000000000000000, 0x07c1e3290084670fe2c9dab416060b0f, 0xaa6ced17faf721509a23d41a13c24cadc0e9b45a780f40e1c3ee610de2a1f5d1, '', 0, '?'),
(0xba8c134c10e6e1885579a14fc81dcc9e, 'wp-content/plugins/seriously-simple-podcasting/assets/css/castos-player.min.css', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/castos-player.min.css', 1, 0x00000000000000000000000000000000, 0xc9ea16b71530e588d69918cdf490083d, 0x643ea5b1fbf23f888186f6e69540c94fe188c3b5a91dc75801c254e6e7624611, '', 0, '?'),
(0x9050815d4c45597f13fefef8531a8762, 'wp-content/plugins/seriously-simple-podcasting/assets/css/datepicker.css', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/datepicker.css', 1, 0x00000000000000000000000000000000, 0xc6c5b827f009795451a824367f04a4dc, 0x95b43f81182adf39b7e4f97faa8ae9817037ff0545403f2b6c02b7c1220088dc, '', 0, '?'),
(0x5c1466c71cc97b7884d64547d9ab2043, 'wp-content/plugins/seriously-simple-podcasting/assets/css/datepicker.min.css', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/datepicker.min.css', 1, 0x00000000000000000000000000000000, 0x57ec1c4cbcd54d40ec1e958e2a8742f0, 0xd15aa36f8b0132134d4ff57dca673489469c53aeaf8842816f90631e03da8013, '', 0, '?'),
(0xb50e1cc6332a9f4e393cc4c8bb4c1678, 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/active-indicator.svg', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/active-indicator.svg', 1, 0x00000000000000000000000000000000, 0x27ebed2a183b9dbefbe6a3f2fc012a6f, 0x2db9318707593a1fee79fb1ffbee9c0d1ce9e9e3733b6472fe4bf6113094fb3b, '', 0, '?'),
(0x511f3acd7c7b275a93614f57eb30f39b, 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/acast.svg', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/acast.svg', 1, 0x00000000000000000000000000000000, 0xc8f93d3469ecfa9de0f53918a58e6921, 0x5e46f531854bb4fa76dc4278d96402346f28bb2c81ce4d5d3ec9e2ff18b1fdb8, '', 0, '?'),
(0xbc956b714feb1cac37ae4a559894e1db, 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/amazon.svg', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/amazon.svg', 1, 0x00000000000000000000000000000000, 0x1a3d0d2e4972971c781cdbf966ef0c1f, 0xddc48a6fa19c163d10cf55f2847ed7404a34c308ef435bf815f5ca33368cc634, '', 0, '?'),
(0x1f84e4e65901680481d1717c85761dfa, 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/anchor.svg', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/anchor.svg', 1, 0x00000000000000000000000000000000, 0x7ce98b60201e7ac5b230be51fd9cb9c1, 0x3b3ee096e283b3a062ac7ba4378c80f8644e718c75a4d2b6f7cd30eeb8d8690c, '', 0, '?'),
(0x7de20084809b99179c40af3919eaf7be, 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/blubrry.svg', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/blubrry.svg', 1, 0x00000000000000000000000000000000, 0x4b7da827b073f23a713ab50798a51f56, 0x031723c80666e26963e1393a8203887f18e469bc7cf727a33b1a8ce4e7e9ad5f, '', 0, '?'),
(0xd656052c5ef9a097a8ab433c3399f6ad, 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/breaker.svg', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/breaker.svg', 1, 0x00000000000000000000000000000000, 0x6037d23837411659c3c967b1540e0a5f, 0xa6eeb01115608aad4bbf353f47384329beba85c1008e64229947494927f08a14, '', 0, '?'),
(0xfaf5f09d84b4404d989ac2d9c2ccc90d, 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/bullhorn.svg', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/bullhorn.svg', 1, 0x00000000000000000000000000000000, 0x634f3fa330e481f2d740950f9710181f, 0x4e149cf2781ed4534ac318a9193cf0767a1f18e313ce12a568b3774b3e802d88, '', 0, '?'),
(0xcca913726d33a0df1e828e7f1ff88da8, 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/castbox.svg', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/castbox.svg', 1, 0x00000000000000000000000000000000, 0x565edecf14fd64cccd52be84d5f004d5, 0x7c2af22a0a937eec54c76528f651c6c2b0143242f3ee5970a560092308ac0e23, '', 0, '?'),
(0x5c5c44a211283bddc4bd0534d775ebe9, 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/clammr.svg', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/clammr.svg', 1, 0x00000000000000000000000000000000, 0xcbc78a2b94282efcc4374ecce0935aee, 0x66046ee0e4fe1c26cfdaa41837cb865b5478a2f2c7694fd56d5a64e15a70708c, '', 0, '?'),
(0x5770f3033be8b3c6d6ba4e31a3a958fb, 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/deezer.svg', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/deezer.svg', 1, 0x00000000000000000000000000000000, 0xf553fbd5cb4b3e37fecd87e1aff3076a, 0x648609abb0fc5ddc301752a67b86af384f51f8ccd0ee7b41384e0b73da1de0df, '', 0, '?'),
(0x8cea7c4b28a849c396522fd273172fc1, 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/downcast.svg', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/downcast.svg', 1, 0x00000000000000000000000000000000, 0x929025337c13f157540ec78d96315ede, 0x30c3e0657082e4cf559185eacf47c3455240746d85f1ccadeaf73f8f7ac5dd43, '', 0, '?'),
(0x46e01ae3769f699827d50ec8f1c6e527, 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/fyyd-de.svg', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/fyyd-de.svg', 1, 0x00000000000000000000000000000000, 0x95fbe275cfe57fe626533a7fffc333ff, 0xd25df5b51286c670b47019a85cff27f674ceff41a11a894f326d70d4f6111e92, '', 0, '?'),
(0x5413470db58e6c37a12464ff77358563, 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/google-podcasts.svg', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/google-podcasts.svg', 1, 0x00000000000000000000000000000000, 0xdf4de26238e81d21657a50b926f9c44e, 0x5fa2860c0405a987d53fb227dc92874ff997a57b3e33158f1cc78d5fa81f9876, '', 0, '?'),
(0xbd3f9f8b9d0880307df79e3b6b8b17b3, 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/himalaya-com.svg', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/himalaya-com.svg', 1, 0x00000000000000000000000000000000, 0x4ce05bb51422a097c5b650f37bfcc0a2, 0xd246e8c5e46e091e9d19ab6388e475aa23489b7c1d53e8c616a7504ebda66553, '', 0, '?'),
(0xb1c6fcdd5ddf99e4404f44434b3a6f12, 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/icon-brand-apple-podcasts-black.jpg', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/icon-brand-apple-podcasts-black.jpg', 1, 0x00000000000000000000000000000000, 0x2ccd288ded711678c1a15bbd97a90253, 0x7d326e6f668ce2e56d77eb9db6ce14e2ee172867e90b272351a6864fa7f9c6d3, '', 0, '?'),
(0x7fb1d46749385c3b3f7872f96ebeb000, 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/icon-brand-apple-podcasts.svg', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/icon-brand-apple-podcasts.svg', 1, 0x00000000000000000000000000000000, 0xe42d6139d2486ea43ac69b5045b99de7, 0x53f7acfbbd65bdb12ad65763023ec02edd9465c69748fc9ae9034d20ff954044, '', 0, '?'),
(0x9cece3ce16ac4f369911beb66d296507, 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/icon-brand-castro.svg', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/icon-brand-castro.svg', 1, 0x00000000000000000000000000000000, 0x9b536ced8967d296755a417ebd73b46a, 0xe56c85e531dcba802a9baa7f3491c69a99173022bc1586585653d88f07d4864e, '', 0, '?'),
(0xddb220f6d63214f4256b4b8824d8f18f, 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/icon-brand-facebook.svg', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/icon-brand-facebook.svg', 1, 0x00000000000000000000000000000000, 0x5053d037050b2edbece32ec76fdb5646, 0xa01f3c0d0aa6adc1e9197174ba0f15e1dbc2ae9add547b1031626b2522e16d5b, '', 0, '?'),
(0x72a923d1e46d274737dcf55eb30e3528, 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/icon-brand-google-play-black.png', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/icon-brand-google-play-black.png', 1, 0x00000000000000000000000000000000, 0x177051aadd755d2fd2adc6a181a963a6, 0xe8465741c5f35264079eac798bd9bba11bf4df488cb90d1cfd172c4ee7ea4a60, '', 0, '?'),
(0xdd00000e13230a668d92e7d6e56b728a, 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/icon-brand-google-play.png', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/icon-brand-google-play.png', 1, 0x00000000000000000000000000000000, 0x97e72fbd504d1f1a4d01b95bcfe88373, 0x632dec3e3cb7dd96e07f54ba6a2c6d2817e8ba48426a34c377e96c45b473b750, '', 0, '?'),
(0x613179dee0261420b566b94b2ee81af5, 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/icon-brand-google-play.svg', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/icon-brand-google-play.svg', 1, 0x00000000000000000000000000000000, 0xe274581238709fcd099e88af0eb57087, 0xb09dc7120615963dd16ada4fc0a3ef1d00da3a273653aca43a039472b958f3ff, '', 0, '?'),
(0xdcfbe7e50315e88b774ef4b4560aed4d, 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/icon-brand-google-podcast-black.png', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/icon-brand-google-podcast-black.png', 1, 0x00000000000000000000000000000000, 0xaf9111bc58c4444fe6fffa13e243ff51, 0x41a0cb8c4d1e5b4e7c7c8387ad4943e55e9f7c15605044b3a7b21f7651eddc19, '', 0, '?'),
(0x1bb70f56569e0c1d2db2d018c6dc01cd, 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/icon-brand-overcast.svg', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/icon-brand-overcast.svg', 1, 0x00000000000000000000000000000000, 0xa7da6d6a0907e422c2fe6144432f76ea, 0xc79a23cf22f1d1bf938f5b774e97329e937273de04fde98b7c24edabac95c4b5, '', 0, '?'),
(0xd2c17bf0ed8d093ce85ac5b11ac6e30b, 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/icon-brand-pocketcasts.svg', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/icon-brand-pocketcasts.svg', 1, 0x00000000000000000000000000000000, 0x178eb37dc4c5673b18b6a19e1819eca5, 0xc4b3983d8bc30a6681d067d8f080a90dae9a058619a9fc7c1e7aa4244b82d1b1, '', 0, '?'),
(0xa7c58f2d1dac770435460d2148f1544f, 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/icon-brand-spotify-black.png', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/icon-brand-spotify-black.png', 1, 0x00000000000000000000000000000000, 0xfd68c20a62023da67dc3884d735dfb1e, 0x192b4088984969e0baf4c27ca4623169965a1b3892778ea509bb29ab82fc9599, '', 0, '?'),
(0x80e6d9279fcf328cf70a0d068193c673, 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/icon-brand-spotify.svg', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/icon-brand-spotify.svg', 1, 0x00000000000000000000000000000000, 0x855cfb1999afb4d0452b4a46226dedd1, 0xb233a20023cb2ad6823663a76ee214b3a912e0b99478ee27056c622a9d7a5724, '', 0, '?'),
(0x930ff6a06b4b415bcc4ba750448d448a, 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/icon-brand-sticher.svg', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/icon-brand-sticher.svg', 1, 0x00000000000000000000000000000000, 0x25f2007db0ea4f50b9ed5982cd24edfe, 0xdbc600afc641df67fa8bad3d146788811514e6d4b39c27f38d09051a835ce1d6, '', 0, '?'),
(0x7b6f362bb40f3bc7d000bf5c72868423, 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/icon-brand-stitcher-black.png', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/icon-brand-stitcher-black.png', 1, 0x00000000000000000000000000000000, 0xd8b232496c2087dad32bad9dde938aca, 0x9f2d505f205156bc8271181b6a6dd1df53b8948e49ba78ae9d66c67dfbf324f1, '', 0, '?'),
(0xbad4f440f4423bf8e30265bc3546555f, 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/icon-brand-tunein.svg', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/icon-brand-tunein.svg', 1, 0x00000000000000000000000000000000, 0x5880a6096e7fb66c4811c723bc90c016, 0x2cf6db3f525047f74908b89da6eb316bc0e85634db8566dcf995698e1459eb07, '', 0, '?'),
(0xd564897fc9b9264b5340a87b5415e830, 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/icon-brand-twitter.svg', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/icon-brand-twitter.svg', 1, 0x00000000000000000000000000000000, 0x8c3d0cc5ed031259abdc4725ad49f11c, 0x8dbfb30f1a33f0119b28c4683b233b26d0cc604c5cd0c8b7c821503b7210c1c7, '', 0, '?'),
(0xa7ab1ae86faf90671a1bf4fddc5cdccf, 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/iheartradio.svg', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/iheartradio.svg', 1, 0x00000000000000000000000000000000, 0x3f368202b812a2ab65fa5ae66c04942e, 0x311614f1d7e14960d50625a95708310ac8cd9c6904deae2c2f7bfb53f42ec44f, '', 0, '?'),
(0x074f87fa17b7fa671fd159801572709c, 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/itunes.svg', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/itunes.svg', 1, 0x00000000000000000000000000000000, 0x95096a6915aec3727921b4695ea3635f, 0xc544109ee57ef354e802a52ef6cd89a8b51ab49e38e86b58ec9f6189c9bf231c, '', 0, '?'),
(0xdebc9d24839e5636aee3e5844344edbf, 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/ivoox.svg', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/ivoox.svg', 1, 0x00000000000000000000000000000000, 0xf09d75c36cfb8da5ce443528e1d60327, 0xccd1dc3061f944e439e650af52abf6d2044cf8ba688be57079860c3f5500520f, '', 0, '?'),
(0x2d3a495d6805da09dab5340555668f2e, 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/libsyn.svg', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/libsyn.svg', 1, 0x00000000000000000000000000000000, 0xdc65b4e42a6e12ffb165e2a1dba13a53, 0x07a9d81143c820ce5ba029ab5164e937cf3063ba79799bde4c71cbe640043556, '', 0, '?'),
(0x5dcc84178d5611e80de42026509ed86b, 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/miro.svg', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/miro.svg', 1, 0x00000000000000000000000000000000, 0xab8361475993c267e0b443fef85eb434, 0x0fca8087656ec6880e49ebd4170e52a09f58f8ba13532b2622f4f0c2684bd2bb, '', 0, '?'),
(0xe4e342a2f88d15071f277c939a34a3e9, 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/mixcloud.svg', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/mixcloud.svg', 1, 0x00000000000000000000000000000000, 0xa20d681dbf19b68e04bdbf2bf550d22d, 0x3e30afedc521ea29f76bc65449c241d00ffb9d0648199aca0952922e6229f955, '', 0, '?'),
(0xf04da549e68e6c148fcf72b21d786064, 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/mytuner-radio.svg', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/mytuner-radio.svg', 1, 0x00000000000000000000000000000000, 0x288df50a8c52b76352b5fc13cb771fc8, 0x2e369f817f88d150f51c6cc8a750a6630d3dcfdd20696dc2d9a82e284a589321, '', 0, '?'),
(0xd0b54589cf12e15e4e2362937588f148, 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/pandora.svg', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/pandora.svg', 1, 0x00000000000000000000000000000000, 0xcd85a0289d0841aa1a427d32e1a0135a, 0x1ebb0b58b90b97972340cf2437216c3bc57c66ce896da35b234ec3514b36c220, '', 0, '?'),
(0x2e3c5e64a02857fb99dbe0487f5ecaa3, 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/patreon.svg', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/patreon.svg', 1, 0x00000000000000000000000000000000, 0x2eb439b847e991e6ab512a52f8977acb, 0xbb93c75389be811d0a2ca0c2bcb0b1e3c90c6d9904b8a9a3ca5f588d29e109f1, '', 0, '?'),
(0x20f45f95aae7dc1ade1ff5a9e0036c2e, 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/player-fm.svg', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/player-fm.svg', 1, 0x00000000000000000000000000000000, 0xb96e2fc4fc6a736313adf197b073270c, 0x6531b7a2dd05c52ff82cd8c70e5539fd79cb62932cefc343440173102be64231, '', 0, '?'),
(0xc2166ec065ea12e067fb86127ba221ef, 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/plex.svg', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/plex.svg', 1, 0x00000000000000000000000000000000, 0x00184f1645bc442b877f4eb358d1ea63, 0x98d9403fa6fe441436a8c2d4695b9663788421f172fce15ac7c874fd4f13b666, '', 0, '?'),
(0xfd7f21792a5eb7e19410072151f91530, 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/podbay.svg', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/podbay.svg', 1, 0x00000000000000000000000000000000, 0xef81c5562f446ce68055f01988f754c5, 0x3eab24a9b1a01622b97b4a0230ddad93ad774c958424a06616ee28a228939349, '', 0, '?'),
(0x32aa7697c7a8fc709d2bad49b3d86650, 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/podbean.svg', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/podbean.svg', 1, 0x00000000000000000000000000000000, 0x3ae9d8bbf1cae63c696ed35be09430d1, 0xa40db70e360cc1f0c362a6bbe9a297c273ff35be9a577b2b9445c264ba850d3c, '', 0, '?'),
(0x0c10da2a5e8d13095f7c3ceed922f1d2, 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/podcast-addict.svg', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/podcast-addict.svg', 1, 0x00000000000000000000000000000000, 0xd9b4d93c082c39689b256d3e408deab0, 0xcd936a058e4a177ae59c0b6afca5c2421f9e41b5254ee86496056b84347c92fa, '', 0, '?'),
(0x081e3bbbaf453c4e8b7d6663ca812b21, 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/podchaser.svg', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/podchaser.svg', 1, 0x00000000000000000000000000000000, 0x998ad4e0fd40607cf9b48b4c45c62d00, 0x1c6eabb25b60646999e9d360e09a7e04b1439a0193a77cbc1f3995a5f92dc92b, '', 0, '?'),
(0x9eeb6356a117fe2f0661a5951b3d94d7, 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/podfan.svg', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/podfan.svg', 1, 0x00000000000000000000000000000000, 0x7c86f16c7e21038bdc515e34db0d7436, 0xa62c9f583fbac382cdf2c7ea51efe5408c226553dbccdb0a21311833c1f1996e, '', 0, '?'),
(0x78f12df4b4ea82f298cd0269fe17fad5, 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/podkicker.svg', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/podkicker.svg', 1, 0x00000000000000000000000000000000, 0x20553f89da0699cbbb6e05dd6cf2f503, 0x1d6ca81f2d456d04830047333dd83678489b16d5dbb42dded7bdae459e4e1e4f, '', 0, '?'),
(0xfce9e487b8a5fd89862a98009561bfd6, 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/podknife.svg', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/podknife.svg', 1, 0x00000000000000000000000000000000, 0xda33b77b53beed85ec255325e472d9e5, 0x8d9d7f17166c33bd2c3a9807daee073dc17cd2db3378f3b403a521e0ca4bcd14, '', 0, '?'),
(0xcfa5a0e802d9f93b513c7c5349ef16a0, 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/podtail.svg', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/podtail.svg', 1, 0x00000000000000000000000000000000, 0x3ea7db7c9f7053ede7ada8c3cccddca7, 0x085ce74ea38de9ac2d0331fd737e53268fcb90a9376d13800f6e47924a56da42, '', 0, '?'),
(0x33ddd1de97d24167599fafa550f915c0, 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/radio-com.svg', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/radio-com.svg', 1, 0x00000000000000000000000000000000, 0xf32cf1314bd1d53c9b16f70f045c470d, 0xc08273d26185416bd52093e0220a8192c62001f193d31c8f2c05331bee0fcbf0, '', 0, '?'),
(0xab226c4208f4c7c045c1b5897f345d68, 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/radio-public.svg', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/radio-public.svg', 1, 0x00000000000000000000000000000000, 0x05e97838b28c25234780f273abe12417, 0xd1d253ee07f919a83a5b7c43d2951bedf5e67c0fe2903b4692de7b44144bfff7, '', 0, '?'),
(0x8b3fccc6d8a2423738bbf37c86f07e41, 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/redcircle.svg', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/redcircle.svg', 1, 0x00000000000000000000000000000000, 0x4c32560e9522c8b3f1560f84fe779e4a, 0xcb8aa6842d16f9e3053817499902941bffdd3bfc1cd33239ce83d9693596b7b5, '', 0, '?'),
(0x1dec6ca728d9c0c7831df181b50dc452, 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/rss.svg', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/rss.svg', 1, 0x00000000000000000000000000000000, 0xb180c6522ea46e3af60fa774a2939eb8, 0x6c939e2fe989c12ab921b671c8554bc489f92082302fc10b60759c1d316a0895, '', 0, '?'),
(0xdecdb90f19dd5b24c818dfb496ba2899, 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/rssradio.svg', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/rssradio.svg', 1, 0x00000000000000000000000000000000, 0x41b4d7da16dc7440431caad4f5b89d3e, 0x04d214f9607ced13c8014851b131aed57bd33eb5212adc39a63301fe597411ce, '', 0, '?'),
(0xa6e128d597e953983357c86f9ea71f1c, 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/share.svg', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/share.svg', 1, 0x00000000000000000000000000000000, 0xc59fcecfacd255ca33758992f38267bf, 0x31b0f296fcb50d67e2671c1322ea0cdbf8201bfe4b8d84a6d8238b95352b189c, '', 0, '?'),
(0x81b8949b71f14e040a464eeaea6d0e27, 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/soundcloud.svg', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/soundcloud.svg', 1, 0x00000000000000000000000000000000, 0x9c61ee5a69a97d1f9cd0a306bafc26f7, 0x696eda5d788717b3282fd215f7ab6d82e28551069217467d69b32d524d1dfffb, '', 0, '?'),
(0xd86e9c323f1a75ad14ff939bd384bc83, 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/spreaker.svg', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/spreaker.svg', 1, 0x00000000000000000000000000000000, 0x4fbccf138e6f98ae7538e8a363da52b2, 0x5b9890b3750b8df2c7b3db4a1bf653d86593f328c042fc8cc69d35151fe3be2e, '', 0, '?'),
(0xf0fa2570ff74edd27189d1d37eef634c, 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/the-podcast-app.svg', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/the-podcast-app.svg', 1, 0x00000000000000000000000000000000, 0x421c052ac2892d1ebf0389b3bc34b90a, 0x966562ed1ae5a8d70ed300c50145d375b39dc9dc75421e04eef8d0f82307c178, '', 0, '?'),
(0x2fbed495a898290de7f52295d5a31653, 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/tunein.svg', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/tunein.svg', 1, 0x00000000000000000000000000000000, 0x2b127bba85080a598517e63dac24c4e3, 0x509b7e353539cffe56a8d93b4fa0f6ec9421acff258e8862a9d62c69cc80a0c5, '', 0, '?'),
(0x0df82aabfcc86c0259f15b5c9e1d14a6, 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/vkontakte.svg', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/vkontakte.svg', 1, 0x00000000000000000000000000000000, 0xb57dcaf850b8e14cbe2871d44b8a3565, 0xa536c1b0ea76d8b3aadebb43fdcb1d498b97e5538fbf5110f60732e7db627df3, '', 0, '?'),
(0x641fc482440537fcb9363a5be7bae36a, 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/we-fo.svg', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/we-fo.svg', 1, 0x00000000000000000000000000000000, 0x25d1d835d8656ba0805e0662dc3b32c9, 0x831011c56df47dcdcff6e19c1a0c3c909f5840f1a1c57bcc07ac30df55c53677, '', 0, '?'),
(0xccff9ce638ca0bc57e841453232992c3, 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/yandex.svg', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/yandex.svg', 1, 0x00000000000000000000000000000000, 0x050b521c659c755ce08d2006729fb829, 0x173d6a585c64c8983326215316c8f12f59d18efe2f363d56765fcd1e22b8bd1e, '', 0, '?'),
(0xb8977282c926ead5acb5b7988760cffb, 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/youtube.svg', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/youtube.svg', 1, 0x00000000000000000000000000000000, 0x5599d1dce11ae32f72df9e6e9a5d8a07, 0x3fa18a53f85bb616e25c0dd16c9c50b947d627cf37fe88e7ad02aa69f2988cee, '', 0, '?'),
(0x7a28c9971e1802fe5c169d55e5420333, 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/castos-logo-dark.svg', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/castos-logo-dark.svg', 1, 0x00000000000000000000000000000000, 0x656e748dcec031b6fe6428c1c77adcd2, 0x803c7352f34b7bf58aa6cd48b23418a6a6db799bce80267c8e52aae4a3d152ef, '', 0, '?'),
(0xde33265b3b0327d939b6a88f60593795, 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/castos-logo-light.svg', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/castos-logo-light.svg', 1, 0x00000000000000000000000000000000, 0xced25b3c389f347aca3bed5ec9799590, 0xf5284d2dd27c3ccef784f7615422959364dd0c4c01deee109dec3d651d503161, '', 0, '?'),
(0xc7d3de8346ceffced24b3c7d2944aadc, 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/icon-copy.svg', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/icon-copy.svg', 1, 0x00000000000000000000000000000000, 0xba5d5c8769f5fbb63df2edbc558ef6cd, 0xd5a8d28edf30b1eb6ad3f83917663be71cd4c098b5d056d315296382edb3b1e6, '', 0, '?'),
(0x3a64012b143d6f83e4a096aa760db758, 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/icon-download.svg', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/icon-download.svg', 1, 0x00000000000000000000000000000000, 0xa22f0f79b6fb0ec1b9246de63c1f9a60, 0x54ee37a1895c3d47c793df151f30b886424fb24a4d1b9fdc22077c58a6846afb, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xaaf990d889c69705ba73e86029adaea9, 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/icon-fwd.svg', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/icon-fwd.svg', 1, 0x00000000000000000000000000000000, 0xc3532915ad86105c09b2d5844829f28f, 0xe8ef172e729d784c11e706e2198be07812956647f29f6d908609b9f03f5bbf6e, '', 0, '?'),
(0xc51a401b0c912876c24623c1b9db110e, 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/icon-loader.svg', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/icon-loader.svg', 1, 0x00000000000000000000000000000000, 0x0b4fe999eeefc8cb7ef352a6ff509826, 0x3cb204f566f463b881925d0afb57a2ae03813db88920fc230c274e07e8a81fd4, '', 0, '?'),
(0x5697139ea5000c286cbaf3129255138d, 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/icon-pause.svg', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/icon-pause.svg', 1, 0x00000000000000000000000000000000, 0x58a99085a51365621fa98af33a81b6e8, 0x9778252e811737d5174cbaf9515ab129a170d96b1f8345a96a7d5b60de1fb9d7, '', 0, '?'),
(0x826509a0b4b8e125fe2a1f6dce2a57a9, 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/icon-play.svg', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/icon-play.svg', 1, 0x00000000000000000000000000000000, 0x151febb3ad1b78747fc9eeb6fbd1c21c, 0xe94f91aae8c2d8e447f12b9cef43f32e37f81a92e59cc210928fd506bb6ed8e7, '', 0, '?'),
(0xe03a38c81830b837bbc233700b04a8f8, 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/icon-rwd.svg', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/icon-rwd.svg', 1, 0x00000000000000000000000000000000, 0x7f8717014a17cb8a81b7e4fc6965b797, 0x0dd1fdb0deada46e114fa1df8b76bbf6c125be615b7474ccf62bada7b2bf99a5, '', 0, '?'),
(0x28ee62931f569990098529dab6c30121, 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/icon-volume-off.svg', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/icon-volume-off.svg', 1, 0x00000000000000000000000000000000, 0x9c912e630bc1ed71f08df45fc3a7611c, 0xe7cabf7b3a839c9ed81cc52e6192c966ed1c0663f87f9b72c2a8c36767629ba1, '', 0, '?'),
(0x7703335df05a577697cccb7e5fd755ca, 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/icon-volume-on.svg', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/icon-volume-on.svg', 1, 0x00000000000000000000000000000000, 0xb158a679f464ebed10e97248176182e4, 0x575c9a1adfa6a4d2992c78baa643942a43076c567860fdf75706d097920e2fa3, '', 0, '?'),
(0x91d75a074c63c74b0ddbf2e9865540f3, 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/logo.png', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/logo.png', 1, 0x00000000000000000000000000000000, 0x0482bd16484935dbf951c5441c8c0cb4, 0xc7c602bcea6153ca903a7faac873cd59b6390ee2d4f6563c26311f4f18ad3b48, '', 0, '?'),
(0x0e013ff0303f444ad7acd7414f2f2801, 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/temp--cover.png', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/temp--cover.png', 1, 0x00000000000000000000000000000000, 0xaad2eb827244a5601e814b606ae75aaa, 0x15209bf9bfa163011a16c062bf7f54a4b349d9d63bfd70bb1184b02d186a1edc, '', 0, '?'),
(0x38be0ce0576a48fa7fc019b131adee84, 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/ui-bg_flat_75_ffffff_40x100.png', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/ui-bg_flat_75_ffffff_40x100.png', 1, 0x00000000000000000000000000000000, 0x985f46b74b703e605966201743fb6f7e, 0x8a9618ca6fc14795b70abff58dfb6734160cec713fd90f7b77917b53d68ee488, '', 0, '?'),
(0x881d55318d3dcb7c00193368de805ca9, 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/ui-bg_glass_55_fbf9ee_1x400.png', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/ui-bg_glass_55_fbf9ee_1x400.png', 1, 0x00000000000000000000000000000000, 0xf1cf5f259315a7498ec3c1a7d3875a55, 0x883c8c081a75bf9df334ede2de731d43563495ead7f98ef6886cd208baa037c4, '', 0, '?'),
(0x769aec16ea9822d5d4cbba2fd5eb3b32, 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/ui-bg_glass_65_ffffff_1x400.png', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/ui-bg_glass_65_ffffff_1x400.png', 1, 0x00000000000000000000000000000000, 0x0a51f9aaedcf4807c0481727c510539a, 0xbe26d494f5d5e9fb65ea5a99cd2c158888357986c6c5146b2c992cc227bf6295, '', 0, '?'),
(0xe5df3e100873e835fb915e5b386f3641, 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/ui-bg_glass_75_dadada_1x400.png', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/ui-bg_glass_75_dadada_1x400.png', 1, 0x00000000000000000000000000000000, 0x4d467af39cf8e4e81939b9a78d7341b6, 0x3bd43e66979bded4ccf3ff248ee0494dbbec47886eb15af1ad746a21823a71eb, '', 0, '?'),
(0x0db1d1709d7f4c0cb2457e05797a4f96, 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/ui-bg_glass_75_e6e6e6_1x400.png', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/ui-bg_glass_75_e6e6e6_1x400.png', 1, 0x00000000000000000000000000000000, 0x878d025f66d66ae6d57aa65b56c1bfed, 0x0bdf0a12505fc2a55780fbc6afcb6b2d07c2d8dc2f82e92cc01cd0a9d8733450, '', 0, '?'),
(0x4c0022a3b07950aa8bdd09e14e6646aa, 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/ui-bg_glass_95_fef1ec_1x400.png', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/ui-bg_glass_95_fef1ec_1x400.png', 1, 0x00000000000000000000000000000000, 0x316a6312ca6a898c3ec72d79029e7cf8, 0x74f422eb76053d54efe84b95bc61afda25302d39d888bef9ddac315c0ac85c5f, '', 0, '?'),
(0x4e794ef92c9641df8387b9ee8f06b946, 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/ui-bg_highlight-soft_75_cccccc_1x100.png', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/ui-bg_highlight-soft_75_cccccc_1x100.png', 1, 0x00000000000000000000000000000000, 0xa5f0737124994670c2560356bdc6a9a0, 0x5c4b02092ff35a3379b5db44af83c6bd5d582869ac0b660b9d95c285c1c76751, '', 0, '?'),
(0xa87b1d306e35acbfd4dbef5d6b20ca79, 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/ui-icons_222222_256x240.png', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/ui-icons_222222_256x240.png', 1, 0x00000000000000000000000000000000, 0x3a3c5468f484f07ac4a320d9e22acb8c, 0x340da74d857114bb80980880ef7585c857ccefdfa1f024727316ddbe73e9c5df, '', 0, '?'),
(0xeff0a79917cd126c400e0f4d7d6cc836, 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/ui-icons_2e83ff_256x240.png', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/ui-icons_2e83ff_256x240.png', 1, 0x00000000000000000000000000000000, 0xd92acecad29da2ccee5c9d491267f4a2, 0x8e4f2b3ea029caf961e55093d8ee1db253f8913d90e585b502403b40c19bd788, '', 0, '?'),
(0x661c0e666fe3bfc96e1e9e88340c24d4, 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/ui-icons_454545_256x240.png', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/ui-icons_454545_256x240.png', 1, 0x00000000000000000000000000000000, 0x3b001ae33bd74fff64bc609ce6a55628, 0xa1b82f97acc212bc9fade0686b28b7d767608edd612331dfc7df00468079114b, '', 0, '?'),
(0x58cd92b00742ffc71a7bc4fe52936eef, 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/ui-icons_888888_256x240.png', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/ui-icons_888888_256x240.png', 1, 0x00000000000000000000000000000000, 0x6cc57703e2f287de68f76244a618f15c, 0xa61b6e2c1096e788d3c17264aff6e0d8b14285e52a2477e6ee7d38e2830afbd8, '', 0, '?'),
(0x66d6145e1da5377bb67ce0b64ae18198, 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/ui-icons_cd0a0a_256x240.png', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/ui-icons_cd0a0a_256x240.png', 1, 0x00000000000000000000000000000000, 0xfdc58c14e91fbb086f953818c525a7ee, 0xea32ea4b021c7e03a47f692a9f0eb36ee3966e8d8fe6c677a3c8bafcc8bea0ab, '', 0, '?'),
(0xbe37d7e00cbc1211e0359ada2f5bafa0, 'wp-content/plugins/seriously-simple-podcasting/assets/css/import-rss.css', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/import-rss.css', 1, 0x00000000000000000000000000000000, 0x9a52a7ecba1656ce80cd9172ba6c7be2, 0xf00d5bd6c9616d34ae9c073b5f05cfef5e0cc217a7626f3fa11f263862fee01d, '', 0, '?'),
(0xba64e16fadfb53cc9e93106b737404eb, 'wp-content/plugins/seriously-simple-podcasting/assets/css/import-rss.min.css', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/import-rss.min.css', 1, 0x00000000000000000000000000000000, 0x49a305d543427565a9a09a73bb7ce8d6, 0x16d7666593cd8d144033c156a904302f7edcb8385222f0c43bcab327eac8735e, '', 0, '?'),
(0xf2aa5307cdd5dd8dc783d7a5c83358d1, 'wp-content/plugins/seriously-simple-podcasting/assets/css/jquery-peekabar.css', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/jquery-peekabar.css', 1, 0x00000000000000000000000000000000, 0x18746362be0b0d2388e1ae04a6ea79e8, 0x749667c7361ec5de611bf622eaf2b79d84cbddb9fb28db5c3fc05117e9ffcae4, '', 0, '?'),
(0x8b78db48a60d0b27089559afe18ed9fd, 'wp-content/plugins/seriously-simple-podcasting/assets/css/jquery-peekabar.min.css', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/jquery-peekabar.min.css', 1, 0x00000000000000000000000000000000, 0xf1b3e273b520d9d1b60d2651ae9529dc, 0x61b608c8a51e82e77cb78e6b913f5156d0b6afda220f649b04d77e903b4d7c27, '', 0, '?'),
(0x4a8830e41d53c35ae4cb750c1dd54991, 'wp-content/plugins/seriously-simple-podcasting/assets/css/jquery-ui-smoothness.css', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/jquery-ui-smoothness.css', 1, 0x00000000000000000000000000000000, 0x64dfb75ef30cbf691e7858dc1992b4df, 0x36dd400060b4dc2497d36d18188c76746655d310ce1e01138d867621c7e6e4e6, '', 0, '?'),
(0x2b4b6fdadd5bff34f7eeb1ad1aaf477d, 'wp-content/plugins/seriously-simple-podcasting/assets/css/jquery-ui-smoothness.min.css', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/jquery-ui-smoothness.min.css', 1, 0x00000000000000000000000000000000, 0x80ceb816d7cf722c610081fd6001248e, 0x9a6c40df6e16410bb7add7553e9b5b87f83c6983d99485fe38f55a9bd5781423, '', 0, '?'),
(0xf0893ccfffc553e5fc0e82a74776f34d, 'wp-content/plugins/seriously-simple-podcasting/assets/css/progressbar.css', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/progressbar.css', 1, 0x00000000000000000000000000000000, 0x941db527a57d308a29162f82795c6b4b, 0x3c8378bc13d206948438a5f5b0686d59b58ede05a916d89e28b2b0dfe67cbfd8, '', 0, '?'),
(0xe683c04208350caf687915597475bc0e, 'wp-content/plugins/seriously-simple-podcasting/assets/css/progressbar.min.css', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/progressbar.min.css', 1, 0x00000000000000000000000000000000, 0xec033d24f1fa3af9271d0f6eec4a3928, 0x870d94b197e20c9ff72146295c61b7c84ea19c96c345cb094f2e34a70491dda7, '', 0, '?'),
(0x44609e467d2fd3db655e20c423315b83, 'wp-content/plugins/seriously-simple-podcasting/assets/css/recent-episodes.css', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/recent-episodes.css', 1, 0x00000000000000000000000000000000, 0xd1182864ff51f5774423729ba652bb0d, 0x070cde7d7a98c19ac956838b0ca8d9a20884bbbaa9a97095fdc7c195a6ae347f, '', 0, '?'),
(0x225c06c28908309de773ae6af68c90b8, 'wp-content/plugins/seriously-simple-podcasting/assets/css/recent-episodes.min.css', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/recent-episodes.min.css', 1, 0x00000000000000000000000000000000, 0x7939183aafc980d5945b9ed11efabee8, 0x623eab3edb1e9d475a71f873bf528e657f1be96dbc02e2434ac0a78442b387dd, '', 0, '?'),
(0x8b46c5b6c6a472ff0d0a30b9587128e1, 'wp-content/plugins/seriously-simple-podcasting/assets/css/select2.css', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/select2.css', 1, 0x00000000000000000000000000000000, 0xe6de4a7c42df8ed98269c8b60f7c4dcd, 0xa31526dc57b1d82014381dde046828a62223936f9c65b284afc4d9840c958475, '', 0, '?'),
(0x26078cadedde2a68286cd4dfbfebeaa3, 'wp-content/plugins/seriously-simple-podcasting/assets/css/select2.min.css', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/select2.min.css', 1, 0x00000000000000000000000000000000, 0xeb29810e5a982b331bb800dbd3c192ca, 0xa160fa1335ca32dfc42cd6c64bf2eadfcbaf8b22c6ed9048bc230db381611ae8, '', 0, '?'),
(0x495defd6963e2c5fe40c1402a916b9e4, 'wp-content/plugins/seriously-simple-podcasting/assets/css/settings.css', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/settings.css', 1, 0x00000000000000000000000000000000, 0xf8f473e67d8aff2b6d5fdc37e199edd2, 0xd6959569773b4f3b12c3fd58e3c92f7abf7497dfcfcc7b4fd474f7771f9ecb9e, '', 0, '?'),
(0x6fdfe95e9298c2bca586a815839ecd0d, 'wp-content/plugins/seriously-simple-podcasting/assets/css/settings.min.css', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/settings.min.css', 1, 0x00000000000000000000000000000000, 0x589e7872af0317e22b589fd4fe60b440, 0x250a2e2b287c0c317f883fb04aef0ff8190064d4f57501c13fd0c7c0209a2dca, '', 0, '?'),
(0xd60416e66702534806bed3c298b1f48e, 'wp-content/plugins/seriously-simple-podcasting/assets/css/subscribe-buttons.css', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/subscribe-buttons.css', 1, 0x00000000000000000000000000000000, 0x798449052fb3f14e25645fec13a70e6a, 0x795715461aff5f58f15493ac4d565706e92e7c15c96f938414ae49d85aea8603, '', 0, '?'),
(0x379c4f1c1fffa0934c4f6e074f35bbdd, 'wp-content/plugins/seriously-simple-podcasting/assets/css/subscribe-buttons.min.css', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/subscribe-buttons.min.css', 1, 0x00000000000000000000000000000000, 0xbcd9ea7bcccd307fb8b84c8fbb959d72, 0x2e45e226e159f80d626231c292472c181bf62bffa8e28e58800b23f21ee1a2b3, '', 0, '?'),
(0x90360f5a476d398e44f49478d1cbf628, 'wp-content/plugins/seriously-simple-podcasting/assets/fonts/poppins-400-devanagari.woff2', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/fonts/poppins-400-devanagari.woff2', 1, 0x00000000000000000000000000000000, 0xd5e78c53cb0716cfec0b96fe178870f9, 0x89f8db31e4ddb29f4be5e5126f7661fa01a9dbca9bfb415a2d25e194ee1f45ee, '', 0, '?'),
(0x1853c51bc5d6d8eb1a5897ccdc02e427, 'wp-content/plugins/seriously-simple-podcasting/assets/fonts/poppins-400-latin-ext.woff2', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/fonts/poppins-400-latin-ext.woff2', 1, 0x00000000000000000000000000000000, 0x4d1490f32451df75d9cdcccb0c82874c, 0xff7a4b5edefb60be88970c5ae29018dfdf099c0263d02dcba7e55522e6c1782f, '', 0, '?'),
(0x2082c1f6e6a7b60ef7def1b2c6c29ed2, 'wp-content/plugins/seriously-simple-podcasting/assets/fonts/poppins-400-latin.woff2', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/fonts/poppins-400-latin.woff2', 1, 0x00000000000000000000000000000000, 0x9ed361bba8488aeb2797b82befda20f1, 0x389e7eba6cec076bfded671f9d27aaa8dac9531b7752b0b0d679db04ff3a7be7, '', 0, '?'),
(0xa42b4521646aafe4df87936f8e8e4cfb, 'wp-content/plugins/seriously-simple-podcasting/assets/fonts/poppins-500-devanagari.woff2', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/fonts/poppins-500-devanagari.woff2', 1, 0x00000000000000000000000000000000, 0xfd9b8290076bb123b576fa8a79ad7986, 0xcfe51f7157f76fd4f3645887f4387237823a26b710e618abb2895d0f2368d097, '', 0, '?'),
(0xe2b399c6b62ab613ccf72dcabb35dd24, 'wp-content/plugins/seriously-simple-podcasting/assets/fonts/poppins-500-latin-ext.woff2', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/fonts/poppins-500-latin-ext.woff2', 1, 0x00000000000000000000000000000000, 0xd214b888d8959093716f8af6761a0226, 0xfcb5aa37963ebc4694ebfa824e905d0a97ce8a2ba3b63310688842f13c3b5369, '', 0, '?'),
(0xb70b18539513f849ea029eff7ea6a0cd, 'wp-content/plugins/seriously-simple-podcasting/assets/fonts/poppins-500-latin.woff2', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/fonts/poppins-500-latin.woff2', 1, 0x00000000000000000000000000000000, 0x84780596e268aa0cb2be48af2ed5c375, 0xa7450faf5cf43b172594d2722b81db3c946ee948966ac99dc210d6ff3f0388b3, '', 0, '?'),
(0xca55bde3e607b4809abf87cb77b7ec3c, 'wp-content/plugins/seriously-simple-podcasting/assets/fonts/roboto-400-cirillic-ext.woff2', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/fonts/roboto-400-cirillic-ext.woff2', 1, 0x00000000000000000000000000000000, 0x4743c758a952f2bd4a35d4e42afc002b, 0xae75e1048f7ee2e49bba9394f20335aa16ec54538b62b732367a7355191bb0e4, '', 0, '?'),
(0xe85fd1918f5af6c09a2ccb48471b56ed, 'wp-content/plugins/seriously-simple-podcasting/assets/fonts/roboto-400-cirillic.woff2', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/fonts/roboto-400-cirillic.woff2', 1, 0x00000000000000000000000000000000, 0x8bb64952764a884d67019b3486296ab9, 0x82720d5383a8259cdf264dcdd05177ebb8ca92b0ecb0f6fa5a3b95afc7867d3c, '', 0, '?'),
(0xd60299e4526802e13c161ce9c98f91b0, 'wp-content/plugins/seriously-simple-podcasting/assets/fonts/roboto-400-greek-ext.woff2', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/fonts/roboto-400-greek-ext.woff2', 1, 0x00000000000000000000000000000000, 0x182ee6a4872ca8fa78048951b1561a5c, 0x72d30324475f7320e8e6ef7bf01ed1d1c2fc5500f907bc6ca197b74aaf198164, '', 0, '?'),
(0x3f2cf805c7ef5e80ee237ec33c28a4d7, 'wp-content/plugins/seriously-simple-podcasting/assets/fonts/roboto-400-greek.woff2', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/fonts/roboto-400-greek.woff2', 1, 0x00000000000000000000000000000000, 0xc1e9793c84cb26c44ef2a2cf8b6f49ce, 0x5cb1828419620ab0e145ddca3b5ac70609f9217e2befb818236100e9211b2566, '', 0, '?'),
(0x2e4057c46e9f3f661f69bb7a8d4091e8, 'wp-content/plugins/seriously-simple-podcasting/assets/fonts/roboto-400-latin-ext.woff2', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/fonts/roboto-400-latin-ext.woff2', 1, 0x00000000000000000000000000000000, 0x455200cb007fe1212c668721d827c691, 0xa2c66e27b531c470646865413573e3858331b3999af5afb94ff681588e7dbc43, '', 0, '?'),
(0xf59f941abe1952b51c4b7b1f3b9b5147, 'wp-content/plugins/seriously-simple-podcasting/assets/fonts/roboto-400-latin.woff2', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/fonts/roboto-400-latin.woff2', 1, 0x00000000000000000000000000000000, 0x479970ffb74f2117317f9d24d9e317fe, 0x2398bdac28d4a279f73ac890736e148a6389c7e89353cfd2fda2040b09f5b017, '', 0, '?'),
(0x43b5a505687a4ca892d6eb7902990220, 'wp-content/plugins/seriously-simple-podcasting/assets/fonts/roboto-400-vietnamese.woff2', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/fonts/roboto-400-vietnamese.woff2', 1, 0x00000000000000000000000000000000, 0xa8be5b46d06bb541b0968196ee5e6bb8, 0x64dcb0cb9b77a9aed3a741dc21241f4f5c39988ead1401a9c829c6691653d2ae, '', 0, '?'),
(0x4e27abed93bc3a7cbb096c27f509fd93, 'wp-content/plugins/seriously-simple-podcasting/assets/fonts/roboto-500-cyrillic-ext.woff2', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/fonts/roboto-500-cyrillic-ext.woff2', 1, 0x00000000000000000000000000000000, 0x378698af3b6776fd1e3ee0a51c3d7b87, 0x4915a9178282038001a8d05516a5b096444471a0f7d02e449e521fff450fc375, '', 0, '?'),
(0xe6d22d1d9f4d76dc1b67f000e16abda7, 'wp-content/plugins/seriously-simple-podcasting/assets/fonts/roboto-500-cyrillic.woff2', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/fonts/roboto-500-cyrillic.woff2', 1, 0x00000000000000000000000000000000, 0x7fd643e63fc847f47521a2604072ce9c, 0xe1885459d5d80477d5dc6bb2a3a45dda5b37369374b74f363c4a123e82ffa538, '', 0, '?'),
(0x92a8a5ad70e3dee6afc6e778e31eef4e, 'wp-content/plugins/seriously-simple-podcasting/assets/fonts/roboto-500-greek-ext.woff2', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/fonts/roboto-500-greek-ext.woff2', 1, 0x00000000000000000000000000000000, 0x0f80978b9a5916929ecd5e1e21bc4169, 0xf80b18eaac3c6f43db70ea193d4a1e27f786b21d319674227a1774a9e78c1cc6, '', 0, '?'),
(0xf0d5c1705bf7c88679129561226f6a02, 'wp-content/plugins/seriously-simple-podcasting/assets/fonts/roboto-500-greek.woff2', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/fonts/roboto-500-greek.woff2', 1, 0x00000000000000000000000000000000, 0x665639f6a0519416ad2904f1c218ea30, 0xa097a36aebcf33409d374ee388b6c1452f91fbf4014d71c3c2582bcff1191279, '', 0, '?'),
(0xa08cc6a036e38a2a4cc5934fb355d352, 'wp-content/plugins/seriously-simple-podcasting/assets/fonts/roboto-500-latin-ext.woff2', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/fonts/roboto-500-latin-ext.woff2', 1, 0x00000000000000000000000000000000, 0xb1b808436b5eafe9a683fff584d80fea, 0xef6ce99a53e0cfd1aad47f70a1f102d79a86cf60a3ca6819f7a4ff5faa99f9cc, '', 0, '?'),
(0x93087165039f2aad495b9ce407961ba4, 'wp-content/plugins/seriously-simple-podcasting/assets/fonts/roboto-500-latin.woff2', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/fonts/roboto-500-latin.woff2', 1, 0x00000000000000000000000000000000, 0x020c97dc8e0463259c2f9df929bb0c69, 0x9108df7bd6dd13ddd0ef973b1c414e6583f77ea9a99f21bf947d6070c36cb4eb, '', 0, '?'),
(0xec04a0bc86f3cea90ae97c6206bcdf9a, 'wp-content/plugins/seriously-simple-podcasting/assets/fonts/roboto-500-vietnamese.woff2', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/fonts/roboto-500-vietnamese.woff2', 1, 0x00000000000000000000000000000000, 0x16423fb4da5bb6d54592839d6cd8e1be, 0xbc7ac2f71990d6e46d31c2e255f8686958ad99d55beeae017b255255df73347d, '', 0, '?'),
(0xbd3c733aa855341a9d079628d1e96306, 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/acast.png', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/acast.png', 1, 0x00000000000000000000000000000000, 0xe366d42562e13e5220c2ebdfd0dddafd, 0x48e447dd79f1e5e20e399b82d041ac02f984a2a90483f8f9567c896186e72eaa, '', 0, '?'),
(0xbdebf719f34ced9981e28cfc069f5cb9, 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/amazon.png', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/amazon.png', 1, 0x00000000000000000000000000000000, 0x015ad1ddec684e13e65c22f5c0d5975d, 0xb288a882d6827368fd0efe71879851212a5ebf53862fec9c2123750c4af927c8, '', 0, '?'),
(0x1fc2fc51ff9faeeaf78d3f83a195654d, 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/anchor.png', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/anchor.png', 1, 0x00000000000000000000000000000000, 0x087250fc04f31d6a36462aadcd9c20b8, 0x71fb7ce80e5fe2fb769d2d1c05e9473162e70e6b83be18be58fdb758cdf942cc, '', 0, '?'),
(0x36df3dbb1c86993091d49ec196733fba, 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/apple-podcasts.png', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/apple-podcasts.png', 1, 0x00000000000000000000000000000000, 0xd2f4543510645eec17ec8f6068a0c0cc, 0x473bfba8d5def320f0d1fdf04034a19a59986ec598d2a2f143f3178455ac3ad9, '', 0, '?'),
(0xc8a8ae748c4f98ab2ae2fc5ce28841ca, 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/blubrry.png', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/blubrry.png', 1, 0x00000000000000000000000000000000, 0x573a5c4c859f31eb5caf02f6fbdc21a6, 0xb1cbb732aac6c58da48b166fc37d5b53b36acee8b39bec1a5693d9442cd4c735, '', 0, '?'),
(0x1f6e77361458c92c8979cdbbc88f53ed, 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/breaker.png', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/breaker.png', 1, 0x00000000000000000000000000000000, 0x96e88e9747b338643668c3243244550d, 0x5aa9d11a8647b6bd915803269800193459c9aa8d653c693039eff70b9f1f1c87, '', 0, '?'),
(0x3cd19e91b242641074af18bb7b6b217c, 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/bullhorn.png', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/bullhorn.png', 1, 0x00000000000000000000000000000000, 0xa0bf0736305044694c217397ed8a8d12, 0x89d63d325714ea637d59f09d574f35f1233c50f3fa7abe46b5f5b13e6f7fac4f, '', 0, '?'),
(0x1beccb19d8c1850d941e43fd1e1376c1, 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/castbox.png', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/castbox.png', 1, 0x00000000000000000000000000000000, 0x3c92c564f3554a8dffd052fc9dfdd17f, 0x697e8e984fc52bca02c73e8a7dc3025d439bdf61078cf3d1d1dc059f1b25c51f, '', 0, '?'),
(0x967d3c3065b4044bf4741eba29378d90, 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/castro.png', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/castro.png', 1, 0x00000000000000000000000000000000, 0x07720cab0366a07751419fc5d2c418fa, 0x1a6175a705dc6d55f0702c5562b69a7d6ce232124a2a24e8bdf6cbff8965ebdc, '', 0, '?'),
(0xe355fafb7bdd4341cb7a461f05d29b31, 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/clammr.png', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/clammr.png', 1, 0x00000000000000000000000000000000, 0x5c03df4e3017cdfad2d17af0f450ec9d, 0x0e850cf88fc7930b09fa56ff293929e63430b7798cd744a94bd4094e96ee4f86, '', 0, '?'),
(0x3de87d2846c127c5aaf9c1b5f24799d9, 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/custom.png', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/custom.png', 1, 0x00000000000000000000000000000000, 0x8e817ad2d77e6917acaa50026b621d8d, 0x20654fc4db4972879875aae64035160877a29fb7d35eba0e6fcfda7c7cfe6eec, '', 0, '?'),
(0xcca40bbf0cabb130cc28644dd8b4d051, 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/deezer.png', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/deezer.png', 1, 0x00000000000000000000000000000000, 0x20ca2372891a8857e285a1336e44c23b, 0xddbd61d303ea828c5057d464e41ff431456c7268f57910f95739e5f2eaf7d1c8, '', 0, '?'),
(0x8144d944fcb3905d2e6daf71a57a2342, 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/downcast.png', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/downcast.png', 1, 0x00000000000000000000000000000000, 0xe64ce4260004dbd045cb2c61819c4ce7, 0x525a6f8ae9274fd1466e0be67b4b7de797e63fa7a99a1b9e468e53217e8c050a, '', 0, '?'),
(0xa0423e80849c8b17d258545270f6ef8c, 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/fyyd-de.png', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/fyyd-de.png', 1, 0x00000000000000000000000000000000, 0x8817e34e21f5428a4186a4a1d4ef17b4, 0x7ff97a81db3d83364d0ca30d525b038e85d16fc362721587176df0dc425585a2, '', 0, '?'),
(0x892c01a244f6e5a72c6bbce7580ae18b, 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/google-play.png', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/google-play.png', 1, 0x00000000000000000000000000000000, 0xc809b51a79d98d0d520c71a16aa0ba23, 0x8acc4d0e55cbf1aea17d2e92e576b6fa72beadcec7b06e9da7903838a8101d1e, '', 0, '?'),
(0x6ea4be62b42584c2a26e6396d8b90726, 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/google-podcasts.png', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/google-podcasts.png', 1, 0x00000000000000000000000000000000, 0x88f7dea3a09fea5333c2a731c333959c, 0x264ce239534d3aac6c9f083e6a64c659d056e58f151390f9d24d6d6c8c18122d, '', 0, '?'),
(0x71776d5cb0852dd4563885b7cccbed60, 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/himalaya-com.png', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/himalaya-com.png', 1, 0x00000000000000000000000000000000, 0x89c981d8e0170051b7a940abd75bc653, 0xe80a1163587351c73ffb48a7f31406bdf1c523a2b372cdef782f8b522f7d79b7, '', 0, '?'),
(0x0ba18b25df452e826ac10e38bda67ab6, 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/iheartradio.png', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/iheartradio.png', 1, 0x00000000000000000000000000000000, 0x8c699432d3b91abbb8b54cfa9e45402f, 0xe2c9694094d8f5d9111483987a8322ebbfdbdf1b0c0870cafd19e083f808cc0f, '', 0, '?'),
(0xeae20c0b6ec5725377d3571ae86473c3, 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/itunes.png', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/itunes.png', 1, 0x00000000000000000000000000000000, 0x8ffea04f6df83be642d305682db10a74, 0xc19f65425b7367bab6151090ad27a421a944af23ef9e9becf5845331d5d52ae1, '', 0, '?'),
(0xb280573d2d2c622abd650a84aecf83c1, 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/ivoox.png', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/ivoox.png', 1, 0x00000000000000000000000000000000, 0x22a9a82e599ef405d4a9a3d15aa99b7d, 0x4d043681fdc4f8230efc5bf2ab18d09823b361c430b9ff8632d5104591b3773a, '', 0, '?'),
(0x622a6c085e9f7503d70da198c9a225d9, 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/laughable.png', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/laughable.png', 1, 0x00000000000000000000000000000000, 0x3772878cbf79af9d026e17935be755b8, 0x25ee7fcc3b9cce8c3b6e3fe816c41a7f891714bfd653c20ef8ee22583a6332fa, '', 0, '?'),
(0x7a283b20dbb994c753ac5d399413d84c, 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/libsyn.png', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/libsyn.png', 1, 0x00000000000000000000000000000000, 0x1f9b42a9cff454d49645b4ca65db1bb6, 0x62a0eaa3430daae2d4e68ca085fa4710f743df8e4622531772a29d1a2960bd86, '', 0, '?'),
(0x7f9cb6af0c024627b169ec9691e5c229, 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/listen-notes.png', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/listen-notes.png', 1, 0x00000000000000000000000000000000, 0xbbe5f8a2387ad77993957b1fe8c992e5, 0x87cb8aa9c2854297eb58d0e2bdcb70c6de48e0ec0a6a346c2d31b1217700d281, '', 0, '?'),
(0x0d55734aec1f201376a94e4368834a21, 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/miro.png', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/miro.png', 1, 0x00000000000000000000000000000000, 0x5b3375769fc449dc37b97ff4dde9711a, 0x72b52d2fecbc6576de45a04cb13afc4736b03bcaf789248278e9415083230b8e, '', 0, '?'),
(0x069d11722903106cbbc3e49a47db1d26, 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/mixcloud.png', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/mixcloud.png', 1, 0x00000000000000000000000000000000, 0x9d0e191989d6fb28239b4e1c26879623, 0x510acdd45f664614139aed31607edb7e97fe5ad260f29e53c6fefe6d507ca214, '', 0, '?'),
(0xbc172b314d2f8825b401af4ddf62f73f, 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/mytuner-radio.png', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/mytuner-radio.png', 1, 0x00000000000000000000000000000000, 0x96294f441d5d7bc8c12360b5475ed875, 0xa3f50045200a9581695058d3bc2841ded67af24325dcfc12f14004c280a2a489, '', 0, '?'),
(0x992b88b899fbeb32d7af33e2e2efe6c6, 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/overcast.png', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/overcast.png', 1, 0x00000000000000000000000000000000, 0x8b9a920b51f8d9e6cd8bff9fa3b25874, 0xa90fb831e0a11db1418b262644f3e062eb4a3c5b6c1ca904b1653a66ac908912, '', 0, '?'),
(0xee7cc29558dff45a4d809f958faa696a, 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/owltail.png', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/owltail.png', 1, 0x00000000000000000000000000000000, 0x5fa9e62997fa58a6a630298fa561b5c1, 0xaea0012f5e199cdc4854abcc2effbdcc2c10fce483b4ed3f63de2f8a168a16a0, '', 0, '?'),
(0x405d5996560dd2b8425c5a41ce9af65e, 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/pandora.png', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/pandora.png', 1, 0x00000000000000000000000000000000, 0xe645e7c7f799f3b052178ba720f2bab2, 0x368860657458bc1826001d4cda3982070dcbabb5d1c710b860a93aba8f97bf6e, '', 0, '?'),
(0x86b47e4c7312bc486a88ed51c07fcd83, 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/patreon.png', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/patreon.png', 1, 0x00000000000000000000000000000000, 0x468d7fed0e95b87cb4fe12496e273531, 0xa088b4ec1fe1ae3321e25bed91f37a415d30f74301caf27468f51bd9064d28c2, '', 0, '?'),
(0xf71340baa93ba60e4ac987abe42e717e, 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/player-fm.png', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/player-fm.png', 1, 0x00000000000000000000000000000000, 0x7fced07efb0eca64f1a9f48aec3e146b, 0xc53949af65596df01da0efd1365570accb5f2f8ea8e0c53376683549c709ac96, '', 0, '?'),
(0xa59ffb347b35a632f2b9e4278cc609d4, 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/plex.png', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/plex.png', 1, 0x00000000000000000000000000000000, 0x8c270a185b8118d2836d025434b6b0be, 0x58a57eacf0a0758c1a2a29e994eff0d22b9df885853bf5ebf1c905275800549f, '', 0, '?'),
(0x43370089d3f0a8d28887f2cfabe212d9, 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/pocketcasts.png', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/pocketcasts.png', 1, 0x00000000000000000000000000000000, 0x7c26c7e458dfc95b06f0817e6aaf09e6, 0x676522232c6e773d46e42c70399978313c08bd8d7f927c549e57c130c32a0091, '', 0, '?'),
(0x3d06553d35068de2900c21eda95772e5, 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/podbay.png', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/podbay.png', 1, 0x00000000000000000000000000000000, 0x985c48885177dfc5fa3ef858f700be7f, 0x08584511b5d0df982db5fdfb30a09381cee1c7e2db5db05c4a953e7930966715, '', 0, '?'),
(0xb7f645ac89bbb8f124a52cacbb459b01, 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/podbean.png', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/podbean.png', 1, 0x00000000000000000000000000000000, 0x6164fcc10e9d0e2526a3efa9cd081735, 0x29eaf9918909a28c029cc0b01fb0fbcb960e8923d8e25a0f8da42a77ad2c5ff6, '', 0, '?'),
(0x7d841fb2c827397852ae0ce4ee550440, 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/podcast-addict.png', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/podcast-addict.png', 1, 0x00000000000000000000000000000000, 0x630a144ea9a2cd0a4e7a0714f5486e38, 0x43583874a39c0a36fb3f771219d4955201c4b2e37076a50023f54a53cae59f4d, '', 0, '?'),
(0x491980fae842b6e2ceae223a42c94fd9, 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/podcast-de.png', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/podcast-de.png', 1, 0x00000000000000000000000000000000, 0x0758feedcea23b268bbb8bc20ba70858, 0xaa5581add09856053435bcec30d81d7ef3d29dae4c57c33553e4228f9931f93c, '', 0, '?'),
(0x799b6d362b7a493172cdb41aff940da7, 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/podcast-republic.png', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/podcast-republic.png', 1, 0x00000000000000000000000000000000, 0xa9bf673c4c7841dcadbb1042289f3fc4, 0x615f5e968bd3fa9b225bf2fa13723099c21d1fa1144c5706fa1a9a28609389c8, '', 0, '?'),
(0xfbe1a904dcd1405c8d3e2a5abc21797b, 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/podchaser.png', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/podchaser.png', 1, 0x00000000000000000000000000000000, 0x5b94df9c41a08ae08240883689b9e226, 0x54f9ad93ea007a9599589c2c81a2cbc65011b39285208f7825290c9e14f4faaa, '', 0, '?'),
(0x896fb9e88761e6f3a7a699cdc6020ab4, 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/podcoin.png', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/podcoin.png', 1, 0x00000000000000000000000000000000, 0x284e06aca905f49dea6b60a7009d2b49, 0x05224f132ea3d771368b7f04c3672188e1fbd1b247d1d606e86da9b3ac49d64c, '', 0, '?'),
(0x138639004a2bfcc13e59a8a592517bd1, 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/podfan.png', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/podfan.png', 1, 0x00000000000000000000000000000000, 0x283c333b78e41bee654cde9fe0141b8a, 0x560a3d018738ea151050c79ae7aefd446feb67fc1146a0a1646bf69cc468f50d, '', 0, '?'),
(0x74c02b0098ae61d0b0cf6b819ab2a57b, 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/podkicker.png', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/podkicker.png', 1, 0x00000000000000000000000000000000, 0x0ea111c5d710a070c5d4c11acaaec051, 0x54c538b6476ab59b8d1b4d5b6716f6e22e142984b06732a85c630ec732c84dcd, '', 0, '?'),
(0x3fdb8ed4fea609a09344935dbf9bef3a, 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/podknife.png', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/podknife.png', 1, 0x00000000000000000000000000000000, 0x3d8fe4907f6ad9b3be226223189bbf2f, 0x222161ad45dc2e62c704a576f25f3551d00d9a4ebde57f84dbb7741bc2d093af, '', 0, '?'),
(0x94830b7eceaaaac060209c595830bbb6, 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/podtail.png', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/podtail.png', 1, 0x00000000000000000000000000000000, 0x0ee74db5d267c9eeac3439cabc2a521c, 0x809984f7b03d48c5db86e2fc0754a68e932a319ad7dd8bf0b6faae6bb6f71cfd, '', 0, '?'),
(0x6fc0cd03b081eb98a827e1f672d36d3a, 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/radio-com.png', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/radio-com.png', 1, 0x00000000000000000000000000000000, 0xc3462f428e9b20780238a0c5ab7fe6dc, 0xb62f7b00bfc9e8948ef494c8a59328e1b7bc0bd63952d7e37007db782c0d7410, '', 0, '?'),
(0x5dabc0c51821313ef2c94de58c4ba6b0, 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/radio-public.png', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/radio-public.png', 1, 0x00000000000000000000000000000000, 0xb79f10c3aee7aaf732dca30eb866fe61, 0xe0e432219935e53a3921e76f5b80b8920438c07dda02a8cda39050dbe6221131, '', 0, '?'),
(0x8d43442364b5bcc2bdcd187f96c02be5, 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/redcircle.png', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/redcircle.png', 1, 0x00000000000000000000000000000000, 0xb00a94bba9fba4e4a560ab7139ed1a44, 0xbc4a32c80a03d91848c9b924f70083f5768227dea20ca8e2131d360cca3bc023, '', 0, '?'),
(0x2d7d858b342f064eb02143a9a7027fbb, 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/rss.png', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/rss.png', 1, 0x00000000000000000000000000000000, 0xdb16beb73dd09c7839a663bb15408467, 0xd68c3d3ac3f4ad1556a233a017ca6fba4372cda15f619b7a52a1ccdba5da4f4f, '', 0, '?'),
(0x52cfafdccf1a6890292ad717058d91d1, 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/rssradio.png', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/rssradio.png', 1, 0x00000000000000000000000000000000, 0xc95dab14457544a56d280f103dac70ab, 0xdce679924c55535ec9cca2a02a1d3b13dc4ee5c2587ea5dfd83e4d9029e6e11a, '', 0, '?'),
(0xdc0a734600869f9c218879b41ae628d4, 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/soundcloud.png', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/soundcloud.png', 1, 0x00000000000000000000000000000000, 0x6f720a39bf58f1809611c1cbe0603617, 0xf264b4a3ec4e28fde5ed13434862acbb6562a79aeb7e6a9e1ddaf7c459791258, '', 0, '?'),
(0x33ee34816aa2052152487dff8ca8dc48, 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/spotify.png', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/spotify.png', 1, 0x00000000000000000000000000000000, 0x6ade2d5ae565728425235db9ebd5c7ca, 0xbd7555e483d230c00d0566bd01717657abf6e15ad1ba705f29a1665bd9a4d5b6, '', 0, '?'),
(0x90c3a1e4e4ab95d53b2ddee03a84b1c1, 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/spreaker.png', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/spreaker.png', 1, 0x00000000000000000000000000000000, 0x55b3539581e3c9a70c5267e759b3adef, 0xff46699a2894f5d5a4d4d39b0ebd3f7b43eb49b35a2aecead8ae0bbc317127a0, '', 0, '?'),
(0x80f0c4c853ff095f5f7b665d6a8c3a7e, 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/stitcher.png', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/stitcher.png', 1, 0x00000000000000000000000000000000, 0xec6861e7f9743b1712898223180420b3, 0x6d390aab3ff6a03de3a6f2b8cf2052024ef9ee2383f1cd94856058e3fab1cc1c, '', 0, '?'),
(0x728185dfd586b5467a99453bcc6d45e8, 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/the-podcast-app.png', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/the-podcast-app.png', 1, 0x00000000000000000000000000000000, 0xb2891df9039e61ad2b19821f606c958c, 0x149dc8bdc39fd726d07cf39f8c8537f6aa6dac5563afe4a17eb99c575029c918, '', 0, '?'),
(0xe6ec575b7cfeba6c7ec6c547b9aae4d4, 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/tunein.png', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/tunein.png', 1, 0x00000000000000000000000000000000, 0x935cbd003e22c4591e67bd4c022e3a96, 0xbb3c31c44ac890aa31d4e88b9cd825bf1e3a9c4ec1c437a800e24d34529cbe14, '', 0, '?'),
(0xe78a7c170cfb0daad81a0aec7fb315ff, 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/vkontakte.png', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/vkontakte.png', 1, 0x00000000000000000000000000000000, 0x6c4ebd36d31d0ce46c77ae9e09c74b09, 0xbd3a3499bb259b80137041f8893b7ffd802dbffd1df3a8bec9e6cf9b8a3682e2, '', 0, '?'),
(0x238e2474623a8d93ad88126cbe9d8d77, 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/we-fo.png', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/we-fo.png', 1, 0x00000000000000000000000000000000, 0x510a5d01f6deeba4e8689d5daf1e83ea, 0xdb0b3c598329ccfbc98ff1f190b51e0564bb5f6c89fbc5ab322f279d91761731, '', 0, '?'),
(0x65ff77bebe3e598f74ad8da41b88b898, 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/yandex.png', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/yandex.png', 1, 0x00000000000000000000000000000000, 0x04b07751b5ac7379404c069feea22b77, 0xe5197ead23daf3f8b30c20aca6a74d438acff662887bfdb395b34e98aa0cfb74, '', 0, '?'),
(0xd668d05b7406732622eedae783ef0ee6, 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/youtube.png', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/youtube.png', 1, 0x00000000000000000000000000000000, 0x6d47e418e4ad6a6b676263587a7e65fa, 0xcff2256dab140c8208f2c2a3aa0d24fc4b12dc023de82f79d02587615b12640a, '', 0, '?'),
(0x65a142fb7751c25b6195bfd0e4e1ceba, 'wp-content/plugins/seriously-simple-podcasting/assets/images/castos-icon-extension.jpg', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/images/castos-icon-extension.jpg', 1, 0x00000000000000000000000000000000, 0x9250488b96c93dbce11a374befa4624c, 0x0fe48ce17cbfb0f3986752186b505f933fc3f6d1cf58398b415b457e528fdf71, '', 0, '?'),
(0x5b380c08ef8af7897f9d2f0ef35c2c8d, 'wp-content/plugins/seriously-simple-podcasting/assets/images/castos-player.jpg', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/images/castos-player.jpg', 1, 0x00000000000000000000000000000000, 0x04c3f7e6ad175103439a225de811f974, 0x5e87b424e410b8a7c05ee04e29aed6b12fd260c0d9c6368b4808a49b2da89689, '', 0, '?'),
(0x8d5cbc94b887c0c9457febd0f16210a3, 'wp-content/plugins/seriously-simple-podcasting/assets/images/castos-plugin-settings-banner.jpg', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/images/castos-plugin-settings-banner.jpg', 1, 0x00000000000000000000000000000000, 0x54ab6ab63f071451b3c8e2c1128421c5, 0x7cb032edeb16edd64a22189644a9cb9284a914ce6ce1abe70f52e20533b83151, '', 0, '?'),
(0xc917a5b54f392382fd14565ff47d1cfe, 'wp-content/plugins/seriously-simple-podcasting/assets/images/elementor.jpg', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/images/elementor.jpg', 1, 0x00000000000000000000000000000000, 0x8df2040db329187d168dc9ac61f88051, 0x51a3199339c3b9df675e7f612974bcacd4fd525db05763a0b3bd61a3c059fc94, '', 0, '?'),
(0x70f5f7ab8b8f83c014fc2e1727e508e0, 'wp-content/plugins/seriously-simple-podcasting/assets/images/no-album-art.png', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/images/no-album-art.png', 1, 0x00000000000000000000000000000000, 0xb6e4ee0fe889fdd8e1297b0130577844, 0x21208c95874c9f383049987bfbc8bb470634f5066ff2b25424c0616fad842876, '', 0, '?'),
(0xe0abfc8af6ff37caf9de465c772c8111, 'wp-content/plugins/seriously-simple-podcasting/assets/images/no-image.png', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/images/no-image.png', 1, 0x00000000000000000000000000000000, 0x18a5bcbb8d62fdb5349dc69cb1163e49, 0x805e3b5c4fe544d0a3f258c13cb046de7e5fba7ba8595bef5da0febf6dbb734f, '', 0, '?'),
(0x50baa5c86114d37ca4081262e86f8fa1, 'wp-content/plugins/seriously-simple-podcasting/assets/images/pmpro.jpg', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/images/pmpro.jpg', 1, 0x00000000000000000000000000000000, 0x1ed88aa0f4323ef15a46b3f206e6e3a4, 0xf5e2288f2654f62b44386f9b2afa2b5c77a5d36f24c177bd986cec0c349a0374, '', 0, '?'),
(0x8391fc0b9be2d733098bafc27cdaf722, 'wp-content/plugins/seriously-simple-podcasting/assets/images/second-line-themes.png', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/images/second-line-themes.png', 1, 0x00000000000000000000000000000000, 0x7a2e3ad0bb80d288b5a576e9e63e13d8, 0x2efe328e53f4ffcd2476d46da29938c1a0f8de744bf265360adc84238cf3ec22, '', 0, '?'),
(0x2020a4155028104a1b7558a280cc6377, 'wp-content/plugins/seriously-simple-podcasting/assets/images/ssp-genesis.jpg', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/images/ssp-genesis.jpg', 1, 0x00000000000000000000000000000000, 0xa6b0d80024995fdb32132a2cc537f5d5, 0x05c0b8dc71b2101190dbe791bb4b475c612e3d6634133aaab1598be7b9492db4, '', 0, '?'),
(0xb487b6f171b22f92bdf331e0fbeedad0, 'wp-content/plugins/seriously-simple-podcasting/assets/images/ssp-speakers.jpg', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/images/ssp-speakers.jpg', 1, 0x00000000000000000000000000000000, 0x7044715a72d8992e8e210a6e2f730e8e, 0xa909fabd0a1366c9a8e3b346a1505dcf4d7005675fbd18599436a317f0b40042, '', 0, '?'),
(0x2e61752624213cd345d089b06973f0e6, 'wp-content/plugins/seriously-simple-podcasting/assets/images/ssp-stats.jpg', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/images/ssp-stats.jpg', 1, 0x00000000000000000000000000000000, 0x4981e104ae7779064efe6105bf078199, 0x3b159fd401dd0080656e45b5f5594ca2c7deccc5f398774e980451b5dd5be239, '', 0, '?'),
(0xa47528293af83de56c1115cbcd4c5218, 'wp-content/plugins/seriously-simple-podcasting/assets/images/ssp-transcripts.jpg', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/images/ssp-transcripts.jpg', 1, 0x00000000000000000000000000000000, 0x5c805c599d61479bdf64f629fe436bc2, 0x5515ecc98631a58e2e9dcdf352f7559883173ea8e59419c9e68a6ef1c7d46ea5, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x9fbc7108ac79a094265d33bd90e98d8f, 'wp-content/plugins/seriously-simple-podcasting/assets/js/admin.js', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/js/admin.js', 1, 0x00000000000000000000000000000000, 0x198b34538990a3e2e2325c1d39d62f42, 0xce40695c1cfbeccd6a9d5e7675ffa946166b2757f5fd430a02376b5b176b6e6c, '', 0, '?'),
(0xdfe38c6155cb0729814fd62ce7a692f7, 'wp-content/plugins/seriously-simple-podcasting/assets/js/admin.min.js', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/js/admin.min.js', 1, 0x00000000000000000000000000000000, 0xc8987c1a0128efffab8a9eeb1e1ce843, 0xd7abfb66350fddb93a4f9a706c566c4540a8866c4402d5de0f7a36632fc07496, '', 0, '?'),
(0x7e67a8f060b75a105d07ad32cff7abc7, 'wp-content/plugins/seriously-simple-podcasting/assets/js/castos-player.js', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/js/castos-player.js', 1, 0x00000000000000000000000000000000, 0x27d77d20d59296db20e0f84f9439ecc1, 0x408b4c42afe1e64f75fe0980eb4e9951115a4153a87e2cc1d0dc5dca384fdada, '', 0, '?'),
(0xfffa6e49600db2450c4b0fc4c2522cc1, 'wp-content/plugins/seriously-simple-podcasting/assets/js/castos-player.min.js', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/js/castos-player.min.js', 1, 0x00000000000000000000000000000000, 0x2cb3afb2f19e8e94bd0e01151beeed27, 0xc972c285c597cf6be36d9bc3e9c66225c2feb29c19d2f695e91236dae85e0c6c, '', 0, '?'),
(0x846bf38ff4e8aa39ecc94f2a25589176, 'wp-content/plugins/seriously-simple-podcasting/assets/js/fileupload.js', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/js/fileupload.js', 1, 0x00000000000000000000000000000000, 0xcc57fce9f6e4c01c20ab44b34ab7190f, 0x77da9467edfd150e9496ba7ffcb34f8ea8ddbeb3a9e3032a46f235394867d182, '', 0, '?'),
(0xfe9c57e51bad4a6150306eca00e3abd2, 'wp-content/plugins/seriously-simple-podcasting/assets/js/fileupload.min.js', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/js/fileupload.min.js', 1, 0x00000000000000000000000000000000, 0xcd72a7fe0e45c8708fb8902473a2750d, 0xcdbd242ef4ef82f19f6f7d06a02abbd873d55ee1a1be06b4ffc15838b2fbdd02, '', 0, '?'),
(0x8afce5ea80fef88c20e6e87017ebecd3, 'wp-content/plugins/seriously-simple-podcasting/assets/js/import.rss.js', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/js/import.rss.js', 1, 0x00000000000000000000000000000000, 0x14de061e2f26c0904db9813687cbe23a, 0x62cd1f0f86e466739783e48591d629f63ef77e86ded6f65e1a6a4c45971f53b3, '', 0, '?'),
(0x22c13b28c1b58f97400edf939c031149, 'wp-content/plugins/seriously-simple-podcasting/assets/js/import.rss.min.js', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/js/import.rss.min.js', 1, 0x00000000000000000000000000000000, 0x6c5027ec41ddd8c5574e2ccaa4b93bd7, 0x129be72212d65ead26e42ed7d204665c18d6a1f20e062f0a33cace157135c20a, '', 0, '?'),
(0xd3e8b9a5c7b05530d7ccc48da1e7a4be, 'wp-content/plugins/seriously-simple-podcasting/assets/js/jquery.peekabar.js', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/js/jquery.peekabar.js', 1, 0x00000000000000000000000000000000, 0x181ec49287227b0dd1776aac1bc4433a, 0xdb0fcd918e212ff0fc6f34be8d7ee00673bbf55f579985341aadcb399b17fb69, '', 0, '?'),
(0x7a970013aee02738dcc13ae8181fda73, 'wp-content/plugins/seriously-simple-podcasting/assets/js/jquery.peekabar.min.js', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/js/jquery.peekabar.min.js', 1, 0x00000000000000000000000000000000, 0x77c89e16c96fc51305332b18c1f0c21f, 0x7f35efd0005d6ef9fc7735cd7228ededdb0cee024abb1b502eb444ec7db35556, '', 0, '?'),
(0x0d426e54a16ffb6c04bdee136876887c, 'wp-content/plugins/seriously-simple-podcasting/assets/js/select2.js', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/js/select2.js', 1, 0x00000000000000000000000000000000, 0xc9fd03c389e3e8544294975ec3de15ef, 0x02cbc9af5adf14a7945cfba253542e8ebf3bd8aee120353cef096eb07fe1652f, '', 0, '?'),
(0x8c3dba47d5e120633fb7465162d0111a, 'wp-content/plugins/seriously-simple-podcasting/assets/js/select2.min.js', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/js/select2.min.js', 1, 0x00000000000000000000000000000000, 0xa8db0bde23ecedae55b3c077647c6753, 0x2b45c54e2da03359088eebc92c6145ff4919aaf241feda1adcf5e6f4a9943f10, '', 0, '?'),
(0x20898510b7e38592cf9720896a54ca26, 'wp-content/plugins/seriously-simple-podcasting/assets/js/settings.js', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/js/settings.js', 1, 0x00000000000000000000000000000000, 0xf36a7a78f00b5dfc7f60099a35af745a, 0x038fdf84512a829a51886ad01d2bfbab1d1e6c3badbb0b9558ac35a221312597, '', 0, '?'),
(0x3318049cd232fdc4657933ae827af334, 'wp-content/plugins/seriously-simple-podcasting/assets/js/settings.min.js', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/js/settings.min.js', 1, 0x00000000000000000000000000000000, 0x17cc62ea18e6925748c0e100172be563, 0xea93cf1a6508b92425c72b9e46a361a8a0f8ea92841814eb411278958b235b69, '', 0, '?'),
(0x0e737638677988f813a82b3a4db22d2e, 'wp-content/plugins/seriously-simple-podcasting/assets/svg/castos_logo_black.svg', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/svg/castos_logo_black.svg', 1, 0x00000000000000000000000000000000, 0x239376e91f33fef92b3706e46f857e9a, 0x0f7b584e4fca1668acf3b4083e51555e345201af936b2e3a3292b718e1eb0a92, '', 0, '?'),
(0x2780f2a561d3e2638dc153d3f18b19ee, 'wp-content/plugins/seriously-simple-podcasting/assets/svg/castos_logo_white.svg', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/svg/castos_logo_white.svg', 1, 0x00000000000000000000000000000000, 0xe0ef1592fd00cbbf72e590fbf8b597d2, 0xd11b4aba56ea61113ebe43b9d9c0eccea79dbab4b1aea990bd3d0f8b94815589, '', 0, '?'),
(0xaa311ad33a1273644f35c12bc9806cf0, 'wp-content/plugins/seriously-simple-podcasting/assets/svg/ssp-collapse.svg', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/svg/ssp-collapse.svg', 1, 0x00000000000000000000000000000000, 0x4335f4f3e43d4dae454975cdb6a3da0a, 0x8c3b3e5bbdf53e179552e94c4d1b5e23ba0c8a590b9324f0c0bc9c86ff152824, '', 0, '?'),
(0x238569045df92d1eb1d5fd84ce1056be, 'wp-content/plugins/seriously-simple-podcasting/assets/svg/ssp-expand.svg', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/svg/ssp-expand.svg', 1, 0x00000000000000000000000000000000, 0x741ace35d31050dc018262acd1b42ce9, 0xc797810887546e92ff222573bd474bf8b73016c00bf7b7e346fbc05fcba66d58, '', 0, '?'),
(0x44afbbc0aaa6df57e111108c2f74e18c, 'wp-content/plugins/seriously-simple-podcasting/assets/svg/ssp_back_30.svg', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/svg/ssp_back_30.svg', 1, 0x00000000000000000000000000000000, 0xff849836a6e27d08179e72db3ec49113, 0xf619ca3cc0dcf374f4be5c7af3e5f3e0d445b58bc0f7711b0575bc3376da23c0, '', 0, '?'),
(0x1b603c3cae37078a401d85fdc42be42e, 'wp-content/plugins/seriously-simple-podcasting/assets/svg/ssp_download.svg', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/svg/ssp_download.svg', 1, 0x00000000000000000000000000000000, 0x0a88a89af49f3a4776e4d4a624482386, 0x2e74b368a631319b46fb21befac9a19f5b532e33a61336c561cef6bd379d7ebf, '', 0, '?'),
(0x5190e17f1430500137862e5319543a13, 'wp-content/plugins/seriously-simple-podcasting/assets/svg/ssp_speed.svg', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/svg/ssp_speed.svg', 1, 0x00000000000000000000000000000000, 0xcfc814a8b8a0dd302960e983f0a341ea, 0x3304f75aacc8d500d6b73e47c8749d161ac549067170267cad2b6744a9451a95, '', 0, '?'),
(0x64cac47eb41ee61569796a5f9a0bf592, 'wp-content/plugins/seriously-simple-podcasting/build/index.asset.php', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/build/index.asset.php', 1, 0x00000000000000000000000000000000, 0x168ab496ca041ddeb25d883b366cc650, 0x6abf0e4fdc15915495bfeaa7ae6090bfd607de90d902e195a77bd6ae21534768, '', 0, '?'),
(0xf837638482a106f5a7340d9e35c5940b, 'wp-content/plugins/seriously-simple-podcasting/build/index.js', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/build/index.js', 1, 0x00000000000000000000000000000000, 0x8cb276f36a9ad660361c4c57d2c4e0e3, 0xef34bf60ac5758c913c38b3e5bf06f6bbe632be2965839d48413611bb739cd89, '', 0, '?'),
(0x325f42b137ca15d64672fe480d508ca0, 'wp-content/plugins/seriously-simple-podcasting/index.php', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/index.php', 1, 0x00000000000000000000000000000000, 0xa688875435e8c597f74d831595a7d77d, 0x4175cc83b59cc460fc3989377d628e3e4d48ea0ec302ed4a4868e5fbce7c466a, '', 0, '?'),
(0x648a365c20349694b6af56e4fc232442, 'wp-content/plugins/seriously-simple-podcasting/php/classes/ajax/class-ajax-handler.php', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/ajax/class-ajax-handler.php', 1, 0x00000000000000000000000000000000, 0x8b49b2359078948858e4a67db22a8219, 0x1ea521f31a76e360850d5413304e21dd52a94b3d42488c84f28f468197198d09, '', 0, '?'),
(0x77f13c01e39da6d111b0109579699f6f, 'wp-content/plugins/seriously-simple-podcasting/php/classes/controllers/class-app-controller.php', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/controllers/class-app-controller.php', 1, 0x00000000000000000000000000000000, 0x4ed6acc3e3227ef2a15187740b53d539, 0xfd63ab6ef333cb7b8d15f86f545a29b9a734b98dbdb3702e6325736c191338e4, '', 0, '?'),
(0x6d5fac28bd8a339b767517d4c573b654, 'wp-content/plugins/seriously-simple-podcasting/php/classes/controllers/class-controller.php', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/controllers/class-controller.php', 1, 0x00000000000000000000000000000000, 0x533941de3a739274fa881e02b1cbc8f9, 0x51898b9147e4e1e476afc15bad6fcc1fb7c1eb9bc2e951934b759191e4441a7c, '', 0, '?'),
(0xd3fb7fe8556a50756c976559584efffd, 'wp-content/plugins/seriously-simple-podcasting/php/classes/controllers/class-cron-controller.php', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/controllers/class-cron-controller.php', 1, 0x00000000000000000000000000000000, 0x9641fc2395830534bf911fbc9b578c8b, 0x4366856f8916f4532d1a04dc99623d64d90762ba6a6bb57db92b9d5fa7b5d817, '', 0, '?'),
(0x92136f8939928c95b69b89e82a4aeb04, 'wp-content/plugins/seriously-simple-podcasting/php/classes/controllers/class-db-migration-controller.php', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/controllers/class-db-migration-controller.php', 1, 0x00000000000000000000000000000000, 0x9d857680c76219049cf0360e353f051c, 0x37b5166f22bf8bfc585bf1a1aaf07b7e80136e4a1b7e7ff03860158a4220f9db, '', 0, '?'),
(0x5b0fbaccdc994f1db4e5e8bca34989d9, 'wp-content/plugins/seriously-simple-podcasting/php/classes/controllers/class-episode-controller.php', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/controllers/class-episode-controller.php', 1, 0x00000000000000000000000000000000, 0x7e3a2719c435a9409c2db2c22e477dc5, 0xc668f7d8804a25c7015fcba3f7179033f539beb1b77b3daa5e1929f7ca6405a9, '', 0, '?'),
(0x5878f6261e3cb0de6e9889611024ce43, 'wp-content/plugins/seriously-simple-podcasting/php/classes/controllers/class-feed-controller.php', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/controllers/class-feed-controller.php', 1, 0x00000000000000000000000000000000, 0x4e073d4c5a1ae0b8940e29836fc28dd8, 0xab1be9fea637b2c849a64f4c8ec42d2262abe4564012fb725fd7b84365421b40, '', 0, '?'),
(0x1bbc3266b731a9d99ab7eb071cb9d892, 'wp-content/plugins/seriously-simple-podcasting/php/classes/controllers/class-frontend-controller.php', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/controllers/class-frontend-controller.php', 1, 0x00000000000000000000000000000000, 0x4ea0a91bf79e0ee11d810fcce51895bd, 0x3a81b0d5ffb16717dd3c4fbfc427b8c171f7b03a11963bcf6c8d0c306ed92d34, '', 0, '?'),
(0x579d220b75765272506a6ebcf9a58f59, 'wp-content/plugins/seriously-simple-podcasting/php/classes/controllers/class-onboarding-controller.php', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/controllers/class-onboarding-controller.php', 1, 0x00000000000000000000000000000000, 0x75d57acad310684735a0dd38cda70ffe, 0xb5d717bccadd50608d6fa65f380a2e4ee05e772b80eb40961ab0a0de77339097, '', 0, '?'),
(0x7779dcd3bd11a6d8300b8e9ec37f99b9, 'wp-content/plugins/seriously-simple-podcasting/php/classes/controllers/class-options-controller.php', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/controllers/class-options-controller.php', 1, 0x00000000000000000000000000000000, 0x17e73e0f1062182b3a495a925cbd59ce, 0x0edb9755f2616a92526783f47bc091d677b24383680a35a37576c590dbb3167e, '', 0, '?'),
(0xd4338353a14ef84126d9465920d045c7, 'wp-content/plugins/seriously-simple-podcasting/php/classes/controllers/class-players-controller.php', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/controllers/class-players-controller.php', 1, 0x00000000000000000000000000000000, 0x94c658d14a113aad93c4bef4679febac, 0x2a676571ed020a9de4ece5d7aed50f65fa97ddcbf2746c2ec55c8dbe3f1f6b40, '', 0, '?'),
(0x708d206f6d830b8460be665992eca08d, 'wp-content/plugins/seriously-simple-podcasting/php/classes/controllers/class-podcast-post-types-controller.php', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/controllers/class-podcast-post-types-controller.php', 1, 0x00000000000000000000000000000000, 0x2c516d0859009f7da9539cd17ff391f6, 0x5f23a1285c9ff3da94591d539822dc84590b218874d71e9382f241390c3e7822, '', 0, '?'),
(0xc995e36645e0ccd39fc9d92062faff04, 'wp-content/plugins/seriously-simple-podcasting/php/classes/controllers/class-schema-controller.php', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/controllers/class-schema-controller.php', 1, 0x00000000000000000000000000000000, 0x1f6dffc2c44a45c2e2a2cad45396f722, 0x9324fd2b4cb9431d1f7e35dd1eeec259dcac43e6b227101bc653ff563bd51e37, '', 0, '?'),
(0x0cfb484dc314b2e8a1949c1b2c2bdd92, 'wp-content/plugins/seriously-simple-podcasting/php/classes/controllers/class-settings-controller.php', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/controllers/class-settings-controller.php', 1, 0x00000000000000000000000000000000, 0xcb7c85e5cba7f4f3a162ee0966a20425, 0xc0bd92e9c24233be4f0c1c80eb70f91c19108431162eb2e6eac4a42d93ed6661, '', 0, '?'),
(0x1e6bd9556d89ea064af479e3cfd63ded, 'wp-content/plugins/seriously-simple-podcasting/php/classes/controllers/class-shortcodes-controller.php', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/controllers/class-shortcodes-controller.php', 1, 0x00000000000000000000000000000000, 0xf5cc464099028b96f0f2d581af2d7a28, 0x46f3c2571d2e5199d8c89461a08443de9a2576d9f13971d2d10b092af47d11f1, '', 0, '?'),
(0x899356b123313bb6670b140eaa11b0ae, 'wp-content/plugins/seriously-simple-podcasting/php/classes/controllers/class-widgets-controller.php', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/controllers/class-widgets-controller.php', 1, 0x00000000000000000000000000000000, 0x7061f66911800af94c3d60365ea93493, 0x18641d069b15f1f779f4b3f65b754edf9e0d426ff66b42b2d82d66ab586e60b3, '', 0, '?'),
(0x1bdd5258848c5217e0d66034050d41df, 'wp-content/plugins/seriously-simple-podcasting/php/classes/handlers/class-admin-notifications-handler.php', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/handlers/class-admin-notifications-handler.php', 1, 0x00000000000000000000000000000000, 0x4042cb28d14bf4275fc7a5267c1b8ad3, 0x44616e1e5ec7832285046cdadb16a2b235c5f504b8867450fd47546f110fa668, '', 0, '?'),
(0x1c2c121c5ff6d526939bbaf356ca3283, 'wp-content/plugins/seriously-simple-podcasting/php/classes/handlers/class-castos-handler.php', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/handlers/class-castos-handler.php', 1, 0x00000000000000000000000000000000, 0xf9ab4b9728cf8073c5601558ac15bf1c, 0x6c797ec25619ecf15b9545e2a7fa5556e6f04e40ba94afdb902cae5eba766556, '', 0, '?'),
(0x2257ee02479f11a68d62ac1f6b2f7890, 'wp-content/plugins/seriously-simple-podcasting/php/classes/handlers/class-cpt-podcast-handler.php', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/handlers/class-cpt-podcast-handler.php', 1, 0x00000000000000000000000000000000, 0x9c1ed3f70f27aa2a1f056fe346836262, 0xd44fdc27e81c80b34fb6bf82cf7ef785c3022437eeeaea6c025f69a86f86c836, '', 0, '?'),
(0x9351e8b6334ab7b507f8bfa7435e7747, 'wp-content/plugins/seriously-simple-podcasting/php/classes/handlers/class-feed-handler.php', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/handlers/class-feed-handler.php', 1, 0x00000000000000000000000000000000, 0xef72c07f816cc999acd7d349b94d4e15, 0x6c06ddfa1a43b5dd1914f45fe48a8925ec122cb04e90692ce1fd9153f38d941a, '', 0, '?'),
(0x484d54be4c93a21e6608448b56bec3e7, 'wp-content/plugins/seriously-simple-podcasting/php/classes/handlers/class-images-handler.php', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/handlers/class-images-handler.php', 1, 0x00000000000000000000000000000000, 0x6df1dd5de4e7c477732363371575f1f9, 0x4da3e0221f3a83aba6c290e41f9bc44b76914a7f2060381b67a3b7af5f09e4d6, '', 0, '?'),
(0x78092a18a5997685463ed0f66e914269, 'wp-content/plugins/seriously-simple-podcasting/php/classes/handlers/class-options-handler.php', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/handlers/class-options-handler.php', 1, 0x00000000000000000000000000000000, 0x3ca3dc97f8d862a3e89026530fa3d4d9, 0x97f12bfa546d8a3f2dbcb83dd46ed8f1d2087d29b6a0951dd9171ce2c8e10db8, '', 0, '?'),
(0x1381309066d0ba21a77d05de9a0d96b0, 'wp-content/plugins/seriously-simple-podcasting/php/classes/handlers/class-podping-handler.php', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/handlers/class-podping-handler.php', 1, 0x00000000000000000000000000000000, 0x7a8acb7fb9a5db46b49ddbbad26760d0, 0xd28a4b1f5531dce5b73bac164ab74ded1464fa247fa10c72d8b587d91e13b448, '', 0, '?'),
(0x110ccb5c6c67dd736b4daa2a7e6e6213, 'wp-content/plugins/seriously-simple-podcasting/php/classes/handlers/class-roles-handler.php', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/handlers/class-roles-handler.php', 1, 0x00000000000000000000000000000000, 0xe13f34d2e64e7a7abc2acdb3a382763f, 0x4b66b7717b8c2501897b27b1b4a88e4f291b7364dd8a2610703417bb95d55ed0, '', 0, '?'),
(0x839ea218e4ee457a8db32a3b1dbdb5d1, 'wp-content/plugins/seriously-simple-podcasting/php/classes/handlers/class-series-handler.php', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/handlers/class-series-handler.php', 1, 0x00000000000000000000000000000000, 0x808512664a8d93a3b820bc8aa6668561, 0x9f0f17383ce80f3126a61e0a80c840625e6b5da6c7dd3dd8021691ca6418d4ab, '', 0, '?'),
(0xe3ff50d204c41911f4d6529713e84b7a, 'wp-content/plugins/seriously-simple-podcasting/php/classes/handlers/class-settings-handler.php', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/handlers/class-settings-handler.php', 1, 0x00000000000000000000000000000000, 0x3427c5e54eefcabe173f9ea672618f4a, 0x6183894957ad50cebc6ba0b83a3ec8c597a8c398c6b965a98eac30ebe248ec33, '', 0, '?'),
(0xd151eeb0f0953dab8e7f99e37b74348a, 'wp-content/plugins/seriously-simple-podcasting/php/classes/handlers/class-upgrade-handler.php', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/handlers/class-upgrade-handler.php', 1, 0x00000000000000000000000000000000, 0xf048e8c4de04028508343d830c975766, 0x6d1d64ee68a47176d92d9b0db75196395bbd4298c360b37ad5a0d9a064f3bb4f, '', 0, '?'),
(0xdc4e2a0b09c09eaa0f9640bbaa0af9d2, 'wp-content/plugins/seriously-simple-podcasting/php/classes/handlers/class-uuid-handler.php', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/handlers/class-uuid-handler.php', 1, 0x00000000000000000000000000000000, 0xabf83e759f0dfd0929f2a2469d9e3700, 0xe28ddfb4ba56ec6785786605e4c629ee10ab75276a7621b7daec1b6dabba657c, '', 0, '?'),
(0xc483fb91dbb021c482b7529e212efc46, 'wp-content/plugins/seriously-simple-podcasting/php/classes/helpers/class-log-helper.php', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/helpers/class-log-helper.php', 1, 0x00000000000000000000000000000000, 0x6088833da7eae6d617a78d24804b51e6, 0x7438c7a493c24e7c5ffe5827300df20bba638467e551574b726c45ff11c5dbe6, '', 0, '?'),
(0xadaee9f3b73e452fde125e0f08d7fc29, 'wp-content/plugins/seriously-simple-podcasting/php/classes/importers/class-rss-importer.php', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/importers/class-rss-importer.php', 1, 0x00000000000000000000000000000000, 0xf5945b8127e1a671d2b1a6bf3f030110, 0xb21dda40f7233f1724f41414afc1ffaa743cdf54526e97949c09e0b8c097cc5c, '', 0, '?'),
(0x32efe73f850feeac200522c29d2a477a, 'wp-content/plugins/seriously-simple-podcasting/php/classes/integrations/blocks/class-castos-blocks.php', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/integrations/blocks/class-castos-blocks.php', 1, 0x00000000000000000000000000000000, 0x8b623f16ddef77af904d9e265d8ca8b3, 0x8036daa71d98ab1c87d1dc6241708cf1ac13bc2c74730b93c166e1e18a53f1d3, '', 0, '?'),
(0x1abd1040465c0679a1ed3af5f15ba0b0, 'wp-content/plugins/seriously-simple-podcasting/php/classes/integrations/class-abstract-integrator.php', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/integrations/class-abstract-integrator.php', 1, 0x00000000000000000000000000000000, 0xec981e5f077d3dea3f2ee9e1a45b2322, 0x02c5d5709c88b1e063cafedf703e044f6ebb826322c3448ab59e78c88da89b4f, '', 0, '?'),
(0xfd8d24285cc93729a09f47bf76332919, 'wp-content/plugins/seriously-simple-podcasting/php/classes/integrations/elementor/class-elementor-template-importer.php', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/integrations/elementor/class-elementor-template-importer.php', 1, 0x00000000000000000000000000000000, 0x19613ba5e999021c7a7ffbe02f47d6ee, 0xe33cab4f417af32556a4d421ee19d063a90238e29242a3e916b6de3183b5da5d, '', 0, '?'),
(0x4ccb095f20cafba1b8a41cc0f73beedc, 'wp-content/plugins/seriously-simple-podcasting/php/classes/integrations/elementor/class-elementor-widgets.php', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/integrations/elementor/class-elementor-widgets.php', 1, 0x00000000000000000000000000000000, 0x13888fd91869ce76544759b56af5e286, 0x666c04a45a34482bf868382c1198ef91c14130a8dc4a753cad91aba63988a4c0, '', 0, '?'),
(0x2a88ddece4b864196a66bbbfbb3ecd9d, 'wp-content/plugins/seriously-simple-podcasting/php/classes/integrations/elementor/class-settings-extender.php', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/integrations/elementor/class-settings-extender.php', 1, 0x00000000000000000000000000000000, 0x86b9613cdd8a83c3816281d99fb01684, 0xde363ce0c82eede6f077b313522cdde3bbb842b286497233a7f30c9434f61500, '', 0, '?'),
(0x9106da62f160608f545a88d6b2935d27, 'wp-content/plugins/seriously-simple-podcasting/php/classes/integrations/elementor/widgets/elementor-episode-list-widget.php', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/integrations/elementor/widgets/elementor-episode-list-widget.php', 1, 0x00000000000000000000000000000000, 0xde6e621f5a992ee78393199089335288, 0x362b955dc3836a2792411122586c329293945f680ef4c68242c126850dd5549e, '', 0, '?'),
(0xfb79116786c8420ca70548d663fc50c6, 'wp-content/plugins/seriously-simple-podcasting/php/classes/integrations/elementor/widgets/elementor-html-player-widget.php', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/integrations/elementor/widgets/elementor-html-player-widget.php', 1, 0x00000000000000000000000000000000, 0x83a1cda1d9fcba7ee91ed768f1304c92, 0x7b95b716c9bcfe25cb2e1cad80346e7643015a0883fcbd152c598078641d6e2a, '', 0, '?'),
(0x7b3c5ed97d9a41251f5ba3cc347e9c78, 'wp-content/plugins/seriously-simple-podcasting/php/classes/integrations/elementor/widgets/elementor-media-player-widget.php', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/integrations/elementor/widgets/elementor-media-player-widget.php', 1, 0x00000000000000000000000000000000, 0xee143c24e02090051c13173ea820cdb6, 0x861748b00fde55ec0933589f9e2ac1f51705397bf6118e517406003dc67915fd, '', 0, '?'),
(0x5528fc134b06b21af830c40ccc5e02cd, 'wp-content/plugins/seriously-simple-podcasting/php/classes/integrations/elementor/widgets/elementor-recent-episodes-widget.php', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/integrations/elementor/widgets/elementor-recent-episodes-widget.php', 1, 0x00000000000000000000000000000000, 0x79279bdf6142898492b0e6240f9f99ed, 0xf323a24eb9624e7aaeeda63533664da3e90d638045f6176747fbaba50669ec23, '', 0, '?'),
(0x1be5ebcc8c02af12ebc61cbde437c524, 'wp-content/plugins/seriously-simple-podcasting/php/classes/integrations/elementor/widgets/elementor-select-episode-widget.php', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/integrations/elementor/widgets/elementor-select-episode-widget.php', 1, 0x00000000000000000000000000000000, 0x61335bf434aa7e1873d803669da9eb7b, 0x7e9a5d2d33794b3090e50d24e25d57a45e8667638be069ae683347a499f72cd3, '', 0, '?'),
(0x9f97fe6183893bd8097cf6779c1e269a, 'wp-content/plugins/seriously-simple-podcasting/php/classes/integrations/elementor/widgets/elementor-subscribe-buttons-widget.php', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/integrations/elementor/widgets/elementor-subscribe-buttons-widget.php', 1, 0x00000000000000000000000000000000, 0x89d3607f890bfc58dceb3b6e0b6ec743, 0x586dd6736c57d7504ec2bd8cbcfefef5df516ad14e3e1c0dea72e4fcb7aa027d, '', 0, '?'),
(0xffa09447b89afabe87d57a1861fb8abf, 'wp-content/plugins/seriously-simple-podcasting/php/classes/integrations/lifterlms/class-lifterlms-integrator.php', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/integrations/lifterlms/class-lifterlms-integrator.php', 1, 0x00000000000000000000000000000000, 0x24eb8fa18ad820796b5917a0323c5e27, 0x712054c7f2ea7705b9dbe32432b15be147aea0522e8f3fd21314850ee80c5039, '', 0, '?'),
(0x6990fa2cf934ce559a0664444b2dbdb1, 'wp-content/plugins/seriously-simple-podcasting/php/classes/integrations/paid-memberships-pro/class-paid-memberships-pro-integrator.php', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/integrations/paid-memberships-pro/class-paid-memberships-pro-integrator.php', 1, 0x00000000000000000000000000000000, 0x858d28c66060ff3a11901d49359aa34b, 0x14443bbac7d9f0bbb73a177f6c62ab4de395b98bf0d8ca9b8a7987b67a6cf185, '', 0, '?'),
(0x2846e71ea575a183fbf249cdf9f68711, 'wp-content/plugins/seriously-simple-podcasting/php/classes/integrations/yoast/schema/class-podcast-episode.php', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/integrations/yoast/schema/class-podcast-episode.php', 1, 0x00000000000000000000000000000000, 0x9547dc07acfafa24cfc6ade72726fe4d, 0xe2ad68b70774210c50f067a76fdaa8633dd1b54f90a0e6fd94da64bfc21b5fd8, '', 0, '?'),
(0x5e5ccb39ab9f8ccd3f4d1bf0427cf9db, 'wp-content/plugins/seriously-simple-podcasting/php/classes/integrations/yoast/schema/class-podcast-series.php', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/integrations/yoast/schema/class-podcast-series.php', 1, 0x00000000000000000000000000000000, 0x958103b91b363e23dc1617e037e160fb, 0x91a79bcb1ed56459c8e01d1d44340a96687086ffa8d30776d26c5555a22c673b, '', 0, '?'),
(0xd4646a58eb067fff16e986afa433bcb5, 'wp-content/plugins/seriously-simple-podcasting/php/classes/renderers/class-renderer.php', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/renderers/class-renderer.php', 1, 0x00000000000000000000000000000000, 0x17f311e6629960da9eb8360eed75efaf, 0xa407cccaebb68553ae9e233e64aa142fe4956286faacb41d1db486227a46cc94, '', 0, '?'),
(0xab412e3d1f3694da45e7949b2bb8e507, 'wp-content/plugins/seriously-simple-podcasting/php/classes/renderers/class-settings-renderer.php', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/renderers/class-settings-renderer.php', 1, 0x00000000000000000000000000000000, 0xbfc5f8929abb5b776fa37ea47593d02c, 0x89320202dbc86494a31c45132dd58d793f303d49ad67cbbe82ee559ca267b7f8, '', 0, '?'),
(0xc8dc6756fef02ef2e8655ff416dc6e82, 'wp-content/plugins/seriously-simple-podcasting/php/classes/repositories/class-episode-repository.php', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/repositories/class-episode-repository.php', 1, 0x00000000000000000000000000000000, 0x68e598218188733f5c8d3a982bbce3d2, 0xaa0df8628de6f8ffb77e731a1109f1230f8eb439cedffdb901e0420036edb29b, '', 0, '?'),
(0xef0f03ca9621788a4ba0266ee2a2c176, 'wp-content/plugins/seriously-simple-podcasting/php/classes/rest/class-episodes-controller.php', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/rest/class-episodes-controller.php', 1, 0x00000000000000000000000000000000, 0xdb8d16299a9e784f399ea9b8d8ed97df, 0xb944b129e45463c79ad6503d7133d12239d37ebbf2b3a22ae6f391d9ed157aa8, '', 0, '?'),
(0x60ab66a7c19dabe4d0799473103d7ba8, 'wp-content/plugins/seriously-simple-podcasting/php/classes/rest/class-rest-api-controller.php', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/rest/class-rest-api-controller.php', 1, 0x00000000000000000000000000000000, 0xc82215565fe3fc54ab54e6a9c4236b75, 0x28fca8961236a5fd5dfba8a84c5cf89f27a169e49749b449b56d7ca790a842e3, '', 0, '?'),
(0x18b69bf3f615ddb16ff8b3657587b94d, 'wp-content/plugins/seriously-simple-podcasting/php/classes/shortcodes/class-player.php', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/shortcodes/class-player.php', 1, 0x00000000000000000000000000000000, 0xbdd319b788641a357678938e9534949f, 0x8873401a12e9acae265c534b899d0c17c576a6eb27d9f171e423fe4bee651891, '', 0, '?'),
(0xeec6287683f394e470558d69864691d4, 'wp-content/plugins/seriously-simple-podcasting/php/classes/shortcodes/class-podcast-episode.php', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/shortcodes/class-podcast-episode.php', 1, 0x00000000000000000000000000000000, 0x210eec337aec8d9fd66747ccf9feb803, 0x7e4bbd2b431555726597c649a66b7f09960298b7d56b1abbf5945bdf8570931f, '', 0, '?'),
(0x2a5913732a189981c3adb43005a91c32, 'wp-content/plugins/seriously-simple-podcasting/php/classes/shortcodes/class-podcast-playlist.php', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/shortcodes/class-podcast-playlist.php', 1, 0x00000000000000000000000000000000, 0x925bcc913c2ec98fb2338c41eae3a082, 0xf08b58b97207bc4564200124b705a8c40a6194d6fe762cf58846f4c00960ae79, '', 0, '?'),
(0xdf4efb5e8272c803ff39fea51b9c8b24, 'wp-content/plugins/seriously-simple-podcasting/php/classes/shortcodes/class-podcast.php', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/shortcodes/class-podcast.php', 1, 0x00000000000000000000000000000000, 0xe90c94c86668db1d8782eec49ebec4bc, 0x67eb3e2af8a169fbab92ef04bacd9cbe72fb40bf240d6e0c30475c136a0684ec, '', 0, '?'),
(0x4145eaaf87c66056540e1ba231f586dc, 'wp-content/plugins/seriously-simple-podcasting/php/classes/shortcodes/interface-shortcode.php', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/shortcodes/interface-shortcode.php', 1, 0x00000000000000000000000000000000, 0xcde87dee22c8309318cf7bba35b9b858, 0xa197ef317fdac87aa5b07072a4ebbd72dfcb25a6971f8e9b6e1477fdd257f7d8, '', 0, '?'),
(0xa01665f6d15d11069ce5bc2f69db7e32, 'wp-content/plugins/seriously-simple-podcasting/php/classes/traits/trait-elementor-widget-helper.php', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/traits/trait-elementor-widget-helper.php', 1, 0x00000000000000000000000000000000, 0x84771d2ffc27dbd8f3445d82359d7624, 0x65767effde97b61bc9be6ce2225a3a1ef492848b07c8186b7c69d27774396591, '', 0, '?'),
(0xcffea4595ca25bbee863941d3f390b1a, 'wp-content/plugins/seriously-simple-podcasting/php/classes/traits/trait-singleton.php', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/traits/trait-singleton.php', 1, 0x00000000000000000000000000000000, 0x1ba7ef66650b3e83dd2c067da0c32cc4, 0xb781ec70f0828ba4708f67ebf3c665975325022d8ba01eace5ccfe55899ddbd2, '', 0, '?'),
(0x8f54abd6d33787ee36c2015a80974684, 'wp-content/plugins/seriously-simple-podcasting/php/classes/traits/trait-useful-variables.php', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/traits/trait-useful-variables.php', 1, 0x00000000000000000000000000000000, 0xcb0dfe3dd142345f8a115aef636287cc, 0x65a8af99b4fa852c4fc4818d2a1b5b842932aa0abbbf6f76d1eb56f1ceab7a49, '', 0, '?'),
(0x26589a4bbba09dfc172bb51ab3098e65, 'wp-content/plugins/seriously-simple-podcasting/php/classes/widgets/class-castos-widget.php', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/widgets/class-castos-widget.php', 1, 0x00000000000000000000000000000000, 0x558eae84a267d9466d001dfd2f052f80, 0x5404292cb3f07a25955ec55f65d6998df6415ff9ba1e4b47cdb351beb0a0b515, '', 0, '?'),
(0x28fb2a74e6ae25b7ae0a5641a210b000, 'wp-content/plugins/seriously-simple-podcasting/php/classes/widgets/class-playlist.php', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/widgets/class-playlist.php', 1, 0x00000000000000000000000000000000, 0x616f1cf7f314de7a58a6bd1c71e6f4cb, 0x370e2bedf991f09a1155ea1616059622b2560e028d541c9d73d964998eac116a, '', 0, '?'),
(0xaffd60a563c2f06de5f05e60cc2b2fa3, 'wp-content/plugins/seriously-simple-podcasting/php/classes/widgets/class-recent-episodes.php', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/widgets/class-recent-episodes.php', 1, 0x00000000000000000000000000000000, 0xb5da5f97c32ecc457a7478f302a26f4d, 0x2988ae69e7bf9b7ba44f05816bf9c73e747ab2ecc74c35c8106c8fa18555eabd, '', 0, '?'),
(0x5f187e72820793bd3fa2d08a7613dd73, 'wp-content/plugins/seriously-simple-podcasting/php/classes/widgets/class-series.php', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/widgets/class-series.php', 1, 0x00000000000000000000000000000000, 0xabee8a15b30a9a593ea90b16e4c8254a, 0xeb32aaa633c6c2f9fdbbce4a38137fbad7c0cb39dbf65e00285c25a8a930bff7, '', 0, '?'),
(0x9a9655adb7a1e8652326f04c80199ad8, 'wp-content/plugins/seriously-simple-podcasting/php/classes/widgets/class-single-episode.php', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/widgets/class-single-episode.php', 1, 0x00000000000000000000000000000000, 0xaef76ca5a53b5fb9491280169244a76b, 0xffe11fc493ad60c7064bf0a78ac7bc12b23a842219934700daafa2cb760931dc, '', 0, '?'),
(0xc92ecc62927ca5d8a5246c103a8f4a65, 'wp-content/plugins/seriously-simple-podcasting/php/includes/ssp-functions.php', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/includes/ssp-functions.php', 1, 0x00000000000000000000000000000000, 0x6fee0a4ee48bab9d9e0fe9e37c1d5076, 0x6e31ad899788cccd97ee02f6a67cf2794566fca1e0380f736f4d4373290a2085, '', 0, '?'),
(0x8697a05aa8b2824a29f29c7987d1e347, 'wp-content/plugins/seriously-simple-podcasting/readme.txt', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/readme.txt', 1, 0x00000000000000000000000000000000, 0x675b40cc8f3166e52c399dda7375cfe1, 0x33feeac435138ad491e16be4cc0e253240bd4c8df4f54b6980feef1cebd279d8, '', 0, '?'),
(0xc222ea05812c707a09a7fad836416f7a, 'wp-content/plugins/seriously-simple-podcasting/seriously-simple-podcasting.php', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/seriously-simple-podcasting.php', 1, 0x00000000000000000000000000000000, 0x4b38d1dc21a1b100bcfab7f423fc4993, 0x4eb224fee213b794c2c6b6f54791d972b3e4b5798decf7c178950f5c18b4052b, '', 0, '?'),
(0x2e43587c794f4ab35c46ea3cbab83318, 'wp-content/plugins/seriously-simple-podcasting/templates/elementor/elementor-podcast-landing-page.json', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/templates/elementor/elementor-podcast-landing-page.json', 1, 0x00000000000000000000000000000000, 0xf9e9702f785982870c0362550418dbc2, 0xc2eeb0f43c25c43091324572e60d49a5a42faf7b740c2fe040a1d5965958488f, '', 0, '?'),
(0x0bc1c75b81f1a90d9ae3969e3c90c37c, 'wp-content/plugins/seriously-simple-podcasting/templates/elementor/elementor-podcast-single-page.json', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/templates/elementor/elementor-podcast-single-page.json', 1, 0x00000000000000000000000000000000, 0x96426a94f60daa141fd38cdb0834ef66, 0x802f9d0f69d90a968b54b6b57b0b26d5cedfe2176837bc689a13e6ec60336d2c, '', 0, '?'),
(0x4d6f7ea42da216ea7b233021b94aee19, 'wp-content/plugins/seriously-simple-podcasting/templates/elementor/elementor-podcast-subscribe-page.json', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/templates/elementor/elementor-podcast-subscribe-page.json', 1, 0x00000000000000000000000000000000, 0xb4ba4cf93dff75d79c34fcc68f4877d1, 0x6af490d7610bb09935ffe56c334343aac5a26cc0ffbb76874e340eb99d49c5fb, '', 0, '?'),
(0xc0661e17120a0b33d5ce89fdcaf6efd8, 'wp-content/plugins/seriously-simple-podcasting/templates/episodes/all-episodes-list.php', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/templates/episodes/all-episodes-list.php', 1, 0x00000000000000000000000000000000, 0x0e3286110f3c9d61897c96f73dc25ebe, 0x03de205cb275b4a5998d0d10e47d94cd394aa925c0ae40d38daaeea309030066, '', 0, '?'),
(0xb3f84945c8f8c8a19e5382a891454648, 'wp-content/plugins/seriously-simple-podcasting/templates/episodes/episode-list.php', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/templates/episodes/episode-list.php', 1, 0x00000000000000000000000000000000, 0xd5085b5eb6e018a6e653feeb5c354c4c, 0x2966d57230fa1e8d26380bcf3f00217b3962d507ef903c34cdea1005087bb501, '', 0, '?'),
(0x21e467e66e8e29897da3d012bef8a81d, 'wp-content/plugins/seriously-simple-podcasting/templates/episodes/recent-episodes.php', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/templates/episodes/recent-episodes.php', 1, 0x00000000000000000000000000000000, 0xd4999c66b48b1220e3dbe8ce4e55db00, 0x319844448cdaeaec01b2e9b19ad5adab138c0842f1800dbbb0c1020d8da6b736, '', 0, '?'),
(0xcef29a1cd4c322d1d797fb18f5e6ebc0, 'wp-content/plugins/seriously-simple-podcasting/templates/feed/feed-item.php', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/templates/feed/feed-item.php', 1, 0x00000000000000000000000000000000, 0x2102dacbd152f1ae0fe921bd5131077c, 0x51bf9305d919eaf912cfdd05fbbd89601d05de82a5663c246c230930d7b788c6, '', 0, '?'),
(0xc7e1c4ed545856d140cc9f3eba64bf91, 'wp-content/plugins/seriously-simple-podcasting/templates/feed/feed-no-access.php', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/templates/feed/feed-no-access.php', 1, 0x00000000000000000000000000000000, 0xe4b4450d1c387029cc4a47b0b9f35d6d, 0xb92d236ae46f0aa7ad240a668376090ee3e83f910ef3e4b1b16b6fc345abf244, '', 0, '?'),
(0xdc1db246cda0ecd8c258c36151d48b7a, 'wp-content/plugins/seriously-simple-podcasting/templates/feed-podcast.php', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/templates/feed-podcast.php', 1, 0x00000000000000000000000000000000, 0x72c4844b74d94ec06bedb853cf3198b4, 0x0297b171602c1c49a89413cb15b5098d0645e291922ed2e3973cc4e4b8bf2881, '', 0, '?'),
(0xdd9ca0128326cfb7123386b769c04c98, 'wp-content/plugins/seriously-simple-podcasting/templates/feed-stylesheet.xsl', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/templates/feed-stylesheet.xsl', 1, 0x00000000000000000000000000000000, 0x4fc00491ceceab7ec89d94aa9f139ff1, 0xc38e1ae10d2a51900b25337d147b953ed88c455c32d4195fa8f0a7ccc870b867, '', 0, '?'),
(0xcda3b6bb2c6b03aaacf4ffc034a9dd6d, 'wp-content/plugins/seriously-simple-podcasting/templates/onboarding/step-1.php', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/templates/onboarding/step-1.php', 1, 0x00000000000000000000000000000000, 0xb25191dceef492e9959543a98e4d0a36, 0x6578572dbd5dc6409513363c16479c6ba658f840e6dd1918dda152e162c157cc, '', 0, '?'),
(0x57e2a7aaafc93b4975abd61b9885616a, 'wp-content/plugins/seriously-simple-podcasting/templates/onboarding/step-2.php', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/templates/onboarding/step-2.php', 1, 0x00000000000000000000000000000000, 0xe6c97c8f549cfc2710bff62a4f5acf2a, 0x67a40c8216282fedca563184744e6dba6c2c6eda23c3ed5a656cdc4c565bff42, '', 0, '?'),
(0xa2106db9724169284327fef9d03a60f3, 'wp-content/plugins/seriously-simple-podcasting/templates/onboarding/step-3.php', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/templates/onboarding/step-3.php', 1, 0x00000000000000000000000000000000, 0xa46e0137b9b002d6a985d4495b7d4b6a, 0xa3e140cec9bb859a54d58b17a78ded0ed788f3cea7969ed876ae926143ed31ee, '', 0, '?'),
(0xb95dd5f05b074ec8cabc9d963088bcfd, 'wp-content/plugins/seriously-simple-podcasting/templates/onboarding/step-4.php', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/templates/onboarding/step-4.php', 1, 0x00000000000000000000000000000000, 0x7476fe9796362dbf4d0a09b4f9738431, 0x3c790dabd2e761cd5f165beab0ec5cf51bc587cd0dd9e31219155a8da1f437f6, '', 0, '?'),
(0x6672d4c4b4e4e9429b4da1b44ad51cdd, 'wp-content/plugins/seriously-simple-podcasting/templates/onboarding/step-5.php', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/templates/onboarding/step-5.php', 1, 0x00000000000000000000000000000000, 0x6406632bf8748820a95dc54aa6360125, 0xb6da86c646ca011efe6384acbb19ab2b9e47622e5098e15672984de53fbbcb7b, '', 0, '?'),
(0x80f17ef28cfd0889aeda8df1823583fd, 'wp-content/plugins/seriously-simple-podcasting/templates/onboarding/steps-footer.php', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/templates/onboarding/steps-footer.php', 1, 0x00000000000000000000000000000000, 0xcf6511c803b672c293713716d34cdf2d, 0x70ac07cafdcdd141d318af02ce493049fde5347f390a453f502e278fa8413071, '', 0, '?'),
(0xaae4334f24cb786824196be61154e426, 'wp-content/plugins/seriously-simple-podcasting/templates/onboarding/steps-header.php', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/templates/onboarding/steps-header.php', 1, 0x00000000000000000000000000000000, 0x43db56123737021845406ae5d184941f, 0x423ed745972e75ec16a5dfa41aeb85044834ea17d0688aa7fca4128c739bc260, '', 0, '?'),
(0x7e78695081125eeeb06e06fe47f86aef, 'wp-content/plugins/seriously-simple-podcasting/templates/players/castos-player.php', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/templates/players/castos-player.php', 1, 0x00000000000000000000000000000000, 0xc60b2d9dafeb76559831687ade843f7e, 0x9b1f684262d9bed2217329f3e714790617eb5b49f415efeb3743906517d2657d, '', 0, '?'),
(0x2ffe98d57b3470af996e087de4aaf817, 'wp-content/plugins/seriously-simple-podcasting/templates/players/media-player.php', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/templates/players/media-player.php', 1, 0x00000000000000000000000000000000, 0xfcf7c2131c550a6ae873ad3de72492eb, 0x2192cc38ab8c910fbeeccfcc58c71cb243302af1d578b30523dac19ade3c4a2e, '', 0, '?'),
(0xd10d844d286e30d66a15afac3c22b5ff, 'wp-content/plugins/seriously-simple-podcasting/templates/players/playlist-compact-player.php', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/templates/players/playlist-compact-player.php', 1, 0x00000000000000000000000000000000, 0x6c509309802ed15b64064b94ce02b75d, 0x2d3b590211b4308c4b368cbb8f9c96b40b0494c07c44e2613cb3053897f01d3f, '', 0, '?'),
(0x99cd48a8e4ed494cc2876e25b7a7a4b4, 'wp-content/plugins/seriously-simple-podcasting/templates/players/subscribe-buttons.php', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/templates/players/subscribe-buttons.php', 1, 0x00000000000000000000000000000000, 0x6a222fb490dad921d14bc9f2c8f59954, 0x7f843068d5889163dc591cdf8fd707a05ef7d5b8653965bade05a32e5b3ccc2d, '', 0, '?'),
(0x82bedaa311a5600d356d11cb71a66b10, 'wp-content/plugins/seriously-simple-podcasting/templates/settings/integrations-subtabs.php', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/templates/settings/integrations-subtabs.php', 1, 0x00000000000000000000000000000000, 0x7d5ca8b7bad633ee08ee82c6e338e4a8, 0xe7622fe3988f3dd95cf3c6f5bdec7b89304c83837a50e8fe9cd5739db0338878, '', 0, '?'),
(0x063bb189557db6a3c9e1ad27a5249f3d, 'wp-content/plugins/seriously-simple-podcasting/templates/settings-sidebar.php', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/templates/settings-sidebar.php', 1, 0x00000000000000000000000000000000, 0xa39e0f2ccf6ff9b99a8bc06439a79a18, 0x65ea76511d65d304e8ec433eda7afc1b82be0b098cd602661a6a00e4e3e0834e, '', 0, '?'),
(0xc1b10355146485fb54e2b67995b69152, 'wp-content/plugins/seriously-simple-podcasting/templates/ssp-analytics.php', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/templates/ssp-analytics.php', 1, 0x00000000000000000000000000000000, 0x4d92a90d592288938a9c79f5d9bff4c8, 0xac0bafd76ab33769dcaf7fa8bb8ef70a27f307101d0bb2869b0d46eaceb0c17d, '', 0, '?'),
(0xb17446f41fef17166b9ce03dd4df71df, 'wp-content/plugins/seriously-simple-podcasting/templates/widget/fields/checkbox.php', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/templates/widget/fields/checkbox.php', 1, 0x00000000000000000000000000000000, 0x42b7dbed8ce999d6a3f389f8b3913dfb, 0xa39aa31d6679e3ec0bf0fe8d1c51e330fb3a0719df5c47f55eca8331b9bdd108, '', 0, '?'),
(0x3b9f83139d70dc772f8dbcce1a3fbcb3, 'wp-content/plugins/seriously-simple-podcasting/templates/widget/fields/number.php', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/templates/widget/fields/number.php', 1, 0x00000000000000000000000000000000, 0x72e526860f5cec1e92c07023732a479b, 0x59fd856a8a150062988a6c60ad09ce10fb432ccbe6f675fb16d1a547f5bff457, '', 0, '?'),
(0xc344a3014e8e6e95eac30571faa611b6, 'wp-content/plugins/seriously-simple-podcasting/templates/widget/fields/select.php', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/templates/widget/fields/select.php', 1, 0x00000000000000000000000000000000, 0x42b7dbed8ce999d6a3f389f8b3913dfb, 0xa39aa31d6679e3ec0bf0fe8d1c51e330fb3a0719df5c47f55eca8331b9bdd108, '', 0, '?'),
(0x4e35ff58682ebc2019ce4eac5dc863dc, 'wp-content/plugins/seriously-simple-podcasting/templates/widget/fields/text.php', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/templates/widget/fields/text.php', 1, 0x00000000000000000000000000000000, 0xe84ba3f68ba77adc9fb1232911fa67bb, 0xb41aecb0d3ae332077e036bd4f8f5c39ae25f64cd38d038fb7d7193eab7b172e, '', 0, '?'),
(0x422e1b653e2e3c6ff77b889e9888ccb8, 'wp-content/plugins/seriously-simple-podcasting/vendor/autoload.php', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/vendor/autoload.php', 1, 0x00000000000000000000000000000000, 0xe03ed65beef659d8515482d7f639371a, 0x3cb7ec577b8def64198ae8c7df7a392f26aee119d70393d6f8378251d5d36588, '', 0, '?'),
(0xfdc8d9ef5bf95288b7c68e824cbe2b46, 'wp-content/plugins/seriously-simple-podcasting/vendor/composer/ClassLoader.php', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/vendor/composer/ClassLoader.php', 1, 0x00000000000000000000000000000000, 0x80e3127bb630c512c42cfb51366ec09c, 0xed60a00c89d5eae8e7739b4ee1fc2ece2dda89f3bc474454fa8bb6b82d0a74d4, '', 0, '?'),
(0x23e883b6c227f73147d2fba6fb64b184, 'wp-content/plugins/seriously-simple-podcasting/vendor/composer/InstalledVersions.php', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/vendor/composer/InstalledVersions.php', 1, 0x00000000000000000000000000000000, 0x13e6e46602b746a98d692a8c1b663e3c, 0xf1a64deed7a06b6979d8cca827db1b8eef07b353b3bc0a56d77c54c4b41bc0ba, '', 0, '?'),
(0xccfb5ca4689e1b74dfe47fcbc73ab108, 'wp-content/plugins/seriously-simple-podcasting/vendor/composer/LICENSE', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/vendor/composer/LICENSE', 1, 0x00000000000000000000000000000000, 0x955d5fe58c231244f6b49000f383b5e2, 0x1a209ff8db92f625a713347e4ed97e47682162d817ad3a77829805c98cbf9927, '', 0, '?'),
(0x1fac17a183e0c7e12ef8f993cb2ae9e8, 'wp-content/plugins/seriously-simple-podcasting/vendor/composer/autoload_classmap.php', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/vendor/composer/autoload_classmap.php', 1, 0x00000000000000000000000000000000, 0xee27fda76b4999fc613bee6c2fa2fa2c, 0x7b148c9c596c6b4f50194087417d16f5f2eb1e51707cadb4e7de17f2037052cf, '', 0, '?'),
(0xcdbba74ad35b9dff99e58da70b78ea16, 'wp-content/plugins/seriously-simple-podcasting/vendor/composer/autoload_namespaces.php', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/vendor/composer/autoload_namespaces.php', 1, 0x00000000000000000000000000000000, 0x35e12c7d76c4a81633bcf547c0e229a9, 0x45bd72344000b8d4a124a6e27ae6fa33f0b8246cb2ea1ad06069e46578c36cca, '', 0, '?'),
(0x0d0e10f663f45cce62800f0490aba420, 'wp-content/plugins/seriously-simple-podcasting/vendor/composer/autoload_psr4.php', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/vendor/composer/autoload_psr4.php', 1, 0x00000000000000000000000000000000, 0xdd3a00f0d13eb29781edd8c77d4c5100, 0x13c0efc35f55005d713dd5898aae66815cbf2fa0094064a1cc0da82b76dc2a28, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xde224944d54c1aa4fbcf10555a4ed4b8, 'wp-content/plugins/seriously-simple-podcasting/vendor/composer/autoload_real.php', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/vendor/composer/autoload_real.php', 1, 0x00000000000000000000000000000000, 0xc30942c7c9519aa84cc6571331f69f3a, 0xc36332314f8e627cf61a3d6720d2cc0bdef81d7932b3d7c5cd85eccb2de3bd24, '', 0, '?'),
(0x22d22498a7719bba433806b419af759e, 'wp-content/plugins/seriously-simple-podcasting/vendor/composer/autoload_static.php', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/vendor/composer/autoload_static.php', 1, 0x00000000000000000000000000000000, 0x682d23ce09779e3fb5d97e575bd790e5, 0x051a6e5b671b5550485e2456c959e1ab01ee2107ac71148af8e4a0acb3221693, '', 0, '?'),
(0xa2cb08546954d3a953b459c0f3f4d50c, 'wp-content/plugins/seriously-simple-podcasting/vendor/composer/installed.json', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/vendor/composer/installed.json', 1, 0x00000000000000000000000000000000, 0x2053241b017739e938771e158952a3bd, 0x4184e7eb9bad572d57647dbf664293283187f664f19dbfadd7a98f08485f58ce, '', 0, '?'),
(0xb4821d43bcd4adb9aa19bf2ba947936a, 'wp-content/plugins/seriously-simple-podcasting/vendor/composer/installed.php', '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/vendor/composer/installed.php', 1, 0x00000000000000000000000000000000, 0xb494e83b382579047eda83b8e387da91, 0x36a171ec3e3d7b7aa0947c55ff307814d9a2e1966ae8037fc5bc9245685fe398, '', 0, '?'),
(0xb25adafc03db55c45762643dfea3ada0, 'wp-content/plugins/smart-slider-3/Defines.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Defines.php', 1, 0x00000000000000000000000000000000, 0x1864961362108bdb5bc49c0f77e6c604, 0x61bea54d965fb8be4e901f9ace415757e89d26d01f6e52ae7574a3cc88327702, '', 0, '?'),
(0xcded687c340fa0a28240f8cb6ec2716b, 'wp-content/plugins/smart-slider-3/Nextend/Autoloader.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Autoloader.php', 1, 0x00000000000000000000000000000000, 0x573361dda1d0cad94e7c6572c146efd1, 0xae5e0b6815539a869a60eb1ebc2b09fa4e9b579b2de2118da9663d70dc748fc1, '', 0, '?'),
(0x8cb97a280d9cd05ba973aba95ce9f80a, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Acl/AbstractPlatformAcl.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Acl/AbstractPlatformAcl.php', 1, 0x00000000000000000000000000000000, 0x1278ea11b668a4778ff7a52153bc2c1a, 0x67076a062485d672feb2265d4845fdff18b59ed6335a59b1eb7ee79baefb7b12, '', 0, '?'),
(0x98d78fc51f3802783ff5fa6f14a213d8, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Acl/Acl.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Acl/Acl.php', 1, 0x00000000000000000000000000000000, 0x3a11e15b6703eb2d1fb9f621e1d7d17c, 0xa5f4a6e7abe74cb16de8741a036ca7c3fb1039c9fe5619a529b96b5a7c0cce3b, '', 0, '?'),
(0x9725cf9229e77b53a3c6f36b41d7632a, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Acl/WordPress/WordPressAcl.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Acl/WordPress/WordPressAcl.php', 1, 0x00000000000000000000000000000000, 0xffc08513fc854e559148dc65d1bb5a71, 0x53101e53c357d838bf4aa987d91e8b4c53226d4c65e0a5feb9afaf5e7e51a541, '', 0, '?'),
(0xf6aa33f1f93e4c7c0b7d69c2b57b02d7, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Api.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Api.php', 1, 0x00000000000000000000000000000000, 0x8d484a672c0a9a3005458688b307a5a7, 0x45afd7fbca0b03aaaefb5663822941084eeff4d49911da6e6c0516d45dfe58b0, '', 0, '?'),
(0xf5dfd2349b8cc746b5de9680658563cc, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Application/AbstractApplication.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Application/AbstractApplication.php', 1, 0x00000000000000000000000000000000, 0x8118468011b6a4ddb64ba9f1403637bc, 0xec9c35685a9d8d0ee8ea1c9bf74224a61f9e7b63345fb51d4eaa4cf682f5e396, '', 0, '?'),
(0xe0a4781f79f1fed71f8dd87f5ed1aa39, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Application/AbstractApplicationType.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Application/AbstractApplicationType.php', 1, 0x00000000000000000000000000000000, 0xccc244deefefa3cfd403f0e44ab1d5d1, 0xb7d46fe5752e45f0e839ec3ea31b4e61b0fbfad53a00d3978da310a66d1b408a, '', 0, '?'),
(0x77751fbd59b5be2c89a849ce2de6c165, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Asset/AbstractAsset.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Asset/AbstractAsset.php', 1, 0x00000000000000000000000000000000, 0xd04c48e6f572031d484569d9d3def392, 0xfdd6ed0d992fb2b5a40876aa46493a6d38ced009fad7f55cabb414bae226b72d, '', 0, '?'),
(0xe947acb16d6581ea7f8efcaefdd0d866, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Asset/AbstractCache.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Asset/AbstractCache.php', 1, 0x00000000000000000000000000000000, 0xbd68da78dfe2a96d27b00bd332c4c5ea, 0x9787b0c9010a70707b5ac7677067566056420ffede209dedaf7db2fe915fd078, '', 0, '?'),
(0x0c06fd888756e7836b9eb9c63d2dd616, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Asset/AssetManager.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Asset/AssetManager.php', 1, 0x00000000000000000000000000000000, 0xcfe7c5cc896ad90a9307c44a3a645e35, 0xa622c0762dfe659a9ff75b3a867f8256d89094bf091f4e8d3d6a33aa0079dedc, '', 0, '?'),
(0x1e04d69b894ff39940023972493018b1, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Asset/Css/Asset.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Asset/Css/Asset.php', 1, 0x00000000000000000000000000000000, 0x4eda2b950378d239c650547b75488781, 0x5422f03673b35d825deb74241bdcf76ede2d56499e14423e51a7287c61bb0fd1, '', 0, '?'),
(0xf7c4dfe5e92340af534c80147f19255c, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Asset/Css/Cache.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Asset/Css/Cache.php', 1, 0x00000000000000000000000000000000, 0x33ad4be78e51cf47faba04fc3aa427a2, 0x3f23dcf196ab88161404e08ab6fb6df6d7dc8f2941f307a001e4a6fca4c62525, '', 0, '?'),
(0x589925d0525ee6769035be2a6c1c21e3, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Asset/Css/Css.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Asset/Css/Css.php', 1, 0x00000000000000000000000000000000, 0x4c00864a9d89b6c64d2ada894c0a3918, 0x28478f4b92d4305622ddb6be168861f574ead543cb8ab22aa91506a239abd449, '', 0, '?'),
(0x1a5f86ce79eee14ba274dd1201dbfb29, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Asset/Css/Less/Asset.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Asset/Css/Less/Asset.php', 1, 0x00000000000000000000000000000000, 0x8e63b0a1d409efef85aa1b8e2668bb03, 0x67e599cdaf24c504b3dd6db9288f3593726b7f5a2549caea9cdd1fb4928f392e, '', 0, '?'),
(0xa846d20cdca66171eb6c55b5e98d40c2, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Asset/Css/Less/Cache.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Asset/Css/Less/Cache.php', 1, 0x00000000000000000000000000000000, 0xe1ffc7cfaefeaf693a61989403b8bbe1, 0x6c05150656dfffc9b8bdaf4baa350d92a4c4511e94c99806745b2e072e0801c3, '', 0, '?'),
(0x9a8c4e7c41c6de27e78183bbc10b2cd0, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Asset/Css/Less/Formatter/Classic.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Asset/Css/Less/Formatter/Classic.php', 1, 0x00000000000000000000000000000000, 0x71fea2a434ae9202ec25c41eb56be152, 0x643410fc909a9db56ab2486a99bd2a6eec431a67cc773aa279d57c8981798c52, '', 0, '?'),
(0xbbd755689ff2f8c81a5b7247b1bc9c6d, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Asset/Css/Less/Formatter/Compressed.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Asset/Css/Less/Formatter/Compressed.php', 1, 0x00000000000000000000000000000000, 0x47e236f38062aaf9c7ee1c9047e24fbe, 0x8433805aa0fb9774bf751ea4ba57e203e937183d7149c1834305d86814bbf2c5, '', 0, '?'),
(0xc9130da4a00a5396301ca61002833277, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Asset/Css/Less/Formatter/Debug.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Asset/Css/Less/Formatter/Debug.php', 1, 0x00000000000000000000000000000000, 0x9e7b0025757f4c23066e2503c906067e, 0xf8dbbf082d0ffcda70fcb25d87769bb4ea559a3d065ba840c9fe35844d33aec7, '', 0, '?'),
(0x3d39d1ebe59e8fecce4080743c511443, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Asset/Css/Less/Less.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Asset/Css/Less/Less.php', 1, 0x00000000000000000000000000000000, 0xf4689129e23ae819f36a6b294582feaa, 0xa733bdafc5344283636b256ece3589854ab1af3ad35a1fda8cc4b02d56c9f598, '', 0, '?'),
(0xb87f55abb12f1f8f266bd9da2dbf63d6, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Asset/Css/Less/LessCompiler.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Asset/Css/Less/LessCompiler.php', 1, 0x00000000000000000000000000000000, 0x3d1f2af0326a7ff3563bc1a1543fd4e4, 0x393f2940ff0ae110a4e2d76ed48c87e828570ca850d7599b6c82e8fbd42438cd, '', 0, '?'),
(0xf9797e4b1981b8d5081192b477146044, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Asset/Css/Less/LessParser.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Asset/Css/Less/LessParser.php', 1, 0x00000000000000000000000000000000, 0x860d342e3aa7755f23bb1b66a0553eb7, 0xcc58e3430adfb4795324e4c9d6330ebda100dde5187df0616b4a29f9aede2704, '', 0, '?'),
(0xd147d873957179e8902ff0248a675bcc, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Asset/Fonts/Google/Asset.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Asset/Fonts/Google/Asset.php', 1, 0x00000000000000000000000000000000, 0x95db34bc095cab030e72b380e8c55360, 0x511a642a7a3909abe0387048c6606d3395640db99f67007d840f9d2309603dfd, '', 0, '?'),
(0x050895e749e07bc8cc937e139d40d74f, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Asset/Fonts/Google/Google.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Asset/Fonts/Google/Google.php', 1, 0x00000000000000000000000000000000, 0x35bebdbecb4ff715562e52508269105e, 0x3d528636f15ac8e7e4a58ef315e47957e4cd30b60d26e2ab80b2bebe3ae9c1b3, '', 0, '?'),
(0xa57a2efa800236af2045815e808b4fda, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Asset/Image/Asset.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Asset/Image/Asset.php', 1, 0x00000000000000000000000000000000, 0x73d8a1b6a0d415f2848e3e851ec8861c, 0x2fda96d30ff7e614ff1e9158595fd5f0fb73f85756d81d5d0107a4c21a6722f4, '', 0, '?'),
(0xc2ea1d3b00ceb851a40000a0562e691d, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Asset/Js/Asset.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Asset/Js/Asset.php', 1, 0x00000000000000000000000000000000, 0x0c68406feea9d9dc58a0e0fff2332f9e, 0x671e5ab249c32cf3361624b61a69a42e6596d8ade429464162661da2a48e0df3, '', 0, '?'),
(0x1aeffe15c9b785b1f047dadc57aaf4b6, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Asset/Js/Cache.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Asset/Js/Cache.php', 1, 0x00000000000000000000000000000000, 0x581b4085a5bfc2b7a57c4c2752a46233, 0xc75c1aa2ff907158af216379a3b02c3c7247b6bc484e01bf6925eebb2feff601, '', 0, '?'),
(0xa44fd6dcbfa80caf781e36855ee9953b, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Asset/Js/Js.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Asset/Js/Js.php', 1, 0x00000000000000000000000000000000, 0x6535bf37cac8d7161f9911b3df247b3b, 0x744424aae79d2aa4d11c97e113d8342a9158151b19c0f4a848eb6086bfedda8d, '', 0, '?'),
(0x47c5d48025aede0c078b397a3da5d8fd, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Asset/Predefined.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Asset/Predefined.php', 1, 0x00000000000000000000000000000000, 0xdc4d29b1793b999332d6c7f25564fcbb, 0x0479879d08a8808ffcd2174baf0ed153d7a48b234a9152e815d4dafe7e062817, '', 0, '?'),
(0xd127c786483c8fd90e42c7948dbf1e26, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Browse/Block/BrowseManager/BlockBrowseManager.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Browse/Block/BrowseManager/BlockBrowseManager.php', 1, 0x00000000000000000000000000000000, 0x81480ac6b035015f34618cb678e05c7d, 0x68124cdae4a5a33650545ab7c24189974ec9a170c23451c869308a970275efe5, '', 0, '?'),
(0xe9e7d8775b7d575dce906b76d2fcfd84, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Browse/BrowseManager.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Browse/BrowseManager.php', 1, 0x00000000000000000000000000000000, 0xb1437c8314f00a21b03bb0a14cf52b22, 0x8d69b29a2b8f621e830b0f7dc1057dd148280e29fa37bfdfc3e09c9ec6a1e217, '', 0, '?'),
(0xf0a6785db9902833ad31107dec849e6a, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Browse/BulletProof/BulletProof.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Browse/BulletProof/BulletProof.php', 1, 0x00000000000000000000000000000000, 0x05250acce5200b09ec4b97307e18318d, 0xdf709f9e93d6c51e30e51fe1bbbe3b7c73f20bbfd4fc5bece5efa878667d0b18, '', 0, '?'),
(0x84b06983386f30331ef010841d5a9c29, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Browse/BulletProof/Exception.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Browse/BulletProof/Exception.php', 1, 0x00000000000000000000000000000000, 0x3a9f0b6b56a089a764a3cc95e2838715, 0x1236612d5abe0fe42a734e90ba03741115df6800b9cde8dbca70ce38ff954f04, '', 0, '?'),
(0x5e76a37bdb45301539e99954eec8b70d, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Browse/ControllerAjaxBrowse.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Browse/ControllerAjaxBrowse.php', 1, 0x00000000000000000000000000000000, 0xf6917bb0203d2cca3ed77a5d671e31e3, 0xcbb888522ddada5285f328f8fd924f5d82d2276a868da32613a783ae1f851510, '', 0, '?'),
(0x44ff66a5078135a2b67250050fee8c69, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Cache/AbstractCache.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Cache/AbstractCache.php', 1, 0x00000000000000000000000000000000, 0x5395dfcfee3f7935c5c14d986f43098b, 0x0ffdf35ff8aa522adde91de60e6128dfef86995cfd03a18e0b8abf09a9778302, '', 0, '?'),
(0x3b2e662d3acde2728d3230dbd4f6cf80, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Cache/CacheGoogleFont.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Cache/CacheGoogleFont.php', 1, 0x00000000000000000000000000000000, 0x5b9a44070aa861c3db97127f74c1dc9c, 0x6f418930740e2138dd1134c1369895a4a6dce1ffda8b9e8b6cc9641451858e9b, '', 0, '?'),
(0xd9925c33c03fd20e4405104d8c83a61a, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Cache/CacheImage.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Cache/CacheImage.php', 1, 0x00000000000000000000000000000000, 0xfc3dd48c0a1ef73fe9144937d8e7a5e4, 0xce782b0e438aecb8dc45a9f13f0e5131c4e8ee6177410ec86d07fe50e11b9d7b, '', 0, '?'),
(0xbef0e51ed597ace8fe7a77c1a0a4db5b, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Cache/Manifest.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Cache/Manifest.php', 1, 0x00000000000000000000000000000000, 0x58ffebdf2dc86172e59bcf46407953f7, 0x38614205adaa35492a31c7e063aa61ab8128075f72b868cbc0a83013a00c1dee, '', 0, '?'),
(0x6ca2c55669982a439c9c385e3cb8f4d9, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Cache/Storage/AbstractStorage.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Cache/Storage/AbstractStorage.php', 1, 0x00000000000000000000000000000000, 0xc2a7818f3e6be8f314224e8691406011, 0x3fd167e0d29a48cbd49f1c266a45d97d9ddac73dc4419431d59def5f125bc639, '', 0, '?'),
(0xab289364f072402a62d33196add2a452, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Cache/Storage/Database.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Cache/Storage/Database.php', 1, 0x00000000000000000000000000000000, 0x7b9d7ef1531046fd5b938a831c168c4d, 0x62bbc7e5e888846112bfd1388c09b2ecb9a9446bbd1f8149cecc7a27a8b02e2a, '', 0, '?'),
(0x6a1f6a35f11cf24e3fab5d248a91e96b, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Cache/Storage/Filesystem.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Cache/Storage/Filesystem.php', 1, 0x00000000000000000000000000000000, 0x6dfc382c256ec11267918bbe44314cb9, 0xf1ab54b0b7b733a569ba14a3571ed3f3af4f1ada55ec252b8f35b1cbf8c504ca, '', 0, '?'),
(0x691e9a83a3e8edef0846ce8678674956, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Cache/StoreImage.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Cache/StoreImage.php', 1, 0x00000000000000000000000000000000, 0x0dffcbd69f7c69d2ee52fc1c19cbcdae, 0x08a04eda42751d6a4314fe6aaa94602a8768d37946f6c5dd94873c908e9f206f, '', 0, '?'),
(0x4b64087d47c9144e9771cf78a29f0da4, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Cast.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Cast.php', 1, 0x00000000000000000000000000000000, 0x23a40e90aacb5541f96d805fa7d300c9, 0x59689182a1ec08e6825955cf4d8b22c5789e55f1a291abd3e4518dd25a175b0b, '', 0, '?'),
(0xc4988c3237ce2adf147108dc050f2cd5, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Content/AbstractPlatformContent.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Content/AbstractPlatformContent.php', 1, 0x00000000000000000000000000000000, 0x563c2a3d86f414d26f8cb2cb5cf735c7, 0x12f2bd48a47d1a1fa2ecb25318b87570a86e8300727f7216acbb197fdf5d87e6, '', 0, '?'),
(0xfbdcb27c0774943b277f6877bcc5bb86, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Content/Content.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Content/Content.php', 1, 0x00000000000000000000000000000000, 0x2bdc8e0cf1b3c6748bd0cd469086098c, 0x69164a5f56454466ca3d1466d874da7a56b0456ee84b751199751b9540be8797, '', 0, '?'),
(0x53b710e672ae2834f210792e3f89f006, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Content/ControllerAjaxContent.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Content/ControllerAjaxContent.php', 1, 0x00000000000000000000000000000000, 0xf0121d9d2a50a643f638d9acf65e186f, 0xbfba99d2ff0ca622b9c763001d6bfdbb225fcbbbf94a834550d6d4e24e757840, '', 0, '?'),
(0x0ff5ff10ac6e34b4e7790cc451d470be, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Content/WordPress/WordPressContent.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Content/WordPress/WordPressContent.php', 1, 0x00000000000000000000000000000000, 0x8e56b777ea4d0e1139fcd881c3af733a, 0x85bae334993ea4039d9f3edf11f0d938c9e4b465526ba73dc2954378bd02e0aa, '', 0, '?'),
(0xe1694612a11925a1df65ba1f247e098d, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Controller/AbstractController.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Controller/AbstractController.php', 1, 0x00000000000000000000000000000000, 0x16cea1e520a89483f2d62c8021fc110e, 0x44e89f8b43a244e879cd4a4fc3d14cfaabd63ef485c531e3feb21719a8ddbdfe, '', 0, '?'),
(0x057225c7dfff215b8da88fc7a2c6175d, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Controller/Admin/AbstractAdminController.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Controller/Admin/AbstractAdminController.php', 1, 0x00000000000000000000000000000000, 0x20f18ed2ee4c4146957103627e1bbb5f, 0x744fb8b55b2538f87a9a881e4fec9e03ad4bc39dd103bf43cb4c445f9e4e3925, '', 0, '?'),
(0xf2944ebae1490a5535a3ff26bf5bd8e7, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Controller/Admin/AdminAjaxController.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Controller/Admin/AdminAjaxController.php', 1, 0x00000000000000000000000000000000, 0x81d68ff329e3ace89857efa7470ae606, 0x9c7f4742e07f1d139789add9b4f58043d80468fa879937b00647a5cd938f7f4c, '', 0, '?'),
(0xb6da8be22f3c8dc57fef311ca268f9b1, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Controller/Admin/AdminVisualManagerAjaxController.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Controller/Admin/AdminVisualManagerAjaxController.php', 1, 0x00000000000000000000000000000000, 0x29c5f0c7919c64590185ea149f0af119, 0xc417685f5948bff8596aea8fe156cf5a1cec76756b8ae5a54b523bd0146c5b4d, '', 0, '?'),
(0xfe1bfbcaa3502be9335128f20b768561, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Controller/AjaxController.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Controller/AjaxController.php', 1, 0x00000000000000000000000000000000, 0x3275375abbddc9696bd3de852bdadf4e, 0xd88147562a7621376f4595afb6bac2a36dd7716d8860eaae445babc1ce4e8c10, '', 0, '?'),
(0xd119fca1beec4540cde3ac41edd24cea, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Data/Data.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Data/Data.php', 1, 0x00000000000000000000000000000000, 0xde453897eb58ed7d37da97e86803dfd2, 0xc0960a9817f411eb2b305d1ce7d8e1aef749ba623f89f96694aa55bd10fb3bec, '', 0, '?'),
(0x483da38ed759624d31d1d386db412081, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Database/AbstractPlatformConnector.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Database/AbstractPlatformConnector.php', 1, 0x00000000000000000000000000000000, 0xfdd200cbb43b6c7b0995a9e01b24e381, 0x62f7fa3595377e4a22118ac457511f0a3c0ec384fef086acac3100e37b8b2d89, '', 0, '?'),
(0x6d3317b0bc7668f1b7eb91b1b3537c7b, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Database/AbstractPlatformConnectorTable.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Database/AbstractPlatformConnectorTable.php', 1, 0x00000000000000000000000000000000, 0x44923fd011ba5b2fac489fbbb09ce8f2, 0xcea0ca73bbac64b4920e74671cc36e833d0a1b0d9f98c2edf9bc3a0d78382534, '', 0, '?'),
(0xc61eb547ae5fd8bda8420078bb46ac0f, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Database/Database.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Database/Database.php', 1, 0x00000000000000000000000000000000, 0xec3739248c6754cbaad201d681adf26b, 0xf498fca79fdde7e7559867b90a49daa88713b794c773c21d14846add50b1d9af, '', 0, '?'),
(0xf13b9037b852f707aec4bd9d44ac4a37, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Database/WordPress/WordPressConnector.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Database/WordPress/WordPressConnector.php', 1, 0x00000000000000000000000000000000, 0xefafb2714a7ee7b5c9dac4e3084b01e8, 0xe02ab6f23db5477f0e007da376cddfcbc02b33d5efe0f06d481f94efdb4ccf72, '', 0, '?'),
(0x3747f9b3f90f74db530e7098d4fa1e4e, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Database/WordPress/WordPressConnectorTable.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Database/WordPress/WordPressConnectorTable.php', 1, 0x00000000000000000000000000000000, 0x555506bfa31adfad80b2e30b07284d92, 0xff72c81f5f5f2b1a85bb205e0d6418024593529b26fb225f1e3b39a2cd77acf7, '', 0, '?'),
(0xd1ee597ba85aed7c7de3801deee2a33e, 'wp-content/plugins/smart-slider-3/Nextend/Framework/FastImageSize/FastImageSize.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/FastImageSize/FastImageSize.php', 1, 0x00000000000000000000000000000000, 0x1e368ccc34898ae329cc7773daac26a9, 0xe17e49e606517a2ac41bb963de36367ffccca4a3a661356e7ab9df378f500aec, '', 0, '?'),
(0x709f113c128a31c2cd1c0b473ee1516c, 'wp-content/plugins/smart-slider-3/Nextend/Framework/FastImageSize/Type/TypeBase.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/FastImageSize/Type/TypeBase.php', 1, 0x00000000000000000000000000000000, 0x854df50d63590319252fb08479fa3697, 0x2c8e83499027cc193eddd1604ad1694f5a3d8563debf5de5620bb8a8d63f136f, '', 0, '?'),
(0xbf50662bb1109ca09d29bd7c8e383659, 'wp-content/plugins/smart-slider-3/Nextend/Framework/FastImageSize/Type/TypeGif.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/FastImageSize/Type/TypeGif.php', 1, 0x00000000000000000000000000000000, 0xab0524bc24914fd4d193c2dfcca463b4, 0x7cf82e4678589e75065c0178a863efe5ee3bdf1d494818e39baf4db50c36a07f, '', 0, '?'),
(0x0826dafb7a03dab605b22f34df779a76, 'wp-content/plugins/smart-slider-3/Nextend/Framework/FastImageSize/Type/TypeInterface.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/FastImageSize/Type/TypeInterface.php', 1, 0x00000000000000000000000000000000, 0xd4b5ad7fcda1d21046b636e6cde3724e, 0x7794394efd05508362b6777d2963231f2055d8f00b9f577f8dde88d89ba3f275, '', 0, '?'),
(0x78bc434c312d89b5a1635f37367e2c0b, 'wp-content/plugins/smart-slider-3/Nextend/Framework/FastImageSize/Type/TypeJpeg.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/FastImageSize/Type/TypeJpeg.php', 1, 0x00000000000000000000000000000000, 0x60800ae70fe381ecb40d36a90ba51acd, 0x4424dfd1290ad288d39fced6b758a7868acc20365b96278b67c643aa23be4342, '', 0, '?'),
(0x13e9448acc3300246ab54b09ac456c02, 'wp-content/plugins/smart-slider-3/Nextend/Framework/FastImageSize/Type/TypePng.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/FastImageSize/Type/TypePng.php', 1, 0x00000000000000000000000000000000, 0xb65c5e990f4118ccf230241b39a53045, 0x2c9c8a83ac8ec7b6632e825d142591a94bf78b296d6056a316d82e7eace4fcb3, '', 0, '?'),
(0xce43b29796cdbf32684e9cf61d68b212, 'wp-content/plugins/smart-slider-3/Nextend/Framework/FastImageSize/Type/TypeSvg.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/FastImageSize/Type/TypeSvg.php', 1, 0x00000000000000000000000000000000, 0x57bf259bdc90b11743578f4c8fe0f1a9, 0xe3c7cfa62759ec5387bcff3c73b73a1312def871e9a0342280871b5bd364a3bb, '', 0, '?'),
(0xaeadb7bb6d3e90323ae69cb34a198990, 'wp-content/plugins/smart-slider-3/Nextend/Framework/FastImageSize/Type/TypeWebp.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/FastImageSize/Type/TypeWebp.php', 1, 0x00000000000000000000000000000000, 0x681eaeefba8c20f40e8b31455e669985, 0xbd95fd6ba9ac3b9c6584428b8a9f23455efa9defc590ef869e9890bd9673d8d8, '', 0, '?'),
(0x7218091d1fb1116cb22846ecf6695a2f, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Filesystem/AbstractPlatformFilesystem.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Filesystem/AbstractPlatformFilesystem.php', 1, 0x00000000000000000000000000000000, 0xcae0e274792fb02381bbededc953e4f4, 0xba2e3234c9adfd5bc24c0f70b5affa4d2c4c5fb99c0457627cf677446a714819, '', 0, '?'),
(0x510ac1726fab410bb1540f7ed12736da, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Filesystem/Filesystem.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Filesystem/Filesystem.php', 1, 0x00000000000000000000000000000000, 0x3df0fb23626dbc290d2ef290ed58952f, 0x56a1b7833d6190509eaafc9048cf61a5f28ee7383a13e933c40277207a12a289, '', 0, '?'),
(0xed08bf671de02ec96d2f9685204a6a81, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Filesystem/WordPress/WordPressFilesystem.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Filesystem/WordPress/WordPressFilesystem.php', 1, 0x00000000000000000000000000000000, 0x1a280c79625950a839e9467f944c782f, 0x93eb0b407732d0b185a9d13608bebd3d7cdc6e9f7dcd18aa91b0c5243b7e57a1, '', 0, '?'),
(0x6bbf8000e4dd901632c508b24ee51893, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Font/AbstractFontSource.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Font/AbstractFontSource.php', 1, 0x00000000000000000000000000000000, 0x00505eab77730770c40102e2b40bfa9c, 0x22803839092b6850e865bc6c0e13c01b2108112c9c64e16e852135121e9572ff, '', 0, '?'),
(0x12fc30d1508678c65d47c4454185588b, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Font/Block/FontManager/BlockFontManager.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Font/Block/FontManager/BlockFontManager.php', 1, 0x00000000000000000000000000000000, 0x9d13d4cc3c88b029d0523deec262f39f, 0x9724905bedfcf70b332d30fbea8754a729dbf3b73994ae28f536f50d2e9e5ea3, '', 0, '?'),
(0xae41a943ac7b1b2579c35b57963da992, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Font/Block/FontManager/Index.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Font/Block/FontManager/Index.php', 1, 0x00000000000000000000000000000000, 0x75e18d642718a1549e102dc1cb827014, 0xea26e36e289039c659e65f0eef14ef4ab18034e5529de31301b4bb2a2994e20d, '', 0, '?'),
(0xb8fcfd3d2850ef5a20fa93b874b3396a, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Font/ControllerAjaxFont.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Font/ControllerAjaxFont.php', 1, 0x00000000000000000000000000000000, 0xb8315aecde6193930fcaa13331efc7c6, 0x2009078ff2fd31cd20a7906c733b1677f9ad55387ec190486a646c5c26366f64, '', 0, '?'),
(0x55a1e14f109fc1aa008ecfb053e4c26d, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Font/FontManager.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Font/FontManager.php', 1, 0x00000000000000000000000000000000, 0x6cb0965eabd5d4ed8eb5fcb8f6012a2b, 0x798cd4a5dc328a214997a7bd72f03dba07ed346c3e24eaaa501b7ac35ca3496d, '', 0, '?'),
(0xeb727ed1645ad8cf41c5216493e36f62, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Font/FontParser.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Font/FontParser.php', 1, 0x00000000000000000000000000000000, 0x51338e71446baf3d6ff7d24f9d075252, 0x6c8facacb51752f5608068277948fbf4b4ac035a227ed5e2d6d319006a809630, '', 0, '?'),
(0x3e0d5751ce187fbe5908374c13828ad3, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Font/FontRenderer.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Font/FontRenderer.php', 1, 0x00000000000000000000000000000000, 0x8447035a174319d5c3f5b8999a968c4d, 0x238bc30eda4b800632bc5cdd47b7f4c0171826faf714d69ee43d26bb106324cb, '', 0, '?'),
(0x497122fe7baa1af5f755774225e3a9a9, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Font/FontSettings.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Font/FontSettings.php', 1, 0x00000000000000000000000000000000, 0x1ae5301f8c80a2893750feb7ef7f8681, 0x4da269fe62de6a34a35500dabe30ea37ee7a8bbce85dadc6809b1d13b632cea3, '', 0, '?'),
(0x9552ea6be525a8a933806c2b96d268e2, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Font/FontSources.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Font/FontSources.php', 1, 0x00000000000000000000000000000000, 0x141ffa13c52eab45648b8e084d082886, 0x35c12e12ebdbfac9d981979e214a1a04a8db620f1fc93105ba7ce581b85b3ac4, '', 0, '?'),
(0x20e34d66552c22b626060a3857ffad42, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Font/FontStorage.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Font/FontStorage.php', 1, 0x00000000000000000000000000000000, 0x73b04cfdb565266e4ecfacbfdffe8532, 0x36b5afe6c3572083f76f58cf5abed041a52938075e03a8438f558a1322a2cb32, '', 0, '?'),
(0xe3e847eb002442265e433f8a451f4c03, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Font/FontStyle.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Font/FontStyle.php', 1, 0x00000000000000000000000000000000, 0xf593a6ac55a48b6d2ff8f15efa3d70bb, 0x2e2533cff8f559c82705c699887a58c0c64d39b114dff038773cde8783505045, '', 0, '?'),
(0xc29079e7723ac45e69847bcc2e39c4a3, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Font/ModelFont.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Font/ModelFont.php', 1, 0x00000000000000000000000000000000, 0x7cf12124452a0277417b1ea551744269, 0x7cd813bf4773646301c50105cb4797c62248695f4cc22ab410e6c8e1e77ccfc1, '', 0, '?'),
(0xb267a4ec66a5a470597d19b9e11671d1, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Font/Sources/GoogleFonts/GoogleFonts.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Font/Sources/GoogleFonts/GoogleFonts.php', 1, 0x00000000000000000000000000000000, 0x2d4c16a82e1ace7b1742bcd4e9c37509, 0x9231eff25a240d6844f1e8a4493248df17005f7253c5508f3fc59fb26016f58c, '', 0, '?'),
(0x71bea943c21d67f5c02be5fc014b8950, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Font/Sources/GoogleFonts/families.csv', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Font/Sources/GoogleFonts/families.csv', 1, 0x00000000000000000000000000000000, 0x7885aca200c2eeee41cb6dff5d27ac24, 0xd2e2930885e697e3ff7e75ee93dc738d5e93570d5b3a27f40809bcf21a92b884, '', 0, '?'),
(0x9ea46ea5cce71fda7084dfada2ce804e, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/AbstractContainer.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/AbstractContainer.php', 1, 0x00000000000000000000000000000000, 0xea1bc4396269fb406155cfd8f833c717, 0x40183088bf4b80d353b4a76c9b9c130aee859e7fed11969cff8b89ca7050eba8, '', 0, '?'),
(0x5aa071d08faada746b320d5fd3096b8b, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/AbstractField.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/AbstractField.php', 1, 0x00000000000000000000000000000000, 0x9933e870ad58c3cce63213680ebb3430, 0xa21c1f56db3d8f1df0a8cef44ac760cb2bbaeec0bfc7c4a047eb0f37515de294, '', 0, '?'),
(0x233a5d73f1e6a0993e4a50394359bfca, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/AbstractFieldset.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/AbstractFieldset.php', 1, 0x00000000000000000000000000000000, 0x420144420bc82a6d1cf59ec3ccf7ceba, 0x783d6b346bc0755d788c0e8d8704bb34cfeb624143719b2f720aa4d168a4a8c1, '', 0, '?'),
(0x78648c76f390555f938f79b0da5d30c2, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/AbstractFormManager.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/AbstractFormManager.php', 1, 0x00000000000000000000000000000000, 0xffb29019bb6ef8b108416030c43d26d9, 0xe5811bc9ff38176f96622b12f9e019a9bba8f28f95336a6416819cf28cdd1a40, '', 0, '?'),
(0x7de1dfd8ae464375ab0503c2791f3014, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Base/PlatformFormBase.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Base/PlatformFormBase.php', 1, 0x00000000000000000000000000000000, 0x2d2fa5f375ddc5ef0e94dfb4bcb2b922, 0xe8dc488ac4131ab9767181acb05ea8a8416dea639fe63008b7bafbada06bef85, '', 0, '?'),
(0x4f85d504f90fe4e1492c86215c28e563, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/ContainedInterface.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/ContainedInterface.php', 1, 0x00000000000000000000000000000000, 0xf160827e99e18270fe2ab9c5c0401dcc, 0x2683da36d205f6c24d2a75962d42fb1524ebad663fcde8791a1cd7ab603f5a2e, '', 0, '?'),
(0x4a5347bdcc2b20c6c76c4bea23706dbb, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Container/ContainerAlternative.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Container/ContainerAlternative.php', 1, 0x00000000000000000000000000000000, 0x60ce4d672b68a15b1c2c5346926d784e, 0xafd3fb48b0fe0b792155401bfe9a0b2fb40372e972534107deb7665286ef5f19, '', 0, '?'),
(0x225f703ef711733631831cbc48b06438, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Container/ContainerRowGroup.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Container/ContainerRowGroup.php', 1, 0x00000000000000000000000000000000, 0x4ddceab0cbc5e6de4ddbc1313b93198e, 0x15c0585fe70e9012286c28a1afccd178767eb3e549dd82789dfb1f67e48a7751, '', 0, '?'),
(0x831e436a7b43d43e71ea42ed67f35864, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Container/ContainerSubform.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Container/ContainerSubform.php', 1, 0x00000000000000000000000000000000, 0x5bd0a346a8565cd5daa20dda0b13243a, 0x677fc7d81ce752b3e0670147db0d4399d0d16e3ca2ab334250a665ea5f2bfc9d, '', 0, '?'),
(0x9eb5d0cf43c44bd1c7b4956dda3abd6a, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Container/ContainerTab.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Container/ContainerTab.php', 1, 0x00000000000000000000000000000000, 0xad82bad7458494c47ba9bfa5bc0877cc, 0xf3e5f2dff8455f3aaf66af9c8d6425631550751504ccc3e4c86fd2c2315ef1e4, '', 0, '?'),
(0x795a78dc5fe569e6229748fcf99e8d43, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Container/ContainerTable.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Container/ContainerTable.php', 1, 0x00000000000000000000000000000000, 0x9348093906ee020e4e15336f4627bf62, 0x3378d09666477ec25aba0f693d3905561c302d43d6ad464a56ce7afa638bd061, '', 0, '?'),
(0x598e1180324f469a4fbcb85757edd9cb, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Container/LayerWindow/ContainerAnimation.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Container/LayerWindow/ContainerAnimation.php', 1, 0x00000000000000000000000000000000, 0x1fed96ef1b10479355921f521731bf04, 0x7291fafd0456a3a881536a2e3dfe0eff13cf6a890ad85d46887ef085733f2bd2, '', 0, '?'),
(0xe7bbb1503ea59f03638f5d3c593f3d0d, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Container/LayerWindow/ContainerAnimationTab.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Container/LayerWindow/ContainerAnimationTab.php', 1, 0x00000000000000000000000000000000, 0x6d0831f4cb3d847455c3eca5a4c760ad, 0x6a47d95228268b8353e6dabf31413a18f814833b22f768741bfe689e4fff7141, '', 0, '?'),
(0xe0be39c2cd2907481e2d0c41406c0e67, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Container/LayerWindow/ContainerDesign.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Container/LayerWindow/ContainerDesign.php', 1, 0x00000000000000000000000000000000, 0x10610b6048a5944232e30b0d3c2e473c, 0x3a51520e9b722cc4e2f8112288d364f82f1620f4a8c9070d8728de567454a1d6, '', 0, '?'),
(0xaf579a05ef27c2ee38d6edafd795e5f1, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Container/LayerWindow/ContainerSettings.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Container/LayerWindow/ContainerSettings.php', 1, 0x00000000000000000000000000000000, 0x79f24f97fe89de13c10fc9c4d0d69cfe, 0xe316cf26e17c9a3b364b3894826e7ee722067cc055f3633b4fc73ab40495e06d, '', 0, '?'),
(0x01b2fc912af9f16a3693380c00c8b863, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/ContainerContainedInterface.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/ContainerContainedInterface.php', 1, 0x00000000000000000000000000000000, 0x52eadecab8b12dcafba47bee83f3406c, 0x36c706dd883d4b8f28c4af1db28ceee52bc3cbfc4eeb389ec91e6cd05f5f0482, '', 0, '?'),
(0xd99ddcf292d5910cee53808ab1efa462, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/ContainerGeneral.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/ContainerGeneral.php', 1, 0x00000000000000000000000000000000, 0xd7e9b838ef3ada224663bc604e9d6532, 0x2c129f207b5b6be157595f5ebcb8bc42c09238bb1ce2b88ae7f8833e4062a897, '', 0, '?'),
(0x435a2e089e4e5179575f3aa220d11a3d, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/ContainerInterface.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/ContainerInterface.php', 1, 0x00000000000000000000000000000000, 0xf2fab98f6230b3abd366aa7065f03cb5, 0xd3a69d22a8accf3be926d532734a26939958590a3d84fbc4c6a1c83dd6034194, '', 0, '?'),
(0x8254f892433e3e13dbf641bf44a95746, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/ContainerMain.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/ContainerMain.php', 1, 0x00000000000000000000000000000000, 0x9481fb0d7ebf336af4570b1005bdcb59, 0x103eca9e404213b23cfb679615fbf65f7a9b7ef16e8aff6a013cf2ec954e1a7b, '', 0, '?'),
(0x170eb5cac71ce6fdb5274c404a134a1b, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/AbstractChooser.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/AbstractChooser.php', 1, 0x00000000000000000000000000000000, 0xf2461f43598c8b395e57ed18dea2ef8d, 0x1f1f3124041c726ba53f4d334daba48d36a78dcd72e70298a1bf1d28aeb4ae84, '', 0, '?'),
(0x2107a3b02a4cf1f637fd568edf2923ac, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/AbstractChooserText.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/AbstractChooserText.php', 1, 0x00000000000000000000000000000000, 0xbeeeb003995dc33d003a9b5ca8e58f24, 0x7c1248da0eead8c70d9b27d06eb682b55bfe818bb50e0f501101d54e986f6b2e, '', 0, '?'),
(0x0d8707b91246cca395d6ac25b04d2d1b, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/AbstractFieldHidden.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/AbstractFieldHidden.php', 1, 0x00000000000000000000000000000000, 0xe5de867bbfb85dfe98f1272a1ef305a2, 0xff69f822b3f61b82c4547bb8d0acfd85a413b0e80cdbbfd45ddb655f95a4cc03, '', 0, '?'),
(0x853834df8e5a4f084aed9121273eb28a, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Breakpoint.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Breakpoint.php', 1, 0x00000000000000000000000000000000, 0x9cc457a4bcba59beeac133f84ecee134, 0x9e486c60ef7e17c17803cfb3808ad37492bbd05929dbb07bb906f3e6110de80a, '', 0, '?'),
(0x7f96a1ce8f17c9b05575415d6d047401, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Button/ButtonIcon.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Button/ButtonIcon.php', 1, 0x00000000000000000000000000000000, 0xa341c5239c9b0f6a48aa79a5dded2b7d, 0xec43bf5eaeed7086fe80ea8bf5b6707da874ab864cfa2fffbef8d08530f1e607, '', 0, '?'),
(0x4ece4ca0e68a70d0dfe8e3753dfdb3fc, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Button/ButtonMoreLess.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Button/ButtonMoreLess.php', 1, 0x00000000000000000000000000000000, 0xdd5be94b8f2ab1540af5826c4cc356c9, 0x97e300b89363b4ada4b18148d5d580275e77ac5d51b5c658f11c49c6352bda88, '', 0, '?'),
(0x9cec57e5e3f7a56bd62060c4efeb109f, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Button/ButtonRecordViewer.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Button/ButtonRecordViewer.php', 1, 0x00000000000000000000000000000000, 0x4a57ea202d016e92c434aadf9c849b0a, 0x208acb52c532eb9d3ef762ce0f6b29024f163b3a24c4acf61eeb76d0faf307e8, '', 0, '?'),
(0x17a8209efc0d525d55fcd489fe168939, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Button.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Button.php', 1, 0x00000000000000000000000000000000, 0xef7dfd12ff1cc1388f66fa65856a80ce, 0xc40608c2061a6baccf6bbad186171f5fcb4ffbd1dcd02359e649cd49d274419f, '', 0, '?'),
(0x77bc05edd0e6d5a4fd0aba2fc514dcba, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/CheckboxOnOff.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/CheckboxOnOff.php', 1, 0x00000000000000000000000000000000, 0x37ebc3201763fc9e3699e71fb5f85ee9, 0x1c14f1012ec683c90ebc13dd514c6c249c3c7f254c9dc06d8db4cab606133717, '', 0, '?'),
(0x70626ef159e6ce186cd2bd93a36c71de, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Connected.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Connected.php', 1, 0x00000000000000000000000000000000, 0xee08374a84bb52e4caa722724569ff88, 0xe6446152bac84e53d1c22e5db50db0015901d4f8e4ce5a8c630ee3d8e916880c, '', 0, '?'),
(0xc647049115896fa18a941d413a4cd5c5, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Decoration.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Decoration.php', 1, 0x00000000000000000000000000000000, 0x6f0e1395ac3186bb10d0c4784265f584, 0x4491f2ff59bcde253d5a1b5df53b43430d017bee66c3974a59527681c94b939f, '', 0, '?'),
(0xc658e64ca74aec768f46c3d3d65da71b, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Devices.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Devices.php', 1, 0x00000000000000000000000000000000, 0x8779664c50b9933ac964f4e87b901189, 0x9e6ec9ffe430a65bc14b451480042ac1d8251f1cbf6f82b118b0f8b7a6b1df84, '', 0, '?'),
(0x2098d5c78828f75501c56c2434961c2a, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/EmptyArea.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/EmptyArea.php', 1, 0x00000000000000000000000000000000, 0xcf0cbe6e1d8777c3284ab4d5c5fa9039, 0x36eaf4c50b2a809a38a827566a6cb6a867bcbfc968c196ae388742937df05879, '', 0, '?'),
(0xd85f99e2f92ba12eea2c95087eaa95e2, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Font.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Font.php', 1, 0x00000000000000000000000000000000, 0x86280a28f6c133c6b89498f0b1fa620f, 0x0e0a169c2bf982b241a0d606afbeea1fd58a817e21432063ce6538390a8c5596, '', 0, '?'),
(0xedc91012f2d48694e74005d3bee54a4e, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Gap.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Gap.php', 1, 0x00000000000000000000000000000000, 0xf710fb1feee7ba18d9b4c1b307577107, 0xa5bdcb2bf71567f256bb10ab3eefbb6c62fd27dec489dba06debdb309b94d8c8, '', 0, '?'),
(0x3081af9ab777791d347ef709e44f6752, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Group/GroupCheckboxOnOff.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Group/GroupCheckboxOnOff.php', 1, 0x00000000000000000000000000000000, 0xf341066186d3eaa2d67b46824655e806, 0x37fa7315502396f593bfc88c4ecf49e126b30b9c18b80986f5a572d41559275a, '', 0, '?'),
(0x787c8002356e919ae64d1c3245a66b66, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Grouping.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Grouping.php', 1, 0x00000000000000000000000000000000, 0xf95730ca67dfe309086bb6230669555f, 0xcdad26d6b8401983f5c25665b4d41c09916774dc4f2926f91f750cd3dbfe0335, '', 0, '?'),
(0x85aa140f4f8e2d0a30bad9e5f9f57097, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Hidden/HiddenFont.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Hidden/HiddenFont.php', 1, 0x00000000000000000000000000000000, 0x3e61532db2a820b458a9400a2a8ee97f, 0x1eb8b9a94e0a9fbd1aff41ac5f810c7d719480afeb4a47f0173023de80dec9bd, '', 0, '?'),
(0x936edfcd82d34b94595f1a320211c1dc, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Hidden/HiddenOnOff.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Hidden/HiddenOnOff.php', 1, 0x00000000000000000000000000000000, 0x0d7b5f5a062f97a5aa2cf5ae196e2c79, 0xbfd6f29e47d7ae5fb9f0bd6f6adcd28fc9e809db2aedb8f373b2cb031c1cf3a4, '', 0, '?'),
(0xa99191082f2adc8629094e9317361169, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Hidden/HiddenStyle.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Hidden/HiddenStyle.php', 1, 0x00000000000000000000000000000000, 0x795e5bf6c1784fac3239a0309551e8df, 0x61c4a314017c570b7109db5e0bd305eda554580c431eca531d5d383c12fef4ea, '', 0, '?'),
(0x4442a47e5463d6bccca2b5ae1069c56b, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Hidden.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Hidden.php', 1, 0x00000000000000000000000000000000, 0x1c7c8c397750366c5294e9a483638f1f, 0x8c31955e030136a3b28fe89da7412dfce1b27db6a3a310326e11e3e9d12d27aa, '', 0, '?'),
(0xd1479775d84e8a2fc5e1596856f84204, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/IconTab.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/IconTab.php', 1, 0x00000000000000000000000000000000, 0xb55f52d7945f004153530d0700837f06, 0x35b5df181234efa9d8747d7eddc51342e6827a2d62341c4b96c84e1c9bcb49e2, '', 0, '?'),
(0x5cf4cef9e6aed4c1594b809b5b9cb90a, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/LayerWindowFocus.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/LayerWindowFocus.php', 1, 0x00000000000000000000000000000000, 0x6ce4ac0f30a29b2364b249ef881fbc5d, 0xde4a859dbd27eb9de258a8283d258834a787e5246cfa8ca1faff18e73017366b, '', 0, '?'),
(0x7b1a000850ab481dffe4d2f45fbb3dd0, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/MarginPadding.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/MarginPadding.php', 1, 0x00000000000000000000000000000000, 0x05843de083c44609a08f24e9ccd99582, 0x833ecf422e23a9e6f8048bd7c82b756866c0a9dc57bec266668a60aa16c3a291, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xc7b7cd29c60f535494a9acc39e25fa54, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Message/Notice.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Message/Notice.php', 1, 0x00000000000000000000000000000000, 0x223a1b211c9465ad9f97b81cac3a406a, 0x3696392c6f02ed37e7f017b946c1539cf1a5cb3b7e11ed67d7b5a018f3735037, '', 0, '?'),
(0xd77c0ddecfc2fb74f339ffdb7bcdfbb0, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Message/Warning.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Message/Warning.php', 1, 0x00000000000000000000000000000000, 0x203f98a8865454ae25e58aed59247b3b, 0x3714a79a71dad5211199bf16fd31300b85bbcf71c806f0ae03a097c270a475cc, '', 0, '?'),
(0x7c7fd3bd2e30f251443c071c950b6840, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Message.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Message.php', 1, 0x00000000000000000000000000000000, 0x5305ae5b0909ece5d2adbec26cdccfb9, 0x89c7de056b750751b9081e98e92d8a0a9a9c4afd3bd69fe180c6ac9a4d9cd690, '', 0, '?'),
(0xb1e52ec3dcde89e39082b7d8259266e7, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/MixedField/Border.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/MixedField/Border.php', 1, 0x00000000000000000000000000000000, 0x7e572f01748ed946819dd939e53649dd, 0x6214915031d951093a914a7bb9edd9c609d45ac9273dce9c25229435074372f9, '', 0, '?'),
(0xa7f03bcf056e94dc57fbdb262542531c, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/MixedField/BoxShadow.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/MixedField/BoxShadow.php', 1, 0x00000000000000000000000000000000, 0x70eaebd902aec5d3ab97381be2c01253, 0x814491e965806b9c6e4aed865c460e442f1d044c7a43d4d4dc0ae0eb5be0fcb5, '', 0, '?'),
(0x5a7eb1f12d8d75fef069f1916f3b7da8, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/MixedField/FontSize.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/MixedField/FontSize.php', 1, 0x00000000000000000000000000000000, 0x4d876e5c2da9b9de50baca87c953d40b, 0x181be26f504b920e98afcb7cbc95d1def74151bf4b438b2485ddb50b8c43d330, '', 0, '?'),
(0x8da7bf42c7b96271ae41acba8fe8aa04, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/MixedField/GeneratorOrder.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/MixedField/GeneratorOrder.php', 1, 0x00000000000000000000000000000000, 0x530e1877aaa3c71276cece108c8c5e14, 0x57cb5a8c34c30bc27a0600821b30e864ecee9d28785f3f79ec0c48c55d72000c, '', 0, '?'),
(0xcb38b170c7a4172caa6f726cc010f12a, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/MixedField/TextShadow.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/MixedField/TextShadow.php', 1, 0x00000000000000000000000000000000, 0x7466326b59f1a507e7bcb32d1b061930, 0xb920d82893347590f25f8a21267e17c86cd53bebe5c8164bc82b57f1a502f233, '', 0, '?'),
(0x12848b781cc45ed74e6d3e28d63dc4e3, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/MixedField.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/MixedField.php', 1, 0x00000000000000000000000000000000, 0x49505c788803911d5d686d9d12ab87fb, 0x3ad7fea1c0266ab9a8d284c686e1c7dce51a2ef9dd13d613f2b1c8dffc2035fb, '', 0, '?'),
(0x93ef1c3951f5a1828d7d9eb263493850, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/OnOff.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/OnOff.php', 1, 0x00000000000000000000000000000000, 0x4a890e68fafbbe5cae506bf054835816, 0x508aa592a4af9213ae19ffbc8edde9fc1a45cbc932c1e96e0a4a84172f600d9a, '', 0, '?'),
(0x91b6ffea1d90aa67b3ce31efb45c7f58, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Radio/AbstractRadioIcon.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Radio/AbstractRadioIcon.php', 1, 0x00000000000000000000000000000000, 0x9b9fa75c96fde6adeb1a485594e88354, 0x24df10b964fc1a13709e13b2bdb794defb3f5aed8174d526d53be64a2e7ec3e9, '', 0, '?'),
(0x8fdc233984bb722ab64a77d80daa76ad, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Radio/ImageList.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Radio/ImageList.php', 1, 0x00000000000000000000000000000000, 0x3d412b47d012a85190ed2a5fc1429776, 0x34f7287e74ef742797cf9c04993d1993a2ad3d5f0d9a688ee0fc98cc9f02bc75, '', 0, '?'),
(0x357c401ec59dcb528a77eac353135928, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Radio/ImageListFromFolder.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Radio/ImageListFromFolder.php', 1, 0x00000000000000000000000000000000, 0xf7ffdad309f4b9f321b3c60fa1c5b001, 0xcc38249cffeb387bd5c8d5d8d9621aacfbb76b634797e6b57ca67ca67d4e29f4, '', 0, '?'),
(0xf9d7e3bfd89841ba112f5221353fbe1b, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Radio/TextAlign.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Radio/TextAlign.php', 1, 0x00000000000000000000000000000000, 0x5b2ec89fe94e0f2b035d660c55222a80, 0xa60f3df84d1e6407515ea902a5da6074512b1951db7be90d881d80d621298b86, '', 0, '?'),
(0x347032f7576668c2b3d8d5d9ab3efc72, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Radio.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Radio.php', 1, 0x00000000000000000000000000000000, 0xa1db215bb08e89c32aad389187de0378, 0x6857d5e2aadc5db452ae860698eacd048745c4e019f5417521aaccb768dd311d, '', 0, '?'),
(0x6b0811f4f8fc21604627fb5b82358d31, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/RichTextarea.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/RichTextarea.php', 1, 0x00000000000000000000000000000000, 0xe79a433835bfac00ea74eab49a8cab1c, 0xa05e751c2d99b4b9378872d8c3464da761aeae4466afd6ba6ebb7ff747efdd15, '', 0, '?'),
(0xd16bec41f855e0e0a3313a4dfe656a97, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Select/Easing.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Select/Easing.php', 1, 0x00000000000000000000000000000000, 0xbd7dfb1aa567d1b311f0731c131fd8e6, 0x1e96a6fa070be05603b6a649ab40183d99f5e49ce746ed9976815b2dbb6e2438, '', 0, '?'),
(0xabf97d8c93fd8096d653647b3f8bd731, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Select/FillMode.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Select/FillMode.php', 1, 0x00000000000000000000000000000000, 0x7951803edc3c24712f30bee97edad3bb, 0xc277ac93806a8bd0acbfd0488f38920c2644b47a8b668fbb1187b9d3c372b32b, '', 0, '?'),
(0x7d39294352c4029317a57be55ec0967c, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Select/Filter.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Select/Filter.php', 1, 0x00000000000000000000000000000000, 0x0b82d1dda9ab521a114b7883d0ed7e89, 0x159cc5dbbfaeedc694cd2a77948c997ba4e8832fdb7b69345fc847338b4968d7, '', 0, '?'),
(0xda5f4f8efadcc7470eb8e6833902a3dc, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Select/FontWeight.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Select/FontWeight.php', 1, 0x00000000000000000000000000000000, 0x3a1d29ffb5cfc578be9e036b942ead1a, 0x0ea69aecd12c1407684dcb6d97ee97f77ec56b028ba0ab5a5fa5d3f545d2a91e, '', 0, '?'),
(0xe1c3ade29986c991f00f34558fe3f220, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Select/Gradient.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Select/Gradient.php', 1, 0x00000000000000000000000000000000, 0xfc088c92d2d40a5821f63f7664ef89f5, 0xbd909ea1e255a1822eb5498eacaf614f5fcecf74edc25da96defc1349f7a6764, '', 0, '?'),
(0x3000aed921de01f584afa7e6bd9eb682, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Select/LinkTarget.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Select/LinkTarget.php', 1, 0x00000000000000000000000000000000, 0x03a88cc43a613432f1b4a203ba2a9759, 0x23e5b67811129c692a822430bab2d3951184ef801c5d6720bac89bc433d7d604, '', 0, '?'),
(0x2006e75b7d3fd43d52a9d6e1a8d2aaff, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Select/SelectFile.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Select/SelectFile.php', 1, 0x00000000000000000000000000000000, 0x9090b5d86e3ef8a119cca0ca185882fd, 0xc9158d237fc123dd8c9c597414d742a0b1f15a5ced2c44605bddb9390983fa2b, '', 0, '?'),
(0x221338516ee6f6ddad806f0ad08f3ec8, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Select/Skin.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Select/Skin.php', 1, 0x00000000000000000000000000000000, 0x0b105d89aa643fe8e96c0eec5afde6e6, 0x785bafeb1390dbedbe1df99388b23541613163897c975a0bdb962daea651acdb, '', 0, '?'),
(0xa925e0dd76bdf8d19cf9d0f297e8f6ad, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Select/SubFormIcon.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Select/SubFormIcon.php', 1, 0x00000000000000000000000000000000, 0x357c69e3b1fa2a46c51c375ec1105519, 0x0c62fcecf4a199214366f78cac1b1932a0f3ac913ce2d824c432849d804f49d5, '', 0, '?'),
(0xdf3f98d1f1209bc9ade5d20c4830db7d, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Select.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Select.php', 1, 0x00000000000000000000000000000000, 0x1976b720aa72b1e6d37945e6df9074db, 0xab0481a8b0e23b4695b26aed44f37c9e518a6f5dd128798b299df2fde7770db6, '', 0, '?'),
(0x0804b7bda6f4a6cd489d7facffbd595b, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/SelectIcon.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/SelectIcon.php', 1, 0x00000000000000000000000000000000, 0xc6d7dc15fb88e569c6e51112687069aa, 0x72c0022f5740ed01118cb032b0db41444dca0ce1958aebb2c4c655d0d1ac58be, '', 0, '?'),
(0xf6540a09d40ba99ee5d7dba4337bc970, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Style.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Style.php', 1, 0x00000000000000000000000000000000, 0x226feec19a88eedc32e80ec60d9c0e90, 0xe64d24c77aedfdc156969d5daadf47ba91337444b9a662e0b8d1033da78453d9, '', 0, '?'),
(0x597fb8195dbf5ef758c0357e36f704d8, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Tab.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Tab.php', 1, 0x00000000000000000000000000000000, 0x81298a8b8782df4f3175a704954e49d8, 0xe55f110fbfc9a3df4bd7429c974c5e432b77d2ab3dc490f3a2709f6bfc16a41f, '', 0, '?'),
(0xcd9641211bc33abf3d15a571ff5cb813, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Text/Color.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Text/Color.php', 1, 0x00000000000000000000000000000000, 0x022ecd881d290ac9ae6e82e2911a4c31, 0xbd8e65cc63f3811d6f6bc34cf784fe19d28d36c3ddd3d716d46cf0e1bac6ffb2, '', 0, '?'),
(0xce49b5712c215283f32ef2d78bb56d5e, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Text/Disabled.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Text/Disabled.php', 1, 0x00000000000000000000000000000000, 0x99b2a99d504d55a23a20a25502f7d016, 0x95fa2fce6c9fb5f83ea32a3bc9ea5a95626ec40a2bd666222a6ce5fcb6653830, '', 0, '?'),
(0x042bff4ba97903d3a5f9adec96b21033, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Text/Family.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Text/Family.php', 1, 0x00000000000000000000000000000000, 0x2d83f5bd0fbe5df3e617fed0d63692f0, 0x2a2235e3541f3dc6b5448768331f01eb0284210016199a861c0349ea112f9d79, '', 0, '?'),
(0xbd983e503887e347ef1ba301706ffc7b, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Text/FieldImage.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Text/FieldImage.php', 1, 0x00000000000000000000000000000000, 0xbf824517ee3d031cb780578a1e2be1de, 0x325007daa70115e9f56b7db28acf62c4c8536aa65fe4ab2a454bbcd1a67c1efe, '', 0, '?'),
(0x152a66e03ac479104551d395251023d0, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Text/FieldImageResponsive.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Text/FieldImageResponsive.php', 1, 0x00000000000000000000000000000000, 0xf717b69f46ad331a3e37a510e8788501, 0x5ad0793eb966469592bc61a6d38b111ee697094f6e332249643697655acfec9c, '', 0, '?'),
(0x3732060d3b0e40538165753e22bcca41, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Text/Folder.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Text/Folder.php', 1, 0x00000000000000000000000000000000, 0x98edc91234e063357d05f3069e5fad5a, 0x3224fd54db675a1d2320f1029de28215716923977a7a1575ba65618a03070388, '', 0, '?'),
(0xacdb88b0f6d37c3fc813521f226be73b, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Text/HiddenText.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Text/HiddenText.php', 1, 0x00000000000000000000000000000000, 0x68ef2cea9eded9df1c236532fdb0946c, 0xabf9b5fa3e78bf2bb6b5b64dc4f2ddc6f70970eef5674c99f64ed4f4a3b7a4f0, '', 0, '?'),
(0x8b6b193e5fcbc74078ccaebff4300cb6, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Text/Number.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Text/Number.php', 1, 0x00000000000000000000000000000000, 0xa1ddc0c81207b531c4e6b7fdff1d775f, 0x3401ea87fab1c623519a8d7431981433a8f9a91301cdd9919e92b80cbbd5ee08, '', 0, '?'),
(0x5a3c27f718130dd3dccf245dac85c2d6, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Text/NumberAutoComplete.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Text/NumberAutoComplete.php', 1, 0x00000000000000000000000000000000, 0xbfc7b1fadb2a2222565b9ffb682f2fc8, 0x98c37994e384c252fcd543163e777a213f81ef68ec6dc410bdba1eee5588df94, '', 0, '?'),
(0x5a53a9802201941f13e2560d393f221c, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Text/NumberSlider.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Text/NumberSlider.php', 1, 0x00000000000000000000000000000000, 0xfa47c334656da5070e59d49d53de0ed9, 0xc32d479b8889588903dc1535617071afb93d251c4a7444aa0c2487c8b75396b5, '', 0, '?'),
(0xd5c1673843d3dc29f853b8f2e0cdb52d, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Text/TextAutoComplete.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Text/TextAutoComplete.php', 1, 0x00000000000000000000000000000000, 0x40fe7572d9caf48a422c934967850fff, 0xd7e7f3ce7afc2060825fbf5154aacb89ea8942a5762897537b0b3c46f780bc0f, '', 0, '?'),
(0xa929680bfe6bab50c0bbb6f5d6c9ee8e, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Text/TextMultiAutoComplete.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Text/TextMultiAutoComplete.php', 1, 0x00000000000000000000000000000000, 0xb8ff674f576dd7a821ff985199e647a5, 0x8d13ef4cbf231fda5eca6b94b63021119adffd0cfd7a1e4b972613d77ef50a37, '', 0, '?'),
(0xad4baa7a83df21876a3ef437785c72f6, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Text/Url.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Text/Url.php', 1, 0x00000000000000000000000000000000, 0xf4719fac3b6b3a0954bfac6df22e8a30, 0x4a8df017184e72ea6d9cfa68632dfcc023ca49575e7acc20dd405a0185f66a17, '', 0, '?'),
(0x839bacfbf5708f1136289e1bfd2c452f, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Text/Video.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Text/Video.php', 1, 0x00000000000000000000000000000000, 0x864100dd3945e23241b2b1b64b788239, 0x2bf488455125a23486c48c7c2e4aaaacd3912609492ad7ad78e32b890b27fb65, '', 0, '?'),
(0xe65c9e8645c7fc333df3b39d4086a771, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Text.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Text.php', 1, 0x00000000000000000000000000000000, 0x8426e6e67b134dbfe54b68a15f038b11, 0x7d3b5d4958a19bfff107ca779d16c34961314651e6e35f63c92a25bf73e914e7, '', 0, '?'),
(0x304eee03ed5276f08bef057a7c01e0ef, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Textarea/TextareaInline.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Textarea/TextareaInline.php', 1, 0x00000000000000000000000000000000, 0xa9304183770adee5b9e383f2eaf12efb, 0x69292ed315ac3e49b09981d032145a2b12d39274f9a43d0d28631eaea561dab7, '', 0, '?'),
(0xf11648d65b175dbe72ebd9f2bcbfafbc, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Textarea.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Textarea.php', 1, 0x00000000000000000000000000000000, 0x92c7a75544a8bce4207d132cef7df855, 0xc737b20a602c5ab6ad6241bf0c2cae679b18d9d37c5c4670f8de20d84725664d, '', 0, '?'),
(0x2ea89ca975eb7f139ec9d04f5c4fde6f, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Token.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Token.php', 1, 0x00000000000000000000000000000000, 0x5b1d6622dd2a66d5ba3a3179cb90acb3, 0x443a6c190db9379e0bb33e449beaca56e8cc8eb7898445c4eaf02ce159759133, '', 0, '?'),
(0x94abc010fb7b3df141e48589b6b0db82, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Unit.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Unit.php', 1, 0x00000000000000000000000000000000, 0xe5ef45469b75a8e85d98aa627cd886b1, 0x0d7eb5a603ba7cd66701c75dfcc07d90acfaec40751402e220750355faaa1a02, '', 0, '?'),
(0xc320bdacbb04222ab380e9730ef776f2, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Upload.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Upload.php', 1, 0x00000000000000000000000000000000, 0x6f3a9d282c065ca03c8c60e9b524ebb6, 0xa1f8b578225d10679af5783e72fc901d651cd2caaccc64a59e056ed30fb41a22, '', 0, '?'),
(0xfd352d4cce972c541477f3045be54e0a, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Fieldset/FieldsetHidden.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Fieldset/FieldsetHidden.php', 1, 0x00000000000000000000000000000000, 0xc73daed65c86d7614000ec8ca79741fa, 0xd302ced51a9deb5e6992956d94e90e956b057b66975615c4ae54e0f6c0fe629e, '', 0, '?'),
(0xcdbca8e2cb116efe315890b221a6d64d, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Fieldset/FieldsetRow.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Fieldset/FieldsetRow.php', 1, 0x00000000000000000000000000000000, 0xf16e60954873176a9aadc14f6b78e1bd, 0xe0b3ec0e0b4f645574ac31392c55808121f81f0744db57be76369ccb2d56a08e, '', 0, '?'),
(0xec2c010182e9d637eab981d4c495ee5f, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Fieldset/FieldsetRowPlain.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Fieldset/FieldsetRowPlain.php', 1, 0x00000000000000000000000000000000, 0xe6974f24d4148b72e15a9ac756e5d59b, 0x9a7c070b08910b32a23576210aef6f4fab54995ec918ef53ba7d8ca7939f4424, '', 0, '?'),
(0x2c26a911afbadcc60f9d43082333d037, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Fieldset/FieldsetTableLabel.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Fieldset/FieldsetTableLabel.php', 1, 0x00000000000000000000000000000000, 0x52d6e53518736b3ccdb71b4ba3b0615d, 0x8222c27e08552bee57104d9bca0a200f652932a944933cb79c8ec8bea9edc041, '', 0, '?'),
(0x29aacb85e2a86791106d15632f74127d, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Fieldset/FieldsetVisualSet.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Fieldset/FieldsetVisualSet.php', 1, 0x00000000000000000000000000000000, 0x64e75f1d9e87b2445de5691e675f4ce5, 0x5fea8a47175e38a1d9aa5a8614ba6ac53a63e49de4df0da5bbb72a8bbd6724e6, '', 0, '?'),
(0xe0c36f10e4e9fe35bf6cc2895c19b4d8, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Fieldset/LayerWindow/FieldsetDesign.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Fieldset/LayerWindow/FieldsetDesign.php', 1, 0x00000000000000000000000000000000, 0x008b3a9d146311855e7ba149b8038580, 0xdf48a99a82b7fc26aedd31991f51a034306f7d7a47a928864076b322cbd2fdfc, '', 0, '?'),
(0x46e82c20639358549ecabb82913bb321, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Fieldset/LayerWindow/FieldsetInsideLabel.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Fieldset/LayerWindow/FieldsetInsideLabel.php', 1, 0x00000000000000000000000000000000, 0xe3528993937970a777101ab32fa1047e, 0x4cbe710e691afa3f9182bb09e6fb9a01e0ff43b4aaa4a6885e96954dd50b917a, '', 0, '?'),
(0x5e77ea9b936b734e2c017dea36c8c2a3, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Fieldset/LayerWindow/FieldsetLayerWindow.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Fieldset/LayerWindow/FieldsetLayerWindow.php', 1, 0x00000000000000000000000000000000, 0x8ed148fc59c13795ceeb2e4213b228d0, 0xee73c32ef4f98de4fc7c9c375cd70dfb638a4e2f26c94b03ae8d9db55cb1fe37, '', 0, '?'),
(0xc5e7bdcac014c1a091323ff615e63638, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Fieldset/LayerWindow/FieldsetLayerWindowLabelFields.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Fieldset/LayerWindow/FieldsetLayerWindowLabelFields.php', 1, 0x00000000000000000000000000000000, 0x8fe67ffdfc4928d38bac36931ce8bbca, 0xf19f903f78dadb5d48df85f2645ed988e8862752ccdcca4aaea89a0f0d69b2f8, '', 0, '?'),
(0xb3bd9f9eff278cd232e3a3ad4cc46f2b, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Fieldset/LayerWindow/FieldsetLayerWindowStyleMode.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Fieldset/LayerWindow/FieldsetLayerWindowStyleMode.php', 1, 0x00000000000000000000000000000000, 0x5f6e24356b3d1f2bebcf1104fa8e54f7, 0xa553a5be9d2a4e1d7a8eb6aea70948db542fd6a96c11017590daa373311071ac, '', 0, '?'),
(0x02614f2b292dd93f9804832539ebe7f7, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Form.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Form.php', 1, 0x00000000000000000000000000000000, 0x78d0b073c9fff9611e06b93bd4746b68, 0x5a80f2632cb41d3f70c6febd09fe909ebe910f27d5aefe0397eac9f3f05ec6ec, '', 0, '?'),
(0x8339794c1e71b3c9238b513f4e64e603, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/FormTabbed.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/FormTabbed.php', 1, 0x00000000000000000000000000000000, 0x8dfb77bf07d487316d998b60c5de10c8, 0x2adf268870deef03fb6bfb2e1b85a5ea02c6bbfdcd5e7be2c5784140c2c281f1, '', 0, '?'),
(0x973df8920fcff25889149fa641d816f6, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Insert/AbstractInsert.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Insert/AbstractInsert.php', 1, 0x00000000000000000000000000000000, 0xbaf653fcc9f46bb2a906963d2757af26, 0xda20c43cc7595204caf62e5a29d4774de3b6019bfb797659f2c44847cae3d543, '', 0, '?'),
(0xb5ef418f726b8e91117cc8e67b1d53eb, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Insert/InsertAfter.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Insert/InsertAfter.php', 1, 0x00000000000000000000000000000000, 0x179d2bc6c28260fd995186dae1625eec, 0x859c6ad72afc1bea8b05053ca993b58ee5b24d83e6308485bdfec4f9afcbf0c2, '', 0, '?'),
(0xb8fa0562a3253ecbef74bdb5baab9e59, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Insert/InsertBefore.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Insert/InsertBefore.php', 1, 0x00000000000000000000000000000000, 0x09108833e14f4b67cfab294435dc4931, 0x798256d31eb92401b9014f5d6d8ee984a924cc39897c2bbff2f686ee6817b79d, '', 0, '?'),
(0x4e1bd7890fc1d7d1b4f56519f45bc8a5, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/TraitContainer.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/TraitContainer.php', 1, 0x00000000000000000000000000000000, 0x73a7b3c3407d859fc4ccc3a960923b73, 0x9a60684ad16be3db03efbc917a71a394a3bf93926761bd956aef03ca0f0d7308, '', 0, '?'),
(0xac9e0f5be5923073ae6808880ddb50a2, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/TraitFieldset.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/TraitFieldset.php', 1, 0x00000000000000000000000000000000, 0x1b0021af714d89a6f65e9f43c2d66fa2, 0x52c44af820c88435104fb806ab0eda27355d87e89c685ce459ed07191ee474af, '', 0, '?'),
(0xafc116979871385d55b904ecc1093d1d, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/WordPress/PlatformForm.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/WordPress/PlatformForm.php', 1, 0x00000000000000000000000000000000, 0x1486893723b3e6fad774b4362a3766ef, 0x8cd2e224c0816711eaf5aec6bd778eab79f482ba18224cd9a96d8d5b90f438a3, '', 0, '?'),
(0x2b3192ac03be1e80f308a140a8d6a80d, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Framework.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Framework.php', 1, 0x00000000000000000000000000000000, 0x610c2711d3a53ad3ebf740577eb0b3a0, 0xfb1a31c23ec69ef6f211654c39cddb1906986caeac70cdef60fd832fa615e3fe, '', 0, '?'),
(0x101718c81b7e9f00ec18026479fbd540, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Image/AbstractPlatformImage.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Image/AbstractPlatformImage.php', 1, 0x00000000000000000000000000000000, 0x2c0ef1cc32288f45cc44617fe54ce8cf, 0xe7d81cfc4068b9374959c293ebbef5094c27918da1fde45129bb77ec90ce027c, '', 0, '?'),
(0x930d44d431a645bae7c22b60521e49a7, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Image/Block/ImageManager/BlockImageManager.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Image/Block/ImageManager/BlockImageManager.php', 1, 0x00000000000000000000000000000000, 0x625fcc74fe997ea116b5dee64a2bfdfc, 0xf476f1122f4957e7b65fd78238af7c6efc7abaeb19ade3fb4090f6ec58a637a1, '', 0, '?'),
(0x297c4ebd69bbc2d24275d0a2562c8b0d, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Image/Block/ImageManager/Index.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Image/Block/ImageManager/Index.php', 1, 0x00000000000000000000000000000000, 0xa7c80ad92c370aadd55f508b495ba3ca, 0x989b3bbc5737c9864b9b5c09b8e3f49feab19403ebb8aa5c0db9ff70b7f25d71, '', 0, '?'),
(0x4c5ede4193690980f072ac936daf929a, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Image/ControllerAjaxImage.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Image/ControllerAjaxImage.php', 1, 0x00000000000000000000000000000000, 0x67a68e2ac6086c3d1427970802b70165, 0x9db97c3e3d30aee83e44ddb9f3119658eb387cfea1dada8f95f2d92e255acc15, '', 0, '?'),
(0xb2d1eaf230b36b0be67e3918b9f5b3f7, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Image/Image.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Image/Image.php', 1, 0x00000000000000000000000000000000, 0xd1d55cc3cdbd4e5b9616eee6ab31d19e, 0x17f94607403ebdfe8f97dc214cb5463a9f4ac0af2eeeccc1c81cdcc09b5941ce, '', 0, '?'),
(0xc0885d0a98300acfbc9710394723a67b, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Image/ImageEdit.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Image/ImageEdit.php', 1, 0x00000000000000000000000000000000, 0x6873c8b56692ae7a0271bbb0dc05c330, 0xe59d01acab11c3eddcfc7cef57c941c7713257e8e40556cee2a629554c7cb038, '', 0, '?'),
(0x1987b00faa619d9675bc14413fcfc804, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Image/ImageManager.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Image/ImageManager.php', 1, 0x00000000000000000000000000000000, 0x737bb9af0c4ddb1b99efd9d4041d9200, 0x05c2a0a722b1b5068dcc7f77fa37519629937c43440c416a69795b1ac9d6cc03, '', 0, '?'),
(0xbc5629c827ddb5e968268970e74bca27, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Image/ImageStorage.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Image/ImageStorage.php', 1, 0x00000000000000000000000000000000, 0x4e3d406913d63363799b0942a7f733d3, 0x51c001959bab8a339d77b1ec76b4b00963c0c6a343b4d47a7f6aa048a147b7eb, '', 0, '?'),
(0xb6b5a9ac3892f775b9db0ed6a3f1757d, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Image/ModelImage.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Image/ModelImage.php', 1, 0x00000000000000000000000000000000, 0x5797674b3dc157da46479c3e38b49d96, 0xdd49819941e2a32f15ad8f876d74a4d3dd3e6588e6e6bd0d8077e71411d30208, '', 0, '?'),
(0x847e1822e473c2341fdbd59bc4e91215, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Image/WordPress/WordPressImage.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Image/WordPress/WordPressImage.php', 1, 0x00000000000000000000000000000000, 0xff79e4ed862b695169815408b121888d, 0x77a691dd69708b9fce39a1e039af0a6ee9bb8749a2737b848c9953f8425e7408, '', 0, '?'),
(0xd418931f46262ed8f4e520264f9c1f1a, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Localization/AbstractLocalization.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Localization/AbstractLocalization.php', 1, 0x00000000000000000000000000000000, 0x0a0bfa848333bbc24c22d28e091909de, 0xb4a8b5ba8009593168f5f796e9a5d03d2f19d74f975637cccdabdf91947ec0bd, '', 0, '?'),
(0xbe7975bb1664f9cd69edad545164f3b6, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Localization/Functions.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Localization/Functions.php', 1, 0x00000000000000000000000000000000, 0x3e88904f38ba43df623e26aaae8d6319, 0x1c3256495963985e295903d37e5c43019eccde65a85c7eacd186fb8406e3c877, '', 0, '?'),
(0xcc59b126267fc2dd1dab30e18a81d166, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Localization/Localization.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Localization/Localization.php', 1, 0x00000000000000000000000000000000, 0x5a652ae1ce7b197f14ae1dd2fd97c543, 0x92cc42087ff8f1a6ff3cd839d19aedc491fb3074def63214957aa659ec55f619, '', 0, '?'),
(0x9c898c056798c3f757e3bc19c650e5ee, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Localization/WordPress/WordPressLocalization.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Localization/WordPress/WordPressLocalization.php', 1, 0x00000000000000000000000000000000, 0xa6be28ca9af541fc6536bb7e6a84ec6d, 0x92f09598b0d7f1ecf15d3c8ec01f112b2f7f81e4e6e43b1c34c171d2f3b00490, '', 0, '?'),
(0xd2f49a07f2f655fa58add7b2e202c2f6, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Misc/Base64/Decoder.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Misc/Base64/Decoder.php', 1, 0x00000000000000000000000000000000, 0x4e00249043c971acb3e677b7c179542e, 0x6de61572d130d82a72c7e753702b03a5d8588e6cb52c0d927beb520c16be05b7, '', 0, '?'),
(0xc4113cc5505aa636da7f9e81aa5d4224, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Misc/Base64/Encoder.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Misc/Base64/Encoder.php', 1, 0x00000000000000000000000000000000, 0xbb87d147aa506aba5a1f344e29f08750, 0x78a9f758dca961c2f089a0cb601073cb33f8d064c2cbeeb79a214a8d2cd61c35, '', 0, '?'),
(0x41668cd77d202da612e65e5042768c41, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Misc/Base64.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Misc/Base64.php', 1, 0x00000000000000000000000000000000, 0x217b1a9b83bd95dce4bb70d705e04857, 0xa91562923196dfcb6318b24ee0f0430cb26c9ab97c154244964b52199d459a09, '', 0, '?'),
(0x2bad41ec910e9e00bef498e5cc0ccaff, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Misc/HttpClient.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Misc/HttpClient.php', 1, 0x00000000000000000000000000000000, 0x136f4ec4473bca0be57144889ec5972d, 0x06783cbf3c53cf62cafc87524cc0638428e7f3ac899c5fdc47b565b860a78873, '', 0, '?'),
(0x7215f302569afbd810789836d2303cee, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Misc/OAuth/HTTP.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Misc/OAuth/HTTP.php', 1, 0x00000000000000000000000000000000, 0x642550f044f85f2352881dd967afab2f, 0xe416db401b92c0c7da5944140a82462533a18a5ce0fd66d8e03acbf88992f8be, '', 0, '?'),
(0x7d8d7f0465ca1a2e35891a8bab5d5819, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Misc/OAuth/OAuth.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Misc/OAuth/OAuth.php', 1, 0x00000000000000000000000000000000, 0x381cdd6ba2642e5168e91469b6124963, 0x44754048a8e745c0ad5a685ce25524ade72d7af35c6f8a05d763efe65b81be88, '', 0, '?'),
(0xe4ff0311b3d25a4c699825a0af8adbea, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Misc/OAuth/oauth_configuration.json', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Misc/OAuth/oauth_configuration.json', 1, 0x00000000000000000000000000000000, 0x533c82e2b4d43775448349d88bf6baeb, 0xba6fa2b3d098f60d0ede7bc0d399ec6bd82925641cb9a74bf003758bcc5d077d, '', 0, '?'),
(0x8c7741736e2f0c7ec8c54e1d6d1d5efb, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Misc/Str.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Misc/Str.php', 1, 0x00000000000000000000000000000000, 0x7a8eef2bc11016c5709c91cc6cb901e5, 0x11d48466df75c5fb0937e05f12b5f41947531c3acbc1ea8674c891dd4fec8388, '', 0, '?'),
(0xdb4ac64a75021a0cab2e73056d51ad67, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Misc/StringPhp/MultiByte.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Misc/StringPhp/MultiByte.php', 1, 0x00000000000000000000000000000000, 0x802b4edbce740c37e7bb8f69e827ca96, 0xb2ff20b76981d6e1d6f6a1e1fa132dd6d0b390b50dc69c3ebfc9b424d858b0cb, '', 0, '?'),
(0xf7e1b057126ab1b51cc237266ccc00d2, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Misc/StringPhp/SingleByte.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Misc/StringPhp/SingleByte.php', 1, 0x00000000000000000000000000000000, 0x14283f485a048394c3af0e1d41187742, 0x3d18e7fe11ed7fd4c4c55ca046132a39a2bc1c74ff6c25f6d7207467e861952b, '', 0, '?'),
(0xb4ef14e37395e486364e89869091fd70, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Misc/StringPhp/StringInterface.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Misc/StringPhp/StringInterface.php', 1, 0x00000000000000000000000000000000, 0xf77cb37b75e454723dc0c082f65af5a3, 0x5587342f3a4baaa15fcde825a37494590b356ba00f987fd82c79ff9d2bb1447e, '', 0, '?'),
(0xd2fe896719890076cb7f2eeffe7372b3, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Misc/Zip/Creator.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Misc/Zip/Creator.php', 1, 0x00000000000000000000000000000000, 0xbc2c15d326fb783871266b555818900c, 0x39f322eb24a713aa28a687c582a090fcf9e03c7ccae96e1867ffa90f49dadb8d, '', 0, '?'),
(0x07614335553ea1de50171467e757c60f, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Misc/Zip/Reader/Custom.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Misc/Zip/Reader/Custom.php', 1, 0x00000000000000000000000000000000, 0x9ffe0bc6b5b62f05ae22372ef977eb9e, 0xd2dee123471fc901321ab1721eeb6657470fe116b235adcc4ce723cc64b2deab, '', 0, '?'),
(0xf77c83f16e2cfd60c4fe58ac7912c9ea, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Misc/Zip/Reader/ZipExtension.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Misc/Zip/Reader/ZipExtension.php', 1, 0x00000000000000000000000000000000, 0xfde88488c49d8b84f9d5c034acb7a5b3, 0x3b3c5dd00b738c7673ae2264ab8b5f834bd7d8c5b06f4dbf8a31696d887655eb, '', 0, '?'),
(0x4bb4ac0be5269db09d03f78ac1496e5c, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Misc/Zip/Reader.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Misc/Zip/Reader.php', 1, 0x00000000000000000000000000000000, 0x8a6a422c13f6eefcfab90ecd5b493844, 0x01b1a870f42856590a8179320be3fac982c11f2f4807a7ba5689cc729e57e1eb, '', 0, '?'),
(0x1c20fff91e07e155d0ff0034820a0e39, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Misc/Zip/ReaderInterface.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Misc/Zip/ReaderInterface.php', 1, 0x00000000000000000000000000000000, 0xbc45bdd9c68ffc74f954c6bad9b2b7ed, 0xd7dc4799323ad7bfe3d9a18e0fb9a5016b02362db29a72aec8eda434996628c9, '', 0, '?'),
(0x9ea7b84b507f139cb56b6b84f42815bc, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Misc/cacert.pem', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Misc/cacert.pem', 1, 0x00000000000000000000000000000000, 0xd9f7aec74e0500b9cdab9ea45a8ff2e2, 0x990cccf83d761aede50808d0f3949f569f4b778093737674ecc4cd68aff8bc27, '', 0, '?'),
(0xa880f57cf4378ded82852e15ce0d9211, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Model/AbstractModel.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Model/AbstractModel.php', 1, 0x00000000000000000000000000000000, 0x89f1e8c275acbf05592f08891b0276f0, 0xf51d19fd5aa30e13e9be959dfc00841447ead82491e96a7e4064cbefbfcfa3ef, '', 0, '?'),
(0xcb2fd4c41b6b1113b629ddc87d96c7ea, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Model/AbstractModelTable.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Model/AbstractModelTable.php', 1, 0x00000000000000000000000000000000, 0x6ce4c85f77a8661cb0e244ae5e6b21c5, 0x407bd06ad93a27f1dd5715dc611137c661d69e809a9b951b02d886708dee9146, '', 0, '?'),
(0x079c3082db4d7e8d8b39c036203c9381, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Model/ApplicationSection.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Model/ApplicationSection.php', 1, 0x00000000000000000000000000000000, 0xcea718de3b890eb6dff74ee4fec511fb, 0xa41882f7deae84731a7454ba0e09f2d15c54ef157bd22467d02dceba6246c72d, '', 0, '?'),
(0x0a5df35fd173b2f4d96c4f8e4501de1d, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Model/Section.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Model/Section.php', 1, 0x00000000000000000000000000000000, 0x48541aa6ce65be4b540442c28fb53234, 0x0ffbb9cb8d2ddb9b69837ae73d7044e6ca9ece164198003309371ece1a0c0c53, '', 0, '?'),
(0x6e29583d07522616e13138f088ab73c9, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Model/StorageSectionManager.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Model/StorageSectionManager.php', 1, 0x00000000000000000000000000000000, 0x41791d2b487407d2e2d8e374aba06a25, 0x11dacab157772f1a0a6045e92ce186c7e113b2c673fa7ada8b2e2aeb7222414d, '', 0, '?'),
(0xeb4a5a413521982470c0c9d591fbeda4, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Notification/Notification.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Notification/Notification.php', 1, 0x00000000000000000000000000000000, 0x54c326fcf7d4c00ed88576beba1ea235, 0xa691857f18d5958aede5ffc3d4306c8284106a2fa1906dc60ffbc2bf2ba9fc0f, '', 0, '?'),
(0xa7eb4d0fe89ece7cefc8bd363de7de8d, 'wp-content/plugins/smart-slider-3/Nextend/Framework/PageFlow.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/PageFlow.php', 1, 0x00000000000000000000000000000000, 0xf4ed7c9d377c087eca76404d650bcd18, 0x094736c64ed79fce6cb4f4b4e3340e5bb6cb4fd298fe8bba887f947371f1bdc7, '', 0, '?'),
(0x97b06b5f2e702b09b2e95c42b85258ea, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Parser/Color.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Parser/Color.php', 1, 0x00000000000000000000000000000000, 0xc49d51b6fca73f03bcc3479cd9ace385, 0x92768e13d845dae844291cccc1bfd084e75eab9c9a49ed13c2ed18037ba9cf35, '', 0, '?'),
(0x4bfd5f2c0a0a4830ecd5ce88e8ec8295, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Parser/Common.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Parser/Common.php', 1, 0x00000000000000000000000000000000, 0xbc569415c06cfb245d9ce342e26a27e4, 0xb0503ac415d6b8df1834b2998c506e09368e000579b9fd9ea8da9f445b382868, '', 0, '?'),
(0xe4b959dde206c922c4ac744d566f7579, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Parser/Link/ParserInterface.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Parser/Link/ParserInterface.php', 1, 0x00000000000000000000000000000000, 0x28a2e7eaf0772831e44b56fb8f377c02, 0x49d9906c251438afb0ae616f5e8c9cc5fbb76494db3670fe575563b012aa2aff, '', 0, '?'),
(0x19f6b5957011a290f29ba0aa8c0ea26c, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Parser/Link/ScrollTo.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Parser/Link/ScrollTo.php', 1, 0x00000000000000000000000000000000, 0x3fbb8ae8f2babca0690e8fb3d3477e31, 0x503b392910a3b3b643b991b952f342825c68037a90ca3004f83a3418546533b9, '', 0, '?'),
(0xb7122206de3aaa4b4f9b7827af652096, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Parser/Link/ScrollToAlias.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Parser/Link/ScrollToAlias.php', 1, 0x00000000000000000000000000000000, 0xba6a44248454c61871cdd2e029caea64, 0x3bb14212b1e0236ec77ea74aac34138b7aa39593a278d5c9bba13795c5b8b19f, '', 0, '?'),
(0xf55cf0a4570d6d51bc30ca4c4349654c, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Parser/Link.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Parser/Link.php', 1, 0x00000000000000000000000000000000, 0x36657158c0fa107d182fe158fb81b374, 0x9ecad51ba39fdfc53bbbaed72e429ea2b7c530d54a6d78402c0b43b984b54b61, '', 0, '?'),
(0xb0cd83fe8f17578c84c9664e8195b947, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Pattern/GetAssetsPathTrait.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Pattern/GetAssetsPathTrait.php', 1, 0x00000000000000000000000000000000, 0xa758873b62b71e10db06a5a34f8dc7c7, 0x04817aa1bf0f1ffbcfe1ad2ae44efcb31ef07abc45e1a19c93e72eda548417f6, '', 0, '?'),
(0x7fd9e35ca59699f153d7994401cc1326, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Pattern/GetPathTrait.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Pattern/GetPathTrait.php', 1, 0x00000000000000000000000000000000, 0xf6e15cd9cbc99a6576eddcbac11d2e45, 0xf0d505a5a43f4392ff07048c7de20880213c55d605c9a9a6a556d714c5fedcdf, '', 0, '?'),
(0x588a9b2607335c091ec4a73651a009f0, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Pattern/MVCHelperTrait.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Pattern/MVCHelperTrait.php', 1, 0x00000000000000000000000000000000, 0x847e31cc76d2c595395bc6588214c1d3, 0x103a04893d5fd24135cb0fe289cb0d543806dd9e2756b5eaf19a7a8b47d65018, '', 0, '?'),
(0x9471d3920c54d35f542d37e0144e54dd, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Pattern/OrderableTrait.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Pattern/OrderableTrait.php', 1, 0x00000000000000000000000000000000, 0x01dc8556ff7b2bcbba728df77f5908ed, 0xfba5b2c0e10bdf1cc29a4525c8829fbd10c579ea1c2b8637f8848c78816ff055, '', 0, '?'),
(0x16c8105c91ed706e657313301ff21ffe, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Pattern/PluggableFactoryTrait.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Pattern/PluggableFactoryTrait.php', 1, 0x00000000000000000000000000000000, 0x4107fee341a852a9acebc922d45bdfab, 0x63ba7ea436f79e4216751888b536c42479243d283b5a304d295d8e441beb8f8b, '', 0, '?'),
(0xed6814a5b43eeb1bfb0431400fd44fec, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Pattern/PluggableTrait.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Pattern/PluggableTrait.php', 1, 0x00000000000000000000000000000000, 0xde530542844d99b7612a8ab4a373da5a, 0x96cfac8525600a5c561e1ad66a1c9d788c04b189837a42f2b5c89431da6ffc28, '', 0, '?'),
(0xa1377b3a54c0351bdc3e35439e51214d, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Pattern/SingletonTrait.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Pattern/SingletonTrait.php', 1, 0x00000000000000000000000000000000, 0x8d95792bd942f633c3b2db2a551e407f, 0x5fb3bb57fa8c09e00e11d03620b401f66eeb9b66e67cdc734e98455b01437b39, '', 0, '?'),
(0xef5e5ad663b248a0890d4e732c54b3c7, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Pattern/VisualManagerTrait.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Pattern/VisualManagerTrait.php', 1, 0x00000000000000000000000000000000, 0x36a08b2d209fea2d00d29b044c5ffa18, 0x234fbcfa075803f63b0e8f720aed86d0cbf97125b45af02f3a5254e2ef4fd6fb, '', 0, '?'),
(0x9222627477dd9e652e8e23008175caa6, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Platform/AbstractPlatform.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Platform/AbstractPlatform.php', 1, 0x00000000000000000000000000000000, 0x2ef834272a347ef779fe6ff4f6441e8a, 0x23da6d057c44e8927cca38e3bbc46ddd385a10fdd6ac60ba6b6b48a9433f0296, '', 0, '?'),
(0x9b66eb4964546c0c915607b36cb6eeb9, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Platform/Platform.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Platform/Platform.php', 1, 0x00000000000000000000000000000000, 0xd928e3df70d7501e3ae971e6bc2d1858, 0x76dc34c4d6d1bf98685f9e3edaa11b7528e975b7ba0f43f02173335b18fde12e, '', 0, '?'),
(0x0132960409a0de598abd33427239820f, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Platform/WordPress/PlatformWordPress.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Platform/WordPress/PlatformWordPress.php', 1, 0x00000000000000000000000000000000, 0x71c7370087b5a82f74973cac212736fe, 0x8ea44b0613d96ce2830690d08130f8fcd5ef9f9bbd4f36fbf143b4d19cf963d1, '', 0, '?'),
(0xb7431addb8dc93c45caeff05c468880e, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Plugin.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Plugin.php', 1, 0x00000000000000000000000000000000, 0xe7e9cae7062a12e3feba17a047d4a942, 0xcdaf578d028faf73eaadac2492fedb0ebbd553eb1143498edb50584b7db51ac8, '', 0, '?'),
(0x54b7000b7713f094e164a70dc95c1296, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Request/Parser/AbstractRequestParser.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Request/Parser/AbstractRequestParser.php', 1, 0x00000000000000000000000000000000, 0xf369c34cc95091bc339a7f942ffcb706, 0x51f01f9eee63a73013e84f0889d29be0cc798ae67357f689782e56dd60400291, '', 0, '?'),
(0xe1e43feb61d56e0aec523c12b771f60e, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Request/Parser/JoomlaRequestParser.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Request/Parser/JoomlaRequestParser.php', 1, 0x00000000000000000000000000000000, 0x516f280558d18fb91c07589afd8466dd, 0xb930032c97c9780644b5847d7d48e5301b25d26f8805b455c6a1e73d95ac3a74, '', 0, '?'),
(0xd7e3f9a1111c7b9f1ac3a13bd0782c2f, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Request/Parser/WordPressRequestParser.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Request/Parser/WordPressRequestParser.php', 1, 0x00000000000000000000000000000000, 0x8862fe3fbd8018977aa944030f5b6292, 0x730c861de732da1464f61406498db10677c319c878620bf56249426cb61989be, '', 0, '?'),
(0x65a5675d31e87bb30088abfd09089bb5, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Request/Request.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Request/Request.php', 1, 0x00000000000000000000000000000000, 0x1ae458a1f6d8eec3ff5198cc4675e4b7, 0x65ffbce9f9e1e6f7bfd10571147e8d81444886bcd71fdc6319cad1e2df8c7218, '', 0, '?'),
(0xf750eff5219c8d7f30c2695ad7061923, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Request/Storage.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Request/Storage.php', 1, 0x00000000000000000000000000000000, 0xdef0bad2abb47fd4ddbd193f371565d5, 0xf8a55cde3afd3765159537f434fb50f52522d54b5dd10ffeb7c71f9f3a0b43b1, '', 0, '?'),
(0x68c789c2cca80278790bb6f057fc9b35, 'wp-content/plugins/smart-slider-3/Nextend/Framework/ResourceTranslator/ResourceIdentifier.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/ResourceTranslator/ResourceIdentifier.php', 1, 0x00000000000000000000000000000000, 0xbdcf972941dd05633108e7f0e57a93a3, 0x831c0dd52b3331bb88d633d1343bd7dfad23f258a19826631ade3706f9db3245, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xdcd9e13953e60bac15b2fc87314f4215, 'wp-content/plugins/smart-slider-3/Nextend/Framework/ResourceTranslator/ResourceTranslator.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/ResourceTranslator/ResourceTranslator.php', 1, 0x00000000000000000000000000000000, 0x10feedcd84a63020909bcee583a4465f, 0x88756bc4cd97a4dcaf3b332e19cf42e9fd1a3778f329350213c53493b528fd71, '', 0, '?'),
(0x26cdb60709baafe7ff9201fd4e166161, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Response/ResponseAjax.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Response/ResponseAjax.php', 1, 0x00000000000000000000000000000000, 0xd9cc5ec28be4f11a3dca9df3fe448fea, 0x4b200abfba8e9d61c911aa5a5637b1e6ceb99fcd890c4dfd94da19cb3d58945a, '', 0, '?'),
(0x6095a56e32789947ef6f0b917dc2059a, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Router/Base/PlatformRouter.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Router/Base/PlatformRouter.php', 1, 0x00000000000000000000000000000000, 0xfdcbc2830349a580b91b147a2c41d250, 0x0fb9f774cb86855821b506ee251f26ad8e1068108b8342e369031f1ebaa8f116, '', 0, '?'),
(0x565d7ae02c27f601135e4f5998e9a239, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Router/Router.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Router/Router.php', 1, 0x00000000000000000000000000000000, 0xed136565ba7560d0110b65e571eb73d2, 0xd05514c5e53f653d6c69ddfc688bcbef9389ccc19cf56350d48f1bc34cec8e6e, '', 0, '?'),
(0x3471ad3fc7377fb2916e2064daa33104, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Router/WordPress/WordPressRouter.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Router/WordPress/WordPressRouter.php', 1, 0x00000000000000000000000000000000, 0xc451ff4c2476b750aeb3c5029a4dd109, 0xd00f427edd5f8930c4d9b659da261f357fd55a94ad4221d42cd6b6d16635b4be, '', 0, '?'),
(0x1796fc0c97f9a7586a76c701d4f00eb6, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Sanitize.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Sanitize.php', 1, 0x00000000000000000000000000000000, 0xf07d38303105ff110e56f0762250394e, 0xbbf327f501dfbaaadf9ff15a1fd21ed2170014263fd347e3be8873b647973b8e, '', 0, '?'),
(0x12bb2a7f32ca7bc4b98956fd7ed9651c, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Session/AbstractStorage.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Session/AbstractStorage.php', 1, 0x00000000000000000000000000000000, 0x6baf27461cc641a2b3049c804aef286a, 0x7274b92f05ddd8b64bf7d907e87ed22ff9de8c6ef2c253f0b3b52db207dab72c, '', 0, '?'),
(0xf68012fc8d444f0e80e85a4b7f4d64b1, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Session/Session.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Session/Session.php', 1, 0x00000000000000000000000000000000, 0xa01b37c7f76bb54a0c119c4b9d224b0b, 0xb9004bf5f409600c1a574df4a006de395058248ec25a141ce82f9167c31a5ae4, '', 0, '?'),
(0x5c8cb84b9ae9345e241a74decd040459, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Session/WordPress/WordPressStorage.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Session/WordPress/WordPressStorage.php', 1, 0x00000000000000000000000000000000, 0xaa30b2cd96a6e990c139591b4576e5d0, 0x5cb8362c3a910eac210df7ce18f04f1457681db08c6b021541601d5e2dfb7bad, '', 0, '?'),
(0x76e53b87527a36f15be7698cc09d0ae4, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Settings.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Settings.php', 1, 0x00000000000000000000000000000000, 0x2d9ac0e96955c74b7b6c1dd7119e6cc2, 0x5bfd648b9da1bfa2b985186c87484471f3f6eea01e3934521ab0c7548effdc0b, '', 0, '?'),
(0x6b30071220ea211427bb17ca30ab583a, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Style/Block/StyleManager/BlockStyleManager.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Style/Block/StyleManager/BlockStyleManager.php', 1, 0x00000000000000000000000000000000, 0xe9579fe903f55da33d973246ab85675e, 0xe834492c785a39cce8648bace6095a684c6eadc572af7bb315d15504a928d5be, '', 0, '?'),
(0x9a1d5eed91a3ebce4ddb7a926692e540, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Style/Block/StyleManager/Index.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Style/Block/StyleManager/Index.php', 1, 0x00000000000000000000000000000000, 0x5914a8c3fc80d0e852e86515ff480b38, 0xaba11037e2fbe658b97f2eb6182b61068caeb4ed2fac306f4e43245fc29ba22a, '', 0, '?'),
(0xc3a39fcd122c77171269d8c348bb020a, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Style/ControllerAjaxStyle.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Style/ControllerAjaxStyle.php', 1, 0x00000000000000000000000000000000, 0x0f6d339fb56addc271ec0b9990934051, 0xcb889ea3553a0b09adf1d6e7d6493e2183b505f9c8b181ab7e05714e5e1ebf67, '', 0, '?'),
(0xcac7b78692a42527b99fef664d5e6ed8, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Style/ModelCss.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Style/ModelCss.php', 1, 0x00000000000000000000000000000000, 0xe9aeee9211849a9b757fe9338f552ce5, 0x8ada17ba15280f5fccf4909801414539764a1793706ae80fcc325deb6afcfe8d, '', 0, '?'),
(0x82caae199efb4c297dc8a2bb76a885e0, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Style/ModelStyle.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Style/ModelStyle.php', 1, 0x00000000000000000000000000000000, 0xdceefd08ec035140eb14466914c03c30, 0x0a785d1c57b99dadf8445ca78695ebba47cb1865768c703bef716d7fa0301c1a, '', 0, '?'),
(0x955ce6e3b18177a21f9e9711892a5350, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Style/Style.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Style/Style.php', 1, 0x00000000000000000000000000000000, 0xc4da497ae74c7f6e5eacd0b52daaa54b, 0x3dcf446e8f01307cc246771624c54979c5b93222c9ed3d621c3e5e8034eea5ed, '', 0, '?'),
(0x96bfc1ef776d9269c7ded1f34d9fb5bc, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Style/StyleManager.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Style/StyleManager.php', 1, 0x00000000000000000000000000000000, 0x551e7a6545534f33587bc6ee4041ceae, 0x36748063c32661e37d9f64ad92000cdfe9e83e8dee390e1cbf27c6dbacadc98e, '', 0, '?'),
(0x876f781fc545044a9bc1ef0e5517cf6b, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Style/StyleParser.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Style/StyleParser.php', 1, 0x00000000000000000000000000000000, 0x145fc8069d0363957cada2a19d92dbf8, 0x519a9841172db2ab10f44ccedc82ec62a16a6761787aeceddb59e1ed3fef7056, '', 0, '?'),
(0xcc878fb26d1518d8065ed3c24e1f0cd4, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Style/StyleRenderer.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Style/StyleRenderer.php', 1, 0x00000000000000000000000000000000, 0xdaa6fcae6ec46041839140b914e9ce2a, 0x7d277dac8b4e8b07d782db99676ada4eb949d7202ae86bf04d7c9e56451e1f52, '', 0, '?'),
(0xb25f947c8ae7952f31806e1798f3887a, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Style/StyleStorage.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Style/StyleStorage.php', 1, 0x00000000000000000000000000000000, 0xc5fb8b097b18ec05c61656997dddfb05, 0x926342af737bdf9b3f485acabf6e8591b263c8a81f557034ff229eabb78885b7, '', 0, '?'),
(0x0bbbdd5e7b0f8ad3f756c41bd0202883, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Translation/AbstractTranslation.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Translation/AbstractTranslation.php', 1, 0x00000000000000000000000000000000, 0xc66bf9f5c2e3f9613fdf386bb47c18e2, 0x3bcf75fa72f6d2fcec5d43e9d1f0a2d066c5a552f0ef4b21f99c26d207c812bc, '', 0, '?'),
(0x806812f3f393e791b01941720a509021, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Translation/Translation.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Translation/Translation.php', 1, 0x00000000000000000000000000000000, 0x02bc060ed6215087ab3f76d355e9a77d, 0xa8a84af15c4a9ea4b39688a72a0a9cf5dfd0fd48ee21bcc5d3362fa4f52cd57b, '', 0, '?'),
(0x98667426088045e33a929e85436a441c, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Translation/WordPress/WordPressTranslation.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Translation/WordPress/WordPressTranslation.php', 1, 0x00000000000000000000000000000000, 0x0966ffd97223e6ef8150cfd7a8701bc8, 0x410f90967320eb80fbbaa1b55dfa30af08504920d6a61bc7be43927a59244f66, '', 0, '?'),
(0xaabc901d20495d005f8d6ae9b83e75d8, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Url/AbstractPlatformUrl.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Url/AbstractPlatformUrl.php', 1, 0x00000000000000000000000000000000, 0xad51fc277e0a68f6ac8793ee4c297cef, 0xede5d246dd99c63b56e85dd7bbeb8621a41f868bdf40d7ab6b67f06522b26434, '', 0, '?'),
(0x8da636e0ff676f330b39ffcf7507874e, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Url/Url.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Url/Url.php', 1, 0x00000000000000000000000000000000, 0x5514d5222d6a93d422ab0f5ab9fe6411, 0xc370786ad411db010978315bba3627c99aa9253f29a17e4ee0ae63806bf1ec5c, '', 0, '?'),
(0x9ccf25c5022fd18532faae80c2afc4cb, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Url/UrlHelper.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Url/UrlHelper.php', 1, 0x00000000000000000000000000000000, 0xc48ceb38f03b996a266172f37be509af, 0xef5d1bcebec1efc073a526765bb36bcd44ac6e53842cab4e84179e5b7e0a6efa, '', 0, '?'),
(0xd92342153c5601015a29841734dcd43e, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Url/WordPress/WordPressUrl.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Url/WordPress/WordPressUrl.php', 1, 0x00000000000000000000000000000000, 0x9bfa53266c130c331e9600b0dd53eebb, 0x494de46e0096ad6a57ec77ea6bf8a138064a51897e943b404bc5c5c00ca0077d, '', 0, '?'),
(0x50b8d18d46933fdca8bc5b2459eeeebc, 'wp-content/plugins/smart-slider-3/Nextend/Framework/View/AbstractBlock.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/View/AbstractBlock.php', 1, 0x00000000000000000000000000000000, 0x1f315f7b140cd72ee8073b7a7bdc2566, 0x5634d833062cdc5f6a56cebe9f7b3acff509df0633b8b6b361c77b216fdc5128, '', 0, '?'),
(0x92d88474ad7e16e78bb88a8bbaaeba9e, 'wp-content/plugins/smart-slider-3/Nextend/Framework/View/AbstractLayout.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/View/AbstractLayout.php', 1, 0x00000000000000000000000000000000, 0x1a66e0df0d4bc8d74bdeb37888dc7801, 0x22956088c537309d9d6cf9b7e5bc345b87a64f42427c0ce7bac860dbfdc4522d, '', 0, '?'),
(0x060077eea2f20d2fd23990275dd58448, 'wp-content/plugins/smart-slider-3/Nextend/Framework/View/AbstractView.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/View/AbstractView.php', 1, 0x00000000000000000000000000000000, 0xc5c5eb54ae998399611a703c879fddb6, 0xcd03e7df84a6297cb307220c1519bab58fa946f617f21693cff3bc412c22a98d, '', 0, '?'),
(0xf5b1a2b316a59a7590aff836aae5bee2, 'wp-content/plugins/smart-slider-3/Nextend/Framework/View/AbstractViewAjax.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/View/AbstractViewAjax.php', 1, 0x00000000000000000000000000000000, 0x8f50ac2df1a09f858a864216ae406e61, 0x2ba4d4ab4d3ee3404805936dd69705a8e50f1d1df6b209d472b9b8299e4ae8b1, '', 0, '?'),
(0xfb50ab944daf6979b960ff00d4cfaad9, 'wp-content/plugins/smart-slider-3/Nextend/Framework/View/Html.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/View/Html.php', 1, 0x00000000000000000000000000000000, 0x5def132d4d7edab5c16da44fa68949cf, 0x7dbbba5c50317f4ed5093c385786b1f199d0f3ec62336b196372923a31cfdafa, '', 0, '?'),
(0x7fc201b34908cf0b49fdc3ee914fc5c4, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Visual/AbstractBlockVisual.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Visual/AbstractBlockVisual.php', 1, 0x00000000000000000000000000000000, 0x3d97b3dcd3f725a21828b3577c55a06b, 0xe929f8b0f37e3fd67c483c48f06bf355ddaa9c8226c1ef8d48fbf488850dceb7, '', 0, '?'),
(0xff892919de7a7973ecd706207970b798, 'wp-content/plugins/smart-slider-3/Nextend/Framework/Visual/ModelVisual.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Visual/ModelVisual.php', 1, 0x00000000000000000000000000000000, 0x0d4c29d98cc28e510940b3d4abedcdb4, 0xb0e2f62a127dfb84e9a3e6224934516d9f5f59b2ad7e38e848e9d1f3f4e4c1e7, '', 0, '?'),
(0x4112fd4c93988b1db7c34d56beb7c333, 'wp-content/plugins/smart-slider-3/Nextend/Framework/WordPress/AssetInjector.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/WordPress/AssetInjector.php', 1, 0x00000000000000000000000000000000, 0xad2b9dc5f737477449bde6f4192fcb90, 0xfe7e6cef5475eee77408e32a6461516b83ac8d0e62777de65fb627d66f70cb19, '', 0, '?'),
(0xb7c9f8655733eb986878bfe7d86e5b5a, 'wp-content/plugins/smart-slider-3/Nextend/Languages/de_DE.mo', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Languages/de_DE.mo', 1, 0x00000000000000000000000000000000, 0x1429f90a00bffadfc623be22e0255266, 0x99c6e0af4a82a7dbbf0fb6fedc620712780af757e672d21d90e4173dd1d0ae61, '', 0, '?'),
(0xedc30750c49ee7b8dc70a463e8429614, 'wp-content/plugins/smart-slider-3/Nextend/Languages/de_DE.po', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Languages/de_DE.po', 1, 0x00000000000000000000000000000000, 0xdbbf600d5687778c00c1f6fde126187e, 0xa528be0262cf6e205d3e1707168fb2deeef9d6e3c18fc991bfeba2d929de45ef, '', 0, '?'),
(0x4ad8979c84fb55102a58780404fd84c6, 'wp-content/plugins/smart-slider-3/Nextend/Languages/es.mo', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Languages/es.mo', 1, 0x00000000000000000000000000000000, 0x349e6bc18e56f9672d416bd956bba951, 0x0a7e1cc805998adc6050945c97dea6cd9145faa227684b8ca7f2cfd297b12cda, '', 0, '?'),
(0xdeab1a35f969dbcaf01aa9a52403d6f7, 'wp-content/plugins/smart-slider-3/Nextend/Languages/es.po', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Languages/es.po', 1, 0x00000000000000000000000000000000, 0xf7b23e9d3866683d497132923ea4b0ba, 0xfc8ec648bb75cef782f6983d695c63d8c69c68a37d8f30037a57620dbf31ca99, '', 0, '?'),
(0x8b99a797d0ffc956a94f48f4ecac41f8, 'wp-content/plugins/smart-slider-3/Nextend/Languages/fi.mo', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Languages/fi.mo', 1, 0x00000000000000000000000000000000, 0x41a2bf69598717853f32121dd8a36bad, 0xf4c9acd4d481e5ee49a7f62faf61dd7a2acf591397fea0e1daf6ed9241547c31, '', 0, '?'),
(0xc96e88f9117ff50d94ff5d290b766b45, 'wp-content/plugins/smart-slider-3/Nextend/Languages/fi.po', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Languages/fi.po', 1, 0x00000000000000000000000000000000, 0x40e59f74899c596eed15d9b1cf81d0e9, 0x0872eb1756e235c93ace498a3465b8b22660f3e6fba914bc7b438e2ea491b7a1, '', 0, '?'),
(0x9271b1cdd0beb6c5fc269888582d8532, 'wp-content/plugins/smart-slider-3/Nextend/Languages/fr_FR.mo', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Languages/fr_FR.mo', 1, 0x00000000000000000000000000000000, 0xd1d286fd8e7ddcfcc9eabaefe12bfeb0, 0xa0812d3f5ec784732a259fa388252abd945a02f9e810894e597186b731c83dfa, '', 0, '?'),
(0x7641210f506b5a797e3ef1c909faf3a5, 'wp-content/plugins/smart-slider-3/Nextend/Languages/fr_FR.po', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Languages/fr_FR.po', 1, 0x00000000000000000000000000000000, 0x2dbe7b5079716c5999235dfb26e0da41, 0x1921f8132822445b1a340760102427dd66c17b9df0aff8bb8690889d90a6f393, '', 0, '?'),
(0xc3700e2cf80ed7fcaee1d62f37464b2c, 'wp-content/plugins/smart-slider-3/Nextend/Languages/hu_HU.mo', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Languages/hu_HU.mo', 1, 0x00000000000000000000000000000000, 0xd7343ed595b24b95ded75f919f42c830, 0x133be609a3681d31b5e5b4584a4aac8c8c2906681e6a99944077f9ceca690bb4, '', 0, '?'),
(0xe37d047dec737fcc8369f8029df16800, 'wp-content/plugins/smart-slider-3/Nextend/Languages/hu_HU.po', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Languages/hu_HU.po', 1, 0x00000000000000000000000000000000, 0x9189d2dfb5bbcedf998909463448268b, 0x85446b43e1f2edad5469a6374e019792d3c87e40ca9d60f8955beb3fd385c03e, '', 0, '?'),
(0xaea643e7860d6052e6c72a3b6b2ed5ff, 'wp-content/plugins/smart-slider-3/Nextend/Languages/it_IT.mo', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Languages/it_IT.mo', 1, 0x00000000000000000000000000000000, 0x0b568a6e139ad193001a8fae4b4fda05, 0x31eaaa049d60ac039efb862027e35543eca23cc18e78fe1d35d50ec444a8462f, '', 0, '?'),
(0x18c7bb87ee22db529d8c0fd6c9518123, 'wp-content/plugins/smart-slider-3/Nextend/Languages/it_IT.po', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Languages/it_IT.po', 1, 0x00000000000000000000000000000000, 0xb26e07dcb692abc8433ff39a62e1ee5b, 0xf81212b5af27bbef8be88432f9dabc3b18e3626ca6384612e9963dd0b829d89c, '', 0, '?'),
(0x4ffda27130c282ec987bbc09d1918265, 'wp-content/plugins/smart-slider-3/Nextend/Languages/ja.mo', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Languages/ja.mo', 1, 0x00000000000000000000000000000000, 0x467135c81af4cd8b344157318e297867, 0x6795aac4bcfb119d0c7e9cbea32d063cf0ed8db3ef543e5756f9222c62cd988b, '', 0, '?'),
(0x09ca10ae049916d7eaa0c8f9909975a7, 'wp-content/plugins/smart-slider-3/Nextend/Languages/ja.po', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Languages/ja.po', 1, 0x00000000000000000000000000000000, 0xc7a76621ab287319c40844254b2b5201, 0x2db95f91efb19780e6526421c529bf556f8efe0d2f346ad89c7760f37f2f1cf8, '', 0, '?'),
(0xc7d553173e96d45852cfb9f7f153670c, 'wp-content/plugins/smart-slider-3/Nextend/Languages/nl_BE.mo', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Languages/nl_BE.mo', 1, 0x00000000000000000000000000000000, 0x82925467ee6a613e5709a759903a0b33, 0x7ba1fceb9dbcbe67af24e336ee8fca204e6eb3571d24e7b211032ad659a0fc85, '', 0, '?'),
(0xa57e7475115c69cce0615b8f9a0c3166, 'wp-content/plugins/smart-slider-3/Nextend/Languages/nl_BE.po', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Languages/nl_BE.po', 1, 0x00000000000000000000000000000000, 0x5f7680706a5872018454d70f373737ed, 0x795d8450e90c98ea5df22298bb2a3954b6cec8378f131ff3fc27ea5417310cdf, '', 0, '?'),
(0xb3c92df444374161caa1452673f2cb0b, 'wp-content/plugins/smart-slider-3/Nextend/Languages/nl_NL.mo', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Languages/nl_NL.mo', 1, 0x00000000000000000000000000000000, 0x5ba229959a8711efb033c1fb26619b16, 0xddb29e7fe36e0a5814bd62d583b00b1f7696656d60ca5ed45a4d153ebc89339c, '', 0, '?'),
(0x37a951dc53f7364fa94be01c9b41ef6b, 'wp-content/plugins/smart-slider-3/Nextend/Languages/nl_NL.po', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Languages/nl_NL.po', 1, 0x00000000000000000000000000000000, 0xe867b1b2c0aa32d3d2b7a71f6b2ce4a2, 0x55ece9d5f1f97275554c40ed8d8ff535d000dad565a2387b744a2be966511ac2, '', 0, '?'),
(0x74de32210a455de4ab203a4ebc5c8ec4, 'wp-content/plugins/smart-slider-3/Nextend/Languages/pl_PL.mo', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Languages/pl_PL.mo', 1, 0x00000000000000000000000000000000, 0xa3c502ce79d27270e236d156a320d340, 0xa326435add7ad207848804377f15d2f05a7512ad174e412d868a88eae7d1e7d6, '', 0, '?'),
(0x32a4cda2914627ec5650dd2951ef12f4, 'wp-content/plugins/smart-slider-3/Nextend/Languages/pl_PL.po', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Languages/pl_PL.po', 1, 0x00000000000000000000000000000000, 0x6b28b6987241689816d5813c9b234083, 0x391faf339e5f531e030d2e220ba88f614cdc3a07526499e588434e514071225e, '', 0, '?'),
(0x79c5ddd5d15121fb32e7e02432616f71, 'wp-content/plugins/smart-slider-3/Nextend/Languages/pt_BR.mo', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Languages/pt_BR.mo', 1, 0x00000000000000000000000000000000, 0x10c974c90b033efda1e673625aa896e2, 0xf03457732aa3a194797c6caf39891c3ee1aae08758339ee72f77fa411ef66d29, '', 0, '?'),
(0xf258f8391d39c1d965e02fa9b7b04298, 'wp-content/plugins/smart-slider-3/Nextend/Languages/pt_BR.po', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Languages/pt_BR.po', 1, 0x00000000000000000000000000000000, 0xbaae07af2af831e47e63647b93d653f8, 0xdfbc3ee7286667e526737dd9e8506d7df6ff5f12e6b742b32f1c6e779cc1e56e, '', 0, '?'),
(0x139aade8f9c86b646ef0da9d83814db4, 'wp-content/plugins/smart-slider-3/Nextend/Languages/ru_RU.mo', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Languages/ru_RU.mo', 1, 0x00000000000000000000000000000000, 0x461d494df7e298c72172da9d60ae4505, 0x57b724bb58e29b56cc06e602ccef5b3575f539e3b762c334a7449b81ba3af567, '', 0, '?'),
(0xb75521a54c24b881abb2d8b8175970bb, 'wp-content/plugins/smart-slider-3/Nextend/Languages/ru_RU.po', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Languages/ru_RU.po', 1, 0x00000000000000000000000000000000, 0xd655edd9acd8d1a97e0b2f0e998ff220, 0xb002ca4434dd1ab4062f502782504ef92793dfe3c038e7949d8ec9d5f458e34c, '', 0, '?'),
(0xc95d15924fe17a1be6b626f959b0e87a, 'wp-content/plugins/smart-slider-3/Nextend/Languages/smartslider3.pot', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Languages/smartslider3.pot', 1, 0x00000000000000000000000000000000, 0x892d50d2adffd0d2bc432c5bc1f8b3b0, 0x90c424b2f74fce5c844925732c5150619f40d911a67e3c6e2386bf40907865dd, '', 0, '?'),
(0xd07f800ced2955bf088134d85293b151, 'wp-content/plugins/smart-slider-3/Nextend/Languages/sv_SE.mo', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Languages/sv_SE.mo', 1, 0x00000000000000000000000000000000, 0xcd4fc1936b876ffbdb0c98e929309755, 0x54365ecf728b435d21c3ca59f24b3c786f73dffd3244242dddaf7564b36aaba4, '', 0, '?'),
(0xafab423c3a41e26be8fcdd2a21094b67, 'wp-content/plugins/smart-slider-3/Nextend/Languages/sv_SE.po', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Languages/sv_SE.po', 1, 0x00000000000000000000000000000000, 0x429ffcf9728c092df53721eac0d83fa3, 0x36013d8371586f641e23865b96620790a2059acb1ee70b42af30fcc3fb77da07, '', 0, '?'),
(0xef8cf18f0807e9918521d694930821b5, 'wp-content/plugins/smart-slider-3/Nextend/Languages/zh_CN.mo', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Languages/zh_CN.mo', 1, 0x00000000000000000000000000000000, 0xa225a54974c8c8673a47d4909c29bf74, 0x60aa7b2f68373ca25a1ed06fa56043955091db072e21b875312afe81dd6fd1b9, '', 0, '?'),
(0xf1103c1174bdfdd093209e73c0009fc7, 'wp-content/plugins/smart-slider-3/Nextend/Languages/zh_CN.po', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Languages/zh_CN.po', 1, 0x00000000000000000000000000000000, 0x2e8906f5d71328d43042108b307c4e79, 0x1c58ad6d396d5f25c94938ab96ebb347cd728f8c6f1d731dd70876786ae9e654, '', 0, '?'),
(0x230428b46a1d19d89acf0cde330dba35, 'wp-content/plugins/smart-slider-3/Nextend/Languages/zh_TW.mo', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Languages/zh_TW.mo', 1, 0x00000000000000000000000000000000, 0x4981aeeb12724d68fd6d2a3156df7a1a, 0x7d2df797d00117ddbf50762ba0d4e5e863e7153c3bd6e93e05654af6677fe0d5, '', 0, '?'),
(0xa6c9b5224755f6f338e5c5dfebaa7ab4, 'wp-content/plugins/smart-slider-3/Nextend/Languages/zh_TW.po', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Languages/zh_TW.po', 1, 0x00000000000000000000000000000000, 0x192121e81f6a09cac18747168b3ca472, 0xfbc986d0f304ae1858f1b93345e076a1ef7d03121ae05872f835a3b1222cdab8, '', 0, '?'),
(0x755bff3603502c4090829614bfc66e47, 'wp-content/plugins/smart-slider-3/Nextend/Nextend.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Nextend.php', 1, 0x00000000000000000000000000000000, 0x791291214c32b0d29c4a949fee4de4f3, 0xf00174dc129170f973816de8cdebb8329b509c2ae8a029ed5a67a49b23c768ca, '', 0, '?'),
(0xda9ae0ee28bd0307e5081e616492b2b3, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/AbstractControllerAdmin.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/AbstractControllerAdmin.php', 1, 0x00000000000000000000000000000000, 0x1bbb14f525634b10de340312c7347db9, 0x7ee99d24bb09f2ba88cfe3a105ada2a0a5cfd2e180218d96254153c4ab75c90a, '', 0, '?'),
(0xacb5de150372c22b2505f877fed54a80, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/ApplicationTypeAdmin.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/ApplicationTypeAdmin.php', 1, 0x00000000000000000000000000000000, 0x8c6d371330dd34a69506a6d68dece84e, 0x9355631b318db551e062490f23956de0275a1d1efe1d303ddc4d3f6f97440203, '', 0, '?'),
(0x7c4b6bf49f88efcc48bada80e627bd10, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/FormManager/FormManagerSlide.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/FormManager/FormManagerSlide.php', 1, 0x00000000000000000000000000000000, 0x3f97a032a6d7078fb8354048abdc6d00, 0x8f52745652bf619ba816c77ed538022d278f010e8558bd854473701e96f5eb9a, '', 0, '?'),
(0x8ec47ba54385b5e2af78b37264acc684, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/FormManager/FormManagerSlider.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/FormManager/FormManagerSlider.php', 1, 0x00000000000000000000000000000000, 0xaab6c20afaa002fad9b9d007d8cae124, 0x6226ba8487bf5e85bd3db3c57d9965d3cb98f4ba44eca0b3a322284e39815a3e, '', 0, '?'),
(0xcd79af04fd6583245a8914369a230ad0, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/FormManager/Slider/AbstractSliderTab.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/FormManager/Slider/AbstractSliderTab.php', 1, 0x00000000000000000000000000000000, 0x6d59912b683a2dbf7cb9c2cf4c0dbbfc, 0xa81f86c521c62e28899b5635f0ce66d6987b39321e8f385966c21f52c5a9f02c, '', 0, '?'),
(0xeb4d8aed85744ecbf74bf0346e237078, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/FormManager/Slider/SliderAnimations.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/FormManager/Slider/SliderAnimations.php', 1, 0x00000000000000000000000000000000, 0x66c640449b2f2a40ca94a9b0a28815c5, 0x0e471a2974d2171ba41004be0c72e01ebd9c7b5b523e36eabc222f415d68686d, '', 0, '?'),
(0x7a5f4289588d5ecf6ccbdd89bafc7514, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/FormManager/Slider/SliderAutoplay.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/FormManager/Slider/SliderAutoplay.php', 1, 0x00000000000000000000000000000000, 0x47f908f89f9cc385dfd49d481fe1ba60, 0x24f4f3727ba4520e50986208fdfddacd6da9ae11745435e987bfa42386c3a152, '', 0, '?'),
(0x10cc3827e2076f64617aa6ce303710cb, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/FormManager/Slider/SliderControls.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/FormManager/Slider/SliderControls.php', 1, 0x00000000000000000000000000000000, 0xc10b7486e1a0cb06dbf932e9ae81f181, 0xd6671ae0776ba49f960634b9c65df947a3ef6fb94aaf8daa0fddaa0cc7cbe078, '', 0, '?'),
(0x4a83831d71119e5180d1401b4ad5edbf, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/FormManager/Slider/SliderDeveloper.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/FormManager/Slider/SliderDeveloper.php', 1, 0x00000000000000000000000000000000, 0x47a85d4a7c6a4ed48fb0dc09be212390, 0x073528ad3e54addd09b534a9ee10f37e0f065b9c5d360da8628e18c960c5f36b, '', 0, '?'),
(0xf6ead46eaeac6cdc42a4f06e68a93f06, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/FormManager/Slider/SliderGeneral.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/FormManager/Slider/SliderGeneral.php', 1, 0x00000000000000000000000000000000, 0x7bebb7c5ea32819e72ddee94aa0dcc30, 0xaa7d7937e6bd1a65d468e432c344b287ac8357bdce8ee6c451e9b0c2369ab6ca, '', 0, '?'),
(0x6e2979e533dff00de0ef4f44ed3c6dcd, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/FormManager/Slider/SliderOptimize.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/FormManager/Slider/SliderOptimize.php', 1, 0x00000000000000000000000000000000, 0xd0f65fc6f122cf88600a19289c6921c2, 0xc55b6e52a7f47e9569dad996f0ee5fa83e24aeaa329696ee19831940b828301f, '', 0, '?'),
(0x85575d0c4eaa1aa21de81202d728b1e6, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php', 1, 0x00000000000000000000000000000000, 0x682ca6989ed08312d97a53c65ce18b57, 0xc7d9a931060f49111dd7b38073182110d6ea954ccee3228dc45a1302985651d9, '', 0, '?'),
(0xd0a5133a66acc9db4d4f6f30205f67af, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/FormManager/Slider/SliderSlides.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/FormManager/Slider/SliderSlides.php', 1, 0x00000000000000000000000000000000, 0xba3afb20835c83d92b047b203ccac579, 0x67e3f05a4a6527630a5dcdb5055caf085626d7dab1fcbc2233bd179180043a5c, '', 0, '?'),
(0xf9b0c32b3ac165a0c32721da8b39cfdd, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Generator/ControllerAjaxGenerator.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Generator/ControllerAjaxGenerator.php', 1, 0x00000000000000000000000000000000, 0x8d409e2e7ae0e69a7f7b4c6768ea164f, 0xb13ce05cc38fb9f2d09cf9e31ccd9c880a9a0c403251689da286aadcb046787f, '', 0, '?'),
(0x67a1bad53ce9a8692531c06b8d686818, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Generator/ControllerGenerator.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Generator/ControllerGenerator.php', 1, 0x00000000000000000000000000000000, 0x8fbebee166668c13d5fb4cfbe5775d5f, 0xfdca62d451c86b8fd2a82d63ba40a5c803f7201ca5e4df36514b993d5dfdcfd9, '', 0, '?'),
(0xff4701c18bd1fb4688ab91c2eb5eeb44, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Generator/Template/CreateStep1Groups.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Generator/Template/CreateStep1Groups.php', 1, 0x00000000000000000000000000000000, 0x5ea4dc97fe23a005ebe3d9d55e61bf00, 0x255f1164b3fcd3668eb7e7ef0b6b8cc842bcaf2b1c6b007053dfcc028412af3d, '', 0, '?'),
(0xab67c9613ca9a9546e29794642cf34ca, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Generator/Template/CreateStep2Configure.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Generator/Template/CreateStep2Configure.php', 1, 0x00000000000000000000000000000000, 0x4c4f88be3af5e01334f31d9b07906237, 0xacbd0a0d4859c4bdaf2e99d10e2a3846edc78238e6896d98272b3af9ac0abddb, '', 0, '?'),
(0x42e83db7348331d208d5cbf35a4401df, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Generator/Template/CreateStep3Sources.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Generator/Template/CreateStep3Sources.php', 1, 0x00000000000000000000000000000000, 0x630d3ece3423b108a542958885b56bf4, 0x8da8b76b4ea079c9c87441378bc26627b03ff371dc3576a5ed635da9d551b564, '', 0, '?'),
(0x7d28c930d35f5ddc16344403be73cf4f, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Generator/Template/CreateStep4Settings.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Generator/Template/CreateStep4Settings.php', 1, 0x00000000000000000000000000000000, 0xe00d0e6ff9a817adfb4ecaf73b43b929, 0xca820a61b5d51c8e05fc9815ea40500c03ec5e7de7011e948a4f4fbb02ca0c38, '', 0, '?'),
(0x18a5c17e4893a5f3a2e05613fbfb45d8, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Generator/Template/Edit.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Generator/Template/Edit.php', 1, 0x00000000000000000000000000000000, 0x254320b9aa9f7f4ac2a63d9c4a729a76, 0x7596df06e1af1cab8afd199e23d41bcb6e5cfe734b2bfb8297e04e36b2430a68, '', 0, '?'),
(0x3f16f949a35fdc9c70f592efb9250a97, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Generator/ViewAjaxGeneratorRecordsTable.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Generator/ViewAjaxGeneratorRecordsTable.php', 1, 0x00000000000000000000000000000000, 0x6469853d9822dc796890d8e93d0819b6, 0xa4250ff8c2630282d8e018b110f879ec0157d34bdef629aa5b1d643007eb209c, '', 0, '?'),
(0x6f67f81befb1e166271a2d2d14dc6a34, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Generator/ViewGeneratorCreateStep1Groups.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Generator/ViewGeneratorCreateStep1Groups.php', 1, 0x00000000000000000000000000000000, 0x11b962254078b237e3494c0f82e7b009, 0xca5f2207fa688e51c9c474724a242e7f0eec569b61a55794d1a3de040da05fe0, '', 0, '?'),
(0x9304b72ba38ba488926df47a82228d58, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Generator/ViewGeneratorCreateStep2Configure.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Generator/ViewGeneratorCreateStep2Configure.php', 1, 0x00000000000000000000000000000000, 0x0c3c763cf5f4dc2879e903fa769706f9, 0xef1f62f92bc52480ca1e2bf4c755b88db4cf790c8f682922f42ca32423da3bee, '', 0, '?'),
(0x9a3b6b09248c2cad06858838648bb11b, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Generator/ViewGeneratorCreateStep3Sources.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Generator/ViewGeneratorCreateStep3Sources.php', 1, 0x00000000000000000000000000000000, 0x1f061e6604f4247b84ae69a5826e677c, 0x2050ff3620a95f9a28cbfaede3af8bb8e8cdc3115c0c021b4d1e658430348bc5, '', 0, '?'),
(0x224ebfe990f90994345b4cdeeb8f5daf, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Generator/ViewGeneratorCreateStep4Settings.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Generator/ViewGeneratorCreateStep4Settings.php', 1, 0x00000000000000000000000000000000, 0xd2df0182b8b3bd624f809fdb35ff2f6d, 0x91dcd0953ac2619b5de3ec139db1419a972f5c28f97d8f98819c3db5b64d596d, '', 0, '?'),
(0xe8acbc9257e5cc2daf7b2d17d304e45b, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Generator/ViewGeneratorEdit.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Generator/ViewGeneratorEdit.php', 1, 0x00000000000000000000000000000000, 0xd4765c650124f31299b65239dd3e5805, 0xb8fd5f9e42b3abd0a1e191c7c9df508432973bdb18b551baabeeaedf0293ed62, '', 0, '?'),
(0xe6d71d36a311b61f52d16023379d83f7, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/GoPro/BlockAlreadyPurchased/AlreadyPurchased.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/GoPro/BlockAlreadyPurchased/AlreadyPurchased.php', 1, 0x00000000000000000000000000000000, 0x79f07874593fb8725e2e975ac95546ac, 0x5fccb45fafce06b758b0ab0e1c6e273c36377b314d89bdba5ed190cab4f00947, '', 0, '?'),
(0xd89d168aa23977981b14d353b0590505, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/GoPro/BlockAlreadyPurchased/BlockAlreadyPurchased.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/GoPro/BlockAlreadyPurchased/BlockAlreadyPurchased.php', 1, 0x00000000000000000000000000000000, 0x3f2b92df5ddaa6cddafb03884766d51c, 0xf98bc64a6dd93f6add7956bd1bdc7eaf320333df88fbdebb5d4e9885ff15ffe5, '', 0, '?'),
(0x378959d792e73af94d237d12e7f1e6f6, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/GoPro/ControllerGoPro.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/GoPro/ControllerGoPro.php', 1, 0x00000000000000000000000000000000, 0x57b6372c90c1b1579256ddebca8ce4d9, 0x44d74396b34d4ccb7f791e07bc1047a929e151ba708f1553c1217e036d525268, '', 0, '?'),
(0x122ccef5eb8bb59ed464aab99e402acc, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/GoPro/Template/Index.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/GoPro/Template/Index.php', 1, 0x00000000000000000000000000000000, 0x086424a7ff5dc5707f06a362e8cf9938, 0xac278fccb22913530f43da11e7deaf83fc2fb41f946ed753d90553e3a38d29e0, '', 0, '?'),
(0xf5e38a48adbef2e7be803d3940dffd41, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/GoPro/ViewGoProIndex.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/GoPro/ViewGoProIndex.php', 1, 0x00000000000000000000000000000000, 0x5b8aadb8a092cdcc684a8a1b314794bc, 0x8da2238683e3f5a7d5d417f812b3f65e85dd77e309c4546b88edeccb4b189b23, '', 0, '?'),
(0xeafde6a5c7d44064c117ae70d11fe899, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Help/ControllerHelp.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Help/ControllerHelp.php', 1, 0x00000000000000000000000000000000, 0xbbb0bd7fa3b928b8958577dabe34adb4, 0x4fa2fef5290bfdd766ef25ed94fd227a129395318407836dd4e3bec07b6718a5, '', 0, '?'),
(0xa01130e679c2d1c1d6a7e501f24b7c49, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Help/Template/Index.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Help/Template/Index.php', 1, 0x00000000000000000000000000000000, 0x7f4d97414ea670ba7f26a0f8ff35049e, 0xe8679e5321decd5b92340f4ca6230f8e220cad66272824b58ef90728e73b1887, '', 0, '?'),
(0x2c62cf64e40f4ce625d718fa1f6e9763, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Help/ViewHelpBrowserIncompatible.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Help/ViewHelpBrowserIncompatible.php', 1, 0x00000000000000000000000000000000, 0xc07e19ab0a19687b2b11d36dc0377680, 0x2836372303bfdd43a7405f1997c85d18967aa354744ea5e3e102c2ea2f9df35a, '', 0, '?'),
(0x54a218a38d445def8b33d0159eae1cdf, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Help/ViewHelpIndex.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Help/ViewHelpIndex.php', 1, 0x00000000000000000000000000000000, 0xa3dda6fff4efb7a7ae58f84b53028193, 0x5db5dc29b8f1054f2b1a723fe09fb08ea7aa05cccafa162d9258801c68fc6f3f, '', 0, '?'),
(0x877ff819e882a11573f40567bad2c331, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/JavaScriptTranslation.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/JavaScriptTranslation.php', 1, 0x00000000000000000000000000000000, 0x0a75f7bfdee61268be0d0b1c6abaf9a1, 0x7def8e7dbd91538aab297053bb2dad5e3b7382983f99b52055b9aa847530a96c, '', 0, '?'),
(0x08f22b5dc0ba744f611fec45186173bb, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/AbstractLayoutMenu.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/AbstractLayoutMenu.php', 1, 0x00000000000000000000000000000000, 0xa7c78fd45c2901052702659fc06a26b0, 0x8c8db6029fb953b78b7abb49ccf91ec3e16a56d1d12e2f5327070d2c6c2e03e1, '', 0, '?'),
(0xebf59aa87e02f44538ecc156cc75d7a1, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/Admin/Admin.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/Admin/Admin.php', 1, 0x00000000000000000000000000000000, 0x5a9925c3b8132d6530c59c53520abd31, 0x4d99102d854a39839bafca2731e8c6db87bbeedc5e9fa81d8774320c64778b85, '', 0, '?'),
(0xef6df56b51da3b0e54af4026837c149a, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/Admin/BlockAdmin.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/Admin/BlockAdmin.php', 1, 0x00000000000000000000000000000000, 0xc17908cf74bf5ea0c5d79a5950c1e411, 0x4a28d3cb5ee3176ef01fa4d22346189a1dd55bb679361b78449ccd0e0e99a7e1, '', 0, '?'),
(0xabd3a8663827b544bd2573ed6c391bd3, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/AdminEditor/AdminEditor.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/AdminEditor/AdminEditor.php', 1, 0x00000000000000000000000000000000, 0xfbcfb78c95a8166fb60a3b3d6375f0fd, 0x16df2e17e335d65bf204cf5d6603078e7652b7a10b1b4131aa38465351d967d9, '', 0, '?'),
(0xbfca47c78627e4d61c32cad5c39b72c2, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/AdminEditor/BlockAdminEditor.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/AdminEditor/BlockAdminEditor.php', 1, 0x00000000000000000000000000000000, 0xf15c03d8de752b2cd6b45ac9d508edb8, 0x17c31aa7ffabe9708658e9528090365da6e200c83e59ed7e2f9f86393e3c118b, '', 0, '?'),
(0xdcf7d870a287ecfae927e66910c3736a, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/AdminEmpty/AdminEmpty.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/AdminEmpty/AdminEmpty.php', 1, 0x00000000000000000000000000000000, 0x38b5b3c55b44b2da8ddf28b0c4d2ef5a, 0x3bddb2c4850ffa19fcf5c2faf96391176c915e4d31a57b64ccb0a97577743319, '', 0, '?'),
(0x54644dfce6a0968ec1c6415c9f06425a, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/AdminEmpty/BlockAdminEmpty.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/AdminEmpty/BlockAdminEmpty.php', 1, 0x00000000000000000000000000000000, 0xe5a0d805bedc0ae7e4b6c04b4dcc8edc, 0x02546b804dc90eb888a62e9291dad79c99fa3b24a88f92426341fe570de1b3e0, '', 0, '?'),
(0x9ba3735f78c0df4770cc1a23caa7d895, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/AdminError/AdminError.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/AdminError/AdminError.php', 1, 0x00000000000000000000000000000000, 0x5b1862010b00e98664203ebc1d4204a3, 0xe80b05269c4ed4c5179c0b45b3f8720331f76fc13b2144da6557372b58396511, '', 0, '?'),
(0xc7f4e7b9366a90ab52334ad912aa6d76, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/AdminError/BlockAdminError.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/AdminError/BlockAdminError.php', 1, 0x00000000000000000000000000000000, 0xcdb2c84b2a396427e392e57f22be32ab, 0x4376b6bc9ce1f1dbf635cb5cbe7f2b88dc6ee9778cc41ae318d7d9082e5585e1, '', 0, '?'),
(0x03a34c0fca4249982c9335e7f6040742, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/AdminIframe/AdminIframe.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/AdminIframe/AdminIframe.php', 1, 0x00000000000000000000000000000000, 0x68e8405b6db611b6aceb7c223f702932, 0xa423ab9bb61c942fb34ef295fc017191465300366eb492f5f1c8693503a560ff, '', 0, '?'),
(0x9640de55f1de65b5248dd073b6117bec, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/AdminIframe/BlockAdminIframe.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/AdminIframe/BlockAdminIframe.php', 1, 0x00000000000000000000000000000000, 0x497dbc27179ee7b9930bd7737a8d1646, 0x5c116c35503239300a668188c342f878318eca31b5c8ce744a65b5034d656716, '', 0, '?'),
(0xbbbeaa13c35b27a94e6993033a3af93e, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/Banner/Banner.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/Banner/Banner.php', 1, 0x00000000000000000000000000000000, 0xcc6c00c46af2c3e0cb979cba447bb256, 0xe25c3ffd0643172db9a96e524aeb5335bb21ef71d1d93413ff7bbb5424f24511, '', 0, '?'),
(0x8a4fa072e8d4d2443470aaf1496e878b, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/Banner/BlockBanner.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/Banner/BlockBanner.php', 1, 0x00000000000000000000000000000000, 0x77bf303e7b6cb88d9385a26b0d409e90, 0xb77529b4d253d815323dcc5f1bb5488a42786fe62deb5c1fce51d60c918c56bc, '', 0, '?'),
(0x39e9a4f2542c8ebe3031ce5aeab588a8, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/Banner/BlockBannerActivate.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/Banner/BlockBannerActivate.php', 1, 0x00000000000000000000000000000000, 0xa3275d9c04497a5ea22ec9bbd64e0162, 0x349ed2e594428413213218d061f2271d6bcf33c888128d0e2d60b7e3ad3bebc1, '', 0, '?'),
(0x75a65862039e5f8cbceea22f616ee69f, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/BlockBreadCrumb/BlockBreadCrumb.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/BlockBreadCrumb/BlockBreadCrumb.php', 1, 0x00000000000000000000000000000000, 0xd8da0a63a84151574c159f4bf96603f8, 0x7089c2bb9d6718d429019e7a71c8ded6c020ca5fcf1699aa4d4c1838d85273a2, '', 0, '?'),
(0x2c06c608a6f5ee7f6f6b05ef92ebf9ed, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/BlockBreadCrumb/BreadCrumb.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/BlockBreadCrumb/BreadCrumb.php', 1, 0x00000000000000000000000000000000, 0x392b14c4cef4b786afd0311f9ccc7755, 0xafae187c7a439cc2817c6ed2b00deda72e74f26f33cd5d2118de0d5119edc17d, '', 0, '?'),
(0xd140a09f9bb079b1e38442f1794d61cf, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/ContentSidebar/BlockContentSidebar.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/ContentSidebar/BlockContentSidebar.php', 1, 0x00000000000000000000000000000000, 0x6bf6da15b80f6fb011b56837d0d37b05, 0xfc3ac8de7a6b7426ae8f0241dcdf6a5c276b1202fda130d56ff288e279d98d6e, '', 0, '?'),
(0xe0f157829443e538625f42aa25ebbdc5, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/ContentSidebar/ContentSidebar.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/ContentSidebar/ContentSidebar.php', 1, 0x00000000000000000000000000000000, 0x6766ab9d2cae57f0ae7f153f4db2c1cf, 0xbc6f96233ba7ab02f9b1c82452b060a07e0ba66496e25f8069411316fbca094a, '', 0, '?'),
(0x4653c3d47d6b721b18b9e0351c21b02f, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/FreeNeedMore/BlockFreeNeedMore.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/FreeNeedMore/BlockFreeNeedMore.php', 1, 0x00000000000000000000000000000000, 0x65dad9d783ead855b7958d152efce7fb, 0x410e8ef593f6cad8380ecebbeff6032f44eb5593e96f8e2c09ac408a22c84727, '', 0, '?'),
(0x35e858d0af277280342511d7bf4a0b7c, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/FreeNeedMore/FreeNeedMore.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/FreeNeedMore/FreeNeedMore.php', 1, 0x00000000000000000000000000000000, 0x495beb4ac2f71e94c9bb7969e088a52a, 0xd2a7c837f4f70cac4b9e3d0eb2527863f0855b8a24028ae2beac45e460252e8e, '', 0, '?'),
(0x207b97b30fd523547f0c695931f4ff77, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/Header/BlockHeader.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/Header/BlockHeader.php', 1, 0x00000000000000000000000000000000, 0x7454622d354ab8b4cf55fd246d4e45ca, 0xc0fcdb580e27df4a516a58aadd59139740c3064dd33b9c0a010995aacab86570, '', 0, '?'),
(0x8ea70965d70ff5ef7040fa6fa728fbf7, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/Header/Header.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/Header/Header.php', 1, 0x00000000000000000000000000000000, 0x17f0a93c37974b44ded18507880266fb, 0x741f48efe4725a4fb52a602631ec88e636d9afe5cca21531d0470f46231cb2e1, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xd742724aa2a8689254913ee017efba6d, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/Header/MenuItem.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/Header/MenuItem.php', 1, 0x00000000000000000000000000000000, 0x1e5c2503a728f169cfd4877462a0cd5c, 0x0cf972ed28ae5c23d4abdb9fb5fd6b2c6b34e574a5634056f52ed7e695633db8, '', 0, '?'),
(0x05d41a7927741aabfda7e0e00a00c2d5, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/NavBar/BlockNavBar.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/NavBar/BlockNavBar.php', 1, 0x00000000000000000000000000000000, 0xb4f91629607b72a80e422298969b792b, 0xc45447f54b520de534d74e6702732108185c6a36a78ae5a8f53bfdc5e01d67a7, '', 0, '?'),
(0x60706de5307ed6edd84eb3a35dbdd1b7, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/NavBar/NavBar.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/NavBar/NavBar.php', 1, 0x00000000000000000000000000000000, 0xcc256b157de0aa43e9e942de4a9cb090, 0x6ffa569024480f060a896e9e4bb49be9191974f52f979bb32e446cbd14024a87, '', 0, '?'),
(0x4015f4bd689f8d342bfb236ba9331688, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/TopBarGroup/BlockTopBarGroup.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/TopBarGroup/BlockTopBarGroup.php', 1, 0x00000000000000000000000000000000, 0x19f1b802a5f1ca2e9d499351daffaa7e, 0xf2362bdf35a47d6bc4cd3dac6d5f8ae9460a15f4b6802d28aa34f5d95a6d88d1, '', 0, '?'),
(0x61a0cda8d5ee7b164483b1f3189bb353, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/TopBarGroup/TopBarGroup.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/TopBarGroup/TopBarGroup.php', 1, 0x00000000000000000000000000000000, 0x29fed52badb3148813e7e120477e5f5c, 0x06b15bfb0dca44517b423688ec4e1019eaac457d6a15b504af2fd4f614623923, '', 0, '?'),
(0x155e4e8c0440fdaa14eae324bd2607a4, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/TopBarMain/BlockTopBarMain.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/TopBarMain/BlockTopBarMain.php', 1, 0x00000000000000000000000000000000, 0x0f8348b6e640aefad8adc17f9be209a3, 0xf228fafef8dde678b676fa5fe3a2e55838b732a98b0d1e57bc16ed33471756be, '', 0, '?'),
(0x9879287127eb170d59f26a16b25661cd, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/TopBarMain/TopBarMain.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/TopBarMain/TopBarMain.php', 1, 0x00000000000000000000000000000000, 0x9c3449ed97a4f6b6bc8ae9fc08a30c0b, 0x5a0912ae316571bc80c826616eff125d11041d59d0c94ce7a45933ec5401a41c, '', 0, '?'),
(0x35b461fc29cd91bb5d16ba2f38f11eac, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/TopBarMain/TopBarMainEditor/BlockTopBarMainEditor.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/TopBarMain/TopBarMainEditor/BlockTopBarMainEditor.php', 1, 0x00000000000000000000000000000000, 0x7279c8780015de58c639ebe86bc7c8ce, 0x3741fb34e6c3001959734c00246445615476b173e5dcbdd79610551b0a267a38, '', 0, '?'),
(0x1d015da3c3ea9f6da48ccafdd4e084d7, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/TopBarMain/TopBarMainEditor/TopBarMainEditor.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/TopBarMain/TopBarMainEditor/TopBarMainEditor.php', 1, 0x00000000000000000000000000000000, 0xa5340fef1231b2ab6284378b178a2e46, 0x7bd2555620105c04395024e664ca1dccf44f7e864c0dcb0a967f0bae55cbdf21, '', 0, '?'),
(0xa6b39d76234dc63603955014fd203d82, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardInfo/BlockDashboardInfo.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardInfo/BlockDashboardInfo.php', 1, 0x00000000000000000000000000000000, 0xd653796503b1c3a44c55542e9f2ec577, 0x3d6ab37e7994adc275955f75da3c3a9344d63c04ca1f68e5ea893d866929c880, '', 0, '?'),
(0xd31241f59391b8e2119082795128ef76, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardInfo/DashboardInfo.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardInfo/DashboardInfo.php', 1, 0x00000000000000000000000000000000, 0x140d89dbf3830965c40f2d1538d69c98, 0xd00728835b94c31345b739eeb53e0b9510d89ee78a3019628ea306fa2e7c6484, '', 0, '?'),
(0xa7acb22705554c01d6f17dde2eab8a39, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/BlockDashboardManager.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/BlockDashboardManager.php', 1, 0x00000000000000000000000000000000, 0xbc23eb732191d85545ebd9543f0ef280, 0xc42c6a180c5c98eaa8992ffbe92ca0432b766357dbca93bb4702ad080e2fee3b, '', 0, '?'),
(0x06941e7d9cc553538502e41ed5cda532, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/BlockDashboardNewsletter.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/BlockDashboardNewsletter.php', 1, 0x00000000000000000000000000000000, 0x27c7f2697bfccbae40812624a9c0eef5, 0x6801b2233fce5d9e8057bf8797931e4ff8a308c1fc3d809823cd6d359a514702, '', 0, '?'),
(0x05ed4ee3c405b8273f2b4738bc7bd07b, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/BlockDashboardReview.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/BlockDashboardReview.php', 1, 0x00000000000000000000000000000000, 0x73fcd67c7d2b3da8b0c02828de31cb55, 0x36ca284edb63f0b4d15881b443470e11ad8334e8a245726a5bf6a85c868beac6, '', 0, '?'),
(0x49fbb3802a602a6f52f3b1678897199c, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/BlockDashboardUpgradePro.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/BlockDashboardUpgradePro.php', 1, 0x00000000000000000000000000000000, 0x84bc984effa7c72e1b9688a95e034b36, 0x61a4c33b20e694303e1b2c219eab2eaa2b9a280d9d103d236554a5593885adae, '', 0, '?'),
(0xf12dece0ad87b1001adda012b34303eb, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardNewsletter.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardNewsletter.php', 1, 0x00000000000000000000000000000000, 0x7efdc97795e821e03c259324f0bdcae2, 0x3e1c0f92f7830758f0c8ca23c4e26dba2df4ef1d0ed50bef091a8b5bd3e65af8, '', 0, '?'),
(0xdd1407bb57ab70d2537c4ddfdbb983ad, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardReview.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardReview.php', 1, 0x00000000000000000000000000000000, 0x5f3683c9532d7c6ccde10270597b69cd, 0x6caf42da5e29dedc23ea744a56675c7e933e4bf54153a3b99e4cf0ece3dc58bb, '', 0, '?'),
(0xd57017bdea8b523d4c651b6903e6d22a, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardUpgradePro.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardUpgradePro.php', 1, 0x00000000000000000000000000000000, 0x11f94b5e5fbf1cafe6356f6fc2b1bd5e, 0xe863d52ba29ac6f4e25328ae833841f79d6851c8a817808e457b99182aa121e6, '', 0, '?'),
(0x16a32cae29f0a6bc0e00ef822f470e6a, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/DashboardManager.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/DashboardManager.php', 1, 0x00000000000000000000000000000000, 0xdfedc3ac5b5578c73c53a22d5648ffc5, 0xf940c2764dc21208fe4f3c7a12d39d624d673c4d6b2aefa1758ca51f9de83a49, '', 0, '?'),
(0xcba214d7adc2e51701662148dd7a33f0, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Forms/Button/AbstractButton.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Forms/Button/AbstractButton.php', 1, 0x00000000000000000000000000000000, 0xb0a75ad4106f25317a7549de8208a986, 0xe469b133343a558263044eef7a7fdbcfa9db0f4a734f08ffb79273832a9eee6a, '', 0, '?'),
(0x7f9e7b18066a1af253fd76418a8d26b3, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Forms/Button/AbstractButtonLabel.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Forms/Button/AbstractButtonLabel.php', 1, 0x00000000000000000000000000000000, 0x61ea1fd6e1213fa62a97855d7b2dc252, 0xaee0861fbc68663e52eb0b540d2eff4132af5a091c5e50b4cda3d3a217fdd218, '', 0, '?'),
(0xda10469f8ebce9c767f5777c99062660, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Forms/Button/BlockButton.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Forms/Button/BlockButton.php', 1, 0x00000000000000000000000000000000, 0x1ef8d73b061bae181f891d225efa836a, 0x0899e86887575de42f8dd8c531d8acdfb10433ab6227a2af4436a52ee830a0fc, '', 0, '?'),
(0xb76a50a5d1dffd72380a8f3537a2ca9d, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Forms/Button/BlockButtonApply.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Forms/Button/BlockButtonApply.php', 1, 0x00000000000000000000000000000000, 0xb19955f7bcf85f3d7ac75a6d250943c4, 0xffdc68fa79f7ac6ef4180b3e9a016fb9fed39df2e274203584c223ec7657c38b, '', 0, '?'),
(0x1a3ae766b906e8538e690d2d0f32badf, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Forms/Button/BlockButtonBack.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Forms/Button/BlockButtonBack.php', 1, 0x00000000000000000000000000000000, 0xcc647163a5e470f53b86c08098cb2740, 0x198bae816cd9bae36f1ce218144a0df2a408947796f00b2d7c109ba95ccb474f, '', 0, '?'),
(0x7702558ab9f29501486e1a550b649f1a, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Forms/Button/BlockButtonCancel.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Forms/Button/BlockButtonCancel.php', 1, 0x00000000000000000000000000000000, 0x93379833ba10924feb7159ee0c629a06, 0xb4fcf3ff4b37e886491cccebd386a33759013b37bad67b41c905c92aeec6d1d4, '', 0, '?'),
(0x73521bef1f702c83ccc0fa58d7c5c336, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Forms/Button/BlockButtonDashboardInfo.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Forms/Button/BlockButtonDashboardInfo.php', 1, 0x00000000000000000000000000000000, 0xd1664c343f678dd4986d04093e4678fe, 0xf98aa7dbe823f76925d23a6cfd350678ceae513824fa7aaf354e121f4bc0d7bd, '', 0, '?'),
(0x47bc10d4eb4618e8bd31ee033103ac22, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Forms/Button/BlockButtonIcon.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Forms/Button/BlockButtonIcon.php', 1, 0x00000000000000000000000000000000, 0x3d7782df0a00ace5b9c7c4f6706db5b7, 0x1202159de5fbcb7e37e620d52cdcba11c39f63056f8b20ecfd9c70280a88a9d8, '', 0, '?'),
(0x3a301e8166ba0260b53522eaed0f6b7c, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Forms/Button/BlockButtonIconCode.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Forms/Button/BlockButtonIconCode.php', 1, 0x00000000000000000000000000000000, 0x18d3262868e3f2a8a1cf7fd53a773ae1, 0xadf50b5d32ba4cb7f157946ec438a302077a828e1871326979d9b86659d34465, '', 0, '?'),
(0x40c96bdc72e230fafa21dd5295d23452, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Forms/Button/BlockButtonImport.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Forms/Button/BlockButtonImport.php', 1, 0x00000000000000000000000000000000, 0xecf5d3e8ddcfd9c5c97a6a3123dbd016, 0x446a4c4c4fab733c4ccfb52c58d8e0feecb217580fa1313387b7ea7498284a67, '', 0, '?'),
(0x685889fbbeaed6a668ebd61ae2ed53da, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Forms/Button/BlockButtonPlain.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Forms/Button/BlockButtonPlain.php', 1, 0x00000000000000000000000000000000, 0x2f1d7e20f5ed9f7c01aed776ca8b2aab, 0x9b9653683024bdb2b6c759c54f5f95f6deaa3c550d0d64427fb1e9623244bcc7, '', 0, '?'),
(0xf4ebc8a45416342c2152ccfdc0900138, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Forms/Button/BlockButtonPlainIcon.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Forms/Button/BlockButtonPlainIcon.php', 1, 0x00000000000000000000000000000000, 0xb3697a083d84edf1a6f7b0cdae657667, 0x527fe2628ed52dd94966f276697ed8b8a9fafdd356ab2fb9dcf5a72d29d10d81, '', 0, '?'),
(0x65328fc4e0b45095ef0656963fa53b92, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Forms/Button/BlockButtonSave.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Forms/Button/BlockButtonSave.php', 1, 0x00000000000000000000000000000000, 0x5eee35a0a130ec65cf769c5a25a5f7ce, 0x44cfcb0161c2120e2ea1cdd3f82dd271f53bff6a15b1554ed963b0bfe5bbb351, '', 0, '?'),
(0x9205e1ad27e6aa485f46772eb5cc3aca, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Forms/Button/BlockButtonSpacer.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Forms/Button/BlockButtonSpacer.php', 1, 0x00000000000000000000000000000000, 0x3c0f8e0fad8c4f332fd0097918d2f633, 0xff40ae7bc35a94c71e39c490e1f9be26b766388f50bad6698918aebee6a9b502, '', 0, '?'),
(0xde4699213d7daecc7caa6a5b389dfe6f, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Forms/FloatingMenu/BlockFloatingMenu.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Forms/FloatingMenu/BlockFloatingMenu.php', 1, 0x00000000000000000000000000000000, 0x002d7cbcf574e3608add241d5a814450, 0x1036dbe719f97d4bdc697122e7247137f6c3406ef38693e0934bd092e0219c14, '', 0, '?'),
(0x5db5a6a62ba1ec5d2adaf71b518650aa, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Forms/FloatingMenu/BlockFloatingMenuItem.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Forms/FloatingMenu/BlockFloatingMenuItem.php', 1, 0x00000000000000000000000000000000, 0x942f2cc156a16da8f533ec39fe3616dd, 0xd20ef624e34c7973e15df2167e018aa08b81454af513c64f411e05f40038b131, '', 0, '?'),
(0x268d8933d3ee3942c7eee740b85570fb, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Forms/FloatingMenu/BlockFloatingMenuItemSeparator.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Forms/FloatingMenu/BlockFloatingMenuItemSeparator.php', 1, 0x00000000000000000000000000000000, 0x3bf51e2bade4e00ba540434870b323e9, 0x00c54ea6cd458bfd3b7f8cc0a92da6c4a96c947c83e82ae1d7f81e544c92841e, '', 0, '?'),
(0x47b713534bd52570111dce863bbec8a4, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Forms/FloatingMenu/FloatingMenu.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Forms/FloatingMenu/FloatingMenu.php', 1, 0x00000000000000000000000000000000, 0x95beae1a601e4dd98e5b8603aaf2f8f7, 0x0e908363b4665e85f7647b73d1d128f146cfff57a72e2615b802a16c65503f38, '', 0, '?'),
(0x04310d7a0b0c12b5b1b074e6869d6166, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Generator/GeneratorBox/BlockGeneratorBox.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Generator/GeneratorBox/BlockGeneratorBox.php', 1, 0x00000000000000000000000000000000, 0x40dfcfd2a7654454a90c84e4a7f7ad2c, 0x1c23928efcfa01844efce5f1ce65a942d376f5e1148c444c11206eb4ef314d56, '', 0, '?'),
(0xe6653bde623b93d8c4654d4f01cbb53f, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Generator/GeneratorBox/GeneratorBox.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Generator/GeneratorBox/GeneratorBox.php', 1, 0x00000000000000000000000000000000, 0xbe525f53f114b7b8a357638881902183, 0xd1218d4ed716951660e60a907a8743d98ad7ae185d2b2cb54972d5f153f16b44, '', 0, '?'),
(0x19403b4273799003074064a68d0c2709, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/AddLayer/AddLayer.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/AddLayer/AddLayer.php', 1, 0x00000000000000000000000000000000, 0x2c5a782ebbf8a2729e71ae7563edc931, 0xe6c079e757c46a2b79f2e1d2a457f1912935be523bf554aa8fd5fed04aa915dc, '', 0, '?'),
(0x2e755963dd349bfc98bc4ebd0f3cd4ce, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/AddLayer/BlockAddLayer.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/AddLayer/BlockAddLayer.php', 1, 0x00000000000000000000000000000000, 0xc19612aa151a9059e90f8a43d6cbaf16, 0xf8258b6464a49198faa45b242a47126769f7a07517b6175343a472b4335d0469, '', 0, '?'),
(0x64a8f47ddc6f8bdaf2676ec482f13403, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/EditorOverlay/BlockEditorOverlay.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/EditorOverlay/BlockEditorOverlay.php', 1, 0x00000000000000000000000000000000, 0x25883eae02994438cc9ffa50dd62f358, 0x07b1307ab01850db457b35e0a70a5c4b571b8e3728c50b7816af1fce9d10555b, '', 0, '?'),
(0xeba25e790fdbbdd4aa4ecbbecd682b84, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/EditorOverlay/EditorOverlay.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/EditorOverlay/EditorOverlay.php', 1, 0x00000000000000000000000000000000, 0x16c5f9e53636b7a584c7cda0b7784877, 0xea9ce1ede64c3eeea530418a1a49be7438968f8621a0fb8ba1f209f955c7e590, '', 0, '?'),
(0x05b6f02ce22880cfb8a1ae438b1ef6c0, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/BlockLayerWindow.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/BlockLayerWindow.php', 1, 0x00000000000000000000000000000000, 0xf57281636283973e2866453108842cd0, 0x5d3d2c7541d6b9f3d4db98eda3203978b99809d4ca64f247ab27508e65a30adc, '', 0, '?'),
(0x1d15b11d8c109b07ebe845e025e3b306, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/LayerWindow.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/LayerWindow.php', 1, 0x00000000000000000000000000000000, 0xd87825f3429f3b82097d877ceac98c57, 0xc56eaf42c367e1870158690294656543572894f2a6b584a0c36608ac2d4dc43c, '', 0, '?'),
(0xafd27dfed8f176cb4592b8caa04ad98a, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/AbstractLayerWindowSettings.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/AbstractLayerWindowSettings.php', 1, 0x00000000000000000000000000000000, 0x8213bdb6530976c2aa2a8b0bac7bc232, 0x7dcfb75c5c4b8e38cc835fe01e6196dcc14d1e4e4d9deada3e78bdd6bbf297a8, '', 0, '?'),
(0x03989d503528460fa5e6a82e4c65b4cf, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php', 1, 0x00000000000000000000000000000000, 0x5c0e3b2aac37353e43b00cbb69b215b8, 0xdeffe4f80beb4091c3b8e912e0210171924aa4c14d2dc9e8a04dc335d55542c6, '', 0, '?'),
(0xcbfc15828154aa86eae2ee0f9a193ae5, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsCommon.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsCommon.php', 1, 0x00000000000000000000000000000000, 0xeee5eefc80d7ad2a8097094d38114890, 0x5587b1fd2c098b7bf168f6a8077ef98f90c154eb659f474b0435e20507ce56d6, '', 0, '?'),
(0xdde7c423a703482d5955116fa44d993c, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsContent.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsContent.php', 1, 0x00000000000000000000000000000000, 0xdf810f76028a2282f16ab7b3d28124f3, 0x0cb337ecbfad1444ef1ec9884b3ed287cadef5c669b9f28220b1df5a8ea5ba8a, '', 0, '?'),
(0x825052fe0d22abcfa592f896181cce71, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItem.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItem.php', 1, 0x00000000000000000000000000000000, 0x51c4cca13c69c43213c5ed6423e30494, 0xf857c839411308a773bc57b65da2daeca700002d8de84d4436803baac37efafe, '', 0, '?'),
(0xce0390cb4c21641d97ec01171a274cda, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php', 1, 0x00000000000000000000000000000000, 0xe049bdaee1343ca510ba09288e8acb09, 0x408a15d00eff3ff41aae22747c9c8e11c155e0da6e5bb17faabf1d165e5e7551, '', 0, '?'),
(0x3d83639c3e07af4549c074800ba325ca, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php', 1, 0x00000000000000000000000000000000, 0x3d48bb14f9c05f51b2fa8e764f33a8a9, 0x9105cddddfd8f8014d23834ebf74d5b3a47d1c69e4d0f435e9e419b218835d7b, '', 0, '?'),
(0x9b704de8555ebdba3af62b0d16e84b5c, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php', 1, 0x00000000000000000000000000000000, 0x09721a318fe9a782e947881dcd469d34, 0xbd8f13a93868293626c572c89ca1b82f6f2da67b836a76d0ec194a3400baaf6a, '', 0, '?'),
(0x7326e67d4886e493ddbc742dde8d7ff4, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/AbstractTab.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/AbstractTab.php', 1, 0x00000000000000000000000000000000, 0xa15bc380660576b5bb4538b069993e77, 0x2e139325e5100219c60418c148d80847174de9682845f5724be489cdd2e7cbda, '', 0, '?'),
(0x0eaca91803e3f5701488d2667b197b86, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php', 1, 0x00000000000000000000000000000000, 0x648fe808abaf6e7933e8655e8779f6a7, 0x2f69b81013f3c1b57fdbbaf3cb7b6c3562bde8eea87b60a59dba0a3509800ceb, '', 0, '?'),
(0x5ef50a38b0add3c2be404213dd2dc6db, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabContent.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabContent.php', 1, 0x00000000000000000000000000000000, 0x76d0708445d5f04f3161b3f02ee33496, 0x6292570e2115260140cfce5a54f556b4387b45b48836f06713c414630ecd67cd, '', 0, '?'),
(0xb978f6e2a77ac17e10ef234dc5a18292, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabGoPro.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabGoPro.php', 1, 0x00000000000000000000000000000000, 0x7fd1ec61e24c286b0cf03dc584e2e159, 0x766aa90520984ae6553ccdbfee4f4c121e6517ecccfd436bf9af593043beb472, '', 0, '?'),
(0xff6f0d2523655f88ae9e815fbc0d8fc9, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabStyle.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabStyle.php', 1, 0x00000000000000000000000000000000, 0x3b15e2ddeb90738e1cc3593a245becfb, 0xd9053e51a640b699b584529e5b8b4aa8636cc85d86928f8dac5f6f2a2fb83258, '', 0, '?'),
(0xdf197ab2cc50df6912eead3b44fce283, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/SlideBox/BlockSlideBox.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/SlideBox/BlockSlideBox.php', 1, 0x00000000000000000000000000000000, 0x0a55bb29a1f28b71932826f06a9f1f24, 0xd93ce17ccef1d9f709acf569b3b13f17ce3b4251bf97f2ea1ae6fb9351c0a92a, '', 0, '?'),
(0x3ae9a6c283cc336d2663f316cfbb43b9, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/SlideBox/SlideBox.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/SlideBox/SlideBox.php', 1, 0x00000000000000000000000000000000, 0xec7bd81d73a90b187630643b32ca06f5, 0xd39247ab6207ff8e44a24808331b043030212bde4f02e5d42f155f7fd4e21bad, '', 0, '?'),
(0xf0baee6dbc104bb3e79be9c1749ab88c, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/ActionBar/ActionBar.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/ActionBar/ActionBar.php', 1, 0x00000000000000000000000000000000, 0x14eeb451713ef78ee3c92e505839a962, 0x722e1870ddb02f5fd603a1d9094b240bb1860b5e03d3741390e20dc68826efe5, '', 0, '?'),
(0x272af0f63c0af23b72f0557e335e6664, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/ActionBar/BlockActionBar.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/ActionBar/BlockActionBar.php', 1, 0x00000000000000000000000000000000, 0x5791be4b240482f1a66071ef595ddf20, 0xd2cab60f121ec81924a730f9858408631e16ae8d95e03db97286fccd172578a3, '', 0, '?'),
(0xfbe9e678c3a1f0407e995d214feada29, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/AddSlide/AddSlide.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/AddSlide/AddSlide.php', 1, 0x00000000000000000000000000000000, 0x7bb420c7dd73dea0cc48c4a577880b9a, 0x359d4e3130b6ac4817c646908c03e641e86bc3646779d57c88f498f8d43330fe, '', 0, '?'),
(0xfbda375a465fb4bb13dca28da98ded6c, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/AddSlide/BlockAddSlide.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/AddSlide/BlockAddSlide.php', 1, 0x00000000000000000000000000000000, 0x598cfaa234a530a4f070e8fc506c811b, 0x80160c127eda2687ed892b7fbccf01d3d9c11ff9d0967b697dd8ce9e01f9864c, '', 0, '?'),
(0xcca331b549749481567e669f5e0f7a27, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/BlockSlideManager.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/BlockSlideManager.php', 1, 0x00000000000000000000000000000000, 0x8684997cdfc32fbf82f1b537ccc4a47a, 0xbf30a2b8c87271968cb0a2a74d299cdc51d89449df974f7bcbc6947bdb5eb280, '', 0, '?'),
(0x50a19eed238e023916c30b7536696085, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/SlideManager.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/SlideManager.php', 1, 0x00000000000000000000000000000000, 0x76d1260c89ac020bd74cb5310b09213f, 0x0a556dada58da98a65a919bd68fc2640b62fe9a663cbd52f38e9f731c3995ddc, '', 0, '?'),
(0x966f1ab6d520d77696af480543d78145, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slider/DeviceZoom/BlockDeviceZoom.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slider/DeviceZoom/BlockDeviceZoom.php', 1, 0x00000000000000000000000000000000, 0x22ff3561c8882cc16587b68d258187a0, 0x9899dbab175d9df778e75f8c8e248a9b101eb8ba99450d5e94bb6683c7221119, '', 0, '?'),
(0xb525854a43b1e604e5180cb94381853e, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slider/DeviceZoom/DeviceZoom.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slider/DeviceZoom/DeviceZoom.php', 1, 0x00000000000000000000000000000000, 0x97698b297f41a0a2d16ae57818b1799b, 0x42224cf72ce6b566a3de00ed490b3c228735dbeea6e7764429169b6812c02203, '', 0, '?'),
(0x6181e3a3cc9bf0b05d8416f2dd29480c, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slider/SliderBox/BlockSliderBox.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slider/SliderBox/BlockSliderBox.php', 1, 0x00000000000000000000000000000000, 0x924de1b94281f079f9b756148ecb9aea, 0x7dffe48a93608e0fb24d2bcebb052681f714b8d7e225e0c436fdc84f99647df6, '', 0, '?'),
(0x948264e8bf6fee9e14b7b01e3f1dd959, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slider/SliderBox/SliderBox.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slider/SliderBox/SliderBox.php', 1, 0x00000000000000000000000000000000, 0x70aa454fb019dc20121625d563117b70, 0x5270ad7dcbe49b54cebd6a5b8432728b0da02b02d30a09526b9bb326a0fc2b57, '', 0, '?'),
(0x0d6b87ea2db99cfa7ce7d5427d8db493, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slider/SliderManager/ActionBar/ActionBar.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slider/SliderManager/ActionBar/ActionBar.php', 1, 0x00000000000000000000000000000000, 0x0c21214f40cd3f829e21f5d890d2f19d, 0x8fd14eb0a6d6c57bdf067f5face920c467e3c2f7d42ce052620982d0863903b9, '', 0, '?'),
(0xdcfc67e4bdd1e87f84289453a648d6de, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slider/SliderManager/ActionBar/BlockActionBar.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slider/SliderManager/ActionBar/BlockActionBar.php', 1, 0x00000000000000000000000000000000, 0x0736040a194cc6e32af1057394bd0c2d, 0x51bb4b98d2411306688d23f9aee6e7e7e665e4a68cf4c33123c9544c43d630c4, '', 0, '?'),
(0x7b90be483e57601bfad24222a0b125b4, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slider/SliderManager/BlockSliderManager.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slider/SliderManager/BlockSliderManager.php', 1, 0x00000000000000000000000000000000, 0x597f3bad85605c3b6471b3ca452dbe1d, 0xb7c151d64f09c4fb34b5c285e01b6674701e5bd7289d9cf39be62665f476e4b3, '', 0, '?'),
(0x9b74758df030cecaaebf6c5a2cecb174, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slider/SliderManager/Paginator/BlockPaginator.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slider/SliderManager/Paginator/BlockPaginator.php', 1, 0x00000000000000000000000000000000, 0x853182985aa93fb83344118d9c826ba8, 0x3e733f58ee7c12ba487d1fc137e60602d4533e7bba2d1a5a7025c719416d946a, '', 0, '?'),
(0x82a278733971e0cda74924905ba5ab8a, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slider/SliderManager/Paginator/Paginator.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slider/SliderManager/Paginator/Paginator.php', 1, 0x00000000000000000000000000000000, 0x372d014bfde37d450a800438c28e9918, 0xb679017b7c503f25a76d8d20658dedad5dcef0d9c14512cce04e473c44b0a2fd, '', 0, '?'),
(0x88e28123977e41be6416e1a51e7a6f97, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slider/SliderManager/SliderManager.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slider/SliderManager/SliderManager.php', 1, 0x00000000000000000000000000000000, 0x55a5d47b1140e5b617505a7642b5a3c2, 0xc105859ac15bbf04fe77407471b99b0cb349e8f9250fbd7dd1f8bf72d0a62cda, '', 0, '?'),
(0xc8565aaf313efaac5f3f512484c8b496, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slider/SliderPublish/BlockPublishSlider.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slider/SliderPublish/BlockPublishSlider.php', 1, 0x00000000000000000000000000000000, 0xfe244b85c93671a5f3342b820a553185, 0x22cac909fdb2c23dd1c7db3d063f60bdae428ef113e6b60a45d1c63f5ca7e082, '', 0, '?'),
(0xfcc549d6eb7ec10962b2026d8b6aab85, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slider/SliderPublish/Common.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slider/SliderPublish/Common.php', 1, 0x00000000000000000000000000000000, 0xeed5bffcf8c4bde2d60fe32ce6cfb17c, 0xfc3c64d2b1bcd053df7ac835d4f19a4921c00b778230967e13b59eb80b108915, '', 0, '?'),
(0xd5808d301f38d82ac36a9e1fc5226837, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slider/SliderPublish/WordPress.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slider/SliderPublish/WordPress.php', 1, 0x00000000000000000000000000000000, 0x576cb936f731241bf0370dc3cac1a2a4, 0x60e6f454ffe5977c9a8878d0639fd33484533736c7d3b9ad16afbfec1edcc171, '', 0, '?'),
(0xed82e40cf103c5b63607a22f24eb3643, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slider/SliderTrash/BlockSliderTrash.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slider/SliderTrash/BlockSliderTrash.php', 1, 0x00000000000000000000000000000000, 0x4c16e37760bb66feed9906931322ae52, 0x90ad2b63603b825ce9391305b8c02e1c904c67420e2a606e56968b5592a331ee, '', 0, '?'),
(0x53b7384ec6a24e353e5e80b499f28481, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slider/SliderTrash/BlockSliderTrashBox.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slider/SliderTrash/BlockSliderTrashBox.php', 1, 0x00000000000000000000000000000000, 0xb4fddf135213fb73bc0c1eee21046793, 0xbf4ad475f57956a252f9182eeeb8bdf56a60ff6e1217995f9fb440fcd7983961, '', 0, '?'),
(0x8df4df712306c19f416f9a73d550f756, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slider/SliderTrash/SliderTrash.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slider/SliderTrash/SliderTrash.php', 1, 0x00000000000000000000000000000000, 0xfe62df66b1425a9b4baba597dba5027a, 0x6ca0458d092e2c3e88fa0419412de395282bfc0f735080526fa5b28fffcecb49, '', 0, '?'),
(0xf693cb217bbb6df6844816caa067ac27, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slider/SliderTrash/SliderTrashBox.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slider/SliderTrash/SliderTrashBox.php', 1, 0x00000000000000000000000000000000, 0x4f0b18888a858e214e122127868f030f, 0x08f68c52f8e75e6ab0416b7390eac12807c1ace0ac588775391578a218038ea5, '', 0, '?'),
(0x0a02fafe9c1196a31827222cab187379, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Helper/Breadcrumb.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Helper/Breadcrumb.php', 1, 0x00000000000000000000000000000000, 0x5d5b85b6521a53291c9b1c885627ceea, 0xb4235b6f5085e2c2a966bf5c7e6d2afa62f188c0356b42ec4bbcbe98c85aa76c, '', 0, '?'),
(0xd88b62391b20053e0da65499e568eb74, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Helper/MenuItem.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Helper/MenuItem.php', 1, 0x00000000000000000000000000000000, 0x6ae29050d390d1ab999b7bf54338627f, 0x201a684bdcd4e648321ab1a166b0a378ce54aa993bc0e402c2fc78f120a085d8, '', 0, '?'),
(0x45b30d86f8bb92bef619f5ec79938b39, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/LayoutDefault.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/LayoutDefault.php', 1, 0x00000000000000000000000000000000, 0x6c4849a2a3e721f48a12c6e724b5b800, 0xda04b7d45bd83ef3731d3ea0689301c82976e96c9f758d0c1479f87fab2dfc9b, '', 0, '?'),
(0xfb869fd04faaca70f98c5507b056c2d5, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/LayoutDefaultSidebar.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/LayoutDefaultSidebar.php', 1, 0x00000000000000000000000000000000, 0x05a3b5afda250ac861a9df44776c1635, 0x4e1ae0979294ec6745534247d7d194638ddfe9140f973c501afb1f86733ebf61, '', 0, '?'),
(0x2e624cd9bcd08e07442f538cd5c4aed5, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/LayoutEditor.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/LayoutEditor.php', 1, 0x00000000000000000000000000000000, 0x9b8a25243605eb23a60e47046cfde826, 0x6fe7fc95e7933af55552f02f31a02f42f6f6a2b412f484f53927121fc36bee1c, '', 0, '?'),
(0x79662cff616c27f317b480ce663f7d6c, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/LayoutEmpty.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/LayoutEmpty.php', 1, 0x00000000000000000000000000000000, 0xaefef37dff74dbd8690a07d6d39f39b2, 0xc3dcd312168aae41366b973b60e614dac387bf8a9da0d27dbc83c50c63de5afe, '', 0, '?'),
(0xc72adb0291ee559da0b989bdd5c1887a, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/LayoutError.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/LayoutError.php', 1, 0x00000000000000000000000000000000, 0x2af39ebd13c341d0d13163e8160f8d61, 0x11cc11003f7c1e82355da08b2000fb6e07a2445ef462be94e5d422ea88fc2abf, '', 0, '?'),
(0xf774c2c7af51635d25846dace623a6e5, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/LayoutIframe.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/LayoutIframe.php', 1, 0x00000000000000000000000000000000, 0xb117094dd65569e808fc62bd3c58a432, 0x3d717be56fc0a95d30461b5564411731100ace72000b2402b1c65d0ebd064456, '', 0, '?'),
(0x55e2118991faeaf015e0bf70cd3cf6a8, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Preview/Block/PreviewToolbar/BlockPreviewToolbar.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Preview/Block/PreviewToolbar/BlockPreviewToolbar.php', 1, 0x00000000000000000000000000000000, 0x4b4023d5ac525aca36a0c84562bce349, 0x94a1c0525a2dd2ae1bc018e84bf7ca93245eef1de451c5cdf9e1326b46ae9b92, '', 0, '?'),
(0x5ebef3daed0ca74a0f808533161276c2, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Preview/Block/PreviewToolbar/PreviewToolbar.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Preview/Block/PreviewToolbar/PreviewToolbar.php', 1, 0x00000000000000000000000000000000, 0x4468171d9d86398644c90863620e01a6, 0xcc8b01a1375304ada324c98332c12df86700bc54ddb1636f0ba0d0a3f5e529ff, '', 0, '?'),
(0x1db2e073c2af37c40eb6ae2741a80dda, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Preview/ControllerPreview.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Preview/ControllerPreview.php', 1, 0x00000000000000000000000000000000, 0xcfa2e1232e9858154e9161cb2bf77720, 0xe59444fd9d68927fb6154cd90aa2f785345a6657f0510110535f962869b34d2a, '', 0, '?'),
(0x40d61cab84a1a9400b46c98097f961a8, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Preview/Template/Full.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Preview/Template/Full.php', 1, 0x00000000000000000000000000000000, 0x0adc41da7b4cee556e10e3abd9061aa0, 0x860a35e879579916151595e17ea3eb89a9715e8badee8ea42219b833eaa22791, '', 0, '?'),
(0x4ccd5e48feb9faa49e96374d7600d804, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Preview/Template/Index.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Preview/Template/Index.php', 1, 0x00000000000000000000000000000000, 0x33a6447d3d19cd29453ca1212a14788c, 0x8572ba9da4ee7d44d6bfffd2954ce0065c9f62527ef5460fa75d2396932660e5, '', 0, '?'),
(0x31cb11e1cdf52e3eea1bc5b8ba51723f, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Preview/ViewPreviewFull.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Preview/ViewPreviewFull.php', 1, 0x00000000000000000000000000000000, 0x14431831d5b127b368ecd29f4f47d328, 0x4b1b0c66f7ef11c5a81ea6ca68f73a22b41fa0620a46a64d6a2f3fd4f60f74f9, '', 0, '?'),
(0xc5a202da97b414576add1612727d6341, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Preview/ViewPreviewIndex.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Preview/ViewPreviewIndex.php', 1, 0x00000000000000000000000000000000, 0x5f9637d8e5ffd4e4a61448b702f915a2, 0x9f88a76bb1066f9a7b46aa18dc720adcb487957db434170f463bfca8cabe94b4, '', 0, '?'),
(0xc88060a679f3e7ff8b1fbcad3bed1abd, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Settings/AbstractViewSettings.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Settings/AbstractViewSettings.php', 1, 0x00000000000000000000000000000000, 0xc5138aac2571f04d233088212ad7c0df, 0xda3c5a1cc5a68beff3d94c16f181504f8bfbb6a8b4b64a9eb143446fe15cb658, '', 0, '?'),
(0x49024d512ba6e8f0ab98f5037cf01a35, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Settings/ControllerAjaxSettings.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Settings/ControllerAjaxSettings.php', 1, 0x00000000000000000000000000000000, 0xb1902d0ead9d7aaccd2b2d98d5c0f756, 0x94b0cda2b1a4080dba03786e427d8c9df27509587aa04e77ab952ff0a050c18f, '', 0, '?'),
(0xd81eafb629fff23a0b319486fb10c1e0, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Settings/ControllerSettings.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Settings/ControllerSettings.php', 1, 0x00000000000000000000000000000000, 0xe7f8807ea884bc0ea9ab0a4afe075d0a, 0xefff1bab9cec382e23c1c1a831adbc4346de7f4bca533ef5974ccc79bd648a64, '', 0, '?'),
(0xbadef5a23b1ccc4c6720a253458c1217, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Settings/Template/ClearCache.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Settings/Template/ClearCache.php', 1, 0x00000000000000000000000000000000, 0x8607575d70c7ea2376a60c72f3590cf0, 0x8f3b7545b463710cf75f6c2cfbed899b7fe0aa1fceba8fbe39b08ba2e4e2972e, '', 0, '?'),
(0x93d394b58cc248c82d85d73e1e556eed, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Settings/Template/Fonts.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Settings/Template/Fonts.php', 1, 0x00000000000000000000000000000000, 0x83766b71b4cf96f204e6221640049bf6, 0x34dd0f837a96b4717eb2a977f30adf95e7beae5455673661d5f4dd572eb65a67, '', 0, '?'),
(0xc806d379b457f83385812dc3c97e92be, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Settings/Template/Framework.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Settings/Template/Framework.php', 1, 0x00000000000000000000000000000000, 0x19ba28e033b6eab6736a44d6dd92221d, 0x446f5527fbc61168201e8b921dca08423c1d9792fcd296869188ac501cffa67d, '', 0, '?'),
(0xfb04ea577b915ed0ebbf6ee687e57f0f, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Settings/Template/General.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Settings/Template/General.php', 1, 0x00000000000000000000000000000000, 0xd89f74fd41ac892603f894eefd8102e0, 0x7d3d48f87c7df5f36ea67c79759d2b2d96acfb369f0ba6e2871a1f40ec317240, '', 0, '?'),
(0xeb8d8094ac4575ee79ae05f19cc39467, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Settings/Template/GeneratorConfigure.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Settings/Template/GeneratorConfigure.php', 1, 0x00000000000000000000000000000000, 0xaa49360885708af334c2df30d91c4c53, 0x832a603d3094ef751e6ea65711b6386fbaab3414b795011de35fa2dd963fd986, '', 0, '?'),
(0x4731da550d67f97c9ced2420eb9415de, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Settings/Template/ItemDefaults.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Settings/Template/ItemDefaults.php', 1, 0x00000000000000000000000000000000, 0x43bb065d4cc2ae181b5a55f366e73157, 0x914d105a718f0e750b6e0f21123264597409bea8786e37dd88590e2bef3b3533, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x67a3b84add619372fa15ccef5b1bc7f1, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Settings/ViewGeneratorConfigure.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Settings/ViewGeneratorConfigure.php', 1, 0x00000000000000000000000000000000, 0x6f17d55155c1e97f91e05ace79d7dcec, 0xe3dee4bdea4cfa087347ee3b58f7f2cacd8a3117a6dbed0864bfaf030dbf8f36, '', 0, '?'),
(0x6ff6a4cd8d921bc12ae34f8f8fab0d34, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Settings/ViewSettingsClearCache.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Settings/ViewSettingsClearCache.php', 1, 0x00000000000000000000000000000000, 0x4d1f79609a2c845457b2b10c7c3a752d, 0x323f336b748582e81b75535f6e0dad853c6f47eac69824ec1e397e6e0739d9a0, '', 0, '?'),
(0xaf139686c9b940ed4ca4c16e1cf1f678, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Settings/ViewSettingsFonts.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Settings/ViewSettingsFonts.php', 1, 0x00000000000000000000000000000000, 0xe084253fbed359974ee0fef2b8deeaf1, 0xda2f40dfafab060f1200d15da7303305607fc4261cf5fafe5f90e5cc08fc8395, '', 0, '?'),
(0x0094806214763f518646cbade014ace8, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php', 1, 0x00000000000000000000000000000000, 0xd1833099a81c5997e2c681650ad78e79, 0x494ada42dad63d61b9e055cc96daca01be96115d82c8f276ce4d6011abdbfbcc, '', 0, '?'),
(0x05433dcf738c4367ba9b7e4d9be7203a, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Settings/ViewSettingsGeneral.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Settings/ViewSettingsGeneral.php', 1, 0x00000000000000000000000000000000, 0x64bb9bd57d779cc69edff0882fa92849, 0x620b9159b28e3d6268b2750c86f327d03871d4e1f12b1fb7f2187a129ad42104, '', 0, '?'),
(0x4feaedbf06cae2faa34ee496c49b0708, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Settings/ViewSettingsItemDefaults.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Settings/ViewSettingsItemDefaults.php', 1, 0x00000000000000000000000000000000, 0x45767ff9dee4dff10e0689af74ab18fe, 0xf63c96d57fbf2fec8fa611804ec8b900a925762ae46d98c4dde8fdf10c1ceb31, '', 0, '?'),
(0xdda755e4138284a938084ade3e4114fa, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Slider/ControllerAjaxSlider.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Slider/ControllerAjaxSlider.php', 1, 0x00000000000000000000000000000000, 0x27886f8c6654e130d11884583273456a, 0x9fc89b0de67f8d882789b71eebeb9eea5abc3fad0be05b2fa16970a2e9341534, '', 0, '?'),
(0x9e74e4ff3dd41236f5b10765a96a2a61, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Slider/ControllerSlider.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Slider/ControllerSlider.php', 1, 0x00000000000000000000000000000000, 0x343398e30f17ac7719d31fbef3a2d63d, 0xc18941f900c747e48634a4d26608a09b942d8e71cba9005dc532e99ffc66531c, '', 0, '?'),
(0x45d988c0b72b0f20a29356e555edc148, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Slider/Template/AjaxSliderBox.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Slider/Template/AjaxSliderBox.php', 1, 0x00000000000000000000000000000000, 0xc31c8a01d77f6d900ed100ede4359133, 0xf352e938d1e157416eead4fb4c7a1ab6285a284c7f085af526c3a52246104027, '', 0, '?'),
(0x7527a2550713cfc570260a5442bcdbfe, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Slider/Template/Edit.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Slider/Template/Edit.php', 1, 0x00000000000000000000000000000000, 0xf59dc1abd8b72062424e51f2e7bb64aa, 0xea4753fb9d0ef1bbc88db0433bbe1de697dc917f478e9aabab7f6f2f3072f8ae, '', 0, '?'),
(0x0c862faa2b8f929e6f11cadee2fbb750, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.php', 1, 0x00000000000000000000000000000000, 0x7ac7f3f344b7490b48f17245bf436660, 0x2b8c400807e4b79295c1f52916dfd1b82453592750f34aaae5089aa2f2d75056, '', 0, '?'),
(0xe6e285a45acde01587edcdedf102a1fb, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Slider/Template/SimpleEditAddSlide.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Slider/Template/SimpleEditAddSlide.php', 1, 0x00000000000000000000000000000000, 0x3d0df59e2975326a15859fd38a2e4620, 0x031abfd6a840109351e64e78e7e11ebd01ecf34078e1804cc99d22859bcbd308, '', 0, '?'),
(0xc4ebeca758906ab799227fef77d9ad98, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Slider/ViewAjaxSliderBox.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Slider/ViewAjaxSliderBox.php', 1, 0x00000000000000000000000000000000, 0x5b66ef39fb6d14dd92cac1c72e30a4e7, 0xef4804efbfdfb7d2ffd1ac6109c09a030f166cf4736fbbb5b0735b3b159740eb, '', 0, '?'),
(0x44558e21a837968673d6807856de9b2b, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Slider/ViewSliderEdit.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Slider/ViewSliderEdit.php', 1, 0x00000000000000000000000000000000, 0xb9ed8258becaeee305a9e46e92a8f1c3, 0x1b9cb5e362fcc2936e6786ea617b26fc68953576d48204fa7bde6f548395ea2f, '', 0, '?'),
(0xb7e10e0a00777bd9534150c2f900c7b6, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Slider/ViewSliderSimpleEdit.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Slider/ViewSliderSimpleEdit.php', 1, 0x00000000000000000000000000000000, 0xddda4ca1884deb95a1df244ef21067b0, 0xaefc648a4ee19b33d4c8ce787e8b03ef2c5edbb6eeebfeff423bd26906a71b9d, '', 0, '?'),
(0xfdfb72f02a2008134a5b064162a80d35, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Slider/ViewSliderSimpleEditAddSlide.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Slider/ViewSliderSimpleEditAddSlide.php', 1, 0x00000000000000000000000000000000, 0x3eaf8007c3f27db4aa585203d3cc4ac7, 0x44cc82c8dd0c119e1bc676db6158b1bd0513d53a337fe4a62ccecd87316330fe, '', 0, '?'),
(0x29e00658b1b0c1f7785ca33656a9df07, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Sliders/ControllerAjaxSliders.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Sliders/ControllerAjaxSliders.php', 1, 0x00000000000000000000000000000000, 0x0f6db1540708d6603aeee291058a054d, 0x19ab3c6a8c3463ec2e6370628b2c428e92292f928659bcf8130e589b663b4a4f, '', 0, '?'),
(0xf2d90d98d48b8fc64cdedff81830a032, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Sliders/ControllerSliders.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Sliders/ControllerSliders.php', 1, 0x00000000000000000000000000000000, 0x243f41478df99a9f7042f5e460fea244, 0x311861a2ac8e1484d32ea7f5c7909f453070c0133f4cc4f6862b322e26276a07, '', 0, '?'),
(0x18944b309739e1d2721505f43d2b89b3, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Sliders/Template/GettingStarted.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Sliders/Template/GettingStarted.php', 1, 0x00000000000000000000000000000000, 0x09079a1c37d927e8e8b9bc3f8f766462, 0xb53cf843836c9ba46aae5c72029dbba571cbf11fe0d1cf314003662bf79a141c, '', 0, '?'),
(0x87efc410c89f5818333be16f8214394e, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Sliders/Template/Import.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Sliders/Template/Import.php', 1, 0x00000000000000000000000000000000, 0xbe53b313879c8341393d624867e9585a, 0x452707d25193f7793c76a04c96d10f08a29518188c0f6dc643138bede8a36327, '', 0, '?'),
(0x9e1176d49befe111ea15294bb32667b2, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Sliders/ViewSlidersGettingStarted.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Sliders/ViewSlidersGettingStarted.php', 1, 0x00000000000000000000000000000000, 0xd932e9f6363ad51f7acc24a1aab1dd50, 0x678a86ef1e3f52c77ee507b5ef9fab6facd3ddb364352747fd2fbb21c0cc90c4, '', 0, '?'),
(0xf60632a45bb1fb86eb22543efdc3ba83, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Sliders/ViewSlidersImport.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Sliders/ViewSlidersImport.php', 1, 0x00000000000000000000000000000000, 0xbd2b6b1a93638c8338f370e6a9f9041d, 0x1d6089ced9eb3ff7f4ef5a0a16abf5c7e1e02f73018c7219ba44d94290eac6a1, '', 0, '?'),
(0x216b725f8e5e9ec55c1f7322ac81ded1, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Sliders/ViewSlidersIndex.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Sliders/ViewSlidersIndex.php', 1, 0x00000000000000000000000000000000, 0x79ea4d4f1bb2eece03aef5755a223b5e, 0x33543348165d6fead6be9c158a7024245ca251080089c5160d665742cb304c89, '', 0, '?'),
(0x13e6f37718b73a6ac296de9cdab4d118, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Sliders/ViewSlidersTrash.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Sliders/ViewSlidersTrash.php', 1, 0x00000000000000000000000000000000, 0xd3b75d27f27b0ed40da98fdd861a6d98, 0x6a036479912379b9e61dcc0e66328f9d33410482148ab7be09d5a2361cbc8843, '', 0, '?'),
(0x8876ae74b9456d8e14134c2f0702bf31, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Slides/ControllerAjaxSlides.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Slides/ControllerAjaxSlides.php', 1, 0x00000000000000000000000000000000, 0xac79b2d5d5c306444d6e4d54d8692f64, 0x8a9088397bafa62ac9bdbd3e0bfc0303daf1a73713fd1ccb7b78e70bf729facc, '', 0, '?'),
(0xc184767753e9e022b24bc1d990aa00f2, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Slides/ControllerSlides.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Slides/ControllerSlides.php', 1, 0x00000000000000000000000000000000, 0x7e8beef20fb9d889326ced3a7b41a578, 0x86371b39f84608b44e9bc95b0aebdc3ce5dbf47d6915bd7d52efb5a9d0da110b, '', 0, '?'),
(0xb077cb6472fd67e948de1104c7b394ad, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Slides/Template/AjaxSlideBox.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Slides/Template/AjaxSlideBox.php', 1, 0x00000000000000000000000000000000, 0x57eea1482d84a5c386a4826b6d9d11f4, 0xb82f9fef62f5614224d25e7df2943871ebebddff036abb659c57b385564d04ef, '', 0, '?'),
(0x87b072c3b34d83cdc2235e54824d34a8, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Slides/Template/Edit.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Slides/Template/Edit.php', 1, 0x00000000000000000000000000000000, 0xe4efb97766ee5df02aef46204181d5b2, 0x80fba866c374345062325704e7a68033b31407b54671d2ccabbbc60b4dd5128e, '', 0, '?'),
(0x44dfd41d8285a1d87ade75826f4cd6ea, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Slides/ViewAjaxSlideBox.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Slides/ViewAjaxSlideBox.php', 1, 0x00000000000000000000000000000000, 0x3a4ada443d4d9e2e65d7986f7b420b1b, 0xea491cae53f82716fc365ee18d32e2285d1851aae271e936d973cbd62a14ff6a, '', 0, '?'),
(0xa0dfad90362a5cffd71e006fcdd52229, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Slides/ViewSlidesEdit.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Slides/ViewSlidesEdit.php', 1, 0x00000000000000000000000000000000, 0x2009f038abb20f50145d86bee7a755a0, 0xb191abc8e30d9e6873f9c73778b994d621f247d321b46d2d58bfcc9f5f9b2535, '', 0, '?'),
(0x6db363b86c6c793a3ebe93aaba43d97a, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/TraitAdminUrl.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/TraitAdminUrl.php', 1, 0x00000000000000000000000000000000, 0xf4b84c8fd28eb9327f6d06cd2936b27b, 0xed36fa85d56274287d9b8dcf329659e69d9d59dbe3f09e5d9bf8bea5440d9f8c, '', 0, '?'),
(0xadf703a1691c5db5291157a29a9724e1, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Update/ControllerUpdate.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Update/ControllerUpdate.php', 1, 0x00000000000000000000000000000000, 0x4e17d1d4685a8eba6f460645ff4ca28c, 0x281b5107622c8c255b73fb8fe270e170df5b20c25e4852df62a04be8752eb5a7, '', 0, '?'),
(0xbe26d7812fe6281db351ed909aac33c0, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Visuals/ControllerAjaxCss.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Visuals/ControllerAjaxCss.php', 1, 0x00000000000000000000000000000000, 0x755d34a0ad7beacaff8b055bfaa267d2, 0xa6a7d73c998a9785c5999de363952d5f5757077e5c75c5b8ed28324010a00d43, '', 0, '?'),
(0x25275e36dad6b44700d6002b6c75453b, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/ApplicationSmartSlider3.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/ApplicationSmartSlider3.php', 1, 0x00000000000000000000000000000000, 0xb7ecd4144105d90c4edfbbe129464c7a, 0x232f5d90ba767d9dc0a4f697079dc492054d5926f48e9a7d0eec932693f85afc, '', 0, '?'),
(0xcc8afcc4704d19fed1fc897268a7b566, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Frontend/ApplicationTypeFrontend.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Frontend/ApplicationTypeFrontend.php', 1, 0x00000000000000000000000000000000, 0xaf4c3c5dac73efb393cd4505e651efc2, 0xee4b2f925a4ac9757a9f03ec4d78394367991fd2b9bf75d010fa79caa69e338a, '', 0, '?'),
(0x553a7030fbf7b8e0496d67bab46ed43c, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Frontend/Slider/ControllerPreRenderSlider.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Frontend/Slider/ControllerPreRenderSlider.php', 1, 0x00000000000000000000000000000000, 0xf1591b85ed7b2bd83ce75f98379caf20, 0x85deed06f06da2b489b565b7da5ac8048a890bc80ce291bea67d5fba8fd98178, '', 0, '?'),
(0x095e326bbd53b2953870c19df60600d3, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Frontend/Slider/ControllerSlider.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Frontend/Slider/ControllerSlider.php', 1, 0x00000000000000000000000000000000, 0x9d62f816bd2a9fbc77fafde407a9694d, 0x5111186acba5f5cfd329f822ef21eac71689f9b7d3dd39625776d81d7fa25948, '', 0, '?'),
(0x1f23504839077587ab58405729719398, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Frontend/Slider/Template/Iframe.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Frontend/Slider/Template/Iframe.php', 1, 0x00000000000000000000000000000000, 0xff3e2241d3414e18f6ba76af94617a43, 0x16ae510a5326bda48f849e61a8ebac58d5a778152cb9f04c27b5de7afe3ee01b, '', 0, '?'),
(0x627e845506d7d21c43a028c176c62f35, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Frontend/Slider/ViewDisplay.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Frontend/Slider/ViewDisplay.php', 1, 0x00000000000000000000000000000000, 0x37e7548c1282a3520d45556a478727c2, 0xbccff8696c6de8c44549b1613645853f083acc8b9943716ecb3c9f3b6f263ab7, '', 0, '?'),
(0x799afd96513d2e6e9df48e5e65455311, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Frontend/Slider/ViewIframe.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Frontend/Slider/ViewIframe.php', 1, 0x00000000000000000000000000000000, 0x3c215810afe78eb01f607c86b79d1f8c, 0x8ca504992e51a0298ba6b1eda8bf9c6cfba188eb0de5b22815d2250040e926ac, '', 0, '?'),
(0xf3d706715943e1696516742d301780e9, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Helper/HelperSliderChanged.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Helper/HelperSliderChanged.php', 1, 0x00000000000000000000000000000000, 0xa1972c820224d883b126b80fff32e3cc, 0x3ff025246af5ca26307a3958b4084ab92193c166cbc2fd07c6e2da1122076edd, '', 0, '?'),
(0xc572bde083e1c69c208a5d525bac770d, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Model/ModelGenerator.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Model/ModelGenerator.php', 1, 0x00000000000000000000000000000000, 0xf072a0cc75be80fb9271d04b3e17216f, 0x50efae9609cc574624e02077ea7941f77197b159ee57cb8fb9417b8bb3cb15db, '', 0, '?'),
(0xd30596689e26d14d1f9ad61bb60533d0, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Model/ModelLicense.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Model/ModelLicense.php', 1, 0x00000000000000000000000000000000, 0x5d32b482c721aab60a3d42eca359006b, 0x67e6ce2ad37b532493af513c63513b1803872e89e90311e7b6e89c6845e3a83c, '', 0, '?'),
(0x3787cbde46b1993a6a02c58f0bf2b04f, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Model/ModelSettings.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Model/ModelSettings.php', 1, 0x00000000000000000000000000000000, 0xc039aa6ba2912184c1df816f9fbb9f71, 0xd29f312eaf8bb3adcfd4348c36d7246c854d8490b07f6843d162c9f70c47e450, '', 0, '?'),
(0xf67f91ac33bf49ee73a743995685f933, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Model/ModelSliders.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Model/ModelSliders.php', 1, 0x00000000000000000000000000000000, 0x7c7d19119820e26a18bae087babeaeed, 0x782145e0bff6ad034689ffa5cecb1dd58f8518068ab2c1418b7b55caa40ae40e, '', 0, '?'),
(0x3822cf418e00c4233491861d194c2dec, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Model/ModelSlidersXRef.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Model/ModelSlidersXRef.php', 1, 0x00000000000000000000000000000000, 0xcdfc8e7c3117300b8698a46743f4e020, 0xbe1c6e0b8354c567806b3eb02c0f70b82a3631bff1b74d566ac6d82456c149e7, '', 0, '?'),
(0x5dee5e3cecc4b2ea4cb204f8570a8c42, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Model/ModelSlides.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Model/ModelSlides.php', 1, 0x00000000000000000000000000000000, 0x72cff1e336c36cd5bdc245a562239762, 0x2585485011e5406a15bc508966cdab633f8232fc94a30d980f5a6df27d28350f, '', 0, '?'),
(0x04de34ce1ad17566647d8ad6ea9757b5, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/BackgroundAnimation/BackgroundAnimationManager.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/BackgroundAnimation/BackgroundAnimationManager.php', 1, 0x00000000000000000000000000000000, 0xd722f37651078d39276fe6f7d0c15785, 0xdba12e756b70974c9baf0a39ffe7e5a23e9e69e0cdf77074d994a1d5292fdd2b, '', 0, '?'),
(0xd321ec8c04f05554f7cefd8145aa397e, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/BackgroundAnimation/BackgroundAnimationStorage.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/BackgroundAnimation/BackgroundAnimationStorage.php', 1, 0x00000000000000000000000000000000, 0x4b89b9eabb37fefbc2c3cf34796d437f, 0xc779381ee95a7332cd21b1f1fe76f3aae383e776b258cc5306d8e12814d5a775, '', 0, '?'),
(0xf2d2a33439d07826072ab89184a492d7, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/BackgroundAnimation/Block/BackgroundAnimationManager/BlockBackgroundAnimationManager.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/BackgroundAnimation/Block/BackgroundAnimationManager/BlockBackgroundAnimationManager.php', 1, 0x00000000000000000000000000000000, 0x2ec5261b1741810dc5af1aeb979d853a, 0x6b5c2ae06a426b92ad7b822657beca8ee55f5986d53ffe94d45a8d4f25fbd84a, '', 0, '?'),
(0x5a5c368271e72973247591d014e9059b, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/BackgroundAnimation/Block/BackgroundAnimationManager/Index.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/BackgroundAnimation/Block/BackgroundAnimationManager/Index.php', 1, 0x00000000000000000000000000000000, 0x90a4dff1b62b2d89aa998413909c56ab, 0xf6fedefb80d9e399a7c6e3baec315b83ec165f307d64de434f89612b330fec46, '', 0, '?'),
(0xada52fc37f6879d378965ab57659e1df, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/BackgroundAnimation/ControllerAjaxBackgroundAnimation.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/BackgroundAnimation/ControllerAjaxBackgroundAnimation.php', 1, 0x00000000000000000000000000000000, 0x57bd44edac2e7bcbfd3b524227d5ffab, 0x1855dc7ceb67b23eaf09d9a3272f1f7ce4475f565ba44b3486696e5533f32c4d, '', 0, '?'),
(0xb0e43ba5a3f56e457a85e3250e7303fa, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/BackgroundAnimation/ModelBackgroundAnimation.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/BackgroundAnimation/ModelBackgroundAnimation.php', 1, 0x00000000000000000000000000000000, 0x17ad4a92e6217cb333ca88ee31635423, 0xed340c515a40f9d00918ea6d5bd2e1037b6b2549f6fb8e44ace5120f8f112148, '', 0, '?'),
(0x3cca56d54b0c1812ac3caf409a2880f4, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/BackupSlider/BackupData.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/BackupSlider/BackupData.php', 1, 0x00000000000000000000000000000000, 0xa98f625e4cbc0f467b9cd843784ddad6, 0xa03a16e908d3ef51b9a711a5ed414ab762e2fb8c9d4543d1eee7d923eec6c7b3, '', 0, '?'),
(0xb4487a27000e72b845bc919adb4b8a8c, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/BackupSlider/ExportSlider.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/BackupSlider/ExportSlider.php', 1, 0x00000000000000000000000000000000, 0xaf76b529108274e88a0ef72fb141ca55, 0xfcdb364aa941f9551dd804f76001c6d468ed4433ebc9dc275ac2fcb33c5acc44, '', 0, '?'),
(0xa7277717613a71132f2c2c4eba1fe05a, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/BackupSlider/ImportSlider.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/BackupSlider/ImportSlider.php', 1, 0x00000000000000000000000000000000, 0xe7d38c441208793a86f0c4c56d36f23c, 0x3f904b2df2bcaf1762869313cb27c417e506aa3a6e51856afaf4704087cfd247, '', 0, '?'),
(0x84515b30836307d2ff59d6d5590dda16, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Conflict/Conflict.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Conflict/Conflict.php', 1, 0x00000000000000000000000000000000, 0xddca4eefd420436314a2ac22825bf021, 0xea4f97828fb163717eb740d0d0e26151a5b3ee757a40adbd65a5378773bd1a6c, '', 0, '?'),
(0xd7bf2d42aaff01a2bc91fa475d49a2ce, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Conflict/WordPress/WordPressConflict.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Conflict/WordPress/WordPressConflict.php', 1, 0x00000000000000000000000000000000, 0xb95b51a60a36be3de120c6bd43524422, 0x968a924ea767be17d88f19a1701635a759f43495875ca33415608b3ece317e2d, '', 0, '?'),
(0x2af784b4b48c66ceabc72255782ff410, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Form/Element/BackgroundAnimation.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Form/Element/BackgroundAnimation.php', 1, 0x00000000000000000000000000000000, 0x2bd7643a115b138fd64d2db479dfc907, 0xd1af0921da7587495dea1d2b47d09c2e4df202eb536b3168fe16f44de5fd2887, '', 0, '?'),
(0xabf4193df410f8dd8b2d68abd409ce64, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Form/Element/BackgroundImage.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Form/Element/BackgroundImage.php', 1, 0x00000000000000000000000000000000, 0x8959927f3be624bc4ce01fae25e4a969, 0xbef5f8f8f49ad2d0d0a78803095404adc410e546b95afef0fbf83d742c91dfe3, '', 0, '?'),
(0xcadff8afab59a62043c109e8119dc30d, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Form/Element/Columns.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Form/Element/Columns.php', 1, 0x00000000000000000000000000000000, 0xc841c81f6c4923f973447b3925edeb61, 0xae0150b6899267304c85ae03be9fc48556a2380056f66c439c0a53a74b77f2a9, '', 0, '?'),
(0x634be57573c69d92aa28cc72870279f3, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Form/Element/ControlTypePicker.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Form/Element/ControlTypePicker.php', 1, 0x00000000000000000000000000000000, 0x3947d0a5fa6f77bbcc9cbbbcb0399458, 0x7f315e2544a1f3e900a2527884a3a16880cd479189cf00ace5c2f454d7aabd49, '', 0, '?'),
(0xa3c236d411ff6d42f3d1f51b43da653f, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Form/Element/DatePicker.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Form/Element/DatePicker.php', 1, 0x00000000000000000000000000000000, 0x03eca14e1f5e6253830ec9af933578de, 0xaf47a599bff32d75576c4b8e26a83580ccc4fd9c5c241e70d081bb0331e99c1c, '', 0, '?'),
(0x3880ad41d11b5157d2c0b4c09034d6bc, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Form/Element/Group/WidgetPosition.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Form/Element/Group/WidgetPosition.php', 1, 0x00000000000000000000000000000000, 0x1e826f9a04d1c8839998ed4c216b84b8, 0x9b24817014bfae4642527dbe362d962647ff19691237ffdc5fc5d17969130233, '', 0, '?'),
(0x569a57a34a2c05d95fb5d55676889666, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Form/Element/PublishSlider.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Form/Element/PublishSlider.php', 1, 0x00000000000000000000000000000000, 0x4464aab133eff2182197f795d846f3df, 0x25f187623d129bc0b5fce54e1f86b03f0911e46f46d9300751b7a11dcac9826b, '', 0, '?'),
(0xea29de89fb5ef90e8285355efd7d873e, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Form/Element/Radio/FlexAlign.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Form/Element/Radio/FlexAlign.php', 1, 0x00000000000000000000000000000000, 0xf4123a24ff5b79bff345cd0edfd1ce9d, 0x89009042caac341c86d447839923f7efc10634530062b4bf0a770ca3260e58b8, '', 0, '?'),
(0x6f2938ac9cfd3e2fa00fb560abf65340, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Form/Element/Radio/HorizontalAlign.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Form/Element/Radio/HorizontalAlign.php', 1, 0x00000000000000000000000000000000, 0x056671c605d6472168c94abf443e1b6a, 0xb4ac61d8ce3619bd38318f46b43eb375df3383fd46cb8ab708628b85505fed62, '', 0, '?'),
(0x03c12e23daf27d7eb775f8d5ac2a6cb9, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Form/Element/Radio/InnerAlign.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Form/Element/Radio/InnerAlign.php', 1, 0x00000000000000000000000000000000, 0xf8e00225c38baeef5f7af3baf61c37a6, 0x3d9100944aa3ae1a80e4f4dd89d8080e90c22d9480c9443c3cc79b86a471c05d, '', 0, '?'),
(0x93e785d1996aa8511a8863da936b1bfd, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Form/Element/Radio/VerticalAlign.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Form/Element/Radio/VerticalAlign.php', 1, 0x00000000000000000000000000000000, 0xe965f239478232e121f6491c3bcfb77e, 0x471e05be60050b102fca7da5618ebb274febf6204db0564f4ec739146d4668c0, '', 0, '?'),
(0x010c75e348917d39bcc63cdbd063589a, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Form/Element/Select/ResponsiveSubFormIcon.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Form/Element/Select/ResponsiveSubFormIcon.php', 1, 0x00000000000000000000000000000000, 0xc46537b93159fe33308bf138f5b1229f, 0x8426ef93b681b4886ec41b33d16f9602d9fba4b4b34717b1fc8f2d32407bb5de, '', 0, '?'),
(0xe6a3878499742f52598a54b884fae7de, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Form/Element/WidgetArea.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Form/Element/WidgetArea.php', 1, 0x00000000000000000000000000000000, 0xaeb20a98134c6b077c431d7c6ede08e0, 0x6f19fc61e42df1b47f1c4d64821dc94b194d7b3af3f583125d972d90e830b08e, '', 0, '?'),
(0x638618f13fd8c1447783a8861190eb46, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Generator/AbstractGenerator.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Generator/AbstractGenerator.php', 1, 0x00000000000000000000000000000000, 0x30a723be487b2ba474e115743d941b88, 0x2cf5bcad0d0ad95886851a42c917cdced276c8af3239d9288021584b1654b807, '', 0, '?'),
(0x455c50d46c35080e1bb3b1e7a7e2f25a, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Generator/AbstractGeneratorGroup.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Generator/AbstractGeneratorGroup.php', 1, 0x00000000000000000000000000000000, 0xfe64eb696ecdcb189a90819203c641f7, 0xdec6f6272e7dae974db33c9615737b71fc2a7e8e678ad59b10a66f2fa04e1963, '', 0, '?'),
(0x82dd2d954e78780079c75d31a8c60168, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Generator/AbstractGeneratorGroupConfiguration.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Generator/AbstractGeneratorGroupConfiguration.php', 1, 0x00000000000000000000000000000000, 0xdf10c2847ffd33d1910e2f35caa81c4a, 0x55e8a0b355e62d15e988827d4758fbb3440496d0394bc0d54638ac4e0258fc85, '', 0, '?'),
(0xc09c159920c2915215f065bf1257ede3, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Generator/AbstractGeneratorLoader.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Generator/AbstractGeneratorLoader.php', 1, 0x00000000000000000000000000000000, 0xde6bf5057765c2531b9328aac77fae57, 0xd9ddb199e1e9dfa4833609e35102c8dd357e8e3a2e3bacf2297f1b0e5026b5d3, '', 0, '?'),
(0x18f52e1fd38eab6a83d4a51e691db2c8, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Generator/Common/GeneratorCommonLoader.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Generator/Common/GeneratorCommonLoader.php', 1, 0x00000000000000000000000000000000, 0x759c7fb6b747b5f16da45ca610bdd255, 0xae8a29c62cc1447f4e18faabd2d3bc37b90cc0f80597dcbe21a149e26a7f4c99, '', 0, '?'),
(0x2bcb28e54ac954c9f543c04d8aec4a6a, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Generator/Generator.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Generator/Generator.php', 1, 0x00000000000000000000000000000000, 0xf084815883e4c384ab261292f84e04a2, 0x3d0d07e16485969005067cd38f19a91d94c56766c023ce2ecac6e473141a1e99, '', 0, '?'),
(0xf458f0fd7ab1f5c1f757f9efa374a5cf, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Generator/GeneratorFactory.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Generator/GeneratorFactory.php', 1, 0x00000000000000000000000000000000, 0xaf2a7f99f29b391795d4dbaaa9fd2650, 0xb609bfdfe6721429ee06c3b86d7c92f43554a004d2041bd0d9a0688f26e56811, '', 0, '?'),
(0x80bc16ebcd21403753f5c83efd7408b3, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Generator/WordPress/GeneratorWordPressLoader.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Generator/WordPress/GeneratorWordPressLoader.php', 1, 0x00000000000000000000000000000000, 0xc8bc6d8f2d46b8e166e51567f6f4c261, 0x9073af3a4e8683df06e64d7611db8f4254209aa11d16e3952be1710cd32fc5fe, '', 0, '?'),
(0x17e37e8e1df71869ca8cada6ce493b23, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Generator/WordPress/Posts/Elements/PostsAllTaxonomies.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Generator/WordPress/Posts/Elements/PostsAllTaxonomies.php', 1, 0x00000000000000000000000000000000, 0x2f140af8023d80105700ac85bf199f51, 0xa65c7303556d8f67041c06a16747b059d42ace062419d14d09448b869055d54d, '', 0, '?'),
(0x67173ce0984c3e47d8f09115a6151c95, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Generator/WordPress/Posts/Elements/PostsCategories.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Generator/WordPress/Posts/Elements/PostsCategories.php', 1, 0x00000000000000000000000000000000, 0x1466615928ac699341c40cac83cd6b35, 0xc1dabb6a2d03348771f01ac1d3f21114fef826f1ddf8b20e10d187c0dfb6bf8a, '', 0, '?'),
(0x045d4ca2837f3cead0ec8fb9a9d5f4d2, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Generator/WordPress/Posts/Elements/PostsCustomFields.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Generator/WordPress/Posts/Elements/PostsCustomFields.php', 1, 0x00000000000000000000000000000000, 0x0e6a3460a9f662f96a1fa0f8a534679d, 0x88c320018382435b3dff32a9bce72de8567e461fa68ae2c38618ab4eddf420e9, '', 0, '?'),
(0xf363d35ea33a554b64c5185cae158735, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Generator/WordPress/Posts/Elements/PostsMetaKeys.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Generator/WordPress/Posts/Elements/PostsMetaKeys.php', 1, 0x00000000000000000000000000000000, 0xa3aa5ef57966083faf116628f03019e6, 0xff27b08f9e239a8993c8ead9c873ce4627c971626ddf54e404ef4710d639fc70, '', 0, '?'),
(0xb10d7c8bf98c3b2726a66fc6d9c4bc31, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Generator/WordPress/Posts/Elements/PostsOptions.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Generator/WordPress/Posts/Elements/PostsOptions.php', 1, 0x00000000000000000000000000000000, 0x1ac27810b8420abfdfd432686326fafe, 0x502bc911c1634ce76eedef754aaefb8168de06567892ccad1869c284922a989c, '', 0, '?'),
(0xb1fa6bd18735a2e3ecf226e2bfec1565, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Generator/WordPress/Posts/Elements/PostsPostTypes.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Generator/WordPress/Posts/Elements/PostsPostTypes.php', 1, 0x00000000000000000000000000000000, 0x9bc0719de1565a7086aa806e18e0ecf1, 0x11961f2a8d418f722c1b561ef4c479ae73aceef45ff70aa490ad41f2827faae1, '', 0, '?'),
(0xe428f25709f044372f10e7b0ed40c183, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Generator/WordPress/Posts/Elements/PostsTags.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Generator/WordPress/Posts/Elements/PostsTags.php', 1, 0x00000000000000000000000000000000, 0x469233867c2d6e2d90bf4bf5532ff0d7, 0xc4ae90402feaaf2d7b0a13a3878725702551b18b822d4306059b4bdb0246a42c, '', 0, '?'),
(0x8ff24677d45327347c3f5dbd836a7b02, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Generator/WordPress/Posts/Elements/PostsTaxonomies.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Generator/WordPress/Posts/Elements/PostsTaxonomies.php', 1, 0x00000000000000000000000000000000, 0xf01735818b33231c7d3f389060b9ebfa, 0x674ddb0bbe710ace695923409d911a8ed8f9801c974558e52d0a4c87fdb9e011, '', 0, '?'),
(0xdb88e3069b8e69f5fd1fd683d473a35a, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Generator/WordPress/Posts/GeneratorGroupPosts.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Generator/WordPress/Posts/GeneratorGroupPosts.php', 1, 0x00000000000000000000000000000000, 0xfd45031bd3eb059bc657b01202278d5b, 0x064c3731614844e5580b5b4a9a565a76fe40d133b6e9e7956946f3145ec76ed7, '', 0, '?'),
(0x25f01a50072d3e8a0e5860f5d212dc55, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Generator/WordPress/Posts/Sources/PostsAllCustomPosts.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Generator/WordPress/Posts/Sources/PostsAllCustomPosts.php', 1, 0x00000000000000000000000000000000, 0x50442d4e1237c3b4b946feaa418c384c, 0xa6bc9ea9d0e11c14c40566f3a0ab48f15113cba899f998e869a4bbfa54eb7d65, '', 0, '?'),
(0xa4ab5ecac82a969ea1b0b368ac8061cf, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Generator/WordPress/Posts/Sources/PostsCustomPosts.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Generator/WordPress/Posts/Sources/PostsCustomPosts.php', 1, 0x00000000000000000000000000000000, 0x2e74a295b957583debe398125aee434a, 0xb75638ce4c8eaf68a0dc26e12e6b97de9984bdd300db140dfe043f38003e4875, '', 0, '?'),
(0xc231c9f104334f9c82e0aeeeef0263d5, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Generator/WordPress/Posts/Sources/PostsPosts.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Generator/WordPress/Posts/Sources/PostsPosts.php', 1, 0x00000000000000000000000000000000, 0xa3d02287ed806961e463a16e0555b5ed, 0x7c18f92a0ca597c02717cd8bcd5dc404172831ba9a2ffb8cd4a2cc3dcb2ea191, '', 0, '?'),
(0xd6f6a2971c9abfed462c14ff3fa5f781, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Generator/WordPress/Posts/Sources/PostsPostsByIDs.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Generator/WordPress/Posts/Sources/PostsPostsByIDs.php', 1, 0x00000000000000000000000000000000, 0x09caac274487d714c0a6647721c2afe0, 0x0c2c3e06a614850c640722ca2911390c93080505788f9eaef24f2a478cf903a5, '', 0, '?'),
(0x926ce9dc278763384f85cb1c69626607, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Install/Install.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Install/Install.php', 1, 0x00000000000000000000000000000000, 0x1aed2d9de4c20d4ea4044354aff05acc, 0x33d292fe505f0a1034cf804778b7a4abecc17066fd1c0c0b953939e73f1cbc06, '', 0, '?'),
(0xea0c7140518094676d53046988f353c8, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Install/Tables.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Install/Tables.php', 1, 0x00000000000000000000000000000000, 0x3ca39e50661719c68cd218a63e4aacfa, 0x2c32252ef2e4b5101199a8b3353ef44de87125159f3d0a48c239579b083b247d, '', 0, '?'),
(0x45fcbc57f38e5419c7f3794803903fcf, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Install/WordPress/InstallWordPress.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Install/WordPress/InstallWordPress.php', 1, 0x00000000000000000000000000000000, 0x78132745426db0c0a30c040cd3b11e97, 0xb9e4e351d1ec3b43491df227d69ab19f9a58d7a61b994e46bdeb023e5240239f, '', 0, '?'),
(0xe21e017671053e59736b9da526568586, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Parser/Link/NextSlide.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Parser/Link/NextSlide.php', 1, 0x00000000000000000000000000000000, 0x3b5b87a4c76bd5ddc86fd1129225fa08, 0x3c426eed9b0d5c4ae2e029cdb23c8bf270dca934e9fa0c91e68b0955fe4ffcec, '', 0, '?'),
(0xba29666c33d536b9cbfd2a07c6d74f38, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Parser/Link/PreviousSlide.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Parser/Link/PreviousSlide.php', 1, 0x00000000000000000000000000000000, 0x5513fd483f9e09f06bc6093773e406ef, 0x1d1dce8580db24a0964793970e34aa22dcb2694e235cc0aa4b98f6fdb97838b8, '', 0, '?'),
(0x8375b8dbd368f51ed397e3f54c24d22c, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Parser/Link/SlideEvent.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Parser/Link/SlideEvent.php', 1, 0x00000000000000000000000000000000, 0x0c4cb395a05328e53c4602bd4784ab59, 0xb29a472d1bab4c077386802b34faf4dd1d1f23e4febd74f981b73e8d913f28dc, '', 0, '?'),
(0x0287f63c2dd457b604ca7fa9697e4cf2, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Parser/Link/ToSlide.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Parser/Link/ToSlide.php', 1, 0x00000000000000000000000000000000, 0x4084d8e0809f09c247577fef44d85c9e, 0x57f158e2fd4de2368bc8d5071f210adbe844fa573bcb18825bf05872b23e9cc3, '', 0, '?'),
(0xc529d9dcac8f9e53ac49085586bf61f1, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Parser/Link/ToSlideID.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Parser/Link/ToSlideID.php', 1, 0x00000000000000000000000000000000, 0x755b86e82284924af8998dfaa961549f, 0x6603747cd3facd39b543b75c0f1d5d10670a8348efd3e857b6f05c64d80dcaaa, '', 0, '?'),
(0x19c61a41077f58b426765a407046dcb7, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/AbstractSmartSlider3Platform.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/AbstractSmartSlider3Platform.php', 1, 0x00000000000000000000000000000000, 0xd05077773879469b6818b26ecd49290d, 0x483325515a654eefb4c93cfdb6f85d8cb2dddbfd03f528460f501562b0c6b0fc, '', 0, '?'),
(0xf04fb254e4e22f174798d1dc7bbcf9dd, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/SmartSlider3Platform.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/SmartSlider3Platform.php', 1, 0x00000000000000000000000000000000, 0xf725479419b4d9cd2717311e6c1eee00, 0x087f6a92845283f44e9a8d9a43b3c2e98eafe8e37f57563911115d1ead68d588, '', 0, '?'),
(0x180ae0b5b6df77e3a6b16ea1630a918e, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Admin/AdminHelper.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Admin/AdminHelper.php', 1, 0x00000000000000000000000000000000, 0x6e63036f71b5bfe6d153f880a0450fee, 0x0d9d68394e28694ca4114264f35c57bb43e3e446c21943ea659b6d1cce3c309c, '', 0, '?'),
(0x12e0d6f309d10ebf2fb2f89737c6a574, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Admin/free/notice.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Admin/free/notice.php', 1, 0x00000000000000000000000000000000, 0xa9e7cc80268034f35f4237ca65c63196, 0x6ffb236d0e10990e8896f61adfb6603a0284a61e750f9a020c1491435924c346, '', 0, '?'),
(0x45b43787e256bd9e88e4b48b272b46a1, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Compatibility.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Compatibility.php', 1, 0x00000000000000000000000000000000, 0xf261c7975d0ccec5f856ad9e1734b029, 0x1e2a3fc9f30bfd228cdc5b295e75a0febaea6c00c99b03c78cc95f579f839f0d, '', 0, '?'),
(0xdc78718b543926bc6f2cb075dd3507bf, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/HelperInstall.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/HelperInstall.php', 1, 0x00000000000000000000000000000000, 0x9c1ac9bf0dde87300552032fd9cdc1c7, 0x74254433bfb189c2275adeb7f9005205ea7ee1624b26c4d2cee80a930b8c80ec, '', 0, '?'),
(0x9a05c79bf1af1571cb9b611e5626581a, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/HelperTinyMCE.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/HelperTinyMCE.php', 1, 0x00000000000000000000000000000000, 0x6c55eb2bc5f6515a5da40f52eee56168, 0xe826be46aa82b0242e4d2eebfb5fcf0ecbf43dce15cfd7b8ad159e2b7bf9734b, '', 0, '?'),
(0x771fd01076d5fdff80a6e5f37039e980, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/ACF/ACF.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/ACF/ACF.php', 1, 0x00000000000000000000000000000000, 0x01aa586fefe7e5efef96062019efabc5, 0x54b30e8b33acc7bb4027e6d9e6d5beab253bbd9ec428cc3d740f7e3e24336d91, '', 0, '?'),
(0x520689f00114ba7248e6398a096c70da, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/ACF/AcfFieldSmartSlider3.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/ACF/AcfFieldSmartSlider3.php', 1, 0x00000000000000000000000000000000, 0x70803d04e812fdcfd4b426934b4ee086, 0x3dfb461ce53c92fd58bd64b95c02c4220ad06f7e6c5c19a417aec58c9e7e83db, '', 0, '?'),
(0x62d62e84c7282dd425fcc5ed9d96cfce, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/BeaverBuilder/BeaverBuilder.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/BeaverBuilder/BeaverBuilder.php', 1, 0x00000000000000000000000000000000, 0x73a4a450d4a887e7c35feee648572c2c, 0x35d20548edfa8e7d49911515ccd578daf1fd2dc20a8b037fe1a39cbc14141852, '', 0, '?'),
(0x907a5d2ae167f57f0d9aafe0403e6aed, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/BeaverBuilder/SmartSlider3.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/BeaverBuilder/SmartSlider3.php', 1, 0x00000000000000000000000000000000, 0x40a1db5047beeef02c7392d3b8385668, 0xb8f0a64e4e6cd9cc364831e26b574923b0ed2e592d6101c50ce1402988d58a1e, '', 0, '?'),
(0x6b4247f750c7a919efb2cc8bdd7ed540, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/BeaverBuilder/SmartSlider3Legacy.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/BeaverBuilder/SmartSlider3Legacy.php', 1, 0x00000000000000000000000000000000, 0x83d6570337d314123cc32d50d4cfca68, 0xb3d04d88c6d36208d0b83e35d0f3a02831a7857ce24aaff10df4cfc931aedec5, '', 0, '?'),
(0x0d84eddb9d118d5fc4e117906bdd5844, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/BeaverBuilder/icon.svg', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/BeaverBuilder/icon.svg', 1, 0x00000000000000000000000000000000, 0xe11144427b5f65642cd810a2dee3c4bf, 0xebde54a8a1cc72e4142d9f4ec8e803c9fae1051a12af15715029caee4ba47676, '', 0, '?'),
(0x92bdebcbbe1b9e587fcd0107cc071387, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/BeaverBuilder/includes/frontend.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/BeaverBuilder/includes/frontend.php', 1, 0x00000000000000000000000000000000, 0xd743a11d3fc717de7c2614318e69a2e6, 0x2216270c62233f0e8256c7a33df91a090bdcceb201b8b91438d4740ce70ad44a, '', 0, '?'),
(0x9647d899e06b52b5df3cc1d8579ea7ac, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/BoldGrid/BoldGrid.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/BoldGrid/BoldGrid.php', 1, 0x00000000000000000000000000000000, 0x0dd548bfe6490b52497f452be4a486d2, 0x6c5452fb25381c4f75b5b371599eccf58a0f05ae24793218418c5b98e667c626, '', 0, '?'),
(0x7142a274b7bdc2c309e8a3b91876051f, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Brizy/Brizy.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Brizy/Brizy.php', 1, 0x00000000000000000000000000000000, 0xa55e670e6e14e8d19fef5ca7fb5ca246, 0x506c3f7321f6bd8298270c7c96d57ac8dcada4edeb4245681d4a5ebe09038037, '', 0, '?'),
(0x3c0a33a8749814200cdbec56b644b772, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Divi/Divi.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Divi/Divi.php', 1, 0x00000000000000000000000000000000, 0x44e72f0894b2d541c4a6f7e68065ef44, 0x0fe1f0c39032502042604f4dc5ecaf31b1bedf5f3aaa94cb4a841352b18ff038, '', 0, '?'),
(0xb00eb88cee321943e917d27fbb17dcfc, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Divi/V31ge/DiviExtensionSmartSlider3.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Divi/V31ge/DiviExtensionSmartSlider3.php', 1, 0x00000000000000000000000000000000, 0x43a76f037fe5b5efce1543d843db8665, 0x3999b0d14381af9c12251c54fa63df3bfb792837723c0a2f0bd0ba5700f72de0, '', 0, '?'),
(0xfedb49ee701e54a5cb45c28cbd1e00ed, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Divi/V31ge/asset-manifest.json', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Divi/V31ge/asset-manifest.json', 1, 0x00000000000000000000000000000000, 0xf786abdce62a6bb4aad76b9cf786b1ec, 0xb23f70a4adaaf74eae5ce371142e96a67c7ab16560ded2ef563f719d40cccbaa, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xe3c98571a407b24693d8dec5b489dcf9, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Divi/V31ge/includes/modules/SmartSlider3/SmartSlider3.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Divi/V31ge/includes/modules/SmartSlider3/SmartSlider3.php', 1, 0x00000000000000000000000000000000, 0x106da698836b8d19b8c588af87fbff25, 0x73447737c904a92335aa1c859ecccd4216f4764bfd5390447336de9ac57c0f81, '', 0, '?'),
(0x6c901a0f9f3a674a341e82b1182a0221, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Divi/V31ge/includes/modules/SmartSlider3FullWidth/SmartSlider3FullWidth.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Divi/V31ge/includes/modules/SmartSlider3FullWidth/SmartSlider3FullWidth.php', 1, 0x00000000000000000000000000000000, 0xf8f5e2bf99f971d6f9b201e65cf6921b, 0x73dff701031d53c524978d42cde8c1dfea2ab0a30637f394d41ce9033426bc45, '', 0, '?'),
(0x48d72cda8608e7195843343e6063f92e, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Divi/V31ge/loader.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Divi/V31ge/loader.php', 1, 0x00000000000000000000000000000000, 0x026e55ad6a114250290828f7097a201f, 0x8122f53daadc0967ecee151fadaad8dda08717b0186715d3c48b17f0449cd401, '', 0, '?'),
(0x9859c6da9e4a988066778150741d8b5f, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Divi/V31ge/package.json', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Divi/V31ge/package.json', 1, 0x00000000000000000000000000000000, 0x07481ca1ae5257ae36977e26c81db419, 0xdb5d0ebc09391a0588cea24093f2df645ff93176915458dfe05b417efac443a6, '', 0, '?'),
(0xd9634122756c5623c0abcedae43993bc, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Divi/V31ge/readme.txt', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Divi/V31ge/readme.txt', 1, 0x00000000000000000000000000000000, 0xaf601cbdfe57c4ccba6d4cb23ca82b21, 0x68cb50ebbd3eaa657ac0c76638b39d9727a3dcb5736bc275fa0e5d271de22669, '', 0, '?'),
(0x236e71f9d90a207994fbf7d75b28a0dd, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Divi/V31ge/scripts/builder-bundle.min.js', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Divi/V31ge/scripts/builder-bundle.min.js', 1, 0x00000000000000000000000000000000, 0xa96eae98a705306e9c0e8240545f0f4c, 0x340912228856a58ff869a0d6f04465891bd1714ff2380cfbdb8658958c5e3903, '', 0, '?'),
(0x04fe5c1cf8c4f08b3899943288c6b7c3, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Divi/V31ge/scripts/frontend-bundle.min.js', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Divi/V31ge/scripts/frontend-bundle.min.js', 1, 0x00000000000000000000000000000000, 0x3a727cf04d9b884bb65aa9d3ab172c1a, 0x7b36f1ad01e265ae68715991caeed0ed8e7e69debf032ab17598b09b4ebd6f94, '', 0, '?'),
(0xc814004d25dfc8aae8f884072cda83a6, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Divi/V31ge/styles/admin/style.min.css', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Divi/V31ge/styles/admin/style.min.css', 1, 0x00000000000000000000000000000000, 0xb71864fc3c659983e1fcc3e8e54810ee, 0x442d0e4630fd3d515d97026a790e8fcf3156cf85f906cf0206ccd277ad2221d4, '', 0, '?'),
(0x185000a7d1a2c6f89996160f06060cfe, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Divi/V31ge/styles/style-dbp.min.css', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Divi/V31ge/styles/style-dbp.min.css', 1, 0x00000000000000000000000000000000, 0xbdfbac46226dfd5abd097f523c0fb0bc, 0x3d08c70677a3465555418aa56c14102442dfb21c56030be34b6892c92a6e028a, '', 0, '?'),
(0x0d57c49c2f6fea236a3a658ddba1f104, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Divi/V31ge/styles/style.min.css', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Divi/V31ge/styles/style.min.css', 1, 0x00000000000000000000000000000000, 0x034de0694b5b068fc3732f86930a21e7, 0xd057ebece5cd64b23450e5ec5da7060b4d27070cb77d300b727756c2ee264473, '', 0, '?'),
(0xf18b200e95b7cd8c7bca46729e44171e, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Divi/V31lt/DiviModuleSmartSlider.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Divi/V31lt/DiviModuleSmartSlider.php', 1, 0x00000000000000000000000000000000, 0x62294987f69f1ca6b1e211197d55a834, 0xd4668c532e2164f5895db57cd68fa402e6e15d3bb2c138a786482149f1baf7b5, '', 0, '?'),
(0x7b1656866bdbbd6abe2a46c7f90989b7, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Divi/V31lt/DiviModuleSmartSliderFullwidth.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Divi/V31lt/DiviModuleSmartSliderFullwidth.php', 1, 0x00000000000000000000000000000000, 0xe861459f4021b45269014ddaba020e8b, 0xe6baed3d6c581ff1a2718a5a3bf783905c293e444774acddf48ca9d6e23bdd0f, '', 0, '?'),
(0xd378276a9ddaa80db7dffc59e354894b, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Divi/V31lt/DiviV31lt.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Divi/V31lt/DiviV31lt.php', 1, 0x00000000000000000000000000000000, 0xaee808739b3d780676be401ddf2dbdd7, 0x0a3d3aaa33c3904aed2a84497f818ccabd99b1bbd1413d45388d0f67bfc2cba8, '', 0, '?'),
(0x2bf7da93c0469235e2968984750856bc, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Elementor/AbstractControl.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Elementor/AbstractControl.php', 1, 0x00000000000000000000000000000000, 0xaaa5fb9ea120a6cff80a4921fce7eb67, 0x43e39b8613a2d555ec7e9468d16c835dbdf463d94686c5e151eb4d854147281e, '', 0, '?'),
(0xfbd3b709e450a778649e458585f1b7c5, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Elementor/Elementor.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Elementor/Elementor.php', 1, 0x00000000000000000000000000000000, 0xd4b93b5360b9d5d960a02bf272b3fadc, 0xfd4534ea9b02fb64b6f221c69e838a325408f231c0c92d01a883c4a2e4555d6f, '', 0, '?'),
(0xfebf540d19f3aef10ac68e31cfed6429, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Elementor/ElementorControlSmartSlider.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Elementor/ElementorControlSmartSlider.php', 1, 0x00000000000000000000000000000000, 0xabeea48619a554b27e38d8dbfad668f7, 0xf1134b5e43eec347c89af48448c63601da23455c20057c09da6fead73b86c918, '', 0, '?'),
(0x2eb2014db5fc4150eaa1a90f550535b6, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Elementor/ElementorWidgetSmartSlider.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Elementor/ElementorWidgetSmartSlider.php', 1, 0x00000000000000000000000000000000, 0x42435333d75c347862d120cf4e59d03e, 0x09fe9e8f965254b7272958814915c1f3d6128aa5b8d0ff3779ea6a2771a0e11b, '', 0, '?'),
(0xe47b23fda148870d6d38baf797141b74, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Elementor/ElementorWidgetSmartSlider290.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Elementor/ElementorWidgetSmartSlider290.php', 1, 0x00000000000000000000000000000000, 0xd4606e05c9db672697011de25c6fc56d, 0xcdec5d95f40446a69d3a49abb573dacaed4b73b416683d986497172df17bfd56, '', 0, '?'),
(0x0947b09ca8c315b103ab28df82f2cde1, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Elementor/ElementorWidgetSmartSlider350.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Elementor/ElementorWidgetSmartSlider350.php', 1, 0x00000000000000000000000000000000, 0x32ea31fd86c3bad2aa13b1cbba290255, 0xcffe837b3b13fcc31b048f48a4468e12be2347548456c5f8d6d8e996b17bfa91, '', 0, '?'),
(0xfe0adbb4cd715b4212e671598d77caf4, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Fusion/Fusion.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Fusion/Fusion.php', 1, 0x00000000000000000000000000000000, 0x9c3182f3c43e0e9b29e2a7f0ebba1a4b, 0xcc004f04763ce5289d21a0f00f2316bbee0e46517ecc13d513e87c30622080ed, '', 0, '?'),
(0xc7f0c86875b365c742b23f159ad8a84e, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Fusion/FusionElementSmartSlider3.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Fusion/FusionElementSmartSlider3.php', 1, 0x00000000000000000000000000000000, 0x563a5ebd730309e4c314b42e980d9190, 0x078221c65346274055a80855e04250a0e108e009d74a081582be02afd31f9f86, '', 0, '?'),
(0xbc53987333589316d7b76e2cdc9cb3b6, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Fusion/field-smartslider3.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Fusion/field-smartslider3.php', 1, 0x00000000000000000000000000000000, 0x3343f5a3624d52fe8e98b0b9f9910699, 0xac8d0016c133673592f268690b0ca2f39333cb437f1785824aa5e8bd9cc9c7f6, '', 0, '?'),
(0x01126362195b1cd6a8e9f7276e6704da, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Gutenberg/Gutenberg.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Gutenberg/Gutenberg.php', 1, 0x00000000000000000000000000000000, 0x1ce43cb1a0807fbb3e6480f1916fa67c, 0x04be36568ed66f97469c64c9c1a613ee9d31464463393c1dda6362ccb56d45a3, '', 0, '?'),
(0xbf5679e6a02f3fa03de0ae6a339eb560, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Jetpack/Jetpack.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Jetpack/Jetpack.php', 1, 0x00000000000000000000000000000000, 0x23c192884a20972405998f6bef6c047a, 0x3a198e860fc4cd7891ba7557cf528b2d3acb7e8158b1e8b660e27286aacae25d, '', 0, '?'),
(0x105d2c3ce94fd58ad2c3f5ec52288193, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/MotoPressCE/MotoPressCE.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/MotoPressCE/MotoPressCE.php', 1, 0x00000000000000000000000000000000, 0x95641bd9c6659f2169128dd2760d165a, 0x947c214bf35d15cd21ba5b1934cd7ff978ae0f8ca9c12ac9eb6eb09a074c52ee, '', 0, '?'),
(0x4e741cb648eea27435858f4ac4639f79, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/NimbleBuilder/NimbleBuilder.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/NimbleBuilder/NimbleBuilder.php', 1, 0x00000000000000000000000000000000, 0xc26f3aba3d2a9acc5e88cbd08c611087, 0xdc04173d9bb6c29a792a927aa606efbec073ef51df843e57cafed0e5a2898edf, '', 0, '?'),
(0x7c20b4f17aae04c79cde80ba02e4818c, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/OxygenBuilder/OxygenBuilder.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/OxygenBuilder/OxygenBuilder.php', 1, 0x00000000000000000000000000000000, 0xf66e7a0d65dfa45ca5c617107adb0dae, 0x974fdf68e8269389e7041ca73f5fb897b22e538b3e2a9c743ce666472b3c37ad, '', 0, '?'),
(0x24058e13d490d3e871c5bd1feec6f885, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/RankMath/RankMath.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/RankMath/RankMath.php', 1, 0x00000000000000000000000000000000, 0x6957424a1c1739f49032a6d8659f4453, 0x866b659bce96d1ad99b0c81a6f1a8b0775fbf5dd636d34be2e906c6cba1590d8, '', 0, '?'),
(0xa59ad45dcb5ad47c88d3b0d52fbc4845, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/TablePress/TablePress.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/TablePress/TablePress.php', 1, 0x00000000000000000000000000000000, 0x61fd8caa0109a59263858e8868a0e14c, 0x875b5a8ac237e09829108ef69bde9d23ba0171d84dc74cc9bd980ae21610bad1, '', 0, '?'),
(0x9a98f38e647e7bb78a1961fba894073b, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/TatsuBuilder/TatsuBuilder.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/TatsuBuilder/TatsuBuilder.php', 1, 0x00000000000000000000000000000000, 0xb94812d7c56c904976fcb6bda0495ade, 0x1d547287f11b979ff4d4cc70f40b5121024c341ea96438d8dfba264b8738eac7, '', 0, '?'),
(0x57973983cdd52af26d192f30c412c10b, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/ThemifyBuilder/ThemifyBuilder.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/ThemifyBuilder/ThemifyBuilder.php', 1, 0x00000000000000000000000000000000, 0x51d67e66ea40e28cc45f123c7b5259c2, 0x95965e114793dcb979e500db6718b3a275ed8a5679b23bf20ea05f698d61150a, '', 0, '?'),
(0x3d0a55a502f19a59f697ce4b5af57689, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Unyson/Unyson.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Unyson/Unyson.php', 1, 0x00000000000000000000000000000000, 0x7a7337ad85af1e6af9c61ea8352e27e9, 0x941347646ab60a2aa95c29a1304d82067fa6d6bd098aa4c0cf6e76c46e663db0, '', 0, '?'),
(0x01ceee120b0b26fc2d20d8f4bfd30413, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Unyson/smartslider/class-fw-extension-smartslider.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Unyson/smartslider/class-fw-extension-smartslider.php', 1, 0x00000000000000000000000000000000, 0x893c318fd61493b4f5e8bbcbbe51f5ff, 0x90fd53017666824547a93ea66ed03dd07c37d1069a1ca6ea20cb29f5596c9b9f, '', 0, '?'),
(0x480721b05f4e6e5725080d563bb6405a, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Unyson/smartslider/manifest.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Unyson/smartslider/manifest.php', 1, 0x00000000000000000000000000000000, 0x7bd997e0388e6d40a57a30eb1df97b08, 0xe1613938857d444540ccecf2cb609d1e281ed1224edfe83634fcc36471baa9c5, '', 0, '?'),
(0x9791153fe2d20953277c68bc90b30aa6, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Unyson/smartslider/options/option-types.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Unyson/smartslider/options/option-types.php', 1, 0x00000000000000000000000000000000, 0x13f9df24db150df95cdada3e1ea3d38e, 0x437372ef045c8efa898ff7eb1d190b1dfaad3510a160bf8935a62c1b945dabcf, '', 0, '?'),
(0xf7f23305661a8f84521e572e6b214443, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Unyson/smartslider/shortcodes/smartslider/config.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Unyson/smartslider/shortcodes/smartslider/config.php', 1, 0x00000000000000000000000000000000, 0xb39986112ac2b0ad6fd56c907843da33, 0x71e575af0230465e622fa8584749554b162449d47d0e1c3926fafd545ee9e052, '', 0, '?'),
(0x60db9f408e1f787c9133a35c749a95ab, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Unyson/smartslider/shortcodes/smartslider/options.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Unyson/smartslider/shortcodes/smartslider/options.php', 1, 0x00000000000000000000000000000000, 0x3df787f14dfca68fcdaa239e45a82ce9, 0xe63f38150caf6e8bea4694ed4fcdec1f0e0a4955e5d526eaae512e14ea981ab4, '', 0, '?'),
(0x56c58942720a0ae433bd1b16af4f41f8, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Unyson/smartslider/shortcodes/smartslider/static/img/page_builder.png', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Unyson/smartslider/shortcodes/smartslider/static/img/page_builder.png', 1, 0x00000000000000000000000000000000, 0x5052c9d5f54eec7438a203ebfb2fb352, 0xf7411b9ae4a59ce40cd1099b23fd95437542760fb1501900e497970dbc6de09f, '', 0, '?'),
(0x67db2af547bf5afe6fc5dfd678c7ddf5, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Unyson/smartslider/shortcodes/smartslider/views/view.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Unyson/smartslider/shortcodes/smartslider/views/view.php', 1, 0x00000000000000000000000000000000, 0x0e41cab59812129a3077cb10b5817d44, 0x139c0b30a9e686693ce5bf0fc89e3594a86a7d01f81392d482ee97745856141e, '', 0, '?'),
(0x3e3ea18f834658fd549a7eb0faf81caf, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/VisualComposer1/VisualComposer1.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/VisualComposer1/VisualComposer1.php', 1, 0x00000000000000000000000000000000, 0x30bf537cd4d3bc44ae56e7a566a1070f, 0xb9846a4d6b16118f5e549c9b1ea5097481d3573833d8595c1640cf96e2e88eab, '', 0, '?'),
(0x8dc9951a707c0cff2f0540bf63baade7, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/VisualComposer2/VisualComposer2.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/VisualComposer2/VisualComposer2.php', 1, 0x00000000000000000000000000000000, 0x7ec9ac26e97f17b85ea262d16d4e1b7b, 0x32a8e9cfd8cc989e8d5fd6df8278e06616e920cb4ee788592646b5809576daa2, '', 0, '?'),
(0xc5f6e3b7364431527cdafdb328ed0841, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/WPRocket/WPRocket.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/WPRocket/WPRocket.php', 1, 0x00000000000000000000000000000000, 0xd79a1981338d817897e1cadeb62fdb74, 0x7b692f1829281d4dd11d8475671ee9e2f3f7e53af0531db8e8a91bff19d67ec3, '', 0, '?'),
(0x03210ad334d45c5879b78b6a747132d4, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Shortcode/Shortcode.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Shortcode/Shortcode.php', 1, 0x00000000000000000000000000000000, 0x84f204519dd27c24e00e9697534374cc, 0xa69a7e79b2dd25b04ef5c5140891d4a4db9965e76ea001917054b666e3d659ff, '', 0, '?'),
(0x5f49803b9643fda3c3c9e427ecc6e2ac, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/SmartSlider3PlatformWordPress.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/SmartSlider3PlatformWordPress.php', 1, 0x00000000000000000000000000000000, 0xaa70ca3db65e8d212834c2756482688f, 0x982b6a960cf4ce89f0136e9981331717a21553e15d9c6748030300ee7d525dd2, '', 0, '?'),
(0x5a20291c17ec6e3cf52784a549e3e1a2, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Widget/WidgetHelper.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Widget/WidgetHelper.php', 1, 0x00000000000000000000000000000000, 0x6d9f8883b011240e7eb54c7a54702932, 0x62ae0251d9aefe1b0daa04f79a13b117f85e445bacf296f1c0966ea8deb71f6b, '', 0, '?'),
(0x5bbd001933acbcbd5cf402730b72c779, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Widget/WidgetSmartSlider3.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Widget/WidgetSmartSlider3.php', 1, 0x00000000000000000000000000000000, 0xb9ad88d7ebe6c4426bd930c36808d211, 0x7b72bfeed8d09ac7b2e60e82e431626b091a6b2552bd20ea5c0cd8fedd55fe62, '', 0, '?'),
(0x636804e001ea36fce96491b2d40b6dbf, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/WordPressFrontend.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/WordPressFrontend.php', 1, 0x00000000000000000000000000000000, 0x7666472f70d6aaae51541fcc755c9a58, 0x52974dbf5bae4b6d38dda64e9b51da11c9b2732c7c99b37ee63a0ab48c17fbf2, '', 0, '?'),
(0xfea7c16aeddffe98a3f030fa5a4e2e3a, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/WordPressUpdate.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/WordPressUpdate.php', 1, 0x00000000000000000000000000000000, 0x3858ae4e409be2fa57265509e0dd6d6c, 0x4bfdfb4a16bf6dc6aec61ecc9f52b5b7dbe15f1fd87868ea8a6cb750cb996f66, '', 0, '?'),
(0x4afa273a44aab4b140ff3f64cf142e18, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/compat.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/compat.php', 1, 0x00000000000000000000000000000000, 0x3310d35aef16151fdd9e51d45bcf4c7a, 0x643a82a0db8d5799bbfedc852eab0b21a1100aff7981d7a45b153e7947814f4a, '', 0, '?'),
(0x24eef82f5bf4deec59b1534affdefeb7, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/PublicApi/Project.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/PublicApi/Project.php', 1, 0x00000000000000000000000000000000, 0x60590f36d4dbb4829cb480b7dc732b8c, 0x2fbac3da36851ec7285648a0734f0a6e18015fdc0f6a0c35538a83f49392063e, '', 0, '?'),
(0xa4183ef6d39620394dbb2dc159561446, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/AbstractRenderable.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/AbstractRenderable.php', 1, 0x00000000000000000000000000000000, 0x4156bae7fd82a1c0ac1c67061435541a, 0x210aa564eab9e61c802c2733ea7ade1c431f15e70f93c98b429f8ce50203b29f, '', 0, '?'),
(0x37310dd3afea5622c9a0349fbdccb848, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/AbstractRenderableOwner.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/AbstractRenderableOwner.php', 1, 0x00000000000000000000000000000000, 0x67428eda0856dca713a0c876cfa1a1e4, 0x9ed952612c812aaecc91eaf397146d1fe765222a4a4772f78647178e124c34cc, '', 0, '?'),
(0x930b6b01f777f1e58e5e95ad1b6a9645, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Component/AbstractComponent.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Component/AbstractComponent.php', 1, 0x00000000000000000000000000000000, 0x0dd4db13dc055ed875577ade48238bda, 0x5b799b9cbe4b85ee3357c02d2f248546bf96969ff5b9b29ab3325b5b73e4d6e1, '', 0, '?'),
(0xad38231a6f5e90148de52d94536a140e, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Component/ComponentCol.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Component/ComponentCol.php', 1, 0x00000000000000000000000000000000, 0x950aea393851f04e3048e70c5dcb9aff, 0xf7ac30465737b2ac166124ec84cea988009824f36c7a637b57c08b88d2c86e5b, '', 0, '?'),
(0xcfe243bb1ca3c21152ca114054a58db1, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Component/ComponentContent.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Component/ComponentContent.php', 1, 0x00000000000000000000000000000000, 0x1a2b1b1f46bb741fd66f0eb7258e21c1, 0xa5e37610c659c10f7f91428656244cc7feb645a1131e31b0fe4cf91064124890, '', 0, '?'),
(0x4f5e671165db6a862a287993596c5d9b, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Component/ComponentLayer.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Component/ComponentLayer.php', 1, 0x00000000000000000000000000000000, 0x3e2e2ae88a83cfa8800299ade7529a9f, 0x5646ccf968fa5278ecb36e338e5fd4a102966ea6748c5fcfac8aa8235ada5ae0, '', 0, '?'),
(0x142c1eb8c2c4c857d01e2adfa93f96d2, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Component/ComponentRow.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Component/ComponentRow.php', 1, 0x00000000000000000000000000000000, 0x0c9ae4beecaf8deda8e87846e186a55d, 0xae4fddcc8f1bfdb70a14a26cf2c629a50c40c273fe512346c82b6fd260eee3b8, '', 0, '?'),
(0xb9cc2ce4b8d73017a75b69a1476800fb, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Component/ComponentSlide.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Component/ComponentSlide.php', 1, 0x00000000000000000000000000000000, 0xc544bacf04d32da6658368a61ace6b13, 0xbcf2fd8b377cc28d72e288f1dd2ea8910d7b44d4c7496390b78136de8149fc6a, '', 0, '?'),
(0x2ba1914dae1238583f762bcae2f1cd9e, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Component/Style.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Component/Style.php', 1, 0x00000000000000000000000000000000, 0xcad3cbd4ad54a69d9fa6d3aeff589bd9, 0x5a116ed40065309044ff8af4a19da951373e031a8b995868ad6a1ea4eadb8e05, '', 0, '?'),
(0x5f87ae00836f2330c1ae35545c32980c, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/ComponentContainer.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/ComponentContainer.php', 1, 0x00000000000000000000000000000000, 0xbddb3eff155390f28514af9afa76fff6, 0xe1d2ed67456812e055a9ecd0779f5650c35b4a4c963c8ae0273e87c711ddc9fe, '', 0, '?'),
(0xa8e9169b9a55f1bd7241c63897c01077, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Item/AbstractItem.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Item/AbstractItem.php', 1, 0x00000000000000000000000000000000, 0xb176ce5ca96db211c85d3d9f2ef3ec99, 0xa579d4afa13ebf2b9a2597d5aa39bfca85631efcadaa9132433f05c05eb91a2e, '', 0, '?'),
(0xfd1e447a960c7e273b310fca48d6c595, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Item/AbstractItemFrontend.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Item/AbstractItemFrontend.php', 1, 0x00000000000000000000000000000000, 0xe1820ead3a5168091fb2f2e6d4fe5a6f, 0xe54f97ad4adfdd1cc21573131f0b8832f45b7a104b746b7cd811c4d336a03292, '', 0, '?'),
(0x06f6692c2351005873e724fa409e303b, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Item/Button/ItemButton.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Item/Button/ItemButton.php', 1, 0x00000000000000000000000000000000, 0x5f82fdc53ba849fa727c79af98495cb1, 0xb7196d90dbed7604a1889d340849f32c30035127f6c8d0c369e8e2d7c201ae4a, '', 0, '?'),
(0x5cefd95023eee681fd1e7fd7df97cc47, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Item/Button/ItemButtonFrontend.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Item/Button/ItemButtonFrontend.php', 1, 0x00000000000000000000000000000000, 0x4a33faa0bd6bbd6f3122c4fbc4c57e8b, 0x8fcf519d54aaf0cfd0fae24d299b1efd25895aebed5b3c152c294cdedbd5839f, '', 0, '?'),
(0xe8c8c802c986624ef8c6c4bf1f3f4028, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Item/Heading/ItemHeading.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Item/Heading/ItemHeading.php', 1, 0x00000000000000000000000000000000, 0x372dd2018164737a1dbb33e191ec797b, 0xe68fef9ba129cd7cd78f17c437ea03610372354be4d6ec31da5feca8bccb14ac, '', 0, '?'),
(0x3efc291676d9268e2bc85d9c023e58de, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Item/Heading/ItemHeadingFrontend.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Item/Heading/ItemHeadingFrontend.php', 1, 0x00000000000000000000000000000000, 0x0c6bb0c64a3a38d96bb7b88db4155d87, 0x9e4a9b9c1bab7f697fb25f0f1c75155ec3d51f0d49b9535e3c09d1a40f6e9817, '', 0, '?'),
(0xff2a6e50a9895b784581818143c286ce, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Item/Image/ItemImage.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Item/Image/ItemImage.php', 1, 0x00000000000000000000000000000000, 0x2bafb14d077ab88b0b60406de8e96dd4, 0x81576b115f9d231c4641d04035739520e6c1467657c798d8cb0b32c6761f5cd9, '', 0, '?'),
(0xddec63fca36e79af648a048ea9065c43, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Item/Image/ItemImageFrontend.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Item/Image/ItemImageFrontend.php', 1, 0x00000000000000000000000000000000, 0xbd152110802157c98f943f005a0f8ad6, 0x6d500664183e548835de9994f76bd2414067bc94ddc31e78309c271ef553170d, '', 0, '?'),
(0x9f7c83318bf02b36c4546b24229c8193, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Item/ItemFactory.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Item/ItemFactory.php', 1, 0x00000000000000000000000000000000, 0xb3edf90eaac6581262b418a23c1e6abe, 0x8400e663de293830357b7ccbd0f39e9a1a59e2e47f5904d63f7d1a0f1180df06, '', 0, '?'),
(0xa0e4459453fbc7e61663d9afc443a21b, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Item/Missing/ItemMissing.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Item/Missing/ItemMissing.php', 1, 0x00000000000000000000000000000000, 0x8c5b59fc4612319fad5391b536a68a48, 0xd5aa4acfde9557b9db14397bf2aac69972ce6493df7f4c459708c2c81fb9ba88, '', 0, '?'),
(0xf6135beb453212ed7b2a96929aef77e3, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Item/Missing/ItemMissingFrontend.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Item/Missing/ItemMissingFrontend.php', 1, 0x00000000000000000000000000000000, 0xd896038fdec2e1cd0ac8502c8595ea2f, 0x003660023efe32cc05515e468694059536e92d0b79eccdd55f8db0d1963a234b, '', 0, '?'),
(0x1de6bb1b8cedae0b3bd6f9b06ca3d53a, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Item/Text/ItemText.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Item/Text/ItemText.php', 1, 0x00000000000000000000000000000000, 0x10aec6c358dcfa6c0397966368daea74, 0x4d32a118e893f38dd58808ceafe986118154aa758e8a9b704f10201af2bb4323, '', 0, '?'),
(0x90e92e2dadb33ec725e2bc9309864808, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Item/Text/ItemTextFrontend.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Item/Text/ItemTextFrontend.php', 1, 0x00000000000000000000000000000000, 0x73482814d86c46da3e1b81d67bcfa6d8, 0x417f104fffe95dff70463eba42a47690065624b34f67b8a126ebd1917045ef1f, '', 0, '?'),
(0x49f67dcbf2aa746d4d5293e09ac3d20b, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Item/Vimeo/ItemVimeo.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Item/Vimeo/ItemVimeo.php', 1, 0x00000000000000000000000000000000, 0x3bf0746944b9820458d5a5b05375a328, 0xd11b2e27e23ef50c392b46a3581515770db3bee87acee009392f1599fb982b4f, '', 0, '?'),
(0x7dd0046243563db17b15fdb14b7430a4, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Item/Vimeo/ItemVimeoFrontend.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Item/Vimeo/ItemVimeoFrontend.php', 1, 0x00000000000000000000000000000000, 0x9610b1655de78a0dddf2a9b793cb3fd8, 0xd7e646473c6504fed58a9450e08741248a60c65a430b19e720936e247da3d8f0, '', 0, '?'),
(0xfcb32e61a127cd6dec49f7e093732895, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Item/YouTube/ItemYouTube.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Item/YouTube/ItemYouTube.php', 1, 0x00000000000000000000000000000000, 0x463cbd12e67741f457aa6c61961869a4, 0x1956a079426994fd8cb4be95dede4227c9e76d314c4371e208f2906ab7e43bac, '', 0, '?'),
(0x7cd78d5b465590e6976a14329c156232, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Item/YouTube/ItemYouTubeFrontend.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Item/YouTube/ItemYouTubeFrontend.php', 1, 0x00000000000000000000000000000000, 0xc0494927f635193e872431158bf7fcee, 0xcf82bf17bde94de0006e94ad44b4ac6c31f12ea07bcbbe1a7c4ae7a2d12f4b15, '', 0, '?'),
(0x34ae9d83a0532b07ca239d3b046361c8, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Placement/AbstractPlacement.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Placement/AbstractPlacement.php', 1, 0x00000000000000000000000000000000, 0xb897717075f0e7307ae8c8124dca4884, 0x555a12855ee46db0fdf8a73d3087faab929c30bae4471683e73af3749790569a, '', 0, '?'),
(0xcc6fc2f82191f741541b7dd5d473b5c9, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Placement/PlacementAbsolute.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Placement/PlacementAbsolute.php', 1, 0x00000000000000000000000000000000, 0x0cfacaf42534b121d43767b2baf04b99, 0x269fb9226bcdb60f966f282e0ae273b02478ce80926fe53242bafbd6ec923a9f, '', 0, '?'),
(0x784cbeb162f54b35c61bfd12f3a2adf0, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Placement/PlacementDefault.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Placement/PlacementDefault.php', 1, 0x00000000000000000000000000000000, 0x814b4f27e70513ab04d950cafe0fb05c, 0x320647c4651d5e0e08f4db60f1adde909135c58ad234dc68398978246143f46c, '', 0, '?'),
(0xffae69d95f27365f5d55abd4a6c41df4, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Placement/PlacementNormal.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Placement/PlacementNormal.php', 1, 0x00000000000000000000000000000000, 0xe0f3823903a2ce52a093c574db1dcc0f, 0xf783ce437bdf25b541a91d227e863764e96b0eb57da9f871132e9fd565ee4561, '', 0, '?'),
(0xdc3b69c93367f527ffed1e8d98ad852d, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Settings.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Settings.php', 1, 0x00000000000000000000000000000000, 0x46e1ad8ead1ae5225c6c45064b93f831, 0xe7d9f6854d0ff26d31f3d1d471ebb1a9ae87cc5a40df634760e7d7674dcfd98d, '', 0, '?'),
(0x3762686012071a03b7bf71811368a476, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/SlideBuilder/AbstractBuilderComponent.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/SlideBuilder/AbstractBuilderComponent.php', 1, 0x00000000000000000000000000000000, 0x1812c250e48ad5b7d72411e7dfc8cfa8, 0xb8316937fb657e209b46a581a1e904210aeff11bccefdf69e7dd39700f8cc6ad, '', 0, '?'),
(0x87077714566b294f0ebc62a2f5624f9d, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/SlideBuilder/BuilderComponentCol.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/SlideBuilder/BuilderComponentCol.php', 1, 0x00000000000000000000000000000000, 0x6b4aa21a387c3152ba06aed30158993b, 0xcd07450c24c7d2ac824221da3a54f3fc509570bcc72756751b296b6f0ec36060, '', 0, '?'),
(0x134d2c5488349959703a45f8e3f3da9b, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/SlideBuilder/BuilderComponentContent.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/SlideBuilder/BuilderComponentContent.php', 1, 0x00000000000000000000000000000000, 0x2b3f1bac529f39a99467b34643f05b68, 0x9ecf8c733f6822c4eab936f10bdef4f6f0853ed9f573859970722abb780ceb12, '', 0, '?'),
(0x7caa6997110c6af5bfafab8041b97e87, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/SlideBuilder/BuilderComponentItem.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/SlideBuilder/BuilderComponentItem.php', 1, 0x00000000000000000000000000000000, 0x3ffd5467e509ee4e26cb798b881db589, 0xe23011d4cca71745c6cfa86b0d2d1663ad2c5f8f9b0094682399bd3925f818c7, '', 0, '?'),
(0x9c5f77edf41915c860d4bf5e6212241f, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/SlideBuilder/BuilderComponentLayer.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/SlideBuilder/BuilderComponentLayer.php', 1, 0x00000000000000000000000000000000, 0x2cc8e9180481960e2db07d484277a5ba, 0x367f6979f70b02caaab252157934bfd12c1e7f5b6f0d006285b7c5228666256e, '', 0, '?'),
(0x983b9ce0cdb9fe725eba0be38ee44eeb, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/SlideBuilder/BuilderComponentRow.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/SlideBuilder/BuilderComponentRow.php', 1, 0x00000000000000000000000000000000, 0x914bf80d050eb3edbc0a76e5ac005d79, 0xf0ee853f022b69964acde5abad2a4ac8cb36f43e589765fc6947a9149ca1a469, '', 0, '?'),
(0x16fe851e80ec38acebcf0094934a2e00, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/SlideBuilder/BuilderComponentSlide.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/SlideBuilder/BuilderComponentSlide.php', 1, 0x00000000000000000000000000000000, 0x701a22e0a79152ff38dd282b400d58db, 0x887a5d69f30b0596c7478c77d171b7f40494e211e127696eaf23b308c21de47a, '', 0, '?'),
(0x7c999968cfd6a8c95bf74f95b26c41c9, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/Admin/AdminSlide.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/Admin/AdminSlide.php', 1, 0x00000000000000000000000000000000, 0xb1108b6c6e2b8f9658acc2f61bc8d7a2, 0xbe18d048ccdad05b518d5a9159fb66df9b7f961f882807ad3103ce9c71a6b5b5, '', 0, '?'),
(0xb9fbfcb16e35cfbb8b3331cea4b0f887, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/Admin/AdminSlider.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/Admin/AdminSlider.php', 1, 0x00000000000000000000000000000000, 0xd955fdb1edf11ff5eae28e60a39f24ae, 0x8de9439544c6a63a3fa8f83137cf3b723a2532040c112a24c460be8b4427e8f5, '', 0, '?'),
(0x943b5439ba2fa7b3fdf112b1f4ba2d2a, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/Admin/AdminSlides.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/Admin/AdminSlides.php', 1, 0x00000000000000000000000000000000, 0x52253a2b41778e7f43898990396586a5, 0x9f24f808036990f244acc135787bb4b801ff559921670ea6027e68272cee0db9, '', 0, '?'),
(0x9e9fac0200b26efa1e63cf336a0adbad, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/Base/PlatformSliderBase.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/Base/PlatformSliderBase.php', 1, 0x00000000000000000000000000000000, 0x8950d4e13c36ffa2532953b33c3224c8, 0x6c30ee9ecda8994dcc112b1c7ffba015cdeddb20d0ad68a2477f209d1a47060f, '', 0, '?'),
(0x85c9fc26870c6b9391c70dbc7a782aa1, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/Base/PlatformSliderTrait.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/Base/PlatformSliderTrait.php', 1, 0x00000000000000000000000000000000, 0x0a9746ad280c081dcf446c27cfbc2b30, 0x182b7179116f7147a532996c8d8f1a038287bf655f300aa8835cac7d7cc5bb9c, '', 0, '?'),
(0x2b900e8b00ac0751f3833c9dc2518657, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/Cache/CacheGenerator.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/Cache/CacheGenerator.php', 1, 0x00000000000000000000000000000000, 0x908be3d01c8bfb2a356ab1b3cf83aa20, 0xc97a34e3fbe0744614e59c9b9d266d824c9ea6e007dfa9822671be9ab21e0d8f, '', 0, '?'),
(0x0b582796acf586b362ee4d484be5ae0c, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/Cache/CacheSlider.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/Cache/CacheSlider.php', 1, 0x00000000000000000000000000000000, 0xde46f08080b6484b29b952f5cdc80b8d, 0x07e6d460041586642f3b24a4f23b9e05add7fad2af9d4c2d643ef097f08cb832, '', 0, '?'),
(0x823906e61860bbf255a347da328bbaf2, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/Feature/Align.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/Feature/Align.php', 1, 0x00000000000000000000000000000000, 0xb269ec60fc2b233630346e6024c4a05f, 0x79800301e2e3d45e188710aaf7ca2ba31916536c64afcf0fc74e9a5f70150401, '', 0, '?'),
(0xcdae71a7a237e86c0376cf67c4761a2f, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/Feature/Autoplay.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/Feature/Autoplay.php', 1, 0x00000000000000000000000000000000, 0xfadaecacc14be50c5308bf6668377774, 0x88348f891f797b3a7c5a27ffb5184c65a93c7e20daabaaf323e22e1aae305c52, '', 0, '?'),
(0x8869f5689a5bc3ce1f0887727f1835f1, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/Feature/BlockRightClick.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/Feature/BlockRightClick.php', 1, 0x00000000000000000000000000000000, 0xe8d9d2f2eb0dbf827ca2c97fe7c37e14, 0x86f5ee3ed919975e400cbb2f610eb39d3902cf751fe31d9048da51d38b9cc43b, '', 0, '?'),
(0x7f8d299395d82eb85820c97830dd56ce, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/Feature/Controls.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/Feature/Controls.php', 1, 0x00000000000000000000000000000000, 0xaa25e186123f2a2a8b2e3c713cc16cd4, 0xd9d5ae1be5ad7166dbf6b7f3bb21c62ee41890bce619cfd6f4808937295ec45b, '', 0, '?'),
(0xac29dc4f046e09aba8d87ca8b429352f, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/Feature/Focus.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/Feature/Focus.php', 1, 0x00000000000000000000000000000000, 0xabd47feb87732af79cf4f9a8375da971, 0x57f110c8f21e5eb701102e05ffeeeed5a894e0334085459502f72cd7745e3351, '', 0, '?'),
(0xf774c325dd30e2e2450a7991e01b0a22, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/Feature/LayerMode.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/Feature/LayerMode.php', 1, 0x00000000000000000000000000000000, 0x61c385ca36e9e659686fb0ec78f36631, 0xfd261b245d9e40d82a9fa69f7aaf0a7b87a897c046ad134df8df76b0cf291ff3, '', 0, '?'),
(0x7f5297e1038bd91e8312497ec8af315e, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/Feature/LazyLoad.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/Feature/LazyLoad.php', 1, 0x00000000000000000000000000000000, 0xb77a96d43273cec7750e33f569cfe7cb, 0x91f939e8e676055f70dee7e00e2664c13274e7d08628cd091f0b5e13f2bbdb44, '', 0, '?'),
(0x991045a338836fd962e444f9e778cf43, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/Feature/MaintainSession.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/Feature/MaintainSession.php', 1, 0x00000000000000000000000000000000, 0xec4b9399799b3c6b4086189a040d3d26, 0xb280869668b75a345c1dc72b6a3a9b98b6a856a20d3123ded646764d11712d8e, '', 0, '?'),
(0x2db60d2127fae8a5d133479ee52df2e6, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/Feature/Margin.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/Feature/Margin.php', 1, 0x00000000000000000000000000000000, 0xdab9ee7f3094852d5f670a97522d5a63, 0x91d201ef72fcedb560c0305d7b1a62cf87c614f23601245746e0fb3c272c6990, '', 0, '?'),
(0xa4a896e8ec48f47210512e4e6b6f9503, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/Feature/Optimize.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/Feature/Optimize.php', 1, 0x00000000000000000000000000000000, 0xfcf17e7647bea3ab09944ee90a603a4d, 0x256a9e586850a4201e1863b8582adce49aced4177383634d87e24be14a955edf, '', 0, '?'),
(0x877cd6d457657b60991c4b94e9106128, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/Feature/PostBackgroundAnimation.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/Feature/PostBackgroundAnimation.php', 1, 0x00000000000000000000000000000000, 0xaf3795086d8e98d03730497edeb16031, 0x83201420a60a33b15c005249106d759c4d5822516fc92cf746b2d2201ba53af0, '', 0, '?'),
(0xf16eb3b9bca1350208d8c4c0c508e367, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/Feature/Responsive.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/Feature/Responsive.php', 1, 0x00000000000000000000000000000000, 0x0ca53d7f75842678b6ebbc5ce97fb432, 0x8e31cd1af60b651a774812eac85a9cee51b0ce3e4ef4f3c23c0a4b0da76fde38, '', 0, '?'),
(0xdf1a6ff6955d5bb39adcd154961e6833, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/Feature/SlideBackground.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/Feature/SlideBackground.php', 1, 0x00000000000000000000000000000000, 0xf5f75b7ac36fd78de25bac758b8205f1, 0x10b0b74fea99e425559104b5162f51e2e5f41a951d2fcf72c28d97a14051dd06, '', 0, '?'),
(0xa8d3d16175d2dfb41c13c2b72f74316b, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/Feature/TranslateUrl.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/Feature/TranslateUrl.php', 1, 0x00000000000000000000000000000000, 0x9df6dd7fe3e87b6d5cde1c8634504688, 0x4577d938331cae78c288239c2fb6655e262ba56f6ef03214f875704d4158a86b, '', 0, '?'),
(0xdb75542b5c6d798fa91197726f997064, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/FeatureManager.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/FeatureManager.php', 1, 0x00000000000000000000000000000000, 0x8f959e2eb7f509e1f8e1eea6fc33b580, 0xfd8bfbe28906eaaadad7d6757c444972b527bcbc5ad0a6398afcebafadc10ad1, '', 0, '?'),
(0xa099cda84f954106a7c8495f9f3018dc, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/ResponsiveType/AbstractResponsiveType.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/ResponsiveType/AbstractResponsiveType.php', 1, 0x00000000000000000000000000000000, 0x74967fe866c020985c0adf36030075d7, 0xf5547f8f1989ac39ac6be0799f55931769b5e6ac433e9c7dd1a00842a3e50004, '', 0, '?'),
(0x267de98c45ef637a92c19cb97b53fbec, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/ResponsiveType/AbstractResponsiveTypeAdmin.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/ResponsiveType/AbstractResponsiveTypeAdmin.php', 1, 0x00000000000000000000000000000000, 0x2ec1091fddea8e3e7cbc3fdf5a79f2f3, 0x2b3b12493d4f4f5c4885821816dab4b5c4feb578b4bac172ef509272205413bd, '', 0, '?'),
(0x5ab952e7e3f195da484b5fd5f6290b3e, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/ResponsiveType/AbstractResponsiveTypeFrontend.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/ResponsiveType/AbstractResponsiveTypeFrontend.php', 1, 0x00000000000000000000000000000000, 0x6e4cadc701c6bcdfab663bc95ab28466, 0xb7e90594e7b2845c9de83c35e6811302373dfab889b28c49d8d23f2626eae733, '', 0, '?'),
(0x505956645dcf5c573ee9f08519d50175, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/ResponsiveType/Auto/ResponsiveTypeAuto.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/ResponsiveType/Auto/ResponsiveTypeAuto.php', 1, 0x00000000000000000000000000000000, 0xb082a9c9af68104f89d65e5c58a2eaa6, 0x3c8c0800c12e5ab06f32b06019f4b90f8cb48e70869c899eebbb2b357748c46e, '', 0, '?'),
(0xb06ee3376157101104b11c913e52d1ac, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/ResponsiveType/Auto/ResponsiveTypeAutoAdmin.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/ResponsiveType/Auto/ResponsiveTypeAutoAdmin.php', 1, 0x00000000000000000000000000000000, 0x1d70c83e4ec61bd82249379cdf27697d, 0x24cf52bc5c41631aab279a6d9e0ac7f70020cba60414cc12624e7517bf1472f3, '', 0, '?'),
(0x8e42c10ffa55532cd0324a3f1876d6ed, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/ResponsiveType/Auto/ResponsiveTypeAutoFrontend.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/ResponsiveType/Auto/ResponsiveTypeAutoFrontend.php', 1, 0x00000000000000000000000000000000, 0x9a642fec6674b73fe100ab8e28d1706c, 0x6801d3f9a54a3c60e3138e61388a511507fc07ee84179452dcb6f691611b2d0b, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x0ebbae1630eb84055b48999163c1fd3f, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/ResponsiveType/FullWidth/ResponsiveTypeFullWidth.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/ResponsiveType/FullWidth/ResponsiveTypeFullWidth.php', 1, 0x00000000000000000000000000000000, 0x8d0c162d7e5de254f7e53b9c17ad49e3, 0xe1ea16d2c3d5b7311803239aea06deaa2ab6a1075be4339f811345c3a3e0b2df, '', 0, '?'),
(0x8dad7d072b7ab83a84f7999c69bacc6c, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/ResponsiveType/FullWidth/ResponsiveTypeFullWidthAdmin.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/ResponsiveType/FullWidth/ResponsiveTypeFullWidthAdmin.php', 1, 0x00000000000000000000000000000000, 0xaf92813caf75ec25ec90bbd180431826, 0xe6d39f6b99bf8d1f55f120fd3c802e441d112f7f04a5b72c4cc07b73276488c7, '', 0, '?'),
(0x4b9cc0e1d7f63eabc4d625e1994f9731, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/ResponsiveType/FullWidth/ResponsiveTypeFullWidthFrontend.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/ResponsiveType/FullWidth/ResponsiveTypeFullWidthFrontend.php', 1, 0x00000000000000000000000000000000, 0xc002ae739b6e30796e7b996da9390b81, 0x86d3c50bdf2209e6a0cd395ba0c049bf8dc451bbd5c401f30b59d010d23a434b, '', 0, '?'),
(0x2e011cba2305504362cd9d17aaa03c28, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/ResponsiveType/ResponsiveTypeFactory.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/ResponsiveType/ResponsiveTypeFactory.php', 1, 0x00000000000000000000000000000000, 0x1724219f09b8496892c5b0cdc32dda44, 0xe667c6841615a4bb9433c71e6f53cb968f5c99598fac18509937cc2746b0061b, '', 0, '?'),
(0xa09ecd3617127894c233a2bada029ad1, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/Slide.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/Slide.php', 1, 0x00000000000000000000000000000000, 0x2924a5b2138a5fb22890b696a64debc8, 0x0b6943d7ee3b0c445d7e68aedea13df3e16f12a0f3ec6e41ca81f8f017582d01, '', 0, '?'),
(0xa45a033091250b08ecb804844ae2e3cb, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/Slider.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/Slider.php', 1, 0x00000000000000000000000000000000, 0x51cc1cd2668d234c897719bc71270a9f, 0x3879ad3a7c7d24ce2b61aa48b15180f62ba278ea6636a7b3147a4c7d33771025, '', 0, '?'),
(0x32fa0639a08ab088c6b74fcf40eb5e49, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/SliderParams.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/SliderParams.php', 1, 0x00000000000000000000000000000000, 0x50a73341e305b674ca639873a9e534f5, 0xe459585e9f4f3c35037fc4f76cae50eb30c72e7c96c7366fd3c852eee5794242, '', 0, '?'),
(0x424b6a605032a9dc3d991056e678a372, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/SliderType/AbstractSliderType.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/SliderType/AbstractSliderType.php', 1, 0x00000000000000000000000000000000, 0x83c109faa93b45d8faeb2c05a248ea4c, 0x5e9d014a0670f77b21a6bf83252fabe0f6a8cd4c1e15f1230772092f864772c4, '', 0, '?'),
(0xb716dba145ac59c3105bc6a3e1f1f975, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/SliderType/AbstractSliderTypeAdmin.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/SliderType/AbstractSliderTypeAdmin.php', 1, 0x00000000000000000000000000000000, 0xfb339f1e7082c6ae8fed7b4772df2cb3, 0x928f89e7ca88a8d8fe6daf5665e3aefb5f3866c5096b865620cf50f0a42593f4, '', 0, '?'),
(0xabb06e058513a261fa181feb71bdc41e, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/SliderType/AbstractSliderTypeCss.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/SliderType/AbstractSliderTypeCss.php', 1, 0x00000000000000000000000000000000, 0xaba4b7bdb8bf9fc4a66452f1092ad602, 0x530ecf4bf8eeb42da8254aa6fc3b495a403898d0d4ac6536f1cbe37fbd976460, '', 0, '?'),
(0xd930c5005150181397ffe66279ba9668, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/SliderType/AbstractSliderTypeFrontend.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/SliderType/AbstractSliderTypeFrontend.php', 1, 0x00000000000000000000000000000000, 0x6b312b912bc700da60f12572483d8b0c, 0xc6e1ee84d620c4bc727bf7284c113c821d9ded420727c88e4e581daf867a4a08, '', 0, '?'),
(0x0fb135c7429d682f263009ff9ae29f71, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/SliderType/Block/SliderTypeBlock.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/SliderType/Block/SliderTypeBlock.php', 1, 0x00000000000000000000000000000000, 0xfcaaae7e9bd7a0bb52911ecda9ab8e99, 0x4d0f1382c1b23d75d837b268b84cb91dd27625a2e035deb4c5dd9e92245c2414, '', 0, '?'),
(0xbb5e013ce2cfd8086667789451645163, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php', 1, 0x00000000000000000000000000000000, 0xb0a65b4ff6c2ee25c6bebb0e80aeec96, 0xb7077da2123312c54141510a4ab33cda0ba5465e6faab2957051575f7a5106b3, '', 0, '?'),
(0xf8ef67f1327b54840e254f10bcc2c471, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/SliderType/Block/SliderTypeBlockCss.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/SliderType/Block/SliderTypeBlockCss.php', 1, 0x00000000000000000000000000000000, 0xd83a8f376f9dfd68397869a714e806ca, 0x727ca5921fed5896ffc3377d6d1bc0fc20b45b43cf24f41bbb8166492b7e02ff, '', 0, '?'),
(0x0dbcb3446f9a58b52f9e5798911d4f92, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/SliderType/Block/SliderTypeBlockFrontend.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/SliderType/Block/SliderTypeBlockFrontend.php', 1, 0x00000000000000000000000000000000, 0xa69ebe09fa4315ac3f882d8ffa1a5ae6, 0x7809587530c9089ff043005758f5f78c6e498b062092f71e2f1cb1bdd4f34016, '', 0, '?'),
(0x4cc565bd9b2667300fd1114fa9546e8f, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/SliderType/SVGFlip.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/SliderType/SVGFlip.php', 1, 0x00000000000000000000000000000000, 0xc0b020ff43b3550e8b2ee8dd5511d6f7, 0xd3c438ba55d6aec05d79e1944ace4b7a8f613dd1404f1e3cf06add3e9aff6093, '', 0, '?'),
(0xbad7356674de24a2d4b6c8124c3ead47, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/SliderType/Simple/SliderTypeSimple.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/SliderType/Simple/SliderTypeSimple.php', 1, 0x00000000000000000000000000000000, 0x18a5d9ec1882ea8dade3becb7e373794, 0xaf1b8f044ff3c3f39904645e942f27fcb759d93fcd4da719679aaf0a9f607d32, '', 0, '?'),
(0x2f5455ae822580b15abb5a4ba08a538e, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php', 1, 0x00000000000000000000000000000000, 0xc368eb00f2c4669ddb7ccc30ab4f1ad7, 0x1855feb4f7b11dd9c4628306fe22634c667d816d54d8348b08dd64efc1b42c06, '', 0, '?'),
(0x0096c36ed50765fe075ca184c867cc7b, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleCss.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleCss.php', 1, 0x00000000000000000000000000000000, 0x3f32142910b006fd3959fb293177de3d, 0xa93fe268267badecf8b6c2b5cbaf000dd34e17e768692dc9fa8178d129ce9fb9, '', 0, '?'),
(0x435a4f0c1b243a38255042e13aad3e66, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleFrontend.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleFrontend.php', 1, 0x00000000000000000000000000000000, 0x346f52d70121116ec7b2c3d6af41d0be, 0x7e51de08802f2963ba2345bb6eb84dd43ba85aa0bd6f444bd5fb5ef59c70882a, '', 0, '?'),
(0x15298dc23c47a01b98961753de073c15, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/SliderType/SliderTypeFactory.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/SliderType/SliderTypeFactory.php', 1, 0x00000000000000000000000000000000, 0xde3a5eb22187bac2aed83625ac30e0fd, 0xa2cbcd81c41643dbcf06d0ebde8bb69cf79a537211d8516ebc6be74488021770, '', 0, '?'),
(0xb519496a19abee8c1e4767ade9370d02, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/Slides.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/Slides.php', 1, 0x00000000000000000000000000000000, 0x0e6e3bdbdced36c483c5895c569d2158, 0x60a221c7299754f69678ee0167072bf75cce8304e56bc95e829b157ab07cc9e9, '', 0, '?'),
(0x64523f4558c0b54566bf83640d477d98, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/WordPress/PlatformSlider.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/WordPress/PlatformSlider.php', 1, 0x00000000000000000000000000000000, 0x3e8986b81988da09c79a8bd2ade119af, 0x89b2c7446e266983cbb8d39914b96997986bf94dd89d33c81ee29f4ab9a04522, '', 0, '?'),
(0x7ff438d994d5cda1341ff978cb3c4ed4, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/SliderManager/SliderManager.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/SliderManager/SliderManager.php', 1, 0x00000000000000000000000000000000, 0x180aa17a84da0c0cecb409f4a51608d1, 0xadfa18aca747c68d8d95ea3b8548839f6f5f701647654073817b4d250349c423, '', 0, '?'),
(0x1a6dda126cc9bb57616ec0a64d71fa3e, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/SmartSlider3.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/SmartSlider3.php', 1, 0x00000000000000000000000000000000, 0xc73dd20770114ee6a9abbbf34c96745a, 0x26af170373745bb852e2dff032cf8a61eb538c3d7cb63fe4c994b11006a6e811, '', 0, '?'),
(0xdf3b9587c57a48cc7d5d4539f6f4a6d7, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/SmartSlider3Info.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/SmartSlider3Info.php', 1, 0x00000000000000000000000000000000, 0xed956236e59ed67c75344f5f4e4bba9a, 0xa7a9c8fe84e763d9c2d741c04ca4f18bebcff2e9e728d7d7a5aeee6ec36d651b, '', 0, '?'),
(0xe27b289904d9dd2be5dd71046b00f3c5, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Storage.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Storage.php', 1, 0x00000000000000000000000000000000, 0xe482f68aee91edfc93749ba6e8dc157d, 0x01ef1a04cd4d8c558bcc7787164a0974b19df0ec9014d23c430879b25f9d4a9f, '', 0, '?'),
(0x48127ded2b664ab8f1a6489649b3b9db, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/AbstractWidget.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/AbstractWidget.php', 1, 0x00000000000000000000000000000000, 0xff57bd40c7e0f6b0252db09cea016d7b, 0xefab8a3f04eda11f05e90d78ae61955ee23f916dc0046b891f0b95ff2512a582, '', 0, '?'),
(0xcaf738d3f2199bd33896403613c4f76d, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/AbstractWidgetFrontend.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/AbstractWidgetFrontend.php', 1, 0x00000000000000000000000000000000, 0x270a3f00bbb861bab93202ac89f518e3, 0x5d5e311ebe701e60af11a26ebd65503110df95446675dbdc71964d8e3f0902d7, '', 0, '?'),
(0xe69082d69064a0bd4afe0d6c8ceecdd5, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Arrow/AbstractWidgetArrow.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Arrow/AbstractWidgetArrow.php', 1, 0x00000000000000000000000000000000, 0xc9c5f161a2cc3d4a6af0e37705aeeefd, 0xaf6f68c9c37f7ceeab933353e839433c2d74787154cce7e1e55e73d647ba76b8, '', 0, '?'),
(0xa6cbb833c73086cfe6d2f9088ad91fbc, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Arrow/ArrowImage/ArrowImage.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Arrow/ArrowImage/ArrowImage.php', 1, 0x00000000000000000000000000000000, 0xf32ea51cc038d9754a5f635bc8e945b8, 0x8714572daf38dd6535692c17c3888d85b78be35a40fbcda8474f17379fd13fdd, '', 0, '?'),
(0xbca541a168b5bcdb25c9d3692feba1ad, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Arrow/ArrowImage/ArrowImageFrontend.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Arrow/ArrowImage/ArrowImageFrontend.php', 1, 0x00000000000000000000000000000000, 0x940c3a74981455d3d6c2d0272ac97dfe, 0x133a13b0730977a9cef0ac3c221082274a449cd64e36a8a90eb389dfb6bba669, '', 0, '?'),
(0x71956052dab4d21985781f20d249bfa5, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Autoplay/AbstractWidgetAutoplay.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Autoplay/AbstractWidgetAutoplay.php', 1, 0x00000000000000000000000000000000, 0x717667666776f0d76788ae73853d146c, 0x1e399ea1d2af6017c6aa292d24bc919eb64b6ec621b1ed31007583666449ddc4, '', 0, '?'),
(0x541fdce077553945d3767ef294d7dcee, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Autoplay/AutoplayImage/AutoplayImage.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Autoplay/AutoplayImage/AutoplayImage.php', 1, 0x00000000000000000000000000000000, 0xbe20d1b887e96536c51c8a1d6e1b4b7b, 0xff6b441231de0de0d81ee562ef3cd109235c022b0cd210e18889f2f492e634b7, '', 0, '?'),
(0x9064967991b7e47d091a1e9444862995, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Autoplay/AutoplayImage/AutoplayImageFrontend.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Autoplay/AutoplayImage/AutoplayImageFrontend.php', 1, 0x00000000000000000000000000000000, 0x442c72ced72e93f65172002526f8b8ff, 0xe91fafd7089f85e73adb9821a1129f6e09675065018d2b0948c4ec10a6d63615, '', 0, '?'),
(0xd2637aaf0673db0b36e675a4bc4cc33a, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Bar/AbstractWidgetBar.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Bar/AbstractWidgetBar.php', 1, 0x00000000000000000000000000000000, 0x2e974f118a84fdcfd48cc78dbaefe172, 0x02b814e949c206e8534bc96905d02e4b2c935c00f49fd3e5b37a9aba0c6a1357, '', 0, '?'),
(0xec83b5794dd9d26ef9b6210623c81eb4, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Bar/BarHorizontal/BarHorizontal.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Bar/BarHorizontal/BarHorizontal.php', 1, 0x00000000000000000000000000000000, 0x2791d2c3ff9769fdbcca1f0ee5d0d112, 0xe8ce25160ab9dff0c69a91df859ae7af776cfa6bde5f3498b504c25a59023e8f, '', 0, '?'),
(0x11d2337a5979547f1da93f5334766a6b, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Bar/BarHorizontal/BarHorizontalFrontend.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Bar/BarHorizontal/BarHorizontalFrontend.php', 1, 0x00000000000000000000000000000000, 0x89756b4effecb99b8041653143eab3c4, 0x4e871a4c2e443ff25dc98ddc87cf665af0249931e5bfe1dd99d430a771606fa1, '', 0, '?'),
(0x31e6f517cfc89d612aca7493ec3c2509, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Bullet/AbstractBullet.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Bullet/AbstractBullet.php', 1, 0x00000000000000000000000000000000, 0xd5581c0617a78638cec42eede62fe315, 0x20d2e958a8cbf57991130f710e41155460f4fa73b94c32f0ae60ae32d6972073, '', 0, '?'),
(0x4ddf516ba59fbeb921cbd5445d753e81, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Bullet/AbstractBulletFrontend.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Bullet/AbstractBulletFrontend.php', 1, 0x00000000000000000000000000000000, 0xee2d20f4ad23b08eac7348f26893f425, 0xf26297bd6f44ba18ec0891feeca8808695bb91378af3bcd521af7532ae31d869, '', 0, '?'),
(0x564c152457100c7284cbbbd6bda48ad0, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Bullet/BulletTransition/BulletTransition.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Bullet/BulletTransition/BulletTransition.php', 1, 0x00000000000000000000000000000000, 0xceae13be632f646bce54918595f8e62f, 0x59f285e58874aca211af6e352402845546c8aafab13eb1bad330253793186f2c, '', 0, '?'),
(0x582c5e882f723de024a4f79498a3771e, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Bullet/BulletTransition/BulletTransitionFrontend.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Bullet/BulletTransition/BulletTransitionFrontend.php', 1, 0x00000000000000000000000000000000, 0x5b310689a4424dbb1e45e9ac98288e2e, 0xe847a5bd116ac7029605d5015ee5cffca46f27aca088511c470028677bfefa3a, '', 0, '?'),
(0x5094d24abbf82f3fba257816aa13f87a, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Group/AbstractWidgetGroup.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Group/AbstractWidgetGroup.php', 1, 0x00000000000000000000000000000000, 0x3738c8701af462304d2f1927aacc6617, 0xc2f3e15e9b06ba7eafc75011bad40114104e67ce3a28a9939d283002ac5f393f, '', 0, '?'),
(0x876b2f86f332c580eae587d183a264d5, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Group/Arrow.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Group/Arrow.php', 1, 0x00000000000000000000000000000000, 0x58acdb28dd01014cfc1781bc41c204bb, 0x47bbe00ad40c7bee1568174caf0a4aac7f73ece72a2c74b8e08dcf75dc1a930d, '', 0, '?'),
(0xfabb820e396b8cf27cc1bf60ebdfdf60, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Group/Autoplay.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Group/Autoplay.php', 1, 0x00000000000000000000000000000000, 0x79a90baf6c2ccc5dcd5972a7f4ef2ab4, 0x3e66dfaa84a2ff1c6e12e67e4a96bf2494e551e11d9f353a62c825e80c749c48, '', 0, '?'),
(0x21ebdeea90f2f9928d8619c50f1c388c, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Group/Bar.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Group/Bar.php', 1, 0x00000000000000000000000000000000, 0x1616c2d32ca3e91236c4d3f061d15e9f, 0x0edef501a671dbdcc8415b0bda58b1f7e10394fdf07dd86f2e57a35d993ecbca, '', 0, '?'),
(0xf82b09209af04c2b3fc7e125b2e87ab7, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Group/Bullet.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Group/Bullet.php', 1, 0x00000000000000000000000000000000, 0xd73fe1488cdc03f1cccf65585db98541, 0x7d65860856adeabd60b811bc6bcee033a7084a9755461735392305409d5eb0e6, '', 0, '?'),
(0x20cf57475c62c334322403f07175b726, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Group/Shadow.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Group/Shadow.php', 1, 0x00000000000000000000000000000000, 0x485a187c47594116198010dc82c606a2, 0xd169917946234643fc8af4e08c269e210de9d4466b21f8b4ed621d3eedd87694, '', 0, '?'),
(0x575226dddc5196f4ebb7bd00e32c1bfe, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Group/Thumbnail.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Group/Thumbnail.php', 1, 0x00000000000000000000000000000000, 0x5059947ea72f72069eb2428cdb683fd2, 0x90502b8cc78c8a43785c10bb59f9f265e9d1638be97c85dba572cf775b9c8282, '', 0, '?'),
(0xf8ef836984b7420a3f528745d5443505, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Shadow/AbstractWidgetShadow.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Shadow/AbstractWidgetShadow.php', 1, 0x00000000000000000000000000000000, 0x05c977d4a7fbdb67f815895e7817679e, 0xd3b57eff2bf3cac7627772a5ed7c951fdeb14426f5ac936414f4ae6b3c2cc6ee, '', 0, '?'),
(0x35e326063bbc2176cd1debda4aedb1a6, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Shadow/ShadowImage/ShadowImage.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Shadow/ShadowImage/ShadowImage.php', 1, 0x00000000000000000000000000000000, 0x6fd36629a4c8110210f39deafc14bad4, 0xf98dc72a8be8ebafa9c4bcde6f6b0ff918599d1202aedef513bcc11f686958cb, '', 0, '?'),
(0x431891f4acee9311925ab445be20aab1, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Shadow/ShadowImage/ShadowImageFrontend.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Shadow/ShadowImage/ShadowImageFrontend.php', 1, 0x00000000000000000000000000000000, 0xa71bbd647dea0adc6f921ab6f0b45e47, 0x77649b96bc05140d89ef170e371ebaa307f6400f4171588776a95d2420bb5144, '', 0, '?'),
(0xb9b7fc04f76569b12be40f2325f42756, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/SliderWidget.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/SliderWidget.php', 1, 0x00000000000000000000000000000000, 0xfb1bd2453bb07ff61939ed36377a6fd1, 0xf4153e064ee2593b9d07234fa59f2d38e911a9e1cba33e0e0e44bd2d67f27a3a, '', 0, '?'),
(0x656921c069e88c9de6d9c72737ea7510, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Thumbnail/Basic/ThumbnailBasic.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Thumbnail/Basic/ThumbnailBasic.php', 1, 0x00000000000000000000000000000000, 0x6fcff98f816414b8a31d42ae36bbbc54, 0xbeb1dd9630b365c9fdf924464c148972303326b608ce3d11a122397598b893ab, '', 0, '?'),
(0x5b2a8a41a110fbbf72a1f3d3e7061bf1, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Thumbnail/Basic/ThumbnailBasicFrontend.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Thumbnail/Basic/ThumbnailBasicFrontend.php', 1, 0x00000000000000000000000000000000, 0xdc749cf8934a594d9e7837bc69f724a4, 0x52761ade165e2a555fd65af59f44e117d5da22c63f5d4f50c721fb44710f9be6, '', 0, '?'),
(0x3a13c33ba0a6d14613df6369e4ffdb90, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/WidgetGroupFactory.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/WidgetGroupFactory.php', 1, 0x00000000000000000000000000000000, 0x191d1cf30ec69f1131469ad1534d4479, 0xb7f65673da86b2515b89143f67534c6a081445d68e48cc825c5d7bbc16f415d9, '', 0, '?'),
(0xe0f99cb1af6aa21aff740ff33de6ed06, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/WidgetPlacement.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/WidgetPlacement.php', 1, 0x00000000000000000000000000000000, 0xa35cc43f7fc8e7388352fe38710fdc1d, 0xec93adbbad09056ee9284477f79c7efd66a3ebc54fbf13668caeb81b09a3ca09, '', 0, '?'),
(0x621c27df4fa5e3830c2f2143934f98c9, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/WidgetPlacementAdvanced.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/WidgetPlacementAdvanced.php', 1, 0x00000000000000000000000000000000, 0xfef1e2db7226196e9bbb32d312c2603e, 0x5ab74ab37feabdc20fdb482b54c1916dd7cec625d70605b17592ff4f2a57b91c, '', 0, '?'),
(0x6299a4d558ea9eff43476878512c1b67, 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/WidgetPlacementSimple.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/WidgetPlacementSimple.php', 1, 0x00000000000000000000000000000000, 0x76afde6edfb23289cbed068e7ac14e2c, 0xb6de8dd6d1acc328350d8267fef3162f491117fc5a347014b3412a65afc2d099, '', 0, '?'),
(0x8c4eb7944f8b2848a19114f4243c3e7b, 'wp-content/plugins/smart-slider-3/Nextend/WordPress/Fail.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/WordPress/Fail.php', 1, 0x00000000000000000000000000000000, 0x96ba9131d59d112758597e2fa6b7f60f, 0x13a0d3ef4dac72ea69cd0de23978403e1ff2c99b5577e07f4534c0e0233bca79, '', 0, '?'),
(0xbcb38192c29afbd69dd790945b7a5e4c, 'wp-content/plugins/smart-slider-3/Nextend/WordPress/OutputBuffer.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/WordPress/OutputBuffer.php', 1, 0x00000000000000000000000000000000, 0xcbd6e75b77dd3e49fb59646acaebfa9e, 0x2cbbd3eace0684be592fde8f6c7b23e912c9a591388e2d4d3092bda94fe3f89e, '', 0, '?'),
(0x49139e17577ff89e6f85c134e6492224, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Admin/Assets/dist/smartslider-admin.min.css', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Admin/Assets/dist/smartslider-admin.min.css', 1, 0x00000000000000000000000000000000, 0x76cbdbebb637bd65f006ddbb647a113f, 0x78a8e46adc3348b5ff5856d6b761df19c88cfe61c335a127f370c026ef4cbb82, '', 0, '?'),
(0x97660dc0f9b699afa50f57d6dfdf2b52, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Admin/Assets/dist/smartslider-backend.min.js', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Admin/Assets/dist/smartslider-backend.min.js', 1, 0x00000000000000000000000000000000, 0xbbb850ab55938cd7b71332199e847742, 0xbf63e7c26dddb620c3345add5af9a2d84822f63acf1d4883c86f6b07c83e65d3, '', 0, '?'),
(0x476dfb3cb10280e6f86387b5a3af306c, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Admin/Assets/fonts/Inter-Medium.woff2', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Admin/Assets/fonts/Inter-Medium.woff2', 1, 0x00000000000000000000000000000000, 0x000899d460b7eb798c2a9363b6bc5bae, 0x0c31a0dabb45f0fa3e3593d8c5af01ff516d0c1547dbdaba140573a7aed84783, '', 0, '?'),
(0x4819af5f2f559de0657dec8923be8bc0, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Admin/Assets/fonts/Inter-SemiBold.woff2', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Admin/Assets/fonts/Inter-SemiBold.woff2', 1, 0x00000000000000000000000000000000, 0xb818e3bac1b8e0d2d0c27641c164fe6d, 0xea915919cbcf63f2571463a9b00a05db230c88b9f545c86d8e2f21765e03ece6, '', 0, '?'),
(0x47c919082b3e43df2e8e2b01bb019600, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Admin/Assets/fonts/SmartSliderIcons.woff2', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Admin/Assets/fonts/SmartSliderIcons.woff2', 1, 0x00000000000000000000000000000000, 0x0732fe42df569e27957733a2ec070952, 0x9c48f22d9f38480b2ce700ca12cb70b90e0fef93bc4923ab5f8e3828859951c8, '', 0, '?'),
(0xc1f03ea06fb90bc4ea287cc0176bbeb2, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Admin/Assets/images/activate.svg', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Admin/Assets/images/activate.svg', 1, 0x00000000000000000000000000000000, 0x97907e9b24509b4f3743894451d43c6d, 0xf1b46d1115a797a2573c205050e70fc55c475462e168c1bb1f8aeb6e91b1b25a, '', 0, '?'),
(0x385200fd175b2df3a7c4cc10636f86e6, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Admin/Assets/images/free/why-upgrade.png', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Admin/Assets/images/free/why-upgrade.png', 1, 0x00000000000000000000000000000000, 0x9c019d7d9b7de97657436bc2ccbd475c, 0x350fc44ba7e4d17daba8e9dbfb9d798d9334a64a6729aec14de180b9bbe918b0, '', 0, '?'),
(0x1e0bfc5009906afa4118e224c4ec81d7, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Admin/Assets/images/logo-filled.svg', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Admin/Assets/images/logo-filled.svg', 1, 0x00000000000000000000000000000000, 0x51bcf2aed5445631e2aab3b26a77c07f, 0xc04e40e8ab455381e5be62f542729ac935db23f9d20812ec080ba260245f0ff5, '', 0, '?'),
(0xebbbd1ef7095a97f4c8fc4e60ba6f05e, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Admin/Assets/images/logo.svg', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Admin/Assets/images/logo.svg', 1, 0x00000000000000000000000000000000, 0x0f0f3e7c245db03831a09c476588399f, 0xf4fe1ea22aab33a2c680fca227c31923d36a3fabd0beee09d79529259c28fae6, '', 0, '?'),
(0xf64e1c07744f74e656798e079c7445bc, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Admin/Assets/images/notice.png', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Admin/Assets/images/notice.png', 1, 0x00000000000000000000000000000000, 0xe3ab47088ac2918c2de2c9315613061a, 0xb0bba3642602ea12f198d0bfdbf30170f8a1f09a34118ccb9320dce9fbe40736, '', 0, '?'),
(0x510370d6a215677ec9c2b662b2f4f181, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Admin/Assets/images/popup34/absoluteposition.png', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Admin/Assets/images/popup34/absoluteposition.png', 1, 0x00000000000000000000000000000000, 0x797f880693b4e724e3380aaee901b33c, 0xecbd4ffa72cd5e14e48ec1db2f7dd277014b304a58032bfcf10be3f74cfc0a71, '', 0, '?'),
(0x6993abd47f407f07b0b938a57f71183c, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Admin/Assets/images/popup34/slidebackground.png', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Admin/Assets/images/popup34/slidebackground.png', 1, 0x00000000000000000000000000000000, 0x22416aaf057201407e8b2b8753258cb2, 0x0d3f5b175f2510f40716074cd0fab90dcdd3dccf859aa82a9f915b464334f906, '', 0, '?'),
(0x8c89aa0a329b98599aff9825bb0e0166, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Admin/Assets/images/sliders/newproject.svg', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Admin/Assets/images/sliders/newproject.svg', 1, 0x00000000000000000000000000000000, 0x2b85da130e7f464b75411ef591bb97e2, 0x60593730f11a43515e67c5b46bd6657d1495cab19c069f7aef214210b0756c6d, '', 0, '?'),
(0x7fb36b2a1b5e42f4a5a808ea98e9f05e, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Admin/Assets/images/sliders/template.svg', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Admin/Assets/images/sliders/template.svg', 1, 0x00000000000000000000000000000000, 0x210adc46b7438126dfc6b5864f6c5c56, 0x895ffd6a2e6300b24a2dbb0c8530b6a6854e521a20d39a3cdf3f8286e89ca835, '', 0, '?'),
(0xf3e40742d5ba5bbea9d40731a1c5cc15, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Admin/Assets/images/ss3gutenbergblock.png', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Admin/Assets/images/ss3gutenbergblock.png', 1, 0x00000000000000000000000000000000, 0x5407c22d1ea9b8f1da233ddd123308c5, 0x4ea4549c2086e5109914db16473e91c728fc0ac4e329357cfa1b129adbdd91e4, '', 0, '?'),
(0x540b841171c117d367e918f1ed8d3786, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Admin/Assets/spinner/infiniteDark.gif', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Admin/Assets/spinner/infiniteDark.gif', 1, 0x00000000000000000000000000000000, 0x596877f78665dd6a7635713fdc06f620, 0x3a37fe5edc0d698c724bd3b0e04990c2061d092b5a9479b704e17e537bfc28fa, '', 0, '?'),
(0xb00da67fb9a7ead736240bfed4ea5f10, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Admin/Assets/spinner/infiniteWhite.gif', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Admin/Assets/spinner/infiniteWhite.gif', 1, 0x00000000000000000000000000000000, 0x5f659cd980eaeb7d1da70b33c8e8fab6, 0x8a5a778d188043c1471dba48ae080a744a1f385e1d4300ca5ebdbabd50cd0607, '', 0, '?'),
(0x50af1640732e97f02b6414cd8d6c693a, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Admin/Assets/spinner/rectangleDark.gif', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Admin/Assets/spinner/rectangleDark.gif', 1, 0x00000000000000000000000000000000, 0xed8c8c5a5ae0f7696ea988d5306d1b72, 0x21121e1339ad2f1bfc21c56662012317c5314087116a3b1b52d0944e94826857, '', 0, '?'),
(0x0ea73e886de06f54133120f82c0d875a, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Admin/Assets/spinner/simpleDark.gif', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Admin/Assets/spinner/simpleDark.gif', 1, 0x00000000000000000000000000000000, 0xd5da9fe5f77a30a5c9266612bf74ec95, 0xeb80b82f3de189243db56f85d42f80ec93c743879a2af2e03879bd8b667f52e0, '', 0, '?'),
(0xcdda3e7dab4a9947066ef30ad9d88eed, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Admin/Assets/spinner/simpleDarkCounter.gif', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Admin/Assets/spinner/simpleDarkCounter.gif', 1, 0x00000000000000000000000000000000, 0xb5165e3107e9980ae0c915f83e2e5118, 0xca8c76a733b6aeb7a49e8446a971fd94e5c451115aed1c5c2d0c7776bfe4d8b1, '', 0, '?'),
(0xe71818d59192469ad8d6893497b4ca01, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Admin/Assets/spinner/simpleWhite.gif', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Admin/Assets/spinner/simpleWhite.gif', 1, 0x00000000000000000000000000000000, 0xa0e9e8fd606db15e7a95c36a9a9b522d, 0x2c9a56da21bcb8f151558df2c68827e68620a66d4463e3ae90904a94fff4ff00, '', 0, '?'),
(0x1a4d8a40208eda0b14fb8c68c67c245c, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Admin/Assets/spinner/simpleWhiteCounter.gif', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Admin/Assets/spinner/simpleWhiteCounter.gif', 1, 0x00000000000000000000000000000000, 0x3e2cd6d6442836e4d29e89c091746146, 0x7359992c561e3ade1b5f1e857aae98704eef40490b78698815ca214ddc533ad8, '', 0, '?'),
(0xce1e939e6352704ec3b2251af98d8633, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Frontend/Assets/dist/iframe.min.js', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Frontend/Assets/dist/iframe.min.js', 1, 0x00000000000000000000000000000000, 0x94789b3ed52ee0f36c958ee7ba8d7735, 0x79a0f706a4b313d66c96094c2d970e1785c53958ca0b92f1866e9c04c4fc83f0, '', 0, '?'),
(0xe9222fb31988bc2ff1edd41bc580f4e4, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Frontend/Assets/dist/n2.min.js', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Frontend/Assets/dist/n2.min.js', 1, 0x00000000000000000000000000000000, 0x5a3d48c8d1539cbbc1348a34f19bc5b5, 0x45b9eeb25d8d0a5d983f1f1eeb7900804b5a4eb85c969a48cbc73183508f8b90, '', 0, '?'),
(0x625af2e0c0580769923cab67010ad092, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Frontend/Assets/dist/normalize.min.css', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Frontend/Assets/dist/normalize.min.css', 1, 0x00000000000000000000000000000000, 0x215153dffcbfbd566f6ad710008e6845, 0x0be347ed4fe4233bde4092b7e70a7b72c4c1ba59e6278fcbe0591d7ef26d6265, '', 0, '?'),
(0x818368ab80a320be77019b5d5c64deff, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Frontend/Assets/dist/smartslider-frontend.min.js', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Frontend/Assets/dist/smartslider-frontend.min.js', 1, 0x00000000000000000000000000000000, 0x0db52f45ea67351a5732dc1a7309cfb3, 0x4653baa6382e1348c0b57eff182c5391ff1c416b50ff9926d23411a5d372920b, '', 0, '?'),
(0xe1cab8a8c3546250da66c84135c91fac, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Frontend/Assets/dist/smartslider.min.css', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Frontend/Assets/dist/smartslider.min.css', 1, 0x00000000000000000000000000000000, 0x4833e8418176bb96ee6ca39ca3698bc8, 0x2bbfad259ecbf4d787ebe003a2709c14a1738d77dbc94a1ca0a34bb0e1a87c27, '', 0, '?'),
(0xbd8ae67344671db31ef4a8bc8c8b8880, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Frontend/Assets/images/placeholder/image.png', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Frontend/Assets/images/placeholder/image.png', 1, 0x00000000000000000000000000000000, 0x008d72b87362bc7b0267827252b59d76, 0x8e9da7bb9359233fa02bd84e6f06a3090bd331d162b5954d6785161cb184fc5a, '', 0, '?'),
(0x5017da0e036e7442b4a667f2917629b1, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Frontend/Assets/images/placeholder/placeholder1.png', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Frontend/Assets/images/placeholder/placeholder1.png', 1, 0x00000000000000000000000000000000, 0x288328909bc317ab4a026fc325c4de57, 0x7de92f2994843850a7910ac0e599e07a47fb550629e4ff7d77656823dfdb2234, '', 0, '?'),
(0x12c2a3c0c8f0bed2d9de56eb0eda1a4d, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Frontend/Assets/images/placeholder/placeholder2.png', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Frontend/Assets/images/placeholder/placeholder2.png', 1, 0x00000000000000000000000000000000, 0xa6ea352be36e8bb3c964c9fff97a6a17, 0xdac4f6736f4ba12cb0a23e3e9ee07d94b0c5cd65cfcf498fd95ab32ca7d509b3, '', 0, '?'),
(0x841cd94fcab14d964e710bb8795b5050, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Frontend/Assets/images/placeholder/video.png', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Frontend/Assets/images/placeholder/video.png', 1, 0x00000000000000000000000000000000, 0xaa40554c6088253c374479f593ae1802, 0x0d42ec718c731e7e308c0467a0352e209529aa5df325e6527b6c29beeebbf230, '', 0, '?'),
(0x7a95dea6ef42cf71e1e8b2323d0e7c15, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Frontend/Assets/images/play.svg', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Frontend/Assets/images/play.svg', 1, 0x00000000000000000000000000000000, 0x7b275c121a0902ac404f72634fa8faf9, 0xedcbc51cc2b99bde0eeaa9806eb086e42e7613cb9fded90ae4c156b6824e66aa, '', 0, '?'),
(0x1fef7d044c907d6d7b1b1b533e1730da, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Frontend/Assets/js/n2/base/easing.js', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Frontend/Assets/js/n2/base/easing.js', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x158ddfb7c745948ff98eee3dd22a99f2, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Generator/WordPress/Posts/Assets/dynamic.png', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Generator/WordPress/Posts/Assets/dynamic.png', 1, 0x00000000000000000000000000000000, 0xaaf5975e47ae959cb03f958d18320d14, 0x5441bc19cc6e2c02ec4860957397a3c443c6afe45ee9fc2b8055b998177f5bc2, '', 0, '?'),
(0x75470ee0dbea63d50f6bbba557622748, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Platform/WordPress/Assets/dist/wordpress-admin-menu.min.css', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Platform/WordPress/Assets/dist/wordpress-admin-menu.min.css', 1, 0x00000000000000000000000000000000, 0x5c15547521ddae1ce3843ba9c269314d, 0x73e1895f1724fc1e8634c0e7ccd35178673695c67697b82d849e82fb0963662d, '', 0, '?'),
(0xf26da3d9ab112dcf3cc0bdabc453697b, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Platform/WordPress/Assets/dist/wordpress-editor.min.css', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Platform/WordPress/Assets/dist/wordpress-editor.min.css', 1, 0x00000000000000000000000000000000, 0x96a55cd09967d87e8f888fea55a890d7, 0x5414ce9dfb2b3a714b901b3c5c030fcc7bb0d403a69ffdbffcefdeb2b59d5444, '', 0, '?'),
(0xbab8e15017d4df8e810ca2d2e53de2fd, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Platform/WordPress/Assets/dist/wordpress-tinymce.min.js', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Platform/WordPress/Assets/dist/wordpress-tinymce.min.js', 1, 0x00000000000000000000000000000000, 0xf6bf9a535e0d8695b44a36ae75df28d3, 0xb2d37b3788cae5d0e1c5ef668036a23acbefde8e8bd7801dd5a2126f62240a01, '', 0, '?'),
(0x3a81e3f50629ff29585ed49dd0a13f57, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Platform/WordPress/Integration/Gutenberg/Assets/dist/gutenberg-block.min.js', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Platform/WordPress/Integration/Gutenberg/Assets/dist/gutenberg-block.min.js', 1, 0x00000000000000000000000000000000, 0xeeb65ac0d646bb1a293c7ff0a80ac31c, 0xd6369b8e46a98a2bd3c8ab54f812ff944c4308ddd2bb8d1941ad1162f9c95dfd, '', 0, '?'),
(0x681326023ac1c70add49ec089a9d9299, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Platform/WordPress/Integration/RankMath/Assets/dist/rank-math-integration.min.js', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Platform/WordPress/Integration/RankMath/Assets/dist/rank-math-integration.min.js', 1, 0x00000000000000000000000000000000, 0xabc2d4339aabbe94834269af277c4e5f, 0x47fbfe5f71530c3221ac869551c7ad4c9798d6477f9f2b0a862e49fae2d14d78, '', 0, '?'),
(0x8693d38ec517ee580e602da65ff7a288, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Renderable/Item/Button/Assets/button.n2less', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Renderable/Item/Button/Assets/button.n2less', 1, 0x00000000000000000000000000000000, 0xb433e459aba44214e23f80b80d477893, 0xe58723acd1bf3ed5467f32e79687cc13351ddaa8fbf9a8cf8e57150ac3130e80, '', 0, '?'),
(0x3f0df7674f4587ce4c0d00dabcbdce5b, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Slider/SliderType/Block/Assets/dist/ss-block.min.js', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Slider/SliderType/Block/Assets/dist/ss-block.min.js', 1, 0x00000000000000000000000000000000, 0x65e8d05b175583fe57cf9d775cbc4287, 0x4e4172eb98712668db751243c6b4ff563585f93612948b24a9ba3ed234e4948f, '', 0, '?'),
(0xe586da9ef1a7358ce624eb2ea37373cc, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Slider/SliderType/Block/Assets/style.n2less', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Slider/SliderType/Block/Assets/style.n2less', 1, 0x00000000000000000000000000000000, 0x1bcd38511335e908b4109536918f3a51, 0xc4197b697b206c7a12e231b66f346be5f23cdb1cda6036075404e21506df33c4, '', 0, '?'),
(0xc72d289a3525a1ace0ae23a7f0bbed94, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Slider/SliderType/Simple/Assets/BackgroundAnimation/style.n2less', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Slider/SliderType/Simple/Assets/BackgroundAnimation/style.n2less', 1, 0x00000000000000000000000000000000, 0xa9750ab1658e6555a257d5edeafacfb7, 0x3c8ca754c7fc35ed36bb712a2902f12bb6c6d68a395345d27b614c479dec87bd, '', 0, '?'),
(0x7b9c3e910a2ab27e0bd86ac968ede5a8, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Slider/SliderType/Simple/Assets/dist/smartslider-backgroundanimation.min.js', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Slider/SliderType/Simple/Assets/dist/smartslider-backgroundanimation.min.js', 1, 0x00000000000000000000000000000000, 0x7fcf3cd3d20259948df23b060336aec9, 0xe940ab1e7c918d31d4bbaafadb7447d5a14e130b8afea9e8088a5e5e06a35ebe, '', 0, '?'),
(0x625202fcfe398e8e1096562ae3ceda7d, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Slider/SliderType/Simple/Assets/dist/ss-simple.min.js', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Slider/SliderType/Simple/Assets/dist/ss-simple.min.js', 1, 0x00000000000000000000000000000000, 0xad4ad2932717545b31d62964a646841d, 0x58c25cbc28b96d3153fa4c3dfd9d22a8dddca02d84a1ad285164e1209daf6eb3, '', 0, '?'),
(0x2e5c598c3161ab7481ae400efedaa8b8, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Slider/SliderType/Simple/Assets/style.n2less', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Slider/SliderType/Simple/Assets/style.n2less', 1, 0x00000000000000000000000000000000, 0x90e558f61b4453e5f209e6761b24aff2, 0xca67d36007f5b5c114faa705b76d5c467541e50cc548cd2bcb5be2986a1d56ed, '', 0, '?'),
(0xf1e6b0dcd94a7a96d9496766f65238ee, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Arrow/ArrowImage/Assets/dist/w-arrow-image.min.js', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Arrow/ArrowImage/Assets/dist/w-arrow-image.min.js', 1, 0x00000000000000000000000000000000, 0x254ab7640f7b59732d696cec4ce249cf, 0x888cad962794f08fdeb3711665284619e0b8a4f4446e7588ea87099a91fc83f2, '', 0, '?'),
(0xf0fe93e6639593da141aa87675906450, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Arrow/ArrowImage/Assets/image.png', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Arrow/ArrowImage/Assets/image.png', 1, 0x00000000000000000000000000000000, 0x4e30b6bcb09ba508503c5dc052febfea, 0xb6aecdda5dc0919e4b6f3af2e7db5ac49ee745c8db897267afa146af5c795e21, '', 0, '?'),
(0xc80a8bc151658f1269662d04a1bc6aee, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Arrow/ArrowImage/Assets/imageBigRectangle.png', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Arrow/ArrowImage/Assets/imageBigRectangle.png', 1, 0x00000000000000000000000000000000, 0x24b585a767fb4c50f47b1f1c41c3ac41, 0x4786b49757a5a0640851cef015971418c7b3ccd1589a88591f91f3d4dbf47d8c, '', 0, '?'),
(0x64df6a889087b42049d231c1664a80ed, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Arrow/ArrowImage/Assets/imageEmpty.png', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Arrow/ArrowImage/Assets/imageEmpty.png', 1, 0x00000000000000000000000000000000, 0x2736442c37e638143d16ce374b880910, 0xa665acaf39d84a6970b1fc4bd3fdf27fa4eebbd4d16cc166d6670271e60486df, '', 0, '?'),
(0xb2910da5eb30931e2d0c36f8d7b78650, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Arrow/ArrowImage/Assets/imageSmallRectangle.png', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Arrow/ArrowImage/Assets/imageSmallRectangle.png', 1, 0x00000000000000000000000000000000, 0x5dbd2a7f43ccf5caa69e35835d6e4bae, 0x28748605cbb1a23a99a07881cf5676fb3b2c2434233b44d644b1784e65411bca, '', 0, '?'),
(0x2df240be83c36857f6d67042ba32c47f, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Arrow/ArrowImage/Assets/imageVertical.png', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Arrow/ArrowImage/Assets/imageVertical.png', 1, 0x00000000000000000000000000000000, 0x6325207ef099f9bea0e3f8e80e95d5bf, 0x2646fdbf5717482f134a5fcfc0c48b2fc7f659ccf09632e6f0b01f29d8e92386, '', 0, '?'),
(0xcb8baefca885816e74a6753c5a0fa699, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Arrow/ArrowImage/Assets/next/circle-stroke.svg', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Arrow/ArrowImage/Assets/next/circle-stroke.svg', 1, 0x00000000000000000000000000000000, 0xff56f4435ac07ad7d8035a886ba84fd9, 0x7c54a0fd7a5deff29979c358be9fe486de6a5de184f4a7b325f8c492bc96981f, '', 0, '?'),
(0x8ab1a9dd53f30d6848cda30fa0f51116, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Arrow/ArrowImage/Assets/next/full.svg', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Arrow/ArrowImage/Assets/next/full.svg', 1, 0x00000000000000000000000000000000, 0x9fa9ec079ef75334ba72c120feafc53d, 0xe9c57d1c00b03774bd17b30f87fb1ee4af138c1c83142afe2303a524f9ec3691, '', 0, '?'),
(0xf1b90a732de463cc84140777b67815a4, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Arrow/ArrowImage/Assets/next/normal.svg', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Arrow/ArrowImage/Assets/next/normal.svg', 1, 0x00000000000000000000000000000000, 0xa81a35df9e3181b0fe00eb432e6fdd81, 0x39cdc4089a5cdbdcbd6ee12162d47127a24a8cbd725555f8cf5517500ad2b6f6, '', 0, '?'),
(0xdee2b74712eabc1ce666c61c0974b86d, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Arrow/ArrowImage/Assets/next/simple-horizontal.svg', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Arrow/ArrowImage/Assets/next/simple-horizontal.svg', 1, 0x00000000000000000000000000000000, 0x85aaad0ee8e735aa0238f788d81d1d73, 0x89a80a35492770f9ef6eeac4d4c6e31b4ef43a7f5afd41f2fcb12c9511686f9a, '', 0, '?'),
(0x3dbb5699219a278427376c3cf502106f, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Arrow/ArrowImage/Assets/next/simple-vertical.svg', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Arrow/ArrowImage/Assets/next/simple-vertical.svg', 1, 0x00000000000000000000000000000000, 0xd5ba8f90d54466e16cb3c6e98b4079d8, 0x6da9da3f11361487f87b8193d001d49fa90c91700819bee57962bf7f596d1399, '', 0, '?'),
(0x7bbc3c8feece9481112c13d4fb5d9d79, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Arrow/ArrowImage/Assets/next/thin-horizontal.svg', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Arrow/ArrowImage/Assets/next/thin-horizontal.svg', 1, 0x00000000000000000000000000000000, 0x206f79edbf44a4f096b8f3e414085b49, 0x044d1e0a5b5e041ec667a19c7f334b3393da8e523e63cfa0ea39758044dce7c0, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x5f43dfea3ab1d564566b7daedfc074ee, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Arrow/ArrowImage/Assets/next/thin-vertical.svg', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Arrow/ArrowImage/Assets/next/thin-vertical.svg', 1, 0x00000000000000000000000000000000, 0xee4fe82ea890f2153825f56ea0ffafdd, 0x989649d64c72f9405e74bed7d07c198219d936412549dddd96b3eb354d501d5a, '', 0, '?'),
(0x6178d9183de14657c88e983bfc46e60b, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Arrow/ArrowImage/Assets/previous/circle-stroke.svg', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Arrow/ArrowImage/Assets/previous/circle-stroke.svg', 1, 0x00000000000000000000000000000000, 0x9b5c680d74449f08b299ac814ed30c17, 0x4a402731b214aca420716d31f05b194109de18f664a09272e456e8aeb843890a, '', 0, '?'),
(0x5f2a8b6d7f45a4d6d7b9241280b5b655, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Arrow/ArrowImage/Assets/previous/full.svg', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Arrow/ArrowImage/Assets/previous/full.svg', 1, 0x00000000000000000000000000000000, 0x648dd20eb381bb2183031558fde6ddc1, 0x4c624dd25635d8b7aea83baaf95de55b6bad9c780e90add2ed49bf8ca97a8676, '', 0, '?'),
(0xa9978643b7d4027d94598df5f7525390, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Arrow/ArrowImage/Assets/previous/normal.svg', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Arrow/ArrowImage/Assets/previous/normal.svg', 1, 0x00000000000000000000000000000000, 0x7622d4589e6b24a7afa7ef7dc1b378bc, 0xcaddac457d2a863dd62526a28383d3afbb822648e188a5f0829815f61bdd483d, '', 0, '?'),
(0x66140053766fceb91bb65e6ad3c45a5e, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Arrow/ArrowImage/Assets/previous/simple-horizontal.svg', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Arrow/ArrowImage/Assets/previous/simple-horizontal.svg', 1, 0x00000000000000000000000000000000, 0x2380e528df5b2023e6dac4c3012cebb7, 0xde905e27f5dfd2f2805795855410fdaec78caac80883d60f5b4bc3db13705b53, '', 0, '?'),
(0x1437a41f2133a8e438bdc5fed9ce9244, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Arrow/ArrowImage/Assets/previous/simple-vertical.svg', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Arrow/ArrowImage/Assets/previous/simple-vertical.svg', 1, 0x00000000000000000000000000000000, 0xcf1988b17d59ee0b0bd44350b88dca12, 0xce8831d836cf4187920132bf8c13fe57ba57ec6d91c5b53afba453d47946ed65, '', 0, '?'),
(0xb40b82b89ded877608839aa90b3bffc9, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Arrow/ArrowImage/Assets/previous/thin-horizontal.svg', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Arrow/ArrowImage/Assets/previous/thin-horizontal.svg', 1, 0x00000000000000000000000000000000, 0x0c595ffa9b9b9b0c7cd72c3efd899d7f, 0xef0e563fdcaba7a9d6f79bd9d40c3f46f9963ac3d216aa814b34a4df395da501, '', 0, '?'),
(0xefd700c32c9b3c4400e52035d944acb5, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Arrow/ArrowImage/Assets/previous/thin-vertical.svg', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Arrow/ArrowImage/Assets/previous/thin-vertical.svg', 1, 0x00000000000000000000000000000000, 0x8b03ba342e28ef09c08df60642bcd0ce, 0xe812820538df140c76c8b19399dbbc53baae76fb38f8d82596168b031f789ce9, '', 0, '?'),
(0x4502b71c9d63ae09455169f0fee2abe7, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Arrow/ArrowImage/Assets/style.n2less', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Arrow/ArrowImage/Assets/style.n2less', 1, 0x00000000000000000000000000000000, 0xa10051d43fc901421afb0aed75fec06e, 0xd0665e4cea942866084832e2025acb1a63eb9dccd3092854ab1fc16ec300ab7e, '', 0, '?'),
(0xe5cbc5b444354a13c517b6653d9dae08, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Autoplay/AutoplayImage/Assets/dist/w-autoplay.min.js', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Autoplay/AutoplayImage/Assets/dist/w-autoplay.min.js', 1, 0x00000000000000000000000000000000, 0x11b309f15c6581be6425dd8ebfee065a, 0xded41603fa3bc3ec9ccae900bcbce710861fe8675591e8bddad19e22ca893ce1, '', 0, '?'),
(0x8495fd49c0af745c34ba99a5bdc70e74, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Autoplay/AutoplayImage/Assets/image.png', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Autoplay/AutoplayImage/Assets/image.png', 1, 0x00000000000000000000000000000000, 0xf4f4c22386fec24f7934fb401c7ea646, 0xb4ef996bdac3031841aa5b5b54631949aae3264aaaee2b7f481b712316f639f4, '', 0, '?'),
(0xa83a64c9a26e9c7f305ce2e3bab9a487, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Autoplay/AutoplayImage/Assets/imageBlue.png', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Autoplay/AutoplayImage/Assets/imageBlue.png', 1, 0x00000000000000000000000000000000, 0x190e57dad2e6c25182e89bc2ffe47867, 0x9f5d3efdf756c23e89bced2805afbc5f8bf65e2d8a3677013e08a268eba64a24, '', 0, '?'),
(0xbb183af623eb54c05febdd7647062ba5, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Autoplay/AutoplayImage/Assets/pause/small-dark.svg', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Autoplay/AutoplayImage/Assets/pause/small-dark.svg', 1, 0x00000000000000000000000000000000, 0xde0220562429cf7e04c2faa5fec71cc9, 0x4fc08c0bd1af372039c0928aa7c065732974bb5b55a4f3a1c82138d34c8211e1, '', 0, '?'),
(0x1195e5b16999253e6fae35a3e0da99c3, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Autoplay/AutoplayImage/Assets/pause/small-light.svg', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Autoplay/AutoplayImage/Assets/pause/small-light.svg', 1, 0x00000000000000000000000000000000, 0xa73eefc49e4db0f7a32ff75720a89f8f, 0xcd8b8dbea30854933d70c379d01c9a667d905655b17851a88eb77ec18b1d3cba, '', 0, '?'),
(0xc67cd19515f9bfb69beb857ee2f586e5, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Autoplay/AutoplayImage/Assets/play/small-dark.svg', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Autoplay/AutoplayImage/Assets/play/small-dark.svg', 1, 0x00000000000000000000000000000000, 0x9cf005db2cf71384fdf16f1e903aa103, 0x8d88d905b822b79658ef69440634ca994268a002449690b88cf565b196607d3e, '', 0, '?'),
(0x3cfab633edb8ab873857dcaf404abaaf, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Autoplay/AutoplayImage/Assets/play/small-light.svg', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Autoplay/AutoplayImage/Assets/play/small-light.svg', 1, 0x00000000000000000000000000000000, 0x021dd41e818ea60ebf5b8da636be30d4, 0x1d8ef1bfd8e8f30cee4416512a6c0ac7340c1da4cd0df777ded06eb6d1121ca1, '', 0, '?'),
(0x696548104cbbd7983487d4d3f1bc68c1, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Autoplay/AutoplayImage/Assets/style.n2less', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Autoplay/AutoplayImage/Assets/style.n2less', 1, 0x00000000000000000000000000000000, 0x5a5ef4d47124917217a0a7ac7fd0a09e, 0x863bb3438ae6dcc369816b81be60493d835db6963dfae38e1993650874d3fc13, '', 0, '?'),
(0x8868733a38b07b79a7e7104ac8274622, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Bar/BarHorizontal/Assets/dist/w-bar-horizontal.min.js', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Bar/BarHorizontal/Assets/dist/w-bar-horizontal.min.js', 1, 0x00000000000000000000000000000000, 0x5137bcab41dc0e843e41408a08c9501c, 0xd83d07fd0872333e5594358da2a6d39b8fb9bfc0ea9f841fba1f1437fd87155a, '', 0, '?'),
(0x7408e42a1a1c450197a7d4862cebdc13, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Bar/BarHorizontal/Assets/horizontal.png', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Bar/BarHorizontal/Assets/horizontal.png', 1, 0x00000000000000000000000000000000, 0xcc93f61de38b1a566b9495ee24d661a9, 0x081fac5b9584086143d8b66bbaf6b05306a794828ddf9d917dec260c661b7f37, '', 0, '?'),
(0x2fb50d50296986412eabeb0a998bd6c0, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Bar/BarHorizontal/Assets/horizontalFull.png', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Bar/BarHorizontal/Assets/horizontalFull.png', 1, 0x00000000000000000000000000000000, 0xb11463d5fb8d99512092c2ec09b36e88, 0x0e567fa07a1cbe64627183fe50b9136a00b28b2a3a0155fcb7d868141a21b499, '', 0, '?'),
(0x275db9166708db7d77b2527dea763227, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Bar/BarHorizontal/Assets/style.n2less', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Bar/BarHorizontal/Assets/style.n2less', 1, 0x00000000000000000000000000000000, 0x855a0adb109f01e63d1a394d494aed19, 0x79cca74817049c06464ece7f1457169a26a347aff62750d0f568655a34ed2546, '', 0, '?'),
(0x35accdb6da1f88e0d11e70906633f53a, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Bullet/Assets/dist/w-bullet.min.js', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Bullet/Assets/dist/w-bullet.min.js', 1, 0x00000000000000000000000000000000, 0x95e5655f23b97baba40a5c3b43ef8268, 0x59c2caf8e1a507ea814bf0094337cf070ffc63f543b6026f2650d676547c1b3b, '', 0, '?'),
(0x13fe983f315c61f53621e78fa0652aa0, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Bullet/BulletTransition/Assets/style.n2less', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Bullet/BulletTransition/Assets/style.n2less', 1, 0x00000000000000000000000000000000, 0x14e06673fd4dd2e697e63b23bdc8515a, 0x066145329b559a62b96a8b71b5825caa4d15b47f7d8343b87f52114c8b913b12, '', 0, '?'),
(0x9f48367716177bd83b6c6fe8fec5f9af, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Bullet/BulletTransition/Assets/transition.png', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Bullet/BulletTransition/Assets/transition.png', 1, 0x00000000000000000000000000000000, 0xee83fd507363b6b89a4dc5d22ff0c6a9, 0x84eaeee953e194a40fc31c9a801d6322021e70f6cb579ee2a1e8283fb3717439, '', 0, '?'),
(0xb4ffb4bc0a82bbde0a61bdc3698c8261, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Bullet/BulletTransition/Assets/transitionBar.png', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Bullet/BulletTransition/Assets/transitionBar.png', 1, 0x00000000000000000000000000000000, 0x04abab38223f4c3ad1b28d4b543ebe63, 0x5731ea8b5570268096bfa3355f8ad3f33d43c42f7e1eb357aca756454fc59727, '', 0, '?'),
(0x0bae3db124d8a3672fdd4da9b252fd18, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Bullet/BulletTransition/Assets/transitionBorder.png', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Bullet/BulletTransition/Assets/transitionBorder.png', 1, 0x00000000000000000000000000000000, 0x9410c42472001eeb2d3d0c6bf470f7fe, 0xb6820dd1ddf9522cd03ebeb36fdcd2aa07f245bb57d7c39d996715007600606b, '', 0, '?'),
(0xbc54e2b48fdebb72533de1f349b4fd8a, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Bullet/BulletTransition/Assets/transitionRectangle.png', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Bullet/BulletTransition/Assets/transitionRectangle.png', 1, 0x00000000000000000000000000000000, 0x3d6166ad75d74a2a58431a42a1d9e92a, 0x6467ad8bb69a0586350f98ee14fddc53bb64f77e8774230a0ce9e4b6fe45b62b, '', 0, '?'),
(0xa5164645e639bcca7ffb203df6c24cee, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Shadow/ShadowImage/Assets/shadow/centered.png', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Shadow/ShadowImage/Assets/shadow/centered.png', 1, 0x00000000000000000000000000000000, 0x426112d24a519cd42d161c0b0053f728, 0xf2b5f826e0d0649cddb22bff32458676c482a658a0b0fbccdc5657a879bc35ab, '', 0, '?'),
(0xb06dd1f88272fff7d26abc456e5d6b75, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Shadow/ShadowImage/Assets/shadow/curved.png', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Shadow/ShadowImage/Assets/shadow/curved.png', 1, 0x00000000000000000000000000000000, 0xa11dffd40faa1025125dfec01e9996b4, 0x243e176f5c89ce6b5a753a5c2229df658b574f912e291aebb5b034bea404096c, '', 0, '?'),
(0x1ddb001cd6b68a0d545c7a3bc946c322, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Shadow/ShadowImage/Assets/shadow/dark.png', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Shadow/ShadowImage/Assets/shadow/dark.png', 1, 0x00000000000000000000000000000000, 0x9e244a559903f8e4d9b70a5d4f7c344e, 0x4b55ef43741a7c5a3215548eeccd4b7337a742d6af3b15777ae364dc9958057e, '', 0, '?'),
(0x0df581d61754ea34405724f994b7acdd, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Shadow/ShadowImage/Assets/shadow/float.png', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Shadow/ShadowImage/Assets/shadow/float.png', 1, 0x00000000000000000000000000000000, 0xfc4569755f2463e9333587c0a5a1c6fc, 0xe691b142129c6a733126405934e3cdc1c9e82306ded6463cf81c8ef71a57de02, '', 0, '?'),
(0xc616d0be14082d6a9739b6eb65ec1ac2, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Shadow/ShadowImage/Assets/shadow/light.png', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Shadow/ShadowImage/Assets/shadow/light.png', 1, 0x00000000000000000000000000000000, 0x476231df158245c5c81f012c4c75b395, 0x7525c59e36063f5e33fb6ec1ad5e45ad105334a4fc6417c5f92c31b5936f7329, '', 0, '?'),
(0xcc1a7299dfb1ed718958c7b64aa1ae97, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Shadow/ShadowImage/Assets/shadow/lights.png', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Shadow/ShadowImage/Assets/shadow/lights.png', 1, 0x00000000000000000000000000000000, 0x276ed1d3c8409cdab36014335dc3abf1, 0xb6d1a9b44e8e5d2510d503f1e21e91ed29c4b8706b0f2661b3587cd60100d46c, '', 0, '?'),
(0xd521269353e1beac578dae3852119d9d, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Shadow/ShadowImage/Assets/shadow/simple.png', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Shadow/ShadowImage/Assets/shadow/simple.png', 1, 0x00000000000000000000000000000000, 0xc5a1bc676a249dead018de40eefb77ce, 0x5287c6edf92f881a51e4f4c5ccdc3b30d88c70516e6b64db9112111c56925fdc, '', 0, '?'),
(0xb85552b707d85aab858350ea15e311b8, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Shadow/ShadowImage/Assets/shadow.png', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Shadow/ShadowImage/Assets/shadow.png', 1, 0x00000000000000000000000000000000, 0xa80cbe2afe94a2980d9f987025ae4bae, 0x544355c72708d7daf497943c33894484ff330c7f84cc7305a0c7c7b5a19888be, '', 0, '?'),
(0xfb8d154058ca8ee21cf2b6cb162d4303, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Shadow/ShadowImage/Assets/style.n2less', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Shadow/ShadowImage/Assets/style.n2less', 1, 0x00000000000000000000000000000000, 0x5bb9903223bd6d37dc7380d7a93cbb2b, 0x065a71744b1152cd051ec86ad6aa85e2fc89903a5fc3d14351eca553ca07503f, '', 0, '?'),
(0x42b51c64be6e36ef1f98af2a8002c803, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Thumbnail/Basic/Assets/default.png', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Thumbnail/Basic/Assets/default.png', 1, 0x00000000000000000000000000000000, 0x4d7c7c080574d617053bda21ce8f9a4e, 0x659bc3d84c5867fe03007a5112f19c2749344e5e24e741f41f1d93bc0adb06c8, '', 0, '?'),
(0x2594de465e0a5b239a158719f658f2b0, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Thumbnail/Basic/Assets/defaultHorizontal.png', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Thumbnail/Basic/Assets/defaultHorizontal.png', 1, 0x00000000000000000000000000000000, 0x9571d4d006577b82d44133f4b1249ecf, 0x9eed2dc15b35ce5bbf3c6f4876ffa79a47b59e9fac481d5038c2cdac190001e4, '', 0, '?'),
(0xf18ea9b662bcb227c99883a773f28976, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Thumbnail/Basic/Assets/defaultHorizontalGallery.png', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Thumbnail/Basic/Assets/defaultHorizontalGallery.png', 1, 0x00000000000000000000000000000000, 0xb74b72c5f3206c46b37d08ecbf5df3aa, 0xbbb1747d07c08020cf7bd65065c1809b27673021a11042ce65f631e1563ac6cb, '', 0, '?'),
(0x3d83d93e24ea3ecbb156944af87f1d89, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Thumbnail/Basic/Assets/defaultVertical.png', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Thumbnail/Basic/Assets/defaultVertical.png', 1, 0x00000000000000000000000000000000, 0x0f3efb5173c54c365fbf054f250d6612, 0xd2cee25895fcccf2438a8e42104975a43a7e5ec6bef19871ae46bb573c826953, '', 0, '?'),
(0xfb8adf7af43cd9f61dbe88f623f63e8e, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Thumbnail/Basic/Assets/defaultVerticalText.png', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Thumbnail/Basic/Assets/defaultVerticalText.png', 1, 0x00000000000000000000000000000000, 0x178b6ee6492a979fe3e26ed78d09aadc, 0x75a2c339d439bb073b2367286b1fe96b523fc3dee5c2b900456f5712e2dad5ca, '', 0, '?'),
(0x540b5e620e33f52b53038659789fce04, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Thumbnail/Basic/Assets/dist/w-thumbnail-horizontal.min.js', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Thumbnail/Basic/Assets/dist/w-thumbnail-horizontal.min.js', 1, 0x00000000000000000000000000000000, 0x01d1b821281a3902e71222792f1f2f26, 0x54b3e1be0e355de385f2dcf446ced00b6a9dab99a85184bf18e8680f1d6c1d53, '', 0, '?'),
(0xf1d727b47311d959f6ab6b765b573d3c, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Thumbnail/Basic/Assets/dist/w-thumbnail-vertical.min.js', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Thumbnail/Basic/Assets/dist/w-thumbnail-vertical.min.js', 1, 0x00000000000000000000000000000000, 0xac9a9ed0696d55bd4aa4ee86820ba62a, 0x189200b011d4f88c6fdfe224bdfa6533405b4c8b3e86fca7b5ece7da2a9cf812, '', 0, '?'),
(0x53cf77aacbbc9a0647c3fb3424ed7690, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Thumbnail/Basic/Assets/style.n2less', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Thumbnail/Basic/Assets/style.n2less', 1, 0x00000000000000000000000000000000, 0x42c83c02f60815413d5b8aeb3aac572d, 0x78edd63218ecbd740a499ae5fa3b6e9c3e82cd3ea8887e0476ea14bc8d3131c6, '', 0, '?'),
(0x3948bdf96f384394dcca64757e95d926, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Thumbnail/Basic/Assets/thumbnail-down-arrow.svg', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Thumbnail/Basic/Assets/thumbnail-down-arrow.svg', 1, 0x00000000000000000000000000000000, 0x19347bfe77ee97c57fa28a8140f57c5b, 0x64c5d555bd24cc71cdd789d1fc24fb3b57728ac5b88b5724b92e7fcf38050718, '', 0, '?'),
(0x78c65036408cb0c367997e3c2b7eb3c2, 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Thumbnail/Basic/Assets/thumbnail-up-arrow.svg', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Thumbnail/Basic/Assets/thumbnail-up-arrow.svg', 1, 0x00000000000000000000000000000000, 0xae6bd13951b49b78fa65a89a3de2b660, 0x0a45f236cc653dbdf88bfdde69c1931ce6d53263a15b6658f1e783d6719f3609, '', 0, '?'),
(0xbbb77d5f73e558b641b8298a61713176, 'wp-content/plugins/smart-slider-3/license.txt', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/license.txt', 1, 0x00000000000000000000000000000000, 0xd32239bcb673463ab874e80d47fae504, 0xf88fd046907dfed58cf8a9f34fa058f2f57fcfeded90092302fcab8faf23a57f, '', 0, '?'),
(0x066e483eea11a382ad427e64137493cd, 'wp-content/plugins/smart-slider-3/plugin.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/plugin.php', 1, 0x00000000000000000000000000000000, 0x99c55cb9c4a0576c24b8be9525d39a4b, 0xedf734376b405df2101510c5790a6cd20ccf6a7a1871b2d59e81e43b2a573fdf, '', 0, '?'),
(0x3cbe4b447ea8525ca56dde4e3761820e, 'wp-content/plugins/smart-slider-3/readme.txt', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/readme.txt', 1, 0x00000000000000000000000000000000, 0xb7dfd83e94bd7a9f9187ffb5aef5db20, 0x302be74fd35ae48aed068ab5dc8072be3abb0ee00b07d24ea12e1f8149e1cda6, '', 0, '?'),
(0x7be0740887c147858a61bdc2b2e2e890, 'wp-content/plugins/smart-slider-3/smart-slider-3.php', '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/smart-slider-3.php', 1, 0x00000000000000000000000000000000, 0xa26b439822b051ae66df8afb3887de14, 0x147373b9f107f0793b8a442cd6e1f5c71804a1186c6a6c33f9a473e1794705c5, '', 0, '?'),
(0xc266e5e97dba65dabe5918f7660aec3f, 'wp-content/plugins/trustedsite/css/font-awesome.min.css', '/home/www/iamctv.com/wp-content/plugins/trustedsite/css/font-awesome.min.css', 1, 0x00000000000000000000000000000000, 0x269550530cc127b6aa5a35925a7de6ce, 0xfce6dc7161235430fedf1954996e3df2c811a338580afa42056725ce804cbd11, '', 0, '?'),
(0xe00fc1aa7b20bbbf044b923f22005b8b, 'wp-content/plugins/trustedsite/css/settings.css', '/home/www/iamctv.com/wp-content/plugins/trustedsite/css/settings.css', 1, 0x00000000000000000000000000000000, 0x55c5be6253867fa6a0ec19ec95165694, 0x12ed4493ef0f6f8b0ec48ebc04d666ff37c97aaff55f93ef072bf9a572426bc7, '', 0, '?'),
(0x0c41ddf357d97ea64f03cc8230e11530, 'wp-content/plugins/trustedsite/fonts/fontawesome-webfont.woff', '/home/www/iamctv.com/wp-content/plugins/trustedsite/fonts/fontawesome-webfont.woff', 1, 0x00000000000000000000000000000000, 0xfee66e712a8a08eef5805a46892932ad, 0xe1fc2634220d519d6a580ce36d4e22e3c93f50be6f94cd5cb0c6f53f07b9f98c, '', 0, '?'),
(0x35e0a54a5e8be74d3d0fcdf85bc3d6a9, 'wp-content/plugins/trustedsite/fonts/fontawesome-webfont.woff2', '/home/www/iamctv.com/wp-content/plugins/trustedsite/fonts/fontawesome-webfont.woff2', 1, 0x00000000000000000000000000000000, 0xaf7ae505a9eed503f8b8e6982036873e, 0xaddf40e2a382a94ceb4551f1f18928816965ba96715b4e7c26b0e37ff9c390f7, '', 0, '?'),
(0x94bf6f545293f5055c8367cdd36f4f16, 'wp-content/plugins/trustedsite/images/preview-64-banner.png', '/home/www/iamctv.com/wp-content/plugins/trustedsite/images/preview-64-banner.png', 1, 0x00000000000000000000000000000000, 0x355b118b07b59efd55c30036864a3d62, 0x6305fd3acc27c7f0c20287fe4100d5de2deea7e25010c04ae24d900ab535a0bb, '', 0, '?'),
(0xfd98a0cdee694965ed03d2b6d6cfa6b2, 'wp-content/plugins/trustedsite/images/preview-64-engagement.png', '/home/www/iamctv.com/wp-content/plugins/trustedsite/images/preview-64-engagement.png', 1, 0x00000000000000000000000000000000, 0x627d761fdf97bf9b3c4d2b8e5aefc771, 0xa223a2ae56d553a5f79567f8a3f2d042610a6e2a1af497261e9ae3d48f896557, '', 0, '?'),
(0x3b81c7d0c2090cb3910f8da822ec7f72, 'wp-content/plugins/trustedsite/images/preview-64-floating.png', '/home/www/iamctv.com/wp-content/plugins/trustedsite/images/preview-64-floating.png', 1, 0x00000000000000000000000000000000, 0x6cc63c6f269857de2dba6916783090a0, 0x270218d47cdbe6d16bc0be8f50422b125288876e502c634c862c070892232d8b, '', 0, '?'),
(0x7a0602af7cd346fb07b31ac1f46c41c1, 'wp-content/plugins/trustedsite/images/preview-64-sip.png', '/home/www/iamctv.com/wp-content/plugins/trustedsite/images/preview-64-sip.png', 1, 0x00000000000000000000000000000000, 0xe0f2685a66c64c906bc00bad00f778c1, 0x84ea4359013d2a59940f95d2aeaf896f10cbffa434712d4defe96315cfd6c474, '', 0, '?'),
(0xe5cbbf551f5aa796031f9a50ea3994a9, 'wp-content/plugins/trustedsite/images/preview-64-testimonials.png', '/home/www/iamctv.com/wp-content/plugins/trustedsite/images/preview-64-testimonials.png', 1, 0x00000000000000000000000000000000, 0x615dd8843307cdb4ddae960c5463849c, 0x65dbf6e39a4ee402cc0ec061dc2288cb36b66e2943befa831a9b40c2dc42cb86, '', 0, '?'),
(0xc1fcaf7a8da4f93295c59420c066bc6e, 'wp-content/plugins/trustedsite/js/trustedsite.js', '/home/www/iamctv.com/wp-content/plugins/trustedsite/js/trustedsite.js', 1, 0x00000000000000000000000000000000, 0xc763d7c2b2e2c76f2b77f01ec419f0eb, 0xc9522cbc834e2424cb36919ac47e4edcd7d5a526e1d5a776d951b4071a99d568, '', 0, '?'),
(0x1e4360e955252511984c9d721b40cb67, 'wp-content/plugins/trustedsite/lib/Trustedsite.php', '/home/www/iamctv.com/wp-content/plugins/trustedsite/lib/Trustedsite.php', 1, 0x00000000000000000000000000000000, 0x639fc5fddc764393058e5cbcdc61f265, 0xb874e0cbde2e7db02c6e7ca83038720e0125fe9e90f809d29e79b13680b12d41, '', 0, '?'),
(0x52389b3f2fb47b80a3e979688d86a75f, 'wp-content/plugins/trustedsite/lib/settings_page.php', '/home/www/iamctv.com/wp-content/plugins/trustedsite/lib/settings_page.php', 1, 0x00000000000000000000000000000000, 0xefa84860e735446074099aaf0c2d5941, 0x9dc15f60f3292860ac14798437ba43778f554097803f9be609b0f4e81bf4d785, '', 0, '?'),
(0x7a4a048ccf03a1b8eb31cf29feb19a98, 'wp-content/plugins/trustedsite/readme.txt', '/home/www/iamctv.com/wp-content/plugins/trustedsite/readme.txt', 0, 0x69edbb10ee60e05d13eb724a8ea13fd1, 0x69edbb10ee60e05d13eb724a8ea13fd1, 0x1dfad5182238497d4c1d87d1e15564a78e6b004422e321bf82347722cfb28abe, '', 0, '?'),
(0xe31536400bd25a794ebff1c98c650388, 'wp-content/plugins/trustedsite/trustedsite.php', '/home/www/iamctv.com/wp-content/plugins/trustedsite/trustedsite.php', 1, 0x00000000000000000000000000000000, 0x518230c46d9e305cfa29470ea1c056e8, 0xcc9f3e498b9ab09c4fabc5cdd1885d29465b572483a27cd5ee3ee11c427217e9, '', 0, '?'),
(0x0eb679298d344fbcdbf25483fd250d82, 'wp-content/plugins/web-stories/LICENSE', '/home/www/iamctv.com/wp-content/plugins/web-stories/LICENSE', 1, 0x00000000000000000000000000000000, 0x175792518e4ac015ab6696d16c4f607e, 0xddacef491153f45022f5619519bb2016374a8c36e75153768493f45fb38d7992, '', 0, '?'),
(0x99920234d38146d590fab449dcd60ec9, 'wp-content/plugins/web-stories/assets/css/carousel-view-rtl.css', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/css/carousel-view-rtl.css', 1, 0x00000000000000000000000000000000, 0xeb38b0e25e14f922f2f9838a07b877d2, 0x25db8235d7dc00ef7d33dca49a4f7d3ef8558889dd42b22092563eeffcebef59, '', 0, '?'),
(0x92fbdc7325167cdb3bfa114064f078ca, 'wp-content/plugins/web-stories/assets/css/carousel-view.css', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/css/carousel-view.css', 1, 0x00000000000000000000000000000000, 0x497f5329b0b1fcdb5fae1140c6a6b730, 0x016aa42326fd4a9098fee7299bd5bcc3184d68018528ac2fc6561f77205c374f, '', 0, '?'),
(0x2cc4dc9d148cc8bcdb046a2410e4c193, 'wp-content/plugins/web-stories/assets/css/web-stories-block-rtl.css', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/css/web-stories-block-rtl.css', 1, 0x00000000000000000000000000000000, 0x4f67db4df084ca837f8f8e6e3aceadeb, 0xc0171b6906a37e0ded00c7c113f2e8569ffe496f49666ef5d053bf3df9d9c11e, '', 0, '?'),
(0x0bdb1b3be3fa38b11d64945e040dd895, 'wp-content/plugins/web-stories/assets/css/web-stories-block.css', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/css/web-stories-block.css', 1, 0x00000000000000000000000000000000, 0xfdd11f5994f14544d481d7a018c32378, 0x32cbc603e6dd1e69130a6cf03b18d27016a1271b2f1d5d293f28fea8ef0bd420, '', 0, '?'),
(0x77f44c2e12aff3ffc4710f8760957c32, 'wp-content/plugins/web-stories/assets/css/web-stories-embed-rtl.css', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/css/web-stories-embed-rtl.css', 1, 0x00000000000000000000000000000000, 0x57563ce08d6eb529ae9609f1c3864b3a, 0x5ec859d662eb37a99960da1f081cd7bcb83a2552eeb0c0ad6e00c1f987e7c14c, '', 0, '?'),
(0x5f5412ac6c99b05569549b693c08f6b4, 'wp-content/plugins/web-stories/assets/css/web-stories-embed.css', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/css/web-stories-embed.css', 1, 0x00000000000000000000000000000000, 0x625bee12caa1e290909087da540c8ca5, 0xd3d4ae262d94d3835bb74ba824c238154befc141d4ede05c50d8c48b11db8bd0, '', 0, '?'),
(0xbadd984db809a5a0895ac0f4eecd562c, 'wp-content/plugins/web-stories/assets/css/web-stories-list-styles-rtl.css', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/css/web-stories-list-styles-rtl.css', 1, 0x00000000000000000000000000000000, 0x34d0aaf5a24bfa56363048fd39c00817, 0xc58f441921038c68e20cd160fe7c801906328e602fd44458f9e3ce235f5a68ee, '', 0, '?'),
(0xaad20d768671fff9577b7312b8922386, 'wp-content/plugins/web-stories/assets/css/web-stories-list-styles.css', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/css/web-stories-list-styles.css', 1, 0x00000000000000000000000000000000, 0x3cf6c6bc91d170c131adae667091dbc3, 0x8e9ac2e957f42661aa05a56f758df2c132cabff86f83714a3f46135e13717e79, '', 0, '?'),
(0x8eb460916ae2dedb29c448954a169131, 'wp-content/plugins/web-stories/assets/css/web-stories-theme-style-twentyeleven-rtl.css', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/css/web-stories-theme-style-twentyeleven-rtl.css', 1, 0x00000000000000000000000000000000, 0x44f072fe21701bd7e800dfc5eeedd738, 0x7d03b13519b42e88be7810b7c58643440ebf0096a35444f284f6def5b45af8e0, '', 0, '?'),
(0x642db1224e30ec8f8b5143eb360dbf2b, 'wp-content/plugins/web-stories/assets/css/web-stories-theme-style-twentyeleven.css', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/css/web-stories-theme-style-twentyeleven.css', 1, 0x00000000000000000000000000000000, 0x44f072fe21701bd7e800dfc5eeedd738, 0x7d03b13519b42e88be7810b7c58643440ebf0096a35444f284f6def5b45af8e0, '', 0, '?'),
(0x1db165400af7f4eafaf90b171a2eddf7, 'wp-content/plugins/web-stories/assets/css/web-stories-theme-style-twentyfifteen-rtl.css', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/css/web-stories-theme-style-twentyfifteen-rtl.css', 1, 0x00000000000000000000000000000000, 0x0f101ecdf0a37da121dfcd291ebbf341, 0x1c9148dedf08fca0af60c903babe0a78967d440b5addc4a3ae024b0f7f2432ae, '', 0, '?'),
(0x35fcf633138873cfd8bbe118356dad4e, 'wp-content/plugins/web-stories/assets/css/web-stories-theme-style-twentyfifteen.css', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/css/web-stories-theme-style-twentyfifteen.css', 1, 0x00000000000000000000000000000000, 0x48a00a9fae6ad145100eeb1c8d6f155c, 0x468cf0f1573ad85170b17bfb82066dd063a8bd8f0f1360eb2da4781a921d3f55, '', 0, '?'),
(0xb8ca3b629277cab33eb1468eea56e5ef, 'wp-content/plugins/web-stories/assets/css/web-stories-theme-style-twentyfourteen-rtl.css', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/css/web-stories-theme-style-twentyfourteen-rtl.css', 1, 0x00000000000000000000000000000000, 0x1eb1c1fcb7775fbf0df134663828fe98, 0xe8b304d4cb8731e2c6db3ee105d549e26f00728337bab1ecd1351a91686a8064, '', 0, '?'),
(0x0a43004a38ce2ce5f4b764cc9256892f, 'wp-content/plugins/web-stories/assets/css/web-stories-theme-style-twentyfourteen.css', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/css/web-stories-theme-style-twentyfourteen.css', 1, 0x00000000000000000000000000000000, 0x1eb1c1fcb7775fbf0df134663828fe98, 0xe8b304d4cb8731e2c6db3ee105d549e26f00728337bab1ecd1351a91686a8064, '', 0, '?'),
(0x3d0df8c3d4fcbf8ad5b1fd0a6817995b, 'wp-content/plugins/web-stories/assets/css/web-stories-theme-style-twentyseventeen-rtl.css', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/css/web-stories-theme-style-twentyseventeen-rtl.css', 1, 0x00000000000000000000000000000000, 0x396afeeb0eb4d49b63403043bd701f93, 0x15e3f102bbb8ad63706772e1e61f2243f24241f478ed672bdc122c6c4d8c7b7f, '', 0, '?'),
(0xbafe6f2477cee2e27aadc4a4a25a45b0, 'wp-content/plugins/web-stories/assets/css/web-stories-theme-style-twentyseventeen.css', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/css/web-stories-theme-style-twentyseventeen.css', 1, 0x00000000000000000000000000000000, 0x396afeeb0eb4d49b63403043bd701f93, 0x15e3f102bbb8ad63706772e1e61f2243f24241f478ed672bdc122c6c4d8c7b7f, '', 0, '?'),
(0xa2795b87a2c00548ef27b9b49e2a9095, 'wp-content/plugins/web-stories/assets/css/web-stories-theme-style-twentysixteen-rtl.css', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/css/web-stories-theme-style-twentysixteen-rtl.css', 1, 0x00000000000000000000000000000000, 0x03680344a9a8270bc7b96d2fd73e238d, 0x941b1ce92be7d2a6b245e6e8e4384b75f9e18641c966a226a1da0814b8c25c40, '', 0, '?'),
(0x0594818a40d2875d53e23ce321945455, 'wp-content/plugins/web-stories/assets/css/web-stories-theme-style-twentysixteen.css', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/css/web-stories-theme-style-twentysixteen.css', 1, 0x00000000000000000000000000000000, 0x03680344a9a8270bc7b96d2fd73e238d, 0x941b1ce92be7d2a6b245e6e8e4384b75f9e18641c966a226a1da0814b8c25c40, '', 0, '?'),
(0x658b1b21000bacc1fe8534023c7b0a88, 'wp-content/plugins/web-stories/assets/css/web-stories-theme-style-twentyten-rtl.css', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/css/web-stories-theme-style-twentyten-rtl.css', 1, 0x00000000000000000000000000000000, 0xd6593c42dc9da06a37fb59b8230f7a04, 0x619d88a2aadc2213bed949b14ff005a78de2e47ce4b8490787f76ad2f926f04e, '', 0, '?'),
(0x7b088abdd2c765ae67af1785d4290ff2, 'wp-content/plugins/web-stories/assets/css/web-stories-theme-style-twentyten.css', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/css/web-stories-theme-style-twentyten.css', 1, 0x00000000000000000000000000000000, 0xd6593c42dc9da06a37fb59b8230f7a04, 0x619d88a2aadc2213bed949b14ff005a78de2e47ce4b8490787f76ad2f926f04e, '', 0, '?'),
(0x281af84fdced1ea4ff6de2e29653bfe7, 'wp-content/plugins/web-stories/assets/css/web-stories-theme-style-twentytwelve-rtl.css', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/css/web-stories-theme-style-twentytwelve-rtl.css', 1, 0x00000000000000000000000000000000, 0x25c84f9605445f34dd24d23d74f35a6d, 0xcacf8921c40c5d749ef5159fceed5111ad9cdccb9c2dc3e99d930fb34880070a, '', 0, '?'),
(0x775d7e03e6fae40f932a449db26bd02d, 'wp-content/plugins/web-stories/assets/css/web-stories-theme-style-twentytwelve.css', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/css/web-stories-theme-style-twentytwelve.css', 1, 0x00000000000000000000000000000000, 0x25c84f9605445f34dd24d23d74f35a6d, 0xcacf8921c40c5d749ef5159fceed5111ad9cdccb9c2dc3e99d930fb34880070a, '', 0, '?'),
(0xd6b9e0e9c14863210addb434de05ded6, 'wp-content/plugins/web-stories/assets/css/web-stories-theme-style-twentytwenty-rtl.css', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/css/web-stories-theme-style-twentytwenty-rtl.css', 1, 0x00000000000000000000000000000000, 0xbf1308cf052933fe433fa6bd92c63bf0, 0x8e54821ffb702b320a13c0e39ff11f4b5e42748db5cc81d65c799a53a4302183, '', 0, '?'),
(0xaed207636d324e5a6d9cb85b91742707, 'wp-content/plugins/web-stories/assets/css/web-stories-theme-style-twentytwenty.css', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/css/web-stories-theme-style-twentytwenty.css', 1, 0x00000000000000000000000000000000, 0xbf1308cf052933fe433fa6bd92c63bf0, 0x8e54821ffb702b320a13c0e39ff11f4b5e42748db5cc81d65c799a53a4302183, '', 0, '?'),
(0xf4465dae040494612e729fa49e7e23cc, 'wp-content/plugins/web-stories/assets/css/web-stories-theme-style-twentytwentyone-rtl.css', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/css/web-stories-theme-style-twentytwentyone-rtl.css', 1, 0x00000000000000000000000000000000, 0x969b6be77befe8c3e77a5c14cdf194fe, 0x6eeefe102dc53b89fba39cfb67ef76cfb630b0845fe68b247ca862fe930219ca, '', 0, '?'),
(0xb9566f6de57868fcb06b9516dbb3b425, 'wp-content/plugins/web-stories/assets/css/web-stories-theme-style-twentytwentyone.css', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/css/web-stories-theme-style-twentytwentyone.css', 1, 0x00000000000000000000000000000000, 0x969b6be77befe8c3e77a5c14cdf194fe, 0x6eeefe102dc53b89fba39cfb67ef76cfb630b0845fe68b247ca862fe930219ca, '', 0, '?'),
(0x8946a505cf3169724026334b21688ad0, 'wp-content/plugins/web-stories/assets/css/web-stories-widget-rtl.css', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/css/web-stories-widget-rtl.css', 1, 0x00000000000000000000000000000000, 0xf6dd3573113b2927873b799092a155d8, 0xaa3d64aecef8d69559a2bd3b766fcb1808ecbb8d56262417cdb12818c193989e, '', 0, '?'),
(0xb5a86e1d1eea08dcb111bf3c48edd1ff, 'wp-content/plugins/web-stories/assets/css/web-stories-widget.css', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/css/web-stories-widget.css', 1, 0x00000000000000000000000000000000, 0xf6dd3573113b2927873b799092a155d8, 0xaa3d64aecef8d69559a2bd3b766fcb1808ecbb8d56262417cdb12818c193989e, '', 0, '?'),
(0x8c947894d858976e5767c946e9837ed1, 'wp-content/plugins/web-stories/assets/css/wp-dashboard-rtl.css', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/css/wp-dashboard-rtl.css', 1, 0x00000000000000000000000000000000, 0x506360da9e9091aee130b479315c4aaf, 0x00e97e5b02fcbf98a2c28b0838d1036cd4dfe99f526b81867d820775e2706db4, '', 0, '?'),
(0x1ab840655cadf145818d8e9a7598806c, 'wp-content/plugins/web-stories/assets/css/wp-dashboard.css', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/css/wp-dashboard.css', 1, 0x00000000000000000000000000000000, 0x34ddfdd2022b0c426cab32e72b97cf05, 0xe59dfc7ad449dd8bec04c905028195017cc1bc22f927d455ffa34a097ec99d74, '', 0, '?'),
(0x8ea40cfb7f36f00c9e65797ab44b038a, 'wp-content/plugins/web-stories/assets/css/wp-story-editor-rtl.css', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/css/wp-story-editor-rtl.css', 1, 0x00000000000000000000000000000000, 0xbda31f5ddce24c3ef660ed43391da3f0, 0x4fb3281b0fa7fa6ce040f31aade8bf376a57aa179a67f454ec2f940e565128fc, '', 0, '?'),
(0x57b5e29e081f3f0b2b2e55b12676b4fc, 'wp-content/plugins/web-stories/assets/css/wp-story-editor.css', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/css/wp-story-editor.css', 1, 0x00000000000000000000000000000000, 0x509dce23f721288ed02304278d215197, 0xa29980ad9dad1ff17af7e9e7392b773428c04c749915d141ceb13809bcde66c6, '', 0, '?'),
(0xd914f9bc375e886be758aec7ba5e9a58, 'wp-content/plugins/web-stories/assets/js/1590.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/1590.js', 1, 0x00000000000000000000000000000000, 0x27eca176e0a2ffb737347cd3443e6b19, 0xaab7c99d3d5b539dc45abeb0464bcf10c8e8b626e5cb3cdc46e2b7dc90334519, '', 0, '?'),
(0x836397999c5a9aacc299db11f731a526, 'wp-content/plugins/web-stories/assets/js/1814.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/1814.js', 1, 0x00000000000000000000000000000000, 0x5dc7e3453a5a62b9035450bf26f6c34f, 0xcb72435fe1d8552ce085d0bf619851a9e4b246984de55492f5ecc3748b86821e, '', 0, '?'),
(0x3f43c1e33a5e84a7154d7a7d8eb7479a, 'wp-content/plugins/web-stories/assets/js/2505.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/2505.js', 1, 0x00000000000000000000000000000000, 0x416805bffd6765de26f13f9e00d27080, 0xff44e5b5e2b0c29fc7319f9e5f696ad08dbb5d14379e8adfdf70ab4c1930cfd3, '', 0, '?'),
(0x86e7202a3ec9a7cf42d67f78cea24146, 'wp-content/plugins/web-stories/assets/js/3617.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/3617.js', 1, 0x00000000000000000000000000000000, 0xb8bd52e61bbd59a70d7cee3c4fd6d440, 0x454cac8d05518ee2a3a1208685c8954a791d14b5168e433884dcb87ac3f2b407, '', 0, '?'),
(0x5c5871d3903c2cb3f98277c101561260, 'wp-content/plugins/web-stories/assets/js/4422.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/4422.js', 1, 0x00000000000000000000000000000000, 0xf76d269473a5c4f9228613e355d91460, 0xc59e30b4aee9e73f8f783c2cb649ade98ce3ecfef2013aa8309e8155e6a76a02, '', 0, '?'),
(0x355400429c6a0f7ce685f0b68385f030, 'wp-content/plugins/web-stories/assets/js/5980.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/5980.js', 1, 0x00000000000000000000000000000000, 0x03a1e00efe3eb9c1685fdfb088709e0a, 0xc282bcf397a31e9f88f27317ffa71f618cf7bf31f95abd945687f87cea43e7c5, '', 0, '?'),
(0x94ddbf8aab5eb924a6500e021a489754, 'wp-content/plugins/web-stories/assets/js/carousel-view.asset.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/carousel-view.asset.php', 1, 0x00000000000000000000000000000000, 0x9311089da837faf6699f95e48470e70f, 0xb7e365310a2587dbcd066793a59ea57e2f013c6dc4257ecaed37a89f2f0e0fb2, '', 0, '?'),
(0xf866691080758d7ecf28ca957a5eba09, 'wp-content/plugins/web-stories/assets/js/carousel-view.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/carousel-view.js', 1, 0x00000000000000000000000000000000, 0xd647c22bc12f862177240c39413015d7, 0x619d595e06143a307f614d8bcdd09fef576ad90db347ae2cb6dbd3fd414ad8cb, '', 0, '?'),
(0xf866e2eb44e8971c221a0d45ec718c41, 'wp-content/plugins/web-stories/assets/js/chunk-colorthief.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-colorthief.js', 1, 0x00000000000000000000000000000000, 0xbc36986081f549cce27b6d12e3c599a7, 0xbc8fadccb80dfc3aa40818352986799cdf6e172a36a260fff89fbbb23d1de2e3, '', 0, '?'),
(0x6292368833900362f278b4e24978f72e, 'wp-content/plugins/web-stories/assets/js/chunk-ffmpeg.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-ffmpeg.js', 1, 0x00000000000000000000000000000000, 0xfce59b2893ca9c2fda8b875821481334, 0x322e83070aaa79decd35838c6fecffb261c8e38a8e410578b510bc8acba482ca, '', 0, '?'),
(0x8c4db105516081804f773154b19bea40, 'wp-content/plugins/web-stories/assets/js/chunk-focus-visible.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-focus-visible.js', 1, 0x00000000000000000000000000000000, 0x0ac2ed89fdce070613d3970a6f55a66e, 0xf42f74b0b5c5ec10305cabbd863f66e2e940e3976bc1596d4af4c46fa41e014b, '', 0, '?'),
(0xd796481b532a66e11591abcf21bee94e, 'wp-content/plugins/web-stories/assets/js/chunk-getStoryMarkup.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-getStoryMarkup.js', 1, 0x00000000000000000000000000000000, 0x94c0a0f096cca090e8a065177f3f7b37, 0x55075621abc1436c423d8e0783b47a5e8019bb9b15c0c4cfeab1a5c4e5af5fd9, '', 0, '?'),
(0x72d49becccd9dc101e7f5df82d9782c0, 'wp-content/plugins/web-stories/assets/js/chunk-html-to-image.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-html-to-image.js', 1, 0x00000000000000000000000000000000, 0x28ac7cc1986b0021fef6654785eaace3, 0x4dacb1228ab0d9bf2a8e6efe1edadf332502702548c909f3f8efce401d50536a, '', 0, '?'),
(0xa5e96f893b84d6804bc55eec82afff97, 'wp-content/plugins/web-stories/assets/js/chunk-opentype.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-opentype.js', 1, 0x00000000000000000000000000000000, 0x152da04124b6b9cb4459d23088edd353, 0x522f5589187806906586697d5b22a578b0f3d28f90e4524c8a05d0c80d39cc88, '', 0, '?'),
(0xd5ef83c93045015618efad8e322cf8a2, 'wp-content/plugins/web-stories/assets/js/chunk-react-calendar.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-react-calendar.js', 1, 0x00000000000000000000000000000000, 0xfa279bec7188d64e9c1ea3d7bd100ea7, 0x64747d72babba7f8d0668dfc0b977cebb03efcd5744fdf3d75272fd1b5bc5de6, '', 0, '?'),
(0xf5ef68ac3ef7f816c8638daf8dbdfb8d, 'wp-content/plugins/web-stories/assets/js/chunk-react-color.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-react-color.js', 1, 0x00000000000000000000000000000000, 0x9e99992453ac0eb3a30f32f9b1d45eca, 0x14c5033ab94b5be52c071383fd93224959839eac2e044bb943f2e23f52fe8cf3, '', 0, '?'),
(0x1ad62e1552953349e218200876d596cf, 'wp-content/plugins/web-stories/assets/js/chunk-resize-observer-polyfill.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-resize-observer-polyfill.js', 1, 0x00000000000000000000000000000000, 0x7e57c7eefe0090f08020989a6300f33d, 0xe9a5b07cfaaa7254f360da2f368cf596617a8a3e5ba82710f2ab6a170067af6b, '', 0, '?'),
(0x3ddf76784d4fe2c3fdc1ab0167db0e04, 'wp-content/plugins/web-stories/assets/js/chunk-web-animations-js.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-animations-js.js', 1, 0x00000000000000000000000000000000, 0x940cef654ac3d1ba733c021309f0b0cb, 0xdfda94253355a6e67b0c3f383e82c88d0b154d258b3f99797a23c77d56f29649, '', 0, '?'),
(0x4c2b52b9534d4ee11a6d2f8e81e23241, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-0-metaData.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-0-metaData.js', 1, 0x00000000000000000000000000000000, 0xbbd0604942b9f99eb7b5ed87e0d28f10, 0xfcc870dda7f80bf168ef2eb2621405c54a401f75edf27392769d6925949da441, '', 0, '?'),
(0x43b45f42e93003c95680b879f4ac5285, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-0.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-0.js', 1, 0x00000000000000000000000000000000, 0xba4fae9e6dd78aa0f7ba7818b8848c88, 0xb1028a8c97c499e68d1916e9f4d5faffdd22c42d050c2c7e8c86f5a9dd91ad04, '', 0, '?'),
(0xa2e3de98be21486ef8c446577573b4ab, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-1-metaData.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-1-metaData.js', 1, 0x00000000000000000000000000000000, 0xe650cd0936bdce47e567932c9e14481b, 0xacbe35eef8d02ba90775b5d708e92a5b691298c82bac96bc9565cc32eb463967, '', 0, '?'),
(0xaafbf9ce0151e86686e9dee8df41e05c, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-1.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-1.js', 1, 0x00000000000000000000000000000000, 0xd4d964d66886725ba47b3905c430031e, 0x13bb69760bb60d4f387c0561bdba9f2baada587475a203190c87d3401ad05c63, '', 0, '?'),
(0xbc3b55b0e8ec5027cc826b05f61742bd, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-10-metaData.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-10-metaData.js', 1, 0x00000000000000000000000000000000, 0xb4164579dbd83f2d57fe9e1fdde2ecef, 0x26e506e141d023a85b2fd20c7453b0b9489869d073fc069ef8ee4180a34c4b0b, '', 0, '?'),
(0x11084102b0a1b34437fe2303bc1fb8a4, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-10.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-10.js', 1, 0x00000000000000000000000000000000, 0x3cd0269e8b7308b0fc2da6eb171828a1, 0x2cab3af5df2b1ecfa79aa14ea9460ece5dc23e381fb8cf1f26395382c186eda9, '', 0, '?'),
(0xa381ed093592b2878c16e33daf9d3f00, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-11-metaData.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-11-metaData.js', 1, 0x00000000000000000000000000000000, 0x9bd08e5956a1d2236973943972c29a19, 0xf63e44a3fbdb9c9b3f6a70e7af93a923f37c4546d64dd5c7d0721c14e1e01c0b, '', 0, '?'),
(0xf42a158ecae6fa42c4c6f300a49ce4a8, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-11.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-11.js', 1, 0x00000000000000000000000000000000, 0x4c7beb67373ee45d8275f563946d94fd, 0x25695d05f548ecb9c1400611afb454d1fe43b566976225b890fcfb18140a0af3, '', 0, '?'),
(0x25143ce0353ac24face5d750ac79274b, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-12-metaData.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-12-metaData.js', 1, 0x00000000000000000000000000000000, 0x3bd89396fddcb00a32fdceabc30df0fd, 0x2a5f3443b55076c0c8bb1c61ffdbb8a64c20f1840ae0f634804f9f954b1ed1a4, '', 0, '?'),
(0xe3c42e406ea0394a8bef8747f324a166, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-12.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-12.js', 1, 0x00000000000000000000000000000000, 0xd83cae2762af2e3f6aa1f3cdafad5aa3, 0xb2e41472cf9aec2ad09c0235063b0a8156d266e78592d44f6e1587856527a505, '', 0, '?'),
(0xb2e64e52754e1405d54e936b57832414, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-13-metaData.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-13-metaData.js', 1, 0x00000000000000000000000000000000, 0x873c0ab6f3bb8531f56e170b8bd3d08d, 0x0e2ffb15a139abde84024764bfe4004f5f1af01711aa7d20674bbe1a890b281e, '', 0, '?'),
(0x8f2ccbb876a93baba238816f62e43eff, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-13.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-13.js', 1, 0x00000000000000000000000000000000, 0x0ebc468cfad0ad5bf71d8ee893f1dff9, 0x91a9ecb912d7f4e50934456fe8d001a4ab40f5f00685b3dc508ed2f582e054ec, '', 0, '?'),
(0xf612fd8022feffadcdfe2cd245705a3e, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-14-metaData.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-14-metaData.js', 1, 0x00000000000000000000000000000000, 0xcde22fd856d5387d9b376fc18833e95d, 0xa41666e62b201c60a012fa8fca3e0a02fd27ad60c15c0b6fee13197b120879f0, '', 0, '?'),
(0x9d130ca5e0a7d18b6bd2e27a32307bff, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-14.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-14.js', 1, 0x00000000000000000000000000000000, 0x6c6f61a7201cb23c2ed23757dd727038, 0xb050d4aca889c44c4bd323b200bc33c9430e8b7c76bdc7ac0deaa47a34ea04e2, '', 0, '?'),
(0x4300057bc8eac7e85de2019d5aa8eae9, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-15-metaData.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-15-metaData.js', 1, 0x00000000000000000000000000000000, 0xbe90280077cbcebd74a8069af47790ee, 0x84f3b952577e15c785c7937b3005df6b79c3a7a361d74e9cd0fd236bfa574fc9, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xef079fec139a8032bd913ba2a2ee5ae7, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-15.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-15.js', 1, 0x00000000000000000000000000000000, 0x603550d3e6c613159dff12d6c1e733be, 0x521119609ca82b72fafe7a250bc68acff22de55c4bd1bca5efab65fda1865837, '', 0, '?'),
(0x88ad41865ef97eaab03803d45e7d56be, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-16-metaData.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-16-metaData.js', 1, 0x00000000000000000000000000000000, 0xa5e8c7239e88052ccfd91114afd28d22, 0xf3de10a69d4aa2ff77e183dfa779db3acbc99ed2c27e94089f4e0e1f3fc4bc46, '', 0, '?'),
(0x6127f9fff6131579ff98c0db116f768f, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-16.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-16.js', 1, 0x00000000000000000000000000000000, 0xbc8b0523d739f6c4539437db881e40ac, 0x36198fe61911aeee98dc9fbe1d7b35c59b80026ef6f15afaf17bbbcd813b16bd, '', 0, '?'),
(0xecd028cb470a495c889186fd5c469afa, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-17-metaData.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-17-metaData.js', 1, 0x00000000000000000000000000000000, 0x5fa314d7e0eb98174792a985a54438d0, 0x771dd452a88601bb603363c584e70d926a3fea08acb3c8e058426c502ea79e26, '', 0, '?'),
(0x3fced0c3e29acd433b11dff654f6e6e1, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-17.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-17.js', 1, 0x00000000000000000000000000000000, 0xb8ff6a1ff50dc30d64aeab68540dc081, 0xa64e9d74d1c0246ca29994e4ff74b83a94fb55746c0c8d145a80f6354220890a, '', 0, '?'),
(0xa83b5b86f6c7ddfde36fd8d740d61d9e, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-18-metaData.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-18-metaData.js', 1, 0x00000000000000000000000000000000, 0xa556c2a91f78715d1ee25092aa2ff364, 0xe756ea13c0ac096e4636ab67a07bf005a3745d4ddd5a59b95e9d4c282e640669, '', 0, '?'),
(0x6f6f3a3dd0a1c8d130a501b29d08d07d, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-18.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-18.js', 1, 0x00000000000000000000000000000000, 0xa62624c7ea65c061af302a506bc9498b, 0x9f5822170af9629d6334080fb3663c8ce7cfecaa6847ea2e411e8536204d9984, '', 0, '?'),
(0x96220aaa637ba0e2549760297f691c88, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-19-metaData.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-19-metaData.js', 1, 0x00000000000000000000000000000000, 0xbf7ab6c32d0b463b446c066b16064727, 0x689d17a09987ba45796e7e9a74c07f977a8ceeb354860ba23f033429ef20c2c7, '', 0, '?'),
(0x927bb904e24f8e86a5bbd86adecf3197, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-19.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-19.js', 1, 0x00000000000000000000000000000000, 0xf668e012b0bad801a2bf1cdbdcc0b0d7, 0x8005d2656e649ba32a01e4308c5ddae5c0ef4c24dc742f7f478b67edad9e3504, '', 0, '?'),
(0x63cdfdc313de69d5d5e3c49f5e400b0a, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-2-metaData.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-2-metaData.js', 1, 0x00000000000000000000000000000000, 0x7944ca6979789bb7b907a29bfa331ef3, 0xc99572c6ca293ffd7ef475bc9862687111ce9fff1428023bf8ad23d0ff23ed08, '', 0, '?'),
(0x0b2c6a57f64de551ba8e1ac3fecb3e79, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-2.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-2.js', 1, 0x00000000000000000000000000000000, 0x0563706fd94adb8d6c850d4b65fc792e, 0x405eec01858fb3ad176d277fe4f1f140cd7d59ffa95925db6ac8fec655c0d026, '', 0, '?'),
(0x9ca599f900bdf4ccf5b8e7a3d5a6c4be, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-20-metaData.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-20-metaData.js', 1, 0x00000000000000000000000000000000, 0x3a5518b3f8080275f6164e3aaecbe562, 0x9a14362fcdbadf06060d2ae8454b5863edff528f70014e39040cd01c73e97c22, '', 0, '?'),
(0x9dd17371cb9e193961f2e8cd83adbeb7, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-20.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-20.js', 1, 0x00000000000000000000000000000000, 0x959cd1812079fa62bb2dadacdf2a4d5f, 0x8731b4514f0c791e4c9cf26e4031f5011d9c175e069fae0dea788a46d4c4fc5e, '', 0, '?'),
(0x89812afae13b4f537a66aff5764e386f, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-21-metaData.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-21-metaData.js', 1, 0x00000000000000000000000000000000, 0x709403729e67476323baf5739b2c70fd, 0x534a979030ae81983a7c094d5883e1fc9861dd820c510c32a8463dbe169cd739, '', 0, '?'),
(0x9208e89d46552daeb4893b1a81e7e77c, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-21.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-21.js', 1, 0x00000000000000000000000000000000, 0x85c0f506d9a426d1d42bb796f1fa4960, 0xa1da54ba3c3a45aa4a36b04b9a988307f2da2b643fa9cda1b230f415413b5e8f, '', 0, '?'),
(0x5c47ddeb6312d5c327cb4c2ee9ab8c69, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-22-metaData.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-22-metaData.js', 1, 0x00000000000000000000000000000000, 0x95034cfff6ebfd0e862a9869b35859ed, 0x3e039a7ee3dca46315bf37bd64cd96ac57de991ad59f30a1d5de28a2290ea689, '', 0, '?'),
(0x060de29a5c27449db9169a3cb1a8dc3c, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-22.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-22.js', 1, 0x00000000000000000000000000000000, 0x5f621c32c4fea5781da51ef5fb5832d8, 0x5692b0af0c50c225217134070b7c4c2fadda3de2c43af3fc470c1c64912cb517, '', 0, '?'),
(0x1ab978117b6bd2ae618901ca03f489a9, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-23-metaData.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-23-metaData.js', 1, 0x00000000000000000000000000000000, 0x167787061e8f44fd3b143cb16f36a26d, 0xaae8cab056ad9069baaedb189f4e69a43a28ad0386fef366eb4136d846a16c8d, '', 0, '?'),
(0xbcefc55ea7f4bcf5b840b6d20b8e6416, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-23.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-23.js', 1, 0x00000000000000000000000000000000, 0x7bb10c87432beca09267d666b615caf2, 0x98aea32da6563e08b49f6d52ef51ad5c643a864c60b901fc1520c25e87f54f87, '', 0, '?'),
(0x3bd23735ef647bddb4942f5a7d608983, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-24-metaData.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-24-metaData.js', 1, 0x00000000000000000000000000000000, 0x7f1c70e92b4b6c1ee4e6f53486b234e5, 0xc851c72a08b3bf4a65b95cf8a6db230ebe9d75e7c09809f5b4b2298b8db0840d, '', 0, '?'),
(0x8df921d7f9ca0efa6dde17aaf93b7e62, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-24.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-24.js', 1, 0x00000000000000000000000000000000, 0x14eb8851305772096d07b80c9b3bde67, 0x7f926caa567578c66747e76e3b13849d7d5be64dbc45509f552adfcc1fad01ad, '', 0, '?'),
(0x75e045523bba2ca9c8a57d0ca2fe9d66, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-25-metaData.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-25-metaData.js', 1, 0x00000000000000000000000000000000, 0x448a99806ba1e15a0509e28637724523, 0x8097505c22b3eea30957d5347d06f913f2604012743b2fd48e351a8ce1eb30ae, '', 0, '?'),
(0xa6194ff0e77cd8bc7b8f46ac01cf2782, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-25.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-25.js', 1, 0x00000000000000000000000000000000, 0xb93dc1e1ba094c97d6ab2cd34afe61f1, 0x9fa8e74f930f71942c634b5708774ec40050e8cfcaef2a592ede25863291bb12, '', 0, '?'),
(0x7f46f61040b857bda3671151e51001c6, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-26-metaData.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-26-metaData.js', 1, 0x00000000000000000000000000000000, 0xe64bf1366fe1bc3f052ceb370e6c26cf, 0x56c95ab9de933ce5d37f0c860214764347d46ec891de5e065d611cafae235a68, '', 0, '?'),
(0x9668b842cdfef337692b20a168245508, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-26.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-26.js', 1, 0x00000000000000000000000000000000, 0x317c6aa83da897c7111ceeea159f2025, 0x597c867c08fe10250c25c0461487c76ea88b25e1c001d7bb4d46a3b066d8d10a, '', 0, '?'),
(0x7e4cdf221a63b27ef4880a413691acf2, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-27-metaData.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-27-metaData.js', 1, 0x00000000000000000000000000000000, 0x8734b8c126118886ed14584bce19cf32, 0xacae75213442a88cb95cedf26d22a0c5d95942c9213bcfffc72dd98dde40da9f, '', 0, '?'),
(0xec99d17d90a570a6e3d7ec90a1be161b, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-27.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-27.js', 1, 0x00000000000000000000000000000000, 0x8a9ba0bbfdb06cf85cf1da4828e0a579, 0x6f4f4afd0bf9aaf8aaa22615ca8462fac4e409427cdfc4bd1ee0087d726e194e, '', 0, '?'),
(0x7c8871b702b9b2e47921508f839931d8, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-28-metaData.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-28-metaData.js', 1, 0x00000000000000000000000000000000, 0x0fddb4f441f5ed8c4201702c09a68813, 0x9701cac399aa2b89697d19be3c5142edc279e4bd92e13cca6a2547b5d90adc03, '', 0, '?'),
(0x6c7475ef37edcd8ada8554b5533167ad, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-28.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-28.js', 1, 0x00000000000000000000000000000000, 0x6c658497029855fc0da4a15d05345c13, 0x4e4400f89c89bab8a654bc018194f6bc1e7327e23a7c464407da6e773648211c, '', 0, '?'),
(0x822fd13a4f8c1bca94f99f360d472ec7, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-29-metaData.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-29-metaData.js', 1, 0x00000000000000000000000000000000, 0x11d2130ad93ee8a25e295c2af50443a0, 0x3f873d30e4ecbb334a3b05e7f7292d17bc4b8067d5aa540fa54979d0d79ef2e9, '', 0, '?'),
(0x34057efd4a6ae41c20df8bdb8260aee0, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-29.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-29.js', 1, 0x00000000000000000000000000000000, 0x643a470ea734c1b01162106fca3d84b3, 0xef9d6042b14c73e541b292b299c2c119eafcc3a72f12b21de080055f90e8e0d6, '', 0, '?'),
(0xae8c4fd4c758ab1dc76cf6571fd55665, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-3-metaData.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-3-metaData.js', 1, 0x00000000000000000000000000000000, 0xcd82b690f01fa75cdfd95ccdb84da391, 0x31d16d854fba5aaace71fa44a130b85a463c3b1880038abfb344a9cfcb00ed7c, '', 0, '?'),
(0xb7d3730a144e854932ab427b86fe1d0d, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-3.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-3.js', 1, 0x00000000000000000000000000000000, 0xfc0ef9ddffe5a6794582da5679d940b1, 0x2e94c941fecffd447b69f28440b00a1e63cf81958c4b828832291846d50600ab, '', 0, '?'),
(0x8872688cbc93dc9069666af438790622, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-30-metaData.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-30-metaData.js', 1, 0x00000000000000000000000000000000, 0x7cc455c1aee29b196f2738ebf4fff255, 0x910dd9018ddf7e203f6fef5096014ee4dff560e7e29a3883fd4b54371fde82a9, '', 0, '?'),
(0x52400419c8d65a27f20eccdc1e436bde, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-30.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-30.js', 1, 0x00000000000000000000000000000000, 0x322c59e53235a6e9975e0b5faf32779d, 0x27d761e6d2fb85fcd7d6182aeaa02ff238bf8c6afaca45a09d5dadf33c4b453a, '', 0, '?'),
(0xc82586fcd916891776bc7d85a61a657f, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-31-metaData.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-31-metaData.js', 1, 0x00000000000000000000000000000000, 0xb95e2e1869bcfcb7f782f2ec802c4fcc, 0xa90800add2309df8ef5ffe302477c7d75e569de124619d3eb2469885516d3ac6, '', 0, '?'),
(0x1c5187a3b915742acabeef691c512b0a, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-31.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-31.js', 1, 0x00000000000000000000000000000000, 0xccf36445fb5f843326c380574ac57ec7, 0x9d63fd996d1fcab5a60aa6cc4f6e8579b2de1ec681da69572f5e05c6879075c8, '', 0, '?'),
(0xf5b8bf52b9ef1bcdd740ad879ad46298, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-32-metaData.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-32-metaData.js', 1, 0x00000000000000000000000000000000, 0x443a821dcb7b3a0155484414bf5eeac6, 0xb56b745cc70bc620ed91430eb0b7b55073c7d9d5fb2f8e1050a19173fa1edb38, '', 0, '?'),
(0xd30824e1e186a94f19e88597662b4ac4, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-32.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-32.js', 1, 0x00000000000000000000000000000000, 0x0c6981adf346751b97fd0cd978835761, 0x59908724a3241562fdaa66b055b55015f17ab7b12972e4c800dd6906dcb9998d, '', 0, '?'),
(0xdea628e2990e0c33f771859478f51757, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-33-metaData.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-33-metaData.js', 1, 0x00000000000000000000000000000000, 0xb8d367a72eb63d97a3c70a690c5d35c7, 0xbfc015f7e02bdfead543a65df4e341dd27856627cfa6090cd31791e2408d1d87, '', 0, '?'),
(0x2143bc3ab937f585c3fe034effd2ed9d, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-33.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-33.js', 1, 0x00000000000000000000000000000000, 0xdbd5ce6de116922f77e5a42644a4f77f, 0x49781a19216cfbc6eda3f5d40f8e2619a6d23f985b4f6b849c92ff240d68e2b2, '', 0, '?'),
(0xb6f31af846a4c491c6075985aa0dce2c, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-34-metaData.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-34-metaData.js', 1, 0x00000000000000000000000000000000, 0x2d36674bf86208c88f738d4af79711a6, 0x6c9d9826f07e48f65b1bc3221a1cefe0c9df0c47e0fad658a94ba0bed88c04dd, '', 0, '?'),
(0x825b5697f8cf896e648e08251478d2b4, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-34.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-34.js', 1, 0x00000000000000000000000000000000, 0x1b46e13ddfcf84178b2beb8c81b98cea, 0x6f9bcf8aa43d4c406e1fa5b638a28d518c0f2fd361d638c8c66bcc3f85ba7523, '', 0, '?'),
(0xe947a7ef2d471a3544d80d78b609dc1b, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-35-metaData.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-35-metaData.js', 1, 0x00000000000000000000000000000000, 0xee6f14103ef9b16f97a7416b1926b194, 0x5936dcb103688c9395404c1db9dbea1c3f0fd14bd1f46ed63073d4ecbfcec590, '', 0, '?'),
(0xcfc22248cbf2422569fb95c7df292451, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-35.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-35.js', 1, 0x00000000000000000000000000000000, 0x3fed35fa4febebbe950d1ed759cf636b, 0x200e6ad9733ac76d7d5a282e17c024ccb278bc137312a08d3cf147e698163f90, '', 0, '?'),
(0xb8dabc20b6aa0ba8372a73efac2b6e07, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-36-metaData.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-36-metaData.js', 1, 0x00000000000000000000000000000000, 0xbc1ad5402ae3c14fb68b7bd62ed2b6ff, 0xefcda1b8e981e3474a2cea5060c2f96709fe630302a8563bb6a781b600f78a91, '', 0, '?'),
(0xe55495e33541d57ddb1e0668011a7a92, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-36.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-36.js', 1, 0x00000000000000000000000000000000, 0x2259a2dadf2365be1a52e81a7f3acdfb, 0x363d1b21220bf12472d99c7f5a60a6c6c1fb032c3da02a7ab610f369aa7296db, '', 0, '?'),
(0x6eb9a3125ccd738853289007aafbe3c0, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-37-metaData.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-37-metaData.js', 1, 0x00000000000000000000000000000000, 0x3a34b3080d80f36ecbb6717961861eae, 0x775728d762ac04ba25349ed2717d91c4617182ad3e2967709fc932fa4a675076, '', 0, '?'),
(0xa1755dcc6c8acab4cad94b95d4b5a564, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-37.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-37.js', 1, 0x00000000000000000000000000000000, 0x9076756efbc6d88a41b54c0bc58b951a, 0x7ce578e07d65a947a8f19cd0f348191a571b386480496b95b0cea9e1ff40b367, '', 0, '?'),
(0x9e1d2195df91f7f5dabb452a8bd421f8, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-38-metaData.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-38-metaData.js', 1, 0x00000000000000000000000000000000, 0xcd79efc8aafcbe739d18be317048de01, 0xed16e0ff8975aba8bb0ff38e4d3f8c42af8395727bbd1cac1b60af33d578153d, '', 0, '?'),
(0xa88018dfd3871cb350b22617d9c9bd99, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-38.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-38.js', 1, 0x00000000000000000000000000000000, 0x6b28252ea6b8d6436c6809f172048add, 0x0c5de776dd628a577d6517e48af423a35cf8d3838d62dff2aa38fd06bdea9760, '', 0, '?'),
(0x954255e5f917ba884a1c1065786231c5, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-39-metaData.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-39-metaData.js', 1, 0x00000000000000000000000000000000, 0x2f7b63b2fa5db1a7c2182dc72c756e2a, 0x319d5ae29a70ddb7c2ecc716782023b1d4cf3cdc8731354a4555d953dbae07e9, '', 0, '?'),
(0xa0827c8adbbf6756037a86d16331dc31, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-39.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-39.js', 1, 0x00000000000000000000000000000000, 0x41faa08401d9e21ba37ec45a009a49df, 0x1a6376ea5f598e83cb09b19f1b0a6e54ba334cbb02c1d31e2a73e1cb97ce8572, '', 0, '?'),
(0xf12beb7c977be3c5ca4f3d5f62337ca0, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-4-metaData.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-4-metaData.js', 1, 0x00000000000000000000000000000000, 0x867f2a605f3c03a7c8d984bc2b8339bb, 0xa79cbd8bdfb27d2a3c8ffc4a7ac4138ca215cfa20a4efd5a3fcd1797c6de541e, '', 0, '?'),
(0x2a8fcb900f98689071aa7293f7f26ba5, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-4.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-4.js', 1, 0x00000000000000000000000000000000, 0xfe75abb8e9b5dc5bc79ea7648dd09d95, 0x68a81fe526d5c78e456f3b89d84292731ac99cff912cdabcac6a1b79989780c9, '', 0, '?'),
(0x8a431194a56b60ca669db40a340d858f, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-40-metaData.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-40-metaData.js', 1, 0x00000000000000000000000000000000, 0x9f2294c6192d9522f835285b9ac208d6, 0xa74b31e152dc32b424ec1223e9f374ac30703a438b8b3d3c94df2dab8a238e6a, '', 0, '?'),
(0x4dd0f55db75a2dd2e494468a9b9a01b9, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-40.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-40.js', 1, 0x00000000000000000000000000000000, 0xb2419735566db2077547c374c944ad5f, 0xad59947dfa4c3b63edf840451c7816fb179370a735e93f400d411afbb14a799a, '', 0, '?'),
(0x4bcec44d1798f0299a7208827bace326, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-41-metaData.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-41-metaData.js', 1, 0x00000000000000000000000000000000, 0x59c76f0aca1a74558c9f513fa9ff66f3, 0x56889b3a63112cf547c69c67bb12bdcc3b4498bca5a97d88b751390cf6d94059, '', 0, '?'),
(0x6be7934252c8c69b7e3f1820cd3a4be2, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-41.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-41.js', 1, 0x00000000000000000000000000000000, 0xb287d5b209f8d2c289adf01be1ce2b44, 0x97d221daf0cd16d30433c472654a3b28f5aceea234c029597ba2a7dacfa546a2, '', 0, '?'),
(0x085a0b30440026a51ca97f0a69b1b63c, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-42-metaData.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-42-metaData.js', 1, 0x00000000000000000000000000000000, 0x0e71e72a481f8444a2dfdc28339e6151, 0x985cff6350f184df3add9b2a455596cc2ae50f64dfa5be278b61ff281b6db91e, '', 0, '?'),
(0x0576348058cc8fad7049b4c0762cadcd, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-42.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-42.js', 1, 0x00000000000000000000000000000000, 0x83da7a5c114b26233c93beb0d8918d85, 0xe7a79b4f7739d67831ed46fd79cd1803eb2bfb257228d888798f9251c57d4216, '', 0, '?'),
(0xd1287cc2b88efaba028cdc60d8e31e45, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-43-metaData.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-43-metaData.js', 1, 0x00000000000000000000000000000000, 0xfd56cca7f5994a7a71b90674205502a7, 0x0599627d489885b9b633b4ad614e5f56ea2cd6263de80294246c4abb32c5d463, '', 0, '?'),
(0xc9f575151e63aaee8f4feb6947f4c9c9, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-43.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-43.js', 1, 0x00000000000000000000000000000000, 0xd1f8e1960f6a13d7cd9dc6df3bacdc3d, 0x7d56c6c7efa358c30abd8e7a510c55f1b3fb5f767aac79eeedbcc2bd4e157749, '', 0, '?'),
(0x81459c3d14023b354649d148dc86ebe2, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-44-metaData.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-44-metaData.js', 1, 0x00000000000000000000000000000000, 0x7ae77896bd433e5cb838a320ea02d827, 0xc73dac30632ad4c7b900910454f4f25bca0046b92c0b2c684394784bafd27bb4, '', 0, '?'),
(0x557707ee3a5a1cbc6411a55b4c1a2ef4, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-44.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-44.js', 1, 0x00000000000000000000000000000000, 0x56986cce745a3b587297c7700c76da5f, 0xa0ebc4ba0e5b3d6b6e51a031de17e45193aafd3e01afa430690e4a0a75a6fafa, '', 0, '?'),
(0x67e5ab0d66296de6f4f68d3c5113be68, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-45-metaData.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-45-metaData.js', 1, 0x00000000000000000000000000000000, 0xc7cfa343b14beace59cd0c5f45abaaac, 0xd1bbfbb17513cf6bc186f7c3ab3180d83aa0355b3299c0df741fcbfd51210c5f, '', 0, '?'),
(0xbeb8f7bf902fe560f7953c1a99076a7a, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-45.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-45.js', 1, 0x00000000000000000000000000000000, 0xccb78a7d824996f6423fac54dd198a42, 0xcf22c6c49b4b94111464a1836b5cfd98a6f3f2cefa4261bac26a6a0cab6f29fe, '', 0, '?'),
(0xa370a2f1b8ba6d424764db3c10351282, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-46-metaData.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-46-metaData.js', 1, 0x00000000000000000000000000000000, 0x4d0db56c18b82b7325b367a7c59bf400, 0xbcebd52ea60f00de29c63643d9651ac6a3299a703728c8f2bda0bb9c56e08dfa, '', 0, '?'),
(0xd751bff42c5b2a7a45de602c8c95724f, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-46.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-46.js', 1, 0x00000000000000000000000000000000, 0x5f5998dac039e505c3c0319842838671, 0x5d7d912229971b557f1ae746c293fb2591d296d46143bb9a6aa960d06ba13f2d, '', 0, '?'),
(0x3591c89c67b0ddf6fe8554ac129e17c2, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-47-metaData.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-47-metaData.js', 1, 0x00000000000000000000000000000000, 0x73eb6a8b8acaba6e4d4ca55aa47030e5, 0x5236c79c716ca4294b73010d051382dbba179186c0d4f1f6839a3660a8949000, '', 0, '?'),
(0x593e69d24e8fab0c1ca07eb8412355c8, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-47.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-47.js', 1, 0x00000000000000000000000000000000, 0x3bd03b1749bbbde7c9c0a275b587c706, 0xc0cfeb71a0afd4512b2d4cdb1437534df82929e93cabe87bfb79e350cdccee12, '', 0, '?'),
(0x149bb86b0ed4334b0752931932a121ba, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-48-metaData.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-48-metaData.js', 1, 0x00000000000000000000000000000000, 0xa96ef89da9cec8938cb754cb936bc28a, 0xf874d8cec8839385f9ce96b074198bbf667286baa804f7f449bbcd0aee176419, '', 0, '?'),
(0xfa793c87c6331c5763d755a424051e4e, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-48.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-48.js', 1, 0x00000000000000000000000000000000, 0xba33f14ef28f30012057f71ae1f64596, 0x25be47ab88935c23e8a5f974c7ef5310f7232af8a74efecc13e495b0af3c6980, '', 0, '?'),
(0xd7eb269334201e9351e642b536f169b6, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-49-metaData.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-49-metaData.js', 1, 0x00000000000000000000000000000000, 0xcb60f1618c5d3408304190aed97b30d1, 0xb3b34cd1dd28e8f68f0f72b5fff3efb42c3574cd74d1991d71ac0f1a7767d2f9, '', 0, '?'),
(0x3e3e4a04165ffa3b43fd603f39d11788, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-49.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-49.js', 1, 0x00000000000000000000000000000000, 0x8ca6e37c1ff59f944615c21a581b04f0, 0x126e33061737ffcb79b27532e123d72ad87a9aede8bc75ef375da33d3679206b, '', 0, '?'),
(0xf9b7f4dc71b33af7dc225eb295d34cdb, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-5-metaData.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-5-metaData.js', 1, 0x00000000000000000000000000000000, 0xf34e12410a9d1d846185d4f85283d89d, 0x0bc9b703bae58ddc59a7afe7e79b5c561d40951aff70f8a8aebf573def0abf32, '', 0, '?'),
(0xa052db1269ccfea0b5ed9ef4fa4e4d83, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-5.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-5.js', 1, 0x00000000000000000000000000000000, 0x3d8294648fdae453504a6684d1bede44, 0xc877f545387322df08bf1a3d5686d94da69c822583a3bfd3211a0415b9d0cc67, '', 0, '?'),
(0x50c255961828bb11989311b8bf44d24b, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-50-metaData.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-50-metaData.js', 1, 0x00000000000000000000000000000000, 0xa7b4bed4b1090b48d0a7383672582896, 0x98abfd091154afc5b21580e0d521aed0dd05a9f19faafda2984d87b46407dda1, '', 0, '?'),
(0xf2624d7b44b5f03be8ccb62ae602b7c6, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-50.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-50.js', 1, 0x00000000000000000000000000000000, 0xbc8411427ef0a64f089272d89361c735, 0xcb6a646ec856ea91147eda03312a54775fecadf40e7195da3777fe3421ca871c, '', 0, '?'),
(0xc332b1dcddc42794fab4fa55aa288b41, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-51-metaData.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-51-metaData.js', 1, 0x00000000000000000000000000000000, 0x94d92cc3a6d913cb208fdc9db81f638d, 0xbe8a2a71b4f290b6a0faa735130ad7fc600722c5378955566ac238eb60e7791e, '', 0, '?'),
(0x5d900a4bdaf3ea597a6fa976616dfee8, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-51.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-51.js', 1, 0x00000000000000000000000000000000, 0xc04c7f434f9d153dc55de83072270e90, 0x2967a7b81fcd76ca93604ac4341aeaa3257ccacb764e929047d763da09e95c02, '', 0, '?'),
(0x7bd686691026e7dbd5e37e44caa23b5f, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-52-metaData.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-52-metaData.js', 1, 0x00000000000000000000000000000000, 0xa99969da7cb0d7a86778e4361f03dc21, 0xe4eecd510f3eba83e86415c12792e24606d9dff5b5ad6d91d1d3f9307e96ef3a, '', 0, '?'),
(0xd2ab39ffe3805175ac46c25109f96c52, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-52.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-52.js', 1, 0x00000000000000000000000000000000, 0x913f73e95c8ece021a6cbf0ddf793dff, 0x5427ed609c2fa98a516631570b187efc69b4361634c9b3f3028985c1490723b9, '', 0, '?'),
(0x9647a4421e066119792aeed794896b5b, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-53-metaData.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-53-metaData.js', 1, 0x00000000000000000000000000000000, 0xc6dd52c874213483670391a81be2f997, 0xd917f7032c9f50bde42cdb67acf13e0c7a704887a3baa7853be05320c62b6447, '', 0, '?'),
(0x516722f5adf84dbe3477dea9b6f07487, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-53.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-53.js', 1, 0x00000000000000000000000000000000, 0x1d2a9a7386c5766cd491ee7fef0837be, 0xa7d1a8ed0bac359902ae491fcff415d48e294a575438b53e5b95a2e97345031e, '', 0, '?'),
(0x395075c5b91a7b5a79f259a9043396d0, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-54-metaData.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-54-metaData.js', 1, 0x00000000000000000000000000000000, 0x99a90f6a4170d212740fc76e628355fc, 0x3f8d1a32e945abe9a5050d53c613f3857145d0c8ccfcf9d940f3ce9a1a9361f8, '', 0, '?'),
(0xb51f011bf02a86292933b51207e84f35, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-54.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-54.js', 1, 0x00000000000000000000000000000000, 0x488dfbaa0236a46308e545002c4d13b8, 0xce96099bd279410d053a425d88a279f39194d00943456170728d3ada1b8f4fcb, '', 0, '?'),
(0xa82c4576221f1ead2e3ef5dc842717ce, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-55-metaData.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-55-metaData.js', 1, 0x00000000000000000000000000000000, 0x2c29c6c701cda410fa05f51d8ad9a1d4, 0x76a9b17be79eba597e59f527a772eebd4652124e0ff347b23e40c9324763dbfd, '', 0, '?'),
(0x635f609dfc5dd627ef826725c2ff868b, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-55.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-55.js', 1, 0x00000000000000000000000000000000, 0xf68275fba13ef97dc54e1e4a5c391c19, 0x7a76b53dc85d85717eb8d27247b9c9844eb013e8bc25cbaaf6a0a794e7ef5b8f, '', 0, '?'),
(0x533dd72e7e01d08865b4e97b769c1088, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-56-metaData.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-56-metaData.js', 1, 0x00000000000000000000000000000000, 0x96a31918a0ae6938eb9f6115bc1130e3, 0x2ae1eed89f550a5bbdf100ac1b3efc09d44d3f739b5934de1cc62dac3d20d7f7, '', 0, '?'),
(0x1f1377d4266e93c89d355459e66480c4, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-56.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-56.js', 1, 0x00000000000000000000000000000000, 0x898bc377489fa96cdb805bc18a7e36ce, 0x7de6b1e503808a0ba75e78943d4b516ee6cce278abd036ab3fc775813cdef134, '', 0, '?'),
(0x7ca3c0569d26fe568e19926fa88f1e0e, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-57-metaData.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-57-metaData.js', 1, 0x00000000000000000000000000000000, 0xd79e46f09045f1add481b4b25a1fb6cb, 0x31dfebbf49be8e83cef097ecaf286d65b3b6a114f768bd1f1caf462db080d4ca, '', 0, '?'),
(0x73311056a2c6c74c255bb65f0795eb3e, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-57.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-57.js', 1, 0x00000000000000000000000000000000, 0x67e5393cc820117966074ef1041f8e26, 0x9ecb9f8f18ae4c24762de3027a8fc028362ae254870fac1760a1502fbae60dd6, '', 0, '?'),
(0x3c21d7b7dc33950c39062f34d9f3b7b4, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-58-metaData.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-58-metaData.js', 1, 0x00000000000000000000000000000000, 0xec634b31a3dc9c7a3f28960151cb193a, 0x9b3d8474c2a65ac00bd68c3e8da624050757bceb20ddbbda89e12744fb5f18e7, '', 0, '?'),
(0x852c03f70ebd26f20445f831493155f2, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-58.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-58.js', 1, 0x00000000000000000000000000000000, 0xea87bc141785983abfec0283b5cab342, 0x834732eac9b6a277b4d6b80c30ba1c6410df9673d5869a5238e08155bf6e5d91, '', 0, '?'),
(0x06514f50484e6b25304a68402ff9308e, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-59-metaData.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-59-metaData.js', 1, 0x00000000000000000000000000000000, 0xae219aac05ac52cf1f629f5d3d86702a, 0x24fbf1f0ee009fc6ad6c698402355c8e7b056f45c851d6541c8769344e1f8f4f, '', 0, '?'),
(0x54f19f35653791c389096638f0d8df16, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-59.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-59.js', 1, 0x00000000000000000000000000000000, 0x99a6fcfc7475d74f824b838aef31f398, 0x4b6bb026d96c8e5c7161eaa644c5eed1bc043dd306a40b3e1e85524fd6a8a50f, '', 0, '?'),
(0xfab5cc5b22f47328d831a9c958a2af8d, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-6-metaData.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-6-metaData.js', 1, 0x00000000000000000000000000000000, 0xd77813f1a337fe2bddc7899235c7f35f, 0x8233e0aab2f3a193ecc2190f00a8c14db3c9e65777101cb4ebfdaa19c88b69bb, '', 0, '?'),
(0x303cd35cb26eed07b0286b02fb01324f, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-6.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-6.js', 1, 0x00000000000000000000000000000000, 0x4885eec67d5a9545233ce26b218cba59, 0xcc240197c10b789291901e4784646543d0d87885f570203155032406caed2fb3, '', 0, '?'),
(0x7348adde7a31ffc236dde96d563f5097, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-60-metaData.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-60-metaData.js', 1, 0x00000000000000000000000000000000, 0x9829a3b6a5b3e363ed4b61f35e0c8ec2, 0xf979c4d143deb2cc0e80bf7b818f366b2c118fa4408d1cd72e27e3187bb860e3, '', 0, '?'),
(0xb652be021fb7ab5bd27eb95ac253403c, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-60.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-60.js', 1, 0x00000000000000000000000000000000, 0x7c68210cdc65dedef78f711c795bc82a, 0xca3c6434c1835192a43c5d8dd50044ec051697bd484777935662d2591e44f9a3, '', 0, '?'),
(0x0696793e6cd1687a7cb1c28f7bc17f89, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-7-metaData.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-7-metaData.js', 1, 0x00000000000000000000000000000000, 0xdf65e08f4bec6c83d2accb70765cd8e6, 0x3bf44bdfc0e00bf2a8be119f160bce3a63dee8bcccd6c225867aba5b1cb6e1af, '', 0, '?'),
(0xba0c6cd6986b1a0febbb0c0b17a04ffa, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-7.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-7.js', 1, 0x00000000000000000000000000000000, 0xc54f304f6a9eada0bb2dfa722b5d085f, 0x9ba33327f02d27925cd87a6c7a8bc5a19a5efaa86539ccea39172b62342ce64f, '', 0, '?'),
(0xc7149e91dbff584b2b46ce37d5f3ae50, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-8-metaData.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-8-metaData.js', 1, 0x00000000000000000000000000000000, 0xbf240211faecdc3b5d764bdb57e2e3a4, 0x479684dcd44ca2c2c714e2d0a2a86f0a98d4346a98652e10361c7a16706a609f, '', 0, '?'),
(0x449c041bfd59fae39317b54bed096118, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-8.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-8.js', 1, 0x00000000000000000000000000000000, 0x663b2f0df5d45c160618e82b4879b9ed, 0xf07936549051ccc445346823c4aed5372a54668359cf26000760cff3b9d66481, '', 0, '?'),
(0xbf4f13f2fd461fc0d9bad7c41e47ed6c, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-9-metaData.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-9-metaData.js', 1, 0x00000000000000000000000000000000, 0xf2d1f83123fc55096a9dfebac4c62c8a, 0xcefbe09e926b03038d2bbe41e2ba1808bde198d6ef890d1d0ba9f4f192931c4f, '', 0, '?'),
(0x1162eef5df5b34d9139ebe6b470a4bf1, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-9.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-9.js', 1, 0x00000000000000000000000000000000, 0x42373218d6d3a537f19e3a4d557bea22, 0x43149c71e83780581a92e99acec3037d1af9e8f42739be3f4dd643b944c8a1de, '', 0, '?'),
(0x078579337c6ac61f51a880c7ccf2a336, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-templates.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-templates.js', 1, 0x00000000000000000000000000000000, 0x63b38b044f99e72e6c8f0f4f21f228a8, 0xa04ec4a9244cd2c272d754b2187825937858df8fa035131e680d34535e339b75, '', 0, '?'),
(0xdc2ec484f507a74c194f7529321a5839, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-textset-0.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-textset-0.js', 1, 0x00000000000000000000000000000000, 0xa524263eb6bd115f97732a77fd35577b, 0xc16a6832b3e90a6031ba20ee7c447513aedbfe24d551cffb275ade5d7c87bb95, '', 0, '?'),
(0xe1f74a00baa87771274405db458e241d, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-textset-1.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-textset-1.js', 1, 0x00000000000000000000000000000000, 0x737f6853d25d5861174cb3ca4dc88858, 0x55859a990494f1496436b993f95b1a94062affcd77f93cb5d38f813908666319, '', 0, '?'),
(0xdc8db21cad7a8620087f9a4012b19101, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-textset-2.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-textset-2.js', 1, 0x00000000000000000000000000000000, 0x98a1166ad3b04c035d874ca317c7c538, 0xca014abe0f5c88b43dd9de03ff86eb7d0a3f27d41596df9d13501a333bb67020, '', 0, '?'),
(0x92032e5777fd7ba50417807a19fe243a, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-textset-3.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-textset-3.js', 1, 0x00000000000000000000000000000000, 0x4ce406a2838d013c4b0a68a735b5a9c7, 0x944bd31b37ed5367c01cae1c5c71548ed39d8be9b7858b8207d2223d49eb577a, '', 0, '?'),
(0xc531cd611698423b2a55c83aae0db682, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-textset-4.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-textset-4.js', 1, 0x00000000000000000000000000000000, 0xd0b121368b2000fba0d07e728db99b9d, 0x0dfc866a583edabd9ba014f0d4ecdeea65058789fdbe7ee493b4ba3db983292d, '', 0, '?'),
(0xc18e5645c92ef5ac0c2f46ae6e5028e4, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-textset-5.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-textset-5.js', 1, 0x00000000000000000000000000000000, 0x1a4edee0fe1d041a043c290142138023, 0x8f7297e48afbb812ae8d130fb9e541923ff661934dafdfb7c3054be20247683e, '', 0, '?'),
(0xe18111408bfb6a6dcd312ce84de1a43d, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-textset-6.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-textset-6.js', 1, 0x00000000000000000000000000000000, 0x1a65579472431f2f636a6b78685eba49, 0xe90ac2e4e6d1ef814196be2d1b8c24b7bb4acc70d831ab96259ee14fdacae0d2, '', 0, '?'),
(0x4e03238293097e6b5a8c3877728c7457, 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-textset-7.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-textset-7.js', 1, 0x00000000000000000000000000000000, 0x7700b474f3a4138b6b818c05039e4e16, 0x57bd596965dff491173a35841ffe63ec56e833c4e9f616cd3f0aa6f82ef726fc, '', 0, '?'),
(0x3cefe2182935daeae88bb6953209e37b, 'wp-content/plugins/web-stories/assets/js/generateBlurhash.worker.worker.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/generateBlurhash.worker.worker.js', 1, 0x00000000000000000000000000000000, 0x9062e7596ea4bf30d565e651e91291e9, 0x3a34b38bab36a3a3bca4706b3a06783743577438ffdce3f5ab32abd081c6bd20, '', 0, '?'),
(0x61f32ca2a0ad331ef53ba73d16b4feee, 'wp-content/plugins/web-stories/assets/js/images/631db33b339209fd6ab0.png', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/images/631db33b339209fd6ab0.png', 1, 0x00000000000000000000000000000000, 0x184273cc16c0bf49c093ecb5ae0654a9, 0x9f35772e240d6ef0465dec52d0688387371b48f7932062e8cf06b215fe348015, '', 0, '?'),
(0xfa432e9916d0907999c5a18567205f05, 'wp-content/plugins/web-stories/assets/js/imgareaselect.asset.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/imgareaselect.asset.php', 1, 0x00000000000000000000000000000000, 0xf387358709bde6b845b7566deff3e5da, 0x28c00271affee9a41d57dbac3f750de9f3cdd70f2e708534405876de9b5c3e19, '', 0, '?'),
(0xdecbfd3b4417fae3730b677de488ca80, 'wp-content/plugins/web-stories/assets/js/imgareaselect.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/imgareaselect.js', 1, 0x00000000000000000000000000000000, 0x59a32a400def7739be8b122ff6232416, 0xd0cefa6cfde39c4c69519d49e3e508e32b3c4195b99780ddf4c17316713cf3e8, '', 0, '?'),
(0x538b24a679d933037a7f0daa4e5a434c, 'wp-content/plugins/web-stories/assets/js/lightbox.asset.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/lightbox.asset.php', 1, 0x00000000000000000000000000000000, 0xdf28a3bc7152952a6c24f9bb782bd988, 0xd7802215dbda660f2e929f609ed1bc50bb92d9ce6782d4127bf4da774f8d502c, '', 0, '?'),
(0x40048c3e9dfcdcb972de402f2987adb6, 'wp-content/plugins/web-stories/assets/js/lightbox.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/lightbox.js', 1, 0x00000000000000000000000000000000, 0x6e9ec4bbcc081bbe96a9226d3506c570, 0xdd94e14afc78171857fdcbc94f82ac06cd7bc093569a4ba9749a6744fc41a918, '', 0, '?'),
(0x18c1c4833e0629d4a4769303a472be1b, 'wp-content/plugins/web-stories/assets/js/tinymce-button.asset.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/tinymce-button.asset.php', 1, 0x00000000000000000000000000000000, 0x1b08203bd19ca987cd8f56610a837f67, 0x4e8f0c01f60a20e663dd59d22617043a5d49c22d05ecc29223a125ad88efeef8, '', 0, '?'),
(0x4525008a8b2d200653421ea7bba04c9d, 'wp-content/plugins/web-stories/assets/js/tinymce-button.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/tinymce-button.js', 1, 0x00000000000000000000000000000000, 0x504ec502ecb56d295be777eeb546e84f, 0xd41abeb68dc1a87812311714d76a902a86e1881122374682186f1386063a1c1e, '', 0, '?'),
(0x70e72fb83b72004c3a8e1c0a0ea3de6f, 'wp-content/plugins/web-stories/assets/js/web-stories-activation-notice.asset.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/web-stories-activation-notice.asset.php', 1, 0x00000000000000000000000000000000, 0x2fd603704cbf8f4102a7d205a158a44f, 0x4d94961631866f0613debb5b8985bdcfd4077a1c1c6e4ed5edc1726535762ff4, '', 0, '?'),
(0xf93e86c9b11f59744f66368ebd6f01ab, 'wp-content/plugins/web-stories/assets/js/web-stories-activation-notice.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/web-stories-activation-notice.js', 1, 0x00000000000000000000000000000000, 0x79e21d9c764ab5f2296ceca6d672f2b5, 0x53911f97b75e3bc461723ecd1c8aeabdf876c40c51800f6f099cbaa4d76247f3, '', 0, '?'),
(0xe28e5da1b3d3c9bad65e62ca648147f6, 'wp-content/plugins/web-stories/assets/js/web-stories-block.asset.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/web-stories-block.asset.php', 1, 0x00000000000000000000000000000000, 0xb499db4a3e0e2f6bea61b0bad0f2b0b2, 0xbd4f8fae929d35f2edfd43729adf6b9dbe5640421b7c5c53d9789e3155307f58, '', 0, '?'),
(0xdafbdafd18ec8119ee96a917eb9b1353, 'wp-content/plugins/web-stories/assets/js/web-stories-block.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/web-stories-block.js', 1, 0x00000000000000000000000000000000, 0xc2d1bca44baccb805b8cafa33b3c66f9, 0x0432c0a995e736a67dec118fce3c9ad5738446881193938637dc0188e6dfe4e0, '', 0, '?'),
(0x8a803e00c92ba609430c484292ae6cb0, 'wp-content/plugins/web-stories/assets/js/web-stories-embed.asset.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/web-stories-embed.asset.php', 1, 0x00000000000000000000000000000000, 0x4964855a2624d2c8cef5b2a5b40e17dc, 0x3f1979659a2cb44a37e4cd9e8bb2aaa76d8a2737ea60922c7adf663ae4ee9282, '', 0, '?'),
(0x585a8ef3a524246535422fa139dec08a, 'wp-content/plugins/web-stories/assets/js/web-stories-embed.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/web-stories-embed.js', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x6ec1cd0a652ab8c1785ec5f658902ffb, 'wp-content/plugins/web-stories/assets/js/web-stories-widget.asset.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/web-stories-widget.asset.php', 1, 0x00000000000000000000000000000000, 0x865e4ef84bd94c37fccb8ea9c6bd90ca, 0xfe8ddc5d1358408168adc485bf6038d3f992a3b0e133c4ac8bbc9ea009eff19e, '', 0, '?'),
(0x8ddf21be25f0316dcd748d55be1da7c1, 'wp-content/plugins/web-stories/assets/js/web-stories-widget.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/web-stories-widget.js', 1, 0x00000000000000000000000000000000, 0xbd1a690bc1af6a7256409820c85e160c, 0x00748735f32fb86566dfacd8a6bfd418e8bd0400a9fc73b2bb9f718ece9635d2, '', 0, '?'),
(0xddaba38f665f31ceef3f02657a36cac8, 'wp-content/plugins/web-stories/assets/js/wp-dashboard.asset.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/wp-dashboard.asset.php', 1, 0x00000000000000000000000000000000, 0xcd4f236c84c7ac179aa38e8294ce7321, 0x3cd012dd3903ad640d869e305bc31fe2d3b6e7caa0506d9ad042bd05b17813cb, '', 0, '?'),
(0x68268c2c205d7439077496c591cb9037, 'wp-content/plugins/web-stories/assets/js/wp-dashboard.chunks.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/wp-dashboard.chunks.php', 1, 0x00000000000000000000000000000000, 0xac50ab5722967bfd2f19355cc4e20ac0, 0x7f80eceb6de866037f1a7d610875203caa7e2563f18804132754744e7a8755cd, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x14744a6f22ac22d42b2c83692a37039b, 'wp-content/plugins/web-stories/assets/js/wp-dashboard.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/wp-dashboard.js', 1, 0x00000000000000000000000000000000, 0xa6689278f423f7ad708213b6fc56d1d0, 0x919fe07dec96fd7a5346d3e777f390109049a0815eb573d4aefc65ab2d1eeb02, '', 0, '?'),
(0x8dd7e8aeab75f3e622210f5d2635e3da, 'wp-content/plugins/web-stories/assets/js/wp-story-editor.asset.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/wp-story-editor.asset.php', 1, 0x00000000000000000000000000000000, 0x20e392ecc9ecb0513c9aa04f3dd02c8a, 0x0c574e3f30d3c85e72535331b3bf7118ca93328691e4bdb86fd26b0b881161ad, '', 0, '?'),
(0x713171453d1e2739199390fa98f9f15f, 'wp-content/plugins/web-stories/assets/js/wp-story-editor.chunks.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/wp-story-editor.chunks.php', 1, 0x00000000000000000000000000000000, 0xa8dca45f0db0662a851a7b9f8d19b67e, 0xd342b9c12fb09d5d6c3be8b202ce61e82b9eae57e1fbf90b8dc356eb171a791d, '', 0, '?'),
(0x224fe50a2bf41e4434e9edb3a40766b7, 'wp-content/plugins/web-stories/assets/js/wp-story-editor.js', '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/wp-story-editor.js', 1, 0x00000000000000000000000000000000, 0xdd73b037af748dc6fbf93e25a2f4f77b, 0x3b264b6ae2d6b5af9b66da95c091876d498f52e4da595cb57c8b71adc131048d, '', 0, '?'),
(0x4f8bcbbab2ccee294f198bf4fa47c661, 'wp-content/plugins/web-stories/blocks/embed/block.json', '/home/www/iamctv.com/wp-content/plugins/web-stories/blocks/embed/block.json', 1, 0x00000000000000000000000000000000, 0x83bc472af0aa105e080e147547102f8a, 0x9a95deb0d3fed6cccb51426fb83db7afc564639bab25ce54a16dccb9534f8b58, '', 0, '?'),
(0x0aa1c814e8b28cd30ebbcfb65f984fb3, 'wp-content/plugins/web-stories/includes/AMP/Canonical_Sanitizer.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/AMP/Canonical_Sanitizer.php', 1, 0x00000000000000000000000000000000, 0xb74f31f9917e5999509b2ffc0550e8a6, 0x01dcc9f10564c0df576c7a4aaea1f406b0232616380d3a4891f1e9300b7d1280, '', 0, '?'),
(0xe680d862c601146455b272ef4d4efdf1, 'wp-content/plugins/web-stories/includes/AMP/Integration/AMP_Story_Sanitizer.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/AMP/Integration/AMP_Story_Sanitizer.php', 1, 0x00000000000000000000000000000000, 0x8db6adbb17b143b468fbebf50baf2e85, 0x3dda76def1c5b98dbcfa4b8da82c49927fde4781a034a70c0a8f12a38c32ce02, '', 0, '?'),
(0x41a93578384bfda0c368eeaec525f294, 'wp-content/plugins/web-stories/includes/AMP/Meta_Sanitizer.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/AMP/Meta_Sanitizer.php', 1, 0x00000000000000000000000000000000, 0x8fd94c269ea6d506110fb4b760898982, 0x2f572b13c80f02fd467728d1945ec0b634838aa33970196bb653dbe320a2a472, '', 0, '?'),
(0xc0b887fe6c9e2e9cbe71ddf5452542c6, 'wp-content/plugins/web-stories/includes/AMP/Optimization.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/AMP/Optimization.php', 1, 0x00000000000000000000000000000000, 0x682d4e7009cf24c6324301029d65accd, 0x847b92563bf654e3111174db3f3b0520fa3285186fa8ccf1a47e1f0b2fded55e, '', 0, '?'),
(0xe58fd468a1326ea68b5497e8ad9e52a3, 'wp-content/plugins/web-stories/includes/AMP/Output_Buffer.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/AMP/Output_Buffer.php', 1, 0x00000000000000000000000000000000, 0x0c7f19eebeea6ff64841c3f6d6bb5d28, 0x5e2dd5629276af4ebb3bd9149b093c53624d32a0f10cf63a64249c483f6b6e86, '', 0, '?'),
(0x4d58654828a1d8becd7b5484ec989da7, 'wp-content/plugins/web-stories/includes/AMP/Sanitization.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/AMP/Sanitization.php', 1, 0x00000000000000000000000000000000, 0x8acf73696288594df75053a430e787b1, 0x36878b0e581c2ed1f55d6367973f83069602c23aa2c474412d99b33f474d6d6e, '', 0, '?'),
(0x12f6b905cd9d6a5948f81c12c41e8061, 'wp-content/plugins/web-stories/includes/AMP/Story_Sanitizer.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/AMP/Story_Sanitizer.php', 1, 0x00000000000000000000000000000000, 0x448d979008392d0c16c126f02d4ac4aa, 0x30ee559e8e549f0fe78aba1125cc9d7f823197a06d2ba10ffa5137ea5763633b, '', 0, '?'),
(0x91e08508af0c1a0cd20e909355aa8f58, 'wp-content/plugins/web-stories/includes/AMP/Traits/Sanitization_Utils.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/AMP/Traits/Sanitization_Utils.php', 1, 0x00000000000000000000000000000000, 0xf57cfca1bab824daf5be07931ce5b1e4, 0x65a4364ad5a48907999cdebaf7afed4b552d757f296a58c6f574744f5ab2802d, '', 0, '?'),
(0x4e4282fcab07d2a7fc3557c765d518f2, 'wp-content/plugins/web-stories/includes/AMP_Story_Player_Assets.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/AMP_Story_Player_Assets.php', 1, 0x00000000000000000000000000000000, 0x93a23580c4535c4d5c0640eb82e64645, 0x9511b5b2fc590a9997984111137c1b48e1e85045b85ac5168592af9b2c919cf3, '', 0, '?'),
(0xa39afe4b2a53e7fd1c4425f0b7cc5314, 'wp-content/plugins/web-stories/includes/AdSense.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/AdSense.php', 1, 0x00000000000000000000000000000000, 0x9655e588af59e6269e0460dc46dce09c, 0x916c1571db76ee5a70b40515de0a7a103cf8795813e4aeedf69e5df360b25731, '', 0, '?'),
(0x34317d9bf01c9c1793f8d057df89c6aa, 'wp-content/plugins/web-stories/includes/Ad_Manager.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Ad_Manager.php', 1, 0x00000000000000000000000000000000, 0xc8073930bf4e3870fd27dc02efbaa097, 0x4a236591736ee74455049c6bf61e7f6ff9317a8d3268247778d2339911cfc34c, '', 0, '?'),
(0x02effc4d9b6985dc4e478f780de130d3, 'wp-content/plugins/web-stories/includes/Admin/Activation_Notice.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Admin/Activation_Notice.php', 1, 0x00000000000000000000000000000000, 0x7736545b467bba2b842f2cefaff3836b, 0xdf7118856fbf213083a55922b83e26d82f32d39ee258a49d79432d662ae7f9c9, '', 0, '?'),
(0xcbff617b940b2e21ba5af070a40f5d4a, 'wp-content/plugins/web-stories/includes/Admin/Admin.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Admin/Admin.php', 1, 0x00000000000000000000000000000000, 0xfa7a64e83e1bc9ec2c7cb5fedbf6619c, 0xf009ee08690dcb3855274eaaec94049b6f13d63a85f2a9c666b2af6162dce56e, '', 0, '?'),
(0x725fa3ad4b6ab9f568e7d0c26391e3ff, 'wp-content/plugins/web-stories/includes/Admin/Cross_Origin_Isolation.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Admin/Cross_Origin_Isolation.php', 1, 0x00000000000000000000000000000000, 0x683ff1f4b2e99295e161c5143e376cc3, 0x66d4bfc2a64becdfd3ce0eb86bc1797158d3ba12c0ce9d3db1813752ab154b42, '', 0, '?'),
(0xfe7b4e3c4001eecc7719b3faaf41354f, 'wp-content/plugins/web-stories/includes/Admin/Customizer.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Admin/Customizer.php', 1, 0x00000000000000000000000000000000, 0xe8ed83eb8f8527f7cea7dcf3613cf9a7, 0x9009c60f6d9e55b7db0eaf81be4fa3707683d5ac36ed76e6b23e18540b3cd5a5, '', 0, '?'),
(0xd899235d2043c190fa85fc2f2e8643b0, 'wp-content/plugins/web-stories/includes/Admin/Dashboard.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Admin/Dashboard.php', 1, 0x00000000000000000000000000000000, 0x52f7f342c3e3fa00cf6bfc685079384f, 0x9497e45b5db5993eb1fd6ab1784dc52b94b4a84bb74c570540606c5db823bb41, '', 0, '?'),
(0x45656a9921839d84aba1f5bf51f50fa3, 'wp-content/plugins/web-stories/includes/Admin/Editor.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Admin/Editor.php', 1, 0x00000000000000000000000000000000, 0x211b4b598196b57a67602b44ccf364c7, 0x7b2216040ff6f29e72498a823040b4ec679e9bc87e3f6577610198f7870c6c26, '', 0, '?'),
(0x1df872f168aa453d5476dac562942dfa, 'wp-content/plugins/web-stories/includes/Admin/Google_Fonts.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Admin/Google_Fonts.php', 1, 0x00000000000000000000000000000000, 0x772d0a7bd90743c5fdf1550e8e0f1fcf, 0x0eff5321d872bc4cf6f17e98b2c0162b6a6c64b743f3955c3c6eecf9ba254016, '', 0, '?'),
(0x5fbdb8b1efc9b15ca9feaf6328aa8837, 'wp-content/plugins/web-stories/includes/Admin/ImgAreaSelect_Patch.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Admin/ImgAreaSelect_Patch.php', 1, 0x00000000000000000000000000000000, 0xdf39b6f0282b21e494c0768d9a1e7164, 0x5019f45f925ef270165445484203b33a61fcc41a3ceec94d8cf582116ef15a5c, '', 0, '?'),
(0x92d067b6c2fcfae590eb3b169fbcb205, 'wp-content/plugins/web-stories/includes/Admin/Meta_Boxes.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Admin/Meta_Boxes.php', 1, 0x00000000000000000000000000000000, 0xa344280d2d98ae2bf90d39665a84ad4a, 0x4c2a835ee886bb57772eaf51398dca6810c3ea7324e66a9a85814a39cf8c3b21, '', 0, '?'),
(0xaa15c862fbd47c8c4622a786d5459d38, 'wp-content/plugins/web-stories/includes/Admin/PluginActionLinks.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Admin/PluginActionLinks.php', 1, 0x00000000000000000000000000000000, 0x2b1969a72e57a1ef6426e627b564f99f, 0x5f069f55a200a0011a5285cfc955a9e252bd665384c988d2a732b2c36cf6e4a6, '', 0, '?'),
(0xbd5ef1eed401f72b96256e0a1b3f034d, 'wp-content/plugins/web-stories/includes/Admin/PluginRowMeta.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Admin/PluginRowMeta.php', 1, 0x00000000000000000000000000000000, 0x07168085e4e7a42f4a53d296efb65060, 0x19cecfd5bb9fc4b0f4a5693f8e5f4d9e1b2c37f31e6a87c92510f55e71f9bf3b, '', 0, '?'),
(0x21f88b2704017750ae4fcd2a13c9fac6, 'wp-content/plugins/web-stories/includes/Admin/Site_Health.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Admin/Site_Health.php', 1, 0x00000000000000000000000000000000, 0x8f74307b3ca63b08e1159e58a4a52b92, 0xe27a2df012253a32120954c4126ca8725f3f5b4984ebc7f873032d15b1ce80b0, '', 0, '?'),
(0x5c3a25e549fd1ecaf048a15d6eb57832, 'wp-content/plugins/web-stories/includes/Admin/TinyMCE.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Admin/TinyMCE.php', 1, 0x00000000000000000000000000000000, 0x14fc3c75b81305a1471268dae9c082c8, 0x982cb9302375049ecc58f217b5771a374d95ea3cbceee8c854eb0350afabeab7, '', 0, '?'),
(0xa5c88fce0733b1205a868e4fe4135266, 'wp-content/plugins/web-stories/includes/Analytics.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Analytics.php', 1, 0x00000000000000000000000000000000, 0x7e9812880570ceb4fa71c458c1b11d55, 0xda89454729b4ea2032ca910eba22f8fc744d80f376b03e20a204076785178299, '', 0, '?'),
(0xf4cf5b92f1a005d3e05dbd165259d20e, 'wp-content/plugins/web-stories/includes/Assets.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Assets.php', 1, 0x00000000000000000000000000000000, 0x6527f35e6236c45fea3dd6979a3c4391, 0x42ee8f77f117c9fd97bcb36e57c408358ce9b3fa2445a7d250523b270a19c557, '', 0, '?'),
(0x8dab2bc25f67fbaf8d3e5b27a05bee3d, 'wp-content/plugins/web-stories/includes/Block/Web_Stories_Block.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Block/Web_Stories_Block.php', 1, 0x00000000000000000000000000000000, 0xc2f6b4a23b7e15479a8cb83da0b3b6e1, 0xcfbcbd685d512c8c9cd66125e2e027ec01ad945261d1aebc4a250ba227d16a42, '', 0, '?'),
(0xa8cb621873ab4fe78da3e6962b4e81ff, 'wp-content/plugins/web-stories/includes/Context.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Context.php', 1, 0x00000000000000000000000000000000, 0x7fc21e00388da5a667b065453023b135, 0x38509be26b09cffea591edc7aaa3019075dfd8d98b368fe5830913470e2a1e81, '', 0, '?'),
(0x09b3d80822cdba161cfe6293b432ca94, 'wp-content/plugins/web-stories/includes/Database_Upgrader.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Database_Upgrader.php', 1, 0x00000000000000000000000000000000, 0xaf83d6f268134386279fadf8290e784e, 0xd498e994d404b61292cb98c3b68cfc19e110eb2ae86f17a71e299874bdbbfd1c, '', 0, '?'),
(0x8a95690693f0578c92ea8dc32bd48c66, 'wp-content/plugins/web-stories/includes/Decoder.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Decoder.php', 1, 0x00000000000000000000000000000000, 0x14e49f3ebcce8a970d239a2c7e2f71fc, 0x7df0b012ec3f3341d9f78def643759dcd18bd4222d4a20b137b250fbf7e7ea77, '', 0, '?'),
(0xc41ec538ed8538b8ce65a0a6899aefb5, 'wp-content/plugins/web-stories/includes/Demo_Content.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Demo_Content.php', 1, 0x00000000000000000000000000000000, 0xa0e33d4065e267ba2f85ff2368ba20b3, 0xb87d48c4ab562c7a6037cd25c6e6c5694b27f6f85686fad53dcdb42ddf3bcde8, '', 0, '?'),
(0xef51ae1563b87ce189c86df7adb0cd75, 'wp-content/plugins/web-stories/includes/Discovery.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Discovery.php', 1, 0x00000000000000000000000000000000, 0x16b59a0ab1fbb79f0e3a31f885723100, 0x17934ea2f112bf71c765170ce6a7590880d3487661e6adc74bba521bc4c6473c, '', 0, '?'),
(0x146ee7444c6e11a594f24a3d09d09232, 'wp-content/plugins/web-stories/includes/Embed_Base.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Embed_Base.php', 1, 0x00000000000000000000000000000000, 0x813ae1e98476f251937a55fd423e0364, 0xe157f94380a7ea8eccd22c51b1db8e70c88f1789a3e47bfa8c79a6b8e6f43846, '', 0, '?'),
(0xb39832bd3ece90a3820042db3473539a, 'wp-content/plugins/web-stories/includes/Exception/FailedToMakeInstance.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Exception/FailedToMakeInstance.php', 1, 0x00000000000000000000000000000000, 0xbafb7f83146bed0eba57bde9f4142730, 0x9eafa607c34fe43ada93e6bd5f8812504a9117787b522097d5f0ced3d51d2115, '', 0, '?'),
(0x611b6ce3e45db167bafb194eca473822, 'wp-content/plugins/web-stories/includes/Exception/InvalidEventProperties.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Exception/InvalidEventProperties.php', 1, 0x00000000000000000000000000000000, 0xf676d6d6755c7bce6735f2835bd13952, 0x413ccfd47b8ef5ee69ae6adc8b3799553b3d491790aa3b3711e5aec62e1310f2, '', 0, '?'),
(0x17ac99f0041bef24ec807b669a36ad07, 'wp-content/plugins/web-stories/includes/Exception/InvalidService.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Exception/InvalidService.php', 1, 0x00000000000000000000000000000000, 0xeef22c219bff06b62ac50e7db5d3d81e, 0x824589202d6f850e97ea0d0d305e849bcf958226f4d84af680e54882c7787379, '', 0, '?'),
(0x323e1abfcd16e70ff33f4f8ce5c96667, 'wp-content/plugins/web-stories/includes/Exception/SanitizationException.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Exception/SanitizationException.php', 1, 0x00000000000000000000000000000000, 0x262649f4ffdd641714c5710a1d5bda64, 0x0799c252e2aaf84218de98df3ede42af2fe7b67f67c8b92164c3516272f48e40, '', 0, '?'),
(0x0a73320402b98e7af9ed29fb1f5056fd, 'wp-content/plugins/web-stories/includes/Exception/WebStoriesException.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Exception/WebStoriesException.php', 1, 0x00000000000000000000000000000000, 0xf6a538c3d1b2d0e9b129f96031fa3fde, 0xd51c569e845761fa0ae57d7631753ecef5e26380855b7507ae4f44e52d1b1d97, '', 0, '?'),
(0x2612f39fc87e22b99804b5fa755a21f4, 'wp-content/plugins/web-stories/includes/Experiments.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Experiments.php', 1, 0x00000000000000000000000000000000, 0x06365d2a53b6291320e4b1122d64448f, 0xa8babaf921d92fe81de1aa59ddd44d217360e67948ac3c26aa9a989c2c9682d3, '', 0, '?'),
(0x4362fd3d82bf93cc1b44b3a8ac72cc65, 'wp-content/plugins/web-stories/includes/Font_Post_Type.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Font_Post_Type.php', 1, 0x00000000000000000000000000000000, 0xefa053eff6cf598cdc12d67a586e0fa6, 0xf1539b511f9febd1a042ebf1917202f189d900aa901324b4f01cf9e5ccb50150, '', 0, '?'),
(0x4725c317d096e6ccc0ff70a71368af85, 'wp-content/plugins/web-stories/includes/Infrastructure/Conditional.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Infrastructure/Conditional.php', 1, 0x00000000000000000000000000000000, 0xfe27e187b152dd0dbba3c2fb17c24b77, 0xb7fcc2a09d01505f6851bec65b9eb2808b910ac17029192f4109ce9fe0519556, '', 0, '?'),
(0x704caf47df9ac302c658c2f9b5187fd8, 'wp-content/plugins/web-stories/includes/Infrastructure/Delayed.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Infrastructure/Delayed.php', 1, 0x00000000000000000000000000000000, 0x55d5a4d15b44c44f2c24d687172388a7, 0x415e614fa330e5f37063d38c74ad72135662182ffde2cae900703289805018ba, '', 0, '?'),
(0x559bb009b27e2ae26f5f5b3da9c3341a, 'wp-content/plugins/web-stories/includes/Infrastructure/HasMeta.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Infrastructure/HasMeta.php', 1, 0x00000000000000000000000000000000, 0x9a014c0aa06dbd2b3974bcd6884aa3c1, 0x340547652384e66e3a420d4cd5ed43576e1350e30d1594077ba8d17f53f76d9f, '', 0, '?'),
(0x26d9b25bcbd9b03ce3656723b0ae2d59, 'wp-content/plugins/web-stories/includes/Infrastructure/HasRequirements.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Infrastructure/HasRequirements.php', 1, 0x00000000000000000000000000000000, 0xa6b68f326b0c5ef20a95208aac863801, 0x77a135792049f7c74debf55fb75a87e849df840819d6a91527dad48d49cca096, '', 0, '?'),
(0x866a628ec6b12269e64ad63f640f2b2b, 'wp-content/plugins/web-stories/includes/Infrastructure/Injector/FallbackInstantiator.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Infrastructure/Injector/FallbackInstantiator.php', 1, 0x00000000000000000000000000000000, 0x023218d5f898c6c361ce0b5f2a4e52d1, 0xba4cc5997d4938d163dca4ed36f8fb87acb4925d19763783139cb8f7def3b216, '', 0, '?'),
(0x5489a1bed0d3aef155be2f39b520500a, 'wp-content/plugins/web-stories/includes/Infrastructure/Injector/InjectionChain.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Infrastructure/Injector/InjectionChain.php', 1, 0x00000000000000000000000000000000, 0xccd127657d75597d5a6e6d10ee7c8025, 0xc6c99a7a052e3485bfdda9cd1b003734f57b78241cced9c8d5c5f8c3b86d3bf4, '', 0, '?'),
(0x9b3c4dcd0962cbd0f9fddbe36a76ec10, 'wp-content/plugins/web-stories/includes/Infrastructure/Injector/SimpleInjector.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Infrastructure/Injector/SimpleInjector.php', 1, 0x00000000000000000000000000000000, 0x1bc2ce78598726b5dbd101dfcccfe59e, 0x53d4b3904c3818954d56a7f9fa0f6cff5741589c2c86fd471d635f55fa7bab63, '', 0, '?'),
(0x558e7af6f2578fcaf9fd566605952d51, 'wp-content/plugins/web-stories/includes/Infrastructure/Injector.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Infrastructure/Injector.php', 1, 0x00000000000000000000000000000000, 0x5a5e5479afee311373acd3a5021bc434, 0x4493f20d19de4392cfa7c650bdb367f843f6f4f73732f2b05239d798b8255e50, '', 0, '?'),
(0x99830f3638f8feeea478095ecd4df6c3, 'wp-content/plugins/web-stories/includes/Infrastructure/Instantiator.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Infrastructure/Instantiator.php', 1, 0x00000000000000000000000000000000, 0xa590cd918f55b2965684eb92ac2dc894, 0xbd800e41873209cb16b30eae70b16dd97f842460a2e596a40350691eb825cd5c, '', 0, '?'),
(0x9903be6dc55589f20f084a1ae84a880c, 'wp-content/plugins/web-stories/includes/Infrastructure/Plugin.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Infrastructure/Plugin.php', 1, 0x00000000000000000000000000000000, 0x822bbf396bbe303b710fff9309b39208, 0xee50ddd76393089df5763988a6a5d47afcaf93e34920a32e3e03ec8fb9f45cee, '', 0, '?'),
(0x42e4e4d23a61b7a00a3d3071d33f2112, 'wp-content/plugins/web-stories/includes/Infrastructure/PluginActivationAware.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Infrastructure/PluginActivationAware.php', 1, 0x00000000000000000000000000000000, 0x03afd240e45e34aba1b0f2ecce2e4ded, 0x4edbf354f97ce1255441c3252e92bae54214a9d4684521f6f0f706d880968f25, '', 0, '?'),
(0x881c87c5b44f1985d8a645ce5787b779, 'wp-content/plugins/web-stories/includes/Infrastructure/PluginDeactivationAware.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Infrastructure/PluginDeactivationAware.php', 1, 0x00000000000000000000000000000000, 0x1d60ab46ab8a3883793b8e1a0933cc53, 0xdcedb062b3b3cfb0d53f39ea17178a3a382a7db3f9d8201a663a58f9e8a7ba10, '', 0, '?'),
(0x5795ac6dcdcefa7c93b9fb8f964833f3, 'wp-content/plugins/web-stories/includes/Infrastructure/Registerable.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Infrastructure/Registerable.php', 1, 0x00000000000000000000000000000000, 0x727517223bbdfd2d52b132a73e501a92, 0x8f42f5e399be7e4cbefca9d20419afa9fbe00f23c135a5821908a47bb606c20a, '', 0, '?'),
(0xed587df620f6f5006268a53693c6f6b0, 'wp-content/plugins/web-stories/includes/Infrastructure/Service.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Infrastructure/Service.php', 1, 0x00000000000000000000000000000000, 0x6025d15e68f8e7cf871dbb20caf927da, 0x9737dc22829d74d844b0088dc22fa62c2769238ced4f30e6af10c4c6f1dc64d5, '', 0, '?'),
(0x79e535c2efebde5de40238ee0967b511, 'wp-content/plugins/web-stories/includes/Infrastructure/ServiceBasedPlugin.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Infrastructure/ServiceBasedPlugin.php', 1, 0x00000000000000000000000000000000, 0x54569d549e34836db20b04fdb92df4c2, 0xa146a25df2333263db37382798ea71f4e5b9767ce770d7eb66ca05f68a722933, '', 0, '?'),
(0x3569a8849ac8996655596c220bf839aa, 'wp-content/plugins/web-stories/includes/Infrastructure/ServiceContainer/LazilyInstantiatedService.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Infrastructure/ServiceContainer/LazilyInstantiatedService.php', 1, 0x00000000000000000000000000000000, 0x5cf432d9e92372b96b1785245a483161, 0xcd3c0a6f78e2833bd584fc60d28369fb0f22c92b4eb5cbb07d2da6413b900021, '', 0, '?'),
(0xf157829ec982b6e84482e434f0c6ee0e, 'wp-content/plugins/web-stories/includes/Infrastructure/ServiceContainer/SimpleServiceContainer.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Infrastructure/ServiceContainer/SimpleServiceContainer.php', 1, 0x00000000000000000000000000000000, 0xea734152730ef8385298553ce0645182, 0xa284b37dc10a201018570bfa34022b642f8b2c5baf54826250296747fb391efd, '', 0, '?'),
(0x0252c5dfa69bd86cc4def4604da40a35, 'wp-content/plugins/web-stories/includes/Infrastructure/ServiceContainer.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Infrastructure/ServiceContainer.php', 1, 0x00000000000000000000000000000000, 0xdb57f97023e31435e29ce28980c68e11, 0x57ee399ae26960fc940fca03812c9ace12eaaf98036a6a36c2358f25be64d749, '', 0, '?'),
(0x9f09bfa6070ee83017d32173010af404, 'wp-content/plugins/web-stories/includes/Infrastructure/SiteInitializationAware.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Infrastructure/SiteInitializationAware.php', 1, 0x00000000000000000000000000000000, 0x5aac2443c177b0d11fd7a76daad586c5, 0x3a673ead65fd55b11a8ac47d5f8e41dc62b157015dae68571e2c8728bcfea057, '', 0, '?'),
(0xcab0df5183d0689268b6f88930e3111a, 'wp-content/plugins/web-stories/includes/Infrastructure/SiteRemovalAware.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Infrastructure/SiteRemovalAware.php', 1, 0x00000000000000000000000000000000, 0xefe4ee0fd599fbb495553f368efc071c, 0x24ca6ef0b5d41702fc659891109445249d479e448b62cd1826666d443ffbe8b8, '', 0, '?'),
(0x2133d42d39c06a57ca0c77684e8f9c4b, 'wp-content/plugins/web-stories/includes/Integrations/AMP.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Integrations/AMP.php', 1, 0x00000000000000000000000000000000, 0x40d6d00bde23d09a194989f57c7fc18b, 0x5e86396dd042290294f4d0ec307919eec4c0a8467eb65af339906c1e096110d5, '', 0, '?'),
(0x291208847448873aa7156d3e4db8947e, 'wp-content/plugins/web-stories/includes/Integrations/Conditional_Featured_Image.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Integrations/Conditional_Featured_Image.php', 1, 0x00000000000000000000000000000000, 0x46205505023188181ffcf3588d3f383d, 0x4d24d72c580ee799011d891a33b0fce093c17839844e3d4d92f7680e10136250, '', 0, '?'),
(0x7f185391bbabc97ba7637997e5810a87, 'wp-content/plugins/web-stories/includes/Integrations/Core_Themes_Support.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Integrations/Core_Themes_Support.php', 1, 0x00000000000000000000000000000000, 0x506884f50a56f6fd927e075879bff21d, 0xf0ab8d352d37da3087cdb0efbd58dc5f05fb93526abcfaa45d2cca78901edd34, '', 0, '?'),
(0x331e3257b26e6aec437e29fd4dd1573c, 'wp-content/plugins/web-stories/includes/Integrations/Jetpack.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Integrations/Jetpack.php', 1, 0x00000000000000000000000000000000, 0xbcf5be4e12c9186f317f254ef2b3a900, 0x20d436d761b6e2e977bf29b083771cee0689658568d3fc0c777a27a58ef13bd6, '', 0, '?'),
(0x49e71ae5c6f4e8b8f7bd16b46e41f0f9, 'wp-content/plugins/web-stories/includes/Integrations/New_Relic.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Integrations/New_Relic.php', 1, 0x00000000000000000000000000000000, 0x3b1002d25c4c71e766e47c48de159d55, 0xad375677d7707884f3f6afa00c51765c1b6d85b107631d45fe2238e2a3d503ab, '', 0, '?'),
(0x49fb0412bd7c14a45642e53cd9e8a666, 'wp-content/plugins/web-stories/includes/Integrations/NextGen_Gallery.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Integrations/NextGen_Gallery.php', 1, 0x00000000000000000000000000000000, 0x748f5f05639ae5c92f7e9cacdd57c63d, 0x0fde98c709f843b4daeff2cbb049b9eb90995d25483c166f05aecbba5981303a, '', 0, '?'),
(0x37c672292d139280d140ce2d514af4a0, 'wp-content/plugins/web-stories/includes/Integrations/ShortPixel.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Integrations/ShortPixel.php', 1, 0x00000000000000000000000000000000, 0xbc0d57c8bcacf4c32b2722928b0a2718, 0xecd0435fb624c41cfff9bd87d9e7b02fbd9249212ca4c9b6f234d5c47cadf60b, '', 0, '?'),
(0xfb8dbb91caba25aff4d929d3103464ee, 'wp-content/plugins/web-stories/includes/Integrations/Site_Kit.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Integrations/Site_Kit.php', 1, 0x00000000000000000000000000000000, 0x1a42fbb117bc978ea6f0fed75960d254, 0xc67d075a42d4fcfd22d326e3edbe4419f00f958ef2f4c2e7e834cd72bd5cb43e, '', 0, '?'),
(0xeded2e7a9c74cdf32094f789d5828603, 'wp-content/plugins/web-stories/includes/Integrations/WooCommerce.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Integrations/WooCommerce.php', 1, 0x00000000000000000000000000000000, 0xc88857d1d6a24829eff6650d41332499, 0x35954b5b7381a730bd1f90becfdf073d306f4ca801dcb52441cb21eca28b4a85, '', 0, '?'),
(0x42cb0c0ca788099890bdb8c76b4e3522, 'wp-content/plugins/web-stories/includes/Interfaces/Field.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Interfaces/Field.php', 1, 0x00000000000000000000000000000000, 0x978b7b9f23d84f119b4e092064e17ca2, 0x37f15b0fe2e5e02522809cfd6944a077161e166f9b609a34183a58df81e8bdf8, '', 0, '?'),
(0x2a012db1495e75fe97d005b717ed536c, 'wp-content/plugins/web-stories/includes/Interfaces/FieldState.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Interfaces/FieldState.php', 1, 0x00000000000000000000000000000000, 0x7b1803ede00971ca238412f494c97408, 0x6c8c1b9dfa83d09a444d126a698273efe38dcebb26ee19b52d23dd4f37b4b717, '', 0, '?'),
(0xffee33a69cd8229a0d931ab83c337a8a, 'wp-content/plugins/web-stories/includes/Interfaces/FieldStateFactory.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Interfaces/FieldStateFactory.php', 1, 0x00000000000000000000000000000000, 0xc0f1741441e1e69a64e3a4eb65f0b74d, 0xe1668bf40caeca48b346f80e34ffe690865452b0a2fbfbd10a88ebafba1f4b10, '', 0, '?'),
(0xeca971098822413926408b5ddb64079f, 'wp-content/plugins/web-stories/includes/Interfaces/Migration.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Interfaces/Migration.php', 1, 0x00000000000000000000000000000000, 0x7e6fbd26b7a945b43d7840604e3397de, 0xf805478105597dd4deb1153eaa9aff3af7c796baf6bf1c050f76bf258cb2a0eb, '', 0, '?'),
(0xc24b98deb1a8975654c171230301a960, 'wp-content/plugins/web-stories/includes/Interfaces/Product_Query.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Interfaces/Product_Query.php', 1, 0x00000000000000000000000000000000, 0xe0003f25d316c817a6d43d823f09fca1, 0xaac340843a964a7b4fc3c2ff40d07f9f0ec2be091bfbdae0e45910c60702cabc, '', 0, '?'),
(0xfbfd6e6667ffd4d435a9452b8374eefb, 'wp-content/plugins/web-stories/includes/Interfaces/Renderer.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Interfaces/Renderer.php', 1, 0x00000000000000000000000000000000, 0x8a6a2bfb08aabe0410f6a742b615f18d, 0x78a341702f146dcba156c6b491a4c469369eebaf96622c7e6cc63a2e9a303cac, '', 0, '?'),
(0x3d201480d5a08bb9f63d8fe6689bc284, 'wp-content/plugins/web-stories/includes/KSES.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/KSES.php', 1, 0x00000000000000000000000000000000, 0xc000bc9a570c5d063524d531a684b774, 0xec19d33721fe20ee44f317bf6ae0f2305504d93fff3412cebabf5fbd9a5e1885, '', 0, '?'),
(0x533bf879f4fa4932f7002a83ca10d0a8, 'wp-content/plugins/web-stories/includes/Locale.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Locale.php', 1, 0x00000000000000000000000000000000, 0x742724453537820449bd902e5a108026, 0x28c81a27ad29dbf4a7ff6547bfb6c87dc6f047672156d768b9e3f57bb4050d54, '', 0, '?'),
(0xf3862775f98ebaf80714629bd2923c9b, 'wp-content/plugins/web-stories/includes/Media/Base_Color.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Media/Base_Color.php', 1, 0x00000000000000000000000000000000, 0x3fa6d8d0aef8e720d3e7933ffed3aab8, 0x019a5668a6e37a608b2114b93618b4cf05117c3b80f4b70747de659e34e83cfb, '', 0, '?'),
(0xdb3eea254ef80125a4680b501c1d200c, 'wp-content/plugins/web-stories/includes/Media/Blurhash.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Media/Blurhash.php', 1, 0x00000000000000000000000000000000, 0x65294e345b9059d52c324331ec141a0a, 0xc6f7c2a4537153bb501258f5dae1036fa5cc1435e334e47b547d97448b32bca3, '', 0, '?'),
(0x9887fa054fe4ec8ba4d6ea665910eba2, 'wp-content/plugins/web-stories/includes/Media/Image_Sizes.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Media/Image_Sizes.php', 1, 0x00000000000000000000000000000000, 0x807724770e1a00d2fe41591a2062dd4b, 0x72f4119d4009730643a1f265a358b80251922b23dc0401d7e3bb4b35c035344f, '', 0, '?'),
(0x9f9b40ca8f15af2eb5754a0244a32a43, 'wp-content/plugins/web-stories/includes/Media/Media_Source_Taxonomy.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Media/Media_Source_Taxonomy.php', 1, 0x00000000000000000000000000000000, 0xbdfa661758d764aabc44a5af335c2122, 0xb610b3548f140a7707e7d3e1e20f9d5802f7b171b4894f805d9582be18fc6bcd, '', 0, '?'),
(0x65f3378274a3751f6be74583e11bd491, 'wp-content/plugins/web-stories/includes/Media/SVG.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Media/SVG.php', 1, 0x00000000000000000000000000000000, 0xfd68bc5b7a764ee3794d821383f96257, 0x6552de0c9e3f82d8bf286f3309324eb1350448287d51f98a0881a06e07664523, '', 0, '?'),
(0x3673f93efe1d0034da5279fb36063069, 'wp-content/plugins/web-stories/includes/Media/Types.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Media/Types.php', 1, 0x00000000000000000000000000000000, 0x6ec6c9282c78aee4118f05247eabfcf2, 0xf1068bbe131294cd20698a26eb8a23f1d49907a5a0450e183a3b69218e7c4b8d, '', 0, '?'),
(0x05494722fb291cf537822c1fb25b950a, 'wp-content/plugins/web-stories/includes/Media/Video/Captions.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Media/Video/Captions.php', 1, 0x00000000000000000000000000000000, 0x4b018a8ab4321c8045547f42b4069e3e, 0xe3157323e70ffce9f8a15d70631303b3ac40f51233e944a29f72920e3555751e, '', 0, '?'),
(0x28120016760ad4262acac6ee59c98b90, 'wp-content/plugins/web-stories/includes/Media/Video/Is_Gif.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Media/Video/Is_Gif.php', 1, 0x00000000000000000000000000000000, 0xac8572692a808cac4354e7318cb652fa, 0xb6a6db2a56bec1fedc838cdf8519c0d394fef9d01244c24c4c5415a7080e39e5, '', 0, '?'),
(0xf4fdb687506b2203bee065bdfcb436a5, 'wp-content/plugins/web-stories/includes/Media/Video/Muting.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Media/Video/Muting.php', 1, 0x00000000000000000000000000000000, 0x4139412c2e45411b91ed3fe21c1e0e8a, 0x64b2c920576565ec4c6483a1f7e7fbdda9171f209cc6bfc2f9bc8b253babe50a, '', 0, '?'),
(0x260b820ea17413f7401e0716bb649994, 'wp-content/plugins/web-stories/includes/Media/Video/Optimization.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Media/Video/Optimization.php', 1, 0x00000000000000000000000000000000, 0x530b714b6a8916aa0c5bf6c72c0760c7, 0x871dfebc89c6ea0d91cc468ff72c00345f5fad331e98abd9732010fa39fe3f71, '', 0, '?'),
(0x22e0f1ded068943dc7a6805a42a3aecb, 'wp-content/plugins/web-stories/includes/Media/Video/Poster.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Media/Video/Poster.php', 1, 0x00000000000000000000000000000000, 0xcd0f66eb906a1ea20bf9526327985d91, 0xdafc89561216fddf862bb9d08e4eed5507da4d353c90dae4209443d60387a012, '', 0, '?'),
(0x8d5bc1ce76a49a785e431173e7239128, 'wp-content/plugins/web-stories/includes/Media/Video/Trimming.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Media/Video/Trimming.php', 1, 0x00000000000000000000000000000000, 0x43ab1d96b685dc7add5ce5c62ad99443, 0x74a2ff7771604d480a57b71c1b767dbfff5ce7faaf1a6e307a1634a1ce93f3c0, '', 0, '?'),
(0xb7ea480c13300084f567e3b5fd01eb03, 'wp-content/plugins/web-stories/includes/Migrations/Add_Media_Source.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Migrations/Add_Media_Source.php', 1, 0x00000000000000000000000000000000, 0x8e56d449bf35658307a10678d7c4ee01, 0x55c44a02cdd12062a4f4ed90c323eb27833f7c2263e4c07d588c005966b70cb3, '', 0, '?'),
(0x7ef1edfb34869480525bbba41fb0681e, 'wp-content/plugins/web-stories/includes/Migrations/Add_Media_Source_Editor.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Migrations/Add_Media_Source_Editor.php', 1, 0x00000000000000000000000000000000, 0x8195c748fc79b7c7932264a06dc57515, 0x63d6a5dde6c289b8cfd74f1d6dc0835d681a886c39971aa54ba476dce047f484, '', 0, '?'),
(0x66998ed7b1ee90b96b9517fbe941a896, 'wp-content/plugins/web-stories/includes/Migrations/Add_Media_Source_Gif_Conversion.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Migrations/Add_Media_Source_Gif_Conversion.php', 1, 0x00000000000000000000000000000000, 0x2da2f5ff67f45b48d8c9704196faba8d, 0x78a95df8b1c855cdea70ea42a4a5f031f9f113cb7500c056d7361a1a6576015a, '', 0, '?'),
(0x7be1f072df92626ed86296334f6eac52, 'wp-content/plugins/web-stories/includes/Migrations/Add_Media_Source_Page_Template.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Migrations/Add_Media_Source_Page_Template.php', 1, 0x00000000000000000000000000000000, 0x16a50b154bfdd20579ab7a237c54811c, 0x37671aa62b645e10545d3877a193e7974a50ea5a5da458b6cde10cef105bd32b, '', 0, '?'),
(0xf93ee259849b61aaf6312e1c76d8bbe7, 'wp-content/plugins/web-stories/includes/Migrations/Add_Media_Source_Recording.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Migrations/Add_Media_Source_Recording.php', 1, 0x00000000000000000000000000000000, 0xc3b078440e274c689b4c59e17299d503, 0xab937bc555a748b35fe192d582ae79db785ad271567d9b1358effddaca4ec25e, '', 0, '?'),
(0xfecb0a22111e087d2c5abcb6619e64a1, 'wp-content/plugins/web-stories/includes/Migrations/Add_Media_Source_Source_Image.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Migrations/Add_Media_Source_Source_Image.php', 1, 0x00000000000000000000000000000000, 0xc304389e3d82a8be6911aa0038b47671, 0x55c3c2ab4229628663d85a69b402f35459f5b3ddf741c0020d6e0365f3ec2968, '', 0, '?'),
(0xfa3d4f23e159187c1d4f6e3063561de1, 'wp-content/plugins/web-stories/includes/Migrations/Add_Media_Source_Source_Video.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Migrations/Add_Media_Source_Source_Video.php', 1, 0x00000000000000000000000000000000, 0x74e78c57d8cf0450c042fe199d291138, 0x14f6191f3fa612b5375ba06833927aadc801a93ce8cc49245a972cfe29c941ec, '', 0, '?'),
(0x6719e07af230075c7d23ea85717be6fe, 'wp-content/plugins/web-stories/includes/Migrations/Add_Media_Source_Video_Optimization.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Migrations/Add_Media_Source_Video_Optimization.php', 1, 0x00000000000000000000000000000000, 0xea39e41b914f7fa81a7cc40987403b27, 0x62d6ec23f72a82b8d1d23431e74575460368cb683824e656a10879aa5eb5ef46, '', 0, '?'),
(0x73c232c69aab9c81bf29aefb5905a123, 'wp-content/plugins/web-stories/includes/Migrations/Add_Poster_Generation_Media_Source.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Migrations/Add_Poster_Generation_Media_Source.php', 1, 0x00000000000000000000000000000000, 0xbafc67308478864366f7d6ab2a87bdda, 0x9ac44a8c53e09050dec0136240167d784fe4e57ea1f104f5a653f5ceb5e12086, '', 0, '?'),
(0x68c025aeb1aa6230ec21903261e4795a, 'wp-content/plugins/web-stories/includes/Migrations/Add_Stories_Caps.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Migrations/Add_Stories_Caps.php', 1, 0x00000000000000000000000000000000, 0x2a792ef495251be551957125a2698b37, 0x12ec2c28429c41fe0d607a434503d114bf106a93c8d67d629181572adc55c88a, '', 0, '?'),
(0x82aaf62ddfe6b46e5c819461514f8221, 'wp-content/plugins/web-stories/includes/Migrations/Add_VideoPress_Poster_Generation_Media_Source.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Migrations/Add_VideoPress_Poster_Generation_Media_Source.php', 1, 0x00000000000000000000000000000000, 0x9c1bbf1a5e3222bf6ff974f64fd6fbc9, 0xb74a6279d907d5142147d6675d56770716941c190c8c668970c6ca9906d7de87, '', 0, '?'),
(0x70b2e73ee8f0559485acba68f3f414e0, 'wp-content/plugins/web-stories/includes/Migrations/Migrate_Base.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Migrations/Migrate_Base.php', 1, 0x00000000000000000000000000000000, 0x2958087cc93231ffe0f684301c1a019c, 0x68b049529cb6406a91ec399d7c46fd65e4399d3b760f9efb0db68edc75739aba, '', 0, '?'),
(0x0c22d6d94d3c83360857b4b1d4a1c8a7, 'wp-content/plugins/web-stories/includes/Migrations/Migration_Meta_To_Term.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Migrations/Migration_Meta_To_Term.php', 1, 0x00000000000000000000000000000000, 0xe41e987f0b7266ff29f1d40e3efc0136, 0x4cff4e68b2326bbc9805595f1a286666b902e68e6c197df4e9b9a5cbd7b85904, '', 0, '?'),
(0x8a04c86d1df662272a94083bcb190e6c, 'wp-content/plugins/web-stories/includes/Migrations/Remove_Broken_Text_Styles.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Migrations/Remove_Broken_Text_Styles.php', 1, 0x00000000000000000000000000000000, 0x4eda420fda848ca161dc3d02f5aa6c0d, 0x88462dbb3db3eb4e2744c1d67be5441858d1edc3af8f02a5e2ca51aef97d5627, '', 0, '?'),
(0x03d8f13f0a6810450ab96922d417dda4, 'wp-content/plugins/web-stories/includes/Migrations/Remove_Unneeded_Attachment_Meta.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Migrations/Remove_Unneeded_Attachment_Meta.php', 1, 0x00000000000000000000000000000000, 0xcacd42979ae437393ac3974db82649e5, 0x744aa4f3a7cb1d277b8b3064afbe67517a890f71f6abaf99fad307a043e1c9c8, '', 0, '?'),
(0x1d03c9f3d2e196bc4d34a79e4c0bf186, 'wp-content/plugins/web-stories/includes/Migrations/Replace_Conic_Style_Presets.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Migrations/Replace_Conic_Style_Presets.php', 1, 0x00000000000000000000000000000000, 0x482a63bcb842ef8f50c7c199f1d18813, 0x6d32dc516e5ff01bc4c13353a9ef6171a2a8c84decba1c3bd8eda747e36b18e2, '', 0, '?'),
(0xbb5c5046d0f4073aaa974c64c942496c, 'wp-content/plugins/web-stories/includes/Migrations/Rewrite_Flush.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Migrations/Rewrite_Flush.php', 1, 0x00000000000000000000000000000000, 0x97889c4e8a42feb18cac791af8b1ea7d, 0x18d02512975cc37ae8d76c181fe0d469a0ca848b575daaca8994231fd1917b6f, '', 0, '?'),
(0x93c980071ab83f6300026470cfa8eed5, 'wp-content/plugins/web-stories/includes/Migrations/Set_Legacy_Analytics_Usage_Flag.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Migrations/Set_Legacy_Analytics_Usage_Flag.php', 1, 0x00000000000000000000000000000000, 0x8a831c6760f14d74bb9aa0ac35b3dafb, 0x1ac97765ed7365c6893a94b5e474f7108e9d42cb95fb59f6f8909aae60ae14d9, '', 0, '?'),
(0xea51704329ccc29b0f2dfeee284989ed, 'wp-content/plugins/web-stories/includes/Migrations/Unify_Color_Presets.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Migrations/Unify_Color_Presets.php', 1, 0x00000000000000000000000000000000, 0x70e1a3136368bfbad1cc6ffb73ca6b8e, 0x37390760a93cca408204c57e0d5959092c6d78ddfc4c4abb5542fbdf88127d16, '', 0, '?'),
(0xab37280d48d60ed8d0de26abdb138888, 'wp-content/plugins/web-stories/includes/Migrations/Update_1.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Migrations/Update_1.php', 1, 0x00000000000000000000000000000000, 0xcceb1886360e9eaf8f48e68d57607903, 0x9bad5554fd56cfd7d3c0601bc8f8c83f69e0bce33836d9bbf9995186c3f398aa, '', 0, '?'),
(0xfad5305a2db4fda33441228f21290cc6, 'wp-content/plugins/web-stories/includes/Migrations/Update_Publisher_Logos.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Migrations/Update_Publisher_Logos.php', 1, 0x00000000000000000000000000000000, 0x638b854959185b9ed7ede9084c51cd3a, 0xa24055d51c346b323ebb886331e74ac2b03e8a166a58a37fd88bba43825b2c29, '', 0, '?'),
(0x20b131edb6a8121ec6719cbf7ad19c99, 'wp-content/plugins/web-stories/includes/Migrations/Yoast_Reindex_Stories.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Migrations/Yoast_Reindex_Stories.php', 1, 0x00000000000000000000000000000000, 0x67161a857f007f809626d64e6c2d3dab, 0x008efbc46c1dbd1c951a1f22dcc42fd3a80df648e60e283b7f8c925ec37b7a1a, '', 0, '?'),
(0x922688bca378e0bd52bb44cd54f49979, 'wp-content/plugins/web-stories/includes/Model/Story.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Model/Story.php', 1, 0x00000000000000000000000000000000, 0xbd9f79176dc83e336252e3c08e2ee818, 0x3d4a3315c8da165247b2c4dc831acf3d201b4dd442e96530acdc5d9f41df2ae2, '', 0, '?'),
(0x2e4c349eca983fb914813b35cdd9530a, 'wp-content/plugins/web-stories/includes/Page_Template_Post_Type.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Page_Template_Post_Type.php', 1, 0x00000000000000000000000000000000, 0x50f81e028c9f6edb9fb8368dbccd8b2e, 0x2086b78a6c4c941da54161a526307d6692f6c0475e3cad08ee9a22d17b73e2cd, '', 0, '?'),
(0x757bf4216fc35b576369540bf8573706, 'wp-content/plugins/web-stories/includes/Plugin.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Plugin.php', 1, 0x00000000000000000000000000000000, 0x10b70241fe1b9778bb845067372d73b3, 0xea01f8a60e2ed3ca599de47bf70c87063ecb2f2de01ea05e42fd800cadcab697, '', 0, '?'),
(0xa3c48daac6a60124c4b4e76cbde18ee5, 'wp-content/plugins/web-stories/includes/PluginFactory.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/PluginFactory.php', 1, 0x00000000000000000000000000000000, 0x458d1e898c423585d17880a516a7de75, 0x2a7abe5ebeb1050a9fbfdd3599b0d819c15fe684a42363b50a7a388a6048a46a, '', 0, '?'),
(0x4a5316b8c3594245f38b458c9d0be10a, 'wp-content/plugins/web-stories/includes/Post_Type_Base.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Post_Type_Base.php', 1, 0x00000000000000000000000000000000, 0x70e0f0915429a9f95b71d58e3b4ef317, 0xaa9f23ea7e86eb76ce781d2e6b683902689fb78c6ab7c6045e28be363c4b1c10, '', 0, '?'),
(0x2977197ea895774f1db64d4284d43abb, 'wp-content/plugins/web-stories/includes/REST_API/Embed_Controller.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/REST_API/Embed_Controller.php', 1, 0x00000000000000000000000000000000, 0x75bb24689540269d657f0d952722182f, 0xf4970cdd498f96d7e88261de2855144547269c2fdfe561646266ce1a79e94855, '', 0, '?'),
(0x95a7b5433e7e49de2989660899d19311, 'wp-content/plugins/web-stories/includes/REST_API/Font_Controller.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/REST_API/Font_Controller.php', 1, 0x00000000000000000000000000000000, 0xd82f8e9506eac4c4db99c8f1a3ee1a0b, 0xaa384825781a894bbc7437e90dea58302d01692f809f6c48738fe852381b8c6a, '', 0, '?'),
(0xe2e84017dbaa7fe5c66f78598094b950, 'wp-content/plugins/web-stories/includes/REST_API/Hotlinking_Controller.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/REST_API/Hotlinking_Controller.php', 1, 0x00000000000000000000000000000000, 0x35a9ce4c27e4bc79e508add4ce56b32b, 0xc3bdc7c890d1a575dd78cc540b01c94aa8a30480abdb80b7557721e38ad389ec, '', 0, '?'),
(0xc8c26151b5b39106aab1a10d5409fce8, 'wp-content/plugins/web-stories/includes/REST_API/Link_Controller.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/REST_API/Link_Controller.php', 1, 0x00000000000000000000000000000000, 0x196bb1cc1b4ca3fb992c6a299a9f7b20, 0x49ae2f36b9193034e81109ac8c532127aaefb146dcc205d3e6b82bc50be44096, '', 0, '?'),
(0xfb2f5206800461774b3da1579839fde0, 'wp-content/plugins/web-stories/includes/REST_API/Page_Template_Controller.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/REST_API/Page_Template_Controller.php', 1, 0x00000000000000000000000000000000, 0x5c460a57c105c17c1eb5930f77a71974, 0x157265cd4447b784f4e5707f8df56b6812c241a980391f812f753bc5268a27d1, '', 0, '?'),
(0xe24907d641b3aea343ae9bfa92acd194, 'wp-content/plugins/web-stories/includes/REST_API/Products_Controller.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/REST_API/Products_Controller.php', 1, 0x00000000000000000000000000000000, 0xb948277ade8d3ddf82459899eb858f2c, 0xdd1b0c2901c498064b36bec9e3fb571f17ef403e40a2b9412ae530fa15984b53, '', 0, '?'),
(0x6c5d98a4feb585f4397c483d04ed56c8, 'wp-content/plugins/web-stories/includes/REST_API/Publisher_Logos_Controller.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/REST_API/Publisher_Logos_Controller.php', 1, 0x00000000000000000000000000000000, 0x804983d0faf1efe39bcd2ab5d779d911, 0x2c6344560107a338775d10ab5a45b764956aa6ad4cacdc1418630d7c32b2244d, '', 0, '?'),
(0x0d8e87461ef2effce3757e46590cd4dc, 'wp-content/plugins/web-stories/includes/REST_API/REST_Controller.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/REST_API/REST_Controller.php', 1, 0x00000000000000000000000000000000, 0x0f2fb11365b2361fcd7f2d36a52a5d2f, 0xa114189a9944d7e7062a9b8433e32e0f599813eb57c2aef75197e79500ee3ce4, '', 0, '?'),
(0xb07165bf2f9d3f0e26eb2b177d44d1fe, 'wp-content/plugins/web-stories/includes/REST_API/Status_Check_Controller.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/REST_API/Status_Check_Controller.php', 1, 0x00000000000000000000000000000000, 0x3502d495966d9a7ff7cbc2a1e70e8a6d, 0xadc5fe7d797f76a3a1898441a61504c6ecaa6044a74f4f4b5c6300baf70e64ac, '', 0, '?'),
(0xb17b20ce7ba7c13f450c6f05c5a55e6b, 'wp-content/plugins/web-stories/includes/REST_API/Stories_Autosaves_Controller.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/REST_API/Stories_Autosaves_Controller.php', 1, 0x00000000000000000000000000000000, 0x697afd6634a4f19df2056cd02f4328f8, 0x36e3fc0e0d53c58078fcb2763c05b7a400f48d5b8e3cdf5cbb03dae54708e1c4, '', 0, '?'),
(0x0c59f1fcfb8b2110d64c473b518da30c, 'wp-content/plugins/web-stories/includes/REST_API/Stories_Base_Controller.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/REST_API/Stories_Base_Controller.php', 1, 0x00000000000000000000000000000000, 0x979b87867a0cc520d0b023349a0debe9, 0xaad714b30070f33bd6b47f8e748f671feeadd8bc03760afdf6e1dc06a5a3b347, '', 0, '?'),
(0x224b8a7b5220d684fa7b0e9ccd8d4e5a, 'wp-content/plugins/web-stories/includes/REST_API/Stories_Controller.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/REST_API/Stories_Controller.php', 1, 0x00000000000000000000000000000000, 0x66131b3e8a7b061036373d27a5f0afb3, 0x10a3e9155b9d807715d81e762e9ddf91d5ca656f65133d6889eba535395c46d3, '', 0, '?'),
(0x71bab20799c77b4794cddfa75a717a92, 'wp-content/plugins/web-stories/includes/REST_API/Stories_Lock_Controller.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/REST_API/Stories_Lock_Controller.php', 1, 0x00000000000000000000000000000000, 0xe327ac410bd448feadc0009a4cd2ae19, 0x179110e73ecc507bc53a760c90d17f7acafb5ddc0170e0060f211acbde34e199, '', 0, '?'),
(0xe5869d803289fc940ef0c696cebd1d4a, 'wp-content/plugins/web-stories/includes/REST_API/Stories_Media_Controller.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/REST_API/Stories_Media_Controller.php', 1, 0x00000000000000000000000000000000, 0xcbf5f05fb7aef540a6168345c7151786, 0x89558c74952f986d1e358faf58fc286a3addb8b45107eda67e2b460c705e752a, '', 0, '?'),
(0xbfbad6d2d355ac19adc04a3b1db4a2b3, 'wp-content/plugins/web-stories/includes/REST_API/Stories_Settings_Controller.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/REST_API/Stories_Settings_Controller.php', 1, 0x00000000000000000000000000000000, 0xbd783a7a36c893ec2ff15877133f0f13, 0xa7e80320641adcc023d3a589b70fbf1e7aaaefe714b329ab49111652975f0955, '', 0, '?'),
(0xf16d15df915e6367d0a63df577b79d46, 'wp-content/plugins/web-stories/includes/REST_API/Stories_Taxonomies_Controller.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/REST_API/Stories_Taxonomies_Controller.php', 1, 0x00000000000000000000000000000000, 0x2ca7b4891687277de0e1558ac04f4b37, 0xd569670adaacc4d18852763817611b4cb1d7601723861613318a23cab72ae65f, '', 0, '?'),
(0x71a2b731d38b2eb92380631c377133ba, 'wp-content/plugins/web-stories/includes/REST_API/Stories_Terms_Controller.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/REST_API/Stories_Terms_Controller.php', 1, 0x00000000000000000000000000000000, 0x8e90372ecc1cacea9dae1637a53b4283, 0x5436c9f13dbe61abe7489a77c4791fbf723e7fa800a4d0c4cab48b67ac4ea004, '', 0, '?'),
(0xfc755a22f6cc484fa505fac412532c5d, 'wp-content/plugins/web-stories/includes/REST_API/Stories_Users_Controller.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/REST_API/Stories_Users_Controller.php', 1, 0x00000000000000000000000000000000, 0x0ea3508cb177dc75f53a08e73c335831, 0x97973a2775faff21fc44239e4bcfe678017d815e9b6135c73f3f643c14f837e9, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x8a4e71fd9f007edc1021c10599e12c17, 'wp-content/plugins/web-stories/includes/Register_Widget.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Register_Widget.php', 1, 0x00000000000000000000000000000000, 0xf92438e4ab354d5a8e7204b7c7161e92, 0x265d806dfcd7c32b271dcb21beab07d109882f9633c851e99880b62ea9ebcdcc, '', 0, '?'),
(0x24974d25fd1b2bb7a98f91df64fec494, 'wp-content/plugins/web-stories/includes/Renderer/Archives.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Renderer/Archives.php', 1, 0x00000000000000000000000000000000, 0xc5eaeb113b45af55936b486b8dd494e1, 0x0b95dfa0332521e1695c7651de00e83a52c8920c238c557a08f3544851a21986, '', 0, '?'),
(0x153133f7dbec88704eff52fe24472757, 'wp-content/plugins/web-stories/includes/Renderer/Feed.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Renderer/Feed.php', 1, 0x00000000000000000000000000000000, 0xc7e214d2564ae0fc86ec8d422042689a, 0x2293baa4460e568d530c9dcccfc36aa9c0747b095c5580323dc1a87ac67e6f1f, '', 0, '?'),
(0x0dab0b41b32b0f5073ad5f6316932827, 'wp-content/plugins/web-stories/includes/Renderer/Oembed.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Renderer/Oembed.php', 1, 0x00000000000000000000000000000000, 0xda240138476b188bbfcc50b826abad68, 0x6868b64d8184a6709371bf5fe7d0148e5d413925028a25e50a1404721997ab9b, '', 0, '?'),
(0xf027d27e1ba1d4711ba2f3dbd5866a0d, 'wp-content/plugins/web-stories/includes/Renderer/Single.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Renderer/Single.php', 1, 0x00000000000000000000000000000000, 0x4e5cab966a3d6c0efe581ea01fac56c1, 0x2ae51b7495e664cf0fe0250d101ba0a91b61a031e2feb3a548cdd48d7845b3d8, '', 0, '?'),
(0xf125d66f9c1aabcc0f6c27e94c19a7f6, 'wp-content/plugins/web-stories/includes/Renderer/Stories/Carousel_Renderer.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Renderer/Stories/Carousel_Renderer.php', 1, 0x00000000000000000000000000000000, 0xf75b7f48d1594723a804d40e3aa4386f, 0x471d0049ea64feac21c8cd97bf557987f8f53657e7e4c64f36f93de203d9a17c, '', 0, '?'),
(0x11083b3d62ce5915debe1bb211f0382e, 'wp-content/plugins/web-stories/includes/Renderer/Stories/FieldState/BaseFieldState.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Renderer/Stories/FieldState/BaseFieldState.php', 1, 0x00000000000000000000000000000000, 0xf8b711206fff4ea7dbbd645520ce7a0f, 0x9ba403d4082e20f168729fb4a95e7250c3dd911799d4ff16903fd8467b89adf0, '', 0, '?'),
(0x037bab7c8f26f78e3ccd94fcb550e363, 'wp-content/plugins/web-stories/includes/Renderer/Stories/FieldState/CarouselView.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Renderer/Stories/FieldState/CarouselView.php', 1, 0x00000000000000000000000000000000, 0x018c43351c6a2ee4429de931ca669cb2, 0xcfa15e86863244bf0880a3432eb28257753446675ec869a5a8d92d01fcec1d1e, '', 0, '?'),
(0x4084a579eeb12f1aaa1b9ae64ea368d7, 'wp-content/plugins/web-stories/includes/Renderer/Stories/FieldState/CircleView.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Renderer/Stories/FieldState/CircleView.php', 1, 0x00000000000000000000000000000000, 0xd12765bd8a98137c0fffa1c728347cb6, 0x60766a5773a8ac94fd9551ea833e648576ffe7da2362cc730c5dba59ef58036c, '', 0, '?'),
(0x829a3938af19add8de032e0e0fb6f63a, 'wp-content/plugins/web-stories/includes/Renderer/Stories/FieldState/GridView.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Renderer/Stories/FieldState/GridView.php', 1, 0x00000000000000000000000000000000, 0x872802500f74c5bcfc842b1b129fdaf5, 0xe445d74ee106a6ab27c4eb7efc0f8a341ce9508bac28cb247924330828365437, '', 0, '?'),
(0x8b94df7052a3f7a3bb5f506535a1505b, 'wp-content/plugins/web-stories/includes/Renderer/Stories/FieldState/ListView.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Renderer/Stories/FieldState/ListView.php', 1, 0x00000000000000000000000000000000, 0x5f7832b91d7dd6b6c2c83438e377cbc2, 0x1816189686c311a7b346afc6610c6e0b9f3546f4bca9bc0bb3bec216922c549b, '', 0, '?'),
(0x8bb60bcf3907e6fef05326bcf81de918, 'wp-content/plugins/web-stories/includes/Renderer/Stories/FieldStateFactory/Factory.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Renderer/Stories/FieldStateFactory/Factory.php', 1, 0x00000000000000000000000000000000, 0xe9a352076cfe6f8d060c3f64f7b77d16, 0xb18ce2d2a0cb118797614656732fd7fe4de7b59874edfbefa93ce2b9fff73f18, '', 0, '?'),
(0xad9eb156c5a2dd8d20cf1bc5845b8a8a, 'wp-content/plugins/web-stories/includes/Renderer/Stories/Fields/BaseField.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Renderer/Stories/Fields/BaseField.php', 1, 0x00000000000000000000000000000000, 0xe0bb43ef79e5209cdbd72857bd21e5d8, 0x610c34f5509c40cd7bf873ebe9920dd1dd58791b5fb43b547170306febb20b2b, '', 0, '?'),
(0xa67f1536040f31c4161c2da146e9e93e, 'wp-content/plugins/web-stories/includes/Renderer/Stories/Generic_Renderer.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Renderer/Stories/Generic_Renderer.php', 1, 0x00000000000000000000000000000000, 0xb0c5a9fd2207e079d99f4736ec685ac3, 0x9aeb652931ff4775d623e4698a5f397cc725ff3e6bc4ff69beeb4dc7a66d817c, '', 0, '?'),
(0x80300e9d3b5f57c0096ad33696495d5e, 'wp-content/plugins/web-stories/includes/Renderer/Stories/Renderer.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Renderer/Stories/Renderer.php', 1, 0x00000000000000000000000000000000, 0x2d59c676ad77b46ebb57a7ebc3dd143c, 0x4c73493ea88d9ced474c9b459d072e15f98108a93996f36e33720b26af98a615, '', 0, '?'),
(0x255b73b6aee2b6d388465f0fea36146b, 'wp-content/plugins/web-stories/includes/Renderer/Story/Embed.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Renderer/Story/Embed.php', 1, 0x00000000000000000000000000000000, 0x6cf253ee0672e85aef0c43f341bd94a7, 0xc959ece67b318cc8d1c1b1cde79635e1e9f2c3620d80ef75a60988d1f8939dfc, '', 0, '?'),
(0x4d5fdf52b6b62892767d75feda4bb9e0, 'wp-content/plugins/web-stories/includes/Renderer/Story/HTML.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Renderer/Story/HTML.php', 1, 0x00000000000000000000000000000000, 0x137e0820fdefd76bd53d6164525e7dd3, 0xb4d76650efaec37ac0b11c876fe57a237336c6cbe3aa7cbce6fda56fb06d5ef1, '', 0, '?'),
(0xaeb876eeed37c31b031932af30d3dc01, 'wp-content/plugins/web-stories/includes/Renderer/Story/Image.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Renderer/Story/Image.php', 1, 0x00000000000000000000000000000000, 0x71fee3ee18005f1c1475ab892e942d5a, 0x0e0e6e1709782a2219c902b4fef874d62ef75f28651345379d86f494b6bf623c, '', 0, '?'),
(0x09d19abbe366de59e45543d8a12560aa, 'wp-content/plugins/web-stories/includes/Service_Base.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Service_Base.php', 1, 0x00000000000000000000000000000000, 0x5f92dabf1121897a4b3c495766bd58de, 0x869a3815fa9f2ae4852619a5aa75d8ada270e682cb6328932bd78e0235ce2bf8, '', 0, '?'),
(0x84c269f12f41694f4a94b891851db552, 'wp-content/plugins/web-stories/includes/Services.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Services.php', 1, 0x00000000000000000000000000000000, 0x7a24b8cdd869960eae4a7976e4e0ff1f, 0x8cf753a91c5078c7ee384de41608679e2e4aec1b33400a079fe1da97f43397af, '', 0, '?'),
(0x2d49e5310694c33bd38cfcf70d78e3ae, 'wp-content/plugins/web-stories/includes/Settings.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Settings.php', 1, 0x00000000000000000000000000000000, 0x48527798592a72af54df18d6b848dcff, 0x45f10aa0c8f604defc64755fabbb4a1e7a2ff489f86043989c48801444d3523a, '', 0, '?'),
(0xe9831def3c50e887cf01b6c8767d2192, 'wp-content/plugins/web-stories/includes/Shopping/Product.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Shopping/Product.php', 1, 0x00000000000000000000000000000000, 0x9d256bd9d46f61ce9a697501eaa307d1, 0xcc5bb58b4d9836f56f3e721584064099af51d1606bef5ca06a03c255b2eb8781, '', 0, '?'),
(0xcf9709d79424ffd2c5be8d187e982a2d, 'wp-content/plugins/web-stories/includes/Shopping/Product_Meta.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Shopping/Product_Meta.php', 1, 0x00000000000000000000000000000000, 0x98434da299fc1f1dabab0251f0059514, 0xb4f664375caad4330ebeca995c439cefc90b6f19f4a462918e2f87c05d628cc7, '', 0, '?'),
(0x54f54bc270eb121c7e35ac65bc1c0fc0, 'wp-content/plugins/web-stories/includes/Shopping/Shopify_Query.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Shopping/Shopify_Query.php', 1, 0x00000000000000000000000000000000, 0xbc3ab0f3d04729667b13e96aa387e56c, 0x724b3ce7f706832b35447bc063b53a5eefe1a56517174fb4845e4bc4b160477f, '', 0, '?'),
(0x1936fec95d43fa23698a706e4933e6a6, 'wp-content/plugins/web-stories/includes/Shopping/Shopping_Vendors.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Shopping/Shopping_Vendors.php', 1, 0x00000000000000000000000000000000, 0xd5affd8b5db1a0caed5beb415cd9f0e4, 0x35b4d46a81056b8af28c3502f9fec6364d51b944e7f4d9cbb9b00a765248af07, '', 0, '?'),
(0xe3d0f3316a791b184868234d316c7142, 'wp-content/plugins/web-stories/includes/Shopping/WooCommerce_Query.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Shopping/WooCommerce_Query.php', 1, 0x00000000000000000000000000000000, 0xa632303b8308b65e3e65231ae8e6a589, 0x9736caeab2a82b5abfad4bd3c1040a6c909f53167b67d27a670bb9a98ae78a9c, '', 0, '?'),
(0x71277f8928a530c6471fc3992a3a9c0a, 'wp-content/plugins/web-stories/includes/Shortcode/Embed_Shortcode.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Shortcode/Embed_Shortcode.php', 1, 0x00000000000000000000000000000000, 0xd94646e93fcf427b40e290c30ca48db4, 0x681fb1b415e97ff8a6b015cb8bf3234a90f3f436440c872d27d7f1aa92c99ca5, '', 0, '?'),
(0xc564ebd74cd90da1fe8ada113e8ffca7, 'wp-content/plugins/web-stories/includes/Shortcode/Stories_Shortcode.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Shortcode/Stories_Shortcode.php', 1, 0x00000000000000000000000000000000, 0x6ce6687d7d06773f2170fdc67a9b07f0, 0xa64f40cd7b3c0b572a3ef99bab4bddc2984acc3929875dde5ac511498e6bc9f0, '', 0, '?'),
(0x03c47563055682a94a7f4ecac5edc0bb, 'wp-content/plugins/web-stories/includes/Stories_Script_Data.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Stories_Script_Data.php', 1, 0x00000000000000000000000000000000, 0x0a3d36eed3804ec6f3590f049ce8d477, 0x92cea585c75c552d39ca6a36e6c1b710b226e6e35ea1c0b13135c0f6d1238f0d, '', 0, '?'),
(0xd44b3fe7403f4a855d07c9c9398c215d, 'wp-content/plugins/web-stories/includes/Story_Archive.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Story_Archive.php', 1, 0x00000000000000000000000000000000, 0xcde2ed84e9c9cb8bd8c5bfdf578daf4e, 0xaea132ade36bee1a40243d56ff98364b5f8c8dce69445f5bdf52d24c32089ade, '', 0, '?'),
(0xfc2b9f9a057a0e2b882eb106cad9ee31, 'wp-content/plugins/web-stories/includes/Story_Post_Type.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Story_Post_Type.php', 1, 0x00000000000000000000000000000000, 0xedc6f9284910ebdf8d966fbbfe04aff1, 0xc05b40b0e784008e2255b88272e212ff9b51774fd789241a48953c426325f9ba, '', 0, '?'),
(0x5a7c7aa7714a21c4af2bcb9e7b85ecce, 'wp-content/plugins/web-stories/includes/Story_Query.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Story_Query.php', 1, 0x00000000000000000000000000000000, 0x6884b719eb906548afe4cc1746054dab, 0xce5d866e2023ee41dec4a28fd4dbd3cfed371c81e3feddbddfd519b72c2f1f71, '', 0, '?'),
(0x48ec50724068c00fe493e6509803d837, 'wp-content/plugins/web-stories/includes/Taxonomy/Category_Taxonomy.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Taxonomy/Category_Taxonomy.php', 1, 0x00000000000000000000000000000000, 0xf79bc9eabd8a67bee45371c02335fe80, 0x23c2907acf287d731dc1a62e50def5afe6a9b7694bf03ceede40d6a26cda5409, '', 0, '?'),
(0x4950770c28c2faa0a7a703892d11e8e7, 'wp-content/plugins/web-stories/includes/Taxonomy/Tag_Taxonomy.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Taxonomy/Tag_Taxonomy.php', 1, 0x00000000000000000000000000000000, 0x776badeb17afb453babf884ce1c097e7, 0xc3ea5bad4f76905c2c346f50111e0588c2b40a6e35f1d2e8d9d5fd051423cc81, '', 0, '?'),
(0x826b21353ddf0b7af969185f785ea94f, 'wp-content/plugins/web-stories/includes/Taxonomy/Taxonomy_Base.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Taxonomy/Taxonomy_Base.php', 1, 0x00000000000000000000000000000000, 0x580009b704f8ac99831b40b3afb6e5ce, 0xded9a9ba572b86b0be627acdf71ab0991527f2946316bc5fbc675a2234a5c656, '', 0, '?'),
(0x127b56e90f0803d8b8b4eb51daa821fe, 'wp-content/plugins/web-stories/includes/Tracking.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Tracking.php', 1, 0x00000000000000000000000000000000, 0x7e965e02990a9965f099e7d0ae62b3db, 0xecff8e1ad5a3932ed9ecd90d88762049273ff07d47506952fad98b30c31443eb, '', 0, '?'),
(0x1debab19ebdb02e2bdb8f644df0d4c4f, 'wp-content/plugins/web-stories/includes/User/Capabilities.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/User/Capabilities.php', 1, 0x00000000000000000000000000000000, 0x2b8a2457cbbd54d5256bd251da87c1d6, 0x4d1ef87b20a91e5f4b99f4de0a12662f95756882e7e254da0a01ba317d8a7df5, '', 0, '?'),
(0xcbaf993066a33bcdf3360236d8ed0498, 'wp-content/plugins/web-stories/includes/User/Preferences.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/User/Preferences.php', 1, 0x00000000000000000000000000000000, 0x1c65a5e881df5fcbe914e5009bce4786, 0x5bddbe627cc5e8834ea0b40491636762cbfaafd059b0ad49a22b7f111fa16fef, '', 0, '?'),
(0xd5606ccfcf61162cf466d613bf44d5fd, 'wp-content/plugins/web-stories/includes/Widgets/Stories.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Widgets/Stories.php', 1, 0x00000000000000000000000000000000, 0x3ee0047ec25070b1b85e46a2dd5e8500, 0xec3bbc3138d83d563f5e697b96177a0a5a07962934a35750cf75627d3dac04f2, '', 0, '?'),
(0xe27e3d50e5f73b8043df0c551ba4a117, 'wp-content/plugins/web-stories/includes/compat/Web_Stories_Compatibility.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/compat/Web_Stories_Compatibility.php', 1, 0x00000000000000000000000000000000, 0xeb71d0272022ba529c2a431626c0e665, 0x7890537cf6e68c9913aa9caf2b9f9b9964e6bf866622ac41b7fd6e3b7f60a03e, '', 0, '?'),
(0xa0004301fdbe25d086b251a989c40c50, 'wp-content/plugins/web-stories/includes/compat/amp.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/compat/amp.php', 1, 0x00000000000000000000000000000000, 0xd8347a49391b640e9069e6a7bdf088e1, 0x147895d026ee587b8f02917efd267f4381a3bee666dd496acfaae079be98b843, '', 0, '?'),
(0xe81d9f7aa53f0aee02d7a0372df7857a, 'wp-content/plugins/web-stories/includes/data/fonts/fonts.json', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/data/fonts/fonts.json', 1, 0x00000000000000000000000000000000, 0x92e22c425d002d70e207e7cf3244933e, 0x973dfdca270eeb8e7181c35b8b58aed84fe8107739f69280918e89a924112679, '', 0, '?'),
(0x60429efff3ee2851380c350e465a7173, 'wp-content/plugins/web-stories/includes/data/stories/demo.json', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/data/stories/demo.json', 1, 0x00000000000000000000000000000000, 0x6818f6d008cecbbe59407a215c4fae23, 0xa35aafbf66e966ad730e63ea5443c965ecbb624e255edb0bf1213f1e4b1612bc, '', 0, '?'),
(0xa561b9b321ccb105811f1a2996055626, 'wp-content/plugins/web-stories/includes/functions.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/functions.php', 1, 0x00000000000000000000000000000000, 0x680771a8be378efc2c2c6713223fc28e, 0x395572b10240a577c1088b689cdccac1cbcec8fa5522bc748e4e1f6b5d2005a1, '', 0, '?'),
(0xcc957edbb14ed9e07f73f90d3978cf33, 'wp-content/plugins/web-stories/includes/namespace.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/namespace.php', 1, 0x00000000000000000000000000000000, 0x330f4851f27d3f1e459e9b30f4c091cb, 0x63d1e531e252678397718f917f9ebe04bc8cc6ff8184da6c3caa526a9fc97843, '', 0, '?'),
(0x3a30c3d8fba4faec62a8800a6e50a3aa, 'wp-content/plugins/web-stories/includes/polyfills/mbstring.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/polyfills/mbstring.php', 1, 0x00000000000000000000000000000000, 0x5a68c865d9b7f28a5094b62d760611bc, 0xa4bb371aada63363cdeb20cd4265b50c723cf2f0396053328652fdfd859904f3, '', 0, '?'),
(0x5129f55d012e82cffd459ae4ee5cf880, 'wp-content/plugins/web-stories/includes/templates/admin/activation-notice.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/templates/admin/activation-notice.php', 1, 0x00000000000000000000000000000000, 0x885c1ae6d768e82f9dc922b77a06f0eb, 0x06cc0b1e1643993d54bc172b9e778af9ffad392d8fba3b5f366bee887427b9c6, '', 0, '?'),
(0xda1cff71919c8e659501e87c95e139d0, 'wp-content/plugins/web-stories/includes/templates/admin/dashboard.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/templates/admin/dashboard.php', 1, 0x00000000000000000000000000000000, 0x6a484c0097170203e4bf6e55b5fac712, 0xc6a1ef96a1d69ddeb714dc95a536b163c48452fbb2f3fcb061baa958544ee1ca, '', 0, '?'),
(0x437bc472e0026eda6dd564673f73084d, 'wp-content/plugins/web-stories/includes/templates/admin/edit-story.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/templates/admin/edit-story.php', 1, 0x00000000000000000000000000000000, 0x1267a012665a00e8da9d60cf272b6864, 0x71fe74ab5879be8f37dace53234846634a5fe52aec8219e275700dded733fed4, '', 0, '?'),
(0x8d868fc6afb95382a1009aee6e20780f, 'wp-content/plugins/web-stories/includes/templates/admin/experiments.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/templates/admin/experiments.php', 1, 0x00000000000000000000000000000000, 0xa2d26428a7a1b4bfb9b7ed78cf47a22f, 0xd17a74403e359987b6e504c139caf86f0430f753ed3ac8698fe4bec9e1f13bb4, '', 0, '?'),
(0x940f802c305d7e0a01ffdfb14e61e97f, 'wp-content/plugins/web-stories/includes/templates/frontend/embed-web-story.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/templates/frontend/embed-web-story.php', 1, 0x00000000000000000000000000000000, 0xe2fb6e7ab5d6d6f016d09023b4d74ce9, 0x242cbc757cb633d929cc20098f5b3c973811b01f2af8774919fad655ab6fd296, '', 0, '?'),
(0x2a7b139bf9970ccac5780a6fec6903dc, 'wp-content/plugins/web-stories/includes/templates/frontend/single-web-story.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/templates/frontend/single-web-story.php', 1, 0x00000000000000000000000000000000, 0xe131a55596099412a6110efce3af94dc, 0xa15bb7ed947b8d5ccf97a6ddde855898366c8489d09c8585cd6f4ada9ccd1371, '', 0, '?'),
(0x1105b726c29554b32d681a816aa27953, 'wp-content/plugins/web-stories/includes/uninstall.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/uninstall.php', 1, 0x00000000000000000000000000000000, 0xbbb776508df9477447bf029c603af7fb, 0x31f00df72401460b9b2882abe6d66e1dca817985634581cea08e46f42299df4e, '', 0, '?'),
(0x02ede1eb1eefa889932b9778cb4c97df, 'wp-content/plugins/web-stories/includes/vendor/autoload.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/vendor/autoload.php', 1, 0x00000000000000000000000000000000, 0xba0087591310da570bc6f213198fcd51, 0x4f85ca9963b6277ed1c3673c86db6f9add50f2887f9cae6748a011935f5ea74d, '', 0, '?'),
(0x0aebfb63f8a67dcd40e10584e5bc2239, 'wp-content/plugins/web-stories/includes/vendor/composer/ClassLoader.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/vendor/composer/ClassLoader.php', 1, 0x00000000000000000000000000000000, 0xd01fcdd5c0f355bbc7fd601cbc9d8488, 0x4e40874b8046aadd92ac2cab3de150a584f7b5730a0c3aa3385fbd2292ecb782, '', 0, '?'),
(0x8f074b2e6518f3a818df5f72a5aa8838, 'wp-content/plugins/web-stories/includes/vendor/composer/LICENSE', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/vendor/composer/LICENSE', 1, 0x00000000000000000000000000000000, 0x955d5fe58c231244f6b49000f383b5e2, 0x1a209ff8db92f625a713347e4ed97e47682162d817ad3a77829805c98cbf9927, '', 0, '?'),
(0x5075fbf1fdcc484cad8494fb3fe8bba9, 'wp-content/plugins/web-stories/includes/vendor/composer/autoload_classmap.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/vendor/composer/autoload_classmap.php', 1, 0x00000000000000000000000000000000, 0x83129fac80a8458df7f6797c28528e44, 0x3ebc8a3af91e0f45bf80df4ed59106ef889c88816d2f65db4954c2397e6de264, '', 0, '?'),
(0x03ca698659c1701c29dbfe970a46cf37, 'wp-content/plugins/web-stories/includes/vendor/composer/autoload_namespaces.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/vendor/composer/autoload_namespaces.php', 1, 0x00000000000000000000000000000000, 0x224007c97efb82c7b45b0e92f240af41, 0xc1bfd0acabbb4bc4716c3a16e5997ed29dd9a44291ac75bee3242a56a07ae629, '', 0, '?'),
(0xa38a9588eae4f950811120131362a8e9, 'wp-content/plugins/web-stories/includes/vendor/composer/autoload_psr4.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/vendor/composer/autoload_psr4.php', 1, 0x00000000000000000000000000000000, 0xf18b7628c41c9809f0fdcbeb2d2391a1, 0x387091b52fa3996daf7b92b4420b0c7d6c227fcb49e6927f1e9e68488f72154c, '', 0, '?'),
(0x84b5539d71d32b108b4830c14863c8b5, 'wp-content/plugins/web-stories/includes/vendor/composer/autoload_real.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/vendor/composer/autoload_real.php', 1, 0x00000000000000000000000000000000, 0x37cfb2dbcb0f1e65edcc38550b537c16, 0x49dd7c84e51e63e9a71b73e9af5bc4b2bc2f5a3917763549db852b2768fb4bea, '', 0, '?'),
(0x9651b5bc5af3a8e8083895123ce637bf, 'wp-content/plugins/web-stories/includes/vendor/composer/autoload_static.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/vendor/composer/autoload_static.php', 1, 0x00000000000000000000000000000000, 0xf8d96cec4af3ceba994c88d3e6089f0c, 0x06c5cc70b6945c4a0e254446f68eabf68961ddccbb529be4b8789d4fad253835, '', 0, '?'),
(0xab053eacd03782367b8ae0967ea0d690, 'wp-content/plugins/web-stories/readme.txt', '/home/www/iamctv.com/wp-content/plugins/web-stories/readme.txt', 1, 0x00000000000000000000000000000000, 0xd32250f6393b91cfcbada28c15538dfe, 0x01d0df57975e371a2deca82f977dece04b6bd18bd3843e18fdc14d2fead3a6bc, '', 0, '?'),
(0xa110b68a8c3c4ba01dafe58a34f92a66, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/resources/local_fallback/rtv/metadata', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/resources/local_fallback/rtv/metadata', 1, 0x00000000000000000000000000000000, 0x22fd8836aa56ad868bf0654b488b84f3, 0x4b7a18320cb6a45c4e27d9a9034795fb8a1424fe158ace4cf9a27a1905e0c4d4, '', 0, '?'),
(0x6276250419c4ee3a32b3937066f2db7a, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/resources/local_fallback/v0.css', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/resources/local_fallback/v0.css', 1, 0x00000000000000000000000000000000, 0xc3caa25cca32d81e7fb9b2953f81878a, 0xfaecddcdd4f2d46c1eb60294a0a71c89fba54cae58e535d79edd1a4e151d90b6, '', 0, '?'),
(0x4ab6e7325e488f806742c9524c1eb819, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Amp.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Amp.php', 1, 0x00000000000000000000000000000000, 0x54a6ee349c8342613aeba35fdbf4c760, 0x2b3ede83fcd1294b5ca6d6c4228baa4ed2826211889a4a247582de35ac3b93d1, '', 0, '?'),
(0xe8f3bcf0dc6e41121cf078a3f66847af, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Cli/AmpExecutable.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Cli/AmpExecutable.php', 1, 0x00000000000000000000000000000000, 0xec43c1a8b9dbf4a6c9ae456766dae6de, 0xba708878759592913bc77f91e083a08f6d542d5d5fa7d7c8731151e2cd22f23c, '', 0, '?'),
(0x6100ea2f1d50c009f25deca878834b7c, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Cli/Colors.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Cli/Colors.php', 1, 0x00000000000000000000000000000000, 0x156ee1398d1ad83729087903da22ac2a, 0xcf83ba69c25e512d7be5af1bae31792baf37a09a568ef1072f6a3ea8e271917e, '', 0, '?'),
(0x3d8c496df7008bc60c25811e6626797f, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Cli/Command/Optimize.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Cli/Command/Optimize.php', 1, 0x00000000000000000000000000000000, 0x431543ea7456509e74501437c8c726cb, 0x8a539932aac50e1e7bd1d845baee2ce99eaaf4dd50c8fa73bf9f540bef69404e, '', 0, '?'),
(0x27dbd144429e5a94c014e65960609070, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Cli/Command/Validate.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Cli/Command/Validate.php', 1, 0x00000000000000000000000000000000, 0x1907d34b52703444d3ccfc79e369ddd4, 0x661cdfcf6485e8e6cbc0599ccf5ef9cd2708cfbfed4b41f05b7eb7bd37018444, '', 0, '?'),
(0xbcd3bb2140683b69fcd6d968ad55019e, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Cli/Command.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Cli/Command.php', 1, 0x00000000000000000000000000000000, 0xff6b87adb6907044b938d9db9159f2c0, 0xe83e2d247c275cc69aa8f0dbfec0625c87dcd61142d609e5076ad8a8bb95358f, '', 0, '?'),
(0x0f5e36f546656a8dcbfd0fbeb0cbda87, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Cli/Executable.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Cli/Executable.php', 1, 0x00000000000000000000000000000000, 0xbddf753de77928cb75da2329945f1b00, 0x75c489bc27bd47f2240d9edd1399316a668461352cbea45b319404d903d29acc, '', 0, '?'),
(0x361d1ee6e637f5fe40c5bfdbd6f400b9, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Cli/LogLevel.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Cli/LogLevel.php', 1, 0x00000000000000000000000000000000, 0xc5b1e53959b62d39a1ff27ca8e8cead4, 0x1dedeefbc6941867cca9602eda5e6b9631c54b0ec79f9c0b1cb857890d919482, '', 0, '?'),
(0xfe7fa983a5b70a02c6fc55dffd4965f8, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Cli/Options.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Cli/Options.php', 1, 0x00000000000000000000000000000000, 0x72fb98d2ed5eeabfedc7761e45d5b22e, 0x2c47eed4fccf29e3c822ca0bfdf39bb4f7d15dc7dd043cf61fb6b428ed9dc8dd, '', 0, '?'),
(0x0128bd90357142a737f8ba511ed48057, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Cli/TableFormatter.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Cli/TableFormatter.php', 1, 0x00000000000000000000000000000000, 0x018d62f863960c4a09095cb93444108f, 0x1db9db84b6d5caaf58b74a56918161e3e19782e7fcb56234889201859af17a28, '', 0, '?'),
(0x0fae43d09e83dd993c13f88e8634551b, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/CompatibilityFix/MovedClasses.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/CompatibilityFix/MovedClasses.php', 1, 0x00000000000000000000000000000000, 0x0fb486964cb38baf78c264a4051aa17e, 0xa5c4217343deb46b9a289de3f690907f7a964d860bd0eb6486f0fc4044397413, '', 0, '?'),
(0x0f2eb542752ee7b664849996290770dc, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/CompatibilityFix.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/CompatibilityFix.php', 1, 0x00000000000000000000000000000000, 0x153fd256d44605f79a7cb1cd0a4a6e50, 0xd3c9ae2a9512a475d2d9bf5ded6f68c61d1f7ebf931fc5dfb473c86941d3006e, '', 0, '?'),
(0x574386deb92f4519b637b236817eea1b, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/CssLength.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/CssLength.php', 1, 0x00000000000000000000000000000000, 0x9cc66513508f7b9dae3efa566ca37d9d, 0x12e6eea4dfa08267672e6823e32641bdf194ce3924b4e3339c0765f41a8ce7c6, '', 0, '?'),
(0xebec7bec6d83e66a932d34dbf7901236, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/DevMode.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/DevMode.php', 1, 0x00000000000000000000000000000000, 0x0f7411efe5eaf236d052d32048556afa, 0xc3706195e97edf4a73a983a7e2e96f2cb285dc0dfd9e89151b7251a1ab33962d, '', 0, '?'),
(0xef62d12082b863e30a6f378a25ad1b71, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Document/AfterLoadFilter.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Document/AfterLoadFilter.php', 1, 0x00000000000000000000000000000000, 0xc1413cb46cd67fb30ce7c64c869263d9, 0x8cca945ed57a95acb79722dc72df78217cdf67c57cb8aa11259a0aea667eef33, '', 0, '?'),
(0x534316742862360d47278b24b2e4c575, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Document/AfterSaveFilter.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Document/AfterSaveFilter.php', 1, 0x00000000000000000000000000000000, 0xc8f4149f1df6f92058e2652d25c6d0df, 0x201bf21a78d2113d46a3d52f72192abde9e8c40af94bb48a0495989a8059ae3e, '', 0, '?'),
(0xae0886126cc4c898649a603775e1d48c, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Document/BeforeLoadFilter.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Document/BeforeLoadFilter.php', 1, 0x00000000000000000000000000000000, 0x584cea0eba487ae1593de99d5eae6ec3, 0xf24983022594c4e2ed4a3fe0350e2b2fab790f78a381ee4d5914e0ab4693d75f, '', 0, '?'),
(0x0afef54e93f16cfe3b6dbd64ab2aad90, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Document/BeforeSaveFilter.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Document/BeforeSaveFilter.php', 1, 0x00000000000000000000000000000000, 0xf68208220292f03946e04d5e8a869972, 0x237d03f8846e938bc393d9462ff6064e482caee4a1215c156b873f7aa10f7241, '', 0, '?'),
(0x28d708e1580980e6f8ceafefc8b22eec, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/AmpBindAttributes.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/AmpBindAttributes.php', 1, 0x00000000000000000000000000000000, 0x5b95c48a3c1d736701f68ff9da7e9dbf, 0xf1266d420e5f62a57025b0012c7a135bea282df43e6973f62038b16ef84eb9f3, '', 0, '?'),
(0x841547fddde359507b234d37d8630785, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/AmpEmojiAttribute.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/AmpEmojiAttribute.php', 1, 0x00000000000000000000000000000000, 0x125cbb3592082957afd65d0b658adacc, 0x9f9fd70b03669a45a4e82586c731cacbdc8964b9011cc382318e805b593a852c, '', 0, '?'),
(0x32dee4695ffff607b65b5147ad739838, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/ConvertHeadProfileToLink.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/ConvertHeadProfileToLink.php', 1, 0x00000000000000000000000000000000, 0x289b07ade8b6b227aa5115e40d4a6428, 0x5d59c7d10f08018b6637ff5e7a9ec6869706c6daea58578124736233419b89a3, '', 0, '?'),
(0x8e54a9b4fb8048e2b8d7340dfb64c332, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/DeduplicateTag.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/DeduplicateTag.php', 1, 0x00000000000000000000000000000000, 0x6cd24401bf333b567a7e52e0ec965ea8, 0x512f6e52328e6478605d4360c1897ea675f4f9775dc7298ef47a93cbbb464b80, '', 0, '?'),
(0x7f854e802b36f61c0d02fa7a0efd65be, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/DetectInvalidByteSequence.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/DetectInvalidByteSequence.php', 1, 0x00000000000000000000000000000000, 0x53980ba168aed5272ae51432468c2920, 0x83d809ddfe99a493cf7b8988870a3dad500765924e36c524206d27c058d4bc39, '', 0, '?'),
(0xa3c80f87d09b320690744b3ff8d0b6ae, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/DoctypeNode.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/DoctypeNode.php', 1, 0x00000000000000000000000000000000, 0x00965838cd1623d8fda7ae51cea32243, 0x69fc58106bdb02002333ffb14e01a986ff2f62524ad15c87cf6abd94e08ef397, '', 0, '?'),
(0xdb34cffb76b987367c5b6413b73331f8, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/DocumentEncoding.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/DocumentEncoding.php', 1, 0x00000000000000000000000000000000, 0xdd131ab9d5e4133476b284f3ecf17b79, 0x8a95a2f53c918a50f338c9a53447dc3a5dafbf0bce611cde596fcabe3614ee5f, '', 0, '?'),
(0xbe32d511b1c71cc3164cc947fa655a17, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/HttpEquivCharset.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/HttpEquivCharset.php', 1, 0x00000000000000000000000000000000, 0x7fdf6b512c62c82aae6fb4a0bfbcdae5, 0x616f5b4fac0adb13621573c2df772d4ffda17cffdaf397b752d8226b3e06d4de, '', 0, '?'),
(0x1603825a389fa1a92cfa5217c1751fac, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/LibxmlCompatibility.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/LibxmlCompatibility.php', 1, 0x00000000000000000000000000000000, 0x842c9c7489c076a5046c1f09e82783f5, 0x3c5330644f66bc6bb06cc6ed346fbcc75abf7464c8aae420f6c9772fcd5fdfff, '', 0, '?'),
(0xd402e6d24421f44c32eaf4957640c07a, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/MustacheScriptTemplates.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/MustacheScriptTemplates.php', 1, 0x00000000000000000000000000000000, 0xd0154f47b0c4a06aef4d4a4788a82bbf, 0x55403f9607af49ff32c4155819dcb882ee890702fac8b9b066af1bc55f3c4d92, '', 0, '?'),
(0xe81d1632bfd0de00fc0ed44828eca4e3, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/NormalizeHtmlAttributes.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/NormalizeHtmlAttributes.php', 1, 0x00000000000000000000000000000000, 0x81f86c67d19c40ef02d320edf5900d47, 0x241dc8fc804bb7c6f8c969eae58639de88e48d723dd44444a8782c1a13231e9f, '', 0, '?'),
(0x7481cb524d86ab6b208de4ff1b5f5be0, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/NormalizeHtmlEntities.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/NormalizeHtmlEntities.php', 1, 0x00000000000000000000000000000000, 0xf8d6da7838f7210ea13d33eeb519ac64, 0xbcb2734d01635358ed50227e59c9dc109ff59d583efc4fa1c532e4a44d36b8ae, '', 0, '?'),
(0x46a07cd50151c8335c1d3890be6b55e8, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/NoscriptElements.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/NoscriptElements.php', 1, 0x00000000000000000000000000000000, 0x9ad6b2943813b3b811d30487b24177ed, 0xf0c912ba22cc1f53d78f46afc49d0d9fe96605b14229fd757796f223ad3f6e7c, '', 0, '?'),
(0x951d00980cb4c5e24eae69cbbdb808ea, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/ProtectEsiTags.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/ProtectEsiTags.php', 1, 0x00000000000000000000000000000000, 0x7c7413054e7e86055398b8202f1d8187, 0xfe8b5ba1015b1ded8d1b8d86cd43a9ab7ce491d62177cbeee261be65e3c6d5fc, '', 0, '?'),
(0x0d60a03d64e01efe114bbf6f11e1523e, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/SelfClosingSVGElements.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/SelfClosingSVGElements.php', 1, 0x00000000000000000000000000000000, 0x4ec45f25d7112140fe993b9951947eaf, 0x0146bf9479df7db12d809a699daee8cdc516ee9a5f74864ac864b1b91d2875f3, '', 0, '?'),
(0x325ef04918b96d4856f029fe5b930406, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/SelfClosingTags.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/SelfClosingTags.php', 1, 0x00000000000000000000000000000000, 0xfcbd4b12b1f0ee9d0e1b2789d3bce4e2, 0x314e8f82e954d5e1d6b68890f494ab1b56b8291c9ec922acefa6126b51e95e7b, '', 0, '?'),
(0x7de82a558ad90fc78ea578cde9ea6ddc, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/SvgSourceAttributeEncoding.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/SvgSourceAttributeEncoding.php', 1, 0x00000000000000000000000000000000, 0x9279c97823b7595fc25571168cafdbae, 0x2b91323fbd0fb4eeb896385473a0478a21467955dda367bf012cb062e2620a87, '', 0, '?'),
(0x6eecbcfd7e8cbc0e10383f3cf4a99b49, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter.php', 1, 0x00000000000000000000000000000000, 0x982cb147a0638c5f30f3754b5e8c6371, 0x656e9d2cd2d06589e0d4523d5c9f6ad851d9d3f0694499ab22de7ecb084bb361, '', 0, '?'),
(0xdc61eff5f993b76903e407c7787fe0cc, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Document/Option.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Document/Option.php', 1, 0x00000000000000000000000000000000, 0x5d99c80baeb4c0a2f271713169793b48, 0x474070712a527d785f1688fbadac20058c5c4744392ee5f8952dc7c930fcae68, '', 0, '?'),
(0xfe3440218714b7a19e9f56196c9c8d96, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Document.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Document.php', 1, 0x00000000000000000000000000000000, 0xb67849c609fe695cb6d082592c72d32c, 0x9b89aa088cb852582684b0cdfea4a2ecbded7efb0e56ebaca0c4a3739a45a01c, '', 0, '?'),
(0xec7ce5cef37070e3b4656c2065102ece, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Element.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Element.php', 1, 0x00000000000000000000000000000000, 0x5d44caab1a15a24e10a9ae683ca34bbe, 0x8715c924e10895a35992760325059840c484e85b0b224983a3299b28458deb9a, '', 0, '?'),
(0x19cadb3917d89c7d1af4ea08968a283e, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/ElementDump.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/ElementDump.php', 1, 0x00000000000000000000000000000000, 0xa20fd65a7982d268eb21f5c414049dcb, 0x054af2549247577740b289f7c7985c450d31950edc7887d7fa20a43f2331c51f, '', 0, '?'),
(0xb58f4c7f0b5e2532cd8c33f926499a73, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/LinkManager.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/LinkManager.php', 1, 0x00000000000000000000000000000000, 0xeab5c79e97c6e547422d606c971072f5, 0x11268885d038382490575690feda8113e7ab9e1c6fcb92d8368d6c72bb3a2139, '', 0, '?'),
(0xaeaa4e6c659d9d57bb1f44b935a6fcb8, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/NodeWalker.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/NodeWalker.php', 1, 0x00000000000000000000000000000000, 0x27c2d1268ce56c6c85ed05198331cf46, 0xb0d5966eba341d24e72e49ec57cdaa93fcf3c4bdca49248482eaec68fdac3fc8, '', 0, '?'),
(0xd11afca22529462d185bcc3f3c31275b, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Options.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Options.php', 1, 0x00000000000000000000000000000000, 0x1e10b8d7855247a4211fc4d028125351, 0x4651fdd7a37734b47b49fab1b185d4e8d5ffd7e973d015047f40d626ee0bc9a8, '', 0, '?'),
(0x23813059e75a6899423d28d5c99d9f12, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/UniqueIdManager.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/UniqueIdManager.php', 1, 0x00000000000000000000000000000000, 0xc50cc3912bf3bc50cc4fba088e8bffe7, 0x8b0fcb6d6574eceba047c4a0bcacac6c810a93f681f1fc659ab36a2b998308cb, '', 0, '?'),
(0x0c745a5f6c044f1576b7a631a5de929c, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Encoding.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Encoding.php', 1, 0x00000000000000000000000000000000, 0x2415ec8478be80137c380216bf457815, 0xae0f05a36f766ac438af50cd38accb6d9bdffa688b9d5587a7b55f3de0f4274f, '', 0, '?'),
(0xbba9f945a6f632e53de70490b035f447, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/AmpCliException.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/AmpCliException.php', 1, 0x00000000000000000000000000000000, 0xea44aef1110415d028023982c6891835, 0x3de0ac295ccb5c8dd8d96e4b2d9dbfbd7ca544908908d0b7c06e7f5c77e947fd, '', 0, '?'),
(0x28822579d8f02ede8ef664403977c36f, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/AmpException.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/AmpException.php', 1, 0x00000000000000000000000000000000, 0x99d2d971a152b6f433d2402672cd2120, 0xb3e7847da95bb72db19d3518f8474f55f4922f6a795d206a46a8925f5834d2f2, '', 0, '?'),
(0x56af707df1227eb48035e5ac00e30017, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/Cli/InvalidArgument.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/Cli/InvalidArgument.php', 1, 0x00000000000000000000000000000000, 0x60d5d7ebe294cb6d474cfbe03734e9aa, 0x52b380efe1a655e01ef80b0f3c435a24ff66d6a93e2f339d9cb95d0444a7643d, '', 0, '?'),
(0xe4bd196297da460d8edde7148cb4cc72, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/Cli/InvalidColor.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/Cli/InvalidColor.php', 1, 0x00000000000000000000000000000000, 0xc759ad2f864928867483a26e6914f8d7, 0x8cbed08a1f798c676b9aee939e782db7ee6cbca33e7c3c72bab48adf69678d1a, '', 0, '?'),
(0x79af7d94af3073069c839fb98779c058, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/Cli/InvalidColumnFormat.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/Cli/InvalidColumnFormat.php', 1, 0x00000000000000000000000000000000, 0xd3ebc7b40acdd3319efe3ac5c8b2f5df, 0x82d7d487b75e07e425570a393e1a91afe2454d5547d6aca5a64f1a31d79a9b83, '', 0, '?'),
(0x7e1ff8e7f346a67675c82936b77e0215, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/Cli/InvalidCommand.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/Cli/InvalidCommand.php', 1, 0x00000000000000000000000000000000, 0xc854cd5d974c619c9dd8ee0823004132, 0xd066a42ea0292f0ff85e6cf5184114e939305d0fe74e691e2055c1ae8ca72b8c, '', 0, '?'),
(0xe7d12bd10eb0c5406467b1260d4817ef, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/Cli/InvalidOption.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/Cli/InvalidOption.php', 1, 0x00000000000000000000000000000000, 0x4e473bc265397f855a83254e2246692e, 0xfc6ca4e6ed9629a1736dc258e0de761d8bd40fc06b0e73b3e5e2c2aa02062e9a, '', 0, '?'),
(0xe024301f8dfc12a75235b07a7a8f430d, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/Cli/InvalidSapi.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/Cli/InvalidSapi.php', 1, 0x00000000000000000000000000000000, 0x3f3cb4abe42feb607ece78e82d4237cd, 0xb93908a93002ce23c2ab62320d5d837255b1f290ac9e385fed56296576ff19ad, '', 0, '?'),
(0x349320fc8a57ab83da097182ca24adbc, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/Cli/MissingArgument.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/Cli/MissingArgument.php', 1, 0x00000000000000000000000000000000, 0x727d41163da6f8497d780ffdb5bf0d2e, 0xec4852c417f3e99aaf021deb2a0562917833b7c0cae9c4c859ca6e31807dff0d, '', 0, '?'),
(0x9d84f9369260fee69f7e0f73f25629d2, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/FailedRemoteRequest.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/FailedRemoteRequest.php', 1, 0x00000000000000000000000000000000, 0xcfbafb7718f330cbbd39c4819eb6e48a, 0xb317e28da949df456791c57dd8a9911bc6f2f170e99ca2edbd4ab21c96fbd06d, '', 0, '?'),
(0xbfb516b52f4cfd6839722a833304f930, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/FailedToCreateLink.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/FailedToCreateLink.php', 1, 0x00000000000000000000000000000000, 0xe1457576ceb5add2ea4fdb00b67d9e3d, 0x438ca80a1524b9a31a4432dc55aff0ae1b4fd1202dd4ee200f237f588e9b74af, '', 0, '?'),
(0x2a857e2a43a878471787abb769ce3470, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/FailedToGetCachedResponse.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/FailedToGetCachedResponse.php', 1, 0x00000000000000000000000000000000, 0x5efd66c927189687be05931cc98c5a55, 0x83e3717f4ffbab8e17be64b4dae077cbcadfe6c66cc34c4973caacbe4b47dcb2, '', 0, '?'),
(0xce5632e75d0c221963d721545a4c77e6, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/FailedToGetFromRemoteUrl.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/FailedToGetFromRemoteUrl.php', 1, 0x00000000000000000000000000000000, 0x3d9d95e8698a795fd7eb88098b1e2102, 0x8c230808ca525f83eb1136a191bf8ef8fbb815b7d05d3988a6a1cf87dbb20be6, '', 0, '?'),
(0x1ebc8fc88662d1506af85dd5bd58f229, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/FailedToParseHtml.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/FailedToParseHtml.php', 1, 0x00000000000000000000000000000000, 0x43bb4ca089b94e2dfaa31e5b86140197, 0xfcd3360e233967fda40a714b8ad4a56058bed72bb60e0354c30e402a79fe70b7, '', 0, '?'),
(0xc9da41a50641eaa877b4324ad41209f9, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/FailedToParseUrl.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/FailedToParseUrl.php', 1, 0x00000000000000000000000000000000, 0x2877b16d00c2a3fee3d9923ef92bae39, 0xf76abe67a07407508e4e2acec2d6566f232dba206488a4d06b7d616e0d7c6161, '', 0, '?'),
(0xe6c8f3884fc00c57f9df659b07c4bdd6, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/FailedToRetrieveRequiredDomElement.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/FailedToRetrieveRequiredDomElement.php', 1, 0x00000000000000000000000000000000, 0x8c6d88f376c63d23128e79bbdab266ed, 0x44f6b856113caa7e52e019a7167085fa965f6e2aadf64cf0786de8b5f985bee4, '', 0, '?'),
(0x34c04f65a339a3873ede7454c6f12ad1, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/InvalidAttributeName.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/InvalidAttributeName.php', 1, 0x00000000000000000000000000000000, 0x64a4b64f93bd9b10574ff19c652070de, 0x9df12cdef8e165dbbe2d23d538a93d04414fc4e4b3d48e11d6f780d191f87428, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xb3d5f2ecb9c4c3178600756528a66871, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/InvalidByteSequence.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/InvalidByteSequence.php', 1, 0x00000000000000000000000000000000, 0xc478e8f34256e520c964c526e1091834, 0x1f3b52ac6ab12444baf84dd4782fd235659a2763ad8795e31672e181085d922a, '', 0, '?'),
(0xfab0c3bdfb63e10fe0cd10a9fd2d42d3, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/InvalidCssRulesetName.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/InvalidCssRulesetName.php', 1, 0x00000000000000000000000000000000, 0x3560d6cfb76ff5d39e31c79f652dc5c4, 0x80606882074f75b5a77af49774ac755d1097e02db8a75c418a99f09699af2a36, '', 0, '?'),
(0xdabd08098409d8567ea5453bbbd48e3c, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/InvalidDeclarationName.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/InvalidDeclarationName.php', 1, 0x00000000000000000000000000000000, 0xbcae542b532f5647c3ce203af3ec21ed, 0x51c9d399981bde7f1ea8c73f68fdfb88fd7191b4fb2056f46cba69bdfcfb3d2a, '', 0, '?'),
(0x0035b93fb84c236dd3e33aa0f2fbf0d3, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/InvalidDocRulesetName.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/InvalidDocRulesetName.php', 1, 0x00000000000000000000000000000000, 0x213cf02399faed9a9e4da5224bf85029, 0x2946fb822a691b3cfdb9b2c49dfe64eed9c912e1528db272ab16d1ce4ee1b556, '', 0, '?'),
(0x801b299068366269fb1f501c50b96fbd, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/InvalidDocumentFilter.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/InvalidDocumentFilter.php', 1, 0x00000000000000000000000000000000, 0x219674147f97ddc424c262e8de70912b, 0xee7096030a503d51f3f84c2eae421a14cc45c5b42093c4d4d1354df9fc79390f, '', 0, '?'),
(0x01f1bc3a765269346dc7f5ebb57c5409, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/InvalidErrorCode.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/InvalidErrorCode.php', 1, 0x00000000000000000000000000000000, 0x6e4800f2076170db8e9157d2ef3a707e, 0xdd4e67fa695f81d66f08d64b9170ba16bc6bb6f650b15e060f24a61d6d8a23b1, '', 0, '?'),
(0x19fec2c3a855ea2197a3d755ea248a22, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/InvalidExtension.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/InvalidExtension.php', 1, 0x00000000000000000000000000000000, 0x6185cbfdbf88d45525deec6509892348, 0x15c6f28ec42c4ea24d2a1c25c6e9442ed3b19cdb0d0bb6ff001d063de56bc1ca, '', 0, '?'),
(0x56b91083ef682fd6fef21c5950f7708a, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/InvalidFormat.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/InvalidFormat.php', 1, 0x00000000000000000000000000000000, 0x0298325a0a500dd49f4a7c50f14b6882, 0x71b5d0447d8c493979ef53778cc8580ce8d538b903e0c9d02fca8e96b710ce6a, '', 0, '?'),
(0x05e7497d89d168a50815468e8642db3a, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/InvalidListName.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/InvalidListName.php', 1, 0x00000000000000000000000000000000, 0x04f8ff32fe4d11b41fd59f4b5819704f, 0x594a00c2bb7722c6e33e70459c4c16cb4dcde520eea0a8468daed6009efdb074, '', 0, '?'),
(0x0322244cac9504639f74a973bb4d3220, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/InvalidOptionValue.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/InvalidOptionValue.php', 1, 0x00000000000000000000000000000000, 0x074e9aaf29aa80deef4e796eb68fc2d0, 0xfae4042fb76b0c5ed99f409a2393dc523cf7111fc36eea608e16e7972b9eaa0e, '', 0, '?'),
(0x91a031222d8e64985591211a177f0f5a, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/InvalidSpecName.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/InvalidSpecName.php', 1, 0x00000000000000000000000000000000, 0x3bc6997c6284d3b35d198242c3e58d99, 0x49c0fdeded34b8acd98be33faa1b0ce555546a5938f863dee0a2f028b6e93302, '', 0, '?'),
(0x3d1c7819b2f31c706a0836e119dc25d9, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/InvalidSpecRuleName.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/InvalidSpecRuleName.php', 1, 0x00000000000000000000000000000000, 0x7a5334cfee2a3b36a820fbb1e5714b75, 0xe46f9dbf94b0a90af7272e3e0f4f1b112bf9c6be1105204c035c5922734f8c11, '', 0, '?'),
(0x126bc9cd11b57c6c8ce0c4c67fce766b, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/InvalidTagId.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/InvalidTagId.php', 1, 0x00000000000000000000000000000000, 0xe547ac914bbeb0d4df870ea4e1b22cbb, 0xaf074fd40c85810367e528ada717ec984a195982ddc57802d17688663d36d818, '', 0, '?'),
(0xd8061b67fa77b8a449b53ab471337b68, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/InvalidTagName.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/InvalidTagName.php', 1, 0x00000000000000000000000000000000, 0xa206832a07617d8389b1504beaa7af59, 0x268a1ed56a2e664217a1b870c7bf20600fb34c2562b326deb096967e43c44ae9, '', 0, '?'),
(0x62acc03fda2d9ef0ecbb160e5bfaf845, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/MaxCssByteCountExceeded.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/MaxCssByteCountExceeded.php', 1, 0x00000000000000000000000000000000, 0xe7c74a60de016fcb6960992b354836dd, 0x672e92bdb3d984abcb2c60cefd5bd38f94272744b0a9ae090b5ef86362482191, '', 0, '?'),
(0x0a331ddd95ae7e3926eb7c5f66e2343a, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Extension.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Extension.php', 1, 0x00000000000000000000000000000000, 0x2642ea725069a1096fa357d6439be775, 0xb9a685ca22f893da35ef54b7de45cfaa49eea62fa6b709a8b1c0770eb22ed1e0, '', 0, '?'),
(0x113703aaa50451c85e1982d2c2094732, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/FakeEnum.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/FakeEnum.php', 1, 0x00000000000000000000000000000000, 0xbf36d439a60f1fb210654d201701690c, 0x23f5e01290ff79c22a3f044b58cc141b9c11bc2b967e8113461c14e1c6ff98f0, '', 0, '?'),
(0x5481342057240335a4217b28f11464bb, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Format.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Format.php', 1, 0x00000000000000000000000000000000, 0xeec60a98ad9d7ee2e7ac77d9ba4fa3f3, 0x08eb237c8e6e7788ea956d529c8a2bdac02a4e5bcf317aa49060018b7f0ef0a5, '', 0, '?'),
(0x8b470388f21326648a872974d6016c40, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Html/AtRule.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Html/AtRule.php', 1, 0x00000000000000000000000000000000, 0xb64060a78877149102c4487da6984e97, 0x91bbf6afd4324545c90127ecdbdb12367d4667e5c03101a64233bb816cc50a3b, '', 0, '?'),
(0xa1251120d221a04bd6def3ad31a43a6f, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Html/Attribute.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Html/Attribute.php', 1, 0x00000000000000000000000000000000, 0x0d6403db414f85eac8b0f361d4cad1dd, 0x8a282f9cf5ba97c76c1dd7c554f29837af3426e8a3a2894fb454f4d895e24f29, '', 0, '?'),
(0xa876998aa30f53e0ae5a7c1dac79df25, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Html/LengthUnit.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Html/LengthUnit.php', 1, 0x00000000000000000000000000000000, 0xbbd3210460ec83c7c0feb36ae0900085, 0xf5feecb851340ea3be0ea12bcf23855d163060b75284bd8438d91ef593206c0a, '', 0, '?'),
(0x87655822de4b517a883f0bce07c99e58, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Html/LowerCaseTag.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Html/LowerCaseTag.php', 1, 0x00000000000000000000000000000000, 0x125595f00b5197ddbc380e24c452e26f, 0xeee665ce0d3a089af9f6833ace28766e440e4e9b63298c78dc220ad8d1a137af, '', 0, '?'),
(0xe890a9339b9b1ada594d340072cd821e, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Html/Parser/DocLocator.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Html/Parser/DocLocator.php', 1, 0x00000000000000000000000000000000, 0xaff47851745d4243d93c75610579712c, 0xa5df81a8dd1f70554b4816d40af57f8e12d98225000e255d1fa20dc2d7e1c645, '', 0, '?'),
(0x6f76d679a01db8fc2688f51c0e9b2841, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Html/Parser/EFlags.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Html/Parser/EFlags.php', 1, 0x00000000000000000000000000000000, 0x917978e01e72dd0a66bdb43fb8599528, 0xce50d455c0497557973d7d7d83550cba803e13d0db074cc149e98e8cc74ee337, '', 0, '?'),
(0x00e98d3791c83a5574bf58979de9ad5b, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Html/Parser/HtmlParser.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Html/Parser/HtmlParser.php', 1, 0x00000000000000000000000000000000, 0xdb303af3339991d5e8de698a3590c425, 0xb88dc1b7434dbef32a3620b3d015b2818dc85b3078c98626044a8e081eeb7d1c, '', 0, '?'),
(0x95cdb43cc04395ade7e2ed8920a3afeb, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Html/Parser/HtmlSaxHandler.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Html/Parser/HtmlSaxHandler.php', 1, 0x00000000000000000000000000000000, 0x8ea5b9eb1057c543dce7a737110d2156, 0x966a325a23ea6b9fffabe49cdd1802583707a99cac6928d001d7f8bc8b4f7f3b, '', 0, '?'),
(0xdc56b376deea6cd252013abb0933eabe, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Html/Parser/HtmlSaxHandlerWithLocation.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Html/Parser/HtmlSaxHandlerWithLocation.php', 1, 0x00000000000000000000000000000000, 0x065f60400cbdf8c76b0048c8cbe737e4, 0xf9b8eba39592882e8b3759512ede908de1299f9d82d7e24b97b63b3d4eb976b0, '', 0, '?'),
(0xc752a66f66a063f863f332faa89e312d, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Html/Parser/ParsedAttribute.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Html/Parser/ParsedAttribute.php', 1, 0x00000000000000000000000000000000, 0x1881baf41b2a791bb1ac9bafa1933885, 0x6bd8e97cf765257b3093c638166733fede42026e03343baf0196a4fa51430f4a, '', 0, '?'),
(0x5d231a9f46a1ec2e80abcfcab7cb7920, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Html/Parser/ParsedTag.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Html/Parser/ParsedTag.php', 1, 0x00000000000000000000000000000000, 0x39d874b4de43893036d813a2c8042bdd, 0x35e641ee137b0467d3fc5d60182d206b6ef42f840b46ff36982384523aeaa4b5, '', 0, '?'),
(0x5a545ebec25aee625fbc9406d4b88de1, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Html/Parser/ScriptTag.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Html/Parser/ScriptTag.php', 1, 0x00000000000000000000000000000000, 0xf49b54b4013cfc42a538602835d7f770, 0xd4994d2d57fdadabc24b7cca371b749cbe5dad24f6db8ac7f3467d5fd38ab2d2, '', 0, '?'),
(0x3c0baa713f3467334109be5021e1e5a2, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Html/Parser/TagNameStack.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Html/Parser/TagNameStack.php', 1, 0x00000000000000000000000000000000, 0xde5343bf93baa0e1fcd4335cced6f2bc, 0x2d7e761782b61196b8c070b63939ba86d480b21aec29910581c598cb865968b1, '', 0, '?'),
(0x7f0a945daa9b1d69fb3cfcbdf4b9e511, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Html/Parser/TagRegion.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Html/Parser/TagRegion.php', 1, 0x00000000000000000000000000000000, 0x98429f167fd080a1438a05710f947589, 0x2ce513f990a94528469846ce141d6be58e13a5eacace968f9ea7aa3c6c1030d6, '', 0, '?'),
(0x2ccdf85ef974a40a18296538d12223ba, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Html/RequestDestination.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Html/RequestDestination.php', 1, 0x00000000000000000000000000000000, 0x1065a97663e305970f1013742058c5fb, 0xce69b21a6d60a267bb58add0aae3f03c0c032a3587fc64b323dcb5def024e2b0, '', 0, '?'),
(0xe4eed86d8eccbb9411a28b5f8ee6f6dd, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Html/Role.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Html/Role.php', 1, 0x00000000000000000000000000000000, 0x5a7af69903d3ca0ddaf6309b7aac7d1f, 0x03bb5d9b35f7508e40d32dc84ace481b90560d9ab6e30dfca4a0ae423cb74f91, '', 0, '?'),
(0x58556212b3486686a4ae95b7314327a1, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Html/Tag.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Html/Tag.php', 1, 0x00000000000000000000000000000000, 0x96ec87181fb8d8042a167a6df2de1c17, 0x3eac1853fe55565e6e88c7bd8f3d73113113d1132320d8d4001dfc552adbd482, '', 0, '?'),
(0x66564b1661fedac7f793b8207b32c57b, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Html/UpperCaseTag.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Html/UpperCaseTag.php', 1, 0x00000000000000000000000000000000, 0xd3a2e559447b6a2b2a6482e50cd37337, 0x0144f13370d9faa09488ba484133653296d1eb7cc158c801214fdfd169215a7e, '', 0, '?'),
(0xd47d03f5a8aa1cfa435783da96524cec, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Internal.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Internal.php', 1, 0x00000000000000000000000000000000, 0xa3c947fd3a8f57efec33f1f4a831bcb3, 0xf6036b5f4bcf1341120868f745dcd640f00355626bb18f9c953cbe6a8d6ba1d7, '', 0, '?'),
(0x910af02613e1f59daad25a37cde1e9dc, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Layout.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Layout.php', 1, 0x00000000000000000000000000000000, 0x753ea2c818876afae9b6ed9660e9fac1, 0xbba57b0daacab4d7dd8d204008e7590b62fb849410629978a74033f76a803201, '', 0, '?'),
(0xec4c5f1a04d09c50a61a4e648765d8b2, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/AmpRuntimeCssConfiguration.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/AmpRuntimeCssConfiguration.php', 1, 0x00000000000000000000000000000000, 0xedf4b4da4af9e3ae3deb8911f5c3ea58, 0x93665f07120ed0d679b502ebaf9d1f200a4dbdc93bcb74b94387d5c3051a18fb, '', 0, '?'),
(0xbb071416c066d805fda8bbfa746f866c, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/AmpStoryCssOptimizerConfiguration.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/AmpStoryCssOptimizerConfiguration.php', 1, 0x00000000000000000000000000000000, 0x05f76ad67782128b6061211622de1aef, 0x45bec4ca37912294285fc2fc722a6ca6a7452618dab5b0a7ada52678ee44e998, '', 0, '?'),
(0xd5cae2a893286be038998cb6f6572252, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/AutoExtensionsConfiguration.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/AutoExtensionsConfiguration.php', 1, 0x00000000000000000000000000000000, 0xe28f131782653e478097f5e73f15c4f7, 0x3b0b856b6599ec970211b0558f227502db660aa8c94b94b7e087190424ac910e, '', 0, '?'),
(0x1f6eccd472e64fbb84a57bb824ef1aee, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/BaseTransformerConfiguration.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/BaseTransformerConfiguration.php', 1, 0x00000000000000000000000000000000, 0xf794e6b8804609adfdee3fe8f04da145, 0x9906b692070b0e0447f681c88c5549d4bd484d843cf28dbc384b7c62595cb549, '', 0, '?'),
(0x3267ba8bfadfdab5df564466f043f745, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/MinifyHtmlConfiguration.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/MinifyHtmlConfiguration.php', 1, 0x00000000000000000000000000000000, 0x39cdaa032802333d4ae218b7f9892d58, 0xae5b49886327c001a991bf256e2c259bf639fdb007dd5315eb0a64c41e348d31, '', 0, '?'),
(0x4a9784609fcdfa3db7433fb356b7e033, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/OptimizeAmpBindConfiguration.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/OptimizeAmpBindConfiguration.php', 1, 0x00000000000000000000000000000000, 0x3d98fd4452d2d0448c435238595980e5, 0xaee12d7854ce1051fafb67b4c7c7df66ee9a89dab59ee4a87643d084127c4c67, '', 0, '?'),
(0x79b6f72835c71cb230aa7b2450b747f9, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/OptimizeHeroImagesConfiguration.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/OptimizeHeroImagesConfiguration.php', 1, 0x00000000000000000000000000000000, 0x1cf0d5deb03eddba8f09b7297c61073b, 0xaf423b5b47d2e6599fbfa2db8e241bb3a056db9cc5dfae54563ca97da161d5e1, '', 0, '?'),
(0xcbf60a93d7308125ed62968984418c23, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/OptimizeViewportConfiguration.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/OptimizeViewportConfiguration.php', 1, 0x00000000000000000000000000000000, 0x5af9a90051519666dab3706efec5ab4a, 0x8f0d60c905eab4d43a79e9b7630bb716cce016893e71140dd045c2710c99d8b1, '', 0, '?'),
(0x1dc19dab7164501b244d6c17240207c8, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/PreloadHeroImageConfiguration.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/PreloadHeroImageConfiguration.php', 1, 0x00000000000000000000000000000000, 0xfea47a75f9564de309e15720460ec2aa, 0xd515a2429d8c054105f5692759f7ac37ac246736c8159dec61f92ed42732d2b4, '', 0, '?'),
(0x0eb0a6dd4bb10e3c68f7e5f43830316b, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/RewriteAmpUrlsConfiguration.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/RewriteAmpUrlsConfiguration.php', 1, 0x00000000000000000000000000000000, 0x0aec635f1db7836e4bbeab6781757c2d, 0x15825b4d2402f1ac9d04ec6b31942880fc11d26ccc0881bae838e73226cd539e, '', 0, '?'),
(0x7a59537a8c3e4ac0f8f9face3b95a4e2, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/TransformedIdentifierConfiguration.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/TransformedIdentifierConfiguration.php', 1, 0x00000000000000000000000000000000, 0xf826c79081a930d1be4c762c98145cce, 0x561e2e533c234366f1da636291e39015002600ebabd3fe33cbb5c664311db630, '', 0, '?'),
(0xce4af0621f6eb95e26081de3b9c1b3af, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration.php', 1, 0x00000000000000000000000000000000, 0x567fb7f96508fb4a087d5a6ec8075b3e, 0x71cb3e908ac5eb247b1e345ff855e89ddfe5d162cc6b93a39d3b7dbc2ea5b57f, '', 0, '?'),
(0x5461f79ada2dfd44bcc1e8e87f892e6b, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/CssRule.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/CssRule.php', 1, 0x00000000000000000000000000000000, 0x926cf59d90bff02062403dcf5f3a4f62, 0x24166708db758ef237aa62c177ade2f5b8ada2e33a0a1b7ab7b0f83eedc43811, '', 0, '?'),
(0xf705aeb734d57d98199eeeb4088a4d05, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/CssRules.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/CssRules.php', 1, 0x00000000000000000000000000000000, 0x7569c7b46f523f023b723626107be4c1, 0xb4a7f2756318c6581ba1078c473b46a3f731bd494c6ebb51bfc09742a68c7e0b, '', 0, '?'),
(0xe60f318af4f568d54a3a8d2f617431e2, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/DefaultConfiguration.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/DefaultConfiguration.php', 1, 0x00000000000000000000000000000000, 0x154d5c044f9a8fbb9a557d3da7e2172e, 0x473dfc529c3ec1f804a5bc356f290b4325f0a2151ba664da11f234731bec7be6, '', 0, '?'),
(0xa7bc7241ae29e32992d49dda47787870, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Error/CannotAdaptDocumentForSelfHosting.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Error/CannotAdaptDocumentForSelfHosting.php', 1, 0x00000000000000000000000000000000, 0xbb02493cd05dcfef14a3dd23203d77fd, 0x7d75bd0111ba6328518aa0775f695ffd6e24eda70bf985746d5dbaa7c3a28f5d, '', 0, '?'),
(0x9a46fcce1571fecc6af45ecd61387f88, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Error/CannotInlineRuntimeCss.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Error/CannotInlineRuntimeCss.php', 1, 0x00000000000000000000000000000000, 0xe3de9def8b323a31bfd42962e1c03ace, 0x127c5162f3e411e2db1316ca5adfccb009015bf78cebc938aade73a2f34db948, '', 0, '?'),
(0x6c73ace34a540f77bb4e7490524d8c9c, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Error/CannotMinifyAmpScript.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Error/CannotMinifyAmpScript.php', 1, 0x00000000000000000000000000000000, 0x0ad6b57baaf55e29293dfaee25d7951d, 0x21503dc5ea777f8a8bb6247a85fdac02f5f93d8fcdc35f03a4acf57d98c4ff80, '', 0, '?'),
(0xd11e285f8fbce79d2fff0034ee3fb53d, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Error/CannotParseJsonData.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Error/CannotParseJsonData.php', 1, 0x00000000000000000000000000000000, 0x498555c315b7afd25bca3cea19ccdca2, 0x0e1df62033b4e854b703931cd163be20e91a4927d4bc9d2af0e42664a9a6e14c, '', 0, '?'),
(0x7b2757c0e7b2aa60f4d628a47fd4a509, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Error/CannotPerformServerSideRendering.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Error/CannotPerformServerSideRendering.php', 1, 0x00000000000000000000000000000000, 0x6de604ac4477433f9874b75161f002f4, 0xc56b612fbb38b382f58e168c35f5f5dc289097765e1e127a26febb0fd6d748ef, '', 0, '?'),
(0x2a131e538b145ea03f7b75f36cd3385a, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Error/CannotPreloadImage.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Error/CannotPreloadImage.php', 1, 0x00000000000000000000000000000000, 0x9d6cfa8431c68bada7a5f168ab7e7304, 0xf1b6db2f0955ff5d6b08171823d4456e713dd15e43a087e3ea3257d73262bc47, '', 0, '?'),
(0x10bd1574f2856795716b77a88af147e1, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Error/CannotRemoveBoilerplate.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Error/CannotRemoveBoilerplate.php', 1, 0x00000000000000000000000000000000, 0xdcd131b62c534e0a6c57a6d7db8891db, 0x23713e2f8e50734a435d2ff8dea8b8f46b2cc24bbf264d8a770a5d0750a3bd51, '', 0, '?'),
(0x630f199eda33e1bcbfc212fde92015c3, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Error/DeprecatedTransformer.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Error/DeprecatedTransformer.php', 1, 0x00000000000000000000000000000000, 0x9678fdfa1fb61369e3578a2dfdf08960, 0x194a911025f992d0c2e2ace967f7293a8d833b575bfe03a8af5afe5e9f01b2eb, '', 0, '?'),
(0x38f3187902129e76893d50b0749b640a, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Error/ErrorProperties.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Error/ErrorProperties.php', 1, 0x00000000000000000000000000000000, 0x476c2c70db01648239154bae63bb1dbd, 0x91148ea373685f2925d0affa36dc097a6a809d2a89112c2bf76d64bc0ad67b13, '', 0, '?'),
(0x28ea3dab02d0f309b6bb7ca3adb37ee7, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Error/InvalidJson.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Error/InvalidJson.php', 1, 0x00000000000000000000000000000000, 0xf275ea6cde7deac66bcf7a207dcbacfb, 0x8d8d35be6061516d4e9c43f0f42d61b615559f8b3d200e2920a4347f64f87cc0, '', 0, '?'),
(0xe835dc0e75e662b161ba319d8f9f2e84, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Error/MissingPackage.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Error/MissingPackage.php', 1, 0x00000000000000000000000000000000, 0xf2acb7a3bfbc342a18f795483ff8f0df, 0x6c74f18caeb304441eb0fb1aff10499f8e254491e7b1b5235b8ac1d9bf2b3008, '', 0, '?'),
(0x51f0ac5a886a7561d924f87ffefce2a7, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Error/TooManyHeroImages.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Error/TooManyHeroImages.php', 1, 0x00000000000000000000000000000000, 0xdcd7b002dc6e0bf190edd137dede5098, 0x90e9d1f949dc99b9e63b142e6cfbe2cf19cd093c95537b2982afed4b126c81fc, '', 0, '?'),
(0xef6eb4cbc05abbfe05636549a68dda7e, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Error/UnknownError.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Error/UnknownError.php', 1, 0x00000000000000000000000000000000, 0x796b4323193a21e38adf15bfd9d5d12d, 0xba07cfba7e584aef5b8a1654388fe326d02c30215ddfd23f7b355d346bc400af, '', 0, '?'),
(0xef3f6a136866d007dca9ba447e563daf, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Error.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Error.php', 1, 0x00000000000000000000000000000000, 0xe624fa8a83e96fc45108a1d6c942fac4, 0xd62c76bf8edfda8e7e7c035b13485989e43c0218048533585bf0b139081f584b, '', 0, '?'),
(0x7192838b572bdabfe15623a3feb8ae08, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/ErrorCollection.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/ErrorCollection.php', 1, 0x00000000000000000000000000000000, 0xd814af697de50e71c68a88d0328dea6b, 0xc30763e0ae6d5891a266151da0e2bb59baee0e5bed50f678891e59f02768be93, '', 0, '?'),
(0x40be2408a10241823ba75a2d83faa406, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Exception/AmpOptimizerException.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Exception/AmpOptimizerException.php', 1, 0x00000000000000000000000000000000, 0xa86b0936634713c888c3396610eee196, 0x550d4918c755d59823015ea5d61a83b65b2ef48c035cf87ccc174c2530fdaf5a, '', 0, '?'),
(0x793411f8ca8df9d6bddb54ac36559bc5, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Exception/InvalidArgument.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Exception/InvalidArgument.php', 1, 0x00000000000000000000000000000000, 0xd466891380f9e2905831648eb7b9ea9e, 0xe5c6ee87334665d789ba5dcdb5922476a78d67143f5deb3159944fce5f0e9f23, '', 0, '?'),
(0x14811dfb2f109f4be348f5fb9b20b0ff, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Exception/InvalidConfiguration.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Exception/InvalidConfiguration.php', 1, 0x00000000000000000000000000000000, 0x24d8ddff45ec5115483697197fc7dd47, 0x2854b61aae32b0c87798f9821e5ace1fc86318dfdb1a5f30b063f59ec67be8bf, '', 0, '?'),
(0x128736d0197deac8668046d8ff3de578, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Exception/InvalidConfigurationKey.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Exception/InvalidConfigurationKey.php', 1, 0x00000000000000000000000000000000, 0x2dfab19ddb89546283e13ef9e6bf0cb6, 0x6b1c3352e89073a6f216af80ebff479f8fe7be40f9f3d22c3bd4381cce8508c6, '', 0, '?'),
(0xda0d9073962defb75c788b27aa0393f2, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Exception/InvalidConfigurationValue.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Exception/InvalidConfigurationValue.php', 1, 0x00000000000000000000000000000000, 0x3c9fddd39a787aa2893763ae2ca85311, 0xe66abc8ed144d4a8920076409715f2cafe4af047df56e8e616a1c0ab2d76582e, '', 0, '?'),
(0xca47b49c59e75347af4a5702d3589160, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Exception/InvalidHtmlAttribute.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Exception/InvalidHtmlAttribute.php', 1, 0x00000000000000000000000000000000, 0x98ae8e14fc5825476f3a553de06df083, 0x29c68d7cdb2e49645795e9ef90827bc9e805e3feb1e2ecff785d072d4deb958f, '', 0, '?'),
(0xe7e589a9b605e7e738207f8f96d35858, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Exception/UnknownConfigurationClass.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Exception/UnknownConfigurationClass.php', 1, 0x00000000000000000000000000000000, 0x9c3312725f6f01d267133d2c4c60bd4e, 0x1246d43b4e86b5f4edb0e701dc5f910fd7abe43bbbed6efc5753189a5f3e3381, '', 0, '?'),
(0x24f10c1177384ada4bc21ae9f75b8978, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Exception/UnknownConfigurationKey.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Exception/UnknownConfigurationKey.php', 1, 0x00000000000000000000000000000000, 0x42f44b3323c96a8be88ffc0439a1f3dd, 0x8b3d78fa0bbb9de379a7a7731c7524d824382b6f97a763b3ede0362e392856b5, '', 0, '?'),
(0xdfb547cc39712dee36866f8d0f792f19, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/HeroImage.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/HeroImage.php', 1, 0x00000000000000000000000000000000, 0x4e9afb3995df8607947e86e67922ab04, 0x30a17f0ea6323950c5c66263bd4efd626cf5dbe9b70b9a07013f543c8ca453d3, '', 0, '?'),
(0x45d5dc3b601927b11301fbe7aff4708f, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/ImageDimensions.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/ImageDimensions.php', 1, 0x00000000000000000000000000000000, 0xbf00f69a23d83cf3eb4825cdca83d6b5, 0x5f1abc631a2821d20e9cee67be80c63b91b7feee8cd26fc91c73ce6fd0b68574, '', 0, '?'),
(0xc3724cdceb6308b9a17694691968e947, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/LocalFallback.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/LocalFallback.php', 1, 0x00000000000000000000000000000000, 0xf5a6b860951d9818c0870f6a9511d22e, 0x04d6829517d7339ffa80a66c3f2977d29c4de8fc09b5a62401e5ece1805f464a, '', 0, '?'),
(0x79f475c9deee2740991576bb1754406c, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/TransformationEngine.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/TransformationEngine.php', 1, 0x00000000000000000000000000000000, 0x98a5cc6203f0845b7646c5c780c6c889, 0x6325c827d4f2e595c04c6052d1a8fd1990fdce64168f385e8fedd681c8738299, '', 0, '?'),
(0x0cf87d44303085eca16a508cad5dde09, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/AmpBoilerplate.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/AmpBoilerplate.php', 1, 0x00000000000000000000000000000000, 0x19fdc0055888bdf0ed40034a866d7bf0, 0x8498c71c193dd6a01967cff05605c7b0f84eb54f8fa732cddc082291c8f365ec, '', 0, '?'),
(0x790dce5923ca3e264971639f2eafbb4a, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/AmpBoilerplateErrorHandler.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/AmpBoilerplateErrorHandler.php', 1, 0x00000000000000000000000000000000, 0x188552ab657c67cc17db9941f480049a, 0x5f795f5e4086ff593e9f0280fcb8c26be941448b767a981aaa19a41305ae4a11, '', 0, '?'),
(0xd4fa4c7192bae6631ecfdf4e47f8e5cf, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/AmpRuntimeCss.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/AmpRuntimeCss.php', 1, 0x00000000000000000000000000000000, 0x9676556587a24b72dceebb356e4aa7e4, 0xcbc020d8f7acf42b556460f997b4e417d116fa4db70e54a32406ae50439f7b2f, '', 0, '?'),
(0x824946cdb25a4a0585a0b7b8b0810a0e, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/AmpRuntimePreloads.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/AmpRuntimePreloads.php', 1, 0x00000000000000000000000000000000, 0xd63c5e40a0c53d5438ef8f5697a4bf57, 0x1f3fcd633cf736d473d2ebcfccf0ce4f9952d9e975871b223f6d3a41a4844488, '', 0, '?'),
(0xe436afc6dd4d9881ec50bb6f4024deba, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/AmpStoryCssOptimizer.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/AmpStoryCssOptimizer.php', 1, 0x00000000000000000000000000000000, 0x379ebb2e3fab6863f136683c43a1e4ed, 0x70f17b36bf657e0ca72fd6f970a16f737523f322cb361a2d1bde08ebeaacc623, '', 0, '?'),
(0x9c42697067aebecb4c61c75e0c230216, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/AutoExtensions.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/AutoExtensions.php', 1, 0x00000000000000000000000000000000, 0xdbbde00ddef46a4816aa4cf26e735f8a, 0x4591a067f8101ec0bde97abaa7d03a6ded58fb31b95af2acdcaa97bc17a9f470, '', 0, '?'),
(0xf91e1369215db9acf5dea54cef09d59f, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/GoogleFontsPreconnect.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/GoogleFontsPreconnect.php', 1, 0x00000000000000000000000000000000, 0xf47f1223e827f7fb758984b183a5bbd4, 0xa32dc204988f18b9ba8bb76690c9f7d01d911664b22dfb98a4964f8f4631ca27, '', 0, '?'),
(0xce5d3dd5116491e5984226dff177bbde, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/MinifyHtml.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/MinifyHtml.php', 1, 0x00000000000000000000000000000000, 0xa827475e566e9183d78b338665c494e1, 0x62f38ffed95936c7df4dbd14f04f00838c569a40e76cc6c3a423b5ae1a8b2c3a, '', 0, '?'),
(0x45dba406bae7ea9a98033f8409cfdbff, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/OptimizeAmpBind.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/OptimizeAmpBind.php', 1, 0x00000000000000000000000000000000, 0x7cd3445d9336907c721bdc0e03bc255a, 0x6a9537e10650300763ebbe02350c5d9851b471de9748c074c19d0610c3d9032f, '', 0, '?'),
(0x643befb9b891f5ff50229f5f79e48336, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/OptimizeHeroImages.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/OptimizeHeroImages.php', 1, 0x00000000000000000000000000000000, 0xfae65a67c62e8773b307c10a34bbeb2e, 0xaa821e761d4e31c17a492f5c15001dca2a718bb09db5474497166e23de3da9e5, '', 0, '?'),
(0x6c63f703f51dc90e50ed43e05566cb7a, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/OptimizeViewport.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/OptimizeViewport.php', 1, 0x00000000000000000000000000000000, 0xdfbb7318439cd0ff82e287b30aa16248, 0x9bb33e756a5eaaa450d744c96560bce01024226712ddad6df25ae810d233c4e3, '', 0, '?'),
(0x610b4754d5d718aa7abc2f936b86fb60, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/PreloadHeroImage.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/PreloadHeroImage.php', 1, 0x00000000000000000000000000000000, 0x3be14b503c295b94686f73738a4c247c, 0x77cd78e647238d1d0fa7807449de6d4a1b93676217f43a3132bc63193acd1bdf, '', 0, '?'),
(0xce6b66ed14f7703563278237d69d3d01, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/ReorderHead.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/ReorderHead.php', 1, 0x00000000000000000000000000000000, 0x33dd1b8f5d646446b2a86412cad8f589, 0x1bd45e36c482a77e1f0c2a360bc4a68a7a72574d5f283c00e2c8dff254e435f2, '', 0, '?'),
(0x1103c0b18e5abb4cfda8e003e97e30b9, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/RewriteAmpUrls.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/RewriteAmpUrls.php', 1, 0x00000000000000000000000000000000, 0x638840df67eeb71527814c6376d29f35, 0x9769ccda80777326655886cd7085ac8651414888243cc1aa98b937ad2c438c4a, '', 0, '?'),
(0x0bbfa35a0ea8269a608c09f0da27cbed, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/ServerSideRendering.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/ServerSideRendering.php', 1, 0x00000000000000000000000000000000, 0xd74e6418e4b11e9042190cc91e4bbd22, 0x91de487f8078fa130c799cad3d79b4d239d85f15a21e33c5b711bb1c87df6c3b, '', 0, '?'),
(0x1d758332a5f3371f3303b189ae3ccdaf, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/TransformedIdentifier.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/TransformedIdentifier.php', 1, 0x00000000000000000000000000000000, 0x7501596fa091f01dfeda18241aa3b60e, 0x3ebb9b7e78006733d9a31efbb6e8762a3789a1433a34363dd3d903d0078ddd6b, '', 0, '?'),
(0xcf6238b95991b94787bec5cc9971680f, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer.php', 1, 0x00000000000000000000000000000000, 0x516794fbf5fca71ed766091a088f6a42, 0xa9b5a863777418920c0c71fa3dad095fa7fc15c99fc453141651bd822efd326b, '', 0, '?'),
(0x630ef8db7c1b1f28f08033544f8c7377, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/TransformerConfiguration.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/TransformerConfiguration.php', 1, 0x00000000000000000000000000000000, 0x711293d4a12114f09057d03f27fb3c53, 0x3228e466bc34a9e53b01b68c320ca4ac31509284cda51cba2807c07909531c5e, '', 0, '?'),
(0x7182f6876dd41c42802c17ceba4b02ee, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Protocol.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Protocol.php', 1, 0x00000000000000000000000000000000, 0x3905d407cba62d760e653ad41c2b79a7, 0xbbd982fbb05d5442be92b2767cc90a595080416fffcf8070fbfc0d4aa2d67766, '', 0, '?'),
(0xdf84bcc287a8a326b6539e4ccc38edf6, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/RemoteGetRequest.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/RemoteGetRequest.php', 1, 0x00000000000000000000000000000000, 0xeb5d2c8dfba8c145313c6a6788e307e7, 0x081eab10191d3232933055fa851d4e8a556cf7b637facb356ab5c872051418c0, '', 0, '?'),
(0x4ef830cbad4765a31447ad0519189b43, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/RemoteRequest/CurlRemoteGetRequest.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/RemoteRequest/CurlRemoteGetRequest.php', 1, 0x00000000000000000000000000000000, 0x4a960b3278f8b12e1a81beebe823c67d, 0x6297d262627f9b94557b047149f9acdb0cb6be51789f6e7c3a805436ae937270, '', 0, '?'),
(0x948f84318f42067a48e79298743d9ee6, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/RemoteRequest/FallbackRemoteGetRequest.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/RemoteRequest/FallbackRemoteGetRequest.php', 1, 0x00000000000000000000000000000000, 0x5f2df4206ddc5d38abf06f60a652775a, 0x78996f8676af19c7e48c2fc1d0a9d3c3d1ec823d0a3561903ccc16ac3a98aefe, '', 0, '?'),
(0x186f858c8faa0820ff369e34b551de99, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/RemoteRequest/FilesystemRemoteGetRequest.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/RemoteRequest/FilesystemRemoteGetRequest.php', 1, 0x00000000000000000000000000000000, 0x31269d884c1b14f1cfa351bb874aab04, 0x81f3e8f9b66b4f8cfca016bca85e7f03a4a069f218fa1fdaf933c85097041ccd, '', 0, '?'),
(0x8a3d6c5bae369f35901d551c3c4d504f, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/RemoteRequest/RemoteGetRequestResponse.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/RemoteRequest/RemoteGetRequestResponse.php', 1, 0x00000000000000000000000000000000, 0x8b543ae4bc2138ae66cfa0289c9c96bb, 0x9fb1a97d872c4ecbf23517061e9c394e62284d500413db5ee4dad2ba10715536, '', 0, '?'),
(0x32c25b8e3e42624c06f2197bac33efc6, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/RemoteRequest/StubbedRemoteGetRequest.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/RemoteRequest/StubbedRemoteGetRequest.php', 1, 0x00000000000000000000000000000000, 0xf41619e997711c6de5430c3ed0993f67, 0x21177d7af245efb1454fbb425dfa80b6b07d3ba450d7686ae07b4dfbfb58481d, '', 0, '?'),
(0x5add157e536664398dccc4b823036cca, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/RemoteRequest/TemporaryFileCachedRemoteGetRequest.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/RemoteRequest/TemporaryFileCachedRemoteGetRequest.php', 1, 0x00000000000000000000000000000000, 0x4c88102bbb1ed5357825205e147cd634, 0x9d4d692ab2ec5542b1d35af28661b4d4e3e2f0ee04cc633fb1838d9db6bd1e89, '', 0, '?'),
(0x7af4f4c08dd2be9598514acfd1f4b651, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Response.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Response.php', 1, 0x00000000000000000000000000000000, 0x02fff4f19d5272355b161ea0cf3cfb70, 0xf7367dbf800338fcdfde7f0d98c55607e233c54059aa8f70a70175e8b86356df, '', 0, '?'),
(0x5e7f19ab98f4f7f3afe3a43316cae628, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/RuntimeVersion.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/RuntimeVersion.php', 1, 0x00000000000000000000000000000000, 0x6112e3afb2a268c85bd78fded3af5f2f, 0xd62d9c4480557b54453f7dff018c7ce04f7a5070b9bc90f03d3352f741ac34de, '', 0, '?'),
(0x7b7a428ec283ed49c2808b5ce962d0a5, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/ScriptReleaseVersion.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/ScriptReleaseVersion.php', 1, 0x00000000000000000000000000000000, 0x34be3077392db5b95bbab906f38ca5aa, 0x912f76ec8e5dc74f6ac65f56969bbb21f2b2192dc0c5273610c6f1f19fe7e168, '', 0, '?'),
(0xa2f3b2db76bea457c9de52fbb5056eb7, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Str.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Str.php', 1, 0x00000000000000000000000000000000, 0xabf478ccbcdf55365c8fa5f2dde90e6e, 0xf4ae1bcd48593dbc83fc61962511f84bb7e5b0262eb73899ab7c1ad94be3661b, '', 0, '?'),
(0xa176bd715699a0598a6046f157ddcace, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Url.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Url.php', 1, 0x00000000000000000000000000000000, 0x2e2714829cfd301a87dd08b16054ee97, 0xde1cb951b1e87a40dfcceef6ffc41dd3c507f9e192a8eb911c28c5aa9bf0fc60, '', 0, '?'),
(0xae6aa61a8078eebe1791c023125e7f8d, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Context.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Context.php', 1, 0x00000000000000000000000000000000, 0x9c7dbeb70a772bebe18bdafd1b30d822, 0xa9dffaa560f38815a798b7abf2e31723e5ff04928290ca2f760ebb409b7687df, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xa1f79252ad43be4812f95c3739b7ae44, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/ErrorCode.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/ErrorCode.php', 1, 0x00000000000000000000000000000000, 0x3584279b68335faa5d0a032673e9574c, 0xf8ca5688ae36b99143fa10e3a9a94529f34a596d6b90ebf86c23d04b29fe3d8d, '', 0, '?'),
(0x6de9c50b49207a4b01e92587d99e0961, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/ExtensionsContext.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/ExtensionsContext.php', 1, 0x00000000000000000000000000000000, 0x5926eafa9ae21b52d094393188367701, 0xe51b32020b4d8dd83b324b0d1a666403bcd73ed7d2caa1f2932aba8b00226e2b, '', 0, '?'),
(0x10560b084d804fec503e4b70f612d4f4, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/FilePosition.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/FilePosition.php', 1, 0x00000000000000000000000000000000, 0x783fb42ecb7f135768a653c06acbe2a4, 0x23064121f09404f3496c167c24cc4c94b17c2fb863881bf137d95af286028fa9, '', 0, '?'),
(0xe3053cc3e13d3cbfcd391e956017b62a, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AggregateTag.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AggregateTag.php', 1, 0x00000000000000000000000000000000, 0x50d7b69e3bf7a733f688d31fab0ad8d1, 0x779cbc074764354f0bae0a3ee3bd3456cc015bc235aaf6c39071ee1f92a8209b, '', 0, '?'),
(0x204991415df0e94c3a7a6f1add166dd7, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AggregateTagWithExtensionSpec.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AggregateTagWithExtensionSpec.php', 1, 0x00000000000000000000000000000000, 0x861393bc7392ee0f0d842e43cf710eed, 0xa88bfe200e454fed47107cb0141ad6cb13f2ac11ec4270f621e4e147c09315b6, '', 0, '?'),
(0x60d7e55f02d6d2dc6675d8e9b46d57a7, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpAudioCommon.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpAudioCommon.php', 1, 0x00000000000000000000000000000000, 0xe0fbcbc8f2c1fe9e553e7d733f8ecd61, 0x527427f7d80bab50cf6475cbda177f2f8708b1e68b548ae93831db1348e77049, '', 0, '?'),
(0x1e024836b71c44a9450aabe34e1641c0, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpBaseCarouselCommon.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpBaseCarouselCommon.php', 1, 0x00000000000000000000000000000000, 0x95c15f1217a5f7267b4c9e7d19bc956c, 0xe37f78928b53f6da2ec094cb8e5dfcf070e5da03f84564970dd4c23e9df39135, '', 0, '?'),
(0xa0d6db3d56444d92fb257a0cb6bb7f75, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpCarouselCommon.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpCarouselCommon.php', 1, 0x00000000000000000000000000000000, 0xe34ed0ad4199687c2d7f335378a9fde0, 0xdc5d820f85ba0daae58bde3562e356f38e24e8a8810c7ce1588e2a152e4a7561, '', 0, '?'),
(0xb4155cfa1f09c235540332bca5748ad9, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpDatePickerCommonAttributes.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpDatePickerCommonAttributes.php', 1, 0x00000000000000000000000000000000, 0x96a232a759adf9b168f34607381d069c, 0x1411a3528198437ae1d61582d156336ea66cbfbc28b21c0a69ad37fb3dcb1990, '', 0, '?'),
(0x007d9657bfd38a48437b5feeb946efdb, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpDatePickerOverlayModeAttributes.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpDatePickerOverlayModeAttributes.php', 1, 0x00000000000000000000000000000000, 0x94cf45a32520cf63450899e9ffb8fab6, 0x95a1cd3a77d5a96c483f102e3bca86176d0546b56cda65d97132214ec9ee3645, '', 0, '?'),
(0x4eef79261b20f26fb5728d7a67e90664, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpDatePickerRangeTypeAttributes.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpDatePickerRangeTypeAttributes.php', 1, 0x00000000000000000000000000000000, 0x40f00cb6d22d331543d52e39399b5ec6, 0x258821f76051ea88d3cdcfcf2b390ca77b3235ba0585d35c69dca75dd9af290e, '', 0, '?'),
(0x8e0ca7296a16ca74bbbcd4fc3dfaebc2, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpDatePickerSingleTypeAttributes.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpDatePickerSingleTypeAttributes.php', 1, 0x00000000000000000000000000000000, 0x1f8bbb0ef5d03c256df2ca71da2c41d6, 0xd4113a673f3fadbcaa28216f7ca62508da4be3b7cf368ea5ee6a4e91bfda016b, '', 0, '?'),
(0xdcff0393a0f6955d3eb75df4b53705d4, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpDatePickerStaticModeAttributes.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpDatePickerStaticModeAttributes.php', 1, 0x00000000000000000000000000000000, 0xaf58a91163148bca96e1ce03585f37a0, 0xd48dfd1f512fc9be64ed133dbd225e28ce8659197cae5ab174b7ed1406ab717e, '', 0, '?'),
(0xb47f46c5456711ab8c2986d803dc1a8b, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpFacebook.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpFacebook.php', 1, 0x00000000000000000000000000000000, 0xc0cf2a8639860109f80de20bfa4e75cd, 0x97f71fd8464cdf0c5bc9bd46676f2966383e47785f6459b45aa87519cb70c95a, '', 0, '?'),
(0x584a7d32112fb6fc39464984ac66c5d7, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpFacebookStrict.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpFacebookStrict.php', 1, 0x00000000000000000000000000000000, 0x094ab41c47f86017c64e6e82b550a9c8, 0x4ed25123bda93ad523628dcefb3ecf2fe55067bfad3b782452f9f76a653daf88, '', 0, '?'),
(0x3939a983ded5045e4f6cc89c58d16851, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpInputmaskCommonAttr.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpInputmaskCommonAttr.php', 1, 0x00000000000000000000000000000000, 0x97a9c655108b725023effd9c6d170678, 0x0627fd7ae8e44be7ddb206e131c8958ba72c9a78395adef1c75e6ae0024e36f1, '', 0, '?'),
(0x6cdca4474ead56bca8db386e8409b632, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpLayoutAttrs.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpLayoutAttrs.php', 1, 0x00000000000000000000000000000000, 0x28c2a995f1e8dd9e870527c623f57644, 0x3cae09673552bffafcbc04d8432bff0d1d282ebfd9c3d2d869a6f33bdabf2275, '', 0, '?'),
(0xd6995c2b4a75108bbc3b19af07520da1, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpMegaphoneCommon.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpMegaphoneCommon.php', 1, 0x00000000000000000000000000000000, 0x35078efbd5a5fab9c77fa812b97cee22, 0xd2bff8c6d8176ddc60ecf207b70e32abbd3236546973689d65456474393d0518, '', 0, '?'),
(0x6de8235e56a0198ea38e7af8afaff2ce, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpNestedMenuActions.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpNestedMenuActions.php', 1, 0x00000000000000000000000000000000, 0xea946e4ef32c491becbb5eb05a785240, 0x5ba703f2a0b6c89f4999c8902133497a511651cbbef703c2bb2f1e4cbcca3237, '', 0, '?'),
(0x1c91e527a83e372c0e4e4f8e557aba39, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpStreamGalleryCommon.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpStreamGalleryCommon.php', 1, 0x00000000000000000000000000000000, 0x9d0b279fe5e73c6bfc6d21063874d47b, 0x5284cdbb760c5f8e01504f7564e31fc3ccf168b0ea9de6972433b8e99bc3e2e1, '', 0, '?'),
(0xfcbcfbe31b8b1995721ce49ff62e45d4, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpVideoCommon.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpVideoCommon.php', 1, 0x00000000000000000000000000000000, 0x5b3f5cf31844cd28899bd9888c84cab9, 0x3df0c30c181552521353b7f8fbb777c2a451a053d5aaf359123f3137244d4032, '', 0, '?'),
(0x6bfe89e0e17cef038b5bb0ff7f09271a, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpVideoIframeCommon.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpVideoIframeCommon.php', 1, 0x00000000000000000000000000000000, 0x3120c19f511585280eff3f019cdb1a7d, 0xf45b714cbd5d93d99ccfa50dbea564412b2b79e025d9cf2a0fb3eba494ea684e, '', 0, '?'),
(0x54490c819f038c5e26a312ab6718beb5, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmphtmlEngineAttrs.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmphtmlEngineAttrs.php', 1, 0x00000000000000000000000000000000, 0x1e6ac491992e7e22edc7fad6fefc40a0, 0xdcd79d6ca0f386db69a5e37bca98caaeb5efefc5638c8445ae1004ec75809f74, '', 0, '?'),
(0xa1376ca26779b1db56adadbc03dbc16c, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmphtmlModuleEngineAttrs.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmphtmlModuleEngineAttrs.php', 1, 0x00000000000000000000000000000000, 0xb6c1b7bf43e96c3b2494c261a07831ac, 0x5f0fbac0c8705467efc395fcab54ea0184769e6bacf4c3b4538b44cf1d618c9a, '', 0, '?'),
(0xb9f74007cac67c07b8e50467d8289c8b, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmphtmlNomoduleEngineAttrs.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmphtmlNomoduleEngineAttrs.php', 1, 0x00000000000000000000000000000000, 0x8513219696cdcb0f5bab4183688a404f, 0x2f2d3c29c8ce24cfea7390e4a4553d8ddd8aa1088836cc0ae579c7700061a6d8, '', 0, '?'),
(0xa1cb614648a908148eef6d2f0d4e36b1, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/CiteAttr.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/CiteAttr.php', 1, 0x00000000000000000000000000000000, 0xd4c57b6fd71a46ab54d809f03b0f1838, 0x60a79d31188046a0efb1f9037f6299d3ee67fad125dd0a945617fdc5e511702f, '', 0, '?'),
(0xb8b160aca36220ec5707d972e10c2b00, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/ClickAttributions.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/ClickAttributions.php', 1, 0x00000000000000000000000000000000, 0x3edbe576b96d888d12c9b2cd8ec5fbc1, 0x0f822d3c36513554c862a7f7b5cf6ea52db008135687e26137adc8d87f4627c7, '', 0, '?'),
(0xc6b553fa7f1735f389e8fbc499b94eb0, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/CommonExtensionAttrs.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/CommonExtensionAttrs.php', 1, 0x00000000000000000000000000000000, 0x5f64e8687f43c0dafee1f6b9bf0c939d, 0xf74286ad2e6c7d70bbf05e6de85096a03761d9ec69f7e06f465586db5e190f11, '', 0, '?'),
(0x01458ee50d01638147a9fc1571ed1b52, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/CommonLinkAttrs.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/CommonLinkAttrs.php', 1, 0x00000000000000000000000000000000, 0xa6fa1fe2c764d49c0941896565025d34, 0x3e0c4a0706476449aa7336b4e87afc0845e71be74ab72940354358a00e755e2b, '', 0, '?'),
(0x39ab1bd5fda871d1b6726c61a699926a, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/ExtendedAmpGlobal.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/ExtendedAmpGlobal.php', 1, 0x00000000000000000000000000000000, 0x77247b42e12a3a888c5ddf3975991be0, 0x08fc6ffddddaee23c47db0a52dd028d216921602c2d88c049bb00b1de32c5f2e, '', 0, '?'),
(0xc8666d8634ad389d45e992ac5033fd19, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/FormNameAttr.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/FormNameAttr.php', 1, 0x00000000000000000000000000000000, 0x089a035d2653ba6fc91575eb535b5eb3, 0x38cdb244bb27619cbbb16b2e0b04f35e0b30ffb1d086a4f1f7b7e17509e8d2ad, '', 0, '?'),
(0xd1afde02f1fdf47a7dfd36c271aff20d, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/GlobalAttrs.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/GlobalAttrs.php', 1, 0x00000000000000000000000000000000, 0x14ca8cd2b22a74418482822ab1c9ac72, 0x5365812697095d5e1547035135b0a607107422fe0dfd8dd63eaa9e98efdf351c, '', 0, '?'),
(0xb655b0147a8cb72c2afe366e3e6b39f8, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/ImgAttrs.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/ImgAttrs.php', 1, 0x00000000000000000000000000000000, 0xecf13143ea907328d02f791c21e17b05, 0xdb1bf4d3651f73d975abd43389d0d219d6c206e9e2cba910f772ca4ef8300bc7, '', 0, '?'),
(0x0f66ff600f57186a3dc231bb6af3e210, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/InputCommonAttr.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/InputCommonAttr.php', 1, 0x00000000000000000000000000000000, 0xe9791c49da30c337882666f0fb6d0c20, 0x87a69f2a8e50a7fd0e2a833aaa946bfd53e1f43350537ea6ba64427d6e8ab089, '', 0, '?'),
(0xff74d10d202969e42c0104b241e532fe, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/InteractiveOptionsConfettiAttrs.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/InteractiveOptionsConfettiAttrs.php', 1, 0x00000000000000000000000000000000, 0x46417e24e43ccbaa84d7d21d17217799, 0x0220f7e8bb819059c11562f2a757ba0a1966f4ec8b9ece02b17936c5a3fb41c3, '', 0, '?'),
(0xbcbc7439dedb2cdf9b44a459d021faa2, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/InteractiveOptionsImgAttrs.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/InteractiveOptionsImgAttrs.php', 1, 0x00000000000000000000000000000000, 0xfbc407fcea4b0f80bb512b0d8b0d40f3, 0xe16f8aeeec3a58bd916b67392140e238dcf9744716f648389bd0fd14456b2ab5, '', 0, '?'),
(0x48e9ab97c10b31bc2391831195a3fd2f, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/InteractiveOptionsResultsCategoryAttrs.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/InteractiveOptionsResultsCategoryAttrs.php', 1, 0x00000000000000000000000000000000, 0x3cadfe6002d3a6a2a196c8117541d0d7, 0xe6374198c52035be980f51e9a2f3cf72022c0bd06b5fa81c3270642baee35ba6, '', 0, '?'),
(0x36fc71efa245494fcf891df99c369e77, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/InteractiveOptionsTextAttrs.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/InteractiveOptionsTextAttrs.php', 1, 0x00000000000000000000000000000000, 0xd463bcd526bb0ce057fd5ad516aa9cbd, 0x5e2b6d3931a1d4c2cd62141828f282d9c2c1f3b10434a9228edbbe5ede61abf6, '', 0, '?'),
(0xec3d87d0f3ad1ce1abed1119272179fe, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/InteractiveSharedConfigsAttrs.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/InteractiveSharedConfigsAttrs.php', 1, 0x00000000000000000000000000000000, 0x46fa0169eb15078553d335325dd97b31, 0xb0e2555323c290032832891dc10af9839a9b5f9305b3ca858cbfef573636646c, '', 0, '?'),
(0x24c9029600dc9b79d135b667d4d74c2a, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/LightboxableElements.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/LightboxableElements.php', 1, 0x00000000000000000000000000000000, 0x1561ee884fefc6d329b486936e62d67d, 0x8ac5215f04fa98152ea12426c7a091e5cf04a64cba72c726aab8ba23947b8fe3, '', 0, '?'),
(0xd1f52ceafaa1cd1f6445541554dc7cf6, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/MandatoryIdAttr.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/MandatoryIdAttr.php', 1, 0x00000000000000000000000000000000, 0x86a4e002b2e26d1e435e26af878a20f6, 0x8302398f166b565a3e24a6c6ecd8d77b8a1472a8bc6c4c7062d6c9ed3b6ec233, '', 0, '?'),
(0x0eba9dc94d011f90dfeea2c2075c5949, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/MandatoryNameAttr.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/MandatoryNameAttr.php', 1, 0x00000000000000000000000000000000, 0x444200f4852008e25432d4efdf960d4b, 0x0da41f540cc9418c5229490c0f9f86a9a9f5e65b6a6e1b20b10c131ba105010f, '', 0, '?'),
(0xbccb86f0f1b2a3c52e2dba529ce7eff9, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/MandatorySrcAmp4email.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/MandatorySrcAmp4email.php', 1, 0x00000000000000000000000000000000, 0x2224ea542432870af05e1e33a8e026af, 0x15537499029a5281f724f39ee237a3603c9ec09268a0cd09633825f1199109a6, '', 0, '?'),
(0x22fd3ac25cdf1b8e4de8c8c6ff25a075, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/MandatorySrcOrSrcset.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/MandatorySrcOrSrcset.php', 1, 0x00000000000000000000000000000000, 0xd8a3b0905c318a820ac7f2388a93e310, 0x8f7f638aef4ab4c899390011037ba6516b7d9e8b0068efec6736bfc2acd76b63, '', 0, '?'),
(0x8ba2ffa765f61103566d4e196fa13fb4, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/NameAttr.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/NameAttr.php', 1, 0x00000000000000000000000000000000, 0x521fcc31c752e291f3f90709afb7b7c8, 0xf3c8e818c714cce7ab858111d45dc6ba8e76ba21804b83acc0b817fae645441c, '', 0, '?'),
(0x3382802af8421a4863d9df4c7f35e83a, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/NonceAttr.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/NonceAttr.php', 1, 0x00000000000000000000000000000000, 0x5f684a6d926aa53cbe6910672fe672c3, 0xa92b542976c7222ad2cceae3b36fc7b79697ed44065fc88a1ab490eafe012c83, '', 0, '?'),
(0x8f44a1f039d6583f5a5676559562ae03, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/OptionalSrcAmp4email.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/OptionalSrcAmp4email.php', 1, 0x00000000000000000000000000000000, 0x32d4be4b0aaa0c238a21bcbb5c78ec4e, 0x138e510e75bbc3d1a34a38d8e44e4017e0bf98f011c2e4a3bb57a786d3a397b1, '', 0, '?'),
(0x701fa7026e0fbe7511e0f5780c5b6c2b, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/PooolAccessAttrs.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/PooolAccessAttrs.php', 1, 0x00000000000000000000000000000000, 0x7a7799edef3715bea29f8b8a17f0365b, 0x0313bc62f8c1ef2ce25b49af2e4af72f7361df21a75bda4dfd85da1f1dc39e5c, '', 0, '?'),
(0x130a75e1b62fc79214d08ed9250579a7, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/PrivateClickMeasurementAttributes.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/PrivateClickMeasurementAttributes.php', 1, 0x00000000000000000000000000000000, 0xeafa8493f054a9fe670e8e753251e760, 0x3249e6b7ad97e4b3de1338c989e74795cc901ccb705c11bd4fed4e384cbdcb63, '', 0, '?'),
(0xcb352e193f2018a0ab7050a064b3a04b, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/SvgConditionalProcessingAttributes.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/SvgConditionalProcessingAttributes.php', 1, 0x00000000000000000000000000000000, 0x4a25c7de65b887d4d0c9950fc9091375, 0xf2e1db98cbbd0787d22b41c2c3a2155748ef21f956063327c428dfb1aea370d8, '', 0, '?'),
(0xa4990a5cea3526827a2439d543884154, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/SvgCoreAttributes.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/SvgCoreAttributes.php', 1, 0x00000000000000000000000000000000, 0x95f6acb83a5748c17f57393acf1cf01b, 0xced499812a9498e18837efe031af34e7551ff7b2e46435255d2b5dbc7c4f63cb, '', 0, '?'),
(0x42478f390064756c50f28fb0cf934a8b, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/SvgFilterPrimitiveAttributes.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/SvgFilterPrimitiveAttributes.php', 1, 0x00000000000000000000000000000000, 0xe21eb86e8a5dc3feb7d79be6774dd0cc, 0x4b88b0ebf1b5f841218e8746397f7dbbb54f6a2cce079c30b8f1f21bab9f418a, '', 0, '?'),
(0xf1aeb6ea3e59b751c89433d18dd6e666, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/SvgPresentationAttributes.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/SvgPresentationAttributes.php', 1, 0x00000000000000000000000000000000, 0xf7c4becab9de5fa10e6b29962c9a11ed, 0x758ba1e767fcef512b21b10b772dee2e081793db409de8ce22d1da46add61268, '', 0, '?'),
(0xa4d8ea3289a616314eaeb1efc53a191e, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/SvgStyleAttr.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/SvgStyleAttr.php', 1, 0x00000000000000000000000000000000, 0xe4fb1fc51721e33b58ccb2cabb2329f3, 0x027df96cc80d9f2decf41ec0f2f8bfb6f821a4a0ff8919c799f7c13143fe9b06, '', 0, '?'),
(0x3fb3055b77835d7f0c6d3838ba4bbb3c, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/SvgTransferFunctionAttributes.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/SvgTransferFunctionAttributes.php', 1, 0x00000000000000000000000000000000, 0x253af0414f36d53fef515ed6e6eef6c1, 0xcf53e4da7d9784634b33a5df8c6d979d2ee279805cccb83ecb7199c3d86226c8, '', 0, '?'),
(0x721a23821ea029251fa87973720e51d8, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/SvgXlinkAttributes.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/SvgXlinkAttributes.php', 1, 0x00000000000000000000000000000000, 0x953e7bde1b1326965c26e829088172dd, 0x976ce0b3c2d9e1c4f53647306150ac675b6fa9e19471339ed508ccbbf8e378ef, '', 0, '?'),
(0x289eb4ec97afee886705e13833527528, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/TrackAttrsNoSubtitles.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/TrackAttrsNoSubtitles.php', 1, 0x00000000000000000000000000000000, 0xd8af12455950da3422e3263500624942, 0xe2f33b0d946cb382c03d575706e8f8fd40aaf4a7e322059bbcdfcbc60ac028f3, '', 0, '?'),
(0xcffc908211cc7685b4d1be2c802f095d, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/TrackAttrsSubtitles.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/TrackAttrsSubtitles.php', 1, 0x00000000000000000000000000000000, 0x43acc75f53a2e2f6436ce3e39a8a654c, 0x887f836e35feff95181a8d4a8de32d3c0939aba2b7d7e482017e65de2d8b7ee2, '', 0, '?'),
(0xffd7c306d794a363f219dcb6e92f3608, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList.php', 1, 0x00000000000000000000000000000000, 0x6a5a5507a67a0878d104945a4d1cf61b, 0x22c1532dba878521850b3eb6280aed7b9466ff0dee1d80de49a5d4505cd3aca9, '', 0, '?'),
(0x1caa15d8b6bffa3cb4a0c93a29baf7de, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/CssRuleset/Amp4ads.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/CssRuleset/Amp4ads.php', 1, 0x00000000000000000000000000000000, 0xd0a6b1a09be93f319dcdbcf453f6cd49, 0x37951900f9236ea42847b9728254bf7087578a73b25271e5f50c86646197fad4, '', 0, '?'),
(0x445b3e5f6109a9deaa3cfc006989e6b7, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/CssRuleset/Amp4emailDataCssStrict.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/CssRuleset/Amp4emailDataCssStrict.php', 1, 0x00000000000000000000000000000000, 0x8325d5f2698b6e12e4f350cf9bf51d82, 0x7c0b0847c5a8344a0e122e0005e12e0b7bcd5a9e4b0b94dfa37a547b2fe18e8e, '', 0, '?'),
(0x8d317c5238096f632aeeb6596e092759, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/CssRuleset/Amp4emailNoDataCssStrict.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/CssRuleset/Amp4emailNoDataCssStrict.php', 1, 0x00000000000000000000000000000000, 0x7a9c8d5a71de81174817bbff2a419fd2, 0xb95ed699b50ffb34ea2f005dfcbe4265847dea479d892b1abddf1e76dc6ab29a, '', 0, '?'),
(0x2feae0e2b8ffbbae79a19d52896ee17b, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/CssRuleset/AmpNoTransformed.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/CssRuleset/AmpNoTransformed.php', 1, 0x00000000000000000000000000000000, 0x3a5ad1b7401cc6967741f238ea0d0a49, 0x15bfb4ee9f58abdc3b18ae266786b2268a39997c50ee5104380ddc755a727f4e, '', 0, '?'),
(0x0daeafecd2496e6c47646a1320d8cdc8, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/CssRuleset/AmpTransformed.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/CssRuleset/AmpTransformed.php', 1, 0x00000000000000000000000000000000, 0x8cce93b900ab022fb7c3dab6ef364756, 0xf546b85858b7d2bfe4d640d1180e2db7864fe2a374e5735f080a955f7a5de0ca, '', 0, '?'),
(0x2f8bfceb9555bb700c7fdea0a928eefb, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/CssRuleset.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/CssRuleset.php', 1, 0x00000000000000000000000000000000, 0x1e5f47045195259e83dfc930dbb2caa1, 0xb6433ff746ae315e94e5baf2beaf73e0a5016d0ae02235c261fd5cd630198457, '', 0, '?'),
(0xe0490223c14115dcc93b8f00078b34a9, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/DeclarationList/BasicDeclarations.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/DeclarationList/BasicDeclarations.php', 1, 0x00000000000000000000000000000000, 0x149d223c8e17b40e8062704c9e06f3b7, 0x25150c09978893bb10a96b9bf794bc4cae5c8c00b2c1f0c9c91a7255918ad61f, '', 0, '?'),
(0x877f2e045cb2d7cb50c0de3a5044ac40, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/DeclarationList/EmailSpecificDeclarations.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/DeclarationList/EmailSpecificDeclarations.php', 1, 0x00000000000000000000000000000000, 0xbebf8bf911a96c178db2f6880245452e, 0xa4f9efc66513f9e72ea99b660ac146cd54c3f658b498fea5d27a89c028d9970f, '', 0, '?'),
(0xfed1ff37ba3a44b139d30ca09a819b5a, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/DeclarationList/SvgBasicDeclarations.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/DeclarationList/SvgBasicDeclarations.php', 1, 0x00000000000000000000000000000000, 0x509c217701ca7acb23c78d01cc071097, 0xcc0fca9b347bcd35b8d05fcb36401c23bfa9aa5abbbfb3357e3fbce86625e429, '', 0, '?'),
(0xa7039627783de53398e2b0d9d7e61dd9, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/DeclarationList.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/DeclarationList.php', 1, 0x00000000000000000000000000000000, 0xa313254fbd4cdd0fdf063bf178f06c88, 0xbaed33f8274fe99910378f3c27789ff748ac0e2acfd580b80fceb9497ab5f9e7, '', 0, '?'),
(0x20c521adf269f258e4a4475e28c6d20c, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/DescendantTagList/AmpMegaMenuAllowedDescendants.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/DescendantTagList/AmpMegaMenuAllowedDescendants.php', 1, 0x00000000000000000000000000000000, 0x63e3e40a9b63eabb4cf3aa22b96c4da1, 0x8adef6b7456453383a2bf8e67caaebc4a22809d4b51780b770161efd55884149, '', 0, '?'),
(0x4922d7e3f4c8ee7470aff2986445bad7, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/DescendantTagList/AmpNestedMenuAllowedDescendants.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/DescendantTagList/AmpNestedMenuAllowedDescendants.php', 1, 0x00000000000000000000000000000000, 0x4b60a54341705ec265ac58e8ae4a903f, 0x52bd4805ac70cd4b336c76100f5b8b09cdae182234e2ab2a13c651a964bd6a7c, '', 0, '?'),
(0x4915862c8c17eb9874406a3bf282e7b3, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/DescendantTagList/AmpStoryBookendAllowedDescendants.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/DescendantTagList/AmpStoryBookendAllowedDescendants.php', 1, 0x00000000000000000000000000000000, 0x1cdbdf3887a8bf0c922bdb5d4579a797, 0x5c462b86563fc308a3d475c1925cadf2dd6faf969d9afe1e7bc7afe7bfb248bb, '', 0, '?'),
(0xc7892578f24311f2d6a67ed6856a8b8b, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/DescendantTagList/AmpStoryCtaLayerAllowedDescendants.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/DescendantTagList/AmpStoryCtaLayerAllowedDescendants.php', 1, 0x00000000000000000000000000000000, 0xb792a9c574ffbec6f32bb480022860eb, 0xe594aa885bc5331a40b93979ff2701507f63aa36cf6631e77476d8e71f849bda, '', 0, '?'),
(0xaea6af7b2f2846c58c1e592d7404e900, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/DescendantTagList/AmpStoryGridLayerAllowedDescendants.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/DescendantTagList/AmpStoryGridLayerAllowedDescendants.php', 1, 0x00000000000000000000000000000000, 0x7fb0a16417447a546cb565c36f9a7c68, 0x4f6d305c9bc5af29ff2b3df2e1623e2b9c14d0ce698c03e4cb04d5b16fb455ae, '', 0, '?'),
(0x9fa6deed396bf7c5ed5ebc21eb22fe17, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/DescendantTagList/AmpStoryPageAttachmentAllowedDescendants.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/DescendantTagList/AmpStoryPageAttachmentAllowedDescendants.php', 1, 0x00000000000000000000000000000000, 0x7d0d152bf7dedcf7fa13dda4a33cf5d0, 0x9205bb8733da08e8cb4714c7284761749b7bef4f9e4623978e3cb27b9a00f193, '', 0, '?'),
(0x1c312aa67b2f326c436dfa13af4a85f0, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/DescendantTagList/AmpStoryPlayerAllowedDescendants.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/DescendantTagList/AmpStoryPlayerAllowedDescendants.php', 1, 0x00000000000000000000000000000000, 0x0fb66e7a6957683fd0a327f9efc7e26b, 0xec38722af3d280fa22d754d0719b6d858c1eb97aea1bc745e500d71c55c91bba, '', 0, '?'),
(0xd10be9ac1ddaf78271a00438d3f5aec5, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/DescendantTagList/AmpStorySocialShareAllowedDescendants.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/DescendantTagList/AmpStorySocialShareAllowedDescendants.php', 1, 0x00000000000000000000000000000000, 0x1aacd55bf4822498e32387028950f715, 0x95c4ac3d4062e4b50e8edf9091eb35c289cdb3dead50adc403a339001f5e1651, '', 0, '?'),
(0x7ebddc8f622ef2a0ca2fd37ea0895b4b, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/DescendantTagList.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/DescendantTagList.php', 1, 0x00000000000000000000000000000000, 0x04f43a4d2e47fbc0e274c75cc2a53235, 0x509830ceefee406c0061af8b04a5de7ad10230d29553f4a0d84d3f5819e19054, '', 0, '?'),
(0x4737d53bd991f7aafaef24a38c544c47, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/DocRuleset/Amp4email.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/DocRuleset/Amp4email.php', 1, 0x00000000000000000000000000000000, 0x0a8e812ae3a3243deafe943296c06092, 0xd2b12371775db7f3771e1bd1755a9a8a6314b0e5389c4d018550a8b406c25492, '', 0, '?'),
(0xdb272a0f5698f485eba5836321b5f33f, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/DocRuleset.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/DocRuleset.php', 1, 0x00000000000000000000000000000000, 0x358e717260f8355b006b4cb91e54b64a, 0x2a1864642529e597fa0ecb06475a5748afc78ea65b537dbed28875f8898bde73, '', 0, '?'),
(0xf20dbf668c1f4fc6cc12aafdd2af9f64, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/AmpEmailMissingStrictCssAttr.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/AmpEmailMissingStrictCssAttr.php', 1, 0x00000000000000000000000000000000, 0x1fde65e3e4cd8681ed77522a5aae3b1c, 0xe68a7c35dd4e7b0f9720f6b84cba3a36cb45df4bbd4c1969e0869c727db383c4, '', 0, '?'),
(0x6d42fea634a5ff21da033cb14ab2b25f, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/AttrDisallowedByImpliedLayout.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/AttrDisallowedByImpliedLayout.php', 1, 0x00000000000000000000000000000000, 0x41abb758905e2c23fc16fd574da066ce, 0x83363fc16c680b4be1a6ea3ebeba4cc7551c8a8d8b85392aa8d0264cdde26804, '', 0, '?'),
(0x3d75be78c87a229724ce1ab2bf34ea6b, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/AttrDisallowedBySpecifiedLayout.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/AttrDisallowedBySpecifiedLayout.php', 1, 0x00000000000000000000000000000000, 0x8b19a2f2c6365558e16fa8c341f61e78, 0xdbc135d8fd79e337b13a7185de0a09ed69151abfcc0488910df907d69141fa20, '', 0, '?'),
(0x63aeb9f0f1608089d302ef7eb94a0e87, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/AttrMissingRequiredExtension.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/AttrMissingRequiredExtension.php', 1, 0x00000000000000000000000000000000, 0x548ef0061ce38d92cf65d228ed5c3ec6, 0xea5a54c064140b683c78095a4c1793884801dfbe3c0149a276f517b1cc3b3691, '', 0, '?'),
(0x83a87a4f094953d5c91e8646fad024aa, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/AttrRequiredButMissing.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/AttrRequiredButMissing.php', 1, 0x00000000000000000000000000000000, 0xf48c0fce7731f1a272ea25d9e42bddbb, 0x0b587148f17783ee35d2d49f69c6694cfdea4aab1c590f7a4ff5d680940c94ce, '', 0, '?'),
(0x9bf21dd11744b972cd38e366af7cce78, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/AttrValueRequiredByLayout.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/AttrValueRequiredByLayout.php', 1, 0x00000000000000000000000000000000, 0x3d1bf7aa788c718b7083fc018c89c024, 0xaa2058c38d7c3c506b3a0685bc8c6c170550b926ded3cd2bcf64283c8c3c1ad3, '', 0, '?'),
(0x8ddefb055dc7edf602e8921b28fe02d8, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/BaseTagMustPreceedAllUrls.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/BaseTagMustPreceedAllUrls.php', 1, 0x00000000000000000000000000000000, 0x67d7d7894908214e2622a3f9530b7780, 0xca7fac04e036e466705dfad7d98465545c417f67720bbd0d0da6ea4667f7697f, '', 0, '?'),
(0xe6884bfa121e45538ca76c1f04b3ab55, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CdataViolatesDenylist.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CdataViolatesDenylist.php', 1, 0x00000000000000000000000000000000, 0x80460ca7523781da82fb1302e9b33170, 0xab91c99fb81b99bf678f376c4dbf3a0101157d6d2e14cf2ba899a0acd3de03ac, '', 0, '?'),
(0x00e83b5faed5bdb7977d783cbdab2141, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/ChildTagDoesNotSatisfyReferencePoint.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/ChildTagDoesNotSatisfyReferencePoint.php', 1, 0x00000000000000000000000000000000, 0x80b18efd8dc8067526bfae2144f9e3da, 0x0b2905a8e80666c17cd64a102054aeb50779cac6e34a160a8862665740ae4b5e, '', 0, '?'),
(0xaf5c281e2b9ff81b6e029c761337977b, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/ChildTagDoesNotSatisfyReferencePointSingular.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/ChildTagDoesNotSatisfyReferencePointSingular.php', 1, 0x00000000000000000000000000000000, 0xe92921a3a7027063483a4863cb3a0884, 0x3a0fe34bb5d840bb4951d52dc1e7ea9e85db4d9013f7c8639fc7ee42088ea4d9, '', 0, '?'),
(0x1a11b76285a10e5631f3da2b444a2e0c, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssExcessivelyNested.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssExcessivelyNested.php', 1, 0x00000000000000000000000000000000, 0x250306b2fbd6cc779845b90cc9a3177d, 0x15f93fe24b8f44c952a77a3be5422a1dc1cccc2bf36767edb5d79877eac5f0b2, '', 0, '?'),
(0xe6a356d35d7f274d99764056c9c7dc25, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxBadUrl.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxBadUrl.php', 1, 0x00000000000000000000000000000000, 0x10a87f526180af1aab3e59afe7dc10ba, 0xb90b4da6a8dfe74017f92da773f34888272654e3288d4a48b1449a44127d5380, '', 0, '?'),
(0x1bd912aed0bc383d0e92a56a7015b1b0, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedAttrSelector.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedAttrSelector.php', 1, 0x00000000000000000000000000000000, 0x1406c61843d2398ac4da40d16d14c38b, 0x0a7ca19a09f9269a29d09e2ff1a5f837631f9872cdf106004e4e71358f0a15ec, '', 0, '?'),
(0xfafb5d79619c27b51bf46304f9e4f862, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedDomain.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedDomain.php', 1, 0x00000000000000000000000000000000, 0x7826d77a4c0e4763b200afda4c29abfa, 0x14efc9fe032eb6bdae27168e364cda615cb6f834a7980c83152da3ab28d7527e, '', 0, '?'),
(0x000aa85578e4043f762a19d047f4c755, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedImportant.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedImportant.php', 1, 0x00000000000000000000000000000000, 0xba4f9c7c104a51c025d74a07115473b4, 0x84823f4e161a947a74fdf2831c5648a3a94b7542d380818ddad53c866a526528, '', 0, '?'),
(0xe41e0e9d7c7feb3b08f7b2f40fc0d2a9, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedKeyframeInsideKeyframe.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedKeyframeInsideKeyframe.php', 1, 0x00000000000000000000000000000000, 0x1825095f6385ec3854206931e50a6720, 0xd3778074a537efd1c3f1b9a665c913538e9a3f48f0bd5778a1cd0cd252ce1d5e, '', 0, '?'),
(0x594027031ffffe3818866a5d64952cf2, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedMediaFeature.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedMediaFeature.php', 1, 0x00000000000000000000000000000000, 0xf5d4b93519636d9955eaf2a2e5994fb7, 0xfb46c21fb6165a594f3e6bc5fa8ca7a457ec7596f2cc4b768732baa495506abd, '', 0, '?'),
(0x0774a8a7f52edd88e25139a51f042b95, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedMediaType.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedMediaType.php', 1, 0x00000000000000000000000000000000, 0x5421c79b81486e36a3091ad1b98fafb1, 0x40b77352e2dedff52ae3be2be7dfb603fa1e5da3749468b996f95e3a53142867, '', 0, '?'),
(0xcf55a7e681318073e40dab294a60b458, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedPropertyValue.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedPropertyValue.php', 1, 0x00000000000000000000000000000000, 0x6e43be07d33803f9c80b0d1961583da1, 0x662c7ff0c94f7d7c3d5489f63d5b15cdbfe800dca9c4f4921b71a8f6a4d664c8, '', 0, '?'),
(0xb82becbb635fb268c171b46d0632f769, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedPropertyValueWithHint.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedPropertyValueWithHint.php', 1, 0x00000000000000000000000000000000, 0xc3c193e2c68d1688d1cefbe44c9ff6dd, 0x24b03e04c273bbef03438b19a2b24ae73af4b16164504783d13efd6ca1a1a1df, '', 0, '?'),
(0x3eaa1418608622217ba97ae0df9c606e, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedPseudoClass.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedPseudoClass.php', 1, 0x00000000000000000000000000000000, 0x67f974ec0d1b5b21f03600e12f7e694f, 0xa5fdc41e9100cbd216321313986c19270173e7bf5ad942390aacd3a6fd7bc782, '', 0, '?'),
(0x1ba56bdf3f54b3318f2df18b821ccc4e, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedPseudoElement.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedPseudoElement.php', 1, 0x00000000000000000000000000000000, 0x4c0b71b95ab9162732ad446afe74c6c7, 0xcd43e9c5fe616954f0e4ab00186a51a4152d37b06a357880ef777a23bdf7346b, '', 0, '?'),
(0x5c636c066e764bb7d51f6c6df32b2a4d, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedQualifiedRuleMustBeInsideKeyframe.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedQualifiedRuleMustBeInsideKeyframe.php', 1, 0x00000000000000000000000000000000, 0xeedb3112007a0015e985d65dab72ee06, 0x6c76fdd035d818d0a86affc9fea8de20c96fdad4c3b028c6047156fd2814328b, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x78836a9eae96577c71b7d756480a315d, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedRelativeUrl.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedRelativeUrl.php', 1, 0x00000000000000000000000000000000, 0xbcade2f8a63a98840cf0d394b26f88b4, 0x360c164c9ae3820101ee6c18b5262e197be9a29480d5e60b3ea018ffc3cff50b, '', 0, '?'),
(0x4b5d11e92c80559902ffbde8efc8b3d8, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxEofInPreludeOfQualifiedRule.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxEofInPreludeOfQualifiedRule.php', 1, 0x00000000000000000000000000000000, 0x949eec6c70dfd989e0fbde0b932b8ef9, 0x9b85fad325f9a1abd33b75766a1c6ce5040ac3450a8d01259b490b4a5a9a4b12, '', 0, '?'),
(0xca6799ab4255efcee150dbafc479fd05, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxErrorInPseudoSelector.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxErrorInPseudoSelector.php', 1, 0x00000000000000000000000000000000, 0x7a073af0d5e9b1c704fb8eb1eb40275a, 0x29612f2fe288e09af506b9e68b0c07db556049c3406e2ca53d655c1542727420, '', 0, '?'),
(0xbd284d0c01ed49ccf81b3eb47016ed14, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxIncompleteDeclaration.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxIncompleteDeclaration.php', 1, 0x00000000000000000000000000000000, 0xd6571e13c5b0248dbd52d213bcd3a722, 0x362d84b2f57d717548d837f883603fe007d267a7bd4ee266739f3cd607687c88, '', 0, '?'),
(0x178cc4fc0f5fcfc73ae6bb3c7028816c, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxInvalidAtRule.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxInvalidAtRule.php', 1, 0x00000000000000000000000000000000, 0x3b2607cf00f17f1c65ec5202f2650619, 0xf9ddb76f99913c74fcb70aac9e57730e448696a181ffdc8d50bbd1db11808806, '', 0, '?'),
(0xa5040dbeb1c30c3d01cf946c59ec64d6, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxInvalidAttrSelector.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxInvalidAttrSelector.php', 1, 0x00000000000000000000000000000000, 0x3401c0df3f211eda836b46a102ff3679, 0x329fd1ba422a89f9f3ab6b369f8ffe842530a027e8d5a5598b75d548a3d38061, '', 0, '?'),
(0xd257164d76f9e1b7ff4a24b32a1f9031, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxInvalidDeclaration.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxInvalidDeclaration.php', 1, 0x00000000000000000000000000000000, 0xf2c83f4daeea10a56dc9a77d18cc139a, 0xc30ee44ea481e4e6712a33548ff37b082492642aff34394cbb9580d32eb68e98, '', 0, '?'),
(0xac2ced182f2c8d3bbeaef083d94c1532, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxInvalidProperty.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxInvalidProperty.php', 1, 0x00000000000000000000000000000000, 0xb952c3c954c0f65c290597ebf51456c6, 0x6aa6dacc8beecae3c917636f4f1dece3558e0a607166ec3d543bed0efc1d755b, '', 0, '?'),
(0xc74e8cd3b4a4c25276dd423eff902854, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxInvalidPropertyNolist.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxInvalidPropertyNolist.php', 1, 0x00000000000000000000000000000000, 0x0e0bb86c629593ee1d1c504c9a78048c, 0x049b26bf546d636c7bcef7e35b915fbf69d96c8f2c0e1fda9009da08e118aa95, '', 0, '?'),
(0x5ea6a4641520e8727051b636cb719850, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxInvalidUrl.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxInvalidUrl.php', 1, 0x00000000000000000000000000000000, 0x66d9b94d4fce268239363b6a34587426, 0x3f5cd5f05342ed804b96c63c042fa73552d5b96a1600b08f54cf8e69de5f0301, '', 0, '?'),
(0xf0f8c508611f9a6724c752e0e2bcde0f, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxInvalidUrlProtocol.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxInvalidUrlProtocol.php', 1, 0x00000000000000000000000000000000, 0xc6d4457fb4782365b1414f4bbcf2fd1a, 0x30d8fb95ea248665b5631136e9eaaeb839835e514dc7461022b59f1b0f5881df, '', 0, '?'),
(0x9407d18d3be9c4e643578f308f8db6a5, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxMalformedMediaQuery.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxMalformedMediaQuery.php', 1, 0x00000000000000000000000000000000, 0x4fa251b44ee8e590bb72157124cfc180, 0xdd1a863019369ac2df3e2d05a1fba21354c951c0b243f14ba5fece08d28ab1ed, '', 0, '?'),
(0xf6c0723a6c4f022ad55680434bb14920, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxMissingSelector.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxMissingSelector.php', 1, 0x00000000000000000000000000000000, 0x53080dcafb406fd6a9717851f0268f31, 0xe7dab78241afa2ab94371763773d74038f0fb62a9d8549194c63c8b7871fd3ee, '', 0, '?'),
(0x4a3cbe4f407d79f98fc9b3a55b548153, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxMissingUrl.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxMissingUrl.php', 1, 0x00000000000000000000000000000000, 0xd6314f23dbe8ee020ad8258635009b06, 0x3ad4977b9f52df9384f098adac9ad4b6deb31137f4d1cbbfe13ad7e921ee67c9, '', 0, '?'),
(0xb65cb17a0bd46d52478880403e5d6b03, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxNotASelectorStart.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxNotASelectorStart.php', 1, 0x00000000000000000000000000000000, 0xf25961cf3d14d60559247e844841970d, 0x0bebb6eddaf95d675c585a600ba10feb6f2269e672b3420fc1e3c2026af81c23, '', 0, '?'),
(0xe1f0420fe187768bb504bf626b1f33b4, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxPropertyDisallowedTogetherWith.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxPropertyDisallowedTogetherWith.php', 1, 0x00000000000000000000000000000000, 0xa420b0eec65cec35e7775bb002d2875a, 0x9198892ae85b5e148b636e74f6dd91fa91a569425d4d7de523d80447faf2f54e, '', 0, '?'),
(0x1e6c05fa424e519b9faa95f99af26ce5, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxPropertyDisallowedWithinAtRule.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxPropertyDisallowedWithinAtRule.php', 1, 0x00000000000000000000000000000000, 0x06972380793fbbdc195b102ff53716ec, 0xc93cf284545e5e8eb74474fa04e8867ea103ebe671b0c5ce2e37906dbd9a0253, '', 0, '?'),
(0xd9aeaeee97d46f73a056b6bfabbbe2d0, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxPropertyRequiresQualification.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxPropertyRequiresQualification.php', 1, 0x00000000000000000000000000000000, 0x5e0c5d7f87900968b3e69ea0d9b3c45e, 0x716adfa209301ee4889f7ebbf5269fcb68936ecfba730eadc8c81041bbb0e9e7, '', 0, '?'),
(0x147ce2ccbf0c9e9ed32c036f218ab77e, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxQualifiedRuleHasNoDeclarations.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxQualifiedRuleHasNoDeclarations.php', 1, 0x00000000000000000000000000000000, 0x26f73141323bb1af27f26fc261164d41, 0xe1ad445b7e8f7c5d0e6804a0559625e397d43d0a2c7c3ec971306f740f6ab068, '', 0, '?'),
(0x1d835a120ba7d892f5a95d0442811170, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxStrayTrailingBackslash.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxStrayTrailingBackslash.php', 1, 0x00000000000000000000000000000000, 0x17d3dad4279b39981b9f250dbd6b6478, 0xb6b694843b27a6efbb3d5d95827094d056f666e3227c879d5adfe7ae6639db53, '', 0, '?'),
(0x2e7c1a49cec94b788246f33c8c973071, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxUnparsedInputRemainsInSelector.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxUnparsedInputRemainsInSelector.php', 1, 0x00000000000000000000000000000000, 0x67178f80c6c823d3a2d2eb10e1c9d24a, 0x8c96e4957926a0bad308a7fa186711e086fa51b42afe63151a5a293c99a07253, '', 0, '?'),
(0x5e32bc31204a4f4885079947d94d58c5, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxUnterminatedComment.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxUnterminatedComment.php', 1, 0x00000000000000000000000000000000, 0xa22eb739c1299b9725e73bcb890a899b, 0x1e407237247048a4980e6992fb2be7024c524c581d044fa2ebf929a96f7d21d2, '', 0, '?'),
(0x9c9c8d2723cd0936b1e7d410d105f61b, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxUnterminatedString.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxUnterminatedString.php', 1, 0x00000000000000000000000000000000, 0x84215df48459760dbd3a0efb6a9507f3, 0x5a6f2dc2052e3938c797112b820144dfb17be93ba88b913bd2f15166e7efd8dd, '', 0, '?'),
(0xba5a32bc4be83e3497e6a5b2aad9b579, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DeprecatedAttr.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DeprecatedAttr.php', 1, 0x00000000000000000000000000000000, 0x88bbe60812d86b6d0ede2c81dce1f70c, 0x5bbf8aa23a8dff0c67afe9138239907647e34c2b7509de23cb8964e095673950, '', 0, '?'),
(0xe3df47d28cc308fbe6496bd8f63ac28c, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DeprecatedTag.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DeprecatedTag.php', 1, 0x00000000000000000000000000000000, 0x9d70ef7f49532f5b9bab88cfaff90b7d, 0x49460d78a00ee59e6d973335143991439b5a433164009061cd3b1b179c9904df, '', 0, '?'),
(0xc6603797b39e8e3e7623939a0bc6a91a, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DevModeOnly.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DevModeOnly.php', 1, 0x00000000000000000000000000000000, 0xc3242535bf32b05ff45c950faa51f661, 0x5e500989bbddc47c7a2087b8930e8c7d0c03b35160e4a7787ede499d50cff113, '', 0, '?'),
(0xae831a2710459ef07a6e2a0f9196fe49, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedAmpDomain.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedAmpDomain.php', 1, 0x00000000000000000000000000000000, 0xf8606017b40a69e79294342a288bf819, 0xf4c821dc259c43c81f3b5ec5446f79ff5e90b954cfac0e268f1c9969e5340ee9, '', 0, '?'),
(0x05a5f768400279a7cf74e4c21cb654bb, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedAttr.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedAttr.php', 1, 0x00000000000000000000000000000000, 0xd35ce8ce8bed05fb8493da4e34163416, 0xf18c2a191b7e6e471acece5146144fa394d07a04d9586f77c86e9b1fed06320d, '', 0, '?'),
(0x80543dbdd0e15ae5c5671b96df55ce62, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedChildTagName.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedChildTagName.php', 1, 0x00000000000000000000000000000000, 0x29afe751e320c659c6a80bbe3de6d286, 0xd17a61f959668b5ae90b1689b8afe9bd296868966ce2000b75153836a9491005, '', 0, '?'),
(0x55738f7a139389995650688f73e3119d, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedDomain.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedDomain.php', 1, 0x00000000000000000000000000000000, 0x4ebeb99e6737340670f50bdecbacfd08, 0x452a627408311972e5393365ea273c6c893bb87c116a627f044b6b2763c5ec5b, '', 0, '?'),
(0x9056a581337b8e5db8443cfca8aeb520, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedFirstChildTagName.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedFirstChildTagName.php', 1, 0x00000000000000000000000000000000, 0x83c96f07db900fde3e5aa3f5d73871bb, 0x64d6a30f62664c8a403a33a7335951f13eb03314a5940b54455e56acc997e09f, '', 0, '?'),
(0xeaf05a624a33b6962d0f5d0dcaea84be, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedManufacturedBody.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedManufacturedBody.php', 1, 0x00000000000000000000000000000000, 0x520272e5a740a7b50e5974e12572f633, 0x29778e85465170510293aba3a8a41860b02eb6efd615f565bf4ac99c205281a2, '', 0, '?'),
(0xfa44e397db60e5e103cb037de42d563a, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedPropertyInAttrValue.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedPropertyInAttrValue.php', 1, 0x00000000000000000000000000000000, 0x76cc8e0786f74287bc962d1dcb88b845, 0x0da28fcfe52bc8bc0a0c819c7cc5d5d3b0f9aae7650b2d8ea5c30579c5a0cb71, '', 0, '?'),
(0xa97f80eb3588fdf4207d573664fe398c, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedRelativeUrl.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedRelativeUrl.php', 1, 0x00000000000000000000000000000000, 0x322010553612d0d0d9ac4988fb350eba, 0xe0c0111b9247f29f1ceca9ec94ddcee3dbc12113896291985ef356459a4aa6a4, '', 0, '?'),
(0x9bf95d2fb195a19b17e5b2f89bd1f27d, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedScriptTag.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedScriptTag.php', 1, 0x00000000000000000000000000000000, 0x6ba4273ad26c13e16c6429f7693f0dbf, 0xca6f88287daea472013739189cc52eb7fa5755d83674f37b29c176b92d46bb6b, '', 0, '?'),
(0xd9a6129b9b1ac65f4e6467698bbacc91, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedStyleAttr.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedStyleAttr.php', 1, 0x00000000000000000000000000000000, 0x0c91a5aebe626fe809309ba4a99f6bfe, 0x7d64d4f9a98761b67794ab66500ffa0c3e3048e4c58562e6e9708d8b8c650df2, '', 0, '?'),
(0x1f0c44191603f62e94864b8d6b3b9f60, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedTag.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedTag.php', 1, 0x00000000000000000000000000000000, 0x7852996d8d240a30bcf0007bf30db246, 0xb08520b1a2a7e73e47e504df6ec80543af6d468db356d40206d641173b765db7, '', 0, '?'),
(0x4fcee0b51935431ec9f16db2e0978bf0, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedTagAncestor.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedTagAncestor.php', 1, 0x00000000000000000000000000000000, 0xa4bfd90f5ff48a730c9a2c10924310f3, 0xe17e9936a92e49ea22b024334af9cb2aea19b1661e2f4cf30691ac0e1c712e35, '', 0, '?'),
(0x079e6a6c8278b985a2ba0390ea50b1de, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DocumentSizeLimitExceeded.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DocumentSizeLimitExceeded.php', 1, 0x00000000000000000000000000000000, 0x89e88be9c5fb6b2f6ec9afc9430b680c, 0x6445410fedc9b3ba6928900a0216b9c88237c764e309d5ca10f3a41ff25357e8, '', 0, '?'),
(0x89de876d3a70fe6b0996b0432d87c8c9, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DocumentTooComplex.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DocumentTooComplex.php', 1, 0x00000000000000000000000000000000, 0x88071b01e9723f3597332e1585a18cba, 0x51864f0f97fb427e99f901abe15580f96a61fe4feee6608ef8940dff92db2e02, '', 0, '?'),
(0x329a714b5ec4dad9a538fc5cebbf4bb1, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DuplicateAttribute.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DuplicateAttribute.php', 1, 0x00000000000000000000000000000000, 0x18ebc3044eb27b444d4811dce98c1e02, 0x2927bcbb191e810f215b6094fef3678580e095d0604514473a9229c87948be7e, '', 0, '?'),
(0x758f7bad48aa71fff9a2b875b3d0de6d, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DuplicateDimension.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DuplicateDimension.php', 1, 0x00000000000000000000000000000000, 0x905ed39b832a416b229275844e78d169, 0x1ef0b1e90af471d0f4b6006052667c69d25a8936582605a520bf40b50720b4a1, '', 0, '?'),
(0xcf884e8b9b0e385298c400675c369f73, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DuplicateReferencePoint.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DuplicateReferencePoint.php', 1, 0x00000000000000000000000000000000, 0x26f698c73a8f0c8ef61ffd5bcff7ee22, 0x0b24918b1bd70f103df0ef4aa57d557672007fb78f3c5db76e51921461e71bb4, '', 0, '?'),
(0x76f2f4bcc359e6e2a6c8f67f4dc4132a, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DuplicateUniqueTag.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DuplicateUniqueTag.php', 1, 0x00000000000000000000000000000000, 0x27a4fc2e070f6845b947d347cf230c7d, 0x4a478b270eda85a705dc4cc7b8aa4105cb6b4ad8faec42c164a9b5326610358c, '', 0, '?'),
(0x8b3ef434bd760b3b6757c97c90cd54df, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DuplicateUniqueTagWarning.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DuplicateUniqueTagWarning.php', 1, 0x00000000000000000000000000000000, 0x59b01fa0a02d715278f9cdf33a158dc3, 0x522cd719f87687b292f8f7bcbad8e0b5eabd4edf21f14b4c04206c0c9dfd47ab, '', 0, '?'),
(0xb178aa164385b8713dc8ac2c06ca35fa, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/ExtensionUnused.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/ExtensionUnused.php', 1, 0x00000000000000000000000000000000, 0xe2ea2d18239cd31710f99aa368443fe7, 0x3716bf8aa5fffbaa166988fc51e7eefb2723d6bafad207538b6e56cbc83be43a, '', 0, '?'),
(0x62346d2761f436930e212f6e0f2af858, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/GeneralDisallowedTag.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/GeneralDisallowedTag.php', 1, 0x00000000000000000000000000000000, 0x4dd069596fefd8d02af69b6294a16bd0, 0xfc326141c895c8938e6e189310e65bf5eaedeffcb7c76d37e4e4cb3acb842467, '', 0, '?'),
(0x156177a6a1445fb16ab72a3dc4aa1d02, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/ImpliedLayoutInvalid.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/ImpliedLayoutInvalid.php', 1, 0x00000000000000000000000000000000, 0x8835fa8e097ebe051d41191b631d4848, 0xd2dd14025017a3b479a995f465858105e1d39cb7a42ce2bd226817e1bbf07599, '', 0, '?'),
(0xf12f17d5dff3a47b3a8bcd7754a71953, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InconsistentUnitsForWidthAndHeight.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InconsistentUnitsForWidthAndHeight.php', 1, 0x00000000000000000000000000000000, 0xe5f4e10f7b867243c3513221d67eb325, 0x4ea0840a78bf264effb7623e28076f4ada6fe75a0a47742c98f0b5d934ddee7b, '', 0, '?'),
(0x190398aaedf06ee90ebb986758971d8d, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/IncorrectMinNumChildTags.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/IncorrectMinNumChildTags.php', 1, 0x00000000000000000000000000000000, 0x4444eaf6faf04574399b4c6129852d8b, 0x5c6af203c542cbb9f06d83e682639816351d02abf64a673d1b95d3197312a4d8, '', 0, '?'),
(0x311b51151c423a9a5bd2bc8eac7e7ec6, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/IncorrectNumChildTags.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/IncorrectNumChildTags.php', 1, 0x00000000000000000000000000000000, 0xf2a077af0a16a2b96b55b47ced15667a, 0x98e2676ef5255bb8ddc626bd702dfd7bdee8f81484f23d6352e5abcf14f4c0f9, '', 0, '?'),
(0x6005fcbde81d2603e01fb790e1c8666f, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/IncorrectScriptReleaseVersion.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/IncorrectScriptReleaseVersion.php', 1, 0x00000000000000000000000000000000, 0x49b6b99cc5c3ea3c0c4c976f2ff30bc9, 0x7336eb672c8f820fc50eabeed299883881fb36ca4da0d443d75eaab7f97fedb1, '', 0, '?'),
(0xa88236b747165dea8388f695474c3154, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InlineScriptTooLong.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InlineScriptTooLong.php', 1, 0x00000000000000000000000000000000, 0x3a60907417dfc47940a28c1b746dccdf, 0xf331a1cf1289d280b92f8b6a85a349a89232f628dd1f7a5593c892f007ab0e1f, '', 0, '?'),
(0x654653ea4d886b85434d3d4857fdb935, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InlineStyleTooLong.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InlineStyleTooLong.php', 1, 0x00000000000000000000000000000000, 0x621cdba0435aae1c87612e9bd2979d6e, 0x003844b73a7f67384fd9fed7edba1e8a1ac376e32d86b124dfcf207a544648d0, '', 0, '?'),
(0x6df22f5ce411410b8f29f6d7f8cf21c4, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InvalidAttrValue.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InvalidAttrValue.php', 1, 0x00000000000000000000000000000000, 0x64d0057c9651b60f2a1ef3a3b171847e, 0xbe27afae695f6f8c8b60e19aa281988e17fbe7060a884f41bebabb16413f99b6, '', 0, '?'),
(0xdeb08bae4ea444126742b011db625d6c, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InvalidDoctypeHtml.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InvalidDoctypeHtml.php', 1, 0x00000000000000000000000000000000, 0x68348e5215ca271c17dc014412ec6cd3, 0x02e5aabd1bad5c2184e75d79b11582dca832d00da453d149835c4f4b76e888df, '', 0, '?'),
(0x23fb7fcd1db088799ae2f3b84f1e95b8, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InvalidExtensionPath.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InvalidExtensionPath.php', 1, 0x00000000000000000000000000000000, 0xde574767ea075d6f371bd7a3da35f11d, 0x51a896b2b3bfb4ba0335b96adcd440b277f09ed70326b0e5f82afab0fad7ab21, '', 0, '?'),
(0x69b3bb17d4249e38ee1b87ed67dab3d4, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InvalidExtensionVersion.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InvalidExtensionVersion.php', 1, 0x00000000000000000000000000000000, 0x017bccf4148f7527b4831f40228f846b, 0x987459ba216d75ddead2e62cbc20e27cf25f3821c6820a4b08ba0e3b331fd4b4, '', 0, '?'),
(0x71d66b5a242164d9c5d7185a5336d99a, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InvalidJsonCdata.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InvalidJsonCdata.php', 1, 0x00000000000000000000000000000000, 0xdf4d8de67c09618d0acc08aa694636fc, 0x551e7e4662b956c28e15b4f557731a23563e892425f4ee43ba7bed1e5d720a53, '', 0, '?'),
(0x1d4506dc28e0a69f58e26fc7fb241d9f, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InvalidPropertyValueInAttrValue.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InvalidPropertyValueInAttrValue.php', 1, 0x00000000000000000000000000000000, 0x6b50a9341f562eb023cffba19ca44ffa, 0xe84d14b3690d1bfa1b19146ce3b7fccb877a437947efa5e0664d82cafcc3a5ca, '', 0, '?'),
(0xc07c5d45fe6ed6e9e142d9a2a7ef960e, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InvalidUrl.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InvalidUrl.php', 1, 0x00000000000000000000000000000000, 0xbf0e1246232d5c6dea3a7509437856a3, 0x6f7bb70d785bca1fd117cfc63ecde516e8b14f4d5edcae74f440819f0b024650, '', 0, '?'),
(0x54cac94b960ce7e0ee7febea169e8ea3, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InvalidUrlProtocol.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InvalidUrlProtocol.php', 1, 0x00000000000000000000000000000000, 0x0c10bcc4f109e0bb528bc80aaff55f2a, 0xf4deabe04ef6de307376c8df348b8be0c6f7350853ff173e301ff55e11cb9fa9, '', 0, '?'),
(0xb59c36063f5f80f3ddfd806d01cc3b55, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InvalidUtf8.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InvalidUtf8.php', 1, 0x00000000000000000000000000000000, 0x26b06a7eac271f50265871632d480ba9, 0xdbade025212c792e0af6c1690f4c4fec295387baedd586d6fbd0ad7e2445c2c8, '', 0, '?'),
(0x4ef9583a4e0a186dadc4dab2fb49079e, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/LtsScriptAfterNonLts.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/LtsScriptAfterNonLts.php', 1, 0x00000000000000000000000000000000, 0x7fbed880102b08908d0d7a2a17db762f, 0xc9ffc0b9cfd217591145304842c5a41cb8016b24301fe1c0fab68f1957a6aa29, '', 0, '?'),
(0xedc84363d4bae8210a9bd4d0036839ce, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MandatoryAnyofAttrMissing.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MandatoryAnyofAttrMissing.php', 1, 0x00000000000000000000000000000000, 0xa2dda45d83d2e87bffe6cfb7696470b6, 0xb05b9a21f667a4dcfda5b0134ad533a197dbdf51b7497314b8fc50e31e28dbfc, '', 0, '?'),
(0x0c17b865aa719a6e6378fe5b9b735c25, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MandatoryAttrMissing.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MandatoryAttrMissing.php', 1, 0x00000000000000000000000000000000, 0x9fd8e7af9a8294ee8262ab5fdf106952, 0xf77588b3cc2c9744bbce2cf311e510a0c1ac596aa300354817906a762374888e, '', 0, '?'),
(0x6ae9aacab7e64a35295c30244f38fb56, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MandatoryCdataMissingOrIncorrect.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MandatoryCdataMissingOrIncorrect.php', 1, 0x00000000000000000000000000000000, 0x71d6fc362ad93e790feda7a6bb76fdfe, 0x98f722db1c40418b287099b0cff885e32d3999db9e0e67a13c8ae32356d4eb48, '', 0, '?'),
(0xcf52b9ac4c12cafca088578c5a418c15, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MandatoryLastChildTag.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MandatoryLastChildTag.php', 1, 0x00000000000000000000000000000000, 0x55517677048e78633dfb4af43b12507a, 0x802ad078e4c685e37ce1845b205dc076ae505983b1066d599097de7f17f8f6cf, '', 0, '?'),
(0x4f16c982a5ae327a0b6094e0100fecde, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MandatoryOneofAttrMissing.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MandatoryOneofAttrMissing.php', 1, 0x00000000000000000000000000000000, 0x632a992df7ea036b8e66db1e612f5229, 0x177540d74809ba6b7a96672b6aefa7ff7f6a4e5a105816bddb382877668a82ef, '', 0, '?'),
(0x787471d784386fae5cfe885a6cdf2405, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MandatoryPropertyMissingFromAttrValue.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MandatoryPropertyMissingFromAttrValue.php', 1, 0x00000000000000000000000000000000, 0x01843d16d5f731d57ef1e6398792f664, 0xaee70e70e91325873d68a2c99aa0ef5c25819bc75dd48a154cd3c68fac288685, '', 0, '?'),
(0x21ab3ed495311436a14a2cff90602fb3, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MandatoryReferencePointMissing.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MandatoryReferencePointMissing.php', 1, 0x00000000000000000000000000000000, 0x36bb2759275b77f0179f5ffcfc83a8d4, 0x4166ec6fd1dbcc13e709b601bbf221504e3e32b721f617cae09360e6b7895d88, '', 0, '?'),
(0x93a285cd53cf9113a1515a8c4e77373f, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MandatoryTagAncestor.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MandatoryTagAncestor.php', 1, 0x00000000000000000000000000000000, 0x860ac7ee2872f0e0df0e9100a6e36f56, 0xd629e81f94d87948d6f029cd29beea0896644adddfe83c3a488df3b16c936976, '', 0, '?'),
(0xb1f23809c5253ed7c752a0ffe2852e41, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MandatoryTagAncestorWithHint.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MandatoryTagAncestorWithHint.php', 1, 0x00000000000000000000000000000000, 0xa3cd666351b1b1f557c447ff3856b3cc, 0xd997e1e43ed9186bc41f9810e9213aeeb8e4f9ae11286339936f26247a61285a, '', 0, '?'),
(0x991bbff8234cd071fe98dac28b2c21e9, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MandatoryTagMissing.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MandatoryTagMissing.php', 1, 0x00000000000000000000000000000000, 0x049fa136df8d012e6b5b64f583a27aa9, 0x3d5e5c38f6e82967aaeb6cf451cc8848aeba854d752a015b9b27a54d1bb981e3, '', 0, '?'),
(0x1b502658d9013b0020a6aff58483e1d3, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MissingLayoutAttributes.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MissingLayoutAttributes.php', 1, 0x00000000000000000000000000000000, 0x70b664a2a0988d55633030bdd14ce812, 0x04e18503920cfcaa818020850bdf5f3dd4fa854f17cf184388ecc52bb6045b3c, '', 0, '?'),
(0xeae45eca48db3fa0021f359f4186aed2, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MissingRequiredExtension.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MissingRequiredExtension.php', 1, 0x00000000000000000000000000000000, 0x8b6f88444c9bef5950c53ea17c91dba7, 0x1319c006c169684fd69d873f5deb78332dbd173fa4e7fb1600670965beba77af, '', 0, '?'),
(0x22191c2b77a34f309ad7d59459762699, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MissingUrl.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MissingUrl.php', 1, 0x00000000000000000000000000000000, 0xfd65760cfcc6a93d2a628216ba03db4f, 0x1cf955be63dd676d9e9cad020d933797291c554ab353e5c928f5c4dbec72d2e2, '', 0, '?'),
(0x9ca9356e158c0d07b0245d731b3447e9, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MutuallyExclusiveAttrs.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MutuallyExclusiveAttrs.php', 1, 0x00000000000000000000000000000000, 0xbfd7e9fdc417452a6e6631c8c4916158, 0x1bf0ad3fa3dad1ec83fe48c81ef216ae021a3c0ff121cba3cd257006aa351986, '', 0, '?'),
(0x28fdb0e2ead4e3e31f37f8d71abdd546, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/NonLtsScriptAfterLts.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/NonLtsScriptAfterLts.php', 1, 0x00000000000000000000000000000000, 0x8142a84b2bd262d4d53145bfa57ed9ff, 0x5ae2751d087f35002fc0dd08209879a631d5cbd05970e6a1ff0ed8163269e06b, '', 0, '?'),
(0xdae125104a91b6b975d40debefbf1ecd, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/NonWhitespaceCdataEncountered.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/NonWhitespaceCdataEncountered.php', 1, 0x00000000000000000000000000000000, 0xd3aacedabc0c2a9b631993afafe186ac, 0x3d54b7460f06a4a56159edb7fc4dd0d572af9164d8270460b89958a4e968ef3b, '', 0, '?'),
(0x557ed5cb0df73ab7b865fa35ba46e6ba, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/SpecifiedLayoutInvalid.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/SpecifiedLayoutInvalid.php', 1, 0x00000000000000000000000000000000, 0x1b17acca1d98582fe09035025ec153e3, 0x0518224ec81506c504bfa5df904968a6b129051994b6de4c7d0b8f8914f1ca98, '', 0, '?'),
(0x4119a8886b88462bea76468fdd432820, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/StylesheetAndInlineStyleTooLong.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/StylesheetAndInlineStyleTooLong.php', 1, 0x00000000000000000000000000000000, 0x4dfeae4b3f43b6412a8f0128ce8e39f8, 0xd77745fa62c3390ed8b9cfb81eca682fe648d47aadee8aecbdfc832a6ebf2748, '', 0, '?'),
(0x89cdb26ae8cf29852ec903c2adc58987, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/StylesheetTooLong.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/StylesheetTooLong.php', 1, 0x00000000000000000000000000000000, 0x9f19dc50163183832c7961a2976a97f1, 0x420b21500f628636a3d7ab04db59fbdc30a7a179d68bcac14feeefc0045d34d8, '', 0, '?'),
(0x11263c8e963b214a663a23e003cf78b4, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/TagExcludedByTag.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/TagExcludedByTag.php', 1, 0x00000000000000000000000000000000, 0xff53f9ac509a20780462f11ce4ac2dbc, 0x6dd9f93cfdf5ddcc44fe40fae6f7b03423b4e102bc52a3fe76705d6924a249c3, '', 0, '?'),
(0x0e3baee94a8bab840ca4d21d0be57043, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/TagNotAllowedToHaveSiblings.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/TagNotAllowedToHaveSiblings.php', 1, 0x00000000000000000000000000000000, 0x66d5aae00cb9432ab4264fe61761a658, 0x16d39465db4703559329827242738645d29d832611784f1a5a7d66c05fec327d, '', 0, '?'),
(0x6df2f7b04d9656acfcc91faa8cbca270, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/TagReferencePointConflict.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/TagReferencePointConflict.php', 1, 0x00000000000000000000000000000000, 0x1a45df4326859a40ce552908e8e761e8, 0xb713023854163ab842e94f2062b4c5e026c2335bc520fb08fc06d1fe55d82dc5, '', 0, '?'),
(0xa3309798996ea2218385d60063a67cfe, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/TagRequiredByMissing.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/TagRequiredByMissing.php', 1, 0x00000000000000000000000000000000, 0xefb87988374da9809ea9b0118fb677c5, 0x62908d65acd3e779fbfe7692a5643cae458a9bd3f45dc60beebb6b89d80b5958, '', 0, '?'),
(0x021abfb99d2dd69e211811950c9c7500, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/TemplateInAttrName.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/TemplateInAttrName.php', 1, 0x00000000000000000000000000000000, 0x1979a21db1109c233a90bb7339e5ce44, 0xf81a92a7e59f2c828bba42ea4022de5c274742b8dc81ae49d2ebc1a268cc1318, '', 0, '?'),
(0x5234ada2a9099c995d113cd20778245c, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/TemplatePartialInAttrValue.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/TemplatePartialInAttrValue.php', 1, 0x00000000000000000000000000000000, 0x0e6dac32682c6fbc42fd1da4c9298b3d, 0xf4730e42d49b6d70b772c6657ea327b66053b17cda0d725cb9b06dd13f8d595d, '', 0, '?'),
(0x3843fa80c8304c06f7c1a428b9974d4e, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/UnescapedTemplateInAttrValue.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/UnescapedTemplateInAttrValue.php', 1, 0x00000000000000000000000000000000, 0x4ba6aae0a114c9052ecb53826ec80036, 0x0a2d635b916ff02f2d339dbcdbabdf87f7a3ccf78d9d19df3432e0714734d1b7, '', 0, '?'),
(0x658e4d5da2210f5aa9e4c31df65a7cbe, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/UnknownCode.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/UnknownCode.php', 1, 0x00000000000000000000000000000000, 0x4307ae8343221918db26a35cf9088661, 0xbb247a012f46919789f49a6db39f19ac4be377b548224d7f2ad871eae921a43d, '', 0, '?'),
(0xa595071d9fd6addee2cca0957fbefa00, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/ValueSetMismatch.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/ValueSetMismatch.php', 1, 0x00000000000000000000000000000000, 0xb722c2b1733188bf65065f58c38325de, 0xa3da028a7257a64af440394dd62d5b57885108d30a3d16ccca899b2865a0d48e, '', 0, '?'),
(0x96d0348488b685add5921db4e1e85a7c, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/WarningExtensionDeprecatedVersion.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/WarningExtensionDeprecatedVersion.php', 1, 0x00000000000000000000000000000000, 0x6e19f597e551935f00f5a3a618335821, 0x17a2844bacef4e71cae00a33f63b5281cabd16a39eb47842f5e6f3adb0035464, '', 0, '?'),
(0xc4e88527cdef379f856207561ea60d72, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/WarningExtensionUnused.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/WarningExtensionUnused.php', 1, 0x00000000000000000000000000000000, 0x3d26323125dc853adb3d2f6d653534b5, 0x6c229d85e64a253f6935df4d2724f0de17378de6d87e282623618f741063440e, '', 0, '?'),
(0x2f629a6b48fed306260cf1e0f70d659f, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/WarningTagRequiredByMissing.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/WarningTagRequiredByMissing.php', 1, 0x00000000000000000000000000000000, 0xd9c409c1f95bff60052b702df6baf8cb, 0xa5a83b14d244d19d01109e52bf2f5782922ddcf52a98672f4754e5929e86a853, '', 0, '?'),
(0x938e1e82f271581fbe6e537d14366ff6, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/WrongParentTag.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/WrongParentTag.php', 1, 0x00000000000000000000000000000000, 0x7dabf44f99b84700d7a62b56d1a4f44d, 0x71abe032396f0ea5d233b97aecf4ddbcada866f31657996999592a973addf4ce, '', 0, '?'),
(0x2971fd8c8ec5f4443e8a8b93ea31a141, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error.php', 1, 0x00000000000000000000000000000000, 0xd8cb745beb79d5d482a5622b5ef7641c, 0x101420a5e7491bdc5e834f9962f282489f0ac667d1338f6f3ea8c6ebf856596d, '', 0, '?'),
(0x2a880622e3ccdd0cb2104588ceb9a12b, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Identifiable.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Identifiable.php', 1, 0x00000000000000000000000000000000, 0xd5496017a5a0bee69b02296feed0a2ac, 0xd9b568b769873b7ce009292849f1a8c1def2f282406dbe822e086e9f515661dd, '', 0, '?'),
(0xafd1f08583693d966b69ee9116310748, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/IterableSection.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/IterableSection.php', 1, 0x00000000000000000000000000000000, 0x1ee460423b1c69810a2e47a46fe3aefd, 0xa82477ff9e2487765df42eccb16842daaf81da80a072cea9a205f664fad188ac, '', 0, '?'),
(0xe791ac4275ee94021e5b0ce398ecadef, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Iteration.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Iteration.php', 1, 0x00000000000000000000000000000000, 0xe513c1e946401ef19d0be7082f274589, 0xcb55303c7a023639ed386f24a42b2a10f06585a3a7e87e033e49d0cb1c561166, '', 0, '?'),
(0x8d50d5be9b1e099915893ad10b405728, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Section/AttributeLists.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Section/AttributeLists.php', 1, 0x00000000000000000000000000000000, 0x154748076182b84a0beccea36b88a3f0, 0x5263695efcd29f82ab1c7c971c33de02d618e9ed9e006b14666ba9e561ad1d43, '', 0, '?'),
(0xa2caac6d86b3c105807389dbb32d1b19, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Section/CssRulesets.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Section/CssRulesets.php', 1, 0x00000000000000000000000000000000, 0xb3dc7b62a142c02d7b7a963d5c869614, 0x587ab76c8564579e179b2188b8f0df39759d1d836712024af67db3fce65be1e4, '', 0, '?'),
(0xff634d9ce2d7b845c969b6c69d3afd33, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Section/DeclarationLists.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Section/DeclarationLists.php', 1, 0x00000000000000000000000000000000, 0xef0872f1cb867d6d4cb2914e1d463ee9, 0x9868dc61398fd77f012d9f3b72a5e4039053c782d2cff413cf5eb8d30c6a4a53, '', 0, '?'),
(0xd17327e3b951f17151550f8262ec6802, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Section/DescendantTagLists.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Section/DescendantTagLists.php', 1, 0x00000000000000000000000000000000, 0xf5171c541827d77b4292dec7d70daf24, 0xead205f0a14da492240b4771b25dd061936432f6096d76d13181f9e97684ff47, '', 0, '?'),
(0x7c6fdf5e498dffe6099fa151e6a6a815, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Section/DocRulesets.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Section/DocRulesets.php', 1, 0x00000000000000000000000000000000, 0x6a82539861e32bbf0ced42788a65e040, 0xc9a7bdbb8fdb2364c836c8b225a312832c595ea5deaf7395806e0c0ad9e483cc, '', 0, '?'),
(0x9aa6654de1204394a76ef9a6cb8f62f7, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Section/Errors.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Section/Errors.php', 1, 0x00000000000000000000000000000000, 0x02d236105b8344293a5d859378cdb196, 0x8527d8cdcc9189a3c01ae56bec49b957197e8442983c03a77d45778bafdbb7de, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x8b5171bb7cf318d08133cf62eafba3c6, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Section/Tags.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Section/Tags.php', 1, 0x00000000000000000000000000000000, 0x5396d45308ed4967f7263e08b3dad9b6, 0x1be7b48621ddfc1da7a536e97c8c77933e51bc85903b996fc800112ce5e93512, '', 0, '?'),
(0x429362f9e013e22bb2a11bb8db10ce10, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/SpecRule.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/SpecRule.php', 1, 0x00000000000000000000000000000000, 0x13a86ddc59a9c6cdd84497a0ebfa6efc, 0x39a64a2bf96b4bf58a9d01d89f073c411018c2e7e12439f893be022467e1c093, '', 0, '?'),
(0xe0792fe6238087f2758eb9b6ba883a2e, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/A.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/A.php', 1, 0x00000000000000000000000000000000, 0x7790605d85ff58f542062cf20bcbd7c6, 0xddd98cdb958c7f658b03fe9f980a56b140d2d3d08a5474f4a378fd8b0a3c49ad, '', 0, '?'),
(0x66a0bcc784e65e545226e6f2c6cff42b, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AAmp4email.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AAmp4email.php', 1, 0x00000000000000000000000000000000, 0x450924ce572fd5abaab143e184917749, 0x662cf0da3405aed4a8a576669b77f5d9d228ee094c300999242b7c9e825885c1, '', 0, '?'),
(0xfad89c885acf609dd8fb78a882b7478d, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Abbr.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Abbr.php', 1, 0x00000000000000000000000000000000, 0x280d580202dc18e87f54cac6ee89588a, 0xde45613f09d5d919bfaa7e6466b2d68cbdbfcd15a7dedf47efe10b8f942e8056, '', 0, '?'),
(0x00f862e9709f58a3cf815eaee1bd0905, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Acronym.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Acronym.php', 1, 0x00000000000000000000000000000000, 0x60f7c89eb8f4cd91100a572ee4655325, 0x56cd2148bf7f5ec861502ddc7df5b6895f0889201532d4756a5eb06a5fb7e39d, '', 0, '?'),
(0x9f6931345bd6d326174a10c60fd3070f, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Address.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Address.php', 1, 0x00000000000000000000000000000000, 0x3af077eb2a215c139045e5bb37e68c92, 0x62ca73097a195dd81051a615e0e087f6c907827589ba103436b2faed4912d042, '', 0, '?'),
(0x561e5746a71be1ca022ef7f83c121f84, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Amp3dGltf.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Amp3dGltf.php', 1, 0x00000000000000000000000000000000, 0xb1197be374a7f6b828c838effe28504d, 0x25062d9e821e314c89d712e6a52986419ae774cf7dc1e21845d81900dd9847b6, '', 0, '?'),
(0xfbfe3e5cb1c3d5e973e753a6dbd70d96, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Amp3qPlayer.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Amp3qPlayer.php', 1, 0x00000000000000000000000000000000, 0x16a511c9f3df02f47da575028ff317d1, 0x0a4c0b7ce1be94382ecb951312dbe12e7fefe529d58a11ff8b8aa8408c378e4a, '', 0, '?'),
(0x4ef2fbc1cfe327fec7ecf77f0ed10131, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Amp4adsEngineScript.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Amp4adsEngineScript.php', 1, 0x00000000000000000000000000000000, 0x1cea382a5fae940bc6124d9a7c69d2cd, 0xdf73de51254bab5a076c91178b429d588d69885f65fcfbb31ef7c5269562a46d, '', 0, '?'),
(0x869349b56a4f416922f697bb3438b7c7, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAccessExtensionJsonScript.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAccessExtensionJsonScript.php', 1, 0x00000000000000000000000000000000, 0x681fe5e43a107d81b8b40a1e551c1015, 0x87a0188919d08097b20ae40a3a61d6af7b3d0d12e658aad36bf7a1f8dec05e0c, '', 0, '?'),
(0x44969c1523aefab31fe15f0f0a36f3ca, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAccordion.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAccordion.php', 1, 0x00000000000000000000000000000000, 0x92ca95689a11fcd1d0fc20530b1bdc32, 0xfa138929b68733a4495b9b1bf78e8d2e7643441771e90c37b5fa8d6ab71d1340, '', 0, '?'),
(0x42789a4fedec11de1f20b08c473ec887, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAccordionSection.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAccordionSection.php', 1, 0x00000000000000000000000000000000, 0x6dc57de899920a630d27a4dd2acf1bd7, 0xb9796064d81afeff3725421eaff59e2b18e5b40f1e8a33e9226f9b35a4746f12, '', 0, '?'),
(0x56431af9cf8d9aeca01e26f44621e9a6, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpActionMacro.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpActionMacro.php', 1, 0x00000000000000000000000000000000, 0x1c9f8a8e82ec2022b93eae2ea9d4954d, 0x563471f63f861bc12573bf260c113a72f2a4c1907b2949fdd78b8d197089953d, '', 0, '?'),
(0x4adc795cbcd20cf725b564af657704d0, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAd.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAd.php', 1, 0x00000000000000000000000000000000, 0x182aef5d1d1985aa2cb4a016ebe79acf, 0x8b8c6cf5688224db377fcd66136b7d43551cb2c0e401817fa3f4a33c4ca5dc59, '', 0, '?'),
(0x28a17f0abe575d907c02a7609ca505fe, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAdCustom.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAdCustom.php', 1, 0x00000000000000000000000000000000, 0xdfb6e96425a34bb038d6790003d02a22, 0xc1871eaa40a503d96dc88c9caca920dc6c391e9ab05f295045b57d102876488d, '', 0, '?'),
(0x63e22e3128986d6f0b320b2d1726435a, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAdExit.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAdExit.php', 1, 0x00000000000000000000000000000000, 0x33ae1ac24ed54b9a600c688b08ccf2d3, 0x03728f98d5c8f581262cf526df0cfb201729eaaae92cf6cac15edb42afa11415, '', 0, '?'),
(0x7856c4b2c3ddb6bf6ba1ce5bbd65f155, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAdExitConfigurationJson.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAdExitConfigurationJson.php', 1, 0x00000000000000000000000000000000, 0x147eff9537adcabc74122f260651c248, 0xb268edafca5d2c9a3b8ae9b4adce614406054474e801241353e1098ca716ab95, '', 0, '?'),
(0x8f9933c138e8d6040c6074e2fe445feb, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAdExtensionScript.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAdExtensionScript.php', 1, 0x00000000000000000000000000000000, 0x3420cf04a3654dde8d580c47d58dc944, 0x49a4d71f5eb8d8a82d60bd43cac438277cd69e3efdda31b214764dd1f5a3f762, '', 0, '?'),
(0x3ee359226be0608b702a9f97db22dbd8, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAdWithDataEnableRefreshAttribute.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAdWithDataEnableRefreshAttribute.php', 1, 0x00000000000000000000000000000000, 0xc7a08fef2e957f699fc2bae096bc592a, 0xb14f32e77fbd9033f02f000539116e8f496e1bdcfe1759cc012b79355556b388, '', 0, '?'),
(0xaf2e410c760ce35c1bd640b4f2a14e68, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAdWithDataMultiSizeAttribute.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAdWithDataMultiSizeAttribute.php', 1, 0x00000000000000000000000000000000, 0x7b489b3e1520a732984a6d5acf1a2f78, 0x95d72b441ae6d1d0d0ac31039a5c80b36bfe428f91372e463381efdae53e5c82, '', 0, '?'),
(0x592ca96db59ea49d3c8ba301bc816453, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAdWithTypeCustom.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAdWithTypeCustom.php', 1, 0x00000000000000000000000000000000, 0x4c5f8322e34185e9b50db647123bd9d7, 0x4b90d5e198c80c1ae59815c544b64657af4473ce0760b7f6f9df39799964de99, '', 0, '?'),
(0xd0fc1ecd9354e8283faa52ad22640093, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAddthis.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAddthis.php', 1, 0x00000000000000000000000000000000, 0x0ec219ba8dbb7d27a620b96d8c4e2440, 0x3df82079164fb13517c808b8fabf2d112fb7b93e89436ec1db08b40b0ad11fb9, '', 0, '?'),
(0x596fca230b500cdc45603a9eeb50392f, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAnalytics.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAnalytics.php', 1, 0x00000000000000000000000000000000, 0x1d8d68b7ddb186e9add302fc46ddf438, 0xfa68b1c9096b3dd215ebe4f1e12e8c71222eda39372d52deb3f9d44d5711f369, '', 0, '?'),
(0x72c8fcd0e602b2c2bee29191a2fccf0d, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAnalyticsExtensionJsonScript.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAnalyticsExtensionJsonScript.php', 1, 0x00000000000000000000000000000000, 0x0d3237603007b29b55c18a9adb4317f0, 0xf257d51cb1e483d3fc78247d578ad79d1cc6ace66d9f1095252871ecfccd1ca6, '', 0, '?'),
(0x370d386fceda0bf04752643b273d2ef1, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAnim.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAnim.php', 1, 0x00000000000000000000000000000000, 0xb02db9fa00e6c40bf604745fb4d8e684, 0x9119df759d30bdca628a0e2a930db10ec2f54b36d334b2b64690c826e1ba65d6, '', 0, '?'),
(0x00611930cdc4ac3a638c74204739fda8, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAnimAmp4email.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAnimAmp4email.php', 1, 0x00000000000000000000000000000000, 0x83a7bfde08d00f55b28088542e223898, 0x62e57ca029c1578c6de36f8b77a37f78bcd74ef7ab56ea408fa6219b8f8bf379, '', 0, '?'),
(0xdd4971f80d1d54cbe5deccdb63a36001, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAnimExtensionScriptAmp4email.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAnimExtensionScriptAmp4email.php', 1, 0x00000000000000000000000000000000, 0x3ee711bbe78b524ea3fb755d66d1fd52, 0xf00faa4df66b9ad11caa542ed972dcff5c2ad77555a862c5b9509b8eadfca528, '', 0, '?'),
(0x7e1d3d7dc6ad2e23b152067eb0803764, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAnimation.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAnimation.php', 1, 0x00000000000000000000000000000000, 0x03b9d7352df0f09f0782ffa776b3e073, 0x9382e6fe707ade6454cf4006b7dced5f39c506a30a5623b2d070ed5a3cefe023, '', 0, '?'),
(0xe53b9e04f483d089d0df6745ecbf3bfa, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAnimationExtensionJsonScript.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAnimationExtensionJsonScript.php', 1, 0x00000000000000000000000000000000, 0x69e546737433d8e49dd3c2b6bd925e15, 0xe34cccfc56fb9681973fbd9936e1c461e889c6583f223c09a084c82bc3a81721, '', 0, '?'),
(0x36755403c7c8a944154fde73dca5ae68, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpApesterMedia.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpApesterMedia.php', 1, 0x00000000000000000000000000000000, 0x26ebaaf1bfb782037d71d04947d36f83, 0x6e22cddb4ef7cd8c38e041084add80be8b62dc79d1cd5cb3db996918977281a0, '', 0, '?'),
(0x2f806dd769777c5aff6c1425a04aa02f, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAppBanner.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAppBanner.php', 1, 0x00000000000000000000000000000000, 0xbe7f85e0448a71f260f8447e11c86b64, 0x108d0510ceef2480797ff46d8c360623ebdbec7a1e402b8ba8ddfe5963e61f3b, '', 0, '?'),
(0x68f3493a472c2fbfa1b11b6b952ba94a, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAppBannerButtonOpenButton.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAppBannerButtonOpenButton.php', 1, 0x00000000000000000000000000000000, 0x2b5adcecccc1fd1f0aaab398229262c9, 0x8a3adeeef0f4339c4833ebc42d7582b8dc03a2d2ceb8afca7f8681bc0bf7ef24, '', 0, '?'),
(0x0903066a055b1383ee323b1272e25042, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAudio.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAudio.php', 1, 0x00000000000000000000000000000000, 0xf37b007a9d1b7c99ed3ca64233c5e073, 0x7400d038dc2bd1368c407b2f3bc2236d43b319c24b4374858df89cdec7c08635, '', 0, '?'),
(0x38ee6e5d0b64912398c1c93c09e7ef5a, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAudioA4a.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAudioA4a.php', 1, 0x00000000000000000000000000000000, 0xacf04ebcd5687ca52dae7a67e6378b3d, 0x9f105fb2a76b6de2ffa470269749756b78a10685d1d68a0dc558bf17afba86af, '', 0, '?'),
(0xa7ca9022c335b58d48f76a1f8346cc72, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAudioSource.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAudioSource.php', 1, 0x00000000000000000000000000000000, 0xcb5f7c81398ede65013903d63d662762, 0xc7eaffe0ed764805071ee81adc0fcd4142044ab0c0c94a8f517fecd74f120c6d, '', 0, '?'),
(0xbcebff4df94c5995384f53eb59c41045, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAudioTrack.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAudioTrack.php', 1, 0x00000000000000000000000000000000, 0xeed092765b966b2494f153bcde410c33, 0x428e03a58b1948bd9211b05108728a04d6487b8b241720e8883631bd4d5a860c, '', 0, '?'),
(0x5ddce9bb0e1b19fa601499c6ca89c7a5, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAudioTrackKindSubtitles.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAudioTrackKindSubtitles.php', 1, 0x00000000000000000000000000000000, 0x43c4db51afd03212aef5538214c11573, 0xf70a1930a7721d96b821ef52e09ebe803e880cc680db197745261bb34e4e53e7, '', 0, '?'),
(0x98435dcabf936248402e3a949afe150c, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAutoAds.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAutoAds.php', 1, 0x00000000000000000000000000000000, 0x65410675e73d25432f0bc61496a05a43, 0xa9f43c8e19b9956b91cd5ddb5006e03a65a5d3837effcd4a7ba47c373f30a8d8, '', 0, '?'),
(0x63d7ee4cd83968510d4992cc199ae715, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAutocomplete.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAutocomplete.php', 1, 0x00000000000000000000000000000000, 0xa34f4ce10205a840f8b649f703721409, 0x96c3e3e5e102084858165adb709fd361777e78e37e7114b4a7620aef75ba524a, '', 0, '?'),
(0xf3590f875d171614272227ccaa495a42, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAutocompleteAmp4email.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAutocompleteAmp4email.php', 1, 0x00000000000000000000000000000000, 0xd953851803e721256363605c8e946dd6, 0xa05a0aaf4aa1087c51914ffd312701244724b30ca059ede8068dc71a970b012d, '', 0, '?'),
(0x7759cbbd8774aab5b444b249e2a3236d, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAutocompleteInput.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAutocompleteInput.php', 1, 0x00000000000000000000000000000000, 0x6a9b2db2dd27b16dbdefa362cf239c21, 0xa52d6fd70ec5e6ced8d9c2433fe4951b081363f43ec296035a03abec9c20ebc7, '', 0, '?'),
(0x5469bd3ee35ced9f5df63b200efefa40, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAutocompleteJson.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAutocompleteJson.php', 1, 0x00000000000000000000000000000000, 0xd3e1b2f06bff0d61da89f679a1790531, 0x8f054275102366e1039bb3e74f0188fb941c4dda10aa9157cbf278279dae1086, '', 0, '?'),
(0x21da3493d411f9cc879725580c91837c, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpBaseCarousel.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpBaseCarousel.php', 1, 0x00000000000000000000000000000000, 0x768b353b1a690678dab45b50b450a3e8, 0x94fcd2c8b1a461bbaeb8340e8208a671fdf250048c5f566fbd0ce4a344e3dc98, '', 0, '?'),
(0xc3be8d671a0493b303b82493266e8abc, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpBaseCarouselLightbox.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpBaseCarouselLightbox.php', 1, 0x00000000000000000000000000000000, 0x6d05b15e727b701b0bad1eb0d45751c0, 0x438014ec83a5154c1bfe95e1d8fc540c1376b3146fa51b16446882ed8fe8719c, '', 0, '?'),
(0x92d2803796f5e57fb9dfe343b0f9367d, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpBaseCarouselLightboxChild.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpBaseCarouselLightboxChild.php', 1, 0x00000000000000000000000000000000, 0x2a2b970d87942a8c1c8b97289bb1873c, 0x0a99f8e2e99872201ec070a638d6ef58ef5eaef49e166409c3f4e744304e96de, '', 0, '?'),
(0x397048b056ef0cd8325fc73cef3a7ef3, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpBaseCarouselLightboxLightboxExclude.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpBaseCarouselLightboxLightboxExclude.php', 1, 0x00000000000000000000000000000000, 0x2566ed8f0df8b54c2699c16eece33e1d, 0x4aac4a92aa796fef20f14050ecf49b697d32f0790a827dd0d3194cf7c05a327a, '', 0, '?'),
(0xf736ead1e7671a2c290d9a18c85dcfa8, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpBeopinion.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpBeopinion.php', 1, 0x00000000000000000000000000000000, 0x54f0d776fe1245e12e465509b7f00bf1, 0x0401802f87887222ece81a14b548b4934a544d64a1eca2997c6bc38599603e19, '', 0, '?'),
(0xae537c1ceb915a0757c41f7ba437dece, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpBindExtensionJsonScript.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpBindExtensionJsonScript.php', 1, 0x00000000000000000000000000000000, 0x8fd9f61de72e4900bda756ca88040fe1, 0xefcdacdeabc47988c66baab1394bc0f2ca1fcf8ea8679ecf95cf8ad0fe6a3055, '', 0, '?'),
(0x325776d0865baa0ed066797471177869, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpBindMacro.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpBindMacro.php', 1, 0x00000000000000000000000000000000, 0xcb58f8fc5bd2b7bef3be1a351df55855, 0x5dc377cd8c506c140426d078e2cb80a20a1e0379545948baa0bf58204230c01a, '', 0, '?'),
(0xf3583a7a7e850ce2c347711b8c09e1af, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpBodymovinAnimation.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpBodymovinAnimation.php', 1, 0x00000000000000000000000000000000, 0x73c5c15d911ff4aa9f956524e27fb656, 0x0ce058d69517cef1c3095c85cc5a664d12094467b74d6b72f4d7364878c03e82, '', 0, '?'),
(0x6d834d540f0de9d6f49ef144be963cae, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpBridPlayer.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpBridPlayer.php', 1, 0x00000000000000000000000000000000, 0x12c7a88e5cf2444f333a6ed513bb7f3b, 0x949f3d6ad8a24fd9ddb14cad6399fcac268c4bce3cebe91cffbff9ee6e5f43af, '', 0, '?'),
(0xaca9512179de5e80b7ec0cf05cc656de, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpBrightcove.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpBrightcove.php', 1, 0x00000000000000000000000000000000, 0x875187bdcb2b08e805fd20c88d2ec06c, 0x73801f5a3c9194cb64210657907e9aaf7700ecb67cb22d47e1e9e91270362bc8, '', 0, '?'),
(0xf441945e447b7c0f06b7beda9d50e3de, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpBysideContent.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpBysideContent.php', 1, 0x00000000000000000000000000000000, 0x5c7f84d39b9af1d6ac9f250fa8db0022, 0xd722f3251413da39fecb3af47001cc888cc29b37f14520d73cda6c519ac002e7, '', 0, '?'),
(0x7e1d5b417418a5614aba1c046a477f7a, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpCallTracking.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpCallTracking.php', 1, 0x00000000000000000000000000000000, 0x7bc220c14d4b4ea942dd5fe36a980de4, 0xe5b6e57b94ff324a365371a0a41aa362bf45c3b5e0456dd4b0144c6731f7d878, '', 0, '?'),
(0x40a3fff5568bf6ae01026d640b67a8e9, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpCarousel.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpCarousel.php', 1, 0x00000000000000000000000000000000, 0x883670edd29d97bf8cbf1ed86b5965f2, 0xa048aa507ae11ee59f957d4661b434b557d379e511c5fa58108d5cd2aaef0290, '', 0, '?'),
(0x48d25dc7fba4a3e35d70e48f0d19456f, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpCarouselLightbox.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpCarouselLightbox.php', 1, 0x00000000000000000000000000000000, 0x6cb98191e5743fe9a7f8cacc21d507c6, 0xea66e8a924cf0683415d40b6d766be7f37703b82e36588ed74462070d37ffb46, '', 0, '?'),
(0xfdfab1943185ce4d69eb80cd30e515a5, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpCarouselLightboxChild.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpCarouselLightboxChild.php', 1, 0x00000000000000000000000000000000, 0x12c5bb2ddaad973d2e2ef37622d7000f, 0xe890996251f15a08d308d79408019f546ce52aeaa469951526b94d79f52e7d17, '', 0, '?'),
(0x6e0c23c55064fad7b8c591fe9f2b5130, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpCarouselLightboxLightboxExclude.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpCarouselLightboxLightboxExclude.php', 1, 0x00000000000000000000000000000000, 0x13677c5e669b6ddb1332341438e3f6e0, 0xb2db93aeffd0700002e202e389be28fb8f7e522d89f50277b4a29412ad6fed9c, '', 0, '?'),
(0xdb0548a3237f7692ef6eed4da655fa0a, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpConnatixPlayer.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpConnatixPlayer.php', 1, 0x00000000000000000000000000000000, 0xc2739453d40028c280e284179fa5a3d4, 0xecd2fcf4d9a59b3d2165ac1e31b0aba6657d7a14dda1d4960b73be0d2f4ba3be, '', 0, '?'),
(0xac02e051a832e35050cc03308f386ea1, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpConsent.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpConsent.php', 1, 0x00000000000000000000000000000000, 0x0edf6656d4cb62e5fca42c89476472db, 0x17a37f37d1652c2cad08a36fea46b9a047a92ce5d0c5ed0e64170c6c5b1ae91a, '', 0, '?'),
(0xefd9341d13e08ab6a7eda85d9dd1d403, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpConsentExtensionJsonScript.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpConsentExtensionJsonScript.php', 1, 0x00000000000000000000000000000000, 0x5abc8f9b8a5b784c441549730f60a686, 0xd58c5d1c64d57962c1ed7d3b4483b21f713dd66789359a43f39f493fe18f65ef, '', 0, '?'),
(0x245649ff89e3e56e100ff7eab89d8125, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpConsentType.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpConsentType.php', 1, 0x00000000000000000000000000000000, 0x40738d5a4183130b95db32b41e68c8c7, 0x4cbcba66068f6c8ca684e10af3da74f864af8336bc0e0b6e390dec8f8ce684ea, '', 0, '?'),
(0xe9ab8f4a780777e410c05e90a3ff4740, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpDailymotion.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpDailymotion.php', 1, 0x00000000000000000000000000000000, 0xbe17c4afff42d20b3cbfa615100ac14c, 0x3d17fc538db8f68a723a62a3b4e99ec17551d4ddc8a2189393227d60c7b923d6, '', 0, '?'),
(0x3f7a27e2233e6b022b6e657578847f04, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpDateCountdown.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpDateCountdown.php', 1, 0x00000000000000000000000000000000, 0x5d1fd3b64932e243dcbf4c9c1f67c3de, 0xc7b023896dd82eb5570421466e3e98a793323fd358396f73ecc88f4ab963c38f, '', 0, '?'),
(0x503b713381021c8a6a842658105041b6, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpDateDisplay.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpDateDisplay.php', 1, 0x00000000000000000000000000000000, 0x82a065b562d7e1ca335228a1d1b1ac1b, 0x235dad0553e7f816ee7e5a2ecac811d3ae825bb36cdf287aa1a4096ec9a7474f, '', 0, '?'),
(0x86c4bf7983ccab99d2d3e1db56672f11, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpDatePickerTemplateDateTemplate.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpDatePickerTemplateDateTemplate.php', 1, 0x00000000000000000000000000000000, 0xfe57b4f51ceebea35520b42c2df2b6f4, 0x98edd9dd98f6db5269b51df78caa992706b483859aced93a6c9f2a9d3f41ffd6, '', 0, '?'),
(0x3d09d142c5c677a99534d3634a961e8e, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpDatePickerTemplateInfoTemplate.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpDatePickerTemplateInfoTemplate.php', 1, 0x00000000000000000000000000000000, 0x19c74701f4d06962d8a64916517ded65, 0x26ab4e201c010f886db7e135571c7b92b446451d7483914cd050383107ea387b, '', 0, '?'),
(0xff34a7e31c51fa45050fcfbd80703fc3, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpDatePickerTypeRangeModeOverlay.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpDatePickerTypeRangeModeOverlay.php', 1, 0x00000000000000000000000000000000, 0x5d2f445ce55427c2c7dfbd6b36184847, 0xc0f1b15b5ed60f6f2483a9f9a869deb64a2553c80d97254efed5dceb9ee653ec, '', 0, '?'),
(0x18e60207d5399edddb34ec86b610ec67, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpDatePickerTypeRangeModeStatic.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpDatePickerTypeRangeModeStatic.php', 1, 0x00000000000000000000000000000000, 0xb2f1bfc4e277af0aa9ff9094c508f437, 0x13b14867a259708a250e064750aa56ae8b89cc372ba9764c43330d0a716302df, '', 0, '?'),
(0x806edf00794575efecf1cacccb06307b, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpDatePickerTypeSingleModeOverlay.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpDatePickerTypeSingleModeOverlay.php', 1, 0x00000000000000000000000000000000, 0x7f3732e13cb1b8f6292e5f72f3dda65f, 0xfe615137c23514d787b16f7bfa44bd752225d9c9a5bd62cb7265f7b34fe7e1f4, '', 0, '?'),
(0x6f3f49e564f47a61fe250a4ff2a39964, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpDatePickerTypeSingleModeStatic.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpDatePickerTypeSingleModeStatic.php', 1, 0x00000000000000000000000000000000, 0xf1544835233c974448fdeb5e6314cf93, 0x7218e58776684c4d0a7608d345c35b7eee1408076aa44d4e81025888c1a273dd, '', 0, '?'),
(0x02b77dde2bc1c76308820d2914c6a335, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpDelightPlayer.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpDelightPlayer.php', 1, 0x00000000000000000000000000000000, 0xa9ad71c2e864a2d17431cfabd23b4d4f, 0xa94c1b8392d4ad4430c88e24a64c601aec2a2e458da84db448f1e61b235c8a7e, '', 0, '?'),
(0xf3dd3b66ebe9a26b7b4682de49d87c96, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpEmbed.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpEmbed.php', 1, 0x00000000000000000000000000000000, 0xf85d619baaa5737bcc7007c31624a99e, 0xec8e759333a4c6767b80baad085dc41705fce714146358c43482f934ee9dc276, '', 0, '?'),
(0x0bbb311c20af3a7c2fd64a536999a852, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpEmbedWithDataMultiSizeAttribute.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpEmbedWithDataMultiSizeAttribute.php', 1, 0x00000000000000000000000000000000, 0xd0a99da12be9c031188ea8bc5b8a4bf2, 0x39e1854d23dc6b5d9f139571a16a15199d36dd821fbac2c2d9c72a859d04afe8, '', 0, '?'),
(0xf10f5dc914637fcb2650d794463b2ca6, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpEmbedlyCard.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpEmbedlyCard.php', 1, 0x00000000000000000000000000000000, 0x9b7f13a95f858d08414771c03a21246d, 0x56ee4d96dc7d89ba7f375ad5dbf62d683db2cf2f6aa66a44804316d855001ffc, '', 0, '?'),
(0x3d21ef7c3cd41f45dc077f09c0e6dfb0, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpEmbedlyKey.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpEmbedlyKey.php', 1, 0x00000000000000000000000000000000, 0x39d9e888353d48532c25ce12766b01ff, 0xaf5ff0501ccda33cea1e92592f87fd1438e546580f7e051c269e232e09d842da, '', 0, '?'),
(0xde8c1b70f8ee159612b9c7e3bafed25c, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpExperiment.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpExperiment.php', 1, 0x00000000000000000000000000000000, 0x97ceaa2d14e0612c795e435542e9b8cd, 0x840c44ee2de1fdd8b818755225cc8de9a59c6760a78a6dd3471f452e45cbe6ad, '', 0, '?'),
(0xc27f137315157365112f577f1105b99a, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpExperimentExtensionJsonScript.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpExperimentExtensionJsonScript.php', 1, 0x00000000000000000000000000000000, 0x989412aa2dfed93607b21e74f6974a2c, 0xedd6bd314bfe2d8526c076a7e0147d4ad41a7ad2de62f5c746729210605743e5, '', 0, '?'),
(0x729a6ec51908485fb7ba172ea7e3f72d, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpExperimentStoryExtensionJsonScript.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpExperimentStoryExtensionJsonScript.php', 1, 0x00000000000000000000000000000000, 0xe0a358ea2ed437fee353878a30e9093c, 0xb3e048610be0bb312a1638994d47c99c43d0e0888e17f839b11bc510cbb3ba89, '', 0, '?'),
(0x960c61c71663c802d38067c139e71672, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpFacebook.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpFacebook.php', 1, 0x00000000000000000000000000000000, 0x8ede8f904173b9776dd61f6dac3b49cc, 0xdbead6c642c8dc20d5edfedd63999ebf8526a3d0d615c2aba0daffdee7967f70, '', 0, '?'),
(0x36b1dd3b05002395b2b61467e36a0a4a, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpFacebook10.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpFacebook10.php', 1, 0x00000000000000000000000000000000, 0x1200baff8ae2e86df422edae3e1c2534, 0xaff37182fd4c1c621d40e8c176055a5fb6807b51ff2348168776810125e8c4bc, '', 0, '?'),
(0x5a5649e3ff737be8ad5b9cc4ee8c69fd, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpFacebookComments.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpFacebookComments.php', 1, 0x00000000000000000000000000000000, 0x52e8b4274530408e72ad4e39a357a38f, 0xc9771e87f225d756c8bdd1c172fa461f2bd64205b368cbdb019b915e8fe211ff, '', 0, '?'),
(0x12bd6f2c794d537138424c3c193221bc, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpFacebookComments10.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpFacebookComments10.php', 1, 0x00000000000000000000000000000000, 0xbc82c73295d2d93cfd8e7e1c92f0d55a, 0x1c582adbf8e64b5894a810935d14b586b777bfd129682976e98b862ee777579d, '', 0, '?'),
(0x6df2f0984246013515f953e081db094a, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpFacebookLike.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpFacebookLike.php', 1, 0x00000000000000000000000000000000, 0x30176206a79cabecc4250cd77a9f4364, 0xa51386749200d5270c2eec4145301968b12484312770602c10b5616f82f212a7, '', 0, '?'),
(0xac4e3b2a40158809e2ca9d945abd6721, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpFacebookLike10.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpFacebookLike10.php', 1, 0x00000000000000000000000000000000, 0x23e4df463e8001617f93383dadee6206, 0xe7d25f34c88a9d00301bf9c25960f499ae71b353247be05178c3dceeb62032a6, '', 0, '?'),
(0x54c24ee70d8388b3770054d60eb40e50, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpFacebookPage.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpFacebookPage.php', 1, 0x00000000000000000000000000000000, 0xed1963600eebfa3d694715654980f9ad, 0x40b3855ba60fc1ef8e5f6a3e856c5f8e5443d0eda11830b9e9de5f8671af0f46, '', 0, '?'),
(0xd15f6ed87559b54cf6fd7e0ca0d7a3f8, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpFacebookPage10.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpFacebookPage10.php', 1, 0x00000000000000000000000000000000, 0x91c7c0d81de170e0eb4c82c6d93bb6bb, 0x1e84dd49265678707e9dcec8dfa8b829a6028692f320eebee5d107307cb142a4, '', 0, '?'),
(0xb7a836931b56a7e6bc6e3d94de532d8b, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpFitText.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpFitText.php', 1, 0x00000000000000000000000000000000, 0x8133a87eedcdb94363e6ca06f3e29a8d, 0x471f99d0d2554e19e986f1e093519a4ab8d60489d4dbdd2d260c5095f2dc23ce, '', 0, '?'),
(0x1c85ef8d29693a1174ea8c1bf4907132, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpFont.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpFont.php', 1, 0x00000000000000000000000000000000, 0x4a10d949daedb305a314e73cee593950, 0x091e33a92d89bc093723df5a47bf6ce8bfd19355f10479c8164242dee3bcd81c, '', 0, '?'),
(0xf0e962a3133fa7d394c20d992b65c0c9, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpFxFlyingCarpet.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpFxFlyingCarpet.php', 1, 0x00000000000000000000000000000000, 0x1638529f9811f1ff1ae1be63eceb9a60, 0x6fb1e9c7e5186c433b9f41eaf25c1810206f437a6d74a24beda1bcbac116d991, '', 0, '?'),
(0xa8dc0b6811875fb08e5429414d876460, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpGeo.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpGeo.php', 1, 0x00000000000000000000000000000000, 0xdf2e0e530938f85e52c1d4a23dcf1707, 0xdabfcb9e83c60230047d1ba9129028b59370e75d0e0299fd09e93891ddf58f61, '', 0, '?'),
(0xe67124ab6fb074d2e571315f29075019, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpGeoExtensionJsonScript.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpGeoExtensionJsonScript.php', 1, 0x00000000000000000000000000000000, 0x5adfc28b7edbc4ea8cab922ad1774f15, 0xdf839d5a78555c693ebb621737f94a9e6f137912106baad50d28d7a625848e6e, '', 0, '?'),
(0xde56e981564ea194b7f1c9512edd5f2b, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpGfycat.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpGfycat.php', 1, 0x00000000000000000000000000000000, 0xf27fbcf1b4a6dc685e2d26c745413f5b, 0x37eb97b92827126eae6c7c1af0e3487da3421cd5b7a766c58e30658d465af0a1, '', 0, '?'),
(0x3662410ede1eac8ffd6ae8ea7a5eb49d, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpGist.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpGist.php', 1, 0x00000000000000000000000000000000, 0x611d9b3efc5446883d0cf1fc2ba537f2, 0x22cf1b8d8c459e9bcb1367b00183620a9b9b94808868ab8390448959eb00f59b, '', 0, '?'),
(0xf3a901a87b6bb5768054f0f2f93ff31a, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpGoogleDocumentEmbed.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpGoogleDocumentEmbed.php', 1, 0x00000000000000000000000000000000, 0xe16596f2a1177b769f1888298d53000a, 0xceaa965044508c88e80cfa829ca7e4d8865686d2e8cc583b6b41eb2a0f1042b3, '', 0, '?'),
(0x1b66e54c996ae26462db63da72f96f0d, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpGoogleReadAloudPlayer.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpGoogleReadAloudPlayer.php', 1, 0x00000000000000000000000000000000, 0x1e8b4f7ea9a4fa21897dfce7cfdef861, 0x0a736f514ea939e77329f8d31cfb79fd6a4a2f4c5eaf34e2b9cdc4fa43ff8137, '', 0, '?'),
(0x789e7edf531fd065c4188963dee7c671, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpGwdAnimation.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpGwdAnimation.php', 1, 0x00000000000000000000000000000000, 0xb95ccdafce386229d7a5335c6a8c6ae8, 0x905f51bd8d5bf2ee03b77f7b1dd0d0273292124844e6fd21b987d446950e9ef3, '', 0, '?'),
(0x2dfa1db712d91ccfda342ed7335bab78, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpHulu.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpHulu.php', 1, 0x00000000000000000000000000000000, 0xdafe44baeb9d3add9689ad29e706bbd9, 0x10e9322596e2e6abace24beb759069c70824b33fe878fdfaacb23fe4eaf5d0c7, '', 0, '?'),
(0x3b84fac6ce8cb12e4563046304eb80bb, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpIframe.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpIframe.php', 1, 0x00000000000000000000000000000000, 0x790e577ca35a66f0d11808fe29b8cd26, 0x7a56accdd7870323f9bc867f2da9492720dfca99c238a9e2d7c83330207d7e4c, '', 0, '?'),
(0x0fa6d505c46303369ec3a119ef46503e, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpIframely.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpIframely.php', 1, 0x00000000000000000000000000000000, 0xe103fbaa976b74f68ad6128702886947, 0x6c9670790091c3e49853f594e3146e4c2d93d9e4a92ab30483e85c2df24cc991, '', 0, '?'),
(0x4d3b3d231f53d439343b40378d4ccc15, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImaVideo.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImaVideo.php', 1, 0x00000000000000000000000000000000, 0x70b4dc7f12407651310ad9c60fc217bb, 0xbf9ec632249d889f5629f5b6e20589f3cc80376a6fcd358d33d4d86ce624ff8b, '', 0, '?'),
(0x7f64f8e1b1988705e9e29d9680fc5a7c, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImaVideoScriptTypeApplicationJson.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImaVideoScriptTypeApplicationJson.php', 1, 0x00000000000000000000000000000000, 0xe1ed0c28ffd3d8b4f834cacf89120287, 0x7b28606f3d8bfb832bbec8164b94ad7b6ac3e60c6277ef27f867cd1e06258a83, '', 0, '?'),
(0x32912c198b65c087d5f560b4dd02150d, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImaVideoSource.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImaVideoSource.php', 1, 0x00000000000000000000000000000000, 0xfd7ff2842591e4a40efe2d9a7a85a19a, 0x3b9105a14f5545cc9d9a0bf82cac7c5b9b6be4b316cdafc4d1afd10b748af639, '', 0, '?'),
(0xc342c4169014ec4b3bc3d40f68d3851c, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImaVideoTrack.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImaVideoTrack.php', 1, 0x00000000000000000000000000000000, 0x1cc2e4ad0eaa5d800e1502834f967fce, 0x97afb07b2c0aa78227eab1d73316502208233e543670676dc9ba5854bc75e807, '', 0, '?'),
(0x638dd2f45713599990200b3b47692f29, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImaVideoTrackKindSubtitles.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImaVideoTrackKindSubtitles.php', 1, 0x00000000000000000000000000000000, 0x3ecf5700b971f77b868a144f6384f78e, 0xb1828144b702bc2fb7292726b229fd1b6ab2070fd758e47902504b8cefd9cbcd, '', 0, '?'),
(0x0bc74322eb654fc86abd6f5d9a1bcd8d, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImageLightbox.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImageLightbox.php', 1, 0x00000000000000000000000000000000, 0x1d7fc34f9a14a5394a6eeaf91c06ea04, 0x7b3dead5912860af422488a9a238e8c80da762b33e2463ea15d66139ee72b4dc, '', 0, '?'),
(0xe1f531b458f99d2c1a2edd4b441ba2fd, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImageSlider.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImageSlider.php', 1, 0x00000000000000000000000000000000, 0xb47523cb06d1f24a203bd5a86d09f79e, 0x7fcfd154fc5bf4fd08df10ea37395372aa0f17336a47dea0ae2c49a488409fcc, '', 0, '?'),
(0x3d09490e1a16836a9b268f41f0aa7eb5, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImageSliderDivFirst.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImageSliderDivFirst.php', 1, 0x00000000000000000000000000000000, 0x722eff38c6ab957cb4cc1639694229cf, 0xf048a7929ebb623810628b812ddb7068faf9d2839e9d687dbe927eb10ba0b5d8, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x447755e59e5409c6a655818a8f02c798, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImageSliderDivSecond.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImageSliderDivSecond.php', 1, 0x00000000000000000000000000000000, 0x05c4648aaa1e68144e99610baaf7203a, 0xb6aaaaaff104b4f919d3bdca4253501a8de6e2d6bd2a30a5ffc1005dcafd9995, '', 0, '?'),
(0x742abd201e8681599ed70fded8419fd9, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImageSliderTransformed.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImageSliderTransformed.php', 1, 0x00000000000000000000000000000000, 0x3a2476b079a64ad284d8ef73737d4b54, 0x9fc3cc50f1f17562f6013bc68cd7d67382fa595e1059562ca879e454f313fda5, '', 0, '?'),
(0x968339f3ece78b251bf0bb9ef56bc7c1, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImg.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImg.php', 1, 0x00000000000000000000000000000000, 0x067a87b5f7458ae83aa87450f474bb5a, 0x55f2fd0ac3e62f3e6d83ab87d952a5b36b9f7740eaa9de3ff505341bd07cb5fe, '', 0, '?'),
(0x5c76d65c08259ab925b9a94320015dc3, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImgAmp4email.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImgAmp4email.php', 1, 0x00000000000000000000000000000000, 0x724697e080bb0d42e5af326a0f438d51, 0x8a086f9cd379270c722312976bd4f5a7d03a4f25f22eb628084d0d0e85eae570, '', 0, '?'),
(0x88965ab916ef779c185417a123276743, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImgImgPlaceholderTransformed.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImgImgPlaceholderTransformed.php', 1, 0x00000000000000000000000000000000, 0x2b45f7d5d2483ff5da8b10e1bcea8310, 0x9949bb18f8170f18ae10625fec096c6b0e3d0bafcf2af696df6688c3583be919, '', 0, '?'),
(0x128ee840c30631ce3d2d63f23ad98bbd, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImgImgTransformed.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImgImgTransformed.php', 1, 0x00000000000000000000000000000000, 0x6863fc29e83f91e8381f8bd9cd608bea, 0xdf63bbd0bd54e758ea02aca4c58ca71399118f4ae5f25b2bae89496565c228fe, '', 0, '?'),
(0x6c4e50021b4ea77a2ed2d85a31d45967, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImgTransformed.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImgTransformed.php', 1, 0x00000000000000000000000000000000, 0xab5c576052ea293f35d81940fe165db1, 0xb78f5ef43b0db8cde89da0f489918d64f93fe4aa14e0643138af414f7f6006ea, '', 0, '?'),
(0x19e0594685b162cda930f46ff46a2394, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImgur.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImgur.php', 1, 0x00000000000000000000000000000000, 0xe8211e1d39899d10dcbfd135270f4138, 0xad103acb35c9d31664e09f2b6e7f89e542281d2c6963a335983a6dd102687452, '', 0, '?'),
(0x8d5078e5fa84740abbf4d59fb78013c8, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpInlineGallery.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpInlineGallery.php', 1, 0x00000000000000000000000000000000, 0x2f46ae2def0b1a04740de9d8b1f6ce2e, 0xb0a7428658f7bb003aaaa813e7e13e5fe0e1c8277fcec508c411202a00ad2573, '', 0, '?'),
(0xf7c9d7f6f21c090dc7519d53134adfd9, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpInlineGalleryPagination.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpInlineGalleryPagination.php', 1, 0x00000000000000000000000000000000, 0xb32d2959d55920c0f292801045b35b80, 0x6f64eef2dd34f388819b990501cf31b5ae17e6ad97236cadde306d8e3ab88b18, '', 0, '?'),
(0x0208bccf4e35d4569a39c2984befafbf, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpInlineGalleryPaginationInset.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpInlineGalleryPaginationInset.php', 1, 0x00000000000000000000000000000000, 0xb7d0dbd0af738f49590b06eaa7c5ea94, 0xd31275ede87ad243bd8702df849905f63be749b70e3d78c27fc1924d91aaf29c, '', 0, '?'),
(0x53e691bde2a97a47ae9319c9b519a95c, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpInlineGalleryThumbnails.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpInlineGalleryThumbnails.php', 1, 0x00000000000000000000000000000000, 0xce45dfa1df849043766db12689945f80, 0x4602fa8d57cef356da5d29f6fcb04d720a246562cbb1d557a83c0ec8eb4d2ad8, '', 0, '?'),
(0x3bca2c634c4e6a718610090c4a5d396d, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpInstagram.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpInstagram.php', 1, 0x00000000000000000000000000000000, 0xf202c8f14c2b7eb1036b8c8f98bdc218, 0xd4d02fcf7d7d0f59ffb2cd87976ae0927e47e69dcb852cc7112e19890baab49b, '', 0, '?'),
(0x0fbeb3abf7f7777969c2721d00443a9d, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpInstallServiceworker.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpInstallServiceworker.php', 1, 0x00000000000000000000000000000000, 0x8048b4e7215cce11898fd75281822ddb, 0x3becdbb357db730db635b52115e2df08b87a34af4086042ed38202dfc51db8cc, '', 0, '?'),
(0x2be32ecbdd44b70f356355248d04024f, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpIzlesene.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpIzlesene.php', 1, 0x00000000000000000000000000000000, 0xdb8839084639e208d45e263c96cfa437, 0x1a0b605fb60395f876eb752e4ee9093f4d3eb3f3b338660cdaaa530ca0a80576, '', 0, '?'),
(0x17b69fb85ada12040086017e8da53e64, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpJwplayer.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpJwplayer.php', 1, 0x00000000000000000000000000000000, 0x5c7619f30116b73c0d824916d0d7a71d, 0x09e97f0592f4dafe1d0ed2219aae75d54352a698034e0cebd77ff54393f751d9, '', 0, '?'),
(0x9332212e8559f54a372c2c9476015a18, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpKalturaPlayer.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpKalturaPlayer.php', 1, 0x00000000000000000000000000000000, 0x0089f086bd9d88f6923e8c0516682d61, 0xf4a11d1e694d54ef942d47300ef56cf37ddcd06bda0e2d24fc05911fa6084e1d, '', 0, '?'),
(0xee504d71273b1d2e2a7d6e79e84c8758, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpLayout.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpLayout.php', 1, 0x00000000000000000000000000000000, 0x149051128ccebc9a2c8b36228c2aac7f, 0x16825483eb0f3fdd2b3835eabd857148354690c29bc1d21395fc40982815b03a, '', 0, '?'),
(0xf4a9c2bce0e0ecaa0094521b0b621e10, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpLightbox.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpLightbox.php', 1, 0x00000000000000000000000000000000, 0x4dda9944bc2762958858e3316d442476, 0x13ab100fefc343d7d17317c5b991b2df47ee6b1c0a781e7129422fb989bdf9bd, '', 0, '?'),
(0xfb8b197814f1a45c1034a3c18c1489bf, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpLightboxAmp4ads.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpLightboxAmp4ads.php', 1, 0x00000000000000000000000000000000, 0x100bf170389c7d8a5c73d760e2810b07, 0x7c4cc0ae6999ffdc8f8e5240016449ec6e975dd2f7afe2d06e98b6f90c99c149, '', 0, '?'),
(0x8ef1885572115e84a04e968b249a8341, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpLinkRewriter.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpLinkRewriter.php', 1, 0x00000000000000000000000000000000, 0x5f7a1f06eee06597b327d21c724919b4, 0xc10554e6a4b22a55349a038410eb769f66bfeb4d4a2b7ddfaa28e0f7f0e98e79, '', 0, '?'),
(0x83313f2f79cfde09eff1f349d8d8f9f6, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpLinkRewriterExtensionJsonScript.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpLinkRewriterExtensionJsonScript.php', 1, 0x00000000000000000000000000000000, 0x34214214c7d674ff09c115f80100d42d, 0x8f01749c6d7aeb18071ac1947ec176ea4e03dd83ac771b0d721affddf6e8679b, '', 0, '?'),
(0xdb781fddf8f5d2da0a49c4aadd93d93e, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpList.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpList.php', 1, 0x00000000000000000000000000000000, 0x97609cc14e14ee705e79d20892830658, 0x1acd7022ec85f5420a9512aecad939c38b28cfcc0ff9662496e8bdac4dc8a7da, '', 0, '?'),
(0xa8125ab6d3f7d4515808eea5b87f10ca, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpListAmp4email.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpListAmp4email.php', 1, 0x00000000000000000000000000000000, 0xd881cb282dfdaa58e09da133882c81dd, 0x161320bd1c0320de115bf0f97006fde3096a7f9647ab69d5afc1e81f8ed3148d, '', 0, '?'),
(0xc8c549717c6489c0f249543793aaa988, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpListDivFetchError.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpListDivFetchError.php', 1, 0x00000000000000000000000000000000, 0x0ed579648ae512049aa82e07b7cca2ad, 0x3d8d38075b34958af5891b293e09d847bddde5fde17c679488464fb7bbc8b1d7, '', 0, '?'),
(0x1708aefe1bd4badbb9ca401d7b937d74, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpListLoadMore.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpListLoadMore.php', 1, 0x00000000000000000000000000000000, 0x5a3da4db0eeb6d05836fd26fa338cb45, 0x40161586e0e1a2182df960d8bb0e4e1bea2b74cc3f8270559b9595efed6f0f06, '', 0, '?'),
(0xcf7371b4d459d53e845ba5d64c0a50cb, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpListLoadMoreButtonLoadMoreClickable.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpListLoadMoreButtonLoadMoreClickable.php', 1, 0x00000000000000000000000000000000, 0x4cec31b479857f1f112e57c90f194b0d, 0xbd0f01fca306d5dbb697ad4232738c5164dbb4aafbbd759e1e019ef94141666f, '', 0, '?'),
(0x1e090664e583ca2ec2c479dd53475a83, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpLiveList.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpLiveList.php', 1, 0x00000000000000000000000000000000, 0xa91af1ea80aac1604b2630e18e8f95b0, 0x837fbfd9fe67339a36d0d79b24ade1989004b7277b0ae1992729efe754e19ff0, '', 0, '?'),
(0xf0de20054bf9c490886d0ed72e95a331, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpLiveListItems.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpLiveListItems.php', 1, 0x00000000000000000000000000000000, 0xd661304f2af12f47ff0404abc8be23e8, 0x1752ac1950131939e0ca4c1f76a5b3abe50a213d594fe0d6d51a285cb3848912, '', 0, '?'),
(0xe7795f44605d7cf3e57c29e75e4ee8ee, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpLiveListItemsItem.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpLiveListItemsItem.php', 1, 0x00000000000000000000000000000000, 0x640c2c75a340af90f3655b522d78d0e6, 0xe4081c2aa39726e2af4f4b5afa0aaf5dddddbea4f4d264bc01a3944ef91b93d4, '', 0, '?'),
(0xa6d42f987f810feaa509acbb0846356b, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpLiveListPagination.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpLiveListPagination.php', 1, 0x00000000000000000000000000000000, 0xbd5071f5f9c6693549c2441633b37a55, 0xb27b942f4080c55747efe3be8351b05e0d8fe377d80979631d2bb91218ff9805, '', 0, '?'),
(0xab285dca963031f15ebda118af9fc37a, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpLiveListUpdate.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpLiveListUpdate.php', 1, 0x00000000000000000000000000000000, 0xe66b48ddfbf3e01f974b77658736470c, 0x37509821724a05e9dcdd8e5de3665140d9a4152e8e8f475f1c0b38715ff80088, '', 0, '?'),
(0x9b891af430e1b335af883879034f1dc0, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMathml.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMathml.php', 1, 0x00000000000000000000000000000000, 0x746cf87818b1fb8e18e1ccf241498bb8, 0xc5d7d60cc399d99f4a6c2aaca162ccd069e68ee61fe7aac024a348953b03be15, '', 0, '?'),
(0xe60fe3f6274a64474854ecedc63640f1, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMegaMenu.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMegaMenu.php', 1, 0x00000000000000000000000000000000, 0xc4af34561dff56427a37da3af2063d41, 0x681cfc34dcb76ac285d7eeb00e2e6d20ae8bff599191dc7f2649d6a63cd7146a, '', 0, '?'),
(0xd0987079467f38cf5de6978a25b11553, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMegaMenuAmpList.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMegaMenuAmpList.php', 1, 0x00000000000000000000000000000000, 0x9df55cc1627facaa98b58086711f75fd, 0x3e03eadd2eaa3803fa58d010d81322b850f508b3c271e3db1ff59c68cb37c060, '', 0, '?'),
(0xec6c329b453a4a54b1eb17851feab4d2, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMegaMenuAmpListTemplate.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMegaMenuAmpListTemplate.php', 1, 0x00000000000000000000000000000000, 0xcdab9c29a0c7be1e9aa59ab99ee32a50, 0x4bd42760936a004f85cc06cba31ae6eb578ed4540634ad140809430be5f6ac89, '', 0, '?'),
(0x343929f5b8784dad345d34c14fd90d18, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMegaMenuItemContent.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMegaMenuItemContent.php', 1, 0x00000000000000000000000000000000, 0x54bb2855fd3a22310a3f3878b5a67eab, 0xcdb31f29ea96b0a5f5af4ea62a7771ead3c2cb3150be74f27fcbeb36bd3dfe4f, '', 0, '?'),
(0x2207d2c75f158625e72ebc6fa12baf45, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMegaMenuItemHeading.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMegaMenuItemHeading.php', 1, 0x00000000000000000000000000000000, 0x4d8a631792a8eccd356f47f2a9b2cd5a, 0x3c84154b214699ef877096a513858a3220ec8bcb0d577098892d27ed1b12a4ba, '', 0, '?'),
(0xd77fa224ac65f263802add2857082e60, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMegaMenuNav.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMegaMenuNav.php', 1, 0x00000000000000000000000000000000, 0xd0cbbae3ed90995cf374bd503097c6f3, 0x107b518bf24590350fdc6e56c0fe4883d1fc8891c34f2822b7229b32055d268e, '', 0, '?'),
(0xcebff6c86a253ab062fec79089c6ebf4, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMegaMenuNavUlOl.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMegaMenuNavUlOl.php', 1, 0x00000000000000000000000000000000, 0x6680554533466818c3a67e7d1cab6d6c, 0xe83393b28bc8ad1d7ee5c7827aea47efca264fa1fab184b9b46a18f7790b36b5, '', 0, '?'),
(0x2e11b6678729c2446ba392c6cef443ab, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMegaMenuNavUlOlLi.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMegaMenuNavUlOlLi.php', 1, 0x00000000000000000000000000000000, 0xdde9abea0232286c06b927199c0b11d2, 0xbaf8b58b11a1587542d438211c10fd9c348c41cce371ca5981daa4a900a1a9fd, '', 0, '?'),
(0xea6f789b5eff2bb47d89c19cbedcafe5, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMegaphoneDataEpisode.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMegaphoneDataEpisode.php', 1, 0x00000000000000000000000000000000, 0x9cdabfb997bd04e6fc043df109b036ac, 0xd1174326fd47a6dade568d450d864622940d17cc8048acc9c40d9e160ffa66b9, '', 0, '?'),
(0x4c9af8e16453fd1f5254efdf170729d3, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMegaphoneDataPlaylist.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMegaphoneDataPlaylist.php', 1, 0x00000000000000000000000000000000, 0x767235d67f7afffa76f6e47a88cf7b09, 0x976e47ffceabb78ab7296ec767ab1ce69ca4f4d52f77424f8a1057071efe9f57, '', 0, '?'),
(0xcc04a4c44f462369e2ac2a761fdd5da6, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMinuteMediaPlayer.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMinuteMediaPlayer.php', 1, 0x00000000000000000000000000000000, 0x15824291d0d10d4046cdfe583d20e1f2, 0xea7840a53b6b337c5a0ed73fad0dc314b06fac96c27c578cb211cba3f1564108, '', 0, '?'),
(0x258e1587650f581c05c69aec346601ca, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMowplayer.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMowplayer.php', 1, 0x00000000000000000000000000000000, 0xebf7f9740b66ae3518d2d3d469387aa4, 0x09f4a6a47161b2f57303f33cc4abc2f45335c0b96a11306439d1524c8c0357cc, '', 0, '?'),
(0x9b2a74502bb26fae72ffd395c62ce5b1, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpNestedMenu.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpNestedMenu.php', 1, 0x00000000000000000000000000000000, 0xcba4bc8f08fc9e43e3021e644cbc9f53, 0xda80e4e6f5537d54014b97617526bc599728955214eb7cf244e96f0add872f6c, '', 0, '?'),
(0x64067d1bbac5aa59b31af839079eb7a9, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpNextPageFooter.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpNextPageFooter.php', 1, 0x00000000000000000000000000000000, 0x306ff9a6957a7f612d9ea35a4c7205f9, 0x22a90f9e5204217e213b118b4d95a7206dbaf7739997fa25f9e1e6e1e7824b7f, '', 0, '?'),
(0x159d16d322d0562328071cb595b85fa0, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpNextPageRecommendationBox.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpNextPageRecommendationBox.php', 1, 0x00000000000000000000000000000000, 0x8445a3bbcc793cfea76c14c93c792cec, 0x9f93b3610d1812e8af33bf86c7a68e4d7af47117867c500346e648b0d489baaa, '', 0, '?'),
(0x11cc53c5e1e7f07c7d300683f8978600, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpNextPageScriptTypeApplicationJson.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpNextPageScriptTypeApplicationJson.php', 1, 0x00000000000000000000000000000000, 0xbeb4afdcd205a34beb9e30c94bad8446, 0xc9ad5045e2728bbe38786273d3a49a7bf8071aded9cfa5e986c2b8cb45175420, '', 0, '?'),
(0x007568f48a626a69f3ec20206519c1ad, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpNextPageSeparator.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpNextPageSeparator.php', 1, 0x00000000000000000000000000000000, 0xce409466130d43a0e8df743736f24d33, 0xebcad5dfb7c700116adc4f11f94c797e2e3f1ddcfe5d6adee62bb9e6649bccbd, '', 0, '?'),
(0xf643d5a6d2f90847badb7f4f37ad9eb1, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpNextPageTypeAdsense.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpNextPageTypeAdsense.php', 1, 0x00000000000000000000000000000000, 0x549e132585bb869cce720d5426a5f609, 0x33de23a8784329d77fa3612cd3ec3341281e091252a5a8df4fd16412c7b657cd, '', 0, '?'),
(0x82a042cdc291722cf9b4e6c33491d2b0, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpNextPageWithInlineConfig.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpNextPageWithInlineConfig.php', 1, 0x00000000000000000000000000000000, 0x5bc37254ac887f0b778f4ca455a53103, 0x13913c903f33174b93b07acdf744025d2def12b7d13a03e38ec4c3901bd986c0, '', 0, '?'),
(0x45e716a253d32b1a3a522a4bff4abcba, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpNextPageWithSrcAttribute.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpNextPageWithSrcAttribute.php', 1, 0x00000000000000000000000000000000, 0x46d44b4b908ce65c7361ec793acedd2b, 0x3e7333e40d374349dfb7eaf9615d7a782e967caf7e84353a6c487499af1a5337, '', 0, '?'),
(0x0adc1dd51b39cbdc014bcaaf149833d1, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpNexxtvPlayer.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpNexxtvPlayer.php', 1, 0x00000000000000000000000000000000, 0x371c9259a6bd33ce3459f76d0c60bd22, 0x88332ca542cb63bd947748c39de3a2b4e785aed6a6a023b849cd63ac08b0adc6, '', 0, '?'),
(0x3de1d97ca648102e6e6044df2ceded78, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpO2Player.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpO2Player.php', 1, 0x00000000000000000000000000000000, 0x561216213ffbb521516b99ea13e36a75, 0xf682113d772c9c029f72e1a2e786e45cb387a9de37be7c63fa28944969278b4e, '', 0, '?'),
(0xc3c2a60b171051787da7fdd32773e796, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpOnetapGoogle.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpOnetapGoogle.php', 1, 0x00000000000000000000000000000000, 0x1f36aaa00bedd223ec490c3208f26d9f, 0x4d573f7b164e7b7bcb4cef0863dc4480eb129120470254e420d538f2ad680a8f, '', 0, '?'),
(0x5d55f7086ecbcc31063adf633f0c3744, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpOoyalaPlayer.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpOoyalaPlayer.php', 1, 0x00000000000000000000000000000000, 0xa5b3009649eddc0e6de4049946addce4, 0x6527ef12e0d8299bc807179bd2a054457fb1d940feb63e07b7840150e95e018f, '', 0, '?'),
(0xe939e11e95c920727c76a58821dc1008, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpOrientationObserver.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpOrientationObserver.php', 1, 0x00000000000000000000000000000000, 0xd994d7cb22d2f73affa5345f080292c1, 0xf33449a5cad241535eb325f67daf70bb1fbb1f8a4b3384284adfe9e0db9c5bfb, '', 0, '?'),
(0xd2bc057df4e4511e001c51d91ce4e151, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpPanZoom.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpPanZoom.php', 1, 0x00000000000000000000000000000000, 0xf79a9dff286ac1fb09d4d9c82bc67c73, 0xae5f024081cc3ae3c0dabff0cac98b6d8e7a0f664407ba98568c76e47a24052e, '', 0, '?'),
(0x1b9a2b1e75b2561dcd4dc148c9fd3518, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpPinterest.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpPinterest.php', 1, 0x00000000000000000000000000000000, 0x26359c2ecbbad67d0fda4cfe9b6f100a, 0xe323f5a4c677c6331cef7bdcc69624a7d505eff3ffc05c68bd36e28d6168e597, '', 0, '?'),
(0xb5d23cf8c5379c85bc3c6dde1023491c, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpPixel.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpPixel.php', 1, 0x00000000000000000000000000000000, 0x833a0d76a7cc07f8bd280be7567f56f2, 0xa99b15b5be1f716c493c97d6528cb24535209920fc625490c1c683517fc40eaf, '', 0, '?'),
(0x84feac1b98913e611d52b8907b0da862, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpPlaybuzz.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpPlaybuzz.php', 1, 0x00000000000000000000000000000000, 0xf8fb61870a65a8063c575892213c33a5, 0x33894b4f48c453d5a441e21e4a4ae031290430d52b95fa27a8ad549c39f861b5, '', 0, '?'),
(0xe6713bad5894f9fc66fc25d50e7ffee1, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpPositionObserver.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpPositionObserver.php', 1, 0x00000000000000000000000000000000, 0xddbc22a30f478860986723b2f3d8c0a7, 0x0801bc0818ad0de8a4a3fc4b91241ddec0dd7e2e5022c53c4c90988447bbcf66, '', 0, '?'),
(0x6e0bae921c8ad7ff242d3365d668e608, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpPowrPlayer.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpPowrPlayer.php', 1, 0x00000000000000000000000000000000, 0xf9fc87e10dd1220407633b209c80a869, 0x995b2d00c13e7b0c5427dde9c7359bd5c71c719957b9ec444b3f73a5c1e614e2, '', 0, '?'),
(0xc27cfff954ace4c734df09cefb034e82, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpReachPlayer.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpReachPlayer.php', 1, 0x00000000000000000000000000000000, 0x2389cd6294f09dc5554b6dbc70f59941, 0xa6997e15aa587aa7354516ac32dfc3e659848ed954fb3ff856d64fe01d9b897f, '', 0, '?'),
(0xedfab8e800d780f1e39ea6d805e88e8b, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpRecaptchaInput.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpRecaptchaInput.php', 1, 0x00000000000000000000000000000000, 0xf3d944431861f2ab6cf1c33e57faf5df, 0x88f34fb64c2a287efcfb8d1c4cbff6d4f35dedc30c6cd7bd3351225e6dc0b225, '', 0, '?'),
(0x42f3385699b5c7fa57d8253eea465166, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpRedbullPlayer.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpRedbullPlayer.php', 1, 0x00000000000000000000000000000000, 0x966607f740f9b93adfe5302c9eb8ea1a, 0xc1c0c4f8c5d36c063293996f372394ac023d413e6af76ff738b13170a6869b40, '', 0, '?'),
(0xecb6f8faaa6e5be24aaa8dc4aea704b1, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpReddit.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpReddit.php', 1, 0x00000000000000000000000000000000, 0x0283a689ae93a978c3b8f11af94c07e9, 0x778657bcff510a05888ad632f6decd921574698eb9b951f48555f57233768ff3, '', 0, '?'),
(0x53093c4ec0e1c327c1e1095da7ece719, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpRender.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpRender.php', 1, 0x00000000000000000000000000000000, 0x1c32555da3f7c0c613e67bafefcb4349, 0x5ac6b9594397c485fc2d4decdf53e68e3287c8f7a9c4c68f0eb25e5fee037be8, '', 0, '?'),
(0x2cfb7df13ed1e754c3994a71e9e2cd9b, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpRiddleQuiz.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpRiddleQuiz.php', 1, 0x00000000000000000000000000000000, 0x55ad279b243a9f9fbeab1b209f1d3c23, 0xa10a7a552f57cfef117f893bbeb21acb4aa97113be098b2f4dabba7e782d3421, '', 0, '?'),
(0xcb7c184f0fd7e7d0c111ab93b4ecb8c8, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpScript.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpScript.php', 1, 0x00000000000000000000000000000000, 0x5aea6b526d94845531beee8350e9f012, 0xbaa912d8ad95bfdb9d876bb3bc255baa02378beec5f9f2216eaa9a5fd556dc89, '', 0, '?'),
(0x192921d46d9120270cc43bc20f1ca5e4, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpScriptExtensionLocalScript.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpScriptExtensionLocalScript.php', 1, 0x00000000000000000000000000000000, 0x02b3a5a70a1b48a381c57ea14bba3a8c, 0x2c0e7f7126bf6664760a2d8a7ca01346db8124b2f8bde8f4b505974fffbebb38, '', 0, '?'),
(0xc9ce78b66bfc3f0749607987f0421223, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSelector.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSelector.php', 1, 0x00000000000000000000000000000000, 0x475461c71c762c91a0eec20e507769fe, 0x6199069cb263832a867ba88d4a30be51cac9b0b35e24138e885dc24a91fa801f, '', 0, '?'),
(0xea065077059be9579f76dc06c03af288, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSelectorChild.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSelectorChild.php', 1, 0x00000000000000000000000000000000, 0x005eacf9ef59cab8382406ee069b6468, 0xdcb5a282a85635603673105bed6868a39fc89812815174d44248153eda7fb4cb, '', 0, '?'),
(0x5d870bed50302fbcd0a94dd5356dafcc, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSelectorOption.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSelectorOption.php', 1, 0x00000000000000000000000000000000, 0x97d5e757ee38ffe49f573f88ff0a3627, 0x530aa5fd30047034f060f46796b0ce242591feb2f198bd6e6f2f78df369ed53f, '', 0, '?'),
(0x689d12626c9d0ce8d304fad88f6f106d, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSidebar.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSidebar.php', 1, 0x00000000000000000000000000000000, 0xc9e99a918966539fb314a74f016a12b7, 0x7633b7e26fa08932e9afee8c851ff54bcc6f0f2138496c4a2a99fb8acab9b709, '', 0, '?'),
(0xadaf7d5f87e85359a0abd643d64f9fef, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSidebarAmp4email.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSidebarAmp4email.php', 1, 0x00000000000000000000000000000000, 0xde5d512ac321de2ec69b149942a7e221, 0xab72255da9768013b238daca07895dc687d353663fca89a6def4c8e0789b21a6, '', 0, '?'),
(0xe61616f7089efd90a3275dff47baba6c, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSidebarNav.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSidebarNav.php', 1, 0x00000000000000000000000000000000, 0x1d745382c552266c3db9b523161bd6ee, 0x15c424a3ef0c0dbe9a0fe43f7a64da66f8da3e139660cb2e5db9ed79bd67d415, '', 0, '?'),
(0x141dee57f61e8af7a6d02e88410029c2, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSkimlinks.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSkimlinks.php', 1, 0x00000000000000000000000000000000, 0xcb16df91fa837f55eddd33dbb435781c, 0x5cf3e416f19496b6f6c3129b50b77e3aa506de2ce0cffa70aed5ebe0d6828303, '', 0, '?'),
(0x70501d0447016ba160ec46375c352a0c, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSmartlinks.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSmartlinks.php', 1, 0x00000000000000000000000000000000, 0x97f95491c030827f3f5a4259a2517b73, 0x610334c0a369a7721ef413087ab9c4b3b3acac4af3da4177f93e8c4540c92515, '', 0, '?'),
(0x0955c6b39626c2f5d8f84c307b5165f9, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSocialShare.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSocialShare.php', 1, 0x00000000000000000000000000000000, 0x168cd9d7288940671630c3c09e85fd94, 0x61b3676f1fe8d3aa2f9562e723801ba1f884e7788a30e6b0cc19632146c752bc, '', 0, '?'),
(0xa930a4c4a93d5db5ecc40ba3eaf14dda, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSoundcloud.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSoundcloud.php', 1, 0x00000000000000000000000000000000, 0xf199f31eac5e720360d97a291a0dc99b, 0x367884722f53ff5c603dab5dd80c4cf13b55b9d8c0dbc1d88b57618e98abe43d, '', 0, '?'),
(0xe8808790e58598ce812f0bd4da9774d4, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSpringboardPlayer.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSpringboardPlayer.php', 1, 0x00000000000000000000000000000000, 0xa9b333affcbe8e59eb497cb5f69cb07e, 0x884f06093c3b614b3faa542c66d353589ccb82fc8ebd3a03dee07f3e476b36db, '', 0, '?'),
(0x700c797a4a33525f5a85e8aaabbb3c66, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpState.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpState.php', 1, 0x00000000000000000000000000000000, 0xb426f8e84e63bc02a0f178d6c701436e, 0xd01ece9b738961a6a70b3579791e90b37fde95e615776ff37a0fc38285174d66, '', 0, '?'),
(0x4272cbdfa9d134296eaaefa279bfdb4a, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStateAmp4email.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStateAmp4email.php', 1, 0x00000000000000000000000000000000, 0x05ff2730a0af724b374fd6cc21a9e494, 0xaac3d0a2050e2e8b27d07be0d23b13c2af7d6ea10e2f03aa9caa386caba48b5f, '', 0, '?'),
(0x8a02cbd40e3599d066689aaf7807c0a8, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStickyAd.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStickyAd.php', 1, 0x00000000000000000000000000000000, 0x9d78d74b892bc09b534d217919f080df, 0x8f87a56d1de51bd6ae40fdf195dcf5d29e83ec8c4f2661934c07395483e088ad, '', 0, '?'),
(0xf1d3195dc606d5a7209dd35fb26341e6, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStory.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStory.php', 1, 0x00000000000000000000000000000000, 0x7a32e4f32a3af16d11b9260601b04999, 0x7efeb040bf47d4051ff0c3f19a720d184092eedb07e7d11ea3ce79220f6a508d, '', 0, '?'),
(0xe10649b4926df1787d6f0f2ed0556ef4, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStory360.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStory360.php', 1, 0x00000000000000000000000000000000, 0xaa1461524c687f6e06137e2621345bbc, 0x33b479d47d91dafd8115387f66c47b3d365d500b1d9566881e09d5e27dd83b0d, '', 0, '?'),
(0x52e103db86d8df3ad9434e0e8d20515d, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryAmpAudio.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryAmpAudio.php', 1, 0x00000000000000000000000000000000, 0x655fac2004992757f1e57a109a207aad, 0x8af158f671e3ec9f810573eaa73b33940481e23b8746fe2f13a26442296cc986, '', 0, '?'),
(0x99876fce2c10dbf16d4ea0c880a1c482, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryAmpSidebar.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryAmpSidebar.php', 1, 0x00000000000000000000000000000000, 0xa0056bf918a5435a9342a58c9964a5bd, 0xbb630b99bdf908d8ce051be44da399d8c45fdc5f8e38f41c3038f311989fff3f, '', 0, '?'),
(0x4b791653bf964e22454a7dbfd33f23cd, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryAmpStoryPageAttachmentAmpVideo.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryAmpStoryPageAttachmentAmpVideo.php', 1, 0x00000000000000000000000000000000, 0x21d4f09e03c688930e5a140a7f58b9b7, 0x782f22de7c7ac0f060f6b7fbd2a9d0554d8b3f47bfdeb5145c786d292647b5cd, '', 0, '?'),
(0xefe7ba03cf8de1f22fa6647cad23f934, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryAmpVideo.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryAmpVideo.php', 1, 0x00000000000000000000000000000000, 0x572d58b6ee70ac42232ca3b650f72495, 0x95b923bfabe736a39d270c5171626f9eb117458290478257f73e23076dc8245c, '', 0, '?'),
(0x3d6dfe90d75ac7ef130ae0318c9fc879, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryAnimation.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryAnimation.php', 1, 0x00000000000000000000000000000000, 0x9eec0f8db74f0bd2533f6dac889cdf66, 0xc41385a1a4647706a23c535d45dcf4d8b2e44f064c632c1668ef7d91aa2531bd, '', 0, '?'),
(0xab9d9977f9cc55d2d127a67383909b60, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryAnimationJsonScript.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryAnimationJsonScript.php', 1, 0x00000000000000000000000000000000, 0x988570d3e4034fec2627b591a795a100, 0xd8bcd4549eb840197706482a29d57081f92fa8c673f2db9cb108dff43945fb02, '', 0, '?'),
(0x153b85a4a49a902112beb9934876aebf, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryAutoAds.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryAutoAds.php', 1, 0x00000000000000000000000000000000, 0x530dc83c9abd0f990ca3b5a6ab24c20e, 0x6d4343510f19c1161c661713c42266ee42424075ca87eb50f9bbd21ff4c3ce44, '', 0, '?'),
(0x052b5aa555ead83a6314554f4934c737, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryAutoAdsConfigScript.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryAutoAdsConfigScript.php', 1, 0x00000000000000000000000000000000, 0x4073c9e6e49a0609c44dfa797d1729ca, 0xd82f2150fdb55fee2efb4589cd9ca8f9ceafe746fcfd4a38c8acb74e8f7813f9, '', 0, '?'),
(0x4c017abcacba16cbb54a8174c4302bdc, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryAutoAdsTemplate.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryAutoAdsTemplate.php', 1, 0x00000000000000000000000000000000, 0x121fb67c5e6ca77de7248cc236005df4, 0x5d95ae5264922ab8bda53180f90864757fc92955b37b3e15b7c17274986b6dcc, '', 0, '?'),
(0x3fd5b4a4051673078d60ecf16d610456, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryAutoAnalytics.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryAutoAnalytics.php', 1, 0x00000000000000000000000000000000, 0xaf23f15ff4ebe1ee1af8ae71a794c972, 0x537ed0922dcc61d9cf6f12599dce361804db0bbc1ef535bd7fc092afc8c5beb4, '', 0, '?'),
(0x76d8ab369610951e91b1983e0aa13f6a, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryBookend.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryBookend.php', 1, 0x00000000000000000000000000000000, 0xba6ebc48a3fbabda92eca1294bb1b2ac, 0x43a194ed98930100078a698ee428eb1a826e568edaceebece9139d95ae931799, '', 0, '?'),
(0x3b2621358390cdb2167b49b9111560e8, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryBookendExtensionJsonScript.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryBookendExtensionJsonScript.php', 1, 0x00000000000000000000000000000000, 0xa27b6d78fc007198ee794b8278ad4a4a, 0xd348a2b2f9c74636fe1b6253b7f2330eb8b4d2aeaa82b477f36d02e962697a79, '', 0, '?'),
(0x89611ba687ca2e16453fa7d1c52b126d, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryCaptions.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryCaptions.php', 1, 0x00000000000000000000000000000000, 0x51aaa146b0046463ece3608e5542e59d, 0xcca60033143fd016102d55dbd1fb7772d87db3ccf76e78606375c449a52f3135, '', 0, '?'),
(0x476a9db7d9470f0bc420b036ec861490, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryConsent.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryConsent.php', 1, 0x00000000000000000000000000000000, 0x90747c942b4f35f4e873c2831611bfc9, 0x3a81aecd2042b33047a7054b21570f6472edd226e3bcf8ca2791965ee31de45d, '', 0, '?'),
(0x2af04fd14c491677c43bee4e0ac398f2, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryConsentExtensionJsonScript.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryConsentExtensionJsonScript.php', 1, 0x00000000000000000000000000000000, 0x372e470ba55b70a4eabb377dfcd9ed6d, 0xf6411886fb85436ffa6e40edb00609988147053fbc5d8c1b36a7384871eead5c, '', 0, '?'),
(0x7fa4f36a1389dc31f1f4ca566662203a, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryCtaLayer.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryCtaLayer.php', 1, 0x00000000000000000000000000000000, 0x7a0c67eb2831f83fbadb82cf518729ba, 0xd908e73064cb39d3a8d4db6ef59afe6a98305cd37c71f7bb162cc1c1d4c9d0fb, '', 0, '?'),
(0x6a16bbeadb9c6a4628f501aa93f85aed, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryCtaLayerAnimateIn.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryCtaLayerAnimateIn.php', 1, 0x00000000000000000000000000000000, 0xd6a334631a8b6c57e5c94d52e0141cd7, 0xa7267f255749bbbcbde9893c20d9521d2d4a0bbddfa7ae0b6c2cd986544e6d3a, '', 0, '?'),
(0x256e133c4f63fdd04b51901d9d98a888, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryGridLayer.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryGridLayer.php', 1, 0x00000000000000000000000000000000, 0xe7d8ce0a56fed771b888140bab603c1f, 0xcdc9fbcdb513d86d34ffff3dde8532665a4ea4987749e35362b3d7c04860e217, '', 0, '?'),
(0x10af83cb88f516d7701fc0b7536938b7, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryGridLayerAnimateIn.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryGridLayerAnimateIn.php', 1, 0x00000000000000000000000000000000, 0xd643cfe49f18db1bed1838dfe87b79d6, 0x03fb8ad1b65df234e65f59d54283b00d8cebd30fbc8d3e049dd6775a8a1922d0, '', 0, '?'),
(0x662d810efa8c9f9a7ed6448d1a7ebd5b, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryGridLayerDefault.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryGridLayerDefault.php', 1, 0x00000000000000000000000000000000, 0xbfe180dbf607a9d90dbe44e9931c0665, 0x596f2a98de2f7985449ce218a40ee7027b5e1e36a80ea87069ed0165861ba525, '', 0, '?'),
(0x5b306828764409a08c8ca4bb02edd255, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryInteractiveBinaryPoll.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryInteractiveBinaryPoll.php', 1, 0x00000000000000000000000000000000, 0x12d235d90173204a1802e315eaca3796, 0x839567ab57713b4fcc0cda00d33bdd0719564a02f97778353686449571cfa7ae, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x977cc1f165d9792c7d0bf51b5c5cd366, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryInteractiveImgPoll.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryInteractiveImgPoll.php', 1, 0x00000000000000000000000000000000, 0x4719a49b37fd3e389d79868a3cdc9a64, 0x1ac07b4078d280c2d94087c72ead9982b6005e1356471ff4a29e864984803f11, '', 0, '?'),
(0x18f59045629c819c4d4f8b6f094cc693, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryInteractiveImgQuiz.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryInteractiveImgQuiz.php', 1, 0x00000000000000000000000000000000, 0x132b3fbc0438268d148e39d6608bd89f, 0xfca53e841d810ae1f678c8c9bd071f84ea8e6729d4164f9d71b2a9c3e1eba3dd, '', 0, '?'),
(0x32a764d3351bda1823a3ede065e53cb9, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryInteractivePoll.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryInteractivePoll.php', 1, 0x00000000000000000000000000000000, 0x85ba564fc3a1877c7e80546ca71d3400, 0xacbed58acb09c694a3ce77fe7f3afcaf04de008d08cdb2c2370fc841be9b54cd, '', 0, '?'),
(0x763d85c48e38cd074e68cb97d1606dd6, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryInteractiveQuiz.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryInteractiveQuiz.php', 1, 0x00000000000000000000000000000000, 0x906f52588a04c7b2c9a75832389a2c94, 0x5f34a1c05664d7fd4e280a3c9890c5bce94a605acf13c9712d650ad21a3b1724, '', 0, '?'),
(0xd8581357f72e5998d7ba8efb52364ed0, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryInteractiveResults.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryInteractiveResults.php', 1, 0x00000000000000000000000000000000, 0x329fb698f05a4d014279e9aa762ff80e, 0x8b4ea4f040e12b1103d71f62c48d721344b4b2cadc73368c48d38bf69ebc4b87, '', 0, '?'),
(0x5c2c1337596572e0df0d696451c1f4bc, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryPage.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryPage.php', 1, 0x00000000000000000000000000000000, 0x38930a5412141595de534d11c3bc6a5a, 0xb7adfee1347e450f86f271f6ad02c06e6e3321d0808a5d7bca2e15e564b0aee7, '', 0, '?'),
(0xc7fa0d509c56d5fc73c51ff29599d140, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryPageAttachment.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryPageAttachment.php', 1, 0x00000000000000000000000000000000, 0x46ace9d6616a17ce4cedd01e5b4cfed8, 0x602fa363d3bff2290ab7357315a17c3e181a898f9d358191fbbdac62cde9708a, '', 0, '?'),
(0xaeae4611585f59731f1f9b67650edb8a, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryPageAttachmentHref.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryPageAttachmentHref.php', 1, 0x00000000000000000000000000000000, 0x48a2a7e0cb22ec87c50f72ac52020603, 0xb72ae55fd0d178b25b4a4cac5fbe195cbacdf68ae5eecc6d681012a2b53facc1, '', 0, '?'),
(0x226508423d30c1496c790ec664c08448, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryPageOutlink.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryPageOutlink.php', 1, 0x00000000000000000000000000000000, 0x3315b09528f06f40124ce2f6473272d3, 0xdb6e826b2dc1dc60a2b759304d61db81db5feffd2896f43ec809bec7f6c7ae66, '', 0, '?'),
(0xb5a20b5a5ed666aefaa7ddcb55e3fee3, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryPanningMedia.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryPanningMedia.php', 1, 0x00000000000000000000000000000000, 0xddba0051a0f435050675225572cacc74, 0x13204e037c26cf6bc27a515803b90ec35e6d23d4eff1338568a8704758f19975, '', 0, '?'),
(0xe91c21469a3a59e3fc756b885916cd36, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryPlayer.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryPlayer.php', 1, 0x00000000000000000000000000000000, 0x7f4485896dc8c616c23ef5e9d1878071, 0x54426d23de28204676f9fe233e3825ceaa1bd2ca1b6a47b1ef6216814a965e43, '', 0, '?'),
(0x2bb3dd0393920cd99d828d0d4dd60b87, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryPlayerImg.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryPlayerImg.php', 1, 0x00000000000000000000000000000000, 0x9469ba9bee221be40a80861e7c0681d8, 0x546c9ea3f0d1004d9305b7b047899dc0d2fc9138826375320463448e7c8aed50, '', 0, '?'),
(0x08a66557c814d94350eb93c60be3edd2, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryShoppingAttachment.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryShoppingAttachment.php', 1, 0x00000000000000000000000000000000, 0xf9df4842fb2fac2ebbe254bae3460e5a, 0xaf0d21a5e81386e24a9d858f1b799bac1252d2449020dcd9beaa979edebedc78, '', 0, '?'),
(0x92f23e5eafcba8093b36cb80168a123f, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryShoppingConfig.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryShoppingConfig.php', 1, 0x00000000000000000000000000000000, 0x2d263662c473a2a4ff53af143ac4ee3b, 0x06cb67372be2307d5ddb097dee5d10b4918b259b61123464cece87d58b0ae345, '', 0, '?'),
(0xae196705b43be6ffc476165967d0b006, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryShoppingTag.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryShoppingTag.php', 1, 0x00000000000000000000000000000000, 0x0ff04cb29f26b39413ddcd87c84884cd, 0x3915a8a9da13ed0f67062b7d74f028843a5f0a531dca7aa33803a3797fdc47a1, '', 0, '?'),
(0xf61ffa2903e3d44f46cb1b92865dbe16, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStorySocialShare.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStorySocialShare.php', 1, 0x00000000000000000000000000000000, 0xbeea7cb0929cf5a596e36271335d9357, 0x1c43a6c6c5d0be32a62d632373d87445d64415f10c454a346526cbd41cabcc3f, '', 0, '?'),
(0x5962cd2357a92070a3bc538de457a67f, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStorySocialShareExtensionJsonScript.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStorySocialShareExtensionJsonScript.php', 1, 0x00000000000000000000000000000000, 0x402567f0eb34720ba38a4488adc0404d, 0x385c33941fd0438c8c2a185f9c79d82be3c151a64c8174c84b5d89ce8cc5ef7c, '', 0, '?'),
(0x432fd705d6c82d1f49e8f56cf55d7ad8, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStorySubscriptions.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStorySubscriptions.php', 1, 0x00000000000000000000000000000000, 0x82de838a3356f602776622c8a7440554, 0xb8c07a44bf91fa4e06352aa09cd4ddeeb02b959bfc94acc5bd751fb20f5c3056, '', 0, '?'),
(0xcbf6501604cd5dccf65a430f6dd196f5, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStreamGallery.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStreamGallery.php', 1, 0x00000000000000000000000000000000, 0xd732ff5b3d4f2593cce10fec8aa95451, 0x2b8c925c0428b122e65f800651c5dbc563fdc5b5ddd8141a563b0563c17eb301, '', 0, '?'),
(0xf68cfbb620a18366689e753176d496e8, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSubscriptionsExtensionJsonScript.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSubscriptionsExtensionJsonScript.php', 1, 0x00000000000000000000000000000000, 0x662a660b80671312e0abebe005f9ecb6, 0x7710693f7bd732c6fdcd1ff2a43c4afc317e80c0bad6fb25c86fdefec8bccd1c, '', 0, '?'),
(0x07c2e61ad31d8d4330d7fbaf0735646c, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpTiktok.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpTiktok.php', 1, 0x00000000000000000000000000000000, 0xd6183c10104f5902124cbd5f98905b47, 0x7182493eebc8d883be26ad467d38e1e809807865ed95b9b8e4de206c5d533d90, '', 0, '?'),
(0xe6ac9297af5555f140c2bdc9d4787d2b, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpTiktokBlockquote.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpTiktokBlockquote.php', 1, 0x00000000000000000000000000000000, 0x75e37574880f86345ad703c34bbb547d, 0x40c6638d10b35546553afeea20b3c511f304fc51131befe8a77ed2cdf545eb08, '', 0, '?'),
(0xbf2c55c20029f183578635416eb9aba3, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpTimeago.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpTimeago.php', 1, 0x00000000000000000000000000000000, 0x0e5d04e3487f9a651a0b547d410c1b57, 0xeca24ebee017d6c5a614933ee1571cc7b01257851544c8667dd6ba8cab464739, '', 0, '?'),
(0xe67a8f8b82d9ded55dddc80eb399e410, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpTruncateText.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpTruncateText.php', 1, 0x00000000000000000000000000000000, 0x04758748d20d85859d85f54d881fa399, 0x08fca9f7683b8b67aee217f1c2447996d61063ece59d7775bbb11d99130c21f8, '', 0, '?'),
(0xc8fdddfa5e6bf310207102dd3b122306, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpTwitter.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpTwitter.php', 1, 0x00000000000000000000000000000000, 0xd3906775aacd2e7bc2494810994541bf, 0x849325668454ff56452b8640021f677e2d09bb9300147518f9e6892d087d3409, '', 0, '?'),
(0x51ea090580ead0dcf154adfddadd206f, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpUserNotification.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpUserNotification.php', 1, 0x00000000000000000000000000000000, 0x93635cad2a939cd2b106e8e14508237a, 0xd7253fd47c5f530a64865449deb9d344083a5d857ad6b2dab815f8808e67b962, '', 0, '?'),
(0x0ee2c7e377557727cf1418a8233c3739, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpVideo.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpVideo.php', 1, 0x00000000000000000000000000000000, 0xc49f1b83996b4ef1b194ec513ebd0ee9, 0x3cdb599b1e04aed1418d15c98d488422af23f584af5fece9a7db61cad11878bf, '', 0, '?'),
(0x40a5eddd09c87acd98ee0cc044a51a4f, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpVideoIframe.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpVideoIframe.php', 1, 0x00000000000000000000000000000000, 0x518e674fdaefa29900cda633f90de211, 0xbb52e6515a3db3e4a061343813b8a8638b50cec67c791d5d8f603dc19ad9807c, '', 0, '?'),
(0x924620f6093a78a05bc7cb08ddcd524f, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpVideoIframeTransformed.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpVideoIframeTransformed.php', 1, 0x00000000000000000000000000000000, 0x992d46cc6d16c75f17c7b8de4d6a0526, 0x5494725bbe9dc997def4a6af1ed5544385fd63606108c515705c4e22f76a62cc, '', 0, '?'),
(0x1ac5743de45355ebc8a109e75e9872ae, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpVideoSource.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpVideoSource.php', 1, 0x00000000000000000000000000000000, 0x2e9f448838ba904c38645ea8858e3874, 0xb70dcdcb9ff1168f71cb07d1621513b67a216083cb9995878dcbc6aa8038bac3, '', 0, '?'),
(0x56c5586da2a4951ac0731caa05451df6, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpVideoTrack.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpVideoTrack.php', 1, 0x00000000000000000000000000000000, 0x348323d2a6e333e6e9882c80f1874cab, 0x53c726ad073b983893c0a96fdbf169c74f209440dd763c485664a48bf881d6d6, '', 0, '?'),
(0xdfe5b67d22cc514400232d3f064aae0b, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpVideoTrackKindSubtitles.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpVideoTrackKindSubtitles.php', 1, 0x00000000000000000000000000000000, 0x8ad81e253585ad8371cc4e7000434aef, 0xa9731dce7fc41aea5a2b972e3c5f45e59e796c342da3609d88987ae9c14829ee, '', 0, '?'),
(0xe33cd6b8f6d91f00b8e4edd3e686f039, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpVimeo.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpVimeo.php', 1, 0x00000000000000000000000000000000, 0x951f1eefc77afd8247be6c9b7791aab2, 0x989681d813d41e84895519ff1d9dc203831f6ca27e1a5a28313e2f7337de3b1e, '', 0, '?'),
(0xd98ee627301964f37384ba9a42421cd4, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpVine.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpVine.php', 1, 0x00000000000000000000000000000000, 0x91e649df84ded8cc76a84e551e711c90, 0xa60c2e6183ee69e82185145a0147cfa022d09c5a52beb1ee3e61155f3deaf14c, '', 0, '?'),
(0xd0e61f4e0d01023766d71513975b315a, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpViqeoPlayer.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpViqeoPlayer.php', 1, 0x00000000000000000000000000000000, 0x93e03ab0d6118ab2330ca989c608e2af, 0xf3e9ec5af7fa51f443c7eb2c3405acce860bed83ffb23034da689032da4d3735, '', 0, '?'),
(0xebbcaf45016295dbdb2543f06286583e, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpVk.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpVk.php', 1, 0x00000000000000000000000000000000, 0xf9622808ab58f496a2679a150603716e, 0x472e8e9d288afb02b615413eba7ee5a7455b9710060d98d49620a877dbe21ddc, '', 0, '?'),
(0x80103802b407f5c06369c28626256e2f, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpWebPush.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpWebPush.php', 1, 0x00000000000000000000000000000000, 0xeaea2f4f49cf4bc2dd932382e91e529f, 0x2da6fa9129f66ae6d9dfa2568b8a6e0f3f5d5253fe2167ea490f958900dce49b, '', 0, '?'),
(0x7c151d5d2592c7a482c6045cee7e2202, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpWebPushWidget.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpWebPushWidget.php', 1, 0x00000000000000000000000000000000, 0x57c8b98b64bab00a2b28906fdc9c2e62, 0xadb986980690c5382151446ae1ce1a67a5daae10c42119780f6a3afd3f35729d, '', 0, '?'),
(0x9fa38a894194fd1fa9eeb7da33692b93, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpWistiaPlayer.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpWistiaPlayer.php', 1, 0x00000000000000000000000000000000, 0xe7f8625dd32d539323fe4ced61b2b9de, 0xb2bdda2966a4a6768917d194203fec209ba67083265cd0a177a34b4dac6d7777, '', 0, '?'),
(0xaa5596cb8df470898c3ae63c2f2e84e7, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpWordpressEmbed.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpWordpressEmbed.php', 1, 0x00000000000000000000000000000000, 0x8f92aeb227e8a4e1676bd1905d97867c, 0x96ac7be12857e9da1bdb6fa304a0e68d6758c777d779fd54a9247c7ec29af8e3, '', 0, '?'),
(0x897f2e06cd1731e6d497b4fa5e617570, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpYotpo.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpYotpo.php', 1, 0x00000000000000000000000000000000, 0x3786f8e712ca3afd6a36da35adcccb76, 0x5f68fb829829716fdd72d702727166100151bf03586927d65e55236f94dd9e49, '', 0, '?'),
(0xd429926f2292eb69c4423a94211872fe, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpYoutube.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpYoutube.php', 1, 0x00000000000000000000000000000000, 0x1b841d6fc700a21c889bf17c6062fc85, 0xf6c4d094ad6c867a9930c8ee0e950825870ee8b66117d0780bf32fc7814ad3af, '', 0, '?'),
(0xbcfeb50c3037c43756d7c4bfd3ff0b57, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmphtmlEngineScript.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmphtmlEngineScript.php', 1, 0x00000000000000000000000000000000, 0xd9b4af626d1f973eab21f8a79ce26c45, 0x0e6c70dbe8c5cda88cd7eab9733e31577a4df7ee2b94cfa2191f3528387824ba, '', 0, '?'),
(0x34a59c40dfcf00e543c3794d81286811, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmphtmlEngineScriptAmp4email.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmphtmlEngineScriptAmp4email.php', 1, 0x00000000000000000000000000000000, 0x80ddef31b947ea04776eed8b66b64fc3, 0x9d550f8c90388ec1d197ee8fae35f23661da5171e99515793f5ca3ed1bbd52e3, '', 0, '?'),
(0x56508bbd3fc3cd1787239123df81daf7, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmphtmlEngineScriptLts.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmphtmlEngineScriptLts.php', 1, 0x00000000000000000000000000000000, 0x08a90c13ce7fa0a5a4f5549b294b8684, 0xf9182a08c491f1ab7c764ce535cda42ece8a98437b8f4a44739910c78e2cec8c, '', 0, '?'),
(0x69fa2f41f2029beb274ea9fa85d7d1ea, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmphtmlEngineScriptLtsTransformed.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmphtmlEngineScriptLtsTransformed.php', 1, 0x00000000000000000000000000000000, 0xa376a24e56b4d618766be87358847613, 0xf146021b65fe11e139e9e66ca7d3a1107a2c037dde9004830e317ee99bcc0ee8, '', 0, '?'),
(0x73e3a6d266b910dcb16909e90093273f, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmphtmlEngineScriptTransformed.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmphtmlEngineScriptTransformed.php', 1, 0x00000000000000000000000000000000, 0x2fd301640c5ce5d441e29d0288d4b843, 0x8c25c4d9a7e8777ca7912a7a6e541c7033d27327fc1319184da9c7c3b9c5cf5e, '', 0, '?'),
(0xb4c68de21494cdb21343dee958eb350c, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmphtmlModuleEngineScript.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmphtmlModuleEngineScript.php', 1, 0x00000000000000000000000000000000, 0x60a98e8b194850ae7529778b664d11bc, 0x08be5fb5b26271c86a5ec09ae2200ca3eb14bee5ba60c1e3e9ab7fa220632301, '', 0, '?'),
(0x0faa6076d99589163ce267b5f47af083, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmphtmlModuleLtsEngineScript.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmphtmlModuleLtsEngineScript.php', 1, 0x00000000000000000000000000000000, 0x9d1199003bd9441c3160b729ae5f152c, 0x12129dbb48a8e7eccfb5e4a388b6e1be04543ed889c5b365792409494aac5b06, '', 0, '?'),
(0xfd6199587936757af2cba08397c16c92, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmphtmlNomoduleEngineScript.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmphtmlNomoduleEngineScript.php', 1, 0x00000000000000000000000000000000, 0x53faec1e321ca502d3c30a7c8b3e5f84, 0x2d6eee858909c15f980e50919a2a87849ae19356b6450b1e0460bccd56e214a8, '', 0, '?'),
(0x3de74dd79327d1829bf811637aa66ec9, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmphtmlNomoduleLtsEngineScript.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmphtmlNomoduleLtsEngineScript.php', 1, 0x00000000000000000000000000000000, 0x9aba402b5660a6b99964c71149f01131, 0xdcce3e9bd8939c18277f08412e5a1e6f2e9668833be5684253d202e33f017252, '', 0, '?'),
(0x290948470630d112907b0492c7fccb7f, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Article.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Article.php', 1, 0x00000000000000000000000000000000, 0x40df1d3abefbe85927748140819319e3, 0xcf2d3cb8db1acf11babad7b8a659a7a82639c9edd63ffd933bbec4b3e6233511, '', 0, '?'),
(0xec199f25d4d6bc0d25b45c25f1ba624e, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Aside.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Aside.php', 1, 0x00000000000000000000000000000000, 0x7c2089dd5e64c85674729734bb265969, 0xcbb691fc9d87f631da8d53b754a32a060f1895810d64b2a020c4d037dbd919d5, '', 0, '?'),
(0x52ca080c47696a4699a6acda21c658d4, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Audio.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Audio.php', 1, 0x00000000000000000000000000000000, 0x0c79f5835e6c4c46a466da1fdf906bb1, 0x0d254d60f433ab169a749699e9edffa395e4045e304ee95e2e9226d961f33be8, '', 0, '?'),
(0x091d40f78c2e68df0d6f6e82c7d889a6, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AudioSource.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AudioSource.php', 1, 0x00000000000000000000000000000000, 0x8639882d11bfd2c13f5d4ccdeb30f72e, 0xbe33e5429b81c6c7e1f0fff9c970868e85d412df5b2557c6a263909105ac9115, '', 0, '?'),
(0xeebda98dbca7a88da9cce7fb1bf5c740, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AudioTrack.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AudioTrack.php', 1, 0x00000000000000000000000000000000, 0xe631890c1fdcb9839c3ab4de54d0eef7, 0x78db436884bb97baf31a05f1bb34756ce641d5a0321c7fec3e120cff741fe4d3, '', 0, '?'),
(0x6b410d769b0bdcb42f204a4b57b21e6f, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AudioTrackKindSubtitles.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AudioTrackKindSubtitles.php', 1, 0x00000000000000000000000000000000, 0xa13b5e0dcbc790ea350165286e6b5a45, 0x6e76f510d028de3d6428221d23f6f16c847aa0d3331ad9fba130c3faaa1a88e6, '', 0, '?'),
(0x9919fa7bf8f665d365ef9ce5ecd504c6, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/B.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/B.php', 1, 0x00000000000000000000000000000000, 0xb1d8e402dc20cc7660292af14f71aed4, 0x3076050eef8f22a16674b691e23e1991ddbd943ceb9f792da5abd039548097c0, '', 0, '?'),
(0x4c20868b884736d8a8330a9b089dcdb9, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Base.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Base.php', 1, 0x00000000000000000000000000000000, 0xcfec94f88972a70088e25dc3fce52fc9, 0xd910567a50d2872903fc348e3b44cd7f086b4673933c9727d8269060ffb00b0f, '', 0, '?'),
(0x316bddf8ce84deb346cb9de95755fe32, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Bdi.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Bdi.php', 1, 0x00000000000000000000000000000000, 0x20f5ce290552bd4dfecf0c1db6fc07c4, 0xf5a11d32fe835b654eef679e2dc914c270779a62654b8d2e438d9d77b526da40, '', 0, '?'),
(0xb6ac20da88acc1f72695efcfa202e289, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Bdo.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Bdo.php', 1, 0x00000000000000000000000000000000, 0x3ff8eee62f0f97b82958db3d1c9cd05b, 0x05abb7a1598898bf9f2dd2005495e01513ccc00fc990be270f5ff59fd3cbfd90, '', 0, '?'),
(0x4e370ab32a61f3912cbeb7cae8b6b927, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Big.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Big.php', 1, 0x00000000000000000000000000000000, 0x36c193cac0e3e465dc2c116124cf0e81, 0x34d3011f6ae296bc402282394868ee694b9ccb5b3998e43f1c7a2e5732893bf5, '', 0, '?'),
(0x82bd24b77f5cebcd3c0196b2acd56ab4, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Blockquote.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Blockquote.php', 1, 0x00000000000000000000000000000000, 0xbc529447a66c8b7c655e471bef910241, 0xe93246256f6a34e6c82f0ecc3cf236d449295d977dbfd9ed1ad6ce6039def13d, '', 0, '?'),
(0x074ad3d1532d33b227a5c299dccd101e, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/BlockquoteWithTiktok.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/BlockquoteWithTiktok.php', 1, 0x00000000000000000000000000000000, 0xa91d783a5ee6478e2049df5d5093292a, 0x9ca0d68546558dc3e16f6f8a49aba6bc9fdca24fe568d2dd854384954d86223e, '', 0, '?'),
(0xb586605247c849661f0c552ea02c05d4, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Body.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Body.php', 1, 0x00000000000000000000000000000000, 0x5a7d5403c62cf9b4749c4b54b350739a, 0x03fa8c77bb94c9ca25555a7ffc5bcec3cf313628922b112685209bcd4f4a8b9e, '', 0, '?'),
(0x75aa88f42c51aaae4d7929329e793c01, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Br.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Br.php', 1, 0x00000000000000000000000000000000, 0xe1e9f94e4ce12d0e000dc7753b3e378d, 0x5b4f52d41c2cc9e2722350fe5af5bc24e7b6de616f3de85433ca0f7c88d10b14, '', 0, '?'),
(0xee9e71d801a96e180e5752d8b2eb2a35, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Button.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Button.php', 1, 0x00000000000000000000000000000000, 0x18f6487b41ae62d5f043e3aa36f62086, 0xa423a88d09497b297551dade0c5391695cbf595be4598ccdda213c89b2cfd96d, '', 0, '?'),
(0xaa06e8fe5f2b4c1741fd025051a62561, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ButtonAmpNestedMenu.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ButtonAmpNestedMenu.php', 1, 0x00000000000000000000000000000000, 0xe4cf9d909b9ec8b1d0d5d47082c9dd0c, 0x19d6edb6c2693a735ebeea3213a5c3d337f21e734f02ab31638eb65e5510551d, '', 0, '?'),
(0x9a1416be35a2125cb88389041de1b65f, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Canvas.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Canvas.php', 1, 0x00000000000000000000000000000000, 0x6011dbe1d55abe16d3df65bbf79f03ce, 0x7a8f3b9c1b9d462ae099ed59178a70075922691988ebfbe6797d5b10a064e475, '', 0, '?'),
(0x33402238d88e587699102b2173438a5d, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Caption.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Caption.php', 1, 0x00000000000000000000000000000000, 0xd686d24a9e7359e8cae02e2e70dbc319, 0x8d12f07c63628fa00485f34a0a621e17afcdd4ee04d2cb186c85cf1d26ec3760, '', 0, '?'),
(0x75afdfa7ed2bb6ff1ed3bf1e510ffc36, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Center.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Center.php', 1, 0x00000000000000000000000000000000, 0x72caaf3a2ef8c8eacdf3f18219283112, 0x7fff7d79c4513c8082edebbe1c5496df065c76db3a55f7c43b3d096f3b5c08aa, '', 0, '?'),
(0xfb2c1606ca099495a9e4211814179fed, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Circle.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Circle.php', 1, 0x00000000000000000000000000000000, 0x82fe6e0e7b0b097a4c1a1556efef8aeb, 0x7addf05e31a22cc6fce22b5035eb41de089445fc3004419468652a14f2d89a21, '', 0, '?'),
(0x3397cdfc983f17aa1599adc0a43ec2db, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Cite.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Cite.php', 1, 0x00000000000000000000000000000000, 0xed58ac20b921963b2b494f4ed57d8485, 0x6ca093fc775eb2b6257bad462f1b02b6965dbad9cae1c78d0afeb3b6d3a5f425, '', 0, '?'),
(0xd85f2f8d7eb06d1b6c4833fbf39a73f0, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Clippath.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Clippath.php', 1, 0x00000000000000000000000000000000, 0x6a5141004b2da62551252a0b46c3293b, 0xbace7944051d7614377e808cad11724ac99c067d419b524350a58fa49aba3e13, '', 0, '?'),
(0xef7363e5d557d171dee84e24c9f797f7, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Code.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Code.php', 1, 0x00000000000000000000000000000000, 0x565bbad55dd47404e8e27f3f6951b250, 0x97d8bf49d72e9af8543541f7be8a96cc75a48ceafa454ee57cb698397fc8ca65, '', 0, '?'),
(0x86f4a9b22e121c0968b1222a6c94203a, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Col.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Col.php', 1, 0x00000000000000000000000000000000, 0xe5197b2dd4598e71e8ae3aef36374304, 0x953a4f2b842bc17b32cb4cfd647113cce831d8ac7d8215a1b42c4b96ab74ccf8, '', 0, '?'),
(0x14495c48b2343b7845ad4004d8646c06, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Colgroup.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Colgroup.php', 1, 0x00000000000000000000000000000000, 0x8b7e42993a42ef6df0e934e1c3ef7685, 0x2cbc6330eb58f6fd86964587de674d3cb80bec01b78b44c4056e1597200a5818, '', 0, '?'),
(0xb684f146761219d9cad4311dec69c9b9, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/CryptokeysJsonScript.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/CryptokeysJsonScript.php', 1, 0x00000000000000000000000000000000, 0x5c00cf19b586f8a6460eea0ff3e401d0, 0xe0dad3c8b543dd15879ceed75e3c8d039f78b348aefd6f6b1a327e9fc2846647, '', 0, '?'),
(0x090d4d2d94b742027ba77b417da60dac, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Data.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Data.php', 1, 0x00000000000000000000000000000000, 0xa19815205eb2ac086fbb2342cbb33d09, 0xaf4234514a30645036b0fdf3091fc3c102836f57350bb6d37264235b43908590, '', 0, '?'),
(0xc4ca064a0b9a6ff8dc1c6190d6702f51, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Datalist.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Datalist.php', 1, 0x00000000000000000000000000000000, 0x5c3e700f3a9ffe1b0a4db6dcba9d0330, 0xb43d93ac2b841666e84bc364d51e41264fcd20641f167254bb99af566a91aae6, '', 0, '?'),
(0xf5d5aa5786dba1e78933c00486898c2c, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Dd.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Dd.php', 1, 0x00000000000000000000000000000000, 0xb98404ce39d2a0fb0f4dac15b0e1c11b, 0x8de7503c9543b3d1d084062d1b8fc0c12d2efa4b66f188b03d0614ea3851e752, '', 0, '?'),
(0x3221c5a0b1e922cf1f1461279e519a5e, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Defs.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Defs.php', 1, 0x00000000000000000000000000000000, 0x97c50e615a1840e2ac6b6855e82480b5, 0x30d7223a10ea2ae248c5f8e5567f0ccbfa99fee6ad5a08f040f5e39a4ae09b48, '', 0, '?'),
(0x98fac84167f179f815f704900520ce49, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Del.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Del.php', 1, 0x00000000000000000000000000000000, 0xfa3dcaeec6e2198a5660678deef22d4e, 0x02eb005b63c9fd40f906856bee7c082d7533ad7b90011033826f001589bda770, '', 0, '?'),
(0x62814ff8c545bcc9f656f3ce9ab47521, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Desc.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Desc.php', 1, 0x00000000000000000000000000000000, 0xbe3be707359c29345cdb7301a19a38e6, 0xd83b9cef9ba6b870c598ff7ec3db5d9e12edb819558cb5481f24f09092153e7f, '', 0, '?'),
(0xb241160ceaabaeea362f67ff4d889ccc, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Details.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Details.php', 1, 0x00000000000000000000000000000000, 0xd1278db9baf5e89ee43cb903fcb0317f, 0x2cd6c543f960815c8731cca8668f301a20db50be2e0a63135405e075647e70f5, '', 0, '?'),
(0x39066f05fcc6df28fdef2a318f49d542, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Dfn.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Dfn.php', 1, 0x00000000000000000000000000000000, 0xaf1e1ea9ed4c0c444ab194ad1dc43e48, 0x5994c78b1393318b3058395683dfc265c90ec1d2fdaf9a7b3b71652ea8332ac5, '', 0, '?'),
(0x99530d3f819b7c835eea0f985380b007, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Dir.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Dir.php', 1, 0x00000000000000000000000000000000, 0x1501f7afe539aeb384462effdcb1ff31, 0x17f924278596d060d55a806f48bde6e9986c9c74e78d80610bf0e99a52fd3b1c, '', 0, '?'),
(0xd56e2b793f2db7cca4c5643100d53aa2, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Div.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Div.php', 1, 0x00000000000000000000000000000000, 0x492e633783dbcf2941d094218d5b621b, 0xa4576565783765557c374e02a176487cab887880345fabccedebd228a4b03b61, '', 0, '?'),
(0x2ee10eb24abaacd81ee41a2c7fbeb5b7, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/DivAmpNestedMenu.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/DivAmpNestedMenu.php', 1, 0x00000000000000000000000000000000, 0xdd21f3e134133fdc422102927615eabb, 0xb5c00916ee763ec4f4a30e7025f0c5ce03a9603f03c418a15bde737fa4a621ed, '', 0, '?'),
(0x81d2ba0a2e2ccd57e8f0eb1691edde16, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Dl.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Dl.php', 1, 0x00000000000000000000000000000000, 0xe4e8e84827eaa4ca161fd7314a927105, 0x8db09ac29bbd23b6301eef4eae16028038a340fee8945961eefcc32b21cdfa98, '', 0, '?'),
(0x1906bcc9a4c007aaf910b6670da39004, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Dt.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Dt.php', 1, 0x00000000000000000000000000000000, 0xd4ae100f47ce246e6426d3a76054f3a7, 0x5ed5987d19159373e836c522183048ced5e85539fa118ba0eb4fcd78e818f0e3, '', 0, '?'),
(0xb27ec1995a818bb9b654e8017e7cba84, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Ellipse.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Ellipse.php', 1, 0x00000000000000000000000000000000, 0xd3a9a478a09d7f9c35b9f3a4979fd37c, 0x012046fa15605cadd4938f10797764b6811e279261ffc0ab3b589ed552b69e85, '', 0, '?'),
(0x01152ecd0efcaaf0ebb0066082ad9c7f, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Em.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Em.php', 1, 0x00000000000000000000000000000000, 0x9228fba7e781c2bcaf46c018efeb7836, 0x01842057e809776411de768804f99e0e3a90394374fc6ac1fd56a6cc35bcba30, '', 0, '?'),
(0xb59af8bbf06dc6bb6fdaee4450d45f9d, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Feblend.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Feblend.php', 1, 0x00000000000000000000000000000000, 0x40f4c1f01ebbc4c054b9b4c307934fc5, 0x3870db680f49573a75566d192b0069a4ce92f4ec6205139a3f881a0c5b94e6fe, '', 0, '?'),
(0x96a85bd1bb57af4fb84e37d1cce337fa, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fecolormatrix.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fecolormatrix.php', 1, 0x00000000000000000000000000000000, 0x2ab4aa87f05d157337cf47f9e048da1a, 0x1d5d93f0d19ae4077b07354ea41bceb12190000d0b8c261deea561d164e08e94, '', 0, '?'),
(0xbb992361923c1cb5f33ddfafe2647b63, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fecomponenttransfer.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fecomponenttransfer.php', 1, 0x00000000000000000000000000000000, 0x8623663b26107c9e79cc6a2e0543c2ca, 0x61eba3394bf8d3229a4c8657767f5d4c59c23a490af6e35f53becc0dbce7938e, '', 0, '?'),
(0x7d41e5ae251a46f4a23fe4d8e3ebba90, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fecomposite.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fecomposite.php', 1, 0x00000000000000000000000000000000, 0x267b01db8f9284c5ce961eba380d72be, 0xf27387fa8fd7071b6621ea02ac3b1609e03e58f0b797c78bef4c1b0dd06163a0, '', 0, '?'),
(0xf6b16197683ad56304d15020b0895823, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Feconvolvematrix.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Feconvolvematrix.php', 1, 0x00000000000000000000000000000000, 0x7f366b0f7115c75e6262137d122de7c0, 0xda8f7b79661a7cff3b403de73c0780b51eb3c1a22fb7d713eee022455acf133e, '', 0, '?'),
(0x73b167aebfdff93f5ca4b9ba105b1eb3, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fediffuselighting.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fediffuselighting.php', 1, 0x00000000000000000000000000000000, 0xd89b96eb350165ef5aa7e61c1c5fa569, 0x0df553e130edd3f8e272ad0338e66673466b2c190b5d436f7a5d65c8f5d37ceb, '', 0, '?'),
(0x4c43779e0da3b479f7462b022047bd17, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fedisplacementmap.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fedisplacementmap.php', 1, 0x00000000000000000000000000000000, 0x9d40dba9916b015044b066fa7d11d8b7, 0x4d8989b2492e9b49eea62854c1e53ae252b0d584c605d478a32941ce1655b5c2, '', 0, '?'),
(0x9b01af0b111a136e83911ffc18be2623, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fedistantlight.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fedistantlight.php', 1, 0x00000000000000000000000000000000, 0x27e7ca3ced7bc97157fbd79ce0cb1cef, 0x81ec24fe6dffcf5845ebaa584017b61b6f714bf371f5addb57c2bc66c16d901b, '', 0, '?'),
(0xa572edbf59b4ac0bf07d9634637be90e, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fedropshadow.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fedropshadow.php', 1, 0x00000000000000000000000000000000, 0x1ec662a153ef6f157c2d1c035e7f0225, 0xf076bf55d3ceb8a7942d49ec4f9c2925d6096aef620771fccc3a185d6275d09d, '', 0, '?'),
(0x2549f6dc7196b6b0be4ec4ead4441cc3, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Feflood.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Feflood.php', 1, 0x00000000000000000000000000000000, 0xa64d220b384588664d5b219a73a22475, 0xb19a2831df70bd619f1d31ccbdd488dab91d6e787c249e1afa41d6735cb50a7e, '', 0, '?'),
(0xbd274c2d857ab80a3e5571ee6333201c, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fefunca.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fefunca.php', 1, 0x00000000000000000000000000000000, 0x751016a8c01c9b315600ef5d33b6ea7b, 0xb5a1a88384cda7f372a1e20e1b889c79b4539895650dd70b4173fe7e2f0286e7, '', 0, '?'),
(0x24cad0b7452ea96049f61303850fdbc4, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fefuncb.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fefuncb.php', 1, 0x00000000000000000000000000000000, 0x35adbc335d3d00b166c89847a67e3170, 0x46176a923345e64cf576549fd5b3e250f96ad4e87737d63b6ad68ac270e8a644, '', 0, '?'),
(0x458666afeca84162ecd9562c2300bd8f, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fefuncg.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fefuncg.php', 1, 0x00000000000000000000000000000000, 0x05e03a86049c0b3bce2bb274e5979c61, 0x8772eafb60ae8e01b5856ba0a0bf2550802278d41d25b016b2ef1eceb5dcf7cd, '', 0, '?'),
(0x6f64fe0a353b6c2d15f777ff15356908, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fefuncr.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fefuncr.php', 1, 0x00000000000000000000000000000000, 0x452b9bcff4bd298507ee0a63b1c364da, 0x0b360b0f92df207855f9d0e65b08c7059d9076c834bd491b923c6e302a530196, '', 0, '?'),
(0x54dd2cba7a57267d802588c28fa1feb0, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fegaussianblur.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fegaussianblur.php', 1, 0x00000000000000000000000000000000, 0xbcc04e77dc1accf92b1746b778dfc0fd, 0x382380dd2ae1328d31b8fba0343b8a667d86655214c2fb96d3b4ee1c57280b86, '', 0, '?'),
(0x1cac0455a46ce8bbc3713ffeb4f3123d, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Femerge.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Femerge.php', 1, 0x00000000000000000000000000000000, 0x437fbd2f34865ea3cb2f05937ae85efe, 0xf17beb38ca58d714dd53b65ebd17ab95b7a004334eb04f4a9c421ec2148ba027, '', 0, '?'),
(0xad54fefd3828ce9a0c4c39ae15699fd2, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Femergenode.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Femergenode.php', 1, 0x00000000000000000000000000000000, 0x8d562c234d71bedef1f837259ceb1295, 0xf7e97b409d08102a739d0f4e9e93f661769e6f756ca13070549d0a8b0e7ff7d7, '', 0, '?'),
(0xfe26c30e210dc31646b79c20b9ac4c6b, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Femorphology.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Femorphology.php', 1, 0x00000000000000000000000000000000, 0x8bc704a90ce8c8870e2accfa383765b9, 0x6cfdff9b847f50edc48a0d9985fe99bee8cf2d57b15d4fd26ed5d655432cfa9c, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xed7af52ac5b78fd37f4418d3537c3126, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Feoffset.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Feoffset.php', 1, 0x00000000000000000000000000000000, 0xd653335196e4bd7ebfe84edf6b9a8646, 0x816349d2f57ba5f7f4ccee31608f5fd7ef1456fdb20bae9fdc464289268467c6, '', 0, '?'),
(0x35a1b3917a9cac7e2c21f9a11f69c393, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fepointlight.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fepointlight.php', 1, 0x00000000000000000000000000000000, 0xdea572dffdffb002b223f91c22454db0, 0x997a8d9e303d6c7da331efd8b3cac05204e2ca8f2d2807a3fcf64bac7bbf7d73, '', 0, '?'),
(0x5cda4f16fc14cf21f32476df9ec22b99, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fespecularlighting.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fespecularlighting.php', 1, 0x00000000000000000000000000000000, 0xdfd35561d90a61419f02fccb1a0fb284, 0xff59de918f1b863046e619640fedfdb98912230e7d8503591c785ab6badce0f8, '', 0, '?'),
(0x19c777aaaa9a0e1bf7647f8edefcb626, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fespotlight.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fespotlight.php', 1, 0x00000000000000000000000000000000, 0x0e83bf1ba3095f2eff1889bb20895aae, 0xb20a56d2fc5a8b7bacc99dcf1ae5c4e016e222c660a669b3769bda53cf1e2eaa, '', 0, '?'),
(0x0ae7580e9cbbf6ac3e3c72e094ab2b82, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fetile.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fetile.php', 1, 0x00000000000000000000000000000000, 0x4dd16cfd6d4eabf5e2501a71a0949874, 0x4ff273dfdee3dc2d4007d3c8d62c59b8ecc245481281a703795e35bc355130ce, '', 0, '?'),
(0x49ebaabf5503db01c4f128cac2f33288, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Feturbulence.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Feturbulence.php', 1, 0x00000000000000000000000000000000, 0xdbd827082030537195b7ab5d979f103f, 0x526e25aede23110079a75970877b8111c4fe9923edb561934961d9bbd3353c89, '', 0, '?'),
(0x4f37df4eb309b604ddd7bf1f7086481f, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fieldset.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fieldset.php', 1, 0x00000000000000000000000000000000, 0x9bb599ff118c3058aeed953978add6fb, 0x6164658bac1f1fc37a634ec1ce27f46ae12ed8735b6c791320872abc11615775, '', 0, '?'),
(0xdce8565c6492f1a003abec883fe8aa45, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Figcaption.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Figcaption.php', 1, 0x00000000000000000000000000000000, 0xe4a68d07d294313135dd28b61ec4044f, 0xe041adf9d984b9568ae19265304fa8771b29c8718db7c049cbce1439e3c8773e, '', 0, '?'),
(0xbb316913eb9b67d491f26daa266ec9b6, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Figure.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Figure.php', 1, 0x00000000000000000000000000000000, 0x51f5f5e15ca22d0deed67ae63739a3ca, 0xe05fc994494cddf0a4a581acd9fe9298bebcd32198cf56f06115d777d6747f09, '', 0, '?'),
(0xdd111b807044593cead23ed410c8b0f1, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Filter.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Filter.php', 1, 0x00000000000000000000000000000000, 0x7af087c6710d2de965c92a8854c32f42, 0x0fc3ec677f8443c9378a19ba6023d3f777614bce463f004a47e9043ffb294c4b, '', 0, '?'),
(0x8d3598f04318efb409692e5a22e215fc, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Footer.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Footer.php', 1, 0x00000000000000000000000000000000, 0xbc0fcd316a23cd823c19d9ae2ff7bafe, 0xa8d5c1df8df6a4c16600619de973f19a6ba8407d19e7ddf238581b6905774000, '', 0, '?'),
(0xe01d0bd4e258fce2c453afb69acbf5d6, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormDivSubmitError.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormDivSubmitError.php', 1, 0x00000000000000000000000000000000, 0xa2e649970c129d541628b0f302b43982, 0xcec1058a1487dafdb4a73057a9ca30b48c0bd1bfd1fb282e3865e00512fe9d08, '', 0, '?'),
(0xb42f808bb964b0d7909f72438a595467, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormDivSubmitErrorTemplate.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormDivSubmitErrorTemplate.php', 1, 0x00000000000000000000000000000000, 0x4a623166b5d7a00a8c0e404f9cbd2ee1, 0x67b952c0f3381f891a96e9e8cef77d1e03c8687e8c48f57543b11db14d0a16e5, '', 0, '?'),
(0x2b000a984b5ea2023555977a505d3256, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormDivSubmitSuccess.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormDivSubmitSuccess.php', 1, 0x00000000000000000000000000000000, 0xacfa59c2a955d3d648a74e28cb8b555a, 0xbc6f892af46a2cf690fd204ef77c3b32c7a7b3c8890b770eef7cde36dfdcf006, '', 0, '?'),
(0x5ca0b25b5ab8aa8786ddb4054d1fa5af, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormDivSubmitSuccessTemplate.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormDivSubmitSuccessTemplate.php', 1, 0x00000000000000000000000000000000, 0x4022f6f6abd60a5760d25d507248c841, 0x67fa590b4ab5ebd256c4b51675286f4de5480aeeb7b4be780b94ee72d378e8c0, '', 0, '?'),
(0xc54114b4e17a3ea60c8b49bf1cadf97f, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormDivSubmitting.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormDivSubmitting.php', 1, 0x00000000000000000000000000000000, 0x8ccbd0a6109c759cfd6e6dda1cc8f85d, 0x54a49b640d369a5228bf6253c43cec003e97e356ae608ffe03633d932b5844d0, '', 0, '?'),
(0x646f5f928ae6d152aacc5843c8406ec7, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormDivSubmittingTemplate.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormDivSubmittingTemplate.php', 1, 0x00000000000000000000000000000000, 0x4bcb9195376462ac05cc3169591757d5, 0xe2d32ecc812f3f4be999a9520329311fb604ae490e81cee3f2158ee1f0df2d69, '', 0, '?'),
(0xd872f28b08304eb300728306720fe749, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormDivVerifyError.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormDivVerifyError.php', 1, 0x00000000000000000000000000000000, 0x5d14139455435dba79a3103f73f9034c, 0xb7ba9379017d89d92b67da6bae23241c44c24e3d01b2deb2bb3499b882ba8b05, '', 0, '?'),
(0x2c64e046e345afb104028ca4ab5ae16e, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormDivVerifyErrorTemplate.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormDivVerifyErrorTemplate.php', 1, 0x00000000000000000000000000000000, 0xcfaabdd11703ef781ff76cc3268b294a, 0x655614ff3966c28c1bc5f22781497dd8c57b22b50cde95abf672b4da197c4be7, '', 0, '?'),
(0x5578b47be04ec4aeb84b0095ff5376f4, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormMethodGet.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormMethodGet.php', 1, 0x00000000000000000000000000000000, 0x2709e8ae4e2bb6cbbdce3207d151e529, 0x68a2d8fc8c3d30b13c1b8285ef04bda0e315ae54470b56b0d53402f143b544cf, '', 0, '?'),
(0x75e28f10835101c5eb2b4199073bccef, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormMethodGetAmp4email.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormMethodGetAmp4email.php', 1, 0x00000000000000000000000000000000, 0xd9fd4f9ea6e9316eaa33cbd274c32559, 0x5a5e2e24fa4b02dba5e8900ac7f112c0cfae7f74befa188348206fdd6d6a30e2, '', 0, '?'),
(0x125354182c53de9c33a1802d01774bf8, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormMethodPost.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormMethodPost.php', 1, 0x00000000000000000000000000000000, 0x7b5a039cc10e8755876594bb99e647e4, 0xfbd52dbb4fc75e20a14662a1bd29838a9ce94fc93d4024de2956951bc846d39e, '', 0, '?'),
(0x11de8302ea2549a4df10b27db750865c, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormMethodPostAmp4email.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormMethodPostAmp4email.php', 1, 0x00000000000000000000000000000000, 0x1bb9b2332f307da23265fc100a25e389, 0xaf9afe0100550ecb69b8d05eedc08477a874a69959550c94d10cac7c6c16ea74, '', 0, '?'),
(0x958bafd9ca5fff9821828cae0e64391c, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/G.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/G.php', 1, 0x00000000000000000000000000000000, 0x5e4c75a5ef705d15510397770af382b2, 0x22c70e935b707862d33316137770424ffd7dc70e76f1824d18af1221bb28e9f6, '', 0, '?'),
(0x78040971d3e4cc94f5f655dc7a0f651f, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Glyph.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Glyph.php', 1, 0x00000000000000000000000000000000, 0xcb0a0a86fc1f85750d36e858c694bb0a, 0x40c60c62f42f4b8b9e55f4ad9ae94f6982abda48fd35440e8d057a264492bd5a, '', 0, '?'),
(0x36564e355bf0a374f8468e234a55768a, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Glyphref.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Glyphref.php', 1, 0x00000000000000000000000000000000, 0x323ea326710844e2ac0a9376ed33d604, 0xe4325c9872535dff02c71a65e0f062b8f85a022a7eb0c82b66a46b819b6f59ce, '', 0, '?'),
(0xa712363304cf650b58736060f823fac7, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H1.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H1.php', 1, 0x00000000000000000000000000000000, 0x629c50dea8f429f10981d6f0870b9e34, 0x449dfc18327dd9ff606ad99fce81bc95102513d044e7e7bd63d6361fd8217bbd, '', 0, '?'),
(0x6f3b0e82516185e2aaf30f2e0511037b, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H2.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H2.php', 1, 0x00000000000000000000000000000000, 0xb28c5eb51f71f4374db6de6aff7d580c, 0xe8affc5225eea99db43131071c409b8bd742b362730b4322de959e7664b4fbf9, '', 0, '?'),
(0x38bc266e41ec2d2ea95082daab98b1a4, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H2AmpNestedMenu.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H2AmpNestedMenu.php', 1, 0x00000000000000000000000000000000, 0xfc7e89bca38c3973b8701e4e787717e9, 0x9b281abfbf30d59aa24d0751e8e116ae143a10b96f0038c312547a9ebfc6c250, '', 0, '?'),
(0x767a7d864c6621ec167795ed566ed9ef, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H3.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H3.php', 1, 0x00000000000000000000000000000000, 0x0e50f98233a16fbaf823911611ec6583, 0x2dadcc50e06e3ed469031d81ac47904ba66d99df25bd36c363fac3bc2cefb249, '', 0, '?'),
(0x5735e5234a2dbab42ceeafab8c321f88, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H3AmpNestedMenu.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H3AmpNestedMenu.php', 1, 0x00000000000000000000000000000000, 0x3f961f717f6ff9e6e312a7a3e32c96c5, 0x41b2ff76e4c71a66d3b96a848db88fee0c5e780a062fffb4f0b6e8b916c88342, '', 0, '?'),
(0x1f8e2bf6e9442ed08dfa2211683f574f, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H4.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H4.php', 1, 0x00000000000000000000000000000000, 0x5417892a78df3c8df7c8d89349e3b29c, 0xa2192d31048e7c484ece899e83760a2ea94f027b972bbf7538c3f161ee91954e, '', 0, '?'),
(0x0cad6a5456cbc887d1511ab9cd7645e2, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H4AmpNestedMenu.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H4AmpNestedMenu.php', 1, 0x00000000000000000000000000000000, 0xd192b8cbf173e14dcf6a66397796e34f, 0x6d7b28aa28fa0e57391e5544fce512aed84452954c5c0019300456ab9801e8d0, '', 0, '?'),
(0x56f7f437d583335ae30bef42e0793ade, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H5.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H5.php', 1, 0x00000000000000000000000000000000, 0xa269ba4355e7d4f26e237505cee72574, 0xeaa1caafce9a6dd71b64faa0d36083386695b5098c0f68ec426c19bce41ebda2, '', 0, '?'),
(0xa7d7598964f65c549a55c779e4ab12e7, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H5AmpNestedMenu.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H5AmpNestedMenu.php', 1, 0x00000000000000000000000000000000, 0xec95656a5075a93f88c6819e3757a846, 0xbed967eecfb843386edb314c0887a24f7cec18318e93c83b9fd30b72b0d28029, '', 0, '?'),
(0x98b4205761064e58d00806df638cd8dc, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H6.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H6.php', 1, 0x00000000000000000000000000000000, 0xe4ba4788d7b57400021a844e76849a4c, 0x8ee7f3563bddd96382e32a7e93003e8961fd09bd7e93ccf12bc7afda1ed71c9a, '', 0, '?'),
(0x0af7058bb848303239d4002258c14cc3, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H6AmpNestedMenu.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H6AmpNestedMenu.php', 1, 0x00000000000000000000000000000000, 0x863aaa5b22e4cdb688e5032cbcc362ed, 0xf937ddc26fb3392fb489f790c66cb0cb70cb7fe2ac114906bf7ff1e65841d68f, '', 0, '?'),
(0x986fdacaae8a475c507f1df1d56bd769, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Head.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Head.php', 1, 0x00000000000000000000000000000000, 0x0b701449eecdf97a5ff4080401f94ceb, 0xea725417c76b5fa26894627b20e0163d963d36d9b1173a065cd98f7290a7ae31, '', 0, '?'),
(0x06ac7e24d32b431f486c4ff941ac62ab, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/HeadStyleAmp4adsBoilerplate.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/HeadStyleAmp4adsBoilerplate.php', 1, 0x00000000000000000000000000000000, 0xd8fd52fe4819d41b8a8f086aca7f9bfe, 0x7f655d5079fb9ba88ef61d89fb7a127c8f8e82649b928060e64c84293a334b83, '', 0, '?'),
(0x421360c4370779b08410bf05c6373818, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/HeadStyleAmp4emailBoilerplate.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/HeadStyleAmp4emailBoilerplate.php', 1, 0x00000000000000000000000000000000, 0x4f67f15f58e8fb4285fe8a82ef3430ca, 0x9cdaf7f172c3779c900c4a6df86b6227e088d496800b7948d40711cb9977bd5c, '', 0, '?'),
(0x5e8592ab4aab9291293210df0dd54430, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/HeadStyleAmpBoilerplate.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/HeadStyleAmpBoilerplate.php', 1, 0x00000000000000000000000000000000, 0xa5f15c9a83d82879c21bcd8c71042196, 0x58ec1c38363659bed35e8b3bfa3e10c6b0effd3e1bff2c4902061bcd7a01f275, '', 0, '?'),
(0x6f7856f93865d546deaaea4d3ebfd0d2, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Header.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Header.php', 1, 0x00000000000000000000000000000000, 0x802519d81adb533378b95a8b501e122d, 0x7f96e8484f8f18d9296e1843e700725f8e4661d0b206e8155a380cadbfd3077c, '', 0, '?'),
(0x9b281d1d8fda6b07e99e4a32087de080, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/HeroImage.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/HeroImage.php', 1, 0x00000000000000000000000000000000, 0xcd9c521bcf21beadbf9b225cc3462a10, 0x0f0da257892381f30319cea22726cecdbf2f0dbca766dabfbea441a0db02b12b, '', 0, '?'),
(0x6af5732758c47ecd62615bde16df0421, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/HeroImg.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/HeroImg.php', 1, 0x00000000000000000000000000000000, 0xa952f523fb65d164c7eadc2eb15d6e48, 0xa0ea74c287baafe327f855af23eeb47aa2a0d3d15af91403500e681d5c5d6357, '', 0, '?'),
(0xebeb2e3c5470bb3ab103a9c5cad3b157, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Hgroup.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Hgroup.php', 1, 0x00000000000000000000000000000000, 0xf365d9dcd82a1c1a5755b85cc36dc17a, 0xa5927b362e6fec287ef4c4f1febe7dc31d78ca80b1b7cd3f7f92d1b42b0dc70f, '', 0, '?'),
(0xa9e80e4563158397658c0b0c64ea1778, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Hkern.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Hkern.php', 1, 0x00000000000000000000000000000000, 0x3ceae2ffe345f39410971ee2f1c62bc4, 0xdcc0f886007ef866cadf6e37b8b487c0d26927e7f3f1f52dd5263458e2bd5ea9, '', 0, '?'),
(0x8bec1659bf5a37f50238df7c4c917feb, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Hr.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Hr.php', 1, 0x00000000000000000000000000000000, 0xefde28eff78ede9fc3cc922669cd5cb5, 0x9c78c4b7805e95239572c61b2d3b392f12c50c8ca7f92105f4e1acc18fec0bf5, '', 0, '?'),
(0xe3e13c704b38ec3ac705055b7b41b095, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Html.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Html.php', 1, 0x00000000000000000000000000000000, 0x770e46c1e52f9dc30d2df2ae3c811aca, 0xaabfcfc724b4a97177c2e4e59cf805e028fc2c2dc34dbf0fdf1342c5efffddc4, '', 0, '?'),
(0xfb0ed732a0603679934e4ec5762c9451, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/HtmlDoctype.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/HtmlDoctype.php', 1, 0x00000000000000000000000000000000, 0x743c60e897e387002375924c9fb20c11, 0x85610b1d042ef30106b1fe4de1371967fc28a0e41ee7871eb424681350fb2142, '', 0, '?'),
(0xe6c6adf1397cc70bbbed60359a097c96, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/HtmlDoctypeAmp4ads.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/HtmlDoctypeAmp4ads.php', 1, 0x00000000000000000000000000000000, 0x3dd18896f60dfe4fce35dd5ed29533b3, 0x50d27981f987f91de0d8783dd82948a7538addef382a2cfa16f30191afc1f1e2, '', 0, '?'),
(0xd13033e5aae26df2fc48102b01e3bd60, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/HtmlTransformed.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/HtmlTransformed.php', 1, 0x00000000000000000000000000000000, 0xe01570ba3c70556ed9637513b131b817, 0xfbe387ee9b615527db1302ccd39d5b5982da019de60ba110501c1856cfc753f5, '', 0, '?'),
(0xbd3b1fad310e6fd75cb2db8046336f7f, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/I.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/I.php', 1, 0x00000000000000000000000000000000, 0x108bd72a3c65e550c6bcd4dc7ac2011c, 0x5362a316113b435ec699e56c788c21bdb04714074c7c4da6c5e0703502ce593e, '', 0, '?'),
(0x911b218fc938e9c808db6c92aea922ef, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/IAmphtmlSizerIntrinsic.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/IAmphtmlSizerIntrinsic.php', 1, 0x00000000000000000000000000000000, 0x2d6fa743a02fc0ca37bb88fcbced4956, 0x524f1c560c4529f731d7c35980899862f07b9e3066337067d1d388927f54c31a, '', 0, '?'),
(0x25c18f83db87ab52889c5858170cdca5, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/IAmphtmlSizerResponsive.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/IAmphtmlSizerResponsive.php', 1, 0x00000000000000000000000000000000, 0x7c39880e755e9513365bc1e40625f93b, 0xac57b811e5984b518c0d82248cf541947f7c0ab5de6c4bea417982be6e23068b, '', 0, '?'),
(0xa2c387c3b003a97fcfbceffad459b1f5, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Iframe.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Iframe.php', 1, 0x00000000000000000000000000000000, 0xe4bc67f06230da972a4563d0f68e6b1d, 0x00e57880a68565a8fddfbb200ab7e2162565309e1f900bf8b56aee9226f53525, '', 0, '?'),
(0xeff78fbcc4c2b176820a3f39ad9e5c96, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Image.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Image.php', 1, 0x00000000000000000000000000000000, 0xb713a55ce701e667fe9d85fe400411f2, 0x3ad2a4bca81de082b3c8829877a8a01dec3c6ac4b3f6935d7e4fffb30663450a, '', 0, '?'),
(0x3288e30f6a29ab00c982f035a537747d, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ImageUsingSrcset.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ImageUsingSrcset.php', 1, 0x00000000000000000000000000000000, 0xa84f6b4f7cb05ce825d28c21badcb8e6, 0xc24e004eb5a4c84bae3b314ef3bfeb4ecd5d3bbbdeeedb4b152567c495ffc08b, '', 0, '?'),
(0xf97165a5efb87134fec2e712fbcccbf2, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ImgIAmphtmlIntrinsicSizer.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ImgIAmphtmlIntrinsicSizer.php', 1, 0x00000000000000000000000000000000, 0x7b6f140a22d4cf26cdaf023109d1f63f, 0xa722eeb5ad1b6ea7c84e30d8679afb50042ab4948d28bc234790549b0f8f0a1c, '', 0, '?'),
(0xa9a1dbc871f2b310bfbbb71f2331eaed, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ImgIAmphtmlIntrinsicSizerAmpStoryPlayer.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ImgIAmphtmlIntrinsicSizerAmpStoryPlayer.php', 1, 0x00000000000000000000000000000000, 0xfe183da6c43a87c18a28308807888fc3, 0x6a214f696e7fdd73559bd43502ac60fac177e6f84561f118f640814d672d69cd, '', 0, '?'),
(0xa69c09078f894afb2f53fb21b51f250b, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ImgUsingSrcset.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ImgUsingSrcset.php', 1, 0x00000000000000000000000000000000, 0x4b4dc383b7036a93cc4ea76163f6073e, 0x650f3046000d8f33faa1fbb1f6af158df3bdd82197be351b7590311ce1c50140, '', 0, '?'),
(0x458b6ac5c7bba0207fa0121b8c9f6eeb, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Input.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Input.php', 1, 0x00000000000000000000000000000000, 0xd247fd1eab41cbd517ae5b0225232b9f, 0xa943cb11b29ba38a8f6a146daae4ef1421d91de51cdb1d59f6fca560c36149e7, '', 0, '?'),
(0xdefb479e758e2bd5e6611627c4f54c27, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/InputMaskCustomMask.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/InputMaskCustomMask.php', 1, 0x00000000000000000000000000000000, 0x33ec368846e41157cd9d6e57f436e98f, 0xd93c9772be81f2b7e5e95c2282c5bf19f1b2a9b193e49378e9f0d600641ef919, '', 0, '?'),
(0x82f12fbb85aacf0d510a75120c07ea4d, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/InputMaskDateDdMmYyyy.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/InputMaskDateDdMmYyyy.php', 1, 0x00000000000000000000000000000000, 0x989123a8be033899d5a4f9b65868f30c, 0x581113a617978906c82ec7e1c0be9464ee1b2493c1d39d965e49bbc597f7525c, '', 0, '?'),
(0x3aa17d033d1ffd1061bee28462276332, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/InputMaskDateMmDdYyyy.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/InputMaskDateMmDdYyyy.php', 1, 0x00000000000000000000000000000000, 0xcc82b73336a9575e247309ca8a623b8d, 0x90ee7e856217b40ba400d178b62f2a94f6c13d6d68870077694fa015a11577de, '', 0, '?'),
(0x34b6b320813f524003b6d53c8e5715d1, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/InputMaskDateMmYy.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/InputMaskDateMmYy.php', 1, 0x00000000000000000000000000000000, 0x3924aba506c51ebac1b1df281e6df07a, 0x0c62e4b164f9f04b7284ab3920e0a5f9d52b1890cd849e9fe962390f498e19e9, '', 0, '?'),
(0xb5950482efa53ccee569bf13a30670a6, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/InputMaskDateYyyyMmDd.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/InputMaskDateYyyyMmDd.php', 1, 0x00000000000000000000000000000000, 0x69a4643416e95f8bc3c743cacabc7622, 0x41a843da205c982edc5a5d672deb9228ea2bb4d2c605059601734ff9d0144763, '', 0, '?'),
(0xc8c4ba54e37b6372a3d57aa264c6322c, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/InputMaskPaymentCard.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/InputMaskPaymentCard.php', 1, 0x00000000000000000000000000000000, 0xcd5fe2b4f31cc846ae955232d883c953, 0x3f422226fb77ba9f9172cc8d06f379105a5ede0370ef5424d2ff08abb2c54d36, '', 0, '?'),
(0x243ec9e708593e663f6845e49090100f, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/InputTypeFile.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/InputTypeFile.php', 1, 0x00000000000000000000000000000000, 0x2114a715f94cfaa4318443d4da0cd35b, 0xa995a0a80e3cea616863df2d598283d9b573547bb2024c1e99535cdad46fad90, '', 0, '?'),
(0x2cbb2c29ef7e19eb70d2acaaca2f7a12, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/InputTypeImage.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/InputTypeImage.php', 1, 0x00000000000000000000000000000000, 0xa05045fe14d28c99c12d1485d25bb658, 0xf4961059d7a29118fef5e7b6f07938841a7ac2f44ed9dfadca14c9cbc8795994, '', 0, '?'),
(0xc8b233e2c6cf8bac40da371d75572969, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/InputTypePassword.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/InputTypePassword.php', 1, 0x00000000000000000000000000000000, 0x98bc93b925679dafc8361b1dc48b0110, 0xe45d20f0d902e5f8e76d66208fbe4e2b963192acea49c6b1b324eb4a6d82aebf, '', 0, '?'),
(0x8fe6babed61fb5fd3cfdc7d595104391, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Ins.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Ins.php', 1, 0x00000000000000000000000000000000, 0x7c1ceaad68adab1a01b35730fc075331, 0x0a687a701c10f8179978baba9b788d17b80592b57977386f9ea785031e7891f0, '', 0, '?'),
(0xf612971ee51864f87f8bc26f436828e0, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Kbd.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Kbd.php', 1, 0x00000000000000000000000000000000, 0xc69b65e94e5b0ee136e73e73ed29f34b, 0xf83ab322f21fb2d05a78d42775764ecd0f222148a9364daeaaf573bbefcfcc3f, '', 0, '?'),
(0x034af076ac549bcdd3bcb7ce1f086d0a, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Label.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Label.php', 1, 0x00000000000000000000000000000000, 0x0c4783da22b1376680d7f180cfdbb664, 0xf42afe86f269488a2a018449fdaec6c8b43cc52e9e760e92b7610d65ce01ab3f, '', 0, '?'),
(0x6dbc1d45ef7cc6ed27c7061e450eaf40, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Legend.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Legend.php', 1, 0x00000000000000000000000000000000, 0x1c1549d8e14f366b96b5c214af0aeaea, 0x78a3044b8816c47029f0b41fcaf1ed6fbe855921aa3cd083d1ef3717caddbc81, '', 0, '?'),
(0xf5eaff32bfd5b6902cf8c86d97a38a7e, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Li.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Li.php', 1, 0x00000000000000000000000000000000, 0x26a982f7792ff25dd5c31e483d543ae9, 0x783f2f8e6ce93c16115940204c5ad08d131bada7835e1d224e0243d4ae5a5695, '', 0, '?'),
(0xb3b8f1fb995089ef2ef6084d7fe2edb8, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Line.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Line.php', 1, 0x00000000000000000000000000000000, 0x10b5350278d8f827f79cbada53d84015, 0x06d6b50bf3efc9edfbb19874a0b7f2627a4d14662ecbbe687113e65fcadee39b, '', 0, '?'),
(0x209b5aef6bd8d4aae65c5d4edd22a091, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Lineargradient.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Lineargradient.php', 1, 0x00000000000000000000000000000000, 0xd1d4157913718e7cd92fa32c722c9932, 0xa71f464ac8ffb2fcee968cd7926a8c35f0119efcad5a3c41abeeb59d3f872279, '', 0, '?'),
(0xcc94485673b067961039310e1bc6254a, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LineargradientStop.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LineargradientStop.php', 1, 0x00000000000000000000000000000000, 0x8ec54b2b9e38984c7020a056bb859d8f, 0x7715a40db3930300aef2a5b9b50b695c76eba25cafca8df7eae1e02022886975, '', 0, '?'),
(0x53cad62295ea8abdbc2430e2df6ff512, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LinkItemprop.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LinkItemprop.php', 1, 0x00000000000000000000000000000000, 0xd25348bdc169bc5dd8f88f5108881f4d, 0x44ee44ce590f38bf035526fcbce99594e365ed0ebc609c41948530c4cae28d63, '', 0, '?'),
(0x1be46c3c8f31f2892bb53aad5c9fc0c7, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LinkItempropSameas.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LinkItempropSameas.php', 1, 0x00000000000000000000000000000000, 0xe2c6b76439c8ae27a95afc51bf0087a2, 0x103db8763c642732100d82c40f290fadb77fa477843260e11017d697e3650f99, '', 0, '?'),
(0xa94944a18a90be8a28f8e9641b777786, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LinkProperty.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LinkProperty.php', 1, 0x00000000000000000000000000000000, 0xb55c9080ebe2c0f780571fd621cfaa12, 0xe03fe212b062d243f102a9751d7f372fc9b5166045b8bbd64d78fe095aa50f1b, '', 0, '?'),
(0xa4b843b650fa1e091b33533910a4f973, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LinkRel.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LinkRel.php', 1, 0x00000000000000000000000000000000, 0xafd54263eb1a642f39709dd93381ef97, 0x70f2f2163b836c88b7f6165f921e5bac94ff78a398cdb593978ac73472fdcd6a, '', 0, '?'),
(0xcff7fa9504b924e036168d44f0bdc4f1, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LinkRelCanonical.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LinkRelCanonical.php', 1, 0x00000000000000000000000000000000, 0xb7b636764679b1b5d08afc431da1aa4e, 0x13b6ca5af2e2f4738239fb1fb0a14f9887b387823f5307dd2836d2b85fc27777, '', 0, '?'),
(0xa2f8689728d50a4927f12f2b0dd86997, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LinkRelManifest.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LinkRelManifest.php', 1, 0x00000000000000000000000000000000, 0x69a712c52e4acfc98ca45f36af91e5ad, 0xfee10c54a259eccab1d893006341437ed03a7cafb0bb8f4e96f9fdabe0e47d07, '', 0, '?'),
(0x5c4036613a1b4e749a489e5e3c7b0c10, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LinkRelModulepreload.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LinkRelModulepreload.php', 1, 0x00000000000000000000000000000000, 0x79a912ecb3accad0765f198398c133e5, 0x3a9dcab0e92fda199d1b374e7db4e4617abaaa54e200532ca0b5b11240df7f94, '', 0, '?'),
(0x543ff1f73dc66be4661e2d48ab62edcc, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LinkRelPreload.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LinkRelPreload.php', 1, 0x00000000000000000000000000000000, 0x0caf14cadc71ed492d760202a2f6bfac, 0x55b0f1677d5f1b0e83b70ac7c1d223931678345acf334edcfecffd5e57ca9773, '', 0, '?'),
(0x287eb27127ee427f4908896bfa854556, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LinkRelStylesheetForAmpStory10Css.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LinkRelStylesheetForAmpStory10Css.php', 1, 0x00000000000000000000000000000000, 0x9bc43a5f623624857bd14f4638b30d68, 0x7b04c2217b2f895d18ef007618454341956ef1b178805575537e300c634f66f5, '', 0, '?'),
(0xaf15d3f23a81db62ec97e7548c216d96, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LinkRelStylesheetForFonts.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LinkRelStylesheetForFonts.php', 1, 0x00000000000000000000000000000000, 0x6fc15cb918e847b2685c9e2c21583a8e, 0x393a2977f29e0609707532b7eb9783795c7278980969ba6c5f0a5512a96dc88b, '', 0, '?'),
(0x90b054b8c0454c0a52fe03dcd024a095, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Listing.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Listing.php', 1, 0x00000000000000000000000000000000, 0xa11040809fd9586a12b9e79836df8623, 0x9285e8f9af188a7806a973cf4d53beb0ed7cbbac0f8f51e431bf7091d468be1c, '', 0, '?'),
(0x3406c0dad19c680a38bee9486a8d5396, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Main.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Main.php', 1, 0x00000000000000000000000000000000, 0x44654a3efcbff2023ffe9a6209c5f6c0, 0x76629462efdb17da77efcc3fb18015db7d86bfcf054f6d7f3795938b57d25f8f, '', 0, '?'),
(0xff587390ba77263208ad44ee0a8cad72, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Mark.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Mark.php', 1, 0x00000000000000000000000000000000, 0x04fac83aca7f7590c094c5d6c4b9f41a, 0x59c2dcbdf192d05fc8b0e8e03942f6ce97b042676b04382d27f682cf1b931fa4, '', 0, '?'),
(0x2aba8514ba168e1c29dc7158f672898d, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Marker.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Marker.php', 1, 0x00000000000000000000000000000000, 0x8a9b76632eecec4c34f8549f54c372e9, 0x06d82c08f1c8692717023d8ddf91762d1b48dced0679b6607b1387d0615e07fc, '', 0, '?'),
(0x80b277b2a255ac356cb810489ad4b6f2, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Mask.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Mask.php', 1, 0x00000000000000000000000000000000, 0x5b006f4c594ec260f3a5ecdc64c21e14, 0x4ec6e8855616bae418c040832a657c98d2d471beb79d20461dce21f8b75683af, '', 0, '?'),
(0x0ff441a8942fcaafb1fba6172718751d, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaCharsetUtf8.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaCharsetUtf8.php', 1, 0x00000000000000000000000000000000, 0x9d8317c9887e81e3c7579443cb5c8329, 0x2889c9e209f75e78955c6e4795874b28559e96d7be6c021e1f8db31c8d5a26ff, '', 0, '?'),
(0xe3f59424d513d17eb05e89c89a4ce040, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaHttpEquivContentLanguage.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaHttpEquivContentLanguage.php', 1, 0x00000000000000000000000000000000, 0xca5acd6859cff6a42f644c9220f49a12, 0xe7c65325fd1e1d21ce6a8b480d830aa69a96b40393bc210f90ac7961f49320ca, '', 0, '?'),
(0x0bf934bc34504cfbc09f2d95b1c72ecf, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaHttpEquivContentScriptType.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaHttpEquivContentScriptType.php', 1, 0x00000000000000000000000000000000, 0x72e6d76c0a3e79f84203aeb89f94286f, 0x552c2eff573ea91a4f66aa2df2e93ab8eb93261c5affac213657d6322e92dfb8, '', 0, '?'),
(0x2e6a6d8556d609757680b4518818adf6, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaHttpEquivContentStyleType.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaHttpEquivContentStyleType.php', 1, 0x00000000000000000000000000000000, 0xac50a8d2273fed18e37becf1528423e2, 0xca49d095b2e385b106835d5534714e6b939f079d708aaa7f5751c1d794501789, '', 0, '?'),
(0xc888005d958d500cda3be2e939285f19, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaHttpEquivContentType.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaHttpEquivContentType.php', 1, 0x00000000000000000000000000000000, 0x0200b04028e7216aeb340130272b3026, 0xe138d3837574df974a3291222b54c9fa2c877ff28ee50da248be8544405391d6, '', 0, '?'),
(0xd5bc575100d6ba32b21a628d3f0bc888, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaHttpEquivImagetoolbar.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaHttpEquivImagetoolbar.php', 1, 0x00000000000000000000000000000000, 0xaf81436bccd352900b767cb184e793b5, 0x4b26e32392dfd08d31d73329fee7cca10d3483fad448be42aab39be92c2f761c, '', 0, '?'),
(0x2a387a77b4908de3edac7a8c7b84b91e, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaHttpEquivOriginTrial.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaHttpEquivOriginTrial.php', 1, 0x00000000000000000000000000000000, 0x6ff6f533ad2ca9217589d91487d9cc3b, 0x3c9ba8e3b582f9444aa9e51b9c9242c7dee9a206a330c32ea078a796a9544c06, '', 0, '?'),
(0x7c034d3ea76bb5959b4118897caaa779, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaHttpEquivPicsLabel.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaHttpEquivPicsLabel.php', 1, 0x00000000000000000000000000000000, 0x9955cb09445c0b23d8b0292421803f86, 0x5c2af1c3903b1319bc8b7b49dcc1ce585f41ff5631ff8c0e76d2fc8494b17a2d, '', 0, '?'),
(0x1e25e8ea0441cd03a402dd6db5f279ac, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaHttpEquivResourceType.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaHttpEquivResourceType.php', 1, 0x00000000000000000000000000000000, 0x30cd256c6acc55e49dc2ab09c1c86e3e, 0xf3c14cba93f1c5e247d3752de988d652bd60a16b9716ac4702e8d5578853e152, '', 0, '?'),
(0x6a4cc3fbdded0a5b6116f3c08ad3a864, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaHttpEquivXDnsPrefetchControl.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaHttpEquivXDnsPrefetchControl.php', 1, 0x00000000000000000000000000000000, 0xed4f8270f3d7bb63c5847a428224ad27, 0xb90a08b64c58618472ac68f2455418c7d1197a5dda7c96143ed538cfed6d9d7d, '', 0, '?'),
(0x1ef9932605bd778f756de1b6d2eb72e0, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaHttpEquivXUaCompatible.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaHttpEquivXUaCompatible.php', 1, 0x00000000000000000000000000000000, 0x6f5cc2cbbf80b49f00c62f62bdfeff51, 0x804a1e2facef5fa9dda445e3f53685c194fd468e26e6fe77e635a91452507d7c, '', 0, '?'),
(0x379eafff8a0fc9fca2d4cea416d2c132, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmp3pIframeSrc.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmp3pIframeSrc.php', 1, 0x00000000000000000000000000000000, 0x90edb6c62a0cad8f6f8f9b93b0bdde12, 0x6a2c1f3fc2887b40bfa6dc12e00ac1a61a76c4ae942e24110068043446004bf2, '', 0, '?'),
(0x7892555d5450548f406c8f1002f0b365, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmp4adsId.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmp4adsId.php', 1, 0x00000000000000000000000000000000, 0x5d6569e32af8f7f7f206f4cac5566766, 0xeec447db5b21aee641b57d71089f43d8be3dc17fd3fb9f20fe31edd04d2e2da5, '', 0, '?'),
(0x4818f234a5a5e8c858bef4b321aea272, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmp4adsVars.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmp4adsVars.php', 1, 0x00000000000000000000000000000000, 0xeeb2db619756764605d3323648cc80f2, 0xe89dda0863922f4c6d0e63bc51b6505e46d18493dc3099cfe93fe5ddafdc5524, '', 0, '?'),
(0x41841115fbca3dd29fe763298a6b6ae1, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpAdDoubleclickSra.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpAdDoubleclickSra.php', 1, 0x00000000000000000000000000000000, 0x2628748d0a8be2c71ca06c54a198b827, 0x172525b54dee38e0e84ea14d5317b3174f52c88f8062697341d8553d5a70f3f4, '', 0, '?'),
(0xa49e38b14eb567bf92e7d0a67dc98ffb, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpAdEnableRefresh.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpAdEnableRefresh.php', 1, 0x00000000000000000000000000000000, 0x9b4ee0e401f50317d86d5ed077391bd9, 0x705ae1919e80bce33ad2838f8c5b1cffd1c66db0e6dd521ff90bef3352645a55, '', 0, '?'),
(0xf8ae09ecca9a9a4170b74b3fc1419dce, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpConsentBlocking.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpConsentBlocking.php', 1, 0x00000000000000000000000000000000, 0xccf59c29ef914302896f401ba712b31a, 0x1decbd4d5a72e1580c9fc1a33ae8b031897ac68d574122ec814c6fbf558e036e, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x9c884991d8de411c879a6d3b49360613, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpCtaLandingPageType.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpCtaLandingPageType.php', 1, 0x00000000000000000000000000000000, 0x1d15f9d985e2f72b52bd7e121a4b11b9, 0x04b0919286c0bb71183adbed2e1cff257a9fe9b68554706c8c7854d8cf18e71e, '', 0, '?'),
(0xf0ae18a94a833d06fde6a18b6dc83972, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpCtaType.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpCtaType.php', 1, 0x00000000000000000000000000000000, 0xb22b85ba56a9ff6c0c146e6da5de3af5, 0x6e5a9c3d2f0bc0c4f1477546b3f6a86c50ad4e6df48fed3730b28fb5d6d9fe1d, '', 0, '?'),
(0xc600f65a39862b51f2d48b49decf740a, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpCtaUrl.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpCtaUrl.php', 1, 0x00000000000000000000000000000000, 0xb453a24a3f6c9e25be59e7fda05dae19, 0x3de318025851952b8076bd1e431ba21d446333214b64c13f022104b6de93b353, '', 0, '?'),
(0x0e338832f71bef490e9ea9208e9a756e, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpExperimentToken.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpExperimentToken.php', 1, 0x00000000000000000000000000000000, 0xb38303d05d4c168963d59dbd1e183916, 0x558b6f6f182ed8dcce600a7ba7ff95f90e1d6d8aeeae26197b72db285dd7e495, '', 0, '?'),
(0xcd62a956eef56925c980a46cedda8175, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpExperimentsOptIn.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpExperimentsOptIn.php', 1, 0x00000000000000000000000000000000, 0xf8347458498641a6e7c608cb5f9cf22a, 0xb63e6f8f19fc7ed9ee1751182e6418f91c9e628e63f91fb5b967c034f8a2b953, '', 0, '?'),
(0x2106f35d3ca25eb1515345ab10c33d1e, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpGoogleClientidIdApi.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpGoogleClientidIdApi.php', 1, 0x00000000000000000000000000000000, 0xd8b1165a2b1df80401ba0ae986848b2e, 0x58296cbd7681eec9eafa1a5380f8b1d69d350c619998886f9078ad1fcb92f24e, '', 0, '?'),
(0xa2903f94635a90eb709b1e24fb8c6a4d, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpLinkVariableAllowedOrigin.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpLinkVariableAllowedOrigin.php', 1, 0x00000000000000000000000000000000, 0xaf25717972daaf5dfb00cbc37efe8380, 0x2bea23aa5a9cbc555c4f38b13e3c7d6c34b7e6c302b2379842f4b3f0bae810d3, '', 0, '?'),
(0x225f7d1c1734f0ba856263575d2dc67c, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpListLoadMore.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpListLoadMore.php', 1, 0x00000000000000000000000000000000, 0x8079a4276da5c617dd187cfffb95d4b7, 0xe661b5f5245d4cff440cbbe3edb978d93694a3ffc7f4206a7f389121f45b26d0, '', 0, '?'),
(0xe53b4aa3b321b9bfa020e5f2fa2b9fb6, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpRecaptchaInput.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpRecaptchaInput.php', 1, 0x00000000000000000000000000000000, 0xdec305c6ebf922a6363756af608693b4, 0xd06dadbbaf56e9c312077bfd4417980fb499ad2071f354a5d92fd3ce50c92999, '', 0, '?'),
(0x26962f7bd9f8c99bcd0b730cdb7c0c19, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpScriptSrc.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpScriptSrc.php', 1, 0x00000000000000000000000000000000, 0xa33eb06d45a8f2e36813bc76233f09b2, 0xaf1622ba902756a3302896097f000e01ced42981e15e0529095861d1f6d22595, '', 0, '?'),
(0x84bd4da993901d3fc112e273df90b1a8, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpStoryGeneratorName.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpStoryGeneratorName.php', 1, 0x00000000000000000000000000000000, 0x815925f91e9021203941d135bcaa69d2, 0xdc0e1775215aef1583fc23e5fb8cc3d44797bfb1126904bc1ae48fa3851614bf, '', 0, '?'),
(0x1a80ce1ac7aea0d0187763248af37921, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpStoryGeneratorVersion.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpStoryGeneratorVersion.php', 1, 0x00000000000000000000000000000000, 0x5812f8d52dfd7290bc3058fc7f083278, 0x892420fe4138b6d30746b82b66afc43c69bc6610cb30e5cec71f51507904c8c0, '', 0, '?'),
(0x0a33456a647402be91a2e58b3616c93a, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpToAmpNavigation.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpToAmpNavigation.php', 1, 0x00000000000000000000000000000000, 0x1026cbd4299960a3293b61e2f5cb5422, 0xec529b2ccd57e1f7471aa1c3f4dd257c5c53fda1b9bc69c78110031efc60c141, '', 0, '?'),
(0xcb811ae1ff3ec4b3b20e7d42e4b29b23, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAndContent.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAndContent.php', 1, 0x00000000000000000000000000000000, 0xd546cc54e9ecdb5d9c784cef26a29b06, 0x0c47211ff8e36b732ad6a700a9a0cda663b36c26f367f6ac23d591b83c53f54c, '', 0, '?'),
(0x233da5912f6ac56063100c2f5f621dbb, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAppleItunesApp.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAppleItunesApp.php', 1, 0x00000000000000000000000000000000, 0xf9ef08f2b21d40a75fe52afa3d95f1a7, 0x43e32020cdf066d80af3719f0b653be14e61977a14cfd27297f0d3b580d55cce, '', 0, '?'),
(0x7c80f39941d19d5a2eef825a4d1c9510, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameViewport.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameViewport.php', 1, 0x00000000000000000000000000000000, 0xeaadce2744587f3d49d6adc23efde601, 0xa6cdf4df8b2734bab9c813365b4f535321d7f467bcd2e0fbdad414faef9c7b9b, '', 0, '?'),
(0xcad1536ae33d270e43fdbbe60cffde14, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Metadata.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Metadata.php', 1, 0x00000000000000000000000000000000, 0x6c59bf10cf15cb8d731bafe0ad302040, 0xe6951d40a1295c6664533e011a58a5805569d5e92405a934d52c1fa815e53cc7, '', 0, '?'),
(0x4bf84faf22a8a46b663d91fc4626f101, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Meter.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Meter.php', 1, 0x00000000000000000000000000000000, 0x40a05498a2c9c86ccb435534835e9920, 0x592394c8c75551df02a14c0566e8c285cbac14c8e037c1fef08f71ea5aa74f7d, '', 0, '?'),
(0x46e64a0d519c16804e02ee65fcf9c56a, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Multicol.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Multicol.php', 1, 0x00000000000000000000000000000000, 0x9f5e1c7b83f5176a8e3bf4ac6fb94957, 0x3a70e5f1b30e6dd9d50ec9313a6bd3491d5b0880b5d7a343f0222f079132f155, '', 0, '?'),
(0xf06b0b850acd8a38d4785d7b731ab3c8, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Nav.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Nav.php', 1, 0x00000000000000000000000000000000, 0x499dade6b23a44208f5af0a1ed05f5ef, 0x1fbd5e371ff87d07d45f3356b26427221ff9e884c0d699613b0e1ba79d441ac1, '', 0, '?'),
(0xf7f1c7c6d2c474b14066441c8b4b7dd3, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Nextid.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Nextid.php', 1, 0x00000000000000000000000000000000, 0x053724a01ad410d50d0cc75df9526840, 0xba6fe8e94eb478461afef29206158a43a725300a053b8cfed1b9f6978a26c395, '', 0, '?'),
(0x519970b59ce072816284bfa5ab66e156, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Nobr.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Nobr.php', 1, 0x00000000000000000000000000000000, 0xb5aa060982ca2c02dfd79e98b8103732, 0x1c4368f370d8feec9fe82439a319b3938af84ffb36e8f32158a2b136400bb619, '', 0, '?'),
(0x480e1b5c672c45bcce7cb7ec61137ee4, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Noscript.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Noscript.php', 1, 0x00000000000000000000000000000000, 0xf93bdb711b3b645e715614e18496427c, 0x785de8d7564ebca25991bcc8e9d2a4f40cd8539c4982413d71c2fcff156cdbb6, '', 0, '?'),
(0xa89d17e5b272dde1accd1859fe92af44, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/NoscriptEnclosureForAmpStyleTags.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/NoscriptEnclosureForAmpStyleTags.php', 1, 0x00000000000000000000000000000000, 0x305ae54061387cc7d0ddc269143055a6, 0x5f8b98b1fb278950d63dcb9aaac84a77345f6fbdf305af16b65d4fc58e276f67, '', 0, '?'),
(0xcf76b21ce371d4757f3ba355b043c680, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/NoscriptImg.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/NoscriptImg.php', 1, 0x00000000000000000000000000000000, 0x966382e8a2349f1e08019e69d7b6e61f, 0x7fdc2bdb7f4ee3bfd9bc95819d6e8eaf8a1ac29670f68b5a31c691195a2a4b00, '', 0, '?'),
(0xc628790b0741c72aef241e7457c636d4, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/NoscriptStyleAmpBoilerplate.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/NoscriptStyleAmpBoilerplate.php', 1, 0x00000000000000000000000000000000, 0x13b8c2da312d5a1540a62128cdba8345, 0x0086c8140be117b4a19d9397935a9fa529da9ba056dadd54abc587cfeb549fbb, '', 0, '?'),
(0xcf35410c7848ebe916992015cd2e9bda, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/OP.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/OP.php', 1, 0x00000000000000000000000000000000, 0x35da9f1a8c9712da51a36e444d1f6f8c, 0x217c17c1fb7b2bc21596e2a08a696356be6bec7c1eac163dadfd7e0e3965ebea, '', 0, '?'),
(0xbf2c838d02230473990d10f3a0fc0cc9, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Ol.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Ol.php', 1, 0x00000000000000000000000000000000, 0x507df21446d25d2b8079ebfbb6101fdb, 0x36dc59043e855cc0a7914fda30f6b814c9c3a44409c9dcc184fcb4da6f66708d, '', 0, '?'),
(0xfa9926def8fa5c96ccacf327d3b4e076, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Optgroup.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Optgroup.php', 1, 0x00000000000000000000000000000000, 0xf2169a050d164b2dee23e770f0157185, 0x8cfa82f11b1eeab15f89815723a105548d51ffa3a7a44a2a63504939dac73da3, '', 0, '?'),
(0x909d065da6939b3ed06bb1af78997988, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Option.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Option.php', 1, 0x00000000000000000000000000000000, 0xcb88ba98815ef3e168709dd55aa415a1, 0xfa9573d752e2d96df812b61b85aef53bdaac41edb9921799def7dc1309101f88, '', 0, '?'),
(0x4f760f23e3f60856da9bc051a0e89752, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Output.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Output.php', 1, 0x00000000000000000000000000000000, 0xdb6b13746d5ea957fc5fae615d43b6b4, 0xf2b6ec40b1918efa065039fee264e879e2016a03213bc5545df4530094ecd9f6, '', 0, '?'),
(0x08295d00bc23c6630a01a2d25d38e153, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/P.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/P.php', 1, 0x00000000000000000000000000000000, 0xef271466eb1d8e5e6a777ce0b198e836, 0xdf8b7cc3216680b7abdd194cb84716da41602dcc5818b7a0b4598db069a28636, '', 0, '?'),
(0x0ed1b4b4eb2ace45a00fae497355c291, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Path.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Path.php', 1, 0x00000000000000000000000000000000, 0x84449e457f5ec488f11959af2b8f5f9e, 0xcdf6bc3b5cd0230856a7f970addb0a99064f9c3020a8c33ac8f980e7f97fa959, '', 0, '?'),
(0xb007a66fc514d468ff639fb822646b75, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Pattern.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Pattern.php', 1, 0x00000000000000000000000000000000, 0xa88fa7a24713674554160bbeb2330d95, 0x0c4c8147eecd99e8a57ec1ea7dec8a7d545f50bf0f8131883db2bd5a8808a5cc, '', 0, '?'),
(0x4fca0ae3758a9f46f27fce5909fbcc46, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Picture.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Picture.php', 1, 0x00000000000000000000000000000000, 0x5784b1713618a75604c14242280def41, 0x7350cef70b9e753111cf00ca91a5a5d6378ad8edb4ce395dd24d3394ea3b42c9, '', 0, '?'),
(0x04c99dc14d877c60bdc2f00279f5a55d, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/PictureSource.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/PictureSource.php', 1, 0x00000000000000000000000000000000, 0x34ae1bcafce35915c5d79c805a320459, 0xedcf049439aa0965b0f84406c219aae4c3410b371a177dc310b30b3595565a15, '', 0, '?'),
(0xfb66dab4e6582cd45276aaa7c090e4f1, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Polygon.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Polygon.php', 1, 0x00000000000000000000000000000000, 0x6651467a021f761fe16e57ec063d153b, 0x3a1cd63868cb209e6b0686ea187aec50c98b0d2a0b933af312c26af0d95f3cce, '', 0, '?'),
(0xab4a427c3a076d3e9828a70b35594680, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Polyline.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Polyline.php', 1, 0x00000000000000000000000000000000, 0x9f6b440f83dd25dd8f81a09eb80467bf, 0xe74bc3113e3a2894356e7a36a6015522703186019e80589ef74e549d2738d03b, '', 0, '?'),
(0xc0cd3da70c435f613275dfec4b2cc6f6, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Pre.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Pre.php', 1, 0x00000000000000000000000000000000, 0x3b427b939786031f0273bf467663f3b4, 0x9cefb28f427b77e21e11d44edd5b1e54dc7c86a0e7cc30542414da8718d7d611, '', 0, '?'),
(0x02f51ceddcafb1dd29ca14ca9e69457d, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Progress.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Progress.php', 1, 0x00000000000000000000000000000000, 0xdf7262c311625f7feb6ccc1da91e2eaa, 0x2b2de46be733e553005f5e5c9b4646b7ed490c0a0982af718277629c4cc998f1, '', 0, '?'),
(0x75c95621253f19f4d2b2dd18347b72d4, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Q.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Q.php', 1, 0x00000000000000000000000000000000, 0x497d84571f94ccb94a1fe90a59bd7270, 0xd7618c3719dbaf0077392337fef00d00d340ae31ad369e6f0e145f612d6cfaba, '', 0, '?'),
(0x530701186173ce28d0dd0e59d48569c3, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Radialgradient.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Radialgradient.php', 1, 0x00000000000000000000000000000000, 0x24b793d19fe1ae3fc5399900cf08a1fd, 0x2c8ddfcc36d2ee12cb94a0483fb3ad6dd2243c4164de1157a1b6cc95a413e7d6, '', 0, '?'),
(0x1e13e9b535331975c770cdfa5a426137, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/RadialgradientStop.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/RadialgradientStop.php', 1, 0x00000000000000000000000000000000, 0x51e9b37d7b5684855be53f5aa222a50b, 0x53956ba74a9004ab9c754a8ada473d9374b0a4e82e59b5c70794205bec8299a3, '', 0, '?'),
(0xa116528a26f5601eaec0f0ecb0038c8c, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Rb.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Rb.php', 1, 0x00000000000000000000000000000000, 0x63b5909014df594aa5c324af339cb051, 0x58a248007ffed232d368925f0e5a7749e82f09c44fd1502c9eddc8e5878f8ab3, '', 0, '?'),
(0xab80639d327441002cfca8b39f95e3a2, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Rect.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Rect.php', 1, 0x00000000000000000000000000000000, 0x3820548342caa532f035a9948751bf7e, 0x5ae98b7bb9ea9ac655add73afac7d753ceb99abc05764cf6f2a8f2099f7fc83f, '', 0, '?'),
(0xb3abdab2e8b2cb4f804dc368d0015e0f, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Rp.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Rp.php', 1, 0x00000000000000000000000000000000, 0xe9ae005ff93f682fc9c3f6d04bfe5b94, 0x5be8fa337a16725f9c54bf693055bb0da3c6f880c06542b5cc77833daa5d29a0, '', 0, '?'),
(0xd0101604905c0426af57c521a6978404, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Rt.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Rt.php', 1, 0x00000000000000000000000000000000, 0x58f029b4fa17687ac337b41c4a8c07d6, 0xaa71b1d280f7a0ef8d48f3cc71cec84eb74d58e9d0c7a53554e4a9897a6c07a1, '', 0, '?'),
(0x50a7b652ea43ee1f90991b5a9503896d, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Rtc.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Rtc.php', 1, 0x00000000000000000000000000000000, 0x16914205e0c6d401ebbb4b8bff5f2703, 0x1298c8b9c196e61b6b53f57481c6e374a2c98531e0945b995183f1a7e1491694, '', 0, '?'),
(0x6ab8c5ec2e0b415984b631836e5b12ce, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Ruby.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Ruby.php', 1, 0x00000000000000000000000000000000, 0xda34ac122362133546454c6d9f850359, 0xad705efb5e6baf5d9cc7a2853fd58d574d64f3af8677e881cf0482cc0124fad7, '', 0, '?'),
(0xdb7b04e8b535fea8995836d2d799cdf5, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/S.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/S.php', 1, 0x00000000000000000000000000000000, 0xba759fff9c696d4c2b8922328171f33d, 0xd97ee5c81965c426baaeb3061e7665966344b1201c16e32f5cd453d7cabc9f60, '', 0, '?'),
(0xdc8595df0763b042944d243e84e90d9e, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Samp.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Samp.php', 1, 0x00000000000000000000000000000000, 0xed892937b337dabc502cb9c6fa8ea2c7, 0x0136435e8c15d010f6e21ea0b24facf14a464a57e77104df0c2ae36d7d6119e1, '', 0, '?'),
(0xb1d72b2893dbbeb99c6a1a4f9f124f50, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmp3dGltf.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmp3dGltf.php', 1, 0x00000000000000000000000000000000, 0x177d1c6cdc6c102fd686b791cbb7747e, 0xc9ebf02c29d0593656b462cda5a5b2b40fd142b8252dfbcb23b20bd2f52af82c, '', 0, '?'),
(0x788a8c1a43e5029992de7a65698ddf15, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmp3qPlayer.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmp3qPlayer.php', 1, 0x00000000000000000000000000000000, 0x4ade5a72a7e127986e2812f197f2ee0c, 0xaa796f1ddb6da39b0b09e19f889c9dd552602014a74fabfec78bc3895e3c82c5, '', 0, '?'),
(0x2953578e0b3ffded0e950d324e44b9f2, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAccess.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAccess.php', 1, 0x00000000000000000000000000000000, 0x6026cf4f4632e972b08db573dc5e9d26, 0xf26c400a17c7f12c4db154ed8a0108cd8662233c1dec6d02e8f3be4eda77ca17, '', 0, '?'),
(0xb3d9acc5359c7c6c60750592d7eb08dd, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAccessFewcents.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAccessFewcents.php', 1, 0x00000000000000000000000000000000, 0x4784cc7643f03afa151ca4e17a8e9c2a, 0xfe8e60a8ece51d9f5c68d35348545d3aa182c8bfc1290031b79fd5ff29829eca, '', 0, '?'),
(0xb7acb139787d1d65d266180cfb239baf, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAccessLaterpay.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAccessLaterpay.php', 1, 0x00000000000000000000000000000000, 0x58890e1b2b416409f40594df1d0113af, 0x32d24e635953d406720ee611c737a88d03f1b98d05ab509a8212b3070c375bf5, '', 0, '?'),
(0xb531fa3535807287e74774f0d5fa9414, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAccessPoool.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAccessPoool.php', 1, 0x00000000000000000000000000000000, 0xa44051bc365d34afca064efd0d9bdde8, 0xc05f301dfb804369ae0df62770ecffed69825d840f9e055d9857aed695fde5f0, '', 0, '?'),
(0xe7f313bd1fabd63c3dd0a7aae4b30e95, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAccessScroll.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAccessScroll.php', 1, 0x00000000000000000000000000000000, 0x47c4c32b30c10679c565ac4f89e91545, 0x802a9a472ef75a14d67c4a50052be773a3817094ef451b8f33e939318daeba5d, '', 0, '?'),
(0x890b5e2831c7ff14ea9344c872ee98bf, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAccordion.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAccordion.php', 1, 0x00000000000000000000000000000000, 0x90ee341146c524f8dd669dd56e9c8eee, 0x11ffa928069a02f428c69719ca70fdbbf503c92a024f48b9919b7016e780cfb5, '', 0, '?'),
(0x4382a62b9d239869125d76979397c2b6, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAccordion2.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAccordion2.php', 1, 0x00000000000000000000000000000000, 0x132ecedd5415150180ad4430671f2bb3, 0xba136a0fdb1f05b2a6fd3ca9704c44ea3a81322db15f9e127fc39b1195fc6c55, '', 0, '?'),
(0xc41972efef90c31cbc2cb94471d9ee5f, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpActionMacro.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpActionMacro.php', 1, 0x00000000000000000000000000000000, 0x3ac113cafd3b76753976984d9444eedf, 0x59e46847f8fe305d47d806135240c4baecb0aad34d73116a979632f2803393c9, '', 0, '?'),
(0x3b3e36ac0369437a939af9d69a7860fd, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAdCustom.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAdCustom.php', 1, 0x00000000000000000000000000000000, 0x1b14a5f134ad843c70028eb0379a8268, 0x099e15b72e5484884d5108badef710d28e4ecd074c6a603ff9ea4a96d8751f03, '', 0, '?'),
(0x7626dad9fa35b7c78833cf1556702ba5, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAdExit.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAdExit.php', 1, 0x00000000000000000000000000000000, 0xf7686546bf615a50a82bf8930f1c0ea8, 0x7fbd769d7d1d6ce0887f2c28efc261f33c681e71b14e91af49177f3d439d7bed, '', 0, '?'),
(0xad2a4108918be407a46a9eff95f689d1, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAddthis.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAddthis.php', 1, 0x00000000000000000000000000000000, 0xd9cbf0570f87cb031d734aeb2977946c, 0xb1d6a8b1f7048c636765c7e3dbcef213b8a43dfa53783013e06c9ba12fb811c3, '', 0, '?'),
(0x6b5c8354a0886ca470d6c3b344353b8f, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAnalytics.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAnalytics.php', 1, 0x00000000000000000000000000000000, 0x8a06c24c411b93fced136c18b238c7a5, 0x22cb840cdffc2cf259ba0b4057b9e16841927c6dd5616b6f402f9070a9d48f26, '', 0, '?'),
(0x7b93215e86f4e757c09b82503bd52e21, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAnim.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAnim.php', 1, 0x00000000000000000000000000000000, 0x418b6f24d12289263ed66872230512a7, 0xe793e75a54e0a129aba8287a10bf056c0431ecfc77d2bd893ae7dfef81767a84, '', 0, '?'),
(0xd55079356d8636655419847498becca2, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAnimation.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAnimation.php', 1, 0x00000000000000000000000000000000, 0x1aeb40b2ef79aee9d12b4374c13ef3a7, 0x4f2925400dc30f1f3359ddfb8fc0998f9c80926ef98643f1a0a34ca719be4960, '', 0, '?'),
(0x0285cce670dd126b0cc6776d0eca636f, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpApesterMedia.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpApesterMedia.php', 1, 0x00000000000000000000000000000000, 0xb45447f7673991765add68fc6f5c97f8, 0xdb2d66f1f680e219c259c176fea4daa77d80fd5874b9468895e51cec49988512, '', 0, '?'),
(0x8a973eb3071d39226c250a24c6a711e4, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAppBanner.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAppBanner.php', 1, 0x00000000000000000000000000000000, 0xd65005a4526e59ff78dafbab9961840a, 0x61f0b6cc38693dd50e03abee7823f4e52034d6e5ea862d1b38e27fb27d27264c, '', 0, '?'),
(0x1a67de7023e872ed25ce8f13d08a611f, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAudio.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAudio.php', 1, 0x00000000000000000000000000000000, 0x2bf8ea4233eda08cc323ebd9eaf16d53, 0x3c4715222727453e82ae9d9fa50b4aa3eae7a595f370ae71c61a7396eca19779, '', 0, '?'),
(0xe90538e56e61db02631464e1fef61d09, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAutoAds.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAutoAds.php', 1, 0x00000000000000000000000000000000, 0xd51db5f17716a5f919833ab901015eac, 0x971e05a4f6c22cd02344c0edf1a59c9cccdecaaa2e663a31b9e173380796824e, '', 0, '?'),
(0xf1fefe51467b76ae8fbe20a95d9aaf0b, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAutocomplete.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAutocomplete.php', 1, 0x00000000000000000000000000000000, 0x1e7768205a27cc713013e71012856b7e, 0x136856a461571e309c87a7f0691d7f339e3414aa70255419d00d86b215eab7f5, '', 0, '?'),
(0x579408896938baf8791a0b509c139740, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpBaseCarousel.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpBaseCarousel.php', 1, 0x00000000000000000000000000000000, 0x8074a4a55fe7440611de34164641646f, 0xe2cd91010a09b6a94af54ec1839dbc47f0468b205422239ffb512cb7fc60366e, '', 0, '?'),
(0xff06f92c4b54315103b1ef9cea4966fd, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpBeopinion.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpBeopinion.php', 1, 0x00000000000000000000000000000000, 0x353f9c42cb76037d4aea7ea27b69b4ae, 0x84c068e9d94e0d916d5ff2c1f2bcfab09a31e366bbbc8de874a781daf459be7a, '', 0, '?'),
(0x48c446673da02b51bf5327e42c0f02eb, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpBind.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpBind.php', 1, 0x00000000000000000000000000000000, 0xcdfd141e33c763122239842d8aa59023, 0x7fc5353aab9b24a74a076dc376ce24510ab881dd7dde7d1953fbfa279d6368b3, '', 0, '?'),
(0xf913633935ea532c2d8831cd7c01a6d1, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpBodymovinAnimation.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpBodymovinAnimation.php', 1, 0x00000000000000000000000000000000, 0x6bf0f2f634cf2b7e4d2d12848f0efe25, 0xd7aa098aa95042cea74b9faa8c4677a6aedad9a3be9121b7895e79839797389f, '', 0, '?'),
(0x3126a3c7cf45a8501aea26a02834590c, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpBridPlayer.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpBridPlayer.php', 1, 0x00000000000000000000000000000000, 0x2dfb63bbe9045678ad7d56add9354028, 0x775d3c44c50853920d439c6a0ef405191e3caaae2d3b3ed8d09bc0ef37bc8872, '', 0, '?'),
(0x6437689d14700d796c0702d845bb3133, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpBrightcove.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpBrightcove.php', 1, 0x00000000000000000000000000000000, 0x367e412f536e194b6cebf99ebf3a3fae, 0x0872920c7f42fda740d834ba70efd1cf0b6aa4be1102e6e46aad64cb79f9de77, '', 0, '?'),
(0xe1256eb1cdc3cf5f20bcb94136925aec, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpBrightcove2.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpBrightcove2.php', 1, 0x00000000000000000000000000000000, 0xff38f8c5403f7626fad08c47c05d8553, 0xad5d4b40862b08ff1faf199dc1ff2f7742788548cdad0b9b23abf78a6ef4a445, '', 0, '?'),
(0x7df095d893cddc68e3e59f66cac3da76, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpBysideContent.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpBysideContent.php', 1, 0x00000000000000000000000000000000, 0x49213cda6c5abb931793616ae7a7ad79, 0x578024fa7ff904c97d85beecf4a4572f50def25bca412dfc19cdf04d7ba32b6f, '', 0, '?'),
(0xa9de7cb9705e382aafc4ebb11bea4826, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpCacheUrl.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpCacheUrl.php', 1, 0x00000000000000000000000000000000, 0xcce08e20e839ffd2d0875a37a226480d, 0x0fd824f7a8f5e75703d92b4bd0f5bbf15dbeb8c62b0a51416e6057957aa7e21a, '', 0, '?'),
(0x6ffc1f70f17b79b15f5ba529ec82ab26, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpCallTracking.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpCallTracking.php', 1, 0x00000000000000000000000000000000, 0xeabe47fa2a37447e343bf8c3cf1458c8, 0xd73c6397b6d45f62fdd3b4fcb22f620ae7745cf85e52d6ee97fb3635a96b383f, '', 0, '?'),
(0xda02706a84eea85c015eaed006bc966d, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpCarousel.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpCarousel.php', 1, 0x00000000000000000000000000000000, 0xd1633c7e96b83bd9b6b809f2a2ca3c2e, 0x20376f475a39d5c2858a932448f7599268508f5ec2b4f92f8885371b4b1af7cf, '', 0, '?'),
(0xd03aaddee4dd6596ebb7350905eff211, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpConnatixPlayer.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpConnatixPlayer.php', 1, 0x00000000000000000000000000000000, 0x1d2593082bf2562718539421b086491e, 0xdb389c626d0be1889759988fc5b6713c892ee4deb408a2d479d29fbb11eb6a6f, '', 0, '?'),
(0xff8741565ec57a616b214b623d87e14d, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpConsent.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpConsent.php', 1, 0x00000000000000000000000000000000, 0x3be5df57d38b7335c15d772dd733517c, 0x2faf2dff67cde385b2a414234d983d2b6a6829a19fd73fbac04fc8b746f034e3, '', 0, '?'),
(0x15c35245b8c064845a9b685de72ce92d, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpDailymotion.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpDailymotion.php', 1, 0x00000000000000000000000000000000, 0x7e1b606f8e33d41b22175500561402a1, 0x583a878b840a1ec8b48e68f6df3a216f2bdbbd0eb1c63375307b65d9a6e875c8, '', 0, '?'),
(0x3a70e3e94d5c37a0e63eb901e7cb46e5, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpDailymotion2.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpDailymotion2.php', 1, 0x00000000000000000000000000000000, 0x7f5934a355c5100f065ca780d8ee43c9, 0x19953f81b5ef39d887e277e54ff8196d650db2621ea953570529dcaf4fe43689, '', 0, '?'),
(0x81d0b07fd882571c6ae03e8d70292128, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpDateCountdown.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpDateCountdown.php', 1, 0x00000000000000000000000000000000, 0xf56d1e176031751f88a9dbdaa2bd0ccf, 0x1e6148f9801f811f8a0cf42520f07d3469b922551e379e352d9aa5becbfabe42, '', 0, '?'),
(0x8cc9101dde0faad621023b131a3213ee, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpDateDisplay.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpDateDisplay.php', 1, 0x00000000000000000000000000000000, 0x5aa4a75040f87cc7cf8917b05ea63f39, 0x9ae79bec74015fe6595065b9cd974a70fdc9b1c0d9808f5c6e593ad3a1c4e4a2, '', 0, '?'),
(0x8391f5f14fcbfd685f11c4a998fb2727, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpDatePicker.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpDatePicker.php', 1, 0x00000000000000000000000000000000, 0xb64d9ae74fc555e72512c72abc900a33, 0x25657186244e3a386be6acf3a74da8f771ce705da8d06e6bfa76037b01cf2f5a, '', 0, '?'),
(0x9d269e30c79c77589068d946cf21af6b, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpDelightPlayer.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpDelightPlayer.php', 1, 0x00000000000000000000000000000000, 0xd7ddd26f5fefc5458959611fa7cee120, 0xed4e7e365863abbb3cfc6ef24f2c070e1b8872995af6f6a98fca14e203b526a9, '', 0, '?'),
(0x59922c8354deba8301f196b3fcbab704, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpDynamicCssClasses.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpDynamicCssClasses.php', 1, 0x00000000000000000000000000000000, 0xa3556c8a09dabc72ce99bc8552e2beda, 0x3a6be9334008322bf32653f1ba3c88f6a339358a7b9e2cbe5360aa519343c6f5, '', 0, '?'),
(0xc77e215ad25363a1221342b8ec832471, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpEmbedlyCard.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpEmbedlyCard.php', 1, 0x00000000000000000000000000000000, 0xd95fa0563fa7e9875e81e74c030d45c0, 0xd0c4e9c7173ede32245e097a40415c49ff8473ff5aba8cfa7e35ff61928ac791, '', 0, '?'),
(0x85ac652223feada31b411475af5f5e7e, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpExperiment.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpExperiment.php', 1, 0x00000000000000000000000000000000, 0x1cf9af0108005279212821605890aee9, 0xabe642453682199afce2398176d471dc2dc9c5ad7fd3d65e4f08586e4bd8458e, '', 0, '?'),
(0xcd88180401200e18b77996ec3750c0cc, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpFacebook.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpFacebook.php', 1, 0x00000000000000000000000000000000, 0x5d6816d48bdd6c72c7e335aa8d26a924, 0x028ef61433e10d62ba354f6511e9abf881433b70200d520c73a920e02ccccebb, '', 0, '?'),
(0x65056a4931c7a3963f4e24a27cd3a13e, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpFacebookComments.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpFacebookComments.php', 1, 0x00000000000000000000000000000000, 0x63e831bf74928f643372476bbda3e7e4, 0x062ec8a4aa07bdffee55304080385ec532f772d735e9926d40beaaf42265165c, '', 0, '?'),
(0x6b976fb871d7fbead97d477904805a23, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpFacebookLike.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpFacebookLike.php', 1, 0x00000000000000000000000000000000, 0x763bd8c53a6158c059db640f585644fb, 0x7e413b008c40963ec6e3d8ad933fda5a579eeb82c5e03e4ebd63828184bd8aab, '', 0, '?'),
(0xda568edf18d0d5aab6058c337d81940d, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpFacebookPage.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpFacebookPage.php', 1, 0x00000000000000000000000000000000, 0xc60876402403807109e435ed0a484618, 0x1af1f68f46a135afcfe3865abcaf8d42b0886a64eb4b09662dda76aabb858775, '', 0, '?'),
(0x48fe48257dc46bc17974d39372a922f4, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpFitText.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpFitText.php', 1, 0x00000000000000000000000000000000, 0xd84c191e5d74531716d9308861535892, 0xae6f2d8b6d3e541d00d6d918142137a361d1d59f522bf6e629f4c97f958712f5, '', 0, '?'),
(0xdd6973e518898739d8e1ecd91f87ee04, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpFitText2.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpFitText2.php', 1, 0x00000000000000000000000000000000, 0x6cc31f324ec71902322e9a3146091f7e, 0xeacb03787cde82a907dd018b98f17cb13418b9dc2453b13da4deb40ef7ea650e, '', 0, '?'),
(0xebca7653391e9de889a76bdac4bf671f, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpFont.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpFont.php', 1, 0x00000000000000000000000000000000, 0x73d24b79894f4a38f5066a2a0778bf6c, 0x83a7ee1d469ef1255813d863fabbd861c1cbdc5c66d1fd2b67e05b9fbe4cccd2, '', 0, '?'),
(0x9d2df0b9e93991bf8227c50fd1e5d320, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpForm.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpForm.php', 1, 0x00000000000000000000000000000000, 0xf2e01a0190f81854c7166f8362029bd3, 0x180d94f50d15bf642cf144274290cfe8cfae738679b58b5b0ad0cc49057658dc, '', 0, '?'),
(0x959b0aa2fce40bf12d28b365ce844aa3, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpFxCollection.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpFxCollection.php', 1, 0x00000000000000000000000000000000, 0x9a92daff8a89aa6e39f6c56e5e526ac8, 0xe5751d737cb34f5c612e9779f862517371159335df9d768aff7178ca1af20212, '', 0, '?'),
(0x1b6ad4fb3ae4e811f2befc91fcb276d5, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpFxFlyingCarpet.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpFxFlyingCarpet.php', 1, 0x00000000000000000000000000000000, 0x6816d83f06268782e726bd9714556125, 0x755e934fb6cc7041b2304f60896978eac37c8dd036d1eb1838fb4d0b204dc2dc, '', 0, '?'),
(0x88ca5fe9074e9298f008af1bc25054b8, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpGeo.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpGeo.php', 1, 0x00000000000000000000000000000000, 0xd7958f765f078db2fedfa4e72ab9da8b, 0xd274313cc403dc601400b2d671844ddd50330e5afab7905ac3445b386cb91477, '', 0, '?'),
(0x02b090e3566e7fdf396229e9e722ae5a, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpGfycat.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpGfycat.php', 1, 0x00000000000000000000000000000000, 0xbbaec77c0ab2502aa7b0783806a8c084, 0x26871e9fe264aee8e3006b0ba99d7fa1310e3d6bd42aab72d568e7da6acfa506, '', 0, '?'),
(0x358965c1b281e1df7ed27ac35ee19c57, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpGist.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpGist.php', 1, 0x00000000000000000000000000000000, 0x9497d8cbadb1b3799f0eb77f76b1232d, 0xca5a5a93d97b8384e5de29be649d7f4ee3e035792ddcd9235131708e899c869f, '', 0, '?'),
(0x348e8bf699c9b00be901781fc7bad424, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpGoogleDocumentEmbed.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpGoogleDocumentEmbed.php', 1, 0x00000000000000000000000000000000, 0x6faa4f71641a39f73526d75aa6f027a9, 0x8f974a8e818c94137c9219eba569fdece818711667b7f10bab8ed199931f51d1, '', 0, '?'),
(0xb66f44757dd7b0163b8a022fc28a3469, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpGoogleReadAloudPlayer.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpGoogleReadAloudPlayer.php', 1, 0x00000000000000000000000000000000, 0x0c035af1d0b82b153a00d8ae41cd1151, 0xa68fbcf935753b3e8a52a877ed3c8b91fc227a3a6806e5134e519b1696f2d424, '', 0, '?'),
(0x804b9e814976cf3ba120067e5a7b72fc, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpGwdAnimation.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpGwdAnimation.php', 1, 0x00000000000000000000000000000000, 0xa7a2d7da11eb173947d7bb36eebd1f32, 0x089e93431236d9630488f5b0d8489085f05df897bc84d07c1426af746ce4b611, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x9824ef88a9d75f9107d2c57f16094d3d, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpHulu.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpHulu.php', 1, 0x00000000000000000000000000000000, 0xdceec6b53940e2f4655e7e99a566daee, 0x3e2e2329c6763f18b23da366dd68a306a01ca6f40a60c13797f0a7a6e2d2e46b, '', 0, '?'),
(0xe43dbc783226c9eb84a3499a41dd6ca9, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpIframe.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpIframe.php', 1, 0x00000000000000000000000000000000, 0x82ebfdbcfd644b1f596ef9c3ee1714e3, 0x07cd3ee6476f376dbe31ba27ba436c67c5a8a97ba16da9c8e3d85d509f40d062, '', 0, '?'),
(0xf2d4b8b0c1cf0dd5c99ac1de7a5cedbd, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpIframe2.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpIframe2.php', 1, 0x00000000000000000000000000000000, 0x9bdb14673fb12178243e1a6157c48feb, 0x19af93e327ef97b007f2a6eeb330f415173465950f7da0cb1db8adcfc587f9c1, '', 0, '?'),
(0x0496ac1ce17d4c76af66b875304e72b5, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpIframely.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpIframely.php', 1, 0x00000000000000000000000000000000, 0xdcc5db30e563d02ce95fc81dea3070a8, 0x4adfe39a072b6f40bf152a54ff821cdc8e0c857a77c201208ad7c417f73b3bf7, '', 0, '?'),
(0x17b2310ef86d88dfd1dea9b7786bdb9b, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpImaVideo.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpImaVideo.php', 1, 0x00000000000000000000000000000000, 0x79b83b06c4f64c4f3d84fcc20ccd2f60, 0xa18ae7c13182727015fe98ef3ab6bbbd99d9c8b4c0bf7676c5623a2baa7dd444, '', 0, '?'),
(0x7cde3cbf3e523f505ec05114c18508ac, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpImageLightbox.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpImageLightbox.php', 1, 0x00000000000000000000000000000000, 0xd1748b6b4de80e46e720eb551be12484, 0x1b48bbd79c2d3fa8dbcf0fb555b687b7e58c6f6bd8dfa68357217580a18e9d92, '', 0, '?'),
(0x6392f11d440323ac328b53f0cc058e89, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpImageSlider.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpImageSlider.php', 1, 0x00000000000000000000000000000000, 0x5ff5018ec734d94da81b14666e65b13f, 0x9b3756cabecc3904e1727c577e60a1a4dd142fcdbc0e79a42c98ce6f61a289da, '', 0, '?'),
(0x41a9246926e28bda7f5ef0357194e907, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpImgur.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpImgur.php', 1, 0x00000000000000000000000000000000, 0x1f7624f2480b3d86463e4febe2a3063f, 0x71e0c88014213d1c3a97301aded6ed9a7decbd537becebd3aff0f71bde158041, '', 0, '?'),
(0xa0ac346e3949824a955b6f05bb1e3283, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpInlineGallery.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpInlineGallery.php', 1, 0x00000000000000000000000000000000, 0x3efc40a2a1c762f6b836c857064a8ce5, 0x158883c113d9126ffdd5827005d431fbf73fff8aa77e03ee99c7365d41b08507, '', 0, '?'),
(0x1d82f2e72f674d2818ec124c172b6885, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpInputmask.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpInputmask.php', 1, 0x00000000000000000000000000000000, 0xc1b405f66f15c6db22b09cc43d86b83f, 0x2ad3e3d0feec35abd37f67c778e2d03f057df73055ae7d709f75143b90a95d66, '', 0, '?'),
(0x0010545832b516225a3411e4df8350c4, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpInstagram.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpInstagram.php', 1, 0x00000000000000000000000000000000, 0xca41a8d51089d50498d6cb5abc304772, 0x1ee5fc3574dcb997c7af8af6f3c6df799c022dc4af12c3fa5157a558960e8ada, '', 0, '?'),
(0x69d592bc996b27b82cf255f48af46e29, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpInstagram2.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpInstagram2.php', 1, 0x00000000000000000000000000000000, 0x55595df1465a61acf90a824b553f3b22, 0xc1eb808dd3e94500eed6aa25c0f962eed91250362fe922a1f150a7f6e725ee0b, '', 0, '?'),
(0xce121ae5a4f6d0e51f992b279572bf55, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpInstallServiceworker.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpInstallServiceworker.php', 1, 0x00000000000000000000000000000000, 0x6b0b951c506acfcdf196672e2b0e9a41, 0xe96a5d80b8ac188d97fd237eb548a6e924738cdd1329e3f17f954b350adbf49b, '', 0, '?'),
(0xaf261e43e646324478dacc505c77db96, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpIzlesene.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpIzlesene.php', 1, 0x00000000000000000000000000000000, 0x75db37ce47d38159526bc684d0bd1f5b, 0x668da5dd9d8b79259ff2444dcd64ba5b561b107cc361b34d6c127ddcb083455b, '', 0, '?'),
(0x9706879de679dda3c8004b06b92f12fd, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpJwplayer.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpJwplayer.php', 1, 0x00000000000000000000000000000000, 0x78d1deb65daa3fe1984c0fd17e49fb0b, 0x095af055372949a4ab749d75fcea2af00dfcbf9d98040f9a8f64cf4133a09dfa, '', 0, '?'),
(0x18a39885488b0c7a0c8c8c7074b587c8, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpKalturaPlayer.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpKalturaPlayer.php', 1, 0x00000000000000000000000000000000, 0x22c3aa8bc6ec00ac0eff3e9eabe93884, 0x5b5b76bebd1209b1ba407611537f4635588551102deacc2a4da4e07d2be16aa3, '', 0, '?'),
(0xaf1439bcc1df7b46bedf3488babd40aa, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpLightbox.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpLightbox.php', 1, 0x00000000000000000000000000000000, 0xa45f8a8cf0fcfc41607415757a942956, 0xf935ad32925df3463a66927c51b019f483295856b3379bf18b4cef5a9fd9ffb0, '', 0, '?'),
(0xcab633fef96ad3c252afd9040b82bf00, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpLightbox2.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpLightbox2.php', 1, 0x00000000000000000000000000000000, 0x639bdcf8080e56d3e1bdf5891722262d, 0x1e28b6bbb0492271962214b6cddcf7ebceebea37ccaa9482e5961054843935f9, '', 0, '?'),
(0x4cb705a279d7c71cf3a20dc88d2ebedb, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpLightboxGallery.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpLightboxGallery.php', 1, 0x00000000000000000000000000000000, 0xb066049efe1c1af3a6a0dfa9a4c6cf56, 0xe2a2f7b20625da9918c3e0cfcb202d303fb3ce0ceccf51d8251335c1f08cec4f, '', 0, '?'),
(0x445be0a8e81afbbd493c6f01ae89df7d, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpLinkRewriter.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpLinkRewriter.php', 1, 0x00000000000000000000000000000000, 0xab4d8ee78b6973d5b7c84784567c5d9a, 0xe172e2200289a08b210d5ec58fec05dd94f4ca9c33fe8366b306070c6ccac58f, '', 0, '?'),
(0x1fb33a00d630de7936ef4c3921158ead, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpList.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpList.php', 1, 0x00000000000000000000000000000000, 0x903d44a4de9c1b1006bbad2cd9d803ae, 0x6ace48acc0038092def5c67c17d013c6ac1dbb03cbaa2e863a97e0dcd77a8280, '', 0, '?'),
(0xee7403d610b476fae5a1c179d8b79e56, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpLiveList.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpLiveList.php', 1, 0x00000000000000000000000000000000, 0x7ffc905eeecce0e1e4262bdf510be258, 0x7498735989c7347e80e44561b94c4d175ca12b4c32c0dcaa3fd970530be2cd7b, '', 0, '?'),
(0xbdba3bf1da2ca80fd27716e776b72fc2, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpMathml.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpMathml.php', 1, 0x00000000000000000000000000000000, 0x4d3c1a9ed3313886b5dee92f1a5bff7a, 0x600ecb710fcf31d42b13715971ae0e3264a6c41a850b89cb67c8cb5cf63fbcd2, '', 0, '?'),
(0xf33171d06d2d5ce598ddc8a032a3f062, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpMathml2.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpMathml2.php', 1, 0x00000000000000000000000000000000, 0xa446f4021829f13a32db0f4762b326e1, 0x38571fc83bc3f1feb94badf757ebe67800b96e84deac48ddb12b983ad0ac1c1a, '', 0, '?'),
(0x014fc2df1b336c8e631a649eba4cbe4f, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpMegaMenu.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpMegaMenu.php', 1, 0x00000000000000000000000000000000, 0xe840127013f723dbcf392df05fe6e72c, 0x2183d1374392e032fdb46b279ace698c2b13952e9931a0023688782aebd36b3f, '', 0, '?'),
(0xacdee00be60c687e757e9fd77f20535a, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpMegaphone.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpMegaphone.php', 1, 0x00000000000000000000000000000000, 0x4056fc75b69732a2c1e4ff7bd50f8ae6, 0xbac00470c73d5c6d80974c607393633a3eac8bc2c9c3069ccd4aa5274efa6bfa, '', 0, '?'),
(0xe10602df1054b022a9c925fe181eb98d, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpMinuteMediaPlayer.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpMinuteMediaPlayer.php', 1, 0x00000000000000000000000000000000, 0x140e7011aea4f7e8e8d6d1c94ee85bb8, 0x5dc565ff045489bc25548bd51e36e879f4e32974919037dd8f6f9e78d780ed1b, '', 0, '?'),
(0xa193b10efe2a092a6108cf232db64666, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpMowplayer.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpMowplayer.php', 1, 0x00000000000000000000000000000000, 0xe4222e941628ef18917c301cc3e75f93, 0x6ccb89e580516a0c8d0abee649767f0d86e1b6ef9786735c7da1d526840d96c5, '', 0, '?'),
(0xeeb657d13d636b018074fec7e94f1875, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpMraid.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpMraid.php', 1, 0x00000000000000000000000000000000, 0xc56f901f1b64de8dcf8348b9263f5a9e, 0x2bd23283a00f4aa3c6284bdaeb2ebdb1b67247269796b55e4dbb3bca633eaeeb, '', 0, '?'),
(0x683915bd534c766bdc35e7fdf8a3a015, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpMustache.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpMustache.php', 1, 0x00000000000000000000000000000000, 0x960f46f6afbbeed405e9cdbab9fe7cea, 0x4fa9c0b96af20c554cc8fde9de09827b5013305d1a7a9bba35051534608e31f2, '', 0, '?'),
(0x2c0f49183d95539188cd478f0a29e3ef, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpNestedMenu.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpNestedMenu.php', 1, 0x00000000000000000000000000000000, 0xad546130b4b73a0f7c5de7386e18ce2d, 0xcf6e42ca66d695d1651722973cc119ebc485f051c61e9ab8d3765a41f27ec252, '', 0, '?'),
(0x9f49b2593c38fb1a75d2222d91852396, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpNextPage.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpNextPage.php', 1, 0x00000000000000000000000000000000, 0x4724c75c49d7c2d55bd52979389c45ef, 0x4413456cef8bb6ec5c8a769d38b9e54c6b1f38918aa34d6546e42f7d39de9fca, '', 0, '?'),
(0x9f0c228d92912f02e6cdb2124f4301f2, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpNexxtvPlayer.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpNexxtvPlayer.php', 1, 0x00000000000000000000000000000000, 0x179714225873776c17bbc434dafed443, 0xef5e3f9d39da4dba842cde80bd6685ae75ac750f0b60cbc51daf59b2187f5690, '', 0, '?'),
(0x2a05a624f78a7eed8c36a9252f9cf642, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpO2Player.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpO2Player.php', 1, 0x00000000000000000000000000000000, 0x57c2ddfa6c136cef659039bee6314e95, 0xf907e01c475a252c0df8d8179eb3d79154aeb70ddfa80e814f7e1ee0d262726a, '', 0, '?'),
(0x630d3a90af0f914948a7579980b73a8f, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpOnerrorV0Js.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpOnerrorV0Js.php', 1, 0x00000000000000000000000000000000, 0xf512bf01f6eaef316020ccd250016c12, 0x9826f5c821b4e29cc1e97a1ae15f36993db9a2be5c9cb77319d443b5ac87a7c6, '', 0, '?'),
(0x585e1285fb08f84866848edf0f51d55a, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpOnerrorV0JsOrV0Mjs.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpOnerrorV0JsOrV0Mjs.php', 1, 0x00000000000000000000000000000000, 0xd7fa74875181d07378cc5d6d4f61dccb, 0xa7dfd3ed5743d8fd23069a7b3147ca76931153f8a10be006f7934d0dc033da7b, '', 0, '?'),
(0xd3c5dc1d4ac42d9c1e532a5126385686, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpOnetapGoogle.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpOnetapGoogle.php', 1, 0x00000000000000000000000000000000, 0x01daaaeee46717d8d810a0540fcb78b3, 0x3f827e55fb8c5640670b7b3afeaeab8d044261e32a801dee08049ddc59258b53, '', 0, '?'),
(0x0c695ff6f62679ce26993013235a0b05, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpOoyalaPlayer.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpOoyalaPlayer.php', 1, 0x00000000000000000000000000000000, 0xc97580147a1621ed1da66d35edc79911, 0xb960ec5b701a77b107fe0ccf2f721382c1d44db9664e1a23ab4e7844b2733da2, '', 0, '?'),
(0xa69466e9b775ad5019dd4a7cefa0ddab, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpOrientationObserver.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpOrientationObserver.php', 1, 0x00000000000000000000000000000000, 0xdb0de8a02def0f2b78a42489471b5c60, 0x7d71a42d3f661c41eb5f1e1c39c75bb3118fe8b92709b130242b67f7568c75d4, '', 0, '?'),
(0xd731fd6b86bee7aa727ad5f276a5c37a, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpPanZoom.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpPanZoom.php', 1, 0x00000000000000000000000000000000, 0x539c5f788a6bedaae47bce0a4d882e60, 0xebd88ba410698d19358b92bb1304c45f56afeb9a0cf3f99a8e9bcfe1b68afccf, '', 0, '?'),
(0x672767f03ced9fc608a57650219fb266, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpPinterest.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpPinterest.php', 1, 0x00000000000000000000000000000000, 0x48bee92bf338f602d0c2a4fc6ad7fc68, 0xbc2312fe71cbf92d34f0607b1a5ccf81038eaa5b3888dfc9d4c08d7a3965cf4f, '', 0, '?'),
(0x7fe89966986071f920d5cb9ddde5b6bd, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpPlaybuzz.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpPlaybuzz.php', 1, 0x00000000000000000000000000000000, 0x947d46665f11f3b9551cab618e925be0, 0xaeb0615bbcc50e60c1a15f9743da46e5b9e413373011bf16645105b7b618669d, '', 0, '?'),
(0xa0c90ee6aa133c7037193de4c3c1e268, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpPositionObserver.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpPositionObserver.php', 1, 0x00000000000000000000000000000000, 0xa9ae6f28776129e13165561694b6de8d, 0x6c06b627224fe3cbaece2234532a5d39817c7c7b044811dea66df86e2c6ca6cc, '', 0, '?'),
(0x3758eb405030fb0b2b6214b3f5da5e96, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpPowrPlayer.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpPowrPlayer.php', 1, 0x00000000000000000000000000000000, 0x2f9d5c0a950ed8e7d88088e1b6875432, 0x33a22f5b1e4601876a0ad19202486d5d5c89e1c8047c309f0555f7a93c2a1d2e, '', 0, '?'),
(0x34573f7b6b999bac7dddeb28375e3cd1, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpReachPlayer.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpReachPlayer.php', 1, 0x00000000000000000000000000000000, 0x7924acffc7962b0945b8e0c4ae2acdc1, 0xa845ba4632b32d88fffacef10999de0b239074fd6efe1150d49190621efbc713, '', 0, '?'),
(0x7ac795313953c3986651c43f2bf034be, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpRecaptchaInput.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpRecaptchaInput.php', 1, 0x00000000000000000000000000000000, 0x2766d2a66474ffd4250ba60ecd819d87, 0xc675dcce11f14202b48c83082ea33ff283b96bb05d844b42e22051665149090e, '', 0, '?'),
(0xb83c6139f1199e9376a80cd71bd4c764, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpRedbullPlayer.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpRedbullPlayer.php', 1, 0x00000000000000000000000000000000, 0x69b229010c4979d05057cc0e31ebffac, 0xf35ccb6e7c561747305e8d10a4ed48957d7e975772910e320adfb3e6e8d0dc95, '', 0, '?'),
(0x29fed9b1cd3db1af81f30700d64df216, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpReddit.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpReddit.php', 1, 0x00000000000000000000000000000000, 0xb78ba1e24ea685aa999d2484816081f7, 0xf42272b61980b107a40acb56a035db29b43ced41d5c53e1020d8859b5573c7b2, '', 0, '?'),
(0x881c44ce4bb0a847abb05f3aed28fa77, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpRender.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpRender.php', 1, 0x00000000000000000000000000000000, 0x1ca0bfcfeda1ccf89f4a9bfa94275183, 0x13725bc32c6b6ae833642d29a9c3f28c8a954e75bfa07811a58c963a5f94dba6, '', 0, '?'),
(0xd8123d9560ddd4d1ab1efd9e991d54b6, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpRiddleQuiz.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpRiddleQuiz.php', 1, 0x00000000000000000000000000000000, 0x5f117dd5708fd0a9c72993b0705f9275, 0xa09c4a676cdb051dd6a5d0df646e01e8a889da6b3201e46fedc75a3bfbc99221, '', 0, '?'),
(0x226f3e5d717bdabd3796d3c4c85c7eae, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpScript.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpScript.php', 1, 0x00000000000000000000000000000000, 0x04edcc875033002f19787b0e175fa602, 0xd7e2dcbe086e0d45224ba32edd219a6ad5b400ab68491251ca07e2cd8977f5b7, '', 0, '?'),
(0x1b49294e900f8f436525e6bfdee849b4, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSelector.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSelector.php', 1, 0x00000000000000000000000000000000, 0x988f047a680ea0fc5767e1d859b72a3c, 0x11bc72c5a2f8762c76244870a0c2c6bf323438838a79224e6a628b7f3baa8686, '', 0, '?'),
(0x1415d9400dcb8d93dd79c4b8313bd866, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSelector2.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSelector2.php', 1, 0x00000000000000000000000000000000, 0x0bf937da437aa05557ce0a9d3f62fd15, 0xeb4e05f084438a6ee88f6f9ec90baf52068352a71dd4ed29a8848feb87732a58, '', 0, '?'),
(0xf8ba8d9074cbf1c2d31c43d7d49e2355, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSidebar.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSidebar.php', 1, 0x00000000000000000000000000000000, 0x16587bde9b9911d962b2efb60f55c17b, 0xce197605f16a95d94255095f1a3adafbc8477e882614eacbc6c63c2d9dbe9b02, '', 0, '?'),
(0x8e64915ea990ceaff0bca6c261153522, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSidebar2.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSidebar2.php', 1, 0x00000000000000000000000000000000, 0xf7685d1c47d7a261cdd9cd6f477b31a9, 0xd3a87bac4394438ed0e6c0a58c9268455f65104299cd50b96a2619d915ef9b57, '', 0, '?'),
(0x1ef69fc6032b41b4497cc3680722953a, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSkimlinks.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSkimlinks.php', 1, 0x00000000000000000000000000000000, 0x855aea9a89d46596a729e03600020d68, 0x6b2b38749cb334302f2477e085bee8b4151625702fae2a8494a223653655d05d, '', 0, '?'),
(0xded0566515664939b64d06bbfae5854e, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSlides.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSlides.php', 1, 0x00000000000000000000000000000000, 0x28c1b6ae8e14cb8c7e96392831de33cc, 0x37a3a6035e2cab788f4f95753d512f2f372172ada3c32093a5395c4e189fb43d, '', 0, '?'),
(0xaaeaba640d901795b7085f46aaac7629, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSmartlinks.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSmartlinks.php', 1, 0x00000000000000000000000000000000, 0x7737f41121606c3d0a3558d4d7b13c69, 0x257ad8a0e6d9b3b6c21b20a87cfa67ec8f2627114afec8ca22c0e543c7b3be70, '', 0, '?'),
(0xe7c5af9a3dfd89160117f8b52d06edc2, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSocialShare.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSocialShare.php', 1, 0x00000000000000000000000000000000, 0x4d2fbcc02ef5fc02c02b8d19bda4921c, 0x73abeea3883c63ea93142f59a1ae9e5697eafeff30e8aa2c2380874513d68d7e, '', 0, '?'),
(0x50f176eef20aae5e903a1bcae32f6baa, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSocialShare2.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSocialShare2.php', 1, 0x00000000000000000000000000000000, 0xcf26a600bc0acfdc62e38a64c6175705, 0x6743c6be47ecb4384a0e321c95ccc950d78c5a954df081f1ebcebb0060fc50cc, '', 0, '?'),
(0xec7710422bac126b203629006d477f08, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSoundcloud.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSoundcloud.php', 1, 0x00000000000000000000000000000000, 0x95358dbb5592c445756dd7cea6106be6, 0x4f1f2e4f35a50c5f8d073a185adf352d3e82ba8cc13e09b6ea1d0638af09c3be, '', 0, '?'),
(0x47510a2499422234ce42df9de376a189, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSoundcloud2.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSoundcloud2.php', 1, 0x00000000000000000000000000000000, 0xd35347d4591d7eb81905dc97b73e9cad, 0x54926f5d0035c87881a98aca6ddf18424e785b74106dad8c0f0cac69348ff462, '', 0, '?'),
(0xda01c7a1ef11ad0735a8e6dce59e4826, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSpringboardPlayer.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSpringboardPlayer.php', 1, 0x00000000000000000000000000000000, 0x21ce0b7318dc88ca18d3cd2a4f919748, 0x91480af4cd1695e76366161e9483a4abf1938c6c4843185edb92a14ee4babb87, '', 0, '?'),
(0x97ec942df532918b862b3a8b1a6c6b6e, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStickyAd.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStickyAd.php', 1, 0x00000000000000000000000000000000, 0x7735c1d088167818e7cd8b4662822d8f, 0x01e5649158b05f2612359be7c9df1fce06b16c02cfa6c9094d045f2d26bed22f, '', 0, '?'),
(0x88e99b144e6c0a614ff04acc9ca1b527, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStory.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStory.php', 1, 0x00000000000000000000000000000000, 0x079e86020f714bf09350d6da8db816ec, 0x27d32e7f922c2dd184a2b5a55bfc4eb343962cbe5591bfda14783cb359b03ee8, '', 0, '?'),
(0x43bb166b71d79aedc907f9b404b0bc2c, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStory360.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStory360.php', 1, 0x00000000000000000000000000000000, 0xf155e7a7ef98b4b12a2b6b833f1e757c, 0x11dceb5c34b7d798fc4c2d3c80f5eb71680bc475ff0cfbe3fb9924e8ca5a5c0f, '', 0, '?'),
(0xd7acaac017aa69036266c029cabfc081, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStoryAutoAds.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStoryAutoAds.php', 1, 0x00000000000000000000000000000000, 0xe58e2d141690ab39c113ae215f9312dd, 0x490f6361406d54758044f155f46ca52835d39c4fbc82ecd11ab069c4534bf6b2, '', 0, '?'),
(0x09dbeb3cdeb0aede34d5594449e2ab63, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStoryAutoAnalytics.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStoryAutoAnalytics.php', 1, 0x00000000000000000000000000000000, 0xaa4260de98f86df3d7282cb8de2f1f48, 0x6541d410c0055aefd08fa1c31c74c8322bfd77bf842ad5516afbb22642f40893, '', 0, '?'),
(0x5216bc94cd5bedc4a0a4d7c4d3998138, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStoryCaptions.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStoryCaptions.php', 1, 0x00000000000000000000000000000000, 0xb42245ba48ca9ff316bc99030b7bd3d1, 0x37518cc70095d5b1bae5912a3d1144732f9717e4d39cbdc09d66ee59b05b2212, '', 0, '?'),
(0xc9522611041680f3f72919c6e5e0d40b, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStoryDvhPolyfill.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStoryDvhPolyfill.php', 1, 0x00000000000000000000000000000000, 0x5bf567ebe1ca9d188543e0410441a1bd, 0x2fe9cf40c63ff8976a02a1f8346489d40d7770be32dca88947c7e54371e0de5d, '', 0, '?'),
(0x42c3773eecca90f43ed5d7b3714d2977, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStoryInteractive.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStoryInteractive.php', 1, 0x00000000000000000000000000000000, 0x5cf391bd3b76cd8d905545f901bf39f0, 0x713a31cb67623bc3b1cfa49ee4d72c994832355f477c5e006edf1647f36ab64a, '', 0, '?'),
(0x11d24c35da442b9c49de348bdd940806, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStoryPanningMedia.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStoryPanningMedia.php', 1, 0x00000000000000000000000000000000, 0x5a1e3475dd6918871235d1df763025db, 0xf037dea5803d13f230e4e828edc8ef7abbf080226d860d94d95d8fb9303c86dd, '', 0, '?'),
(0xde03624f5dfc77b9306b010bde801e8e, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStoryPlayer.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStoryPlayer.php', 1, 0x00000000000000000000000000000000, 0x8a3634e88fb324029dc9c13ba73d984a, 0x66d954c533cc5c8f09cddd7bbad03a2d31f6b51b05db83e24a0fb9de93e5fd42, '', 0, '?'),
(0xecb8703289c8598e2bdb1c51fd99c033, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStoryShopping.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStoryShopping.php', 1, 0x00000000000000000000000000000000, 0x7fa1ed10817168811846298252e88b90, 0xb292690ac5be211d608bdc212a8c2afc728084ccb406c5b5ffb18866b3e61d7b, '', 0, '?'),
(0xd619fca7190475e0b42877169a8683fe, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStorySubscriptions.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStorySubscriptions.php', 1, 0x00000000000000000000000000000000, 0x42cdad335d06e8418734afb5368c2c1c, 0xf17c99db4286d2a43dab5dd1ead0c3184bd880527aa1ff9d1349afc52b6f6a35, '', 0, '?'),
(0x410a9fe2179939fcd545ac771042e970, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStreamGallery.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStreamGallery.php', 1, 0x00000000000000000000000000000000, 0x148f83652cf12e89dab300b3da5ea9c6, 0xed163863dffdce2541c35ba24d654b72b786ad7e237ff0cfaa1bb9d6c99db344, '', 0, '?'),
(0x18321b68764548c9347e25da716568a5, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSubscriptions.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSubscriptions.php', 1, 0x00000000000000000000000000000000, 0x8d0d85cfc6280f5dbf5711147a02f37a, 0x108d1ac0b66db70217ff019fae2c50b30b20554488aa00f8c4d1274ed7a506e6, '', 0, '?'),
(0x62ae2f67ca51c5076c83e10e72913e78, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSubscriptionsGoogle.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSubscriptionsGoogle.php', 1, 0x00000000000000000000000000000000, 0xe857ef8aebfe9f272898a2b90899c1b0, 0xe2770631a3e349e9bad94eeeb0403f559bd97cb00850e41d39cfecc3255d8863, '', 0, '?'),
(0xfa3bebd6c017b6aafacd8cabf7813b97, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpTiktok.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpTiktok.php', 1, 0x00000000000000000000000000000000, 0x9b374ac718a4ce299c1553d04649725c, 0x20ff7e5b6f72dbb965e69ff2513f68312a72ad4acd67d25f31961e407857126c, '', 0, '?'),
(0x9af7e1387f74828492c398e89621d6fc, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpTimeago.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpTimeago.php', 1, 0x00000000000000000000000000000000, 0xea3e02a627b25b8f6caf19e214e9e79a, 0xb450e7ad1c7973494908590ae311c564a46666d8b697935732b0cf89449df1e0, '', 0, '?'),
(0x86b103bc2b78065f435a6cdcd5d9df00, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpTruncateText.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpTruncateText.php', 1, 0x00000000000000000000000000000000, 0x6638300854d862b0ceb6b6140e04f248, 0xc8edef26ed5bbec6af0bad0f0c4888ed30c0e20b21d6c9930836e9bf2c4382d7, '', 0, '?'),
(0xde07d892b7698e1d9f96f2b7bb74e8e5, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpTwitter.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpTwitter.php', 1, 0x00000000000000000000000000000000, 0x4b11cc379d4899b946d3fbb5352cfa3b, 0xb3580ffb51ab8d976faf97cd074b382a9c9ade092836dd55def579f1cb40af3d, '', 0, '?'),
(0x66bd7b49dd79da7ce57866c62daf27a5, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpTwitter2.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpTwitter2.php', 1, 0x00000000000000000000000000000000, 0xf1b51d0fee2c931264d20b9963c800f2, 0x32f2c4e151473f2bb3e51c536b27e10252f612e9b71f3d7a76a8792b430219d5, '', 0, '?'),
(0x9381c7258b276e54723e9f8b9f59a3c2, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpUserNotification.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpUserNotification.php', 1, 0x00000000000000000000000000000000, 0x6d3f2049eaed02a453e653bb81aa6572, 0xa927ed8df97c4f3a8d281b99346aa295d71f61434d5cb7bd23679ea04fc75ca5, '', 0, '?'),
(0x1aa94d6c92bc0bce0befe2cab3a76b4f, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpVideo.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpVideo.php', 1, 0x00000000000000000000000000000000, 0x0f09517535b86b6684be0ff83232544e, 0xef0a3b22ed5c5d6b33807a947e74f75e4769dc6aec5b4be6febb7d3e7afdd58e, '', 0, '?'),
(0x993b2f433bcc3ff8380224bc2bdd6f2d, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpVideo2.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpVideo2.php', 1, 0x00000000000000000000000000000000, 0xe8fcc1abadbbb1ec3547748f4ad91fc4, 0xb071aed9a08096aa2c8c26fce0aadef12dfdf6247e0feed70af872d540950db6, '', 0, '?'),
(0xeddcad96eaceeccc41607d4514fa0e99, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpVideoDocking.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpVideoDocking.php', 1, 0x00000000000000000000000000000000, 0xee078edbb52ec8dbdb4dc663275c1af7, 0xd5b6ee3a0643f6040587406785526bc16b391c546e30f7d55f12959624ab145a, '', 0, '?'),
(0xb91f79bedfdd8131f127252bf979dba7, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpVideoIframe.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpVideoIframe.php', 1, 0x00000000000000000000000000000000, 0xcfbf7f6fc37fa7ab057aad6fa755851d, 0x36783310e8e1f686abb04e61a7c71088b890d3fe294e28e31e511933848c8fee, '', 0, '?'),
(0xbbc02917c8528540e1c8f06a2db7d60d, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpVideoIframe2.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpVideoIframe2.php', 1, 0x00000000000000000000000000000000, 0x24b0a0d37b53fe228cc21eaedca6ea82, 0x96603676e588d4001bb3083f8c4508ee69d9b4de4ff596bbb6812cf3073fa3b9, '', 0, '?'),
(0xed5f48c9dab1e120c3aeab5404479500, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpVimeo.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpVimeo.php', 1, 0x00000000000000000000000000000000, 0x2b4d101f8edae95685763794fe8959c2, 0xdfe4976591a43211edd50cf6eb5c6fe0dcad8e9210dd2877237ad1360321bf90, '', 0, '?'),
(0x66babb3ef75a735148f839355ea4fec7, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpVimeo2.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpVimeo2.php', 1, 0x00000000000000000000000000000000, 0xf137778aa34d6b933f1e149679538874, 0x86b47d54b55b3fe90f3e5c8bac9b925880d476bfc2f7c1565d1d6c920e01a123, '', 0, '?'),
(0x4117667d3a525446e75e5996fca260a8, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpVine.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpVine.php', 1, 0x00000000000000000000000000000000, 0xe139efeb5b0046fb0fe45fa2beeaefa5, 0x3563467cc42878336ff46b12148a77f4c21cb3284fa2e7b6d7adef27899e41f4, '', 0, '?'),
(0x92e22b570767a324858196ae9d18ce90, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpViqeoPlayer.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpViqeoPlayer.php', 1, 0x00000000000000000000000000000000, 0x9c1c3e7f1cabc62d390140e4f240d00b, 0x1af019a2875144a359913711dd882bfba49dacef179192ced48c8031448838e6, '', 0, '?'),
(0x37233b078633b59051b3362a993911a6, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpVk.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpVk.php', 1, 0x00000000000000000000000000000000, 0x9c773c3ca0989707e654f62921ce8835, 0xdc09d514b7418d3d9f8d4a74c279250ca53af4b23d4a696dd18a215909d6d952, '', 0, '?'),
(0xe9ee4de63a02b0edf0050c4bd9b212e2, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpWebPush.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpWebPush.php', 1, 0x00000000000000000000000000000000, 0x40423b9bb8e772354ee3eaac071a4527, 0xe7c88ef612518737bc5f4bea27a4430a9f2b9c7baf27b270f24c1e84574a9463, '', 0, '?'),
(0x530eaecec713f90cd91eaaf2f5dc2995, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpWistiaPlayer.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpWistiaPlayer.php', 1, 0x00000000000000000000000000000000, 0xe7048932ec3511da7f833232c02c50c9, 0xdd539419e4d2d97137d4ca9822e49a8e397ba75792d34e2811a9d11ba9d361dc, '', 0, '?'),
(0x5ea3886430391e8d726c2e1d02164e89, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpWordpressEmbed.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpWordpressEmbed.php', 1, 0x00000000000000000000000000000000, 0xef9c7b8ad0ec36cf5e5d30b7b1402682, 0x43cd05cc63f39b335caf052f4d58f1269f1e9ba81445cd6356cb56ad630bc536, '', 0, '?'),
(0x25d50710c1641ca8168d5ea2b04427f1, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpYotpo.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpYotpo.php', 1, 0x00000000000000000000000000000000, 0x8cf16abf329cbcd9b9eee8b35fce4742, 0xca3c57e7cf2b04a6ae4829efd7453885e9bf971ea87ede48ea63719cf4ec6817, '', 0, '?'),
(0x08b50a67db786eaac7ab554873067d14, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpYoutube.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpYoutube.php', 1, 0x00000000000000000000000000000000, 0x7cb3b829fcabcb43e2daf9ad0c7a2f7a, 0xdd31068ed684289a3c6957ae3e40ca699b15a84518d3f9357a2ef8fdc97c4b73, '', 0, '?'),
(0x9ea4d7b3c49f739adf5746e571d46847, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpYoutube2.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpYoutube2.php', 1, 0x00000000000000000000000000000000, 0x5d872b9784f25f610f150d15baf077ff, 0xdf6a5832e25c8d2800374e537786dd3400471098e397dd434f0c271376df7afd, '', 0, '?'),
(0x33cc8f983d172915881fbd8f1e4c36c5, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpAccordionAmp4email.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpAccordionAmp4email.php', 1, 0x00000000000000000000000000000000, 0xef528e5304babf8ad15aae50869d2e25, 0xf240db960cd1e0907c239da3edca49d93471ff1126b15da30cb8d535659442bb, '', 0, '?'),
(0x020b3d9893d89289aaf3d7fe9d683bcf, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpAutocompleteAmp4email.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpAutocompleteAmp4email.php', 1, 0x00000000000000000000000000000000, 0xc3183af45e816f984ecd3e29f1f1bc7b, 0x49205db83e14634746677020c0febb0bf5173008d92fbdf83184a5b1aedf51ff, '', 0, '?'),
(0x6e7890ed834b5ba55041626eb6299cef, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpBindAmp4email.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpBindAmp4email.php', 1, 0x00000000000000000000000000000000, 0x97258de31bcdb47d8863c410f0001885, 0xd51e22fcf420af25609cd8378d7c7d5d6db98216a5ba487dae2ca6e9bf7a8913, '', 0, '?'),
(0x9a8179ba862d56045bebb0f11dc4de37, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpCarouselAmp4email.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpCarouselAmp4email.php', 1, 0x00000000000000000000000000000000, 0x3a055cdcfaa3571b8753d36c4e1549f5, 0xd3cf31e91952f83636079780e337ba2be4b450bb8fcdf3abe6b6893e3471ac2a, '', 0, '?'),
(0x081f569e274b697a6625a4a1b892fe50, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpFitTextAmp4email.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpFitTextAmp4email.php', 1, 0x00000000000000000000000000000000, 0xcc5b77bb4c61badafff56eb977c1d9d7, 0x07501f17cfa81e0825da726545c4993edfea6fe395f4ca7c3a91ecdf528b70ca, '', 0, '?'),
(0x4abc2c7349f332a71bb283e42de2d54d, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpFormAmp4email.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpFormAmp4email.php', 1, 0x00000000000000000000000000000000, 0x942bd90d9945ff1b7e6cd7ff227ef80e, 0xe35a82d2187a9ccbb1c47d6413e5c68aa601e662e706c73f64fb275b46a35ad2, '', 0, '?'),
(0x3cd132230488a243d1db3431cb607bac, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpImageLightboxAmp4email.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpImageLightboxAmp4email.php', 1, 0x00000000000000000000000000000000, 0x96d627bca93a90341ca49fc88674cf66, 0xd471e1fac046fd366347f1df667b988b4934fb6bf8ce48bbd1576ec7910fb12c, '', 0, '?'),
(0xe5b9a2f1d6d7821047a0b94da9ce70a6, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpLightboxAmp4ads.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpLightboxAmp4ads.php', 1, 0x00000000000000000000000000000000, 0x7b0b469774c1dff5dca77606effafc43, 0x84c8cf162524681175b2a0e312293c7105425adde11d047566fe92ca9678e87e, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x5ed0b0eacb99e6a48f61237092610625, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpLightboxAmp4email.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpLightboxAmp4email.php', 1, 0x00000000000000000000000000000000, 0xa10cccf6989746a92fe1d27211d01ade, 0xf2227f222dab3cd72154c3c064bbd30f69eb67ab56bffcef68ab4805cf6d6fbc, '', 0, '?'),
(0xe08a7c999da10226b958651768fd4e34, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpListAmp4email.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpListAmp4email.php', 1, 0x00000000000000000000000000000000, 0x712d0a1fa93ce49ac7535a3ba0055e86, 0x4c766bd62f6aed18b9fa579a18059be7d29f070372d1bd864d4557d4b9042198, '', 0, '?'),
(0x79055b7c72594516f575b5163ca42c77, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpSelectorAmp4email.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpSelectorAmp4email.php', 1, 0x00000000000000000000000000000000, 0x223d8efc4b7400404957dae415e2bbad, 0x843d6cb8232b1defaf5b06c43dbd5c27be9580d8fb5dbf13d8a9cca2d1ad5f63, '', 0, '?'),
(0xc12a26e137b8a6ff78d27452548ef3e1, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpSidebarAmp4email.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpSidebarAmp4email.php', 1, 0x00000000000000000000000000000000, 0x2319c4bc3d5b1398e5204235f1954b8d, 0x753246ee4ce9d4d8321e3912a8e3ddbb862d93a60184a3d120fa7ed35444219f, '', 0, '?'),
(0x633293fffb4041ff4e833340b4f333ea, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpTimeagoAmp4email.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpTimeagoAmp4email.php', 1, 0x00000000000000000000000000000000, 0xed80f51401bd2adb3a27522aaeaf05d8, 0x81905d91939711d8f3a07e88246a6096b8d601c5422c04fd8ab173858af7a26d, '', 0, '?'),
(0xd045082a83cb75a0cdda0bf4ae93aad5, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomTemplateAmpMustacheAmp4ads.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomTemplateAmpMustacheAmp4ads.php', 1, 0x00000000000000000000000000000000, 0xf2c31df26185299d53750151aef40a40, 0xad3e519e7a076b35f99c153c4fdd91857e6bc63b542eb019e9df4335351c531f, '', 0, '?'),
(0xae7126ed0159d395b1da81411d2f0129, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomTemplateAmpMustacheAmp4email.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomTemplateAmpMustacheAmp4email.php', 1, 0x00000000000000000000000000000000, 0x5dbd504004d9f079d4959cdb765586e2, 0x6183926d46b37e1f6950fa1ac0953f8bf598cdb38f03243f8ca839fa3063a230, '', 0, '?'),
(0x77e81b986a40eb5dc19aeecc30d39c31, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptIdAmpRtc.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptIdAmpRtc.php', 1, 0x00000000000000000000000000000000, 0x2e59bb702470fff011c2559b60c871d6, 0xd89be15ce073af9a4648e0500ed8b3c6900c13a196963097315ef99c651adc94, '', 0, '?'),
(0x79c9521d4337df5c19a52c784a6144c0, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptTypeApplicationLdJson.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptTypeApplicationLdJson.php', 1, 0x00000000000000000000000000000000, 0x8d04b48b006d8229fcc7ad55e307a025, 0x7cecde058f925601d5041fcc306a6c655285393da3021354e778a70647c22a11, '', 0, '?'),
(0x4c0db4172206c37398d137bdf32bb5e0, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptTypeTextPlain.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptTypeTextPlain.php', 1, 0x00000000000000000000000000000000, 0x78877a0f71809de31bd43def887e3f0b, 0x0f364f37274f4cbc91d7fa07690f175547b30d1097ec0197018023425b66b026, '', 0, '?'),
(0x3b9ce5da96c707dee6f43db4c8d6881f, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptTypeTextPlainAmp4email.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptTypeTextPlainAmp4email.php', 1, 0x00000000000000000000000000000000, 0x52002e5fe5c945a77e80876bdfaee7e8, 0xc116ca5bec58023c4b3cae67b0f2d8b9df947a57199b887e1d66bfe168fb9c08, '', 0, '?'),
(0x999f19a911894e983837057538e1c052, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Section.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Section.php', 1, 0x00000000000000000000000000000000, 0x4e347fbc70bbf5b5f60301652feb5cb7, 0x89623a3d5d16ed4dad77f988038d1703bad0cd979ff5a29dc79575e4181483aa, '', 0, '?'),
(0xffb7f2d3674f12379a439a4b4a18bf2d, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/SectionAmp4email.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/SectionAmp4email.php', 1, 0x00000000000000000000000000000000, 0xe6a0bf7cb3041a96bd81a723a6bff28b, 0x647b46163400e7e63f741ff81a0b3a09dca51039c849874d066c0561028d1740, '', 0, '?'),
(0xbe90058de67851e62d60336fa0dc4d45, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Select.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Select.php', 1, 0x00000000000000000000000000000000, 0xfbf459a59139220fa260777db2e11207, 0x1098b59d009b1d577f82f4521b30edee861f71d10c77a6af82bbe17237951c6f, '', 0, '?'),
(0x7c5bb1ef1b0b4c5214389db8c9179e10, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Slot.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Slot.php', 1, 0x00000000000000000000000000000000, 0xdeb2bbfefacc50f4b8c036315c14e08b, 0x9074a995acc8b63fc8c48aeda8fe5d2ce53351753ae6467a55b9586d0bfb40ae, '', 0, '?'),
(0x903dcf98ed9e6259467f67afaaf12aa0, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Small.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Small.php', 1, 0x00000000000000000000000000000000, 0x6bbf57518b07da2c237ec727ce3e3118, 0x00450563c60e65218c283ca34a2a2cb9e550ef1f51adce9327cb57f1f7f60c37, '', 0, '?'),
(0xad01be97f4321dc4ffd4a97b56ac05de, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Solidcolor.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Solidcolor.php', 1, 0x00000000000000000000000000000000, 0x88ef41b11587444e0e89f097191b5171, 0x104ded9fe693421ba060ce8201e983e9b9c9dccf51eace19e0c357ba164e85a4, '', 0, '?'),
(0x2554ee0b1cf08e54f1a6f8c473fa6196, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Spacer.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Spacer.php', 1, 0x00000000000000000000000000000000, 0x52ac9bf39bc3404c2a7de4c2087e18fa, 0x5801eab1bbfff79464786c7f12b9f2c13f7671968908626f5098aa034085c202, '', 0, '?'),
(0xa2b3d3a57751d0dccca2977c94bb20fd, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Span.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Span.php', 1, 0x00000000000000000000000000000000, 0xba79a3ec276cc8f1507e0c3dca762908, 0x5e936b35061fe10fa82f16fc46c02b7960e1d769957527baad66a6c5a778afd6, '', 0, '?'),
(0x4e32e26c4d7435d940ded175196eec2f, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/SpanAmpNestedMenu.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/SpanAmpNestedMenu.php', 1, 0x00000000000000000000000000000000, 0x60ec9999cb153925656545de8b255125, 0x15e4107ffa126cbf91faf62f36c1abc54e0a0e03cb9dd8deb8fc1448fe7a1a1d, '', 0, '?'),
(0x75ce4808b52ca7f35a1b3fb122af8e80, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/SpanSwgAmpCacheNonce.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/SpanSwgAmpCacheNonce.php', 1, 0x00000000000000000000000000000000, 0x1cccaa4ab3d31c5f5eff9ef24d07b365, 0x1f5a7395e83bbb052ba2805d50e1ba877f4401db4c313ef952d273455b714f17, '', 0, '?'),
(0xe79822bf6777c2c886bca26a02b15c56, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/StandardImage.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/StandardImage.php', 1, 0x00000000000000000000000000000000, 0x797c3ffe28506323acafa0f43007a4a6, 0x72d2608d02f4abda05d0f9672f0367fb782df9452b2237f0652aca3d7f0a201d, '', 0, '?'),
(0xc75afd39aac57c7395b5061fd2a79a74, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/StandardImg.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/StandardImg.php', 1, 0x00000000000000000000000000000000, 0x86360c3cae05d3abcceff8910c7658b5, 0x401089359f81cd5ec7bec3856b0ff30c18c1212c3eaa5de21fb378fca01314cd, '', 0, '?'),
(0xfd0a832bd83030434afb86e0bb2b2ff9, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Strike.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Strike.php', 1, 0x00000000000000000000000000000000, 0xe5b89eb95ad34989786c875c04eade96, 0xd1a10bb6dadc32aba8dc4a7a9595df61dfa0c6ef37c8a4e18a919167b9b0e19f, '', 0, '?'),
(0x7d50a6bae337ef8194efbd1c86fd03d4, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Strong.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Strong.php', 1, 0x00000000000000000000000000000000, 0x09b7faf5e63a9be8c014ae793d774b7c, 0x60ac47432385b9f76ac7ad17119752d1f583f3b8967a8ab1b010f224684e747d, '', 0, '?'),
(0x7b98db80f126a2a22ac53ede6e6f040e, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/StyleAmpCustom.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/StyleAmpCustom.php', 1, 0x00000000000000000000000000000000, 0x7340a9ae293933c5e39856cf835d8ff7, 0x65ce87e8045c75cc815c8dd79e13326a57a1c0736c50f0a7679405e9c985b236, '', 0, '?'),
(0xb5fb2b3ec2b8ce906c51da2fe7176745, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/StyleAmpCustomAmp4ads.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/StyleAmpCustomAmp4ads.php', 1, 0x00000000000000000000000000000000, 0xf7178f4f5a1c2447398a31cc26aa3063, 0x859615b8c181a4b975261b111fc7a3721b94a767e2fed03c2980ee394f605f98, '', 0, '?'),
(0x6da6dc6c8db52d40638fb017858d41b3, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/StyleAmpCustomAmp4email.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/StyleAmpCustomAmp4email.php', 1, 0x00000000000000000000000000000000, 0x2a75b7723f0df68830c63e14258572cd, 0x9f79188dc02bf0067dda68dfc869c90e6d6a5b4959a01cd0b2eace58fc300060, '', 0, '?'),
(0x79c4304315c57879941cf4b4ca98590b, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/StyleAmpCustomCssStrict.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/StyleAmpCustomCssStrict.php', 1, 0x00000000000000000000000000000000, 0x4a55c64b6dc42abc7177d7d6d1bcacce, 0xc488598e1488e99518ca13ebd5585544dff57f237da80782cdbf58e26403661d, '', 0, '?'),
(0x90bcb47db808d8136cb31d38d14bb362, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/StyleAmpCustomLengthCheck.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/StyleAmpCustomLengthCheck.php', 1, 0x00000000000000000000000000000000, 0xd44d583f60593e68faaaf54cdc91cb4f, 0xfd41ebe0b04de7f7919c9682aa6c0c610bb7278554f41af9cfe1132976c05132, '', 0, '?'),
(0xae3a678ea11826eff77f35367b450216, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/StyleAmpKeyframes.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/StyleAmpKeyframes.php', 1, 0x00000000000000000000000000000000, 0xd765f4c2b9307325534ec67316622fa1, 0x53136d3df229f8bd05f4a6c26693e2a8ea8335b24de0a483a6ac57257d361f23, '', 0, '?'),
(0x9971edb50ef918f2c49c61c612696302, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/StyleAmpNoscript.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/StyleAmpNoscript.php', 1, 0x00000000000000000000000000000000, 0x48eb5b60aae3081e89b67a42758c3e2e, 0xfac0de9db1ca55f61d9ab82f0dd540e88114a8945b1fd8f9391091359cb15e41, '', 0, '?'),
(0x5181749ad8d94fb23b43a524ff447214, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/StyleAmpRuntimeTransformed.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/StyleAmpRuntimeTransformed.php', 1, 0x00000000000000000000000000000000, 0x21e9d0671f65964e674d080c2c75791c, 0x45ee9dfdbc824cd87db1e1fbd082043388707379e5cf9e10cebd2f6ff6eddf64, '', 0, '?'),
(0x34fa3c97134ebf3ddeeebca119b389f3, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Sub.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Sub.php', 1, 0x00000000000000000000000000000000, 0xbd8eba4e0a3acd1b764f771b443532d2, 0x8c0213647f0a40a63c52e7a9c0e7e4c88aba2a71f4c0fc644d18f976e0388efc, '', 0, '?'),
(0x2d8249b986f9b2477547927a0003ec5b, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/SubscriptionsScriptCiphertext.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/SubscriptionsScriptCiphertext.php', 1, 0x00000000000000000000000000000000, 0x755836bc6f733c8d2bb2fdbeb5fdce5d, 0xfff0279973a05e28051603ade1fd51b364e8a795d3cb8447f76e855660d5ec0d, '', 0, '?'),
(0xfe9de3024bf38844aa25959fd33137df, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/SubscriptionsSectionContentSwgAmpCacheNonce.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/SubscriptionsSectionContentSwgAmpCacheNonce.php', 1, 0x00000000000000000000000000000000, 0x37f5d8546fcdc0914442eb338d1d15be, 0x5d65581bbdc2b90c43c54723b387bc4df0648fc6baa4bc8d1182727f0e43a73d, '', 0, '?'),
(0xa77fd2ea84f99cde799d5004012cf569, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Summary.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Summary.php', 1, 0x00000000000000000000000000000000, 0x1385e37a43c0b3e5617a3beb741cf848, 0x6bca8b1d60c6172b3191369067909518620442c91ae40463e7a1e4cbe9a61de9, '', 0, '?'),
(0xe17af337b114a6278285e27958446035, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Sup.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Sup.php', 1, 0x00000000000000000000000000000000, 0x8d7833192704b5bf8f2fda311f607ea0, 0xa5b24d36ab048285df5c8ed0fdf4a1cbc7652efcec1973239fbc50c933397350, '', 0, '?'),
(0x0ccb108e41f564521d89155b54fb78fc, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Svg.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Svg.php', 1, 0x00000000000000000000000000000000, 0x4e27170b9d0fe10deed94030ae9c5181, 0xb34d40b2fe93a521b8c3d62813f965ebaab07ce6fa6aa9e09a97f53926daf746, '', 0, '?'),
(0xf37a0117e552f36300da60ea56909930, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/SvgTitle.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/SvgTitle.php', 1, 0x00000000000000000000000000000000, 0x29cbeb9af1f1d7d92f3f474631f12343, 0x219229ffb2283345a34cd6539784578c759ec2f68890aa34efbad3f0225dbe37, '', 0, '?'),
(0x766f697000d90919dbd73ffa16bbfc6d, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Switch_.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Switch_.php', 1, 0x00000000000000000000000000000000, 0xeece2f22de2cf006495371594bb97f92, 0x0e4c185ea7a82b510a30a9006a3cf1b2058e64ae32ec1da7d64d1dcb8d0deac7, '', 0, '?'),
(0x0acfcf05491ddfbe8198d5b3eae81ffe, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Symbol.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Symbol.php', 1, 0x00000000000000000000000000000000, 0x50c766d26558b3954b4b04a589414d08, 0x449a7b5702108a7ec3d652728b75225bcb23f08947d976e290c63f3c1ee8e41a, '', 0, '?'),
(0x1b664a0b12a64c0945e5abf471c244a6, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Table.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Table.php', 1, 0x00000000000000000000000000000000, 0x85c55e6c0b332f6011443df761844d5b, 0x8bdc8388807b7fcd5b51a645fcfe19720c7ca680e43a545d950068e2f653c159, '', 0, '?'),
(0x299a2b9075bda847e024f094e2a11e33, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Tbody.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Tbody.php', 1, 0x00000000000000000000000000000000, 0x3daf63769bdacbe6cb78b2a822a79049, 0x30b0f399bbf7e4cba1e63702659cac328cedf9e604018df4721bce14aae043ec, '', 0, '?'),
(0x03b4b04016cc27cbd36fedbc11af3684, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Td.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Td.php', 1, 0x00000000000000000000000000000000, 0xec8dda1beed763f805789f3165a06cbd, 0x064a2a9bb31a93d1d68da502e70c78c6eeb2136e9ee1316ea14f711a21a843aa, '', 0, '?'),
(0x8f58f82a23cc10093dc12e0efee1db67, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Template.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Template.php', 1, 0x00000000000000000000000000000000, 0x1955184322b8e182b776afaeb1775615, 0xd9c128634684fff4ee604934a4702480b03b7d8c23fee23bf2bd090f9b5d91cc, '', 0, '?'),
(0xb64a01a23ef083a404bfc5ae2dd4b6d6, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/TemplateAmp4email.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/TemplateAmp4email.php', 1, 0x00000000000000000000000000000000, 0x68915a05a37e4b50ae67593f9ebe7c19, 0x8054a1c7df5e3eb88e853902684c22a9497a425a4a6d460aca89cd90b3726014, '', 0, '?'),
(0x355c53ed250b7258adc61a6ae4968a68, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Text.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Text.php', 1, 0x00000000000000000000000000000000, 0x9d40c87c5727a0bc596090b40919c662, 0x47d4f958475e39759bd6097d43ab660512a4c7fc45864e675bb375b776676fa1, '', 0, '?'),
(0xa0110372b4b33509db37dfad633904f8, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Textarea.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Textarea.php', 1, 0x00000000000000000000000000000000, 0xe1e09e3b1387bc5edbb2311eb6e17986, 0x1bd585704239bbc140df64a7f8e10edcf99e1b987de4065c0fa29cc965b6f9a8, '', 0, '?'),
(0x2dbab364e3b892222184918a91d93add, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Textpath.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Textpath.php', 1, 0x00000000000000000000000000000000, 0xbef704611475774d13c27d289939bccc, 0xdfcd1c737d4894294728c9c93f66a412ae08dfd4ea996129f3fe6f3d225ce8da, '', 0, '?'),
(0x2d649bc8438d994e125a50c1d4eb97c3, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Tfoot.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Tfoot.php', 1, 0x00000000000000000000000000000000, 0x639208a02fc3aa4e2a636da7d1f463e9, 0x810b5373fbfbd9af36284a2250a77b5f2ac2ddf5b5793d1ef0fade880aa48506, '', 0, '?'),
(0x077bcbe0949e5e83ac2671cd2298bf0a, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Th.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Th.php', 1, 0x00000000000000000000000000000000, 0x6dbdd4f0b8b24254f08550bdf66bd01c, 0x325d4180b0200927553a7d7f7a66f270d85c854315d41e4f3af0cee1cec52cf0, '', 0, '?'),
(0xfabd5bd88c99389912f3a7775df15ca5, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Thead.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Thead.php', 1, 0x00000000000000000000000000000000, 0xe2bf888aea513ad5a0b96b0fa715fcc9, 0xc833e57abad05dac61384160355fb79e7ac870ab7f6d2d601f459227d9ab0980, '', 0, '?'),
(0x8c6c1dc6c644381427a5b6913a8ac8bf, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Time.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Time.php', 1, 0x00000000000000000000000000000000, 0xb0c9979b3077b9fc6f7f56b7b774fea5, 0xde715cfd10648344536e5bd717da73777d48dfe6fa4fa6a2d1761ec2ff7029a1, '', 0, '?'),
(0x117425b627b02678906555adb7732c37, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Title.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Title.php', 1, 0x00000000000000000000000000000000, 0x8c49a99d4de8638b05774404240c18cf, 0x19ae07637257f98dd0144e8439175dcccbf45ac22ce824d0cfd01fab2e63e296, '', 0, '?'),
(0xaa2933e59a50f7da02e641f86666b728, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/TitleAmp4email.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/TitleAmp4email.php', 1, 0x00000000000000000000000000000000, 0xbe35210aca28292d41b8dc3ec77a56a1, 0xcda5448b8895abbb4af2d8d9787794d45a8b064a0bf4af97cd71f3cc8cb3cbe9, '', 0, '?'),
(0x604554c2dbf0d317faf4360775f9bdb8, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Tr.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Tr.php', 1, 0x00000000000000000000000000000000, 0xc132b12725473a6dbf61e4e45e30e855, 0xe65cd78430553c6f4a75607f80b8551c3357e32a12e7c2cf2758259c241d3ea8, '', 0, '?'),
(0x6999c21dd88b7ddc7f64253143d581ad, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Tref.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Tref.php', 1, 0x00000000000000000000000000000000, 0x20e36600df17020c24e43f01dddb34e9, 0xf9832617c6c7f3d9dace833843ad6acdc7407d6b2f4af2d808ed6d71a0665e62, '', 0, '?'),
(0xafd70755e1a556cfbbf9ef4da46b746a, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Tspan.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Tspan.php', 1, 0x00000000000000000000000000000000, 0x72577e367b2228e78087d4b908970b5c, 0xa90bf37d940e43d0b098afaae3ba63e49d616166760b48ba1fab58741c4564f8, '', 0, '?'),
(0xadd84e0cea7467de9ac222857ae5dd45, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Tt.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Tt.php', 1, 0x00000000000000000000000000000000, 0x2eabce965f8125df1ec915eadb024b8e, 0x664490752c3169c8634b883e8b5a8dd8b8d071a8a508c99b93d7729b232c7abf, '', 0, '?'),
(0xa238dcfae15746acc950591a7b4b16ed, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/U.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/U.php', 1, 0x00000000000000000000000000000000, 0xd18c4586851dd33ef8da071a0f00af96, 0xcc7b520766498d49fc37f783727b290bda4d29e27a099adc2473d3750e5828c2, '', 0, '?'),
(0xbe038382b159daac97673df5e77f7062, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Ul.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Ul.php', 1, 0x00000000000000000000000000000000, 0x6c5c29534ff03cf034509e673291c9fb, 0x0340d284bf4f1abaa4ffda21dcd7085dad1a91a741fe8eeb7569d0f1ec766811, '', 0, '?'),
(0x9a2e7114882c4dd8be3f21844a267d29, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Use_.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Use_.php', 1, 0x00000000000000000000000000000000, 0x2c82784c10dcce5af47cfcfec38adad4, 0x493d7b11efd5b8e0687b324fafe96a7c454a734c1a4f26747520823e4035337b, '', 0, '?'),
(0x43d27ea0aafb387b9058f2003f6daa89, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Var_.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Var_.php', 1, 0x00000000000000000000000000000000, 0x109b8caf19b56fa57abfc6832c30d096, 0xb495d369e84a916763a7d95bc606860dbcb081dfde2ab7df838754bddfda025f, '', 0, '?'),
(0x47e1c939910e90dd067b413a2d7a0029, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Video.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Video.php', 1, 0x00000000000000000000000000000000, 0xf709ef0c140d512ec514de9cdfae5b09, 0xe6ade98c5aab555215f5660f8fd2d54cafa19ae34f50c81ff30c426c767f8c35, '', 0, '?'),
(0xc40ce8c37004ddb82aaa4843899ef2f0, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/VideoSource.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/VideoSource.php', 1, 0x00000000000000000000000000000000, 0x65e6ccd3292db09276313014eef884db, 0x5ee1afedd710bfdb60d46a538a6bc52ccad735dd5db2ad287040c349ef6d08bd, '', 0, '?'),
(0x4f3684057135c1dfe7aca344c1f5181b, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/VideoTrack.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/VideoTrack.php', 1, 0x00000000000000000000000000000000, 0x079f73a074fdc42c2f32e29648933a6c, 0xdcadfc2e142d974be7c9cb89fb53cca76e879e21140d941de0094a90cae9d37f, '', 0, '?'),
(0x429716a971fdf938eb71d99554e218b6, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/VideoTrackKindSubtitles.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/VideoTrackKindSubtitles.php', 1, 0x00000000000000000000000000000000, 0x8f08ffcd601e63c2555fac0d86c7856f, 0xe32efa5ad25b86fb30c7076c3adedc728ad71aecffda69610d93de1add143cda, '', 0, '?'),
(0xdfe41cdacd7e51a7a29d3d5618b3ead6, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/View.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/View.php', 1, 0x00000000000000000000000000000000, 0xae4b4ccbfa11cb352120fe42c6d15db5, 0xd6f5a6240a7b8ceae935cfa6238a48efb0a5aee3442f04e1d19436a367f211e9, '', 0, '?'),
(0xfceaeaad729b6b327d2ae4dda621ff1d, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Vkern.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Vkern.php', 1, 0x00000000000000000000000000000000, 0x5559a66a5b9b99ab2a3a5dced7ef413a, 0x1fcd9cc332007b7f82faaab1530fae92d662ced1982d637a42d10450c5b02930, '', 0, '?'),
(0xaa8230d4b7626a5c38ba2255512a5a46, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Wbr.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Wbr.php', 1, 0x00000000000000000000000000000000, 0x4b77983a17d6e21ab6f36a383a4e8910, 0xa5beeb6074eb8368572621f9a33dcc38fd1e9fbb814b176a2e495e9ff9059d70, '', 0, '?'),
(0x2a6015114b7b17719f1096b6d1eff3bb, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag.php', 1, 0x00000000000000000000000000000000, 0x33ee35d3ddc4b2c77e4f97c9754f0d54, 0x7af14a5e0f9cd2c6bdef3473d05f2b95a5875bf3bf6d9227969221dd99d830e8, '', 0, '?'),
(0x1b9e262071f76b7c796136f697da6757, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/TagWithExtensionSpec.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/TagWithExtensionSpec.php', 1, 0x00000000000000000000000000000000, 0x69f635b581a8a21e3a56520cd4e96555, 0xf2a153aa4ee5cefbf9f87b733065246d856a9de3e829b7c07681773b8688cb72, '', 0, '?'),
(0x45e27084c2757aa5ec8472593fe01b48, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec.php', 1, 0x00000000000000000000000000000000, 0x4931692ee7ba758591d347d933a3396e, 0xdb70c660373cc390d863e285a5d6d6eb498eb273d3b1434b2c61b4a957d0a39f, '', 0, '?'),
(0x8975d9ed733afcd71382ec37dd36ae4b, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/ValidateTagResult.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/ValidateTagResult.php', 1, 0x00000000000000000000000000000000, 0x8297030ed09a502d9d75d19308bedaf9, 0x6231b641d1b47b95a0741fc6f210b9a4082604b55ec0afd22a9eb3f745c60a58, '', 0, '?'),
(0xc8297568fc6b015581ddba1694141664, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/ValidationEngine.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/ValidationEngine.php', 1, 0x00000000000000000000000000000000, 0x1bb5bcb06b726a0db9a7cfae3c1fe44e, 0x94dcbba59f0b22b3d053e0509cbda850341ccbac969c7cc0b7a9b1859de32723, '', 0, '?'),
(0xa2e4fd5c63460af83451b0439cfbfa26, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/ValidationError.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/ValidationError.php', 1, 0x00000000000000000000000000000000, 0x3d26e21e935e919dc4432e2b17cd3b7b, 0xa8e74fc21627a84d57adc8039ce0261a5fb70ff289adef4e6fcdb105b619469a, '', 0, '?'),
(0xe23cef717672ee7099011cd2f0b9e685, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/ValidationErrorCollection.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/ValidationErrorCollection.php', 1, 0x00000000000000000000000000000000, 0xd6734371eb8d5e6a5a59daca6d4d05e1, 0x87c833a76fb86c82c424d94ff82fd15820a9a10c879b09ba37061d61fdfe8482, '', 0, '?'),
(0x03e5e9a8549cd13607c2f07d3e5ebd30, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/ValidationHandler.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/ValidationHandler.php', 1, 0x00000000000000000000000000000000, 0xa5969377518fc6dea87a67f66a55c7f2, 0x6a7b4a45910478d6041d6d47af858037d8eb8b577e2242e1ba745610fb383c20, '', 0, '?'),
(0xea47df9f891b8d8e38b217c464606bc8, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/ValidationResult.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/ValidationResult.php', 1, 0x00000000000000000000000000000000, 0x34e624064728a687be308715a0ebc27b, 0x61b956a6b2af151d064e5837a4c5d9d15d5979c21cfcb4702c22de6653f7fb29, '', 0, '?'),
(0x50b4b17bb3b4517087292afd48821c8c, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/ValidationSeverity.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/ValidationSeverity.php', 1, 0x00000000000000000000000000000000, 0x903cf9b9ce8e3faa75485cd89981ebfa, 0xbe66b37e7f982373d1d7eda951e1d145fead246e7d40d2cfb1d24b37080da47b, '', 0, '?'),
(0x9dfbe7cb27c5bcc84a4a7ef2f6349ba1, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/ValidationStatus.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/ValidationStatus.php', 1, 0x00000000000000000000000000000000, 0x4f8046a1dd03e6e49877a333c979a225, 0x74e767ebfdeb299b139940b083ddb59a3afeceb009220ae8bd6af2534126f3f2, '', 0, '?'),
(0x15584a11d757b86fd75586b06c58fae4, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/ValidatorRules.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/ValidatorRules.php', 1, 0x00000000000000000000000000000000, 0x103a66bf400f16717bf5932caba178af, 0x4dad9d0ad8038cee1c1868455065d818a1c41ebbf09aafdb0b5ce513f57e34bc, '', 0, '?'),
(0x9b9cc76e2062e55cb7b5145a9e4f3ccf, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/ValueSetProvision.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/ValueSetProvision.php', 1, 0x00000000000000000000000000000000, 0x818329723902ae8926b771afb53869d5, 0xc420fbd7bc1a8dae23a780e84061e41df0d627104b05a2f2e1b47ea8e5d4319e, '', 0, '?'),
(0xb4fe3bbb3b9d6d6ccab5cf09be8bbfb6, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/ValueSetRequirement.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/ValueSetRequirement.php', 1, 0x00000000000000000000000000000000, 0x896a9214d75c6fda6502142806d93443, 0xa9067977bec7f16ce6889d454d5f7f78669e528d0a6eef536fdb9983b4cf49ce, '', 0, '?'),
(0x851c3fa427cd3cb5ef83529cb070df89, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/includes/bootstrap.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/includes/bootstrap.php', 1, 0x00000000000000000000000000000000, 0x4d22cfefdc749e413a3f80e21cf789f8, 0x2af88943e9366c3971d7b7f017054468c1a128cb3ac78b6257922d1996cca71f, '', 0, '?'),
(0x61df8ba6d313452c10df280350bfc109, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/includes/ecosystem-data/analytics-vendors.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/includes/ecosystem-data/analytics-vendors.php', 1, 0x00000000000000000000000000000000, 0x607d190e5972db10880d1498027dff62, 0xae4f137d4a44b253fd97926a3b19562724f4f8d7235331c3573cba0ebcab521f, '', 0, '?'),
(0x2d76041f41f1db078f125ed88fe0fd9d, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/includes/ecosystem-data/plugins.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/includes/ecosystem-data/plugins.php', 1, 0x00000000000000000000000000000000, 0x2d7ec96ec1ce9ce965d656ba3b256589, 0x9314b510664a9f061b4b797a0888141c848df16325ca24b4fbf2a0ad9a5a2dcc, '', 0, '?'),
(0x54d6858eb6f79fb7e92d04f93ee5efa3, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/includes/ecosystem-data/themes.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/includes/ecosystem-data/themes.php', 1, 0x00000000000000000000000000000000, 0x8093ddf9d5167d29387bc1be6556c859, 0x7c16337cc5a6b5bf49b95ac03f706e1610a042c767c65ccc39c856adf88e43dd, '', 0, '?'),
(0x1793e274aea38f7df48fcf36518c101b, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/includes/sanitizers/class-amp-allowed-tags-generated.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/includes/sanitizers/class-amp-allowed-tags-generated.php', 1, 0x00000000000000000000000000000000, 0x4aa0cf5231fe834bc82bac86182c179f, 0x4a6c641e3f83e08b18a4ff851b5bf2659d416cef2d9730bc26eb1f5b78dd0553, '', 0, '?'),
(0xb1d7e59f70b00dfd5cec39c6315e4f59, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/includes/sanitizers/class-amp-base-sanitizer.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/includes/sanitizers/class-amp-base-sanitizer.php', 1, 0x00000000000000000000000000000000, 0xfb2f26ac142b77eda529ad6802da3696, 0x083d5845dace9c5e9c450a37f896f77c283253717be766a3ddb3d872b03412f0, '', 0, '?'),
(0xa0a0acc5647893a3d1ff162de12abf5b, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/includes/sanitizers/class-amp-dev-mode-sanitizer.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/includes/sanitizers/class-amp-dev-mode-sanitizer.php', 1, 0x00000000000000000000000000000000, 0xa463384528496bf766f4e36b18422f79, 0x59b6930d5f1bfbac6bb56253bdf250b93e50fe759755279c58af410f677b94f6, '', 0, '?'),
(0xccd9eac076502452d83d0a9bf11d71ee, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/includes/sanitizers/class-amp-layout-sanitizer.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/includes/sanitizers/class-amp-layout-sanitizer.php', 1, 0x00000000000000000000000000000000, 0xbcc9ad6b2a13d84ad13719299aa43826, 0x87e00cd87c0824369862a2d3440c849df1e9aa9fa8f49c492129aeab62c51ee9, '', 0, '?'),
(0x929db866c5ca07d390bfe14d057bd0db, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/includes/sanitizers/class-amp-meta-sanitizer.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/includes/sanitizers/class-amp-meta-sanitizer.php', 1, 0x00000000000000000000000000000000, 0x1fd3b098c28228486a4168d5c7054c54, 0x9bfd53afdc8be10acce587da2a4945ca95e17a7897b7c4f9a82dd12c83341f78, '', 0, '?'),
(0x192231c256d9d2220efbdab840a368d0, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/includes/sanitizers/class-amp-rule-spec.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/includes/sanitizers/class-amp-rule-spec.php', 1, 0x00000000000000000000000000000000, 0x0ec553aea3fff063505b932716ce8d69, 0x58f96ce1780ae0fd86f341e390433bf1e0a97016f63e4603c583e75f964b759e, '', 0, '?'),
(0x6850633a3ec1de47608aeea90c6906b4, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/includes/sanitizers/class-amp-script-sanitizer.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/includes/sanitizers/class-amp-script-sanitizer.php', 1, 0x00000000000000000000000000000000, 0xdde3a9ef1c2fd2017f1c106c968661d9, 0x9b9f4a8a997afb6327d703aa0dd57faba0d56cf5a727d90cc2943e5a4d8d1fc5, '', 0, '?'),
(0xa8cd7c4d9bfe9d16f61e9a043a3ffb60, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/includes/sanitizers/class-amp-style-sanitizer.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/includes/sanitizers/class-amp-style-sanitizer.php', 1, 0x00000000000000000000000000000000, 0x540cd7292868074f0b1f0b14e5ae91e3, 0xbfa7bcdbedcfef58d2ff59aa5ea0dba7ae982594bc51132b121a836ec8d4b7f7, '', 0, '?'),
(0xbb3b6515ac06196e05028365c5dc3b3e, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/includes/sanitizers/class-amp-tag-and-attribute-sanitizer.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/includes/sanitizers/class-amp-tag-and-attribute-sanitizer.php', 1, 0x00000000000000000000000000000000, 0x383abd9b8951541209a86950b96ba8d3, 0x099eb84571d80d219ab40417d70bedd66b2695615fcd5419e530826cd8d1ec4c, '', 0, '?'),
(0x7307c61402b4b77be93670995328bced, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/includes/sanitizers/trait-amp-noscript-fallback.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/includes/sanitizers/trait-amp-noscript-fallback.php', 1, 0x00000000000000000000000000000000, 0xd9d3067250d588e6f81a5163e7255327, 0xa032ddbb881040ef82d61ac0307249b51554b67c96b045bad39dd0e428680e7a, '', 0, '?'),
(0x05bbeb12fc0212b9025502020c346e10, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/includes/templates/class-amp-content-sanitizer.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/includes/templates/class-amp-content-sanitizer.php', 1, 0x00000000000000000000000000000000, 0xc2045b14054aa341a68a7743cae2b9ea, 0xd73e8b06a8d2079d6ec02ea0cd020ed275d43a124ff59d6c37790f5566946f35, '', 0, '?'),
(0xe50bbeb17ef5481f95691e7442498107, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/includes/uninstall-functions.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/includes/uninstall-functions.php', 1, 0x00000000000000000000000000000000, 0x54ffb22ea7116c85d88dacd91cea3a7d, 0x5d0aa58369714777cc67ca28108cb17bace9100a8dccbb4dca4fa1c77b390227, '', 0, '?'),
(0x882afd6decb46d2122643a3c677a579c, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/includes/utils/class-amp-dom-utils.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/includes/utils/class-amp-dom-utils.php', 1, 0x00000000000000000000000000000000, 0x850cd89c987f52870d3edae4e5ccd830, 0x6cd3085d12b29366c3fd0d83668422abc93c07017522bd7f7bb74b7100a6ab3f, '', 0, '?'),
(0x220b10d2909dec066a717619de1aa66a, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/includes/utils/class-amp-image-dimension-extractor.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/includes/utils/class-amp-image-dimension-extractor.php', 1, 0x00000000000000000000000000000000, 0x622461c23c97ce99dc2bf8e52434c045, 0xf150d2a0c053b840ab088bfd58d005785b7ed9be3d305fbc0b89a928fdbf1399, '', 0, '?'),
(0xebeb458b29778f3c79ab4ba324008cba, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/includes/utils/class-amp-string-utils.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/includes/utils/class-amp-string-utils.php', 1, 0x00000000000000000000000000000000, 0x69546849e2e9334c3774192981efa0e2, 0xce4f6086fac3668f3a1c5b164575935bac8930d106fe79b7158a21bcace8bf8b, '', 0, '?'),
(0xd6a7ecdbd558678dd61094bef26bb4b6, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/includes/validation/class-amp-validation-error-taxonomy.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/includes/validation/class-amp-validation-error-taxonomy.php', 1, 0x00000000000000000000000000000000, 0xa8eb942da679eabb3ad4f1a6e00949a5, 0x6d5f6d2dff7dcea3533f44b65a295091ecc64ca86a21e60b9609ce392ae3d3e3, '', 0, '?'),
(0x671ea7d0bcc5986e30fd35f75c4347d5, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/includes/validation/class-amp-validation-manager.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/includes/validation/class-amp-validation-manager.php', 1, 0x00000000000000000000000000000000, 0x66f0b11ff5aeb7f6ebbbbd929f9f3a99, 0x5d633b040be013bc74b556fd01b946c9e5bbd09b1b680522253e41e727dd56e8, '', 0, '?'),
(0xba933e122862c2a838c56ddccaa2fed3, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/src/RemoteRequest/CachedRemoteGetRequest.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/src/RemoteRequest/CachedRemoteGetRequest.php', 1, 0x00000000000000000000000000000000, 0x557b9ff456867bc21620b5a50b230606, 0x638684822c599f989a3e97124df2f3b2d202911b238ea98baeb502ac022329a8, '', 0, '?'),
(0x9028e11b772d916f55847fb78f98baa6, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/src/RemoteRequest/CachedResponse.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/src/RemoteRequest/CachedResponse.php', 1, 0x00000000000000000000000000000000, 0xa44477b333281d0e1c1722eea69db3e3, 0x6894c739b610ccab324b1c0050c898b43a4945f4df768fd7f832b21a3289873f, '', 0, '?'),
(0x57df9edd13591b8644e59e077575157a, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/src/RemoteRequest/WpHttpRemoteGetRequest.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/src/RemoteRequest/WpHttpRemoteGetRequest.php', 1, 0x00000000000000000000000000000000, 0x7a439780658a7cf357eadd913a350911, 0x4fba5e29c4301ee788c501a45b0bac13be8137696adbd8cad5b287d17038899a, '', 0, '?'),
(0x2261fb33432cfa21f2c2b9a48bd744e0, 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/src/ValidationExemption.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/src/ValidationExemption.php', 1, 0x00000000000000000000000000000000, 0xdf9579032b373e5af9bd7f08659768a7, 0xb32feb1ec201c11f293e6fbcb3a7d6bcd6ff8d704841d570a029129ea01f05d9, '', 0, '?'),
(0x16f541ab4b060d3fa0a396c79b0c6157, 'wp-content/plugins/web-stories/third-party/vendor/autoload.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/autoload.php', 1, 0x00000000000000000000000000000000, 0x3c6b483bc8639dd2b89389a5832038fe, 0x92b893910ad30eeaee06ee10c147b28bacc779450478219b1867693f0d73dd21, '', 0, '?'),
(0x3bf5b55826ff8f4082af9b7d89b13ea8, 'wp-content/plugins/web-stories/third-party/vendor/composer/ClassLoader.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/composer/ClassLoader.php', 1, 0x00000000000000000000000000000000, 0xd01fcdd5c0f355bbc7fd601cbc9d8488, 0x4e40874b8046aadd92ac2cab3de150a584f7b5730a0c3aa3385fbd2292ecb782, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x27ebce2dbfd241a7e68103f761ef84ec, 'wp-content/plugins/web-stories/third-party/vendor/composer/LICENSE', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/composer/LICENSE', 1, 0x00000000000000000000000000000000, 0x955d5fe58c231244f6b49000f383b5e2, 0x1a209ff8db92f625a713347e4ed97e47682162d817ad3a77829805c98cbf9927, '', 0, '?'),
(0xd5da5bdb74bf00c37f69563f4d4b80ee, 'wp-content/plugins/web-stories/third-party/vendor/composer/autoload_classmap.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/composer/autoload_classmap.php', 1, 0x00000000000000000000000000000000, 0xa5d9ac560a4185a5fdf4b6951028eac3, 0xeae1df45b03148aaafb900bdee66ad213296f97b9ee1518edfad4a9e1d8ac2b4, '', 0, '?'),
(0x34d1e2fb7a417b9aa6a29e81be72c11f, 'wp-content/plugins/web-stories/third-party/vendor/composer/autoload_namespaces.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/composer/autoload_namespaces.php', 1, 0x00000000000000000000000000000000, 0x224007c97efb82c7b45b0e92f240af41, 0xc1bfd0acabbb4bc4716c3a16e5997ed29dd9a44291ac75bee3242a56a07ae629, '', 0, '?'),
(0x8f7fce42f13dffcf071e4aff9b4ab780, 'wp-content/plugins/web-stories/third-party/vendor/composer/autoload_psr4.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/composer/autoload_psr4.php', 1, 0x00000000000000000000000000000000, 0xf18b7628c41c9809f0fdcbeb2d2391a1, 0x387091b52fa3996daf7b92b4420b0c7d6c227fcb49e6927f1e9e68488f72154c, '', 0, '?'),
(0xfa5a6e3894a28b58945ed35e637f8fa6, 'wp-content/plugins/web-stories/third-party/vendor/composer/autoload_real.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/composer/autoload_real.php', 1, 0x00000000000000000000000000000000, 0xf7c9c4a569c2b427af60837639140a7d, 0xa5976cc320922366b622747f8a547308a8da0a3fee89380ad64d4809e5206021, '', 0, '?'),
(0x6955f50ba58e6d359485fdbd336c3593, 'wp-content/plugins/web-stories/third-party/vendor/composer/autoload_static.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/composer/autoload_static.php', 1, 0x00000000000000000000000000000000, 0xd6398549b83dfcbfe6a0029bb51e015d, 0x50d56cc32eb6360f04ab6a1b1fd161f6e0fc9ca093c19aae65343e8dc6d13b47, '', 0, '?'),
(0x428436d3a2357ebcee807234bf5ededf, 'wp-content/plugins/web-stories/third-party/vendor/enshrined/svg-sanitize/src/ElementReference/Resolver.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/enshrined/svg-sanitize/src/ElementReference/Resolver.php', 1, 0x00000000000000000000000000000000, 0x42d68a3edf4618658b2ae4166da72f7e, 0x8d31ec74666948262d62761f4957971b30aa9592c7ea0aa0f9b136cb32821eff, '', 0, '?'),
(0x06f511d3708e54eff6af271af0d1a98f, 'wp-content/plugins/web-stories/third-party/vendor/enshrined/svg-sanitize/src/ElementReference/Subject.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/enshrined/svg-sanitize/src/ElementReference/Subject.php', 1, 0x00000000000000000000000000000000, 0xa11a7ca55ae80508709ba35f7a791515, 0x95cc3eaada71de91773e6153aa35cb0cc221c783de85b5c02f6c563fbe1f58ef, '', 0, '?'),
(0x3cb20e00c85a826d86d5efd98aa03e1c, 'wp-content/plugins/web-stories/third-party/vendor/enshrined/svg-sanitize/src/ElementReference/Usage.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/enshrined/svg-sanitize/src/ElementReference/Usage.php', 1, 0x00000000000000000000000000000000, 0x8715784b2ec3e8ecc10e2878ba5b46a1, 0x8904a15be022e248c7fdd97b793a114fda3db949c103a92c699bdf6739e70036, '', 0, '?'),
(0x61fc2deb547ae959c19162e1b1bceab7, 'wp-content/plugins/web-stories/third-party/vendor/enshrined/svg-sanitize/src/Exceptions/NestingException.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/enshrined/svg-sanitize/src/Exceptions/NestingException.php', 1, 0x00000000000000000000000000000000, 0xe1341090ebb63b124de3d81b11e2ad93, 0x5f3f6e0773853032333190cbf2cb53842bb447a1284e93f509463c205f80e2e8, '', 0, '?'),
(0x8da0d60c81541901499458baf1e1c520, 'wp-content/plugins/web-stories/third-party/vendor/enshrined/svg-sanitize/src/Helper.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/enshrined/svg-sanitize/src/Helper.php', 1, 0x00000000000000000000000000000000, 0x573fe5699c435ef72b776322966cba4e, 0xf9061589c047464ff0a75b0ae1493d5e03757f67c3f1ba33aaf4af5d22e37e0b, '', 0, '?'),
(0x83ee069038d89f4ed687294721cf191a, 'wp-content/plugins/web-stories/third-party/vendor/enshrined/svg-sanitize/src/Sanitizer.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/enshrined/svg-sanitize/src/Sanitizer.php', 1, 0x00000000000000000000000000000000, 0xc1440fca9d57f57a010591184968552d, 0xf2bf2597c47a811ab4ff32a81e551c31d3260ff5a921d72cb791593c55bf2916, '', 0, '?'),
(0x72ded5b9b2ea0e00f5971076f4939af3, 'wp-content/plugins/web-stories/third-party/vendor/enshrined/svg-sanitize/src/data/AllowedAttributes.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/enshrined/svg-sanitize/src/data/AllowedAttributes.php', 1, 0x00000000000000000000000000000000, 0x022fdfaf3877ccda422a1dfde546aac8, 0xd440d4be9686550c7c00c2d23afc7f72a86596e450b2eff03e8fc4e8ec353111, '', 0, '?'),
(0x350c85d665bacded384d1cf20159e0c3, 'wp-content/plugins/web-stories/third-party/vendor/enshrined/svg-sanitize/src/data/AllowedTags.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/enshrined/svg-sanitize/src/data/AllowedTags.php', 1, 0x00000000000000000000000000000000, 0x8e18b31c712d5091cd35e7fb8ea286c7, 0xc9e38b21a3f4ca4ba557fdbb25943fe0eeeb5b064720b52f4850df8beda87b20, '', 0, '?'),
(0xa1dfd9df0a72be31195c1751e134d2a7, 'wp-content/plugins/web-stories/third-party/vendor/enshrined/svg-sanitize/src/data/AttributeInterface.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/enshrined/svg-sanitize/src/data/AttributeInterface.php', 1, 0x00000000000000000000000000000000, 0x3493785c8a7d4d800b4160aa22496222, 0x094a6a560c1147e974ccfa032667ae615ab85b078107559478b484e92082fb53, '', 0, '?'),
(0x44a75879b0a6cbc18558adb1353f29e0, 'wp-content/plugins/web-stories/third-party/vendor/enshrined/svg-sanitize/src/data/TagInterface.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/enshrined/svg-sanitize/src/data/TagInterface.php', 1, 0x00000000000000000000000000000000, 0xabd383d5aa1928dd8ad98384c5deaa0e, 0x6a5c79b2b988824305066ac301f8c6b482e64b447f2cd7901fa9449a3506580d, '', 0, '?'),
(0x0b7a475244b9d0f83d502e1287a5b468, 'wp-content/plugins/web-stories/third-party/vendor/enshrined/svg-sanitize/src/data/XPath.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/enshrined/svg-sanitize/src/data/XPath.php', 1, 0x00000000000000000000000000000000, 0x93c7bf504424e748ceab4680c4effa5c, 0x94c3dca2fbeb22d47ecfadb722e3c233755b7c0088b72fd6f019506e467364d0, '', 0, '?'),
(0x502a3e27c6169e939046a854253ba188, 'wp-content/plugins/web-stories/third-party/vendor/enshrined/svg-sanitize/src/svg-scanner.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/enshrined/svg-sanitize/src/svg-scanner.php', 1, 0x00000000000000000000000000000000, 0xfff87b0cac428a05f943a9f485dc865f, 0xcb395de81d046d7fd56c664156df0724a70b6f4e60e65b3a12500e80ae73d96e, '', 0, '?'),
(0x1e02a9e9072684d20f27887d1c1fe287, 'wp-content/plugins/web-stories/third-party/vendor/fasterimage/fasterimage/src/FasterImage/Exception/InvalidImageException.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/fasterimage/fasterimage/src/FasterImage/Exception/InvalidImageException.php', 1, 0x00000000000000000000000000000000, 0x43d3fcac7071e797187c4cd45a7e300d, 0xde0d8416a7c593e582f697e623b1728132a2e20dde4d2a4fbfea8e059b758a05, '', 0, '?'),
(0x34a18507cc0faa57b55ae6b1cf267a25, 'wp-content/plugins/web-stories/third-party/vendor/fasterimage/fasterimage/src/FasterImage/ExifParser.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/fasterimage/fasterimage/src/FasterImage/ExifParser.php', 1, 0x00000000000000000000000000000000, 0x3c83f1cb738d78b1de68de1301e7f904, 0x21ff3e7b2343f20418ac6a9c0cb410a679e611d1da48f61a924816a9272a6261, '', 0, '?'),
(0xaaceba17967dd27e06a51d0123dd2b03, 'wp-content/plugins/web-stories/third-party/vendor/fasterimage/fasterimage/src/FasterImage/FasterImage.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/fasterimage/fasterimage/src/FasterImage/FasterImage.php', 1, 0x00000000000000000000000000000000, 0xe62a89edcc089c9ca9780759a6ada02d, 0x904585121f0a199e0822285840718fd9f91fe6473e348ec3b206b36af55ba199, '', 0, '?'),
(0x11714335c084c2cb9223fb8d76f77269, 'wp-content/plugins/web-stories/third-party/vendor/fasterimage/fasterimage/src/FasterImage/ImageParser.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/fasterimage/fasterimage/src/FasterImage/ImageParser.php', 1, 0x00000000000000000000000000000000, 0x80ad189e588dbadd61e2ca883fb12afb, 0xcd80bcf0146ef43a1a21c9987cc5188b9f9a58e379ac5c4f0e197ed1c4961e48, '', 0, '?'),
(0x87a745fdcee0fcc90233bc365c256f46, 'wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/CSSList/AtRuleBlockList.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/CSSList/AtRuleBlockList.php', 1, 0x00000000000000000000000000000000, 0x87666f27a27c67583497b1ebe0aac93b, 0x206d15861cffe5eb2146ab1c6c98ca1fd6dde8d14f960d9d968cd93883caf7e1, '', 0, '?'),
(0x776477efe541ce7482eb796b0c9b8ca2, 'wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/CSSList/CSSBlockList.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/CSSList/CSSBlockList.php', 1, 0x00000000000000000000000000000000, 0x0825dd0241cb4809e1da30c131a5a1eb, 0xc72e668f08a0406a03ca2df883f3614502349c1d2fab12e1bcce0c7bcdfb9607, '', 0, '?'),
(0xd6d850326445abbe5162135724764098, 'wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/CSSList/CSSList.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/CSSList/CSSList.php', 1, 0x00000000000000000000000000000000, 0x7ad052ae27d62411b5e587ce0f489dda, 0x8bc60d529b6852a6810de297d04f4ed231b189787c57688fd6f0a52694e26b2a, '', 0, '?'),
(0x9353787599ea92a968f9b18aae4f60ae, 'wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/CSSList/Document.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/CSSList/Document.php', 1, 0x00000000000000000000000000000000, 0x332789ef116445554b408461ae2c4355, 0x9848c2886be76fcd722912bdd1c4d5514da31b2c66af98fcd38229038b0543e2, '', 0, '?'),
(0x110ad4f873ed5353c617216db2d0ba31, 'wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/CSSList/KeyFrame.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/CSSList/KeyFrame.php', 1, 0x00000000000000000000000000000000, 0x24921f34e4d8288eb20470505aff5ce9, 0xb108556878463aaeafc64d6202b0b93d1a803cc68aa49fa98fbf18d1846639a9, '', 0, '?'),
(0xa0155e2717bca918a342827f30d66caa, 'wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Comment/Comment.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Comment/Comment.php', 1, 0x00000000000000000000000000000000, 0x6b5aa3a9a194d95599a2cea0c75e67ff, 0xcff4fc8e4877b70d5137681d05418f57ff94426373a191b0b3be1a7bfe5940e6, '', 0, '?'),
(0x148b2d6c556c80dd96a1caff7582774e, 'wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Comment/Commentable.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Comment/Commentable.php', 1, 0x00000000000000000000000000000000, 0x34d91790d5056ab0fdd5edd516f4a94e, 0xcdb3998c475811ae9d51a8f196fcf2c7581f08b06431487bbc65dde9aa83a59e, '', 0, '?'),
(0xc37ae37e6b4e7585ac7e976bdd97df2b, 'wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/OutputFormat.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/OutputFormat.php', 1, 0x00000000000000000000000000000000, 0x44f30136972ba7286b0a68be929f10ec, 0x2376b3813a7dc0449ce61bdf744a4cbf234a7a70a671e84f17f4b5627bd85274, '', 0, '?'),
(0xb0e02b00b8b5d8e5badf8879b0eb36be, 'wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/OutputFormatter.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/OutputFormatter.php', 1, 0x00000000000000000000000000000000, 0xfa5515a04ee19c50391a67b84a96dbeb, 0x7a3d5091de00bb6c2097a2e5d6d828738a926171ac26f7f2b9b260e15bcd2aeb, '', 0, '?'),
(0x5045c74f9a77c73ce60ca65c932c5de5, 'wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Parser.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Parser.php', 1, 0x00000000000000000000000000000000, 0xf251ad47265a3b91f80a1b333d7abc68, 0x84266790d843ad59cdcfea55767b530b042d15c85f9fcd09d07915b0c5e5e590, '', 0, '?'),
(0xbce3268034dd0af46c050345ff4fbcaa, 'wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Parsing/OutputException.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Parsing/OutputException.php', 1, 0x00000000000000000000000000000000, 0x318372c3e33846961c629a424dd49f1a, 0xf53551badaa923251386dadf115229f9079c4ead90b8b31df67f47b13fbc80ed, '', 0, '?'),
(0x6c8c817ec535ec724a1b090df27f1c44, 'wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Parsing/ParserState.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Parsing/ParserState.php', 1, 0x00000000000000000000000000000000, 0x41f7edf2dfaa61da0f66c0fb700ca424, 0x98dc2bddd476d5ee6bb6ef5369aef0ed3d073576166e1751413a5000709cdba4, '', 0, '?'),
(0x0e83f316a144bd4944cc6ccb0af7c155, 'wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Parsing/SourceException.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Parsing/SourceException.php', 1, 0x00000000000000000000000000000000, 0x02b185854534b6173adc905f0037370b, 0x7e306546d894fe8bef4a1d88c36d13bc3db3b5b880f96f0095bc1ba8f70bd5c5, '', 0, '?'),
(0x5d222d8f0234992cd5452ef9570d4ec4, 'wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Parsing/UnexpectedEOFException.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Parsing/UnexpectedEOFException.php', 1, 0x00000000000000000000000000000000, 0xd20b1c7db02e64ba63430099250e0f6e, 0xc94ffb18ace2917e3dfcdee9d4a250e5d378ce454ee7f9f6096446f586c5bbfe, '', 0, '?'),
(0x302a9628c88305eefec2e5510015b63e, 'wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Parsing/UnexpectedTokenException.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Parsing/UnexpectedTokenException.php', 1, 0x00000000000000000000000000000000, 0xcdad69f3d6cf6f2526a53fd4dd9c71bc, 0x5146869ccd0d9c2e83ff7a68e2ddc8572208e3377b6c7b54319a99e4a71f19b8, '', 0, '?'),
(0xe38badf95cb23c8bc360c08f40ec6bd6, 'wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Property/AtRule.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Property/AtRule.php', 1, 0x00000000000000000000000000000000, 0x36d6e7be3df0f7d1bdc34ad2a31c11c2, 0xa0207cdc5c273607bf7a7a6ebb154460a013f75e3f158cb17576d6675a573983, '', 0, '?'),
(0xd7ef6e1f9248df8d4b6e882b45a77091, 'wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Property/CSSNamespace.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Property/CSSNamespace.php', 1, 0x00000000000000000000000000000000, 0x7326688661bc039bc00f86f41bdd79c6, 0x03fba4ef529283ab38277e3998de0864dfa13f5f0af01891b3b479c75d772aa6, '', 0, '?'),
(0xf8008f9613fb4873ed2d2b34b896c6d0, 'wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Property/Charset.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Property/Charset.php', 1, 0x00000000000000000000000000000000, 0x73d8cdbff70062eb5b02468f15ec8fbc, 0x7695b34ac9473b7a4c19b0d5c4ac92a6cff7a011a57dcd3faedba7914a449262, '', 0, '?'),
(0x068e9e0ecaa2bade078e25b2b6855817, 'wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Property/Import.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Property/Import.php', 1, 0x00000000000000000000000000000000, 0x8649c4477b6b81c149f457b7c47503ba, 0x6072b02da712f99dc13414bf993cb6f66ea5e79b298569e5b565683bcca557ba, '', 0, '?'),
(0x739770ef67b7aa1dd364a106e276eb38, 'wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Property/KeyframeSelector.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Property/KeyframeSelector.php', 1, 0x00000000000000000000000000000000, 0x0ceb29c5c6fdfd456449fd6dfb8faafe, 0x5eec2f025aede1fa880a1c8acff41fe746fe80db3a4c31fccef1a9b27075e561, '', 0, '?'),
(0x09d93a4a2ae019c665faa3eaf7f8b425, 'wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Property/Selector.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Property/Selector.php', 1, 0x00000000000000000000000000000000, 0x5af75f7b260e6784de959e2191b79fa5, 0xe02be93fc96b929f65a922869779770f4b0e4fd5f93087442b5432d6d6cd05fb, '', 0, '?'),
(0xd4d11bafda3e5ffdd5ad9bb2349ec6e1, 'wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Renderable.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Renderable.php', 1, 0x00000000000000000000000000000000, 0xe0b4261de1d8c9c748450f927d52675e, 0x2b79dac9028861c8a5bd9e39ce90bb55e451f26c38f42ab4078e277bdb13eb59, '', 0, '?'),
(0xebe455c878a811e40705b3bc31535ff4, 'wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Rule/Rule.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Rule/Rule.php', 1, 0x00000000000000000000000000000000, 0xc8040c88a59a16308ecf37231a0e3985, 0x23f11b687c09114f5e19a2d1b5b4fd582be90aceacf34fe87961fd3b74a6c142, '', 0, '?'),
(0xa30f958d98932ee42231de790a55bef0, 'wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/RuleSet/AtRuleSet.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/RuleSet/AtRuleSet.php', 1, 0x00000000000000000000000000000000, 0x8eb44b4f8c27e415e127a9351216c2e1, 0x16e1d4349c769fe16833f00a3f82deef22432ca34d2c70ad77ddb2b6a6b24807, '', 0, '?'),
(0xa75fe19737d213481170868634ce735c, 'wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/RuleSet/DeclarationBlock.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/RuleSet/DeclarationBlock.php', 1, 0x00000000000000000000000000000000, 0xb90c0bcd543682989777aac0af08facf, 0xb01d522914091754b8047fdb2dd59a79eeb5d5d12eb4814c79701476701ced08, '', 0, '?'),
(0xff3b1bc4bfa39d25987f81854ab8bb71, 'wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/RuleSet/RuleSet.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/RuleSet/RuleSet.php', 1, 0x00000000000000000000000000000000, 0x3c18431035c052873a31b4924bfbccc5, 0x300fa49c967d8e7cc2615ff78111fc188be2f345e1c95e64bce581ba641b4c01, '', 0, '?'),
(0xbfc76f144223b955ef566eda93d75cc6, 'wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Settings.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Settings.php', 1, 0x00000000000000000000000000000000, 0xaa2adeaad79908b4c61a20208e7543e2, 0x5f6579de9b53f5269416d3e51705fb119bcde6dc43cccf5e3af8a6252810a725, '', 0, '?'),
(0x82ba8b39451efee56fc41352b0709bce, 'wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Value/CSSFunction.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Value/CSSFunction.php', 1, 0x00000000000000000000000000000000, 0xb94b16b9edc7642dca64fe4eec561877, 0xff66367a4b3b642fdec953a1515c895f1b64f564cb20c829f33a327787d6b1b3, '', 0, '?'),
(0x70f54b2c44bc728d020baef2bc16817d, 'wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Value/CSSString.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Value/CSSString.php', 1, 0x00000000000000000000000000000000, 0xc0846e0309786704f9ee993f0df93fda, 0x0c989d5788d8c2ef467a8e549f376014ece9c264f0e4fd094c40f68ce5a7885e, '', 0, '?'),
(0xbce8d44dbe4a4b5a79046dc127300631, 'wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Value/CalcFunction.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Value/CalcFunction.php', 1, 0x00000000000000000000000000000000, 0xdbcb02bc8e479dc12ccb6250377e7982, 0x97ca0faab1c5cd7f8c7de3d29d28d3e658117719d7577428eb9371669a7a3959, '', 0, '?'),
(0x6432d021e082389312082536f5b34650, 'wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Value/CalcRuleValueList.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Value/CalcRuleValueList.php', 1, 0x00000000000000000000000000000000, 0x40b4861913aaa3ed0979eaa31b8d1320, 0x2a25407bacb5cc33b90fe691a8e060978a14d593dfc3c049b7f6d97107e98bbe, '', 0, '?'),
(0x731fa8c5abd5811e86bd81eeb05b0c78, 'wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Value/Color.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Value/Color.php', 1, 0x00000000000000000000000000000000, 0xadbaa9f8729f033d270a4799e8f8dca7, 0x3e4d069eac8fd5600fac374a462f20df37b699a1a830cd189827b5da09fa2a97, '', 0, '?'),
(0xa67858dc36ab46b95b2de199d55b69df, 'wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Value/LineName.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Value/LineName.php', 1, 0x00000000000000000000000000000000, 0x37b2f5f69bf51467550586f4a03f2f77, 0xab4028f40973695d03c858b63757af4b308aef413f849637718d761c74d2dac1, '', 0, '?'),
(0x4be6bb0b16c9da9b676c23e2b9763480, 'wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Value/PrimitiveValue.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Value/PrimitiveValue.php', 1, 0x00000000000000000000000000000000, 0xcdef24482b2f669b6965c2e32322e60e, 0x950a93381f862ea751dda7bc729c23801967e10ced9b91a1ca78213834e5ea14, '', 0, '?'),
(0x0c9c176821ef1ef1dfaa701980ea7d0a, 'wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Value/RuleValueList.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Value/RuleValueList.php', 1, 0x00000000000000000000000000000000, 0x94a9cb2e8d22d22c8a35928c0ea12d4d, 0xbe564db95e23e83d06cec9fd6e7d93b91f993a9e95bf4bdba0e96ec922293c7e, '', 0, '?'),
(0x7f125eb2184e2650d79925fd6afdf661, 'wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Value/Size.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Value/Size.php', 1, 0x00000000000000000000000000000000, 0x365a1a386ba9623cc933a67bb21ad440, 0x371afa7ec4dd506aea5e08ca4325bf43e9128c598c65e9315b77a62f0783e37a, '', 0, '?'),
(0x0fee8d2ebfab97787e812a7f241d6357, 'wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Value/URL.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Value/URL.php', 1, 0x00000000000000000000000000000000, 0x7e43797da3de53b1ebd474060ca81def, 0x0c8c36a136138ad1181efd8bbf061f59decf1d09d13b19b10ee0013c5b495263, '', 0, '?'),
(0x1f7d59d763ae69c4b81d00887088a89e, 'wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Value/Value.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Value/Value.php', 1, 0x00000000000000000000000000000000, 0x6102a118c93531aee0742d0f802059d0, 0xc1e0e4737cb55edbfc12bdcebaaabbf0fda54bd6b47975620289e7377fc91f36, '', 0, '?'),
(0x3a3a5f69f47ea98afa5e245a32b076d4, 'wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Value/ValueList.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Value/ValueList.php', 1, 0x00000000000000000000000000000000, 0x1f3a0545ebafdd5b283f3bd3e2e69956, 0x099edf0f477fb9b8f2f853d68d1fc74714bcb3a4422352a4e9c774bd53ac070b, '', 0, '?'),
(0x51a142b86d7665f406015bf2ef4f8165, 'wp-content/plugins/web-stories/third-party/vendor/scoper-autoload.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/scoper-autoload.php', 1, 0x00000000000000000000000000000000, 0xc357dae38e98ccb872e693b642d0a5d7, 0xecc6d42bd5f65630bade5bf2f8355a895c8346a7a1f2ed4b738aa877e2504b75, '', 0, '?'),
(0xe5a2cef227bb2b0bee1533d3e77eccd5, 'wp-content/plugins/web-stories/third-party/vendor/symfony/polyfill-mbstring/Mbstring.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/symfony/polyfill-mbstring/Mbstring.php', 1, 0x00000000000000000000000000000000, 0x3f95736aef321905e89cd6deb74a98f2, 0x8dbdcccd1a5f31a5c43dac28fdc5fd29e615fcf2f85fac2c55bf158bc5542f5f, '', 0, '?'),
(0x0d34d8ef6a88a7a9dca0fa2370e2d2fb, 'wp-content/plugins/web-stories/third-party/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php', 1, 0x00000000000000000000000000000000, 0x4a6cdd0b7d085319f730ea5cae7a2b54, 0x586f0b219a5ff7745a88ade02aa1e5df823ac8c8c3b6715bd38a3c28108080d1, '', 0, '?'),
(0xada6b714f35aee66bf1a236602ab0c2a, 'wp-content/plugins/web-stories/third-party/vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php', 1, 0x00000000000000000000000000000000, 0xb8af521b1d264d26d3f24b2908fcf9a6, 0x6093c343a5e6e9b28902bdb2e1a062d60a331e1034b8852aedc0bee0d4f56a61, '', 0, '?'),
(0xcf507c20e46df5698c57668d899f6680, 'wp-content/plugins/web-stories/third-party/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php', 1, 0x00000000000000000000000000000000, 0xb23585e6fd8eb5841b81999848e9afe0, 0x2273f8993b6b68a72c14761b3b1cdc85ae334ef872e1acfe54613d6ba535552d, '', 0, '?'),
(0x9d69110ee5411c96fb9327038c0141e6, 'wp-content/plugins/web-stories/uninstall.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/uninstall.php', 1, 0x00000000000000000000000000000000, 0xd52851326d765a953cd8001cf920e369, 0x404db7862e0425eb009dcd847cff40fc0edc0c2e9a5bdd4f82bcc59d3c6d66e3, '', 0, '?'),
(0xbf04a0933e970595e7fb361f76ff80cb, 'wp-content/plugins/web-stories/web-stories.php', '/home/www/iamctv.com/wp-content/plugins/web-stories/web-stories.php', 1, 0x00000000000000000000000000000000, 0x4c3dcd0f063b3c66ce49c70cde06ce18, 0xc08403e456474046c4a000ea922dc43e35c3e4d982052e3965ac0cf014d86f6c, '', 0, '?'),
(0x02dece2a28b3932aad2baf576a946370, 'wp-content/plugins/wordfence/crypto/vendor/autoload.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/autoload.php', 1, 0x00000000000000000000000000000000, 0x9ca333d4bf3ae1930456ab09988a5527, 0x9303bbf67c3c8fd1d4fe500f2a7467ab338d647f5973cfdf2f9180fb90d0f891, '', 0, '?'),
(0xd542496d1653c0d43936df379286f058, 'wp-content/plugins/wordfence/crypto/vendor/composer/ClassLoader.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/composer/ClassLoader.php', 1, 0x00000000000000000000000000000000, 0x92fe79b147d64dfa1421651d7839c9d9, 0xc5215a67625a03e598f493af465aa29bd17a830b9ae3ef7cb15945cd098caac0, '', 0, '?'),
(0x12430b9e79b2d2f538dd2761bcca16fd, 'wp-content/plugins/wordfence/crypto/vendor/composer/InstalledVersions.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/composer/InstalledVersions.php', 1, 0x00000000000000000000000000000000, 0xc8f8cd306d6abed3fec3fa1cd49ed757, 0x9d17cd9b3d17a1e0db90498a684bb86700a89325542e871be95db38f0d86cd7e, '', 0, '?'),
(0x53ad93f90a1801e170de8d4725181bad, 'wp-content/plugins/wordfence/crypto/vendor/composer/LICENSE', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/composer/LICENSE', 1, 0x00000000000000000000000000000000, 0x955d5fe58c231244f6b49000f383b5e2, 0x1a209ff8db92f625a713347e4ed97e47682162d817ad3a77829805c98cbf9927, '', 0, '?'),
(0x0e6135c2cd8542885ff3ad120b8173ce, 'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_classmap.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/composer/autoload_classmap.php', 1, 0x00000000000000000000000000000000, 0x8645d3a4e3ad87e7cf4d88a46717aab4, 0x51d8f8a32a27b684fe42a92b1445061781fcdf9eb3fb3a95f36d8cce7975d657, '', 0, '?'),
(0xff6b1c8c0ff9fecf5050999801313cc3, 'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_files.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/composer/autoload_files.php', 1, 0x00000000000000000000000000000000, 0xea6f750e10cd6ce7db075f9b3440aba6, 0x366225208d22c4cab473d14aeb027033b0bfb7e738d3b78353c7993afab18391, '', 0, '?'),
(0x8bf04d4148f6ccf400ea9c5b645fd721, 'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_namespaces.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/composer/autoload_namespaces.php', 1, 0x00000000000000000000000000000000, 0x35e12c7d76c4a81633bcf547c0e229a9, 0x45bd72344000b8d4a124a6e27ae6fa33f0b8246cb2ea1ad06069e46578c36cca, '', 0, '?'),
(0x3859adf5c5769dbfeb43c95b2c029e89, 'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_psr4.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/composer/autoload_psr4.php', 1, 0x00000000000000000000000000000000, 0xdd3a00f0d13eb29781edd8c77d4c5100, 0x13c0efc35f55005d713dd5898aae66815cbf2fa0094064a1cc0da82b76dc2a28, '', 0, '?'),
(0xfae05a967025276e1a91aa576ab51be5, 'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_real.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/composer/autoload_real.php', 1, 0x00000000000000000000000000000000, 0x1eebf5ab9dc4650e79d5e7cb4206bf4a, 0x1c3e3f7aed79abbc4fdc496e634321a2a1599096f1bfe1d53b2f3a9f3c0a4ace, '', 0, '?'),
(0x504b88b332b449aaf3abc10b29a50682, 'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_static.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/composer/autoload_static.php', 1, 0x00000000000000000000000000000000, 0x335bab680417f7056ba9646134ee1770, 0xf526fb21d5f8375ecffa409dd139a2adf94ecc420854c7feeddac7d6152a38d7, '', 0, '?'),
(0x2619504474c53f3575f83110596db2d8, 'wp-content/plugins/wordfence/crypto/vendor/composer/installed.json', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/composer/installed.json', 1, 0x00000000000000000000000000000000, 0xa701c18ace71ce6a792a035f0e6949d0, 0xac9d7a0cae7e74119269f583878bf405f74481351a10860c396c393b1ca049e3, '', 0, '?'),
(0xef7ffab6d5cb95a7b37226d571c74669, 'wp-content/plugins/wordfence/crypto/vendor/composer/installed.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/composer/installed.php', 1, 0x00000000000000000000000000000000, 0x4b3acdff518929facbb8e8be3a172d2a, 0x1386d6387df4deaae25da3df221031b4fa9e262813a1e617e49984b38ba181c9, '', 0, '?'),
(0x5ec1b175ebba7583ac5791649c4d3d95, 'wp-content/plugins/wordfence/crypto/vendor/composer/platform_check.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/composer/platform_check.php', 1, 0x00000000000000000000000000000000, 0xc67ad6d83d45916f30afb45b1106f2b1, 0x1fb56d3f1ac322ca678feb3d801f30e04e2284f651878860a67527ecb0eb7e49, '', 0, '?'),
(0xed4e18ddd427a2210d42c46ab6cb33cf, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/LICENSE', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/LICENSE', 1, 0x00000000000000000000000000000000, 0x5c1048c9d62123819aa63e62e1578be6, 0x9626df78c10e8677d3ceb19068d8c4299ac59340356ddfd22e293906df181852, '', 0, '?'),
(0x467cf70f9c0ca7a777dc5a512c4f97fe, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey', 1, 0x00000000000000000000000000000000, 0x36dae3cf3fd10ae5093aaec29b7b5125, 0x84df0e975aaa494b2f49b5f877c2a51312914f76799b45f80c42695c24478b26, '', 0, '?'),
(0x4f348bc7b3571c51990094d252f8ef0f, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey.asc', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey.asc', 1, 0x00000000000000000000000000000000, 0x3ec788adbb0519a92243e569789cfcb9, 0xf0aacb0b78e79caa2199a29fc47df2971ab685981eca0e8257aaaffa0fcb6411, '', 0, '?'),
(0xdccce42edc5506db09fdaf5904e4e43d, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/byte_safe_strings.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/byte_safe_strings.php', 1, 0x00000000000000000000000000000000, 0xbe6884c1b3076089b71bc19c56934166, 0x0e3c14895c9e47f2cc3b310e1923bdc06ba9164cb4160e97c3a0c3158328d683, '', 0, '?'),
(0x3e47c77fad4fe46a50d56ca88dee4208, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/cast_to_int.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/cast_to_int.php', 1, 0x00000000000000000000000000000000, 0x2ba5ee8510f8ac10ef27cea130cf6732, 0xd89a7822836f8c2a49e70a519bd26ab8b71b838ae75428f3471aac2e10a21a07, '', 0, '?'),
(0x312dc014fff5eef8d718673937b9e5d7, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/error_polyfill.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/error_polyfill.php', 1, 0x00000000000000000000000000000000, 0x50b042c1a2df2eee8fd7177d10cf46ac, 0x91bc63de28b18c1ca2bf6b04319e86ede1faee9532825177340bfbca1b053f30, '', 0, '?'),
(0xdb34908136ef31c26dcecdf90e598f52, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random.php', 1, 0x00000000000000000000000000000000, 0xad7f6e4800f775847d922060a4e8f3cf, 0x0f169713968c52c2f726bb58f68e64de5b970b9a1734b89a9d398e9356ecb749, '', 0, '?'),
(0x0d80e7fee0cb58b0f6c0ad2bc32d5461, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_com_dotnet.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_com_dotnet.php', 1, 0x00000000000000000000000000000000, 0x4020f64dcfbcb3565fa169a609c2ef17, 0xebe555e273ecddcec2448e4dc399c60c64cdc08028cf0083b1c481a67ecdccc7, '', 0, '?'),
(0x96c2a01d16cf768591c6189a62047529, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_dev_urandom.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_dev_urandom.php', 1, 0x00000000000000000000000000000000, 0xd40347c972f586bee59c105dc4e92fbb, 0x797573dce7f4d4bfedd0ccc2e63aee0029de79e4af7a1c738b02ddbf536b48e4, '', 0, '?'),
(0x9cf1fbc4fa9e508b4ae6741efbfa317a, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium.php', 1, 0x00000000000000000000000000000000, 0x9f86775520e1e604db90364d865cbd38, 0x3cbff88b02a600df0d49423d2284503844c722f703b6e0f41bc04c7ee880495b, '', 0, '?'),
(0x77c38bf4ed07ca390b2f132c2b31fd82, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium_legacy.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium_legacy.php', 1, 0x00000000000000000000000000000000, 0x43ef0e8b1c010220835a0e38e5077422, 0x6176050c147875ab8bed9db66aa6191bab3d9e49a253b6d1447b91f9dec19221, '', 0, '?'),
(0x5956f499031432139995397d4438a31f, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_mcrypt.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_mcrypt.php', 1, 0x00000000000000000000000000000000, 0xe13d6f6e7e5a83841cd2544f51964265, 0x803cb848c084a222d8f446af40f7ac8cf52513aeaeda3160373cd2f009a2cd7d, '', 0, '?'),
(0xe6cf13e5bce850bf496344c4cbc6bee8, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_int.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_int.php', 1, 0x00000000000000000000000000000000, 0xf8cc1daed94a0e987381d306c799f942, 0xa5b24552a0f44a1862c61fc8b8492216caec74de5d2c98715014fe317f5c6644, '', 0, '?'),
(0x40a0864cfdf9f0a53a93aab628b8be9e, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/psalm-autoload.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/psalm-autoload.php', 1, 0x00000000000000000000000000000000, 0xd8700f86040ee900d436bf0c26a509aa, 0x75036abfae8d76c0e497645feee0e1f9ad3d0a1ede320666592ba082565ca9c9, '', 0, '?'),
(0xac496f6fa8d486356e75a4d1adb68848, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/LICENSE', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/LICENSE', 1, 0x00000000000000000000000000000000, 0xf578e4bb36468303006691e1a00ef996, 0x4e83fe5e71f3ef7971dcaf0d5db953fceb5ce3f05bce04437b56a79a79d077e8, '', 0, '?'),
(0x3f3f51240ea550a3acc02e3a01583610, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-fast.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-fast.php', 1, 0x00000000000000000000000000000000, 0x0ee2a8159fdc304089490f13b6534215, 0xa9310ee813d20603adb710c491f9c0e32cf1689e2dadf668843e66dabecd475d, '', 0, '?'),
(0xa7a8b0dbf78ec684bab2b11f4e42d7ad, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-pedantic.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-pedantic.php', 1, 0x00000000000000000000000000000000, 0xea4038c71619b5bc73bfb714410fe7e5, 0x0f62f3238c78eced68a5463407130efb5f20f644658e01b9dd140c716544e5c9, '', 0, '?'),
(0xb3690fc89c19cc318ae900a6cee8c138, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-php7.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-php7.php', 1, 0x00000000000000000000000000000000, 0xd30eb6533b680338ee125ed1dc67d452, 0xe319d06deb66caacba818fa0d77f53a25854aaa5c5c338cce041a50e2dbe6781, '', 0, '?'),
(0x2011ad1c6573284e5e8c81a12b711ca2, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-phpunit.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-phpunit.php', 1, 0x00000000000000000000000000000000, 0x32b54d45c6b1b7b728e01b88a2bf281e, 0x45ed94fe9201196105c60de2662055d7444c629056a8d2aa572373cb73b9867f, '', 0, '?'),
(0xcd5e1d2691f36052e179928b1899ec4a, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload.php', 1, 0x00000000000000000000000000000000, 0x058dc19c7d6eeb333b6729bbe1c0f3bb, 0x120a6aecfb15155efab0ac86d343e098070428dbcb5555120fe369270b39de4f, '', 0, '?'),
(0x080e2604cff197bb32a0fd8fa8e48fc5, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/composer-php52.json', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/composer-php52.json', 1, 0x00000000000000000000000000000000, 0x796c688dca14779e255265afe7110586, 0xb49b0be4b80a6a71bd57eddb09d7765fe62384ef2066bae0b57e03cdd252913e, '', 0, '?'),
(0xb02d9d0ca80fecb793f6b739f145785a, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/constants.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/constants.php', 1, 0x00000000000000000000000000000000, 0x5877f703be95546781a8cb417d06cd0a, 0xae6ba1635178fa65f4cbb313603d6e36cf58357982de64167a35755d57422718, '', 0, '?'),
(0xcfd71280794b76e701d32ef91a10b111, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/namespaced.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/namespaced.php', 1, 0x00000000000000000000000000000000, 0x3eb911845fd03314f5d14e77b00c23f7, 0xe0c7a504e3029d6d5a7a2a2c3d3a0abd13d92de83399990e7ca3c4f92193e3df, '', 0, '?'),
(0x1005ab3f4893a9ffc4eb9768ac443009, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat.php', 1, 0x00000000000000000000000000000000, 0xefaca89101727a057f1bbaa00cdf64da, 0xbd01680ba596c3022be55d5b65082b17f1bc8e68a5d386bdf4b01f4659e02056, '', 0, '?'),
(0xa5cae42aaba5685e03eddcdb08afefec, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat_const.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat_const.php', 1, 0x00000000000000000000000000000000, 0x0a3c54667785e75903c05f4915a8f2e0, 0x65c1b92723f95c8a3faabbda0e9a187f4f2db155f29d4c9d5d35d20c3688f024, '', 0, '?'),
(0x0afad93ac2583203de4c958e0e026e63, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/sodium_compat.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/sodium_compat.php', 1, 0x00000000000000000000000000000000, 0xf682638a7afbdb0c708903f6fc288a2c, 0xfcbf2cbbee99eedb0c25751a0be0e2527afe42a00d23c0a87e942b60c83579cb, '', 0, '?'),
(0xb8db5a8acc280293c513a77c9fcd5a07, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Compat.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Compat.php', 1, 0x00000000000000000000000000000000, 0x5155ff707e6f63c38a1e34d24e749bfb, 0x94114ccede6eb56c3240ce90f63e689a692c754a59b248a6895ce34cf42cb242, '', 0, '?'),
(0x1d14cebdca7f127dd856ba2bb57442b3, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/BLAKE2b.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/BLAKE2b.php', 1, 0x00000000000000000000000000000000, 0xad9eeaa480940e78c3d9a0b72595636c, 0x4e9e382cff631cdddbedeb61659eacd319f181ce9f0169013c3570241cb3bff3, '', 0, '?'),
(0x2149ad645d0535248ca5c05be0d67eac, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/Ctx.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/Ctx.php', 1, 0x00000000000000000000000000000000, 0x6f0bfbbf4cd1f6d5206b276b31128afe, 0x128e9c31eaa05caf5174a92abc80ee4aefd1ea8efd2517850f07d8cb7388f226, '', 0, '?'),
(0xdde6882798c41d7c3f980cc23efbeda3, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php', 1, 0x00000000000000000000000000000000, 0x83a6f74cd5f261444a843ffb835aff94, 0x88bb8b853d463d843d853cf81df81b5f25883da7d94d103fe1aadddcdee7752f, '', 0, '?'),
(0x49d650450114d058749c461e48ef2596, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20.php', 1, 0x00000000000000000000000000000000, 0xae9af300c2f5ec4c76bf5b63dece293f, 0xa443da026821dd80467f24ec7db97764b8376228a621e470f7494602152e4c90, '', 0, '?'),
(0x82573d205c27782288578fcc7deeee64, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Fe.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Fe.php', 1, 0x00000000000000000000000000000000, 0xa7b0f7d5a9e84b1bbdad835ee3a5beb9, 0xcf4d89381d103a9f6e61c68b47185add715164c3bd21aea0bcda27879b266731, '', 0, '?'),
(0x5aa3b0d18ff484fbdd92af05ba5308a5, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php', 1, 0x00000000000000000000000000000000, 0x6cf3bf8c1a5e035a924847b325a94fa3, 0x896da4bb9f63b43bf21d0a0579e390b2c8c5302cc60235ff8bd9467c3d1fc843, '', 0, '?'),
(0x2c7ad865a9e0fa590c23754a7e5b500d, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php', 1, 0x00000000000000000000000000000000, 0x204f700c527b01fcd2b58ce747dd8ddb, 0x1993115992fc3a4286e5c550351b4d9080735f860cbcb19ab92ed986fad68e90, '', 0, '?'),
(0xe20f424b8619c0f54197613ce4ad6c32, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php', 1, 0x00000000000000000000000000000000, 0xc958df93e0bec592225833ee364451dd, 0x218f6c2eba2e1614acea4749eeb40a376f65c8d1bfe8273b490cff0a0ab3a0ec, '', 0, '?'),
(0x145c9fa4d01ae98e6509cd299fd55570, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php', 1, 0x00000000000000000000000000000000, 0xc89148e41a7f62923e56ef44f6a25232, 0x72d19b4ad491492fe90a1e4f8b597d9c78189a82c586eb9410defa87c6105520, '', 0, '?'),
(0x93babcd2c16271c02fa4d9db4601a46b, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php', 1, 0x00000000000000000000000000000000, 0xdff0aaad3787f5c2a40dac46c4dd0c67, 0x9e6e7f9256278c56b1fbbba456eeb27f29467c2ae1919d0c1732884ee08fd77a, '', 0, '?'),
(0x875e53785f3f03758b1d47ca44a9e4eb, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/H.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/H.php', 1, 0x00000000000000000000000000000000, 0x94cf48d964393c43f0cba4ab9ad1626c, 0x4bcf2e426facb0dfd8e0a3b8830776fc886298258598e0d5537e31f94be0c317, '', 0, '?'),
(0x4e3dae66d01b3e244b8ae4e248bc54ce, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519.php', 1, 0x00000000000000000000000000000000, 0xc7d3eb17913f8f477bf214f58fb8f167, 0xc480d0a03c579f3b2d181af1808d99be9728432bbc2c4dfe95cc0255e2e15736, '', 0, '?'),
(0xb7ef2feff6d88a21a4064e3ef1820afe, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Ed25519.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Ed25519.php', 1, 0x00000000000000000000000000000000, 0x0eda1ea266183c5f3212535e49bfaa5a, 0xfdad69ddaf99ff387b1c918169fcb4d8712164bea0ccd58da8e541047af2f5a9, '', 0, '?'),
(0x599f425779092be642914f6dc7fd077a, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HChaCha20.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HChaCha20.php', 1, 0x00000000000000000000000000000000, 0x239e903a9ae14ec5279444117883d14e, 0xa6015ba7f55f7cd090d87e45a9b6a9ed2baf027ec545ec80289160ed065faabe, '', 0, '?'),
(0x4bcb4c783c43a08e98084894f48f651a, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HSalsa20.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HSalsa20.php', 1, 0x00000000000000000000000000000000, 0x2db745064ee4c482db9b0c280afa6e1b, 0x9a040b16f7de10a104d1ac7d5e8d4546d0f91c9bcade3ef41e92da8242ecdb1e, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x46312b1a23f72b6405d37b1c8b77ce7b, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305/State.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305/State.php', 1, 0x00000000000000000000000000000000, 0xfe2e4436b7709f699a7260b66677de3d, 0xc432c97fb14b4a0e37143386f178a732da4d32b0ae26982bb78c954cfc87134c, '', 0, '?'),
(0xa39a45f653d4632b04dff12308ba1b29, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305.php', 1, 0x00000000000000000000000000000000, 0x75d21d4e6d8553e1ed94d443dbd27be7, 0xfcd80cd40e10507e9d7b70d510d47d787bd4381190328d681f58f678c5c1bb88, '', 0, '?'),
(0x21506c7536a093f0eb10a1bcd202435a, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Salsa20.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Salsa20.php', 1, 0x00000000000000000000000000000000, 0xe01df298190588c150c5cfd965968931, 0x54a8fffb2a94db1e2b86d0f8ca7a5dca9c3b3eaf7f060ae033cacae45d3f78d7, '', 0, '?'),
(0x69617b962dcfdb1af7d899016fb30892, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/SipHash.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/SipHash.php', 1, 0x00000000000000000000000000000000, 0x9e7da93c1fccc4dc8e827318bef29c39, 0xfedd51c7fe27d872998620bc741337a5e23d732a1761603cbe7a1fda6f13d45f, '', 0, '?'),
(0x90dcfebcac2238598e8e023734b74f3c, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Util.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Util.php', 1, 0x00000000000000000000000000000000, 0x6469b24244f54af21088af44a535c34f, 0x4eab618715ba96698119151b42cff18dcd0d08f8c6414f5db6aca940e150b5e5, '', 0, '?'),
(0x1eb4c16a16f0d6b94a82dcfe91f63059, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/X25519.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/X25519.php', 1, 0x00000000000000000000000000000000, 0x70a7305722462994cf038e1093384fa3, 0xa935ac9cf02926dad9426f4b065daeafa4d8bb8ef396726d6025aeca68f64f10, '', 0, '?'),
(0xa8db09cc2229a522b5e83049a36fa8c7, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/XChaCha20.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/XChaCha20.php', 1, 0x00000000000000000000000000000000, 0x19ad7a84bf711a7398be713737360bf3, 0x43ae44ad619624eab93d9b665b51a734c24a57d1376c29ae2e0ede3d25afff1b, '', 0, '?'),
(0xfd8f92100e0b5a4c8b8f4f926cd6e114, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Xsalsa20.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Xsalsa20.php', 1, 0x00000000000000000000000000000000, 0x900ba64306eda2951ef046e69668f47a, 0x6fc5910a77a66ebecb704c942b3bd0cceddf7e8ba87432b405502ac6833616f8, '', 0, '?'),
(0xb8646023293f9ecfb39acf30287787f9, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Crypto.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Crypto.php', 1, 0x00000000000000000000000000000000, 0x20c16f59830ba2db2de31729451d4864, 0x6cdc2c38bf45f154978e439165796c9e61f95304eed43b29272264cc607afb99, '', 0, '?'),
(0x10473c37650b8374aa2fee928ff757a4, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/File.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/File.php', 1, 0x00000000000000000000000000000000, 0x5b6630194c94c59fbbd20db37b5657e8, 0x8b1dd02726dc94155b6d60c4cf8ad0633245bac7fb25e45715bf4757bae489b7, '', 0, '?'),
(0xa761810fd32edc6a40e519ee5e0cabb1, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/psalm-above-3.xml', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/psalm-above-3.xml', 1, 0x00000000000000000000000000000000, 0x7c3c5171c3d62940f24d9f894ae910b9, 0x2ff46a056fdf7aef79eec1f37f81f940938a7a2539b7264625f1aafd907faa5b, '', 0, '?'),
(0x5e643f6599f82e6f9af9bfcaa89b4c19, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/psalm-below-3.xml', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/psalm-below-3.xml', 1, 0x00000000000000000000000000000000, 0xec5b05ed43ed3d7379331df04cfcd5c8, 0xb75ffdcf6f33d574b059b617925f6f0fa2f2890466326b23958b30be3650733b, '', 0, '?'),
(0xa0c41d7492ca68bc092c470578a2224d, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Compat.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Compat.php', 1, 0x00000000000000000000000000000000, 0x5190e4880452eb4e1a62384df2679e7c, 0x7b1effb585ca1dab528774487dac8adca70f59519ce0977bf2f9461ab11148dd, '', 0, '?'),
(0x209f0b470eb6cab4a9a84774d8919ba4, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/BLAKE2b.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/BLAKE2b.php', 1, 0x00000000000000000000000000000000, 0xad4fc5ab33a4280969619559b3d3d528, 0xf1d5c513ef9425aede1a3062adc15b75e188231e91762e9f5fabe2094fb33d30, '', 0, '?'),
(0x339ba24ace911e54679b30eb15b52765, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/Common.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/Common.php', 1, 0x00000000000000000000000000000000, 0x603484c218da75420a45d423408fba57, 0x2972f37855594af63b68706a487b5cbd02dd08bc9a0831270b23c9e3201573ab, '', 0, '?'),
(0x28b57cff5aa278b45487fe825b7fc175, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/Original.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/Original.php', 1, 0x00000000000000000000000000000000, 0xd27a3faee92817bb8545ee57751f70b9, 0xa80f2b8b1d02eb0cea87151144ef00656ab30d1c171067c6cee8cfa7b68434f1, '', 0, '?'),
(0x88a14b6ba966f567ff12e754a4239456, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/UrlSafe.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/UrlSafe.php', 1, 0x00000000000000000000000000000000, 0x148a65729b02c9788787107c3263bdd3, 0x9af7cb0fd22e43b9bf401c32889d50d663d69c825e6e0a9427122d0587765b7e, '', 0, '?'),
(0xfcb78f71f3904cf8f33ed4c62351c400, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/Ctx.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/Ctx.php', 1, 0x00000000000000000000000000000000, 0xf195fa8cc5f4f44298eca8e26759f0e9, 0xfbf5913ae2495a19aeed43fda25a95da1438c1c8b0f49b4c1b9ae55de9996da9, '', 0, '?'),
(0x784c4b7820969632b8af4973f2212351, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/IetfCtx.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/IetfCtx.php', 1, 0x00000000000000000000000000000000, 0xce0d0e9755a18a14f6d602fdda434222, 0x831dfa294da31506a695eca982741b55cae4afceb408d5d4aadbf9afcc462efc, '', 0, '?'),
(0xd02523f3ba1fe97415c1cf07f2348478, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20.php', 1, 0x00000000000000000000000000000000, 0x1b7912a85701fb307b58e56ea75aff30, 0x19c500410256f08c525888cac895ca7edc18e164a7135eed2f2985144052f2c6, '', 0, '?'),
(0x502084f4d24e741244abdd8c9f6e22b1, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Fe.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Fe.php', 1, 0x00000000000000000000000000000000, 0x610ca815c221b42caf91055ed2719714, 0x0858df8770f7d594c35a9d9210d089d2d6b16fc40dbb3dcbb83c21847eb233e6, '', 0, '?'),
(0x1b24ee8a50d96089890067efa85807b2, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Cached.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Cached.php', 1, 0x00000000000000000000000000000000, 0x7946c2935c9c07bbe285db329acfffed, 0x326ba173c0da5c3eaa138552493a6e48f0c8bf1e44136de0217a7ad80e13b1c0, '', 0, '?'),
(0x5a3993b6d37d2ed2c24aa4c26b0b3daa, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P1p1.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P1p1.php', 1, 0x00000000000000000000000000000000, 0x3849a2e3b61a080503070a0ed9d3a391, 0x691b3e7a1292bd0e90529340af11c5f2e1c2e36bf45790e036759a6bd579880e, '', 0, '?'),
(0x5006b66277bf3d82ccf594a969eb96d2, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P2.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P2.php', 1, 0x00000000000000000000000000000000, 0x5c1ac1c44918057735416c4cdba2198d, 0xfae3b44b7bfe3808a6c0666c8185371e73855268cefaeb039ee5978bca039149, '', 0, '?'),
(0x111bc42db2b00727678bab8d50f75cac, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P3.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P3.php', 1, 0x00000000000000000000000000000000, 0x399e56c6081f23d2b91190ebdb340b80, 0x47709a66b81cf848768e869e9f1ae6f3788b388318feaaa33143b0145bce3441, '', 0, '?'),
(0x414b3caccbd26aa71c90179c677372e3, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Precomp.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Precomp.php', 1, 0x00000000000000000000000000000000, 0x1534ac954b62281de55cdef370b8422d, 0x03e79510d5b32a20cab0090fb6e40286145b717f8aa60ccb9c5088e682f46b81, '', 0, '?'),
(0xf01920c07fde8d3c3a39ce137cc2ce36, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/H.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/H.php', 1, 0x00000000000000000000000000000000, 0x2d5fd0fb62cac12d3e4f8ca55ce88b83, 0xa473c99467e125fbbd72691243af17f95098eb7786ab251492e57bd6c64aa5ce, '', 0, '?'),
(0x764c4d972e66d5ecd4254f071d7f4d52, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519.php', 1, 0x00000000000000000000000000000000, 0x069b34b902562b143d3f6bc50db2e1cc, 0x5fb6e2de12be783a0ceb6e4f734fa83a060207641dd12700974e3d968cd26be0, '', 0, '?'),
(0x7fffcd8ddadb199fbd81cf811b628542, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Ed25519.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Ed25519.php', 1, 0x00000000000000000000000000000000, 0x7c1dc7b128b98d0f9872c0d771d6a723, 0xa529301bdffcd614ebdcc4eb2bd4cceb5e688195762e28f6953eac10810699df, '', 0, '?'),
(0x6f43c922c0cf058551b8ebe07483d179, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HChaCha20.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HChaCha20.php', 1, 0x00000000000000000000000000000000, 0xb108c22b05c1eb021d92fe071706f525, 0xc1063421fd8848fc1c3a8d363ecb6c45eee64563239cd0d8f961057b9d41b47b, '', 0, '?'),
(0x2ac7c8c61db2a6bc62c5049f2a6565b8, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HSalsa20.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HSalsa20.php', 1, 0x00000000000000000000000000000000, 0xd012785c387aed4d7fd87e972e04818b, 0xfc7652ac008b537e5bfc0d82aad2ae36dfe16fddfabe12e192fe3ac59ab50d5d, '', 0, '?'),
(0x48b7a859366fefe3447b884c48ea1698, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305/State.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305/State.php', 1, 0x00000000000000000000000000000000, 0x752e53d6f58379ee6c04e33d0043a53e, 0x15f1833f05835c786087b251993dfcc903efa9383a0892761eb47354ba15d510, '', 0, '?'),
(0xf3f3d2cdd1e29e9ef905aa5ed59852db, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305.php', 1, 0x00000000000000000000000000000000, 0xc9de6f019485e51e97b9e5a76880675b, 0x12800be0c015df81152ed6112d6834603953205f0de8932949cd2886ed57d3f2, '', 0, '?'),
(0x2524ceefdd4dbc711806e6543cc4fdf0, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Salsa20.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Salsa20.php', 1, 0x00000000000000000000000000000000, 0x43a3bc554f9ef51adfa0a1787448170c, 0x8c470a22875f2f41e76793680911553fe2538273f348f6d7919159a4f4bdd9b3, '', 0, '?'),
(0x3083b908d6f361cd4fb55a49047c49e9, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/SecretStream/State.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/SecretStream/State.php', 1, 0x00000000000000000000000000000000, 0xf057160b9748590720f102aec2b2b789, 0x117a1913495d8a5f1d8c0fc7b294a621ecae1362d188d736fc64ec750f59d933, '', 0, '?'),
(0xcc997efcc88cc3ae2b9de4ed6279c881, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/SipHash.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/SipHash.php', 1, 0x00000000000000000000000000000000, 0x107ba5ec888a7ac01fc13b3521cb05d0, 0xf244d01a8a8eec4c89dea0ce9461a414b05d036ef49c0abbec8cd54c26e60a1b, '', 0, '?'),
(0x4b30b5f6f20dc5e996dc9063156ee7fb, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Util.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Util.php', 1, 0x00000000000000000000000000000000, 0xec05323959c2bf2c4523f32f8cb58ba7, 0xc407209920fbb7683c29739cd43e2d508e7f987bf3ebee4b8bbff949ec009e83, '', 0, '?'),
(0x3f559eb5f603bdbc9a275f6c2e850f70, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/X25519.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/X25519.php', 1, 0x00000000000000000000000000000000, 0x6f3e42f79809bf9fbd9113494e942d79, 0x0efee5686c8e085bc0bbb6bd86a712f1ab28bf016c7e9151f775df464db20993, '', 0, '?'),
(0xf712b6166778834189c8a27da1670fa2, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XChaCha20.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XChaCha20.php', 1, 0x00000000000000000000000000000000, 0x9904e9bd5d12e18aaee9c201ecc8a326, 0x1c911c16994b94f22302f20c404a55b07d469784181f8ec1c12cfcfee51d215b, '', 0, '?'),
(0x0fc15daf2a0ec12e0f3e6045f59366b1, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XSalsa20.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XSalsa20.php', 1, 0x00000000000000000000000000000000, 0x6bd346a3a0c60c68a2e780810e312da6, 0x361f216f8a6df6a6dd8e5e8e172ec15e40cba8d10fd27637f10949e19c7d809f, '', 0, '?'),
(0xce6c2f1d3cc0cd55e7eb5a410e078be5, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/BLAKE2b.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/BLAKE2b.php', 1, 0x00000000000000000000000000000000, 0xf857d5537afa4cff484157720fb4367e, 0x30afa87055ddd6eb67d79599472f8184841f25afb3277f84edeb5a6404d40a0a, '', 0, '?'),
(0x2d5cac8b5bd716b5b98610e84a92d7a5, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/Ctx.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/Ctx.php', 1, 0x00000000000000000000000000000000, 0x46e19231aaa3c609dd4d9ce7e1c85dfa, 0xa4eb4138dede7b8021a7f25699743c53908a7148a96f68de3486a5796042799b, '', 0, '?'),
(0x181db46f663fde33a8500bbf31f222e2, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/IetfCtx.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/IetfCtx.php', 1, 0x00000000000000000000000000000000, 0x670122cca4112f184f949bec59a2b727, 0xca38e665ea549b65740d206a189c50f72fa5c04ae41086993c5ebe72d3a57a12, '', 0, '?'),
(0x9bf3903731d01bacc87d120a01fb14c8, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20.php', 1, 0x00000000000000000000000000000000, 0x3192322b3b8f46c4eec5d0bd4e4d8392, 0xbe7786c51122b32a94c135a2551220544099e59c6e79c8b3c65e61a575bdb027, '', 0, '?'),
(0xc7e577aadb79be2aae58cd4f0a479ba5, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Fe.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Fe.php', 1, 0x00000000000000000000000000000000, 0x4ee9560f6c7e1cf286136d5b25577404, 0x18509671008083b493949a560e14157b7ce6306d003bd4dcd6329566064055ca, '', 0, '?'),
(0x573868b021c9a96baec4890c271d937f, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Cached.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Cached.php', 1, 0x00000000000000000000000000000000, 0x1172a0185255ac62e22acdd20027b51d, 0x78edeed1f2053c1bd973a392425a9a329c6aa781524d27302524b9dc697b2056, '', 0, '?'),
(0x08e310cda51f60464acd14f65316b175, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php', 1, 0x00000000000000000000000000000000, 0x4b7a2b55edc1e48f1304c5b828ea355c, 0x383abd916f991d117f49f4392c81eabf3d7a05446b383bd17b417b861a69136a, '', 0, '?'),
(0x05c4490161bb0e0a0bd88e9a96ead061, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P2.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P2.php', 1, 0x00000000000000000000000000000000, 0xcd01a2810cbe3e1aebf0b01a2b950f2c, 0x2a792498084d515b1571d3023a68e99a0122eec0f929a358544313000feb5c6b, '', 0, '?'),
(0x07f263598446b6ea9edf7de56a60bdb6, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P3.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P3.php', 1, 0x00000000000000000000000000000000, 0x33828df191fdeb92620728e6b58fd09a, 0x6e3b883c0cd91eb109c795b02d57d5137493f95dce12c13c91731cb0ead675a1, '', 0, '?'),
(0xef75085f7ff48b8b08ffc2ca7e2100c4, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php', 1, 0x00000000000000000000000000000000, 0x593d0a0b59e0b439399a32ad17f88f11, 0xfd97fb36a991b01a2f8888f970e27935eec19cd245f094d8adbda9ad4fb14506, '', 0, '?'),
(0x076fe6e0f1096c18d108d1b4c6016364, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/H.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/H.php', 1, 0x00000000000000000000000000000000, 0xe6d7f80ab0c018a4404c6a87774401ea, 0x0daf380ffa64b3a09f87b2f01cd7381573da87aace18ee36a0e8460cfac88ccf, '', 0, '?'),
(0xa905effa7e2bd8711dea58bedb1d2260, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519.php', 1, 0x00000000000000000000000000000000, 0xc16f6151a1a4ec7c100367e23426cfd9, 0x1bb663c255a95884fdd4f12b895d1d577664de3df82ce315bd92845a30295cb3, '', 0, '?'),
(0x18e6d3c4681f5d08878243f980b2412a, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Ed25519.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Ed25519.php', 1, 0x00000000000000000000000000000000, 0x0f2749e2cb9e036146747a5c04c4c7ae, 0xb095add2ace51a0b41447316bd928e3586aced14b53fbda39144ef412f3c803a, '', 0, '?'),
(0xc55fcc186e80fca3b3c970b7bc9d6156, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HChaCha20.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HChaCha20.php', 1, 0x00000000000000000000000000000000, 0x3e2a4cd6311ecacbb5a9226b2546832b, 0x1b5ab1f669e94ddb66bc558c76b1692de57d29f406f966d12286fe4d6e643f58, '', 0, '?'),
(0x8ea2e958701fa4dc10d3e78a7e304418, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HSalsa20.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HSalsa20.php', 1, 0x00000000000000000000000000000000, 0x1ed057af6f65b17eb0906f42329e5f3b, 0x359f71f5aa53724cdf5d8d4f58bda5981e8b737188cdecf02b0b6c3c91c8c992, '', 0, '?'),
(0xb5413fe0995d5c38ab504d54c90f6c05, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int32.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int32.php', 1, 0x00000000000000000000000000000000, 0x16bfd043c542da29638ee061658392c7, 0xdf5b7d93beb144d8d5d4004f56b13a7e2dd41d227e6d421568223cc4f97057e8, '', 0, '?'),
(0x42e6ba501f891b58a157cce336e9cb17, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int64.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int64.php', 1, 0x00000000000000000000000000000000, 0x20f5514111e44c9b92dcf39a9c86559e, 0x99dcd547b1a40a3c162e1a57870f72b4d8010e041ba301caaa10c7e3c398a229, '', 0, '?'),
(0xa65b27e92fa314d3fe08a23ba0867f94, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305/State.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305/State.php', 1, 0x00000000000000000000000000000000, 0x9aae79503538cfdcc6a210950cb596db, 0x04a4d1187a3371531185d5f2543de5e49e8c484c3c0f591e3541a1e480234801, '', 0, '?'),
(0x1c6194409757725177b6cc5a0a2eee11, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305.php', 1, 0x00000000000000000000000000000000, 0x16addc917a8c673c4ee8f40a3f6f3666, 0x8ec17f190693528da0b0f44567f8583395864a4163941fec2161fa5fcaf4537b, '', 0, '?'),
(0x02cc201f88fbfec84b2069964493c174, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Salsa20.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Salsa20.php', 1, 0x00000000000000000000000000000000, 0xd8cae603cdc15a7a9a23190748e8e7b2, 0x6e5da8eb7893cb1d1bb6ba9daba41a5f0ed1aa6bd442b3042d61bd0426bdcc83, '', 0, '?'),
(0x5790cd4c6a0f4e2fbc40cfa2dfc6b082, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/SecretStream/State.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/SecretStream/State.php', 1, 0x00000000000000000000000000000000, 0x54020998c4026e728d6b11169cef0595, 0xe5b33b5c05f8c2581eda81eeea192f303bbe9c51f25011862e934234c3f21ad4, '', 0, '?'),
(0x5f1fcc23e88bf1553170fa4753f2b316, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/SipHash.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/SipHash.php', 1, 0x00000000000000000000000000000000, 0x015ab08ac57274bdc2fd77fac9289865, 0xa8d2bf4408dc493cf55ec8691c326457825d4719e25fe42d122b04854138f357, '', 0, '?'),
(0xad3f46cfb8bdeb1cbca54186805231ca, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Util.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Util.php', 1, 0x00000000000000000000000000000000, 0x99708b98d48fa66430c4e06c4e26372b, 0x5e1f730af94002472ca41dda960a3b7c3350096ed4942f0d7a1041dd220a6407, '', 0, '?'),
(0x822f09c1453a4bf252e5afa5c076028d, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/X25519.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/X25519.php', 1, 0x00000000000000000000000000000000, 0x971656c9c35bd753500b6b03168143fb, 0xfafbdabad985b1c5b4078bbc7d433ae5c3b83d807ee886de51c0283896d02451, '', 0, '?'),
(0x967a39bb09c560fc6433dd00c8496179, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XChaCha20.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XChaCha20.php', 1, 0x00000000000000000000000000000000, 0xe720c140dbca185e8da2b5ac384a1902, 0xa5e7d8bd8340a4bc422d4bf516b9c86de3e19dc32dc8bb1695df0e041ac23270, '', 0, '?'),
(0x1e42e30f4081522a0c47997846344e7d, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XSalsa20.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XSalsa20.php', 1, 0x00000000000000000000000000000000, 0xa39e27965fae3f1453c59f1a5dcd798c, 0xa4360e8bd0175b2df38a852c395952a172da0d59222df880616ef3b29136248a, '', 0, '?'),
(0x89aebfbc9c9147884714fda093ec6122, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto.php', 1, 0x00000000000000000000000000000000, 0xbcfc142a4d5d596e4d04245ec3b922b7, 0x1285c0e1cf90cc4e1081d7cb066f854b7451ab56a0abab0d33a82dd8f379d92d, '', 0, '?'),
(0x61bf4a949272d3e4dd26c62d441f10dd, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto32.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto32.php', 1, 0x00000000000000000000000000000000, 0x55a6aa6f8de77d13537d9d0bc196382e, 0xee24aed67303b607d30bf48883ecc83f3b66a2c4a03d600dd909dec426b9ab21, '', 0, '?'),
(0xa85858ef8e932acee1210832d67e02c5, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/File.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/File.php', 1, 0x00000000000000000000000000000000, 0xaa65623a196c782dd43cbfdd73393960, 0xc3c02c0bacc37b1c206d98995a85894256ebab01544cb1043b2ab402eece3c02, '', 0, '?'),
(0x71c52427368b6508e2fab6f72d57115d, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/PHP52/SplFixedArray.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/PHP52/SplFixedArray.php', 1, 0x00000000000000000000000000000000, 0x6e62f37809bd8b4243a7b03f82bc8f1a, 0xbdf765af914338c1260d05f6e612de13d9680dbbf23277f302285ed099d45600, '', 0, '?'),
(0xa3544c20eadf882c5dbdacd5a6866d81, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/SodiumException.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/SodiumException.php', 1, 0x00000000000000000000000000000000, 0x389109a481a2bdbb3a7b80e457f3ea65, 0x367b77f7bbb50c5e470b6baeceabc33235ddfa6293f3840de4ddf193ab84e688, '', 0, '?'),
(0x853a2a5aa2000926c1f26ca838617a40, 'wp-content/plugins/wordfence/css/activity-report-widget.1655226500.css', '/home/www/iamctv.com/wp-content/plugins/wordfence/css/activity-report-widget.1655226500.css', 1, 0x00000000000000000000000000000000, 0x4a845e07783b7982ad82b0d463a1fdff, 0xd0d3a1aec166c5614d9a57762bf280a8579f1c257dd6ea9e6044f61f4ea317c5, '', 0, '?'),
(0x962adcfed3c624c7dd681a0ac04c4b2f, 'wp-content/plugins/wordfence/css/diff.1655226500.css', '/home/www/iamctv.com/wp-content/plugins/wordfence/css/diff.1655226500.css', 1, 0x00000000000000000000000000000000, 0xdc806709adfa09992492988b6072f351, 0xc0dc161d24b518cc68454a5e35343c249e02d3ad115963c312d7e1c2921bde26, '', 0, '?'),
(0x25d24a6131fc07c9a23c5607adb1a80d, 'wp-content/plugins/wordfence/css/dt_table.1655226500.css', '/home/www/iamctv.com/wp-content/plugins/wordfence/css/dt_table.1655226500.css', 1, 0x00000000000000000000000000000000, 0x06e5674a626a9c4ac18e39b96b3a03de, 0x6f5b501cc24879d08a7dbde5ec7f694763ac7e94d03c63a51f447fec523a44ed, '', 0, '?'),
(0x710286e3bc2014b1d0f893a65db3e893, 'wp-content/plugins/wordfence/css/fullLog.1655226500.css', '/home/www/iamctv.com/wp-content/plugins/wordfence/css/fullLog.1655226500.css', 1, 0x00000000000000000000000000000000, 0x65c92e698b6015ab83ce81be55e7b976, 0x3ff53efcb03f68f4cebe5bb5c2b2ef50d8758f7bdb7075fa6102a0fe898b0e61, '', 0, '?'),
(0x0e9568af721aa897aaba3b2565982d78, 'wp-content/plugins/wordfence/css/images/ui-icons_444444_256x240.png', '/home/www/iamctv.com/wp-content/plugins/wordfence/css/images/ui-icons_444444_256x240.png', 1, 0x00000000000000000000000000000000, 0xd80747d34afb87753b51d45a36f8bd17, 0xfffb8506df5c4d55198ced4b6851af77c043a903b669d656b4eea2b9b2ce4a27, '', 0, '?'),
(0x32b47696ad1627b3cd390dc303e8087a, 'wp-content/plugins/wordfence/css/images/ui-icons_555555_256x240.png', '/home/www/iamctv.com/wp-content/plugins/wordfence/css/images/ui-icons_555555_256x240.png', 1, 0x00000000000000000000000000000000, 0x1e70a2d46244ee4070fd47152bd71db1, 0x0f2a447f15055acd3ef94267f11b2659128959889bfe848ee2a80234283ca82f, '', 0, '?'),
(0x8f1a9f200cdc528fb3f7b95bd627dd3e, 'wp-content/plugins/wordfence/css/images/ui-icons_777620_256x240.png', '/home/www/iamctv.com/wp-content/plugins/wordfence/css/images/ui-icons_777620_256x240.png', 1, 0x00000000000000000000000000000000, 0xeb4a975c630f379279fe78c604d0b36c, 0xb37ec0cd71569ac203afbe2a27c5103194a5a49a9d175d33905e91f69ecdc96d, '', 0, '?'),
(0x32727f7ddc56e1c4a5245ea58b896e2f, 'wp-content/plugins/wordfence/css/images/ui-icons_777777_256x240.png', '/home/www/iamctv.com/wp-content/plugins/wordfence/css/images/ui-icons_777777_256x240.png', 1, 0x00000000000000000000000000000000, 0x68855e6e3d288ab126a1f1dd82b64e26, 0x53b2f344491608427fff0b7a14d15f2d3f2859cee37045a579fb0ec6b941a11b, '', 0, '?'),
(0x5c91aeede0c605a437f6ee16b251806f, 'wp-content/plugins/wordfence/css/images/ui-icons_cc0000_256x240.png', '/home/www/iamctv.com/wp-content/plugins/wordfence/css/images/ui-icons_cc0000_256x240.png', 1, 0x00000000000000000000000000000000, 0x7c81a6253b77a9fdaf51bb1038f8c840, 0x771e693ede36b7c6ace034c8e5a02e4eca43b9e4119e1aff34aa0e08494f9ed9, '', 0, '?'),
(0x94764fafd623e84aa54eefd42bec8181, 'wp-content/plugins/wordfence/css/images/ui-icons_ffffff_256x240.png', '/home/www/iamctv.com/wp-content/plugins/wordfence/css/images/ui-icons_ffffff_256x240.png', 1, 0x00000000000000000000000000000000, 0x41612b0f4a034424f8321c9f824a94da, 0xac2f233f54ef8669054f4c7976a6ed751b9a98544b94b0a9c9a4bdb75cd8bbf5, '', 0, '?'),
(0x4fa178ea6ae7d135822bf3bab393109f, 'wp-content/plugins/wordfence/css/iptraf.1655226500.css', '/home/www/iamctv.com/wp-content/plugins/wordfence/css/iptraf.1655226500.css', 1, 0x00000000000000000000000000000000, 0xd065ba62662e84c20add565bdd785068, 0x154a8a8b2d0640205d11e1190b032dd0f28709d46371db17fae557510c2438ab, '', 0, '?'),
(0x13a255d3e0341070ccda5734ffc5dc6f, 'wp-content/plugins/wordfence/css/jquery-ui-timepicker-addon.1655226500.css', '/home/www/iamctv.com/wp-content/plugins/wordfence/css/jquery-ui-timepicker-addon.1655226500.css', 1, 0x00000000000000000000000000000000, 0x2965edf466d523a160509e7e37c4146e, 0x2d6dedc67aeddc6ee04eca1646fb4500d1ad5c7671eb9d734c3f975a121ab2bd, '', 0, '?'),
(0xf8d9f1706b67928ceb142bcfdc8941a6, 'wp-content/plugins/wordfence/css/jquery-ui.min.1655226500.css', '/home/www/iamctv.com/wp-content/plugins/wordfence/css/jquery-ui.min.1655226500.css', 1, 0x00000000000000000000000000000000, 0xc07d4ff1935ed73074474716e4cc5113, 0xb3d98d240c72623d70cf680eb978cb4ba3f9355d38c751fea7985289af6a6e34, '', 0, '?'),
(0x504850398cd76aa8a77004e026ac6510, 'wp-content/plugins/wordfence/css/jquery-ui.structure.min.1655226500.css', '/home/www/iamctv.com/wp-content/plugins/wordfence/css/jquery-ui.structure.min.1655226500.css', 1, 0x00000000000000000000000000000000, 0x23f52fcc08b1683cc01b9e55d5f514a4, 0x9f6ee4e8f8c1e0690c9dd9eb9785b54eb5765816a537ab595db48590bcb01944, '', 0, '?'),
(0x073b4b32ecd147f121cc1732cf52aacb, 'wp-content/plugins/wordfence/css/jquery-ui.theme.min.1655226500.css', '/home/www/iamctv.com/wp-content/plugins/wordfence/css/jquery-ui.theme.min.1655226500.css', 1, 0x00000000000000000000000000000000, 0x0462924bbf308e0f62f6ba78d199155d, 0x34c3f5fdf9c70a96081063b545323d56937bc62be85c676f1f12d0859d4f87a4, '', 0, '?'),
(0x4bf6e67e034141234c67c4fc562e9d1f, 'wp-content/plugins/wordfence/css/license/care-global.1655226500.css', '/home/www/iamctv.com/wp-content/plugins/wordfence/css/license/care-global.1655226500.css', 1, 0x00000000000000000000000000000000, 0x119c6b4bb72ed2c7b4ac551e0fa6cd5e, 0x32f2c6b298767b225302dbf33dabab5e21dafeab573a432c4f4a95653ac93907, '', 0, '?'),
(0xb984f0bb5ead632c75ee7db15b1ed0cc, 'wp-content/plugins/wordfence/css/license/care.1655226500.css', '/home/www/iamctv.com/wp-content/plugins/wordfence/css/license/care.1655226500.css', 1, 0x00000000000000000000000000000000, 0x1ca371071943ef2a1ffab22668290346, 0xd4ec0e9a1a6dc6ca9804ec3a4ed3b9aec09e5f0a38945126790d78985f5179c7, '', 0, '?'),
(0x98af61c37c77e4ac8d208df588805a25, 'wp-content/plugins/wordfence/css/license/free-global.1655226500.css', '/home/www/iamctv.com/wp-content/plugins/wordfence/css/license/free-global.1655226500.css', 1, 0x00000000000000000000000000000000, 0x69dc6af567451f9442370c14c1712cc7, 0xf8ac5c115231a222a8606c2032ed4cef4cd7639458658b9f45740809424d8e7c, '', 0, '?'),
(0x761ac74bbc18408c38c99953cf8c749c, 'wp-content/plugins/wordfence/css/license/free.1655226500.css', '/home/www/iamctv.com/wp-content/plugins/wordfence/css/license/free.1655226500.css', 1, 0x00000000000000000000000000000000, 0x9a6718e2c1878fbe189629831f234473, 0xbfd0c707a321359aae0ef1fd922c1d1fbba8b5fb04ce8f3b6608e945d10340da, '', 0, '?'),
(0x363749bcb5d884fb7036aee201521dc5, 'wp-content/plugins/wordfence/css/license/premium-global.1655226500.css', '/home/www/iamctv.com/wp-content/plugins/wordfence/css/license/premium-global.1655226500.css', 1, 0x00000000000000000000000000000000, 0xd9ac35cdc02689eb0696175d55bcca00, 0x3d3a49eac3235f41a45c52058bf5cfd6a358d4e646a2a7534f9919887265f363, '', 0, '?'),
(0x4f7b88c8f4dd667c1f002de0b7c358c1, 'wp-content/plugins/wordfence/css/license/premium.1655226500.css', '/home/www/iamctv.com/wp-content/plugins/wordfence/css/license/premium.1655226500.css', 1, 0x00000000000000000000000000000000, 0xafc0ef4182c9c25dbf5551eff0e7949d, 0xab2d7b2966d4d50ab920ac3aea7dc71bd746eabeee13336a2ab4f9b8dcc16325, '', 0, '?'),
(0x3dc05df93a2f7142a79d70f787561f63, 'wp-content/plugins/wordfence/css/license/response-global.1655226500.css', '/home/www/iamctv.com/wp-content/plugins/wordfence/css/license/response-global.1655226500.css', 1, 0x00000000000000000000000000000000, 0x1b9d7dfbb723c521012b68d84ee06940, 0x56ecd85b0f1192279fdbdd7979583ffc7965567b46a687e9ea6543c26cfd2598, '', 0, '?'),
(0x638149d00b9ecfee149a4f9310854f9d, 'wp-content/plugins/wordfence/css/license/response-variables.1655226500.css', '/home/www/iamctv.com/wp-content/plugins/wordfence/css/license/response-variables.1655226500.css', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x595477c302a9d1aa319386933ce1fc7b, 'wp-content/plugins/wordfence/css/license/response.1655226500.css', '/home/www/iamctv.com/wp-content/plugins/wordfence/css/license/response.1655226500.css', 1, 0x00000000000000000000000000000000, 0xa73f566abd420f218544f47bc7420d85, 0xd5369f495ee1af28a8ca31a92a478a6d45392d6e653a5229b847d68efde0bde6, '', 0, '?'),
(0xbcd0dcdc838bf6c939b3ed545f76acb1, 'wp-content/plugins/wordfence/css/main.1655226500.css', '/home/www/iamctv.com/wp-content/plugins/wordfence/css/main.1655226500.css', 1, 0x00000000000000000000000000000000, 0xe787310df6d9389087d023bb81cc3bba, 0xfe6ca96a3e48a249e2a2091e22cf2648710e3265a261b35c9d31d8dee3fc325e, '', 0, '?'),
(0xf294db6a8e8335b0c834175aaa31d31e, 'wp-content/plugins/wordfence/css/phpinfo.1655226500.css', '/home/www/iamctv.com/wp-content/plugins/wordfence/css/phpinfo.1655226500.css', 1, 0x00000000000000000000000000000000, 0x3ec5eb51f7d8e6218530772fa8e893b4, 0xc705fdfd618f407cadae490d3d1a5eceb5c2641d29885bb6b90ff886ce57b2e5, '', 0, '?'),
(0x85b1966881a86e7e7d4e2c9faa739a9e, 'wp-content/plugins/wordfence/css/wf-adminbar.1655226500.css', '/home/www/iamctv.com/wp-content/plugins/wordfence/css/wf-adminbar.1655226500.css', 1, 0x00000000000000000000000000000000, 0xbd39b1f59222b7545525a5c8cb4e8a7e, 0x98f0a0475c07d5ef8d5a41de287249cd542e31e4711d3c4987da0dd909e90e51, '', 0, '?'),
(0xe01c861b54f8dbce03cf4857184e9bfc, 'wp-content/plugins/wordfence/css/wf-colorbox.1655226500.css', '/home/www/iamctv.com/wp-content/plugins/wordfence/css/wf-colorbox.1655226500.css', 1, 0x00000000000000000000000000000000, 0x08505829702183be4e38a66a0bad8c17, 0x6fa9741230b30d995032a1e8b14eb9adf3e6e969ccd7c24be6db758115a4e0f5, '', 0, '?'),
(0x3ae0a8a837003d815b56aeeefadb2217, 'wp-content/plugins/wordfence/css/wf-font-awesome.1655226500.css', '/home/www/iamctv.com/wp-content/plugins/wordfence/css/wf-font-awesome.1655226500.css', 1, 0x00000000000000000000000000000000, 0xb827c408ff4de4e7d98bf856b5aabf3a, 0x39393764498a4f75d62dc601f8f9f125656ed4bb15a031ba108fef84e9bed349, '', 0, '?'),
(0x044f936c150e4388d34f848e34c25a22, 'wp-content/plugins/wordfence/css/wf-global.1655226500.css', '/home/www/iamctv.com/wp-content/plugins/wordfence/css/wf-global.1655226500.css', 1, 0x00000000000000000000000000000000, 0x1f8041446d7163ede8760ec519986439, 0x0792284fc0f7d39bcb80d49f4d41579dd6441503e330deb38c5ce5db354c47b9, '', 0, '?'),
(0x9f597fe8eda701d74b3bec07b46a484b, 'wp-content/plugins/wordfence/css/wf-ionicons.1655226500.css', '/home/www/iamctv.com/wp-content/plugins/wordfence/css/wf-ionicons.1655226500.css', 1, 0x00000000000000000000000000000000, 0x416c14a1b0738fdcca6ac0e2af831b7f, 0xd79296f09d930834cccbaec07604a812f9e308c1894de68e609756f7ebfd5af4, '', 0, '?'),
(0x2cde6877ba84e732ea419985f3e2ea5e, 'wp-content/plugins/wordfence/css/wf-onboarding.1655226500.css', '/home/www/iamctv.com/wp-content/plugins/wordfence/css/wf-onboarding.1655226500.css', 1, 0x00000000000000000000000000000000, 0x8952e7fd29d6f230327701f60a649f91, 0xc1192176736c5c7213def6977a0f9398af2dc54c07e6e45c50165484f7c09dad, '', 0, '?'),
(0xe3166e03a7177ea041ae57fec3b66323, 'wp-content/plugins/wordfence/css/wf-roboto-font.1655226500.css', '/home/www/iamctv.com/wp-content/plugins/wordfence/css/wf-roboto-font.1655226500.css', 1, 0x00000000000000000000000000000000, 0xb8c15dd5ef0c0bf0184f0f8c75ddb59c, 0xf48a2bc5684a7e08bfca86b4aa2ae9ec612a14a0fd0fe247623637a70da93ab1, '', 0, '?'),
(0x52e347c540836ebcac0056c9a7c1bc5e, 'wp-content/plugins/wordfence/css/wfselect2.min.1655226500.css', '/home/www/iamctv.com/wp-content/plugins/wordfence/css/wfselect2.min.1655226500.css', 1, 0x00000000000000000000000000000000, 0xa4638a98cccf332c42f1141556c7c2e6, 0xa780da91f3743455d40c9622fc3bb974fb0f37e4ba1ac0014a791803d9726240, '', 0, '?'),
(0xfbc62b38cfd7c4746991f94fe1009c58, 'wp-content/plugins/wordfence/css/wordfenceBox.1655226500.css', '/home/www/iamctv.com/wp-content/plugins/wordfence/css/wordfenceBox.1655226500.css', 1, 0x00000000000000000000000000000000, 0x1b43bf90da5704599c7ee4489c23ec5d, 0x9a72ba8eb5a87bb5db1a498935994f319487a451dcddd38713a8a3d2f743dfef, '', 0, '?'),
(0xcd8e33d7a2e04a796ecefec4804d07e0, 'wp-content/plugins/wordfence/fonts/fontawesome-webfont.woff', '/home/www/iamctv.com/wp-content/plugins/wordfence/fonts/fontawesome-webfont.woff', 1, 0x00000000000000000000000000000000, 0xfee66e712a8a08eef5805a46892932ad, 0xe1fc2634220d519d6a580ce36d4e22e3c93f50be6f94cd5cb0c6f53f07b9f98c, '', 0, '?'),
(0xe7321a16f089207b44b75afd82b82d1b, 'wp-content/plugins/wordfence/fonts/ionicons.woff', '/home/www/iamctv.com/wp-content/plugins/wordfence/fonts/ionicons.woff', 1, 0x00000000000000000000000000000000, 0x05acfdb568b3df49ad31355b19495d4a, 0x2aa1d75c26bf74e4ada80e5c08c309675416778fb089b5af2cc63183a91f7fa2, '', 0, '?'),
(0xf45acdeb961f51b521d5d0faf6ae2aa0, 'wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xGIzQXKMnyrYk.woff', '/home/www/iamctv.com/wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xGIzQXKMnyrYk.woff', 1, 0x00000000000000000000000000000000, 0x6079002378c473fa47ec4ab6d674b0e4, 0xdb41e172ebd0c4783f6a8e92018dd22387c20c43f546cb4f82472da253d6f724, '', 0, '?'),
(0x6a74bcd95ae1eadcbfee162c870517b5, 'wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xIIzQXKMny.woff', '/home/www/iamctv.com/wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xIIzQXKMny.woff', 1, 0x00000000000000000000000000000000, 0x729abcc2f819c1611516a961e512ee69, 0x7b4aae4ca0d9dfcdbb26d5f17b0ea9bd7ba2cc543a9aa5a3c2e3871e0f9d4208, '', 0, '?'),
(0x3e75b8eb99cab8852106344e32dac312, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fBBc-AMP6lQ.woff', '/home/www/iamctv.com/wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fBBc-AMP6lQ.woff', 1, 0x00000000000000000000000000000000, 0xdb2cca3b4c8a27b31607b4646565b49f, 0xb619142b47fb547d15e46d292addcc5b92b5d3631f35bd5add4e2d7611193eb4, '', 0, '?'),
(0xc0c6cefbfa6dba01d07bb740af6d12df, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fChc-AMP6lbBP.woff', '/home/www/iamctv.com/wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fChc-AMP6lbBP.woff', 1, 0x00000000000000000000000000000000, 0x186f4c46ca9234e5bc05d569ee0e2d2d, 0xc187a6436323315fbb9c7ccb1db75a201120bf8831188097c9bedcd5cf5978ed, '', 0, '?'),
(0xd395cbfd819604c20aa7ae0c74ca3014, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fBBc-AMP6lQ.woff', '/home/www/iamctv.com/wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fBBc-AMP6lQ.woff', 1, 0x00000000000000000000000000000000, 0x6d7047ccd1d76142fe9a4e583e9cf328, 0x25c12d2acea836469ec869ba0d1657cfb9894dd7bdac5749b185863a8f76fd44, '', 0, '?'),
(0x83d0b82b3a33e8586e4e88746578f658, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fChc-AMP6lbBP.woff', '/home/www/iamctv.com/wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fChc-AMP6lbBP.woff', 1, 0x00000000000000000000000000000000, 0xa5d401f5ecd87b57fc3705683e97adaf, 0x8409326d98e87787f3338d297a57670b91de767b410302668ae001487560436f, '', 0, '?'),
(0x473a5ab903d75d59217449afafa1dc22, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfBBc-AMP6lQ.woff', '/home/www/iamctv.com/wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfBBc-AMP6lQ.woff', 1, 0x00000000000000000000000000000000, 0xda6a4937389f7b92b71c06720bc950ad, 0x556b85fae606b486bff45a1c4d073d4f4577a844b2948a7787e8207c1d49bc3b, '', 0, '?'),
(0xba5d4b1c7bccd9af07bce660d87bbf2c, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfChc-AMP6lbBP.woff', '/home/www/iamctv.com/wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfChc-AMP6lbBP.woff', 1, 0x00000000000000000000000000000000, 0x2b45d2594815cded8f3c59504b3db053, 0xdb8bfc1f26f23a5ec1fdb147bfcdd72642888c840b32c3504387bf7ef7aff285, '', 0, '?'),
(0x7077e1d251841e4619e963d9dfa0622a, 'wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu4mxMKTU1Kg.woff', '/home/www/iamctv.com/wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu4mxMKTU1Kg.woff', 1, 0x00000000000000000000000000000000, 0x4024c67147b9326b35070824a1867a94, 0xd686462a60dd27eaab4f2074b57269523aed6a30e1f392571a963da86a808b05, '', 0, '?'),
(0x8bf384559e5d52b29adb102959a5cb6d, 'wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu7GxMKTU1Kvnz.woff', '/home/www/iamctv.com/wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu7GxMKTU1Kvnz.woff', 1, 0x00000000000000000000000000000000, 0x6efb6aaec0b9f430f6a3e21cfbe39b39, 0x15bc861af0d2a808320cc123b08516733ad5d0a00a0109097683f9c3982b6cb4, '', 0, '?'),
(0x343b600cdfaf7a8e3f09c57bc79e4001, 'wp-content/plugins/wordfence/images/2fa-whole.svg', '/home/www/iamctv.com/wp-content/plugins/wordfence/images/2fa-whole.svg', 1, 0x00000000000000000000000000000000, 0xfcd168c2bbf1dfdec412241a506658b2, 0xf7c6aac99dd8d31fe57fcb555b5a7eb7cf5ed864148f2708e058e8d9aed6cadb, '', 0, '?'),
(0xda3210e08e362ccc9e7c6b65874c0a73, 'wp-content/plugins/wordfence/images/2fa1.svg', '/home/www/iamctv.com/wp-content/plugins/wordfence/images/2fa1.svg', 1, 0x00000000000000000000000000000000, 0x2f29dd1c685c2068a80c1047e6af38fc, 0x1c43d925f13085067a296620fdb6b19040ce743ef58ac9b67b5488d938b76f8b, '', 0, '?'),
(0xd84a3d5227ffac02df745ef49f7dfa0a, 'wp-content/plugins/wordfence/images/2fa2.svg', '/home/www/iamctv.com/wp-content/plugins/wordfence/images/2fa2.svg', 1, 0x00000000000000000000000000000000, 0xe4be191fdc07ee8ad40e06fb00bf9448, 0x6eb870f58cca85b9a8fc47ca13bf30d5364b0b1171c14a5d8ceebec304be4afb, '', 0, '?'),
(0xe6a798baee37dd5ef4bb1362b30822b3, 'wp-content/plugins/wordfence/images/back_disabled.jpg', '/home/www/iamctv.com/wp-content/plugins/wordfence/images/back_disabled.jpg', 1, 0x00000000000000000000000000000000, 0x68d901c2d467d8faef69eee30406863e, 0x8ee48f9b084ef337d367ce8bc43fec4662217d84adddbfb0dd43a803ade9b387, '', 0, '?'),
(0xebc8c4d7ae46eeea70de73a5d834a311, 'wp-content/plugins/wordfence/images/back_enabled.jpg', '/home/www/iamctv.com/wp-content/plugins/wordfence/images/back_enabled.jpg', 1, 0x00000000000000000000000000000000, 0xa1a1f1f85d07c8f77fa394d248038ec3, 0x14b9beb639ed87a52952b524707823af108f71208efeb0a398c77b234cf84fba, '', 0, '?'),
(0x88a9b40f08f76eef0af500dc812d6911, 'wp-content/plugins/wordfence/images/blocking.svg', '/home/www/iamctv.com/wp-content/plugins/wordfence/images/blocking.svg', 1, 0x00000000000000000000000000000000, 0x07a31618272d489566978c980f3c0b31, 0x4111358459398eaee000b6f34fc47471e4d0964c5c1fba7d05cb61bdd426e2b4, '', 0, '?'),
(0x5e79473dda9c4667073b330591c3a1a9, 'wp-content/plugins/wordfence/images/button-grad-grey.png', '/home/www/iamctv.com/wp-content/plugins/wordfence/images/button-grad-grey.png', 1, 0x00000000000000000000000000000000, 0x95c45243ec1d1cbfca547908d5fd3fde, 0x44defa80c3c108d648d97eb592b49d057f1fcfa8a250ba5fe1a77b8d21cad702, '', 0, '?'),
(0x4e379741e4b400c26e6e56bed69117ed, 'wp-content/plugins/wordfence/images/checkbox.png', '/home/www/iamctv.com/wp-content/plugins/wordfence/images/checkbox.png', 1, 0x00000000000000000000000000000000, 0x22b30ec8470dfb18367cf48898801527, 0x90f082797e6077286ad77e01de3deba4bc26b7fdddb48adfec51113e605ede78, '', 0, '?'),
(0x6fe4d9c008dff9598ac6da8594cc58bc, 'wp-content/plugins/wordfence/images/flags.png', '/home/www/iamctv.com/wp-content/plugins/wordfence/images/flags.png', 1, 0x00000000000000000000000000000000, 0x5737cc2003828c28d0cbbf21ad1a37d4, 0x427808f630254c79b53690f805fa05211e97f3585c7a2f3ca06eb2363d1a57c4, '', 0, '?'),
(0x2ea645c71d5b4af5cf6c039e781ddfe3, 'wp-content/plugins/wordfence/images/forward_disabled.jpg', '/home/www/iamctv.com/wp-content/plugins/wordfence/images/forward_disabled.jpg', 1, 0x00000000000000000000000000000000, 0x4d5fdad65a3fda4e29bad28aea3adc35, 0x9bae802fdf3c3e4f26df1d06c8950e1715034a521c1fdd8765c47d9a28bb9b6d, '', 0, '?'),
(0x98006814ee94114b669511018d00f0f8, 'wp-content/plugins/wordfence/images/forward_enabled.jpg', '/home/www/iamctv.com/wp-content/plugins/wordfence/images/forward_enabled.jpg', 1, 0x00000000000000000000000000000000, 0x55002f336534651399cfd70b8308def6, 0x30bcb451377f3031163897deaa392d967a39d8bd71f0d3145372c492d350f5d3, '', 0, '?'),
(0x15fbf7dee7aa92b775a3a10d5a4a572b, 'wp-content/plugins/wordfence/images/help.png', '/home/www/iamctv.com/wp-content/plugins/wordfence/images/help.png', 1, 0x00000000000000000000000000000000, 0x244ec7fc3b27fd874dcfcff9f2205901, 0x96efe91ab23700d9e9a472c2802f69a3d27a3b6b692c9b3d4c9b5abf67998d99, '', 0, '?'),
(0xd998dd2250b4dc9ef7c62c83171ca9d8, 'wp-content/plugins/wordfence/images/icons/ajax24.gif', '/home/www/iamctv.com/wp-content/plugins/wordfence/images/icons/ajax24.gif', 1, 0x00000000000000000000000000000000, 0x4b3afb84b2b71ef56df09997a350bd04, 0x6a2ae4658ef308a9f5646f0658a47ea737c2eb2680b2824efc39c97c4c9d95c7, '', 0, '?'),
(0x278b16fcbb9e20986fc8138dcd539d8a, 'wp-content/plugins/wordfence/images/icons/ajax3.gif', '/home/www/iamctv.com/wp-content/plugins/wordfence/images/icons/ajax3.gif', 1, 0x00000000000000000000000000000000, 0x6d1877dfdfb474ea8d93270aa4f1ed73, 0x9c641c7ac9ea0aba79014ba3c6aea8e89227235dd27809564a52f8a82e3d063a, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xa1ea79ee1326619241a037c25d0e446d, 'wp-content/plugins/wordfence/images/icons/ajaxRed16.gif', '/home/www/iamctv.com/wp-content/plugins/wordfence/images/icons/ajaxRed16.gif', 1, 0x00000000000000000000000000000000, 0xb4cfe025babba9420a670fa03285893b, 0x14442c85411c141da34ac0edc083bb6c4f0853827f1c70a265d887a326aadac6, '', 0, '?'),
(0xbb06d202c934fe991cf589f93d8eb811, 'wp-content/plugins/wordfence/images/icons/ajaxScan.gif', '/home/www/iamctv.com/wp-content/plugins/wordfence/images/icons/ajaxScan.gif', 1, 0x00000000000000000000000000000000, 0x91ca96b4d1b4adf77e66fa0efa9e69c1, 0x8fdfa97f1630bcd48df211a3d5d1a6aec6bb480a0f891b958e0f8bc0c2a13bc2, '', 0, '?'),
(0x6a26ba563199acae36139334aaafebe2, 'wp-content/plugins/wordfence/images/icons/ajaxWhite32x32.gif', '/home/www/iamctv.com/wp-content/plugins/wordfence/images/icons/ajaxWhite32x32.gif', 1, 0x00000000000000000000000000000000, 0xbe1cede97289c13920048f238fd37b85, 0xefbeb1cfdc6e97d1bfb930637e4efcff72e6f14175f3677e16ce948fcee04914, '', 0, '?'),
(0x28782a4aa0fb852c854cc39b6ee73c4b, 'wp-content/plugins/wordfence/images/icons/arrow_refresh.png', '/home/www/iamctv.com/wp-content/plugins/wordfence/images/icons/arrow_refresh.png', 1, 0x00000000000000000000000000000000, 0x6b95778460f660aa7c08f47d244780a7, 0x75a42f322f9dbc8cbb4091489e5f490e6c689599f315b82f8f0861553a14ab09, '', 0, '?'),
(0x365b66c039b83f869307171812205fc7, 'wp-content/plugins/wordfence/images/icons/bullet_yellow.png', '/home/www/iamctv.com/wp-content/plugins/wordfence/images/icons/bullet_yellow.png', 1, 0x00000000000000000000000000000000, 0x4a26fbded3c98c8afd0feceed494513c, 0x31b5fab14e1edf97f7b992fad78d3f2a8069d7c3ad210e46fd4d1c70e8395e2e, '', 0, '?'),
(0xf0ade19739e91b42cfa004f7338519fa, 'wp-content/plugins/wordfence/images/icons/check-care.svg', '/home/www/iamctv.com/wp-content/plugins/wordfence/images/icons/check-care.svg', 1, 0x00000000000000000000000000000000, 0x9a4093db6e3f6475e4c7a16f73b03f1d, 0x4aefe5e7f558dd3ba157ed6069b922b6995b2af8e2f526604bb03e7234d0090c, '', 0, '?'),
(0xe15c6de21f945d497b917fcb429d5da6, 'wp-content/plugins/wordfence/images/icons/check-premium.svg', '/home/www/iamctv.com/wp-content/plugins/wordfence/images/icons/check-premium.svg', 1, 0x00000000000000000000000000000000, 0xdf8785ba9360dea93a7f0d7f8b4e16b7, 0x9526abc67907248366dc04d344f316e07a92b2e3fa91ca39cda7f77c567156ea, '', 0, '?'),
(0xcb639fdaae7180b61022962e7c30073e, 'wp-content/plugins/wordfence/images/icons/check-response.svg', '/home/www/iamctv.com/wp-content/plugins/wordfence/images/icons/check-response.svg', 1, 0x00000000000000000000000000000000, 0x4e038ab646f21bf416c5d8c613bfe2a6, 0x3832668529b31b6f3ed814e63569711129bbc3651f3dd2d6f2a947048f7dece0, '', 0, '?'),
(0x7461a93b5f590a70aa3d5b5f3a42fb8a, 'wp-content/plugins/wordfence/images/icons/check.svg', '/home/www/iamctv.com/wp-content/plugins/wordfence/images/icons/check.svg', 1, 0x00000000000000000000000000000000, 0xb8854446d9eca6d40790850fcb50e84c, 0xe9c9f7f92bc7dfcaa30193d184c8aff7d93fd4f5e22bd7fd005fc8c5b45171b9, '', 0, '?'),
(0x5da5a4ca2a85a48f0c85ff038f4a0b96, 'wp-content/plugins/wordfence/images/icons/email_go.png', '/home/www/iamctv.com/wp-content/plugins/wordfence/images/icons/email_go.png', 1, 0x00000000000000000000000000000000, 0xbaaa6accd945fcb4480b29ab2e15bded, 0xf7bd2620f47143315155b45f2e4fd8ee0433bfc2cbf2312126d0e797dbb4aafb, '', 0, '?'),
(0xa0b88b08876025fa927bcdfcd22b9bf3, 'wp-content/plugins/wordfence/images/icons/error128.png', '/home/www/iamctv.com/wp-content/plugins/wordfence/images/icons/error128.png', 1, 0x00000000000000000000000000000000, 0xc93ade152513130e37f721c1b4042ed1, 0x7b68002c8e195df37af16b931556ee7bd297a2366e7f470ac003789aa97339ea, '', 0, '?'),
(0x7aa235b72a1a41445a436bace16aae92, 'wp-content/plugins/wordfence/images/icons/magnifier.png', '/home/www/iamctv.com/wp-content/plugins/wordfence/images/icons/magnifier.png', 1, 0x00000000000000000000000000000000, 0xa81fa78d754fae7b3a71026356e3ee27, 0x0e99206174bfbf769dba6451c3eba83028ec496aaec696904fa7a2152465282a, '', 0, '?'),
(0xafcea17ed7df93fe3afde8e0c2f8656f, 'wp-content/plugins/wordfence/images/icons/tick128.png', '/home/www/iamctv.com/wp-content/plugins/wordfence/images/icons/tick128.png', 1, 0x00000000000000000000000000000000, 0xe5c49f8bf86319b7680b3422e8dd10ab, 0xd6d2fbb2e70c5693f87d5820657e47145b43a9e5b386b6e335169bb2a58ab1ef, '', 0, '?'),
(0xff3b0860ba2472e79fcbd124b39ea63d, 'wp-content/plugins/wordfence/images/icons/warning128.png', '/home/www/iamctv.com/wp-content/plugins/wordfence/images/icons/warning128.png', 1, 0x00000000000000000000000000000000, 0x70cf47c01949d7742af693c6ca4e703d, 0xf9b9e4de2a10932f82d81f1fe404c8be739bf874e841fe88b8d27f7d2e62275c, '', 0, '?'),
(0x7503ea36eac834457ef1f83af01b12ef, 'wp-content/plugins/wordfence/images/icons/working-indicator.gif', '/home/www/iamctv.com/wp-content/plugins/wordfence/images/icons/working-indicator.gif', 1, 0x00000000000000000000000000000000, 0xbfab9ce9564691a0eb7b4e0910fe2747, 0x846658baee525a827c3a1b4f8562a0c73d1766ea5b7918dfdb7f0be135207e09, '', 0, '?'),
(0xaa58e0e1401bc1d425bd310c4384c169, 'wp-content/plugins/wordfence/images/lightbox-controls.png', '/home/www/iamctv.com/wp-content/plugins/wordfence/images/lightbox-controls.png', 1, 0x00000000000000000000000000000000, 0x9d6d135dbc6192ac0e955c24c9048f1f, 0xc7970892683fe0efef0653e9eecd29b83a9bc1d6694002682e90a058d7679486, '', 0, '?'),
(0x83a83f08e70eacda7a36a497db61447a, 'wp-content/plugins/wordfence/images/loading.gif', '/home/www/iamctv.com/wp-content/plugins/wordfence/images/loading.gif', 1, 0x00000000000000000000000000000000, 0x4b3afb84b2b71ef56df09997a350bd04, 0x6a2ae4658ef308a9f5646f0658a47ea737c2eb2680b2824efc39c97c4c9d95c7, '', 0, '?'),
(0xfd4b056af21818e2aa160b68ba91e8f9, 'wp-content/plugins/wordfence/images/loading_background.png', '/home/www/iamctv.com/wp-content/plugins/wordfence/images/loading_background.png', 1, 0x00000000000000000000000000000000, 0xacf427e932fb9413700a4b8b58b41eec, 0xcdce8e2558efc59646bcffe7dcf23173cf3bc01bce174ceb7a721618e792bb11, '', 0, '?'),
(0xefbe9802518cb9a97ff7b429420aeb2c, 'wp-content/plugins/wordfence/images/loading_large.gif', '/home/www/iamctv.com/wp-content/plugins/wordfence/images/loading_large.gif', 1, 0x00000000000000000000000000000000, 0x8259bcae7b114f628955577ebc59cb99, 0x7038f12797f799097497cfdf3a8451df6f5d7b354731e5e8e3bb19c545bec711, '', 0, '?'),
(0x1873e299bc7b4452cc5ba56bd931fb49, 'wp-content/plugins/wordfence/images/logo.png', '/home/www/iamctv.com/wp-content/plugins/wordfence/images/logo.png', 1, 0x00000000000000000000000000000000, 0xb67a4689e5de80570bd50d6ce17e3617, 0x56c97b938951390fef5609b186e6fcb0b7124a0958160299718886d6da806393, '', 0, '?'),
(0x7faa44bc382dac9a891016c2a472d86c, 'wp-content/plugins/wordfence/images/logos/shield-care.svg', '/home/www/iamctv.com/wp-content/plugins/wordfence/images/logos/shield-care.svg', 1, 0x00000000000000000000000000000000, 0x09fe20739168df8900919d747614f30f, 0xa366321f22283eb56c12c84839073320f6c9cce8a6140faae9099dc24324843c, '', 0, '?'),
(0x5bc0bc41f930a4625be5421d19f91447, 'wp-content/plugins/wordfence/images/logos/shield-free.svg', '/home/www/iamctv.com/wp-content/plugins/wordfence/images/logos/shield-free.svg', 1, 0x00000000000000000000000000000000, 0x6d331c6b23bf1c5eb4961a1a2b57117f, 0xa34c6d030164f6963119a58f6120d7a34da75caf6d2823709d845e314d90f48b, '', 0, '?'),
(0x16db91dd806deb39a2986ca95e9f48df, 'wp-content/plugins/wordfence/images/logos/shield-premium.svg', '/home/www/iamctv.com/wp-content/plugins/wordfence/images/logos/shield-premium.svg', 1, 0x00000000000000000000000000000000, 0xdac30dad0e2dc8ad0a5197f399567f8b, 0x3f6d551e4ca4e5e9fc2d6ca1915a4f499bd22c5853944d9dd7adefde9d2d0589, '', 0, '?'),
(0x9d1be587d3a05f9e513ff8c110aba423, 'wp-content/plugins/wordfence/images/logos/shield-response.svg', '/home/www/iamctv.com/wp-content/plugins/wordfence/images/logos/shield-response.svg', 1, 0x00000000000000000000000000000000, 0x5faa0ad988313a2f0e2864251fdc85ff, 0xd21aba126a7459e39c61573d78219b955bf0b2344806217ca4c1f1b79616eeed, '', 0, '?'),
(0xb88d64d75dd10126339ab67fd64e883d, 'wp-content/plugins/wordfence/images/logos/shield-white.svg', '/home/www/iamctv.com/wp-content/plugins/wordfence/images/logos/shield-white.svg', 1, 0x00000000000000000000000000000000, 0xf5640458cc23cc1870b052c3b00b4abe, 0xcf169c4c89054fd127d028f6457148c3ee6cc540e8fc7fca294fa78c8ead0601, '', 0, '?'),
(0xe47a5e7df984c2a46868330d9e887705, 'wp-content/plugins/wordfence/images/options.svg', '/home/www/iamctv.com/wp-content/plugins/wordfence/images/options.svg', 1, 0x00000000000000000000000000000000, 0xa556c9f0d1b4aec7f31707bb4103efa5, 0x443ac2106277c3235e9b8f80cf34ac42c04b4950893f08097ac06e8956cc5f19, '', 0, '?'),
(0xeb8178b044aa2eb6e1da6d7e3c19d732, 'wp-content/plugins/wordfence/images/ratelimiting.svg', '/home/www/iamctv.com/wp-content/plugins/wordfence/images/ratelimiting.svg', 1, 0x00000000000000000000000000000000, 0x005b7f9bec4db1c99e1ea579500fb0e9, 0xf44083ea0cad0cf453c4e77927e84e2b996be942c0bf33864a21501b62c69695, '', 0, '?'),
(0xe8f287f251cb6fb5482a04b982c028ef, 'wp-content/plugins/wordfence/images/sort_asc.gif', '/home/www/iamctv.com/wp-content/plugins/wordfence/images/sort_asc.gif', 1, 0x00000000000000000000000000000000, 0x2cb8bb49a7c52bc6bea0eafa7f3d80fc, 0x64b943ec1b5402bee8b5da1d85ee65262c29d1b4fae04647ee1a64e39d4f4ec5, '', 0, '?'),
(0x35a137f04e09433d86db2dd8179c63c4, 'wp-content/plugins/wordfence/images/sort_asc.png', '/home/www/iamctv.com/wp-content/plugins/wordfence/images/sort_asc.png', 1, 0x00000000000000000000000000000000, 0x9326ad44ae4bebdedd141e7a53c2a730, 0x4e970f51d31e2aa091545a251450bada2581eadd6adc91745a036e2f9f141d7f, '', 0, '?'),
(0xc96c589477c1f3014207f52a58a757f1, 'wp-content/plugins/wordfence/images/sort_asc_disabled.gif', '/home/www/iamctv.com/wp-content/plugins/wordfence/images/sort_asc_disabled.gif', 1, 0x00000000000000000000000000000000, 0x4f7fc9a7c5fecd2ad25812ffb2db3965, 0x06af76891a04fe7c352e59581c20a982f789a4181011f25a079605e9b981c5b9, '', 0, '?'),
(0x9178c35f2c5b98d40e3589891e0186aa, 'wp-content/plugins/wordfence/images/sort_asc_disabled.png', '/home/www/iamctv.com/wp-content/plugins/wordfence/images/sort_asc_disabled.png', 1, 0x00000000000000000000000000000000, 0xd7dc10c78f23615d328581aebcd805eb, 0x9f8bb2fb5b386cdb59f4a2ece519636b6cfedb09998d75234b56d9c6100c896e, '', 0, '?'),
(0x3f59768e71015fea7f97ffb3dbae584f, 'wp-content/plugins/wordfence/images/sort_both.gif', '/home/www/iamctv.com/wp-content/plugins/wordfence/images/sort_both.gif', 1, 0x00000000000000000000000000000000, 0xc5e1250cd942ac511678c153562e1044, 0x92a884f936c6c21322407f58db67271fe65737ffb077f4cb674a99901cdf7110, '', 0, '?'),
(0x0937acae1df8a6d718ee1de305660960, 'wp-content/plugins/wordfence/images/sort_both.png', '/home/www/iamctv.com/wp-content/plugins/wordfence/images/sort_both.png', 1, 0x00000000000000000000000000000000, 0x9a6486086d09bb38cf66a57cc559ade3, 0x7ec225eff1db898e251f8f858b0e3ef6f5fe88426cb26f8775b74929c8893767, '', 0, '?'),
(0x37c063f72e0c245021d7228cf2b99a86, 'wp-content/plugins/wordfence/images/sort_desc.gif', '/home/www/iamctv.com/wp-content/plugins/wordfence/images/sort_desc.gif', 1, 0x00000000000000000000000000000000, 0xa93c84aed56aff8c5fb3cb8a04529d32, 0x2a86effe2df539d42eb9fbbe48474f16362f1203ee4cc2293a9043d764c37ae3, '', 0, '?'),
(0x5a44e1b0073a2d68d0247be38d6d61cf, 'wp-content/plugins/wordfence/images/sort_desc.png', '/home/www/iamctv.com/wp-content/plugins/wordfence/images/sort_desc.png', 1, 0x00000000000000000000000000000000, 0x1fc418e33fd5a687290258b23fac4e98, 0x0462c645d49ae7428a233ac228b223ee3d5f28c5041a809fda7ca08b55e623c4, '', 0, '?'),
(0x787997210ee0f8f471c129f62ecb8922, 'wp-content/plugins/wordfence/images/sort_desc_disabled.gif', '/home/www/iamctv.com/wp-content/plugins/wordfence/images/sort_desc_disabled.gif', 1, 0x00000000000000000000000000000000, 0xce6d8e848695cd9fca08e472d1d62039, 0x073b09d15ff659efe0b7ed748a374bdf161dd57397956d43f8de0de5e0caee6f, '', 0, '?'),
(0xfd7573db5407c2ad42e2fab5e4ac420c, 'wp-content/plugins/wordfence/images/sort_desc_disabled.png', '/home/www/iamctv.com/wp-content/plugins/wordfence/images/sort_desc_disabled.png', 1, 0x00000000000000000000000000000000, 0xbda51e15154a18257b4f955a222fd66f, 0x5e2a1fc76e5ed7006d2ba68b214e6bcac98c0b130cf39f18cf2fa9bfd4af5e6b, '', 0, '?'),
(0x6f275244172d94dc0001b6b1a16f89c9, 'wp-content/plugins/wordfence/images/support.svg', '/home/www/iamctv.com/wp-content/plugins/wordfence/images/support.svg', 1, 0x00000000000000000000000000000000, 0xac436ce21624a38772bc93a3bc6e3c2e, 0x8eca241ee34dfba1d4aea626e6e2c328e1a99873acb5145e0916cfa22a4ec0de, '', 0, '?'),
(0xb450433cc2c2091bbacedb766ee05238, 'wp-content/plugins/wordfence/images/tools.svg', '/home/www/iamctv.com/wp-content/plugins/wordfence/images/tools.svg', 1, 0x00000000000000000000000000000000, 0x871ef28140631549dc181118dbcbe1c5, 0xdcea5984e63ddce905e10bbeeeee52428f2915097ef2ebd70cef82dc96dd9f72, '', 0, '?'),
(0x4f2bfdaddb5b9b4942f78ec96d896d27, 'wp-content/plugins/wordfence/images/wf-central-logo.svg', '/home/www/iamctv.com/wp-content/plugins/wordfence/images/wf-central-logo.svg', 1, 0x00000000000000000000000000000000, 0x71e0080b1d1228cfc556d1a481aaeaae, 0x00117b0daadf98b24a2fd720f85e862be11ef52cceec5399d007bd8b9fe18d0f, '', 0, '?'),
(0xc640b3f03a3ca2056f7c134a2d65b41f, 'wp-content/plugins/wordfence/images/wf-error-badge.svg', '/home/www/iamctv.com/wp-content/plugins/wordfence/images/wf-error-badge.svg', 1, 0x00000000000000000000000000000000, 0x89455174c4d87309a14d7abd79a6f7e1, 0xbfe5a8e6ae9946a6ce1960c461a4dd80de6bb6ddc86d45ed51b4a52b7ea40ee7, '', 0, '?'),
(0x23ab2d67e55c4c2533ec53dd8b42230d, 'wp-content/plugins/wordfence/images/wf-horizontal.svg', '/home/www/iamctv.com/wp-content/plugins/wordfence/images/wf-horizontal.svg', 1, 0x00000000000000000000000000000000, 0x45255a886cb5b06f0439cd928c9e9dde, 0xa4b31c3009ffb7368208d3adeb49769b9ce017b5684a1410ec98ec60e4eec7d2, '', 0, '?'),
(0x46f55697c8ebf7c1b94f6425cb7c758b, 'wp-content/plugins/wordfence/images/wordfence-logo.svg', '/home/www/iamctv.com/wp-content/plugins/wordfence/images/wordfence-logo.svg', 1, 0x00000000000000000000000000000000, 0x70dce8b1d1c75dea6a2de39114f8a699, 0x389afc05bbd4da23cc84280338f8e1ff884ffb227fc7092b186822466296ec83, '', 0, '?'),
(0x4584bb28fd7a5241313b654ec7714433, 'wp-content/plugins/wordfence/index.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/index.php', 1, 0x00000000000000000000000000000000, 0x32c101e865d8c2c2aaadeb5cc6c16f67, 0x839720a98a6fabece9b9164da24a2391417c98df8ef519289edd3b0136520af0, '', 0, '?'),
(0x69ff74891d70f2ffebc979eff5252c6e, 'wp-content/plugins/wordfence/js/Chart.bundle.min.1655226500.js', '/home/www/iamctv.com/wp-content/plugins/wordfence/js/Chart.bundle.min.1655226500.js', 1, 0x00000000000000000000000000000000, 0xbaf1f3355d948a64eec0a0fb648066dd, 0xb9d63ec5e160159d89fabd7fb4b04e4e05ad60eb4e224ba0d39e639f6b473c3b, '', 0, '?'),
(0x4253db32b4b82719a8b61f63ef2ecb68, 'wp-content/plugins/wordfence/js/admin.1655226500.js', '/home/www/iamctv.com/wp-content/plugins/wordfence/js/admin.1655226500.js', 1, 0x00000000000000000000000000000000, 0x74c74b336f1de4e3d75e83c24301b2bb, 0x7d087cd75c01cfe2353ef5ad933eb4858cb0414261e469c1db904cab9e4a0abc, '', 0, '?'),
(0x47771a6ad0d37c901fdeaad7270eba48, 'wp-content/plugins/wordfence/js/admin.ajaxWatcher.1655226500.js', '/home/www/iamctv.com/wp-content/plugins/wordfence/js/admin.ajaxWatcher.1655226500.js', 1, 0x00000000000000000000000000000000, 0x4ecbe3f0e79bc5af29e9f4ed1986e2c5, 0xde27837618afe1a6b8f1f8c1203daa1ca3c72758b86b17ebcf3c3659539474c4, '', 0, '?'),
(0x26c77ef3f453f25982d5992f70c85060, 'wp-content/plugins/wordfence/js/admin.liveTraffic.1655226500.js', '/home/www/iamctv.com/wp-content/plugins/wordfence/js/admin.liveTraffic.1655226500.js', 1, 0x00000000000000000000000000000000, 0xda9755965f7c1cf2243eb21db6923712, 0x77528e75e5735871f180ec73da61964f46761b519779e48b08c5812318c5cddc, '', 0, '?'),
(0x4335880f6037c8327d5adf889f2930f4, 'wp-content/plugins/wordfence/js/date.1655226500.js', '/home/www/iamctv.com/wp-content/plugins/wordfence/js/date.1655226500.js', 1, 0x00000000000000000000000000000000, 0x7f8cf4d56a9dbd50be4552d05faf63c0, 0x8f80420c3debe83006d51f64c6a9224289745563a8b95e1c31803e9671260bf8, '', 0, '?'),
(0xb9a2fcfaf99e97ab0dcda0ff6cbec3ea, 'wp-content/plugins/wordfence/js/jquery-ui-timepicker-addon.1655226500.js', '/home/www/iamctv.com/wp-content/plugins/wordfence/js/jquery-ui-timepicker-addon.1655226500.js', 1, 0x00000000000000000000000000000000, 0x38399d22ebee7a7af8c256762aced85d, 0xabdb8625256ced3a4ac4663cc86271e3c5509d96c2507419cbaf7ddf9d22d566, '', 0, '?'),
(0x1ceca81dbe7c816af1e673df754d9651, 'wp-content/plugins/wordfence/js/jquery.colorbox-min.1655226500.js', '/home/www/iamctv.com/wp-content/plugins/wordfence/js/jquery.colorbox-min.1655226500.js', 1, 0x00000000000000000000000000000000, 0x5935b13de7f7cc71ee03fe29908f96c8, 0x48a6d6345c19bcf376f7e20b072f588c479bf7154b86bf9713069d3a676b106c, '', 0, '?'),
(0xe2e37e893bc002bef254eba58f910f18, 'wp-content/plugins/wordfence/js/jquery.colorbox.1655226500.js', '/home/www/iamctv.com/wp-content/plugins/wordfence/js/jquery.colorbox.1655226500.js', 1, 0x00000000000000000000000000000000, 0x284f88302505368c1039f365a733e56a, 0x7b1be24cfd23ed0d989d075de0fd0a674c38502cb5fca24097ea49722c7b20c4, '', 0, '?'),
(0xea3b4e9f8953e99b54bcf9e502a9eb8c, 'wp-content/plugins/wordfence/js/jquery.dataTables.min.1655226500.js', '/home/www/iamctv.com/wp-content/plugins/wordfence/js/jquery.dataTables.min.1655226500.js', 1, 0x00000000000000000000000000000000, 0x0e123c5cc2f4201c8305cd9507b768a8, 0x76e6416f3bfcef8ca47544cc330e249b5742393505eba35f229db4f4b120b318, '', 0, '?'),
(0x7462f697e8b15800077365c5834f6440, 'wp-content/plugins/wordfence/js/jquery.qrcode.min.1655226500.js', '/home/www/iamctv.com/wp-content/plugins/wordfence/js/jquery.qrcode.min.1655226500.js', 1, 0x00000000000000000000000000000000, 0x05f0b1d7d4b9b0b4975870606d650e3c, 0x7750001ed870d47a75594453de7a2857a0dfa50289ec50be33245391f6f21b91, '', 0, '?'),
(0x0640c556149a34a2b7ee542cb522fcf5, 'wp-content/plugins/wordfence/js/jquery.tmpl.min.1655226500.js', '/home/www/iamctv.com/wp-content/plugins/wordfence/js/jquery.tmpl.min.1655226500.js', 1, 0x00000000000000000000000000000000, 0x805c7dc322a386178b37dab79295445a, 0xdf2e49f4481a0f841b6700f39d4821376091a367dea05af87ac88483c5be367c, '', 0, '?'),
(0x9a68490bf57584d53be143decd65fea7, 'wp-content/plugins/wordfence/js/jquery.tools.min.1655226500.js', '/home/www/iamctv.com/wp-content/plugins/wordfence/js/jquery.tools.min.1655226500.js', 1, 0x00000000000000000000000000000000, 0xd13a0e2db7e10645d5a078a124e0b842, 0x2cb934d67e6154956c530c20816651034f0966f8d7e45405d3b5b7d63bc2dd29, '', 0, '?'),
(0x48305e14feb028ff1b9d3710879ba9b1, 'wp-content/plugins/wordfence/js/knockout-3.5.1.1655226500.js', '/home/www/iamctv.com/wp-content/plugins/wordfence/js/knockout-3.5.1.1655226500.js', 1, 0x00000000000000000000000000000000, 0x0b0128ab9e61554877cbb24986c24f04, 0xe307b3caeb7f26811c240eccf97a0cdc1de83b6f2cfde0ba348763619891a6ff, '', 0, '?'),
(0x9504028ac405524ad562f3859ef7f89d, 'wp-content/plugins/wordfence/js/wfdashboard.1655226500.js', '/home/www/iamctv.com/wp-content/plugins/wordfence/js/wfdashboard.1655226500.js', 1, 0x00000000000000000000000000000000, 0xa9a3d4bdac509facb0cd60df1d7b69b9, 0x3d50af7ad772941e8a8a21e03f771ab42f6421b7bd4cd3aa12c41dea9d3121b7, '', 0, '?'),
(0xb6fcea321625739ffcc3fdc25c680437, 'wp-content/plugins/wordfence/js/wfdropdown.1655226500.js', '/home/www/iamctv.com/wp-content/plugins/wordfence/js/wfdropdown.1655226500.js', 1, 0x00000000000000000000000000000000, 0x8016bdd1e1d872700bf4eef763271abe, 0xe2e09f5347839673383bae5aa221b2d7964ae18475c631b77a180e3fabbf8418, '', 0, '?'),
(0x9b38ae7faa3782f6f8b81c0221dc19b0, 'wp-content/plugins/wordfence/js/wfglobal.1655226500.js', '/home/www/iamctv.com/wp-content/plugins/wordfence/js/wfglobal.1655226500.js', 1, 0x00000000000000000000000000000000, 0x6a662791103f67c06d3a9b1dc30fb97f, 0x58e4631a5d5240f80c9de40b0231108a7177f72912d26b6ca95107b8ccdc51dc, '', 0, '?'),
(0xa6f43d0eed063d45ef3c7fb3ae9a18bc, 'wp-content/plugins/wordfence/js/wfi18n.1655226500.js', '/home/www/iamctv.com/wp-content/plugins/wordfence/js/wfi18n.1655226500.js', 1, 0x00000000000000000000000000000000, 0x692658441645eeccf2ae70192f4eef1e, 0x475509139a8b2a8ee86bf6502ca13ad33f2b7d78904862b735ffe4b0e1ac239d, '', 0, '?'),
(0xd2ae9862e9d29ddffadd6acea6338c75, 'wp-content/plugins/wordfence/js/wfpopover.1655226500.js', '/home/www/iamctv.com/wp-content/plugins/wordfence/js/wfpopover.1655226500.js', 1, 0x00000000000000000000000000000000, 0x3be30c266dad0b41c4686c4d06505a58, 0xb004ec0c5f2e56e8a28f95ca178e5802cde334104eed695fd2fc6b3dd4e64333, '', 0, '?'),
(0x972af921c84b5048c4cba92d006508f8, 'wp-content/plugins/wordfence/js/wfselect2.min.1655226500.js', '/home/www/iamctv.com/wp-content/plugins/wordfence/js/wfselect2.min.1655226500.js', 1, 0x00000000000000000000000000000000, 0x4a9e9dbef69dfc12a521902ea1e7d769, 0x6c9e6b7d5bd9f97f5a6a41de2e211dc1f81c3d012b35a82bb41c7e71e7112031, '', 0, '?'),
(0xe552abb90f71b12076f6da077a0d5055, 'wp-content/plugins/wordfence/languages/wordfence.mo', '/home/www/iamctv.com/wp-content/plugins/wordfence/languages/wordfence.mo', 1, 0x00000000000000000000000000000000, 0x3003259b0cd6efa53d58a6d3bc2f90ab, 0x5db725834ea338ad8adca0b0d4eb9fb7efe18d5f863b85a90d44b92c11659fde, '', 0, '?'),
(0x34b5a7d8582e2dd3b29feab50a410e4a, 'wp-content/plugins/wordfence/languages/wordfence.po', '/home/www/iamctv.com/wp-content/plugins/wordfence/languages/wordfence.po', 1, 0x00000000000000000000000000000000, 0x8ba3c0e12fb7cebd8de4a802b6060cdc, 0x45a574f8bf7ce7459efa2c94fdefb0c52d900aa52e2bb000293a9d0efc883e83, '', 0, '?'),
(0x528eb51cfa313f99fb8859d3564474bb, 'wp-content/plugins/wordfence/lib/.htaccess', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/.htaccess', 1, 0x00000000000000000000000000000000, 0xa34522784bcaea0e7bc738f6645312b3, 0x4387bef6bd277285150339bdec4004e24ba1de8674a1aa99f6e2a77723406bba, '', 0, '?'),
(0x1c9fb827fa8f4645109f419676514d76, 'wp-content/plugins/wordfence/lib/Diff/Renderer/Abstract.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/Diff/Renderer/Abstract.php', 1, 0x00000000000000000000000000000000, 0x3e0db019c3355d78564919d6278c69b5, 0x1bd5ec47acbadd85279921108d0cf3c259ae45ac33acdc503561648bba4dbeff, '', 0, '?'),
(0x790c8aad813189e22de8862f6649d7a0, 'wp-content/plugins/wordfence/lib/Diff/Renderer/Html/Array.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/Diff/Renderer/Html/Array.php', 1, 0x00000000000000000000000000000000, 0xcae330390d81c9986197640bb7a3f850, 0x462a154fe0d09e715eca6cd7ca677ab7828f2c493fd462ce52ef5d4bc2d6b345, '', 0, '?'),
(0xeb2d6eea242eff230b0b6725c47dddf7, 'wp-content/plugins/wordfence/lib/Diff/Renderer/Html/SideBySide.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/Diff/Renderer/Html/SideBySide.php', 1, 0x00000000000000000000000000000000, 0xe52014c24f0bd99143488cd89673ba20, 0x705898dc07e975637bf02d08e34bd78fda98a02f4f6e0f45309c9a8407294a42, '', 0, '?'),
(0x60bb6330af089ed95cf9e2eb9533e68d, 'wp-content/plugins/wordfence/lib/Diff/SequenceMatcher.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/Diff/SequenceMatcher.php', 1, 0x00000000000000000000000000000000, 0x1c093e0bc25536c6aa67fdb376c86603, 0x5210eb26731e58243623de028e895f1da3c1cebdedbe4adf1e7cc4fe62308a6f, '', 0, '?'),
(0xdb964a8f427785431198a17c7f4df476, 'wp-content/plugins/wordfence/lib/Diff.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/Diff.php', 1, 0x00000000000000000000000000000000, 0xa535567a59b35daa23795295db4addae, 0x59c14dc1227a2974cf96a98216d62a6389774c00a282fd91b43177246483f3fb, '', 0, '?'),
(0x1191d4b88003a2251a44e98e79f3b35a, 'wp-content/plugins/wordfence/lib/GeoLite2-Country.mmdb', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/GeoLite2-Country.mmdb', 1, 0x00000000000000000000000000000000, 0x666dd848df2122e19f55f678c569445a, 0x6f9eaef08b16becae5873eed9502e13618e79a9c34943008f8fe0280da350129, '', 0, '?'),
(0xd6cf4a1dd8fbef21ac5b5736dda7e9fd, 'wp-content/plugins/wordfence/lib/IPTraf.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/IPTraf.php', 1, 0x00000000000000000000000000000000, 0x86ab38f977de5658af38be9b7e24f2f6, 0xafef03a0a925ef1cca03f5ca0b6dc2fcf9e8f2b39aab0b2d5bab003a8826a0fd, '', 0, '?'),
(0xac5e325ea3549a9d3ac86d4a87f83aad, 'wp-content/plugins/wordfence/lib/IPTrafList.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/IPTrafList.php', 1, 0x00000000000000000000000000000000, 0x1211554906cb0f267f92940f20a79f49, 0x9b0f6112856b2a611c0da38187f4d974d2b7cc20bdd8041cc2be8e5ed44ab34f, '', 0, '?'),
(0xeb61b68e02752239733f824880f8c6e5, 'wp-content/plugins/wordfence/lib/WFLSPHP52Compatability.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/WFLSPHP52Compatability.php', 1, 0x00000000000000000000000000000000, 0x83fc2531f914730fac987f15a5c38b47, 0x45948457d9b3a63fcc34e8e88540553fac1c3089018005eb62500b1dba2be668, '', 0, '?'),
(0x4b15be8d06e4f7dfbae186621ca41c13, 'wp-content/plugins/wordfence/lib/compat.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/compat.php', 1, 0x00000000000000000000000000000000, 0x3eeeb511e3f8ce7af07814948a438a7d, 0xbe191f1f4edc93bb231864d274a4422122144dd59e01ff3d3dcb40136f8213b2, '', 0, '?'),
(0x1ab53b35f51c1328819e4ff24fd652ab, 'wp-content/plugins/wordfence/lib/dashboard/widget_content_countries.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/dashboard/widget_content_countries.php', 1, 0x00000000000000000000000000000000, 0xe1feb5c79b8807a1c60efd6c6d884421, 0xd61427df398b0d398a006f7cf3eb1ad8c0a7059fdbf1de7c9d95b708bf301b4b, '', 0, '?'),
(0xb2f97a766f3af8b7dc1442259abaf0f5, 'wp-content/plugins/wordfence/lib/dashboard/widget_content_ips.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/dashboard/widget_content_ips.php', 1, 0x00000000000000000000000000000000, 0x4911c368851583ae25752d17439d00c4, 0x2259c2a42636485518be5ee906b727fd24b19e08e53d5f3b1e3efe02b0a70be6, '', 0, '?'),
(0x0dd297e872d7be8820c103b9ce0a9c1a, 'wp-content/plugins/wordfence/lib/dashboard/widget_content_logins.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/dashboard/widget_content_logins.php', 1, 0x00000000000000000000000000000000, 0x24eb400187e6adfffcdeaf0b5d9cbb26, 0x376150b1f35c54e201a0e5a3e92253e57ab7b1de4ace2662d507d9b8c2ae448f, '', 0, '?'),
(0xbadf24e1846f93ac31d60f54b3325d6c, 'wp-content/plugins/wordfence/lib/dashboard/widget_countries.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/dashboard/widget_countries.php', 1, 0x00000000000000000000000000000000, 0x9b099bc2642a57b7cb7f82ffc331679b, 0xc72b71d27e3b6680455fce23d15d49b7568d025cf06b3f6cb695cbc39dcf9ee9, '', 0, '?'),
(0x5773e5e7067b4ece685097729ae3bcb1, 'wp-content/plugins/wordfence/lib/dashboard/widget_ips.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/dashboard/widget_ips.php', 1, 0x00000000000000000000000000000000, 0xe177e08df0b739ca363422f26b819079, 0xf858f90f938c95d6f305cd227615d1f992108bc42d2abcf4a3edadb7baf8f133, '', 0, '?'),
(0x0865d89ff776a48b14e3e7acaa8b456a, 'wp-content/plugins/wordfence/lib/dashboard/widget_localattacks.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/dashboard/widget_localattacks.php', 1, 0x00000000000000000000000000000000, 0xcd200bbe5577594989e4497f7fd07de2, 0xbdf8bf0edda00de9f1da9755f244f45054c1fbc9562b3680d15e3a322183d8d9, '', 0, '?'),
(0x089f13fa834ce2d42e8f0ade01773b5b, 'wp-content/plugins/wordfence/lib/dashboard/widget_logins.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/dashboard/widget_logins.php', 1, 0x00000000000000000000000000000000, 0x0c124509346d1dfa0359d73ec06095fa, 0x16d923b75fa7075bd1b8be0c17ee407511b84861c6282b6a3e561a2bba715b56, '', 0, '?'),
(0xf2753bc88c30e5719477aa9c3de0df0c, 'wp-content/plugins/wordfence/lib/dashboard/widget_networkattacks.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/dashboard/widget_networkattacks.php', 1, 0x00000000000000000000000000000000, 0xef2b36a00c9df0b1ce804ac27f6801fe, 0x292c6f1f6c9e8d5292cfccca5a4a1dffd21d65549b28799020eb35aabe8bb22b, '', 0, '?'),
(0x6b3684fea02ae2dcdf489c098c75d9a1, 'wp-content/plugins/wordfence/lib/dashboard/widget_notifications.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/dashboard/widget_notifications.php', 1, 0x00000000000000000000000000000000, 0x21a62c645c09ba955402613bf0b1f552, 0x8915da37e823c87d3556d9f5005ce6c61a4f073f763fe2ec110ec2f4c041d48d, '', 0, '?'),
(0xcd29c4c503e4f2009f65875fd4353dab, 'wp-content/plugins/wordfence/lib/diffResult.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/diffResult.php', 1, 0x00000000000000000000000000000000, 0x670ee85120bcaabded668dfa1637c546, 0xf5d28e93ce45d402f588f3d88a3e5e216abaa1004f9280c66312618ab45eb0d2, '', 0, '?'),
(0x230a1cc1f42f86db505a177e6884cef8, 'wp-content/plugins/wordfence/lib/email_genericAlert.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/email_genericAlert.php', 1, 0x00000000000000000000000000000000, 0x2b492a6b0743fb653bd050b8a18cac53, 0x038aa05f275c0371c8cbfc4630b48b7bc6fed0a246d10d0fd219832ee6a04f4b, '', 0, '?'),
(0x139bbba0c60fed4665b1093504375be9, 'wp-content/plugins/wordfence/lib/email_newIssues.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/email_newIssues.php', 1, 0x00000000000000000000000000000000, 0xe81c71ad9433e5b29bb875dc60b74174, 0x036d295468dc298102223d3ec4fc2361afd6d25a3b563c0060d768099435b077, '', 0, '?'),
(0xd7e45ecb75a9ade2cb7d9d47bbd41514, 'wp-content/plugins/wordfence/lib/email_unlockRequest.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/email_unlockRequest.php', 1, 0x00000000000000000000000000000000, 0x1881f0a4ce817ecd9ff1ecfe616bb1d6, 0x751a1ca006671e247d036f1ba882fbeb62c4848df12b0da0e30ab803bbb138b2, '', 0, '?'),
(0x6500c0cdfd9e68f34c89fa89d189b8e7, 'wp-content/plugins/wordfence/lib/email_unsubscribeRequest.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/email_unsubscribeRequest.php', 1, 0x00000000000000000000000000000000, 0x041059c1e2d8d1b1c6945579a4fe7b9a, 0x706199fe8a100fc2698cf10576f6c2494e1d612725d6e266453f9f4d76f810d0, '', 0, '?'),
(0x14ef2a512e09d62d63de25ce10114416, 'wp-content/plugins/wordfence/lib/flags.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/flags.php', 1, 0x00000000000000000000000000000000, 0x15f61b69efcb63d2e7a3adb59263f02d, 0x38b659b8d6434fe5d7f89930f76a7ba11a78a4a41244f2c496bf149278aa4fa7, '', 0, '?'),
(0x24e407ce2d237160d06c81245784db89, 'wp-content/plugins/wordfence/lib/live_activity.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/live_activity.php', 1, 0x00000000000000000000000000000000, 0x9efee6690b6bb311111518ea127f9973, 0x5e268656f06299c72c9b1c9573d7c4425e06ed9752a31334bed1b89083a9c556, '', 0, '?'),
(0xf264ed54016fc8668bf6d2b7dc621853, 'wp-content/plugins/wordfence/lib/menu_dashboard.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/menu_dashboard.php', 1, 0x00000000000000000000000000000000, 0x85120c68e9476f32b1ab9ca90d547eb9, 0xb30070e6947b644df45d7bcf0794e01fe2aaa520d75d9eb7e7f3c9542da0f74b, '', 0, '?'),
(0xde92b63f49f1cea96925fafd67c679c1, 'wp-content/plugins/wordfence/lib/menu_dashboard_options.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/menu_dashboard_options.php', 1, 0x00000000000000000000000000000000, 0x03159970dfce098faa128439935fd6d5, 0x3fa130ed18cccbfc298494c9bcd48524d95a8e56b39cfeb60046594ed7660f17, '', 0, '?'),
(0xae1257ab87b57f50e697835e71f07980, 'wp-content/plugins/wordfence/lib/menu_firewall.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/menu_firewall.php', 1, 0x00000000000000000000000000000000, 0xa99ce31d3558a1f05095faba4b9b9da5, 0xe8538de9cf50901f8a85418e5fc76cf157fdb13284951e193f235f0d51e27897, '', 0, '?'),
(0x16339564fda483e2796ae4e9dfcef356, 'wp-content/plugins/wordfence/lib/menu_firewall_blocking.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/menu_firewall_blocking.php', 1, 0x00000000000000000000000000000000, 0x404f1c3cd42e3c298224c3f7de93c1b4, 0x1a02de9b708a8dff0907869ce43e12a602e1422a2702bce35ec0d210968c54d5, '', 0, '?'),
(0xcdb613946aca83e0b0b118fdffb72da6, 'wp-content/plugins/wordfence/lib/menu_firewall_blocking_options.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/menu_firewall_blocking_options.php', 1, 0x00000000000000000000000000000000, 0xbe3ad8af5f78d1f04f30e1388789f258, 0xaa5bce7cec72b53b98f9e2d5f69eb9c9c6b8aef210921ba56cb362c3d4c20951, '', 0, '?'),
(0x3663c06286a36b6bb7d66933b940fa48, 'wp-content/plugins/wordfence/lib/menu_firewall_waf.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/menu_firewall_waf.php', 1, 0x00000000000000000000000000000000, 0x12c7eb6d7de923603aaae1506f022fd9, 0x81289e9bcb958b3d394c942fa8db2a6d9e2c0e7b6fd637dcba68565407f5da5c, '', 0, '?'),
(0x30d064dba65a50c9f832f11ebe6feb88, 'wp-content/plugins/wordfence/lib/menu_firewall_waf_options.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/menu_firewall_waf_options.php', 1, 0x00000000000000000000000000000000, 0x3c0d4c5f43daccee6ac999aeb7c89d58, 0x2cf2deb02b5285a0bd5197a675b9177f946d6de2cef82865c9d085588b067b5e, '', 0, '?'),
(0xba574ded8acb7b68a916f8dac0289d9e, 'wp-content/plugins/wordfence/lib/menu_options.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/menu_options.php', 1, 0x00000000000000000000000000000000, 0x5396e6c8d1d3f565f1da8954ff619d87, 0x0a53acee78ea42be5bc6cd29c9a94c9236db963e96dcf248cfabdca5f3ca190c, '', 0, '?'),
(0x7aa88b8fdf3820104cf27b9fd3f57105, 'wp-content/plugins/wordfence/lib/menu_scanner.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/menu_scanner.php', 1, 0x00000000000000000000000000000000, 0xee142fd8b574629f61ac82e330862732, 0x4a94ad2a652a83ba30afd871437327474f2e7e1b72ee31b14f6d53cb077f8134, '', 0, '?'),
(0x9f497c9b4b16390c7fd528d47b73f558, 'wp-content/plugins/wordfence/lib/menu_scanner_credentials.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/menu_scanner_credentials.php', 1, 0x00000000000000000000000000000000, 0x7d9d9fcc0c970094bab11a0eccccbfd4, 0x7ce9ac3f627ea9061119aaa0bcdaac95ed289dcab9d7ba3b116c7fc74739b0fa, '', 0, '?'),
(0x4fe5ebcf11cce54849214b0621305bda, 'wp-content/plugins/wordfence/lib/menu_scanner_options.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/menu_scanner_options.php', 1, 0x00000000000000000000000000000000, 0x2f80facce18ddf44f40758d2193bfc49, 0xa389c81543de26594297705f196424802c2b8697fd869592c59cd4cac74a80be, '', 0, '?'),
(0x2d6adea7ab209aa0cde612a67e687962, 'wp-content/plugins/wordfence/lib/menu_support.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/menu_support.php', 1, 0x00000000000000000000000000000000, 0x5a5b9c742a7fd510265935fd95c4d999, 0xeeed299644b2090dace1232214cd47b5d2a55055da4ab584c100024038578bde, '', 0, '?'),
(0x9d7f6ff76af98b13c905bb79e61da956, 'wp-content/plugins/wordfence/lib/menu_tools.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/menu_tools.php', 1, 0x00000000000000000000000000000000, 0xebd4173993f792c356c70c98943ee931, 0xdedce8eb1425bdd505da3694699fa1d83b4b3250b19f9a11a53ebb08147d1bd2, '', 0, '?'),
(0x21a7232373773a0d1d482ab224717ff4, 'wp-content/plugins/wordfence/lib/menu_tools_diagnostic.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/menu_tools_diagnostic.php', 1, 0x00000000000000000000000000000000, 0x6ea1b2a1ff2de1aadfa03267f6126c87, 0x1ed38015b2fd8c4f449984497b60049b62a3dcc4b1cb3dcaac73c06df589712e, '', 0, '?'),
(0x21ebf954dba69cedd6ee096cc249980a, 'wp-content/plugins/wordfence/lib/menu_tools_importExport.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/menu_tools_importExport.php', 1, 0x00000000000000000000000000000000, 0x0702c9b3d202ef786d34366329e5b5d9, 0x656ebf2a137f9eadd77eedc061b6d98a635de7a4d81f5a6269ea9e584371889c, '', 0, '?'),
(0x554910825f95d1cbea596dabe7d1135f, 'wp-content/plugins/wordfence/lib/menu_tools_livetraffic.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/menu_tools_livetraffic.php', 1, 0x00000000000000000000000000000000, 0x88b86f5c97ce25046bdf26bdd0b5ece1, 0x5757aebb3f9f93be2c23037a4e74aa938a94201d13714397c2fb83fe2e67ea46, '', 0, '?'),
(0x40d84cbdd6dfaf37bbd9ad6bd9824519, 'wp-content/plugins/wordfence/lib/menu_tools_twoFactor.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/menu_tools_twoFactor.php', 1, 0x00000000000000000000000000000000, 0x60338bf130ae687ea6ddbb8dd9e9d068, 0xe05a52271ec3ffe95afc77b524df83d5c95fc990781d54ea7b08062d60bf14c7, '', 0, '?'),
(0x43fad8735ca70af296e0da738ed5276d, 'wp-content/plugins/wordfence/lib/menu_tools_whois.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/menu_tools_whois.php', 1, 0x00000000000000000000000000000000, 0x0532c113a0e54546193f784f000cf898, 0xf0177777520cc58eebe0dd49f07c73a6846f2d6fa502bef189387fa3d5748b20, '', 0, '?'),
(0x3722bff3aee5a6bf57960d8ac4d1bdcd, 'wp-content/plugins/wordfence/lib/menu_wordfence_central.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/menu_wordfence_central.php', 1, 0x00000000000000000000000000000000, 0x0e10e8a444d3f1c79307a8474a85c30b, 0x9232da15b1deacf7690b6a4280f406f05dc69146eae8424e33ab9d1f796bb017, '', 0, '?'),
(0x40bfc8afeece12264ff16f9c011687ee, 'wp-content/plugins/wordfence/lib/noc1.key', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/noc1.key', 1, 0x00000000000000000000000000000000, 0x3965a46200e6c618504f0b8ac1be8594, 0x5fcb7591f6e16aebc7fd9082c603fa50fefe2d1c4b4f4183dcab9c12a6dbd6d3, '', 0, '?'),
(0x6bc293bb9b552f915edeee08de11f020, 'wp-content/plugins/wordfence/lib/rest-api/wfRESTAuthenticationController.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/rest-api/wfRESTAuthenticationController.php', 1, 0x00000000000000000000000000000000, 0x055ab1c29d83d69f307d5fd97fcf0280, 0x8d4ff62bad5745fc8e281a766c91256094d3f488c2a2a778a536b6dd1e6ed820, '', 0, '?'),
(0xde11481343fd99b6e212f4d029aa43cd, 'wp-content/plugins/wordfence/lib/rest-api/wfRESTBaseController.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/rest-api/wfRESTBaseController.php', 1, 0x00000000000000000000000000000000, 0xfcea79ebda4bc1e60a13c8758840d078, 0x41ddb6badd813b5f7c73cfc8a434cdd45fd7297ab5614bc751be451f6521a9ba, '', 0, '?'),
(0x9ea3659d2da8d252c88994aef94c3ad1, 'wp-content/plugins/wordfence/lib/rest-api/wfRESTConfigController.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/rest-api/wfRESTConfigController.php', 1, 0x00000000000000000000000000000000, 0xa222d65ad4f3baf64f843b8d6dcc23b5, 0xd776bbcd80c1ec4fddd53d80ed6ef0df758d23eb9a7dbbbfd5a660b234dc57ca, '', 0, '?'),
(0xba8a692f128a704574f0b50addf76cf8, 'wp-content/plugins/wordfence/lib/rest-api/wfRESTScanController.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/rest-api/wfRESTScanController.php', 1, 0x00000000000000000000000000000000, 0x02b4ff72e0c9139a7f306d6237342414, 0xef7b68f505b944a8f45813f25eb577af9aae3644876663c4405191d50f0dfc66, '', 0, '?'),
(0xa3dc0346a6b2998d987b0f90ecb4fd41, 'wp-content/plugins/wordfence/lib/sysinfo.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/sysinfo.php', 1, 0x00000000000000000000000000000000, 0xcefc7b588e01368f03f73932d5edccc2, 0x472c99bd3dd9c9dbd1431a33bcfa8c7e1b669d283882eccea88bcf40882cd197, '', 0, '?'),
(0x4c52023751bce416546f08477cc41e7b, 'wp-content/plugins/wordfence/lib/viewFullActivityLog.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/viewFullActivityLog.php', 1, 0x00000000000000000000000000000000, 0x235c999c460d0bea0e06769b06430cf5, 0xf3839258b93734f105f9a6750d747f7bbd0f9c4d6cd78489a571547dd4eaf0bc, '', 0, '?'),
(0xc1d9b50a68b6cd4a78b56476cfd4835d, 'wp-content/plugins/wordfence/lib/wf503.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wf503.php', 1, 0x00000000000000000000000000000000, 0x5c2dde6f157007cf604f731c7d184280, 0x2fefa70b5d3be325585fe76b7a23124ffb1061ce3b8ad7f448ebdf9f8d081008, '', 0, '?'),
(0xbee132185d6871753ade543645d155b6, 'wp-content/plugins/wordfence/lib/wfAPI.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wfAPI.php', 1, 0x00000000000000000000000000000000, 0x95ffbcc21ebb943dafbd5336f176b988, 0xc17b3a4713daf23aef1c455286bfde570a8624498c6d0d8f0dbc44c49fae817c, '', 0, '?'),
(0xc98638a8c2d6c070c5bbd1b5020756fd, 'wp-content/plugins/wordfence/lib/wfActivityReport.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wfActivityReport.php', 1, 0x00000000000000000000000000000000, 0xab85f4fe2f7d1ecfe955ec472b06efec, 0x276f15961877942c585e01c8789ab5af289888952acedde5c32f83543f8c61b5, '', 0, '?'),
(0x7a6fb886dcb21319887ea1137fe18862, 'wp-content/plugins/wordfence/lib/wfAdminNoticeQueue.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wfAdminNoticeQueue.php', 1, 0x00000000000000000000000000000000, 0x26eb923594e9754e69cdce211fc5077a, 0x80d41ce9ce238516cbc8c99b21778363907790d8837d36a2d9f3827e41a792f3, '', 0, '?'),
(0x4e69c57e09d5608f16f8e0ae0357b045, 'wp-content/plugins/wordfence/lib/wfAlerts.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wfAlerts.php', 1, 0x00000000000000000000000000000000, 0x994bf92841ac9e7c8acfaf7914b1f04c, 0x04f4a012275f8c3b3fe17c555335640f7d4b1f2f2b182c497f217cc502e0ae74, '', 0, '?'),
(0xdede8b19b3ad94310446f3f8ebdb6193, 'wp-content/plugins/wordfence/lib/wfArray.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wfArray.php', 1, 0x00000000000000000000000000000000, 0xf227466261db86c4e28291c131caa42f, 0x9b9c036e3271b5ab384487dd2d834152d93eba787159167198bbac24c120d188, '', 0, '?'),
(0x1cea2d3d5115b04377e0746e4ce0a123, 'wp-content/plugins/wordfence/lib/wfBrowscap.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wfBrowscap.php', 1, 0x00000000000000000000000000000000, 0xbebe0d17cc652eecdd16eff4f162f3c2, 0x8f487a9f6eb4f211f54fd723a42ffa7484c99a22af818855208e8dd241bf698c, '', 0, '?'),
(0xab17d0e8125890920fb0d8024aa0fc70, 'wp-content/plugins/wordfence/lib/wfBrowscapCache.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wfBrowscapCache.php', 1, 0x00000000000000000000000000000000, 0x115408c190ebcf51d7780f14876a8219, 0x15d00883ae9eeb1d3159849d84f5549a8ad088d571f3a45736dd8b998fd56809, '', 0, '?'),
(0xe4ea1fbf31fe5dc34d7cae4b1dd4465a, 'wp-content/plugins/wordfence/lib/wfBulkCountries.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wfBulkCountries.php', 1, 0x00000000000000000000000000000000, 0x39091c2b4f79d5ae8575724ff333ee0a, 0x582619156f3127ecbb6367fceeb66d6cfba2795312d1cad2dd7489baaabec10d, '', 0, '?'),
(0x1090b89cd2912de8ccf48a0d8a7b2cef, 'wp-content/plugins/wordfence/lib/wfCache.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wfCache.php', 1, 0x00000000000000000000000000000000, 0x3720c6bf9ec47f94c473ee7989df0f16, 0x7ced751b4950f5776835da8e0f2e6d222a6e5ffbac2039cc1198adbc4af050ce, '', 0, '?'),
(0xb793684a96b444d2e3b09747a520f66e, 'wp-content/plugins/wordfence/lib/wfCentralAPI.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wfCentralAPI.php', 1, 0x00000000000000000000000000000000, 0xe880b3fa0be9422f8a58a70a609c3272, 0x8cb53e43a5db5da7210fac8401d5af564dd58d149c193455b98255c5ccc9cd1a, '', 0, '?'),
(0x5a34063c6e3f7f6598f11308b2198d8f, 'wp-content/plugins/wordfence/lib/wfConfig.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wfConfig.php', 1, 0x00000000000000000000000000000000, 0x97ecb8d56b97e8cafb0790d7ce176b67, 0x9c618e352c34fce48b106b0e40534afc262f60f38597447ebb95254df67af518, '', 0, '?'),
(0x38c39b5a459151247d185550f654a3e0, 'wp-content/plugins/wordfence/lib/wfCrawl.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wfCrawl.php', 1, 0x00000000000000000000000000000000, 0x8c31cce99387aedc997e16d20b0dfc6d, 0x2526b9e3398b090f2f44f75847fbd89ed8df8783e255e4bbefe281ea10800434, '', 0, '?'),
(0xb01d058db6daa5b15e69e724e2fde526, 'wp-content/plugins/wordfence/lib/wfCredentialsController.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wfCredentialsController.php', 1, 0x00000000000000000000000000000000, 0xee5aa0cb0088b09404aed5ab0e77368e, 0x37af3681a561799da835943f7d10252e5ddac7fbebc2d89e75cf14ab8153bc13, '', 0, '?'),
(0xd878bcf8ceb2d0a6ace0a841098a3cea, 'wp-content/plugins/wordfence/lib/wfCrypt.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wfCrypt.php', 1, 0x00000000000000000000000000000000, 0x43f85260a89cbee919c47f1c397c8b65, 0x55a0cd8a9f1c739bf4647302d5393be4b0c043bf4f1bf48616fb16f2c8a48940, '', 0, '?'),
(0xd94ae01cef9a5e1a37fc957547966b2b, 'wp-content/plugins/wordfence/lib/wfDB.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wfDB.php', 1, 0x00000000000000000000000000000000, 0x50ad5f3c868ba42d31e95f5f49ac8875, 0xe187250764af1dac02a5be0c64a8dd5f8500311804405459912492d0e4d04119, '', 0, '?'),
(0x690c818aedc76b6d4378fecab7cbf2f9, 'wp-content/plugins/wordfence/lib/wfDashboard.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wfDashboard.php', 1, 0x00000000000000000000000000000000, 0x6589c92e9dd771bf3af3fc976adfed52, 0x75a87f61c676dc52b0fba02b5701650dff54864a0c259822c20d37a466bb99cf, '', 0, '?'),
(0x377291a775468ff198b1191d16404a2c, 'wp-content/plugins/wordfence/lib/wfDateLocalization.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wfDateLocalization.php', 1, 0x00000000000000000000000000000000, 0xeb34844b5f4afa32436d63cdadc774dd, 0x448d831d6a79ee161cba082cc44c77de61e4203c5586deda20fcfb17b2f51b53, '', 0, '?'),
(0x6c39e97fb93daffc68c72c3ed9c3e726, 'wp-content/plugins/wordfence/lib/wfDiagnostic.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wfDiagnostic.php', 1, 0x00000000000000000000000000000000, 0xb7f258e4f4733fe3d9cdc9facb9ff167, 0x3f60aa79fe52fdd5a5d7e86055ca99b4c85ac786de66b39973f0e162e2734f9c, '', 0, '?'),
(0xf546a4eb1ac193e71eae43fcec31ae50, 'wp-content/plugins/wordfence/lib/wfDict.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wfDict.php', 1, 0x00000000000000000000000000000000, 0x79df204c07fceaef5a216245b1d46cda, 0x1c1181f314b5ca2e047b18304a65fa14c27bd7352dc6f2ec0b7e5b549a24c49e, '', 0, '?'),
(0xbaedcc4130668efd6660c2204bc7817d, 'wp-content/plugins/wordfence/lib/wfDirectoryIterator.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wfDirectoryIterator.php', 1, 0x00000000000000000000000000000000, 0x0a2b035a2f5f90ac1a78759de612760f, 0xa2c87591fafc3b1349569795615baf7ee3b5adfe545a5c0b5ee079134a9dac6a, '', 0, '?'),
(0x94820fbe58c6e1273b79ffc5eeb16646, 'wp-content/plugins/wordfence/lib/wfFileUtils.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wfFileUtils.php', 1, 0x00000000000000000000000000000000, 0x4b3bae56d4f79f39184bb51111f17bc6, 0x954ac6bd39542376e6e06f889c22c707bb685b5087d72dc76494303b7ee32b4f, '', 0, '?'),
(0x71be863540a32a3df52610b4e65c58e1, 'wp-content/plugins/wordfence/lib/wfHelperBin.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wfHelperBin.php', 1, 0x00000000000000000000000000000000, 0x3befd72117b7c88dcbc93451d5de5823, 0x921b97d5b9252df81f165eea857183e25514ca71e01b4de9d20c655993eaf08f, '', 0, '?'),
(0x50c64dee1ad649ccb88d10ddad596072, 'wp-content/plugins/wordfence/lib/wfHelperString.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wfHelperString.php', 1, 0x00000000000000000000000000000000, 0xd74575c6bb5c5320773f2cdd5f994c60, 0xa3cef1209fb669c24cc69b77b5c6d61d36c95fa7bee72c6e973253a3e45a6829, '', 0, '?'),
(0x69e16becf1ad12bd43f110ed541c2cec, 'wp-content/plugins/wordfence/lib/wfIPWhitelist.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wfIPWhitelist.php', 1, 0x00000000000000000000000000000000, 0x32a56889db326145d206081d11019930, 0xa944ea3ae45de8b89d7ab0d9d0c2fd77255b8b6acc6f86d0ddfb8e115860d7fb, '', 0, '?'),
(0x8c31c1eacfa3d7e9199da0900b497fa4, 'wp-content/plugins/wordfence/lib/wfImportExportController.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wfImportExportController.php', 1, 0x00000000000000000000000000000000, 0xfdb4f6fbad1b1bababb6b1f22b3eb1ff, 0xbd646cd18bdbb960e1b0d91e85cc08e7f7a6a0b84afb0607f79614237c697ba3, '', 0, '?'),
(0xb66d76881079611c7954c2c713ab9022, 'wp-content/plugins/wordfence/lib/wfInvalidPathException.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wfInvalidPathException.php', 1, 0x00000000000000000000000000000000, 0xdc18196a938b1eecc3b407d9b6a4b9ca, 0xd1d84721eb9e08899ef6551d36489b8dd66b394a309ac7e84fc4d7c764768121, '', 0, '?'),
(0xd36a7313a49e7732f9ec1270aefd7153, 'wp-content/plugins/wordfence/lib/wfIssues.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wfIssues.php', 1, 0x00000000000000000000000000000000, 0xe1785c98e35073e3e29fa426ca572ebb, 0x3a07f80848e05c0334e3b2632c3bc2ce2784b15516b95b542ad15f75bfcd2e9f, '', 0, '?'),
(0x28b7b9db3e66300e1a675b7cbceee5a8, 'wp-content/plugins/wordfence/lib/wfJWT.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wfJWT.php', 1, 0x00000000000000000000000000000000, 0xbb7d7b206ae54eb088f163d20f1e4bbf, 0x306d684e12607894787e1b489f4c6ae973a617feb0eb804fc7e49450cd19c52c, '', 0, '?'),
(0x211948b175ff66c98144e337b43e3d67, 'wp-content/plugins/wordfence/lib/wfLicense.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wfLicense.php', 1, 0x00000000000000000000000000000000, 0x477c69c7ad2ceba26676239724e5ad55, 0x4825946ad0dd37a3fa4d0ea7a53424d9fb5c5e1d5b60f9f2fa4da01e3fa9e1f9, '', 0, '?'),
(0xf38ad8a05dd4669588f050f4a2860483, 'wp-content/plugins/wordfence/lib/wfLockedOut.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wfLockedOut.php', 1, 0x00000000000000000000000000000000, 0x0312ba1aca7fc0362f4e8517efe1870b, 0x270f2497f27bc8f896ef691ec850271a544250f43c8a50700bb7c8c1fa5792de, '', 0, '?'),
(0xf2da77ce2b07222bfa24e319ac5e1cb8, 'wp-content/plugins/wordfence/lib/wfLog.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wfLog.php', 1, 0x00000000000000000000000000000000, 0x2075a118def0398e41cdebc59e031396, 0xa8ef612bbe8774fcd5b065a0e100ada717550c48a6e06ae7fd8bccd6df70f64f, '', 0, '?'),
(0xa85cc7fd0168fb20529f58d53cba43ae, 'wp-content/plugins/wordfence/lib/wfMD5BloomFilter.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wfMD5BloomFilter.php', 1, 0x00000000000000000000000000000000, 0x9d9bebdf851e9777404c8be54feac152, 0xe09df0abb44546910c6aa984d772b8c48d3b73b3ecce802e663ad6e1cfa4a046, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xc313773a6b4044900b699e57510e02be, 'wp-content/plugins/wordfence/lib/wfModuleController.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wfModuleController.php', 1, 0x00000000000000000000000000000000, 0xbf1fb7126f49f119c6b76b8690f96217, 0x372e1bddb0ccbf95f299dc55b684d44c163ed622cd54054d350bb15dbfda3e86, '', 0, '?'),
(0x8c0874c7b12510149812fba391b5da46, 'wp-content/plugins/wordfence/lib/wfNotification.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wfNotification.php', 1, 0x00000000000000000000000000000000, 0x00c78d20560832e228c6c0fe64685644, 0x53d861d6e0598412edb50387fd676a2b7cadeb9120f290e14a1fb28c4d38b3aa, '', 0, '?'),
(0xe9122b9007ea7f828d33f4bb7005551f, 'wp-content/plugins/wordfence/lib/wfOnboardingController.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wfOnboardingController.php', 1, 0x00000000000000000000000000000000, 0x79ff2588cc8d8598c5b3af3cba1df083, 0xc594571f4626b4781a09b2220ca167d2ecdfa0d90586813ba23d9544afd99778, '', 0, '?'),
(0xdcce541ed0bec052a79fb227efb4177b, 'wp-content/plugins/wordfence/lib/wfPersistenceController.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wfPersistenceController.php', 1, 0x00000000000000000000000000000000, 0xf825ebe26b05798a9d9e1f69d54d4f2a, 0xf2a2efffabeccf5828be33300d0ae5ef0a50459ecca018849b208e39e0f6aac8, '', 0, '?'),
(0x0612186d11c971506f4430e22acdd84c, 'wp-content/plugins/wordfence/lib/wfRESTAPI.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wfRESTAPI.php', 1, 0x00000000000000000000000000000000, 0xc45c38f7d31fc348c120856d690cfc2b, 0x2b9b872bf9c69faded1dfc30d1fbae1c06cd8262bd3dfeff18b85be39c8194b8, '', 0, '?'),
(0xefde8c742be95cf52bc65861865a551b, 'wp-content/plugins/wordfence/lib/wfScan.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wfScan.php', 1, 0x00000000000000000000000000000000, 0x51641562170dec8160e4bfb7838ac0a5, 0x838e067f4d299e484d580f686eafd7c90727544407be1d1368e9ab14f0601385, '', 0, '?'),
(0xefef365887d4aa34f1e35b5f879d3d74, 'wp-content/plugins/wordfence/lib/wfScanEngine.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wfScanEngine.php', 1, 0x00000000000000000000000000000000, 0x38f56cde1cecfe1f5c4441c967963714, 0x5b5e2de34c4306a87d95f6562b0268dd04852efed37bee6279437e71a08dd6a4, '', 0, '?'),
(0x5efecc4af66463b2a4552bb1017ec208, 'wp-content/plugins/wordfence/lib/wfScanFile.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wfScanFile.php', 1, 0x00000000000000000000000000000000, 0xe5fcea4acbb0ebd7a0abd362043e4138, 0x4b453a79d6ce7e1d9d97a5b5da3bc193f50ff4d94492afa54f51c611ad9d0e35, '', 0, '?'),
(0xc60719b77878dfd7771b5dfcef331db5, 'wp-content/plugins/wordfence/lib/wfScanPath.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wfScanPath.php', 1, 0x00000000000000000000000000000000, 0x0198f960a8ad7cc691894aeeccd74cb4, 0x07a8014cc1658c5cccf5ec47b16a0457e3b79e6c1cdfe274f70772ce7db59f3d, '', 0, '?'),
(0x62ca03a5f1487a665798a085ad67779b, 'wp-content/plugins/wordfence/lib/wfSchema.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wfSchema.php', 1, 0x00000000000000000000000000000000, 0x4f8340a3f6dd08a909ec7c85c6d94f9a, 0x67b176859eadc94b2519b7c30f6f1c695382379f2eef5df1736948b1b1323a70, '', 0, '?'),
(0xd5f54b323be63c4419a6ae87836b7562, 'wp-content/plugins/wordfence/lib/wfStyle.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wfStyle.php', 1, 0x00000000000000000000000000000000, 0x738f86bb315fb865fe6b325292b29ec9, 0x6ac61de9a28e14b7b0c814ae5f63d7363332a41b33d68501e35d47737d0b2e0a, '', 0, '?'),
(0xe119b4f4da736b9336012fa7abd0bdba, 'wp-content/plugins/wordfence/lib/wfSupportController.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wfSupportController.php', 1, 0x00000000000000000000000000000000, 0x21655a75007ab85bc44fbc9b4fbda73c, 0xec513a34732dc2a6cc0ac7d30e79c803caf0017dd278aa187a08a88612b33588, '', 0, '?'),
(0x9aea8a688b4c8dbcb24a48ff58230e30, 'wp-content/plugins/wordfence/lib/wfUnlockMsg.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wfUnlockMsg.php', 1, 0x00000000000000000000000000000000, 0x4af56329fbbe5265e059df6ce437fce1, 0x0f2e16d6609f046905f5570f04fe097431e47deb737479f4c9aadce37fb3214b, '', 0, '?'),
(0x89aa65c45cabd431e174c68bdc3c0984, 'wp-content/plugins/wordfence/lib/wfUpdateCheck.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wfUpdateCheck.php', 1, 0x00000000000000000000000000000000, 0x263f435d9a5ccc13d9677edd4a3b3c3a, 0x33ae2a34fbcffa53786793a60d8a1a1c140a98313f8f4e23113f8b615deaf070, '', 0, '?'),
(0xa8511808340439e3f31e4c7ad3144ab5, 'wp-content/plugins/wordfence/lib/wfUtils.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wfUtils.php', 1, 0x00000000000000000000000000000000, 0x7b054ecb3b5a7e6ec56b0599ace1cd31, 0xb7270cd31189cda436c747d178143bc4e573a800ceb8d23ac55175266339d563, '', 0, '?'),
(0xbd40478415ee74c765598f5c273eaf4f, 'wp-content/plugins/wordfence/lib/wfVersionCheckController.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wfVersionCheckController.php', 1, 0x00000000000000000000000000000000, 0x18fb04de0669438e99a65e416f182ac6, 0xadb4270f6955d927464ca98e0c5bdd0935c7ca14272a81ebe861384d6747e23e, '', 0, '?'),
(0xe565c590c2faf4fcfd6e03b7859f41db, 'wp-content/plugins/wordfence/lib/wfView.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wfView.php', 1, 0x00000000000000000000000000000000, 0x5b9edcbad10f2dcb864e0a995ccf6e4f, 0x78e1883251bf85ede06d6bd9ab4049465268d548757ec25238a8227aec4b34c6, '', 0, '?'),
(0xaacbd9767b43abc0baced2a7808e3449, 'wp-content/plugins/wordfence/lib/wfViewResult.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wfViewResult.php', 1, 0x00000000000000000000000000000000, 0x5a95af81bff1224a7f8f335acd1ed577, 0xca6dd41c16b665e53d9e0b4889028e6f1044baa9bf4f54dd00ec76b1e8afed9d, '', 0, '?'),
(0x0fc7dda13dbdbd4e7817bc874bd4602a, 'wp-content/plugins/wordfence/lib/wordfenceClass.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wordfenceClass.php', 1, 0x00000000000000000000000000000000, 0x2e598b41eed82b456ed9212aeb63b3cf, 0xde8174b9ecdd2eb89b697c9e5e165d89635edb475702b55bfdda58a43165c070, '', 0, '?'),
(0xc16b486de531d30ef36030d1b9af965f, 'wp-content/plugins/wordfence/lib/wordfenceConstants.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wordfenceConstants.php', 1, 0x00000000000000000000000000000000, 0xfa3295ecd3ce7367cc357fafe483a56c, 0xee3f2aafaf005a103a5717580c1dcca9ba0e6ba06b00494df0b41fff55015407, '', 0, '?'),
(0x81d558f9e2cfe02d9f34a44afc5f8333, 'wp-content/plugins/wordfence/lib/wordfenceHash.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wordfenceHash.php', 1, 0x00000000000000000000000000000000, 0xcd4e98babf3fdbdf48a0ae19704c6e04, 0xff331cbf872585258d73a5c371800fedeb6cb5da9ae4fb665251e65d805ba848, '', 0, '?'),
(0x1c7a987c2a369e19535c0235b7e3af33, 'wp-content/plugins/wordfence/lib/wordfenceScanner.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wordfenceScanner.php', 1, 0x00000000000000000000000000000000, 0x56f442e26503bca45816ddfcc6ccc4ec, 0xa6a13ae7cb54d30a31c9515a18d946935c29299754d88f650e6c097105c8b38b, '', 0, '?'),
(0x68bb3cb25d9394ec4f704e4305c6b4e6, 'wp-content/plugins/wordfence/lib/wordfenceURLHoover.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wordfenceURLHoover.php', 1, 0x00000000000000000000000000000000, 0x30a20e7beea3432dbdf4ef2ea8bbf983, 0x35259eb1ea929b11a6e2819aca64d22a3c1d6ed49704d0d29c4ebc5ab2f37a8a, '', 0, '?'),
(0xc836bfeca177bca18e725dcfec2a5c23, 'wp-content/plugins/wordfence/license.txt', '/home/www/iamctv.com/wp-content/plugins/wordfence/license.txt', 1, 0x00000000000000000000000000000000, 0x1ebbd3e34237af26da5dc08a4e440464, 0xdb4017480bcedfc101e5e54d3befbabe89352069d0dd192799e56feda43556f6, '', 0, '?'),
(0x4a6c9a01c618a8319ecfe318a5eae71e, 'wp-content/plugins/wordfence/models/.htaccess', '/home/www/iamctv.com/wp-content/plugins/wordfence/models/.htaccess', 1, 0x00000000000000000000000000000000, 0xa34522784bcaea0e7bc738f6645312b3, 0x4387bef6bd277285150339bdec4004e24ba1de8674a1aa99f6e2a77723406bba, '', 0, '?'),
(0x1788602625651f469567c09c94f39464, 'wp-content/plugins/wordfence/models/block/wfBlock.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/models/block/wfBlock.php', 1, 0x00000000000000000000000000000000, 0x0ed43df4f2ee4c1040cfca90411cfbc6, 0x0ad5538b593eee6cf02a0f10cfb843407a262b207aad64415791aca377a40a0d, '', 0, '?'),
(0x6ab2a6342dab4f0c20d58482ea724c0a, 'wp-content/plugins/wordfence/models/block/wfRateLimit.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/models/block/wfRateLimit.php', 1, 0x00000000000000000000000000000000, 0xb8c02431e244802777b3ac196d80bd83, 0x4526260ab77faf61caeef17ed9622b1aa0c4e1296ac7fede174dd3709f864d89, '', 0, '?'),
(0x9ad6949502c5df9a7928714414ab77c2, 'wp-content/plugins/wordfence/models/common/wfGeoIP2.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/models/common/wfGeoIP2.php', 1, 0x00000000000000000000000000000000, 0xd517594a73406a8c10aaa672b46a746d, 0xc933c391d1b273c6f00d26b17a3d94f0fe8bd66473f3b9cb704a0b78c9339377, '', 0, '?'),
(0x67b65d6585d4215e858b28504b90f0cb, 'wp-content/plugins/wordfence/models/common/wfTab.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/models/common/wfTab.php', 1, 0x00000000000000000000000000000000, 0x3206f60254d47d9a4857273c137d085c, 0x5ac2a57cff73e953cc3865958c33e88b0445d897aa24898c1fd6c6dc9c2d68e5, '', 0, '?'),
(0x58c67eca567a6c0e215f985d2f9e2d33, 'wp-content/plugins/wordfence/models/firewall/wfFirewall.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/models/firewall/wfFirewall.php', 1, 0x00000000000000000000000000000000, 0x9258fc19cf4392c12342b77354f86211, 0x08c3974748eccee61ccf356bd3b972c2dcb013521f52a3c75fa316781ec22da8, '', 0, '?'),
(0xa0dec339985892beb8a255a837a57a13, 'wp-content/plugins/wordfence/models/page/wfPage.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/models/page/wfPage.php', 1, 0x00000000000000000000000000000000, 0x748a626f20699b254881ba5877cf5876, 0x08c6853168ec8d2f6a77d53c0b5503c08f18945c996bc07125737c57ac36e9e6, '', 0, '?'),
(0x8eee1b4fdc8e2438aa874a1ca665bb82, 'wp-content/plugins/wordfence/models/scanner/wfScanner.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/models/scanner/wfScanner.php', 1, 0x00000000000000000000000000000000, 0x9f87c5589f29e166b4da122e05d754e9, 0x0c1833832f7822affa165797b5e613681f40999ca06650005df90888bdbacacb, '', 0, '?'),
(0x9a2c3abfeaf433c0d5b9fc4340c97e9c, 'wp-content/plugins/wordfence/modules/login-security/classes/.htaccess', '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/classes/.htaccess', 1, 0x00000000000000000000000000000000, 0x85bcd541be61b862907672f1a402071d, 0x4387bef6bd277285150339bdec4004e24ba1de8674a1aa99f6e2a77723406bba, '', 0, '?'),
(0x7f40f43d7b261508c0b2db05a47dc95f, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/ajax.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/classes/controller/ajax.php', 1, 0x00000000000000000000000000000000, 0xefa421265f82de9aa0f62c916a31eee9, 0x57fc84e514162c92eb5d6639c919b62dfb3540d53a569f9ea59f2b68b8cd3499, '', 0, '?'),
(0xa2b4b82fcf2d95540ec7bbfa543c9753, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/captcha.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/classes/controller/captcha.php', 1, 0x00000000000000000000000000000000, 0x1dfd4e6b0179496ba5c277d794a93d69, 0x4c533d88a18ead57117f660c26b7645c3d145d0b5f669f76657357de0bbef18b, '', 0, '?'),
(0x1a194fb8330846354bab3b9c402001e2, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/cron.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/classes/controller/cron.php', 1, 0x00000000000000000000000000000000, 0xce407ff5715c837d02b1aba7975bf512, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x91408771b0cf47cd2d24a2a997ea7ce8, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/db.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/classes/controller/db.php', 1, 0x00000000000000000000000000000000, 0xb1e9cbe8dd6750ca8bbed9690fd5e95b, 0xb644654ab01ac26678629c09781f2750f3abb713143a99939d03acf4c082a655, '', 0, '?'),
(0x70bbbc5c2a65eab60a0dcf88f3ebfaae, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/notices.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/classes/controller/notices.php', 1, 0x00000000000000000000000000000000, 0x22e8636410d878ca577b66a5ed8e4e62, 0x4fb0ba6a2b68c5a40ae2b5833851dcae082377becb035f70cafd43b11bcbdcfb, '', 0, '?'),
(0x56ac8cedde727acd28be6e6f016c142a, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/permissions.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/classes/controller/permissions.php', 1, 0x00000000000000000000000000000000, 0xea29af81530e348f4340e17200125c5a, 0x00c76e0bb06284c7bb91e116d849eabe8a4ebadc829697d3a01fe56652c47ae4, '', 0, '?'),
(0x53871443de11bd6931dbada06a0ce0f9, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/settings.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/classes/controller/settings.php', 1, 0x00000000000000000000000000000000, 0x2a4e77797a83286c8a15e142ea4f6167, 0xe12870cc6c7fbc41327a67287edf7bf5a85949306b511707972fe5863050a879, '', 0, '?'),
(0xb07b34b42e1184b4129294a3b5239823, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/support.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/classes/controller/support.php', 1, 0x00000000000000000000000000000000, 0x20423cc13c8afa034c55e73a7519556e, 0x935ad08683f35c02f140064093479bfd0250a506e889233d7c87276b34aef603, '', 0, '?'),
(0xc881b7f4c182232fee969da3009cb736, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/time.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/classes/controller/time.php', 1, 0x00000000000000000000000000000000, 0x3241fa747a6001e06e251d94f05950ff, 0x9fb5b7f71ff75c83310cc9d35bf9d85a863e454bf6c6526be5d814575c8b768e, '', 0, '?'),
(0x12e226fe0959d9747a28a11af801e680, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/totp.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/classes/controller/totp.php', 1, 0x00000000000000000000000000000000, 0x6a2e5cc4302a8084d6095bb2bcce16cc, 0x66dc0e80ecff3885932721895246eb9518aed24cc2e618decb99145ed477e2d9, '', 0, '?'),
(0x48c3f8dccd43a95470285eded96cedbc, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/users.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/classes/controller/users.php', 1, 0x00000000000000000000000000000000, 0xaa63b30a874fddc5987c980bdaec8130, 0x6937004445c0d3873d2c961dc711259dd1f76096bd1431283d6a6c102078bb88, '', 0, '?'),
(0xbfec4c1ae397c5117ca80f3d9a639989, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/whitelist.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/classes/controller/whitelist.php', 1, 0x00000000000000000000000000000000, 0x4230f5f71b999aec6f75918dcc8c1bc2, 0x8e9c87fc372f518ce3a5e5c690d59077ff673ac41e3fa1c0237b73fef0c99ffa, '', 0, '?'),
(0x18e5855309afb614c612a167094e9664, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/wordfencels.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/classes/controller/wordfencels.php', 1, 0x00000000000000000000000000000000, 0x065ee1b8ebbf4cf24007e2a372b58124, 0x61daf3464a83e5384d996dc7d0e16923b1713083cb1a502d4922d6dfd2a2a286, '', 0, '?'),
(0x57781aa71254611debd8377bef1f7fcb, 'wp-content/plugins/wordfence/modules/login-security/classes/model/asset.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/classes/model/asset.php', 1, 0x00000000000000000000000000000000, 0x1547d77c8080732c803d8d4b23f38bc1, 0x36b613b7d66c798436c9a669fad5160c123355a1a0eb2c92455be9b29339a389, '', 0, '?'),
(0x6f3169f04c35b893cf7a16ae24b7f537, 'wp-content/plugins/wordfence/modules/login-security/classes/model/compat.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/classes/model/compat.php', 1, 0x00000000000000000000000000000000, 0xbb7531f2c85cc8c1389d8b823b236a2d, 0x508db5b2ea840e7cb16c9316125f8b83ef5a85c8337a3c4ec9a7054bfddfce13, '', 0, '?'),
(0x0ff61e257734103510f85882dfe6b39e, 'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/base2n.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/base2n.php', 1, 0x00000000000000000000000000000000, 0x74b8b00f5e4927dc5d21afb2d206b3f1, 0xf01585c7a6d66274cb1b35a18b6681b7fa18aac5f8060f63d21ebf6b64febc6d, '', 0, '?'),
(0x2eb4d737d166f37739506d40a5a6eed1, 'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/jwt.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/jwt.php', 1, 0x00000000000000000000000000000000, 0xcfcf309648e7230bff494844f1e7f394, 0xdb76986fc2561b5978843f9884e40adc1fd50a2633632d150dac38ee076da5b8, '', 0, '?'),
(0x77a740cf49a965c6dc52b266f937d9c5, 'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/symmetric.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/symmetric.php', 1, 0x00000000000000000000000000000000, 0x04b99b138281688c1c140452b480e0ac, 0xa7fcf63df66d48fcd52f7f12a810040a15651cdbfdeb1e43a68f33d875353882, '', 0, '?'),
(0x745b5bf63daa367537193b59ba9e54a5, 'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/classes/model/crypto.php', 1, 0x00000000000000000000000000000000, 0x34735b95cde76c416334c166a1a8f60e, 0xc6bacc0c3eca79d72e7e794b0fbe1e5eb9292a66b490b00eb40e1191173646b7, '', 0, '?'),
(0xbd0d7a7f8de940b35fc390fd6df8644d, 'wp-content/plugins/wordfence/modules/login-security/classes/model/ip.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/classes/model/ip.php', 1, 0x00000000000000000000000000000000, 0x8d391336bf66baf6aeee3b981ca18730, 0x6d676325d30c691a6e148341ae80428a40c09a7746b17a04db0c3be779600d4e, '', 0, '?'),
(0xaa721b59fdff00ad53b297c4287a7cab, 'wp-content/plugins/wordfence/modules/login-security/classes/model/notice.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/classes/model/notice.php', 1, 0x00000000000000000000000000000000, 0x2d47620793796680d47cf5bd5381bc92, 0xd96f8ca447357d105bef60c66e86fa78b5a4c2dca15e8b404223ccd7f59e6c62, '', 0, '?'),
(0x6317c28ba5b8ba7009f8505533112fcd, 'wp-content/plugins/wordfence/modules/login-security/classes/model/request.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/classes/model/request.php', 1, 0x00000000000000000000000000000000, 0x26dcae4daa1cf78b2c7e2fe21cf8e972, 0x0c463bf4f4cc14571d5daccf26f1b8e57a7e6f27f02f810e800171cc2b08b8a8, '', 0, '?'),
(0x1ff4327029b48b7417a4ad4906edeeb3, 'wp-content/plugins/wordfence/modules/login-security/classes/model/settings/db.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/classes/model/settings/db.php', 1, 0x00000000000000000000000000000000, 0x208aeffed600b0223e793e3dc0aea3c7, 0x7856512f077d801fe790be3a283326fed1e5b92508a2185591a44a6f01aaff43, '', 0, '?'),
(0x16c7969a8964c321733c58a7e499d0af, 'wp-content/plugins/wordfence/modules/login-security/classes/model/settings/wpoptions.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/classes/model/settings/wpoptions.php', 1, 0x00000000000000000000000000000000, 0xec2a95317b2ccbbef2fe961bca829cce, 0x3c9547b2c6eb24b5552bf61f6bc54c3e040068970f61684206a6ac5308a92ddb, '', 0, '?'),
(0x2d869a8e5fb5b5e66d0c712babf73194, 'wp-content/plugins/wordfence/modules/login-security/classes/model/settings.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/classes/model/settings.php', 1, 0x00000000000000000000000000000000, 0x68e3a0b2edc4c86912b465a095c9a114, 0x4948f84d705c87e6f5ff4ead680ad7884e159abc463d2dbb931cba5ad83d684f, '', 0, '?'),
(0x06992d3694597740bd690faeeba3c13d, 'wp-content/plugins/wordfence/modules/login-security/classes/model/text/html.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/classes/model/text/html.php', 1, 0x00000000000000000000000000000000, 0xcf4f68e6d9dac51c804f3c46d2acc610, 0x508e4a14e7be48b7aff174994e7319bffb6e642a4688275757cd611071fdf45d, '', 0, '?'),
(0x8f48be2999eb118692d7c76a48d16a0b, 'wp-content/plugins/wordfence/modules/login-security/classes/model/text/javascript.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/classes/model/text/javascript.php', 1, 0x00000000000000000000000000000000, 0x56ed2742c76ccb4966e3f39ed6226319, 0xb3b94f2488d3553f81d10a52ac94799691ec5615e0b30f3d8754f51dad0cf95a, '', 0, '?'),
(0x8e67171abb14bb5cdb0d9e603d836dad, 'wp-content/plugins/wordfence/modules/login-security/classes/model/tokenbucket.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/classes/model/tokenbucket.php', 1, 0x00000000000000000000000000000000, 0x17500db64c1308f7c3c1fbc77bc780f5, 0xfc8de311f49d565a2b8de226830d16c9d0a9d10b553bff4c290c52c821d3b5ce, '', 0, '?'),
(0x55802ed51ef4bd914700e3c46837134b, 'wp-content/plugins/wordfence/modules/login-security/classes/model/view/tab.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/classes/model/view/tab.php', 1, 0x00000000000000000000000000000000, 0x8af77bcec8c7b2d9d9eab28ae6f21254, 0x0573c1d7b76d7928e55b1fa67e84fa4d9fc099aecbdf4ed3d498f3f8e93b690b, '', 0, '?'),
(0xe1ac3bc1447468f245d347ec3e934889, 'wp-content/plugins/wordfence/modules/login-security/classes/model/view/title.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/classes/model/view/title.php', 1, 0x00000000000000000000000000000000, 0x1b1e90cdce93f5ff6a4ef779a5c3387f, 0x550e99cd414da6560ac9c350576b8e7875fb09901f09b6dafbb59b068c2ff83d, '', 0, '?'),
(0xa6233ac1f6cc536bab55b982e27bc01f, 'wp-content/plugins/wordfence/modules/login-security/classes/model/view.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/classes/model/view.php', 1, 0x00000000000000000000000000000000, 0x2ac13ae83f91ee6c5d9dbcb6f1e77504, 0x3250e6d6ed839aa7d03d773d899d0f374105727fa70afd6651fac27e2cb7af42, '', 0, '?'),
(0xe8de9d21b279e02c2f3b8490d8d7b484, 'wp-content/plugins/wordfence/modules/login-security/css/admin-global.1655226500.css', '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/css/admin-global.1655226500.css', 1, 0x00000000000000000000000000000000, 0xad0fde0acc216d5d151827c278cb5fb7, 0xd3578794fe49af59a2de54c3c4af51b2102e30283f83cb46a399cf66237cc64d, '', 0, '?'),
(0x93c4313af3220668b6c0f95d10b15df1, 'wp-content/plugins/wordfence/modules/login-security/css/admin.1655226500.css', '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/css/admin.1655226500.css', 1, 0x00000000000000000000000000000000, 0xd31b0153be1d3af294d95707d3ddb162, 0x149460bfc5ca827786d9271db7d04a175eed385696681dd36f37841163fa0530, '', 0, '?'),
(0xd70d0965febdf13fb876939d7f4072de, 'wp-content/plugins/wordfence/modules/login-security/css/colorbox.1655226500.css', '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/css/colorbox.1655226500.css', 1, 0x00000000000000000000000000000000, 0x933c84bb770d6999ecbb8e764c2a78c9, 0xcd4ecd62b583900dcc8e8a2f3f1e2b27e5c4621c6927fa57e213244080691000, '', 0, '?'),
(0xd14541e785f00e524ac1339fafad7fa1, 'wp-content/plugins/wordfence/modules/login-security/css/font-awesome.1655226500.css', '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/css/font-awesome.1655226500.css', 1, 0x00000000000000000000000000000000, 0x4ec4f9c0324ae5a8b3fd5942e798b18d, 0x1a50ad4c1fe3a892cd139e905a69c97491418d07fca7e4aeebe390d837641fab, '', 0, '?'),
(0xe55deee4e4d699fe8b15bc69025da7c8, 'wp-content/plugins/wordfence/modules/login-security/css/ionicons.1655226500.css', '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/css/ionicons.1655226500.css', 1, 0x00000000000000000000000000000000, 0x902ae1c6a3d9bf633baedbe27abe8bbb, 0xace84ef44abe737fb440d133099a3a6829950f3704194b0ef29b3c945c4efc2b, '', 0, '?'),
(0xacc27a81ea778c70aaed3bb15698e4d6, 'wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.min.1655226500.css', '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.min.1655226500.css', 1, 0x00000000000000000000000000000000, 0xbe6cff2eb4147f9a28eb4b917051d9f0, 0xb3d98d240c72623d70cf680eb978cb4ba3f9355d38c751fea7985289af6a6e34, '', 0, '?'),
(0x75ce01f4539074a6d547085c8cfcd174, 'wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.structure.min.1655226500.css', '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.structure.min.1655226500.css', 1, 0x00000000000000000000000000000000, 0xbb292f34193bdf24db94e5deac76695c, 0x9f6ee4e8f8c1e0690c9dd9eb9785b54eb5765816a537ab595db48590bcb01944, '', 0, '?'),
(0x801bf6a7bb2c68f99d5f271996b3e21e, 'wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.theme.min.1655226500.css', '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.theme.min.1655226500.css', 1, 0x00000000000000000000000000000000, 0x6b58f85a0562b8f6d813e5aa35c4ea98, 0x5b004ef986b29245c067f00597eca4d16764b617710d08d2edbfdae82a2749c2, '', 0, '?'),
(0x19140a5b9ff6a330337e9e02fb63785a, 'wp-content/plugins/wordfence/modules/login-security/css/login.1655226500.css', '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/css/login.1655226500.css', 1, 0x00000000000000000000000000000000, 0x1c27bdc306007ce11a3197ef8eacd30d, 0xa346dd8c0d772c9e4bded25fed8c6df12d94fd4e96aaeaba222a94749d9a46c8, '', 0, '?'),
(0x6fbf77072af60ace9bcea247d29c9d5d, 'wp-content/plugins/wordfence/modules/login-security/img/header.svg', '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/img/header.svg', 1, 0x00000000000000000000000000000000, 0x70dce8b1d1c75dea6a2de39114f8a699, 0x389afc05bbd4da23cc84280338f8e1ff884ffb227fc7092b186822466296ec83, '', 0, '?'),
(0xc7f17ddb0c43931b1e775895544380fb, 'wp-content/plugins/wordfence/modules/login-security/img/lightbox-controls.png', '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/img/lightbox-controls.png', 1, 0x00000000000000000000000000000000, 0x9d6d135dbc6192ac0e955c24c9048f1f, 0xc7970892683fe0efef0653e9eecd29b83a9bc1d6694002682e90a058d7679486, '', 0, '?'),
(0xe05c31dd83e225e156457c3c4eb5b017, 'wp-content/plugins/wordfence/modules/login-security/img/loading.gif', '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/img/loading.gif', 1, 0x00000000000000000000000000000000, 0x4b3afb84b2b71ef56df09997a350bd04, 0x6a2ae4658ef308a9f5646f0658a47ea737c2eb2680b2824efc39c97c4c9d95c7, '', 0, '?'),
(0x01e4e816453f744239628d9776466031, 'wp-content/plugins/wordfence/modules/login-security/img/loading_background.png', '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/img/loading_background.png', 1, 0x00000000000000000000000000000000, 0xacf427e932fb9413700a4b8b58b41eec, 0xcdce8e2558efc59646bcffe7dcf23173cf3bc01bce174ceb7a721618e792bb11, '', 0, '?'),
(0x25c16657f10212898509d65030e57d2b, 'wp-content/plugins/wordfence/modules/login-security/img/menu.svg', '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/img/menu.svg', 1, 0x00000000000000000000000000000000, 0x70dce8b1d1c75dea6a2de39114f8a699, 0x389afc05bbd4da23cc84280338f8e1ff884ffb227fc7092b186822466296ec83, '', 0, '?'),
(0xcc4de8d67febe07adfc5ad59ba1efcae, 'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_444444_256x240.png', '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/img/ui-icons_444444_256x240.png', 1, 0x00000000000000000000000000000000, 0xd80747d34afb87753b51d45a36f8bd17, 0xfffb8506df5c4d55198ced4b6851af77c043a903b669d656b4eea2b9b2ce4a27, '', 0, '?'),
(0x9e6620aca772c570ce28978b70a024a9, 'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_555555_256x240.png', '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/img/ui-icons_555555_256x240.png', 1, 0x00000000000000000000000000000000, 0x1e70a2d46244ee4070fd47152bd71db1, 0x0f2a447f15055acd3ef94267f11b2659128959889bfe848ee2a80234283ca82f, '', 0, '?'),
(0x4ad5ac3485e71e110de06eeacee7a618, 'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_777620_256x240.png', '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/img/ui-icons_777620_256x240.png', 1, 0x00000000000000000000000000000000, 0xeb4a975c630f379279fe78c604d0b36c, 0xb37ec0cd71569ac203afbe2a27c5103194a5a49a9d175d33905e91f69ecdc96d, '', 0, '?'),
(0x73e1edb8348ca0a28f9152bf583e4f8e, 'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_777777_256x240.png', '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/img/ui-icons_777777_256x240.png', 1, 0x00000000000000000000000000000000, 0x68855e6e3d288ab126a1f1dd82b64e26, 0x53b2f344491608427fff0b7a14d15f2d3f2859cee37045a579fb0ec6b941a11b, '', 0, '?'),
(0xe3e3b648918aa784cf25e2f7da2c83b8, 'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_cc0000_256x240.png', '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/img/ui-icons_cc0000_256x240.png', 1, 0x00000000000000000000000000000000, 0x7c81a6253b77a9fdaf51bb1038f8c840, 0x771e693ede36b7c6ace034c8e5a02e4eca43b9e4119e1aff34aa0e08494f9ed9, '', 0, '?'),
(0xac62f33013dd803e6ae3a40222abfe47, 'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_ffffff_256x240.png', '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/img/ui-icons_ffffff_256x240.png', 1, 0x00000000000000000000000000000000, 0x41612b0f4a034424f8321c9f824a94da, 0xac2f233f54ef8669054f4c7976a6ed751b9a98544b94b0a9c9a4bdb75cd8bbf5, '', 0, '?'),
(0xb4537ad14a20f4afdcf537623a15a6fc, 'wp-content/plugins/wordfence/modules/login-security/js/admin-global.1655226500.js', '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/js/admin-global.1655226500.js', 1, 0x00000000000000000000000000000000, 0xafc3710421e8c3f900f0ad80a027a5fb, 0x07d8571bb43424617fbcf6dc2778f419e9e02d05acd44bcebc9623925aaff0fc, '', 0, '?'),
(0x94c4c8e1820255bbbd7e81a75fb3a865, 'wp-content/plugins/wordfence/modules/login-security/js/admin.1655226500.js', '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/js/admin.1655226500.js', 1, 0x00000000000000000000000000000000, 0x67931182656ac9f1029b88278649f837, 0x55e1b912256ac147c4a7d8e0cc7c5d53b9d0a96e32f2dc50a6025499102b1b4a, '', 0, '?'),
(0x9612f9cea0ae4973c4584492ec7d984e, 'wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.1655226500.js', '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.1655226500.js', 1, 0x00000000000000000000000000000000, 0x6c1b599f5af669e0a886a0330001325b, 0x281e92e54123efc00117bc4697fef87e042ba69fa0466768a1f0530e9f2efb62, '', 0, '?'),
(0x1ecbf2ed48f02a50eeac670aeb469dcc, 'wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.min.1655226500.js', '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.min.1655226500.js', 1, 0x00000000000000000000000000000000, 0xf49a10becb6cc05765d4557bd21839fc, 0xdcd8e9cce8e447fba017dfd938971c3d8d00a83e20f833a077671133082ea234, '', 0, '?'),
(0x4350b19bde4d4c30c23c529ab56380db, 'wp-content/plugins/wordfence/modules/login-security/js/jquery.qrcode.min.1655226500.js', '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/js/jquery.qrcode.min.1655226500.js', 1, 0x00000000000000000000000000000000, 0x05f0b1d7d4b9b0b4975870606d650e3c, 0x7750001ed870d47a75594453de7a2857a0dfa50289ec50be33245391f6f21b91, '', 0, '?'),
(0xf95077177657c09c4440538cb630a7dc, 'wp-content/plugins/wordfence/modules/login-security/js/jquery.tmpl.min.1655226500.js', '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/js/jquery.tmpl.min.1655226500.js', 1, 0x00000000000000000000000000000000, 0x805c7dc322a386178b37dab79295445a, 0xdf2e49f4481a0f841b6700f39d4821376091a367dea05af87ac88483c5be367c, '', 0, '?'),
(0x31271ee73e35108af6562492831f69a3, 'wp-content/plugins/wordfence/modules/login-security/js/login.1655226500.js', '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/js/login.1655226500.js', 1, 0x00000000000000000000000000000000, 0xb7efc840f13ab383765795ee9c2f6bb5, 0xf3bf34595cb367791b7fe6474fb4e978fb5938a10d40e7006f24c37544e66a40, '', 0, '?'),
(0xc66474e01d809a53309b5b1d5c4f673a, 'wp-content/plugins/wordfence/modules/login-security/views/.htaccess', '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/views/.htaccess', 1, 0x00000000000000000000000000000000, 0x85bcd541be61b862907672f1a402071d, 0x4387bef6bd277285150339bdec4004e24ba1de8674a1aa99f6e2a77723406bba, '', 0, '?'),
(0xffdbef407e7d638784d851dd2783bf4a, 'wp-content/plugins/wordfence/modules/login-security/views/common/modal-prompt.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/views/common/modal-prompt.php', 1, 0x00000000000000000000000000000000, 0x828625e2fd39f4e13b2586f26d4d365a, 0x36f92d1805cc329e586add925b1bc86caae381c3864c02ef8cb0097f2738464a, '', 0, '?'),
(0xcb71f29b38e05d1143a4ddcbd69414d5, 'wp-content/plugins/wordfence/modules/login-security/views/common/reset-grace-period.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/views/common/reset-grace-period.php', 1, 0x00000000000000000000000000000000, 0xebb2fce136decf9cc67bbc812fe50e79, 0xe70e11803f056187ce6426f22eedc996b9a67fa485d071ee045624cbc24d6413, '', 0, '?'),
(0x03f57823a5842a105760509ac1c0449e, 'wp-content/plugins/wordfence/modules/login-security/views/common/revoke-grace-period.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/views/common/revoke-grace-period.php', 1, 0x00000000000000000000000000000000, 0x1f619026e7db043a5eefdf21828479cc, 0xede98aec1c9379b9d391345556c8a1463e2fea12c86daee723a03c7bef9e72d2, '', 0, '?'),
(0x6a8a04b4890eab03707ff8005acdf299, 'wp-content/plugins/wordfence/modules/login-security/views/email/login-verification.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/views/email/login-verification.php', 1, 0x00000000000000000000000000000000, 0x241ebd755a39c326e753bc4946c82c8b, 0x8572ba273c8b28ed7ff2f638a6cc16ee0712cf76cf80343c06e44c674152c5fc, '', 0, '?'),
(0x9623796edb81e5bd905b6817725cd855, 'wp-content/plugins/wordfence/modules/login-security/views/manage/activate.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/views/manage/activate.php', 1, 0x00000000000000000000000000000000, 0x1a454e7337a97a228b83da2291550899, 0xf2522962f2be98311c384bbb62df4240dd834ffa1cb8a0f42ed1d5d5954224e2, '', 0, '?'),
(0x90a93486f823d5b0a81c7def8b84afa3, 'wp-content/plugins/wordfence/modules/login-security/views/manage/code.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/views/manage/code.php', 1, 0x00000000000000000000000000000000, 0xc6dca8dcdec717409d6f97f2b8d4ff16, 0xacd5f0e901120d01f31eb1f96db4b03ba978330955c32ab8ca2b716dc216c952, '', 0, '?'),
(0x4f82e6bdbc076d24b8f29e97dd8b265f, 'wp-content/plugins/wordfence/modules/login-security/views/manage/deactivate.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/views/manage/deactivate.php', 1, 0x00000000000000000000000000000000, 0xfb12508da09addd4369bfcf245e9e624, 0x1feb5bcdb04c766d4bb36ed36c6f583dd5c640e513bd87f6ee1cacbc0063e8cd, '', 0, '?'),
(0x9db07746a4f2c8b68cdb1cec8723209a, 'wp-content/plugins/wordfence/modules/login-security/views/manage/grace-period.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/views/manage/grace-period.php', 1, 0x00000000000000000000000000000000, 0x9f136981e96f9c7d07e819241ad658d7, 0x9c0c9f45ca9547a4e91d21a6dcb7e9885bc7197e02728eeb94c13aa7c6274f88, '', 0, '?'),
(0xe386238d2720ba7e93bac6e72f7ab646, 'wp-content/plugins/wordfence/modules/login-security/views/manage/regenerate.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/views/manage/regenerate.php', 1, 0x00000000000000000000000000000000, 0xbbb096e071d36007d5a3f60f072d240f, 0x5bef901deaa22d763152093ff893063a2e0c76b3dd8cf2c4d055ac58e2c3454c, '', 0, '?'),
(0x45e9423341c705c9f42d0ddc2621d554, 'wp-content/plugins/wordfence/modules/login-security/views/onboarding/standalone-header.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/views/onboarding/standalone-header.php', 1, 0x00000000000000000000000000000000, 0xa19244c76f8a17f379d3ebb28d634bb6, 0x3a508bda636316e9877ae58022feb3a58ebe1c511c800f6190e4c3515aa0641c, '', 0, '?'),
(0x17b7c673dd9c93c39e33878ccff4fed7, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha-threshold.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha-threshold.php', 1, 0x00000000000000000000000000000000, 0xd54c065b675dd7345efa2d725b3aa8d5, 0xf0d672d75ecd442f04ad69297b1e2e42046bf12d360225601ba72635c3e39d23, '', 0, '?'),
(0xc875e5d9437e1c370ae8e6f457b365d7, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha.php', 1, 0x00000000000000000000000000000000, 0xcd8cf1c0e9463e4802404cd83a6f2d60, 0xaebb51449d831bb02b5f107316551161a6581e6eead986c50e399ed3773fbc1f, '', 0, '?'),
(0x6d410303c270e4d7093197de47f5552f, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-ip-source.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/views/options/option-ip-source.php', 1, 0x00000000000000000000000000000000, 0xf8d78b07bf506fcb1976b79460ad0207, 0x167ff15a75ae452dc12ddf8889ab82aafe8cfcbc1f53ff014391cb6469352472, '', 0, '?'),
(0xeda7460c0496f4ecddf7b7066dbab9ac, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-label.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/views/options/option-label.php', 1, 0x00000000000000000000000000000000, 0x7c3ce201ad3e735abe4b03b37abe6511, 0xc4cc863be5146e8645f4d81321eff45ad41a56e9d41156122048dbce1b771311, '', 0, '?'),
(0xe8622bc2f9f761a9588f15c6c706e258, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-ntp.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/views/options/option-ntp.php', 1, 0x00000000000000000000000000000000, 0xce21688f98001e2cf720e29506801525, 0xcb835c42040aece2b5472fcd8943770c9a86d439ff2c24a28ac5904a21e43826, '', 0, '?'),
(0x3beb0164052b3ba443ad18803fc7ffdd, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-roles.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/views/options/option-roles.php', 1, 0x00000000000000000000000000000000, 0x7bc202f937dc6ac6954ddf52003e732c, 0x9048d59b660f537a6187c0b1b12664a8abef74645f9cef56a9b7cd6d948bef00, '', 0, '?'),
(0xfe15eb828f0d3f385b39806b51271d73, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-select.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/views/options/option-select.php', 1, 0x00000000000000000000000000000000, 0x04694a428a5b3fd0e418954e26a0e052, 0x97f914087cfc36401957529d2b1301ad6a7cdaeae52ce79fdeada00bba1edcac, '', 0, '?'),
(0xba92cfeb32ffca0f3f21e075d8dc8622, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-switch.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/views/options/option-switch.php', 1, 0x00000000000000000000000000000000, 0x849f5b2841c98aceed84d6c9fb9568fc, 0xfea387f0cdb3df98935136cca8212af403c7d758e478caf507c34d4d16ad7540, '', 0, '?'),
(0x1a26f4bd6352e03c05172004466943e4, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-text.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/views/options/option-text.php', 1, 0x00000000000000000000000000000000, 0x3e4df240f2c8b718f0fe2439ae5ec0e3, 0x8317b7a30384f20fa74efdfc9fdded419e10e4a448e983c9bb6cec4d89fd1d49, '', 0, '?'),
(0xf26a9df11d0a6a3cc063aa4042890458, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-textarea.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/views/options/option-textarea.php', 1, 0x00000000000000000000000000000000, 0x33dc1471dbd798778955f3dfcdb052c1, 0xfa4a775977af75a26ef80f965b8ac4ce2644d7464c56132df3324c1f15f2cbd6, '', 0, '?'),
(0x12fea5493cbdd6cd5518c2434d645aa4, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-boolean-switch.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-boolean-switch.php', 1, 0x00000000000000000000000000000000, 0x41f2129435588dbb76ecdb0af789f028, 0x23ce67006e81fbbb8dd73ba261f57d3e222708e3f838731a728747654a605e8a, '', 0, '?'),
(0x7744491d9aab2d45f21f9d49d7166ce5, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-multiple.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-multiple.php', 1, 0x00000000000000000000000000000000, 0x1854be9a25f6613b42333e7c4358fdae, 0x423b2cc8798d905fd63aa02419b2c806cfc7e4b5111eec4535a89c423084c800, '', 0, '?'),
(0xdc0746e80418aa860d758e44bc620837, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-segmented.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-segmented.php', 1, 0x00000000000000000000000000000000, 0x4053877c8585f8748e952f41137a4e13, 0x253c2ef696b67ce7acf9aef3e7ca6fe1418c852c381bb480c591f529eec39861, '', 0, '?'),
(0xe97c3aabea781e905a7eb12ad7776cf8, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-select.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-select.php', 1, 0x00000000000000000000000000000000, 0x9e62dbdc5626a3001b9d3739bd9137af, 0x03c85cfa67cd44b1ae69cc957f8216306dc66767eca1b48362fa59275a3339f9, '', 0, '?'),
(0x070d508116f7299e345f22bb99270131, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-sub.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-sub.php', 1, 0x00000000000000000000000000000000, 0x8dadeff27da0ec03fafbee83d73409e0, 0xd62174ae22b05a7b2c80138e3beffd889f24f2c5bf266a9dfa64c1445d7b2ef1, '', 0, '?'),
(0x16f0f72ae6b2ab9e015110f387ffa54e, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-textarea.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-textarea.php', 1, 0x00000000000000000000000000000000, 0x46952491efdbad8a8477cf6b915f2c77, 0x7ce103443dd43c66f1594442bf394fc2bc0f7e0b6519ae9caf8c41df18cdfc5b, '', 0, '?'),
(0xd503f7a22f977187815252ca7cb9a1ea, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled.php', 1, 0x00000000000000000000000000000000, 0xca52f58c8d217a403be35665f69de1d5, 0x9e23ebf3b26c9323c3fbd0ba3b94094b41483951c6408709abdbcbc719427ef8, '', 0, '?'),
(0xac24b451b27350b8acea52337d18072f, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-token.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/views/options/option-token.php', 1, 0x00000000000000000000000000000000, 0x224eb1be4ac7c9729187ea08d050c5f2, 0x44b6c9b026b787eb34c07e0ef8c543e50b423cbf7be1ae45edefb5ef776c6724, '', 0, '?'),
(0xfa1c86388dee3d119aba91c75bd5b183, 'wp-content/plugins/wordfence/modules/login-security/views/page/manage.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/views/page/manage.php', 1, 0x00000000000000000000000000000000, 0x41fd91f6f68069596e24d471a98d47bb, 0x765fff8a046549bbdc9187fda10baab6877a2215d1fdaa5bf6310a6facc7c246, '', 0, '?'),
(0x4391bbd41d49fe16bb110ede5337ef3c, 'wp-content/plugins/wordfence/modules/login-security/views/page/page.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/views/page/page.php', 1, 0x00000000000000000000000000000000, 0xd0a8193e5c67aec9c7a1e124abcc63c6, 0xcaf71811846969b69b47ab43aacfc5171fe94e80464cce082937258fca99e602, '', 0, '?'),
(0x1e7474ccb8ed54e92eefa12ac3b35598, 'wp-content/plugins/wordfence/modules/login-security/views/page/role.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/views/page/role.php', 1, 0x00000000000000000000000000000000, 0xad750367fbc5c2f9d50fbfff25bf5ee8, 0xe4aea10fb406a3bb0ee3877f0d0f25f2c9dc4e665b49d2ff925f74c9a52b89b4, '', 0, '?'),
(0x1a8ffe8dbd964c364ee531d7153b389c, 'wp-content/plugins/wordfence/modules/login-security/views/page/section-title.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/views/page/section-title.php', 1, 0x00000000000000000000000000000000, 0x221f8e18ece1775e0aa0a8a1136b8136, 0x8c21cd1935bb40e3610cbe3674846f9a352844db73a9d0d10ae4c1b5e64bbf66, '', 0, '?'),
(0x88bbc767931995dd5b7aebb400ceae9b, 'wp-content/plugins/wordfence/modules/login-security/views/page/settings.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/views/page/settings.php', 1, 0x00000000000000000000000000000000, 0xddd5afc2dae423df0c7a5f2703f7d22b, 0x12760154cdfaf06f43c547f6974e1467e8f5dbeda2853383173fd1586d80e54b, '', 0, '?'),
(0x54a6d2f10df66656842bdcf805206a9b, 'wp-content/plugins/wordfence/modules/login-security/views/page/tabbar.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/views/page/tabbar.php', 1, 0x00000000000000000000000000000000, 0x67785880a34a54d1ef8a6278ca19fa8d, 0x66819878a42f1fd278e8a8c017ebb01c47dc150a388735fa36071b89095af42b, '', 0, '?'),
(0x8bd2cba936fd662fda36596a4900ee57, 'wp-content/plugins/wordfence/modules/login-security/views/settings/options.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/views/settings/options.php', 1, 0x00000000000000000000000000000000, 0xa3d7ef5816f912094bade6dbe6aad87f, 0xd6eb0da0e89cff3c61e5a4c363d6ddbd527c6c80ba143c7b9f29fe3b8b244d48, '', 0, '?'),
(0xa45967e1f9247ac948e12e0459e91be1, 'wp-content/plugins/wordfence/modules/login-security/views/settings/user-stats.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/views/settings/user-stats.php', 1, 0x00000000000000000000000000000000, 0xf56aed171f4f0b224557cdb3efd31fed, 0x0928dfdd4b0fd1678d591dfc511e8c45b473c4602dde60e2e9abd7adbce47ad8, '', 0, '?'),
(0xb5a5e4aa797893e8e2c21078342afd20, 'wp-content/plugins/wordfence/modules/login-security/views/user/grace-period-toggle.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/views/user/grace-period-toggle.php', 1, 0x00000000000000000000000000000000, 0x662ec78ec13135dbe6304c076ab777e4, 0x54492fafd093c344c8d0121decb411e94e8937dcdadcdec536a2ef827cc63348, '', 0, '?'),
(0x64956bf2fb914a51417736696d3c4231, 'wp-content/plugins/wordfence/modules/login-security/wordfence-login-security.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/wordfence-login-security.php', 1, 0x00000000000000000000000000000000, 0x1ccd21c404933e6aba6cf136988347f9, 0xf044f0a6ad39961d10962c251bd87652bed9e36c0b4a0065ef1e16cff1dd36e1, '', 0, '?'),
(0xbf76e997464997cb3268b4cff8a46ec1, 'wp-content/plugins/wordfence/readme.txt', '/home/www/iamctv.com/wp-content/plugins/wordfence/readme.txt', 1, 0x00000000000000000000000000000000, 0x030c28485b3d2f7d886a35cf1cb37139, 0x1f5aaeee2542bb3c37f7ce1af82f90cfdcca32fc21ce2c44dca8bc00ba7562d1, '', 0, '?'),
(0xef3b0c4ce17489d7ac43b0839094c9a3, 'wp-content/plugins/wordfence/tmp/.htaccess', '/home/www/iamctv.com/wp-content/plugins/wordfence/tmp/.htaccess', 1, 0x00000000000000000000000000000000, 0xb749a07a7ed269b62c1b4c9effe81e04, 0x09f9a601485149e9717abcdaa4f870c6399f43343e48fc80c233067fa8898447, '', 0, '?'),
(0xe1e122d0432aff04aad7199add2eaeb1, 'wp-content/plugins/wordfence/vendor/.htaccess', '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/.htaccess', 1, 0x00000000000000000000000000000000, 0xa34522784bcaea0e7bc738f6645312b3, 0x4387bef6bd277285150339bdec4004e24ba1de8674a1aa99f6e2a77723406bba, '', 0, '?'),
(0x3d539636c86114b09f03586fb02c9432, 'wp-content/plugins/wordfence/vendor/autoload.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/autoload.php', 1, 0x00000000000000000000000000000000, 0x1f6e9f5638b75ca17fe4cb4214061373, 0x37eefa68c2dc0b8186d3fc3e3862ba0775745e5ea75278aa3236c9236928fa11, '', 0, '?'),
(0x5f03a36b34e9f7b7212a7d8882dd8420, 'wp-content/plugins/wordfence/vendor/composer/ClassLoader.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/composer/ClassLoader.php', 1, 0x00000000000000000000000000000000, 0xa0899dd7d97c25fe1d872a542afa6081, 0x9890179892e4a1323804397601907533926e094332178d731dafbc760c612f9f, '', 0, '?'),
(0xa230e1c126a559a9eed51ca0d513c1a1, 'wp-content/plugins/wordfence/vendor/composer/LICENSE', '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/composer/LICENSE', 1, 0x00000000000000000000000000000000, 0x955d5fe58c231244f6b49000f383b5e2, 0x1a209ff8db92f625a713347e4ed97e47682162d817ad3a77829805c98cbf9927, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x2230c2720f4e314d95e1e4239ea0e1c0, 'wp-content/plugins/wordfence/vendor/composer/autoload_classmap.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/composer/autoload_classmap.php', 1, 0x00000000000000000000000000000000, 0x8645d3a4e3ad87e7cf4d88a46717aab4, 0x51d8f8a32a27b684fe42a92b1445061781fcdf9eb3fb3a95f36d8cce7975d657, '', 0, '?'),
(0x1f74898e7fae91c4f421e61a1787250a, 'wp-content/plugins/wordfence/vendor/composer/autoload_namespaces.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/composer/autoload_namespaces.php', 1, 0x00000000000000000000000000000000, 0x35e12c7d76c4a81633bcf547c0e229a9, 0x45bd72344000b8d4a124a6e27ae6fa33f0b8246cb2ea1ad06069e46578c36cca, '', 0, '?'),
(0x73ec0e0bc3cbb18c592a75bfa9e14f84, 'wp-content/plugins/wordfence/vendor/composer/autoload_psr4.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/composer/autoload_psr4.php', 1, 0x00000000000000000000000000000000, 0x7f13da2a7194b6424974a7d39f413c22, 0x3671050751a5861dee1060f0b7886402216366b61db61b2ef089f80842780671, '', 0, '?'),
(0x7ec5d3b86263f6dd1a24904024a9f22a, 'wp-content/plugins/wordfence/vendor/composer/autoload_real.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/composer/autoload_real.php', 1, 0x00000000000000000000000000000000, 0x2b183e722a9093b1149a11f708f46d49, 0x45cdf200db2eae9da2acf2c2bfc2afad3146fb284466a77507ca76dceab2cb94, '', 0, '?'),
(0xf521a5d6900f28794a6f2a12c8ee4ad8, 'wp-content/plugins/wordfence/vendor/composer/autoload_static.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/composer/autoload_static.php', 1, 0x00000000000000000000000000000000, 0x8842b95c8f1742482b9712b181df2909, 0x89f638341f1945a83349362db896a3118739fcbcdf217a8c02c047139d4cba35, '', 0, '?'),
(0x6b7d3ac5fde70cd8df564ee0e5eec847, 'wp-content/plugins/wordfence/vendor/composer/ca-bundle/LICENSE', '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/composer/ca-bundle/LICENSE', 1, 0x00000000000000000000000000000000, 0x783e50a8f248e56536e25b4746d035af, 0x0c178cf00c71219fed9990e7ca25de8050d9a7a7a048b99472b42e814c89857e, '', 0, '?'),
(0xc60cfd70933109b03fc203d84a1840b3, 'wp-content/plugins/wordfence/vendor/composer/ca-bundle/res/cacert.pem', '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/composer/ca-bundle/res/cacert.pem', 1, 0x00000000000000000000000000000000, 0xfccbe6cec7a76e3351ad32e305184787, 0xff64ede2221f66dd8e95bc9d36656d886019f61b7a99b4cafae2503c4b4fd212, '', 0, '?'),
(0x4f3dfcc868b7007d4fede572104ca362, 'wp-content/plugins/wordfence/vendor/composer/ca-bundle/src/CaBundle.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/composer/ca-bundle/src/CaBundle.php', 1, 0x00000000000000000000000000000000, 0x5a9a55f7af7e13bc4c35c2401a56550f, 0x2fa772d6ec5484726dac9a17a5d847ad1fd181a00daa2598650dd3ed7ce2fa5b, '', 0, '?'),
(0xd00811ac5d6dd9b2a71f0907e296adec, 'wp-content/plugins/wordfence/vendor/composer/installed.json', '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/composer/installed.json', 1, 0x00000000000000000000000000000000, 0x3e77d0cca909f7d3264abc9ca1018529, 0xb1f09912ab4dd7f32cb9503a94026b800a7f4ee232855b73040a577a655d6f4e, '', 0, '?'),
(0xf8364e1b5d624eabed52f889849383c0, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/.gitmodules', '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/geoip2/geoip2/.gitmodules', 1, 0x00000000000000000000000000000000, 0xa1da842003e271f63f73319ab5d4e555, 0xe752456b6b73265d2169aa5f8ba49a8922fcc9feea90797e9cf817c1f94b6187, '', 0, '?'),
(0x14af454357acee60a960dfdf0e012def, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/.php_cs', '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/geoip2/geoip2/.php_cs', 1, 0x00000000000000000000000000000000, 0x8b5f40e5650feee8e4330ca56294d942, 0xd94ce08bd8a4404ae386394f68479740401f9befaafb5a2186e00038236cd328, '', 0, '?'),
(0x63f163a9b6baabaac00f670e75cee4cc, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/LICENSE', '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/geoip2/geoip2/LICENSE', 1, 0x00000000000000000000000000000000, 0x3b83ef96387f14655fc854ddc3c6bd57, 0xddacef491153f45022f5619519bb2016374a8c36e75153768493f45fb38d7992, '', 0, '?'),
(0x976bb3177c4444a319952a403404eb02, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Database/Reader.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Database/Reader.php', 1, 0x00000000000000000000000000000000, 0xa6c50a1c416776fa983103500c83d8b5, 0xbabfbda7306f2a0d91c47641f66fc2331bb29bdf3acddef86af57590bda70479, '', 0, '?'),
(0x015db3d66a89c752051da402fe89581e, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/AddressNotFoundException.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/AddressNotFoundException.php', 1, 0x00000000000000000000000000000000, 0xf7b42f2f1952b78482e1cc6ae3e9c92e, 0x17f60ea53327139d580dcb6f91602fd7107f04d344d8f908a0bde92ff2ba331a, '', 0, '?'),
(0xac5a67d355693169e7c6bee478c83df5, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/AuthenticationException.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/AuthenticationException.php', 1, 0x00000000000000000000000000000000, 0xa664ef571be82c82fa584545e66ff1fb, 0x6c3ff599e0a914290f2626a9a4e2e2e61ed350c8d3501e24401f13da5cb92fa0, '', 0, '?'),
(0xf5c27b5a0ac730440d4f8b4d2a5574da, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/GeoIp2Exception.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/GeoIp2Exception.php', 1, 0x00000000000000000000000000000000, 0xb14e09b853d258d93f7a0fd50e07b1d3, 0xe5bfe0e6d4a60a160edbd9b24c4be7941059a2958a31d325f95837d97ed22a11, '', 0, '?'),
(0x92e2c5ed87b4c114c1dc7586fd348336, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/HttpException.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/HttpException.php', 1, 0x00000000000000000000000000000000, 0xc86ccb666bb3ea3c19fdf7070d0ac0cb, 0x5221d64f5d7092490ae1cb5c85c55650cc3911873dc104fe21f2133f8f1dd1f0, '', 0, '?'),
(0xb699164b0b3fdcfe72b5e7611d235168, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/InvalidRequestException.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/InvalidRequestException.php', 1, 0x00000000000000000000000000000000, 0x4961bbe3eefdb5ff7f52c99e2578bcbf, 0x10b3b0a74d08fea220e41e620bf780bce9a364c2fd5d46c069f7504f5a7192da, '', 0, '?'),
(0x5e04913401ee6abe11167ca4e14983d0, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/OutOfQueriesException.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/OutOfQueriesException.php', 1, 0x00000000000000000000000000000000, 0x35f4fa482a66d2e424b0f0ca9d19d390, 0xfe03f211d0c69d6963df7ad9508ffb31e28d22dda2d39b6fb6545772798b2a46, '', 0, '?'),
(0xcadc8652289d271132576870f5a49747, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/AbstractModel.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/AbstractModel.php', 1, 0x00000000000000000000000000000000, 0x401fd28f4889ff43a435cca85b00a5e5, 0xc058facd660e3ab54d8974decb8323fb03a5734403fa3428f84e1d478646e8ba, '', 0, '?'),
(0xb7d55b05308df15e8b9faa8cd002b617, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/AnonymousIp.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/AnonymousIp.php', 1, 0x00000000000000000000000000000000, 0x65ba6d67ebdd9c7cf93cebbcb844680b, 0x992bc18d25dd47b83c74b3315deb83490719f2356db71a9e7dafe245f63ef03b, '', 0, '?'),
(0xa38d9ea476bd88855635c783de44c575, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Asn.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Asn.php', 1, 0x00000000000000000000000000000000, 0x9cda840b9d0aba3110b768cdbe2102dc, 0xb34d0bcfa1e71109de13fea51ea870ab6bf216c429afabe2c7210d1b880cbd17, '', 0, '?'),
(0xcf51814bfdd6c451063935188ec69460, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/City.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/City.php', 1, 0x00000000000000000000000000000000, 0x01ec038be43ed9ca59215c7a9bff4a58, 0xbe14b3422a794ccbb010838161d8e275a82274a01a34e0fec75adbb34e6bc2a5, '', 0, '?'),
(0x2b620a92cb4466b05832c08687599943, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/ConnectionType.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/ConnectionType.php', 1, 0x00000000000000000000000000000000, 0x649de5e0533abf2d4ec02151ddfb3022, 0xa736cb293f99f28b155e2246d22a05a9677cd2ce26c5db52d5cea004e1dc0009, '', 0, '?'),
(0x65699b8779eff8cc2c3ab6eae154d929, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Country.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Country.php', 1, 0x00000000000000000000000000000000, 0x00a651902332d08f1291b4f35280b495, 0x7e164729e25217a1b3ea8137692deb23e2de0752203948b016fec7abf7200362, '', 0, '?'),
(0x14257e574e3832bd9e51ad4fbf9bfe05, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Domain.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Domain.php', 1, 0x00000000000000000000000000000000, 0x6e34a41e469abf304a43c6206eb2be6b, 0xbb43622c7fa88db32207d7223e066abbe4a617f28990c58a03ced8416c44179c, '', 0, '?'),
(0x5d8e81d472993a400c7f16b4854911a6, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Enterprise.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Enterprise.php', 1, 0x00000000000000000000000000000000, 0x84a185363a94f5f6be326b5033faaebc, 0x257588b8814d70f1dae1c92c2e00d140b25a718c0beb7218bf9d2fc3fbb59f51, '', 0, '?'),
(0x25443fc56d31515a22c5634158517187, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Insights.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Insights.php', 1, 0x00000000000000000000000000000000, 0x8c47c61b8cdf3da3be9d310a56e730ee, 0x03387d07b70b05023e1ceddb6b3660bcff756964e2f0896548ed5003cd5e1fe9, '', 0, '?'),
(0x446da4a675e4cfa39321c249973548a4, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Isp.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Isp.php', 1, 0x00000000000000000000000000000000, 0xba941470d9bdadb850aadb5d478190db, 0x8c7cb69f20298aa95915fb4df77ff4162c33f7bea53081e7ca1f1a2a8739ed70, '', 0, '?'),
(0xf356a13cdffec3720a51b55d6a765850, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/ProviderInterface.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/ProviderInterface.php', 1, 0x00000000000000000000000000000000, 0x5abfcd7ff82a064e66c7d9bc7b849d15, 0x699a94cbb67c3185d2e28f1b762e345baa28b6a008abf4d66d40663ef4bddb07, '', 0, '?'),
(0x4a083f23b3cd8c24014d0cf937d36384, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/AbstractPlaceRecord.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/AbstractPlaceRecord.php', 1, 0x00000000000000000000000000000000, 0x0b60c4490c2e3a8f9b137fe2605052e4, 0x237ad415b85299021a4855e8c9ee3e42e86e502c9f9c169227836554ac74dfba, '', 0, '?'),
(0x8b8e4dafd3bcfff11e3754947eabd9cf, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/AbstractRecord.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/AbstractRecord.php', 1, 0x00000000000000000000000000000000, 0x24e06b4117ce60c06c77dcceecb87984, 0x370d3409ecb6a510510a63edeafc3e630a063ed150660e38ed349006f8486ba4, '', 0, '?'),
(0x77651dfcdc6a16ff5af4f571b2490fc3, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/City.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/City.php', 1, 0x00000000000000000000000000000000, 0x1c28af2c83a094beaf45da8ee6860e3b, 0x352b18fa53ef73590c073e25f372399637e49635185b49e93dc4603c324de7c7, '', 0, '?'),
(0x3a318328ac2904705d5631a92dc8a99c, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Continent.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Continent.php', 1, 0x00000000000000000000000000000000, 0x9971444c87dfde61aa5b093fe0af2406, 0x479f7300ebe50dc32f31f702763dfa84a9d57f8bb77053102dab79452ed4d255, '', 0, '?'),
(0xaea89a83c0f4f8f303dd8833b32b500d, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Country.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Country.php', 1, 0x00000000000000000000000000000000, 0xfb94b8972c30c1a75a25c911ade6f99a, 0xed675ef4b94db5c916a9393d262a17ad4d7b0bb012d95862bb302ad37593b9d9, '', 0, '?'),
(0xda0dc1edb181420565aad7af45f33701, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Location.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Location.php', 1, 0x00000000000000000000000000000000, 0xe110f1597d83898c603876e8fd85464a, 0x8f55a292df8628b25bff72e5b5b380a96786d8ed68cde0e5acb5216d392822b2, '', 0, '?'),
(0x6b899231bffb832f97cd93dd90253db0, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/MaxMind.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/MaxMind.php', 1, 0x00000000000000000000000000000000, 0xa544719364369e2b22be90558f0687f0, 0xc149b803b3af01e4fd73013bd6ae9eb49fab6993bc93d36b8debdf459f40fa29, '', 0, '?'),
(0xb74685115bafcde3b58b50d1b39140bb, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Postal.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Postal.php', 1, 0x00000000000000000000000000000000, 0x4dc2628d5022d1198a78d9594030f1e0, 0xf727c8c2d66ea9b22a326ed48be4f2e98ae429d861288c5ff7491f718cc9987b, '', 0, '?'),
(0x268bd3e8c99a259fd329ef5726d41769, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/RepresentedCountry.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/RepresentedCountry.php', 1, 0x00000000000000000000000000000000, 0x3e58561044e8fbb0af6dad7c5036190a, 0xe9fd6c3defb305623ad19fddf10952e45a8fd0ff09adc18dfff009e017148d36, '', 0, '?'),
(0x5086b25b8844e15850f58061c91d89e9, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Subdivision.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Subdivision.php', 1, 0x00000000000000000000000000000000, 0x9b06d8ef3b75c289fd1c53b982ecb56c, 0xba4d3e3a1c0df926e156fdcc60ce1a3ab64f30e90f53763b00fe0bc156b57708, '', 0, '?'),
(0x88dcc874bd561212e6c43ca0fb43dec4, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Traits.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Traits.php', 1, 0x00000000000000000000000000000000, 0x3b10486f16c4b4609ae9d7b36dc525f6, 0xe52886da0c6c5d8268f61dc5d0ae610979c8661468f91bb130762775b5766da9, '', 0, '?'),
(0x26f159a8abaf7ad071cd5b469e664096, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/WebService/Client.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/WebService/Client.php', 1, 0x00000000000000000000000000000000, 0xe2b6a8ba3b2a1714aeaaca3f89d57a8f, 0xa2a1b13a4f2ec627ab7e79a1d340805960464d4ef33a1dc06ed22eed3b0f7140, '', 0, '?'),
(0xead7d06049cbedb37f2cf379206f9f59, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/LICENSE', '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/maxmind/web-service-common/LICENSE', 1, 0x00000000000000000000000000000000, 0x3b83ef96387f14655fc854ddc3c6bd57, 0xddacef491153f45022f5619519bb2016374a8c36e75153768493f45fb38d7992, '', 0, '?'),
(0x0feaf264b8be3de1c3406873b03a6b7d, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/AuthenticationException.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/AuthenticationException.php', 1, 0x00000000000000000000000000000000, 0x4b236c4a50a88b6530759f67a5db9481, 0x55fe574d9a99eadb736c4c9edce6d51739235462a01657186a3f5cd175a5bfb9, '', 0, '?'),
(0x54c5f92ea2df15296dc226f6cde4eb49, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/HttpException.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/HttpException.php', 1, 0x00000000000000000000000000000000, 0x9434316c23197db770e6c7c6037a6b31, 0xa1d468869a09d35f82ce1ed69a9ef796aa21450ea1d30734891a76aeee4698b3, '', 0, '?'),
(0xd8bdd02992fc75d2b69f65087789af6c, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InsufficientFundsException.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InsufficientFundsException.php', 1, 0x00000000000000000000000000000000, 0x14886d684f1be0b4b28a66f4b22e490f, 0x0cad6fb14fdb62c1395fc1e362942d34c3ea2d847825f954bff5ab354539279e, '', 0, '?'),
(0xa614db1a818c8f33d5489a7befc7b282, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InvalidInputException.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InvalidInputException.php', 1, 0x00000000000000000000000000000000, 0x72dc20089eb4a5cfaccafe6e2b17a36e, 0x5ec171dc1c4ea4d7e881d7d0a2de1d8326794ea27e8f2753042f2f3e7df29770, '', 0, '?'),
(0xb289b95d2954939c8297c04e323546d5, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InvalidRequestException.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InvalidRequestException.php', 1, 0x00000000000000000000000000000000, 0x0c16475216cb97056385eda43f7174e7, 0xd69d527a35151d42c42cb3b46ec9b2bfa0feb78c0a0f486fdaa81406d0f2bd7c, '', 0, '?'),
(0xb2ba2d5bf58e888c53d15fd8b951f0f8, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/IpAddressNotFoundException.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/IpAddressNotFoundException.php', 1, 0x00000000000000000000000000000000, 0x16313ab0d82195477e1ba071e7696313, 0x5eeb4443671c755054213ebbfe9bf457b8c51abbc71caf6bdd7e1b5f350c0a38, '', 0, '?'),
(0xfbc1325d26d6942393f1d85e46d9718c, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/PermissionRequiredException.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/PermissionRequiredException.php', 1, 0x00000000000000000000000000000000, 0xf832cea2f10902ae2ffa4521e13c73d1, 0x5cd03d01a9abf4351797a9330b09aecf8e76cce1845f0125f132bdff41b63f24, '', 0, '?'),
(0x02eb38355c52ada4716ff22da9b3d93d, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/WebServiceException.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/WebServiceException.php', 1, 0x00000000000000000000000000000000, 0x6882e0d113e22478202f99caf306bde9, 0xcf3c62aeef6f62b887b2976e410e19cbe0e745b6fe11ed37135f1914caef474b, '', 0, '?'),
(0xc8bf0f982de8d860b075faaac66ff0f2, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Client.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Client.php', 1, 0x00000000000000000000000000000000, 0x61a0136d3b539c17b75623e5d36df349, 0x9e523946a8ccddf3f808ecc60c1b1987eb3437697d80caa794d943175ed77f25, '', 0, '?'),
(0x836d3eecbb0006bbb0305826a05e9951, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/CurlRequest.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/CurlRequest.php', 1, 0x00000000000000000000000000000000, 0xb7e7704b7a92e40360df29395f4008a0, 0xbb9b61d2935965da71d9371c59546318b3c88a69249857bfd8aaca2fc421872c, '', 0, '?'),
(0xec0cdb856e5045369687548898f1dd13, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/Request.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/Request.php', 1, 0x00000000000000000000000000000000, 0x978f4b64578cb9aad8bf0745c457f8af, 0xdc5295f511575d2e136461dfedbcdec87305b9da4a4d9c4c71102b708f7d2cf3, '', 0, '?'),
(0x11b1d38e417d07d28e575a353d2a749e, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/RequestFactory.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/RequestFactory.php', 1, 0x00000000000000000000000000000000, 0xea623b76279567c2d1017e949eaeaf6b, 0x6de821c44d8096174a22768f043e2cf4e4ed30ee00d59cc9abb220266ad990e0, '', 0, '?'),
(0x81b069e4a01a21e017145bab382422f8, 'wp-content/plugins/wordfence/vendor/maxmind-db/reader/LICENSE', '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/maxmind-db/reader/LICENSE', 1, 0x00000000000000000000000000000000, 0x3b83ef96387f14655fc854ddc3c6bd57, 0xddacef491153f45022f5619519bb2016374a8c36e75153768493f45fb38d7992, '', 0, '?'),
(0x5391646c7a05cc010573885608370f07, 'wp-content/plugins/wordfence/vendor/maxmind-db/reader/autoload.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/maxmind-db/reader/autoload.php', 1, 0x00000000000000000000000000000000, 0x56ab7e16d09c4901d4f758502faea924, 0xb373c4656d89927f2fa202113b9899d698f6ceec0fcc20615a9748609f673311, '', 0, '?'),
(0xa1ac8725adada85c2877920bbdb7df26, 'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Decoder.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Decoder.php', 1, 0x00000000000000000000000000000000, 0xfdae49000ed7f2244bf8a6200620f309, 0x56e698701a9e31cd8cd18dcf08273d7ef19b91d9b2130cfb465f755cc1d050e5, '', 0, '?'),
(0xb6f50883cf8fdfc552434f68a599dadf, 'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/InvalidDatabaseException.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/InvalidDatabaseException.php', 1, 0x00000000000000000000000000000000, 0x30a5d8369ea2012e747ac1e59f78c76f, 0xf6e03bdd03feaf705e00ac9d3306bfd4b9e2288020898e41fedfce61b4ecc577, '', 0, '?'),
(0x4fed3565cceeee3b687a977740925719, 'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Metadata.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Metadata.php', 1, 0x00000000000000000000000000000000, 0x9a5a3cba86e689c77b0e7e47e1a26628, 0xe7f3b42cd7915b1a13afa3d6fa40bf2bead6c23f78b392e3500ed31fddd090a7, '', 0, '?'),
(0x6b25f70d30ccafb7494e36e44427af79, 'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Util.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Util.php', 1, 0x00000000000000000000000000000000, 0x67c42bf8daa9c064deddac400cadf3fd, 0x7708a0626a905985cc029d94538ac0bec37463b81c8a83209aa249a8f38c6451, '', 0, '?'),
(0x151a5b8160a3b1304349245488a027f7, 'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader.php', 1, 0x00000000000000000000000000000000, 0xba29d548beb5240749bb339dbd5e301f, 0x44736d723f761104ca6a7aa185cfed4d6f99333d6230c0059bac0c4bce522306, '', 0, '?'),
(0x7e69b0491e13d23bddad5d9c41bbc853, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/cacert.pem', '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/cacert.pem', 1, 0x00000000000000000000000000000000, 0x3534d313d50be293bfee609e8e96ab9e, 0x44afa94f6f3b6f8d4f115d2bee9f0800cff0c91935ca5d2f22cadeb826eb51b1, '', 0, '?'),
(0x493655890d37b4d3fa8ad60f3370edb8, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/falsepositive.key', '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/falsepositive.key', 1, 0x00000000000000000000000000000000, 0x8e82683caae9b67cdb3762089aa99db8, 0xd5d95ffa5e4622fde63b2b72265a7ed3a651d0eaf0a8cdf8137c0ee3b1f835a5, '', 0, '?'),
(0x84d66e76fb9f5af9591e56dffb1fc9fe, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/init.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/init.php', 1, 0x00000000000000000000000000000000, 0x2c206f367dadc97ff71fbac1be4f8fcd, 0xdc68e093f36a3ae0fc91efaf73582e7b945f11c3ebf998a63caa775b7ea41fc4, '', 0, '?'),
(0x424a92844fa29ee41faffc867a8f44b1, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/config.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/config.php', 1, 0x00000000000000000000000000000000, 0xcdc87bf631ac4d07529c4b455fdffa2f, 0x7c719f555504d1bfc38e7c7ab98f473e2a93db9c2289e9e649019da2fedd3b83, '', 0, '?'),
(0x81ec11b650641fbab593fd92ed638133, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/http.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/http.php', 1, 0x00000000000000000000000000000000, 0xd2c52e3c2445ff0097fe67bd3a54b10c, 0xc69d45105225f9f314966612c60e5c9fc9bee4080d050c76943843ff5ec26819, '', 0, '?'),
(0xf9932cfca6a160cff974f7e074dc6237, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/i18n.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/i18n.php', 1, 0x00000000000000000000000000000000, 0x804d50d83c5e66eba747f19ed420430c, 0x5693246f42de9e6ac5c8663091d6ab825178cb75f854c43d61a8c660eda0924b, '', 0, '?'),
(0xf9115e51366c84cf4a21a00409e2cda6, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/json.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/json.php', 1, 0x00000000000000000000000000000000, 0xdc07c91c9d0c5c059be66f4ee42e928e, 0x3e3481df6933ae7c8c1e8b761731b5074ee9a6f23602877744a8294dfce46a72, '', 0, '?'),
(0xdfb956cc3dbfa3bb22e0236ea70902b9, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/lexer.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/lexer.php', 1, 0x00000000000000000000000000000000, 0x05065fe02d8554b30500ca32b24c2dd5, 0xa2c8b4bef7a3e067921241e35dd37a2ddba303b202f0a2fbfce1b7b811075bcf, '', 0, '?'),
(0xe096ca7210aad64dd3dcb42d0a538384, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/parser.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/parser.php', 1, 0x00000000000000000000000000000000, 0x6552e8db72fa238855fffdbde78a8f12, 0xe8d01f9473c84718640491936ce349422d3f60377c72da52dedd33b58183ac56, '', 0, '?'),
(0x188ac8e0fdd7582f0ff7db00fe830f09, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/sqli.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/sqli.php', 1, 0x00000000000000000000000000000000, 0x81f8051091b8d4694a82429d0c213c00, 0x56ba13c734935e8d43c31c448d1a91eedcc318effc92f3cdce183bc1f955827a, '', 0, '?'),
(0x6ef3caf3308d16390f6aae760138f522, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/request.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/request.php', 1, 0x00000000000000000000000000000000, 0xc58700f973cf34a77a9e39803ed65f86, 0x09442baec4b48cbfdecf21a1b308cd8451d07ffe02f5139385acce57199faa43, '', 0, '?'),
(0xd2adf3905f566c4bf867b02101708631, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/rules.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/rules.php', 1, 0x00000000000000000000000000000000, 0x1c98d85c50c6a3b981f96a716695e08d, 0x346fc28755cf0587d0332cb80e027a55cf8939dcef612d2efa1c89ff94b66470, '', 0, '?'),
(0xb1a3aeb12639d5e20c972d1f5a8ed812, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/shutdown.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/shutdown.php', 1, 0x00000000000000000000000000000000, 0x92fc05304539ec633d270900e68ae8a0, 0x7896bf88d9b53b8a50ac697c9e3ad7efc8e20dfaff0d199d691448c3a495be61, '', 0, '?'),
(0x21f14f8a34d6624352529b66144f04b2, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/file.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/file.php', 1, 0x00000000000000000000000000000000, 0x7f42875a1e3a33f2687296241e7ee587, 0xf84643f8ca3523c4cdc1d5438d1e983cdeba621647834714f721a7b8ccae9c40, '', 0, '?'),
(0x491057ef9339d96180d61b579cb13328, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/mysql.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/mysql.php', 1, 0x00000000000000000000000000000000, 0xdcf0703300638564abce313cc40eba19, 0x8ba9d750609d341c29c274d7ae5febc8bc86ff31a0622c9d3468e4ce166e77b2, '', 0, '?'),
(0x63fe06865b625dcbc005feddbd874a46, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage.php', 1, 0x00000000000000000000000000000000, 0xa7495d9855c0e6091158c06783ac8bbe, 0xfe54c2cf9a2dc331205b06eb9e402e2f69f392b6a69469c8c571d9eb30986f0c, '', 0, '?'),
(0x7fd80bd0a1714406d69a3fd31e699e58, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/utils.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/utils.php', 1, 0x00000000000000000000000000000000, 0xf81c2ddf569d6db5ae7af28fa0a44862, 0x0015d888e13a63616691a1094d24bcb286c031bf11441bef871adc7b5e421ae3, '', 0, '?'),
(0xe5270fd26046cc94cc7ed908c496939c, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/view.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/view.php', 1, 0x00000000000000000000000000000000, 0x43bffdf5d88de9cc30d02b438f84b285, 0x603e26136928c5b99b85821c4394cedf66ffeeeb2610f1cf12ec3e591322a60b, '', 0, '?'),
(0x9e85b6bbbdeea212e8863cef78cd428c, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/waf.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/waf.php', 1, 0x00000000000000000000000000000000, 0x50b708b8c218c6ca041bf8533e982243, 0x28b51a77b52b9329485753ced46064cbe9d088a7a889f7d42b9ad3564f7da588, '', 0, '?'),
(0x0aed141540a96791dd2b543b56b67f96, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/xmlrpc.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/xmlrpc.php', 1, 0x00000000000000000000000000000000, 0x10e3d56697adc20d4029f8abebbb9a14, 0xbc3b9795bfcc5f1049061df8dd6df2319b8ea3f8b50aee397c21deb60ee510af, '', 0, '?'),
(0xf997384bb0e7200b3f4f0b5d12cab959, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/rules.key', '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/rules.key', 1, 0x00000000000000000000000000000000, 0x10baa71a6c595e5b460dc83278cabb02, 0xcf363d9393d8539371ae2d352029b8ab45bf4c7d41a4566911415d9f1f9f8e0f, '', 0, '?'),
(0x7856824d9ae93e966ed97b4f96c79f11, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-blacklist.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-blacklist.php', 1, 0x00000000000000000000000000000000, 0xe5492c309d60e72d3d0cb84f7848a7bc, 0x16e2b0816dbc576b61cbf697e8329d8312536ad43ea8cb15b7118522c777f93c, '', 0, '?'),
(0x41d8bb141523a81db2b922f3e0c56aad, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-roadblock.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-roadblock.php', 1, 0x00000000000000000000000000000000, 0x9aba4a3c312f2524c74afe3dce9413a7, 0x8ed876898dede67009654b4bb237ddee399a86f738a2b8faaaf6b1c202ad94d1, '', 0, '?'),
(0x51a7dbf7364b1f34f6ca15a880d2f048, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403.php', 1, 0x00000000000000000000000000000000, 0x78014149366de54e645370561f42d787, 0x5a3f98524199b22bfb1637239a43cbfd2df394fa5c34675b6f3f4ab65fa3671f, '', 0, '?'),
(0x7249007967d7452180a3fb17320c0043, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503-lockout.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503-lockout.php', 1, 0x00000000000000000000000000000000, 0xef096eda7b9ef19dc900e8305524c0f1, 0x470ad8c94b7306f1b5dd4927abdb156d79391a56add144155c3add12c487eba8, '', 0, '?'),
(0x6a8fafd229136e835138deaee1ac448c, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503.php', 1, 0x00000000000000000000000000000000, 0x22af741d30de2c3036f6ac913cb9fb1f, 0xd4512366b2baa339eb87073ba9388ed92a428133ba57f50801616f33466310ec, '', 0, '?'),
(0xefc57b7fb4fa200df053066cc5bfe909, 'wp-content/plugins/wordfence/views/.htaccess', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/.htaccess', 1, 0x00000000000000000000000000000000, 0xa34522784bcaea0e7bc738f6645312b3, 0x4387bef6bd277285150339bdec4004e24ba1de8674a1aa99f6e2a77723406bba, '', 0, '?'),
(0x153abf66d83f62086a83bf902e8b9fb9, 'wp-content/plugins/wordfence/views/blocking/block-list.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/blocking/block-list.php', 1, 0x00000000000000000000000000000000, 0x5d237bd7318c86deede2f505267604b5, 0x0502a85e50f662022e7cb33d1f3ec3065395f5fef423270df86cb1115dd75e91, '', 0, '?'),
(0x72f937b2c82f792ab861da9b505d2030, 'wp-content/plugins/wordfence/views/blocking/blocking-create.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/blocking/blocking-create.php', 1, 0x00000000000000000000000000000000, 0xbafabc08d4396c0a585183306884512a, 0x1b84c5b99cf2a4f77ff8595a2f82f78104e62b60e25f7bd854b9fe6ea2aa48b4, '', 0, '?'),
(0x667086fa93eae7c86af3489b1105271d, 'wp-content/plugins/wordfence/views/blocking/blocking-status.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/blocking/blocking-status.php', 1, 0x00000000000000000000000000000000, 0x06a79a1444e795e361d8f2d311475d3a, 0x5e0fc4b6d655954f16eb393545a11fd6b9c87ec1bb7a149de5714de771c83340, '', 0, '?'),
(0xa80268b978d72a28bd26beebc36b4f92, 'wp-content/plugins/wordfence/views/blocking/country-block-map.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/blocking/country-block-map.php', 1, 0x00000000000000000000000000000000, 0xa1759cc1794746a11e2c7b968c58c17a, 0x25d49c7f350496813b1eba9413fba7f605789313885e299f8ba8472885e01f6f, '', 0, '?'),
(0x0834aedadb81a503913bbb308a2e2a1c, 'wp-content/plugins/wordfence/views/blocking/country-modal.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/blocking/country-modal.php', 1, 0x00000000000000000000000000000000, 0x2847226ebe725069c41e29dface01b6a, 0x0d894641866d65a06109721b95902d9577148759cb45d675cace02e3f4f17518, '', 0, '?'),
(0xe36d81355e02b9dbc0c775c8eab0393e, 'wp-content/plugins/wordfence/views/blocking/option-bypass-cookie.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/blocking/option-bypass-cookie.php', 1, 0x00000000000000000000000000000000, 0x17df2874eed71384900d34d4c7635213, 0xaf5e03e056f4a3788bfecd5f3ac608177f15e16b09a4dc281ea3e13fbd42cb21, '', 0, '?'),
(0x313f6f9c78f81b13e73cc83fe9cde236, 'wp-content/plugins/wordfence/views/blocking/option-bypass-redirect.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/blocking/option-bypass-redirect.php', 1, 0x00000000000000000000000000000000, 0x3f7640bd59a0611bd8709d76b91eb28a, 0x70aa9ae65aca87014fe4a646ef4de1df34c6563932ea5150b6fe00f1eba2edd8, '', 0, '?'),
(0x34546f149dae04e2826945f8e5748b1b, 'wp-content/plugins/wordfence/views/blocking/options-group-advanced-country.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/blocking/options-group-advanced-country.php', 1, 0x00000000000000000000000000000000, 0x3718f6730d163e4a99bb28a19c8045cd, 0xd34bb0a6faf51428779cb24224a60da41e73abaeeca48721fc13e0a8bfa8cb44, '', 0, '?'),
(0x32c4a3ad885fbd44e39405788893a40c, 'wp-content/plugins/wordfence/views/common/block-navigation-option.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/common/block-navigation-option.php', 1, 0x00000000000000000000000000000000, 0x4f0eb3c2f8fdce13aa7e987d742eef4b, 0x4daa174e84b3eb02a6129ba59a9146600d1639f71cf6a0d3abeb7250f4b22c51, '', 0, '?'),
(0xcf02df132c949f11b440ced6f3ba51cc, 'wp-content/plugins/wordfence/views/common/indeterminate-progress.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/common/indeterminate-progress.php', 1, 0x00000000000000000000000000000000, 0x49b7e622dd7367bd7f1734885c28b138, 0xb440991beefd5a6e22cebe7e9e51d594bac338169373e3508ab69e0037e50533, '', 0, '?'),
(0x4255116a94765cd1a3e295e1e1e828ab, 'wp-content/plugins/wordfence/views/common/license.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/common/license.php', 1, 0x00000000000000000000000000000000, 0xa8e8b03a38f5b4069adc0ede125ea272, 0xcf66f2134217812d68879f9008be99ed5ec83e41e3eff0946e4830c30d26cbf3, '', 0, '?'),
(0xadf96c6cb8848378e84c2c3757ca4edb, 'wp-content/plugins/wordfence/views/common/modal-prompt.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/common/modal-prompt.php', 1, 0x00000000000000000000000000000000, 0x004ad92e485b7c06e197453316246494, 0x881ac07a25ec1daac3ea3be7e51caffa976f81a96ed0de6d26b1d5caf7b5afc2, '', 0, '?'),
(0xf78d5d0715818d70dd529f2f24b831f6, 'wp-content/plugins/wordfence/views/common/page-fixed-tabbar.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/common/page-fixed-tabbar.php', 1, 0x00000000000000000000000000000000, 0xc12b0f1284244260771fe4c695b491e1, 0xff61bac401dde236e3eccdce9faacbee765d7a358c92dac194be0d8d70f163a0, '', 0, '?'),
(0x079e78c3c27c73be83c4d74b039f61f5, 'wp-content/plugins/wordfence/views/common/page-help.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/common/page-help.php', 1, 0x00000000000000000000000000000000, 0xe021efc8f70b594aa104f04a6b9bcdf4, 0x9ba01a3da1441742d790a3a70925251441173f4f9d77110f089bd02a2fde7e75, '', 0, '?'),
(0xaddccb8bdd5f6f2127da759ce1f87f72, 'wp-content/plugins/wordfence/views/common/page-tabbar.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/common/page-tabbar.php', 1, 0x00000000000000000000000000000000, 0x71e8d8c25664d08c5840719bc899cdc4, 0x5304fefcd0d8aa41e4e9e0d3a4cb4035b0fac7f27c887efa3f4b424b390e5519, '', 0, '?'),
(0x71037143b8a2248db21b9ee0fda88340, 'wp-content/plugins/wordfence/views/common/page-title.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/common/page-title.php', 1, 0x00000000000000000000000000000000, 0x35abf32a9d3c171ef0583b1cf803f818, 0x4e3502259eba07033de59c6b550b48564bc141fe6c4504492233e8b86ad5d3fe, '', 0, '?'),
(0x7fc1da25475d661dd340cd25ca5adccd, 'wp-content/plugins/wordfence/views/common/section-subtitle.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/common/section-subtitle.php', 1, 0x00000000000000000000000000000000, 0x6e5e0dc1f1122366969a73748482571a, 0x3a08cb74615145b42605cd9c98b3eedfc473d9a10a47621f5c5a2053317bb003, '', 0, '?'),
(0xa125a5b03f92ea95f514a81129d20f7f, 'wp-content/plugins/wordfence/views/common/section-title.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/common/section-title.php', 1, 0x00000000000000000000000000000000, 0xe81fb2f8217a98e091cfc0b698f0cca5, 0x2ba3ffe4ab41cd5397afd19f6248b4c2e6bfb3c1248f56af2bbfdc1b4ece82c3, '', 0, '?'),
(0xfa7709a59a8d2bbb026a0ceca402fbc0, 'wp-content/plugins/wordfence/views/common/status-circular.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/common/status-circular.php', 1, 0x00000000000000000000000000000000, 0xf0e219df7fba2919df2e1e3da3b7a567, 0x71345e222dfa3986e687e1ed0a0e6419310271ac918810e84f2cedf98f1c18c7, '', 0, '?'),
(0xfc5ef94f817c273a51c799451ce7ddf0, 'wp-content/plugins/wordfence/views/common/status-critical.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/common/status-critical.php', 1, 0x00000000000000000000000000000000, 0xdc52a62f435b80b6e5855d977525fd15, 0x02ae57e7aaedeb0b1f4226369839f5679e6b5fa2a09f8145461efd3604c94916, '', 0, '?'),
(0xabb31d73f9d58c51b1b6376fe9c304f4, 'wp-content/plugins/wordfence/views/common/status-detail.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/common/status-detail.php', 1, 0x00000000000000000000000000000000, 0x605566787939e2073994f96734c11cbd, 0xb8e5ef45e80c46cb6ad597260ab6f445b6a2264ad59f6705576b2e8e8bba542f, '', 0, '?'),
(0x0823e637b5ed0372c9591fd000bce169, 'wp-content/plugins/wordfence/views/common/status-tooltip.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/common/status-tooltip.php', 1, 0x00000000000000000000000000000000, 0x4689f2665aedd88d5049522669e6a7e9, 0xf94551745912803dc7c06a2e23650c57e388a441335163501f0213fdf0fc54db, '', 0, '?'),
(0x9f44b2b8642e50cbb47b1d2d796fd367, 'wp-content/plugins/wordfence/views/common/status-warning.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/common/status-warning.php', 1, 0x00000000000000000000000000000000, 0xa5b56b52b9662cef904a03aac1de6bab, 0xb91402bc669121a7d90d57658ca53d3ff5db4b8d01a49b6a5026e92a0879d67c, '', 0, '?'),
(0x70cc9330a43240e306d8135046ce746b, 'wp-content/plugins/wordfence/views/common/unsubscribe.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/common/unsubscribe.php', 1, 0x00000000000000000000000000000000, 0x593a68330c833ebdbd6120dd91b6347e, 0x450fe8f971fab8b4cb5467bbe74f3e462debc54f02fa28cd49c69a195aa3bf7a, '', 0, '?'),
(0x4d157831c78b546dbe52025f1c14326f, 'wp-content/plugins/wordfence/views/dashboard/global-status.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/dashboard/global-status.php', 1, 0x00000000000000000000000000000000, 0x14cbab27bd6dcc60a3303ef02b23a2ce, 0xfa9c9c08def0e7e69812c3c470fbf8c1b39d1fe750763f5ac746b2ea5151636a, '', 0, '?'),
(0x7b5be32f12c1b0b386061dda91cefd84, 'wp-content/plugins/wordfence/views/dashboard/option-howgetips.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/dashboard/option-howgetips.php', 1, 0x00000000000000000000000000000000, 0xdc8ebc68faf9b5d81404e88128763194, 0x83051af46c65b16b6e6a273de1198b7c43b4acf22c00dcec4d6c4447e1e5ddf4, '', 0, '?'),
(0x19628786ea45849fa31fbb07ba34743d, 'wp-content/plugins/wordfence/views/dashboard/options-group-alert.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/dashboard/options-group-alert.php', 1, 0x00000000000000000000000000000000, 0xcaccbb1c046fabec9d19770e471b3e70, 0xca49b66006495e7b02e750d7a0688451f8cf16653a1473475e9ba438a373c49a, '', 0, '?'),
(0x7e14c8be2ffa086d1cdad680cd21fcec, 'wp-content/plugins/wordfence/views/dashboard/options-group-dashboard.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/dashboard/options-group-dashboard.php', 1, 0x00000000000000000000000000000000, 0xd873c9fb585dfb5b7343163e8d51d4db, 0xb33e8bca5f631a4a2bc9de170fa1acb6619cf8a785b396a8c3556d76299c6c67, '', 0, '?'),
(0xcc8b90b871c842103361ea59efe72df6, 'wp-content/plugins/wordfence/views/dashboard/options-group-email-summary.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/dashboard/options-group-email-summary.php', 1, 0x00000000000000000000000000000000, 0xfb0060277db72883a58362b7868c4123, 0x632c8042150b701fa332fd3802a0d5eda8306a8790377d68702df907f2e5ae86, '', 0, '?'),
(0x51f92ec3acbc5ca6821cebfb58654f49, 'wp-content/plugins/wordfence/views/dashboard/options-group-general.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/dashboard/options-group-general.php', 1, 0x00000000000000000000000000000000, 0x4ebb1946fe15ed59adef1022f1345cfa, 0x660c4ea90b849ccfbb60bc0a71e85efb5a1a7ee13c1e92f72795495b1ba121ac, '', 0, '?'),
(0xb482192c1006e906d74d86f83b76fbfb, 'wp-content/plugins/wordfence/views/dashboard/options-group-import.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/dashboard/options-group-import.php', 1, 0x00000000000000000000000000000000, 0xf2c32b3adc0443b49aafeae4670c9851, 0x28ab1b230395aa0fcb3e3c10fbc419ad22280a8fd5fe270f4b99d5ec83dfd6ce, '', 0, '?'),
(0x2035d4f18d72449b67bb04e7b183be19, 'wp-content/plugins/wordfence/views/dashboard/options-group-license.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/dashboard/options-group-license.php', 1, 0x00000000000000000000000000000000, 0xf7f88ca489a729e58d9ef0dc55e18dbd, 0x10053d65e0af3a9dde7a297aa13a04f05d3a9ecdbc40cc7bb400fdfe95c6e8dc, '', 0, '?'),
(0x9e5d6f4df0a273651406aaaa4a341dc8, 'wp-content/plugins/wordfence/views/dashboard/options-group-view-customization.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/dashboard/options-group-view-customization.php', 1, 0x00000000000000000000000000000000, 0x189f6f199086fe683583880d78dc964e, 0x0c36791a75f0cf853be709ad30a47eea7273314aff398ed658b291f24a9e88c5, '', 0, '?'),
(0x849c1b8250bbbcdd4d85cb9d883d0455, 'wp-content/plugins/wordfence/views/dashboard/status-payment-expiring.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/dashboard/status-payment-expiring.php', 1, 0x00000000000000000000000000000000, 0xcabf036d805c6d3130f8911e662ab529, 0x096df605c959dc5fe111dde7cb5c272ebaa55dafbbbb5779573015f78b033005, '', 0, '?'),
(0xc8379807008ef9031174748a13b27f2e, 'wp-content/plugins/wordfence/views/dashboard/status-renewing.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/dashboard/status-renewing.php', 1, 0x00000000000000000000000000000000, 0x687742edaeeeeffe65142028109bba81, 0x89d4ec5e4b24bcd3dcfa3100a46ec68426e4694d7be7ab18248c065ee08a6889, '', 0, '?'),
(0x5942740aaa0a1d63e5dd9f2eb5fd7669, 'wp-content/plugins/wordfence/views/diagnostics/text.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/diagnostics/text.php', 1, 0x00000000000000000000000000000000, 0xa3eee08c6e9e94ff57c6686780bc719e, 0xea3bfe183c63a2bd36cf7c5f875db929cbff6da3a0d3c97d7064feadc1670902, '', 0, '?'),
(0x4f53ef59d3577a213812f5caa36a1fb1, 'wp-content/plugins/wordfence/views/gdpr/banner.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/gdpr/banner.php', 1, 0x00000000000000000000000000000000, 0x3e36a23921f847f7d97aae04073ef253, 0xf95a8fbc51c661ccbff97c1eeaa39e6021aa43d0e83243ca4bb5251223fc6cbc, '', 0, '?'),
(0x5183fe636dd675581a33fb422b879e58, 'wp-content/plugins/wordfence/views/gdpr/disabled-overlay.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/gdpr/disabled-overlay.php', 1, 0x00000000000000000000000000000000, 0x249b6d52cd5fbb9f60e903573603cb00, 0x732957b43f5008d38ee0ff429b2a3f78f3fb425abaec640cc997e4655ad99e7b, '', 0, '?'),
(0x9f1c42e2d4e899f421b3b976dda1c9b6, 'wp-content/plugins/wordfence/views/onboarding/banner.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/onboarding/banner.php', 1, 0x00000000000000000000000000000000, 0xf87a7aa9237576e5129900179b18bfac, 0xf9b17d06dc0793c07c4952c280a376bf4a10a9252deeb82f0aee56e782fa86dc, '', 0, '?'),
(0xed0f96f86dd79401d4ca464024807e72, 'wp-content/plugins/wordfence/views/onboarding/disabled-overlay.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/onboarding/disabled-overlay.php', 1, 0x00000000000000000000000000000000, 0xaa777c71aad94d812b7b332ca94bb623, 0x9c5f9c7499b83d82d491f797471630c9bd2ac036378bb4d1cf748ec8e8182a73, '', 0, '?'),
(0xb0182f379bc3b1e36378eed9709f9667, 'wp-content/plugins/wordfence/views/onboarding/fresh-install.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/onboarding/fresh-install.php', 1, 0x00000000000000000000000000000000, 0x6fd9ab2b99acf48bed4ad5d9bd761145, 0x62496ee6270a532aadd32fa60d7f823f9dee27d4c10d378e2b8b95b768a0e61f, '', 0, '?'),
(0xf83bc7254e21399d0a4c264e84dee79e, 'wp-content/plugins/wordfence/views/onboarding/modal-final-attempt.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/onboarding/modal-final-attempt.php', 1, 0x00000000000000000000000000000000, 0x43d0c7f3b884ceb2a8d319a7c0b4ad4a, 0xdb21c466632c429e5222392ccafb563c1c9ae2990903130f46231ca8eca0884b, '', 0, '?'),
(0xba339e2c9298d763768b6b969205d1f8, 'wp-content/plugins/wordfence/views/onboarding/overlay.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/onboarding/overlay.php', 1, 0x00000000000000000000000000000000, 0xd09ca80cb4fed9c1baf11f9ddee973c3, 0x07d403161403c0613aa3469eb914e256a257dc3557a13c6ef46f601c18fa0ef8, '', 0, '?'),
(0x2bb41a44808d965a0e65147d018fc904, 'wp-content/plugins/wordfence/views/onboarding/plugin-header.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/onboarding/plugin-header.php', 1, 0x00000000000000000000000000000000, 0x807e7f2bbb78b00c17fca6c56d2b7412, 0xc08ee58fb6b01b6794f1ac4b82c4da03ca513f67ff432d65054f4ea3d60dbb21, '', 0, '?'),
(0x274163b8b4e52c097e9736d8f8dca6e3, 'wp-content/plugins/wordfence/views/onboarding/tour-overlay.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/onboarding/tour-overlay.php', 1, 0x00000000000000000000000000000000, 0x993a03e8be16bd259b20189f293ba700, 0x1ac8f327c4a10eeba7aad3ca1613b62e7327c6e8ad7364dc34a75eb412d30449, '', 0, '?'),
(0x11a45af2f7f3642a96e859a1f6da98a1, 'wp-content/plugins/wordfence/views/options/block-all-options-controls.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/options/block-all-options-controls.php', 1, 0x00000000000000000000000000000000, 0x3562636a6302c3546396737193cca35d, 0x573a0b2e4010834839a74bb142355ce2bcf61e61a27409ec9697ddcaaa67d22f, '', 0, '?'),
(0xe6c31511b49865d295f7688256902280, 'wp-content/plugins/wordfence/views/options/block-controls.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/options/block-controls.php', 1, 0x00000000000000000000000000000000, 0xe24208b5cf236aba54822c09858ba944, 0x04780e900814dc4c1da761293bc925f985c6b5eeaeb77ffca7019e522abefce9, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x2c06e00f1abc4a271baa7f41576880cc, 'wp-content/plugins/wordfence/views/options/option-label.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/options/option-label.php', 1, 0x00000000000000000000000000000000, 0x2760c30cb8ece9d9db6181d8e920e5e1, 0xf8b8e6f1dd799681f344124652235c5c462fadfd47255259a1d2782198423661, '', 0, '?'),
(0xb7609960271bce6c603de8eaa2065828, 'wp-content/plugins/wordfence/views/options/option-select.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/options/option-select.php', 1, 0x00000000000000000000000000000000, 0x4a2a45d52576094ec361218ba455771f, 0x4dfcab23338961407868c706c0a0730d35047142d24e10d9a3a958230ec0f292, '', 0, '?'),
(0x14206f8facc6959fcc745fafba002ecd, 'wp-content/plugins/wordfence/views/options/option-switch.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/options/option-switch.php', 1, 0x00000000000000000000000000000000, 0x9efe9e2b928b0327017c0f1becaa121b, 0x7fd343d15a9ba0ea686175f0fadda3bb4be84369662185bd97a18e277e46ad70, '', 0, '?'),
(0xd296368ad0f24dd6a614b6ae357748cc, 'wp-content/plugins/wordfence/views/options/option-text.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/options/option-text.php', 1, 0x00000000000000000000000000000000, 0x0e6bbbfa911d8fdf9f2ad7896b2b3b38, 0x37c6c3e84d243cecf7720e4f0739aa476adec1e7bfde450c799ef6512a2bf733, '', 0, '?'),
(0xc2596d069652f46cab7f5800f886d93a, 'wp-content/plugins/wordfence/views/options/option-textarea.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/options/option-textarea.php', 1, 0x00000000000000000000000000000000, 0xb08e84e6770aa34d757395f4a09eb5cc, 0x4fbe8aaf3d7e6a632308fd368ebf4ce7aa9c08ddcad1c46173f257d54f512d14, '', 0, '?'),
(0x32ea306d4b9a3a1372c2b25c300a42d9, 'wp-content/plugins/wordfence/views/options/option-toggled-boolean-switch.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/options/option-toggled-boolean-switch.php', 1, 0x00000000000000000000000000000000, 0x147897a3b1392fbda25a9368f236b90a, 0xf3fe4a3c3ca2f61dbe1e783fb023f2fe6ffcb28690ba824a126e38b23a6af984, '', 0, '?'),
(0xea640aba763be84f313a9daeae2c546e, 'wp-content/plugins/wordfence/views/options/option-toggled-multiple.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/options/option-toggled-multiple.php', 1, 0x00000000000000000000000000000000, 0x9df292bcd0beb536a4cafeaf8f05a2e3, 0x72cc0a7a14c9e895e91e3ea298bd670fe369d4028f0d75f7b4753cb216e49b46, '', 0, '?'),
(0x2e88e9ba89024430038975a94c2d6395, 'wp-content/plugins/wordfence/views/options/option-toggled-segmented.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/options/option-toggled-segmented.php', 1, 0x00000000000000000000000000000000, 0x9b0cdc07d642ca572394e823fcae04e9, 0xd5fc5ec03cb503b4341df3cc652cc017d400fadb6cee17849208ebd60de22164, '', 0, '?'),
(0x0c2425238010c65f8255bb5f6419cd0f, 'wp-content/plugins/wordfence/views/options/option-toggled-select.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/options/option-toggled-select.php', 1, 0x00000000000000000000000000000000, 0x09c1ea7c43a0be774018e38813ca6da2, 0x35aac3a300d38a56628f418602c587e5e4fcfa0f8e2e5afb3b4d7afc715daca1, '', 0, '?'),
(0x0d7ac7100f1d8dbeb18a44d644eb9ed3, 'wp-content/plugins/wordfence/views/options/option-toggled-sub.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/options/option-toggled-sub.php', 1, 0x00000000000000000000000000000000, 0xe08dbf16f76d1693baadc3c0f45fe182, 0xa6bb52c8861b460e0a44ee7e48ee8e3038292c3a106c6c57f86e14ae0d63b2df, '', 0, '?'),
(0x44ee545bc72dc2e1fd55e1f601f8f0b0, 'wp-content/plugins/wordfence/views/options/option-toggled-textarea.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/options/option-toggled-textarea.php', 1, 0x00000000000000000000000000000000, 0xe6073df3977128e9e5749e93dda3cbbb, 0x617408a5c3817d28c41c9b3019866fc39f25ec33d8c7f070c81001757efcc4a5, '', 0, '?'),
(0x2aea09ecafc485c9cefc0edfe35ce3b9, 'wp-content/plugins/wordfence/views/options/option-toggled.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/options/option-toggled.php', 1, 0x00000000000000000000000000000000, 0x449375b90a4c8401bb879cf0fbc21e45, 0x4c384dd002fa1430833d8e59ef6b629fb3d57c1c350739d4621d2be4967a3a34, '', 0, '?'),
(0xfa8837da9421f532a6782592584efa33, 'wp-content/plugins/wordfence/views/options/option-token.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/options/option-token.php', 1, 0x00000000000000000000000000000000, 0xb778af454a52c1601b9bf9351aea430a, 0xf3885f03fa979b084e9652b1cfa66707ee1f4e8e7299c47b8dff8e6f58d3ae81, '', 0, '?'),
(0xc6ebaab340d120049b3d0ca4c5187960, 'wp-content/plugins/wordfence/views/options/options-title.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/options/options-title.php', 1, 0x00000000000000000000000000000000, 0xa2db98e4a9d6c9036a0ce78e93dd8645, 0xeefbfea34b7811669bbbb49f8493ea2b6504c796d9adae11ca8cf5890ef9bc6d, '', 0, '?'),
(0x543f843f3a71d7ae50c3f3616827abab, 'wp-content/plugins/wordfence/views/reports/activity-report-email-inline.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/reports/activity-report-email-inline.php', 1, 0x00000000000000000000000000000000, 0xb5ba88414ef0585b606800aae70ba1bb, 0xa322781649a64236199a453f87e9c9c4ec0c698a27321e36cc3579152f1899a6, '', 0, '?'),
(0x1f4ea1642352ad872babc1720073045b, 'wp-content/plugins/wordfence/views/reports/activity-report.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/reports/activity-report.php', 1, 0x00000000000000000000000000000000, 0xd20e8e3f7565d3067744953a9eac45ee, 0x19eab0c3ceb60c881ae0de29761203a2b5d57647ef189f2ce968fc2f97d38884, '', 0, '?'),
(0x701b7b0db6a820e2253e2ffc5affeb3a, 'wp-content/plugins/wordfence/views/scanner/issue-base.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/issue-base.php', 1, 0x00000000000000000000000000000000, 0x0b1d6d7ce9ac261e7666c6b27e8c15b6, 0xe66922ee8f08ac6dac24f3ff50794dc2eda118dbf10c64919d09f8abab53e99f, '', 0, '?'),
(0xdc914be2dd93e0a5c9d0256550be5e55, 'wp-content/plugins/wordfence/views/scanner/issue-checkGSB.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/issue-checkGSB.php', 1, 0x00000000000000000000000000000000, 0x67b37dd9689a6b39f179620813a92857, 0xa5fad91a4493fc51e05e8bfd5ca1961da3ec1c90399b14a33bdb3776a2e746cb, '', 0, '?'),
(0xfe257cddbdb03e3f767b6aca1311b706, 'wp-content/plugins/wordfence/views/scanner/issue-checkHowGetIPs.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/issue-checkHowGetIPs.php', 1, 0x00000000000000000000000000000000, 0x1356c4df3de06cace0ef0932e258ff95, 0xd7b4b530cbca1eaa4d229713b9722c5fd1c68e3e29479412fecdf1e9771d673f, '', 0, '?'),
(0x65700d7dc8755f348ffdbf91b1f3969f, 'wp-content/plugins/wordfence/views/scanner/issue-checkSpamIP.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/issue-checkSpamIP.php', 1, 0x00000000000000000000000000000000, 0xd0a933ae5e378744506bbe40635f9b6c, 0x65bd9ebdadead7a063e33108b0be3046c7ea5eca62bcd50442da51404275aaa2, '', 0, '?'),
(0x4490ccf6c9759a0dc5c28b88c9b2041a, 'wp-content/plugins/wordfence/views/scanner/issue-commentBadURL.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/issue-commentBadURL.php', 1, 0x00000000000000000000000000000000, 0x41d5abfbbb96dec5204c157177d60983, 0x98b2728d169f5fb669510fd6098c61c0ee52bfa68c0e8210d4cb2b82eded91d8, '', 0, '?'),
(0xeff4b1a863b5d047bcb6b8286045bb95, 'wp-content/plugins/wordfence/views/scanner/issue-configReadable.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/issue-configReadable.php', 1, 0x00000000000000000000000000000000, 0xe4bc0db6ae1b006c705fd1803e13e223, 0xa6ada6bb542ca6da7d317761ef59eff8e0b2df3403428d495d774158dbb58cda, '', 0, '?'),
(0x24e8ef947ca9a863d819bf205c7e8ef5, 'wp-content/plugins/wordfence/views/scanner/issue-control-edit-comment.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/issue-control-edit-comment.php', 1, 0x00000000000000000000000000000000, 0xa35ccb5e3e8335b1706191c657bdee3e, 0x0c8da7f491ccd20e9308a4e9dd4443c9ec584734574650b723de014e12b9531a, '', 0, '?'),
(0xe85307484c656e0f50ee7137bec48d89, 'wp-content/plugins/wordfence/views/scanner/issue-control-edit-post.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/issue-control-edit-post.php', 1, 0x00000000000000000000000000000000, 0x661987ee058bb48e60e76a7ca39079fe, 0x69fa864f47699084a59546147c0b34a038da02995618f1d76aee0a231b562d4c, '', 0, '?'),
(0xaebb8fcea64863f15e9ee2fb13b09029, 'wp-content/plugins/wordfence/views/scanner/issue-control-edit-user.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/issue-control-edit-user.php', 1, 0x00000000000000000000000000000000, 0xae86ad06d8129ddde28127e17b3dcdba, 0x8696ef5216a1b9b393f7c75f6690577b2a3395c5eab1c5dd9409b122cb2f8f13, '', 0, '?'),
(0xba28647749003a0dcec0d75878314443, 'wp-content/plugins/wordfence/views/scanner/issue-control-hide-file.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/issue-control-hide-file.php', 1, 0x00000000000000000000000000000000, 0x9576ccf2c15bfda590412e461f3344e3, 0x4096a0da938b56d343f1b22bf9e9b43c213b40388ac0a73911d028f36e3dbb47, '', 0, '?'),
(0xb49527888b405320c7f744e192149aa0, 'wp-content/plugins/wordfence/views/scanner/issue-control-ignore.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/issue-control-ignore.php', 1, 0x00000000000000000000000000000000, 0x55b1a43f05eb713eff40e101aa11d770, 0x007b6171ee2877cf0721497af37d2b9d6cff782f4930b8397c3125a1f8c090bc, '', 0, '?'),
(0x29d83623a65f02c5faf1cc9f534146a6, 'wp-content/plugins/wordfence/views/scanner/issue-control-repair.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/issue-control-repair.php', 1, 0x00000000000000000000000000000000, 0x399c67a6ff73a42006109eade56056e0, 0x1c9ef56a28bca902f494d8a00d09e7b7aa9bb7eb94552bcef2c91c112ef3ae64, '', 0, '?'),
(0xda7537381fbec2b8e44bd48a6b680bee, 'wp-content/plugins/wordfence/views/scanner/issue-control-show-details.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/issue-control-show-details.php', 1, 0x00000000000000000000000000000000, 0xe9744ad6b61b059544dc92be2bff4318, 0xebacf42275759e6788492445af85ae443dd0f0bf0aba9eb751b382672dec545a, '', 0, '?'),
(0x6515c7eccc58c78c2e5cec281626fd64, 'wp-content/plugins/wordfence/views/scanner/issue-coreUnknown.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/issue-coreUnknown.php', 1, 0x00000000000000000000000000000000, 0xf4618e8534b9b3505e2ff9f637e945fa, 0xd1a70a37591ff547c4a2176a2a19fe1c445f2ed3f7a1e8997e01439e1bc962de, '', 0, '?'),
(0x912fab061204d2301629adba9c1ae6ab, 'wp-content/plugins/wordfence/views/scanner/issue-database.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/issue-database.php', 1, 0x00000000000000000000000000000000, 0x8a8653b1d03e9488ab5ae0e0c5ee47e4, 0x8492f10aab87235077334964cec87dcd8725f74ad5cfec876a19991555a2d32b, '', 0, '?'),
(0x0158fd18c998795f07f137a5584e1d2f, 'wp-content/plugins/wordfence/views/scanner/issue-diskSpace.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/issue-diskSpace.php', 1, 0x00000000000000000000000000000000, 0x16e75c1068cfe802a494270ae4b7ba01, 0x200b0394371edfdc5247eb242fc187cde62d69aedd4e6d0e2816ce57d83bcc85, '', 0, '?'),
(0x340a9194096d875dc4bf1eb1d08a8acc, 'wp-content/plugins/wordfence/views/scanner/issue-easyPassword.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/issue-easyPassword.php', 1, 0x00000000000000000000000000000000, 0x21efabf3bc7b5cc52064e4c2e3dd60a0, 0xe71795ebb310c7bf27e4c99cac4cd2aaa50f423ea0ddf11509262da57b85908f, '', 0, '?'),
(0xa78ddf567f80b374bf53f92d08de16ba, 'wp-content/plugins/wordfence/views/scanner/issue-file.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/issue-file.php', 1, 0x00000000000000000000000000000000, 0xae1c78f5d0cc4a5acbe304f418ddf41d, 0x2ac8d29f1eed87e804e362cee3c303cfe55ce3f66b70b542edf15333dcd3f22a, '', 0, '?'),
(0xa23bb966a04a31f8facb981db7802b43, 'wp-content/plugins/wordfence/views/scanner/issue-geoipSupport.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/issue-geoipSupport.php', 1, 0x00000000000000000000000000000000, 0x916e0a1cedda2bd5ae2e6a71415aa819, 0x840600fdf649889bf9838892333698f803b3c49b6efc6a1e376a6ba33a06e3e1, '', 0, '?'),
(0x429efb90f551c10ea208d36155ff1225, 'wp-content/plugins/wordfence/views/scanner/issue-knownfile.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/issue-knownfile.php', 1, 0x00000000000000000000000000000000, 0x529afc88d585932db865145f97fc029b, 0x999607333f3c501b7f30150db25ee6cf84a0f60f5888602095e2747bed23f88c, '', 0, '?'),
(0xb18b776518d6f669213cbaa173fa790a, 'wp-content/plugins/wordfence/views/scanner/issue-optionBadURL.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/issue-optionBadURL.php', 1, 0x00000000000000000000000000000000, 0xf86838a5464ba53345719f739df9a0e5, 0xd1309d549bfb9745f70b56617e273535683491c16fd59e19887b4dc9b1cbf027, '', 0, '?'),
(0xcae3b19b998bad205639f87be2b6e962, 'wp-content/plugins/wordfence/views/scanner/issue-postBadTitle.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/issue-postBadTitle.php', 1, 0x00000000000000000000000000000000, 0x7eb9f1044a6e77cde6387a32f3737761, 0x9c753cfc4ff138420c651c274faf6200791f048e504ad2783798e7fedcff49f3, '', 0, '?'),
(0xecb9da21173cfc81dcd342341a53907d, 'wp-content/plugins/wordfence/views/scanner/issue-postBadURL.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/issue-postBadURL.php', 1, 0x00000000000000000000000000000000, 0xaac9cffeaa03cc6c65de403198d92db0, 0xa6aa2b03095b500daa692dcac2627f306d969fbac3c6a5bf4d228523b316a440, '', 0, '?'),
(0x04a0fae00aee238d54a8ea3fd7bbeccb, 'wp-content/plugins/wordfence/views/scanner/issue-publiclyAccessible.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/issue-publiclyAccessible.php', 1, 0x00000000000000000000000000000000, 0x36f1ced7fe40452d08ed03ad6d18646f, 0xcc8959b6e26a1f271ff5a469b9296a7c45cd56ea867f90b88a6cc9460aaf4cec, '', 0, '?'),
(0xd348208a2539ddded56cb6d48594450b, 'wp-content/plugins/wordfence/views/scanner/issue-skippedPaths.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/issue-skippedPaths.php', 1, 0x00000000000000000000000000000000, 0xf7c1a8885af0da7c4a53caf31ce79c17, 0xc197b9af695ce94a6b46f3d3745cf300177814dfc9135265f16865c102266abc, '', 0, '?'),
(0x6e0e5b0906167f58948712837dc93082, 'wp-content/plugins/wordfence/views/scanner/issue-spamvertizeCheck.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/issue-spamvertizeCheck.php', 1, 0x00000000000000000000000000000000, 0x4c4c9223c3c5008775442cd159fe695d, 0xae7e5ef4cfcdd9b4d5091364b7ed692ad0108e98cc5784f5188bdf3c36f4afc6, '', 0, '?'),
(0x243779fbc8c75ddad80ff04ef908141e, 'wp-content/plugins/wordfence/views/scanner/issue-suspiciousAdminUsers.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/issue-suspiciousAdminUsers.php', 1, 0x00000000000000000000000000000000, 0xbbaae146aaf4e6df1159ac60bd38e689, 0x5e0bb17af879b07b62148e2e6e9a266f40c47b17eb163c2cf8248bf07d18d40e, '', 0, '?'),
(0x249ae85318c1436be8f48964ce57fb19, 'wp-content/plugins/wordfence/views/scanner/issue-timelimit.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/issue-timelimit.php', 1, 0x00000000000000000000000000000000, 0xf88d21ed89e52219a5bb56250917097c, 0xf6583e8f87daef9c5b365f8de35c97e6b56106b7339b0881f7c9d0731e1fe956, '', 0, '?'),
(0x64c330c0d9b71ac9c7e8f3f013d48c6e, 'wp-content/plugins/wordfence/views/scanner/issue-wafStatus.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/issue-wafStatus.php', 1, 0x00000000000000000000000000000000, 0xfcdcf90c303c4e35d2966fe8f4e3754d, 0x700ef4220d89b3af3cd218a1503133f972a3b07aee1dd5d23dd7d7c8e2c6935d, '', 0, '?'),
(0xe6e918bc228c4c4a31ec43344e44f710, 'wp-content/plugins/wordfence/views/scanner/issue-wfPluginAbandoned.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/issue-wfPluginAbandoned.php', 1, 0x00000000000000000000000000000000, 0xad7044ee9b8b2a99ab9eee8f024c7db3, 0xf1e666c289b00893abc6bedf9c3d69f7f9c7738a3801b41a7d838ae7941f8bba, '', 0, '?'),
(0x3de346d3ed98a3b7c386b1c24b26058a, 'wp-content/plugins/wordfence/views/scanner/issue-wfPluginRemoved.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/issue-wfPluginRemoved.php', 1, 0x00000000000000000000000000000000, 0x00c14b1da46f388b453296ef11921fba, 0x149e28dc7eaf53b903f8531abd5b35458008ff216e10fe42bd6af50c93884420, '', 0, '?'),
(0xda2c0d049e17ca09d567ce4813c5fe36, 'wp-content/plugins/wordfence/views/scanner/issue-wfPluginUpgrade.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/issue-wfPluginUpgrade.php', 1, 0x00000000000000000000000000000000, 0xbe06dbe79048ebb176b38390fff6fef9, 0x74094ec9bc2127b457abf7f460a03186ca318d867fa931e7f69a03e18abf21c8, '', 0, '?'),
(0xc83bb1b081944ebc513ee389c4f4a802, 'wp-content/plugins/wordfence/views/scanner/issue-wfPluginVulnerable.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/issue-wfPluginVulnerable.php', 1, 0x00000000000000000000000000000000, 0xee353ef31adc21c3cc84868f9bc4f3b8, 0x22600aff81325a676f08d16a31e1a570e16847294dda4fb659619e0d63694047, '', 0, '?'),
(0x0fee8807724aff3c703ea7fac3c45a96, 'wp-content/plugins/wordfence/views/scanner/issue-wfThemeUpgrade.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/issue-wfThemeUpgrade.php', 1, 0x00000000000000000000000000000000, 0x919a3251c607adc86caf7efa0faff321, 0x86c29abc74b6525329ed7aae5c7bd3912807e4576415ecfbe33963b94b964691, '', 0, '?'),
(0x7cf7b8545dba873a59243d182768ba0b, 'wp-content/plugins/wordfence/views/scanner/issue-wfUpgrade.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/issue-wfUpgrade.php', 1, 0x00000000000000000000000000000000, 0x8cfe827bc8c834ed976fb9561f7f8b27, 0x448f3f237d24b865e5ff7732d73623c8db304d15e5c38bb1ee165253b84ce382, '', 0, '?'),
(0xe7dadd4cb32e641544041d76ec12f905, 'wp-content/plugins/wordfence/views/scanner/issue-wpscan_directoryList.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/issue-wpscan_directoryList.php', 1, 0x00000000000000000000000000000000, 0x2c96269b317be80034aa48d81f9e2ccd, 0x2b0ed33da8f99fc4fede15dcc9b15b147f320890b6c8a97ebf3c6faa6368cefe, '', 0, '?'),
(0xd16d61f50e764d769f1c4b12f3b3a51a, 'wp-content/plugins/wordfence/views/scanner/issue-wpscan_fullPathDiscl.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/issue-wpscan_fullPathDiscl.php', 1, 0x00000000000000000000000000000000, 0xeaf620920632255cbd06b9b8262250c0, 0xdc365f5d57fc95023e565876b6f04284e6d3beb875e14b24deb039fe7c5d450d, '', 0, '?'),
(0xa37ab26839e6c7ea88a6c4ca5870882b, 'wp-content/plugins/wordfence/views/scanner/no-issues.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/no-issues.php', 1, 0x00000000000000000000000000000000, 0x78742d7cf846defd8ea8d0d1e98565aa, 0xc9d75f3f37cbf1dc63f58caf3a5f089806d240a88bc345db4a899f73a9b05b18, '', 0, '?'),
(0xdaf493f043a02e796a006fec2afa66b9, 'wp-content/plugins/wordfence/views/scanner/option-scan-signatures.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/option-scan-signatures.php', 1, 0x00000000000000000000000000000000, 0xc14c1a336066a78ad1967b5f7a0fa971, 0x202e494554b0dad8a31db5ab4a23d54a04f0556bc337fa68799b16d25cfb3088, '', 0, '?'),
(0x7312f28bab41739459bc12baf8b8445d, 'wp-content/plugins/wordfence/views/scanner/options-group-advanced.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/options-group-advanced.php', 1, 0x00000000000000000000000000000000, 0xe450ac88f0ffd5436fbad9cfc03e7e9b, 0x0123ad7e8f1d96bd368385cb9e34350496c5fbd04c5783c30bed90569fa95eb0, '', 0, '?'),
(0x657d3077546e7604025ff367a717137e, 'wp-content/plugins/wordfence/views/scanner/options-group-basic.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/options-group-basic.php', 1, 0x00000000000000000000000000000000, 0x56458367184fba60236a56d434a7437c, 0xd073ab6387071cf1093ba68f832a7233241d0b58b889f714f64738cdac524bc7, '', 0, '?'),
(0x91dc0e9d4e545a74bf6f0d9625b2af46, 'wp-content/plugins/wordfence/views/scanner/options-group-general.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/options-group-general.php', 1, 0x00000000000000000000000000000000, 0x8105744ceb4761b800dd186fd2a06259, 0x32a03689fe6cec6e0df0f122a82063bf3ad3c685157ae8a476f44a31dcb6dff2, '', 0, '?'),
(0xf920c584319a727d6d4a4757df52a8d9, 'wp-content/plugins/wordfence/views/scanner/options-group-performance.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/options-group-performance.php', 1, 0x00000000000000000000000000000000, 0xf6e0f5138d50c03ddd50d2a4add6d320, 0xc62d1d3916fe9b0074cfca1f445c36a439735db2a05c650052b204721bbc83f1, '', 0, '?'),
(0xfc9a6c7879fd1ac21bf9d4c416229691, 'wp-content/plugins/wordfence/views/scanner/options-group-scan-schedule.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/options-group-scan-schedule.php', 1, 0x00000000000000000000000000000000, 0x45552e37aec4eff1483e699ae03bc510, 0x99d32ce5f22b783e02afccd7031e2056888efd3772994c4b73268ab6477fed8e, '', 0, '?'),
(0xb53c9f331e7fec86761ba27f128f2646, 'wp-content/plugins/wordfence/views/scanner/scan-failed.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/scan-failed.php', 1, 0x00000000000000000000000000000000, 0x08c59c2a17e70837dcd150097278a786, 0xfcc3b4b6011c70fc6029b3830c323887247f697736d54aea67da6a6e1644bd6a, '', 0, '?'),
(0x9e13b582b484d5b009cc8bd3c8b2c353, 'wp-content/plugins/wordfence/views/scanner/scan-progress-detailed.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/scan-progress-detailed.php', 1, 0x00000000000000000000000000000000, 0x82512a5a5ac97371c8d01fa7417d7091, 0x3f4c00657de6c3e012117a34f901742ccd4e295ef651becbe6ed06c380dbb21d, '', 0, '?'),
(0xb37c5da744c5f31a2e92451c06eeb1ae, 'wp-content/plugins/wordfence/views/scanner/scan-progress-element.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/scan-progress-element.php', 1, 0x00000000000000000000000000000000, 0x4417b6eaabaffc1d7907ef9535e67063, 0x3028fa12a608141d3544b23d559fefd4947e8fe9d812da8849152229e1a53768, '', 0, '?'),
(0xde19070270abd5ad5edf4023e0d4921b, 'wp-content/plugins/wordfence/views/scanner/scan-progress.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/scan-progress.php', 1, 0x00000000000000000000000000000000, 0x62131fb7317bea0940f56d9f14390730, 0xef4b05aaca4d24ae9de3298f2b534351460e1fa031715ae9547660edbb12720c, '', 0, '?'),
(0x27dac015bf9d5f036906596d31c19052, 'wp-content/plugins/wordfence/views/scanner/scan-results.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/scan-results.php', 1, 0x00000000000000000000000000000000, 0x71784d2192f28fa30a42bd8a2b3d4cd8, 0x3baa1b4fd2a57619eccf1f1117cccc8981feaf99d809cfcafeb6e60a849ff5b6, '', 0, '?'),
(0xf1c6341291ec069010ef17db24ea8eaa, 'wp-content/plugins/wordfence/views/scanner/scan-scheduling.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/scan-scheduling.php', 1, 0x00000000000000000000000000000000, 0xf626a91c4aa4fe48120b4ec4efd4911c, 0x72aa682cd0988f51c355e7d33220901456f1864ab884e0367d4e2733d969754b, '', 0, '?'),
(0x86465f71a1c3c8438a46216f3470b797, 'wp-content/plugins/wordfence/views/scanner/scan-starter.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/scan-starter.php', 1, 0x00000000000000000000000000000000, 0x31f5ec107816f818a60402fdc068335c, 0xa6d15503d87e969e124181566b72ecba255292782470a8ab5a3106b022d255a4, '', 0, '?'),
(0xc0440388ff210c56442b93f311eaeb14, 'wp-content/plugins/wordfence/views/scanner/scan-type.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/scan-type.php', 1, 0x00000000000000000000000000000000, 0x4e1501bd5686b3c20918af0639e74ab7, 0xd683e1cf686266f58f1823e6f0d08287da4f4518e9ed5201dde2febf9e39480d, '', 0, '?'),
(0x4b4b4f1266ba5364ab6942304f76f3ea, 'wp-content/plugins/wordfence/views/scanner/scanner-status.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/scanner-status.php', 1, 0x00000000000000000000000000000000, 0x0c32fab1b717ebb4f876c7ef109c74ed, 0xcded39a5d8eb9b60054e8c3ec99ef5393abf0f8c41dad3cb008ed54c85939698, '', 0, '?'),
(0x12a9acb3f4913901c47e007b40d9dbf2, 'wp-content/plugins/wordfence/views/scanner/site-cleaning-beta-sigs.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/site-cleaning-beta-sigs.php', 1, 0x00000000000000000000000000000000, 0xc2aeab0f85f375154dba1597a4b913d7, 0x16a44a458f7a9518a4bb88d99936c0049effadbcd52950a7fb2917f7c3008ec3, '', 0, '?'),
(0x082623d90570aa4aa3a868901913e104, 'wp-content/plugins/wordfence/views/scanner/site-cleaning-bottom.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/site-cleaning-bottom.php', 1, 0x00000000000000000000000000000000, 0x4a26017ce3c9a6e312c8f4b1ba7b93de, 0xe13706eb9e0dbdfc4f2136aab8ce6bbb2ddaa51bfb762ca7663b6f4a5b820fc8, '', 0, '?'),
(0x6f7ddb054319dc8a38f445f8ef4701f0, 'wp-content/plugins/wordfence/views/scanner/site-cleaning-high-sense.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/site-cleaning-high-sense.php', 1, 0x00000000000000000000000000000000, 0x4538ebf175c54368473c01db6fdc8522, 0xfe54510fc7e91574fbddea8f11dd93b1a27ad8cf8954b9fa300590c6f5104102, '', 0, '?'),
(0xc58ab3f73683f7bd40e04c286014f6e2, 'wp-content/plugins/wordfence/views/scanner/site-cleaning.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/site-cleaning.php', 1, 0x00000000000000000000000000000000, 0x175cb221dfb45fb22678906808a39547, 0x6cbf74969c0f0f218d6fca5690084cc303fe6013cd8265dcb6e33cb71eac60eb, '', 0, '?'),
(0x126dd417c3b1857e0696f6f25217a53f, 'wp-content/plugins/wordfence/views/tools/options-group-2fa.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/tools/options-group-2fa.php', 1, 0x00000000000000000000000000000000, 0x6fa4ea08c70a329183e830b7eaf4f800, 0x6147cfd6b41d0a4f6bf826319593e4601033832abf89d2bf66d31599e95f57ef, '', 0, '?'),
(0x83e36aacba0cd3c31335b2de66c56aa1, 'wp-content/plugins/wordfence/views/tools/options-group-live-traffic.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/tools/options-group-live-traffic.php', 1, 0x00000000000000000000000000000000, 0x21b4d84c7cb179012b352aea4d00516b, 0x92871faba9cd4feb71e8e546177269fcec9e089465d62bb34ba50908b62f3b43, '', 0, '?'),
(0xbe2f3def2b486845d1de3134d3ca86a5, 'wp-content/plugins/wordfence/views/tours/login-security.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/tours/login-security.php', 1, 0x00000000000000000000000000000000, 0x9b50c996acb5d83354d8b1239d067f85, 0x3ee388b36563c31ec2af663473d837a938fdb7e123478260fe78079eb5309689, '', 0, '?'),
(0x562337419482a8b2fe40eb3ff7f8fb29, 'wp-content/plugins/wordfence/views/unsupported-php/admin-message.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/unsupported-php/admin-message.php', 1, 0x00000000000000000000000000000000, 0xf21f2860aaf7484d44bfb941bb37ca39, 0x79c2d7497e090140190c5617138c593234379f26c855fcea9875de89abb9a0e2, '', 0, '?'),
(0x3c59440cd82d8241d827de7c29e0dde9, 'wp-content/plugins/wordfence/views/user/disabled-application-passwords.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/user/disabled-application-passwords.php', 1, 0x00000000000000000000000000000000, 0x2574edae5a2905e5e2999f0fc7f756a1, 0x9af147cd8cd17286417b15e8fc0d17600d591febb2f895f77d7e6899cc4a64bf, '', 0, '?'),
(0xd68b02cb38935bbdc0a6899830bdca8a, 'wp-content/plugins/wordfence/views/waf/debug.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/waf/debug.php', 1, 0x00000000000000000000000000000000, 0xfb41f6104e99af7a91f01dcc09dcbf9c, 0xc597943589a36244471288218b021412e208cdde067b1f74b62a229ffdc879bb, '', 0, '?'),
(0xcb790fd01f3691366c0ceb9a4dac43b7, 'wp-content/plugins/wordfence/views/waf/firewall-status.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/waf/firewall-status.php', 1, 0x00000000000000000000000000000000, 0xfdeb04fbd8c5f0b853d3342c3db37450, 0x8ddee22d2e5c077a1e6fa5d6910cfaca8867e7a46d50a450ed0f52a72ed224ef, '', 0, '?'),
(0xe802a818c3b7916724eb94f54de273df, 'wp-content/plugins/wordfence/views/waf/option-rate-limit.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/waf/option-rate-limit.php', 1, 0x00000000000000000000000000000000, 0x452c62d9bfca8a954e03b9fe11455c0c, 0x7c4adcda1a105e28e11f9695a399d78c18bb78447358e2a1e538dbe8883fc852, '', 0, '?'),
(0x40b9e01a217a919e72e5cad9579ec870, 'wp-content/plugins/wordfence/views/waf/option-rules.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/waf/option-rules.php', 1, 0x00000000000000000000000000000000, 0xc92900801b51e9af4eb2c923240c7cf0, 0x82ac74a2cfb7000d652878d454e56eb6de5f1f43b35196c73d8cf04b32559343, '', 0, '?'),
(0x9c32583639471033df1acf2b7d41fc36, 'wp-content/plugins/wordfence/views/waf/option-whitelist.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/waf/option-whitelist.php', 1, 0x00000000000000000000000000000000, 0xa92e11b2878592900fe22023c976be7d, 0x856911a8baa92491b868b07dc4777f73a6f3f6e7d60ea9bac158b913a5328763, '', 0, '?'),
(0x7a0ec990b59b8240f62fce172f1e40a0, 'wp-content/plugins/wordfence/views/waf/options-group-advanced-firewall.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/waf/options-group-advanced-firewall.php', 1, 0x00000000000000000000000000000000, 0x4ae435384f079a4f8f7d13f405f61173, 0xab9e10a2842439aa6453133e3bf03a82a1800aeeef61645f18a858dd1fa65b46, '', 0, '?'),
(0xecbb5bdd08cee4d383a9ef121632be57, 'wp-content/plugins/wordfence/views/waf/options-group-basic-firewall.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/waf/options-group-basic-firewall.php', 1, 0x00000000000000000000000000000000, 0xb55b3e1e3c0dc377b3d27fe877a6c9b4, 0x15c00697f4fcbc543b8fe69946ebc8f291ca35403e58cb73f746e323aa26e524, '', 0, '?'),
(0x4bafaa3c0ba9483c37c5459e2c6ce7df, 'wp-content/plugins/wordfence/views/waf/options-group-brute-force.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/waf/options-group-brute-force.php', 1, 0x00000000000000000000000000000000, 0x2cf9060270f56b8f3cfbc90618822359, 0x5178cc6290c1926e62574bc9e9e2c8452aa46c8e6fe4e1de85efddca9b9ff50f, '', 0, '?'),
(0x21a29d017990cb2755b5c762d6f0237d, 'wp-content/plugins/wordfence/views/waf/options-group-rate-limiting.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/waf/options-group-rate-limiting.php', 1, 0x00000000000000000000000000000000, 0x8e7a7f59e9e807e8a186133a90804c6b, 0x1233600852013c169183210c18fec808c5302942901fd057d9f86748d65af6f8, '', 0, '?'),
(0x67b573f415ce1929a1b36dfd01e72505, 'wp-content/plugins/wordfence/views/waf/options-group-whitelisted.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/waf/options-group-whitelisted.php', 1, 0x00000000000000000000000000000000, 0xcce79360729c6c6ca1033340dea02173, 0x4617182b90525acf82ae65512465127001eb95472511450276d12d18defe7845, '', 0, '?'),
(0x6e416a2bb475aa1dfa0456471e376414, 'wp-content/plugins/wordfence/views/waf/status-tooltip-learning-mode.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/waf/status-tooltip-learning-mode.php', 1, 0x00000000000000000000000000000000, 0x6e5231edd59e91c20afe691517784269, 0x8bb5ec53f3e283a7edafc93dc88c626a4b84bdddf09fdd69fd24effdea9479ab, '', 0, '?'),
(0x3d1d095dfee9ff927dfadc2a3c11012e, 'wp-content/plugins/wordfence/views/waf/waf-install-manual.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/waf/waf-install-manual.php', 1, 0x00000000000000000000000000000000, 0x706da0aaa585b051fd796e525071d899, 0x6cbf2c1d5ce216a91d642eb8bbfe22c6627f81d6b4f0126c167ad477c45c8445, '', 0, '?'),
(0x5c48a2fb963a94a2751033e0258b4677, 'wp-content/plugins/wordfence/views/waf/waf-install-success.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/waf/waf-install-success.php', 1, 0x00000000000000000000000000000000, 0x74a50332d84804ca10c18224e10ae31e, 0x35a428cb2fb4b950684a53c85a22265d7d93f9d20572b34970a528e42d74cddb, '', 0, '?'),
(0x8508045ac4db449f9b6cb33db8ecbbab, 'wp-content/plugins/wordfence/views/waf/waf-install.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/waf/waf-install.php', 1, 0x00000000000000000000000000000000, 0xb05d6f466f1cab4fb022490efe52add5, 0x864cdb48b53f2d5a284709f6499f4cf9bd4cd744cebd181a8e92bfa3efdbb27c, '', 0, '?'),
(0x7588fdfaeb5b0cfd85860fe48feada44, 'wp-content/plugins/wordfence/views/waf/waf-modal-wrapper.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/waf/waf-modal-wrapper.php', 1, 0x00000000000000000000000000000000, 0x2367c51578fccc40ec6fe0c1544db31f, 0x19f3e1db6565eb9b3673a0a0ca2d8a2d49b52406ebfc51f6c2bc40d98d7995c4, '', 0, '?'),
(0x703a942caf604f1b6c4cb42810e9411b, 'wp-content/plugins/wordfence/views/waf/waf-uninstall-success.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/waf/waf-uninstall-success.php', 1, 0x00000000000000000000000000000000, 0x6ba57ec248b0c012e937bb3cbf42e1de, 0x0021a546e645a6b603d74b1c0550b3a337dfbb9430d5e60a3b3694107d8ae624, '', 0, '?'),
(0x1e9241e7937f6f0d10f75ad4945f9a74, 'wp-content/plugins/wordfence/views/waf/waf-uninstall.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/views/waf/waf-uninstall.php', 1, 0x00000000000000000000000000000000, 0xf198858ac1fd1e389db307391d617f8d, 0x9f73765ab9f7038de40bd56b720de4f8a216dadc88443a61751875bbc1d5e9f9, '', 0, '?'),
(0x59be4ab4d07cc8ed5b44bd05ec79b159, 'wp-content/plugins/wordfence/waf/.htaccess', '/home/www/iamctv.com/wp-content/plugins/wordfence/waf/.htaccess', 1, 0x00000000000000000000000000000000, 0xa34522784bcaea0e7bc738f6645312b3, 0x4387bef6bd277285150339bdec4004e24ba1de8674a1aa99f6e2a77723406bba, '', 0, '?'),
(0xa1d848e9618c2bf5a7adadccb00b49b1, 'wp-content/plugins/wordfence/waf/bootstrap.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/waf/bootstrap.php', 1, 0x00000000000000000000000000000000, 0x77a1d6ea00c8a048eb2e28c666996c0a, 0xc9c6734983fe30ee4ed099592a348022be45df31e6a2c891501234a5754087ef, '', 0, '?'),
(0xf5a66f8dbc624272cf6a33231f0dbc97, 'wp-content/plugins/wordfence/waf/pomo/entry.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/waf/pomo/entry.php', 1, 0x00000000000000000000000000000000, 0x3bc2b2694716518c9d92418dd4eaae77, 0x0337395d93f9a7238c2f96c3f772f96213439d74655c6303f59298df8f9e8350, '', 0, '?'),
(0xae90825209bf28bc2c092129ce165a0c, 'wp-content/plugins/wordfence/waf/pomo/mo.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/waf/pomo/mo.php', 1, 0x00000000000000000000000000000000, 0x0844899c3618fbe67e2e92c5e753ec5b, 0x0bb0c6045c27f75f46eea075e643294352222843b94fdb59577fcf219ec80529, '', 0, '?'),
(0xe02a0fa299b0b9274b6aa89bccb02163, 'wp-content/plugins/wordfence/waf/pomo/plural-forms.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/waf/pomo/plural-forms.php', 1, 0x00000000000000000000000000000000, 0x5021903747f1fafd9f15c78afa71602e, 0x2e92bc0a295b2edfe913010b63ac66a3910d119b0d46bae45a816bef039ca3b4, '', 0, '?'),
(0x42cfb58903c816f348407881aa17af2f, 'wp-content/plugins/wordfence/waf/pomo/po.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/waf/pomo/po.php', 1, 0x00000000000000000000000000000000, 0x8c76632b1c702adb224796a43f08f542, 0x8a4d4f2882cfce20470d6b48d4bdb26571cfe609c3c7889a46cf6feb804fcb2d, '', 0, '?'),
(0x500cd02f3aefd5ccaeb8d289b6fbd648, 'wp-content/plugins/wordfence/waf/pomo/streams.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/waf/pomo/streams.php', 1, 0x00000000000000000000000000000000, 0xbad0973a34867a99d44dc345f437e5a2, 0xe0b12138d3f673ba8fe077ce23a92998ef060dde3cb6727c32792a0f124c535e, '', 0, '?'),
(0xaa6628bc39ecd2369b9079614e7c3217, 'wp-content/plugins/wordfence/waf/pomo/translations.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/waf/pomo/translations.php', 1, 0x00000000000000000000000000000000, 0x5a5e183a40a8b44a4b4c89a4a908e653, 0xac0d071348f1c7119515189a6e1460a51d3ea92d2d5c5472d7f4f0372cd70c8e, '', 0, '?'),
(0x580bd517e2af0e5c7368765ddd6942a7, 'wp-content/plugins/wordfence/waf/wfWAFGeoIP2.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/waf/wfWAFGeoIP2.php', 1, 0x00000000000000000000000000000000, 0xdd87ad289e302c6de689475f59810f33, 0x5e99296fa5429893b9bcbd9f66b667cb7f2ac3569550983f857ec6ec9a753a7f, '', 0, '?'),
(0x00d01344f860f83852a6c7c9b2258186, 'wp-content/plugins/wordfence/waf/wfWAFIPBlocksController.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/waf/wfWAFIPBlocksController.php', 1, 0x00000000000000000000000000000000, 0x9cf3de9174e793a8473fd02e17b3bb17, 0x76c3b8f3319d4a32e06f68195fd9f72ab06c921ccc3c9811495a910d718074b0, '', 0, '?'),
(0x2510fba2c3079b033703d2e1e5a8b3cc, 'wp-content/plugins/wordfence/waf/wfWAFUserIPRange.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/waf/wfWAFUserIPRange.php', 1, 0x00000000000000000000000000000000, 0xc079c1464894c32727196ecfd2de8e94, 0x4b445b0e52e0ae9e0ee0830f209eed35b13a6718020e7250372a170e0b581a1b, '', 0, '?'),
(0x4523cdd5e72d7633371903d936ebc5a4, 'wp-content/plugins/wordfence/wordfence.php', '/home/www/iamctv.com/wp-content/plugins/wordfence/wordfence.php', 1, 0x00000000000000000000000000000000, 0x4cc05f610faa120ad6e760d51d5bcb65, 0x8ac419b2d20555694d549292173f69922ba48093775ec70336c1cb54d41d93ec, '', 0, '?'),
(0x0780c041a2929a878f03c1025d17d798, 'wp-content/plugins/wordpress-seo/admin/admin-settings-changed-listener.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/admin-settings-changed-listener.php', 1, 0x00000000000000000000000000000000, 0x4b83b1a48135e54d78e11e3a8878704a, 0x05efbade131f7647bb12e76a58e359787439493bb9dbed2d1c0c70c37d8b79c7, '', 0, '?'),
(0x36890133c8932bce8ca821c107ff1d01, 'wp-content/plugins/wordpress-seo/admin/ajax/class-shortcode-filter.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/ajax/class-shortcode-filter.php', 1, 0x00000000000000000000000000000000, 0xe615541d2b17d631a54fa481dd03fe28, 0xc5b8a5e65c5d20bb69dfe81b1a446873dd3db4406016b8c11d16f7bdb6c093d7, '', 0, '?'),
(0xafe9def1f130061886d7f65bc2d95c36, 'wp-content/plugins/wordpress-seo/admin/ajax/class-yoast-dismissable-notice.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/ajax/class-yoast-dismissable-notice.php', 1, 0x00000000000000000000000000000000, 0x0fe41ef2cde256badf5aa9a3edeaa6e1, 0x362cbcd76b7dadf4014acf55c918c2127f613cd864eb38f534dd3fa9a0ccbe28, '', 0, '?'),
(0x0154ea9b0dc734e57d9c5e6140177c4f, 'wp-content/plugins/wordpress-seo/admin/ajax/class-yoast-plugin-conflict-ajax.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/ajax/class-yoast-plugin-conflict-ajax.php', 1, 0x00000000000000000000000000000000, 0xb0fb2b613e0308cbc4d70b5daf0b87be, 0xfa98e64a1084e9327e1c17dd9669a775a47b95e6d9f9d35ca04e5d03dedde4f1, '', 0, '?'),
(0x7bf5073bf4c03133e8383417cb1ce62f, 'wp-content/plugins/wordpress-seo/admin/ajax.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/ajax.php', 1, 0x00000000000000000000000000000000, 0xb6e77e76504a01d874d0a908063efe9a, 0x57b9e8b03d7283a451e8912c2a8ad94b19110b0055bdcc57a94d0f6ccac8dd4f, '', 0, '?'),
(0x3777e296310beb4a14e4071d1b30ae6b, 'wp-content/plugins/wordpress-seo/admin/capabilities/class-abstract-capability-manager.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/capabilities/class-abstract-capability-manager.php', 1, 0x00000000000000000000000000000000, 0x4beba08a6f959406b3fd01882460e1ff, 0x7d412fa1565ca3c7c098023000d6bfc9984b856dcd47c3d20afba73fc08cc773, '', 0, '?'),
(0x83e0c2f1029fc89809079809007db550, 'wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-factory.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-factory.php', 1, 0x00000000000000000000000000000000, 0x3018882a32872a5a59032e963fe33883, 0x4c4f6fb54dd9b87aa0d3ab3721b5ef08932ad8dbc7f5e7a210738d2dcfc6f426, '', 0, '?'),
(0xa508d8890c85691d7f490e7174235d34, 'wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-integration.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-integration.php', 1, 0x00000000000000000000000000000000, 0x419e3cfc80e93386ef8ee804a6f818ff, 0xb5b3e4afdc0e33d718f04d78feb8edc823a9308f3618338d23aa618775329d07, '', 0, '?'),
(0x46f52ecd63f6abc8e1850ad5c62460a9, 'wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-vip.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-vip.php', 1, 0x00000000000000000000000000000000, 0x6aa968b78f79e04f5c8550cbb6b30046, 0x6bd9768827fc7fe43cb6ab1a8a6bbe2eea2e8c3e0971f2de76f4ea7d45134fc8, '', 0, '?'),
(0x1c4c66b73afdf3ed29adb30a04beaaa7, 'wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-wp.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-wp.php', 1, 0x00000000000000000000000000000000, 0x45d9b19ea97552dff2e1e7dcb1d3fe5d, 0x83b0ce37b22b79fa3613c9842f2d8ed49630582e7be2e5ffe55ee2d9a86a6813, '', 0, '?'),
(0xab4aeb9ebfa96823b73a215e60e83df7, 'wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager.php', 1, 0x00000000000000000000000000000000, 0x0d762c258a66c96e81a3c83254b607aa, 0xe192a0db233018e8dfe5712a6e5c5c219fe702c8d7cd81278d4125a5212e016b, '', 0, '?'),
(0x23fefba5dbda5e438b8bcd2586a26b90, 'wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-utils.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-utils.php', 1, 0x00000000000000000000000000000000, 0x5b44c7673c2e76dca94823076bdf5349, 0xb67628901db34a47b8c644f85717f31c1f5f3c334f360433e98e6d8e84041ac7, '', 0, '?'),
(0x0f26109b9ba144410482d17a35b07e02, 'wp-content/plugins/wordpress-seo/admin/capabilities/class-register-capabilities.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/capabilities/class-register-capabilities.php', 1, 0x00000000000000000000000000000000, 0x906d2146bf1c56dbc8a6fea2e0edef7a, 0x4552d3fe066f347f95b6bae7723021c0fda66652925e903a70e5d5642eadd588, '', 0, '?'),
(0xe53a05da5c6e4ab08ac5451896bfd821, 'wp-content/plugins/wordpress-seo/admin/class-admin-asset-analysis-worker-location.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/class-admin-asset-analysis-worker-location.php', 1, 0x00000000000000000000000000000000, 0xd8340566bffafc271b3f92cd01531fb6, 0x0e4a4cb050893d1801c07f1c3c63332ba561aa1d4f1bd5979d1c9c451028d0b3, '', 0, '?'),
(0x91bc7d9e4e65a18df4d09041bdbf40a4, 'wp-content/plugins/wordpress-seo/admin/class-admin-asset-dev-server-location.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/class-admin-asset-dev-server-location.php', 1, 0x00000000000000000000000000000000, 0x82e79e7a3d70062899da563a734bed4d, 0x1d40d3e5fd7902e77ce1b0cb88991e261dd017595f42e07a7ecc8e4c13379451, '', 0, '?'),
(0x0cdfd1d957efe095186c070af5537863, 'wp-content/plugins/wordpress-seo/admin/class-admin-asset-location.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/class-admin-asset-location.php', 1, 0x00000000000000000000000000000000, 0xce83a362a741d7b3b0be57af8bc89174, 0x0c414cd21f8caeac5585fa6b289cbb3508c689161422d24daae838b1d9d98df0, '', 0, '?'),
(0x120c0b035e4587ec64f7eb504d39c7b3, 'wp-content/plugins/wordpress-seo/admin/class-admin-asset-manager.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/class-admin-asset-manager.php', 1, 0x00000000000000000000000000000000, 0x9850c13ad5d0fff1cfe37dfb727cf149, 0x05168a55fc85117712db6ee93d027185546d1b0ba16a47932f556311344f88a6, '', 0, '?'),
(0xcfd68e36fc0c1c6239aa61c123732b57, 'wp-content/plugins/wordpress-seo/admin/class-admin-asset-seo-location.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/class-admin-asset-seo-location.php', 1, 0x00000000000000000000000000000000, 0x5a799fe3c0ed8050f8841239303211a1, 0x0d8b77b11959fbb10e0b3b1c4f27f86c2f3747f74b7fbc4605a080a5a084b889, '', 0, '?'),
(0xd2252b448784984488e2c5a020a88d0d, 'wp-content/plugins/wordpress-seo/admin/class-admin-asset-yoast-components-l10n.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/class-admin-asset-yoast-components-l10n.php', 1, 0x00000000000000000000000000000000, 0x571e45a4117b1c67ba75185e30cd7df2, 0x2585b68a52b145d55ed5bb6bb9baa391d2dfe0d6782139afc3a050da35ced909, '', 0, '?'),
(0x1f72f409da65a2c2fce2965a9cfb910d, 'wp-content/plugins/wordpress-seo/admin/class-admin-editor-specific-replace-vars.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/class-admin-editor-specific-replace-vars.php', 1, 0x00000000000000000000000000000000, 0xe53d4dbba1172e9feabeeb87f0fb5a1d, 0xa4f2fbe34455f9192250b014195b59dbccae6cb1ff13f0365f6e12f2a34cfff1, '', 0, '?'),
(0x70da3a9f5f1adf43de2caf94d9e5ac0b, 'wp-content/plugins/wordpress-seo/admin/class-admin-gutenberg-compatibility-notification.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/class-admin-gutenberg-compatibility-notification.php', 1, 0x00000000000000000000000000000000, 0x4272d0a95f56c8d3c42d71f6dac7f3f2, 0x6bb02fdc9f51d368b69c614f4aac89df1b3aad6e59c960c06dca99844b746884, '', 0, '?'),
(0x2259ce12df3a6eaa81f541f7cd0e984e, 'wp-content/plugins/wordpress-seo/admin/class-admin-help-panel.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/class-admin-help-panel.php', 1, 0x00000000000000000000000000000000, 0x3c7dfccd08192094c88e9216dde59620, 0xb4aacf7d4c475205e53aff7d56cab6d0d2475b967c9e2bbc69ab6874baedb39f, '', 0, '?'),
(0x2d1fac54aada61cc50893fe830156574, 'wp-content/plugins/wordpress-seo/admin/class-admin-init.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/class-admin-init.php', 1, 0x00000000000000000000000000000000, 0xd1c59a9a9e399fda376083af90265215, 0x137cc13130a2b536097174954b63d6920c78c472628ea4dbc069c554ffeb13ad, '', 0, '?'),
(0x01f7cfbd1c9a46a7d9b7493d5b88e373, 'wp-content/plugins/wordpress-seo/admin/class-admin-recommended-replace-vars.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/class-admin-recommended-replace-vars.php', 1, 0x00000000000000000000000000000000, 0xb81aea13045fd0e939e3fc1eb76542c8, 0x5c446f43e30555de9ab820147df29af6fd71db83b753cf9b7568cc3249031e6d, '', 0, '?'),
(0xcfdd9a1dbb792e00e5f61ed89ca869fe, 'wp-content/plugins/wordpress-seo/admin/class-admin-user-profile.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/class-admin-user-profile.php', 1, 0x00000000000000000000000000000000, 0x66774f6d602d7c2265a731804940ae0e, 0x5b5e94d6421741b00dc263b0e24482f9378d0ad7159c7116f9e8ea444fa3f238, '', 0, '?'),
(0xa917e88617a9fc29311419e1e6ecdd03, 'wp-content/plugins/wordpress-seo/admin/class-admin-utils.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/class-admin-utils.php', 1, 0x00000000000000000000000000000000, 0x85cf491038a15765667fff7f67e9d4dc, 0x99252d4e3bceb33544bd08dbb8158264b29a12dc563353e19343f6f77975b98b, '', 0, '?'),
(0xb1c0a82d925dfc0df90e7e281e2318f7, 'wp-content/plugins/wordpress-seo/admin/class-admin.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/class-admin.php', 1, 0x00000000000000000000000000000000, 0x19a5b515f786631067e254a9e3728640, 0xcad3f4c1c3a9f9dcf6221aba04df3ea68bbdff3e9b878363d7b084f59a810350, '', 0, '?'),
(0x6bbc78b572d22c6ae4d769ad99eb0e28, 'wp-content/plugins/wordpress-seo/admin/class-asset.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/class-asset.php', 1, 0x00000000000000000000000000000000, 0x829bd3320492aff74616e3aa3782f749, 0x96b62fec00058b1d5ffaf83eef8458bf4fc2245cdb5e7621ef56fac02a951f61, '', 0, '?'),
(0xd7f18fda4da7859ee952a14edf6120f3, 'wp-content/plugins/wordpress-seo/admin/class-bulk-description-editor-list-table.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/class-bulk-description-editor-list-table.php', 1, 0x00000000000000000000000000000000, 0xedd48585c9d7f6984779ae24fd94eb26, 0x8b83025c92532f9f331503f5b30b296e62ccc7707ab8ecb6b2323f54c695c134, '', 0, '?'),
(0x9561de3c7f846483dd51d538f5e699d5, 'wp-content/plugins/wordpress-seo/admin/class-bulk-editor-list-table.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/class-bulk-editor-list-table.php', 1, 0x00000000000000000000000000000000, 0x42e5ae2f40d5b998e5cd38464a570c25, 0x5bcb48be56cd8ef4cc5ddc8a37140746de421009d223f5de41d5b7ce45b20d24, '', 0, '?'),
(0xbbec0af8665138576da0e6a13dff0c52, 'wp-content/plugins/wordpress-seo/admin/class-bulk-title-editor-list-table.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/class-bulk-title-editor-list-table.php', 1, 0x00000000000000000000000000000000, 0x5829ee2fbd4870b15858e68191231ca1, 0x1e34d90892ba2e8884390c9b4cbf608180722e2b2e1be8006610049ee3b198ac, '', 0, '?'),
(0x217c8fee38fefc18d7492ce7ce209ba4, 'wp-content/plugins/wordpress-seo/admin/class-collector.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/class-collector.php', 1, 0x00000000000000000000000000000000, 0xddd4f6a91e26d9127877fc5e1116115a, 0x01582bb6273daa09f1d0606f77488472d6e93255592197afcd3beb2985474df6, '', 0, '?'),
(0x25978bf1055606dafad08b5dbfed3d77, 'wp-content/plugins/wordpress-seo/admin/class-config.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/class-config.php', 1, 0x00000000000000000000000000000000, 0xa70fb3a47391aeca177f9c5fc03836c8, 0x91b56b91558d5bca70436fe44cf1f848ac22eb966cd90d415bc987d7397a6819, '', 0, '?'),
(0x3c16e4066e7e944cb5d94d858872e7b1, 'wp-content/plugins/wordpress-seo/admin/class-customizer.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/class-customizer.php', 1, 0x00000000000000000000000000000000, 0x0b0bc02cd8434af29fd0b30854a35d67, 0xc140e8cd571ae70a1d8c4d65ce77d8d1e730e7c74c499de47a59e6d17bc06af3, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xc9a74d3a018245e7eb1828ac8e36253d, 'wp-content/plugins/wordpress-seo/admin/class-database-proxy.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/class-database-proxy.php', 1, 0x00000000000000000000000000000000, 0x89fd6fd9d35170aad6a2a0f40aca26b6, 0x3ecd5089793a0cdc1fbf8ea0ec9b18a1e9262230fd541c538dec0f1fb527d559, '', 0, '?'),
(0x7e565841cd0edb265fa74d07f540656d, 'wp-content/plugins/wordpress-seo/admin/class-export.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/class-export.php', 1, 0x00000000000000000000000000000000, 0xfae04b94e0337136404c0cb7e9b17c99, 0x23d863e4b96542c656573edf3a803fa121caeccdc0066c204731cc28f1837408, '', 0, '?'),
(0x6ea7c8e667f337cddbffce78d58fda41, 'wp-content/plugins/wordpress-seo/admin/class-expose-shortlinks.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/class-expose-shortlinks.php', 1, 0x00000000000000000000000000000000, 0xb323b35aae4ffbb8b4110b3628e2771a, 0x640fe998a58f4ab47782c6b07fd32d9fc3bc83a91cf2b361de41fe9db2974e85, '', 0, '?'),
(0x827029f0541a3335e9c9e2c8ebf318bd, 'wp-content/plugins/wordpress-seo/admin/class-gutenberg-compatibility.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/class-gutenberg-compatibility.php', 1, 0x00000000000000000000000000000000, 0x71ad7c7f789118fee992e5131a65af98, 0xa2bde86ebc3ee23227efb95279d0470e7ef20044b42a491626f755fbb237a6e2, '', 0, '?'),
(0x559fc428fdc6349a2c7972f0cad4ac1e, 'wp-content/plugins/wordpress-seo/admin/class-helpscout.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/class-helpscout.php', 1, 0x00000000000000000000000000000000, 0x2da302dc8ec77f166c6af919397e5806, 0xec743596cbe646968241b9ffd8cb293eab5c99ff48c99dce43be2c2f311cd39a, '', 0, '?'),
(0x1b1070397d645a4277f64e4ee537606d, 'wp-content/plugins/wordpress-seo/admin/class-meta-columns.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/class-meta-columns.php', 1, 0x00000000000000000000000000000000, 0x5cf42e189751111f159c533b53c40d7e, 0xe8ba1b56527e70a2aab7845f4d35d0a32de62275ce7b4b287976820d14569ad5, '', 0, '?'),
(0x3838ccc6659337084d64c73e934357fe, 'wp-content/plugins/wordpress-seo/admin/class-my-yoast-proxy.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/class-my-yoast-proxy.php', 1, 0x00000000000000000000000000000000, 0x17d7ac15960511833fa7cd7fb0a9ad62, 0x8f10246ac4e5af16198b2768ee9c51c8511bf395cf1607f1b81e485479fdddaf, '', 0, '?'),
(0x0aea048ef7779b7485932e130991bae4, 'wp-content/plugins/wordpress-seo/admin/class-option-tab.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/class-option-tab.php', 1, 0x00000000000000000000000000000000, 0x0d22a1fff003e1fef9cb7c50c7747dd4, 0xd011ee353d4a2d9ea6ebaf489aa081c7d258f8918da82134aab8eb70b14cc1d4, '', 0, '?'),
(0xae4e522ce44ae0962ae6cca647246983, 'wp-content/plugins/wordpress-seo/admin/class-option-tabs-formatter.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/class-option-tabs-formatter.php', 1, 0x00000000000000000000000000000000, 0xbf328983a2f2803c7d3f77c2ba948eed, 0xe174005e1fb46d1a238c95af820bdae7622bfb3615871c3358dfbb7335c8e1a8, '', 0, '?'),
(0xc2a1481f1401efb292cffe7854370744, 'wp-content/plugins/wordpress-seo/admin/class-option-tabs.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/class-option-tabs.php', 1, 0x00000000000000000000000000000000, 0xf6f36bcf1645c8e74f23aaed9ea30662, 0xf6e89b9bafe757881e213b7db4ec4df2cf68359dbbbfe5da7604a955ebbc883f, '', 0, '?'),
(0xc5b76b972c519f8a22944b152aacfe3e, 'wp-content/plugins/wordpress-seo/admin/class-paper-presenter.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/class-paper-presenter.php', 1, 0x00000000000000000000000000000000, 0xb316d896b579f4d19ca0ba6203190fa6, 0xcf773fe41c577e97b68f5f3df688e7856ecd58afbb8d694f3c2c121288c2dac0, '', 0, '?'),
(0xb5706951de5eae6cbb75dae7e5cfed4a, 'wp-content/plugins/wordpress-seo/admin/class-plugin-availability.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/class-plugin-availability.php', 1, 0x00000000000000000000000000000000, 0xae6137cc297caf337d87086e02e85b45, 0xb0425c4dc106772b69809c85125c811c80b5793707d72cf2b127bc2dc39fb8e9, '', 0, '?'),
(0x82a380d62e4d32c6d1159f1b155c0ca6, 'wp-content/plugins/wordpress-seo/admin/class-plugin-conflict.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/class-plugin-conflict.php', 1, 0x00000000000000000000000000000000, 0x6e5faeb8aea8501a1eee25c51aafbf17, 0x4e5e043dc71c93b2f0cece39947f9c4401997c5e31aebb55fd9aaa736676390e, '', 0, '?'),
(0xee9e9791460fd417d33e8b2111387518, 'wp-content/plugins/wordpress-seo/admin/class-premium-popup.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/class-premium-popup.php', 1, 0x00000000000000000000000000000000, 0x45bac2fef5b56b860632db15aec388f2, 0x38afaeacf8a4a16b66a0c90077e2e753edcc44c3c47e65b0e173022accdc1b38, '', 0, '?'),
(0xd38d9a2d77049879181439b52ca8d0c5, 'wp-content/plugins/wordpress-seo/admin/class-premium-upsell-admin-block.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/class-premium-upsell-admin-block.php', 1, 0x00000000000000000000000000000000, 0x4f7f43447dc4c59e4f9c5e11a88ea794, 0x242ca6267d5cbc4ed409c1fe74db05198697eb9ed43e7971b9606fd1bf088698, '', 0, '?'),
(0xf88893ff63c06e70cd7502e023d95926, 'wp-content/plugins/wordpress-seo/admin/class-primary-term-admin.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/class-primary-term-admin.php', 1, 0x00000000000000000000000000000000, 0x9bfafb6d7977d0e68d2a6c74fc7c1db6, 0xe3c369865b0e774f7adf61d9588b4d4dd02cf8f162a09b6fd6c8dbc169abcaf2, '', 0, '?'),
(0x721774355a30efcacf505cd708eb117e, 'wp-content/plugins/wordpress-seo/admin/class-product-upsell-notice.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/class-product-upsell-notice.php', 1, 0x00000000000000000000000000000000, 0x6f6ef8ce49fa2a07feb82a5b5e0a8242, 0x1094681011654290509e70be1da465068b2a16671498af56ee37d83c94d304c3, '', 0, '?'),
(0x08d2f7461bdefe7da5eaaa7f31d3e7ca, 'wp-content/plugins/wordpress-seo/admin/class-remote-request.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/class-remote-request.php', 1, 0x00000000000000000000000000000000, 0xf840fe485805ec36371f22f2eb532613, 0xba9fa6645d1a8e8f2b4e888b020fd8669c5c427f628cce8728f739b5d2ae251a, '', 0, '?'),
(0x9454fcd9a71d728391001cf6dee9188b, 'wp-content/plugins/wordpress-seo/admin/class-schema-person-upgrade-notification.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/class-schema-person-upgrade-notification.php', 1, 0x00000000000000000000000000000000, 0xc9175680336d585c9b0db37a7e5daa36, 0xe513598f2547dd16f7e22aba30c765900369bd821bc6c225ecd4d46b9f805032, '', 0, '?'),
(0x0da7ff9ec8aba48c8468887abace7372, 'wp-content/plugins/wordpress-seo/admin/class-suggested-plugins.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/class-suggested-plugins.php', 1, 0x00000000000000000000000000000000, 0xd90ad8047a1a808d41ebdf84ffcfde01, 0x35a601a7f0344f1ebd5f8426a16512c53cba5ca0b6b64ca25c9fa81b173746b6, '', 0, '?'),
(0x981d6bb8fed79ecb8a27b3fcab26b85f, 'wp-content/plugins/wordpress-seo/admin/class-yoast-columns.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/class-yoast-columns.php', 1, 0x00000000000000000000000000000000, 0x12fb537872fc3bc8d015b786f774c24e, 0xfb9853f6b8c1041b4f8b52ae3241e6eb15a55f82e00c0b7f5e5b7a46bc3b3a79, '', 0, '?'),
(0x20bf373d8d8a1e34fb94039323f94efb, 'wp-content/plugins/wordpress-seo/admin/class-yoast-dashboard-widget.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/class-yoast-dashboard-widget.php', 1, 0x00000000000000000000000000000000, 0x01220108fc6e110970234b167ea09f64, 0x07cd597829f86717cc6406944987ae92702dae946177573745c8e7e4a41a7f52, '', 0, '?'),
(0xa84056f7ab54b8914c27de7e0ea569dd, 'wp-content/plugins/wordpress-seo/admin/class-yoast-form.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/class-yoast-form.php', 1, 0x00000000000000000000000000000000, 0xefc1ae969d46f97387b042410962c085, 0xbe0176e9bfae0ae88211092e127b1c2a84c88c7d51590c6bea7d7bd5d6a29dc0, '', 0, '?'),
(0x4d5790d3fa51acb83b6318697e1b38f6, 'wp-content/plugins/wordpress-seo/admin/class-yoast-input-validation.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/class-yoast-input-validation.php', 1, 0x00000000000000000000000000000000, 0x2fc75df8c405be8a555bee905d2dd038, 0x6919fed81b085018715e23606cdafa1cc2429902114739a278ff27cb2af12a03, '', 0, '?'),
(0x3fe03421e60e35d4a3d622cc989fb053, 'wp-content/plugins/wordpress-seo/admin/class-yoast-network-admin.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/class-yoast-network-admin.php', 1, 0x00000000000000000000000000000000, 0xb85272503ee485ce9613a3c45dc7f9b5, 0xf2640a397dc70a4ecac4b3206cc8346891e747fc3d6d5c4cf831bd7ffc284851, '', 0, '?'),
(0x5f7e191ea75b4820c4f2790240782e2b, 'wp-content/plugins/wordpress-seo/admin/class-yoast-network-settings-api.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/class-yoast-network-settings-api.php', 1, 0x00000000000000000000000000000000, 0xf9303af7c0a50203ee291621ce404982, 0x23a8b581fd4320f0c56a88fa3880aff4f05ace63ed57e96b3af724d79bc7273a, '', 0, '?'),
(0x5bddd8a6ad0c6d1b9219c54e7012e768, 'wp-content/plugins/wordpress-seo/admin/class-yoast-notification-center.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/class-yoast-notification-center.php', 1, 0x00000000000000000000000000000000, 0x2b0bdd28e9ed099f27381fc5619c1871, 0x4a34fa2cb27aff14921ecb65ce8920f211eb5fa791a26c02d9e2528563b959d6, '', 0, '?'),
(0x1334804ac72d3c4f1bb3694466fc2e87, 'wp-content/plugins/wordpress-seo/admin/class-yoast-notification.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/class-yoast-notification.php', 1, 0x00000000000000000000000000000000, 0x423ecd4082518c4fc7054dd27fdfb415, 0x45a5324dd2145121740a22cbde6a922781a73898e1ccf77a5a93cb59010fac46, '', 0, '?'),
(0x9b7a55298afbed87b5ba72fdea06fe78, 'wp-content/plugins/wordpress-seo/admin/class-yoast-notifications.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/class-yoast-notifications.php', 1, 0x00000000000000000000000000000000, 0x9e207bc9261d539a22994e65e0b3076e, 0xe335214a7335d2a84ce8d5a0cc0fa6b606f483e8f31265621ed679114d971c99, '', 0, '?'),
(0xaf4910b0590976fc314249e3a5ea27c9, 'wp-content/plugins/wordpress-seo/admin/class-yoast-plugin-conflict.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/class-yoast-plugin-conflict.php', 1, 0x00000000000000000000000000000000, 0xe36f39209d5840cfe510261ef57b5ae9, 0x3d7389d0c937d3b1ca6d23b9ef5931a31f7ea186a42849db3d002dab68c56744, '', 0, '?'),
(0xde5185905c0588ca0882b245f27f1cf6, 'wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint-file-size.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint-file-size.php', 1, 0x00000000000000000000000000000000, 0x2daf421ca4e0ff6392ba23f5a9fbcc56, 0x2d61346ecefd21b02eedb74537afb8775ca83540dc74a8003bdec3348a78e520, '', 0, '?'),
(0xb5e19978c686837851345ab0d97f0f00, 'wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint-statistics.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint-statistics.php', 1, 0x00000000000000000000000000000000, 0xe8a1b27aa96f8fdf3c77656beee25461, 0x31ac1b7d30b4f3f131d310c3db9e740a5cd2ee7aaeb05254442474de5038c03e, '', 0, '?'),
(0x0bb6f6b93f3da837a39aebe1379952a3, 'wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint.php', 1, 0x00000000000000000000000000000000, 0x225e55baa77ffdd666bc698bb61219c8, 0x22446f94a9243d8a449eadb1bd8015c8dc399da83151e19c8b210dc8ef26a069, '', 0, '?'),
(0x50f51384c2560856a14e1f7bfb9b6a2d, 'wp-content/plugins/wordpress-seo/admin/exceptions/class-file-size-exception.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/exceptions/class-file-size-exception.php', 1, 0x00000000000000000000000000000000, 0x8f6979cd76def2a8233c94be5121a781, 0xb57290bcbc6b76bd22291e36af427ddb7a4538bbee85b73752ba819a45d880ce, '', 0, '?'),
(0xe89dcd65ebc8abc38654e66bdf8726c7, 'wp-content/plugins/wordpress-seo/admin/filters/class-abstract-post-filter.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/filters/class-abstract-post-filter.php', 1, 0x00000000000000000000000000000000, 0x083dd9e3c4724ebefee2ecc84585f674, 0x740e20b2418732064baf3b65249cd13d86e85b86d6f19d19579e9a916c19f49e, '', 0, '?'),
(0x4fc0c63fdf1d1573b61a4b0eab973f98, 'wp-content/plugins/wordpress-seo/admin/filters/class-cornerstone-filter.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/filters/class-cornerstone-filter.php', 1, 0x00000000000000000000000000000000, 0x6d3763dab4645d4eadf14357ee89d858, 0x56046caa52fb79b535f4f8c98ff4ecefc17d2791351adbbc16f499252a038151, '', 0, '?'),
(0x11ab7313d011071d87be391faf229c3f, 'wp-content/plugins/wordpress-seo/admin/formatter/class-metabox-formatter.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/formatter/class-metabox-formatter.php', 1, 0x00000000000000000000000000000000, 0xb069bc173ab5d9a4f8891a65af28f7ba, 0xd79fd000956abb53121c45647d718fe1bb0d0f2c243f2bf7a4ac808a32d18879, '', 0, '?'),
(0x0c868b503eab46de843d99195fe7c090, 'wp-content/plugins/wordpress-seo/admin/formatter/class-post-metabox-formatter.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/formatter/class-post-metabox-formatter.php', 1, 0x00000000000000000000000000000000, 0x7e056cbf8a8365fffb121edefe9932a7, 0x7e01397dc02411f98d079195943e3a10901086d1d3db974766bf8f0d2d0dd3d7, '', 0, '?'),
(0x1f4cbf90d7f1a4354d9053594bd216c8, 'wp-content/plugins/wordpress-seo/admin/formatter/class-term-metabox-formatter.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/formatter/class-term-metabox-formatter.php', 1, 0x00000000000000000000000000000000, 0xe37b186b8e152052443364ffb75d6c39, 0xe314c8f83712c899ebeecd7aad01acd2b30c387189f11f7427e1a6769da4d737, '', 0, '?'),
(0x911253147aca8055ec0a96f5dc14951e, 'wp-content/plugins/wordpress-seo/admin/formatter/interface-metabox-formatter.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/formatter/interface-metabox-formatter.php', 1, 0x00000000000000000000000000000000, 0x89210ef81ad88d1ec9c10f6f1fea80c6, 0xf2c455e82fbabcad9da87949f5d8e0eb5eb93a023f5270248cc0527331f3c547, '', 0, '?'),
(0x1816268f1c4a5d7a382eeab1a44b882a, 'wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc.php', 1, 0x00000000000000000000000000000000, 0xf984cdfd801fdd775e42a8b217835831, 0x0cb574739df3e998c16033edaf9839c2539a93adc88a5f670ee0e6f9f35ea238, '', 0, '?'),
(0x2716791ff6b9c698e2850a140fc06996, 'wp-content/plugins/wordpress-seo/admin/google_search_console/views/gsc-display.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/google_search_console/views/gsc-display.php', 1, 0x00000000000000000000000000000000, 0x25d11c46e73f2b8ed2d6dc4bb78da995, 0x33499d1110470f2b80e2e557389eaa94589677af22b5fe286c9e0d929743d384, '', 0, '?'),
(0x4c39508a587bf98ef4b67bc145a1becb, 'wp-content/plugins/wordpress-seo/admin/google_search_console/views/gsc-redirect-nopremium.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/google_search_console/views/gsc-redirect-nopremium.php', 1, 0x00000000000000000000000000000000, 0xe76302795a141108db7fe0c013aa02fc, 0xb78db1fd1a59e5a4e6bcfcdcbf1cefeaa6d5795d3804f214f103280751bba36c, '', 0, '?'),
(0xb2978f1dfc7408913a8aafdf5a00e5b1, 'wp-content/plugins/wordpress-seo/admin/import/class-import-detector.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/import/class-import-detector.php', 1, 0x00000000000000000000000000000000, 0xcdf18a825fd872bf11d017d6c50ddb26, 0x487678ca69b4250b87f859102ecede35db09c75fbcf802e9bb7e54ce4b0d9b2e, '', 0, '?'),
(0xaedb68c553c4bf51e37f830bee529ccb, 'wp-content/plugins/wordpress-seo/admin/import/class-import-plugin.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/import/class-import-plugin.php', 1, 0x00000000000000000000000000000000, 0x2ce1f9246f6d6f636701f15d4e28ccf1, 0x9f0a03cd7d1ebc665886c49c623c0c458e6f952e115b3c76361485315ff25e1e, '', 0, '?'),
(0xdd68ec4561bebbfa15865671d5206714, 'wp-content/plugins/wordpress-seo/admin/import/class-import-settings.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/import/class-import-settings.php', 1, 0x00000000000000000000000000000000, 0xc3870a21d092d796b839ea1fb7a73f3a, 0x08a6ec158a0b3b89cff713d06c05dd103f71ffb722883ae5dac09cb4aee295cc, '', 0, '?'),
(0x0896ce522436306a77c0e0496db49837, 'wp-content/plugins/wordpress-seo/admin/import/class-import-status.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/import/class-import-status.php', 1, 0x00000000000000000000000000000000, 0x4bd7e10ee11d39043c0e331328c167c7, 0x9f5489147891e0fae4bbff2d97d6fd50e76fa2dafcced241e68cd305d2edf2ef, '', 0, '?'),
(0x047500936526abec2417d2e29f174fca, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-abstract-plugin-importer.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/import/plugins/class-abstract-plugin-importer.php', 1, 0x00000000000000000000000000000000, 0xed3dfb66bc0efb7e8243f6ce1edddc57, 0xd2535f3e5bcb6702dd39c95403d08aaefba15650145272a6ed725e5c7222f62a, '', 0, '?'),
(0xadf4d556f57394287466d5089fd21d0e, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-aioseo-v4.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-aioseo-v4.php', 1, 0x00000000000000000000000000000000, 0x3371b903c07926f256f1e8793753959a, 0xad90e1e065b1f5e41bc3c16ae4370c89ffb2bf4599d3cd63b0f1bcfbdb2c635d, '', 0, '?'),
(0xf2878aa8b8445665a06f681bc178c418, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-aioseo.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-aioseo.php', 1, 0x00000000000000000000000000000000, 0x9f6e4b34cfcebebef25c8089b603743b, 0xcc0d81260453c0c6c3f79fa5b313f3f6a0eb0b7c4c8a1582d96c5b2902349f37, '', 0, '?'),
(0x52e8d747358eadb2b58d746fd601246f, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-greg-high-performance-seo.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-greg-high-performance-seo.php', 1, 0x00000000000000000000000000000000, 0x1a5c95bf330d66184b146374adb94cda, 0x6cef39582e80be8828fd82c0a09bd167a1dfc20b5afeba534a3a1f03288b0f2a, '', 0, '?'),
(0x601ab398a4a08bb8f551260eaf603482, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-headspace.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-headspace.php', 1, 0x00000000000000000000000000000000, 0x3c861d7751c87a143392efec9931766c, 0xee3e5c3df01e0b1ea9736f14d408260f9fa6848dba8bf292b549890e6a4b15f0, '', 0, '?'),
(0x97c61fd41c8aebc66e88d10b8bad97cb, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-jetpack.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-jetpack.php', 1, 0x00000000000000000000000000000000, 0x1bbd5dbd7e5d1d72a44d9dcdaa287675, 0x597abfd096f3a53408ac2f68175e44cf9aeace0cbb8e20d6d89eb840b08f2614, '', 0, '?'),
(0xfadca70e9ed51740cb7b39b640f9773c, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-platinum-seo-pack.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-platinum-seo-pack.php', 1, 0x00000000000000000000000000000000, 0xe6684a41d5a25598ab046bd1aafc4c6e, 0x21f3bfe05eb0b32d506de0593850ad3af2235f48b0e903d5e0f4e9dcee11c01d, '', 0, '?'),
(0xf137495f5fb2cd14cbcc76442192ab86, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-premium-seo-pack.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-premium-seo-pack.php', 1, 0x00000000000000000000000000000000, 0xa853b921c7ecee3d9c5bd675524a5add, 0xa98fffcaf890463ca51e52b4f7f4f275ebf7672567fdf652970d5ddca81940f9, '', 0, '?'),
(0xafcf8e0b7a6b6b73f4f49bc26b2d0046, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-rankmath.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-rankmath.php', 1, 0x00000000000000000000000000000000, 0xcf60aa217a702bc480282dae732fac11, 0xc3602c78b69c8201eb21f437d35d0918b5d11f5cb43f41cc91ad562f26cb99e4, '', 0, '?'),
(0x03005be2a7d532d7717c8d82051c02d4, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-seo-framework.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-seo-framework.php', 1, 0x00000000000000000000000000000000, 0xbeda5a10fb589403d844d7c4b475d7b7, 0xcb2bb04eeb203db781426050545f2aebcba58a4726c8f31cdcbc8fe687a0a86a, '', 0, '?'),
(0x51cba2b449a29845bb1d801c5a30186b, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-seopressor.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-seopressor.php', 1, 0x00000000000000000000000000000000, 0xd56403eec3bc3803d68d328b71a0a5e6, 0x4fa7d8dea065db5bc928e50b5b809e1d1c5f987f9ac7a84c1d64ae394a295979, '', 0, '?'),
(0x798c181e784dc2cfffec40bc184fe48f, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-smartcrawl.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-smartcrawl.php', 1, 0x00000000000000000000000000000000, 0xbcb07440a4f44eadf69bfe6a92c45e45, 0xbc0c7ee9f2d1ff2f7f80ce1b7c6b63afa8676af42399e3a0bbc330bfe6748063, '', 0, '?'),
(0x62df0d233915aaba61c924dd776ec0cf, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-squirrly.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-squirrly.php', 1, 0x00000000000000000000000000000000, 0xdd7313c1dc7c19612a8a65be8c33be5f, 0x574341cf40f53f831b75322c83115396052a286d52dec4f18c9d5d7c358cb3a1, '', 0, '?'),
(0x65ee152eb479b0e105b73ef4d4088d6b, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-ultimate-seo.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-ultimate-seo.php', 1, 0x00000000000000000000000000000000, 0x3d304db035f2d884ae94b48f69153017, 0x1c573d3abfbbb0c46954ee4cad168537b4720ec68639476fe5ee2ba7faf6078b, '', 0, '?'),
(0xf1c156eb17f9e07cda91e4e2532323d2, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-woothemes-seo.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-woothemes-seo.php', 1, 0x00000000000000000000000000000000, 0x33125a784a844f0235af770bb718989b, 0x7cbcfc592269d747d0f847c38cf237e43a856c449bcf7d652a829f78afe2ce2b, '', 0, '?'),
(0x5feb20a4d515535cf5ded9d46f083e9c, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-wp-meta-seo.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-wp-meta-seo.php', 1, 0x00000000000000000000000000000000, 0x0bb063d34fb753ed4d9aaf0626bd1c8f, 0x3292cbe3e864b36332ef76b8e8c5c0f25bc1a79bc28fa5faeca55c45626a9f14, '', 0, '?'),
(0xa0d9c5aab7fa9881d68dfcb4a6b94502, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-wpseo.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-wpseo.php', 1, 0x00000000000000000000000000000000, 0x196ec7a0e14bcbde29ffaff7188a1453, 0x0ec98137ee55ff3c461f3964a62bef70999207241ee4a2cecab411bb795cc31c, '', 0, '?'),
(0x341d166df536b429f33a35bb74d17197, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-importers.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/import/plugins/class-importers.php', 1, 0x00000000000000000000000000000000, 0x369fe62336b1ca27afa7cb8c452c2a09, 0x7c880b72d627c51895fe9d58b9f2b6ec6079761ed0388219fc7289949bffb6f0, '', 0, '?'),
(0x78a9fa8919deb6a6354c431ec77dbdb8, 'wp-content/plugins/wordpress-seo/admin/index.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/index.php', 1, 0x00000000000000000000000000000000, 0x45d09bb48b4f308b8f63baab8f416733, 0xcdcd121609e89aa07b9163bc464ac3770cb1a6217d619f9811fc03398d16041e, '', 0, '?'),
(0xc687a18908c09b5d1eeac4ace8de989a, 'wp-content/plugins/wordpress-seo/admin/interface-collection.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/interface-collection.php', 1, 0x00000000000000000000000000000000, 0xa1d12fea387372f225e62cccc9239f9a, 0x745f3ce34db9fdd2049e07eb2c17746f7ec966d459ca63d7ae92f1e332286ab4, '', 0, '?'),
(0x36af8ea4a89060a235fb66369c3f9569, 'wp-content/plugins/wordpress-seo/admin/interface-installable.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/interface-installable.php', 1, 0x00000000000000000000000000000000, 0x9de4ebd042a2071bb50a51491ba7d43c, 0x5166b5086afa989ed8c5b2da7952f73b638abae5b5e5b1729f9edb22c138082b, '', 0, '?'),
(0x21a4e61c9ef8387e570e0eb0c93e42aa, 'wp-content/plugins/wordpress-seo/admin/listeners/class-listener.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/listeners/class-listener.php', 1, 0x00000000000000000000000000000000, 0x7a1c9dd6397ac41b2598bf30f65bd3bc, 0xf994dc3618f61a2a472de8adce2bf1638829ba16d67cec8ee187265b60195e33, '', 0, '?'),
(0xc5548c9556cd369ae08dee44dfebec67, 'wp-content/plugins/wordpress-seo/admin/menu/class-admin-menu.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/menu/class-admin-menu.php', 1, 0x00000000000000000000000000000000, 0x515a1697844aab88645c893dd2e8823d, 0xf82430f33f460151331a4d9654829ab55439f7676f3ff8c5cdd1a241cc953a0e, '', 0, '?'),
(0xccfa0d5a00f44a3d1aa204eeb36e6bfb, 'wp-content/plugins/wordpress-seo/admin/menu/class-base-menu.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/menu/class-base-menu.php', 1, 0x00000000000000000000000000000000, 0xd89a13a793b745676bf1720d378efb04, 0x5c12eafe56b448e1de4e7e37b99a6109849df90bcff143110375cde1d800d4d0, '', 0, '?'),
(0x8f6e0edd401d47c36e2faaa600613c69, 'wp-content/plugins/wordpress-seo/admin/menu/class-menu.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/menu/class-menu.php', 1, 0x00000000000000000000000000000000, 0x94da15ee4804a76e6e4a3a2885fa0158, 0x9d224e5cc56d22e004559bc2aa4e4c39474cfb5945812a2e8e5acd99e1a1523e, '', 0, '?'),
(0x15c0d97fd99532862a859bbac14e49c3, 'wp-content/plugins/wordpress-seo/admin/menu/class-network-admin-menu.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/menu/class-network-admin-menu.php', 1, 0x00000000000000000000000000000000, 0x6617a101dfeb1eb6313b21ee394d2588, 0x933b2249c37492eb481990ae40a0b3f03e21e74c346bebdaf3eee10d4e16d8e5, '', 0, '?'),
(0x3c206afaefced86cdd9dbbe342879c28, 'wp-content/plugins/wordpress-seo/admin/menu/class-replacevar-editor.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/menu/class-replacevar-editor.php', 1, 0x00000000000000000000000000000000, 0x43403afd70ed02af72cbac28542aec4a, 0x006fc23d5e8b1355ec536d8d8607e2c019074313c4160094a60757fa345ddb37, '', 0, '?'),
(0x29a537b0e67b5578dac3cdcfe872c14f, 'wp-content/plugins/wordpress-seo/admin/menu/class-replacevar-field.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/menu/class-replacevar-field.php', 1, 0x00000000000000000000000000000000, 0x3bfcf6c7379641a4378a7e43142dbb99, 0x022e46023529ec0d7117d0feb176e8b65ed105033764b97c6be1484c70bad3d4, '', 0, '?'),
(0x02d756d5498cfe309c70a626d4ca1dc5, 'wp-content/plugins/wordpress-seo/admin/menu/class-submenu-capability-normalize.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/menu/class-submenu-capability-normalize.php', 1, 0x00000000000000000000000000000000, 0xee03a7f775c915099b7cc824b8cf3d4e, 0x954c0193a44f2d7e3bb3ebab23ad117b75045446dc0e4e75659033227877ac4b, '', 0, '?'),
(0xa3ebb7e8f47ee561914465f68f46e547, 'wp-content/plugins/wordpress-seo/admin/metabox/class-abstract-sectioned-metabox-tab.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/metabox/class-abstract-sectioned-metabox-tab.php', 1, 0x00000000000000000000000000000000, 0x23b1819b4a7d3c4b8baf38009786cce3, 0x9ee8ab66f771ab39d285a2089b67667929d0805f61892204225d8bef28c9846c, '', 0, '?'),
(0xcd3467cb3433ca21ce425cea9f91b20b, 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-readability.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-readability.php', 1, 0x00000000000000000000000000000000, 0xdbd4d7d16ae1661b4b5f65b252dd9c73, 0x8788c70b0c187732f929ef23231146f3018c5698ad14a87dd684be20d6ed8ecf, '', 0, '?'),
(0x6c9159f901f5d3bcdc007448cf218f72, 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-seo.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-seo.php', 1, 0x00000000000000000000000000000000, 0x30a275863f116de10057a8ff2d36b509, 0xdfee2633046d8802b8143808606c2a7d9522ffa88fd34d89c94f2ac9542d11b2, '', 0, '?'),
(0x3eaa8401cee500a4563f73e3151af99b, 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-collapsible.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-collapsible.php', 1, 0x00000000000000000000000000000000, 0xcba10103b46b49a339d6f2c348f69ee6, 0x58696b574dab9c30a11fb01b0ca494200a2eadbbf45337ef146600c6f1107819, '', 0, '?'),
(0xcab573e242f2fe732a781db86e91096b, 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-collapsibles-section.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-collapsibles-section.php', 1, 0x00000000000000000000000000000000, 0xc874233ad0f7e9687f2f8995c4cc3244, 0x7319f20984f9f5b39bde0dfae164eaa5a2bc36c3ee94052b5ef294d1b797d8be, '', 0, '?'),
(0x52687aabb0c90725827321d387561e64, 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-editor.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-editor.php', 1, 0x00000000000000000000000000000000, 0xce4221fbfab82cf6b5d10195dbad99aa, 0x26adc91a3e69fbfe8771b58e8b3bfa295acf1d5249659b60b34c4303d626f9c5, '', 0, '?'),
(0x0cebafe49d3b5822af0360d075c99c06, 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-form-tab.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-form-tab.php', 1, 0x00000000000000000000000000000000, 0x8f8440fff825759c375967636d26eeb7, 0xffd41e7d45c2d6b3e7fdd5242daf8ecd0e4c6ab92480be8454998cfb07c25696, '', 0, '?'),
(0x6bdbe0162068c0d1bb3c7807a917136a, 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-null-tab.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-null-tab.php', 1, 0x00000000000000000000000000000000, 0x31ac7c27a3f43003845d8718ce1f9a11, 0x9154214b87acbb2dad2b5b1b6adbee6a04652261a1d4f1310697944cd0b38669, '', 0, '?'),
(0xdf0a6b9559e111bf85c6756c8ba5dfdf, 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-additional.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-additional.php', 1, 0x00000000000000000000000000000000, 0x8523aa20b0599e6cf58e091b5a31a196, 0x04e50ba923f66b2fcbcab0d76177cae103452a3b76abcaf50fdfec5b23f3129f, '', 0, '?'),
(0x4f22dae26ce3216eed8e174d085fb1f2, 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-react.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-react.php', 1, 0x00000000000000000000000000000000, 0xd6826e34a64847ce0e44806cec686164, 0x3d5a97e257b5beb9c4019cb98724919f3325d70ccfba4f6890c5328074bd752a, '', 0, '?'),
(0xe848785ed53ad8220782fa5cabe5e72d, 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-readability.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-readability.php', 1, 0x00000000000000000000000000000000, 0x4386b12c512d399ffdb12b5205444e54, 0x0cc8e79aacf6fe9917b7a397ecfdff73df9220dadcac2cda39c8d8e152837ae0, '', 0, '?'),
(0x145b0d08254d0406c87b2f745265c09f, 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox.php', 1, 0x00000000000000000000000000000000, 0x8d2917ad3b8a53b4640efc28280d9157, 0xab88e5b1eb1ccf25efbfe9373472a72478d79327a465b10d7f6b81840624046d, '', 0, '?'),
(0xe479f1620762159fdf8f08752423d496, 'wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-analysis.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-analysis.php', 1, 0x00000000000000000000000000000000, 0x4b50f19f97a9a7b79b340598ddd7edca, 0x816e61d3b1a59b2a670b175571d91ea57923b2cafff34961d0ebc6602ab33b95, '', 0, '?'),
(0x93964fcfce0b9887813958964b486f82, 'wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-section.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-section.php', 1, 0x00000000000000000000000000000000, 0xa92b48738aee78c9f7f88f504cca51a9, 0xc45ee7c7ebc01aa637a65480860d89739c9afb042aa4de3dec22469d72010047, '', 0, '?'),
(0x9314e652d21970ba78eb4f0c8055ca22, 'wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-tab.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-tab.php', 1, 0x00000000000000000000000000000000, 0xb40cce124c2d1aeab6d8d23076660a90, 0x952b26682dca9ad8f9956aa28146701952b10cde24e4f9e9a608c9a909312374, '', 0, '?'),
(0xf8612ae1cbab4371102c707f173567c6, 'wp-content/plugins/wordpress-seo/admin/notifiers/dismissible-notification.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/notifiers/dismissible-notification.php', 1, 0x00000000000000000000000000000000, 0x009bcba8c750f5edfe605d6f4b275b0f, 0x3e684c5506ab05c68c1c89bdaea4092f45664f4cdb05b0d05adc374443eb22b3, '', 0, '?'),
(0x66106e46de726fb9a5e794c63ae54caf, 'wp-content/plugins/wordpress-seo/admin/notifiers/interface-notification-handler.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/notifiers/interface-notification-handler.php', 1, 0x00000000000000000000000000000000, 0xb4cead89a856527fbe600658fc8811d1, 0xa3b7c37ad892bdf4befb4e75cc7677a4187116d649f45b3da052171ec0915145, '', 0, '?'),
(0xfe32937dfd2b8d783466dacd096d8558, 'wp-content/plugins/wordpress-seo/admin/pages/dashboard.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/pages/dashboard.php', 1, 0x00000000000000000000000000000000, 0x6e4f3f65edc2085f14301a430ed42f3d, 0xa86b45a14de66115465476d6c312e964f232450bcdbb797731b7763e8b8cf04d, '', 0, '?'),
(0xc491c8d4aa561c8b4354189c91fee047, 'wp-content/plugins/wordpress-seo/admin/pages/licenses.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/pages/licenses.php', 1, 0x00000000000000000000000000000000, 0x8730db46b0c0f5c5fea4cd6e7c681944, 0x3397d526e01194536206844ba3951bfa8641272078503f64a2264ffc1cc60577, '', 0, '?'),
(0x2e1b144cdba167de81c8db065e9d014c, 'wp-content/plugins/wordpress-seo/admin/pages/metas.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/pages/metas.php', 1, 0x00000000000000000000000000000000, 0x63eac4a53fa0e694ba72015638567be3, 0x2478cf8033d41d109aa10049e23a1e66b94b3a80151feeb127b827d6c20395d8, '', 0, '?'),
(0x0fe91debb78e77685c587387b190e86c, 'wp-content/plugins/wordpress-seo/admin/pages/network.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/pages/network.php', 1, 0x00000000000000000000000000000000, 0x0fdabbe11fbbdc349e8d1e7ba1a841a3, 0x3207d1fe62214345aae83b84462d681f26226569290841caeb2d25f0bd025e9c, '', 0, '?'),
(0x8c04a435c7b42ec7f987f7f8dde0a4b1, 'wp-content/plugins/wordpress-seo/admin/pages/redirects.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/pages/redirects.php', 1, 0x00000000000000000000000000000000, 0x31dbc417ae7c5c829799166e6afdda79, 0xe957e5e622d6e6eb56ff1d09c5e807318cfc37c0f15ddeb4d79644d6d6729ed5, '', 0, '?'),
(0x659cd189b2479637d102f058f13f0042, 'wp-content/plugins/wordpress-seo/admin/pages/social.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/pages/social.php', 1, 0x00000000000000000000000000000000, 0x605b804544e74bbbf52d9aee25c605fe, 0x465a21d9a0281e2f7b2769bb1fc9f5da00bb30e02ae389809242f5baca7004c7, '', 0, '?'),
(0x03f5f23987b9a4e4b7b30af59c9936f8, 'wp-content/plugins/wordpress-seo/admin/pages/tools.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/pages/tools.php', 1, 0x00000000000000000000000000000000, 0x64772e2896bac67b49eab17450fd5a22, 0x5b066393f316e7affda2e045fafc58d422e57edd2ea642cca3155d9b26bac7dc, '', 0, '?'),
(0x01eb8badff4ed2e6b37b3dbfdf3b5fee, 'wp-content/plugins/wordpress-seo/admin/roles/class-abstract-role-manager.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/roles/class-abstract-role-manager.php', 1, 0x00000000000000000000000000000000, 0xa88ebf02bd2d270af550e16977e2103f, 0x81ad8507242d5df3bd286e19681c7a64c785339ff4027074edf1df586c94739f, '', 0, '?'),
(0x6bc061944a1a8addd5f65c442ebff550, 'wp-content/plugins/wordpress-seo/admin/roles/class-register-roles.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/roles/class-register-roles.php', 1, 0x00000000000000000000000000000000, 0xc98f33101991ee499a21f94257d3daa7, 0x7d2a308b35e5172d08d851ddcca1e4fb70191cab60cba3810ea0d3725011e661, '', 0, '?'),
(0x82607c7981d6e4058f09bb49bb687633, 'wp-content/plugins/wordpress-seo/admin/roles/class-role-manager-factory.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/roles/class-role-manager-factory.php', 1, 0x00000000000000000000000000000000, 0x5b8276d5c790d40e29d1bfacbb5578e9, 0xb1b648f5615dd14bef09ab91685db2a2cda87dd1a56b9c2596bf8e9f194cd03d, '', 0, '?'),
(0x103e0342e222bd1636c7b7542a57d8b6, 'wp-content/plugins/wordpress-seo/admin/roles/class-role-manager-vip.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/roles/class-role-manager-vip.php', 1, 0x00000000000000000000000000000000, 0xdb2acc2a64018d5e64099c03e454d91a, 0xcf60b81c17ae9eda0d9c2cb8abdf1587102d2992f1f9111ec0f6d2197d339c7b, '', 0, '?'),
(0x5fa2388fa78dc098fe4403aff1120ba3, 'wp-content/plugins/wordpress-seo/admin/roles/class-role-manager-wp.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/roles/class-role-manager-wp.php', 1, 0x00000000000000000000000000000000, 0x2b7659062165bb5ca48039683207c00f, 0xea2661e5fe3d069fde73aa18f5673b7fd654f42293dcc655d94f5f434c336b2a, '', 0, '?'),
(0x0b8a9629e5298bb37decb22a18d45dad, 'wp-content/plugins/wordpress-seo/admin/roles/class-role-manager.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/roles/class-role-manager.php', 1, 0x00000000000000000000000000000000, 0xcaad20d23277165be06541796235af24, 0xdfe3561e45cbee0415834f68db834fda4e575aa92e28be60ea10fb38db4ba052, '', 0, '?'),
(0xcb00c212215a9e68ab9c788d38f49314, 'wp-content/plugins/wordpress-seo/admin/ryte/class-ryte-option.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/ryte/class-ryte-option.php', 1, 0x00000000000000000000000000000000, 0x2b15f6abf263a9c26146734f1a4b38a2, 0x4481d491a441a809e04a0a275829fb39fa0d764ed50bb0febc82dee46d630e70, '', 0, '?'),
(0x2b4fef54fd02c3bb115e528741d3076c, 'wp-content/plugins/wordpress-seo/admin/ryte/class-ryte-request.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/ryte/class-ryte-request.php', 1, 0x00000000000000000000000000000000, 0xe2d78155227d87ee8c0d7617b5b33048, 0xd6c21b1c07f6a53e770e702a35ab2e1b794040eb7918a37bb6387a490f2f94f9, '', 0, '?'),
(0x73951ef14b2c66aae111030f9e5ca7dd, 'wp-content/plugins/wordpress-seo/admin/services/class-file-size.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/services/class-file-size.php', 1, 0x00000000000000000000000000000000, 0x871c6c205b5fb83d6f4b840eb746233b, 0x785f0b7677d0dee7943f727e91fa9b783fe1867d8470a2f16ee892ed5449376b, '', 0, '?'),
(0x1692834c3985e87da958981529b71f1f, 'wp-content/plugins/wordpress-seo/admin/statistics/class-statistics-integration.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/statistics/class-statistics-integration.php', 1, 0x00000000000000000000000000000000, 0xaf5cfb8bd6e25705d7d4c9e84bec8a00, 0x856d481f5c7f1d2ed2609b17b8808f3a4a2b417ae0a3f4cc37b94a5185792278, '', 0, '?'),
(0xdc3ee4c36e2a705b46a08f423a17a0bc, 'wp-content/plugins/wordpress-seo/admin/statistics/class-statistics-service.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/statistics/class-statistics-service.php', 1, 0x00000000000000000000000000000000, 0x1aa914e99360376c0534700392f24337, 0xf1894018cbfdedc50a1dd1568bcc6c309fddd514e88f8b573dd9a09e0ed7103b, '', 0, '?'),
(0x3f580e5cfe6d669ee1da9507daa3b467, 'wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-columns.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-columns.php', 1, 0x00000000000000000000000000000000, 0x7a573a135cef214fa3c090e21283c1a4, 0x14180d70ab9a1ffabc8ee7878be872e13d626de23f57d86e3151818a4035c604, '', 0, '?'),
(0xf7b038a3c8437f84b6c3fc210830ebcf, 'wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-fields-presenter.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-fields-presenter.php', 1, 0x00000000000000000000000000000000, 0x933cab07f366c08d28f0f55c7bb9bb9c, 0xfe3fbe0f46fc791acefb96aeecacdeb2e0da18289aafe67a489ca1b7a741d30f, '', 0, '?'),
(0x8920a6263ff1bb9e46a05a6945b94f64, 'wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-fields.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-fields.php', 1, 0x00000000000000000000000000000000, 0xdd4bb4b063924b3d9447025e657fdcfe, 0xfa2a2f47b269b8d18e9dc4b727b9268763e200102c1fde9ac4fcfb2073d43629, '', 0, '?'),
(0x1bd0efa4e4ff893cfed6da7c518b9c88, 'wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-metabox.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-metabox.php', 1, 0x00000000000000000000000000000000, 0x871a4daff543cbc0354fd1ef8e69b63e, 0x703f53fc1d4b40951d5365cfd6ffc3fba5c5e5dbb782a9eb240cd0caef8cd1af, '', 0, '?'),
(0x630edf2e0e834b2da1aa6b33bcc664f5, 'wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy.php', 1, 0x00000000000000000000000000000000, 0x0bd581ffb2971f7c2c2711d8b7d074cd, 0x74965f2115e1f2ce201655164659aadd0bca8b7b1b27ca32d54cd0ebff716b35, '', 0, '?'),
(0x7b5d0ea1ff320f5d24440fad5e730371, 'wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-default-data.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-default-data.php', 1, 0x00000000000000000000000000000000, 0xdf7b06005b9eb2744bce9b19d1ee6a40, 0x31b57d1ffe939dc41a1edbfcf19d034768bd116f9ed5e23bb9e8234e614d7f85, '', 0, '?'),
(0xefb2424abda49a3d34eadf1bf7c212a6, 'wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-plugin-data.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-plugin-data.php', 1, 0x00000000000000000000000000000000, 0xbd678d1810ff10142792b32bb62a474c, 0x45289d85c3057141d6ac68fbeb6db96566619eaf41eb0a3e817dfb85b71640fd, '', 0, '?'),
(0xb18267b421e0dad9baf1219980cc2adf, 'wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-server-data.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-server-data.php', 1, 0x00000000000000000000000000000000, 0x1e2d246c57d2123aa8938c8263cb1d3d, 0xb47a00443453bed098169b21e956bf61da672cd3d1f7c0f9ce0685e408f9ed9f, '', 0, '?'),
(0x69139cd77bf9be70570d8e9e39a32fa4, 'wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-settings-data.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-settings-data.php', 1, 0x00000000000000000000000000000000, 0x84558a7d650ecbe0417d2f9fdd7eebe1, 0x133ce039586d67aa7d6bab0a2f5f239535c27e8fd8afe29010945637ff2a9fb5, '', 0, '?'),
(0xb4dfaa36e7c2fd653ffd750486f387f3, 'wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-theme-data.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-theme-data.php', 1, 0x00000000000000000000000000000000, 0xf0528cdbc4ae03d4fc784887fa045125, 0x237ab5bed5f29426c185dab238ba777b4ca92ac12a8b54081a3258101f70eb7a, '', 0, '?'),
(0x150a4528342ee02d17bbfce029ffec5d, 'wp-content/plugins/wordpress-seo/admin/tracking/class-tracking.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/tracking/class-tracking.php', 1, 0x00000000000000000000000000000000, 0xdc89359cc6e1fbd6440b6efa3c256754, 0x630b42d8f286bf6eeb75efa259e64c68d624e83777f811efa5ccf5768d9948c8, '', 0, '?'),
(0x4080ba1c760acf97f30fb1f9c55ac028, 'wp-content/plugins/wordpress-seo/admin/views/class-view-utils.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/class-view-utils.php', 1, 0x00000000000000000000000000000000, 0x6fc4b2b740210ddac6ae4039c5d2bc93, 0xcc9b0c0c5588369a738f2e74320318e62c635e2a2cc9afe519eaf59d7e2f7328, '', 0, '?'),
(0xeb7fcff374eb5c8f9b7d0d6bfd93ee8b, 'wp-content/plugins/wordpress-seo/admin/views/class-yoast-feature-toggle.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/class-yoast-feature-toggle.php', 1, 0x00000000000000000000000000000000, 0x7746384282ebdf76a81b18d3f4b80d2f, 0x378a229b05c1053de3ecea05820195fa73abef3e47bf0b312ce201376b74664c, '', 0, '?'),
(0xdafcd777e28159e5f561f63520c9ea2f, 'wp-content/plugins/wordpress-seo/admin/views/class-yoast-feature-toggles.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/class-yoast-feature-toggles.php', 1, 0x00000000000000000000000000000000, 0x5c4f869c29fe66f3ad248d6e0ef40ed9, 0x38b5e49fc8f86db9341242d0b75c8dc80adf8cf9d555a810c8d92c193265fe00, '', 0, '?'),
(0x164a44e51a53ca2fd66fefe3371f372f, 'wp-content/plugins/wordpress-seo/admin/views/class-yoast-input-select.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/class-yoast-input-select.php', 1, 0x00000000000000000000000000000000, 0xb967fafabd9e9da2d5718905139e3dda, 0xa3ddb131004504a10d70630b74afc2b403af7236e743019c5bad84332d9e0cdf, '', 0, '?'),
(0xb93edaa458670d1f738775022313c158, 'wp-content/plugins/wordpress-seo/admin/views/class-yoast-integration-toggles.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/class-yoast-integration-toggles.php', 1, 0x00000000000000000000000000000000, 0xdabbd93b42e65a92676af1874616228d, 0x60ea3fa7967b47d05457bab725862c730b66171a0f05877ffbbd361431773a65, '', 0, '?'),
(0xc1252b953aa477995022ec790cf4fc68, 'wp-content/plugins/wordpress-seo/admin/views/form/select.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/form/select.php', 1, 0x00000000000000000000000000000000, 0x55824edf40f285f296767fd5204d2997, 0xe16c9ba962298a8d0b1017a7f8cbde25548e59742b5c9503147245c64dbc506c, '', 0, '?'),
(0x37817561173cd6282efa974cd59d4828, 'wp-content/plugins/wordpress-seo/admin/views/interface-yoast-form-element.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/interface-yoast-form-element.php', 1, 0x00000000000000000000000000000000, 0x4e7b0acd1547061027970d436ae14225, 0x87543056c56c3a22a3f54fd7010e20750355a4f7750b960e53762afeec5e6262, '', 0, '?'),
(0xd758e4fdfa4a964bb833b5a6467e15e2, 'wp-content/plugins/wordpress-seo/admin/views/js-templates-primary-term.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/js-templates-primary-term.php', 1, 0x00000000000000000000000000000000, 0x4b6368a9bdceba6d1c47d503b0144f63, 0x6b7aef60e9df2660ba2b14d70dc68816e006244604f6b935c4965b7c6ea71710, '', 0, '?'),
(0x2183a847f107177278401adfbbb87e73, 'wp-content/plugins/wordpress-seo/admin/views/licenses.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/licenses.php', 1, 0x00000000000000000000000000000000, 0xac0ea2dc187abb0cdbcae39e2919fa47, 0x2e522d157d65c4a3d9b3493dad9bb8913458ee506ceefceaaa7886697b82597a, '', 0, '?'),
(0xd1818296d6c2b029d7ed90de26e254a3, 'wp-content/plugins/wordpress-seo/admin/views/paper-collapsible.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/paper-collapsible.php', 1, 0x00000000000000000000000000000000, 0xffd9f166b5b1c29104fef652b3ea4126, 0x2c65e62c0d246cb79a060121216603ab7691ba4778d400f47fb80024f12e3cf4, '', 0, '?'),
(0x4cf2d69e2b5089430c86d0297e75ac5f, 'wp-content/plugins/wordpress-seo/admin/views/partial-notifications-errors.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/partial-notifications-errors.php', 1, 0x00000000000000000000000000000000, 0x324b17e94158d1311917191eeb7ab2f5, 0xf7ae075ccffc5b9f200365995fed5d0603760f54f753ca91d0b65ce5a6480d5b, '', 0, '?'),
(0x19d4bf2c365fd01de5eb7864c510ca9e, 'wp-content/plugins/wordpress-seo/admin/views/partial-notifications-template.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/partial-notifications-template.php', 1, 0x00000000000000000000000000000000, 0x0376ff7c78f3ef972572728650ca0d56, 0x25fc311b0adad18f72082d34bebeadda2dfb7893efdaa0504a4533b048d272b6, '', 0, '?'),
(0x7860a173ec9f708828cac13724278bd6, 'wp-content/plugins/wordpress-seo/admin/views/partial-notifications-warnings.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/partial-notifications-warnings.php', 1, 0x00000000000000000000000000000000, 0xdb11a2d586b0d3fde3bf46c47fccfd3e, 0x281a8f395b9a68d661bf91bb983db4f16fff59d95e19044c7b5f1c4113f82e53, '', 0, '?'),
(0xdd394f8f5852e3fd6861c032ee448418, 'wp-content/plugins/wordpress-seo/admin/views/redirects.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/redirects.php', 1, 0x00000000000000000000000000000000, 0x1d5b61d144dfda1f2443846ab71e0200, 0xa1dfc2130f1ddfa8a5926032a364db15b335c1f83421d897708c4e42e587dc97, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x058cccdb00c41dc75ba17553b28b47b5, 'wp-content/plugins/wordpress-seo/admin/views/sidebar.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/sidebar.php', 1, 0x00000000000000000000000000000000, 0x2dd1ae7d2e9f9e1c2265e1f437ed0369, 0xfe7164d139b6e5f9f0d8df24b92a9c65add65be7a07ee0519f756dd9e3215546, '', 0, '?'),
(0x55d7e003493cfa4a4cf252b9f6aead91, 'wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/crawl-settings.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/crawl-settings.php', 1, 0x00000000000000000000000000000000, 0xd79a5a116d4ca7dfe3b9eadd27feda73, 0x842638268156bfb49410973b54b0a01758c0e28fd7b08c627cf80e30f6da405e, '', 0, '?'),
(0x50c3a8b12652df7b28369e4d1b9d5d38, 'wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/dashboard.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/dashboard.php', 1, 0x00000000000000000000000000000000, 0x5e4a06cca7e4663c9b348ac8f718c0f5, 0xade9e456fb5d6d120ca331ca3359baa09adfe6d3319787a05faafe60b51d917c, '', 0, '?'),
(0xd33811d218fff7592814aba93fa9f208, 'wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/features.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/features.php', 1, 0x00000000000000000000000000000000, 0x3378eef1f1be1bc4927a7cad513351bd, 0xc9470f2eb707ead3dc909abbbd5a11245f2bc715d1d2278b6f773607f951d617, '', 0, '?'),
(0x109d5ca1226352941c16feb103013bec, 'wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/first-time-configuration.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/first-time-configuration.php', 1, 0x00000000000000000000000000000000, 0x0913f122c40b323d0daeb080f2780f7f, 0xd284c766d3b9c26cb7488fe5e219fb41644e0f0b82d0d98163bc6e5bbaafc08d, '', 0, '?'),
(0x1a271cbc4ed3c2f38cb08fbe62399472, 'wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/integrations.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/integrations.php', 1, 0x00000000000000000000000000000000, 0x8a193118a6a1c57de73350eee30ee39c, 0xeb5fedebd629c9a14e6176d79857c8da9c0eabb6101bb161383db613c65c9a3d, '', 0, '?'),
(0x8b20cb78876b10f7d215cf0b01264478, 'wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/site-analysis.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/site-analysis.php', 1, 0x00000000000000000000000000000000, 0x157c5341a3f173cfe417288296cccf89, 0xac9b0225679558a8b7327088e733de87e71d9ae21569f1b7049a305fd7c57473, '', 0, '?'),
(0x9465b290508d2dcc2bb454db3bc49ff9, 'wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/webmaster-tools.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/webmaster-tools.php', 1, 0x00000000000000000000000000000000, 0x325f61c88a96423c24834c600f8bf978, 0x827efce2fa91e20ac2642cb4b4acad1445aa2b3a15d5200695b477110d1f26a8, '', 0, '?'),
(0xaccf26563773ad7fbb96b0c901ef63cd, 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/archives/help.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/archives/help.php', 1, 0x00000000000000000000000000000000, 0x31fae57958ab33fcb5538a1ee8f02293, 0xbff3cb79eb7e452e1d8a6db8bf9efe766d74e290980b19e1d3aa920c4c26f41d, '', 0, '?'),
(0xd5bb4f9f7355901ee0d3c8b654d09f61, 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/archives.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/archives.php', 1, 0x00000000000000000000000000000000, 0x89a6b55367cdbb0d086e99f91c3fe25f, 0xd836143b8254496749db4df95c2e91634e20b3d8c1b6fb83a0f0e95f02105384, '', 0, '?'),
(0x554c4127aa103756edfb0383f967034b, 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/breadcrumbs.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/breadcrumbs.php', 1, 0x00000000000000000000000000000000, 0x1ed3f02df22181177572cd60b5c6047d, 0xf49c9b36efc6013e05ef0d20c159d89c7759cc268b57fb552fee78d29c4956dc, '', 0, '?'),
(0x1dfaacbbe6081a7e21c84ec001c5e2db, 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/general.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/general.php', 1, 0x00000000000000000000000000000000, 0xc382587fa9fdd5ea3471e3e17f8c6dc8, 0xd55e33694c3cc2ee8365aa9739558eb6b41ba377b3a03b3742e6a13878b254ec, '', 0, '?'),
(0x800586eccfd2f1194bd2492b61ddcff1, 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/media.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/media.php', 1, 0x00000000000000000000000000000000, 0xf0893a60f2d8e373f5cc6c2d493085d5, 0x860d3871e8626675991c3ba45b1d8d49ec0eeb7436d6da487beb9c26947c4f46, '', 0, '?'),
(0x0b32b3834d27f44cccdf4c5f7ce2cca8, 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/author-archive-settings.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/author-archive-settings.php', 1, 0x00000000000000000000000000000000, 0x897fdafe0c8c79978d7afa556a114243, 0xa25a1f702a59179c1a74334f402b9018e811eb7451ce11ba1fdb47ff99a18505, '', 0, '?'),
(0x9f3080729aa966c76ff8faa13d1a5aca, 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/breadcrumbs-content.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/breadcrumbs-content.php', 1, 0x00000000000000000000000000000000, 0x3a20508a71f57958965c4a21faea575f, 0xfa34004353c149e6b0ac29c70d98577a899226420a40105d305f75af8b4da087, '', 0, '?'),
(0x40d45bc260584066d56261e105726b70, 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/date-archives-settings.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/date-archives-settings.php', 1, 0x00000000000000000000000000000000, 0xf1962c849b391770ef2b8ece3fc2671c, 0xc24ac690bb6099909afa1eadc98d141516e8fb6543c8427298a98377f31f3729, '', 0, '?'),
(0x2997aaef5ed846879af2e3793fa03247, 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/front-page-content.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/front-page-content.php', 1, 0x00000000000000000000000000000000, 0xaac52c1edbdba557780dc7b5f6cf10a5, 0x2b31c65cb31d33f341575ca251caf0b15b669b0a5f5a41b601c6f4cbaa4866d0, '', 0, '?'),
(0xef8f81b4bf87310564e2a85945612490, 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/general/force-rewrite-title.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/general/force-rewrite-title.php', 1, 0x00000000000000000000000000000000, 0xb03db9d3a163328de9c3406b8fa889f2, 0xaf4a2d685c1203828a514b3c0a6289222e6d0fdc5b8a28415521cf954715c48e, '', 0, '?'),
(0x7ea292667ac04d3941a14ed132d7cf33, 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/general/homepage.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/general/homepage.php', 1, 0x00000000000000000000000000000000, 0x2cafba434ea928f4df207707bf5391f1, 0xfad7ccd1c807fc275c38d2ac65a1a3e7e81ac4470bdca0389d0237387ad80e49, '', 0, '?'),
(0x528d04a346a245889c419635bf721e96, 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/general/knowledge-graph.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/general/knowledge-graph.php', 1, 0x00000000000000000000000000000000, 0xd695dac8d2d97fa6f3f940a12567cb63, 0x26bcccf1fb2b89333d6dd5db0eb155f6f2a4104d0c7bc511f363902383469ad1, '', 0, '?'),
(0xef71d80ec100cbfc1e2c38bf9715b23e, 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/general/title-separator.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/general/title-separator.php', 1, 0x00000000000000000000000000000000, 0x5b999337449906f675acadaabdd174bb, 0x2c5ca3f7b6021fa3675595b6065153ddeb6ec7a5380e9815d5eda16633bc5f45, '', 0, '?'),
(0x4cc1977231877fe5a2bcad6bbd7c9b47, 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/integrations/wincher.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/integrations/wincher.php', 1, 0x00000000000000000000000000000000, 0x3b3b98682509cad11b11e12470e25993, 0x76685fa92809331e029582bb12bb1d3a686cd15e1c5bb688350c4b1181e0b1ba, '', 0, '?'),
(0xf66fdf053b72b0be56f44a92653cfe9f, 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/media-content.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/media-content.php', 1, 0x00000000000000000000000000000000, 0xbc5504a326d14d898d1c4c0784715eb3, 0x4d1e38aecd53bd3aff51e6ebb9d20914774febbfc2ddf5d4e2bc08405355c402, '', 0, '?'),
(0x267eda90f8a867b7fc4e8a4915251960, 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/post-type-content.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/post-type-content.php', 1, 0x00000000000000000000000000000000, 0x174287a9c1da572d06bbabc6ce22e662, 0x1975a80b0b4168c8c2a0b340bfaf0da6b70fe650cf0e235660586eb5e7987e9d, '', 0, '?'),
(0xcc9fb66eec56dab0502a0378ed7a7994, 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/post_type/post-type.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/post_type/post-type.php', 1, 0x00000000000000000000000000000000, 0xd652e069bdf6de2f506f16ce2bacaba7, 0x8330481f86bd03ded434b25582f92b06b85f6d7add7901a6c13e6f97df7b74cf, '', 0, '?'),
(0xf1a74f5ffbf0b207ccefff8545b80865, 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/post_type/woocommerce-shop-page.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/post_type/woocommerce-shop-page.php', 1, 0x00000000000000000000000000000000, 0x9361745bca595fef555da1b3591de734, 0x542f38fb54e9c7986bad7ba2dd687a3d49b78a0433e4b8231f7a82c0e0ed82d3, '', 0, '?'),
(0x3426b707d6f7102941ac347411667de2, 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/rss-content.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/rss-content.php', 1, 0x00000000000000000000000000000000, 0x1bb0d8ec90af02f14d37647e691ca351, 0xedb6bb72630df2bab8c929722a0c15f740eba08f32ffff44fdb5ce903b45b4e9, '', 0, '?'),
(0xeef443be8562700524e2d26c87533b3a, 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/special-pages.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/special-pages.php', 1, 0x00000000000000000000000000000000, 0x607faefb3143969673e6ef4487c4ca07, 0x44d2f09fcad910d982562fd4ce94a4805a360b8c563df6a7175a46b64c2c8c37, '', 0, '?'),
(0x1aba6c5738a2df75972c8fdd3268f301, 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/taxonomy-content.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/taxonomy-content.php', 1, 0x00000000000000000000000000000000, 0xc180848c6f49b3a947b2393e0700d7d5, 0x7e3a4266353e4fa59c0ee4653ffca2ac7c1b00d29aaf774df9e06f526ebb7753, '', 0, '?'),
(0x8e19c60dc80a9b9f232d0726841c8cf8, 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/post-types.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/post-types.php', 1, 0x00000000000000000000000000000000, 0xbe86b8815758ab29834c58104dec588c, 0x19982121a7325fe7e9e7a9ade34d8fe4197ab35d3385f80bf2dfaa36fe7ea1e5, '', 0, '?'),
(0x2bcd76172173832f98207802abb12a5e, 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/rss.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/rss.php', 1, 0x00000000000000000000000000000000, 0xd886bc63fc54a5199447c7ae7561ac4b, 0xe8d323c6ffbcfb90acbc0a746166b2d26c552ca36f9f64e6e952f828142aa2d2, '', 0, '?'),
(0x5be06626601d4a0795b7c1a35c246b60, 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/taxonomies/category-url.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/taxonomies/category-url.php', 1, 0x00000000000000000000000000000000, 0x9bbfba4b39f4b4b168706fa128338e5b, 0x46eb6d4bdc7923a1e7c358e27d60bd9ddc129972d2d067c75f0d0cf6405caa08, '', 0, '?'),
(0x9a0c327381582b431f5a4aab044c8c2c, 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/taxonomies.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/taxonomies.php', 1, 0x00000000000000000000000000000000, 0x30c71c4741a2fa3cfe78375e5ef96a2e, 0xd1a256f1de74a61f60ed30dde4839597c093d508cf39686a067ee9bef4391879, '', 0, '?'),
(0x48a74dd5cebc02c1eeb8b60acaeaf01c, 'wp-content/plugins/wordpress-seo/admin/views/tabs/network/crawl-settings.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/tabs/network/crawl-settings.php', 1, 0x00000000000000000000000000000000, 0x0264d1964a7134c03cce17aabe64d8e4, 0x1012b5736311576363a624281f4fa090e384519f133ae4736f63ee63f2b6b7c9, '', 0, '?'),
(0x339ad7054a256b95b2bba917b3e13fa0, 'wp-content/plugins/wordpress-seo/admin/views/tabs/network/features.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/tabs/network/features.php', 1, 0x00000000000000000000000000000000, 0x3b908b381aacbec927b72069f6c99823, 0x59e2d27affa8c03e77bb67d64fffd806e394c3e218f9a786b9c597442a3af1c3, '', 0, '?'),
(0xf31e7906cf2de78f666e3690158643a3, 'wp-content/plugins/wordpress-seo/admin/views/tabs/network/general.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/tabs/network/general.php', 1, 0x00000000000000000000000000000000, 0x637739f527d4f8a71a778e8d44e692f9, 0xf2a08c711b01b5017eb5840e15e8d1a0712f84b6254cd55827ae3540199df50a, '', 0, '?'),
(0x3432a48f1d35fb6f3dd6f7538c23bcc3, 'wp-content/plugins/wordpress-seo/admin/views/tabs/network/integrations.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/tabs/network/integrations.php', 1, 0x00000000000000000000000000000000, 0x69cb394f8d34761f6739c265fe63bd36, 0x5e85dc60c62fa891d6f3143f16e671d293e0c7985add8ac863eb76c13b556967, '', 0, '?'),
(0xc81e8065029650111a79610a7ff49ee8, 'wp-content/plugins/wordpress-seo/admin/views/tabs/network/restore-site.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/tabs/network/restore-site.php', 1, 0x00000000000000000000000000000000, 0xc5108cc0e17a37db48ea56f8a8c84cdf, 0xb5e13ad0d7ee6220cf79b45202cafd3292947052b13b96a5f05c5c02a9af6953, '', 0, '?'),
(0x6da42c0ba8da6864d6cd891b2af4d233, 'wp-content/plugins/wordpress-seo/admin/views/tabs/social/accounts.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/tabs/social/accounts.php', 1, 0x00000000000000000000000000000000, 0x0309603a95dadf41864eec12d56fc3e7, 0x36ff27b96a7a694519ea60602a4e94362e5992e01a219348be5b7170f6923d89, '', 0, '?'),
(0x3c94260377359269ac42b50473cc0cb2, 'wp-content/plugins/wordpress-seo/admin/views/tabs/social/facebook.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/tabs/social/facebook.php', 1, 0x00000000000000000000000000000000, 0x85f173824606f66b74a2cb15de44c682, 0x82538e343d17c6b6ef7816b550c6861b8d4bbc39a4b840d3911f6940223907b3, '', 0, '?'),
(0x1a8680ad77c52ca5202d2c3a1fee2650, 'wp-content/plugins/wordpress-seo/admin/views/tabs/social/pinterest.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/tabs/social/pinterest.php', 1, 0x00000000000000000000000000000000, 0x1f5e1ae2715f8ce22c75faf08e830968, 0x483b3471ca9c275983431713bc1a3ac8f31256b343f670de171a2d8f1d7b52bc, '', 0, '?'),
(0x1d33c42a9f3b69f0325efc95ec82d5ff, 'wp-content/plugins/wordpress-seo/admin/views/tabs/social/twitterbox.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/tabs/social/twitterbox.php', 1, 0x00000000000000000000000000000000, 0x5e12ce552f2185f35825f520ec6141d7, 0x397d977895749ad38295c7df4d8afa4f44bdfbf438b857b8b9cb2cd76d7e50c8, '', 0, '?'),
(0xbd5cd2204d2a5fe1fc5987aa5952707c, 'wp-content/plugins/wordpress-seo/admin/views/tabs/tool/import-seo.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/tabs/tool/import-seo.php', 1, 0x00000000000000000000000000000000, 0x8343019e9056c6f9ff6cfae53efcd55f, 0x48cde528c944b914b308523e463a7b3374ea7cac617a4a4b351c77ef4ee67dc0, '', 0, '?'),
(0x04420793147baa1f29ba077397a62707, 'wp-content/plugins/wordpress-seo/admin/views/tabs/tool/wpseo-export.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/tabs/tool/wpseo-export.php', 1, 0x00000000000000000000000000000000, 0x324f2b7a8770dfe3939745bb3fac8f58, 0x5bd16d5f2dc7616690a3e6e9e21a970dd17b299ae8b3c53c513950c537cda611, '', 0, '?'),
(0xb389ae4e2da1718a07ac8800fb05e7b6, 'wp-content/plugins/wordpress-seo/admin/views/tabs/tool/wpseo-import.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/tabs/tool/wpseo-import.php', 1, 0x00000000000000000000000000000000, 0x8b88b77fdbe48be3fbd90daf29d26f46, 0x8654b4259a6275fb1d49917f7cc7c85ce42f1fdefacc2b375e665cfe5249db84, '', 0, '?'),
(0xd06163a0d4497dcb66109cc884e5cdbe, 'wp-content/plugins/wordpress-seo/admin/views/tool-bulk-editor.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/tool-bulk-editor.php', 1, 0x00000000000000000000000000000000, 0xf19d9ee4222b049ca7dd942957023286, 0x8f446e0201c5e4094ea9837182cb43b9bad137a2b573296577aaf07b89f34291, '', 0, '?'),
(0xa80f481e639b0eac03f731badeb0843d, 'wp-content/plugins/wordpress-seo/admin/views/tool-file-editor.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/tool-file-editor.php', 1, 0x00000000000000000000000000000000, 0xddb440a9bdceff0fa9c22b56b47addf7, 0x765c697e3a51a0b0c120a9fb0f9ce93ced342f817441badd1c9d88a83e443f6f, '', 0, '?'),
(0x4fa1e005b9fee3e9c861dd2b1baca0cc, 'wp-content/plugins/wordpress-seo/admin/views/tool-import-export.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/tool-import-export.php', 1, 0x00000000000000000000000000000000, 0xf3d34d999a3d05fbe0dbb64c0d1a1fd1, 0x49f986f64774ec5701874fb8515754519f7e5d4f8b53457a535f1f2ba4863da2, '', 0, '?'),
(0xcbeb64d64996144bc6b9ec761af730c7, 'wp-content/plugins/wordpress-seo/admin/views/user-profile.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/user-profile.php', 1, 0x00000000000000000000000000000000, 0x81446cc1f031a37be19b9b65038d5873, 0x55ff47fd80fb08b64c3ca459b1198a1914bb0dc51ebfd3739075f701ae8530f7, '', 0, '?'),
(0xc84112ad472d6eb0e9422120f10e9562, 'wp-content/plugins/wordpress-seo/admin/watchers/class-slug-change-watcher.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/watchers/class-slug-change-watcher.php', 1, 0x00000000000000000000000000000000, 0xc49ef3612e0356aa5afc64a4aed2420f, 0x622d01f9fe4c9ca9a91cb151b73cffe045fdc03fad44ed0d1b63fd34b3e78915, '', 0, '?'),
(0xfce5b647dda8adcd62496b47aeca9b82, 'wp-content/plugins/wordpress-seo/css/dist/admin-global-1930-rtl.css', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/admin-global-1930-rtl.css', 1, 0x00000000000000000000000000000000, 0x1a84f3f887613b3789a497a12f51b944, 0x9af6e1cc3140dbe28002e0c1ec1fec897becc9df6ab60059bae314f4854270f0, '', 0, '?'),
(0x3f36ad05806799d44876dd9074cc4bce, 'wp-content/plugins/wordpress-seo/css/dist/admin-global-1930.css', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/admin-global-1930.css', 1, 0x00000000000000000000000000000000, 0xdb651293b848a9de5d88b6ad2ff15c6d, 0x4b3e513f8e4bd15642c50227e0b557b4977c7fe963c8b86a97be49e6bb03aab1, '', 0, '?'),
(0x7e5746e4ee0d19374d42755a18f1d550, 'wp-content/plugins/wordpress-seo/css/dist/adminbar-1930-rtl.css', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/adminbar-1930-rtl.css', 1, 0x00000000000000000000000000000000, 0x17d08e12a3c70a20b94aec176ab9f9cf, 0x96affaf8eec0528e4efcb8918f45fd6d3975f3e40968e9a1bd856e57f87f3240, '', 0, '?'),
(0x72770f527c14911c19b2eefdc35541a7, 'wp-content/plugins/wordpress-seo/css/dist/adminbar-1930.css', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/adminbar-1930.css', 1, 0x00000000000000000000000000000000, 0xf868907f8c74629230b2968658e07301, 0x4cca64d0ed234d0be74aae7dda2c3e85ea73c3369e4f04c8dafd39ee98cc881d, '', 0, '?'),
(0x33dd128c823f0d9deb4df7904a0a61ef, 'wp-content/plugins/wordpress-seo/css/dist/alerts-1930-rtl.css', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/alerts-1930-rtl.css', 1, 0x00000000000000000000000000000000, 0xfac9068302f6eeddbd565a2707f1e154, 0x113335a667ab8398768d89465036abfe0b53b774cb165005a85a6c983940dd86, '', 0, '?'),
(0x3cfd9a5080998ad33efc3b63e4e8a7ea, 'wp-content/plugins/wordpress-seo/css/dist/alerts-1930.css', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/alerts-1930.css', 1, 0x00000000000000000000000000000000, 0x9ea68c8424f01fe755efba0ef70b0976, 0xd9ff04d1637d565729f98f3e35838a08994ab67e60868fe5fd059508c77134c8, '', 0, '?'),
(0x30b25b8fdf06c0e3dbff6ff048d503c0, 'wp-content/plugins/wordpress-seo/css/dist/dashboard-1930-rtl.css', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/dashboard-1930-rtl.css', 1, 0x00000000000000000000000000000000, 0xee826d8d925f396294c8d44c130b0b37, 0x3ba31252166865a63d6dac4859186a625bc9b19e2d89f4b2ac21d5b70e01f96c, '', 0, '?'),
(0x0b67b2b13cb9f9876b231467ab921f79, 'wp-content/plugins/wordpress-seo/css/dist/dashboard-1930.css', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/dashboard-1930.css', 1, 0x00000000000000000000000000000000, 0x805676015d088d14c03502cda779a1ea, 0x023e6ae439ba00ba127d8b15c6e512e9af3a9854dd3d3202de671c1a8f3b241f, '', 0, '?'),
(0x308800830a194c21dedd05b86b32b34c, 'wp-content/plugins/wordpress-seo/css/dist/edit-page-1930-rtl.css', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/edit-page-1930-rtl.css', 1, 0x00000000000000000000000000000000, 0xb3c998668f87bce014c0651f95135c38, 0xf2a70cf089a6f2527120e9f9e23d87bc6f0ffbce4d047482f249a60e85582c5f, '', 0, '?'),
(0xae500e70d8cf063845daef43673d9e93, 'wp-content/plugins/wordpress-seo/css/dist/edit-page-1930.css', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/edit-page-1930.css', 1, 0x00000000000000000000000000000000, 0x924a32054995289d3c190b9a86b48e1b, 0xfb90cd487ced2b5b7549c7eb8e0734c23032782734af58c4628b40183f8f6df5, '', 0, '?'),
(0x7e3e44204b6833b2e9e7c9108325f5f2, 'wp-content/plugins/wordpress-seo/css/dist/elementor-1930-rtl.css', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/elementor-1930-rtl.css', 1, 0x00000000000000000000000000000000, 0x38485757fa2ad36db0c94dcf56ff8720, 0x73c70836d6af91f44d162e4fcb80e463e1de5293eb01611b9e4fbadeb1152b82, '', 0, '?'),
(0x18d54b7bb81ebc7e2817531254e24278, 'wp-content/plugins/wordpress-seo/css/dist/elementor-1930.css', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/elementor-1930.css', 1, 0x00000000000000000000000000000000, 0xd766c89d996d5b16ed11b0a0ceb88d84, 0x104d10a080d70833b75db84f9279a7e989392666fccfd25e89346e8067115c6d, '', 0, '?'),
(0xaadc726480d4b39d662f40ce165b71ca, 'wp-content/plugins/wordpress-seo/css/dist/featured-image-1930-rtl.css', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/featured-image-1930-rtl.css', 1, 0x00000000000000000000000000000000, 0x5e992ed3094ebd7c38cccd621118cce8, 0xf4c4aa2b340263b25db446e6c81109981176f2fbb12b8beeb04418b8df452615, '', 0, '?'),
(0xd04e5310bce2a03466d722f610c2f2c1, 'wp-content/plugins/wordpress-seo/css/dist/featured-image-1930.css', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/featured-image-1930.css', 1, 0x00000000000000000000000000000000, 0x5e992ed3094ebd7c38cccd621118cce8, 0xf4c4aa2b340263b25db446e6c81109981176f2fbb12b8beeb04418b8df452615, '', 0, '?'),
(0x1334c17c681c9b37ec8632784587c492, 'wp-content/plugins/wordpress-seo/css/dist/filter-explanation-1930-rtl.css', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/filter-explanation-1930-rtl.css', 1, 0x00000000000000000000000000000000, 0x312bf29207cd0f524d1b030ed7f93bbc, 0xc21d73be7858f797cfb99c7c0f638a9fde34ea1bd7051b739a33783aa27fb55b, '', 0, '?'),
(0xafd0c7a65dfeadf3bf041fd9bfc45150, 'wp-content/plugins/wordpress-seo/css/dist/filter-explanation-1930.css', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/filter-explanation-1930.css', 1, 0x00000000000000000000000000000000, 0x312bf29207cd0f524d1b030ed7f93bbc, 0xc21d73be7858f797cfb99c7c0f638a9fde34ea1bd7051b739a33783aa27fb55b, '', 0, '?'),
(0xea6d5021b150c12a56485ce2dec8e275, 'wp-content/plugins/wordpress-seo/css/dist/icons-1930-rtl.css', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/icons-1930-rtl.css', 1, 0x00000000000000000000000000000000, 0x350566165af5c87a755ee23580fde21a, 0xf092c5e2fc3c21f1307b62328bf8c58516cddbf6a54e0f19f8aa926eafa8fd42, '', 0, '?'),
(0x4c6838cb5ed2353f0a3159daf0e36ce1, 'wp-content/plugins/wordpress-seo/css/dist/icons-1930.css', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/icons-1930.css', 1, 0x00000000000000000000000000000000, 0x350566165af5c87a755ee23580fde21a, 0xf092c5e2fc3c21f1307b62328bf8c58516cddbf6a54e0f19f8aa926eafa8fd42, '', 0, '?'),
(0x0772c0f02a1d044f26ea2ee30900cdd3, 'wp-content/plugins/wordpress-seo/css/dist/inside-editor-1930-rtl.css', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/inside-editor-1930-rtl.css', 1, 0x00000000000000000000000000000000, 0xb14a1a93c51b9cd136c611a392c79c10, 0x2e544cc3aa72a7b7b26342f0dd9152f478c01dbcdc90ef1b48e9ce7f87311366, '', 0, '?'),
(0x653fb6ef9e4d225b3b7924bbced806c7, 'wp-content/plugins/wordpress-seo/css/dist/inside-editor-1930.css', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/inside-editor-1930.css', 1, 0x00000000000000000000000000000000, 0xb14a1a93c51b9cd136c611a392c79c10, 0x2e544cc3aa72a7b7b26342f0dd9152f478c01dbcdc90ef1b48e9ce7f87311366, '', 0, '?'),
(0x0173f8fe88a0fb09d9bc9d96717479c4, 'wp-content/plugins/wordpress-seo/css/dist/metabox-1930-rtl.css', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/metabox-1930-rtl.css', 1, 0x00000000000000000000000000000000, 0x5f58b63b535ce7ec393f24b267029003, 0xa3e0841e28af32db00a5fba0f7aad4c452bbacad9fb4414b7a427706c5ecc68d, '', 0, '?'),
(0xdb3507d4a6230ee71e77b7bc5e2ac19e, 'wp-content/plugins/wordpress-seo/css/dist/metabox-1930.css', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/metabox-1930.css', 1, 0x00000000000000000000000000000000, 0x024bf71657e6339cb623151dd4e3ffdd, 0x71c7cdb867d87f1896001a378474149f9564858bd4cd7de858ecdb4aecde26f2, '', 0, '?'),
(0x01faf617523b00f39462d2e57e9c1657, 'wp-content/plugins/wordpress-seo/css/dist/metabox-primary-category-1930-rtl.css', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/metabox-primary-category-1930-rtl.css', 1, 0x00000000000000000000000000000000, 0xa16d0f90381f93de54aef8327995c99c, 0xcab54dc2abaa4663c00f0ceb2ffa8f10c8c61f00e2eaea7bccceccb050a99720, '', 0, '?'),
(0x8e0645b4bf7af820234229e91ef2709b, 'wp-content/plugins/wordpress-seo/css/dist/metabox-primary-category-1930.css', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/metabox-primary-category-1930.css', 1, 0x00000000000000000000000000000000, 0xff7dd0d00090852dc0555f12c1b717f2, 0x1d9c825079438e2968d37f19831a2e38f059568edf0f7bc0181693fe14adb267, '', 0, '?'),
(0xadfbae2fc92e8ab442cf5e73c9fe1a5a, 'wp-content/plugins/wordpress-seo/css/dist/modal-1930-rtl.css', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/modal-1930-rtl.css', 1, 0x00000000000000000000000000000000, 0x7bd906636aa66209f785b43516617b9f, 0x55dd593d0dad9e1c65d5a82a650244d7c20146bd05e1069b51d141c3aed45407, '', 0, '?'),
(0x085d21d187cc4c42712c0bbde35fc999, 'wp-content/plugins/wordpress-seo/css/dist/modal-1930.css', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/modal-1930.css', 1, 0x00000000000000000000000000000000, 0xc1b8e920f6f19ebbbf7610f49b1210fe, 0xf21c43aeb32bfcca76b7afb1fb35b769f00a29690b0931020d62b8b97e300c63, '', 0, '?'),
(0x787946d852fc55e8c32e6ead8b08466b, 'wp-content/plugins/wordpress-seo/css/dist/monorepo-1930-rtl.css', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/monorepo-1930-rtl.css', 1, 0x00000000000000000000000000000000, 0xaa0f4ff4fe6ab51427b3dbdba30d7bf9, 0x61d31e533b047246351ca1449da8327bb60a3f3e3266582c8acf793eefe83ba6, '', 0, '?'),
(0x3ae41fdf78fa9ae4e92b4134ba7653eb, 'wp-content/plugins/wordpress-seo/css/dist/monorepo-1930.css', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/monorepo-1930.css', 1, 0x00000000000000000000000000000000, 0x3bd49d9ec055b14f9efdecfa50e8a959, 0x23892230fc1a70991be6c72d409b0187690d415dd0a3ba54a6843cfec23e3790, '', 0, '?'),
(0x4be400e3b9dc2baefcbe736a1ea2d7f1, 'wp-content/plugins/wordpress-seo/css/dist/notifications-1930-rtl.css', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/notifications-1930-rtl.css', 1, 0x00000000000000000000000000000000, 0x0a69b6710e1f12cf2e14d20841b69070, 0xd6947b8a760f1e293759453f1ac8217a8f6893deffc6e7481b1f5eef084dd107, '', 0, '?'),
(0xeef64696ee31891601e69e42772bd3c5, 'wp-content/plugins/wordpress-seo/css/dist/notifications-1930.css', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/notifications-1930.css', 1, 0x00000000000000000000000000000000, 0x672061c1771c6a787399131914f07618, 0x697d1432554257af069b1ba4d0a34b73f29749746b545a4984c20dd118f97afb, '', 0, '?'),
(0xe9000d1e6df79a747aa13deced38f4ff, 'wp-content/plugins/wordpress-seo/css/dist/schema-blocks-1930-rtl.css', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/schema-blocks-1930-rtl.css', 1, 0x00000000000000000000000000000000, 0x0ee6007f668184978fb1feeef0188c91, 0x8fcf720dfa346199b9cc487911051fd994f2a0aa3940aedda27aeff004b8e726, '', 0, '?'),
(0x1a93d2511c284d6de6540e632adfadad, 'wp-content/plugins/wordpress-seo/css/dist/schema-blocks-1930.css', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/schema-blocks-1930.css', 1, 0x00000000000000000000000000000000, 0x013ccd2ed0f452e8398f958ae39f7339, 0x7a35c097542718dc272600ad70fc62e240841411a11a2434c485db2f2b03ab78, '', 0, '?'),
(0xc2fd864e0515d410699c4372db32a918, 'wp-content/plugins/wordpress-seo/css/dist/score_icon-1930-rtl.css', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/score_icon-1930-rtl.css', 1, 0x00000000000000000000000000000000, 0x586163af343979d4564deaec15deaf18, 0x6b41d154fc666c4185521f4d9158a437ddbf7e2e0fcb5765f16c53fdbdf3b988, '', 0, '?'),
(0x7d4f013edd7a4e6ca19527fb6864c2e0, 'wp-content/plugins/wordpress-seo/css/dist/score_icon-1930.css', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/score_icon-1930.css', 1, 0x00000000000000000000000000000000, 0x30b446cb111d1a281a6f3bc02c47e5b9, 0x60d3b68d7906794786ebd7860b27dfa7f1d1edd173755026ab6f0fac10800c65, '', 0, '?'),
(0x3d5fb954d861f5ddbb9a32802d13ad13, 'wp-content/plugins/wordpress-seo/css/dist/search-appearance-1930-rtl.css', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/search-appearance-1930-rtl.css', 1, 0x00000000000000000000000000000000, 0xe2e4960d0798e1d80955a9c1c8ac32d7, 0x15c7efd363eeb6eb83bc8affd17180b232ee4c92276243702b124c2f9a75e053, '', 0, '?'),
(0x61eebf53d926e9a847f177d81a19d66b, 'wp-content/plugins/wordpress-seo/css/dist/search-appearance-1930.css', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/search-appearance-1930.css', 1, 0x00000000000000000000000000000000, 0x62545f1743eb7bee4c38a53c0b54b5ea, 0x97346624b4e71462e4de4bd1da6d0b73b44c5ca14ac1f77ca9e8bd8dc2d6c0f1, '', 0, '?'),
(0xafb1ea18b0c20e66316e87bb14edf29e, 'wp-content/plugins/wordpress-seo/css/dist/select2/select2-rtl.css', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/select2/select2-rtl.css', 1, 0x00000000000000000000000000000000, 0xa912503972a2d86c9814c1969611a3ac, 0x52cb23a1e600a017be3e90cf71567779247973c0a7d3dd131c1672699ac94b75, '', 0, '?'),
(0x8fe686930ba18c87b97791fe0a8c5b99, 'wp-content/plugins/wordpress-seo/css/dist/select2/select2.min.css', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/select2/select2.min.css', 1, 0x00000000000000000000000000000000, 0x9f54e6414f87e0d14b9e966f19a174f9, 0xb1fec9d3f6afdc0cbd6c4e0e5f032db70adcdd167c010de8929d107679c2246b, '', 0, '?'),
(0x3bf40c3a27f5aa8c225bdcf56e9d1e90, 'wp-content/plugins/wordpress-seo/css/dist/structured-data-blocks-1930-rtl.css', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/structured-data-blocks-1930-rtl.css', 1, 0x00000000000000000000000000000000, 0x1dd4e96b69a136f68de8dd096337943a, 0xa73c80af05e4418596be827d7b7c716a870ab3667100347dffd55bc17c5c636c, '', 0, '?'),
(0x46635fa4ff24975229d029caf9230ff4, 'wp-content/plugins/wordpress-seo/css/dist/structured-data-blocks-1930.css', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/structured-data-blocks-1930.css', 1, 0x00000000000000000000000000000000, 0x2f7808e18cf2f6813ca23e850d58f9d7, 0x895b990acdad3f64bb949ade08e53ac34c11e527f04183497adedac16204c5d6, '', 0, '?'),
(0x77824e83551da21c58869b48409d7c4c, 'wp-content/plugins/wordpress-seo/css/dist/tailwind-1930-rtl.css', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/tailwind-1930-rtl.css', 1, 0x00000000000000000000000000000000, 0x387fe9e80e76d071707ecb1c8c60781e, 0x924c2c8d20f8109672a817988af22e1d79b9ca39edc14d2eb776f9846f84a8c7, '', 0, '?'),
(0xdb7ac54c2e095ff3309f523ef0ae2fad, 'wp-content/plugins/wordpress-seo/css/dist/tailwind-1930.css', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/tailwind-1930.css', 1, 0x00000000000000000000000000000000, 0x4383ea3ece43a3681de400d6777d41ce, 0xeb3ccb393989ce8aed2102551514d7b85295833eea2fd4b559906e97fce56460, '', 0, '?'),
(0x56984f2df3f2f7ee30cc4195edf31aca, 'wp-content/plugins/wordpress-seo/css/dist/toggle-switch-1930-rtl.css', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/toggle-switch-1930-rtl.css', 1, 0x00000000000000000000000000000000, 0xdc1e2105be949e2e6be2e1a1278385e7, 0x8d516a1194dacc29a1efe1971775a580f6b63ab9d2879379ab961f2264b3aeb3, '', 0, '?'),
(0x146b510effb4d134ed566279c5f2ff4a, 'wp-content/plugins/wordpress-seo/css/dist/toggle-switch-1930.css', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/toggle-switch-1930.css', 1, 0x00000000000000000000000000000000, 0xf914aee24b4534489cf2fe7dfb180e85, 0x98b8ed50f8ef72394539346a873af786bdb495b138da5bc6e39a7d22a0bd6032, '', 0, '?'),
(0x434a702fb7c5d73f098363553576e145, 'wp-content/plugins/wordpress-seo/css/dist/tooltips-1930-rtl.css', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/tooltips-1930-rtl.css', 1, 0x00000000000000000000000000000000, 0x439d70af6980d87748d95defdf106b5b, 0x4552b268cf148116e2ce9c1994e70659c12c74b8e256055a3d77e73dbe9d09ab, '', 0, '?'),
(0xc20843c36c7515d973231a1ee0b50263, 'wp-content/plugins/wordpress-seo/css/dist/tooltips-1930.css', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/tooltips-1930.css', 1, 0x00000000000000000000000000000000, 0xbdfa33801a14380432e3be09318c2979, 0xaf83f2389ad3afdc5c85f4485508d5c3a42ef89ec933bfdec68f7fef7344896a, '', 0, '?'),
(0x9dc5595ef8f8cba27bed7cf616e6e3e1, 'wp-content/plugins/wordpress-seo/css/dist/workouts-1930-rtl.css', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/workouts-1930-rtl.css', 1, 0x00000000000000000000000000000000, 0xdb5882a0c1e5787e12adc2f11f866b17, 0xc7e458d451a111a999f3a6fc33673bcb33ff4f15e1bd84b617cb73bfa314d6d2, '', 0, '?'),
(0xd4fad4372f13a344fd61d8847ebb134e, 'wp-content/plugins/wordpress-seo/css/dist/workouts-1930.css', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/workouts-1930.css', 1, 0x00000000000000000000000000000000, 0xfe28c1817e3808c7de638e527c0213b7, 0xb7e58e66d023ffb9397dd393d1b5dc455eef0b3bfceb17a06ef213843daff972, '', 0, '?'),
(0x03e9acd759ee9ca34907ab1d0ed07a51, 'wp-content/plugins/wordpress-seo/css/dist/wpseo-dismissible-1930-rtl.css', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/wpseo-dismissible-1930-rtl.css', 1, 0x00000000000000000000000000000000, 0x979f6c27fc981488072ffbb0736c143e, 0x18fd10e15c74596d0d43e388e0bcc2c2679f7af580ab61f57e473e43f7849c2e, '', 0, '?'),
(0x2d6608eff98a8a0034d176df5ada112e, 'wp-content/plugins/wordpress-seo/css/dist/wpseo-dismissible-1930.css', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/wpseo-dismissible-1930.css', 1, 0x00000000000000000000000000000000, 0xb7b494be971af7f00e95dbc1f5fa52ae, 0xe4b46175fd288248e451c2e16db5bd18c4421addfa22a77adc790ead02ba231b, '', 0, '?'),
(0x7d85197fe647a70067a13a9a59b251d5, 'wp-content/plugins/wordpress-seo/css/dist/yoast-components-1930-rtl.css', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/yoast-components-1930-rtl.css', 1, 0x00000000000000000000000000000000, 0xf374eb9173fcb41dcb6aa02a6611ac6a, 0x8f89a7a5298e154e170a6c256d28628f2e2f87e9644f4595a9daa2802d69fe4c, '', 0, '?'),
(0xd7d3004e9cbee32274dede0271db47c1, 'wp-content/plugins/wordpress-seo/css/dist/yoast-components-1930.css', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/yoast-components-1930.css', 1, 0x00000000000000000000000000000000, 0x439a96f15a44604555404ffc266d5634, 0x8abb707785b27e37834d4965a848480a3c8c9be5671b1a1f51a3dd507089daa8, '', 0, '?'),
(0x4c126c0278adb6d1153e791790da743f, 'wp-content/plugins/wordpress-seo/css/dist/yoast-extensions-1930-rtl.css', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/yoast-extensions-1930-rtl.css', 1, 0x00000000000000000000000000000000, 0x25e914763005a2bd92d90a7ebe12a6ca, 0x4aa766acd303fb45c9848e7a991ad78a2444a9440c902010e8cc762875776079, '', 0, '?'),
(0xaf767a4923cadb8a10d38d2176779ae5, 'wp-content/plugins/wordpress-seo/css/dist/yoast-extensions-1930.css', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/yoast-extensions-1930.css', 1, 0x00000000000000000000000000000000, 0xfc489fa32883bf91ad3cb553ea87a5b0, 0x0361ae95dee1f5de2f6f171b46ded321332c5dc8f8b77da8566e67a3c67b08bb, '', 0, '?'),
(0xf06c18f6bc519df3fe3e6a57a8f4e243, 'wp-content/plugins/wordpress-seo/css/dist/yst_plugin_tools-1930-rtl.css', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/yst_plugin_tools-1930-rtl.css', 1, 0x00000000000000000000000000000000, 0xfd04431a3ff9dd525ddc9d2e3583e096, 0xd8f49eadcc3d0f5a1be3444b2f405a43c5b487585a50b1495d2838f4abb9af2d, '', 0, '?'),
(0x9a64fe468a451f551a6dcfdb2fbf5ac4, 'wp-content/plugins/wordpress-seo/css/dist/yst_plugin_tools-1930.css', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/yst_plugin_tools-1930.css', 1, 0x00000000000000000000000000000000, 0xabbfff9cf5c5e35f570862b5e1a100fe, 0xe9c51c5f6c26f4ae6a40737c67b9e16b8afbbdfb11f40921b003c2682a2aa4d2, '', 0, '?'),
(0xa705043da69d3edb156349528b00f170, 'wp-content/plugins/wordpress-seo/css/dist/yst_seo_score-1930-rtl.css', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/yst_seo_score-1930-rtl.css', 1, 0x00000000000000000000000000000000, 0xabd82290e4a5527ad552a6facf87a172, 0xb01c5f1b869b931f734d346fe2af81393a9380fc3046ba58daf636e2dad1d964, '', 0, '?'),
(0x4c95504bacebdb0be7a7d4ae79079573, 'wp-content/plugins/wordpress-seo/css/dist/yst_seo_score-1930.css', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/yst_seo_score-1930.css', 1, 0x00000000000000000000000000000000, 0x146ea453fc1dfc2a23e0ddb1c6b9a985, 0x12f224560eb4cc71662023acd394b726074556ae2f2cf6f9facf02bfe737a73f, '', 0, '?'),
(0xc31795e25e5287832cb64486ea51486d, 'wp-content/plugins/wordpress-seo/css/main-sitemap.xsl', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl', 1, 0x00000000000000000000000000000000, 0xf2c602b4931b267c6df8388129938b1d, 0xe3d76de927cefddb1e4f48b91f094340fc9048fafeedaee909cc0ea718cc88c6, '', 0, '?'),
(0x277bf4aa7ef24960e051e419ae9fe85a, 'wp-content/plugins/wordpress-seo/images/Assistent_Time_bubble_500x570.png', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/images/Assistent_Time_bubble_500x570.png', 1, 0x00000000000000000000000000000000, 0x04549b012908a6a6ee545a8c1c93eb00, 0xb6e952367f233a63cb9d7ecc1ad869cbf62ce1a642d7a60378c7075350b59273, '', 0, '?'),
(0xbc36bb0d93bbf68abfeee00ab3055de0, 'wp-content/plugins/wordpress-seo/images/Yoast_SEO_negative_icon.svg', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/images/Yoast_SEO_negative_icon.svg', 1, 0x00000000000000000000000000000000, 0xc28d33d21105de78ec7af6b0b10df758, 0x878cd02a9ec4a616056b2df84728611aabc08fc67477de8cf2df2ed4c408a6f8, '', 0, '?'),
(0x04edaa7433a02ec7e95e00b916a1e18c, 'wp-content/plugins/wordpress-seo/images/alert-error-icon.svg', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/images/alert-error-icon.svg', 1, 0x00000000000000000000000000000000, 0x6479d1b54a36ff686832023d59d8b878, 0xe153365d2b9dde755e4c1e316e8fdef5833cbb37baded52f4df57a99de60e866, '', 0, '?'),
(0xdeaaff258bd5f0252da689c5e0c21485, 'wp-content/plugins/wordpress-seo/images/alert-info-icon.svg', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/images/alert-info-icon.svg', 1, 0x00000000000000000000000000000000, 0x422ce8a7ecc1f349b5f78e6bc14530b0, 0x1fa806668b9d2f93234f349898f9dbb55198737676bb2bbdbaf91926811323d1, '', 0, '?'),
(0x59b226295fbe98b48a8677be6fda38bf, 'wp-content/plugins/wordpress-seo/images/alert-success-icon.svg', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/images/alert-success-icon.svg', 1, 0x00000000000000000000000000000000, 0xb01d1bae3f68e53058f11edefce3bcf9, 0xa52cd3301a412fd55aeb651f4bb34f145c70d2a30a1b6446b9de0a6566916980, '', 0, '?'),
(0xcec835c846d72c9e59da9a2e31d62e94, 'wp-content/plugins/wordpress-seo/images/alert-warning-icon.svg', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/images/alert-warning-icon.svg', 1, 0x00000000000000000000000000000000, 0x57487d990516e79086f9b308b1416c7e, 0x0e1bae92d7eb1b0232ccafaad3e6ba25533dda74d888856edaec3df157021063, '', 0, '?'),
(0xed2774505274a8b0e400c50ca37c3f58, 'wp-content/plugins/wordpress-seo/images/brushstroke_background.svg', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/images/brushstroke_background.svg', 1, 0x00000000000000000000000000000000, 0xe20a3e110abd8791e4381203e9a0cb1f, 0x94915be1d7332a9a58e193de0fe7c7d9ac2b6036f6ea0ff446b9ad80ee61cd6d, '', 0, '?'),
(0x6290459a23ebbb7658e1be390ec6af2c, 'wp-content/plugins/wordpress-seo/images/error-icon.svg', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/images/error-icon.svg', 1, 0x00000000000000000000000000000000, 0xe2f42b39af553b3170dcc4bf6b74bd5b, 0x8a5a02017267c0c0963684bc874aec10c17660cd3cf363c49b1e629a8789260f, '', 0, '?'),
(0x6128c200c8277eafa77594f5ce199857, 'wp-content/plugins/wordpress-seo/images/index.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/images/index.php', 1, 0x00000000000000000000000000000000, 0x45d09bb48b4f308b8f63baab8f416733, 0xcdcd121609e89aa07b9163bc464ac3770cb1a6217d619f9811fc03398d16041e, '', 0, '?'),
(0xfb3fffe0a10016970c8266ff64f82df9, 'wp-content/plugins/wordpress-seo/images/indexables_3_left_bubble_optm.svg', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/images/indexables_3_left_bubble_optm.svg', 1, 0x00000000000000000000000000000000, 0x8f4d450c798a684e38389f5d80444440, 0xe9c36c416a36fb0a5443464aaf850c694ed0111cbb313b29e4cbecaf3a34db5b, '', 0, '?'),
(0xf566dd1220e78df7ebc22837dd6a19b8, 'wp-content/plugins/wordpress-seo/images/link-in-icon.svg', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/images/link-in-icon.svg', 1, 0x00000000000000000000000000000000, 0x9eec146dd53474f2ea103144a3c6c09a, 0x869f3fd3bd70bb92c41b4d0fa952f787d8150a0849d8f4128f8dd46da123b81e, '', 0, '?'),
(0x819a97c18f023fb82045b3d5bccafa55, 'wp-content/plugins/wordpress-seo/images/link-out-icon.svg', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/images/link-out-icon.svg', 1, 0x00000000000000000000000000000000, 0x128d96ef97aaaca0292213b4d526ec53, 0xe7cc7ca8a8f33ee3d1b2a6e1883c908fa85f5d132a5b0c47580b72c124bdef4a, '', 0, '?'),
(0x2a06f7ec67f311b10fd5e407be89f548, 'wp-content/plugins/wordpress-seo/images/local_plugin_assistant.svg', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/images/local_plugin_assistant.svg', 1, 0x00000000000000000000000000000000, 0x39ae0f70f2cc419e8d8e6cc3322ef015, 0xcaa50da2bfed1f77d78260922c73c7dce97517cc8beed767a0a257ec322a0e29, '', 0, '?'),
(0x8d76ae612f8c304d15c4cd18d41fbc09, 'wp-content/plugins/wordpress-seo/images/man_with_tablet.png', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/images/man_with_tablet.png', 1, 0x00000000000000000000000000000000, 0xc395d4bb6da1b3e5c23bdf0e22d0e98e, 0x03c85617fde77bf125ca13cb5a05c1d1643087bba231219acf13cac16de9099a, '', 0, '?'),
(0x5c16a1c98a364f2b74d6f5f76a52f87b, 'wp-content/plugins/wordpress-seo/images/mirrored_fit_bubble_man_1_optim.svg', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/images/mirrored_fit_bubble_man_1_optim.svg', 1, 0x00000000000000000000000000000000, 0x77322bfb363a2b74ba54d8fe96cbff40, 0x60770b2c82ddaf632fa6ecd93e1f42c7ea118e698a5f4b68b20c694d3f04e4ae, '', 0, '?'),
(0x9d722946f5536353960849a381e63243, 'wp-content/plugins/wordpress-seo/images/mirrored_fit_bubble_woman_1_optim.svg', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/images/mirrored_fit_bubble_woman_1_optim.svg', 1, 0x00000000000000000000000000000000, 0xc386167496568dce4fa7cf2bf3ab6d46, 0xa4f29a292d6e80d11f97c364b612995c476f8b51c00933dd81b07def9a1c3290, '', 0, '?'),
(0xb4749da5d0bf6a97a45a4bf637205d8c, 'wp-content/plugins/wordpress-seo/images/mirrored_fit_bubble_woman_2_optim.svg', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/images/mirrored_fit_bubble_woman_2_optim.svg', 1, 0x00000000000000000000000000000000, 0x0b02947298d07221a539e5ec171e7b41, 0x6bf7d041f97c82d4af3c8176e7ad0c09214137ea5ce86af24bb04ba1d8b0c9ed, '', 0, '?'),
(0x135d7a4a8417065333e327b66b1bc93e, 'wp-content/plugins/wordpress-seo/images/new-to-configuration-notice.svg', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/images/new-to-configuration-notice.svg', 1, 0x00000000000000000000000000000000, 0x432860e08d8fbe7c55769a8d779fcadc, 0x61b5271a8e883c7a648ab0fd8333b128d10143e73b78406054e0af05f65ef9d1, '', 0, '?'),
(0xb6b75d79b2ab9c19ec7dad1bcacb38a3, 'wp-content/plugins/wordpress-seo/images/news_plugin_assistant.svg', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/images/news_plugin_assistant.svg', 1, 0x00000000000000000000000000000000, 0x3ecdf3314a2f96f547f10c7d401ecaf7, 0x2f9b84ad5f4a75e7fcfbab759639d79a49d220abd15b3f61ff918330a21859b7, '', 0, '?'),
(0xc5172149d37c7c4b4dbd6bd028094fc9, 'wp-content/plugins/wordpress-seo/images/profile-social-fields.png', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/images/profile-social-fields.png', 1, 0x00000000000000000000000000000000, 0x7cd225beecd1a41e4ac5282900b466ad, 0xcc0fc23f4be6270b2a21abeaa17647dc7a181b81945d8842261bd087757fc8f1, '', 0, '?'),
(0x6c74edf6b4bc25b0d84cdae7efd58470, 'wp-content/plugins/wordpress-seo/images/question-mark.png', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/images/question-mark.png', 1, 0x00000000000000000000000000000000, 0xf77c03698119fc892964d9c0704f6428, 0x1149884b4c6c0d1c91d2a61bdf9093c2095393ebcaa8726516343e624906a55d, '', 0, '?'),
(0xd0aea107d876d2574c0ed1a40c0ea99a, 'wp-content/plugins/wordpress-seo/images/readability-icon.svg', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/images/readability-icon.svg', 1, 0x00000000000000000000000000000000, 0x69a28b9346146830bdd842e38ee37db4, 0xc11457bbff0ac0df8183a6ec99b9bad3f789df37f86072dc19c51b7b494ed246, '', 0, '?'),
(0x8149eca0ffff82832b6ed3cc685eb0a8, 'wp-content/plugins/wordpress-seo/images/stale-cornerstone-content-in-yoast-seo.png', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/images/stale-cornerstone-content-in-yoast-seo.png', 1, 0x00000000000000000000000000000000, 0x89256cb9032912ef13260de42d9394ca, 0x4ea8065334ffe496dbd7a849c6ffbba6b032b2295ebcc68f7269004ff67e8ff4, '', 0, '?'),
(0xa76e3354c440c4fd8d80da37d2dcdca7, 'wp-content/plugins/wordpress-seo/images/succes_marieke_bubble_optm.svg', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/images/succes_marieke_bubble_optm.svg', 1, 0x00000000000000000000000000000000, 0x8e6c2adce44dc431a9548e5b0a3a5a7c, 0xad20937dea4cb3a1ddcd7f3235f367c5285ca32d66c49235dbad4be0551003e5, '', 0, '?'),
(0x8bcd932a49ea36960844b0dbf559feb5, 'wp-content/plugins/wordpress-seo/images/support-team.svg', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/images/support-team.svg', 1, 0x00000000000000000000000000000000, 0x61d6e05a693741f15e3f1e5e3ec340bd, 0xa5c8438b31e6efa75ef10655031b38d24d63d71d1bbadcb637469ad5396be478, '', 0, '?'),
(0x80dfe62965b3e22eaf880a4f1e11e807, 'wp-content/plugins/wordpress-seo/images/video_plugin_assistant.svg', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/images/video_plugin_assistant.svg', 1, 0x00000000000000000000000000000000, 0x22b2a7309447695166bfcaecb2693688, 0xe69a3cd6093290365e53ad5dc4af419fd12dfe304c907dca0e8232ae602050c4, '', 0, '?'),
(0xcf63dcf7c938e9bbf4dab29a9e24156e, 'wp-content/plugins/wordpress-seo/images/woo_plugin_assistant.svg', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/images/woo_plugin_assistant.svg', 1, 0x00000000000000000000000000000000, 0xa1f9eb6e8571ff461d30cde88abcdf77, 0x8a83a6160feb77844100275a77098888643dc4d8bc5d1e2761780492d216ae42, '', 0, '?'),
(0x27c849f9f0f7b3a0d598a10bd9717045, 'wp-content/plugins/wordpress-seo/inc/class-addon-manager.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/inc/class-addon-manager.php', 1, 0x00000000000000000000000000000000, 0x25c4c137b59841c2157d45a72c520d5f, 0x8ae17169f3db3593148704811d95fa0fb6d4d905745313674bb02f64d84ffd09, '', 0, '?'),
(0x72ffbfb6a5cefdba2a1d0483992d2817, 'wp-content/plugins/wordpress-seo/inc/class-my-yoast-api-request.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/inc/class-my-yoast-api-request.php', 1, 0x00000000000000000000000000000000, 0xe41f6d1e36fa200b55ee816c53e0a160, 0xb6ba280194c2bf9aae82a48583fa47b5228b2d1ab193a84cca680e20a6ab3920, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x62554e443ea86b9cd4cb47c8b8a0ef57, 'wp-content/plugins/wordpress-seo/inc/class-post-type.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/inc/class-post-type.php', 1, 0x00000000000000000000000000000000, 0xe169d72ec28302fa6c92357969e99c1e, 0xaac6ce7f1b3b0c834880e53b6f2aaf16cc9650d56c52eb7908527facc9317119, '', 0, '?'),
(0x009417c21b25cea54a2d9a70be1608c9, 'wp-content/plugins/wordpress-seo/inc/class-rewrite.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/inc/class-rewrite.php', 1, 0x00000000000000000000000000000000, 0x296aedc46d5744b45badc7b81b252445, 0xfcc9e1391d860fec551a6a4c3a9a14e7df31b7b221ce1df761da448d7f1effce, '', 0, '?'),
(0x079b4cc3bd66a0baf1383db566b9427b, 'wp-content/plugins/wordpress-seo/inc/class-upgrade-history.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/inc/class-upgrade-history.php', 1, 0x00000000000000000000000000000000, 0xe03a501467b25a4e9b8c167d854b8fe3, 0x7aa751dbf372b573c5591f9f566a889cc60f579683c943799c2353e43a03a268, '', 0, '?'),
(0x51b9833493cf25d0f47ac03e2ac0f149, 'wp-content/plugins/wordpress-seo/inc/class-upgrade.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/inc/class-upgrade.php', 1, 0x00000000000000000000000000000000, 0x14572889fcb2700aa0ba7484b191c0d6, 0x40e31e2f8dc8d736048f5955389fec80c0351f45bd969f4076a9ea13429dd985, '', 0, '?'),
(0xea012a9cc2166c77b02d33dcb82a29e0, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-admin-bar-menu.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/inc/class-wpseo-admin-bar-menu.php', 1, 0x00000000000000000000000000000000, 0xd6dd445760ffdbfa58e6997f49062c2f, 0xb11910ad6cdeb99fcd923ad5a27de5550e1c5e5349caa7b0d242c4379c361c3e, '', 0, '?'),
(0x8c554407eac49e973bae11ef28c7a86c, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-content-images.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/inc/class-wpseo-content-images.php', 1, 0x00000000000000000000000000000000, 0x74db5a3dbe788fb6827de9d71f5575ea, 0x88b7eb6b03066a09e46908666d7e815bc839a932db1b195e31939a6adfb0212f, '', 0, '?'),
(0x9c0a72279eaab1415a7d89c221ba6482, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-custom-fields.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/inc/class-wpseo-custom-fields.php', 1, 0x00000000000000000000000000000000, 0x47d146adf8358279a7992c1ab34a2d04, 0xc19ed32dacdb4cb5a9ad905442682be6ef262b19f4636b5f194d12d9c191c685, '', 0, '?'),
(0x50c6ea4a3168abdf7cc0adf48872e706, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-custom-taxonomies.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/inc/class-wpseo-custom-taxonomies.php', 1, 0x00000000000000000000000000000000, 0x14e9b4e93499ff33fb85c4fdd82cc281, 0x55e0306081caf7372874b0d1e2ad59a8da73ae5c9f68af74722827dda93103a4, '', 0, '?'),
(0x95ac31b0406abaca777dbbc3bc4a6158, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-features.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/inc/class-wpseo-features.php', 1, 0x00000000000000000000000000000000, 0x43ffc3fecfa8401afc58663844f4c61b, 0x54be49c16ef9e5cfed34714b4eba295efca7c90708208461be1ab4997c2d1021, '', 0, '?'),
(0x0bbb56e128165e202d4fdc1a5430f47b, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-image-utils.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/inc/class-wpseo-image-utils.php', 1, 0x00000000000000000000000000000000, 0xc47f857268cf230cd1c8e8c67ebc51e1, 0x16afb8dfb358c520198abfe09a7738d228d69376584269345cd8f44589dedb38, '', 0, '?'),
(0xbf3c1d0024e9b00dd683c927284f6bdc, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-installation.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/inc/class-wpseo-installation.php', 1, 0x00000000000000000000000000000000, 0x4ec0a0ae343446ba4965bcafc3041829, 0xd97e5efb4583b1cd473ceff45eb210768c110c34cf5beaef45353cd8e6977d32, '', 0, '?'),
(0xf7c942f18148858ca577a5858f07ed05, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-meta.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/inc/class-wpseo-meta.php', 1, 0x00000000000000000000000000000000, 0x972e876deb1ca1066fbbe1b45edf3dde, 0xcbda39583d515977b44bef5c52bf6ce7f70ebdab364f329de5bfc8bd7f0b0c45, '', 0, '?'),
(0xc156586721784f49f9c3e61fef7be141, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-primary-term.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/inc/class-wpseo-primary-term.php', 1, 0x00000000000000000000000000000000, 0x0cee40281bd1baee02efa5866a55d257, 0x01c2e12ebcb20a8aad45c6af5528a224b8b80622b90deb4417f9b09086319d43, '', 0, '?'),
(0xcdc87918d85571a7aceabd68c59d18df, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-rank.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/inc/class-wpseo-rank.php', 1, 0x00000000000000000000000000000000, 0xa370e0855b5f6aa8ad181d46481e1c3b, 0x2cea39893cb76d5f66650061d22923ca2d9130f571cccaa5e895694bb9518331, '', 0, '?'),
(0x581dcdae99d1e01478e2b799c42388c6, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-replace-vars.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/inc/class-wpseo-replace-vars.php', 1, 0x00000000000000000000000000000000, 0x5836c81848553631b46b9339e18008a7, 0x1af05a129503827fb4d2e9fba235f34dfc3ab0a9741a184a3b9fd43f78ce5ebd, '', 0, '?'),
(0x8116676ffc403e33043adb8fd58de568, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-replacement-variable.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/inc/class-wpseo-replacement-variable.php', 1, 0x00000000000000000000000000000000, 0xf7f5103e9caa96b32725ff6243ac16bf, 0x7cae2eb4238ee4cb66c8d55ac25a8d8c590939c1b07e08fdf6ff1a7216cb4b1c, '', 0, '?'),
(0xd0e28ccf60af7e070750be304ee73648, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-shortlinker.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/inc/class-wpseo-shortlinker.php', 1, 0x00000000000000000000000000000000, 0x3076f845d1bf3b7126d131f3846f81a2, 0x45e94218454403cf1789b60056363e37c9a5034c5651904f2567df1cf3f5b71c, '', 0, '?'),
(0xf5c8896d96c4d76d8184025e6dd94223, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-statistics.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/inc/class-wpseo-statistics.php', 1, 0x00000000000000000000000000000000, 0xa4a7f5bc65b9a0980f54238e57b8b21d, 0xf7d7dda696a4d8847417391a62a16bd47e1370076f4d6cc85c3b32f437ff51fe, '', 0, '?'),
(0xc8e0518971e17dde859b815b0d82e53c, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-utils.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/inc/class-wpseo-utils.php', 1, 0x00000000000000000000000000000000, 0x71f4486a83dec2fbfae2f97fcfd3d85f, 0xa22600ff0473bb4ac6ac097b73b19f4c4fb8b320cc52ea10ae8752b560b71d60, '', 0, '?'),
(0x108cf1458f5f2a3a366049847486b19a, 'wp-content/plugins/wordpress-seo/inc/date-helper.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/inc/date-helper.php', 1, 0x00000000000000000000000000000000, 0x92548ae4925dfc69a06bf7ad3481257b, 0x1e4dc8173adae69b4381d6d4962c30d1d03093f3d5e69c5c951d7c33d9d2f3f6, '', 0, '?'),
(0x6928e2f409c73074378440e251fa1f40, 'wp-content/plugins/wordpress-seo/inc/exceptions/class-myyoast-bad-request-exception.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/inc/exceptions/class-myyoast-bad-request-exception.php', 1, 0x00000000000000000000000000000000, 0x24769a2957f716979cd894b81e45b6ef, 0x58fe958a5f3c58d44b6e6d17b95f8c9fdd2611b17f874b1d24174515331753b6, '', 0, '?'),
(0xdf0e75b992a54a95b017eb8e2c4671e1, 'wp-content/plugins/wordpress-seo/inc/exceptions/class-myyoast-invalid-json-exception.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/inc/exceptions/class-myyoast-invalid-json-exception.php', 1, 0x00000000000000000000000000000000, 0x7badb1002cb5e627fbbdaa6755c689d5, 0x54744af8ea3504693e0c78aa75fce18f48fe06e6667bfa7ccc1d6b470bf5b158, '', 0, '?'),
(0x24bce650ffe2e55875fb9cd0e49015d9, 'wp-content/plugins/wordpress-seo/inc/index.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/inc/index.php', 1, 0x00000000000000000000000000000000, 0x45d09bb48b4f308b8f63baab8f416733, 0xcdcd121609e89aa07b9163bc464ac3770cb1a6217d619f9811fc03398d16041e, '', 0, '?'),
(0xf091c9f3f280e933ff8c3a8fc0b45e63, 'wp-content/plugins/wordpress-seo/inc/interface-wpseo-wordpress-ajax-integration.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/inc/interface-wpseo-wordpress-ajax-integration.php', 1, 0x00000000000000000000000000000000, 0x6450fc58c203a5c51cd7fb6e85e724c6, 0x644df5f8e06b73719cd6347f0cbffecacd14e75204fd5e7f32f87e42220e4b92, '', 0, '?'),
(0x839b6f56758234c3c7d73b1e06669ee2, 'wp-content/plugins/wordpress-seo/inc/interface-wpseo-wordpress-integration.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/inc/interface-wpseo-wordpress-integration.php', 1, 0x00000000000000000000000000000000, 0x64c7d1f6858b7549ccd62899d859869d, 0xf45c4f75e869702728795d1bb9f70980fabd2baa0a5a9bde05de183c7d9c19b9, '', 0, '?'),
(0x680269f946c7b7c9b578d1c0edbd4eb4, 'wp-content/plugins/wordpress-seo/inc/language-utils.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/inc/language-utils.php', 1, 0x00000000000000000000000000000000, 0x5859c96d585be674d527a55cb5dddba7, 0x7f4745af645577345cad50ee8ad06636ea478012d9e404ea02a262b0c75dee52, '', 0, '?'),
(0xcadba856a4f63cd0f03b14e1f8824050, 'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-ms.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-ms.php', 1, 0x00000000000000000000000000000000, 0x7be68f4d80626d13738d3d4f3a018b8b, 0x2bb1d6eb3244be7906b96c2ead303fef11f5c3a48d165b05b6512b356c8aac34, '', 0, '?'),
(0x7cc973aa6bfced9e5bf86383fbf5d099, 'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-social.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-social.php', 1, 0x00000000000000000000000000000000, 0x7562fa9c07d05d2d9d69ef6f30d5f9c1, 0xab36cba11d93cf89a45d48d47acb157008e33d3d692b3161f7ff8cb925f7e658, '', 0, '?'),
(0x7990869588b4bbaedbf6523f6b5a4286, 'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-titles.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-titles.php', 1, 0x00000000000000000000000000000000, 0x638c3bc3ed9591c9e13381697d937b71, 0x1a85c9b39013376cacee3c0bd5a4c88d7eeac9e3fbcffd11be03b609e40b2683, '', 0, '?'),
(0x5b7e36cb0e804d1b70a2278c9da90471, 'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-wpseo.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-wpseo.php', 1, 0x00000000000000000000000000000000, 0x849b88e9d2a12fa14a7ab7f7ad6e8462, 0x1e24c1c43dc5b5749f18ec69a634338ced08f30c154b214bc34ddc3e11bbee5d, '', 0, '?'),
(0x41227edb8c35298206a24e0cd757d36e, 'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option.php', 1, 0x00000000000000000000000000000000, 0x454b676631f92c25ef159dbf119b0689, 0xcc8e7068a20b33b5b50eeb00efd07b01865cb2e3412dcbc0a7acbe4b65ec66df, '', 0, '?'),
(0x3503960b9930e4114a8aa2402800604d, 'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-options.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/inc/options/class-wpseo-options.php', 1, 0x00000000000000000000000000000000, 0xb73beaeeedead8cd7a2c2f6308cc9de5, 0x9be33e44e78cea76be67e45481f01296a8970a7f19b58acc74eab8c28e890d40, '', 0, '?'),
(0x43c5022212f6060f40ec7f1437e474f6, 'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-taxonomy-meta.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/inc/options/class-wpseo-taxonomy-meta.php', 1, 0x00000000000000000000000000000000, 0xd76e06bf9055bd884f5e862b7dc37a0d, 0xe4faecea7e83bb7873ac03549fa078de18a371eb659dd02279e79513790c1c38, '', 0, '?'),
(0xa1a9ec361c7f42139862978db34db6fc, 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-author-sitemap-provider.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/inc/sitemaps/class-author-sitemap-provider.php', 1, 0x00000000000000000000000000000000, 0x6db9733d2f5525d83b29a27dce4ca314, 0x68a238897c858845f60d1b47ca7df3655f8c408c2811a12552620e2a437a88ba, '', 0, '?'),
(0x2334a0b069074776bb752b42d1ed942e, 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-post-type-sitemap-provider.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/inc/sitemaps/class-post-type-sitemap-provider.php', 1, 0x00000000000000000000000000000000, 0x585dc54bffa793ab718c2efb3e6b70c7, 0x7948507675ed00d680e2451bf8cee88dc793a84e29d1a5d59f7afa70028dd694, '', 0, '?'),
(0xb63d76d922bf8f1d2131cc1370d906d0, 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemap-cache-data.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemap-cache-data.php', 1, 0x00000000000000000000000000000000, 0x036421e8a7f02158ed3452fdbdc6c71b, 0x900d054fd4df18215723c77c92074c00aca15ade4bbf1c30fc40f253cef24fc2, '', 0, '?'),
(0xa8820ca6b3fcca8a6e02e1f3adfaf45a, 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemap-image-parser.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemap-image-parser.php', 1, 0x00000000000000000000000000000000, 0x5fb48cfc609a3117b506d8b8bc43d845, 0x5698d1a5ce62e34b30090fe9f5675a4d94507bba3cb5c411988009a2fba03479, '', 0, '?'),
(0x7d3cb3c57d232a1425d3563ee7d9c996, 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-admin.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-admin.php', 1, 0x00000000000000000000000000000000, 0xa2d8d09cf8747cbbc76740af9dc4841c, 0x713b242d6011890983840fc7625e59675f1f60cf427d409d695612dcc6f3afe8, '', 0, '?'),
(0xec0cdfc32ee3b5937ed158ffd1b937d2, 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-cache-validator.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-cache-validator.php', 1, 0x00000000000000000000000000000000, 0xe8304a0f4ac9b7727dfa38ac597515e1, 0x3be0e069888dd8bc52870f999a43fcf4a4073fa98e0ecc2edfdbad060a08654f, '', 0, '?'),
(0x32035acd76b3079770247881401756c3, 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-cache.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-cache.php', 1, 0x00000000000000000000000000000000, 0x694800aa4cb7c70e64f4f22317fe9305, 0x67fe49c36294d49de62ffa0755607a68643c417b53073d768d677e9ae91ad0b3, '', 0, '?'),
(0xd6099be087128c864152a95a131aeae9, 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-renderer.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-renderer.php', 1, 0x00000000000000000000000000000000, 0x66bd5acfe07acaf4b04cf0c2e52d7c5d, 0xa62162ab2d036e1db94f9c45bb84115cb34670912ed2793f718247fbcfb29dc8, '', 0, '?'),
(0x41324744a1b8a0cc87775e8b5e1a7bca, 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-router.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-router.php', 1, 0x00000000000000000000000000000000, 0xceb21ee2ad8ed1688af7f3cdb537f655, 0xd84015cec78b68adc7d30cd361e6d7916907999a6403050f058dfced7a0a3d92, '', 0, '?'),
(0xbafbf98956464e09d88023087bb68f0e, 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps.php', 1, 0x00000000000000000000000000000000, 0xd367c82e729d05617b317836f49efba1, 0x4f821ce0683642f121d7a82b2e415d3379bdba44872794776829c6b81f9c0c52, '', 0, '?'),
(0xd0c2e71cc42ff008456d53f1edfe7ef4, 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-taxonomy-sitemap-provider.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/inc/sitemaps/class-taxonomy-sitemap-provider.php', 1, 0x00000000000000000000000000000000, 0x29bf96e29f92c4609fa61c7b2d5b2c52, 0xa96cd5e3593850ddce4b1b3af3a5776ceb2c236dbc96475ef98f779fb7526166, '', 0, '?'),
(0x889723ca11646c7c074dec995352c999, 'wp-content/plugins/wordpress-seo/inc/sitemaps/interface-sitemap-cache-data.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/inc/sitemaps/interface-sitemap-cache-data.php', 1, 0x00000000000000000000000000000000, 0x90b0d58696da8c8915b6a79843452780, 0x4c4cf39f63fd68d507a96e131689d4b56f4c234de3b19a483a0027ad31c32c70, '', 0, '?'),
(0x2736b194d1a89fb8fd18847020e3bbe4, 'wp-content/plugins/wordpress-seo/inc/sitemaps/interface-sitemap-provider.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/inc/sitemaps/interface-sitemap-provider.php', 1, 0x00000000000000000000000000000000, 0x9068fb65ff477473c5be08ccd2d7f15d, 0x254ac00d253cca20d9ad8f66d165215e6e2787cdb81d925e97b436da42d7190e, '', 0, '?'),
(0xa0eba57d42cb5bf45e8a6351c80a3b77, 'wp-content/plugins/wordpress-seo/inc/wpseo-functions-deprecated.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/inc/wpseo-functions-deprecated.php', 1, 0x00000000000000000000000000000000, 0x4a37160c2983627f772b971bd7f18313, 0xaf9301236e527aa09919ea9d6eda5a065c95718f40ff4286a9eed798724fdcae, '', 0, '?'),
(0x1e7a8d95f644f0b73ea0cb419429ac61, 'wp-content/plugins/wordpress-seo/inc/wpseo-functions.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/inc/wpseo-functions.php', 1, 0x00000000000000000000000000000000, 0x6ab1bf41408689c595a5a8d92e0b1719, 0x9bf9a1332d909d24a0c2b9dd1b85776df16a6ae281a577f6604098935b8c9cb0, '', 0, '?'),
(0xc6bc1185b9edd27e398ce77ee7b18cf7, 'wp-content/plugins/wordpress-seo/inc/wpseo-non-ajax-functions.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/inc/wpseo-non-ajax-functions.php', 1, 0x00000000000000000000000000000000, 0xa99372e3c9400667810c1018039eb187, 0x76473e5956a05e9ca81013593f3b034dc260bf40b051c68204d4da308c57eb22, '', 0, '?'),
(0x75617046b18b5b060274238c8028715b, 'wp-content/plugins/wordpress-seo/index.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/index.php', 1, 0x00000000000000000000000000000000, 0x45d09bb48b4f308b8f63baab8f416733, 0xcdcd121609e89aa07b9163bc464ac3770cb1a6217d619f9811fc03398d16041e, '', 0, '?'),
(0x370f07af032686ff5f8e0327f1cfa4a2, 'wp-content/plugins/wordpress-seo/js/dist/34.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/34.js', 1, 0x00000000000000000000000000000000, 0xd063ef28ab168eb26f64ec02ad65381d, 0x503e0de03016b09f6752aa74e9dafd966c7b99b9c18ccd13f1a50617e4c38c27, '', 0, '?'),
(0xdea88fa27a2b42c143b482e1812d9a9c, 'wp-content/plugins/wordpress-seo/js/dist/addon-installation.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/addon-installation.js', 1, 0x00000000000000000000000000000000, 0x2e6743c04850545f8ec51c436558e5d7, 0xa9c4954a41aefc65f6585ab6536d3dc1dcccbf790d6c6786afbdb2ebffaaa61d, '', 0, '?'),
(0x9782f83557d40fd36bdd5e1cfc082ed1, 'wp-content/plugins/wordpress-seo/js/dist/admin-global.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/admin-global.js', 1, 0x00000000000000000000000000000000, 0x9092a14e94d68af7c477ec5ef3c980ea, 0x1a10941a6b091a4e7a8a2020023205882d198453595bd50954fb273ab34c91b5, '', 0, '?'),
(0xa96efd6ac4fedc9968c1722e6c8fbf00, 'wp-content/plugins/wordpress-seo/js/dist/admin-modules.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/admin-modules.js', 1, 0x00000000000000000000000000000000, 0xdcd779fd8e6f6507e070a8d50cff0b0b, 0x45d6bda83847aaab525c7a76e9ac918d6f792063d9127a1ef245e5fa6ec89bde, '', 0, '?'),
(0x9b6702b95618bb5366b4f41510c95278, 'wp-content/plugins/wordpress-seo/js/dist/analysis-worker.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/analysis-worker.js', 1, 0x00000000000000000000000000000000, 0xd91cdb10927c32d0093f014b8e1fb9aa, 0x9eeb6a70b64dbeae6823d5c0f1fd5fbd1d4c0a22f9050cf42c31c8043387abd7, '', 0, '?'),
(0xc130b9133cb68f30df0ab7177109f29d, 'wp-content/plugins/wordpress-seo/js/dist/api-client.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/api-client.js', 1, 0x00000000000000000000000000000000, 0x49a6c230523793a99cbe5c148b880dc7, 0xafe7949ef4c72d953245e35511a7664dba454feb5449a2bea965401597188329, '', 0, '?'),
(0x826df6691a74b554c8cb285fb50d70e4, 'wp-content/plugins/wordpress-seo/js/dist/block-editor.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/block-editor.js', 1, 0x00000000000000000000000000000000, 0x64e8935266b3d3cdd641536a0480cc0e, 0xb7767470902ca8e28c6c28af6fd241560d68b33263e44cf2bf3d6270ea1d4b86, '', 0, '?'),
(0x9e4c1875f6bc0ed0773f93b2d91b7139, 'wp-content/plugins/wordpress-seo/js/dist/bulk-editor.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/bulk-editor.js', 1, 0x00000000000000000000000000000000, 0x381617b20a8ca2d5f6eae473e5c9157a, 0xf13dcf952538f9d6b406e1adcaa4041931002c833d545e9c98cd8aaac9ea3bc8, '', 0, '?'),
(0x6c44bf23530f9217e25378721d04f486, 'wp-content/plugins/wordpress-seo/js/dist/classic-editor.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/classic-editor.js', 1, 0x00000000000000000000000000000000, 0x195ad68cac233f14ff00dc4bfc595427, 0x7ad3f8af8f4bb54eea6bfec6bedb28a91aee0cc6f14a3b0b9941df3ebb74c64f, '', 0, '?'),
(0x826cfbe6c33bc6eeac24acc2090ad5f5, 'wp-content/plugins/wordpress-seo/js/dist/dashboard-widget.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/dashboard-widget.js', 1, 0x00000000000000000000000000000000, 0x81d038ac990a1118f05577428ac4a5de, 0x386fc241fc54893cd71c3bf801d5ab64b6fd6c706989aac620c6b687b2a326b4, '', 0, '?'),
(0x4a52170b8e0163cd1354d4352468cf4d, 'wp-content/plugins/wordpress-seo/js/dist/dynamic-blocks.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/dynamic-blocks.js', 1, 0x00000000000000000000000000000000, 0xb91d6fe428f70f4edb38eb830ce98003, 0x143867d41da9a7ebc94c9ca9521224eef4a91e2e74170a01d88a416384b1463d, '', 0, '?'),
(0xae5617d6e73e9bc1fd4c31d29563a230, 'wp-content/plugins/wordpress-seo/js/dist/edit-page.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/edit-page.js', 1, 0x00000000000000000000000000000000, 0xe439954dbd6eb42562e829544ea554fe, 0x14232969b0597416ade916608b411958de611d6dda38268717e2a51ff6b7537b, '', 0, '?'),
(0xb66ae2654c3d1a94738d8234f36bb42b, 'wp-content/plugins/wordpress-seo/js/dist/editor-modules.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/editor-modules.js', 1, 0x00000000000000000000000000000000, 0xa3b0b55f8b1d4b9c034b80bea5463350, 0xa986701ff37601a36ae89b2072774f4f6a22100546ab285bb18f6ad6a4f675dd, '', 0, '?'),
(0xae4978e5b95f57f1cb5e171738fad748, 'wp-content/plugins/wordpress-seo/js/dist/elementor.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/elementor.js', 1, 0x00000000000000000000000000000000, 0x8ada25dec6261cce83da159593252728, 0x3724101cab07cae29d377aad9d19da43ff41ddf26aec710fbdd759cbeaaa3a97, '', 0, '?'),
(0xb920b91a7987357279224e73fafa7ff2, 'wp-content/plugins/wordpress-seo/js/dist/externals/analysis.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/externals/analysis.js', 1, 0x00000000000000000000000000000000, 0xac5a58d6697690fe8dc1a6f3261a58f6, 0x7f7f6b752db9d1957e3521e5e313d180dfc67022e3206a31aedc1a0385f50e42, '', 0, '?'),
(0x2c1138d0a40b1cedbfa1fc7952d668de, 'wp-content/plugins/wordpress-seo/js/dist/externals/analysisReport.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/externals/analysisReport.js', 1, 0x00000000000000000000000000000000, 0x9be0f5c36f520f4709759af0473483a0, 0x8e8b821fe3d331f93f58dfaff0681a6620517daa8977fdd2e0614dc097b120b9, '', 0, '?'),
(0xc8d3e52093b773c7a649905624be7f10, 'wp-content/plugins/wordpress-seo/js/dist/externals/components.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/externals/components.js', 1, 0x00000000000000000000000000000000, 0x19cba0b44b5369d36cb5d1a764af6149, 0xf31295402327e1d9c2e72a3bf99202c2b374af852b177f0b1e9f4e4d8286f535, '', 0, '?'),
(0x7f1fee40afdc7f6f3dfc7a9f3c468225, 'wp-content/plugins/wordpress-seo/js/dist/externals/componentsNew.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/externals/componentsNew.js', 1, 0x00000000000000000000000000000000, 0x5d8fdb97bd395017f45fe0d60a1972f7, 0x82b0dad336128d9b3275dc91e121e9bf2a8945eacb6dc4d8fe6d4a5ab0f0fdeb, '', 0, '?'),
(0x3e0648a499449c414a5e51107bd9d568, 'wp-content/plugins/wordpress-seo/js/dist/externals/draftJs.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/externals/draftJs.js', 1, 0x00000000000000000000000000000000, 0x34589e416dd86e61447c9ec7dd6a535f, 0xdfb753a087f966904d1a806fb9320fd89e282cd0ed35aebf7366d8ac51793e96, '', 0, '?'),
(0xdfd18be7c18ff7197a3405ec20095546, 'wp-content/plugins/wordpress-seo/js/dist/externals/featureFlag.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/externals/featureFlag.js', 1, 0x00000000000000000000000000000000, 0xb9683654c05e4926c38fe34d7c8f0c71, 0xb5aae35d1be133cf0d320d0ea2193971bda219a5089b0ce719133e09669bc5aa, '', 0, '?'),
(0xefccb89b5754ba07d4a29d347316abed, 'wp-content/plugins/wordpress-seo/js/dist/externals/helpers.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/externals/helpers.js', 1, 0x00000000000000000000000000000000, 0x4cbc8655c57ed3889fe75b9aee978fea, 0xab05ccd5c0bfab992af190c91d9c8e0ee1f0e1e45888f7b2f025f71b43d8848d, '', 0, '?'),
(0xad96bbdbfac8e404f636eacc3efd34d7, 'wp-content/plugins/wordpress-seo/js/dist/externals/jed.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/externals/jed.js', 1, 0x00000000000000000000000000000000, 0x5d9413ccdc3c00e8896e5860d2137d2c, 0x07fb271fef49c7e2960e78df8b3f874041cf5a8b8f99924b3c5154626f53f7bb, '', 0, '?'),
(0x72a32457e6c533ed2b06ac59ae5dfcf1, 'wp-content/plugins/wordpress-seo/js/dist/externals/propTypes.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/externals/propTypes.js', 1, 0x00000000000000000000000000000000, 0x4dddde59dd594dc2a04fbc117392693f, 0x32442baad9bc4475f3a13c54366ae3f7963832da7609c5aecd054d0bc1451fb8, '', 0, '?'),
(0x0211a8aa5cbc7c4ca70868e1329977bd, 'wp-content/plugins/wordpress-seo/js/dist/externals/redux.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/externals/redux.js', 1, 0x00000000000000000000000000000000, 0xe3a38df684d3e65ad18b10e61d109f02, 0xac7b572fad3ebc75c73e8dc395af79b26ddd649c8de6cd6187e3990be1a7d544, '', 0, '?'),
(0x345f85cb7d00e8dbcaaa51aef780214d, 'wp-content/plugins/wordpress-seo/js/dist/externals/replacementVariableEditor.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/externals/replacementVariableEditor.js', 1, 0x00000000000000000000000000000000, 0x23c22b4efadf49c826d94e99d8c9ba1f, 0xbc916442e8559621ea674f3236ef6df84f6c83ce16a66e3eb7b8c36898053ec7, '', 0, '?'),
(0xef20c708cb44d13890713deeaf13225d, 'wp-content/plugins/wordpress-seo/js/dist/externals/schemaBlocks.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/externals/schemaBlocks.js', 1, 0x00000000000000000000000000000000, 0x8d9e6e6b69287cb5268bb556ba68f5fe, 0x8618f969b379c7d73b96e20fad07840c7a5bdf7873d3a25f6c4ff314f35a636a, '', 0, '?'),
(0xc5d41f5584ac9d457eb08bff2db2601b, 'wp-content/plugins/wordpress-seo/js/dist/externals/searchMetadataPreviews.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/externals/searchMetadataPreviews.js', 1, 0x00000000000000000000000000000000, 0x0a767683ec3c7889065ce3d32053d613, 0xa376860a2f20ff5ca311203af0920834064eeef84de9ce342fbc2a11a50a3186, '', 0, '?'),
(0x1497e252d7e3f694d875cce71bc34e11, 'wp-content/plugins/wordpress-seo/js/dist/externals/socialMetadataForms.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/externals/socialMetadataForms.js', 1, 0x00000000000000000000000000000000, 0x242715058373c4421cbf6ade4143deb6, 0x1cbe1e1df9c8a37de60ec874a725d0ef13eaa606df9927c086f58f914a19f3db, '', 0, '?'),
(0x67f82bce5ff3503da50779cd19508523, 'wp-content/plugins/wordpress-seo/js/dist/externals/styleGuide.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/externals/styleGuide.js', 1, 0x00000000000000000000000000000000, 0x7f7f36d55b21fa6ab55e1f3ecc8949d8, 0x91ba862320dbe03516ac1c3a58173e9f762de677d18934768b5a3175c691a15d, '', 0, '?'),
(0x7dc29391d862d960a3492df9909b30f7, 'wp-content/plugins/wordpress-seo/js/dist/externals/styledComponents.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/externals/styledComponents.js', 1, 0x00000000000000000000000000000000, 0xb6a7e6b813cc2cfabe9698bd80886c67, 0xfa55fd26b7190df3466d400ed484ae604a60813736c306210e8a57e17953773b, '', 0, '?'),
(0xa27859fcf634e528524d6a321f7d357d, 'wp-content/plugins/wordpress-seo/js/dist/externals-components.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/externals-components.js', 1, 0x00000000000000000000000000000000, 0x718f5480040bb09f2a79df04601d36a4, 0xa95a05652e367da98d70d2786f5e9923b4c585b5c27db598a2a4e573284bdc2c, '', 0, '?'),
(0x7996f456f67c2fa14e132fe2ee0185b9, 'wp-content/plugins/wordpress-seo/js/dist/externals-contexts.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/externals-contexts.js', 1, 0x00000000000000000000000000000000, 0x8cd23b0e7eae1bd920d6e28994ee8671, 0x6a33f9e2c5c729ffa35b8d7aec609b369a6e04c4ca0f3607d251b4faa3787cbd, '', 0, '?'),
(0xeec902b983db67a2fabb7e2eb33205f9, 'wp-content/plugins/wordpress-seo/js/dist/externals-redux.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/externals-redux.js', 1, 0x00000000000000000000000000000000, 0x0f480a9756f83ebc29b14e5a7a8b4de1, 0x148d86c94dbdb532c1aee11512fd9833186d84551b999e1cdf422e55f912e0f5, '', 0, '?'),
(0xdbaf9bc50e97a4324dbe974ba766b2bc, 'wp-content/plugins/wordpress-seo/js/dist/filter-explanation.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/filter-explanation.js', 1, 0x00000000000000000000000000000000, 0x4fefe51f5c4cdb4baec74e48cd85ed64, 0x6590ab78fa8dde24a8d86e57533477c0df50f379073115eab9303fbeedb4f27e, '', 0, '?'),
(0xf84a53739eb6472e4a00308889219310, 'wp-content/plugins/wordpress-seo/js/dist/first-time-configuration.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/first-time-configuration.js', 1, 0x00000000000000000000000000000000, 0x885c5ced737d59c5092d5ee109eab32a, 0x0df67637b996a4e55594971dd2d02004a900e972f83335e84c3bfb9e2b2294fd, '', 0, '?'),
(0xc6d66781048d76ce2ed98e96b9b98f4b, 'wp-content/plugins/wordpress-seo/js/dist/help-scout-beacon.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/help-scout-beacon.js', 1, 0x00000000000000000000000000000000, 0x6ce23804f42333a04febe13e03ee3580, 0x81c7c9d58949a99166e405cc9640cab14c9e59806800d3bf0558d4050ecfa313, '', 0, '?'),
(0xa86849308ab74a3292e45b6fadf5d309, 'wp-content/plugins/wordpress-seo/js/dist/import.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/import.js', 1, 0x00000000000000000000000000000000, 0x2bee91d91631db89b834bc9b4bd346ef, 0x93e6861d3e730e9c855ce56b3f9fd7bb25777e4916a58951b23c869b38981d40, '', 0, '?'),
(0x808e42fec47a04cfe5107174b6bdffdb, 'wp-content/plugins/wordpress-seo/js/dist/indexation.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/indexation.js', 1, 0x00000000000000000000000000000000, 0x2d7743a09de6c93bea884c75f0ca834b, 0x1197fff8cb2939e16f29aacad932c347abcd431c6888427aa07319341e289b06, '', 0, '?'),
(0x6f26fe3bba3b874bd0e27c2d25317d33, 'wp-content/plugins/wordpress-seo/js/dist/installation-success.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/installation-success.js', 1, 0x00000000000000000000000000000000, 0xeda1f68280093120f14bfa45d548156f, 0xae27f5461575b46423aadfa5d599380d586f096e5b8c12392389047720483277, '', 0, '?'),
(0x1671c15b480d65905b9d7bdbc40390f1, 'wp-content/plugins/wordpress-seo/js/dist/languages/ar.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/languages/ar.js', 1, 0x00000000000000000000000000000000, 0x6d1915ae067dcdd95d5dd3f7695d9113, 0xb95fac10ab8dcc3ddb8834001a8059caf3ee6e41465ba509b7ff8ac3e19ba659, '', 0, '?'),
(0x4cb35bc2e29a29daa21fbbde7ac62e18, 'wp-content/plugins/wordpress-seo/js/dist/languages/ca.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/languages/ca.js', 1, 0x00000000000000000000000000000000, 0xa15f82019151e3d39387fda692232d2f, 0x3e4d6876d40f3fe975041e1d24da5a9ace23cd83020bf471a646a1672f1f5067, '', 0, '?'),
(0x2831c8f04374b977067401eb32b03f7e, 'wp-content/plugins/wordpress-seo/js/dist/languages/cs.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/languages/cs.js', 1, 0x00000000000000000000000000000000, 0xa63ff38e3222eeb58ec5aef742771158, 0x8007dd55aacecaa951cb2c4245c3787b608f85d9e0107320549f57742262191e, '', 0, '?'),
(0x3c5da34c80c1537315da58d49761d9d3, 'wp-content/plugins/wordpress-seo/js/dist/languages/de.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/languages/de.js', 1, 0x00000000000000000000000000000000, 0x4a8b5147f265a43df8559b439f50c999, 0x10ddb784f4c4fa65da1ff03477fbe55d9ad7a52ad94748a58ad9ccfb7a651488, '', 0, '?'),
(0x02c905571c2df7093c871e82b89184cd, 'wp-content/plugins/wordpress-seo/js/dist/languages/default.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/languages/default.js', 1, 0x00000000000000000000000000000000, 0x130011a31e4cadcbdc0be68df52c8b73, 0x748d41a26d24d3e098a56b923e58c0b0563384c6ebc480828c34f69b919e97db, '', 0, '?'),
(0xe5b495f83fd4e75bc5939e50f469b8ce, 'wp-content/plugins/wordpress-seo/js/dist/languages/el.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/languages/el.js', 1, 0x00000000000000000000000000000000, 0x5d2c9faecdf97856b332a3966f5902c2, 0x52d1110a4ff46cdd9d628a2762e5a8a5eab6134d840a0c3980193e904eebe2eb, '', 0, '?'),
(0x08381628f1ad4b854c2e5f2725a6f9b1, 'wp-content/plugins/wordpress-seo/js/dist/languages/en.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/languages/en.js', 1, 0x00000000000000000000000000000000, 0x8291543cd32fc7c240be52ccbca6e983, 0x9e6996e27d9e643c0ec91abfcd73965d961aebe61104db8dd76fc35444933fba, '', 0, '?'),
(0xb53eaef94fe0db11b527c7f0b0a9a5f0, 'wp-content/plugins/wordpress-seo/js/dist/languages/es.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/languages/es.js', 1, 0x00000000000000000000000000000000, 0x1f61bad7647cc7e2d4888fae92011530, 0x115acfbc82ebeabaf1d8350d0b7fe002efffef9088ffd3aab2433a2de22532da, '', 0, '?'),
(0x023b66118d0507d61af83d9c736bd54f, 'wp-content/plugins/wordpress-seo/js/dist/languages/fa.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/languages/fa.js', 1, 0x00000000000000000000000000000000, 0xd2b467dd623e0599fa803aedd17f7b5d, 0xf458465603beda7d8ac09a34c934b02c381001d0a7016f382c7e1538d2bde115, '', 0, '?'),
(0x5586c39748dc206d12e8b8480e2f04aa, 'wp-content/plugins/wordpress-seo/js/dist/languages/fr.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/languages/fr.js', 1, 0x00000000000000000000000000000000, 0xdced3791e5cbde296fe1e2b9df389335, 0x208cfbeba8f447f1a2a94c13c83560bb54c43e32a8d2a511eff64e10bd8ef7ec, '', 0, '?'),
(0x338a89c00039f6885ac6411df7a9862e, 'wp-content/plugins/wordpress-seo/js/dist/languages/he.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/languages/he.js', 1, 0x00000000000000000000000000000000, 0x4f8d2059babaa84a29efa216dfad6d84, 0xbd5041cfdc6db3fd182db59148869575784ad1cecd988d803cb3327405baabe6, '', 0, '?'),
(0x5a3a635804c44c9a11e36ac6d5e74e63, 'wp-content/plugins/wordpress-seo/js/dist/languages/hu.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/languages/hu.js', 1, 0x00000000000000000000000000000000, 0x54517c677035127cffe96f59c5f9c72c, 0x6b65c33d606ef4fa64855fd15c7fd0c14184152bc13624be15322c1c15e74952, '', 0, '?'),
(0xf3275e3d68249e1dcecd2405e2684686, 'wp-content/plugins/wordpress-seo/js/dist/languages/id.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/languages/id.js', 1, 0x00000000000000000000000000000000, 0xc1df6ca9fb57b5bc40bda8e6d1c3eba6, 0x12247f3ad7af34ae96117e5a74236e1fcc25d889d0d5abbe87ac15d06f771732, '', 0, '?'),
(0xc29989183646b9075a4b5be8a9cd71e0, 'wp-content/plugins/wordpress-seo/js/dist/languages/it.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/languages/it.js', 1, 0x00000000000000000000000000000000, 0x56552c0383457c08785921a18e4eef12, 0x197a5711d27762b397bcea46604d503119d3f3b2905bb8970a1eff3ad0be2867, '', 0, '?'),
(0xf9449ab71b3387b09a240e04e9ecf0d6, 'wp-content/plugins/wordpress-seo/js/dist/languages/ja.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/languages/ja.js', 1, 0x00000000000000000000000000000000, 0x924b943170c15cf6f966586c81a6bb0b, 0xe122e16beed251ee43a473901021fe2f62510fd97bde46d5fad2ec0d6896c38c, '', 0, '?'),
(0xe904a5902ef468fb7aa366f6037f90d6, 'wp-content/plugins/wordpress-seo/js/dist/languages/nb.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/languages/nb.js', 1, 0x00000000000000000000000000000000, 0x9ec14ab88a6f04844a0d742385f5131c, 0x2e1b31da16ebc6df56092fbc2bdeff7c19ec96898cf64ba5fd97e0ba55e8c24d, '', 0, '?'),
(0x602c385669ff344ea29ca5c6c4e9509c, 'wp-content/plugins/wordpress-seo/js/dist/languages/nl.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/languages/nl.js', 1, 0x00000000000000000000000000000000, 0xc23fbab2bc7eb78c1d6735b1396b0aaa, 0x00e8bb925262a0626ee4071efa9fe5c0504e4c9958727dbb58cea7e9c9f8ca7c, '', 0, '?'),
(0x9d1fcf87b3a6a1047932c599e997f0da, 'wp-content/plugins/wordpress-seo/js/dist/languages/pl.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/languages/pl.js', 1, 0x00000000000000000000000000000000, 0xcdf61f8b81d9e28993bd2aff759f76f3, 0x72b173d83d828ee9504bf6284ecde6538973c5054ee0d58d970dd1caa204c40f, '', 0, '?'),
(0x12bc1da9a33f74a34e520f1f8493522f, 'wp-content/plugins/wordpress-seo/js/dist/languages/pt.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/languages/pt.js', 1, 0x00000000000000000000000000000000, 0x9269aca0c4ced2bd443232290cb7e0b4, 0xa878d57cf8b44393744f9dfe9a6cb8d7bc1c65c2154e0328986f9c5593ca35b7, '', 0, '?'),
(0x62e449981fc150d8cce6d04721acbc48, 'wp-content/plugins/wordpress-seo/js/dist/languages/ru.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/languages/ru.js', 1, 0x00000000000000000000000000000000, 0x901a6746ae08e0c47ceec416efd564ce, 0x2a1e33f32bda5c4a122ab093a76556000ec57ffe272e14c564d39974c8a5ae26, '', 0, '?'),
(0x38901a2b06abf4581c2f7b99eb3bc74b, 'wp-content/plugins/wordpress-seo/js/dist/languages/sk.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/languages/sk.js', 1, 0x00000000000000000000000000000000, 0x5ab04a488eb364bce450e15176b5a1ea, 0xeefbe9a9450e6a556d8eff0bbb806458fcfb8a423b1b77421a134049e328235f, '', 0, '?'),
(0x08a81158e30c4e095ab332669f1f4914, 'wp-content/plugins/wordpress-seo/js/dist/languages/sv.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/languages/sv.js', 1, 0x00000000000000000000000000000000, 0xc7996efbdc29d29092d22dcd6296177f, 0x4db5125ca1bd61035475ca70e7ec4cd6dda9a98a9eda7cbb98a873ea8ed695bf, '', 0, '?'),
(0x2605384808d3a7c22b58027a690a1088, 'wp-content/plugins/wordpress-seo/js/dist/languages/tr.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/languages/tr.js', 1, 0x00000000000000000000000000000000, 0x7ae83c1fa4200d0b97825624c6e054c4, 0x8621a65987dda36b01890c96f24b8ddede337c9d0104407ab6e91864d11f71b6, '', 0, '?'),
(0x490865f3fdc3998dadb1bee05165460a, 'wp-content/plugins/wordpress-seo/js/dist/network-admin.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/network-admin.js', 1, 0x00000000000000000000000000000000, 0xcdf36d015222f27cbeb2629a1db9a416, 0x6c93010d2f1126326aab7b886ee49449f52315000ec374783edc7f6591ccc87e, '', 0, '?'),
(0x76292e198d8e78b333d42e23556c84a4, 'wp-content/plugins/wordpress-seo/js/dist/post-edit.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/post-edit.js', 1, 0x00000000000000000000000000000000, 0x1dd902704848efd013822528a4a6473d, 0x6751ff2bac8f07faeb3597dd3ae00508d99ed46675a27ea85f2a84729552d168, '', 0, '?'),
(0x6a9142168419c00fa0c61ae3c7718804, 'wp-content/plugins/wordpress-seo/js/dist/quick-edit-handler.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/quick-edit-handler.js', 1, 0x00000000000000000000000000000000, 0xd226884a91789fa933db6ec48b154db8, 0x6cd7bd623a67e046d05980ebdbef9c1f2a7a78f17c5afb33f4b287eeba631b64, '', 0, '?'),
(0x957fe40bcff78ca02e8b68efcd3a33fa, 'wp-content/plugins/wordpress-seo/js/dist/react-select.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/react-select.js', 1, 0x00000000000000000000000000000000, 0x103a78e34e76c045f80d3721e8eedf23, 0xc911a11dfb1f557cbbec119b0c862775d74b7ee60cd7916658a0973dea2c9053, '', 0, '?'),
(0xa40e0c2eaba9eb05864690d06725dd3e, 'wp-content/plugins/wordpress-seo/js/dist/reindex-links.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/reindex-links.js', 1, 0x00000000000000000000000000000000, 0xa99c1b13352e2b4fedaefaffc49fd852, 0x3aa76c1985bd112799e72807ea9eacc582fa31e6698ce4c577f6fe8f85a8a9ba, '', 0, '?'),
(0xd476464bd8b6b5a1dd71f14d05b13ac3, 'wp-content/plugins/wordpress-seo/js/dist/schema-blocks.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/schema-blocks.js', 1, 0x00000000000000000000000000000000, 0x93b2a8a8c29e381ef2e08fad5d8c3b5b, 0x0d8627251704edcee004ab5c6ea6200c51abeac549cd4f1e30638f42b7dac5e3, '', 0, '?'),
(0x4e8c9394e6f815345983ae9a79dbdfb7, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/af.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/af.js', 1, 0x00000000000000000000000000000000, 0x4f6fcd73488ce79fae1b7a90aceaecde, 0xa436341f153bac77a146c25e18e92b4b64953a293a3157c8016efb2c75e42734, '', 0, '?'),
(0x04ab56893904d9c23ccd2a0d98ccac44, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ar.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ar.js', 1, 0x00000000000000000000000000000000, 0x65aa8e36bf5da57ff4e3f22a835ab035, 0x4a5d0c352ea571aa9651d0a082094982c37180e27e7307cfccce8c839e87f013, '', 0, '?'),
(0x7ef958fb9c2016c0b3b2bbaff90e9424, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/az.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/az.js', 1, 0x00000000000000000000000000000000, 0x270c257daf8140a0cf23ad5de6f8ed1b, 0xed8afa9ff6bace4dcfa2aa26729e9254a8ef4185153a86ffb367803ad463a5d6, '', 0, '?'),
(0x063fe4f32569e856123399c7b52716e6, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/bg.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/bg.js', 1, 0x00000000000000000000000000000000, 0x39b8be30d4f06779839cfaaa415d0690, 0xd0869cea59f3e01d8cf6f6d2c6fe585c24ef2df2bfdeca6c2c93c61eabb3ef49, '', 0, '?'),
(0x3ae57090918db9771988b3d327e204a2, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/bn.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/bn.js', 1, 0x00000000000000000000000000000000, 0x6d42b4dd5665d0fa28f06994eedb4899, 0xf972005548de59a7ff7430b4862cba548b408f1666f1f11ed2579021f601b461, '', 0, '?'),
(0xa45f21f14e36181e2322f23d7571c67d, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/bs.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/bs.js', 1, 0x00000000000000000000000000000000, 0x91624382358e95086b80f00fa0bd6955, 0x5ddfcbcdde1887ac59917cb8d0ba639c2e3c84ecb95d8e2d0be4138dacfa5375, '', 0, '?'),
(0x5504b107c184347c0b1e292d060f9700, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ca.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ca.js', 1, 0x00000000000000000000000000000000, 0xa166b745933a48ce3d0580a74210617d, 0x4c4ffcd3357e19ebb3d57343b962f02e8fbbbc16678498cab2001ca11137225a, '', 0, '?'),
(0x6ea7a167a44ef05f29f34bf9a43c58d4, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/cs.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/cs.js', 1, 0x00000000000000000000000000000000, 0x4f43e8e7d33aa1e6aadf3286c7e379e9, 0x25c60a3bbf27bd216f6e766216df7d42327f84257e1e1b93f40686e5cc684d60, '', 0, '?'),
(0x6d8da4f6c8a09bf47d3a7f0c2fd859c0, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/da.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/da.js', 1, 0x00000000000000000000000000000000, 0x766346afe4dd72c003242cfb1cbe2617, 0x5c5014e86c17a1efe9e5102eb460e6dc8c68cfe7599b52160b3c64518e09e546, '', 0, '?'),
(0x234770035cb59015f73d0fde0565f45f, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/de.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/de.js', 1, 0x00000000000000000000000000000000, 0x8a1c222b0204c8faaf6d3c07c961d8aa, 0x20cf073936bfaa4fb05d6334d8faf1a7986d38eab6957d5251cf5f681fff9396, '', 0, '?'),
(0xf456742494085f73657e2142b99a8b42, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/dsb.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/dsb.js', 1, 0x00000000000000000000000000000000, 0x56372c92d2f1bcb2b8e382981dca0546, 0x25bb89dfb4c80cb6fc698e079fef8e231b12e384e20d171e7bfb50494833f8f0, '', 0, '?'),
(0x006100063deabc8febba8fa4a80b7bb3, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/el.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/el.js', 1, 0x00000000000000000000000000000000, 0x27097f071856a0f4e82298fe407d1eac, 0x915448735a17dfa6612b1cedfb5f325138535e0ac7d3799eb1886fcb1318e566, '', 0, '?'),
(0x06e0aa6fdaf2ce3f8cbb0c38057cf77d, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/en.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/en.js', 1, 0x00000000000000000000000000000000, 0xcf932ba09a98fe11bde8e1f3dd5e2cfa, 0xe88def3bbdc1b6eeaa66471b5c62d7f4b1cab851b69912b8795c55ec18580a9e, '', 0, '?'),
(0xacc7c7cf487bd2f8f02e5137336c02ac, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/es.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/es.js', 1, 0x00000000000000000000000000000000, 0x66dbc2652fb1b769bf29058e707b43c8, 0x314cbefdf065c8a750f39bb4b86a94825c40229874675f93f4b01fd992c2c7f7, '', 0, '?'),
(0x6e8cff5e4796fc1e6483f1cbb6c2aa97, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/et.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/et.js', 1, 0x00000000000000000000000000000000, 0x2b96fd98289dc3fc5e61f21e6e1a7d52, 0x0f34a75627460a02c9906d78c7cfa2727012356a5ce3803d5869d8aff6edfd5d, '', 0, '?'),
(0x950917b415206ee840d8b4758d5d9677, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/eu.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/eu.js', 1, 0x00000000000000000000000000000000, 0xadfe5c97b72c20bb0afbc0968b440e50, 0xb2373100b78c3402de8e24c168998300f5ec71941302e2ee6e178d304e611c83, '', 0, '?'),
(0x40b193b3332993cdda2d78bf8d4db980, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/fa.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/fa.js', 1, 0x00000000000000000000000000000000, 0x3b5bd1961cfd0a6f96ac4cd2ea16c243, 0x30a00ba3bc828246c6337a709cdcdee3f529b028cfe747cdb3fa725fa0e2e650, '', 0, '?'),
(0x738a224ca0f6d4382f6ca811f4a18f86, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/fi.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/fi.js', 1, 0x00000000000000000000000000000000, 0x614ec42aa9baaf687ab9ff44705dfd2e, 0x527dcf39b536407990badffc09e7b05effaadb553fdb881865256f570cb6ead1, '', 0, '?'),
(0x27f370a66a419379aa2890dade884a79, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/fr.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/fr.js', 1, 0x00000000000000000000000000000000, 0x05e0542fcfe6df5ab074a377dc1a5a9b, 0xbf3346ef2b1f17fa8e0c03e09179bfbb1dd0e22a047fb9a535b817ddc4faa12d, '', 0, '?'),
(0xf709d5f2c11405ce29cb269ab25a9880, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/gl.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/gl.js', 1, 0x00000000000000000000000000000000, 0xd99b1fedaa86d011818cfbab11dd355c, 0x28db5aa6c7811f947192f48b8d15afb93d994b9065089ce75f996c46cb39cd62, '', 0, '?'),
(0xcaa17369236a9ca9d0d465f1c70087e5, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/he.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/he.js', 1, 0x00000000000000000000000000000000, 0xe420ff6cd3ed77ab9271c9b3d441442c, 0x95ae7c0c24c7d663d9d5a5fa9aea9df08e54544efca2eedebd9ecde59321d35c, '', 0, '?'),
(0x99e647b447166eaa11a5e549a52b523f, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/hi.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/hi.js', 1, 0x00000000000000000000000000000000, 0x70640d41628f36284af78b22ea8b283b, 0xe7e43fd6668d600e3030678561b51f3082de17a0e3cd477024d4cb1fe5764cf9, '', 0, '?'),
(0xa061e73c809c74216aeb6ab2e6738d82, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/hr.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/hr.js', 1, 0x00000000000000000000000000000000, 0xa2b092cc1147f07b978145d407c67fa1, 0xeaacdf7f0bb9b1bd6b91d7a0ec85d9743e524191130dedeab3e8fff99d7c33f6, '', 0, '?'),
(0xf0fadd5c4ef2db15310af5eac1cd425a, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/hsb.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/hsb.js', 1, 0x00000000000000000000000000000000, 0xfa3b55265efe8f4182d5e65a1a506252, 0x7215356cac1065bc446968da3f2015773cef978a65dd0e0257ddbca355ba5e8e, '', 0, '?'),
(0xe027e9512c5b5e13e89d7d9da6b92bb7, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/hu.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/hu.js', 1, 0x00000000000000000000000000000000, 0x6ec6039cb8a354e2bc6a1794f729caae, 0xddfabc3b9606e1d43d4aa2e7cf975b55d55ee2e00148155943a157d96444f1a6, '', 0, '?'),
(0x581fd6e003eeb53910dc8118e279cc9c, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/hy.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/hy.js', 1, 0x00000000000000000000000000000000, 0xc7babaeef5a625566434ea79b19d4c7e, 0x50fe50b705c81b3936591f977ee338fc4f532b11b1fd44ab5e0b494bc91355d4, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x91367f99bd3fce13d4586c71543acd09, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/id.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/id.js', 1, 0x00000000000000000000000000000000, 0x04debded514d3962bb74f05532e793d4, 0xe5ee7295831887a54ca9b0219c3386984bf931df56e87b0dc6cc60fa9c41cf2f, '', 0, '?'),
(0xc1c9e1c478794f904d51ab1902e49f2c, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/is.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/is.js', 1, 0x00000000000000000000000000000000, 0x3ddd9a6a97e93e1910210c9eefc1bca1, 0x822e068f99ba65a25aa305117562502427ca1499e9e567019eb46f44f14160d9, '', 0, '?'),
(0xbbf4fbaccd15f7d61e50151868500ca9, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/it.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/it.js', 1, 0x00000000000000000000000000000000, 0xbe4fe8d365b5916432504d1f98e2e0af, 0x54745cdd8825e745c7a62615645d85c284988dce1428bf4485f311067bf34e8a, '', 0, '?'),
(0xc1d75b0969afb531441c1113642049dd, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ja.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ja.js', 1, 0x00000000000000000000000000000000, 0x170ae885d74f1634271e1eb470cb4621, 0x6350784f8a9b34ef55bac66a45f983f6f0c2a0bb92815f3262aa40d132702b72, '', 0, '?'),
(0x9324e8997bb45ddd4bb018ffe6b70907, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ka.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ka.js', 1, 0x00000000000000000000000000000000, 0x2083264a54f0873f55468affa796d61e, 0x24d61c941e268e98782f1526b76b6974817d7250e37e9dd4ef4e16bcfaa84007, '', 0, '?'),
(0xb43837943ebe2ff04e545aa79d79e176, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/km.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/km.js', 1, 0x00000000000000000000000000000000, 0xc23089cb06ca871153ba9bfe8458a378, 0xe19888149af2401a3ee457777863addbca15938df420e2cf78763eb39eba136d, '', 0, '?'),
(0xc3feed2a6eb33b41d4054c584940d167, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ko.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ko.js', 1, 0x00000000000000000000000000000000, 0xe7be6c20e67393698a0f05971e9720c1, 0x8d05d07640a2ddc14e7133c1af2f9b9bb39d7fab36ed1cd4c1bd7596e9fdf090, '', 0, '?'),
(0x9aeaa613642e10b41aae8caf0af5a60d, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/lt.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/lt.js', 1, 0x00000000000000000000000000000000, 0x23c7ce903300fc118947994b9cdd16cb, 0x77cec0541f2a14f28dcd93fbb16c5b770ba5f3abcf7724eac2ddece0a9b06605, '', 0, '?'),
(0xc7afd0db0d863f0fd3dbd293f43781f7, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/lv.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/lv.js', 1, 0x00000000000000000000000000000000, 0x08e62128eac1d0e8ac32cfaf75f2ec9f, 0x6888c008ae586fe44bb7426056d063f6529b4f2736edb24f54dd7facbecafdc7, '', 0, '?'),
(0xc4e40dc811455e5bd5f9376b6728be88, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/mk.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/mk.js', 1, 0x00000000000000000000000000000000, 0xdabbb90871300ce3a295969bc0260420, 0x050929c38d90cfcf3df5e8dc0e10341a593d20a654e0ec83b48333a0aa21233a, '', 0, '?'),
(0xfee8be78985282cdd72b403a44faded8, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ms.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ms.js', 1, 0x00000000000000000000000000000000, 0x4ba82c9a51ce975fe0e4eff5f6eece65, 0x1ed6681ef8998d60cb0cd674af7f28b7584aec1cc46f3b5df21e2ddf3603b676, '', 0, '?'),
(0x71073c4073988e89077adcc6824b919e, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/nb.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/nb.js', 1, 0x00000000000000000000000000000000, 0xda2fce143f2794208e36dc8520e4c36a, 0x3c5c882c07a7b5d478f8f2d2f4a48ca35a64f9efd82b415c45a6884549129dd3, '', 0, '?'),
(0x1766b1c0f083d9187293289ef8539079, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ne.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ne.js', 1, 0x00000000000000000000000000000000, 0x3d79fd3f08dbfd0973cf91dd6a62bccd, 0x52461e5acdec07ee582b4bce0e89e76d1301cd7a54f96b3bf8f20893330e3082, '', 0, '?'),
(0x81ce50f6b63faecd43036d13db84c2f2, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/nl.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/nl.js', 1, 0x00000000000000000000000000000000, 0x997868a37ed89062ad7b19c9a88f1bb0, 0x214f21e9397da030690b2c73e164f45e1485135e1847beb1f003273d4766950f, '', 0, '?'),
(0x56fcaa2c9f7caa20a44f196a67d7c1c7, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/pl.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/pl.js', 1, 0x00000000000000000000000000000000, 0x6031b4f164521f58dfec7d1e46238861, 0x73033ae600fd4ab7625f16b25c23b53ec22ad4da2d982b07c25f51310fde3eaf, '', 0, '?'),
(0x9543dec687746466ec8654cc632feffd, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ps.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ps.js', 1, 0x00000000000000000000000000000000, 0x38dfa47af9e086eece5a333d711abc79, 0x78cfeeb2f5e3b9242c42880bde16fa045b0910da725ffcf571abe24b5eb9980a, '', 0, '?'),
(0x75325dcb0b4b0776f41f00dda60d7450, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/pt-BR.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/pt-BR.js', 1, 0x00000000000000000000000000000000, 0xe1b294433e7fc3175842ce37b9f15014, 0x6b6e0d65580a3129cec1210fb6c3983b89444ef3bd58e14081fc0b794e60dea5, '', 0, '?'),
(0xc3cdd64490ea99deee3d5ef52538f764, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/pt.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/pt.js', 1, 0x00000000000000000000000000000000, 0x33b4a3b44d437614b83497e36c138ca9, 0x84f11023580fe960349afcc0f9dfea2b4c9171ae3d5fd1e07384a0b8e8393b9e, '', 0, '?'),
(0x3ec8cbbe51223ce0317331a7d2b907d2, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ro.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ro.js', 1, 0x00000000000000000000000000000000, 0xf75cb460ec3b98b4b9017e9513ca20cf, 0xd48062fc2af4407c43ddec7ba266a6af7f9c2eff02a177ed25a8a01bd715da1a, '', 0, '?'),
(0xbfa3b782fc2ea4249da5f6da320274cc, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ru.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ru.js', 1, 0x00000000000000000000000000000000, 0x934aa95f5b5f32c72c80857bb2622074, 0x3ca9448a52e205d78a4636c2cee73ae3e0837716fbf1bbdff0a9d474b6ac1c3a, '', 0, '?'),
(0x110fac97b664a4c68d6720568adb4744, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/sk.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/sk.js', 1, 0x00000000000000000000000000000000, 0x33d02cef8d110f358acd1624f7f79ffe, 0xeb74e3bcd02e265d2714cc7f15524e4b4588cc08322cfaf84c431e44fd89f6c2, '', 0, '?'),
(0xf98a9d9f5bdc8ba27ca9acc005d8a8de, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/sl.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/sl.js', 1, 0x00000000000000000000000000000000, 0x131a78bc075237a13750ead3807683d2, 0x34c966ebb37d4c05699d2616a5abf8044482c4d6883372c8ad06e8cbbb9a7f38, '', 0, '?'),
(0x37ac749131563f0449c3a1ab22b92c97, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/sq.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/sq.js', 1, 0x00000000000000000000000000000000, 0x5636b60d29c9bdd55f18a4585746b6d1, 0x6ddb5447e979226373d1a904533ba6dfb6f9ee30bf431146abc26cf79f8f877e, '', 0, '?'),
(0x97e1fb9db721f4b5c5d1034f77e98f86, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/sr-Cyrl.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/sr-Cyrl.js', 1, 0x00000000000000000000000000000000, 0xf254bb8c4c7ce00d9d17e9e91945ad9b, 0x4dfb400b4c488e02903f28a07a4b725636fd0a3fb3b2568add664d58e36f22ee, '', 0, '?'),
(0x8996c61973aa8563a802cccba07c9d39, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/sr.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/sr.js', 1, 0x00000000000000000000000000000000, 0x5ed85a48f483d17a7ad102832cb11ea1, 0xbe200d418e7683ee3705e9cdbd9566e7663fd28aee3559be5bc02b06dfafc71d, '', 0, '?'),
(0x7642b4fe32de8d2500b7f190ea879a22, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/sv.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/sv.js', 1, 0x00000000000000000000000000000000, 0x7a9c2f71e7779a263b2cf3520b1aa611, 0x1545d11b1d3770d5837fe5f325ceac22ae130e9b5d73adb36dff88d73039edbb, '', 0, '?'),
(0xd49c7ca37795ac9fbdb036dc2f089a8e, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/th.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/th.js', 1, 0x00000000000000000000000000000000, 0xf38c20b0221b68924d6c8f0773cb252d, 0xb15ed33ed28e54a9a2e63d215148fd23c53b70ff035da579849ef61d07affede, '', 0, '?'),
(0x4a80b2092b44b8f2f5792a16dfaade99, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/tk.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/tk.js', 1, 0x00000000000000000000000000000000, 0x7c572a68c78fb798f11f7d8c78ebb9d6, 0x76899350e75ad78efbf0df555994ea82928f7e5f5986beea3fa9725e47a19a10, '', 0, '?'),
(0x0016670c522f062465d46cf0751958a1, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/tr.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/tr.js', 1, 0x00000000000000000000000000000000, 0xb5a0643d1545f4a3e1622e65e46ddc7c, 0xd8f3f56b57575f5703e20ca20b1bcecb9ed7268acf78722c78d8aa3633405d94, '', 0, '?'),
(0xe5d4d25450a1c035d03ccfe7e89cbb06, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/uk.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/uk.js', 1, 0x00000000000000000000000000000000, 0x8cede7f4803c7dbd1e8261bfa1932b7c, 0x622eafa0edb513204cfe46b6a653661e3060df18d90dc50f84d8661bc3f4777b, '', 0, '?'),
(0x7dc54c907c7a21601e6a116073fd1393, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/vi.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/vi.js', 1, 0x00000000000000000000000000000000, 0x097a5b75b3e146e2d94ab8e1510be607, 0x76b8a8568042b2771c09814b95af681282fa42d6428a918e8bb63e16af1687e1, '', 0, '?'),
(0xd1265a7322a069da72f20d9067020fbc, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/zh-CN.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/zh-CN.js', 1, 0x00000000000000000000000000000000, 0x2cff662ec5f972b4613566cf5988cda2, 0x34213584c8873776c96105fd29d4a274fdd8317970caace3878c7d84ef136e46, '', 0, '?'),
(0x33267c50c2aeebbf2b95014223f9a058, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/zh-TW.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/zh-TW.js', 1, 0x00000000000000000000000000000000, 0x04554a227c2ba0f3bb6ca3d2e01e5440, 0xa02b64aec796de511420b0a05c093ed1be112349569f4ccd5246bed7227bc0e0, '', 0, '?'),
(0x9de0685a3c8535967d4b1dcbb2a01017, 'wp-content/plugins/wordpress-seo/js/dist/select2/select2.full.min.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/select2.full.min.js', 1, 0x00000000000000000000000000000000, 0xc28f3322ee526ec1325de41413b84e39, 0x43e4752291e0dfdef5ffbb10505d5548256b7709760b4fa82c2f1ecb8b0d6782, '', 0, '?'),
(0x6b67834048f95d75376f3521004ef526, 'wp-content/plugins/wordpress-seo/js/dist/settings.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/settings.js', 1, 0x00000000000000000000000000000000, 0x76fa39fba17f9880de8bbfb5c0554c77, 0xdb962c6134f9366b78a84e49c38684ca78e02f43f0006bd082e99ec40fd0e18c, '', 0, '?'),
(0xb65e2f62abfe2fc017384b049e4fd651, 'wp-content/plugins/wordpress-seo/js/dist/structured-data-blocks.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/structured-data-blocks.js', 1, 0x00000000000000000000000000000000, 0xab882d7c3a0b6c758d8c4578a0772411, 0xb2b5eb4d3d4fd776343c75a99c6dff00b1ae8d8d23a65a3938d77b9267a598b2, '', 0, '?'),
(0xd828d9c24b11b96f16b319fc06073546, 'wp-content/plugins/wordpress-seo/js/dist/term-edit.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/term-edit.js', 1, 0x00000000000000000000000000000000, 0x988c28901fcc39efb8eb3c8a38de4e11, 0x3373b4a5df3206d16e3528acc640b4718beac9193eec693db79c50e4653f98f0, '', 0, '?'),
(0xcff53ccbb7e90375a592a9ea519aafa3, 'wp-content/plugins/wordpress-seo/js/dist/used-keywords-assessment.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/used-keywords-assessment.js', 1, 0x00000000000000000000000000000000, 0xa3b2a254515605ebcb05c07966ffdc4c, 0xb37f4a257056ab14d7670711fc1f85fc89c99e8354d7056da45e052ccfdf379c, '', 0, '?'),
(0x924a74b42317906ef26d7e9986513024, 'wp-content/plugins/wordpress-seo/js/dist/wordproof-uikit.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/wordproof-uikit.js', 1, 0x00000000000000000000000000000000, 0xe571c4200ce7bb386e0928d598a392e6, 0xd8333e5c028af4796c818bfd1ab15259d6bad5aa2a7b366e0cf313cb45ebd29d, '', 0, '?'),
(0xf031cc1c8a70487d140e456a6972bac3, 'wp-content/plugins/wordpress-seo/js/dist/workouts.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/workouts.js', 1, 0x00000000000000000000000000000000, 0xf251926a16057fe81d32518e057bf135, 0x376eecd53d8350c624ae356383328a44debabe47110acca71ba8727d1e30a13c, '', 0, '?'),
(0x4575477c3e2f968d7ff0ecff751a7fb9, 'wp-content/plugins/wordpress-seo/lib/abstract-main.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/lib/abstract-main.php', 1, 0x00000000000000000000000000000000, 0x495b3ffa47136303af1f7a631a1841fb, 0x76cc668735a1842bc0b1699fcc19b295042ad7fa747ebbe7078573f69f2ff10d, '', 0, '?'),
(0x0087e932ed04a4b61220d04b79da76af, 'wp-content/plugins/wordpress-seo/lib/dependency-injection/container-registry.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/lib/dependency-injection/container-registry.php', 1, 0x00000000000000000000000000000000, 0x02a8815b51ea765ec31d669fdfe8c2be, 0xdb596ac2fb84eb78d6f7dedb4aafb16f71e793f221a19d624e676bd4591e4082, '', 0, '?'),
(0x069f7ee27a136b27db723b1d816c9ac0, 'wp-content/plugins/wordpress-seo/lib/migrations/adapter.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/lib/migrations/adapter.php', 1, 0x00000000000000000000000000000000, 0x3c906454243bf346343f7031d6ec9f0c, 0x0f92c457d870e5be538c7ac74837f9392645b8286647c4e58d799d96d1a27897, '', 0, '?'),
(0x89034b176d29fe2663cc379039218261, 'wp-content/plugins/wordpress-seo/lib/migrations/column.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/lib/migrations/column.php', 1, 0x00000000000000000000000000000000, 0xa460d9605f5e3eebbbaa16d3bc3fd3e6, 0xe5f1d5153fc33e1762ac4a4004d471869e477addfb8e7ed384d5e2759da661dd, '', 0, '?'),
(0xc18eaba2f65fdef7feb80ca443363ad1, 'wp-content/plugins/wordpress-seo/lib/migrations/constants.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/lib/migrations/constants.php', 1, 0x00000000000000000000000000000000, 0x28478ab6332d19612051a69dadfd3b63, 0x94756f4e7a24bf889e4bb9d136e0fa7540b895fc77a43f343c6ee8227b01f45c, '', 0, '?'),
(0x025695e6e7461f147c6a2f05f9206312, 'wp-content/plugins/wordpress-seo/lib/migrations/migration.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/lib/migrations/migration.php', 1, 0x00000000000000000000000000000000, 0x2e1f3027de127679c8af0a532df43f80, 0xf72ea1ddb4059e643c6a4c79997077179bb2c3b952cfb332c528fe2058f300dd, '', 0, '?'),
(0xf5c1114b7d3aea613cd01bac55fb2b23, 'wp-content/plugins/wordpress-seo/lib/migrations/table.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/lib/migrations/table.php', 1, 0x00000000000000000000000000000000, 0x74cab77ad591b003fbf5fa4fa53f0f56, 0x0cbf983397743c2993aa111fbb1b18a9f86cad82a3686259a7745a583f626d5e, '', 0, '?'),
(0x4ac145e29045ab8d893e8e32769ec74b, 'wp-content/plugins/wordpress-seo/lib/model.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/lib/model.php', 1, 0x00000000000000000000000000000000, 0xb4ea0ae7b161b3d8a57d4063b72b1006, 0x0ac99d6c1174cd86a6500fcb9386a3feb0e906c9b82d1e2f99f03f739a85386a, '', 0, '?'),
(0x8e3b902a0034c553ca3b2342afa777f8, 'wp-content/plugins/wordpress-seo/lib/orm.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/lib/orm.php', 1, 0x00000000000000000000000000000000, 0x52a5b05247e350940a158add2e6237af, 0xa6c9bc559b48d9107d57434a5f30a8f9633c810f8e18c1142f074a5fabeec463, '', 0, '?'),
(0x33c3136cf8e11ddb5616394e05701084, 'wp-content/plugins/wordpress-seo/license.txt', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/license.txt', 1, 0x00000000000000000000000000000000, 0xb6d57e80537d4ce37e23767635ed2b2c, 0x2d6a9148f170de33c5aed59a253c4fce2eba344cd1db3adb1f76ec266318e215, '', 0, '?'),
(0x9fe88b78fd9da14979eeda66914776b8, 'wp-content/plugins/wordpress-seo/packages/js/images/Yoast_SEO_Icon.svg', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/packages/js/images/Yoast_SEO_Icon.svg', 1, 0x00000000000000000000000000000000, 0xfb58ac6d1ebbb9a2688af34747558814, 0x7d53469186c1e20cd9695163a35f46bbd122d44d03448c144b91a10dc9a16101, '', 0, '?'),
(0x2b414b001dd10c5822bdce24fa6e35fd, 'wp-content/plugins/wordpress-seo/packages/js/images/Yoast_icon_kader.svg', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/packages/js/images/Yoast_icon_kader.svg', 1, 0x00000000000000000000000000000000, 0xd1cac942f8b2e5c0d195f09277c22043, 0xef5c8c0eadb8e7978e3c0de981b7c0eed4255fcf38d20b835b1bdeac46be5784, '', 0, '?'),
(0x857e0f4f5e41c312b9abbadbf6006e14, 'wp-content/plugins/wordpress-seo/packages/js/images/connection-assistant.svg', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/packages/js/images/connection-assistant.svg', 1, 0x00000000000000000000000000000000, 0x231c40030a91bd395b19a50010044532, 0x224a1bc91834b62b54945e8bbe0ae1f8608611f44b424014d17f97a9d538df4e, '', 0, '?'),
(0x8a3d88df1954d84fbef5370dae37a97b, 'wp-content/plugins/wordpress-seo/packages/js/images/icon-arrow-down.svg', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/packages/js/images/icon-arrow-down.svg', 1, 0x00000000000000000000000000000000, 0xa4d92d20d419e9efc844bbadf589a105, 0x02ce37ddb0e803d271cd8abe82f8d0e743cb4cc6770f49e38e987c84d6f9a559, '', 0, '?'),
(0xdb867844b7cc4c7ffde17a5723c5994d, 'wp-content/plugins/wordpress-seo/packages/js/images/icon-facebook.svg', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/packages/js/images/icon-facebook.svg', 1, 0x00000000000000000000000000000000, 0xe7b6701850b612f7f17803db7dedaad4, 0x7c8b152ac7de5a2083d0756840f97a3b3b604698c3895843c3929f1f01dc356d, '', 0, '?'),
(0x17d9e82990b2e06913d9ae74a376a84a, 'wp-content/plugins/wordpress-seo/packages/js/images/icon-twitter.svg', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/packages/js/images/icon-twitter.svg', 1, 0x00000000000000000000000000000000, 0x93ec9f9a58ecb16edc579ae5af276650, 0xb5fd659aab55537194c095a6ef7c80990128768379dd56eb250398b133a25825, '', 0, '?'),
(0x21369e61474fd40ad32d9897133d25cd, 'wp-content/plugins/wordpress-seo/packages/js/images/indexables_1_left_bubble_optm.svg', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/packages/js/images/indexables_1_left_bubble_optm.svg', 1, 0x00000000000000000000000000000000, 0x4b9609b46d4f5fd81ebece49ba14d0a6, 0x0eccb7c1943b5c10c10f713fd4cf28075cb2b59a8e9285bb43df8a490b3de426, '', 0, '?'),
(0xcc30d032d1313fd8211ea3b738d852e5, 'wp-content/plugins/wordpress-seo/packages/js/images/indexables_2_left_bubble_optm.svg', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/packages/js/images/indexables_2_left_bubble_optm.svg', 1, 0x00000000000000000000000000000000, 0x73886a68b8854b3228d85d4060fc7151, 0x46522bfe29fa527c5ef43c790555ad49c918a5391b757e96f399afe9074647c4, '', 0, '?'),
(0x0a84d8befba66d2c418f3ee8a1c46247, 'wp-content/plugins/wordpress-seo/packages/js/images/local_assistant.svg', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/packages/js/images/local_assistant.svg', 1, 0x00000000000000000000000000000000, 0x14f433f1655d167c0bba04e6798764ac, 0xa11fba1e75917a7b6ac3ab047c5f4f0de347c377220dfc00ef3895d01f35124c, '', 0, '?'),
(0x1413ecdc57f5818ac3c09325e6c88ec6, 'wp-content/plugins/wordpress-seo/packages/js/images/motivated_bubble_woman_1_optim.svg', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/packages/js/images/motivated_bubble_woman_1_optim.svg', 1, 0x00000000000000000000000000000000, 0x93a0eb2182f9cd1f87297e09d7333f29, 0x18bddef5d72d067c245ff576dd24f545c70a752c2105982243c105261f3fb141, '', 0, '?'),
(0x5bd67b4c7ad28d374110a2c2d29774e5, 'wp-content/plugins/wordpress-seo/packages/js/images/succes_marieke_bubble_optm.svg', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/packages/js/images/succes_marieke_bubble_optm.svg', 1, 0x00000000000000000000000000000000, 0xd16e1809746996aeb8e05b448fb1e3fd, 0xf4af45d556687576cb6121c541cc68f1c4afb5d90d1552bb382a67753924177d, '', 0, '?'),
(0x031de1696dab05f3e61a683c42df0858, 'wp-content/plugins/wordpress-seo/packages/js/images/yoast_loading_spinner.svg', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/packages/js/images/yoast_loading_spinner.svg', 1, 0x00000000000000000000000000000000, 0x02059d463d421c8ef1497324ae2738cd, 0x42b65dbb71b45cf9e89e3b24fc766dbbf8eb8237f956cb847b4a3139f706b542, '', 0, '?'),
(0x05f5a94fad5804b296c600fa37d80ec8, 'wp-content/plugins/wordpress-seo/readme.txt', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/readme.txt', 1, 0x00000000000000000000000000000000, 0xee03473b73ba60a8a76ebf7a8d960395, 0xe803aa370bc1a92a52217e6bffd4bc6241bf26f3091353d648494a7db72e186b, '', 0, '?'),
(0xc7fc90a5ae02f229a935b8994472c60d, 'wp-content/plugins/wordpress-seo/src/actions/addon-installation/addon-activate-action.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/actions/addon-installation/addon-activate-action.php', 1, 0x00000000000000000000000000000000, 0x2a39f2fd6a424aed274f251a92870549, 0x62080bb8cd5e3d1047e3fb280e15f29912da111d2de5a99029a6e978af581be7, '', 0, '?'),
(0xdab0ca6e2b3f47f781b7396fbcf2d876, 'wp-content/plugins/wordpress-seo/src/actions/addon-installation/addon-install-action.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/actions/addon-installation/addon-install-action.php', 1, 0x00000000000000000000000000000000, 0x3aedb2a8e1641d4cecf019c30dedf53d, 0x5ff3af42d4eb008b26248af485b8621692930aaaad390b87f037f71b988f89b3, '', 0, '?'),
(0x86fe75973667a3842a1d9ea624213638, 'wp-content/plugins/wordpress-seo/src/actions/alert-dismissal-action.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/actions/alert-dismissal-action.php', 1, 0x00000000000000000000000000000000, 0xbbc16ff877ba42d5dd1a95740500886f, 0xf5619c7040976e1dd6367b5530c19bdb0ddb54ef5912e8366389d2053d547d6e, '', 0, '?'),
(0xb7acacd4e82f640ab2d4a3d94ffb7d2c, 'wp-content/plugins/wordpress-seo/src/actions/configuration/first-time-configuration-action.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/actions/configuration/first-time-configuration-action.php', 1, 0x00000000000000000000000000000000, 0xd48edc90588254523625f8533a949e5f, 0xda8a4b20feb9aa236b9292a5fc4c81f2826b44be14fef46a44348beb2f6437ef, '', 0, '?'),
(0xe56c81111f3f6b8ebc2169d17a44a71f, 'wp-content/plugins/wordpress-seo/src/actions/importing/abstract-aioseo-importing-action.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/actions/importing/abstract-aioseo-importing-action.php', 1, 0x00000000000000000000000000000000, 0xb6d7c753cfd2371a453bee24548f9ea8, 0xcc9057721247d4ba07d4e720047e48f45cf9a4dc3d6b90bddbb74307018b0c22, '', 0, '?'),
(0xe5886b61b1a5e543ba6c4b7257edf81e, 'wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/abstract-aioseo-settings-importing-action.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/abstract-aioseo-settings-importing-action.php', 1, 0x00000000000000000000000000000000, 0x0116c70869f98f06816f7c627e64f6e8, 0x4ea6b21e02eff43d9d779b64005cbee6bc5d01815c322495dc2f529acb8bc558, '', 0, '?'),
(0x1e85f7d8a4fd118b31946e9089d394f2, 'wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-cleanup-action.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-cleanup-action.php', 1, 0x00000000000000000000000000000000, 0x91e6d8402a0b22a1db2c847a05cfa78b, 0x62f217fb2b8e9d9d69bf1c5eddb16a7cd4f57ee3fd7fb1f6bfa81ef0b40eeacf, '', 0, '?'),
(0xd79ddd5806d473d73b90fdee3a1d1a90, 'wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-custom-archive-settings-importing-action.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-custom-archive-settings-importing-action.php', 1, 0x00000000000000000000000000000000, 0x9e179181f900d547e05147ce08a04787, 0x485b6904b43c45e9c62dcfc34f947756c86d87737c5f78537714ef68705fcb8f, '', 0, '?'),
(0xc2e9b4b4679a1b428dabaf1f286433b9, 'wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-default-archive-settings-importing-action.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-default-archive-settings-importing-action.php', 1, 0x00000000000000000000000000000000, 0x2e8743a85f96095e6df63959065cf82d, 0x96965e6075cf86d0cfcc05ef45044b0643514cf03905dae6f9f858335748f2b7, '', 0, '?'),
(0x862db006c7e8ae0ba6d6a25d4d68fdaa, 'wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-general-settings-importing-action.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-general-settings-importing-action.php', 1, 0x00000000000000000000000000000000, 0x618e6c27b820d294f88aa6dd3e246fcf, 0xb8572e48a5f2be51e33057b405af2ad23020e4abbee2bc4a8dc1d19dcca5c96f, '', 0, '?'),
(0xdb6b0d4e5b2c9627f509564391244475, 'wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-posts-importing-action.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-posts-importing-action.php', 1, 0x00000000000000000000000000000000, 0xf901f6b62a3d10b487b6631560e40dc4, 0x41fefab3455707ccef1eca29480c2efef2ab81f7ba64017455ec9a6e40c17e2d, '', 0, '?'),
(0x0d0652ffc210f6cf24820bef2d4c1444, 'wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-posttype-defaults-settings-importing-action.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-posttype-defaults-settings-importing-action.php', 1, 0x00000000000000000000000000000000, 0x36c60e564f0aa1bef6e4b3f58020542a, 0x5eb94f13a8763c6485c84112126be1df73710a19798b1ad3bd8b9d993cecdc6c, '', 0, '?'),
(0xcaade63970da37f72bd6f16c2aed1d02, 'wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-taxonomy-settings-importing-action.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-taxonomy-settings-importing-action.php', 1, 0x00000000000000000000000000000000, 0x9c1e8c9bf507eac177d2fc5d4d85b575, 0x155cb24e43790713d344babcf4195bd953cb2ee49e70071630a2fe5acc1580a4, '', 0, '?'),
(0xb729e8d18f7382526de955dcdfc9f281, 'wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-validate-data-action.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/actions/importing/aioseo/aioseo-validate-data-action.php', 1, 0x00000000000000000000000000000000, 0xd4a1acbc6563d6d54fd9ebcbedc5cfa6, 0xc8a9ea23354b48c92a15c5a9ac7cfc046b845c76598ad3f296b8359bd9b20c0d, '', 0, '?'),
(0xfdf478ad51f47dd9000acd7c57865784, 'wp-content/plugins/wordpress-seo/src/actions/importing/deactivate-conflicting-plugins-action.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/actions/importing/deactivate-conflicting-plugins-action.php', 1, 0x00000000000000000000000000000000, 0xea0240afd1020b6cdb90dd0240984a09, 0x89ccb9ff5a23c445e59bd03906862bb94565b5ca30edae4fb48b00522883c33f, '', 0, '?'),
(0xee2116d86d6dabbf6698a3d30d8ab99e, 'wp-content/plugins/wordpress-seo/src/actions/importing/importing-action-interface.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/actions/importing/importing-action-interface.php', 1, 0x00000000000000000000000000000000, 0x9261106b2db03fbbb98138a84024bc90, 0x18b33dbcb3f1b8bf167f5847c6d97f4d53ca3b8544d112b84150aedc6f0095c2, '', 0, '?'),
(0x64b36bbf6b46f03152ef30bf2ec29a10, 'wp-content/plugins/wordpress-seo/src/actions/indexables/indexable-head-action.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/actions/indexables/indexable-head-action.php', 1, 0x00000000000000000000000000000000, 0x0c2db19314ac82c7a1f6a2027e9a756e, 0x1d05927f9f89975f5334e7885d9a3f7607043b5f1355f4c14e3c01f3fb3246de, '', 0, '?'),
(0xd212008b396936a904c0789dc0838dba, 'wp-content/plugins/wordpress-seo/src/actions/indexing/abstract-indexing-action.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/actions/indexing/abstract-indexing-action.php', 1, 0x00000000000000000000000000000000, 0xda056927a5a814fccb3f87f23aad8586, 0x0d99c2c0938d23df13998fba7f0c177855e15037902ed38d78496f0f5174db0a, '', 0, '?'),
(0x1039fa7a68c8df1f2113d439506d6b9d, 'wp-content/plugins/wordpress-seo/src/actions/indexing/abstract-link-indexing-action.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/actions/indexing/abstract-link-indexing-action.php', 1, 0x00000000000000000000000000000000, 0x394673af97546e3a36a2d9694095aa4f, 0xe917eefbb385c44c72c5d028cbe59242fb2aa747d6e54441f397464b323a5541, '', 0, '?'),
(0xf8da640140eb84c73d272a1a8b40fd2d, 'wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-general-indexation-action.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-general-indexation-action.php', 1, 0x00000000000000000000000000000000, 0x8d3a0a8e8e777b8e86211a3588cd43e0, 0x6907d2fce0a6e484fcadab9c2345722ecf534d83cd3b03d99c9ac932e08e9fe7, '', 0, '?'),
(0x1d5b577227e6f145ea9ed929fa6a14ec, 'wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-indexing-complete-action.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-indexing-complete-action.php', 1, 0x00000000000000000000000000000000, 0xc8cfe196cf0f2ba35f57660aba22635b, 0x8c676f123445f271448c543c37fcfb3e19afc8e91e8420159218ad69f82f5123, '', 0, '?'),
(0x139d442a1f3b760c28b40c2ed2b28c4e, 'wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-post-indexation-action.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-post-indexation-action.php', 1, 0x00000000000000000000000000000000, 0x51c8b195c41630f7b4b0862d95f83841, 0x3510bed8739e8cce7ef92119cf12602492814cbe1f1f54773a980ad3139e8444, '', 0, '?'),
(0xa0f83ae9ada9b12a872fb519ab6dc2b8, 'wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-post-type-archive-indexation-action.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-post-type-archive-indexation-action.php', 1, 0x00000000000000000000000000000000, 0x3d666251db38794af3197b45ce183b16, 0x57bb8e3dc5a7f4aaf65c53a74c55659ebdefd67e7d001425a1e131dc086f1cf2, '', 0, '?'),
(0x21293394757058bf03923e4d79ba9edc, 'wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-term-indexation-action.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-term-indexation-action.php', 1, 0x00000000000000000000000000000000, 0x0ab1fd061264284195ff7ad0b9d2e71e, 0x70bb695e0fbfd8250752f1afa372907f0495e96f8c9e858b6c951afcef12a388, '', 0, '?'),
(0x9898804eb2832ee563c8e996de095d60, 'wp-content/plugins/wordpress-seo/src/actions/indexing/indexation-action-interface.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/actions/indexing/indexation-action-interface.php', 1, 0x00000000000000000000000000000000, 0xea8dbaf93cd9a90e53ad48514ff190f2, 0x2692b23444d68499f650f4060f229d0307a6bfcc773ffc840daaad3271d2160b, '', 0, '?'),
(0x4be5f50cc9166fc2eb3278043203126f, 'wp-content/plugins/wordpress-seo/src/actions/indexing/indexing-complete-action.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/actions/indexing/indexing-complete-action.php', 1, 0x00000000000000000000000000000000, 0x596f2a21323cc34f4391329fc2a46032, 0x8c7cb5932ed5d48dd6f6673fcb7987fa3ba594bafb3f92f7ed2b0739c51d9e73, '', 0, '?'),
(0x1256e4b509e3468b3c5470a02aa5fbb1, 'wp-content/plugins/wordpress-seo/src/actions/indexing/indexing-prepare-action.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/actions/indexing/indexing-prepare-action.php', 1, 0x00000000000000000000000000000000, 0xdd0f333916bc4244076bfa5d0d1d1720, 0x661f228863708856d36cc72b9e163bb34ec1f902bbfa5669def044bec7fba409, '', 0, '?'),
(0x70553f2508471af0fa4ac0afaa583d60, 'wp-content/plugins/wordpress-seo/src/actions/indexing/limited-indexing-action-interface.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/actions/indexing/limited-indexing-action-interface.php', 1, 0x00000000000000000000000000000000, 0x5f34925b0816d8c0c25f9aa31714be8a, 0x24fc914c54d5ed145c4222e0312e7400e160923850673e3e1402e8dd2c5aa869, '', 0, '?'),
(0x0aa5a7eb51d5e71077d09714c6bc9180, 'wp-content/plugins/wordpress-seo/src/actions/indexing/post-link-indexing-action.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/actions/indexing/post-link-indexing-action.php', 1, 0x00000000000000000000000000000000, 0x283478766a41e070a6478bd5dd5ecc5d, 0x45c3769e5fbea2b7a25f7c9bdc92e89499edd7983fc4642c05e2508890873d19, '', 0, '?'),
(0x70de71ad6c3814d58579afd58df17fd5, 'wp-content/plugins/wordpress-seo/src/actions/indexing/term-link-indexing-action.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/actions/indexing/term-link-indexing-action.php', 1, 0x00000000000000000000000000000000, 0x3e3920fb6afef012d4fce8537ce9c8e9, 0xb628622d3b6589713b51f756150a11ea2a275859014f94598b21bd5ef6560292, '', 0, '?'),
(0xa0ef7e1b6ecd4b245ed4115208d0e3d8, 'wp-content/plugins/wordpress-seo/src/actions/semrush/semrush-login-action.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/actions/semrush/semrush-login-action.php', 1, 0x00000000000000000000000000000000, 0x658526142662c3946ca48c54c048d6b0, 0x664e62b323ed6123f1cbf701b51ce5e3a3be24ff88c3b2937d1dba8373b96526, '', 0, '?'),
(0x0c8cbb9cff00df920c5245d9cd0df036, 'wp-content/plugins/wordpress-seo/src/actions/semrush/semrush-options-action.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/actions/semrush/semrush-options-action.php', 1, 0x00000000000000000000000000000000, 0xaf9906ad6e7c6d0a95073bbcaa1bbc0c, 0x3ca02a70d626b07abe96152313c8d474d9a7e18852d0d5ddfc0b161e3869ca27, '', 0, '?'),
(0x4891c6cd873e0a7b8ab5e707b4007b1d, 'wp-content/plugins/wordpress-seo/src/actions/semrush/semrush-phrases-action.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/actions/semrush/semrush-phrases-action.php', 1, 0x00000000000000000000000000000000, 0x1e4dfe7c083b1b6280c0ce4554641631, 0x81269bfa4a75cc8329ae5f39859dfba69219d30e36f3d1b2ec6c41bd5b7b2ff4, '', 0, '?'),
(0x2314a65b63d8d8a3f219105e79b74ff4, 'wp-content/plugins/wordpress-seo/src/actions/wincher/wincher-account-action.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/actions/wincher/wincher-account-action.php', 1, 0x00000000000000000000000000000000, 0xdbf249f7a0372fd217ad579a4e3fbf39, 0x331ce4890bb263a9f5ab0df709f81bca7282baefb2c15d9bd652698f221f28f4, '', 0, '?'),
(0xba414d28f01c121b63f9f220177b3e3b, 'wp-content/plugins/wordpress-seo/src/actions/wincher/wincher-keyphrases-action.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/actions/wincher/wincher-keyphrases-action.php', 1, 0x00000000000000000000000000000000, 0xb5027594d31064c0ee39068ee691dc70, 0x8f35b9ed8bfc58e3ab4c004b308c5c7f56ccf8cc2fa72ba1a2f3f19222ad16fd, '', 0, '?'),
(0x2832fb9d41241dc4e553619499f7c9ba, 'wp-content/plugins/wordpress-seo/src/actions/wincher/wincher-login-action.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/actions/wincher/wincher-login-action.php', 1, 0x00000000000000000000000000000000, 0x70d708bcace695bb8a310181981b798e, 0x238a130a7cd034ea9e8223104d70e7b110e035958e5e99b1486a86e63577e37d, '', 0, '?'),
(0xb0374bfd210b28ff74d5341884e162db, 'wp-content/plugins/wordpress-seo/src/builders/indexable-author-builder.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/builders/indexable-author-builder.php', 1, 0x00000000000000000000000000000000, 0x052fd67711d36923627bbfae9f183fea, 0x831914879f15ff9bbc3be185874dde517e7e958ec898bc47ca76e480b413986f, '', 0, '?'),
(0x06382da9c61f8e6a2fb458511e5c21a0, 'wp-content/plugins/wordpress-seo/src/builders/indexable-builder.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/builders/indexable-builder.php', 1, 0x00000000000000000000000000000000, 0xcca2051f2aca92d62d3393595e667ce9, 0x5008bd3c671b06b37ad9a3221e8139771087fce4988532fe8faecf2ca057f10a, '', 0, '?'),
(0x9475c70a26666dafc310ab71ef1243b2, 'wp-content/plugins/wordpress-seo/src/builders/indexable-date-archive-builder.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/builders/indexable-date-archive-builder.php', 1, 0x00000000000000000000000000000000, 0xfea451fc926a44fb6d8e2886aeb34f1d, 0x2037b446b6b7e7404e156c06e073baafbcbda6bf4b86b3819a92f2fd904afa91, '', 0, '?'),
(0x6ca65bdaad6ace3c817d533ef738a9a8, 'wp-content/plugins/wordpress-seo/src/builders/indexable-hierarchy-builder.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/builders/indexable-hierarchy-builder.php', 1, 0x00000000000000000000000000000000, 0xb86829e778c222c2239560f433619f91, 0x5375f9d2e69f869d7987275558849c6a5f59d6bb71036d41cdc9cc13757f4bbe, '', 0, '?'),
(0x9f27266fe753770436a1c2f3d8ea28e4, 'wp-content/plugins/wordpress-seo/src/builders/indexable-home-page-builder.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/builders/indexable-home-page-builder.php', 1, 0x00000000000000000000000000000000, 0xb323de1f81703bc049e9bac237e6f1c6, 0x366cbf3ac8a92ffe8ed55b2fd029908feeef8ffe18887caab4ee36be095612e0, '', 0, '?'),
(0xd972265660f80de2e9e491bd16f3d943, 'wp-content/plugins/wordpress-seo/src/builders/indexable-link-builder.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/builders/indexable-link-builder.php', 1, 0x00000000000000000000000000000000, 0x694573373ea07d57a0a1c5b5b149b953, 0xd73c0130cf3a7cd1a2b94697ad767eb43965bd48687a829f6c381d689ea3d581, '', 0, '?'),
(0x1a3f88c7b8c6a27d355e7006f9c61702, 'wp-content/plugins/wordpress-seo/src/builders/indexable-post-builder.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/builders/indexable-post-builder.php', 1, 0x00000000000000000000000000000000, 0xd1eced187dad9d03f51558cdb477ffb5, 0x39e3ff9da8443035abca03e8efba052cfdc252d885aa5b7eab0bbfa48e3bc9ad, '', 0, '?'),
(0xf939073521b9e6694dfcb67edd261d64, 'wp-content/plugins/wordpress-seo/src/builders/indexable-post-type-archive-builder.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/builders/indexable-post-type-archive-builder.php', 1, 0x00000000000000000000000000000000, 0xdb53d4ccbecd543b1b328573f6106ec5, 0xf37d40192b3fd367f8777005b2aa30ea2e1fe7d4dd29061b32f4dd5bf1dffb25, '', 0, '?'),
(0x9d0acfeb436d9051a155dc9371b2e4c1, 'wp-content/plugins/wordpress-seo/src/builders/indexable-social-image-trait.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/builders/indexable-social-image-trait.php', 1, 0x00000000000000000000000000000000, 0xb72af04c9cb9da5227e739cf78690417, 0x109f9fd9e860445c5e29dd4928fa48ac3bae9b312b2e1e638fe8fe0012c237d5, '', 0, '?'),
(0x2ef4bb7c47e678dca3d47949649d12b4, 'wp-content/plugins/wordpress-seo/src/builders/indexable-system-page-builder.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/builders/indexable-system-page-builder.php', 1, 0x00000000000000000000000000000000, 0x0d94161b2b24c120a0015bb51d2507f5, 0xc1858e7706b7b5a6b478d5b3235d39e84fc5b32108fb5daaa16e585091f08866, '', 0, '?'),
(0x23521e5e2375db357e4251ed80f1a9b2, 'wp-content/plugins/wordpress-seo/src/builders/indexable-term-builder.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/builders/indexable-term-builder.php', 1, 0x00000000000000000000000000000000, 0x0993f75f0bfa724593774126f91358f4, 0x7ce27c28116bdf195316c29fa479d8c1bdde1626a69bd1f8dc79a57a9f624948, '', 0, '?'),
(0x4c1d0ba7ec3543ee5a1fe2eb08047a89, 'wp-content/plugins/wordpress-seo/src/builders/primary-term-builder.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/builders/primary-term-builder.php', 1, 0x00000000000000000000000000000000, 0xabd885119568c4ce80ff4cf574d54bfb, 0xf058a273824c57442c35a6bdf77cbe82577978a1f8b712b9241b5a547b201f57, '', 0, '?'),
(0xe353b9ca224215634202e5072dc6799f, 'wp-content/plugins/wordpress-seo/src/commands/command-interface.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/commands/command-interface.php', 1, 0x00000000000000000000000000000000, 0x28a179fa8daa5813b9407324586f73b1, 0x79c3645421f4ff26525cb970e05eb9881e4f531d224eedee75e653d5e1a1c4de, '', 0, '?'),
(0xf9b17c330f41280086cc30ca27d8493f, 'wp-content/plugins/wordpress-seo/src/commands/index-command.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/commands/index-command.php', 1, 0x00000000000000000000000000000000, 0x21ecd6ae832ebfe63e692a095b255c27, 0x810d719a071d2f16d4aaea07e5963df788725695c4901cf73652ce747fa3c1aa, '', 0, '?'),
(0x087bd34ce837ae07cf3354634e024516, 'wp-content/plugins/wordpress-seo/src/conditionals/addon-installation-conditional.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/conditionals/addon-installation-conditional.php', 1, 0x00000000000000000000000000000000, 0xa13e160c12afe2e500c8adfa546a4683, 0x0c6ed58b00c84bdb0c1e55e75d1c5b02ea041e557d871c43ca42b181a1e2b0fc, '', 0, '?'),
(0x368b62d3c74323241abc093316156d75, 'wp-content/plugins/wordpress-seo/src/conditionals/admin/doing-post-quick-edit-save-conditional.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/conditionals/admin/doing-post-quick-edit-save-conditional.php', 1, 0x00000000000000000000000000000000, 0x5111afca170b272489a79541520a5436, 0x1eaade29440fa7e251f83ad70cba2560aab650bf4981fcf2756add84e1243c2a, '', 0, '?'),
(0xf3be0cf76eb82883b4fb2e6e6b607a59, 'wp-content/plugins/wordpress-seo/src/conditionals/admin/estimated-reading-time-conditional.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/conditionals/admin/estimated-reading-time-conditional.php', 1, 0x00000000000000000000000000000000, 0x336d3924e5dc5089b5465964b33a861b, 0xe10923786fab90860af3f9b75029ced115e4969922677ee23cafda9c1019a078, '', 0, '?'),
(0x0345036b8a2875ac21efceed51555eb2, 'wp-content/plugins/wordpress-seo/src/conditionals/admin/licenses-page-conditional.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/conditionals/admin/licenses-page-conditional.php', 1, 0x00000000000000000000000000000000, 0x7698722bb5558a90d0b2caf7cc8b8d90, 0xb2ff9a61c900b74ba3fcacca773627066ebb49ab222e34a48a89eeb2174014d3, '', 0, '?'),
(0x95355927c0da80b1abcb60f4bbeed1ab, 'wp-content/plugins/wordpress-seo/src/conditionals/admin/post-conditional.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/conditionals/admin/post-conditional.php', 1, 0x00000000000000000000000000000000, 0x8dffeb8173ea36600f8c385510b3e32d, 0xad0870e21171622cafc344b90e929b0397fd06cc2e143ae4da7331c8a5e284fb, '', 0, '?'),
(0x956fafb0ba341699abe8ab663f16249c, 'wp-content/plugins/wordpress-seo/src/conditionals/admin/posts-overview-or-ajax-conditional.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/conditionals/admin/posts-overview-or-ajax-conditional.php', 1, 0x00000000000000000000000000000000, 0xbad6b81dca4455c71b7ebcae43fd38d5, 0xa88566a214597bb546592663b3c63ba46bbed1cb2b16db3c967bad13c08b09fc, '', 0, '?'),
(0xf1bb7db14f153b55eba969c4e33cc082, 'wp-content/plugins/wordpress-seo/src/conditionals/admin-conditional.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/conditionals/admin-conditional.php', 1, 0x00000000000000000000000000000000, 0xc721e25acf93da7dd5694620a0e5966f, 0x9ef39eec3b5e266012328eb0823af30e2628c6bd7bca97b881114c79395c64ab, '', 0, '?'),
(0xef5f03bb9ef7f08bfec5db900db4fdfc, 'wp-content/plugins/wordpress-seo/src/conditionals/conditional-interface.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/conditionals/conditional-interface.php', 1, 0x00000000000000000000000000000000, 0x31d03545d31a132d0ca68a04b031bfc3, 0xed9041b63ba0bf01ed9ec99cdbc04ba290f15f83b2a723487a07ed54e67ef73a, '', 0, '?'),
(0x6933947c86094a1150b8f19208932a95, 'wp-content/plugins/wordpress-seo/src/conditionals/development-conditional.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/conditionals/development-conditional.php', 1, 0x00000000000000000000000000000000, 0xc98b332033d8ff47a0182efa37a4b431, 0x793655cc058c8616a3eb18d574dac49266441b6b9f77b12bd1825f47df6e6142, '', 0, '?'),
(0x8b3fc81ffc26be2c77b0e61f65ef3c1a, 'wp-content/plugins/wordpress-seo/src/conditionals/feature-flag-conditional.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/conditionals/feature-flag-conditional.php', 1, 0x00000000000000000000000000000000, 0xb58b1fe36547ee93be2eb66d2850f25a, 0x8157eb103ccb9dd7bb99beca07bb6471d8dcac918c27c72ef648b3474d538bfb, '', 0, '?'),
(0xb3f0919cfa76bb812b10f06b954e118d, 'wp-content/plugins/wordpress-seo/src/conditionals/front-end-conditional.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/conditionals/front-end-conditional.php', 1, 0x00000000000000000000000000000000, 0x009dd0110c78c8ad8b691403a2f93363, 0x4151d0cec8e3a319f7dcf14f9d6c9f0f8f62b519c6667ff8b8ecf54a82d4eae0, '', 0, '?'),
(0x7cbaa8c534a529f83d337d26cfa48510, 'wp-content/plugins/wordpress-seo/src/conditionals/get-request-conditional.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/conditionals/get-request-conditional.php', 1, 0x00000000000000000000000000000000, 0xbf616c09a32447b2c94c7219a5d86a71, 0xfb3a73549e949c83299b309550132a9a3c896a351c221edc027726d163526294, '', 0, '?'),
(0x2e0f40eb629910cdfdc1db91c171f7fb, 'wp-content/plugins/wordpress-seo/src/conditionals/headless-rest-endpoints-enabled-conditional.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/conditionals/headless-rest-endpoints-enabled-conditional.php', 1, 0x00000000000000000000000000000000, 0x521070485040f90ede02487af752e763, 0x2352e8e40b71a61dd9435c2377faae7da20620b96aa29864d19a285e01641bcd, '', 0, '?'),
(0x69973b2bb47ff990bf0c4fed73efd6bf, 'wp-content/plugins/wordpress-seo/src/conditionals/import-tool-selected-conditional.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/conditionals/import-tool-selected-conditional.php', 1, 0x00000000000000000000000000000000, 0x5f49c92628e96957e2a85b8730b7fb7c, 0x2f1a8234b0f6b72bd9adadc6ddfaa422be7ee62371dc3355dcfed4977bc12787, '', 0, '?'),
(0xbabb2c9ca4b98d6399ac1c527a57cf39, 'wp-content/plugins/wordpress-seo/src/conditionals/jetpack-conditional.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/conditionals/jetpack-conditional.php', 1, 0x00000000000000000000000000000000, 0xb1a1af941092bd17071a26730af111c5, 0xebb7e3e5d5adab0be949fe0e625bdf4759d7d030cca258cb768eb86bc64d8e05, '', 0, '?'),
(0x050647b5b23191ae69d474dd6ebd20c6, 'wp-content/plugins/wordpress-seo/src/conditionals/migrations-conditional.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/conditionals/migrations-conditional.php', 1, 0x00000000000000000000000000000000, 0x54475fe2bef8d45392a73c26ad5ec607, 0x80dc81fb3ac2bea8e697f1e89f392486372323fa11b1f4c142eed21b3cd50556, '', 0, '?'),
(0x848d01bca8f1625daad9ba3de00f305f, 'wp-content/plugins/wordpress-seo/src/conditionals/news-conditional.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/conditionals/news-conditional.php', 1, 0x00000000000000000000000000000000, 0x8bed4d55be7be429089690db1ea54f8b, 0x515651b7624b5fa4aac9ce8e9852c695bc5dde2d8a1e6d6c5991e73c39697156, '', 0, '?'),
(0xe640303804615caa33079f86758b9eba, 'wp-content/plugins/wordpress-seo/src/conditionals/no-conditionals-trait.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/conditionals/no-conditionals-trait.php', 1, 0x00000000000000000000000000000000, 0x2148d7da526b032b338484a2015778f0, 0xdf16ce80f662a66887aecca9734abf9672548c7591071b2c2ad62ca05dde8e42, '', 0, '?'),
(0x731a8150d785650b76149fb442c7b4ab, 'wp-content/plugins/wordpress-seo/src/conditionals/no-tool-selected-conditional.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/conditionals/no-tool-selected-conditional.php', 1, 0x00000000000000000000000000000000, 0x964ea15272d07b42019ff0dd0dc6eb90, 0x720196f93ead4784cfff0cba1dd407cd36dd7524c9d75920be2b35f92c325d81, '', 0, '?'),
(0x6b236c59dd973b91810ca0743b0d2bf6, 'wp-content/plugins/wordpress-seo/src/conditionals/non-multisite-conditional.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/conditionals/non-multisite-conditional.php', 1, 0x00000000000000000000000000000000, 0x168e7ed80d9ba05bcd65f87d0ddea8a5, 0xe941c55dd1a26c8a55ba71e1bbb2e8d25ac45f87f54082c1fb9af4ffb83031c5, '', 0, '?'),
(0xea4d53096edbb06ed1cbc526413220ce, 'wp-content/plugins/wordpress-seo/src/conditionals/not-admin-ajax-conditional.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/conditionals/not-admin-ajax-conditional.php', 1, 0x00000000000000000000000000000000, 0xdf7d20024431c0434eab3fe25242d32a, 0xf8c9487f8ad78e09421eeb547acb1699924309f9ecfa3a0644592ca9e9ecf9bf, '', 0, '?'),
(0xb1d7c1e899698fa57f36ccb09453997f, 'wp-content/plugins/wordpress-seo/src/conditionals/open-graph-conditional.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/conditionals/open-graph-conditional.php', 1, 0x00000000000000000000000000000000, 0x5e24dabc9b5d65d78fe30a532b055eca, 0x454868be3ef5f37be223713fc407c9e71e7b1a061ffc5376c944db41e1574298, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xe5dc18b4ecb0f2d2bb397c99f28495f8, 'wp-content/plugins/wordpress-seo/src/conditionals/premium-inactive-conditional.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/conditionals/premium-inactive-conditional.php', 1, 0x00000000000000000000000000000000, 0x0132471c59ba51e41ddef929775d924a, 0x0ebc9649cd07db77c1204a1f7753f60681d800d165bb8651ed1d77c706648683, '', 0, '?'),
(0x64b4f042e6d6d13953683741770a1e9c, 'wp-content/plugins/wordpress-seo/src/conditionals/primary-category-conditional.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/conditionals/primary-category-conditional.php', 1, 0x00000000000000000000000000000000, 0xafe4f206528603d735b4f62fd31722bd, 0x9c951ffe6847a0782874ca92c3009171479a618e457d06541d4e3840b9090504, '', 0, '?'),
(0x5fdaa71bd63ca9e1f9d3dfe33753e315, 'wp-content/plugins/wordpress-seo/src/conditionals/robots-txt-conditional.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/conditionals/robots-txt-conditional.php', 1, 0x00000000000000000000000000000000, 0xcc650dbeda0b77961af84b735979a73b, 0x8f89bd03e73df04e07926c4f6ce51ebad248b890a73a9df6e999901594494814, '', 0, '?'),
(0x0b4f94751430ad0247b21b13f687a111, 'wp-content/plugins/wordpress-seo/src/conditionals/schema-blocks-conditional.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/conditionals/schema-blocks-conditional.php', 1, 0x00000000000000000000000000000000, 0x73c74806fe78097baf775793ef20ab44, 0x0146f894325478c8e657644a3286ee8ea81805d1f90fbc41b18341343e1c1d57, '', 0, '?'),
(0x514733e59ff0475d5e0c7058537ef7d7, 'wp-content/plugins/wordpress-seo/src/conditionals/semrush-enabled-conditional.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/conditionals/semrush-enabled-conditional.php', 1, 0x00000000000000000000000000000000, 0x90992d498f1aca912a301ac6d8c837c7, 0xa3d3222d5f7a2f98564664b561f19dcec97be0fe76703c66a1fe166985a6d226, '', 0, '?'),
(0x4f40f2aa5b5b80b2b64a1af1a6054e03, 'wp-content/plugins/wordpress-seo/src/conditionals/should-index-links-conditional.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/conditionals/should-index-links-conditional.php', 1, 0x00000000000000000000000000000000, 0xeb9ec6f18e4401efb9c1eeb77db2da22, 0x12d133f672c269c4d9bee1497c5d6d35781df7b65cab99ac24c2807ea1c15174, '', 0, '?'),
(0x103a80fe4e66eecf6e397278483accaf, 'wp-content/plugins/wordpress-seo/src/conditionals/the-events-calendar-conditional.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/conditionals/the-events-calendar-conditional.php', 1, 0x00000000000000000000000000000000, 0x511fb90dd69320790539fb0f9583e9fd, 0xeb03a074331ab2b9bc9ca40c279792d74623009cbda7157c1186f7d7be7ced3a, '', 0, '?'),
(0x1e65b2e9eb8adf7046fa38a3cc98d864, 'wp-content/plugins/wordpress-seo/src/conditionals/third-party/coauthors-plus-activated-conditional.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/conditionals/third-party/coauthors-plus-activated-conditional.php', 1, 0x00000000000000000000000000000000, 0xe91973374de66ae1c62eaf3bfecc80d9, 0x3ce51110b9014cefa7efdd9b15ea3891e90a098892839a94d71f76cf753d467f, '', 0, '?'),
(0xbd8f8e8b35229ff6b54e4e2b28d9519e, 'wp-content/plugins/wordpress-seo/src/conditionals/third-party/coauthors-plus-flag-conditional.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/conditionals/third-party/coauthors-plus-flag-conditional.php', 1, 0x00000000000000000000000000000000, 0x32094f5a2f219c88b85dbf91a348499b, 0x89f07303c4069d4a1919281ac184fb0e2bdf57d6f1de95fa0bfdca1c19cefd32, '', 0, '?'),
(0x96d95744a92437fe8b7733e4ea53e9dd, 'wp-content/plugins/wordpress-seo/src/conditionals/third-party/elementor-activated-conditional.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/conditionals/third-party/elementor-activated-conditional.php', 1, 0x00000000000000000000000000000000, 0xaa93f4b6b6d5a8e82ede26a344958d91, 0xcbfa007ba01a5990247f018ea92237257aa99839b0e39fa7d1da6c1821f385fd, '', 0, '?'),
(0xebd68d5b31a3e9e2eb95b035459b0f03, 'wp-content/plugins/wordpress-seo/src/conditionals/third-party/elementor-edit-conditional.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/conditionals/third-party/elementor-edit-conditional.php', 1, 0x00000000000000000000000000000000, 0x79e288769f24bf84ae0c29801f90d903, 0xee0b2d05da5579cd62892149754b95855d5aca30e7942ac07966830135c31161, '', 0, '?'),
(0x96d0f6591a78e75b026b1632e212fe64, 'wp-content/plugins/wordpress-seo/src/conditionals/third-party/w3-total-cache-conditional.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/conditionals/third-party/w3-total-cache-conditional.php', 1, 0x00000000000000000000000000000000, 0xac58d282959d9b5fe21448536b48f868, 0x805daa6321adbc8a50611ed2e27963e060a8ce8d29dc47fa516227410dc808ac, '', 0, '?'),
(0x6bbfb76a9381c0cc1e269062284b2055, 'wp-content/plugins/wordpress-seo/src/conditionals/third-party/wordproof-integration-active-conditional.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/conditionals/third-party/wordproof-integration-active-conditional.php', 1, 0x00000000000000000000000000000000, 0x00922f381ba0700f0dfe425c867ac4fe, 0x75ce365f4697aa348ad9fa4150cc5cd2ae1a768959d4e9f5af6a240414d1755c, '', 0, '?'),
(0x34422ffdea26b8dec037fbf17caf686b, 'wp-content/plugins/wordpress-seo/src/conditionals/third-party/wordproof-plugin-inactive-conditional.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/conditionals/third-party/wordproof-plugin-inactive-conditional.php', 1, 0x00000000000000000000000000000000, 0xde6306937acbdf022d28d5ec5b707c8c, 0xb422609e1301075279d30d3fefdaa7f82fd7fd62bed64ccf3c279ea7cb50c6ce, '', 0, '?'),
(0x249afde7207e071e3c2fac896152f4b5, 'wp-content/plugins/wordpress-seo/src/conditionals/third-party/wpml-conditional.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/conditionals/third-party/wpml-conditional.php', 1, 0x00000000000000000000000000000000, 0xe8d44961097e50a05681ee442f0dee9e, 0x834fcd7f6712c2a718c984d4c21d7a0c58f4a64a1704f45266c5794ac416c5b6, '', 0, '?'),
(0x1f9de1f7169fa02009b1ca025c169841, 'wp-content/plugins/wordpress-seo/src/conditionals/third-party/wpml-wpseo-conditional.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/conditionals/third-party/wpml-wpseo-conditional.php', 1, 0x00000000000000000000000000000000, 0xf229779370a83256b6860d0a664cccf2, 0xb54f8629728ab6e40a2d5d1dcecd823b2f5d28ca49bd3f5535fed080aa353138, '', 0, '?'),
(0x82c21201df56c03dbf09225defca1acd, 'wp-content/plugins/wordpress-seo/src/conditionals/updated-importer-framework-conditional.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/conditionals/updated-importer-framework-conditional.php', 1, 0x00000000000000000000000000000000, 0x6416ae9621a8896b8053ddd6d1efbcb9, 0x623081a4bd97cc7d2c3f10fd2f92a6a3e783f8d15115be26d0e2fb4edc1b6f1b, '', 0, '?'),
(0x367ea15ae1f27e01cb1473138681088c, 'wp-content/plugins/wordpress-seo/src/conditionals/user-can-manage-wpseo-options-conditional.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/conditionals/user-can-manage-wpseo-options-conditional.php', 1, 0x00000000000000000000000000000000, 0x8f2aefac64a120765625c34fbdbed71c, 0xa0c17cfa6f89e60ff172c6b99dee2a137b351a9d882baf7b7d3b1e630b63b26b, '', 0, '?'),
(0x16945d5b1ae51bf1b31a2ce97a7443a6, 'wp-content/plugins/wordpress-seo/src/conditionals/user-can-publish-posts-and-pages-conditional.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/conditionals/user-can-publish-posts-and-pages-conditional.php', 1, 0x00000000000000000000000000000000, 0x4b3ff248307f3883469d2678be401e73, 0x71a5d73b5784abbef7d163de323a05da84ae5023ef0e5d97434fbdf0897b2cd7, '', 0, '?'),
(0x5e74761f0f8cdfb24a130e8f8285b225, 'wp-content/plugins/wordpress-seo/src/conditionals/web-stories-conditional.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/conditionals/web-stories-conditional.php', 1, 0x00000000000000000000000000000000, 0xf9f52b0eec299d744ceeaa101c1e353d, 0x8799557dad946fe42b8702534fa75993a0a5853a3cae0157513254af67070048, '', 0, '?'),
(0x4c13cf772aa7d29a46bbedaa91845488, 'wp-content/plugins/wordpress-seo/src/conditionals/wincher-automatically-track-conditional.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/conditionals/wincher-automatically-track-conditional.php', 1, 0x00000000000000000000000000000000, 0xd223bf2496b9126108aaba9e1848b7a6, 0xb751452da45286edf24b2fbb81532d9b211056ce88662d84c890701efa2efe5d, '', 0, '?'),
(0x2b172cf20cfa8bd10e2285237d4a596f, 'wp-content/plugins/wordpress-seo/src/conditionals/wincher-conditional.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/conditionals/wincher-conditional.php', 1, 0x00000000000000000000000000000000, 0xdfa3d0d77a6603b201993968c07ef7f7, 0x48ad87a0609912314c0c3d3f2c5a66349388995db20d45dbd5b524a7f32d296e, '', 0, '?'),
(0xc727e2556be5a83fbc2b5b4ecc35d17a, 'wp-content/plugins/wordpress-seo/src/conditionals/wincher-enabled-conditional.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/conditionals/wincher-enabled-conditional.php', 1, 0x00000000000000000000000000000000, 0x9947fdfaaec9b7cd1854319320a9e33a, 0x40392912e4f2e51b9107ec2d56390a68ec17b066795cd529e2e28dab94054911, '', 0, '?'),
(0xec54f7c64061e04ab8fd515a22c0a046, 'wp-content/plugins/wordpress-seo/src/conditionals/wincher-token-conditional.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/conditionals/wincher-token-conditional.php', 1, 0x00000000000000000000000000000000, 0xd2e86238e68c9ace4af6f48b9f26011e, 0x6da2b2fbd5b432274fb3ba813f931776f39698fcdb4eff16711c7825ff3456a2, '', 0, '?'),
(0x29da3a4d055411a37b6aaf06b330e9ff, 'wp-content/plugins/wordpress-seo/src/conditionals/woocommerce-conditional.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/conditionals/woocommerce-conditional.php', 1, 0x00000000000000000000000000000000, 0xcd1dd576ad6fd15f14f79c787a35497b, 0x72b034538f45e6600d0f80fefd8f9cc03085405c23d0018e0dd19ddc93b34544, '', 0, '?'),
(0x942afc35750f6a889d820470a1b1c28b, 'wp-content/plugins/wordpress-seo/src/conditionals/wp-robots-conditional.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/conditionals/wp-robots-conditional.php', 1, 0x00000000000000000000000000000000, 0x31f6fe22692925d46c0db822b8b5db5d, 0xe45a998b82addbec0f01d7e308b07bb01720e91a9269551b520ee71b450e5c9d, '', 0, '?'),
(0x0f1ff5af70fb310c27eb9e1d6cf1a120, 'wp-content/plugins/wordpress-seo/src/conditionals/xmlrpc-conditional.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/conditionals/xmlrpc-conditional.php', 1, 0x00000000000000000000000000000000, 0xd2566913cc8e628f538a313c8bd16ea8, 0xa6d84efee14e6d5b722e174960e757a0ac6f5c9f8146ebd511c443a8a5e03a21, '', 0, '?'),
(0xa4e345f5f465ac90c2417218f313d0b8, 'wp-content/plugins/wordpress-seo/src/conditionals/yoast-admin-and-dashboard-conditional.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/conditionals/yoast-admin-and-dashboard-conditional.php', 1, 0x00000000000000000000000000000000, 0x767b5436709025a537d1f1ec337f44cc, 0x69ecd831ada1fa987a5909c8e81a2c807d999bfa24f85428b021a49782e3476f, '', 0, '?'),
(0x344c6b9869414451bbc5d425910750f0, 'wp-content/plugins/wordpress-seo/src/conditionals/yoast-tools-page-conditional.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/conditionals/yoast-tools-page-conditional.php', 1, 0x00000000000000000000000000000000, 0xafc752c3c8b6f232cb7059b85191a272, 0xa2750bab99c8b5277b0092326dfc7e7700ecf7615c9710f1b7c5f97a59eee833, '', 0, '?'),
(0x02d2a91aec04d6eada71bc828a93eb28, 'wp-content/plugins/wordpress-seo/src/config/badge-group-names.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/config/badge-group-names.php', 1, 0x00000000000000000000000000000000, 0xfa2ab25967a7b27279477f4f0200c8b2, 0xb70f5e75521c5be2259f9d15830502f1bd0f207ba187de835271e57322d3e928, '', 0, '?'),
(0x6b5c7071dc38a14a1e171563e3860d3e, 'wp-content/plugins/wordpress-seo/src/config/conflicting-plugins.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/config/conflicting-plugins.php', 1, 0x00000000000000000000000000000000, 0xf1f57360ec372e25b67fd32ea7cb3d33, 0x060b903502e4523c70746c94cb304cc93c6217e8fb7eb67f67b9affb600300c7, '', 0, '?'),
(0xf7af75963791fff241bed96f7fb6c032, 'wp-content/plugins/wordpress-seo/src/config/indexing-reasons.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/config/indexing-reasons.php', 1, 0x00000000000000000000000000000000, 0xf3bbac57200466c59794e0a0d25c8832, 0x81c268e7a0da47a6005ec578bd2af4a47a24b8427f381cca37adec18fbdbe817, '', 0, '?'),
(0x5add4837297aef75ab904e7822e08eaf, 'wp-content/plugins/wordpress-seo/src/config/migration-status.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/config/migration-status.php', 1, 0x00000000000000000000000000000000, 0x8ee177048dd3298de70d504e8766c3ea, 0x7da44d6fa8cd12078493b31ddcd03c632e87ede8a5a560d9a1aa673291624630, '', 0, '?'),
(0xe975bd7bb80586b3bbdad04ed6abb2e8, 'wp-content/plugins/wordpress-seo/src/config/migrations/20171228151840_WpYoastIndexable.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/config/migrations/20171228151840_WpYoastIndexable.php', 1, 0x00000000000000000000000000000000, 0x4e212f06f5288c91ef71f1eefc50cb2b, 0x26757c201c2bfc4d760e3eb158ad500f69fafcc4dddc716890cbf5a6b17e8b86, '', 0, '?'),
(0xd9f0013cfd472b010e2633ed39f0a86c, 'wp-content/plugins/wordpress-seo/src/config/migrations/20171228151841_WpYoastPrimaryTerm.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/config/migrations/20171228151841_WpYoastPrimaryTerm.php', 1, 0x00000000000000000000000000000000, 0x8a0c4ef719f187563fb867396f6b35db, 0x8a85177f4dd85a0501d1829b00bc65110f7e3f31cbde7373dc20d47878234f58, '', 0, '?'),
(0xba7704dd6849c2b93eb1407602b54a31, 'wp-content/plugins/wordpress-seo/src/config/migrations/20190529075038_WpYoastDropIndexableMetaTableIfExists.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/config/migrations/20190529075038_WpYoastDropIndexableMetaTableIfExists.php', 1, 0x00000000000000000000000000000000, 0x02a91a6d4b0b2b4fe61e5ea7cc4646dc, 0x0b54e3d441ed86fc74c1aa037039d8df2864409235d4542b19b780ec13949a6b, '', 0, '?'),
(0x98815df6c2845baca0ec0d0e9ef97ffc, 'wp-content/plugins/wordpress-seo/src/config/migrations/20191011111109_WpYoastIndexableHierarchy.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/config/migrations/20191011111109_WpYoastIndexableHierarchy.php', 1, 0x00000000000000000000000000000000, 0xe4214951d59fa9b4cd5d6bb5c489cb69, 0xcaac11d7ba2605d540c001810a854f456cb0a7a60bcaf2fddb59e5e30ee2c0b9, '', 0, '?'),
(0xefdae8afa082bf738844d055fba2b3ac, 'wp-content/plugins/wordpress-seo/src/config/migrations/20200408101900_AddCollationToTables.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/config/migrations/20200408101900_AddCollationToTables.php', 1, 0x00000000000000000000000000000000, 0xd9a705dfac613625801a8d70d10d9d7e, 0x4ab69a92799f2e4c75ea64dfbdba26f34da297fa2f22084815893db198d9a159, '', 0, '?'),
(0x43be39775648ff9314be2262b5b35623, 'wp-content/plugins/wordpress-seo/src/config/migrations/20200420073606_AddColumnsToIndexables.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/config/migrations/20200420073606_AddColumnsToIndexables.php', 1, 0x00000000000000000000000000000000, 0x1b9571564f89f08e250aece78f4e0a75, 0x7a6b21114e29f1a7a245f2a217dcdd01aa5d1effc7d7b9d23b21bbf88451d5e0, '', 0, '?'),
(0x5e85b071c86ef7b46b5cfdc4e35bb77e, 'wp-content/plugins/wordpress-seo/src/config/migrations/20200428123747_BreadcrumbTitleAndHierarchyReset.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/config/migrations/20200428123747_BreadcrumbTitleAndHierarchyReset.php', 1, 0x00000000000000000000000000000000, 0xb67c1b332e2779cc8b81eb023a0ea403, 0x8eeca7d7cf04461f06915f6f2663e327bf3a034d8cc8b9bc4fea3a50a0cfa549, '', 0, '?'),
(0x74a46479c60f480a6380834970b2e783, 'wp-content/plugins/wordpress-seo/src/config/migrations/20200428194858_ExpandIndexableColumnLengths.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/config/migrations/20200428194858_ExpandIndexableColumnLengths.php', 1, 0x00000000000000000000000000000000, 0x905984a68e75179ae8ad397d2cd392cf, 0x218be45d1ad670a471a9de956b12671c10c02d3be284f515b3e932204e3f7bb6, '', 0, '?'),
(0x691117366f56f035ffd70731f92c6efa, 'wp-content/plugins/wordpress-seo/src/config/migrations/20200429105310_TruncateIndexableTables.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/config/migrations/20200429105310_TruncateIndexableTables.php', 1, 0x00000000000000000000000000000000, 0xe5aa86e022894c57e21b7fc2c7945cf4, 0x3b098cee513b410c308ad18853e13dda5047a7aa3c9fca948673daa0ed180c89, '', 0, '?'),
(0x7e4afd4ab461b04dc2053a319e067253, 'wp-content/plugins/wordpress-seo/src/config/migrations/20200430075614_AddIndexableObjectIdAndTypeIndex.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/config/migrations/20200430075614_AddIndexableObjectIdAndTypeIndex.php', 1, 0x00000000000000000000000000000000, 0x2e15fde51aaa9f2fe4ba8456541e11c7, 0x03697a4ee7f48f18df0d91e53e8049acc9019f7b044b5aa462ccd3bf70bae518, '', 0, '?'),
(0xd85b25f98eb21458aceee63cb119d772, 'wp-content/plugins/wordpress-seo/src/config/migrations/20200430150130_ClearIndexableTables.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/config/migrations/20200430150130_ClearIndexableTables.php', 1, 0x00000000000000000000000000000000, 0x39e3215770e1b38abbade5cea96f1519, 0xeb7a54c16a3cfa980231746b304633442d7f9cccbe7e34c262abe93b4e2c27bc, '', 0, '?'),
(0xa531b05bed7173be98cc6f2d4f239a0e, 'wp-content/plugins/wordpress-seo/src/config/migrations/20200507054848_DeleteDuplicateIndexables.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/config/migrations/20200507054848_DeleteDuplicateIndexables.php', 1, 0x00000000000000000000000000000000, 0x6963f80a8df21b95604e454264841918, 0x55a7f4e80a75ee554ba8e37d0dc72e19dbeda5c4c5d90b5b7727205359ce952a, '', 0, '?'),
(0x5766d7d4297875c4dd4b9c0699a6a43e, 'wp-content/plugins/wordpress-seo/src/config/migrations/20200513133401_ResetIndexableHierarchyTable.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/config/migrations/20200513133401_ResetIndexableHierarchyTable.php', 1, 0x00000000000000000000000000000000, 0xd1e6c3b88a9472b5c9e5e5a8822e922f, 0x0dba4fb37788e65005fba7a7c3d5bddec4046d80ef47ab09e8de0018e8ba6d27, '', 0, '?'),
(0x0775f0f60d3a969e163fbdff21a21abf, 'wp-content/plugins/wordpress-seo/src/config/migrations/20200609154515_AddHasAncestorsColumn.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/config/migrations/20200609154515_AddHasAncestorsColumn.php', 1, 0x00000000000000000000000000000000, 0xa5550f0c1cdaea7ab5eb74e423328ae4, 0x210502291061211bdd6eb0ee58edb30e1c26866d4232af3bffebcf7ffa216a01, '', 0, '?'),
(0x5d49e13f9d71e716090e7c9bea4dd78b, 'wp-content/plugins/wordpress-seo/src/config/migrations/20200616130143_ReplacePermalinkHashIndex.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/config/migrations/20200616130143_ReplacePermalinkHashIndex.php', 1, 0x00000000000000000000000000000000, 0x6ba0a2d92d1965f0c7e344d51e46d558, 0xc30831f3b514f5eaa39a26c674f2ddbc500eb2ef656cd79c9490ab92cd5e4bba, '', 0, '?'),
(0xa38ed295d5bfacebf44a62389cb4c52e, 'wp-content/plugins/wordpress-seo/src/config/migrations/20200617122511_CreateSEOLinksTable.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/config/migrations/20200617122511_CreateSEOLinksTable.php', 1, 0x00000000000000000000000000000000, 0x1e6de9a4d4c51d75b1e4c982d11398cb, 0x35d6b11a2abb2123d2fa9c8ec17ef124e405b17d265c03934fb99be14651a36d, '', 0, '?'),
(0xd94f0e278827cb1b438102af0f9287e9, 'wp-content/plugins/wordpress-seo/src/config/migrations/20200702141921_CreateIndexableSubpagesIndex.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/config/migrations/20200702141921_CreateIndexableSubpagesIndex.php', 1, 0x00000000000000000000000000000000, 0x77e544c5e1b8af3abd25f443afcbea73, 0x8418575708676e032e2670b280f3aaa5260aac6fa030a09ae8cc47ff1c484905, '', 0, '?'),
(0x7a864c054d85e5a808fefa8e6036b22d, 'wp-content/plugins/wordpress-seo/src/config/migrations/20200728095334_AddIndexesForProminentWordsOnIndexables.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/config/migrations/20200728095334_AddIndexesForProminentWordsOnIndexables.php', 1, 0x00000000000000000000000000000000, 0xe22d92b977158bec50cb20462e21f71a, 0x55b1d90492d4f1abf503c878b2b95cd93066b7aa5679d10ebd8dc66f110fc1c2, '', 0, '?'),
(0x3940bf5c169f6776e09dd2af79c4cdea, 'wp-content/plugins/wordpress-seo/src/config/migrations/20201202144329_AddEstimatedReadingTime.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/config/migrations/20201202144329_AddEstimatedReadingTime.php', 1, 0x00000000000000000000000000000000, 0x32237610a1586a9a7d3b32d962f4618c, 0xe8219bbae8269508aaeeaea06d0ca96a08b2c38c4acbc70ed3c48b79ebde67df, '', 0, '?'),
(0xafb9ee3d636569877fd98d2ba402f90b, 'wp-content/plugins/wordpress-seo/src/config/migrations/20201216124002_ExpandIndexableIDColumnLengths.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/config/migrations/20201216124002_ExpandIndexableIDColumnLengths.php', 1, 0x00000000000000000000000000000000, 0xdb2cca3db1e5e77ccd0c703cc87e2a69, 0xeb31099fdb8d43d4a75cf1c918c5a98273da98df9f0c54b67b47e33e20e57596, '', 0, '?'),
(0x91a5b4002e54afcb49ac39fec5f008da, 'wp-content/plugins/wordpress-seo/src/config/migrations/20201216141134_ExpandPrimaryTermIDColumnLengths.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/config/migrations/20201216141134_ExpandPrimaryTermIDColumnLengths.php', 1, 0x00000000000000000000000000000000, 0x4eed19897cbe5ffaf730009907d5ffc7, 0x1c51e930d5a0809b8879d415a922a2491c3b1e0a2f816a813ff236febb5e40b3, '', 0, '?'),
(0x59b881c81d274b60194850ca59a27306, 'wp-content/plugins/wordpress-seo/src/config/migrations/20210817092415_AddVersionColumnToIndexables.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/config/migrations/20210817092415_AddVersionColumnToIndexables.php', 1, 0x00000000000000000000000000000000, 0x8748466a628b5576a112b0177cb7499f, 0xf521a04ffa4e847d239694ffe2ec92a63dc1fc9b4576dd84e8006654d9b6d743, '', 0, '?'),
(0x0eff08d4ab23044e02f5874b0f4179a7, 'wp-content/plugins/wordpress-seo/src/config/migrations/20211020091404_AddObjectTimestamps.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/config/migrations/20211020091404_AddObjectTimestamps.php', 1, 0x00000000000000000000000000000000, 0x3addcb579f1b6c94c0d91e3346c126b1, 0x85e3c4caf07e1227ed8df629219d70ba9678e508b001a6462eec1a866a6e5b8f, '', 0, '?'),
(0xdab1894a4c58227ced5159ed993203ca, 'wp-content/plugins/wordpress-seo/src/config/oauth-client.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/config/oauth-client.php', 1, 0x00000000000000000000000000000000, 0x9fe374dc8f95850507537b6bf55b4e6f, 0x0ffd8edebd8066b1012d7a03319c64f70e091dfec43641cf1f8e7a3e938b824f, '', 0, '?'),
(0xe81fff0bf4995ee6d8737c77a64cc307, 'wp-content/plugins/wordpress-seo/src/config/researcher-languages.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/config/researcher-languages.php', 1, 0x00000000000000000000000000000000, 0x893d2b7e5db3a5050b9caaeb2eccbba2, 0x0be7ef0e20b0a63717c7fa9e455a57fb312442428b2f04abc0733bd3a370d227, '', 0, '?'),
(0x74ff5ad408b8e6dff524397e9572414d, 'wp-content/plugins/wordpress-seo/src/config/schema-ids.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/config/schema-ids.php', 1, 0x00000000000000000000000000000000, 0x0eb88027157f7ec7039766a0eb529ee8, 0x1cd2b6a4ec9d1bf8370ddc09d191391b3693cb12c5e92590379750aa2a15fade, '', 0, '?'),
(0x1dc6005f508c50c8f34378ea99313400, 'wp-content/plugins/wordpress-seo/src/config/schema-types.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/config/schema-types.php', 1, 0x00000000000000000000000000000000, 0xb1ccb04831e594fff7d7ef662506702d, 0x4936b02b01ab1c3fbf71b9f599323828d4e232abf7ac1d18decfd4b97283dc41, '', 0, '?'),
(0xf41f957d32b4d1aa575971e9e93b617b, 'wp-content/plugins/wordpress-seo/src/config/semrush-client.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/config/semrush-client.php', 1, 0x00000000000000000000000000000000, 0xc3ca93cd4130cbfd9996cbe4f4a5b0f6, 0xc68e26d3ecd0caba486afe8b87fbdf90da1bf419704ddbd0e7aafdeb9c104177, '', 0, '?'),
(0x9f36442afa9fa746b4079a0acf00d969, 'wp-content/plugins/wordpress-seo/src/config/wincher-client.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/config/wincher-client.php', 1, 0x00000000000000000000000000000000, 0x35bd0915fd1144cfb7a275cc8b1b12b8, 0xa6604b8aa6047161b557554ae4c8d33219a22acdb293c72e7665b3752ec3a2db, '', 0, '?'),
(0xa829ceaa40fab9296298f2581d5b4ece, 'wp-content/plugins/wordpress-seo/src/config/wincher-pkce-provider.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/config/wincher-pkce-provider.php', 1, 0x00000000000000000000000000000000, 0x29f4f1b0ae687c4cd8c5e6fbf74f24f9, 0xe4dec9f6740d42584f43724d668d456441f590e439b2474064a2d74bd890c19d, '', 0, '?'),
(0x585ac0a58a9bfb3513b01ff83c4055fe, 'wp-content/plugins/wordpress-seo/src/config/wordproof-app-config.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/config/wordproof-app-config.php', 1, 0x00000000000000000000000000000000, 0x8ee5889d697ad7aea9a9bf359c1f5d91, 0xbbbb3b7b2a8c66db00fa525b79bb2a17413ad536b8bfbd70ca9bf6df5d903fe2, '', 0, '?'),
(0x04ccdc77f4329799a9a5a2a400c25ce7, 'wp-content/plugins/wordpress-seo/src/config/wordproof-translations.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/config/wordproof-translations.php', 1, 0x00000000000000000000000000000000, 0x71192379f874cb0fabe9e0db168050c7, 0x03990ad7277df4652c368364fef6a5f89ac6b3a3aa2346a6f965910f806b3e92, '', 0, '?'),
(0x30ccebe96d26ddd5228c35a220c2b554, 'wp-content/plugins/wordpress-seo/src/context/meta-tags-context.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/context/meta-tags-context.php', 1, 0x00000000000000000000000000000000, 0xb9533014961be0243cc49672527c5c26, 0x82c16c85a858a5feb7d79ad142fa0083a569592471c09eb4e3621f6cb40ca756, '', 0, '?'),
(0x269be394db352d14d8ae7cccabe07945, 'wp-content/plugins/wordpress-seo/src/deprecated/admin/add-keyword-modal.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/admin/add-keyword-modal.php', 1, 0x00000000000000000000000000000000, 0x0fb067da34538697e6abcbbfb0c0417b, 0xac6a742471a9a274d4c4854a17c03eb082af303f6776f3f4fc78e07e1eb31968, '', 0, '?'),
(0x199b8e54c16ab6a5f6e1e7350bc76071, 'wp-content/plugins/wordpress-seo/src/deprecated/admin/ajax/class-recalculate-scores-ajax.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/admin/ajax/class-recalculate-scores-ajax.php', 1, 0x00000000000000000000000000000000, 0x5621f6fa4e564277fc8540e87f0ed548, 0xbd4f1a3b503373b2c0059e23ecf11577c1191590ba6aafce9fcf6a23c3c3c50b, '', 0, '?'),
(0xf6b539dd786392cb9cc0a354db4e8054, 'wp-content/plugins/wordpress-seo/src/deprecated/admin/ajax/class-yoast-onpage-ajax.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/admin/ajax/class-yoast-onpage-ajax.php', 1, 0x00000000000000000000000000000000, 0x2c06685d81932a085a0a4ff898777ab1, 0xb3f2288b407846fc2e0d77d5dca4cf46326f055c6427514eb4fe5d928bcbd3ba, '', 0, '?'),
(0x831f631520c71428bca2713318cbadf0, 'wp-content/plugins/wordpress-seo/src/deprecated/admin/class-recalculate-scores.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/admin/class-recalculate-scores.php', 1, 0x00000000000000000000000000000000, 0xb992d9f790be6976eaf72d1343f634fe, 0x3424a8385a1b7035438e5ebc44408f771c9c80486f04a5de0b2594a299c10cd0, '', 0, '?'),
(0x9b4ec50e2dc759f82989a37e1e2e816e, 'wp-content/plugins/wordpress-seo/src/deprecated/admin/class-social-admin.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/admin/class-social-admin.php', 1, 0x00000000000000000000000000000000, 0x62fe4eed03f75da03b52c4f957a5ad81, 0xcc5f433dfb8f2e2789329fc21c27919cf8ae262d8558c8a22c8a6b2a048fe0ca, '', 0, '?'),
(0x97bb96cbf1d04c8614828555b43275c9, 'wp-content/plugins/wordpress-seo/src/deprecated/admin/endpoints/class-endpoint-ryte.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/admin/endpoints/class-endpoint-ryte.php', 1, 0x00000000000000000000000000000000, 0x7c9247d860e2040516f176f6e7333125, 0xfb316ad4169afac90048cfb3a86a645be68f28d01cf9c1208d786079b2cafccb, '', 0, '?'),
(0x0f27278154030c9c65e5d9259363e338, 'wp-content/plugins/wordpress-seo/src/deprecated/admin/extension-manager.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/admin/extension-manager.php', 1, 0x00000000000000000000000000000000, 0xf17d0fd3ce538e5771d330bdb5b159ef, 0xd7e1d731aa7061c227f46ce0959a8ecd969d8be23640e51afcfcfeb46ae1b793, '', 0, '?'),
(0x00eaae827173a2e910ed927880cdf668, 'wp-content/plugins/wordpress-seo/src/deprecated/admin/extension.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/admin/extension.php', 1, 0x00000000000000000000000000000000, 0xf72fba07ba0b7ed88fe6107811c9546e, 0x804bd6404e3abb98c3179807f0a36c8b549d84a6882612cdddbcdafddf43659b, '', 0, '?'),
(0x6bfb8d049284e476231ef84f16fba79f, 'wp-content/plugins/wordpress-seo/src/deprecated/admin/extensions.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/admin/extensions.php', 1, 0x00000000000000000000000000000000, 0x9a199e0560b427b6c803b43e3d6a640f, 0x0fcf43f441d10c152a150366dbc981766eacb0cca30d0ab8bbcaf70a5e05f3f3, '', 0, '?'),
(0x0fbba8df36a6bb6a3cf1ecde2e377dfc, 'wp-content/plugins/wordpress-seo/src/deprecated/admin/keyword-synonyms-modal.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/admin/keyword-synonyms-modal.php', 1, 0x00000000000000000000000000000000, 0x8568a36e86bdf4c4686ce6d47803f286, 0x09ef5359fc52bf1081f1166cadc3d37c6e9f1089e5fefaef44dc07a031f71002, '', 0, '?'),
(0x2fc0f73c26b005fc95a5fe314b5bf97b, 'wp-content/plugins/wordpress-seo/src/deprecated/admin/license-page-manager.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/admin/license-page-manager.php', 1, 0x00000000000000000000000000000000, 0x9c010d2d792532972392f2a3658007dd, 0xba56247fadff6a443311f1b44431c763aad77ea0da3f5237ddb91708408cd4b0, '', 0, '?'),
(0x5d465e615485b7670d49615fcce85541, 'wp-content/plugins/wordpress-seo/src/deprecated/admin/links/class-link-compatibility-notifier.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/admin/links/class-link-compatibility-notifier.php', 1, 0x00000000000000000000000000000000, 0x4d2e87e8a40454730df0e041faee86d3, 0x708fe462fe3abe88a77decb5050a7257d5283841b42b1237d2dcb6a15ab0f6b8, '', 0, '?'),
(0x5b586945a3c1cd48be78f7588e199943, 'wp-content/plugins/wordpress-seo/src/deprecated/admin/links/class-link-table-accessible-notifier.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/admin/links/class-link-table-accessible-notifier.php', 1, 0x00000000000000000000000000000000, 0x02bde50e3df27febd9fb0d1782b44c89, 0x6d5f3a80aabe78ccb868693297c4338dae6d91acaf420b0433ea70763d82a158, '', 0, '?'),
(0x6fbc7e5c2cf0a1469eb0c553ee923fd1, 'wp-content/plugins/wordpress-seo/src/deprecated/admin/multiple-keywords-modal.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/admin/multiple-keywords-modal.php', 1, 0x00000000000000000000000000000000, 0xb70ce06e3eb8da891417e5718dec9b8c, 0xb7c4b862038aeadfb40998d5d76a204dc1be88d3bf1d9b18a7e46844451756f5, '', 0, '?'),
(0x7f13bff954ab070d73ff9b9ff4103a89, 'wp-content/plugins/wordpress-seo/src/deprecated/admin/notifiers/class-post-type-archive-notification-handler.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/admin/notifiers/class-post-type-archive-notification-handler.php', 1, 0x00000000000000000000000000000000, 0x8ef612b71e65bc329db11ed47f2cf414, 0x4915415b82e05ea26933602d33df59b081384d8dcb91f9ee29608cf026ed6544, '', 0, '?'),
(0xf9c3e3737471d0876424b4007c605c6d, 'wp-content/plugins/wordpress-seo/src/deprecated/admin/onpage/class-onpage-option.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/admin/onpage/class-onpage-option.php', 1, 0x00000000000000000000000000000000, 0x9518407e9961de0642d0fafd677a86b8, 0xe6d74fa94c6cb46277d0ef19da3bb2c30b5c3d807ea22248467d59693150216b, '', 0, '?'),
(0x4109fc936c8a6538df92df8a2822abb0, 'wp-content/plugins/wordpress-seo/src/deprecated/admin/onpage/class-onpage-request.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/admin/onpage/class-onpage-request.php', 1, 0x00000000000000000000000000000000, 0xb55fc3dd7982151ead8b97de5b7e2dac, 0x20e3fa3a44424cc33d59f959e49c19a977436b3d7a6768693320fefbf1f12ab6, '', 0, '?'),
(0x9137fcdd86987f9fc4e3aeaa4e873b96, 'wp-content/plugins/wordpress-seo/src/deprecated/admin/onpage/class-onpage.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/admin/onpage/class-onpage.php', 1, 0x00000000000000000000000000000000, 0xd33e7a866f82735c065b9d87adbaed22, 0x4fd4459975736e70b5362a4604765d3e178830e55707794e2004fda85a64a642, '', 0, '?'),
(0xa98ae590a0deee2a2b42a5e308a8cb24, 'wp-content/plugins/wordpress-seo/src/deprecated/admin/onpage/class-ryte-service.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/admin/onpage/class-ryte-service.php', 1, 0x00000000000000000000000000000000, 0x62db6d2485ebd30d80ff661a2cc3b11f, 0x2a2683bb79733b26e6ef37a07fa9b0f48e84e82f1dfe8a0b4db20efb4a42f89a, '', 0, '?'),
(0x4ad42541d36e4e18abdd4fd15bcca89d, 'wp-content/plugins/wordpress-seo/src/deprecated/admin/recalculate/class-recalculate-posts.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/admin/recalculate/class-recalculate-posts.php', 1, 0x00000000000000000000000000000000, 0xd5ed236926ac31d261a2c18ca80ff1c5, 0x4dedc42a0fcb83d8fb03d899d914e6fd31e20a2c247db09308be6e4a317e3d7f, '', 0, '?'),
(0x12392bc4e124791b6c1eaf52a4329395, 'wp-content/plugins/wordpress-seo/src/deprecated/admin/recalculate/class-recalculate-terms.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/admin/recalculate/class-recalculate-terms.php', 1, 0x00000000000000000000000000000000, 0x821111721f8a5c88de183f00ecbb859b, 0x31220aff1df113f592c498bb3beba0a6c756caf530f67c0a48e5cf1a262429d2, '', 0, '?'),
(0xb1d987696000f08dbbac792b9b144362, 'wp-content/plugins/wordpress-seo/src/deprecated/admin/recalculate/class-recalculate.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/admin/recalculate/class-recalculate.php', 1, 0x00000000000000000000000000000000, 0x7f3deec11ba1d66c2c7108a5185fe3e5, 0xd1595dd73713366f4a0f8a1152c745cd72799b3ab71c2bc26eadfb19fc15d6f3, '', 0, '?'),
(0x64a5fe888abb262caf6e55d84930e017, 'wp-content/plugins/wordpress-seo/src/deprecated/admin/ryte/class-ryte.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/admin/ryte/class-ryte.php', 1, 0x00000000000000000000000000000000, 0x2c675ce790461670db74e7421796ae66, 0x49842bc99020190b31ece8973ed8f13ccc0d6ca97e001f57ece2accf88992ceb, '', 0, '?'),
(0xa9ba26d30edc9559ccae264d1c87c9cc, 'wp-content/plugins/wordpress-seo/src/deprecated/admin/taxonomy/class-taxonomy-content-fields.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/admin/taxonomy/class-taxonomy-content-fields.php', 1, 0x00000000000000000000000000000000, 0x1b9f58a1c245b14075a6e619cf13f4ad, 0x8220968aecab81ea42d9a52752e0014a0cb7520bcf87e40aa41ca47c383475cc, '', 0, '?'),
(0x26435fa549f342aff2f820e3af2c6714, 'wp-content/plugins/wordpress-seo/src/deprecated/admin/taxonomy/class-taxonomy-settings-fields.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/admin/taxonomy/class-taxonomy-settings-fields.php', 1, 0x00000000000000000000000000000000, 0x4d2f7089d9a2e30a28b96d1cb8f115e8, 0x74b18ba2c64ef16b5dc862be4580e8af293493f36400400c08a5ce0d7ee20212, '', 0, '?'),
(0xa7ccb5be9caf4328ed3bc5f8e26aaaa7, 'wp-content/plugins/wordpress-seo/src/deprecated/admin/taxonomy/class-taxonomy-social-fields.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/admin/taxonomy/class-taxonomy-social-fields.php', 1, 0x00000000000000000000000000000000, 0xe1c35b93987b3a20333be40036a527a7, 0xc3f7e85492080c4613efec08ee035f1572806f4dce62288a0d3aff4020419da6, '', 0, '?'),
(0x045a3958c6b59483b6cf17b8f8fdfd1d, 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/abstract-class-deprecated-schema-piece.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/frontend/abstract-class-deprecated-schema-piece.php', 1, 0x00000000000000000000000000000000, 0xfe939146459dbf613aa977e36a8f3de9, 0xfed000e8821e5a0b228d7a0d0cd42deb7615154a388bf9be47e0cc92ee791562, '', 0, '?'),
(0x49bb6582c4134c6b8346e38d5e34415b, 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/breadcrumbs.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/frontend/breadcrumbs.php', 1, 0x00000000000000000000000000000000, 0xa135f52cabab3b0cb8261919a7e7ecfc, 0x42f0a980f03157664e79aeca2a83225dbbbed60703081735d9964d6ea0c7f9dd, '', 0, '?'),
(0x3044b039da5ffd794b13f28724ee1b42, 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/class-frontend-page-type.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/frontend/class-frontend-page-type.php', 1, 0x00000000000000000000000000000000, 0xedd36e8983a8ed38cac92d0913c6a75a, 0x06da20fee289d54a6dd8646ba7db9a1dc061f1868f68c7348b243baada41c824, '', 0, '?'),
(0xcd4d75b2fd2f74caf9c5ecc655050ad3, 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/class-handle-404.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/frontend/class-handle-404.php', 1, 0x00000000000000000000000000000000, 0xa28e0d0ddc32a0ab056127d8fab78dad, 0x9046189c272b3b06c81bc92f64c433ea24cb989cb4970309c4ba247edee36d1c, '', 0, '?'),
(0x00e1da11035015bd92e24b4d2cda394d, 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/class-opengraph-image.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/frontend/class-opengraph-image.php', 1, 0x00000000000000000000000000000000, 0xde98265709392c1dc87c4c7f7a8b9921, 0x7ecb8ccd07c20b41205530489467cd711acb9614eede1b781d46706c21d11ed9, '', 0, '?'),
(0x243b51dc4308140b1d02ac470af8500a, 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/class-opengraph-oembed.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/frontend/class-opengraph-oembed.php', 1, 0x00000000000000000000000000000000, 0xa6a285239476ccb70dcdd5f3116e4d82, 0xcdd5b84627d5b0d5672d716c2951e594d7d72f35c71517a87dfd74306c0de624, '', 0, '?'),
(0xbe506dfdd662621e1fe6bb96ced08e08, 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/class-primary-category.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/frontend/class-primary-category.php', 1, 0x00000000000000000000000000000000, 0xbf87960faa0ef5fdb0c2da56ade8ce33, 0x105a0a2bdb3bf0b44157cf75bf9cebec1c766944ef9241c607627ec0280bb26d, '', 0, '?'),
(0xd1719a083d73bce3a4fe2df0bc1bd311, 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/class-twitter.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/frontend/class-twitter.php', 1, 0x00000000000000000000000000000000, 0x4d1f0207115f79356f36e8d914aeaea7, 0x2f112b992749dc86e7046605e8b345bcab0100be2e0a10659625f6e97e6eecd8, '', 0, '?'),
(0x227635e35fe03da1fb60a7157cb77d94, 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/class-woocommerce-shop-page.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/frontend/class-woocommerce-shop-page.php', 1, 0x00000000000000000000000000000000, 0xfcf3c635cb6a2445e2bd4d7a624787d8, 0x565cf1e3d20a5de2bdf6d6939099af55e129529f4d25649c1b12244aad092651, '', 0, '?'),
(0xaba3a6daa7398f938b8234057ea7377a, 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/frontend.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/frontend/frontend.php', 1, 0x00000000000000000000000000000000, 0xda2a58b4da8c83163feceaa978a87800, 0xe03258c07e6e742a979edd7bc9b80d0cb825f89077a080aa858849c985f365a6, '', 0, '?'),
(0xd61ce1a4786cc4cf6a8ae8d24b4bd348, 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-article.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-article.php', 1, 0x00000000000000000000000000000000, 0x005ec668e07a857db6bcb453ef6e3700, 0x1a6cb78142df53f3f648b0796bfe28d169f824fa2526383ecfa27cce5b5a1f6f, '', 0, '?'),
(0x4fbbe3823cdc1da6de0b7a5e214663c9, 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-author.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-author.php', 1, 0x00000000000000000000000000000000, 0x3a8bffd7b35901bf3190555154260f76, 0x02e901952df4c089bdade6e816e19b5c4a8706ebce160367f050eaf8bdf3d235, '', 0, '?'),
(0x4cd682377ad65af0a56a9c6baf974877, 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-breadcrumb.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-breadcrumb.php', 1, 0x00000000000000000000000000000000, 0x53e7ed5889afe1ebd55442eaa773238b, 0x9e45cae0e365915894e41d2bde901b9f1cca07d16e32575b85984a070f76c78e, '', 0, '?'),
(0x074671d7ef1daa58cbf0bedba03b8c87, 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-faq-question-list.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-faq-question-list.php', 1, 0x00000000000000000000000000000000, 0xf0c23195887bf1c1a1327945dc4f2dff, 0x9a0189ee3ffe716829b9ab837f1ebb2ab376c5223864ba60959b1dfb9a0a732a, '', 0, '?'),
(0x06c671425fcabf7b7717e15022f35c21, 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-faq-questions.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-faq-questions.php', 1, 0x00000000000000000000000000000000, 0x1d60171145873257500f9b1d7f699d18, 0xef06560964654488c306decd324703f469c91023664817dbfcb1089fe4efce0f, '', 0, '?'),
(0x34eb56a0a99c752ce253dc966b39bcfd, 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-faq.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-faq.php', 1, 0x00000000000000000000000000000000, 0x06910e835eaf4e2cb1bc840185209f2e, 0xac2832d0a4e5d8d57ea94abb9ca981e7f3d61ec6728b4adbd61656734a2f210a, '', 0, '?'),
(0x6597503ae5dfb8450bc56a6a5c3328c9, 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-howto.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-howto.php', 1, 0x00000000000000000000000000000000, 0x6747a4ccd647c346d0eff1a78e6cfd0f, 0xd09aef7e938c5ce425f406bbbeb54726e349be8cfca7bfe8019132573493d583, '', 0, '?'),
(0x21e04c6a7a744fb9eed6947e5463493e, 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-ids.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-ids.php', 1, 0x00000000000000000000000000000000, 0xf546d36b9d1d2aa109a53f6eb605d3e3, 0x171aaa4d9d9132a4b52c8710aabb3da635e0f6507205f99ed22b6c1a543402b9, '', 0, '?'),
(0xb659d452331eab88b7fd9bf4e2af0721, 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-image.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-image.php', 1, 0x00000000000000000000000000000000, 0x9de8b7e81845c45c2acd6c964ba527fe, 0x3db45a491ae5b1b455b8f1170dcd2b71dfbc71e5d83fc5c5a83ee46241cba124, '', 0, '?'),
(0x3ad6c9dd8a950918d69cff3cea44f0c2, 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-main-image.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-main-image.php', 1, 0x00000000000000000000000000000000, 0xf3a1df963846c64319d48bddb04baddc, 0x608988c7a89ed907c31c1b6552b86908d509e98f5d97b973e5c3ed2c08ab9f69, '', 0, '?'),
(0x5ff9b373fac69a74ef69f311f2d13efe, 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-organization.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-organization.php', 1, 0x00000000000000000000000000000000, 0x0f989941dd98082af7283875c8aa7dda, 0xf2128cfa3d434dc80daa41e00f1c055e7e14bddfbfd262d269c0d173ac7068b2, '', 0, '?'),
(0xddbf511b0c3010a2f227464f3fff28c1, 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-person.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-person.php', 1, 0x00000000000000000000000000000000, 0x17bcf0223c92c08040183a88cb4ff5b9, 0x420b1d0cd06253b40ab9ca91180f1c2e8619d359cf11a10a66353eae69105d01, '', 0, '?'),
(0xb4c2c3c53f1de0ea8319f3cf37c242d0, 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-utils.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-utils.php', 1, 0x00000000000000000000000000000000, 0x93c79c7fca7dc9a041786a2cd398dcb7, 0x33f40787c9c3e198f788df6afcc340c941e4318d29cea39e1b285e5d43631344, '', 0, '?'),
(0x40058bf141d0072932a3089e6fd1a630, 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-webpage.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-webpage.php', 1, 0x00000000000000000000000000000000, 0x03bc887fca2cd2d3a5348646d29ba2f0, 0xd8907980de35e6810c1ab02559a6e32ca3d21b55b339976ae3e45800e0359e99, '', 0, '?'),
(0xa6c01c38518f93de10d26617cccdeafe, 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-website.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-website.php', 1, 0x00000000000000000000000000000000, 0x43cb23800c4238e14b0218dbdeee9483, 0x387e9fd7238fd40dded1c2686cd3b2fd969f0dab1bf72fe1f9ad3e5d74c5ee75, '', 0, '?'),
(0x0202f2c50166b369379cdb26cb9702ce, 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema.php', 1, 0x00000000000000000000000000000000, 0x3951de1e02c78ea1aebb3f9442c8bf20, 0x3c3eb4af3bcd388d78f7bdb94a99814c8be95d233a89833d204dfea86dbd9da0, '', 0, '?'),
(0x02fffe97e0c9ae00f0173f69afc4d475, 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/interface-wpseo-graph-piece.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/interface-wpseo-graph-piece.php', 1, 0x00000000000000000000000000000000, 0x5257c455ad78f1b8a5e44ed3d5b9f765, 0xcd1cf5d4190e0de4006139faf2dc90829e041aeaf6a93cf332b747292a2e7e10, '', 0, '?'),
(0x532b77c92126d71a982212bcd7477db4, 'wp-content/plugins/wordpress-seo/src/deprecated/inc/class-wpseo-validator.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/inc/class-wpseo-validator.php', 1, 0x00000000000000000000000000000000, 0x721c6a4d15efe96e9890739758dc5fd1, 0x9854b7e7586a11756569c3760857a12ee8622afb157538e05e9c4f8471bcacdf, '', 0, '?'),
(0xc4d81cd7ad88c48e1eae17fd9b85f1ec, 'wp-content/plugins/wordpress-seo/src/deprecated/index.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/index.php', 1, 0x00000000000000000000000000000000, 0x45d09bb48b4f308b8f63baab8f416733, 0xcdcd121609e89aa07b9163bc464ac3770cb1a6217d619f9811fc03398d16041e, '', 0, '?'),
(0x16244e964ef973abe91d748eb636f3d0, 'wp-content/plugins/wordpress-seo/src/deprecated/src/actions/configuration/configuration-workout-action.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/src/actions/configuration/configuration-workout-action.php', 1, 0x00000000000000000000000000000000, 0x0b4167a57edc767691ed48aceb544021, 0xa3957880cbe5b4c9f5101422b0beff6316856434b4c19b7beff3a686e88eb1a7, '', 0, '?'),
(0xa0939d75ed72012a592665707f97d9e3, 'wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexation/abstract-link-indexing-action.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexation/abstract-link-indexing-action.php', 1, 0x00000000000000000000000000000000, 0x2f6dccdc678183c1494e6f268fe33c7d, 0xf1a2f0e143dbb8887954ed5d0ce3e64220314edb1cb2592501be1df341d47244, '', 0, '?'),
(0xdbb547615d3f98fb9220809f920d0a98, 'wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexation/indexable-complete-indexation-action.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexation/indexable-complete-indexation-action.php', 1, 0x00000000000000000000000000000000, 0x352682c7cd5a020f35146f4eddfd910c, 0x7e55b12f316436d36590415b297965ee87461f9b5ae1918990ba51c8d615f276, '', 0, '?'),
(0xc3d93a00e3bc70286dbb436d21e9295a, 'wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexation/indexable-general-indexation-action.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexation/indexable-general-indexation-action.php', 1, 0x00000000000000000000000000000000, 0x4645a30d5eebe17b91bbe183d09bd84f, 0x62e8ee748530d8289f9d3d363c2dce6f391ebbcb05803f3b72b5a60a29fc72ab, '', 0, '?'),
(0xf1957b05f35be9512d5d3d79417800bd, 'wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexation/indexable-post-indexation-action.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexation/indexable-post-indexation-action.php', 1, 0x00000000000000000000000000000000, 0x795760e31546988b61812b95c015bdf2, 0x7a18a70a88b5df264c4d5a6ff5cea9579a5df5eaa330f492ddc3780ac99723e7, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xcec5442f0254c433da440aa13d77502e, 'wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexation/indexable-post-type-archive-indexation-action.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexation/indexable-post-type-archive-indexation-action.php', 1, 0x00000000000000000000000000000000, 0x1f282d5e80d56ad021698e8f9766dbd5, 0xc871000a50de6405ca93158c7fdbe14c83fcf8f13ec65ea255f8d2d65c3cbbcc, '', 0, '?'),
(0xee646057e182dc718af4c9261fb86dab, 'wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexation/indexable-prepare-indexation-action.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexation/indexable-prepare-indexation-action.php', 1, 0x00000000000000000000000000000000, 0xa4426c2e6c7d871de158ccb130f7c2da, 0x6c7edd50aa016ed780799a254b535694605b73d6e66d60cb332f4b74e1135a80, '', 0, '?'),
(0xd4bf8584bb3690739649f75ffdbeb05a, 'wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexation/indexable-term-indexation-action.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexation/indexable-term-indexation-action.php', 1, 0x00000000000000000000000000000000, 0xa298fd1dbb9e0b186a1eede5ffc14e42, 0x1497ad60485d1e06e3d8d5ab73e419504d504895630cc74fe5ce504739f48d35, '', 0, '?'),
(0x4d74617bcb00c644d9cecfaa565e9305, 'wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexation/indexation-action-interface.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexation/indexation-action-interface.php', 1, 0x00000000000000000000000000000000, 0x069b1555fd0558fbef93a04ee4a210a0, 0x1b38f83f1686766a6b754ad2542c5572ff03418c044ec2a2f7d13cf8ac18458b, '', 0, '?'),
(0x893734cfe4fd889d35a2f55a775edc62, 'wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexation/post-link-indexing-action.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexation/post-link-indexing-action.php', 1, 0x00000000000000000000000000000000, 0xe41a8f4e61e61ec73b59d274c73cec74, 0xb870d812681d8430b9e4043568ac5d7d8d357094bc0981befd40b8dbae9303d2, '', 0, '?'),
(0xd40f4f150fd67097ed2ffc04759cf696, 'wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexation/term-link-indexing-action.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexation/term-link-indexing-action.php', 1, 0x00000000000000000000000000000000, 0xdbb2530bec03ea93fe9d898df573e906, 0x97c149c6b4ba66d6a70984e498028c038c8fb66d6f70df53b0547f7672836ede, '', 0, '?'),
(0x7f9767209954b9e503d3e7e1b1994600, 'wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexing/indexable-prepare-indexation-action.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexing/indexable-prepare-indexation-action.php', 1, 0x00000000000000000000000000000000, 0xc6004265b572dae47ecd74f8dc0d2bfa, 0xa1e2540a9a3da7c53e4f26404a357d47b668d0ea7a11d24710b24a9a96e1eb89, '', 0, '?'),
(0xa40648f4286f8741d8bec1a013e9b4b0, 'wp-content/plugins/wordpress-seo/src/deprecated/src/conditionals/farsi-support-conditional.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/src/conditionals/farsi-support-conditional.php', 1, 0x00000000000000000000000000000000, 0xcde42f1cb07927e2a113f22ee3173c2d, 0xfe67d9d7b0088b601ff4a686133eab4b36e5b6015b9f01e96ba7936394fcc6a8, '', 0, '?'),
(0x526c0e8fdc743cfe50b0c8e16be270e8, 'wp-content/plugins/wordpress-seo/src/deprecated/src/conditionals/greek-support-conditional.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/src/conditionals/greek-support-conditional.php', 1, 0x00000000000000000000000000000000, 0xab8933f2ac31872b1d0a02f183c6fb8f, 0x8c50bd71323e05bee8bf22a942786bbfe2ddbcce42f6dc21072f4bb4dae67a5b, '', 0, '?'),
(0xfb8a5d4e89876c2c70e32160df553e0a, 'wp-content/plugins/wordpress-seo/src/deprecated/src/conditionals/japanese-support-conditional.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/src/conditionals/japanese-support-conditional.php', 1, 0x00000000000000000000000000000000, 0x2b84c424aab2814c0280f4a645178552, 0xb86b2d2fd52148336e024f8e9ad37f7a11237227e6d531d76b10b72399ec9b11, '', 0, '?'),
(0xdc17df3c2a1186e1118028a05b439ec5, 'wp-content/plugins/wordpress-seo/src/deprecated/src/conditionals/norwegian-readability-conditional.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/src/conditionals/norwegian-readability-conditional.php', 1, 0x00000000000000000000000000000000, 0x39d17e66ab1995397cb544a878770712, 0xa6a51dbfcb5a85688238fdcfbefc54b81f2fdad514bd5515d9cc8ea110567e8a, '', 0, '?'),
(0xdfab3fc4eb7ccd7ec4e671394af5a68c, 'wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/admin/indexation-integration.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/admin/indexation-integration.php', 1, 0x00000000000000000000000000000000, 0x53b61dca69f6fe2c527926d6b069481b, 0xcc7bd45f5f0e471fd5ddb56f83ab04408c9a39c173cc3384977f401ccbdad2ab, '', 0, '?'),
(0x812758d4a38c8d84fb43f043856a445f, 'wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/admin/link-count-notification-integration.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/admin/link-count-notification-integration.php', 1, 0x00000000000000000000000000000000, 0x9a7884d5ddb63a88c78cbf122b79c0b3, 0x499fb9b3c97cc947b343f5e86be79b3a7b084c1bc2aa65de983abda00cceab8f, '', 0, '?'),
(0x4564d44d002a853ed4b77fec4d8be0c4, 'wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/admin/link-count-tools-integration.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/admin/link-count-tools-integration.php', 1, 0x00000000000000000000000000000000, 0x92ba631499a5e95f389757387bb409e1, 0x0e987ffd135855e538c3be787ed32f9b46eb21fc3e5d3d9bdfc2dabf035584cd, '', 0, '?'),
(0x0867a23c15b0a0aed0ecf18f9959c7d2, 'wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/third-party/elementor.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/third-party/elementor.php', 1, 0x00000000000000000000000000000000, 0x9a6b483394051fcf9bd392293bf29d07, 0x11759ef56d121ba2591c73fc334dba06e533ab6cba0497d3073a8f9d48480269, '', 0, '?'),
(0x329d401fec0e9afcd71c1a4a902521a4, 'wp-content/plugins/wordpress-seo/src/deprecated/src/presenters/admin/indexation-list-item-presenter.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/src/presenters/admin/indexation-list-item-presenter.php', 1, 0x00000000000000000000000000000000, 0x009c34f360241b4bb50d85578826e69c, 0x6275eb625fa7eee3f85d73207e23acdad252fb7b31476098f007cefd4563419b, '', 0, '?'),
(0x54673817a55a8d03af58ae0d0edd5e2d, 'wp-content/plugins/wordpress-seo/src/deprecated/src/presenters/admin/indexation-modal-presenter.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/src/presenters/admin/indexation-modal-presenter.php', 1, 0x00000000000000000000000000000000, 0x4dbc31060432f495d51ebfb59de6527c, 0xfedcc64e4985792d93588a49317b158adc803c47f6303825694bd4b56e6074a6, '', 0, '?'),
(0x264aeba14948cc807dd84f5df56ce804, 'wp-content/plugins/wordpress-seo/src/deprecated/src/presenters/admin/indexation-permalink-warning-presenter.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/src/presenters/admin/indexation-permalink-warning-presenter.php', 1, 0x00000000000000000000000000000000, 0x31c5403c1097fe169ca727f4864fb1f1, 0xf469944f177db5ffcc051487668f7490138a3dd7d18e7c59a5e8dc3aab1198c8, '', 0, '?'),
(0x26bacf264ef8ce60af62df0adbb7d6fb, 'wp-content/plugins/wordpress-seo/src/deprecated/src/presenters/admin/indexation-warning-presenter.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/src/presenters/admin/indexation-warning-presenter.php', 1, 0x00000000000000000000000000000000, 0x4eee987a3e0a4e3a92a425e503093a4c, 0x47362ea458b6b0be7fff5140f0c2bc5b2bf74040aa797c9d288f903a3e6b1f57, '', 0, '?'),
(0x316c1dc9b134b7304c74b3d34b54a1ca, 'wp-content/plugins/wordpress-seo/src/deprecated/src/presenters/admin/link-count-indexing-list-item-presenter.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/src/presenters/admin/link-count-indexing-list-item-presenter.php', 1, 0x00000000000000000000000000000000, 0xf5957400f7f8521010858a8dc3219d6a, 0xe890ccee9ae30019a770d165d964854a67d78c380e607a30d77c607248bc8a9d, '', 0, '?'),
(0x3f66a47a9a262c3da301e512468ac6ed, 'wp-content/plugins/wordpress-seo/src/deprecated/src/presenters/admin/link-count-indexing-modal-presenter.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/src/presenters/admin/link-count-indexing-modal-presenter.php', 1, 0x00000000000000000000000000000000, 0x579e90062cba33c8f0ced394ee98f25b, 0xc36f026c4c25d76526c3a6234d060503aaf40a8924fea11dee7f9f7916fa66d9, '', 0, '?'),
(0x0f4119ff49f34bbea34ed652f3a7825a, 'wp-content/plugins/wordpress-seo/src/deprecated/src/presenters/open-graph/fb-app-id-presenter.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/src/presenters/open-graph/fb-app-id-presenter.php', 1, 0x00000000000000000000000000000000, 0x8c32c0170c4d8c24e565db8b50e78b1c, 0x80be5466defb891f6d3d859e3940740a20e20079dfb2e0dd39d5417e5a9a91c1, '', 0, '?'),
(0x54e1049d7a0b9d52e9b57b8cc1242cb7, 'wp-content/plugins/wordpress-seo/src/deprecated/src/routes/configuration-workout-route.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/src/routes/configuration-workout-route.php', 1, 0x00000000000000000000000000000000, 0x448ca9c37cf1477c4386fa505c86dd36, 0x2bc570b16a4b368fd8f5946bce65e86530007d4fe6cd1a88adb567997ab90bae, '', 0, '?'),
(0x1b3fdacdea1b863fd6fa8fe2bd79006c, 'wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/addon-activation-error-exception.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/addon-activation-error-exception.php', 1, 0x00000000000000000000000000000000, 0xce2dcc022958389108e32f0eb6cba28a, 0x36c43269b07a53ae3949ddc4710bda7f52a651f6bdd78aeb8db09ba4566a553e, '', 0, '?'),
(0x96d7a9a487449ef61845eae7fe695fe1, 'wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/addon-already-installed-exception.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/addon-already-installed-exception.php', 1, 0x00000000000000000000000000000000, 0xc1a76047ef7645301214a3c3eea6e473, 0x521bebaca526ad46af5eb1f60a14a595838d83088ca07e3d47e831bd5f8d32a3, '', 0, '?'),
(0x317c76ff3cf9e29d2d5692a1415d13ed, 'wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/addon-installation-error-exception.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/addon-installation-error-exception.php', 1, 0x00000000000000000000000000000000, 0x0a1c14a11f1028fa389c4be7caeb09db, 0x5c8a8511b226fe3a2acc499d99b8b1308d1429d17a01d689f7d69cabeb57f201, '', 0, '?'),
(0xc705660721fb2ab28f4fd70ef62b6e1d, 'wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/user-cannot-activate-plugins-exception.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/user-cannot-activate-plugins-exception.php', 1, 0x00000000000000000000000000000000, 0xe3acf62d13f86840ce7cb8d25f7113c1, 0x681d7d13d79036f2db078458ba313cac73ca86e64423086b198af68335938735, '', 0, '?'),
(0x7f2e0b5c5cd54a51ff2d598ee0fab319, 'wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/user-cannot-install-plugins-exception.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/exceptions/addon-installation/user-cannot-install-plugins-exception.php', 1, 0x00000000000000000000000000000000, 0xd1a2f2fe1db26639362ac3dc2f8d69ac, 0x43e4cb486146cc5dfbd23b27505c0527736e26bbc4b0f8166ee6b01442033ece, '', 0, '?'),
(0xfb5b0341f9e2fd242f5d741c7becebf1, 'wp-content/plugins/wordpress-seo/src/exceptions/importing/aioseo-validation-exception.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/exceptions/importing/aioseo-validation-exception.php', 1, 0x00000000000000000000000000000000, 0x76044b28fad6f71ca16f6229c1c29603, 0xc911810306d0b703b86949f3745a997bf1a5d52ac26264292149449b23e73d83, '', 0, '?'),
(0xce25722611492be8fd9a6b60bd3e9381, 'wp-content/plugins/wordpress-seo/src/exceptions/indexable/indexable-exception.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/exceptions/indexable/indexable-exception.php', 1, 0x00000000000000000000000000000000, 0x1dc358e4eab740652d5838920c2e54b7, 0x4cef17b40c82956f98ecdba51705b3c33eba863fef42ccab66529edb892740e1, '', 0, '?'),
(0x186b8ce9bd5b56971f6cc5f6ec8159d0, 'wp-content/plugins/wordpress-seo/src/exceptions/indexable/invalid-term-exception.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/exceptions/indexable/invalid-term-exception.php', 1, 0x00000000000000000000000000000000, 0x8fee93bd160a03d3e776f4eb628403b1, 0x5f57e4b088c15604ba6650953009c55bd769f94cfe342b8012d1533e80446080, '', 0, '?'),
(0xc6580d4ece8c222692d2ec3547f3174e, 'wp-content/plugins/wordpress-seo/src/exceptions/indexable/post-not-found-exception.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/exceptions/indexable/post-not-found-exception.php', 1, 0x00000000000000000000000000000000, 0xb2368a7fda5dda461c1f8e0e83a7f665, 0x9b54d4be3bf5b6e994ecffee80b7a3bbf3a036b4c7ee99374d3658a9ef15c753, '', 0, '?'),
(0x2da5df3b9657839c26aedcbd8e0e6054, 'wp-content/plugins/wordpress-seo/src/exceptions/indexable/source-exception.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/exceptions/indexable/source-exception.php', 1, 0x00000000000000000000000000000000, 0x0018d4124b4043d5eb54acfa9eeb5934, 0x8275dd67743d6d67862ad3a394cc89c300c71940a7fa5fe3be85912ae484520a, '', 0, '?'),
(0x3a53f2dba63dfae78fc547f942b130c3, 'wp-content/plugins/wordpress-seo/src/exceptions/indexable/term-not-found-exception.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/exceptions/indexable/term-not-found-exception.php', 1, 0x00000000000000000000000000000000, 0xb849b2bc953c23bb376018ada9e60ea5, 0x7861b51c95cf1b89b6158e1097f58b054267aa4b3141f27ab199c6195658e2a4, '', 0, '?'),
(0xcb732379f768b7e20efc0b62e34511db, 'wp-content/plugins/wordpress-seo/src/exceptions/missing-method.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/exceptions/missing-method.php', 1, 0x00000000000000000000000000000000, 0x04f107d34fed755c4d2c211790fe8706, 0xf943341fd0a58020d95d7b2822a1c466bdca493846c2b430bb7a5b474036b436, '', 0, '?'),
(0x888eff332e15d81a8d3dcf6b075f389a, 'wp-content/plugins/wordpress-seo/src/exceptions/oauth/authentication-failed-exception.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/exceptions/oauth/authentication-failed-exception.php', 1, 0x00000000000000000000000000000000, 0x3b4a70b36c1405ceeef7b762c0371ce4, 0xd0c37fe1c26731aacbfae154f6344250a723e06c9b6cc92ed5c703f1634c450e, '', 0, '?'),
(0xcf246f03f4b76a134a9941d0b849ceb2, 'wp-content/plugins/wordpress-seo/src/exceptions/oauth/tokens/empty-property-exception.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/exceptions/oauth/tokens/empty-property-exception.php', 1, 0x00000000000000000000000000000000, 0x37c0fff798bd543c13a984c7752f74de, 0xc45c247d1f201386c28d67296e690ede33cc83c18adad1a1d88194acf63c6092, '', 0, '?'),
(0xf223e39ed06dc75838b89b2bcb8adcb5, 'wp-content/plugins/wordpress-seo/src/exceptions/oauth/tokens/empty-token-exception.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/exceptions/oauth/tokens/empty-token-exception.php', 1, 0x00000000000000000000000000000000, 0xf7347117f3db6b728944c858e6225dac, 0xe843ac60e46e29e982779631349eef4bda48e2a92db2a75ffa61141ea6d5093d, '', 0, '?'),
(0x757bf5c6cbdb0504ea00ad44e3bfb08c, 'wp-content/plugins/wordpress-seo/src/exceptions/oauth/tokens/failed-storage-exception.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/exceptions/oauth/tokens/failed-storage-exception.php', 1, 0x00000000000000000000000000000000, 0xb67bf0d74b3dfb78b0b10f595b11aad0, 0xfdc6ed3067419f3e7c198af72354ee2b583d9d7d546c7bf0980cd8a904d0e2eb, '', 0, '?'),
(0xf29dd78507fc99c1248c547b02382f66, 'wp-content/plugins/wordpress-seo/src/functions.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/functions.php', 1, 0x00000000000000000000000000000000, 0x390062136021b306dde4111c1e9a76ee, 0x3e181a65f380f2ce00ec3457d90d1fa19ef7e3548e23be816fc193f63b420214, '', 0, '?'),
(0xfbcffe17cbe8d5902d467d65de38b709, 'wp-content/plugins/wordpress-seo/src/generated/assets/externals.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/generated/assets/externals.php', 1, 0x00000000000000000000000000000000, 0x767acc03b17ac7bd05bf0e0777fc24b0, 0xd96689d759096f73fb061adec1da70939062494bcd6d6fe06283dbe57be00c98, '', 0, '?'),
(0x418f58ec00a96c02bbce86378b4b4268, 'wp-content/plugins/wordpress-seo/src/generated/assets/languages.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/generated/assets/languages.php', 1, 0x00000000000000000000000000000000, 0xa54aabbda1c6dd179f5ba171a254b89b, 0xc3c50bd8b79377c635e9cfbbf47425e074fc8d7b9401dfd8e673a98bd78b4c7b, '', 0, '?'),
(0x9e7fa0c34e6c303c2b0fe983fd6f1478, 'wp-content/plugins/wordpress-seo/src/generated/assets/plugin.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/generated/assets/plugin.php', 1, 0x00000000000000000000000000000000, 0x1f72a3670b64dda71baa1870b71c7c52, 0x7100bcf502eb4d84eeeb2d302862385caea23270ae78a51cac1ab48eeb73e6f8, '', 0, '?'),
(0x9fb269d247b5c811946a23c4e50629b5, 'wp-content/plugins/wordpress-seo/src/generated/container.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/generated/container.php', 1, 0x00000000000000000000000000000000, 0x378345632f177c8306a01cca6fe4d1c8, 0x98dba98bf03f99bc037cfb8e6e0c491e773a6d5224f2a04792b813f4c25188a0, '', 0, '?'),
(0xd1f929fbc40d57b6b1e8b9a3d73c4fac, 'wp-content/plugins/wordpress-seo/src/generators/breadcrumbs-generator.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/generators/breadcrumbs-generator.php', 1, 0x00000000000000000000000000000000, 0x0a49a381d493b16b57210642b6877576, 0x378b37c9a914737feeed417bad9ff4b820a0779dc4756885b75df12c8fe5cb3f, '', 0, '?'),
(0xf9dea63fd11ce9f3254202fecd5052ff, 'wp-content/plugins/wordpress-seo/src/generators/generator-interface.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/generators/generator-interface.php', 1, 0x00000000000000000000000000000000, 0x6a5832820bec1807091c8b0c44cf7294, 0x1f4c42eb7648c912d05bf3d2561ed9646b94d4bc7d106c458dbeec0314817d9e, '', 0, '?'),
(0x8026c98324f21b85afe1287ac1e1c5c6, 'wp-content/plugins/wordpress-seo/src/generators/open-graph-image-generator.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/generators/open-graph-image-generator.php', 1, 0x00000000000000000000000000000000, 0xba3c5bc5474bd364cc0f75b6a7eec142, 0x6b5646ef4340a7092aa40ba162e837613450143eb60add81d1100c224490fdfa, '', 0, '?'),
(0x976a48450e03e29034efd435a677166e, 'wp-content/plugins/wordpress-seo/src/generators/open-graph-locale-generator.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/generators/open-graph-locale-generator.php', 1, 0x00000000000000000000000000000000, 0xea9afeae0492b16c1fce2d59732b1f6f, 0x9c3fbc23d509bbf32e126334bb53d7a16f94b8352108976a6774b4037c5c5c8c, '', 0, '?'),
(0x6f947bd1b160ac72b1ba3cb3969314ea, 'wp-content/plugins/wordpress-seo/src/generators/schema/abstract-schema-piece.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/generators/schema/abstract-schema-piece.php', 1, 0x00000000000000000000000000000000, 0x57af9e749d0972fe460101c7f240cfce, 0x804f7d23d607e76c516b744714a8a6646aeeac1cc8f79b4b9b4c9847c5714542, '', 0, '?'),
(0xc2d8ff5acf40381670b6728c21d5cbe6, 'wp-content/plugins/wordpress-seo/src/generators/schema/article.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/generators/schema/article.php', 1, 0x00000000000000000000000000000000, 0xe50a313f0b49e6cc3a68e7ba57f917bb, 0x60d99b32ea936f75eef8964fff65de4f8783b46abefec3bea982518479c7cc96, '', 0, '?'),
(0x4bf2cfa591253af27bcd526a8fb3d458, 'wp-content/plugins/wordpress-seo/src/generators/schema/author.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/generators/schema/author.php', 1, 0x00000000000000000000000000000000, 0x7cd20d622bd2f6fbebac5aa892d77d2a, 0x823ffac4b919d04d6e1d3f775bfe872d6456a3869a48452ba751065737e540c2, '', 0, '?'),
(0xb5dcf6a0336376e54ec022d616f04083, 'wp-content/plugins/wordpress-seo/src/generators/schema/breadcrumb.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/generators/schema/breadcrumb.php', 1, 0x00000000000000000000000000000000, 0xfba049436a63c1347d642f8fb958c63c, 0x28c58a7d851bb22a553da7d8042915889c27eeb1453cf27aba5715c72bdb7c0e, '', 0, '?'),
(0x5567d0ae1c419e44b4654e5cda9bd0bc, 'wp-content/plugins/wordpress-seo/src/generators/schema/faq.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/generators/schema/faq.php', 1, 0x00000000000000000000000000000000, 0x2d989846575c220fb992a0627f5a9a19, 0x925f6d47b9a26b8360a4d70187ed9e7d28b3acd7c760e5ca8acb544e2a43b73b, '', 0, '?'),
(0x31c5fc57cd8eb9584416183d2da4a096, 'wp-content/plugins/wordpress-seo/src/generators/schema/howto.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/generators/schema/howto.php', 1, 0x00000000000000000000000000000000, 0x35a623325b78e65775ccee76ee29cbe5, 0xe6cd87b9c79d8f9470b0584f81e4c27747aad4746bf39fda2c13ce7cb6b8687d, '', 0, '?'),
(0xdfe55dd73fc074d32860198fd1383556, 'wp-content/plugins/wordpress-seo/src/generators/schema/main-image.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/generators/schema/main-image.php', 1, 0x00000000000000000000000000000000, 0x9445fae6eb0b6bec91ebdef4b9f7f7aa, 0xb47b0f946fa721f98835a0a144ee02679b2ce6801b26f6ef5c563ad61ee9064a, '', 0, '?'),
(0xd6aec36d4ee54741f8731eff04eeac2e, 'wp-content/plugins/wordpress-seo/src/generators/schema/organization.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/generators/schema/organization.php', 1, 0x00000000000000000000000000000000, 0x8e7a5baefbce9a43d75d3e0a1f444473, 0x12a4fb930d0df9b2f39d3fac6c4aab68ce49bbbe0f6b3e2191705c6d27d94684, '', 0, '?'),
(0x7f37e62eca8b13063513b006e1cf31b3, 'wp-content/plugins/wordpress-seo/src/generators/schema/person.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/generators/schema/person.php', 1, 0x00000000000000000000000000000000, 0xf9284ae8703b701427452cacb52c3ebd, 0x5bcf5d1aa4182805623458c160a1c82faea6812b51ba098f3ddc3b44f805aa8b, '', 0, '?'),
(0xbe4ac5cf4ac624b08c2323424f7f3aeb, 'wp-content/plugins/wordpress-seo/src/generators/schema/third-party/coauthor.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/generators/schema/third-party/coauthor.php', 1, 0x00000000000000000000000000000000, 0x4712ce029771b7f6c222dd9be0ed3a13, 0xef049986d27b04313a592807a16f68e49b62d5617de2dbc45bdb2bd9df56bc59, '', 0, '?'),
(0x89e9e16185ee1ad78a4966dc3852f655, 'wp-content/plugins/wordpress-seo/src/generators/schema/third-party/events-calendar-schema.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/generators/schema/third-party/events-calendar-schema.php', 1, 0x00000000000000000000000000000000, 0x39a661f6866fd168edd9441d5f2e502f, 0xb4ae00a2bb3b88cfeb6ad3adb7fa2b7ca0e2a995c548cd7aa56362ba7aeade93, '', 0, '?'),
(0xf14e62c4938570090a1bd2f005233f45, 'wp-content/plugins/wordpress-seo/src/generators/schema/webpage.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/generators/schema/webpage.php', 1, 0x00000000000000000000000000000000, 0xf9eadf30c9011900fdb421813992773e, 0x3a3d68780cc43da94a6d7ed26102b3b9ecc80dd5fe9c74eb476f966b00d352af, '', 0, '?'),
(0x4d145dbdbb8e1d7da077ede32d9b2188, 'wp-content/plugins/wordpress-seo/src/generators/schema/website.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/generators/schema/website.php', 1, 0x00000000000000000000000000000000, 0x7135493a63bcd56717ac27cecef939a5, 0xb6d1ec7c876d4b47eac3955a1261560066ff2c067ec6bbf275c1c1c31d0d41e1, '', 0, '?'),
(0x6a1e01ca53f6adff19e25e70204e09bf, 'wp-content/plugins/wordpress-seo/src/generators/schema-generator.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/generators/schema-generator.php', 1, 0x00000000000000000000000000000000, 0x7a78e97018f9713ee0d83c33f211f106, 0x676d7b03113e2734874b9eed33417d5536259bed5893d026f140762c63e6259e, '', 0, '?'),
(0xc2fa8eb1cea01f04da37c6f4c8442c83, 'wp-content/plugins/wordpress-seo/src/generators/twitter-image-generator.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/generators/twitter-image-generator.php', 1, 0x00000000000000000000000000000000, 0xc305ebdebed98f446ef9307cc08fd727, 0x2246e1d88730ba804db78e5d4db4c682dd96ae34896630e6c1ad42c0a2a4c15d, '', 0, '?'),
(0x7c3f936d46f4c8cd32bd12cb0289f9e7, 'wp-content/plugins/wordpress-seo/src/helpers/aioseo-helper.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/aioseo-helper.php', 1, 0x00000000000000000000000000000000, 0x2bd7cc4cd42848afe7e60d337371d572, 0x5fd61cf31df9f236923501b031676877df97020421739f096d4082ac0509edb6, '', 0, '?'),
(0x047969c3ba0ae65f547a5cf5abebbb6c, 'wp-content/plugins/wordpress-seo/src/helpers/asset-helper.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/asset-helper.php', 1, 0x00000000000000000000000000000000, 0x540de190f17e34a434a63c0242f750f6, 0xdd670831e86d6541858ef640b93f75bea60f76f6369c99166861bbebaaf000ad, '', 0, '?'),
(0x34ea26513acda3a6d999535c26095161, 'wp-content/plugins/wordpress-seo/src/helpers/author-archive-helper.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/author-archive-helper.php', 1, 0x00000000000000000000000000000000, 0x74d7b2df6dbfd3ad3198274f03267902, 0x129ad323af49988a33002f07c2e639bfc00fed5d5a886436ef50e23400df2728, '', 0, '?'),
(0x6093da839b6a8215fd8f0865ce2682bc, 'wp-content/plugins/wordpress-seo/src/helpers/blocks-helper.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/blocks-helper.php', 1, 0x00000000000000000000000000000000, 0x9f5d999e0e3d4abda600bdc15c98250f, 0xa3de19b245623ab76938edb20189968c4f6574d4c0021a7001aae6239a5d2529, '', 0, '?'),
(0x8a732e835621adc9ed5874c3a373a12e, 'wp-content/plugins/wordpress-seo/src/helpers/capability-helper.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/capability-helper.php', 1, 0x00000000000000000000000000000000, 0xf2e719fecc9630699dc81556b1d287ef, 0x2625cbb4f5ad74f1453b568fb2f480117306d7ef89cc25d22b32b0c7498f6a5a, '', 0, '?'),
(0x86b3ea2b3b96274016d947a41244b07a, 'wp-content/plugins/wordpress-seo/src/helpers/curl-helper.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/curl-helper.php', 1, 0x00000000000000000000000000000000, 0x1f34cb7a4c6525293724b18dd4f07fa9, 0xf429a91832271be189c8c6589547327958a535dd7e8e4930c8441326dd8ca6e4, '', 0, '?'),
(0x46dc78a61a3449cb6847624340a58661, 'wp-content/plugins/wordpress-seo/src/helpers/current-page-helper.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/current-page-helper.php', 1, 0x00000000000000000000000000000000, 0xc52e8e5de825a0843965590729da9868, 0x50d50dad5f72aafb68426758471d4883d2e1a8fecf06fd4b3c4ebf589b3addd2, '', 0, '?'),
(0x6a2ace1a4096ab8b8813f29d77931cb4, 'wp-content/plugins/wordpress-seo/src/helpers/date-helper.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/date-helper.php', 1, 0x00000000000000000000000000000000, 0x621bdff8092b7b525c4b6e6c2f4e8550, 0xcc1d3998716d5ff9c3e144a54965f484e5b2ba5236cb93896860e7a9e5cfb99b, '', 0, '?'),
(0xe2ec98890d93ede5dd196eb209bde80f, 'wp-content/plugins/wordpress-seo/src/helpers/environment-helper.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/environment-helper.php', 1, 0x00000000000000000000000000000000, 0x96270f9221abb58d81a3caca5fb388b4, 0xbfcb2e18934f218ad8e07b0c6f834d479589773b96c4e97414efe1ad89070fed, '', 0, '?'),
(0xa3559e5c1b4c8633e02e6c56ec3f74bb, 'wp-content/plugins/wordpress-seo/src/helpers/home-url-helper.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/home-url-helper.php', 1, 0x00000000000000000000000000000000, 0xf75715fe01c4841146c37abfd68d11a1, 0x6854574e4293fb5a477fa799f2ae8094f1d876d152f166eb07791aa6650be441, '', 0, '?'),
(0x797568b1866d0036f78432ee36ef7600, 'wp-content/plugins/wordpress-seo/src/helpers/image-helper.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/image-helper.php', 1, 0x00000000000000000000000000000000, 0x29dc6c1b82014b8fb0a0dfae36ed387a, 0x5c7dbd39d6e7714b39238c6b5e007f03b9e57109f331000795e2f49c8291d72b, '', 0, '?'),
(0x5a3ec86ed88f2f71fb01964e6205b411, 'wp-content/plugins/wordpress-seo/src/helpers/import-cursor-helper.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/import-cursor-helper.php', 1, 0x00000000000000000000000000000000, 0xb6ef4c8340f4dbcbcdb4f3943affd19c, 0xaacf3979a6789f6d3dfe84349416a0ee7fb01883677196b12ebb3a6696e63a3f, '', 0, '?'),
(0x0be66b4f8081c79ba93f28288815cd86, 'wp-content/plugins/wordpress-seo/src/helpers/import-helper.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/import-helper.php', 1, 0x00000000000000000000000000000000, 0x6d8fa7d4bfa3b72c2955be583f25ff36, 0xa06cb06644f2b17073230d08d726ef8511403f604a3751dbba0bee9f20564128, '', 0, '?'),
(0x6ec9469a606e707e7675546bdcf74b7f, 'wp-content/plugins/wordpress-seo/src/helpers/indexable-helper.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/indexable-helper.php', 1, 0x00000000000000000000000000000000, 0xa6d204e1d2c3fff7ea18e26523202040, 0x44ca28ab8187152c325232e653db7f0f3934914e1245420bedac8c908470c3d4, '', 0, '?'),
(0x985c18661c45d10a6f89f888f5aa4754, 'wp-content/plugins/wordpress-seo/src/helpers/indexable-to-postmeta-helper.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/indexable-to-postmeta-helper.php', 1, 0x00000000000000000000000000000000, 0x31682739bd76b8adf3628d8e6e8b3bb8, 0x6b94810c4bf42fe190ba74532f06810dcd59e834d4178572d0ae09183f890293, '', 0, '?'),
(0xe7f98ae8e908e21229307bf1a4cf789b, 'wp-content/plugins/wordpress-seo/src/helpers/indexing-helper.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/indexing-helper.php', 1, 0x00000000000000000000000000000000, 0x77073d468efbed3b9cbb971da785630f, 0x25a9768f291e1f8a361d287d87412cd35e682136914d3f2ae65b01f83cc2a7eb, '', 0, '?'),
(0x38e18e4f78bc9a45fc83ae98e10e586f, 'wp-content/plugins/wordpress-seo/src/helpers/input-helper.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/input-helper.php', 1, 0x00000000000000000000000000000000, 0x97e6409671c1c2093070d92e5cb4f802, 0x7e1373672e459069742135b2c77515be5e34239cb01e4483f205752cf4ec22ec, '', 0, '?'),
(0xd4decc9f87bc3a48ad4362672a49103b, 'wp-content/plugins/wordpress-seo/src/helpers/language-helper.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/language-helper.php', 1, 0x00000000000000000000000000000000, 0xfc3220a8bc38a44ec9a9fd3a72711801, 0x0bcc6e0dc6ec8e5d9c9790f85145167ee66338ad7716f975058e5257b4121463, '', 0, '?'),
(0x1ba44c106faaa6cb83bf5a0868c97bae, 'wp-content/plugins/wordpress-seo/src/helpers/meta-helper.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/meta-helper.php', 1, 0x00000000000000000000000000000000, 0xc13d3856289563e54a6c9e4357fdb507, 0x75b081c94642c0e2bab49dafb885dd7c8669c5e4848311de3e8b01695dfd954d, '', 0, '?'),
(0x5ee1accd09f1d6cb30e3135cee9a4f26, 'wp-content/plugins/wordpress-seo/src/helpers/notification-helper.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/notification-helper.php', 1, 0x00000000000000000000000000000000, 0x39cf72e85c820643ffa8c04f15e9bfdb, 0x94a9600b4262e82ebff3342b7169552d795433076faa82c5a8b66c4aa20a86a3, '', 0, '?'),
(0xa8e008721911657d2fb144dbeae5923e, 'wp-content/plugins/wordpress-seo/src/helpers/open-graph/image-helper.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/open-graph/image-helper.php', 1, 0x00000000000000000000000000000000, 0xedd6dea2d2c340d5c41d2082c2ff5cd5, 0x2afbc5fc7518ef7afcd0e2f2f5b26a4dfe54e16a00c6c8ab0fe7e8cf696f3116, '', 0, '?'),
(0xad98381ada310ac8893d0aa8ff7b0891, 'wp-content/plugins/wordpress-seo/src/helpers/open-graph/values-helper.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/open-graph/values-helper.php', 1, 0x00000000000000000000000000000000, 0x239ab43fda26d7047ce01a1874ab1cd1, 0x1cd5e021ef8da15bf8af44bcd2898cad16dc9ea559ba5d4fe423112ae6a36056, '', 0, '?'),
(0x28f05a6263c4b2b2dd3670b72224ecb8, 'wp-content/plugins/wordpress-seo/src/helpers/options-helper.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/options-helper.php', 1, 0x00000000000000000000000000000000, 0xda53ed01aca8c9eac627da4af75730d4, 0x9932a46337ff621f6001655985937fa2b198712b883ff0ff2eb4cc6c017d3a04, '', 0, '?'),
(0xe7e9bbf0351252cd7107f1a41a9058c8, 'wp-content/plugins/wordpress-seo/src/helpers/pagination-helper.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/pagination-helper.php', 1, 0x00000000000000000000000000000000, 0xcf5bb8721cb04ae676f159503d42d4f4, 0x56d2a1b7b9e4e3bc7045b16759fda1096cb055867bf0dc835215caad7b31565c, '', 0, '?'),
(0xa76b8a33f8aaae81f185e8da6a38fa79, 'wp-content/plugins/wordpress-seo/src/helpers/permalink-helper.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/permalink-helper.php', 1, 0x00000000000000000000000000000000, 0xecf2624bc6f720bb3d6686d27b99d094, 0x1c60b48bd4bb196909e786d46327c1d4ada7e935a80552c3f9b1f04b084d4f65, '', 0, '?'),
(0xcf05c20a00db307bff0ec29af182eb8d, 'wp-content/plugins/wordpress-seo/src/helpers/post-helper.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/post-helper.php', 1, 0x00000000000000000000000000000000, 0xf1127ea2bb2d55dac73f207efef89f82, 0xe78469013abad4951919dec3d1b6ed1c4f26355375380c5459c2ba6005ffdd7b, '', 0, '?'),
(0x0de8f7b1bbe6b4c70fb45444b587709c, 'wp-content/plugins/wordpress-seo/src/helpers/post-type-helper.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/post-type-helper.php', 1, 0x00000000000000000000000000000000, 0x825626bc9969ab67c535a6f4e5303f7c, 0x7b9278fac9d98cb5b0b5190a57e8e7751bee9f18acb01de9fb2e1868bc6cd128, '', 0, '?'),
(0xd56b2208f4f14f8a84a7244e298a24b8, 'wp-content/plugins/wordpress-seo/src/helpers/primary-term-helper.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/primary-term-helper.php', 1, 0x00000000000000000000000000000000, 0x8cbed1280d5ee1684121446a9039ddce, 0x4c6d7ba40d3f7067207262ff258769af42e9c7e461b07c53fdd35385c384e947, '', 0, '?'),
(0xe08d023ebe5d2a6104d5e098f552f3e3, 'wp-content/plugins/wordpress-seo/src/helpers/product-helper.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/product-helper.php', 1, 0x00000000000000000000000000000000, 0xca49082a891d24d2fcc58dd9c70edc28, 0xf0c4c80dc265f39dae048444a205c7d1406d210f1447bb9a9cf8c9c922a41672, '', 0, '?'),
(0x2efae0e1c351984234b8c4d5a2611367, 'wp-content/plugins/wordpress-seo/src/helpers/redirect-helper.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/redirect-helper.php', 1, 0x00000000000000000000000000000000, 0xefeb4a50b1ffa06d12b2fedac3cb28de, 0xbe1865b802a3f51732760cc3258dc60aa686a0521bbdc4267d355b56539c834d, '', 0, '?'),
(0x4f6ac0734f01eda02a422eb673ad89d5, 'wp-content/plugins/wordpress-seo/src/helpers/request-helper.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/request-helper.php', 1, 0x00000000000000000000000000000000, 0x90b71c24cabc61164a136c2c12d179ac, 0xedaeeed94a6f4918cc17766caae18bc6b0e47a0a28b7596ecdff83951521ab23, '', 0, '?'),
(0xb0358e04ba388abbf954350614fada2d, 'wp-content/plugins/wordpress-seo/src/helpers/require-file-helper.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/require-file-helper.php', 1, 0x00000000000000000000000000000000, 0xa3fe6ed97aac324d1f0b34d9fea8d2d1, 0x809d1bb203a22ee91b6b8b938b89c43d405b39b857a90fa4502b7ca793bf389d, '', 0, '?'),
(0x7a6c2c7357e136a475440cd057d1b5fa, 'wp-content/plugins/wordpress-seo/src/helpers/robots-helper.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/robots-helper.php', 1, 0x00000000000000000000000000000000, 0xdf25b7c601e5bcfcfd743c8f865b677a, 0x39fdb34d5ffbcd90bb9d95b719d5f6e640b83aba293930fc5d82f0be675f7458, '', 0, '?'),
(0x7798dc27ae1af5fbeec1ba2ffca9b391, 'wp-content/plugins/wordpress-seo/src/helpers/sanitization-helper.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/sanitization-helper.php', 1, 0x00000000000000000000000000000000, 0xb138b4f4182b10f46407057d81c95550, 0x6669f88238dc53179f8bd2a58af87a548ca896c964e0082277bb1727d971ce34, '', 0, '?'),
(0x3364c9ceabd56a4bae3c75a5e3632177, 'wp-content/plugins/wordpress-seo/src/helpers/schema/article-helper.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/schema/article-helper.php', 1, 0x00000000000000000000000000000000, 0x83ed95e3d7834d14fdb1d30df67db9bc, 0x73f7a97b9e4ce4ac03a6df9587b92cb539fdbb6065c4e4e7cecd218c55adf438, '', 0, '?'),
(0x17f6a735c6d31946811c97c16241ab81, 'wp-content/plugins/wordpress-seo/src/helpers/schema/html-helper.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/schema/html-helper.php', 1, 0x00000000000000000000000000000000, 0x1dbdfea84a54a9abf32477a352d9cd5a, 0xae431b90e2af38325a274e844399f6d2632977c7f47f377019c5bfdb04d1942f, '', 0, '?'),
(0x0ec68345010e47197eaffcd4bbe77c0f, 'wp-content/plugins/wordpress-seo/src/helpers/schema/id-helper.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/schema/id-helper.php', 1, 0x00000000000000000000000000000000, 0xda3cb940ca05f161cfe8a3150b2e8345, 0xd4fe1d5d10a579def46dd14b4dc2aab65cdab867e2ca98054e4bbfd8c9d39910, '', 0, '?'),
(0x345636afa37566098883a54aa0074b64, 'wp-content/plugins/wordpress-seo/src/helpers/schema/image-helper.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/schema/image-helper.php', 1, 0x00000000000000000000000000000000, 0xc056553268641ef8cc4b99883eaf11e9, 0x6d43ba66aa12dfb23c073fcb7819523733f0b2a48497ecd097197a25d1b2176f, '', 0, '?'),
(0x1d4fc5daba12fc5eea38b44b71fa96a7, 'wp-content/plugins/wordpress-seo/src/helpers/schema/language-helper.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/schema/language-helper.php', 1, 0x00000000000000000000000000000000, 0x701cdacc53ac74a4e2ec49b4a91148d6, 0x09e02b7fb791e9723f92c656904e08737bb3a2de18862189107988b495611caa, '', 0, '?'),
(0x990da48b25bb417db12a20f3b78fe756, 'wp-content/plugins/wordpress-seo/src/helpers/schema/replace-vars-helper.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/schema/replace-vars-helper.php', 1, 0x00000000000000000000000000000000, 0x54247287264dff9843b5dad2c4483f81, 0x667d868317e90d20ba8278d6b562060ce20862333a845facd3cb9a5302b5a4bb, '', 0, '?'),
(0x9c42cc50666e17a7e697d561a1abf6d1, 'wp-content/plugins/wordpress-seo/src/helpers/short-link-helper.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/short-link-helper.php', 1, 0x00000000000000000000000000000000, 0x6c5650d69d343c35cec24e6de0192495, 0x339484b8db30df08f6ceb7d1183f79e91f2d50d7ef75111b53f8118853fd62ee, '', 0, '?'),
(0x66456129726977433458e5aec79ad670, 'wp-content/plugins/wordpress-seo/src/helpers/site-helper.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/site-helper.php', 1, 0x00000000000000000000000000000000, 0xab544b5d8f7b4071145659a3d849fcb2, 0xcb616a9d1e0c8a4d7c7311239e645b7684d75d5dfffa1a249d1ad2b8d89f63ce, '', 0, '?'),
(0xe56f82dff8ef3a6f4e0e70271b64b321, 'wp-content/plugins/wordpress-seo/src/helpers/string-helper.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/string-helper.php', 1, 0x00000000000000000000000000000000, 0xbea736e0ab93284497ae3422d978beec, 0x9de86656ba27bd4dd3e1b67c47c9af1f004d541b00a18329c67c5b07379a9079, '', 0, '?'),
(0xabd2b04adfe83f0afbf4fad3247a0eca, 'wp-content/plugins/wordpress-seo/src/helpers/taxonomy-helper.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/taxonomy-helper.php', 1, 0x00000000000000000000000000000000, 0xf17cd8f47d6c996a5403262b52646555, 0xa8ce59bf79190bbccf087de10e9f96fd805dcd95ed30d3bdf0744db23bef7c10, '', 0, '?'),
(0x30592e71e17ee3f3f1c21f44e1e1cbd3, 'wp-content/plugins/wordpress-seo/src/helpers/twitter/image-helper.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/twitter/image-helper.php', 1, 0x00000000000000000000000000000000, 0xdae042deef640c78de0725e8cd571594, 0x81162d692958f74635b88153828e9f6d0cc027322dc7a9108934fa86d34d8e48, '', 0, '?'),
(0x341566a80b6d4677df1ff10a088a933e, 'wp-content/plugins/wordpress-seo/src/helpers/url-helper.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/url-helper.php', 1, 0x00000000000000000000000000000000, 0xab5cd4c140c5736aa2bb37ab36d788bc, 0xba475f3f4d894b4ca3d332028e02c10520263aff359ba521c86a5fb07c2c1128, '', 0, '?'),
(0x9bb508ad905968b820a994ab87bf0999, 'wp-content/plugins/wordpress-seo/src/helpers/user-helper.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/user-helper.php', 1, 0x00000000000000000000000000000000, 0xc29796b9fc3b0ff11836abfe552e4bf2, 0xc4912df508ad88b48a0078429a3143d12b44fb4ffad7c9adcbe625af48d13f33, '', 0, '?'),
(0x71b4f33023cc24942f0bcfc971680a07, 'wp-content/plugins/wordpress-seo/src/helpers/wincher-helper.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/wincher-helper.php', 1, 0x00000000000000000000000000000000, 0xf30544194b0a61808ed74ac850d311a8, 0xd5de8bd3bd59ce136a333181ad0f96f0a517e3dc1da2b1978373632e026248bf, '', 0, '?'),
(0x3b721f4dc8c1524a5df10f131ff09e37, 'wp-content/plugins/wordpress-seo/src/helpers/woocommerce-helper.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/woocommerce-helper.php', 1, 0x00000000000000000000000000000000, 0x40e7d01014facdf01dce73f937903ad7, 0x54f74ce6352dfec153843fcd76dc39224a90a84f6e05bc50cca537b925854f75, '', 0, '?'),
(0x6536ac7556fe0e403c3fcb774381fd43, 'wp-content/plugins/wordpress-seo/src/helpers/wordpress-helper.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/wordpress-helper.php', 1, 0x00000000000000000000000000000000, 0xb010e8dbc3b1badcdc831803dfd7c2ec, 0x1184706a384132df61ef26a07f7b8b20b280bcc322397c99c8165a58093b5756, '', 0, '?'),
(0x39db9ee92ef3dd0f2f03f0a3193a7f1c, 'wp-content/plugins/wordpress-seo/src/helpers/wordproof-helper.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/wordproof-helper.php', 1, 0x00000000000000000000000000000000, 0x8edfe70b1f6ffa9f91bb6e23e7afd377, 0x6f5e2a6308be8da350cf16cfa84625f10c753735d4199c53c1db6777b600688a, '', 0, '?'),
(0x51fad3292a380e4fbcd4ab343b11a569, 'wp-content/plugins/wordpress-seo/src/helpers/wpdb-helper.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/wpdb-helper.php', 1, 0x00000000000000000000000000000000, 0x3cfd03b680e1c67ce457b73437346dd7, 0x42ff12481806f8c60d24d8c2691d8f01b3059d24d804500764c520cf21d9a739, '', 0, '?'),
(0xca40193e412d0079459d2221e8231018, 'wp-content/plugins/wordpress-seo/src/initializers/disable-core-sitemaps.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/initializers/disable-core-sitemaps.php', 1, 0x00000000000000000000000000000000, 0x1474a345e9b792d09f20ab119576a695, 0x897e583a7fdec4247abb77b9ec9093b774a56c8ab1e519272f328b0c334fdd95, '', 0, '?'),
(0x7113e08ad7076cf9a4bdb591fb3eab00, 'wp-content/plugins/wordpress-seo/src/initializers/initializer-interface.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/initializers/initializer-interface.php', 1, 0x00000000000000000000000000000000, 0xfdecc658ba4dbfef0afc2fe4ce3074b4, 0x7bbc18de623ca74b03f8ee3115f86a843c81a710e2d880c4b5693158a886ccbe, '', 0, '?'),
(0x7e5e663d555083d1dbd8018b6b1031cb, 'wp-content/plugins/wordpress-seo/src/initializers/migration-runner.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/initializers/migration-runner.php', 1, 0x00000000000000000000000000000000, 0xfc5219f5b3c91ec85ce5e3b760749ab1, 0xca3b0ed4fac1f9369f6e82ec0510b08fae2cb55fc0838106fc86b094b14655e7, '', 0, '?'),
(0xe72e9d0a077a1ba0ff5c479f15a9d067, 'wp-content/plugins/wordpress-seo/src/integrations/abstract-exclude-post-type.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/abstract-exclude-post-type.php', 1, 0x00000000000000000000000000000000, 0xc96c2454b023d242a7f49e58d9e41a29, 0x2eabc10499590dd9e42b77c047d568fb38d7d00f68f6b7ccee766ff7eab5f339, '', 0, '?'),
(0xcbe4a959418b6dbebecb3c53921f390c, 'wp-content/plugins/wordpress-seo/src/integrations/admin/addon-installation/dialog-integration.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/admin/addon-installation/dialog-integration.php', 1, 0x00000000000000000000000000000000, 0xff16cc92c26eb96e5a8799f8ab587b27, 0x87a7fb9cd89f5b80a5c5aacd220035c5726d0f7d9c16355d67faa7ffcc731475, '', 0, '?'),
(0x80f58bb2db5e566a4c5a58db3874a88e, 'wp-content/plugins/wordpress-seo/src/integrations/admin/addon-installation/installation-integration.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/admin/addon-installation/installation-integration.php', 1, 0x00000000000000000000000000000000, 0xf001f921735067860044e4abf5d7e304, 0xbc89650e415eef54a161667d3ec917df715b982d38a1a22f94cb3526fdbb809a, '', 0, '?'),
(0x47bd88341c6fc9c0630b97fc25906bb2, 'wp-content/plugins/wordpress-seo/src/integrations/admin/admin-columns-cache-integration.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/admin/admin-columns-cache-integration.php', 1, 0x00000000000000000000000000000000, 0xd7f4a706b72d15edfa566efd8ce3d25a, 0xccc1184da3bebcf7c47402d0fe25b2d6b9b82c6d11af3d568b0f1b4e064527ce, '', 0, '?'),
(0xa732df76f727a4b3f6d27bbb3100aae1, 'wp-content/plugins/wordpress-seo/src/integrations/admin/background-indexing-integration.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/admin/background-indexing-integration.php', 1, 0x00000000000000000000000000000000, 0xd3eaf41c9f79ddbd8149bc52d384a08a, 0x8e81f6d474b6bd37a865656f760d14dd87da8786b7e63ac0190c9302fcd75c7a, '', 0, '?'),
(0x15fee76e45aa5c6ea0bf7ab13e69503f, 'wp-content/plugins/wordpress-seo/src/integrations/admin/crawl-settings-integration.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/admin/crawl-settings-integration.php', 1, 0x00000000000000000000000000000000, 0x084a755acb8e294909e73a8bc5f12c32, 0x4ff72fa598bf3597adc16553201bfb005c660b310e59d9257b730286cc2bda7f, '', 0, '?'),
(0x46561d4abf2554bc791c06d98bab6582, 'wp-content/plugins/wordpress-seo/src/integrations/admin/cron-integration.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/admin/cron-integration.php', 1, 0x00000000000000000000000000000000, 0xad238303d55b2e467052be19e89cfb62, 0xf28dd6b46b1c54ce19e17a674a0cfca80b67cc42b51f6a65017f2901e14cb933, '', 0, '?'),
(0x465087f05701d60f341e56cfe7c0366c, 'wp-content/plugins/wordpress-seo/src/integrations/admin/deactivated-premium-integration.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/admin/deactivated-premium-integration.php', 1, 0x00000000000000000000000000000000, 0x2075a995d10721bfdd3a5287a83b3328, 0x051604b90729dc81510cfb461328a0edb8c759ea717b7fde7d6d269da2a08e49, '', 0, '?'),
(0xbc489af438d097af98328fbd0345b836, 'wp-content/plugins/wordpress-seo/src/integrations/admin/disable-concatenate-scripts-integration.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/admin/disable-concatenate-scripts-integration.php', 1, 0x00000000000000000000000000000000, 0x780029955c6281b0aeea36095983908e, 0xd89217e8c452ac1601523ca69345668c3a7f263c4131107b205d7cea80863064, '', 0, '?'),
(0xefd81e04eedb561eb903121f316cc93e, 'wp-content/plugins/wordpress-seo/src/integrations/admin/first-time-configuration-integration.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/admin/first-time-configuration-integration.php', 1, 0x00000000000000000000000000000000, 0x17c9f4b5b999006c75650a8e82cbd8c2, 0x26c3f06a1103cd9859002df8691e5424653b691c6cb1db52199205bfe0cf73e0, '', 0, '?'),
(0xd76d40c791696caa1346999d346b3619, 'wp-content/plugins/wordpress-seo/src/integrations/admin/first-time-configuration-notice-integration.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/admin/first-time-configuration-notice-integration.php', 1, 0x00000000000000000000000000000000, 0xe91abef8c3985416a034bda62dbf7af9, 0x5bf6c92be7e8d065194e2eeee173a7bfe62d5c6605e5e4cd1fe23bd5575e7f16, '', 0, '?'),
(0xc3d3d4482bd6a7720eb90159760925f3, 'wp-content/plugins/wordpress-seo/src/integrations/admin/fix-news-dependencies-integration.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/admin/fix-news-dependencies-integration.php', 1, 0x00000000000000000000000000000000, 0x2c2348d872e953581ec614fe8e6c3d9c, 0x797c34583ae656e04015ee107dc9dd4b98fa6c76039a7b773df24a48592c9ec6, '', 0, '?'),
(0xa7d5a70a2779baadc7d1980ba8b50806, 'wp-content/plugins/wordpress-seo/src/integrations/admin/health-check-integration.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/admin/health-check-integration.php', 1, 0x00000000000000000000000000000000, 0x24ff7f36e2feed9eae4b7cc58444cfa9, 0xf98fc78e63907c0333d7526a384210ff87321dcdc543e987685d10b83478659f, '', 0, '?'),
(0xc09c58ef22c998929d9c633532653866, 'wp-content/plugins/wordpress-seo/src/integrations/admin/helpscout-beacon.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/admin/helpscout-beacon.php', 1, 0x00000000000000000000000000000000, 0x64728858f5407f367c071c7f46aca9f3, 0xe595f50ef5a29fe3af5861efb3ae8b0d1938555f95481d77d336dd14f7f55e79, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xec1360dc12f2f816c5d37d536d802772, 'wp-content/plugins/wordpress-seo/src/integrations/admin/import-integration.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/admin/import-integration.php', 1, 0x00000000000000000000000000000000, 0xb8cab612d78185d2a048802bfdc2a8a8, 0x96eefd77b511ddbc42b93c89899b46ae3da037a65bfdeaf617493786f8d6e59c, '', 0, '?'),
(0x20455e67d9132798120cd4ad66514491, 'wp-content/plugins/wordpress-seo/src/integrations/admin/indexing-notification-integration.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/admin/indexing-notification-integration.php', 1, 0x00000000000000000000000000000000, 0x7706caf987e79b37995f4d62c6eb57c2, 0x021f2df96aba7a4b494bd38c058cbd6a5b0d1d23f23591a176e136701d91e3e7, '', 0, '?'),
(0xa9a30827a2deed698d9533a08a889680, 'wp-content/plugins/wordpress-seo/src/integrations/admin/indexing-tool-integration.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/admin/indexing-tool-integration.php', 1, 0x00000000000000000000000000000000, 0x0bb25dd2b4446dcdb527e3e2714d37a6, 0x58e053185010b3b3475f42c0100959c63ee3760786962d223e60e6be22c0b516, '', 0, '?'),
(0x0e6bd543cc4c8aa04a9b94b8d069e67b, 'wp-content/plugins/wordpress-seo/src/integrations/admin/installation-success-integration.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/admin/installation-success-integration.php', 1, 0x00000000000000000000000000000000, 0x16fb172a9579d0ae7d462825e89c2d5b, 0x4d544c40a391b66d4e79f3664db0e9eec822905a97b40f45b187e2f9a50a6649, '', 0, '?'),
(0x97c6075408318dacd093e0c6f316b1b4, 'wp-content/plugins/wordpress-seo/src/integrations/admin/link-count-columns-integration.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/admin/link-count-columns-integration.php', 1, 0x00000000000000000000000000000000, 0x9528c29f49ae6c47394aa8bbc655e46d, 0xf3208baf4f92c22108a082b7a6811915ea974eb501c32f4fdbdba909e3c7b895, '', 0, '?'),
(0xfc057d961a63cab6bbecf5f5c605883b, 'wp-content/plugins/wordpress-seo/src/integrations/admin/menu-badge-integration.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/admin/menu-badge-integration.php', 1, 0x00000000000000000000000000000000, 0x20e00dec064e2d0a3d3227f12d725847, 0xbbce82bc1d1f2f12257a2734111627e934168f2faf7e4073c6b85327fdff5329, '', 0, '?'),
(0x813d195ed489527533394d25c6210be1, 'wp-content/plugins/wordpress-seo/src/integrations/admin/migration-error-integration.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/admin/migration-error-integration.php', 1, 0x00000000000000000000000000000000, 0xaa0d09d888d0e51a8a848c5f15573238, 0x7613f62af88e471dce07ee1ec0180d24a59e45b55aaf3adb9e9cc366e7c298cf, '', 0, '?'),
(0xf073bc25c5e0bc4c423412629e8c63bf, 'wp-content/plugins/wordpress-seo/src/integrations/admin/old-configuration-integration.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/admin/old-configuration-integration.php', 1, 0x00000000000000000000000000000000, 0x1c545b29d770361b643935dd4bbc08e7, 0xe5cd4e24ee51786371e1e10115ac12fdc3bac6f8c9a0f41e540fa701cc114acd, '', 0, '?'),
(0xca33c99145e9dac83e2da7a7310e666e, 'wp-content/plugins/wordpress-seo/src/integrations/admin/redirects-integration.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/admin/redirects-integration.php', 1, 0x00000000000000000000000000000000, 0x3b77f0b76b06562849a9325992475ebb, 0x6a1746becafaa17dd52643703f1a65db1afe012445b5bdf9c6242735acf4ae6d, '', 0, '?'),
(0x91f6753037773ed4a7f7603f068f8a5e, 'wp-content/plugins/wordpress-seo/src/integrations/admin/ryte-integration.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/admin/ryte-integration.php', 1, 0x00000000000000000000000000000000, 0xc99cade7b424f004c860e83b6a7a44c4, 0x2cc32b989a6c33c3162b956fe86394773c8d1f56f0cd361e8bcf371805c984fd, '', 0, '?'),
(0xc6738b7517703559ba80cc59fc005f23, 'wp-content/plugins/wordpress-seo/src/integrations/admin/social-profiles-helper.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/admin/social-profiles-helper.php', 1, 0x00000000000000000000000000000000, 0x644be19545625dc5fb4497c4f6268475, 0x31315c3f76cb482070dd0797199878b6b449cb38ddb346a1c2769a8a39952b75, '', 0, '?'),
(0x4eda0e8a9b6c7654dc8687bfc24558a2, 'wp-content/plugins/wordpress-seo/src/integrations/admin/social-templates-integration.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/admin/social-templates-integration.php', 1, 0x00000000000000000000000000000000, 0xacb68123b90509f44dcac37b6241f043, 0xc0579f9ecc72de4b48e2f68e58c613a8fd1c9eebe6bada8079ea8e65ec164ca7, '', 0, '?'),
(0xd3ede4ed47cedec149061a96d8a338a1, 'wp-content/plugins/wordpress-seo/src/integrations/admin/workouts-integration.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/admin/workouts-integration.php', 1, 0x00000000000000000000000000000000, 0x52dee558107328b8be8e8da14587b1f4, 0x725830b24da5d875371fbe26e567f292a9e4bcd29ce9563e6911a88279a2bceb, '', 0, '?'),
(0xa03b6f94e1bc4f9f75547de5d6144054, 'wp-content/plugins/wordpress-seo/src/integrations/alerts/abstract-dismissable-alert.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/alerts/abstract-dismissable-alert.php', 1, 0x00000000000000000000000000000000, 0xe7bccbed2d759ef9cb4aea664f9268df, 0xd6f52041902480fb79a7cc5b2dee64fea0fa13cd42755c0cf2095e3d375a404a, '', 0, '?'),
(0xd84942cca024fd514d79ac4c6485e73f, 'wp-content/plugins/wordpress-seo/src/integrations/alerts/webinar-promo-notification.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/alerts/webinar-promo-notification.php', 1, 0x00000000000000000000000000000000, 0x11d09dd5bd8f063d06cdc02993da4768, 0x66ad10f0bc1570ee1548cd93d8099ec5f1467c68f69f6f3c65a69c3c2cee3364, '', 0, '?'),
(0xb2254aa0d911de7b0361541378a19a32, 'wp-content/plugins/wordpress-seo/src/integrations/blocks/abstract-dynamic-block.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/blocks/abstract-dynamic-block.php', 1, 0x00000000000000000000000000000000, 0x0ce261963662e48d7987ecc39de7dd90, 0x13bedd0acc240a5ecd1c8f9df855ec23917c0fc57deea7d0ff5885d8458c9209, '', 0, '?'),
(0x73ffa46a27485da5107b345efdbffb7f, 'wp-content/plugins/wordpress-seo/src/integrations/blocks/block-categories.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/blocks/block-categories.php', 1, 0x00000000000000000000000000000000, 0xa1d2bf83e4675f427620b82b7be03d29, 0xf9a046312f332ede33d66f53490802bf1d13876c33788d91179f0f2d6dd0dff1, '', 0, '?'),
(0xc691fc59a443724a041e72d7cb16b5d6, 'wp-content/plugins/wordpress-seo/src/integrations/blocks/breadcrumbs-block.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/blocks/breadcrumbs-block.php', 1, 0x00000000000000000000000000000000, 0x3a6a5180c98b445b0bf8df0574e10308, 0xba1e1e5b65f19e1de10a83766beb3850314fa32ec9da43c4dc0cbdacb87bbb84, '', 0, '?'),
(0x861de5cb733f1d8ae8509868238425d7, 'wp-content/plugins/wordpress-seo/src/integrations/blocks/structured-data-blocks.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/blocks/structured-data-blocks.php', 1, 0x00000000000000000000000000000000, 0x354ad7a0bfea7cadf303d59c3f3eb188, 0x1c95824b51a1c991d42bc91afe615a2e97bc5e531473a5bf0935a86119f99329, '', 0, '?'),
(0xd3e62e22f029f3f884550dc7b83d7d5d, 'wp-content/plugins/wordpress-seo/src/integrations/breadcrumbs-integration.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/breadcrumbs-integration.php', 1, 0x00000000000000000000000000000000, 0x150e73844f3d4e12398ab84c5357afb1, 0x7b477c1ab828312f892c4a6250c79b5b8752746802651db0ce0c8f80784cb244, '', 0, '?'),
(0xa5b1022601f5d4fdae02231a83798b97, 'wp-content/plugins/wordpress-seo/src/integrations/cleanup-integration.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/cleanup-integration.php', 1, 0x00000000000000000000000000000000, 0xbce1201202eec86e801707e914b2a37b, 0x29e23424813f01b79b2be4e65b08e16165c7d7c9149737425d3426067c68c709, '', 0, '?'),
(0xf4f63c6e1cf3a14aa17c58ad4369403a, 'wp-content/plugins/wordpress-seo/src/integrations/duplicate-post-integration.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/duplicate-post-integration.php', 1, 0x00000000000000000000000000000000, 0x927beabfdbe632eb7bd275093a36fa43, 0x01dfca732296d28c8b024e6768d5fc1559b2c599fa2f67b71b7f652ea1f57e6a, '', 0, '?'),
(0x4227206030efe0a8fd7a796ec3a37cf1, 'wp-content/plugins/wordpress-seo/src/integrations/estimated-reading-time.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/estimated-reading-time.php', 1, 0x00000000000000000000000000000000, 0x42ef440117bd690649448c98398823e7, 0xf20e921b3316c300afcbe47b73f18e03bceff12f731895f139118c2afe9e82de, '', 0, '?'),
(0xfb6b3d9191f65c620f9d19f1cddca1c8, 'wp-content/plugins/wordpress-seo/src/integrations/exclude-oembed-cache-post-type.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/exclude-oembed-cache-post-type.php', 1, 0x00000000000000000000000000000000, 0x3347693a2fe2dca070ace99ed067648a, 0x2e0ff9e60c758707909b379d98f99eaea1c99787c5ffd64b4d2ae0319b43fb7d, '', 0, '?'),
(0x8cb061acc07393c14f03bf96a51fcabb, 'wp-content/plugins/wordpress-seo/src/integrations/feature-flag-integration.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/feature-flag-integration.php', 1, 0x00000000000000000000000000000000, 0xe0f28f82eb7852e3e6135cd5f99f2d15, 0xae23b63f7422a35fd5dce509f886493a00171d0ab296b461fe0b1e5baa2218a2, '', 0, '?'),
(0x1bd12355e90fd01ea46410a9e52c31cf, 'wp-content/plugins/wordpress-seo/src/integrations/front-end/backwards-compatibility.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/front-end/backwards-compatibility.php', 1, 0x00000000000000000000000000000000, 0x641793dcb3670a801f1d695db8bd529d, 0x2641486fe26e73069d970c3fcca25c7d46a07837675b5ea392b0ed6ba8f1c988, '', 0, '?'),
(0xfeac139cd9118295871c1c93448514a3, 'wp-content/plugins/wordpress-seo/src/integrations/front-end/category-term-description.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/front-end/category-term-description.php', 1, 0x00000000000000000000000000000000, 0xa5152a55873e1efee0b6050e4ed8548a, 0x5d19d233def73ad8e43ff5214687e35f6d7fab34f257dad61306e7bbcf9f105b, '', 0, '?'),
(0x0e1c1bf3ed29a7553f336a3bcb6a683a, 'wp-content/plugins/wordpress-seo/src/integrations/front-end/comment-link-fixer.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/front-end/comment-link-fixer.php', 1, 0x00000000000000000000000000000000, 0x62313104b680aca29105041357c73a77, 0x2ee6bc6812488feefe1910c40aa620699cfcd09496138239edcc1b793dda02b1, '', 0, '?'),
(0xaca422b996d6b3839addb8423d40d353, 'wp-content/plugins/wordpress-seo/src/integrations/front-end/feed-improvements.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/front-end/feed-improvements.php', 1, 0x00000000000000000000000000000000, 0x46cc2a11c05f29d06c55254d8f364cb3, 0xd33f186363519617368b9abfb6ef06724c441ebf1d6d2e2fe91bbd58ed9db6ef, '', 0, '?'),
(0xf743cb3adbf255383ef5a4d66826c168, 'wp-content/plugins/wordpress-seo/src/integrations/front-end/force-rewrite-title.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/front-end/force-rewrite-title.php', 1, 0x00000000000000000000000000000000, 0xb79995576c062f47958f04eb7a66904c, 0xfb48d80c8b9f2de92ece6765a0574578fc72b212734c041f564da9c67f7eb89d, '', 0, '?'),
(0xf57fc02895b99c7703fd07c453c2d64f, 'wp-content/plugins/wordpress-seo/src/integrations/front-end/handle-404.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/front-end/handle-404.php', 1, 0x00000000000000000000000000000000, 0xee3e7af89005d54d2ec40ae7e40008ba, 0x0330de8e2fea55432a0ce740db7671939dd098180488f70e2f73a9a1690d469b, '', 0, '?'),
(0xfd32e5a3e702a9ea3d456ac298dd680a, 'wp-content/plugins/wordpress-seo/src/integrations/front-end/indexing-controls.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/front-end/indexing-controls.php', 1, 0x00000000000000000000000000000000, 0x22ece54533c6622662039171a5eb0094, 0x31acbb38fd743b32d3217106dfd5ab332566217a766d4083cb98c41722e70e41, '', 0, '?'),
(0xcd6479c606c998330c159ffe93c316ef, 'wp-content/plugins/wordpress-seo/src/integrations/front-end/open-graph-oembed.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/front-end/open-graph-oembed.php', 1, 0x00000000000000000000000000000000, 0x7aade2915dbb8b2b87ed118320fbb0fe, 0x2976f7d73ae63019c63bacccd1d8ca107d6db6d0b634008db21495fcd64486c7, '', 0, '?'),
(0xdc17f3f314eec796ed1105c9ffb6826f, 'wp-content/plugins/wordpress-seo/src/integrations/front-end/redirects.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/front-end/redirects.php', 1, 0x00000000000000000000000000000000, 0x141f5d03c70809ec07d295daebf44395, 0xcfbb08691dc7b70d4ae55fcd53df8bc00658cc969d9234d026625e3a6f997119, '', 0, '?'),
(0xd67241fca4cf5d09809a2f7381fa2bd1, 'wp-content/plugins/wordpress-seo/src/integrations/front-end/robots-txt-integration.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/front-end/robots-txt-integration.php', 1, 0x00000000000000000000000000000000, 0x4dfd5f34c7f00c020d2b211ab5274f54, 0x5053f48eb98b6a17657824457ccfceb2041548efbae30a1e003c3d0246a4819e, '', 0, '?'),
(0x5a8a2e7a5923bbfbace14f8cba6029bb, 'wp-content/plugins/wordpress-seo/src/integrations/front-end/rss-footer-embed.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/front-end/rss-footer-embed.php', 1, 0x00000000000000000000000000000000, 0x69d49b7ba9b0cbfc39134f5f8e74e1f0, 0x16e59edfca98a3c11f8324910f69258050c56ceac52c32024e0e69ab5c6517de, '', 0, '?'),
(0x2f276cb6c89e43a461dd9f4085a539fd, 'wp-content/plugins/wordpress-seo/src/integrations/front-end/schema-accessibility-feature.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/front-end/schema-accessibility-feature.php', 1, 0x00000000000000000000000000000000, 0x623ce2b6b06ba5ea608e6e2de6d5fecd, 0x80bde15e942682d1d6bb8dd2237a0030c3ef011bb5bc3d6a5703d19fdb369c45, '', 0, '?'),
(0x128136f2e764130237cce9b61343cf80, 'wp-content/plugins/wordpress-seo/src/integrations/front-end/theme-titles.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/front-end/theme-titles.php', 1, 0x00000000000000000000000000000000, 0x8852f4cd5e54fd538d888c8dd6f7f50d, 0xd1425bf9c0caa7519ad1aa9494d1bdaa60b5441457c0f5f672210f940e88d3c2, '', 0, '?'),
(0x87b5a20c598d911011bda27899faa451, 'wp-content/plugins/wordpress-seo/src/integrations/front-end/wp-robots-integration.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/front-end/wp-robots-integration.php', 1, 0x00000000000000000000000000000000, 0xdd0d6052625fc16e112b66c3cce41ea7, 0x1bf487505de8469b1a3b4f08c1c8a2bdca63b84ac902e0eb748c42bb8d63f967, '', 0, '?'),
(0xb8164b6de34d83f8a2bcd06fd187807f, 'wp-content/plugins/wordpress-seo/src/integrations/front-end-integration.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/front-end-integration.php', 1, 0x00000000000000000000000000000000, 0x474252df5478cd189ab71fc1c8b9c89b, 0x629e68223a158c58c7b76605579d323afae11fd3e596e52eb7e7e86aaa172176, '', 0, '?'),
(0x5294b24194c9c6483d80d357c33ee561, 'wp-content/plugins/wordpress-seo/src/integrations/integration-interface.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/integration-interface.php', 1, 0x00000000000000000000000000000000, 0x0e7187f630004e869ccd4409dd46aa13, 0xb9536cfea76641d710204fbf0b0609ec777c113d4542cd90eb4466b2ad910471, '', 0, '?'),
(0xba2029b921682452a755767898c6bade, 'wp-content/plugins/wordpress-seo/src/integrations/primary-category.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/primary-category.php', 1, 0x00000000000000000000000000000000, 0xd3b3e9204893c08420cc9dd4db557381, 0x7dde9a3aaf7f4d811b2963a7f0cf9d2502fe4e074256bfcce1217591851c6c7b, '', 0, '?'),
(0x24e27aa7001bb87299d5daf1ecd30d67, 'wp-content/plugins/wordpress-seo/src/integrations/schema-blocks.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/schema-blocks.php', 1, 0x00000000000000000000000000000000, 0x8f820f6af8ffe756474791a5b44cbe50, 0x06a43db2fcf8b172a95904b0765462168ebbb788b63edf812cdf6e63ce0d1d4d, '', 0, '?'),
(0xf3fa38d4d85532e8ff54e34d15659ca1, 'wp-content/plugins/wordpress-seo/src/integrations/third-party/amp.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/third-party/amp.php', 1, 0x00000000000000000000000000000000, 0xebb2a8402bb5c9911a7e9c4735207772, 0xec0ff6de0aaf5fc4df772a507a8f8f9e2a5a23ed34b377182c4cb775659fa907, '', 0, '?'),
(0x98f10f656e27039a810f4c42766a950d, 'wp-content/plugins/wordpress-seo/src/integrations/third-party/bbpress.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/third-party/bbpress.php', 1, 0x00000000000000000000000000000000, 0x513781241e84fc5076f3cff64b28376d, 0xc97ab9c429791e82fefe4a5605919cb1a6677bd9b178438322760f466e645058, '', 0, '?'),
(0x24e9b3280517302bfccda5badb224868, 'wp-content/plugins/wordpress-seo/src/integrations/third-party/coauthors-plus.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/third-party/coauthors-plus.php', 1, 0x00000000000000000000000000000000, 0x05cc477879f8d456e23e730bc3adca2f, 0xaeb38f49897e7ad2f5d4f6574d1295be4ee8e21c82db0a6b14adf886012f5bc3, '', 0, '?'),
(0x8f8b059c7c6a34b5cec1384b9c482cc8, 'wp-content/plugins/wordpress-seo/src/integrations/third-party/elementor.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/third-party/elementor.php', 1, 0x00000000000000000000000000000000, 0xd9f1c620ac4601d71a25a218a00ea157, 0x9aa8a0c7df25b8d6c1cb512b1adabbfa81fdfd0083a9462c6b87df414d764acb, '', 0, '?'),
(0x29b47f3bb3a5d17456dff2cc6e199716, 'wp-content/plugins/wordpress-seo/src/integrations/third-party/exclude-elementor-post-types.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/third-party/exclude-elementor-post-types.php', 1, 0x00000000000000000000000000000000, 0x4ff0228c74ff28321c5de5136c11aa9d, 0x36dcb5c9f883d026bdb46073e3c97b8660f2011a4f083193b5db2cc4048ba7b2, '', 0, '?'),
(0x64f57c96a64b3c63f5ee3a7f38d751ab, 'wp-content/plugins/wordpress-seo/src/integrations/third-party/exclude-woocommerce-post-types.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/third-party/exclude-woocommerce-post-types.php', 1, 0x00000000000000000000000000000000, 0x708252a679e91c060ae3a881d6e214a2, 0xe4e061aa09f6f4427c5b34f7ffb6ba8a5dd39bc4b3c3c9078c29e89424905bf6, '', 0, '?'),
(0xd0c9c9148a8e2e1c705dbcc816bde05a, 'wp-content/plugins/wordpress-seo/src/integrations/third-party/jetpack.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/third-party/jetpack.php', 1, 0x00000000000000000000000000000000, 0x1eb7d948b09c4c4d8bf1ee5d6a3895d2, 0x5b6c6a3d1f93e087425b0a7f2215bfb1c97542be755b5564e6b2523eb165ceab, '', 0, '?'),
(0x7769af9923eb5dd1ea46f612b69a5388, 'wp-content/plugins/wordpress-seo/src/integrations/third-party/the-events-calendar.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/third-party/the-events-calendar.php', 1, 0x00000000000000000000000000000000, 0x78e0caf540c5eeed8e427b02745a041c, 0x38bfb4a5c71db5932c7cec88827ef8ef2e8e51addbf4651d77c625df32246414, '', 0, '?'),
(0xd7762236d46017d27679ef4884aa8cb9, 'wp-content/plugins/wordpress-seo/src/integrations/third-party/w3-total-cache.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/third-party/w3-total-cache.php', 1, 0x00000000000000000000000000000000, 0x6458d47f0888b64516fd25944582458d, 0x2cf99b3b51d7cb5d9b3ac5adb8f00d7b237ebce3af8eb117695c24eb1c97201c, '', 0, '?'),
(0xf57c962a772f1a548d2aba36ecc4624a, 'wp-content/plugins/wordpress-seo/src/integrations/third-party/web-stories.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/third-party/web-stories.php', 1, 0x00000000000000000000000000000000, 0xdad3d5be3082289b8f9877cfe9152238, 0x656ee730cc02e2b10d5eeb85b69464b7e580b21cff8b45f066913cfd85f8b45f, '', 0, '?'),
(0xd3bbdbacccb85ae9028b6128cb3b899a, 'wp-content/plugins/wordpress-seo/src/integrations/third-party/wincher-publish.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/third-party/wincher-publish.php', 1, 0x00000000000000000000000000000000, 0x44e3f5d6e12e36b4a099cc5cfd24df46, 0x3e4106b620866218f8c5af71e9b883e2cb06491ce053554955c7962ed518e27d, '', 0, '?'),
(0x038ff76efe0ddf0efe85a0e6691b175e, 'wp-content/plugins/wordpress-seo/src/integrations/third-party/wincher.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/third-party/wincher.php', 1, 0x00000000000000000000000000000000, 0xb522661bd7867564c7054091bfec78fd, 0xb75c86e45ec2974c743069c3685adeedee980cf7c128fc41acd1e58cb5b5a166, '', 0, '?'),
(0xc1527ac6c82f5fce38be402793211788, 'wp-content/plugins/wordpress-seo/src/integrations/third-party/woocommerce-permalinks.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/third-party/woocommerce-permalinks.php', 1, 0x00000000000000000000000000000000, 0x82a5c739353a08239280b84aea637b9d, 0x795b8d26f96d86f560d11082a31dc42ae0d1e0838977869b155d2dc6836c5c18, '', 0, '?'),
(0x3945732b9daf0a616a7f290b1c80cfd2, 'wp-content/plugins/wordpress-seo/src/integrations/third-party/woocommerce.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/third-party/woocommerce.php', 1, 0x00000000000000000000000000000000, 0x319238f704834c6e844766a2b2c64316, 0x284d4633bed04e76a1251f9c7a5973e54bbfea45174d228c65c99abc75743da8, '', 0, '?'),
(0xe8eba0794bc7e470de6a2e305d41a701, 'wp-content/plugins/wordpress-seo/src/integrations/third-party/wordproof-integration-toggle.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/third-party/wordproof-integration-toggle.php', 1, 0x00000000000000000000000000000000, 0xaca8be7fea102000405cfb8d7ec86468, 0x9032b470d5f30ba7d1fd697fb8f3c3347e871d4a1295c7855ff81cb42ed674ff, '', 0, '?'),
(0x4edaa1747fbc061e4a0318083f6777c0, 'wp-content/plugins/wordpress-seo/src/integrations/third-party/wordproof.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/third-party/wordproof.php', 1, 0x00000000000000000000000000000000, 0xee76a2553526dd132a161a0bf75947ed, 0x79d392c4ef7b45c47511654bda4f7f9c7c8fb4f8b6e417656a02396bc00b24b2, '', 0, '?'),
(0xf8ab12362bf912d925d5c9ba01201db4, 'wp-content/plugins/wordpress-seo/src/integrations/third-party/wpml-wpseo-notification.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/third-party/wpml-wpseo-notification.php', 1, 0x00000000000000000000000000000000, 0xa30b848d0972acda5a493d6271c71c21, 0xea77e00be0f700a68eaa1baf7bc2d90ffd73293698ada13218d19569b743d814, '', 0, '?'),
(0x3510bbc77a62406441c1633e8c864196, 'wp-content/plugins/wordpress-seo/src/integrations/third-party/wpml.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/third-party/wpml.php', 1, 0x00000000000000000000000000000000, 0x9dd5f97a7a215c4d4cba225cd1caa9f1, 0xb8a5c396c7aa536c6eafad37f1ab7c134e52e21ef05de1ef78409195fa92fa19, '', 0, '?'),
(0x4e0abb89db138f73159ed0e49f7da39d, 'wp-content/plugins/wordpress-seo/src/integrations/uninstall-integration.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/uninstall-integration.php', 1, 0x00000000000000000000000000000000, 0x72ab1580d052caf21e1aba6d47a21f27, 0xda7e95076e723c52ccfc33fb3ede3d60c7d4cc0207ab95debfe0ef83a9578ff4, '', 0, '?'),
(0x4a304ee483edea04fe7127e0749e6f23, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/addon-update-watcher.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/watchers/addon-update-watcher.php', 1, 0x00000000000000000000000000000000, 0x3c105814b05af59f501b16e8653a8834, 0x6ef7f92dd62ee6ff23888f48c4d0ab62cadb56312305adadc7a9c68e20fadc4c, '', 0, '?'),
(0x24ea471f451df06b06c63c5bbd8cfc9b, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/auto-update-watcher.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/watchers/auto-update-watcher.php', 1, 0x00000000000000000000000000000000, 0xbbd64f0ebe5a62488572f72670aa6594, 0x1204eae9d64780b4d2c1b6ea6237ec5f2b9df790be7bc069b8a2ab780332b136, '', 0, '?'),
(0xed6b2e8c4f6a4dc7180f5383e590c39f, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-ancestor-watcher.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-ancestor-watcher.php', 1, 0x00000000000000000000000000000000, 0xbbf17222214358aeb2f7de05627ece69, 0xefe7f78bddf42a5accb8da4b7a15627c92eb0420f4cfb606d2d13dfe78321f2f, '', 0, '?'),
(0x02123c00249bd09c3ff9f0832d385500, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-author-watcher.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-author-watcher.php', 1, 0x00000000000000000000000000000000, 0x2826a1d9614044244a796785ac61a91c, 0xf886e41bd214176a163a833d93166d352e62cca5d3ef737995c206af6d0b9e43, '', 0, '?'),
(0x8692f2798d307318f3a306f3ade8873f, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-category-permalink-watcher.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-category-permalink-watcher.php', 1, 0x00000000000000000000000000000000, 0xcae1e4abe07b7323c00419fa25c5b7e5, 0x3559337c109cc7715c28f48862f9d779ba601406baf6bf4856e9a476fb334f47, '', 0, '?'),
(0x90b382e86c928b87a66004623d9fb4e7, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-date-archive-watcher.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-date-archive-watcher.php', 1, 0x00000000000000000000000000000000, 0x225162f9481ff632bd6e82459d11df51, 0x0411bb33c6953fe8c56b198e2612d323bfcc8bbbd3d99831ebc289b3c3186af6, '', 0, '?'),
(0x7735ff6e3324a098f24c5a9dba326037, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-home-page-watcher.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-home-page-watcher.php', 1, 0x00000000000000000000000000000000, 0x1734a4956cedd0d5050178426c347d12, 0x98211883c3365a5430e33d087587904751176999fa12731708e43f61dfeeccd1, '', 0, '?'),
(0xdcb20349c13a20b6e56fd0aaf722f27f, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-homeurl-watcher.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-homeurl-watcher.php', 1, 0x00000000000000000000000000000000, 0x36b4bd7148ba18816a187a07e8bb6086, 0x23707dce91f2a3bc0eca5af863d6956e4d2ed1ff39d3100da5fdc62e32ec6d7f, '', 0, '?'),
(0x237414c26e1f32a8efd8d23dcf5e1656, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-permalink-watcher.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-permalink-watcher.php', 1, 0x00000000000000000000000000000000, 0x83e42fb0870d3b56327e0a43666c5f8d, 0x3aa27ce90dd2e23d24263a3be41b46bcedd912bba4b0cf03a409a0d3234df501, '', 0, '?'),
(0x2bdea66b555891b2a845a6b1829b6810, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-meta-watcher.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-meta-watcher.php', 1, 0x00000000000000000000000000000000, 0x3da335615ea62f437c677ca2788ca6e4, 0xdbffad6769a7f0ff3ae0b722e1284cc097b17bc447695d7254d5b43171c60f9c, '', 0, '?'),
(0xeec4c85f65e96d3e88f9f931b6569b8c, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-type-archive-watcher.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-type-archive-watcher.php', 1, 0x00000000000000000000000000000000, 0xfc0277495868044a6159f8236e700270, 0xd1d38921bd739c020bf9b5d31878f2adeccddf24f258806bb746382cf3f10436, '', 0, '?'),
(0xfea489844b4a56c3597f8fee125b5d0e, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-watcher.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-watcher.php', 1, 0x00000000000000000000000000000000, 0xb70e4311e92f67a0cf25e46b356f2b39, 0xc91a379cd1eb7addaf3006179c1444a7d4f061585e52da9a48c6492bffa86ff3, '', 0, '?'),
(0xbb5f29424952e2586f30d6b56c81e80c, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-static-home-page-watcher.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-static-home-page-watcher.php', 1, 0x00000000000000000000000000000000, 0xe4c5321c7d9582662c4ed27adc5c8162, 0x8f45d806162dcd6824245ee4d81a3fe6479ece025c9e349e5178482214b55351, '', 0, '?'),
(0x49ea8e6d3d21872e9a108dcfc20ff0ca, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-system-page-watcher.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-system-page-watcher.php', 1, 0x00000000000000000000000000000000, 0xe3faa2b29f3f3cfefdb345b4af5172c5, 0x853788786de0499f50af9399cb7a6179a0d2817a72f114f7eb02738b9907a940, '', 0, '?'),
(0x53f55c387a3b0f06ab58a5eb38e8fcac, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-term-watcher.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-term-watcher.php', 1, 0x00000000000000000000000000000000, 0xbe2f1c1bbf79f80340f6d367a8a58423, 0x4301e839e089103648db89ac071b70ea272947f0d143d363f482686c877be54e, '', 0, '?'),
(0x9a1e22bf8ce9c789cd981db046ca3b2c, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/option-titles-watcher.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/watchers/option-titles-watcher.php', 1, 0x00000000000000000000000000000000, 0x12fa8b1973efca60fb9be84657256cd3, 0xa0bf46dcc30102e2495651c581c8556650bc16f8a17f1a0a0fde43184e46541b, '', 0, '?'),
(0x20ab17a12431703c089489f48bb036fd, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/option-wpseo-watcher.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/watchers/option-wpseo-watcher.php', 1, 0x00000000000000000000000000000000, 0x1d228d00f56c03f7aad85058f3e24453, 0x11b7a56b30a6cb44c12ae5b7074318bac7f722d3c4760da76f3d6f5dde378f6f, '', 0, '?'),
(0x7163bb895fb3e0d2d2b2dbaf118a102b, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/primary-category-quick-edit-watcher.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/watchers/primary-category-quick-edit-watcher.php', 1, 0x00000000000000000000000000000000, 0x79af569c4365eba0d890c093872565af, 0xb9f1722f03897d1aedc354d517deef61b088bf1d195cc7e978dbab1dbc04aa86, '', 0, '?'),
(0x1d7de3b62f4ed2f67225835d74a59c18, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/primary-term-watcher.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/watchers/primary-term-watcher.php', 1, 0x00000000000000000000000000000000, 0x493add572af9a707c822a022f2e99000, 0xf124e52b88fe1f4b451e36c053b5d20293b3c64e98eed0ac4597c5a98a26814e, '', 0, '?'),
(0x3aaa791b592262cfeb87f6a969add9e8, 'wp-content/plugins/wordpress-seo/src/integrations/xmlrpc.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/xmlrpc.php', 1, 0x00000000000000000000000000000000, 0xc21340b21bbbdd8ffd9fead1224dda20, 0x559626965d14e68f90b014a5c233a33c79270b9d2c08efc38df50671ef673988, '', 0, '?'),
(0x8448090220c6963836179db0eb496eee, 'wp-content/plugins/wordpress-seo/src/loadable-interface.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/loadable-interface.php', 1, 0x00000000000000000000000000000000, 0x4a5c3ba49154ffff55f82a8dad406c3b, 0xf863b7c0d4a41a68908d4512419632e5669019d4be49f7c6c69d14a578d9112d, '', 0, '?'),
(0x08e4c22ee2644659ca4718cdb417234d, 'wp-content/plugins/wordpress-seo/src/loader.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/loader.php', 1, 0x00000000000000000000000000000000, 0x5ee82ae7c5cdeb3bdef463a6543f1551, 0xc701e0311e49060c4f919bfffb458aeb22d1a94b933403c450b51e89409baace, '', 0, '?'),
(0x94263f52320958502e7f2e22fa364613, 'wp-content/plugins/wordpress-seo/src/loggers/logger.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/loggers/logger.php', 1, 0x00000000000000000000000000000000, 0xff519f03328ed40ebb2f3d08b0ba970b, 0xee585089fc14bdba46fd275cda3ca59723dae54fbb3af026267d8fcce72e77cf, '', 0, '?'),
(0x65ff6758778423260cfabb6cf26c23a2, 'wp-content/plugins/wordpress-seo/src/main.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/main.php', 1, 0x00000000000000000000000000000000, 0x57092931157c74cca05d75932f100c9d, 0xb98a0417f4b1a9a2087712e06d2f5404f0dc18d24c2da6ad11a937ed2fe55786, '', 0, '?'),
(0xce8002f5b32d4711e12ac2d5c84431b7, 'wp-content/plugins/wordpress-seo/src/memoizers/meta-tags-context-memoizer.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/memoizers/meta-tags-context-memoizer.php', 1, 0x00000000000000000000000000000000, 0x6256d869269dd6846b53ae5f680d433c, 0x1ba7ff2e90501ca5c5318f0fc6bfd94d9f572fbb2fcc8f46393c0b10fbb0333a, '', 0, '?'),
(0x6c18010919af022ecb47f668eb95e8b9, 'wp-content/plugins/wordpress-seo/src/memoizers/presentation-memoizer.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/memoizers/presentation-memoizer.php', 1, 0x00000000000000000000000000000000, 0x63d1d578784f397b48df3d39885eeac7, 0x7de6d38dbfd61b595959beb146ef50a45f2b0dac34143128339bdfabe8420211, '', 0, '?'),
(0x94cdab35beda3e5d8e8ab6cdc5df741e, 'wp-content/plugins/wordpress-seo/src/models/indexable-extension.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/models/indexable-extension.php', 1, 0x00000000000000000000000000000000, 0xed5bc0ea7c00ee8924d933fdc1316c30, 0xa1f9518e3c952e93841b305ddb5a6bdd3afadeb83a2fc06d9e0f9cdc1d0bdde9, '', 0, '?'),
(0xfb1f0375ac730b557ef1592d7926529e, 'wp-content/plugins/wordpress-seo/src/models/indexable-hierarchy.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/models/indexable-hierarchy.php', 1, 0x00000000000000000000000000000000, 0x4464e95702f106c819bfdd48837a4bcb, 0xe0e265e8c0271f323f95ef2e1c4374fc276f25432030f458e440a93f8b79addf, '', 0, '?'),
(0xc7ffaac7dc5b5ebfb8a979459aa17342, 'wp-content/plugins/wordpress-seo/src/models/indexable.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/models/indexable.php', 1, 0x00000000000000000000000000000000, 0x2f42169c680611500d3a68d2edfc5acb, 0x5653aa7d78f98dc48cb7db2a253542a44bde2a89e35a0a3fb66d1233b0e02507, '', 0, '?'),
(0x25fe12b8af5d28327465facc28a3604b, 'wp-content/plugins/wordpress-seo/src/models/primary-term.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/models/primary-term.php', 1, 0x00000000000000000000000000000000, 0xac927ca8d803bfc3fab466502ccf2190, 0x59eea0d21cd093d28260a551d8243647fae6ea4f635759474af1ab18160e962f, '', 0, '?'),
(0x9cb14e9da5a6adfbb75e844ac457b099, 'wp-content/plugins/wordpress-seo/src/models/seo-links.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/models/seo-links.php', 1, 0x00000000000000000000000000000000, 0x263119c1cb17584a24dfa292ed2fe66c, 0x0a916f6c715d5469bd1f52ee5fc5ce84d811b6f1d4df06cb6377c0c775d62a1d, '', 0, '?'),
(0xa88dbd05962d16c22268a114cfeeb616, 'wp-content/plugins/wordpress-seo/src/models/seo-meta.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/models/seo-meta.php', 1, 0x00000000000000000000000000000000, 0x129be0b1afa3c2d5bb26873bd70d5812, 0xf6563d42bedd5fda2861adab43ee289ea4613d9b1ec6345f1160e555e49ce9d3, '', 0, '?'),
(0x7e13660b9b9324f730c5121964392d6e, 'wp-content/plugins/wordpress-seo/src/presentations/abstract-presentation.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presentations/abstract-presentation.php', 1, 0x00000000000000000000000000000000, 0x402817c273cf1353cc9c1fdf2f013c89, 0x6b0f94c753f980b39886f9ec502f3e7187dc8fd2f8c04cf22d40c9488d636618, '', 0, '?'),
(0x1e9e92492f06ec1c95e30a0919924611, 'wp-content/plugins/wordpress-seo/src/presentations/archive-adjacent-trait.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presentations/archive-adjacent-trait.php', 1, 0x00000000000000000000000000000000, 0xa0647737f234e561905f6c5a87c65002, 0x6766e9a6629fd066909bdd345cd80b85d1a3267df0c1a3b9bf8ba0573d313031, '', 0, '?'),
(0xeb42458b8c1faf7c2421f5b917a1350e, 'wp-content/plugins/wordpress-seo/src/presentations/indexable-author-archive-presentation.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presentations/indexable-author-archive-presentation.php', 1, 0x00000000000000000000000000000000, 0xa124fc3b6e521a9df1d5ca871aa1e03e, 0xa1bba9dc2ae5316a77b7cc67613cdebd228673ac250c124daecfdff1f06282e6, '', 0, '?'),
(0x404e1433a930fc3eb27f6038146cbc90, 'wp-content/plugins/wordpress-seo/src/presentations/indexable-date-archive-presentation.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presentations/indexable-date-archive-presentation.php', 1, 0x00000000000000000000000000000000, 0xff18bc5e15c094aa999d0c3190f0aa9b, 0x345d0b4ec5fc4f57ab1dc1ca005684d29bca6bd29d8e76327ea55f5b0f545b4e, '', 0, '?'),
(0xfaede74217e9f2ef7a3ba9a09fc40fc4, 'wp-content/plugins/wordpress-seo/src/presentations/indexable-error-page-presentation.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presentations/indexable-error-page-presentation.php', 1, 0x00000000000000000000000000000000, 0x139d212e9fe927f8661716c75dab89b3, 0x96ddbca55efd06089d5195b3691e06e089f8ea2345742e2be9dcd781ce55edeb, '', 0, '?'),
(0x1c53b8fd76a7c45daa7fb724c5afe59e, 'wp-content/plugins/wordpress-seo/src/presentations/indexable-home-page-presentation.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presentations/indexable-home-page-presentation.php', 1, 0x00000000000000000000000000000000, 0xd401cffdcdd8168d0b40903bdfa14d45, 0x2ab51a4d6c8fe95e223894e6782af8caeaefd78c75d8c7fc2b9dc2e7d2ecc517, '', 0, '?'),
(0x381ed957e6eb84a76a149760f6c1f1a7, 'wp-content/plugins/wordpress-seo/src/presentations/indexable-post-type-archive-presentation.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presentations/indexable-post-type-archive-presentation.php', 1, 0x00000000000000000000000000000000, 0xbf1ab2af54bda5788f73d54784589ae0, 0xf853b280683405f1027e4f3875f04af4ab700598431de0309850fa9e00db5fa7, '', 0, '?'),
(0xe92c0b3cfa45c2b42690f5e27a65c54d, 'wp-content/plugins/wordpress-seo/src/presentations/indexable-post-type-presentation.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presentations/indexable-post-type-presentation.php', 1, 0x00000000000000000000000000000000, 0xea3c1d94c81ed813f8dd96f8af2107da, 0x274fa034a11c3f9ed586b3d8cc649307b3647108d06971d5645fef4fc8e15198, '', 0, '?'),
(0xbb360ef8b36911bfd702085a28877161, 'wp-content/plugins/wordpress-seo/src/presentations/indexable-presentation.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presentations/indexable-presentation.php', 1, 0x00000000000000000000000000000000, 0x359ebe07afaf09ce84fe7da92727eceb, 0x2ad265faec7dd7c6522c2e67f3d1bf7e3a1dafdc326c36068be7fe00f2e8da64, '', 0, '?'),
(0x9138d7b87db6cd3a964bc3c9c25febba, 'wp-content/plugins/wordpress-seo/src/presentations/indexable-search-result-page-presentation.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presentations/indexable-search-result-page-presentation.php', 1, 0x00000000000000000000000000000000, 0xdec12e6cb17b37bedafd32b302d5906c, 0x34a62bede2b52a2f98532bdbc6102162e5edb986e4a288eacf1cc5f1649e9237, '', 0, '?'),
(0x476939a79c24c74cd0b275cadf55dfac, 'wp-content/plugins/wordpress-seo/src/presentations/indexable-static-home-page-presentation.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presentations/indexable-static-home-page-presentation.php', 1, 0x00000000000000000000000000000000, 0xc4f7363e7ddc0d2b99443e7f9ff77910, 0x4d9d952e8ff26bfc7ee6fa5f2b3e603de048cfaead32085e7805e61845876fcf, '', 0, '?'),
(0x6cc86d2866d85f71a660628f43842574, 'wp-content/plugins/wordpress-seo/src/presentations/indexable-static-posts-page-presentation.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presentations/indexable-static-posts-page-presentation.php', 1, 0x00000000000000000000000000000000, 0x53dacfd5985973d94f7a314b210695df, 0x8b4c74a302695d562449a0469e950f60dfc63e87730a7761f3bc1143e3193f6f, '', 0, '?'),
(0xd635e9783d0e17ca4b4403851bf0ec57, 'wp-content/plugins/wordpress-seo/src/presentations/indexable-term-archive-presentation.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presentations/indexable-term-archive-presentation.php', 1, 0x00000000000000000000000000000000, 0xfde0a6fc1ddb66a66b749aac6d52e5af, 0x244d16c911ffdf663d2314cb4df45bd9d432e05d059110f639635971e501b1c7, '', 0, '?'),
(0x83346d6f7e2266a7f1688bfc3181b834, 'wp-content/plugins/wordpress-seo/src/presenters/abstract-indexable-presenter.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/abstract-indexable-presenter.php', 1, 0x00000000000000000000000000000000, 0xa34a78b8c848c73f68b362ce60f67379, 0x7aa4cf95cf6acc4436c4a4f5fa4e52ae598e2c5b564d32fb5658918ae4083d8b, '', 0, '?'),
(0x9c936415915e6abc664256d217896bce, 'wp-content/plugins/wordpress-seo/src/presenters/abstract-indexable-tag-presenter.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/abstract-indexable-tag-presenter.php', 1, 0x00000000000000000000000000000000, 0x564a6647354f8170420889be07cea144, 0x5cfac29e7c15102b1cd86e82b389e0159291a25b8cb0225855ad369b87681cca, '', 0, '?'),
(0xc6688128d9b2eea226106282ab5c656b, 'wp-content/plugins/wordpress-seo/src/presenters/abstract-presenter.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/abstract-presenter.php', 1, 0x00000000000000000000000000000000, 0x2ec54509fd9aafd9f21a8df1b80428af, 0xb834260b5c3cf5c09d237f032351b3d995f16ff64690f6f2d06b1c7c08918078, '', 0, '?'),
(0xea7e231149fde6330d5ffdecdaecbdd6, 'wp-content/plugins/wordpress-seo/src/presenters/admin/alert-presenter.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/admin/alert-presenter.php', 1, 0x00000000000000000000000000000000, 0xe7cef67cf4c17292d4bed495a135fff7, 0x1ad3d32fb05ab117092944541144738c7f5083ebf5d5004f336bf14d11eee94d, '', 0, '?'),
(0x83ed11e2d5e3aa5ba75f9c64c4c5a2fc, 'wp-content/plugins/wordpress-seo/src/presenters/admin/auto-update-notification-presenter.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/admin/auto-update-notification-presenter.php', 1, 0x00000000000000000000000000000000, 0xed4d9e9d013aad7b49ebb117a5e6f295, 0xf11b4811a7a9b8f4be8d8c027c959af5ada6f50f919810492ddbfbbd9c78ef64, '', 0, '?'),
(0x5fae178a6dfd73f02abf7627d1fc862a, 'wp-content/plugins/wordpress-seo/src/presenters/admin/badge-presenter.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/admin/badge-presenter.php', 1, 0x00000000000000000000000000000000, 0xcde8e2e00c56c89d6d51bbf657017bb3, 0xd8071b1a2f4f1c452ce81e891070b6a2e438675cf205ac1deb685c22daca1e35, '', 0, '?'),
(0xf86748b588c28ca815b2da02e5e9809c, 'wp-content/plugins/wordpress-seo/src/presenters/admin/beta-badge-presenter.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/admin/beta-badge-presenter.php', 1, 0x00000000000000000000000000000000, 0xe40a729f07dc0ad5dc792c1d7e49e51b, 0x7cbf56a6d8263a35e4f833fac76bc9ae03834daba23a92c0140ab70a821f5075, '', 0, '?'),
(0x14488be9ce7e7b7017704e29d4e881bb, 'wp-content/plugins/wordpress-seo/src/presenters/admin/help-link-presenter.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/admin/help-link-presenter.php', 1, 0x00000000000000000000000000000000, 0xe513ab96813be5905f8bbc7d33101f6f, 0x020edc1ba4abee743e0f4dfdd19366a2aeeaea37fab5b76805f34afbe907c1be, '', 0, '?'),
(0xe928b1ff598f1139a7c963e201d860d4, 'wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-error-presenter.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-error-presenter.php', 1, 0x00000000000000000000000000000000, 0x84617388d16296b655d5cc5c92ccb97f, 0xf7c8e2a9cd6b7b52ddab3c4621bf09b56f1eeaec522c759a975f46369858f451, '', 0, '?'),
(0x891c5b9504bc717cb14f29303cf9aef9, 'wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-failed-notification-presenter.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-failed-notification-presenter.php', 1, 0x00000000000000000000000000000000, 0xc74df5b14c4d7423378f89a318b91718, 0x4529d36961fb2e55b52b6ad2bf1241c7b2347651767852bba19ff362eb18d118, '', 0, '?'),
(0x5a7d4d79a55236acb1238960761af073, 'wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-list-item-presenter.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-list-item-presenter.php', 1, 0x00000000000000000000000000000000, 0x0045b2b9cce212ebff1ac94badd48f7e, 0x0b47ceaa792a2bf61c838f71c0e5942db99b86b0acab27b0016d14b706fb3750, '', 0, '?'),
(0x53938c6cac2b13647bf5001425ca4cdc, 'wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-notification-presenter.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-notification-presenter.php', 1, 0x00000000000000000000000000000000, 0x5ad246c0aa9af3b77eedfc73b2a96983, 0xb776117a629e40cd511d5cc3a3732c868e0ba8ca67f3152a8ae314977aebe459, '', 0, '?'),
(0x46e07f70b94aa12c18cfdf606e645856, 'wp-content/plugins/wordpress-seo/src/presenters/admin/light-switch-presenter.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/admin/light-switch-presenter.php', 1, 0x00000000000000000000000000000000, 0x9eb1b5138875e86231568f8cdec6496e, 0x2df14f29a8feaa4170e3b8ad65f7eaa8b8ab8a0e22df4da7269c0a7a645ddf0f, '', 0, '?'),
(0x43c8e06326fa2ab2e70f70752c1ee60c, 'wp-content/plugins/wordpress-seo/src/presenters/admin/meta-fields-presenter.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/admin/meta-fields-presenter.php', 1, 0x00000000000000000000000000000000, 0x621d8374d73afca6d1ddfcd9335fd52c, 0x518b0d8332f96eae5d5bd73805ca40f13a7b8244ae7505d917b5597324d1ba9e, '', 0, '?'),
(0x42f0c2256d894f6a7eccefd92095a7bd, 'wp-content/plugins/wordpress-seo/src/presenters/admin/migration-error-presenter.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/admin/migration-error-presenter.php', 1, 0x00000000000000000000000000000000, 0x33a576b7d2bbc34b0cf13a06c08daa92, 0xe7b53291b0a688222b0eb0d4a4aa078ee52b63f56888ba7225b8330589033545, '', 0, '?'),
(0x87134af723efabb923b1e2214cc7e61a, 'wp-content/plugins/wordpress-seo/src/presenters/admin/notice-presenter.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/admin/notice-presenter.php', 1, 0x00000000000000000000000000000000, 0x79929801fec3fc8219b0cdc8e10574e1, 0xd5b44b3f54ee25b8b577a43587029622989eb0d9a3eab4fa010c7e193e97343e, '', 0, '?'),
(0x3499cb9f48b390083ccf336078810764, 'wp-content/plugins/wordpress-seo/src/presenters/admin/premium-badge-presenter.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/admin/premium-badge-presenter.php', 1, 0x00000000000000000000000000000000, 0x951e7c244a2180960176266537b22841, 0x9464103f02ab0ae29bdde6527e95916c553310ede913858fd78bdb9669cc6f13, '', 0, '?'),
(0x1c687c82c478e9849207471e4c4b3124, 'wp-content/plugins/wordpress-seo/src/presenters/bingbot-presenter.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/bingbot-presenter.php', 1, 0x00000000000000000000000000000000, 0x0a600e36c91a0f72b17dcb1182e97455, 0xe5d8ae81ac7671cda0f6be0350a5585bc0b0862b55d83da4eed13dca5d96b667, '', 0, '?'),
(0x3444d83d8170676036cb7a8ee8b67903, 'wp-content/plugins/wordpress-seo/src/presenters/breadcrumbs-presenter.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/breadcrumbs-presenter.php', 1, 0x00000000000000000000000000000000, 0x0076476cbdfc43f7c103e5da41a2cc14, 0x8087e4f29532d8b3bc4b327e62aaec7f231d9a98dd88accd279e519852f9ee72, '', 0, '?'),
(0x973edca2dfd3b0c81a31a1a6ed3d43aa, 'wp-content/plugins/wordpress-seo/src/presenters/canonical-presenter.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/canonical-presenter.php', 1, 0x00000000000000000000000000000000, 0x929449b763cc50c108cc8d857a4678a8, 0xb755d0a5059857d0f117f75f3e73c331f48b8fe80705397a61aca963fb0ce83e, '', 0, '?'),
(0xa0c3a43206aa851738c4d9fbf5abe36a, 'wp-content/plugins/wordpress-seo/src/presenters/debug/marker-close-presenter.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/debug/marker-close-presenter.php', 1, 0x00000000000000000000000000000000, 0xe0d6cc7e1cbcb615265744d5c6e2ed5f, 0x2e2ef6232af2431e48a57fe606dbe8c856f5fd8381f6b7fec06f6926593a62a4, '', 0, '?'),
(0x23d2295fccdbb1fa59f582a19a687d32, 'wp-content/plugins/wordpress-seo/src/presenters/debug/marker-open-presenter.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/debug/marker-open-presenter.php', 1, 0x00000000000000000000000000000000, 0x0144d3c89fc2772015c86b38130ce7ff, 0xd01194868d6f2df39f0dd87a842fc77db9f1209abf71e173dae29375adda52bf, '', 0, '?'),
(0xac76807374e0689adab2fa439bdc4e9d, 'wp-content/plugins/wordpress-seo/src/presenters/googlebot-presenter.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/googlebot-presenter.php', 1, 0x00000000000000000000000000000000, 0xefee5a174b788114244769378c043571, 0x8e59a160b06dd4bf14c5f72c696bea5ca118a0dd9c742a784588fed9993b744d, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x89c55f209855b168bbe5f2362c70937e, 'wp-content/plugins/wordpress-seo/src/presenters/meta-author-presenter.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/meta-author-presenter.php', 1, 0x00000000000000000000000000000000, 0x69ab315bf45036b3fd33ef794ecaa4db, 0x504a9840f65a0304e37db347414f7b908f92a0dba59bbc491496fc3c6966bf9b, '', 0, '?'),
(0x9282697aae0e8b8a69299505ec372b4f, 'wp-content/plugins/wordpress-seo/src/presenters/meta-description-presenter.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/meta-description-presenter.php', 1, 0x00000000000000000000000000000000, 0x65389bd9f1bc3d05c52ecb25cc9df3ac, 0x4f4dacea06537bb95ad34ebb189c43efd751b7056c5cff2a1cf1b30e9bc9089a, '', 0, '?'),
(0xe75f7d176be3e62503d5e142f19bef0d, 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-author-presenter.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-author-presenter.php', 1, 0x00000000000000000000000000000000, 0x1dad980a10b3aa0299f6f4687962a20b, 0x0bc48e6abf103c9325f8640319b7617b7378976f0398c787125278c96fddfb05, '', 0, '?'),
(0xea99dc4d8875c39e5a1468faa5b1d3b7, 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-modified-time-presenter.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-modified-time-presenter.php', 1, 0x00000000000000000000000000000000, 0x6362a4673dd6e82bb055af4413f10db1, 0x5761b2ac9b12c5066983f8d2a3669431e77015dd181e86771cb54e1eff84d1e2, '', 0, '?'),
(0xd7a9889bf363da0e23ed7cb1980306c7, 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-published-time-presenter.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-published-time-presenter.php', 1, 0x00000000000000000000000000000000, 0x0ef33931623536127897f6ecf7abbdba, 0x32f0525ba52c5a1314c0e6cb0137124de4452c9e25ec31fafe644253013075ff, '', 0, '?'),
(0xa2ba27a10f2a36eb24ab622f48fbece8, 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-publisher-presenter.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-publisher-presenter.php', 1, 0x00000000000000000000000000000000, 0x2d38d2f7d1f31dc1a17b0f9d83480e17, 0x324d5825552aedd98c5eaa9294016f5cc00920232e96408c9dde02d56b6ee69f, '', 0, '?'),
(0x1b5ee4e41cafac7d5cf086af20ab51e5, 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/description-presenter.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/open-graph/description-presenter.php', 1, 0x00000000000000000000000000000000, 0x77340ffd290a9aa1a0b8817939ef5791, 0xb532551a7469ca092cc9f4c68e663744ddc5dac428f85b61c3fffd98b61634cc, '', 0, '?'),
(0x27ca715745261d12117f2fdf7955d8d0, 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/image-presenter.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/open-graph/image-presenter.php', 1, 0x00000000000000000000000000000000, 0x1aa2a15649287852b1a7fa81d6d46781, 0xd7e4a5436b947336add345b329515d98920fce8a5b73dec7534af6b12a264677, '', 0, '?'),
(0x98826c3f5de4b0045a1beab56a4b59b3, 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/locale-presenter.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/open-graph/locale-presenter.php', 1, 0x00000000000000000000000000000000, 0x4b8eb7e45d600685a86202291bc48ca4, 0xc78a48a862155123d8e44524b5bfcb352a381197bef1d1785af873f01421eb84, '', 0, '?'),
(0x7556bad098a1c7247cf9b4079bceeb80, 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/site-name-presenter.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/open-graph/site-name-presenter.php', 1, 0x00000000000000000000000000000000, 0x0e5fd5795173202ff3a2642be625a347, 0x0602efec33df607066a708827175871323a31a1f2295fab5a6783dabc47d5eb9, '', 0, '?'),
(0x571289bc574fa298b40c3e8cf1a46d41, 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/title-presenter.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/open-graph/title-presenter.php', 1, 0x00000000000000000000000000000000, 0xfce50822e74c93f7fd7b312fca9487e2, 0x9475229a0a661a2822f9b0baa26dae0b6d834b07023fb50f02d31ce0264bc878, '', 0, '?'),
(0x4a2e9e0518fcc68e3d55cbb911215c58, 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/type-presenter.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/open-graph/type-presenter.php', 1, 0x00000000000000000000000000000000, 0x35cfb41dd7680bde551e740bd988cfc5, 0xdfef4e32fda4e574eff35440a2e1adbce76ff8fdf645c358655d8b26ff068468, '', 0, '?'),
(0xcfd1c00c4d02d09b9999cfa37e262490, 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/url-presenter.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/open-graph/url-presenter.php', 1, 0x00000000000000000000000000000000, 0xdedf7b34f9c469e4628b5418fd9fda92, 0x0119767f7f1a453bf97d37bedbb0a6bff725111960312791ea332ddda184b478, '', 0, '?'),
(0x0c0963d276522174b1f7487612911b4a, 'wp-content/plugins/wordpress-seo/src/presenters/rel-next-presenter.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/rel-next-presenter.php', 1, 0x00000000000000000000000000000000, 0xa8889661f8f615df592881ab64847b21, 0xb9b1a5092b79a655ced5247f02c9e5fc3af213ec60076ef014056d9e7577631a, '', 0, '?'),
(0xdf7a239b3edb6ce4b1f152d3e5109466, 'wp-content/plugins/wordpress-seo/src/presenters/rel-prev-presenter.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/rel-prev-presenter.php', 1, 0x00000000000000000000000000000000, 0x5bb4fb6401dd1142b4a35db6b04c13c9, 0xb2ffcd1c7835f1764634f04a15f28602259ee2c771c607e837166bdab1715b35, '', 0, '?'),
(0xd665c699a0e57dc79c4d57d4bb2d9687, 'wp-content/plugins/wordpress-seo/src/presenters/robots-presenter.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/robots-presenter.php', 1, 0x00000000000000000000000000000000, 0xa1de89e9495f8297c4d9507214ca59bc, 0x58b3c4574a1fa604d7aa11e56f4415039d0e3943bd3430e8b337509461201451, '', 0, '?'),
(0x901c9a5a7b5ff0b5feb6d23382580052, 'wp-content/plugins/wordpress-seo/src/presenters/schema-presenter.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/schema-presenter.php', 1, 0x00000000000000000000000000000000, 0xbe28068fc00ac0d27697cd381daa3025, 0xd99d458cedafbb794d8f376772177988595765ec1d515a0b60394bddadabf3cd, '', 0, '?'),
(0x171f34c0da699a06aad66e2da4afb2fa, 'wp-content/plugins/wordpress-seo/src/presenters/slack/enhanced-data-presenter.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/slack/enhanced-data-presenter.php', 1, 0x00000000000000000000000000000000, 0xc54d54c718de2723d73d02affb2fe580, 0x72c4aa123a81bea0dcc403431449ce0962e3136a7d7af0e4e7fe8357bbcea90e, '', 0, '?'),
(0x9b93f5e9af58e631d34cc877f0fee35e, 'wp-content/plugins/wordpress-seo/src/presenters/title-presenter.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/title-presenter.php', 1, 0x00000000000000000000000000000000, 0xe0aca5f84c64d161dc80f140e84f0438, 0x48c6865860178d4a1e4619b03fce32ec8b18578725691b0e325be3de4dc1aba9, '', 0, '?'),
(0xb4b2b2003958ce73b6658021ac084df6, 'wp-content/plugins/wordpress-seo/src/presenters/twitter/card-presenter.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/twitter/card-presenter.php', 1, 0x00000000000000000000000000000000, 0xfb6cc1d8505da78d563f361ec9b87805, 0x75a9c566467f564d42cdd3931ae5c18cd55ca57edfcdcd1d7faebab861eb63dc, '', 0, '?'),
(0x226875793db1892c04b701ceefe576d6, 'wp-content/plugins/wordpress-seo/src/presenters/twitter/creator-presenter.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/twitter/creator-presenter.php', 1, 0x00000000000000000000000000000000, 0x1b967ee8bb175950718196630c7236cd, 0x19eb2d0a24b8d350fe6fbc697b62bd6269693b89319b0813dbb95b89bfa5e01c, '', 0, '?'),
(0x2e204dd73bece0a38d5f9b5ce0128c54, 'wp-content/plugins/wordpress-seo/src/presenters/twitter/description-presenter.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/twitter/description-presenter.php', 1, 0x00000000000000000000000000000000, 0xcb12777fa005f9e17bf71a948a0a8a6e, 0x4ed9164cdd1e2503e8f52a45ec0ea456ee26b0077dd4e372c415ab933acc364b, '', 0, '?'),
(0xc4336b3c521f368880b983cfd6947ac9, 'wp-content/plugins/wordpress-seo/src/presenters/twitter/image-presenter.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/twitter/image-presenter.php', 1, 0x00000000000000000000000000000000, 0xe041d902bb495cddb7303897811d02e2, 0x25b616d316859bb8d550263c8c508d5bc61e843933ce5c86e4409b488ed6cf4c, '', 0, '?'),
(0xe073a97488d30e646b4d8877c0554f38, 'wp-content/plugins/wordpress-seo/src/presenters/twitter/site-presenter.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/twitter/site-presenter.php', 1, 0x00000000000000000000000000000000, 0x617948b9ceef6c2fb21e3359537f5684, 0x2b89931aa83350b21380c647fd935af38fcf899082c1eb200c2061e9c0ac58d7, '', 0, '?'),
(0x36694496e68936876cdae329c21b3c94, 'wp-content/plugins/wordpress-seo/src/presenters/twitter/title-presenter.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/twitter/title-presenter.php', 1, 0x00000000000000000000000000000000, 0x02691cac1dd2902db6f3840dbd59dd87, 0x1b01dbdd2e866eb05aeb9c39a2e5ba28a5497557f18f365d76305ff8556f192b, '', 0, '?'),
(0xcb935e5192d5f27c6278c6665e14e48f, 'wp-content/plugins/wordpress-seo/src/presenters/url-list-presenter.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/url-list-presenter.php', 1, 0x00000000000000000000000000000000, 0xc398af909d65791549b081ba547c2578, 0x8e55fd1094b6f12df74dc587e4d9a0478208cf6a9b7691a6303e9ea69beb25f8, '', 0, '?'),
(0xe7ce90a8c5263e42b5d4c5feda4099c2, 'wp-content/plugins/wordpress-seo/src/presenters/webmaster/baidu-presenter.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/webmaster/baidu-presenter.php', 1, 0x00000000000000000000000000000000, 0x76139d34f5edf2cb365963b122b6928e, 0x048cab6c11c21733c976081d75c4e2651b0fec52fe5724777b507b32c5107d60, '', 0, '?'),
(0x21f12d0ce30d2ee103b164374f03f80b, 'wp-content/plugins/wordpress-seo/src/presenters/webmaster/bing-presenter.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/webmaster/bing-presenter.php', 1, 0x00000000000000000000000000000000, 0xde105c57c312eec8b97af05823cb7d55, 0xeb375a68f71a5d3760f24ec860dac5881a1b54f828db8e03fd4ae46163d8304a, '', 0, '?'),
(0x2c9290ca847d9e7ad707cb55ea9ac0ca, 'wp-content/plugins/wordpress-seo/src/presenters/webmaster/google-presenter.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/webmaster/google-presenter.php', 1, 0x00000000000000000000000000000000, 0x015ac6272391059f9dc4c1c2b5ce755f, 0x329ddb64c210653bd6db70694d3cf0c4b18c397ec5ebe6fc37fd26565d196dbc, '', 0, '?'),
(0x08f87e21aa861479223fa5beb290a11e, 'wp-content/plugins/wordpress-seo/src/presenters/webmaster/pinterest-presenter.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/webmaster/pinterest-presenter.php', 1, 0x00000000000000000000000000000000, 0xe8959198aa24a67f139baa491cea198f, 0x8afb59fe0d8b6dd1ce76f0f15250f29a41a3fb3e826f4a611c5e190e477194d0, '', 0, '?'),
(0xe7fa7ec61257b4189f53ea7e10b151c0, 'wp-content/plugins/wordpress-seo/src/presenters/webmaster/yandex-presenter.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/webmaster/yandex-presenter.php', 1, 0x00000000000000000000000000000000, 0x083507261c48e54aee8befee98bff6c6, 0x47b6055751654e7e54bab44548c1cf73c86ac4e28e70c422b8056e8a8c84c6ef, '', 0, '?'),
(0xb124b3252761cbadb81018d80ba7cef8, 'wp-content/plugins/wordpress-seo/src/repositories/indexable-hierarchy-repository.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/repositories/indexable-hierarchy-repository.php', 1, 0x00000000000000000000000000000000, 0xa40a2ba2f3ca83d5eff6b2be6f2831c5, 0x9142dd4f2fa83cf695afe69ab5cf52977ab44e7db5453c3580ed2b0231a4bdfa, '', 0, '?'),
(0x3188c32f0960d00873b7e1a3d53b3d1a, 'wp-content/plugins/wordpress-seo/src/repositories/indexable-repository.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/repositories/indexable-repository.php', 1, 0x00000000000000000000000000000000, 0xf8d3c4d4c6990b00fe4bfd9336429a27, 0x831fd4a8d173aa5164f9961071078240f4127017a4323d30d20a8cfc656c2a11, '', 0, '?'),
(0xa7eab43afce2d2dc1d5ee909365434ae, 'wp-content/plugins/wordpress-seo/src/repositories/primary-term-repository.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/repositories/primary-term-repository.php', 1, 0x00000000000000000000000000000000, 0xc066c182fffd5763375e030d90c5ff9d, 0x51f6626f15e09d31a493c95b2b69d63cf058b7604b2902cdbd1157c12cdf30b0, '', 0, '?'),
(0x5d3c61c81cee1d5b34aa72ab673f04e8, 'wp-content/plugins/wordpress-seo/src/repositories/seo-links-repository.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/repositories/seo-links-repository.php', 1, 0x00000000000000000000000000000000, 0xea9372afbad1c2dce4c9e35518bea406, 0xc1ff569827ab2bc47191793dfa83b32a0f25a36ebda2a7d0eeb4c5a9913b26bb, '', 0, '?'),
(0xe1fb0b43c4f0bc748ccb182ccf0f3ae0, 'wp-content/plugins/wordpress-seo/src/repositories/seo-meta-repository.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/repositories/seo-meta-repository.php', 1, 0x00000000000000000000000000000000, 0x0290de6a65c810a5565f3fe5c6df9fea, 0xbdf7985e05d915683a33039c065282ae95bdd8bbd53413d0b540b9859e6384d9, '', 0, '?'),
(0xe07172d08ddf87901f1b45dfa043894a, 'wp-content/plugins/wordpress-seo/src/routes/abstract-action-route.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/routes/abstract-action-route.php', 1, 0x00000000000000000000000000000000, 0xc744eb3057e2ac734961f50d79ab8b35, 0x1f5aff8a4d292975ec427ae56d9ca40119785e929a200e4ac4bf38d6a1721c93, '', 0, '?'),
(0x8d39c5e785fd735cd170a41158ab2948, 'wp-content/plugins/wordpress-seo/src/routes/abstract-indexation-route.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/routes/abstract-indexation-route.php', 1, 0x00000000000000000000000000000000, 0x2f44b630165f56179c1e516db03e74af, 0x8b203726c2adf3e9c3faa25dbf6bd2709f26e096e404ab6337f21d9b93bff2fb, '', 0, '?'),
(0x3e27b9073860b85ce9ddb0a9dc5702dc, 'wp-content/plugins/wordpress-seo/src/routes/alert-dismissal-route.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/routes/alert-dismissal-route.php', 1, 0x00000000000000000000000000000000, 0x78dd3556b79e00f3a8e31149ec1b4380, 0x413f140c451998c70da7d14e4f2455e4af743f4b03262cf4056c5762d4a6b5c0, '', 0, '?'),
(0x547d264b2ef8fc62861c36bed896730f, 'wp-content/plugins/wordpress-seo/src/routes/first-time-configuration-route.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/routes/first-time-configuration-route.php', 1, 0x00000000000000000000000000000000, 0xf02f2e73457d8604fa39331492d83c50, 0x09edaf633fcf6b1407ac30f330fbfe853aae0533ab42fc7e9fcf685d22060c2f, '', 0, '?'),
(0x09319a1a5d42e5d2dec075ac9f8a35da, 'wp-content/plugins/wordpress-seo/src/routes/importing-route.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/routes/importing-route.php', 1, 0x00000000000000000000000000000000, 0x30ff60d70229efba1c48f67db6899bea, 0xffc867f58f0b119418099e0f216d9794b63631598c1becc818313a3c3c85c30f, '', 0, '?'),
(0x39c5ce82f6e68beee701ff515dad38f7, 'wp-content/plugins/wordpress-seo/src/routes/indexables-head-route.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/routes/indexables-head-route.php', 1, 0x00000000000000000000000000000000, 0xeb2b01bfa26198ce530da12d5557239c, 0x78f361f6f761951dd26cd31d360b9a3406a25f746b25d0ae58d6a8959d26e0fc, '', 0, '?'),
(0xce1d75e88789ee51f0a1b37098301474, 'wp-content/plugins/wordpress-seo/src/routes/indexing-route.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/routes/indexing-route.php', 1, 0x00000000000000000000000000000000, 0xf89e8eec7c16f3de9d44f3f14bc5e84b, 0x451acd9d99c09a939b8eded1b8790d2c6c4ce2766d7a451adf48a9928b1cac3f, '', 0, '?'),
(0xb964537040b1e9daf75cd2ed3029a671, 'wp-content/plugins/wordpress-seo/src/routes/route-interface.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/routes/route-interface.php', 1, 0x00000000000000000000000000000000, 0x12d74e05fae4b68848752cee10f0efcc, 0x4d98cf00756e7ec9d1d783a758e9945492a854c5e0eaf8922c4b143855cdc91f, '', 0, '?'),
(0xefb4f275d32b800796a901dea2169afb, 'wp-content/plugins/wordpress-seo/src/routes/semrush-route.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/routes/semrush-route.php', 1, 0x00000000000000000000000000000000, 0x6ebc33e55e258db0c4bbedc9a3ccaae0, 0xae88cf2abde9d86f941ca801509a733a3711f2b9ddb92fa778d94ed53fd8ab35, '', 0, '?'),
(0x237c46cc89b3259fa1ba810c9a9f811a, 'wp-content/plugins/wordpress-seo/src/routes/supported-features-route.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/routes/supported-features-route.php', 1, 0x00000000000000000000000000000000, 0xa3487dd908a4060cc41513e54ff32faf, 0x5daae095755a5194fd1ed34f635d04d36ef39b2e664ed377f2303743e65f4486, '', 0, '?'),
(0x6c3b5c4680765f1dd22d785c33157b8d, 'wp-content/plugins/wordpress-seo/src/routes/wincher-route.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/routes/wincher-route.php', 1, 0x00000000000000000000000000000000, 0x0a19be6cf1bf3744adc5baedd5648f88, 0xe2def9db8e6ab2299a81ba8fa73018e2f52993289e99f793ff16ac0453ba762a, '', 0, '?'),
(0x9f0c21200664b4fe8be088784f0d3ca7, 'wp-content/plugins/wordpress-seo/src/routes/workouts-route.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/routes/workouts-route.php', 1, 0x00000000000000000000000000000000, 0xd5be8b0106bdc12c14788082022406ed, 0x7fe7364994ae80f197dd466446252f2c7f463e8d0f71ecc9aa016a8e681987b6, '', 0, '?'),
(0x77ecb42b3276b829777130b6274f47af, 'wp-content/plugins/wordpress-seo/src/routes/yoast-head-rest-field.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/routes/yoast-head-rest-field.php', 1, 0x00000000000000000000000000000000, 0xb137172bcc610c7fb7ef5b1a882557e4, 0x002b65a056af5ad858ba091d5610b92cade840721662d1e7040f0c94d9109da8, '', 0, '?'),
(0xc35ad5509b07f6b8cd4c7fdb27820300, 'wp-content/plugins/wordpress-seo/src/schema-templates/assets/icons.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/schema-templates/assets/icons.php', 1, 0x00000000000000000000000000000000, 0x99b54fdd331e13793208576381cad702, 0xddeb2fb972d325a0bf13bdbccf186df562cc4ba2f32765c75c642b6ff253fcd0, '', 0, '?'),
(0x96ffb19bef2f5fa816faf348dc1d791f, 'wp-content/plugins/wordpress-seo/src/schema-templates/cooking-time.block.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/schema-templates/cooking-time.block.php', 1, 0x00000000000000000000000000000000, 0xde60e0051591075cf84fb6c9857a384e, 0x506dda1599a1cac0a8db7b53ac3b626be18c84ecacf05fb6e2ce8daeafa89865, '', 0, '?'),
(0xdb81ed33ad3c83b4cca7e219033e9d57, 'wp-content/plugins/wordpress-seo/src/schema-templates/cooking-time.schema.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/schema-templates/cooking-time.schema.php', 1, 0x00000000000000000000000000000000, 0x72e4065ceced3ac14cc6851642f22f8a, 0x06e4b0d67f8fb9f550c071d1890bfef4cf7af636827dcf20a493ae85ab351c83, '', 0, '?'),
(0x931ca515278b123a7382955ccbe84533, 'wp-content/plugins/wordpress-seo/src/schema-templates/image.schema.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/schema-templates/image.schema.php', 1, 0x00000000000000000000000000000000, 0x6c54a56078180e6d3dd5f0696e35b839, 0x56afd293ce9b716b1fff0f68d4a9e7a93f578e6bf6ae5c41047eb0ca491c4b17, '', 0, '?'),
(0x3d10209389975ab3c3ab7d60787c0f5b, 'wp-content/plugins/wordpress-seo/src/schema-templates/preparation-time.block.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/schema-templates/preparation-time.block.php', 1, 0x00000000000000000000000000000000, 0xc1486f8c31418c6b19fdd1ff179890c2, 0x8ac7e8ff9c64d72b0d9755765695a5a28bda09bc93639ce8263664051c470422, '', 0, '?'),
(0x336346e92fdb7315b711561cb1d2746a, 'wp-content/plugins/wordpress-seo/src/schema-templates/preparation-time.schema.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/schema-templates/preparation-time.schema.php', 1, 0x00000000000000000000000000000000, 0x8808f64212ae1925404788ea98629f1c, 0xa6606942e723c42d92f80165c0315fee4292981770aa5c50bb49270ff64dfdcc, '', 0, '?'),
(0x72af61cdac98061a8794adbe32825ed2, 'wp-content/plugins/wordpress-seo/src/schema-templates/recipe-description.block.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/schema-templates/recipe-description.block.php', 1, 0x00000000000000000000000000000000, 0x285a7ac87ac3947d18f704a6cae02ac0, 0xdd74d011f752d9e654387dc30b705160ddf129c98ef19789ad211799e410ff65, '', 0, '?'),
(0xc41ab22d8f2fdb783867a247ff39cd02, 'wp-content/plugins/wordpress-seo/src/schema-templates/recipe-description.schema.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/schema-templates/recipe-description.schema.php', 1, 0x00000000000000000000000000000000, 0xeff41b939832f5335638b320f0b13f47, 0x1b72c976ee8670c304c21487cee18d91748849b47a67b9d700994c44f6d91b80, '', 0, '?'),
(0x1dcc96b15052dd926f14d62e10cc878d, 'wp-content/plugins/wordpress-seo/src/schema-templates/recipe-ingredients.block.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/schema-templates/recipe-ingredients.block.php', 1, 0x00000000000000000000000000000000, 0xa4659ed54cd99cf890c9fd4be625f8fb, 0x5359eaaf3f0ee1f769d08c9047fe9a9ad8db6f7d79bad20a1e480e75ff457e96, '', 0, '?'),
(0xd17fbf84535762997d1f71849b74257c, 'wp-content/plugins/wordpress-seo/src/schema-templates/recipe-ingredients.schema.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/schema-templates/recipe-ingredients.schema.php', 1, 0x00000000000000000000000000000000, 0xec545fc40b6b729de160f8cc7ad7378f, 0x5bf24fe0945a8627e7f5d479a1b6a9eb339da31f417bf1f2bd4c0db1a6bc712c, '', 0, '?'),
(0xd8f6ee9e603f75a67718872703715d79, 'wp-content/plugins/wordpress-seo/src/schema-templates/recipe-instructions.block.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/schema-templates/recipe-instructions.block.php', 1, 0x00000000000000000000000000000000, 0x18f6c457417f68fd6da6962a1d476405, 0x0902277a97eb5304b11e7328f5578214a1b8dfcebe1c6591556e6188f951d396, '', 0, '?'),
(0xabd48fbee25213e08c8eb821a9261921, 'wp-content/plugins/wordpress-seo/src/schema-templates/recipe-instructions.schema.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/schema-templates/recipe-instructions.schema.php', 1, 0x00000000000000000000000000000000, 0xd624308b02b532fe9fe146b8e4a5452b, 0x3581bb8c8c7c85e16dcb4556b6bc5ad1fd9ebddd98121e6697634dc7877483e5, '', 0, '?'),
(0x53477da845ced8b65740b75ca066f07d, 'wp-content/plugins/wordpress-seo/src/schema-templates/recipe-name.block.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/schema-templates/recipe-name.block.php', 1, 0x00000000000000000000000000000000, 0xcdb44f47f7bb4bcae8c0a7d58aaa1960, 0xfbfcd85b3d3bb264fc0cde6cdc2dd50284aeeba58c5a2dd50ec475c05ebf5561, '', 0, '?'),
(0x1eba2664f8ac2d56b366bfd61a5fa76c, 'wp-content/plugins/wordpress-seo/src/schema-templates/recipe-name.schema.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/schema-templates/recipe-name.schema.php', 1, 0x00000000000000000000000000000000, 0x5a335fe7116fa76671f3b364ca1c1efa, 0x7c5d5debaedce09796f4617ef0b1c34f93ae2d78a54d7028c14bce220305e8c2, '', 0, '?'),
(0xa1122b53b490afe97f58d66a022e3f6e, 'wp-content/plugins/wordpress-seo/src/schema-templates/recipe.block.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/schema-templates/recipe.block.php', 1, 0x00000000000000000000000000000000, 0xf845644d3ba7e38da75078aee1367239, 0xf446fa8251f1bce560ec71daf29bd449eea15254d767db62fb17a53eacbc7f32, '', 0, '?'),
(0xa31276d640ff69cfa1bdf639b9cb22a0, 'wp-content/plugins/wordpress-seo/src/schema-templates/recipe.schema.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/schema-templates/recipe.schema.php', 1, 0x00000000000000000000000000000000, 0xa2b8417ced8c482f38c05188670c9857, 0xec4e63c1666272a2d7f0f9226040ed3dd01eefd4c5321e602c08e058ded53363, '', 0, '?'),
(0xab597846b85e6527941ef8d924eac6ad, 'wp-content/plugins/wordpress-seo/src/services/health-check/curl-check.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/services/health-check/curl-check.php', 1, 0x00000000000000000000000000000000, 0xba21eff9d9ec4ff80021d66bad30f6d1, 0x723c5e7a8769d1b73d0c14810056168dc55c337ed320e53626024f6024ca120f, '', 0, '?'),
(0xddea3bc581585c01bf28c4302ebb4e0d, 'wp-content/plugins/wordpress-seo/src/services/health-check/curl-reports.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/services/health-check/curl-reports.php', 1, 0x00000000000000000000000000000000, 0xc783245d8ca47844dad8426fa8364a2b, 0xae0d4c35f9d805387daef5480a7a83689f33af6ca34f1406c5cadfc0adf58378, '', 0, '?'),
(0xa77734b3138e023ebfeaca7ab547a62f, 'wp-content/plugins/wordpress-seo/src/services/health-check/curl-runner.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/services/health-check/curl-runner.php', 1, 0x00000000000000000000000000000000, 0x59ebedca6bce572a46a0bb5b531a8af1, 0xc6efa3f0d8da0f69acee80f3ba574e9f609beec45d101605ed1964db0f7a5c14, '', 0, '?'),
(0x7a6ea61233fe83ce2cba844dece66dea, 'wp-content/plugins/wordpress-seo/src/services/health-check/default-tagline-check.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/services/health-check/default-tagline-check.php', 1, 0x00000000000000000000000000000000, 0x37a18541b0919be7630c8ad749b2b563, 0x488df9448c273371366e2967610e74dab6a4ab27a606407ea2bbd0b1af55c982, '', 0, '?'),
(0x25096ea8130d331ade9df19eb43ad745, 'wp-content/plugins/wordpress-seo/src/services/health-check/default-tagline-reports.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/services/health-check/default-tagline-reports.php', 1, 0x00000000000000000000000000000000, 0x97f9afdefe5a4fb8d220cd5106de27fd, 0x0897a9a5b1a3358f492289b7d0efe4521952343b01a2e6e54f497e92c356bdae, '', 0, '?'),
(0x5b91e31897a4716031f8dfea91f3ca78, 'wp-content/plugins/wordpress-seo/src/services/health-check/default-tagline-runner.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/services/health-check/default-tagline-runner.php', 1, 0x00000000000000000000000000000000, 0x42b318d2a61456d3f637401a62da1c13, 0x1e4d102e1b008645c9c914fbbe2cf8c94e4b9b23ebd75f2545b978c290aa68cf, '', 0, '?'),
(0xb86ab3313df1c8ee127f1f64bdf42f3b, 'wp-content/plugins/wordpress-seo/src/services/health-check/health-check.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/services/health-check/health-check.php', 1, 0x00000000000000000000000000000000, 0x7dcd98de697d86be7a3ff499ee02fd56, 0xd015a202b7819071e8a3c1bb38e5b5f99e7998d4bc107dc5a9ab5b89ff622493, '', 0, '?'),
(0xdaea71d8bc8b18b600702c0b9eb18b8d, 'wp-content/plugins/wordpress-seo/src/services/health-check/links-table-check.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/services/health-check/links-table-check.php', 1, 0x00000000000000000000000000000000, 0x72a8f1da3dffa9487c4efb7861c02fc2, 0x440d31230bf0e4990c1281d935af5be38b95483e6b410f44c88703690d04a29d, '', 0, '?'),
(0xdcda02f3da9bca29241cab2c81f2b756, 'wp-content/plugins/wordpress-seo/src/services/health-check/links-table-reports.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/services/health-check/links-table-reports.php', 1, 0x00000000000000000000000000000000, 0xc684acfa656091af530a870b0c5f8c96, 0x24584b330ce1cf6297d2fa54afbc6ecadd2a4e2836529c1a003e7864ad546368, '', 0, '?'),
(0x14e6e9ec5eee4023af9a0264d956d1a9, 'wp-content/plugins/wordpress-seo/src/services/health-check/links-table-runner.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/services/health-check/links-table-runner.php', 1, 0x00000000000000000000000000000000, 0x45d61e405ea6d0a9e238a7142c2b9d80, 0x80da13fda7c1756d52eeccde458122fbc2ea04a3b7436d1ee88c85cf5905e8be, '', 0, '?'),
(0xad9d0883d996087c3b1f82fedb050285, 'wp-content/plugins/wordpress-seo/src/services/health-check/myyoast-api-request-factory.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/services/health-check/myyoast-api-request-factory.php', 1, 0x00000000000000000000000000000000, 0xf423ae415b639e07aa48aae52a79b8e7, 0xf56a5f79b79997bb54865beb5edccad6a479ae5576a1fea41396250a14dc7eaf, '', 0, '?'),
(0xa488d644954efd4719631766df3875f2, 'wp-content/plugins/wordpress-seo/src/services/health-check/page-comments-check.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/services/health-check/page-comments-check.php', 1, 0x00000000000000000000000000000000, 0x65d05084e11bfeddd9d6598daae7f970, 0x8e2456fdfdf9b9ce9c0fbdb149d12f64071903e46f65abb5e46ace25cc93c4a2, '', 0, '?'),
(0xbaa41129bad0abafe8e8d01bce4e54a2, 'wp-content/plugins/wordpress-seo/src/services/health-check/page-comments-reports.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/services/health-check/page-comments-reports.php', 1, 0x00000000000000000000000000000000, 0x12b0b7ee0f39579383476f7d1e117379, 0x82d61e18e799b0070a1f34ccb3efedf3ebb636b80b349b3dce4039e1cf02485f, '', 0, '?'),
(0x1879c842c98cb5156c2c22a05edd068f, 'wp-content/plugins/wordpress-seo/src/services/health-check/page-comments-runner.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/services/health-check/page-comments-runner.php', 1, 0x00000000000000000000000000000000, 0xcea5840e8498cadb54bfa3937d9d2aef, 0xb93a1758c578358305eb3c790b81c37dbd71f6c7e5ac3c6476767163ddc0905b, '', 0, '?'),
(0x571f3e66673ee5d43a7bef8ade3c2601, 'wp-content/plugins/wordpress-seo/src/services/health-check/postname-permalink-check.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/services/health-check/postname-permalink-check.php', 1, 0x00000000000000000000000000000000, 0x7158e827c089d28ef4c4f2c8db3279dd, 0x853bd8ebfc617a17e1aff6b8619422765b613e25dc9b136a435a77ab468e8e74, '', 0, '?'),
(0xaaed3469683dc467bd87c7e8f7a837f5, 'wp-content/plugins/wordpress-seo/src/services/health-check/postname-permalink-reports.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/services/health-check/postname-permalink-reports.php', 1, 0x00000000000000000000000000000000, 0x13b61213768b2b963d91b553a047c693, 0x90dda9dea9ca4d4b58f2af24337d821e693383467bc8a295b144271b7745abf2, '', 0, '?'),
(0x4cef527a03483ba20c7b3d2435f1f9ff, 'wp-content/plugins/wordpress-seo/src/services/health-check/postname-permalink-runner.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/services/health-check/postname-permalink-runner.php', 1, 0x00000000000000000000000000000000, 0x45ccb880d3aaa04790c3d1bf87b9728d, 0xc37ca3f26e52936e5e5f91cd9d636090d2d97f35e9935a3ef9d1f63dea942198, '', 0, '?'),
(0x755e848e41b394419ea9705b14d0e556, 'wp-content/plugins/wordpress-seo/src/services/health-check/report-builder-factory.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/services/health-check/report-builder-factory.php', 1, 0x00000000000000000000000000000000, 0x4dede393f84c603b1a78892f10f7fa89, 0x350d820a2a09629bf23f81aeb2d8a210e0a4b6ec082543cf19f9d8aefb231bf0, '', 0, '?'),
(0x4e21dbd9ce2c182f0fc720c3cd13599d, 'wp-content/plugins/wordpress-seo/src/services/health-check/report-builder.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/services/health-check/report-builder.php', 1, 0x00000000000000000000000000000000, 0xf02a3018b77b6c370291ab6d0a7aa9f6, 0x513f2c2079a10b5e49a3d8fbf443ea202557730adae85ea06e4f8467a701a897, '', 0, '?'),
(0x271a368a61c1f44b0cec63b555808979, 'wp-content/plugins/wordpress-seo/src/services/health-check/reports-trait.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/services/health-check/reports-trait.php', 1, 0x00000000000000000000000000000000, 0xb3199d4c45c381af39fd735709f1e061, 0x8d288ab45f6d5b7cde73185133606498d5eb1565bb55a354fade243afae68bf4, '', 0, '?'),
(0x2ab2c754d264b470600429160a0bc6bf, 'wp-content/plugins/wordpress-seo/src/services/health-check/runner-interface.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/services/health-check/runner-interface.php', 1, 0x00000000000000000000000000000000, 0xa9505edac8d44ed740f7a89d16a6b012, 0xdccb3ed92fc9ac521c795a4414068fafaca1497a3fea8ba748bb772293997aea, '', 0, '?'),
(0x3d1dfaac047b58488bb9034bdd7fa7f5, 'wp-content/plugins/wordpress-seo/src/services/health-check/ryte-check.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/services/health-check/ryte-check.php', 1, 0x00000000000000000000000000000000, 0x2736a0f5206e948aea83034a60e3b0ee, 0x26a16ba8d558985b66e2818d151c79dd2d6649d4fb23d13badd0c13b5e6cca0f, '', 0, '?'),
(0x1e5c47e068f66f716362d5bcb0f5598e, 'wp-content/plugins/wordpress-seo/src/services/health-check/ryte-reports.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/services/health-check/ryte-reports.php', 1, 0x00000000000000000000000000000000, 0x190b12026e88a6f8e067ef67571de9f1, 0xad9f62deac8bcf6fbc56d1ab97faf00a933d10529bd3a87b99abd6b00a73fec6, '', 0, '?'),
(0x9420e843b43c843ae1a5303a408bf773, 'wp-content/plugins/wordpress-seo/src/services/health-check/ryte-runner.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/services/health-check/ryte-runner.php', 1, 0x00000000000000000000000000000000, 0xb76435aa006d8d452ff841812219f844, 0x09964c27a454e7e082110e9f92e2632af7e8234887ceb91e15ec614d9b294ae0, '', 0, '?'),
(0xb87f3d5571286df5422e13e6bf42d0a7, 'wp-content/plugins/wordpress-seo/src/services/importing/aioseo/aioseo-replacevar-service.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/services/importing/aioseo/aioseo-replacevar-service.php', 1, 0x00000000000000000000000000000000, 0xab75a3610baf39ce6565acccf8eeebbd, 0xaf728e70135d09c29287235d1537880eab0bc6572a14903b456d0b438299648b, '', 0, '?'),
(0x432715e4ab52540313376e6ea7fbdfe7, 'wp-content/plugins/wordpress-seo/src/services/importing/aioseo/aioseo-robots-provider-service.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/services/importing/aioseo/aioseo-robots-provider-service.php', 1, 0x00000000000000000000000000000000, 0x3847e75802e30006fe25af4904ef3bd9, 0x8fa40467f688e47857a06305a4e129263ac710d7cf7eb5e2c9a2518668b02010, '', 0, '?'),
(0x7983723ba29aec39293357b82bb4286a, 'wp-content/plugins/wordpress-seo/src/services/importing/aioseo/aioseo-robots-transformer-service.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/services/importing/aioseo/aioseo-robots-transformer-service.php', 1, 0x00000000000000000000000000000000, 0x7f8356d6d54eb2ce5960fdaa7c9e2224, 0x42ae791179c5aaa7d917bccef483e3531ff173dbb9a50b1f150621d9c11194bc, '', 0, '?'),
(0x7e27ae11435f8068aa4613f2c6b6a2ce, 'wp-content/plugins/wordpress-seo/src/services/importing/aioseo/aioseo-social-images-provider-service.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/services/importing/aioseo/aioseo-social-images-provider-service.php', 1, 0x00000000000000000000000000000000, 0xfd656c586c2caa29671f655616031975, 0x51e3467de7cf670383b6006964313fb5233c90c8227834f27f7000f818261c33, '', 0, '?'),
(0x51170dcec2d2090156d71c19fa4175e1, 'wp-content/plugins/wordpress-seo/src/services/importing/conflicting-plugins-service.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/services/importing/conflicting-plugins-service.php', 1, 0x00000000000000000000000000000000, 0xf1b93c26941b2eb998f422b2d163bab6, 0x7b20f94cd08d5c26d6c3dcbc77ab0bc2deb23fe54fc5e3a9fcb702ba008eb384, '', 0, '?'),
(0xa78b305ab4af8de71d9a4727266aaa07, 'wp-content/plugins/wordpress-seo/src/services/importing/importable-detector-service.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/services/importing/importable-detector-service.php', 1, 0x00000000000000000000000000000000, 0x939bce2c72ad856b8339044067d98dda, 0xdd738197f9229e6a6c3f51ba369ad2141777a39f0885df0d164f4e0fef9701ca, '', 0, '?'),
(0xa8495d8f53661eec9e1184105dbdc4da, 'wp-content/plugins/wordpress-seo/src/services/indexables/indexable-version-manager.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/services/indexables/indexable-version-manager.php', 1, 0x00000000000000000000000000000000, 0x4d717556b1d6a25fe0680baf4eae16bd, 0x44b00add866a366435f9bb1ede3cdff24ccba471dd95d7fd7dc86da09fd74e99, '', 0, '?'),
(0x65f937e7f51856771b92dadcb881438a, 'wp-content/plugins/wordpress-seo/src/surfaces/classes-surface.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/surfaces/classes-surface.php', 1, 0x00000000000000000000000000000000, 0xaae9442a10f2aeab6fb011cabf6cb496, 0x7b9c9ae2a9f82f3f04f1ae91df3edb6d27cca8663251ff7042cd40234e910de2, '', 0, '?'),
(0x4d6d5106afe5b425eb95fb396b319e21, 'wp-content/plugins/wordpress-seo/src/surfaces/helpers-surface.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/surfaces/helpers-surface.php', 1, 0x00000000000000000000000000000000, 0x5314900ce78dd3adc4eedaedf6d0a675, 0x1390b191747de06491b2a8c4c76c24fe4e232fad4dbd1d99591c92d58f5052af, '', 0, '?'),
(0x8ab7c2bc0c639e83dc35f3b7cb1080d2, 'wp-content/plugins/wordpress-seo/src/surfaces/meta-surface.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/surfaces/meta-surface.php', 1, 0x00000000000000000000000000000000, 0xd859e449e90da3c1ab2d8dc83198677c, 0xd20bf58298cf0cc67eee5fe93a8dbb4219b5216f54daa1485be4d4f0458d05b7, '', 0, '?'),
(0x529394b4e01c713855e9c07b00c5f418, 'wp-content/plugins/wordpress-seo/src/surfaces/open-graph-helpers-surface.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/surfaces/open-graph-helpers-surface.php', 1, 0x00000000000000000000000000000000, 0xe92e66ffba5811d186d995e1c4c18488, 0xfa3868c605ff01b84d96e3eee330c71a12323439e5558ee16a64b768cb20bfe5, '', 0, '?'),
(0xc29254602b4691022e41fe7313169707, 'wp-content/plugins/wordpress-seo/src/surfaces/schema-helpers-surface.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/surfaces/schema-helpers-surface.php', 1, 0x00000000000000000000000000000000, 0x5be4f7c29eac08d9912f5f0957dade40, 0xd1b4b5a3476a5c6fb8cff2d79b55bdcf9d582d71e60eb205f1ce3f0d23eb82c1, '', 0, '?'),
(0x5c16652624893149c73ed10894190451, 'wp-content/plugins/wordpress-seo/src/surfaces/twitter-helpers-surface.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/surfaces/twitter-helpers-surface.php', 1, 0x00000000000000000000000000000000, 0xa5b3711684d93b4ffa4ca60c9ed08972, 0x68bbf832c0537e89574b231fbd497e0a715354fd45d3e83464895b275a30c02e, '', 0, '?'),
(0x7dcb1944df85e7bcd2fae41fdb4ee95f, 'wp-content/plugins/wordpress-seo/src/surfaces/values/meta.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/surfaces/values/meta.php', 1, 0x00000000000000000000000000000000, 0x577c15468d95fd8bb788231cc23dd59f, 0xe31d7d2f648057d43a2be71dec516e02aa76daab091d827eb3c754403f562528, '', 0, '?'),
(0x2d9f8335db749e0b5590123159ae7609, 'wp-content/plugins/wordpress-seo/src/values/images.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/values/images.php', 1, 0x00000000000000000000000000000000, 0xe4c7022c8ae90de377261422cf796c75, 0xfe7b192082da0b4000b69ad1bb6ea20d02a7a60ec294c36d7d0e4846d454ee21, '', 0, '?'),
(0xd854fdc84027bf4ce9205c97c3cce238, 'wp-content/plugins/wordpress-seo/src/values/indexables/indexable-builder-versions.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/values/indexables/indexable-builder-versions.php', 1, 0x00000000000000000000000000000000, 0x3ece0e067f7a33886746ff12803b8651, 0x9c6670c7d14f432fc6a58aac53a21444dd8dd5991a6f81cc737a50dee40766e0, '', 0, '?'),
(0x1e340ff296b3d24e52801439557faf37, 'wp-content/plugins/wordpress-seo/src/values/oauth/oauth-token.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/values/oauth/oauth-token.php', 1, 0x00000000000000000000000000000000, 0xae726fb8cb5d735574905fe2df8af8ed, 0xc77856546b955b0e82c255bd8a14eaf0616a7e202371a68b582e2eed5acad57d, '', 0, '?'),
(0x851a95bac5c7e00386ba427e57b8629a, 'wp-content/plugins/wordpress-seo/src/values/open-graph/images.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/values/open-graph/images.php', 1, 0x00000000000000000000000000000000, 0x34f13183b1388f849433a28c31a449ce, 0x9332b083d9ca8f45af7f74e611e1362e46a77badd2e1ea4702d04185babf7182, '', 0, '?'),
(0xb0e8c9d8d3a078c1bc401641a811c80c, 'wp-content/plugins/wordpress-seo/src/wordpress/wrapper.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/wordpress/wrapper.php', 1, 0x00000000000000000000000000000000, 0x6bfd13611736253473d6f3d6649834de, 0x7f7384b507a2ae0b4286f84866dc099251b860f4be971c6b304516ce026ed86a, '', 0, '?'),
(0x61f358caa4470227c9806e0d7c74e34e, 'wp-content/plugins/wordpress-seo/src/wrappers/wp-query-wrapper.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/wrappers/wp-query-wrapper.php', 1, 0x00000000000000000000000000000000, 0x3d8c997d786701f65f052c675946310a, 0xc820003d8c4848f118d866e57f92ba88a171117d67dd31da71325fc1b9dde930, '', 0, '?'),
(0xa21e7a18511c7fa1fee06eb5d9db316a, 'wp-content/plugins/wordpress-seo/src/wrappers/wp-remote-handler.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/wrappers/wp-remote-handler.php', 1, 0x00000000000000000000000000000000, 0x613d5db8e665978eb0f625fe4edbc5c4, 0x4235d8868754787c55873de488957f80aec63de65e394766aeff72ceb303ea55, '', 0, '?'),
(0x9b36f0ca75515b939b36fecc9c6cb7cd, 'wp-content/plugins/wordpress-seo/src/wrappers/wp-rewrite-wrapper.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/wrappers/wp-rewrite-wrapper.php', 1, 0x00000000000000000000000000000000, 0x39eec28464dff7493b727fedf67e7e55, 0x9bf4ba2488a5bba6f3a31618af7355a10b253b0f7ce3bd5e5bfa099afc0b7938, '', 0, '?'),
(0x24f2ecdfb08f52ed0dad13ca61623821, 'wp-content/plugins/wordpress-seo/vendor/autoload.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor/autoload.php', 1, 0x00000000000000000000000000000000, 0x27731fd65f5d023d66c0db5594de18ac, 0x88202b14ae182b631370fdabba4e6f7a6e30ec9ac952231a8946672fb3618aea, '', 0, '?'),
(0xd6bdac429fe56db24fd02a833a71c97a, 'wp-content/plugins/wordpress-seo/vendor/composer/ClassLoader.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor/composer/ClassLoader.php', 1, 0x00000000000000000000000000000000, 0x80e3127bb630c512c42cfb51366ec09c, 0xed60a00c89d5eae8e7739b4ee1fc2ece2dda89f3bc474454fa8bb6b82d0a74d4, '', 0, '?'),
(0xcd071cdfaeeab0f5b02ad050f6715bfb, 'wp-content/plugins/wordpress-seo/vendor/composer/InstalledVersions.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor/composer/InstalledVersions.php', 1, 0x00000000000000000000000000000000, 0x13e6e46602b746a98d692a8c1b663e3c, 0xf1a64deed7a06b6979d8cca827db1b8eef07b353b3bc0a56d77c54c4b41bc0ba, '', 0, '?'),
(0x7789876792cc19c672a70f7bd69aa05e, 'wp-content/plugins/wordpress-seo/vendor/composer/LICENSE', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor/composer/LICENSE', 1, 0x00000000000000000000000000000000, 0x955d5fe58c231244f6b49000f383b5e2, 0x1a209ff8db92f625a713347e4ed97e47682162d817ad3a77829805c98cbf9927, '', 0, '?'),
(0x90155ab87b67ca7df666c82d95d1300a, 'wp-content/plugins/wordpress-seo/vendor/composer/autoload_classmap.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor/composer/autoload_classmap.php', 1, 0x00000000000000000000000000000000, 0x6577014b31d253f9a08c9934461ca57c, 0x4141e196d26ef75f8714a70e711e0ccd46011cfc72448012943f44f9674fd72c, '', 0, '?'),
(0x6715234ce6cdac4bc4415d6561e39532, 'wp-content/plugins/wordpress-seo/vendor/composer/autoload_namespaces.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor/composer/autoload_namespaces.php', 1, 0x00000000000000000000000000000000, 0x35e12c7d76c4a81633bcf547c0e229a9, 0x45bd72344000b8d4a124a6e27ae6fa33f0b8246cb2ea1ad06069e46578c36cca, '', 0, '?'),
(0xe59cd0f6fb38b87c1f4c9f50ef8b0903, 'wp-content/plugins/wordpress-seo/vendor/composer/autoload_psr4.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor/composer/autoload_psr4.php', 1, 0x00000000000000000000000000000000, 0xca4c699c1d868dfbb2a7baeecbca60e6, 0xd3c0a87ffac071ed33faed25953aa11dba61e9ff9653ae518e55d39903ef8765, '', 0, '?'),
(0x4ed2455c99ba19e67c918a8f4a855380, 'wp-content/plugins/wordpress-seo/vendor/composer/autoload_real.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor/composer/autoload_real.php', 1, 0x00000000000000000000000000000000, 0x3cfdf7702c068f45347b878eca5bf024, 0xddaf903af5460744ce812ffaf69c6d57dd1ef1096bc2a7adab203c0a06210ba3, '', 0, '?'),
(0x5a184c8ddc8fda76f94e9a25db250f5f, 'wp-content/plugins/wordpress-seo/vendor/composer/autoload_static.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor/composer/autoload_static.php', 1, 0x00000000000000000000000000000000, 0x85460d14242fd553e6754b48a218fff5, 0x12f8c92b8bfb5c4d2c430da2900fde5817f7bad3e2830ff8e401eeda91776897, '', 0, '?'),
(0xab6b78ddfa8f2975f394c55dbe23c6c9, 'wp-content/plugins/wordpress-seo/vendor/composer/installed.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor/composer/installed.php', 1, 0x00000000000000000000000000000000, 0x0696d34ca131d9b3460de3c9f63f1987, 0xefb72636ad9a89daf2e0ae43baedf1e0debf2bd8e06ba71c5fbac402ab595a3a, '', 0, '?'),
(0x4b5a0c90eabad1bcace4accbb7b6f26d, 'wp-content/plugins/wordpress-seo/vendor/composer/platform_check.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor/composer/platform_check.php', 1, 0x00000000000000000000000000000000, 0x82d93983703bc337ab69c730b96c41b7, 0x8f3f50981c7fb4b05f0283a422bb1c451034d54fab498385db78c522f0c4fec7, '', 0, '?'),
(0xdd8012b1aef7a888dc6460d2afa9e81b, 'wp-content/plugins/wordpress-seo/vendor/yoast/i18n-module/CHANGELOG.md', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor/yoast/i18n-module/CHANGELOG.md', 1, 0x00000000000000000000000000000000, 0xc7fe1222585a3a61b11fc4ff650d34c9, 0xe05e3212698e4cf8c9a54064c860ddc21d7992654e89d30f5b264bd06827e440, '', 0, '?'),
(0x6516fde71828ba8b38eeeac4fcb0cb56, 'wp-content/plugins/wordpress-seo/vendor/yoast/i18n-module/src/i18n-v3.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor/yoast/i18n-module/src/i18n-v3.php', 1, 0x00000000000000000000000000000000, 0xa3a5c8e27e37025e3ac836bd08053c56, 0x5c467461b007890c509a5f483c5581f3d55489475ff76f3914ab1911051a18ee, '', 0, '?'),
(0xa2561f0c356524c034d6ce37d313a4c5, 'wp-content/plugins/wordpress-seo/vendor/yoast/i18n-module/src/i18n-wordpressorg-v3.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor/yoast/i18n-module/src/i18n-wordpressorg-v3.php', 1, 0x00000000000000000000000000000000, 0x70d2b1fa3fe069c0029a2e3598879842, 0x0e8cac2da5a35289b776830857ab46502d698669cd4035926c353e92ecf7c10f, '', 0, '?'),
(0xb88dcab3b4f232f65fb252fb38963368, 'wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Data/AlphaNum.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Data/AlphaNum.php', 1, 0x00000000000000000000000000000000, 0xf4d11ef5ae986b73aa18e17eb9ff71f1, 0x56af366f79f96f9ba4b2a81ceb92147f4e4ca8e5e0daf8beb922f10410f91b52, '', 0, '?'),
(0x370040c3162b89c31babacdba8fca431, 'wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Data/Byte.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Data/Byte.php', 1, 0x00000000000000000000000000000000, 0x5d01ffbf3629f0871b1a392344c21abb, 0xb563348cb57b7046595baaeb69be4c7e33d878f702b1b388de53cf451fb93c67, '', 0, '?'),
(0x69e3634c81f64a0f7d86e5cda70f31ba, 'wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Data/Kanji.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Data/Kanji.php', 1, 0x00000000000000000000000000000000, 0x248593e0243903f4ad7a69a531a637e3, 0xe98402deffc3378a448a8d0cc500361ff75f4bf12524b2c8e68b7a8c030a2adc, '', 0, '?'),
(0x0841ffa0d2c464c781931e69f4dfbf05, 'wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Data/MaskPatternTester.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Data/MaskPatternTester.php', 1, 0x00000000000000000000000000000000, 0x9c2d2b9edb7905f5633c16e993b74fc3, 0xdca99852661d64dcd9711885e1f958706c2308f6ae574ed8214bc5a70a6b1568, '', 0, '?'),
(0xa75044f724da8a7045b8a1bc6c157689, 'wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Data/Number.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Data/Number.php', 1, 0x00000000000000000000000000000000, 0x41b606392d4cec3f5527c757d4442cb7, 0x5cfa6f6ced3f45de6c42eaa58c9769ae4c9468bbaa6b0c935f16db98965ee943, '', 0, '?'),
(0x3727218ad6ddc2dcba0c3d5590074e37, 'wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Data/QRCodeDataException.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Data/QRCodeDataException.php', 1, 0x00000000000000000000000000000000, 0x7f8511face36b9bf0f102c1308e57e8c, 0xa11fd35385a4229c98f11c89ee8f1fac44ea96e29a0debfb7124790529b80a6b, '', 0, '?'),
(0xba8e2ffc48b22c1eefebc92fe09176aa, 'wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Data/QRDataAbstract.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Data/QRDataAbstract.php', 1, 0x00000000000000000000000000000000, 0x5b19081a4fbe8112fd9c9dfc63a927ab, 0xaf3878cd5184d88c75b28757829b50fab170a7bb7000f337873708ae9a493a23, '', 0, '?'),
(0x91d9a876a69056301a4736af0e972005, 'wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Data/QRDataInterface.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Data/QRDataInterface.php', 1, 0x00000000000000000000000000000000, 0xe9507633329a01f33a8108a3c6fbcd9c, 0x5afa06f0bbaea1f1fac6197ce9fdf10792379af6d8e70c141510b6a505160155, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xe70c8f968e3aa1a4accae1fdc14aafed, 'wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Data/QRMatrix.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Data/QRMatrix.php', 1, 0x00000000000000000000000000000000, 0x94b19f3d32c67e0ee038d9a149b70a8c, 0x56973be16b7fe82fea54608c1b3b3ba0136cd075718681095de854cb98c747d2, '', 0, '?'),
(0x37357b6108361ffc0a16c748246f0343, 'wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Helpers/BitBuffer.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Helpers/BitBuffer.php', 1, 0x00000000000000000000000000000000, 0x7c0d8b47e20fb873f3c0cf01620136d6, 0xeff0cf2d9e1e7c04c137d186d3c2186e42cb94f90f6d3e7c87d55cc9fb2ac24c, '', 0, '?'),
(0x02e608afa2dde387e6be3962be4a718f, 'wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Helpers/Polynomial.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Helpers/Polynomial.php', 1, 0x00000000000000000000000000000000, 0x97db66c1ff0cfc58aa544eec7d178be4, 0xf202c23c69c0a3e5f46603cd65da1314af444b1300810ca257720f3771a9bcc2, '', 0, '?'),
(0x27e00ecc2b64adf429554ddc5fc0e303, 'wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Output/QRCodeOutputException.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Output/QRCodeOutputException.php', 1, 0x00000000000000000000000000000000, 0x6717492c93e8391919b14ec1fb9c32de, 0x38f02dba2ebef20750cf3f7c24b4c631d6740a71e99f7d448f435741eb3dfadc, '', 0, '?'),
(0x64670a590a8ee8cd0433a5716c3ebce1, 'wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Output/QRImage.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Output/QRImage.php', 1, 0x00000000000000000000000000000000, 0x769b253995aabea91670851a5b683320, 0x734e7054d8d2f315f58ef34fcefd32a219ff427823f74c306b4bd7e66f528a7f, '', 0, '?'),
(0x9f407b12e66b976d5ab59b0bb623e12d, 'wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Output/QRMarkup.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Output/QRMarkup.php', 1, 0x00000000000000000000000000000000, 0xc103f8bbb04cb3cf9bbdce1645b291f3, 0xd2dad02f3958965999b37da30ab4d49221bf3c496b01939eda769f744923e0e3, '', 0, '?'),
(0xb77be19942765b7163f70232bd3978f8, 'wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Output/QROutputAbstract.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Output/QROutputAbstract.php', 1, 0x00000000000000000000000000000000, 0x6f175916cfcf6b52f8bda5c2fc96d65e, 0xd3cf8d98f1cb8fadbccfd7e5e101d80bfb5cc3618bbae7b0218ed449c32e1d4e, '', 0, '?'),
(0xef2017cba866d3370f9267b0f2e4451c, 'wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Output/QROutputInterface.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Output/QROutputInterface.php', 1, 0x00000000000000000000000000000000, 0xe32973d5f6ae98da0374fa54dcb38e01, 0xfd09abdebc813f23bd4e8a7e73d798abdc81ae7b863b96dfa620faf71103e1cb, '', 0, '?'),
(0x87322dddc63291504037cbc26ddbc24a, 'wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Output/QRString.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Output/QRString.php', 1, 0x00000000000000000000000000000000, 0x1b4c5d0b6d4ce01f940a1a7784fc0c78, 0x984783a553a865d218ca3bb63488cabb49bcd3defa1c2a3a1f58dfd45296145d, '', 0, '?'),
(0x9a59e433e6876951eb61a3ab89a37090, 'wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/QRCode.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/QRCode.php', 1, 0x00000000000000000000000000000000, 0x7963a4c23e86b60d1600f4cfc28d7d8b, 0x4da7daecc0d914fc56c47c011ba69947f5a7439689aeaa7b1cecbb9017873b8f, '', 0, '?'),
(0x161dbc461350781d1de3ba03a4fb495d, 'wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/QRCodeException.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/QRCodeException.php', 1, 0x00000000000000000000000000000000, 0xa523ee2b107d559b9fe8fc612c3c0fd5, 0x9fef0a934a4bd6cd45709a45ad9803fecedb5f5650f8aed8b805399b84b4ae5a, '', 0, '?'),
(0xe2e5b449144fd4a69ea1f5068f48ba76, 'wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/QROptions.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/QROptions.php', 1, 0x00000000000000000000000000000000, 0xee5815980553888437297607c932df77, 0x50dd0abb83abc3dcae17b2ca828c00d15f9e6ded9abbbe99ecbf31c4d15d71d1, '', 0, '?'),
(0xfb1ffbde75373fea73da96635a275e87, 'wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Traits/ClassLoader.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Traits/ClassLoader.php', 1, 0x00000000000000000000000000000000, 0x7fc9f178456920c0e7a315775770fc0a, 0x13bb4a513901a2733ab952a4b36a95d8b62e7f66adb1a2dceeecf59bcdc9b26c, '', 0, '?'),
(0xe44a5ce8e541f1aa30c0218c50cedbdf, 'wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Traits/Container.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Traits/Container.php', 1, 0x00000000000000000000000000000000, 0x33c8a4c7acc6633bc0ea9f38d04b300c, 0x9c8b5169fac80792cf72f48674605255d36fe2dbe76b472c9d3d4550a36b863b, '', 0, '?'),
(0x6df9f4f75c07d57e62752cefcd627401, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Client.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Client.php', 1, 0x00000000000000000000000000000000, 0xf8d4a3e6ca81d59c08251a9f5c1f364c, 0xf1bf43a776c2f49dcece21985737637fd1a6b3703b7b70876e2d84247f9abbbc, '', 0, '?'),
(0xa88c6c761c228b1e2802ac92d112e38a, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/ClientInterface.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/ClientInterface.php', 1, 0x00000000000000000000000000000000, 0x78bc200e0e64aa59a3bf74ad9906fcfe, 0x17a62ed06405e6454ea27d383f5a56c8faad201afc94072f36225ae2e73544b5, '', 0, '?'),
(0x2c644e6506d07f3898abbba6bf22fb16, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/CookieJar.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/CookieJar.php', 1, 0x00000000000000000000000000000000, 0x9c38ca737fd66ebf458c311297b874b2, 0x329f63eb61959ccdde2b8bb8145bba8fc2c70b1b074e8b883f5f7403f14d7793, '', 0, '?'),
(0x3b1f3b415e47c773e82c6b132c4a66c4, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php', 1, 0x00000000000000000000000000000000, 0x7006139128527ec3815a584b16e0195c, 0x6f84c6af3385b61bd48b73fb0fabb901423ec96bcc7438bcf6b1c949ac484614, '', 0, '?'),
(0xa936abcb30fff6294832a0a79f06f9b1, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php', 1, 0x00000000000000000000000000000000, 0x7416520cfa75c19a622334d1388bc8af, 0xdafbd010b7a32e38de92e05eb0dbf555b4734ec83404d7837d5f77ff02062430, '', 0, '?'),
(0x6f27f0f7e4a4722bd4ae02be6f096106, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php', 1, 0x00000000000000000000000000000000, 0xd55f39f32f8500581096c54e5630a6e7, 0xb1c290d5f88656ae98eea0ca367f65fdffdf61c3fafbc68b7b393d636baa2039, '', 0, '?'),
(0xaffbf0e17da0fe70ba75ad3122f50ac9, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/SetCookie.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/SetCookie.php', 1, 0x00000000000000000000000000000000, 0xfa5940f04d992ad05640d6b1eb9102aa, 0x51a53c0d182f1b6725d1fb675700bb1bde578ab7d1d56b8604909d5271767bbc, '', 0, '?'),
(0xd8d33d2938cc7be6005ac46728da7be1, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/BadResponseException.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/BadResponseException.php', 1, 0x00000000000000000000000000000000, 0xad6cfaea1abe99562181c44247acf735, 0x6e29b6112c06f3cfacf500cdb26fed70f81620646f70a3205adcaf96975ca99b, '', 0, '?'),
(0x09fb632d065e71cd97e11f6aee206fbd, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/ClientException.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/ClientException.php', 1, 0x00000000000000000000000000000000, 0xce1ef47df7e81f3760cf635aadcdfdb9, 0x7469ec16d2ffc307f493ccc2986e20bd4f2fae22006bdf93c5412f96ce2e8ec3, '', 0, '?'),
(0xc669104b24d27c3a33ac09893f7ae688, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/ConnectException.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/ConnectException.php', 1, 0x00000000000000000000000000000000, 0xc0899a6d743845821f8e847b0c16b32d, 0xa5f28bcc0950fc261c8f58af9dcf92c42a376b55ce919797885e130830baefb4, '', 0, '?'),
(0x019f75b739a31299ea35831d457a5639, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/GuzzleException.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/GuzzleException.php', 1, 0x00000000000000000000000000000000, 0x2849cc275ceb626e0b08974098add353, 0xb9959540e0a74d5bd57b70aae79b0cb5773286be7bfac206b7d888ebfd0ad0c2, '', 0, '?'),
(0xa11a0b75cf33b8cf49b87a73290bcc2b, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/InvalidArgumentException.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/InvalidArgumentException.php', 1, 0x00000000000000000000000000000000, 0x23ef9f390709a4ad8676789840a9469c, 0x7a5d57ef443d2e1c294a3e16d8906b9d024460684076d0a496a04883cfffa53d, '', 0, '?'),
(0x4f04152ad45d8f81c3edb9dc6deed5bc, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/RequestException.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/RequestException.php', 1, 0x00000000000000000000000000000000, 0x86f17693b4fb229d60b6fcc0ad57d56f, 0x9df19bce0e9c0cdb7cce1b7991db2d6d70099bcda5c407d925749124e00eb3f0, '', 0, '?'),
(0x370456421d5c0fcc2598fc9942a85610, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/SeekException.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/SeekException.php', 1, 0x00000000000000000000000000000000, 0x1c6e785e6c5f10d316383a01ed702f39, 0xdf908d1e2974275ce2262bd4985404e1e683a4eb25f95aa811d68f3798cb1717, '', 0, '?'),
(0xdc201fb0d527d617a0c519d62785b3bd, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/ServerException.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/ServerException.php', 1, 0x00000000000000000000000000000000, 0xcf07ac1620da370b9440cf20b36ccad4, 0x81436c4d08150fde90ec27be61b50aa9f49c20a22fc557a23011aabae76e16a2, '', 0, '?'),
(0x3c9dd85250ef06f2bda0119d04358160, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php', 1, 0x00000000000000000000000000000000, 0xd5c6c2be2c81bff45f02ac51d42c158b, 0x7c91be22375abf0c8ed376a5f153880f031b2e73cbc46659bfc87c406516aeff, '', 0, '?'),
(0xed8c3e4c54a0cbc6a0d47a23506bc3b3, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/TransferException.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/TransferException.php', 1, 0x00000000000000000000000000000000, 0xa0ddf059aa7a8763c628ff70635e0a7f, 0xb51ab96b7c90219160066d53384b57b6fe150c90bbdfd67c666f3fb71c882c3b, '', 0, '?'),
(0x8521eb649d7bb33ac9aceb50205d284d, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlFactory.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlFactory.php', 1, 0x00000000000000000000000000000000, 0x9dc369f25d03c30baa1dc962c2104600, 0x7b4bd0e53028d46eb2a75bf5b7281f13ee95f2d1ee90021ff67aec5c2ad9c7d7, '', 0, '?'),
(0x8d85ebaaf6905a4bd9fa2a2586d8f7da, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php', 1, 0x00000000000000000000000000000000, 0xd512f6531efbfaf66431e51e41d15cfc, 0x845ccfd25a7eb72729d7a6533906f5562326a37bb76b3bfe82cb12d75d89939e, '', 0, '?'),
(0x6b600a3e28b8949fd7adea90f94989ac, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlHandler.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlHandler.php', 1, 0x00000000000000000000000000000000, 0x3b5a77a7df72910fe66beb5ea8f3fa03, 0x4f25d7f71c57e5b21c4166306151cde6a9039c430d930af1bac6b2c30cb98a12, '', 0, '?'),
(0xeb91aa9d0039dc8e8852c37967bcaa7f, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php', 1, 0x00000000000000000000000000000000, 0x0a19d88bc4bdd6013abf45656c1e2be1, 0x7812a0e51639201e400768b3dd8714f0e782f6cf4febe20abe11b6f6dc3eccb1, '', 0, '?'),
(0xc671e9265d26873d8704f0b6cd6d07e7, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/EasyHandle.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/EasyHandle.php', 1, 0x00000000000000000000000000000000, 0xcba12ba561445b083e1c76c59d72e5aa, 0x45e90735207d013e0117b5174c9918db242e4cf8122c8d334430d1cededcdd4d, '', 0, '?'),
(0xe1db7185dd3a7318faf9b12331305d2d, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/MockHandler.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/MockHandler.php', 1, 0x00000000000000000000000000000000, 0xd1d3d9a031847b5363421ed33daa3266, 0x4b576e3d48ed39e1263135684137f3d16ef9bf6ec567073fd073615c032ec8ff, '', 0, '?'),
(0xe715b6500d83efadf71d12cb5cec08c0, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/Proxy.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/Proxy.php', 1, 0x00000000000000000000000000000000, 0x274204cee1a46ac152eff4a3e4c889ea, 0xc9c1bedf9bfd1390cfcb82debdf32f932d325ea0a09620b6a6a9e1c634d0c5a2, '', 0, '?'),
(0x772c1baf611a0d29ca0777622308e794, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/StreamHandler.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/StreamHandler.php', 1, 0x00000000000000000000000000000000, 0xcea17f30b38cb4a2b58cba88e455f4d3, 0x01e6e410b1bda01443b143f774c84fadc745729aa927fde67c2129c3dfb33cfd, '', 0, '?'),
(0xc3294b62428e1bcd46ae7e95b5bacfce, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/HandlerStack.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/HandlerStack.php', 1, 0x00000000000000000000000000000000, 0x16cce39b99d862f8e24895a3963adc28, 0x32526d1cb0d229067b49d6acefc5b834e9e5ed88b1c5db32c7c40d33023f0a3d, '', 0, '?'),
(0x958f3679d461350b319b52ab2a9a277c, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/MessageFormatter.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/MessageFormatter.php', 1, 0x00000000000000000000000000000000, 0x95d3c3dedbad5542b7478e7bbc50c9c9, 0xf5a9fd482701bc7591b8e5602c01255442eabeb71cbd7a0a6ef5bd9419f23235, '', 0, '?'),
(0x20458bcef3f70c68dcbad12f5542d3cd, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Middleware.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Middleware.php', 1, 0x00000000000000000000000000000000, 0x178f2fbc6a48f605ed84b156103d5366, 0x93034b6576a45bdfe6aeb108e2a34334a5c3998550532d9be596383a380fa83a, '', 0, '?'),
(0x7795c5bef021d0114ad90e4c612f2bb1, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Pool.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Pool.php', 1, 0x00000000000000000000000000000000, 0x0a3b37cc4dc3641c301d1c4c7cc6e7d2, 0xb9551c78ae21cafa90c33a262899439bdbfd8871e036dde76a9991b6d67f06da, '', 0, '?'),
(0x0c93acbe730cba735e47c478e8949bdc, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php', 1, 0x00000000000000000000000000000000, 0xb7e100ec78fb1edacf069f57c98c5c7a, 0x27747e7286280f3732223fecbe8ded5a3a86432fffdbd4b5e6406f4c106402df, '', 0, '?'),
(0x687a56f6e8d2d0197a243de2b6c5fd99, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/RedirectMiddleware.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/RedirectMiddleware.php', 1, 0x00000000000000000000000000000000, 0x2b671f0ad5b8d810ecd1af266eafb233, 0xf5c1fe0549748f321dbfb58e37fc0643c85e5e7d8cb7a55b976f9ffd9c972f53, '', 0, '?'),
(0x12427293d82ca27ae35847234e6a103e, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/RequestOptions.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/RequestOptions.php', 1, 0x00000000000000000000000000000000, 0x76dc7b3211841df33b6e279c4f8b1cb4, 0x07a8a7e342599a2f04020c3587d376505d936a8807e7acb6dd7cbbe95439ea1a, '', 0, '?'),
(0x92e1d8f546e2105aee030a51d90f4345, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/RetryMiddleware.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/RetryMiddleware.php', 1, 0x00000000000000000000000000000000, 0x8662cc04b899389367a3d5a6c110e1c5, 0x3ec74bcde8a1bdfedf75703762febf272927b92c3be901a01651c5318b93ed79, '', 0, '?'),
(0x3e5eccf46df884ae9dd206af5add7b98, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/TransferStats.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/TransferStats.php', 1, 0x00000000000000000000000000000000, 0x056676f391cf33757217f56c41056768, 0x78cd0e2d036d78a7b998b2f35ee76a109d43f631a8e414f8482c2c52879ddfd5, '', 0, '?'),
(0xdec5c3a08de36a964634fb16ea03b77f, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/UriTemplate.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/UriTemplate.php', 1, 0x00000000000000000000000000000000, 0xb0a0d6fe3977b66caa3b962b9ebd489b, 0xfc706b8b02af0d3cefabf97742e322618cb38e9813f81536f7ca57ee75b57660, '', 0, '?'),
(0x7468299818597f435dc02b0a83deccac, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Utils.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Utils.php', 1, 0x00000000000000000000000000000000, 0x347e49c2cf512db2a2ccd2a1287b586a, 0xb744f38189ad2289c118eb26edc5951ac4a0b702b51285adea8a17d46d7ae262, '', 0, '?'),
(0x0caa0d368cfe1acd8cb4c8eb038b06ed, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/functions.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/functions.php', 1, 0x00000000000000000000000000000000, 0xd7b7a53f7577b82a03a1d3e6a44c7307, 0x2ba11419a51af9ee19b03a9559b6d493e541d987e6acf681d52f94797b0772a7, '', 0, '?'),
(0xe4299d645802bb3aeee690f5683a7d6b, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/functions_include.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/functions_include.php', 1, 0x00000000000000000000000000000000, 0xbc2abd9f79b8b126397b1dc631769bce, 0x3a83d139d5408355bf78969a2e161cee6b6b8cf158c2571d972f8133670c0f28, '', 0, '?'),
(0xa470ee80385734e81e6bf7633ef11b38, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/AggregateException.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/AggregateException.php', 1, 0x00000000000000000000000000000000, 0xddbeabee873269499f27bbc97ad9036d, 0x8e689fca71557478a828d86d384bed8797e0271de3161c3268617115ff5ba473, '', 0, '?'),
(0xfe6764d9b885e48160f636cc0f4fc337, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/CancellationException.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/CancellationException.php', 1, 0x00000000000000000000000000000000, 0x5e48da4e67aafcdbd06a6b3f17b7ad98, 0xf1663940b37cbc80d80487657758df71cbb89e6a78aea5c263c7b05247905f5a, '', 0, '?'),
(0x2857fbbb30fbc7e8c561bf28c8a43994, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Coroutine.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Coroutine.php', 1, 0x00000000000000000000000000000000, 0x363aac43eb537f9bf19bb61c029c9f11, 0xd46db38a83107188ec51e1b54027e7f6ec7887e1d9337884fd7d21142799a007, '', 0, '?'),
(0xc3858c2e0263786261968ccc064266a9, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Create.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Create.php', 1, 0x00000000000000000000000000000000, 0xd9a7b70fec1955a6dbc3fe0639a9f6a6, 0x42cbd3f1d0a2ad6dc9be26e7618ec5ff2f56b8d82cf1c2a77353561dc667cee0, '', 0, '?'),
(0x8c0a6b638b05be0d1d1ced51936ae8aa, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Each.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Each.php', 1, 0x00000000000000000000000000000000, 0x317c185ddb65ef40ba32bb86011966f9, 0xb22f65ae8efb8593f67c5f50dc4fc0c6aa4978c81805cecbba925dbfe1cf9d9d, '', 0, '?'),
(0xd50d62e29c642fd3a13bea9e1a8c2378, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/EachPromise.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/EachPromise.php', 1, 0x00000000000000000000000000000000, 0x549784a187a12f446a23ac60c9598ccb, 0x7f9057cce54d82e09dfb1395ae2bb290530435679d6455e9965bcc7e90956b5b, '', 0, '?'),
(0x6098d6273f17a6888e2091dd9224e30b, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/FulfilledPromise.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/FulfilledPromise.php', 1, 0x00000000000000000000000000000000, 0x9b3830545912a9944a8a353dd9e68931, 0xd2ec4d06584daf2c957fff8658ea1c86e563ddc358cda56d6962d70cce4407fd, '', 0, '?'),
(0xdcd4cf5a4319d3695435673fef66f42f, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Is.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Is.php', 1, 0x00000000000000000000000000000000, 0xe17c320834bc4356ac1f2d2bcc5b46e2, 0xd4b7c25f66018fb5a92953c45ef280eef5a930be42cb9d0a5b9c8252a5dd0364, '', 0, '?'),
(0xd42f2f2e1800f20bb3aca56c6c4fcf28, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Promise.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Promise.php', 1, 0x00000000000000000000000000000000, 0x6ad5a96e01b22002dafeb6144dd01227, 0xa29e3718f1a048285f50eda4281a0a30077c370db5eb405121b287ceeefb2fd6, '', 0, '?'),
(0xccf9804d5c5532bd8cc7c9cf785d7b38, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/PromiseInterface.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/PromiseInterface.php', 1, 0x00000000000000000000000000000000, 0xc0bc99b0febfbd2659ee7ec06b01e368, 0xd3cb2845ad6bf71cd55e84cc7ebaf871686dfcc8f9093d14da75435bbbbbce37, '', 0, '?'),
(0x062ef23817ac0e2002b20a5cfd6482e7, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/PromisorInterface.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/PromisorInterface.php', 1, 0x00000000000000000000000000000000, 0x1c2bba4773d5123d05f55b2018689cf1, 0xcb5408632f07d4bfc181d08d4ee0f096fd09748317cb4f058e75ded101624e79, '', 0, '?'),
(0x6e7fdcdb7b0408c8d6126f681aaedd2a, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/RejectedPromise.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/RejectedPromise.php', 1, 0x00000000000000000000000000000000, 0x11165331a97e2590c659aea5d68308d7, 0x25683ded801325761f4f49de9fd83756150b03c8d8789b6ff4e3f2f85fa59b28, '', 0, '?'),
(0x030721d05bebd8b09616e40a92671027, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/RejectionException.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/RejectionException.php', 1, 0x00000000000000000000000000000000, 0x9a786155a606e3f7ebabc022908036c1, 0xe6d0def0e1f9736c302687ef53389b84ac3b026700fc4f29375818c78596036b, '', 0, '?'),
(0x37b2af6a55c3ea7d1d404764691d53c8, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/TaskQueue.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/TaskQueue.php', 1, 0x00000000000000000000000000000000, 0xbbec3549f2c56534f9b54abb3a2045c1, 0x8c5680bf888e3f51d4deb7bd7597de8ccfab398abe1f317b259663b786126ffa, '', 0, '?'),
(0xa7d4685929b80e57e82702e1762715d8, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/TaskQueueInterface.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/TaskQueueInterface.php', 1, 0x00000000000000000000000000000000, 0x0141c8ad79dbdb4dd06972cb0d426354, 0x7c49d42fdfb0baf856b27a8d9b862ac2c89922d9582fd76da5a31341c58b0b5c, '', 0, '?'),
(0x04cf9a5771755f8a1438c87e0da2a8e1, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Utils.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Utils.php', 1, 0x00000000000000000000000000000000, 0x67fea24b3052d2e4b825bbb63060a86c, 0xa375a2b9746bb8fc967c34386b11a3cc4d07fb2ade11d0e97a395acae3e149ec, '', 0, '?'),
(0x326fa33815c9a6cf6859398c09175a3c, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/functions.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/functions.php', 1, 0x00000000000000000000000000000000, 0xd0e8c4ce454e0cf267b928b4c3612858, 0xb49a5c0b15597c5b2af6bda41ed34f94228c570008368468523d06ccf51e09c6, '', 0, '?'),
(0x5b843aed2155a60c437e0a826bd0ec82, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/functions_include.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/functions_include.php', 1, 0x00000000000000000000000000000000, 0xd1da763410cf46990a6dfef40912803f, 0xd36358495b00891bb0d5234aa9f8b910f95ea2f4de07d9bc54f760dff38a4a74, '', 0, '?'),
(0x1bf7f60494c9e00f110ab9f8f5563709, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/AppendStream.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/AppendStream.php', 1, 0x00000000000000000000000000000000, 0x990972b57f1aa39be85f81733d2b0d5f, 0x83ca10c79d779fa737ff083ac9ebce2afe422c5d7bc1723c2e9b0b17043efa87, '', 0, '?'),
(0x58bed68fe11b7c355f384570eb419fd9, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/BufferStream.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/BufferStream.php', 1, 0x00000000000000000000000000000000, 0x9ae92549d6ef969219c9f5ebe3bbeec5, 0x3851bf029e602bcc568c241fe687b6743048a7e7ddc42760b4849898fbd03eb5, '', 0, '?'),
(0x1a020e6d4d6373137229d4d4a9f17ff3, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/CachingStream.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/CachingStream.php', 1, 0x00000000000000000000000000000000, 0x67ae2ec11a7c39ca3bcceaf5157a095a, 0xfacf090cdc8cd8aa429698ed76612be3ee1a2f3aa5134c20fbb96e5b7698d246, '', 0, '?'),
(0x3e1893dd0c5a1cf649e3497c6114fbf2, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/DroppingStream.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/DroppingStream.php', 1, 0x00000000000000000000000000000000, 0xc8b7224f1075eeaa6d7213f5cda3b0c5, 0x4bf0ad4ef489b38fb06f10f46bc76fec5d2a108338b17c0d3579676084178413, '', 0, '?'),
(0x0939198499114257474b2de4a7520ed0, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/FnStream.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/FnStream.php', 1, 0x00000000000000000000000000000000, 0xf124a46977917fbf4b1bd4f7322f1a5d, 0x5fc6abe29f55faa8e6119c683f6a6c2ecf11998033c876bb61d3ed1e27dff462, '', 0, '?'),
(0x3ffc5e922e2b81c1741ac9bb0892244c, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Header.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Header.php', 1, 0x00000000000000000000000000000000, 0x17f6f0faef787a709cc50e44beefa028, 0xbd70c5e28b04c05518c2cae8424c1cb206677135c3dd4fa78e969c4110c48873, '', 0, '?'),
(0x5bf1d5842982c0c69a325db0e0f32945, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/InflateStream.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/InflateStream.php', 1, 0x00000000000000000000000000000000, 0x05bd61073cdcfa90a171bbd4ee766dbc, 0x9476c0c2661d5896a4c23fe298d8ceaf5b2f0351025a89e07ebffb07510dd2c2, '', 0, '?'),
(0xacbe848ff886a7c275a1eebd6a066054, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/LazyOpenStream.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/LazyOpenStream.php', 1, 0x00000000000000000000000000000000, 0xa9cf6e59d474931c22b5447cbb0dfcf8, 0x53633ef479610a617fe4822845f64e3c8ccfc7882f6637e90aa7d17f7e2d8849, '', 0, '?'),
(0x0ae8d1689d632bd8542500795b07481b, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/LimitStream.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/LimitStream.php', 1, 0x00000000000000000000000000000000, 0x1c81230c4c63a4e5b77b095b25565963, 0x2ac8a08116c57633c63f09733e4de89a573aa18a2ca85b5d66220a9a9603b2bc, '', 0, '?'),
(0xe5402e105c41a0077b3529712a8a6006, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Message.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Message.php', 1, 0x00000000000000000000000000000000, 0x5c9e6fcc8e72a7feafa67c413529fe9d, 0x2f39ca1683b44b03dd88c81f332feefd9a77a9d5b7aeef81a740734fca308e01, '', 0, '?'),
(0xb7c9b69dab1c7a5eed18becd85ef42fd, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/MessageTrait.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/MessageTrait.php', 1, 0x00000000000000000000000000000000, 0xf672ecd54618e8793093ba4a173289f8, 0x5725e2987695d09701016391158b32d59e88c276efa57addba75399901ee0745, '', 0, '?'),
(0xd2a3db2f4985752ee9154b60cf2f7b13, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/MimeType.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/MimeType.php', 1, 0x00000000000000000000000000000000, 0xef0f370630baa8c0902197de48af676b, 0x85ad99c203e1bd2a482b178a068e3ace275e816efd4ed9f1fe697efcf66a5c55, '', 0, '?'),
(0x9702a875d545f2807aa8f799236486bd, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/MultipartStream.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/MultipartStream.php', 1, 0x00000000000000000000000000000000, 0xbb930e346052c4a866bcd677ae1bac09, 0x2e8aeb0646dfaaab07fa2409cb4d722c2fb6bb36fe6ad4677f0d404be605608d, '', 0, '?'),
(0x7386b9ad68f798f60daaf53f623024da, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/NoSeekStream.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/NoSeekStream.php', 1, 0x00000000000000000000000000000000, 0x08ddb3888fe4692d0d71a4919a48ac73, 0xdc3e59f31dfb2d8da73373b3a1277e9d0fd1b11c8f5118dadd5cb0b40e0f301e, '', 0, '?'),
(0xec98f86235418d629f0dcc24a2233b39, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/PumpStream.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/PumpStream.php', 1, 0x00000000000000000000000000000000, 0x8bd02a7cb40a32b84f88e4ab0976577c, 0x8cb64ff0e936f58da9a139528f30f228c91f979ec1dbca373ee27b95202e54a8, '', 0, '?'),
(0xcf398d228350eb6d31f325a3722ef65e, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Query.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Query.php', 1, 0x00000000000000000000000000000000, 0x286fbe1668eb555154867f470dc82701, 0xfcce54388f791ef93acb019e61b5ba4be9ff565ddb347cea443f9b12b62df58e, '', 0, '?'),
(0x2052bb49c004ebd47c01596052c25a0b, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Request.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Request.php', 1, 0x00000000000000000000000000000000, 0x2725214ecaf70544ef85e0ca49641522, 0xca10209e8b3dacb3cac62d328e3e692771fae705c9053f548fce97a03826267c, '', 0, '?'),
(0x5f7bf046e15a57cb38c6220c72952fb4, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Response.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Response.php', 1, 0x00000000000000000000000000000000, 0x27e9c5120eb0e4bbf607d1cdb0c88a01, 0xacc3b4e58fa89911a18ca2e6f8a05e79bb320ad4a39dda29d42d7277e8b59445, '', 0, '?'),
(0x092d1b6fd8990bf7c023f22ff3a7fd49, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Rfc7230.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Rfc7230.php', 1, 0x00000000000000000000000000000000, 0x34cd10bf16e273a4a9f6da5e493fc713, 0x0b160ce2e130dde82c7b41e28b13212b63deb52138be3fe2b428cafb0ca7fa65, '', 0, '?'),
(0xecfb0e99983904fc152b994be17fcb2a, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/ServerRequest.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/ServerRequest.php', 1, 0x00000000000000000000000000000000, 0x1f4b0e61f1a85ebd436a9044f670fb8e, 0xa5bba44bb18d86166c44252477a41620cc9cb07e71ee2be6fdc7306748fda2b7, '', 0, '?'),
(0xf5ee28aac41a19d118766476ba035196, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Stream.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Stream.php', 1, 0x00000000000000000000000000000000, 0x685ee8e94b9c827924c87991e9f72e14, 0x77f9d15a95c3afcc5dfd6b363c44e7e12e3cb4179796f2974d66079a1ac7aed9, '', 0, '?'),
(0xe1fcde9f438e1945d54f0b7d0dd58d9a, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/StreamDecoratorTrait.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/StreamDecoratorTrait.php', 1, 0x00000000000000000000000000000000, 0x5bd8fc80c7e0f4817e84851857b1ae3a, 0x2f2efc07f094aec06cfca7bb73c8f87099d887c41195bfbe8173b07e3e59c637, '', 0, '?'),
(0x0999a10de5596bcf634a5b17aae2be01, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/StreamWrapper.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/StreamWrapper.php', 1, 0x00000000000000000000000000000000, 0xec8c3c9b852f27090f9f7490e0ee2dd0, 0x472328a119b077934b81c0263bfa2f43df31e070eb05ebc100ceba3fb05307d7, '', 0, '?'),
(0x310f45d5cfbae05346ef54c3ba45b3a4, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UploadedFile.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UploadedFile.php', 1, 0x00000000000000000000000000000000, 0x1187b67cef59a807716632951bf2c8a5, 0xa72cfbd0627e74a030d0560dbab5703c6eb34684432fab31424eaafe28aa9c6e, '', 0, '?'),
(0xaf44f9dd167d55b9dcf0832392cf3af4, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Uri.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Uri.php', 1, 0x00000000000000000000000000000000, 0x6cd997b0ddb572afedb1c56cc98b26c8, 0xa60285ecb7891950899c649c12ce66d510967a2ac9222ee3cfb1cedd6c2f3997, '', 0, '?'),
(0xac534704d3f8d8fc7f12ebd1b4560d9f, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UriComparator.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UriComparator.php', 1, 0x00000000000000000000000000000000, 0x50bb6bf6a76e20cb8d7d44135e047102, 0x465cb4bb65a9bb1dac91d8387d2b33d48d715fe68ac9e05ce35285311c018b76, '', 0, '?'),
(0xf7b1226a9ae916de560ec4d119d464a3, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UriNormalizer.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UriNormalizer.php', 1, 0x00000000000000000000000000000000, 0x097a5d80c6174205deb715c4898fbb07, 0x0a0a1e9d64e2f65775f4272e62ad91403829fb2e376772c1f72e49b93d3efc26, '', 0, '?'),
(0xcc85d67b89e684b5fe71f44936defcbc, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UriResolver.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UriResolver.php', 1, 0x00000000000000000000000000000000, 0x667a15daa854ba70d73762254bd30a49, 0x4916230159767e6a8c92b255dabf269da8101ae535d5785448cd58ce6016c862, '', 0, '?'),
(0xba1fd745d9e172c629ce0bd46194485c, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Utils.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Utils.php', 1, 0x00000000000000000000000000000000, 0x94d832371d06aaedf17a27b984cc5e0f, 0x18edc0e23b405e342c1077bcc934baf6ffdfbb50236c493de1320ba6e0b6ef4e, '', 0, '?'),
(0x1684e8347d3811fc68d0074a22678cc6, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/functions.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/functions.php', 1, 0x00000000000000000000000000000000, 0x81976ac6db3f92c79141862e9b4b911a, 0x95a2ab7167a471f34393282ac97df4f91efe4e418d9e28e87f468e0d828982bc, '', 0, '?'),
(0xc68e4a2ae046291ecb4b055601b5c236, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/functions_include.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/functions_include.php', 1, 0x00000000000000000000000000000000, 0x3d79b8123b2bd200e2c56d7eb3008ad1, 0xd683a717c44a03e8fe0d2f8a925d5b6f727242037d3205560fb39945ec849af2, '', 0, '?'),
(0x9f321f8c85737c0701a614cb770fdf7a, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/AbstractGrant.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/AbstractGrant.php', 1, 0x00000000000000000000000000000000, 0xe94e10bb3f81a5b791e6a46f4b8b6cd4, 0xa9a3cbfa51dcaaa88df4b98140062d613c1285b6017cdf9be5c3eeb7a003e726, '', 0, '?'),
(0x440b08ae49e261d4ea63c008e190b8be, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/AuthorizationCode.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/AuthorizationCode.php', 1, 0x00000000000000000000000000000000, 0x524fdfc50cdefa678aa9b65703f9e86c, 0xd82b41b153a0440f59e0beecc3c36499dcfbd2b101b52f764c65cc9533afdff2, '', 0, '?'),
(0x7635ac38c6ff198bafd02c808b553b9f, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/ClientCredentials.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/ClientCredentials.php', 1, 0x00000000000000000000000000000000, 0xde406481b6a3e8a86963fc55b4bee72b, 0x655d3648ec474a90ccf5d3646bc2e849e76011afdf9f8624ef1f95137d4e626a, '', 0, '?'),
(0x6d1f05e3df84404deadc3a94fe938b13, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/Exception/InvalidGrantException.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/Exception/InvalidGrantException.php', 1, 0x00000000000000000000000000000000, 0x11f235a9bfe8dd14c538ba9270b25e5a, 0x8a1a5ae176e0dcd1a2f3cb1b330e6b77f0c80e39cf0c494f2d33d98940e3534d, '', 0, '?'),
(0x5a0787d2b1c86269dd04eb2e1ae6e899, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/GrantFactory.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/GrantFactory.php', 1, 0x00000000000000000000000000000000, 0xfc8d13aa789f2aa8be5e846c0d9c6e2d, 0xe3ce12efa324c73d1c8f59233d59ec58cbfc022f3295846ffd84b5733b4e1c70, '', 0, '?'),
(0xf5637d62e3dc66c9b0dc8083791c9c42, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/Password.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/Password.php', 1, 0x00000000000000000000000000000000, 0x14a1b90aecb8ca71b1a1c93cb037c3e8, 0x0a7f9afc5a6ed8181642fed83829d0dad543276788a36a57e54de2f7d9cf7869, '', 0, '?'),
(0xca7b26b848f64ef260623549d08cff45, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/RefreshToken.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/RefreshToken.php', 1, 0x00000000000000000000000000000000, 0x911b665563da42a9b8ac3c5c354d3704, 0x255a03afed654d08efd3c5dcdd141386df3e8067defa912a25eddb6acbbf08bc, '', 0, '?'),
(0x90f13604ab3cecf852f5c0eb4a4abe10, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/OptionProvider/HttpBasicAuthOptionProvider.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/OptionProvider/HttpBasicAuthOptionProvider.php', 1, 0x00000000000000000000000000000000, 0xc1a5a59b23a2b2d98d19b7b1bb370134, 0x9853e71650f21fba0054e222847103fbbc31890fa5ffb1ddd7f3cfb80000df4a, '', 0, '?'),
(0xb84fb17ea05a4138c6368fcf7d0c83e8, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/OptionProvider/OptionProviderInterface.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/OptionProvider/OptionProviderInterface.php', 1, 0x00000000000000000000000000000000, 0xa55bcd40682b36a2a535bb4a814e0292, 0x6856464aa0f5ab6c06732bd6003ca1a98197d2f146da2e8d9ddb2f902a77954c, '', 0, '?'),
(0x0583299397b44584db1729be4b940c3b, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/OptionProvider/PostAuthOptionProvider.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/OptionProvider/PostAuthOptionProvider.php', 1, 0x00000000000000000000000000000000, 0xeefe8b30771ad022ea0e5456656ab26c, 0x5723857d865ab27e3416a3d54e5519b4928b93f8a519ea579c32f68be1e9b733, '', 0, '?'),
(0x9dbf1f917462a904b8ef841560735d27, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/AbstractProvider.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/AbstractProvider.php', 1, 0x00000000000000000000000000000000, 0x67c79043018c681fe8c0322ffd2cd7f7, 0x9763563f04fae93bd42e91a8c3bca5d4ba0ea4b576e361c6dba131bc60592a43, '', 0, '?'),
(0x5ebf08aff20c1304632fca6f060a1a2b, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/Exception/IdentityProviderException.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/Exception/IdentityProviderException.php', 1, 0x00000000000000000000000000000000, 0xb2461ab7e4c899cba39499d659b25466, 0x0fc300856e410619b140b7ad40811812e578d70ce5471ab7c74fe8b03e3816cf, '', 0, '?'),
(0x921b390dff9f01c8ee0d4b7c890df332, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/GenericProvider.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/GenericProvider.php', 1, 0x00000000000000000000000000000000, 0x4bbc04aa23cdf8173916a46a8968d827, 0x2ec204ed96ed8ea24b4ea305e320e640cffa3b26b6a93deea52d0ac35738b9fb, '', 0, '?'),
(0x5cf3c54c14658b950fad2ff0f59c73e2, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/GenericResourceOwner.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/GenericResourceOwner.php', 1, 0x00000000000000000000000000000000, 0x5680e1c8c93e748a85c09890119e9e1a, 0x3c070d51a651563bbea17c4a1c523e523c50ec3fa0848a821388aed4025c38eb, '', 0, '?'),
(0xe3ff38fe3f70c843d87c54ac5a11bab3, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/ResourceOwnerInterface.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/ResourceOwnerInterface.php', 1, 0x00000000000000000000000000000000, 0xcad93a5a89919d2879c448f094e73137, 0xfd589ae16b1dbcaea4dd6688f015106cd9cb02e2437e7d1182d6b60498e2a0fa, '', 0, '?'),
(0xf12c0f903178881f4065e03c29f91110, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Token/AccessToken.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Token/AccessToken.php', 1, 0x00000000000000000000000000000000, 0x9d700d270e38fcefba9c6ae7ca20257f, 0x8b175520f5861a11b183a3613b71baad9a19205f9b90b27484a6c1de334a0a9f, '', 0, '?'),
(0xba05b09b9b473256a444079a6dd94c3e, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Token/AccessTokenInterface.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Token/AccessTokenInterface.php', 1, 0x00000000000000000000000000000000, 0xae4599849f02d94102d41717e63c593b, 0xe1b441dc4c5986ac2ef0b7cb09a083ee71daa8482835026d8ab11e265faa8147, '', 0, '?'),
(0x4134141386f372b4c6c9bd769b8a9e40, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Token/ResourceOwnerAccessTokenInterface.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Token/ResourceOwnerAccessTokenInterface.php', 1, 0x00000000000000000000000000000000, 0xc86301a28401aca866b9c7e27acc7e4f, 0x4f0f271b611a05999c3f2a14218a36d2af75ad95e5b24da88beae098d61fba48, '', 0, '?'),
(0xe4d12c4786882fc0759f81157e657bd6, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/ArrayAccessorTrait.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/ArrayAccessorTrait.php', 1, 0x00000000000000000000000000000000, 0xa4aec944995c3f4c6259be04b39628d1, 0x0e3c270f8f53b879a4392b7f6febad6eb1c009aa210ceafdcc5cee85256f2d63, '', 0, '?'),
(0xc49f5c9b782ae9aa3dc409b02eaa5619, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/BearerAuthorizationTrait.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/BearerAuthorizationTrait.php', 1, 0x00000000000000000000000000000000, 0xa4f039a654611343cfc112cf49953b40, 0x79ab4878b0643f97dec64f5706664766ccb6588d8d657e6d35b2f8a1c96660c9, '', 0, '?'),
(0xd213a8593ababf5295c2e77cb06ebd4a, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/GuardedPropertyTrait.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/GuardedPropertyTrait.php', 1, 0x00000000000000000000000000000000, 0x562a4bb6532a86845ebfca13287da80e, 0x14e6fc24012ef6b6978f4195d45e6a130e170a336e0fced1da5e5f4ce41f1753, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x1833cfc839858276138c262fa94364ec, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/MacAuthorizationTrait.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/MacAuthorizationTrait.php', 1, 0x00000000000000000000000000000000, 0xd4006c64ff856c75f54f18e13a86c202, 0x060ca4e4165bd3dc798cc65c8f010b1db6d9bea4382acb268706ce3d20e7acd0, '', 0, '?'),
(0x9784846cf5686d0e9005c4667361c61a, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/ProviderRedirectTrait.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/ProviderRedirectTrait.php', 1, 0x00000000000000000000000000000000, 0x22f413522c5e63e60d64936eb6d256f8, 0x5f9ea13fded7007a7ea3eaf617a64196d8e3419fb232512c1f8eff86e65ab3ce, '', 0, '?'),
(0x338f73f1fa1783bc2d31f5d0c2f62112, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/QueryBuilderTrait.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/QueryBuilderTrait.php', 1, 0x00000000000000000000000000000000, 0x5af3b7d064bba1e485c43f84f247f257, 0x45e68463b823bb5b24823d55b3ffe63c91d7aded5a6eeb71aa9c7a08e309cc15, '', 0, '?'),
(0x46d15c22bc4c87f28ce4dd2c34eaaba5, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/RequestFactory.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/RequestFactory.php', 1, 0x00000000000000000000000000000000, 0xe929ac79cb08feaa5bde996dfb4d5e1b, 0xfbd067bbce3d4892d397948dc5d682874810e2d7772f7ebd13b0f99370062d2d, '', 0, '?'),
(0x5eaf35e14f095a7da66369568f6af051, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/RequiredParameterTrait.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/RequiredParameterTrait.php', 1, 0x00000000000000000000000000000000, 0xd42fc22d08c4506d39a7ba8a8f88fa50, 0x2964c4d1a99d64d6811b132fc991f86cc625ba880a5cdd5c6e86b6abc97dd9eb, '', 0, '?'),
(0x03aa75416d8199beb973dd2c29444576, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src/ContainerExceptionInterface.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src/ContainerExceptionInterface.php', 1, 0x00000000000000000000000000000000, 0x6266bf05799f0c0fb093118e7994c290, 0x8b51f698fc5970437f8b3dc133cb3b80758da5b1864eb390814b9ff8826fd584, '', 0, '?'),
(0xd28c0821c871eb3e981f988aa8a68e59, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src/ContainerInterface.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src/ContainerInterface.php', 1, 0x00000000000000000000000000000000, 0xcd64052d8a8083a40e38b2306211fdf3, 0x39876f95ef214614f6af1273757041889b5f1bf5db1a646163c05d4bf77a318c, '', 0, '?'),
(0xcbb86e513d0e70462b2a447ef65da035, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src/NotFoundExceptionInterface.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src/NotFoundExceptionInterface.php', 1, 0x00000000000000000000000000000000, 0xcf7c7b1b21031e4394bae6f8011aed2e, 0xa779031e5a92a33cc1cd5522cce7ac925929270a74f5f0b46946feacbbd04e82, '', 0, '?'),
(0xe0300416c5b66cafdc0b9d6257a9e256, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/MessageInterface.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/MessageInterface.php', 1, 0x00000000000000000000000000000000, 0xf930588f6dcfc220bb60e306b9c9c458, 0x600f92490c4b25c4a37cdf25e4ed65e88a0bdbebf23c368f256e9530c8af7725, '', 0, '?'),
(0x56a021eb915539cf1544ada060937dbd, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/RequestInterface.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/RequestInterface.php', 1, 0x00000000000000000000000000000000, 0xa18daa477d0eecfc366c2d546c6b9898, 0x2bf20611caa1c3e074f4895e45c0c74dace46c35e43f7a18be9b6be03abb2af3, '', 0, '?'),
(0x3c15619d83e2d752ef5d47212779a2f2, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/ResponseInterface.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/ResponseInterface.php', 1, 0x00000000000000000000000000000000, 0x5d937dd8ab349868ece11e43d53cac79, 0x693fb985630ac96b7aa60f9c778d166d46013ec086b879c6844e14f627f23a4c, '', 0, '?'),
(0xde3ad2f6ffa5a6f425ed14a41e7a6532, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/ServerRequestInterface.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/ServerRequestInterface.php', 1, 0x00000000000000000000000000000000, 0x2801fb566c6f2512edd590d0d45d8a0a, 0x37f85d8af7774527f8d0f816bc35472e932988fee29ef00a9d832bed20bddb7a, '', 0, '?'),
(0x226ecccb85df31c90ec9fc55420c3153, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/StreamInterface.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/StreamInterface.php', 1, 0x00000000000000000000000000000000, 0x4bf8cfbc1f407d373e37ceea87e56eff, 0xdfef04993adcda6d8a2d79eff7c42a7ef4d7c0118c6817ed1f42423d071780be, '', 0, '?'),
(0xc6e90981e1fa524eb1b1deebdc639cd4, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/UploadedFileInterface.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/UploadedFileInterface.php', 1, 0x00000000000000000000000000000000, 0x3c40e0905341f7c718afcf55ef6df85f, 0x537366577cdfc46dac391e75cf18595509386f6363f79978b635e9fbcc44b8c1, '', 0, '?'),
(0xada4c28afa1af16791ff8ec644e14cf5, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/UriInterface.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/UriInterface.php', 1, 0x00000000000000000000000000000000, 0x88166b011050d38a8e855f0634d37f8e, 0xc0c531e59562ee0edddf9f860fc576852c9823470ed6e06c2466638193e5ddd1, '', 0, '?'),
(0x3ae7295d7c74e8054f880ec7946f3cad, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/AbstractLogger.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/AbstractLogger.php', 1, 0x00000000000000000000000000000000, 0x43deb3f955166700e90b0ec50f12ad5f, 0x6bba6cb837d98630659bc92ccb4a7f7653ddb8e46afe5c28710bc6566fa5e9b8, '', 0, '?'),
(0x89f8e1a8a2529bf65df14bb4d17c7a81, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/InvalidArgumentException.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/InvalidArgumentException.php', 1, 0x00000000000000000000000000000000, 0x25847c7c45577c550d496661ec8e974c, 0x73d629d712964c4d1a0f011c2814f78d98e3f7d1070546c1f175d89f38592b78, '', 0, '?'),
(0x0dfac9e5c1c0d7d3021056611e8e1e46, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LogLevel.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LogLevel.php', 1, 0x00000000000000000000000000000000, 0x5ea4cc4b1ae72ba26ced928a2e0a2295, 0xdf82f48983b63a373fdaf31799b3e29f886c37ab0345b7d707b210712403913c, '', 0, '?'),
(0xa5056387ca59094a1b42fc48f0de02a6, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerAwareInterface.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerAwareInterface.php', 1, 0x00000000000000000000000000000000, 0x032842df9bdd1d481ea909ef967d30d1, 0x8bf5c7fef6e9d7d27f77f9cb049730aea5e3cd6c0b85c2e5be18a5da3fe216a2, '', 0, '?'),
(0x727d7114d5d4329275fdc67ad03507ea, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerAwareTrait.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerAwareTrait.php', 1, 0x00000000000000000000000000000000, 0xa660142e5ab29dbc470eb8031e9a7921, 0x04173631e9f92132b765172d511459634c8c9ccd2d7c2d3b4799ed3a198b40ce, '', 0, '?'),
(0x886964e85e2cbf34e4403d09a7fc398d, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerInterface.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerInterface.php', 1, 0x00000000000000000000000000000000, 0x4484e5e03e2fd044dd48e80d963743b7, 0x6c964cb70f33524eb1918169b8acc39a9ab1e0d3563ef802c609209c4fa4f8ff, '', 0, '?'),
(0x65c46cf8dcfa3e1d8194a7d8ff4c05f5, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerTrait.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerTrait.php', 1, 0x00000000000000000000000000000000, 0xcb0158af1623895a3e1d42b893b59e3b, 0x9df1a17f6e2f31aaf72377beb2873232a92b8206b215c8551e7f5d1be48714d9, '', 0, '?'),
(0x9bf4322e7cd32c874960d38cbf7874ba, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/NullLogger.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/NullLogger.php', 1, 0x00000000000000000000000000000000, 0x55107bfad2e148d48092347007bf28b7, 0xe826b17439b246229360618f74e41666f8fb4792d31dfbedeed76c13af0f667b, '', 0, '?'),
(0xa2019afa08c36d0e7e66d2beadb377f9, 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Argument/RewindableGenerator.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Argument/RewindableGenerator.php', 1, 0x00000000000000000000000000000000, 0x444b835285f9ec9f9911e7dbb989f436, 0xc572bab8193a27092207fcb253e7003567b753c6a2842204dce4404e77d683d2, '', 0, '?'),
(0x6214631f02fb5740c989b32b5fc0a08d, 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Container.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Container.php', 1, 0x00000000000000000000000000000000, 0xcb3ffbe7ac7f1855ae03453e419ec46e, 0x25afc237f559282de605c3c14607c1534d5986459d3ff9b783192cff92d2a8ee, '', 0, '?'),
(0x005fec5db817a977674753d24b158bed, 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ContainerInterface.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ContainerInterface.php', 1, 0x00000000000000000000000000000000, 0x197e117244be35150fee79d945aaa73a, 0x0ec3131ef4e89bae81b6cf1ce0215a7cbe9c4c92ed16c1783c4136a52603bcf0, '', 0, '?'),
(0x37cf8bd474a8645d428592013fdfd2f7, 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/EnvNotFoundException.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/EnvNotFoundException.php', 1, 0x00000000000000000000000000000000, 0xeda898eefb5f843d269cfd9f095774f7, 0xee48530480126c0f8b92ed383c082a1b18fc70d53343a008cc40093207b061b7, '', 0, '?'),
(0xe7cee211e03f1c222f8640ca38c6b729, 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ExceptionInterface.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ExceptionInterface.php', 1, 0x00000000000000000000000000000000, 0xbd06a2196cddc9aba5b8c1a611e2651e, 0x7782d4be4989e621d9a00a18d960e6faa545cdd4d710ad1ec4a4b0befbfa8097, '', 0, '?'),
(0x93db3dae4e7f7d098998e358c715d279, 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/InvalidArgumentException.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/InvalidArgumentException.php', 1, 0x00000000000000000000000000000000, 0xdaf38930545926b5645f68519e96a75d, 0x676466e86911b843b1c1eedbf0bf8417e5de141ba09adf7fb3a4a58db085c79a, '', 0, '?'),
(0x993f54456284562bcf23e99793174843, 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/LogicException.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/LogicException.php', 1, 0x00000000000000000000000000000000, 0xa0a904fe25832e769fd321cc7b970639, 0x3e2d9f713be78b769e3386b352b5d1980c9fcf758941ff49722cbcab38975e07, '', 0, '?'),
(0x16f4cfe1e3cbd20080569b6406f55732, 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ParameterCircularReferenceException.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ParameterCircularReferenceException.php', 1, 0x00000000000000000000000000000000, 0x0accacdf27e55e9688e965c37b67dd24, 0xa042a05e06fb02f5785e289c484057ba71c173cc1281cc124f7c8e746ff3e423, '', 0, '?'),
(0xfdc690ab084fb17c418e37c23b6fed83, 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/RuntimeException.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/RuntimeException.php', 1, 0x00000000000000000000000000000000, 0x85dd0c7b4189a6734eddfd661e12e8b7, 0xbefd2f6b0fc627ab8646e1c9791cdf99e1ca3b46e540c71224167064737ab4fc, '', 0, '?'),
(0x201755ced3b4dc0478460cbf66b0f93f, 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ServiceCircularReferenceException.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ServiceCircularReferenceException.php', 1, 0x00000000000000000000000000000000, 0x2d8fdd94b0632139bcffa4a4c542d134, 0x7f89a68fcc21c3005aa67ec0980fd67e15cffdd04f322221220d8fd7c583fb96, '', 0, '?'),
(0x7fefd896e30ec35c0f7adc01b507f9e9, 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ServiceNotFoundException.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ServiceNotFoundException.php', 1, 0x00000000000000000000000000000000, 0x62f992b68b12685c9c6f1cc4528ea3c0, 0xc32c8c04373d549a33922a725a5cadfb880c02a316b93796796158264474827a, '', 0, '?'),
(0xe13fb11e705f134cfac9187745912cb4, 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/EnvPlaceholderParameterBag.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/EnvPlaceholderParameterBag.php', 1, 0x00000000000000000000000000000000, 0xddc16f332b5006c4c45b0fd4392ce306, 0x47b0ac100db24e7033a203a1f878ae87d278f877f21f225148bf2756d1098709, '', 0, '?'),
(0x2e85928f406beea4fad54e3f5a511335, 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php', 1, 0x00000000000000000000000000000000, 0x03f5479ba63c93f10865c41902d2a00b, 0x56f2518025b1c8dcc4bcd309b084ac0d75c4f9546621424d83b006efcb4e7671, '', 0, '?'),
(0x4c7a456bef9f52f04255c2295a0ae662, 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/ParameterBag.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/ParameterBag.php', 1, 0x00000000000000000000000000000000, 0x0da7e45f1e55c0c454ccddff460628f5, 0xbae768bfc629907844f492343014f26c5d96c54dc81fe5744cee25d33a0dc672, '', 0, '?'),
(0x85f283a30ad038a45e5851f2ed2d9c6c, 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php', 1, 0x00000000000000000000000000000000, 0x7cdc509248a653a913455c2de5f1520c, 0x6bbcd9bd9d2bffbd2fbbaed332b00a98204b6ce86b05ac1a761f09aae6f7f308, '', 0, '?'),
(0x97194c3c51b5e028fe9f5f6720bffc07, 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ResettableContainerInterface.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ResettableContainerInterface.php', 1, 0x00000000000000000000000000000000, 0x65292e373aff34e65d37935de1224a85, 0x82ef4e859abdc1dc71621747e6f91d78e73c834217f4d7270a7db65a90b019ad, '', 0, '?'),
(0x81614f44a59e6e72436403ecd8c9ff65, 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Config/AppConfigInterface.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Config/AppConfigInterface.php', 1, 0x00000000000000000000000000000000, 0x3ddfaa70e14061c9475d5fe6e85df057, 0xac42b38ccc76ca8e6c0a38a738351a7c1376616e2a40b02c81e9603790bcfb9b, '', 0, '?'),
(0x7fd8f5bf02453e953adabdfd5a90e70b, 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Config/Config.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Config/Config.php', 1, 0x00000000000000000000000000000000, 0xb38deba22d46b642ae5978c62c787ccd, 0xaf0e99feb06bdd3cc2b3c6282f7d1d80a395bb1f22e16841c404fb693202c192, '', 0, '?'),
(0x5dc4987794166ad434d05396e7d0199e, 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Config/DefaultAppConfig.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Config/DefaultAppConfig.php', 1, 0x00000000000000000000000000000000, 0x04a16ddd89cd89b6573a43c4a9fbbdbb, 0xfa63abb50b9a387178deee8d3a372f0713d1bce5127ddf464af4f8f0d6c621f6, '', 0, '?'),
(0x29a18ad0e76750fc5056fb758c7a3dea, 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Config/EnvironmentConfig.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Config/EnvironmentConfig.php', 1, 0x00000000000000000000000000000000, 0x148067cfa6dabfd3cc892de4660ea96d, 0x4be2854da0f93483ecd3674048b59bb9d99932ba37dedbdc4780310f4b1862b8, '', 0, '?'),
(0x35b1523ac6999050f562729b682b3d40, 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Config/OptionsConfig.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Config/OptionsConfig.php', 1, 0x00000000000000000000000000000000, 0x76ee0ef24e299a43d314711acb7adab5, 0xa32dfd37a1a21a4bbaa84cf9853ae7183bb962fdbb029b19c73a4d03a10da98a, '', 0, '?'),
(0x2cae4caf179a9d661f53b9d74f55306d, 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Config/RoutesConfig.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Config/RoutesConfig.php', 1, 0x00000000000000000000000000000000, 0x0d7155a67d15c6d326677df506af226f, 0x4d9cb25b0752122af134727807e622696ec894949343782c1a8935f491de5c0f, '', 0, '?'),
(0xb960940c5c241a2345b134f62020049d, 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Config/ScriptsConfig.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Config/ScriptsConfig.php', 1, 0x00000000000000000000000000000000, 0x37f1dcb1379f458b832ec0fb1309ecdf, 0xaf72c864ea9d1f3f5bc1b7ca13c298eb8bafa5143b172f140006fac22032ef65, '', 0, '?'),
(0xec3c30d4376658ee3f5273c2a4d75fd1, 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/AuthenticationController.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/AuthenticationController.php', 1, 0x00000000000000000000000000000000, 0x4214c82b8a3b428b2fdf1a5cc8e4079f, 0x6914ddaf134edadc5700acbf461b68ac44aedcf6b658c0de351635fef81d851d, '', 0, '?'),
(0x105fc74689592884a003b6cdd45c1f17, 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/CertificateController.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/CertificateController.php', 1, 0x00000000000000000000000000000000, 0xcf84ef8f1c06479f3a213f58052d219b, 0x8aeb8a57235e786c991aad04836a11184cd59d67dd3f686107a78fe84cc204ad, '', 0, '?'),
(0xfee1963ee7e34f2ebfbd09db34119a40, 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/NoticeController.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/NoticeController.php', 1, 0x00000000000000000000000000000000, 0x75f95fb81222866aa663b4eba75fe76c, 0x8b161067acb573d72de241c07edf67096cdd74e69f0effb9d7f5a67439f83038, '', 0, '?'),
(0x60d3dcc6a928811878086731953a6eb8, 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/PostEditorDataController.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/PostEditorDataController.php', 1, 0x00000000000000000000000000000000, 0xd83cf94fc763b4330c04222dc3e403d6, 0xe956f7bde5e38221add76c8ed8ae69394adc6814d05f14b683261c7d610281a1, '', 0, '?'),
(0x0abed4692862fc5157ac1ba27247cb65, 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/PostEditorTimestampController.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/PostEditorTimestampController.php', 1, 0x00000000000000000000000000000000, 0x65253757e3b89eb2893c3604539eac96, 0x3442305e7142f6787ac2675fd726d71e7f0d3c68acfaae2a4c6512cf121271e6, '', 0, '?'),
(0x72ac3203e810051fa4a113b5aa01cc0e, 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/RestApiController.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/RestApiController.php', 1, 0x00000000000000000000000000000000, 0x683310e9c6d2eada20d29cc9dcbdd801, 0xe06026afc8a5ad1ca8c939c27493a5851865a038a8082dffbac28b8726632282, '', 0, '?'),
(0xeeba59fa75fc996b2428b014cb0a75ec, 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/SettingsController.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/SettingsController.php', 1, 0x00000000000000000000000000000000, 0xc330b9a1a09178b229cbae988ada2b18, 0xe896822e98ec804e26da3f8e8cd35f8efa3777953a39fca722117640ff30c9c3, '', 0, '?'),
(0x948d7291c8b0e842cdb6a214bc6f2c96, 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/TimestampController.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/TimestampController.php', 1, 0x00000000000000000000000000000000, 0xa4c996017e654a2805869f3a3a095947, 0xe91fd5a4e8c5a4bd9ea94f8d4baa25327918a48ae28afa68d7c12c51afab4245, '', 0, '?'),
(0x4514d7218f3cb3667d131874e7e8c0f0, 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/DataTransferObjects/TimestampData.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/DataTransferObjects/TimestampData.php', 1, 0x00000000000000000000000000000000, 0x01bd521f261d1c285d29909097dec290, 0xaebb76e8c59fb126fffe2af7e12d1e4aff1ea24742187fba6f9f1237d8f7c0ec, '', 0, '?'),
(0x1affc194284dd18bcb2e7fd1a0f70df5, 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Exceptions/ValidationException.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Exceptions/ValidationException.php', 1, 0x00000000000000000000000000000000, 0x8d5edc9bf51a1efaba0b127f07650c8f, 0x4dec6a80fdd2ac6473e21c0433c5b19b2c1f3120da73ffdeddc035f938430e80, '', 0, '?'),
(0xe50a1c9e55ffb7fecdde925ba3edba1b, 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/AdminHelper.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/AdminHelper.php', 1, 0x00000000000000000000000000000000, 0x2c2b049d2e8a483a9b9f214bda3c663a, 0xf559a0f071184040968d9d37bafff1fefa0573c5f19922f0a471d3365ab17b77, '', 0, '?'),
(0xb7cb6f8b89ce622cafa59c689ff38772, 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/AppConfigHelper.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/AppConfigHelper.php', 1, 0x00000000000000000000000000000000, 0x8db88bd6b6bd5b587205d656539aaa77, 0x273004f3373f1a6088a898faef1360e049d738b265c244a5ceb97eaa07df7c73, '', 0, '?'),
(0x431e4a42852abf20ced379d5da6fec52, 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/AssetHelper.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/AssetHelper.php', 1, 0x00000000000000000000000000000000, 0x6aadf13306c16b4484cd1e0f846884ef, 0xca580bada983e066db7740665f5bab5db46dd9e8eacaec7e721997ca6189e0fe, '', 0, '?'),
(0xd21296cd6b4b0b7a04185440afca3a1b, 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/AuthenticationHelper.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/AuthenticationHelper.php', 1, 0x00000000000000000000000000000000, 0x6541e907f67a95d01e596952e6a9627c, 0xcbf927c238cc7bb3cf8223761d170e696b38000379527a13822a1704a258c2c7, '', 0, '?'),
(0x6ec8a913dbf4037fafcd4381f48227bf, 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/CertificateHelper.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/CertificateHelper.php', 1, 0x00000000000000000000000000000000, 0x94147e80b373c88aeca9a60ffc69feb4, 0x3c553d2138051be6632d74e8360480422a7a645d1355c498e0ebc1f34f9794d4, '', 0, '?'),
(0x19c2a7925635543c16bba10047aa7d08, 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/ClassicNoticeHelper.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/ClassicNoticeHelper.php', 1, 0x00000000000000000000000000000000, 0x0aa91dab0060effaf8182c1d4204929b, 0x0c0c947855d41b011883c6b125a01ff11061426e7a2ba4b8eafddc218613d340, '', 0, '?'),
(0x1f0cf3f77323c0d0c9f0d27715557a83, 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/EnvironmentHelper.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/EnvironmentHelper.php', 1, 0x00000000000000000000000000000000, 0xbea97293f74a92e5139fb3b77d2e144b, 0x5eb3b6315c15669d4132626c63ae6cf5133631b995076f269aa028ed97382d16, '', 0, '?'),
(0x98ee505fbb86d3564eb8f23edddcebbb, 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/EscapeHelper.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/EscapeHelper.php', 1, 0x00000000000000000000000000000000, 0x98ddaccb95ed4616884d9006f0eabb00, 0xaee631c620001b2021d7b891362cb9f8d423cc2e1bb90f30eac5282fe2de8ed1, '', 0, '?'),
(0x13f503348b72d3bb43082030777ade6b, 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/OptionsHelper.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/OptionsHelper.php', 1, 0x00000000000000000000000000000000, 0x542c44e1ae014d08ef57d2487af0c252, 0x6b4a02d43817afa125ee1114750637e6838f93e399a134e946c64a287410e79c, '', 0, '?'),
(0x68248e688d9575bb2f3d4eba00cdcb5d, 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/PostEditorHelper.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/PostEditorHelper.php', 1, 0x00000000000000000000000000000000, 0x4ac80a6d3c5e1a788dd7b3ea1cf1f98e, 0x3249cb7a64bd7694dfd720ca3a431a99cf5033243e7989bd88e0d632c7b9299f, '', 0, '?'),
(0x9d6dbfcfae4d3eacffa3f603f3641df3, 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/PostMetaHelper.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/PostMetaHelper.php', 1, 0x00000000000000000000000000000000, 0x87a42f2c309bea0ab1062a3273b54770, 0xa4a93b3bdf186af7a5888363209fa49f425e7d12b97d4007cb42f5244ede0525, '', 0, '?'),
(0x30bd220bc59a21d9d760d717f7c3c492, 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/PostTypeHelper.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/PostTypeHelper.php', 1, 0x00000000000000000000000000000000, 0xa7a31ab0ff640a487e9814ba4e9a8be3, 0xb9d2766c9461db630bc44189b685c146b1bb8768ccc895d57364c37f89404cb7, '', 0, '?'),
(0xc00826f68e368ba5a1d8f1afd2eeb47c, 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/RedirectHelper.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/RedirectHelper.php', 1, 0x00000000000000000000000000000000, 0xe17a134f13e6b2aa07f7820c4827b459, 0x1ce2c8c149abbb34bc12a37ba59bd049b42e35f5b928ceaee7668afefb3668c8, '', 0, '?'),
(0xfea16585efec008aa72fc82a4786183b, 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/ReflectionHelper.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/ReflectionHelper.php', 1, 0x00000000000000000000000000000000, 0xed37f0163d7ed014f224d0f41972af44, 0x2139553f414f0c7e08cc6b1d4da49352652cd503cf606de5a0cc431fb93a8fa5, '', 0, '?'),
(0xe5761bd655d78ba7e9a0ee3501324b4c, 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/RestApiHelper.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/RestApiHelper.php', 1, 0x00000000000000000000000000000000, 0xf58df46dfb550c9380a0f925487941e3, 0x1eadc0edb12942344f4777984b9c406342315aa7b3968e82905b9695ca80c452, '', 0, '?'),
(0xdf629c4c8801fb206c6d03e45cc04159, 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/SanitizeHelper.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/SanitizeHelper.php', 1, 0x00000000000000000000000000000000, 0x7bc6a1776150c7b23517b34d786419ab, 0x0e92af8643c9ca26d6d709eab40d7b47ca95a6cad5c2d9e70601c28ee9b480f0, '', 0, '?'),
(0x16667d0df09b7b0c44ae130414d27723, 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/SchemaHelper.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/SchemaHelper.php', 1, 0x00000000000000000000000000000000, 0xe1654b083bef14d80cd34c5f9c42870a, 0x1ac0bf2c4644a8f267d2439abc65630fb13cfdd72aeb1341b30180cd894b1397, '', 0, '?'),
(0xfde05dbe41b371551566b709a58bf2d7, 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/SettingsHelper.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/SettingsHelper.php', 1, 0x00000000000000000000000000000000, 0x2379af4e4b069d9c9415dfc7b82b37b3, 0x6cbe512110cb0a07ba3a35b50ab85ae2cb3ca2a4bfa89b8caef0d0dbaff6e59e, '', 0, '?'),
(0xe35a0a44defc5f0b9311169db09b47e2, 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/StringHelper.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/StringHelper.php', 1, 0x00000000000000000000000000000000, 0x3d3928c6e5c391a517e304c2b70f126b, 0x446471e3b0c5c2e0d594dfcc3c480d58ecd90086fcec654332d4f2f9abad968f, '', 0, '?'),
(0x61df912010188ea8541c4946f01f025c, 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/TimestampHelper.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/TimestampHelper.php', 1, 0x00000000000000000000000000000000, 0xff6a490087d0ae140da36907285e2714, 0xc714a95ed49ab3a3f33b70f6ff4f7c9578ec63287c8b993f82a45cbc3a904600, '', 0, '?'),
(0x88654accd98ed6f615bbe8ab2ee0f84b, 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/TransientHelper.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/TransientHelper.php', 1, 0x00000000000000000000000000000000, 0x7dcfd99245095130f24eb2b2aec8f063, 0x2707644002fb285a83d888ac10e05fd99845ef9eb35d43ee087eb3cd53be73d9, '', 0, '?'),
(0x2a4392ece58f2fc2dee419021e61af77, 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Support/Api.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Support/Api.php', 1, 0x00000000000000000000000000000000, 0x9678706bf5184bcab0477cdd1b119a7d, 0x86e9c066d985f099c5906b94aa6ac2f090aea6c1313fc97e56f9821b7a8ec67c, '', 0, '?'),
(0x99c95b184c98ce7ccc13bc904a02aaa1, 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Support/Authentication.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Support/Authentication.php', 1, 0x00000000000000000000000000000000, 0xe56e459cb31254d8e1570c66f97e1cfb, 0x1c89350c49fd85b3ea47337ff124e94db20e1a15c79fe5ee42a25bb0ce797de4, '', 0, '?'),
(0x4e802d0a0d0ce7f49ab121f58963a6a7, 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Support/Loader.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Support/Loader.php', 1, 0x00000000000000000000000000000000, 0x3903b32b2c1023b3fbf8104fc397b3f2, 0x32164f10e70f13bae7bcbd9eed05afebe8dba03309e0c28b86133633a22ee23a, '', 0, '?'),
(0xf305097b7ad2950a627f644178f57668, 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Support/Settings.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Support/Settings.php', 1, 0x00000000000000000000000000000000, 0x577f545652bf27caf71d251f2116cdcf, 0x7a4da11ce837a8a1b21bc38f383869f9ebf6a7dc3b810dc8a18f28430ce48ded, '', 0, '?'),
(0xd2f97ffa85227525cc090661b755246a, 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Support/Template.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Support/Template.php', 1, 0x00000000000000000000000000000000, 0xc00c742dcb87d7fcbb6ae0efb893db4e, 0x05340e6b94dbcf5c4d52d6a2ce80dc7b1d912461d5b6879248ecb1aa1c6999d0, '', 0, '?'),
(0xfb177b20fafbe3e6fcc5f2f3af9160fb, 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Support/Timestamp.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Support/Timestamp.php', 1, 0x00000000000000000000000000000000, 0xd91126f05fc14a485b41f91a5edf8fd6, 0x2103fec068568ca454f768d889ea3fc9a27716b23f3dca105de6fbb7d14912a2, '', 0, '?'),
(0xa65a4f5c27e3f712357bed4af9970af2, 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Translations/DefaultTranslations.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Translations/DefaultTranslations.php', 1, 0x00000000000000000000000000000000, 0x23c51377dbdacc6c44b4bf46e631039f, 0xc3dfad8b861f1cc3d333faa5c02317a5e35ccd3280a7e28e573a485ce579e5c0, '', 0, '?'),
(0x83060eb37fd49615e55c7e9d6c11e27f, 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Translations/TranslationsInterface.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Translations/TranslationsInterface.php', 1, 0x00000000000000000000000000000000, 0xb315a2d5b1081947b049d420b0a38c28, 0x3fc120a48f1c907542bddae50a71718fc126c6393c55bc8315a99e7064a265dd, '', 0, '?'),
(0x3022acd8f6fb0eadd9f2e7976581306c, 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/WordPressSDK.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/WordPressSDK.php', 1, 0x00000000000000000000000000000000, 0xc66478b825d3614efddd570aef7b0c42, 0xdaeaebccb6e498183da44db20fbc3df2fef402ce7d95223a839ae1f871f00bd9, '', 0, '?'),
(0xb798bbd44032eb45feb648fb56a7c09c, 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/build/data.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/build/data.js', 1, 0x00000000000000000000000000000000, 0xbd8845607290a1ca2e1547c99c15e9d9, 0x4be6bc33d5276e3d5415f87d431517555e8bd8c4e77a3c8b04570447a758f469, '', 0, '?'),
(0x50b67d02905dbb8633045174814910ee, 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/build/wordproof-block-editor.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/build/wordproof-block-editor.js', 1, 0x00000000000000000000000000000000, 0xa9e10df38a84000db402fbbd172e34fe, 0xdb71d1c016e8b3f8649fc1080995962a312ed2b87f275b2b41f5f6bbb86b4383, '', 0, '?'),
(0xaf4f75d5f514a36bd3dfb80aca3f8a18, 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/build/wordproof-classic-editor.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/build/wordproof-classic-editor.js', 1, 0x00000000000000000000000000000000, 0x8813cafbcd43180a100124a75f7b0d05, 0xeb85b1dc7e72689b1896c36b7bc9b3f862836746111b6633b4441611af3c00cc, '', 0, '?'),
(0x8a5017d09c8f71b9ffaa07475f000b7b, 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/build/wordproof-elementor-editor.js', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/build/wordproof-elementor-editor.js', 1, 0x00000000000000000000000000000000, 0x32f48c3158af5a09d33fbb300fa1be91, 0xa4e6ee7da596b35e9889d827f8ffdcc8919eeefe45f560b73bfaa0411ee5e05f, '', 0, '?'),
(0x73dc30796cf3ea838b445ca38522160b, 'wp-content/plugins/wordpress-seo/wp-seo-main.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/wp-seo-main.php', 1, 0x00000000000000000000000000000000, 0xdf8de571db337bc9956c5246742f8911, 0x948a1331e08443d6f813951714ee91d61badce170eaa31f2f4c133715905d967, '', 0, '?'),
(0x5d9cfa86926331fd91904f8994b3cafc, 'wp-content/plugins/wordpress-seo/wp-seo.php', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/wp-seo.php', 1, 0x00000000000000000000000000000000, 0x06bed31c7e4de2c40bfe55d17e86a592, 0xee067425183fa5f6bd8237e1298c1065a12d2775f50a811e7de8695862ea063f, '', 0, '?'),
(0x9bf321f1ea9f34b519af72e2e2015dd9, 'wp-content/plugins/wordpress-seo/wpml-config.xml', '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/wpml-config.xml', 1, 0x00000000000000000000000000000000, 0x74023078314518a177d54616269c4054, 0xea0d5ec85810e2223e1d08485c116a872c595a9e220ad163c3a4eaa100b83a32, '', 0, '?'),
(0xb89908cd32ba80c4cdd1ceca7efb343f, 'wp-content/plugins/wordproof-timestamp/.php-cs-fixer.dist.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/.php-cs-fixer.dist.php', 1, 0x00000000000000000000000000000000, 0xf046faf2cec7e9918714c4a19928402a, 0x8e3681d1dbc20d17d0640a6aa97017808dd41286bc74315a6e08c801b12103dc, '', 0, '?'),
(0x606ffd297a7dbe31a658d2f91ec8496e, 'wp-content/plugins/wordproof-timestamp/README.md', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/README.md', 1, 0x00000000000000000000000000000000, 0xe80b83b335844eb51f1a38a775bbdcd2, 0xac986011fa61191d090a3fa511dd7c56c5907eefa3da675322e470d1b4e9e34b, '', 0, '?'),
(0x14f5807d0b87b711e7f5d7a94a89cd24, 'wp-content/plugins/wordproof-timestamp/app/Actions/Action.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/app/Actions/Action.php', 1, 0x00000000000000000000000000000000, 0xfd955eaa27d271f3d350ee12c6001d71, 0x32ba1175824777a4b9f3a18e71efb06a3854918525b377633dbe08162c555e47, '', 0, '?'),
(0x8398d5927bb36526e4480bd5fcdc7633, 'wp-content/plugins/wordproof-timestamp/app/Actions/DeleteOldOptions.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/app/Actions/DeleteOldOptions.php', 1, 0x00000000000000000000000000000000, 0xb83f4e31258bdd9892ebb61c0326314f, 0xa5f1c5224c37658075403c4fa254f88e788b33b569879a507f21d39aed60b57a, '', 0, '?'),
(0x878459672d5910537851bb4a846b307b, 'wp-content/plugins/wordproof-timestamp/app/Actions/DeleteOldPostMeta.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/app/Actions/DeleteOldPostMeta.php', 1, 0x00000000000000000000000000000000, 0x589bb0c40c9203cb6fa5175f7fb0bd45, 0x8bfb105a1336762089c1f55ff2e811b185d6ca5352a2800f27e25a1f2142fdb2, '', 0, '?'),
(0x88fe796493af6324dcb077a0ef80e59b, 'wp-content/plugins/wordproof-timestamp/app/Actions/MigrateToNewSchema.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/app/Actions/MigrateToNewSchema.php', 1, 0x00000000000000000000000000000000, 0x3ca79d3efa647e93e100eabfb28bbfa3, 0xd9201d521fa33532c63930e3fe33ab94925e845b55913f318fada602e3c22287, '', 0, '?'),
(0x5ec53fcb109a57ee15e3207e8c8cff44, 'wp-content/plugins/wordproof-timestamp/app/Actions/RetrieveSchemaForPost.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/app/Actions/RetrieveSchemaForPost.php', 1, 0x00000000000000000000000000000000, 0x15367ec918eb853850f03513a04abdc3, 0xf6c11300fd232afa30638de048485cbd76aa42c6fd09ca95e3ae21292f162c29, '', 0, '?'),
(0x1d68bbf44881ddd8c00f58f1090a806b, 'wp-content/plugins/wordproof-timestamp/app/Config/Conditionals/Conditional.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/app/Config/Conditionals/Conditional.php', 1, 0x00000000000000000000000000000000, 0xbd6838c80e4cacbb72ba42e624ea88ff, 0x8b7e0518cc4412114c2bd370e154a144bfa9c598bfb224517904258b6271e382, '', 0, '?'),
(0xf76fb97a77f748d45c3dd3be099f8aef, 'wp-content/plugins/wordproof-timestamp/app/Config/Conditionals/IsAuthenticatedConditional.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/app/Config/Conditionals/IsAuthenticatedConditional.php', 1, 0x00000000000000000000000000000000, 0x0ef768d26673779ca52177db328cecc9, 0xcc9106bebcadbdacc5ae6ccf36b29abc66ca09d3d3357415cad57de675ded3b1, '', 0, '?'),
(0x804cf9a986d4c70f36a799c21dda8530, 'wp-content/plugins/wordproof-timestamp/app/Config/Config.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/app/Config/Config.php', 1, 0x00000000000000000000000000000000, 0xac7aa4569c2018356f85dca7d909e4e2, 0x516cd930a482d635b779c84117e792bd3ce8380cfa6bacbbec847d3fad4b998a, '', 0, '?'),
(0x68967b89d4d0d292310957d160bec7d8, 'wp-content/plugins/wordproof-timestamp/app/Config/Migrations/Migration.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/app/Config/Migrations/Migration.php', 1, 0x00000000000000000000000000000000, 0x0954bb78edfca3df1c16b94c72e0ee05, 0xde5e6a89552e9697f213a358df7526bb4966709294a0c7d3e8f166944df69bf3, '', 0, '?'),
(0x32c56ba37b931b03a7a4ac8c25785d5f, 'wp-content/plugins/wordproof-timestamp/app/Config/Migrations/v3Migration.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/app/Config/Migrations/v3Migration.php', 1, 0x00000000000000000000000000000000, 0x8b2fef00bd7fa4ad676c7829a591bc3d, 0x742fae07ce58c609a93c3c7fa35c1bac8fe50f9e6523e47e66a3df0bdcc0daf5, '', 0, '?'),
(0x3a981c885df7cf74657250b124cf26a8, 'wp-content/plugins/wordproof-timestamp/app/Config/ScriptsConfig.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/app/Config/ScriptsConfig.php', 1, 0x00000000000000000000000000000000, 0x958cfb3a377df0e942e5b21941f9c600, 0xc852b0b0282367dd553f87967e512d5bd25479c8faaaa99df27993ae3df30e07, '', 0, '?'),
(0x85b0b31956f77f559d4640bb149d2780, 'wp-content/plugins/wordproof-timestamp/app/Config/SdkAppConfig.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/app/Config/SdkAppConfig.php', 1, 0x00000000000000000000000000000000, 0x101c9e33d7113229332bc7162fcca578, 0xed0aabe52f1953a5f80c157844e7ef4a702d2a24c95106808bb80ef994b4f48b, '', 0, '?'),
(0xcc3a882cf7474e9a5e27bca096fe523d, 'wp-content/plugins/wordproof-timestamp/app/Controllers/ActionController.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/app/Controllers/ActionController.php', 1, 0x00000000000000000000000000000000, 0x2cff658cbcc5a007271baccb55244baa, 0x450be3305175e8cf902ff3a29d5e7d35af2a49c3df7f921e9b1f6b74e2c6384a, '', 0, '?'),
(0xda697ef004baf6643111d39cd7a70fed, 'wp-content/plugins/wordproof-timestamp/app/Controllers/AdminPageController.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/app/Controllers/AdminPageController.php', 1, 0x00000000000000000000000000000000, 0x75eacea38b0e056e9f08c4d2e5fc3d47, 0x482557529465bf72a22e76faa665c34d115552d4be2244ca297b692850bf4947, '', 0, '?'),
(0xf1d5244b0352bace7da3a7318bdebec1, 'wp-content/plugins/wordproof-timestamp/app/Controllers/MigrationController.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/app/Controllers/MigrationController.php', 1, 0x00000000000000000000000000000000, 0xcfa1ade29299d8cd074fe69702bb0d43, 0xde030f6c5e657c21366436805bcc3f73bea9e1da0299433126b7e778a257f0d5, '', 0, '?'),
(0x428314da58bbfad6b378afbfc5c3a317, 'wp-content/plugins/wordproof-timestamp/app/Controllers/NoticeController.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/app/Controllers/NoticeController.php', 1, 0x00000000000000000000000000000000, 0x999a553073019a3f09b4074250a9ddc1, 0x8c134499c7d0669ed1984642793917126173961d06d1dd5704ffc6c0d7390080, '', 0, '?'),
(0x9baa941a420ed925ff72c51362b48dd2, 'wp-content/plugins/wordproof-timestamp/app/Controllers/ScheduledActionController.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/app/Controllers/ScheduledActionController.php', 1, 0x00000000000000000000000000000000, 0x24a1a10e5a765db6031e2dfeb4251f94, 0x8e2f8dfd54d49674d8907f68aa4dca04705dcd1fc8c2a7c702d1a91cb1928755, '', 0, '?'),
(0x643aaaed2d7cae51bd4b5f95b9c1ade6, 'wp-content/plugins/wordproof-timestamp/app/Controllers/UpgradeNotificationController.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/app/Controllers/UpgradeNotificationController.php', 1, 0x00000000000000000000000000000000, 0x9daf8dd589f488353135796f4641a498, 0x0d6a812e40b0f203e758efc0d07e5bb20ad37d902afdb082c0b569c1b8a58b77, '', 0, '?'),
(0x62fa8beb4733a6bc5b6c8c5384927f7a, 'wp-content/plugins/wordproof-timestamp/app/Core.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/app/Core.php', 1, 0x00000000000000000000000000000000, 0xe69f03fc892bbf7fb9ff34c9ee66dd15, 0x819e3a18fc21741cbfa2f85fbdebbd9180ab042c11e3465ddc56b2a748c6c53a, '', 0, '?'),
(0xb083c05b1f6b2108546379af9c38b95e, 'wp-content/plugins/wordproof-timestamp/app/Helpers/ActionHelper.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/app/Helpers/ActionHelper.php', 1, 0x00000000000000000000000000000000, 0xee4f0c7773c00d593706f09e9c865698, 0x212e6380e6b6acbae33629ae58c18c8df028196d69b1fcd3781c360b899a70cb, '', 0, '?'),
(0xfa9980b88e5bc0941483f7685fa06741, 'wp-content/plugins/wordproof-timestamp/app/Helpers/AssetHelper.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/app/Helpers/AssetHelper.php', 1, 0x00000000000000000000000000000000, 0x653576f82ecb03f4b27e2e47c2c4590a, 0x22f1cfbbffbbd5b87fd04f522a2e879031eff20f75b27e21c805b3154b06b33d, '', 0, '?'),
(0x6b7fd5d50608c14f738c6e569de8ee20, 'wp-content/plugins/wordproof-timestamp/app/Helpers/CliHelper.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/app/Helpers/CliHelper.php', 1, 0x00000000000000000000000000000000, 0x632d40268c21b255c59c4c55f92deb7f, 0x6a76a921e0e58ad28fdb319ab64f5fb48afa6fc9c33fe9655958e4342091b197, '', 0, '?'),
(0xc57d11ac0af864bf1b8d6256546d99c8, 'wp-content/plugins/wordproof-timestamp/app/Helpers/DotenvHelper.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/app/Helpers/DotenvHelper.php', 1, 0x00000000000000000000000000000000, 0x5fb7de7e71f5aaa844a862d9f0e071c2, 0x31fc0d1800265dee4dc8be923e8bdc38f70c938c67eabcdc86ce5c2063701c22, '', 0, '?'),
(0xb210583d6b14ad1509f7fcd15f0138cf, 'wp-content/plugins/wordproof-timestamp/app/Helpers/PluginHelper.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/app/Helpers/PluginHelper.php', 1, 0x00000000000000000000000000000000, 0xb816d490e2c2377df8d1b4d0f88965ba, 0x6093688f7bc35a1436049e5c4a62cd568cc48207f2d95dfa4c1be4dfcb98f545, '', 0, '?'),
(0xc1fa66cc0e710632f22159c35d82cf3a, 'wp-content/plugins/wordproof-timestamp/app/Notices/AuthenticateAfterMigrationNotice.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/app/Notices/AuthenticateAfterMigrationNotice.php', 1, 0x00000000000000000000000000000000, 0xa04faa84abb89fc1214902e829a2bd85, 0xe32d8307a30e600ac9ed47e552161eac4e82dbf5b3fe14a9cb761e46b68928ab, '', 0, '?'),
(0xc430dab25b146130a22e9f715b6e56a9, 'wp-content/plugins/wordproof-timestamp/app/Notices/Notice.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/app/Notices/Notice.php', 1, 0x00000000000000000000000000000000, 0x8944091c06be9d623569a5b20392898e, 0x735e0d794b23f4d2848fe150dfe77c336e156ddef8ce235bd716ea82d014ed53, '', 0, '?'),
(0x044a4e3b27c3afd0cab4bc6e0f3defad, 'wp-content/plugins/wordproof-timestamp/app/Notices/YoastNotice.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/app/Notices/YoastNotice.php', 1, 0x00000000000000000000000000000000, 0xe197706c0e12cde89bdf05231a4fde12, 0xa55b3b540394bc7be41a54b5d59c9ed6517262e39cb84ff3e2bcccc7a3434712, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xb6b1c724ca628bd8deeabec90a6f4108, 'wp-content/plugins/wordproof-timestamp/build/index.asset.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/build/index.asset.php', 1, 0x00000000000000000000000000000000, 0x7e04164260d83b3e606ade5d888aac34, 0xccb3f30095c3d0044eeeef017947cada7f66b21bf80cd39b8f2125c38f6b9dbf, '', 0, '?'),
(0xb11dc9ce1a3943b2e06405ad0b399cff, 'wp-content/plugins/wordproof-timestamp/build/index.js', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/build/index.js', 1, 0x00000000000000000000000000000000, 0x76c5fe90eef9708f0542e6aaf6986397, 0x61a57a2d38c9ae182210e33056b26b703b549ff46ab55d815dd7151aedf59f13, '', 0, '?'),
(0x6783572d9ca59b46f95cf18afa9fc2ba, 'wp-content/plugins/wordproof-timestamp/build/main.css.asset.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/build/main.css.asset.php', 1, 0x00000000000000000000000000000000, 0x6220d42e7db5073b130fc975f63e15f6, 0x02c78b89fe0c2a20a2f30cfc3250cb9de4eb36da78258c8611901374d327c811, '', 0, '?'),
(0x95eebecf415f57e76e13d247ae7231fe, 'wp-content/plugins/wordproof-timestamp/build/main.css.css', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/build/main.css.css', 1, 0x00000000000000000000000000000000, 0xf2cbe1fe2b134c390c7991dac88e01be, 0x793f79bc832b382026d2c2daad557da6c17d24f8f9bb00886b44dfce98d80e14, '', 0, '?'),
(0x1c3be12e0cf68bdd287402cd9f500dcd, 'wp-content/plugins/wordproof-timestamp/build/main.css.js', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/build/main.css.js', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x78e6d0efd547ae669f95db2a907d7bc9, 'wp-content/plugins/wordproof-timestamp/includes/CliHelper.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/includes/CliHelper.php', 1, 0x00000000000000000000000000000000, 0x0be832618642ff85921f3d8536d57cf7, 0x4afd8ab915ae66d2653ea465637fb2ab31edd2257ad91f1a4690bf7c58cf62fb, '', 0, '?'),
(0x0aaa03d7307665c9644f2c96478ad5db, 'wp-content/plugins/wordproof-timestamp/license.txt', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/license.txt', 1, 0x00000000000000000000000000000000, 0x1ebbd3e34237af26da5dc08a4e440464, 0xdb4017480bcedfc101e5e54d3befbabe89352069d0dd192799e56feda43556f6, '', 0, '?'),
(0xefd995ab3ea1b13e03cae9afebaf8427, 'wp-content/plugins/wordproof-timestamp/readme.txt', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/readme.txt', 1, 0x00000000000000000000000000000000, 0x0fb2087835e4da728bbc13b8e9ee174a, 0xd4636444f338a26b77e4d0aed1ace20b5bdcd7b80b409b19470794782ea4bcb0, '', 0, '?'),
(0x816e1db164183387faa13cbf1339170a, 'wp-content/plugins/wordproof-timestamp/resources/css/main.css', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/resources/css/main.css', 1, 0x00000000000000000000000000000000, 0x9acd34157f4fab8d4db3ea978ea58f27, 0xba268f08c8eebc5b788488a543e53d683335392164834587b7e6dbe8906cd619, '', 0, '?'),
(0xcb466edb567e65febf6571971a81c80f, 'wp-content/plugins/wordproof-timestamp/resources/js/Components/Pages/About.js', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/resources/js/Components/Pages/About.js', 1, 0x00000000000000000000000000000000, 0xd66fdbc1c9417c60ccdb7d6b2462166d, 0x0014107ad15d2fe76961732c0ba61c1600515a5ca0c73792907143324e6bf572, '', 0, '?'),
(0x990eb2b120b8654e2cc4107e1704748b, 'wp-content/plugins/wordproof-timestamp/resources/js/Components/Pages/Bulk.js', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/resources/js/Components/Pages/Bulk.js', 1, 0x00000000000000000000000000000000, 0xfb27dbbc108107192e73897f3197ee35, 0xe37dfb1473defa58aee6a394e6bc46c923f4c822885ae482a1a00ce388316c34, '', 0, '?'),
(0x63a508c13621a6544b89164cc942b608, 'wp-content/plugins/wordproof-timestamp/resources/js/index.js', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/resources/js/index.js', 1, 0x00000000000000000000000000000000, 0x046d2c3bac678530f47e9ee2a6487dbb, 0xa3873c253680eca203f8f6bc955043e0a6bb19c2602401f3b2c721bb03e6cba3, '', 0, '?'),
(0xd782c55b38f3d8c125651b9c4eb4cc80, 'wp-content/plugins/wordproof-timestamp/vendor/autoload.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/autoload.php', 1, 0x00000000000000000000000000000000, 0x0fbb0473f351fc48e3cdf7c314806284, 0x2c51ea830cf9146fe0e76fe5b2761ed8e7eae5613be96239db67d7dd859e3cb4, '', 0, '?'),
(0x1e3e0c371f0b4dbe58039d773eaa7c73, 'wp-content/plugins/wordproof-timestamp/vendor/composer/ClassLoader.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/ClassLoader.php', 1, 0x00000000000000000000000000000000, 0x80e3127bb630c512c42cfb51366ec09c, 0xed60a00c89d5eae8e7739b4ee1fc2ece2dda89f3bc474454fa8bb6b82d0a74d4, '', 0, '?'),
(0x40f14f871dfa7d41c804636eec5f2925, 'wp-content/plugins/wordproof-timestamp/vendor/composer/InstalledVersions.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/InstalledVersions.php', 1, 0x00000000000000000000000000000000, 0x7f268aa312bb8a6a105ce33351d9961c, 0x889e314f73db7dae02e532a16c0ddebb8926dfac451fc359cfd6db3856830bf6, '', 0, '?'),
(0x5e7bc2cabb510fa1b667ee86141506a6, 'wp-content/plugins/wordproof-timestamp/vendor/composer/LICENSE', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/LICENSE', 1, 0x00000000000000000000000000000000, 0x955d5fe58c231244f6b49000f383b5e2, 0x1a209ff8db92f625a713347e4ed97e47682162d817ad3a77829805c98cbf9927, '', 0, '?'),
(0x9471d469e14a1f0497ff49df4cfa768d, 'wp-content/plugins/wordproof-timestamp/vendor/composer/autoload_classmap.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/autoload_classmap.php', 1, 0x00000000000000000000000000000000, 0x1b9c20563a07c9922be5e3b7cffbcf80, 0x263d2735d79f5bff6d644d98b7a338057f776d89742d54c466a18823423b8a4b, '', 0, '?'),
(0x03bc8e5797162c747e54b855f3f34336, 'wp-content/plugins/wordproof-timestamp/vendor/composer/autoload_files.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/autoload_files.php', 1, 0x00000000000000000000000000000000, 0x2c5ab7271159b982ac30f9e02eea7b89, 0x41580c2e871a8abb6b036d20bc7313c4918212f1f9280bf7e2be99850bc7e79b, '', 0, '?'),
(0x4cecfe1d43ea0765e95634970a3e6fc9, 'wp-content/plugins/wordproof-timestamp/vendor/composer/autoload_namespaces.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/autoload_namespaces.php', 1, 0x00000000000000000000000000000000, 0x224007c97efb82c7b45b0e92f240af41, 0xc1bfd0acabbb4bc4716c3a16e5997ed29dd9a44291ac75bee3242a56a07ae629, '', 0, '?'),
(0xc45ca0e31798191900da4f6343b277a6, 'wp-content/plugins/wordproof-timestamp/vendor/composer/autoload_psr4.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/autoload_psr4.php', 1, 0x00000000000000000000000000000000, 0x27348de9d15663d3285bf1bc81a4edba, 0x9ae6828d0091947c9d06d10e52a29cd8b3f95ef5fa9b2a72b12ebf4741cd74c5, '', 0, '?'),
(0x76c85293d33730ebcd4cf41874cb9de5, 'wp-content/plugins/wordproof-timestamp/vendor/composer/autoload_real.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/autoload_real.php', 1, 0x00000000000000000000000000000000, 0xbf2e5337e032c83d8aa69ea59d2bfc72, 0x66a459be05cebb0d58851130d54d142b752a5e50ed53ae4db80249ed35f5b95a, '', 0, '?'),
(0x916bc9c200165bfbf91a54d1b25ec14c, 'wp-content/plugins/wordproof-timestamp/vendor/composer/autoload_static.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/autoload_static.php', 1, 0x00000000000000000000000000000000, 0x27e9b55598a2f65c8efcbdd19a35d6ea, 0xb198cca2296c46fa1357a449722a2da48b1d1c49510004b34848be6ca6bd4682, '', 0, '?'),
(0x1ee96673c849e645a09e29e5e080a481, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installed.json', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installed.json', 1, 0x00000000000000000000000000000000, 0xac8c4739ab4064bc21393ea8acaa2844, 0x8e5136c5c567e7ee89a1b1766c44d0d93cac7137205284d0bae7d03e44eb10f9, '', 0, '?'),
(0xf78c313e3c485f663e85259c86088d78, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installed.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installed.php', 1, 0x00000000000000000000000000000000, 0xeafcacb611488ce8b61ea88bdd3142cb, 0xa8907962e3f770cfb5cf23b59646c09c5473a6b66f6530725d1f918a688c1909, '', 0, '?'),
(0x19061af5b3cf89127534083e944c112a, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/.github/workflows/continuous-integration.yml', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/.github/workflows/continuous-integration.yml', 1, 0x00000000000000000000000000000000, 0x317346396c84b50c7c7efa76892becb5, 0x52510c61fe044494bd9f673d8154bc27a7c9bcd34e0b9963d8afb0a1b7aa72bf, '', 0, '?'),
(0x462ba768aa63c6c7fb2bcc7a1416cd1c, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/.github/workflows/lint.yml', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/.github/workflows/lint.yml', 1, 0x00000000000000000000000000000000, 0xfe4073b35577c716630b326e7634ea51, 0xc247f91345e805e2a0aa903141cf9c0d146cf9ebae3c8320dc3d6db2523c7b6d, '', 0, '?'),
(0x001ec2b888345f9e97f9179cacc90e2d, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/.github/workflows/phpstan.yml', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/.github/workflows/phpstan.yml', 1, 0x00000000000000000000000000000000, 0xaa015d518e4d58fdd1fe36a27ea438de, 0x886d0d38b47ad963c2d12a2d3239103be6e5bad65c1d96cacae1a707cbdd997a, '', 0, '?'),
(0x4189de2e05d14d72421647e5c3061b53, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/LICENSE', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/LICENSE', 1, 0x00000000000000000000000000000000, 0x043117d4dcbc27195a9479a30b7befcf, 0x04e3a1f75c79bec0de9f23b4de81ff1abc4e56e70fb4ddfc77f84360a4755ecd, '', 0, '?'),
(0x0b3ffc36bbbf13bb5112d3b0350a066c, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/phpstan.neon.dist', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/phpstan.neon.dist', 1, 0x00000000000000000000000000000000, 0x9f14ee72f9cea4bfe3760763e2d0321c, 0x9cd3d043140cb73f72f43052b9fa1f11ea45aa21e57463e4311cab8c3d6faaa6, '', 0, '?'),
(0x19295ae42c9b7c2d9c8b2b1571942f2c, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/AglInstaller.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/AglInstaller.php', 1, 0x00000000000000000000000000000000, 0xede00143638c3d572acef2b18b440c67, 0x33d328fc57b6abea7e3b4dd13ccc64cbd11b837a1834a3d37f84def3cbc3cdfe, '', 0, '?'),
(0xb007636648fbfc0045b64f0af2b919fe, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/AimeosInstaller.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/AimeosInstaller.php', 1, 0x00000000000000000000000000000000, 0x45f0574d6936ea3d3c152a407d6da2f0, 0x80f985a6448ea452565cc5ad07e03c37749d7909b32c38e159e4126d104cc18f, '', 0, '?'),
(0xa796ed437c8ad67fccd1cb181cdb5ecb, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/AnnotateCmsInstaller.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/AnnotateCmsInstaller.php', 1, 0x00000000000000000000000000000000, 0x31df637344896825e98c5b7021983422, 0xa3023b8ef8c33cb8aab7455525944877b8cfd744fbe144861f8dcb8b96833854, '', 0, '?'),
(0xfa850353fea94c7f93e26e70472ca87f, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/AsgardInstaller.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/AsgardInstaller.php', 1, 0x00000000000000000000000000000000, 0x9dd2e9b01e14d74cb088cffd8a974a4d, 0x15560abbb806cb230af5064186402c635d3afaa4612320998661ad8c0a26b937, '', 0, '?'),
(0x0f891ac3dd6dbdac80a552505d701ed1, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/AttogramInstaller.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/AttogramInstaller.php', 1, 0x00000000000000000000000000000000, 0x6f47a3e1fb1ffcbed14519a0fccb0d16, 0xe5ff7dd0446c9871c1d758bb8122611f9b471de51ed94775aab656587dbf8c3d, '', 0, '?'),
(0x16e3fd3a2bb5f36844b58bdc5a024924, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/BaseInstaller.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/BaseInstaller.php', 1, 0x00000000000000000000000000000000, 0xceffae210c127ec627c14e9156440793, 0xce44d3f98b0fb9058b6edde2d46f3692cc59c78b914a8d09c536d68161537532, '', 0, '?'),
(0x58c19f07e8bd16dedc72245010bddee8, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/BitrixInstaller.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/BitrixInstaller.php', 1, 0x00000000000000000000000000000000, 0x6886e00721d31366c5aa6525d251eceb, 0xb2e65854a8efe351bda5b1fd6d7399609cae445088c3a72c7cec97ecabba6438, '', 0, '?'),
(0x0c96b4311ff74fc1a542355d166e22c6, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/BonefishInstaller.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/BonefishInstaller.php', 1, 0x00000000000000000000000000000000, 0x75222ee74ff9849c0995c122ec4f2d42, 0xc360c59ae79da4f48379ce62b415b610a26bed74bccae48c42b1e81e49a9d40e, '', 0, '?'),
(0x98b853dbd3f505eb64c77d43b52f9e86, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/CakePHPInstaller.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/CakePHPInstaller.php', 1, 0x00000000000000000000000000000000, 0xb06a5ffb7dd69fdfff1d6f0b17dc48af, 0xa3ec127c59c1d3d53d75caaa2e89044f50b801659013ebd0ba25fa68539b0010, '', 0, '?'),
(0x5331b464a29179a62687095498e7f425, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/ChefInstaller.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/ChefInstaller.php', 1, 0x00000000000000000000000000000000, 0x749726ef8172403b85ece66603e0808d, 0x9f6969667af7ceb0505c9f423c57d9b47087cc32a3ae192c0eaa541d7fefc3d0, '', 0, '?'),
(0xf8e8f55899a790a8b8432b93ee547a6b, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/CiviCrmInstaller.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/CiviCrmInstaller.php', 1, 0x00000000000000000000000000000000, 0xb1c4e988ccc36553752db5d1d598fa7d, 0x6978caca19e25f7f4b106ea1a4f0be9426a44610cae0bee0143a72828461ed30, '', 0, '?'),
(0x62f2b8a04eee0be696da5aec39d724d9, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/ClanCatsFrameworkInstaller.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/ClanCatsFrameworkInstaller.php', 1, 0x00000000000000000000000000000000, 0xd7d0f6e7d59de2561f6f3580ecda905c, 0xdcd7d43e9139daf9590d15594fb4ad433468b2038bedd9ee99e4d0759e47db5b, '', 0, '?'),
(0x6fbd58e79d899adc88a868600e9d4910, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/CockpitInstaller.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/CockpitInstaller.php', 1, 0x00000000000000000000000000000000, 0x0fecb6d167871f263bb8dcdab61e448d, 0x37c1677398d8496fb4cd7dcdd6338d3b58a1d296afeb9700a7af7f99d79a0145, '', 0, '?'),
(0x6d643c566912fff206231e135aab5645, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/CodeIgniterInstaller.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/CodeIgniterInstaller.php', 1, 0x00000000000000000000000000000000, 0xfb8d4807178bdb3daa75cd5d5239d9d9, 0x064bb189886dd87d44ae7fcc53031deeec14109d37d8da9aeccdc04c3c796184, '', 0, '?'),
(0x2eb5686103493eb5ab80d489c209f5c1, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/Concrete5Installer.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/Concrete5Installer.php', 1, 0x00000000000000000000000000000000, 0x740987efcfcb6d21acd47e415ef35391, 0x12aef7852302f88a4c11133f13fb164f4d3672cd2f575fa00b7e1b95b9a4a6fe, '', 0, '?'),
(0x13ba455541f0bf0d91df231f86721b10, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/CraftInstaller.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/CraftInstaller.php', 1, 0x00000000000000000000000000000000, 0x91f6d8a5f86783a019eee7e95d621ee2, 0x670c443e494239e9b703af9a4c49d3092a9cc2eef031dbf331368ed930ee437c, '', 0, '?'),
(0xba8d0d6a3d2de2dd4872592b49b319d7, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/CroogoInstaller.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/CroogoInstaller.php', 1, 0x00000000000000000000000000000000, 0x41c37645858922b9c2994d5cd9f14dc3, 0x34812865f59315fdf4ca49381f3932a1d7f61e2d85ebb18ef3c4bcae067e995d, '', 0, '?'),
(0x580c2eb1f23028d49283653e0e71c28a, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/DecibelInstaller.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/DecibelInstaller.php', 1, 0x00000000000000000000000000000000, 0xdfd22bf8722260076cd2aefad5de7676, 0x23357dcd8f09f35c668cde5796b6bcc4b0ddef7e43d160a5874ff9eb94632c80, '', 0, '?'),
(0x9bac46dab8e3ae2e1c1d92da9dc534f4, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/DframeInstaller.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/DframeInstaller.php', 1, 0x00000000000000000000000000000000, 0x3b3c814abbbed4452624f3f49464a763, 0x71253e44b72424a5918215e53afc8ae36afaf58d8e9ee2d26b20a47ac23be193, '', 0, '?'),
(0x6c49ebb7396e7022d8bb65ec3e797246, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/DokuWikiInstaller.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/DokuWikiInstaller.php', 1, 0x00000000000000000000000000000000, 0x7d89963de625fcbf900593375cd13856, 0xa9774813039270ede95bde1077bc329e40751aa389224c48abb70f61369851a6, '', 0, '?'),
(0x78ed8f9f99271d003a57ea9913f5b0df, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/DolibarrInstaller.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/DolibarrInstaller.php', 1, 0x00000000000000000000000000000000, 0xbb096d5f6426d4baf4979d0f821f3077, 0x3094ec8abffa6b73cf867aca40fee2b18729cd1cb7548ff72b85f49c81da14cf, '', 0, '?'),
(0x000e18e66abd1edfeaa625a2970ec3a6, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/DrupalInstaller.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/DrupalInstaller.php', 1, 0x00000000000000000000000000000000, 0x37b4eff9e56004a6657c3515d53188e4, 0xd6d383b0b51a2b6fbad0d8a8601df38b1a4e74fd95a8cfeb6e2b0f441ea6d4e3, '', 0, '?'),
(0x60edcfe3bf502ad1f657768cbbf1e072, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/ElggInstaller.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/ElggInstaller.php', 1, 0x00000000000000000000000000000000, 0x848e9350cc8186a9bfa89178a5c7908b, 0x10b444950eec6d4df5597cdb7822123c0b14414c6670b37833b31e29ae482296, '', 0, '?'),
(0x2d1c2955778ba3d9338d018ad6123d8e, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/EliasisInstaller.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/EliasisInstaller.php', 1, 0x00000000000000000000000000000000, 0xfcf110d7133ad838a1b2d9b7c449f8a2, 0x8dea7f00c4ee7fb1781a1b61aa87eb0f262aad0b553cc68ba65de916ca79dcbb, '', 0, '?'),
(0x156fff5126f45fe1736a2bfe90f33a9e, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/ExpressionEngineInstaller.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/ExpressionEngineInstaller.php', 1, 0x00000000000000000000000000000000, 0x6f0147b4593eed79e72a135e59f290fa, 0x4dabf08c7292b9256bc2992114f382a5b2bdb8d3b28e7add810929faf0c643fe, '', 0, '?'),
(0x4f647ee9cc610f80672778809a48004c, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/EzPlatformInstaller.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/EzPlatformInstaller.php', 1, 0x00000000000000000000000000000000, 0xadcc1c4035b4e024c4756ffa61209dd6, 0x851fb8c0e84e05813866fd9b13a93f6cabeafb7defa769ad1a6ebc7086dff87d, '', 0, '?'),
(0x62b1f787c1ff9905114d58825b527553, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/FuelInstaller.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/FuelInstaller.php', 1, 0x00000000000000000000000000000000, 0xdf065efb9d71f77bfb335cdd67138005, 0x4ed3ae4e90f31c988ac74157a8756882aa2314b3d2223829d5eb65134d31c236, '', 0, '?'),
(0x87b7f532f574349365d2aea3cb0d78ef, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/FuelphpInstaller.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/FuelphpInstaller.php', 1, 0x00000000000000000000000000000000, 0x40bd4bcc0ea2bd1b7b7e74621c59621d, 0xe19a080aef85c89e85ce5d82d872b9a236091cc39a5a7b5456632e804776877e, '', 0, '?'),
(0x774494a21087b13dd65b9b4b80fb96a9, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/GravInstaller.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/GravInstaller.php', 1, 0x00000000000000000000000000000000, 0x3ee2de91aebb9755ec405e4c9f145d04, 0x299a8381cc4c427c401601a39a13a90fa30f22df5599654a45bb57027a208383, '', 0, '?'),
(0xf2276fbbd5a5b1985c611a89882fe42f, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/HuradInstaller.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/HuradInstaller.php', 1, 0x00000000000000000000000000000000, 0x91552d308d37dcc0ec020a7d6d955c5e, 0x0b640fa554619a0be7cedfb0602b923e2f21b68d21fadb041e5e0b626724dd0a, '', 0, '?'),
(0xaec30d28558aa4efb0c7544f15f8393c, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/ImageCMSInstaller.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/ImageCMSInstaller.php', 1, 0x00000000000000000000000000000000, 0x5b977d18fbd35ff0db958116b5a4588c, 0x3b0f0ca8e4fadcb6da8f69ac964b78e5a5bd5b16ec00afdca519d8fc7d2a33a0, '', 0, '?'),
(0x0fd966504a5a09e3fdf9bbb496b77505, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/Installer.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/Installer.php', 1, 0x00000000000000000000000000000000, 0x6f098f607219360bfabf5cff5b8b357d, 0x5f3f699e6d3237836a6a66efd0bb410679b30e67698e4121d39364002e802d87, '', 0, '?'),
(0x176d7eaed41f40fd072c201534f90f0b, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/ItopInstaller.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/ItopInstaller.php', 1, 0x00000000000000000000000000000000, 0x2cf74aaaa490b4c31344a71bc5a9e688, 0x38e016b3a2a6f47d2bba8b7b33117b390a13b2908c42788d9eb6f13d2730bccf, '', 0, '?'),
(0xf6bc3c6f80015100466b1b6ec0abbed5, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/JoomlaInstaller.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/JoomlaInstaller.php', 1, 0x00000000000000000000000000000000, 0x9fb29f8c006648706701214ea14fdd27, 0xdf93a5a3326eaaf773be3fad41cbd7fa1e9a9da3a8b54e068f031f0a01ff673b, '', 0, '?'),
(0x863905f7e44050a5b752fcca4510f9fc, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/KanboardInstaller.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/KanboardInstaller.php', 1, 0x00000000000000000000000000000000, 0xc22a335dde193ccdf5dd5d90c8278e96, 0xd0bd7274d2db7dbe51d937fc8840a5ff4913013d101f7db4610b6d7593289851, '', 0, '?'),
(0x9617ae60f42eec8cca2c3e51a68b4a6a, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/KirbyInstaller.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/KirbyInstaller.php', 1, 0x00000000000000000000000000000000, 0x9cafe4284a0c9bcf5f3f2b3468879cb2, 0x088a9ff3b009ca1f8b3c7f3f157e8043ecb2324298d6c920aebfa2a91fc2923f, '', 0, '?'),
(0xcc9a89c5f13a4ee034fce13f22ebce80, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/KnownInstaller.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/KnownInstaller.php', 1, 0x00000000000000000000000000000000, 0x482e2806bbafb01efd4e1937d7eb0d11, 0x5fa6a9fdb8ffdc0b9b476484313167a0599794317efaa63e422474dbf0aa58b4, '', 0, '?'),
(0x1b36386aac6d5240c60a1f2e9fed8b39, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/KodiCMSInstaller.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/KodiCMSInstaller.php', 1, 0x00000000000000000000000000000000, 0x58afe15f63e1d727d8784d39feb8e0b4, 0x60edf9f6b3b092532c77194439b96b934300357fceb2aed431396a42aa5bcdcc, '', 0, '?'),
(0x4c413ac3e671d2e288edc5b9cee90d9d, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/KohanaInstaller.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/KohanaInstaller.php', 1, 0x00000000000000000000000000000000, 0x5a208a2249eef3cb2f84fa04851303ae, 0x22f7beb45b26e68d507a3e7cd6aa1e21ad485831afbb02a9e68d1fd3d2c8620b, '', 0, '?'),
(0x1e1acd392e5d1102b3ee97f17d1bd69f, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/LanManagementSystemInstaller.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/LanManagementSystemInstaller.php', 1, 0x00000000000000000000000000000000, 0x50ea66390cdef14fdecc36db7b6cabb6, 0x85f258c13e883e32f2bdbf893dbd4914ccb14694c707bbd2814bc59d6cd9229e, '', 0, '?'),
(0x354ccb8d6230cef961ec3a452e102b17, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/LaravelInstaller.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/LaravelInstaller.php', 1, 0x00000000000000000000000000000000, 0xae84a3a73d60888777d532899036ee64, 0x36f3c5b7d95768148b098a90fa9bb730ac573fea9ede9dcf599dc79d6de7b706, '', 0, '?'),
(0xbb92b043b09dc3491272362d13e0b48c, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/LavaLiteInstaller.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/LavaLiteInstaller.php', 1, 0x00000000000000000000000000000000, 0xec73030740f534091a97e0baf04477ab, 0xfc072b59761d321a83aa1e17c242a750ca406248ef0449ed8f65f11334dd4dae, '', 0, '?'),
(0x6166dae6a89c7820745c6d68af8be5e4, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/LithiumInstaller.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/LithiumInstaller.php', 1, 0x00000000000000000000000000000000, 0x211c7bd668c8a1521932cbaaed80a836, 0xbb28ed31714b43a9a5f698d0e0443fe77ed4a8eb7e4f54c4da2024267e233ee0, '', 0, '?'),
(0xb58445561f9f0877b576b5f5621424d5, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/MODULEWorkInstaller.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/MODULEWorkInstaller.php', 1, 0x00000000000000000000000000000000, 0xd613a4d9a26a15fa8ffa40b19b0a4ead, 0x70c976b6d017248e4c04f2ce8badde2c812ae603f0cab82fe0e33bf852cecba5, '', 0, '?'),
(0xf5bbfb26eaedb680c0e9c3280d6aa147, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/MODXEvoInstaller.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/MODXEvoInstaller.php', 1, 0x00000000000000000000000000000000, 0xc7200ebe06f9d08c147e19fe855eb446, 0x870fdbeeeadec828076f3840cc2e7aa6dbb9090a0321719c15363662707d12ca, '', 0, '?'),
(0x77a1d30ee1f786d26ef55b472a5b715d, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/MagentoInstaller.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/MagentoInstaller.php', 1, 0x00000000000000000000000000000000, 0x81d57b03fc92468b89e7b9c11f05ca73, 0xd619e643e2976681e9bd6ab94900f31851a6bbf66e0b6dfe054afe1baa492ac1, '', 0, '?'),
(0x834b976115580d117d14de3dd9260b74, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/MajimaInstaller.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/MajimaInstaller.php', 1, 0x00000000000000000000000000000000, 0x5813552b345de90a916a8ba53260af20, 0x73295767eb9d073e8bdf00a8bbabbe7677944093de16a64382b165a8100bd186, '', 0, '?'),
(0x0eb68bc39cf44de5beac0b83ca1e5b9a, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/MakoInstaller.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/MakoInstaller.php', 1, 0x00000000000000000000000000000000, 0xa6f3b3efba366710ab4f357c11f0ef20, 0x70836e73a6c30223146408f3c146248897cf57cd95c1dfd928518ca19037c136, '', 0, '?'),
(0x66690d19a6c817335f75cf56ea1300d0, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/MantisBTInstaller.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/MantisBTInstaller.php', 1, 0x00000000000000000000000000000000, 0xd7e3827b9484d6585463a2cd3c9f9e86, 0xeb768cbc872fa8b108e355fe116392e46264e6498c3424630399d1e17753891c, '', 0, '?'),
(0x9f95787e9df99c28db8d87861a788b78, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/MauticInstaller.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/MauticInstaller.php', 1, 0x00000000000000000000000000000000, 0xd0dcf0798c6ed9f2784fde2e7eb04f16, 0x0d1e15a70427ea5380e6542babc7c6f4743dc8e9499cb0331ff1b58345ce39db, '', 0, '?'),
(0x35abff8a31802db6374cb2e70c565ea2, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/MayaInstaller.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/MayaInstaller.php', 1, 0x00000000000000000000000000000000, 0x9c67e300f0f770c40966e62f886c3a8f, 0xe0e729849cca5f10b90354b4eff9e94d1c2204ab3402d6d6f3b60083d99c28e6, '', 0, '?'),
(0x3bdda8dcf2b75a5b7dce2465780acc03, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/MediaWikiInstaller.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/MediaWikiInstaller.php', 1, 0x00000000000000000000000000000000, 0xfe04b064ee33cdae252e590487998480, 0xbc0a1620ca263c6a1bd17d4aabcc8cdc761ca2896e5e77a814d3c1b6e16fcb5b, '', 0, '?'),
(0x1f02263bac05538c16a88720d80284e1, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/MiaoxingInstaller.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/MiaoxingInstaller.php', 1, 0x00000000000000000000000000000000, 0xd32a489c520341d1269a9214683fc09e, 0x77e90ae140b475807f487e7354578699853d1beb07497715409450026ed6b7ba, '', 0, '?'),
(0xa036929a5c249d90e07142f39a100a00, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/MicroweberInstaller.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/MicroweberInstaller.php', 1, 0x00000000000000000000000000000000, 0x235b939331039f453de8273fe7cfc2bd, 0xb1016e3dfc7d4ac702715903f0161fac3901296696024d2426b65221b677ee0f, '', 0, '?'),
(0x5f6961eff05092fda3d78bba36c19bd8, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/ModxInstaller.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/ModxInstaller.php', 1, 0x00000000000000000000000000000000, 0x9e44fa9c4d12b5527b698aae01500e63, 0x2677220ce1a93c8598c93f4807e78a66f7d83eeeee1a529df831254296d318c5, '', 0, '?'),
(0x581567209542f8e13f9fe85bff2e776b, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/MoodleInstaller.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/MoodleInstaller.php', 1, 0x00000000000000000000000000000000, 0x903736ebb5270d86029f103c237a3dd2, 0x9153c27e38c3db9013eb13d4d7715ab6136795a9d2da2363d29f982e3a6f79c9, '', 0, '?'),
(0xd1a9c562b15a5f55bb23229442ef09c4, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/OctoberInstaller.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/OctoberInstaller.php', 1, 0x00000000000000000000000000000000, 0xd0fec11c66a92889f6ac2e203e234e14, 0x7b17124e6ca72bc905cb3886db4524df62b3cdcd37a60e895888cdf4b8126f17, '', 0, '?'),
(0x186fd0dbbbe0ba088d917bf424fe8db4, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/OntoWikiInstaller.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/OntoWikiInstaller.php', 1, 0x00000000000000000000000000000000, 0x02a43052e0eff624107c7e9a0afc9376, 0xef6be869701245fb306dc597ea99c73174f54da146dc65c55ad00ae95252b1ae, '', 0, '?'),
(0x22e5e35b5e80b9cb2c884d2426d9206a, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/OsclassInstaller.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/OsclassInstaller.php', 1, 0x00000000000000000000000000000000, 0x48bb27154879fd900cb2f8e072e7b60a, 0xf2e915810ed0eccadf93bc4b34f4d565e4c5c6df82e296d8fe53ae5d807f6eea, '', 0, '?'),
(0x8f8efaacf66cb8385eeb3a59c1deb53f, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/OxidInstaller.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/OxidInstaller.php', 1, 0x00000000000000000000000000000000, 0xbddd94c90beac23949010137b47cabf9, 0xbfb1d80d009a42b4799066f57ba700af1f9ba1a63604403465fd7453cc9605c2, '', 0, '?'),
(0x47e03040621e47e77a9c174debb6f440, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/PPIInstaller.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/PPIInstaller.php', 1, 0x00000000000000000000000000000000, 0x83ba6db0c48ee5a6810d22b34278ca7e, 0xf150b9988aa79d4cf2b260fb2799523c4410f24ad5553e311195f7dd1044ab2c, '', 0, '?'),
(0x690b4ab0c7a479674c14744100744515, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/PantheonInstaller.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/PantheonInstaller.php', 1, 0x00000000000000000000000000000000, 0x09ceb4d1b533f86cee5dd80da5fc45ef, 0x4ee9abbcb387941f55b3981b0f507dc42721376f90d6feff8b6df89a2d29197e, '', 0, '?'),
(0x16058b623fdd116d093b11c3446929e2, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/PhiftyInstaller.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/PhiftyInstaller.php', 1, 0x00000000000000000000000000000000, 0x8b9abdefa505abe6dfcd6a4238a3bae4, 0x19e265fbc303c772d435b2affb45d8ed6448c9e43fce1a1cae61d841835264d1, '', 0, '?'),
(0x9aa1306114e1e8e298676a04ab9a688d, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/PhpBBInstaller.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/PhpBBInstaller.php', 1, 0x00000000000000000000000000000000, 0x7d14d7ec2cbc533d96d0cdd854b338a8, 0x81bb96d18a63145932dc35258cc9cf3d6474037d15afb5a87e5effc4cb3f148f, '', 0, '?'),
(0xd3ab780e0b6a7889f1e3ecc4d31d7bb0, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/PimcoreInstaller.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/PimcoreInstaller.php', 1, 0x00000000000000000000000000000000, 0x053bf74ac9033be160c692206e48bf10, 0x0dc1147e249a23c62c985ba1c735a767e07404e0d8575d49b6c27f7b3872fe28, '', 0, '?'),
(0xc37075379ea0142bf9d1d2fbefd30d5c, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/PiwikInstaller.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/PiwikInstaller.php', 1, 0x00000000000000000000000000000000, 0xf38d8575cc8e13a213af23213f083597, 0xa398e0a9ff70699ecb3d92dede7a2b23b138c216843dd7ed6efd7eb1bda77d82, '', 0, '?'),
(0xb1b238e10216183d2a73979c81e124c8, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/PlentymarketsInstaller.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/PlentymarketsInstaller.php', 1, 0x00000000000000000000000000000000, 0xc5bafbbd0ec73e8770d2b85d549aa63a, 0x6c4f7c54c04bc5e566e22e11c180607eb48ca5342c5896768649139b1588a574, '', 0, '?'),
(0xce07d4933f62a05fbb4a0384a44182ed, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/Plugin.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/Plugin.php', 1, 0x00000000000000000000000000000000, 0x576e684aa434af2fa98e753400766f62, 0x79e0573f477c3712b3fefa48ff7e413c7ee4aa849d33e089fa7081b7e81f92b5, '', 0, '?'),
(0x7117e132a91c94bf1f1e4c35f1f522a5, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/PortoInstaller.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/PortoInstaller.php', 1, 0x00000000000000000000000000000000, 0x6009da3ddb7ba57fb36046981a144737, 0x196336d57920f329f6878bb5d5cc53bad2eaba19898a71215b7f64ee6bfa6df8, '', 0, '?'),
(0x14a4202dd8884886ecde29e6729a7cde, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/PrestashopInstaller.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/PrestashopInstaller.php', 1, 0x00000000000000000000000000000000, 0xf0cef78021c404c84819ffa5689c9f90, 0xce7f392e596c1e53ae89f6cbccc84101d9584e8b1e04d46f062a620f80babe6c, '', 0, '?'),
(0x14611c65e0da59e1f779c31f10aabe0c, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/ProcessWireInstaller.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/ProcessWireInstaller.php', 1, 0x00000000000000000000000000000000, 0xb638f52fbf2a3ca48a5a6db0b0588c52, 0x4bfd8a2cdb5582e75c792490cdea11e1eec326d00e34fc3af619a383d3c486f0, '', 0, '?'),
(0x18257fb51cb715c4d0007a7650b46f66, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/PuppetInstaller.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/PuppetInstaller.php', 1, 0x00000000000000000000000000000000, 0xb207628b5518fe79eacd85abdfe60038, 0x621f53785c68a4b5ec04542f16b75be0c4ad75782b29e8800844d72b6e3ce004, '', 0, '?'),
(0x522794174401132eba22bc49e06b9af5, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/PxcmsInstaller.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/PxcmsInstaller.php', 1, 0x00000000000000000000000000000000, 0x900115aee230a1dd0e76bf2daaad5438, 0x693bd4f848cab33d77521ce76df6873afedff340a887a236437c0f51092c1787, '', 0, '?'),
(0xfa32806d698aa7f7d8c66e01350c9d9a, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/RadPHPInstaller.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/RadPHPInstaller.php', 1, 0x00000000000000000000000000000000, 0x522209f40dc27b3982eb13712b455e5b, 0xd94f6c85d85d258bbabfb4b72452f0436fb56da0b962875472d83edd031a47a3, '', 0, '?'),
(0xc42b039a98eb79c9e2fe9daad2fcd79f, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/ReIndexInstaller.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/ReIndexInstaller.php', 1, 0x00000000000000000000000000000000, 0x134fc39d59f5112c875c9fae2d1af12a, 0x0f56239b7c7117163156ee19fcd7812dca28e307df2382911df2f4d5d8ae332d, '', 0, '?'),
(0x1a8b677cf5f04883bfaf3f66b890e1a1, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/Redaxo5Installer.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/Redaxo5Installer.php', 1, 0x00000000000000000000000000000000, 0x29a790b5e0ecea8afdbaeb5e52212dc2, 0x60a6e7608c02f9319cdd0098320b95de27d0f055b7410b95dd8c2021b25e42c5, '', 0, '?'),
(0x20e25b9f14a984518198d0b50c54e352, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/RedaxoInstaller.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/RedaxoInstaller.php', 1, 0x00000000000000000000000000000000, 0x91465b7c2ed331d7d078eb092658664e, 0xf39be9446d1401f531258ca96edd9bb45f647213b08120d40d4a1d1e33540172, '', 0, '?'),
(0xbe5b78bf0279bdbf2790e0df821d7535, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/RoundcubeInstaller.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/RoundcubeInstaller.php', 1, 0x00000000000000000000000000000000, 0x84d8e36cb6b1f563632a7e6a3d702a75, 0x3c264a23f0b6735c2e028d2c47c0ae241cbe6c743c1299a94995578a10cc35ef, '', 0, '?'),
(0x7ffdaa395356b6607521d38c47a39cca, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/SMFInstaller.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/SMFInstaller.php', 1, 0x00000000000000000000000000000000, 0x38f449ff30b86d6a403018dd25f855f8, 0x7b139da57b6faa5df976726cf1536158ca7282f350d6ce93063f89252ec3f945, '', 0, '?'),
(0xc65a1e8ca3e23469d814b58c1d860fa9, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/ShopwareInstaller.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/ShopwareInstaller.php', 1, 0x00000000000000000000000000000000, 0xe505ad4b4b9779f112deab701e72c45d, 0x1acef10a8487b93d49235a885c91a534848f6cd699c414b5a4ef75f3b0aee560, '', 0, '?'),
(0xaa27fb10ce7b87432d51b25a2267270a, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/SilverStripeInstaller.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/SilverStripeInstaller.php', 1, 0x00000000000000000000000000000000, 0x502dee105e9830f31f33f4d7cd99c335, 0x3ee12de2c085dfde1413e4b8949754988f0989312680af11a63034e937ac6c54, '', 0, '?'),
(0x11043642207ebb0817caf25c4af48f14, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/SiteDirectInstaller.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/SiteDirectInstaller.php', 1, 0x00000000000000000000000000000000, 0xa4b0e1c45936fd076f0b7adec02f9b43, 0x0f810f65d7ba8b6b2bb16f4307209de8c8c71840c6b9e94f4b3ce668b9535f11, '', 0, '?'),
(0x956e7177512e2cf4b1d04b027e272b39, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/StarbugInstaller.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/StarbugInstaller.php', 1, 0x00000000000000000000000000000000, 0xb795d4f5fb8c62c0a30acbdb3416b1dc, 0x3a071890d6d49adb9a9f8094fc04b4190db00637bb00d9588a425d25f3488d55, '', 0, '?'),
(0xab29dca78fcbee15ad531634a08d3567, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/SyDESInstaller.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/SyDESInstaller.php', 1, 0x00000000000000000000000000000000, 0x608e4bb8cec76cbfd8c50b7057baea19, 0x812fbe74bb2f285435f7db2c33cdf5a28e1b69b977ff0513da979785895cba6c, '', 0, '?'),
(0x98408cb28bb29ae704742efa14912c73, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/SyliusInstaller.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/SyliusInstaller.php', 1, 0x00000000000000000000000000000000, 0x7afa5102c681321ccfa6da44e3c71304, 0x62936f103f7c124c88dcdd63a20c33661bf27d9a89aea051d5939daabb475d58, '', 0, '?'),
(0x4ba7256c3eaab30639fbdbb4211be045, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/Symfony1Installer.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/Symfony1Installer.php', 1, 0x00000000000000000000000000000000, 0x4c919df8f2a98d15510039a76d9a4d98, 0x7c33a5d92cff55789bf6ae600469f3cb403f18e58f662e40462f788a7d682385, '', 0, '?'),
(0xbf9b64161574c4beb3d139d4e47fcc62, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/TYPO3CmsInstaller.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/TYPO3CmsInstaller.php', 1, 0x00000000000000000000000000000000, 0x4f064565f45ac35987c0fb0545ccf926, 0x06f6b3ca5773eabe12477228c0513941aa5f1dc2a93e2b84871b82c3c727b7ac, '', 0, '?'),
(0x4f10c60b38eced38b82b50e390821982, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/TYPO3FlowInstaller.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/TYPO3FlowInstaller.php', 1, 0x00000000000000000000000000000000, 0x92cdf62c9c6f1246dd44163a4e88be34, 0xb26a1e4b9e62a0bcca8d792c60aa17ca08ff79be356fefea66daae5fb6150c65, '', 0, '?'),
(0x99a42862a83077c513faafbeaf435545, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/TaoInstaller.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/TaoInstaller.php', 1, 0x00000000000000000000000000000000, 0xf75053eaf535a77f677a674915e62db2, 0x67e88d8003fed400c1a9d7683cc426944d30c005c669758d5eba12ccb84cf05f, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x20470b46c435ee0dde96e4cbd5b8a204, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/TastyIgniterInstaller.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/TastyIgniterInstaller.php', 1, 0x00000000000000000000000000000000, 0x0e848bfd35a0e42336b8afef6c109e08, 0x77870d09915a14c4c4cf8e915d3f5978196150c0526e2f41d9f051cc4dcc40be, '', 0, '?'),
(0xfe7aedd96f683d8e8a8500e994ab1c0b, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/TheliaInstaller.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/TheliaInstaller.php', 1, 0x00000000000000000000000000000000, 0x52237458eec98374c07d143703464937, 0x31f8858f12786b5f2c955f7b8b161b701b027fc29b10b5d027bdb32d8e5acabb, '', 0, '?'),
(0xb5d90bc21514ef14f6b888a615ac3f18, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/TuskInstaller.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/TuskInstaller.php', 1, 0x00000000000000000000000000000000, 0x525c1ffb4cebbab527f0f70f81e37f51, 0xf88b30268af6c5fe4dac138e73d48efef1dbc7cca963d67c98f7ca099b056176, '', 0, '?'),
(0x9bc43cb6e1ea2c46ece5ed62e3bee2bd, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/UserFrostingInstaller.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/UserFrostingInstaller.php', 1, 0x00000000000000000000000000000000, 0x42ccdfd512d0bc86f09dc0157ad6b55f, 0xfc5616b22d3290deb83c6e0f7b733f498df5ddb857bdec3e66bd8dc973e528a7, '', 0, '?'),
(0x52932632c4c4cbfeb0c6c335179a100e, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/VanillaInstaller.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/VanillaInstaller.php', 1, 0x00000000000000000000000000000000, 0x24ad639a368110333ebfa96edb0f4d22, 0xd5cedff5b3fc6490e211aefb12ca3194de99477023b75c9033e966f89a27e52e, '', 0, '?'),
(0x46fb948163fb39b042d7a584c9ea4fd1, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/VgmcpInstaller.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/VgmcpInstaller.php', 1, 0x00000000000000000000000000000000, 0x7a8905bf9a729c1c3e553c7a3178d665, 0xd3324cbe599bc8ecd0360f5bfe1fbddc538ae26a18cde840021c064b0bc28a23, '', 0, '?'),
(0xccdb016a2cfcae8f06283623c4475cb6, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/WHMCSInstaller.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/WHMCSInstaller.php', 1, 0x00000000000000000000000000000000, 0x48d9ef5737e650412cbaff1f4978277f, 0xfd3e3ae7ea0eed69499ad4736be07eade1c8e42b18dde3a14b6c9c29c87369ea, '', 0, '?'),
(0x71e5c38e9c4c27da587ee8ef0d91826d, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/WinterInstaller.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/WinterInstaller.php', 1, 0x00000000000000000000000000000000, 0x3a40e147789faad10b73a3561d12e93d, 0xadcd7cbc9db914fbb0d8cdd4923f0406194cb665a2849f9c4755bb0d7098e273, '', 0, '?'),
(0xd3a38be506064cc8831bd967d4955bd2, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/WolfCMSInstaller.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/WolfCMSInstaller.php', 1, 0x00000000000000000000000000000000, 0x4c10c49cc2d24c05a6c8907234f2720b, 0xc19392ce048a0dbac92673f0f733fbe5f77f489f29431e4ed1299231160a4ab6, '', 0, '?'),
(0x6fa196fd51bd5bafce7edfa2fb96ae96, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/WordPressInstaller.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/WordPressInstaller.php', 1, 0x00000000000000000000000000000000, 0x0ed581de55f2ab33e1d2bec950a8036d, 0x066fda610ecb19e52f8f6a056e75f8ddda46f51d9d581b5dbef2537bcc75a5e1, '', 0, '?'),
(0x9d6fb3653f811defdcf1545fd21fc360, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/YawikInstaller.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/YawikInstaller.php', 1, 0x00000000000000000000000000000000, 0x555229b8b37df1672918769aa4cb5773, 0x19805154b1d8df40ea6b88b49bc9f09abb13ab8922ac2196394388a208dce861, '', 0, '?'),
(0x512b66b21b375565e576db65687a98df, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/ZendInstaller.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/ZendInstaller.php', 1, 0x00000000000000000000000000000000, 0x953c54820395f1108c573c6c1830d3b5, 0xdba1a62df64f4e1d7e2afafe8d5fe5a311b38e3eb4ee67de173ca10b86d3f0be, '', 0, '?'),
(0x56609e778072a6d27fd63a3721af5f60, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/ZikulaInstaller.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/ZikulaInstaller.php', 1, 0x00000000000000000000000000000000, 0x7f4bab0f38114912ba6470986f0f3f45, 0x549df3219b4809f9a2d898f12c43f4ad08617ebc4b4fd7504a9de8e1ffcc39df, '', 0, '?'),
(0x889fb594bb28307c52d31b3a50c2495b, 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/bootstrap.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/bootstrap.php', 1, 0x00000000000000000000000000000000, 0xde7fa899c69d0a072500e508ef137f91, 0xeef58a67269d416770aae79049e838341bdd1ae1e7c71e9cdb42cdf96aa0f707, '', 0, '?'),
(0xfec9bef6c052bf3518748b0484dc82e8, 'wp-content/plugins/wordproof-timestamp/vendor/graham-campbell/result-type/LICENSE', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/graham-campbell/result-type/LICENSE', 1, 0x00000000000000000000000000000000, 0x2d05d6544b100aa4f14466b4067e675e, 0x2d724cf5d82bb38d1308d553ad5d9ef427680c854d823825a68da4e367936379, '', 0, '?'),
(0xce2017308934c043a153d2abbfc05dde, 'wp-content/plugins/wordproof-timestamp/vendor/graham-campbell/result-type/src/Error.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/graham-campbell/result-type/src/Error.php', 1, 0x00000000000000000000000000000000, 0x90308a58875c8516547ef3ab88a9f449, 0x02a039950ccf69b59eff96a4264d8ef316ee66ef563e58f18eca02696f457d9f, '', 0, '?'),
(0xf705ba5bea6abff582cca093c450159c, 'wp-content/plugins/wordproof-timestamp/vendor/graham-campbell/result-type/src/Result.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/graham-campbell/result-type/src/Result.php', 1, 0x00000000000000000000000000000000, 0x869436e2da29b52d6c563ecf862bbd97, 0xcc0d28e3e31bb792ebbb42c64887e5df56678dd16df0cda0c3ac5570de089744, '', 0, '?'),
(0x2371683c0fe0cd72c4d67d7d33636fd7, 'wp-content/plugins/wordproof-timestamp/vendor/graham-campbell/result-type/src/Success.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/graham-campbell/result-type/src/Success.php', 1, 0x00000000000000000000000000000000, 0xf98ba02be232a430bbec3bcf831c7878, 0x39fa49456af75b180652975820e56162363cb2088e477c88d628fe01701ec99a, '', 0, '?'),
(0x3b61394065d944478debafd59ef06b7b, 'wp-content/plugins/wordproof-timestamp/vendor/phpoption/phpoption/LICENSE', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/phpoption/phpoption/LICENSE', 1, 0x00000000000000000000000000000000, 0x2b42edef8fa55315f34f2370b4715ca9, 0xddacef491153f45022f5619519bb2016374a8c36e75153768493f45fb38d7992, '', 0, '?'),
(0x62ab33d532968bcd246ebbd737ec35cb, 'wp-content/plugins/wordproof-timestamp/vendor/phpoption/phpoption/Makefile', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/phpoption/phpoption/Makefile', 1, 0x00000000000000000000000000000000, 0x0e816bf4a35de2e2e8620c6cb065dabc, 0xa027bcb8a64f652887e476ebcc0d74891e5cd9ef14cf0c93a3f4dea3bacb8fbc, '', 0, '?'),
(0xa6f56fd9b2f446b2b2ccdde5e28ac221, 'wp-content/plugins/wordproof-timestamp/vendor/phpoption/phpoption/src/PhpOption/LazyOption.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/phpoption/phpoption/src/PhpOption/LazyOption.php', 1, 0x00000000000000000000000000000000, 0x5bbb6b41a2655ea79112c87bd56c8d98, 0xcf5ca38d8a2b45c4fc0739e50ba7e174844fa11f724edcf25182265f0c77708e, '', 0, '?'),
(0x0db2b0abe682f63f8050562a7566dac6, 'wp-content/plugins/wordproof-timestamp/vendor/phpoption/phpoption/src/PhpOption/None.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/phpoption/phpoption/src/PhpOption/None.php', 1, 0x00000000000000000000000000000000, 0x4f68aa2954ed8460956ea85963c2ae37, 0x7eca0f625fb0df4a22246cd2ea0e0a127e279280943508cf6ad0e17850ff1559, '', 0, '?'),
(0xc1cb4d2be27e9209f3ccb387c8ce9380, 'wp-content/plugins/wordproof-timestamp/vendor/phpoption/phpoption/src/PhpOption/Option.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/phpoption/phpoption/src/PhpOption/Option.php', 1, 0x00000000000000000000000000000000, 0x757f0c481ba42a51ce81520fbe195852, 0x21f36b9115cd3948361a41b605f44fa9054dfccba0e67db3cf50f88e41b45fc9, '', 0, '?'),
(0xf4b90ac2006d88afe6acd2d1432389bf, 'wp-content/plugins/wordproof-timestamp/vendor/phpoption/phpoption/src/PhpOption/Some.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/phpoption/phpoption/src/PhpOption/Some.php', 1, 0x00000000000000000000000000000000, 0xe0a887589be43658669623e5607dd622, 0x9689a3533b36fe773b1bf531848b21f7593e31071a064747c658b3c27c6e1434, '', 0, '?'),
(0x44245295cb694882c8b9c74da9010528, 'wp-content/plugins/wordproof-timestamp/vendor/symfony/polyfill-ctype/Ctype.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/symfony/polyfill-ctype/Ctype.php', 1, 0x00000000000000000000000000000000, 0x583f9bbb8c04802c3349ccaa3dc85482, 0x80f2b88cc7fe873bc0c009884cffefa836e29720164f75c9659ddbde12543d89, '', 0, '?'),
(0xffbb4ab9fb1c5705b905c5d09a8a5709, 'wp-content/plugins/wordproof-timestamp/vendor/symfony/polyfill-ctype/LICENSE', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/symfony/polyfill-ctype/LICENSE', 1, 0x00000000000000000000000000000000, 0xf082cc77e5ce76aa7e7fad8aa1d0cbeb, 0x9fa109443eab10f51c05ecd84d664931ed23741b0d1f8f56a06d2ea17d5af0bb, '', 0, '?'),
(0xe826dff941cf74645a57b29014f63187, 'wp-content/plugins/wordproof-timestamp/vendor/symfony/polyfill-ctype/README.md', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/symfony/polyfill-ctype/README.md', 1, 0x00000000000000000000000000000000, 0x5d377fc96f58b9fb6acc171e2b93162a, 0xe7777af03588b47f826af36590fc5e1d42c240ac61446f012f15a50e358d30d8, '', 0, '?'),
(0x4ffa6da8752022ff17f5adb0552c067c, 'wp-content/plugins/wordproof-timestamp/vendor/symfony/polyfill-ctype/bootstrap.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/symfony/polyfill-ctype/bootstrap.php', 1, 0x00000000000000000000000000000000, 0xbaaf9d88c136b371317a7633ebc2c99a, 0x53d53630981db43484a8ecde33df3a1712461b41b06a66db36be3af77a51dc83, '', 0, '?'),
(0x786e49e0d88a1b42342b262302bc22b8, 'wp-content/plugins/wordproof-timestamp/vendor/symfony/polyfill-ctype/bootstrap80.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/symfony/polyfill-ctype/bootstrap80.php', 1, 0x00000000000000000000000000000000, 0x469855173210121b872cdab399957ebd, 0x719f68b0613ad4da29507fa6631097ebbf9521c9961e6b6a6523b11b0eb97f96, '', 0, '?'),
(0xd684e90067aed830e9b27486f969fe57, 'wp-content/plugins/wordproof-timestamp/vendor/symfony/polyfill-mbstring/LICENSE', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/symfony/polyfill-mbstring/LICENSE', 1, 0x00000000000000000000000000000000, 0xd05e73887eedc78611070af6a52dd160, 0x9e3208fbb841df7072d541e42494160f207bc1b9730fe3eee45f70d23e93cd66, '', 0, '?'),
(0x8804a2c78562f356312229190febfd08, 'wp-content/plugins/wordproof-timestamp/vendor/symfony/polyfill-mbstring/Mbstring.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/symfony/polyfill-mbstring/Mbstring.php', 1, 0x00000000000000000000000000000000, 0x810596feae2649b968f7771f59f5d9fd, 0xc66155c81ccfec4db75997efcd006d12f88a7f9066b7657a2a0d982d92f17d96, '', 0, '?'),
(0xce51ab9554eec96aa3924797e1afefd9, 'wp-content/plugins/wordproof-timestamp/vendor/symfony/polyfill-mbstring/README.md', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/symfony/polyfill-mbstring/README.md', 1, 0x00000000000000000000000000000000, 0x03e947016ec315b3a4668ae1ceef0bf8, 0x4bae2499344b33e89caa4415826552e7eb75be28f2f32e6663b6101c2d714c30, '', 0, '?'),
(0xd59b7412360c28072b1e373c8c9d98f4, 'wp-content/plugins/wordproof-timestamp/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php', 1, 0x00000000000000000000000000000000, 0x57fcc71db7032223c94559a4aed87b4d, 0x95f05b97e5c9e706f3f3d9606d5fe4fb86fc49aaace3761e77297101c9514d8b, '', 0, '?'),
(0x292f59d85a7d323ef041ad61092c0ad6, 'wp-content/plugins/wordproof-timestamp/vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php', 1, 0x00000000000000000000000000000000, 0xa161350864050f78bf9161f7f3c94172, 0xb6c41318ad8c63179283d86acc809069e39ac5eaf5440d46fd27dc8873cee91d, '', 0, '?'),
(0x8f6f7026c4e143b783fafad40474f49b, 'wp-content/plugins/wordproof-timestamp/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php', 1, 0x00000000000000000000000000000000, 0x3c66ab6278311ca4982af4ec018d76db, 0xf772927cf078a2310673e7b310ead1497b293636612f35586a98b39ead84e9b5, '', 0, '?'),
(0x51086ae99ae356f7624c9b12633081b9, 'wp-content/plugins/wordproof-timestamp/vendor/symfony/polyfill-mbstring/bootstrap.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/symfony/polyfill-mbstring/bootstrap.php', 1, 0x00000000000000000000000000000000, 0x6bc2731005a7a73e5e7f898c67e09dcd, 0xc772856069a938568e2ccf8e57ed73444283f7281fe4686c178864a58abdca28, '', 0, '?'),
(0xce2cda8a163fe643e801288e53b2483e, 'wp-content/plugins/wordproof-timestamp/vendor/symfony/polyfill-mbstring/bootstrap80.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/symfony/polyfill-mbstring/bootstrap80.php', 1, 0x00000000000000000000000000000000, 0x76366052d3df02fcc91e6fd10e6fa014, 0x6d89fe72b5edac9e7b9575e3e17cdaf308eb1ab8781b7ae7dbc8dae26005d1ce, '', 0, '?'),
(0xf250041e0eda4af3d361a271ac480629, 'wp-content/plugins/wordproof-timestamp/vendor/symfony/polyfill-php80/LICENSE', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/symfony/polyfill-php80/LICENSE', 1, 0x00000000000000000000000000000000, 0x10207f03ae353f1a4b2d4474418eeada, 0xa3c1ee2b2aa924220cd19e8d35981566f00dcd0558d16ceab1ac8149f028ee6e, '', 0, '?'),
(0x65da4d198541f93f8cc67540e306e2c5, 'wp-content/plugins/wordproof-timestamp/vendor/symfony/polyfill-php80/Php80.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/symfony/polyfill-php80/Php80.php', 1, 0x00000000000000000000000000000000, 0x6b51b6cc135a3e2aaf8becd8ca7467c5, 0x25c35f683b49d30e0dbb541fe3f1ade66eb3853c98d657643430f8480945b918, '', 0, '?'),
(0xdf17837265a040313b6f9d7553e54843, 'wp-content/plugins/wordproof-timestamp/vendor/symfony/polyfill-php80/PhpToken.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/symfony/polyfill-php80/PhpToken.php', 1, 0x00000000000000000000000000000000, 0x71bc7b9d6c919df9354fb0011c4be745, 0x18bf32019741bb9fc389a2643cfd2ddd8baa33f481c6e1349618bf35aecaa655, '', 0, '?'),
(0xceb147d6355c86bbf1adbea80e04cfee, 'wp-content/plugins/wordproof-timestamp/vendor/symfony/polyfill-php80/README.md', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/symfony/polyfill-php80/README.md', 1, 0x00000000000000000000000000000000, 0x5f7c42015fad27c7789bc98bfc11430b, 0x0d17a8d2bfcb002a0a1df62b1359a1c806a967cd2b6e0bed05515cc29755479b, '', 0, '?'),
(0x3e19c14c5ce7f799bf58628e39912a66, 'wp-content/plugins/wordproof-timestamp/vendor/symfony/polyfill-php80/Resources/stubs/Attribute.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/symfony/polyfill-php80/Resources/stubs/Attribute.php', 1, 0x00000000000000000000000000000000, 0x58affafef30c1e66b40cc59ebe413348, 0x6ae6d4e7de688e504ce66401a09f05c760752bfb63fe12409619a8a541b84f44, '', 0, '?'),
(0xe821cef1ee75c58ea94d926364125f56, 'wp-content/plugins/wordproof-timestamp/vendor/symfony/polyfill-php80/Resources/stubs/PhpToken.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/symfony/polyfill-php80/Resources/stubs/PhpToken.php', 1, 0x00000000000000000000000000000000, 0x326ced7a0d48908f243f06c91cbed74e, 0xd9ac2d5e70a38d753880ee29bd2cc8c57262f1f9ba1683e9af75b02ec4c32c87, '', 0, '?'),
(0xf3383b2f9cf67fae2fb3cd7365adb8f1, 'wp-content/plugins/wordproof-timestamp/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php', 1, 0x00000000000000000000000000000000, 0x1ba603c5fb7e7a51fb47ef4ba9d916ab, 0x1b55807e789c15642dc12f7dd23eca044e8071cd0bd1b79cc739ab0bff919f50, '', 0, '?'),
(0x2c7941cb6b49a542547570705529ba3d, 'wp-content/plugins/wordproof-timestamp/vendor/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php', 1, 0x00000000000000000000000000000000, 0xaed692b03db08c77e9e75efc36e46f04, 0xa4362f2e94a6f3a6823bbf5ee813d5dbfad90516799907897667a425beada502, '', 0, '?'),
(0xb9e739d71b0b150b77181f2591800fff, 'wp-content/plugins/wordproof-timestamp/vendor/symfony/polyfill-php80/Resources/stubs/ValueError.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/symfony/polyfill-php80/Resources/stubs/ValueError.php', 1, 0x00000000000000000000000000000000, 0xc7dc8938b37076b11b63c272c6244207, 0x74fc05291d576e25f9cf673343ce84823b6444b92832a8c5acd7ef5e61d268ef, '', 0, '?'),
(0x7070fe64c3608332e25405ea331fb084, 'wp-content/plugins/wordproof-timestamp/vendor/symfony/polyfill-php80/bootstrap.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/symfony/polyfill-php80/bootstrap.php', 1, 0x00000000000000000000000000000000, 0x2e320ba22d48af4b32eb1c2a71f701af, 0x2a4a678f19ad65443e3baec82a9baeb95f5db11a69525a5c4b58059539c2cb81, '', 0, '?'),
(0xf9e120a58f2d831848306635860c6e09, 'wp-content/plugins/wordproof-timestamp/vendor/typisttech/imposter/LICENSE', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/typisttech/imposter/LICENSE', 1, 0x00000000000000000000000000000000, 0xc19f6ba7df89abffff88361ad201c751, 0x57e5aaaddf05ce81c24e0b7d68232df133dd5abeffee8a7100f39155c4a48eb6, '', 0, '?'),
(0x80da702a233206625bd88f4ae44a5177, 'wp-content/plugins/wordproof-timestamp/vendor/typisttech/imposter/README.md', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/typisttech/imposter/README.md', 1, 0x00000000000000000000000000000000, 0xc51528ea68fb943f2fa4017861a5f9ae, 0x10433a3d5fd66737e535bbda8fa3959a02de5fa9ee02e90b94a90ce094233c4c, '', 0, '?'),
(0xedb0e6703fb63d7d243407193f5e050c, 'wp-content/plugins/wordproof-timestamp/vendor/typisttech/imposter/src/ArrayUtil.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/typisttech/imposter/src/ArrayUtil.php', 1, 0x00000000000000000000000000000000, 0x372fc95f913b8d0fc96832f2c0646075, 0xca22875f7a6897e0b12fe80cf0c5a65b81cba1f11f94a7202d041ded5906a546, '', 0, '?'),
(0xc757463f4c403375457b00cbafd69886, 'wp-content/plugins/wordproof-timestamp/vendor/typisttech/imposter/src/Config.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/typisttech/imposter/src/Config.php', 1, 0x00000000000000000000000000000000, 0x82405d25cc88f9ecea106ee7a3032d5c, 0x53fa565e96d9bed27509a5a915a8b3324d3ceff57359a66d6e095c780498866d, '', 0, '?'),
(0x2cacc6c0e3df444f8714cc674938b12d, 'wp-content/plugins/wordproof-timestamp/vendor/typisttech/imposter/src/ConfigCollection.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/typisttech/imposter/src/ConfigCollection.php', 1, 0x00000000000000000000000000000000, 0xa683d330f73d7e1345e16c9acac18a58, 0x9e8687bf2bdba3c0579a97e171da63922a07a3b9c267472690615207cf952dbf, '', 0, '?'),
(0x5258ab4a202e8cb59ce9520ec5aa7410, 'wp-content/plugins/wordproof-timestamp/vendor/typisttech/imposter/src/ConfigCollectionFactory.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/typisttech/imposter/src/ConfigCollectionFactory.php', 1, 0x00000000000000000000000000000000, 0x5ea4f3b838a1dd55fc6af8a37f8384c0, 0xd2ec672c82cb1314a3e2207deb3c86eff0ab6b7e9b0bdcf9c49b53a07b19b479, '', 0, '?'),
(0x0defacd65c6bc644c5d5679a773f6328, 'wp-content/plugins/wordproof-timestamp/vendor/typisttech/imposter/src/ConfigCollectionInterface.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/typisttech/imposter/src/ConfigCollectionInterface.php', 1, 0x00000000000000000000000000000000, 0x0365f644ac2fa825b90c6512f9e2ef14, 0x5d9cb4b1bc352743d40a25d4bbe691329bc12dd700864e7b5c42e15de9b080c9, '', 0, '?'),
(0x9e8b2249bd74cf1aebaa4448deba12f1, 'wp-content/plugins/wordproof-timestamp/vendor/typisttech/imposter/src/ConfigFactory.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/typisttech/imposter/src/ConfigFactory.php', 1, 0x00000000000000000000000000000000, 0x4e05dbf3bb4e677e95afdfadc6bbf1a3, 0x4fad9db8dc65187f31c7fec5960c50437652c6788292b5b71a2bfa2dc854a912, '', 0, '?'),
(0xdb1a0b991b81179d631a2e4dc40c134d, 'wp-content/plugins/wordproof-timestamp/vendor/typisttech/imposter/src/ConfigInterface.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/typisttech/imposter/src/ConfigInterface.php', 1, 0x00000000000000000000000000000000, 0x0e5298a3156af0e925ad530fdfcc6f85, 0x15ff16e677c76a72669b13176d423e7b5b59952b7e73a3650d92063612340dc2, '', 0, '?'),
(0x1e81fe5ee4806b1783e941d01b21ece2, 'wp-content/plugins/wordproof-timestamp/vendor/typisttech/imposter/src/Filesystem.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/typisttech/imposter/src/Filesystem.php', 1, 0x00000000000000000000000000000000, 0xc31a921335460617acd0eea89a37c1da, 0x570b3e3712a8382034531ce09a8eabf9c29d64eaacefd2f5521b9de8655b0f1c, '', 0, '?'),
(0x1594022c3ae4b380778fd44320a035ad, 'wp-content/plugins/wordproof-timestamp/vendor/typisttech/imposter/src/FilesystemInterface.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/typisttech/imposter/src/FilesystemInterface.php', 1, 0x00000000000000000000000000000000, 0x76b0f722b4ea52ab181e71ba54059f35, 0x342b0053d97e7fc07ad558e9004522224fc0c556ed8711201277ceee4250eda2, '', 0, '?'),
(0x3c9b8f261da759d15d66d83d12aaf440, 'wp-content/plugins/wordproof-timestamp/vendor/typisttech/imposter/src/Imposter.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/typisttech/imposter/src/Imposter.php', 1, 0x00000000000000000000000000000000, 0x81743bb6ebd59df76e33e2a9ed7125eb, 0x2f83ff8df0f03fb735a6d9540b80106da20a04ca7e055796a65b2a482b1615a8, '', 0, '?'),
(0x4e430439bb5c5535a6c31b266fd797ca, 'wp-content/plugins/wordproof-timestamp/vendor/typisttech/imposter/src/ImposterFactory.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/typisttech/imposter/src/ImposterFactory.php', 1, 0x00000000000000000000000000000000, 0xa7cce6fbd14e8001189afb901e5bef82, 0x0de623272b6fec1582060900686c14fe5acc1d548862b2d3316e9153ab16bad0, '', 0, '?'),
(0x65457fa9bb8f4f2115ac6b69f36a275b, 'wp-content/plugins/wordproof-timestamp/vendor/typisttech/imposter/src/ImposterInterface.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/typisttech/imposter/src/ImposterInterface.php', 1, 0x00000000000000000000000000000000, 0xd217d9cdcf795b581fc922ba9e07df34, 0x73cee44fdc841f5d46bb90a4a76b808ddb9f61af81e14ecfc245dd66413d862b, '', 0, '?'),
(0x867dad59765114b2207d96a3388b59cb, 'wp-content/plugins/wordproof-timestamp/vendor/typisttech/imposter/src/ProjectConfig.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/typisttech/imposter/src/ProjectConfig.php', 1, 0x00000000000000000000000000000000, 0xf639c1545e57de95d28ea0423c964ea8, 0xd7fda8a4fb817457e9d00d945812947c189215e08479f8ee98c4937d2905fefc, '', 0, '?'),
(0x37ffac6c65f12e05d8498ac06a8614e8, 'wp-content/plugins/wordproof-timestamp/vendor/typisttech/imposter/src/ProjectConfigInterface.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/typisttech/imposter/src/ProjectConfigInterface.php', 1, 0x00000000000000000000000000000000, 0xc4150c85e2e087a1e661e04f6bebc172, 0xddea18b882766ebd32c4099a6b51bb9218f62730d672f6f336fa8cfa04b0fb7a, '', 0, '?'),
(0xdcb2ae6b31068a3b242c969e3ef459f0, 'wp-content/plugins/wordproof-timestamp/vendor/typisttech/imposter/src/StringUtil.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/typisttech/imposter/src/StringUtil.php', 1, 0x00000000000000000000000000000000, 0xdfe2623c46f9cfa0a51c9706f7c317c9, 0x83981cd3f27aac535c9099ae8863d9d10028e7e13d0521a866dcff13409c8e02, '', 0, '?'),
(0x31fae12a584c93e2b107c9c71d61c7e2, 'wp-content/plugins/wordproof-timestamp/vendor/typisttech/imposter/src/Transformer.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/typisttech/imposter/src/Transformer.php', 1, 0x00000000000000000000000000000000, 0x498d6f302407293cbb635f3b2844595f, 0xaa662dbc8873f0f0f89a133b78ec5c200ee449699d7b54108edee9ca78d533aa, '', 0, '?'),
(0x216448eb1a10c2d9898d622a9c9ef034, 'wp-content/plugins/wordproof-timestamp/vendor/typisttech/imposter/src/TransformerInterface.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/typisttech/imposter/src/TransformerInterface.php', 1, 0x00000000000000000000000000000000, 0x3df77702e7ee2f6b4933814062cadef1, 0xc6c8797adba52a4e6e2642236db37667a3362e503fa1e7627c785fb90ad1e57a, '', 0, '?'),
(0xa12f153546f95ec2e20b368d6205e381, 'wp-content/plugins/wordproof-timestamp/vendor/typisttech/imposter-plugin/LICENSE', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/typisttech/imposter-plugin/LICENSE', 1, 0x00000000000000000000000000000000, 0xc19f6ba7df89abffff88361ad201c751, 0x57e5aaaddf05ce81c24e0b7d68232df133dd5abeffee8a7100f39155c4a48eb6, '', 0, '?'),
(0x60aa0658cc133214900c7c1cf31d3376, 'wp-content/plugins/wordproof-timestamp/vendor/typisttech/imposter-plugin/README.md', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/typisttech/imposter-plugin/README.md', 1, 0x00000000000000000000000000000000, 0x171483e17730fdcc83062b0e401492bf, 0x590edf1be9ed0a4f16d3d99a62a88e8c3ac3a71e43e837c0bbe714af37e582fb, '', 0, '?'),
(0x443613f68acec9e9199f88582094319a, 'wp-content/plugins/wordproof-timestamp/vendor/typisttech/imposter-plugin/src/AutoloadMerger.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/typisttech/imposter-plugin/src/AutoloadMerger.php', 1, 0x00000000000000000000000000000000, 0x1b97ff9a4cb108d7e4916f60fe98b597, 0x35a53da66ed7ae755082e8cf9d33b4e61aa739ebe5f51a1a186bcf7743fe44bf, '', 0, '?'),
(0x556777fd90c1936ed196c507a8962235, 'wp-content/plugins/wordproof-timestamp/vendor/typisttech/imposter-plugin/src/ImposterPlugin.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/typisttech/imposter-plugin/src/ImposterPlugin.php', 1, 0x00000000000000000000000000000000, 0x910a9048e7016359d34bc4644dce91b4, 0xc57f98b1dfe99edb36a90916134ce875d37e0edfb8fa4a1088ecb13750eb5807, '', 0, '?'),
(0xbaceb42d856ced5d622a81ebc60f55dc, 'wp-content/plugins/wordproof-timestamp/vendor/typisttech/imposter-plugin/src/Transformer.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/typisttech/imposter-plugin/src/Transformer.php', 1, 0x00000000000000000000000000000000, 0x726e0032096f27d25406a60a952a00c5, 0x81fe06358696c15c22b1605e219800837fd799b18a7c9d2c0223459ee8b2caaa, '', 0, '?'),
(0x37247de1c4d33d3819bc9919a2d7113c, 'wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/LICENSE', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/LICENSE', 1, 0x00000000000000000000000000000000, 0x53b0afca39ccf099da1c1bd1032ec04a, 0x83bfefd2158b70efc7b905f83cf7a1e5c05d6ca9f9031b5a8039ae4def1442ef, '', 0, '?'),
(0x0467a014f85b82faa9c7e57765ce70f2, 'wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Dotenv.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Dotenv.php', 1, 0x00000000000000000000000000000000, 0x3a32ca97fe136bf6017ed6fd2cf3b745, 0x3d154738e947dc9323c551e8cbe6468a80ccc84b814f6fc710ee1f5f7e3e84af, '', 0, '?'),
(0xd3e06618bd7bca10483f552db0b0815b, 'wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Exception/ExceptionInterface.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Exception/ExceptionInterface.php', 1, 0x00000000000000000000000000000000, 0x07dee029246fd052aa7558ddf113a575, 0xbb7af780f95e6567296cc95e789ae4022fcf3109f016111c76c6697e58c80b6d, '', 0, '?'),
(0x02c9718462962fb9a490cfde68abf3b8, 'wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Exception/InvalidEncodingException.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Exception/InvalidEncodingException.php', 1, 0x00000000000000000000000000000000, 0x9a062662e5b1bc7859a0370e88e6a39b, 0x37f0b0078617b40bee261381960d87f7be5ceea7a080402592226386fe30f045, '', 0, '?'),
(0xb1dfc8e61b65728c1870426a3074d960, 'wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Exception/InvalidFileException.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Exception/InvalidFileException.php', 1, 0x00000000000000000000000000000000, 0x6eefdde7b8221aba0ba9fd900e0e3019, 0x156cc7719c1264754f3aa5afbe9a0d0261df9420894f95d8311a1e71ad730e86, '', 0, '?'),
(0x5b9c4f0f9195c0c7b559f91833ea1f61, 'wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Exception/InvalidPathException.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Exception/InvalidPathException.php', 1, 0x00000000000000000000000000000000, 0xb3c696c199c9e07e055e4b9fd452fe59, 0xa28acefdda08b7ca071bce36b2f962c887806715a6d2651d184bdb7e99a3e53a, '', 0, '?'),
(0xf87770fc27286e4d2b271418782584ee, 'wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Exception/ValidationException.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Exception/ValidationException.php', 1, 0x00000000000000000000000000000000, 0x6e6632e83b40e5e6d02906b41f648b88, 0x404b76c0012c4a549c59c9d91253caa5d16fcda435335641903721fed88244b4, '', 0, '?'),
(0xbfc1ce8d2ffc9b2bacee6eb20970bb65, 'wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Loader/Loader.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Loader/Loader.php', 1, 0x00000000000000000000000000000000, 0x6b341aa86c0901c79742192b466eab58, 0x02013ae0179f3eaa340958a6c8d5ee6deb9d6f90d28c1e90a51a61bb6674ed0c, '', 0, '?'),
(0x73aaa5cf8319d26f479effafdbd4c31f, 'wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Loader/LoaderInterface.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Loader/LoaderInterface.php', 1, 0x00000000000000000000000000000000, 0xe144e83b585171ff7029cc665cc7b847, 0x43e7870095288886b42e6c3abb5984023925871ce0181c0600a53793e534628a, '', 0, '?'),
(0x7d2eaef176fbada6d75f931f1d8db2f0, 'wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Loader/Resolver.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Loader/Resolver.php', 1, 0x00000000000000000000000000000000, 0xe825b30cd9f384069502dfad7d787958, 0xa28bc6d4ede7bab9cf855a670e405c5d6481aa9af68ab03b2f75940b65e5fb6e, '', 0, '?'),
(0xbf7b4f9a39ec14ede4ea187bda6449ef, 'wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Parser/Entry.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Parser/Entry.php', 1, 0x00000000000000000000000000000000, 0x45cff0aa8d9f925bf929be538ba26eef, 0x6dc70dea41cb558fee8e075dc2e2563e2e47e7a79947f207b4c7731d71671e6f, '', 0, '?'),
(0x8133f0cd0d8225c2c997cbd524e714e6, 'wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Parser/EntryParser.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Parser/EntryParser.php', 1, 0x00000000000000000000000000000000, 0x0d4c1acad560f253f6b75a349845702a, 0x18e59a8ef881394412cbb56bfdc9e1f5898001f24a531d2c8cc516775dc372cd, '', 0, '?'),
(0x769f9989f1394a322a4602ed9bd5475e, 'wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Parser/Lexer.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Parser/Lexer.php', 1, 0x00000000000000000000000000000000, 0xfeb128713919d85f7b81e97352056baf, 0x2a456581d8425afd39c64030e095382ea22c4056869aa6474cbb9cbdb3b422ee, '', 0, '?'),
(0xa2cab09c6e4d5fdf2e9512d1baa2bc91, 'wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Parser/Lines.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Parser/Lines.php', 1, 0x00000000000000000000000000000000, 0x127fe98d40d8099aa266ae5d8b044902, 0xcb28de1cad030fadc12f7a36404f695c8f0db0b0cb1c3515d2d0bf262ee101a8, '', 0, '?'),
(0xd05f6342f8753858cefb0d6fd621c455, 'wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Parser/Parser.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Parser/Parser.php', 1, 0x00000000000000000000000000000000, 0xe7ca845bb5ef6436508070e1030e76b9, 0xebdee0f41ea875f9230c3d9b3e2cddc98c74099c2ff07426c49f412b1c83313b, '', 0, '?'),
(0xd63d9943d33643bd71fb1e21ef14243d, 'wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Parser/ParserInterface.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Parser/ParserInterface.php', 1, 0x00000000000000000000000000000000, 0x2a5a0c0b00b5338a3f989979c2c4e39d, 0xae28a9bfc681639306ad1d2e7d6aa1f3a22ee1a5dba5c56997fd43209f93974a, '', 0, '?'),
(0xee4563c48fa7544cc355f66f2ac27147, 'wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Parser/Value.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Parser/Value.php', 1, 0x00000000000000000000000000000000, 0x9e3a4edc77f34fe66bf8e8be0f6af8b4, 0x1aced4d505328573cf88bddc1f785be0e42f70123eb9f5d8adc8f630e6b74012, '', 0, '?'),
(0x5fd2672030b196a041763712e2f39bd1, 'wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Repository/Adapter/AdapterInterface.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Repository/Adapter/AdapterInterface.php', 1, 0x00000000000000000000000000000000, 0x36165f2cb89227ae92fc5d8edd526acf, 0x8375b28a6da19ecbb293abc0ed2c3dc681e0cad714c4e18c3f97799b90ce3321, '', 0, '?'),
(0x26b8d58baebe6ebe84ab76e3fdd13b90, 'wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Repository/Adapter/ApacheAdapter.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Repository/Adapter/ApacheAdapter.php', 1, 0x00000000000000000000000000000000, 0xdde72bd692d39a425058dd43407744f4, 0x150b78ca694ae16b5241e1b203ad9452ec5c8f4682400539a409432e111207c7, '', 0, '?'),
(0x0221e15195f39c1511ff8d779d91f2aa, 'wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Repository/Adapter/ArrayAdapter.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Repository/Adapter/ArrayAdapter.php', 1, 0x00000000000000000000000000000000, 0x8a1720ab6713680289aec6bbad85c21c, 0x0bbe0e746f35e5e6d1b6dc6c523d9a592b1c1216282d5682088fe154e13e6bf9, '', 0, '?'),
(0xc6ef6138936ddfe8cd2f04713344edbc, 'wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Repository/Adapter/EnvConstAdapter.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Repository/Adapter/EnvConstAdapter.php', 1, 0x00000000000000000000000000000000, 0x5efb10428c86bb5d020bed4d023efbda, 0x7d52e567b3461685385a253d4fd001b519d6cef1e07f74fc8b28b1bc6f78e6ab, '', 0, '?'),
(0x5c774b3544ef8b5e229e52768c06f5d6, 'wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Repository/Adapter/GuardedWriter.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Repository/Adapter/GuardedWriter.php', 1, 0x00000000000000000000000000000000, 0xdac6ebd939d1a484ac23197a0ff2ef43, 0x8aa6f7cbbe21a2c7051a17c0245c4e15b8874e74184b1fadfbd0f79970a00d52, '', 0, '?'),
(0xa01cd47fd1a942aa1fa7eb9a0a61e90c, 'wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Repository/Adapter/ImmutableWriter.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Repository/Adapter/ImmutableWriter.php', 1, 0x00000000000000000000000000000000, 0x7300e728249f29a09f39c4e18342ac9f, 0x39680e15c95969191a5d3cf4d65303318994f6b97bc00690159e265dd6b5ca86, '', 0, '?'),
(0xc9a5d3cfa1617f7e2e22547302959d68, 'wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Repository/Adapter/MultiReader.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Repository/Adapter/MultiReader.php', 1, 0x00000000000000000000000000000000, 0xbd7df791b1e2830dbc507017622a943f, 0xd388b6827ac49368e18d1bef8eaa6fe4e4e5a68371a442dbc240fabab8c78462, '', 0, '?'),
(0xa1161207c9541f084e14692591baf812, 'wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Repository/Adapter/MultiWriter.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Repository/Adapter/MultiWriter.php', 1, 0x00000000000000000000000000000000, 0x721120af742739eea28c16213f738899, 0x8dbe526d47c4863d367cf6ebfffebdde926565a77fdaaff455b1ee4109f956f3, '', 0, '?'),
(0x2bd32e61aebe6637406b29f1b5e3d277, 'wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Repository/Adapter/PutenvAdapter.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Repository/Adapter/PutenvAdapter.php', 1, 0x00000000000000000000000000000000, 0xf1fae31855a50626ecb66d045e907ed5, 0x3bfdc26c34d92104486ea1d8245564d03b97ceae2327050727b5e61fe81da1aa, '', 0, '?'),
(0xeee4fe8f73ab98cd384282dff7b091bc, 'wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Repository/Adapter/ReaderInterface.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Repository/Adapter/ReaderInterface.php', 1, 0x00000000000000000000000000000000, 0x7010ced1c7806bc66a3c6ce89d7b7e4f, 0xa21c82c4bb8c3f10e73415257ddf59bcb79b5cda2eef44d4cee80733d38c4068, '', 0, '?'),
(0x81aff53f89dbe2753de85b1e395ea8ab, 'wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Repository/Adapter/ReplacingWriter.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Repository/Adapter/ReplacingWriter.php', 1, 0x00000000000000000000000000000000, 0xdc07d6b827659863e0ceb3aaa7db6e6c, 0x96a3152d6e863f5fe497408de45189c941ad8009c027e46ca3dc08f94babaeb9, '', 0, '?'),
(0x754598a244e17274ce0d37d9c2d64959, 'wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Repository/Adapter/ServerConstAdapter.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Repository/Adapter/ServerConstAdapter.php', 1, 0x00000000000000000000000000000000, 0xe6ab6d8541019d6435cff8a5f39f1e1c, 0x6ef5fbdaeb161263400acb7605809df6748da4888a2f849e49602bc78866bd4e, '', 0, '?'),
(0x8f1de17eb51eca1e956c215fa58f7da8, 'wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Repository/Adapter/WriterInterface.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Repository/Adapter/WriterInterface.php', 1, 0x00000000000000000000000000000000, 0x96312ecd2ad5c3f9a62949a496eda1b0, 0x669a45164fd214748ca28a7f1ebbac41c66bb18502b673315c6e9251931d83cf, '', 0, '?'),
(0xc61ee0992e32fe5ccb13689b455e204f, 'wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Repository/AdapterRepository.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Repository/AdapterRepository.php', 1, 0x00000000000000000000000000000000, 0x558b93e6d93ff034cb997d69a41adb62, 0x9f5e8cc210b67df42d13140513707cb16d4496b6c6c27779df0f35e0e244516d, '', 0, '?'),
(0x4f340382fa1b8e8071400677cac7f055, 'wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Repository/RepositoryBuilder.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Repository/RepositoryBuilder.php', 1, 0x00000000000000000000000000000000, 0xc7828f0936c2ec8de929fc79970b4e23, 0x0b0067da116078068bc2b7a239065f29d96d4062e56490ea05617c12d8a12228, '', 0, '?'),
(0x3db53902a55deb9db99622c19e93f0cd, 'wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Repository/RepositoryInterface.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Repository/RepositoryInterface.php', 1, 0x00000000000000000000000000000000, 0xea2b9e7e79a956f16b00c57b5835e16d, 0x961fe5c690f3614d2c269efbeca2c1fd2756919c295584aef6a44edbfab797d8, '', 0, '?'),
(0x85bd4702b27f155bf841fc4ff3e78d93, 'wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Store/File/Paths.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Store/File/Paths.php', 1, 0x00000000000000000000000000000000, 0xd993675fa5849a3607f32adeea88ed2a, 0x49aa4e22a8276f143754cf58c6d4251e9444d5debda58cda54fa729c49e25305, '', 0, '?'),
(0x9703c86785c9d2bc66ee108bfc93e5d4, 'wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Store/File/Reader.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Store/File/Reader.php', 1, 0x00000000000000000000000000000000, 0x47f9369671d8ebce941167e3ead84b8e, 0x1b23d40ef39d966e07fefeb2596546a6537a7f171421d8763e6a290e43e12475, '', 0, '?'),
(0xc8847eb4b2d0be49e1754519b633801c, 'wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Store/FileStore.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Store/FileStore.php', 1, 0x00000000000000000000000000000000, 0xa88a3e8d351ea86ba53c7005cf39305e, 0x01d7bf1d144eda762b7c8bd577c25a61d2a562bda1630fc5d15ff6f6a547dc16, '', 0, '?'),
(0x2272730793ef1fdf3d1dad214f91b9ae, 'wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Store/StoreBuilder.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Store/StoreBuilder.php', 1, 0x00000000000000000000000000000000, 0x531cba7085aa38dee521b67378c55ed0, 0xa33e325340af803b633b3031c1e67e0419846ada33290abb5d7032a275f785de, '', 0, '?'),
(0x1fc938ece982dfe57fccb5379f0c589a, 'wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Store/StoreInterface.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Store/StoreInterface.php', 1, 0x00000000000000000000000000000000, 0x375d1a0a9b1fad26d2a34db7f76f0029, 0x8924a3b49643de2f8a7f86644376870be898f3d95e4f40f20d92a9db01d8583d, '', 0, '?'),
(0x06ce1bf29105a14ca34b7de48e617a8b, 'wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Store/StringStore.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Store/StringStore.php', 1, 0x00000000000000000000000000000000, 0xe055b00b6a5737929c45f7cad0b8f3f0, 0x69af7cea9deb7f61d53d81df330789e8bc4ac1626d7e3b99cdd1a161d391f7e6, '', 0, '?'),
(0xb062905c4728c441d842a30a4f88ae2e, 'wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Util/Regex.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Util/Regex.php', 1, 0x00000000000000000000000000000000, 0xdaa73dc58bb45ac06c9639ae6a5a2239, 0x31aea1a42ab4ee128eaa0f2e63d92b46bc0de210d004a0c385c09d9e21d03631, '', 0, '?'),
(0x2dbb9bcba9d5b770dd7e443850070701, 'wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Util/Str.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Util/Str.php', 1, 0x00000000000000000000000000000000, 0x23a4f9ed08648e358b68436e4904fa05, 0x8b184fb36ec4c5122ca116d007e1217a430922d902d1559ec535a84bf1275e2f, '', 0, '?'),
(0xa1b0ef0a64e6f697c411e3b39b4bde44, 'wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Validator.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Validator.php', 1, 0x00000000000000000000000000000000, 0xdd2326a95b55353d2db45c18ca2e5a02, 0x1cbaf2b9aaba82d7b61a5670ea830bc37b2ab8355624278bd2f1e0f272fb3fe9, '', 0, '?'),
(0x00786037ac243456ad166195ef63e6e0, 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/README.md', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/README.md', 1, 0x00000000000000000000000000000000, 0xd2fa571c2057e548ea55f61360c93a3c, 0x3843f6e4b64283c22627b0d249ef18a3b4182671e6b7ac87ca3a1c7ba4f3c603, '', 0, '?'),
(0x825b6553890c9853c89ac2c89745a846, 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/action-scheduler.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/action-scheduler.php', 1, 0x00000000000000000000000000000000, 0xbdee08c6d7f7499a9bdf55ec9d5cdd1a, 0x4c74d9ec7316a803fed228e1c29e1dea923dadbc24cb2eb154aec21535cd1637, '', 0, '?'),
(0xd4dfa3cf9a00ffaa2bdf37c8bfa1a268, 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/changelog.txt', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/changelog.txt', 1, 0x00000000000000000000000000000000, 0x09db6a58269c18bc8b577b48e406c07d, 0x0796edcbd9c5c32bbbad85b1f2dee316e76a0ac3139d4fc81a955bfced546518, '', 0, '?'),
(0x604d54d7b7c90c05455273ef0fb76249, 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/ActionScheduler_ActionClaim.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/ActionScheduler_ActionClaim.php', 1, 0x00000000000000000000000000000000, 0xb702653c6994fe80595e93e430aa5926, 0x5f768826e2d65a8e597744da80edd6675d95e95ec439db9499750166faa81e64, '', 0, '?'),
(0x6dd071ac23740e252ee6e8b7d27b7dd4, 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/ActionScheduler_ActionFactory.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/ActionScheduler_ActionFactory.php', 1, 0x00000000000000000000000000000000, 0xe35170c826a2a28f06aac042a912d0a2, 0x194dc596f4371dbef138476619d795ef046644c939b18a2914ea7febb6bd66ed, '', 0, '?'),
(0xeeaa4b1ead41747a6c833d70b3e0fbe1, 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/ActionScheduler_AdminView.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/ActionScheduler_AdminView.php', 1, 0x00000000000000000000000000000000, 0xd80dd30f5024ecf5de3b9b84b2fe8203, 0xd58d0efc8b9ec43339a9ae7532d5bdf1ab0e840388f288e1fadcef863c2317fb, '', 0, '?'),
(0xcb4ac4a8f8aefea3e4e8db6c6e35a8e0, 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/ActionScheduler_AsyncRequest_QueueRunner.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/ActionScheduler_AsyncRequest_QueueRunner.php', 1, 0x00000000000000000000000000000000, 0xd1a6785127585820a4f6e899857e6590, 0xf3db592a9b3cf97b9e7eb465d685a7e45d7cbd62f3e5352a7a0528d335607e0c, '', 0, '?'),
(0xedaa3891f6af715fb478130a101b8c30, 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/ActionScheduler_Compatibility.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/ActionScheduler_Compatibility.php', 1, 0x00000000000000000000000000000000, 0x51c2e40668fc55ed099d864685076c8b, 0x282f29a0e3d6007c331195a99400ea62f40775e798789574e0777153b5d1dbbe, '', 0, '?'),
(0xf47ea98612cb8e05176781bc6b9dbadd, 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/ActionScheduler_DataController.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/ActionScheduler_DataController.php', 1, 0x00000000000000000000000000000000, 0xb56e65aa6e0fb8ebdb5c160e88519fba, 0xeb6f895cf9150625e8af101e862b970d8108bbc5ce14f7764bd8b0025f851b67, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x176f07b9b855e2d43ad0095a3bf13f73, 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/ActionScheduler_DateTime.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/ActionScheduler_DateTime.php', 1, 0x00000000000000000000000000000000, 0x1d5ed246c71fe5dc2ae6d1c963ad969c, 0xc6cbc05d22da442e8ad7f30b01da7c65a241f904b93e4d897c24e803a50a54ad, '', 0, '?'),
(0xab21a7b300f9ab13b41acba86b9f8fbe, 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/ActionScheduler_Exception.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/ActionScheduler_Exception.php', 1, 0x00000000000000000000000000000000, 0x6b970dc792041cdfa462358bbc2ed6f0, 0xcd7f2b7936ac303c1ccab23444ae146028b26920dc0e084a05e455277b12bcec, '', 0, '?'),
(0x9c5e5f74f41962c787ad8bfa6511aeaf, 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/ActionScheduler_FatalErrorMonitor.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/ActionScheduler_FatalErrorMonitor.php', 1, 0x00000000000000000000000000000000, 0x3d9ef7f72cff2323e1b22edf216ffece, 0xba8ca141ba2c3d8292f12560099d79211f18b276e81e90f835d403788db7de37, '', 0, '?'),
(0xd3bfe7f79a8c3795d5fabec801206e5a, 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/ActionScheduler_InvalidActionException.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/ActionScheduler_InvalidActionException.php', 1, 0x00000000000000000000000000000000, 0xbcb1fb32421ce81ebc5f5117751a9fe4, 0x4bce637156a55a60c96cd6a2be17fab1b0af1715fa7019c4aace6d5773fbdc4c, '', 0, '?'),
(0xa1fe5d076f74b5db1cd09e9cac47f917, 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/ActionScheduler_ListTable.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/ActionScheduler_ListTable.php', 1, 0x00000000000000000000000000000000, 0x51fda90c17124bb8cc674cd9879acab6, 0x250f14bef639cfdfba2b14bd8a0f4e6e2607a2d3a2c2fb938855703b4d8b135d, '', 0, '?'),
(0xd416462a8a4cd260172e01c404f815e5, 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/ActionScheduler_LogEntry.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/ActionScheduler_LogEntry.php', 1, 0x00000000000000000000000000000000, 0x7c120f401b6deaccde7c58399b7039d5, 0x9c1b236a9fd015eec19e2f169df7fc374f59300c4b9a2b1662aaf119f2082ba2, '', 0, '?'),
(0x5070ce307a34b03c35358ff9b35cb876, 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/ActionScheduler_NullLogEntry.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/ActionScheduler_NullLogEntry.php', 1, 0x00000000000000000000000000000000, 0x3462f8814256ae4e950f2d602496a11d, 0x63294eacfe866b848511590d246f92423521262a04d6810414641fd20934ef13, '', 0, '?'),
(0xbbadbf55ff22037b5aa8a94bc6caaad1, 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/ActionScheduler_OptionLock.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/ActionScheduler_OptionLock.php', 1, 0x00000000000000000000000000000000, 0x69cbb09d678475dc7a9e53ba9a0a290d, 0x2631529b8770a94fa31217d5b94b98750ed80c2e69874e2fe635b630ff81260c, '', 0, '?'),
(0x87bf0c1d56260881f7e63e5451bc1603, 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/ActionScheduler_QueueCleaner.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/ActionScheduler_QueueCleaner.php', 1, 0x00000000000000000000000000000000, 0x6b84f38c8a74cc231d54087523454eea, 0xe799f96d0b8cebc48c94fbe3d45de39e1160dbedeeaf2c26f4149a9493aa4022, '', 0, '?'),
(0x0843c1e327dd33e2fd952dd0f909af8e, 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/ActionScheduler_QueueRunner.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/ActionScheduler_QueueRunner.php', 1, 0x00000000000000000000000000000000, 0x16e1584d3fc615cf81eecf134a73d226, 0x49614da72e3720538a9371c35ff374fff716d7a209da82ea0988a5d0c1cdf2f1, '', 0, '?'),
(0xd09aafa35b29c8a09db7a0c3704e2e41, 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/ActionScheduler_Versions.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/ActionScheduler_Versions.php', 1, 0x00000000000000000000000000000000, 0x9c5b260fc4a9fe8a1bfd252cdaa5e078, 0x0ab95c290e8267fc91491d6cded3aba4a7c05f81852c612a602d12c9722bd849, '', 0, '?'),
(0xd62c54e392aa1e15b37586fcc756464d, 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/ActionScheduler_WPCommentCleaner.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/ActionScheduler_WPCommentCleaner.php', 1, 0x00000000000000000000000000000000, 0x27d7885297b77428759a77f04174557c, 0xf0497709190d3b2cb0072a5b557bfbcfc7080108b24b144e964eab753527670d, '', 0, '?'),
(0x81eb0082239cafc23c269ded5de22c80, 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/ActionScheduler_wcSystemStatus.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/ActionScheduler_wcSystemStatus.php', 1, 0x00000000000000000000000000000000, 0x777b4539d2be97cc7ef09291e9ecaf58, 0xebf92cd5c2f1f38943fce10bdf3e2aaa3bafba8920b96e97bdac8f8035c9e3da, '', 0, '?'),
(0x84927425d59dd96a8bc9d9aff39cf6a5, 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/WP_CLI/ActionScheduler_WPCLI_QueueRunner.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/WP_CLI/ActionScheduler_WPCLI_QueueRunner.php', 1, 0x00000000000000000000000000000000, 0x67c7a4d86552810d8f113ce7264d9edf, 0xbc4a9e1fb0d8f5c835dbf050bdb16ee55ac5f8e6adcfaf3c348e58d970a18534, '', 0, '?'),
(0xd66128eb4e3858caa33ea6e5e9fa4def, 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/WP_CLI/ActionScheduler_WPCLI_Scheduler_command.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/WP_CLI/ActionScheduler_WPCLI_Scheduler_command.php', 1, 0x00000000000000000000000000000000, 0x1dc64b6e45bd9afb8c7e1ab1fb74b682, 0x73b31599a57234f4d5e073f99cbacbb053aa56cd478e6e808df236ecac7add63, '', 0, '?'),
(0x9c157b7dba4b391a99dd129925df0427, 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/WP_CLI/Migration_Command.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/WP_CLI/Migration_Command.php', 1, 0x00000000000000000000000000000000, 0x6b3c5d905edcb4c7fd9b94b33d339563, 0x2a17f91b0a0bc403b5cb608c330e01d471ef5e13b02c2cb21447e32f488d13e3, '', 0, '?'),
(0x7845ec04b335748ce72b3e8431ee76ad, 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/WP_CLI/ProgressBar.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/WP_CLI/ProgressBar.php', 1, 0x00000000000000000000000000000000, 0x01be6cef40ca0d9e6f9bc0e361b2ae88, 0xccf223e8c3847a0731631f23ab70b2727422b2f771664876e50eb00ef55a79cb, '', 0, '?'),
(0xdf4eeb5a8817ad18cf53db0c048b6154, 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler.php', 1, 0x00000000000000000000000000000000, 0x44100aa89fe7e09436872f23c99db913, 0x4ca3f49acdf5fd6d2c8cb417a4be0ffd6c584e6e4afea759fc344979b3e36707, '', 0, '?'),
(0x9eb7944da14771a56e12f39aa0833309, 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php', 1, 0x00000000000000000000000000000000, 0xde0323ed179d361a4e2b4cea0dba9898, 0x0df6f859794cd39d3208d8cbc059e4523d78485245208f1a64b5313d90493483, '', 0, '?'),
(0xd274c84f9ff303e6ed341a3a977d59b0, 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Abstract_QueueRunner.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Abstract_QueueRunner.php', 1, 0x00000000000000000000000000000000, 0x1b4319d96d0ae6918b872394b35697b9, 0x50730bc7e373c5cc028ad0e311ac634b2366bece38bea0818a713613603bd415, '', 0, '?'),
(0xccd4b84015f15a306d3f60a9654147be, 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Abstract_RecurringSchedule.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Abstract_RecurringSchedule.php', 1, 0x00000000000000000000000000000000, 0x4eec95550dea752fbdced16d28035264, 0x7390797c29d8fab2274342d89b65664f386db649c76c0a1d6f77a5617cad3e8b, '', 0, '?'),
(0x9e6c95149971a1b84aa758a4af724a73, 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Abstract_Schedule.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Abstract_Schedule.php', 1, 0x00000000000000000000000000000000, 0xb4e1a0e91f96f5d5d430eafdc8e4ac1a, 0x96fa744511740066e4ae520f65f8dbcdc8455404cf9b2008cf57ac61e344dfa9, '', 0, '?'),
(0x923e0d0839197c58841e90e1350e8787, 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Abstract_Schema.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Abstract_Schema.php', 1, 0x00000000000000000000000000000000, 0xa67e3f58040366a2330b89794e6b9996, 0xba03e62882c9f722273f63467adb36962e3e92c9e9f22fe30f04a653d031787e, '', 0, '?'),
(0x164af69f77f59b9d905ca29069fac679, 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Lock.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Lock.php', 1, 0x00000000000000000000000000000000, 0x80df4f0952014fd6df4137bf9ba14b67, 0xb85c6a2ae6afbd18faaad5ea61938d59869904745b6a4dce371fe98da3a9951a, '', 0, '?'),
(0xe374f14304bffdd92d075ae4af1068a2, 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Logger.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Logger.php', 1, 0x00000000000000000000000000000000, 0x51b0e185fd2dd22601c79e7f59b935c4, 0xe29e49413f3d67476339530f4fac6877d3fd9e2f7b19a4ccdfb4ddb1b88ae4f3, '', 0, '?'),
(0x6818fe482e8c1e717aec211fca601f2c, 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Store.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Store.php', 1, 0x00000000000000000000000000000000, 0x773fa37eb3264e990a7f3823f050e437, 0x64fd8e63ef906d5895c82ce7442f334a98598faa91944f6524c23aecb495fa64, '', 0, '?'),
(0x962c476785b57e0c9067f097c3fc6566, 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_TimezoneHelper.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_TimezoneHelper.php', 1, 0x00000000000000000000000000000000, 0xae5659dc3c9e8b941f53c17b6c93f431, 0x474c64350c75e9503d48c37a7d9a47dd8d6e2364d68e073f4be4a7d088ee45e2, '', 0, '?'),
(0xae6ba9b5890ac4f8f504a03daf89ef04, 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/actions/ActionScheduler_Action.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/actions/ActionScheduler_Action.php', 1, 0x00000000000000000000000000000000, 0xa058132d43416c257bf700f786f211e4, 0xaaee14d43a85bafd0898f46b0ede6db93a2d34b425e82c45cbe7066d42353533, '', 0, '?'),
(0x1255cb9f1ce5358cd43c00073df6cffa, 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/actions/ActionScheduler_CanceledAction.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/actions/ActionScheduler_CanceledAction.php', 1, 0x00000000000000000000000000000000, 0x53b2538a20214603e47c72486a2e8b4c, 0xe9368c68ab7d043f21e345e129725a27ff7e14a050fb525a861e24c31f2d1c2c, '', 0, '?'),
(0x1e4e62aa0ea9bd3a4b5573ccfdda442b, 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/actions/ActionScheduler_FinishedAction.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/actions/ActionScheduler_FinishedAction.php', 1, 0x00000000000000000000000000000000, 0x96878321a064e7d4f5de1c74e7ebe984, 0x5acc3a9df5b9d0aba5cfc577694780651b26a2d8678fd7c73b7f28286627d387, '', 0, '?'),
(0xb82ccdd3c89d158c2c039992f3342367, 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/actions/ActionScheduler_NullAction.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/actions/ActionScheduler_NullAction.php', 1, 0x00000000000000000000000000000000, 0xb4fac88ef4d10f6557531d10dcf43ca2, 0x480511d4c0ae0cb61ad1f0d61015e874fa61c02149906355bb7c8f7c69d92708, '', 0, '?'),
(0x9821f01d753b09a1e4a52b0c52a1bffe, 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_DBLogger.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_DBLogger.php', 1, 0x00000000000000000000000000000000, 0xc031948a26c681fac19b10fff4c53148, 0x2c01f2f5c140eb6a3ca9143d98d03ef557ba66ec8e7f95d6805c0f930dcfe99b, '', 0, '?'),
(0x58faa943ff5cba5a01babfb8c7ecd0e0, 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_DBStore.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_DBStore.php', 1, 0x00000000000000000000000000000000, 0x18f5a684ad7d1867e47b43085259ec09, 0x432829d7d4588709c9686b29b38886654ee45e98e65cba9e694cf30831fcfb21, '', 0, '?'),
(0xb017e10a7f229102b0b13db367a34217, 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_HybridStore.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_HybridStore.php', 1, 0x00000000000000000000000000000000, 0xf81548bd62af14cb3ebf15aaeab6bd3c, 0xab9c246956e3b1e10caac8e5c2903a067c0c8bd2fa1d2539165ccdd8c94939eb, '', 0, '?'),
(0x9cf07f09684cf3b291cae5d3e64bf073, 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_wpCommentLogger.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_wpCommentLogger.php', 1, 0x00000000000000000000000000000000, 0xeb9c7bd920b5b51d8c0e58ed9bf5b88b, 0xea300284ca547685fa5ddfd1d322549b261c9e8a51061bedd5b0a5bb8fc3358e, '', 0, '?'),
(0xf4ecbbb5fab7a5dcc21f1ec68b406296, 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore.php', 1, 0x00000000000000000000000000000000, 0xeec90253e5327fc9f49b2dfb63ed96bf, 0xe17ceb8a08f1aca2a7b6240694417c69a954f2018eb3228dd3a2b821c55ac6ed, '', 0, '?'),
(0xb926995df376a5eaef11f6f7ab31b6f8, 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore_PostStatusRegistrar.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore_PostStatusRegistrar.php', 1, 0x00000000000000000000000000000000, 0xe3d4a7202db921a796846a0c234ee0d6, 0x9d633233452980f901402ea734211e5870fbd025a12baa37cf92f830d694ce82, '', 0, '?'),
(0x7a75bb37e220f5cc3bd1ab286dabcae1, 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore_PostTypeRegistrar.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore_PostTypeRegistrar.php', 1, 0x00000000000000000000000000000000, 0x5957414a2bd257921c15a15e8507900b, 0x53104efc06c38329c24fdf0b745f6aaf85f33fd512e32233fec52510b0b18b45, '', 0, '?'),
(0xbe2d5e9af48c7d9effbacd390dd2d3a3, 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore_TaxonomyRegistrar.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore_TaxonomyRegistrar.php', 1, 0x00000000000000000000000000000000, 0x454f093a271ad38e9af1d4e858835001, 0x2b73bf11787d5ef01964a2315e8f9daebd67c2d352f6d7ffb1a3c22efba9a39f, '', 0, '?'),
(0x4ee658121565c42c5db2c2c8831efd8c, 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/migration/ActionMigrator.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/migration/ActionMigrator.php', 1, 0x00000000000000000000000000000000, 0x770ca81fc354181031ed22ff6e912dd0, 0x07f06487d4283a997b40af090fcde057096a870116a3a68e21a9f4387d46152b, '', 0, '?'),
(0x68c0b4c7c1af00803577f25a178c68cd, 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/migration/ActionScheduler_DBStoreMigrator.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/migration/ActionScheduler_DBStoreMigrator.php', 1, 0x00000000000000000000000000000000, 0xf7cb284e834c4004d2b89db1156cd217, 0x8479ae73940e4337d34dc2a855fe28de73c6c52a2a8b6e103451919efd5c5a7e, '', 0, '?'),
(0x69de749456b774045d6c0f3fbb7ed719, 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/migration/BatchFetcher.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/migration/BatchFetcher.php', 1, 0x00000000000000000000000000000000, 0x45935b7e012534c81ea0b017b3e7e0e2, 0xf492514682cfecb5f16aa29c6417364beb6c04042878f64e67be9e586cd774fd, '', 0, '?'),
(0x39bca6488e1ee562a31ddb7c195497c6, 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/migration/Config.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/migration/Config.php', 1, 0x00000000000000000000000000000000, 0xee1973723a582aa4b36dd87e98c9ec6a, 0x3e642dc971c0c5319b2d77596ba2ef759082724e0c197d6186b6a356b2644212, '', 0, '?'),
(0x281c1f0f6775f0e589ace84820713606, 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/migration/Controller.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/migration/Controller.php', 1, 0x00000000000000000000000000000000, 0x8f5989545c3e66faf8093e9b7b312e08, 0x3a6fd1d2e2c7d7c673cef3f8bfa2f9a407fe7d49d52e3c934d8cca0d088c1c89, '', 0, '?'),
(0x21adb5250799194dbd77d7a77abcf64d, 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/migration/DryRun_ActionMigrator.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/migration/DryRun_ActionMigrator.php', 1, 0x00000000000000000000000000000000, 0x971521b2546ec97560273353d7978488, 0x7e7fc40e4ce1584015bb939bd09f2a373d4974d9b63966eaf984fd9d2a14adff, '', 0, '?'),
(0x6fed61405e8eb9c1150320d66bba700f, 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/migration/DryRun_LogMigrator.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/migration/DryRun_LogMigrator.php', 1, 0x00000000000000000000000000000000, 0x1dc6449ee2ca1cf559f67027e39039df, 0xd5d890bc4e3a913dddfbfbf1cde1fe873525778e192af16cbd5d7648056e966c, '', 0, '?'),
(0xd3e7e9bfe58313702dc91c692d8919b5, 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/migration/LogMigrator.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/migration/LogMigrator.php', 1, 0x00000000000000000000000000000000, 0xd9bbfd780464afece4ac9669e3fbf13b, 0x20dae9a3a3fbb8c0cef4861c43b430e835778e0dcd58c19360a41bc425225150, '', 0, '?'),
(0x646a52702fc08a0c69b3826a4bc9909e, 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/migration/Runner.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/migration/Runner.php', 1, 0x00000000000000000000000000000000, 0x2b3ab9131e26289f8ebdb89a466d82da, 0x07cfb68e67d911671c762eefa312301d181d27582105da1555e3889ec0892878, '', 0, '?'),
(0x74fc79b889a74d95c5c3c0790f88ae58, 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/migration/Scheduler.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/migration/Scheduler.php', 1, 0x00000000000000000000000000000000, 0x1cac3b75206e1cbb3fea9f336b2d4877, 0xaac522e41212f862e3618808cfd30f72fe158a9ee1d6df45c640f0c45a9bb8d3, '', 0, '?'),
(0x85bc953a8a1bfd475849b8e5eeb59984, 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/schedules/ActionScheduler_CanceledSchedule.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/schedules/ActionScheduler_CanceledSchedule.php', 1, 0x00000000000000000000000000000000, 0xb79af2dad3a812b4a9097a6241ccbe83, 0x45b267beaf75dbde6b0dbc0996ada710fe936d5c518e6d365c3b573c37a1e6e6, '', 0, '?'),
(0x8eb0cb58d317f0b6d7ffea88179382ca, 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/schedules/ActionScheduler_CronSchedule.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/schedules/ActionScheduler_CronSchedule.php', 1, 0x00000000000000000000000000000000, 0xe257223295c6de2882270248d14b7976, 0x3becf4198da25bf33923f16a9d288ea8642a5aa837565d904a32f441990459e9, '', 0, '?'),
(0xf13fb146f404732e6c11bb3df421263d, 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/schedules/ActionScheduler_IntervalSchedule.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/schedules/ActionScheduler_IntervalSchedule.php', 1, 0x00000000000000000000000000000000, 0xbfdd6442373bfac336b5e75a08559132, 0xfcd1b5388f454e244a1130054721a0497ee5263b8e28b774f2c2986b1a223a59, '', 0, '?'),
(0xcf3c58f2907ef85f34be33a187b901fb, 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/schedules/ActionScheduler_NullSchedule.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/schedules/ActionScheduler_NullSchedule.php', 1, 0x00000000000000000000000000000000, 0xd577ceaa216d01875f10c2f11ecb419b, 0xa84b3236d9d6fefce88fd095afcaac275170d0515e6efef80dfda6bad0247cb1, '', 0, '?'),
(0x881f778341baceff10b5f5daabcc9099, 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/schedules/ActionScheduler_Schedule.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/schedules/ActionScheduler_Schedule.php', 1, 0x00000000000000000000000000000000, 0xa0ae76ee743b975ae3e30c4ed76dc4bc, 0x222ddca2fd75046de280739682773e7675ab4a95a7cd7fd4a1585be5b1360108, '', 0, '?'),
(0x8567255ddaef81fa57fbb54261b54f4a, 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/schedules/ActionScheduler_SimpleSchedule.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/schedules/ActionScheduler_SimpleSchedule.php', 1, 0x00000000000000000000000000000000, 0x5e7918810931356493087e1d55684652, 0x82ae90c63b5d441f35f8fea9a314566f60972f82f15f967167a7a879cf792e21, '', 0, '?'),
(0x01ee1b6b60b6315dab0781ca91256894, 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/schema/ActionScheduler_LoggerSchema.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/schema/ActionScheduler_LoggerSchema.php', 1, 0x00000000000000000000000000000000, 0xe393e955f4d261f26c41bb74b2e3b411, 0x226e279521aa1a441e9a45c3a57d12d55f86c17c879a8523e7fda44b60347665, '', 0, '?'),
(0xfc3f49f8b6474045a13845c989f6c8c9, 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/schema/ActionScheduler_StoreSchema.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/schema/ActionScheduler_StoreSchema.php', 1, 0x00000000000000000000000000000000, 0xbd928562585480cf7f55e4230768e8a7, 0x87d5b4747fdbdca23ed13319e94f81eacdd15668e0e414f2f18307ab119259a4, '', 0, '?'),
(0xd05e5e31c7b36ddcd22df5ae8f21620e, 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/deprecated/ActionScheduler_Abstract_QueueRunner_Deprecated.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/deprecated/ActionScheduler_Abstract_QueueRunner_Deprecated.php', 1, 0x00000000000000000000000000000000, 0x22e1cde9b082677e2e44f7622306c0a9, 0xf920231a1d6dce1511842d3040a6ca964447d817a0e0f10e8798031803d18c18, '', 0, '?'),
(0x7e006d9e49991e693e0900058c8465a4, 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/deprecated/ActionScheduler_AdminView_Deprecated.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/deprecated/ActionScheduler_AdminView_Deprecated.php', 1, 0x00000000000000000000000000000000, 0xd2ed76e602a6a0b8be3f1014045f8d51, 0x5695a6a6dca2313855b10dec265d5f5250ba667eaf394f6400d54cb7497776f4, '', 0, '?'),
(0x98a440b6c9d9b4ce148057da12c53b19, 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/deprecated/ActionScheduler_Schedule_Deprecated.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/deprecated/ActionScheduler_Schedule_Deprecated.php', 1, 0x00000000000000000000000000000000, 0xcdc466c0b5b1c89e824c419a9d232874, 0x6d62b54b5bb91b323a653c2d4c6412d54ef3879155e5645db0f98e04d9c29f77, '', 0, '?'),
(0xef84043dba893a63ae2fb092ac179f81, 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/deprecated/ActionScheduler_Store_Deprecated.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/deprecated/ActionScheduler_Store_Deprecated.php', 1, 0x00000000000000000000000000000000, 0x37d23a8c3a580746c69d8f3027a60e50, 0x962f1e20b86e1ef666853cdc256e29c539e0d8e06c166697f8d7adce8e7592be, '', 0, '?'),
(0x95da26c4270de7b962a4b205c24c2c52, 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/deprecated/functions.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/deprecated/functions.php', 1, 0x00000000000000000000000000000000, 0x8d42278bf7e698297b625cc8d1742100, 0xcb827e2b625c49651951e239f882ea92c0826903aefa6cbe397b99adc2369c39, '', 0, '?'),
(0xd3057251cb78c833ba89b7da4914be82, 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/functions.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/functions.php', 1, 0x00000000000000000000000000000000, 0xfccc531835df91e6ee90dc8496d0bba0, 0xf10af58ba09aea6ee92e12ff6724c0f7beb65898752cebd40a5edf0b8635b6b8, '', 0, '?'),
(0x535863209f95a88760da33378f443659, 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/lib/WP_Async_Request.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/lib/WP_Async_Request.php', 1, 0x00000000000000000000000000000000, 0xe0d3cd34fc608b177c44240e571245fc, 0x017db176e51bb93ee3fbb579159564e0c69755f9f773cdf9d70fefda3bfead68, '', 0, '?'),
(0x3f2a52b93c27f8f7a623851213d33687, 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression.php', 1, 0x00000000000000000000000000000000, 0xa7da8127a2f768d52faa3b1bbf0dc0c9, 0xb6dcdc59d1552ddd1b7945388e64556e4834ae4816338a37446e91f3b125e818, '', 0, '?'),
(0x73d69d2104b98b75f024c7818eb5c4e2, 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_AbstractField.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_AbstractField.php', 1, 0x00000000000000000000000000000000, 0x57c6581fe6fa76d3766c58ad38859ace, 0x7164774c16d4b9ba064c93e93930a8e687c40b6bb69339645a01ffa32b548060, '', 0, '?'),
(0x8527e26d1ade8094bd55a3ed1b84456e, 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_DayOfMonthField.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_DayOfMonthField.php', 1, 0x00000000000000000000000000000000, 0x198169d64ffcd48262bc741e1434d25c, 0xa7e5da92356643535100518611ea15b71e2917133d1a6bf224a09fc6009d4998, '', 0, '?'),
(0x7036918429fa5ce2bb8c11d1925cadaa, 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_DayOfWeekField.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_DayOfWeekField.php', 1, 0x00000000000000000000000000000000, 0x746c00cf65b0ef262e19640a66f0c467, 0xff0393a65a66e5f2b2650c0806ba934c82860d304bda4cc88af226b48790070b, '', 0, '?'),
(0x1dfcd5ea582dbb2c0de70e1ceb35e895, 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_FieldFactory.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_FieldFactory.php', 1, 0x00000000000000000000000000000000, 0xb7cbae8659f1aabb9bd2790a876e38f4, 0x5fb72886f3e9e6b87c3043d4a2ac6470a3bd12de285b0c90782a7a263ca0b55e, '', 0, '?'),
(0x458f864f74cad5d2bd28d1bb8c74dd1a, 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_FieldInterface.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_FieldInterface.php', 1, 0x00000000000000000000000000000000, 0x3bfbe747d44aafa7c0e2dd593370aecb, 0x2d58a78cf68696f9a62ef2496b27a3069fb871787379bb09553103902f0ba284, '', 0, '?'),
(0xa259ac5838a1c517464eb6951d2fff96, 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_HoursField.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_HoursField.php', 1, 0x00000000000000000000000000000000, 0xd42f315cd035559fd6963f910cb3d3db, 0x983ea3f9626224d57808dd8c09c792489a109bf777cf4b89fd2e7e370475c969, '', 0, '?'),
(0xb36646d9d9319038ad05f63b91fb873b, 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_MinutesField.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_MinutesField.php', 1, 0x00000000000000000000000000000000, 0x066298116be1abe7a751bd0c32d3f6b7, 0xd484e48be41f34de9a156e1571d3b824f2f53f0d4d66500af98ba2fc54499870, '', 0, '?'),
(0x6a4756c58f0fa81e800e3257f8b74432, 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_MonthField.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_MonthField.php', 1, 0x00000000000000000000000000000000, 0xc562fc24bddf20e97db05b84d1e8cef7, 0x53825d014b73f1a444aafcc380760269b79649be18ba7425b56ab83d9ee27f27, '', 0, '?'),
(0x4b95a5f92d66de1cd398b2da37a52767, 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_YearField.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_YearField.php', 1, 0x00000000000000000000000000000000, 0xdf34440666f3df70ee54b68578f0b392, 0xfb13af930ed24e84408f37292892b436a10305f8f695e63026065e97fd92b49a, '', 0, '?'),
(0xd497f8fced793427d0a37e5762c024e1, 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/lib/cron-expression/LICENSE', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/lib/cron-expression/LICENSE', 1, 0x00000000000000000000000000000000, 0xb070323e0fb8fc39cad2959f107bac2b, 0x150b7d9c0e036c58ac7cf28909948618014c1767d382919d645b0858cbeb06a2, '', 0, '?'),
(0xe083a9c895ecceb0d61eb1c293847b2e, 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/lib/cron-expression/README.md', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/lib/cron-expression/README.md', 1, 0x00000000000000000000000000000000, 0x53e21a64c6118300bdc2d551a4259814, 0xbaaf29ec260f9ed3c1156e148536c8451c7dbe8d9a34fa1eb15f2e9e81b761fd, '', 0, '?'),
(0x35ad1307394495a18311ff2b0315057d, 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/license.txt', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/license.txt', 1, 0x00000000000000000000000000000000, 0x1ebbd3e34237af26da5dc08a4e440464, 0xdb4017480bcedfc101e5e54d3befbabe89352069d0dd192799e56feda43556f6, '', 0, '?'),
(0x11a0992d2d348ea4def561fc74ccf904, 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/readme.txt', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/readme.txt', 1, 0x00000000000000000000000000000000, 0xa5a5b3189aff3f514dad69e0f624dbd8, 0x0977f262385da946dc25c25fcbc22f184a81f8d96415e376fd7bf21c1464bf3f, '', 0, '?'),
(0xe3b71d8d30355b9b69db7e260609bc95, 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/.php-cs-fixer.dist.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/.php-cs-fixer.dist.php', 1, 0x00000000000000000000000000000000, 0x90114be1f8920022dc80e396f2d180bf, 0x0551da8f41e2e5041db0a0fcd69eeaf3c7ca8db3ccafba200f6499cc63e71787, '', 0, '?'),
(0x1d90d9e33de4d13bfd4f68814680a69c, 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/LICENSE', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/LICENSE', 1, 0x00000000000000000000000000000000, 0x628cea46cca303d247cb13327edff2d5, 0xc0bf2162a637364cc7b23a2c0c5b5c46b40ff0adba04dc48b189a5a3da088769, '', 0, '?'),
(0x1c215288724f616186b7a13a2212f91b, 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/README.md', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/README.md', 1, 0x00000000000000000000000000000000, 0x0c62f6f5e4356b7a9278a4f47eb4eed5, 0x7c2235cb5baef9c8f67222dcb09811ca85a25b00499a6b3e66eac7172edb19f9, '', 0, '?'),
(0x28e9f4e520f57ea5483ddf4296cc2ca5, 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Config/AppConfigInterface.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Config/AppConfigInterface.php', 1, 0x00000000000000000000000000000000, 0x92c96d03f0333c17b9662e207f47c266, 0x0b4b86447fc777b56650762f3258f1d2f771302c599b14904353f1bdaab98c22, '', 0, '?'),
(0xc77e3f53f20a63bc1418bbe8e7c0e6b1, 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Config/Config.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Config/Config.php', 1, 0x00000000000000000000000000000000, 0x677cfc40d1663fba11ba3d179e8cc245, 0x7ad70ea0b4658e58205b606ccee0b2cde163532160502ba9d888ee778938bd8f, '', 0, '?'),
(0x0d61c1449154faf74f3de4758422a581, 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Config/DefaultAppConfig.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Config/DefaultAppConfig.php', 1, 0x00000000000000000000000000000000, 0xd878b2e3c4d7a9da7ca6137423078dfe, 0x57a3c382a991b4812954c1dcbc237d80522f215c14bbd175b891687b2a9949a2, '', 0, '?'),
(0x38c89c54e9b263fcb3a83c6f323bce5a, 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Config/EnvironmentConfig.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Config/EnvironmentConfig.php', 1, 0x00000000000000000000000000000000, 0x7df59c6f0b8f41db7948839803f4e543, 0x247115d0545ef9d699839f731e10b9c8ae9d68ed3043b720532be5577c679539, '', 0, '?'),
(0x1608baefa617edeaa3dafe8d46538763, 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Config/OptionsConfig.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Config/OptionsConfig.php', 1, 0x00000000000000000000000000000000, 0x16e753d85eb79db88abd0a68b6e06051, 0xae124f46673f8639ed5a65891f5235b97a715bb8d74acba3719d611c628d46f7, '', 0, '?'),
(0x021b593094a083b7742be02fd998dee8, 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Config/RoutesConfig.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Config/RoutesConfig.php', 1, 0x00000000000000000000000000000000, 0x1542161b40a70e2b327dc987b364003c, 0xb522573773c674d688a54f2557bbea132ac7c88f1df08649b163f35c10fdba51, '', 0, '?'),
(0xfb5d2dc2971d305383f69140bd91acca, 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Config/ScriptsConfig.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Config/ScriptsConfig.php', 1, 0x00000000000000000000000000000000, 0xa0ff47266b773f453619a3e8d4352a5a, 0xd8180be9a09ccb44a5933b1e567e5f28a6cf9375d06dead8b15f2ca0f4560a86, '', 0, '?'),
(0x04a9ef52013b2e2cf29c8ba600d64910, 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Controllers/AuthenticationController.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Controllers/AuthenticationController.php', 1, 0x00000000000000000000000000000000, 0x623f52119b719b8a790a4a4616847163, 0x7d1502868677da52d7686c63c41d33418d3d514e4e80f04f8dc8f1d84ab9c533, '', 0, '?'),
(0x425d9f2b61e780dff5675d26c0f5dafe, 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Controllers/CertificateController.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Controllers/CertificateController.php', 1, 0x00000000000000000000000000000000, 0x376854925c9e0f28f1da250f7a4f595d, 0x4210052676773e9d3ce28c07c492d10d4e45bbd03bf1659bdfd958624c25e0b7, '', 0, '?'),
(0xfcb3f02826e139082713c3cde986288d, 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Controllers/NoticeController.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Controllers/NoticeController.php', 1, 0x00000000000000000000000000000000, 0xb9f3ed24578da290912616fa67cfc3c0, 0x39020ec063b21ab10223a1bd9259fffbabeea705c312d26edebd08ca1e100d66, '', 0, '?'),
(0x10e331a9f2a1a24bffcf2885a71cdad9, 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Controllers/PostEditorDataController.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Controllers/PostEditorDataController.php', 1, 0x00000000000000000000000000000000, 0xc0d407879e4debb939f69fc232a878fc, 0xf9659dade0204bdfff2352562252353bc25b012f22409b5e42568fbef56bb09f, '', 0, '?'),
(0xd2057c3e54156b40e19ecd7c0feadb15, 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Controllers/PostEditorTimestampController.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Controllers/PostEditorTimestampController.php', 1, 0x00000000000000000000000000000000, 0x7778490b05d454fec1ee7ec975e79957, 0x3fdb3db11a14de7c297e97da6bfb3462478784fa338143f6edcf28db176a69c3, '', 0, '?'),
(0x03aea1501769ebe01451a5105ae61bab, 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Controllers/RestApiController.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Controllers/RestApiController.php', 1, 0x00000000000000000000000000000000, 0xc62779dada59e921443c68467aa0e0c5, 0xe5c174dea83b2b9501d543c85e818ab853e22743b1fe38ff6737520cc08a9632, '', 0, '?'),
(0x4b69622dd7489cc9dbb59ef26865dcf8, 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Controllers/SettingsController.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Controllers/SettingsController.php', 1, 0x00000000000000000000000000000000, 0xd088c97fb63e50f3ccbded76bb0b806f, 0x539d832a9b1d37ff12a8547ffe20c2d946b6cd3145e10b932b04c4f14595c1e9, '', 0, '?'),
(0xc3e3dd887dcc1b9f11a5876b73cbf92c, 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Controllers/TimestampController.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Controllers/TimestampController.php', 1, 0x00000000000000000000000000000000, 0x4315d91c4c349dd53d1e02fec1cadd53, 0x57ce197cd7bdf46729e069b237ae76d3a946623ab27f99f4b6ef7ff6e8892c1e, '', 0, '?'),
(0x4ce7bb812bb96a65dec2b7130db36efe, 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/DataTransferObjects/TimestampData.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/DataTransferObjects/TimestampData.php', 1, 0x00000000000000000000000000000000, 0x120eba0270c22f5aa7e4c6d8be06788b, 0x208ba88c6a6f59762d02801872b98612f9b806afdaf82b00b9965a7b02452941, '', 0, '?'),
(0xfe2ca5c74a942c406c5bd700ccc0f1fd, 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Exceptions/ValidationException.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Exceptions/ValidationException.php', 1, 0x00000000000000000000000000000000, 0xf42aca84134563243ca5f3f5acf20ba6, 0xe57367ccb295a0c388dbee3930b6cf9ed5c72698f75640eff2c34dada1580804, '', 0, '?'),
(0x77138b4c1067bc53cd58fe8fc71a4bed, 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Helpers/AdminHelper.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Helpers/AdminHelper.php', 1, 0x00000000000000000000000000000000, 0xb1fefe5a99f771bd8d4f6e1678b6cf6f, 0x0baa9b2ec681040ecb0d19df2303a528e403b72eaa7dbbe58447338d7339f1b1, '', 0, '?'),
(0x437b9eb98342f80b0602e8590e8f8654, 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Helpers/AppConfigHelper.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Helpers/AppConfigHelper.php', 1, 0x00000000000000000000000000000000, 0x2b7a62f94494ea0250c781a7ca4efb91, 0x4e536621d899fb5923e62989faeae3f9542fc7b84264e0f7e5f22bb7c41a1e0e, '', 0, '?'),
(0x8d6130b4bc0b1728e25922a9df09b917, 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Helpers/AssetHelper.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Helpers/AssetHelper.php', 1, 0x00000000000000000000000000000000, 0x00fd5d4930316a513ef1a2e856717192, 0x9b2f94abdfd90283a9319aadfc17c9bcc193157b526418585a885f6167eb5a79, '', 0, '?'),
(0x8f9e84ef1918c92db867f953d2609266, 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Helpers/AuthenticationHelper.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Helpers/AuthenticationHelper.php', 1, 0x00000000000000000000000000000000, 0x38a2a3c5c0992a8b4ebf4bc6f4f81255, 0x734eb7f0518ed4d7bc7e850a05b798ec027c20efd39dccedf6daa807d31589d0, '', 0, '?'),
(0x56d4bbfd12de4809ef9a49d5217655b0, 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Helpers/CertificateHelper.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Helpers/CertificateHelper.php', 1, 0x00000000000000000000000000000000, 0xc13713c8f0ebb2f015a4848104fa7e0f, 0x2744e975e327506598cb16271dcf9f13733787bca83d9e6819990af1211a622a, '', 0, '?'),
(0x8ac22ccd7b73946061632152e3b7cb71, 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Helpers/ClassicNoticeHelper.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Helpers/ClassicNoticeHelper.php', 1, 0x00000000000000000000000000000000, 0x3c0a9fcd9e710ba8ee0bd37f6043860e, 0x2a6700ed5c56e5d1d14b13c10dfd342e57ee29e6c94a3e05756157d2c543c92d, '', 0, '?'),
(0x20dfc4196019abb2d3085b7aec5738a8, 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Helpers/EnvironmentHelper.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Helpers/EnvironmentHelper.php', 1, 0x00000000000000000000000000000000, 0xba6d493f869c6dda8b7a6cb0b2216bff, 0x193c43936c82142cd23e23f284cf93d2e66efa8bfcb3885251510b9ecc30b7f5, '', 0, '?'),
(0x7a7798cf17151483dda2ad6db0948321, 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Helpers/EscapeHelper.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Helpers/EscapeHelper.php', 1, 0x00000000000000000000000000000000, 0x969776c98b42fa745b011a336ef7332a, 0x61ab6bab3ee8c8c6b5f799dea9d25817cec91ed753d77c8f4c98fa53ec971529, '', 0, '?'),
(0xfa1923b094baacc535b96b7224fce35c, 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Helpers/OptionsHelper.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Helpers/OptionsHelper.php', 1, 0x00000000000000000000000000000000, 0x02e958f860f77635e4fbfb4e7e9614da, 0x413e4b23482f14401f0178c4585271c7e73eabae939d131ec1676497a47df4b3, '', 0, '?'),
(0xa3c546587b5156bbd1f157c29bcca01a, 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Helpers/PostEditorHelper.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Helpers/PostEditorHelper.php', 1, 0x00000000000000000000000000000000, 0xc433ee6a6d0ec75687f19ef5e07be389, 0xae6b5220da9aea5be95853d7c7b655c1f22ac6762eb249b7dc8c16b94bc98dae, '', 0, '?'),
(0x0b889f1e037e94f48963831d01b335e6, 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Helpers/PostMetaHelper.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Helpers/PostMetaHelper.php', 1, 0x00000000000000000000000000000000, 0x117627dd0e360d6e997fd4ef32c8d4c6, 0x19c798a445c92f083956f3e7b8eaa25d673ff2ce95912bcae6c9550ee12143c5, '', 0, '?'),
(0x5e66463b02ae7c67aee7e1493d1f97e2, 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Helpers/PostTypeHelper.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Helpers/PostTypeHelper.php', 1, 0x00000000000000000000000000000000, 0x2eb786013c2c5f9bca0a2f3ddb6af240, 0xefc7db4b36cf3f71ee780b90ee5f876c9aec8f5b21457e93dd236089d6e1e1a2, '', 0, '?'),
(0x281e74a2251dc8016c5db5e8cc100cf1, 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Helpers/RedirectHelper.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Helpers/RedirectHelper.php', 1, 0x00000000000000000000000000000000, 0xbd7ed3c05b6b0d727b9e8147b2c7de88, 0xf849e0f4a4a645164c7d5ad426e07b41c32d0777bc8eb4806db0b4ac891c0636, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x63eb85223579cd55a8779965eb47bd0d, 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Helpers/ReflectionHelper.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Helpers/ReflectionHelper.php', 1, 0x00000000000000000000000000000000, 0xec083fa16490ecead3835368a84edb49, 0xd3921452beebe4feed35c251342cac96ef189d88daefe19c05d8a74ad9fc95b0, '', 0, '?'),
(0xbb21431e533a20e1565433e815f271be, 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Helpers/RestApiHelper.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Helpers/RestApiHelper.php', 1, 0x00000000000000000000000000000000, 0xb67b136eb14378df140dab97eeb81463, 0xb1c9076c2b629bfa969b060a965970856ddae0728b01b8771d4afad542572cb1, '', 0, '?'),
(0x942803df36c07d154b12d6fc0eb2c7ea, 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Helpers/SanitizeHelper.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Helpers/SanitizeHelper.php', 1, 0x00000000000000000000000000000000, 0x7f28a3698d14eb71076cec8a856da37b, 0x8a0be59d658e79397832e6365212d9b9d90ff288f456957bea342e3101b0891c, '', 0, '?'),
(0x20c7227b8c50b491a3392fb809ab87f4, 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Helpers/SchemaHelper.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Helpers/SchemaHelper.php', 1, 0x00000000000000000000000000000000, 0xc50b4a70ffa18af641f647ce3382ff74, 0x0d4cc167e0830203ce98d74fc1d4f5b5294dafd6a8f1eada8db5c490b44d8efb, '', 0, '?'),
(0x3b9d462a910a8b476c74624bbf600acb, 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Helpers/SettingsHelper.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Helpers/SettingsHelper.php', 1, 0x00000000000000000000000000000000, 0xa4c917d281b2f3c898e8fec68485c519, 0xd8f38b26771689129da68637d18a3179d37f9708b271fe69a8639ccfd247b027, '', 0, '?'),
(0xe1575b6a1ac81f0a7f466a14073cf299, 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Helpers/StringHelper.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Helpers/StringHelper.php', 1, 0x00000000000000000000000000000000, 0xf12659f53e5892988cbc8bd36da15a04, 0x63d78ee6ba60fdf035aefdbabd25ace43ba603a8043f96ff9cdc52b22de095cc, '', 0, '?'),
(0x6c50b46d0d8011a3b1962508c3fda590, 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Helpers/TimestampHelper.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Helpers/TimestampHelper.php', 1, 0x00000000000000000000000000000000, 0xc4633ad294c2237483a74a5bc36e55e9, 0xca03be3d17efaac2f38fd52b4d6ef448528d0ad2b439de5d8ecb9df31b7f0392, '', 0, '?'),
(0x189c1d4a40ba08db323e4d543ee122cd, 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Helpers/TransientHelper.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Helpers/TransientHelper.php', 1, 0x00000000000000000000000000000000, 0x84e16bbef4fdc99dd2112b687bfa17ce, 0x5db0038341d4079ccde31d8cb2e531b9461d8a8313ac5dfc77037e61f0700aa3, '', 0, '?'),
(0x65f31aa9df90748f2f5718789fca113f, 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Support/Api.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Support/Api.php', 1, 0x00000000000000000000000000000000, 0x8db7194c8a24738957c144e3b0ceacd2, 0x6f011dcfc58e832091a94d5e272b81120d293cfc84d1f4e559ad71d48d223a8a, '', 0, '?'),
(0x83386b41d22c1cc3b4a1878a7c2aae83, 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Support/Authentication.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Support/Authentication.php', 1, 0x00000000000000000000000000000000, 0xb26003cd0260dbe1aa7ebc276e190be1, 0x831b85a36ee381f7961193f6481a086124a77e17bb85175ce774753814fc6673, '', 0, '?'),
(0x3d13a3c3994f7dac3e0703aca8c17392, 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Support/Loader.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Support/Loader.php', 1, 0x00000000000000000000000000000000, 0x141c34e2e16338041fa725ea9f33ee8f, 0x57b50d843d7ac903255e22dccbb24a6d81510d47738bde1ae0b51349b2f72485, '', 0, '?'),
(0x6cd99e8b3dbe17ac458c9b3aedf79b41, 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Support/Settings.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Support/Settings.php', 1, 0x00000000000000000000000000000000, 0xa205e00206732d91734650a1022e8fc5, 0xc232dd0b44311063317415946fbaedfdd73f830b1f9b7537e6c128b81d6c2a5e, '', 0, '?'),
(0x308c90799ca1d32af89d2ddaec7b8bbf, 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Support/Template.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Support/Template.php', 1, 0x00000000000000000000000000000000, 0x83cf66e6e16d477ed8b8b6bbd22c9371, 0x0e0fc52b47f7ef599aa5605cf14a2a06581173bf7517d6458ab5bc59b57b05eb, '', 0, '?'),
(0xed3e3dafd9e64f5ad14cd0650fcbb431, 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Support/Timestamp.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Support/Timestamp.php', 1, 0x00000000000000000000000000000000, 0x3a4703abc8ed65225939842641f40ff4, 0x82bf775cdf8d760bd7b4d33f39c9305182e7842aae7cb0711c8dce7163defb14, '', 0, '?'),
(0x079d046a85f488ee4ebd04214f28a728, 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Translations/DefaultTranslations.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Translations/DefaultTranslations.php', 1, 0x00000000000000000000000000000000, 0x75259a4a356723b3bb4828aaba32b273, 0xa25064c9070eddffc49733945b214b71f89dea7d9b25564f941f964134eb674f, '', 0, '?'),
(0x5f18423a38034168c18e5195435866dc, 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Translations/TranslationsInterface.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Translations/TranslationsInterface.php', 1, 0x00000000000000000000000000000000, 0xe25b49571978c8341a1a28f02ec2b64e, 0xeb13cef588e816f0c9f34aef88cd8c294a4d7c9e151693bf171cb57ea926500c, '', 0, '?'),
(0xe395814120c00385cb17c416fe41d2a9, 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/WordPressSDK.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/WordPressSDK.php', 1, 0x00000000000000000000000000000000, 0xde0368e12b03ff77a950783d5631a6ad, 0x9527f5e5d9a6e49e0faa457e4313c5e57ade080394b13333e317d7a0a11afbb4, '', 0, '?'),
(0x560ffc3e6e9d4e78b9c7f472a8350ef0, 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/build/data.js', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/build/data.js', 1, 0x00000000000000000000000000000000, 0xbd8845607290a1ca2e1547c99c15e9d9, 0x4be6bc33d5276e3d5415f87d431517555e8bd8c4e77a3c8b04570447a758f469, '', 0, '?'),
(0x87c3ad8eb4d9ee8f82481540475da5ca, 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/build/wordproof-block-editor.js', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/build/wordproof-block-editor.js', 1, 0x00000000000000000000000000000000, 0xa9e10df38a84000db402fbbd172e34fe, 0xdb71d1c016e8b3f8649fc1080995962a312ed2b87f275b2b41f5f6bbb86b4383, '', 0, '?'),
(0x4d1d58723152dd149b208e117874c034, 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/build/wordproof-classic-editor.js', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/build/wordproof-classic-editor.js', 1, 0x00000000000000000000000000000000, 0x8813cafbcd43180a100124a75f7b0d05, 0xeb85b1dc7e72689b1896c36b7bc9b3f862836746111b6633b4441611af3c00cc, '', 0, '?'),
(0x3f5fdcfe58d48d3c1f8e7404afcb53f4, 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/build/wordproof-elementor-editor.js', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/build/wordproof-elementor-editor.js', 1, 0x00000000000000000000000000000000, 0x32f48c3158af5a09d33fbb300fa1be91, 0xa4e6ee7da596b35e9889d827f8ffdcc8919eeefe45f560b73bfaa0411ee5e05f, '', 0, '?'),
(0x80158b62b6a6bff8d622a3974c823660, 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/components/ActionLink.js', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/components/ActionLink.js', 1, 0x00000000000000000000000000000000, 0xfd4f4ea43fccd90e1b81f313e55aae62, 0xf51ea0b1a3d54a210e3bbfa3ec963a9d1d0ea2c5ad73443e0c661abdc7119e7b, '', 0, '?'),
(0x81fff815e267135edf3bb010b32eee85, 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/components/AuthenticationModals.js', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/components/AuthenticationModals.js', 1, 0x00000000000000000000000000000000, 0x537537273fa64846f072e21d0b64dd9b, 0xe9c9f23e6528d7ccbaa12d99c80a22b4e725315ac83879d02c25ce78ac4771d9, '', 0, '?'),
(0x4a9bec21bfe83f3f0ad7db281ddf6cdd, 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/components/EditorPanel.js', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/components/EditorPanel.js', 1, 0x00000000000000000000000000000000, 0x9f8640949c7e96e2e779ede2e7f47e6d, 0x2cff1f26f1a28e5d26fcfbe1ef2287f9c3d1136f078af066f0f5ab78e91ad2e8, '', 0, '?'),
(0x42549f45fe975dfb72f08a2be0333906, 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/components/modals/Modal.js', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/components/modals/Modal.js', 1, 0x00000000000000000000000000000000, 0xd23663e72e0e5b3e829350c99d037b02, 0x69c3083e0b0ca24bb3ef84b2498851f09190fd76c5977e195e41cd7d82ee09fa, '', 0, '?'),
(0xfe416feda346b07dcd1f7931e9443eb7, 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/components/modals/OauthDeniedContent.js', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/components/modals/OauthDeniedContent.js', 1, 0x00000000000000000000000000000000, 0xe7046614b654959f12c4a509f1085f85, 0x8833af1648cec7581f241a09940c364ae159c501613009205fa2d2046ba8f862, '', 0, '?'),
(0x98e9def7dda7f3579d55f2c42bd10189, 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/components/modals/OauthFailedContent.js', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/components/modals/OauthFailedContent.js', 1, 0x00000000000000000000000000000000, 0xbff0dc12f72977238a865badd43ad6d5, 0x758557fb4eb97184b23da5906ac14e4c245ddccac41fa1f8f800a8bbc5cc998d, '', 0, '?'),
(0xa7989d6104766e8c71cecdf23c9c7df2, 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/components/modals/OauthSuccessContent.js', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/components/modals/OauthSuccessContent.js', 1, 0x00000000000000000000000000000000, 0x82b987999925ce0db20a6dd053d6074b, 0x727c076119a167a6554621a1fbd6e6ed4232488eae16d8c424297a940105d482, '', 0, '?'),
(0x03d7e075d05b6bf08e0d9b2033bda65a, 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/components/modals/WebhookFailedContent.js', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/components/modals/WebhookFailedContent.js', 1, 0x00000000000000000000000000000000, 0xce24813ba2dc6ed3b55e2eba22c33af2, 0xcce61c20f5c0edde369f272492060644f356f4bd35c84c578338d5f6a56c1580, '', 0, '?'),
(0x627cf49d1170adee5a46a1cfe7c837bd, 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/data.js', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/data.js', 1, 0x00000000000000000000000000000000, 0xd07592628bd0390fae67c8e55290a194, 0x74adf19a39fbebf8d8976c0d6e30e5dfecdd31d8caae42e82bf4c38ad15439e6, '', 0, '?'),
(0x7a52ef563ce92a65273f252ba35488e5, 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/helpers/api.js', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/helpers/api.js', 1, 0x00000000000000000000000000000000, 0xf3f9fc4de5852e4e8b69ec2b7ff98a73, 0x27678c64aceb037379991fca2fab7f97fa86ffb78f61dbae6cd9c4636eeb07e3, '', 0, '?'),
(0x625445b4aff60d3922557e85cc7e3e7f, 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/helpers/data.js', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/helpers/data.js', 1, 0x00000000000000000000000000000000, 0xa39af4211b0cd87395ea4157d2cf4534, 0x9c7209bdd48136f3e56fc716206e46689823ae0fb28e189fd0910b1da71d47d2, '', 0, '?'),
(0xeb00ef41910d1e3cbf0d4b12a4d931aa, 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/helpers/editors/blockEditor.js', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/helpers/editors/blockEditor.js', 1, 0x00000000000000000000000000000000, 0xc92e4a5b90f838a02441b6089b11dcd8, 0xe89d401bb6de0a767dc73e0543ee907ea15e18ce5b57651b3b74025b2092a02d, '', 0, '?'),
(0x0548c3d22aace124c9bd179c6d82b55f, 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/helpers/editors/editor.js', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/helpers/editors/editor.js', 1, 0x00000000000000000000000000000000, 0x8b1bb054bdea640abe3e5d363f8a62db, 0x0b062cc9212c57791fc629504a7057e33a108a55483e5c16113cc23012601afb, '', 0, '?'),
(0x2e35641ce44b195767144d32bdab3463, 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/helpers/editors/elementorEditor.js', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/helpers/editors/elementorEditor.js', 1, 0x00000000000000000000000000000000, 0x7f45df47343060e5a73f7bdc0c9f9ed6, 0x27b60a1d294200303aebc230796dfa671fb4450f3a152e3d71585c9b23a77942, '', 0, '?'),
(0xebbb653dead86a612b32748c19483192, 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/helpers/elementorHook.js', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/helpers/elementorHook.js', 1, 0x00000000000000000000000000000000, 0x89c28cda52faaebe0e865b84ccb90f62, 0xb1e382087d20e9b098dd59fdfcd6f904e7e05dabc570fc8f325846f0eab0a202, '', 0, '?'),
(0x43339329af6657ece7841cb9f242e54c, 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/helpers/endpoints.js', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/helpers/endpoints.js', 1, 0x00000000000000000000000000000000, 0xa1822ea84ca568e9b64a971295fac708, 0xe45a5bdc8435c6d27cd06a5e73d56e29158cc5e09509d518b9b91307245b770a, '', 0, '?'),
(0x72b2d8ca80bd61a02d0e70ffca4d0d11, 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/helpers/event.js', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/helpers/event.js', 1, 0x00000000000000000000000000000000, 0xd61b6db5e0901eb1ff8fa40de613a48e, 0xf06a22ed99c80e366b0561ec2fa7279adafad2d04846d4695d94d6a47f561e5d, '', 0, '?'),
(0x8710268a8c132eebcad94aef11af8490, 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/helpers/popup.js', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/helpers/popup.js', 1, 0x00000000000000000000000000000000, 0x86eabe75103c58a6d57b761dba0ca526, 0xe1c03832b1b3a11fc4cbe614574badce084aa8a602b0ae44a9e7d8698d9ce58f, '', 0, '?'),
(0x2c7b5f0182d161383006b19ef26cbeda, 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/helpers/string.js', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/helpers/string.js', 1, 0x00000000000000000000000000000000, 0x84bec92d0132b96ad65533865a16bf0f, 0x24f6bb1e4ce226d21a9d6a0556d95c9b89caf8b1b57586ca19525f691659dfa8, '', 0, '?'),
(0x9910a6247861a8320632d548e88065d2, 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/helpers/wait.js', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/helpers/wait.js', 1, 0x00000000000000000000000000000000, 0x1413e554c4fff955b1a87c6908c6b623, 0x948a50a2c5a8e0dc5a9ea21e6e136c6ffc417d66ef3869eec68c832bcac1b9c9, '', 0, '?'),
(0x914bdff264d7d178eee434e2b5779e29, 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/initializers/authentication.js', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/initializers/authentication.js', 1, 0x00000000000000000000000000000000, 0x7ad88fe38257ae51ce7a23ec2ac8e8d5, 0x098c2cc13afefe6a5b80cb384693a5fe2220e2a8080708fe18077fd56785c7c3, '', 0, '?'),
(0x7ba285cd01e2d8d0560c7da6bd9f2a3e, 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/initializers/blockEditor.js', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/initializers/blockEditor.js', 1, 0x00000000000000000000000000000000, 0x3f52068b1594d9459e976b24cabed7de, 0xd0001c674a67b09abedc74fb5dbe03204ed119a7eb3da906623fd0c265560e9c, '', 0, '?'),
(0x91c4f7008f689becbee8b323b9660b5b, 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/initializers/classicEditor.js', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/initializers/classicEditor.js', 1, 0x00000000000000000000000000000000, 0x76a368745743c5ffb7e1789dd8a72ad0, 0x0d594e8cf0e4ca3dc9a37cf0ee41f5f949b0e41b18a9ed91605ecb431e69da0e, '', 0, '?'),
(0xc872a2d713c58b9b973830a181b5b567, 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/initializers/elementorEditor.js', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/initializers/elementorEditor.js', 1, 0x00000000000000000000000000000000, 0xc3b9336952a514bcc15e090fde4dfa9d, 0x6e05e399be68f5abc530ea98e247e4de96e67a39e36873da2bc33f53c5484700, '', 0, '?'),
(0x08811ee28b8e0990207632d48c677fb9, 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/initializers/timestamper.js', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/initializers/timestamper.js', 1, 0x00000000000000000000000000000000, 0xf232dd60ffc54050fb74d749a6f4f345, 0xa3fa40ad1f041255c7ec6c2e90963acbfbcfdc1415ed7a0fa0a809b723c85035, '', 0, '?'),
(0xda54157e5bd3020cbdc29b4856317bf8, 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/wordproof-block-editor.js', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/wordproof-block-editor.js', 1, 0x00000000000000000000000000000000, 0x3437caf0846d814a1d5b00906b8ebdee, 0x8e21124e1714b0d7a325f103f43949821acb4d780f24252776a74638aa974211, '', 0, '?'),
(0x2dceec9c9e9ee8288a19ec2812aaa27d, 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/wordproof-classic-editor.js', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/wordproof-classic-editor.js', 1, 0x00000000000000000000000000000000, 0x2ea47488f25af99ca4efd9ffc6618772, 0x157523de34f8d881c323efa1e23e5fd6a1f233323a9e0120d04ca817ed7b8c28, '', 0, '?'),
(0xcd4f3fc8421ea2861f4776cbbdeeb21d, 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/wordproof-elementor-editor.js', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/wordproof-elementor-editor.js', 1, 0x00000000000000000000000000000000, 0x295d0087d0e5b53c79c93f4c939192ae, 0xcf5ab6c5fb33d4ef0f78d4bba4119c2c27492d0de59d5920ef80295a5ed0f03c, '', 0, '?'),
(0xb9861b42fef43e4fd9deb023f89069e4, 'wp-content/plugins/wordproof-timestamp/wordproof-timestamp.php', '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/wordproof-timestamp.php', 1, 0x00000000000000000000000000000000, 0xfcdd02895a9a2bf4132aacfe09a5ae55, 0xd206466b89dfcd461b77ba394c9a1cba044593bcea310edf7666ade2f8e3ec30, '', 0, '?'),
(0x0944011bd75fea98232019617d4eaaf4, 'wp-content/plugins/wp-piwik/LICENSE', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/LICENSE', 1, 0x00000000000000000000000000000000, 0x7702f203b58979ebbc31bfaeb44f219c, 0x7836ca40e0a90adb710276c764523ee0e3b27b0f1491385eb85fe604e0b87051, '', 0, '?'),
(0xa8d14f20a3fcddf2c7e68aafee12acd1, 'wp-content/plugins/wp-piwik/README.md', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/README.md', 1, 0x00000000000000000000000000000000, 0x76c45618a3a796881e3baf9e26c119c8, 0x4adc9ff3c440c4691673130dbefc4e74f712819a191447abc44812705d987731, '', 0, '?'),
(0xf34bbd3db08eb5fcd92c7c6ce3df99ff, 'wp-content/plugins/wp-piwik/bitcoin.png', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/bitcoin.png', 1, 0x00000000000000000000000000000000, 0x54e3d049496beb43c7f88d8aee9c7510, 0x6a741462026870aa9f7eab24889ec37647cae2db2d4b2ff8aa5cc7a227398d2e, '', 0, '?'),
(0x191a1640c6efc65914deadbf520f6686, 'wp-content/plugins/wp-piwik/classes/.htaccess', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/classes/.htaccess', 1, 0x00000000000000000000000000000000, 0xa1751e1f10a3b96b05d0401c97e72008, 0x9571e6276a2a15cea1ae47287fcbf6a742ffcece342ec107203719b827d1aec9, '', 0, '?'),
(0x9cb2a95d41a911ffcc6e4a7392201d1a, 'wp-content/plugins/wp-piwik/classes/WP_Piwik/Admin/Network.php', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/classes/WP_Piwik/Admin/Network.php', 1, 0x00000000000000000000000000000000, 0x4a137f878639d9e0643f0bf0df63a41e, 0x022f4344bb6808340717661875b494796b9e6da6a9fe97273fcb54ee15b0b3a4, '', 0, '?'),
(0x800d615d726aeacbedc8d14bc98b3fd7, 'wp-content/plugins/wp-piwik/classes/WP_Piwik/Admin/Settings.php', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/classes/WP_Piwik/Admin/Settings.php', 1, 0x00000000000000000000000000000000, 0x4be14273ff8ac47a0b49805cf2b4e85e, 0xac994309c277fd207dec32f24bc67cc949f7bccc22a0618b51b2626deb618058, '', 0, '?'),
(0x400ea7c360c5eb5815c35d312094cdcf, 'wp-content/plugins/wp-piwik/classes/WP_Piwik/Admin/Sitebrowser.php', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/classes/WP_Piwik/Admin/Sitebrowser.php', 1, 0x00000000000000000000000000000000, 0x615000a4492c80a41c011c26228711a9, 0xc391741ca482bb327a0df19644c89925cec204baf9e29699591e4bb25a1eadbf, '', 0, '?'),
(0x8e2c1ba019637888fd45008d32e9d8e0, 'wp-content/plugins/wp-piwik/classes/WP_Piwik/Admin/Statistics.php', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/classes/WP_Piwik/Admin/Statistics.php', 1, 0x00000000000000000000000000000000, 0x622d52ae9193e17c6a8794f6d85b3ef1, 0x030abdd1036109c402db6d35265165978abd23044cc8c45e397539abd0e9e20f, '', 0, '?'),
(0x4b5650e465c74caa122cdbb493d8a7b6, 'wp-content/plugins/wp-piwik/classes/WP_Piwik/Admin.php', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/classes/WP_Piwik/Admin.php', 1, 0x00000000000000000000000000000000, 0x60c478e505c16e17a6df818306ad45d2, 0xabbbb72524834e1f064997e0c02662e7fa7f4b67452362a668a83cc29ddc867f, '', 0, '?'),
(0x566d440f5d8e1fb00585c133f6794373, 'wp-content/plugins/wp-piwik/classes/WP_Piwik/Logger/Dummy.php', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/classes/WP_Piwik/Logger/Dummy.php', 1, 0x00000000000000000000000000000000, 0x4b4a2165f12d8f805684e444b48113fe, 0x95976504a041316186738a5137ea81a1d982663e8c53d8ae06aaabab597bf892, '', 0, '?'),
(0xfadc68017fff81fbaed6d1ef884458d4, 'wp-content/plugins/wp-piwik/classes/WP_Piwik/Logger/File.php', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/classes/WP_Piwik/Logger/File.php', 1, 0x00000000000000000000000000000000, 0x562dd865d2a2069a9214944bbc26b413, 0x3ac72149e2707e942a75217f6301e13e8f8e4846c2bb1ffde8478c51dd624147, '', 0, '?'),
(0xfa872258fdd54832be8e084c0531b794, 'wp-content/plugins/wp-piwik/classes/WP_Piwik/Logger/Screen.php', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/classes/WP_Piwik/Logger/Screen.php', 1, 0x00000000000000000000000000000000, 0x0405e8cf7c4ea88488dc085ffb27cc39, 0x68aa2d8fbaa7fbb34ab00a5262bf5cfac0ededda7736615e12ca9b6fc2068fb8, '', 0, '?'),
(0x4f0ab758c3e6fee1b63b6ac3d2051cf0, 'wp-content/plugins/wp-piwik/classes/WP_Piwik/Logger.php', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/classes/WP_Piwik/Logger.php', 1, 0x00000000000000000000000000000000, 0x84ec5de8ac20408a33a0ffec04224006, 0x9cfb730b7e5bf6f5920d074774e261463621765c37dcfaa07bec98303cb9318b, '', 0, '?'),
(0xb150707924dd6a40dc81a7b87bd73731, 'wp-content/plugins/wp-piwik/classes/WP_Piwik/Request/Php.php', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/classes/WP_Piwik/Request/Php.php', 1, 0x00000000000000000000000000000000, 0x3c5d96c3ac55483692e62d23c2fe8e2e, 0x8af371cd9bd166910335ccf8071fbcdbc3bd7d2403a18373cde046d5ec3a53bd, '', 0, '?'),
(0x57db9e902e06f4e1a0a4e9549d3baacd, 'wp-content/plugins/wp-piwik/classes/WP_Piwik/Request/Rest.php', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/classes/WP_Piwik/Request/Rest.php', 1, 0x00000000000000000000000000000000, 0x156a5fb02d93b86f50785af283289e10, 0x3c359cebd928e8e4cbbadcb09dace226961bf7ac3d5703cc60eb1828564befa0, '', 0, '?'),
(0x22365bab81895f70539040ebdb5d4b88, 'wp-content/plugins/wp-piwik/classes/WP_Piwik/Request.php', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/classes/WP_Piwik/Request.php', 1, 0x00000000000000000000000000000000, 0xad57faca5fcbfffe8ab865a827a4eaef, 0x3783a0d1a700a0d1bb1fa19c387fdb7412189f1d0c0feceebd7fdfcecda25095, '', 0, '?'),
(0x6f14b6347c6af99bc723d5663421e737, 'wp-content/plugins/wp-piwik/classes/WP_Piwik/Settings.php', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/classes/WP_Piwik/Settings.php', 1, 0x00000000000000000000000000000000, 0xf93b9698d801a503f2db684fe6922120, 0xed195d82efb84e9409b8576ea319d547d7b5f3f8b225259e39146ffb8171e067, '', 0, '?'),
(0xf6abfac3fb1792e6ce2ce05712e6d592, 'wp-content/plugins/wp-piwik/classes/WP_Piwik/Shortcode.php', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/classes/WP_Piwik/Shortcode.php', 1, 0x00000000000000000000000000000000, 0x68df897a75d6f7570a6f10cc109ae094, 0xc72fab1b4e3c3c3b5b47f1df67b3b6b31afdc717b6355172a055d92d77070810, '', 0, '?'),
(0xe5e7e486d78d4b701caba07c283c28e7, 'wp-content/plugins/wp-piwik/classes/WP_Piwik/Template/MetaBoxCustomVars.php', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/classes/WP_Piwik/Template/MetaBoxCustomVars.php', 1, 0x00000000000000000000000000000000, 0x80371898a1f6de9ae43d44e4fb8ab3fd, 0xff0d12eec96ed81a95933748054c25adede37bed77668673203fa849a3bc9dc0, '', 0, '?'),
(0x4278852f86aae41943f42d08b8f7d9a6, 'wp-content/plugins/wp-piwik/classes/WP_Piwik/Template.php', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/classes/WP_Piwik/Template.php', 1, 0x00000000000000000000000000000000, 0xba9a6dac33154eab9cfbacab3281dddf, 0x00ab2729d816d3dcaf6e276262b1af0e40e77e6b9329e32195838a4d330ac35b, '', 0, '?'),
(0xb9ef59b2a10eed79f59aefd606ef7eb0, 'wp-content/plugins/wp-piwik/classes/WP_Piwik/TrackingCode.php', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/classes/WP_Piwik/TrackingCode.php', 1, 0x00000000000000000000000000000000, 0xb55b31d37d48eefdef3377a1ee450bba, 0x1fd6305be92efba64c934c0172a3aa7dc87db02b68077ec500d4e610d0ecb6d9, '', 0, '?'),
(0x99d268d8af5059e740c56da4b4f38f0a, 'wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget/BrowserDetails.php', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget/BrowserDetails.php', 1, 0x00000000000000000000000000000000, 0x044dda2b99723300c0ffb089d393f4d3, 0xf383cc5f1a217739b727f7d76f587f53545a572e85a01e6412583d9122be860f, '', 0, '?'),
(0x70de737c5139dddbfdd0fbffe57a9b7e, 'wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget/Browsers.php', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget/Browsers.php', 1, 0x00000000000000000000000000000000, 0xf4eac5efbd94bcca1770060135256bdb, 0xfd34ff67d145911a50b64ec312aa33810702e485168b80eb0e073c5f294b5b24, '', 0, '?'),
(0xf4676d4cf474a0da1d89d8df13f7194e, 'wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget/Chart.php', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget/Chart.php', 1, 0x00000000000000000000000000000000, 0x128bf1af0c160e891c880de976f03446, 0x2032f16afb7c41a811c13fc041eaede8c88d96b7d4eb9e8a2335adf77cbbd23c, '', 0, '?'),
(0x17042177b16e728913cfd74d15f808a3, 'wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget/City.php', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget/City.php', 1, 0x00000000000000000000000000000000, 0xef10da2633c380e80f6717bdc5d84447, 0x51ed001259dcc2c8a6770761d22bcd87efba9f483feffc93e27031ff38fa3645, '', 0, '?'),
(0x20eecaf0bf205180f65c74c176d60b02, 'wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget/Country.php', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget/Country.php', 1, 0x00000000000000000000000000000000, 0xf7f465e06562937022e5c97c5aa731b1, 0x753e383093d9414399a41e3b409781de82c62a1f054504216e12012828f5dd6b, '', 0, '?'),
(0x5aff73bbe9d697ca41426ec93f23a671, 'wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget/Ecommerce.php', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget/Ecommerce.php', 1, 0x00000000000000000000000000000000, 0x3b98282afcd994b3f9fbb36ef28d1801, 0x2cbce28d149755fe16b8834d5d7d39f9184fbb4dfe11dbcdf179abc724d4cefb, '', 0, '?'),
(0x6205262a1cc26141e9e11ba6dd91f6f5, 'wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget/Items.php', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget/Items.php', 1, 0x00000000000000000000000000000000, 0x3af57375b0d47b472dada98e4269d3bb, 0x52e19b6c6830c819ed57c5abee635cd6010ded89f6d05d4e5bc46b66a73ffcf7, '', 0, '?'),
(0x7bfd40ddc661285fff1a2237ab84fb20, 'wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget/ItemsCategory.php', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget/ItemsCategory.php', 1, 0x00000000000000000000000000000000, 0xa00043a994ef3faa376162ad2c33e9b1, 0x64fc89925a1622ffe788d004410d4f724c6ce386060d1531cb8d545276caa562, '', 0, '?'),
(0x7289593d0604d587b4532f85fc19782b, 'wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget/Keywords.php', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget/Keywords.php', 1, 0x00000000000000000000000000000000, 0xcd462a3fde838479e329f38d511a434e, 0xf090740aefc37811ca58bc422aef48ba1863ae267d3fd5321f9a40aa19bbb1d2, '', 0, '?'),
(0xd059d82b38ebaf115ed4d47c88602eb4, 'wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget/Models.php', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget/Models.php', 1, 0x00000000000000000000000000000000, 0x59249383daf8496203b5ee93d87e8882, 0x6ab4d8e4aada223a0af0d73f4e1fb4150a788568f608763b1c5982c18f5c906c, '', 0, '?'),
(0xb0ded667fab5bb53f26dfaad654ad66c, 'wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget/Noresult.php', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget/Noresult.php', 1, 0x00000000000000000000000000000000, 0xaa801ec7a616055cb63ede8f03b3d4d7, 0x3f83e8f4c2356848de1841761f1820c1e8d82397f0d82993e492d6c853ca2614, '', 0, '?'),
(0xc4705eb8418497b2712ff1bf20527805, 'wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget/OptOut.php', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget/OptOut.php', 1, 0x00000000000000000000000000000000, 0x65dd386a345f937dfaefdb6c6310f804, 0xa39b4fb692c08cc5b18c172eaede591aa87f728a3b031de283fdb10c18d963be, '', 0, '?'),
(0x9ddb8521cd5e891ef63a6e33e8278c20, 'wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget/Overview.php', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget/Overview.php', 1, 0x00000000000000000000000000000000, 0xc429ccc26eafbfb42f44e5b7a948e47c, 0x5ebc37a9cee7e8b63be1dce35bb75463ce93e194b7cb0603af02864af2074386, '', 0, '?'),
(0x613713fafc7908648e780b5a2246c12d, 'wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget/Pages.php', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget/Pages.php', 1, 0x00000000000000000000000000000000, 0x232219a8bc509dfb366316e5348e1b04, 0xf8098b1d516884673c3b44fb549eb6432f455df2ef9e052e05630ccbc53abc30, '', 0, '?'),
(0x8ced18556db956972a8b18199cc95c8b, 'wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget/Plugins.php', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget/Plugins.php', 1, 0x00000000000000000000000000000000, 0xaf1aab1b48931e1cffc2fa9fabcd7ad2, 0x47fe88d0120aec184d3ae9c17fb13fc53948671b9f4b90ddb9aeda21ef7705aa, '', 0, '?'),
(0x09b386c7f327c2065d0fd4aad837014f, 'wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget/Post.php', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget/Post.php', 1, 0x00000000000000000000000000000000, 0x0b5dc5e892d73e92f41566dc37e6d0aa, 0x271af414313bc0d0916329224133ae8627713aa15fc86a24c4162e2972609f37, '', 0, '?'),
(0xab1ecf5e655c75b4b54d757f7a883e72, 'wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget/Referrers.php', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget/Referrers.php', 1, 0x00000000000000000000000000000000, 0x5719d91c76daf1837c71e64763737c06, 0x06f275842ab25bb5b23eebac3bbe8d73b43d16ff8185dc825ac25de34fd06efc, '', 0, '?'),
(0xa6b11014d8cc070c679e43d213b7f27f, 'wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget/Screens.php', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget/Screens.php', 1, 0x00000000000000000000000000000000, 0xcfa4e79bb782dcb58c124355983f3afc, 0x034e9bad5db09b99df96004f7fdfb52d41d531ace30c9ee5887514beaeda7bfd, '', 0, '?'),
(0xdf3258d237d0702cf85d1bbcbb050ca3, 'wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget/Search.php', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget/Search.php', 1, 0x00000000000000000000000000000000, 0xe42dd45cba88333b8d599d789f0e042d, 0x591bf9022244f539690d73454333acf0c51de88430696c149d773f231dc3537a, '', 0, '?'),
(0xdce0b9187a859136be8b85ac5a744d58, 'wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget/Seo.php', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget/Seo.php', 1, 0x00000000000000000000000000000000, 0xdf03eb7f690ed064cac255fffcb28ff1, 0x6b39e98c4d818009614b7aeb4d45b3ac485c18d9a746f600ebdeac351e54d592, '', 0, '?'),
(0x1b54889ffbb9481cb85fa63a3fb01f62, 'wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget/SystemDetails.php', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget/SystemDetails.php', 1, 0x00000000000000000000000000000000, 0x7ae2ee395cff50c123ec69e84cac268c, 0xaacbe3b8dc4422799bdb2a4b52d6279f087128fe4cb4972fd45705b94564f4bd, '', 0, '?'),
(0x4688af59d30347440792e146708c5e89, 'wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget/Systems.php', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget/Systems.php', 1, 0x00000000000000000000000000000000, 0x21aff454ac76c1498f0fd5e57e51af13, 0x6edbfee65e260297be1b2de781b46f81b17cada8859f3a54760d0bcb182ce36f, '', 0, '?'),
(0xbba0adcd445b93800a7d5534f0ebaf6d, 'wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget/Types.php', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget/Types.php', 1, 0x00000000000000000000000000000000, 0x7e29b24c18ceb2f5122467061a3e98fa, 0xc0b5736990c393dc457c22790d2aa06cde05b8f25bdebd30a252317b8cabf3f0, '', 0, '?'),
(0x262524470ac2366336d2d69769afffe3, 'wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget/Visitors.php', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget/Visitors.php', 1, 0x00000000000000000000000000000000, 0xdf4b89bfa306c92e4dcfa492f3bc2b46, 0x15e5f02f1a6cb14af53ff77b388b62dedd856374dc6adb924e737f9a3febfb06, '', 0, '?'),
(0xccf569a52b724fa1fe67e028cfbab5ad, 'wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget.php', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget.php', 1, 0x00000000000000000000000000000000, 0xdb7bcaad65f9a63a34ded1842dd1bf77, 0xdb8cef70e57c06664baaf76e2014957cb8613b50d76972ab33ac5fbbbbe610a3, '', 0, '?'),
(0xdd502c29cecf8d202c3809ff1301c071, 'wp-content/plugins/wp-piwik/classes/WP_Piwik.php', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/classes/WP_Piwik.php', 1, 0x00000000000000000000000000000000, 0x9d8b678e2e6bb1720b5d23b139bf15bf, 0x3c0c14e83b4782e9149980239381eb266481ad4ec0bd64a84a7cf640771c06d3, '', 0, '?'),
(0x90d437f11d12905fb64bf878fc2d7fe7, 'wp-content/plugins/wp-piwik/config.php', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/config.php', 1, 0x00000000000000000000000000000000, 0x74fe90b051b56b89fdb87b7d2be111ad, 0x6a9923a19964b3b86c968492944d3c7bd2d1f10b80d5f61c0995af64a2d337d7, '', 0, '?'),
(0x6d78846d3812cf7e89c95bdf12f5dc68, 'wp-content/plugins/wp-piwik/css/index.php', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/css/index.php', 1, 0x00000000000000000000000000000000, 0xa69cdadd6483591d18976cb1adcd40d3, 0xed18b11bbfb44327f9f7608383b5ab5cb2db801f2d2938521b05f5cf5d254a69, '', 0, '?'),
(0x333f96e576b0ec988df5a1c077a4c93d, 'wp-content/plugins/wp-piwik/css/wp-piwik.css', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/css/wp-piwik.css', 1, 0x00000000000000000000000000000000, 0x8e822d956f5c10c989aff4c2919cef1a, 0xd405b7f9f5ae69896dba327133708b6c3102ab0019410dcda34e88e957469805, '', 0, '?'),
(0xda1d3db3cd8835b2095040085ac1d4d1, 'wp-content/plugins/wp-piwik/gpl-3.0.html', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/gpl-3.0.html', 1, 0x00000000000000000000000000000000, 0xb18135e6391a13f06c0b4ea3e38ce946, 0xee0ecafe62cce85293c11c355f83f0ca3a0d2e63a33185c4a5c07f602648047a, '', 0, '?'),
(0x97b4687f8a4bac1a9e80ecf99c59f3ef, 'wp-content/plugins/wp-piwik/index.php', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/index.php', 1, 0x00000000000000000000000000000000, 0xa69cdadd6483591d18976cb1adcd40d3, 0xed18b11bbfb44327f9f7608383b5ab5cb2db801f2d2938521b05f5cf5d254a69, '', 0, '?'),
(0x247ca256ddf1c512714f999dd8865a4c, 'wp-content/plugins/wp-piwik/js/chartjs/LICENSE.md', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/js/chartjs/LICENSE.md', 1, 0x00000000000000000000000000000000, 0x3e025ee56af19f75708febeec2fc321a, 0x45e8ec48ae4977022b77c929b10d6341944e3a9a4d81d2bbfc104e4f4c421320, '', 0, '?'),
(0x7d1b43a3ecd872e2ff52c34c805ce696, 'wp-content/plugins/wp-piwik/js/chartjs/README.md', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/js/chartjs/README.md', 1, 0x00000000000000000000000000000000, 0x04707dec7ea35da7720c47f5d7dd8ba0, 0x11ac8f4403bbb2d05ecb5f498c91ff4310a9c4a3b0016b6358bb3c21282c5992, '', 0, '?'),
(0xb6f30f578ddf4c59d1c6773102d1df0c, 'wp-content/plugins/wp-piwik/js/chartjs/chart.min.js', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/js/chartjs/chart.min.js', 1, 0x00000000000000000000000000000000, 0x1022f258dad217c4b3676a140ed7519b, 0xc2234a0323ad0a775e941e21e7f0224a4fbf4813ee5078d3810aca156bd43495, '', 0, '?'),
(0x2506d801a2a85edf070f2120b1c86297, 'wp-content/plugins/wp-piwik/js/index.php', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/js/index.php', 1, 0x00000000000000000000000000000000, 0xa69cdadd6483591d18976cb1adcd40d3, 0xed18b11bbfb44327f9f7608383b5ab5cb2db801f2d2938521b05f5cf5d254a69, '', 0, '?'),
(0x1aef6b092bde64e205187955af5e736f, 'wp-content/plugins/wp-piwik/js/wp-piwik.js', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/js/wp-piwik.js', 1, 0x00000000000000000000000000000000, 0x1e69959a7ca3dadd84bfde791f1732b2, 0x3ba90991dd2fda4426ddfed52bc137ddefec1c77b8b259c72f4272a5ac05617b, '', 0, '?'),
(0x8d6550a325cfaaa636d3c9752888b7c0, 'wp-content/plugins/wp-piwik/languages/.htaccess', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/.htaccess', 1, 0x00000000000000000000000000000000, 0xa1751e1f10a3b96b05d0401c97e72008, 0x9571e6276a2a15cea1ae47287fcbf6a742ffcece342ec107203719b827d1aec9, '', 0, '?'),
(0x15ed07cd1a63eea0cf296fffa0fe050b, 'wp-content/plugins/wp-piwik/languages/.tx/config', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/.tx/config', 1, 0x00000000000000000000000000000000, 0xeb1ffaf3addcee915233e82f737347eb, 0xe203b6851fd7567f1ad4945b4e837bb92e1d7bbe7ebb4995f33443bcd9cddd10, '', 0, '?'),
(0x8bbc932b92c2a012a78874dea7af8cca, 'wp-content/plugins/wp-piwik/languages/update.sh', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/update.sh', 1, 0x00000000000000000000000000000000, 0x7221b8e7da4f18516ed632ad139add71, 0xa5336715006e0622fb9ff8e0b19cd4dbf8840b9ca7a247242fd6ef57d3e6d46b, '', 0, '?'),
(0x23bcf09abc21d7775e62eda3def8e0ea, 'wp-content/plugins/wp-piwik/languages/wp-piwik-az_AZ.mo', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-az_AZ.mo', 1, 0x00000000000000000000000000000000, 0xa7ea817eb18bc5bd6dfcb4648c905b85, 0x5c23893e330bf9e2f2785d4bbc8c98a269b6ce8f4cc41a5d1fc0e0815377648b, '', 0, '?'),
(0xf9ed41422a6aa55b2b5be1384f2bb5c7, 'wp-content/plugins/wp-piwik/languages/wp-piwik-az_AZ.po', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-az_AZ.po', 1, 0x00000000000000000000000000000000, 0xfba7e14c43a80035f9ec5f3dfd0124a6, 0xbe52a12bcfc06595628c63d028ac5c8e625fe7d2f869123bb407fcfc8c602032, '', 0, '?'),
(0xbe3457f826c82829f73111ae15cb3f26, 'wp-content/plugins/wp-piwik/languages/wp-piwik-be_BY.mo', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-be_BY.mo', 1, 0x00000000000000000000000000000000, 0xf3715764cb4492f81ee49cb3d0075db5, 0x9f746d43b6250b1cebb22f8bd4ece37e34261ef9db81417ebe627143f8e39ce1, '', 0, '?'),
(0x25508d87be9674e1662dff2c6ecca627, 'wp-content/plugins/wp-piwik/languages/wp-piwik-be_BY.po', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-be_BY.po', 1, 0x00000000000000000000000000000000, 0x83471850be44f65795937443250ac791, 0x2d0f9c40e4de94ac3b4b6db232c559a9d3bdff2c95f9af035f13e48b874ae9b5, '', 0, '?'),
(0xbf1b42e84b1e2bd30a49c8cc99098382, 'wp-content/plugins/wp-piwik/languages/wp-piwik-cs_CZ.mo', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-cs_CZ.mo', 1, 0x00000000000000000000000000000000, 0x454aadf259e11e867aa674fb96f933b9, 0x2bf62b410841a7f5ea5a7ebc75d0f307193d375f6a54c5f8c8c6871898b765ec, '', 0, '?'),
(0x88d75f2a463911a2871919e4ad677403, 'wp-content/plugins/wp-piwik/languages/wp-piwik-cs_CZ.po', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-cs_CZ.po', 1, 0x00000000000000000000000000000000, 0xd92fd99f5b3fce289d6f2d7368201305, 0x3652b14509f2acb0d2e9d12c09f2d1945d7ec26069f85ad3191571a02e0f00dd, '', 0, '?'),
(0x8d0230956d32c83a9f7f2aa000a42941, 'wp-content/plugins/wp-piwik/languages/wp-piwik-de_CH.mo', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-de_CH.mo', 1, 0x00000000000000000000000000000000, 0x9c38433f56394862d924b8b918801548, 0x5a6e3d86be6482ff3bbce0b293031ece8d7d2ccf7eb4860ece6f5948f6c0af2e, '', 0, '?'),
(0x6aba4c09cdf3d98dad47dbbeaa98a5d8, 'wp-content/plugins/wp-piwik/languages/wp-piwik-de_CH.po', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-de_CH.po', 1, 0x00000000000000000000000000000000, 0x8aa934590cd7880b2299e59974eedd1f, 0xf72dc11810deca57da4c02a203e70817134f9b2e3afbeca583a25c4e13472298, '', 0, '?'),
(0xfe33abfd5b13344201d97361e30228a4, 'wp-content/plugins/wp-piwik/languages/wp-piwik-de_DE.mo', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-de_DE.mo', 1, 0x00000000000000000000000000000000, 0xe12e0a203608ebd9851e55822792492d, 0xca726d1f96c7cf66c34a04d89fe658ad942c4b32fce56746fcc00dfc570ec4ff, '', 0, '?'),
(0xbaae9a1957a21c2b7e5b588058e0caf4, 'wp-content/plugins/wp-piwik/languages/wp-piwik-de_DE.po', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-de_DE.po', 1, 0x00000000000000000000000000000000, 0xc21dd0f8d5880b4bace92f8331b77923, 0x4b541b2607871c9fb2fa5bdde8f5ac75d5e2d2341e36e8b7ea3741fbdf93e5b1, '', 0, '?'),
(0xefa13a6c960c4e7d6f830353e7496b16, 'wp-content/plugins/wp-piwik/languages/wp-piwik-el.mo', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-el.mo', 1, 0x00000000000000000000000000000000, 0xcd4ae1793eb453358115fc549bfa6cc0, 0x6977b9fcb1279f5ecbe50e460056d68ab958ada465dcf0796a422d9cbb535eea, '', 0, '?'),
(0xda166efea2f2cdc8b07832db6f682233, 'wp-content/plugins/wp-piwik/languages/wp-piwik-el.po', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-el.po', 1, 0x00000000000000000000000000000000, 0x8376c8c6527f90c6971b3f97aea02acc, 0xc6293572a29eb3e1138c4523bbf525179a3196752032f32ec56fc55763031c47, '', 0, '?'),
(0x0f3b5c93c46a103a089febcd9b7dd873, 'wp-content/plugins/wp-piwik/languages/wp-piwik-el_GR.mo', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-el_GR.mo', 1, 0x00000000000000000000000000000000, 0x897f6154ce8bd200f385351736496dba, 0x810b01870982ff22bde1e38b6293012f248a03b7490ef52d47210a222f177767, '', 0, '?'),
(0x2a1ce46fb5f8969fc24fe59ab1fa8258, 'wp-content/plugins/wp-piwik/languages/wp-piwik-el_GR.po', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-el_GR.po', 1, 0x00000000000000000000000000000000, 0x680a38c22134e644c99cc5d91f2df348, 0x1c15692e39cb47d0b6ad35d35345c0e5bcf08dc85b0596e01794ba9f744f7ee9, '', 0, '?'),
(0x3b518eaca0ac6b9e648bc68bca4cd065, 'wp-content/plugins/wp-piwik/languages/wp-piwik-es_ES.mo', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-es_ES.mo', 1, 0x00000000000000000000000000000000, 0x788e6305a33f907811751668f897e87b, 0xc1b3a01a33a1bd611de3f2ec9e2648762ab986cf128e6b88a3ae9824cf7f01f5, '', 0, '?'),
(0x7fca269214ad9dd50577f0b1bcbdffd3, 'wp-content/plugins/wp-piwik/languages/wp-piwik-es_ES.po', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-es_ES.po', 1, 0x00000000000000000000000000000000, 0xac096bf63ab7eafa43cd175f889df42f, 0x25a08f58371a797592cda29148c95de5c9580b5e952b5b8d438969c26ad00051, '', 0, '?'),
(0x0aa03be69c0a3e7583ace6c75a251df1, 'wp-content/plugins/wp-piwik/languages/wp-piwik-fa_IR.mo', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-fa_IR.mo', 1, 0x00000000000000000000000000000000, 0xecf95d25b60eae7d3238b9fc8222a5e5, 0x7a001f73e0119bec41bb6c39e5bea50a7d116741aa4b1f278b373cf5f95ad307, '', 0, '?'),
(0xa84b5546cd2a72c57eb0bd118e07f2f5, 'wp-content/plugins/wp-piwik/languages/wp-piwik-fa_IR.po', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-fa_IR.po', 1, 0x00000000000000000000000000000000, 0xa1444da4747e97acc4c17ebb9d3460e3, 0x9b41d61413d4de7e45be4a6e0b13c365c72ad77afc041f3d344a44bdaac61f7e, '', 0, '?'),
(0x20895911446fecdcfad7f980acd0c60e, 'wp-content/plugins/wp-piwik/languages/wp-piwik-fr_FR.mo', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-fr_FR.mo', 1, 0x00000000000000000000000000000000, 0x01d84898c5a6f22c62cba0d203308f09, 0x930ce54ef1c7e1a11ab40e1eb542fe83de0c2898beec3cc9ff029f37fdd5976f, '', 0, '?'),
(0x212ebae22c64d88e123e12fc71b16d24, 'wp-content/plugins/wp-piwik/languages/wp-piwik-fr_FR.po', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-fr_FR.po', 1, 0x00000000000000000000000000000000, 0xa48420368081efa31d80e8100216bfe0, 0x5a8db2ee67c4082f899818666d735c89724d8ca4dd0dc3f74d1286b8051d6563, '', 0, '?'),
(0xa64d27d1571fb8c2b5c099494bd35cb4, 'wp-content/plugins/wp-piwik/languages/wp-piwik-hi.mo', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-hi.mo', 1, 0x00000000000000000000000000000000, 0xdc3cafd27ef25f500b067878eb25932e, 0xe7faca2bdd45ed18d202d26a1d20ae5e17c47fe794544b022d9d8a00bb82b7d4, '', 0, '?'),
(0xe82384e6ad479cea6f9701fcc5295d34, 'wp-content/plugins/wp-piwik/languages/wp-piwik-hi.po', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-hi.po', 1, 0x00000000000000000000000000000000, 0xc9b68b6753324d638107e6256ee1d201, 0x585aefc45632c4d17ce4f4730e0aaac57d7c3a0f6a6950132aef7a5a7010d200, '', 0, '?'),
(0x7e8df0a2e978aa1879da668899a44245, 'wp-content/plugins/wp-piwik/languages/wp-piwik-hu_HU.mo', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-hu_HU.mo', 1, 0x00000000000000000000000000000000, 0xe552b80d01f092e0e6d64caae76e8799, 0x5b7f57fc301c6d3e8a4c1d977270c1dc2b14c3d9ea02e03f3ae715044a5b02b3, '', 0, '?'),
(0x673eddfd8e53a27e26554779b50116c0, 'wp-content/plugins/wp-piwik/languages/wp-piwik-hu_HU.po', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-hu_HU.po', 1, 0x00000000000000000000000000000000, 0xb961ad00729f5c8aa0fc5ae4141b4f80, 0xcbe69d09e16b5c8f137c727fbcd1dac2d60caf857c2eacc7ad72eb05789cb875, '', 0, '?'),
(0xef4247f61a1066a32423fc2abcc61939, 'wp-content/plugins/wp-piwik/languages/wp-piwik-id.mo', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-id.mo', 1, 0x00000000000000000000000000000000, 0x3d5eb4829cdd91ee2ca7a182ac27fe02, 0x2d4e8830ba9eeddbbbbd822c20c949fae52b5bb456ed880c5ec02c27eef1273a, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x2a782bbaaa9f236e68164db77bc15338, 'wp-content/plugins/wp-piwik/languages/wp-piwik-id.po', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-id.po', 1, 0x00000000000000000000000000000000, 0x46eb410c93025b99f80dff632e42de39, 0xed66719c13affb1be87e707af689ede621ae2a18385ffd1d76fc0ca797fb052d, '', 0, '?'),
(0x3820bd81e8c0eada86729ec9daa58448, 'wp-content/plugins/wp-piwik/languages/wp-piwik-it_IT.mo', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-it_IT.mo', 1, 0x00000000000000000000000000000000, 0xa9fb02cc7a39ad2b73c35e4fd274b80d, 0x8537e3bdd11ecd1e4a6786a989d83a5c0138ae415442983f0d0d3ecfd18f8e57, '', 0, '?'),
(0x0fffcced42ce132b60d3beb84fc61574, 'wp-content/plugins/wp-piwik/languages/wp-piwik-it_IT.po', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-it_IT.po', 1, 0x00000000000000000000000000000000, 0x7b6be683e89ab41b2e6bb9856ae7089d, 0x00637c32c64b82726ecce61659abaf9f2ae08d58674c634eede6537374ee74ca, '', 0, '?'),
(0x2d88874c37e2344f22f8058a2057583f, 'wp-content/plugins/wp-piwik/languages/wp-piwik-lb.mo', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-lb.mo', 1, 0x00000000000000000000000000000000, 0x5e9cfadcda2efd8cb8b30fe0eba012e5, 0x01a17361a37dc4b2fc291bee99837b67cc6b265f53bdd8ace5591a60e110acc4, '', 0, '?'),
(0x21e607c4b050095058555a4b028606ce, 'wp-content/plugins/wp-piwik/languages/wp-piwik-lb.po', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-lb.po', 1, 0x00000000000000000000000000000000, 0x0e58ff8d7b12e798c8ce9aa38e0970eb, 0x162d82e6018e67926ec8d5d00822126ea73ebb9d03b992ea3da7dec293f6ad41, '', 0, '?'),
(0x1b83f348baa58a559b0871bb062dbaeb, 'wp-content/plugins/wp-piwik/languages/wp-piwik-lt_LT.mo', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-lt_LT.mo', 1, 0x00000000000000000000000000000000, 0x11756a30c73d8f6545b46273db5871fd, 0x37dcd2a18d68926ed60f4c1cf52867ebd8d8962ec16e3b9dacbe5acfe06b9870, '', 0, '?'),
(0xf23d777e0b712829f23096da1d570214, 'wp-content/plugins/wp-piwik/languages/wp-piwik-lt_LT.po', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-lt_LT.po', 1, 0x00000000000000000000000000000000, 0xdcf5d99db48574ccbae639fb1e843ca4, 0x551cab87197ccd0a50c8e53f7cc5b05d6809f197d684a638b5bb4c2485bc53a7, '', 0, '?'),
(0x34c422eac5e6c5c281af447bc181a158, 'wp-content/plugins/wp-piwik/languages/wp-piwik-nb_NO.mo', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-nb_NO.mo', 1, 0x00000000000000000000000000000000, 0x9c4b329acca8f85a52902afa5e28ed0d, 0x178cde6ab1c78cc24b8c42c3cad8e674f4668bc6225168f5b65b0413b73f8fd8, '', 0, '?'),
(0x58f2f90f7f8da64b45f93a9a8b005cb4, 'wp-content/plugins/wp-piwik/languages/wp-piwik-nb_NO.po', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-nb_NO.po', 1, 0x00000000000000000000000000000000, 0xed75c054ca720dda5b7ad2b54e3eb4f2, 0x9dc77a0f2dc5f5e64f7e19430ed5d9e3d6ad87131ab051d931f13afc153adc3a, '', 0, '?'),
(0x8c00d0f633c7cce50767bd6b660cce62, 'wp-content/plugins/wp-piwik/languages/wp-piwik-nl_NL.mo', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-nl_NL.mo', 1, 0x00000000000000000000000000000000, 0xc81f42c5a72dbcfb5e8e22fde052fe1e, 0x9b8691e66c43c2f710efa4255727299ae0fc957688a48083a76b0ea14d4b9a78, '', 0, '?'),
(0x0ff8d3240722e7af1e10b4bbbc87e92f, 'wp-content/plugins/wp-piwik/languages/wp-piwik-nl_NL.po', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-nl_NL.po', 1, 0x00000000000000000000000000000000, 0x7d16ee2fa1829052dcf95a3c3aa7bdab, 0x1425cead8307c8f6f6641f7c168fb4f4d311c99fc1e3be00408c35c91c6df729, '', 0, '?'),
(0xab9ef4427f84130417399b5a2eb15e22, 'wp-content/plugins/wp-piwik/languages/wp-piwik-pl_PL.mo', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-pl_PL.mo', 1, 0x00000000000000000000000000000000, 0xf8d672212638291ee012723673fe0e3e, 0xef3f41d750dc45b68ab808953b3a813df93189616f23636e514dbba35ff6bee4, '', 0, '?'),
(0xf2a6e22246cae88caf8fe90b9b9c7113, 'wp-content/plugins/wp-piwik/languages/wp-piwik-pl_PL.po', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-pl_PL.po', 1, 0x00000000000000000000000000000000, 0x3d876ee0070a2d9873f59128e34e88b7, 0x45b84cb2546cbc4f3dbbbb7f37c9288bffca47785b5d9d6e2ced34776954db9f, '', 0, '?'),
(0x6362d30c179184f676723fb8dab0f070, 'wp-content/plugins/wp-piwik/languages/wp-piwik-pt_BR.mo', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-pt_BR.mo', 1, 0x00000000000000000000000000000000, 0x8e9f40bdc781e1259cbb111b7dfd4be8, 0xb9721b65a51e8a5859430d54649adee7bae6b92a9b9fe6340fc7bb9442288e43, '', 0, '?'),
(0x0ff81111e617c603de3c0b2cbc2f5f78, 'wp-content/plugins/wp-piwik/languages/wp-piwik-pt_BR.po', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-pt_BR.po', 1, 0x00000000000000000000000000000000, 0x7767843838ae531f89d58938bfa2fc73, 0xafbe0860e446a72751ea5a3263d810cae1d10c38c1d3dd76c97e32593038b6da, '', 0, '?'),
(0x84f96520503229dd4ff42f88275e7215, 'wp-content/plugins/wp-piwik/languages/wp-piwik-ro_RO.mo', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-ro_RO.mo', 1, 0x00000000000000000000000000000000, 0xcb10b02ed1d3fd1276663003758bb6e2, 0x4e642ded56498fe43db4bf52587db31422950ba4a81ee9f1662db550b730cc61, '', 0, '?'),
(0xc4f0f8eb8327c9dce0bbdd9d0e041033, 'wp-content/plugins/wp-piwik/languages/wp-piwik-ro_RO.po', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-ro_RO.po', 1, 0x00000000000000000000000000000000, 0xb4adc84e74a08e84086e5f4bd25bf401, 0xaa8df52a2bb4051a13419219a01baab3f86a05b3d55e6c757ff2f7e690250326, '', 0, '?'),
(0x28616d5a3aca0cef021cc1cdef737390, 'wp-content/plugins/wp-piwik/languages/wp-piwik-ru_RU.mo', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-ru_RU.mo', 1, 0x00000000000000000000000000000000, 0x6d54be2c88e40b0a45df00e1fd52783a, 0xa50a5ff4247586288388431087f92e02a8edfe62f2ff89ec9e7ed7c5000dc659, '', 0, '?'),
(0x6fb6dd234f75470983a7cc0bbc128cae, 'wp-content/plugins/wp-piwik/languages/wp-piwik-ru_RU.po', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-ru_RU.po', 1, 0x00000000000000000000000000000000, 0xb3f18bf4b7dc3ca7a965830cdc4f281e, 0x7d99993636c2e2195025076cb7b4e017cd20a17f18200290e578fe1fea8c5219, '', 0, '?'),
(0x86a7d25e0d3ea5ff00ada3b0b7a15558, 'wp-content/plugins/wp-piwik/languages/wp-piwik-sl_SI.mo', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-sl_SI.mo', 1, 0x00000000000000000000000000000000, 0x12fb0138267cfc60c07074d6d3b32797, 0x954f23494eeb6882cb14b5ce564801c564203a4f7a25aa1bf69a14fda34ea152, '', 0, '?'),
(0x11496bac75aad12751c108c612912082, 'wp-content/plugins/wp-piwik/languages/wp-piwik-sl_SI.po', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-sl_SI.po', 1, 0x00000000000000000000000000000000, 0x5f042f052831bf1001d74e997725390d, 0x012b7ab69758dfb201ecfbd46cf775c25b74e8fd19dcbb25ab26ba486a934a37, '', 0, '?'),
(0x2746c6ad1b833ceddb601d9cf43ef7c4, 'wp-content/plugins/wp-piwik/languages/wp-piwik-sq.mo', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-sq.mo', 1, 0x00000000000000000000000000000000, 0x101a6d8433a862c651735d7a8b4bd163, 0x671c78d258e0c6ab7c6f847aaeda2fc17aa93ee4d0ecace4fee22db07302235d, '', 0, '?'),
(0x21a2ca8cb8a91a25996e72550873d004, 'wp-content/plugins/wp-piwik/languages/wp-piwik-sq.po', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-sq.po', 1, 0x00000000000000000000000000000000, 0x2034d372fbd7a3487571fb54def659c2, 0x756e5677b16359cb1647d209fe5eed704c1303e6fcdf29468bd5a84769d062c7, '', 0, '?'),
(0x0c0968d0a7322179d8895c382e1b5229, 'wp-content/plugins/wp-piwik/languages/wp-piwik-sv_SE.mo', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-sv_SE.mo', 1, 0x00000000000000000000000000000000, 0xc463b615fc8ab5c568364d35218b52b9, 0x3a743fc347a25282feee3355d3595bd680d19092fd94cb3a50cf2c900fefdc9d, '', 0, '?'),
(0xa20bd94c5e69ee94931a40d67f2497e5, 'wp-content/plugins/wp-piwik/languages/wp-piwik-sv_SE.po', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-sv_SE.po', 1, 0x00000000000000000000000000000000, 0x4b4b60ee984023404f33f7c619341dbb, 0xcdce86059f992c3a7c2105235d9de34907f089d3049c637ae3f4e76521e98b6e, '', 0, '?'),
(0x675add877ebf2961d132c8ac79b170b8, 'wp-content/plugins/wp-piwik/languages/wp-piwik-tr_TR.mo', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-tr_TR.mo', 1, 0x00000000000000000000000000000000, 0x185febb108903888f79c3ba01573f89c, 0x3bf0858fefe054da88db283b41974cedd16a5ed105cc81f5c255899c88032abd, '', 0, '?'),
(0x9f800ea2ad1a338561bcd23aa74d80bf, 'wp-content/plugins/wp-piwik/languages/wp-piwik-tr_TR.po', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-tr_TR.po', 1, 0x00000000000000000000000000000000, 0x1b0fea9d915f8033285799ea30a7bff2, 0xce37bd687c361727b72bfa15617a148be42b1fcdcaab4aba88e682e27e1d73c1, '', 0, '?'),
(0x8c0fbe5a348d0fd8a84d7c847d545184, 'wp-content/plugins/wp-piwik/languages/wp-piwik-ua_UA.mo', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-ua_UA.mo', 1, 0x00000000000000000000000000000000, 0x8368dcd48bc0383b11dda9db4aee7d92, 0xc8cefb03cc90f441c6b48a4e815c2e857ad4f1ecbc64c59c32c90f63133ce212, '', 0, '?'),
(0xe718ff4ed935b2b6143848ba6c7659a8, 'wp-content/plugins/wp-piwik/languages/wp-piwik-ua_UA.po', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-ua_UA.po', 1, 0x00000000000000000000000000000000, 0x6f8ea90d3f5f8ae2841ef4657d675ca6, 0xf94ecd45f41e8d139494fa690fadc0d57b768008a4c1e5e91fb77f9b5fe829ee, '', 0, '?'),
(0x1ef9a042d6e9d0b3d13d3ac6252b3197, 'wp-content/plugins/wp-piwik/languages/wp-piwik-uk_UA.mo', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-uk_UA.mo', 1, 0x00000000000000000000000000000000, 0x0042219f7919920c4e8f9d54d08320b0, 0xaa9451cfb86dee5e29d8ab2622ec9737286a1c0c4ae10687a742123425ab2371, '', 0, '?'),
(0x494f770d8e54cd526de69dc4913958fc, 'wp-content/plugins/wp-piwik/languages/wp-piwik-uk_UA.po', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-uk_UA.po', 1, 0x00000000000000000000000000000000, 0x235f0c4cefcf0580e45916a1c0dab27f, 0x2cdbe63e0817a54c1e1a69a0f0838fbb21a97a730d524f63902c57ee1e0ef2d2, '', 0, '?'),
(0x96aa26e6cf50ee3756b7731804988ec1, 'wp-content/plugins/wp-piwik/languages/wp-piwik-zh_CN.mo', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-zh_CN.mo', 1, 0x00000000000000000000000000000000, 0x1930703a8134848e2d7a25f0bdeb7380, 0xa6ee95d879766a286f65fab5667220af43c1cd281b12d232415338bb83113fc4, '', 0, '?'),
(0x0224833ee66d1a842b5705e9d58532ba, 'wp-content/plugins/wp-piwik/languages/wp-piwik-zh_CN.po', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-zh_CN.po', 1, 0x00000000000000000000000000000000, 0xd180c74377e5ef36ac4ecb293702c4e8, 0xd9315aab55d240a720f11a14ba9b196d8127237f41694d2b3e33455a443f88c5, '', 0, '?'),
(0x541e209e9315657aa9b45d3887be46b3, 'wp-content/plugins/wp-piwik/languages/wp-piwik.pot', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik.pot', 1, 0x00000000000000000000000000000000, 0x041ef43c44ebc2eb9296ee2f43cadac5, 0xd4e07170769edbf15e9889cec6f40aa3dc8ba6c22ee91dbaa745a66613d89d3e, '', 0, '?'),
(0xc4486afced0ab6cdbe3339a306ebad00, 'wp-content/plugins/wp-piwik/logs/.htaccess', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/logs/.htaccess', 1, 0x00000000000000000000000000000000, 0x209634bb0238704c4874c35d615ae59e, 0x9571e6276a2a15cea1ae47287fcbf6a742ffcece342ec107203719b827d1aec9, '', 0, '?'),
(0xcdd4d6ea6c1a17c376623a87c860dc51, 'wp-content/plugins/wp-piwik/proxy/config.php', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/proxy/config.php', 1, 0x00000000000000000000000000000000, 0x456a1e1f33ecaca72f1f677748ec96a3, 0x3bd913c07f36ff69a14a1733299346d6ab9708b46494fa9139367eb65ca3d7ec, '', 0, '?'),
(0x9e77034eabbaffb1a019bafb5703aa39, 'wp-content/plugins/wp-piwik/proxy/index.php', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/proxy/index.php', 1, 0x00000000000000000000000000000000, 0xa69cdadd6483591d18976cb1adcd40d3, 0xed18b11bbfb44327f9f7608383b5ab5cb2db801f2d2938521b05f5cf5d254a69, '', 0, '?'),
(0xcb4d6e90408e27d7a16dc48651c0af80, 'wp-content/plugins/wp-piwik/proxy/matomo.php', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/proxy/matomo.php', 1, 0x00000000000000000000000000000000, 0x4e3ec2d3488da9ce22d1a4793661f04f, 0x53a76f6f11d6e99d687e70b81ccc991723b622e6d44a6e8853a08ad6f4bea983, '', 0, '?'),
(0x32dd114a39f7620c64d8e0ea6491be05, 'wp-content/plugins/wp-piwik/proxy/piwik.php', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/proxy/piwik.php', 1, 0x00000000000000000000000000000000, 0xa2c4e1a001c5ab2a17e748180cff5c5d, 0x5fd09913a02776315618db5861340b86c5a30987bd7cfc103baa332ee760b2fa, '', 0, '?'),
(0x0df0fc4c4a652835766048bf059fdf92, 'wp-content/plugins/wp-piwik/proxy/proxy.php', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/proxy/proxy.php', 1, 0x00000000000000000000000000000000, 0x332350e6de8018adca8b34d62a1963d7, 0x6e5fa1d243885da6ae7f70d408a4e6255c60a6cb67fcc58eb6b35373527515e6, '', 0, '?'),
(0xa32eac2be75631c027dcc86d234cacb3, 'wp-content/plugins/wp-piwik/readme.txt', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/readme.txt', 1, 0x00000000000000000000000000000000, 0xd76110e356b81ace2f6abceef8b47fae, 0x6daeb6cd8d653350563e2246965be19e18f3955097c81f9c0fe52e0eeb8e54c5, '', 0, '?'),
(0x327bd458768c58feb4f02d4a4222a140, 'wp-content/plugins/wp-piwik/screenshot-1.gif', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/screenshot-1.gif', 1, 0x00000000000000000000000000000000, 0x4addcaa8c07213ce4de3e2997237e7db, 0xb33b881d306384e7217035940239d68ef5d08074ee4c6bbc028e1c232f5f2b93, '', 0, '?'),
(0xd1fe2be208b708bcdb89b6e131169275, 'wp-content/plugins/wp-piwik/screenshot-2.gif', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/screenshot-2.gif', 1, 0x00000000000000000000000000000000, 0xace420250e14a5fbb75745fc4c351787, 0x0505a81716fdf3d6ad5fb1ff30206bc473455e3515d44616d7117aad5b563a42, '', 0, '?'),
(0xe607a347cc5ef3f051228fdd8278b899, 'wp-content/plugins/wp-piwik/screenshot-3.gif', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/screenshot-3.gif', 1, 0x00000000000000000000000000000000, 0x91ab0d64303cd2723025fdb9777a906c, 0x90c945c6f46e80379e386227333944a25a7e0dbf90d2e61736caebaf420470ea, '', 0, '?'),
(0x66919e54b0d2495f04f3c2686d4fe028, 'wp-content/plugins/wp-piwik/screenshot-4.gif', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/screenshot-4.gif', 1, 0x00000000000000000000000000000000, 0xbcbbb95336d82b30ac25104140771daf, 0x180a6b1f4c2aa8c3aae884302b668e78cd00d06bc2bfb3a7fc1e41ec6c2e3633, '', 0, '?'),
(0x43f1148c41045da3dacf0ebb83b1c1c3, 'wp-content/plugins/wp-piwik/screenshot-5.gif', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/screenshot-5.gif', 1, 0x00000000000000000000000000000000, 0x932128bfb4935b6f79b8aa48b9f7e372, 0x303862d416e1e37a6753b6a7944a447c913b08c4230a787d8eb73f491c3238fb, '', 0, '?'),
(0x79597fc0cba0b77b45e09cfd89475174, 'wp-content/plugins/wp-piwik/uninstall.php', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/uninstall.php', 1, 0x00000000000000000000000000000000, 0xcf792c41c917d3f70168c5b65bc07dcc, 0x4ef7877e17a72e2952701602eaae28e22008e49c3ecdc299638e91dfbb25e2c9, '', 0, '?'),
(0x0fefbc764bdcb09dc1a8a9ec92bbace3, 'wp-content/plugins/wp-piwik/update/.htaccess', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/update/.htaccess', 1, 0x00000000000000000000000000000000, 0xa1751e1f10a3b96b05d0401c97e72008, 0x9571e6276a2a15cea1ae47287fcbf6a742ffcece342ec107203719b827d1aec9, '', 0, '?'),
(0x7b3b5c059f954a49999fc737827f8003, 'wp-content/plugins/wp-piwik/update/2015051101.php', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/update/2015051101.php', 1, 0x00000000000000000000000000000000, 0x1013b311f13236b4dbcf8f1db4014f7f, 0x047e281f1cbe1871170d914bc32ab4c77ae2d1d5a8ec48a696f922546414400a, '', 0, '?'),
(0xbc32ae923665ce63bb697a4f7655faa8, 'wp-content/plugins/wp-piwik/update/2017080701.php', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/update/2017080701.php', 1, 0x00000000000000000000000000000000, 0x21b9a822444a4996d4a544dc3a376974, 0x37adf65b2b4b6ecce8f34fb70918d67624834922bf1b9aa2b72da24a3c04e147, '', 0, '?'),
(0x77e1f232f037d4cd575a7de344d116c8, 'wp-content/plugins/wp-piwik/update/2021070701.php', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/update/2021070701.php', 1, 0x00000000000000000000000000000000, 0x1a40b2379ce14997c9eb5a9d6c2e7c1f, 0x03924ba1ff126a84942a4ef5fae8c9808531895a3c146e2767cdf4d17e1a7f81, '', 0, '?'),
(0xea02cff989f03919e651a1b2db7ce32d, 'wp-content/plugins/wp-piwik/update/90001.php', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/update/90001.php', 1, 0x00000000000000000000000000000000, 0x7f8de3be7570446e3ad8331dba9dd06d, 0xfad8d626c6e5020175127e39dcf5a35339c73789f40a8d1353ca2ec8232de76e, '', 0, '?'),
(0xc07080a7c0e860a80f971378fb0af3ed, 'wp-content/plugins/wp-piwik/update/90801.php', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/update/90801.php', 1, 0x00000000000000000000000000000000, 0x8348249646571b53ece823f54dfd8a6e, 0x6174921f6d945e32809ecf292295d03de419a3185bd0aab398626a073ea92054, '', 0, '?'),
(0x6fe0349b5d851e3b14bac932b295eb0c, 'wp-content/plugins/wp-piwik/update/91006.php', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/update/91006.php', 1, 0x00000000000000000000000000000000, 0x8c0a2809045a73c658b12999568503b3, 0xa3439b08920e721da589694a1df76c80f650ad140765ddb4828dcb588a3c060b, '', 0, '?'),
(0x241f6732ac7a8bfb667ed0bca69a6d3a, 'wp-content/plugins/wp-piwik/wp-piwik.php', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/wp-piwik.php', 1, 0x00000000000000000000000000000000, 0x49c068bf7b6e0bab504b1716397bfc25, 0x2b5221835696c857565f8addd12238a0655d43f3adc5856f7cbdd5c8fb67962f, '', 0, '?'),
(0xf110fd0f5488fab71ebd8c0bd9c6eb89, 'wp-content/plugins/wp-piwik/wpml-config.xml', '/home/www/iamctv.com/wp-content/plugins/wp-piwik/wpml-config.xml', 1, 0x00000000000000000000000000000000, 0x529ad014315e51376acea47813aa50de, 0x6a6045608697cfb5bcc3314a744f0e8ade798cac54d7c759c497c7b86666d260, '', 0, '?'),
(0xd8e4c0f117f39f0d2fe75843eb0c0655, 'wp-content/plugins/wp-post-author/LICENSE', '/home/www/iamctv.com/wp-content/plugins/wp-post-author/LICENSE', 1, 0x00000000000000000000000000000000, 0xa23a74b3f4caf9616230789d94217acb, 0x583bd6314d72ec477b96a0bb5c79e3d92501317fce60d5d4616ba71b985b8b84, '', 0, '?'),
(0xe48409e67b4b39303e26df657e4dc051, 'wp-content/plugins/wp-post-author/aft-wp-post-author.php', '/home/www/iamctv.com/wp-content/plugins/wp-post-author/aft-wp-post-author.php', 1, 0x00000000000000000000000000000000, 0x5f1094a086eefba8b681b46a410f6787, 0x0628523de40023392195a38c9d6da32fceecd440ed0c26ac0cb73d5c4236c4df, '', 0, '?'),
(0xee5e897b48cd4e62c6e8c9b552e43d93, 'wp-content/plugins/wp-post-author/assets/css/awpa-backend-style.css', '/home/www/iamctv.com/wp-content/plugins/wp-post-author/assets/css/awpa-backend-style.css', 1, 0x00000000000000000000000000000000, 0x9d8d190f95ddef82939ebc9435b9fb8d, 0x3733fc96531cb711ce4eeead14dccd56f26c62caaa150b00ee56bbfa93e0270d, '', 0, '?'),
(0xc6de272688a56d5d53988afce5c0e01c, 'wp-content/plugins/wp-post-author/assets/css/awpa-frontend-style.css', '/home/www/iamctv.com/wp-content/plugins/wp-post-author/assets/css/awpa-frontend-style.css', 1, 0x00000000000000000000000000000000, 0x610c7a9a63ff2dfd17f80775120ac42f, 0xba993e0da6d57331141a9254e1783384672cc25dce2177fa7a21b715662799a9, '', 0, '?'),
(0x0547d6dea7afa9a843ba0a0d4376caac, 'wp-content/plugins/wp-post-author/assets/css/fonts/icomoon.eot', '/home/www/iamctv.com/wp-content/plugins/wp-post-author/assets/css/fonts/icomoon.eot', 1, 0x00000000000000000000000000000000, 0xe1e60bf25150df40fab6ce1dfdd27247, 0x5f0beb4c3bfc0457a2faa29dc47d6f0657f1f4939862ea8285dcdbc188e78137, '', 0, '?'),
(0xeb47c9ce4845c3b26a4095204e7393ae, 'wp-content/plugins/wp-post-author/assets/css/fonts/icomoon.svg', '/home/www/iamctv.com/wp-content/plugins/wp-post-author/assets/css/fonts/icomoon.svg', 1, 0x00000000000000000000000000000000, 0x78f3d223ebcbf8670bf6f8139d466358, 0x5830fff2ee11fd5db9b93eebdceed05e9460cfcba8c33fb2d9aa0fe5a82d0088, '', 0, '?'),
(0x4a49b1f63d215760518424618fac3b1a, 'wp-content/plugins/wp-post-author/assets/css/fonts/icomoon.ttf', '/home/www/iamctv.com/wp-content/plugins/wp-post-author/assets/css/fonts/icomoon.ttf', 1, 0x00000000000000000000000000000000, 0xcb2146d5a152da17245b1f955f51e408, 0x31dd25f2887298aeffc058a250692130107fbf1778af67bbdb2d292d363b31f9, '', 0, '?'),
(0xc56a473c0be0207399d9b493b97d24b0, 'wp-content/plugins/wp-post-author/assets/css/fonts/icomoon.woff', '/home/www/iamctv.com/wp-content/plugins/wp-post-author/assets/css/fonts/icomoon.woff', 1, 0x00000000000000000000000000000000, 0xd260b9775e4e68831e063f548abe82d3, 0x55849a9a497a204063f1ac9b03f13c572e635d31cadf6846a58515cac7ba1f3c, '', 0, '?'),
(0x15c4c6619f332a3ccf57a7d27d4a309f, 'wp-content/plugins/wp-post-author/assets/img/afthemes.jpg', '/home/www/iamctv.com/wp-content/plugins/wp-post-author/assets/img/afthemes.jpg', 1, 0x00000000000000000000000000000000, 0x7b153e49c3df4fdd5f722274e9f9ea18, 0x4f0c418503e990c254ba51e4d55aed4e67d324747d083d6cd93a4cc5f7a9702f, '', 0, '?'),
(0x62b60c2597cabae818d8489fd74a11a6, 'wp-content/plugins/wp-post-author/assets/img/blockspare.jpg', '/home/www/iamctv.com/wp-content/plugins/wp-post-author/assets/img/blockspare.jpg', 1, 0x00000000000000000000000000000000, 0xe802348e954b5d009736f3107941ce5d, 0xb4773c3fa0b641b3625e5ef44b55694a154836f34a23104e19a06e345580cb90, '', 0, '?'),
(0x98e5c2e01fa0674eeced2338072f97a2, 'wp-content/plugins/wp-post-author/assets/js/awpa-backend-scripts.js', '/home/www/iamctv.com/wp-content/plugins/wp-post-author/assets/js/awpa-backend-scripts.js', 1, 0x00000000000000000000000000000000, 0x9e45cc1dcbdb56f21c56ade89854556f, 0x44ace237a34a758b6eadd63f023c19746a46f055a148e7583b58af052ea64219, '', 0, '?'),
(0x475ffaa2f35f81e93f5c17b2f1ab5ee6, 'wp-content/plugins/wp-post-author/assets/js/awpa-frontend-scripts.js', '/home/www/iamctv.com/wp-content/plugins/wp-post-author/assets/js/awpa-frontend-scripts.js', 1, 0x00000000000000000000000000000000, 0x7d34766ce8478667e69f6dfd8496706d, 0x57b95f72c36f8c1ca9c06dee5123b0caac64da60967d096fda6a8eea39d5b1c0, '', 0, '?'),
(0x2e6ec8c819458bdb385e02647aca4c6b, 'wp-content/plugins/wp-post-author/includes/awpa-backend.php', '/home/www/iamctv.com/wp-content/plugins/wp-post-author/includes/awpa-backend.php', 1, 0x00000000000000000000000000000000, 0x3ffccac6f52dba0af4288ddd870862da, 0xba6b74a85855978c614e53b90adc1ff3704940264bfe6e9773f9f9b4911c2940, '', 0, '?'),
(0x3adab0eddbd0dba5eacf08ab027db8b6, 'wp-content/plugins/wp-post-author/includes/awpa-frontend.php', '/home/www/iamctv.com/wp-content/plugins/wp-post-author/includes/awpa-frontend.php', 1, 0x00000000000000000000000000000000, 0x907c8c1d9ade9ad343caa2e395ba8213, 0xe6b7df415c48556574a30b76feaca1898b6babf036b92dbefe07a48765997aef, '', 0, '?'),
(0x65acd78bd7da5b96d2534c24eead9c21, 'wp-content/plugins/wp-post-author/includes/awpa-functions.php', '/home/www/iamctv.com/wp-content/plugins/wp-post-author/includes/awpa-functions.php', 1, 0x00000000000000000000000000000000, 0xab1d4000b597b67825568739c09e3693, 0x7feed4ddc25d8308e427240f361fee42d067cf4a5a039bab50ebcee1d42d877d, '', 0, '?'),
(0xfd6c4b231e51c0c027dd4d841d2f8f07, 'wp-content/plugins/wp-post-author/includes/awpa-shortcodes.php', '/home/www/iamctv.com/wp-content/plugins/wp-post-author/includes/awpa-shortcodes.php', 1, 0x00000000000000000000000000000000, 0xd4bc2d4ca494808877472a6a7991595c, 0x9f495e21fb5926bbf9d4570ed4145133d4fd00f3f7921d895b34cac3f2831d92, '', 0, '?'),
(0x40f957af0f33397f0571ebc9bba70a89, 'wp-content/plugins/wp-post-author/includes/awpa-user-fields.php', '/home/www/iamctv.com/wp-content/plugins/wp-post-author/includes/awpa-user-fields.php', 1, 0x00000000000000000000000000000000, 0x4dc615fc3cb1873f6ab2335e6ebae436, 0x20b779d149a192e799350a5fa323254e376189d16083b4cd7640943989c44162, '', 0, '?'),
(0xba8c133b7dabba453da15f359501b52c, 'wp-content/plugins/wp-post-author/includes/awpa-widget-base.php', '/home/www/iamctv.com/wp-content/plugins/wp-post-author/includes/awpa-widget-base.php', 1, 0x00000000000000000000000000000000, 0xc6c2012f505f5d01ad3c14f2d187e9cc, 0x6dbb80df7ad06c40bfce8af7c85f6c3d9c3c3dd4ecdae30ce2630e947dc7c94f, '', 0, '?'),
(0x137009910a784c87eaaf6cd7380def1e, 'wp-content/plugins/wp-post-author/includes/awpa-widget-custom.php', '/home/www/iamctv.com/wp-content/plugins/wp-post-author/includes/awpa-widget-custom.php', 1, 0x00000000000000000000000000000000, 0x5a3183cfdf89aee60c3fba321621cec0, 0x15fc2ef12c3e0b1087578e84a3f478da68e587d2f4cd66844d22a17ada1782e8, '', 0, '?'),
(0xb2677b4f45680d5a61f786745e9c5307, 'wp-content/plugins/wp-post-author/includes/awpa-widget-specific.php', '/home/www/iamctv.com/wp-content/plugins/wp-post-author/includes/awpa-widget-specific.php', 1, 0x00000000000000000000000000000000, 0x2a9588c3af09e32f66ef04e07515db56, 0x4a8cf33d693a1fe6b7345672edbba02e4db56af0a67ad51449e95137f10bf836, '', 0, '?'),
(0xe5e92eaaca24fd6acb78f41059201b9c, 'wp-content/plugins/wp-post-author/includes/awpa-widget.php', '/home/www/iamctv.com/wp-content/plugins/wp-post-author/includes/awpa-widget.php', 1, 0x00000000000000000000000000000000, 0x2eef20e802387fe729448644228dde31, 0x28cba7faed854a3c37892907bc26e27c95520938e788bf04587fbb30c0be2a0c, '', 0, '?'),
(0xcb5409e65f35029e5bb33ea782cef47d, 'wp-content/plugins/wp-post-author/includes/core.php', '/home/www/iamctv.com/wp-content/plugins/wp-post-author/includes/core.php', 1, 0x00000000000000000000000000000000, 0x296a411d6392e962bd6bdc1a0ffadc4c, 0xe74e2d63cc4ba3d2d2e606820f5c19c7e4ca2f4c7dcafedbdb5d0a6a1e7f1d88, '', 0, '?'),
(0x5d16e7d03583e92cb1328b79e82cdcb9, 'wp-content/plugins/wp-post-author/readme.txt', '/home/www/iamctv.com/wp-content/plugins/wp-post-author/readme.txt', 1, 0x00000000000000000000000000000000, 0xe0d05a5022b1380ee22012ce1f3d17a5, 0xc24726ceec2f589e6a4786aacca92905d213741dcab833a8247e6ce5af44b520, '', 0, '?'),
(0x920158a3776d0c1b53073a864aedcf16, 'wp-content/plugins/wp-rss-aggregator/CHANGELOG.md', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/CHANGELOG.md', 1, 0x00000000000000000000000000000000, 0xa08bb7887fc24ba0f4de45e0d397e720, 0x45a0f137383e64b8c2d3c174dc9d00f64ed897ab9ba23f772b695025aa78e42f, '', 0, '?'),
(0x06f63e59c498e477e4076d224ba0b6a5, 'wp-content/plugins/wp-rss-aggregator/css/admin-3.8.css', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/css/admin-3.8.css', 1, 0x00000000000000000000000000000000, 0xe9a5d5948f20626a9ce555da2bc7ae0e, 0x9748f57c1cbefbdcaded61b84ad89c90ac2e0fa43dc06f87f5616bed91795cde, '', 0, '?'),
(0x0ada44d8d03ff613450a57291bb05260, 'wp-content/plugins/wp-rss-aggregator/css/admin-editor.css', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/css/admin-editor.css', 1, 0x00000000000000000000000000000000, 0x7ee9f11b80842393b6e0a72518ef22ed, 0x735278e418c83f7f5cc840ae4774186688bd531b9a0f793f41a98a96a4e0a63b, '', 0, '?'),
(0x93467120cb1aa28e1939c19836befc0b, 'wp-content/plugins/wp-rss-aggregator/css/admin-general-styles.css', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/css/admin-general-styles.css', 1, 0x00000000000000000000000000000000, 0x73fb4e63c4bc36e2f02a6afb104288fa, 0x1ee0434af66511a74a52add346224784f7a3ce7d6b65950771ef4d420b89b11a, '', 0, '?'),
(0xd1c34653d696cf08e8bf3ee3ddc4c03e, 'wp-content/plugins/wp-rss-aggregator/css/admin-notifications.css', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/css/admin-notifications.css', 1, 0x00000000000000000000000000000000, 0xbf31f1461946329f3f5ffdfc5947cf56, 0x47747aed48eafd9d56624527e52e4e492689dac6c1107f79622ca2b307bae131, '', 0, '?'),
(0x0693b3691c5ba1779a5e5a405a08fc3b, 'wp-content/plugins/wp-rss-aggregator/css/admin-styles.css', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/css/admin-styles.css', 1, 0x00000000000000000000000000000000, 0x2239cfd42bd7665aacf36fd7e6b2b6a2, 0x554027f31438602375b1c3427efbe62965db3cf3712a743bfa924a783c2c2d36, '', 0, '?'),
(0x7e29b0552b3d78b42d1bcb14fe88caf2, 'wp-content/plugins/wp-rss-aggregator/css/admin-tracking-styles.css', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/css/admin-tracking-styles.css', 1, 0x00000000000000000000000000000000, 0xe2edffc2a7e1b3b81116ed04f15181bd, 0x8339de4442f534669df35f9ecf2c1efc0f55f7263a71221dfe594683852a754b, '', 0, '?'),
(0xc368d10ea4fe51b7a95eaa532328747e, 'wp-content/plugins/wp-rss-aggregator/css/beacon.css', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/css/beacon.css', 1, 0x00000000000000000000000000000000, 0x017b9738c7cb77b1e51fe908c318ebbf, 0xecc87ae61b773679411e0f6320e27db22cffc9ca3eb65864c3b8a94183cd496e, '', 0, '?'),
(0x4a73f34723d4118c9d53bab55dc90097, 'wp-content/plugins/wp-rss-aggregator/css/build/common.min.css', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/css/build/common.min.css', 1, 0x00000000000000000000000000000000, 0xa3e28a8f85c290ee34bfd8b10e9b1d56, 0x7f2c7f5f197d59dd92f0c80335f3014b7f4f9661b9cd72d709332579a15c80e1, '', 0, '?'),
(0xb6d7edfeb0e7e370e00e1ab4bdf39083, 'wp-content/plugins/wp-rss-aggregator/css/build/gutenberg-block.min.css', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/css/build/gutenberg-block.min.css', 1, 0x00000000000000000000000000000000, 0x8da7925dbaf4799a8831511524dc65fe, 0x58bf70a3a6a596cced233c24f14ea865b783c0d737233268718e49cdd349b91c, '', 0, '?'),
(0xeda51b23943f8e881f083b79683b910b, 'wp-content/plugins/wp-rss-aggregator/css/build/intro.min.css', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/css/build/intro.min.css', 1, 0x00000000000000000000000000000000, 0x308a56c5c22990b7a982ce197edd74f6, 0x83d0478fba4701916da0310aab1b9a3d7b31bd9f50f90c94e15faf4e983c7426, '', 0, '?'),
(0xf0a81f1e958530792216d726c372f13c, 'wp-content/plugins/wp-rss-aggregator/css/build/pagination.min.css', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/css/build/pagination.min.css', 1, 0x00000000000000000000000000000000, 0x6875b7cfca1337658c30d8d748af4f3f, 0x91cfb12af155baf2f8a4e9a8fe61ee312379c5722a63650d1217a7c33d8c847c, '', 0, '?'),
(0x260e5528ab01f1fd4cd78767ba236124, 'wp-content/plugins/wp-rss-aggregator/css/build/plugins.min.css', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/css/build/plugins.min.css', 1, 0x00000000000000000000000000000000, 0xa88e2153bd3359a4088723cf85b55918, 0xbbdd2fa0a493c932b2f80f99c3777d10df2a51e82aa1575529e1099f9935a2ef, '', 0, '?'),
(0xa9de1b54a69f6379c205a919fa76f609, 'wp-content/plugins/wp-rss-aggregator/css/build/templates.min.css', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/css/build/templates.min.css', 1, 0x00000000000000000000000000000000, 0xeacbb694333e6f5567baa0f6948e231e, 0x88c15f2ae63496a563eb44becfcf845b70b123f87f2fb053dd67be8c79afd790, '', 0, '?'),
(0xd6e631b54e6dfa3b7e2452e97a81656e, 'wp-content/plugins/wp-rss-aggregator/css/build/update.min.css', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/css/build/update.min.css', 1, 0x00000000000000000000000000000000, 0x2fcb46a88721049b48cb71e5a2dd5e2a, 0x1727596660cb7940e63d75c6e4f903225a69105d99b56d61c7b303666afce29c, '', 0, '?'),
(0x9eb69ebb959f82866665149daf1ef915, 'wp-content/plugins/wp-rss-aggregator/css/colorbox.css', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/css/colorbox.css', 1, 0x00000000000000000000000000000000, 0x292f3fc4f1681a95b7e05a895458fd59, 0xd94ee5dc3425e7c984ae0ecadf5dbaf2c7a3575b1029fc0876c74d0bb78fe7d7, '', 0, '?'),
(0x466c01fde9b9540eeff73e201ab57582, 'wp-content/plugins/wp-rss-aggregator/css/font-awesome.min.css', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/css/font-awesome.min.css', 1, 0x00000000000000000000000000000000, 0xfa6868c22ceca7f65191ec25c68a9bb5, 0xf7894f3ad383dae404a6529c6b6abf58f0d15995617e930c75b8ba953ce45849, '', 0, '?'),
(0xf6ff1b2b1622dc3dbf042bb986c5b3bb, 'wp-content/plugins/wp-rss-aggregator/css/jquery-ui-smoothness.css', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/css/jquery-ui-smoothness.css', 1, 0x00000000000000000000000000000000, 0xf4ae99987aeec799fe22e4a758d0b7a8, 0x38ab5eda359d13b6a2f5cda54458fafe3444553edfa820587bc541ca2fb4b0dc, '', 0, '?'),
(0x9ce4f024fcffc667392449aab3e4d431, 'wp-content/plugins/wp-rss-aggregator/css/legacy-styles.css', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/css/legacy-styles.css', 1, 0x00000000000000000000000000000000, 0x75822026d73bd1c4da58825961be30d3, 0xc381147ddafcd7ca63144224677c420618113bc418e4fee114fbc7c9a60a4927, '', 0, '?'),
(0xd532392b8e72519b8b131979ee07eaed, 'wp-content/plugins/wp-rss-aggregator/css/templates/list/styles.css', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/css/templates/list/styles.css', 1, 0x00000000000000000000000000000000, 0xebeb8dd6a171516ba92abb74416c1d94, 0xd3df5a5d64baa096b0273deb8cd6f808f62d4b9048f2257fcd30629d86c40405, '', 0, '?'),
(0xd8e953d6d9c0da601b59fbbc5731d126, 'wp-content/plugins/wp-rss-aggregator/fonts/FontAwesome.otf', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/fonts/FontAwesome.otf', 1, 0x00000000000000000000000000000000, 0x3f3a623e88cb5c62eaa2367195e98b67, 0x10cd6337a19fe4544a563835e73692c67bcf9a9c80ed3b5861b53239e2297e73, '', 0, '?'),
(0xf2c5851d2248b0b7a73f7c358b047242, 'wp-content/plugins/wp-rss-aggregator/fonts/fontawesome-webfont.eot', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/fonts/fontawesome-webfont.eot', 1, 0x00000000000000000000000000000000, 0x8b27bc96115c2d24350f0d09e6a9433f, 0xdd4b0a0db91617d3f1bcc0c3a0e67b9063fd2ee2f52548d312d7ece8f65b4170, '', 0, '?'),
(0x35abcd5152910007f84e5252497702d2, 'wp-content/plugins/wp-rss-aggregator/fonts/fontawesome-webfont.svg', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/fonts/fontawesome-webfont.svg', 1, 0x00000000000000000000000000000000, 0x0a799148a50bb02c6f380eabd8d97559, 0xbc074f60ba22cc9477511dd98bc9c0a500078b7bd42c4c535e87a395be99b6dd, '', 0, '?'),
(0xc277438d09443194903bbaf574b96f5f, 'wp-content/plugins/wp-rss-aggregator/fonts/fontawesome-webfont.ttf', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/fonts/fontawesome-webfont.ttf', 1, 0x00000000000000000000000000000000, 0xdcb26c7239d850266941e80370e207c1, 0x5293ed93e69d993b503e3d17adcf0224d909278da7d88a0ec833989f9daeea8b, '', 0, '?'),
(0x5d3a2c5e47bcf10d6b2245feefd2a4e0, 'wp-content/plugins/wp-rss-aggregator/fonts/fontawesome-webfont.woff', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/fonts/fontawesome-webfont.woff', 1, 0x00000000000000000000000000000000, 0x3293616ec0c605c7c2db25829a0a509e, 0xf6dfb3634d624366d8191d7a321f6ef648c4c55f60995cfa19d95f8bba18c187, '', 0, '?'),
(0x769a0fda693102ed1d128f4f87800d17, 'wp-content/plugins/wp-rss-aggregator/images/colorbox/border.png', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/images/colorbox/border.png', 1, 0x00000000000000000000000000000000, 0x7ca8a1d2eb0763b35c266cd54bee2fa5, 0x99fdb8c81c5a0dba34f0a61579d9b043d3ec1de6719ae2fd8c5a66a888f0019b, '', 0, '?'),
(0xb20b2e16fddfc12fd014ab1f3f19f2c7, 'wp-content/plugins/wp-rss-aggregator/images/colorbox/controls.png', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/images/colorbox/controls.png', 1, 0x00000000000000000000000000000000, 0xb68b9ecaae424de4862ba0d055b7a560, 0xd622d0d77ccb51f2424ddab7d82617aa0efa4e64a20b6e2430663f1bcc62412e, '', 0, '?'),
(0x915a34a03a20d04bb6d51990129574f5, 'wp-content/plugins/wp-rss-aggregator/images/colorbox/ie6/borderBottomCenter.png', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/images/colorbox/ie6/borderBottomCenter.png', 1, 0x00000000000000000000000000000000, 0x1936585831e8bcf4eb5ef1081c8e2574, 0xb1294b21aafda4e5ac650c8f9882aa15eee0b84d0f19419ead359e05c9dcfe2f, '', 0, '?'),
(0xad44a96f3a08272836eb0118cdf69b9e, 'wp-content/plugins/wp-rss-aggregator/images/colorbox/ie6/borderBottomLeft.png', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/images/colorbox/ie6/borderBottomLeft.png', 1, 0x00000000000000000000000000000000, 0x7ceeb01563f030dc47837fd8bad29488, 0x2ca059170cde07ae5b1f51e2431db5cde402e1e965e7d14cba3805b5e4c8df32, '', 0, '?'),
(0xb781ad3511872bc74b1c15ddf0693597, 'wp-content/plugins/wp-rss-aggregator/images/colorbox/ie6/borderBottomRight.png', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/images/colorbox/ie6/borderBottomRight.png', 1, 0x00000000000000000000000000000000, 0x297fb77440870d91f519bcecdb312725, 0xd9f190514a43aa4df8f4b955870ec0e3adf40c80a18b416fb4e9e2171fdec680, '', 0, '?'),
(0x9934c8027d33df1e10731eebc2d8b7f3, 'wp-content/plugins/wp-rss-aggregator/images/colorbox/ie6/borderMiddleLeft.png', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/images/colorbox/ie6/borderMiddleLeft.png', 1, 0x00000000000000000000000000000000, 0x64df0244eeaade27764d2cf33606527b, 0x870558785c27d07844788965614d05f0b750b8a6b89a8c95aad484ab6ae90ae6, '', 0, '?'),
(0x4f99a3eff3b65b950c4b29297f4835c7, 'wp-content/plugins/wp-rss-aggregator/images/colorbox/ie6/borderMiddleRight.png', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/images/colorbox/ie6/borderMiddleRight.png', 1, 0x00000000000000000000000000000000, 0x9fa458eaaa35b80b2452f35a1d6b4d0c, 0x3131db7d13f22a328c03e9bbac4e7829cf153618d302b2b5b5b78c90d2f3d4f6, '', 0, '?'),
(0xbe3cc8047896d4435fe2ec7b79874f9d, 'wp-content/plugins/wp-rss-aggregator/images/colorbox/ie6/borderTopCenter.png', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/images/colorbox/ie6/borderTopCenter.png', 1, 0x00000000000000000000000000000000, 0x01ecb01841270f3a765aadf4900929f3, 0x86c7ac0a429b3e391cf2a7ee75032e9d54af1c091982520293494051029cb3bb, '', 0, '?'),
(0xa05c6655a9c9603b60c86d787f21b364, 'wp-content/plugins/wp-rss-aggregator/images/colorbox/ie6/borderTopLeft.png', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/images/colorbox/ie6/borderTopLeft.png', 1, 0x00000000000000000000000000000000, 0xbf4949b95b09d255edd9bcb8358a3557, 0xa7937e6c450b9c45e322c04a62d20821071a50ef203141300f8397ad2f2b0910, '', 0, '?'),
(0x05588d8a7d6afcaebe19bd54f48fbc7a, 'wp-content/plugins/wp-rss-aggregator/images/colorbox/ie6/borderTopRight.png', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/images/colorbox/ie6/borderTopRight.png', 1, 0x00000000000000000000000000000000, 0x51315fa19507a33d5f1b5411598593e7, 0xb1e27d9fedac57d419ec5d503d80c6f0829e5dd5ae6abfe60f038fd6e799d8f8, '', 0, '?'),
(0x267542970814b838bf8368057703803e, 'wp-content/plugins/wp-rss-aggregator/images/colorbox/loading.gif', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/images/colorbox/loading.gif', 1, 0x00000000000000000000000000000000, 0xe6611f867d63754b7a2a974fb0a0e7dc, 0x4e84d24fb66a01e27e0679cea0bdc5529bd57566d3c17a951c4fe5cabed48741, '', 0, '?'),
(0xdceb3e5d8a3fa6cafc9352a0a707d79d, 'wp-content/plugins/wp-rss-aggregator/images/colorbox/loading_background.png', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/images/colorbox/loading_background.png', 1, 0x00000000000000000000000000000000, 0xacf427e932fb9413700a4b8b58b41eec, 0xcdce8e2558efc59646bcffe7dcf23173cf3bc01bce174ceb7a721618e792bb11, '', 0, '?'),
(0x64f83262c0683c21798ea6549bbf5d46, 'wp-content/plugins/wp-rss-aggregator/images/colorbox/overlay.png', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/images/colorbox/overlay.png', 1, 0x00000000000000000000000000000000, 0x790376e15a036959e358a19d4a7ea437, 0x3de6fbdcce8e301d2215845686b03212d9e5f919c19504964a16ad33d2704830, '', 0, '?'),
(0x1db490a739b0cfb9215f1f67ed7a4b93, 'wp-content/plugins/wp-rss-aggregator/images/facebook.png', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/images/facebook.png', 1, 0x00000000000000000000000000000000, 0xb994d7de6b186a7d187ec30b85194a0d, 0x26dfa06882750ea04750e0ba72422a04629bb64d51c04addd8217acf5131d54a, '', 0, '?'),
(0x4ce3c1feaaa63816967c4662a2167898, 'wp-content/plugins/wp-rss-aggregator/images/icon-adminmenu16-sprite.png', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/images/icon-adminmenu16-sprite.png', 1, 0x00000000000000000000000000000000, 0xca7281b7371c50f58a2d514cbbc359d8, 0x0d6c4e9fc2c59c134361769752dfbd9bbce5c0c8d3055604ff622a7f15b54a21, '', 0, '?'),
(0x3068b9170d196bbb48d164f16f6d434f, 'wp-content/plugins/wp-rss-aggregator/images/icon-adminpage32.png', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/images/icon-adminpage32.png', 1, 0x00000000000000000000000000000000, 0xb15ca10ef9905eb4a6c722c7bf24d56b, 0x5b07c3e44a8d8473acdb2969cc02470b9128fdb8f4fdd1415bfab83c35409ee9, '', 0, '?'),
(0x8d36ab4849f1abe33e5c93ed81c594d9, 'wp-content/plugins/wp-rss-aggregator/images/light-line-logo.png', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/images/light-line-logo.png', 1, 0x00000000000000000000000000000000, 0x5a917d858cdd8e7a1ca37d0fcf6b0bd3, 0xfd10df52aad794d9733356ce57df5f72c52b06fad4d4a72524371e6dd6902bd1, '', 0, '?'),
(0x948644ee4f16443a0cefbfb5d9a2c55e, 'wp-content/plugins/wp-rss-aggregator/images/twitter.png', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/images/twitter.png', 1, 0x00000000000000000000000000000000, 0x07d8ee130f6ab43d5bfa6701cec5c3a8, 0xb5f57ec1e7f2e8e1276ce40500b728bc3e75478ee995c5f9b1ab091e8649b00e, '', 0, '?'),
(0xd83d3151b2a95dc28b63150e0f4579c2, 'wp-content/plugins/wp-rss-aggregator/images/welcome-page/demo.jpg', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/images/welcome-page/demo.jpg', 1, 0x00000000000000000000000000000000, 0xf45fb349dfea8536ff306330dae61bd6, 0x99a9fc1debd439ddcb7420782a8af79827de1735ee941ca0978b86f8760a3c54, '', 0, '?'),
(0x091a8adf3f11ed1ce867322f8d03803f, 'wp-content/plugins/wp-rss-aggregator/images/wpra-icon-32.png', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/images/wpra-icon-32.png', 1, 0x00000000000000000000000000000000, 0x7ce590b91ec10e882d20b7ff443c7aa9, 0x02a3f03f125fe88e447978d72ce4b5da2c451d2dbdc622b8033989a68abe2f36, '', 0, '?'),
(0x7822351132952f33f4adeee9cbb8f92d, 'wp-content/plugins/wp-rss-aggregator/images/wpra-icon-small.png', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/images/wpra-icon-small.png', 1, 0x00000000000000000000000000000000, 0xb3575016ef8bdb3be5a7107b224d0635, 0x7a53ce3c8047883c759d0a0f359da3043ab39b3e6aae2ae56a1bbdcd280aa130, '', 0, '?'),
(0x8a0ea4f81756e22de56183f311458820, 'wp-content/plugins/wp-rss-aggregator/images/wpra-icon-transparent.png', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/images/wpra-icon-transparent.png', 1, 0x00000000000000000000000000000000, 0x130ffa2e749fe16ece88f97c0b86e3b2, 0xcc79ef36bfae26281ce96ab61fac5ddec0934aa27189768e7be8fe0d12df729d, '', 0, '?'),
(0x79f67ca4397815c6278e8f155c592ee3, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Block/AbstractBlock.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Block/AbstractBlock.php', 1, 0x00000000000000000000000000000000, 0xa6c834d77526740141a8e9639ebf0ce8, 0x2ff448070d7efd07e4a4b86ebc8a6325c426a315bd5e42ed07061255035aceac, '', 0, '?'),
(0x5a4891b13de84b8c5bd3c20200f5c46a, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Block/BlockInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Block/BlockInterface.php', 1, 0x00000000000000000000000000000000, 0x5d95ae7252fe0a46d302658ce15b0a1b, 0x17f7abc96fae181ef1aefd418a48364552044eec31ab14346606a3cdf7420118, '', 0, '?'),
(0x9e968a895b0b46fdf699b8f22bd11f2d, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Block/CallbackBlock.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Block/CallbackBlock.php', 1, 0x00000000000000000000000000000000, 0xf5f39c8f42417d7390a15ff631e46b1e, 0xdf26361924826ca288239ce87ca1c9f281266d099f05597c89c8a24f1aa832fb, '', 0, '?'),
(0xb1d5a8ac2778e09170df628db2e69f1a, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Block/Html/AbstractHtml.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Block/Html/AbstractHtml.php', 1, 0x00000000000000000000000000000000, 0x1b773a0e865d086dbed5c6018efa1c7f, 0xb1150f94f5a313ba6684a1d2a59bc26d9cc0c748aa6021348d97a2f399f5941a, '', 0, '?'),
(0xaf28bc4120292ea37cb1deb928e2e5a9, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Block/Html/AbstractRegularTag.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Block/Html/AbstractRegularTag.php', 1, 0x00000000000000000000000000000000, 0xf4345066498ce1b98f48051c52bd7f87, 0x838d16466eacddea35ab8281679d5345c925199d5694a79186da0e071399f76c, '', 0, '?'),
(0x1ac191bf9fc723e7b5862ee5ca1749f2, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Block/Html/AbstractSelfClosingTag.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Block/Html/AbstractSelfClosingTag.php', 1, 0x00000000000000000000000000000000, 0x6245589552077afd29583dc4b162d0ee, 0x92138879557658c8a898f695fcec44f557f3476e5f55c443862ce841c95535e7, '', 0, '?'),
(0x85c03ddd91dc97d54bcacf4ea7c035ee, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Block/Html/AbstractTag.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Block/Html/AbstractTag.php', 1, 0x00000000000000000000000000000000, 0xbc51bfeea5f306fa8b14609f04f082b8, 0x873dad2006b4876e59c312004677bf101805b8d324c409fb34dd34b4be891d34, '', 0, '?'),
(0x611a3253ccfa61cea74846d74742e709, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Block/Html/Anchor.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Block/Html/Anchor.php', 1, 0x00000000000000000000000000000000, 0x8c9a5ebdbfeb3ad5a9d66d82bd1323df, 0x7e6f5409fc9b8fe2a6bbb0b0bf0d830c5e8ea4e4efab3b9d6590974ffd035e90, '', 0, '?'),
(0xc133f68b919b51aff56f089d9cc38e62, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Block/Html/Span.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Block/Html/Span.php', 1, 0x00000000000000000000000000000000, 0x80a3713d35d547d6a5808a6867311123, 0x3c3b4d3e00f14281c3e02f05f21d219438c987e03b13691969ed48d4b9af0271, '', 0, '?'),
(0x2eaeeda8907b89ff99a34eb74afcc39b, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Block/Html/TagInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Block/Html/TagInterface.php', 1, 0x00000000000000000000000000000000, 0xd1b7458a1e93eb975533f4400b5455f2, 0x62b029eee88925be1a64935d691510701efad63de053644345b9f9d3eed0104a, '', 0, '?'),
(0x2b326476b56b1d5b98f012da8e7a2a86, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Caching/ImageCache/Image.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Caching/ImageCache/Image.php', 1, 0x00000000000000000000000000000000, 0x10f7e0eff54813765148cbf79b719b8d, 0xc358633c3139326f1d2cac4cc10b7cdf0f4ae9e533864cea38dccc8219fbde1e, '', 0, '?'),
(0x58a2fb9958974272144792d09197e706, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Caching/ImageCache.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Caching/ImageCache.php', 1, 0x00000000000000000000000000000000, 0xcd43abd8138c594b9f0366ceb3cc2c29, 0xbe88b34da07a780bdbf0b1d0cdeee3867270f629cd35462d176e90203eedd674, '', 0, '?'),
(0x27e6813f7ffe42c219f685b59333598b, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Component/AdminAjaxNotices.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Component/AdminAjaxNotices.php', 1, 0x00000000000000000000000000000000, 0x3ff5e2a25924097884a08f90c0a73ecd, 0x02fc7bf214274e39c871b09929a08ff82bfc31f35945db5137078fbae53a28fd, '', 0, '?'),
(0xed7e4fa96a84bce9ea4b1f1093e2fbf9, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Component/AdminHelper.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Component/AdminHelper.php', 1, 0x00000000000000000000000000000000, 0x5caa5e1f116022ce74cd4bf9e029361f, 0xf15c865c91b2a3b333cf31f0712a15181278895016c854170969a75e04ba80af, '', 0, '?'),
(0x4a6ca926729a456a242a5762d760b474, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Component/BulkSourceImport.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Component/BulkSourceImport.php', 1, 0x00000000000000000000000000000000, 0x0a634183106692e58e745abe6e97966b, 0x1b1671c01d23f6657565e42557645c3c29e6ba1e2b281966c36a1ab5401e62d3, '', 0, '?'),
(0x53759f60d21e12693d85c6da8092ac7b, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Component/LeaveReviewNotification.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Component/LeaveReviewNotification.php', 1, 0x00000000000000000000000000000000, 0xf46b7abc0c277943f5ccdb7983c3adbb, 0x3151837c538685b8c34e77d585fe5e2c6cf7aaf0f2cb0c98432591abbae1dd48, '', 0, '?'),
(0x2501c2d935a7dbd53688ec0022b285d8, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Component/Logger.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Component/Logger.php', 1, 0x00000000000000000000000000000000, 0x71ea7f8136fed453481f5eb7722456ec, 0x2f6bbf1c3161bf2365305ae9f3c764977dec7b0faf011188441003e45d406474, '', 0, '?'),
(0xbbc554c71243c65cac629298c138e117, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/ComponentFactory.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/ComponentFactory.php', 1, 0x00000000000000000000000000000000, 0x7d508c5a5cd20bc1edb3d8ac235ede07, 0x4be290d0ac8dc434e1bfb62d9ee0ae80d0707fbd25b503ab55a4a3731676d3e2, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x6dffecace0de7dbd232e84df561add98, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/CompositeContainer.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/CompositeContainer.php', 1, 0x00000000000000000000000000000000, 0xd7406c8043a4abe1ab6d23974ac42508, 0x0b8b2c02bc947f169afe919b6c3999990b9ecab378176d3c99b663a87a8111f2, '', 0, '?'),
(0xedbd01a30227fc741f103731fa9ec406, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Container.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Container.php', 1, 0x00000000000000000000000000000000, 0x3ced50508503379b9bf45f2625fdf5f7, 0x8a7f95978a712de19f35a806d59b561a0cd50b96675bf0ae3ac7baddd4dd2778, '', 0, '?'),
(0xe62d9b493c6f45ee2a20f5b34d341408, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/DataObject.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/DataObject.php', 1, 0x00000000000000000000000000000000, 0x596367365bb611e629f955b65fd1240e, 0xa264b95b63e35e7739d44d70888d80e4cbb865c286fb074f2a6a1a18ada3c56e, '', 0, '?'),
(0x64d8c882871af6e2bd5ee4c8467622b0, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/DataObjectInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/DataObjectInterface.php', 1, 0x00000000000000000000000000000000, 0x2304541ff66802fa23331cee8f4e118c, 0xb8abb8647cf4cb5a92094141ebf7cd661a3e7ec3af5f7083bdac38e07af24c5c, '', 0, '?'),
(0x191245a577ee1192cca171ec6449c493, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/EventManager.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/EventManager.php', 1, 0x00000000000000000000000000000000, 0x2f0b52750e7392fa5e4f0291dc5dc280, 0xc127c589d735b4bfddc1fddaa2fa4c0bde65abaf1ea06e909a95a139506db045, '', 0, '?'),
(0xf9768d8ef330d8dc3336a8df11b7ecdb, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Exception.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Exception.php', 1, 0x00000000000000000000000000000000, 0x33aca481fed5e31a3b1c9832bf8034c5, 0xed2bfca0ed16407e2706d7488218330cb2403abc646c7ed196da0e7895cc193a, '', 0, '?'),
(0xc8edb292fb0f412facfe38ece3143837, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Factory.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Factory.php', 1, 0x00000000000000000000000000000000, 0x63f71b6f8e02cdc58986455b163207e2, 0x524b46629b5d3515433d397c8e9ddb9b76d79740d985815fa3bc69a3794ea8ab, '', 0, '?'),
(0x4143c327505724a49c90725e49214bcb, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Http/Message/AbstractResponse.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Http/Message/AbstractResponse.php', 1, 0x00000000000000000000000000000000, 0x6019949008a8dfa7c4cf6c6bcad030f6, 0x3b3578b2f30038e49b1c3ae379869a8e4831a2aa61bdc5c0491baba7a8303a67, '', 0, '?'),
(0x4ea19660317427116280e5174e844792, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Http/Message/Ajax/AbstractResponse.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Http/Message/Ajax/AbstractResponse.php', 1, 0x00000000000000000000000000000000, 0x3fee7e95b630742225cac1e176f643bc, 0x29919c13db09890d7d3e167143190a6b46f7aecbad2417a357130e2038e6704f, '', 0, '?'),
(0xf693ae4c887b54e72b289c51fba1ab24, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Http/Message/Ajax/AjaxInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Http/Message/Ajax/AjaxInterface.php', 1, 0x00000000000000000000000000000000, 0xcb63bf15d8c8c273fe333c80b478fe82, 0xd242bcf12ff672ed0b0c5469874b64f18d2cf5cdec70f260a9a54b70e4d19caf, '', 0, '?'),
(0x012ab59a792c9dd872fef87a94669af6, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Http/Message/Ajax/Response.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Http/Message/Ajax/Response.php', 1, 0x00000000000000000000000000000000, 0x8db4c74b01896a5646432361d2b5dfd2, 0x6975b25ca197632ca8589373caecb8373eb61fc9ed21eb98a25e561e192dce7d, '', 0, '?'),
(0x5183eac112800157a7965c4d75712b24, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Http/Message/MessageInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Http/Message/MessageInterface.php', 1, 0x00000000000000000000000000000000, 0x7b13f070b83f1607fbec3f95933079b1, 0xa8a4a81453e754b0a4887cb9aafcb97017961012a9fedd63c1f2d55b8c1f1b5c, '', 0, '?'),
(0xbb80e28256eff4a8ab9ef81ed522a141, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Http/Message/ResponseInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Http/Message/ResponseInterface.php', 1, 0x00000000000000000000000000000000, 0xbbfe621b67ec1ccd114b8a8ce6cbe63f, 0xb3f6145bb5fcfbb723c9caa3350d291befb0332d17de40dedf7c96c8d6a40e39, '', 0, '?'),
(0xdffaf95e560ee05e624ced564b5fc9ef, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Licensing/AjaxController.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Licensing/AjaxController.php', 1, 0x00000000000000000000000000000000, 0xc589640c14f7f70d190315b39bf35abe, 0x7e36daadfea3421b14c2ff53b1ed8fe76c576c6b8aa3929eea7aaeac399db524, '', 0, '?'),
(0x1620dd2caed9e227492703099c9a7744, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Licensing/Api/Exception.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Licensing/Api/Exception.php', 1, 0x00000000000000000000000000000000, 0xc95bde7e9a139b4d059f9c6ad2716bd1, 0x9dc428a5ce29fcb25947838d7dbdcd96d03e86f97d6bc2691220f12ed3e9eb0c, '', 0, '?'),
(0xe4c7e266adc2fb53f128129edf2b4585, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Licensing/Api/RequestException.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Licensing/Api/RequestException.php', 1, 0x00000000000000000000000000000000, 0x789ecea8b55a780bcabf08c4f7f50d73, 0xb34ac3bf259a9d4132cda0521f551061f4691dd78cdcd2bf62283483b9776537, '', 0, '?'),
(0xa5a6391f6c2644725b8f2a8e68d829c7, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Licensing/Api/ResponseException.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Licensing/Api/ResponseException.php', 1, 0x00000000000000000000000000000000, 0x663838706f66793feac111bc5dd916f5, 0x08c7961c8334cccbb153b986768643f01e92c3423478acb9d4714a1c07ecc095, '', 0, '?'),
(0xa981e339e3fd42b093b5f0baacfa691f, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Licensing/Exception.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Licensing/Exception.php', 1, 0x00000000000000000000000000000000, 0x9f4290ae727ef3758223fd7c312e3226, 0x2f7520a32f882616e39b25bdedc1ffc66d8ff16ab7e7c437b2ff1542899da83a, '', 0, '?'),
(0xa45422a1aa082c040c70e9eae92d54be, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Licensing/License/Status.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Licensing/License/Status.php', 1, 0x00000000000000000000000000000000, 0x8d3fe55095b7dcbe4ceb74741f4a2b35, 0x9afd6f881c071298189003ffb5ce1dd81ef716aa27c056f7a5be8c98750d8456, '', 0, '?'),
(0x8b88cde3ab58d932fa515310eda03306, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Licensing/License.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Licensing/License.php', 1, 0x00000000000000000000000000000000, 0x95e340864e798ceaa680c160172f0323, 0xc81dffb3a3012deb13473a2009aa9ccd9cc451aaf657c82f8d8470bfb518f86b, '', 0, '?'),
(0x4176f3d42fcfb41818c4b9d838ed6375, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Licensing/Manager.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Licensing/Manager.php', 1, 0x00000000000000000000000000000000, 0x9091d6778004ae65f611e18aa140c9c9, 0xe3c5fe0233fb4df093e797510944d06d42c3aa224522de14d63d8b4a9b2fcd95, '', 0, '?'),
(0xe4e6c601c0bc86b63eb40090704b9839, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Licensing/Plugin/Exception.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Licensing/Plugin/Exception.php', 1, 0x00000000000000000000000000000000, 0xa03e6d86d848613a77c88cc72b64bd93, 0x1d3ed07bb2e6bd081f611288a0b7742a49a817e36ec1cb214550790a598b136a, '', 0, '?'),
(0x0ca06a626ca4e3300213b69082a23df5, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Licensing/Plugin/Updater.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Licensing/Plugin/Updater.php', 1, 0x00000000000000000000000000000000, 0xdfe17f1d230c18bdebfd3b0ce587b3a0, 0xbf1f5919ebaf3261838c37c2ea46bf011ce1ca5afe660c8408c6c61b0f1c6c98, '', 0, '?'),
(0xfa895d735e9a4cba2042898746731c9a, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Licensing/Plugin/UpdaterException.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Licensing/Plugin/UpdaterException.php', 1, 0x00000000000000000000000000000000, 0xb52db2dae22c3a7cdecd387f8d765844, 0xde7b1c201526c0b81ada46e828ffed84559b74165aaaf3484ae7f122db4c864a, '', 0, '?'),
(0xe9b3f77e451055ac24ac2e6f80e8fb23, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Licensing/Plugin/UpdaterInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Licensing/Plugin/UpdaterInterface.php', 1, 0x00000000000000000000000000000000, 0x8050f62e8d2516440ee76a72d213147d, 0x2f534eab9e1405995aff17137ffaaebacfe71d293efb39ab2faeb65af9267301, '', 0, '?'),
(0xd0353456b54bb2009d1e529fc95e9f58, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Licensing/Settings.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Licensing/Settings.php', 1, 0x00000000000000000000000000000000, 0x53e3894975d028c867f9b2ca3b2f37a4, 0x0bfe48084f25482cf6626b7b4bd1c2e2234c7abb740de0643419e5dbcee6cf43, '', 0, '?'),
(0x811ccd1c87f9103afa5e301087b155bd, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Loader.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Loader.php', 1, 0x00000000000000000000000000000000, 0x8805712e1cdc1f26a400bcbf374fb074, 0x3980555fe2f3f2444c5e4023e25df08f6831c1c35063b0a9045d38f435a8bca5, '', 0, '?'),
(0x3657177e99f9472481fde8f34694dedb, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/AbstractTranslatingModel.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/AbstractTranslatingModel.php', 1, 0x00000000000000000000000000000000, 0xcb23819df254f9d8cde80bdc0454f7d1, 0x3e9cf01c38099d4b8fead7e7cb99cd7325ff6471ebe7ff2d975e6a34f29d1e47, '', 0, '?'),
(0x4062b300e9581e28e5867718d606e374, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/AdminAjaxNotice/AdminAjaxNotice.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/AdminAjaxNotice/AdminAjaxNotice.php', 1, 0x00000000000000000000000000000000, 0x65c423f6ed188faea31fab9a67a8312a, 0x5618fd8bf71813a65911f7954b08f689406e935d25fc247538cb68b3eb3e014e, '', 0, '?'),
(0xdd84ae4c535db05ba549f2f34e8a3765, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/AdminAjaxNotice/AdminAjaxNoticeInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/AdminAjaxNotice/AdminAjaxNoticeInterface.php', 1, 0x00000000000000000000000000000000, 0xbb0bd19b158a40727333c459ca7bb8e3, 0x9ae84f2b6917ce2bc6ae33472c547e68dcf9861c70030b49bc0d8f59088d6ade, '', 0, '?'),
(0x3b2c9916d5cd682bd971b241b1725ca6, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/AdminAjaxNotice/NoticeAbstract.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/AdminAjaxNotice/NoticeAbstract.php', 1, 0x00000000000000000000000000000000, 0xddc2b0184293ff2732eb255b2b1ab419, 0x542f923e7682ff08af4f40a04e2cf70b7e20de20e2b33b0cff1f4243c0e9b379, '', 0, '?'),
(0x11307486b819082796d671e8c7fd1cca, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/AdminAjaxNotice/NoticeInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/AdminAjaxNotice/NoticeInterface.php', 1, 0x00000000000000000000000000000000, 0x72eb960a910f186d80795bf23ec5df52, 0x515b49c12cfb1772117b666d12aa575325a4f1532c92991de9e2760c37d9e902, '', 0, '?'),
(0x0825c457819c90b29a7d97864afb5350, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/AdminAjaxNotice/ServiceProvider.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/AdminAjaxNotice/ServiceProvider.php', 1, 0x00000000000000000000000000000000, 0xd547117d3d5e8fe715cb5359c9855342, 0x372a5dc21a4c3316f9442135b698c784c857270328df4d91383283f5746c7555, '', 0, '?'),
(0xfb3eb4e17405eeb4f064801439fbf820, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/AjaxResponse.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/AjaxResponse.php', 1, 0x00000000000000000000000000000000, 0xdea5c69b00bdea8e429c7b7275a07199, 0xcb9fa6da115c62c76fd3cffee9f33e886dd52072d0956deb9ee79b7cf7f0ccb5, '', 0, '?'),
(0x2b6f4a4032649c10a734ef0b0130ea24, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/AssetsAbstract.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/AssetsAbstract.php', 1, 0x00000000000000000000000000000000, 0x67bbe594f6c948e43e0791a32cf0f18f, 0xbf3a4d6eaaaf57c3c394bf9aba3a5635beca593713c2d268117ac1df5d970e7b, '', 0, '?'),
(0x3778d03b263764eedcfb0f8965590522, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/AssetsInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/AssetsInterface.php', 1, 0x00000000000000000000000000000000, 0xf4756ffc49cb9446f1a9d1ace4d1bb51, 0xde90b33f7e808db43635ca0bf22d3a7092cf4d0950eb901fd2d4433c1b740d42, '', 0, '?'),
(0xbde039672c0c6c976c998cf37cc681a8, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/BulkSourceImport/AbstractImporter.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/BulkSourceImport/AbstractImporter.php', 1, 0x00000000000000000000000000000000, 0x4d1e94d8be0946516162f5dccc514a2a, 0x36c9c335a7b46741086c83d0271c6d9f32b3c055b4d104c70f07d31cecd8d056, '', 0, '?'),
(0xec9c529ef1ef6cf4e69a3b499113366f, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/BulkSourceImport/AbstractWpImporter.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/BulkSourceImport/AbstractWpImporter.php', 1, 0x00000000000000000000000000000000, 0x8c05c16f20edc983817c33c117834b1c, 0x9a9be52c3aa63cc088311aafada00c9bccf9d062897da8487dbd558ea8ee0c61, '', 0, '?'),
(0x35976a7c3183ef9cf189533aa887116f, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/BulkSourceImport/ArrayImporter.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/BulkSourceImport/ArrayImporter.php', 1, 0x00000000000000000000000000000000, 0xd871f3c8958b65d3c0051f271856debf, 0xe88fcc2ac41c0f46c378883427b9f48df98a48e5fe1ef45c2e20c030fd3888a6, '', 0, '?'),
(0xc8d6ff3ffa04104bbdc1434c178ad3d8, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/BulkSourceImport/Exception/AbstractImportException.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/BulkSourceImport/Exception/AbstractImportException.php', 1, 0x00000000000000000000000000000000, 0x6a8619fd91f9ef6520992c4af8356097, 0xf4f75cc69191604030dd93f57daccd64de406ee8ca9af599ec89de55f9fe8070, '', 0, '?'),
(0xc161a80ce1dd0c34b58d321d69c9ff58, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/BulkSourceImport/Exception/AbstractSourceValidationFailureException.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/BulkSourceImport/Exception/AbstractSourceValidationFailureException.php', 1, 0x00000000000000000000000000000000, 0x9e0b96b08f7782b390ab940d79992187, 0x158e624beacbf80610cff3655edb07540d2cb9090cd8d248f5db2bda0ad34692, '', 0, '?'),
(0x5c14d8060042aa8b421e1938d12964e8, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/BulkSourceImport/Exception/ImportException.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/BulkSourceImport/Exception/ImportException.php', 1, 0x00000000000000000000000000000000, 0xd0768fafaa2956e8f2dd1175338f7332, 0x9d309ab33122d9966496471786172fea7aaa575360a8d715edc226cf6082b071, '', 0, '?'),
(0x2edff7cb675026ea9602104a341ebbed, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/BulkSourceImport/Exception/ImportExceptionInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/BulkSourceImport/Exception/ImportExceptionInterface.php', 1, 0x00000000000000000000000000000000, 0x664bf9c16d1038bb64dc375f457d65ad, 0xe9eb52becabb4673d22397e5ed17ebfce115c2870cc8148e3640b3edf92b632d, '', 0, '?'),
(0x85a816aa5e7448e9061e42bf66c1c3af, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/BulkSourceImport/Exception/SourceValidationFailureException.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/BulkSourceImport/Exception/SourceValidationFailureException.php', 1, 0x00000000000000000000000000000000, 0x4c018122d96f32b70117678e51665498, 0x3a1771a0d98a5cf19f4548246b07b6f268f38b3f5b0a720a3886146318613161, '', 0, '?'),
(0x2903891c98d8761ad0a1bbfcee6cd711, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/BulkSourceImport/Exception/SourceValidationFailureExceptionInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/BulkSourceImport/Exception/SourceValidationFailureExceptionInterface.php', 1, 0x00000000000000000000000000000000, 0x14c9080fea3b2f28dd1bebbb1d7263f8, 0x5d0a5c822b53ce08ada2f78b311747f7c1570078f2220a8fddc32623c4b130ea, '', 0, '?'),
(0x0685bf88cadba98e7aa435dcb06aa32f, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/BulkSourceImport/ImporterInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/BulkSourceImport/ImporterInterface.php', 1, 0x00000000000000000000000000000000, 0x1fa227c20f2f93477b58d985943f291d, 0x27468b87a41a5465afb7764bd98b660879dc0a49d04c7317b0fb1af7383d527b, '', 0, '?'),
(0x3063669d7db0472e81e424d310a2a128, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/BulkSourceImport/PlainTextImporter.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/BulkSourceImport/PlainTextImporter.php', 1, 0x00000000000000000000000000000000, 0xbb912ddbf7f921f14ec28b8a187549b4, 0x93469cfb32a0d26e06eb5643fc105c3e0cf3909b0c32ac6e8c2b6ea1524a52f2, '', 0, '?'),
(0x88120f368b2934598a56bf14e0b6caf6, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/BulkSourceImport/ServiceProvider.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/BulkSourceImport/ServiceProvider.php', 1, 0x00000000000000000000000000000000, 0x6590b6ab50b7ae17764c8fb52d9be9e6, 0xfa3ff34d42a9525f99b8b6e9c74718326e81ae3f938a3a4ff4dec8d0e1e10d36, '', 0, '?'),
(0x4b5765a9c5c48764ade8b347258c02ce, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/Collection/AbstractCollection.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/Collection/AbstractCollection.php', 1, 0x00000000000000000000000000000000, 0x7869ab3a30443731f39b1e0452e93b88, 0xeeb0b52bccaa41a9425c890861cc3a968d2244b1c3ace434d0836a2e1576829e, '', 0, '?'),
(0x15841da649d4aa3f7a499eaa41665d98, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/Command.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/Command.php', 1, 0x00000000000000000000000000000000, 0xaf92491536e4ef93e82d15f8c8d75081, 0x745953b88adf25d7075e7331acdbc7195849ecb20e23a16fa8e8bfd133d2f8e5, '', 0, '?'),
(0x290fa5ac8e8e86d77b27ffb9c42d1c47, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/CommandAbstract.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/CommandAbstract.php', 1, 0x00000000000000000000000000000000, 0xd7ae8d3a9e83bf3b668b2cb9f2391487, 0x4b469bd1c11b2032ba6207c7ae153d7b0ff27c92d761af485cc94563f2d3e1c4, '', 0, '?'),
(0xa5ff90823955305e5e3fc70768501973, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/CommandException.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/CommandException.php', 1, 0x00000000000000000000000000000000, 0xc4846971c724198f5ebe4e48a81a0b3e, 0x08ad998eb310ddbcae6f4f4b9ee54a8c68cfbfe915d15beb2e33310cc85539bb, '', 0, '?'),
(0xf2ceafb86b82e8d71f915b190fde8d68, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/CommandInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/CommandInterface.php', 1, 0x00000000000000000000000000000000, 0x6f752c85b3c48d89dd37ff14d3f2bd53, 0x06e0a82c61e6adbe04c2bbf4ae17ff74766aba0249612d9baf90959452b90d24, '', 0, '?'),
(0x51058eab39e860bfd60862220b5dddb7, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/Event/Event.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/Event/Event.php', 1, 0x00000000000000000000000000000000, 0xf03b08b99eefc0295a93fc96b17cb978, 0x0e6d956da83ed48bb8e94778347318893d4670ca970e075beebd4a53ee8411b2, '', 0, '?'),
(0x79082d8315a8d2b0c2bc5b751cd21112, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/Event/EventAbstract.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/Event/EventAbstract.php', 1, 0x00000000000000000000000000000000, 0x81a62ec049187c13f266c6153ba63af0, 0x5cd408277d81a2e83dc2ceac921bd81c3bdca274c08f4bf848badfaf305ac393, '', 0, '?'),
(0x23644f2f92799e30b59c045a69b9b06a, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/Event/EventInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/Event/EventInterface.php', 1, 0x00000000000000000000000000000000, 0xad0c5d4124a81af381d32ad6c5efd58f, 0x32c0227f54485163de6f1b3171ef0168126734f475c47aa26838b7692a151815, '', 0, '?'),
(0x51413602834a1797713a588f3df5fc15, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/Event/EventManagerAbstract.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/Event/EventManagerAbstract.php', 1, 0x00000000000000000000000000000000, 0x18c66559e8e6d6caec873f50a6212ff1, 0x775f5646e68bed9deb54cae7af275e3d2a50a0e4811cdba460219f705ab1357a, '', 0, '?'),
(0x70407e31e2f7bef1948ff83074b1103e, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/Event/EventManagerInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/Event/EventManagerInterface.php', 1, 0x00000000000000000000000000000000, 0x561a774b0baabeb8572561066abaf844, 0x2b34a5c9adf9d0f2f7939ceee881e21ed0e802bce154e1aca7bb325a1008dab8, '', 0, '?'),
(0xde7d76942fa5ee71b033bbc8c342bf83, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/GenericServiceProvider.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/GenericServiceProvider.php', 1, 0x00000000000000000000000000000000, 0x10b6d3011f73f3eba0a1dca8eabb65a1, 0x133c56d318b6efd1df8eaef4ee3fee9213b0575cd236ff2d9e5ef14fd17125a9, '', 0, '?'),
(0x058c1b0d0897dd052867e2fbb60141e2, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/LoggerInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/LoggerInterface.php', 1, 0x00000000000000000000000000000000, 0x4775cf3365b37ca8d14b96273d56a3c5, 0x59816acaf56156a56f97ff11dd45a289776a65d92d5e48e5c684af9cef7d421e, '', 0, '?'),
(0x463f01652d22fcb1a194f6b429a6c29e, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/ModelAbstract.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/ModelAbstract.php', 1, 0x00000000000000000000000000000000, 0x69632a0f0dd47e8952bc6ab652336f92, 0x38fcb727538e979b8361e8cd430f502ebf445213cf5324162fc03238118fb6e4, '', 0, '?'),
(0x18460ce0c75ceab633488ac9a3874b82, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/ModelInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/ModelInterface.php', 1, 0x00000000000000000000000000000000, 0x9efec3974f8acbe4f91ba1f00ed8c5c8, 0x95a6432cef77a1ed81b430160a53c6b8da24f8dd9aabb668b87c6af2fdf22a32, '', 0, '?'),
(0x002b1e5221be0781387e566d23b0db21, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/Regex/AbstractRegex.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/Regex/AbstractRegex.php', 1, 0x00000000000000000000000000000000, 0x11dcb8275f558863aec0d749b189cb2f, 0x6882d3d79856217f2e99d5f216930a62c93e19e7e373d498682445310ddfcda4, '', 0, '?'),
(0xb55dbacecba97c472ff6a830062cdd5e, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/Regex/HtmlEncoder.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/Regex/HtmlEncoder.php', 1, 0x00000000000000000000000000000000, 0x2c3559205efcebfd30375c3e026ca14b, 0xac28af4c8143b3818fdece4b73c1a569c556437326cec3c7a59910e3b044a47f, '', 0, '?'),
(0x789707e77d2df66bc51e2afa2a63366d, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/Set/AbstractCompositeSet.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/Set/AbstractCompositeSet.php', 1, 0x00000000000000000000000000000000, 0x51c4ad691ef096014965be5c73af77ff, 0x929b3f76e45181665fc8ff0164997bc73c69ddd51a4dfe040565ac26f999e83e, '', 0, '?'),
(0x8d20f137a4fba9523aabffb9053e2eca, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/Set/AbstractGenericSet.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/Set/AbstractGenericSet.php', 1, 0x00000000000000000000000000000000, 0x443ebde62106b9dfb0f62d82c36e1a43, 0x5f6fb27c0d584c2c4eea1ef5bb9babfccffde4d15937a4f96375320bb67601b4, '', 0, '?'),
(0x4262f825f1e4b4d8f8d105b17f7d1f28, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/Set/AbstractGenericSetSet.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/Set/AbstractGenericSetSet.php', 1, 0x00000000000000000000000000000000, 0x7f5b8985f9a1c07161ba6db75f318e3d, 0xaac069a1a841102877826918b23e25c3a55e44bd0442135dda3309e7ec44547e, '', 0, '?'),
(0x2905ea4dae197a9f43fd27f81a912134, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/Set/AbstractSet.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/Set/AbstractSet.php', 1, 0x00000000000000000000000000000000, 0x53957be0d1c1386f4ece2320fe258efe, 0x8b8d2d08a82c261b6ec1929e7ab4891a739c5da8683a47616399f38820ceaa33, '', 0, '?'),
(0xa972b5e9b06535887472457686835dd5, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/Set/AbstractSetSet.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/Set/AbstractSetSet.php', 1, 0x00000000000000000000000000000000, 0x4c72bf22d07e6a257d3d4884596d5090, 0x78de8af976acee24ce2bf8acfebedfcee106e31cfaeb07ac6a598eea56c6611c, '', 0, '?'),
(0x34ddef3581b2e2a5aededf6e16cc6e23, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/Set/Set.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/Set/Set.php', 1, 0x00000000000000000000000000000000, 0xafa3046dea5e44313fd508365ba398c5, 0x2c17a21d44bd37945c728b2f828c6f703a8ba292520e7c79d8c563f86f438739, '', 0, '?'),
(0x7dbe3f4402ce2b869479d14dc7e587f7, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/Set/SetInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/Set/SetInterface.php', 1, 0x00000000000000000000000000000000, 0x0a46f1836af221d425590dfa6419f1e7, 0x00f6eba0f1e796dc45eeb2b11f9c5b5fa5ac1d43299b339f7a94233585eaf726, '', 0, '?'),
(0x4d75a2daa771c92c62957ee85f4ec785, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/Set/SetSet.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/Set/SetSet.php', 1, 0x00000000000000000000000000000000, 0xb1c0b4be25d9e80ed56f89c17c6438a8, 0x838dbfd593c00dbd9d0540bd4c8ac49c155a9b1db48cce4cb8d234c5b16023c8, '', 0, '?'),
(0x5a2c533e1a5bd791d0293f77cb308a5c, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/Set/SetSetInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/Set/SetSetInterface.php', 1, 0x00000000000000000000000000000000, 0xe759649853ec49c9377b05b469ad5e6f, 0x4c50e0fc31e634192815d8e48a52a264b6ddf4d55c91ffc4edae859363aeb3a7, '', 0, '?'),
(0xdf40aa9b95ebf2d1b5ab71edbf5cb3c7, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/Set/Synonym/AbstractGenericSynonymSet.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/Set/Synonym/AbstractGenericSynonymSet.php', 1, 0x00000000000000000000000000000000, 0x8e31eb5f7dde17eed8ac83c9e9057c99, 0xfcb5e545ac703711c4891bb68ecacc71eb0f6ed6baa25e6462e6bb858e79b064, '', 0, '?'),
(0x8e4047fb98a1d9bcecf4b9a325b15601, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/Set/Synonym/AbstractSynonymSet.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/Set/Synonym/AbstractSynonymSet.php', 1, 0x00000000000000000000000000000000, 0x2d38fd118f3893caff56fa0e6787b3a2, 0x551ab6b5d58b9cf86b0fc9f486000acc96e58b78f5389905c89843e4538ed803, '', 0, '?'),
(0x91848f352e9109694673c263ab437243, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/Set/Synonym/Set.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/Set/Synonym/Set.php', 1, 0x00000000000000000000000000000000, 0xc64d3a3d843802a529786aeecbaa46ff, 0x3cc3783bfced58026651c113993bcf052ce43aa17d9b0913ffb90df0b299ffb3, '', 0, '?'),
(0x008465d886e7e782b8c93a3e3b76f32b, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/Set/Synonym/Simple.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/Set/Synonym/Simple.php', 1, 0x00000000000000000000000000000000, 0x48e558d1e026c70ef7bee09a3d598a43, 0x946aeba8d22e00970b94ddc638e46b59d10fe582f81d3d96fa2c119f8d811b30, '', 0, '?'),
(0xf86fb170ba6ea692db7458ebbd9244fa, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/Set/Synonym/SynonymSetInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/Set/Synonym/SynonymSetInterface.php', 1, 0x00000000000000000000000000000000, 0x00f758ce1874d440c581f4e97eee4b3b, 0xd2c1b72b92c79fc8f220597bedfbbb6f601ad1621b1c35001d5dc36acce7e581, '', 0, '?'),
(0x2012bfbf1642e163460127eb6f9722b7, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/Set/Synonym/SynonymSetSetInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/Set/Synonym/SynonymSetSetInterface.php', 1, 0x00000000000000000000000000000000, 0x5b379cd70de23a8f3d36f32c93eb3491, 0x2c61810458a847890bcd8d351a9427e429a5f878b4e30d2781e8114db6c80a93, '', 0, '?'),
(0xe972ebc90f1e1cdb9f18504656131a6a, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/SettingsAbstract.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/SettingsAbstract.php', 1, 0x00000000000000000000000000000000, 0xe650a98a273b6347a7e11f11e8eb0cdc, 0xadeb2432190817a6c7575b7855de939b1c991f5c5f7d1ce23f9a8d844543011b, '', 0, '?'),
(0x70d767e55f8e7ae631680e7e22e07e8f, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/SettingsInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/SettingsInterface.php', 1, 0x00000000000000000000000000000000, 0x73d7dc8b1122c203a9758a1391ba2650, 0x19b1ffdd534df8cd794b1b154b54632811f5d3c5cd518b39e7315aa7ffef80dc, '', 0, '?'),
(0x0ef670a2b8f06af138730a6bb4484757, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/SpinnerAbstract.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/SpinnerAbstract.php', 1, 0x00000000000000000000000000000000, 0xd04372055cbb27f99a322899ebe21348, 0xd7f19e3dfc48144a52d1f3ed260d70c6b4a5608f2c2b1e9a2ed798bb4655fa35, '', 0, '?'),
(0x3cb5dc932e1883c7a0120e8b6279831f, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/SpinnerApiAbstract.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/SpinnerApiAbstract.php', 1, 0x00000000000000000000000000000000, 0xdce077cc470439f05d16f8865c84f5a8, 0x7976e0ee5a74f344c3c8894c0ef458c63881e7791b6a32ca52a1a8fe01efbb0d, '', 0, '?'),
(0xd1625d7274e42d12c787d45ce99eef2e, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/SpinnerApiInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/SpinnerApiInterface.php', 1, 0x00000000000000000000000000000000, 0x1b5f06e52a9499c620edcb14167049cb, 0xe2addde2bad014c4d432c98be3a2dd48f3f2144138137dacf331a1347039fb39, '', 0, '?'),
(0x1340c6b5fd70b3fe714628fbcc04451d, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/SpinnerInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/SpinnerInterface.php', 1, 0x00000000000000000000000000000000, 0xa207bd861088422b20f0c837d78822a7, 0x45f8fec86a82a4c59c8b5f5f95036f0fe4b3f80470f7e4caeb7819c6ef0508d3, '', 0, '?'),
(0x53096fb52eab5a694472929d7824fbc9, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Plugin/AddonAbstract.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Plugin/AddonAbstract.php', 1, 0x00000000000000000000000000000000, 0x5d14438dc1416b36f0a1a2092e5852bf, 0x234c644198751b6f75fb69e9e0aba8fd511df01f48bd2cf5dc3c0ec3026324aa, '', 0, '?'),
(0x6cae08314bece5a4016a33829e74733c, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Plugin/AddonFactoryAbstract.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Plugin/AddonFactoryAbstract.php', 1, 0x00000000000000000000000000000000, 0x45aa0db706498a37c68a05e15bea447a, 0x55ea68e73101ebb49755c0e230cea24e86e314c94b927503de0d78da31df4b73, '', 0, '?'),
(0x4e2fdd8e206ea202a875cf0754699141, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Plugin/AddonFactoryInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Plugin/AddonFactoryInterface.php', 1, 0x00000000000000000000000000000000, 0x936efd2d1699d99aa15e4efb79a9875e, 0x8186ba7b7bb8126c197ebb70b789dc5b43347da173264b3e8148f773df4e1e9d, '', 0, '?'),
(0x72ddcc0de229d20e4202a42d27ca84de, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Plugin/AddonInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Plugin/AddonInterface.php', 1, 0x00000000000000000000000000000000, 0xd56e50377d8fd835a1d7aac1a0dcd3e2, 0x3e5150efc5fbc7a7b4b7184228e6594f264b7b81542099493f3d12d555dfecd4, '', 0, '?'),
(0x18fa6382726490d408120e801358b8fa, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Plugin/ComponentAbstract.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Plugin/ComponentAbstract.php', 1, 0x00000000000000000000000000000000, 0x461fffa93e45326b5c5a5cdc9ccb6834, 0x3acbdcb301637971c58a22bacd11aecac81f0f92071aa07a7249fc56779ee3aa, '', 0, '?'),
(0x57570ef42172a56cf757774e75f66f4d, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Plugin/ComponentFactoryAbstract.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Plugin/ComponentFactoryAbstract.php', 1, 0x00000000000000000000000000000000, 0x4f99d1f239296b8c57627d98c4c2d15e, 0xad1871b7f07edf3ae7c808837ed4f79e88c926f9e00b1f466cae483105f78be0, '', 0, '?'),
(0x92a39a66d5a8c0c60d7333d2fd4f744b, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Plugin/ComponentFactoryInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Plugin/ComponentFactoryInterface.php', 1, 0x00000000000000000000000000000000, 0x514cbd839a3af10f28925f47e09bfdc1, 0xc99aa97b81547419ee72e225a81fa778bc7a55f13fa52d57c4d7207388d5b874, '', 0, '?'),
(0x256d81de766bae26873c923f0164dd1e, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Plugin/ComponentInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Plugin/ComponentInterface.php', 1, 0x00000000000000000000000000000000, 0xa4f2b6ec560c237e5795b0117f928979, 0xa4d71f07cfaf04b13b6b0fe1c0c65799cc22981819ae82ac963fc8bc753f3003, '', 0, '?'),
(0x647db8988e54d8e53e353b2a86c91409, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Plugin/Di/AbstractComponentServiceProvider.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Plugin/Di/AbstractComponentServiceProvider.php', 1, 0x00000000000000000000000000000000, 0x05169d3e4fd34740fec618b33cc419e6, 0x4e76da486bd6979e57eee31ffc5f0abf46df62ca4afd7144c1fc4c7d266a9062, '', 0, '?'),
(0x63a170230e73ab837ce956d518370c48, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Plugin/Di/AbstractContainer.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Plugin/Di/AbstractContainer.php', 1, 0x00000000000000000000000000000000, 0x7aa1a108da1a1949f9e55eef844732e4, 0xda228de437bc4375651ae5761a0a4f513b363d412c38d42323b6537e73ab132c, '', 0, '?'),
(0x53b69d288dd1e5c87f4bdd201832c532, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Plugin/Di/AbstractServiceProvider.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Plugin/Di/AbstractServiceProvider.php', 1, 0x00000000000000000000000000000000, 0xd5c4943d85f2d4ad394d03ff504ef855, 0xc62f4ae76754273124fccea76b2779220084a97172b95eb9eca307ae869e5d10, '', 0, '?'),
(0x9eb9b96083863f64562759ef3cdbd7ad, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Plugin/Di/AbstractWritableCompositeContainer.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Plugin/Di/AbstractWritableCompositeContainer.php', 1, 0x00000000000000000000000000000000, 0x377b832033fcc0af695131b5a439881a, 0xe9ec2f0217fb2c73d4cb3b677c3a5c4aef886d9a424a34afe72e3a76a08938eb, '', 0, '?'),
(0xfb1bedc437c47e17497af08c0beda8f1, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Plugin/Di/ContainerInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Plugin/Di/ContainerInterface.php', 1, 0x00000000000000000000000000000000, 0xa5f78c5e129a91266413af82c805c3ab, 0xd536414db004d25da6332bb8d033cda987d31cb0c143bedc590a271d2fe22cb4, '', 0, '?'),
(0x4a036e3efee74268366a1b3d678e68f2, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Plugin/Di/ServiceProviderInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Plugin/Di/ServiceProviderInterface.php', 1, 0x00000000000000000000000000000000, 0x32c8971a9008e487e0d00c4e032db1e8, 0x023f543032de4cd28006685b018116ba65b74cdf53b3db8c20df26cbc7f6f6e7, '', 0, '?'),
(0x0d8559d1891e657c27a6077da5c5b426, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Plugin/Di/WritableCompositeContainerInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Plugin/Di/WritableCompositeContainerInterface.php', 1, 0x00000000000000000000000000000000, 0xe407567a13d3ec57cf1b569734286904, 0x559683cd8f388d7fe31ff21fdd6a153f9c4c20019d58a7074a517f806ee7c300, '', 0, '?'),
(0xa490d7b4e54dbebe21632bccf2c0075b, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Plugin/Exception.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Plugin/Exception.php', 1, 0x00000000000000000000000000000000, 0x9e8888b4c9a907684303c3519901cb8d, 0x367df7593e45779b247abc04dfa044409f7b8f9935eb537d4afb68cc8ee7528a, '', 0, '?'),
(0xb964980911766eefddd3c0f566d2847f, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Plugin/FactoryAbstract.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Plugin/FactoryAbstract.php', 1, 0x00000000000000000000000000000000, 0x40b193d48cfb7538949774822fda0466, 0x131f8da7b928f4b66eb5438d76b0c4fd79af596761a6ce7c6501d27f48728501, '', 0, '?'),
(0x6c637b8b27bfcd453928feb63bad65a0, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Plugin/FactoryInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Plugin/FactoryInterface.php', 1, 0x00000000000000000000000000000000, 0x303e9fc2fc2c4b8c03c6aec16f09f4a9, 0x0b4cb86ecf554222ab4b5962c25233813196f7f667ad4120eb8b5b5c7a446dfc, '', 0, '?'),
(0x8a68c2f1a488e53d7a4fa719c7f4aae4, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Plugin/PluginAbstract.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Plugin/PluginAbstract.php', 1, 0x00000000000000000000000000000000, 0x4fd011ac91c77887c84835ebe516607d, 0x9cefa0b34f6d80f5a8c392d894c473493e4d7ecb81f46298de6fec14d716c0df, '', 0, '?'),
(0xcacc943fb0d94673f476e764cc367d93, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Plugin/PluginInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Plugin/PluginInterface.php', 1, 0x00000000000000000000000000000000, 0xbedf06feaa872ccc1796d4c6fc30fc4a, 0xa291ef4174d84e00f0352521648004a75afd426209764b575c097659ad9bcf76, '', 0, '?'),
(0x905c2e10820dab090645054dc14baf5e, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Plugin.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Plugin.php', 1, 0x00000000000000000000000000000000, 0x78b6e614f41374d6a1370c87966adef4, 0x70d710205bbcf29207ff4974f0aa3d7a0d4943f57f54027276539b66e413ef08, '', 0, '?'),
(0x74eebd52b62ad35afe496d09dc1b90b1, 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/ServiceProvider.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/ServiceProvider.php', 1, 0x00000000000000000000000000000000, 0x477dfe7461f5a050c5f7e189efa3acdf, 0x2fc70fae65c5f06b9037173e56b3c6520fad9656b164a4d8d85ea574cde6b23a, '', 0, '?'),
(0xb4602b837e6c4adf08e55e617f7a105c, 'wp-content/plugins/wp-rss-aggregator/includes/OPML.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/OPML.php', 1, 0x00000000000000000000000000000000, 0xbbb709b2c98f9131239de99523b2c3b2, 0x63b00d5c1f5e28300958663194ebc71eb6c88a74e03ab63c4cc43090ccda4527, '', 0, '?'),
(0x377a85af62d07cf1e399c5ddd01108a5, 'wp-content/plugins/wp-rss-aggregator/includes/admin-activate.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/admin-activate.php', 1, 0x00000000000000000000000000000000, 0x231dd5ed8e54c735b710e1caff4f4f31, 0xb37c0c74169588ea6dbd0290440d6c07c200386168d1978f514d92147503a2cc, '', 0, '?'),
(0xc77249af569596dc3d4f74de29d9f290, 'wp-content/plugins/wp-rss-aggregator/includes/admin-ajax-notice.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/admin-ajax-notice.php', 1, 0x00000000000000000000000000000000, 0x19e495c0309e811a54947d23212946b7, 0xf00a986d360746f7a6dadbb41e7d673fc5dbcaa51900ebe25483c41c4e69ab86, '', 0, '?'),
(0x76ea7fe68b1f05c2a134963e93300da3, 'wp-content/plugins/wp-rss-aggregator/includes/admin-display.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/admin-display.php', 1, 0x00000000000000000000000000000000, 0x6d80b52feccb4ac3cb0e792ba260e7df, 0x3a19dd2f0b8b2e8efb77c51a38197087a916790c94aea4d409d304dc2a590ebf, '', 0, '?'),
(0x84aadd65c97e82aa22c2dbdfa2de0b83, 'wp-content/plugins/wp-rss-aggregator/includes/admin-editor.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/admin-editor.php', 1, 0x00000000000000000000000000000000, 0x1ebcbc5089277449858eba6be594952e, 0x5b5743d77680143dcb0f8c6eb41ddfa63ecc4f14d83bdff1e8d3e52cc67fd4b8, '', 0, '?'),
(0xd553d8a2e967195dec1e6458b6675c37, 'wp-content/plugins/wp-rss-aggregator/includes/admin-heartbeat.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/admin-heartbeat.php', 1, 0x00000000000000000000000000000000, 0xf6ec5d6135b0adfe37ea2b9ec0af3d77, 0x9e33b8d2094a3b883ddf300d79fdd338805fef5ad3d9edb0cf938816d9235ea0, '', 0, '?'),
(0xd439862a96f916cbbc7a0b4d279b8346, 'wp-content/plugins/wp-rss-aggregator/includes/admin-help-metaboxes.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/admin-help-metaboxes.php', 1, 0x00000000000000000000000000000000, 0x91bfd6e25bfbba9c6f12d27248b5ed34, 0x5b24252b0927774a3b9c0ad3c497150ca7f18ee281cf2e8d6fcfa63a1c61e8d4, '', 0, '?'),
(0x52f80a4457c4200ca33e4778303967a6, 'wp-content/plugins/wp-rss-aggregator/includes/admin-help-settings.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/admin-help-settings.php', 1, 0x00000000000000000000000000000000, 0x34e0954fda2bf090eee30b34b50fe4b8, 0xc4017b0977e4f0029456329e4b444d3a45004f192eba2f0ca7c69ea215fe0023, '', 0, '?'),
(0x4dcd61615fd5c79e5ee1546652a96c06, 'wp-content/plugins/wp-rss-aggregator/includes/admin-help.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/admin-help.php', 1, 0x00000000000000000000000000000000, 0xe636211e4b4df8717c335ad4e509a945, 0xb317fb27bfbe3c459b863d2154d418690c83a8bc4a805b636e6a77f48d5c2991, '', 0, '?'),
(0x5ccbae32e034f0452f42a3c869c17296, 'wp-content/plugins/wp-rss-aggregator/includes/admin-intro-page.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/admin-intro-page.php', 1, 0x00000000000000000000000000000000, 0xc6574835f8b4d8ee5e1be8d99a73cfdc, 0x4b5c68ff3ea313803c5689740ecf5d92633652ac6d4df66bfffddccf6c4dfedc, '', 0, '?'),
(0xfff13a8960bcdd324a835caf8b7a84f5, 'wp-content/plugins/wp-rss-aggregator/includes/admin-log.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/admin-log.php', 1, 0x00000000000000000000000000000000, 0x93265f13e8e393394b63a1b4f5bb5857, 0xc290df03027e4c6b83af61e145c1ce3272af872db92759616fbe30df1ea827c9, '', 0, '?'),
(0xa999fb9d49f0d0ae414612a94622ec68, 'wp-content/plugins/wp-rss-aggregator/includes/admin-metaboxes.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/admin-metaboxes.php', 1, 0x00000000000000000000000000000000, 0x7d932989972677dd0a7e3ff0e21758ef, 0x37a28ab7f497180116ed15aedc1dab28897f544b4a26ed9244f8269ce086beba, '', 0, '?'),
(0x70ce664edd24d01c2bc9975a25f7c077, 'wp-content/plugins/wp-rss-aggregator/includes/admin-options-legacy.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/admin-options-legacy.php', 1, 0x00000000000000000000000000000000, 0x4ac44e964370c9cabed122509617da40, 0x6bab48b957305a5bf359a9e67db774ac876b1ab4f608c3802fda666f62ba6f27, '', 0, '?'),
(0x64839863f859fef487d7c7190868c078, 'wp-content/plugins/wp-rss-aggregator/includes/admin-options.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/admin-options.php', 1, 0x00000000000000000000000000000000, 0x73da22c8d4603352391f8273c48cef2a, 0x9a6711d812cfd3bff3f5608fae3de4960dd151028cf00b37c850292ff105d982, '', 0, '?'),
(0xfefb9ae6cf6fb5c4407b912d04c8c86c, 'wp-content/plugins/wp-rss-aggregator/includes/admin-plugins.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/admin-plugins.php', 1, 0x00000000000000000000000000000000, 0x62182582020c345d4f96e25ccace747e, 0xe7928d113aa87c2d29b16877d8b3498a3abb9a1e030256d66b4d6b47e3c77237, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x8552a8f56e662f758efe5764d3602837, 'wp-content/plugins/wp-rss-aggregator/includes/admin-update-page.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/admin-update-page.php', 1, 0x00000000000000000000000000000000, 0x3163007307d7346db9c3b7955d7623a1, 0x78698a25942cb1766f65b7ffaa50acdfd0a2ea4d49adf4ec11aca264d0c09158, '', 0, '?'),
(0x74fe716f5a13642c529ece7cb773c2ae, 'wp-content/plugins/wp-rss-aggregator/includes/admin.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/admin.php', 1, 0x00000000000000000000000000000000, 0xa198c9b6b4d9eec6a194fb308165c940, 0x4bbc297d2c437d0da83584b61be249755f19a2b00e94289663963f03f6d5fc0d, '', 0, '?'),
(0xbe62ba428eb1a26ce4771ff5d07da508, 'wp-content/plugins/wp-rss-aggregator/includes/autoload.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/autoload.php', 1, 0x00000000000000000000000000000000, 0x6ffaea13b22645c627665476d7309cc5, 0x2a454cc826aec8a1b66c40740745d4faf82b136fc573e23070b6697fdf197dcd, '', 0, '?'),
(0xd540e44b0c8fb437779fd64d995756eb, 'wp-content/plugins/wp-rss-aggregator/includes/black-friday-2021.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/black-friday-2021.php', 1, 0x00000000000000000000000000000000, 0x1c60c9bcdeef15e91cdbf2f3ce10d82c, 0x1127aad12dcc459690ef06a53ccdcb7c1b11a92f7ae59e4ec806352e3896a9e5, '', 0, '?'),
(0x07a0fdc82f5c59635c64fdafff3d6726, 'wp-content/plugins/wp-rss-aggregator/includes/cpt-feeds.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/cpt-feeds.php', 1, 0x00000000000000000000000000000000, 0xde570b794cecec2c76e48f040999f824, 0x1e6ea06c7692feefa77afe8993c981e7ce76a4a67b7037d4700f927f5aed2bed, '', 0, '?'),
(0xc53fb2e587ec3fa731b37e2c75ce7d4c, 'wp-content/plugins/wp-rss-aggregator/includes/cron-jobs.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/cron-jobs.php', 1, 0x00000000000000000000000000000000, 0x1017159fbc0f56a13047461c7b3268e6, 0x3bc382d5e9424367cbbb692d27371e444a780611dd9b7ca1488db4a5ee99c34d, '', 0, '?'),
(0xd4cb488c3d213b7e47b7cf2afd26a634, 'wp-content/plugins/wp-rss-aggregator/includes/deprecated.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/deprecated.php', 1, 0x00000000000000000000000000000000, 0x85539699fee1b96a335a269953333bf7, 0x8525d11c5bda4c94e738026da964cc6f5fe37b904a8969f8e00821956ef5d223, '', 0, '?'),
(0xb6d5205ce7bc6fdf4a039542eb276dc3, 'wp-content/plugins/wp-rss-aggregator/includes/di.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/di.php', 1, 0x00000000000000000000000000000000, 0x04b49ea3bdce04de12359da32f4008b6, 0x988ba867b4036549bd1229b5acd58d94b8dd4288bca3183583410d06cb6e09f0, '', 0, '?'),
(0x6b9052a332da0709549525c718e61937, 'wp-content/plugins/wp-rss-aggregator/includes/fallback-mbstring.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/fallback-mbstring.php', 1, 0x00000000000000000000000000000000, 0x40a32438c4bef9693af7f457d4a94598, 0xeeb7af75829df00685f418395fdeb5f21fb51ca81868fb0461cf6e18191f21db, '', 0, '?'),
(0xafcfaad2e881e0b3afa1e3f84752873e, 'wp-content/plugins/wp-rss-aggregator/includes/feed-access.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/feed-access.php', 1, 0x00000000000000000000000000000000, 0xdf729c4757cb4423bf20045a50e4a615, 0x79b9b39937221df7fe320614ee152ae09a486f4eac81199956b1b940823160a6, '', 0, '?'),
(0x614173f4fc4b745052987510146a0950, 'wp-content/plugins/wp-rss-aggregator/includes/feed-blacklist.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/feed-blacklist.php', 1, 0x00000000000000000000000000000000, 0x423fd5e348e804e241975d44c0dfc403, 0xfb72b5cb89778cf7ec45a7626ef305d0e87e4d14d3f43abeedaf11106b0ce565, '', 0, '?'),
(0x6235cebf7b0f550537e0ba6647222f29, 'wp-content/plugins/wp-rss-aggregator/includes/feed-importing-images.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/feed-importing-images.php', 1, 0x00000000000000000000000000000000, 0x402d7736a3966d0f22b6c69309ffa5f6, 0xa0b4198512669875f0b213b125acb5735113d2da7929f577dfb5c86326c93961, '', 0, '?'),
(0xdd7a91975a6585f2d668502bb26762fb, 'wp-content/plugins/wp-rss-aggregator/includes/feed-importing-sites.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/feed-importing-sites.php', 1, 0x00000000000000000000000000000000, 0x658cbfd8079bdf5b7f1da4de9ebd126f, 0x6a08b37427088c3df03ae7c675f16e37bcd85deaf29bdefa23ac0a94ab5a087b, '', 0, '?'),
(0x679248b9e18cbfebb2aedfb2a7477eff, 'wp-content/plugins/wp-rss-aggregator/includes/feed-importing.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/feed-importing.php', 1, 0x00000000000000000000000000000000, 0x21166c5ec3550eb41311a3acb32e0283, 0x5d7080729aca9f7c081d9737533a162ac78b1609b105cafdd089e2689fa0f202, '', 0, '?'),
(0xe839ccfc73cd49d795d65572d933facf, 'wp-content/plugins/wp-rss-aggregator/includes/feed-processing.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/feed-processing.php', 1, 0x00000000000000000000000000000000, 0x3787adc12c617098443b726173de0d1f, 0x54a37dfcbb1b98c03577ebe9f8c2daf98b83fe9bd7cd025b9e01a8b370abe43f, '', 0, '?'),
(0x0f89c1474e32a9895fd84ad0396909d9, 'wp-content/plugins/wp-rss-aggregator/includes/feed-states.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/feed-states.php', 1, 0x00000000000000000000000000000000, 0x39b33e06db39499b447d37d420095f58, 0x69abfae8798fc58271b72ebb62e80b7b26773880e580df91bd123f08b2ad51c7, '', 0, '?'),
(0x3b35f9f7718cb61eddef58aab37f0530, 'wp-content/plugins/wp-rss-aggregator/includes/functions.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/functions.php', 1, 0x00000000000000000000000000000000, 0xa331ce183e496f87edc14ccd544ced53, 0xd28e816776aad13f1873c4983833270d74e5ad553cf73cf342dfad3d942f6c3f, '', 0, '?'),
(0x4311a359891ca3e43c1660378edc7d52, 'wp-content/plugins/wp-rss-aggregator/includes/image-caching.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/image-caching.php', 1, 0x00000000000000000000000000000000, 0x2dfa15957984b0c877dbcf41a543231e, 0xfda164486431e0fdae7ca7913ac2b1f53a7b27fd63e43e03f607a66cb67bdb9e, '', 0, '?'),
(0xfa0e49cba19ca084e5a3d9cebcf0fc63, 'wp-content/plugins/wp-rss-aggregator/includes/leave-review-notification.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/leave-review-notification.php', 1, 0x00000000000000000000000000000000, 0x24b694a9e0a836d0406bd10be72990c2, 0x37a50167d576c3b78ce2bd9b816a431337caa54aaaa959d8a64b5778bbf4ba04, '', 0, '?'),
(0x5b01da7f000ed638fd4c2d18e3d22d3f, 'wp-content/plugins/wp-rss-aggregator/includes/legacy-feed-display.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/legacy-feed-display.php', 1, 0x00000000000000000000000000000000, 0x4fa98064823aa96eeddba189b77b383b, 0x79f0b76bfe312efdc957a58383014a2d77e5f655c9c68e1f7b64eefd4a8b0504, '', 0, '?'),
(0x33b0221a786bda81b51b2f2be480a4f0, 'wp-content/plugins/wp-rss-aggregator/includes/libraries/EDD_licensing/EDD_SL_Plugin_Updater.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/libraries/EDD_licensing/EDD_SL_Plugin_Updater.php', 1, 0x00000000000000000000000000000000, 0x8decb3d6cf6e70d958c0bf025adebdda, 0x561c8f3ca3ef157a141318b70383cad923320350f9a106df730e9f6522d28b18, '', 0, '?'),
(0xb5d4d566895eeac97ccaa454020ef251, 'wp-content/plugins/wp-rss-aggregator/includes/libraries/WordPress-Readme-Parser/ReadmeParser.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/libraries/WordPress-Readme-Parser/ReadmeParser.php', 1, 0x00000000000000000000000000000000, 0x563394d7b36ff5b38be42ef5f11778ac, 0x2d03b99a57485bbaa19c0a26af517d5d5fb9349f3a07005a0e995c687dfed7b9, '', 0, '?'),
(0xea0538802e8cfe367717f796bd79e65d, 'wp-content/plugins/wp-rss-aggregator/includes/libraries/browser.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/libraries/browser.php', 1, 0x00000000000000000000000000000000, 0xf8c4804fa31ccae386dfeab91b36b8e4, 0x479db6d3bf9518bff13735af23c0b470fbf73516e366093b2f9ed7f61d70dade, '', 0, '?'),
(0xe6be8b11c18667ad2c4fbde482bc5d9f, 'wp-content/plugins/wp-rss-aggregator/includes/libraries/php-markdown/markdown.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/libraries/php-markdown/markdown.php', 1, 0x00000000000000000000000000000000, 0x86f87d6c1e15450b57606c43bfdd4e05, 0x62a5d37f2df66eabcdcfc49e3c7e55b765cd1db4700779911d42e9943db71555, '', 0, '?'),
(0x8555c6daeecf02f9c93bb06fcd0631af, 'wp-content/plugins/wp-rss-aggregator/includes/licensing.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/licensing.php', 1, 0x00000000000000000000000000000000, 0xa26097eae5ec6d1727c0d15b697dab64, 0x580b927580ab12618b0ac9b45ab6e153a57d99907c014709062fcbacde5c6b4d, '', 0, '?'),
(0x85afe3e66bea8fe1950cbdaed5d2f31f, 'wp-content/plugins/wp-rss-aggregator/includes/misc-functions.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/misc-functions.php', 1, 0x00000000000000000000000000000000, 0x39968f1aee4e4024110d44734b7b685d, 0xf470cea7d848cbe30b82e82f917bf0dbcf8bfc68977745631b7d530d7f7cdfcd, '', 0, '?'),
(0x7e860409ee37cf0a57ac10a93abc7554, 'wp-content/plugins/wp-rss-aggregator/includes/multimedia.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/multimedia.php', 1, 0x00000000000000000000000000000000, 0x32f0e7557bc4ef5402b7f611cf0b76dc, 0x5e350b1280e8184f9a77c52d9ab475747f52a3d43e957a74564e190671d7562c, '', 0, '?'),
(0xf77a94f94d417b6964f37e3f6cd2624f, 'wp-content/plugins/wp-rss-aggregator/includes/opml-importer.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/opml-importer.php', 1, 0x00000000000000000000000000000000, 0x7bb2edab633ce6a4fc36e747e4bc26b4, 0x1ae90465ef77701a8b3ccf4623c9dad0a0d567d697889bb1774136ec95b41643, '', 0, '?'),
(0x99f406fd276c6e031459581ccd732bbc, 'wp-content/plugins/wp-rss-aggregator/includes/polyfills.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/polyfills.php', 1, 0x00000000000000000000000000000000, 0x1b04e083b7cd2f068b3347340c3fa952, 0x28389ec411851e83a86681cc77a178f3a7ad9d39e847ae388e9e5eb403086ce9, '', 0, '?'),
(0x30f882c578e4b21fcaed01180acfc55b, 'wp-content/plugins/wp-rss-aggregator/includes/readme.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/readme.php', 1, 0x00000000000000000000000000000000, 0x3a8cacb78ad3c59720e79f6d7294e327, 0x249fa88f8aeccfadf615f26a0d94e522e60c3dab14d48f65e0d22537f264d43e, '', 0, '?'),
(0x17b9b2703e7d4b239b139b91815271f9, 'wp-content/plugins/wp-rss-aggregator/includes/roles-capabilities.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/roles-capabilities.php', 1, 0x00000000000000000000000000000000, 0x187599c81f8f63c14b05b62805a84ab6, 0xcf8af91dab44de24f07576d25fe42d980b5b878814a1f99297226f5ba7e1afb2, '', 0, '?'),
(0xf04a8c48a403b04ffbd183cdaedf6da7, 'wp-content/plugins/wp-rss-aggregator/includes/scripts.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/scripts.php', 1, 0x00000000000000000000000000000000, 0x5eb9d3b22c521b092bb031441fb09742, 0x21893d3d38ace14f0907d90d87886f64a199f6cef87f1f65a509bb8580a6f734, '', 0, '?'),
(0x85e2c150d204264818910a6098d49fc3, 'wp-content/plugins/wp-rss-aggregator/includes/system-info.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/system-info.php', 1, 0x00000000000000000000000000000000, 0x4f593494adf8dda5101f3cdc72ab3c95, 0xbc4daaf042e8af156ce45b7605d5d37d918948baa03ba8d628dc8d15db59e46b, '', 0, '?'),
(0xebb3f32e3ed77beeb47481727eaa3669, 'wp-content/plugins/wp-rss-aggregator/includes/templates-update.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/templates-update.php', 1, 0x00000000000000000000000000000000, 0x3305b1f2d4cc39fd0aede93f5ba94e75, 0x70e78fad4bbe4b2fa1e90ad65dd1403cf78715530c6260e48ea396bd2be220dc, '', 0, '?'),
(0xf691f73c14240d36959010f98528e279, 'wp-content/plugins/wp-rss-aggregator/includes/twig.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/twig.php', 1, 0x00000000000000000000000000000000, 0xc8c9789617afdeabd767673f85c55b46, 0xbf581c0eb7ac1d663f6c5380d9c98006f41274fe2115a60f43b80fce1cebfa77, '', 0, '?'),
(0xb583952d7ab602c3a94a7f72db0cf825, 'wp-content/plugins/wp-rss-aggregator/includes/update.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/update.php', 1, 0x00000000000000000000000000000000, 0x4c9ce56143da7a2af3bf48639ec29100, 0xe6a4ef1185019c3e617bdd634b8e9f1d2e35ff2de2d6e83d26b3cb3787239221, '', 0, '?'),
(0x7b1d387764bff9307e75a188e2a312df, 'wp-content/plugins/wp-rss-aggregator/includes/youtube.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/youtube.php', 1, 0x00000000000000000000000000000000, 0xefd175103808ea852e68dfe3ef8151c6, 0x33891476f10c11eea8879e64f2ec16ef398ec6bf0bb0dac8756faabff909f5fa, '', 0, '?'),
(0x96b299cb8974ba08b2ed9657178d1787, 'wp-content/plugins/wp-rss-aggregator/js/admin/tools/blacklist.js', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/js/admin/tools/blacklist.js', 1, 0x00000000000000000000000000000000, 0xda9250fa5e59992ddde0579ab76c93e7, 0x3fc3c29455f50adf216c1a5a43b2afa14b68c17960ab27ad7535a4c36ec80f68, '', 0, '?'),
(0xbc239474c5d9f5ee36dea736ff45d78d, 'wp-content/plugins/wp-rss-aggregator/js/admin/tools/crons.js', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/js/admin/tools/crons.js', 1, 0x00000000000000000000000000000000, 0x987da081bc90b363f3df8bdb8dd35c0f, 0xab7a8058f888c7086b56cbce13928e765b697612a87b580445cf04328cd1fea0, '', 0, '?'),
(0x111a5d8e7d9ca637566e6ab0f9e22588, 'wp-content/plugins/wp-rss-aggregator/js/admin/tools/logs.js', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/js/admin/tools/logs.js', 1, 0x00000000000000000000000000000000, 0x783cb1f0a272eacd1e46c1c2835c99c8, 0xc5bde71463d08afbb96bd2fa9b3d1af3c9955e6d5d1dfe83b2da66a5ef4d37da, '', 0, '?'),
(0x70ca19f4c79e89bd241aa938b22d6d9f, 'wp-content/plugins/wp-rss-aggregator/js/admin/tools/main.js', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/js/admin/tools/main.js', 1, 0x00000000000000000000000000000000, 0x9df20b9b3ceed864b7595260960a6128, 0xad26704c15a9e28d0c685e9dbfabe84b13b6d62a50fdcbb62b524dadb1c31b4d, '', 0, '?'),
(0x6812cd0606034308d63cfd3fdc99c710, 'wp-content/plugins/wp-rss-aggregator/js/admin/tools/reset.js', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/js/admin/tools/reset.js', 1, 0x00000000000000000000000000000000, 0xf2f9da8045773a5f4f57eb1803a2d359, 0xde62b02833634d77d5e348a4083b94f6ca7162857eb8af6ded2c8a81c74393bf, '', 0, '?'),
(0x77ffce6f36c6774dcfedbde3481811c6, 'wp-content/plugins/wp-rss-aggregator/js/admin-addon-ajax.js', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/js/admin-addon-ajax.js', 1, 0x00000000000000000000000000000000, 0xf2b953696422d2664d867d363f704ed9, 0xb83dd4f6c7862ec3e24f7bb4729d44bcb4838c1a3fe5e84618404d0e75d51d15, '', 0, '?'),
(0x9967f1bde2a5c13b6bf47d01c7c24201, 'wp-content/plugins/wp-rss-aggregator/js/admin-custom-bulk-actions.js', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/js/admin-custom-bulk-actions.js', 1, 0x00000000000000000000000000000000, 0xff055502811e68364f975588f15110a5, 0x4455a2684329dcb236ac57fe66781cceffb9d28be5e221892a15697150e50bd6, '', 0, '?'),
(0xfbf5e026be4ed88e6d2417261786580d, 'wp-content/plugins/wp-rss-aggregator/js/admin-custom.js', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/js/admin-custom.js', 1, 0x00000000000000000000000000000000, 0x0bd8e4b05753ecaa4eacdb6fd0367fb6, 0xb5c7603886f7511e08e9becb582bd21f9076849c3308cc52f33753d2a354a8b0, '', 0, '?'),
(0xcab185ccb37df9ac6f17583353a2f90d, 'wp-content/plugins/wp-rss-aggregator/js/admin-help.js', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/js/admin-help.js', 1, 0x00000000000000000000000000000000, 0xbed11561e6dd1a64e7d62d9d3e619bec, 0x70841a4aed0f5a3bf6f56c256b556462044f402ac8d001779a3a6956c83d0e9d, '', 0, '?'),
(0x69bf0c986a10f3e988e194578f183440, 'wp-content/plugins/wp-rss-aggregator/js/admin-license-manager.js', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/js/admin-license-manager.js', 1, 0x00000000000000000000000000000000, 0x73fe609b6a52b276561018b96902bda6, 0x2e4708897d3de9d30229eabc6f41e5ec8cae6d44c4f24c07e7c0e932920f8f7f, '', 0, '?'),
(0x8f3942789638cd1b78c0d959c25945c7, 'wp-content/plugins/wp-rss-aggregator/js/admin-licensing.js', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/js/admin-licensing.js', 1, 0x00000000000000000000000000000000, 0xdfb07ed3e40959b2b5f46d1135879950, 0x2e86f628e9c3c5155b89f3bec6898fbae138fd7e95bf780e09dd4ade548c3462, '', 0, '?'),
(0xf53fb03d9bbe0d316bda2ca43dda47ca, 'wp-content/plugins/wp-rss-aggregator/js/admin-notifications.js', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/js/admin-notifications.js', 1, 0x00000000000000000000000000000000, 0x0afef9e32de80c6411f53b35c858cf2c, 0x0f6cafa3831412d9760fc033f4c580fb1aab028add9fa8b478a35dbe7c39e50c, '', 0, '?'),
(0xfbac17864ad4d7f1c1386e5d4f4adee9, 'wp-content/plugins/wp-rss-aggregator/js/admin-notifications.min.js', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/js/admin-notifications.min.js', 1, 0x00000000000000000000000000000000, 0xeb597fe14f399739d0b81ef660820640, 0x092076a86db74800c378ccf01688d39533d16c4c773ead7659c9cd502732b66c, '', 0, '?'),
(0xf22b4714ab37cdfb3f75b0b5637fa0f0, 'wp-content/plugins/wp-rss-aggregator/js/aventura.js', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/js/aventura.js', 1, 0x00000000000000000000000000000000, 0x18848d4ac75022c916f26a191c7ae9bc, 0x7e29158e437da2627a18cefffc61ecd84ea21bc4e923c1e5eaaf568dcc847a9f, '', 0, '?'),
(0x45d030f22beae8c5f9051feb1582a0ee, 'wp-content/plugins/wp-rss-aggregator/js/aventura.min.js', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/js/aventura.min.js', 1, 0x00000000000000000000000000000000, 0x6e06ee5c22c8d7da2f9d0d5699c73972, 0x0ce31dac074137ac612dfc08b5fbf22dfbe7d970b2b551e5be77303e027d913c, '', 0, '?'),
(0xcbfb012caa1d0f7d3ecd00f18df49d87, 'wp-content/plugins/wp-rss-aggregator/js/beacon.min.js', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/js/beacon.min.js', 1, 0x00000000000000000000000000000000, 0xfd8c9056759356aee0ce8c365f43fc3e, 0x5df62a53cb8e8efb394e9f6d7d7fbc23763a0322f9203e3424a482171b324473, '', 0, '?'),
(0x2f7e25304ba9027e8124be8e961afd16, 'wp-content/plugins/wp-rss-aggregator/js/build/common.min.js', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/js/build/common.min.js', 1, 0x00000000000000000000000000000000, 0x8ce4cf4ba8e21d6c31019b10af5b4226, 0xd1ce999d870a8d55183581655b1b25278051f4d9f8a00f48b96b79cb7ebc698b, '', 0, '?'),
(0x5d2828edc690179406cf3fd204b13054, 'wp-content/plugins/wp-rss-aggregator/js/build/gutenberg-block.min.js', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/js/build/gutenberg-block.min.js', 1, 0x00000000000000000000000000000000, 0xf9845999dac1ad5199e21fb9fbdd9f19, 0x64931f0bd3377902d56ca7fac358d62407d1831ccfe21b7da331325b88b9d785, '', 0, '?'),
(0x74b13f67e25387a68bd7b79956447ac9, 'wp-content/plugins/wp-rss-aggregator/js/build/intro.min.js', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/js/build/intro.min.js', 1, 0x00000000000000000000000000000000, 0xfcf6d77f455f5b81a4f300f01f773640, 0xe54922dfbe672defa7031c37b31acfc797c98b31f69cd48d0bcba3b6dfb68a88, '', 0, '?'),
(0xa6f94be637fd26e5654ed123104d8a35, 'wp-content/plugins/wp-rss-aggregator/js/build/pagination.min.js', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/js/build/pagination.min.js', 1, 0x00000000000000000000000000000000, 0x9229462fedf13a7951040fb613917ba3, 0x03d13e09a4a73e772a3438cfd828c2890a9170fd8708fda45b8eb71bdeb5e97e, '', 0, '?'),
(0x41435d7303ab9eb46612ab53b8781b64, 'wp-content/plugins/wp-rss-aggregator/js/build/plugins.min.js', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/js/build/plugins.min.js', 1, 0x00000000000000000000000000000000, 0xc77b6ea0751f65615c6956ca45d5aff5, 0xe03b2b3f6fcdf041332eae330deefa84d504d69d294311782554a5fed1d3beb2, '', 0, '?'),
(0x8b4dd02d7438e905d71cfb3a5b7d7d0e, 'wp-content/plugins/wp-rss-aggregator/js/build/templates.min.js', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/js/build/templates.min.js', 1, 0x00000000000000000000000000000000, 0x05c69da83941177a96d41a43bf9753eb, 0x59a47b47d9e60ebce3b56db78ca5040f36ab0e105f9acac175d9609fc0f37047, '', 0, '?'),
(0x2d9fa81354b6b57045afbf629d235b40, 'wp-content/plugins/wp-rss-aggregator/js/build/update.min.js', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/js/build/update.min.js', 1, 0x00000000000000000000000000000000, 0xfa40254c14e47c96b8fff3dfce76837b, 0x23499f1b5967001a865ff00bb8dd3d7265f4af56669f2f18408aae5aec175bc5, '', 0, '?'),
(0xec4e1f986b3120bc0f48107b92df1e5b, 'wp-content/plugins/wp-rss-aggregator/js/build/wpra-manifest.min.js', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/js/build/wpra-manifest.min.js', 1, 0x00000000000000000000000000000000, 0xef1ba1f626c09a168e895fde371f2c7f, 0x18dad6de81be4d57ff9681c44d7247e4d727bb1e72654e664d19065a70d6be20, '', 0, '?'),
(0xd99e364a5634320590856157f6c6d42f, 'wp-content/plugins/wp-rss-aggregator/js/build/wpra-vendor.min.js', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/js/build/wpra-vendor.min.js', 1, 0x00000000000000000000000000000000, 0xaebcd0fd72781e151073569b05ec26ad, 0xf48d07f181e61270dd1b2a1d78a8cb3004798c234fecbdea31bc0f029d561cb9, '', 0, '?'),
(0x807a1962809861b8a0abe962fa3d0d1b, 'wp-content/plugins/wp-rss-aggregator/js/class.js', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/js/class.js', 1, 0x00000000000000000000000000000000, 0x92d19d676ac029b33628b5049354a1d4, 0x4944fa490929b3afaa51b5404de44f2b66c24a2adf18abe486f825b0b71dc811, '', 0, '?'),
(0xe17d1d7c69b471f8daf33f487b9640b8, 'wp-content/plugins/wp-rss-aggregator/js/class.min.js', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/js/class.min.js', 1, 0x00000000000000000000000000000000, 0x7e92bffb68ff361f8e95910672619163, 0x2796f07c2274fdfe0d9e5ccd0a5c1c4c1c692663863f5e3ee7c71f7fadefe64b, '', 0, '?'),
(0xbd9b1de3befe8ff4006b0d13dd305100, 'wp-content/plugins/wp-rss-aggregator/js/custom.js', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/js/custom.js', 1, 0x00000000000000000000000000000000, 0x555a38c25a5b872db6548d7e0b012854, 0xedb3ea4b01cf7789ed9e56d2dbe07605a32e7adfb77a76ef96962961f8e1e247, '', 0, '?'),
(0x3daeebb7fe4d77e0f023d6496c3f9436, 'wp-content/plugins/wp-rss-aggregator/js/editor.js', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/js/editor.js', 1, 0x00000000000000000000000000000000, 0xd70ed36006b30cc077f09e29a7f89f5a, 0x1efa05cb3f8668cbb3b1d0fee83652c410d4caa1047636de38e62efd20af0f3c, '', 0, '?'),
(0x3a859fd02bbc74e755dfef8f170b65a5, 'wp-content/plugins/wp-rss-aggregator/js/gallery.js', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/js/gallery.js', 1, 0x00000000000000000000000000000000, 0x21ce3c679e8a205a7ad1f999f1a3d69c, 0x92cacf4778794a0a4e5fa1ed74c37f37099591d592dcbe22c332fa84a977eff2, '', 0, '?'),
(0x4b69e022c5adf311e649be3db3e4ae74, 'wp-content/plugins/wp-rss-aggregator/js/heartbeat.js', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/js/heartbeat.js', 1, 0x00000000000000000000000000000000, 0x70101a275ee0af2992d70837fd11acfd, 0x30d5f3c12c98b75b8e5ce20928ec94293e64fdf0165bd9c7a9751859b9499fea, '', 0, '?'),
(0x4f5fb7c6c3b40678600ab558eb4b8090, 'wp-content/plugins/wp-rss-aggregator/js/jquery-ui-timepicker-addon.js', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/js/jquery-ui-timepicker-addon.js', 1, 0x00000000000000000000000000000000, 0x9e11876a0dbdd8df2be784e1ced4d31d, 0x83a39c33505b71c8aaf82b1e11df72d1b7b25c8b7dcb85ea93269e02bead201e, '', 0, '?'),
(0xa6433454814daee07426626ed501d267, 'wp-content/plugins/wp-rss-aggregator/js/jquery.colorbox-min.js', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/js/jquery.colorbox-min.js', 1, 0x00000000000000000000000000000000, 0x2c381fee3e12193d17c2ed14d2cbcffa, 0x7c5edc8bbcfc565d9d18ee3dd8413e30f6157c4a95402a2b91af83cb75a6d230, '', 0, '?'),
(0x0d1f5d1641afa0f727fdc9bcd7248689, 'wp-content/plugins/wp-rss-aggregator/js/xdn.js', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/js/xdn.js', 1, 0x00000000000000000000000000000000, 0xe8c7994b430ff9c335c92acbf092e101, 0x42b1ce51dac64d2c331065c222f3b9787924baf1034766d0a23ab79ec4aeb69b, '', 0, '?'),
(0x28e02c3facc6d1fb106d440b6aa47d45, 'wp-content/plugins/wp-rss-aggregator/js/xdn.min.js', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/js/xdn.min.js', 1, 0x00000000000000000000000000000000, 0xe1e78547ddc9e6c20df5dda8060d87ec, 0x99deb7a9f5952199b2e479f8bd4c1b9f2ac89e4d2ce675503dc4b6d77cc85df3, '', 0, '?'),
(0x510490b2d5424453ef247b736a8897dc, 'wp-content/plugins/wp-rss-aggregator/languages/wprss-en.mo', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/languages/wprss-en.mo', 1, 0x00000000000000000000000000000000, 0xf7509966b7e2752f6911bb09606f3121, 0xfe1aeab4b4bf3b352089dcc660a2efac502c777f85fafa5b84ae135d5b2c6758, '', 0, '?'),
(0xc5857370f259e02ae6f0f53334189103, 'wp-content/plugins/wp-rss-aggregator/languages/wprss-en.po', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/languages/wprss-en.po', 1, 0x00000000000000000000000000000000, 0x1f695cf3f558df41a92ffdf9f92f1e34, 0x36391da6c22afa8b79c2077af5692152361017a4f2e1cefb02f4b84f7069936a, '', 0, '?'),
(0xdafd92f0a0b71d0f46679237f39798ff, 'wp-content/plugins/wp-rss-aggregator/languages/wprss-es.mo', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/languages/wprss-es.mo', 1, 0x00000000000000000000000000000000, 0x7d84ee9baf995b0125f6117da10f702e, 0x88e296711effaa8f248116abfcedf16e2b347a84f25b4a103e32ceebd27e9a9e, '', 0, '?'),
(0x426a9db3b0471d6666f015bdc835148b, 'wp-content/plugins/wp-rss-aggregator/languages/wprss-es.po', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/languages/wprss-es.po', 1, 0x00000000000000000000000000000000, 0x675732abdcceef5f0f180223cf65ad3c, 0x94ed595dd9f12ddd272234c31957886c6a829ba267f2e4ffe951c999817e0ae5, '', 0, '?'),
(0x1d4acf8ed68084ca398f7ec95e9eb036, 'wp-content/plugins/wp-rss-aggregator/languages/wprss-it.mo', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/languages/wprss-it.mo', 1, 0x00000000000000000000000000000000, 0x90fd0288ee11515ab3ae886b9b6d8425, 0xf1c1e74eff8b55220988d30cf4439bc88dfc8062a577e41b68f80845c22ab5c6, '', 0, '?'),
(0x848cbcf014daf58f94c36fdb77e340bd, 'wp-content/plugins/wp-rss-aggregator/languages/wprss-it.po', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/languages/wprss-it.po', 1, 0x00000000000000000000000000000000, 0xf2bf25d25be022dc560bb3810aee9fa4, 0xa194e24fead25f577e38c21429b09b071a8d4698ad7299e744c285e8d6d0861c, '', 0, '?'),
(0x74ad8e4362750d229001eb2c9d0e37a1, 'wp-content/plugins/wp-rss-aggregator/languages/wprss-nl_NL.mo', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/languages/wprss-nl_NL.mo', 1, 0x00000000000000000000000000000000, 0x09aacf102bea380a2fd2a2a4dec81670, 0x815b85e119ceade5d5e0660233b34f71f214211f8a0af1110c480741499d6811, '', 0, '?'),
(0x74d45d7f644e3aeee2d0d0e0aed1ca90, 'wp-content/plugins/wp-rss-aggregator/languages/wprss-nl_NL.po', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/languages/wprss-nl_NL.po', 1, 0x00000000000000000000000000000000, 0x4aab9878c7c95d537a224659e78c38d5, 0x0126dec6b8fa6190d56917f8ffc8216871bfbce39b58cc6d40ff5e7c7df870f3, '', 0, '?'),
(0x3fa3da8fc88990e0368f7d1aede5f656, 'wp-content/plugins/wp-rss-aggregator/languages/wprss-pt_BR.mo', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/languages/wprss-pt_BR.mo', 1, 0x00000000000000000000000000000000, 0xe7e4143bffeb91811281fad041be7fd2, 0xcd090d394cf8aaeef00749f40bdfa409b1a4d6208c8611b5608b28ef5885b433, '', 0, '?'),
(0x2601c37ffe0833622d2be15e25f8cd3a, 'wp-content/plugins/wp-rss-aggregator/languages/wprss-pt_BR.po', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/languages/wprss-pt_BR.po', 1, 0x00000000000000000000000000000000, 0x3bae7d86171092ed4eae11f67e72031d, 0xc670e2b86888e17730b6e4d47207860bc9afdad32a35fba8e9aa5d9c1d9a4df6, '', 0, '?'),
(0x83537ca324b9941408417a0009799e26, 'wp-content/plugins/wp-rss-aggregator/languages/wprss-ru_RU.mo', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/languages/wprss-ru_RU.mo', 1, 0x00000000000000000000000000000000, 0xde456003502015f4eb9a1c3149cf3d15, 0x79629fe30c15f8c09c6f4da5e9d2904a17e57525b86f6cc8ab9026b3f2efe36f, '', 0, '?'),
(0xec59207ad5c81e236bfd068f1841f254, 'wp-content/plugins/wp-rss-aggregator/languages/wprss-ru_RU.po', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/languages/wprss-ru_RU.po', 1, 0x00000000000000000000000000000000, 0xe8a065cb54f13bf23cc9045553324149, 0x1814a0a1b814aeeded0387f7e36afdd62362036dcc4702629c4a2ae467c6177b, '', 0, '?'),
(0x37f2dc2bf43c655af35a2fd450793832, 'wp-content/plugins/wp-rss-aggregator/lib/Entities/Api/EntityInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/lib/Entities/Api/EntityInterface.php', 1, 0x00000000000000000000000000000000, 0x54d6bef6dffcd1e044e25874142de99e, 0xf27e84820866ee918a046d82eeaa533e139f979dd508bb42dab814f9e9583945, '', 0, '?'),
(0x94e53e3a07b53b75055e0fc21234ac2c, 'wp-content/plugins/wp-rss-aggregator/lib/Entities/Api/PropertyInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/lib/Entities/Api/PropertyInterface.php', 1, 0x00000000000000000000000000000000, 0x2726e5b66dfcdd11476ab10713ac40b9, 0x9d360923cd90dda6cf5d23dfbc8d517a5c3db9d0085c435b45fa14ce87474952, '', 0, '?'),
(0xe2de0c3cb8ef63266b0293b5f11d2849, 'wp-content/plugins/wp-rss-aggregator/lib/Entities/Api/SchemaInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/lib/Entities/Api/SchemaInterface.php', 1, 0x00000000000000000000000000000000, 0xf6855f981650d0d2ffd68fd3507ca653, 0xa7333bd7b46bdcab950f3ecb1c0ae55b91e8fd4df107a41bccbd257cd1fd566b, '', 0, '?'),
(0x3a9fec5fd99d0f6421109bb2c207c471, 'wp-content/plugins/wp-rss-aggregator/lib/Entities/Api/StoreInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/lib/Entities/Api/StoreInterface.php', 1, 0x00000000000000000000000000000000, 0x1fc5436b8bf5ea468d26a4b67e708151, 0xf5096f9284bcb1a58e35d470aa481a3c60a9d0f5a216b9853135492343410a89, '', 0, '?'),
(0x5564875eae14a6c7d635a5f69ab9ecd7, 'wp-content/plugins/wp-rss-aggregator/lib/Entities/Entity.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/lib/Entities/Entity.php', 1, 0x00000000000000000000000000000000, 0x2b3194a97ae6e81e2710262a7d6ecd22, 0xe263113e84140ce833a9ab9fe1e6a1b2b4bdbb92c5128fb4051bde7cef482f19, '', 0, '?'),
(0xc6c999b47337ec606fe64fe9c0492a15, 'wp-content/plugins/wp-rss-aggregator/lib/Entities/Properties/AbstractDecoratorProperty.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/lib/Entities/Properties/AbstractDecoratorProperty.php', 1, 0x00000000000000000000000000000000, 0xb327365cf5d3fd3ef3871921bfe6bdd8, 0x8545f5a19dffb3f0b5ea47592df0a49e9fdbd17f1d21ef86dcd2d8bc4db9d23c, '', 0, '?'),
(0x87f5dd92871e9cee7a29581d3b130aa4, 'wp-content/plugins/wp-rss-aggregator/lib/Entities/Properties/AliasProperty.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/lib/Entities/Properties/AliasProperty.php', 1, 0x00000000000000000000000000000000, 0x585f4c4ca3cbeda09a69ca2423b870c0, 0x2b7a0b0e15894d74df9dc9e33eb3ccc99ee157e4f959ccae50dd3ce2c57d9192, '', 0, '?'),
(0x2b8d7458ab43d5c76ee36be0c372b7ef, 'wp-content/plugins/wp-rss-aggregator/lib/Entities/Properties/CallbackDecoratorProperty.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/lib/Entities/Properties/CallbackDecoratorProperty.php', 1, 0x00000000000000000000000000000000, 0xff7d2c573ab88f7384f92f7fff035886, 0xc40f98ab34d9a1b0ac80a833688ae9bb67af11fc583fde40aabbc11f09e4a318, '', 0, '?'),
(0xfadcb8ed6c9a1152247b9290fae3712a, 'wp-content/plugins/wp-rss-aggregator/lib/Entities/Properties/CallbackProperty.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/lib/Entities/Properties/CallbackProperty.php', 1, 0x00000000000000000000000000000000, 0xb417539a993442be84685a394a327b3e, 0x0388606ba281b863fee1538ba3c22fb792fab3e10e67326a2e5f162c4ec372d4, '', 0, '?'),
(0xe47a93e9e4437592d01a1220479369c0, 'wp-content/plugins/wp-rss-aggregator/lib/Entities/Properties/DefaultingProperty.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/lib/Entities/Properties/DefaultingProperty.php', 1, 0x00000000000000000000000000000000, 0xea54aa13edc09f50ddff106dd1b7f400, 0x971795b1fc716c57a4cbd85951f88f97a628fea1311093f9ca8ee8f10bc44413, '', 0, '?'),
(0x67399a5f08bf989140109766cd548cb8, 'wp-content/plugins/wp-rss-aggregator/lib/Entities/Properties/Property.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/lib/Entities/Properties/Property.php', 1, 0x00000000000000000000000000000000, 0xbd0a8e30e36c9c23be758556a37471a0, 0x3d348241c83531a251ad8b30afed248b7ebc3897d2d84383d3b8eea7f072836f, '', 0, '?'),
(0xf0512fd6b249bde30b8927e91b89957f, 'wp-content/plugins/wp-rss-aggregator/lib/Entities/Schemas/Schema.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/lib/Entities/Schemas/Schema.php', 1, 0x00000000000000000000000000000000, 0x4e0f51a432b0edcfb0d961db74d09799, 0x3d154593d8e94698e64f5b7d93115f5be10ed8847c7b925407b5a6a08e9b01d1, '', 0, '?'),
(0x53e9d98f5bf73a6b3ca4209f79c6aec7, 'wp-content/plugins/wp-rss-aggregator/lib/Entities/Stores/ArrayStore.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/lib/Entities/Stores/ArrayStore.php', 1, 0x00000000000000000000000000000000, 0xce210ee95ffafbab184fc5de45dc4193, 0x83d0f5f0cd595a249bf59f1238ad5c54d9df68ae5d7c70ce6bbdb9a013357cfd, '', 0, '?'),
(0xc0d82cd875e3fb24f6f308717c3c2412, 'wp-content/plugins/wp-rss-aggregator/lib/Entities/Stores/EntityStore.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/lib/Entities/Stores/EntityStore.php', 1, 0x00000000000000000000000000000000, 0x0ec7878ddaa27c89ac530814b5e3f396, 0x98955693b6890989f8770ce91c41ce00c1c022b90a1fff348e524d3855cbe4a2, '', 0, '?'),
(0x7c7363e5c190ac3c12d9bfbef576a017, 'wp-content/plugins/wp-rss-aggregator/readme.txt', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/readme.txt', 1, 0x00000000000000000000000000000000, 0x3f276d87d5edd9b65df9b4fde6f0f66f, 0x978d3e7bdd54ed7d8b183df167db87f387cc9dd8e77b328b3be7ff43cc91e8f4, '', 0, '?'),
(0x720e48e5fad7ba4fc865ca462bffd672, 'wp-content/plugins/wp-rss-aggregator/src/Container/ModuleContainer.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Container/ModuleContainer.php', 1, 0x00000000000000000000000000000000, 0xc27f35562bbf16fedc92b8631057285c, 0x0aa78f0a1a259627a5ecd8ac40f1114be9f81135567108edc23236ab1fd95731, '', 0, '?'),
(0x3449eed292fa64c01267a8107df01984, 'wp-content/plugins/wp-rss-aggregator/src/Container/WpFilterContainer.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Container/WpFilterContainer.php', 1, 0x00000000000000000000000000000000, 0x53bdd9cfcaa8e8bcf1b37b179226abfd, 0xfdc14dab1bf8310cdb0b4e59f0cf709e4d26c09041fc885505aad6badb470b40, '', 0, '?'),
(0x135162687a037b70551e14c308f814ba, 'wp-content/plugins/wp-rss-aggregator/src/Container/WpraContainer.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Container/WpraContainer.php', 1, 0x00000000000000000000000000000000, 0xb49ca6f45086d53f1042df8db1317fd4, 0x6ab077e5dbfb166843df4ff3e985061890bda325d08e8ce5fcfc4542d8dc64b7, '', 0, '?'),
(0x54c4b7acc34c4a002be3e5dca61d292e, 'wp-content/plugins/wp-rss-aggregator/src/Data/AbstractDataSet.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Data/AbstractDataSet.php', 1, 0x00000000000000000000000000000000, 0xc4a56e85fa1016c725407a940b4641be, 0x03fab5fdab053002450b367d5ec01985c92d5791756b4e3a3a59063a7aaf8c25, '', 0, '?'),
(0xbdd53db1fdd5d97a6871c64260d681e4, 'wp-content/plugins/wp-rss-aggregator/src/Data/AbstractDelegateDataSet.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Data/AbstractDelegateDataSet.php', 1, 0x00000000000000000000000000000000, 0x54edce579e86ecb6ddcc6896b33f0bb3, 0xc469b004100dcf95a31973830b7f889f68bd24e24444bb32c11560dfb8f88e96, '', 0, '?'),
(0x41cb9321442e2905270d40851b2f272e, 'wp-content/plugins/wp-rss-aggregator/src/Data/AliasingDataSet.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Data/AliasingDataSet.php', 1, 0x00000000000000000000000000000000, 0x7f1975fcf12a6cc00ba521f050d54c06, 0x07a735533181efcc18a99e6fe7f477e6c2d3701101dfa50cd3b7459a9a6ad263, '', 0, '?'),
(0x4878a46e29955e72dcf1afdfe3ad9134, 'wp-content/plugins/wp-rss-aggregator/src/Data/ArrayDataSet.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Data/ArrayDataSet.php', 1, 0x00000000000000000000000000000000, 0x934323a5a625dc794beef4bf70449eaf, 0x23e917ca50bdb8e555b4620cc15cea9b6221610a91f4a0b7ba8e7102bfbeac7f, '', 0, '?'),
(0x4923471009e6d4cc44b2c34dae0d2f15, 'wp-content/plugins/wp-rss-aggregator/src/Data/ChangelogDataSet.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Data/ChangelogDataSet.php', 1, 0x00000000000000000000000000000000, 0x00d8cc4dcad5ec16be673237d397f9a8, 0xf003c96268bb2d308fcaecb7fc018e52388b83509a809d6cdef62cff3793dc9d, '', 0, '?'),
(0xb856050729dac2bacf97dd1b4d65cb93, 'wp-content/plugins/wp-rss-aggregator/src/Data/Collections/CollectionInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Data/Collections/CollectionInterface.php', 1, 0x00000000000000000000000000000000, 0x10114d93c99d63cba228c3cd8217eb9b, 0x216b5b029f322db7daa190b3b28cbcde95955f2e489d2da600ec42ccac92dbb2, '', 0, '?'),
(0x6f189b73bcc19aecdb7745563dc44b9b, 'wp-content/plugins/wp-rss-aggregator/src/Data/Collections/NullCollection.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Data/Collections/NullCollection.php', 1, 0x00000000000000000000000000000000, 0x875609f157bd9d7d68c488c872e1455d, 0x46c468977b4be4e4666d17bcecdd53e6a8fc3abdd0f4ffa8b8a785ffe201cebd, '', 0, '?'),
(0x15fbf9671e6e24570dcdabfd2995a9fd, 'wp-content/plugins/wp-rss-aggregator/src/Data/Collections/TwigTemplateCollection.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Data/Collections/TwigTemplateCollection.php', 1, 0x00000000000000000000000000000000, 0x07225a9c9eeb01653f4255dca2367f28, 0xd61040aee2e68d57a1d2c4235523efbdd0abd4f8f3999db26e0a895a629e142d, '', 0, '?'),
(0xc31aea5e801730336538941aebc0c036, 'wp-content/plugins/wp-rss-aggregator/src/Data/Collections/WpPostCollection.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Data/Collections/WpPostCollection.php', 1, 0x00000000000000000000000000000000, 0x3df0acd939caec298fe2301592228a3c, 0x1774262e44fa6af30ce9346c3911310cb6c316d090f00d79eeda64c076511700, '', 0, '?'),
(0x87c7e7d47fbd4b8e63ca3550e0132590, 'wp-content/plugins/wp-rss-aggregator/src/Data/CompositeDataSet.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Data/CompositeDataSet.php', 1, 0x00000000000000000000000000000000, 0xb726634b79aa3a1e3e143e0dc277662f, 0x7fda8615323062c315d40ba33c05b8712a60f4eb3248c62d035960f8851fa1e0, '', 0, '?'),
(0xd409de36a0b31ac13433b47fc5a2d9e0, 'wp-content/plugins/wp-rss-aggregator/src/Data/DataSetInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Data/DataSetInterface.php', 1, 0x00000000000000000000000000000000, 0xbb54d8b54a6c21328e6738b244a21e7e, 0xd02e62f19558b7c02498f0607e4cb48ab49b58f9e5d61edd9dfd32772e950218, '', 0, '?'),
(0x7c563a3192be2b16378fcd9b9105a346, 'wp-content/plugins/wp-rss-aggregator/src/Data/DelegatorDataSet.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Data/DelegatorDataSet.php', 1, 0x00000000000000000000000000000000, 0xf15615e56110f90e24f7d61ef55a3cf2, 0x98e51486881753b32bd3c4951a817bd6c4f920c21824c8bd9b29317e26d2f604, '', 0, '?'),
(0xa26ea4e4ad818c53ba21dae1b360680c, 'wp-content/plugins/wp-rss-aggregator/src/Data/DeprefixingDataSet.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Data/DeprefixingDataSet.php', 1, 0x00000000000000000000000000000000, 0x6bc1cdcbcbcf45c47010eb57f1998194, 0xeb41fdb9e4ec5d991bff36560e40e998f2bd48cb0cce5eed9934ad1b19bf01f4, '', 0, '?'),
(0x027ea3b434b310bb2bb0097f1dbeee46, 'wp-content/plugins/wp-rss-aggregator/src/Data/EntityDataSet.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Data/EntityDataSet.php', 1, 0x00000000000000000000000000000000, 0x444df24036532ca9cdb50582607eaff5, 0x0e57399addb1cc40b3c0ee638bb6bcbf0e7e4409dcec97a785b06f9d9a26b56a, '', 0, '?'),
(0xac26f6b6144b1a01779a30844d31ae9e, 'wp-content/plugins/wp-rss-aggregator/src/Data/MaskingDataSet.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Data/MaskingDataSet.php', 1, 0x00000000000000000000000000000000, 0x609b3e0027d04c6f4d5caf0474884a17, 0x98da0b019807a8c8e44608a47987f6709b89d3ca8f13f35a80be34736cd6f583, '', 0, '?'),
(0x00bc4b7c48edbf130209a33189f2dc90, 'wp-content/plugins/wp-rss-aggregator/src/Data/MergedDataSet.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Data/MergedDataSet.php', 1, 0x00000000000000000000000000000000, 0x506095a13e74592e8f97b76825a97228, 0x7615028719407f535676981c4bed8445b4adaa3722abb6bf85b83433995cacbd, '', 0, '?'),
(0xd1757af65b2e68d5456393ee7afe9421, 'wp-content/plugins/wp-rss-aggregator/src/Data/PrefixingDataSet.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Data/PrefixingDataSet.php', 1, 0x00000000000000000000000000000000, 0x37e8c561286b770f553a72b10ea28a8c, 0x3a75021e23496b247164313b43d61c95c4a02d3d9e5092c9a8506de77705936d, '', 0, '?'),
(0x090942c3f1cd4a0f0c9b4ea019d1950b, 'wp-content/plugins/wp-rss-aggregator/src/Data/Wp/WpArrayOptionDataSet.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Data/Wp/WpArrayOptionDataSet.php', 1, 0x00000000000000000000000000000000, 0x75133c13de9829107aa56355904fb10a, 0xc648e6c284c068bc70e74622ea61fe09a913f2a80c300bf495febe3f7cfbf14f, '', 0, '?'),
(0xe9cfccf413b4cfaa6afbf00e706e1143, 'wp-content/plugins/wp-rss-aggregator/src/Data/Wp/WpCptDataSet.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Data/Wp/WpCptDataSet.php', 1, 0x00000000000000000000000000000000, 0xb8b878d98b73cd7274ea05c0290d02fc, 0x356e4d63ae877fb4b5c6703f76daf76f303874a02154282c6a7d0aa6da03b084, '', 0, '?'),
(0x42d5e3a188c839661eda49808eaed5bf, 'wp-content/plugins/wp-rss-aggregator/src/Data/Wp/WpOptionsDataSet.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Data/Wp/WpOptionsDataSet.php', 1, 0x00000000000000000000000000000000, 0xe2fb316b1a12936b7f34d5dc85368a1f, 0x41d45e382c47037b7ae7c6ffe0448d4a225995930e75d5950eac066e07da9c37, '', 0, '?'),
(0x5b601c4fdba2f0f6db8fa1990d54b068, 'wp-content/plugins/wp-rss-aggregator/src/Data/Wp/WpPluginInfoDataSet.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Data/Wp/WpPluginInfoDataSet.php', 1, 0x00000000000000000000000000000000, 0x75251df14a944c9c47c079df0742d236, 0x1a021f366a9e78f62d439c00d64ebbff8e80e1b678e8251c07e80284e92ae48f, '', 0, '?'),
(0xd4c6c5b34feaca549365f4c50a40350f, 'wp-content/plugins/wp-rss-aggregator/src/Data/Wp/WpPostArrayMetaDataSet.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Data/Wp/WpPostArrayMetaDataSet.php', 1, 0x00000000000000000000000000000000, 0x7d3396dfe7d5c2488548b780afedc2f0, 0x3ca83c4cdc3344ae2f0b34a2bef2efe3b797c2603f5de25ae80624cfe8592993, '', 0, '?'),
(0x8f25df395e361bbb0cb0672eece3eea5, 'wp-content/plugins/wp-rss-aggregator/src/Data/Wp/WpPostDataDataSet.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Data/Wp/WpPostDataDataSet.php', 1, 0x00000000000000000000000000000000, 0xb855c872c8552c3ce45a92f213b55d5b, 0x144805cb8c5cf3a4e3f7cc54cc5ce0a4627ee96bea8b4625c2076ef7a9efd8ee, '', 0, '?'),
(0xf216a28a83f7febc105889a2267b8fe2, 'wp-content/plugins/wp-rss-aggregator/src/Data/Wp/WpPostDataSet.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Data/Wp/WpPostDataSet.php', 1, 0x00000000000000000000000000000000, 0xd3af92cfe3ece3846b4b5a176bed2992, 0x94b70a4768c68440c69608913ba76fa2211ec34ebc262e2301dc50dc02fe7c5a, '', 0, '?'),
(0x917dd30c3b843866cbd6be69478cf01c, 'wp-content/plugins/wp-rss-aggregator/src/Data/Wp/WpPostMetaDataSet.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Data/Wp/WpPostMetaDataSet.php', 1, 0x00000000000000000000000000000000, 0x3ae6ac109e509eaa557c5c5a0f65e235, 0x8e363b8f1660f7e65291018cf2fbb7a9ecf95cb16a7df6ec0db96411ddb2d296, '', 0, '?'),
(0xb50794ef35175fbfdc8bb6ec463fd8b8, 'wp-content/plugins/wp-rss-aggregator/src/Database/NullTable.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Database/NullTable.php', 1, 0x00000000000000000000000000000000, 0x4809788fafde26103ea7f37bf0dacf8a, 0x25421b76378ca64ca9973f37ba6c63b9ee376179bf29dd7771fb71a95608c824, '', 0, '?'),
(0x140d530d86158a26b835180087cbc4c2, 'wp-content/plugins/wp-rss-aggregator/src/Database/TableInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Database/TableInterface.php', 1, 0x00000000000000000000000000000000, 0x41faa2e94c3052a247c6f0eb28c538db, 0x2de1a4f85021ea7b55bff26f78574da5b6d0ae7390916ab29b2333c9aa36b09e, '', 0, '?'),
(0xee2437e8e78171d96e40004812836397, 'wp-content/plugins/wp-rss-aggregator/src/Database/WpdbTable.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Database/WpdbTable.php', 1, 0x00000000000000000000000000000000, 0x68345b8a84ce75a83726b798a811c909, 0xcfc05fa08bb2602f453a0ebd1055609b730aa9b63c81f87f9ae9ccec1b0eaefd, '', 0, '?'),
(0x0ddd9a5558752afa8e3c960c3b3ad65d, 'wp-content/plugins/wp-rss-aggregator/src/Entities/Collections/FeedBlacklistCollection.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Entities/Collections/FeedBlacklistCollection.php', 1, 0x00000000000000000000000000000000, 0x400c64bac884dc559e9c38cb7101f28c, 0xb90f284f63f1a1e232322c242b8f63f80add021702a6b25741419fd804ea2090, '', 0, '?'),
(0xe2e85896fa3fb66d87bcc06bc90564a4, 'wp-content/plugins/wp-rss-aggregator/src/Entities/Collections/FeedItemCollection.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Entities/Collections/FeedItemCollection.php', 1, 0x00000000000000000000000000000000, 0xfbf8d3a4d28a584b1d7a3605734e587e, 0x7f8d20430c8a586cccdcceec99dc39ecbcdb2dc4e93caf8882dc2f44d54a080a, '', 0, '?'),
(0xf31df11822e055920ad92cd890613196, 'wp-content/plugins/wp-rss-aggregator/src/Entities/Collections/FeedSourceCollection.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Entities/Collections/FeedSourceCollection.php', 1, 0x00000000000000000000000000000000, 0x9caf3e1902ec492191e3b13b724c215c, 0x3b05a2953b06d55d1780481c373f9ed6ee40880ae73f99b1f1f86ed0f81f56be, '', 0, '?'),
(0xbc4f22a45d2c5d7e7e052e0413882301, 'wp-content/plugins/wp-rss-aggregator/src/Entities/Collections/FeedTemplateCollection.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Entities/Collections/FeedTemplateCollection.php', 1, 0x00000000000000000000000000000000, 0xed6e9a217679cac45bb305fd51c7c7d8, 0xe1ab41084aaac5c7ccf70ce1050411a89410494c8ce8afe85a1854fab6dbd4fd, '', 0, '?'),
(0xca280fb9958afd6449f23e59ff7e9a6f, 'wp-content/plugins/wp-rss-aggregator/src/Entities/Collections/ImportedItemsCollection.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Entities/Collections/ImportedItemsCollection.php', 1, 0x00000000000000000000000000000000, 0x4a9c3ab1f36ac1c8bed811b871c7dc5e, 0xcf694105ab2b69d90a9de890ae3f3abddf53531b4b7dde128a3d57abdcaa85b5, '', 0, '?'),
(0x17a86e3b16fa524ae44115b87d8e8448, 'wp-content/plugins/wp-rss-aggregator/src/Entities/Collections/WpEntityCollection.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Entities/Collections/WpEntityCollection.php', 1, 0x00000000000000000000000000000000, 0xcb4df58f5159613b23d9a023232dc098, 0xfa0a9db6ecb4e7676f1c76150237eb17cd01d1b770aefc859492ef81039be55f, '', 0, '?'),
(0xc2045febcc2ba7c1b8c856c9844e57e9, 'wp-content/plugins/wp-rss-aggregator/src/Entities/Properties/SanitizedProperty.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Entities/Properties/SanitizedProperty.php', 1, 0x00000000000000000000000000000000, 0x177c04d2f4c0ae9beb6d4e6cdeb1af98, 0xb7b95089c5c3e388beb16f4db9fa9a6d4101440d6e0286f813d03f3828922735, '', 0, '?'),
(0x1e513040d47dd6c4c2fc91e75179ef44, 'wp-content/plugins/wp-rss-aggregator/src/Entities/Properties/TimestampProperty.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Entities/Properties/TimestampProperty.php', 1, 0x00000000000000000000000000000000, 0x6103dda93e70decd76174f1fcfc6e51a, 0xaa9f901fa7b9909e87822367b7dd33bcfe04924b0ed6cc5d31dfc3cbeacb5047, '', 0, '?'),
(0x5b976e6cdfd42e43f07df54bfa582d5b, 'wp-content/plugins/wp-rss-aggregator/src/Entities/Properties/WpFtImageUrlProperty.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Entities/Properties/WpFtImageUrlProperty.php', 1, 0x00000000000000000000000000000000, 0x36116375e7a6799ecd806a526f5c51b0, 0x8801885caf7ac7045b1d03c565b2720e0e24b1eac2bcbc1911056c1a1c9be8b3, '', 0, '?'),
(0x59734db6fc9af9e624a45a11d8d90938, 'wp-content/plugins/wp-rss-aggregator/src/Entities/Properties/WpPostEntityProperty.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Entities/Properties/WpPostEntityProperty.php', 1, 0x00000000000000000000000000000000, 0x80022559525ba5c7b67bb5bc79a4feb0, 0x3d291b6e5812d26e02be3f3073355cbc64050b36c417a91b801440671b0d341b, '', 0, '?'),
(0x01f2027e71ae2b6b58581885f91028d5, 'wp-content/plugins/wp-rss-aggregator/src/Entities/Properties/WpPostPermalinkProperty.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Entities/Properties/WpPostPermalinkProperty.php', 1, 0x00000000000000000000000000000000, 0xfc15e91ad032b47891945f62d0a9cc21, 0xccd73f8d3d6666995572761a4750759968dd2cee99cfaf5a002872e08b0da1cc, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x6b61e0bf12446f649347eb30e658a838, 'wp-content/plugins/wp-rss-aggregator/src/Entities/Properties/WpraItemSourceProperty.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Entities/Properties/WpraItemSourceProperty.php', 1, 0x00000000000000000000000000000000, 0x15b1a9c39a169db30751d67b586ef7de, 0x920e7fae5ae4681305b6bf158269bcfc1684359f23a7ed1e604e3d6b6684ffe3, '', 0, '?'),
(0x697345718e21925a8db877588f33217c, 'wp-content/plugins/wp-rss-aggregator/src/Entities/Properties/WpraPostTypeDependentProperty.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Entities/Properties/WpraPostTypeDependentProperty.php', 1, 0x00000000000000000000000000000000, 0xbd456c8a388cd810dbaf9ca34a88bed7, 0xb7b0371a2f624d4d7e0cb19c649051d2f7ad5c1c19db4374d5babd80bd5a2ba0, '', 0, '?'),
(0x61d8aaa95b9736e6a9634c1b7b710e43, 'wp-content/plugins/wp-rss-aggregator/src/Entities/Properties/WpraSourceDefaultProperty.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Entities/Properties/WpraSourceDefaultProperty.php', 1, 0x00000000000000000000000000000000, 0x5a00dde4d1f5d1eb0de558dbd31a9844, 0xb9e00373ac93a3bbf36fa839cdef1c0f6fca38d6547e1e50edf60f44eb3a7d6c, '', 0, '?'),
(0x7c3ae5031e5c44a862727cbed1b444f7, 'wp-content/plugins/wp-rss-aggregator/src/Entities/Stores/BuiltInTemplateStore.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Entities/Stores/BuiltInTemplateStore.php', 1, 0x00000000000000000000000000000000, 0xaaacad9245394e3efe4751473e75d777, 0x47a4e25ebb52a65f39515212a4250eb8bd74c96810c2f57d1ad4e02d0cf5668c, '', 0, '?'),
(0x0b4c47d136b1662da032d24a40c044ec, 'wp-content/plugins/wp-rss-aggregator/src/Entities/Stores/WpOptionsArrayStore.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Entities/Stores/WpOptionsArrayStore.php', 1, 0x00000000000000000000000000000000, 0x3045cf8581dab41ae76c332ffc1c173d, 0x056c652bb246c8c831208467ac7f887e0cedf163ca958d7a366e8563c8355ce9, '', 0, '?'),
(0x59f87f396a95c6e1292a2559feb95c63, 'wp-content/plugins/wp-rss-aggregator/src/Entities/Stores/WpPostStore.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Entities/Stores/WpPostStore.php', 1, 0x00000000000000000000000000000000, 0x56137ece4d88ed155b766465a18b7f3e, 0x4499221a701864488972848fa4899d712e5401381d5cbdd098dc8a7cc50bb08e, '', 0, '?'),
(0xb737794905c0dd506ecea2290b9efb51, 'wp-content/plugins/wp-rss-aggregator/src/ErrorHandler.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/ErrorHandler.php', 1, 0x00000000000000000000000000000000, 0xa622e02f629d7f88aadfc1594131aa5f, 0xcc06cd19577b00868e9a426edc25210adf99158b14ab60f5d10f22dd63b447df, '', 0, '?'),
(0x5665b723f42309c869000e57fe7bee47, 'wp-content/plugins/wp-rss-aggregator/src/Handlers/AbstractSavePostHandler.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Handlers/AbstractSavePostHandler.php', 1, 0x00000000000000000000000000000000, 0x7da0fdf01415c79f2cdf93acd8b69686, 0xd54376ccf2afcfc2cc73664c041cc1e2d33b02093228b749df0606a625c66551, '', 0, '?'),
(0x06a34b939bd87bbd4884d01f5df66e9d, 'wp-content/plugins/wp-rss-aggregator/src/Handlers/AddCapabilitiesHandler.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Handlers/AddCapabilitiesHandler.php', 1, 0x00000000000000000000000000000000, 0x5823e3659a3e927d901279e6df949b55, 0x74ca5cf426fb2c8d901e532b0914b6d06055dc42ba7ea1fe00d2977c24e248b6, '', 0, '?'),
(0x5b3bc7db33993ed7612bf84424dd6ba8, 'wp-content/plugins/wp-rss-aggregator/src/Handlers/AddCptMetaCapsHandler.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Handlers/AddCptMetaCapsHandler.php', 1, 0x00000000000000000000000000000000, 0x814b14eba1e8b9fb5ff034dcb75a66ad, 0x1fea0d0abcc7ec0510c0ad12ff470d68f7c9ef28426fa3b24941ed964c02c167, '', 0, '?'),
(0x661fb70cb4fe84863ef0f43973cc8d8c, 'wp-content/plugins/wp-rss-aggregator/src/Handlers/CustomFeed/RegisterCustomFeedHandler.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Handlers/CustomFeed/RegisterCustomFeedHandler.php', 1, 0x00000000000000000000000000000000, 0x51d8437ad047dcd40cecdc9775c24bcd, 0x3aa45f1e7c1edcb569f16a6c98ac6eefd0fd01ec78715d8c1868c4e3361c176e, '', 0, '?'),
(0xb64f3b7c90a55e320541e944ccfd0111, 'wp-content/plugins/wp-rss-aggregator/src/Handlers/CustomFeed/RenderCustomFeedHandler.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Handlers/CustomFeed/RenderCustomFeedHandler.php', 1, 0x00000000000000000000000000000000, 0x14809ee1bce59f0a667d4e2ba1250b0c, 0x94c7edaeb12d74b1154a1f1202c7fc95f7920feb32f73550f82cac7944564346, '', 0, '?'),
(0x42bbb11ef48379a70849fec54b332b77, 'wp-content/plugins/wp-rss-aggregator/src/Handlers/EchoHandler.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Handlers/EchoHandler.php', 1, 0x00000000000000000000000000000000, 0x0b4fd4fbb29a59ae1eca2cd429e9ca08, 0xabbfeb04f33c722f99062ba467c14b6801fa32d65a3d822f48446a76aac138f2, '', 0, '?'),
(0x17943c4d442111255b48dadcf4a92639, 'wp-content/plugins/wp-rss-aggregator/src/Handlers/FeedShortcode/FeedsShortcodeHandler.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Handlers/FeedShortcode/FeedsShortcodeHandler.php', 1, 0x00000000000000000000000000000000, 0x7d042f16103c07ac5f2561d12b4065ea, 0x4d78f69ce5c81a2ff0425965c1a95d3b68d4b1eff260beaab8e2bb75e141b06a, '', 0, '?'),
(0xef23119578d5f8a60ab2bc0de294f593, 'wp-content/plugins/wp-rss-aggregator/src/Handlers/FeedSources/FeedSourceSaveMetaHandler.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Handlers/FeedSources/FeedSourceSaveMetaHandler.php', 1, 0x00000000000000000000000000000000, 0x8f94dfb95567d7517cfb99786be3d4fe, 0x2b4fbd7b96245ca13e7cb29443fab687ed36f9a8405e7aa632773454e0f809a9, '', 0, '?'),
(0x4e99ddf0233e53ff0dae74c85e6d8a1d, 'wp-content/plugins/wp-rss-aggregator/src/Handlers/FeedSources/RenderFeedSourceContentHandler.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Handlers/FeedSources/RenderFeedSourceContentHandler.php', 1, 0x00000000000000000000000000000000, 0x5fb0ac9b1f961f2d400baae8012095c4, 0x0ff1d229cf9ac074b8d01d29a9598ec718aaf3889ed3efd23c7e1434908e97c3, '', 0, '?'),
(0xe11961c94aa02ad53ee5a2065bbeae27, 'wp-content/plugins/wp-rss-aggregator/src/Handlers/FeedTemplates/AjaxRenderFeedsTemplateHandler.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Handlers/FeedTemplates/AjaxRenderFeedsTemplateHandler.php', 1, 0x00000000000000000000000000000000, 0xa2720818ebd96477f978a19110333ffd, 0xb44f602e98c8f42c5943f95643ebe9110e93e8608117c30245cba1de05745e38, '', 0, '?'),
(0x8180998e48830984b5a903a3ca8e817c, 'wp-content/plugins/wp-rss-aggregator/src/Handlers/FeedTemplates/CreateDefaultFeedTemplateHandler.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Handlers/FeedTemplates/CreateDefaultFeedTemplateHandler.php', 1, 0x00000000000000000000000000000000, 0xc8dfdfbd3fc8a90da44959c77f4e1a9b, 0x71552076c19489e841f2647bc5849d3e75d06981d65763d21355c364e57ea2a9, '', 0, '?'),
(0x17840f28596fe88d9d84157fd596f312, 'wp-content/plugins/wp-rss-aggregator/src/Handlers/FeedTemplates/HidePublicTemplateContentHandler.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Handlers/FeedTemplates/HidePublicTemplateContentHandler.php', 1, 0x00000000000000000000000000000000, 0x0b29c509fc9b81b803cf68470dccf991, 0xd5bcb8ecae80cc65cfe1014f49d677647553c2d017fcd0d61520497ba3ba7f75, '', 0, '?'),
(0xb97642a07148589cecccf8564945e488, 'wp-content/plugins/wp-rss-aggregator/src/Handlers/FeedTemplates/PreviewTemplateRedirectHandler.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Handlers/FeedTemplates/PreviewTemplateRedirectHandler.php', 1, 0x00000000000000000000000000000000, 0xd0a0f1939eaa0391aafacac26651197f, 0xe16a51d7b24895047e840834368753fac966099a7316c534104a7f2a6b30370c, '', 0, '?'),
(0x8809f8d715ddd2eaf23ef34fada6289b, 'wp-content/plugins/wp-rss-aggregator/src/Handlers/FeedTemplates/ReSaveTemplateHandler.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Handlers/FeedTemplates/ReSaveTemplateHandler.php', 1, 0x00000000000000000000000000000000, 0x056046471ae18c98ec279929b7f3ff35, 0x8611a21e73d18f1fd0a29016b245f2f71ce9ca2cad72104a4876b2fbfb6db113, '', 0, '?'),
(0xb7cff5ae78448148b3e38d4f5e88e871, 'wp-content/plugins/wp-rss-aggregator/src/Handlers/FeedTemplates/RenderAdminTemplatesPageHandler.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Handlers/FeedTemplates/RenderAdminTemplatesPageHandler.php', 1, 0x00000000000000000000000000000000, 0x559a8e134b3527eedc819fe9baf3b36e, 0x60e157e282fd909d784ed04c805ea5b241d62c0a28b162c81d1639d8492e64cf, '', 0, '?'),
(0x64a34ea99b9c92dfee11bd3b86bb4f02, 'wp-content/plugins/wp-rss-aggregator/src/Handlers/FeedTemplates/RenderTemplateContentHandler.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Handlers/FeedTemplates/RenderTemplateContentHandler.php', 1, 0x00000000000000000000000000000000, 0x44ade1f16ec8fae67e62a0d4908748a9, 0xc6d324976c25da98097cfb306147619bdb598b32f0b805f54e4d66799f2cd502, '', 0, '?'),
(0xa414213fb3aaa05828ef08fb5514c425, 'wp-content/plugins/wp-rss-aggregator/src/Handlers/GutenbergBlock/FetchFeedSourcesHandler.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Handlers/GutenbergBlock/FetchFeedSourcesHandler.php', 1, 0x00000000000000000000000000000000, 0x72d196c4285dc0129347402631b84ca3, 0xd6c343110f34e7e9885f43d89c5379187d89b5a3b12189e6dc5b54378c6b5882, '', 0, '?'),
(0x7597130cd01fd85d7088fa6007e763e9, 'wp-content/plugins/wp-rss-aggregator/src/Handlers/GutenbergBlock/GutenbergBlockAssetsHandler.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Handlers/GutenbergBlock/GutenbergBlockAssetsHandler.php', 1, 0x00000000000000000000000000000000, 0xc916173acd2fd7c0a664309ee44789c7, 0xb7b45942e75fb5ae720dbbc32dd36975132285b8cf35deec378c205e4d995852, '', 0, '?'),
(0xede3666ac37a21d262f16f32320c149c, 'wp-content/plugins/wp-rss-aggregator/src/Handlers/Images/AddItemsImageColumnHandler.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Handlers/Images/AddItemsImageColumnHandler.php', 1, 0x00000000000000000000000000000000, 0xebad8e949ce53d283802c6dccc53450c, 0xbb9b3413fb902affd512b45860c8afe2dde9ed6aa781cd7668a1a351b18aef63, '', 0, '?'),
(0xbfeed4694e39921d4eafe28d07ada4c9, 'wp-content/plugins/wp-rss-aggregator/src/Handlers/Images/DeleteImagesHandler.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Handlers/Images/DeleteImagesHandler.php', 1, 0x00000000000000000000000000000000, 0xf77e16a04a21c00c6ff18d2766651640, 0x037bf4fd66beb7e58296edd242043147b7ec9d9960aa330d71f2fcc432cf9205, '', 0, '?'),
(0x187758c694970fc9217105e6b38c4e57, 'wp-content/plugins/wp-rss-aggregator/src/Handlers/Images/RemoveFtImageMetaBoxHandler.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Handlers/Images/RemoveFtImageMetaBoxHandler.php', 1, 0x00000000000000000000000000000000, 0x321553a3281e50e79ff4fd9b2a13b812, 0x8e760d441f47b6faf8a481dc2b7af7f40191d3405d8d1d4ce5a459b7a225034e, '', 0, '?'),
(0xa9ca2efd04e43c406d4f32cf8649a451, 'wp-content/plugins/wp-rss-aggregator/src/Handlers/Images/RenderItemsImageColumnHandler.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Handlers/Images/RenderItemsImageColumnHandler.php', 1, 0x00000000000000000000000000000000, 0x6ff10e137ecace98165f5708895861f1, 0x3c209ed58d4dbf5422e8b3f832037ab5bd22cd8a19126ca34300a2cee38a8bf3, '', 0, '?'),
(0x8323cd49e40c84cd8232efab4b5192c0, 'wp-content/plugins/wp-rss-aggregator/src/Handlers/LoadTextDomainHandler.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Handlers/LoadTextDomainHandler.php', 1, 0x00000000000000000000000000000000, 0xbf04a8f148e3ff5300a6af06fe06fca4, 0x53a9e6ba49b41270b1f46cdd2b0c6415c2f59f440bf4975677433e5b281f1632, '', 0, '?'),
(0xa16cd1a20614382ff75c8f8ac3d6434a, 'wp-content/plugins/wp-rss-aggregator/src/Handlers/Logger/ClearLogHandler.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Handlers/Logger/ClearLogHandler.php', 1, 0x00000000000000000000000000000000, 0x60817bdade3ed05114d7cbb40958a4c7, 0x93ba25e4302d6aba238202ee4808f17bc2722e471bdf49bfdd862a71873a8836, '', 0, '?'),
(0xf9054b90709252706e5644f31bbf5f64, 'wp-content/plugins/wp-rss-aggregator/src/Handlers/Logger/DownloadLogHandler.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Handlers/Logger/DownloadLogHandler.php', 1, 0x00000000000000000000000000000000, 0xa2ec081c9901dba930e8b827754c44af, 0xdb183bfa5355a1799606f2d834315fe50bed3a58e378fcf8b75b483d54776377, '', 0, '?'),
(0x4b76afcb2fcfc8f1a673b483a4623d16, 'wp-content/plugins/wp-rss-aggregator/src/Handlers/Logger/RenderLogHandler.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Handlers/Logger/RenderLogHandler.php', 1, 0x00000000000000000000000000000000, 0xb94b488f4e54ccdb4e89da23196aea5e, 0xfb4373e031ce9b94522ce5b1ab1a4cd63d8fa08742cc2707a5ed22fc7756d15b, '', 0, '?'),
(0x472d2f03eccd981e111a1241e5ee1d24, 'wp-content/plugins/wp-rss-aggregator/src/Handlers/Logger/SaveLogOptionsHandler.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Handlers/Logger/SaveLogOptionsHandler.php', 1, 0x00000000000000000000000000000000, 0x177d8459e092bb4f2301c68dba2cadd3, 0x41472bc01072b9eef1926ce012df2739c8c491ab8b6f3e7230ea7c3780e6fdf3, '', 0, '?'),
(0x40fb537a8dad1bef05efc33c196f71e1, 'wp-content/plugins/wp-rss-aggregator/src/Handlers/Logger/TruncateLogsCronHandler.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Handlers/Logger/TruncateLogsCronHandler.php', 1, 0x00000000000000000000000000000000, 0xa8a2d21b0efb48e4abca8213f307ee1c, 0x810dcb2f494bd661ecfaa107636d79d7761c216033381ba93da08cfeb0297ec3, '', 0, '?'),
(0xbbe794c5703d71e1f19183e78b63c7fc, 'wp-content/plugins/wp-rss-aggregator/src/Handlers/MultiHandler.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Handlers/MultiHandler.php', 1, 0x00000000000000000000000000000000, 0x2887fca4093ddfd32f9d00d5f87c00b9, 0xf91684ba638231ee23c8f08b240ac4f153d12a5d9c947bde447e3dc3734619ab, '', 0, '?'),
(0xcec8ec4eae055667a332a261a95c84af, 'wp-content/plugins/wp-rss-aggregator/src/Handlers/NullHandler.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Handlers/NullHandler.php', 1, 0x00000000000000000000000000000000, 0xd43847ab323c25f515f781c4da669e39, 0x82a755da809490bece3b9e2c97b7aff96bc6a79145845d7ffc2a5babae987a78, '', 0, '?'),
(0x3c870e799281b969fde898f075c4056f, 'wp-content/plugins/wp-rss-aggregator/src/Handlers/RegisterCptHandler.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Handlers/RegisterCptHandler.php', 1, 0x00000000000000000000000000000000, 0x828968c5939a6daa1a85ced54a04dca6, 0x175f14d04c64c620530360e84daa7f9dc7ea549736540cb5f8fc4a8f7ee8e3cc, '', 0, '?'),
(0xcccd6d92ec05c248c932986f5808f518, 'wp-content/plugins/wp-rss-aggregator/src/Handlers/RegisterGutenbergBlockHandler.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Handlers/RegisterGutenbergBlockHandler.php', 1, 0x00000000000000000000000000000000, 0x75990683c78f2d6eae01c35d60bfdeb5, 0x423bdc8d9ea3abdfd1183f8228f9722f78244dac6084e0572168ef2b9d912bc2, '', 0, '?'),
(0xc6da28693510438afe0f1e0c54c50234, 'wp-content/plugins/wp-rss-aggregator/src/Handlers/RegisterMenuPageHandler.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Handlers/RegisterMenuPageHandler.php', 1, 0x00000000000000000000000000000000, 0xd3282603d95ebf355d653f9a266a6e0e, 0x40453a516ec87577655f3a84f9ea5ede4a3c570f4c2899414432017c16f82b80, '', 0, '?'),
(0x1bf5b4d5b36d0c106be00b9ccdc71d79, 'wp-content/plugins/wp-rss-aggregator/src/Handlers/RegisterMetaBoxHandler.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Handlers/RegisterMetaBoxHandler.php', 1, 0x00000000000000000000000000000000, 0x23d758643e4701ab2b6208f87d6df98b, 0xaa84220d84e2e765b2fd03db496662547e3fced611cc500742e124af12410443, '', 0, '?'),
(0x53fbee8b02290ffc01b60a932e6e8fa3, 'wp-content/plugins/wp-rss-aggregator/src/Handlers/RegisterShortcodeHandler.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Handlers/RegisterShortcodeHandler.php', 1, 0x00000000000000000000000000000000, 0xa0a84f6d651bc34cdb20988b0bab7767, 0x17f87237259a8bc5384fcf6c11a6af70e34786898079529806dad22faaf9295c, '', 0, '?'),
(0x8317398748e55767cc01c81680cb73d2, 'wp-content/plugins/wp-rss-aggregator/src/Handlers/RegisterSubMenuPageHandler.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Handlers/RegisterSubMenuPageHandler.php', 1, 0x00000000000000000000000000000000, 0x77896108dd55691d24e6d645fa763a01, 0xcc14f9c622465f86a1642954e71f47bbdad580e185577d999009df5729013c29, '', 0, '?'),
(0x01490c5f1808295ecd537b93e3afb8c7, 'wp-content/plugins/wp-rss-aggregator/src/Handlers/RenderMetaBoxTemplateHandler.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Handlers/RenderMetaBoxTemplateHandler.php', 1, 0x00000000000000000000000000000000, 0xb9b2b68bcd0ffd7037bd70bc107bd70d, 0xf09ee92a2d5be695277e227c6189c80c5c46223696825ac5e38ce40daa2c8c4f, '', 0, '?'),
(0x1c11727c8c9d917a71347723d749b8d2, 'wp-content/plugins/wp-rss-aggregator/src/Handlers/RenderTemplateHandler.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Handlers/RenderTemplateHandler.php', 1, 0x00000000000000000000000000000000, 0x2840ced5ce2d261f94bfb6e63061bd7d, 0xb75ef86f579e50cfc4982647900fcc9fe7dfabd32a2e4c77086568d5670e48ae, '', 0, '?'),
(0x6214b9fa4ac0b491f9aee27355c96d79, 'wp-content/plugins/wp-rss-aggregator/src/Handlers/ScheduleCronJobHandler.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Handlers/ScheduleCronJobHandler.php', 1, 0x00000000000000000000000000000000, 0xf713d1e05fd9863f4ef15a12e63735a3, 0xb51ab3b3301bdf54385f4c8b7a024c81cce980d2b19bf32b79c76cbf9a7f2a07, '', 0, '?'),
(0x3a53d4a50546fb558ca1caf86530f96e, 'wp-content/plugins/wp-rss-aggregator/src/Importer/Images/FbImageContainer.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Importer/Images/FbImageContainer.php', 1, 0x00000000000000000000000000000000, 0x8186cf4d6912c9fe99292e8e10b2be75, 0x07d2886cefddb7ffb531bfa31bb99d45bee45015f4591f7cc5699992dd3b6346, '', 0, '?'),
(0xf7bab641c47d61d00535146f46b31904, 'wp-content/plugins/wp-rss-aggregator/src/Importer/Images/ImageContainer.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Importer/Images/ImageContainer.php', 1, 0x00000000000000000000000000000000, 0x7c8c8d543e80d38432118c7711c83078, 0x3ef9bb8a6f2a7b4681a6f2b291910b7cc88c1a66a785de51afc844f6c50e29aa, '', 0, '?'),
(0x6f74d66769449fa4a26d2ccfb7f0a213, 'wp-content/plugins/wp-rss-aggregator/src/Licensing/Addon.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Licensing/Addon.php', 1, 0x00000000000000000000000000000000, 0xef587fc6f5e003ceba3440ab569064cc, 0xfa40a6b14cb560f77fb040b0e820b43d4e325d50b572304fbb000bcb4e4573a6, '', 0, '?'),
(0x2d987ed43010c10ce0e3599d014a4c6e, 'wp-content/plugins/wp-rss-aggregator/src/Licensing/LicenseStatus.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Licensing/LicenseStatus.php', 1, 0x00000000000000000000000000000000, 0x4d8450934cddf0c3eb5304b91690c6d6, 0x67a072478e3efe7d1cca904552dbb4d45e05a38786e855c2ce7ca7e022a1765f, '', 0, '?'),
(0x4d3a7e242e35f0b2cfb5ffd26360f941, 'wp-content/plugins/wp-rss-aggregator/src/Logger/ClearableLoggerInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Logger/ClearableLoggerInterface.php', 1, 0x00000000000000000000000000000000, 0xab97a5b5bd0d00cf90c11f02296025b4, 0xa651c355a1e916f6c302fdc4a3a98c817857d4c7a5db50a13c2bfe70b0ba9b21, '', 0, '?'),
(0x64a5fb28c3a1786e27e060ba87e85fb4, 'wp-content/plugins/wp-rss-aggregator/src/Logger/FeedLoggerDataSet.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Logger/FeedLoggerDataSet.php', 1, 0x00000000000000000000000000000000, 0xaaa78ad05a8843681a4f025ce66ef0ec, 0x5bfb0aa791753784cd9ae7b3d9224bc85001399d6695b07136bbfa9163332798, '', 0, '?'),
(0x09842a3864ba333807d370054135c528, 'wp-content/plugins/wp-rss-aggregator/src/Logger/FeedLoggerInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Logger/FeedLoggerInterface.php', 1, 0x00000000000000000000000000000000, 0xfeb8a076ca17ec3c67eacf4d3cbb8229, 0x48e902af63a7cad19b90d9bd45343db6c09087bc14c585a1d3e35d3302c2306e, '', 0, '?'),
(0xcf1d8ef0ea2b3baeb3ac56e719b19982, 'wp-content/plugins/wp-rss-aggregator/src/Logger/LogReaderInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Logger/LogReaderInterface.php', 1, 0x00000000000000000000000000000000, 0x778aa693b9a217b5496017b91e100b99, 0x0222665ef1c30e6bacc41a967fd52d80f178d5b9d45f5890b92b6e31335c0b1d, '', 0, '?'),
(0x3622004cac17f24c19095cbf5e149095, 'wp-content/plugins/wp-rss-aggregator/src/Logger/LoggerUtilsTrait.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Logger/LoggerUtilsTrait.php', 1, 0x00000000000000000000000000000000, 0xbf25465cfe667c4f997cb3a8d3ae82ef, 0xc7a042729653a7f6d702e3714292e94cdb1adc4028d411e6571f9ac31f169d84, '', 0, '?'),
(0x49e77c74d5723574f568a512f90b3a02, 'wp-content/plugins/wp-rss-aggregator/src/Logger/ProblemLogger.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Logger/ProblemLogger.php', 1, 0x00000000000000000000000000000000, 0xab88901c78285c532c6e458f5c0a9b39, 0x39d66fc98190a9a1a535a57db0b977f56c47ae448fd362aaadd999ba8a173a6a, '', 0, '?'),
(0x3794cabe1f83e2ac760234cdbf6944d3, 'wp-content/plugins/wp-rss-aggregator/src/Logger/WpdbLogger.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Logger/WpdbLogger.php', 1, 0x00000000000000000000000000000000, 0x1e9a17ee55e7227795cabe214ad59ce9, 0x438ce622a1aaaeb4b3ee8129ce722b55f41c3f731ab4243d9281e9a52c0ac05a, '', 0, '?'),
(0x2184e8eac30b113975a63ea0d8b1ba42, 'wp-content/plugins/wp-rss-aggregator/src/Logger/WpraLogger.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Logger/WpraLogger.php', 1, 0x00000000000000000000000000000000, 0x92fefa9106bf30f5915da4384f29b5b7, 0xa71fb3c34bae0ced8f418462268f5a6230af3d3825f60db650eae037fb995749, '', 0, '?'),
(0xbe346dfeef1248efaba56302a80ffcc9, 'wp-content/plugins/wp-rss-aggregator/src/ModularModule.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/ModularModule.php', 1, 0x00000000000000000000000000000000, 0xa12696bf1e772dffa6320737266cf1b8, 0x0f1499a32cd83241f07dd3fb3f210649f57d49b8d363c7b4f47e850b38d5370c, '', 0, '?'),
(0xdbc7df5147fa355962051e8693759b4c, 'wp-content/plugins/wp-rss-aggregator/src/Modules/AddonsModule.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Modules/AddonsModule.php', 1, 0x00000000000000000000000000000000, 0x04326b728fa6895292f9fd0994766d15, 0xa69ec48bd143cbfa9c5e87e8a9f0463682e9e2ffbe98bf0c7cc7d8afe1588b41, '', 0, '?'),
(0xb7b19c931b86590c41d313572634b903, 'wp-content/plugins/wp-rss-aggregator/src/Modules/AssetsModule.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Modules/AssetsModule.php', 1, 0x00000000000000000000000000000000, 0x2422b5867e9acc7aa6b86b290b18ebcb, 0x20e79e39f265cf3fd856eecf49f4b3f6c075047788e7486c9622f944357b1793, '', 0, '?'),
(0x637c8f4e49d4507e047aaa3918dacf4c, 'wp-content/plugins/wp-rss-aggregator/src/Modules/BlacklistToolModule.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Modules/BlacklistToolModule.php', 1, 0x00000000000000000000000000000000, 0x89bb261fb2156e2a27b22f523716ac56, 0x2b71acaa4f3353f360eb94517cbd7ccc3aaf62cb5908e44b6ddbd6346313d7ce, '', 0, '?'),
(0xe252976f6187a35b1b1be94d20171132, 'wp-content/plugins/wp-rss-aggregator/src/Modules/BulkAddToolModule.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Modules/BulkAddToolModule.php', 1, 0x00000000000000000000000000000000, 0x283208b73d9d191ab331480c1087733c, 0x3555c1eecb7e873e773010e13bc7c57a90282bf5ad1052289073567c7577a82e, '', 0, '?'),
(0x06d71ddf93191d9746839e340bd396b1, 'wp-content/plugins/wp-rss-aggregator/src/Modules/CoreModule.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Modules/CoreModule.php', 1, 0x00000000000000000000000000000000, 0x3c3c82540a474452bdaac78ebb596a71, 0x5bcdff0523687da83f32d6b782ff97cb17eb0ff0a96b2abb0b5e5e142f4054be, '', 0, '?'),
(0x33b0fa59f2c2eae437793e3d4092b46e, 'wp-content/plugins/wp-rss-aggregator/src/Modules/CronsToolModule.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Modules/CronsToolModule.php', 1, 0x00000000000000000000000000000000, 0xb1a3ba4248c4740282bc109ee07b0d4c, 0x18150eb1c9bfbb44932c50f159d51d0ff30823c8a9039eebe1c87febdcc97aa3, '', 0, '?'),
(0x2dd73e561045a4d34ebdd03d9b75c177, 'wp-content/plugins/wp-rss-aggregator/src/Modules/CustomFeedModule.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Modules/CustomFeedModule.php', 1, 0x00000000000000000000000000000000, 0xa0fdaa63737319884050bee59d07f9a0, 0xdb55c5a089e06b69090041ea2fc8b1e67ad64a7a909dce333a0a4baee46efd59, '', 0, '?'),
(0x08892c95861e143e5071a758d396155b, 'wp-content/plugins/wp-rss-aggregator/src/Modules/FeedBlacklistModule.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Modules/FeedBlacklistModule.php', 1, 0x00000000000000000000000000000000, 0x65344ac321349bf9b1cad03a04a1fa16, 0x1d4bca15f2ea04e350bced00f3598b082d95410c376ed43ff58011402cddb583, '', 0, '?'),
(0x170f071d69076d8e40227056105d6bef, 'wp-content/plugins/wp-rss-aggregator/src/Modules/FeedDisplayModule.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Modules/FeedDisplayModule.php', 1, 0x00000000000000000000000000000000, 0x9d4c8020a5fb28b3c36179d56da9d74a, 0x66533123487a4c980c9d4773bcd62f5874cc311eaaf89dc4e69111961ea3a2e1, '', 0, '?'),
(0x2cd37c28493f49b26ed3a732d7021026, 'wp-content/plugins/wp-rss-aggregator/src/Modules/FeedItemsModule.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Modules/FeedItemsModule.php', 1, 0x00000000000000000000000000000000, 0x9869dc9ff1fbd510522315180dc351df, 0x21cd7532ce4f7448583a584aa4560674c7bf3d58d530ae59cd1f425131c145c8, '', 0, '?'),
(0x963fd4492e3d508f2c23cb723be54988, 'wp-content/plugins/wp-rss-aggregator/src/Modules/FeedShortcodeModule.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Modules/FeedShortcodeModule.php', 1, 0x00000000000000000000000000000000, 0x023767d3d223d82ece716163a8aa8e12, 0xd35de078556bb4d560fc76fcedd6750cb5bcf706aa5879343a08c3b5b674bab5, '', 0, '?'),
(0xc340bea23cade95fbcae18e32d630438, 'wp-content/plugins/wp-rss-aggregator/src/Modules/FeedSourcesModule.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Modules/FeedSourcesModule.php', 1, 0x00000000000000000000000000000000, 0x626004b27fb28b4f48f5679d691d8406, 0x1273bd07ac607a9fa38112e15cbba47cc19615c786ba63d9bfa34f3eae2c609c, '', 0, '?'),
(0x22c883c277e4221316b0c1816cdc19b0, 'wp-content/plugins/wp-rss-aggregator/src/Modules/FeedTemplatesModule.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Modules/FeedTemplatesModule.php', 1, 0x00000000000000000000000000000000, 0x5307c04f2e92268da0313bffaeb21e7f, 0xdc66f5c7b8c3652eb2c8a0ce35530cbf76a528ff65741fbdc60952d99ba7a7ca, '', 0, '?'),
(0xdf93c3f253564810f6ad750679b6dcf5, 'wp-content/plugins/wp-rss-aggregator/src/Modules/GutenbergBlockModule.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Modules/GutenbergBlockModule.php', 1, 0x00000000000000000000000000000000, 0x742f9504ea24adab2924fd8633cb1308, 0xe27d2cf6ac86653761a22489e6b0607d60541c46d66f23dc95a71aaad5cb63ee, '', 0, '?'),
(0xc7d86ebbd158a05c0cebdbe3aec218cc, 'wp-content/plugins/wp-rss-aggregator/src/Modules/I18nModule.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Modules/I18nModule.php', 1, 0x00000000000000000000000000000000, 0x505c5ceba9fccf772072d380d7063084, 0xb45d54a4b193a6be67aeaa7c27fb710f2e92d4fe973f1d7358521dd637e8fbc0, '', 0, '?'),
(0x6c2a6e3acf8d6184cf8cf84dc41347d3, 'wp-content/plugins/wp-rss-aggregator/src/Modules/ImagesModule.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Modules/ImagesModule.php', 1, 0x00000000000000000000000000000000, 0x014e0f1b7f3aa6644ec5de21777f4b8b, 0x262d428a4f2d87bb718e51553cd9bf6f2dc2f4ab47a3c385eb283c0243766254, '', 0, '?'),
(0xb4d2c05ac21602675b291bf2167d0c91, 'wp-content/plugins/wp-rss-aggregator/src/Modules/ImportExportToolsModule.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Modules/ImportExportToolsModule.php', 1, 0x00000000000000000000000000000000, 0x94b63711dfaad996305542b3b4567028, 0x257965c93a5a3dddddfa9dc5112c2759a26bd3b92cdefcb9cb3846a7487ca743, '', 0, '?'),
(0x4a9373842b884aa5f1b2174cb98ec105, 'wp-content/plugins/wp-rss-aggregator/src/Modules/ImporterModule.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Modules/ImporterModule.php', 1, 0x00000000000000000000000000000000, 0xabcfaed126e244de45901a4420e1c6ee, 0x6c3f3f1f2d025f07495f4710e14bca0485b5c0ee2b77aa226ea080f0f0444146, '', 0, '?'),
(0x3ec483007854259aaa50bca92d98818a, 'wp-content/plugins/wp-rss-aggregator/src/Modules/LicensingModule.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Modules/LicensingModule.php', 1, 0x00000000000000000000000000000000, 0x10a9e0339fa120ffcf537ace680155ba, 0x31777ad5c2d50b7f973ae4b5bc5e7cf51712fe6a69bc2aed3d0e8e976c4ed3c3, '', 0, '?'),
(0x86c9e461d35352fc66676be8fb115734, 'wp-content/plugins/wp-rss-aggregator/src/Modules/LoggerModule.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Modules/LoggerModule.php', 1, 0x00000000000000000000000000000000, 0xf63fe0df6132e528018675cd9244aada, 0xb86d6faec73d1a27d5d4c0456a8baace9683dffbb42e1ef9993c12ac61367e6a, '', 0, '?'),
(0xa7235492abc890ba3e132c238ca56fc4, 'wp-content/plugins/wp-rss-aggregator/src/Modules/LogsToolModule.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Modules/LogsToolModule.php', 1, 0x00000000000000000000000000000000, 0x282d0c5680ea745d8fc8c53b5cb5f745, 0xbb38093205389c6d4006e874ebc1fe1dd875a16c1f877e22aaa46db780d9b283, '', 0, '?'),
(0x2eb1e00fe87481a11dca45e08ad8f518, 'wp-content/plugins/wp-rss-aggregator/src/Modules/LoremModule.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Modules/LoremModule.php', 1, 0x00000000000000000000000000000000, 0xbfeaae2bf1b796b1d73359b1bfce10a8, 0xa83a0fdc7f118d1d11826f3e4617d44fa175b0443e07eda89b75c06f123ca837, '', 0, '?'),
(0xd2b78fbe9e91d355f332a9556fc43bb4, 'wp-content/plugins/wp-rss-aggregator/src/Modules/ModuleInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Modules/ModuleInterface.php', 1, 0x00000000000000000000000000000000, 0xca1b9a5cdb48489b74e4d0c508fc0f40, 0xeeebdc2318811cd0e149387fb53dd19960f9dae6e92714fe847331d92574181d, '', 0, '?'),
(0xfc073e7f2272d330117c91b53e4b4328, 'wp-content/plugins/wp-rss-aggregator/src/Modules/ParsedownModule.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Modules/ParsedownModule.php', 1, 0x00000000000000000000000000000000, 0x42d8bf705c253034ed273649af66c2bc, 0x2626af8e5e72719d80c707ab574cb62e58d1cdb044fbba865e12dfabab981802, '', 0, '?'),
(0x99213c6faba6ab3afa58046d936c6992, 'wp-content/plugins/wp-rss-aggregator/src/Modules/PolyLangCompatModule.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Modules/PolyLangCompatModule.php', 1, 0x00000000000000000000000000000000, 0x6df9aa22e941f62ab42bd21a849b9290, 0xfafa4c79d00985e4b298d427ca6e169f9c69261b4a4608e4cc7600c7ab8350da, '', 0, '?'),
(0x68888343b55edb6703c27de6cf690bef, 'wp-content/plugins/wp-rss-aggregator/src/Modules/ResetToolModule.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Modules/ResetToolModule.php', 1, 0x00000000000000000000000000000000, 0xfcbcf35a07e9f414028247065872ae20, 0xbcfdf74eb890e6d63b8bc3678a2e5977ebd766a9226c3168d5c9b526278f4987, '', 0, '?'),
(0x713ffe09d69eb29f6936510d8e84a950, 'wp-content/plugins/wp-rss-aggregator/src/Modules/RestApiModule.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Modules/RestApiModule.php', 1, 0x00000000000000000000000000000000, 0x85ab462fe73415ba00bc4c00b1b5ced3, 0xa1c0dc7decea4e238d91c299083c6a7bd561ef4da5be0caae6e3274b06be84cc, '', 0, '?'),
(0x300b5d42ce32ce8aeb349085dd43a037, 'wp-content/plugins/wp-rss-aggregator/src/Modules/SettingsModule.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Modules/SettingsModule.php', 1, 0x00000000000000000000000000000000, 0xeb9619924d4063f3e1549a868bbdf1c7, 0x284b41f2652d9dcbd7ef9b529dfecc947b39e6903d203fd393022879faa86ebc, '', 0, '?'),
(0xa90c50f35d0228c2f5800838419d6e00, 'wp-content/plugins/wp-rss-aggregator/src/Modules/SysInfoToolModule.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Modules/SysInfoToolModule.php', 1, 0x00000000000000000000000000000000, 0xcd06a45224d991d473e788af6c0a1212, 0xd59385e52a1d7402e397919a592aa2179724c051a36202908b39b74457a1ca4b, '', 0, '?'),
(0xf70d2ec8830f15bf1f6a2f68e0d60157, 'wp-content/plugins/wp-rss-aggregator/src/Modules/ToolsModule.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Modules/ToolsModule.php', 1, 0x00000000000000000000000000000000, 0x2210e405257dacee4796b17654709127, 0x93bb8103bcd9bba4f5a969b969566c9b9b34358fa9cfa530519056a1983872c5, '', 0, '?'),
(0x17e90c7f6e29edd48a55c846e67709f0, 'wp-content/plugins/wp-rss-aggregator/src/Modules/TwigModule.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Modules/TwigModule.php', 1, 0x00000000000000000000000000000000, 0x09928fa02759fe5c78f48ea1d094d281, 0x00c2118ebccd2057ed3d03e477fe9bf74b820378e14408abd8008cbda489eb7a, '', 0, '?'),
(0x588f3e3992f8d03699321315ac6c595e, 'wp-content/plugins/wp-rss-aggregator/src/Modules/UpsellModule.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Modules/UpsellModule.php', 1, 0x00000000000000000000000000000000, 0xc43d1f69d9e96d7a6a1aa86b3c3e83d9, 0xf80224a2b02122ce20048a3b3ba78b7534bfb0dc4e5b5c2e862d7f4163e71b8f, '', 0, '?'),
(0xef3993914da3223b8613844d8d5a052d, 'wp-content/plugins/wp-rss-aggregator/src/Modules/WpModule.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Modules/WpModule.php', 1, 0x00000000000000000000000000000000, 0x4565871ef7d4c8c24eb79d3c220cbfb4, 0xf3d531c3e4d0ac2e2e9f89c7d885df68791cac9345acde55ecf873d136ecc5a8, '', 0, '?'),
(0x6d9d6c36ae6ec7295915db56fb90054b, 'wp-content/plugins/wp-rss-aggregator/src/Plugin.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Plugin.php', 1, 0x00000000000000000000000000000000, 0xbc437dbea6c7de286b2a11f7d0ea19cb, 0x51f603dc51eed601740291382b67dfbbf9ce1a8119bf7fa8fc0debaf8d9f5a75, '', 0, '?'),
(0xc427a394861bc4c4d8f13912ff20c4f7, 'wp-content/plugins/wp-rss-aggregator/src/Query/AbstractWpQueryIterator.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Query/AbstractWpQueryIterator.php', 1, 0x00000000000000000000000000000000, 0x8bfaef32465b069956f625191a8d6bd1, 0xd03b6c36e097baae23e855d7cddd7ac6c874d6d2b211a5b57c25230a4c6fc7c2, '', 0, '?'),
(0xda446b96027d22e52449e7a270aa7863, 'wp-content/plugins/wp-rss-aggregator/src/Query/WpQueryIterator.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Query/WpQueryIterator.php', 1, 0x00000000000000000000000000000000, 0x2984c921299a443b5f6ded8827eef1e1, 0xebcfd1de04f732b38894173ecc05c8c6bf9ee40d5982e798ce5755b4985887a0, '', 0, '?'),
(0x74f88e0409a52abb5466f7fea56d2858, 'wp-content/plugins/wp-rss-aggregator/src/RestApi/Auth/AbstractAuthValidator.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/RestApi/Auth/AbstractAuthValidator.php', 1, 0x00000000000000000000000000000000, 0x03b08af6de9565edac8abe7402bf6f63, 0x226be44e16d469b8731ad98319d78eda314aed956648e332caa13742698542dd, '', 0, '?'),
(0x2af2ecaf6027025ebc7802d6782237ca, 'wp-content/plugins/wp-rss-aggregator/src/RestApi/Auth/AuthUserIsAdmin.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/RestApi/Auth/AuthUserIsAdmin.php', 1, 0x00000000000000000000000000000000, 0x65104056d2d8aed9898c1537c443ba29, 0x2a39dbb749faf9e4fd8ac40eb266353d24f541bdc50c3defa0633da962cc9dcb, '', 0, '?'),
(0x9bb52420b44f181a40292654dfcd7dd7, 'wp-content/plugins/wp-rss-aggregator/src/RestApi/Auth/AuthVerifyNonce.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/RestApi/Auth/AuthVerifyNonce.php', 1, 0x00000000000000000000000000000000, 0xadc2d774675f62cdd8d70c4f7b57a7d7, 0x5096cc228bac36a531ba57c8eb35b378ab00180eb8d826735e5ddbe190827b09, '', 0, '?'),
(0xb24c44233af7d7262cc0dd51c12fbb63, 'wp-content/plugins/wp-rss-aggregator/src/RestApi/EndPointManager.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/RestApi/EndPointManager.php', 1, 0x00000000000000000000000000000000, 0x793cb8489a20bcf301a6ab623db96c21, 0x6dc1f8644419b214923d1e2cec39a2b62d2228abc8c3c41fbf783632f61ce5c3, '', 0, '?'),
(0x6bcb8f39ba19dd99f32f9b23d03aae4b, 'wp-content/plugins/wp-rss-aggregator/src/RestApi/EndPoints/AbstractRestApiEndPoint.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/RestApi/EndPoints/AbstractRestApiEndPoint.php', 1, 0x00000000000000000000000000000000, 0x751f6cd048d6dbba6e1b86057f4f7cc6, 0x6fac6b54d7294e9087cd345f268fac84458b21c70b31ef2bd441ab9b855dac3d, '', 0, '?'),
(0x87b2694eacb8de0c4ff49dccd588d702, 'wp-content/plugins/wp-rss-aggregator/src/RestApi/EndPoints/EndPoint.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/RestApi/EndPoints/EndPoint.php', 1, 0x00000000000000000000000000000000, 0xba52e2cd6d40b30004dad0995e4b02a7, 0x28c62a3d0daabd09a6791d204112b3e8609170268312bd2260c5980036f2be2f, '', 0, '?'),
(0x35e0c0fe977c7b8d1d801eb22b42a7a4, 'wp-content/plugins/wp-rss-aggregator/src/RestApi/EndPoints/EndPointInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/RestApi/EndPoints/EndPointInterface.php', 1, 0x00000000000000000000000000000000, 0x69c9cd23aefd1bed6ddd05b0ebfbe97e, 0x9dc13791e1b4d30f0d58e2d04cbb5bd7dbea22528466bd743bd99a910c60f781, '', 0, '?'),
(0xc1f6bf1ab0b723a4d896f88e01c999b8, 'wp-content/plugins/wp-rss-aggregator/src/RestApi/EndPoints/FeedTemplates/CreateUpdateTemplateEndPoint.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/RestApi/EndPoints/FeedTemplates/CreateUpdateTemplateEndPoint.php', 1, 0x00000000000000000000000000000000, 0x477e4ba8fd04a321a84dc3ce359ef6ef, 0xab795e6daf5b0a9f0d5953126b6e41cc6fe570ae89adb6bf296652781d16baf7, '', 0, '?'),
(0x78efd23a895d1a63d6e14ca63e0940c9, 'wp-content/plugins/wp-rss-aggregator/src/RestApi/EndPoints/FeedTemplates/DeleteTemplateEndPoint.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/RestApi/EndPoints/FeedTemplates/DeleteTemplateEndPoint.php', 1, 0x00000000000000000000000000000000, 0x84f6a536ceea2b31385ef837d3f75da4, 0x21e65815324b87f30a66503ce2e92b28db2c337e210309d4a1cd02b0fa0d18df, '', 0, '?'),
(0x03012566ccf430305ab9a58320973556, 'wp-content/plugins/wp-rss-aggregator/src/RestApi/EndPoints/FeedTemplates/GetTemplatesEndPoint.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/RestApi/EndPoints/FeedTemplates/GetTemplatesEndPoint.php', 1, 0x00000000000000000000000000000000, 0x3b112de28f511e43c4e1be0179d6e289, 0x1ae82446cfe2ce71240c5e91376ac770d7fb57a1336b62e10894eac9b7b8e1fe, '', 0, '?'),
(0xd8cf9308b88d7423b1b48fde26f2f07a, 'wp-content/plugins/wp-rss-aggregator/src/RestApi/EndPoints/FeedTemplates/PatchTemplateEndPoint.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/RestApi/EndPoints/FeedTemplates/PatchTemplateEndPoint.php', 1, 0x00000000000000000000000000000000, 0x1ebdfb40a562ba7cc05fe8578bd21d5d, 0xd7d50dc1b6962da5bbaf04dc443c7da6dfc0ae582b26e3d7d50fa527a99f40ce, '', 0, '?'),
(0xb9da94cc25ae94fe6c321799ea0c94d5, 'wp-content/plugins/wp-rss-aggregator/src/RestApi/EndPoints/FeedTemplates/RenderTemplateEndPoint.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/RestApi/EndPoints/FeedTemplates/RenderTemplateEndPoint.php', 1, 0x00000000000000000000000000000000, 0x77e14332f003ce128f644cd808694b86, 0xbb0ad864b0fbc83413ded7c5877b63c31c0bc2ee49c6e7005349ff3e68befb97, '', 0, '?'),
(0x727b2ff42b0588d827d1e9b0fc2afa6e, 'wp-content/plugins/wp-rss-aggregator/src/RestApi/EndPoints/Handlers/GetEntityHandler.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/RestApi/EndPoints/Handlers/GetEntityHandler.php', 1, 0x00000000000000000000000000000000, 0xb92c76b67a7c954b3222c8437a5a2884, 0xb72f8a08663fce17206365059a0538105dabc02e4a5503a2c7148be3d3b40465, '', 0, '?'),
(0x54123edd6e678f6b49c4813e392f194e, 'wp-content/plugins/wp-rss-aggregator/src/RestApi/Transformers/RecursiveToArrayTransformer.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/RestApi/Transformers/RecursiveToArrayTransformer.php', 1, 0x00000000000000000000000000000000, 0xe200b196bf05eeaa3f685394ac835a68, 0x3ac0c1a034b15cfd668b10b64d82f24db2cfa77fe8b6e3dea3a3b997710ff346, '', 0, '?'),
(0xf0bad4a98169de76c2fa0122fdddec52, 'wp-content/plugins/wp-rss-aggregator/src/Templates/Feeds/FeedTemplateType.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Templates/Feeds/FeedTemplateType.php', 1, 0x00000000000000000000000000000000, 0xefe507e47305c9454b7ee62fc3744a1a, 0xc71cbde66d4b43a5dec242499fc724a65ccf48eefbfd957dee8daed7b07292e7, '', 0, '?'),
(0x60486a6cd1c76e141853fbfd9b1236f5, 'wp-content/plugins/wp-rss-aggregator/src/Templates/Feeds/LegacyDisplayTemplate.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Templates/Feeds/LegacyDisplayTemplate.php', 1, 0x00000000000000000000000000000000, 0xbdd7fa1d2392ebbf93060a0e9dc9e600, 0x6ccdcaf5fdc1771bbf6147f2c09d074f990855ad68710dee1cc0d65771f4a742, '', 0, '?'),
(0x436f22d453d8bd17ccacd98812776632, 'wp-content/plugins/wp-rss-aggregator/src/Templates/Feeds/MasterFeedsTemplate.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Templates/Feeds/MasterFeedsTemplate.php', 1, 0x00000000000000000000000000000000, 0x62a0710ce206e47bfb2e2746e23fed88, 0xaec07badfcaec37c021bef610c0652c0979dd02586bc0560d44e9628ab929601, '', 0, '?'),
(0xfbc7e9ea9b0ec94357d4bbac3facfe24, 'wp-content/plugins/wp-rss-aggregator/src/Templates/Feeds/TemplateTypeTemplate.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Templates/Feeds/TemplateTypeTemplate.php', 1, 0x00000000000000000000000000000000, 0xbbb353f00458ef9a9c7afbbc9908a2ec, 0xc51b125dfe609ac998c1470caf8da48e3fdfdd724f3c65b0e5ce109551567e25, '', 0, '?'),
(0xc64e23941c963d879c7b7f3872ede113, 'wp-content/plugins/wp-rss-aggregator/src/Templates/Feeds/Types/AbstractFeedTemplateType.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Templates/Feeds/Types/AbstractFeedTemplateType.php', 1, 0x00000000000000000000000000000000, 0x1d1f31ab526bec59ec4ecd62fb6ea741, 0xfc3d2d6e3837dece804124faa83afaa7bc12d85c1816c355ca6c14c3227a2a96, '', 0, '?'),
(0x5597e4c58ce56ddc4fdcac75104091ef, 'wp-content/plugins/wp-rss-aggregator/src/Templates/Feeds/Types/AbstractWpraFeedTemplateType.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Templates/Feeds/Types/AbstractWpraFeedTemplateType.php', 1, 0x00000000000000000000000000000000, 0xa73e5a340f4d2385549663fa16970d45, 0x055790e212b95966ead76dbbd63d51b553e70ededd9be9a6a56ff579e94cf6b0, '', 0, '?'),
(0x0d9347424c60fdd422f3beedd95c3d23, 'wp-content/plugins/wp-rss-aggregator/src/Templates/Feeds/Types/FeedTemplateTypeInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Templates/Feeds/Types/FeedTemplateTypeInterface.php', 1, 0x00000000000000000000000000000000, 0xea1fa7924d8517e5fb9e7707da4df682, 0x3efedccf5dfadc187732862056466877bda69cf21da3cf5d489a2ae925b2cdde, '', 0, '?'),
(0xeafaf3bf82edf72575e176160575d964, 'wp-content/plugins/wp-rss-aggregator/src/Templates/Feeds/Types/ListTemplateType.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Templates/Feeds/Types/ListTemplateType.php', 1, 0x00000000000000000000000000000000, 0x70c8bb4cf4d15c31b769f308cdf17af7, 0x94c79b5b3227d8f7e1ca373f2fa8a07f0750e8a5d4366ced07472206db28a8be, '', 0, '?'),
(0x12f6b975c263313238d0ea7d01f42b20, 'wp-content/plugins/wp-rss-aggregator/src/Templates/NullTemplate.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Templates/NullTemplate.php', 1, 0x00000000000000000000000000000000, 0x22ce8e810907726ad4d0edaa16c0b188, 0x10c8a69bab4c9e290d63e8cae30a3b974427014b6aab2ffb86680a974a06069a, '', 0, '?'),
(0x9d39691cbb8dbbeb158c801ed4cafcb0, 'wp-content/plugins/wp-rss-aggregator/src/Templates/TwigTemplate.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Templates/TwigTemplate.php', 1, 0x00000000000000000000000000000000, 0x65904b694db11e6468b89df71b711001, 0xec3c648141a9cae1498b531acae61f2a96e306ce610bbbeacaf38160b557028c, '', 0, '?'),
(0xadb3baf0297c2dcfbd068043f2f7721f, 'wp-content/plugins/wp-rss-aggregator/src/Twig/Extensions/Date/TwigDateTranslator.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Twig/Extensions/Date/TwigDateTranslator.php', 1, 0x00000000000000000000000000000000, 0x1ab92d865cc7dd00988e9ed6c51a17ed, 0xe11cb8b420281ed71ac04addb41e6a98b0b3e8d1e30f62c7a56be1904ddcc4d3, '', 0, '?'),
(0xba1331114c202f8ccef1e1b84adf0eb9, 'wp-content/plugins/wp-rss-aggregator/src/Twig/Extensions/I18n/I18nTransNode.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Twig/Extensions/I18n/I18nTransNode.php', 1, 0x00000000000000000000000000000000, 0x0ade908cadb3fe617c967e6389d7c6e4, 0xc43eb27726b476eb15d85671847a2ebf6d758a8578c739cf5cb45741cb04686f, '', 0, '?'),
(0x75ab49a941ec3388e20fe053b82bc556, 'wp-content/plugins/wp-rss-aggregator/src/Twig/Extensions/I18n/I18nTransTokenParser.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Twig/Extensions/I18n/I18nTransTokenParser.php', 1, 0x00000000000000000000000000000000, 0x589fd21c22d13e02046ee26fc32326d1, 0x7d0fde6f555f7f46889d90dfbbadf0ea5cfff9dca8a15f5e64a4ea6255f15349, '', 0, '?'),
(0xa701b1e013aa12e2313867dabad89f3c, 'wp-content/plugins/wp-rss-aggregator/src/Twig/Extensions/I18n/WpI18nExtension.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Twig/Extensions/I18n/WpI18nExtension.php', 1, 0x00000000000000000000000000000000, 0xf41ea28c820e114ce4d9298fda28267d, 0xa56cd6e4a7389c89bfa0271abfa28f50b29eaa2fa35c51f95f7f6b075fd22625, '', 0, '?'),
(0x06f5cf3f0fd247104600fceb5da4e77a, 'wp-content/plugins/wp-rss-aggregator/src/Twig/Extensions/WpraExtension.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Twig/Extensions/WpraExtension.php', 1, 0x00000000000000000000000000000000, 0xcc9d49d3cd6e35c00eadcfc8b0bb4566, 0xbc85b7c50bbdcbc86d767ffe9894f443d04ac5f7b26a75a5584605ba339573b6, '', 0, '?'),
(0x61ee9f6b0e98c8993c9f54192634fe9e, 'wp-content/plugins/wp-rss-aggregator/src/Ui/BlacklistTable.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Ui/BlacklistTable.php', 1, 0x00000000000000000000000000000000, 0x7686d02128c64b8c3e4e20e5afe8828f, 0x4c79e8fe3d18fd84e8982b0c1271fa6986e6857378d074878efa0d6b6e408294, '', 0, '?'),
(0xadbaed8b4d6e43ebc11d6140458f47f3, 'wp-content/plugins/wp-rss-aggregator/src/Util/CallbackIterator.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Util/CallbackIterator.php', 1, 0x00000000000000000000000000000000, 0xc23b9768fd3554eb7bed3c2b8c2ba9e0, 0x6bc4fc7d6ffbad142de4d175b2aab2dc234cbe01932e9eeefaf56a14a6e7647b, '', 0, '?'),
(0x707db024b41b656291c7fc7d22461048, 'wp-content/plugins/wp-rss-aggregator/src/Util/IteratorDelegateTrait.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Util/IteratorDelegateTrait.php', 1, 0x00000000000000000000000000000000, 0x6af64a02386a15de6ca49ec363046f41, 0x2a3c374d38dfafa5021f5ed65e1e2f4220245b7d692d310bff3146a246a5dda2, '', 0, '?'),
(0xe23e96e1f3fcc2ea091df4e2f2715a1d, 'wp-content/plugins/wp-rss-aggregator/src/Util/MergedIterator.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Util/MergedIterator.php', 1, 0x00000000000000000000000000000000, 0x2eabea6fccb189f96d5f725bbe997ef1, 0x9c11c06c19deda184293fe1580a195b346d4fa035c564f7f3692a8947bd9bf02, '', 0, '?'),
(0xf50b569427d7059caabc2841fd36ef56, 'wp-content/plugins/wp-rss-aggregator/src/Util/Normalize.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Util/Normalize.php', 1, 0x00000000000000000000000000000000, 0xa0a1c05c09b584739d3eece9a432f161, 0x662b3929310eb874ead31629399da0ca53fb531a2dbc2ae169991e3d1940314a, '', 0, '?'),
(0x46d6112c9685d04f581e96e5d746f092, 'wp-content/plugins/wp-rss-aggregator/src/Util/NormalizeWpPostCapableTrait.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Util/NormalizeWpPostCapableTrait.php', 1, 0x00000000000000000000000000000000, 0x3f815fb40e8d164ce49f8f88da2f97fa, 0xaae8bf03e21f770efff7170212c0786a3d3e418f0e3e2693b458ba55aff6170d, '', 0, '?'),
(0x36444326359722ed10482cd7b3d9560b, 'wp-content/plugins/wp-rss-aggregator/src/Util/NullFunction.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Util/NullFunction.php', 1, 0x00000000000000000000000000000000, 0xe2cc3486666981449ed14f9d088cd7a2, 0x246755958fd9057eb25ab085fe9ab3f2616aa7bceb3e4406fbb5f96f3c1b8e00, '', 0, '?'),
(0x5141a1048b6263209d514db855a6718c, 'wp-content/plugins/wp-rss-aggregator/src/Util/PaginatedIterator.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Util/PaginatedIterator.php', 1, 0x00000000000000000000000000000000, 0x11c4ed2a8882da5a16f18da5e905138f, 0x36e354c205be422276c15a12ea5fdc27ac702577ec8174a9935ab6e2f6518ae5, '', 0, '?'),
(0x2bcd31987f23ebf31e113578f7da2ac8, 'wp-content/plugins/wp-rss-aggregator/src/Util/ParseArgsWithSchemaCapableTrait.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Util/ParseArgsWithSchemaCapableTrait.php', 1, 0x00000000000000000000000000000000, 0x08f97e9408d53cd96dfb3a2475bea439, 0x3687e5abdb903169ecf08f9e99ba9f4fd941d3b0aeb1b4aaab5f3952c2a33b31, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x88d856b8a35e352484b111854a725023, 'wp-content/plugins/wp-rss-aggregator/src/Util/SanitizeCommaListCapableTrait.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Util/SanitizeCommaListCapableTrait.php', 1, 0x00000000000000000000000000000000, 0xf56b7271f92949241debd78e0af607a9, 0xe9344c403d4bde36dd3ed9d77039ae33284e5731a3bb4b66284c4f4996c05b4c, '', 0, '?'),
(0x5ff045a6565c875257cfc1740b92c7b4, 'wp-content/plugins/wp-rss-aggregator/src/Util/SanitizerInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Util/SanitizerInterface.php', 1, 0x00000000000000000000000000000000, 0xf2e5370be99261819932f77825b545bd, 0x74e3a6115478e67979dfc8ae7869a2b8fea86c1c6092c9d32af74598f840bf2c, '', 0, '?'),
(0xe4c9ed5ef0dbbb62d5c4b2203b35519a, 'wp-content/plugins/wp-rss-aggregator/src/Util/Sanitizers/BoolSanitizer.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Util/Sanitizers/BoolSanitizer.php', 1, 0x00000000000000000000000000000000, 0xd6aeec6b51cb97d5794ac1acee377482, 0xfcae06b927facfd36827821b09ed4fb059dcd707224d26544646290b9514262c, '', 0, '?'),
(0x9dfe97ad8e525180bf603e831aaedab6, 'wp-content/plugins/wp-rss-aggregator/src/Util/Sanitizers/CallbackSanitizer.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Util/Sanitizers/CallbackSanitizer.php', 1, 0x00000000000000000000000000000000, 0x43e46da8cab5526f7d1b48a934269016, 0x42a66448874b90c3890051bb9785afc6619b714a926244447f5366cafd4e3a08, '', 0, '?'),
(0xacd75770cde3f13f26af2971e5cec710, 'wp-content/plugins/wp-rss-aggregator/src/Util/Sanitizers/EquivalenceSanitizer.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Util/Sanitizers/EquivalenceSanitizer.php', 1, 0x00000000000000000000000000000000, 0x6f90dba5fde1843c9d12b9db68a8b467, 0x137b2670b20bd0b4caaa0cb2df500b0687365836d75adb6266c2118692cd7b13, '', 0, '?'),
(0xaa4c4a3725e869e648a98dae5b0139e9, 'wp-content/plugins/wp-rss-aggregator/src/Util/Sanitizers/IntSanitizer.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Util/Sanitizers/IntSanitizer.php', 1, 0x00000000000000000000000000000000, 0x4568b6910e57de383ea3c20084febd50, 0x24a35c47c9d5664ecd19a2e8d6c0698fb9d1d7f76a585b233a4d406240014d80, '', 0, '?'),
(0x7101a5f940569f937dda807ca6c40cc6, 'wp-content/plugins/wp-rss-aggregator/src/Util/Sanitizers/PhpFilterSanitizer.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Util/Sanitizers/PhpFilterSanitizer.php', 1, 0x00000000000000000000000000000000, 0x683f9c63074fefe2f76c9b3af8779ef4, 0xb03872a6abd3186ad94a51b8b1bf15559e3380a73696319f6244fc62c5d002b5, '', 0, '?'),
(0x039643a79aec0f06d702be9706fababf, 'wp-content/plugins/wp-rss-aggregator/src/Wp/Asset/AbstractAsset.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Wp/Asset/AbstractAsset.php', 1, 0x00000000000000000000000000000000, 0xc54ccdfac51b59ce974819c2b31727f0, 0x1766544db8b9783378d55e97129d12aa865060943d2110c86acffcedab29bf70, '', 0, '?'),
(0xbdef9a12caa92ba638babbc68c7994c5, 'wp-content/plugins/wp-rss-aggregator/src/Wp/Asset/AssetInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Wp/Asset/AssetInterface.php', 1, 0x00000000000000000000000000000000, 0xc6ce1e23d6b18701c9cbb50de10454d2, 0x0f84390e6abb85f31cf8ed50d785bceed514edc855480eb03fa356d7a971fee2, '', 0, '?'),
(0x13e1d90a64f9f6db2c9ce4c90fad36ff, 'wp-content/plugins/wp-rss-aggregator/src/Wp/Asset/ScriptAsset.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Wp/Asset/ScriptAsset.php', 1, 0x00000000000000000000000000000000, 0x99e2fd1820d3325ad19badd28d9e760a, 0xc4ca9293560caa712c70fef4fd5acb0e4564c2d2ea3fc840a356373285cff47e, '', 0, '?'),
(0x61e458d7b459ba569bc43b203033e43f, 'wp-content/plugins/wp-rss-aggregator/src/Wp/Asset/ScriptInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Wp/Asset/ScriptInterface.php', 1, 0x00000000000000000000000000000000, 0x8dada3015bca9f6a1f0ea53c8509c7f2, 0xb72d29f4d08586445479beeac475b1bd84b4dc4d6be6bb587a968946af0f2b4e, '', 0, '?'),
(0xa71ba6273766a0404e110b1b14a6d2dd, 'wp-content/plugins/wp-rss-aggregator/src/Wp/Asset/StyleAsset.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Wp/Asset/StyleAsset.php', 1, 0x00000000000000000000000000000000, 0x2968f05f1ee45d7799b073b2aa8e3ecf, 0x4fac250fc6b7fe0c02f776d9adf6592a8bbcc7d21f98dfa92cb9aa8407a5038c, '', 0, '?'),
(0xc401f36d632e38828812d386291e1ab4, 'wp-content/plugins/wp-rss-aggregator/src/Wp/PluginInfo.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Wp/PluginInfo.php', 1, 0x00000000000000000000000000000000, 0x068e02018e1b25d14a27b1391c299219, 0x35d35712135cff418c76f3f7e89e129cdbf7d8313fa22740b320ae892fd3eeee, '', 0, '?'),
(0x1549c7f8b13ee887467bad7c35ee17e3, 'wp-content/plugins/wp-rss-aggregator/src/Wp/WpExtensionInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Wp/WpExtensionInterface.php', 1, 0x00000000000000000000000000000000, 0xbde77b4fe0abefe013c92ecb065a7e9e, 0xd7c67ecac5524d0ff955d0c6f16e4db6b00fe0f27162451bb758bfb1ed3f4802, '', 0, '?'),
(0x4ebe3a77f043550d4aada2e5a41f9316, 'wp-content/plugins/wp-rss-aggregator/src/Wp/WpRolesProxy.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Wp/WpRolesProxy.php', 1, 0x00000000000000000000000000000000, 0x31d131dae7640b28660109a0b50dc2c6, 0x32650cc6fc849271168c82c35a06ce1cd8256e9f629b7af95db242510864a591, '', 0, '?'),
(0x1fc9e7656bf086dd16adf4b079f18c74, 'wp-content/plugins/wp-rss-aggregator/templates/admin/blacklist-metabox.twig', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/templates/admin/blacklist-metabox.twig', 1, 0x00000000000000000000000000000000, 0x108ba072f30937b2b9ac3b3eb3f2ec20, 0xc549756125ee4cd0a5e79636875c1af71bee895c9edde0656091aa6f9134a4fd, '', 0, '?'),
(0x953d7714da13abb7bc076f1b422b60ca, 'wp-content/plugins/wp-rss-aggregator/templates/admin/feeds/images-meta-box.twig', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/templates/admin/feeds/images-meta-box.twig', 1, 0x00000000000000000000000000000000, 0x63ef361780ceac27cb3ec07fb3e62671, 0xf1bf1a59053ca781d8afed4f5b6f816db63f68a4b2b013ca45ba434b7b43f96a, '', 0, '?'),
(0x46f5ba0eacbc67920f2abd4b3519849b, 'wp-content/plugins/wp-rss-aggregator/templates/admin/feeds/save-meta-box.twig', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/templates/admin/feeds/save-meta-box.twig', 1, 0x00000000000000000000000000000000, 0x15cdeae6eb0335f8359c783fa4371dd7, 0x2005cb1de83bdb479914ea8bd8c75045d8035940c1bea47506dd9406b3f1cf1c, '', 0, '?'),
(0x7b00a4eec09b37dde1aec9ae75d930cd, 'wp-content/plugins/wp-rss-aggregator/templates/admin/feeds/shortcode.twig', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/templates/admin/feeds/shortcode.twig', 1, 0x00000000000000000000000000000000, 0x8b232cd6e81fc5262ad1226e91a70190, 0x82c51dccf5fff46b7db30400c0282324805fe186280108f838d7538733f4a045, '', 0, '?'),
(0x2a37724c227aac1e171efa41d92537e5, 'wp-content/plugins/wp-rss-aggregator/templates/admin/intro-page.twig', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/templates/admin/intro-page.twig', 1, 0x00000000000000000000000000000000, 0x83da63f36c33b15e71e36f687eb9f67f, 0xdb3a12067f4fdd4d23b29272b89b807ecf2c59643bde61b309056135bbe92769, '', 0, '?'),
(0xd04ce2a5921660b4a289cfe2b51751a6, 'wp-content/plugins/wp-rss-aggregator/templates/admin/items/images-meta-box.twig', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/templates/admin/items/images-meta-box.twig', 1, 0x00000000000000000000000000000000, 0xda04a4b241e3ad076e2aa641717de8b3, 0xd09fe0e41548bf155979729acd8dfe60893a5aee5f6e70c28d0733c6ed45b8bc, '', 0, '?'),
(0xeb8d42458baaa31482185af61416b34a, 'wp-content/plugins/wp-rss-aggregator/templates/admin/partials/app-footer-scripts.twig', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/templates/admin/partials/app-footer-scripts.twig', 1, 0x00000000000000000000000000000000, 0xe32335f9c93b4b23ce36ffe1c47fd3d8, 0x75bf5ccc77b7b3b5178bf3f7dc999c47b2b88dd48ded842e88ec11371035cb7a, '', 0, '?'),
(0x85fedb447571b726852b0737bebec530, 'wp-content/plugins/wp-rss-aggregator/templates/admin/templates-page.twig', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/templates/admin/templates-page.twig', 1, 0x00000000000000000000000000000000, 0x993d69cedae44177b9b408ad598369e1, 0x3ba96660753769bdd5530171edcc2bdbf3c417c74d4238ed478fc50fbfe972e3, '', 0, '?'),
(0xa1bc2829022b5e1da23797c1bd17c4a9, 'wp-content/plugins/wp-rss-aggregator/templates/admin/tools/blacklist.twig', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/templates/admin/tools/blacklist.twig', 1, 0x00000000000000000000000000000000, 0x2e1f35051ffb86aa3b9a0283a771c53f, 0x47a03c53281a38d761a81b4f50d088a22b69006884554a66632d2e1ebef71cc3, '', 0, '?'),
(0x8ce56a0e561157b4d209449d8d15f2c9, 'wp-content/plugins/wp-rss-aggregator/templates/admin/tools/bulk_add.twig', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/templates/admin/tools/bulk_add.twig', 1, 0x00000000000000000000000000000000, 0xbe5e7fb06fcd0e8a7579e6d79a4bd4b1, 0x654d8ca7cc34f913017adf2ae1ea6ce22542c879d345c95f86465447bbcd89fb, '', 0, '?'),
(0x8d140f1980e6f52e66618d9aba77d2c9, 'wp-content/plugins/wp-rss-aggregator/templates/admin/tools/crons.twig', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/templates/admin/tools/crons.twig', 1, 0x00000000000000000000000000000000, 0x616b79f5584fb332e1a1b825aba50639, 0xff8f0faa001282208e3a7d5d00b424617cc78c9ec0068c26abd34cdad65c48cf, '', 0, '?'),
(0xadbc24d2d02b14cb36f88f5b35093800, 'wp-content/plugins/wp-rss-aggregator/templates/admin/tools/export.twig', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/templates/admin/tools/export.twig', 1, 0x00000000000000000000000000000000, 0x807b8176f5ef8d6adbcd3802923453cd, 0xb59fc12deb103e0bbde7fd68d6a501a096c7ef11eddf26fb1f2b0dca3e17976b, '', 0, '?'),
(0x640e2b8c2780ccd152422b72fc990bd5, 'wp-content/plugins/wp-rss-aggregator/templates/admin/tools/import.twig', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/templates/admin/tools/import.twig', 1, 0x00000000000000000000000000000000, 0x809bc7a2617d73fcceabdba4b64288ee, 0xc78603a3543a6eee30e406f3dd82af29a6279ca148f4eb0371208bc617c06e63, '', 0, '?'),
(0x8bbedffa2bdd8add6bc04bd9a5920ac9, 'wp-content/plugins/wp-rss-aggregator/templates/admin/tools/logs.twig', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/templates/admin/tools/logs.twig', 1, 0x00000000000000000000000000000000, 0x19c1f733d2dbd79858e95045d57fc26d, 0x67f02abc0df3bf5b6dcd5486a1778b3233c6b2f01a239ad7b8813217e98eaa72, '', 0, '?'),
(0x7b0d65db54346e458c8c6117405f5530, 'wp-content/plugins/wp-rss-aggregator/templates/admin/tools/main.twig', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/templates/admin/tools/main.twig', 1, 0x00000000000000000000000000000000, 0xd5ea624e5e51546904aa318da26297b8, 0x25834b7bb5ac5644ca51c2bed49225b14d43827705d3461c6e1685eb758b9b74, '', 0, '?'),
(0xb43a738e92c99d7318e34d4dabb5f56d, 'wp-content/plugins/wp-rss-aggregator/templates/admin/tools/reset.twig', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/templates/admin/tools/reset.twig', 1, 0x00000000000000000000000000000000, 0x492d5c41ea98d026a83f5384d22ce2cf, 0xf5e500b26f1067cd286800a1513085e9967d3d890b6519600707c4f7bd228712, '', 0, '?'),
(0x28f32275adb1da79aeac485ee668ce32, 'wp-content/plugins/wp-rss-aggregator/templates/admin/tools/sys_info.twig', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/templates/admin/tools/sys_info.twig', 1, 0x00000000000000000000000000000000, 0x338c87bba5e10257dbb50e292f760faf, 0xc98986abd32c5ae80d12ef758e4904a7e8a77a4e7da5fb7a8933fc6220e2aa54, '', 0, '?'),
(0x23879bfca1769e4269b5acf0c7281cb0, 'wp-content/plugins/wp-rss-aggregator/templates/admin/update-page.twig', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/templates/admin/update-page.twig', 1, 0x00000000000000000000000000000000, 0x10070eef523502980d0d7cf76893a39e, 0x419e1279f44a5a91dda902c1bbbeec67ecc24306e410ad5cd819edcf88848bb8, '', 0, '?'),
(0x98392072f7b46dc82c430fae071db3ce, 'wp-content/plugins/wp-rss-aggregator/templates/admin/upsell/add-on-list.twig', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/templates/admin/upsell/add-on-list.twig', 1, 0x00000000000000000000000000000000, 0x4b8e878aa5d4828fb8a4ffe430444d8e, 0x6397579f7578b73f223cb84468d4347d848cc091a6bb264cca403f2597599d0a, '', 0, '?'),
(0xfcc6293d4ec03a3cafc1c0bce63b9231, 'wp-content/plugins/wp-rss-aggregator/templates/admin/upsell/more-features-page/add-on.twig', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/templates/admin/upsell/more-features-page/add-on.twig', 1, 0x00000000000000000000000000000000, 0x7c6363f9c10ec5505da5179a45acb08d, 0x103b921805a4a45d4bacffe6e178de6a0eee93785b41c0ad568dca0207ac4589, '', 0, '?'),
(0x9b2aba3ff7fb53f0646af15991076d86, 'wp-content/plugins/wp-rss-aggregator/templates/admin/upsell/more-features-page/lorem.twig', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/templates/admin/upsell/more-features-page/lorem.twig', 1, 0x00000000000000000000000000000000, 0xf915156b6a10e5225b554ae21299aba7, 0x3e4d860907d8bfe5d6642b98b5a39be0489e24229cc311f90ad78aa235905983, '', 0, '?'),
(0x07474cb10cfc99051612286afba59b6b, 'wp-content/plugins/wp-rss-aggregator/templates/admin/upsell/more-features-page/main.twig', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/templates/admin/upsell/more-features-page/main.twig', 1, 0x00000000000000000000000000000000, 0x7058c2570f2270a933d927343394e010, 0x61a759fc876d8b4061bb1683639897344cb3465341c452b1a22e83f5cd95c4f7, '', 0, '?'),
(0xe8fe734fe2b45b7b9767a906a8b7e6c7, 'wp-content/plugins/wp-rss-aggregator/templates/custom-feed/entry.twig', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/templates/custom-feed/entry.twig', 1, 0x00000000000000000000000000000000, 0x7832e103c43b3b502c00491d3221932f, 0x32abd6087f985dd50ac24c758f6e891a2aa1130706e816c2e26f003df3c24392, '', 0, '?'),
(0x84e785d37dc819a0ee7cc65df573ddfe, 'wp-content/plugins/wp-rss-aggregator/templates/custom-feed/main.twig', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/templates/custom-feed/main.twig', 1, 0x00000000000000000000000000000000, 0xcb0e9a4edecc00cd252f1295d4df6416, 0x93f0e9cf50a999bcdaf351ed36f0ed70ab674a3bc44df1998cf7d668f48daa8f, '', 0, '?'),
(0x0e20a7dfc99f390beeef3300eefc209e, 'wp-content/plugins/wp-rss-aggregator/templates/feeds/_parts/audio-player.twig', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/templates/feeds/_parts/audio-player.twig', 1, 0x00000000000000000000000000000000, 0x229fd2f235f2fe29e070942f74b8da17, 0x38029c5b33a17b3a5df2010f47535991dfc4214b5c3688c1bd891f97443df381, '', 0, '?'),
(0x7140b122c9c300d7b46aace80c4ba23f, 'wp-content/plugins/wp-rss-aggregator/templates/feeds/container.twig', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/templates/feeds/container.twig', 1, 0x00000000000000000000000000000000, 0xc155830aa867496c97ad6b86122587d0, 0xab89d50d4ad2c913fe7e7a2abfb9923c4b45ce242f215114baa0b55b130eb35f, '', 0, '?'),
(0xef860c33c4b1bddacdb441943edfc17e, 'wp-content/plugins/wp-rss-aggregator/templates/feeds/list/default-pagination.twig', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/templates/feeds/list/default-pagination.twig', 1, 0x00000000000000000000000000000000, 0xc38d8919f263b9fcc5537754d631d6f2, 0x998a0c9d787811747c8149ae96224eb7961b4c02df917e737ff10e9b57371ef0, '', 0, '?'),
(0x7f103401349333bd8cd8a6a94e7f6def, 'wp-content/plugins/wp-rss-aggregator/templates/feeds/list/feed-item.twig', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/templates/feeds/list/feed-item.twig', 1, 0x00000000000000000000000000000000, 0x2e9d497c0a497324cb51e5e1ad940ef0, 0x2089d150865fb3abb3a1bd3c543d120c98ad7ef2d8c4678cda7d126437ac8e52, '', 0, '?'),
(0x0bc01e096e7a3778dc92e741505fd27c, 'wp-content/plugins/wp-rss-aggregator/templates/feeds/list/feed-list.twig', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/templates/feeds/list/feed-list.twig', 1, 0x00000000000000000000000000000000, 0xc42047e5dd48c41bce98f31f0c0a5742, 0x138d832042a51e4d5cce0288c8e545b447ee3af53d4e53bb481ac22fbaca4ac3, '', 0, '?'),
(0x71beaecd3576518fd699fe60387f8822, 'wp-content/plugins/wp-rss-aggregator/templates/feeds/list/main.twig', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/templates/feeds/list/main.twig', 1, 0x00000000000000000000000000000000, 0xa5a94a6167043e4bd5b57041746bde9d, 0x07135ce8c87237e6b5fb0a03446e60438f04d6729f74b97c3d5e38644451dc0a, '', 0, '?'),
(0xf5bdbd26ac675a3b0aa89f977d8b3b15, 'wp-content/plugins/wp-rss-aggregator/templates/feeds/list/numbered-pagination.twig', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/templates/feeds/list/numbered-pagination.twig', 1, 0x00000000000000000000000000000000, 0x448c1260b1df696a3c1911b5c5e2104a, 0x3e1628f0bc72a3c26a364108de950240ec18b44b64c2d873ed8c899b9359ad8a, '', 0, '?'),
(0x9628564e4e9a8b08cbfd819a56d72436, 'wp-content/plugins/wp-rss-aggregator/templates/help-footer-js.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/templates/help-footer-js.php', 1, 0x00000000000000000000000000000000, 0xb01cb3e51736ff449307e7db2d438fd9, 0xc9765c84757fb86d40c1eeb6bbbbf4c732f6998a5ce12e2b4e8ef578e0354650, '', 0, '?'),
(0x7f70dafe192e54c63c5aed5cc371cf0f, 'wp-content/plugins/wp-rss-aggregator/templates/help-tooltip-content.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/templates/help-tooltip-content.php', 1, 0x00000000000000000000000000000000, 0x3c9d7aae02fbe7b9233c2b8d8735fe83, 0x4e0254b009e71104dc3a665d9472b837d2d45669a00448bbffcba9faf0437d8b, '', 0, '?'),
(0x9683ad9cfe98fc87292d7554ce66579d, 'wp-content/plugins/wp-rss-aggregator/templates/help-tooltip-handle.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/templates/help-tooltip-handle.php', 1, 0x00000000000000000000000000000000, 0x9621ec9c1b6da6d503eff5a40310da89, 0xb4994c635ae448a36be41d2da1669a97debc77623210c11f46024b4aba1d52ff, '', 0, '?'),
(0x778b85ab56a08224c8cd5e5682cb8f1b, 'wp-content/plugins/wp-rss-aggregator/templates/wprss.css', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/templates/wprss.css', 1, 0x00000000000000000000000000000000, 0x658c2a099b55f16ac8d8b1c61eed8b54, 0x7822e0cafb1c429005a8bb9a83dc5c14e5bdfa504f22a144b672a4bd69fb41f1, '', 0, '?'),
(0x5314726065e40cffe926c53b12c9d8c6, 'wp-content/plugins/wp-rss-aggregator/uninstall.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/uninstall.php', 1, 0x00000000000000000000000000000000, 0x7409c049bbe27f98829900945cb92bfc, 0x088e7cc6658e22b9110787c44070951f97156dcb616808fbec1ba5ea32360f02, '', 0, '?'),
(0xfa8acff30b4c0c2451b57646d0543b64, 'wp-content/plugins/wp-rss-aggregator/vendor/autoload.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/autoload.php', 1, 0x00000000000000000000000000000000, 0x9c8095f5139fe576d96dad40ad49b653, 0xa3a4ab3a0be2a16f70178433ded688185650d0e7b4f14b909c39f5428d1d64f1, '', 0, '?'),
(0x0d74172fdac1fc947fe19bd24326184e, 'wp-content/plugins/wp-rss-aggregator/vendor/composer/ClassLoader.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/composer/ClassLoader.php', 1, 0x00000000000000000000000000000000, 0xe662b64ae78cde37fa1f4155fc484772, 0x2520f954d0da53aa9bc1a10f70189a199476388805833bb4213d47b71f8a2a17, '', 0, '?'),
(0x59abf67531b6910679a0789205a696b4, 'wp-content/plugins/wp-rss-aggregator/vendor/composer/InstalledVersions.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/composer/InstalledVersions.php', 1, 0x00000000000000000000000000000000, 0x6daa59acca78220bfb2f3e86fe63c71b, 0x4bc1cc43d46ddd14edd6481c150cddfef970f379f6a50d74a56cc30253a7ae38, '', 0, '?'),
(0x29746985903b62949be9cd097c8575d4, 'wp-content/plugins/wp-rss-aggregator/vendor/composer/LICENSE', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/composer/LICENSE', 1, 0x00000000000000000000000000000000, 0x955d5fe58c231244f6b49000f383b5e2, 0x1a209ff8db92f625a713347e4ed97e47682162d817ad3a77829805c98cbf9927, '', 0, '?'),
(0x1ebec4852538a4725dc052dbf9dd831f, 'wp-content/plugins/wp-rss-aggregator/vendor/composer/autoload_classmap.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/composer/autoload_classmap.php', 1, 0x00000000000000000000000000000000, 0x1c807cec06cf51664175f293dced5710, 0x6669cfff78d2248f555ee7af1868b1e30c86ed09d7409d47b35859744ac88568, '', 0, '?'),
(0xf7c586905b4c949e202116f97b14899d, 'wp-content/plugins/wp-rss-aggregator/vendor/composer/autoload_files.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/composer/autoload_files.php', 1, 0x00000000000000000000000000000000, 0x2b38f2687e62cd5e33e89f6572936721, 0x7f9518be100cb2748dd35ef3b7599d8c838dbb3564d5664136f4b2f27b5752e9, '', 0, '?'),
(0x7ca0c32eac0b43307f85ebc0114472b0, 'wp-content/plugins/wp-rss-aggregator/vendor/composer/autoload_namespaces.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/composer/autoload_namespaces.php', 1, 0x00000000000000000000000000000000, 0x0f02d97bb3f1b4c9e0a149854dff578e, 0xae2e5e0b8ba99ead3065ac820e74dfa4d2ce05c53a2c27c5598fc581f295cde2, '', 0, '?'),
(0x3d698caeb04ca8dcd88e93dd722f3e06, 'wp-content/plugins/wp-rss-aggregator/vendor/composer/autoload_psr4.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/composer/autoload_psr4.php', 1, 0x00000000000000000000000000000000, 0x200f14eef42bccdb71f9b0407c51f3d1, 0xa13c1480ff25de4ea0161fb33587d7646a46603b3f0cc1fb04838791f10ef485, '', 0, '?'),
(0x103c578d595bff3a510367f063029de8, 'wp-content/plugins/wp-rss-aggregator/vendor/composer/autoload_real.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/composer/autoload_real.php', 1, 0x00000000000000000000000000000000, 0xb4f9c84b72a73165e0f2b0a5d4c5ac87, 0x61ceb162358bb6bf2ff72d2665e0339d0fe0da585561d0c5cde571989bc072b9, '', 0, '?'),
(0xb3173f42b4bae64a3f8d30efb759a1e1, 'wp-content/plugins/wp-rss-aggregator/vendor/composer/autoload_static.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/composer/autoload_static.php', 1, 0x00000000000000000000000000000000, 0xf7d199b677d9c87648209777e505069c, 0x6c1cf420be58c8bfdbd66f21dd8034159131037a747be56e2959e420b898082f, '', 0, '?'),
(0x30b7bba3059db8c5a351defcfd91b5f8, 'wp-content/plugins/wp-rss-aggregator/vendor/composer/installed.json', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/composer/installed.json', 1, 0x00000000000000000000000000000000, 0xae912fdf909c80f0f2d55ee5dfe007bb, 0x25922800e048fe4d84bc6d77fb5fc88a871210e091c2508936cab266a824c769, '', 0, '?'),
(0x236a037001e447cded3696d7ec7a53b1, 'wp-content/plugins/wp-rss-aggregator/vendor/composer/installed.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/composer/installed.php', 1, 0x00000000000000000000000000000000, 0xaaefebc42a6286960d20b95adfca5e54, 0xbbad515f1dfbc226205ef03743f9dfae64187c2d83783842c89e59cc5b6a5f3e, '', 0, '?'),
(0x112b3090208ce63ed679716ed04dbf1c, 'wp-content/plugins/wp-rss-aggregator/vendor/composer/platform_check.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/composer/platform_check.php', 1, 0x00000000000000000000000000000000, 0x0cc7c6b05449afd4ef2a497a7d0089d1, 0xb61da70139cbd4be896320d2adfdb5782dada451fb6adfe8e367e6ce785ed35f, '', 0, '?'),
(0x27e56f8ac503a8764564ae1e3937c50c, 'wp-content/plugins/wp-rss-aggregator/vendor/container-interop/container-interop/.gitignore', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/container-interop/container-interop/.gitignore', 1, 0x00000000000000000000000000000000, 0x8810dc17687583fae6eb427bf1e877ff, 0x50e50985db0dad36ec8564cdf5e482af32ee1b180251dd504e48cccbb5813b4a, '', 0, '?'),
(0xff254fcf77fdae1ed4ab6ff8958b20e5, 'wp-content/plugins/wp-rss-aggregator/vendor/container-interop/container-interop/LICENSE', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/container-interop/container-interop/LICENSE', 1, 0x00000000000000000000000000000000, 0xa46a6933adb89c294f06f5420be849ea, 0x2e42081f45fb8462459c901427098a45a55a2541556fb9b5629838f7da0ba964, '', 0, '?'),
(0xa7a12e36615c8eeb54ec31560e1a6f31, 'wp-content/plugins/wp-rss-aggregator/vendor/container-interop/container-interop/README.md', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/container-interop/container-interop/README.md', 1, 0x00000000000000000000000000000000, 0xa950808c5e0eda159f4d5274b3992177, 0x09cd3860a3639b83256e29825c445620c3db4f6858599905a894a9b7e7302e62, '', 0, '?'),
(0xb3172bd65700764cbb31c702daea3740, 'wp-content/plugins/wp-rss-aggregator/vendor/container-interop/container-interop/composer.json', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/container-interop/container-interop/composer.json', 1, 0x00000000000000000000000000000000, 0x44cb4895f2d451d2edfb5cee23af187a, 0x6551c3f1ad991f180e75ef237f4a7f6b9e04adef0070e6c1fa03688ac8f9abd2, '', 0, '?'),
(0x2d62239082ef34ad590c7eb6411bad05, 'wp-content/plugins/wp-rss-aggregator/vendor/container-interop/container-interop/docs/ContainerInterface-meta.md', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/container-interop/container-interop/docs/ContainerInterface-meta.md', 1, 0x00000000000000000000000000000000, 0x2ed555cf50dd31245e5c6f4df20b9e7a, 0xc703f44b8e784a0a0f199680033df9b4679dd28a477f5671ca8ce15b152a036b, '', 0, '?'),
(0xffa7b4fc59a775615f05274b283bca94, 'wp-content/plugins/wp-rss-aggregator/vendor/container-interop/container-interop/docs/ContainerInterface.md', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/container-interop/container-interop/docs/ContainerInterface.md', 1, 0x00000000000000000000000000000000, 0x2b2deb44973f35f23d1b5b523572a55f, 0xc392b2c12291a083bbafb0396f2c4f2ecb17c111d2934b9e17ef5fc2b081d590, '', 0, '?'),
(0xb1de99013a2aee1bf9341fdde9768a50, 'wp-content/plugins/wp-rss-aggregator/vendor/container-interop/container-interop/docs/Delegate-lookup-meta.md', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/container-interop/container-interop/docs/Delegate-lookup-meta.md', 1, 0x00000000000000000000000000000000, 0xb16790ab12a633c6ec66dd0d6a81694e, 0xb09ff892a751beaf2d5a0b4a5b7b53599eb9c90df1fba41b9d847250d95fbf32, '', 0, '?'),
(0x3e1d1c9d8678c48cf9d801fa1e274577, 'wp-content/plugins/wp-rss-aggregator/vendor/container-interop/container-interop/docs/Delegate-lookup.md', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/container-interop/container-interop/docs/Delegate-lookup.md', 1, 0x00000000000000000000000000000000, 0x59ddb12dee345fdd9c3e6bdedca26d7c, 0x2dc7602d77a10914d1a15a6cf088300580a8c6c134d6372d4078b8233e2fb781, '', 0, '?'),
(0x96edc0e41df9d99652404b3b64fae17f, 'wp-content/plugins/wp-rss-aggregator/vendor/container-interop/container-interop/docs/images/interoperating_containers.png', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/container-interop/container-interop/docs/images/interoperating_containers.png', 1, 0x00000000000000000000000000000000, 0x122912be5695a1bf566893d9b0352ff5, 0xf584885b562e835b7d6ff8e2bb9609285a467e7d194a9c6b445c3ff289737fde, '', 0, '?'),
(0xe3bc1c6ba4c1bbb494acced558f9b6f2, 'wp-content/plugins/wp-rss-aggregator/vendor/container-interop/container-interop/docs/images/priority.png', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/container-interop/container-interop/docs/images/priority.png', 1, 0x00000000000000000000000000000000, 0x120b2c7c1e0b72fcd3857dec9598e29d, 0xde49b51cc9e3cb37310338803ce8f710c1ae191844591ae30b71f013793e3230, '', 0, '?'),
(0x0cf02b7dcb78f9455dae5640f2b18349, 'wp-content/plugins/wp-rss-aggregator/vendor/container-interop/container-interop/docs/images/side_by_side_containers.png', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/container-interop/container-interop/docs/images/side_by_side_containers.png', 1, 0x00000000000000000000000000000000, 0xf37868e897c3984e87c5b3567b82b089, 0x882e81b0f3a82b5a06c879da83b8d7116d896bd7038cf63c536a21f44943511b, '', 0, '?'),
(0x8c7d880ad22e4909a220142b2053e2f1, 'wp-content/plugins/wp-rss-aggregator/vendor/container-interop/container-interop/src/Interop/Container/ContainerInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/container-interop/container-interop/src/Interop/Container/ContainerInterface.php', 1, 0x00000000000000000000000000000000, 0x4f79e07574d3dac64bdb533ab5d042d7, 0x7d9d33cb6dbf40f78966ef3acee9a4d17874ac3d3a8a3b65840d4c7f11d76548, '', 0, '?'),
(0x78ac31958ee8e0239758c8fd4babb72d, 'wp-content/plugins/wp-rss-aggregator/vendor/container-interop/container-interop/src/Interop/Container/Exception/ContainerException.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/container-interop/container-interop/src/Interop/Container/Exception/ContainerException.php', 1, 0x00000000000000000000000000000000, 0xffcdc43f36fc0e4059e38a74556360c5, 0x18949404430b7c1ec2e18b9eb680ac7e24f5a9e61af6cb0fc7089f3cf0cd0cd1, '', 0, '?'),
(0x34e67f122bb0107e8e934ab4f6772bfe, 'wp-content/plugins/wp-rss-aggregator/vendor/container-interop/container-interop/src/Interop/Container/Exception/NotFoundException.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/container-interop/container-interop/src/Interop/Container/Exception/NotFoundException.php', 1, 0x00000000000000000000000000000000, 0x17e1c040e0dc5a1ca06d92a34fb8774c, 0xecf460a989f0ade1129dcdeb4bd2501d6d2e85353cd8764c1bf4571e553108ee, '', 0, '?'),
(0xd7575bb2689887bf7d69e7319ffbcba7, 'wp-content/plugins/wp-rss-aggregator/vendor/container-interop/service-provider/.gitignore', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/container-interop/service-provider/.gitignore', 1, 0x00000000000000000000000000000000, 0x50d0c20c9a8376ecceeee85e058e7498, 0xcae9f95cf5337b4250a09b3482f28ee3b0eaac168f7d27331136ec8d78289928, '', 0, '?'),
(0x0b600ce0ad056ccb1b7a7a7917b6efed, 'wp-content/plugins/wp-rss-aggregator/vendor/container-interop/service-provider/README.md', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/container-interop/service-provider/README.md', 1, 0x00000000000000000000000000000000, 0x3d5bf85c48766a23c8ff9abdef2b285c, 0x0ed662ecfe56ce6030f6797385d672bd156fdbafe7e91f91282a5b97ac6b75e2, '', 0, '?'),
(0xe9beb2ab81e007c5b8e9403c73d3dfd6, 'wp-content/plugins/wp-rss-aggregator/vendor/container-interop/service-provider/composer.json', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/container-interop/service-provider/composer.json', 1, 0x00000000000000000000000000000000, 0x5eedca16735c009854128588adeabaa3, 0x6ae8a7fbecd14e21e2a6461f9052cb9ee5a9aeef4c71c549924db14a6237d0a8, '', 0, '?'),
(0xa8ca60d2ea702f466644284df05d7114, 'wp-content/plugins/wp-rss-aggregator/vendor/container-interop/service-provider/puli.json', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/container-interop/service-provider/puli.json', 1, 0x00000000000000000000000000000000, 0x62864a985e73b3a5042147b8d0551308, 0xbfa723a914139d51a4968b882304778767048db5482c5f642ebdc78dd589b7e8, '', 0, '?'),
(0xe03c89c80f713c6e0f785fafc9ec2442, 'wp-content/plugins/wp-rss-aggregator/vendor/container-interop/service-provider/src/ServiceProvider.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/container-interop/service-provider/src/ServiceProvider.php', 1, 0x00000000000000000000000000000000, 0xdf921c88d689e227039dddac1e5b6947, 0x71c958cd015a01548cdb4ae34123dc562e0d38a44d243fc62378ad669ee119f1, '', 0, '?'),
(0xb3014da6f07f70db31cec41eed9220c8, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-abstract/composer.json', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-abstract/composer.json', 1, 0x00000000000000000000000000000000, 0xffbb516e9caaae60f4dcd06038c30bae, 0xa9c7496741041005edafc17dccf8a3c7439cf42c32453c251561988fa7a0a9f3, '', 0, '?'),
(0x61a934bfde5b4a12c763d093c583ced9, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-abstract/composer.lock', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-abstract/composer.lock', 1, 0x00000000000000000000000000000000, 0x99c78df90aeaa6b330d4b19903331042, 0x20686b82343926c729d7f5df79c7b9f64245d6fd0f44dd05ceff05d6126b0d93, '', 0, '?'),
(0x626678ada4212d7b985ea96a0690e525, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-abstract/src/AbstractCallbackCollection.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-abstract/src/AbstractCallbackCollection.php', 1, 0x00000000000000000000000000000000, 0x4770ede29a5ea76583e344ee573194ad, 0xde67a885ea8c2972cc58057e372a57f72d9092d008eb3972bb89cac743d72bd7, '', 0, '?'),
(0xb644f987bd474a8423d25beeefca6b59, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-abstract/src/AbstractCallbackCollectionBase.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-abstract/src/AbstractCallbackCollectionBase.php', 1, 0x00000000000000000000000000000000, 0xbe36d54daca8662067cfd298b2c6a023, 0x812c2afe9161c43bc0ccf8401f390b9efd15eb80e34dfa36fff73eeef4d5ec78, '', 0, '?'),
(0x9a0d20e03c4229047557b55a097ac06d, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-abstract/src/AbstractCallbackIterator.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-abstract/src/AbstractCallbackIterator.php', 1, 0x00000000000000000000000000000000, 0xe22eb386c4d1fee25940821eb5d0f6e1, 0x1e36e2041fefde31a03550f0ac70598f2d41552d269ca01608398dc91c7c5872, '', 0, '?'),
(0x67120f15815bdd89a140d45e7817ffa4, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-abstract/src/AbstractGenericAccessibleCollection.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-abstract/src/AbstractGenericAccessibleCollection.php', 1, 0x00000000000000000000000000000000, 0x65f8fb513e11cd82010fe8f4f7c3c136, 0x213c87e081d51b0b7dfe39743bcb732f8ec20b87edc4a22ba31c9a5c756f0e25, '', 0, '?'),
(0xb8c0a280a6d9aaa0a3a54880a8a966a2, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-abstract/src/AbstractGenericCollection.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-abstract/src/AbstractGenericCollection.php', 1, 0x00000000000000000000000000000000, 0xac169716d4258d99f4b07527edbdae36, 0x505654dc2a6b700c3be9d8df01958e152dd5c45d20b2f479aa3a252b6f30c37e, '', 0, '?'),
(0x1d9175a334a2f7b6e7bbbebdd1b91c83, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-abstract/src/AbstractGenericMutableCollection.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-abstract/src/AbstractGenericMutableCollection.php', 1, 0x00000000000000000000000000000000, 0x068e45b625d8fe91962be3114e576e4c, 0x9bb3c9d35103cb87d2763955fea6aac1cdc34c74d264a43f345866f928f68c12, '', 0, '?'),
(0x311b7e9c9c9fa03579c6361414abc6c4, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-abstract/src/AbstractSearchableCollection.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-abstract/src/AbstractSearchableCollection.php', 1, 0x00000000000000000000000000000000, 0x1fb30fefb3f7f1fa8b3f3db4b0f74924, 0x17538e4512335d1c60bb0e2d7b55cc7daa0c1cebe8818936deec9cd2200b15ba, '', 0, '?'),
(0xb464f617cc79d553a0c6cbaae877cc6f, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-abstract/src/AppendIterator.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-abstract/src/AppendIterator.php', 1, 0x00000000000000000000000000000000, 0x2381949cef9548f325f4b2d73347477b, 0xcb51699882e6b4f4af716967877f42734688a4c4388fd32e95b89aa2a4929dbd, '', 0, '?'),
(0x5a2fb0d06ed34d7f112e9c5b06842e6c, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-abstract/src/CallbackIterator.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-abstract/src/CallbackIterator.php', 1, 0x00000000000000000000000000000000, 0x05eba31c94824409f3f1dbd11d81b62e, 0x3c57e26e9b10b90ea515473dd2fa315498127b575303b63b3f034f9cf356f345, '', 0, '?'),
(0xfe5da9a1e13fe22ba47156a3b87fe2ab, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-abstract-base/composer.json', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-abstract-base/composer.json', 1, 0x00000000000000000000000000000000, 0x845a0c94f3b04992f2bf9947027c8a6b, 0xd5214be4efde629eb00ce1ff9caafc3eefecd16ff49997b4c84ca3f5bf0afd0e, '', 0, '?'),
(0x2b9d6ae7a910573ddbaeecd15b2b9d3d, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-abstract-base/composer.lock', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-abstract-base/composer.lock', 1, 0x00000000000000000000000000000000, 0x008afaa29a907638174006ae1dc02315, 0xaab8edb7aa378aabdee0256ba4d9b9d75ca3ad3b8ba7e97d23872403580469af, '', 0, '?'),
(0x596ed326c55058decc8505b42574b873, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-abstract-base/src/AbstractCollection.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-abstract-base/src/AbstractCollection.php', 1, 0x00000000000000000000000000000000, 0x9637383eb90254968093f921d125a5ab, 0xbaf1534c91d2b7c6084e7abd27d2d21707b6334cf0e2de0214d5108edc47b74d, '', 0, '?'),
(0xd56aa54c3e0f960268fcafc94e1298d3, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-abstract-base/src/AbstractHasher.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-abstract-base/src/AbstractHasher.php', 1, 0x00000000000000000000000000000000, 0x87bcb5d76425f93751e369a4695c33a4, 0xa8cf3c17a8dfbec2058a83209f2630483b0b9a0329843418d96b89cee377461c, '', 0, '?'),
(0xd183b983efa30d898d311c3f12f01c2e, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-abstract-base/src/AbstractIterableCollection.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-abstract-base/src/AbstractIterableCollection.php', 1, 0x00000000000000000000000000000000, 0x1cd919f6f24d86cd19adb3d4045fed6d, 0x7cd1c5e97d3668d8a867dda336367419298b1f7fcad5ecd8aa84128ce8ac93f4, '', 0, '?'),
(0x31bebbceb6e4aff86d150b20d917ad26, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-interface/composer.json', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-interface/composer.json', 1, 0x00000000000000000000000000000000, 0x394923ba9b30e037e8d6df6dda41cefd, 0x796855d218214c5d7248acbf3b4058d0f0020af7038e995b0c87db6682576e29, '', 0, '?'),
(0x0dc6c30a83f0fb1cde66dca048fc8c20, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-interface/composer.lock', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-interface/composer.lock', 1, 0x00000000000000000000000000000000, 0x39fcdd7d89a63e06645707b7a90990c4, 0xc7d201139a49e4c35d6016d9bd8479606b617be1c41c8d0e655fca378092c1b2, '', 0, '?'),
(0x6dc4d8db995f5eacdf28cee6acf90f94, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-interface/src/AccessibleCollectionInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-interface/src/AccessibleCollectionInterface.php', 1, 0x00000000000000000000000000000000, 0xb900256bbc36352a3fb8266c162d2743, 0x337fc9e913b851806d2c10e73d24c4b8c66319a7e89e22c1eb699a25358f2cf2, '', 0, '?'),
(0xe0cbfd7b04e8adf11bb4f76aa0956703, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-interface/src/CallbackIterableInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-interface/src/CallbackIterableInterface.php', 1, 0x00000000000000000000000000000000, 0x16884f9f4427cfc0bd4f56930055dbc3, 0x6b7f6190e92ba46f179ac5ef75b835a6153a10ed88aeefd296e46512a9ec2e6e, '', 0, '?'),
(0xe0b7e3c1e3e25f329cf20333627975c8, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-interface/src/CallbackIteratorInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-interface/src/CallbackIteratorInterface.php', 1, 0x00000000000000000000000000000000, 0x17c24f6be6dd6b0603f28e5de2abbd9f, 0x9292daad386dc68fcda34d0af9f23aabceb8b8460014553145773ccb5110bb1c, '', 0, '?'),
(0x5c56313d84c2b788523cbb1fd136c95a, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-interface/src/CollectionInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-interface/src/CollectionInterface.php', 1, 0x00000000000000000000000000000000, 0xf5f25532ad075067337c43227da9cb53, 0x1f57db840505fd1364487e60386a9d238aa9c526152d948d45bc4439c2f39c51, '', 0, '?'),
(0x386e84187379f1d8e58f99e793fecd14, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-interface/src/MutableCollectionInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-interface/src/MutableCollectionInterface.php', 1, 0x00000000000000000000000000000000, 0x5fed2c08c5438bae75702b91c0ea0df4, 0xb8d06658b4b3a7ffff6d74c679716ae32891173ff8e176b6baa2a968b98a9ea3, '', 0, '?'),
(0x2450b98574d0c9eff71f82bf4043ec4f, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-interface/src/SearchableCollectionInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-interface/src/SearchableCollectionInterface.php', 1, 0x00000000000000000000000000000000, 0xdd8a7a60bac038335c2b684935095275, 0xae7d7c9dc6ba09e149dd90c52699bf67dbb6a3130820421b08255b7bc4867573, '', 0, '?'),
(0x62dfefb3bf60f130dcfd70eac49cce22, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-interface/src/SequenceIteratorIteratorInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-interface/src/SequenceIteratorIteratorInterface.php', 1, 0x00000000000000000000000000000000, 0xbef390d19d69ce31b1603755558df008, 0x67baf0f45157db948b97c25bd6d6245007dfb66134f7fd04f1eefb1b3df9e8b2, '', 0, '?'),
(0x15114d833b09f80e51fa680e37ae467f, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-interface/src/SetInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-interface/src/SetInterface.php', 1, 0x00000000000000000000000000000000, 0x98309bc5aaee26e6e4cf8017ab83c11f, 0x7198df9c0e815dc70df317630b1dbd1ca02b97b30c9ddd1fc3ea1c5313857dad, '', 0, '?'),
(0x658c1603bf6e30a169dc7d89f07133cb, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/container-helper-base/LICENSE', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/container-helper-base/LICENSE', 1, 0x00000000000000000000000000000000, 0xe35994224c753c987b910b401d7d2117, 0xb51b385b5119f3e43aa8756d20a41eb0e91b3276cbc229886d4a226fe3a33400, '', 0, '?'),
(0xc4ab7d5a70eb8e9ce89abaf81db1e588, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/container-helper-base/composer.json', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/container-helper-base/composer.json', 1, 0x00000000000000000000000000000000, 0xbd95883dc0ff7cc6dc8a2bc485e407e0, 0x54a8e0ce4540431e725e756f4509cbb0a6ab915b667fa86e6a00716ca66abbb1, '', 0, '?'),
(0xdfb2bfd868767dcc2b72bd537a0d63c0, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/container-helper-base/src/ContainerGetCapableTrait.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/container-helper-base/src/ContainerGetCapableTrait.php', 1, 0x00000000000000000000000000000000, 0xacaf34f428219660786956d271c06a23, 0xa71d8559b2f215db01be0ecfbb2a68a58d1f69747f263d919b4385d8cbc30b18, '', 0, '?'),
(0x35b2954b8c117777a5e5603e7d4f181f, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/container-helper-base/src/ContainerGetPathCapableTrait.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/container-helper-base/src/ContainerGetPathCapableTrait.php', 1, 0x00000000000000000000000000000000, 0x40a68e205a2c3f313921a4bf640ea88c, 0x182525491082b51753383e63cc1a34884de0a88abeae3b6e5a387e571fd6dc98, '', 0, '?'),
(0xc019cd8a4ba49c9fcca9d83025901579, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/container-helper-base/src/ContainerHasCapableTrait.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/container-helper-base/src/ContainerHasCapableTrait.php', 1, 0x00000000000000000000000000000000, 0x4214aeaab11d0e1072e2db4aabea2561, 0x703da6e2807735fd14deff3c25ac5e39f72f6ebf9e747609a221a5237a43fbb3, '', 0, '?'),
(0x088a07e5f2abdaf6545c5c5f72e2ccf4, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/container-helper-base/src/ContainerHasPathCapableTrait.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/container-helper-base/src/ContainerHasPathCapableTrait.php', 1, 0x00000000000000000000000000000000, 0x5026fa23edf6e0e34f1ad46197d7df60, 0xcadae607ed8d6556c8c2266c49ad82e50fb791d4921735ed2d40a3b835b2d95c, '', 0, '?'),
(0xeff00560a213b2a154348ead1ec06632, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/container-helper-base/src/ContainerListGetCapableTrait.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/container-helper-base/src/ContainerListGetCapableTrait.php', 1, 0x00000000000000000000000000000000, 0x6fc468a1cf1221660aad564d36b75941, 0xd3717be09c2833adf5e0462dd995470e9002ad80ba773cb6897584aa8bc04a0b, '', 0, '?'),
(0x52c0de7bc75da48ae2d22385f276746c, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/container-helper-base/src/ContainerListHasCapableTrait.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/container-helper-base/src/ContainerListHasCapableTrait.php', 1, 0x00000000000000000000000000000000, 0x3efb63c9fbafe1258cc5f41872389fe5, 0x0abf246d596ef6f34cdfd34eda04b13d5ccac322e490054dd48d919fafd8a0a5, '', 0, '?'),
(0x3154244c456f10fc0b9849331948962a, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/container-helper-base/src/ContainerSetCapableTrait.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/container-helper-base/src/ContainerSetCapableTrait.php', 1, 0x00000000000000000000000000000000, 0xcb41883df690f46da59f05204fa6d865, 0x101e03cd164d28b30b97454bcd6035876ecc5d029a688466fcd8a4f5150417f2, '', 0, '?'),
(0x1daac50e6f28b96e534fd1835eeac69f, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/container-helper-base/src/ContainerSetManyCapableTrait.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/container-helper-base/src/ContainerSetManyCapableTrait.php', 1, 0x00000000000000000000000000000000, 0x5c9c3881106f70292ec63d46772a5bb0, 0x3e51c1ab3d808a441b891b6fb66bcd382307daa4577864cf07358b825cf86020, '', 0, '?'),
(0x9d781302c7ea68cfdc3b783f38135d24, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/container-helper-base/src/ContainerSetPathCapableTrait.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/container-helper-base/src/ContainerSetPathCapableTrait.php', 1, 0x00000000000000000000000000000000, 0xa0d5eb47bbb5c9520a80c5d3bf129ef9, 0x9b3cee3d30735c1e89de14e60ed52ad442a848e447a91397c425a4a097e234c8, '', 0, '?'),
(0x00ae3b47b73619a0c3017212a515dce7, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/container-helper-base/src/ContainerUnsetCapableTrait.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/container-helper-base/src/ContainerUnsetCapableTrait.php', 1, 0x00000000000000000000000000000000, 0x44a757317d2bc12e64c88bf800cb037a, 0x7e6bb3c661bd3699258e92f33f569644e30fb3b531904653817200a4ae7949fe, '', 0, '?'),
(0x05c4725e47719cef0ba020e73570e793, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/container-helper-base/src/ContainerUnsetManyCapableTrait.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/container-helper-base/src/ContainerUnsetManyCapableTrait.php', 1, 0x00000000000000000000000000000000, 0xaf005f0bf43e33649658dee4288e5438, 0x6cc738f06d647d36f539cd7ea9f66a16d04c3345a2736f29362f21383271f3c9, '', 0, '?'),
(0xbd25204f98f7dd2bbf395418e1516336, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/container-helper-base/src/NormalizeContainerCapableTrait.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/container-helper-base/src/NormalizeContainerCapableTrait.php', 1, 0x00000000000000000000000000000000, 0x8c23f9606332d29b7cf22303ee208619, 0xfe8220df224df2ebd773756933ad45fc6a25b259bf4e7f44dbc608eceafa8835, '', 0, '?'),
(0x70aa5f0a8f3395bd10f450240f0c0452, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/container-helper-base/src/NormalizeKeyCapableTrait.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/container-helper-base/src/NormalizeKeyCapableTrait.php', 1, 0x00000000000000000000000000000000, 0xa54eda90c8747f5eb5c1ee571d3fe7c0, 0x5731eb2f3694d717d7fa1af4353bfe34c08da2013728ee456a2d4ef4c3d9c7dc, '', 0, '?'),
(0x3fd1166d2a03443aa3738a9866f4b4af, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/container-helper-base/src/NormalizeWritableContainerCapableTrait.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/container-helper-base/src/NormalizeWritableContainerCapableTrait.php', 1, 0x00000000000000000000000000000000, 0x516942e56f77db4adc8a881141fc4768, 0x8339e973e9a33e473441934c91fb054628ca63ba94d709a2f41bc8e40b0cc3be, '', 0, '?'),
(0xfa5c363ed3667377d2ed8a6ad1796452, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/di/.gitattributes', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/di/.gitattributes', 1, 0x00000000000000000000000000000000, 0xf9d68ff4eb9b936b45e0ceaaebf9af1e, 0xe455e75e0a6ed2bc98bb32fe498eaf361afa2f9c0433ddf442f3f905ddd6daf9, '', 0, '?'),
(0xfdb131daec9ada8fab7a8b0db837810b, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/di/LICENSE', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/di/LICENSE', 1, 0x00000000000000000000000000000000, 0xa8f084d45e6a07f626a0840a8cff5ffc, 0xa0fe7932efbd193a78a354b819bbb64039c3de7017aed9b2175351890a3815bf, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xc51c09e9095ea9fb68e4e1d97de168e2, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/di/composer.json', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/di/composer.json', 1, 0x00000000000000000000000000000000, 0x85451cb73d9936dff23965137a40e430, 0x011df4ba1e27405a2a79ea2da60a11735489a1fefeac9b47455d35feaaaed837, '', 0, '?'),
(0x209ec869bb80561270e2bde4192a498f, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/di/src/AbstractContainerBase.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/di/src/AbstractContainerBase.php', 1, 0x00000000000000000000000000000000, 0x6c98724b614e9a7dc0c8d1079508525b, 0x7938694e053d3b6af80b14d6de3af7dff71384e8773be100731f1664bab6116c, '', 0, '?'),
(0xbd72ad10af5ebd270844600fc98b4951, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/di/src/CompositeContainer.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/di/src/CompositeContainer.php', 1, 0x00000000000000000000000000000000, 0xe31dc0c54cdb097ef56fe970e82a5e7b, 0xafc30b09141529ae371e3da898d1fb5d1495cd63fb6a865cb9750d4dd9247c8f, '', 0, '?'),
(0xe2fbf462d568b3fc527116e9c3042460, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/di/src/Container.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/di/src/Container.php', 1, 0x00000000000000000000000000000000, 0x78988eceaa35c09ce41c8138be912d20, 0x00ab62b3e3096f93ea525543ef679f8a0f2ac29cc048b2a970b777bb6bc443ca, '', 0, '?'),
(0xcea30d839b0add30fe7c2c55e81a1a71, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/di/src/ContainerWithImmutableParent.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/di/src/ContainerWithImmutableParent.php', 1, 0x00000000000000000000000000000000, 0x577f52fbdd36bd13c67eec091e6377b3, 0x6d9ddf2a6c2603a78f73aaecec31b00ba0717e2ac0d05b536790e7251fbfd6d7, '', 0, '?'),
(0xdfa073f1b5ba48611ca395d012744302, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/di/src/ContainerWithMutableParent.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/di/src/ContainerWithMutableParent.php', 1, 0x00000000000000000000000000000000, 0x3f8eb7142a66e34a38ecb57451bcc94b, 0x14ab1dce1c886b74afd67422377efecacfcbe31ccd6a2c14a755d7087c76928b, '', 0, '?'),
(0x2491110f6513137ccc4c8d0635f73c42, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/di/src/Exception/ContainerException.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/di/src/Exception/ContainerException.php', 1, 0x00000000000000000000000000000000, 0xfd853f9e5afaade304f5a0bd22caf908, 0xd4583793946d88ec127dcddd819f91b3ec86b9d69a3d5bd4a88eb4c98bc7c2db, '', 0, '?'),
(0x345e21a26351f9bb86f4a06737efb859, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/di/src/Exception/NotFoundException.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/di/src/Exception/NotFoundException.php', 1, 0x00000000000000000000000000000000, 0x991db6d906cd21ee2cceffb3deece271, 0xe4c4df9b474428c16d0f0b163ac4ceefeb3a41e23e5a3bbb194ec8d3e44b6fc3, '', 0, '?'),
(0x70376cc65a69f1f3366bcb15e9beefbb, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/di/src/ServiceProvider.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/di/src/ServiceProvider.php', 1, 0x00000000000000000000000000000000, 0x45e0bb36554b17c661acb15f0994a3ce, 0x7eb2c60a97853f3bde3084f7417b61860ed49a39ba50c62f5e92642b44a7bc3a, '', 0, '?'),
(0x0c1aebc803f45303b2014fce353ea127, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/di-abstract/LICENSE', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/di-abstract/LICENSE', 1, 0x00000000000000000000000000000000, 0xa8f084d45e6a07f626a0840a8cff5ffc, 0xa0fe7932efbd193a78a354b819bbb64039c3de7017aed9b2175351890a3815bf, '', 0, '?'),
(0xe4b3037bd65be991adcd789cc7bac951, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/di-abstract/composer.json', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/di-abstract/composer.json', 1, 0x00000000000000000000000000000000, 0x86ce9fb180a039b55bf36eea5ce93fb0, 0x3c2e8b31666ad8449b1631160f3f5cb635f655a4d40e8f0322e267aad3cbb37d, '', 0, '?'),
(0xc7e9459c4df613c51b4ff370c03e4880, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/di-abstract/composer.lock', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/di-abstract/composer.lock', 1, 0x00000000000000000000000000000000, 0xc7820918ef5a23dfd790f8605e7eec2a, 0x09b2e09c6b57932432ed74e98701b342c24c7c9185bbf9c5c8da5a0835bd0fe0, '', 0, '?'),
(0x23d8a11cad497d25d22774cff601e425, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/di-abstract/src/AbstractCompositeContainer.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/di-abstract/src/AbstractCompositeContainer.php', 1, 0x00000000000000000000000000000000, 0x7ef83460e00351b2dfe1d8d9f01a1dd8, 0x6a3a9df615bdff5b9b674737bce74c3a0314dcccd01e3763637ac7e414bdc403, '', 0, '?'),
(0xdd7929a5d3db1d8d5d6b422f8c81c99f, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/di-abstract/src/AbstractContainer.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/di-abstract/src/AbstractContainer.php', 1, 0x00000000000000000000000000000000, 0x08da9c5277fb03437a78827e8744d95e, 0x3fe59bdfb7601be2090a70364abd7b28d9e5996f91dbacb0c3c0f193bcdd4e83, '', 0, '?'),
(0xde33c0aed89e8c2ce46a68541b1f6d69, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/di-abstract/src/AbstractParentAwareContainer.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/di-abstract/src/AbstractParentAwareContainer.php', 1, 0x00000000000000000000000000000000, 0xbc95feca2c39adb128e43b00eb2e72a0, 0xeb418c8884a18a0703eb8e2c6fb31d316b5e12169ba69605eaad070bc2e10316, '', 0, '?'),
(0x51303307deb02a2120527861a067f84a, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/di-abstract/src/AbstractServiceProvider.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/di-abstract/src/AbstractServiceProvider.php', 1, 0x00000000000000000000000000000000, 0xce7420f0ff891ef8000a50940cb28890, 0x537f26c40104f6866d20f1154329099b7a7c14a97133c5cee6e297cc18e576fd, '', 0, '?'),
(0x8390945a553cb630424b1ee9a4db65e9, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/di-interface/LICENSE', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/di-interface/LICENSE', 1, 0x00000000000000000000000000000000, 0xa8f084d45e6a07f626a0840a8cff5ffc, 0xa0fe7932efbd193a78a354b819bbb64039c3de7017aed9b2175351890a3815bf, '', 0, '?'),
(0xc0476f809e17f6ed5d5db7f16ed84cd3, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/di-interface/composer.json', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/di-interface/composer.json', 1, 0x00000000000000000000000000000000, 0x7f8908aa350c0252cf17032dc6a2f197, 0x2d7909d4926acd2b0bde57292980345106dfb9fdf134a0d956bcba5384fef539, '', 0, '?'),
(0x9eed9610e51d5506b3d571c0bff18ce6, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/di-interface/composer.lock', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/di-interface/composer.lock', 1, 0x00000000000000000000000000000000, 0xad2673e9984c06d35cc29d88c50f0c61, 0x6299f174de4353ca0a69b069b1cd07dc4b8574415909c0fe53e6055e812c6a69, '', 0, '?'),
(0x49fe3182b9cd9e91f55a717e637df99a, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/di-interface/src/CompositeContainerInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/di-interface/src/CompositeContainerInterface.php', 1, 0x00000000000000000000000000000000, 0x865b0aec8ebe967a33482a4246b30832, 0x79f74fd02de4378cf939f1eb2fc4f4af7349ce1b9f160074e81eda79144f6b39, '', 0, '?'),
(0xfecf168022a44bed0e3d9ac3d95d2f94, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/di-interface/src/ContainerInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/di-interface/src/ContainerInterface.php', 1, 0x00000000000000000000000000000000, 0x6231be48634d8c09320f1231e1637411, 0x144cbaff7104258fd90d9e840b6ee90cbf7fd757581d84fc35dc09e249a99707, '', 0, '?'),
(0x786804f4b4fde1758e848c02161fa361, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/di-interface/src/ContainersAwareInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/di-interface/src/ContainersAwareInterface.php', 1, 0x00000000000000000000000000000000, 0x7ed56c0d127a61533fa08b05f673132e, 0x164c451737622bf759d46fc8681900ecc597e8301d3f2bc7fabfe6553db2c6c6, '', 0, '?'),
(0x6428cedaa9a2a9b03cb164fe64a50fcd, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/di-interface/src/ExceptionInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/di-interface/src/ExceptionInterface.php', 1, 0x00000000000000000000000000000000, 0x6f0590b3b24b8dc4c88a4703bfaf4fe9, 0x1b1d3f190a72196c9513bff02af041e969b2f038c9feaaa65ac8f59f6fdc1fff, '', 0, '?'),
(0x68f468b04c8bc5005474d06e025b566f, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/di-interface/src/FactoryInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/di-interface/src/FactoryInterface.php', 1, 0x00000000000000000000000000000000, 0x7ff0e4ec977a9809fa3b88922f497282, 0x9bf495026315a59417a6f910387f4599988e5fd9b111c83d37ea9d32a356c4eb, '', 0, '?'),
(0x784de4a64546a77f9b7c9f62e4ba0199, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/di-interface/src/ParentAwareContainerInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/di-interface/src/ParentAwareContainerInterface.php', 1, 0x00000000000000000000000000000000, 0xf82980c66e812655012b50647d9a938d, 0xee6b6b71a0f670fde1d64aec2b8a694f61906a233fe8e0f0d47fbe7a5efbcc24, '', 0, '?'),
(0x3cc9a6a84d25f5b9308f25c6ceb71d35, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/di-interface/src/ServiceProviderInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/di-interface/src/ServiceProviderInterface.php', 1, 0x00000000000000000000000000000000, 0x814fe902d9f8ed808173d32bfea9f340, 0xdbd2709297c5ac9ada3c54a3795ef0bbfcdd749c0ca5bb709fee21f8f0c5f0df, '', 0, '?'),
(0x3704f860d3e10d7e6d9c21de71ed3f8a, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/di-interface/src/WritableCompositeContainerInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/di-interface/src/WritableCompositeContainerInterface.php', 1, 0x00000000000000000000000000000000, 0x789b2fd5a79a203ed3981e6fead5af54, 0xd3e50c4b04418f63ff57a80f11cdce9c9792a655ba23a39c1118d62d43e86d14, '', 0, '?'),
(0x792766674d763725f6591ad69f793db9, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/di-interface/src/WritableContainerInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/di-interface/src/WritableContainerInterface.php', 1, 0x00000000000000000000000000000000, 0xb561fc0b01764ff12168b6e473c0d720, 0x6eafaefa5a301d8bdb3a26cb025c0826c41685854230d6c610857dbe67d32837, '', 0, '?'),
(0x7477406e2dfae67b2660297b1fde8a26, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception/LICENSE', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception/LICENSE', 1, 0x00000000000000000000000000000000, 0xd7da2f901e497d6708deb59ca431d369, 0x79a5446a56018ca0e821b774fe61384fb9ff6437771920ea32845350f9f5b319, '', 0, '?'),
(0x8cd5fd8025ff7d4b091baa084af31b42, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception/composer.json', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception/composer.json', 1, 0x00000000000000000000000000000000, 0x3425f154f406ebecc103e9bef427d9df, 0x1ab761e8e268e113f13c4075d12e9d1c7b3dd52fffab9da39f2d211d7b95f9c4, '', 0, '?'),
(0xa3f0c9c79c32424a9f28b1548eeb9551, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception/src/AbstractBaseException.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception/src/AbstractBaseException.php', 1, 0x00000000000000000000000000000000, 0x6378ac5ce36355742ed1664c73f7bcc7, 0x306ef60a43021a1d5a5d5f41fa6d7ed10bfcfd3f92aada7a3bddec327d8360ec, '', 0, '?'),
(0x91e1486934fc73b205484b74db1fe684, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception/src/CreateExceptionCapableTrait.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception/src/CreateExceptionCapableTrait.php', 1, 0x00000000000000000000000000000000, 0x31506090f1de155001dc4069d4eae01d, 0x19259ee159394e9e8fd10151bb098be44fff9f920b781fc712e49800d469ff56, '', 0, '?'),
(0x99b8f385239270768929850b6f5ce9c9, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception/src/CreateInternalExceptionCapableTrait.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception/src/CreateInternalExceptionCapableTrait.php', 1, 0x00000000000000000000000000000000, 0x94917454cf6174f05e0d5d3a40ad7652, 0x21c85378939557da692fd0e1d4e2b57e34d4282aa7aa19123ecc8d7ed1cbdc43, '', 0, '?'),
(0x6fbea7e41e519d2e2a0d3d18ea28bcb3, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception/src/CreateInvalidArgumentExceptionCapableTrait.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception/src/CreateInvalidArgumentExceptionCapableTrait.php', 1, 0x00000000000000000000000000000000, 0x2049848c40c8b3e192c4f4b18f5086b7, 0x631fac6be10f3f184301829cec8b27e576fff1db8c9f3e0a641935ae7ba29134, '', 0, '?'),
(0x5113eff4f1a2684716c51e5dc6bbeafb, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception/src/CreateNativeInvalidArgumentExceptionCapableTrait.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception/src/CreateNativeInvalidArgumentExceptionCapableTrait.php', 1, 0x00000000000000000000000000000000, 0x61ecdab4af28bb134ed994c39cadaed0, 0xe67d80c04e12c4e5e2c73b8c8e69c7b0b64ef34c733fd600d98428d37881ff51, '', 0, '?'),
(0x68dbc860276f2c701279fbbd66f36348, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception/src/CreateOutOfBoundsExceptionCapableTrait.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception/src/CreateOutOfBoundsExceptionCapableTrait.php', 1, 0x00000000000000000000000000000000, 0xcb61dcbea0b3ab7478b446ad0df041ee, 0x558f96cceb295d99c4d7d4b6100e12db32d6870672f759f668cd01b9b59c157f, '', 0, '?'),
(0x9bf474f88fc3c7e658dab150ed6d8ba8, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception/src/CreateOutOfRangeExceptionCapableTrait.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception/src/CreateOutOfRangeExceptionCapableTrait.php', 1, 0x00000000000000000000000000000000, 0x30ac657ff9542d2a04b50699c2d2ea6e, 0x8de09305bfddc02985f6a0470553838ac1886b0a0eb635a405763ef2222135fd, '', 0, '?'),
(0x59e7ed7313208c28029c153802876e18, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception/src/CreateRuntimeExceptionCapableTrait.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception/src/CreateRuntimeExceptionCapableTrait.php', 1, 0x00000000000000000000000000000000, 0x1eaeb8dc28d78ef624739c4aedf78b29, 0x4ccd5f9211aebf07734ffcf66871b02fd42e8eb8b9dabf0531d1bcb2d3e62e3a, '', 0, '?'),
(0x0584b81c9300742e77fab5a6d45d4bbb, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception/src/Exception.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception/src/Exception.php', 1, 0x00000000000000000000000000000000, 0x37f7fb27c9085de9eefb3eb491edde0c, 0x36a35c4b425767a25bb2dd24b1ff70365ec1cb554902fbe7d2b6aaf33a5d5be9, '', 0, '?'),
(0xa22dd0efb19244fcdfc32bf3734cb1db, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception/src/ExceptionTrait.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception/src/ExceptionTrait.php', 1, 0x00000000000000000000000000000000, 0x0f96f884dedaf63204a5dcaf75435b1d, 0x15afdf0c08dffc6d3e8b3b12f0f9c052c399e38f0544d3ac2432cf174035ca0e, '', 0, '?'),
(0x92d941cd59a208a0a55722d431f435fa, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception/src/InitBaseExceptionCapableTrait.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception/src/InitBaseExceptionCapableTrait.php', 1, 0x00000000000000000000000000000000, 0xf07c550cc7c72491a8b730f30fa07313, 0x983860a387887d528b06f893fab7b7a6fa292aaed62f1ef7d67c3350bac1db7a, '', 0, '?'),
(0x2972ea2ceaaea8f1a69fdc65d1a1886c, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception/src/InternalException.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception/src/InternalException.php', 1, 0x00000000000000000000000000000000, 0xb7ca4bc105344f014add771a906ff3f7, 0x9a57b90cf0ad5e8188684f61022c0e925ad0816705551e28ffacea8fc6de1a8f, '', 0, '?'),
(0x494f163b2bcea10a82d42daafd08d991, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception/src/InvalidArgumentException.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception/src/InvalidArgumentException.php', 1, 0x00000000000000000000000000000000, 0xcdb46b7af90073ea2e5e50b804fa0259, 0xac72cb3b2c5fab8d4713772fac5da554641f60a43546eed122993035da12d1e2, '', 0, '?'),
(0xb34ba292bc41db4f930c3150296668ec, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception/src/OutOfBoundsException.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception/src/OutOfBoundsException.php', 1, 0x00000000000000000000000000000000, 0x94896ef254961688c1eda2e0cf36acf1, 0xad42770c5a8ebf0b1b552545b3a11b33f16a08336d031425fc78c68496e8bd8c, '', 0, '?'),
(0x71049b7143174faaaa3c8f64f2c111ab, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception/src/OutOfRangeException.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception/src/OutOfRangeException.php', 1, 0x00000000000000000000000000000000, 0x97081302fc41e4be83c5a2c2175abe1f, 0x852a2da23016918b504c0b0e933f261fc9ad095be3bf683843f52ac4d78e01ad, '', 0, '?'),
(0x61a9fb28ec0e67f44c801e6c8026844b, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception/src/RuntimeException.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception/src/RuntimeException.php', 1, 0x00000000000000000000000000000000, 0x0c97a33d0646e9d17bdedc3088b5736c, 0x71543992e8e6cde7882d4a1858f7ae6624df1f3212a95d7c25ddb4b319762a0b, '', 0, '?'),
(0xf47296e76fd84213b925d05ed7125faa, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception/src/SubjectAwareTrait.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception/src/SubjectAwareTrait.php', 1, 0x00000000000000000000000000000000, 0x129b2359c7cfba57201d97e23d1dbba5, 0x4f87b01648b461fc0adcc2b5dc2781c2bd63284aa229ac27dd3e9b0fe05b6651, '', 0, '?'),
(0x35b576c5cffdd6eedb36f22f3b511f17, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception-interface/LICENSE', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception-interface/LICENSE', 1, 0x00000000000000000000000000000000, 0xd7da2f901e497d6708deb59ca431d369, 0x79a5446a56018ca0e821b774fe61384fb9ff6437771920ea32845350f9f5b319, '', 0, '?'),
(0x4268c2067ccb483a9c2ae072a5175f14, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception-interface/composer.json', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception-interface/composer.json', 1, 0x00000000000000000000000000000000, 0x1445296ee163d0a631f62e81a4de15b1, 0xd39a651e0f8861bfcffb25d1ad6a69ad337d72a0ec23555fdc41bc0a441c0cb8, '', 0, '?'),
(0x86c6603b0ff47e704901239a7a0c3841, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception-interface/src/ArgumentCodeAwareInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception-interface/src/ArgumentCodeAwareInterface.php', 1, 0x00000000000000000000000000000000, 0x8143c1d67462f1a9bd8c16b3b5e3e6f9, 0x03d79864df86b45a91e87ffaadc69c2e32ad68779c47bfc89e0dce0b412d7510, '', 0, '?'),
(0xc816aa5d4e2d00259370e867e44ce4d8, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception-interface/src/BadSubjectExceptionInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception-interface/src/BadSubjectExceptionInterface.php', 1, 0x00000000000000000000000000000000, 0x77264234a6b0fbfd4f88eb9b420e8f29, 0x98c3f61c1603c327c0a2adbdd64fc6c5519fad200c481bb214dd82b26c19c3a0, '', 0, '?'),
(0x0d407f1aeb793a7dd001c5ea5eb97e51, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception-interface/src/InternalExceptionInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception-interface/src/InternalExceptionInterface.php', 1, 0x00000000000000000000000000000000, 0x0d3d59f9308c7d8bd8e334a93c211257, 0x0b3cd5be0adef758b75d5fa3bcb1c4783a6a4acabf2fff72cc6b0ed898207e27, '', 0, '?'),
(0x9638573442d4856e3abde1a589e13fb3, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception-interface/src/InvalidArgumentExceptionInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception-interface/src/InvalidArgumentExceptionInterface.php', 1, 0x00000000000000000000000000000000, 0x19e6fc05db1834583931f2d21e7deae3, 0x0b9d67c201c3430ded56713cf10472fa13835d59be3a1fee558d31978f6ed4a4, '', 0, '?'),
(0x4042baf1f3e4749e44022c8ea6b9ccfd, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception-interface/src/OutOfBoundsExceptionInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception-interface/src/OutOfBoundsExceptionInterface.php', 1, 0x00000000000000000000000000000000, 0x8b400ca9a684618ec6357728e4011c02, 0xa8160364b1935156134afec5df6e3aa26ae01f6557f694c037682c1bbdcfbdfc, '', 0, '?'),
(0xf9d2ce091d40d2dffb1308583f80cacf, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception-interface/src/OutOfRangeExceptionInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception-interface/src/OutOfRangeExceptionInterface.php', 1, 0x00000000000000000000000000000000, 0x8ac6c8dc1a876e2d2627ee72d9fe91e2, 0x35b477502e1a3a6c13b6ae31c49fb5ca6fce9a33e8781753797f25c2c6c3861e, '', 0, '?'),
(0x81b75b36551eee116abbc7550c18a047, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception-interface/src/RuntimeExceptionInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception-interface/src/RuntimeExceptionInterface.php', 1, 0x00000000000000000000000000000000, 0xa530655fb44bb379a29beca86c3655d5, 0x2919003e3d8220a24057889ff367cf3aa96dcfddfe4babf33dc0327e5b51e7ba, '', 0, '?'),
(0x54521dd8329205c08985eb02c363c7b3, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception-interface/src/ThrowableInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception-interface/src/ThrowableInterface.php', 1, 0x00000000000000000000000000000000, 0x95e1f4188a253aff93a236a4be6d0f1c, 0xcb274c12528ce2729460e121b9c159d97eef5e5559aecb8b72e239775b9f76d7, '', 0, '?'),
(0x61b377a36a4c16101a1fbff660aaa835, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/factory-interface/LICENSE', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/factory-interface/LICENSE', 1, 0x00000000000000000000000000000000, 0x5cfba0927866b3d70a2da6a5eaefe245, 0xd908c30af65f1d2f905c35d371b98d9f38d25462eb0f410772bd94d98a32254b, '', 0, '?'),
(0xb747d17747d567e6b783dc652d7298fb, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/factory-interface/composer.json', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/factory-interface/composer.json', 1, 0x00000000000000000000000000000000, 0xad0e339387c86202a6e97178cb9f2292, 0x99ecc5e326ff0670bbe7162efec372cac85c850fa9479059794a118768424467, '', 0, '?'),
(0x2403134d6c4a62ccdec3a0dcab8ca7ef, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/factory-interface/src/DataObjectFactoryInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/factory-interface/src/DataObjectFactoryInterface.php', 1, 0x00000000000000000000000000000000, 0x1069daf9bfd2c6acc56af315e21837c8, 0xca07746231535df4f49d7f763eead645bcfa22de5296462b2aaa3030e1d37cce, '', 0, '?'),
(0x34a797cfaed72e5e450f5871aee3ce0f, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/factory-interface/src/Exception/CouldNotMakeExceptionInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/factory-interface/src/Exception/CouldNotMakeExceptionInterface.php', 1, 0x00000000000000000000000000000000, 0x775620216a99a421591daf17af485437, 0x789cb12f185a9b80b9dc5001376c6c65cbaeae9a3bfac0e05939ee4ff4857531, '', 0, '?'),
(0x3da58d7eae3c8c55a0556eb7a52e6729, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/factory-interface/src/Exception/FactoryExceptionInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/factory-interface/src/Exception/FactoryExceptionInterface.php', 1, 0x00000000000000000000000000000000, 0x35b289febe02bfae1ea2a633061b775b, 0x74addc7a9f40f03a0232a738da986be0bae4baf77de61ac638805d48df490fba, '', 0, '?'),
(0x12232a8654d0381152624662d3f374c0, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/factory-interface/src/FactoryAwareInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/factory-interface/src/FactoryAwareInterface.php', 1, 0x00000000000000000000000000000000, 0xfd3c3a941a1318c8b2ce3f851384911a, 0x78f6a716321888fae97095c9be2631f368c2465f22a9ff3ee9648fa3aacf6c8a, '', 0, '?'),
(0xb25e2044e7663097e5f8155558d6f99b, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/factory-interface/src/FactoryFactoryInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/factory-interface/src/FactoryFactoryInterface.php', 1, 0x00000000000000000000000000000000, 0xa957ae19678c04b7758f73057044ed1e, 0x8a898f965effb23b398c3b6a68044d343fdfe116592093a11366ea63ef60a1eb, '', 0, '?'),
(0x63f867d2a5406db418b47019aca177ec, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/factory-interface/src/FactoryInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/factory-interface/src/FactoryInterface.php', 1, 0x00000000000000000000000000000000, 0x95b042645185327db652ad4029679b2b, 0xce75b2598b9aa49726a2d8086003330a768950be041c265d8ed67a8c002cb833, '', 0, '?'),
(0xc73369d3abd499ee2b07233ea256fdfd, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/i18n-helper-base/LICENSE', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/i18n-helper-base/LICENSE', 1, 0x00000000000000000000000000000000, 0x5cfba0927866b3d70a2da6a5eaefe245, 0xd908c30af65f1d2f905c35d371b98d9f38d25462eb0f410772bd94d98a32254b, '', 0, '?'),
(0x60297606e45beb90d9876401dba26019, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/i18n-helper-base/composer.json', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/i18n-helper-base/composer.json', 1, 0x00000000000000000000000000000000, 0xe7b9b1fc3a1f100a6882e1f8e9fbccc5, 0x3215fbc48faf81d707f9fd13bbbb68b9c7d206ccbfe957e0a905da3e8e1909be, '', 0, '?'),
(0xda48c33bcda219e19e5453be588087d4, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/i18n-helper-base/src/StringTranslatingTrait.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/i18n-helper-base/src/StringTranslatingTrait.php', 1, 0x00000000000000000000000000000000, 0x297a6751829850b8343faa0824ed42b3, 0x32d8e83ae03c36f261d24ccbcb28fe36a14d9e6882d4cc2f4c2e43f2617cf7ab, '', 0, '?'),
(0xbe523281da02698970da6c6271c1b935, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/i18n-helper-base/src/StringTranslatorAwareTrait.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/i18n-helper-base/src/StringTranslatorAwareTrait.php', 1, 0x00000000000000000000000000000000, 0x65631e3a417a52addc3740b486afda8a, 0x4415f2544f794749fe632f35bf95d0e7c94c15d76f4cb17dc949c6f776874573, '', 0, '?'),
(0xd73f4c86b04149474a0dee12b4516a88, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/i18n-helper-base/src/StringTranslatorConsumingTrait.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/i18n-helper-base/src/StringTranslatorConsumingTrait.php', 1, 0x00000000000000000000000000000000, 0x28f457948d69594c95fce211b4f69ab8, 0x4dd564487939773a3e117c024c86328238d3cf9f7dd00f3032b4e27e6ab2fd8d, '', 0, '?'),
(0x3a091b681d8b6d8ac739dcd5fe1fd76b, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/i18n-interface/LICENSE', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/i18n-interface/LICENSE', 1, 0x00000000000000000000000000000000, 0xe8ff90d169d7085dfae0c75976bafb05, 0xfcccd6d1bb9ca217051c2f32d464a9c7eadfd9d13f39ad908bacb41cb37a6328, '', 0, '?'),
(0x8ebdaf22ae948e3afbefa27d3e17fc3c, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/i18n-interface/composer.json', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/i18n-interface/composer.json', 1, 0x00000000000000000000000000000000, 0xcf64cae9e1f2e44d349a9b7967ea8302, 0x15c073afa8edc43548d8b84c79ef6e144d444730f106a3e9dcb013a615c1b246, '', 0, '?'),
(0x49d5185b05558ca3cbac27842b8f3c04, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/i18n-interface/src/Exception/FormatTranslationExceptionInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/i18n-interface/src/Exception/FormatTranslationExceptionInterface.php', 1, 0x00000000000000000000000000000000, 0xfea9b55bccc69e4e59cbec4c7f76a71d, 0x77471b7055590f1b1ca8d945fee535e818baa05a8c04df5bf89a688df72b0f11, '', 0, '?'),
(0xbe618e33afe3928dc153b6b289b31863, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/i18n-interface/src/Exception/I18nExceptionInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/i18n-interface/src/Exception/I18nExceptionInterface.php', 1, 0x00000000000000000000000000000000, 0xa8bd954939aa8df30beb07f82192b680, 0xb62ca3a7ef2bf680dcb950c07c2e70d52ff36775be383c4752c09de9794a0899, '', 0, '?'),
(0x9bb84772012bb15bd6cad0b2e8abe0ed, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/i18n-interface/src/Exception/StringTranslationExceptionInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/i18n-interface/src/Exception/StringTranslationExceptionInterface.php', 1, 0x00000000000000000000000000000000, 0xe75df6cf85150be4ada289a3633e79e5, 0x0c7d4b586bd672cbf9d19cd0845eef4dfa380bdc60f6def68fd9601c2fd5836e, '', 0, '?'),
(0x1b43ace499e86da388c846106df118da, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/i18n-interface/src/Exception/TranslationExceptionInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/i18n-interface/src/Exception/TranslationExceptionInterface.php', 1, 0x00000000000000000000000000000000, 0x5c6971fff382ea1eaf091e3fae0313dc, 0xfe19927a2eaf476e3003132acfe63ba93446185177f7fce0f06d8ae760e7dca9, '', 0, '?'),
(0x7ee0ffb44d77db876ab3c25ec3bf980d, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/i18n-interface/src/FormatTranslatorInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/i18n-interface/src/FormatTranslatorInterface.php', 1, 0x00000000000000000000000000000000, 0x1e68b9618a329adcc86b782c6b9bc9ee, 0xfc3216bf9dc72ec3be46b33fac3f79331e93fd883d967a15b1bc1623644f679a, '', 0, '?'),
(0x24d31857ba2a9befb6b3c637a04894c1, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/i18n-interface/src/StringTranslatorInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/i18n-interface/src/StringTranslatorInterface.php', 1, 0x00000000000000000000000000000000, 0x9fc4b3a78b980af8072c93144c69c577, 0x575f5298bbf54092d990c5e5751028f1b41427533554798794e8bfff0fc5746b, '', 0, '?'),
(0x86161d9d339238283c2522d9c99bd883, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/i18n-interface/src/TranslatorInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/i18n-interface/src/TranslatorInterface.php', 1, 0x00000000000000000000000000000000, 0x029dbd554a2ad6aafb8d403ba63485e9, 0xe59301d8423f3b5cf7d7b0eb104b534b2112834ab75ae9a2c76c5b6eec6c7325, '', 0, '?'),
(0xab34930950f77a67a0e75f8a5e50468c, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/iterator-helper-base/LICENSE', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/iterator-helper-base/LICENSE', 1, 0x00000000000000000000000000000000, 0xd7da2f901e497d6708deb59ca431d369, 0x79a5446a56018ca0e821b774fe61384fb9ff6437771920ea32845350f9f5b319, '', 0, '?'),
(0xf436b41644498f5ff4c8d82e7e192f95, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/iterator-helper-base/composer.json', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/iterator-helper-base/composer.json', 1, 0x00000000000000000000000000000000, 0x121569e2297938e9461e6e338ab4d9e1, 0xeb77939d074011f314ee6362f0ff0fddc0801c24857a95c94be9e976b4aaf3e9, '', 0, '?'),
(0xe9918a06fcd8113b7085ea2b60fb15c9, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/iterator-helper-base/src/CountIterableCapableTrait.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/iterator-helper-base/src/CountIterableCapableTrait.php', 1, 0x00000000000000000000000000000000, 0x4ca62029e74efa38c9036a365bd3ba45, 0x8daf49b6312757da122d91276698558e4d92ee99ea31028e12b25b01c4e0b5a4, '', 0, '?'),
(0xaa3fcc7d576426825c0d1208f75fdb61, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/iterator-helper-base/src/MapIterableCapableTrait.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/iterator-helper-base/src/MapIterableCapableTrait.php', 1, 0x00000000000000000000000000000000, 0x4489f97d3bf77d9e132095ae34c591ca, 0xa62aea1e07e0452f319bcd2717a03b28154592f8509e343eeb763524b29b20f8, '', 0, '?'),
(0x872e855f808a60eaf10c406dfd8e9f74, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/iterator-helper-base/src/NormalizeIteratorCapableTrait.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/iterator-helper-base/src/NormalizeIteratorCapableTrait.php', 1, 0x00000000000000000000000000000000, 0xbd5ae36dee64196628ab63308322e855, 0xcc83c1082bb6fb39a7f388233d22abf86b983aa57a69826e3465cc883a0562ee, '', 0, '?'),
(0xc6e8f3d6a853980e3794b02029f6bd90, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/iterator-helper-base/src/ResolveIteratorCapableTrait.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/iterator-helper-base/src/ResolveIteratorCapableTrait.php', 1, 0x00000000000000000000000000000000, 0x2f37cd5894d4e5dcd1a8fb1237a97072, 0x14307025333c9ec718aa622de3eef0d16d1f916c7c414012636dfbcbc17c69c0, '', 0, '?'),
(0x56c385e3c6b27fa4a351e9eec74ffe37, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/normalization-helper-base/LICENSE', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/normalization-helper-base/LICENSE', 1, 0x00000000000000000000000000000000, 0xd7da2f901e497d6708deb59ca431d369, 0x79a5446a56018ca0e821b774fe61384fb9ff6437771920ea32845350f9f5b319, '', 0, '?'),
(0xe3cf98c27878b42dd14e5de22b0678ba, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/normalization-helper-base/composer.json', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/normalization-helper-base/composer.json', 1, 0x00000000000000000000000000000000, 0x674787b76f63b78dd5fccc38b187675e, 0x58330fd75eee2753f3406d6895bf689fc177cd48f537108a08dddf8e2aa3da10, '', 0, '?'),
(0x68d0a59c749fe21d140511cffc9a9252, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/normalization-helper-base/src/NormalizeArrayCapableTrait.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/normalization-helper-base/src/NormalizeArrayCapableTrait.php', 1, 0x00000000000000000000000000000000, 0x902928b27ad86e22a6837fdd8ee1bec8, 0xf576e87d467bd21d9e8858499fbd0ddbc10021ceeb1bff9c74b4eccb8ed438be, '', 0, '?'),
(0x033c12652bd1c423e0c9f308a6ff301f, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/normalization-helper-base/src/NormalizeIntCapableTrait.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/normalization-helper-base/src/NormalizeIntCapableTrait.php', 1, 0x00000000000000000000000000000000, 0xdae345ff26370a1e9eb590c90397e5db, 0x7e7de2cc6305c63cdda40888e44ab6cc2b82e51ffb14d5bef4a5f66181126917, '', 0, '?'),
(0x7d863d2191eff829162ac62364f1ced3, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/normalization-helper-base/src/NormalizeIterableCapableTrait.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/normalization-helper-base/src/NormalizeIterableCapableTrait.php', 1, 0x00000000000000000000000000000000, 0x0c0c0305fdbeae51c52817351e86d187, 0x935a237cde4ce881c5f32f8867802749d50738b8a330849e47bf10d2023e0416, '', 0, '?'),
(0x68aaab3c55dff9b5c3c10cd089e367e4, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/normalization-helper-base/src/NormalizeStringCapableTrait.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/normalization-helper-base/src/NormalizeStringCapableTrait.php', 1, 0x00000000000000000000000000000000, 0xfa92204aa9f4319a87718f6b66e21507, 0x0be87be130223ef325f2ee4ffe6dd47bc9d0e496195770632257cd4bfa801971, '', 0, '?'),
(0x25a4cf5cb2fe628f1199c49c677cb262, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/normalization-helper-base/src/NormalizeStringableCapableTrait.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/normalization-helper-base/src/NormalizeStringableCapableTrait.php', 1, 0x00000000000000000000000000000000, 0x6205a70e32be3acafc5e1543a716f9de, 0xe74434b37f0a9a72579072b33e6d70090d7e6b0a97f4bc85f35da8b0a5e28983, '', 0, '?'),
(0xc7f6f6c8211fe570f38357a3bcc6fa69, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-abstract/LICENSE', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-abstract/LICENSE', 1, 0x00000000000000000000000000000000, 0x6b88e7ebb0187ce77e9a8738d833f3bc, 0xf4bd9f3182b613c9cf865b3aa31048741bb0ba7810b372e225d46edc2394e824, '', 0, '?'),
(0xc771fa07fd0dc37cb764574a5c4922b8, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-abstract/composer.json', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-abstract/composer.json', 1, 0x00000000000000000000000000000000, 0xad77f454b19e809dd204e04591bd9eb1, 0xfeab1cad995c3665daa8e47244126c3a292c35a515e2bf401d134df20607041d, '', 0, '?'),
(0x44d9897f96ad83568972f95dba91ee49, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-abstract/src/BlockAwareTrait.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-abstract/src/BlockAwareTrait.php', 1, 0x00000000000000000000000000000000, 0xebbd2e037383a1cb3bfff55a32195ede, 0xb3ed8af9a71356a17230101505a8a8ae59bddd46ec4329839469058c86cc316f, '', 0, '?'),
(0x15bf136e55faddfd3b40bcc3c4fb6af8, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-abstract/src/CaptureOutputCapableTrait.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-abstract/src/CaptureOutputCapableTrait.php', 1, 0x00000000000000000000000000000000, 0xc88b565d654efed674cab72969b8a2d5, 0x8d54384ebb27608b96c75cb41045dd85da5d05b8968d6408043270ed9b7c6191, '', 0, '?'),
(0x20a1a6591f426678189916b3b19f0414, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-abstract/src/ContextAwareTrait.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-abstract/src/ContextAwareTrait.php', 1, 0x00000000000000000000000000000000, 0x3c87907f466009992e5993ceff870f29, 0x236c3757ec017b7f82c2af4e2140741e83105c08d2c47659361b3419037880eb, '', 0, '?'),
(0xaec75f564fcfd2db15e06702bb27e97b, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-abstract/src/RenderCapableTemplateBlockTrait.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-abstract/src/RenderCapableTemplateBlockTrait.php', 1, 0x00000000000000000000000000000000, 0x2e991447e947d407b6fee6ef67188417, 0x31d3b93191d874c1f74a8fa91007657d8df6fe4efa5b428a83f8d58895fb732d, '', 0, '?'),
(0xb19a0d4f2f4db8e8e72d0309aa746801, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-abstract/src/RenderExceptionCapableToStringTrait.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-abstract/src/RenderExceptionCapableToStringTrait.php', 1, 0x00000000000000000000000000000000, 0xf06dab37c3ea80be4b36b1732b76edaf, 0x273f8bb810c2626a3ba9b6edf2a1c4700a1e18959318647d0a4a962ba1dc97ef, '', 0, '?'),
(0x2fbb041c18c13e970280108a604dfe06, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-abstract/src/RenderTemplateCapableTrait.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-abstract/src/RenderTemplateCapableTrait.php', 1, 0x00000000000000000000000000000000, 0xf596d3857850a16734cee60e330518dc, 0x1121a6663b5fd06b3238b29307dce4b8d77b163c5d4885fdc8fae9400a0fafd9, '', 0, '?'),
(0x95e22c39bef0da1e3348662230085095, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-abstract/src/RendererAwareTrait.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-abstract/src/RendererAwareTrait.php', 1, 0x00000000000000000000000000000000, 0xe233b7f6cc4c73489e46343122aa62b0, 0xa8da9e2ba90cdfa63a7fa3aae60db3c32f52504bf755dc552aed20b5a499d728, '', 0, '?'),
(0xfc3650bf0a59484e7697d98743e00868, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-abstract/src/StringableRenderCatcherTrait.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-abstract/src/StringableRenderCatcherTrait.php', 1, 0x00000000000000000000000000000000, 0x1ac06c3b44bf2e352ef567cb8d209565, 0x43dfc28935acdd445ebe6f3ebdb1a56a75fbf2e8cb04b2d9b184d606a583a970, '', 0, '?'),
(0xa6b9d80f6a6a3e8cabdc92187ce9345c, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-abstract/src/TemplateAwareTrait.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-abstract/src/TemplateAwareTrait.php', 1, 0x00000000000000000000000000000000, 0xa7a540202d0a7e136a95c3d5a9012864, 0x86643ad4b9c0c8e22b50c3c08581af64bb81e36481aaba635a2e96e69c29beed, '', 0, '?'),
(0xb05b6191dccf6f49818cc9529928359a, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-base/LICENSE', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-base/LICENSE', 1, 0x00000000000000000000000000000000, 0xd7da2f901e497d6708deb59ca431d369, 0x79a5446a56018ca0e821b774fe61384fb9ff6437771920ea32845350f9f5b319, '', 0, '?'),
(0xec64e472b24b6a1589abf25423ba2077, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-base/composer.json', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-base/composer.json', 1, 0x00000000000000000000000000000000, 0x493d22f39ba0391994b9d4c9c15b8723, 0x810210ee3e74118fed1dd98f6118d24c713496095c80cbd2d3cb6252fa67efc3, '', 0, '?'),
(0x7d35543a2199c148e26884b94034e463, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-base/src/CreateCouldNotRenderExceptionCapableTrait.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-base/src/CreateCouldNotRenderExceptionCapableTrait.php', 1, 0x00000000000000000000000000000000, 0x4fd1158be2b35f8d69e01bcd2b2278ee, 0xaa087bf752399d0d6b430c1975160b34458d30025f161aeaf488b0decfc463d5, '', 0, '?'),
(0xbd91f61d7da5b3341bda42392e36f6c2, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-base/src/CreateRendererExceptionCapableTrait.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-base/src/CreateRendererExceptionCapableTrait.php', 1, 0x00000000000000000000000000000000, 0x2754fb2c3aeabca0f21b6090237ea392, 0xe06aa4513dd4006f6c0b41c21c04a1e398d0085af6240048691a4f9f24cb2d02, '', 0, '?'),
(0x61b7c8e0fbdb7d918e8a1061b5b866cf, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-base/src/CreateTemplateRenderExceptionCapableTrait.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-base/src/CreateTemplateRenderExceptionCapableTrait.php', 1, 0x00000000000000000000000000000000, 0x0a27a0cea3aac4d71af19ab49f1e00ee, 0x1c84f2158c412faeb8fa574cda743949481591218ef5362484aa1ad1abe9f8fb, '', 0, '?'),
(0x9ea033d24cff389f68a83d24a692277f, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-base/src/Exception/CouldNotRenderException.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-base/src/Exception/CouldNotRenderException.php', 1, 0x00000000000000000000000000000000, 0x626fad737a94d8089160d1b41e3c73c3, 0x78f873dbffbaad64d1e21f2724c88199f7755927cff075f5cd323d5c9c447d74, '', 0, '?'),
(0x631066f9d40d1b4504e83de75daa354e, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-base/src/Exception/RendererException.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-base/src/Exception/RendererException.php', 1, 0x00000000000000000000000000000000, 0x55071eeb932d524c364dee0f616c95ff, 0x405f60f15d9bc76a58fea142314ddea796e4e51bc347221e0514096880b1866b, '', 0, '?'),
(0xca570dc119cc2eafc72a1eceeb273e10, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-base/src/Exception/TemplateRenderException.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-base/src/Exception/TemplateRenderException.php', 1, 0x00000000000000000000000000000000, 0x5ef560443033baa93182dc65ddc34579, 0xba10a1232bd2c0c9625f1e3b9cebd4c371759853dd7a40333c236d9eaa587ed4, '', 0, '?'),
(0x03d236a8e9da65b8dadb659269302be5, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-interface/LICENSE', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-interface/LICENSE', 1, 0x00000000000000000000000000000000, 0xd7da2f901e497d6708deb59ca431d369, 0x79a5446a56018ca0e821b774fe61384fb9ff6437771920ea32845350f9f5b319, '', 0, '?'),
(0x6be67e47243414fb9851f4096980b033, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-interface/composer.json', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-interface/composer.json', 1, 0x00000000000000000000000000000000, 0x22c5e9e7854fbafc38b0de4596c53775, 0x3577c1594e869adf2a3f535a790efc4d32767eaa44bc18197abd6e1da1782c0b, '', 0, '?'),
(0x938945545ec1e2d2916ade68f4c32711, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-interface/src/BlockAwareInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-interface/src/BlockAwareInterface.php', 1, 0x00000000000000000000000000000000, 0x73d7c3ffb83113040a9dc6b16b385a9d, 0xe10a78a555a25da81a17d60e2102e2966c306273e4dd1ad42c4a50aa28dd8f1e, '', 0, '?'),
(0xce8e8a55bcd300078a283c1c2bc12b1e, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-interface/src/BlockFactoryInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-interface/src/BlockFactoryInterface.php', 1, 0x00000000000000000000000000000000, 0x4f411c70428cbd7a229832f627148a68, 0xda2b9d7ddcdc210abe6cc44bd3f1933dc0dd357cbdbdb8c756c4e8f6d5e69d0b, '', 0, '?'),
(0x52594f561a803115a2d95422316706bd, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-interface/src/BlockInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-interface/src/BlockInterface.php', 1, 0x00000000000000000000000000000000, 0x83c7b9eba55e3a19c946526d9d9b14bc, 0xe4340dde0307aa1fb3f4bf50359f0e8226bd82b0994c2cf85504724ec4a8d121, '', 0, '?'),
(0x8d1c00413301ad98dcbd81c10afef334, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-interface/src/ContextAwareInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-interface/src/ContextAwareInterface.php', 1, 0x00000000000000000000000000000000, 0x1349f11aaf57ae8a07809e0fe38cc3c0, 0x4be626a2d53e3ebfae669dbeeccbc4e8d976bba406b43b7d7601073bd46b8107, '', 0, '?'),
(0x06e786a9e63a0243566370901f7be625, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-interface/src/Exception/CouldNotRenderExceptionInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-interface/src/Exception/CouldNotRenderExceptionInterface.php', 1, 0x00000000000000000000000000000000, 0x843490400e8f41cb3f4c83671b0e7878, 0x4d18b58b05a3b5488a4148058e8dcb0b10ddcce97189ae42399784038ebe3859, '', 0, '?'),
(0x874fcbf938b18fb77595782ce00da2e0, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-interface/src/Exception/RendererExceptionInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-interface/src/Exception/RendererExceptionInterface.php', 1, 0x00000000000000000000000000000000, 0xca2067d211f09244ffec3aeda27b262c, 0x2d2e348ee5bfa9b28b0585ff554790d700f38fae67152b799070802a48dabd96, '', 0, '?'),
(0x5f415a4433fe71bad9bc143a9888777a, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-interface/src/Exception/TemplateRenderExceptionInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-interface/src/Exception/TemplateRenderExceptionInterface.php', 1, 0x00000000000000000000000000000000, 0x26a804eae692369946d50b5a974d609a, 0x9ce52c4d953c2090924c42154eedeb1436ff96ff044667e423101571dbd907ab, '', 0, '?'),
(0xdce4d97ba516b4bcf9e09b0c415292ab, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-interface/src/RendererAwareInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-interface/src/RendererAwareInterface.php', 1, 0x00000000000000000000000000000000, 0x037131459ffabed5ced7fdbe7f36c6b1, 0x72036a58c86d20588a0f127f7cebf53d07d74a4a2163801f914182a013b7f4bf, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x33c7460f1ba2c2925405e7853bb8916b, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-interface/src/RendererInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-interface/src/RendererInterface.php', 1, 0x00000000000000000000000000000000, 0x671a268108c0901e474a9c81c853664a, 0x5e5b8d29ae5b6d9a7c2bc1a4ea66f5851fdcc7399b3ca511b39d48c80e1f77ff, '', 0, '?'),
(0xb27a732679d90fa04ea8aeeab2f08458, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-interface/src/TemplateAwareInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-interface/src/TemplateAwareInterface.php', 1, 0x00000000000000000000000000000000, 0x42d859d3dd4debf32895a870b809c0b7, 0x967237bb19226995730319b73efad424457961690178b47d6fe02c0d8adfc944, '', 0, '?'),
(0x1eafb010a4d4bee79c9e9691bb94f306, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-interface/src/TemplateFactoryInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-interface/src/TemplateFactoryInterface.php', 1, 0x00000000000000000000000000000000, 0xda209fb1908c549b82a3f22f58922cd1, 0xe1896c4a1475f1584c5cd9bfd253fb070a6d9034bfb7f5b7a7df90ca17d73de3, '', 0, '?'),
(0xe2b9a298c5b7c6b1819c7a9d3a8586ff, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-interface/src/TemplateInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-interface/src/TemplateInterface.php', 1, 0x00000000000000000000000000000000, 0x8cc148edd368543057f8137463f0d72c, 0xd43490abfd2d872894386dc40262de8750b21cecf4610cc5bb8e2d7f9d52c2ea, '', 0, '?'),
(0xb197715b40b901b78cb40f8fe4498ab6, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/stats-abstract/composer.json', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/stats-abstract/composer.json', 1, 0x00000000000000000000000000000000, 0xf0084852930ea26e6cb21cbbb7d38d1c, 0xd25819086c2aa7138d35cdbbb952075ba14eb695a4020980af96b278364e8192, '', 0, '?'),
(0x11f3368bc4c34c77d6ac3cf7a1dcbe82, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/stats-abstract/composer.lock', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/stats-abstract/composer.lock', 1, 0x00000000000000000000000000000000, 0x2cda3f2f1b67ea11f61bee6b4d852cd6, 0xa0221a213ef4ecea56700b6f16572ffd15d244ec281c2ec68a7ef903733c2881, '', 0, '?'),
(0x9dbfbdf17c6f4037fc1a9ba23ac4b2fe, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/stats-abstract/src/AbstractAggregatableCollection.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/stats-abstract/src/AbstractAggregatableCollection.php', 1, 0x00000000000000000000000000000000, 0xba16f927603a68af4bf67045df1ba4cb, 0x5a8650f4e9add7dbe8f4715f669ba24b25166ba8ec57953f78425a7d3797887d, '', 0, '?'),
(0x0404acf92c9e833b1e73dab6e79ef845, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/stats-abstract/src/AbstractAggregator.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/stats-abstract/src/AbstractAggregator.php', 1, 0x00000000000000000000000000000000, 0x4b1f173a2b4f2cdfef5d8eb6f6bb2b88, 0x5c5e2933d8d83ed544290b4e91fe53df345746313de08e4a8c6bc8cf659f3cb6, '', 0, '?'),
(0xb1a6203f5ea3b2b0701c7ecebe22df33, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/stats-interface/composer.json', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/stats-interface/composer.json', 1, 0x00000000000000000000000000000000, 0xe2a55f7fcdba19696c5b4928509dd6fe, 0x6d0f5a1cee5259c3a61e6026c2299de53de1906356b0a7b551671d9b4045d327, '', 0, '?'),
(0x1520ac316f7fce06619b30c5b2925238, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/stats-interface/composer.lock', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/stats-interface/composer.lock', 1, 0x00000000000000000000000000000000, 0xbf8a00269e5b41117190521dec7c6347, 0xc9ab5e9a91126ecd398230e6b45a7ed79a5b16cb8cdf9c1d9d76c318631e1b3a, '', 0, '?'),
(0x67db5b8e227f7b675d5784b32e86dbde, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/stats-interface/src/AggregatorInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/stats-interface/src/AggregatorInterface.php', 1, 0x00000000000000000000000000000000, 0xfa660594abbdd8be09725a5b0ea309c5, 0x559b56c817a817e0baaa4f58d1d9295fbdb87695fe019067219f4600f9b9f254, '', 0, '?'),
(0x644099fa1e7ec90a146c12ff81d96352, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/stringable-interface/LICENSE', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/stringable-interface/LICENSE', 1, 0x00000000000000000000000000000000, 0xa8f084d45e6a07f626a0840a8cff5ffc, 0xa0fe7932efbd193a78a354b819bbb64039c3de7017aed9b2175351890a3815bf, '', 0, '?'),
(0x9222001bb522d47a823dc7c68c9c0bba, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/stringable-interface/composer.json', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/stringable-interface/composer.json', 1, 0x00000000000000000000000000000000, 0x30693881a0d14c1b91011a10f740668f, 0xe68afa2f3702add1553a4bedbba54f27282644c17041cac12bfcdbea8e3c0ecf, '', 0, '?'),
(0x69b09bd2cb9655f0a418df12a08d773d, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/stringable-interface/composer.lock', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/stringable-interface/composer.lock', 1, 0x00000000000000000000000000000000, 0xb0e5d053bd5bc19c67db844b090d34c3, 0x5fd58004c4644507ecd21a08a1205a104707ebff731b1b6f9d6c7ee20652fb85, '', 0, '?'),
(0x0e0cb18b11283f705f599f51e4942ff9, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/stringable-interface/src/StringableInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/stringable-interface/src/StringableInterface.php', 1, 0x00000000000000000000000000000000, 0xbfe47a7ac90f5d02db1bad22850d41ab, 0xfefe2b181e84ce4b9e2c08a998dbe4407df181ebb847d01765532f985f975923, '', 0, '?'),
(0x78235d0918249cf7d5d683e0f199101d, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/transformer-interface/LICENSE', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/transformer-interface/LICENSE', 1, 0x00000000000000000000000000000000, 0xe35994224c753c987b910b401d7d2117, 0xb51b385b5119f3e43aa8756d20a41eb0e91b3276cbc229886d4a226fe3a33400, '', 0, '?'),
(0x4d0f24cee6dc74880ea6b2b6590c0d12, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/transformer-interface/composer.json', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/transformer-interface/composer.json', 1, 0x00000000000000000000000000000000, 0x880c8e84f0e62c3f63ba475d40329f70, 0x08e66d57d05f3b289aab8d3591f4a9f3bc26629e31c1ad06a4071363f2fff773, '', 0, '?'),
(0x06616532069465ff9482e96c8eda263b, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/transformer-interface/src/Exception/CouldNotTransformExceptionInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/transformer-interface/src/Exception/CouldNotTransformExceptionInterface.php', 1, 0x00000000000000000000000000000000, 0xdc4ec0ae24719b1c92919c592ab60858, 0x3301089a51743927a87bfa0b09eb516a23b6b92766e4d3741e681501785ba638, '', 0, '?'),
(0x49b7eed703dff56d82d9265b21f76d00, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/transformer-interface/src/Exception/TransformerExceptionInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/transformer-interface/src/Exception/TransformerExceptionInterface.php', 1, 0x00000000000000000000000000000000, 0xf6fcfb7a577413afa83b2c5612c7502a, 0x0e5c09f646413351dc1882e86ccf1f31c0d8e3d9a8d14af000edbd30164847d5, '', 0, '?'),
(0x223898123fadbb0e7fc118d8115a98e1, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/transformer-interface/src/TransformerAwareInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/transformer-interface/src/TransformerAwareInterface.php', 1, 0x00000000000000000000000000000000, 0x50628ad8e972635976d073a43cc7e6d7, 0xb4a4f7452166690a237efbcb1e2fe5f0ff43558fa6747a728bc0e9b5d9c54e66, '', 0, '?'),
(0x7327f37e8b0cf15647f05dc96bc18f82, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/transformer-interface/src/TransformerFactoryInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/transformer-interface/src/TransformerFactoryInterface.php', 1, 0x00000000000000000000000000000000, 0xb4fca19cace022206c4a02cd4f8e0bf3, 0xac5714156fb14061f77f3f7daad81262d273c0e17b042b6067c42afcb02070ea, '', 0, '?'),
(0x04426f4123b512a32315f03d65c3d537, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/transformer-interface/src/TransformerInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/transformer-interface/src/TransformerInterface.php', 1, 0x00000000000000000000000000000000, 0xadb1f27db46f001910404027ac276069, 0x1d94106b035decad5049cb40c3afda640b5ec4783353d01fce832edfd9aa38fe, '', 0, '?'),
(0xea7f3cf6a6a11ee139061ff5498a769c, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-abstract/LICENSE', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-abstract/LICENSE', 1, 0x00000000000000000000000000000000, 0xe8ff90d169d7085dfae0c75976bafb05, 0xfcccd6d1bb9ca217051c2f32d464a9c7eadfd9d13f39ad908bacb41cb37a6328, '', 0, '?'),
(0x2b59466161cfd089fd9e28775f2736c8, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-abstract/composer.json', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-abstract/composer.json', 1, 0x00000000000000000000000000000000, 0xedff1fc010f64e858c2d40878971e2f9, 0xe1314fafcd601dd2ef3a394b874c695299b767d72d208d23724a1d8f2d6a26ca, '', 0, '?'),
(0x147825b52127664a9a7ca2c7b70456d2, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-abstract/src/ChildValidatorsAwareTrait.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-abstract/src/ChildValidatorsAwareTrait.php', 1, 0x00000000000000000000000000000000, 0x3b695b2b604aba1e8ccb0d2f2d6ba4a6, 0x59410149c2cbabfcaf04e990708e6db18c63acee3a5e60b4d9845cc71f0b0752, '', 0, '?'),
(0x07efd03c0ebd2dae78aa6ab28693e779, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-abstract/src/GetValidationErrorsCapableCompositeTrait.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-abstract/src/GetValidationErrorsCapableCompositeTrait.php', 1, 0x00000000000000000000000000000000, 0xbed6e1fdeb89790b00e8822dcaf62985, 0x4c79c865bdf4578fab998ac20027348fc8beda0ab7812d50d81be648dbcf7a7a, '', 0, '?'),
(0x27e98272d80e57ecd90cefeb91893bdf, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-abstract/src/IsValidCapableTrait.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-abstract/src/IsValidCapableTrait.php', 1, 0x00000000000000000000000000000000, 0x1ac2b65fb48368d48e358a9f21a12c66, 0x4cbd996f03053aa03584c03ee48e6f0d9a0fb0f9001d2fa7d107f7deff0c4fc8, '', 0, '?'),
(0x5e5361c1e164af2ee9e4e09980cc38ff, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-abstract/src/SpecAwareTrait.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-abstract/src/SpecAwareTrait.php', 1, 0x00000000000000000000000000000000, 0xf53859f4608cc09e34f73574d20c621b, 0x440b49a90a1fc4fd4d14844440193bb2b5aaefe482977fc40df326e7aefe5b22, '', 0, '?'),
(0x8d5a63f5779a981cc93d6bf422106ae0, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-abstract/src/ValidateCapableTrait.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-abstract/src/ValidateCapableTrait.php', 1, 0x00000000000000000000000000000000, 0xe73d7e8614a4db63c6b2a03b37a20e8b, 0xa02fa0441670e165ef5c53d2d8f77ba2611b8c5136631333ee1a12a8fdac0f79, '', 0, '?'),
(0xaf72ae6c900a1d3b2ad9cda05be77f16, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-abstract/src/ValidationErrorsAwareTrait.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-abstract/src/ValidationErrorsAwareTrait.php', 1, 0x00000000000000000000000000000000, 0xf611ca7b1538ac0cb89b235cb9acd428, 0x57fff815d742a9311e8caede4213f20a0bfe83c4206fef9484c0edb1010572af, '', 0, '?'),
(0x5712deb909d7ada1e9e64f7b29d7797b, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-abstract/src/ValidationSubjectAwareTrait.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-abstract/src/ValidationSubjectAwareTrait.php', 1, 0x00000000000000000000000000000000, 0xfc8e3e0735dd8fd715c2c1c7fc2c7ac7, 0x547d9a868a004cf70cd3558a51bae75e030b8859c6fbe8fc58562d4f473a1419, '', 0, '?'),
(0xf0aff8957762fff9bf7e50487330a646, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-abstract/src/ValidatorAwareTrait.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-abstract/src/ValidatorAwareTrait.php', 1, 0x00000000000000000000000000000000, 0xf655d266f6580c432db9f8d4bf540c68, 0x25c3280ef835e627145293f0d7cfb47ce2bada5f6ce709b226efeabee1811c9b, '', 0, '?'),
(0x590b6da5be27437d098d9b6115b26a44, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-base/LICENSE', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-base/LICENSE', 1, 0x00000000000000000000000000000000, 0xe8ff90d169d7085dfae0c75976bafb05, 0xfcccd6d1bb9ca217051c2f32d464a9c7eadfd9d13f39ad908bacb41cb37a6328, '', 0, '?'),
(0x320ecfaaaefcf427f79552456ac42ef9, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-base/composer.json', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-base/composer.json', 1, 0x00000000000000000000000000000000, 0x6b3a350abac7423df797808a17a94b3b, 0x242952ea89b76d63fe80d35d0dcbe149fd6bad300a956dfafb1b81de30973763, '', 0, '?'),
(0x199427e3fcf74b6689df054b4c3e3e27, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-base/src/AbstractCompositeValidatorBase.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-base/src/AbstractCompositeValidatorBase.php', 1, 0x00000000000000000000000000000000, 0x20ef71c304859885af1066e63ad0ed8a, 0xf8edb07c8455d8f98dd0b16f1e6f7c813379a0f17a3de66e883c4e2fdf8c0a65, '', 0, '?'),
(0xed41e0a8286bddafcf1eda35a461f335, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-base/src/AbstractValidatorBase.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-base/src/AbstractValidatorBase.php', 1, 0x00000000000000000000000000000000, 0xb3d9833700ae2aa71765b52e21ca4fed, 0x033fcc19a4e2c448bbc964dbf24c55e9956dfb14c0597c888005976cbd55ce0a, '', 0, '?'),
(0x907dc4ded5e47a25d189f15814c15991, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-base/src/CreateValidationExceptionCapableTrait.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-base/src/CreateValidationExceptionCapableTrait.php', 1, 0x00000000000000000000000000000000, 0x382a1e3bc005bcd8b36703c84a1f1145, 0xeda29582e6ae034f9c90f4f870db4437e9c6035a9293eed03f85accc142e83a9, '', 0, '?'),
(0x20a4444af5598045bc6d173d05e919ac, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-base/src/CreateValidationFailedExceptionCapableTrait.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-base/src/CreateValidationFailedExceptionCapableTrait.php', 1, 0x00000000000000000000000000000000, 0xf96d1ef4ca54cdbbd2c99249efaaa414, 0x220c9f66a55575922c30b98f7c554c28d62b920dc26c8bedf2a18500e1dd70e2, '', 0, '?'),
(0x31cb9210a59b39fdd81b4860f464c400, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-base/src/Exception/AbstractBaseValidationException.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-base/src/Exception/AbstractBaseValidationException.php', 1, 0x00000000000000000000000000000000, 0x01bc8647816722e7ca2d73ccefb209e8, 0xaf41db7932a37e9f532eb3d5b2155cfabbb15fb7f368de71062e363037ccee14, '', 0, '?'),
(0x087f96253093163aee2865422a4ff637, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-base/src/Exception/ValidationException.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-base/src/Exception/ValidationException.php', 1, 0x00000000000000000000000000000000, 0xd699be3cf2aa22ce116eb624f28f5a0d, 0x85f01cc89e6a6c22b77cf0cacaddfeb61cdb79e9431d1038b2464d6eb272695b, '', 0, '?'),
(0xf62ac75ce15fa51da3bee0a7da36b9b3, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-base/src/Exception/ValidationFailedException.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-base/src/Exception/ValidationFailedException.php', 1, 0x00000000000000000000000000000000, 0x4de2a7713b3f077712c28976c814738e, 0x621c52d35bce0b0e69bbdffd3f81699284334886be3d1199ff8fa7f8b09273fd, '', 0, '?'),
(0xf0f46651d009a7f6af191eb091a477b3, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-base/src/ValidatorTrait.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-base/src/ValidatorTrait.php', 1, 0x00000000000000000000000000000000, 0x77e1581defb2f8fe5698fd6f86df44db, 0x67eb3ff56a0f2c75a393888419b1031af618062861071b656f519022302759c6, '', 0, '?'),
(0xf79e82705564f9a73be8129fc79f987e, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-interface/LICENSE', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-interface/LICENSE', 1, 0x00000000000000000000000000000000, 0xa8f084d45e6a07f626a0840a8cff5ffc, 0xa0fe7932efbd193a78a354b819bbb64039c3de7017aed9b2175351890a3815bf, '', 0, '?'),
(0x550049f1ed1e53985fc0e56565a74e56, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-interface/composer.json', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-interface/composer.json', 1, 0x00000000000000000000000000000000, 0x52fd5264e2e10c4469eddd415da95f61, 0x09c462f698748b197a0108280db03c295ec7c242a8f3ffba3ba0908c660b9d85, '', 0, '?'),
(0xc235c976656ce8663f8674dce71ed3e8, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-interface/src/Exception/ValidationExceptionInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-interface/src/Exception/ValidationExceptionInterface.php', 1, 0x00000000000000000000000000000000, 0xbff03f6422f91ae1097ed2e4579cd315, 0xebf579624b8e5bc41e084696779a91c12feff8fc659ea4bb9fce22ece4a8824b, '', 0, '?'),
(0x202e480f1d249f700a4e4ff9f0fad9c5, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-interface/src/Exception/ValidationFailedExceptionInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-interface/src/Exception/ValidationFailedExceptionInterface.php', 1, 0x00000000000000000000000000000000, 0x3966670e8e6ac2dac24f86edc440bf2a, 0xbc0f79b29878cd8bc5457fb36d94587fa6d7c14b853ad0ec434f40937e521bde, '', 0, '?'),
(0xcec5da68a0ab054a9cb68ad45d9e6569, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-interface/src/SpecAwareInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-interface/src/SpecAwareInterface.php', 1, 0x00000000000000000000000000000000, 0x2f676f37c41d7bdc7db3023d66c14ca4, 0xe28e55c023a87c7f8356c72a3cb52b6b7438156f8dbcc38879a165e7991159c6, '', 0, '?'),
(0xf1af7ec19fd20688175f74f4dc3acba4, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-interface/src/SubjectAwareInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-interface/src/SubjectAwareInterface.php', 1, 0x00000000000000000000000000000000, 0xdad1d12c74ec9a4d73488ac0a48b00fa, 0xf51b9c3764104fb8c597037d6a89b3c26af29651587c592e5378efcc137a5e2c, '', 0, '?'),
(0xcce4bdd3d2bf91d4ed3b506447656a44, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-interface/src/ValidatorAwareInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-interface/src/ValidatorAwareInterface.php', 1, 0x00000000000000000000000000000000, 0x3d1fb12df5c0763496b27817f7084826, 0xf99835272a40dfa52afbe1860d0b05e22115ce6d46d66852bc81fdf94e78a62d, '', 0, '?'),
(0x3b9840577faa7214afce7ffd54745b94, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-interface/src/ValidatorFactoryInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-interface/src/ValidatorFactoryInterface.php', 1, 0x00000000000000000000000000000000, 0xb1f26100b1ab518ee0c25a1414e18c77, 0x3b6efb5e0ba0f46e5916de7b78671e577f0cbd351a58aa3a9d9b70cccb1e883e, '', 0, '?'),
(0x90eecbe0448ff63a33a17cc3c8b93886, 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-interface/src/ValidatorInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-interface/src/ValidatorInterface.php', 1, 0x00000000000000000000000000000000, 0xd2279e854ca34cbdba43fb912cddb02c, 0x22bb23a1da22f5ffc8e62f19e3509f1f7221281b74fa62f89751db44a4baebaa, '', 0, '?'),
(0x25fb86aa66aa1c9e377cd9cfabf29b66, 'wp-content/plugins/wp-rss-aggregator/vendor/erusev/parsedown/LICENSE.txt', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/erusev/parsedown/LICENSE.txt', 1, 0x00000000000000000000000000000000, 0xdf6d833dfd6020d754b4570b91eeab9f, 0x8e695a35e37906d4b6c1b03bebcfa5d0f2e2586da9f4075a1c029bf0330e789d, '', 0, '?'),
(0xba75a8fe57ee9197f1b46be7268cdd4d, 'wp-content/plugins/wp-rss-aggregator/vendor/erusev/parsedown/Parsedown.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/erusev/parsedown/Parsedown.php', 1, 0x00000000000000000000000000000000, 0xacc9a4fb3e5b35ab01fe94f6004752ff, 0x2b00ea418176ccb37ee6b37611910f521326d4624913bacbccd1e9031cbac908, '', 0, '?'),
(0xa8bfe639c1fc5c0f26f56ac3f95954ff, 'wp-content/plugins/wp-rss-aggregator/vendor/erusev/parsedown/composer.json', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/erusev/parsedown/composer.json', 1, 0x00000000000000000000000000000000, 0xc1adae9f98f6984940f68d6c90a06c2d, 0xf6aa9e65da85553a2ebeb9c60a65926facce984fdaf835e6fa90227584e88218, '', 0, '?'),
(0xcc4e4853584b493e0dd91011dea7f115, 'wp-content/plugins/wp-rss-aggregator/vendor/psr/container/.gitignore', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/psr/container/.gitignore', 1, 0x00000000000000000000000000000000, 0x8810dc17687583fae6eb427bf1e877ff, 0x50e50985db0dad36ec8564cdf5e482af32ee1b180251dd504e48cccbb5813b4a, '', 0, '?'),
(0x738f94ea4b568e1997aad0a78f06d697, 'wp-content/plugins/wp-rss-aggregator/vendor/psr/container/LICENSE', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/psr/container/LICENSE', 1, 0x00000000000000000000000000000000, 0x7320ae3aa92f4b6525f59c24ab170cf6, 0xd0f6415aff2da09cd6ada77f87cc3a27cdcd3c7f3589b6a346f3577f712cf595, '', 0, '?'),
(0xa1b8420c491c863a82dcbcc1927ebfce, 'wp-content/plugins/wp-rss-aggregator/vendor/psr/container/composer.json', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/psr/container/composer.json', 1, 0x00000000000000000000000000000000, 0xc2397ca596d172818c606be79a5e3532, 0x8248a3b3a9fab45630cc14a128b0c9ca26726a7e99f9a01ccace0f4c1de20df4, '', 0, '?'),
(0xc2c88a08f4ec30e60522f5454e11c67a, 'wp-content/plugins/wp-rss-aggregator/vendor/psr/container/src/ContainerExceptionInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/psr/container/src/ContainerExceptionInterface.php', 1, 0x00000000000000000000000000000000, 0xd7a4fda88b943f658e13f7f5aa3e85f1, 0x51810cf6ec7948d80c6ed9ddff92a9f0a72a012a353986702f73259d586823b6, '', 0, '?'),
(0xe0aa041b58356943f809f3ce2e2d93d9, 'wp-content/plugins/wp-rss-aggregator/vendor/psr/container/src/ContainerInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/psr/container/src/ContainerInterface.php', 1, 0x00000000000000000000000000000000, 0xd459395043420a1cfde26c94500f5b66, 0x8a083f71baa147b22dda3c5c97da36d734a71ca1db31f01e27c433b6e978c0d1, '', 0, '?'),
(0xfe34a26783f2cf0e9a91511acf387981, 'wp-content/plugins/wp-rss-aggregator/vendor/psr/container/src/NotFoundExceptionInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/psr/container/src/NotFoundExceptionInterface.php', 1, 0x00000000000000000000000000000000, 0x8fc6d3d2099bf1fd8d03a3273157c8d3, 0xd3984cfa164879c3897d697cb9c2db006e6ea7c4ce472404bf906aacddc1f0c1, '', 0, '?'),
(0x1dd1e1c5966d90a352545353bf7b3fbc, 'wp-content/plugins/wp-rss-aggregator/vendor/psr/log/LICENSE', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/psr/log/LICENSE', 1, 0x00000000000000000000000000000000, 0x1a74629072fd794937be394ab689327e, 0xda4b8b9691d4bc8f16c5698045a9bd6cb631b339475203beaca54d19f343de0f, '', 0, '?'),
(0x3c4d4537aba86dc9027b47a3084ce622, 'wp-content/plugins/wp-rss-aggregator/vendor/psr/log/Psr/Log/AbstractLogger.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/psr/log/Psr/Log/AbstractLogger.php', 1, 0x00000000000000000000000000000000, 0xae4ceaec6a65c2a29bdb08ebce30d111, 0x24975110bb35a85032ccc076f6881ab8a5bc69fe248852450c07f1f87db3e692, '', 0, '?'),
(0x83f676d2047ce581306c04a68a690220, 'wp-content/plugins/wp-rss-aggregator/vendor/psr/log/Psr/Log/InvalidArgumentException.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/psr/log/Psr/Log/InvalidArgumentException.php', 1, 0x00000000000000000000000000000000, 0x7d2f0bd1583524d739fff12f0507de65, 0x053baafe3562b0bd4714ec53a3a6423a0f657da2e8ecd1d621717c7ad236f4bf, '', 0, '?'),
(0x9befafeaef5019d90e01f81b87f713c0, 'wp-content/plugins/wp-rss-aggregator/vendor/psr/log/Psr/Log/LogLevel.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/psr/log/Psr/Log/LogLevel.php', 1, 0x00000000000000000000000000000000, 0xcc226142fd5d390d030b39c61cf97843, 0x6eaab35979cc18912200f78106b490ff0a64232e656735fa36c4645ca4cb3e5e, '', 0, '?'),
(0xc587be397176b9fe3764f842fa36b3e2, 'wp-content/plugins/wp-rss-aggregator/vendor/psr/log/Psr/Log/LoggerAwareInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/psr/log/Psr/Log/LoggerAwareInterface.php', 1, 0x00000000000000000000000000000000, 0xcfac6d4dc3ebf2c7f0e49f74d1bcd44a, 0x66f0fee9822efd25f5012ac69a100f1f0c576e1fdd43e305f3f21b73ec5369fe, '', 0, '?'),
(0xeac44b29f4cf1b3d8ff57288004a7515, 'wp-content/plugins/wp-rss-aggregator/vendor/psr/log/Psr/Log/LoggerAwareTrait.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/psr/log/Psr/Log/LoggerAwareTrait.php', 1, 0x00000000000000000000000000000000, 0x38c6f36342995b7aa96b30aedb9eca1e, 0x5f178f4b41e1bf2a9e0e70824123d1f7ca84b6a90571c85e0df3fc1cc1a65c98, '', 0, '?'),
(0x04bfffcee8b07849c7e7fd87d06f9f82, 'wp-content/plugins/wp-rss-aggregator/vendor/psr/log/Psr/Log/LoggerInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/psr/log/Psr/Log/LoggerInterface.php', 1, 0x00000000000000000000000000000000, 0x460689f292a11ebce586ef066313dd5d, 0x1eec7399c0926b594130299abf17568bf776275ab3c7feb311b30b234527d223, '', 0, '?'),
(0x8821349fa5c5eef9a741d71ca30b75bc, 'wp-content/plugins/wp-rss-aggregator/vendor/psr/log/Psr/Log/LoggerTrait.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/psr/log/Psr/Log/LoggerTrait.php', 1, 0x00000000000000000000000000000000, 0x80438cede9b432c45cd59838fc3080af, 0x4d459049655fa3735a782f97d3187c9cd63be64a91a17ace8787f79b4dcf012d, '', 0, '?'),
(0xbc219b92c91b7e132978bebae7c1e74e, 'wp-content/plugins/wp-rss-aggregator/vendor/psr/log/Psr/Log/NullLogger.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/psr/log/Psr/Log/NullLogger.php', 1, 0x00000000000000000000000000000000, 0x0cfdfa8d81e5b22c24c96ae7014213c0, 0x0fca83fef4eebe1184b13ee0374b4fbcdf7dab228a4897c91f7357c39c83a778, '', 0, '?'),
(0x3fd46cb7a3779286e410b302457bdba9, 'wp-content/plugins/wp-rss-aggregator/vendor/psr/log/Psr/Log/Test/DummyTest.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/psr/log/Psr/Log/Test/DummyTest.php', 1, 0x00000000000000000000000000000000, 0x52cb71ea2645f556b4e1e519d1c78a76, 0x8e6e802bdc672ab9b0d07aea9dd162af4046c138b007c125c7f2bfb6db737745, '', 0, '?'),
(0x74d33a1b79c266c5106eefe52b100bdb, 'wp-content/plugins/wp-rss-aggregator/vendor/psr/log/Psr/Log/Test/LoggerInterfaceTest.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/psr/log/Psr/Log/Test/LoggerInterfaceTest.php', 1, 0x00000000000000000000000000000000, 0xa653a140fb81bf4c37da14a60c2ad1d7, 0x71e603adde5b917fdf239c7473875159256852a0a730da37e7ccc35ec1665144, '', 0, '?'),
(0x6f79804c4b60403c7dfe187ec8db3d6e, 'wp-content/plugins/wp-rss-aggregator/vendor/psr/log/Psr/Log/Test/TestLogger.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/psr/log/Psr/Log/Test/TestLogger.php', 1, 0x00000000000000000000000000000000, 0x885f63b13ecb1ab70b3da51573770ef4, 0x5a88d1c72c2498137ff4d2bc0582bb0c27f9127dc2718728b595cf9dc7545ec6, '', 0, '?'),
(0x7899e82eaf9206a0da96b8ed02211458, 'wp-content/plugins/wp-rss-aggregator/vendor/psr/log/composer.json', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/psr/log/composer.json', 1, 0x00000000000000000000000000000000, 0x456f8780b572e3bd20fdc2becf94f4fb, 0xae013f8c9e6f4bcf87334adfcec075a8353622f6f637186a6d7d210243b320cc, '', 0, '?'),
(0xdf3c4ee11dfd1a3aad6fa22faa6383f5, 'wp-content/plugins/wp-rss-aggregator/vendor/rebelcode/composer-cleanup-plugin/.gitignore', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/rebelcode/composer-cleanup-plugin/.gitignore', 1, 0x00000000000000000000000000000000, 0x2187c704fe3cd1c392ae3d0971a944fd, 0x706d83272e7f579e3f41c79930b49ab7d9ef921755cbdaefdbf7636718052907, '', 0, '?'),
(0xb1676ca81576ff5248fd33df1b868169, 'wp-content/plugins/wp-rss-aggregator/vendor/rebelcode/composer-cleanup-plugin/composer.json', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/rebelcode/composer-cleanup-plugin/composer.json', 1, 0x00000000000000000000000000000000, 0x52141b52b6640c3bce107b08b8ce8106, 0x1f404cf0fe763327cfe4b4c372d69d1018162bb71e810448262d3c57651f97b1, '', 0, '?'),
(0x15e0331fb0d609ac0215e5bce35e0038, 'wp-content/plugins/wp-rss-aggregator/vendor/rebelcode/composer-cleanup-plugin/src/CleanupPlugin.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/rebelcode/composer-cleanup-plugin/src/CleanupPlugin.php', 1, 0x00000000000000000000000000000000, 0x120d1743e30b9993f2a91ce5cf9d4ffe, 0x6201a1babe1752878a31f0db775aa02a9684709634291f9ca65a166b20169544, '', 0, '?'),
(0x3ad664969dab1119da1edb81f9935694, 'wp-content/plugins/wp-rss-aggregator/vendor/rebelcode/composer-cleanup-plugin/src/CleanupRules.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/rebelcode/composer-cleanup-plugin/src/CleanupRules.php', 1, 0x00000000000000000000000000000000, 0x050706ab47d8560a92531f4591f81a90, 0x4c145df7abab6b2ebb6b230219708774c2b8070f1f254c9bac2cb8957ab7ef58, '', 0, '?'),
(0x301a97fb8487140e02494c3efe3bc7ca, 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/polyfill-ctype/Ctype.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/polyfill-ctype/Ctype.php', 1, 0x00000000000000000000000000000000, 0x72cb4d141eac1392c3de359dba4d44e0, 0x6bc6f228ce2b67ca5af7e18d8c7376df68d8c8c9f93197085dd2da13ac1f5cf3, '', 0, '?'),
(0x21da09a3f91d8b74dee7277fe2380731, 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/polyfill-ctype/LICENSE', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/polyfill-ctype/LICENSE', 1, 0x00000000000000000000000000000000, 0xf082cc77e5ce76aa7e7fad8aa1d0cbeb, 0x9fa109443eab10f51c05ecd84d664931ed23741b0d1f8f56a06d2ea17d5af0bb, '', 0, '?'),
(0xcdb38aa76d9af8f73d9d1e0eb0a2220a, 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/polyfill-ctype/bootstrap.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/polyfill-ctype/bootstrap.php', 1, 0x00000000000000000000000000000000, 0x1db5658a127d172b16c69d52ccb1e2c3, 0x5540acd32295fe932ea8d3ad1cf7489726eb5f9aa6eb65c2a249a999afcdd638, '', 0, '?'),
(0x5a5c01457086d04c524cdd17eaaa5742, 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/polyfill-ctype/composer.json', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/polyfill-ctype/composer.json', 1, 0x00000000000000000000000000000000, 0xf29439f5875e3dec0fe0c315697c9d4f, 0xe057ea7261dcaf8334520898d998bac9348d12fa52916adf01610b094841f0fc, '', 0, '?'),
(0x4b87f033631f7d2c222b885b4efa713f, 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/polyfill-mbstring/LICENSE', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/polyfill-mbstring/LICENSE', 1, 0x00000000000000000000000000000000, 0xd05e73887eedc78611070af6a52dd160, 0x9e3208fbb841df7072d541e42494160f207bc1b9730fe3eee45f70d23e93cd66, '', 0, '?'),
(0x3aecabf36d414948b7982b4c5c342eef, 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/polyfill-mbstring/Mbstring.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/polyfill-mbstring/Mbstring.php', 1, 0x00000000000000000000000000000000, 0xb4e1052c2f384707336ca7966eafb2c4, 0xd08b0ae51c920085f73c5a1021ac7f2007359951feff61170ee633d1a3e4f84f, '', 0, '?'),
(0xa0beccdf89c63acd1b7e0c71cb104efe, 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/polyfill-mbstring/README.md', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/polyfill-mbstring/README.md', 1, 0x00000000000000000000000000000000, 0x03e947016ec315b3a4668ae1ceef0bf8, 0x4bae2499344b33e89caa4415826552e7eb75be28f2f32e6663b6101c2d714c30, '', 0, '?'),
(0x214bc930cd7e0d9308ac5f60095c1fff, 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/polyfill-mbstring/Resources/mb_convert_variables.php8', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/polyfill-mbstring/Resources/mb_convert_variables.php8', 1, 0x00000000000000000000000000000000, 0x92e5376e39f60c4b7d373178d3847283, 0x5c44bdbb3e5c884e7ec9b01ab35cf31ce7e563d2d59552abb48754329d78294a, '', 0, '?'),
(0xaa8d8a48d620f0de7cb8cf093b6594f0, 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php', 1, 0x00000000000000000000000000000000, 0x64ad19d5007926db720b51895b7fccf3, 0x6893f95adae1572a64cd21378c6d016d96417016b9d9ce0b29885a5add6f8ae2, '', 0, '?'),
(0xfd5f58e988edb54b2f7d7cd89912b252, 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php', 1, 0x00000000000000000000000000000000, 0xa161350864050f78bf9161f7f3c94172, 0xb6c41318ad8c63179283d86acc809069e39ac5eaf5440d46fd27dc8873cee91d, '', 0, '?'),
(0x7b1fb31ebd178bf240cd5ab899cf2736, 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php', 1, 0x00000000000000000000000000000000, 0xd866e3aa286a7c657752218e027b3bff, 0xec8e8567aaf8397bbc75d93e719eafb2267aaed87e6d3e88bd16b6fe6044423f, '', 0, '?'),
(0xac7100fa55b754c261836e5864c00740, 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/polyfill-mbstring/bootstrap.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/polyfill-mbstring/bootstrap.php', 1, 0x00000000000000000000000000000000, 0x7487d68a7112daa98082fd9f87dd3fbd, 0xee6fc4ca15cd8c5011e433021e951a4af579adc3dcbcadec10606f007ca4e33d, '', 0, '?'),
(0xded6707c04c8cee51b9791d0123dab8f, 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/polyfill-mbstring/composer.json', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/polyfill-mbstring/composer.json', 1, 0x00000000000000000000000000000000, 0x457770b02ab5f7e73cfee221ba97f10a, 0xf3eb4846a89be898ba1b29ac729fb13e4aa9be378187f297d082a17945b60e00, '', 0, '?'),
(0x0d1f365636cfef19178380ec379a64b2, 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/.gitignore', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/.gitignore', 1, 0x00000000000000000000000000000000, 0xa1155c508134e9bda943ae266aee1819, 0x888dbd305f76b18a406b6d5ea4072269ea509501fd0f1019d49b9b34f4c6b52e, '', 0, '?'),
(0x1623a0118fdff0f1be69885b158484dc, 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Catalogue/AbstractOperation.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Catalogue/AbstractOperation.php', 1, 0x00000000000000000000000000000000, 0x762e32be206efb97bf8093413d54aa2d, 0x28adbd7e3badbcd2559ab0263127b39f836c70d781bc88d5320251344af6d250, '', 0, '?'),
(0xa48d7959cee4bbe54f78de35f3e9cb26, 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Catalogue/DiffOperation.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Catalogue/DiffOperation.php', 1, 0x00000000000000000000000000000000, 0xa900225c9a0442ec08f6e327a5be8595, 0xe040dc8cbfaec02295913ac85ebc0623af46e0249d1ec321e730508e108c2948, '', 0, '?'),
(0xc22e2b959256d5c61878cf7f4eff1211, 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Catalogue/MergeOperation.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Catalogue/MergeOperation.php', 1, 0x00000000000000000000000000000000, 0x9e841b4c2400b9ac25975ed7ed7238f4, 0x7ac6dec8b0be649bcf40f090cb383cfd7ff8940643f334ad1c5f66ab3e5b72e5, '', 0, '?'),
(0xd766e5ab6097d9d6a2d92c707b90a60e, 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Catalogue/OperationInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Catalogue/OperationInterface.php', 1, 0x00000000000000000000000000000000, 0x7e69e361e2d094ec4d8c1db32849b5a7, 0xf5b764ff3f8bbe32852749e6bea36f55574fc5ed31ce14f8a6b1704059f073fd, '', 0, '?'),
(0xfe70d91a1289cbe1431f7dc4dab2e28c, 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Catalogue/TargetOperation.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Catalogue/TargetOperation.php', 1, 0x00000000000000000000000000000000, 0x1b9dc4163f2ce5154e162fddc9fa2346, 0xbf313e2a922c32dd6c1da9ab3eb9c59ec7d214304ad775731be24355d17574d1, '', 0, '?'),
(0x4abdd2fcc068ac3a3ab3be95337c62e4, 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/DataCollector/TranslationDataCollector.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/DataCollector/TranslationDataCollector.php', 1, 0x00000000000000000000000000000000, 0xb3cd6d57d9afa5137f91688da5b0f1db, 0xf25aeda7f7f297188ed341211718a8aefb0c8ae1830f80d74dd497c93687fa11, '', 0, '?'),
(0xb1ba44eb9e1e6825a9cfc4544f26ec77, 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/DataCollectorTranslator.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/DataCollectorTranslator.php', 1, 0x00000000000000000000000000000000, 0x435a970dab3ecdfe926ee008a28a6966, 0xba5f7390064bf74c1c195a87fffaa3490a308671f31e2d80eef49fc5ac88e15a, '', 0, '?'),
(0x490a22ce0770bf804efb913eae647a43, 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Dumper/CsvFileDumper.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Dumper/CsvFileDumper.php', 1, 0x00000000000000000000000000000000, 0xc9840f2f28f75c9256bac874b4052ba6, 0x4ccbb33e67c9e99350dc8eb4a7e060fa4832c159ace9e05530a85e209c02eade, '', 0, '?'),
(0x30c5de67c819f2d27aee766464761fb9, 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Dumper/DumperInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Dumper/DumperInterface.php', 1, 0x00000000000000000000000000000000, 0x97df468b756ed060c2d9002ffb331f4c, 0x7f58dc8fdf202c99e86f7c4d899e603512adbf2dbe2f6abcf4ee44623bedc5e8, '', 0, '?'),
(0x4781650b3f7a5ba81ada515e978b574d, 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Dumper/FileDumper.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Dumper/FileDumper.php', 1, 0x00000000000000000000000000000000, 0xbf0349f96f30f2b3263b261bb97199a4, 0xf2c10392724a672d86a0e56be83a49dde9803b888f023b8c9e9874ea0f4cf1d1, '', 0, '?'),
(0x205ab7fe22523896c6faee3590c5768e, 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Dumper/IcuResFileDumper.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Dumper/IcuResFileDumper.php', 1, 0x00000000000000000000000000000000, 0x2ff2e8244a772738600741825df20481, 0x39af2914fad509c7acbcadf5452628efec43a891d2009351777db9980f62b904, '', 0, '?'),
(0x72ec0c88081f7a93c8d160836b82c5c5, 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Dumper/IniFileDumper.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Dumper/IniFileDumper.php', 1, 0x00000000000000000000000000000000, 0xfe09a158708cc65d0d8e59d985f26659, 0x86bc92cea948a2740d9a944ace652553103c2cb35bb96ad6a789e7de55b2290f, '', 0, '?'),
(0xeda32e44532391c794947e727bff5387, 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Dumper/JsonFileDumper.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Dumper/JsonFileDumper.php', 1, 0x00000000000000000000000000000000, 0x64887a32d3eff7be174ff57a38aba6cf, 0x62b6e9147f3d7f7ae4fb343c841d166be89cfd75b36354a197c5b5c4557ab4a0, '', 0, '?'),
(0x0606c4c284328486747eb70156893393, 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Dumper/MoFileDumper.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Dumper/MoFileDumper.php', 1, 0x00000000000000000000000000000000, 0x4a95b5780b961a2227458bb073a7b64f, 0xf49c875f8c70737331fbd8170411c673622b085fe9e54eb604f4089731dcbe0f, '', 0, '?'),
(0x52d6be66642ffb7d36521497590b40cf, 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Dumper/PhpFileDumper.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Dumper/PhpFileDumper.php', 1, 0x00000000000000000000000000000000, 0x24ad0f4f1dbab93f8a1b9518d82354b8, 0x2402f984b74fba05850b28512850492f3d8fb02d10c6595358e5902289680623, '', 0, '?'),
(0x49cbb3279181208b87d12ba1ec17ffb6, 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Dumper/PoFileDumper.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Dumper/PoFileDumper.php', 1, 0x00000000000000000000000000000000, 0x7d787a6a138f144732b3a2985fa7ca0b, 0x16f40c332a8852506e5bcb6fd155ccb51838c104c4a489eb4e0cefa8190db104, '', 0, '?'),
(0x143cde665de86305cf7fcee7e21ba56f, 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Dumper/QtFileDumper.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Dumper/QtFileDumper.php', 1, 0x00000000000000000000000000000000, 0x2290b6c7bf3621a97d4c3f0e7f826ea0, 0x0b285751540a02ff7a769c25f4641c603e3a351c9545fd7f6eabd74cb3f570d2, '', 0, '?'),
(0xea95e483fa971781064db6d22795edce, 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Dumper/XliffFileDumper.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Dumper/XliffFileDumper.php', 1, 0x00000000000000000000000000000000, 0x99f45c9fb7687f8ecf03ab3446845ffd, 0x41480eb6451f1c73a7b25c073df848c22faa78c9fde61a34fd42219c08f793d0, '', 0, '?'),
(0x39109821870eba9cf06ae2b99c0a820f, 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Dumper/YamlFileDumper.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Dumper/YamlFileDumper.php', 1, 0x00000000000000000000000000000000, 0x1b2140268b8238dd3d7f5e45749e0f59, 0xaae0f84bca613ed0a00ffc4cccb99a6c1bf238653d347bebe0e81a8a7f380e7d, '', 0, '?'),
(0xbd1c73d6b827ee72b86f636366d494e1, 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Exception/ExceptionInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Exception/ExceptionInterface.php', 1, 0x00000000000000000000000000000000, 0x6d19725e88fa202953264f14f9e1bcf8, 0x7ac3df48265d80e554477c56f80212b4cf83788d65489e4730285108f4e2b170, '', 0, '?'),
(0x17c48d54f1bf19f77443cf712f0ae20d, 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Exception/InvalidResourceException.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Exception/InvalidResourceException.php', 1, 0x00000000000000000000000000000000, 0x178abc46cb8060f081ef43fd5ff00da5, 0x0b77ca03d86699a2fac2966532206024454734ac5a9a528ece1259b93bd0cfb2, '', 0, '?'),
(0x36934d74c2fa60b17a94eacba61d4922, 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Exception/NotFoundResourceException.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Exception/NotFoundResourceException.php', 1, 0x00000000000000000000000000000000, 0x8c7bff66a9500b10fb4d13e1d07e76c0, 0xd5e5068153c7aa05b0576541edf565da4a74b942f4311f3c04f2109b2fe81f8f, '', 0, '?'),
(0x3550529028dce06435eab866d3e6d7d5, 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Extractor/AbstractFileExtractor.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Extractor/AbstractFileExtractor.php', 1, 0x00000000000000000000000000000000, 0x2e500eed3041541d121d895f230d309f, 0xaa4d30fb6249eddc918745491e34da2dcc9ceef9456a61aff0397d0e96f9149f, '', 0, '?'),
(0x12935d4be86a009effa9c8d851aeb22b, 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Extractor/ChainExtractor.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Extractor/ChainExtractor.php', 1, 0x00000000000000000000000000000000, 0xae7e39e6605d8692a31a5f53bd4c8b09, 0xd810f1a9ed747cba6ff7a05c77d6d73617044cad6de46c6a63567b2ef4e094df, '', 0, '?'),
(0xf3f5732fd44044776ad3aa8a74f6d59f, 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Extractor/ExtractorInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Extractor/ExtractorInterface.php', 1, 0x00000000000000000000000000000000, 0xb65b570d376f3a8080527c94e19e2e24, 0xa20bc149211f66a3d9fa80b9d1d68a7fd6858e18343991a96a38a80177cbf203, '', 0, '?'),
(0x25a3ba52610aa8add198b65f03f883e0, 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/IdentityTranslator.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/IdentityTranslator.php', 1, 0x00000000000000000000000000000000, 0xc2692ce0d0b1e27a0b3f2c654e0f8b7b, 0x868880833a1ad7b7a8b7f8d098cfd008d8264c5a01ed9af553a948f1fc0c1242, '', 0, '?'),
(0xaed735f3a091da7d3bd8488a1e3150fb, 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Interval.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Interval.php', 1, 0x00000000000000000000000000000000, 0xd700e492948170fb1a905e3e838057cf, 0x1ae20abbbee15a9fd6df90a4fa43e7337e25b5c885e5b3421dec68cb87ca265f, '', 0, '?'),
(0x422bcb13dc24dd5839c32f11ec3aa306, 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/LICENSE', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/LICENSE', 1, 0x00000000000000000000000000000000, 0x36ed70d207f5176d1b9f7a780385b789, 0x3c2600e63038dfab15b960008a1c4204c4d148ec0207290069cfedc8cd76f482, '', 0, '?'),
(0x5d3197de8ae954af4748b954b71cc1eb, 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Loader/ArrayLoader.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Loader/ArrayLoader.php', 1, 0x00000000000000000000000000000000, 0x0fcc04642dc31425d3bb8210058250b1, 0xbe46a9c544515e4c42c30c1eb5bd27425de7172eafcc3422d376b7548c8ae246, '', 0, '?'),
(0xf4a859a129ca5cde2038f8dbd128c470, 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Loader/CsvFileLoader.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Loader/CsvFileLoader.php', 1, 0x00000000000000000000000000000000, 0x81b2191d598b8135642c04cab31843d0, 0xab94920e8e0806f2071a70796876b2a0bdc631d1fd7976583765e5f550e9770e, '', 0, '?'),
(0x13db439ff2448dd9a61749fe4a7a6d19, 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Loader/FileLoader.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Loader/FileLoader.php', 1, 0x00000000000000000000000000000000, 0x22ab04603c46a57429b8b2dc7b55670f, 0x3d9a28900cfde8f4c1e97e533eacabda6c02508ca3ecdd8b4374bb7f35f8b4be, '', 0, '?'),
(0x7e9dade0fb138b17bc51d1c54c7b1eb4, 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Loader/IcuDatFileLoader.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Loader/IcuDatFileLoader.php', 1, 0x00000000000000000000000000000000, 0x61425c9fce12f29ee3e980cb6f2e3716, 0x59a1fef6fe028c20e30b3b7393deba7be3ef5beafa79cb9f9cf3af960e141d94, '', 0, '?'),
(0x9d84777a9ae9bc5688a9f978cc640191, 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Loader/IcuResFileLoader.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Loader/IcuResFileLoader.php', 1, 0x00000000000000000000000000000000, 0x0a8d0479ccef83715badd721f8633d13, 0x73259ef75cdf47ebee30bd4a4be27b53c30dbbf53c54a5e2ff3a0f52f1b39d40, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x1cfa37301e326c80817d0ba0a198517d, 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Loader/IniFileLoader.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Loader/IniFileLoader.php', 1, 0x00000000000000000000000000000000, 0xfbded93c3e6686831fa3a59517959500, 0xac5c140f56c108ff3d269da5465df0b272a57d04f5c896b4acb13404f60288ac, '', 0, '?'),
(0x8935152453bdb30567f9f812a69cd4ed, 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Loader/JsonFileLoader.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Loader/JsonFileLoader.php', 1, 0x00000000000000000000000000000000, 0x21f4dcd6f9d24d76122883e19a987c8b, 0xe035e39202fb7c322b6aacda31f77b5a36574dbeb1d846ed2efce96b6e4eef59, '', 0, '?'),
(0x325308a314921a099f3697aad5906d30, 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Loader/LoaderInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Loader/LoaderInterface.php', 1, 0x00000000000000000000000000000000, 0x2b547625f528a20bd422ee0429b2c096, 0x02fb298949e3338707214b41bfbdbbbeb69b0a12d6d09c6ec3d580bc4088b36d, '', 0, '?'),
(0x7ae19cac4c8b465b5fb92b5897bc4f0d, 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Loader/MoFileLoader.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Loader/MoFileLoader.php', 1, 0x00000000000000000000000000000000, 0xaa8e4bcb4d759e65d0b656bd4dafdc58, 0xfcbac54459cafd826b7b8d6e1b83816a274f0a6da2fc2bf0ca7d1349710b6b04, '', 0, '?'),
(0xe3908f7dda81029d2052a6b471e01a70, 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Loader/PhpFileLoader.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Loader/PhpFileLoader.php', 1, 0x00000000000000000000000000000000, 0x95819dd66e35b888e3c17140d68d750e, 0xd1e2e472d19f72e8ce25209e660a1dece8f90f80ab1093a8d95ed76ae871648e, '', 0, '?'),
(0x06f5ee374e5fb831dd49bad97c02b2c1, 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Loader/PoFileLoader.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Loader/PoFileLoader.php', 1, 0x00000000000000000000000000000000, 0x0cfd5d44b60f9490f7c6078f104de708, 0x16e412ed7c55005a02dab3b7ef3ca8407e4f5c9b74d5dcb835b1e1f0ba533fee, '', 0, '?'),
(0xde7735035665dc9d42c89e3437a410e5, 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Loader/QtFileLoader.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Loader/QtFileLoader.php', 1, 0x00000000000000000000000000000000, 0x97f0a44f233646b51f69c339adcdbe91, 0xe197eee77fd7b64ca0731584e7bbd705d978489e9764556fb86745f0654ea16f, '', 0, '?'),
(0x921eb33bf23fab38e84f23638a76dbaa, 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Loader/XliffFileLoader.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Loader/XliffFileLoader.php', 1, 0x00000000000000000000000000000000, 0x346eb8a4934cc45f0674d2dc1bcab6cc, 0x32fff05eb41eb05bfbb81440a73f5bd2fc5d8bc675cbcb6ea9b20dae72cf2f4a, '', 0, '?'),
(0x9320469e617dd520471f85c915d712f7, 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Loader/YamlFileLoader.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Loader/YamlFileLoader.php', 1, 0x00000000000000000000000000000000, 0xe7fa447b653cea9424ed81b3e717728f, 0x9de19233b882ab1546ae18493443381b4090c6bad11b0170bc6f0e7ed1b8b1a3, '', 0, '?'),
(0x45784dc2d947024d7f034ced2024229c, 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Loader/schema/dic/xliff-core/xliff-core-1.2-strict.xsd', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Loader/schema/dic/xliff-core/xliff-core-1.2-strict.xsd', 1, 0x00000000000000000000000000000000, 0xfd528a896f7c6792b370930f64e58a2a, 0xb14bf6cb5850d45e46e063fb42f5993f22b5b18fa04cfaf0751a54c0e862029e, '', 0, '?'),
(0x17d7ef9708267df250e7841d3134af8c, 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Loader/schema/dic/xliff-core/xliff-core-2.0.xsd', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Loader/schema/dic/xliff-core/xliff-core-2.0.xsd', 1, 0x00000000000000000000000000000000, 0xafaefe3417450787b59d5a1d4ad1b387, 0x8a38594462383c19a8a3186b6ef4a1d4cd8d40fceab92c110e0eb8d83f6e6184, '', 0, '?'),
(0x74deac64fd123a181f1928702f998a7e, 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Loader/schema/dic/xliff-core/xml.xsd', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Loader/schema/dic/xliff-core/xml.xsd', 1, 0x00000000000000000000000000000000, 0xff48d862939acfe7dc34e2f8df8b14f8, 0x70aed3e47c659341fed1d3d2bb61482f63a03ac9a75f6cc6f924a9a3f454c4af, '', 0, '?'),
(0xfbc25b8ce6e4a938f7ae358589098927, 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/LoggingTranslator.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/LoggingTranslator.php', 1, 0x00000000000000000000000000000000, 0x7ba6d803e5809ea61fcc81f24b366d75, 0xd06e6fe03ae899e95292b0571d926de32b105370d23483d1eb0d27f28e3053f8, '', 0, '?'),
(0x5b867679d9a6cd755e911f7de6fbd189, 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/MessageCatalogue.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/MessageCatalogue.php', 1, 0x00000000000000000000000000000000, 0x942d93c6aeecc83e879efc86af7e2382, 0x8999cff0d21206efeeaa6e2b68d4406a966249851725aa0c94f65c345a4a7728, '', 0, '?'),
(0x1b48eabee4cde3f45ef8910a419b2b57, 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/MessageCatalogueInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/MessageCatalogueInterface.php', 1, 0x00000000000000000000000000000000, 0xf7751f15bcb60d99ecaac963118b8d5b, 0x41676cfd99c230daa2ce8d32158eaab8d1d4f61487fe11d17af06a2e7d00aa24, '', 0, '?'),
(0x872ebd277c835367012dd8765bea828d, 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/MessageSelector.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/MessageSelector.php', 1, 0x00000000000000000000000000000000, 0x3cf57db79ccb386115134f1acc75f1ac, 0x8511471ee6310714b1437c9c37e864ffe7b8a421b363df35538bbb9b141b27db, '', 0, '?'),
(0x34a8bdb92ddf6fd8e2135762e8c6b142, 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/MetadataAwareInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/MetadataAwareInterface.php', 1, 0x00000000000000000000000000000000, 0xba4a99528afbf00d106cf58a2c93aced, 0x189f90f40ddc008b92a6d3182272b4d3625a46417d343a35ab7ef0b976c0e51a, '', 0, '?'),
(0x9393f5a88b1897d4780a886b6f97114b, 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/PluralizationRules.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/PluralizationRules.php', 1, 0x00000000000000000000000000000000, 0x41273d3de6ce7d35a0e521fbda44b813, 0xd25ccff6d083efa5c8e715761891dba914b55ef7a3d38b923ff29cdf7fd08fd0, '', 0, '?'),
(0x3d3611a79363c910d880c82ad5324cdf, 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Translator.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Translator.php', 1, 0x00000000000000000000000000000000, 0x58b790eba0417a3875e5c974039b1b96, 0x8c69479ed513d0d606d12d45d8d8a4e820c651029fb7c6b20ee68445e4e58ee2, '', 0, '?'),
(0x174fa90cb93cd073e2ca3032a597ee16, 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/TranslatorBagInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/TranslatorBagInterface.php', 1, 0x00000000000000000000000000000000, 0xf228cb535cff48696f2facd234a1889a, 0xee82be2c4e51b076cd70489bac3e741d1bdc490478b547e6ffa4d5cd46b1eddb, '', 0, '?'),
(0xb387c891bd24688ae4283837f4ce0b40, 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/TranslatorInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/TranslatorInterface.php', 1, 0x00000000000000000000000000000000, 0x0fe3e283baf302de2244008ee027eed3, 0x754e2aaccc0635fb6c01bf59370419edbb91eeae356b70d76aad1cd06f404595, '', 0, '?'),
(0x8095d7abeb3a60080538be85a2207216, 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Util/ArrayConverter.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Util/ArrayConverter.php', 1, 0x00000000000000000000000000000000, 0x760a91d7151f64c7be7b235d7b3a6f67, 0x2de7cb108f40e92e408c640bc6b7e248e70bd0b0917a7fd2fd1e1a6ccb17397b, '', 0, '?'),
(0x224f437d0a31526d960b378957d07016, 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Writer/TranslationWriter.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Writer/TranslationWriter.php', 1, 0x00000000000000000000000000000000, 0x4e840912bf8382cfefa7ad663b07bba4, 0xed78f0c6ca01549f01a393ac5169580341c3a32717128761abcd85d0b47b572f, '', 0, '?'),
(0x55ef7d2279e620a31080a66fa52429f8, 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/composer.json', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/composer.json', 1, 0x00000000000000000000000000000000, 0x1167fa85b3405769f5aa24edee120f10, 0x5e19e07ef22b0b59d15b46e3c4505f84a3d74b125ceac77d632772eed08231b9, '', 0, '?'),
(0x8792b9fc38751d1d0519863154cb329a, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/.gitignore', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/.gitignore', 1, 0x00000000000000000000000000000000, 0x86f8aafbb5915b82118921ff297681f0, 0x04d7f6a3e2b0222dcc8a0931093ea0b30de82bf8aa8cf8bbce948184e1d14cab, '', 0, '?'),
(0x132daced93b2477369ca1ad23a2dda1f, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/LICENSE', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/LICENSE', 1, 0x00000000000000000000000000000000, 0xedfb0e067e7535d44353904eff3d4b41, 0x95f1f3d1ec9387a9257aa55ba510876576235de24c9f2d83f235540284ae4051, '', 0, '?'),
(0x5b29bcbaa689af245a5290f86c6fdb54, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/composer.json', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/composer.json', 1, 0x00000000000000000000000000000000, 0x39fef81c17efababe189fcd7b58a2a4a, 0x41bbde2ceb300a1ccad6d6c7c271080f4452e25fe767b17d7f2b6c5e9f79af75, '', 0, '?'),
(0x67c953e10eceb412275cbf9dc2f78a45, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/lib/Twig/Extensions/Autoloader.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/lib/Twig/Extensions/Autoloader.php', 1, 0x00000000000000000000000000000000, 0x0d90bd87116f9e94656a79182b1c6ade, 0xb9c52b55ab4e95ba63752b0164905cb26a385e47228c3a894403f09d0aaded35, '', 0, '?'),
(0x29a32ded2999dfee7e7d3c7d78924e91, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/lib/Twig/Extensions/Extension/Array.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/lib/Twig/Extensions/Extension/Array.php', 1, 0x00000000000000000000000000000000, 0xf72701d8e3d9679291e4a150453ebb68, 0x647c96fd49cebd44b7113841e13357f74ef227ae3061aa9db39e35eb30bcdbf3, '', 0, '?'),
(0x3a3c875e5627489fcfeef12ac4d8a53e, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/lib/Twig/Extensions/Extension/Date.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/lib/Twig/Extensions/Extension/Date.php', 1, 0x00000000000000000000000000000000, 0xd5c34eeacc97a97ab80138d1a84d7fb6, 0x3bbeaf1bd6add78b1cf1fdee22c570fdfa4a467dd7beb3bcccf09c37f89d7a40, '', 0, '?'),
(0xde43ff3e667ba497dff18b5a235b7049, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/lib/Twig/Extensions/Extension/I18n.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/lib/Twig/Extensions/Extension/I18n.php', 1, 0x00000000000000000000000000000000, 0x4a607f3a336f9e11af32a3eb371dc704, 0x3a6f1ffdfd2a047852af76404cce45feac957960c12fa2e440a81b2ee299ab68, '', 0, '?'),
(0xe5c80510c6987fa3d7ad88f5510c6191, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/lib/Twig/Extensions/Extension/Intl.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/lib/Twig/Extensions/Extension/Intl.php', 1, 0x00000000000000000000000000000000, 0x8f29fbdfbce3d59ac306e359a6f7233d, 0x611d98b3a80a15922ca77feb212cdd97fac8f0155e50771fcc0c18f283eb2dfe, '', 0, '?'),
(0xf01ee91be159147dd1595cc06200b41c, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/lib/Twig/Extensions/Extension/Text.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/lib/Twig/Extensions/Extension/Text.php', 1, 0x00000000000000000000000000000000, 0x61d760994872b82e6b12ddb1def56a77, 0x965370af4d9fbd79f83beac395037032693f2d52247a93ec47eee1ec10aa7a02, '', 0, '?'),
(0x0e55111cd7737df254507976334c9817, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/lib/Twig/Extensions/Grammar/Arguments.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/lib/Twig/Extensions/Grammar/Arguments.php', 1, 0x00000000000000000000000000000000, 0x89227e80aabf687e88a30770fc6a1c8a, 0x368b5bc9fce1a57a8bbcd147bf4024dd7f85014099b83919eac38e95271d7413, '', 0, '?'),
(0x71f01a5d512ac7f14a645e6f7b020a87, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/lib/Twig/Extensions/Grammar/Array.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/lib/Twig/Extensions/Grammar/Array.php', 1, 0x00000000000000000000000000000000, 0x6b6d24c879e5d934b310bc30fc2e78fd, 0xc78e85a9ee83adc20c569791b5bc7a2276be0fb3f532e403bf51b2d5c6f1885e, '', 0, '?'),
(0xa88703cf27bb4cdc827503db33a0992f, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/lib/Twig/Extensions/Grammar/Body.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/lib/Twig/Extensions/Grammar/Body.php', 1, 0x00000000000000000000000000000000, 0x839d9a90f0c14766567c9604de0dc401, 0x8b74c050543cc3185c91297ce58ec4b0bdc6fe4caacce9d4dbe6ef1ec5eb9c5d, '', 0, '?'),
(0x6c4b38a4eb306874f4cdcdeaf73b37a3, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/lib/Twig/Extensions/Grammar/Boolean.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/lib/Twig/Extensions/Grammar/Boolean.php', 1, 0x00000000000000000000000000000000, 0x16bdaa01d976b7775fc8bdc1db39dd54, 0xa2b47cab24af23749269f4bafb413fa1946cab31b9ab9d966e1e36206f954341, '', 0, '?'),
(0xa658e47ba6a2452f86263800c786a06f, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/lib/Twig/Extensions/Grammar/Constant.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/lib/Twig/Extensions/Grammar/Constant.php', 1, 0x00000000000000000000000000000000, 0xd3ffeda9d73031fbeb2fbe1e924d80b9, 0x4c6b91ca21768d7ad51fc2e770171910bac4383f74bf1f0b3774a64caf633ddf, '', 0, '?'),
(0xfea0fba8163421778ce358669025a8f0, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/lib/Twig/Extensions/Grammar/Expression.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/lib/Twig/Extensions/Grammar/Expression.php', 1, 0x00000000000000000000000000000000, 0xe9b860d2cc5551fa336308f0692cf948, 0x03190c42b468ae8d9cc7daad52f76280452436d59056507fb6fdfd25f7bbd0b6, '', 0, '?'),
(0xaf8e758ebecb432497720ca297cdf623, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/lib/Twig/Extensions/Grammar/Hash.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/lib/Twig/Extensions/Grammar/Hash.php', 1, 0x00000000000000000000000000000000, 0x04c03f1bb870502bcd96f81f5107ab09, 0x06b36e68aff318fd15a58048311d898d7146fedc42a200f20bc1e7a59e31a6cd, '', 0, '?'),
(0x4bfce61933d2ba0887457ecbd0c2030b, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/lib/Twig/Extensions/Grammar/Number.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/lib/Twig/Extensions/Grammar/Number.php', 1, 0x00000000000000000000000000000000, 0x330897b6e1cc706cb812ab56cbebca46, 0x064fdc1b698c9214a0867363762fab0da38f81db2abcd0551883adf28113798e, '', 0, '?'),
(0x1604d1b68f0f11b3e724f60b0f198396, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/lib/Twig/Extensions/Grammar/Optional.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/lib/Twig/Extensions/Grammar/Optional.php', 1, 0x00000000000000000000000000000000, 0x335a5b49563d9118211c0234d06467b1, 0x8014714c53e55c6d830d510d9bbc4e676698634c241d8f666b05d5f14373dc20, '', 0, '?'),
(0xa8ed8ab410016ab7270f8c1f6e746965, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/lib/Twig/Extensions/Grammar/Switch.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/lib/Twig/Extensions/Grammar/Switch.php', 1, 0x00000000000000000000000000000000, 0x1f59146970738e90676f8d0157d29716, 0x509ec75dea804e84cc6e54ef854581df3ae9d1576fe3b094400430a11f3d8a4f, '', 0, '?'),
(0xb55a9673cc5b9675d5323872362d8890, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/lib/Twig/Extensions/Grammar/Tag.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/lib/Twig/Extensions/Grammar/Tag.php', 1, 0x00000000000000000000000000000000, 0x949debbb2e491b9962223496d597b41e, 0x9d1e242bc05880945fd41f30d553a0898e231cf12f711796019d9323183ba70d, '', 0, '?'),
(0x8c727e14c93d71c9bf76d171148c57d1, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/lib/Twig/Extensions/Grammar.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/lib/Twig/Extensions/Grammar.php', 1, 0x00000000000000000000000000000000, 0x4668eb5a9191be1eb024abe1cb10f05e, 0xa0a16e85ec853d30f285b482ac5e514d4a7e6e8756f1a85c7395c3656b7af332, '', 0, '?'),
(0xc3621eaa070e594cfe49c80b88bead49, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/lib/Twig/Extensions/GrammarInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/lib/Twig/Extensions/GrammarInterface.php', 1, 0x00000000000000000000000000000000, 0x1daf709929fca60e1c411ba353499a0a, 0xf086bc25102c8c5d0febf9467ec8dc2acde858c28e861f6338dab40b45c28525, '', 0, '?'),
(0x7005ac9e919710c2f85ac4b8fe4c1850, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/lib/Twig/Extensions/Node/Trans.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/lib/Twig/Extensions/Node/Trans.php', 1, 0x00000000000000000000000000000000, 0x4353e4d591c1e0dee5a80cfc3ef4fd2b, 0xc7e0bd8c604d7f80e54a2d01c7a47c7d948df14fac20d63e97abd2b29cdbc84b, '', 0, '?'),
(0xc9bfc994e0617800e0cb6e6523cc7af2, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/lib/Twig/Extensions/SimpleTokenParser.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/lib/Twig/Extensions/SimpleTokenParser.php', 1, 0x00000000000000000000000000000000, 0xf5029ed738d744f88f368755430b3063, 0xca49a3be856c35aed917c2e55e47d81d460a396edafe3b1addf10c4d5bf10076, '', 0, '?'),
(0x711c3209e1f06509e3f877d8fb62d77c, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/lib/Twig/Extensions/TokenParser/Trans.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/lib/Twig/Extensions/TokenParser/Trans.php', 1, 0x00000000000000000000000000000000, 0x98d887f402f9ac86e4084aee46882486, 0x52af24b33b64b84c4f1e86e91f87d71fcaae1d43a5eae26a8be6dff4ca273c73, '', 0, '?'),
(0x68fa5d70b0dd4c352296348a7de55518, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/src/ArrayExtension.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/src/ArrayExtension.php', 1, 0x00000000000000000000000000000000, 0x75c6e1bf864ece313c315be22a59dced, 0x97c1df4c061afc94704726536587bdbb2ab7121a8800d36c55069c61a75cfa70, '', 0, '?'),
(0x2f4c845446bcc5ce46276004919d28a5, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/src/DateExtension.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/src/DateExtension.php', 1, 0x00000000000000000000000000000000, 0x7b0d2e497e02838f0febfaadf8f75ae9, 0x6de410bf33e7c895585fd98fb331e29224efaa95f4e2a319ac7acf3eb01ac9a5, '', 0, '?'),
(0x93a9ba4711759bc015f0c94497ed2fc6, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/src/I18nExtension.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/src/I18nExtension.php', 1, 0x00000000000000000000000000000000, 0x13011803edc930ff16ab8eab4ecb6bdc, 0x41dd523edf1ec17b3557a5b6933a68873e56ef71f65b003edf46690a0fd5187f, '', 0, '?'),
(0x11c47ed139f496b30c9c6e3a6a53b28e, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/src/IntlExtension.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/src/IntlExtension.php', 1, 0x00000000000000000000000000000000, 0xe435a9639a4a69512aa1328ecc72feef, 0xbd1e33eb7056343f18ac6c16f634141f64f08f94747998137d99bdc84f4c0fa7, '', 0, '?'),
(0x5da066880a22e99ce16e4e07d103fa8f, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/src/Node/TransNode.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/src/Node/TransNode.php', 1, 0x00000000000000000000000000000000, 0xb50eb6de986fdad4d46ae572d08d37a8, 0x0ad5c6fc467371a60ee820cac814487574d498befeb8e095138571689911a333, '', 0, '?'),
(0xfff441d131d4e704ec9962acef577c4f, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/src/TextExtension.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/src/TextExtension.php', 1, 0x00000000000000000000000000000000, 0x42d44e7155a8a7598ef504fb08e46c77, 0xea98f5d8fe19986b57c11d5fd0aca6e3f53302a00f9cff57c043bc0b7c412e94, '', 0, '?'),
(0x2b01979f81af7fe18d9a10494c8a70d5, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/src/TokenParser/TransTokenParser.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/src/TokenParser/TransTokenParser.php', 1, 0x00000000000000000000000000000000, 0x53bd3c65415ee42f1b1da25a2ab4432f, 0x5c9d698c70a7989c202d5a6ac6982a259b9e1ca0f8ed0a7a856a19e3dd8d8486, '', 0, '?'),
(0xc8fa3f9ccf35cff12034b2f6cbabe984, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/.editorconfig', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/.editorconfig', 1, 0x00000000000000000000000000000000, 0xc1be7a30bae43bc6616f3f266e199030, 0x9ad7d17b73f97a9cc8a9ad8a9fdaa67763ae42ca0724349d6a60a63bbc6c7559, '', 0, '?'),
(0x2721ff5759d340a6e6c241d989db3886, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/.gitignore', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/.gitignore', 1, 0x00000000000000000000000000000000, 0xd53ee40de7073b2d3e90729ed2c82cb4, 0xd870df48a85622d09de58750bccd4a4148ba55dfc10ff70bcda309b08cc8f1d5, '', 0, '?'),
(0xccc5d9fde9dc27eab4e9952b081c8fda, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/.php_cs.dist', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/.php_cs.dist', 1, 0x00000000000000000000000000000000, 0x3196c96762d1a64cdfa68762bb3d67fe, 0x0b0a0c2cc4de1e2f5192a89a492cfc3507e9be2a3c513a3b0b4db761b87446eb, '', 0, '?'),
(0x833a517f475d3a59a75fcd51049d0a04, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/LICENSE', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/LICENSE', 1, 0x00000000000000000000000000000000, 0x7071f9cf6e8b9598b0a9560f1e757278, 0x086dd0b4863c7291b9c51a76cf11cd76705eceadc8734b6a656404c9b3dbcab8, '', 0, '?'),
(0x7d6bb9ba5a8930de6c73313e459f8bda, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/composer.json', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/composer.json', 1, 0x00000000000000000000000000000000, 0xfd3e18415d95b26f79839996c6a189fe, 0x478cd8bf431b83f332d70f64fda7c5cd49f41eae567efca6c5a6b15ce484d040, '', 0, '?'),
(0x279edf9157fdf7e0a8e968550d5444ba, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/drupal_test.sh', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/drupal_test.sh', 1, 0x00000000000000000000000000000000, 0x36dd5315474c7d06537e8515f5468d6b, 0xee0e5d61df1b76922333cda05566ac7a3c2b0cca02d2e962ee1597dd266f472b, '', 0, '?'),
(0x3d2d0c14da30e1846a72edd511f2a9c8, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Autoloader.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Autoloader.php', 1, 0x00000000000000000000000000000000, 0xeb9478b25ed1364b5d95d27a0ad45481, 0xa1853cede9f8db19863c6e2053e289c7ddb9b4dbd746303099cb853b60377fd7, '', 0, '?'),
(0xc8ccc97ff6aa5d102e2b9842837da1d5, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php', 1, 0x00000000000000000000000000000000, 0x1ed9b177b55a0d479cbe34b63dea580b, 0x264f1de7b9cef337d52bf7c1ba312dc02f14f39a9d9f11b1d0a8467ed4d66094, '', 0, '?'),
(0x7910483e9bc76f28000bba35a6a9a80a, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Cache/Filesystem.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Cache/Filesystem.php', 1, 0x00000000000000000000000000000000, 0x27728fef0414b2c8ce6edba11274ad81, 0x4b61bb34016b54f24dd892b96545fffc92a4df4d12ab8d73e43a49ff3ab6a0ad, '', 0, '?'),
(0xa513d49780677ceb6eec7f882c316baf, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Cache/Null.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Cache/Null.php', 1, 0x00000000000000000000000000000000, 0xadf465a2c9d22aa4718b879fd0c0f9fe, 0x2bf89e36179eacfbd6f2025b8691f5266da0b28cd3ad443368d1d9c29a9056c8, '', 0, '?'),
(0x9f1e8be9cdab34231f2d334f73343d66, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/CacheInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/CacheInterface.php', 1, 0x00000000000000000000000000000000, 0xb7b72185b7e1d7725a04f59c7dd7aedc, 0x4d70bf0ca9f14c99f251361dc99de15c23aba77eaa5c6f1d8b37df13fb51a1e4, '', 0, '?'),
(0xe5720079251e3969190b0c9b9638a95b, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Compiler.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Compiler.php', 1, 0x00000000000000000000000000000000, 0x85db6f2fc0eac55f14a1e4c8fa9a241e, 0x7c10fb0004b1b9816cc57a6702f43c144c8fb287264c96c71bb89b067149642d, '', 0, '?'),
(0xf86bad79d5d1d8565e3af223c0dd5a6e, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/CompilerInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/CompilerInterface.php', 1, 0x00000000000000000000000000000000, 0xf879825a8eb81494fe560951b7315b1d, 0x6f362c8cfe27f366911fc5f757caed58569d9d1d460e9a501c3912098794ef3b, '', 0, '?'),
(0xa29e377192c16679cb483d5b47825f2d, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/ContainerRuntimeLoader.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/ContainerRuntimeLoader.php', 1, 0x00000000000000000000000000000000, 0x95d433f3c7de31318ff0e1fd6585c1f0, 0x5d9c4f421b83e9a38f711924f1a88b771a59302b4085022f4685a2a1036b8431, '', 0, '?'),
(0xfe7f2313d137e5264b51070aa8e1c4cd, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Environment.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Environment.php', 1, 0x00000000000000000000000000000000, 0xf641a8e9b4eb0405ce2d416759bb6c6a, 0x4c6341a6fc9614b1a870d43edd403331589115b56f5377c38bfbc2f667bd31d4, '', 0, '?'),
(0xddf03f4ba46ee11f140b312414386b75, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Error/Loader.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Error/Loader.php', 1, 0x00000000000000000000000000000000, 0xeb99e644d8d69985551f57392d40de2c, 0xf2432bd82d99679521d61d3a672df2852f7f6fe5897f2b94bfb4c2f3d4ef22eb, '', 0, '?'),
(0x9440d5c7faa8a508fe4d3a68ba741a4f, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Error/Runtime.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Error/Runtime.php', 1, 0x00000000000000000000000000000000, 0x0c5e927235bf5d8a0f208f4de1c9c38a, 0x8ce1562a426cdac406629cfbab053eb39c82b1b9308ff3d863453ec6722cec62, '', 0, '?'),
(0xa9977c7478da3548a9e854e1f3d12dd6, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Error/Syntax.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Error/Syntax.php', 1, 0x00000000000000000000000000000000, 0xcaf5f775a5d61062126041b079c747ab, 0x33df2fb9a9df50a3ecce09b068b6aa9c3d6d3fb9e5bdba93c7734bd9d4e25620, '', 0, '?'),
(0x6b2603e9cf20046291119704dfabd131, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Error.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Error.php', 1, 0x00000000000000000000000000000000, 0xe041f9feb249c738f0fe66d8bddb829d, 0xcdfe5236b4b90220ac3c683538f939b2eb07f4bec9cb4bed8a6db3d131412d83, '', 0, '?'),
(0x9e461397f96066778407a47d808d091a, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/ExistsLoaderInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/ExistsLoaderInterface.php', 1, 0x00000000000000000000000000000000, 0xc718685eebc9e55023f7efefac0658ab, 0x815dcd138cc530222363cea962d64cb16d1c02c858851f276c742b78570f47ea, '', 0, '?'),
(0xf98c0bbcab80234ffb8b21008d1016af, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/ExpressionParser.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/ExpressionParser.php', 1, 0x00000000000000000000000000000000, 0x596a3e70da0d05a703269b1038491a8e, 0x094ca0e316de7da51cb30ae381f42ffcf1311ef389f433642ce95208e5151eab, '', 0, '?'),
(0x676bc0e676a71c2b0d87d4b31b91db67, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Extension/Core.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Extension/Core.php', 1, 0x00000000000000000000000000000000, 0x688edb5b040795ffc1c649949b9020e4, 0x7cfcf7c18f610f5d311bdd4931c92838a33bb55070d8c8e6fbcd1add6731b282, '', 0, '?'),
(0x3948355a790fcb627de944989535bf6b, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Extension/Debug.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Extension/Debug.php', 1, 0x00000000000000000000000000000000, 0x20a45cf8947048e4df447cac84670ad7, 0xa9ae57006ecea4aa95d570b845a32bd3443915763f867e4fbb53fa1b2e61835f, '', 0, '?'),
(0x328b61b4162aa27267f07d572f8ce91b, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Extension/Escaper.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Extension/Escaper.php', 1, 0x00000000000000000000000000000000, 0xf5bda38342085f42bf0c409a480a4916, 0x4fec896d233e97ed7ef0b972a1083e69fa511f9f4cc6d9d5f9e44a86891f058f, '', 0, '?'),
(0x593dc2fe3c3247396a1724e8deffa37e, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php', 1, 0x00000000000000000000000000000000, 0x88cc9e31a42c9b0483a98557e6acee94, 0x43eed6fa2269d87a3973ecf8dafbfe745e41ee57d3f98510362743ae37df7088, '', 0, '?'),
(0x6675ad27ce1628b001bbbeb75bf32b6e, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php', 1, 0x00000000000000000000000000000000, 0xba7437ba97d953923ef1e185d643f136, 0xb5a13b546795d992e6a2f734aa2c301e662403826e9f3ab3cfcfd6153db151d7, '', 0, '?'),
(0x5d283e5ad842412f3a2d107ad9896531, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Extension/Optimizer.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Extension/Optimizer.php', 1, 0x00000000000000000000000000000000, 0x8be7d45230ef827595644df29173f352, 0x798cd8f0c8620a7f17cd535439a147ea3c6087a413ae83b4be330e9b0fc3add9, '', 0, '?'),
(0xe6ddfb626d5f1503f5d349e195ec4fd6, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Extension/Profiler.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Extension/Profiler.php', 1, 0x00000000000000000000000000000000, 0xf1fc3dd099f3f9abda52047475a17e06, 0x8612437a1a6f05784c80861a1bee0f553556dd315ef4418787f01f0e13470223, '', 0, '?'),
(0x4c34f950ae2f72ead001f6ced0d741de, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Extension/Sandbox.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Extension/Sandbox.php', 1, 0x00000000000000000000000000000000, 0x555caff70bee91ccdbf25284843bb50f, 0x788f787a005f6775f4bbc16a2ec1b4ca43e1da30ee209671f0c66fd244d0b5eb, '', 0, '?'),
(0x9458eae22849bed3850fcabcdedffde1, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Extension/Staging.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Extension/Staging.php', 1, 0x00000000000000000000000000000000, 0x35df3645402559babb0101c51cbc1977, 0x8c9780bd5662b34caeabe059181740c70ea7f1f6d8bbb20814c53e490be377a4, '', 0, '?'),
(0x7777bd432f369e672f78931ca566b5e0, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Extension/StringLoader.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Extension/StringLoader.php', 1, 0x00000000000000000000000000000000, 0xd7ad54d0cdd88eed621935468748f76a, 0x737b8f54d84a560401bed1a30e9b9ea8e78da370117c77b7125cefb7b44c4c21, '', 0, '?'),
(0x479227757b3bce7b1c3537a921658c3c, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Extension.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Extension.php', 1, 0x00000000000000000000000000000000, 0x56158c52565b15eaab10dc772e4e2dbd, 0x6198dd254b26cf09042fcb2c18ef4ada59953696ab034f256c6c882cdb5435c5, '', 0, '?'),
(0xf85f5d9c8aa2dfa298d1b080fd515e2c, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/ExtensionInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/ExtensionInterface.php', 1, 0x00000000000000000000000000000000, 0x993c47854290a867168ee45e090ea539, 0xf498f16a31452f24458af702213cd6b7771d16aff5483ce81ef3ad743d224d5f, '', 0, '?'),
(0xcbe2fd302760dc82044bc66e86d72305, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/FactoryRuntimeLoader.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/FactoryRuntimeLoader.php', 1, 0x00000000000000000000000000000000, 0x965a0baf7212fef6ea2e800237c4cf13, 0x65150e26eb5f6b68c33c11064248558beb24653867889fcc55d66853533ef957, '', 0, '?'),
(0xd4cf1addde8f1eb90f4dbfb7e87b0a71, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/FileExtensionEscapingStrategy.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/FileExtensionEscapingStrategy.php', 1, 0x00000000000000000000000000000000, 0x7897962ea6cece13730b91dc26c5d8ed, 0x752a3ef23c36f0ffc15b739cd2c6a24e326ba13abcb6082dc201a95078780e82, '', 0, '?'),
(0x2276b30c5f5ba46ba7cac66ebdead385, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Filter/Function.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Filter/Function.php', 1, 0x00000000000000000000000000000000, 0xc1d586918f181931620ae18a9aca6405, 0xf1ca62420a9982ce9ab0c57ad787d2d880331df72901d000c958328a3373f01d, '', 0, '?'),
(0xa01d4ed113e288012a9f4bcf7b64044e, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Filter/Method.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Filter/Method.php', 1, 0x00000000000000000000000000000000, 0x1b9bbcdccd7b605ea1b99a64fc941366, 0xff3f6ff802c9e283b7b9bb09e8ab3b86f77065d6f83bcb859cf632f1052bd596, '', 0, '?'),
(0x69ad34863544b7919780f516862fef4a, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Filter/Node.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Filter/Node.php', 1, 0x00000000000000000000000000000000, 0xe6e9fe4cb145b15c0111ec7700814bc3, 0xefa42d02a00a21d565e4902e832fea42bb5f84c07929e4828bcdfc492efdaa01, '', 0, '?'),
(0xb67182f41095e2bdd901ebda92364d0b, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Filter.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Filter.php', 1, 0x00000000000000000000000000000000, 0x02f93c5a401fcdfe12aadbfb705405cf, 0xf57fea574514ba3ca42bf4ff5e126398b70df7d29445dc123c858762e916df8b, '', 0, '?'),
(0x971929e04150c11c215e2017e4dc384b, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/FilterCallableInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/FilterCallableInterface.php', 1, 0x00000000000000000000000000000000, 0x111ca315f23d3ae1355c155d1392bcaa, 0x3b456ba86665a0464f5bfe21c5058fd01f75d6bb10ba1948241fcce005f46ad0, '', 0, '?'),
(0x97e3df17a080bd9c19277c6685679742, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/FilterInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/FilterInterface.php', 1, 0x00000000000000000000000000000000, 0x4d1ee1bc4f07665ad94fd7fca9082352, 0xb6cdc2d137a3611badfab05d7073cdc9dcba76f2ac21b827773481b59437138b, '', 0, '?'),
(0x40c6443cbc14a1706bcb17a204a8d126, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Function/Function.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Function/Function.php', 1, 0x00000000000000000000000000000000, 0x592b4962a8cb86a39ddfe863b9b0aee3, 0x9d8986699f6f31335929de6c80974678dad454f3a36c37bc81e2b1b7be055d0e, '', 0, '?'),
(0x216bcfd891346ffab02e3d7732d49b12, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Function/Method.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Function/Method.php', 1, 0x00000000000000000000000000000000, 0x73e2b6c6f1ee78bbdcd33f8bf91c64a8, 0x819c94b425cfa482df2bdb8b1514eca1be3399f62ca63ab5d537ff88fdebcd1c, '', 0, '?'),
(0x960db96606340d60af9fce2f1bfbb66e, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Function/Node.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Function/Node.php', 1, 0x00000000000000000000000000000000, 0xcd46095566edba7cc788d1dab5cd4be7, 0xeb5e5b06c436a5dae608366dab37c28a6f1391c5e74f38f3fb02e41b1a0e1fb4, '', 0, '?'),
(0x284c498fbd4f4f22ca8de6bdb7225292, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Function.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Function.php', 1, 0x00000000000000000000000000000000, 0xe7f1f51d835a26fdab7536254a2cdab5, 0xf7b1e1231b98b61f73c9ce80a573fc95fe3e036eda760a3ce1e83ca892c4efcf, '', 0, '?'),
(0x9f5635a15bb384fbe722136ab6d426df, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/FunctionCallableInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/FunctionCallableInterface.php', 1, 0x00000000000000000000000000000000, 0x3e69f85ce1f6333e1eabaccc20d32faf, 0x518684e3bb5e71de107506f5a834441286b8de4192f954563b6f2a53a81e8192, '', 0, '?'),
(0x82235d85bf38194d913b7e6cbe34df54, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/FunctionInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/FunctionInterface.php', 1, 0x00000000000000000000000000000000, 0x3da376a63add0412aacb80e4287369fc, 0xb67bb9904a52af74109cd688b1670abfc8acae81d11eaf83e5d46e824acc4fa2, '', 0, '?'),
(0x0b3176cebb1c7a00bf9bb4bb87352e1f, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Lexer.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Lexer.php', 1, 0x00000000000000000000000000000000, 0xbdbb2b34e421a070b404ed446dae5da4, 0xbb90aac16cf28e4bb7cca332afdf4f97884e13a25b4720ce09f447b1489411a2, '', 0, '?'),
(0x77b7de8a6da0745309232a401209d25e, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/LexerInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/LexerInterface.php', 1, 0x00000000000000000000000000000000, 0x64bfc41b1fe5c31654465feda90cc872, 0x12cf2d5a0927b3e2d781f04a19caeefec7ef07fcbf56267d1a393017e8d20c3e, '', 0, '?'),
(0x8e77e8d34f443d55dc0d2148825d849b, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Loader/Array.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Loader/Array.php', 1, 0x00000000000000000000000000000000, 0xd74371345bd83298f7a3bda6a33d12fc, 0xe720d3a459292145869bdd21d6802c1eec3eb49854c1c809f263e046551e6761, '', 0, '?'),
(0x025a081fb6938bafa98cb721979bc24d, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Loader/Chain.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Loader/Chain.php', 1, 0x00000000000000000000000000000000, 0xf054bbbb376b6222645132a4104bde38, 0xa366ec32f686a66709abe529b41a00812a738878e4cdfb786148ec6d700574db, '', 0, '?'),
(0x5bd2776783f8550e66a014c4af1e47ff, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Loader/Filesystem.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Loader/Filesystem.php', 1, 0x00000000000000000000000000000000, 0xc1d01790d034d65d53df3095be33a3d3, 0x3e8dc9514c6fd65f3e0a649cfbb70cdbb37c872f05cb34165c277faa5c37d2b9, '', 0, '?'),
(0x74d8eace40abd4a4e2e888fa0436ed8b, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Loader/String.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Loader/String.php', 1, 0x00000000000000000000000000000000, 0x13f5ccb47bba6bf7c9d68b3ae390cc73, 0x59761b71e73bdf27fc55ad410e0df8646afe819a31d72e5595323e0fd25b6524, '', 0, '?'),
(0x4883ff96a42e2b92580043cbe9e158b7, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/LoaderInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/LoaderInterface.php', 1, 0x00000000000000000000000000000000, 0x17fab939689d57c0359a9fc910eb9f15, 0x9f659e24d3d2176e6bbc3784a44d668b1bfa991fcccd40d2b407b3e0e72f4d9a, '', 0, '?'),
(0x1834b61d673fefe82e2dd33b2b3c4f1c, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Markup.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Markup.php', 1, 0x00000000000000000000000000000000, 0x34d62ee5481c94ec179f183c7e33164e, 0x9a5e804578b8caf77e1e19da32ad0ae97f0e164dd707469eb3ee3bedd36cd3ab, '', 0, '?'),
(0x6f7504ad78a07fbbbd93327d94aa24f9, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/AutoEscape.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/AutoEscape.php', 1, 0x00000000000000000000000000000000, 0x567440282e90ad48390bbc38760e73e4, 0xebfb010a15df7d574b80a4431c777d2050e458fd278227e45004421f7feda31c, '', 0, '?'),
(0x7c6ad20a03cb2daa0cab822b190befc5, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Block.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Block.php', 1, 0x00000000000000000000000000000000, 0xf8ba844823cd01212ff4c2eeb4bd5173, 0x17c85ee0d7c7c6dd995192dea48eb2dd3f67e5be352b3b41b8ee5c6c259300f6, '', 0, '?'),
(0xf0d05ea4c8b7ef95fae0c2a67b509e06, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/BlockReference.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/BlockReference.php', 1, 0x00000000000000000000000000000000, 0x22705486f37e7e25ed2a0fcd9dd76205, 0x152fb390c6f4a032ea3a59b81326cf7c58f3736857caf4b4fcc381c0eca329df, '', 0, '?'),
(0x62423043861d60b4b730cf26cdc351d1, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Body.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Body.php', 1, 0x00000000000000000000000000000000, 0xf0f8df41745713e81dfaa75cc9265a3a, 0x07033e9ee5be932b36bf125b358d1b77194d1eb8fafa11c3b8381cae63972b51, '', 0, '?'),
(0x2ee2042eeb1a59a846e57ff1d40505cd, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/CheckSecurity.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/CheckSecurity.php', 1, 0x00000000000000000000000000000000, 0xe58ad9e711d95c58724e3f460f2ec785, 0xfcf7a461ed25cf0e82095b74969795e41dea72de6692f8d2e4d1c06dc3b6e5ad, '', 0, '?'),
(0x48b442f7489be62d1a421c2faf3979ff, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Deprecated.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Deprecated.php', 1, 0x00000000000000000000000000000000, 0x1781466f91c8ff87c35027deaf4067c8, 0x74873fdaf7ff4096ff0fc2e8c0d9aa8d99a044f1dc2643a9858ae9825227e9d0, '', 0, '?'),
(0x1b0ed475d5e9e5f554bc94e29fdbe94d, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Do.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Do.php', 1, 0x00000000000000000000000000000000, 0x871cddc4995f464d1595902ebe13a09b, 0xc138490ecef4644cd5435cdbc424b8b3db272b55bdada860becaa1a65742b195, '', 0, '?'),
(0x984f337d0322f715c6d1cab90def1bfc, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Embed.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Embed.php', 1, 0x00000000000000000000000000000000, 0x72cab50fd3878b3384249f1bf950b3de, 0xfca965352c848c179e8b74404c534e175f83ffb670cc5da78ff7e5315af6a2dc, '', 0, '?'),
(0x3d856dfbad6ecae4cfdfd2f130af3d8b, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Array.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Array.php', 1, 0x00000000000000000000000000000000, 0xacca240be16008563b01161a6a922592, 0x43d1beda8401bdc5e31c628ea249daadc02b7ebea8aa4056ffaff5188d928568, '', 0, '?'),
(0x68ce6f5a399721742c8446cd02f0c5a9, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/AssignName.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/AssignName.php', 1, 0x00000000000000000000000000000000, 0xb23bacc7daa066580bafbb184ed3c30f, 0xe08ec03d6129c71e579171b73844972cc551614cda18e8ae35503c5e2f288328, '', 0, '?'),
(0xd9bf2a371ae4ed6dd1be77525c6d8e34, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Add.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Add.php', 1, 0x00000000000000000000000000000000, 0xb058fc597486fcc70186a058cbe8008c, 0xc73a40565bc1e74b14f0fda8b37e19a8ead150d2c24fddda82ab372487e3c73b, '', 0, '?'),
(0x5d42dd6879f1bbf6b7135cd91dab572d, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary/And.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary/And.php', 1, 0x00000000000000000000000000000000, 0x8026dc07f391b027960a24f0028bf4e0, 0x291412479c661c3c2892b05982ab0bfcd17cadbf4d91abede7ff63b976805769, '', 0, '?'),
(0xa95d58be7ff4fd1435d497ea7147f2ed, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary/BitwiseAnd.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary/BitwiseAnd.php', 1, 0x00000000000000000000000000000000, 0x6ab46e39a69bf3dfd478f682b8e72119, 0xb903b14bea6eed00296d282aa53e096752d21f8a277e979641921fec5c1c4367, '', 0, '?'),
(0xd81d4709b1779a0bc073221e791f15a1, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary/BitwiseOr.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary/BitwiseOr.php', 1, 0x00000000000000000000000000000000, 0x740b30dafbbd84abb3c4bf84237bbff1, 0xdf1a37559a82ba1d561cd54457ceef30c2a634d530da2571ed54c45daecc8a02, '', 0, '?'),
(0x8eb2f746a1fea461bdb5bfdb7b9eed0c, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary/BitwiseXor.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary/BitwiseXor.php', 1, 0x00000000000000000000000000000000, 0x49bb447d9e19c4ffe3febf89bd425896, 0x955c68e85811540238641f8de03ba3197c489a85a2979b80cc85305e699dbdca, '', 0, '?'),
(0xdd00fcb74d806d18719dea6a33cfed0b, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Concat.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Concat.php', 1, 0x00000000000000000000000000000000, 0x297075c07489ad267ac9e036252de819, 0x921fcaca5519acdfe1258e4b51ede2c731043cfc1a106c0e48547e62c0db8939, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x9c6d4826778c75651aa758a359594eb8, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Div.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Div.php', 1, 0x00000000000000000000000000000000, 0x5fe25024048cf2f6f40ef1201c482033, 0x7c7605c181e66b90e7fad2d68b46d71d3dfedd1406f936e0c9d617208c647a4a, '', 0, '?'),
(0xbf2b11291213be7d728a472da5bee60c, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary/EndsWith.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary/EndsWith.php', 1, 0x00000000000000000000000000000000, 0x02f14987dc37f3695153f6b6d05280b8, 0x8cd7e02102d9f45eca020490cfe794581655988a06530aa6d9d568784cd71929, '', 0, '?'),
(0x2f5e57379f6f7a10880e73ac59bdd952, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Equal.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Equal.php', 1, 0x00000000000000000000000000000000, 0x3911fba4609bf376ed8cf8ab7cbb783e, 0xc72563c3655d9204012c28b055726ff09233e8dcd9eec5356f1bac6cffb3bc04, '', 0, '?'),
(0x7f5735ce2dcca9ba6bfdf28e76a0bc6d, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary/FloorDiv.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary/FloorDiv.php', 1, 0x00000000000000000000000000000000, 0xf61f1ed73ffa40b38f9cca63a20cb587, 0x3b44b2483ccd6a17c1fd6a79feb96d51a9ff79cea3d2f62184510b12e4543343, '', 0, '?'),
(0x6e796df8ad07669882f3916c8564e53d, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Greater.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Greater.php', 1, 0x00000000000000000000000000000000, 0x631726763384ac53411e7a8ab0379be6, 0x8b245c8d243a850a572ff82d420b0771b7f0499ec9f3cd138638e3c337a22fd0, '', 0, '?'),
(0xd46b27a1b916943c778f92c03042d1a3, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary/GreaterEqual.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary/GreaterEqual.php', 1, 0x00000000000000000000000000000000, 0xae3ba349dcf1cb2f7a4b5b206703b480, 0xd04685d0e6e6388e95d0a680449cc6692ad7492ad4a122bf83ff03ba199a173e, '', 0, '?'),
(0x901e14b5b5e05ebe1b1c4a0408552430, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary/In.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary/In.php', 1, 0x00000000000000000000000000000000, 0xaad02a9dcb4a9b961a14cfd9a395840c, 0x354601fc21bbd05c9fd2aef4c36516d1cc6d48350ea427b863dc464ef24c7b32, '', 0, '?'),
(0xf85552528640caa0cd55c585776ea8f0, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Less.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Less.php', 1, 0x00000000000000000000000000000000, 0xd916b824e012ed7d252a5492d9fea98c, 0x9949caf2afb3db1bc521df872f5253a089ccc85b90384757feca5315eaac395b, '', 0, '?'),
(0x38cc0f7febdfbd041e717853d6ad14e6, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary/LessEqual.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary/LessEqual.php', 1, 0x00000000000000000000000000000000, 0xe4bd5c0f836e5287ec2dff90d0134c97, 0x40ed43c8840ec4fd6534d037e6ea6200df302e9646600ac14c086261fe0f50c8, '', 0, '?'),
(0xd88cb86c4f5175a3e47fb4ce5a20bf7b, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Matches.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Matches.php', 1, 0x00000000000000000000000000000000, 0x08054e7515875543c026e70a260503d2, 0xc4d96b1a6a006a330a1ab529b7db7df38e2afffd48fa06c1c3f4738b353855a1, '', 0, '?'),
(0xd5160472e959aa6daf24ac9703b05ac0, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Mod.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Mod.php', 1, 0x00000000000000000000000000000000, 0xe288666b50d25c9ca715e28e7efe2246, 0xacc6bc605a2d86959d34c2851e7df0accc155f3a5f57c85798b9c4467cf4bf80, '', 0, '?'),
(0xc275b9213451e6d75b4a74c4b10318f0, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Mul.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Mul.php', 1, 0x00000000000000000000000000000000, 0xbf16aa555475333ead541693f891f31f, 0x496cfbd075782f96e624912f22e1f7d6fab63fbf98aa2261009b817e9080d791, '', 0, '?'),
(0x492c6fd696d0ca2d3db2c613a5e8aa90, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary/NotEqual.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary/NotEqual.php', 1, 0x00000000000000000000000000000000, 0xdee985d04916ec39044cc3208cc3ff27, 0x037cac3afd083e38b7c1fb13f42b416ff7f5f58b7f07c4d1b0454e944dd17be2, '', 0, '?'),
(0xaf8b5033de16255a2e58a28950626ff2, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary/NotIn.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary/NotIn.php', 1, 0x00000000000000000000000000000000, 0xa42e3600f6ee4b9015146f146407de1a, 0x8860697f424ac397c66b4fec2e27e267c8df0ba6c108236cf6d7c2f1b41f634b, '', 0, '?'),
(0x536c2c025e18b04b810dbc88f1764440, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Or.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Or.php', 1, 0x00000000000000000000000000000000, 0x0098bfbf0fcfcb1dcf7c377e106a3535, 0x6c596332867f81064ea2c914b86d5d38d2ec704ec56779c44a8d6b044cb848fc, '', 0, '?'),
(0x8b9d97798cbae7e987f3f7cc49c59510, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Power.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Power.php', 1, 0x00000000000000000000000000000000, 0x2ab4af71cc11116201a8c2f85a109f5b, 0x25c2625fb06fbdd9acd5cd9bc4dd5ee4fb4474c3c976ca545ddef85fed4ec11a, '', 0, '?'),
(0xdeed0f0c968e4dbcd1a7a084bb0e88a0, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Range.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Range.php', 1, 0x00000000000000000000000000000000, 0xcb87841e24a810cf136c6b406a115974, 0x4c9d2970f6cd6a93a54777f4f320ea1b29fe00a54a6130fa18a4371a88ef50e9, '', 0, '?'),
(0x59389cc4a3d67924318cc380cee83193, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary/StartsWith.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary/StartsWith.php', 1, 0x00000000000000000000000000000000, 0xc96dc2e1b4a97f56d40c7017242dd3a8, 0xa85f484907bbf5e5f557e4c2e0967040a6f996419e53b898dbcfbc69a43515a1, '', 0, '?'),
(0xfd16d7f0590f0d5b1c121ce614d8617f, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Sub.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Sub.php', 1, 0x00000000000000000000000000000000, 0x37a6c0d27da41f67c71d37c9522fc3ab, 0x028dbc3839abba5eddc73fefad6a20557905053f10c153bb7192841fa50ca9da, '', 0, '?'),
(0x9461b262823977201097d71e03a05b85, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary.php', 1, 0x00000000000000000000000000000000, 0xc56d590a0b11cb204c27965802f542a3, 0xaa10e69b62a379d51b5a10185d7eb68581e99226d6af4a5fb92130916032b17a, '', 0, '?'),
(0xa146615ab140b954189ab59f6630a214, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/BlockReference.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/BlockReference.php', 1, 0x00000000000000000000000000000000, 0x54c0d3c943d3e6f224234669bbaa076d, 0x44513dfc13cb69cf525c454224dbe20b9217e5c2d0761068e679d675d40da2db, '', 0, '?'),
(0xa906bc713f4dcefc061988afb9b68b45, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Call.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Call.php', 1, 0x00000000000000000000000000000000, 0x2afc9b891fea3ecef2133b1184a7e060, 0xea931d8d2b2f68cd9ff0f86a166d253abe30d108d32ae9e76326b916b57b6606, '', 0, '?'),
(0x508fd2f9e13e65dcd447e01ac0c6e33b, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Conditional.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Conditional.php', 1, 0x00000000000000000000000000000000, 0x1c85c9566478e9454b836df8afdb49ca, 0xd42dc03580e9b8ff8a9d4ab3a3dc2c2b49a3276ec7bff112e3b3d6837a9b8a0f, '', 0, '?'),
(0x784e59fc0f49a795f81174a484b8dd6d, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Constant.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Constant.php', 1, 0x00000000000000000000000000000000, 0x1799976844e1d589e8b42144040015fa, 0xeba50cb848d8cf5b75b9de45e50be5db7443eb089aaba774a4b765f2dd12466e, '', 0, '?'),
(0xe04c985def75813702d85c359439402e, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/ExtensionReference.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/ExtensionReference.php', 1, 0x00000000000000000000000000000000, 0x8b14d518a26c60fd5b63cebfdc72dcb0, 0x43278d124526994407c2222c356eb3a065835e1504b695d437ee627f8c46db75, '', 0, '?'),
(0xc43171592d9ebbabffc580bae064f5aa, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Filter/Default.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Filter/Default.php', 1, 0x00000000000000000000000000000000, 0xd0c94f835d7aa723b332cde44dd4c911, 0x0f51f86a55e807d65372f30672ae271da9651fde52aa69b3df3fec46886487e4, '', 0, '?'),
(0x927dda190d713008964d0b9ae576ba95, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Filter.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Filter.php', 1, 0x00000000000000000000000000000000, 0xc6895989d8ebaa867d86738f02cac94c, 0xc124de90eb27852d7fb778246e767fdd56ed2e993fd27ed68b8eba807f5026d1, '', 0, '?'),
(0x7f2500dc6c1f4d7660440a9076a3b415, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Function.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Function.php', 1, 0x00000000000000000000000000000000, 0x40e182f31e72a824417ec353538b0f5b, 0xa5d8d2069d866982f37b057418b56ab36e604e7777f14565ff49e3c8ff9e07ec, '', 0, '?'),
(0x0b99e3981bbbb1e49efaf7f380ba674b, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/GetAttr.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/GetAttr.php', 1, 0x00000000000000000000000000000000, 0x8610ae5fcc509a77c0d8a1f34076863b, 0x2a37767bbfd1cb77271ac3b7192c13985119b86a971763499ee769d0e567a24a, '', 0, '?'),
(0x2decb40a67e608427b7e8379fabd2765, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/MethodCall.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/MethodCall.php', 1, 0x00000000000000000000000000000000, 0xac7f8286538e20cefafc9eeb376c653f, 0xf1e9819daf48da50566afdf90fb596405caf6d70911f536581125c04d9227937, '', 0, '?'),
(0x0b63a1883eb694c0cb428422bbc20e33, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Name.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Name.php', 1, 0x00000000000000000000000000000000, 0x14fef2e2519c6465afbe540252fd983c, 0x90a402f3298b8a6deed429973b9f6a7df12a63a645db164a58cbbe96d54e7458, '', 0, '?'),
(0x4115c6b822e0427e58f5397786cfea9f, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/NullCoalesce.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/NullCoalesce.php', 1, 0x00000000000000000000000000000000, 0x8bc235ac05cb6555da8b1578cfce1202, 0x685e779d55300761eeeb0bfa89de9eb100ac54e7a27e0f4dff0bc7e04d3df4c3, '', 0, '?'),
(0x2ae349fa5d99ac8344a1d9bf72cf9c6b, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Parent.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Parent.php', 1, 0x00000000000000000000000000000000, 0x32794ff97e17f73dc017f16994e70b8d, 0xb56799f4b6b374ce814535be8ddf8efd61d608123050583e584890500d9b86e6, '', 0, '?'),
(0x040cb44a4455aaa3b3c88be7113cc7b3, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/TempName.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/TempName.php', 1, 0x00000000000000000000000000000000, 0x46961e0750fca62408ed5a3c37d98d87, 0x1156254ef4d32953cf88cc2e29ec6c35f6b13eba98b97be4bdd1da60f2095969, '', 0, '?'),
(0xcc2b9d84e14aed614e71ad0ab0cb23c1, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Test/Constant.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Test/Constant.php', 1, 0x00000000000000000000000000000000, 0x38fc779e9c5980ba7f94a2849dd5324f, 0xf3ff1b4234310e88913db997616efaacb0c22ed2298401f84f8fdfbaf619d076, '', 0, '?'),
(0x6a14edd37b0883ad66d4cc0ccfe02ec0, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Test/Defined.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Test/Defined.php', 1, 0x00000000000000000000000000000000, 0xcd17f8493b63f5b89dfe547596ce71f4, 0x6d0f03e4cb02c91bea140a1328a39ade86dafed01b226a297833fea184170eec, '', 0, '?'),
(0xe080ac1ec419a0e0ecae428b917483cc, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Test/Divisibleby.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Test/Divisibleby.php', 1, 0x00000000000000000000000000000000, 0x7be826a6a6075075f25093008418431e, 0xbd95b012f0ca60083a19a6378ab29babe911cbda6295cfbd25ba3f40efa1ca55, '', 0, '?'),
(0xcda92119c0bb3cdb4f5c540d84aa7886, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Test/Even.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Test/Even.php', 1, 0x00000000000000000000000000000000, 0xa9150247da6362e0a59803119ef8a957, 0xd9d4c7d5eb6d1be8dcf574a0ad3994a9a85570196d2213546ef2f93837f17738, '', 0, '?'),
(0xdb8cd55ab324299f868140ed1a9c5c0c, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Test/Null.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Test/Null.php', 1, 0x00000000000000000000000000000000, 0xf7ba0d4e9fea1f9f0901d57a35adf22a, 0x3bb35886600479d53703950d3c97a0b8c3b5af1b56ac49c6c3168502611664f4, '', 0, '?'),
(0x771c0519a502ac0759ec74b760cc16a3, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Test/Odd.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Test/Odd.php', 1, 0x00000000000000000000000000000000, 0xddf5b605c4e2a73aeb733db9a94b2ec8, 0x74a957773bc769c1a06b946d90f46afe6d03209badf325d8b3dd538be2f82205, '', 0, '?'),
(0x01fe16478bd9be619ba5873f5cbb0a67, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Test/Sameas.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Test/Sameas.php', 1, 0x00000000000000000000000000000000, 0x0841b13bf17f7b63e8bb3035ab853d49, 0x0ac81f99eb8a43613502f2de9f9c91043b2bc1c2d0a92b5cdc61469e3fbbf23a, '', 0, '?'),
(0x818d66e73061422e533061ba20e18ec5, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Test.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Test.php', 1, 0x00000000000000000000000000000000, 0x2f251e2ec130563384764b4728f924c1, 0x7391452c6884ec3a106cdc10dffbc838311fb49f53de55a484007248c277d38c, '', 0, '?'),
(0x86051afe75aac10151a4e34773fdc133, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Unary/Neg.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Unary/Neg.php', 1, 0x00000000000000000000000000000000, 0x29417f636626e6afe122482bd58f77c6, 0x31640505cd563142f541b049123787c9b06177a44a471dfe5bba4a6e2f1a06e2, '', 0, '?'),
(0xecfdb781d84321f6ab671076c2bdac84, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Unary/Not.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Unary/Not.php', 1, 0x00000000000000000000000000000000, 0x82b2f2f30567e3189d54c03c9b4f1ca4, 0x1de1ac9a57a9b98f7fcdbabee7592c56337c64528b3b1a8d226259989cc79c68, '', 0, '?'),
(0xb88e33ae50fcdb4abc8abbd1a684123a, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Unary/Pos.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Unary/Pos.php', 1, 0x00000000000000000000000000000000, 0xd1e1bd8bb4e790fd89d212607c6214f0, 0x75a52a731120877844f386c5be1290595efcbee97f3833d8567b9a1f82ebccc1, '', 0, '?'),
(0xe524df8606bb067d727928343872f8f8, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Unary.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Unary.php', 1, 0x00000000000000000000000000000000, 0x42f8324645ca23fcffab442ef2205c4e, 0x2cbe907cd5eac23fb20d44898554497e53d3d769b81d06c16acb86d883f3a090, '', 0, '?'),
(0x5ba106636293c6786c3bc17e4955f818, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression.php', 1, 0x00000000000000000000000000000000, 0x02ec7a8e9711e15867449575ede9f62c, 0x0844dc7b7bce0d9f7e2a04a9b9f9ad0b1047df6691d389e9dacaaed3a991abef, '', 0, '?'),
(0xce3491dea03f4ab9541251250da24610, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Flush.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Flush.php', 1, 0x00000000000000000000000000000000, 0xca578f22204072bb6784755eda23058c, 0xa4c0076e65d2db33c46e20386f3e9bc3ef343ad5e58d7ddb5f3deddb9c1d6512, '', 0, '?'),
(0xcc60bb40747c39416d0c596555e7af2c, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/For.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/For.php', 1, 0x00000000000000000000000000000000, 0xd8f7034152c131f5343f7df3e7c90b02, 0x7413803690ae57da0cb58f193656fffeae9ada6894b635bd84e1cf229e6be7cc, '', 0, '?'),
(0x4d33491e81c63fbd47d7894ff6b49cbb, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/ForLoop.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/ForLoop.php', 1, 0x00000000000000000000000000000000, 0xe3a85fbc1a53256d72e73a47cc8cc285, 0x2a84a1030fe494f3eec2bd2a70c8f23678dd69f715f93741d6bd3431a84df586, '', 0, '?'),
(0x9c025281ee46eb876b05e26f1d532504, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/If.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/If.php', 1, 0x00000000000000000000000000000000, 0xf877f342873179aba2901b88367e9d63, 0x4ab2d318a394cfd929ba256bf8e0c0aa2c7e3dde9c147890e8417502bfb930a2, '', 0, '?'),
(0x788f6f868ebd2a3befb6dcba6501eb1e, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Import.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Import.php', 1, 0x00000000000000000000000000000000, 0x7b73350a4337407e4d6483ffcaab6f72, 0xb90ef10b38c5418fbecdd7a5e9cce3fdd9fe4ae8e36693a39a5ab27403915b47, '', 0, '?'),
(0x2792d2489fae02a6a07a24103e8a5289, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Include.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Include.php', 1, 0x00000000000000000000000000000000, 0x88d8a4b5ba6e88c695f38c95addca309, 0xf4753893f21ee9a7fdf85b64b0a5d03672cd83f66859efbd82c104cfe6f9bc5d, '', 0, '?'),
(0xd9aef6d6d71dcc146e06ffa37be189f2, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Macro.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Macro.php', 1, 0x00000000000000000000000000000000, 0x3c43a99961404047611ec1bfbdb2bc20, 0x6b99f1933ed80e448ff415da4bfcbec3fb366bcdbbca5fc470ba70b0ba0506c0, '', 0, '?'),
(0x9d346764b73a08bbb77eef0485dee123, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Module.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Module.php', 1, 0x00000000000000000000000000000000, 0x3a4cea9d80361e47c146b3956b713e06, 0x3191795039b431d961a3b483d63e5e94efc3f2ab022897b43fe414f85b0a9321, '', 0, '?'),
(0x591d299e9204f26dac8567a961528d10, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Print.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Print.php', 1, 0x00000000000000000000000000000000, 0x72cda7dba065a6b014ad6ef7dc81c404, 0xa5c245db726fdedb39d6ce5f633dfa332f1d5ed6dcb495a67ae44dd972abd566, '', 0, '?'),
(0x69427588276dd97403fbe2c34fbddff8, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Sandbox.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Sandbox.php', 1, 0x00000000000000000000000000000000, 0x314467c75e7bb20a8c03b0afb311e21e, 0x9447f085beb0a91edbf6c79463e5e1495b38abb80e6e93038bc0ce5020285709, '', 0, '?'),
(0x3d6b27bb5448f56c51fcc56575dd64fd, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/SandboxedPrint.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/SandboxedPrint.php', 1, 0x00000000000000000000000000000000, 0xf9c9f7b960f2ff2025785f1ac3e26d6b, 0x565a5f1cccdf2e117d8b9118b64f11f9c0fbf046749a4a965341f8ccf488c1d0, '', 0, '?'),
(0xdd1c1867378d891fb5a3dd43fd006d80, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Set.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Set.php', 1, 0x00000000000000000000000000000000, 0xee6843b1c44064f861b52bc2c8a4e9ea, 0x688321e18d30b26f4d2cdc37971e8c29206ca19cd25e160dbaf5e4cc1febe45f, '', 0, '?'),
(0x2bad7b1d35e8c71bef0dfedccb68c2b4, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/SetTemp.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/SetTemp.php', 1, 0x00000000000000000000000000000000, 0x0a4391961609db681888f3f62c8cb9e8, 0xb74f4c67095c7dae6e6e801b0ba7ca4165992b33926b50cb7cd92e0de258a236, '', 0, '?'),
(0x9a13a2b4e7081ccf6f31d399ae1fc04b, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Spaceless.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Spaceless.php', 1, 0x00000000000000000000000000000000, 0xc951b7a8810c22d79630239725087bba, 0x71ce1040f8914ecd2c135d425f451c264e16accc47dee162854aa95e15345a12, '', 0, '?'),
(0xeb2bf387121b01901cf44bbd49ecc31d, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Text.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Text.php', 1, 0x00000000000000000000000000000000, 0x2ceac17b4de1dd2f2a4c528550fb9b83, 0x1d28d7ef1b173810005771413a3668e71bc2c61f9d9093d36e5e64e2cba6cda6, '', 0, '?'),
(0xed8018fbf23835eae677a309ee599c44, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/With.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/With.php', 1, 0x00000000000000000000000000000000, 0x16b1d072dc99c58079cf148f66391546, 0x77bbd7261b33dff3abac438f523329199851b4c209defff86e28f2eaabae6981, '', 0, '?'),
(0x403416127bfbee6d6f04e65ab32c8586, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node.php', 1, 0x00000000000000000000000000000000, 0x0cd57326fc3e51779ffae9bc156792c0, 0xda1829fdad111772103c1903a847ae19d3a9ba238c03923379251c1bb090a4d5, '', 0, '?'),
(0x84dff5236932d2a6a541f5c66b90607c, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/NodeCaptureInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/NodeCaptureInterface.php', 1, 0x00000000000000000000000000000000, 0x134adf58815fb44f921645e13318c9c6, 0xf1cf08d34190903d7bd4ce87f9835f04df961e214efad0db5287bbf8279a534a, '', 0, '?'),
(0xe34bd56c4f5ebd7a3feed5c47a4a5de2, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/NodeInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/NodeInterface.php', 1, 0x00000000000000000000000000000000, 0x0eee13147783b69c7abd5b2c1958eac5, 0xe97de8ae9f5844f4cb5cd749f92dfa1f8bf40fb83ba923e4a7eb90a750e4a05e, '', 0, '?'),
(0x088a781cbd9a9ed25d4e26338a51f10c, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/NodeOutputInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/NodeOutputInterface.php', 1, 0x00000000000000000000000000000000, 0xe89f45756e52660402470855d4288e55, 0x1ca499d049aa126f1e688d7963e3863a8d2a748cf218ddf19da1b17504b74071, '', 0, '?'),
(0xd411d6c4cde69366ed7ade4a7357d475, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/NodeTraverser.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/NodeTraverser.php', 1, 0x00000000000000000000000000000000, 0xdef08b94d6df738637708a70c5602e84, 0xed5e83b83a6848cbb1805faa7359c53070ee5efc43c661f1e1296f22c5223823, '', 0, '?'),
(0xa68bce18006b9dfdc8cfeebf772ae20e, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/NodeVisitor/Escaper.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/NodeVisitor/Escaper.php', 1, 0x00000000000000000000000000000000, 0x18395988a9e87b16ba82d4a371085067, 0xbe0ac379066d22610c33ab32c788e2f7458b0dd089afd6e9b271a2eb1526c6d1, '', 0, '?'),
(0xbd70a6cdb13b077ca07b28f8c1aef2da, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/NodeVisitor/Optimizer.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/NodeVisitor/Optimizer.php', 1, 0x00000000000000000000000000000000, 0x044d68e2b7f74a08fba1b5440d7c7fa9, 0x9b8868914c11eede5aa4fa583eaa0b22244db095591ff164b5ea1c137174e3f5, '', 0, '?'),
(0x781b39272bf10717a71551fd4b1a1595, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/NodeVisitor/SafeAnalysis.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/NodeVisitor/SafeAnalysis.php', 1, 0x00000000000000000000000000000000, 0x25cb96407499dd198e2a29890823a4ff, 0x399c290429a7344d17b9c23037f4c83301cb0881b050b27c8aff915b2a575562, '', 0, '?'),
(0xc1df58263c8f4881d590197afa39a36a, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/NodeVisitor/Sandbox.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/NodeVisitor/Sandbox.php', 1, 0x00000000000000000000000000000000, 0x14d6553aaf462a57822a6cfd945bea52, 0x7295af2d3fc40fe99a288318e135013684ec44f7b765328d16c70e2407c199f8, '', 0, '?'),
(0xdaae3c3fc05841505c47938aa36c63bf, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/NodeVisitorInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/NodeVisitorInterface.php', 1, 0x00000000000000000000000000000000, 0x55123f74d0421add26460fdb57cb89fe, 0x0ca3de03f6dd18712b90c4ed4e88fc45db4ac4e79a414e849c66a7e495da7acd, '', 0, '?'),
(0xdf4900b8ae131b1bab0d4498d96a4dc5, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Parser.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Parser.php', 1, 0x00000000000000000000000000000000, 0x2280a4f28af7447163155cbb59547c01, 0x180e84f204a69ee574b7f0f24b53be13f56cc4d14582e2a3e11461e74324a9ed, '', 0, '?'),
(0xf5661ef510d865b193f1079eef78537f, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/ParserInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/ParserInterface.php', 1, 0x00000000000000000000000000000000, 0x4af85028cb2fa68a645350153f9b34ef, 0x8295653be6e9a47ed58c89c222ab18b575490c46b3ab12a09987dd97f5a2e518, '', 0, '?'),
(0xd559dc6483200a20a0b18b2c2eb6e24e, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Profiler/Dumper/Base.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Profiler/Dumper/Base.php', 1, 0x00000000000000000000000000000000, 0x25dbf92c3b4a724b4baa515ff35cffdf, 0x38fc1e47f29d98c94ba5dbc5dedb21fc0189ab0b19710932d83f1680f47fd747, '', 0, '?'),
(0x2737e979be6902428b80208739e893a5, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Profiler/Dumper/Blackfire.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Profiler/Dumper/Blackfire.php', 1, 0x00000000000000000000000000000000, 0xde55c6d77ab92900639af3db0720e735, 0x660f43232bd58ac1966754e359a96714a16b70d883f746b3a9d164b07a3d394d, '', 0, '?'),
(0x045ccdea5e377159aee29aff74c25edd, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Profiler/Dumper/Html.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Profiler/Dumper/Html.php', 1, 0x00000000000000000000000000000000, 0x0b965d47fd5d38bc78d8d2543c9a1d6e, 0x9e5ea979fa24750dcf50ac977160e05000b9235247503f1091caeb974192eb22, '', 0, '?'),
(0xd518b5d3a0e43689b59fcd8f4c3baa60, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Profiler/Dumper/Text.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Profiler/Dumper/Text.php', 1, 0x00000000000000000000000000000000, 0xd9b5f30f385d94b04e3084322d308765, 0xe10ed53064a81fb824db77e041712f0d44103fbab3fc359b50aa5cb1e107e4e8, '', 0, '?'),
(0x03f5476120f661ed8ae0a339bef70331, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Profiler/Node/EnterProfile.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Profiler/Node/EnterProfile.php', 1, 0x00000000000000000000000000000000, 0x885e5d61024db413d0e3f2f12db6ba73, 0x3716bc7291ca23bfaa91af3090de8820bd39426f9883c752085d932d2f557b4a, '', 0, '?'),
(0x14ff0685d0cab32c4fa22705a9e4866b, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Profiler/Node/LeaveProfile.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Profiler/Node/LeaveProfile.php', 1, 0x00000000000000000000000000000000, 0x680a4932ed3f03b6e1de4b036bc63d12, 0x57c9798d3391ec44a3ecb3123b00d0ab341d3dabb87c33169f4cfd3256659f87, '', 0, '?'),
(0x6ea8bffa088a57a0316f782607698e10, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Profiler/NodeVisitor/Profiler.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Profiler/NodeVisitor/Profiler.php', 1, 0x00000000000000000000000000000000, 0x1ce8071a411924db93550334b8e1d085, 0x59cebdcf6f17583dcfa10afe2bb514c6e951556f92c7c5bbedbffeaaabd8c6f2, '', 0, '?'),
(0x18dcda646297b8491a24ef5e2eb0e827, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Profiler/Profile.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Profiler/Profile.php', 1, 0x00000000000000000000000000000000, 0x138ad25c5ab391aab4b316096cd57deb, 0xde1d10ee01bf9ea6fbff7a9218f384cf8407a393ac335da11a2e1cd520d85ebe, '', 0, '?'),
(0x961ee128172b5810cd78f86860404e00, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/RuntimeLoaderInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/RuntimeLoaderInterface.php', 1, 0x00000000000000000000000000000000, 0x9fc74752e3ccc9765210d1fba2ddc0d9, 0x755acb62eb9e4062f81f2761c62cc48e31135646449b2aab4f7ceb93907a1231, '', 0, '?'),
(0x3f6154e8e1714daaa99fa7ba9ff9b25c, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Sandbox/SecurityError.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Sandbox/SecurityError.php', 1, 0x00000000000000000000000000000000, 0x473ddcf4c14aa80c8fbc36842a265bc3, 0xfe1dd69d707a06f23f761bf3c5c8b92c875818b9b5d8c4b3ff7580480253a960, '', 0, '?'),
(0x83344be7241a51427546540de2f6f59e, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Sandbox/SecurityNotAllowedFilterError.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Sandbox/SecurityNotAllowedFilterError.php', 1, 0x00000000000000000000000000000000, 0x4230f8c32c9a1d9fc9741523e95d55f4, 0x932288113f9e1917700fa886b6c3bfd40e2b6fb007ccae087120d1dd74dbb64a, '', 0, '?'),
(0x62546bf62ff115dfaad2b5776bc211cb, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Sandbox/SecurityNotAllowedFunctionError.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Sandbox/SecurityNotAllowedFunctionError.php', 1, 0x00000000000000000000000000000000, 0x774c190dd87be83c9ebac19544fa3c38, 0xd285fe0f8faa8b7e5aca6ef3189091ba287416075106377c769d8da1a08fb242, '', 0, '?'),
(0xe41c495adc6f859c60c2cb4b67cb4dd9, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Sandbox/SecurityNotAllowedMethodError.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Sandbox/SecurityNotAllowedMethodError.php', 1, 0x00000000000000000000000000000000, 0x4247d0dc4002dc3285d5d7a7831b567e, 0x597c8bbd9a3708bf4ed44f273414bf42b902d7e78e37f2b485a8dc5e7d159483, '', 0, '?'),
(0xf0b73714d793d7329bc56419f617e1e7, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Sandbox/SecurityNotAllowedPropertyError.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Sandbox/SecurityNotAllowedPropertyError.php', 1, 0x00000000000000000000000000000000, 0xe5164378ab0e6f7e06aac81ef51ab6c2, 0x46ab76dc27119be4749110fa43975bdd07d9c595cac5a444c474b9c7c61fd002, '', 0, '?'),
(0xa3458a0229d842ef1d6ce7b922b38989, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Sandbox/SecurityNotAllowedTagError.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Sandbox/SecurityNotAllowedTagError.php', 1, 0x00000000000000000000000000000000, 0x8361f5eeaee1f42ab335dacf0999ead2, 0xe4e8c497cedd98d1080705b3ba0c33e7feb67f3c8b076f24366377ccc7069642, '', 0, '?'),
(0xeaedc3602398dd8429137490c2613f9c, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Sandbox/SecurityPolicy.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Sandbox/SecurityPolicy.php', 1, 0x00000000000000000000000000000000, 0x8f6906681f3dad4af51b3820fbf8edc6, 0x41f6946a1a5ea6f5b5f8465a71fc1a6794ba786be8ae50dae87eb384de225704, '', 0, '?'),
(0xf102fea26fe3a90c4c1a5a598e697da6, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Sandbox/SecurityPolicyInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Sandbox/SecurityPolicyInterface.php', 1, 0x00000000000000000000000000000000, 0xf01595f594858048d26829875b74a514, 0x75422daf6d8a1ff2833305d33dbc6265b459fdf3b3a025e1dd6ee77b5592f2c1, '', 0, '?'),
(0x8b552224fe1ed145569afb4b563effae, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/SimpleFilter.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/SimpleFilter.php', 1, 0x00000000000000000000000000000000, 0x7448c500ff00e371ee4bb980d2536030, 0x6eb44208bcf09206b82599bf37f39177f69114c451add1c72bb3bb83a75b1315, '', 0, '?'),
(0x52a551de6fd03c486c05d1f101d9d976, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/SimpleFunction.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/SimpleFunction.php', 1, 0x00000000000000000000000000000000, 0x65a3dd4008d980d70b15107352687a58, 0x82afd5ceed9fa53a1587c1c990f3e66ae5a55cd638623a1f679b2bbda4bcefd6, '', 0, '?'),
(0xeaeb30ccfe31a9ceee316bf803a6cf34, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/SimpleTest.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/SimpleTest.php', 1, 0x00000000000000000000000000000000, 0x140c0ae0d35491457f251fab039ed014, 0xb3dca573e5618614bde239493b675c15171b8e9d6273944855ab1c7b5b939c7c, '', 0, '?'),
(0xbf95c3d90a07f7f88d5534cd2a952bd2, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Source.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Source.php', 1, 0x00000000000000000000000000000000, 0xb0c94a75545adf1564c6aec5724c8a25, 0xea2ab04beba07b28e126d42149f7b50290a10e6084be41cbfce7c4d3721c9da8, '', 0, '?'),
(0xa6d2abac22c7b5729e3130bb188e5c3e, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/SourceContextLoaderInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/SourceContextLoaderInterface.php', 1, 0x00000000000000000000000000000000, 0xf13f494d889b1d42b6aa3360f4cee0f2, 0x106fff6655b78a33fb2c7b37f6395be5027d3c27f383ec115b9df804eed94cf7, '', 0, '?'),
(0x9763af9275b9e343b493c8bda19df02f, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Template.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Template.php', 1, 0x00000000000000000000000000000000, 0x43e5bba4755d56197abd26c6e937417b, 0x36218b9a9ae5f57556ac7c7e9bbb278358e68656b98b59d4267369c9e897f6d7, '', 0, '?'),
(0xe0babf34724893ec5171d8b56932bb69, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TemplateInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TemplateInterface.php', 1, 0x00000000000000000000000000000000, 0x511694c1bc7af224c35c0433293aec3b, 0xb4403aeb28e82646eee51fc5954b960e83228adce64e5f1927bf00d4347bf3a2, '', 0, '?'),
(0xdd12b8349ffb2afe94113f918bb008a9, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TemplateWrapper.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TemplateWrapper.php', 1, 0x00000000000000000000000000000000, 0x6c53c78587248aed3b245aee02686259, 0x94286e6096710c9c89ebb44e31fed30913ca60bcefb16653a1ea01400f834ab8, '', 0, '?'),
(0x28b192fa7125ba4b9ac6fe0e41b570d5, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Test/Function.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Test/Function.php', 1, 0x00000000000000000000000000000000, 0x70a2e2f9d4a0ab7e081d0168534374f7, 0x57b2ee7563792f3a015f4b11d8c8cd2e74ab8d249837d84e4a4848213d9b5db4, '', 0, '?'),
(0x96b9ebdb553702f386b6341a740263cb, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Test/IntegrationTestCase.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Test/IntegrationTestCase.php', 1, 0x00000000000000000000000000000000, 0x253cb1313bdcbc5679a3a7fc412fdfea, 0xe721f0f665e365fb5fbd2a64997f50ef282f605886ed27f5940c8337cfa98bd4, '', 0, '?'),
(0x7e757242006b13fcdfd26c182f4357e9, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Test/Method.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Test/Method.php', 1, 0x00000000000000000000000000000000, 0x2d036635d5b69759deb499e65cd9cb53, 0x17a2b12d355755d07bad52ee33ec641d71e3163109047736fa917972d1aeeb8d, '', 0, '?'),
(0x5f05f8f2ff0c5b4eb43108ce80f8a8f9, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Test/Node.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Test/Node.php', 1, 0x00000000000000000000000000000000, 0x73396c65865edd730253eb6628371caf, 0x0c3d3716f14d30bdd31dcaf7037d49349e4bb329dc91d98dad0b8ab61d9593bb, '', 0, '?'),
(0x1e2015e870c8c2ee9d0e0c0c95606f19, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Test/NodeTestCase.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Test/NodeTestCase.php', 1, 0x00000000000000000000000000000000, 0x49a86ec5804b1efc15b36ae6921406f3, 0x97e7987182dcd5791837dbe9f05386635c44603d5fc9c052646bef8fcc847560, '', 0, '?'),
(0x2a785d6c6448c428a476925d1e72dfcf, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Test.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Test.php', 1, 0x00000000000000000000000000000000, 0x0ecd2cd7e2d45a4e9a98c4e02c098de9, 0x4d895ab0f0c59a834df830e239687abfed57f76caef9352e8091e8c9708fe5cd, '', 0, '?'),
(0xae75d15ea808c5f21a93a5fd57f895d1, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TestCallableInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TestCallableInterface.php', 1, 0x00000000000000000000000000000000, 0xfc239b277f8b479666009cfecf82a42b, 0x47badbac6f96f8b794a6b5752f82512349f2e13d7bafdc8bb888ed6f332a66b4, '', 0, '?'),
(0xd1cea01d8af252c0ede61d3aa6bc32f5, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TestInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TestInterface.php', 1, 0x00000000000000000000000000000000, 0xf9dd5060017c46c5a87995d740ef2c27, 0xfc93d9ba532ee8da38d9658fc4e4f92c30b605fe3c4108798685cbd1c7b889f8, '', 0, '?'),
(0x47ba4ef15e6935c8e107017d9477a41b, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Token.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Token.php', 1, 0x00000000000000000000000000000000, 0xc33584305776aa03342690aa0381aa6f, 0xba19200ebe795d0b79f8ec2ad3988f8ef9ce44e71995f610dcf206aaf3353de4, '', 0, '?'),
(0x78350a313ade2f35e14a857b092d8f22, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TokenParser/AutoEscape.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TokenParser/AutoEscape.php', 1, 0x00000000000000000000000000000000, 0x5bc7d481acf4dd38985c162ab4cae027, 0x47048ab969a0b2713801841679be03333adc4d8d6b6e20c95024b999de61ad1f, '', 0, '?'),
(0xc1fffb1099ca3269ea4dc9fb888b0ea8, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TokenParser/Block.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TokenParser/Block.php', 1, 0x00000000000000000000000000000000, 0x2cc395683206cb660f3db54d6b87fecb, 0xe22cc005f67ea6b550962639754765e5313760487bfeb5d14fc0ea272ba5e016, '', 0, '?'),
(0x4f3a1ab1375751e2a88ea3465ef7e3ed, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TokenParser/Deprecated.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TokenParser/Deprecated.php', 1, 0x00000000000000000000000000000000, 0x6f9be7f865b86fd55a14b188d2b61f5d, 0x640eaece751ad9f762ffb85ee18dbf1160aedc810c8a353b31edcee3bb575b2a, '', 0, '?'),
(0x59ccc56e58c5804ad38915aa238c34f3, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TokenParser/Do.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TokenParser/Do.php', 1, 0x00000000000000000000000000000000, 0xa024ef320e3269eadfdd1e2b5dc05fa4, 0x5af9115cbf711cf7d74a3bffb2228eca29a878bebeb70ae2b53c2231ec85ed01, '', 0, '?'),
(0xd8018a57955213457e854e6609b4af56, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TokenParser/Embed.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TokenParser/Embed.php', 1, 0x00000000000000000000000000000000, 0x1c313a3c27b20a3630982a84c5b19988, 0x0fb0bc17e6df646c96cb856560f5ba04d0128fa0d91066cbcc8e13f979183f60, '', 0, '?'),
(0x598572d1b9f11626bf02c29ab7309e2a, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TokenParser/Extends.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TokenParser/Extends.php', 1, 0x00000000000000000000000000000000, 0xd8cf415bbca37de06b67154c5430cea8, 0x874d19da05d71f90da8d846e699f8efad64de3d089c4b87516f18ab5ce3a7b93, '', 0, '?'),
(0xc3a58f61f0b8587340360de428a4af57, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TokenParser/Filter.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TokenParser/Filter.php', 1, 0x00000000000000000000000000000000, 0x68da51661238d0198f0ce9977898e4d6, 0xdc71f243cbb70a6c83f24a7356b037bc6fe8044b635b6d20a062b5a43638aeaa, '', 0, '?'),
(0x5dd60ad5f11306d54c45c906389dfc24, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TokenParser/Flush.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TokenParser/Flush.php', 1, 0x00000000000000000000000000000000, 0xa239d8a52f738bfc5c18e3011cb7b2fc, 0x764582f0d0666b14b38cd4f17db13aed34555449ed0349a895e8b1ecbdc0eeab, '', 0, '?'),
(0xb826102546d16a3125e6201a18ddddd0, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TokenParser/For.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TokenParser/For.php', 1, 0x00000000000000000000000000000000, 0xf663d48c14cc064537cc1f4ea4cba112, 0x70029b48900d2cdc0d09f571b618e46030a69990fe790e76f4f6e6c1dfc7e2c2, '', 0, '?'),
(0xa123704a1abd3e0f2bbbc6532941ecda, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TokenParser/From.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TokenParser/From.php', 1, 0x00000000000000000000000000000000, 0x7004cf5adb5746b3d47fe329fb679e61, 0x99694cb5be5ea38ce2a756eaae92dbba5b71a6b177d326b3fe0733b02637b726, '', 0, '?'),
(0xc7c124a96d45ba61f658595eef989d25, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TokenParser/If.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TokenParser/If.php', 1, 0x00000000000000000000000000000000, 0x0270a02fbe4ea7e03b89f58974012d15, 0xdd60a0bbd99264bc50bc13711788319c694e76cdb688ba2bf525ef8c751a3b5b, '', 0, '?'),
(0x86a1d7bae45f71dd6afaed9b512d1fed, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TokenParser/Import.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TokenParser/Import.php', 1, 0x00000000000000000000000000000000, 0xf2ccc63d6071dd3731f846fc0b654bcb, 0xcc030231753a3bf6fd1dcc7922d21d0ef6ab27d6ab9ae6675037abfa58defe4b, '', 0, '?'),
(0xe33ec5740fc74eb1ecd49c997422fe9c, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TokenParser/Include.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TokenParser/Include.php', 1, 0x00000000000000000000000000000000, 0xcf774d3b6c9eadd7711fa2df720f7a34, 0xdc71dd2f0e7a3aaf2a286f07dae9b8afbeb3c2d4c5a4c1e25a5a96abecfdec33, '', 0, '?'),
(0xdd233da6a827c5dbf214a9891a5643fd, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TokenParser/Macro.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TokenParser/Macro.php', 1, 0x00000000000000000000000000000000, 0x16ab3b0ea57429059dcc3cc76d28edff, 0xdcf0029f1053f56a1bbcc35c668ab99ea96aea8fd2c5c2ad60e3f79fcda605ed, '', 0, '?'),
(0x2d8fee54daed40e542f5d2ca54b0472d, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TokenParser/Sandbox.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TokenParser/Sandbox.php', 1, 0x00000000000000000000000000000000, 0x34f1d8640aa365cc0896449d04ab2ca8, 0x58efeda3ccc648cd5cb39f96143a821180e9cb692294712002ceae6d6096dd40, '', 0, '?'),
(0x4ca100d0b3873fee289fedae313d7a31, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TokenParser/Set.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TokenParser/Set.php', 1, 0x00000000000000000000000000000000, 0xbe1b06306361964abb2660eccf3f3156, 0xdcbd84d4774a91cc56d42a27049efa45dcce79e5bda0271e2a4e57cd28eb3e01, '', 0, '?'),
(0xb2f7f999250924a759748a0b5dfa69de, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TokenParser/Spaceless.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TokenParser/Spaceless.php', 1, 0x00000000000000000000000000000000, 0xb773efd8e7494d6ff2b138c7d8ac472a, 0x4211cfe16e0240eeb14f413359cb54ba73f87e7af638ff07990a5088ebf53a68, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x1f87727ddb0d802078fe30dc3ede5ddb, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TokenParser/Use.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TokenParser/Use.php', 1, 0x00000000000000000000000000000000, 0xfd71c20b76449c6efa228a4a67b44290, 0x31c6a11ba939221f0c265821c4983ee6fdef460a72cca9c4a5059febace97f52, '', 0, '?'),
(0x5949c4cf9d3aa23561d478b069c0e6f1, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TokenParser/With.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TokenParser/With.php', 1, 0x00000000000000000000000000000000, 0x28a7098fc100768007970b2041682280, 0xd8975df76b4d9136d428557443703d18852b16520df8a5504fc23c0275a0e3cf, '', 0, '?'),
(0xc8a448a35e44fb669a702e6cf5bbd0ce, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TokenParser.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TokenParser.php', 1, 0x00000000000000000000000000000000, 0xc9302daee438f554ad386d08b70d03a9, 0x94d24841558aeae29d5f98d34ca31b10f0d779d8a3bcad43b6f687e779e8eec3, '', 0, '?'),
(0x6a6897656867cbce52af46d6dbd289a5, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TokenParserBroker.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TokenParserBroker.php', 1, 0x00000000000000000000000000000000, 0xdfe0fb95128967ba0d2822e742310a99, 0x16451494ec13b2b84ed2bd90d8d17be770b58037e57e918444a7ac52544fc35f, '', 0, '?'),
(0x9e2be4ff83086d5af65b7e79f9df07a2, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TokenParserBrokerInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TokenParserBrokerInterface.php', 1, 0x00000000000000000000000000000000, 0xe1e629fbb3094426dd875e1c58baf659, 0xa235846a03f90e6075297dc2dd6414e5e55601d4497f6a67afa1cea0d7c708ab, '', 0, '?'),
(0xe953a65880112a039d5ee0ddaea38b07, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TokenParserInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TokenParserInterface.php', 1, 0x00000000000000000000000000000000, 0xacd4e709ef52b069abb88593d163e65f, 0x5971cbfec47979e9151bcf8ce0601f907dadaa66bf6c7a72c2c7e789514a344b, '', 0, '?'),
(0x51750065dc53e58f86f4b10dd3ead455, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TokenStream.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TokenStream.php', 1, 0x00000000000000000000000000000000, 0xafb3054b7bfe34c261a20df93807f8c3, 0xa4b583a805c86bc9be8695637a002f682dc8f0b7c52af847f867bba1740025eb, '', 0, '?'),
(0x4853961b3076fbd630cb15ec86fb115e, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Util/DeprecationCollector.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Util/DeprecationCollector.php', 1, 0x00000000000000000000000000000000, 0x841670da4d34353fde12664debad9aa9, 0x7f877531d0e7c3f2942155274c43ca15c801ff2fdc289b959d0ac300ef7dae83, '', 0, '?'),
(0x4e96c93c054ab3f995bb7abe610d229a, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Util/TemplateDirIterator.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Util/TemplateDirIterator.php', 1, 0x00000000000000000000000000000000, 0x77b59f8d0098cde86db5c2b5fdf6634e, 0xbea2839aefc5d3d54b9596f078f4fdebebbe9b356a2bfd48abba7c1273e1be0f, '', 0, '?'),
(0x23fe9edc9028dcaba4e8e8692f4952d6, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Cache/CacheInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Cache/CacheInterface.php', 1, 0x00000000000000000000000000000000, 0x13f38b201b8bfe6b57d969ce8fbacf1a, 0x12ff57dbcd01cdc41776bff1e055c41f04efcaff9654f2606855c8d8970baf26, '', 0, '?'),
(0x1da2d7dd52ccf0250c2a290b0a56d3f2, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Cache/FilesystemCache.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Cache/FilesystemCache.php', 1, 0x00000000000000000000000000000000, 0x205c0bee39c6547a58af16018bfba5d3, 0x2c4e772676b1c3e242042d6e4153d6a9c95684aa088dbac0d280d32d8556e0f4, '', 0, '?'),
(0xd91c74847a3fccbe20a3b12c60cad0f1, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Cache/NullCache.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Cache/NullCache.php', 1, 0x00000000000000000000000000000000, 0xfa98d9d6ed44f56b84a228b2dada9e8f, 0xd9dc9714092a8812cbe9ddb272306a194fb24940875a1a3f436226493eba1918, '', 0, '?'),
(0xd9749fa9f96e046290678159c0b203c3, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Compiler.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Compiler.php', 1, 0x00000000000000000000000000000000, 0x47e391f784152c9fd3bb838e18a99145, 0xe038ecb959effeb6500699ba0271289a7ff78ebd066adfeb750143edc31e1674, '', 0, '?'),
(0x2f2e34a796ae482697e22b99538f6152, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Environment.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Environment.php', 1, 0x00000000000000000000000000000000, 0xc64e15043a687bb3e418660a352870ad, 0x25d0b7e98c162d2460f95d25d9ede7ecf008ff9ecebd74522d962129f46769a3, '', 0, '?'),
(0x7c72fb9ba40ed61eb3bf678f58f5e271, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Error/Error.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Error/Error.php', 1, 0x00000000000000000000000000000000, 0x9c0cb07c081e8d406fc4498b6c74c042, 0x7a4c70873a6c045d1a71544bd13c528b7f17c3559c6e3e824ffec6eef89830ce, '', 0, '?'),
(0x7ba28cfc0c0b1418d5c083e570edc8c9, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Error/LoaderError.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Error/LoaderError.php', 1, 0x00000000000000000000000000000000, 0x88ecd8f4caaea426867302cc79e5d664, 0xf156ed3b44b793a71f92328bf28fd2da4050afa90a32de2df982231515e57aaf, '', 0, '?'),
(0x08e584161b3c568ce1ba20acdc4b609b, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Error/RuntimeError.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Error/RuntimeError.php', 1, 0x00000000000000000000000000000000, 0xd4ea3fc112e7ac1f0271c140b0414c9a, 0x53d863c918cd5d28a63b1a3cbd21a027aa0faa9a79cfee9fec8afb37f8db8c3d, '', 0, '?'),
(0x4836a8909c491fb7202ec96e4e737104, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Error/SyntaxError.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Error/SyntaxError.php', 1, 0x00000000000000000000000000000000, 0x7e3cab0242418ec374266731c66200bd, 0x8bc6f1c3c5f449a6995252be1e3b490bcf64115e216651193d4e2b2e64f1f79f, '', 0, '?'),
(0xe8383ed037dcda0eb994a86bb83f27c6, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/ExpressionParser.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/ExpressionParser.php', 1, 0x00000000000000000000000000000000, 0x6641a312ccb0dbdef3867dd37af37d55, 0xd52f0cb1419ee2bf683ac084e88aef0c750fddf7621c5aaf7a757e45a74615ef, '', 0, '?'),
(0xcceb1efe51d7c3e5d414682c682f881b, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Extension/AbstractExtension.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Extension/AbstractExtension.php', 1, 0x00000000000000000000000000000000, 0xe65a39567db9f0f0fe57ad6c14382907, 0xa66ab33b0d6c6b11b4f65f7f7594a4d5cb7b7a495a524de8b332edd8eec93bcb, '', 0, '?'),
(0x008f6c7e4078f9218f06c430c216b65d, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Extension/CoreExtension.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Extension/CoreExtension.php', 1, 0x00000000000000000000000000000000, 0x3c3c15a6f03576f5aea12d083c8536f4, 0xcdf0dc5d0fa8b4c6a80c4a71919f0565c989f4c7d83e238bf8d19c456efd54a7, '', 0, '?'),
(0xcdd8d5f2eacad7800825dce1c4d44a87, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Extension/DebugExtension.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Extension/DebugExtension.php', 1, 0x00000000000000000000000000000000, 0x0d3f0dea4f9f1f39923d739b050ec96b, 0x3cf850e0f343b7071d16371e1f341796cf3d19013419ef9b9b49bc003e6e86e9, '', 0, '?'),
(0xf8f1f368f3c87074be513a397990d959, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Extension/EscaperExtension.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Extension/EscaperExtension.php', 1, 0x00000000000000000000000000000000, 0xb840d14ab6afb9c191b9369b5e8d9980, 0x78fa255e8bab7b09f315ab862e60aed4fe3b8d884d6cdbd2abc6ad48b1c4ea3e, '', 0, '?'),
(0xa142cb344b01b3b0bd598a66b6bb5079, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Extension/ExtensionInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Extension/ExtensionInterface.php', 1, 0x00000000000000000000000000000000, 0x8f82cf100a66579fc3b488a975b6812b, 0x70903332f06b803c14afe6f54e24a63250b14cb2f641f069f4e24268646032a7, '', 0, '?'),
(0xbcda9de353ed6ba954c185081becd846, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Extension/GlobalsInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Extension/GlobalsInterface.php', 1, 0x00000000000000000000000000000000, 0x0f0ff64e333784e74159f7482c0ac060, 0xdf856e78f74e557e77ed177949d810f019f1bc3c551315592195010009f6aa5e, '', 0, '?'),
(0x141b0780ef7f6630526c24acfaa04a39, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Extension/InitRuntimeInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Extension/InitRuntimeInterface.php', 1, 0x00000000000000000000000000000000, 0xa1554d9ac096cd64648e2c66ebd8fdb6, 0xb8ea125b03a110ef4ead837b4d304e4989317df25eaa290d8879439cc2706e65, '', 0, '?'),
(0x37be4e6163a88831eee1dd0d92c131ef, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Extension/OptimizerExtension.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Extension/OptimizerExtension.php', 1, 0x00000000000000000000000000000000, 0xf821f3d4e2916c16233a63110ed184fe, 0x4e2625cf5ca2d3f499d6234c856a782c5a791e9c0ac41a6829c7c37b04a02aae, '', 0, '?'),
(0x2109ee8686898c21606e50297ebc81bc, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Extension/ProfilerExtension.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Extension/ProfilerExtension.php', 1, 0x00000000000000000000000000000000, 0xea7d8f41bc59894bfec77fe998910dec, 0x4cdc3102016411da5595e20dde23b229af724e2ccdc7cb8a8b6f6a2d2ba17609, '', 0, '?'),
(0x143e9a13bef288265813e16e142c150f, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php', 1, 0x00000000000000000000000000000000, 0xd8c82a29001d5e0577086c048f382b57, 0x2600eee0d52aa72f9a304ab3229d4e6a4adc11f23435ce5009a309a81554a1d5, '', 0, '?'),
(0x22e2a6386b84a2cf2ed4abd9baf78154, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Extension/SandboxExtension.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Extension/SandboxExtension.php', 1, 0x00000000000000000000000000000000, 0x8203e3ef64a61d9c9e52a961c0c417b6, 0x3e6b1965af6956f60f6d6b169c575f0a7f53e2a12e132d3ce1500881328ff5b4, '', 0, '?'),
(0xe095edd877965c584372aa14ca124fa7, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Extension/StagingExtension.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Extension/StagingExtension.php', 1, 0x00000000000000000000000000000000, 0x75df53505422debc4765a060db6cec20, 0x51539f4773df13fc903f555ae3ca2b929b9531ef6f0c9733167ac7bde69dff14, '', 0, '?'),
(0x3774f38b100fb8b3c181267dfd069672, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Extension/StringLoaderExtension.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Extension/StringLoaderExtension.php', 1, 0x00000000000000000000000000000000, 0xf5199b0b4e8e73d1760c8e228c72fb6b, 0xc400eb427597148cbb516c5c515c0707a1701201211c72e97d4d3a71c99175eb, '', 0, '?'),
(0xe0ad400f3acfbb6053b27a7383c16109, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/FileExtensionEscapingStrategy.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/FileExtensionEscapingStrategy.php', 1, 0x00000000000000000000000000000000, 0x012bf2f6bb81f53138e3457116eac0c6, 0xffa2aabcb8e300552eceba07e75ab8405eae4e7e498693eee8595e36a73b9bab, '', 0, '?'),
(0x977eec6b0ec1d995b834ea9dbbbef3ee, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Lexer.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Lexer.php', 1, 0x00000000000000000000000000000000, 0xefec34cdc4c00c878e699f6232c0c8e7, 0x0b174552b5a7ac7529546ec5ad66dba344d8ce54619efab232cb0b15436c01ba, '', 0, '?'),
(0x7d34a2defa2d3f7318f8db1f9584bc46, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Loader/ArrayLoader.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Loader/ArrayLoader.php', 1, 0x00000000000000000000000000000000, 0x9019742f167205606a9c6e3bb85e3513, 0x326e43a5bda95a22f5d7483278a64c12e50fe329700abb0adc40c5174fc181c3, '', 0, '?'),
(0x35818f92c0289910d224a5c30097bda0, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Loader/ChainLoader.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Loader/ChainLoader.php', 1, 0x00000000000000000000000000000000, 0x964557a5539e078c6051614d04edb11e, 0x96b3bdeb4755b43cc3832654b2b419d002e618dbd77709f3608858ff12a35f9d, '', 0, '?'),
(0x1edbb8bff9df74f092dd083b3bef4f7d, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php', 1, 0x00000000000000000000000000000000, 0x345293588ecb537893db1514d6cb54ac, 0xa188dd35c1772ebbaf8c76d9698cff479e98d1898cf6fd402fa2a67a8d3bfc49, '', 0, '?'),
(0x22c24725cb89ef78e60c7441caa7d35e, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Loader/FilesystemLoader.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Loader/FilesystemLoader.php', 1, 0x00000000000000000000000000000000, 0xa290d218d1731e8ac8d6ec531259f87e, 0x22cfc1f932083f94237208d28a15b43a9879732827d98948a8dadc3866dd3b44, '', 0, '?'),
(0x010382365d4fc7160d3941e276b46596, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Loader/LoaderInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Loader/LoaderInterface.php', 1, 0x00000000000000000000000000000000, 0xd525c4c99898b8a5e7a15939bde66438, 0x2f2cb0713342c3536e1853e229eaafbe3c4f63197b59fedbe2dbe597b5676d8f, '', 0, '?'),
(0x4b61a3b20db2f547367316d41fb803eb, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php', 1, 0x00000000000000000000000000000000, 0xb19786586c3608754da4ab4c63a59052, 0x95c6513f6645c2d0e2deafbfcba8b5e3036a47728257684253d049c633e40f17, '', 0, '?'),
(0x650e066e8ff75098840b3330e19784da, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Markup.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Markup.php', 1, 0x00000000000000000000000000000000, 0x04a575426a4c4a911e48d09c0e37fbe1, 0x9cbff72eee4f44a6e116ccf3086e73fc4656c625c87811ad2bfb99caf1225df0, '', 0, '?'),
(0x4aa1e1a8ae642434a6c4d434e91c8fa4, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/AutoEscapeNode.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/AutoEscapeNode.php', 1, 0x00000000000000000000000000000000, 0x2c55c1ff619165ae24547b44c1194445, 0x85a57095bf7d2809fb661ba8df195593a0682787196c09a13e6116adfd11062a, '', 0, '?'),
(0x5a352d4867574cfbd6d37a2c5f8f9e92, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/BlockNode.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/BlockNode.php', 1, 0x00000000000000000000000000000000, 0x97ea179a615d5d2c5ff6b90b459377e3, 0xdd5865dd7d81f880d0f3b0a06406b2353033da216c0a8254748793072822f1af, '', 0, '?'),
(0xdc0e5da951a01f5f5912fbc9128dba95, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/BlockReferenceNode.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/BlockReferenceNode.php', 1, 0x00000000000000000000000000000000, 0x92a7112d4f25298fbec8961437cdf4b3, 0x35f1e44b8d780346fe76649694e2143e7a4224503db7a7d23efb2b958862ca05, '', 0, '?'),
(0xac4c518e80f9a7dddb13d90e90f4e323, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/BodyNode.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/BodyNode.php', 1, 0x00000000000000000000000000000000, 0x986ca7ce4713c6d7edfb46e7ec1f5e3c, 0x7586a9c49a662aba05c7a4f808d3ae6c60c1478a007108577139b80e1095efac, '', 0, '?'),
(0x49f815a72a4327dfd5fef76dface23a2, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/CheckSecurityNode.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/CheckSecurityNode.php', 1, 0x00000000000000000000000000000000, 0xed66056587fa42e49f7c4c186185cf45, 0x42fca0109e2f70d9bdae9cd477016f16662f2ada32b79e609bf1a2155c25e1c7, '', 0, '?'),
(0x2f8af507268f2ac0bc6db09c2f187d33, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/CheckToStringNode.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/CheckToStringNode.php', 1, 0x00000000000000000000000000000000, 0xaed732468557aa7452e811c9f4714225, 0xe0c688dc8ddbca043ab16fc835641bc2a0e05133794c3dca8332492633f1014c, '', 0, '?'),
(0xd6a53c41fa1d21d6b0d268832d724f25, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/DeprecatedNode.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/DeprecatedNode.php', 1, 0x00000000000000000000000000000000, 0x9b204a25e34b0821ffe5de21a36433cd, 0x16afdf2c1d6edda0b28934107680df842d515942fe44f6d856e5c7ed5e1643f5, '', 0, '?'),
(0x3570802ed617d0ea683739d0f5503039, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/DoNode.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/DoNode.php', 1, 0x00000000000000000000000000000000, 0x2eda4c45ba8b695fbdf8126ed4a2be08, 0xb7a06bd55f9045de487fddb9f49a692b8d26e74bdc9dd7c55fa252f15ebbbdf7, '', 0, '?'),
(0xd0e236d38f4e91e86602b97798c14743, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/EmbedNode.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/EmbedNode.php', 1, 0x00000000000000000000000000000000, 0x29ef69b498d3c6e2adbf48defcfdbbb5, 0x2b6225f21988bc9decc38ed251ccebc50722255c65015fe1435419e2bf74427a, '', 0, '?'),
(0x231088d44139b302c09072534fb06acd, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/AbstractExpression.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/AbstractExpression.php', 1, 0x00000000000000000000000000000000, 0xd5ca7d7caa49f283cd01cdab662c39a3, 0xc4393aa0a0fb0b8a27002a8be0f263c5bc11ad81526281c97eb35c202760b73b, '', 0, '?'),
(0x85e5799f0633cc24dac75fd25dfab659, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/ArrayExpression.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/ArrayExpression.php', 1, 0x00000000000000000000000000000000, 0xce49f5f454bb932cf981e8e50b585ad6, 0xd03f0bbc7383340d7d0c6c8b3d583461fbc384213cd1d746091a6657ed4d4d41, '', 0, '?'),
(0xef2a8326ab9a1200bc91bf0fc4dbbeff, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/ArrowFunctionExpression.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/ArrowFunctionExpression.php', 1, 0x00000000000000000000000000000000, 0xfad5b659f2fff3636ca1c7ef1a9d84ff, 0xe526b3d50137842608bc69f4e2a3d4f1079102fee1a08cd42141a0aa0cf8b8db, '', 0, '?'),
(0xf8b3bee8497cf32d82826da7a79881e3, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/AssignNameExpression.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/AssignNameExpression.php', 1, 0x00000000000000000000000000000000, 0xcc5bfb4184c9baef68b97b9293d34d99, 0x67ee8721123d35c0d316f64e1d68c8a897f4b4114bf410fc2963de38bcfbe796, '', 0, '?'),
(0xb2856abda49e7078fa617f7655813fbe, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/AbstractBinary.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/AbstractBinary.php', 1, 0x00000000000000000000000000000000, 0x5b39ad25381fdb440cba49aafc5eb0b9, 0xd3c6439a94bedb782b510e5be0923b04ea60e5477dcbcfc41bf4c328abfa73ee, '', 0, '?'),
(0xa5241b7ab8076080ad18bab55d86ebc3, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/AddBinary.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/AddBinary.php', 1, 0x00000000000000000000000000000000, 0x471adb6892da3d726d4e86e2452e241a, 0x385d73f17e16dff61cd359ea3902920d6a0166350a28b74b08061de190a993a6, '', 0, '?'),
(0xbfb84cd5fe04fff91ada23297a8dbf4b, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/AndBinary.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/AndBinary.php', 1, 0x00000000000000000000000000000000, 0xa4c7fff788b02718101f6d0da4aef648, 0x2209c65b36b8a768fed124d8b3b74fc035be9464c64bfd918ae116883c6efbe1, '', 0, '?'),
(0x7b23723fa19a03b065ecb92ac54d9687, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/BitwiseAndBinary.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/BitwiseAndBinary.php', 1, 0x00000000000000000000000000000000, 0x201272eafbdb16269449ce5f20d766a8, 0xbcb896533e8a5eb1793e841b75a1781180e32dff8a6208bd7e14bb591993a89c, '', 0, '?'),
(0x9fcc74075d597efa519e8d4038d3d9ff, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/BitwiseOrBinary.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/BitwiseOrBinary.php', 1, 0x00000000000000000000000000000000, 0x3fed54bc7ff2d7230a9591948c1d0d5a, 0x08f1af194060710c47e340fdc3d51b145c32bedf97522522c74286d5aa97a610, '', 0, '?'),
(0x84213321fc6da5b538eb638e84ab66f7, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/BitwiseXorBinary.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/BitwiseXorBinary.php', 1, 0x00000000000000000000000000000000, 0x45ff83d84433dc9e2fdfd7683723ed94, 0x5fcf9b10afac281f48d7767e4ff450e0a6569757ecc969fbac20d0796ea4bc2c, '', 0, '?'),
(0x0a2b24fbca376cdba61ad52cebbd9966, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/ConcatBinary.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/ConcatBinary.php', 1, 0x00000000000000000000000000000000, 0x84a2b4c4d6c13a0176bdaf00e5c372bf, 0x1f6bfe7c32c6121ad66eef2ecc44cc70cec2829f2a68c7d4d29ecbd3558eeca2, '', 0, '?'),
(0x113d3110b4a99368d962df7570c667e9, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/DivBinary.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/DivBinary.php', 1, 0x00000000000000000000000000000000, 0x6be789a33f824dbb29787784f35df04f, 0x4fbf7d85a876f17f15a0b3eeb0f31bf2ca7a435539123bde49a01ce909dbfc92, '', 0, '?'),
(0x0dc150552a5846c768262d34de439581, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/EndsWithBinary.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/EndsWithBinary.php', 1, 0x00000000000000000000000000000000, 0x1168e30d8ec8572eac8c5986e4896406, 0xe6a153c215fa9b949a08af23cd2608176ee592e8a65f03f976b26431e381b8d7, '', 0, '?'),
(0x61a37cced04f4d8799780f947e425442, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/EqualBinary.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/EqualBinary.php', 1, 0x00000000000000000000000000000000, 0xcc2fb53232128df6bf1bee24a40d0722, 0x2340d1ab5187ae9213fda3c6978e2e5e2d9031ae167196c2b611affc831ed0e1, '', 0, '?'),
(0xe7db52a7f7afe3d43ec34c5dfa6737b8, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/FloorDivBinary.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/FloorDivBinary.php', 1, 0x00000000000000000000000000000000, 0x30c1793c5131ecdbefff42891eb3dda2, 0xc75bfe8e18a9443882d3ef8b1fed47de000876fa0bf07ae32899ef1b42fc5ee2, '', 0, '?'),
(0x925323b150d8f0baa52859e7e3879d95, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/GreaterBinary.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/GreaterBinary.php', 1, 0x00000000000000000000000000000000, 0xca99250bde07c3ed8b263a64d3b7f5c6, 0xb1a779046f7d75745484a4614a72ba28503157e12b908549c35c6579b7d1117d, '', 0, '?'),
(0x4fa5d8ccaba038cf3f4e4e5f65921215, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/GreaterEqualBinary.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/GreaterEqualBinary.php', 1, 0x00000000000000000000000000000000, 0x3281cc8e2362eea41e92d472ddd56444, 0xad5e2393b4ae9d99cd5a28da441d5b156809eb069021ddf62ecc4a1cf6f536aa, '', 0, '?'),
(0xebbb6471fe9bc7699491a4631aa827a1, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/InBinary.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/InBinary.php', 1, 0x00000000000000000000000000000000, 0xbcda121bdc19e23408b93449c23b807a, 0x86f3fe8024df598afe4f03979b098f3bd799bf1b507b495ac7c966b20aa08d51, '', 0, '?'),
(0x6a5c0775def76184089a8ce5009c55d7, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/LessBinary.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/LessBinary.php', 1, 0x00000000000000000000000000000000, 0xeb498d0aba006adae71a654219697f65, 0x836b134ab5a48848e7ad8ccc9bd7c9ae47db8c59eae66a539e19d01bf353bd82, '', 0, '?'),
(0x42c89e33a43614d5e2bd5c8264642c44, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/LessEqualBinary.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/LessEqualBinary.php', 1, 0x00000000000000000000000000000000, 0x9350f1cb951cdd2ecde8a3030cfa1d04, 0x5c881e5822ce8d5c7ac5f9195abc5c596d49a2b29e8215eec7beb24b8c6b8a72, '', 0, '?'),
(0x94fd6cb9519ba57270bf18dc46cfe475, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/MatchesBinary.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/MatchesBinary.php', 1, 0x00000000000000000000000000000000, 0x835b52f3e10c37e90fb736c9758c5992, 0xe7485331d0e72ac601ed68c66d88fe0c6d1d032c31e85d881c931d433d584360, '', 0, '?'),
(0x3631d51ad905060036a80deac252b74a, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/ModBinary.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/ModBinary.php', 1, 0x00000000000000000000000000000000, 0xdfe1f12b2a2293b70f71989904a97a34, 0x0d60df75b0785ac68177b0275fe5b213ab2330a98cb8fac2c0d5176a0017c32a, '', 0, '?'),
(0x2d4558590d11846ab795fc9de1d63bb0, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/MulBinary.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/MulBinary.php', 1, 0x00000000000000000000000000000000, 0x699818dae2a4000ad41e6baf7200ca21, 0x0abc4b86d8f6bb09845f054d505336ad25dead1cd0667b7a35a166601880b4e5, '', 0, '?'),
(0x924e9261b8c97425a5314bd4d8a279d4, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/NotEqualBinary.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/NotEqualBinary.php', 1, 0x00000000000000000000000000000000, 0xff86e9a1e5a7e327e6f63217036fcf39, 0xcbfeeb4a0d83754a5a9fe6350f90bb79eb5346e91fc5efab0dff306cbf1c0b1d, '', 0, '?'),
(0xc9a9a33715c6d2f969de5723b783566c, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/NotInBinary.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/NotInBinary.php', 1, 0x00000000000000000000000000000000, 0xfa9f33a3009118c94c907d4dbff507e8, 0x4a26f0d3092e30e52073565c00e638732d16d48cf9396ef937a99d5e87c740b2, '', 0, '?'),
(0x5a396bf97ea4e1ffcb5f06da80ed3589, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/OrBinary.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/OrBinary.php', 1, 0x00000000000000000000000000000000, 0x837e3f0772594775c8a141bd7b9a6363, 0xa9c5cc4eb0236d296eade42fa9af618eb2c10c920633838c256ed3706bf561e0, '', 0, '?'),
(0x385503ad74a39da3340185a9c74498a6, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/PowerBinary.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/PowerBinary.php', 1, 0x00000000000000000000000000000000, 0x8f5daf8a347d13de49e2b090a990a791, 0x69211f19273fe662b1ab86419d81630e2ffc14c69007a7e51663881537afe7e9, '', 0, '?'),
(0xa16305bfcf472d64f4c5fbad5f62abeb, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/RangeBinary.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/RangeBinary.php', 1, 0x00000000000000000000000000000000, 0x43cf2ff8a101776586aa901b6c82ec3b, 0xaeaa73002c417f62b9fb85897c3720bb30910407f69dbc2c08508763d626618d, '', 0, '?'),
(0xbe61eb9185bdf5de389d25a2fa707a97, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/StartsWithBinary.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/StartsWithBinary.php', 1, 0x00000000000000000000000000000000, 0xe39894ac7340226215da856ac0261f8d, 0x79f8f46ff7dc2b926237d11a6f73c7cc8cba003bfa78a9f080f63a48d10d2225, '', 0, '?'),
(0x8e9b79e0b1131427f7921bd97062110b, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/SubBinary.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/SubBinary.php', 1, 0x00000000000000000000000000000000, 0x3300438124f9bd44b7a5d335f5fc8cd1, 0x8d578976838ec39236c3624bb4433863b8261a391f05f5043c86d03c79823ee6, '', 0, '?'),
(0x74b3a9cc9d1cec790fea56fbbe23e87e, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/BlockReferenceExpression.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/BlockReferenceExpression.php', 1, 0x00000000000000000000000000000000, 0xf2217e1fa522a3e39edaa47770319cf0, 0x32a422160c0518bbc4cb2e83cad0223782416293fa80c752ac12fd7ba5ac70bc, '', 0, '?'),
(0x1ba144962d43f326961c1a8a23df24bb, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/CallExpression.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/CallExpression.php', 1, 0x00000000000000000000000000000000, 0xca58040390a601d2130b00db5a0b2a99, 0x08db7294d8aeff55c53d82268486b12d11b715b8e1f212ba2adeb08fa1898655, '', 0, '?'),
(0xad56f3775d22f21609e26e2de353dc4e, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/ConditionalExpression.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/ConditionalExpression.php', 1, 0x00000000000000000000000000000000, 0x2f47ccb7652d5ea7885c38d1f924df76, 0x7b298a3c0cfe353538e8b6d872424c819d59e12ce42547a8ce46299ced40d511, '', 0, '?'),
(0x03c99e298cb432077444eb9c5c8df2b7, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/ConstantExpression.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/ConstantExpression.php', 1, 0x00000000000000000000000000000000, 0xe1d60af11430d1fe99d71060ff419290, 0x2e60c7eaefdd4f266a52342d8624eee9fb9872cbeae4227b9d8231951c9651f2, '', 0, '?'),
(0xd2b2333fbebe61c31c932fe7ee17d276, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Filter/DefaultFilter.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Filter/DefaultFilter.php', 1, 0x00000000000000000000000000000000, 0xff8f80d3a8f2a277d3f2f2ac0347d580, 0x0c8e38958c762b75c9dd45740ba679399730c6b1cf5d966cdd043ed790d9aa44, '', 0, '?'),
(0x3fbdcabf829d679de1fac7418b60b6d5, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/FilterExpression.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/FilterExpression.php', 1, 0x00000000000000000000000000000000, 0x17f312cb547832eb531a02df8bbf2361, 0xd0dd7a1c72d054cf8f986e8fe773516c0d9a5775f5169391b24017855b2ae684, '', 0, '?'),
(0xd07bb340efd585f699d7ecd4bdfc40c1, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/FunctionExpression.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/FunctionExpression.php', 1, 0x00000000000000000000000000000000, 0x9c8f4ffdf1e1c2c568a699189faaccd3, 0x24b36ddeb55c3b3e120f1995ddf00bf284ce1c3af96dc8dfce37fe4d2c28a5de, '', 0, '?'),
(0xae6f2d09ab0e784344b844f74b28c443, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/GetAttrExpression.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/GetAttrExpression.php', 1, 0x00000000000000000000000000000000, 0xd1cdd426b423b0d08570573e4880c938, 0x6591a46f5ffab4f63baa33432de4d870f05d368b673945b68d0a9dac554d0225, '', 0, '?'),
(0xaf144142ec6d8727c2afcdee85c00131, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/InlinePrint.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/InlinePrint.php', 1, 0x00000000000000000000000000000000, 0x8033af7464e2cb9ae87d6ee343abed2a, 0x44cb89bdcecda064f1185546b264451f711523947f55e80d3e2c121936f5fd3c, '', 0, '?'),
(0xe03a78db2febbb4d74603bbd0883c0ef, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/MethodCallExpression.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/MethodCallExpression.php', 1, 0x00000000000000000000000000000000, 0xc4ea21df31e0b128d0ff4c0678307f40, 0x71a6938d1afcd84e2236671060aa6f5242755321dc69d3f72eb4ef47f9e30212, '', 0, '?'),
(0xb808fdbab61c9305a5a0fe75041db6c6, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/NameExpression.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/NameExpression.php', 1, 0x00000000000000000000000000000000, 0xf12992526fa684784300d8ceacbda3bb, 0xf243fb8a6dcbf78164dcc5d1fadb6151ddb1cdfbafcb93b368e1c061179920f8, '', 0, '?'),
(0xe011e3836db046c5fba58ab116b25ce1, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/NullCoalesceExpression.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/NullCoalesceExpression.php', 1, 0x00000000000000000000000000000000, 0x8b75382cd259302d511206a9d3def4c7, 0x46ba6976be3451a23f532d2a03a251ffec053b873d0838d91ebe97e34422f0d4, '', 0, '?'),
(0xac4807d73e5823c93a2b883c0ec5171d, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/ParentExpression.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/ParentExpression.php', 1, 0x00000000000000000000000000000000, 0x5e8eef1a3dd0d9a9bca06152828edf4a, 0x8925332941672e24924712538248a9cededdfc826aaf7ef106d6f18839bcee03, '', 0, '?'),
(0xf9d175be3fe8df1c6b69dd3b76d68aed, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/TempNameExpression.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/TempNameExpression.php', 1, 0x00000000000000000000000000000000, 0x0c5f00038e513b69ea88e9af59813392, 0x819a156e27e11dfad7cc719a29b9e0f05bdcaa76613d554184c5e63bd8f41ab2, '', 0, '?'),
(0x36afc7a251a109c08426cdbe9a0c06e2, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Test/ConstantTest.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Test/ConstantTest.php', 1, 0x00000000000000000000000000000000, 0xfee0676b41473cbc1ac31a8a635af236, 0x063d3cd1f51c8f6e20900c130c4842aaf4e320a5c2325e76c888ea8a437cf965, '', 0, '?'),
(0xa1a796a65b733892ccaec9779503b488, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Test/DefinedTest.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Test/DefinedTest.php', 1, 0x00000000000000000000000000000000, 0x218894e6a1b1e013874782c6325d23bf, 0xf4c27cf7bf471a6d5a89a6c8e79cff5bbeb6e5926cc422924c3e353ff9cab80b, '', 0, '?'),
(0xc76738757c5b6ab2b46b8c702031c9f0, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Test/DivisiblebyTest.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Test/DivisiblebyTest.php', 1, 0x00000000000000000000000000000000, 0x18f18498f678e2086ef18a155faca801, 0x967406b27393176a7dc72c8c284645bed023dd68499d0531350314a23f6fcbe1, '', 0, '?'),
(0xd079d34e1f220cea75955346d8b82d7b, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Test/EvenTest.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Test/EvenTest.php', 1, 0x00000000000000000000000000000000, 0xb636929a69395d39ba5b4f522abb3bb9, 0x28fffad0e686cc3b08aa434b2001b551c5512971953738b4af0a1a990da48fdc, '', 0, '?'),
(0x4f6ec5ef579d0c60ca3916abc9c1ecf8, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Test/NullTest.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Test/NullTest.php', 1, 0x00000000000000000000000000000000, 0x942b74b8233afa6e6bb4c4eea456c4ef, 0x874d407a7a6f0aee3f2022a2eb3ec54db9185c68468d671dee26f0f0a71e79cb, '', 0, '?'),
(0x20d5cffffb418a491f0335b326ac75c5, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Test/OddTest.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Test/OddTest.php', 1, 0x00000000000000000000000000000000, 0xd29bc1a216c4cc2f003b817e9775bf2e, 0xea03ddc11e0f1eaecc836dad1190eced6e002a3855d190e55b8adce0acac56af, '', 0, '?'),
(0x065d3dad3cf09334995898ab57c8fd7a, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Test/SameasTest.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Test/SameasTest.php', 1, 0x00000000000000000000000000000000, 0x351447f267ce109847737db1c7cf79f2, 0xc05d6bea2f034a1f324353d45d5e0fa019eb0b5f2248557e80bb0f883cd6dd71, '', 0, '?'),
(0xb3d33110a68b74327f5aa996b2b50e79, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/TestExpression.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/TestExpression.php', 1, 0x00000000000000000000000000000000, 0x6be361e1070bc64276802f80fd6542da, 0x417d6a465b04484c8b881635e58302983321fe8d10634f7b52b9d97d68875805, '', 0, '?'),
(0xca008d47c5f20ebd55851696b6a4d809, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Unary/AbstractUnary.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Unary/AbstractUnary.php', 1, 0x00000000000000000000000000000000, 0xf3ed92173c568dd729c41594187d5343, 0xaee31a90e1a0bbac178ca682bf285d8a7c32631ca8ec69e60bf48b326aa6e2ab, '', 0, '?'),
(0x183998bcce9be8208970ad50e704c44f, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Unary/NegUnary.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Unary/NegUnary.php', 1, 0x00000000000000000000000000000000, 0x8f2084984e11516f80a87cb55ef0f1b7, 0x4dbe85b627c996da373970ccb17088bcab46e91465f40d979e365192e2d33e12, '', 0, '?'),
(0xd19504801190819cc18c6540cc428d07, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Unary/NotUnary.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Unary/NotUnary.php', 1, 0x00000000000000000000000000000000, 0x391b6f417e545857e3c0c7ea9d0c892b, 0x43ab12c2fe514e9c80bb9134a097b5e33e80f5f6c1635aa6cf409a67a8ecdd7a, '', 0, '?'),
(0x3e4d10d622cebb0844bb799196e48cfa, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Unary/PosUnary.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Unary/PosUnary.php', 1, 0x00000000000000000000000000000000, 0xf2a2bc5865635ad93866a8b331bce43c, 0x6e129e511e2e40dcb3162f0000d7f379a96699431394af51c7a0e3a2290e5f8e, '', 0, '?'),
(0x769487420a5addf1a7fd72f5eff9d651, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/FlushNode.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/FlushNode.php', 1, 0x00000000000000000000000000000000, 0x57b3532a899ef0e1982f2ef6cae12661, 0x1deb732597fcac79a337c4ae230db229a8e17306e9be2aceeb56a01ef6f37bc7, '', 0, '?'),
(0x7a151cae1859c53e1ccb20be5a024744, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/ForLoopNode.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/ForLoopNode.php', 1, 0x00000000000000000000000000000000, 0xae58208e3094d0bbb8c6b331a6415325, 0x09e053e98c82d9310e492938bf461bb35267c96a12496d7058459ca7326c3303, '', 0, '?'),
(0x2453e02da929ad047d3ed5a2ec06a68b, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/ForNode.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/ForNode.php', 1, 0x00000000000000000000000000000000, 0xaf91e29f641bcca7f345647eabb05786, 0x284ed54bb6f01c252de5b1b4a4415aa33bd2ee28e8cd582747125977c93956b5, '', 0, '?'),
(0xa893f6d6d9d4d8a4465c8efa8476e729, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/IfNode.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/IfNode.php', 1, 0x00000000000000000000000000000000, 0xa572c70775120ad6ece493223bd70025, 0x02ace1e98b97d46ba0accfb410911ccc521aea5811141af8164e6dd497a3aa55, '', 0, '?'),
(0xeb34e10ffaa3b0689264b1bfbd9e6511, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/ImportNode.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/ImportNode.php', 1, 0x00000000000000000000000000000000, 0xb9b814fdb9af405da68db48540ee48ca, 0x485ce5b52884100afc813e85738f9ca7d01fd58dc3241b5a3dbf705b15809b7a, '', 0, '?'),
(0x823c51c27f1f4e1a54dc89a23edfd1b4, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/IncludeNode.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/IncludeNode.php', 1, 0x00000000000000000000000000000000, 0xf44350904ee58443be53485d6198ff85, 0x355aeb5b2d55d4280831de14190af6706ca8cb5bdcbc931a739c31d449144e24, '', 0, '?'),
(0xe70500b7ffd727d28eb7bca13fb5a07f, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/MacroNode.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/MacroNode.php', 1, 0x00000000000000000000000000000000, 0x8e1087156b9bbf9186693023f5cdb339, 0xaa2c64452b27ecdbe25325b8daea0f6010626094fe80a48783b84e509657cb98, '', 0, '?'),
(0xe1673bb87ef0ad22fb309de2b53318d5, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/ModuleNode.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/ModuleNode.php', 1, 0x00000000000000000000000000000000, 0x2c7560df59a620d24403c1d2d1960d0d, 0x92d4692c4fa56e7a8f4ad3334fc7d4d52d32e148ac3105f1958dfa2764c3c1d1, '', 0, '?'),
(0x933c2fb599c4a634bdbd1e50ce00a5e0, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Node.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Node.php', 1, 0x00000000000000000000000000000000, 0xb0680196ba89ca47e10103b3b531c14c, 0xafae5fcfa0b8fe00147a48b39288f335907f60bb506f81b686038410316d6dd6, '', 0, '?'),
(0x90a0a09a6b12a46854922e7a79586481, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/NodeCaptureInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/NodeCaptureInterface.php', 1, 0x00000000000000000000000000000000, 0xc431522464753dc23e9e06651dcca6b7, 0xb55d709845cd5624e30ff0599af9f9292e2946b807841162c46ec2cc91408fe5, '', 0, '?'),
(0x246b71a731a38ce40853c2bb808b6b8e, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/NodeOutputInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/NodeOutputInterface.php', 1, 0x00000000000000000000000000000000, 0xdc306c16a9fec4e8131a4759d5fd64f4, 0x7198ed906462072143a5543997dc3c421eab47f3330a816a7657c1981b1c4c5d, '', 0, '?'),
(0xa8d92db09b0bb303e15f1d9ca74e4cd5, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/PrintNode.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/PrintNode.php', 1, 0x00000000000000000000000000000000, 0x1a9d90a02a9395c7e1a6b28087bc4be3, 0x86f309963bf25cbaa8b11f90b2eb21bf92cdb0b3be535eb9a8e99ccb6d567906, '', 0, '?'),
(0x5eb36849aa349ab257046a9104301145, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/SandboxNode.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/SandboxNode.php', 1, 0x00000000000000000000000000000000, 0xbbdad2a3286f74417db855fae7ad0b5c, 0x1433243c06f102949cceebea1a070db668f9a59935812965321f1e3e14676ae1, '', 0, '?'),
(0x09e942963a87ccaf4d60afca8361eb7d, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/SandboxedPrintNode.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/SandboxedPrintNode.php', 1, 0x00000000000000000000000000000000, 0x363fce5057b33e6a8761f6475947e8b9, 0xb95393680903b823403b3a9803d096bb1eb0adf8c424b1c9f239b5eae093dece, '', 0, '?'),
(0x0a49c8bad9ad79c162a62650edbac125, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/SetNode.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/SetNode.php', 1, 0x00000000000000000000000000000000, 0x046328f3002248db09e4d2a89f14d103, 0x25b03e6096422aba838359668dd1bf2dbc2fe6e3ccdbd2e504d4b22495f501d7, '', 0, '?'),
(0x9498e909dc584c782d7e0ad8cd82a726, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/SetTempNode.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/SetTempNode.php', 1, 0x00000000000000000000000000000000, 0x885249b2273600311a37e0ccd447bb42, 0x31e3c2548114cd0c342f1b9c95a6aea148f27679c0dfe1652e098e9cdff28fdf, '', 0, '?'),
(0x1a07803bbbe4881a5f1273346405a719, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/SpacelessNode.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/SpacelessNode.php', 1, 0x00000000000000000000000000000000, 0x2d3c8755c73bed018a3ce411a595b1c9, 0xe57cc1f26bb0b3b975862ccd277a009ffb36bdbe2faf4fea90b93b8e57f2db2a, '', 0, '?'),
(0x07f2994d0be5796d9982e461d5695833, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/TextNode.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/TextNode.php', 1, 0x00000000000000000000000000000000, 0xb73cfa8d24ef5545d6e6c1eeab83913f, 0x77842f9b95c603642aa1f1c13523c1ecb8e9f636399c0f254736b910d143ca9f, '', 0, '?'),
(0xbb03429962c0d2181723271a0c0c44f4, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/WithNode.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/WithNode.php', 1, 0x00000000000000000000000000000000, 0xd58187c0da435b05dbbbf09f2284a58b, 0x2835827154846332e441c27e0d6cea83da89c1fc8dd1807c0f46fc4b6806fb30, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x66a02402dd9b75e56d2b25f3c5eff60c, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/NodeTraverser.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/NodeTraverser.php', 1, 0x00000000000000000000000000000000, 0x730486d6ae853d34a512ed12c93fb8c2, 0xf33ca5ba8148486f1fe4b2373a585124b078c16cfc7d114102bac18f647bbb39, '', 0, '?'),
(0xb36f5eae2dd05b29901caff027d94233, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/NodeVisitor/AbstractNodeVisitor.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/NodeVisitor/AbstractNodeVisitor.php', 1, 0x00000000000000000000000000000000, 0xf91c18954f4d77e8fba611ddb7de3916, 0x4309d67c999512d3e3892fc75b609439816103cb9ac6c28f0cc7541f8aaebddc, '', 0, '?'),
(0x52579e0dfe2f0ee5d02ac0e519cf17c7, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/NodeVisitor/EscaperNodeVisitor.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/NodeVisitor/EscaperNodeVisitor.php', 1, 0x00000000000000000000000000000000, 0xbebc4917738e86fd34a61f44b7be9046, 0x0ae1b7005a8fb4e769acc2bed03f397e3b0464cf9fdbd51f7312c8558f878984, '', 0, '?'),
(0xafd3d43b4c5e8c6700bacb63542d6f40, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/NodeVisitor/NodeVisitorInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/NodeVisitor/NodeVisitorInterface.php', 1, 0x00000000000000000000000000000000, 0x8dc65f4298409383e4242ac7fc513170, 0x299321139eed1c8480257e64c53b87b846fd5178af72881208520f5d1abf4020, '', 0, '?'),
(0xc8354312f902cc1db7e0f4be99af3007, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/NodeVisitor/OptimizerNodeVisitor.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/NodeVisitor/OptimizerNodeVisitor.php', 1, 0x00000000000000000000000000000000, 0x2ccbe2293d291022063a686f8c114c4e, 0xcfde008f2dfeaeb2715bf5b4fcdee609cf4df15c92117f0e78682c8293a3e0f8, '', 0, '?'),
(0x0b1c67cd243af097a407dfb74b6aa5b4, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/NodeVisitor/SafeAnalysisNodeVisitor.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/NodeVisitor/SafeAnalysisNodeVisitor.php', 1, 0x00000000000000000000000000000000, 0x0067b09ef187578b7ff95b9b7c9ac4c9, 0x02d72188708b3bc2853c13d10c95210ce4b09d5fab7791eabe7f85b3e0f045c6, '', 0, '?'),
(0x20409b1a57454f66c02be13c9e5f9175, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/NodeVisitor/SandboxNodeVisitor.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/NodeVisitor/SandboxNodeVisitor.php', 1, 0x00000000000000000000000000000000, 0x38bbc40b3e159c6184ee927b8d97c095, 0xd643116e1cc0720842c580ae3a85eac4c105ec68a82309ccfca060c510a1a566, '', 0, '?'),
(0xc556e9c1f7ccfbb6dd954fe937c33a91, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Parser.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Parser.php', 1, 0x00000000000000000000000000000000, 0xc735e04ef2e41d3fb6934c7038ec2bba, 0x5a11d58ad4e5fb4246fd6efbeff482b559f1ddd0b037dc6551c19d8382f1680f, '', 0, '?'),
(0xba67d8ae78e874fe12846d621e146364, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Profiler/Dumper/BaseDumper.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Profiler/Dumper/BaseDumper.php', 1, 0x00000000000000000000000000000000, 0xd18c8fd29ce71af7649896d1cea671d2, 0xfd1cc7830602134d7953ffb8ffe90b26bb0642234da66b259fb25c7ec6cb3619, '', 0, '?'),
(0x664e373f2f217b4626c0712c78860317, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Profiler/Dumper/BlackfireDumper.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Profiler/Dumper/BlackfireDumper.php', 1, 0x00000000000000000000000000000000, 0xc6c8b27f9d27d140cf4f4816706c1feb, 0x981ea64fc4d2f312abc8c4b496f64298663a2b8205f3e82a5a2e386317efc37e, '', 0, '?'),
(0x132831cbf6fa2cfe3cd054312e023091, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Profiler/Dumper/HtmlDumper.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Profiler/Dumper/HtmlDumper.php', 1, 0x00000000000000000000000000000000, 0x177c1f2c16b7d1d5ac0c53d44c7dd585, 0x1b37f82397cc3b31df6155fb51fbcd4500b007c2b147af58ef76e81f32a4cabc, '', 0, '?'),
(0x61ab101178da77dc4978298bd3e926bc, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Profiler/Dumper/TextDumper.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Profiler/Dumper/TextDumper.php', 1, 0x00000000000000000000000000000000, 0xef6338c77dc17ffb369daa4969134f07, 0x25b2dd9fa3f39bd15419664b64672eb2e9df21fb40b543f697e8e19bfb35f7ec, '', 0, '?'),
(0xddacff8aa89905a3fc9c1892ff03d81a, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Profiler/Node/EnterProfileNode.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Profiler/Node/EnterProfileNode.php', 1, 0x00000000000000000000000000000000, 0x24b7fd54ba4b1254c6d19ee5f34746e8, 0xb414751217caf0e817c9457067ad4a83e8aad3fb1696a0f7a547afc9387ff6f0, '', 0, '?'),
(0xfa5539927d9ebcc3592db27860fde937, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Profiler/Node/LeaveProfileNode.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Profiler/Node/LeaveProfileNode.php', 1, 0x00000000000000000000000000000000, 0xd20e5cf6e162cf8020432893f4c829e8, 0x443d51478bd85ac03ed4d2ccc5a3e4acee545605716f914df428f1738fdc6d05, '', 0, '?'),
(0x0649baa899013f7917baf585e1745e1d, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Profiler/NodeVisitor/ProfilerNodeVisitor.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Profiler/NodeVisitor/ProfilerNodeVisitor.php', 1, 0x00000000000000000000000000000000, 0xacc3e10830d101f5849d6ee26f2ee4a1, 0x6e918d68367a180e5c3cdee3f968c19242c17ad86e83a4268588f535f8142fca, '', 0, '?'),
(0x731b79ffba87b3dc8c5392cf4596502e, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Profiler/Profile.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Profiler/Profile.php', 1, 0x00000000000000000000000000000000, 0x7dfdd7aab606108526740ed2410cb7d3, 0x94bfbd3d4ba3b6c6844c2e6eff833daf1e35480271d87cad9d6fb8bae3424fbf, '', 0, '?'),
(0xcd3da24274b41b3d80072116c0f078e5, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php', 1, 0x00000000000000000000000000000000, 0xfd1ea8a2d1362d9d08bc286f69a946b6, 0x0209e45cda007cf9839a5858aa17a8ad1fff0e30cf7fe5dcf62c70d81c168e98, '', 0, '?'),
(0xc768a949d893a345ae954da63ef93202, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/RuntimeLoader/FactoryRuntimeLoader.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/RuntimeLoader/FactoryRuntimeLoader.php', 1, 0x00000000000000000000000000000000, 0x5168f15aa362004eb85ad5343ed9b5f8, 0x43ded9bab826e69387d1e6f4d7091cb73e93553d2f79a1589ad51b0f03a84c14, '', 0, '?'),
(0x63f9ad63ca815bfc3183d2f8a1ed9253, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php', 1, 0x00000000000000000000000000000000, 0x85f35aebed11d999cc49d7e33c939e69, 0x7de96f5a1b46565f7c957369cac5b48abfd172bb19d9f2820d71111923762ca4, '', 0, '?'),
(0x5be7823f9a201e2b49dbe555dafe9bfe, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Sandbox/SecurityError.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Sandbox/SecurityError.php', 1, 0x00000000000000000000000000000000, 0x15844b0e64f84351308fbb19ab527b7e, 0x6a2db5fb58f113b6e12911afff7f7b1928acadbb175a40e0f08be902fff74abb, '', 0, '?'),
(0x8e3dbd7297760c9bf65a6a9ff492dea6, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Sandbox/SecurityNotAllowedFilterError.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Sandbox/SecurityNotAllowedFilterError.php', 1, 0x00000000000000000000000000000000, 0xe55b4abc2a4ad5a836d2b0cfcec0e56d, 0xc2a825c6ccef3bed8acba2b27ec684fcd78e4c7665b90da65780151b310250f6, '', 0, '?'),
(0xbcf1f399ca325bbb9ce5b638205a995b, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Sandbox/SecurityNotAllowedFunctionError.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Sandbox/SecurityNotAllowedFunctionError.php', 1, 0x00000000000000000000000000000000, 0xab487ec3041846a0172ff59e388db827, 0xb243dd5c458f95c06a54f715e35c7b872b2343e7562b4f529152a4375bfdaf4f, '', 0, '?'),
(0x29596d01c15b4dff22e4be0497744db3, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Sandbox/SecurityNotAllowedMethodError.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Sandbox/SecurityNotAllowedMethodError.php', 1, 0x00000000000000000000000000000000, 0xcd7077cf541307775e25d34b3860e1d9, 0x2b86e3a8cb1c936c68db30c0c333cbe9f65b4f3568124d58c2220be052ecad36, '', 0, '?'),
(0xbe6960a84a1d18b2d381db84b162abbe, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Sandbox/SecurityNotAllowedPropertyError.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Sandbox/SecurityNotAllowedPropertyError.php', 1, 0x00000000000000000000000000000000, 0x126b8f204ffc4e34db381592cba2d03a, 0xfa0b0de799722a4f3e5f25c6bad3d4a55a8cdf1f122efc5b05b93e1e67ca77e7, '', 0, '?'),
(0x9c2c94596e335fcdfeca01f961e177dc, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Sandbox/SecurityNotAllowedTagError.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Sandbox/SecurityNotAllowedTagError.php', 1, 0x00000000000000000000000000000000, 0x9759fb37627bfa4ad59e83eeebbd3859, 0x712c5eebbf004986eb55aec22b3bd7a735d5273a092ac9dc9532ba5146897026, '', 0, '?'),
(0xae03f93c928176f3af98d8fcd4d7096d, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Sandbox/SecurityPolicy.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Sandbox/SecurityPolicy.php', 1, 0x00000000000000000000000000000000, 0x9ed28a2052d738a6b80bff0700698cff, 0x281a6be2d5b100c01d73405927534ac187229f05f99cbac24e367312bd8577c4, '', 0, '?'),
(0xa86d97f32a55b17c2e65d325e4456ca9, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Sandbox/SecurityPolicyInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Sandbox/SecurityPolicyInterface.php', 1, 0x00000000000000000000000000000000, 0xd52874981b38a6c5a0ef57029ae7fbec, 0x0a44c771d3d18313119421f3b0a18e5aa68fd4ff4a4afb34da3a33dd19cb0be8, '', 0, '?'),
(0xea249b2820f579257aa5293b2c605c3b, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Source.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Source.php', 1, 0x00000000000000000000000000000000, 0x7c28d26af6d13610023779507d9f6d5a, 0x2eb4fadda0c2ee45fbf8a24cf70020025845adc5652a736b1e822fbdf078b370, '', 0, '?'),
(0xd19a3a76e5bd3fedcdabf4376c51ce3f, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Template.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Template.php', 1, 0x00000000000000000000000000000000, 0xd320420560f11c944bd1c0ad1be1f2b5, 0xc3af0f07f3f08a255d2b12b4c502b36b35d54f5f329f01185dcf5eb1e2f58b70, '', 0, '?'),
(0x5f954f68d5f470e9defa38fc1a60b910, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TemplateWrapper.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TemplateWrapper.php', 1, 0x00000000000000000000000000000000, 0x2e4be076b56a6b01ae8259e6f3f2af07, 0x20fc6fc4a9a6ccb90fe7b2f515bc32d2ba42c70611a7ca0c3db02108b6f342de, '', 0, '?'),
(0xf9f2154bccebbdde1b6c882f81247222, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Test/IntegrationTestCase.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Test/IntegrationTestCase.php', 1, 0x00000000000000000000000000000000, 0xe5c7b569e8cc8eadf160d3fa57ba3aa6, 0xb0c0d8048e618a534b0458859974840942a11e1968c4333f62655e5573d9a4be, '', 0, '?'),
(0x92a0c62b21d4744fc91f6d6a306a1148, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Test/NodeTestCase.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Test/NodeTestCase.php', 1, 0x00000000000000000000000000000000, 0x125f5fd18c36eaa693b752a4d7476daf, 0x5f9d2925c5526d0015d166cf169edab2aed81224cd7f7b8b88e0ca99fefeafda, '', 0, '?'),
(0x724f34456250e1604a79b1bc61f9f441, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Token.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Token.php', 1, 0x00000000000000000000000000000000, 0xe5728a1e9926ae153bdcfb95a0712c97, 0x018739db31ea9fe823824a12e4b37926b634e1675bc089971f2fcaedbdbbfeb4, '', 0, '?'),
(0x197b0ca03b7616a3143a777be452252d, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TokenParser/AbstractTokenParser.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TokenParser/AbstractTokenParser.php', 1, 0x00000000000000000000000000000000, 0x414442707567ab1608c3c9d161518fb0, 0x0b82339e763fe31c483a7271e0f509a655040c04e35868fe23a2598ccdaba537, '', 0, '?'),
(0xaa98d8640a91eb79c683794eb43273e7, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TokenParser/ApplyTokenParser.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TokenParser/ApplyTokenParser.php', 1, 0x00000000000000000000000000000000, 0x4a6c468b2a13cc6483dc69fe7d1429da, 0xe3ded2635210b08e009cb283d16db948e5387457743f6ea2ad2fe9b3e94522fd, '', 0, '?'),
(0x2f4cc9c9fa5a0484ccd85b5795c6495c, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TokenParser/AutoEscapeTokenParser.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TokenParser/AutoEscapeTokenParser.php', 1, 0x00000000000000000000000000000000, 0xc518eb0e45b10bda2c562a885cd62885, 0x57cd78abbe65c21d01901e036514002eb215628010831702f3ef8bbfeb73e42e, '', 0, '?'),
(0xa74e21aa86dadc07eb7be7e179346979, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TokenParser/BlockTokenParser.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TokenParser/BlockTokenParser.php', 1, 0x00000000000000000000000000000000, 0xe0c6fd95e6126d471a93c9d2be39f17c, 0xe9a4cf19d0f72fdd54c8e9c4e995e9a67856586cffc4fe0368ff3d4911b2d8df, '', 0, '?'),
(0x6a2d75f93a234a429c46134a79df31bd, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TokenParser/DeprecatedTokenParser.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TokenParser/DeprecatedTokenParser.php', 1, 0x00000000000000000000000000000000, 0xf71fc041fd314dbbf3b241f220974213, 0x2ba810051f34b512f2dc9509a1b45ccf2809e5bf0678432fef93abec18467d99, '', 0, '?'),
(0xecad89689f2465afff44a2a950d3e63c, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TokenParser/DoTokenParser.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TokenParser/DoTokenParser.php', 1, 0x00000000000000000000000000000000, 0x9735a11437b31bacd805b6484fe97f62, 0xc7cbe2f7f577bc4fd0c8632429c2b48a08831253276e4ebf186bb68cb6a10c94, '', 0, '?'),
(0x351012dbbe4d58280ff33f2cdb6528c5, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TokenParser/EmbedTokenParser.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TokenParser/EmbedTokenParser.php', 1, 0x00000000000000000000000000000000, 0x697fc69a0a4eb5d06be1a3675d76632f, 0x5078fc8a36c28722d7ea9de0303f11b3b990c2a64cce898fa368133034f85e79, '', 0, '?'),
(0xda5c7ab77404c95fcd1e886669bf0719, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TokenParser/ExtendsTokenParser.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TokenParser/ExtendsTokenParser.php', 1, 0x00000000000000000000000000000000, 0xa2e806185585f54c123c74313d1039e1, 0x89a67a6889f53f017268aae250a03dc5cce935fa7e5f03717b0ccc6a91a2ad42, '', 0, '?'),
(0x10560092758711059a08cbd5aa09dc1f, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TokenParser/FilterTokenParser.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TokenParser/FilterTokenParser.php', 1, 0x00000000000000000000000000000000, 0x4ae926ceddfbcce96afd676b0773185d, 0x61d9aac2d6cbb56d20d4e556699a2c67b17977c487bb247fca9b31b68b595569, '', 0, '?'),
(0xf24fcb0f5dbe597b4346fa94099fea17, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TokenParser/FlushTokenParser.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TokenParser/FlushTokenParser.php', 1, 0x00000000000000000000000000000000, 0xe17300c14c09668b656791dc892bc592, 0xf1613f78fb3fda54868e2ce3598dc79e2ac79c402604edead63ab9a63d50fe67, '', 0, '?'),
(0x02f7e803725d17e06959ac1867ac4c3b, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TokenParser/ForTokenParser.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TokenParser/ForTokenParser.php', 1, 0x00000000000000000000000000000000, 0xc901ddef0fbb4e9cddc15cf1782fbd85, 0xf0916a43921e0209ede4b459e0684f1dd3032677f7a48e76ba2c9718d037135f, '', 0, '?'),
(0x551fba622ea11381aaf54bcda7f3c390, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TokenParser/FromTokenParser.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TokenParser/FromTokenParser.php', 1, 0x00000000000000000000000000000000, 0x4fcc064fd242a4d0342c05407bdf6b03, 0xd789b20eb9f5f6107a8ab8213d24c6d2eaa05be83af2a853a64e4be667d8cd5e, '', 0, '?'),
(0xc9fe1806c805a665d4611f0c2bafe861, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TokenParser/IfTokenParser.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TokenParser/IfTokenParser.php', 1, 0x00000000000000000000000000000000, 0xc5c6c61c73f7ca660d425e2e7a8a6e5b, 0xe6c4272c917358a4852535a0c33e47d2d39946e176af2b5b131b985962088b47, '', 0, '?'),
(0x7a395c1362e2407c31a7559f97391837, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TokenParser/ImportTokenParser.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TokenParser/ImportTokenParser.php', 1, 0x00000000000000000000000000000000, 0x62928b38ade9553b3ce69bae576c8d78, 0xc16224f690e6f1255478b103951b4aec81c388c62b6db43615e8b5e1d57bcc03, '', 0, '?'),
(0x8ae0e22f5e4f69e38349c8f185d23fad, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TokenParser/IncludeTokenParser.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TokenParser/IncludeTokenParser.php', 1, 0x00000000000000000000000000000000, 0x8442f2750f7f59942924ab91baad9836, 0x803a812985c9214ed52b0da85cb123fd585ee40a3f56530008b84b3d175e9299, '', 0, '?'),
(0x782e1c1e4dca85000c8fff10b9d8a627, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TokenParser/MacroTokenParser.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TokenParser/MacroTokenParser.php', 1, 0x00000000000000000000000000000000, 0x69cbb64bd6796067cab0a39c0a379aac, 0x30fec13b4eb708d271a78015fe0f138389498372d1121793188ac58db9df3164, '', 0, '?'),
(0x9f31ed786dd4a1646f6c18a679cd26c3, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TokenParser/SandboxTokenParser.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TokenParser/SandboxTokenParser.php', 1, 0x00000000000000000000000000000000, 0xb4e82d6e3edbf7425288ba1625afb4c5, 0x0a52e8cf1ed4392e8ba36d2a2f64272011b1fd46932f89fba657a8aa678453dc, '', 0, '?'),
(0x9b17aa06f2a579c669320d671a233a15, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TokenParser/SetTokenParser.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TokenParser/SetTokenParser.php', 1, 0x00000000000000000000000000000000, 0x7cf31479a55d08d3159bf38671d8d60f, 0x23d1f27c69370454d7323cace1c73c9810f3b3431b667cced46b9cff54da1635, '', 0, '?'),
(0xf4396b4c95b254171b0bfa763a4422a2, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TokenParser/SpacelessTokenParser.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TokenParser/SpacelessTokenParser.php', 1, 0x00000000000000000000000000000000, 0xdf73a30dd1a1222b0fc2ff37f4d7b6ac, 0xfe61e07d38684b69a3f368d5231b37d78d29a7a6c80aad49f9f63ce1967f25e5, '', 0, '?'),
(0x3ed5494a0c0d3803d65c6c8e5b685a75, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TokenParser/TokenParserInterface.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TokenParser/TokenParserInterface.php', 1, 0x00000000000000000000000000000000, 0x5bdbcae78c9d4c19c3399e1927daeecb, 0x891e79df76e974ad1e6b51f343872ad47ed85b5ab10844ce0cf09311ff7bdeea, '', 0, '?'),
(0x2e77f2df5344310d0f5ce15e3520fe63, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TokenParser/UseTokenParser.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TokenParser/UseTokenParser.php', 1, 0x00000000000000000000000000000000, 0xa7a3c1765db0005a73dac9d98600a57c, 0x7487366d1f405771a2a6bcd5c90dbd91d4fad65daaae6b2a76df4bf482c2a8e8, '', 0, '?'),
(0x8cbb237ffc46ee24b000ac11fb0c3dd2, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TokenParser/WithTokenParser.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TokenParser/WithTokenParser.php', 1, 0x00000000000000000000000000000000, 0x76f39d9c2f2976765afb16f025b6712f, 0x5c691e0256800c5c32745c347f639468d1f1439f690753172da69ebd6468f0ea, '', 0, '?'),
(0x619ee4637f35f86a9db57974daff950d, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TokenStream.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TokenStream.php', 1, 0x00000000000000000000000000000000, 0x1848541512aedbc4fcefb7b84c4cd3b3, 0x05c9b4431e495547d479725917fd040c87a24832e4fa5b7fe8894d8b6dcc4e1d, '', 0, '?'),
(0xaa9091d5fedde6b5d2b467d19b51ff43, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TwigFilter.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TwigFilter.php', 1, 0x00000000000000000000000000000000, 0x6997d5d7cfc92d3a10e525f68ba05277, 0x31bac3ac2ce699491689b050bc74cda16ab6815a36d08a24b32700b2108500b2, '', 0, '?'),
(0xabae38aed1a40578fabb0545b74d36a2, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TwigFunction.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TwigFunction.php', 1, 0x00000000000000000000000000000000, 0x29d66df1a8526c1190f4434f314a259d, 0x52dfd6a37b9aef12d5a84dfb4be3f82619d699addfb8deab30bb9da2633d1d1d, '', 0, '?'),
(0x206c1efde359c649e9ed59352a0ffb50, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TwigTest.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TwigTest.php', 1, 0x00000000000000000000000000000000, 0xf204c330acbda7993a2dc262c61b7627, 0x24a4e58384ec98c0e8a5e63169ae1f4d8a28447f5fb9a11eca1decf66964e96f, '', 0, '?'),
(0xf3d747d8b119539003f565a87f6b46c2, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Util/DeprecationCollector.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Util/DeprecationCollector.php', 1, 0x00000000000000000000000000000000, 0x942cb3a3f6794ca867a3e6b2c2de9ba1, 0xb994f1f51fa8403145b24560fa8a717f41bd653bf002793dc43c10566f96b091, '', 0, '?'),
(0xcdfd5f705232226f48bc85f3b6996919, 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Util/TemplateDirIterator.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Util/TemplateDirIterator.php', 1, 0x00000000000000000000000000000000, 0x95e8577b871e6576d437d31832f09155, 0xc584f132ffcc99f96ed4bf284ee0e94692e3fb724e592592319c77485b5c55ca, '', 0, '?'),
(0x8e592c1c52cdaec8fefeb64fdc437d20, 'wp-content/plugins/wp-rss-aggregator/wp-rss-aggregator.php', '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/wp-rss-aggregator.php', 1, 0x00000000000000000000000000000000, 0xc346e9d5ba3c776a7ad2890ab6ba795d, 0xfba254e5a9f1949e84fa2146eb51d86520fe75417849f659721f8413e0558006, '', 0, '?'),
(0x1d8e9a83ac4acc7d46b7df4500de39b3, 'wp-content/themes/index.php', '/home/www/iamctv.com/wp-content/themes/index.php', 0, 0x67442c5615eba73d105c0715c6620850, 0x67442c5615eba73d105c0715c6620850, 0x6b8d898dc0977e09b6bd55481aa5d678831850eadb41cc84a2fa3ca19e3b58a8, '', 0, '?'),
(0xc9e36309eb05b7acd7556679a9edcd53, 'wp-content/themes/newsphere/404.php', '/home/www/iamctv.com/wp-content/themes/newsphere/404.php', 1, 0x00000000000000000000000000000000, 0xaa227262906d2191e7ddb619c318c273, 0xb8e87d37cc085300b52e7532afbd20b3fcc7bcfae5de72238f574fbc9230a1de, '', 0, '?'),
(0x9350a687c00a88f15dda0c1e9ec046b8, 'wp-content/themes/newsphere/archive.php', '/home/www/iamctv.com/wp-content/themes/newsphere/archive.php', 1, 0x00000000000000000000000000000000, 0xba37581c9aab4c792fac413893283cbb, 0xb783949002ada67bfa742939073d60b77fcbd279490067ad859ea876a9652b9b, '', 0, '?'),
(0x7174635d015f61bd400ef33e9153ad1b, 'wp-content/themes/newsphere/assets/bootstrap/css/bootstrap.css', '/home/www/iamctv.com/wp-content/themes/newsphere/assets/bootstrap/css/bootstrap.css', 1, 0x00000000000000000000000000000000, 0xdea49d5046484cfb2730673596d7db16, 0x2f71f877ecee284bc2b08a238cbd4c1e161959e8083572288bc12fe54fa60f0b, '', 0, '?'),
(0x7ab00d3da1780091e5d09751a33a336c, 'wp-content/themes/newsphere/assets/bootstrap/css/bootstrap.min.css', '/home/www/iamctv.com/wp-content/themes/newsphere/assets/bootstrap/css/bootstrap.min.css', 1, 0x00000000000000000000000000000000, 0x69b4aa4c095f3e82f1d54919ace7566e, 0x16b2be34a16dadd43af047ba12cb6caa9b345d40384801e2e0cd4d6f20e7ed12, '', 0, '?'),
(0xa6d594b3141d66b9e524d118d57df942, 'wp-content/themes/newsphere/assets/bootstrap/fonts/glyphicons-halflings-regular.eot', '/home/www/iamctv.com/wp-content/themes/newsphere/assets/bootstrap/fonts/glyphicons-halflings-regular.eot', 1, 0x00000000000000000000000000000000, 0xf4769f9bdb7466be65088239c12046d1, 0x749cdb61c2b1d10006d3ab9149a14404fc763275eaf6aec700c8c3d42bb854bb, '', 0, '?'),
(0xd7616a207f4ba1312b17c2f420b205df, 'wp-content/themes/newsphere/assets/bootstrap/fonts/glyphicons-halflings-regular.svg', '/home/www/iamctv.com/wp-content/themes/newsphere/assets/bootstrap/fonts/glyphicons-halflings-regular.svg', 1, 0x00000000000000000000000000000000, 0x89889688147bd7575d6327160d64e760, 0xb497faebae24da36920260e492017cb4b8792b0bf40e5e09386325b289fc6bf4, '', 0, '?'),
(0xfcea26ac899903308b524193a7ba8a99, 'wp-content/themes/newsphere/assets/bootstrap/fonts/glyphicons-halflings-regular.ttf', '/home/www/iamctv.com/wp-content/themes/newsphere/assets/bootstrap/fonts/glyphicons-halflings-regular.ttf', 1, 0x00000000000000000000000000000000, 0xe18bbf611f2a2e43afc071aa2f4e1512, 0x8049d9969fed114b144a22cb74b3cfad5eeff7625f5b236601d34b813a4f2967, '', 0, '?'),
(0x9e451abcd49e584ef223b639f2dc2145, 'wp-content/themes/newsphere/assets/bootstrap/fonts/glyphicons-halflings-regular.woff', '/home/www/iamctv.com/wp-content/themes/newsphere/assets/bootstrap/fonts/glyphicons-halflings-regular.woff', 1, 0x00000000000000000000000000000000, 0xfa2772327f55d8198301fdb8bcfc8158, 0x33758d323b576ddfdf6afff4fbdbbbfa9287cb2200211d34a0a2a5681b306c3a, '', 0, '?'),
(0xdb8bf22f4b715dfa4934d30aed155aa0, 'wp-content/themes/newsphere/assets/bootstrap/fonts/glyphicons-halflings-regular.woff2', '/home/www/iamctv.com/wp-content/themes/newsphere/assets/bootstrap/fonts/glyphicons-halflings-regular.woff2', 1, 0x00000000000000000000000000000000, 0x448c34a56d699c29117adc64c43affeb, 0x8b732d4e3d6970820ebc66e4377bd8fad4ceac544fd4d7cd40d2ce780ce33c58, '', 0, '?'),
(0x5c8b9cb3969e25c001065bc753c6576a, 'wp-content/themes/newsphere/assets/bootstrap/js/bootstrap.js', '/home/www/iamctv.com/wp-content/themes/newsphere/assets/bootstrap/js/bootstrap.js', 1, 0x00000000000000000000000000000000, 0xcdc7468c5af8383e980534460208c303, 0x7d30d247faa990681bb6dd99b222dfe453e399f0306f5d2e6bc64dfb249acd82, '', 0, '?'),
(0x330d7eb6313ae1725be0ee4a628719c0, 'wp-content/themes/newsphere/assets/bootstrap/js/bootstrap.min.js', '/home/www/iamctv.com/wp-content/themes/newsphere/assets/bootstrap/js/bootstrap.min.js', 1, 0x00000000000000000000000000000000, 0x00e8259f4fb0664ae55be9b184020d27, 0x9f0b868125e625b3ec38612f0b7b19caa3f2f64ad587e9a023c3711145614ae5, '', 0, '?'),
(0x27e6d65f502fd09f0e77620d1708c891, 'wp-content/themes/newsphere/assets/css/animate.css', '/home/www/iamctv.com/wp-content/themes/newsphere/assets/css/animate.css', 1, 0x00000000000000000000000000000000, 0x8dbc6dc67b4724087e6d907ff95ac6db, 0xcdfc9113b3d3faef272651a47bce70baf56478539ed4dc051d0b437d95847f84, '', 0, '?'),
(0xc67c4554f4df7bbdab0ac24d940d94f4, 'wp-content/themes/newsphere/assets/css/notice.css', '/home/www/iamctv.com/wp-content/themes/newsphere/assets/css/notice.css', 1, 0x00000000000000000000000000000000, 0x89faf4e2df67fdfd05d326780e039bb8, 0x127ec1cab54c935628119efd8d9df597e6c37986063fbcfd9d4a795b12f524e9, '', 0, '?'),
(0xadecfc1e5523feb273fdf891237b807a, 'wp-content/themes/newsphere/assets/customizer-admin.css', '/home/www/iamctv.com/wp-content/themes/newsphere/assets/customizer-admin.css', 1, 0x00000000000000000000000000000000, 0x323656fd424b2f96716805fd20530149, 0xd489a201f62d9081eb6d77a6765af3f84828d02390d9ccdbc8b36b247a22e6db, '', 0, '?'),
(0x4899894e579b825a03008c5cb0823515, 'wp-content/themes/newsphere/assets/customizer-admin.js', '/home/www/iamctv.com/wp-content/themes/newsphere/assets/customizer-admin.js', 1, 0x00000000000000000000000000000000, 0xba7bbdfa1c2ea4de9603366a55af11f7, 0xb567a27d5d52092f370c8233d5d96376944bb335e09201df3fc47792e845130e, '', 0, '?'),
(0x77cd2f17b8053bed6346ab7ee621ad55, 'wp-content/themes/newsphere/assets/fixed-header-script.js', '/home/www/iamctv.com/wp-content/themes/newsphere/assets/fixed-header-script.js', 1, 0x00000000000000000000000000000000, 0x81763501ebfc5b53017f1809306ca2d6, 0xf7b764a1d4771c2b34bc03a9bf5e8fb2280c57d2f33f23caf5789dea37f40867, '', 0, '?'),
(0x040c0f9a789f9b03019862e596a2440e, 'wp-content/themes/newsphere/assets/font-awesome/css/font-awesome.css', '/home/www/iamctv.com/wp-content/themes/newsphere/assets/font-awesome/css/font-awesome.css', 1, 0x00000000000000000000000000000000, 0xc495654869785bc3df60216616814ad1, 0xb0acdae7a87df8cdcbb97424adc829c3caa6bb9250f114fc31c08f7edc80fad9, '', 0, '?'),
(0x7d0d65faa9a040d9fd8406b295f9ae18, 'wp-content/themes/newsphere/assets/font-awesome/css/font-awesome.min.css', '/home/www/iamctv.com/wp-content/themes/newsphere/assets/font-awesome/css/font-awesome.min.css', 1, 0x00000000000000000000000000000000, 0x269550530cc127b6aa5a35925a7de6ce, 0xfce6dc7161235430fedf1954996e3df2c811a338580afa42056725ce804cbd11, '', 0, '?'),
(0x619dd5a5dbd853da9f3e466cd21406a0, 'wp-content/themes/newsphere/assets/font-awesome/fonts/FontAwesome.otf', '/home/www/iamctv.com/wp-content/themes/newsphere/assets/font-awesome/fonts/FontAwesome.otf', 1, 0x00000000000000000000000000000000, 0x0d2717cd5d853e5c765ca032dfd41a4d, 0x716fc14f244b5da18eb06733d06e81fbc392b1d19017d27eeef807f928805280, '', 0, '?'),
(0x21915af6b458fb58298cd280914c0eaa, 'wp-content/themes/newsphere/assets/font-awesome/fonts/fontawesome-webfont.eot', '/home/www/iamctv.com/wp-content/themes/newsphere/assets/font-awesome/fonts/fontawesome-webfont.eot', 1, 0x00000000000000000000000000000000, 0x674f50d287a8c48dc19ba404d20fe713, 0xfbfae57e382001176972aebfdd0b0a135070afa60a32f28a35a7446168427a50, '', 0, '?'),
(0x24450ee88860a8e55540f3cc28566504, 'wp-content/themes/newsphere/assets/font-awesome/fonts/fontawesome-webfont.svg', '/home/www/iamctv.com/wp-content/themes/newsphere/assets/font-awesome/fonts/fontawesome-webfont.svg', 1, 0x00000000000000000000000000000000, 0x912ec66d7572ff821749319396470bde, 0x4c72374440798cbfc2c9825d4e4b872896d1746908d84739cec0f9a0c8546d3d, '', 0, '?'),
(0x62c397cdc234f0ed45903ccc5ae88995, 'wp-content/themes/newsphere/assets/font-awesome/fonts/fontawesome-webfont.ttf', '/home/www/iamctv.com/wp-content/themes/newsphere/assets/font-awesome/fonts/fontawesome-webfont.ttf', 1, 0x00000000000000000000000000000000, 0xb06871f281fee6b241d60582ae9369b9, 0x9d92a2097136388578d68505e35cfcaa730d4ebe7e18832e97fb5ad8ae5b0422, '', 0, '?'),
(0x083e448a27d9e874bca5ceb3d5f888ad, 'wp-content/themes/newsphere/assets/font-awesome/fonts/fontawesome-webfont.woff', '/home/www/iamctv.com/wp-content/themes/newsphere/assets/font-awesome/fonts/fontawesome-webfont.woff', 1, 0x00000000000000000000000000000000, 0xfee66e712a8a08eef5805a46892932ad, 0xe1fc2634220d519d6a580ce36d4e22e3c93f50be6f94cd5cb0c6f53f07b9f98c, '', 0, '?'),
(0xd54fb851bc56b6872580e15dd7007eb1, 'wp-content/themes/newsphere/assets/font-awesome/fonts/fontawesome-webfont.woff2', '/home/www/iamctv.com/wp-content/themes/newsphere/assets/font-awesome/fonts/fontawesome-webfont.woff2', 1, 0x00000000000000000000000000000000, 0xaf7ae505a9eed503f8b8e6982036873e, 0xaddf40e2a382a94ceb4551f1f18928816965ba96715b4e7c26b0e37ff9c390f7, '', 0, '?'),
(0x012a1795e0329afd39459e3b8976e635, 'wp-content/themes/newsphere/assets/jquery-match-height/jquery.matchHeight.js', '/home/www/iamctv.com/wp-content/themes/newsphere/assets/jquery-match-height/jquery.matchHeight.js', 1, 0x00000000000000000000000000000000, 0xa4b580e5f6599aed3c62ffa1c146f63b, 0x91f4dfffb8d0cf47722fddb5575d23591f1e6756a61ae80a61064c8e89936bd4, '', 0, '?'),
(0xb6220a767780eb5c09f4ec6acc01a6fe, 'wp-content/themes/newsphere/assets/jquery-match-height/jquery.matchHeight.min.js', '/home/www/iamctv.com/wp-content/themes/newsphere/assets/jquery-match-height/jquery.matchHeight.min.js', 1, 0x00000000000000000000000000000000, 0x3182b2beddb1f798f66d27425b9f99d9, 0x658802dca1203e8400775c4773cd5f588ffba7b6e18f54dcf3f4a9ba30eab0c2, '', 0, '?'),
(0x193e9cfa2342082d98ad02e0a2786deb, 'wp-content/themes/newsphere/assets/magnific-popup/jquery.magnific-popup.js', '/home/www/iamctv.com/wp-content/themes/newsphere/assets/magnific-popup/jquery.magnific-popup.js', 1, 0x00000000000000000000000000000000, 0x28c2a5176c968812dc1254b6a48fd0d0, 0x9ff63358456438d4f80a0169732188d9b6dfd921d44cf2fb4ccac0aaf7d271b6, '', 0, '?'),
(0xdac8a2cc42fccd25035960c5157bf0c3, 'wp-content/themes/newsphere/assets/magnific-popup/jquery.magnific-popup.min.js', '/home/www/iamctv.com/wp-content/themes/newsphere/assets/magnific-popup/jquery.magnific-popup.min.js', 1, 0x00000000000000000000000000000000, 0x351dd32e5a1ab0145e943424e9f626af, 0x4a505904dad42e3054963825db53fe70b6892c4a92389e968eadcd8a4388fd95, '', 0, '?'),
(0xa2e7b8ddbf51d953d4ca243ae1e1b5aa, 'wp-content/themes/newsphere/assets/magnific-popup/magnific-popup.css', '/home/www/iamctv.com/wp-content/themes/newsphere/assets/magnific-popup/magnific-popup.css', 1, 0x00000000000000000000000000000000, 0x30b593b71d7672658f89bfea0ab360c9, 0x9758d53bd9fd87c690bf840c39e94075f86ab26dc15bee899defee46bf2221fd, '', 0, '?'),
(0xbfcd53e705f03c24a16f1e6ed1eed2f4, 'wp-content/themes/newsphere/assets/marquee/jquery.marquee.js', '/home/www/iamctv.com/wp-content/themes/newsphere/assets/marquee/jquery.marquee.js', 1, 0x00000000000000000000000000000000, 0x03d509c5deeff71fb4daf817fc41501d, 0x2446975c031ad1fbf8960e5ca8972a9c380cd533470c957160a189e94be0258f, '', 0, '?'),
(0x0b6d303ccdbc9b4f032902a26867d088, 'wp-content/themes/newsphere/assets/marquee/jquery.marquee.min.js', '/home/www/iamctv.com/wp-content/themes/newsphere/assets/marquee/jquery.marquee.min.js', 1, 0x00000000000000000000000000000000, 0x074346565f31b42edd3ccab906af658b, 0xfeb7a349d7ab8284369dae3f024a0fea4e666e8075d4702b410cce100df87a5b, '', 0, '?'),
(0xe7c0575a54af9415bbf40518aab2cf95, 'wp-content/themes/newsphere/assets/pagination-script.js', '/home/www/iamctv.com/wp-content/themes/newsphere/assets/pagination-script.js', 1, 0x00000000000000000000000000000000, 0x64984e0819f5d2f33b3641d64ca83628, 0xf4ff613e484e92e76daf6919aa01f3bbd7fb851f32d77064db8fcff3e1ff1a7a, '', 0, '?'),
(0x319f922205df70942c6d543c02f1228c, 'wp-content/themes/newsphere/assets/script.js', '/home/www/iamctv.com/wp-content/themes/newsphere/assets/script.js', 1, 0x00000000000000000000000000000000, 0x729ab4bd45e94e22ab81a698e42fc65c, 0x3e9713380819f9430b95a4bd412f81fb085f8d187e9c00ddc55b26dc7ccf7871, '', 0, '?'),
(0x392aba2271578653ade45e7b0d978221, 'wp-content/themes/newsphere/assets/sidr/css/sidr.bare.css', '/home/www/iamctv.com/wp-content/themes/newsphere/assets/sidr/css/sidr.bare.css', 1, 0x00000000000000000000000000000000, 0x999cf118f3e279e62023068539711c97, 0xad34f4c420fb4923b61cbdebeea6ef2e12c9d4b32669321d5959ae13b137d763, '', 0, '?'),
(0x7df07919bbdb8b7a25aad7f3113f011a, 'wp-content/themes/newsphere/assets/sidr/css/sidr.bare.min.css', '/home/www/iamctv.com/wp-content/themes/newsphere/assets/sidr/css/sidr.bare.min.css', 1, 0x00000000000000000000000000000000, 0xc88dd1b23172a6dc64cecfdd7e171f1f, 0x9d8976db8475e12e06a818d2d7014c4e5d97bdfd183c89217b084b1445284830, '', 0, '?'),
(0x01423b6f09a947296cd32c3f0c801117, 'wp-content/themes/newsphere/assets/sidr/css/sidr.dark.css', '/home/www/iamctv.com/wp-content/themes/newsphere/assets/sidr/css/sidr.dark.css', 1, 0x00000000000000000000000000000000, 0xebd09202b29c9e887832e3df22873f9b, 0x7d80a351893018d24b535c9f0d0dc9038e141840fddcf83f9c0df1256f8ab18e, '', 0, '?'),
(0xe2b05f8ea1c9f53f701fd73826b38a0f, 'wp-content/themes/newsphere/assets/sidr/css/sidr.dark.min.css', '/home/www/iamctv.com/wp-content/themes/newsphere/assets/sidr/css/sidr.dark.min.css', 1, 0x00000000000000000000000000000000, 0x08db057d6c226e76cf4c13834ad59bad, 0xb507a6fa0790eba91d3a2ec5e558f0303dbb5f4db7eb7f0273e5be8ec567cf22, '', 0, '?'),
(0xdb89d6ad82b69d781678a2617b4f483d, 'wp-content/themes/newsphere/assets/sidr/css/sidr.light.css', '/home/www/iamctv.com/wp-content/themes/newsphere/assets/sidr/css/sidr.light.css', 1, 0x00000000000000000000000000000000, 0xc5996aae1b87db630efcf8d8d50f6432, 0x0fb42f063df69bf313a16a4dab6c9abefe2f24ab3f7a90edb3b0e7c53a1007aa, '', 0, '?'),
(0xa96abbd8a54fab9f40f7d48bfad4fff4, 'wp-content/themes/newsphere/assets/sidr/css/sidr.light.min.css', '/home/www/iamctv.com/wp-content/themes/newsphere/assets/sidr/css/sidr.light.min.css', 1, 0x00000000000000000000000000000000, 0xad7b9cbd34265a784a911f03fc53370b, 0x7524a4bada393b5a280e721c94cdaed7a133bed0fab2065d8c2d5053b023ddce, '', 0, '?'),
(0x8aa3f59270aa1eb70aa7585545c9354f, 'wp-content/themes/newsphere/assets/sidr/js/jquery.sidr.js', '/home/www/iamctv.com/wp-content/themes/newsphere/assets/sidr/js/jquery.sidr.js', 1, 0x00000000000000000000000000000000, 0x230acd96fc09cb346d83bb18cbb726ab, 0x4f504f0a458850a08bc2e876f0f8ceeff71934ca51733dcbafdebea6769f04da, '', 0, '?'),
(0x21f16e8e474e3a65b99a05a20a301042, 'wp-content/themes/newsphere/assets/sidr/js/jquery.sidr.min.js', '/home/www/iamctv.com/wp-content/themes/newsphere/assets/sidr/js/jquery.sidr.min.js', 1, 0x00000000000000000000000000000000, 0x7dc007c0b2e6cd3f61d90613e2348f50, 0xc98850050158443ad0155a2ea05c817736e1e4ace564e192bf52cc9291be062b, '', 0, '?'),
(0x1ca3883d47c909844751216db7d0c55c, 'wp-content/themes/newsphere/assets/sidr/js/sidr.js', '/home/www/iamctv.com/wp-content/themes/newsphere/assets/sidr/js/sidr.js', 1, 0x00000000000000000000000000000000, 0x9a5b0610ed3763ed512f40097030e4d8, 0x11cd88fc100c4a7c8491573f196a5acfdbcaf50491b388452b63dc8f8df81905, '', 0, '?'),
(0xd7b8fc16043a8e9434e33977526149bb, 'wp-content/themes/newsphere/assets/sidr/js/sidr.min.js', '/home/www/iamctv.com/wp-content/themes/newsphere/assets/sidr/js/sidr.min.js', 1, 0x00000000000000000000000000000000, 0xcf3258a4e7162fcb45b1fcd73d42b6ec, 0x086ba9560b2c8ab7375a1dade56ba20d53ece5106bc73e545eda1699abf67d63, '', 0, '?'),
(0x55c163686d8b142fe3d76ead4796efc3, 'wp-content/themes/newsphere/assets/swiper/LICENSE', '/home/www/iamctv.com/wp-content/themes/newsphere/assets/swiper/LICENSE', 1, 0x00000000000000000000000000000000, 0x3aeb951089cbe76e23b38499c19e10c4, 0xb56488edee5a4e08bde890aad508ebccbb87e4ca22ec47a04ff3408dbe1d99f3, '', 0, '?'),
(0x8bdf1a0f127733e4a7629eca641fb518, 'wp-content/themes/newsphere/assets/swiper/README.md', '/home/www/iamctv.com/wp-content/themes/newsphere/assets/swiper/README.md', 1, 0x00000000000000000000000000000000, 0xade666d1fa1eec8bc5412c98398ad7c6, 0x8e6fa8b253a31494542d5e53bb7f56aa67b2327cb5e21b512152a7084d7479f2, '', 0, '?'),
(0x63b4c53633f6568336ef4433a87034d6, 'wp-content/themes/newsphere/assets/swiper/css/swiper.css', '/home/www/iamctv.com/wp-content/themes/newsphere/assets/swiper/css/swiper.css', 1, 0x00000000000000000000000000000000, 0x2f16c0c7f6277e306d0cd5526a88f73c, 0x30f4346ba3b2e8286a832667ce3bd18603a1d0cfecfcb338da8c36fb4f246cb0, '', 0, '?'),
(0xd4063fa82195ed1142784130964fafd8, 'wp-content/themes/newsphere/assets/swiper/css/swiper.min.css', '/home/www/iamctv.com/wp-content/themes/newsphere/assets/swiper/css/swiper.min.css', 1, 0x00000000000000000000000000000000, 0x9097e7972b059ecae0f5bb78a0186f71, 0x5c818db2f75d50af9984de2d86057df83ae9c75517ed3a10374875a04f827794, '', 0, '?'),
(0x85e056df4a2370e2ed68c322160657fb, 'wp-content/themes/newsphere/assets/swiper/js/swiper.esm.bundle.js', '/home/www/iamctv.com/wp-content/themes/newsphere/assets/swiper/js/swiper.esm.bundle.js', 1, 0x00000000000000000000000000000000, 0xa4b696f34f7a4c7ab0c827c1d8eb95eb, 0x7209debe9065c9b1802de6abd9cceb7e187357ec1fdfde8c9609187b5b8eaf80, '', 0, '?'),
(0x430d73a8e0a00ba094278288e52f0a55, 'wp-content/themes/newsphere/assets/swiper/js/swiper.esm.js', '/home/www/iamctv.com/wp-content/themes/newsphere/assets/swiper/js/swiper.esm.js', 1, 0x00000000000000000000000000000000, 0xdbd6eb5a1fcf827603d96237937e423a, 0xec8e06b5c3cf5bbe472997faa4dc14627424bd8e9750b5a249e48a44af29508f, '', 0, '?'),
(0x6ec1cef19ad16b2fb88b47152c81cc18, 'wp-content/themes/newsphere/assets/swiper/js/swiper.js', '/home/www/iamctv.com/wp-content/themes/newsphere/assets/swiper/js/swiper.js', 1, 0x00000000000000000000000000000000, 0x4d50a16bb7aa711193942a07e0483d2b, 0x61b357eeccc6184733282250c58810286b6f2eb7c660bc15be64630af583327f, '', 0, '?'),
(0xd5c2e7475848f62c07b6e76d36d0d746, 'wp-content/themes/newsphere/assets/swiper/js/swiper.min.js', '/home/www/iamctv.com/wp-content/themes/newsphere/assets/swiper/js/swiper.min.js', 1, 0x00000000000000000000000000000000, 0x82cbf30b72c63b195552aa7fe03a7b10, 0xa629c048966e8b02b0e1504d995d2902eec1d558c9a20efde6d24d2b3f39dbb1, '', 0, '?'),
(0x6436b5de3c07145e1b8317d0c36ac434, 'wp-content/themes/newsphere/assets/theiaStickySidebar/theia-sticky-sidebar.js', '/home/www/iamctv.com/wp-content/themes/newsphere/assets/theiaStickySidebar/theia-sticky-sidebar.js', 1, 0x00000000000000000000000000000000, 0xaf4a9c06670889bb28df132fc508173d, 0x17477a4cc3bad31a5575378338f78718b6871397b92e86093eb26ca8347c906d, '', 0, '?'),
(0x1721935d59fd5bb2c8536d64713b3ab2, 'wp-content/themes/newsphere/assets/theiaStickySidebar/theia-sticky-sidebar.min.js', '/home/www/iamctv.com/wp-content/themes/newsphere/assets/theiaStickySidebar/theia-sticky-sidebar.min.js', 1, 0x00000000000000000000000000000000, 0xd5aff8fe63479078cb9aa0f074b1be4b, 0x4bde60c66d9972fb0778f751cdf29879498573daf4464973a2cec3f55f417bfd, '', 0, '?'),
(0x2c2463ad9938b08eed72c21762d048f4, 'wp-content/themes/newsphere/assets/widgets.js', '/home/www/iamctv.com/wp-content/themes/newsphere/assets/widgets.js', 1, 0x00000000000000000000000000000000, 0xc910bc00cffdc95e48cc5be732d5759f, 0x44ace237a34a758b6eadd63f023c19746a46f055a148e7583b58af052ea64219, '', 0, '?'),
(0xb9bdcc577ee5108f36484388cca84b56, 'wp-content/themes/newsphere/comments.php', '/home/www/iamctv.com/wp-content/themes/newsphere/comments.php', 1, 0x00000000000000000000000000000000, 0x9c977c450fcb243eb87302e6db9d00ea, 0xdd71c28a31d1dc161ac17844526033b8ab435b143cfac86ad6948efc5ae7c2b9, '', 0, '?'),
(0xf87649fd05981d680320bb8893e7ccad, 'wp-content/themes/newsphere/footer.php', '/home/www/iamctv.com/wp-content/themes/newsphere/footer.php', 0, 0xfe16784418b510216def24eb4f83639b, 0xfe16784418b510216def24eb4f83639b, 0x9eacb0b045dd4c9b33a063446ea0728e3201034f6718ab173a8efac3eaa86d1d, '', 0, '?'),
(0x229523a35578664beddae25a350fe254, 'wp-content/themes/newsphere/functions.php', '/home/www/iamctv.com/wp-content/themes/newsphere/functions.php', 1, 0x00000000000000000000000000000000, 0x7f60e02513793f0ff99a70f3963c69f5, 0xdf12b3b6e5de1688d50655041bc61a440e3b88c031dd69e431234f0cb93ecd71, '', 0, '?'),
(0xa7ee849a237ec671b6948c42ee18cf46, 'wp-content/themes/newsphere/header.php', '/home/www/iamctv.com/wp-content/themes/newsphere/header.php', 0, 0x72e855266de611e909afb20cf67df252, 0x72e855266de611e909afb20cf67df252, 0x5efb207c7e0ef96676feb8545ee71a8cbbda4bdf70b42ec319ec6cd8fe6e6e7e, '', 0, '?'),
(0x1e590c57ea68358516ca66b3f25836be, 'wp-content/themes/newsphere/inc/custom-header.php', '/home/www/iamctv.com/wp-content/themes/newsphere/inc/custom-header.php', 1, 0x00000000000000000000000000000000, 0xde135c42111f764e81bb562b9758b630, 0x23dcf2d0a95aad2abf671a85510e23103d75a6f2a0f1d086d2345e8e5ebe4e31, '', 0, '?'),
(0x32f2d88a6271f907c9d473c1cd3ad97f, 'wp-content/themes/newsphere/inc/customizer/css/customizer.css', '/home/www/iamctv.com/wp-content/themes/newsphere/inc/customizer/css/customizer.css', 1, 0x00000000000000000000000000000000, 0xc42700f001ecf050d92acd02abd7b7fc, 0x8c9ddfc1a00469d9a59a9f56971bb31a2bbded5432a79a8da96d9f440320fd04, '', 0, '?'),
(0x9f3429cce97c22b80630a2be250e5d64, 'wp-content/themes/newsphere/inc/customizer/css/font-awesome.min.css', '/home/www/iamctv.com/wp-content/themes/newsphere/inc/customizer/css/font-awesome.min.css', 1, 0x00000000000000000000000000000000, 0x269550530cc127b6aa5a35925a7de6ce, 0xfce6dc7161235430fedf1954996e3df2c811a338580afa42056725ce804cbd11, '', 0, '?'),
(0x1445c8ae6f7d636e2293ce6821cfc7a5, 'wp-content/themes/newsphere/inc/customizer/customizer-callback.php', '/home/www/iamctv.com/wp-content/themes/newsphere/inc/customizer/customizer-callback.php', 1, 0x00000000000000000000000000000000, 0x699094675c850d2ad803ab9491e1ba76, 0x2316e8a47400b1e69acb83fd5b2fa47afc66ecca9517e0de0cb4257572b6f76c, '', 0, '?'),
(0x84b635efc00877b3905705f1a30b8769, 'wp-content/themes/newsphere/inc/customizer/customizer-control.php', '/home/www/iamctv.com/wp-content/themes/newsphere/inc/customizer/customizer-control.php', 1, 0x00000000000000000000000000000000, 0x06c319eb9ba1519fdf4b576b73d58e1a, 0x93ee822a72b24d07940908c9907f7f12963e13017d60229be704f198d6c48900, '', 0, '?'),
(0x9004f798b19ef4bd55f7edcc1051798c, 'wp-content/themes/newsphere/inc/customizer/customizer-default.php', '/home/www/iamctv.com/wp-content/themes/newsphere/inc/customizer/customizer-default.php', 1, 0x00000000000000000000000000000000, 0x3164507887373f0e74c71ef7a15c2897, 0x520d91feeb938af57054278dc8696e19f647305b810f3d59cf2cb095c7836db3, '', 0, '?'),
(0x5a9aaeb3205362babb1263006f2ddf1e, 'wp-content/themes/newsphere/inc/customizer/customizer-sanitize.php', '/home/www/iamctv.com/wp-content/themes/newsphere/inc/customizer/customizer-sanitize.php', 1, 0x00000000000000000000000000000000, 0x29533f0d355b478d0469f1220189a3e5, 0xb50af7dc92af38d632f6421f2d21b507463c35ba8a32518b0fe893ee08e62598, '', 0, '?'),
(0xe838af211efd01bc7f39d2a69111d757, 'wp-content/themes/newsphere/inc/customizer/customizer.php', '/home/www/iamctv.com/wp-content/themes/newsphere/inc/customizer/customizer.php', 1, 0x00000000000000000000000000000000, 0x4aa4c20c7f174e4704ad8d3c822640ae, 0xdd358dc280015645598da9deb73128cbaa016b02226dbf438d58e7e241bb2f8d, '', 0, '?'),
(0xf022a9266b9dae58785c9ce778dd159c, 'wp-content/themes/newsphere/inc/customizer/font-color-options.php', '/home/www/iamctv.com/wp-content/themes/newsphere/inc/customizer/font-color-options.php', 1, 0x00000000000000000000000000000000, 0x04bbf7a7fa300169b3acfffe00d4be87, 0xb4e90678530a205bea465647d3ed0f5e02628b158d90618d54d9a4fc5ea4edfb, '', 0, '?'),
(0x18a4f2d502bfe10cc1b7bb4664acf7c0, 'wp-content/themes/newsphere/inc/customizer/frontpage-options.php', '/home/www/iamctv.com/wp-content/themes/newsphere/inc/customizer/frontpage-options.php', 1, 0x00000000000000000000000000000000, 0x6ee2fad422d6f152754ede59918ecf99, 0xa1265ccba0f8377d7cbddfeab9aa53a3b5338bfbf9ac8da120faca5c765a9ea0, '', 0, '?'),
(0x0438da15a30097420e8bb45db67404cf, 'wp-content/themes/newsphere/inc/customizer/theme-options.php', '/home/www/iamctv.com/wp-content/themes/newsphere/inc/customizer/theme-options.php', 1, 0x00000000000000000000000000000000, 0x7866e3856ddddec293ba9d886191c1c4, 0xe40d5ed87e9dd558d0fc68643d5c484daa4d2efcde8dd40eaa50d0960a3d559f, '', 0, '?'),
(0x87ca76e85673854336602fd00533a5ec, 'wp-content/themes/newsphere/inc/hooks/blocks/block-archive-list.php', '/home/www/iamctv.com/wp-content/themes/newsphere/inc/hooks/blocks/block-archive-list.php', 1, 0x00000000000000000000000000000000, 0xbbb03e070be2deba54ed277881109aea, 0x03a7481ca666f990762d6818b5ee7a7adebfcd8cadc97eb281ed260d305992b3, '', 0, '?'),
(0xca65c39e718b5a329a1c5eef6e603a74, 'wp-content/themes/newsphere/inc/hooks/blocks/block-banner-list.php', '/home/www/iamctv.com/wp-content/themes/newsphere/inc/hooks/blocks/block-banner-list.php', 1, 0x00000000000000000000000000000000, 0xe2fd6b106be72ec628e546a0fcdfa46d, 0x8737ac96adfcc440d62c3a27c79f1cf4f2122b6091ad1680532f20b4878844b1, '', 0, '?'),
(0x6d25a0c727fe50ba9d31547ae2df3c24, 'wp-content/themes/newsphere/inc/hooks/blocks/block-header-layout-1.php', '/home/www/iamctv.com/wp-content/themes/newsphere/inc/hooks/blocks/block-header-layout-1.php', 1, 0x00000000000000000000000000000000, 0xcbacade13dc603d3f93dc1f44bccd475, 0xb2506fc47e33c2966edcedd514aacbecfc9bd66a2c6e4020b82ec6f2ba419179, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x7c3018bd03b170d2cf8c009fc7cc173e, 'wp-content/themes/newsphere/inc/hooks/blocks/block-post-latest.php', '/home/www/iamctv.com/wp-content/themes/newsphere/inc/hooks/blocks/block-post-latest.php', 1, 0x00000000000000000000000000000000, 0xf94b2f93cf3ea72404bb8a74635c97d1, 0xde0374fbbd8b106fa2a2dc7c895c3c2a3e5e1960991e4627e098e848e0049ec8, '', 0, '?'),
(0x6d609b89938b6d1291a18621cd314380, 'wp-content/themes/newsphere/inc/hooks/blocks/block-post-product-grid.php', '/home/www/iamctv.com/wp-content/themes/newsphere/inc/hooks/blocks/block-post-product-grid.php', 1, 0x00000000000000000000000000000000, 0x0c235a6e0a092cb1d49a33cecd49114b, 0xb279bdf668a82205331ae3862988516affe9780e04678d660898b4a8c954f611, '', 0, '?'),
(0x12d037a8bb4f023c2f4d5db348d4ce72, 'wp-content/themes/newsphere/inc/hooks/blocks/block-post-related.php', '/home/www/iamctv.com/wp-content/themes/newsphere/inc/hooks/blocks/block-post-related.php', 1, 0x00000000000000000000000000000000, 0xb0ce02071b795fa908f3965a32cc270c, 0xfafe3a1157fd5fd7584e44eda3f4c1cd88bc8f4701ff721f01ae74c8f91b9ca1, '', 0, '?'),
(0x35245b52c0bc8cc48f177a96833b7b8b, 'wp-content/themes/newsphere/inc/hooks/hook-blocks.php', '/home/www/iamctv.com/wp-content/themes/newsphere/inc/hooks/hook-blocks.php', 1, 0x00000000000000000000000000000000, 0x5e6a4d71d7d02d802e24904b756eab1d, 0x7aa92e0b81f5d715a9d916303b2804ba6aaf1e38141861dbf48ff2fe7547eecc, '', 0, '?'),
(0x0b4178af3b7c51c08ca7f0dc9b9d7d78, 'wp-content/themes/newsphere/inc/hooks/hook-front-page-banner-exclusive-posts.php', '/home/www/iamctv.com/wp-content/themes/newsphere/inc/hooks/hook-front-page-banner-exclusive-posts.php', 1, 0x00000000000000000000000000000000, 0x085e225a1a125b09a772392678fd4c76, 0x644d5f782b615edbf9aee62e7cae696b4be3d11dcd547edd238906dbce2f8e14, '', 0, '?'),
(0xf2e049efb73e10b7e509578a25eaf51a, 'wp-content/themes/newsphere/inc/hooks/hook-front-page-banner-featured-posts.php', '/home/www/iamctv.com/wp-content/themes/newsphere/inc/hooks/hook-front-page-banner-featured-posts.php', 1, 0x00000000000000000000000000000000, 0x552171ef67900cf63cea47d17d6b25d6, 0x9b1183766ed27239e71648bdfaeee57a484f4f0cf361b87484b495c205ca3fff, '', 0, '?'),
(0x3e4d192689a3a1077c020a3ca9545711, 'wp-content/themes/newsphere/inc/hooks/hook-front-page-banner-featured-section.php', '/home/www/iamctv.com/wp-content/themes/newsphere/inc/hooks/hook-front-page-banner-featured-section.php', 1, 0x00000000000000000000000000000000, 0xf750bc88c2a957472fb59d0f55858af7, 0x3e5529f972eefd93ada16a191f2ca3c9f6d01db6993f36b7d340bcec1e739932, '', 0, '?'),
(0x9743e50e12eeb947f907d309c3d64090, 'wp-content/themes/newsphere/inc/hooks/hook-front-page-banner-promotions.php', '/home/www/iamctv.com/wp-content/themes/newsphere/inc/hooks/hook-front-page-banner-promotions.php', 1, 0x00000000000000000000000000000000, 0x3e9b6bf28ccf2fb34e97b270c8d3d4ff, 0x9308277a7b58453cc9c0f204cd4df98b97518df59b7ec183f5d089bf37965e07, '', 0, '?'),
(0xf66f2962ce450f1088c4a6ec2019c053, 'wp-content/themes/newsphere/inc/hooks/hook-front-page-banner-tabbed-posts.php', '/home/www/iamctv.com/wp-content/themes/newsphere/inc/hooks/hook-front-page-banner-tabbed-posts.php', 1, 0x00000000000000000000000000000000, 0x38f75311971318eee9e98e0b14f80b6b, 0xa3f20535993de783a1c630a6f09b3314165f852de2ff0b35f545487fce8fd289, '', 0, '?'),
(0xffcdb6d41b595c440ae1738f0e9910a1, 'wp-content/themes/newsphere/inc/hooks/hook-front-page-main-banner-section.php', '/home/www/iamctv.com/wp-content/themes/newsphere/inc/hooks/hook-front-page-main-banner-section.php', 1, 0x00000000000000000000000000000000, 0x069104240c3f42e00c1962e1bc217621, 0x09e8842c2d7b7a890d40cce779bb2bfa0dac0237922827cd9b8dcabab99b6111, '', 0, '?'),
(0x9c7a723a7097a663ee309e95ad267397, 'wp-content/themes/newsphere/inc/hooks/hook-front-page.php', '/home/www/iamctv.com/wp-content/themes/newsphere/inc/hooks/hook-front-page.php', 1, 0x00000000000000000000000000000000, 0x8613bde01f94d8ceffa63452cf213eab, 0x33abc2e7b26b2ad17dec63cca903fb5ff9a02f7d5c2a7d1da1e7a81eaca2d094, '', 0, '?'),
(0x6903e01b6ea6c21814125f55b84d187d, 'wp-content/themes/newsphere/inc/hooks/hook-full-width-upper-footer.php', '/home/www/iamctv.com/wp-content/themes/newsphere/inc/hooks/hook-full-width-upper-footer.php', 1, 0x00000000000000000000000000000000, 0xf41b87a87a61d6f22ca607cae9b16a26, 0xd207104f51dd8af10d8a8a896cf27692bbc2198c7d3d8c116cb69f3af7e59e4f, '', 0, '?'),
(0xcc1c170c5c4012c7538993551ffde6dd, 'wp-content/themes/newsphere/inc/hooks/hook-header-section.php', '/home/www/iamctv.com/wp-content/themes/newsphere/inc/hooks/hook-header-section.php', 1, 0x00000000000000000000000000000000, 0xe8ac7fecc3be0d3fce7dcbd7280c7f7a, 0xac68c270113dd50455b5512045ca24bd2d9c50cc20dce098863ba96a3a87bb74, '', 0, '?'),
(0xe558e9ee078fc8ea566b224b47494264, 'wp-content/themes/newsphere/inc/hooks/hook-meta.php', '/home/www/iamctv.com/wp-content/themes/newsphere/inc/hooks/hook-meta.php', 1, 0x00000000000000000000000000000000, 0x640a534f9d1ec774aaab6304f4e074db, 0xabdf9b0c4809f1c0ab6a54d3a83d0c9dab7dbc976223efbe34d8384c0684f6b1, '', 0, '?'),
(0x1f9d274e3a9a1c4d63f4a697ca4353a8, 'wp-content/themes/newsphere/inc/hooks/hook-single-header.php', '/home/www/iamctv.com/wp-content/themes/newsphere/inc/hooks/hook-single-header.php', 1, 0x00000000000000000000000000000000, 0x19dcb229f13deee1dcf28aa3f38cbc73, 0xd0118ca6e259e58dcedd9a399a6af9b0473433791d69e5b0878b29e582950d13, '', 0, '?'),
(0x70054c22fd64ed78eebd5476828cf8e8, 'wp-content/themes/newsphere/inc/hooks/hook-tgm.php', '/home/www/iamctv.com/wp-content/themes/newsphere/inc/hooks/hook-tgm.php', 1, 0x00000000000000000000000000000000, 0x3dffa801c4d44f21774907e57ea67dea, 0x0346591d75cc1dffe4451a6c1f8ca5f09de7dabc5bb303a358f7c312b8cd8c70, '', 0, '?'),
(0x5760f705473cc9f544d895d168ed066b, 'wp-content/themes/newsphere/inc/hooks/hooks-init.php', '/home/www/iamctv.com/wp-content/themes/newsphere/inc/hooks/hooks-init.php', 1, 0x00000000000000000000000000000000, 0x7fa89b299a5d7b6f2fc3bc2dae2bdcf5, 0x97c680832a6c7efc4b858804873009b3fb640058920998d47c924c61c35d5aaa, '', 0, '?'),
(0x135cec89e25f234e19432e44359dbaeb, 'wp-content/themes/newsphere/inc/init.php', '/home/www/iamctv.com/wp-content/themes/newsphere/inc/init.php', 1, 0x00000000000000000000000000000000, 0x082fc49daed7bda517ed64c387e3807a, 0x3f3fb29ff1cce983adbf3f4ca2f2df5fc30c0679a97ef628b85b64dd472f8870, '', 0, '?'),
(0x25b1ec7d9cf376f81656ac028b2b117c, 'wp-content/themes/newsphere/inc/jetpack.php', '/home/www/iamctv.com/wp-content/themes/newsphere/inc/jetpack.php', 1, 0x00000000000000000000000000000000, 0x053eab9bea7d1ccc5ce61b1b7ecdb977, 0xd474b78abdfc5ee0a4b69f5526643449770aa6b8e8da9cc21cc3ddb36f2f2517, '', 0, '?'),
(0x3422362b39aa9a0a8df80bc237e4de66, 'wp-content/themes/newsphere/inc/notice-review.php', '/home/www/iamctv.com/wp-content/themes/newsphere/inc/notice-review.php', 1, 0x00000000000000000000000000000000, 0x498f2c7aa1d3b64bbb1a560627bb2d6c, 0x07d22e808d0b44ac8b1dc088b01423db1b76204887d84c8aa1c0cbc7983158a3, '', 0, '?'),
(0xa23975e848ca575711f7b4f3d669d309, 'wp-content/themes/newsphere/inc/notice-upgrade.php', '/home/www/iamctv.com/wp-content/themes/newsphere/inc/notice-upgrade.php', 1, 0x00000000000000000000000000000000, 0x1fd66b178b2d5d43c53ca0de86917f04, 0x8f93354a41b65244aba76ec836edf1fc684cf081eca1ab0058c99e1c13981c6a, '', 0, '?'),
(0xe221569e04da66447e86809757f5fdab, 'wp-content/themes/newsphere/inc/ocdi.php', '/home/www/iamctv.com/wp-content/themes/newsphere/inc/ocdi.php', 1, 0x00000000000000000000000000000000, 0x8837b4bb2376142571eed341630dbda9, 0x01bc4f996e92457dacbcc805a58d9cf70324bc32387ab4a26bfe35430bb0cf01, '', 0, '?'),
(0x3256670c7aa53139a4059718f9b4db2f, 'wp-content/themes/newsphere/inc/template-functions.php', '/home/www/iamctv.com/wp-content/themes/newsphere/inc/template-functions.php', 1, 0x00000000000000000000000000000000, 0x078025b836830695e9dfe30d9474d393, 0x8c0cc3099ff84c0063bc30bb2961b5fa0c6082d9137e0378585eb59387f33a53, '', 0, '?'),
(0x94b55ad5800603f6f2f9e61623efd8a4, 'wp-content/themes/newsphere/inc/template-images.php', '/home/www/iamctv.com/wp-content/themes/newsphere/inc/template-images.php', 1, 0x00000000000000000000000000000000, 0xa22bc0b784fab218d2514a0a49f0c281, 0x36754a645cfb4580a64975c47055e7aa8b94006087d2b4f2f77ddce129c60fd4, '', 0, '?'),
(0x20289c2482cf27e7107c6e5ea0b685b6, 'wp-content/themes/newsphere/inc/template-tags.php', '/home/www/iamctv.com/wp-content/themes/newsphere/inc/template-tags.php', 1, 0x00000000000000000000000000000000, 0xffe7a0840522d210e11bbd29d1421bc4, 0x5f028f66e8306c9a9f7201afb2ffbd5a939c4702d87c7041991c92d4e74aca3d, '', 0, '?'),
(0xaa3e2521571b6aebcbb43aefd3cd1cbe, 'wp-content/themes/newsphere/inc/widgets/widget-author-info.php', '/home/www/iamctv.com/wp-content/themes/newsphere/inc/widgets/widget-author-info.php', 1, 0x00000000000000000000000000000000, 0xd511b646677be445d7bc4d785e7f3c79, 0xe26fca58937baccbbd2ca5e8bea71d7f54035cb6adaf4871c3211873d7df4906, '', 0, '?'),
(0x298f132c9de0d2472aa79e695362adad, 'wp-content/themes/newsphere/inc/widgets/widget-posts-carousel.php', '/home/www/iamctv.com/wp-content/themes/newsphere/inc/widgets/widget-posts-carousel.php', 1, 0x00000000000000000000000000000000, 0x099747be0bb08ec96844459ccd54d6a9, 0x5167f58adc8bf773fa20277de051aaf9232924721a84c3a7ee51443852cde60a, '', 0, '?'),
(0x98143191412fc02246330c07a6a5ffe1, 'wp-content/themes/newsphere/inc/widgets/widget-posts-double-category.php', '/home/www/iamctv.com/wp-content/themes/newsphere/inc/widgets/widget-posts-double-category.php', 1, 0x00000000000000000000000000000000, 0xb387a886f28a6fb85993851457e83594, 0x08b07917285ce50bc3077e445d31d46ef21c7955061baa8f64c8d4a580aeb700, '', 0, '?'),
(0xe6ff03dc09139aee80eee2875b27fca7, 'wp-content/themes/newsphere/inc/widgets/widget-posts-list.php', '/home/www/iamctv.com/wp-content/themes/newsphere/inc/widgets/widget-posts-list.php', 1, 0x00000000000000000000000000000000, 0x2efd8ec5077b10f262538aee815a5f8f, 0xd21b2cc7d67f162941c0990a6ae4b07323c1ac7eb2c33b60d65a9d97f87b7f1b, '', 0, '?'),
(0x8c4e0edc8d7c163a9acf628866b78a19, 'wp-content/themes/newsphere/inc/widgets/widget-posts-single-column.php', '/home/www/iamctv.com/wp-content/themes/newsphere/inc/widgets/widget-posts-single-column.php', 1, 0x00000000000000000000000000000000, 0x42a7f6f8da8b9086f9dcd2820016e9ce, 0xbd29d8294c7e4b3405788b17d1d64bb987eb17af9481db13dac4ae0ad558b440, '', 0, '?'),
(0x700498efbdfe610aabdaa0bd40fe705c, 'wp-content/themes/newsphere/inc/widgets/widget-posts-slider.php', '/home/www/iamctv.com/wp-content/themes/newsphere/inc/widgets/widget-posts-slider.php', 1, 0x00000000000000000000000000000000, 0x277e28238a62db64f4feb84d387ab7f1, 0xcec975642d80487c608f43ced2c17fb266c0122e1aaa22c28621b93c9efb779c, '', 0, '?'),
(0x10f6f87a183253d3c625eb025296f640, 'wp-content/themes/newsphere/inc/widgets/widget-posts-tabbed.php', '/home/www/iamctv.com/wp-content/themes/newsphere/inc/widgets/widget-posts-tabbed.php', 1, 0x00000000000000000000000000000000, 0x55f4fe972c512f6258e641c23dba2b7a, 0x5d1ad4fa5e6dd73ef4bb3f8594670abc8166926ec2d70ee616b0efbede496709, '', 0, '?'),
(0x61b5048428e81f2f77f4f277196e39fe, 'wp-content/themes/newsphere/inc/widgets/widget-social-contacts.php', '/home/www/iamctv.com/wp-content/themes/newsphere/inc/widgets/widget-social-contacts.php', 1, 0x00000000000000000000000000000000, 0x2a04f42573177ff45dccd3d2c843c466, 0x55bdba018af5303257a0abbe8adecbeee949cbbd846f34b7f2dddd303eb31987, '', 0, '?'),
(0x0574d47839b28c1dc6ff0cf482fb4e5f, 'wp-content/themes/newsphere/inc/widgets/widgets-base.php', '/home/www/iamctv.com/wp-content/themes/newsphere/inc/widgets/widgets-base.php', 1, 0x00000000000000000000000000000000, 0x0cb4bad88caa8a2662f7708117717555, 0x4183001f0136c517f466b967e62c606c60c48ec4fa6c20f05db0a2a0eee1cf15, '', 0, '?'),
(0xe2d4d0caf7358315fe6ac3664531ed58, 'wp-content/themes/newsphere/inc/widgets/widgets-common-functions.php', '/home/www/iamctv.com/wp-content/themes/newsphere/inc/widgets/widgets-common-functions.php', 1, 0x00000000000000000000000000000000, 0xe1bdbf64866aeddd01ad0ccbcf95c3e8, 0x337a9e396568fce0533a5f135c00935bead6fa285526f85b986d7e8aa4c3c9ab, '', 0, '?'),
(0xc4e98e2f3cfc307c64cf95910f50f180, 'wp-content/themes/newsphere/inc/widgets/widgets-init.php', '/home/www/iamctv.com/wp-content/themes/newsphere/inc/widgets/widgets-init.php', 1, 0x00000000000000000000000000000000, 0xd0430c8667109b235249a7099e5c3565, 0xdcb45eb7ff9c2927027b6227b367ed39030be78d70e7bbb7a106e87bfa3b65b9, '', 0, '?'),
(0xe18967b385385aa2da3dbde22e62686e, 'wp-content/themes/newsphere/inc/widgets/widgets-register-sidebars.php', '/home/www/iamctv.com/wp-content/themes/newsphere/inc/widgets/widgets-register-sidebars.php', 1, 0x00000000000000000000000000000000, 0x4a63681cf6e0896001da45d0cf2e8f4f, 0x085a159de8babf949e946665e3f99041b8f4c4e1c0ee00f687e0b143e0557f5f, '', 0, '?'),
(0x45f03a464bf95b7ec467031db5ca5560, 'wp-content/themes/newsphere/inc/woocommerce.php', '/home/www/iamctv.com/wp-content/themes/newsphere/inc/woocommerce.php', 1, 0x00000000000000000000000000000000, 0x6d6e2386761a0b6b18f6a05c6a52368b, 0xb801535cc10eef22769ff794e8ed91b8f5b75278c14585b0a9424f004d26224f, '', 0, '?'),
(0xfec786a41f0bdd2562a7cb7a8bee8696, 'wp-content/themes/newsphere/index.php', '/home/www/iamctv.com/wp-content/themes/newsphere/index.php', 1, 0x00000000000000000000000000000000, 0x774a17afb33aff0b56915417ea08a27e, 0xb4b08b49d2997de140dc418bf1486a1ddfdf42e70d3fa4c0ac6cc65affe8f327, '', 0, '?'),
(0x3fbcabdf87a199a1ec93d9ad3463ff19, 'wp-content/themes/newsphere/js/customizer.js', '/home/www/iamctv.com/wp-content/themes/newsphere/js/customizer.js', 1, 0x00000000000000000000000000000000, 0x58d76dc929676a8d217212c654e51638, 0x2c865f8c1eb8d0a683f317d2193f74fe2f2a380417a4be60cf8b856e5247ff40, '', 0, '?'),
(0xcac27fc315d4dc2c8fef1bc9ece4f807, 'wp-content/themes/newsphere/js/navigation.js', '/home/www/iamctv.com/wp-content/themes/newsphere/js/navigation.js', 1, 0x00000000000000000000000000000000, 0xfc2ea1549107922eb917dc1b4bd24e54, 0x36c5e8a3bd02b6399d1cf07a80efdbfc650bcabf91ccbb6b768190ef8707a66c, '', 0, '?'),
(0x8e4312a222dad0a993ce6d4a373e0f83, 'wp-content/themes/newsphere/js/skip-link-focus-fix.js', '/home/www/iamctv.com/wp-content/themes/newsphere/js/skip-link-focus-fix.js', 1, 0x00000000000000000000000000000000, 0x93d421fd7576b0ca9c359ffe2fa16113, 0x9387ed93fc3a28244bb8a2d1bcb879a3cf8fcc3762e0edfd7faa66e393b6a78f, '', 0, '?'),
(0x4174fc83a1ed7c2a2beb0a1dcda0c12c, 'wp-content/themes/newsphere/lib/breadcrumb-trail/breadcrumb-trail.php', '/home/www/iamctv.com/wp-content/themes/newsphere/lib/breadcrumb-trail/breadcrumb-trail.php', 1, 0x00000000000000000000000000000000, 0xcd7250440d329715eefdf37ee746f342, 0xc37f8632e5566aae54f75150c029c26f05a0c8a19a175ff3cd6cc6b27f9c5b98, '', 0, '?'),
(0x57aea06d9e3b1962f8564fdf6065e952, 'wp-content/themes/newsphere/lib/breadcrumb-trail/inc/breadcrumbs.php', '/home/www/iamctv.com/wp-content/themes/newsphere/lib/breadcrumb-trail/inc/breadcrumbs.php', 1, 0x00000000000000000000000000000000, 0x9640a32c42b87273191913e5f9275f85, 0xec823320d7ff024b8c141ac8d0201cb73a047a769ace9fef73f99e946e9c7bb6, '', 0, '?'),
(0x4e955da2f373ba5837e34ffbac2b8e9a, 'wp-content/themes/newsphere/lib/breadcrumb-trail/readme.txt', '/home/www/iamctv.com/wp-content/themes/newsphere/lib/breadcrumb-trail/readme.txt', 1, 0x00000000000000000000000000000000, 0x0cae316c6325a35653152e700b872c72, 0x49fc57a10441c5b2481b60f60f1e2104cb78fc8d7218b7dac6528cc35d1994e8, '', 0, '?'),
(0x7e14eed7dcbb0a95779587aed319b4b9, 'wp-content/themes/newsphere/lib/info/class.info.php', '/home/www/iamctv.com/wp-content/themes/newsphere/lib/info/class.info.php', 1, 0x00000000000000000000000000000000, 0xacaaceba32a0d79b1c158695afd318b1, 0x114e210a4352a86d6fa6168d5512f3e3c0fabfd2d901239333bdd85b7df0436e, '', 0, '?'),
(0x3ddc475df97ddc3326a41b6dc9df776a, 'wp-content/themes/newsphere/lib/info/css/info.css', '/home/www/iamctv.com/wp-content/themes/newsphere/lib/info/css/info.css', 1, 0x00000000000000000000000000000000, 0x7880751de9974ac0e55753ee19e5b05f, 0x810117ea9d7e9c6f06c552f7e76ce0d8601d4680372b5781e09568cda38ba519, '', 0, '?'),
(0xb06ff0d002ca6d6edc9d8caa95151ced, 'wp-content/themes/newsphere/lib/info/css/info.min.css', '/home/www/iamctv.com/wp-content/themes/newsphere/lib/info/css/info.min.css', 1, 0x00000000000000000000000000000000, 0x9f742f9124fbac96bfbb9ff7d81959eb, 0xc0a64d21d4dd1b22781d06ba8de60a1565a2c28f519cd54cb9c03a6ed22dbe51, '', 0, '?'),
(0x37302ec2bb37d0373f7c532d8e527aac, 'wp-content/themes/newsphere/lib/info/images/af-themes-logo.png', '/home/www/iamctv.com/wp-content/themes/newsphere/lib/info/images/af-themes-logo.png', 1, 0x00000000000000000000000000000000, 0x638e4720bd77185c36960bed0c6fe2a5, 0x67f6fb4e301965507ebf169f2ab801822fc13918aa193feedfee5586ce41d43b, '', 0, '?'),
(0x77e2e3408073f10d43e82cc5b4199200, 'wp-content/themes/newsphere/lib/info/info.php', '/home/www/iamctv.com/wp-content/themes/newsphere/lib/info/info.php', 1, 0x00000000000000000000000000000000, 0x0679a30c2485c254f6b2a92cfef5f8a0, 0x51b3504001da84a34b8a93e6f4e9ce97cf54b1d5040fccd9949c0fbe8a66ea57, '', 0, '?'),
(0x615e8843788aaae582c1c8703e27413b, 'wp-content/themes/newsphere/lib/info/js/info.js', '/home/www/iamctv.com/wp-content/themes/newsphere/lib/info/js/info.js', 1, 0x00000000000000000000000000000000, 0xb109c62d1add57994d1a65eaeb047cff, 0x6f793fe3c9ca7c30b66261507534bd0ae69777d4cdf1c1f5b6d4261eb6c4fed1, '', 0, '?'),
(0xc3049dd21fda4011cb303987c56bbcc5, 'wp-content/themes/newsphere/lib/info/js/info.min.js', '/home/www/iamctv.com/wp-content/themes/newsphere/lib/info/js/info.min.js', 1, 0x00000000000000000000000000000000, 0x45b279e6b2a5c1d565986c7e03586676, 0xa7ef3a189083fe276010fd132a64dc0f27510ba7bea4a88691dc19335008af1e, '', 0, '?'),
(0xefb3ccda70ceb964c8ad6cf1e7f78532, 'wp-content/themes/newsphere/lib/tgm/class-tgm-plugin-activation.php', '/home/www/iamctv.com/wp-content/themes/newsphere/lib/tgm/class-tgm-plugin-activation.php', 1, 0x00000000000000000000000000000000, 0x7ed1ff0a3ab4b9de5089243a8b199e15, 0xc941e8c2e19bf60199a1a9f20820a0ec5e2d7829dd54dcaf48cc90325a72cbb7, '', 0, '?'),
(0x615a34477037a1ff6ec14be49aebbc10, 'wp-content/themes/newsphere/page.php', '/home/www/iamctv.com/wp-content/themes/newsphere/page.php', 1, 0x00000000000000000000000000000000, 0x510abde1e37b1f86e29dd4a587e90cbc, 0x0df505257faf44aa3a79ab3240ae4477b9a3444b7afa3cdd7374d5604b47b875, '', 0, '?'),
(0x634647c373f1b5c30976de06afb2fef1, 'wp-content/themes/newsphere/readme.txt', '/home/www/iamctv.com/wp-content/themes/newsphere/readme.txt', 1, 0x00000000000000000000000000000000, 0x33b08aeafcbff512052df9537f65553b, 0x3a776ea104ccd059ae33fbf2451505f77b8fe4981a45a9cae730bcb1b58770a5, '', 0, '?'),
(0xc855db62ed8431f683c006a8bb7efb37, 'wp-content/themes/newsphere/rtl.css', '/home/www/iamctv.com/wp-content/themes/newsphere/rtl.css', 1, 0x00000000000000000000000000000000, 0xfd6e99eb003fe0f99987a5ebb92aff96, 0x564e624c4ab036e540fca5e1dbe7c458d2ef7fb2fa5bbdb4456e5aab3ac18b88, '', 0, '?'),
(0xa261e706d4f27ec6bd599ebcf993d7cc, 'wp-content/themes/newsphere/screenshot.png', '/home/www/iamctv.com/wp-content/themes/newsphere/screenshot.png', 1, 0x00000000000000000000000000000000, 0xe7c58dd770ade618c5c021dd42aea9a0, 0x1943a9bac8c549474c122fbb74e3dbfc3a9d9cf443c19bf8a102e708b8a28ae9, '', 0, '?'),
(0xc2c5b4bae58832e851a2a87d7432be53, 'wp-content/themes/newsphere/search.php', '/home/www/iamctv.com/wp-content/themes/newsphere/search.php', 1, 0x00000000000000000000000000000000, 0xbb9ffc026256355a28061785ece2fc43, 0x2c9c3249ccbdcf7b9cbd1ace860cd445be2eabcfc05e7a43023f363492f7dc15, '', 0, '?'),
(0x2a288ec9d3efff2efa60a830505e17b0, 'wp-content/themes/newsphere/sidebar.php', '/home/www/iamctv.com/wp-content/themes/newsphere/sidebar.php', 1, 0x00000000000000000000000000000000, 0x2d8833dcee2223506adfe7dd4fcc043c, 0xb55265ce3541a9483c9115b14f459bfba11036d4ec0141a390110ed98d1a4b7e, '', 0, '?'),
(0x0c3a5d74de7e4bca7ead92785282a293, 'wp-content/themes/newsphere/single.php', '/home/www/iamctv.com/wp-content/themes/newsphere/single.php', 1, 0x00000000000000000000000000000000, 0xb66a2374c8efef065caff44ddd953661, 0x12595c8b6444b7fa0de86a60a7cb087cf20bb17037510702f4b1280e77f3dc01, '', 0, '?'),
(0xbb2e691e71c125c66f6e5907c6bd4352, 'wp-content/themes/newsphere/style.css', '/home/www/iamctv.com/wp-content/themes/newsphere/style.css', 1, 0x00000000000000000000000000000000, 0x449186bdbe2038cdd7039ee8aa03fab0, 0x5c52ec87b12afd4bc8fa5f49b86d40d34e54829bd87c3ddc02292ff627dddc63, '', 0, '?'),
(0x7aa04a2c9467c66cc190e8182c0f7e7b, 'wp-content/themes/newsphere/template-parts/content-none.php', '/home/www/iamctv.com/wp-content/themes/newsphere/template-parts/content-none.php', 1, 0x00000000000000000000000000000000, 0x56b13dfb59f24873d18230ffe2f30362, 0x025dd131f121e5451c6a050263868829e21aed6a6f36ea7b27c02b3e0bb52129, '', 0, '?'),
(0x742e3ea8008146c2afb93d932fb2e323, 'wp-content/themes/newsphere/template-parts/content-page.php', '/home/www/iamctv.com/wp-content/themes/newsphere/template-parts/content-page.php', 1, 0x00000000000000000000000000000000, 0x29c0789c4899cd786c2508bae94d2230, 0x80691b44507ba34f84f3462ba523d36372a8cd247be4adc08d6498e782df9b2f, '', 0, '?'),
(0xf54ba1b6a6127203596cbbdc746ddf53, 'wp-content/themes/newsphere/template-parts/content-search.php', '/home/www/iamctv.com/wp-content/themes/newsphere/template-parts/content-search.php', 1, 0x00000000000000000000000000000000, 0x1250bdc346dba0fd1592db105a4f7934, 0x0270e53e5361e65449749bd166015266969bd892924abd2b1b5dfcdd56ea06a2, '', 0, '?'),
(0xfe72ab642c7dada514827a1e74977ec1, 'wp-content/themes/newsphere/template-parts/content.php', '/home/www/iamctv.com/wp-content/themes/newsphere/template-parts/content.php', 1, 0x00000000000000000000000000000000, 0x6d291a7613d1b1060bcea7f0a0cc609d, 0x9e224cdf7350ee7bf726c367f066f63962025ad0d59b62773097a28ce95b08ff, '', 0, '?'),
(0xf3aa5edc89c19bddb63a6d6768c35687, 'wp-content/themes/newsphere/tmpl-front-page.php', '/home/www/iamctv.com/wp-content/themes/newsphere/tmpl-front-page.php', 1, 0x00000000000000000000000000000000, 0xf604c3c75d6922f485c6e45720872dcd, 0x0fe91c8298bd3057f514284b7358bfc8df0ad851c001cf0963309e00aab16a9f, '', 0, '?'),
(0x679f33cc031e15660323c04897b4a5f1, 'wp-content/themes/newsphere/woocommerce.css', '/home/www/iamctv.com/wp-content/themes/newsphere/woocommerce.css', 1, 0x00000000000000000000000000000000, 0x87228e90cebd38b05a26f3def0429524, 0x56b1d22533ab04bcd9890248470cdb28e4b22184dd66ad7d9a15c8b078e603c9, '', 0, '?'),
(0x890e85f2a8d27b46179e28fdab10bdb4, 'wp-content/themes/newspin/functions.php', '/home/www/iamctv.com/wp-content/themes/newspin/functions.php', 1, 0x00000000000000000000000000000000, 0xbce9d15c9883bc20dbf5ed7125563617, 0x06f016bc75f4fd0f615bfee6ac5cd6f7b07bc64daf85f2b3c84fd13cfc9a0f2b, '', 0, '?'),
(0x0e7164330a6c31f37b6106c47c654ace, 'wp-content/themes/newspin/inc/hooks/blocks/block-banner-slider.php', '/home/www/iamctv.com/wp-content/themes/newspin/inc/hooks/blocks/block-banner-slider.php', 1, 0x00000000000000000000000000000000, 0xe746a64deaa0b64f8c8fd71dc9a94868, 0xc496ee5e68cb4240ae9d739f9f633f96a6cd4dbb738ba17c55bb37f7eebfbaaf, '', 0, '?'),
(0x10e47d0a29623dac394f731189964b50, 'wp-content/themes/newspin/inc/hooks/hook-front-page-main-banner-section.php', '/home/www/iamctv.com/wp-content/themes/newspin/inc/hooks/hook-front-page-main-banner-section.php', 1, 0x00000000000000000000000000000000, 0xede5a37ff8c66c57829088055b2aeb54, 0xce1bde138532ae14dfc0362d9870847290efdca7128d140651053e9a67bdd629, '', 0, '?'),
(0x33184ad0a155a460fae0a98d73dbb4c3, 'wp-content/themes/newspin/readme.txt', '/home/www/iamctv.com/wp-content/themes/newspin/readme.txt', 1, 0x00000000000000000000000000000000, 0xbc4d227a98b9ea7f3a7c8d9c6cf84441, 0x622fa98c5629f5286e5ad2dca3d8f64e627eec2fc16ba80568f78313900143b0, '', 0, '?'),
(0x66cbc3200144a24d3bab1fcd4b801ed7, 'wp-content/themes/newspin/screenshot.png', '/home/www/iamctv.com/wp-content/themes/newspin/screenshot.png', 1, 0x00000000000000000000000000000000, 0x787196fdbc62a2656e5bbe326a544c05, 0x5003744402a190d411945e709bfde63f75565250b1c320fccb1b2448d011dfd9, '', 0, '?'),
(0x4a1cfb73d3675f2aea35ddbe200a15de, 'wp-content/themes/newspin/style.css', '/home/www/iamctv.com/wp-content/themes/newspin/style.css', 1, 0x00000000000000000000000000000000, 0x6688b90ae900c4a9e2f685026d5cd49e, 0x55ada9ed6b8e0c3b83986241e7d008eaa41981eb6749147784d0cd610b7eec28, '', 0, '?'),
(0xdd1218c2d4ac671723e2d5d9a0c9dcd5, 'wp-content/themes/twentytwentyone/404.php', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/404.php', 1, 0x00000000000000000000000000000000, 0x936e98c4365afa05932ec44315ce410b, 0xe7a417f0989bfb2d63958fbafd57f4f183ba6fa604d0360a16feb601af980628, '', 0, '?'),
(0xa1975b90733a3ab4188171a4952b169c, 'wp-content/themes/twentytwentyone/archive.php', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/archive.php', 1, 0x00000000000000000000000000000000, 0x858a71b79f8d4d22caf8124243d709d8, 0x7f9df8eea97ed4b2e09fe12b40d077fe4714d5912e3443d24fd9e66943b0a68c, '', 0, '?'),
(0xb7ecc8a0220b7f3e8067dda0f405fe9c, 'wp-content/themes/twentytwentyone/assets/css/custom-color-overrides.css', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/css/custom-color-overrides.css', 1, 0x00000000000000000000000000000000, 0xd46066b9fb359d5b9c059994d69bc0f7, 0xe6548c77555a0ec4febeb563d0ff46ad60c408595bcafa611b13a104118eea5a, '', 0, '?'),
(0xbfcc6e0ecebe386e14bfd050705c607a, 'wp-content/themes/twentytwentyone/assets/css/ie-editor.css', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/css/ie-editor.css', 1, 0x00000000000000000000000000000000, 0xdf78c9d378f1340ca521e8e7a0dd5ff5, 0x03cca502ac30a8aae0e7a580b30f4f022001a3fb3520a9b2fc3d6e86dc05059d, '', 0, '?'),
(0xd9254e855ec7bd76d53773fd400afd35, 'wp-content/themes/twentytwentyone/assets/css/ie.css', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/css/ie.css', 1, 0x00000000000000000000000000000000, 0x004f6eae827fae4b30270d2e92459e07, 0x728462a234efd12e19987fa40e35f2f36f5c9e16a1a16a916e28a8bdd8cdfdc3, '', 0, '?'),
(0x0f376b71aa941ed00fc2d8e5673e2828, 'wp-content/themes/twentytwentyone/assets/css/print.css', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/css/print.css', 1, 0x00000000000000000000000000000000, 0xe8e8832f251be73550f32c605bc94036, 0xe5570545d9bac78eceb455b7f5df6d55b75697ca060dc08e4fd7d1c97a96e6b8, '', 0, '?'),
(0x19bbe71d5da7c689060910b701f86515, 'wp-content/themes/twentytwentyone/assets/css/style-dark-mode-rtl.css', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/css/style-dark-mode-rtl.css', 1, 0x00000000000000000000000000000000, 0xf96c64a1e1b964b523487b29622882ee, 0x234d5ad3c09c161e1043e31b37ae65ce440e2fad77859766aab56b0869705c1e, '', 0, '?'),
(0xe1fa38d30afff38fb812b0b5f46f8bcf, 'wp-content/themes/twentytwentyone/assets/css/style-dark-mode.css', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/css/style-dark-mode.css', 1, 0x00000000000000000000000000000000, 0x719506afbb4e5cbe7c3e1d4c738678fb, 0x21caf22674cf6f9228618d12c0b166c752234dfd7fff80f1c867eba8dc7b2b41, '', 0, '?'),
(0xc9c7e56c85909e1b0f519a1c5b98d331, 'wp-content/themes/twentytwentyone/assets/css/style-editor-customizer.css', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/css/style-editor-customizer.css', 1, 0x00000000000000000000000000000000, 0x74a518f5b798b5798ea9cd22e0195973, 0x33f332151389182f1b13ceb9eec5ff4470b5016e5865001875510a4f239d8247, '', 0, '?'),
(0x1b527972907ccb0391e76f3eaf90ba3e, 'wp-content/themes/twentytwentyone/assets/css/style-editor.css', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/css/style-editor.css', 1, 0x00000000000000000000000000000000, 0xe7ee9d224c17ba7cff6697ed0abebdb3, 0x4844b5866c0ba0e7ea44cfe0fffb33749dea14ae020c7963961f05eb8ba22eb4, '', 0, '?'),
(0xfe7d0c3be431a3f26a378b32adcc0df1, 'wp-content/themes/twentytwentyone/assets/images/Daffodils.jpg', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/images/Daffodils.jpg', 1, 0x00000000000000000000000000000000, 0x94233051597f9770cb9a94414fda6523, 0x023464adacd75348de9834b2883270e2a6bfd795e7882fe0953ff509b147aa31, '', 0, '?'),
(0x5d26f3cf41eefde621ea539a4b3eb307, 'wp-content/themes/twentytwentyone/assets/images/Reading.jpg', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/images/Reading.jpg', 1, 0x00000000000000000000000000000000, 0x3da72ad3ece58a7c0c292e01148ea668, 0x84d951d02d3ae1c3b1f5d6315aa18dc5b44378ca9ea3641b643b5ad262ec5e18, '', 0, '?'),
(0x0e00b15b7ce51bf87d96b9e8a28444c4, 'wp-content/themes/twentytwentyone/assets/images/in-the-bois-de-boulogne.jpg', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/images/in-the-bois-de-boulogne.jpg', 1, 0x00000000000000000000000000000000, 0x6a5616c940131f1c4be108b99cf8378f, 0xb2d9e007ef3779c3065e2df6b702279396f0883c5e3f628f4cbdb1da693d78d7, '', 0, '?'),
(0x8fa7f07610e92a7e8efdd3f67fe3df8f, 'wp-content/themes/twentytwentyone/assets/images/playing-in-the-sand.jpg', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/images/playing-in-the-sand.jpg', 1, 0x00000000000000000000000000000000, 0x25a2d038492f14434dc4e078d40716f8, 0xed98de577d75b77d80e6769c886dd4f1a9bb371e3d45050e1ff0c04b03ea5934, '', 0, '?'),
(0x0038a73c6c631ecfcb8ae8676729399d, 'wp-content/themes/twentytwentyone/assets/images/roses-tremieres-hollyhocks-1884.jpg', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/images/roses-tremieres-hollyhocks-1884.jpg', 1, 0x00000000000000000000000000000000, 0xc811a05ea5d94cbe8f55ea0a8ccb69db, 0x254c496615cd95d07dbd9959f1ffa9b539ac80048226794883151b8e326e6811, '', 0, '?'),
(0xff9ab40b70bdde4b535f65d6654a7139, 'wp-content/themes/twentytwentyone/assets/images/self-portrait-1885.jpg', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/images/self-portrait-1885.jpg', 1, 0x00000000000000000000000000000000, 0xb224ad59e3ae6711737cc11dd8424d6a, 0xaea9bca39bc2968b83d2f2f5252a14ac6b6224af5a52ea91f1668a69ee9660a1, '', 0, '?'),
(0x68e3363bd292bd6325c007a49cfa0837, 'wp-content/themes/twentytwentyone/assets/images/the-garden-at-bougival-1884.jpg', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/images/the-garden-at-bougival-1884.jpg', 1, 0x00000000000000000000000000000000, 0xcfcedfb18d6c811a17701693e0d622b5, 0xbc3fe76644820dd5f9851635d7a79a09dee7df8bccde99ecf1dd4ad536a3716d, '', 0, '?'),
(0x006d417d3dadd84923ed16aad76f15b9, 'wp-content/themes/twentytwentyone/assets/images/villa-with-orange-trees-nice.jpg', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/images/villa-with-orange-trees-nice.jpg', 1, 0x00000000000000000000000000000000, 0x610fc9421cdf39ac9e9b0bb9c7acae18, 0xce9301e411265b8e14e266fe88268a278d9238eb0ce488d2492c178d1d41fba8, '', 0, '?'),
(0x1a7f1a8bad4cd958c2103f5412e98da6, 'wp-content/themes/twentytwentyone/assets/images/young-woman-in-mauve.jpg', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/images/young-woman-in-mauve.jpg', 1, 0x00000000000000000000000000000000, 0xcca65c99cbda1ef86c18ffff1e473f03, 0xc93b987d705379fda1b02c3773612ed554f88ccb8c4f3171279608355b9f967e, '', 0, '?'),
(0x7f6aff19f7f48229566bbdee3998bea2, 'wp-content/themes/twentytwentyone/assets/js/customize-helpers.js', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/js/customize-helpers.js', 1, 0x00000000000000000000000000000000, 0xc60c44fb8c49b92ef516fc9905fcf9c2, 0xf33b30b5cfa86c931420e86bc550404566f82f53057939fe9c4e82d41659a0c5, '', 0, '?'),
(0xaadaab10a1630d32fe382e8427e2221d, 'wp-content/themes/twentytwentyone/assets/js/customize-preview.js', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/js/customize-preview.js', 1, 0x00000000000000000000000000000000, 0x1493893f7f794fc0bc2b86ec44b1d818, 0xe30a3d2f0b85111cee3f49d46c8f62ac69dbc838934195487856f935413f7669, '', 0, '?'),
(0xc6d591668329635729d697a04f67e381, 'wp-content/themes/twentytwentyone/assets/js/customize.js', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/js/customize.js', 1, 0x00000000000000000000000000000000, 0xf558d21bc735d41f25130bae248e9cd8, 0x7d8e4321be4d6b3b27ad3f5d955d8596565798e6fd418865149a42df8a191def, '', 0, '?'),
(0x7c190d6c3f445ff96db764fb2059df78, 'wp-content/themes/twentytwentyone/assets/js/dark-mode-toggler.js', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/js/dark-mode-toggler.js', 1, 0x00000000000000000000000000000000, 0xfa2644885f46230501ae4921e6f1dd05, 0xc35296d46785819dbd5b3e7bec1e17c165dc120acb1606da98789531bbec5281, '', 0, '?'),
(0x2db864ff4cdec6a55848fe6deea2a1c0, 'wp-content/themes/twentytwentyone/assets/js/editor-dark-mode-support.js', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/js/editor-dark-mode-support.js', 1, 0x00000000000000000000000000000000, 0x1c4170217db2ce3702d30b5707736ac4, 0x6a88a49dadc33d58695fc8eab8c8d0d6b0de827003dfa488f10b5ed1aee90efc, '', 0, '?'),
(0x2d1019153e87a0ac227809ba1f49e1cf, 'wp-content/themes/twentytwentyone/assets/js/editor.js', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/js/editor.js', 1, 0x00000000000000000000000000000000, 0x7e4ba061b8834f56c6de45c8fce81e15, 0xdfea7772155e565bf7d7ada3f68fa40c04fd4822b6917cbf694175fa682ccb16, '', 0, '?'),
(0xd9be5b9c9876994a5f2ebd1f47f0b280, 'wp-content/themes/twentytwentyone/assets/js/palette-colorpicker.js', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/js/palette-colorpicker.js', 1, 0x00000000000000000000000000000000, 0x75904bd1cf5406531a35088001358f88, 0xfc7e7d8fcaf0b1dbbd15144005d696228c058da49ea04a6634a42a5777ebb8ba, '', 0, '?'),
(0xfd7cc5f59a4d57ab85e0106a28aadebb, 'wp-content/themes/twentytwentyone/assets/js/polyfills.js', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/js/polyfills.js', 1, 0x00000000000000000000000000000000, 0xa32ca91d60e1f56ebb9c3a93a5f1ff30, 0x4ff45d32be8987d83c32d918ce0a51787df895c317510b371238cfe11c90401b, '', 0, '?'),
(0x75be1dc44935718623beee062c3ea302, 'wp-content/themes/twentytwentyone/assets/js/primary-navigation.js', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/js/primary-navigation.js', 1, 0x00000000000000000000000000000000, 0xe35bcc425373545ac0b1a01e28b2f168, 0xe4f200717b78cf7df5e432385cd2ed0f75b66e6407b51eae0b29c5d98d7e1807, '', 0, '?'),
(0x825f26bdfdab8fd948c10ee2cf6707ec, 'wp-content/themes/twentytwentyone/assets/js/responsive-embeds.js', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/js/responsive-embeds.js', 1, 0x00000000000000000000000000000000, 0x75d7822d25873fd727beecf0744affa4, 0xc1fb99420cc1d45d93bb3e4c5a6faf235112c65e0c56ec78d0e9a1f7b52311b0, '', 0, '?'),
(0x650197ba7f657baa10da3a1300847679, 'wp-content/themes/twentytwentyone/assets/js/skip-link-focus-fix.js', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/js/skip-link-focus-fix.js', 1, 0x00000000000000000000000000000000, 0xb8718680cac98b46c29d6d9fda5e3f93, 0x03b3cfe8087d5101f155407864ce0b5d6e5dd909132b6868bdc306f79106ce44, '', 0, '?'),
(0xf8dda76c70f8532a4c53125424ad382f, 'wp-content/themes/twentytwentyone/assets/sass/01-settings/file-header.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/01-settings/file-header.scss', 1, 0x00000000000000000000000000000000, 0xd779ec56b3831f62d3aa7691dd82273d, 0x9399f84100156deb7ba7cb6a980894fcdd71dc0f662df49607574a8231456650, '', 0, '?'),
(0xc556dd805e8057bb34dbf9de7f2d7a58, 'wp-content/themes/twentytwentyone/assets/sass/01-settings/fonts.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/01-settings/fonts.scss', 1, 0x00000000000000000000000000000000, 0xe8667101dd6107679344bc83e10c6922, 0x2d75b915d1127cda35b207f84305441960ebd3e7a3a9511c7247f98b291226c9, '', 0, '?'),
(0xeb73e6eeb45a7a12e76078b06d663a20, 'wp-content/themes/twentytwentyone/assets/sass/01-settings/global.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/01-settings/global.scss', 1, 0x00000000000000000000000000000000, 0x76bcf0d95db7ff63e5c8c89b0cc3de26, 0x6d724fef7af349798fc7b281f571b176d1cb98715a9c1d9291ace3126906ba15, '', 0, '?'),
(0xdfec65c59f2ba00dbee10983ea8bfceb, 'wp-content/themes/twentytwentyone/assets/sass/02-tools/functions.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/02-tools/functions.scss', 1, 0x00000000000000000000000000000000, 0x7e2f97a9d12b28070f37f144b5e11d18, 0x29ea76497983168b1d618cc8223ff88bcecb40768e705941714ab0e615bb3ea5, '', 0, '?'),
(0x158dcd71b7ee59479325f6f7f6cd4217, 'wp-content/themes/twentytwentyone/assets/sass/02-tools/mixins.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/02-tools/mixins.scss', 1, 0x00000000000000000000000000000000, 0x4c929d45799446708260a4f903acaaf0, 0xabd3d7d88cfe4043e9b805422bf2b488c43d061af5a1e1f4eeff8aaad6e297e7, '', 0, '?'),
(0x318033190d0d4986ee57b2f85cd818b1, 'wp-content/themes/twentytwentyone/assets/sass/03-generic/breakpoints.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/03-generic/breakpoints.scss', 1, 0x00000000000000000000000000000000, 0x4f765f4ad16578bb16bc09562d15130d, 0xc0dfac61c20823a731c8aa99ebe073f939c6d63bbf00659e6f4808df8954e0ed, '', 0, '?'),
(0x5261afee98c16365e41ecafa4a54cbfc, 'wp-content/themes/twentytwentyone/assets/sass/03-generic/clearings.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/03-generic/clearings.scss', 1, 0x00000000000000000000000000000000, 0xe294ce331049ed773ebc8e1841ce0a86, 0xa68285e21cc6ca468e0cd906004ff12e516d2b76168a486af945cd6f644658a6, '', 0, '?'),
(0xc057f093839abf46c1d1476a55f0165a, 'wp-content/themes/twentytwentyone/assets/sass/03-generic/normalize.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/03-generic/normalize.scss', 1, 0x00000000000000000000000000000000, 0x7e110a90ae2b35bed7f07f07b3e434cc, 0x5cce9b1c3b33585dedc0cd0833adb77b7b38fe19d2925a00893e9ec75c872695, '', 0, '?'),
(0x7cefaefe83a7ca66e06c47caef50d02e, 'wp-content/themes/twentytwentyone/assets/sass/03-generic/reset.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/03-generic/reset.scss', 1, 0x00000000000000000000000000000000, 0x5922573a5dfa9860412265e63aacd58d, 0xa826ea3f04e69b7ee9af1690bbc375729c9d34ced08e915b07bba19adb7a5e0c, '', 0, '?'),
(0x5ae5b011753de21537bc06eea530b505, 'wp-content/themes/twentytwentyone/assets/sass/03-generic/vertical-margins.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/03-generic/vertical-margins.scss', 1, 0x00000000000000000000000000000000, 0x3abb4f5d93b78aa879e1020d89757347, 0xb369a13e44a03472ce9d23af3c37725e5902eb6908002a7a50e9c4239dd3371d, '', 0, '?'),
(0x3c5f1d0e2d7c14da406954fff7e6d8e4, 'wp-content/themes/twentytwentyone/assets/sass/04-elements/blockquote.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/04-elements/blockquote.scss', 1, 0x00000000000000000000000000000000, 0x3755451afb2ce160f0ab9e88c3937e21, 0xb80b58fde4d459f2b8b6103884cc0c19836b63548589573c2bf2e0da4632aa69, '', 0, '?'),
(0x5565a6744126d8527caf0815b20d5156, 'wp-content/themes/twentytwentyone/assets/sass/04-elements/forms-editor.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/04-elements/forms-editor.scss', 1, 0x00000000000000000000000000000000, 0x2991b7a18d1e586772ef7ef50d8057c0, 0x41ac486714e2ce5b03724712df5e9f8ad2186bce98d5faa98269b8a93c93009c, '', 0, '?'),
(0x86508e34d5930f51cd297a530583acee, 'wp-content/themes/twentytwentyone/assets/sass/04-elements/forms.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/04-elements/forms.scss', 1, 0x00000000000000000000000000000000, 0x9498b7034dfc9dce478be186bbc2eb24, 0x0c162a052bfe86cac28d002547f0ab3bed5f64457f7d75e32d9ce93477b322b7, '', 0, '?'),
(0xb48d823a548a4c9135b645461daa5663, 'wp-content/themes/twentytwentyone/assets/sass/04-elements/links.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/04-elements/links.scss', 1, 0x00000000000000000000000000000000, 0x72a9765f0504c66088cd0ebf6ea82f54, 0xa650ab9173270aaf0e42cae64b4d24eabc93720c66793679ddb51d5b89b2a965, '', 0, '?'),
(0xf306d410ba3c0ff866c383f77900ac59, 'wp-content/themes/twentytwentyone/assets/sass/04-elements/media.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/04-elements/media.scss', 1, 0x00000000000000000000000000000000, 0xbf11f01ae62eabcab98008c2888067db, 0x22bc65dbb0bc7d80298173bc1fe1c0d193caab745bbc22a1699eb7c6eb2f56f4, '', 0, '?'),
(0xb40a916f747d1c6c1df2b72145bc6049, 'wp-content/themes/twentytwentyone/assets/sass/04-elements/misc.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/04-elements/misc.scss', 1, 0x00000000000000000000000000000000, 0x8f6d00f85ca1b46e8b2bc103f415c396, 0xc68cc3257bab63556b77048f1f9e0d9bfd5e70259a89080b14f6244cf760d1e2, '', 0, '?'),
(0xe3744dba268e0f7804b356b199bcccd6, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/_config.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/_config.scss', 1, 0x00000000000000000000000000000000, 0x8632973134329f02259dde46bdcb2980, 0xd9874fcf78e62cef7b653ec57acec9818bb1078373979c1fb9dc3243a49edcb3, '', 0, '?'),
(0x404720299037783d0ba6b84108e61bb1, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/audio/_style.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/audio/_style.scss', 1, 0x00000000000000000000000000000000, 0x228df1d0cb69c1711b6f878568093fc8, 0xdab4615774c489aafda18e7192294e11b205db2a78b32ab183f4713b54a8ce30, '', 0, '?'),
(0xdfe797246470c5eac943b3128fa90c90, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/blocks-editor.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/blocks-editor.scss', 1, 0x00000000000000000000000000000000, 0xadee937707c532d927a175647d9f929a, 0xc6b5491767131b22caa75b20729ecbd1387056678152e3cf7eb4db28c3d929b4, '', 0, '?'),
(0x2d910ea9d17bb00a77511394a1f25e67, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/blocks.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/blocks.scss', 1, 0x00000000000000000000000000000000, 0x0fe05d1f16d0b86d03ec44742766d901, 0xa99407a8ea5a85686ff2525d43b7b28f5ac11a8d4f6c5acf8fd3013a6cab11b9, '', 0, '?'),
(0x00e7ce1dfc1befc436bf08755991e6db, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/button/_editor.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/button/_editor.scss', 1, 0x00000000000000000000000000000000, 0x7f51b339214f69019f17cd50cfab1e7b, 0xcbbf06c04b3341826ffc0dc317a6b677ca76eaf4c9e88fc7a4ebfa8bac2d1c25, '', 0, '?'),
(0x3b5263bf7fef044afbc5c22c0cdd5341, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/button/_style.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/button/_style.scss', 1, 0x00000000000000000000000000000000, 0xeb0be2eea4d0013cdbf1ae8f4505d80f, 0x5448ff64c914c1bca6d6157911c2f2783f02e620bd6d50e5f9ed147d36973356, '', 0, '?'),
(0x8c24a7fc8ad921eccbd82b2671ebb0ff, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/code/_editor.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/code/_editor.scss', 1, 0x00000000000000000000000000000000, 0xcb247352e3ec8e694e5326261c249164, 0x9b886c1384fd5717ce2beec8f1208cfa35aca4209e7fb81bc50dd5a64939596b, '', 0, '?'),
(0xb16f2f4edbf8cddf7424db24faaebd7c, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/code/_style.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/code/_style.scss', 1, 0x00000000000000000000000000000000, 0x90091c068b9b5258036a4a77b04583a1, 0x7ff7d6f80f4ffe56a115508c4bb0e74cd19016b6d028d095ae0f2375752eea17, '', 0, '?'),
(0xbe6c07f59bc9024d2b4ac407b16dd6dd, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/columns/_editor.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/columns/_editor.scss', 1, 0x00000000000000000000000000000000, 0xb17ddc2796dcec27b7515ecc6fc22b5e, 0x21338fb41d60440c5464fa6b12a0b2898e33b7dc1feaf75a9616329536de7d04, '', 0, '?'),
(0x4effb161c814dee2bf99655d18f3a793, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/columns/_style.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/columns/_style.scss', 1, 0x00000000000000000000000000000000, 0x3364657bdb68f6bc7c409dbc100bd5b1, 0x9692425899f6f2d556b841d38b061436a834c2f6e78bca2f084d156bc1c866a5, '', 0, '?'),
(0x09eec469984154ba48648c852a16fff1, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/cover/_editor.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/cover/_editor.scss', 1, 0x00000000000000000000000000000000, 0x8cd068b0ec317ad89b0464e11807f74c, 0x11d538e078a6b11d1add81cc5b44a31e938ee39a41adfe572f4f8f0177c4aaba, '', 0, '?'),
(0xfff7b0598a618d403b90db12696fcabb, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/cover/_style.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/cover/_style.scss', 1, 0x00000000000000000000000000000000, 0x77a60e57a2ef3abd2e70c96a5b797951, 0x1e76c8360124ac2da1969dc89319f8a26bed5ac3cc4f7082e8015dca229a7235, '', 0, '?'),
(0x24035cfeb951a08eae4c3f8f3126c27b, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/file/_editor.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/file/_editor.scss', 1, 0x00000000000000000000000000000000, 0x7adda87c2402e4fc9f7d2615c1dec796, 0xe4802f358d6cebe664e1655219d7ab8a920fe4cbe51248b5f213d55ae8c856db, '', 0, '?'),
(0xe577c5895a18d301bb2d909b0a95e372, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/file/_style.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/file/_style.scss', 1, 0x00000000000000000000000000000000, 0xd4084b8a631be41ae0b6b8231b1ad6ad, 0xecb310e2a97c4e179e00fcaf6136390201e2194188e731154eb8252b9ba0e392, '', 0, '?'),
(0xe27b4b7efed5b28e82d6c5b2f1e1dba8, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/gallery/_editor.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/gallery/_editor.scss', 1, 0x00000000000000000000000000000000, 0x12e4fcc8dd6b0526d8c097ed7da93b31, 0xc52e763befff7198d05da86db62cfc7f5cd894af0cd6c1f1a15a72fd2eed0a7b, '', 0, '?'),
(0xfd5c17fb96afe6813300685d053f3fe9, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/gallery/_style.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/gallery/_style.scss', 1, 0x00000000000000000000000000000000, 0xcfd62efbff262714ade10e0d761bad7a, 0x14ff98c998b4e8dc0c4091a918bc8b6c93902b5895adeec1dd535a6ac79b61f0, '', 0, '?'),
(0x47e1843fba79c4b0c91cafe2a47e7226, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/group/_editor.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/group/_editor.scss', 1, 0x00000000000000000000000000000000, 0x738cb2f0f92382527798696a0af301a1, 0x2654da2927343aab7fd3f2220c0676f3742aded8ea0ac9eeccf39df44a1a52e7, '', 0, '?'),
(0xd547f61068cbb2a73bc5d427ddb7962f, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/group/_style.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/group/_style.scss', 1, 0x00000000000000000000000000000000, 0xbdb8be6a7c855a59d8e417f186d3fb50, 0x97ae9f3a2e50befc421d4950b2b269e86cb0b1203968b2c2ee2082056a10fe09, '', 0, '?'),
(0x731226dce7b99706a944436ce573bf48, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/heading/_editor.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/heading/_editor.scss', 1, 0x00000000000000000000000000000000, 0x9cab94ecffa0dee7218b3cba39e5d3aa, 0xfb14af3accb6264520880b0040d8bcb76bc55002039909f36e32521398490fd7, '', 0, '?'),
(0xb1c662dfedd68fbbdc20f0a0243ba968, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/heading/_style.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/heading/_style.scss', 1, 0x00000000000000000000000000000000, 0xac11c1e744b1567211c97c06484818bb, 0x9fe3cad2b43f35c7f26e0c82eef492905036d6869e3e887b000b2d787ffec765, '', 0, '?'),
(0xb1af15c8f4ab9c09cecb2a5104bfb55e, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/html/_editor.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/html/_editor.scss', 1, 0x00000000000000000000000000000000, 0x9d9a63270b5bd467602ec7b7107b046b, 0xf19d7b4bf5cc2e289ea21a93009fb9b7b83cf79a2172761d872b3d0b38f8b1ab, '', 0, '?'),
(0x80ac7db40eb344157c8fbc06a7b7093d, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/image/_editor.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/image/_editor.scss', 1, 0x00000000000000000000000000000000, 0x2ae296410beb225c3c549a086d1cc5ff, 0x7822bf98d16342d3b40c4c954f96c88571ee362a412f812f7ca154ed54330909, '', 0, '?'),
(0x65de8786c044db7a0d1a0a8de2c92913, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/image/_style.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/image/_style.scss', 1, 0x00000000000000000000000000000000, 0x0c872d138e622a9a03006448f9a0642e, 0x577124211f4d575e6690715d5d91f7592f826581df3eae78573303cc0e22d1bf, '', 0, '?'),
(0x253f66d945b5e9c64d73e582f6cfeba7, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-comments/_editor.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-comments/_editor.scss', 1, 0x00000000000000000000000000000000, 0x274716dfbbcf56e89649d5f6e614c31c, 0x255b096b6454a239a18fc2357cb97d2dbda90bbf07ae55e224735fb0577befbb, '', 0, '?'),
(0x11cc2af4f4fe6bcb756d313d2dadb5ee, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-comments/_style.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-comments/_style.scss', 1, 0x00000000000000000000000000000000, 0x491257204289f2cb3e546f52bad44a1c, 0x38c8bc863f245bf467314e347de287e97bc859924b884ae324ce040ee9433930, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x5eb9c332a97f377d97a2f5a8d949fde4, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-posts/_editor.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-posts/_editor.scss', 1, 0x00000000000000000000000000000000, 0x5ed18c10dd1f91a3cff0a47bf4bc4fa0, 0x765a85aed764c2a59bc1e2624e707a30345cdef41a047f4ca6f2498efa0576f5, '', 0, '?'),
(0xdfd3475d95d23998a1f4651e3780f528, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-posts/_style.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-posts/_style.scss', 1, 0x00000000000000000000000000000000, 0x3eeb61ad373ad79c1c7be15ac3dffb68, 0x225b335bbe401e27a1866024124970ef1f452ed2b953c17ba50cca1888222430, '', 0, '?'),
(0xc1eff55e7c4adfca951a25a18a2262e8, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/legacy/_editor.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/legacy/_editor.scss', 1, 0x00000000000000000000000000000000, 0xfab3695e0f65f55d994d93e7aefe8040, 0xbf7e0a6629eedc5a13bca48682ebaa3f227acf1d49d8fe5caa4ee4b98d0796f9, '', 0, '?'),
(0x767d5011f3a018607e96a77c249b3796, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/legacy/_style.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/legacy/_style.scss', 1, 0x00000000000000000000000000000000, 0xfa1e72a1fd327fcc3c39d1bed15f4abb, 0xe8077853680290bebf496355399c5818da3c46666a5427689ada869f04eb44ad, '', 0, '?'),
(0xd75021e29fc8c108f9be7db853d5d2b0, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/list/_editor.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/list/_editor.scss', 1, 0x00000000000000000000000000000000, 0xee2c57d8ee09b6298ec31c2cd75e906d, 0x472b78da8d61c8b4d1be18e484ae9f430042e7e9962c0c1401adfc4ca4e70c77, '', 0, '?'),
(0x81b86f3ebf561cfcc75fc0721c0cf0dd, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/list/_style.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/list/_style.scss', 1, 0x00000000000000000000000000000000, 0x092a91153893e21f62306547b90591b7, 0xe5ca254218002fc7f3226b00a848aab4913e00ee5421739d0ecefc5dc5ddb78d, '', 0, '?'),
(0xfc5d09b1a9af6e5fa6cba45b6cead4dd, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/media-text/_editor.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/media-text/_editor.scss', 1, 0x00000000000000000000000000000000, 0x29ed9f793f3e0407b746e10a7e1d5ea0, 0x5a808e0a1c0e9b0d9d7e5957866dabcbe91955e8d81ff4d139461574da51a2fa, '', 0, '?'),
(0xaea84b7d7b58a9e9550847393c7016df, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/media-text/_style.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/media-text/_style.scss', 1, 0x00000000000000000000000000000000, 0x3f903ee00ee1a0bc55feee2f47af7f40, 0xb29b6f794a284296ea663248279d68e321b30c272a201e1611c9b92a11f71082, '', 0, '?'),
(0xacf14f998634cae6e185f4f9b1256dca, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/navigation/_editor.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/navigation/_editor.scss', 1, 0x00000000000000000000000000000000, 0x50d8ec3f31fc09a7a5b434fab74d078e, 0x65c9e3324da5421f17c3edfce20a1d00a2ad37c130f6025a7abd460b25cb731b, '', 0, '?'),
(0xc4a603a8a6534e4c818668600febc5d5, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/navigation/_style.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/navigation/_style.scss', 1, 0x00000000000000000000000000000000, 0xcc226d1862a627758d1fcca9e5d744d9, 0x395ae24a6ee7bc0e6c2b3bce43471f3b09ce2bb23073b381fe0182660fe838ef, '', 0, '?'),
(0xc746558547aed8d0a564af63819d4e43, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/paragraph/_editor.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/paragraph/_editor.scss', 1, 0x00000000000000000000000000000000, 0xd7416ccd9f0887991ad4809263069096, 0x1cf078b496ec131e159b9628f798536eb6d40a3bb6797b25945fb86a82d2cc2f, '', 0, '?'),
(0x3d41fedb33b1c7f0e819c75a69a92d0f, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/paragraph/_style.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/paragraph/_style.scss', 1, 0x00000000000000000000000000000000, 0x7f6eaed5f8736e0b314d5128f6be66d5, 0x087218a8b8ba12974a3609593b55c2149e94261dd8ed343dd4354b518e6961d0, '', 0, '?'),
(0x4dfc13de778d4d8066a930f4625c0182, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/preformatted/_editor.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/preformatted/_editor.scss', 1, 0x00000000000000000000000000000000, 0x69da2b3eb099b1852a954189a3c599a0, 0xfc8e1983f0ab7bf003aa5abf3e84316b7c7c917d50b5ad9f43ae0e54438ba041, '', 0, '?'),
(0x1d324a30f7a6e1ab785972ec8ad018f9, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/preformatted/_style.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/preformatted/_style.scss', 1, 0x00000000000000000000000000000000, 0x627ff383515beba6b6fa8e9182ad0e88, 0xe7299e7431b8019040b3310600eecbd795fd7fb2fbee0b4b57fe94ce00bbcfd8, '', 0, '?'),
(0x136d83e74492da9ccd28aa0db7d3e30c, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/pullquote/_editor.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/pullquote/_editor.scss', 1, 0x00000000000000000000000000000000, 0x33529fbe641d230d22b914d0f705a725, 0xd9f4dda946cc73c4ff3347a7a495da62ee38facee7bfe9ee17bb4ea340869758, '', 0, '?'),
(0x3eb40a710698cf679e2fb4eb0816fabe, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/pullquote/_style.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/pullquote/_style.scss', 1, 0x00000000000000000000000000000000, 0x6df158a279bfeca5e91d866772223367, 0x61933535891a895c13b6a8c9f937777bd4bc5e64f89b17c7e9850f99544bac10, '', 0, '?'),
(0xc0faf6e4c53cf7789785816e036f3644, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/query-loop/_editor.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/query-loop/_editor.scss', 1, 0x00000000000000000000000000000000, 0x15ff7ebb6feda6f605cf20024c360384, 0xa8dc48e076b1048b4f23bb5e9d5b66e9d038bce53acede15bb204d33f2af4d84, '', 0, '?'),
(0x6ce2c58dd191ed70b467f2b2530e997c, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/query-loop/_style.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/query-loop/_style.scss', 1, 0x00000000000000000000000000000000, 0x15ff7ebb6feda6f605cf20024c360384, 0xa8dc48e076b1048b4f23bb5e9d5b66e9d038bce53acede15bb204d33f2af4d84, '', 0, '?'),
(0x26f7610e5547911994baceba4701ae93, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/quote/_editor.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/quote/_editor.scss', 1, 0x00000000000000000000000000000000, 0x92ff8721216f3d620cbf7f0407e1a069, 0x6b99b6a7929e7b9fbb47398cec573168a19b608ab2ab73d297e34460c84d1dd3, '', 0, '?'),
(0xa4b66024cfae1eebcef3aa4ff28f0069, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/quote/_style.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/quote/_style.scss', 1, 0x00000000000000000000000000000000, 0xeb6ed3d092c7e3b86fb361952219f69c, 0x196c09403e098a385b779d7499a6c09d3f58e6898ad5c13e07c2d7567dbdc280, '', 0, '?'),
(0xdda6f211fee4afec7b62fd68309f51b6, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/rss/_editor.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/rss/_editor.scss', 1, 0x00000000000000000000000000000000, 0xd436df9475e255c28e895128834146cf, 0xcca91a5451625b63ed55e62cb3d9737e148c9e24ec465f0ae6b11f65cb09daf7, '', 0, '?'),
(0xc5ce820676da30fc72fe6dbcb7f4fef2, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/rss/_style.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/rss/_style.scss', 1, 0x00000000000000000000000000000000, 0xd436df9475e255c28e895128834146cf, 0xcca91a5451625b63ed55e62cb3d9737e148c9e24ec465f0ae6b11f65cb09daf7, '', 0, '?'),
(0x7d4c3b92bb5d2ce9e0b1c0dcef8c87eb, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/search/_editor.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/search/_editor.scss', 1, 0x00000000000000000000000000000000, 0xd72c28ae5bd600a56280b5dbaa90ab7a, 0xa5299f597c0a413061b5bad60db325696ea9d0fb9ddf9e6b4d6a114327aaa415, '', 0, '?'),
(0x76ac0198b3811bcb76cc9e65c074d1bf, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/search/_style.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/search/_style.scss', 1, 0x00000000000000000000000000000000, 0x2d4f61d1c659cb3f6169dd163040360c, 0x0de14c26de84aea300fa7dc19080ab6d75e74c4a9e0caccd692e2e354797ee6c, '', 0, '?'),
(0x467d338a288fccacfe4f174920a0b80b, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/separator/_editor.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/separator/_editor.scss', 1, 0x00000000000000000000000000000000, 0xf089e46a3baccabbb8f81123bbe97162, 0x6d3777cdc15798b6a726656df0439b9a818cd0ca31b8b861db63093d3213371e, '', 0, '?'),
(0x31411e97dbdceb2c0a73a50f8f948a76, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/separator/_style.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/separator/_style.scss', 1, 0x00000000000000000000000000000000, 0x599aeb29bdc9c9be4e5328f42120345a, 0x9de62fc45baac16609c76e55929fa421373994385e0f3934c0e98efac4d9f64d, '', 0, '?'),
(0xd196b48f2299d073826ba3e306fc3833, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/social-icons/_editor.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/social-icons/_editor.scss', 1, 0x00000000000000000000000000000000, 0x60bcd3988896de04c08ffb299818c66e, 0xd12825d54c7bc130d70f64ea082026ecc958d23249fe958a1a95ca9c6771fba6, '', 0, '?'),
(0xd812d97f3c1451aafde7dd015f34b074, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/social-icons/_style.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/social-icons/_style.scss', 1, 0x00000000000000000000000000000000, 0xacf97b47109a078c28e6eb95a468eff1, 0x7ad2e4d0a5f3dd59dbd0d8275295489e798dce52699d567ee813820ac8bf79ac, '', 0, '?'),
(0x2de568612b0f604e535416fc829aefac, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/spacer/_style.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/spacer/_style.scss', 1, 0x00000000000000000000000000000000, 0x3e3ab877768da73a3470f5e9a2590220, 0xcfb9f2250ee899ac5907757b5d0e2ef18feef8d8d7928164a21d2e98d04086b7, '', 0, '?'),
(0x82d0f06e4d0012325d040d5ee2fffa72, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/table/_editor.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/table/_editor.scss', 1, 0x00000000000000000000000000000000, 0x9ce696ed852f0aad420874efbdc13b03, 0x56596a38826212c0e835e766c6635db73757fe69c6983248e24e7dfd1f32935e, '', 0, '?'),
(0xe03f379b60bedd391985158fe390c385, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/table/_style.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/table/_style.scss', 1, 0x00000000000000000000000000000000, 0x1e22bdbe4966f74483537ec245653b22, 0x2dd04c5c5ae925db0604fb08b045725f5e6e6e6957c7422dc66d439795c53541, '', 0, '?'),
(0x21dface91c766731f24956057cfa45c6, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/tag-clould/_editor.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/tag-clould/_editor.scss', 1, 0x00000000000000000000000000000000, 0x5b163ca0b9d4893187d42dcb1833a1f6, 0xf27742bced3b5c715c90388c4e950b2184e6fe2d9d58c5e20bf7fb21bdfc0a17, '', 0, '?'),
(0x0cb529260ce34d32c144fa0d59e7555e, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/tag-clould/_style.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/tag-clould/_style.scss', 1, 0x00000000000000000000000000000000, 0xd267928fd6de18a1387684e07735c7bf, 0xfda8a4bd5673a9ce798e661928b09d9e9847ea38e9684d92b4f9e11a8a6aae86, '', 0, '?'),
(0x9bde56725e543296f79958de4fbeb1b8, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/utilities/_editor.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/utilities/_editor.scss', 1, 0x00000000000000000000000000000000, 0x79cc428b0b099f053f857b6eaae5b51a, 0x047495a305a3ac9f703190bc1a0351551bdd7c4faea8f21a2830dd22747f565b, '', 0, '?'),
(0x2ad46d42131c11bed576480a65c3f09c, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/utilities/_font-sizes.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/utilities/_font-sizes.scss', 1, 0x00000000000000000000000000000000, 0x66c1a686afca4d694778afbf56cb7307, 0x69b894593474f6df347c2df53e31ae5df46603ab294abfbf82c549a05a89ec6c, '', 0, '?'),
(0x6c8e9762c0c98ca61b725e7a19ee1323, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/utilities/_style.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/utilities/_style.scss', 1, 0x00000000000000000000000000000000, 0x78ddaeae3cf14e002ec208dcb0b89a78, 0x234394bfafb83feca63d8c5af95c4e2d6576d61ac5e077964755214a0780e91a, '', 0, '?'),
(0x2d04afed6154b1deb1584a0ccf938995, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/verse/_editor.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/verse/_editor.scss', 1, 0x00000000000000000000000000000000, 0xb9b8dc4d402d7e98cb56c185fc72713c, 0x42d655a58f0a5e459e06cae119ab9783d2070ec04645d6d799eaefaa87718c64, '', 0, '?'),
(0x13f0e46c8455793a6534e34e31cfbb6f, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/verse/_style.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/verse/_style.scss', 1, 0x00000000000000000000000000000000, 0xc2fa5d2fad0087f537b2be2872f7c05e, 0x38559d80b1475390b3cee4e435e2d6c9fe6ccc06ec7278a9a5b25c299cb80a05, '', 0, '?'),
(0xb1bc33542cd84d8daf096ec380e934f7, 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/video/_style.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/video/_style.scss', 1, 0x00000000000000000000000000000000, 0x86f5ce40db9362a481fd1898a56858fb, 0x8bda8a1d806acd39ae79dcf2a4e6f7760a0102a06f43052fd1601f0e85a86e79, '', 0, '?'),
(0xfcc1af99077fe4df34d44b393f27d286, 'wp-content/themes/twentytwentyone/assets/sass/06-components/404.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/06-components/404.scss', 1, 0x00000000000000000000000000000000, 0x1acf74c5bda80ed08b6ae393e53f8c1f, 0x8b4708633349bd18ea173eceadb6cf07021e6ab0dcfca7c6f01d5f2f2a8744d3, '', 0, '?'),
(0x0ad5215ec5e58892a58dee0bf2540ab6, 'wp-content/themes/twentytwentyone/assets/sass/06-components/archives.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/06-components/archives.scss', 1, 0x00000000000000000000000000000000, 0x46357645066c54efc7cda4bcfeb15135, 0x57b946e9c51ef9d73adaae55b4c83304abc6f0646deb9830d60ec809bd07affa, '', 0, '?'),
(0xa5f6933abb5bf966f3f6d24b5a8f3ff8, 'wp-content/themes/twentytwentyone/assets/sass/06-components/comments.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/06-components/comments.scss', 1, 0x00000000000000000000000000000000, 0x85e3a25dcc4eacc6f4812e9abfae2c0e, 0x7201d116c5831e4d0aae2eb148c098ec44b30f0f3377906d059b797f6286d0c4, '', 0, '?'),
(0x22810dd16f01835d0d3a5430db93c925, 'wp-content/themes/twentytwentyone/assets/sass/06-components/editor.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/06-components/editor.scss', 1, 0x00000000000000000000000000000000, 0x97ee1cbbe9a0fbde6b2f4663b08d74d6, 0xa3b6804af7e225bd811e920767bbf20583acd3060300114c3be337bd1da552ea, '', 0, '?'),
(0xc7f9a8772ed6f6285307a62a1749cb65, 'wp-content/themes/twentytwentyone/assets/sass/06-components/entry.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/06-components/entry.scss', 1, 0x00000000000000000000000000000000, 0x1bfcb56e1842c0b0dc6ac7dbc4ff7ffd, 0x29e8d5c769a0086fdf5b47131a43e3294590cfb36c108c7f0dc568cb6411b321, '', 0, '?'),
(0xa39916f8b87c13abdceb7859f1f86946, 'wp-content/themes/twentytwentyone/assets/sass/06-components/footer-navigation.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/06-components/footer-navigation.scss', 1, 0x00000000000000000000000000000000, 0x9d1cb784bfdb87538d39b38d784cf438, 0x28441a6f6bedd7d9557f8742e34f2989051e9543785ca1694ddfe31df2a76f4e, '', 0, '?'),
(0xa4f9d54bfaa3c027ce1a7872788b17f1, 'wp-content/themes/twentytwentyone/assets/sass/06-components/footer.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/06-components/footer.scss', 1, 0x00000000000000000000000000000000, 0xaeb3cf981d64860514c61e2379b4f1b3, 0x83c5263397bb70382d0d6cea7433c86879cf65c1661151ce1b72f1c0b90f4a4a, '', 0, '?'),
(0x23a37d73b6cfd761cde5610bc0a92c21, 'wp-content/themes/twentytwentyone/assets/sass/06-components/header.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/06-components/header.scss', 1, 0x00000000000000000000000000000000, 0xd52c05ec3530f8147e8bed14839d14bd, 0xfe3b7bd69738387db9efb9c8150db07c03d2d1abc65ee7851e87c340460e6a05, '', 0, '?'),
(0xb9243d5ab1a95a844817c9bcbdb9ec66, 'wp-content/themes/twentytwentyone/assets/sass/06-components/navigation.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/06-components/navigation.scss', 1, 0x00000000000000000000000000000000, 0xf2662611d3abb70a5d84296a6a15da9d, 0xc3987b58ed23de831a0a7614acc6fda93c9166d07d705a9bc404b524a40ba5be, '', 0, '?'),
(0x1caa95b68ab23ebb19c09d9e70af0d42, 'wp-content/themes/twentytwentyone/assets/sass/06-components/pagination.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/06-components/pagination.scss', 1, 0x00000000000000000000000000000000, 0x9ff2b164eb184e230f766bd573b5be7a, 0x773bb25b066615855d589ff0c39e0b26bcccf3eecd0579322c961485def8d946, '', 0, '?'),
(0x72045be5cb73323c1108a5b4a68eb275, 'wp-content/themes/twentytwentyone/assets/sass/06-components/posts-and-pages.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/06-components/posts-and-pages.scss', 1, 0x00000000000000000000000000000000, 0x673c519750e43bfb7afc985bd1a8c9b9, 0x81b58b946abd516f808807e33c3ebc0afbc5f90f59a8f7ad889f673104bc627f, '', 0, '?'),
(0x7eece4f69f5e8c99121f25acbc8241cc, 'wp-content/themes/twentytwentyone/assets/sass/06-components/search.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/06-components/search.scss', 1, 0x00000000000000000000000000000000, 0x7b97e138401049887a7d9bab6701d7c9, 0xbe775d5bd566765c6d5397dbf49feb135ef7460d7364f31498b87ef30527b1f2, '', 0, '?'),
(0x4460fe121e02da1b0571263212faf293, 'wp-content/themes/twentytwentyone/assets/sass/06-components/single.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/06-components/single.scss', 1, 0x00000000000000000000000000000000, 0xd2e90f165d48cc39008d167f24618d1d, 0x03638afbacc60166f7b58610b6039a7d9875fe91fc68cfd3f026be03befde7fa, '', 0, '?'),
(0x38d047786f5cdaf28855abe2cd5bba11, 'wp-content/themes/twentytwentyone/assets/sass/06-components/widgets.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/06-components/widgets.scss', 1, 0x00000000000000000000000000000000, 0xd689e02896ceb063973f6b289c595782, 0xd672dd74501b53731f7894e08900cb96a7f0c1b2e298a47fea78417c82062e95, '', 0, '?'),
(0x5a50b565324984ae20e5d25bcda0b915, 'wp-content/themes/twentytwentyone/assets/sass/07-utilities/a11y.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/07-utilities/a11y.scss', 1, 0x00000000000000000000000000000000, 0xb2ebc318958245a5ff7329b1ceea4e89, 0x70edc43cb02acd77c71b047f066208b34548067a4c25559863289d2c9f3f297a, '', 0, '?'),
(0x27deecb3023df62d99e68bd241435c4b, 'wp-content/themes/twentytwentyone/assets/sass/07-utilities/color-palette.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/07-utilities/color-palette.scss', 1, 0x00000000000000000000000000000000, 0x89659873f94171f8991474663ebe1a39, 0x6beaa5153aa41ba891bd349b6a93289c9d24959c87c1e7b7aafac0639092f611, '', 0, '?'),
(0x8a64ccd01352c486439e5081feff6226, 'wp-content/themes/twentytwentyone/assets/sass/07-utilities/ie.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/07-utilities/ie.scss', 1, 0x00000000000000000000000000000000, 0xf21f8d8a8aa10d57f884ece4d901d09d, 0x25a9fe3ffc1a8976fc62715db5b06708d4355a2975e49ed1b61aca6f9f27f830, '', 0, '?'),
(0xd0e02f113c7660368e93595dace00d08, 'wp-content/themes/twentytwentyone/assets/sass/07-utilities/measure.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/07-utilities/measure.scss', 1, 0x00000000000000000000000000000000, 0x289f81a2f0d3d7c3ee1fc97bc6b84dab, 0xec0dacfe87453da1b9b0054b03d2c249f379211159b6a7762ae45ca9935f963e, '', 0, '?'),
(0x061a7065add0dc15cecc17c63527bd3c, 'wp-content/themes/twentytwentyone/assets/sass/07-utilities/print.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/07-utilities/print.scss', 1, 0x00000000000000000000000000000000, 0x2091f25c1ee16071c64440ffd539ea7e, 0x31ee2a017ad52b7afedcef36c2ff8ae728d963a456cf99b78a12f61d7b56d5b7, '', 0, '?'),
(0xd2780a415be82a5a7853c2e639ae4e59, 'wp-content/themes/twentytwentyone/assets/sass/style-dark-mode.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/style-dark-mode.scss', 1, 0x00000000000000000000000000000000, 0x9d29984d2bf52ea1f5e88cdbc678bda8, 0x7696c32aa123a82820f4529105a0bbfacb684c0c151ed7c446aa886fb178a383, '', 0, '?'),
(0x6eca65f68497fce83b87dcc0a3e4823c, 'wp-content/themes/twentytwentyone/assets/sass/style-editor.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/style-editor.scss', 1, 0x00000000000000000000000000000000, 0x860c399eeee659703b3afc80b34ed61c, 0x754c3b08e6dea9dd923cb97362790d374aa156fbf01eaeb1355b2a5a7a4b8088, '', 0, '?'),
(0xe7a1d2984722818c3a30f65cf94b4823, 'wp-content/themes/twentytwentyone/assets/sass/style.scss', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/style.scss', 1, 0x00000000000000000000000000000000, 0x43555a4ae7906b840d3decbb7127b1a6, 0x5063befd9e853a9d4433794e15b46f0b269f742ad1b0935b9e03c23a6b4727e0, '', 0, '?'),
(0x443d6ef676625088b02e105f02f80c9c, 'wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-custom-colors.php', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-custom-colors.php', 1, 0x00000000000000000000000000000000, 0x224941a12bcd5a8518056251fae76f2a, 0x8cb8949c82e989d98721ad2e36b47b8fb24fe36c7fc94af95b219b3f78aea198, '', 0, '?'),
(0x0f15d9438cb1e7432ac076cb00fc5f00, 'wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize-color-control.php', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize-color-control.php', 1, 0x00000000000000000000000000000000, 0xaab921ef3d98ccfcbd9c6ee20f093bd7, 0xe570c626b09a6befc6e4f2ca67717020746d4fe9fac3bc4af79c11d2cd001363, '', 0, '?'),
(0xa215501442e80aa4fc5acf59209950fc, 'wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize-notice-control.php', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize-notice-control.php', 1, 0x00000000000000000000000000000000, 0x87182f0e9d4d3b08fb3bae8402e89d06, 0x121efde0d90c3695a44bea266e6f6c264680f8ed6178ef3373268e180445270a, '', 0, '?'),
(0x61d47e2a6b600144bf6e70a77db7be66, 'wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize.php', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize.php', 1, 0x00000000000000000000000000000000, 0xbb97d98b1d3e4312f7258cfaedcd76dd, 0x15dddfa067a33e0e0ad59e5635aa7ce81cb56dd27e04738988a618da360b8c25, '', 0, '?'),
(0x105764da6cb5f700393f9cc469a984a0, 'wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-dark-mode.php', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-dark-mode.php', 1, 0x00000000000000000000000000000000, 0xcaad441396ffccc65f12325b4fc862e4, 0x3998f2d6583060b38f63c24ea9617af8fa8f880ed39cd64a540ca1263355a4d0, '', 0, '?'),
(0xd1555714f3abab7e2f4e8ad309a7099c, 'wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-svg-icons.php', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-svg-icons.php', 1, 0x00000000000000000000000000000000, 0x6ec305c776bf0fcbc4d227e2a33e44d5, 0xdbbc87d90be7169208f1fb2f06a37fac80abc424259fdf04265594c4f9aa2ef5, '', 0, '?'),
(0x9f2bf4fb690f11dc70895ad3b6047442, 'wp-content/themes/twentytwentyone/comments.php', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/comments.php', 1, 0x00000000000000000000000000000000, 0x14f78a6d26b5bf911f1d29d766937829, 0xc9ee8b0cbe815d35fc8f7dd48316698dffa4ec6ac2934d0e50e3810dd5bdcfa2, '', 0, '?'),
(0x922b4663068d306d5fb6aaf9088c4969, 'wp-content/themes/twentytwentyone/footer.php', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/footer.php', 1, 0x00000000000000000000000000000000, 0x3914b568347e451ecc6dc548eb4376e5, 0x06ea8230dcd65c6385e552e7684bc1a0db070bf621b1a40e8e5ed257a327aa05, '', 0, '?'),
(0x100fc7adc1b5e96b4f6c2039da87934a, 'wp-content/themes/twentytwentyone/functions.php', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/functions.php', 1, 0x00000000000000000000000000000000, 0xd0b5f0b58e29a377428640d26b158939, 0x7524550a3c4c7d019042bfc2e8a6f63be07ebfe605f1deb09981e1ae71c02e36, '', 0, '?'),
(0xfea7fddfa49c2eda3fc3606759aeb558, 'wp-content/themes/twentytwentyone/header.php', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/header.php', 1, 0x00000000000000000000000000000000, 0xafd7eeed46eaee8ea87385a3cf50cdaf, 0xf579884338e1eec451e57e12e743db22dd097fa0ec16dd3b6bddcde252d87215, '', 0, '?'),
(0xce20a2ea4d75ce29026016a4a93ed732, 'wp-content/themes/twentytwentyone/image.php', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/image.php', 1, 0x00000000000000000000000000000000, 0x7c742ecfdf59b67fe35f4704a284a7f2, 0x8e2b87bf00217e9506377f9fdf248df742a11db0e34c981efed3e99097e38a94, '', 0, '?'),
(0x1ec4512572543ee121f7655f7a45c6c6, 'wp-content/themes/twentytwentyone/inc/back-compat.php', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/inc/back-compat.php', 1, 0x00000000000000000000000000000000, 0x6a07afa5d58f2c3bd322f713c65d2684, 0x1027dbdf8d1c9a94f3be00af60711bd0e7f4d6b670e47e8c72c91649807b81be, '', 0, '?'),
(0x9af588aa4bc7a5ddb3987c751e8acf08, 'wp-content/themes/twentytwentyone/inc/block-patterns.php', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/inc/block-patterns.php', 1, 0x00000000000000000000000000000000, 0x9ad2206fbf1457e84f0956b346ca9c06, 0xf06e90fe85bdc48a51be8aadf6a935d84f538c958fab668c815e549d6fe7c9b5, '', 0, '?'),
(0x1cdbfc0d29a4353154e3e3192088cf6f, 'wp-content/themes/twentytwentyone/inc/block-styles.php', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/inc/block-styles.php', 1, 0x00000000000000000000000000000000, 0xff74402ff9dfa217d5034065c60fba52, 0x83817290348aa11bfdcf77e380c9f71485f8e107177a0b5abe5ad70f5324a81c, '', 0, '?'),
(0xf39dda56ed9f2e604a786265d579f8a2, 'wp-content/themes/twentytwentyone/inc/custom-css.php', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/inc/custom-css.php', 1, 0x00000000000000000000000000000000, 0xd760d80037dfc2f1097c8d5db0b9439c, 0x0e07029c15d740c4c4f5f4916d1bc273c7ac9f819c7d7413e1d121fcdd0024cb, '', 0, '?'),
(0x262e97f543a2efef46d168045c2dce32, 'wp-content/themes/twentytwentyone/inc/menu-functions.php', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/inc/menu-functions.php', 1, 0x00000000000000000000000000000000, 0x91955972993563d705d54c0c4d957670, 0xe04d1ec48e9fd5cb2f3fb1774852d12927ffd5ec4d90a276ae53ddcc3b5e00f1, '', 0, '?'),
(0x833358ae2fe1fd03fd919e8c27ddc950, 'wp-content/themes/twentytwentyone/inc/starter-content.php', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/inc/starter-content.php', 1, 0x00000000000000000000000000000000, 0x4315d319be93daa7862945281a1cbe55, 0x45a3c2da113126856b176da6d47b1b9cb391bfac1200d29274b36ec9bfb74856, '', 0, '?'),
(0x303ca839de0cfae0ae75f43b535a0d6a, 'wp-content/themes/twentytwentyone/inc/template-functions.php', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/inc/template-functions.php', 1, 0x00000000000000000000000000000000, 0x36fe2176aa9d12d78c10e7090fbedf8b, 0xe5777deffa14d7f7e551d4ad46723f22f5ce71fb9eebc99e9c654bf221ee57dd, '', 0, '?'),
(0x6c0337ed4e98fe3cdfb31f56caa65a8d, 'wp-content/themes/twentytwentyone/inc/template-tags.php', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/inc/template-tags.php', 1, 0x00000000000000000000000000000000, 0x18eee1b3afc5daf738083edf9649cccb, 0xbd9d748f029bc7179502adc510112f8664db8b8f831d8859c93aa903c68e9d94, '', 0, '?'),
(0xef02a6f6891844c907c66e6bc9ffc1c0, 'wp-content/themes/twentytwentyone/index.php', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/index.php', 1, 0x00000000000000000000000000000000, 0xb33466075ddb551e29ce57fe229bd33d, 0x24f899606a30139bc992fa0b63f631042dbb4b400d66e69edc6efd5288335495, '', 0, '?'),
(0xc3dd65a485667a9eb1c2656f789fe4a8, 'wp-content/themes/twentytwentyone/package-lock.json', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/package-lock.json', 1, 0x00000000000000000000000000000000, 0xc2111216f9ffdbf75803e05500804c09, 0xd9f0536c00a315b602e327fd1a4150c83a24f6e981041b88fb79ae78ac0a5063, '', 0, '?'),
(0x8f180fdc09b536addc211f221be95009, 'wp-content/themes/twentytwentyone/package.json', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/package.json', 1, 0x00000000000000000000000000000000, 0x4d486cc7c7ae437e903fb0c7a6bd6cbb, 0x1098e072a2cb537f0130c32ed5488865a998a81b934cb30e01a4e2a5dbce3303, '', 0, '?'),
(0xcab573f7138b098b9fcfe9523ef8da3f, 'wp-content/themes/twentytwentyone/page.php', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/page.php', 1, 0x00000000000000000000000000000000, 0x8b47113afd844c6c877d0021e2bde925, 0x6d44545ac81dc0040dabcf842863877a4799dc9f4b6cf64090c814e083ca4b76, '', 0, '?'),
(0xec917cb66079e459c4b6b2bb968e906f, 'wp-content/themes/twentytwentyone/postcss.config.js', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/postcss.config.js', 1, 0x00000000000000000000000000000000, 0x7cd74c9e43a600b2968b25653f9ba4d9, 0xdb39fb9084c436d1a1c6b38ea4efb493e11f745f54a1d7748394849dfa73e8ec, '', 0, '?'),
(0x8270aa78a8d3135c3f3bdd68452fd8e6, 'wp-content/themes/twentytwentyone/readme.txt', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/readme.txt', 1, 0x00000000000000000000000000000000, 0x461bb464389bee4af1bedd3f5398a0e8, 0x2f699785de92085cf60c5348d41d4fa2c763fae850a96482c95b8284f513c4e5, '', 0, '?'),
(0xc42629fd9483db4e1d7e0626fc80cbd0, 'wp-content/themes/twentytwentyone/screenshot.png', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/screenshot.png', 1, 0x00000000000000000000000000000000, 0x062aa7061ebbd6f104d9915e52d7090b, 0x1ac6e28675c64090275c8fe1ae4b4cb7381d32a6429dc072821a3248431cd26f, '', 0, '?'),
(0x99d90148d4fc885f1558d4d085b26755, 'wp-content/themes/twentytwentyone/search.php', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/search.php', 1, 0x00000000000000000000000000000000, 0x6f4c362d21e8ae9c6b91b21cbf79db74, 0xaac400ff3c779e87a9b3333d53c2c277542d7c22daeef5087556c96320f32077, '', 0, '?'),
(0xee79d1bc35cfc7211f2aa6e320a8b11e, 'wp-content/themes/twentytwentyone/searchform.php', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/searchform.php', 1, 0x00000000000000000000000000000000, 0xe66764fb77c2f6fd8a7dbf242765c00c, 0x45997529f9bd6cb0af45bc34b2f9d2ebe8a78f981ee7af93e857a80fd6d07a46, '', 0, '?'),
(0x3ab025f0b01fc528763584d471a51130, 'wp-content/themes/twentytwentyone/single.php', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/single.php', 1, 0x00000000000000000000000000000000, 0xdc30d7b216f0024fd7e4db0de87c87cc, 0x9ca061a754839674f9cb1c981b952e743a8eae2c068a1076ecdf70da8a050400, '', 0, '?'),
(0x582bd9b4b0b3dd33881990308631f1a2, 'wp-content/themes/twentytwentyone/style-rtl.css', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x67f986243c9188179facd09547fd07f7, 0x9e1ce2e2981270afcee6c0d9bb05cf0dc513e97d196ac1d9108fae52aad4654e, '', 0, '?'),
(0x726586fc1327dbb7f3313164e5df38b3, 'wp-content/themes/twentytwentyone/style.css', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/style.css', 1, 0x00000000000000000000000000000000, 0xda2f159c340a3ed12c0634048d466be4, 0xc6848b409d3d2a77eaf8169c2ccb17d72c67e4c000c02814ad3d511efa514233, '', 0, '?'),
(0xf3af1ac06b4496b0d396614c3d5b0656, 'wp-content/themes/twentytwentyone/template-parts/content/content-excerpt.php', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/template-parts/content/content-excerpt.php', 1, 0x00000000000000000000000000000000, 0x0dc78422b5b1a4a3544acf87d99670b4, 0x90ab9edfc6074c4ac20cd5ac407e9317f6a82229bcb111953f0541e488cb3c8d, '', 0, '?'),
(0x4807ad0020b9ed8e204ea44801425d49, 'wp-content/themes/twentytwentyone/template-parts/content/content-none.php', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/template-parts/content/content-none.php', 1, 0x00000000000000000000000000000000, 0x4c9d38fc7b4e97dee3ea5701954c0f12, 0xc43e9b9551e3232aa5afb9beffb95e8f5f2856592649da40c28948ded2875be8, '', 0, '?'),
(0xab26c2bd3159784675bf93a0b76d7043, 'wp-content/themes/twentytwentyone/template-parts/content/content-page.php', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/template-parts/content/content-page.php', 1, 0x00000000000000000000000000000000, 0x57f671a0bb407257da1c3a735eda0a21, 0x4f8fced28f849fc00f3ce9a4ab71fc86d2199908f49432640de62c827729d309, '', 0, '?'),
(0xd381d56c2d9cf4f679344e10677f7030, 'wp-content/themes/twentytwentyone/template-parts/content/content-single.php', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/template-parts/content/content-single.php', 1, 0x00000000000000000000000000000000, 0xb3308e46181a4c4fe9b5c06b3a1103cc, 0x5a9f3802e317fb21211cca1850877ff181accc387ea80094aafdd6f565fdbb68, '', 0, '?'),
(0x5ec7bfe1c0e1ab2b4325114bb7f2789e, 'wp-content/themes/twentytwentyone/template-parts/content/content.php', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/template-parts/content/content.php', 1, 0x00000000000000000000000000000000, 0xfaab19e2ef202ccbc52a5dab31cc6e13, 0x15e9a1c3dd30436649ceb06189dee808fe427147ea38afb24f8b753eed57c3be, '', 0, '?'),
(0x8d909e53fcdbdb7b7cf522755a027aee, 'wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-aside.php', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-aside.php', 1, 0x00000000000000000000000000000000, 0x3cce2f87b92081ae6ad9741ffcc24afc, 0x773b2af1d298b00d70e7943c4c24fe0d13deebb1100d9b15e5481af2a2e2eead, '', 0, '?'),
(0x55cf155e089dce17201448ed54a4376a, 'wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-audio.php', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-audio.php', 1, 0x00000000000000000000000000000000, 0x8984a0fe16b227f6d1c09659b50b7014, 0xf9c5cfc2c4ce832cc8220777f32cfafa4cbb20526a0012e10ba6294db36fec97, '', 0, '?'),
(0xdb3c9415faa5007659a13e1e6d610712, 'wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-chat.php', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-chat.php', 1, 0x00000000000000000000000000000000, 0x0307a004e633e43d34e0ac2bb4d8325d, 0x691a25e7320fc082c86cdacee04075461469cb08c53db41d8a5f005097d5b0b7, '', 0, '?'),
(0xe9228965ad8dc296416c42e48b45992f, 'wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-gallery.php', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-gallery.php', 1, 0x00000000000000000000000000000000, 0x7668ff6c5a869a2ea85d6d607194aa60, 0x04c8a6288d7b729845fb287567fd5f1f09dcb9206b95e60d50cb60f5389163bd, '', 0, '?'),
(0x0ec396b9d41c927668b5bb9b6cfadc50, 'wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-image.php', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-image.php', 1, 0x00000000000000000000000000000000, 0x3dabb35a6f62530a166735c2f6b28cf4, 0x0a12e79a0e29ebad5eb2f309f4c50b15d5e1602d07f7982f86d7337b293a3fc2, '', 0, '?'),
(0xc235ab758a75c8b8adb138f55094d2ba, 'wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-link.php', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-link.php', 1, 0x00000000000000000000000000000000, 0xf996ebbddc8a3a9fadddf1e5b5b70659, 0x268bf4795a04c3c865c9f5c16e9e875ff6a4d826c407c9ee8730f6412001c135, '', 0, '?'),
(0x1259f955edd6687c6b5524b8953bc298, 'wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-quote.php', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-quote.php', 1, 0x00000000000000000000000000000000, 0xe2b0dc445a638b10d5aae768e8c797ce, 0x780a8d8f09cb7364bec832362a1ed350c1eaaba19f66a774a7ef853435e4627a, '', 0, '?'),
(0x3a5cdcb90d408789884c22fa3a079f55, 'wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-status.php', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-status.php', 1, 0x00000000000000000000000000000000, 0x654cd846fbe854f9113218d1aedc4865, 0x4df59c44bc0a52e58db8ed9158f9891586fb3dfa9d9f6af21784a2161314d0bd, '', 0, '?'),
(0x16eca9afce1fce62a1142fb3793bce66, 'wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-video.php', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-video.php', 1, 0x00000000000000000000000000000000, 0x876e1268abed658c53be2ca9a6b48c21, 0x98dd2c474bcbd766cacdfcd0186f9561f8ab747ddf86235ab3ec73a776a327ad, '', 0, '?'),
(0x6ee6cc6fbbeded178013f879ea04f8ec, 'wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt.php', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt.php', 1, 0x00000000000000000000000000000000, 0x3ef8ced1f81408cc17f75f08910a1a74, 0x3e8eb6184dac2cef98a2a2fc41f6a4b96106b2a7d16b96bc00a56d2c9844b7d0, '', 0, '?'),
(0x61db30d67dd0e8b880aa40d5dce67e0e, 'wp-content/themes/twentytwentyone/template-parts/footer/footer-widgets.php', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/template-parts/footer/footer-widgets.php', 1, 0x00000000000000000000000000000000, 0x6642f8b3524af990b77a8d4cbceba7ef, 0xc8620a3d57aeac70fa1eb094f9e93d8ea49415ac33a7a88c398122d6973b1519, '', 0, '?'),
(0xcc05b49511ca7b17e840e0718ea16d75, 'wp-content/themes/twentytwentyone/template-parts/header/entry-header.php', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/template-parts/header/entry-header.php', 1, 0x00000000000000000000000000000000, 0x54e0f245a206353051f7c2443d946cb4, 0xce3226bc97f12ea0a7c6c2285347971d6cfdb2a35ec94ec1ff4326122fcf81b5, '', 0, '?'),
(0x486dcfa10acdf0004dd27d3022d892d8, 'wp-content/themes/twentytwentyone/template-parts/header/excerpt-header.php', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/template-parts/header/excerpt-header.php', 1, 0x00000000000000000000000000000000, 0xed251d9b4cf2c00e415a3bdfaa8e9175, 0xa5a2209fdf77fc4dfc8a95d3b359fa0d9425a91cac25f127a0614ff44126b978, '', 0, '?'),
(0x66b3a61c0bb1162a70642001b28e0a5e, 'wp-content/themes/twentytwentyone/template-parts/header/site-branding.php', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/template-parts/header/site-branding.php', 1, 0x00000000000000000000000000000000, 0x901a53ebbcf9bb0f7a18a88af6436e3a, 0xe9111715e6e4a0a663a51d88ee6972da12999b666f7a0306f101b1aff331422b, '', 0, '?'),
(0x3c8e217d4b14edfb41e92c0da279d132, 'wp-content/themes/twentytwentyone/template-parts/header/site-header.php', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/template-parts/header/site-header.php', 1, 0x00000000000000000000000000000000, 0xe241cfef62e5d27d662ab07b860ac7f8, 0xd7825b0cf1331790152c3de759d3bb906e7a3bb24c5153315c7cc935d18b400e, '', 0, '?'),
(0xf918bc2bc778d07eeea8207969260051, 'wp-content/themes/twentytwentyone/template-parts/header/site-nav.php', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/template-parts/header/site-nav.php', 1, 0x00000000000000000000000000000000, 0xf5f49d5a3dba2510622483eb12b084c1, 0xc4756d9b762e2903d992a17d616e122358b28670c0ffd245e1ea510d03f76ee0, '', 0, '?'),
(0xce4e3a208fdcf8a39abedf40956bcf82, 'wp-content/themes/twentytwentyone/template-parts/post/author-bio.php', '/home/www/iamctv.com/wp-content/themes/twentytwentyone/template-parts/post/author-bio.php', 1, 0x00000000000000000000000000000000, 0x6194c6812e90d7e701e56ffafab64f23, 0x64ee7bc95fed55b2e69c523749fdfbd26f8828cc7e9c362c0d549dfff10ab0a3, '', 0, '?'),
(0xfb2d0371edc6a397b7e39e5a30e70975, 'wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Italic.otf.woff2', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Italic.otf.woff2', 1, 0x00000000000000000000000000000000, 0x8e57b992a6ba26684535864f78b8ea15, 0x310d8ae9fb8d2a961f685c9de442f66fd51796d042ae7dfff95ff98458443718, '', 0, '?'),
(0xa0f11865c4a1338a9aa7328c57ec91d1, 'wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Italic.ttf.woff2', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Italic.ttf.woff2', 1, 0x00000000000000000000000000000000, 0x109dfa40d95abcc9b3f97c0233059615, 0x908f5f03c9e59869d1ecff9d8e6303b28d8e42b8ac843748e2fc254b20aebf02, '', 0, '?'),
(0xeee7584fa57a2dde6c39c6b7e1308e60, 'wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Roman.otf.woff2', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Roman.otf.woff2', 1, 0x00000000000000000000000000000000, 0x0bd24190790a59a36e32f921fa067fcb, 0x53681956fd5a745ed47ecd9bb7178cba0a232416d6920da13517f056d11582bb, '', 0, '?'),
(0x2e109ad2120a5dcbaf469aa3565216b5, 'wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Roman.ttf.woff2', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Roman.ttf.woff2', 1, 0x00000000000000000000000000000000, 0x378b83a85cfb1cb0f11ab503b0df456e, 0x0c7b4753c1dd3087abd6f9ee85c32906cbf1f62e7e83a9236dbc7dce3a32c8c5, '', 0, '?'),
(0x1d0723b82aab3ec145258507662feaa2, 'wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-Bold.ttf', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-Bold.ttf', 1, 0x00000000000000000000000000000000, 0x1af8ec25074feb61fd81bc4d81d857aa, 0xb37d717b37da66348c79ae7d7017dc45bd9872d1ee9c50c743a56d550a8746ea, '', 0, '?'),
(0x0ec429472f1888c992af78658e4ff835, 'wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-BoldItalic.ttf', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-BoldItalic.ttf', 1, 0x00000000000000000000000000000000, 0xc7360048dc71789e98da98d70ba7f786, 0x79e333b00fcfd03f7deecf91d72a3518cd133076c9ef4ae67f7e80b19e408506, '', 0, '?'),
(0xd98dcac8095bd5f530e5a2df4a18065e, 'wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-Italic.ttf', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-Italic.ttf', 1, 0x00000000000000000000000000000000, 0x4f2f2cddd36ede927d47cdf78d352b2a, 0xc9c089c2d0a51282362ff25da99692ac1a5c3e2f5ad01f1c38922fe8d49e6c3a, '', 0, '?'),
(0x45ae6e1c03966a97c16492ad9583ab31, 'wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-Regular.ttf', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-Regular.ttf', 1, 0x00000000000000000000000000000000, 0x8c79e87613696cae32379ee06b2e16c7, 0x007b1e9b761384e99d34852b39a4ff6f26312047333c7fedd3078dcf102a4361, '', 0, '?'),
(0x44dedb06fb091951febb664e940e0934, 'wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/LICENSE.txt', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x0c4ad4b5812fdeea4d867a3cae77e775, 0xbe9dca64687e68c4a5fe849a573926289c2891d24f0d305e314629de20fd7e4e, '', 0, '?'),
(0xddb1b72a7891d9372b43bd93c98dcc1e, 'wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-Bold.woff2', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-Bold.woff2', 1, 0x00000000000000000000000000000000, 0x01f40e412b28e17bf0171921ed0c02b6, 0x3c37c11c2bb9b66e9e58dd4d22c0a385a0c1ad64a4bcfed2003dd541f3806e77, '', 0, '?'),
(0xea875a88f947d175fdecb2a39abfb5bd, 'wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-BoldItalic.woff2', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-BoldItalic.woff2', 1, 0x00000000000000000000000000000000, 0xe7a6f4de5b66db47648ed6cf65b69391, 0x7ac219308d1ee41b78d76b937f5b8681f5eb69c19b632acda0de301fa132af5a, '', 0, '?'),
(0xb6354105c099424c6fed394d4648f049, 'wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-Text.woff2', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-Text.woff2', 1, 0x00000000000000000000000000000000, 0xda9b92eda0de2d053fef196020a5baa0, 0xda906e41cb85079bfdd7fd25212581ca6056823b5ba68ed2fbff80952e43bd5f, '', 0, '?'),
(0xa94826fafa479abf6e505361c7114819, 'wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-TextItalic.woff2', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-TextItalic.woff2', 1, 0x00000000000000000000000000000000, 0xe756525fe703e399bee80cef09787870, 0x70d2922f460e4e9c49e04dfbc25d27b8de9fc018ad413610bc18d7ff3a45cd11, '', 0, '?'),
(0x1f51f8d1ee8c1c4cd72f56cc40f36755, 'wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-ExtraLight.woff2', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-ExtraLight.woff2', 1, 0x00000000000000000000000000000000, 0xdc7dda00cd989f4b33e219f332cfa320, 0x9384795d12eefef839bdcf59b3261d1812cd865ee4e3c47c05b3a99c578a2883, '', 0, '?'),
(0x089c75dee6a905de91159e706b193061, 'wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-ExtraLightItalic.woff2', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-ExtraLightItalic.woff2', 1, 0x00000000000000000000000000000000, 0xfa97401b0cbbcbed93cc2d6d62cb6a61, 0x28966b1fc9978ec98cbddd30ad22aaf3d3d6de768d2065ba5d155d6bedca0fda, '', 0, '?'),
(0x93f2cf19c997a52c0f25408e77f18915, 'wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-Light.woff2', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-Light.woff2', 1, 0x00000000000000000000000000000000, 0xacd1a9cab2d25b902cfbac208106377d, 0x2d169837b252317d1b5b95ac126efb61d16da803d362d22b286334b1c7bd6937, '', 0, '?'),
(0x75edf2d0634391081760accf7bfed176, 'wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-LightItalic.woff2', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-LightItalic.woff2', 1, 0x00000000000000000000000000000000, 0x8552c087a5fce6939d581e7301d97007, 0x222123bd9890a72f16fdcf76eaa2bd8af2cd3e3868d97b67d2e993a940596593, '', 0, '?'),
(0x67093f867f83c6d696fd3129c52deafb, 'wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/LICENSE.txt', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/LICENSE.txt', 1, 0x00000000000000000000000000000000, 0xdf613121e58209d1b51d82f9da35e349, 0x3840f9adadfa3911657ba50312d38d238bd2a3f4d46e0a59e60ed68398e17f4c, '', 0, '?'),
(0xf97fcaa79089c45418ed850d3c9570d1, 'wp-content/themes/twentytwentytwo/assets/fonts/inter/Inter.ttf', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/assets/fonts/inter/Inter.ttf', 1, 0x00000000000000000000000000000000, 0xe19174fb2c0e19b1fa67492a07886c75, 0x337abacc9a34ff74b4762a01a78065e1f533e979e4131bc25ab3a97194ac9627, '', 0, '?'),
(0xeefa12b1c12798482f010325cd896af6, 'wp-content/themes/twentytwentytwo/assets/fonts/inter/LICENSE.txt', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/assets/fonts/inter/LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x42d2b97e905f50c58574fb8149c16635, 0x83fae70dd7c07cc6634eef6de84378b3b15345a2f8b018acca087288a7e11f4d, '', 0, '?'),
(0x20bb0ebfcdecc882716e6664ea877762, 'wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/LICENSE.md', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/LICENSE.md', 1, 0x00000000000000000000000000000000, 0xd9e7555a29d927e361db351bf01340e5, 0x4480a969221df1c1f7a2c79efa74dbb18c52408538b9da01b6ca07f175767518, '', 0, '?'),
(0x2c4478746176238ff6ea033c06d73b45, 'wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.otf.woff2', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.otf.woff2', 1, 0x00000000000000000000000000000000, 0x8e57b992a6ba26684535864f78b8ea15, 0x310d8ae9fb8d2a961f685c9de442f66fd51796d042ae7dfff95ff98458443718, '', 0, '?'),
(0x5bc449a76c2168e3e9ece5c9dd04e133, 'wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.ttf.woff2', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.ttf.woff2', 1, 0x00000000000000000000000000000000, 0x109dfa40d95abcc9b3f97c0233059615, 0x908f5f03c9e59869d1ecff9d8e6303b28d8e42b8ac843748e2fc254b20aebf02, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xbf9b8c9c279bc0674ebd0511bb548562, 'wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.otf.woff2', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.otf.woff2', 1, 0x00000000000000000000000000000000, 0x0bd24190790a59a36e32f921fa067fcb, 0x53681956fd5a745ed47ecd9bb7178cba0a232416d6920da13517f056d11582bb, '', 0, '?'),
(0x7887bb324414d5ee6e7bea4d115b2f45, 'wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.ttf.woff2', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.ttf.woff2', 1, 0x00000000000000000000000000000000, 0x378b83a85cfb1cb0f11ab503b0df456e, 0x0c7b4753c1dd3087abd6f9ee85c32906cbf1f62e7e83a9236dbc7dce3a32c8c5, '', 0, '?'),
(0x15df2dae97e65de5f24a0396e3909bdd, 'wp-content/themes/twentytwentytwo/assets/images/bird-on-black.jpg', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/assets/images/bird-on-black.jpg', 1, 0x00000000000000000000000000000000, 0xf86e14d60628e9a2ced189ec9bf47e9b, 0x30d0816e87079844687f75afe6204eed4fff3db4e6224334377d061e98b39647, '', 0, '?'),
(0xdef7dc969fc6ada172672d8f9a34fa5e, 'wp-content/themes/twentytwentytwo/assets/images/bird-on-gray.jpg', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/assets/images/bird-on-gray.jpg', 1, 0x00000000000000000000000000000000, 0x50619d126f5a514fa1c632f1b7eebbbb, 0x7a37fc9c139c8129df11db23830893c3cfa676e1df452d938fde31fe17b76756, '', 0, '?'),
(0xd585949fdf90e35393892b1bfd94a482, 'wp-content/themes/twentytwentytwo/assets/images/bird-on-green.jpg', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/assets/images/bird-on-green.jpg', 1, 0x00000000000000000000000000000000, 0x4fe05663091076c2b90c4ee3316929ac, 0xec8bb9fd3df3f6f792b33e8e19647a8a30f28a14800ded48986f83e1482f82f6, '', 0, '?'),
(0xeca0a70ce27af01fb98d58bc4d2447af, 'wp-content/themes/twentytwentytwo/assets/images/bird-on-salmon.jpg', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/assets/images/bird-on-salmon.jpg', 1, 0x00000000000000000000000000000000, 0x8596910b099ef1a0b37b8c390d7fb998, 0x1db761228b2b80a7c10e961df3cab9ed2294c1195bde3ad2918ecf4116049ed8, '', 0, '?'),
(0x44e148cd1d95a7aac7e34e81ccdc2c90, 'wp-content/themes/twentytwentytwo/assets/images/divider-black.png', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/assets/images/divider-black.png', 1, 0x00000000000000000000000000000000, 0x3877ed9bf7c112099278010b6d291072, 0x7886c92b1652ea03c66c4c1a6b35ed3e0376e9c6b00bea074e02ad4414c57f88, '', 0, '?'),
(0x250715f0d4ae971b7bc566930be986de, 'wp-content/themes/twentytwentytwo/assets/images/divider-white.png', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/assets/images/divider-white.png', 1, 0x00000000000000000000000000000000, 0x64b428cab713090d04fcaba692f952cc, 0xe8a74012617b9461d94bd5b47f80727a0db10cb55bc04656122cf2877f2e3ebe, '', 0, '?'),
(0x3b512d3a0840283a38354db5afab1e98, 'wp-content/themes/twentytwentytwo/assets/images/ducks.jpg', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/assets/images/ducks.jpg', 1, 0x00000000000000000000000000000000, 0x2c16f6b50d3aab7ac7049c1fb1fead8f, 0x0f980f8b389379ac3119cfedf39af0f6b1a4b59e905e93b4ef3a3a2673b33f9d, '', 0, '?'),
(0x3f676271aa0058981599f4a934bb2c3e, 'wp-content/themes/twentytwentytwo/assets/images/flight-path-on-gray-a.jpg', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-gray-a.jpg', 1, 0x00000000000000000000000000000000, 0x0c5bdb0f53466384836d5e2832287d6f, 0x38a21ec138441ab009680883923be7c569ee815fa2779381163ec325f3d92dd7, '', 0, '?'),
(0xd893852dfab6d1ffe414a39cd4cec8d1, 'wp-content/themes/twentytwentytwo/assets/images/flight-path-on-gray-b.jpg', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-gray-b.jpg', 1, 0x00000000000000000000000000000000, 0xcbeaa2c9544562bb1885a14211173b0b, 0xcdbdce310e3dcd8df21be84e5d1b7a5df9f277176eab401eaa78d861a9a14805, '', 0, '?'),
(0x9358f981ba6b1dd083bebf0ef2a68dca, 'wp-content/themes/twentytwentytwo/assets/images/flight-path-on-gray-c.jpg', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-gray-c.jpg', 1, 0x00000000000000000000000000000000, 0x56a7de2d81ba124c6bfe56221c7dacea, 0x8667712029b809919094403fd61acc656694f5955a339c06166102dcdd20ba2b, '', 0, '?'),
(0x0b87df92d5676f07ea006d81b78cc9d7, 'wp-content/themes/twentytwentytwo/assets/images/flight-path-on-salmon.jpg', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-salmon.jpg', 1, 0x00000000000000000000000000000000, 0xda30c8b6ac8bc2e8e1a135caf8ded753, 0x955c8b61dc236360f1532d3e041be816c149e965ee0d2f4e19b45e776b85949a, '', 0, '?'),
(0xfc70cf83916a659794dde0beb5bff2ce, 'wp-content/themes/twentytwentytwo/assets/images/flight-path-on-transparent-a.png', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-transparent-a.png', 1, 0x00000000000000000000000000000000, 0x165086a3af3783767872a5b23f7aa0ca, 0x680c5ad41fa51a5ce8b0e93ee0e4d07b2534bf9da4460ad3d4921f779fcbaef1, '', 0, '?'),
(0xa8537ef61be13d7d1e25aea0965ee308, 'wp-content/themes/twentytwentytwo/assets/images/flight-path-on-transparent-b.png', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-transparent-b.png', 1, 0x00000000000000000000000000000000, 0x0c3903c8b973b4a3c483f1f2c5a85891, 0x18276875cdb98d07b5441880e01a00fcf5c5cbc5e6548f0fda13f891d9b93f51, '', 0, '?'),
(0x4c3a2f2322d1af6670dab79bc3a51259, 'wp-content/themes/twentytwentytwo/assets/images/flight-path-on-transparent-c.png', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-transparent-c.png', 1, 0x00000000000000000000000000000000, 0x321970e566e7d57bc9a1bce88bebcf03, 0x2e87f050e9f9418ac9f61a7cbe2857c6405d91fc71b1c5c96e416dca700bddfa, '', 0, '?'),
(0x943c2332df79a310c851973b9877f931, 'wp-content/themes/twentytwentytwo/assets/images/flight-path-on-transparent-d.png', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-transparent-d.png', 1, 0x00000000000000000000000000000000, 0x0204c955f1296a87f0c40222e759c19b, 0xd06284bb7181126918488342676562e4eb748901669c1c79960a08f80e40c59f, '', 0, '?'),
(0x53bfb0e1ea42f0a3da777be3fb4e5f3e, 'wp-content/themes/twentytwentytwo/assets/images/icon-binoculars.png', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/assets/images/icon-binoculars.png', 1, 0x00000000000000000000000000000000, 0xc919c6f1fe88ff06cf0697323d352798, 0xd497df264905d9be96e5198fc8a10087e8dc098a0cb35015ad9661215c6337e4, '', 0, '?'),
(0x3c2484c8e6ccfd340bc717a589bfb981, 'wp-content/themes/twentytwentytwo/assets/images/icon-bird.jpg', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/assets/images/icon-bird.jpg', 1, 0x00000000000000000000000000000000, 0x4604792aca6a2b58ca03e0cbf50bd268, 0xb1cf77cf487861138d3f18538540c0dfa6ed5a085777c1bb501dfd77f4498ad0, '', 0, '?'),
(0x898b9420c65d110fe08ad4fc0d621538, 'wp-content/themes/twentytwentytwo/assets/videos/birds.mp4', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/assets/videos/birds.mp4', 1, 0x00000000000000000000000000000000, 0xc15071348d2ff3ad0f2d95bf5355d964, 0x721536917f0fbb2b2cbff7263656d089d44733fcb8748018beab3a923929548e, '', 0, '?'),
(0xfa9a6726d1fdedf153cc3504561aff26, 'wp-content/themes/twentytwentytwo/functions.php', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/functions.php', 1, 0x00000000000000000000000000000000, 0xdf7e2ff53c53e899576585ddd2d820ff, 0xac0aec1168f73dfee2449b9b4dcbe93aa107245189f6ba17c2231302d6320a53, '', 0, '?'),
(0xf1254cc031c48de420fb4ad2d2d99eb7, 'wp-content/themes/twentytwentytwo/inc/block-patterns.php', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/block-patterns.php', 1, 0x00000000000000000000000000000000, 0xc5696058315831deb3c0c0bc38f43856, 0x420e3fa749b002d3a2a963a9f005a4c83118892e50b6267b7609f652eb48d473, '', 0, '?'),
(0x5f869e45656fbe0ae5446f1035c085c4, 'wp-content/themes/twentytwentytwo/inc/patterns/footer-about-title-logo.php', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/footer-about-title-logo.php', 1, 0x00000000000000000000000000000000, 0x92a042b341f277fd060e2d0f4519a744, 0x03496651d3b93ca9829fb9f8624589c84a7c38fe7628389a9743d3eeac01c41a, '', 0, '?'),
(0x0197eb8c1c2c19175dd748963488a331, 'wp-content/themes/twentytwentytwo/inc/patterns/footer-blog.php', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/footer-blog.php', 1, 0x00000000000000000000000000000000, 0x1d49d28a78bd3de05cb7ec12b36bd870, 0xee68ad27cb20ce7608e1fc66474591222a980fe7df2ce9d5dcdf09207c0ce61e, '', 0, '?'),
(0x4e2786f6dc67cee6b92f2e055d1e284c, 'wp-content/themes/twentytwentytwo/inc/patterns/footer-dark.php', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/footer-dark.php', 1, 0x00000000000000000000000000000000, 0x85b985e33d70e393db94d7f725cc1800, 0xff489a2e5bffa667cc8098d98deed273da72592a5268273fd544a9ae63afbf1c, '', 0, '?'),
(0x17af93665c2ca41d745ffcfaf6fb1930, 'wp-content/themes/twentytwentytwo/inc/patterns/footer-default.php', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/footer-default.php', 1, 0x00000000000000000000000000000000, 0x3c5bb54f3c2294b1de44ec936882b41c, 0xc96ef4b6253691ba4fadb228bfeba78716ad5099131e2d639fbe87cf87b64a18, '', 0, '?'),
(0xf7dd16ef17d0b3d9defa8db9d0927977, 'wp-content/themes/twentytwentytwo/inc/patterns/footer-logo.php', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/footer-logo.php', 1, 0x00000000000000000000000000000000, 0xa061f272275bb270b9382fdf3ae1c434, 0x253ec34ea5be916d43f9c1731b8d1150c243117ce7c2609009d3b94c021a9fcf, '', 0, '?'),
(0xf8faf1fc035468e7e15e4d8848f35673, 'wp-content/themes/twentytwentytwo/inc/patterns/footer-navigation-copyright.php', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/footer-navigation-copyright.php', 1, 0x00000000000000000000000000000000, 0x97fc7b1effcb428d9b95ab16fb6ddfb1, 0x7b7fb993d7dc92d1a9966c850d991cadd3b0e6ffd4465ea0463d583935649969, '', 0, '?'),
(0x7a6438c546f34df0fd2453835b879dbf, 'wp-content/themes/twentytwentytwo/inc/patterns/footer-navigation.php', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/footer-navigation.php', 1, 0x00000000000000000000000000000000, 0x259405523046d55a8584003e2656a951, 0xbfb828642e809faf22815caa6e88acf671468077207b1b2fa9d93a186122a89b, '', 0, '?'),
(0x9fb6dd5db3d863a7bc750871a97ca67a, 'wp-content/themes/twentytwentytwo/inc/patterns/footer-query-images-title-citation.php', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/footer-query-images-title-citation.php', 1, 0x00000000000000000000000000000000, 0xcbeb1866fee5662d1fd0448feb7e2912, 0x9401e996c28964c2067d999e181aa962082f80837db4be5b3c33cf68974a9789, '', 0, '?'),
(0x15724d83abc384e7f6f60cb8f065cfd7, 'wp-content/themes/twentytwentytwo/inc/patterns/footer-query-title-citation.php', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/footer-query-title-citation.php', 1, 0x00000000000000000000000000000000, 0x28284d941d0c35d101337c0d267fec56, 0x84f1c15fb4a40a60ea1b8c1aa1c285af280e1315d5c052189a5d076abd41ee04, '', 0, '?'),
(0xe42fc156706bf903fa5ef50642a55ce5, 'wp-content/themes/twentytwentytwo/inc/patterns/footer-social-copyright.php', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/footer-social-copyright.php', 1, 0x00000000000000000000000000000000, 0x3a4c7f36f7cdf369c9ab8e48b241c85d, 0xfa871946b951b0cefb51d0fbc43458d5788ada26ea246c13488ddff9d46b64d8, '', 0, '?'),
(0xf62fb44894c78c86c869f1135bda765b, 'wp-content/themes/twentytwentytwo/inc/patterns/footer-title-tagline-social.php', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/footer-title-tagline-social.php', 1, 0x00000000000000000000000000000000, 0x98d03a66c90e66309cc826cd4cb11135, 0xf40b4c88f497f8ce87ffae4e0e64b367cf67c95178f4b93ea09270428608c4ba, '', 0, '?'),
(0x4246fc4c2ee6d4b1e17fae42b03f1dba, 'wp-content/themes/twentytwentytwo/inc/patterns/general-divider-dark.php', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/general-divider-dark.php', 1, 0x00000000000000000000000000000000, 0xd8b15c16da70d102337027a5bab730fd, 0x099e61c32e7be0eb22d86357cf058da543b17a0ae46aefbe525a23800617e803, '', 0, '?'),
(0x2de2e5e1bc285f5424f52acc5a84e5b7, 'wp-content/themes/twentytwentytwo/inc/patterns/general-divider-light.php', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/general-divider-light.php', 1, 0x00000000000000000000000000000000, 0xda191eb9c35582fd2405b86b83590233, 0x3d62b21c2ce1c4074e1c3e43c19f4df9664805cbb508388f8ed86ff80fef7557, '', 0, '?'),
(0x05d3ff406eebe4ee481e0120a74167d7, 'wp-content/themes/twentytwentytwo/inc/patterns/general-featured-posts.php', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/general-featured-posts.php', 1, 0x00000000000000000000000000000000, 0xc6932963358c3441f0981544c4fe9500, 0x03d610d05ba31883b621fa75912eea97b0957e7e10c8e2ed8a4390a210bd263b, '', 0, '?'),
(0x5a0375e45241ad18518610d5077eb2cd, 'wp-content/themes/twentytwentytwo/inc/patterns/general-image-with-caption.php', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/general-image-with-caption.php', 1, 0x00000000000000000000000000000000, 0x9d5afa15290d5e60764fd821001280c4, 0xa9bf0cdadc3f27c831450a39d35a784731e427d3ed7e3898f40e90e1b15bed1c, '', 0, '?'),
(0x361154be3fff85c6635bf4ab51364d15, 'wp-content/themes/twentytwentytwo/inc/patterns/general-large-list-names.php', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/general-large-list-names.php', 1, 0x00000000000000000000000000000000, 0xb1e07d7b599154f31c2e857fb1c6992d, 0x709220433f92c9b1910008b35989d9970f29f09cffdbb130f5a8e196faa636b0, '', 0, '?'),
(0xbd2f463304a7ef60c600321c31577b59, 'wp-content/themes/twentytwentytwo/inc/patterns/general-layered-images-with-duotone.php', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/general-layered-images-with-duotone.php', 1, 0x00000000000000000000000000000000, 0x6bb33c535ea4b7dfce876431ab91858a, 0xe526fcdac04a543d1c646a39b229f222313df01fc65249439716e4e3bd3c47cb, '', 0, '?'),
(0xe10836e6acccac48340faa4f828424cc, 'wp-content/themes/twentytwentytwo/inc/patterns/general-list-events.php', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/general-list-events.php', 1, 0x00000000000000000000000000000000, 0xa952bf5149476836f8def8cd56c25405, 0xb9c35ef6568e84eafe5b9523a1923ab59139a119d2957447fac1638374b89afd, '', 0, '?'),
(0xbac8ca3fbc4a4ade831325e7ae5f4439, 'wp-content/themes/twentytwentytwo/inc/patterns/general-pricing-table.php', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/general-pricing-table.php', 1, 0x00000000000000000000000000000000, 0xfd781e897e6f2f26dbcbc6a473513afd, 0xaf4a7088638937d2e2d9b072b2d7434e3ccda965f6e21b7f091ded192f87d143, '', 0, '?'),
(0x44ff5d92a34071d02a611d4939e05525, 'wp-content/themes/twentytwentytwo/inc/patterns/general-subscribe.php', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/general-subscribe.php', 1, 0x00000000000000000000000000000000, 0x8309923f65f5233dfee10235c0452173, 0xad50a8d7404e7abd46b4c28601b3f36432d8ae177ce338bdab1449f32579a375, '', 0, '?'),
(0x5db2314904bddae2ce2e497dda97cd8b, 'wp-content/themes/twentytwentytwo/inc/patterns/general-two-images-text.php', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/general-two-images-text.php', 1, 0x00000000000000000000000000000000, 0x87cddf8737e0f27b7aae6b54bb26bec8, 0x35bc2862333a48b4dd5b49f076ad66e646561a850867269880cf303161770371, '', 0, '?'),
(0x3cbcd4c5901ecaa4011347df89e9b039, 'wp-content/themes/twentytwentytwo/inc/patterns/general-video-header-details.php', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/general-video-header-details.php', 1, 0x00000000000000000000000000000000, 0x0fb285896e26a118dfbc83d9614e7806, 0x7fc8f3370bcc8d706f33644f5d2fd73a22a6e52d4ad8fb4e3e2fec993a89bfc3, '', 0, '?'),
(0xdaeba1704e6539ad4f88694558291e21, 'wp-content/themes/twentytwentytwo/inc/patterns/general-video-trailer.php', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/general-video-trailer.php', 1, 0x00000000000000000000000000000000, 0x18fcc7e2a991e6939aec79738379dfc8, 0x899def4004cf7f43e05d905eaf8268c7dee6bfc9dc6236a895174c8e0899aa4b, '', 0, '?'),
(0xe50437a480f02f44761e393112c26a2f, 'wp-content/themes/twentytwentytwo/inc/patterns/general-wide-image-intro-buttons.php', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/general-wide-image-intro-buttons.php', 1, 0x00000000000000000000000000000000, 0x8aa14c77f4df722be1ff0695ed6c47f9, 0xb9562452918559ace0d543431828dd9e373a214a35539e0d8318c815ae50ca37, '', 0, '?'),
(0x9a8d695d365a142b5cb24e755e96a2d5, 'wp-content/themes/twentytwentytwo/inc/patterns/header-centered-logo-black-background.php', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/header-centered-logo-black-background.php', 1, 0x00000000000000000000000000000000, 0xbd70415d1fdf5165985b10a392a31c25, 0x6860a966a63732a04c91ededb8a7ecc02843615c81a46330112d082d3f7bfe9c, '', 0, '?'),
(0x3fe6e66297843e733ae67c743123a778, 'wp-content/themes/twentytwentytwo/inc/patterns/header-centered-logo.php', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/header-centered-logo.php', 1, 0x00000000000000000000000000000000, 0xbc9fdc15fb6310e48f985ac363e29355, 0xeb6f8ec6444758cc249f2922d4dbfb2e10f5419cd0d7b09f53aeae0bdb0b74ed, '', 0, '?'),
(0x4f615fa48fb8622c842bc8377467945e, 'wp-content/themes/twentytwentytwo/inc/patterns/header-centered-title-navigation-social.php', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/header-centered-title-navigation-social.php', 1, 0x00000000000000000000000000000000, 0x3133e1d7c740523703c8cb2e17a4ab67, 0x9d4ecc45d8b59708e411dff3789f5d9f1b9c911fb0645faa0461f69edcb9e0b1, '', 0, '?'),
(0x236a2d61b671efe6da1d9bb490caeb60, 'wp-content/themes/twentytwentytwo/inc/patterns/header-default.php', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/header-default.php', 1, 0x00000000000000000000000000000000, 0x1eec19bdff184f532931576168e9f845, 0x9c28ced1a45857e2af818ed184de17a66d7c1cec0a9e125123b847d058a826ab, '', 0, '?'),
(0x7d28407d2ab43183a92ce1ecf0675be7, 'wp-content/themes/twentytwentytwo/inc/patterns/header-image-background-overlay.php', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/header-image-background-overlay.php', 1, 0x00000000000000000000000000000000, 0x665138332614ec37fa40e18ca93b1331, 0x2787ffc5449e8bfe256a5153216cdf117421edc62ce68cd1014196819a042ab0, '', 0, '?'),
(0x6db5b9983bd5adceea720f31f6eb821f, 'wp-content/themes/twentytwentytwo/inc/patterns/header-image-background.php', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/header-image-background.php', 1, 0x00000000000000000000000000000000, 0x67e17b76651f490937e3e28575b7401e, 0x24894eab0119ccfa90f1091dd09f5ff3daef3430141544f5572d70418d819c5a, '', 0, '?'),
(0x1fe448761bdceadaee7ad0459c225a47, 'wp-content/themes/twentytwentytwo/inc/patterns/header-large-dark.php', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/header-large-dark.php', 1, 0x00000000000000000000000000000000, 0x0ee39d11b4833650a6a45ba9687cd119, 0x4a0e273a077da5a59bbd162ddc60eafd83e0f9f0581e1ade079724dae39e5cea, '', 0, '?'),
(0x34d0308147bcd4d9473fdd91ca44f1ed, 'wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-gray-background.php', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-gray-background.php', 1, 0x00000000000000000000000000000000, 0x1938b9a0942941fe9350cb54cc0b9993, 0xfa37bb925c25479738252a27cc27eaf532d63fc342449d4578651f6cb23f34cd, '', 0, '?'),
(0x367507ac94b8f1fb408caea50088ec4d, 'wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-offset-tagline.php', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-offset-tagline.php', 1, 0x00000000000000000000000000000000, 0x394c56d3096b190c8fabd6b58f0f792f, 0x68e6fcd96afa57e88627f3df67f89b6cb8150049d8a13c2462b35884a29837f5, '', 0, '?'),
(0x0f341f3d17032b96404d4898b35459fc, 'wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-social-black-background.php', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-social-black-background.php', 1, 0x00000000000000000000000000000000, 0x66b27f7b561748a7fa7025a0e08a82b6, 0xb6dfa7be5f8d729145441367a8570d85f4a19ba0a48c2f1127b9d6705a042c35, '', 0, '?'),
(0x415e5cc194d800d245a325eec97be3d2, 'wp-content/themes/twentytwentytwo/inc/patterns/header-small-dark.php', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/header-small-dark.php', 1, 0x00000000000000000000000000000000, 0xc23210fe79dbe3f52302bcfca65b7d18, 0xd473f4678bfa5dd8c29167aab1fa9f9c6ff8e6e50a4500930a256663e74e1c48, '', 0, '?'),
(0xd8ca08ffff7266e2f403934ca4dc53a0, 'wp-content/themes/twentytwentytwo/inc/patterns/header-stacked.php', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/header-stacked.php', 1, 0x00000000000000000000000000000000, 0xbc771d0bf3a52f378737016656b56726, 0xcb76ac45fc782cc325a6254e41e420363bee33342a453b111660d42335161b61, '', 0, '?'),
(0xe3061c071c35efe3f6b4fd98878ca615, 'wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-green-background.php', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-green-background.php', 1, 0x00000000000000000000000000000000, 0x62ca6c6deed89d60351576d7c906ddae, 0x1402dcf5c56b9bc2a87f52ae7e60d94001900498973950c3f25b2968ea625152, '', 0, '?'),
(0x78b42ab1d033753cf265df5ae0ec4822, 'wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-salmon-background.php', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-salmon-background.php', 1, 0x00000000000000000000000000000000, 0x8954baf655bab9be92c11c47240d5b9e, 0x88cdbb57c18eea8ee4f7f3355e60a14618097862a0b019a120fa56c93e982a06, '', 0, '?'),
(0x7dca2791d42c55e6d57413396ced6c7b, 'wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-with-tagline-black-background.php', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-with-tagline-black-background.php', 1, 0x00000000000000000000000000000000, 0x1c28511d6ccda891543ed22da2e60eb8, 0xe476dcaabd061aafef4085a9be6610a5df46edcf36fbbc86df3698c72900c963, '', 0, '?'),
(0x7426d3858d7efedafdfec0c4658791c2, 'wp-content/themes/twentytwentytwo/inc/patterns/header-title-and-button.php', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/header-title-and-button.php', 1, 0x00000000000000000000000000000000, 0xefc3da4dff03f9fb72d93d572bbe57c0, 0xd2b53b5c52fb6e44969f79bafabd9d8181558a1223d7e6bf6da7ad1913fe61af, '', 0, '?'),
(0x55cc08d73de318fec51d3ebc13867758, 'wp-content/themes/twentytwentytwo/inc/patterns/header-title-navigation-social.php', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/header-title-navigation-social.php', 1, 0x00000000000000000000000000000000, 0xcb3597f4bad25d8150ed1722ca46a02e, 0xf213edb4067f06f7f3e3572208ef97c366ef2331adffab457462fa906ae30111, '', 0, '?'),
(0xb47ab64f58663e6b1116e15a62f071dc, 'wp-content/themes/twentytwentytwo/inc/patterns/header-with-tagline.php', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/header-with-tagline.php', 1, 0x00000000000000000000000000000000, 0x776ef8b94f2f8952720b77f09ef24c4f, 0x71b486e5ce8de665a5f1a9319d30ae710fd545951041e6794699c9abe05694e3, '', 0, '?'),
(0x27d92e4b3985309aeca2f38398d1d4b6, 'wp-content/themes/twentytwentytwo/inc/patterns/hidden-404.php', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/hidden-404.php', 1, 0x00000000000000000000000000000000, 0x65dca7d038c86eade94de912641001fc, 0xecd64c6c58ded3dc122a0fa3b3c2e7c9e5389f48e79edc24585e3f854415c478, '', 0, '?'),
(0x0f1a99a9c60d9b0e5c08cdd6391027fb, 'wp-content/themes/twentytwentytwo/inc/patterns/hidden-bird.php', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/hidden-bird.php', 1, 0x00000000000000000000000000000000, 0xf263dc7e1cff4c9641e8ab2235f019c4, 0x711f6d94690d088704df3c87d0819788ddb60dd03acce3073bc79a68a687b60b, '', 0, '?'),
(0xe49b0b68df1d05d1ba74011f5835f555, 'wp-content/themes/twentytwentytwo/inc/patterns/hidden-heading-and-bird.php', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/hidden-heading-and-bird.php', 1, 0x00000000000000000000000000000000, 0x70f8292a43bd371e7c81a04b71f6cdf8, 0x32c063e40a0bf6d2b35a0f42355ed044846155cac8b7e8362d2747ee63e946ef, '', 0, '?'),
(0x5a063cff5b4b551175a30c65a7b48c86, 'wp-content/themes/twentytwentytwo/inc/patterns/page-about-large-image-and-buttons.php', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/page-about-large-image-and-buttons.php', 1, 0x00000000000000000000000000000000, 0x14df84038318c79f1339348040e210a2, 0x5cb4f2962665a0703c838d9cd9e4a59f6f4773d8b48177ab585b477e9453f1da, '', 0, '?'),
(0x8863823737adbc2a4218993211f692d8, 'wp-content/themes/twentytwentytwo/inc/patterns/page-about-links-dark.php', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/page-about-links-dark.php', 1, 0x00000000000000000000000000000000, 0xa34b4cc93f301001abe9c00fba5db5c6, 0x4e38a92c2ee7daae6ca3a86fc95444ac98eed898527ce839b063cc7b9e3777f7, '', 0, '?'),
(0x3da8b8f7de42f8ac846c12c42949cace, 'wp-content/themes/twentytwentytwo/inc/patterns/page-about-links.php', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/page-about-links.php', 1, 0x00000000000000000000000000000000, 0x55cbd4fc37ed547ee540950aa42e4482, 0x03fa26abce440a0d0f9e1fdbfd0f033c7ed40da72f34b02411180c725f878394, '', 0, '?'),
(0x62620a8e6e5c040f56e7c8ef926f1026, 'wp-content/themes/twentytwentytwo/inc/patterns/page-about-media-left.php', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/page-about-media-left.php', 1, 0x00000000000000000000000000000000, 0x0920737f1986db093c164f54e49abc3f, 0xeacd81aceb00c43c15e1c88d92c28d1cffec983fe72d290faaf8c066de7a5348, '', 0, '?'),
(0x94a301872b50edf3259a3894e8ce4200, 'wp-content/themes/twentytwentytwo/inc/patterns/page-about-media-right.php', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/page-about-media-right.php', 1, 0x00000000000000000000000000000000, 0x8a80a6e3c8e7744fb7b5501c52252f94, 0xa1c4fb28728703928c0721d923089514f27538627c4f362cf794104a66ada20f, '', 0, '?'),
(0x6d4a9f4740057a27e9438e3bb6517321, 'wp-content/themes/twentytwentytwo/inc/patterns/page-about-simple-dark.php', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/page-about-simple-dark.php', 1, 0x00000000000000000000000000000000, 0x93769eda0695f32404c7560e263ec25f, 0xa240e21d4032d06f307c8a86c4065b808db5fc7763a7d4570643074b46a427ef, '', 0, '?'),
(0xed192c2ba84cfaf9b3b05c83ff4163d5, 'wp-content/themes/twentytwentytwo/inc/patterns/page-about-solid-color.php', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/page-about-solid-color.php', 1, 0x00000000000000000000000000000000, 0xdc66bc85e4cc418ba8f6f5276d50ab68, 0x6d9193ba9ea56d83dbe53d6e6a0670dfae85afc80d7dc56cf195380fa8c39e88, '', 0, '?'),
(0xadca6265ef650785b9ca6ecef0d974cd, 'wp-content/themes/twentytwentytwo/inc/patterns/page-layout-image-and-text.php', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/page-layout-image-and-text.php', 1, 0x00000000000000000000000000000000, 0xf1da3781149c97a2784444867081da78, 0xf2937eb93b834d3348c46ee10e189a00da7bb27a5fe8be3ba41697925228ddd3, '', 0, '?'),
(0x9adbd67e1dad200767d8806ad7389c8c, 'wp-content/themes/twentytwentytwo/inc/patterns/page-layout-image-text-and-video.php', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/page-layout-image-text-and-video.php', 1, 0x00000000000000000000000000000000, 0xbdfc06daf0694ad9b9db382e57c94212, 0xba3c1c32a8b2d8633485f22270fd00546f21a3cc529277434b78b6440413ce02, '', 0, '?'),
(0xafee991329764e37867082a5852e532b, 'wp-content/themes/twentytwentytwo/inc/patterns/page-layout-two-columns.php', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/page-layout-two-columns.php', 1, 0x00000000000000000000000000000000, 0x410a1927c9c94b3344eeec093b179565, 0x301456f06f6aec7e45604cf1b1c3f9270ab038967e52b76b625ab87b730e2884, '', 0, '?'),
(0x5bdbf671ee131045279c61e73fbf899e, 'wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-blog-posts-right.php', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-blog-posts-right.php', 1, 0x00000000000000000000000000000000, 0xc0dce402448d1213d5fcba920a5cf521, 0xa9fbff2aced730a224970493622b44571ed39fb227122891b571ac16052e1ade, '', 0, '?'),
(0xdb99c88211d40627d12eb79c674a5c65, 'wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-blog-posts.php', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-blog-posts.php', 1, 0x00000000000000000000000000000000, 0x776821c9f452ad7c1ac3c322fc7ca530, 0x6a04498f93572b7b46d0a1b18c0cda4bb99fce0df041679509babca228588338, '', 0, '?'),
(0xd3ca7c7f2b0658c2868d611949e82fef, 'wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-grid-posts.php', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-grid-posts.php', 1, 0x00000000000000000000000000000000, 0x91daa9c2714d5e7407926f182b8425f6, 0x0e3f0adba1d307f92e3d62038465de66516b6a00c57b70d67c9ee84ce2600bb9, '', 0, '?'),
(0xadebdbd42e57d6745f44b4bdd1f23387, 'wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-poster.php', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-poster.php', 1, 0x00000000000000000000000000000000, 0x5742b5115c1f55367440989ff9579ec2, 0x1e5a025ff630ad5f5a87c3a3dbd392e069927845fcde8735f50cf513b87c51d7, '', 0, '?'),
(0xc927fe715242fa496f90c7fb97c18100, 'wp-content/themes/twentytwentytwo/inc/patterns/query-default.php', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/query-default.php', 1, 0x00000000000000000000000000000000, 0xdfa9bf1cb4a8cf387a0187a73442b18c, 0x38dc7acee53e5f289d7a6737912f423f02d2fe345a30f9700046b9731fa05ce4, '', 0, '?'),
(0x55c618b3bbf442547b3c83505d4a6693, 'wp-content/themes/twentytwentytwo/inc/patterns/query-grid.php', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/query-grid.php', 1, 0x00000000000000000000000000000000, 0xc4e29e7f43dbf383c37ce42491d240b6, 0x846830d6d59252fdac5908e1946ebf1677dc40ed0e3e5a3c995495c44e2b749f, '', 0, '?'),
(0xafbcbff9e7a2d490f69ae6665711224e, 'wp-content/themes/twentytwentytwo/inc/patterns/query-image-grid.php', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/query-image-grid.php', 1, 0x00000000000000000000000000000000, 0x31783b991ddf0e1e0fa213ee3a79c856, 0x73be2f858f31b19e4bfbf42db0e6cb91e78a599e037899928b1679f165dfbd90, '', 0, '?'),
(0xe420063e1f681e8a7b3abb28c8ef2b37, 'wp-content/themes/twentytwentytwo/inc/patterns/query-irregular-grid.php', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/query-irregular-grid.php', 1, 0x00000000000000000000000000000000, 0xfc7c2d2b03ec41fa0ba9fc0673e59aa4, 0x694a8136bbaf2c2c548d7ca76883bd58ee2ae609d2c5026908f8e884c29fd5c7, '', 0, '?'),
(0x2991d6b166f50c917e0f107bcd47f3a5, 'wp-content/themes/twentytwentytwo/inc/patterns/query-large-titles.php', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/query-large-titles.php', 1, 0x00000000000000000000000000000000, 0x2318de2e2faf2e6e682dd8c958da82e1, 0x274b47d48cf0e80695d060ba36d4c839f188260ebd2512008fcf4d7c5c1cf079, '', 0, '?'),
(0xf95c1a7d07b5e2641899167150304712, 'wp-content/themes/twentytwentytwo/inc/patterns/query-simple-blog.php', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/query-simple-blog.php', 1, 0x00000000000000000000000000000000, 0xb9ffa3d588f29b50b788c9b52a2d0172, 0x4657b02aaaeb23816100a180e03b8c2ba2c147227bc939228b8a6e6bae418dda, '', 0, '?'),
(0x4a8a2eb64647d814fb015a843763d895, 'wp-content/themes/twentytwentytwo/inc/patterns/query-text-grid.php', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/query-text-grid.php', 1, 0x00000000000000000000000000000000, 0xb427297a1357239de0fc4306f24b1821, 0xeca1aa227a3e2fb0fd57cbaae3fdc9d8b5202d9f8d72dab5764dce6f0b01f021, '', 0, '?'),
(0x5b2661d964859f586df130faa659980b, 'wp-content/themes/twentytwentytwo/index.php', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/index.php', 1, 0x00000000000000000000000000000000, 0xaf5f35d4507f10bd5b4f61ee6eb876db, 0x868b6ba41d985cea688804138e366b851b05a64b3426fc6d79308f67f880f446, '', 0, '?'),
(0xa52b144936cfc0d0b732e2d801c20596, 'wp-content/themes/twentytwentytwo/parts/footer.html', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/parts/footer.html', 1, 0x00000000000000000000000000000000, 0xe4a721f63e780129ff5629508945a547, 0xe3314a67f6f8a6d16ed26b5fd964c1ff4e5b250651ba60f6e27cc4218a286332, '', 0, '?'),
(0xd16daa3fe75c9affcfaa6147f2ae46f4, 'wp-content/themes/twentytwentytwo/parts/header-large-dark.html', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/parts/header-large-dark.html', 1, 0x00000000000000000000000000000000, 0x4efdd4bb86f7555f1d9b6d6c00425935, 0x9b1626ae87304d2f574762768b3ff5c0e9bacb316d2e9917febc32cc25060776, '', 0, '?'),
(0xeb53fc2effc4ca10ffd0f4ae0cb3c2ae, 'wp-content/themes/twentytwentytwo/parts/header-small-dark.html', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/parts/header-small-dark.html', 1, 0x00000000000000000000000000000000, 0x4921b787365e1f58a8c1f79b512bd267, 0x0924cdf7246f97fd70c3b18c79322274af416b9b2ccbcf63ad1aeebe49790e18, '', 0, '?'),
(0x5668ee06d1586ecc41d5f32ee132997a, 'wp-content/themes/twentytwentytwo/parts/header.html', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/parts/header.html', 1, 0x00000000000000000000000000000000, 0x3de53cb29c0d3c61d26b0b54f5eefd5b, 0x627f238d543b8b69386275aa84e5c2a2fc0fd92c95509240d38968352e2ab1c5, '', 0, '?'),
(0x5a91813813a40a9aab84cf9de51d80e0, 'wp-content/themes/twentytwentytwo/readme.txt', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/readme.txt', 1, 0x00000000000000000000000000000000, 0xf5a94ef576bbffc413600d18808bd894, 0xdf50ffe32bce8a2176a92e892d90eb9201f1982b87cdc63341f33f5275cc2ceb, '', 0, '?'),
(0xe8cda94032ed1cd30c1a661c1b919f6c, 'wp-content/themes/twentytwentytwo/screenshot.png', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/screenshot.png', 1, 0x00000000000000000000000000000000, 0xfa3e1ba2ee701c83b1a40d204c46a57a, 0xac9f3f43e49d1c2dfddfe6acb3aa94985936d0d16327e61a7677943d12292a6f, '', 0, '?'),
(0x44dc166f94175e7e6deefd8b397997a6, 'wp-content/themes/twentytwentytwo/style.css', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/style.css', 1, 0x00000000000000000000000000000000, 0x9292e836e166b894cf5a053f04076985, 0x7775e8abaa6c4b203341e113093b241575e446da50ac478017a7d2380f52f001, '', 0, '?'),
(0x5eb6cbb7e08a9b66ca51f46879e8cbbd, 'wp-content/themes/twentytwentytwo/styles/blue.json', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/styles/blue.json', 1, 0x00000000000000000000000000000000, 0xacf002f07188eb45743a1cd91d582bb9, 0x7a1b1c7e4a2a26b21353bbb07c23a3004c8ee0cb58b8284d8829ee79767a6a67, '', 0, '?'),
(0x76fc19f7021c06fc147883d3465e2244, 'wp-content/themes/twentytwentytwo/styles/pink.json', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/styles/pink.json', 1, 0x00000000000000000000000000000000, 0xe91d076bf4bc0632268d49d4b1ae78b6, 0xdce97c7065a91c56385900d99568805a1fb627c0cc6afd6f5742029dfe77cc0a, '', 0, '?'),
(0xf149ca028a1b5279be64afa85cb4d34b, 'wp-content/themes/twentytwentytwo/styles/swiss.json', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/styles/swiss.json', 1, 0x00000000000000000000000000000000, 0x6da8834c0bb9d63d2429dec1418a7845, 0x006370e3ad522fbc078b3a9f8f605c2d6aca5f70675fabcc7c3bb77b2ffe3206, '', 0, '?'),
(0x3aa09dc8f8f7321cdad33715ad977410, 'wp-content/themes/twentytwentytwo/templates/404.html', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/templates/404.html', 1, 0x00000000000000000000000000000000, 0x386fc90bd36df3f711c22cf3e62a008b, 0xfef635f8b11fc2cf4b07f2fac1bd29161d603001550964fa8d739f94cdb31d54, '', 0, '?'),
(0x9365dc98e54879b7845dabbaff6fee14, 'wp-content/themes/twentytwentytwo/templates/archive.html', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/templates/archive.html', 1, 0x00000000000000000000000000000000, 0xca30a7d5bc77e21b9e458d0e1b1f2774, 0xd29eb43113aa111c9367f932e29109d7d4cabb13b4429873060db6c756584cf1, '', 0, '?'),
(0xf5ad6ef6c14a04c8c49c04fd40655147, 'wp-content/themes/twentytwentytwo/templates/blank.html', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/templates/blank.html', 1, 0x00000000000000000000000000000000, 0x7466de6912d8f3290dcd9a42fdeb849e, 0x767831d5bba57d80e9308b0f2f773390bcdee063c7150c916719eb281b0c70dd, '', 0, '?'),
(0xbb1a7388971287b7e687d80254e019a5, 'wp-content/themes/twentytwentytwo/templates/home.html', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/templates/home.html', 1, 0x00000000000000000000000000000000, 0x151a6daf491a3a3e189bd32762e4cb28, 0x38c32153cd7ced77dae872441e7c0617dbbd93c7c4861f1b2f1752cc187c7956, '', 0, '?'),
(0x353920e627e09d19d8d41998764add7d, 'wp-content/themes/twentytwentytwo/templates/index.html', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/templates/index.html', 1, 0x00000000000000000000000000000000, 0x1f4951dec826bd187a4d2cfefa36a958, 0xb8dde6e13aa504262abb8ce662c01132667d768b51aa2c2e99d0efa5d5aabacb, '', 0, '?'),
(0x8ae37461be0ed2d1562f1b3ea2965086, 'wp-content/themes/twentytwentytwo/templates/page-large-header.html', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/templates/page-large-header.html', 1, 0x00000000000000000000000000000000, 0x033c1a7addba9aa1c37eb48af7c7a184, 0xf48b4723276026cb0f81bdd66642c6e408210f8495db33608eb0c3e9aff2fb1c, '', 0, '?'),
(0x61d111799b39e7987d606e92b26cae0f, 'wp-content/themes/twentytwentytwo/templates/page-no-separators.html', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/templates/page-no-separators.html', 1, 0x00000000000000000000000000000000, 0x67cc09be6c709e47055181d94f05fc6c, 0x80a1b7aa384648133e162f3ee828590fcc82665857093d30261f260dff090d16, '', 0, '?'),
(0x6e6bb4582a1c56c0911aa19c4c6407e3, 'wp-content/themes/twentytwentytwo/templates/page.html', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/templates/page.html', 1, 0x00000000000000000000000000000000, 0x69ae5d3661d8b02b65f3fe0eaaec1eb8, 0x276674e01e0e67e08e78d53949a5b138266c3c095000af27b90d51ce6828c033, '', 0, '?'),
(0x4345765a3e140849a541ca908b056d60, 'wp-content/themes/twentytwentytwo/templates/search.html', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/templates/search.html', 1, 0x00000000000000000000000000000000, 0xe4d0709832043182ddeacde3b61925d8, 0x1bbf672edf1e68ee9fc04cd9b2f489928485d5949b0074a075f4401b8e16cad0, '', 0, '?'),
(0xf0ea3bcc621ef828982eaae7c1285391, 'wp-content/themes/twentytwentytwo/templates/single-no-separators.html', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/templates/single-no-separators.html', 1, 0x00000000000000000000000000000000, 0x3421066511749ae9b69b6202d5f62c1d, 0x23d41b57b6c856d94350647692fcbbcf4a0af8b31e4204966f340398de2c513b, '', 0, '?'),
(0xdc14ba1f1b8b8ebcc62c0e5a8aec82a6, 'wp-content/themes/twentytwentytwo/templates/single.html', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/templates/single.html', 1, 0x00000000000000000000000000000000, 0xacf11d7a6fb8794e5d03c9bd32b4b804, 0x0068dd6bf89bda055176db36509fff722297a13a52462ee86d8f240cf5cfad49, '', 0, '?'),
(0x8cb694b518b4a2f2adf87e652f138321, 'wp-content/themes/twentytwentytwo/theme.json', '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/theme.json', 1, 0x00000000000000000000000000000000, 0x9b4bec7c3895ae82db0902c2d543cf9e, 0xbc108a5ff8e0c97c9375070424ccc1ee20dc8f31383abb43045e6a0d7660f6a1, '', 0, '?'),
(0xdaf7ad945390f0374e449c96f7987665, 'wp-content/uploads/evf-logs/index.html', '/home/www/iamctv.com/wp-content/uploads/evf-logs/index.html', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x997873d4b6f5c79785be8c5e889760fc, 'wp-content/uploads/wc-logs/index.html', '/home/www/iamctv.com/wp-content/uploads/wc-logs/index.html', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x7ece94b4152c067aa4e147ef688706de, 'wp-content/uploads/woocommerce_uploads/index.html', '/home/www/iamctv.com/wp-content/uploads/woocommerce_uploads/index.html', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x2aabcee07776812ea757737d85af9a00, 'wp-content/uploads/wtitan-logger/logs-e48f019dc8e7cee1fb09c1770edebd4c/index.html', '/home/www/iamctv.com/wp-content/uploads/wtitan-logger/logs-e48f019dc8e7cee1fb09c1770edebd4c/index.html', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x26c9dfeb095014f0730c686375137353, 'wp-content/wflogs/attack-data.php', '/home/www/iamctv.com/wp-content/wflogs/attack-data.php', 0, 0x23d8ad0abeeec5798f490262bd0ddb0d, 0x23d8ad0abeeec5798f490262bd0ddb0d, 0x6c878e34044571ae7bb6ae91a0a0b6efd71b9f277767d733311ea063ae773ab3, '', 0, '?'),
(0x35b123748a3552bdd1884ba9f3edf5d4, 'wp-content/wflogs/config-livewaf.php', '/home/www/iamctv.com/wp-content/wflogs/config-livewaf.php', 0, 0x75039855fdb2bc307817ff14fc9cf092, 0x75039855fdb2bc307817ff14fc9cf092, 0x408ce9ddbe716820a8c7da633fb1cdad79bc6c8876d233258b29a677972762d9, '', 0, '?'),
(0x383f3642880dbeddf7706c32ba52dc78, 'wp-content/wflogs/config-synced.php', '/home/www/iamctv.com/wp-content/wflogs/config-synced.php', 0, 0xaab55244743cdf5daf0bec228254ea20, 0xaab55244743cdf5daf0bec228254ea20, 0x94a42ce972f006599d8b61ab65e1396ac14ccbee4990709aa832e7baba64c6ff, '', 0, '?'),
(0xd1f286bed45fa75623f0aafeade64274, 'wp-content/wflogs/config-transient.php', '/home/www/iamctv.com/wp-content/wflogs/config-transient.php', 0, 0xb18a7fa1bbcbac7b29e52fc15b89d3ba, 0xb18a7fa1bbcbac7b29e52fc15b89d3ba, 0x6bde24a06f708224d7d04f44d0f567726e0269d4bf67a91d16b01359eb90ceaf, '', 0, '?'),
(0xd355f7806ed02f7c724019daaaf2d7c1, 'wp-content/wflogs/config.php', '/home/www/iamctv.com/wp-content/wflogs/config.php', 0, 0x3faaab7fa3f1270857468b34d6276cd4, 0x3faaab7fa3f1270857468b34d6276cd4, 0x80c1899c22b60a500a30e554e1eb7af9b13acbd66fd2ea0eaff6f218e33afddc, '', 0, '?'),
(0x13cc1041c26fda21cc56e1eac5b36076, 'wp-content/wflogs/ips.php', '/home/www/iamctv.com/wp-content/wflogs/ips.php', 0, 0x6c43a40c1b64628def2ea7cbb4eb8376, 0x6c43a40c1b64628def2ea7cbb4eb8376, 0x5a5d5b578d128b509a7dc32cfbfebf969e8307372af671e4e10ae3e6c691a1e1, '', 0, '?'),
(0x879e21bfde45aaa953378f789683c8e6, 'wp-content/wflogs/rules.php', '/home/www/iamctv.com/wp-content/wflogs/rules.php', 0, 0x32f2d14591d6588d857cecf1758e2d2b, 0x32f2d14591d6588d857cecf1758e2d2b, 0xc9133fd4c44311cd7a9f1ea2e2dd583deffe6e96bc86ec86f9c2c9b41fdce535, '', 0, '?'),
(0xa80519ed7f3523c12238ad25601f7d7f, 'wp-content/wflogs/template.php', '/home/www/iamctv.com/wp-content/wflogs/template.php', 0, 0x6c43a40c1b64628def2ea7cbb4eb8376, 0x6c43a40c1b64628def2ea7cbb4eb8376, 0x5a5d5b578d128b509a7dc32cfbfebf969e8307372af671e4e10ae3e6c691a1e1, '', 0, '?'),
(0xe361dd4f6a1c27f7c5bb442ad6815634, 'wp-cron.php', '/home/www/iamctv.com/wp-cron.php', 1, 0x00000000000000000000000000000000, 0x16cbac7a138d498f9115209fdb3b5e37, 0x970e86c16c9a4cec6e0cb98fa3af4881433b5bbc2028d8bc6f7c9c44ec193be4, '', 0, '?'),
(0x8e8483f976fcb48a08cf8ce98c5939d3, 'wp-includes/ID3/getid3.lib.php', '/home/www/iamctv.com/wp-includes/ID3/getid3.lib.php', 1, 0x00000000000000000000000000000000, 0xe35dfc5977c44157e966fc14a88199cc, 0xdede02ccb2ef5c3135b48ddecd24a15222729ffbc733bcadf2e29c62e9af82fd, '', 0, '?'),
(0x6402f5e53a77a4eed04fcdd086171513, 'wp-includes/ID3/getid3.php', '/home/www/iamctv.com/wp-includes/ID3/getid3.php', 1, 0x00000000000000000000000000000000, 0x9ab554f278f4dcac951ee74d5ec920ac, 0x9f8790f370f666a342272ffc6f46b7bf1c158049fc12875cded46c83d488f03b, '', 0, '?'),
(0x39d58dd2a2d5ec39f1eb640d12eb8a59, 'wp-includes/ID3/license.commercial.txt', '/home/www/iamctv.com/wp-includes/ID3/license.commercial.txt', 1, 0x00000000000000000000000000000000, 0x0a3b670896fc4a8067adb2c6d978418e, 0xbb745f32bf12780eca3c0bb1ec2d8ca3edcb9c7771dd49bf6799c91f1004f318, '', 0, '?'),
(0x7defc890e68a5c4cfcaf608aa7e46929, 'wp-includes/ID3/license.txt', '/home/www/iamctv.com/wp-includes/ID3/license.txt', 1, 0x00000000000000000000000000000000, 0x47d8905625e6505f1117fa0ba8d5b7af, 0x8a493ecfd761a72a52387f3ff19629f670318955cd94c73f32c31d3d6f1997e7, '', 0, '?'),
(0x442ef7ee88f63a95000fbea553d45238, 'wp-includes/ID3/module.audio-video.asf.php', '/home/www/iamctv.com/wp-includes/ID3/module.audio-video.asf.php', 1, 0x00000000000000000000000000000000, 0x95d0bcdeb82ef4c742669e1473e45041, 0xa04be685006a4f60a0a0cd7b2c8eefb4a82101d1a724747206d43aaeea70b83e, '', 0, '?'),
(0x780947214ee4b724a52e9a648e5462ef, 'wp-includes/ID3/module.audio-video.flv.php', '/home/www/iamctv.com/wp-includes/ID3/module.audio-video.flv.php', 1, 0x00000000000000000000000000000000, 0x2804decde9415a1b3fac2178263368c5, 0xa5375440fc37cc6c8db145ecc59323a1f8b1a3a856f02cc44c69ee8bd01127ad, '', 0, '?'),
(0xd66fd2a82a4b02eeea6f98377b83203c, 'wp-includes/ID3/module.audio-video.matroska.php', '/home/www/iamctv.com/wp-includes/ID3/module.audio-video.matroska.php', 1, 0x00000000000000000000000000000000, 0x9cc222eb58e8080454eb10127050e07a, 0x75c150e16b8c5f3f92d1d128be8e5d5cb1c84f3539ef617bc010116efac318ff, '', 0, '?'),
(0x548c8ab3766d3f2cb361dee9e35434ea, 'wp-includes/ID3/module.audio-video.quicktime.php', '/home/www/iamctv.com/wp-includes/ID3/module.audio-video.quicktime.php', 1, 0x00000000000000000000000000000000, 0x79ffbb9ff88bbd6df8f7819c5d7fbba6, 0x6561e579be181a956f2a403003581c9627b4c8ba6fe3448bfbf2935d78de0649, '', 0, '?'),
(0xd816c01a768c493a776de4b2277e4b2d, 'wp-includes/ID3/module.audio-video.riff.php', '/home/www/iamctv.com/wp-includes/ID3/module.audio-video.riff.php', 1, 0x00000000000000000000000000000000, 0x81ab0fb2f720473060332b7b5050ebd0, 0x96c0f4876e5a85f9cabd83d3fb5ae588ffa750d1cd48e5eecf2a4924a9931bfb, '', 0, '?'),
(0x94b1a6ae4cd8e21736090cd8c0e8d7b3, 'wp-includes/ID3/module.audio.ac3.php', '/home/www/iamctv.com/wp-includes/ID3/module.audio.ac3.php', 1, 0x00000000000000000000000000000000, 0xda3e59bfbf07d3e61a6b30e3614d181e, 0xa562b0b45e239afdc2a82874f15eb772df98037a050b8fb8e539f246d3efedad, '', 0, '?'),
(0xc7b35caadd5f4c2d11065980c58c2524, 'wp-includes/ID3/module.audio.dts.php', '/home/www/iamctv.com/wp-includes/ID3/module.audio.dts.php', 1, 0x00000000000000000000000000000000, 0xba6c6c41d3f532f5d410ebcc8be9bf1c, 0x1a866148c8f5028cfd72b50cdfce2541b5eff13624604875ac54ee3679de3495, '', 0, '?'),
(0x40f8912be254ce8427b7b78fa518d9a4, 'wp-includes/ID3/module.audio.flac.php', '/home/www/iamctv.com/wp-includes/ID3/module.audio.flac.php', 1, 0x00000000000000000000000000000000, 0x40704cfb4092dbc5450784bddd7bf59c, 0xfad6bc339ff274b23436246179c621f8aacdd6a6c89314dab2b06823eca97bb6, '', 0, '?'),
(0xbe8397f14e1ee9c4f5fe40bd28ba3397, 'wp-includes/ID3/module.audio.mp3.php', '/home/www/iamctv.com/wp-includes/ID3/module.audio.mp3.php', 1, 0x00000000000000000000000000000000, 0x73a3d83187d76246b7fb098ccb79e92c, 0x913826e39ffd19c5f62a45c9fa8a88eba0b44221d58fcb37688d45562d8a8fb8, '', 0, '?'),
(0x3a18ae7c4cfb483628cedf63b56782d6, 'wp-includes/ID3/module.audio.ogg.php', '/home/www/iamctv.com/wp-includes/ID3/module.audio.ogg.php', 1, 0x00000000000000000000000000000000, 0x362d3f79d2b81ccff7f6137109c9da5d, 0x7b5937116eef08c42cb706314bc9465b4c481bdd86228dcd35b63b25e4212c85, '', 0, '?'),
(0xce5f292daa5d13edcb8c6b4f09c3f7c3, 'wp-includes/ID3/module.tag.apetag.php', '/home/www/iamctv.com/wp-includes/ID3/module.tag.apetag.php', 1, 0x00000000000000000000000000000000, 0xd39edc380429a6b328ae5a7f4f5621b6, 0x907004b2c49e4eb21b9357e99b6cd1b0115521d6d8c1cfc75b644c13bfc94939, '', 0, '?'),
(0xc1f91f02c1327a73f18efa3478ce4542, 'wp-includes/ID3/module.tag.id3v1.php', '/home/www/iamctv.com/wp-includes/ID3/module.tag.id3v1.php', 1, 0x00000000000000000000000000000000, 0x5f0bfcb190d7f39cbb741bcad2244531, 0x27036642c5d0822bd14e7ccd5b84c1f6b3ec44785c67978f534c417383ec055f, '', 0, '?'),
(0x2c86e1d440b59a686ae47172de9202ff, 'wp-includes/ID3/module.tag.id3v2.php', '/home/www/iamctv.com/wp-includes/ID3/module.tag.id3v2.php', 1, 0x00000000000000000000000000000000, 0xdca9deb0c46fcb6e00394627218f327d, 0xdb96bbd7a325a2afae3dcbe49ae5d7cdfd23e59e3cef4eb4fa62912f24e19719, '', 0, '?'),
(0x893fa0389d94f71998d1c95acfd04ec1, 'wp-includes/ID3/module.tag.lyrics3.php', '/home/www/iamctv.com/wp-includes/ID3/module.tag.lyrics3.php', 1, 0x00000000000000000000000000000000, 0xe299006b8f92459f2ed09af3a0146123, 0x0420022c88773e4d963f25392c07a648149262c7c5dacfd7a51d2af0fcba27a5, '', 0, '?'),
(0x287e36767156ec30f47b8622071c7f07, 'wp-includes/ID3/readme.txt', '/home/www/iamctv.com/wp-includes/ID3/readme.txt', 1, 0x00000000000000000000000000000000, 0x95afa7880085440289d99628f5803a21, 0xdf0d13e20c62afe9d6df9d5401d92e2a02be07eefcc1cf8d561602ad0b955780, '', 0, '?'),
(0x691fa20f993bd9f5269906be6fe2ae3f, 'wp-includes/IXR/class-IXR-base64.php', '/home/www/iamctv.com/wp-includes/IXR/class-IXR-base64.php', 1, 0x00000000000000000000000000000000, 0xee2a36d606d508af44b654e6176599bb, 0x3f465d4caa327d1787d91feb0d53fe400e62d132f74fad6fc7755506274f84aa, '', 0, '?'),
(0xaefb0609fdd3ad67c8b1216e06915087, 'wp-includes/IXR/class-IXR-client.php', '/home/www/iamctv.com/wp-includes/IXR/class-IXR-client.php', 1, 0x00000000000000000000000000000000, 0xc7619cc8c34a1f807d919e21c557ccca, 0x0c5977bde031e603f4762ea3473365f164e5861cb8c384b8ad79604c52095d15, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xb6c16478b9cdd66542c0dd9904cf9f35, 'wp-includes/IXR/class-IXR-clientmulticall.php', '/home/www/iamctv.com/wp-includes/IXR/class-IXR-clientmulticall.php', 1, 0x00000000000000000000000000000000, 0x1fe505488f9b9871ba67c71cd76ca174, 0x86149ed29327624fd2ebe8da45a626c6a7573068c0096f925c601fffdd59add3, '', 0, '?'),
(0x5ae9ce3dd3a7c5720f1f6322b29479ae, 'wp-includes/IXR/class-IXR-date.php', '/home/www/iamctv.com/wp-includes/IXR/class-IXR-date.php', 1, 0x00000000000000000000000000000000, 0x49eeca065664422b0341b74a3f83f923, 0x8717e17b7e9f2823e5a61a36759eeef0a1da2c8cea10d5c73f806a6b32edf160, '', 0, '?'),
(0x5e4800f5427cdbd83419db407a07c1f7, 'wp-includes/IXR/class-IXR-error.php', '/home/www/iamctv.com/wp-includes/IXR/class-IXR-error.php', 1, 0x00000000000000000000000000000000, 0x673622ac95ed755c2733bcb2ad9c628a, 0x2a3fcddba7558f3d8e3fa82c5da4da303d43caf89393a05a2d863644712e9847, '', 0, '?'),
(0x24f3cfab2ff17ffea5ad1f21afb243e6, 'wp-includes/IXR/class-IXR-introspectionserver.php', '/home/www/iamctv.com/wp-includes/IXR/class-IXR-introspectionserver.php', 1, 0x00000000000000000000000000000000, 0x325561be77e43cf849779170864f372d, 0x83ed0abee0c3fb43fefd81039e0750455125d7440d0bd16b2a9e58e9c6c6016f, '', 0, '?'),
(0xff977e25429700837a98ee07f53f6f0f, 'wp-includes/IXR/class-IXR-message.php', '/home/www/iamctv.com/wp-includes/IXR/class-IXR-message.php', 1, 0x00000000000000000000000000000000, 0xda4a01a32fe3017ac42af97acdb7f93b, 0x6c4727e1ed7235b9d1ef9b2b0eb8cc944d68ca53687f713eebe2ad0900cfa60e, '', 0, '?'),
(0x8a77ec1ade13648fcfa2f3fc0d754422, 'wp-includes/IXR/class-IXR-request.php', '/home/www/iamctv.com/wp-includes/IXR/class-IXR-request.php', 1, 0x00000000000000000000000000000000, 0x25702e3c8d53c7a1ea99d47a31cfa204, 0x51e3b52a6bcb5f7d921de10e3283ace93e54fb71173cca5f531cdf3aef5168b4, '', 0, '?'),
(0x97ffb5616cf2569a3f8e66fd1ad1918c, 'wp-includes/IXR/class-IXR-server.php', '/home/www/iamctv.com/wp-includes/IXR/class-IXR-server.php', 1, 0x00000000000000000000000000000000, 0xbdc80664dfb9e097d5022463a839edab, 0x00e47b4dcee15508a10d4e1e2e80298d949d2da4f583c41e6077191148f2eed5, '', 0, '?'),
(0x33ef1ea36e14671b00a4bf5c0009f157, 'wp-includes/IXR/class-IXR-value.php', '/home/www/iamctv.com/wp-includes/IXR/class-IXR-value.php', 1, 0x00000000000000000000000000000000, 0x03929d66fb3ea8356ccdf86a0066e80c, 0xbe3f689c8fe5f8acb2cd872058af140ed81b5550cb194f067c48248931bfb89e, '', 0, '?'),
(0xc1a0feac0a1d20f09de6e6fc84ce287a, 'wp-includes/PHPMailer/Exception.php', '/home/www/iamctv.com/wp-includes/PHPMailer/Exception.php', 1, 0x00000000000000000000000000000000, 0x93ffca756944cd37c78d85804300ec2c, 0xf52ffb0462ae5e752c8acab260a5584ab1b7780220d37ecdf91aa404b4439286, '', 0, '?'),
(0x842b6ff5329ee138b3458c2b4b253bfb, 'wp-includes/PHPMailer/PHPMailer.php', '/home/www/iamctv.com/wp-includes/PHPMailer/PHPMailer.php', 1, 0x00000000000000000000000000000000, 0xc012dce3cf23d4547752da02c6973eb3, 0xdf4036a3d1a528d34e441e2ffd551d17664fdbf6647066d78c6d755f757b29be, '', 0, '?'),
(0x96cec4523a0c5ee6652b783297d96313, 'wp-includes/PHPMailer/SMTP.php', '/home/www/iamctv.com/wp-includes/PHPMailer/SMTP.php', 1, 0x00000000000000000000000000000000, 0xe7d414af165d9da903947ea220f6d515, 0x34f53e5f48357a3832fd1f0dc6cb6afe75cc6f73b7699a6d18e2fe64f16b09bf, '', 0, '?'),
(0xbfb8f7f25ce84d05bc4df8462fb11349, 'wp-includes/Requests/Auth/Basic.php', '/home/www/iamctv.com/wp-includes/Requests/Auth/Basic.php', 1, 0x00000000000000000000000000000000, 0x497d0abad1b404a49f4d1fbb9e225f56, 0x978ad638bcf10e689ff11f73df2b64e0b0c683a69ce111b0142a26e339c9afdf, '', 0, '?'),
(0x4aa23e1fd7e6efa301c5f81022cde42f, 'wp-includes/Requests/Auth.php', '/home/www/iamctv.com/wp-includes/Requests/Auth.php', 1, 0x00000000000000000000000000000000, 0x2b85bbe9d3792d7550fc35b24d39d0bd, 0x6bac1791f1e6be77cf3658164e0d189f03bb97a3e71030da63e7d2d9efd596f2, '', 0, '?'),
(0x186931fc9e457e4eac49e241cd94e0c6, 'wp-includes/Requests/Cookie/Jar.php', '/home/www/iamctv.com/wp-includes/Requests/Cookie/Jar.php', 1, 0x00000000000000000000000000000000, 0x79368481a5a298e4dcfb9735d544d5fa, 0x8ed17f35b6741ec7c2e969ff6b74846a33d80df318e06897768f61634a0d88c1, '', 0, '?'),
(0x53e75ef9376a4b3549364be60e322112, 'wp-includes/Requests/Cookie.php', '/home/www/iamctv.com/wp-includes/Requests/Cookie.php', 1, 0x00000000000000000000000000000000, 0x749b5685e38bd71c73554ec096f364ad, 0x2286bd2b663566286764431793ce3c6907d5087fcbb35d75c6a832d9f511c4bc, '', 0, '?'),
(0xb5c14fc2ad0a098455c9eda097526212, 'wp-includes/Requests/Exception/HTTP/304.php', '/home/www/iamctv.com/wp-includes/Requests/Exception/HTTP/304.php', 1, 0x00000000000000000000000000000000, 0x79eb3b94b750b023531a88307c5dda63, 0x76a6d3439d90870961ce2746de3b80f81ef2b17ada08bb94281b654aed03b14c, '', 0, '?'),
(0x203c40be73819486ee0dc3c546a88c2f, 'wp-includes/Requests/Exception/HTTP/305.php', '/home/www/iamctv.com/wp-includes/Requests/Exception/HTTP/305.php', 1, 0x00000000000000000000000000000000, 0x58f8f700904bebe62f60a11c2cfbab26, 0x48c4c68e1c17f997ddcb2b400cb549eb18b7dc62879a5e3db651764d365f694c, '', 0, '?'),
(0x3850d6a71bea1a05bc4847457d1538da, 'wp-includes/Requests/Exception/HTTP/306.php', '/home/www/iamctv.com/wp-includes/Requests/Exception/HTTP/306.php', 1, 0x00000000000000000000000000000000, 0x57737a071fa1754e50db6adcc9f25875, 0x348155be9d16a7510d31235f66baadbc05a2a2b048a6fb922a4919d1646cbf9f, '', 0, '?'),
(0x480ff1fd598d03665548e87584706401, 'wp-includes/Requests/Exception/HTTP/400.php', '/home/www/iamctv.com/wp-includes/Requests/Exception/HTTP/400.php', 1, 0x00000000000000000000000000000000, 0x7f86f2cb5edd6f41daec68dca633f61a, 0xb364ab3ec4f786bcba09a269ec481caebaacdf6224aa269e6ee8e0ea3697701a, '', 0, '?'),
(0x2fb2fe7de3a6bf4c05fa3b3fca14775c, 'wp-includes/Requests/Exception/HTTP/401.php', '/home/www/iamctv.com/wp-includes/Requests/Exception/HTTP/401.php', 1, 0x00000000000000000000000000000000, 0x2e9ad06fdf1287589a4eba9eec1d52bf, 0x590f56241789f3c4ff2fef1da59f403db2f785c3ee19bb562dbdd80e64630eb0, '', 0, '?'),
(0x2a5c541dd29d29255df3aa791e69442b, 'wp-includes/Requests/Exception/HTTP/402.php', '/home/www/iamctv.com/wp-includes/Requests/Exception/HTTP/402.php', 1, 0x00000000000000000000000000000000, 0x0e18cd88cf9a573a6c9ec7ef19717e19, 0xa56798a94e5109b5a0af1f948a8bf02fe6d8d809b7793593af9190afeaceb863, '', 0, '?'),
(0x9c9f176cdbc0332e09170217584e8202, 'wp-includes/Requests/Exception/HTTP/403.php', '/home/www/iamctv.com/wp-includes/Requests/Exception/HTTP/403.php', 1, 0x00000000000000000000000000000000, 0xf676dec4e8daae0ed75605a73391a292, 0x8749ecf6a96ce945864be0b0d1a6f8a63f5aa312304a54acdaf287e2e1550499, '', 0, '?'),
(0x3b0223bf096ea98fe5dc25221bf59df9, 'wp-includes/Requests/Exception/HTTP/404.php', '/home/www/iamctv.com/wp-includes/Requests/Exception/HTTP/404.php', 1, 0x00000000000000000000000000000000, 0xe0ae1d20ea98d57bf779ca891232a36c, 0xc2d52d2156b008bb3e64a62a076a508c46dd09c83b51c6b5b19a4e3161479c28, '', 0, '?'),
(0x59159bb4b68a62daa77f2cc5fdf74a1f, 'wp-includes/Requests/Exception/HTTP/405.php', '/home/www/iamctv.com/wp-includes/Requests/Exception/HTTP/405.php', 1, 0x00000000000000000000000000000000, 0x0d29714f656c0cdbf1c6e34ee8ca017e, 0x6a1df262e9b1ed9a84cc0ef05e55a8737638d1c28d24628f9db4844de1337992, '', 0, '?'),
(0x8c0ef2466a5d70db20d2eddc41630d70, 'wp-includes/Requests/Exception/HTTP/406.php', '/home/www/iamctv.com/wp-includes/Requests/Exception/HTTP/406.php', 1, 0x00000000000000000000000000000000, 0x2ee88026c2877f91db114cdad05d9804, 0x2c6159d3e07d5052367f140b83eae360bd294b17edfc669e69736d20b8b903e8, '', 0, '?'),
(0x94d7e8ff4e74bb194bf4a35505f285ef, 'wp-includes/Requests/Exception/HTTP/407.php', '/home/www/iamctv.com/wp-includes/Requests/Exception/HTTP/407.php', 1, 0x00000000000000000000000000000000, 0x51782ba9442e3415321800f6ade08dc6, 0x3e1ad4d7db5dc69a9642cc8f587692d8b063af9af1b9d32e4e32c24ed2b9d0af, '', 0, '?'),
(0xbabf87000e6e3a548b717d4b2013f840, 'wp-includes/Requests/Exception/HTTP/408.php', '/home/www/iamctv.com/wp-includes/Requests/Exception/HTTP/408.php', 1, 0x00000000000000000000000000000000, 0xd735c45783b21170eb5d277a417aeeb8, 0xe971ac99f22ad66c6d4bd2a3136bc422d04dff513fca70a78d9261d882e7a634, '', 0, '?'),
(0x589aa406be76961ac692af8a0422eb24, 'wp-includes/Requests/Exception/HTTP/409.php', '/home/www/iamctv.com/wp-includes/Requests/Exception/HTTP/409.php', 1, 0x00000000000000000000000000000000, 0x1c7c3ad4e199ed37bfc8b275151c8f4f, 0x91f7c75f4dd417e13855fcbcab2e7046abf7f9c2778e3a4560f04d4281e2fca7, '', 0, '?'),
(0x85fd1e9b0e54d7ec9691b53a745ba6df, 'wp-includes/Requests/Exception/HTTP/410.php', '/home/www/iamctv.com/wp-includes/Requests/Exception/HTTP/410.php', 1, 0x00000000000000000000000000000000, 0x0e21e724b62d34b633529edba2b455e2, 0x97a53986662f334d4d3b1b2347daaa574f26927453fb4f1a1db1adc018c698f2, '', 0, '?'),
(0x29118d04f8947cfc7b34e62b5dc25828, 'wp-includes/Requests/Exception/HTTP/411.php', '/home/www/iamctv.com/wp-includes/Requests/Exception/HTTP/411.php', 1, 0x00000000000000000000000000000000, 0xe08623c4d79fded0ab98c4452a33d5c5, 0xf61685e855895ebeacaa8b3970ddf426d9eecd0b60f66e4d7bac206e08be154c, '', 0, '?'),
(0x862981c0d2e25968a82ef23bbce8c5a1, 'wp-includes/Requests/Exception/HTTP/412.php', '/home/www/iamctv.com/wp-includes/Requests/Exception/HTTP/412.php', 1, 0x00000000000000000000000000000000, 0xeba91a6375ce094c9dd1f1dc74d60270, 0x53f741953463185c44d235362d8acd23bcbe642ab39fd2d2bdd3be8f52fdfe86, '', 0, '?'),
(0x09982ea6d90835077561ce576b4af898, 'wp-includes/Requests/Exception/HTTP/413.php', '/home/www/iamctv.com/wp-includes/Requests/Exception/HTTP/413.php', 1, 0x00000000000000000000000000000000, 0x51edbecd32c991490ebd579276eb4d5a, 0x0d1103858a7dc0e49fb92d56b1dbdf01b0de0e2765434319ca85e3652d322c30, '', 0, '?'),
(0x5bc559c1d03434f34f72b6956c0230cd, 'wp-includes/Requests/Exception/HTTP/414.php', '/home/www/iamctv.com/wp-includes/Requests/Exception/HTTP/414.php', 1, 0x00000000000000000000000000000000, 0x43c372a44e66017dbd022db0a4e2bdaa, 0xa58d48e0c17fbbd4ccc6da699ee0ed8d63f721a79949292e656888b591afb789, '', 0, '?'),
(0x8cdf7da55e3732c2080712828488b7ae, 'wp-includes/Requests/Exception/HTTP/415.php', '/home/www/iamctv.com/wp-includes/Requests/Exception/HTTP/415.php', 1, 0x00000000000000000000000000000000, 0x986acb7a5ae11f2ced2998e32b8ab818, 0x762514ca5fc400d062246d912660ebf396c528fb3d996d063cd006621a6f3070, '', 0, '?'),
(0x9e67944beb3bfb7146bb56497dfe51ed, 'wp-includes/Requests/Exception/HTTP/416.php', '/home/www/iamctv.com/wp-includes/Requests/Exception/HTTP/416.php', 1, 0x00000000000000000000000000000000, 0x484c740726d79c6b242a41ae6993c5b7, 0xda28e0dd026d796256f56149c56a5770998c1baf282141e9f0eb1fde3c28b158, '', 0, '?'),
(0x50265f23cf27dc047a54e20b868e0873, 'wp-includes/Requests/Exception/HTTP/417.php', '/home/www/iamctv.com/wp-includes/Requests/Exception/HTTP/417.php', 1, 0x00000000000000000000000000000000, 0x6f50d8257ec137356a4e1d86a77d61df, 0x8098804ce15498b2d29824784473019a5ef9681d5f216b43bb223127fc995fd4, '', 0, '?'),
(0xc54480ac9043e819e8d4c346137db1cb, 'wp-includes/Requests/Exception/HTTP/418.php', '/home/www/iamctv.com/wp-includes/Requests/Exception/HTTP/418.php', 1, 0x00000000000000000000000000000000, 0x3833a3396b5c381e27690215b376ecf3, 0x053420ac0836e98eacbdec4d26f024219d32643c9eaa5c097c5c973f67fc0a16, '', 0, '?'),
(0x10de5d50aa4a51c680366fd6a2f7953b, 'wp-includes/Requests/Exception/HTTP/428.php', '/home/www/iamctv.com/wp-includes/Requests/Exception/HTTP/428.php', 1, 0x00000000000000000000000000000000, 0x3fb5b484b5bf3cda5e47d8c222306321, 0x43ea4fb85725930caea474df8fde5912d77cc215d5268b0f309d56c28cd05ccc, '', 0, '?'),
(0xbf4f2fb411c3ac11ee607c67a8075f00, 'wp-includes/Requests/Exception/HTTP/429.php', '/home/www/iamctv.com/wp-includes/Requests/Exception/HTTP/429.php', 1, 0x00000000000000000000000000000000, 0x199bf22686d9cd3969d197b2520537b2, 0x0ff4168b21f3115493ba0e751f776da17435c96f0acc3241226b94df9a7aad03, '', 0, '?'),
(0x8cca9abc7b068028fa8bd05c699f372e, 'wp-includes/Requests/Exception/HTTP/431.php', '/home/www/iamctv.com/wp-includes/Requests/Exception/HTTP/431.php', 1, 0x00000000000000000000000000000000, 0x65932d9d1bdae02ef6ddbc65b18ed33e, 0xebea85b18dac2f1459365fa0eca0d177ca1d04706bb277f6c10fb430ffff18a7, '', 0, '?'),
(0xa80d17b266a0019090e668cf38b01521, 'wp-includes/Requests/Exception/HTTP/500.php', '/home/www/iamctv.com/wp-includes/Requests/Exception/HTTP/500.php', 1, 0x00000000000000000000000000000000, 0x492876724d6dd0fb28de63007b20200a, 0x464f97a10cff151c02563322f8aaf59cef14d4121ebca3aa150f11216bd050f2, '', 0, '?'),
(0xd96c3b0b616ff2b498e2b97efb47d6e1, 'wp-includes/Requests/Exception/HTTP/501.php', '/home/www/iamctv.com/wp-includes/Requests/Exception/HTTP/501.php', 1, 0x00000000000000000000000000000000, 0x10dc00cc6a510263193a86314e086944, 0x936ba547e5afb2e40ace83431d4423be1d36c87508021aebd68445daa3404b31, '', 0, '?'),
(0x08e7e262196d8025b2878adbdaadd6ab, 'wp-includes/Requests/Exception/HTTP/502.php', '/home/www/iamctv.com/wp-includes/Requests/Exception/HTTP/502.php', 1, 0x00000000000000000000000000000000, 0x4c2bee181dde4489e32f6ea5631e5172, 0x150bf12f9288bf7e554a4fa42ec58023b5f245e18bfffa35b42a8a2743c51571, '', 0, '?'),
(0x6ec5a2a829e1ae630e889bde71145e22, 'wp-includes/Requests/Exception/HTTP/503.php', '/home/www/iamctv.com/wp-includes/Requests/Exception/HTTP/503.php', 1, 0x00000000000000000000000000000000, 0x0825a735c6f1c61d793a0f0963783217, 0xbe7db6ac3d33027806fb411039bcaaf1cb6c8fab70010082c6b0d339652e134f, '', 0, '?'),
(0x4f7913997d4d6190cd13885fd6fa9349, 'wp-includes/Requests/Exception/HTTP/504.php', '/home/www/iamctv.com/wp-includes/Requests/Exception/HTTP/504.php', 1, 0x00000000000000000000000000000000, 0x41b50effafaae620776abbd1999739d4, 0xf93caf1098a3932142ac7c24146ba8aebcdd88a01f23208c65ac69142530031d, '', 0, '?'),
(0x20cc0d2409518a5e4328d8c081ede4f5, 'wp-includes/Requests/Exception/HTTP/505.php', '/home/www/iamctv.com/wp-includes/Requests/Exception/HTTP/505.php', 1, 0x00000000000000000000000000000000, 0x17d1de29597ba85112b6fac70c5b94f5, 0x90cbe2ad9bc5fb2069eb7bc85041c4cd866bcefbf107fa64a9a4874d0aa9818c, '', 0, '?'),
(0xd5754723fc29b97cc35eb4acb8110636, 'wp-includes/Requests/Exception/HTTP/511.php', '/home/www/iamctv.com/wp-includes/Requests/Exception/HTTP/511.php', 1, 0x00000000000000000000000000000000, 0xb4dda733f62ae23dda413eae39cdd9c2, 0xfaf349f8a87d372bc695a441f7dce0036ce6acbf42f7f574db2773f7f0740c06, '', 0, '?'),
(0x879f89fba6af3e1c325c6f8629acb7d7, 'wp-includes/Requests/Exception/HTTP/Unknown.php', '/home/www/iamctv.com/wp-includes/Requests/Exception/HTTP/Unknown.php', 1, 0x00000000000000000000000000000000, 0x22c58527c96b3fc03a7ea6e49011b7e8, 0x1740a8ebfe06e233d9231ad0b62f1b2a740dce1e1fdb36063c58effb0d884946, '', 0, '?'),
(0xcac4fc8357e53ec4d29fa2cfeffec85b, 'wp-includes/Requests/Exception/HTTP.php', '/home/www/iamctv.com/wp-includes/Requests/Exception/HTTP.php', 1, 0x00000000000000000000000000000000, 0xa5c9cbc5b3d99e688358aa727e6ed966, 0x6f13fd45c2b2745151621d6f0aaefe19baef72eea15171dae122812fb1828e85, '', 0, '?'),
(0x881baf178d1149792d820ab7c5848d91, 'wp-includes/Requests/Exception/Transport/cURL.php', '/home/www/iamctv.com/wp-includes/Requests/Exception/Transport/cURL.php', 1, 0x00000000000000000000000000000000, 0x659e971b46c8391beaf8948c51a62005, 0x18c55dd0fdc7c230d69938fc91ca7023fc7e86f55c6f1cb1d3813d0b31b314d5, '', 0, '?'),
(0xef724982e5edea96c98035200ec14690, 'wp-includes/Requests/Exception/Transport.php', '/home/www/iamctv.com/wp-includes/Requests/Exception/Transport.php', 1, 0x00000000000000000000000000000000, 0xabbb6cf8da7ae8ea204a0118ab5ed101, 0xa6bafbee03c4bab6cc8cbbe3261c8c15f9b6d6b39686dd34403738e114edf470, '', 0, '?'),
(0x15549ac498355648abacfc501c7bd6f4, 'wp-includes/Requests/Exception.php', '/home/www/iamctv.com/wp-includes/Requests/Exception.php', 1, 0x00000000000000000000000000000000, 0xc3466c6bd9ae903c7605d5775348b25c, 0x2d408e8267202588fca7868c02754f0e4e5c7d406ce0b0cc1ba56627bbe3f3bc, '', 0, '?'),
(0x0ce013f9140f08d42e517d33d2d95489, 'wp-includes/Requests/Hooker.php', '/home/www/iamctv.com/wp-includes/Requests/Hooker.php', 1, 0x00000000000000000000000000000000, 0xb3b2f4b985cc507a1519a934c987462a, 0x740d7b0c10d66b83083f1969ce6be49543060a4c06e3f0839162efcc87dd5779, '', 0, '?'),
(0x5896ea4dbeb79ac378dab3fc4af0b9f6, 'wp-includes/Requests/Hooks.php', '/home/www/iamctv.com/wp-includes/Requests/Hooks.php', 1, 0x00000000000000000000000000000000, 0x85c94151cdfeac553b3ad04248ebe969, 0xaad59afcbe94e82051fbe6869044bc500195ced8820f5f3f79d1608ca3a1f8ab, '', 0, '?'),
(0xa5d420ed5c8fb9dec28594546e80915d, 'wp-includes/Requests/IDNAEncoder.php', '/home/www/iamctv.com/wp-includes/Requests/IDNAEncoder.php', 1, 0x00000000000000000000000000000000, 0xd979e947c3dfdc7d6e0128a559cfeb1e, 0x2f0ec0bf3cb145ff9f3d1443cbfbec24927814ff93124248789a834ad2604a77, '', 0, '?'),
(0xe98154151d7fe14233ba9b0b47f6de7b, 'wp-includes/Requests/IPv6.php', '/home/www/iamctv.com/wp-includes/Requests/IPv6.php', 1, 0x00000000000000000000000000000000, 0xd4f1feaa086ed2a426ad69ca0b980dd2, 0xfe3dd8ed6c6e26ced1f8be84e7c483e64ac7d397b5890ba37ec4c4def785e96c, '', 0, '?'),
(0xaa887d7ab29aee81a423b88099821e1a, 'wp-includes/Requests/IRI.php', '/home/www/iamctv.com/wp-includes/Requests/IRI.php', 1, 0x00000000000000000000000000000000, 0xe9a2659ba6f22861d964d2f9101af243, 0x8ef01122dcfa8919b608eff747c2ef2da8844f8a8c172719b2e642e7a920e35e, '', 0, '?'),
(0x7f77b4279c5065befa46c32bf5905600, 'wp-includes/Requests/Proxy/HTTP.php', '/home/www/iamctv.com/wp-includes/Requests/Proxy/HTTP.php', 1, 0x00000000000000000000000000000000, 0x91e5c729cf955ce55efb139b24b3f1c4, 0x0f3767791aa4a05d014ffdae59a45480ad17f3c162ae501ec79ae6988188fa11, '', 0, '?'),
(0x2379f79ff174102891244e548ffc74a5, 'wp-includes/Requests/Proxy.php', '/home/www/iamctv.com/wp-includes/Requests/Proxy.php', 1, 0x00000000000000000000000000000000, 0x729296e37cb350341126042e7c878710, 0xf3254d758c17d4e42395a867b1011ea15dae7a6ddca6b3f8893889d61ef275b8, '', 0, '?'),
(0x47205865f4b778efc577305cc96f0338, 'wp-includes/Requests/Response/Headers.php', '/home/www/iamctv.com/wp-includes/Requests/Response/Headers.php', 1, 0x00000000000000000000000000000000, 0xbb9d1464564e4431e343d507d9f1e12e, 0x9b3fec5c76a2a8add2a7aa0578ab50c34570c6e7e085fdeca736f405ed214950, '', 0, '?'),
(0xce59b58d15662ff7707799cd0e8c7fa7, 'wp-includes/Requests/Response.php', '/home/www/iamctv.com/wp-includes/Requests/Response.php', 1, 0x00000000000000000000000000000000, 0xc06cf37a295565a2d8e6241d748cc70d, 0x9efd3b2d9b660fcd4ef919a749e391598fa80159dab2bbbded658ad9120e0da4, '', 0, '?'),
(0x55862024413da94865d87cee7ac89628, 'wp-includes/Requests/SSL.php', '/home/www/iamctv.com/wp-includes/Requests/SSL.php', 1, 0x00000000000000000000000000000000, 0x0bd304f453556120ed6fb2d8c808a687, 0xa626a9184b95bf7073d68d79e4ff1a981c403f371f479f9063ae90230445559b, '', 0, '?'),
(0x633401321f6a9ba7ce78e563ecc4641b, 'wp-includes/Requests/Session.php', '/home/www/iamctv.com/wp-includes/Requests/Session.php', 1, 0x00000000000000000000000000000000, 0x2a15cf7c3b88c25545ee2ad518ac7b59, 0x02f87fbd5e1e8feece096e74ba22563813c14d40f548d89f0f5114f7af5b5324, '', 0, '?'),
(0x9060d84087aff0fcd7da590f45ee2104, 'wp-includes/Requests/Transport/cURL.php', '/home/www/iamctv.com/wp-includes/Requests/Transport/cURL.php', 1, 0x00000000000000000000000000000000, 0xe7f21f77255a902a05cbf548a08612b2, 0xd67eb0999be2f763af79688d47b34b9bae537f9fee687550a5a6a5faca6da228, '', 0, '?'),
(0x66bfb8d9cc0f429c0844ea46720d0d9e, 'wp-includes/Requests/Transport/fsockopen.php', '/home/www/iamctv.com/wp-includes/Requests/Transport/fsockopen.php', 1, 0x00000000000000000000000000000000, 0x04e4e4b1068bd88353e8675c0a4742d4, 0xb7ba843919fb19e7b8993b834f5b786097e01d2ae33848c92a729dfd2e9d50ec, '', 0, '?'),
(0x95d21d2ec9494f49a250b2b325158f29, 'wp-includes/Requests/Transport.php', '/home/www/iamctv.com/wp-includes/Requests/Transport.php', 1, 0x00000000000000000000000000000000, 0xa14d1da589bca5c2da2fcad0e38ee40f, 0xc9af4f33659690cd46bbd4e39b86b7d6762b0fa8e30702c0f02e722fdc3e9f2c, '', 0, '?'),
(0x7e418b488467e799e9fea64b0b5480e9, 'wp-includes/Requests/Utility/CaseInsensitiveDictionary.php', '/home/www/iamctv.com/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php', 1, 0x00000000000000000000000000000000, 0xa2679e6ac0bded68d05e0f0082a27b83, 0x6ff106fc980d3102642e5fb6b9662f0be7377116d4418c45bc0c1c95b8921e01, '', 0, '?'),
(0xd0d62f81a81c3f9fe096dadb55f187ea, 'wp-includes/Requests/Utility/FilteredIterator.php', '/home/www/iamctv.com/wp-includes/Requests/Utility/FilteredIterator.php', 1, 0x00000000000000000000000000000000, 0xb5239ae6f8f23642c86ffcac66fa1475, 0xc141531a334809121ec2d55139cdb36fb340685f10afda213153192fa3e87810, '', 0, '?'),
(0x059cfd976b9235538148e5d0e7d0ab1e, 'wp-includes/SimplePie/Author.php', '/home/www/iamctv.com/wp-includes/SimplePie/Author.php', 1, 0x00000000000000000000000000000000, 0x3fff98684b0800aa6bdb31f4cac24e22, 0x4ea99dbfc45cfccf70743389dac6168a2b07072c6cf927d0634f512bcef75a8c, '', 0, '?'),
(0x5506f05c707b1c4afe984fc30e51cb26, 'wp-includes/SimplePie/Cache/Base.php', '/home/www/iamctv.com/wp-includes/SimplePie/Cache/Base.php', 1, 0x00000000000000000000000000000000, 0x62adc49e4198ca96fee4a6b46abde4c1, 0x9be56f4f908f77a2bd7e394bb7f699d634046f5902825b4bf8651cc4cd5c5247, '', 0, '?'),
(0x2c8a68c983733f030f34425bcb5ed59d, 'wp-includes/SimplePie/Cache/DB.php', '/home/www/iamctv.com/wp-includes/SimplePie/Cache/DB.php', 1, 0x00000000000000000000000000000000, 0xd177dbe405b64de9fc0dca8da67c44da, 0x670823e895e889ebdee25d22b068305671fc2918c2309c886ab425d3cde34991, '', 0, '?'),
(0xe9d6e7d9f6562c4540865806829a9079, 'wp-includes/SimplePie/Cache/File.php', '/home/www/iamctv.com/wp-includes/SimplePie/Cache/File.php', 1, 0x00000000000000000000000000000000, 0x500bb7a6383f51d0d4680fd78a14e7a2, 0x7ec5609ff6061501e5ab8ccd3cbdf5421b0ae9b299255dfbe8ad587d1a69b6bf, '', 0, '?'),
(0xf98786f31f49993a3450fa55d2d908c0, 'wp-includes/SimplePie/Cache/Memcache.php', '/home/www/iamctv.com/wp-includes/SimplePie/Cache/Memcache.php', 1, 0x00000000000000000000000000000000, 0x8bf297e3758411c5cd357579537f82a4, 0xe12fbab54dac5bae5174c36e2e3f0bcf874971413f54046a3c9ce5aa776f5249, '', 0, '?'),
(0xc935aa6944891c0f6816498436ccfe3b, 'wp-includes/SimplePie/Cache/Memcached.php', '/home/www/iamctv.com/wp-includes/SimplePie/Cache/Memcached.php', 1, 0x00000000000000000000000000000000, 0xb0dad6e70ad12758106c6162eeec3460, 0x3f4fd56436b843e81289ce7597b8d63e4a72fafd68ab74bbd7edf41665859dee, '', 0, '?'),
(0x023c2938542a2e8d53017553d2c4ba9f, 'wp-includes/SimplePie/Cache/MySQL.php', '/home/www/iamctv.com/wp-includes/SimplePie/Cache/MySQL.php', 1, 0x00000000000000000000000000000000, 0xac2920f7db667a078f1fecc943c330a4, 0x09e5cd57bfc741b6f4fb324c0368c060a0aee269b2256976e49632fec3ebdeb4, '', 0, '?'),
(0x752114f2f22be8cf1af48efa839e9fbe, 'wp-includes/SimplePie/Cache/Redis.php', '/home/www/iamctv.com/wp-includes/SimplePie/Cache/Redis.php', 1, 0x00000000000000000000000000000000, 0x9074e0d85db43e65188e0a280c013430, 0x72f3d62a25daff1eae1c0fca509cf2324983c61337861aa34b8804617123d30e, '', 0, '?'),
(0x59d69d81bb1455aa80d5cf7dc304722f, 'wp-includes/SimplePie/Cache.php', '/home/www/iamctv.com/wp-includes/SimplePie/Cache.php', 1, 0x00000000000000000000000000000000, 0x09fb1fa77edcaf7bcab99bbda62b68c9, 0xf96d6485bca795e16ece6e1f75056e94705530206cbde036ada4975a16699a52, '', 0, '?'),
(0xadccdd22dc9211b3f7d3c36e7a1f4411, 'wp-includes/SimplePie/Caption.php', '/home/www/iamctv.com/wp-includes/SimplePie/Caption.php', 1, 0x00000000000000000000000000000000, 0xdc8ad7d17992758c1b44130dc2a3ac04, 0x1f27cb573151bd355b1ddb8beb29bfc20db4380119db9d353a05f2ea3f2a294b, '', 0, '?'),
(0xb5b1e3b70b0771864bd11955d46aeda4, 'wp-includes/SimplePie/Category.php', '/home/www/iamctv.com/wp-includes/SimplePie/Category.php', 1, 0x00000000000000000000000000000000, 0x7bf4f4abd85bb0c120e75a5647a23426, 0xac3cb1fa4ac248d176ca6905ce0962e08d8c346c7ee365d046ebda6d016ac215, '', 0, '?'),
(0xb56c260108f62a87a91cf5f1dff5c826, 'wp-includes/SimplePie/Content/Type/Sniffer.php', '/home/www/iamctv.com/wp-includes/SimplePie/Content/Type/Sniffer.php', 1, 0x00000000000000000000000000000000, 0x4a195650b0743e254ed3e2b5f088e500, 0x0afeb7532fb3d2ccbc2340a6eb25f4ded32cee756cb0e8bd2474a1b8855496b3, '', 0, '?'),
(0x8d1095d2616e9db5f6563d54792058e4, 'wp-includes/SimplePie/Copyright.php', '/home/www/iamctv.com/wp-includes/SimplePie/Copyright.php', 1, 0x00000000000000000000000000000000, 0x6bc6e1813e1bb8ac8d9f1218f3d4aa51, 0xe669e2eebc258cdcb4dbec45ce5e6716fbcff232b67a2ce39440a351c1f2b356, '', 0, '?'),
(0xd86fc51dc7a39e09d7a3e19f6630bf59, 'wp-includes/SimplePie/Core.php', '/home/www/iamctv.com/wp-includes/SimplePie/Core.php', 1, 0x00000000000000000000000000000000, 0xd8b23361dda9e63029acad5fe0041f53, 0xf593d7373630ee9777388ddd285b869ece076f10e357d4e84befd434648ec3f3, '', 0, '?'),
(0xcdbd33c2e8813da3a14fc147c47c7ea7, 'wp-includes/SimplePie/Credit.php', '/home/www/iamctv.com/wp-includes/SimplePie/Credit.php', 1, 0x00000000000000000000000000000000, 0x2e10893615cd4b153e2ea1b34ce7d41b, 0x72f5d9b483ed4063b240b0f9857b52db4347feb3aea564145e08e33e3e451a0c, '', 0, '?'),
(0xb89a8550bf174f663bf699cd2ff317d7, 'wp-includes/SimplePie/Decode/HTML/Entities.php', '/home/www/iamctv.com/wp-includes/SimplePie/Decode/HTML/Entities.php', 1, 0x00000000000000000000000000000000, 0x89996ad18b70267980c511b7d6e9ec55, 0x9710ff5750bbc62a503d4ecfbb3b1aa08ebe69ffe438dac332905facfc0eb820, '', 0, '?'),
(0x32f0ec5e1428c1facaade02d5e78bdaf, 'wp-includes/SimplePie/Enclosure.php', '/home/www/iamctv.com/wp-includes/SimplePie/Enclosure.php', 1, 0x00000000000000000000000000000000, 0x528ca3be7f15e327dd47ebbb016b6fc3, 0x5a3ade0d9c7d046eea5a8ff2601cf6746ad1214cb26cb2097bf4e7e76267d9fa, '', 0, '?'),
(0xb70a6676a038a6f7e1310eb793992d49, 'wp-includes/SimplePie/Exception.php', '/home/www/iamctv.com/wp-includes/SimplePie/Exception.php', 1, 0x00000000000000000000000000000000, 0xe980977ac70371c5940ca104c32fe4d1, 0x1e5f7065b14e4fef2fbb2ab66d76d7d9c8bfef6e362af9e77a6ffee46ed4110c, '', 0, '?'),
(0x1383b63472e88825dee3d3c96ab89e97, 'wp-includes/SimplePie/File.php', '/home/www/iamctv.com/wp-includes/SimplePie/File.php', 1, 0x00000000000000000000000000000000, 0x852a06a6ca99d35a0028684bd4c84852, 0x14380c5e56c8d31e8bf5b463a77fe4abd9c3c38c3f6f1b73978473fee019c853, '', 0, '?'),
(0xec50d8b7fa8ce68287ccbac6b42440d8, 'wp-includes/SimplePie/HTTP/Parser.php', '/home/www/iamctv.com/wp-includes/SimplePie/HTTP/Parser.php', 1, 0x00000000000000000000000000000000, 0x5030b3d8b4f035133701e32c8c9c097a, 0xfe8ffe26de62f442e7ada2e330b739ff5a2ff57cf47f31b8e6f70f9070a61087, '', 0, '?'),
(0x6f5a30861c9af7f9d1d81fd43c63cd30, 'wp-includes/SimplePie/IRI.php', '/home/www/iamctv.com/wp-includes/SimplePie/IRI.php', 1, 0x00000000000000000000000000000000, 0x0add12f117392caf7a0fd384796345af, 0x5965f5ab6bc0daedf41a0c6b9e747e896e348b261c97cacbdbf37023eed39c18, '', 0, '?'),
(0x66cee4a0d9fdc20865abaa0152b929da, 'wp-includes/SimplePie/Item.php', '/home/www/iamctv.com/wp-includes/SimplePie/Item.php', 1, 0x00000000000000000000000000000000, 0x586917f171bb6ca055150bc34791d591, 0x0fdf67828c50874c2faf284ff5c829d447992ee71fb5054784a88d856ea38445, '', 0, '?'),
(0x17c254429ba44f3edf7632edee7d4561, 'wp-includes/SimplePie/Locator.php', '/home/www/iamctv.com/wp-includes/SimplePie/Locator.php', 1, 0x00000000000000000000000000000000, 0x34f0da965ff0dbc097807deec333e21b, 0x020be1b323f64c90260c249d46ceaa4b23d21422a86018d48886944d439b5764, '', 0, '?'),
(0x464690768c91563b76f0382f9e0db58f, 'wp-includes/SimplePie/Misc.php', '/home/www/iamctv.com/wp-includes/SimplePie/Misc.php', 1, 0x00000000000000000000000000000000, 0x3450f6f20dca69f74299426514effa8e, 0xf7a271bceee7d1b0a3b6c9a7d3bf6c704bf23920d55eac13b4032f7482cc342c, '', 0, '?'),
(0x8a4d6af741d54d99f103124fde224966, 'wp-includes/SimplePie/Net/IPv6.php', '/home/www/iamctv.com/wp-includes/SimplePie/Net/IPv6.php', 1, 0x00000000000000000000000000000000, 0x0d201fe4d7c01146ba45bbfa2c8968e9, 0x70f9749f82d15b626db6a5fd4da75f497a9f0122fb048a5b906a2ff2a84f10c7, '', 0, '?'),
(0x824204d2f303d987c8763c5376e7a8b3, 'wp-includes/SimplePie/Parse/Date.php', '/home/www/iamctv.com/wp-includes/SimplePie/Parse/Date.php', 1, 0x00000000000000000000000000000000, 0x4e5c8e4f32b4889191a4435b0ad5bb0e, 0xfc3dad05a33cdde1fe65697cce4dfb05715a5d565b5d1c26492d71392967b930, '', 0, '?'),
(0xb374664609d6727b99dc87a05f49b278, 'wp-includes/SimplePie/Parser.php', '/home/www/iamctv.com/wp-includes/SimplePie/Parser.php', 1, 0x00000000000000000000000000000000, 0x1fa9d8acc3380dca9deeed08f659208c, 0xbee7d19e8aee4bf1e0886608c327ccef3fc501023dd14fae07d36ec6b0dc5eff, '', 0, '?'),
(0x64e2ba68c4a77b71348732f74b2218df, 'wp-includes/SimplePie/Rating.php', '/home/www/iamctv.com/wp-includes/SimplePie/Rating.php', 1, 0x00000000000000000000000000000000, 0xb80b6a6b42b32d0d3f51335177ee5537, 0x7b6e48d1283e7d5128b9efb7cd01a961918ceddb04b1628b3e93c00a9246592b, '', 0, '?'),
(0x7dc13720de98e64448441f0e11da506c, 'wp-includes/SimplePie/Registry.php', '/home/www/iamctv.com/wp-includes/SimplePie/Registry.php', 1, 0x00000000000000000000000000000000, 0xec3b4dec8cfaf1a3e87bb20ed99fcb52, 0xd4a6302ddf2fa85c6b85fdfff857cec9256f96f7de8f1e2745298ac3c744d7cc, '', 0, '?'),
(0x00601b59b1cfad7216471da606a69484, 'wp-includes/SimplePie/Restriction.php', '/home/www/iamctv.com/wp-includes/SimplePie/Restriction.php', 1, 0x00000000000000000000000000000000, 0x5b22d3e97e27ccd5f2fa8a247c322abe, 0xe33eab33d609766aafa60d7c222922f7355352b900e87b6bdffdcbe4e37b361f, '', 0, '?'),
(0x5bb180e031190701b65941646bf6172c, 'wp-includes/SimplePie/Sanitize.php', '/home/www/iamctv.com/wp-includes/SimplePie/Sanitize.php', 1, 0x00000000000000000000000000000000, 0x572c6134f2bd566b14c5e736c5367f4c, 0x608251f2561b3be2b160b680a283a7fcaa9b5f317004d8eb08cdd552b146f53b, '', 0, '?'),
(0x15a4ca1c306cb1dd6ac630132b25f20e, 'wp-includes/SimplePie/Source.php', '/home/www/iamctv.com/wp-includes/SimplePie/Source.php', 1, 0x00000000000000000000000000000000, 0x618c89413ae3245d422dc77677f12916, 0xb222ead1e139064ddc619983b455e28f5f04a468cd491280f83ebc2c5dff43cd, '', 0, '?'),
(0xdee9276706218e3a964899ee292c13be, 'wp-includes/SimplePie/XML/Declaration/Parser.php', '/home/www/iamctv.com/wp-includes/SimplePie/XML/Declaration/Parser.php', 1, 0x00000000000000000000000000000000, 0xf94f2c40dcc0dbbaa661f509ce9490cb, 0xbeeb696dcd1151f6712b9212bf0da8a33aa7506fa7abfcd01a2afeae19868ce5, '', 0, '?'),
(0x5a7fd28c07a35bbcf80a76e2cbe20946, 'wp-includes/SimplePie/gzdecode.php', '/home/www/iamctv.com/wp-includes/SimplePie/gzdecode.php', 1, 0x00000000000000000000000000000000, 0x189a840f72463c941a69c7a80375bcd9, 0x7c8d96520e27674145a9db8e9a86d3718a07b171815421dcde3ac6ff4f30ca5f, '', 0, '?'),
(0x4ffe6875b247affde1b22600ef4cff1c, 'wp-includes/Text/Diff/Engine/native.php', '/home/www/iamctv.com/wp-includes/Text/Diff/Engine/native.php', 1, 0x00000000000000000000000000000000, 0xaf53f6d50c16840d93189e01247fd454, 0x53cfea0034e2a17640ddc5b1609b44472056cf75c065cb52fd9242e7ab87338c, '', 0, '?'),
(0xc7822d6929f62ef85ccee8e67a845e61, 'wp-includes/Text/Diff/Engine/shell.php', '/home/www/iamctv.com/wp-includes/Text/Diff/Engine/shell.php', 1, 0x00000000000000000000000000000000, 0x13b8dc53b3b404f5df15a23ffcf27a26, 0xf3f6b71f3d35ca101484143a05507527704dd64e035bb5395ea31e6d3e7a1840, '', 0, '?'),
(0xf72040ef0e3b80fa182acfc17ca815b0, 'wp-includes/Text/Diff/Engine/string.php', '/home/www/iamctv.com/wp-includes/Text/Diff/Engine/string.php', 1, 0x00000000000000000000000000000000, 0x3a11b1933d17fc4da9c3000cacef6929, 0xc1a408e1c66499be5bab25ea876e1e5a1e52b9d7600cf3941b018db285e90bd0, '', 0, '?'),
(0x65bd065e237cdb8da254d0a99288107a, 'wp-includes/Text/Diff/Engine/xdiff.php', '/home/www/iamctv.com/wp-includes/Text/Diff/Engine/xdiff.php', 1, 0x00000000000000000000000000000000, 0xd6b91fc8628a0c0474ad58389a475815, 0x1efa5b3ca130b0c48597bf614429744afb68edbf28439b5b75487d73d2986984, '', 0, '?'),
(0x26ac91955277193f7e846aad684aa444, 'wp-includes/Text/Diff/Renderer/inline.php', '/home/www/iamctv.com/wp-includes/Text/Diff/Renderer/inline.php', 1, 0x00000000000000000000000000000000, 0x880ae56e35b150b4b2c7e9d94227e81e, 0x58e8552e6be2bbbae6402d28109515b635a1051e0c1e4ebd8be30feef10e560f, '', 0, '?'),
(0x33e2c9665133e068f0355bc0a357b93c, 'wp-includes/Text/Diff/Renderer.php', '/home/www/iamctv.com/wp-includes/Text/Diff/Renderer.php', 1, 0x00000000000000000000000000000000, 0xfc8720df4330b50f59374fdc40d94753, 0x4557056ae12be51be3b55ce2dd3dd1f0039203c917187d2ef7c1310db416f67c, '', 0, '?'),
(0x5d422305cd32e87adaecfa62559cc92f, 'wp-includes/Text/Diff.php', '/home/www/iamctv.com/wp-includes/Text/Diff.php', 1, 0x00000000000000000000000000000000, 0x9ca949ee359e46c5b56460a0ef117b62, 0xc537e8bb7f7c9e41fce13bd63f4b883bcb9c139ec923ea6c39d5233a91f7822e, '', 0, '?'),
(0x2d6b64cfaf8d91aa58df775c379fc0af, 'wp-includes/admin-bar.php', '/home/www/iamctv.com/wp-includes/admin-bar.php', 1, 0x00000000000000000000000000000000, 0x066f867e9d17f00557d5470aab565110, 0xb40e21fbb13aa23f9827a42945f882704709f825230944d4a94246a6e5e24e80, '', 0, '?'),
(0xc24f9374671098003291165c9142c094, 'wp-includes/assets/script-loader-packages.php', '/home/www/iamctv.com/wp-includes/assets/script-loader-packages.php', 1, 0x00000000000000000000000000000000, 0xcaff2c8e5c8e7a76ea1a521d598ef188, 0x4144c002a8439fce1e79f4cb9f9ff5c8b92e3c5b79a08a83991a25b20f10aa3a, '', 0, '?'),
(0x9dc03a1a8660674920f4b1cb7f3e5029, 'wp-includes/assets/script-loader-react-refresh-entry.php', '/home/www/iamctv.com/wp-includes/assets/script-loader-react-refresh-entry.php', 1, 0x00000000000000000000000000000000, 0xf2e7e12739ce9b36ec46fe1a65bbe900, 0x6212eed69de983cc4f6856b457e4c2a4e6b90a98baa3be06f763ae6248568089, '', 0, '?'),
(0x68a88063215c642fe920004c5d734408, 'wp-includes/assets/script-loader-react-refresh-runtime.php', '/home/www/iamctv.com/wp-includes/assets/script-loader-react-refresh-runtime.php', 1, 0x00000000000000000000000000000000, 0xa7187a246d1c10f37a2be312e5a18754, 0x5ab0a524925b9003fe2c24d29e5e1cd816178a335672124675cdf6703f3f7e0d, '', 0, '?'),
(0x4775b55ea82f31c6d40fd58153f18e37, 'wp-includes/atomlib.php', '/home/www/iamctv.com/wp-includes/atomlib.php', 1, 0x00000000000000000000000000000000, 0x5abf1f86c35a410c94b032cfa0d4062c, 0x2b8b6274c63d5528fce12ea65ff6c36caf62a7fa8cbe5f50cb248fcc57c67dc1, '', 0, '?'),
(0x9d26078753eca7bf6fb824e6f730f86e, 'wp-includes/author-template.php', '/home/www/iamctv.com/wp-includes/author-template.php', 1, 0x00000000000000000000000000000000, 0x5bc2d7ae65cfcbc7a96515dc166812e8, 0x3b8527174b50a3cc4db5c9f68aeadce4a288fdf84823a3bb285d11a091013248, '', 0, '?'),
(0x44557df812f83c82deb4443508e8a059, 'wp-includes/block-editor.php', '/home/www/iamctv.com/wp-includes/block-editor.php', 1, 0x00000000000000000000000000000000, 0x98ddf21b0dd3742a74a528f1a49d2949, 0xa64b7aa00a6e9c059f8b38c8dd716ae7fa9e77de78cb77abae7b519f6791f7ca, '', 0, '?'),
(0xda1fcaf5c6291ff111e28218104487ab, 'wp-includes/block-i18n.json', '/home/www/iamctv.com/wp-includes/block-i18n.json', 1, 0x00000000000000000000000000000000, 0x6ee5f3de2192bc0ba43a4499c938e684, 0xf166fd1e5c749b4d26eb0d1ffb31c9092475330305048ee1f31d0320d4d915e7, '', 0, '?'),
(0xae02342974186b916c23863cefdd55e1, 'wp-includes/block-patterns/query-grid-posts.php', '/home/www/iamctv.com/wp-includes/block-patterns/query-grid-posts.php', 1, 0x00000000000000000000000000000000, 0x2f30ca4bb10017467fa1d44f4b89ba4d, 0xde515e44e68b9c89e5fb6474e935a6a6ae5447a0f0290ccb8a68f860f065c820, '', 0, '?'),
(0x6afb64cb43545b5eea8852149e12d7f2, 'wp-includes/block-patterns/query-large-title-posts.php', '/home/www/iamctv.com/wp-includes/block-patterns/query-large-title-posts.php', 1, 0x00000000000000000000000000000000, 0x8b51b28b7f1f072434fd2df931f865c2, 0x7f2caa838d4368317a60ad71dfeb82c2c08c8c06a95c1132df918e881f8c7b5d, '', 0, '?'),
(0x4056d0fa4b247e602a952b63bd0130a3, 'wp-includes/block-patterns/query-medium-posts.php', '/home/www/iamctv.com/wp-includes/block-patterns/query-medium-posts.php', 1, 0x00000000000000000000000000000000, 0x0e9487ee3c1ffcee55c856fdf56ead14, 0x231d136c1d2eae43b5d576e3ffe22afdac07a69c82cae63bb99d022186348866, '', 0, '?'),
(0xf35f9ead9cf185e63c44a4c16867c8e5, 'wp-includes/block-patterns/query-offset-posts.php', '/home/www/iamctv.com/wp-includes/block-patterns/query-offset-posts.php', 1, 0x00000000000000000000000000000000, 0x8d88de4e74573432db1e997fa03a89b5, 0x89d5a27d3d1f251b667cde9eec569ed894e0232f3dc8bcb66bc0ec969c2abcf9, '', 0, '?'),
(0x94461fdf87a81f89c823f7a9617461cb, 'wp-includes/block-patterns/query-small-posts.php', '/home/www/iamctv.com/wp-includes/block-patterns/query-small-posts.php', 1, 0x00000000000000000000000000000000, 0x6640af49e00e7661fd3d391fa0a37551, 0xcdb72577401b33231ca5a39290468e5a7192a07460effd1273d96fc4f506928e, '', 0, '?'),
(0x0bab35f6c385b301c68c85e3e4fe6d88, 'wp-includes/block-patterns/query-standard-posts.php', '/home/www/iamctv.com/wp-includes/block-patterns/query-standard-posts.php', 1, 0x00000000000000000000000000000000, 0xd1839fcf421d8f9055018d434cb37b97, 0xedb63a87cea47e08c8fec18926f90d8c437f4683f82be2f29049e186715f8b65, '', 0, '?'),
(0x6863decef8fe3df520a3f0e08daf30e9, 'wp-includes/block-patterns/social-links-shared-background-color.php', '/home/www/iamctv.com/wp-includes/block-patterns/social-links-shared-background-color.php', 1, 0x00000000000000000000000000000000, 0x88818ee27da2db3b12601a9dd4b488aa, 0x3eea182a2ab0b93fc42d542afeed48be2539c4032f90f045ac12135679ec669d, '', 0, '?'),
(0x00fc2024c9e9f0a690d39905000bd6ab, 'wp-includes/block-patterns.php', '/home/www/iamctv.com/wp-includes/block-patterns.php', 1, 0x00000000000000000000000000000000, 0xda0b850fcac339fca9b948cb03dad183, 0x5e873b27e297185f873e15acba35e5defc57992d5d793a5de5ce8e60360ec3aa, '', 0, '?'),
(0x70ee187d47f7824a05e915ce24e2e078, 'wp-includes/block-supports/align.php', '/home/www/iamctv.com/wp-includes/block-supports/align.php', 1, 0x00000000000000000000000000000000, 0xa96111c2fc5d1bbc34245e6ccc1c1fec, 0xd6e9cf7ab46961a63b38d90b08e3ef3ab508f060c947570ffa4964a1f251a31a, '', 0, '?'),
(0x8d4356929e25fffc9811e89c0307d369, 'wp-includes/block-supports/border.php', '/home/www/iamctv.com/wp-includes/block-supports/border.php', 1, 0x00000000000000000000000000000000, 0x966871672f7cdf7d1ac71c3cc0a9485b, 0xab514440b97853bde30ac7711a49287bf78ea6421bd9877fca55bb119473dc3a, '', 0, '?'),
(0x1dcbdd672b8e99bfb2e791ca2c63ec9e, 'wp-includes/block-supports/colors.php', '/home/www/iamctv.com/wp-includes/block-supports/colors.php', 1, 0x00000000000000000000000000000000, 0x6bf70d720b9925b721a18825e4bcc4e7, 0xc0cdc22929e6777b4c63d6aee02310e5dcf0ffdbbcbeef4582a03ea2970e0c58, '', 0, '?'),
(0xf2aef285c595ee03826f697c7dc8e314, 'wp-includes/block-supports/custom-classname.php', '/home/www/iamctv.com/wp-includes/block-supports/custom-classname.php', 1, 0x00000000000000000000000000000000, 0x19ad9b19195ae330ffcd107ef79eb89d, 0x45bbec13a7de59e2d91820b643953503f966ec74c085412542fd8657ea8600f3, '', 0, '?'),
(0x5d07b94a2a10c69258c0ba52451216e1, 'wp-includes/block-supports/dimensions.php', '/home/www/iamctv.com/wp-includes/block-supports/dimensions.php', 1, 0x00000000000000000000000000000000, 0xd447f7a61112f50a8a9ed6a2d556f8d2, 0xd4453cf411c7e530f4d9d55e889c7b76f54bd4344033ef437eb05ae780105395, '', 0, '?'),
(0xb5a74896d0a1f0d7f3a55956685aa31d, 'wp-includes/block-supports/duotone.php', '/home/www/iamctv.com/wp-includes/block-supports/duotone.php', 1, 0x00000000000000000000000000000000, 0xd58312c17f7e394f785f6170d898eeee, 0x43a9425da8db486a4ad4df7474d638f567358e146d30afb62ea479f0c0538899, '', 0, '?'),
(0xd66af5878b23bed3b2a9b77f58259c49, 'wp-includes/block-supports/elements.php', '/home/www/iamctv.com/wp-includes/block-supports/elements.php', 1, 0x00000000000000000000000000000000, 0x606896e0b8d3ffef1b8b84d5382dad73, 0x781c1bfd5e3b5d5483f5c4f0aa4ec9cc097560f6fdbb07d4cc7c3dfa81044c56, '', 0, '?'),
(0x0a7a87c5ad8e1e7df47bc72eb6755ba4, 'wp-includes/block-supports/generated-classname.php', '/home/www/iamctv.com/wp-includes/block-supports/generated-classname.php', 1, 0x00000000000000000000000000000000, 0x59d154a880f0e60793c3249835600384, 0x377bfcb9d576843ef2e1df52cffb3b7fc282d95e8deed7d7dd3451151f916575, '', 0, '?'),
(0xb8eeda9979ec320f16440a6180fa3933, 'wp-includes/block-supports/layout.php', '/home/www/iamctv.com/wp-includes/block-supports/layout.php', 1, 0x00000000000000000000000000000000, 0x7df9d133603626d80a90cddf84bb5141, 0x0bf4a8d9dbc333b0f4c7bba051172254d27587442281464163daa9e8d48e9984, '', 0, '?'),
(0x412b7e2f4ac4993480b8f324592ad8d3, 'wp-includes/block-supports/spacing.php', '/home/www/iamctv.com/wp-includes/block-supports/spacing.php', 1, 0x00000000000000000000000000000000, 0x7e8fd266174ebfef678f527cf727b620, 0x3fa5bc3ca74223dd7b8b14fb978ca700f8a00d60515d924715f6490f9e344a7a, '', 0, '?'),
(0x7d4f9f2021d9b6145df64fcd4f0b5b8c, 'wp-includes/block-supports/typography.php', '/home/www/iamctv.com/wp-includes/block-supports/typography.php', 1, 0x00000000000000000000000000000000, 0x2b291b9313c22f57b28f77ab3a1411e8, 0x2e7f5d9439b896c168d5cd9a2c8e7109227df58f20319481ef37dbe1a463226d, '', 0, '?'),
(0x03cff54ee82ef12141e432d61735d94c, 'wp-includes/block-supports/utils.php', '/home/www/iamctv.com/wp-includes/block-supports/utils.php', 1, 0x00000000000000000000000000000000, 0x0826ca8986bfe5949a1c8b63f432f070, 0x1029c6aafba5e894b86b6ca3c14fa1c3f8de8064af89e56460d6e90d89eb9ea1, '', 0, '?'),
(0x7b61e2c07b0834d3173bf2d34d6fd8b2, 'wp-includes/block-template-utils.php', '/home/www/iamctv.com/wp-includes/block-template-utils.php', 1, 0x00000000000000000000000000000000, 0x2c14f17bc8ba4edce75d80c870389953, 0x77e0d3cc1eccffab3af7b197c14623c301796d071eafdc79281631eed0044f62, '', 0, '?'),
(0xbe0b3af9a22b889814680b795e578301, 'wp-includes/block-template.php', '/home/www/iamctv.com/wp-includes/block-template.php', 1, 0x00000000000000000000000000000000, 0x5164d63b606042d0e1b62c149a88a4a5, 0x702a5e3d84f41d8402768a9c2ad804d2ac749684cf82faeea73393c467bf1376, '', 0, '?'),
(0xaa7338e60b9d27edc6c980e11a254378, 'wp-includes/blocks/archives/block.json', '/home/www/iamctv.com/wp-includes/blocks/archives/block.json', 1, 0x00000000000000000000000000000000, 0xa0130528ef053bc800d77148fd226aa5, 0xb8df9346986b714cc47bf734a121430a86a69daf66f493b0dbfb59c2939daa68, '', 0, '?'),
(0x74355e096b532831fde97a9f475ec6e5, 'wp-includes/blocks/archives/editor-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/archives/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x4d0f49ac2f56d613045851c18c056a2a, 0xbe661d9306c93edbd98e5f5ed555d93b2fe25c5f309c97d81b17216fcd631979, '', 0, '?'),
(0x084bd005fa7850300826a480f14f3a70, 'wp-includes/blocks/archives/editor-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/archives/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x0d767d8dbb04271c29347e7e03f08e17, 0xc6b8f343be594dc080aef0bc612e4ca2c7dd38dd7951e1b0769f71078249f802, '', 0, '?'),
(0x6cb9ccf6023cbbf42390dd71882ce6a1, 'wp-includes/blocks/archives/editor.css', '/home/www/iamctv.com/wp-includes/blocks/archives/editor.css', 1, 0x00000000000000000000000000000000, 0x9aa3dbb90ae5277d8ad16cf155dc4d00, 0x704a631ff942acac04b6606f4239cd0e1cabb7b58c9faf1a853ad2cc1879aeae, '', 0, '?'),
(0x9743f3101b51258e8e4009c44a6120b9, 'wp-includes/blocks/archives/editor.min.css', '/home/www/iamctv.com/wp-includes/blocks/archives/editor.min.css', 1, 0x00000000000000000000000000000000, 0x0eacd59c5648c1b3a20cac5a66e3bacd, 0x342100fa7d218c3b396fe36c845fbc6ce234a6df6692ca4c0618be0cd956ac6c, '', 0, '?'),
(0x7738682a995c3bb0eecd65198a5b03d8, 'wp-includes/blocks/archives/style-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/archives/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x7202efedc79e735ba2b270c1aa4f27a8, 0x2ab9a5f784bbf47af5ff12f18374524d8b5204c35e142fbea69c0c63ce9ff616, '', 0, '?'),
(0x91f1528489fb01704240114c4aa70ef8, 'wp-includes/blocks/archives/style-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/archives/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xf8bea3caa10c3c9465248a8b0a97e3bc, 0x5778d8ab983771431d0a9ad9f9fc8c9718f2050167f1ae1aba65fc08ca362d26, '', 0, '?'),
(0x8adf1733356e19ad6fa17e2eb7d501ba, 'wp-includes/blocks/archives/style.css', '/home/www/iamctv.com/wp-includes/blocks/archives/style.css', 1, 0x00000000000000000000000000000000, 0x7202efedc79e735ba2b270c1aa4f27a8, 0x2ab9a5f784bbf47af5ff12f18374524d8b5204c35e142fbea69c0c63ce9ff616, '', 0, '?'),
(0xb8838e88d713569d5acd626c93cdaf04, 'wp-includes/blocks/archives/style.min.css', '/home/www/iamctv.com/wp-includes/blocks/archives/style.min.css', 1, 0x00000000000000000000000000000000, 0xf8bea3caa10c3c9465248a8b0a97e3bc, 0x5778d8ab983771431d0a9ad9f9fc8c9718f2050167f1ae1aba65fc08ca362d26, '', 0, '?'),
(0xd03e366259a3b99541550c460bf02e01, 'wp-includes/blocks/archives.php', '/home/www/iamctv.com/wp-includes/blocks/archives.php', 1, 0x00000000000000000000000000000000, 0x9ef844f323c25cc4207e514b4f96dd10, 0x50fcf0758bc2c354cf0161f0dce9155ef3eb9018c55e06f2f1b9ee1df9704a23, '', 0, '?'),
(0xcffc10f45c549fa8400f534fe17c6d02, 'wp-includes/blocks/audio/block.json', '/home/www/iamctv.com/wp-includes/blocks/audio/block.json', 1, 0x00000000000000000000000000000000, 0x951d8644e8ae8311b981049d00cecef2, 0xcd51e87fd35b5ffd01d69cd7aa7978111c1922043d8c9fded1480656de38115e, '', 0, '?'),
(0xfd6c6127ea505f62976d0921abb7c470, 'wp-includes/blocks/audio/editor-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/audio/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x0b74f958987ffb3a2949211cb03f7a17, 0x8ce79dd291e5b040b13f71802cd699f5c6fb5612a77f02101fe7a662dc69731c, '', 0, '?'),
(0x047f8cdc88d279e2f43740a9b598d622, 'wp-includes/blocks/audio/editor-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/audio/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xab6309c292f312a45d437f435fcda45a, 0xc68afb0df6a6a9d3ad4e4dd73a4ca5adca9a021d6be432e47d50d1ebf21a17f4, '', 0, '?'),
(0x39c3431b653b5923e876107c127a97a1, 'wp-includes/blocks/audio/editor.css', '/home/www/iamctv.com/wp-includes/blocks/audio/editor.css', 1, 0x00000000000000000000000000000000, 0xac8794a5a4c1a0140f675068648a8f60, 0xa1536fa34cac2e40bbd2ed6dfdb3c59985881ecf48922658290b9ea3dae41267, '', 0, '?'),
(0x52cac8dcb06f154cc9387e5cca6c4352, 'wp-includes/blocks/audio/editor.min.css', '/home/www/iamctv.com/wp-includes/blocks/audio/editor.min.css', 1, 0x00000000000000000000000000000000, 0xe069a213ce0d7cdc5bb4c9e9ceb322ba, 0xa8ff03a29ad10396e2653c8241f3070b97e902bb6cf9eb65102a1a15fb370264, '', 0, '?'),
(0x7d7cb8ee002b854eb1365daa9b175202, 'wp-includes/blocks/audio/style-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/audio/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x83f6f25aefaca06aaf7f2a9d9c2dc63e, 0x8409b74615e090c81d734e136004ab90c0b14e4509f95364d3e5d117b1807513, '', 0, '?'),
(0x0932ce70cf3c281e589e2217eaddb593, 'wp-includes/blocks/audio/style-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/audio/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x35a218f3eb91339e12791f0b62e741ac, 0x18adc3f912402c42572fe6522da44d13e48c77ccc29bfeac1bfff5ee5d1bd9bb, '', 0, '?'),
(0x3f05d8575a4244f94ed7310c9e33c0e5, 'wp-includes/blocks/audio/style.css', '/home/www/iamctv.com/wp-includes/blocks/audio/style.css', 1, 0x00000000000000000000000000000000, 0x83f6f25aefaca06aaf7f2a9d9c2dc63e, 0x8409b74615e090c81d734e136004ab90c0b14e4509f95364d3e5d117b1807513, '', 0, '?'),
(0x9a71327492721ddb972c115d732a72ba, 'wp-includes/blocks/audio/style.min.css', '/home/www/iamctv.com/wp-includes/blocks/audio/style.min.css', 1, 0x00000000000000000000000000000000, 0x35a218f3eb91339e12791f0b62e741ac, 0x18adc3f912402c42572fe6522da44d13e48c77ccc29bfeac1bfff5ee5d1bd9bb, '', 0, '?'),
(0x94f387e41182c224f94f71d579dcb999, 'wp-includes/blocks/audio/theme-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/audio/theme-rtl.css', 1, 0x00000000000000000000000000000000, 0x6e3d816d2eab0562a62e906c2d6c6b6f, 0xd5bcb3433018300de0d9103d1ebaabf1aae554668b74635fc435909fe6a0baa3, '', 0, '?'),
(0xb9e7a56c0f93d03b2ba914539b47bcc2, 'wp-includes/blocks/audio/theme-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/audio/theme-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x0bbc2651d5b66f9dae2697d7c755f9a6, 0x02d2a25e8707f4fa4f370415d5102e73b66bae1643d3238cb7ee25d24e72a33f, '', 0, '?'),
(0xf45dbbd0980a189e28aa3f57265cecb4, 'wp-includes/blocks/audio/theme.css', '/home/www/iamctv.com/wp-includes/blocks/audio/theme.css', 1, 0x00000000000000000000000000000000, 0x6e3d816d2eab0562a62e906c2d6c6b6f, 0xd5bcb3433018300de0d9103d1ebaabf1aae554668b74635fc435909fe6a0baa3, '', 0, '?'),
(0x0adf09a1cc5f7bde10e3f596d51efc9f, 'wp-includes/blocks/audio/theme.min.css', '/home/www/iamctv.com/wp-includes/blocks/audio/theme.min.css', 1, 0x00000000000000000000000000000000, 0x0bbc2651d5b66f9dae2697d7c755f9a6, 0x02d2a25e8707f4fa4f370415d5102e73b66bae1643d3238cb7ee25d24e72a33f, '', 0, '?'),
(0xe01a12b31f7455a8520d221c43a9e7cc, 'wp-includes/blocks/avatar/block.json', '/home/www/iamctv.com/wp-includes/blocks/avatar/block.json', 1, 0x00000000000000000000000000000000, 0x75faf3737fecfdab293b702358a8f288, 0xb6e0e7a63af8b21b930149ded099517dce8e1895ab0b9da0570600c90955d11f, '', 0, '?'),
(0xab5d5f901a3fcaa484951f77480b6fe7, 'wp-includes/blocks/avatar/editor-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/avatar/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x1f6e11e0cce42f56f3f6a4d9d741fa2a, 0x68d1493c460429455716caa1def0c620ef7aab3cd97b024e00bedb8aaa823eb8, '', 0, '?'),
(0x5e9759bf4b6219a6e0463254d4d4542d, 'wp-includes/blocks/avatar/editor-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/avatar/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xab2afa878704280b1aa8f6eef8497aca, 0x6532ba2ca2d594f98d65f5c86ec1439a10d84c8d5dfb16f6c7730bcbe72ba9a2, '', 0, '?'),
(0x7ac15b90b441d66b829e79853063b826, 'wp-includes/blocks/avatar/editor.css', '/home/www/iamctv.com/wp-includes/blocks/avatar/editor.css', 1, 0x00000000000000000000000000000000, 0x1f6e11e0cce42f56f3f6a4d9d741fa2a, 0x68d1493c460429455716caa1def0c620ef7aab3cd97b024e00bedb8aaa823eb8, '', 0, '?'),
(0x7f7d42666b56c13d8031356c9dde6706, 'wp-includes/blocks/avatar/editor.min.css', '/home/www/iamctv.com/wp-includes/blocks/avatar/editor.min.css', 1, 0x00000000000000000000000000000000, 0xab2afa878704280b1aa8f6eef8497aca, 0x6532ba2ca2d594f98d65f5c86ec1439a10d84c8d5dfb16f6c7730bcbe72ba9a2, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x54da9362fb1b49fc91767d997a359ed4, 'wp-includes/blocks/avatar/style-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/avatar/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x8ac6bcb8997861f6f798f62ebb9cddcc, 0x255d61b24d635f0b2e724ee9a143f470f70315145a0324c37c3fe3abce201dc5, '', 0, '?'),
(0x9f834421e57e133310a52d371d8bdfe9, 'wp-includes/blocks/avatar/style-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/avatar/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xec6ad9beb5d13031c37fb1c43df609c8, 0xa917af3ac9d65eeb66107ecea9bbf89b1f87522cd3bf924678b67b301c84db34, '', 0, '?'),
(0x95b1708934b56b63510ee92830c6ca68, 'wp-includes/blocks/avatar/style.css', '/home/www/iamctv.com/wp-includes/blocks/avatar/style.css', 1, 0x00000000000000000000000000000000, 0x8ac6bcb8997861f6f798f62ebb9cddcc, 0x255d61b24d635f0b2e724ee9a143f470f70315145a0324c37c3fe3abce201dc5, '', 0, '?'),
(0x7416207e40728dc81115ce2e57ea385f, 'wp-includes/blocks/avatar/style.min.css', '/home/www/iamctv.com/wp-includes/blocks/avatar/style.min.css', 1, 0x00000000000000000000000000000000, 0xec6ad9beb5d13031c37fb1c43df609c8, 0xa917af3ac9d65eeb66107ecea9bbf89b1f87522cd3bf924678b67b301c84db34, '', 0, '?'),
(0x478e3d118a90750accd7cbaebf00567d, 'wp-includes/blocks/avatar.php', '/home/www/iamctv.com/wp-includes/blocks/avatar.php', 1, 0x00000000000000000000000000000000, 0xb38cb0eee5084a3135c721c1bea4d209, 0x0e1520f705957a1cab5cadaead6a704e9bdf253ff2db6e7e63bf8fec4bf7e681, '', 0, '?'),
(0x37f9328ddf5f52b406449e18c73b6eaa, 'wp-includes/blocks/block/block.json', '/home/www/iamctv.com/wp-includes/blocks/block/block.json', 1, 0x00000000000000000000000000000000, 0xf6038d9b780719d94d9d3805391957a5, 0xfc29dfd5d2aa946dd55a23b55b422dd4dceec6233c04dfac880e7c227fe6cb72, '', 0, '?'),
(0xc62bf96b5a0740a9624b8cf5d29a8ec5, 'wp-includes/blocks/block/editor-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/block/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x00c25e99efdf289a2d3410e9ffc086ae, 0xaddfa9b31d22737c5ba11276dad31486d3917b97156f605918f78e55b0bd9101, '', 0, '?'),
(0x8f63c41de14fe8a4eb2de401832b6f65, 'wp-includes/blocks/block/editor-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/block/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x80158d2c9f5ab971d8331229bda0b701, 0x3026230bd4ea62940f39334c4300898cfae1a711765803acaa3c63c998bd5458, '', 0, '?'),
(0x0ecd97967e8cbb711c9daf794c2a173e, 'wp-includes/blocks/block/editor.css', '/home/www/iamctv.com/wp-includes/blocks/block/editor.css', 1, 0x00000000000000000000000000000000, 0xdda045e9081b97d69dac0cf5d2da7630, 0x3fe3eeff60d17bd45714f7208781b065de360695572c84c306273d42c1179339, '', 0, '?'),
(0x3ca9b965e717f904e7e8cbef04c1357f, 'wp-includes/blocks/block/editor.min.css', '/home/www/iamctv.com/wp-includes/blocks/block/editor.min.css', 1, 0x00000000000000000000000000000000, 0x39fb85e54df4d2207c5427a74b7679f1, 0x55e6c4ca40263f62b6f24b08bbcd5201128e5b2cf83382b56dd41b2e1ad1ae62, '', 0, '?'),
(0x3e358fcdcb8f2e7932515bdaa3e33183, 'wp-includes/blocks/block.php', '/home/www/iamctv.com/wp-includes/blocks/block.php', 1, 0x00000000000000000000000000000000, 0xab2ff4e4b2915bb8ccc735abadaa9eef, 0x9b67f34254c125fd2e7314bfcdbebd6dae717d533867f96095cd2b317b078542, '', 0, '?'),
(0x91f68da4ed12b0d4d70b0cad01f77754, 'wp-includes/blocks/button/block.json', '/home/www/iamctv.com/wp-includes/blocks/button/block.json', 1, 0x00000000000000000000000000000000, 0x218ed9755aa43b3b666034c0c6f45d71, 0x18f7909cdb78a11e345a7378b758b1884c4a82bc74559e15ee0a7069fa13c3e4, '', 0, '?'),
(0x2e8c3dabdf241994bc2ea436a2d40328, 'wp-includes/blocks/button/editor-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/button/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x31d3c63c48a0ff8794713d8e120b5b11, 0xd2ed9527dc4f6d72ba67be7cd94dcf6986572a4e31b14008f03449963f50178d, '', 0, '?'),
(0xa86396ae8bc936b6f17e15e636cc9007, 'wp-includes/blocks/button/editor-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/button/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x67e7e8f0509c6248c1856a922d0b27b8, 0x99116735f174478c88118fff07f0ed6236ae139271250b65821a0fa41e6eea1a, '', 0, '?'),
(0x8d24b79c6209b68ac26fcd26ffa138f3, 'wp-includes/blocks/button/editor.css', '/home/www/iamctv.com/wp-includes/blocks/button/editor.css', 1, 0x00000000000000000000000000000000, 0x53811e29e0f0e20ff2554f646a20b91c, 0x902d7b4e5cf0715bc3db51b3d7aea245b061e93d88576ba3b331b9f804365490, '', 0, '?'),
(0x58a5329b46477282d06de2f8f3468fde, 'wp-includes/blocks/button/editor.min.css', '/home/www/iamctv.com/wp-includes/blocks/button/editor.min.css', 1, 0x00000000000000000000000000000000, 0xbe4057602eecb94b70ba44977d6fe894, 0x18ed12d62c479282931bf2b98395ac75f5bbfad6c3151702aa5a20e66aa205d8, '', 0, '?'),
(0x7ebb5066bda6d4a97e31b94c59770cdd, 'wp-includes/blocks/button/style-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/button/style-rtl.css', 1, 0x00000000000000000000000000000000, 0xb352c6447f1554e035624c63471dde84, 0x9d9611c60d6582303a1ec010e914844fc49fd206bb91674f8c3efacffa492bb7, '', 0, '?'),
(0xb83c1468a07f69d1ad33112ab5094671, 'wp-includes/blocks/button/style-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/button/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xee68124b8ea92f97ed6fb11da6505f2a, 0xd54cd709a586f9700ae316df7ebba7e868af6b14f5b2e9ca7b5a11a6d301a176, '', 0, '?'),
(0x032880396c31a1ef356e71ace41816bb, 'wp-includes/blocks/button/style.css', '/home/www/iamctv.com/wp-includes/blocks/button/style.css', 1, 0x00000000000000000000000000000000, 0x024b13153609e7ff4861517ae99047ef, 0xe509c31ff87a02a1985bc94ced916eb16385168cf5e6184f717c215de9e3ebf5, '', 0, '?'),
(0xba37ca8fecc0fe85610242bb18064b7a, 'wp-includes/blocks/button/style.min.css', '/home/www/iamctv.com/wp-includes/blocks/button/style.min.css', 1, 0x00000000000000000000000000000000, 0xee68124b8ea92f97ed6fb11da6505f2a, 0xd54cd709a586f9700ae316df7ebba7e868af6b14f5b2e9ca7b5a11a6d301a176, '', 0, '?'),
(0xeda48f5ad21a87350acd6ab47d851140, 'wp-includes/blocks/buttons/block.json', '/home/www/iamctv.com/wp-includes/blocks/buttons/block.json', 1, 0x00000000000000000000000000000000, 0x5e098b2a1153f7e41ebd2cb689857014, 0xaf268ffd46c458d8b3b1184b9819790bfa46778033e62907a85e575ccc926ac1, '', 0, '?'),
(0xd3e3970f35ac1ba8ec96c4baec25b5cb, 'wp-includes/blocks/buttons/editor-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/buttons/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0xb547c5ca3639b7b1fe52665502c1f306, 0x9f705b2677c4ea9a9ae48eec4312b364d84e45bb62de06d41e578cd6bae114eb, '', 0, '?'),
(0x7409f455942069dea7e32295d6731dbf, 'wp-includes/blocks/buttons/editor-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/buttons/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x1e8b6fee6864d481a6ca4b08c7682a48, 0xd5fb947d9fbbb7a6818f7a767c317e2a536f0a45fecbd0a1067805e2f1f85b54, '', 0, '?'),
(0x76cb2e9a172350c1a0bc89e44832d3e1, 'wp-includes/blocks/buttons/editor.css', '/home/www/iamctv.com/wp-includes/blocks/buttons/editor.css', 1, 0x00000000000000000000000000000000, 0xcba0f66bf827dbe049ee9676182abff1, 0x8c860a438237fb5efb4b35c5418890c382d9ebb93d0507dde3bed41663accabb, '', 0, '?'),
(0x7125e2f5d829969393756486cacb09f4, 'wp-includes/blocks/buttons/editor.min.css', '/home/www/iamctv.com/wp-includes/blocks/buttons/editor.min.css', 1, 0x00000000000000000000000000000000, 0xc53875e2c5ddf7e869ad301d62dadb12, 0xb1e3f42172333b9fcb4807c04a14f4ea4b13a6cca82d31a034bd56cda3d7ab4d, '', 0, '?'),
(0x9d3f38526dbcd0a2453768c0803c8608, 'wp-includes/blocks/buttons/style-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/buttons/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x262159364f09c68c9619a056cacf9f4c, 0xa8f2a06902a473c8e16062532c52034dd3be435a34626239d801d58481fd39e9, '', 0, '?'),
(0x166814389acaaf6ea5942d82dd090e2a, 'wp-includes/blocks/buttons/style-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/buttons/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x49062ec4ecd1ea573239442370a392b2, 0x984f88ede9654b15a5c419efc6293df65d0f4885039e6d4806bbf56540314831, '', 0, '?'),
(0x1e8ecb2c640224135c5ade9f5e5775d5, 'wp-includes/blocks/buttons/style.css', '/home/www/iamctv.com/wp-includes/blocks/buttons/style.css', 1, 0x00000000000000000000000000000000, 0x1aa890b739421be22237200fdb3e64f2, 0x39370aada0d1d1b1ee4a084fc5c3a7c1684193611bee8d1b2d26149768ea0dc7, '', 0, '?'),
(0x43bee8e1ecacc0b82179e4369ae38bbc, 'wp-includes/blocks/buttons/style.min.css', '/home/www/iamctv.com/wp-includes/blocks/buttons/style.min.css', 1, 0x00000000000000000000000000000000, 0x03aa815e07f0d30e29330c626a00e53f, 0xa1f96e613a3f416857e74839a3eb4685f86ea1dcb1e831b523b570647f79099b, '', 0, '?'),
(0x4bf920e88d179ef52a893bdcbcc66e63, 'wp-includes/blocks/calendar/block.json', '/home/www/iamctv.com/wp-includes/blocks/calendar/block.json', 1, 0x00000000000000000000000000000000, 0x033b191453632c0de04eab55cc839661, 0x99a501782c15e4332c5b6c36c82e06e9af33fd3ebf9f8b31f2d59f92a00e8b14, '', 0, '?'),
(0xab1f3904945b8a453ad1b6710981b241, 'wp-includes/blocks/calendar/style-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/calendar/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x0231342d9039468e26356634a6cd280e, 0xc967bff5b8b56a9d7620cada05e04155a9f9246a6c02bc3fb6bfc28589d8f6ef, '', 0, '?'),
(0xd71325cf75d663ea70d696b4de5d17d1, 'wp-includes/blocks/calendar/style-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/calendar/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x7a0ab1828c14f58db3557ab95055d2e1, 0xfde2f68ae9321c6143955b5bd911ad6ed86b8c32211a52334c9f2e366ce452fc, '', 0, '?'),
(0x4273cce39fe5a19854c1e5f4df4ced3d, 'wp-includes/blocks/calendar/style.css', '/home/www/iamctv.com/wp-includes/blocks/calendar/style.css', 1, 0x00000000000000000000000000000000, 0x0231342d9039468e26356634a6cd280e, 0xc967bff5b8b56a9d7620cada05e04155a9f9246a6c02bc3fb6bfc28589d8f6ef, '', 0, '?'),
(0xf8dc01338bb4c09b1552ee4394b5cd56, 'wp-includes/blocks/calendar/style.min.css', '/home/www/iamctv.com/wp-includes/blocks/calendar/style.min.css', 1, 0x00000000000000000000000000000000, 0x7a0ab1828c14f58db3557ab95055d2e1, 0xfde2f68ae9321c6143955b5bd911ad6ed86b8c32211a52334c9f2e366ce452fc, '', 0, '?'),
(0x537a011f57ee0eeca54e1e4b5553d1e6, 'wp-includes/blocks/calendar.php', '/home/www/iamctv.com/wp-includes/blocks/calendar.php', 1, 0x00000000000000000000000000000000, 0x623da4a6d4ef11a91a7bd66f405427b0, 0xbb0569d357ff83d3cdcdb63378ca4a43971823b396e2a81c1808f22e793b8347, '', 0, '?'),
(0x04d247b923f4153b224cc91c2584fac5, 'wp-includes/blocks/categories/block.json', '/home/www/iamctv.com/wp-includes/blocks/categories/block.json', 1, 0x00000000000000000000000000000000, 0xa421944c26fae019ae9353ff759a7c87, 0x663ecc2e02581a155e572c88c5c60b91574569a3c0d761ab687efa017ebd8103, '', 0, '?'),
(0x5a89f08e9830737bb2004774def7d45a, 'wp-includes/blocks/categories/editor-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/categories/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x709bf909be193d14ab392155a8d5620f, 0x2ff9da5ded4f6c0c89ef6bdab5d72fd2a07fbc5b08718e3e3ee5ff3c78cacd6c, '', 0, '?'),
(0xd4096b4a923ffb20a20b4078aab092a4, 'wp-includes/blocks/categories/editor-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/categories/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xcd4cfe2ca8de36d81333d8f64f2ed9c7, 0xcd9a693f13dc65d87ace8f25eed73d8b54b4e28d6eb38f4e175cc68483d87f83, '', 0, '?'),
(0x20f6c081928e1685037434247bca5345, 'wp-includes/blocks/categories/editor.css', '/home/www/iamctv.com/wp-includes/blocks/categories/editor.css', 1, 0x00000000000000000000000000000000, 0x0a16e73f429fac8a197748cf9362dc02, 0x31cf3be020090a6f6cc10d4b7e0f7152c340229f19ddd6bf2779933ab43d5bc5, '', 0, '?'),
(0x7626358f6a72fb6a4c201923c0dcb293, 'wp-includes/blocks/categories/editor.min.css', '/home/www/iamctv.com/wp-includes/blocks/categories/editor.min.css', 1, 0x00000000000000000000000000000000, 0xab5d5570ca9b56d2018708ecb54c900a, 0xef606f70b0c11406e98056e52f32e287cb8dc2284e57151a1d8e4eba274bfb35, '', 0, '?'),
(0xa1a332e9fac411e773dae29c6bd3e580, 'wp-includes/blocks/categories/style-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/categories/style-rtl.css', 1, 0x00000000000000000000000000000000, 0xde89fac1c700f4efe2192828068dab7b, 0xc55c5f7a5a6ad03985397259c7c17d851ea6ad3d70f3b7dcfa000fa672d91f77, '', 0, '?'),
(0x68ba4db1569e6dc920957f13d30c9bb2, 'wp-includes/blocks/categories/style-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/categories/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xb4c00f3d2985604bd7aef321323a9d37, 0x998d93b431bce3d72773ec3149a84df8f88d5a9aa10b019a93d4d5b424136944, '', 0, '?'),
(0xc28dfef7c0889ec4a11021b1faa6911a, 'wp-includes/blocks/categories/style.css', '/home/www/iamctv.com/wp-includes/blocks/categories/style.css', 1, 0x00000000000000000000000000000000, 0x3cadf6958fb97d57174973a795430193, 0xab89727ffb4aff8b8d8d9879e08260a9ab3c44cde09a5ab9ad49b3c35248ef3d, '', 0, '?'),
(0x26caed7417515c8d6a609971ff9459f1, 'wp-includes/blocks/categories/style.min.css', '/home/www/iamctv.com/wp-includes/blocks/categories/style.min.css', 1, 0x00000000000000000000000000000000, 0xb4c00f3d2985604bd7aef321323a9d37, 0x998d93b431bce3d72773ec3149a84df8f88d5a9aa10b019a93d4d5b424136944, '', 0, '?'),
(0xfb28d08abb514226a6808cf6513fe99f, 'wp-includes/blocks/categories.php', '/home/www/iamctv.com/wp-includes/blocks/categories.php', 1, 0x00000000000000000000000000000000, 0xac424aa262cd468d67be80afcd883862, 0xfe865ac63e461e5b1c4c1dc72b39876b5a83733865c2065ef50da6d07dde3129, '', 0, '?'),
(0x58b5731b99caff5971dae5029e65504c, 'wp-includes/blocks/code/block.json', '/home/www/iamctv.com/wp-includes/blocks/code/block.json', 1, 0x00000000000000000000000000000000, 0x35036bf8ae7da5ca69260200bd7b8e6c, 0x3504a5179b6635d7d3b3e77706b2c5f99e948c87a223c54c169a8a16a737e1cc, '', 0, '?'),
(0xec7b56631252ddc60e3e98d4884181c4, 'wp-includes/blocks/code/style-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/code/style-rtl.css', 1, 0x00000000000000000000000000000000, 0xf44e15b3c8e73b53ffefeab039fcb875, 0x7ffe07ebc64b5fb15adb627d472cfba144599a08e14bdfd0643f1aed54630faf, '', 0, '?'),
(0xa6e0241d0bc51c74d5a6137d9709c254, 'wp-includes/blocks/code/style-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/code/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x9a27e83c08f2ff2692b836545875b7db, 0x4a81bbe12c8dc5abb47096d1eb305e3092176c6dfea42e6096dab7319c71ed78, '', 0, '?'),
(0x13638ad620c8b58e45396a0f7a5b8b18, 'wp-includes/blocks/code/style.css', '/home/www/iamctv.com/wp-includes/blocks/code/style.css', 1, 0x00000000000000000000000000000000, 0xf44e15b3c8e73b53ffefeab039fcb875, 0x7ffe07ebc64b5fb15adb627d472cfba144599a08e14bdfd0643f1aed54630faf, '', 0, '?'),
(0xdd608ce34c5c332d699a5f33b3530dad, 'wp-includes/blocks/code/style.min.css', '/home/www/iamctv.com/wp-includes/blocks/code/style.min.css', 1, 0x00000000000000000000000000000000, 0x9a27e83c08f2ff2692b836545875b7db, 0x4a81bbe12c8dc5abb47096d1eb305e3092176c6dfea42e6096dab7319c71ed78, '', 0, '?'),
(0x4f7406c3bee77cb0fff2142161ab865d, 'wp-includes/blocks/code/theme-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/code/theme-rtl.css', 1, 0x00000000000000000000000000000000, 0xa959dbd40de9aa3d90c993d36d6aa4bd, 0x1aeb4952186cf864afedbcf13beba7473a8d6b326f24b2b2e7985001e8949cc8, '', 0, '?'),
(0x4a6a9a0011706d77ecb9e39a89621928, 'wp-includes/blocks/code/theme-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/code/theme-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xaa5a8c096dd9c5e8c4c645964a0599b8, 0x9a77287fe6248f08cadeec8d8ead422ed3f0e37d9e65139e7f2da4b1f0c197aa, '', 0, '?'),
(0xd532a1f688f4a95f52d5e0925bb9c059, 'wp-includes/blocks/code/theme.css', '/home/www/iamctv.com/wp-includes/blocks/code/theme.css', 1, 0x00000000000000000000000000000000, 0xa959dbd40de9aa3d90c993d36d6aa4bd, 0x1aeb4952186cf864afedbcf13beba7473a8d6b326f24b2b2e7985001e8949cc8, '', 0, '?'),
(0xfdc07668117932cae625c2cb28b1bb29, 'wp-includes/blocks/code/theme.min.css', '/home/www/iamctv.com/wp-includes/blocks/code/theme.min.css', 1, 0x00000000000000000000000000000000, 0xaa5a8c096dd9c5e8c4c645964a0599b8, 0x9a77287fe6248f08cadeec8d8ead422ed3f0e37d9e65139e7f2da4b1f0c197aa, '', 0, '?'),
(0x8ef92a1176d13cfd54439c55bf584a6e, 'wp-includes/blocks/column/block.json', '/home/www/iamctv.com/wp-includes/blocks/column/block.json', 1, 0x00000000000000000000000000000000, 0xbc9be733ad08c4ffc76066105729982a, 0xb1194812c3a90a0e70045f4b2f03b1f807512a8eb213076400f9d229310fb254, '', 0, '?'),
(0xa5130650b668607c2fb8aae33a578300, 'wp-includes/blocks/columns/block.json', '/home/www/iamctv.com/wp-includes/blocks/columns/block.json', 1, 0x00000000000000000000000000000000, 0x1b0b2cf1b225c4fe2bc0fc0e638fbc72, 0x87998f0e4b955a7dff9fbad156fb3d59da3271272f14fefef09aabfb6aac6a3f, '', 0, '?'),
(0xb51ae55b1010e80e4db5985b07d90d8d, 'wp-includes/blocks/columns/editor-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/columns/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0xa074848b45e0b64e87f5d9fbb745e2b8, 0x6d81c24d080219d62b0b89bd6cca6b36adea3f2ea299d817eac54898401362d2, '', 0, '?'),
(0x518edcc51c5041fdb1d5e9909acc7acf, 'wp-includes/blocks/columns/editor-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/columns/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xe666e9f03d9bf42d95de7d1a40e8556f, 0x417f88d1e3a2ab5f09d94b89aeddf7e29da44b115eb7173f44f47ba74110b6a5, '', 0, '?'),
(0xbcf0c50dcacc5ab394814f5bce856694, 'wp-includes/blocks/columns/editor.css', '/home/www/iamctv.com/wp-includes/blocks/columns/editor.css', 1, 0x00000000000000000000000000000000, 0xbcf6fc29a0a11e692d24da6060c3f2e8, 0x9ddcfe8e99814b3166e81658d0d9f71116246a45d4e5ed4470ffee2079680a88, '', 0, '?'),
(0x4ef4c0bbb45542799a611780d820cfc9, 'wp-includes/blocks/columns/editor.min.css', '/home/www/iamctv.com/wp-includes/blocks/columns/editor.min.css', 1, 0x00000000000000000000000000000000, 0x4ea1bc7d22329618e9de3a285908e219, 0x24e84fb84c9368461e9972b2c53477959a6221ac650fd8f1b17c4f9f305f39d6, '', 0, '?'),
(0xca8a9a32bc25f0892b615fd2f44c0846, 'wp-includes/blocks/columns/style-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/columns/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x7fc424801aa6b6644d47568d10377183, 0xcc99f30590b2447d6dba14faf21f6143d76cb7431ffec9466b5849556a772f85, '', 0, '?'),
(0x10e00ca1d33b86be69e630b7c64a7edb, 'wp-includes/blocks/columns/style-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/columns/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x3d328bb358bf7403e57d5ee4beb9ff5f, 0x773ec9e06aef9442697d8afdb42370d253d8e6e7ab24dfeca367157e4a609076, '', 0, '?'),
(0xd49c64ad18263b30cc0c3bf07d68bcd9, 'wp-includes/blocks/columns/style.css', '/home/www/iamctv.com/wp-includes/blocks/columns/style.css', 1, 0x00000000000000000000000000000000, 0x7fc424801aa6b6644d47568d10377183, 0xcc99f30590b2447d6dba14faf21f6143d76cb7431ffec9466b5849556a772f85, '', 0, '?'),
(0xa6633a516b32c4092015f38c1136bce7, 'wp-includes/blocks/columns/style.min.css', '/home/www/iamctv.com/wp-includes/blocks/columns/style.min.css', 1, 0x00000000000000000000000000000000, 0x3d328bb358bf7403e57d5ee4beb9ff5f, 0x773ec9e06aef9442697d8afdb42370d253d8e6e7ab24dfeca367157e4a609076, '', 0, '?'),
(0x3860b139702a3b70829ad830638b4163, 'wp-includes/blocks/comment-author-name/block.json', '/home/www/iamctv.com/wp-includes/blocks/comment-author-name/block.json', 1, 0x00000000000000000000000000000000, 0x5518962ab709259f29510c392073c8c2, 0xb3afee307e0a99592ddd0468114232c0239cb1df4c2a5dba7bb75a2a4ad14c33, '', 0, '?'),
(0x96dd3dc9dbfb823f3bfe7e3753a5511a, 'wp-includes/blocks/comment-author-name.php', '/home/www/iamctv.com/wp-includes/blocks/comment-author-name.php', 1, 0x00000000000000000000000000000000, 0xe65efcd0efe9744aeda9e56d17737647, 0x5a53db67961b7af02fabd5a398542cce83681e8c4c11b3f3b39f09f574c32c5b, '', 0, '?'),
(0x8bb05cf7ade0d6afb44221a3dc61fa56, 'wp-includes/blocks/comment-content/block.json', '/home/www/iamctv.com/wp-includes/blocks/comment-content/block.json', 1, 0x00000000000000000000000000000000, 0xf1f28dd0611c8347a2b731e1ec78ea0a, 0x326316f3ce97d00233d66395d7a6fe250621f95353822df72b501a702f6094b4, '', 0, '?'),
(0xafd9f39116ce9bfec25c4cc4709c92d7, 'wp-includes/blocks/comment-content/style-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/comment-content/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x756f32342b893870eed7a4463152d76a, 0x73d2786a27570cac997661930b94ff1d1b17489bd93a2104b9938d03ece0dd44, '', 0, '?'),
(0x98203b5098a936a2cf0b3337505546a5, 'wp-includes/blocks/comment-content/style-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/comment-content/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x1e857466677dc2c885f1d241e5e7a850, 0xa8147f059af7a2dffe32a5edb6bcd0a82148606196eab15d5571d1e41a0b5b7d, '', 0, '?'),
(0xfadcffff4b76f2ec4b024d3b97f10f08, 'wp-includes/blocks/comment-content/style.css', '/home/www/iamctv.com/wp-includes/blocks/comment-content/style.css', 1, 0x00000000000000000000000000000000, 0x756f32342b893870eed7a4463152d76a, 0x73d2786a27570cac997661930b94ff1d1b17489bd93a2104b9938d03ece0dd44, '', 0, '?'),
(0xa630ef2c06a89cf0bb104d83e1c75f29, 'wp-includes/blocks/comment-content/style.min.css', '/home/www/iamctv.com/wp-includes/blocks/comment-content/style.min.css', 1, 0x00000000000000000000000000000000, 0x1e857466677dc2c885f1d241e5e7a850, 0xa8147f059af7a2dffe32a5edb6bcd0a82148606196eab15d5571d1e41a0b5b7d, '', 0, '?'),
(0xf4c2bef968d699d1bd6aa5bcffefb2b0, 'wp-includes/blocks/comment-content.php', '/home/www/iamctv.com/wp-includes/blocks/comment-content.php', 1, 0x00000000000000000000000000000000, 0xbc8c6fad98b15c4ff2b56d74750090c0, 0x0da4f5fd20ca699d78f3f66adddc0f81807392b2e7f4fa323b8d14a35482b203, '', 0, '?'),
(0x7861ee844b5039fed0161f6a01c509d6, 'wp-includes/blocks/comment-date/block.json', '/home/www/iamctv.com/wp-includes/blocks/comment-date/block.json', 1, 0x00000000000000000000000000000000, 0x4222e2ccd5ce4d7c7e4d85b3e74d3d9a, 0x98ad7de6240a11c05ad75a6a3d5f3dbf5b5d1c02cfa6b0224089e45d991b8ff2, '', 0, '?'),
(0x331ac7162dd2921088c31e802c1b6ae1, 'wp-includes/blocks/comment-date.php', '/home/www/iamctv.com/wp-includes/blocks/comment-date.php', 1, 0x00000000000000000000000000000000, 0x19f3c00cc3a5c4ee1b6b040993f435fb, 0x19b17f6ce591b3644d6b0f4357b6c20ff7d455c30e85bdbf053361eb98d1459c, '', 0, '?'),
(0x929c5ea21009a7229875025a06d95320, 'wp-includes/blocks/comment-edit-link/block.json', '/home/www/iamctv.com/wp-includes/blocks/comment-edit-link/block.json', 1, 0x00000000000000000000000000000000, 0xe687464259e3c4fcb17b4b1c8bae9fbc, 0xbc4fc19747d889e0d855a38f57be92a3894ea335268e11972b67d6ad2f4b8b47, '', 0, '?'),
(0xcd07323ecadd3a6d7a3d0936d9a33b81, 'wp-includes/blocks/comment-edit-link.php', '/home/www/iamctv.com/wp-includes/blocks/comment-edit-link.php', 1, 0x00000000000000000000000000000000, 0x0730ae336dda1321dbfbf003eea5dbb9, 0x97e9a48231f0a62ee06808deab8cd878dfbe035fd00e916fdfb2db9177b34d6d, '', 0, '?'),
(0xade48f8256dca4bd63fd519b9527f933, 'wp-includes/blocks/comment-reply-link/block.json', '/home/www/iamctv.com/wp-includes/blocks/comment-reply-link/block.json', 1, 0x00000000000000000000000000000000, 0x4a166da903f47990d9b5b74569d7d9f6, 0x2f0090b6bc460c180b46519cc289b4b3726870649d2982e0ac64fae60f697010, '', 0, '?'),
(0xf58e29510a933ff14fa912618c72a4a2, 'wp-includes/blocks/comment-reply-link.php', '/home/www/iamctv.com/wp-includes/blocks/comment-reply-link.php', 1, 0x00000000000000000000000000000000, 0x04d3e53c0f4e926ed835d73e5c1fdaec, 0x7f6ccfe3a5dd10831871f6c54bb3e160d11ebdeab676ea0e00c5f2e462aebf83, '', 0, '?'),
(0x2b1a231128b5f8d6c69286e776ae8ed6, 'wp-includes/blocks/comment-template/block.json', '/home/www/iamctv.com/wp-includes/blocks/comment-template/block.json', 1, 0x00000000000000000000000000000000, 0xee6d3e89e8479b41fed55e35a1ea41d9, 0xfe91159776756535b67a8aaed25d3da362ec8c8d57d841512f3fc8e7a711f00a, '', 0, '?'),
(0x8ba1d5c01ea1a952875c9170cbc3c294, 'wp-includes/blocks/comment-template/style-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/comment-template/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x365d19042834a593c774ee491ae9ff13, 0xb6299243a3c3dc2717710508fe54b3a5fd828cae4ae23eb65a3a5c5554002b0f, '', 0, '?'),
(0x532137f2592a651d34e34afe8905d053, 'wp-includes/blocks/comment-template/style-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/comment-template/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x23fbd8e54b96e9cbd7a961c085ba71c0, 0xe2a42ab2d1527ff7fe28b4d1c92b840e6fe9c9ed8f3e1a29e52a42efbda7dd07, '', 0, '?'),
(0x1e75ea56ad07e391276aec1cb21af056, 'wp-includes/blocks/comment-template/style.css', '/home/www/iamctv.com/wp-includes/blocks/comment-template/style.css', 1, 0x00000000000000000000000000000000, 0xbca5544188eddc05688fff8056910f20, 0xceaf4890d2e0ad83533575a648d3abf3790103c98d337c8a980628d9c35b936f, '', 0, '?'),
(0xea22361d8291e3b42dca01efcc194c85, 'wp-includes/blocks/comment-template/style.min.css', '/home/www/iamctv.com/wp-includes/blocks/comment-template/style.min.css', 1, 0x00000000000000000000000000000000, 0xddd688e6c469ca955f7c0dc6557f9cc9, 0x3105648861494b72091729f2ec6855b5b08fdec67fb4d312d072673a1b2c7304, '', 0, '?'),
(0xcc612417bf3ab9346ae70004ba1a58eb, 'wp-includes/blocks/comment-template.php', '/home/www/iamctv.com/wp-includes/blocks/comment-template.php', 1, 0x00000000000000000000000000000000, 0x416243ab1d36bb57082f268ef4fe7fbf, 0x7a4a8b58dda9cc515e3a49aea9b2355f376fac1c9001f1f4800b4030ef752cf7, '', 0, '?'),
(0xb30994bd8df71e68dcf331362253a6cd, 'wp-includes/blocks/comments-pagination/block.json', '/home/www/iamctv.com/wp-includes/blocks/comments-pagination/block.json', 1, 0x00000000000000000000000000000000, 0xcd42e5c8a765ff16ceefb29d558bd5e6, 0x22212a068981729eec0674884eddfa536f1eb75f6a12b63b9b2c23c81b4767c8, '', 0, '?'),
(0x6a6758f978af725473f4118bf5c6a4d0, 'wp-includes/blocks/comments-pagination/editor-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/comments-pagination/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0xe1cb7859053f3d1c3080a92c779046a2, 0xe45335eda7c66550f2b1e4ed7ee9ea16ad33a2cd1ff2c7b2fe98b053a44a5632, '', 0, '?'),
(0x531756663daa315f4d779e723e224a0a, 'wp-includes/blocks/comments-pagination/editor-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/comments-pagination/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x3c42d9025def18f77092326511c8b911, 0xb5f25bd069f9b697b8e12b4395fec7b478a000da5f6ec9a06380f1b1cbdf0400, '', 0, '?'),
(0xeaae941bf48bd53cb6cbd02c075af2b3, 'wp-includes/blocks/comments-pagination/editor.css', '/home/www/iamctv.com/wp-includes/blocks/comments-pagination/editor.css', 1, 0x00000000000000000000000000000000, 0x67fd3698a702b8c45fc972252ce2a0d2, 0x97e458d9f6e2c81f84918ab90fbe1be7303699002c9638b888fb93a5d383a8fb, '', 0, '?'),
(0x0976d96798a75f0d07b8aaa3f1ee7ae9, 'wp-includes/blocks/comments-pagination/editor.min.css', '/home/www/iamctv.com/wp-includes/blocks/comments-pagination/editor.min.css', 1, 0x00000000000000000000000000000000, 0x65afeae9f1b0c1059fe02946790f44f9, 0xc08b2aa522bb8911bc86f36546318bdc0cf9788b6a8eb3cbc305f5749047cade, '', 0, '?'),
(0x3e978a707599894c33496aed5ed4626f, 'wp-includes/blocks/comments-pagination/style-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/comments-pagination/style-rtl.css', 1, 0x00000000000000000000000000000000, 0xb789307314fcb0b3a16e18353af12876, 0xaddbbeaea37a71143120e909a0746b0e37e30cfd3d11206f9b4f4a10319e14bf, '', 0, '?'),
(0xb62506a55705aa52e4b57518df12dc77, 'wp-includes/blocks/comments-pagination/style-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/comments-pagination/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xa94faad248c80c1def6b84226b859565, 0xab944cc9a6436a3e69b6f0962d849e1ab21132fb838a373cafd336ae33dddf95, '', 0, '?'),
(0xfdb76223182141a1335856da3409e399, 'wp-includes/blocks/comments-pagination/style.css', '/home/www/iamctv.com/wp-includes/blocks/comments-pagination/style.css', 1, 0x00000000000000000000000000000000, 0x4a1b31271f71a27dd5a8930ee41ae087, 0x97e37d5f305b6a0d1b8173bc9b3f04a94c4f2d11bb7a846c9854fb708df8e7c8, '', 0, '?'),
(0x4460614ffb220659253791f15af4a31b, 'wp-includes/blocks/comments-pagination/style.min.css', '/home/www/iamctv.com/wp-includes/blocks/comments-pagination/style.min.css', 1, 0x00000000000000000000000000000000, 0x3f5bcec76c08d190fef010e1762b3ec1, 0xf7bb9dd0528d78817df2d67ba9a276e546cf8c8623f840baa031d7734635c817, '', 0, '?'),
(0x4cd6228ee876c51154e28c02ccb14ce9, 'wp-includes/blocks/comments-pagination-next/block.json', '/home/www/iamctv.com/wp-includes/blocks/comments-pagination-next/block.json', 1, 0x00000000000000000000000000000000, 0x571ba89baa3d1de55c8f14d41cf3b33f, 0x2788bf325b2fd90541c6a89557d913a085266c3eabc0e4e6f826d2eeb0542284, '', 0, '?'),
(0x0627a9cc4ea438855faf0a9222f79868, 'wp-includes/blocks/comments-pagination-next.php', '/home/www/iamctv.com/wp-includes/blocks/comments-pagination-next.php', 1, 0x00000000000000000000000000000000, 0xa6838709bc53a01332c1a877e3b31061, 0xe1023a54d88d64a628e19942854a559fec1c59ab071d8f672a9caabd75e83def, '', 0, '?'),
(0x29bdcf0633a08f01f84332828e62a82e, 'wp-includes/blocks/comments-pagination-numbers/block.json', '/home/www/iamctv.com/wp-includes/blocks/comments-pagination-numbers/block.json', 1, 0x00000000000000000000000000000000, 0x990298958f26288155f4b2d2cfcdde5d, 0x7643ead7c93a767491bba3430df379c7a82924cdab6c3f7ea9143b99028cc133, '', 0, '?'),
(0xa412df7a5f09745c61b1b5cee6f27267, 'wp-includes/blocks/comments-pagination-numbers/editor-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/comments-pagination-numbers/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x51cb5321eeea1929ca78eaf5b7ff702f, 0x463c92036a32a2315d1457d43c70b7ed37fef067d12dfbe8baf8edd5e5c88b03, '', 0, '?'),
(0xd0fc15215ab9266b417958fddbe19f29, 'wp-includes/blocks/comments-pagination-numbers/editor-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/comments-pagination-numbers/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x614f5963cd2a4329eb0282889e8625ca, 0xe6a9fb7ed0243b8d567cb8b426388d98a46d70c89be2d3688e0fbcbe1f3e9bee, '', 0, '?'),
(0xf4fed543464305be542fdaae2b103a60, 'wp-includes/blocks/comments-pagination-numbers/editor.css', '/home/www/iamctv.com/wp-includes/blocks/comments-pagination-numbers/editor.css', 1, 0x00000000000000000000000000000000, 0xaafdaecc81f0a6567bfb7dfc5eceb830, 0x50212fe406265c8b8a1cb7cafe80d6df899afb5744471e78854730f515b790a1, '', 0, '?'),
(0x7e1a973f124feae5ab74ce59b631e0d6, 'wp-includes/blocks/comments-pagination-numbers/editor.min.css', '/home/www/iamctv.com/wp-includes/blocks/comments-pagination-numbers/editor.min.css', 1, 0x00000000000000000000000000000000, 0xd2a2ca9fc189d0cf123bfe566b6e0634, 0x4c63dfbd342142c4a23a5bbd8dfe5a18b307eea58dcb1d990dbde9519bf279a8, '', 0, '?'),
(0xf10ed233508d646fd32cc374bc0feac5, 'wp-includes/blocks/comments-pagination-numbers.php', '/home/www/iamctv.com/wp-includes/blocks/comments-pagination-numbers.php', 1, 0x00000000000000000000000000000000, 0xd40c2bda8f363ca986d8e1ec278ea9a3, 0x259bc1132e7805839a0559fc6176d203770d9d17618c8ebd699b68ed16695b46, '', 0, '?'),
(0x72e5f46e7a00608a5d9665d207232b74, 'wp-includes/blocks/comments-pagination-previous/block.json', '/home/www/iamctv.com/wp-includes/blocks/comments-pagination-previous/block.json', 1, 0x00000000000000000000000000000000, 0xfe67244a329c26ee1446fd7cfd84a451, 0x451029f5e118d9b186ab571f4e280f7760bc84777ebad96dc51eccd4d8b94aa9, '', 0, '?'),
(0x183161f887a1fb0cb4ba8a99fe3fd96c, 'wp-includes/blocks/comments-pagination-previous.php', '/home/www/iamctv.com/wp-includes/blocks/comments-pagination-previous.php', 1, 0x00000000000000000000000000000000, 0x40822711b6df949933bb376b5d8a5a5a, 0x335b2ccc106ece47fa8bc8311f2dac58e37ba2e3f6fa9dbe96a51823b3a8f7b4, '', 0, '?'),
(0x10e17a49cab354183dbd10c1736104d4, 'wp-includes/blocks/comments-pagination.php', '/home/www/iamctv.com/wp-includes/blocks/comments-pagination.php', 1, 0x00000000000000000000000000000000, 0xd70d79225baf4af14b50a398cb0c5299, 0x76b600484cbe512ddaa32f354f6122e8f35ed6a0c699b3573a36f1d510fe9258, '', 0, '?'),
(0xe5fe7cfbaa36abe05fc37dce700f3436, 'wp-includes/blocks/comments-query-loop/block.json', '/home/www/iamctv.com/wp-includes/blocks/comments-query-loop/block.json', 1, 0x00000000000000000000000000000000, 0x8e98560cb5212b7e1cbf90982b61029e, 0xccb8e49d00e807a6175314458b36a78970d3fafe97e64f783412600621e0cdf2, '', 0, '?'),
(0x70f0ca6a91532a83d784b728fb8d7f96, 'wp-includes/blocks/comments-query-loop/editor-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/comments-query-loop/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x0ceb0be6402feeaa8bcadeabbdc800b5, 0x9f3a8fd52f12f3565cb44689f1074b052605a766093ac1fcaa8037edfa39b51a, '', 0, '?'),
(0x0e37f516e965fa2afd5eff032ba1991a, 'wp-includes/blocks/comments-query-loop/editor-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/comments-query-loop/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x1d5c848b9c1770fb8816922134f8d134, 0xfc7279fce43948f824c5c4aaecccdf35304b353a27f2c48ac624f4dcd4ba9f9a, '', 0, '?'),
(0xf297b44dca07cf47fdc7ac1289ab4714, 'wp-includes/blocks/comments-query-loop/editor.css', '/home/www/iamctv.com/wp-includes/blocks/comments-query-loop/editor.css', 1, 0x00000000000000000000000000000000, 0x0ceb0be6402feeaa8bcadeabbdc800b5, 0x9f3a8fd52f12f3565cb44689f1074b052605a766093ac1fcaa8037edfa39b51a, '', 0, '?'),
(0xfdf804ecab0da651e00746b91d40409d, 'wp-includes/blocks/comments-query-loop/editor.min.css', '/home/www/iamctv.com/wp-includes/blocks/comments-query-loop/editor.min.css', 1, 0x00000000000000000000000000000000, 0x1d5c848b9c1770fb8816922134f8d134, 0xfc7279fce43948f824c5c4aaecccdf35304b353a27f2c48ac624f4dcd4ba9f9a, '', 0, '?'),
(0x9ba4f9b8b38417c2ad0c0f7f7bc11f65, 'wp-includes/blocks/comments-title/block.json', '/home/www/iamctv.com/wp-includes/blocks/comments-title/block.json', 1, 0x00000000000000000000000000000000, 0xf597d975dcaa99188457a075ad1af383, 0xf72b2ad52abd01b2b0e057d2467aadde2ca86304869486819045f62c2894019f, '', 0, '?'),
(0xeb9c02d84ca119a517b9c84d8304d3f9, 'wp-includes/blocks/comments-title/editor-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/comments-title/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x70e77cca76abcaa19df1e1ecc02ce954, 0x095be357b0cd4e261185f96188e6ab2d0fd528b4a643914507e385cc0b008950, '', 0, '?'),
(0xe6d95b4c32409c992abbc28282f549a7, 'wp-includes/blocks/comments-title/editor-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/comments-title/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x20df5d43da21d17c41d5174a4800feca, 0xf89e6620299843dabe1c8a4b47c01aee439e03b0c7f4c5a5204c99b90770e4b5, '', 0, '?'),
(0xfe4b58d980ddf008ef05ebaa32237ad3, 'wp-includes/blocks/comments-title/editor.css', '/home/www/iamctv.com/wp-includes/blocks/comments-title/editor.css', 1, 0x00000000000000000000000000000000, 0x70e77cca76abcaa19df1e1ecc02ce954, 0x095be357b0cd4e261185f96188e6ab2d0fd528b4a643914507e385cc0b008950, '', 0, '?'),
(0x1c2f0ecf2243f645c39a370c6b4883f8, 'wp-includes/blocks/comments-title/editor.min.css', '/home/www/iamctv.com/wp-includes/blocks/comments-title/editor.min.css', 1, 0x00000000000000000000000000000000, 0x20df5d43da21d17c41d5174a4800feca, 0xf89e6620299843dabe1c8a4b47c01aee439e03b0c7f4c5a5204c99b90770e4b5, '', 0, '?'),
(0x839c81e2b657c76b56c61084a9b1f1ce, 'wp-includes/blocks/comments-title.php', '/home/www/iamctv.com/wp-includes/blocks/comments-title.php', 1, 0x00000000000000000000000000000000, 0x59e86052bfd73e3f5cb5d933f9b11434, 0xb4ed40fe4a00aa7da5e1c97f9f0d45804738139e818c0a97857e0e883be41d73, '', 0, '?'),
(0x6f66eb476bcc4c86c19b7ff960744003, 'wp-includes/blocks/cover/block.json', '/home/www/iamctv.com/wp-includes/blocks/cover/block.json', 1, 0x00000000000000000000000000000000, 0x311f678c84f7db7323d57c63be56456d, 0x96d7871922c20a53b2fc5466b1c91406846564f16516086bdae2b3b5b1418465, '', 0, '?'),
(0x3eb9a34766e840d454e19e983b834489, 'wp-includes/blocks/cover/editor-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/cover/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0xce1c855065f0165ffcc42222aebd0ea8, 0x9ef862fc02ce1ab112a34ad7fec870f4bc1be5c7754a13b1848a4e3a96534077, '', 0, '?'),
(0x3ac1f9732d2842a7a2f04fcd3288e429, 'wp-includes/blocks/cover/editor-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/cover/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x6f18b32e2b738a204e73f70fb4e45d04, 0xb8a3c98b4a5dc5e857063f7f3b3af5501ddc075d41b66b170c90d379548faf7b, '', 0, '?'),
(0x1cc68d70cc3d5a0007af535ffff0db24, 'wp-includes/blocks/cover/editor.css', '/home/www/iamctv.com/wp-includes/blocks/cover/editor.css', 1, 0x00000000000000000000000000000000, 0x8b5520fc2438514f0dcdd6bc416f8570, 0x140c88e4215a8074dd344e90b943e5800668fed8d5e3cc48db9527f04ec9ea3f, '', 0, '?'),
(0x2569fecddee5676361ec57ce217118d0, 'wp-includes/blocks/cover/editor.min.css', '/home/www/iamctv.com/wp-includes/blocks/cover/editor.min.css', 1, 0x00000000000000000000000000000000, 0x1754b818109f455a7d45359644e7cf01, 0x039ccde4daee55245117a2c33b99cc81dddbabf9718984a0c21cc7a9238207ba, '', 0, '?'),
(0x7f63a2d24aee1677a1cd65494fa84971, 'wp-includes/blocks/cover/style-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/cover/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x23440fe810be4dcddd0a5d135eab2670, 0x7e2cdccaf3e58218bab58d922d7e274e1dec3028a37f9db35f312bc684db4396, '', 0, '?'),
(0xb690e78a8f0b606249f1227634854ef1, 'wp-includes/blocks/cover/style-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/cover/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x913f77f74c42f2858a8d14983c4c462c, 0x1176e9d024d28cc22765c9900ce204f7207a1b8476f9f2e56f21caa89f77820c, '', 0, '?'),
(0xa5b1e144ad54c7a193112322da313fdc, 'wp-includes/blocks/cover/style.css', '/home/www/iamctv.com/wp-includes/blocks/cover/style.css', 1, 0x00000000000000000000000000000000, 0xf7047db30f44b10d3f2aa49ecf3f0d4b, 0x7945f30efcf0b27881f78e3733985ba2210f1c03b5bc053ea2d14891322ad9a4, '', 0, '?'),
(0x8822203641e9f8180b8f0b375ee448ad, 'wp-includes/blocks/cover/style.min.css', '/home/www/iamctv.com/wp-includes/blocks/cover/style.min.css', 1, 0x00000000000000000000000000000000, 0x2ed10753596f624db041c851a0e97892, 0x2e9cd359d37f5b25360ab7892325c02b2e5d5c359b7bbc433d0ffd9014c732f8, '', 0, '?'),
(0xa710a1a07dedbe569cd01149dccfdcfd, 'wp-includes/blocks/cover.php', '/home/www/iamctv.com/wp-includes/blocks/cover.php', 1, 0x00000000000000000000000000000000, 0xd5bba49ef82923a8cd1fc972b0585ed1, 0x9832f84d5548363344ae019d641c58c77e5a9ab449b9edca6a466d38ee7f6920, '', 0, '?'),
(0x21c5eb271829a6714d1c2a151da65863, 'wp-includes/blocks/embed/block.json', '/home/www/iamctv.com/wp-includes/blocks/embed/block.json', 1, 0x00000000000000000000000000000000, 0xd40b53ef84e92a719f6591e6692c6097, 0xdbb88a6b804695d4a7aab0e22bf498f2ee9e888b045c3dbaae3c29f811e1bcf9, '', 0, '?'),
(0x201ce8e1c9893ac918739e187b313cb6, 'wp-includes/blocks/embed/editor-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/embed/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x10e85c64887fa30c9601b414662e2348, 0x60635c6a2224a17ea9ef4d9e751fe8b6765aceb794e76fe774643d49a9986c78, '', 0, '?'),
(0xf83ecf0bf349376daa9bf13e96eaa38d, 'wp-includes/blocks/embed/editor-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/embed/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x9b9e84ba531e5cf189debc1085be41fc, 0x2568aff7c928e5e8961916ebc57be9889a525806b863d03f3b208d5380880ab9, '', 0, '?'),
(0xffbbe6b8dfb97537f5c006e05b29e468, 'wp-includes/blocks/embed/editor.css', '/home/www/iamctv.com/wp-includes/blocks/embed/editor.css', 1, 0x00000000000000000000000000000000, 0xd723d4dec1f256af04e6a0c7c0cc3fb2, 0xab5c90f5b767e6b9e0769f6abd5414ad13f1f4285a84a225ae057e5268c6c2cc, '', 0, '?'),
(0xc5860b801bd4a17969d344e28231049b, 'wp-includes/blocks/embed/editor.min.css', '/home/www/iamctv.com/wp-includes/blocks/embed/editor.min.css', 1, 0x00000000000000000000000000000000, 0xcb4daf44954fe905122e1f67de3994a0, 0x4ad2a39f2c9e6bc4de97f02277cb95d4a0f93ed5ce9d6cce24e0455f1cf9c429, '', 0, '?'),
(0x75fbba0cb2270b184dc6c2fb85320bc3, 'wp-includes/blocks/embed/style-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/embed/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x585d2075a19ec353d76cbdf992f4e628, 0x1b77aaf30f8e31cb6eac8ddca4b1926f3e1e80a74f21ec82132544174511a5ef, '', 0, '?'),
(0xeeceafbedb1f3ff1b967165784f5f739, 'wp-includes/blocks/embed/style-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/embed/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x340c356d6086913fe4da968b0c09ae25, 0x92c3c2a75079852262f7740d8590645f366ff74d5c86ebec9309172bc19dc0e2, '', 0, '?'),
(0x8357dc6e4a03d62e03272f1c781dfb9d, 'wp-includes/blocks/embed/style.css', '/home/www/iamctv.com/wp-includes/blocks/embed/style.css', 1, 0x00000000000000000000000000000000, 0x267cc23c02fad9512c491dc61934ee00, 0x7bb6e9fb27bf196468869e45e4f17ab1ae2e1b0a0b41d83ba9e31b1038aa8b1f, '', 0, '?'),
(0x734c965981c503ce439b0e916118f297, 'wp-includes/blocks/embed/style.min.css', '/home/www/iamctv.com/wp-includes/blocks/embed/style.min.css', 1, 0x00000000000000000000000000000000, 0xb53e13935c809050b87ea9fbaac5e0e2, 0xe22db36b2e8e4cc8df87ad537f829d3fd74f268a05132eafc4b0d025cca1dc42, '', 0, '?'),
(0x72f897685e8ec9088c7f67ab3dc2c8fb, 'wp-includes/blocks/embed/theme-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/embed/theme-rtl.css', 1, 0x00000000000000000000000000000000, 0x6529d67d95fa515a5590119effe32dd4, 0xa36b839809a578620eae1b7b69a461f5ebc4787c5c09d1989dece51256ac55b1, '', 0, '?'),
(0xe04fb12a91d29ee1a0393bb2a1ad88e7, 'wp-includes/blocks/embed/theme-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/embed/theme-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x4ab60fe057637da49cecd3e6d893c79a, 0xd976ba558130bb7c245c149c92c1b45ef901fc0c3f4cb8a7c1981304646cf05f, '', 0, '?'),
(0xe31e785c356e9e570aac8ad21bddc70f, 'wp-includes/blocks/embed/theme.css', '/home/www/iamctv.com/wp-includes/blocks/embed/theme.css', 1, 0x00000000000000000000000000000000, 0x6529d67d95fa515a5590119effe32dd4, 0xa36b839809a578620eae1b7b69a461f5ebc4787c5c09d1989dece51256ac55b1, '', 0, '?'),
(0x3cdea49b6ce7f6f94b60af08b269b4ec, 'wp-includes/blocks/embed/theme.min.css', '/home/www/iamctv.com/wp-includes/blocks/embed/theme.min.css', 1, 0x00000000000000000000000000000000, 0x4ab60fe057637da49cecd3e6d893c79a, 0xd976ba558130bb7c245c149c92c1b45ef901fc0c3f4cb8a7c1981304646cf05f, '', 0, '?'),
(0x81ce6068d10c4e6b064fa14e389e8216, 'wp-includes/blocks/file/block.json', '/home/www/iamctv.com/wp-includes/blocks/file/block.json', 1, 0x00000000000000000000000000000000, 0x04664854a0ee3183468e70aa0b8edfde, 0x23e7ce9c0407c730501774d80965d61aa6a4da1b023c02adbb90824dda82a767, '', 0, '?'),
(0xe7b96b4eedb73e74f1e42cf5d1ecfda5, 'wp-includes/blocks/file/editor-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/file/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x15c685645f5695da03c843bc6e4d9d7c, 0xe99ee8bb5e62bde29ea4bd2a8cfdffc80e3e412f8127fd2cb4bddbc4149c4bde, '', 0, '?'),
(0xda568acedb43d00fc093f46476dba6b1, 'wp-includes/blocks/file/editor-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/file/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x9e5bcf40902ffd53fb863244ec060b9a, 0x7e40186d092e33e0891e515bd64abae0346b832d91d6a6a2c3f8b7ade0a36811, '', 0, '?'),
(0x92fed6ac2b499537c60e8e0cac5efca5, 'wp-includes/blocks/file/editor.css', '/home/www/iamctv.com/wp-includes/blocks/file/editor.css', 1, 0x00000000000000000000000000000000, 0xc14915cc6cc7bde836142e97d35e8127, 0xac071f3d5415a2e3ea58a5d26d29b520193a8542c98804656a8193792fed7380, '', 0, '?'),
(0x5bca42580a03a4c251bfc502b19363d4, 'wp-includes/blocks/file/editor.min.css', '/home/www/iamctv.com/wp-includes/blocks/file/editor.min.css', 1, 0x00000000000000000000000000000000, 0xdd7c556db4965ef5c4a265babc487d8c, 0x7ada71b1ff0c181ac8372215252be42f2c404f00b1092dda1a034dab174833c0, '', 0, '?'),
(0xfa6b30ee6be29f86f1e356c405588386, 'wp-includes/blocks/file/style-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/file/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x3385292efbf7c46d364d22c5e33b62c9, 0xa1b2b3a83c7ebb7138ee6f198c612ab469d407a766a132600f1169edea092e9b, '', 0, '?'),
(0x7d0bef6158965d19bce3850ea8442a49, 'wp-includes/blocks/file/style-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/file/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xb99c27e1646cc9b6b4c300ee15987ca0, 0x66e5088f6564f9026d3440de0c40e4d36a81a960e7564de866c6867b8a06c3d9, '', 0, '?'),
(0xffd834db35b1b5712dabca702cf7bf15, 'wp-includes/blocks/file/style.css', '/home/www/iamctv.com/wp-includes/blocks/file/style.css', 1, 0x00000000000000000000000000000000, 0x4e3340c0da959344b621146de6071a88, 0xe0bc5b3d729b55aa17b4df39e09ecb8440428cece0516bd5eefa321b8d7ab133, '', 0, '?'),
(0x21a2bc3e924e4eb87ff71491fed98cf3, 'wp-includes/blocks/file/style.min.css', '/home/www/iamctv.com/wp-includes/blocks/file/style.min.css', 1, 0x00000000000000000000000000000000, 0x40c72962740c75a09c7fecf775b4d76b, 0x0366a2293a31be7f39493cc0cf0dfc97550aac5f9808216b06767c514390d55e, '', 0, '?'),
(0xd5c3f6f8c8a892e18c72d1e9254dc3a8, 'wp-includes/blocks/file/view.asset.php', '/home/www/iamctv.com/wp-includes/blocks/file/view.asset.php', 1, 0x00000000000000000000000000000000, 0xc14c965f9e901247d56379918658666f, 0xb3221da92e41d7e69fb5ea02d276f1b3e8e558b100ea91013af6596143063fa0, '', 0, '?'),
(0xc40363e198a3bc72e4bfcd1677b9e3a8, 'wp-includes/blocks/file/view.js', '/home/www/iamctv.com/wp-includes/blocks/file/view.js', 1, 0x00000000000000000000000000000000, 0x892d6dc7201cbb74ad9a216fec12e61f, 0xedd459582e033ecfe31174127f3b615d5fc0176e8405caa33869c6e25c2d7c84, '', 0, '?'),
(0x0d06cd9b19dcb9f87d43df4cc5c95229, 'wp-includes/blocks/file/view.min.asset.php', '/home/www/iamctv.com/wp-includes/blocks/file/view.min.asset.php', 1, 0x00000000000000000000000000000000, 0xc1ff23897653d2c8847f1c42cedf7ae4, 0xda05e7bb361a81aeb3b2c0deda928b467e316fedbfb92d50261f690ec1fd1990, '', 0, '?'),
(0xaacf02d500eb8084093b74912fa5912d, 'wp-includes/blocks/file/view.min.js', '/home/www/iamctv.com/wp-includes/blocks/file/view.min.js', 1, 0x00000000000000000000000000000000, 0xecf9eb38cf2c9deb4fedb18c0cbbc698, 0xbfd5e80ed26da54dfbd0827f3085dcd336826c0950ca821d631fdd07a3124d6f, '', 0, '?'),
(0xe891f773d958d233b61cbafd66cafd24, 'wp-includes/blocks/file.php', '/home/www/iamctv.com/wp-includes/blocks/file.php', 1, 0x00000000000000000000000000000000, 0x6d488cd8a42de45254b95c71b0fd4f6d, 0x0964fd8c5fe06a9bbbf921dff1c424186cdf150e609b547ef143c165b9455ad3, '', 0, '?'),
(0xba02da2b4de225fcb55d9b73443030c5, 'wp-includes/blocks/freeform/block.json', '/home/www/iamctv.com/wp-includes/blocks/freeform/block.json', 1, 0x00000000000000000000000000000000, 0x9367fb1c46a9f16a1ea072ce7ea1cd2c, 0x3c0a1289880a6b98815d9e65530c4741bf0325530b9c0c2f70263c75d8e00378, '', 0, '?'),
(0x67944b19b38499d24e1b3e4aaac03416, 'wp-includes/blocks/freeform/editor-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/freeform/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x03c49f054bebe86da2bcd7808ba3e19c, 0x6731c5678e2c4032d15fea8f737bf00fc224909be779f33973b0acb4373de140, '', 0, '?'),
(0x2bc862e7ca05b3eb49023d077159dfda, 'wp-includes/blocks/freeform/editor-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/freeform/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xf7965ec65b2530d7dfe5a91747f6a7f3, 0xfe0d2e5a0f1e45e7e768eaa0fd840f0feed9283a95304282b288241275ca460b, '', 0, '?'),
(0xe6bc67acec77df8dfc686df797d541fa, 'wp-includes/blocks/freeform/editor.css', '/home/www/iamctv.com/wp-includes/blocks/freeform/editor.css', 1, 0x00000000000000000000000000000000, 0x303be34c1b935721fd97b57243dac787, 0xac10dabe692e7a6ffb164df4d45cf14e47c7515c51292e3f39589558f41ad39f, '', 0, '?'),
(0x89f156895abe381efe3dc976e0c4e263, 'wp-includes/blocks/freeform/editor.min.css', '/home/www/iamctv.com/wp-includes/blocks/freeform/editor.min.css', 1, 0x00000000000000000000000000000000, 0x67fa8d0a81870fd4f0031346fbcd9bcc, 0xf08136381830de3266067ecb30a7995c21cfc20f6811d76e420b51120e6627da, '', 0, '?'),
(0xc5f65a5444c00d9d5bf8e546634c4cd3, 'wp-includes/blocks/gallery/block.json', '/home/www/iamctv.com/wp-includes/blocks/gallery/block.json', 1, 0x00000000000000000000000000000000, 0x8cc3c694c11c67076d233a09fed92f03, 0xee9e0a4d766cf29e813200ac4fb4375dbfd82e73b32cf336695016db2d5c24f0, '', 0, '?'),
(0x37b8b0981bf9c816bd40947235aeee0b, 'wp-includes/blocks/gallery/editor-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/gallery/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x0c47449ecee3b94269693b35087f8e76, 0x11c5ff1b80e47c5ad9efa9568fcdad2efb8e662ca82d0f09446529e571dd0067, '', 0, '?'),
(0x1405ad1074925953512f5b8aae52cd43, 'wp-includes/blocks/gallery/editor-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/gallery/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x043497cee7aa1a25d86707c54a3765cc, 0x2770392e4a0c462a6f6d11b972a6a60ede5ddee622954ea09e11b6482f9a90c8, '', 0, '?'),
(0xedd8c0551f85d845e0fd4bda822af155, 'wp-includes/blocks/gallery/editor.css', '/home/www/iamctv.com/wp-includes/blocks/gallery/editor.css', 1, 0x00000000000000000000000000000000, 0x3df5f2e787ac70fa54c7fff55ad74c91, 0x583231effa54402c6b6f6a9fd9877ba54c4456acbdd1734e50f98665ef9590b9, '', 0, '?'),
(0x7c1083eae6bd4ce7ef463883353c5a4d, 'wp-includes/blocks/gallery/editor.min.css', '/home/www/iamctv.com/wp-includes/blocks/gallery/editor.min.css', 1, 0x00000000000000000000000000000000, 0x936aba714b5aa5250ca48b7e7ef69a77, 0xd58b4f09a25f60ba6a558c8971528f14d3a2aca1984bc303ac0211d2394fcb52, '', 0, '?'),
(0xdae3ccad0a35ef4285f3eea3df2bd56c, 'wp-includes/blocks/gallery/style-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/gallery/style-rtl.css', 1, 0x00000000000000000000000000000000, 0xbc5754a704e021f3bdbed3d06b8115f8, 0x56b22a28da3692fdc0d64de06291f51080410a00fefe59ba5ecb60808c163f57, '', 0, '?'),
(0xfe7d80e641a9ee35ed205007d486cef4, 'wp-includes/blocks/gallery/style-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/gallery/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x4b70c472c2d70ba32143c155dedec0f2, 0x546599893ca46249d142824e1048d4ac521ecef786dcf37233b3759d7187f218, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xb7985ca8e9ce304fb627775b6c2f5e24, 'wp-includes/blocks/gallery/style.css', '/home/www/iamctv.com/wp-includes/blocks/gallery/style.css', 1, 0x00000000000000000000000000000000, 0x85223fba3b7cdadea2b4018ced00e8d0, 0xfed1cc2f1d0517a20179127bdfbec455cec5b2155879eb5a0fe981684932f7b3, '', 0, '?'),
(0xeb5f8b31743d7154b551a42aab46f28f, 'wp-includes/blocks/gallery/style.min.css', '/home/www/iamctv.com/wp-includes/blocks/gallery/style.min.css', 1, 0x00000000000000000000000000000000, 0x36d481c18951fbf4c8a83880917ccf56, 0x92468eea4871ba8b9df4e4aa8ec552972e985450ee0c310cdc0230bbda10ffd6, '', 0, '?'),
(0x5f77b9fab0e6c0d8f627d70f4a1b5336, 'wp-includes/blocks/gallery/theme-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/gallery/theme-rtl.css', 1, 0x00000000000000000000000000000000, 0x305391e255c427cfc932645013b8da9e, 0xa0d46327ae1c9b2f7f0b442e6840a6d7d8397eb1841423ba375f8a303f0f29e8, '', 0, '?'),
(0x1efba830776360d817a33738d41f9f4d, 'wp-includes/blocks/gallery/theme-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/gallery/theme-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x32cdfc8879d093d3f04c2ba48335a609, 0x8c1990f2b47adbec975702b798e92647dff462c7f0fc85fedb607870e76497d2, '', 0, '?'),
(0x446d8eb9e88b12fe6f8422a4ecd561db, 'wp-includes/blocks/gallery/theme.css', '/home/www/iamctv.com/wp-includes/blocks/gallery/theme.css', 1, 0x00000000000000000000000000000000, 0x305391e255c427cfc932645013b8da9e, 0xa0d46327ae1c9b2f7f0b442e6840a6d7d8397eb1841423ba375f8a303f0f29e8, '', 0, '?'),
(0x5c4cde7dd2f7e659967e06dc6c618aa3, 'wp-includes/blocks/gallery/theme.min.css', '/home/www/iamctv.com/wp-includes/blocks/gallery/theme.min.css', 1, 0x00000000000000000000000000000000, 0x32cdfc8879d093d3f04c2ba48335a609, 0x8c1990f2b47adbec975702b798e92647dff462c7f0fc85fedb607870e76497d2, '', 0, '?'),
(0x0eadc16f2b468bbffc30486e33c7684a, 'wp-includes/blocks/gallery.php', '/home/www/iamctv.com/wp-includes/blocks/gallery.php', 1, 0x00000000000000000000000000000000, 0x85289d5c6c90d20e9ec933743219f3ae, 0xa23835c8a1ff350c1916e69795f2eff7485b98c510411716aac4e937e88406ad, '', 0, '?'),
(0xb2311841ebe262c8b189e238a394454e, 'wp-includes/blocks/group/block.json', '/home/www/iamctv.com/wp-includes/blocks/group/block.json', 1, 0x00000000000000000000000000000000, 0xbf99009d280307af391482189419960e, 0x56d2ec1e984dc48ed2d72c95cf2e3fc1546e37af5f15bb41fcc0cb968df8d445, '', 0, '?'),
(0xc49b0bc577fab2022bebb671415a1f12, 'wp-includes/blocks/group/editor-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/group/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x1b55aef4de99ef7e88576583cb335288, 0xba937cb766364d2ae0582366f8c028c5d95c9668cf6ac85eba6e707f7fd9729b, '', 0, '?'),
(0x6a3b17a18fc75fa73dd81afc029d9398, 'wp-includes/blocks/group/editor-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/group/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xba97e75cafe4bf6a5c00f5cd7484e078, 0x4458b7aea5fefee1037337e4d5a02baf96bc3f631e819709b6dc60ca72d125dd, '', 0, '?'),
(0x65cd27b1f019f737840d8082eddacfd8, 'wp-includes/blocks/group/editor.css', '/home/www/iamctv.com/wp-includes/blocks/group/editor.css', 1, 0x00000000000000000000000000000000, 0x8538e51dbf37ed265cf68caeac7566f2, 0x13b8280791b06c6e3f31c08ac4aae8baa1b02747f4d8888a994160b1d86b7a3c, '', 0, '?'),
(0x2cf59212285827ac838be1255a8bc67c, 'wp-includes/blocks/group/editor.min.css', '/home/www/iamctv.com/wp-includes/blocks/group/editor.min.css', 1, 0x00000000000000000000000000000000, 0x49906aae1ac0d2de27c05b21c0db8388, 0x2c4e4c9743fee3d59e95a913ef0fda78b57b7cad1779682eb75cf2824a03c1a3, '', 0, '?'),
(0x169c29cd5065d5ee44eea3f888c82073, 'wp-includes/blocks/group/style-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/group/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x49fedbd6dff557d340d602474221083f, 0xbd5954056c24669cb5e1757cb54fe8b0fd62d985a620f923eb868a9d29acabef, '', 0, '?'),
(0x9673cc365a8df824d3be798de1441528, 'wp-includes/blocks/group/style-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/group/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x123d3ebde5c42aa0a166b4b15bb5b39e, 0xcfa9911597fe7a97844a2696174f7b7c4b0c905e7f96d6a4ab302e0606d53174, '', 0, '?'),
(0x79f105a0ab004c7ac0e3b6b5810bd988, 'wp-includes/blocks/group/style.css', '/home/www/iamctv.com/wp-includes/blocks/group/style.css', 1, 0x00000000000000000000000000000000, 0x49fedbd6dff557d340d602474221083f, 0xbd5954056c24669cb5e1757cb54fe8b0fd62d985a620f923eb868a9d29acabef, '', 0, '?'),
(0xba783b045ffa1971ed1b16882a603c05, 'wp-includes/blocks/group/style.min.css', '/home/www/iamctv.com/wp-includes/blocks/group/style.min.css', 1, 0x00000000000000000000000000000000, 0x123d3ebde5c42aa0a166b4b15bb5b39e, 0xcfa9911597fe7a97844a2696174f7b7c4b0c905e7f96d6a4ab302e0606d53174, '', 0, '?'),
(0xcf8a5977d4d7b915988c1f45ad8147ea, 'wp-includes/blocks/group/theme-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/group/theme-rtl.css', 1, 0x00000000000000000000000000000000, 0x2a265aebbcdf65e16438f81e1d6fcda6, 0xf0916a1705319bf5952b3f50c8955918e881bf51bfac0e3c0d94a0e65c549b8a, '', 0, '?'),
(0xa7cc63e10e2d062c528e7165655cde17, 'wp-includes/blocks/group/theme-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/group/theme-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x115c090614a5ca9d07bd3d91665a3955, 0x15e20d69a024792be18b68f43fb1f81483c66ae9adbe1a8998ba6233ad734a29, '', 0, '?'),
(0xa622ad51834f4fb1c050a4e305a06217, 'wp-includes/blocks/group/theme.css', '/home/www/iamctv.com/wp-includes/blocks/group/theme.css', 1, 0x00000000000000000000000000000000, 0x2a265aebbcdf65e16438f81e1d6fcda6, 0xf0916a1705319bf5952b3f50c8955918e881bf51bfac0e3c0d94a0e65c549b8a, '', 0, '?'),
(0xb073fc249fd06c41f3462dc1b95e80db, 'wp-includes/blocks/group/theme.min.css', '/home/www/iamctv.com/wp-includes/blocks/group/theme.min.css', 1, 0x00000000000000000000000000000000, 0x115c090614a5ca9d07bd3d91665a3955, 0x15e20d69a024792be18b68f43fb1f81483c66ae9adbe1a8998ba6233ad734a29, '', 0, '?'),
(0x09e6b612f74968f01c429a7007164f1b, 'wp-includes/blocks/heading/block.json', '/home/www/iamctv.com/wp-includes/blocks/heading/block.json', 1, 0x00000000000000000000000000000000, 0xecbe49a944102b9ebdafb1b1dad93705, 0xbb0b3d148433bee98aab968d57e338bbea7cefb5cb0e03c39d97f609d9e79f4f, '', 0, '?'),
(0xfaf7678a28af3335d1d235ed6b861928, 'wp-includes/blocks/heading/style-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/heading/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x0808444eb416da2f0b59fdeeb8696052, 0x4b99e9b1ce38ff12f7b863de58b6dde6d9f69944f630e26481adb17cadde4a36, '', 0, '?'),
(0xfb7a74f05ba0d312fea2c0a0149b8e93, 'wp-includes/blocks/heading/style-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/heading/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x39467329b11623fb31c8c0d81edd2009, 0xb77c1aa3b236941bba99515f52a615187cffa629456ff07653b1772c25b57e98, '', 0, '?'),
(0xbe40296020d5e47e4fdd7defbb6163cc, 'wp-includes/blocks/heading/style.css', '/home/www/iamctv.com/wp-includes/blocks/heading/style.css', 1, 0x00000000000000000000000000000000, 0x0808444eb416da2f0b59fdeeb8696052, 0x4b99e9b1ce38ff12f7b863de58b6dde6d9f69944f630e26481adb17cadde4a36, '', 0, '?'),
(0x86f1826b56fede37ad93a30f0132d22b, 'wp-includes/blocks/heading/style.min.css', '/home/www/iamctv.com/wp-includes/blocks/heading/style.min.css', 1, 0x00000000000000000000000000000000, 0x39467329b11623fb31c8c0d81edd2009, 0xb77c1aa3b236941bba99515f52a615187cffa629456ff07653b1772c25b57e98, '', 0, '?'),
(0x6dbd35ad2927f2df076148b30da4eb2d, 'wp-includes/blocks/home-link/block.json', '/home/www/iamctv.com/wp-includes/blocks/home-link/block.json', 1, 0x00000000000000000000000000000000, 0x4b9849e3d36861b796323d8800634730, 0xd3e15d6541ce9d03d3d5bfc30f637012fd905e78cc62f6df048176edb990eb02, '', 0, '?'),
(0x0b319b0d7bd186946e4465e2de505ded, 'wp-includes/blocks/home-link.php', '/home/www/iamctv.com/wp-includes/blocks/home-link.php', 1, 0x00000000000000000000000000000000, 0xe7edc42ecb3b0500da3d2892426bf5bb, 0x280006394c3f9480c4e918022716a159f001f1a89e0abadfbc4ce13ba0b450ef, '', 0, '?'),
(0x8a9ebe16012faac41ab2f8290f79d00d, 'wp-includes/blocks/html/block.json', '/home/www/iamctv.com/wp-includes/blocks/html/block.json', 1, 0x00000000000000000000000000000000, 0xd50ed4647006b5515ffb476102c60052, 0xec69a7a8306f579ad9216eb8ee376052e2aa10486264c7257914eef3354c8b3d, '', 0, '?'),
(0xc1174013f38384f78a9cebb5b04f6ea3, 'wp-includes/blocks/html/editor-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/html/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0xdadc51a9526597040fbf9d6dc685a20c, 0x7623058e7075ac10a368cc31efb73e06d2bfe0d9abeba7ce338cc19cc0369b15, '', 0, '?'),
(0xc476fb562f57ce0bcf7b1d7d215ecf4e, 'wp-includes/blocks/html/editor-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/html/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x0cb75a953f83394d7d6dd925c4548384, 0x9f4e9211f7cadb5d46a9e4337016923c0636f6bd0ff04077eb253c7d3b06d011, '', 0, '?'),
(0x0637dc632d02be94d56bd08422b6606b, 'wp-includes/blocks/html/editor.css', '/home/www/iamctv.com/wp-includes/blocks/html/editor.css', 1, 0x00000000000000000000000000000000, 0x5a086dcd0b7fc3cac7b7214b46bffe9c, 0x0a5e2f339b3c530c15b2ecfc7744eb2d943f719b5226b122fedc7339316f527d, '', 0, '?'),
(0x6776d4d91a554fffddf2f1f01dadf6c9, 'wp-includes/blocks/html/editor.min.css', '/home/www/iamctv.com/wp-includes/blocks/html/editor.min.css', 1, 0x00000000000000000000000000000000, 0x18329933845838f7dc3c3429654be362, 0x3c5b6e2933b6616054edc1213a985de603b1ff0245ebc9777b4fe1941b0890f9, '', 0, '?'),
(0xe41af4084be9f5015eaa14bdfb0a19f5, 'wp-includes/blocks/image/block.json', '/home/www/iamctv.com/wp-includes/blocks/image/block.json', 1, 0x00000000000000000000000000000000, 0xe085da33fea0382d4eef0b8276f4ef1d, 0x66fd731b3097eb1f80dd594668926e8435afd257cb8805e6edea3ebf0be37a03, '', 0, '?'),
(0x294654111d6a9b97adf3ab434a63fb47, 'wp-includes/blocks/image/editor-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/image/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x04c5368ef5d3f620a2e0dd5b594fd157, 0x7166b5173df2fb9054aadd821690c4f4b71242b29d92706ab9ddf46c4a73ed9f, '', 0, '?'),
(0xe45c2fe89d8457de6ece2d950a9d2039, 'wp-includes/blocks/image/editor-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/image/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x5b96ca8c20b69fd7762ddf352a87f0ab, 0xbadca7dcd38dbdce6080e7cc8108c031479a43760a0a44e46d2e3600c2b324d8, '', 0, '?'),
(0x6374c5d7a91d9258eed9bede75db7976, 'wp-includes/blocks/image/editor.css', '/home/www/iamctv.com/wp-includes/blocks/image/editor.css', 1, 0x00000000000000000000000000000000, 0x9d36a5fcb859270d15a4a4fd21d9c5c2, 0xa3614f091c2fea66f195d8f496babf67edb7aabdec6a05bff9f22fce3a9948ac, '', 0, '?'),
(0x3977760df7ee91db5e9bab21024316a9, 'wp-includes/blocks/image/editor.min.css', '/home/www/iamctv.com/wp-includes/blocks/image/editor.min.css', 1, 0x00000000000000000000000000000000, 0xd5e6b906c366b4b192c4f4ef2492814f, 0x4286056ede3a7f080bf1f15751381dac28ffa775c848121cc7ca7ee100cbc42a, '', 0, '?'),
(0x46604ddfb863ff1b4ea721a1b7afed08, 'wp-includes/blocks/image/style-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/image/style-rtl.css', 1, 0x00000000000000000000000000000000, 0xf607ccad1571100479a20a3b5d2681ef, 0x95f718eca8d0b21af4e10727bec6186b65114536fa0946380cbc7d30ddc2bbbe, '', 0, '?'),
(0x99e6699c259bf9c36f8b29dc2385bb5c, 'wp-includes/blocks/image/style-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/image/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xb989dbfaf2720b0167bfdd8d3ad5458c, 0x4001b519b8b21fa50e8f32d71379c8798607217b3966de36e967c5f7b4722f53, '', 0, '?'),
(0xa5696b5b216757fa8d187d9e76b8c8b5, 'wp-includes/blocks/image/style.css', '/home/www/iamctv.com/wp-includes/blocks/image/style.css', 1, 0x00000000000000000000000000000000, 0x0bd126db13654ecb153e08ea7fa4b21a, 0xbe5414e707ad0688b946987138af315ab65999584f86203762fd0e8e5df8b845, '', 0, '?'),
(0x309cf73c4be37d089faa8c9d9dd78710, 'wp-includes/blocks/image/style.min.css', '/home/www/iamctv.com/wp-includes/blocks/image/style.min.css', 1, 0x00000000000000000000000000000000, 0x223af6c933e09f39e047a6506140af58, 0x4a4c173db528247c270f08b0bb8091c101c0e83c07f45fb26e82fede87db771a, '', 0, '?'),
(0xfec872417cc68beef8c464834feca8b0, 'wp-includes/blocks/image/theme-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/image/theme-rtl.css', 1, 0x00000000000000000000000000000000, 0xe7ee15ab65441835502f4242ef342cc6, 0xf34187f82d84e26bdc90b2851cfa426b0fc23af753519a67d32973939e409d63, '', 0, '?'),
(0x6cabdffb534e1e566e67e0e6b3798c3c, 'wp-includes/blocks/image/theme-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/image/theme-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xd879f4754bc314073086402aa4b1639d, 0xc843b3d5c0df5bfd70aba35d198acedf4f8a79eea505288e1d28cc7bc1592606, '', 0, '?'),
(0x896012db6fc019ed2e5153178ceb6081, 'wp-includes/blocks/image/theme.css', '/home/www/iamctv.com/wp-includes/blocks/image/theme.css', 1, 0x00000000000000000000000000000000, 0xe7ee15ab65441835502f4242ef342cc6, 0xf34187f82d84e26bdc90b2851cfa426b0fc23af753519a67d32973939e409d63, '', 0, '?'),
(0x7131d148616d4820512670522d5e44e1, 'wp-includes/blocks/image/theme.min.css', '/home/www/iamctv.com/wp-includes/blocks/image/theme.min.css', 1, 0x00000000000000000000000000000000, 0xd879f4754bc314073086402aa4b1639d, 0xc843b3d5c0df5bfd70aba35d198acedf4f8a79eea505288e1d28cc7bc1592606, '', 0, '?'),
(0x75f5fccb637aa4ea4a8bb14494f7ba4d, 'wp-includes/blocks/image.php', '/home/www/iamctv.com/wp-includes/blocks/image.php', 1, 0x00000000000000000000000000000000, 0x162d81be2cc9f66b3524585e824e96cd, 0x3e2128cbf4267acdd4b6b14dac64ef7c7e1c1f89959d88f3889ee916ebe95477, '', 0, '?'),
(0xcc81d4910fa61041b948615daa273aa9, 'wp-includes/blocks/index.php', '/home/www/iamctv.com/wp-includes/blocks/index.php', 1, 0x00000000000000000000000000000000, 0x3f092d5bd8634631d35316d69d0523fd, 0x5403b3e53d77be6d89dc646234210264cde3a076798728d3e3c771af3085485f, '', 0, '?'),
(0x944ccdd07e69533fd376b6433ec84079, 'wp-includes/blocks/latest-comments/block.json', '/home/www/iamctv.com/wp-includes/blocks/latest-comments/block.json', 1, 0x00000000000000000000000000000000, 0x54e2daf10a6dbfa4a461f4a5b287d8f4, 0xbf7ef160669e44d0dc119c0a2f2665465ada93933c412d3d7d258938571af94c, '', 0, '?'),
(0x1ca88249a783b0f7aa557a5957672167, 'wp-includes/blocks/latest-comments/style-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/latest-comments/style-rtl.css', 1, 0x00000000000000000000000000000000, 0xcc0dfaf2bec808ab88d5181e0bbe1722, 0xdc3e413fcd3c3bfda4f7716e8597dbd752165928f385f7dee009105a85974c18, '', 0, '?'),
(0x9ee5b2cad02323d5916e0a64415cad65, 'wp-includes/blocks/latest-comments/style-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/latest-comments/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x3027fa1bfac571348a50011f53f1c8ea, 0xb5c140dc8ea5695374f10db42debf6a08cedf675812c7713be932aa96eda0433, '', 0, '?'),
(0x9855c453880d0b42e7a0cc633e0ddd0c, 'wp-includes/blocks/latest-comments/style.css', '/home/www/iamctv.com/wp-includes/blocks/latest-comments/style.css', 1, 0x00000000000000000000000000000000, 0x58eead8a56a965c959f93279c991238a, 0x98094cd56cc2fdb9128500a4c5ab198a96c66ce0aa53835e0636356a137ac275, '', 0, '?'),
(0xc59c8300bb3e6a19f42d8cbba79aa4ea, 'wp-includes/blocks/latest-comments/style.min.css', '/home/www/iamctv.com/wp-includes/blocks/latest-comments/style.min.css', 1, 0x00000000000000000000000000000000, 0xe7908c55e67edb5001aba428d203026b, 0x081556e5333d25fbc26b4ff55b330bb9da160c074e6633dfe953d73076d2daa6, '', 0, '?'),
(0xaa75241d8a7bc2e3db15dca893a776e5, 'wp-includes/blocks/latest-comments.php', '/home/www/iamctv.com/wp-includes/blocks/latest-comments.php', 1, 0x00000000000000000000000000000000, 0x83aba139ae825fe599477cbb883625f3, 0xfee654d072514eb48c348b56154a3a9400e937d590827a17a14e61148803160d, '', 0, '?'),
(0x068162dee7a4c9cd9580f12b6633a163, 'wp-includes/blocks/latest-posts/block.json', '/home/www/iamctv.com/wp-includes/blocks/latest-posts/block.json', 1, 0x00000000000000000000000000000000, 0x53f6c56454d30a56bf56f2195af42823, 0x84830b5b37132606ee0199ca640a741ea8bf6d56d3a45d719d1b697fa544ecca, '', 0, '?'),
(0xd00cecbcfa02a682046773988629dd85, 'wp-includes/blocks/latest-posts/editor-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/latest-posts/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0xe3c9fcc607267d0ad63062647ad98804, 0x7e81d8166aee542043d3b01c40e1ec99046fae7948f95a004b86fba3eadde570, '', 0, '?'),
(0x824dc8ae73edc3e1d301257d9b2b3ded, 'wp-includes/blocks/latest-posts/editor-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/latest-posts/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x8629d122a8fe488980296b226520351e, 0x5d8feb2234c96f4f59a29744935079c330bf53785d809552bf72e8c514fd9f1b, '', 0, '?'),
(0x4badf491871ecb52097741c5e4d0651b, 'wp-includes/blocks/latest-posts/editor.css', '/home/www/iamctv.com/wp-includes/blocks/latest-posts/editor.css', 1, 0x00000000000000000000000000000000, 0x36130b0c663949433c8047909d581503, 0x48e0c4b96a9257d42c978fa2387d57c0df0670167ccaa94df2f9c9eabcaaea02, '', 0, '?'),
(0x753e5d0004614f3cef473a9c35c55abf, 'wp-includes/blocks/latest-posts/editor.min.css', '/home/www/iamctv.com/wp-includes/blocks/latest-posts/editor.min.css', 1, 0x00000000000000000000000000000000, 0x3016c7d78bc2d7dc0e486b624e9128ab, 0x472f0a89a853a81e017887259641184b75596567048e279a390e27ca1f175e12, '', 0, '?'),
(0x8bac5be48836bba8640463480b612008, 'wp-includes/blocks/latest-posts/style-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/latest-posts/style-rtl.css', 1, 0x00000000000000000000000000000000, 0xbc9bf0c745e99083506c30b4924f2441, 0xbcad4a4269767fc7eead7d24100f3ab829ffa9ce7494228efba000af309f78ce, '', 0, '?'),
(0x8e43a0141d2cdaa688523141c40958da, 'wp-includes/blocks/latest-posts/style-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/latest-posts/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x19410fb03c2083beb7ea636b2035d266, 0x88eaf410290dfef50d4b1a4089b95ff99adb5a5ad994bcfe33b414f969e89143, '', 0, '?'),
(0xf3c3007f4c90ebe1078bc6139d360ec2, 'wp-includes/blocks/latest-posts/style.css', '/home/www/iamctv.com/wp-includes/blocks/latest-posts/style.css', 1, 0x00000000000000000000000000000000, 0xef364e3e4d041daa23434a92ea559cfc, 0x17dfb28803073e8538f4b16d2afe4ca1fddca2fcd9e04688a1af457125a29fff, '', 0, '?'),
(0xe906b155a90c4d558fa512ada924e417, 'wp-includes/blocks/latest-posts/style.min.css', '/home/www/iamctv.com/wp-includes/blocks/latest-posts/style.min.css', 1, 0x00000000000000000000000000000000, 0xdfecec700293e5269606494e02512c7f, 0xc4331270f99ba11158d85cf77e103d7f46afc35c4ea93e52c6d8597c7526b48a, '', 0, '?'),
(0xf2310a02f20ce7cfc1c1a178bebfacd9, 'wp-includes/blocks/latest-posts.php', '/home/www/iamctv.com/wp-includes/blocks/latest-posts.php', 1, 0x00000000000000000000000000000000, 0x6aa9e55458ee0f15d5c51eeeeed9a930, 0x8a180a22633bdf7cb0c2893055309c3d4cc1ef039618f3885d71bad6b3814e40, '', 0, '?'),
(0xc4cf6582fd4e102dcfdd40311a05a3cb, 'wp-includes/blocks/legacy-widget/block.json', '/home/www/iamctv.com/wp-includes/blocks/legacy-widget/block.json', 1, 0x00000000000000000000000000000000, 0xfa78e91776bc191c5e0545cbf845da41, 0xfe7d32971515e86b00b593a668f0abad647a2175aab435edd2dead67649f639f, '', 0, '?'),
(0xe401040bd46063b44033edcfd2767ab4, 'wp-includes/blocks/legacy-widget.php', '/home/www/iamctv.com/wp-includes/blocks/legacy-widget.php', 1, 0x00000000000000000000000000000000, 0x524112a5fb49c576a1f963873d75af02, 0xf4ea10788bc084cc959ba0e173bc6aca2a59995018b62de6a0bdefdb403fb02e, '', 0, '?'),
(0xfd50f0de08be3afb8176b48dbf1b5177, 'wp-includes/blocks/list/block.json', '/home/www/iamctv.com/wp-includes/blocks/list/block.json', 1, 0x00000000000000000000000000000000, 0x9f89a666ac11f9c944898f39b361be26, 0x4e6df1981549f48545c161755a0ead18582c681805394119c0aae2dc89fcbee9, '', 0, '?'),
(0x8cdc0f5325dcd19c22e2cf728e211cd3, 'wp-includes/blocks/list/style-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/list/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x9f66fce2e3f761bb27aede67dd2de6f8, 0x7c06cd155620c77d840da7af2b445e4191b7e91e1d86d724b28728fd450e5455, '', 0, '?'),
(0x49d7f138dfbdfd54fb1ab5aab29930a3, 'wp-includes/blocks/list/style-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/list/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x5a862e7bb63ac53660ee882c749a6565, 0x5bfdd078fdfd38414c8ca8a06c7a38066d39280405d3070dca0d002c7d11a24e, '', 0, '?'),
(0x8fc77197f4ebbba3442884b6826a89ad, 'wp-includes/blocks/list/style.css', '/home/www/iamctv.com/wp-includes/blocks/list/style.css', 1, 0x00000000000000000000000000000000, 0x9f66fce2e3f761bb27aede67dd2de6f8, 0x7c06cd155620c77d840da7af2b445e4191b7e91e1d86d724b28728fd450e5455, '', 0, '?'),
(0x1377d137fe762b8f7131921ab31d8ad1, 'wp-includes/blocks/list/style.min.css', '/home/www/iamctv.com/wp-includes/blocks/list/style.min.css', 1, 0x00000000000000000000000000000000, 0x5a862e7bb63ac53660ee882c749a6565, 0x5bfdd078fdfd38414c8ca8a06c7a38066d39280405d3070dca0d002c7d11a24e, '', 0, '?'),
(0xe529a6e9b7ab9cca1267cca80b125214, 'wp-includes/blocks/loginout/block.json', '/home/www/iamctv.com/wp-includes/blocks/loginout/block.json', 1, 0x00000000000000000000000000000000, 0xcf5b593607c70358264b86f635ba47bd, 0x8c48a43dcad690783744079bef526d72c3aa33ac44e60b4db8b99d8e1d77dbe6, '', 0, '?'),
(0xfe4c896f411d379ff1ff650c06760914, 'wp-includes/blocks/loginout.php', '/home/www/iamctv.com/wp-includes/blocks/loginout.php', 1, 0x00000000000000000000000000000000, 0xed8de020beea61472a71633ad819427b, 0xc54bede6728a4db58f6d386eea4a4b80a8bb3e8f608a16ad41cbdc85f7bc6aee, '', 0, '?'),
(0x9bc51689f3455811efefd57c1f54a7c4, 'wp-includes/blocks/media-text/block.json', '/home/www/iamctv.com/wp-includes/blocks/media-text/block.json', 1, 0x00000000000000000000000000000000, 0xf488fa51de746c0535a9b189b0bc67fb, 0x83421a2eaa2286c7a2fe2810225b821ea3a928d4d9aadd045ea06eab2cb6a18a, '', 0, '?'),
(0x16528f72e872a528dec89fc7c0e350b3, 'wp-includes/blocks/media-text/editor-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/media-text/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x6b92d9d726b92a1884a6fd18f336be30, 0xaa64e2967af5a5e4cb9dfaa34774af31ae2881918f133215046f96fa2946b396, '', 0, '?'),
(0xb1726e9960096d06aa17a1240091cf56, 'wp-includes/blocks/media-text/editor-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/media-text/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x1781d86ce4a5cfc1228cd5c0fb5cc7fa, 0x3849e0de23f50a90e9ebfe3d6d4df057fef6fce1b891dad2e54a8f0886b47300, '', 0, '?'),
(0x88065aced4512b78c7ff72b6df30bdee, 'wp-includes/blocks/media-text/editor.css', '/home/www/iamctv.com/wp-includes/blocks/media-text/editor.css', 1, 0x00000000000000000000000000000000, 0x531ffef3b02140c58fc9b54292d71829, 0x1ed73185ded3b2225678e1d0415d527f2b2e12388b06769016f582550833197c, '', 0, '?'),
(0x3b6ee09b43678eab37248e3bf5ef175f, 'wp-includes/blocks/media-text/editor.min.css', '/home/www/iamctv.com/wp-includes/blocks/media-text/editor.min.css', 1, 0x00000000000000000000000000000000, 0x3edab8c01a426852ab3ba3d9fd85aaa6, 0x8cc0d2e394bbd8af9301ab9c6ea6d7b35084e5aba7bdf75a80e5b94b28a66030, '', 0, '?'),
(0xddd1fb0214c2340e0ed2f7b497b0f283, 'wp-includes/blocks/media-text/style-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/media-text/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x21ff3565fc03e6ecd4bbfa81975565f1, 0x4bf5a111f701263467d1abb1ab2620d9942bcd44204bab2b648e0b834f9975b5, '', 0, '?'),
(0x2987339e0d9ede13722dcef283a37479, 'wp-includes/blocks/media-text/style-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/media-text/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xec3c68a0b303fd8a65a01162fb256d01, 0xbfa8213b68ade986a8c61bfcba1e833ce7abd5e82cafaf6c3f67d2ec7ae47564, '', 0, '?'),
(0x1b5f8cc57a88ada439b7dd80443aa6d5, 'wp-includes/blocks/media-text/style.css', '/home/www/iamctv.com/wp-includes/blocks/media-text/style.css', 1, 0x00000000000000000000000000000000, 0x64f90c279e00875ca81c3add57e5045f, 0x830ce55c01bae0fb411a154d69370b8eed69d2b673df7b7940e82b01c0548f8d, '', 0, '?'),
(0xfa3a59dfd705969f3ef4bda1e2d7123d, 'wp-includes/blocks/media-text/style.min.css', '/home/www/iamctv.com/wp-includes/blocks/media-text/style.min.css', 1, 0x00000000000000000000000000000000, 0x6ef6c9defb3b9b1ff050884c738c88e0, 0x7d934092a0ee6e7c7bec4b572e2fb2d8574dc0d2eea738eb760869dba9676bf9, '', 0, '?'),
(0xa517246e31e4a1d906555ced7828ec96, 'wp-includes/blocks/missing/block.json', '/home/www/iamctv.com/wp-includes/blocks/missing/block.json', 1, 0x00000000000000000000000000000000, 0xa7a2905973412919918037f9b1c694ab, 0x071502d44963d77231ac50ce44187cf4ccc7a1a30da451d4e9b93206d7cc037e, '', 0, '?'),
(0xbe9f58eeec77121bd50f1cb1044592eb, 'wp-includes/blocks/more/block.json', '/home/www/iamctv.com/wp-includes/blocks/more/block.json', 1, 0x00000000000000000000000000000000, 0x154527a7ac9eff1c37e4df0e2c8a633a, 0xe4262894833cfaa850db5aa6f16d9d15f725a6fcae0bb9812a419f267d2f2be9, '', 0, '?'),
(0x17c892224e3d11914ce211b01b2e9055, 'wp-includes/blocks/more/editor-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/more/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0xb135423ada1a0b7f2e2bbcbb3db2779d, 0x4834cebad009d612972dbd55af1313a1799765f53d9bf918e9e8d5f80254105c, '', 0, '?'),
(0xd1039c4555bbabf42dd184834ddeea3a, 'wp-includes/blocks/more/editor-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/more/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xe2e389729a3c2567a36764cf91e31d89, 0x5b7caf892e4ecba1eac9ebd1c00f3f4fd7df5d3bb4238ff5c135b7d987835403, '', 0, '?'),
(0x7e9f4330af1cdc32b4332ab8a0d7fb4a, 'wp-includes/blocks/more/editor.css', '/home/www/iamctv.com/wp-includes/blocks/more/editor.css', 1, 0x00000000000000000000000000000000, 0xd430391f49313d6b84b250fb2efcb90b, 0x0ef99a32e0a0e071a1fda5f3c3cb3db2bcaba5fc1934db2b1fcaab5ef9178e9c, '', 0, '?'),
(0xfe792e187bfc754adfa035fd5b901a2e, 'wp-includes/blocks/more/editor.min.css', '/home/www/iamctv.com/wp-includes/blocks/more/editor.min.css', 1, 0x00000000000000000000000000000000, 0x53feeaa697082bae48299a07360893fb, 0x8f182d6437bc97f89fd1d5765b70a305cebdc8d050196b34dd8dd0f1b19a7322, '', 0, '?'),
(0x544f5fd7a87745cfa73ce776089dce8d, 'wp-includes/blocks/navigation/block.json', '/home/www/iamctv.com/wp-includes/blocks/navigation/block.json', 1, 0x00000000000000000000000000000000, 0x2a04220e84b7c84829793690d648f297, 0x0c590f3ea8eac410104f4f6a40d68149318f2abad177345a2a62e601cc168aa3, '', 0, '?'),
(0x1f41bcf19fa7b6bb95662a6bbd10ecc6, 'wp-includes/blocks/navigation/editor-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/navigation/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0xddf5e5a221170c5eb217c7b0587d572c, 0xfdd1feb5555a1cb682ae0e7426bbc32150b6418a902b25dfcb2df67662039868, '', 0, '?'),
(0x90b5fc3eb9008720bc12cdd17a1eb21a, 'wp-includes/blocks/navigation/editor-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/navigation/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x2d292128e1d577279e2274791448708b, 0x49f235478a1045ca9473d664c4ba13fda3a0ebea504fadb042777e06a67361a2, '', 0, '?'),
(0x91ba76527aecdae8fe4037f2df672a54, 'wp-includes/blocks/navigation/editor.css', '/home/www/iamctv.com/wp-includes/blocks/navigation/editor.css', 1, 0x00000000000000000000000000000000, 0xa87d855c62251f2146f0300ff6f5fede, 0xd04216dc9f9853c1f6e4f826a0aa1faefa1d6f4f6a29e036e6a3b31e576166c3, '', 0, '?'),
(0x4d76d05596254cd2b5899bb4b2e01b6d, 'wp-includes/blocks/navigation/editor.min.css', '/home/www/iamctv.com/wp-includes/blocks/navigation/editor.min.css', 1, 0x00000000000000000000000000000000, 0xc285b98037d09dca09dbb3faceb4c2b4, 0xbbd3568005f8486332bc3e492cc23e103a32bfb2931d114b3466f0536f88b922, '', 0, '?'),
(0xec208bc57028e9828aabc8bc8961a387, 'wp-includes/blocks/navigation/style-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/navigation/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x24d6d6acac66d28ad7b9266a56f19937, 0x5a81da84c4021f0b81c24e7d3f3272f7415a5fd4eea3cdc3fdd4e8d07aa0e613, '', 0, '?'),
(0x889e9891d470e08efa9b41bf7a0e3177, 'wp-includes/blocks/navigation/style-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/navigation/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x178a38d78b0f97b46c614fb3f588e7dc, 0x73e98ab3c3586492121ca4c3854fb962f0045c96fe408c3c01fb48eb5cb4a449, '', 0, '?'),
(0x07c4836695b9a9b94848c0e09ac0ebb8, 'wp-includes/blocks/navigation/style.css', '/home/www/iamctv.com/wp-includes/blocks/navigation/style.css', 1, 0x00000000000000000000000000000000, 0x069dc7205f34f2d81806d109430da6eb, 0x797bfd08fd6d522b0211fab7ebc332948c25397d30ed1d750b9994d973af7700, '', 0, '?'),
(0x61671b4f494bb931de872e0af56742de, 'wp-includes/blocks/navigation/style.min.css', '/home/www/iamctv.com/wp-includes/blocks/navigation/style.min.css', 1, 0x00000000000000000000000000000000, 0x9f50640d4a277306ea8efdef52437bdc, 0x34e16dd6ea437f86654d4aeb27cbb8f45c0b6e557935fb060ed8eaa274b29c11, '', 0, '?'),
(0xb953df99008bc76306a5c6951f60348f, 'wp-includes/blocks/navigation/view.asset.php', '/home/www/iamctv.com/wp-includes/blocks/navigation/view.asset.php', 1, 0x00000000000000000000000000000000, 0x52c0fa8887db6db0fd790e14fdd39c46, 0xe8ec3af603204b45d88bb16e509d773f36e2cb94c6e648cbbaf1483667be2bfb, '', 0, '?'),
(0xb1995cf6fea71c8f4a52d98e806e0f78, 'wp-includes/blocks/navigation/view.js', '/home/www/iamctv.com/wp-includes/blocks/navigation/view.js', 1, 0x00000000000000000000000000000000, 0x6317ee9617b0e483f91141b569f7a682, 0xd251450ecb5dd42ee607efd1919b3b13092b18ea6f204e318f85b765a6f0c196, '', 0, '?'),
(0x394c3ea79a68391dc2b31f6b93ec1722, 'wp-includes/blocks/navigation/view.min.asset.php', '/home/www/iamctv.com/wp-includes/blocks/navigation/view.min.asset.php', 1, 0x00000000000000000000000000000000, 0x551427ea1df21f77312d0f6abf3cf514, 0x8da03a1230535d5018263ef9343193735955430303b297fbb18837072ad196bc, '', 0, '?'),
(0xa9d66a54fd6374f20fa0511291cc0223, 'wp-includes/blocks/navigation/view.min.js', '/home/www/iamctv.com/wp-includes/blocks/navigation/view.min.js', 1, 0x00000000000000000000000000000000, 0x16ddac019d03f2eed6d4d199fd1d3158, 0x2a0b95fc33fdc82d044805db4aca39fc25df2df3cebb5a88ac5fcce79d3856d1, '', 0, '?'),
(0x811663106463c69a71cc1b7eb7258beb, 'wp-includes/blocks/navigation-link/block.json', '/home/www/iamctv.com/wp-includes/blocks/navigation-link/block.json', 1, 0x00000000000000000000000000000000, 0x55f753bcd139a72be5bed9f242c2383c, 0x2f8d865cbe0d0dcffb6b8ec697f9ddecfbac7d03869ff86216f30bed315d854f, '', 0, '?'),
(0x0f276861551ab171cc60c1e8d9cc7567, 'wp-includes/blocks/navigation-link/editor-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/navigation-link/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x3a15b4f875cde4db4c77696b97d89f4c, 0x599027a3c76be994aa31560ff5c1951ad841e26ccf5955916d8e42ef50eeee16, '', 0, '?'),
(0x1706975cdb7ba8cadbebd499f35556d9, 'wp-includes/blocks/navigation-link/editor-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/navigation-link/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x979d9f1b18011a35ef90f6cc9239681d, 0x53f975c3562474c6cebbe6e5e7bd53cce022f0007014b024cf110bf57110f204, '', 0, '?'),
(0x38953ef20c80070a21489de9a712bbd7, 'wp-includes/blocks/navigation-link/editor.css', '/home/www/iamctv.com/wp-includes/blocks/navigation-link/editor.css', 1, 0x00000000000000000000000000000000, 0x41643b716e7c4e5ea42118acc53b7975, 0x6b91c85847c08955f391a2a5f7b2d6b3c9bcc5eb9f4563ce696698ba1a088827, '', 0, '?'),
(0x38571999ea38e9c6a8729164825a8e39, 'wp-includes/blocks/navigation-link/editor.min.css', '/home/www/iamctv.com/wp-includes/blocks/navigation-link/editor.min.css', 1, 0x00000000000000000000000000000000, 0xb882826ca8f85539076c304409deb975, 0x0f58a7832f6a33894a2653059176df95b8ec01a0fdcb5b38c05b4ada0415b779, '', 0, '?'),
(0x00fbf624a058edf3472db87f7455c6b9, 'wp-includes/blocks/navigation-link/style-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/navigation-link/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x622c74f39fe19f14502978e7a6b428be, 0x362644e2887efd3c26258ff9ea7a55b4aa42a8732448d45b9ff93f0a9765c27f, '', 0, '?'),
(0xf2ef3655de2a2975314015290050f3e8, 'wp-includes/blocks/navigation-link/style-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/navigation-link/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x34398e2f27e3f8c16821c83ff7ecb93f, 0x49c9508dc7182534baff49afba6b52bb1d1d8a37e7d772f98c238ecf50c0662c, '', 0, '?'),
(0x6be3a7cb1487c0848b5e6de65c879694, 'wp-includes/blocks/navigation-link/style.css', '/home/www/iamctv.com/wp-includes/blocks/navigation-link/style.css', 1, 0x00000000000000000000000000000000, 0x622c74f39fe19f14502978e7a6b428be, 0x362644e2887efd3c26258ff9ea7a55b4aa42a8732448d45b9ff93f0a9765c27f, '', 0, '?'),
(0x8596f580772e281409b53de7ba03dae9, 'wp-includes/blocks/navigation-link/style.min.css', '/home/www/iamctv.com/wp-includes/blocks/navigation-link/style.min.css', 1, 0x00000000000000000000000000000000, 0x34398e2f27e3f8c16821c83ff7ecb93f, 0x49c9508dc7182534baff49afba6b52bb1d1d8a37e7d772f98c238ecf50c0662c, '', 0, '?'),
(0xf95609eb8db5579e7f6b79169d8209b3, 'wp-includes/blocks/navigation-link.php', '/home/www/iamctv.com/wp-includes/blocks/navigation-link.php', 1, 0x00000000000000000000000000000000, 0xf25fea6aa6ba76cd0a1c69f8c086a723, 0x9a1bb25a24791b5b020dbf5006a998c8c386ebc60329bcf29b619970cf0015e4, '', 0, '?'),
(0x7886372e449d2616f4dab9ef8f67e6b9, 'wp-includes/blocks/navigation-submenu/block.json', '/home/www/iamctv.com/wp-includes/blocks/navigation-submenu/block.json', 1, 0x00000000000000000000000000000000, 0xd1c85a4a4473cbf175758679d9e4ab21, 0x68610fcd6c008890d21fd28dd7ee54488743e02abacc73019ee9baf42a2119a0, '', 0, '?'),
(0xe70eec518ae58acd6fea4350deb6e39a, 'wp-includes/blocks/navigation-submenu/editor-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/navigation-submenu/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0xbfcd35e2f832f67d59480e1675a5cc00, 0x95c4db56a1e4ae0e882e8b46b83153390b57eadb07bd3cfb39eef53f5c7b578b, '', 0, '?'),
(0xc41838bb6424e76e788913a59979c59a, 'wp-includes/blocks/navigation-submenu/editor-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/navigation-submenu/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x0fec6ebd43a06f77ef5afe71a3e3e6c4, 0xefa5f101b638cb6da49b9482d637f37d9bec740ec31179914aee9cfaeb90d36c, '', 0, '?'),
(0x66a3a61c1b6dc884a925a62321790dc0, 'wp-includes/blocks/navigation-submenu/editor.css', '/home/www/iamctv.com/wp-includes/blocks/navigation-submenu/editor.css', 1, 0x00000000000000000000000000000000, 0x1994243f66be1d8e63ffaf2cad342b70, 0x7e21b0437577b97d124a44fd35059d88914653cbc65ce9824fddc9ad87df32be, '', 0, '?'),
(0x504c959f465ed1398f52e1367a05b370, 'wp-includes/blocks/navigation-submenu/editor.min.css', '/home/www/iamctv.com/wp-includes/blocks/navigation-submenu/editor.min.css', 1, 0x00000000000000000000000000000000, 0xe212c225760167697db2f44388fb6e5c, 0x964579224e29e71d24189facb2c91997c385c28fb87565f641bad00f009447dd, '', 0, '?'),
(0x716aa4e64f2e43b8deacd0987dedf9c7, 'wp-includes/blocks/navigation-submenu.php', '/home/www/iamctv.com/wp-includes/blocks/navigation-submenu.php', 1, 0x00000000000000000000000000000000, 0xcc60019b6ea965b531b3f824805e2453, 0x04bff6f3fb612d163bd8c5dcb727f7b7f7a2ec3c2fb516213a3c3b6926b82227, '', 0, '?'),
(0x5657f13b7af4e62ab0c3e328d80fba8c, 'wp-includes/blocks/navigation.php', '/home/www/iamctv.com/wp-includes/blocks/navigation.php', 1, 0x00000000000000000000000000000000, 0xe28e6ef119aff347956882d98650d7e0, 0xa1899555d16dc3cd5d2417344ddc2ac4dd608d8a4fad5bb2eeaf87130395bfea, '', 0, '?'),
(0xd3737dd4f9c7b6ea29d3541dd056afcf, 'wp-includes/blocks/nextpage/block.json', '/home/www/iamctv.com/wp-includes/blocks/nextpage/block.json', 1, 0x00000000000000000000000000000000, 0xaea516a09192c038dec85f5d591ea415, 0x41ed152740693a470d15cb7497b92de6f51fda433fc610fa5747df396d4b0c56, '', 0, '?'),
(0x09745da439b9d927abf1030fff7f8bd1, 'wp-includes/blocks/nextpage/editor-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/nextpage/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0xf78a2b81a7ea81763f831692c1976936, 0x77390c3e070f77ee429eb0d357769d18c41ee1d88c51a65fb6bf010ec2aece0a, '', 0, '?'),
(0xd3f01348d9cc4147ff7cb399a48f22ad, 'wp-includes/blocks/nextpage/editor-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/nextpage/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x12ecaea5f71c40d6a6ed606678c957e1, 0x98ca279a84d81a5b1710eefee909153c41808ea6bffd164174ecd811d88f4d96, '', 0, '?'),
(0xb0ebb9f1910e8f58b5f8c62d8c8d4f66, 'wp-includes/blocks/nextpage/editor.css', '/home/www/iamctv.com/wp-includes/blocks/nextpage/editor.css', 1, 0x00000000000000000000000000000000, 0x9fd23b280e080a7731e8dfdc360a4fbc, 0xb47d7bb3f17065a4307f1c89390df68e6eee4c5d744ac1b17f0c3ab052a8b17e, '', 0, '?'),
(0xf657233ae6e156b8f3a69afc5e483358, 'wp-includes/blocks/nextpage/editor.min.css', '/home/www/iamctv.com/wp-includes/blocks/nextpage/editor.min.css', 1, 0x00000000000000000000000000000000, 0x37e160a81c1a4a9885f5ada310e724af, 0x4ff0caf531c78a38f81603ee9b1fe423b0c0fb43f05c287b78537a57274cde1e, '', 0, '?'),
(0x51af7898beccbf507980bae12775457c, 'wp-includes/blocks/page-list/block.json', '/home/www/iamctv.com/wp-includes/blocks/page-list/block.json', 1, 0x00000000000000000000000000000000, 0x5c1cc1b3d804ac6f7283c0c555812d3a, 0xad9603dfe26c0f8bf4501a0e79867783d3ebb4ab5fb0a9d35579405abb683630, '', 0, '?'),
(0xfe2f650a9513ac6f05863f7d6d89624b, 'wp-includes/blocks/page-list/editor-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/page-list/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0xcf19b13f5e6a2a6aac74fb196085a28f, 0x2307b6dbb87f4a1639e8c9c3bd31ae9c5022a5b6132de669780a1a593c58fe0f, '', 0, '?'),
(0x3c7c71847c78dcb25ce8ed7a5ab47b08, 'wp-includes/blocks/page-list/editor-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/page-list/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x25cae81b5e068645daef440a36414d92, 0x34ca5682129031f96a852a931002e3da84edd2660b21f958506084579eb41c4e, '', 0, '?'),
(0x188cc8e3af7d2f0bcd1f705312dbc3c7, 'wp-includes/blocks/page-list/editor.css', '/home/www/iamctv.com/wp-includes/blocks/page-list/editor.css', 1, 0x00000000000000000000000000000000, 0x5c26b88368251c003726fe390fb29e03, 0xb491409c081ba190a2f9855b769687445379de9ef901afacab62f5a31079bb4a, '', 0, '?'),
(0xb31474f57ebcb5bdcadec82aec17d686, 'wp-includes/blocks/page-list/editor.min.css', '/home/www/iamctv.com/wp-includes/blocks/page-list/editor.min.css', 1, 0x00000000000000000000000000000000, 0x5a94a248c6dca5cefbd8522e217101e1, 0xcd770aeff65ad57b43ae443d0d25d69a89cb1b245a0c8f311d6477717949fd28, '', 0, '?'),
(0x2927684ced9c9ebf0dd0805e87bf8db9, 'wp-includes/blocks/page-list/style-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/page-list/style-rtl.css', 1, 0x00000000000000000000000000000000, 0xec11dc255952ba00f76163f721c43d02, 0xf82ad13f75e7534ea2b86fecf69619f386f59adcf623b2642bc480921c96bb30, '', 0, '?'),
(0x955cd09483de68dd1183630116980b81, 'wp-includes/blocks/page-list/style-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/page-list/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xfdb7310d4a62b6e594deade2cf07d6b3, 0xf5791378517be730f949a51e546366bb7f25b31f88e0a62584062bf74e9c47cc, '', 0, '?'),
(0x50a38068f8fde3fc9f7ee9b7e29b50ce, 'wp-includes/blocks/page-list/style.css', '/home/www/iamctv.com/wp-includes/blocks/page-list/style.css', 1, 0x00000000000000000000000000000000, 0xec11dc255952ba00f76163f721c43d02, 0xf82ad13f75e7534ea2b86fecf69619f386f59adcf623b2642bc480921c96bb30, '', 0, '?'),
(0x4451239175f7bb6e0f555c2040b93cc6, 'wp-includes/blocks/page-list/style.min.css', '/home/www/iamctv.com/wp-includes/blocks/page-list/style.min.css', 1, 0x00000000000000000000000000000000, 0xfdb7310d4a62b6e594deade2cf07d6b3, 0xf5791378517be730f949a51e546366bb7f25b31f88e0a62584062bf74e9c47cc, '', 0, '?'),
(0x29e8ada6cefb51149ef351af2f59b439, 'wp-includes/blocks/page-list.php', '/home/www/iamctv.com/wp-includes/blocks/page-list.php', 1, 0x00000000000000000000000000000000, 0x2c20317e2ec84e395d50894da2d8f3b1, 0x23460ce47a8c0881e45c1fa145d1fab640c5ce3f1ef39a539b131a88bf487a7e, '', 0, '?'),
(0x14dee25ca7ea8b681ac2c829c4a0891d, 'wp-includes/blocks/paragraph/block.json', '/home/www/iamctv.com/wp-includes/blocks/paragraph/block.json', 1, 0x00000000000000000000000000000000, 0x9dbc14b10c788e5694adf8a8edf11421, 0xce21c3e4d1e372d5d9c42fca8bb75234fd4062ec209d4e2341d741da0fcc4c85, '', 0, '?'),
(0x6fac7f09c7bb18ff0926e3ef63f7deda, 'wp-includes/blocks/paragraph/editor-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/paragraph/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0xd99a447d75bbc6507fc8c1351e94102b, 0x4bbab9a566c14ffaf2de4890dbaa356677a31a2de4cdbc9ca18dcd1ca75c9ada, '', 0, '?'),
(0x103fbcc6efcfb68b165e373a79b8d107, 'wp-includes/blocks/paragraph/editor-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/paragraph/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x1e288aa19f013a06cc74e04d6526a93e, 0xc3ca9fd7cf8981d1d950cf5877cbe4bb50a500c3dea46f7083b1826cd7fbd2b6, '', 0, '?'),
(0xdea0c671abc70ea1c844c41484e4622c, 'wp-includes/blocks/paragraph/editor.css', '/home/www/iamctv.com/wp-includes/blocks/paragraph/editor.css', 1, 0x00000000000000000000000000000000, 0xd99a447d75bbc6507fc8c1351e94102b, 0x4bbab9a566c14ffaf2de4890dbaa356677a31a2de4cdbc9ca18dcd1ca75c9ada, '', 0, '?'),
(0xef6a55a0c733ea303ccc146713e9dd62, 'wp-includes/blocks/paragraph/editor.min.css', '/home/www/iamctv.com/wp-includes/blocks/paragraph/editor.min.css', 1, 0x00000000000000000000000000000000, 0x1e288aa19f013a06cc74e04d6526a93e, 0xc3ca9fd7cf8981d1d950cf5877cbe4bb50a500c3dea46f7083b1826cd7fbd2b6, '', 0, '?'),
(0x7db4ce2da52490984ca2485f52949a99, 'wp-includes/blocks/paragraph/style-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/paragraph/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x4dd724e6fd29747aaa13e9ff0a92d18e, 0xa95d4999bf23f8e49f94f2960e3664b50d5a52bbf646a610e6bac63cd5c9bf53, '', 0, '?'),
(0x2b13f4a690282d5626535f32583766a0, 'wp-includes/blocks/paragraph/style-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/paragraph/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x019e9f46d9b321c11265464dee4c9a4f, 0x3003a333544bdfc10b26beeb26fdd06432d080118d829446e102db2376897b2b, '', 0, '?'),
(0x6325bc3b38db515657c69d64c887f53a, 'wp-includes/blocks/paragraph/style.css', '/home/www/iamctv.com/wp-includes/blocks/paragraph/style.css', 1, 0x00000000000000000000000000000000, 0x964a64abe7bdf2706e91ba32a9de21e8, 0xb0a2e7a81d3d4274db09c2ee802b7e16e582eadcc2826dea3508b089e72a8fa1, '', 0, '?'),
(0x3288bbd021437ce8b25234b5d8b6b64a, 'wp-includes/blocks/paragraph/style.min.css', '/home/www/iamctv.com/wp-includes/blocks/paragraph/style.min.css', 1, 0x00000000000000000000000000000000, 0x20c8f5c2db55e8d2a23c41f60e894ee1, 0x30bbf6e13373b1f3dbd656ff7e8162dda89683d2572d4ef30150d234317c1cd5, '', 0, '?'),
(0x4f32c98248ef80dee621d692f19c5b3d, 'wp-includes/blocks/pattern/block.json', '/home/www/iamctv.com/wp-includes/blocks/pattern/block.json', 1, 0x00000000000000000000000000000000, 0xb6c9933ddad2e66f0e36b2ad7c907b90, 0xb1e5ac9b7b826d48acd13346f56c5e8ba996cd17a48e17dd8611cc6c07b31889, '', 0, '?'),
(0x1b26d0f68db0f5bab0d5cd827c6438ee, 'wp-includes/blocks/pattern.php', '/home/www/iamctv.com/wp-includes/blocks/pattern.php', 1, 0x00000000000000000000000000000000, 0x0cfd8b61f87622902e25125410ea83d7, 0xb57e0dd258ba495246ce1d4159df1fd312ec5d41dcc46f616202f9b48233b6cd, '', 0, '?'),
(0xb08f63831131883b8607c8218a6f0165, 'wp-includes/blocks/post-author/block.json', '/home/www/iamctv.com/wp-includes/blocks/post-author/block.json', 1, 0x00000000000000000000000000000000, 0x1cadac4b6f7d3b06074c78d59b79a555, 0x442c17a12e0257d99f31e2d12535b397c9ac8ca4d181c35672a77a3d05e4c7a7, '', 0, '?'),
(0xbc594a92ec4fcfcea0f02a5ad20480e5, 'wp-includes/blocks/post-author/style-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/post-author/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x366878a2364985e03230cf86bb7cec67, 0x34ecfd1a267b8462927c9fe44723ea665e0433c1c0292168bda63078018d7ae9, '', 0, '?'),
(0x28960b54d36b7cab6b9b730715548bfb, 'wp-includes/blocks/post-author/style-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/post-author/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xb7a8c4dcc7a926682e3281308e8aad23, 0x7c776168563db5c7a35cd86dc0f7094dbafa1cb8a9912b54019d1a2ca68320fa, '', 0, '?'),
(0x2e6b3ba1048daa90cdc8c37786a71471, 'wp-includes/blocks/post-author/style.css', '/home/www/iamctv.com/wp-includes/blocks/post-author/style.css', 1, 0x00000000000000000000000000000000, 0x2db2e3c3e24e91d8ac59918c23458c12, 0x53219000fde5c789066ccbea69a6621d2dc47be47238daa80d9f047c1442c763, '', 0, '?'),
(0xc75351ea731059376146c7494d6a8a7a, 'wp-includes/blocks/post-author/style.min.css', '/home/www/iamctv.com/wp-includes/blocks/post-author/style.min.css', 1, 0x00000000000000000000000000000000, 0x1df19426165105b5b140e4bf46200ec9, 0x19f04bed2da89a147e23cdddcd2fd8e4d1add6a4396b5b5e761b04636ef17806, '', 0, '?'),
(0x50ec5a7916378b0e710758b64939aec3, 'wp-includes/blocks/post-author-biography/block.json', '/home/www/iamctv.com/wp-includes/blocks/post-author-biography/block.json', 1, 0x00000000000000000000000000000000, 0xe6caccc0eb95b4e59c0e7df0127ed253, 0xae0a0ff372979680182908f28edcc0830a445cc837351f95352d6c0d3209af27, '', 0, '?'),
(0x3f68e61c68993a7acd8f715a69b95616, 'wp-includes/blocks/post-author-biography.php', '/home/www/iamctv.com/wp-includes/blocks/post-author-biography.php', 1, 0x00000000000000000000000000000000, 0xcf5d300b06da9904d65a2766e0818c90, 0xd36da1b776453bfac3f4fa74e621b1cb58521eb57f2e439845635285894aea6e, '', 0, '?'),
(0xff41faa36119874bd46ff983f4af2b4f, 'wp-includes/blocks/post-author.php', '/home/www/iamctv.com/wp-includes/blocks/post-author.php', 1, 0x00000000000000000000000000000000, 0x46916591b4feaff5ead93cb02cfd83ea, 0xea39abdef081628228a64dbbce417dc0ceda015339c785374b5ea58eccf6ce49, '', 0, '?'),
(0xf364a93f7b05d6879228b6a699b3f520, 'wp-includes/blocks/post-comments/block.json', '/home/www/iamctv.com/wp-includes/blocks/post-comments/block.json', 1, 0x00000000000000000000000000000000, 0x8086eb31222783b02da74817097f58a0, 0x0bfdc07accb9c63deae48680ca306a32a1340a3a87b257936e8ffea8945c4332, '', 0, '?'),
(0xebb0c1ef86a9abc55dc536c387b36b71, 'wp-includes/blocks/post-comments/editor-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/post-comments/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x5dd72ff38fddfd68ac219313a91c8b4b, 0xac224f2d345f70694c00515b0b224b72ca262637abc3c1cfdc5a640db1051fa8, '', 0, '?'),
(0x9bd9c457976821b1f3e0732153ed5f8c, 'wp-includes/blocks/post-comments/editor-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/post-comments/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x805d5c2456d5a4e5c5815d008ebc01fa, 0xa10dfdf9703eacc22a80073977c2971d839264671f5f2b6f12e23981d230c3ec, '', 0, '?'),
(0x8a939895a1489aa974ba80c4dae7cf61, 'wp-includes/blocks/post-comments/editor.css', '/home/www/iamctv.com/wp-includes/blocks/post-comments/editor.css', 1, 0x00000000000000000000000000000000, 0x5dd72ff38fddfd68ac219313a91c8b4b, 0xac224f2d345f70694c00515b0b224b72ca262637abc3c1cfdc5a640db1051fa8, '', 0, '?'),
(0x43a43f42d2ee907442c045fe0d784952, 'wp-includes/blocks/post-comments/editor.min.css', '/home/www/iamctv.com/wp-includes/blocks/post-comments/editor.min.css', 1, 0x00000000000000000000000000000000, 0x805d5c2456d5a4e5c5815d008ebc01fa, 0xa10dfdf9703eacc22a80073977c2971d839264671f5f2b6f12e23981d230c3ec, '', 0, '?'),
(0xeee0f08f05d38af26a501b244de35663, 'wp-includes/blocks/post-comments/style-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/post-comments/style-rtl.css', 1, 0x00000000000000000000000000000000, 0xc97a66486881ec67c3ab4c5d05cd7255, 0x7c862db2df91a73a6f998713d381b66c69f8c13ca7ac61f52b879c932584f950, '', 0, '?'),
(0x72cd1e83acb85ed6d1773cbe2e73a6d1, 'wp-includes/blocks/post-comments/style-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/post-comments/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x23d6e03cacf42822fd727ccc1c6d8b12, 0xe8ca77a9906e077e0c693b9bb356d67f8025f3544693b17ebf657c1f2c7c3644, '', 0, '?'),
(0x862fcce3c2ba6d14998f8dd502338bca, 'wp-includes/blocks/post-comments/style.css', '/home/www/iamctv.com/wp-includes/blocks/post-comments/style.css', 1, 0x00000000000000000000000000000000, 0x4064859f1ec0397c6045c2195a78267c, 0xa8146c17d83405021521869e0dc1a05a3c9bf3bd87508ed06cb7e6d15fe0b2ce, '', 0, '?'),
(0x2c8d98e3fb4fcdd8835ba6bfb3054484, 'wp-includes/blocks/post-comments/style.min.css', '/home/www/iamctv.com/wp-includes/blocks/post-comments/style.min.css', 1, 0x00000000000000000000000000000000, 0x5590cfbd579786c68021a27d04685c8b, 0x98680df48b3de7d0c9accba5a163bfb7b548f57713067b54527a3ef13d4debc6, '', 0, '?'),
(0xf997b1e9c6d9fc3aea7600b6e9d68c73, 'wp-includes/blocks/post-comments-form/block.json', '/home/www/iamctv.com/wp-includes/blocks/post-comments-form/block.json', 1, 0x00000000000000000000000000000000, 0x31bc5a5d95940502a818857268a55cd5, 0x29afbbe7e0e34976b32157c8dba296311cc6d411da3c6d0c2a476db7410f81d3, '', 0, '?'),
(0x4751f3c67b293f52c360869f05de29b2, 'wp-includes/blocks/post-comments-form/editor-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/post-comments-form/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0xced71f3205f79cb08c4707d122999ef9, 0x2d9f30274a1cbf4dc294b3c3bcadd102207a82e19efa097ff7627970a49cd5af, '', 0, '?'),
(0xd5954cbba12b37163e24c9a134e6a85d, 'wp-includes/blocks/post-comments-form/editor-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/post-comments-form/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xecae9b92f3390a2e6861bf8b3d38e4b6, 0x0c8daba4b602628cf09b168a3f1b7f43af3d50fdcb0ae6a645ce48cd67f77045, '', 0, '?'),
(0xbbfc54cd7030c35d6fb56286b102cb5b, 'wp-includes/blocks/post-comments-form/editor.css', '/home/www/iamctv.com/wp-includes/blocks/post-comments-form/editor.css', 1, 0x00000000000000000000000000000000, 0xced71f3205f79cb08c4707d122999ef9, 0x2d9f30274a1cbf4dc294b3c3bcadd102207a82e19efa097ff7627970a49cd5af, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x487cbfb018d8eb1806b127e759b96690, 'wp-includes/blocks/post-comments-form/editor.min.css', '/home/www/iamctv.com/wp-includes/blocks/post-comments-form/editor.min.css', 1, 0x00000000000000000000000000000000, 0xecae9b92f3390a2e6861bf8b3d38e4b6, 0x0c8daba4b602628cf09b168a3f1b7f43af3d50fdcb0ae6a645ce48cd67f77045, '', 0, '?'),
(0xb6f9c61e689bd2de091ea4690688382e, 'wp-includes/blocks/post-comments-form/style-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/post-comments-form/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x1f4a20e8d2128a01b1989ee0671ed0e7, 0x3f0a44f39e96f0e9e080a2bb0a619ed3fd8301a141eb113d131f8005c8ea240f, '', 0, '?'),
(0x75e01147f346165c3af8bba929bc98ce, 'wp-includes/blocks/post-comments-form/style-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/post-comments-form/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xb22dfb85421cfd6d72891dc92525723a, 0x00ff1beedb27ba66eb0cbcfad02092cfe4a6f77242af85acd4940906f299f461, '', 0, '?'),
(0x32667e01a8ffebbc76f6ee58e033e84c, 'wp-includes/blocks/post-comments-form/style.css', '/home/www/iamctv.com/wp-includes/blocks/post-comments-form/style.css', 1, 0x00000000000000000000000000000000, 0x87a664e6a0567ac49f0c5c1d76efbb90, 0x76427c837162ceb3316d639a4db17a4faea61484e00d3069999f09dc704639e7, '', 0, '?'),
(0x1a61a9a427fcba4d3b80d7c8ad556c16, 'wp-includes/blocks/post-comments-form/style.min.css', '/home/www/iamctv.com/wp-includes/blocks/post-comments-form/style.min.css', 1, 0x00000000000000000000000000000000, 0xa14c762ccf421ae9296035b20770b237, 0x9c220faa8eb35a355285008c9f1ff717fbe4edc9521c8a038a3c802eb979d2f6, '', 0, '?'),
(0xb67bef729b7037e5ea0cbcce3e5de0b3, 'wp-includes/blocks/post-comments-form.php', '/home/www/iamctv.com/wp-includes/blocks/post-comments-form.php', 1, 0x00000000000000000000000000000000, 0xfb8e366a7fe103c48214f904585e160c, 0xec440cf87d8c5eaba5a755aafbfc988d34251c731f868f89de7cd2470e929620, '', 0, '?'),
(0x7b13aff0afaaa2e1d9e08b1b988a83a7, 'wp-includes/blocks/post-comments.php', '/home/www/iamctv.com/wp-includes/blocks/post-comments.php', 1, 0x00000000000000000000000000000000, 0x7b05a0311cc7f108189030d9951c4572, 0xba366f268082d8a1865b8af6f1744a59d5d224894d93fb41d883abb5bf71bffa, '', 0, '?'),
(0xd9b1bab5104d5072cb12d1687e8c9ef9, 'wp-includes/blocks/post-content/block.json', '/home/www/iamctv.com/wp-includes/blocks/post-content/block.json', 1, 0x00000000000000000000000000000000, 0xa9d1b41653e98ac25da6fe9fb7ed04e6, 0x4e039b816e3590a501e8329510e56997aa5d81c47a26d5f0ce73f8895c779582, '', 0, '?'),
(0x9635fdc33b54fff55d13b8df00c3c294, 'wp-includes/blocks/post-content.php', '/home/www/iamctv.com/wp-includes/blocks/post-content.php', 1, 0x00000000000000000000000000000000, 0xfa9f13f9395d0bd7d31a01f8a9c0ae77, 0x226b5b7340dbfca177336cce061fc3eb3ddfad795334d0d27ac19b9e102fd4bc, '', 0, '?'),
(0x0b50e67f689b75693856a7a3006b55b1, 'wp-includes/blocks/post-date/block.json', '/home/www/iamctv.com/wp-includes/blocks/post-date/block.json', 1, 0x00000000000000000000000000000000, 0x9bbfe0c28c0b69a2ded1d72f7314ea27, 0x48181bc9e2ce4c8794ec7d432093b1d881cc77f41bd7213fa34a9f24f67204ed, '', 0, '?'),
(0x434beba94abcc10e364c414dcc6b1156, 'wp-includes/blocks/post-date.php', '/home/www/iamctv.com/wp-includes/blocks/post-date.php', 1, 0x00000000000000000000000000000000, 0x79116dd4d65bc8af82500a0c3de831c5, 0xc203f6958f57e16ccf79df83486207c5f41d435d0d9e3a16570bd08644130004, '', 0, '?'),
(0xfa342fd6e1d981bb7e07b119e93c2bae, 'wp-includes/blocks/post-excerpt/block.json', '/home/www/iamctv.com/wp-includes/blocks/post-excerpt/block.json', 1, 0x00000000000000000000000000000000, 0x42560a89556eecf9507bbe3d8038ba29, 0xffd910f7e4681bd760addff3e1e6448a96e74a6c80a094c0a30537ac49d44f99, '', 0, '?'),
(0x05392a49a7b19c4363930211ba1b9ff4, 'wp-includes/blocks/post-excerpt/editor-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/post-excerpt/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x07e99cd3a3eabbf9f11efaa5ee369bf1, 0x1d4c28f2c684f57d02c8003392d2743915767e3ce27b8a0b1cfc7ebbc6d17931, '', 0, '?'),
(0x23945c4db4c340ad30ac1c8d1fda54b4, 'wp-includes/blocks/post-excerpt/editor-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/post-excerpt/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xd5da1e51016ade294f073d53a95298f8, 0x6f430b9c6c27b236c4b2c06a87dd04a232f0271aaa6c132707f60acef37d7b11, '', 0, '?'),
(0x005c73e8c154c390ab02bdd69838e1c3, 'wp-includes/blocks/post-excerpt/editor.css', '/home/www/iamctv.com/wp-includes/blocks/post-excerpt/editor.css', 1, 0x00000000000000000000000000000000, 0x07e99cd3a3eabbf9f11efaa5ee369bf1, 0x1d4c28f2c684f57d02c8003392d2743915767e3ce27b8a0b1cfc7ebbc6d17931, '', 0, '?'),
(0xd0cd757cbe3d3aa331be0e13e7d276f8, 'wp-includes/blocks/post-excerpt/editor.min.css', '/home/www/iamctv.com/wp-includes/blocks/post-excerpt/editor.min.css', 1, 0x00000000000000000000000000000000, 0xd5da1e51016ade294f073d53a95298f8, 0x6f430b9c6c27b236c4b2c06a87dd04a232f0271aaa6c132707f60acef37d7b11, '', 0, '?'),
(0xaf0a695fbf612a84898d3ebd1b646e50, 'wp-includes/blocks/post-excerpt/style-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/post-excerpt/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x9b76c00731da2ccdaf6514dc92f0d3ca, 0x9457debb6998a8b637f435905e67446e7e51c222350b51200e570c05c99f840e, '', 0, '?'),
(0x17d2c419cf9de9d3363d9982cc8d0895, 'wp-includes/blocks/post-excerpt/style-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/post-excerpt/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x30e4190e17e1a4172900d0acf19a2f6f, 0x4613b72b689a95e1aa027001b39461dc0171c389c84662c241dc3369f73cc2d6, '', 0, '?'),
(0x58d8dc4ea1bd38846af883b3a263f914, 'wp-includes/blocks/post-excerpt/style.css', '/home/www/iamctv.com/wp-includes/blocks/post-excerpt/style.css', 1, 0x00000000000000000000000000000000, 0x9b76c00731da2ccdaf6514dc92f0d3ca, 0x9457debb6998a8b637f435905e67446e7e51c222350b51200e570c05c99f840e, '', 0, '?'),
(0x6182779955ccf0181a547aba7f4b1784, 'wp-includes/blocks/post-excerpt/style.min.css', '/home/www/iamctv.com/wp-includes/blocks/post-excerpt/style.min.css', 1, 0x00000000000000000000000000000000, 0x30e4190e17e1a4172900d0acf19a2f6f, 0x4613b72b689a95e1aa027001b39461dc0171c389c84662c241dc3369f73cc2d6, '', 0, '?'),
(0xbda8faf4a4f80e42c34aa83cab60f5a2, 'wp-includes/blocks/post-excerpt.php', '/home/www/iamctv.com/wp-includes/blocks/post-excerpt.php', 1, 0x00000000000000000000000000000000, 0x963ebb5d9a5da23f63cc3723afc57e92, 0x6d29e6855fa095d651cb63a528a65534e7e89a88bcfea7af752cb47859213110, '', 0, '?'),
(0x150a094dab49867ef659454f97d75dd7, 'wp-includes/blocks/post-featured-image/block.json', '/home/www/iamctv.com/wp-includes/blocks/post-featured-image/block.json', 1, 0x00000000000000000000000000000000, 0x8a1383255936ab289ae2ef638f19f961, 0x35b1e43cbcbd9bc4a09721a4fdbe6894e72465e68dcffed9848c022dd6877e6b, '', 0, '?'),
(0x668946e2f5418ea36cfb915570fdf0d8, 'wp-includes/blocks/post-featured-image/editor-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/post-featured-image/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0xd269e127b511d0139e94f64797673a13, 0x460297978521e1603cdc03fe09b36d806a808e627048ff87a6eaf5f56fccbf88, '', 0, '?'),
(0x4cc2dfef1eb745a6ef67cffde2d64639, 'wp-includes/blocks/post-featured-image/editor-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/post-featured-image/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x3005a37b1a599794dd293a83a5e75fd6, 0xfe6b9e6c9e6e1d85d7f9e1a00014e8c1e65b001d19ff1aa4103f24a9b6cffd85, '', 0, '?'),
(0xa4ab9319c36debecd39f6106d6c4d4cd, 'wp-includes/blocks/post-featured-image/editor.css', '/home/www/iamctv.com/wp-includes/blocks/post-featured-image/editor.css', 1, 0x00000000000000000000000000000000, 0xe756577e4d41cabede9653c9ccd3b1f7, 0xc5209e1fb6e933150add850899a377308af1222b764065f5ae62757e1fd98eeb, '', 0, '?'),
(0xf477df163e116402c20b8c163f648513, 'wp-includes/blocks/post-featured-image/editor.min.css', '/home/www/iamctv.com/wp-includes/blocks/post-featured-image/editor.min.css', 1, 0x00000000000000000000000000000000, 0xce04d57f3e81dd7d6940d8d3941e85d8, 0x269d82540e6a79931acf0eb85afd714e4e9178f7e1dfe6b1e0d6f53d177794f4, '', 0, '?'),
(0x9613f47a1fb8dc4a2fc4422643992511, 'wp-includes/blocks/post-featured-image/style-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/post-featured-image/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x49544b43ddad71b8c78cd40ca073aec5, 0xddcfb87010897359f339ed525b190c2b314693b6680426add99d147540c525e4, '', 0, '?'),
(0xe42cb001d22a6956a84f3161df0a33eb, 'wp-includes/blocks/post-featured-image/style-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/post-featured-image/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x3db704352ccdfb43d220c8000c1b1900, 0x83fc21fe3ea485c0fb9f44d3bd33b23811d592c3a12cf9b41652df89231d8795, '', 0, '?'),
(0x9bc37bfc9b8f7b381c422540008878d0, 'wp-includes/blocks/post-featured-image/style.css', '/home/www/iamctv.com/wp-includes/blocks/post-featured-image/style.css', 1, 0x00000000000000000000000000000000, 0x41b003330b1b2bff9258508f4a8e46e2, 0x1d6c0183b69d4c60ecf01b95d79956f269e70e6d1e1cd44e4a6eaedd6b9469c5, '', 0, '?'),
(0xbc9f05a6727361ead0db39535555a8ea, 'wp-includes/blocks/post-featured-image/style.min.css', '/home/www/iamctv.com/wp-includes/blocks/post-featured-image/style.min.css', 1, 0x00000000000000000000000000000000, 0xd82e2707d65d0e556d445a8514b3f4d7, 0x61c745976625436c432930c118e69c2f6443b04fb218f7582a1defd9919e4857, '', 0, '?'),
(0xd26ab869b1e920f50c0a54dbe6a7bf0d, 'wp-includes/blocks/post-featured-image.php', '/home/www/iamctv.com/wp-includes/blocks/post-featured-image.php', 1, 0x00000000000000000000000000000000, 0x7fc48bca9805b1ad7c718d05800d7487, 0xa7b7617a70a3d2eff29ea26f537a148a062a736a190cab23c4516714a3ef85f5, '', 0, '?'),
(0x487c006042a3951fd6f09c2ab251ac97, 'wp-includes/blocks/post-navigation-link/block.json', '/home/www/iamctv.com/wp-includes/blocks/post-navigation-link/block.json', 1, 0x00000000000000000000000000000000, 0x6d4b3bba742e722672c0b26431a34145, 0x7cfabc7d5b1f3a505acee5e4ecc4b8f791251fc4e63dd597c79808fd2ad43c32, '', 0, '?'),
(0xfbffeee13f690f2e51bf5b1fa08e45e1, 'wp-includes/blocks/post-navigation-link.php', '/home/www/iamctv.com/wp-includes/blocks/post-navigation-link.php', 1, 0x00000000000000000000000000000000, 0x39742507b5090a6c242ad83cd71d2ec2, 0x50ad440bc35733a2daa7f0e5ffe881bb50d66ff77f5a1d4265d20337550e4a4d, '', 0, '?'),
(0x251e668b4e766e7f39c22c0d18cd5790, 'wp-includes/blocks/post-template/block.json', '/home/www/iamctv.com/wp-includes/blocks/post-template/block.json', 1, 0x00000000000000000000000000000000, 0xe63e70916f39d468967061e69bb713cb, 0x27333d45612fdb863d81dd30c8069eefe0084663f19709886a93cf7f2c6dbbec, '', 0, '?'),
(0x734487878bf9cbec49368a847c55f65f, 'wp-includes/blocks/post-template/editor-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/post-template/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x7d2daaf9d9db3f95b1f1ab1eb3986e67, 0x81eb5389080294ca35be44f7686de4c9b2fec496dff18f2d6f2533e1942dc13e, '', 0, '?'),
(0x9a0c4dcc7dc06ea222346a64fc52a7f0, 'wp-includes/blocks/post-template/editor-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/post-template/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xaaec4ee6bf1ca51998bea24d987d5c8c, 0x0b4b99162edc63ad7e9df5aee10bfccee05b02082627cccc31ed53f153ffccdb, '', 0, '?'),
(0x022a26352c077156d7b71630760cb563, 'wp-includes/blocks/post-template/editor.css', '/home/www/iamctv.com/wp-includes/blocks/post-template/editor.css', 1, 0x00000000000000000000000000000000, 0xfee2f2a292be798c4e5346756003d40c, 0x7e16edbfba2d7636122508693212cec408c9fa4096fa807dbfc06600aa6bb03d, '', 0, '?'),
(0x0fce4f3ee250779c1d5efb59c0ca58ec, 'wp-includes/blocks/post-template/editor.min.css', '/home/www/iamctv.com/wp-includes/blocks/post-template/editor.min.css', 1, 0x00000000000000000000000000000000, 0x0ad7ead156dee08c269e47ac9854cc42, 0x9d9aab84d5a31b4a3fd2c788619fab5d5ede93c70998521bd356071ded25652e, '', 0, '?'),
(0x00ed76b988ae8bd8a601a3def1f7dd9e, 'wp-includes/blocks/post-template/style-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/post-template/style-rtl.css', 1, 0x00000000000000000000000000000000, 0xc7c48a7134621c244322053ea0128e74, 0x6f675395ac111b7de7324b1cf209724748fa32cd8aefc2d5200e92331ffb43e0, '', 0, '?'),
(0xda9aa7e9deb4aca498ebd0759d5fde0c, 'wp-includes/blocks/post-template/style-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/post-template/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xf70d99fc05d9be4944c517dc0e3a3a9c, 0x65b07ad17becb49088db3505b3ec8fc942b3c13235f877b98e36ddc075e28b3d, '', 0, '?'),
(0x10197a00b502cc33688a97da7f649b2a, 'wp-includes/blocks/post-template/style.css', '/home/www/iamctv.com/wp-includes/blocks/post-template/style.css', 1, 0x00000000000000000000000000000000, 0xc7c48a7134621c244322053ea0128e74, 0x6f675395ac111b7de7324b1cf209724748fa32cd8aefc2d5200e92331ffb43e0, '', 0, '?'),
(0x459df9a273133da25d9a8a94ba923d61, 'wp-includes/blocks/post-template/style.min.css', '/home/www/iamctv.com/wp-includes/blocks/post-template/style.min.css', 1, 0x00000000000000000000000000000000, 0xf70d99fc05d9be4944c517dc0e3a3a9c, 0x65b07ad17becb49088db3505b3ec8fc942b3c13235f877b98e36ddc075e28b3d, '', 0, '?'),
(0x26183398cc395114266db7de4f638551, 'wp-includes/blocks/post-template.php', '/home/www/iamctv.com/wp-includes/blocks/post-template.php', 1, 0x00000000000000000000000000000000, 0x2af48d96134e58a38dc5bbb8c5edf2a4, 0xdbdde2dc5fe77ac34741993e9a6f5b5476770bfcc9fa712db05785cd873ef79c, '', 0, '?'),
(0x3ea66fabdac3c4ebfa13bbca74cec02b, 'wp-includes/blocks/post-terms/block.json', '/home/www/iamctv.com/wp-includes/blocks/post-terms/block.json', 1, 0x00000000000000000000000000000000, 0x0f177a864e8bcf961c44a6bb75765adc, 0x14cc547c9e3d954f704f6b758a8421d73d5b9af192de40d830e76ef35bf24267, '', 0, '?'),
(0x763e0a998a413fed559201dcc228cef8, 'wp-includes/blocks/post-terms/style-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/post-terms/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x02ab74d46bcd4377b279d53f1e41e761, 0x4a357fe044d41d6a08c524ecd0a3939a6df9045ba7ef558438e658ad611ab918, '', 0, '?'),
(0x3b517d5d5d55c54b7d396f90e9a2e9ec, 'wp-includes/blocks/post-terms/style-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/post-terms/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x4ae1d1ce8d083dfd1476a973124e7e14, 0x38c4a1f2ac529e709c6065d7c5ed01b0464d4333ae7c90edaf45b877d56a8bb4, '', 0, '?'),
(0x1d8626f090afa76f5da7d3fa332ba767, 'wp-includes/blocks/post-terms/style.css', '/home/www/iamctv.com/wp-includes/blocks/post-terms/style.css', 1, 0x00000000000000000000000000000000, 0x02ab74d46bcd4377b279d53f1e41e761, 0x4a357fe044d41d6a08c524ecd0a3939a6df9045ba7ef558438e658ad611ab918, '', 0, '?'),
(0xfb2063f04fcdf1c0c7e034c4a8c7964d, 'wp-includes/blocks/post-terms/style.min.css', '/home/www/iamctv.com/wp-includes/blocks/post-terms/style.min.css', 1, 0x00000000000000000000000000000000, 0x4ae1d1ce8d083dfd1476a973124e7e14, 0x38c4a1f2ac529e709c6065d7c5ed01b0464d4333ae7c90edaf45b877d56a8bb4, '', 0, '?'),
(0xbca991ebd8e376cd794cd4c265a5ed21, 'wp-includes/blocks/post-terms.php', '/home/www/iamctv.com/wp-includes/blocks/post-terms.php', 1, 0x00000000000000000000000000000000, 0xaaaed316bb52169375d07f3d0efe3870, 0xfce34fb935348d298f58e1488a3fe2bee15fa88511cc005c68fd2bf8cdca15dd, '', 0, '?'),
(0x70c5a7960ae9822b52e0325ad5e7be62, 'wp-includes/blocks/post-title/block.json', '/home/www/iamctv.com/wp-includes/blocks/post-title/block.json', 1, 0x00000000000000000000000000000000, 0xca6cef81bc3f558d6de63f813c6fc6c8, 0xd2c0a44902f8870fc620742c12ddb354d9190d3969231f7bba891b2aa8c2760c, '', 0, '?'),
(0xe57365feac9f0851727f5e54e8194bf9, 'wp-includes/blocks/post-title/style-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/post-title/style-rtl.css', 1, 0x00000000000000000000000000000000, 0xeef0a32eee84c55add46f554c65b2701, 0x7c24df0107c67c0794fbef8b2a22365083ae0f8ddc096f3d20d6cf61951585df, '', 0, '?'),
(0xa2ead572a3dd7fa84e2880b44d03ed5c, 'wp-includes/blocks/post-title/style-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/post-title/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x9450a2e986771c79c23564d73eb76dc4, 0x591c772124457d3667759a94ae08028622277086b3de3da741babf54df8924e0, '', 0, '?'),
(0xc20e1792a5b565adee379446d3251e02, 'wp-includes/blocks/post-title/style.css', '/home/www/iamctv.com/wp-includes/blocks/post-title/style.css', 1, 0x00000000000000000000000000000000, 0xeef0a32eee84c55add46f554c65b2701, 0x7c24df0107c67c0794fbef8b2a22365083ae0f8ddc096f3d20d6cf61951585df, '', 0, '?'),
(0xc30db55724326c76397b18dcad3a84d9, 'wp-includes/blocks/post-title/style.min.css', '/home/www/iamctv.com/wp-includes/blocks/post-title/style.min.css', 1, 0x00000000000000000000000000000000, 0x9450a2e986771c79c23564d73eb76dc4, 0x591c772124457d3667759a94ae08028622277086b3de3da741babf54df8924e0, '', 0, '?'),
(0x586723bb6d0d669a6a9e05370c6dae5e, 'wp-includes/blocks/post-title.php', '/home/www/iamctv.com/wp-includes/blocks/post-title.php', 1, 0x00000000000000000000000000000000, 0x50407ade982db930fc5bc88fe6e841fe, 0xda9fe0c8d81f320d8243b2ed12d4e55ecfc1b1e3f835e4dfa80567d68e567f98, '', 0, '?'),
(0x250fedac5d4ddb33a854b63154b8e32f, 'wp-includes/blocks/preformatted/block.json', '/home/www/iamctv.com/wp-includes/blocks/preformatted/block.json', 1, 0x00000000000000000000000000000000, 0xd115e3c7f786e85d094d621a830bff06, 0x9236d6802ab1a50e52b6c87182c25ff1383344083361d5593b0cdee49d68c1d3, '', 0, '?'),
(0x283007f3306b3959bf98a1e341aeae1a, 'wp-includes/blocks/preformatted/style-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/preformatted/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x4505392c8390470fb572d770bb69e95f, 0x6311536e6d71728d3a16a2684e65b20757a6aa7b012877cc44927e6e27e42bb8, '', 0, '?'),
(0x17a81d22a67379624e6c2dbcd7029411, 'wp-includes/blocks/preformatted/style-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/preformatted/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x04e5bc29316e382e52871e9ceda82a1f, 0x769a5bcbe237952f4e124033297df96f1da378eda9fdb8ec74d837a74e6b82a0, '', 0, '?'),
(0xf24c3ecb3bb52a09aab959db9e6d031f, 'wp-includes/blocks/preformatted/style.css', '/home/www/iamctv.com/wp-includes/blocks/preformatted/style.css', 1, 0x00000000000000000000000000000000, 0x4505392c8390470fb572d770bb69e95f, 0x6311536e6d71728d3a16a2684e65b20757a6aa7b012877cc44927e6e27e42bb8, '', 0, '?'),
(0xe9bb63ef38ffef781102ab05efe5cfb5, 'wp-includes/blocks/preformatted/style.min.css', '/home/www/iamctv.com/wp-includes/blocks/preformatted/style.min.css', 1, 0x00000000000000000000000000000000, 0x04e5bc29316e382e52871e9ceda82a1f, 0x769a5bcbe237952f4e124033297df96f1da378eda9fdb8ec74d837a74e6b82a0, '', 0, '?'),
(0x500418f0059f48addf5a60e23dbcb28f, 'wp-includes/blocks/pullquote/block.json', '/home/www/iamctv.com/wp-includes/blocks/pullquote/block.json', 1, 0x00000000000000000000000000000000, 0x2d62da1b8fa4e53396b83ec7dcbd9d93, 0x14adac838b4dc485a204ff960ae458faa213f0771def18f5d29b7acce252938c, '', 0, '?'),
(0x5ae79d2a07d4b7aa21f622451a9f4019, 'wp-includes/blocks/pullquote/editor-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/pullquote/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x4249c580c0ff8b437d4de339af1a2378, 0x04b00161a009db7e61b9556c8d6247b241486259ae6931389e62d035c188157c, '', 0, '?'),
(0xb4e28e4d82aa127b78b8014ac748a394, 'wp-includes/blocks/pullquote/editor-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/pullquote/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xabf75846261b3447cce2247d91784a32, 0x7c038555fef2c3a4667dcf59229bb8bb5861a83ccf862f80eb23434f37af81b2, '', 0, '?'),
(0x0533921f84bf040f0e58b447253c213e, 'wp-includes/blocks/pullquote/editor.css', '/home/www/iamctv.com/wp-includes/blocks/pullquote/editor.css', 1, 0x00000000000000000000000000000000, 0x4249c580c0ff8b437d4de339af1a2378, 0x04b00161a009db7e61b9556c8d6247b241486259ae6931389e62d035c188157c, '', 0, '?'),
(0xd3fe3f48340ba956aa88898fad0a83ce, 'wp-includes/blocks/pullquote/editor.min.css', '/home/www/iamctv.com/wp-includes/blocks/pullquote/editor.min.css', 1, 0x00000000000000000000000000000000, 0xabf75846261b3447cce2247d91784a32, 0x7c038555fef2c3a4667dcf59229bb8bb5861a83ccf862f80eb23434f37af81b2, '', 0, '?'),
(0x78d92ebda68c58f3eb4a24a7c9aedcb9, 'wp-includes/blocks/pullquote/style-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/pullquote/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x90a7f37c6d020e33588e639615541c1a, 0x77d91ad86e364f27d20ce0e2d8022380f932b0138b2051a7e1303cd1453a9320, '', 0, '?'),
(0x5a41a350e7f0beba7a1f9ba414afd102, 'wp-includes/blocks/pullquote/style-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/pullquote/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x7130a7487b19a10a1379a863d95ca715, 0xf88c490719e4e7dd0b25a111425dcd27e30c0f3eab51f3de281ba48433730ba6, '', 0, '?'),
(0x7212bcad9322fe822531817d2f3259ac, 'wp-includes/blocks/pullquote/style.css', '/home/www/iamctv.com/wp-includes/blocks/pullquote/style.css', 1, 0x00000000000000000000000000000000, 0xadf505396c52a3f62fa7226c661e52ec, 0xaefc0c83b601921a0610e8f667e6803938ea7d2c092f94502f20dcf58c489584, '', 0, '?'),
(0x9d5541d851b52c5590ac0f9671d7dec4, 'wp-includes/blocks/pullquote/style.min.css', '/home/www/iamctv.com/wp-includes/blocks/pullquote/style.min.css', 1, 0x00000000000000000000000000000000, 0xd8810d7035727d39411098d156ee8c6e, 0xe7a708c8eee92d30151507d9a4ddd2437ed945f57c5541d740e9c1133d2c7124, '', 0, '?'),
(0x200de99ef8b72de8557a9c0d0ffe614b, 'wp-includes/blocks/pullquote/theme-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/pullquote/theme-rtl.css', 1, 0x00000000000000000000000000000000, 0xb4aa50a72ab661c3b5d8c4adb763c346, 0x8d368d8b04cce6ca83c85c2d19523df7fc705abccdaa995c34061ff90f8e8c4a, '', 0, '?'),
(0xc59087355dc18764787610fd3a1c07dc, 'wp-includes/blocks/pullquote/theme-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/pullquote/theme-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x5d6f90dd1210cb61a4a921270bcbc11f, 0x4f4a1b67ad497d4f6c0a343f6bb91561179cbc8d57914bf7216fe2ea51b1869d, '', 0, '?'),
(0x7c2e5d1bd318f10c10b00c8830db01b4, 'wp-includes/blocks/pullquote/theme.css', '/home/www/iamctv.com/wp-includes/blocks/pullquote/theme.css', 1, 0x00000000000000000000000000000000, 0xb4aa50a72ab661c3b5d8c4adb763c346, 0x8d368d8b04cce6ca83c85c2d19523df7fc705abccdaa995c34061ff90f8e8c4a, '', 0, '?'),
(0x4c96f389d5bbcbbb764d6c57ab9e649c, 'wp-includes/blocks/pullquote/theme.min.css', '/home/www/iamctv.com/wp-includes/blocks/pullquote/theme.min.css', 1, 0x00000000000000000000000000000000, 0x5d6f90dd1210cb61a4a921270bcbc11f, 0x4f4a1b67ad497d4f6c0a343f6bb91561179cbc8d57914bf7216fe2ea51b1869d, '', 0, '?'),
(0x043ff0cb7ceabaaff7d77e7893d0ebd6, 'wp-includes/blocks/query/block.json', '/home/www/iamctv.com/wp-includes/blocks/query/block.json', 1, 0x00000000000000000000000000000000, 0xe74a085455c9df44d8034e7a0fed9bb5, 0x29873f0306335af44c0ff6252702a174f6df4814b6eb45d5c15002cc277ef237, '', 0, '?'),
(0xfdc9da217c4d081e07576ba1f27072b3, 'wp-includes/blocks/query/editor-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/query/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0xe8b64441912702ac76100e3c210a3830, 0xc0160a35cc698669b6acc70beb5ea3b36b3d98292e837cd540773d62178a4623, '', 0, '?'),
(0x749ebbed52cbc44f4c5accf6c6c8e527, 'wp-includes/blocks/query/editor-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/query/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x1ac65fdbe5fce3028f124e756443e299, 0x895a6811ae8a6f20c61175d6e0035b837f8e573e72ec2b726cc43acb20cc202f, '', 0, '?'),
(0x22ee44e3b15a7e00f27c9033d61ff5df, 'wp-includes/blocks/query/editor.css', '/home/www/iamctv.com/wp-includes/blocks/query/editor.css', 1, 0x00000000000000000000000000000000, 0x300b9d0275f313a849aae0aa455700a4, 0x34e33230449683235a712cb352309538657dd5bc7f6be2203604eafe849cb4bb, '', 0, '?'),
(0xe0584c8874bf159ea3ce430c632daf97, 'wp-includes/blocks/query/editor.min.css', '/home/www/iamctv.com/wp-includes/blocks/query/editor.min.css', 1, 0x00000000000000000000000000000000, 0x5e624a88d2b950938d7ab5391355ec8c, 0xc9a8f24a5b38bb5720f95b3985eea3cfb62af7199012ddc9e2560c374a8b1148, '', 0, '?'),
(0xc931b0e0ac39578175ded380341b42ab, 'wp-includes/blocks/query-no-results/block.json', '/home/www/iamctv.com/wp-includes/blocks/query-no-results/block.json', 1, 0x00000000000000000000000000000000, 0xb3a07541db5ac3be713e7fe8680e9c6e, 0xe0b48952b5aadab78f69cb4e00cc9cf90811c9445652366762337bc60f80fbb2, '', 0, '?'),
(0x9cf542c2330db771656cefb10c4c1bfa, 'wp-includes/blocks/query-no-results.php', '/home/www/iamctv.com/wp-includes/blocks/query-no-results.php', 1, 0x00000000000000000000000000000000, 0x3759afe4677414c2b01f87dafe784abb, 0x6236bca72781ee9edda179476575314578d51e2d570a8d36dbe334b7975dca33, '', 0, '?'),
(0xfbb612c9c11e27cddf5642c17e0efe77, 'wp-includes/blocks/query-pagination/block.json', '/home/www/iamctv.com/wp-includes/blocks/query-pagination/block.json', 1, 0x00000000000000000000000000000000, 0x422a4d8734db456eac41f5bdfa6a09ee, 0x20d94687334200eca699ebb91bd3766f3f34a6bd80c4e82111ba225feac8f680, '', 0, '?'),
(0x54c5d9603599b9c8327a2f163ee09a77, 'wp-includes/blocks/query-pagination/editor-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/query-pagination/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x6f3664a9ba8922558068cf4a8041deb4, 0x69f444ad05be71a958306ddce17c08dc4be140146b301422c9703240897c0f98, '', 0, '?'),
(0xcc2fa67d1091a1c2a695c66b41b85a6a, 'wp-includes/blocks/query-pagination/editor-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/query-pagination/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x523b883446a7d84fd91130ce5f34238a, 0x94d71aed65b76c2e105c9c8ad1c3aab7752f0d5436e83e86056d6fc75aa0af11, '', 0, '?'),
(0x53033faf641eec7853939517e0d98e40, 'wp-includes/blocks/query-pagination/editor.css', '/home/www/iamctv.com/wp-includes/blocks/query-pagination/editor.css', 1, 0x00000000000000000000000000000000, 0x52b1eb51b32a656d330719d8d5c66229, 0xb320817726906a1c086bd3076cecc18379ad44303041f249e5b460e47dce691c, '', 0, '?'),
(0x490d38703acd8109de9e7d608b1ae312, 'wp-includes/blocks/query-pagination/editor.min.css', '/home/www/iamctv.com/wp-includes/blocks/query-pagination/editor.min.css', 1, 0x00000000000000000000000000000000, 0xad90a1e9632606d6ca1c47a85175ea70, 0xa115e8cc33c7d9f93f922f2c285b2b0aea98db52bbd22a32cf2ffb0f24aec97d, '', 0, '?'),
(0xdd0fdb3083e0aaefb11a2f1f31a2d27e, 'wp-includes/blocks/query-pagination/style-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/query-pagination/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x0af161ea6fa85b465ef838b880d4f178, 0xe634d49304a941238ce07e6c9c0e4b6c090ac5facf6d87663aea87f9e9d8f540, '', 0, '?'),
(0xbb1fbe98eced4cf014fb1abc0b011ec5, 'wp-includes/blocks/query-pagination/style-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/query-pagination/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x77fc29651596c3342583aefc342392ed, 0x1988ab40ec6ff8ff6e767ca16bf0ca9c1666bfb483020dc03b3ef3629274d7ef, '', 0, '?'),
(0x86ec188340f8a427bd79a681b8de71d6, 'wp-includes/blocks/query-pagination/style.css', '/home/www/iamctv.com/wp-includes/blocks/query-pagination/style.css', 1, 0x00000000000000000000000000000000, 0x5a28dcd44e22ccb957eeec14ac5c02d6, 0x3f3006e00433ec0c16e7a056ed5d86928e6dd57d0d76fed3249a56999d884697, '', 0, '?'),
(0xdb3456fa817323c02ceffb9d1351f8ee, 'wp-includes/blocks/query-pagination/style.min.css', '/home/www/iamctv.com/wp-includes/blocks/query-pagination/style.min.css', 1, 0x00000000000000000000000000000000, 0xcde19b5b689ee64810e6a9f520333024, 0x0e46eea31b8900259bcdea7ea7fb36455c5be876738dcfed7470e3c38d536357, '', 0, '?'),
(0xc7577d0d1044c5ac11bd778bb02abef1, 'wp-includes/blocks/query-pagination-next/block.json', '/home/www/iamctv.com/wp-includes/blocks/query-pagination-next/block.json', 1, 0x00000000000000000000000000000000, 0x30e5800606d5a8e05cbcfc2d343d77d6, 0x0e40dd90cbab5535d61a111a10d883405a92db01e3b2c150730e0f2a20ad24f7, '', 0, '?'),
(0x5ffb8e1c326f0cf8b1c055b6a7fa4536, 'wp-includes/blocks/query-pagination-next.php', '/home/www/iamctv.com/wp-includes/blocks/query-pagination-next.php', 1, 0x00000000000000000000000000000000, 0xe628639abbee565828f1d09082fbdb1f, 0x36cc46baf6dbe0f7b4ae8f48d94fb9c9802a6efc55750f9ea5d9ae07e2c79036, '', 0, '?'),
(0xabe975f4676bb21c44c197458704894b, 'wp-includes/blocks/query-pagination-numbers/block.json', '/home/www/iamctv.com/wp-includes/blocks/query-pagination-numbers/block.json', 1, 0x00000000000000000000000000000000, 0x484f6482efa336a542ed4e12cb837fe8, 0xd7966a8a0043a5fe474f6a67eaffd39bf663dc128457af99d8035a92622fa899, '', 0, '?'),
(0x8f4e7366ba238640513ba73bbe7bccbb, 'wp-includes/blocks/query-pagination-numbers/editor-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/query-pagination-numbers/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x4f8136eed3a991c528ce50de025137b0, 0x13165e60e8a708e90ef577507ad80cd46cbbefbe18a50acbcc9375006bc708d4, '', 0, '?'),
(0x209579c18f3e01349c6cbbb0675217d3, 'wp-includes/blocks/query-pagination-numbers/editor-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/query-pagination-numbers/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x891404b60367c45ae1862038ac015a9c, 0xcbd079b820be71ded16bbb10f3d26ab013afbb7ce60fbc8d67597b198a1991cc, '', 0, '?'),
(0x82d17b8cf568a78ee6422d6f3a4968c5, 'wp-includes/blocks/query-pagination-numbers/editor.css', '/home/www/iamctv.com/wp-includes/blocks/query-pagination-numbers/editor.css', 1, 0x00000000000000000000000000000000, 0xdb42d9be1efaf65d47108768fab54558, 0xba3344e477b20158052cd797336f99240e818ed573d96f333597385dab56b56e, '', 0, '?'),
(0x440928a02c7cb98ec0b5623fef90084c, 'wp-includes/blocks/query-pagination-numbers/editor.min.css', '/home/www/iamctv.com/wp-includes/blocks/query-pagination-numbers/editor.min.css', 1, 0x00000000000000000000000000000000, 0x6589d62a950f98f46cb53ac00bd55c77, 0xa3ea7719390fb143ef3116d527de24e594494e2bb9a133dabae8be7f24830e73, '', 0, '?'),
(0x05009b2cbe23b568654c0847ba28187d, 'wp-includes/blocks/query-pagination-numbers.php', '/home/www/iamctv.com/wp-includes/blocks/query-pagination-numbers.php', 1, 0x00000000000000000000000000000000, 0xecd321f667a000a96a4469f80812151a, 0x9f7ec0127819971b0f58cb1b12c30ebf162522e33e9f22dda1cd0bdff78a815b, '', 0, '?'),
(0x7a8d325d8d7727b4e13d22d3112da334, 'wp-includes/blocks/query-pagination-previous/block.json', '/home/www/iamctv.com/wp-includes/blocks/query-pagination-previous/block.json', 1, 0x00000000000000000000000000000000, 0xe03f7f633ac9d9396b3c699e06614247, 0xa8083574d9f561c950ea7924805da3ac6080c853d8b21500be62f1d47464d57d, '', 0, '?'),
(0x566927d7e35275cb683afe01c0b375d5, 'wp-includes/blocks/query-pagination-previous.php', '/home/www/iamctv.com/wp-includes/blocks/query-pagination-previous.php', 1, 0x00000000000000000000000000000000, 0x4bbe6e6505ec95cf022f0bcdf8d2e40b, 0x0b0db38e538926245ba3835c7e877f1cbc16f919899a2248c99b6eea11e216de, '', 0, '?'),
(0x39b620fe7b620a064a63d1463d6c5903, 'wp-includes/blocks/query-pagination.php', '/home/www/iamctv.com/wp-includes/blocks/query-pagination.php', 1, 0x00000000000000000000000000000000, 0xa0bd4da8e5e94a84aaabdede83e8953c, 0xb32308509cf212e53406af237b66d384a9e06da9a45302fad0f27e280c0df24a, '', 0, '?'),
(0x79e633a1dde2322f9fa45b5823f9c246, 'wp-includes/blocks/query-title/block.json', '/home/www/iamctv.com/wp-includes/blocks/query-title/block.json', 1, 0x00000000000000000000000000000000, 0x6c9fc13591628f854e3def9a25151585, 0x4fac9e8b1102127b579fdf3a7af5d443e132e89c9471b647798cdf63b09f319a, '', 0, '?'),
(0x64e1a7e03154ca671788629ea680210b, 'wp-includes/blocks/query-title.php', '/home/www/iamctv.com/wp-includes/blocks/query-title.php', 1, 0x00000000000000000000000000000000, 0x51303cdf00ce7ef7999d1733ab218dcf, 0x9f986cbfe295bc2040e55ede1ebe3515d1fd59ba2958e4f8000734647247cb3c, '', 0, '?'),
(0xe154c254b239dcb005cad80a106aed7e, 'wp-includes/blocks/query.php', '/home/www/iamctv.com/wp-includes/blocks/query.php', 1, 0x00000000000000000000000000000000, 0x7ee8390601bd2e2ab97f3f820de5c919, 0x4e0d1e439f2bef2a607e075c7b3338fdab706e71f790dea0b0150d37dd995f8e, '', 0, '?'),
(0x985811f652ff6576f895204f1cb6f455, 'wp-includes/blocks/quote/block.json', '/home/www/iamctv.com/wp-includes/blocks/quote/block.json', 1, 0x00000000000000000000000000000000, 0x7f72c8b0f78f3868269a3c91bc965014, 0x9a124fa44fbbc876a0ba2631ad0bc575518934e8370bc57eb39a60595d88e874, '', 0, '?'),
(0xe853d90e4992819be323b8b5a005297c, 'wp-includes/blocks/quote/style-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/quote/style-rtl.css', 1, 0x00000000000000000000000000000000, 0xf93138ffcb2ed823c97d1acd41faa1e4, 0x6cc04aa227990cc09071556451cab98fb2fd0e158115da0c160f2e12f669f0ac, '', 0, '?'),
(0x399ce6afd179b253f6c00e097056363d, 'wp-includes/blocks/quote/style-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/quote/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xf124429c0965abe10136a3fc2b553c31, 0x6b06b30ea140a5ca3dd55752d157778e89e81773bcc6f175a7bb53d3185ebf44, '', 0, '?'),
(0xcee414977fcfffc9018faeaa0a178c50, 'wp-includes/blocks/quote/style.css', '/home/www/iamctv.com/wp-includes/blocks/quote/style.css', 1, 0x00000000000000000000000000000000, 0x148ed88aa1a5d9428330e98357f321ae, 0xa354cdb70802650bd57ba18ecae17a0feb41c2d460125b2d6db36140e453f630, '', 0, '?'),
(0xd2f16cfca4491e0d2c0f904238f0a6ba, 'wp-includes/blocks/quote/style.min.css', '/home/www/iamctv.com/wp-includes/blocks/quote/style.min.css', 1, 0x00000000000000000000000000000000, 0x39db7e6aca6a09f21bc8170ad6ee9463, 0xf22bfd9ab4b64d6ea778fb6fa8070eca9c5eae70ad518f7201d671b11031021f, '', 0, '?'),
(0xbd47efb8888367d9ed0cdde0d070ce8a, 'wp-includes/blocks/quote/theme-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/quote/theme-rtl.css', 1, 0x00000000000000000000000000000000, 0xae88dc6ce4016b10fe932ccc1cc834a2, 0x8154330397baa54329d30287b859b23893d139f08ce95a059a4e5d8917659fff, '', 0, '?'),
(0xa4a4ed3baf64416f2bbfe19b1064289e, 'wp-includes/blocks/quote/theme-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/quote/theme-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xd43a73cd5652fc857094d4beb720343e, 0xbd9d2ed467bfaa7d142462b7175851ff226ad710fd4a7ddd476a63f7ddbaa9d0, '', 0, '?'),
(0xfa837f242a18df2dccd98b1bc6ecc70c, 'wp-includes/blocks/quote/theme.css', '/home/www/iamctv.com/wp-includes/blocks/quote/theme.css', 1, 0x00000000000000000000000000000000, 0x89bf33f6c39ba50de7c73eb308818c79, 0x1c95cf84eaebac5d57dad5e1aefeaa9787b7a6c2d4cb44ae0c7e56111933a9ba, '', 0, '?'),
(0x519350355ab8cef7d677f74e146961c2, 'wp-includes/blocks/quote/theme.min.css', '/home/www/iamctv.com/wp-includes/blocks/quote/theme.min.css', 1, 0x00000000000000000000000000000000, 0x4e3119a8036cc158d0c20c5fc18319f3, 0x9d3bbc1e8716dbc51583428d396a563d0e7e953f78854f29d1ace55408beb841, '', 0, '?'),
(0x2bbbde486a7e99947f1eecc19a11a1f1, 'wp-includes/blocks/read-more/block.json', '/home/www/iamctv.com/wp-includes/blocks/read-more/block.json', 1, 0x00000000000000000000000000000000, 0x33be153edc82019cc05fb8874b1e16e5, 0x921b3d01102a8bcc5a8580280c4e0e0d99443f64c50cff31281dbbc91d315d1b, '', 0, '?'),
(0xd5fc4a9c3fbd2cc089a6db5115ee3694, 'wp-includes/blocks/read-more/style-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/read-more/style-rtl.css', 1, 0x00000000000000000000000000000000, 0xd183d75b88e90978007e8030c71d57e9, 0x4c95c03b48e7a06fa185080242cdd8648ffeab4adc47b8dd8149eb75ad01a01d, '', 0, '?'),
(0x4dbbfe507aab5102f34170d022fb4d2b, 'wp-includes/blocks/read-more/style-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/read-more/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xe03f86d0fa08ef294d537b225ca08927, 0x59f02215bb8dae5fb75e26ada3cd472f1af516ddee3200fa6a998e4024c10208, '', 0, '?'),
(0xf38ce9b913c8c45e0740a6e939a7cace, 'wp-includes/blocks/read-more/style.css', '/home/www/iamctv.com/wp-includes/blocks/read-more/style.css', 1, 0x00000000000000000000000000000000, 0xd183d75b88e90978007e8030c71d57e9, 0x4c95c03b48e7a06fa185080242cdd8648ffeab4adc47b8dd8149eb75ad01a01d, '', 0, '?'),
(0x299e377b0d293b1d3269dbd22bb2ccde, 'wp-includes/blocks/read-more/style.min.css', '/home/www/iamctv.com/wp-includes/blocks/read-more/style.min.css', 1, 0x00000000000000000000000000000000, 0xe03f86d0fa08ef294d537b225ca08927, 0x59f02215bb8dae5fb75e26ada3cd472f1af516ddee3200fa6a998e4024c10208, '', 0, '?'),
(0x2509fffde2c5bf936b7558eb62aa9fb3, 'wp-includes/blocks/read-more.php', '/home/www/iamctv.com/wp-includes/blocks/read-more.php', 1, 0x00000000000000000000000000000000, 0xbd03b3130b723fe3c68f01847b6a3590, 0xbc50d3f9b757a68d32ea17f616a084b79b03ca575e26b56513538b247c5a3bb3, '', 0, '?'),
(0xb1670b03da62669d0d1affeed18ae6ff, 'wp-includes/blocks/rss/block.json', '/home/www/iamctv.com/wp-includes/blocks/rss/block.json', 1, 0x00000000000000000000000000000000, 0x84d34e1d94c7420dc7d0dbe3f0d12bd4, 0xc0775361ebec300ad0321cac26679bda4ddee064e0c1c7c8cf27ef3ce3e7495f, '', 0, '?'),
(0x899819bb83f56e4a2d32a0aa9c3557c2, 'wp-includes/blocks/rss/editor-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/rss/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0xb7400150740d322f92e096705f69f1c9, 0x06fdde4d4a91c61fe85cbf1b37b19dfae22a723be9c5ffe6eeb11250f8d33663, '', 0, '?'),
(0x85a6edbc1ffd4936ad15abd41246f112, 'wp-includes/blocks/rss/editor-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/rss/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x44d5edfabd9900212169a50411eba119, 0x9e75f9830dce3e7560fc7f333728cf46bd5ef820e0294c8d7d02c8ff28e3226c, '', 0, '?'),
(0x286cabc3d6852b25f16dbb87d8474940, 'wp-includes/blocks/rss/editor.css', '/home/www/iamctv.com/wp-includes/blocks/rss/editor.css', 1, 0x00000000000000000000000000000000, 0xd5a542a1f5765445b91d7ca6e6c28128, 0x1b555accabba875832aad82fd9c0d2c604cce9782255145580a64b54ef3c2ef4, '', 0, '?'),
(0xa5b4508191e2945a329937c74d6eaf8d, 'wp-includes/blocks/rss/editor.min.css', '/home/www/iamctv.com/wp-includes/blocks/rss/editor.min.css', 1, 0x00000000000000000000000000000000, 0x7b5dd3a90bdcdd5a3e8eefad920cb3eb, 0x64f35adf33c2dc61138048d991a732cf277497c91def004cfe5c5bacbe692151, '', 0, '?'),
(0xa7fcad858ece38ab6a870ffe637d8b10, 'wp-includes/blocks/rss/style-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/rss/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x72d4edfd385e2f8a10be34da063f7bc0, 0x23b674d11e23e5cfbd67df863e186c38fe87fe9e1c5a2c68549a347eb9457c01, '', 0, '?'),
(0x35070134dcc6c15ae2a305ca9783484a, 'wp-includes/blocks/rss/style-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/rss/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x005e3cdab8461b39f01967d5b804c9ad, 0x6c1f3ab115612be2e53295d7004d31d5d9d2bb75897ffcfd255ee2e3ade54d30, '', 0, '?'),
(0x173d9e098405ae5c7656a3ab89adc778, 'wp-includes/blocks/rss/style.css', '/home/www/iamctv.com/wp-includes/blocks/rss/style.css', 1, 0x00000000000000000000000000000000, 0x6508bd2d200a9cd8ab596bcb7b02957a, 0x0b200c01362f7d6d7a2768e6a153b492340b1cf1e3d5185eab38167c2c6d0383, '', 0, '?'),
(0x06096508f5d8ad56f2c04debecc0799e, 'wp-includes/blocks/rss/style.min.css', '/home/www/iamctv.com/wp-includes/blocks/rss/style.min.css', 1, 0x00000000000000000000000000000000, 0x174cc37dab480d55abc56b4cc0d39d81, 0x7dbe694e6bb97571d2002f26725459cbcc29d64ffe37d24d44e2458d648edcbf, '', 0, '?'),
(0x110c349b8e42d60037716f42c76f36ed, 'wp-includes/blocks/rss.php', '/home/www/iamctv.com/wp-includes/blocks/rss.php', 1, 0x00000000000000000000000000000000, 0x1d147ec46792573cbc0512e2afdeb2e8, 0xe0d1b14b0002541eb4878afcd7b39cb3029c31b6591e26eb116bc2802de2a704, '', 0, '?'),
(0x01c9587c5fd5c87763d33aa96a82d1c0, 'wp-includes/blocks/search/block.json', '/home/www/iamctv.com/wp-includes/blocks/search/block.json', 1, 0x00000000000000000000000000000000, 0x1f3875eb239b1cfc703e4de8d94375a5, 0x868276a75d819ae1c18b28c0059f2cbe1696cb6b9a9fddf8cd65f8b174c431c0, '', 0, '?'),
(0xb4fe0cea91897dfa4f619f5487544e2e, 'wp-includes/blocks/search/editor-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/search/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x039556f3f799bb07151eb20fe69782b4, 0x8c6a5626ae485c050859d13f2dcfbf3b031166f10076f02506b5e4d03c49729c, '', 0, '?'),
(0xc9ef139703bedf0fab6826a313271173, 'wp-includes/blocks/search/editor-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/search/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x6f9374707ba4263cec9b9136df31868c, 0x0a90fd16202338e5e1f3de9746bbffc7e0ffd3b36ce4c8e48797053714e53be9, '', 0, '?'),
(0xbe05a64d33d6127661420f6364031bb5, 'wp-includes/blocks/search/editor.css', '/home/www/iamctv.com/wp-includes/blocks/search/editor.css', 1, 0x00000000000000000000000000000000, 0x039556f3f799bb07151eb20fe69782b4, 0x8c6a5626ae485c050859d13f2dcfbf3b031166f10076f02506b5e4d03c49729c, '', 0, '?'),
(0xb6680565a8ca2dac424a96f1aa5f76f1, 'wp-includes/blocks/search/editor.min.css', '/home/www/iamctv.com/wp-includes/blocks/search/editor.min.css', 1, 0x00000000000000000000000000000000, 0x6f9374707ba4263cec9b9136df31868c, 0x0a90fd16202338e5e1f3de9746bbffc7e0ffd3b36ce4c8e48797053714e53be9, '', 0, '?'),
(0x9b6d60abc4350a2bd60be3911437d2f1, 'wp-includes/blocks/search/style-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/search/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x6843041481b6dec67c5694f6c6dd8b17, 0x4913aeabd20c652518cdf6b50a8ebe90178aff9ce9897f89b9ce79e37cbd6255, '', 0, '?'),
(0x43ad196d730ac3e158f85dc0c54b9254, 'wp-includes/blocks/search/style-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/search/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xa67f3a8878c9496b4f01db298adcf952, 0x9a95b16e9395755104500a4a7671f12e2e3b1afc4b140f1d11e397d74ce5701e, '', 0, '?'),
(0x73614fb859880e2c7e729de0b5ad6bc3, 'wp-includes/blocks/search/style.css', '/home/www/iamctv.com/wp-includes/blocks/search/style.css', 1, 0x00000000000000000000000000000000, 0xd6c111ad259d9d666b4051b072687bc1, 0x6946514abc938a7a6e0ce4e0f2e366569066a5518550f21887163589850a87f8, '', 0, '?'),
(0x895f0e039e20a58836549891fe4e473f, 'wp-includes/blocks/search/style.min.css', '/home/www/iamctv.com/wp-includes/blocks/search/style.min.css', 1, 0x00000000000000000000000000000000, 0xd65499709fb6ddfa7ecbf79a50b5dde0, 0xd5ca1afb57a216a97fd3d52f23247d28df1ae84bb9388810cfec98959520f19e, '', 0, '?'),
(0x2c52b5335a8d39119769cc47f8ee1198, 'wp-includes/blocks/search/theme-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/search/theme-rtl.css', 1, 0x00000000000000000000000000000000, 0x97e4d034ea6dbe8a4982e405d109679e, 0x3e791c1437d40d149f05dff669a086f70885a20d4575d1214aa0c19c8152dbf6, '', 0, '?'),
(0x165b81595b93bbf36a96bfc788e747f4, 'wp-includes/blocks/search/theme-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/search/theme-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x7da96b4997ab4bda1f96cbe4cf70f30b, 0xe6a18d7671af5275f22305c791f51ac6e3aba0fb9e624ab29f3629a5a500705f, '', 0, '?'),
(0xc4701fc8ace9934553f7f795f930b24b, 'wp-includes/blocks/search/theme.css', '/home/www/iamctv.com/wp-includes/blocks/search/theme.css', 1, 0x00000000000000000000000000000000, 0x97e4d034ea6dbe8a4982e405d109679e, 0x3e791c1437d40d149f05dff669a086f70885a20d4575d1214aa0c19c8152dbf6, '', 0, '?'),
(0xca810969f4819df0ecfeaa053a679579, 'wp-includes/blocks/search/theme.min.css', '/home/www/iamctv.com/wp-includes/blocks/search/theme.min.css', 1, 0x00000000000000000000000000000000, 0x7da96b4997ab4bda1f96cbe4cf70f30b, 0xe6a18d7671af5275f22305c791f51ac6e3aba0fb9e624ab29f3629a5a500705f, '', 0, '?'),
(0xe25e7d025209ed045612377b57490d48, 'wp-includes/blocks/search.php', '/home/www/iamctv.com/wp-includes/blocks/search.php', 1, 0x00000000000000000000000000000000, 0x2a6333a120fbb8c60badf5de8503055c, 0xcf35f39d5fb171f582e5b65e32296d832e9c6c15ed18527d96f6c0f0fb5cfe80, '', 0, '?'),
(0x104c7d622612891cdbb57fe580621d15, 'wp-includes/blocks/separator/block.json', '/home/www/iamctv.com/wp-includes/blocks/separator/block.json', 1, 0x00000000000000000000000000000000, 0x993bfde84ede046cf787f6d7140961e1, 0x09043b6ecfb6581a9f094c011646967f1be10f9a4c527059e6fc88a989a63a0b, '', 0, '?'),
(0xeebe3c843776bacd1f59363fe9e09dd1, 'wp-includes/blocks/separator/editor-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/separator/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x5c594ad408025bdb1d65418637b48921, 0xe992afe8d9e9656b66259b08dfc65c5a8fa41f2cea85d48b186f794ff89246b4, '', 0, '?'),
(0x8b55dcd07a83f3ae639e10e97012aca9, 'wp-includes/blocks/separator/editor-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/separator/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xd5daf3bed8f54387e76d8819cf3ae0d4, 0x91b22f995d171f8f4b27f0f53cd1e74ce43b0d78cc6dc5c788700a68582c4ba7, '', 0, '?'),
(0xe8f21f0c3c7cc686332308a760ae7d8a, 'wp-includes/blocks/separator/editor.css', '/home/www/iamctv.com/wp-includes/blocks/separator/editor.css', 1, 0x00000000000000000000000000000000, 0x5c594ad408025bdb1d65418637b48921, 0xe992afe8d9e9656b66259b08dfc65c5a8fa41f2cea85d48b186f794ff89246b4, '', 0, '?'),
(0x1bbc3570deaaef6d971a14b588ee8884, 'wp-includes/blocks/separator/editor.min.css', '/home/www/iamctv.com/wp-includes/blocks/separator/editor.min.css', 1, 0x00000000000000000000000000000000, 0xd5daf3bed8f54387e76d8819cf3ae0d4, 0x91b22f995d171f8f4b27f0f53cd1e74ce43b0d78cc6dc5c788700a68582c4ba7, '', 0, '?'),
(0x3f1d17e5cc1c11ae707c52c26ff0a5e9, 'wp-includes/blocks/separator/style-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/separator/style-rtl.css', 1, 0x00000000000000000000000000000000, 0xcb281cb2560a4fba3ba31d326e9990dc, 0xce253c15ebdf72adebd5704ce001143d241ed761993ec55007f23667fa9f92a0, '', 0, '?'),
(0x12a10ec363d44f9a40ab2ffb6c4d04f0, 'wp-includes/blocks/separator/style-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/separator/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x5378869eccb80a302855d46c6de8610a, 0x353e4aef68c813a8043bcc298b2291f93b8d52aa806c7bc9b085be00d21dffbd, '', 0, '?'),
(0x560e91f4b93ce9993747ba6ed4ffb297, 'wp-includes/blocks/separator/style.css', '/home/www/iamctv.com/wp-includes/blocks/separator/style.css', 1, 0x00000000000000000000000000000000, 0xc935690cd9bbaeb0f32922717dffaa01, 0xee475251d113f6a76054120c4e376185d79af23adf7b6ed27d76aae9d9509370, '', 0, '?'),
(0x6964dcb6c731be130f2297f4f9c95eef, 'wp-includes/blocks/separator/style.min.css', '/home/www/iamctv.com/wp-includes/blocks/separator/style.min.css', 1, 0x00000000000000000000000000000000, 0x5378869eccb80a302855d46c6de8610a, 0x353e4aef68c813a8043bcc298b2291f93b8d52aa806c7bc9b085be00d21dffbd, '', 0, '?'),
(0x483df91b33503b9c5411f8d804c37e87, 'wp-includes/blocks/separator/theme-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/separator/theme-rtl.css', 1, 0x00000000000000000000000000000000, 0xd3caecff11719ea090b148c63a64af29, 0xcf6e13a6646db86512b9cc5aa73817cb09b7eccd59078c83ac23ce500880fe9e, '', 0, '?'),
(0x849b403c4ea4386979e31d97bb879b18, 'wp-includes/blocks/separator/theme-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/separator/theme-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x2980572491d02824dc71ea0efc84c712, 0x2cbe67099b321ec175e9e76aa9c664327cdf83cc1e56e9c37557ab125c8165d9, '', 0, '?'),
(0x93300f2202a7cb47a31a3ddf6856349c, 'wp-includes/blocks/separator/theme.css', '/home/www/iamctv.com/wp-includes/blocks/separator/theme.css', 1, 0x00000000000000000000000000000000, 0x7c698e499477f53b0bff02915bf65423, 0x5d9da74987c052ab0ed9e61a9b10c1f96409995a528594b6705dce4f282dea03, '', 0, '?'),
(0x26739a52fe828ba3bedc58e5823cc1a8, 'wp-includes/blocks/separator/theme.min.css', '/home/www/iamctv.com/wp-includes/blocks/separator/theme.min.css', 1, 0x00000000000000000000000000000000, 0xad96454f9e63bcbab86df9c57bf103f6, 0xc92f60692d5e8c33d2973ba042a6b3549e3bb6b8ccffae231200e472f87d3a6a, '', 0, '?'),
(0xf99ee88bbc89ad961cd31633f705fab2, 'wp-includes/blocks/shortcode/block.json', '/home/www/iamctv.com/wp-includes/blocks/shortcode/block.json', 1, 0x00000000000000000000000000000000, 0x719f120145cb623b3f28f7e858d5233c, 0x4ad2813b459e41ec48ab9b68324bf9cc38f3d2f07b85665ace3b0545292f5898, '', 0, '?'),
(0x191a36144238fb98639e839fb1651567, 'wp-includes/blocks/shortcode/editor-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/shortcode/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x343e63c753d72f2299d8872488108176, 0xd26b79cb127df71072eca843d5e022b5517d0ceb338701b369efd3243e560cac, '', 0, '?'),
(0xe889efb97f7195e6384fba04cf3bc341, 'wp-includes/blocks/shortcode/editor-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/shortcode/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xcdbbf430457fccca0f9d3ceda8ef23e9, 0x498144d257f33dda7e37f790a6c1f50c28b2adbf3345bbbcf4622440780260d1, '', 0, '?'),
(0xbd8423173b87ec65bdb64f22f5bc235b, 'wp-includes/blocks/shortcode/editor.css', '/home/www/iamctv.com/wp-includes/blocks/shortcode/editor.css', 1, 0x00000000000000000000000000000000, 0x343e63c753d72f2299d8872488108176, 0xd26b79cb127df71072eca843d5e022b5517d0ceb338701b369efd3243e560cac, '', 0, '?'),
(0x03330778328ac2a7ae04a26804ea145f, 'wp-includes/blocks/shortcode/editor.min.css', '/home/www/iamctv.com/wp-includes/blocks/shortcode/editor.min.css', 1, 0x00000000000000000000000000000000, 0xcdbbf430457fccca0f9d3ceda8ef23e9, 0x498144d257f33dda7e37f790a6c1f50c28b2adbf3345bbbcf4622440780260d1, '', 0, '?'),
(0xeee1b24e9694e7a646a656ef59ec7f43, 'wp-includes/blocks/shortcode.php', '/home/www/iamctv.com/wp-includes/blocks/shortcode.php', 1, 0x00000000000000000000000000000000, 0xd33074e209eda31c12daa82e10996ab2, 0x7b8e8562770a7eaa8c34f86e17228297221cfed3cdf790ea232e6d19bf2f2331, '', 0, '?'),
(0x168806390ecb018e3ed1d7da370c121c, 'wp-includes/blocks/site-logo/block.json', '/home/www/iamctv.com/wp-includes/blocks/site-logo/block.json', 1, 0x00000000000000000000000000000000, 0xc3c3a7599378665def0c92a5c2dd8ab5, 0xab7a5832c9e75fa3a0773cee1c6b66017d42e666fee3c9e0ee64df359f2976aa, '', 0, '?'),
(0xe61f7f76d19f8e4803a8fdcb7f351725, 'wp-includes/blocks/site-logo/editor-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/site-logo/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0xfd3a9a3ebd74f1dc47d3650ad6872c73, 0xd496578b7cd99151ae93c230067d70bb2d9d675872eae44e5ade907e173ab04c, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x2a54c79ae797714736f7b852dae448f7, 'wp-includes/blocks/site-logo/editor-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/site-logo/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xd6f15a191e8346f8656e1e8afffb5148, 0x3a027dab391c6ebfd1892e744856272fd793e56e581493042055d4863db4eba0, '', 0, '?'),
(0x49c2830493267bfd9e3bd02d48d6ef8b, 'wp-includes/blocks/site-logo/editor.css', '/home/www/iamctv.com/wp-includes/blocks/site-logo/editor.css', 1, 0x00000000000000000000000000000000, 0xe9a52e58fc7e785d7ce5240d623a33c7, 0x165c0f7df565111818f810416e6c49d745964bb0024c7e57d8f603bc09eda816, '', 0, '?'),
(0xcc3d60ca3a82b0baae9ff2787e7f94eb, 'wp-includes/blocks/site-logo/editor.min.css', '/home/www/iamctv.com/wp-includes/blocks/site-logo/editor.min.css', 1, 0x00000000000000000000000000000000, 0x3282ca1d6c93cefd3053909a9a8bb79e, 0x0256e659552babcf3d6928781dabca64bb29c25d0abb8b2f7acb66c4dd99e2e5, '', 0, '?'),
(0xb99e3c654af406bded357d15990fdb6a, 'wp-includes/blocks/site-logo/style-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/site-logo/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x4690b5cca947768bd2f78cfd15f2ce59, 0xea2f37ddc445aed8bca4fffd27535d906ae3417f1f3e3620f65d6d71a86e073d, '', 0, '?'),
(0xe8aca46ae1b6d80e2cd0d31ef0db3d3e, 'wp-includes/blocks/site-logo/style-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/site-logo/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xb49ae0565171fe0f6f0cd2c7e58045b8, 0xbeaaf2990d8c3da89e9c5a6158e5a237e4b11c2fff028b6a5bdb0840dd4c7903, '', 0, '?'),
(0x37de597c37945e1a99a3cbcf56710f0c, 'wp-includes/blocks/site-logo/style.css', '/home/www/iamctv.com/wp-includes/blocks/site-logo/style.css', 1, 0x00000000000000000000000000000000, 0x92c076f1d67765607c4d9379b2930a09, 0x180fa7393b2e453a58eea8879fb1d93d55223f44947a287d807b06bd5fa461fc, '', 0, '?'),
(0x76d2d7713f00da7bedb4ca3daec5ad65, 'wp-includes/blocks/site-logo/style.min.css', '/home/www/iamctv.com/wp-includes/blocks/site-logo/style.min.css', 1, 0x00000000000000000000000000000000, 0xd3526461c4888eebef29a1872e780c75, 0xc096b82544dd458c5b34eafad3a4bd4ed66b3f724174454806f4c00e827544e4, '', 0, '?'),
(0x892020eaea67b6b2d7dc25e7141b219e, 'wp-includes/blocks/site-logo.php', '/home/www/iamctv.com/wp-includes/blocks/site-logo.php', 1, 0x00000000000000000000000000000000, 0xc451beb4142032d45f9f926c75009525, 0x5354d6b397105e6a14869609ec8986ee5e67e172e743bf88bb754b1bdb0ac4b0, '', 0, '?'),
(0x775ae8e8b86b464439ab9cc4ce14d968, 'wp-includes/blocks/site-tagline/block.json', '/home/www/iamctv.com/wp-includes/blocks/site-tagline/block.json', 1, 0x00000000000000000000000000000000, 0x72a40db8046ae40f70e1f66840c9fdd7, 0x3aa8c18fc27648ee433bec508273061a0c4e890ae4498b25e04843f9792a5912, '', 0, '?'),
(0xaef6ba405077d379e8c5d933824b0573, 'wp-includes/blocks/site-tagline/editor-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/site-tagline/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x0222c21446b695d98773d75b926d4894, 0x16a1bd420ac397c3c8b946297c363d8f39478086bf3e0283bb6ecc609e751a16, '', 0, '?'),
(0x0a9ae9d1c19703e1239dddf1780f7c5d, 'wp-includes/blocks/site-tagline/editor-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/site-tagline/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x2c3d9f93535045a8f39fd2a7a3021da7, 0xca880fcd0999d8bfdfa5ffc17efc8a45b9e76bafba2c16669f8a06abcb668652, '', 0, '?'),
(0x98d9c076a81b188ed2104b3ae0f85a46, 'wp-includes/blocks/site-tagline/editor.css', '/home/www/iamctv.com/wp-includes/blocks/site-tagline/editor.css', 1, 0x00000000000000000000000000000000, 0x0222c21446b695d98773d75b926d4894, 0x16a1bd420ac397c3c8b946297c363d8f39478086bf3e0283bb6ecc609e751a16, '', 0, '?'),
(0x945337c0e47a0fc7ab9757cc7ed332ff, 'wp-includes/blocks/site-tagline/editor.min.css', '/home/www/iamctv.com/wp-includes/blocks/site-tagline/editor.min.css', 1, 0x00000000000000000000000000000000, 0x2c3d9f93535045a8f39fd2a7a3021da7, 0xca880fcd0999d8bfdfa5ffc17efc8a45b9e76bafba2c16669f8a06abcb668652, '', 0, '?'),
(0xaefdacca9c5c22b1e2e87a402a3ed41a, 'wp-includes/blocks/site-tagline.php', '/home/www/iamctv.com/wp-includes/blocks/site-tagline.php', 1, 0x00000000000000000000000000000000, 0xb5326f4822cfb5388ca1f9eead7a7720, 0x8786b515c1fc68c2daf0ac39df44ef8dbe0e5022daddcf91c268669fac6625bc, '', 0, '?'),
(0x68a04f542c24dde228fa98e7e7e3cbf4, 'wp-includes/blocks/site-title/block.json', '/home/www/iamctv.com/wp-includes/blocks/site-title/block.json', 1, 0x00000000000000000000000000000000, 0x9db8ea9883ba5ac71e919bb44e90db74, 0xf5271806d0ac6066104182db9b69a501d7f7f2505d8c4b1f5310e9ddf50fd4cc, '', 0, '?'),
(0x6e3fdee53c0b7d726d27dc6519712063, 'wp-includes/blocks/site-title/editor-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/site-title/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x757b28d91529b08e4ad3f4b05298e85c, 0xa57913b55da8f00fc4ce333b93ff5a76d34497280526b37c37eaabe3637a27eb, '', 0, '?'),
(0x8e459148bba8aa211da8a3c168803c79, 'wp-includes/blocks/site-title/editor-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/site-title/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xe2902258bc224f4bc77f0b8939009a0b, 0x7d09aefed07f05876b015f025b33e83f5ff04678e261028fe9960399fc8701fe, '', 0, '?'),
(0x22afd01ecdd3dbafaaa81c36a7b7373f, 'wp-includes/blocks/site-title/editor.css', '/home/www/iamctv.com/wp-includes/blocks/site-title/editor.css', 1, 0x00000000000000000000000000000000, 0x757b28d91529b08e4ad3f4b05298e85c, 0xa57913b55da8f00fc4ce333b93ff5a76d34497280526b37c37eaabe3637a27eb, '', 0, '?'),
(0xefd9c834857ea78e5e55314578e61483, 'wp-includes/blocks/site-title/editor.min.css', '/home/www/iamctv.com/wp-includes/blocks/site-title/editor.min.css', 1, 0x00000000000000000000000000000000, 0xe2902258bc224f4bc77f0b8939009a0b, 0x7d09aefed07f05876b015f025b33e83f5ff04678e261028fe9960399fc8701fe, '', 0, '?'),
(0x376f6a40dbe8954aa02043f6c8bf919a, 'wp-includes/blocks/site-title.php', '/home/www/iamctv.com/wp-includes/blocks/site-title.php', 1, 0x00000000000000000000000000000000, 0x6d459040991309371f391c2898a9a899, 0x1cb65fa1fdd85d0f0f4d12510f2ce1c141e9ac59b9d12d4ca2dda4e6e676c588, '', 0, '?'),
(0x4ce0c00e0d0be62510c2c2067bae1cb7, 'wp-includes/blocks/social-link/block.json', '/home/www/iamctv.com/wp-includes/blocks/social-link/block.json', 1, 0x00000000000000000000000000000000, 0x626a98b83f54d83579ef292f71c53619, 0x058e221ad7d248fbf8d168c641b76a55d7fb139a04ca5b27770947d854c65570, '', 0, '?'),
(0x8a8b85f27686724019ac7be2637f7b12, 'wp-includes/blocks/social-link/editor-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/social-link/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x0ab770aa0cf6eecf87fcb07df32e72b7, 0xaccc5ef1ebc58c3d00eed5a7b7c98ed983914a52db86f7f87fc503fca9a97505, '', 0, '?'),
(0xe19604ee6130501540dc615c788afe2d, 'wp-includes/blocks/social-link/editor-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/social-link/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xf86ab39c3b8e99b9d4ff10d247323413, 0x41acab01a41dad4e01384c7b06f88bd263b7c5e123dc25822a9a8c92d34bd3c8, '', 0, '?'),
(0x89f1dab850a10410cad41ed6ba0c62b2, 'wp-includes/blocks/social-link/editor.css', '/home/www/iamctv.com/wp-includes/blocks/social-link/editor.css', 1, 0x00000000000000000000000000000000, 0x11c23d4f9b21d04a24f1f0cf9318543b, 0x25948b67db37d84293a374edf8a7cc21a70faa5bd7d90f78c2426605e678d348, '', 0, '?'),
(0x8716cd4a944836bd4b4689ecfe707eb3, 'wp-includes/blocks/social-link/editor.min.css', '/home/www/iamctv.com/wp-includes/blocks/social-link/editor.min.css', 1, 0x00000000000000000000000000000000, 0x74f6accdecbc7fc15fbd297e6117ad25, 0x811958aac6d3c3a77d75aec62586332b6168788e6d5ba01001708a865f48dfff, '', 0, '?'),
(0x4b3e885e5baf50914618ed0e318b683a, 'wp-includes/blocks/social-link.php', '/home/www/iamctv.com/wp-includes/blocks/social-link.php', 1, 0x00000000000000000000000000000000, 0xadf12df7914ea4a0abe8a1b11a1c5747, 0x2286de6934b1cc2e99148fe3ab1ef9e386d13ddbcb7e6e07b834a363b4eec8ec, '', 0, '?'),
(0xbf98b873a2a2f417dc19e7efe8c57620, 'wp-includes/blocks/social-links/block.json', '/home/www/iamctv.com/wp-includes/blocks/social-links/block.json', 1, 0x00000000000000000000000000000000, 0x426eaf565e6ca38cee1418fa9fb14843, 0xf723d52d079de841a6758e13d47fe0e73a8acfa31c0f72e03edf324660f2b7d8, '', 0, '?'),
(0x089eaa80ef35379b974416d73b546b43, 'wp-includes/blocks/social-links/editor-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/social-links/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0xa94a0d381ac1ddc89787b9034533650b, 0x94bdc1a85d5af8acf4634ad7263b86cdcbb271bb72bc500b259ba135ac316534, '', 0, '?'),
(0x6d03290dbc85e4f461489aad1c8d45b1, 'wp-includes/blocks/social-links/editor-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/social-links/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xed76e395430fae07d8d2d382139b1a2c, 0xce53862f871c7716bf3d89f21084366329ac0d0e8595ec1037a11cecb2441a84, '', 0, '?'),
(0x72b69f02f6e1261845f616ca6544a371, 'wp-includes/blocks/social-links/editor.css', '/home/www/iamctv.com/wp-includes/blocks/social-links/editor.css', 1, 0x00000000000000000000000000000000, 0x6167a288c859ec9412bf223cf694788b, 0x9a20d0dc4b0899e8663d5ddf7053dc290a3e3fbc94cf8458979a56ff5dba2edf, '', 0, '?'),
(0x0a17e1bd0936eced3452e81339f8aa8b, 'wp-includes/blocks/social-links/editor.min.css', '/home/www/iamctv.com/wp-includes/blocks/social-links/editor.min.css', 1, 0x00000000000000000000000000000000, 0xaee5376346f6ad40dbb5905335ae5898, 0x131c99cdc87671616dd5a0988912764b61c956b4d9bc9d598250c5a0c544cba4, '', 0, '?'),
(0x7db2936cc538e55c07ed3bd9cec0e67e, 'wp-includes/blocks/social-links/style-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/social-links/style-rtl.css', 1, 0x00000000000000000000000000000000, 0xefff070911021c5e96551b1400fbb94b, 0x2a2bba97fc051cd24b53771c600d52f249445101f8273edc44705aa41bee6183, '', 0, '?'),
(0xb9ff7b5accf156e41cc7f6ad241893a7, 'wp-includes/blocks/social-links/style-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/social-links/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x433f772c6c142d66f869994b8553b7c1, 0x99574af8fd30c131ba18e42fa655e5c400749678507c49eae3fa67defd322c8d, '', 0, '?'),
(0x67d381d9227df848dfea9d2ceb9664f1, 'wp-includes/blocks/social-links/style.css', '/home/www/iamctv.com/wp-includes/blocks/social-links/style.css', 1, 0x00000000000000000000000000000000, 0x2333a2c5c72447ea80a5c39718581540, 0xe623713c574fcf15c54b487f30c198558f91a01c1999eb12634df0bdab9882b0, '', 0, '?'),
(0xe79a1aca49f0f31b9898edb08a1299e9, 'wp-includes/blocks/social-links/style.min.css', '/home/www/iamctv.com/wp-includes/blocks/social-links/style.min.css', 1, 0x00000000000000000000000000000000, 0xc8b7db31d818e40f28a987b1b244d96e, 0x68695228ea545bcf5c8d7c26752cbd7a14bd946dce0d032fc01358af89e8f44b, '', 0, '?'),
(0x228bf8934b9736065ea53456fd7d99c0, 'wp-includes/blocks/spacer/block.json', '/home/www/iamctv.com/wp-includes/blocks/spacer/block.json', 1, 0x00000000000000000000000000000000, 0x653f759df6f0a48afc97dec3fb87e1dd, 0x85206fe197ff3e18d920cd2fd2d3184756c961a9d7114c296b5e9d257e0f1a05, '', 0, '?'),
(0xa8e4e1ea94955473990d25a84c4ae54d, 'wp-includes/blocks/spacer/editor-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/spacer/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x8629767741ae728805dc34d6a59d015c, 0x61cab4eb2d0f254db827151d90536dce5db9731d9dd6e2c65a7fe5960043fc2d, '', 0, '?'),
(0x4ab3a4b53b3cdfca437bdfaba9ae4e9f, 'wp-includes/blocks/spacer/editor-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/spacer/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xd0bb8642e1cdc5c2e23e657ffea08558, 0x2dd3a1916efadab28a798a7171782d6ac084a62170d242d9a029585434564e5b, '', 0, '?'),
(0x7529027aef5aed04a5684ce650887cac, 'wp-includes/blocks/spacer/editor.css', '/home/www/iamctv.com/wp-includes/blocks/spacer/editor.css', 1, 0x00000000000000000000000000000000, 0x8629767741ae728805dc34d6a59d015c, 0x61cab4eb2d0f254db827151d90536dce5db9731d9dd6e2c65a7fe5960043fc2d, '', 0, '?'),
(0x3e165b97200367ab3364bd13a893a4a0, 'wp-includes/blocks/spacer/editor.min.css', '/home/www/iamctv.com/wp-includes/blocks/spacer/editor.min.css', 1, 0x00000000000000000000000000000000, 0xd0bb8642e1cdc5c2e23e657ffea08558, 0x2dd3a1916efadab28a798a7171782d6ac084a62170d242d9a029585434564e5b, '', 0, '?'),
(0x2c4970d8d855ed77e462e418a7414023, 'wp-includes/blocks/spacer/style-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/spacer/style-rtl.css', 1, 0x00000000000000000000000000000000, 0xfabd0be05355b99cab3c4e86f596424d, 0x4a44aa248cd9d68ea45d10569f4e75c692ceb46f0e42a269cfcd57938ef15f81, '', 0, '?'),
(0xc68f749dafbf1ae2bbea6f2bddd5d8b4, 'wp-includes/blocks/spacer/style-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/spacer/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x73de0f6b93cbe96b90337ac4d35529c4, 0x7532ff54d8da7a22bb84edffcf2d67be89b6265dcc56db136ab295244f3e1f8b, '', 0, '?'),
(0xb07fdcb0c1dbf8bef25f7eb768097363, 'wp-includes/blocks/spacer/style.css', '/home/www/iamctv.com/wp-includes/blocks/spacer/style.css', 1, 0x00000000000000000000000000000000, 0xfabd0be05355b99cab3c4e86f596424d, 0x4a44aa248cd9d68ea45d10569f4e75c692ceb46f0e42a269cfcd57938ef15f81, '', 0, '?'),
(0x22010ae49204e515d7346add53c38b86, 'wp-includes/blocks/spacer/style.min.css', '/home/www/iamctv.com/wp-includes/blocks/spacer/style.min.css', 1, 0x00000000000000000000000000000000, 0x73de0f6b93cbe96b90337ac4d35529c4, 0x7532ff54d8da7a22bb84edffcf2d67be89b6265dcc56db136ab295244f3e1f8b, '', 0, '?'),
(0x1cb45e12d6755bd5707d6042f8f35731, 'wp-includes/blocks/table/block.json', '/home/www/iamctv.com/wp-includes/blocks/table/block.json', 1, 0x00000000000000000000000000000000, 0xef6fe0328b8ad22bba132d140f151d53, 0x9684e69569768a97163d334b30b3b62bd5aaca035fdc7178eb6e218ebd2f2ee0, '', 0, '?'),
(0xb1c6c38781fa894a56b4579d5d4916a2, 'wp-includes/blocks/table/editor-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/table/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x4578e408515d72599105544f3ba93732, 0x632b1641f17ed783c90373ddd38899ada9cb7b538252ca57564e89ef5e7b256c, '', 0, '?'),
(0x3bed32aaf77954de57f04b73aabc9861, 'wp-includes/blocks/table/editor-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/table/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x5330a5aecb2f9430f21437f01ceadcef, 0x9e549448277e81212990f038a845ce09a985d90a50255a79e5b7c838afde4097, '', 0, '?'),
(0x0a7d86f127d9a90342bb33fc39ad3ab8, 'wp-includes/blocks/table/editor.css', '/home/www/iamctv.com/wp-includes/blocks/table/editor.css', 1, 0x00000000000000000000000000000000, 0x1970f340bb1ac0e26c080af379363ca0, 0x7764953253277e171a98b1b671eae8ccf528aa97534d6a01217e9f65a24a27d7, '', 0, '?'),
(0xa72b469734de0a0efaf571b9b1a4225d, 'wp-includes/blocks/table/editor.min.css', '/home/www/iamctv.com/wp-includes/blocks/table/editor.min.css', 1, 0x00000000000000000000000000000000, 0xef7ce33ef702e1c2be379a74bc110655, 0x55d350532102bda512095cead67a1aaa1dc44c727577c3559189ffa2b5a0e186, '', 0, '?'),
(0x9aea2d2766a8df953f181f583a340d21, 'wp-includes/blocks/table/style-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/table/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x1f7a2edc7ce4987c1f2d9db6f423fe31, 0xdbd64bf3a169b5bf6779be3653ba829d8a62472e793ad7c9e3aa82b5200a9ebd, '', 0, '?'),
(0x74d8148a1f0061b6a75c8fa05f2757de, 'wp-includes/blocks/table/style-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/table/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xea3c9243cde3cc54d5d61510616381a6, 0xedde1c0aa0db0170f6080df6b370b28389985cd5a0937c28d1bd5413a8927339, '', 0, '?'),
(0xf50228542f4990fb83888b65ea157642, 'wp-includes/blocks/table/style.css', '/home/www/iamctv.com/wp-includes/blocks/table/style.css', 1, 0x00000000000000000000000000000000, 0x1f7a2edc7ce4987c1f2d9db6f423fe31, 0xdbd64bf3a169b5bf6779be3653ba829d8a62472e793ad7c9e3aa82b5200a9ebd, '', 0, '?'),
(0xd3d18de0046f28fd48138e747478fb2e, 'wp-includes/blocks/table/style.min.css', '/home/www/iamctv.com/wp-includes/blocks/table/style.min.css', 1, 0x00000000000000000000000000000000, 0xea3c9243cde3cc54d5d61510616381a6, 0xedde1c0aa0db0170f6080df6b370b28389985cd5a0937c28d1bd5413a8927339, '', 0, '?'),
(0xc7e46d79760848e513f2bdcc8d87e0ce, 'wp-includes/blocks/table/theme-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/table/theme-rtl.css', 1, 0x00000000000000000000000000000000, 0xb084162813cd56eb1144712461a4a081, 0xd856513823e1336d2e36ddd8192df0c121a8938f50703a318d4b6a0115b18bd6, '', 0, '?'),
(0x889bfa1dcb42b12b867900789561b624, 'wp-includes/blocks/table/theme-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/table/theme-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xb2b5b8b4696ae3ebcb2f1b744491c13d, 0x360d4f1f3fe185a1ff4951407f864c76ab5e0ef9f0ebe2374c0536c6beba2080, '', 0, '?'),
(0xabbb5fb151f37cdd5d9ec5e7e6601aa8, 'wp-includes/blocks/table/theme.css', '/home/www/iamctv.com/wp-includes/blocks/table/theme.css', 1, 0x00000000000000000000000000000000, 0xb084162813cd56eb1144712461a4a081, 0xd856513823e1336d2e36ddd8192df0c121a8938f50703a318d4b6a0115b18bd6, '', 0, '?'),
(0x9f34e30813945a7399e92e5d1be5f12a, 'wp-includes/blocks/table/theme.min.css', '/home/www/iamctv.com/wp-includes/blocks/table/theme.min.css', 1, 0x00000000000000000000000000000000, 0xb2b5b8b4696ae3ebcb2f1b744491c13d, 0x360d4f1f3fe185a1ff4951407f864c76ab5e0ef9f0ebe2374c0536c6beba2080, '', 0, '?'),
(0xf9e44b7c1548c22317d55b9bfb788cc9, 'wp-includes/blocks/tag-cloud/block.json', '/home/www/iamctv.com/wp-includes/blocks/tag-cloud/block.json', 1, 0x00000000000000000000000000000000, 0x49f819b6b43c756f1e8cf6670f31d8d5, 0x83762c52f6b975d900d16a09bc6d2d57573ef5453b36205da06511f276bc05f2, '', 0, '?'),
(0x348d714579560753032ff4cc6f127d98, 'wp-includes/blocks/tag-cloud/style-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/tag-cloud/style-rtl.css', 1, 0x00000000000000000000000000000000, 0xb6bad9972b45f369216ba1c6128b4663, 0x2c897279b9a963d018c6e993c437c1e69c8231dcd4d0a223df7e37dcb2e7b1b8, '', 0, '?'),
(0x6530d338ccce112f15a23b117485030c, 'wp-includes/blocks/tag-cloud/style-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/tag-cloud/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xd3230bd18768f68440f4dc82cbc28d83, 0x1e8c8c0fb558aff29c70c947a02a4ce381a7ad8279ce58a102630c6adcdaf335, '', 0, '?'),
(0x5143fdc8a7a418c09f24394229bc8e4d, 'wp-includes/blocks/tag-cloud/style.css', '/home/www/iamctv.com/wp-includes/blocks/tag-cloud/style.css', 1, 0x00000000000000000000000000000000, 0xfec0fd0b85e7ea0236e419aca1e0a164, 0x99233833e0d7c1fd3d7e6e3e820392295c2e236acce238c47dff9284826dc997, '', 0, '?'),
(0x451734d0ef44274249a6d4e7fc5f2373, 'wp-includes/blocks/tag-cloud/style.min.css', '/home/www/iamctv.com/wp-includes/blocks/tag-cloud/style.min.css', 1, 0x00000000000000000000000000000000, 0xdae3dac6994e3d221a568b2b43c5805f, 0xd8e12e8838853a73c00bbf490221a1db7abbc903ac4cc7af656a5d798cccd2fa, '', 0, '?'),
(0x75ed0f3aec7aa732a944510b0bc9ef34, 'wp-includes/blocks/tag-cloud.php', '/home/www/iamctv.com/wp-includes/blocks/tag-cloud.php', 1, 0x00000000000000000000000000000000, 0x212009ed100558e697bf57a2e5b5e34a, 0x7748de70ec8dc090227236602293c3443d6dd77a17826844c11dacaf93f66323, '', 0, '?'),
(0x77e1a7d58b5ce09847d0fb2695a2f841, 'wp-includes/blocks/template-part/block.json', '/home/www/iamctv.com/wp-includes/blocks/template-part/block.json', 1, 0x00000000000000000000000000000000, 0xf35638a0cd9d8293b399c8523c8ea86a, 0xecb9344c78b931e118723686bc08abf928b21b19e37437c12aaeaf42f6baf609, '', 0, '?'),
(0x3ea9fd25b7c90bd6ecbede4814b20c93, 'wp-includes/blocks/template-part/editor-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/template-part/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x712c37baaf8484e7e12dd3d4c63ba796, 0xeba588375e63f029ec36838a66bb4f3532c962c6f88797410077f720b74b7d27, '', 0, '?'),
(0x36b76c4c582fd4ea488ed5330e583d45, 'wp-includes/blocks/template-part/editor-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/template-part/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x642ccb1f343635667f68fbcbf260324e, 0x61b8332a86d7c8549d7909d56fd5324c35b95ac5242af916023891f647dca448, '', 0, '?'),
(0xb6b5388af2703eb0c489e1c12b16289e, 'wp-includes/blocks/template-part/editor.css', '/home/www/iamctv.com/wp-includes/blocks/template-part/editor.css', 1, 0x00000000000000000000000000000000, 0x712c37baaf8484e7e12dd3d4c63ba796, 0xeba588375e63f029ec36838a66bb4f3532c962c6f88797410077f720b74b7d27, '', 0, '?'),
(0x7010d0c77440d4e4fe9c0643b415460c, 'wp-includes/blocks/template-part/editor.min.css', '/home/www/iamctv.com/wp-includes/blocks/template-part/editor.min.css', 1, 0x00000000000000000000000000000000, 0x642ccb1f343635667f68fbcbf260324e, 0x61b8332a86d7c8549d7909d56fd5324c35b95ac5242af916023891f647dca448, '', 0, '?'),
(0x995c8e6c2fa753acbd09fac7caa8837a, 'wp-includes/blocks/template-part/theme-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/template-part/theme-rtl.css', 1, 0x00000000000000000000000000000000, 0x557bde39b891654d7a2b64f97a266532, 0x1ccf6970b0b03d5d20e9ac2c12c79e386114ff6b74bfbea51872dd5f5f68d93e, '', 0, '?'),
(0x5ceac14c8310e2e4a2dd0d6eb869f8ae, 'wp-includes/blocks/template-part/theme-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/template-part/theme-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xaa22012fed68a1804f7fb71e6b40dea4, 0xe22598825818e4bb8d2895834b62f4b83671c746a29b2a4633305d9699b7a268, '', 0, '?'),
(0x9f3956237dfd58883ce51ed20a5b0c52, 'wp-includes/blocks/template-part/theme.css', '/home/www/iamctv.com/wp-includes/blocks/template-part/theme.css', 1, 0x00000000000000000000000000000000, 0x557bde39b891654d7a2b64f97a266532, 0x1ccf6970b0b03d5d20e9ac2c12c79e386114ff6b74bfbea51872dd5f5f68d93e, '', 0, '?'),
(0xd66de18b9e6aa8efbcc75710ec42767c, 'wp-includes/blocks/template-part/theme.min.css', '/home/www/iamctv.com/wp-includes/blocks/template-part/theme.min.css', 1, 0x00000000000000000000000000000000, 0xaa22012fed68a1804f7fb71e6b40dea4, 0xe22598825818e4bb8d2895834b62f4b83671c746a29b2a4633305d9699b7a268, '', 0, '?'),
(0xbd6ddd61232473f56d9878b5f1eb0151, 'wp-includes/blocks/template-part.php', '/home/www/iamctv.com/wp-includes/blocks/template-part.php', 1, 0x00000000000000000000000000000000, 0x2f528886f10fc94d433e9141a0fc00e7, 0x1719e630bc3b5284b41d3d188bbfa942ca579cc21f901230a67b2c1f91d44431, '', 0, '?'),
(0x9c95fe98df010b77747aefe5ebd10309, 'wp-includes/blocks/term-description/block.json', '/home/www/iamctv.com/wp-includes/blocks/term-description/block.json', 1, 0x00000000000000000000000000000000, 0xdd60d08056c93695ed3909270b7e5d47, 0x1a568c57b8e901c227cab380a161a08500d2d2dc2e47b666ba83cac6bfd5d133, '', 0, '?'),
(0x85cf325026f8937a5a81a52e9be4db8d, 'wp-includes/blocks/term-description.php', '/home/www/iamctv.com/wp-includes/blocks/term-description.php', 1, 0x00000000000000000000000000000000, 0xbbe50699733008519a8ad6212f029775, 0x68bbe98379611747e74a14716e55ac30eba4e724d434147630b40cfb30f6a480, '', 0, '?'),
(0xc23608b3bf044d1bcd93c6e829ccbb19, 'wp-includes/blocks/text-columns/block.json', '/home/www/iamctv.com/wp-includes/blocks/text-columns/block.json', 1, 0x00000000000000000000000000000000, 0xebcf1becf1e7330c64ac18c5a0e41190, 0x11ba912d89a2fdc8aeed38adf3e09e96b12613dcafa43715cc9ddbfb5a280fb4, '', 0, '?'),
(0x08cb205c69aec6caf5a278e3e22830c6, 'wp-includes/blocks/text-columns/editor-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/text-columns/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x2e25e751bceccaaf76fa767e1a0e2c10, 0xa4a597997dc3b2d3b3b8ca6c56d15ff79ce1ed2067cf2471233309e7c7b9c8ea, '', 0, '?'),
(0xde9aedeaa7addedf852267d1813c4e72, 'wp-includes/blocks/text-columns/editor-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/text-columns/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xd1ebef77f2e5607dde4efb0abafe5803, 0xac7421efe3fe6c8e60af7c2ab55e85abd930bb09dd6c7f2443a7bb06f23b87ed, '', 0, '?'),
(0xf324f3e2dee9fa4f76619aaab838ef25, 'wp-includes/blocks/text-columns/editor.css', '/home/www/iamctv.com/wp-includes/blocks/text-columns/editor.css', 1, 0x00000000000000000000000000000000, 0x2e25e751bceccaaf76fa767e1a0e2c10, 0xa4a597997dc3b2d3b3b8ca6c56d15ff79ce1ed2067cf2471233309e7c7b9c8ea, '', 0, '?'),
(0xd13ab91f0ad8c70179adcb8c221334ab, 'wp-includes/blocks/text-columns/editor.min.css', '/home/www/iamctv.com/wp-includes/blocks/text-columns/editor.min.css', 1, 0x00000000000000000000000000000000, 0xd1ebef77f2e5607dde4efb0abafe5803, 0xac7421efe3fe6c8e60af7c2ab55e85abd930bb09dd6c7f2443a7bb06f23b87ed, '', 0, '?'),
(0x92f30d806db9730b009d40ce3d5b11c6, 'wp-includes/blocks/text-columns/style-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/text-columns/style-rtl.css', 1, 0x00000000000000000000000000000000, 0xae3491964e1427d55fd4c513aa7c3b00, 0x6c1527a9ed5606cc07d77e23528ffdbf7645db2e257e87419bced4b7fb2c9d09, '', 0, '?'),
(0x75d7c86b36b89d4fad3ef52607089f57, 'wp-includes/blocks/text-columns/style-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/text-columns/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x635ef52a199bc6778cb647e390be51d7, 0x962b5ca696f7317b2a7f051f43e3472b16ee07b8e81e984a0613f5e5e6fa4c76, '', 0, '?'),
(0x71a0d85afd0b05003d73880ddfcd0dd3, 'wp-includes/blocks/text-columns/style.css', '/home/www/iamctv.com/wp-includes/blocks/text-columns/style.css', 1, 0x00000000000000000000000000000000, 0x7b438405b5654e7cf8d9737a0c3cdbe9, 0x944e47f4d90c798001e0cf14ae09ef79f42abd7edab07c673de79018daf7cde1, '', 0, '?'),
(0x220de286bb96376c7e15c4e7cb9d41c9, 'wp-includes/blocks/text-columns/style.min.css', '/home/www/iamctv.com/wp-includes/blocks/text-columns/style.min.css', 1, 0x00000000000000000000000000000000, 0xbdeb811e9ece24013645c9ab38ec8279, 0xe7a15c7ba0318645aebc483d46a727d6b1d9fcc74c16eb3d74f18430a758c604, '', 0, '?'),
(0x3dc6170fe0a7d3a8a4e7a40045a8d2d6, 'wp-includes/blocks/verse/block.json', '/home/www/iamctv.com/wp-includes/blocks/verse/block.json', 1, 0x00000000000000000000000000000000, 0x49050f4e71debb24d671ca834ad05518, 0xf456fb384ad9063e8faae351f2e9646831fbabb6239cb2beb53c946709158dc2, '', 0, '?'),
(0x60426433f3bc2043f66aa402339add6e, 'wp-includes/blocks/verse/style-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/verse/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x4158df81e9e1ed606ab284c412e290e3, 0x255fb9b0d2b7053734c1168e91c2137727f2e8e7478ae47f26647223f7e9788b, '', 0, '?'),
(0xd4bb71be45e87be4c4f0916ea5b9038e, 'wp-includes/blocks/verse/style-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/verse/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x59860bcbfba61bdc5671905998130a82, 0x4d624f3c5727381621bb8788e941f8805315f40de119475f196e308bf9f973ec, '', 0, '?'),
(0x9cd23c81e3db29bb22a0cd0ea2765934, 'wp-includes/blocks/verse/style.css', '/home/www/iamctv.com/wp-includes/blocks/verse/style.css', 1, 0x00000000000000000000000000000000, 0x4158df81e9e1ed606ab284c412e290e3, 0x255fb9b0d2b7053734c1168e91c2137727f2e8e7478ae47f26647223f7e9788b, '', 0, '?'),
(0x011b2f3e930fe7fcdf08bb28c8e6338c, 'wp-includes/blocks/verse/style.min.css', '/home/www/iamctv.com/wp-includes/blocks/verse/style.min.css', 1, 0x00000000000000000000000000000000, 0x59860bcbfba61bdc5671905998130a82, 0x4d624f3c5727381621bb8788e941f8805315f40de119475f196e308bf9f973ec, '', 0, '?'),
(0xd49bf761f9da13fd9ae18dc17472ad87, 'wp-includes/blocks/video/block.json', '/home/www/iamctv.com/wp-includes/blocks/video/block.json', 1, 0x00000000000000000000000000000000, 0x7cf7d2d091c4ed3db29eff61cd8c3216, 0x65b3c8c785b11363b3ac55a3937f603f476988255a4dae9dfbca697a5e3229e8, '', 0, '?'),
(0x103d945b3a8afd840d26f446eddd4519, 'wp-includes/blocks/video/editor-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/video/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x80ce04e24b5cef290a8a4806d9a313ab, 0x40e901837cb147893768660598ad1b41d9b0aa9e3913f2a5aa387e30bcd5c89a, '', 0, '?'),
(0x9e288cf3e3cfb9a6e9d8b2f3b0f388d4, 'wp-includes/blocks/video/editor-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/video/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xef2c56ddc0251ee199cebe1eb49de35d, 0x532a9890ce7124e7327881c665f5dfb9d91e023cb365857b818ea03d23ad34d6, '', 0, '?'),
(0x5de83464fb1d39b4c0e043c43c739333, 'wp-includes/blocks/video/editor.css', '/home/www/iamctv.com/wp-includes/blocks/video/editor.css', 1, 0x00000000000000000000000000000000, 0x213f747615dff3465c8e26e039178de8, 0x8872f2e306768ef9f76226ed3fa1a711e7c5fe7e397220bb0e44f925d737eb57, '', 0, '?'),
(0xff2255d5021908467e4202872ee8dc53, 'wp-includes/blocks/video/editor.min.css', '/home/www/iamctv.com/wp-includes/blocks/video/editor.min.css', 1, 0x00000000000000000000000000000000, 0x6776b69202d64293cd70489df0b53db9, 0xddc42cbc9d54445dc718bbdb208cbf95a89c424d89bcdd36ea978ed23551e794, '', 0, '?'),
(0x12d9e7ca5b732669b5752913f90c6e0b, 'wp-includes/blocks/video/style-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/video/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x133e8e6827c7b0378d2ff769b9f220f7, 0x3951f0ec48e4be6a12e26a48fe62ba79997e680faa291963b4d0b7bbcc423409, '', 0, '?'),
(0xcb86055d671996317b5b10099c70658e, 'wp-includes/blocks/video/style-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/video/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x2f634fa1ff41dcdbfffb71e204f10e61, 0xc9deeea078d1adc11ab656c750fb9e730f8e1662aa0c73d282c4cf85946c2841, '', 0, '?'),
(0xa174e405de2e2168ee74b8122568ace1, 'wp-includes/blocks/video/style.css', '/home/www/iamctv.com/wp-includes/blocks/video/style.css', 1, 0x00000000000000000000000000000000, 0x133e8e6827c7b0378d2ff769b9f220f7, 0x3951f0ec48e4be6a12e26a48fe62ba79997e680faa291963b4d0b7bbcc423409, '', 0, '?'),
(0x6b45ecf06e8266cf8bdf9fc8270c7162, 'wp-includes/blocks/video/style.min.css', '/home/www/iamctv.com/wp-includes/blocks/video/style.min.css', 1, 0x00000000000000000000000000000000, 0x2f634fa1ff41dcdbfffb71e204f10e61, 0xc9deeea078d1adc11ab656c750fb9e730f8e1662aa0c73d282c4cf85946c2841, '', 0, '?'),
(0x945534f9eed64e623c23f6eb1e5f0798, 'wp-includes/blocks/video/theme-rtl.css', '/home/www/iamctv.com/wp-includes/blocks/video/theme-rtl.css', 1, 0x00000000000000000000000000000000, 0x063d39413f558973fdf86f91fb82e534, 0xf5b4a3e8316905876bfddb89777bd774082b326ff5ea468c06ce0fde5b1efd1a, '', 0, '?'),
(0xf19acda8deb9c0c230c981a7e4b791d9, 'wp-includes/blocks/video/theme-rtl.min.css', '/home/www/iamctv.com/wp-includes/blocks/video/theme-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x6f5e1754fb8e05b4cdead12b525a9731, 0x15de9547fbe9eb4ebee52097188c5adace57c57dd6db5e357d7ea75536b01776, '', 0, '?'),
(0xbfaa374657e0d16d217797b516535a3d, 'wp-includes/blocks/video/theme.css', '/home/www/iamctv.com/wp-includes/blocks/video/theme.css', 1, 0x00000000000000000000000000000000, 0x063d39413f558973fdf86f91fb82e534, 0xf5b4a3e8316905876bfddb89777bd774082b326ff5ea468c06ce0fde5b1efd1a, '', 0, '?'),
(0x00d14bf4b0f725bf352ce4bc241bcba3, 'wp-includes/blocks/video/theme.min.css', '/home/www/iamctv.com/wp-includes/blocks/video/theme.min.css', 1, 0x00000000000000000000000000000000, 0x6f5e1754fb8e05b4cdead12b525a9731, 0x15de9547fbe9eb4ebee52097188c5adace57c57dd6db5e357d7ea75536b01776, '', 0, '?'),
(0x9ac5709a9ad9ef368bc9a8b101885a4c, 'wp-includes/blocks/widget-group/block.json', '/home/www/iamctv.com/wp-includes/blocks/widget-group/block.json', 1, 0x00000000000000000000000000000000, 0x601823cfe381238ffd09039df8c939e4, 0xb2c7ecb081c02b372110a8d45eda61284e6c718a1045c38ac34f739e21cea6b7, '', 0, '?'),
(0x8b3cbbcd906e0be19d156f7a23d93f3a, 'wp-includes/blocks/widget-group.php', '/home/www/iamctv.com/wp-includes/blocks/widget-group.php', 1, 0x00000000000000000000000000000000, 0x737e539a2392d48b5c65428f33a8e85f, 0x486cc0717ce730451c143534c47c7b7c0af51fe7ad23f2f246bbe8bf0c447c0d, '', 0, '?'),
(0x6498a3851741751b68c5eaa0303431e1, 'wp-includes/blocks.php', '/home/www/iamctv.com/wp-includes/blocks.php', 1, 0x00000000000000000000000000000000, 0x892badd2dfb28efdebfc79825b632b4d, 0xf6f7e9d55bba3bd24678a849696ff663e32de92c6ce51af4633e35082c1e50c6, '', 0, '?'),
(0xd03e9b7306cb1f6c019b574437f54db0, 'wp-includes/bookmark-template.php', '/home/www/iamctv.com/wp-includes/bookmark-template.php', 1, 0x00000000000000000000000000000000, 0xd0379d9c8ff80b4c6839780e639a58c9, 0x8253203db98727098a0f6fa6c23c55238c18d8f8a994f3b8e822ef9f845858f4, '', 0, '?'),
(0x869f00a63e23198a05d1049be1ad7a28, 'wp-includes/bookmark.php', '/home/www/iamctv.com/wp-includes/bookmark.php', 1, 0x00000000000000000000000000000000, 0x3b2e68c3f3919caa3b7441b89594ec6b, 0x4021399459632ac3d5043c07fa8e3a8802b3beb903efad957277c5d7a944a61d, '', 0, '?'),
(0x2857513d1d33d1c879eefade18621f36, 'wp-includes/cache-compat.php', '/home/www/iamctv.com/wp-includes/cache-compat.php', 1, 0x00000000000000000000000000000000, 0x4c1e865b8d948eaa7f38a61ce26fd720, 0x1b2904283248f33f334059551c31b33262ec618c13b77a6f23189836ca8ae27e, '', 0, '?'),
(0xc78516fa39a0d919393aa0f7a41afe15, 'wp-includes/cache.php', '/home/www/iamctv.com/wp-includes/cache.php', 1, 0x00000000000000000000000000000000, 0x16fabca5c286c1978c11d384ec6e93ae, 0xf87ef06cc97c4bf0f137115797a8f819e6b39c6254ca1978fdeaa79f73083998, '', 0, '?'),
(0xdc3247fd3fa65f15e6fc5ce8c6fa2d42, 'wp-includes/canonical.php', '/home/www/iamctv.com/wp-includes/canonical.php', 1, 0x00000000000000000000000000000000, 0x1cc7cb70ae003c1687e4beba87537d12, 0x288ebb683393927f22cf27f7c7cb62deedac4fa91eb02c474a0f39a2e397eb36, '', 0, '?'),
(0xebe35943e0de6f83166f52d4e4ba9e94, 'wp-includes/capabilities.php', '/home/www/iamctv.com/wp-includes/capabilities.php', 1, 0x00000000000000000000000000000000, 0x9d4549b110bf6104a960c19cfa981b7d, 0xb2feb69537e76634a09c116571d19c4d461ed77537370f6446014d42169cac13, '', 0, '?'),
(0x896aaec349eed4d33cea9f9fb3866955, 'wp-includes/category-template.php', '/home/www/iamctv.com/wp-includes/category-template.php', 1, 0x00000000000000000000000000000000, 0xd54d82736f1728fa7ce30eeb0cc43b1c, 0x3dc97799135f720838e9de6599563462be238c6633fb027ddd153717ff148c7d, '', 0, '?'),
(0x44efb2d6350a27e55ca5c37e01579389, 'wp-includes/category.php', '/home/www/iamctv.com/wp-includes/category.php', 1, 0x00000000000000000000000000000000, 0xc860e5f06bb333771668d6de6b87cd94, 0x471dcb1f1c3e048c460e7c3539bcc57ec0717c19010a2600db17a352090e6cf0, '', 0, '?'),
(0x6d0b4492c6548e6d730391b7f241a97d, 'wp-includes/certificates/ca-bundle.crt', '/home/www/iamctv.com/wp-includes/certificates/ca-bundle.crt', 1, 0x00000000000000000000000000000000, 0x55432550ca8507ea8824c0cb70f69fa5, 0xe0b73c654eac81a21ca766c0464bfe4683b8f66ff22dbf59f6ecd6d3536c55f8, '', 0, '?'),
(0xe87f4a89d9e579949e306dec60e4a82f, 'wp-includes/class-IXR.php', '/home/www/iamctv.com/wp-includes/class-IXR.php', 1, 0x00000000000000000000000000000000, 0x98c90c30bce3e0430f601071a578dbfc, 0x5dcdddf17aef707f9f80719f4e22434b57c71ee49be9b49b89f8638ef4044d0b, '', 0, '?'),
(0x3a3cb724168e7fcd302c77222665287b, 'wp-includes/class-feed.php', '/home/www/iamctv.com/wp-includes/class-feed.php', 1, 0x00000000000000000000000000000000, 0xbe8e863e12f979c0dcabafff5dc8f454, 0xad38dac96a32d60b79dc4e2171caa970b1aa86f1f9db740041f59d0f12325c59, '', 0, '?'),
(0x04219b94c8407c9834abb06e9dadf414, 'wp-includes/class-http.php', '/home/www/iamctv.com/wp-includes/class-http.php', 1, 0x00000000000000000000000000000000, 0xb52b8c31d4a9492c9ff8422547ccc1b5, 0x025ebed9265f95cf0ada56eb7905e62639362463e7f355f50d6e096892c8740a, '', 0, '?'),
(0xd826e35a6801cd06249b1b0cc3896f82, 'wp-includes/class-json.php', '/home/www/iamctv.com/wp-includes/class-json.php', 1, 0x00000000000000000000000000000000, 0x6b450b1aefa15b5a99c09cc0e4b0b1bd, 0x04e844a6e4fdfb8fd074aab835caf05e09a9cf838f37810532c1f0370ed7197b, '', 0, '?'),
(0xa3ed9145e2e2ed95c0513fe8de0928c4, 'wp-includes/class-oembed.php', '/home/www/iamctv.com/wp-includes/class-oembed.php', 1, 0x00000000000000000000000000000000, 0x196a2c3bb31a33f978d915f483af10c3, 0xef88e030ab76eb21b6767637ef1c48de6c56916487c1ce69274b8386ed19b6ad, '', 0, '?'),
(0x0906511257afef8c7f887e2dca0064c5, 'wp-includes/class-phpass.php', '/home/www/iamctv.com/wp-includes/class-phpass.php', 1, 0x00000000000000000000000000000000, 0xf37a16d5f738a482acbbee969bd8be4f, 0xb20735cf7bfd64700623bd8c64d4d8338c7860e3b44a3499086a7e70019b8788, '', 0, '?'),
(0xec38b7daa799ba737deff7d5b6e04e69, 'wp-includes/class-phpmailer.php', '/home/www/iamctv.com/wp-includes/class-phpmailer.php', 1, 0x00000000000000000000000000000000, 0x27c5d946213b892032f3b1bbb134c526, 0x47b1c45a479085e383ed35ff5fdc9a85e0ac58535b5788c4533a397040db3f9c, '', 0, '?'),
(0x22b5f2c917e0c9753e1f31d037fe8e9f, 'wp-includes/class-pop3.php', '/home/www/iamctv.com/wp-includes/class-pop3.php', 1, 0x00000000000000000000000000000000, 0x90f37ef09bc9e5fd6b13ab58fe5fb0de, 0x2a902c5c641be39b57cc8511bd1a0e8c8e296039f84ed65195404a35682647ac, '', 0, '?'),
(0x17f6de012aca370de7e6183fe1b6fd0f, 'wp-includes/class-requests.php', '/home/www/iamctv.com/wp-includes/class-requests.php', 1, 0x00000000000000000000000000000000, 0x3d6e1cd64cb0e1f56a6442533b08533f, 0x441c3b5512ba14195ced511926bc47a1f104b155bc82cebade0db2fcbaac702d, '', 0, '?'),
(0xb8e8ab5c20af9449d1bbc1bbe819162c, 'wp-includes/class-simplepie.php', '/home/www/iamctv.com/wp-includes/class-simplepie.php', 1, 0x00000000000000000000000000000000, 0xa6c71848da47d8b8b6fec615f996b39c, 0xd7d12a02954affc16785db3cf539c24ff52d5b43a5146315566cbdcf07f8df9d, '', 0, '?'),
(0xbfe0ce9a2ccc519861bb676cb7c41aaf, 'wp-includes/class-smtp.php', '/home/www/iamctv.com/wp-includes/class-smtp.php', 1, 0x00000000000000000000000000000000, 0x2ee6969a618871d8dd93cfa09da9be8e, 0x124229484a02a2acaba5da90f252a87073d020ddf898bfa91d092b2738166b5f, '', 0, '?'),
(0x65aee45f175ff325f717e8ae7888c0db, 'wp-includes/class-snoopy.php', '/home/www/iamctv.com/wp-includes/class-snoopy.php', 1, 0x00000000000000000000000000000000, 0xf15bfc50519ccd49a8b95034219aec9a, 0x03852bf709d7cc757a528a57095157a87cee9dd635821dacc7206a5b3b557ca8, '', 0, '?'),
(0x8429c5a9b6ea85325ba409d334a85f61, 'wp-includes/class-walker-category-dropdown.php', '/home/www/iamctv.com/wp-includes/class-walker-category-dropdown.php', 1, 0x00000000000000000000000000000000, 0xee65c3ddccb7f03871184f6a0caf8ef9, 0xc34902770eb05e16cfcbee8f4b48c4b65cec738eb37e42579790e3babe660349, '', 0, '?'),
(0x0f9563addb6e78c017d4ba7c061003c8, 'wp-includes/class-walker-category.php', '/home/www/iamctv.com/wp-includes/class-walker-category.php', 1, 0x00000000000000000000000000000000, 0x1bf2a685996f1b9ebc64bd30f6116feb, 0xe48cc215f3d9808613af034e7904e4d4b26b21679ab29f9e6eb1e87a3cadaac5, '', 0, '?'),
(0x4bfd4b2bec86c032a4090861655a9365, 'wp-includes/class-walker-comment.php', '/home/www/iamctv.com/wp-includes/class-walker-comment.php', 1, 0x00000000000000000000000000000000, 0xca67a3197b5b3df04e08d5f6ba6bc774, 0x6a0d760d59d827a0193567bfd4a0c81b363abad0d4309622eb9630b3e8d9ae37, '', 0, '?'),
(0xafdccf0ce6e528e8a7a83a701152df2f, 'wp-includes/class-walker-nav-menu.php', '/home/www/iamctv.com/wp-includes/class-walker-nav-menu.php', 1, 0x00000000000000000000000000000000, 0x54d619aab715fb4b21c52127b1255e19, 0xd7cb59d25d7dcb7467b8d29d27e4bf38b146332f42d14e440e9ab1caf0528f72, '', 0, '?'),
(0x024a0e0ff30dd3b747073e90fb8284f5, 'wp-includes/class-walker-page-dropdown.php', '/home/www/iamctv.com/wp-includes/class-walker-page-dropdown.php', 1, 0x00000000000000000000000000000000, 0x33d11ec05f5d8ce1048d8d18efe51e6a, 0x2c74533bd5229d139856e1590c295e628c86e3ec4fc984782cfc2db5389641e0, '', 0, '?'),
(0x35537b1fef54c68196aece65bd2f03cb, 'wp-includes/class-walker-page.php', '/home/www/iamctv.com/wp-includes/class-walker-page.php', 1, 0x00000000000000000000000000000000, 0x3737460bce62c2772978ca0d7f8dd407, 0x07229cb9cb4c27e4a662451cf51247904d317bd5a08c8d8836dcef06119e7fc8, '', 0, '?'),
(0xd6b6cbe539d89e66f8706f020c331674, 'wp-includes/class-wp-admin-bar.php', '/home/www/iamctv.com/wp-includes/class-wp-admin-bar.php', 1, 0x00000000000000000000000000000000, 0x0f5f9cf49be1ccec7c54250b421057f4, 0xee748f0a8f3b6053ee62c3646c24d4e4b41ee927a368c3a96d9f34f4875e6336, '', 0, '?'),
(0x1bd6bb450abb3c1ea50e42845bec2c0e, 'wp-includes/class-wp-ajax-response.php', '/home/www/iamctv.com/wp-includes/class-wp-ajax-response.php', 1, 0x00000000000000000000000000000000, 0x6f36da29b751ff2253cf8374c62e48d6, 0x94b85b8d8224f99c9667ca6e4d215e5ca6c6df3974b50474df0edd3e181e5add, '', 0, '?'),
(0x1ff0933fbd00d2d56ca00fba97ca2efe, 'wp-includes/class-wp-application-passwords.php', '/home/www/iamctv.com/wp-includes/class-wp-application-passwords.php', 1, 0x00000000000000000000000000000000, 0x0e9cc9886e977d021f692e8f75c49df4, 0x61954a0342b4d286882f838c12a327cf37cd99046d62de81e83f22ac8c43b9cf, '', 0, '?'),
(0xbdfea72d6fa4eceaee6d71e2a8010058, 'wp-includes/class-wp-block-editor-context.php', '/home/www/iamctv.com/wp-includes/class-wp-block-editor-context.php', 1, 0x00000000000000000000000000000000, 0x67537f5c45527ad5fcb570b71fd3fd79, 0x01eb5280657e1a52d9d74957557f08f1503fdc3a8f83657cf08076ecf3734cdd, '', 0, '?'),
(0xb779a3bf02d191ff63ab6a21bf5c1327, 'wp-includes/class-wp-block-list.php', '/home/www/iamctv.com/wp-includes/class-wp-block-list.php', 1, 0x00000000000000000000000000000000, 0xcfb486c0a03c7afdb792702e0dc5b11c, 0xcf3437d7be973cc3e44deaa047e1044145a864e2a0fc65af1fca360256ca21d6, '', 0, '?'),
(0x875a9081d9295f84da77e42724a558f9, 'wp-includes/class-wp-block-parser.php', '/home/www/iamctv.com/wp-includes/class-wp-block-parser.php', 1, 0x00000000000000000000000000000000, 0x25ea7d0bf6438b316747722ade20e737, 0x2674df5dbb591860a4ecbfa8e53904067d1f1b128ac4eb0e13dc8757a895b22d, '', 0, '?'),
(0x5c05bf25e0f73f8c3e8899eddc650538, 'wp-includes/class-wp-block-pattern-categories-registry.php', '/home/www/iamctv.com/wp-includes/class-wp-block-pattern-categories-registry.php', 1, 0x00000000000000000000000000000000, 0x8c32d39cbd0a116e1098575bdf7f662b, 0xe84e6e79b3b7dff99d58c0496300098933fc20391c584eaa1fc8c042e67baa5a, '', 0, '?'),
(0xeee77579aad89ffa755691fb402f82f3, 'wp-includes/class-wp-block-patterns-registry.php', '/home/www/iamctv.com/wp-includes/class-wp-block-patterns-registry.php', 1, 0x00000000000000000000000000000000, 0xf1148d8dd1230b5b534ad9fc75b4cf0a, 0xc0bde7fefc8efccd195849481d7412cbb91ac54919768cc752fb7d5640034ade, '', 0, '?'),
(0x889140126b90261758dd490b0274c79c, 'wp-includes/class-wp-block-styles-registry.php', '/home/www/iamctv.com/wp-includes/class-wp-block-styles-registry.php', 1, 0x00000000000000000000000000000000, 0xf352e34c0f90ac174596fd897da95e1c, 0xf614d924ee2e1a654297ea28ac31f2f70b33c377ee7c7f4058e0f636324fb5bb, '', 0, '?'),
(0x72e833db655c14f6cc1e052c04538471, 'wp-includes/class-wp-block-supports.php', '/home/www/iamctv.com/wp-includes/class-wp-block-supports.php', 1, 0x00000000000000000000000000000000, 0x44bf82b0eab8aad4dd340306d8886a66, 0xffada15329ded1e8a10811eb200cb8e861720f872606310dc433ef376d76804b, '', 0, '?'),
(0xb1380407751937c968406a78e5228035, 'wp-includes/class-wp-block-template.php', '/home/www/iamctv.com/wp-includes/class-wp-block-template.php', 1, 0x00000000000000000000000000000000, 0xd482ccbc6fe4d476e8747efcd2b8d861, 0x9144baa381d41c4d9c2f2c1fd9a7dea4ae2bd5c5f288093f4ea270dbf619fe1e, '', 0, '?'),
(0xc3d934cc6c21847217c1ead884c3dfd3, 'wp-includes/class-wp-block-type-registry.php', '/home/www/iamctv.com/wp-includes/class-wp-block-type-registry.php', 1, 0x00000000000000000000000000000000, 0xf9fde6c85030841758c1b96fce5c5bb8, 0x8c098f4f6d522319fed9d0cd252497360a4c6c74cd65db2363526996451c2855, '', 0, '?'),
(0xc28aea0267d8b2682fe1b8ae994fb24e, 'wp-includes/class-wp-block-type.php', '/home/www/iamctv.com/wp-includes/class-wp-block-type.php', 1, 0x00000000000000000000000000000000, 0xde19c6ff4483bfb19b4b825ae4191348, 0x3998710b0941a4d548c9ca63326c9372ca039a93fb65928147e46043fe91ca13, '', 0, '?'),
(0x32598b20ec03be6f7126ae5ae70ef9ac, 'wp-includes/class-wp-block.php', '/home/www/iamctv.com/wp-includes/class-wp-block.php', 1, 0x00000000000000000000000000000000, 0x9033a0a1d02dddbd6c6f95c910f51d08, 0x09131a6bd8264e63e5786ee72daf1dc888e193a9b77089d1db0e350d080a4a9d, '', 0, '?'),
(0xbfb70a1485d39b4951454409e6fcea89, 'wp-includes/class-wp-comment-query.php', '/home/www/iamctv.com/wp-includes/class-wp-comment-query.php', 1, 0x00000000000000000000000000000000, 0x9934f6ce7c0ca3520a16924706369aa8, 0x3c462676574670bef3988a148d7f65a6c86869f64c5005f41b6a2efc2d5eccef, '', 0, '?'),
(0x541010d172f1c2e57ecf19575d1119ef, 'wp-includes/class-wp-comment.php', '/home/www/iamctv.com/wp-includes/class-wp-comment.php', 1, 0x00000000000000000000000000000000, 0x4a07306e824e142ea1f879c6aa62f9da, 0x11ca7da81d750074450af4bb802692f78c7907740332fde3e742e0d1fc7fe7a1, '', 0, '?'),
(0xc88d509ec320e933c4efd114800a94cd, 'wp-includes/class-wp-customize-control.php', '/home/www/iamctv.com/wp-includes/class-wp-customize-control.php', 1, 0x00000000000000000000000000000000, 0x29ce71d568c8bbed7eea01b8f7bc7a8e, 0x8ac673e46b648f1e76b0dc85cc7c54eb37f1a5aae1e5c54f059a2f99618ff953, '', 0, '?'),
(0x681a4f686cf806e75ff8cd4c6d2fe5b7, 'wp-includes/class-wp-customize-manager.php', '/home/www/iamctv.com/wp-includes/class-wp-customize-manager.php', 1, 0x00000000000000000000000000000000, 0x6a3695b7a475f910a6d793a257d02554, 0x4df60e1ac73716192c0f61a06a15fc5cf124fdb515d92f1f75f0262a19c0c04e, '', 0, '?'),
(0x60fe8f55041305ae3217918f9a6d6457, 'wp-includes/class-wp-customize-nav-menus.php', '/home/www/iamctv.com/wp-includes/class-wp-customize-nav-menus.php', 1, 0x00000000000000000000000000000000, 0x216eb57a392ed9f0065f8ad396a232be, 0x83ad0740930121549598afc6cd84e70408c142ddd7d55259288f8fd231004a9a, '', 0, '?'),
(0x0d98d2a7784f7ae4e286f77a8290be68, 'wp-includes/class-wp-customize-panel.php', '/home/www/iamctv.com/wp-includes/class-wp-customize-panel.php', 1, 0x00000000000000000000000000000000, 0x4acf8a88ef2fe2b140e1935b26f8bb11, 0x9725373b2d6b931336a9a7cc29a01866a7489e193f4090119ec740c28c8c7182, '', 0, '?'),
(0xecc02d78c71428c545b66f49843ddd07, 'wp-includes/class-wp-customize-section.php', '/home/www/iamctv.com/wp-includes/class-wp-customize-section.php', 1, 0x00000000000000000000000000000000, 0xe6a637069b04f3493414eb7086e53ff2, 0x7dfd159857591ba5d88a0e78a5102d3f54716e942630948a018bcd19930869ba, '', 0, '?'),
(0x668575330ab8154d5cc17d362a30ed9e, 'wp-includes/class-wp-customize-setting.php', '/home/www/iamctv.com/wp-includes/class-wp-customize-setting.php', 1, 0x00000000000000000000000000000000, 0x8f5f770f74ca855916d701d8fa07c0cc, 0x9d04e6facc8d35bcef10a150d36ff71243cc776b13817f9794baf17083ed7293, '', 0, '?'),
(0xe7944afaa1d19165f70d586494d424dd, 'wp-includes/class-wp-customize-widgets.php', '/home/www/iamctv.com/wp-includes/class-wp-customize-widgets.php', 1, 0x00000000000000000000000000000000, 0x0464abf60e51f2ba20ce7391e1662312, 0xb2990e679cf9c5cc63c5c684de6a28314cb1e75317982b713817dd5099393f57, '', 0, '?'),
(0xe2c40b5a61399f55c07a15fcb31cd5b6, 'wp-includes/class-wp-date-query.php', '/home/www/iamctv.com/wp-includes/class-wp-date-query.php', 1, 0x00000000000000000000000000000000, 0x03fba9b440a3dd33b73bce93a408623f, 0xfe1c3d2de9e60e0303432f083b312a4177e12b4c523ec037252bf69d65cc9bb6, '', 0, '?'),
(0x6ab46773cd3636ce2480a4382aa845d9, 'wp-includes/class-wp-dependency.php', '/home/www/iamctv.com/wp-includes/class-wp-dependency.php', 1, 0x00000000000000000000000000000000, 0xc81ea7974e567dffe4622e27e9356d02, 0xc65beb344d9e2cdc3411a4dc93c678a2774242cc953d42670f95b57d49ec6cbf, '', 0, '?'),
(0xf984c9b1259bb9617b5abc6a090225bf, 'wp-includes/class-wp-editor.php', '/home/www/iamctv.com/wp-includes/class-wp-editor.php', 1, 0x00000000000000000000000000000000, 0xd2a7729648786f6dcc9a6c950e8be7c6, 0x69dc14bdd164c9c969e08ced0b6aadce030373be2b0e5ec8a8056f280ab2780c, '', 0, '?'),
(0x3560e05d5ccdad6900a5dfed1a4a8154, 'wp-includes/class-wp-embed.php', '/home/www/iamctv.com/wp-includes/class-wp-embed.php', 1, 0x00000000000000000000000000000000, 0x42cd0451977e5192538f2af658c0e7ae, 0xd6a860f1c6f99cf81db5ee6133c3ee683c3820623392b9dfe8dcf9fb421780d0, '', 0, '?'),
(0xbacd6b7b139ae426f211f3bb780ab6f8, 'wp-includes/class-wp-error.php', '/home/www/iamctv.com/wp-includes/class-wp-error.php', 1, 0x00000000000000000000000000000000, 0x1134832aabb7e10d60e87c14933a36e5, 0xebce65ab4f8eedae4ff27fd1bbef9fec08c32a6a0a0a480ff25efcc9d929032c, '', 0, '?'),
(0x3078df1168fdd7cdad4b94fc33f9f754, 'wp-includes/class-wp-fatal-error-handler.php', '/home/www/iamctv.com/wp-includes/class-wp-fatal-error-handler.php', 1, 0x00000000000000000000000000000000, 0x1f411df5dcf271bfdf2f58532f18aa0e, 0x39bfab2f65b44913cf16210ead34247b89bf31b0ff9a080c709f9a3878441f0f, '', 0, '?'),
(0x4f203d28088d3acbc43ce109de3146bf, 'wp-includes/class-wp-feed-cache-transient.php', '/home/www/iamctv.com/wp-includes/class-wp-feed-cache-transient.php', 1, 0x00000000000000000000000000000000, 0x8678a8dd3f5eeebba13e19df19b34ff4, 0x3a98cc3b0268d3217845d41b7afb0313af502ba66456a4021d30978ef9b944b5, '', 0, '?'),
(0xd68cb7f10b71e6c3b3fd58b05bc8d2c7, 'wp-includes/class-wp-feed-cache.php', '/home/www/iamctv.com/wp-includes/class-wp-feed-cache.php', 1, 0x00000000000000000000000000000000, 0x1ac5e8d8b73f6822fdc6256394b42800, 0x6c0868cb3eb8fd36d93c5a2c32f2d0312a2180636d3b7a7ea0cedc8ff134bddc, '', 0, '?'),
(0x2344aec58483fd1481f79f1c3525bbc4, 'wp-includes/class-wp-hook.php', '/home/www/iamctv.com/wp-includes/class-wp-hook.php', 1, 0x00000000000000000000000000000000, 0x83060933d4c4dc11f15e176837502c14, 0x8429d2b45e570c9d5521aa97ded968f9ea201f887240ae9272ef73bb7f3dc30a, '', 0, '?'),
(0xb21efc2642b03556eb4155551d2c93ec, 'wp-includes/class-wp-http-cookie.php', '/home/www/iamctv.com/wp-includes/class-wp-http-cookie.php', 1, 0x00000000000000000000000000000000, 0x27cfa6dd2371108a72df4c043fb0c4f1, 0x3d9b9e17d559cdd56c38375adcc22f1180963a2eb7731fed92ce6c417077008f, '', 0, '?'),
(0xe407d1e723ff694ae5ae48b73ff640b8, 'wp-includes/class-wp-http-curl.php', '/home/www/iamctv.com/wp-includes/class-wp-http-curl.php', 1, 0x00000000000000000000000000000000, 0xcce9f67c4f70d13dda79ebae853e7dda, 0x4cfad5d54677a513e9656b90642ad01c1d68ab1aa524c436ea3cb4181a2622b1, '', 0, '?'),
(0x95e84d4f2c9dcce37305e6d2d40de7e2, 'wp-includes/class-wp-http-encoding.php', '/home/www/iamctv.com/wp-includes/class-wp-http-encoding.php', 1, 0x00000000000000000000000000000000, 0x3288ff989be8daf7c4a280b4b700d580, 0x00da4f0b518dc644c31dce3f755bbc39b50085e427a902648db849a575ec9b2c, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xc3e575ff58dbddbc23822d11c6c2f8aa, 'wp-includes/class-wp-http-ixr-client.php', '/home/www/iamctv.com/wp-includes/class-wp-http-ixr-client.php', 1, 0x00000000000000000000000000000000, 0xc132816bc3ee17e445017d611ff6abba, 0x70a0b401fdbf2e4ea42040dbd4962aa467c8fc9604807fc3afe14b3e3a1fe58c, '', 0, '?'),
(0x67b166f63104fbdbb6f279e43b15b45f, 'wp-includes/class-wp-http-proxy.php', '/home/www/iamctv.com/wp-includes/class-wp-http-proxy.php', 1, 0x00000000000000000000000000000000, 0x443a1d07ed8369039c66cebf17cc1734, 0xa2658d15a1f00f5185f533394d8d45453eb1019d70574352c4a7b95f2dfd1e99, '', 0, '?'),
(0xe14086108b4d5d191c22b0a085694e4a, 'wp-includes/class-wp-http-requests-hooks.php', '/home/www/iamctv.com/wp-includes/class-wp-http-requests-hooks.php', 1, 0x00000000000000000000000000000000, 0xb71c38dafe2a8b5f52c7e0a321c4ef3c, 0xc9f84a6d4a5228db7eb3cccef931c0a1e7b6286e14b77a5774a45aa421201b7b, '', 0, '?'),
(0x87422079d6777f862bb3e0d67c74abcb, 'wp-includes/class-wp-http-requests-response.php', '/home/www/iamctv.com/wp-includes/class-wp-http-requests-response.php', 1, 0x00000000000000000000000000000000, 0xda4fbb54505e95f397726262211464dc, 0x801adecede5bd0a9c7a9a97b53112e57733a8c9cdc65d71eae2219237a9d5b4e, '', 0, '?'),
(0xa9cadab774ec67975a1d180fb76745f2, 'wp-includes/class-wp-http-response.php', '/home/www/iamctv.com/wp-includes/class-wp-http-response.php', 1, 0x00000000000000000000000000000000, 0xb50b17dd0234be8379db4bfd84f8df95, 0xe7ce9909e1e5f95bf3867b004966e20084748de2760a3964b99590f8788ae79d, '', 0, '?'),
(0xdfb0530e82b388b1685bfcdbb3cc151b, 'wp-includes/class-wp-http-streams.php', '/home/www/iamctv.com/wp-includes/class-wp-http-streams.php', 1, 0x00000000000000000000000000000000, 0x68c44b88dcb7af5063d30f54d34839c6, 0x43602e2afb27bc7a41be7c905e0060b92070ad55893a647fb8be7ef1f70fd4ca, '', 0, '?'),
(0xb00473ac84fd1c09fbb19fd8a4cc038e, 'wp-includes/class-wp-http.php', '/home/www/iamctv.com/wp-includes/class-wp-http.php', 1, 0x00000000000000000000000000000000, 0x4dead62d49a685107701ad4bff0d4741, 0x0e847200aba104eeb94aeb3c8b3a0cdac1d35335807977456e51ddd450a2dc5e, '', 0, '?'),
(0x3ea9c658b90d06fd62f5dfda9fae2457, 'wp-includes/class-wp-image-editor-gd.php', '/home/www/iamctv.com/wp-includes/class-wp-image-editor-gd.php', 1, 0x00000000000000000000000000000000, 0x4cf615bcd457fcc84f12bdaf1a8bef79, 0x5ea8012ed4c9e267cf6a5062d904e8273e294a7776fc572d02186f35994e1ea6, '', 0, '?'),
(0xe105a95ebafb625296e55349e121d33f, 'wp-includes/class-wp-image-editor-imagick.php', '/home/www/iamctv.com/wp-includes/class-wp-image-editor-imagick.php', 1, 0x00000000000000000000000000000000, 0xaee4202eb26513b7439c2fe3fd551b39, 0x08a54f2dc5a326bd973c8fa627d78e618b61811b72061d745b9bf3e874e9f181, '', 0, '?'),
(0xfab3acbb540a199a88f4ad652e28bcb1, 'wp-includes/class-wp-image-editor.php', '/home/www/iamctv.com/wp-includes/class-wp-image-editor.php', 1, 0x00000000000000000000000000000000, 0x4a495163bb5688ab3f96a6e24db888fd, 0xd3a83f5459566a14e17f02e98620e149331c8c5670e2af0e33a9868a56bbe4c7, '', 0, '?'),
(0xfd60536be5c5375474e07f76b9a058bd, 'wp-includes/class-wp-list-util.php', '/home/www/iamctv.com/wp-includes/class-wp-list-util.php', 1, 0x00000000000000000000000000000000, 0x3068ee7a788542b156bd0f4f86dae36f, 0xe9ccb9c8ced3acf74d2e999b933a096308fd820b0dafdf92c431003b9ad980e0, '', 0, '?'),
(0x4c7a02f981d0ef015ad1fcf81023903c, 'wp-includes/class-wp-locale-switcher.php', '/home/www/iamctv.com/wp-includes/class-wp-locale-switcher.php', 1, 0x00000000000000000000000000000000, 0xcbc322c63fcf46b4772ce80e5416c6f2, 0x21408d42f90ed33c36bf10ea8192c24b75eadf506d3d14ae832baf2f63065feb, '', 0, '?'),
(0x9e316c3c9c2011747e4c9f05550477f3, 'wp-includes/class-wp-locale.php', '/home/www/iamctv.com/wp-includes/class-wp-locale.php', 1, 0x00000000000000000000000000000000, 0x3dfa3f8832cdad58871d4c18508ee965, 0x627d1dde58681e128c509a4b5f4ee7c4396197b398cb7116f616bd4cd9379714, '', 0, '?'),
(0x027ff622c57155798484a339ec2551a6, 'wp-includes/class-wp-matchesmapregex.php', '/home/www/iamctv.com/wp-includes/class-wp-matchesmapregex.php', 1, 0x00000000000000000000000000000000, 0xb0a551b784dd64cc9a77243ce9bea671, 0x39e76ccc7ef8183e0f53355d38f3d9ba1496c99ea3a9ba46694a95b191a6d85a, '', 0, '?'),
(0x47751db9a2d8e8fe05d2d210d2caadf2, 'wp-includes/class-wp-meta-query.php', '/home/www/iamctv.com/wp-includes/class-wp-meta-query.php', 1, 0x00000000000000000000000000000000, 0x684be93fa4b5f8e67511f54295f69c78, 0xe4ed928ca7809c49b428c86e8ce07b9699957b67a3e0bc771447688310ac1513, '', 0, '?'),
(0x1afac31a183a5cae9d5266f950db7e33, 'wp-includes/class-wp-metadata-lazyloader.php', '/home/www/iamctv.com/wp-includes/class-wp-metadata-lazyloader.php', 1, 0x00000000000000000000000000000000, 0x49085ec350e2d411a93b24d8fc2b22c8, 0x5e32ebe9fa29453e58b588e78c34058b3afae7c05526dfdfb33b138db1e82165, '', 0, '?'),
(0xd7778c685da0c3a1cb260693774db3c4, 'wp-includes/class-wp-network-query.php', '/home/www/iamctv.com/wp-includes/class-wp-network-query.php', 1, 0x00000000000000000000000000000000, 0x81dfcde4020ff6a3d1189b1ea15b6b9b, 0x10badfd697bfe039685ee4c4c7c1a2fc828a89789db314e6006c89d45751530c, '', 0, '?'),
(0x38dc9e74c6eebb1a77844e7861b0e4a9, 'wp-includes/class-wp-network.php', '/home/www/iamctv.com/wp-includes/class-wp-network.php', 1, 0x00000000000000000000000000000000, 0x25a24d01bcadf0058b3b62e92e5731e1, 0x9d792edf19fe09656d93f30a41e7987ff239ccb995bd41fe4e7901e2e5743135, '', 0, '?'),
(0xcb55d0c47dda42a3cd1e09114a73fdaa, 'wp-includes/class-wp-object-cache.php', '/home/www/iamctv.com/wp-includes/class-wp-object-cache.php', 1, 0x00000000000000000000000000000000, 0x6922fc65b21f7ceddaca0915cca2b212, 0x5bec9ba94f33670b18ed382c755bafd50cf4bcc0738c066f09def3404da8cff2, '', 0, '?'),
(0x50c3ff40a184c93b0e623c0ab86311e1, 'wp-includes/class-wp-oembed-controller.php', '/home/www/iamctv.com/wp-includes/class-wp-oembed-controller.php', 1, 0x00000000000000000000000000000000, 0xcd95abe26861b07085a0e5045e96e266, 0x8cfc4c7afa417b8c4067861f008b8c1debb7d1047bce93d8bc717819d2861558, '', 0, '?'),
(0xf8a6af018f16a0fadf434d703c4581e6, 'wp-includes/class-wp-oembed.php', '/home/www/iamctv.com/wp-includes/class-wp-oembed.php', 1, 0x00000000000000000000000000000000, 0x05e7d344b24173e36a7b0f64d2897010, 0x7dcdc661ea0f8f110a624164a5e6c2561daf6bd19738503cf85feb98566d4c99, '', 0, '?'),
(0xcfff40b6f7414f3d09f279171341bc0e, 'wp-includes/class-wp-paused-extensions-storage.php', '/home/www/iamctv.com/wp-includes/class-wp-paused-extensions-storage.php', 1, 0x00000000000000000000000000000000, 0x7c8fe64d1ca9728f154bff4fd24a657d, 0x76b72b85ea930ecdfd36cdf298e65a63bfc0473b3180f43a98f97e21b1d2ca72, '', 0, '?'),
(0x7e56a9dc58615d1e148b193770937c52, 'wp-includes/class-wp-post-type.php', '/home/www/iamctv.com/wp-includes/class-wp-post-type.php', 1, 0x00000000000000000000000000000000, 0x2d8c9cd8c7db11903b77616af81f9bdd, 0xc423d57eb809f4a50ac89ddf9ac74bbee24547746e7f056bf16c99678e71cd9d, '', 0, '?'),
(0x7e91a1520e654f588766329414f16080, 'wp-includes/class-wp-post.php', '/home/www/iamctv.com/wp-includes/class-wp-post.php', 1, 0x00000000000000000000000000000000, 0x21c89d29c1c8bc079bafd879f97171db, 0xfc0878dbb9f14b498a76b6df75831d1b4f9ffb352649f8ed5404560b3ebaf120, '', 0, '?'),
(0xd9062d680a0d6096e9c3bddb95432f73, 'wp-includes/class-wp-query.php', '/home/www/iamctv.com/wp-includes/class-wp-query.php', 1, 0x00000000000000000000000000000000, 0xec0b79935050c5a4508c7c637d4adc19, 0x6d17e534dd1675a7c093b0b100dc2f7d76ec831dc3eaee0f5c5fca55fcd24078, '', 0, '?'),
(0x742f848ce612af874a69365758c4fdde, 'wp-includes/class-wp-recovery-mode-cookie-service.php', '/home/www/iamctv.com/wp-includes/class-wp-recovery-mode-cookie-service.php', 1, 0x00000000000000000000000000000000, 0x51ea2d821b13a991a29b2a787266e598, 0xdb38852d04d9483046e379bf12a3a04790b98d1db00b96f7a1a2dae3fdc78bde, '', 0, '?'),
(0xe1c8fb9b6d027c18eb9979629cc1b6e1, 'wp-includes/class-wp-recovery-mode-email-service.php', '/home/www/iamctv.com/wp-includes/class-wp-recovery-mode-email-service.php', 1, 0x00000000000000000000000000000000, 0x39896d0626a22e8c1f0d8fdddee5e6b1, 0xc36b02f7028eaf95b9e3dcf56a1948efc93ed646c39afffe528bbd08d6238f6f, '', 0, '?'),
(0x792645d97a16dd9c995abd79d7badab2, 'wp-includes/class-wp-recovery-mode-key-service.php', '/home/www/iamctv.com/wp-includes/class-wp-recovery-mode-key-service.php', 1, 0x00000000000000000000000000000000, 0xb4394185a86c0186cce925113c0b9743, 0x05eefa03a192847be88c541f1667a67dc14506131288f85eee5b974665b02ed4, '', 0, '?'),
(0x714c8b05fc02e5f60f104910974c6383, 'wp-includes/class-wp-recovery-mode-link-service.php', '/home/www/iamctv.com/wp-includes/class-wp-recovery-mode-link-service.php', 1, 0x00000000000000000000000000000000, 0x8b3d0900a3cf9924df898129c9ebe872, 0x15633a636e54c9cb768456347419d1e40687e4b26bb81adb3187d3f27b007a33, '', 0, '?'),
(0xc460ef031b2c7d0ca3d7440613e7d840, 'wp-includes/class-wp-recovery-mode.php', '/home/www/iamctv.com/wp-includes/class-wp-recovery-mode.php', 1, 0x00000000000000000000000000000000, 0xb8d10c782bbe15c4c28c4dccb4bf1cce, 0x6c788b48944c2efdeebb92bb470feec76cc8ebe1872285bd28fefcad77820414, '', 0, '?'),
(0xeb4d1aa5d5fc97481415b33fcdb21f5a, 'wp-includes/class-wp-rewrite.php', '/home/www/iamctv.com/wp-includes/class-wp-rewrite.php', 1, 0x00000000000000000000000000000000, 0x0d7ea17a38b6d0170de80cf690fca54d, 0x844c6986ef715e00b4b54b23fba32b3f0bd75444e5ea414a02cdb6ec3a238912, '', 0, '?'),
(0x0a8accf366c9d3853b1e7bbb7416f587, 'wp-includes/class-wp-role.php', '/home/www/iamctv.com/wp-includes/class-wp-role.php', 1, 0x00000000000000000000000000000000, 0x8deb7948bd88f4fb2c6f16993aa699fe, 0x16277dd89139ddf6cd581138759a11f5acdfa89f5b28076fcf619c6e1e5c0bb1, '', 0, '?'),
(0x95c7800733e58b3cacb226b3aa59c486, 'wp-includes/class-wp-roles.php', '/home/www/iamctv.com/wp-includes/class-wp-roles.php', 1, 0x00000000000000000000000000000000, 0x639401dee5b936a22aa01ca655d93d39, 0xb9f57e971366a13227fbba6c39b419abc19f4cb70375155632c40979d83a8539, '', 0, '?'),
(0x18d178289bc5a5dcba842e92f5c6d587, 'wp-includes/class-wp-session-tokens.php', '/home/www/iamctv.com/wp-includes/class-wp-session-tokens.php', 1, 0x00000000000000000000000000000000, 0x395ddd4bb9554a57a12ab816ef68863d, 0xaef0a68e1c7fd034820f1a5175415ed8a1fed66af2acaa8e244de5a6e230e300, '', 0, '?'),
(0xab98b8f718de90b871e36963bc063d92, 'wp-includes/class-wp-simplepie-file.php', '/home/www/iamctv.com/wp-includes/class-wp-simplepie-file.php', 1, 0x00000000000000000000000000000000, 0x15010baa62c86b82cf96d185dd5816d1, 0x8981ef2f089911274395be3f0b431a6662882511db24fa3d5636207fb45c079f, '', 0, '?'),
(0x033c2ea6d8348176b7e463992260a674, 'wp-includes/class-wp-simplepie-sanitize-kses.php', '/home/www/iamctv.com/wp-includes/class-wp-simplepie-sanitize-kses.php', 1, 0x00000000000000000000000000000000, 0x9c7ffe932f18ccb3924fc7acb90e5ba9, 0xd42fbea336932400fb90602cabe33d8b9b66144a906d5f70f34572156bd03af7, '', 0, '?'),
(0x81cec25781dae8f73db6d4984864fb7a, 'wp-includes/class-wp-site-query.php', '/home/www/iamctv.com/wp-includes/class-wp-site-query.php', 1, 0x00000000000000000000000000000000, 0xf92d446f7d4140f80082d2d3bafaeac9, 0x2ecd76bedb4ae9a605da23502bef916474c4bbee52e4a7aed8ed949785c42d16, '', 0, '?'),
(0x87627e35c3611f1ff99aa04940292af1, 'wp-includes/class-wp-site.php', '/home/www/iamctv.com/wp-includes/class-wp-site.php', 1, 0x00000000000000000000000000000000, 0xb29a656ff9b143cb49f437239f0a8c8b, 0x2db568a485ffcaa05ee31046c3303f97300a951e251673cf6962565c1df458ba, '', 0, '?'),
(0xed085ce1531c83d587968038b8963b32, 'wp-includes/class-wp-tax-query.php', '/home/www/iamctv.com/wp-includes/class-wp-tax-query.php', 1, 0x00000000000000000000000000000000, 0x4c602d868656b2bfde471099f10a078b, 0xb0cd626efa1aa36804c16aedfd949265a3b648220cdd146b43378a50f942c618, '', 0, '?'),
(0xc1117e5194d4811cc5b4044670ecdbcd, 'wp-includes/class-wp-taxonomy.php', '/home/www/iamctv.com/wp-includes/class-wp-taxonomy.php', 1, 0x00000000000000000000000000000000, 0x8278bdf9e1c2cbe26cacc45bf3ac69ef, 0xcdf11ce39aa0a1cee6e6058a6d3718fcc1fd472fbd12fb0f2b504cd301ea0360, '', 0, '?'),
(0xed88d2e3493093b1422cf31d68ca9b70, 'wp-includes/class-wp-term-query.php', '/home/www/iamctv.com/wp-includes/class-wp-term-query.php', 1, 0x00000000000000000000000000000000, 0xe3bb35c0aded4d18e403c154b5dca9d7, 0x8166feb34c6d9d4581e5060370184ed8e36ff650f1943ab0f6c466d8c5b63a54, '', 0, '?'),
(0xdd96bc27d6227c33e25f99747ca9f601, 'wp-includes/class-wp-term.php', '/home/www/iamctv.com/wp-includes/class-wp-term.php', 1, 0x00000000000000000000000000000000, 0xf0f9e8815135e0e6a1d784585ad90ec4, 0xbb7d476a297099c3dae1ef4fdd37b1d9a01d66dd92c0befde18d8ec459bc700f, '', 0, '?'),
(0xf81ee8c7a2bd42d5b428d65c06bd304a, 'wp-includes/class-wp-text-diff-renderer-inline.php', '/home/www/iamctv.com/wp-includes/class-wp-text-diff-renderer-inline.php', 1, 0x00000000000000000000000000000000, 0xe8053813b36cb4b25f0deeb275ff8ca9, 0xb6f2d7a46d65f4fd2c96cd568484ebce39f3987d83d1e6f303097994bbed7697, '', 0, '?'),
(0x4a02ce252eacf37e9cc29771e16cbc10, 'wp-includes/class-wp-text-diff-renderer-table.php', '/home/www/iamctv.com/wp-includes/class-wp-text-diff-renderer-table.php', 1, 0x00000000000000000000000000000000, 0x0710a5ad33b6cf97cf2c85906703a9b1, 0x5dca8d8be8405d9e7193831ed16a367d9d20389c76ecef2bbb0167b8170706b5, '', 0, '?'),
(0xc6c5eed43b56deaf809da46e81547920, 'wp-includes/class-wp-theme-json-resolver.php', '/home/www/iamctv.com/wp-includes/class-wp-theme-json-resolver.php', 1, 0x00000000000000000000000000000000, 0xc3da3fd0d79af715c4d3745b89c3ffe6, 0xb2b40590998fdb6b53c00a06f29e31e7c5c67cc5797550107a516152685af551, '', 0, '?'),
(0xd1b6dc223c39deba8c5a19586daac795, 'wp-includes/class-wp-theme-json-schema.php', '/home/www/iamctv.com/wp-includes/class-wp-theme-json-schema.php', 1, 0x00000000000000000000000000000000, 0x3e497551bc803963657be80b642db69e, 0xbaf5d444e309a6040f907273734582e70f5e0ca5398bab04a3c334a0b492174a, '', 0, '?'),
(0xbe313a18bfc0392cd7ae6e221503c3f8, 'wp-includes/class-wp-theme-json.php', '/home/www/iamctv.com/wp-includes/class-wp-theme-json.php', 1, 0x00000000000000000000000000000000, 0x462e3826e19a79b0f7de0083eb68256d, 0x293f4a2e02621e228453008599c66ee7d31fe32a2d8605ea68c38507fdb0336c, '', 0, '?'),
(0xa823d73f8099ef476309c2af6c316517, 'wp-includes/class-wp-theme.php', '/home/www/iamctv.com/wp-includes/class-wp-theme.php', 1, 0x00000000000000000000000000000000, 0x3a3332a88e3ed37b964f7816e89587da, 0x70ad800b8703c4f6765f7d979e788c081ea84290f6358c5899c5355d5aa4fdcb, '', 0, '?'),
(0xf1efaaaf08be7a79b4d5c83e5f2b9474, 'wp-includes/class-wp-user-meta-session-tokens.php', '/home/www/iamctv.com/wp-includes/class-wp-user-meta-session-tokens.php', 1, 0x00000000000000000000000000000000, 0x9b382f2700b900b8a57618534c2d4700, 0xd6d311d7158e38ee90621eed5942263fd936971005ed6fcc1cdfd4121c3e1504, '', 0, '?'),
(0xa11b398dd46cc2d79f3f2072ede871c0, 'wp-includes/class-wp-user-query.php', '/home/www/iamctv.com/wp-includes/class-wp-user-query.php', 1, 0x00000000000000000000000000000000, 0x606c751d63e5112788a71e7393a08a98, 0x53addac7fb78c81c738307b181af34eb8139e9cb17cc3420eaaca7a90a33f6e2, '', 0, '?'),
(0x7c6cf32b4616fbba23da9fbdacebc3f0, 'wp-includes/class-wp-user-request.php', '/home/www/iamctv.com/wp-includes/class-wp-user-request.php', 1, 0x00000000000000000000000000000000, 0x77d93f9876b7b95cd7c1a89308d0240c, 0x7ad915c3e8ecb72e742898bd0590438c0e6f07eac417d1098ca105c6741456db, '', 0, '?'),
(0x1e52f1885cb5268886541c09c07c1f60, 'wp-includes/class-wp-user.php', '/home/www/iamctv.com/wp-includes/class-wp-user.php', 1, 0x00000000000000000000000000000000, 0x26f41f988c904b6ec4a45f173a5f8609, 0x73ab93f56522ca8cc7b760dbbbb163fecac22472da184e23ef1311e8c9131b49, '', 0, '?'),
(0x1000f5aa5dc061f076950494be435901, 'wp-includes/class-wp-walker.php', '/home/www/iamctv.com/wp-includes/class-wp-walker.php', 1, 0x00000000000000000000000000000000, 0xe6ee7591bad9401f469c8bd7a9cdce02, 0x912756c0f9bb16df0ac7ba730b0f394252aaf0decbdbd0f3e75c27c107d1a74d, '', 0, '?'),
(0xbf7b8931f0fa22b806a65eeb01d2c82e, 'wp-includes/class-wp-widget-factory.php', '/home/www/iamctv.com/wp-includes/class-wp-widget-factory.php', 1, 0x00000000000000000000000000000000, 0x6566707c729abc290a651416c91b9f5c, 0x9272b326d9d8ddde6de3704bf8ba0928e045173813a3c53a4e020f257add0880, '', 0, '?'),
(0xe7446ad79ee515385d66d09412105fda, 'wp-includes/class-wp-widget.php', '/home/www/iamctv.com/wp-includes/class-wp-widget.php', 1, 0x00000000000000000000000000000000, 0x483f1eaff97c71ec54b65f77f57d1a30, 0x8ac15f855a2bf456b42960867148795429974abd18886500d467a802cba5ba56, '', 0, '?'),
(0x6a81e4b18bb9bfe1f02588ddc35d801b, 'wp-includes/class-wp-xmlrpc-server.php', '/home/www/iamctv.com/wp-includes/class-wp-xmlrpc-server.php', 1, 0x00000000000000000000000000000000, 0x24e495fdfd9c585cf41ec459922bb69a, 0x319e2348041670dd5813a0c1c40d03630c3a77909b150ce1ac7f85b6f2058659, '', 0, '?'),
(0x24b902c1bc43c1aec0f32fbc3914b9b8, 'wp-includes/class-wp.php', '/home/www/iamctv.com/wp-includes/class-wp.php', 1, 0x00000000000000000000000000000000, 0x0e1672736bd292899749c53f356fa785, 0x4829176ba626e0b8744e7c79a1edb770a186371956735025ccf6f86862f5d628, '', 0, '?'),
(0x79b405ed1ddd459061ccf33a128d5b00, 'wp-includes/class.wp-dependencies.php', '/home/www/iamctv.com/wp-includes/class.wp-dependencies.php', 1, 0x00000000000000000000000000000000, 0x6c7d37523fd1112c6a4e80c1342f1724, 0x77e9ddce042a0d59ba885625335742d3a256973f7e32e40d1ce0942c22f3c311, '', 0, '?'),
(0xa58dd9ebf1a73b7ed3b752b73e9ea302, 'wp-includes/class.wp-scripts.php', '/home/www/iamctv.com/wp-includes/class.wp-scripts.php', 1, 0x00000000000000000000000000000000, 0x51eaac1a3bb97804b31554c879d84e94, 0xa04640e29236a64cfba67d30819a6039c3c2796778c1ec68bdbb4881fe3df331, '', 0, '?'),
(0x391ccf885b130f9f31647bc4f4ee4008, 'wp-includes/class.wp-styles.php', '/home/www/iamctv.com/wp-includes/class.wp-styles.php', 1, 0x00000000000000000000000000000000, 0xf5e31258f66534bf69f4da6138a7a93e, 0x6577dc6fe541b554dad0e10063124a39e6515e7c062f9041f473993342c82627, '', 0, '?'),
(0x3db08a6b98155b349c93a220bc903dce, 'wp-includes/comment-template.php', '/home/www/iamctv.com/wp-includes/comment-template.php', 1, 0x00000000000000000000000000000000, 0x90205b74de241e9b7b3e18d70271e045, 0xbb42fbf70add476a68af81536a8f957d54a43a691c924732f9dc44f4ccbefa89, '', 0, '?'),
(0x91531896c6f70c8a4b4b321d1369c988, 'wp-includes/comment.php', '/home/www/iamctv.com/wp-includes/comment.php', 1, 0x00000000000000000000000000000000, 0xa63bfee3691a9db587427f4eba7b41b8, 0xb826645030a468ea8ea1080e671cd7e15768b2a9d49d71fcaef7b4b929f4c67c, '', 0, '?'),
(0xd15f5c63396d4c8a76e9e8a33189d1fc, 'wp-includes/compat.php', '/home/www/iamctv.com/wp-includes/compat.php', 1, 0x00000000000000000000000000000000, 0x97d4b802657966ed8aff5116a424a4b4, 0x3dea8c43039130477698f7bf49f9c6bcaad0f04a90a7f2db1229a301b926b775, '', 0, '?'),
(0xf52d227f44ed9dcacab944b23561d02f, 'wp-includes/cron.php', '/home/www/iamctv.com/wp-includes/cron.php', 1, 0x00000000000000000000000000000000, 0xae5befdd6a4531c2797694ad55fdc68a, 0x29d44bb3e751d3851ad440eadc0dcf54a5ba6ec20e224f18055a00fef0f96668, '', 0, '?'),
(0x9ac4fe03da3dd6ac4896402d6998ef1f, 'wp-includes/css/admin-bar-rtl.css', '/home/www/iamctv.com/wp-includes/css/admin-bar-rtl.css', 1, 0x00000000000000000000000000000000, 0xeac97e84f73dfaef51e0508dea0e6426, 0x84be2b2d4658c92631a7fbde3dfce9c472e6aa23bf2cfa62a0b73d240fa7a8c5, '', 0, '?'),
(0xd37bdaad643354fa5879bd91f1d0373b, 'wp-includes/css/admin-bar-rtl.min.css', '/home/www/iamctv.com/wp-includes/css/admin-bar-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xdee48a017d1fb2db27b6bedb8255df92, 0xb7085949362c2e791b9812b19bfa7352606b10a569b48432cff5ef0c4dfd8bf9, '', 0, '?'),
(0xd4c886709ffed15d34ccd04cf1c471a6, 'wp-includes/css/admin-bar.css', '/home/www/iamctv.com/wp-includes/css/admin-bar.css', 1, 0x00000000000000000000000000000000, 0xd3616c3b55306d1f62f1eafc2aebd408, 0xc1f7e4362460f20cf9a0b6e25adfa5fbed5c6008a1eb9d542a9487a441fae7d1, '', 0, '?'),
(0xfe4922ed70a2d074ca51b9c95b5a3678, 'wp-includes/css/admin-bar.min.css', '/home/www/iamctv.com/wp-includes/css/admin-bar.min.css', 1, 0x00000000000000000000000000000000, 0x650e7c7c5e9c90702165ab4f94d6310c, 0x869b3063a1bbe68ad5ba0508cf0410786c0cb26f25d9c7f97efea34a5bf77d70, '', 0, '?'),
(0x74388cc0d0ef70afcc8bd57a7b6a4470, 'wp-includes/css/buttons-rtl.css', '/home/www/iamctv.com/wp-includes/css/buttons-rtl.css', 1, 0x00000000000000000000000000000000, 0x6919a1bad49d5d7a7e63369fdbcf6736, 0xec4cc358e6a995660586ed1ad8741d4335af69e30c6653ca28e852a5269e3d82, '', 0, '?'),
(0xb6eea4556c31c0c89544fc626d67f1af, 'wp-includes/css/buttons-rtl.min.css', '/home/www/iamctv.com/wp-includes/css/buttons-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x46a1bc58f857447780f7fdc706daaded, 0xe86fc220ae9f80aca1f02150639b18818afc8100c869db4639614b1efbfaeacc, '', 0, '?'),
(0xf40882128e3beaa25ef0a9b8b4386384, 'wp-includes/css/buttons.css', '/home/www/iamctv.com/wp-includes/css/buttons.css', 1, 0x00000000000000000000000000000000, 0xeaa9dde85bfd0ec15ce19bc9e5862ee9, 0x4cdb8ebecc056298c3d0f13390a58a7903bd059faedc7e973e9049e774b996c1, '', 0, '?'),
(0xf0d0b726a74cdbbdc2a8119de3564e8a, 'wp-includes/css/buttons.min.css', '/home/www/iamctv.com/wp-includes/css/buttons.min.css', 1, 0x00000000000000000000000000000000, 0x61acbb6ebdd2479dcb66e467e3f1d80f, 0x6b214c0b341f3e4896699d1741174689bb66954252b604655240f9b1b9ec57d0, '', 0, '?'),
(0x46ad175cba431c3fcc5ad6faf6d6fd1d, 'wp-includes/css/customize-preview-rtl.css', '/home/www/iamctv.com/wp-includes/css/customize-preview-rtl.css', 1, 0x00000000000000000000000000000000, 0xb3c318de899e08aed6f4daab649fa133, 0x7ef027bea75b7ad07b87117f0f05d83af5cc039bd14cc4804e3741079b9e0913, '', 0, '?'),
(0xecfda5c6af07c3e6307e0d6a1b413475, 'wp-includes/css/customize-preview-rtl.min.css', '/home/www/iamctv.com/wp-includes/css/customize-preview-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x45f9db3faff36e5a1e0ca3d2ef64a52d, 0x47a8968d69b10d6cba69555ef5aa6eeade726dba35f0c9ce8fdbbb8c5c6c8d07, '', 0, '?'),
(0xfe6756dce0d6484977139ed321b592c0, 'wp-includes/css/customize-preview.css', '/home/www/iamctv.com/wp-includes/css/customize-preview.css', 1, 0x00000000000000000000000000000000, 0x31696760a8c26ff981a6d38fd9b7313e, 0x9f153e6b64559f869cdaf785b3a789e73d4052b5fb150fe70da589e4cbf93bda, '', 0, '?'),
(0xe6bf79a76c9a8073f3a7553ec23cf2e1, 'wp-includes/css/customize-preview.min.css', '/home/www/iamctv.com/wp-includes/css/customize-preview.min.css', 1, 0x00000000000000000000000000000000, 0xa8cd62ed8b1280c85362c67395ae1f22, 0xdf8c89d949f952f05cc4b90311d40565a3b87a33dafc51734395c1bed7510688, '', 0, '?'),
(0xd4ca70ff04fd53959a60df5d545d44c8, 'wp-includes/css/dashicons.css', '/home/www/iamctv.com/wp-includes/css/dashicons.css', 1, 0x00000000000000000000000000000000, 0x2c4af0bbdf2fb60fc46ee752e4bb7ee9, 0x710807d4a1d004fab81b63ab17c771d36c352fdd331924cb9d549c470e5705e9, '', 0, '?'),
(0xb14c8392857945f57b7f06a617f86693, 'wp-includes/css/dashicons.min.css', '/home/www/iamctv.com/wp-includes/css/dashicons.min.css', 1, 0x00000000000000000000000000000000, 0xd68d6bf519169d86e155bad0bed833f8, 0x047c13bc3338b73926ce9a47f10f22238dcc00cca0c6cb3bb7f903bf659852a9, '', 0, '?'),
(0x9799708aa94bd66299f800219728a2f5, 'wp-includes/css/dist/block-directory/style-rtl.css', '/home/www/iamctv.com/wp-includes/css/dist/block-directory/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x95d3a75a6360acf1a2dfa1550ba8c931, 0xb2b4b0f4f32d74a60653db120fdad26243c2759af51b2b3ced831ca8aad96406, '', 0, '?'),
(0x32dbc2175a7304838c2b060c7a951bf0, 'wp-includes/css/dist/block-directory/style-rtl.min.css', '/home/www/iamctv.com/wp-includes/css/dist/block-directory/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x76788558b11dbecf15f93d414477506e, 0xee1b9045953e2e4563d2ccfff88aebff059527ffde18ceac73d2ad1b52b5a53a, '', 0, '?'),
(0xa5f21c98425c751f7d8e4cf42c8285ff, 'wp-includes/css/dist/block-directory/style.css', '/home/www/iamctv.com/wp-includes/css/dist/block-directory/style.css', 1, 0x00000000000000000000000000000000, 0x8bfcfb694cb796cd2765c0a1be24910c, 0xda7505ae40fa9afcd2a47ea15fc9f683c789952ee522689fe007e36293eae609, '', 0, '?'),
(0x53a50bb474e720f0c64ae839a9fd8647, 'wp-includes/css/dist/block-directory/style.min.css', '/home/www/iamctv.com/wp-includes/css/dist/block-directory/style.min.css', 1, 0x00000000000000000000000000000000, 0x87d93ae5f1740fd23671415d2388f6c7, 0xdfcb839967c98ce8d3a35d9fdb3563b4f7740a4ba93c2adb6fb4e435400a7f8d, '', 0, '?'),
(0x9ee0be58ad2a5e8ccfba5298b4dc38cc, 'wp-includes/css/dist/block-editor/default-editor-styles-rtl.css', '/home/www/iamctv.com/wp-includes/css/dist/block-editor/default-editor-styles-rtl.css', 1, 0x00000000000000000000000000000000, 0xf43cc11d19b6ff4cab76a92e048a1d16, 0x1452677560d3d9f6eebac28467018db68b31358a3f50124c52fbc2e8d42a6630, '', 0, '?'),
(0xc4f19c18c5d0846a5bf627508060c179, 'wp-includes/css/dist/block-editor/default-editor-styles-rtl.min.css', '/home/www/iamctv.com/wp-includes/css/dist/block-editor/default-editor-styles-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xebf38b37a7e4869ca17e68f1933fa6bc, 0xf60b7cc784ec1ab0fe44aa7ebf5893ea15c445e09e96a0db293e8cf532f4902c, '', 0, '?'),
(0x5c521024fbea474fce8417ed088bfc79, 'wp-includes/css/dist/block-editor/default-editor-styles.css', '/home/www/iamctv.com/wp-includes/css/dist/block-editor/default-editor-styles.css', 1, 0x00000000000000000000000000000000, 0xf43cc11d19b6ff4cab76a92e048a1d16, 0x1452677560d3d9f6eebac28467018db68b31358a3f50124c52fbc2e8d42a6630, '', 0, '?'),
(0x400099b538283c3ad10b74f62331d453, 'wp-includes/css/dist/block-editor/default-editor-styles.min.css', '/home/www/iamctv.com/wp-includes/css/dist/block-editor/default-editor-styles.min.css', 1, 0x00000000000000000000000000000000, 0xebf38b37a7e4869ca17e68f1933fa6bc, 0xf60b7cc784ec1ab0fe44aa7ebf5893ea15c445e09e96a0db293e8cf532f4902c, '', 0, '?'),
(0xda89780e60d939ed4cc5a54d91d22c4c, 'wp-includes/css/dist/block-editor/style-rtl.css', '/home/www/iamctv.com/wp-includes/css/dist/block-editor/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x41b0e3cbd2a9102fbc3c8f6052277909, 0x0914bf7675ff1f97dacc5fd0abfa648eba77beb22364e00c0177ac5ebcc4815b, '', 0, '?'),
(0xe08469b7f7f234fbbb5a6ce1d0832040, 'wp-includes/css/dist/block-editor/style-rtl.min.css', '/home/www/iamctv.com/wp-includes/css/dist/block-editor/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xbc669725b0cd20d1fe389a40111b7680, 0xa8cf345f1b2641a8a058ee19336689f3a56d80e7976aa3ce1957a4640283b180, '', 0, '?'),
(0xd570ef735a5a8523f74e3797f3659d19, 'wp-includes/css/dist/block-editor/style.css', '/home/www/iamctv.com/wp-includes/css/dist/block-editor/style.css', 1, 0x00000000000000000000000000000000, 0x8711205d5ae30b2f8d3fd536420fed51, 0xab8ee4cbdb9a2e934f21923e5c48347d538e065317556b18a8a18a61296c0d83, '', 0, '?'),
(0x9d52dbd942a170c01195166dd85aaa3b, 'wp-includes/css/dist/block-editor/style.min.css', '/home/www/iamctv.com/wp-includes/css/dist/block-editor/style.min.css', 1, 0x00000000000000000000000000000000, 0xa50b3d73baeded5c7f80974356e896c7, 0xd5f2202b9c09adda6e247b15ac5cbdbd516c7c6bb610a3221bcdba9bf303f5b7, '', 0, '?'),
(0xd3a4acb7e6ccfbc7954cd9468d9d5a51, 'wp-includes/css/dist/block-library/common-rtl.css', '/home/www/iamctv.com/wp-includes/css/dist/block-library/common-rtl.css', 1, 0x00000000000000000000000000000000, 0x66276ee6a50d84803e7bbe6197b8ac4d, 0x5182ad44092e3595255f608a15671b2df5ec35777208f6bd28e79b05b7585941, '', 0, '?'),
(0x267ee72a6dd9452b6e58fb253b5b4fe7, 'wp-includes/css/dist/block-library/common-rtl.min.css', '/home/www/iamctv.com/wp-includes/css/dist/block-library/common-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x1bba4080eb2026b10f2badce25b943b0, 0x314b345b9a18316ed65e9cd92ecca496924ef69a99546d1944c9fad8faddacdd, '', 0, '?'),
(0xcf3236cb36dd2309535b0b68285cb2b5, 'wp-includes/css/dist/block-library/common.css', '/home/www/iamctv.com/wp-includes/css/dist/block-library/common.css', 1, 0x00000000000000000000000000000000, 0xc8414ec9a1fe4b23cf4427061aaf4b78, 0x457dc158b08a2007caaa95d30a6abad4301bd519995943e356db2422cd515768, '', 0, '?'),
(0x98e2ef1837b725ecccac8ac5e826168d, 'wp-includes/css/dist/block-library/common.min.css', '/home/www/iamctv.com/wp-includes/css/dist/block-library/common.min.css', 1, 0x00000000000000000000000000000000, 0xbf94b72b8cd2810117552208a6a160ff, 0xa5c15db60d5a120dadc2a04f2b093c0b44a0f205b0ff0546994242292856fd2f, '', 0, '?'),
(0x89582a8de417e30c8e564c09885fe383, 'wp-includes/css/dist/block-library/editor-rtl.css', '/home/www/iamctv.com/wp-includes/css/dist/block-library/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x2785bcdf0dc69af17562572e8efddfec, 0x823150285bb676965e02dc730fc4f04ab3fcc0c5ccf8b9a88921c8e29c026ce9, '', 0, '?'),
(0xa4e70affc152b262f086d278fdfaa167, 'wp-includes/css/dist/block-library/editor-rtl.min.css', '/home/www/iamctv.com/wp-includes/css/dist/block-library/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x18f80de37a6adfad52b178edf79e0afb, 0x7169064866a35550e84bb7d2e62cc6cb1694134953b43cc318044ad89c91b4a4, '', 0, '?'),
(0xd4cc866cd298dc5ce734e22c432d936d, 'wp-includes/css/dist/block-library/editor.css', '/home/www/iamctv.com/wp-includes/css/dist/block-library/editor.css', 1, 0x00000000000000000000000000000000, 0x5eb967f34a052a61028a6eddd141bd77, 0x0513da5f129a91d0eccea03bb6896c5e596dfe74492b003f6c039fe92dff7153, '', 0, '?'),
(0x05b3955ba98c081bc234e2f2b03f8d73, 'wp-includes/css/dist/block-library/editor.min.css', '/home/www/iamctv.com/wp-includes/css/dist/block-library/editor.min.css', 1, 0x00000000000000000000000000000000, 0xf19f503990bee93f07f9f3196b753d92, 0x39a4f33e03beefe47b276acddce60c21b0decce33b7a013d18ddb11823d583a0, '', 0, '?'),
(0xab0b92da17f1e64a48876c2247a44cf9, 'wp-includes/css/dist/block-library/reset-rtl.css', '/home/www/iamctv.com/wp-includes/css/dist/block-library/reset-rtl.css', 1, 0x00000000000000000000000000000000, 0x66038944dc81b1c8a60e44f5505cc5fc, 0x7c24881d90fe8bb4b8378e817675566a6aa695e082f5ab8d98db3022c5fc9ec5, '', 0, '?'),
(0xa897335fc18bdf5b032316a4676012c0, 'wp-includes/css/dist/block-library/reset-rtl.min.css', '/home/www/iamctv.com/wp-includes/css/dist/block-library/reset-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x6acab5f160a2ef6cd9aaa0bebbf6166a, 0xfbc778e0637d0dbbaec41db36db268a7060a59ea11d40d8913de92468b6d1432, '', 0, '?'),
(0x32676cf3b8186243e564be4d60489afc, 'wp-includes/css/dist/block-library/reset.css', '/home/www/iamctv.com/wp-includes/css/dist/block-library/reset.css', 1, 0x00000000000000000000000000000000, 0x66038944dc81b1c8a60e44f5505cc5fc, 0x7c24881d90fe8bb4b8378e817675566a6aa695e082f5ab8d98db3022c5fc9ec5, '', 0, '?'),
(0x18da7a9bdf613e603c99a321fc43fe74, 'wp-includes/css/dist/block-library/reset.min.css', '/home/www/iamctv.com/wp-includes/css/dist/block-library/reset.min.css', 1, 0x00000000000000000000000000000000, 0x6acab5f160a2ef6cd9aaa0bebbf6166a, 0xfbc778e0637d0dbbaec41db36db268a7060a59ea11d40d8913de92468b6d1432, '', 0, '?'),
(0xfbd1f7eb53e34b357fc13437cac19353, 'wp-includes/css/dist/block-library/style-rtl.css', '/home/www/iamctv.com/wp-includes/css/dist/block-library/style-rtl.css', 1, 0x00000000000000000000000000000000, 0xb821efa66fb9ebe6588e1f4b42a4cc66, 0x62e9c16938e71fc512740daf7862a29ab8b6c1d3633223bd7f30ab9f30d415d9, '', 0, '?'),
(0x8de429211b29c336910ce53e7dc93734, 'wp-includes/css/dist/block-library/style-rtl.min.css', '/home/www/iamctv.com/wp-includes/css/dist/block-library/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x4b98faec09524036cb65c625103797f2, 0x8077bd281f6d6f11d5f37b453024810baa0641c0f00b399846d250ef3c0fb30b, '', 0, '?'),
(0xc07abb36d9d92bf0d4dc50480da67455, 'wp-includes/css/dist/block-library/style.css', '/home/www/iamctv.com/wp-includes/css/dist/block-library/style.css', 1, 0x00000000000000000000000000000000, 0xa1aa736813f23e4732c6ee5e1e61b6a4, 0x4b63a82a88cc8b4a744a35934eded0e032038b6fa0b60ed81d6ad13d8bb1ce34, '', 0, '?'),
(0xeb5146d43074e82bbcf6d8e199f0aa97, 'wp-includes/css/dist/block-library/style.min.css', '/home/www/iamctv.com/wp-includes/css/dist/block-library/style.min.css', 1, 0x00000000000000000000000000000000, 0xb7915926fe42d76e9c802353ab01dae4, 0x813aa2fe6226a326d564af6547cad15ce8f2a28d5c890fa7ba107ec85a41f318, '', 0, '?'),
(0xa76d0fd699379a2cd07d04b60cf16f76, 'wp-includes/css/dist/block-library/theme-rtl.css', '/home/www/iamctv.com/wp-includes/css/dist/block-library/theme-rtl.css', 1, 0x00000000000000000000000000000000, 0x69540c378bc5a9a36a40fbcb0e439efe, 0x56e2701e6326f2c0fd7ac3ab3d491a60bb492058b0904143e10bddd6b43ad03f, '', 0, '?'),
(0x9d864361de73c15d9eb26e812f15e5ec, 'wp-includes/css/dist/block-library/theme-rtl.min.css', '/home/www/iamctv.com/wp-includes/css/dist/block-library/theme-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x57a9d83917228e99c260d4f0c3321033, 0x24e1025b66d90d0c4dee6a29456d3cd7cbfbc000d1d232239aaa29d4e5876f8c, '', 0, '?'),
(0x8b4f0e7898f11ed8b1041595ff633528, 'wp-includes/css/dist/block-library/theme.css', '/home/www/iamctv.com/wp-includes/css/dist/block-library/theme.css', 1, 0x00000000000000000000000000000000, 0xe1c1b2e0a98a52cd79c500e4c5b74330, 0xb970b6f6b823378893b70c9bc358d44a855950f836c78c431533848ce23f79ff, '', 0, '?'),
(0xb2066d3507bce20b758d81cecd317dd8, 'wp-includes/css/dist/block-library/theme.min.css', '/home/www/iamctv.com/wp-includes/css/dist/block-library/theme.min.css', 1, 0x00000000000000000000000000000000, 0x91a3ad606e2b50a6214b9800b0e89e30, 0x464cfb22d6390142ba9ab62268c4043c2b7e0d04e20a73bd4b6ebfc1d24c1845, '', 0, '?'),
(0x3b11dc92736346c2fcf521e10f9ca9ba, 'wp-includes/css/dist/components/style-rtl.css', '/home/www/iamctv.com/wp-includes/css/dist/components/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x9c67b6d5bf73877ad702b2efcc7d94fe, 0x19c2bcc4b1dcb2991ead8e7facefbc9ad793535165422300632aee462e403f9f, '', 0, '?'),
(0x8f0856f1dc82300055ff60b71e35433e, 'wp-includes/css/dist/components/style-rtl.min.css', '/home/www/iamctv.com/wp-includes/css/dist/components/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xb4f52b0a0754af02d25b0329782b693c, 0x5c1c6681deb06dd788f3210a9241cd4a7ad25cc0d7f4f08b6b3e0e8cd22c2221, '', 0, '?'),
(0x7f6a5e14b5b3534ead2d154ff320fd1e, 'wp-includes/css/dist/components/style.css', '/home/www/iamctv.com/wp-includes/css/dist/components/style.css', 1, 0x00000000000000000000000000000000, 0x0d90770656440354e0cfb51fa0bdabb6, 0x576880429adaf7af60a0ac6477704b064df68e195d50100226348483e999125a, '', 0, '?'),
(0x4d31d2da2faa0c6ea7edcc9651870ea0, 'wp-includes/css/dist/components/style.min.css', '/home/www/iamctv.com/wp-includes/css/dist/components/style.min.css', 1, 0x00000000000000000000000000000000, 0x9a4c3f7de34833e6f3f3a1f375222386, 0x6e544d3325831a322e607e052f7cb4b2a97b18356ff9678e2e70ec6f7bff9478, '', 0, '?'),
(0x4423717bc5a50688aa81d48762c2829b, 'wp-includes/css/dist/customize-widgets/style-rtl.css', '/home/www/iamctv.com/wp-includes/css/dist/customize-widgets/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x47953157f3d590bec6562cfa1c9fd945, 0xf3b53e4ea31cd76536a5b891bab1bc3b3f552118471866b522febb4f2a6fb38c, '', 0, '?'),
(0x6cdd0480310e3486af2679ed61fb8357, 'wp-includes/css/dist/customize-widgets/style-rtl.min.css', '/home/www/iamctv.com/wp-includes/css/dist/customize-widgets/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xc4ceeb7a8100e1e6dff775894ad96208, 0xa25ae1021820ed591367866c4bc5ca73b04b8391cfffa66e7eb12cee3834184f, '', 0, '?'),
(0x7adf57ac73577f35ca88f720291efa9e, 'wp-includes/css/dist/customize-widgets/style.css', '/home/www/iamctv.com/wp-includes/css/dist/customize-widgets/style.css', 1, 0x00000000000000000000000000000000, 0x0ba950a076383e770bece626d59f965b, 0x6c31e947c1969dad29b759df6495cc3db0a7d973fb42346a81c07ec2c9f09a9d, '', 0, '?'),
(0x7c6dc13100bf917a98045ea96de37bda, 'wp-includes/css/dist/customize-widgets/style.min.css', '/home/www/iamctv.com/wp-includes/css/dist/customize-widgets/style.min.css', 1, 0x00000000000000000000000000000000, 0x4b77a1af849f1f3f2b0d11c39c86c0b8, 0x10bf5194133e5b6599109e0c69c624e9637a39242f710dd6372d7ff9e0320209, '', 0, '?'),
(0x82598187d8bbfae794a9e9d11bfa2af1, 'wp-includes/css/dist/edit-post/classic-rtl.css', '/home/www/iamctv.com/wp-includes/css/dist/edit-post/classic-rtl.css', 1, 0x00000000000000000000000000000000, 0xb929bd1c6b38e5e2f5f0b0ce18907792, 0x0429534d8ff56196cbdc03ca5732234b34205f4a0f83b2d8ea1052d210f9eb97, '', 0, '?'),
(0xa883c6d91a378238f19d2d5cd77e9602, 'wp-includes/css/dist/edit-post/classic-rtl.min.css', '/home/www/iamctv.com/wp-includes/css/dist/edit-post/classic-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xb9eb4b7fc3c01ae62f73dd949e2bcbc7, 0xd1678a4c22d2fe9c29be1f8df17e690fb2a64e2a7e553f898643d9c242bd8750, '', 0, '?'),
(0x4068ebb3b9a21933f7d7907a327a6c9d, 'wp-includes/css/dist/edit-post/classic.css', '/home/www/iamctv.com/wp-includes/css/dist/edit-post/classic.css', 1, 0x00000000000000000000000000000000, 0x7134becc25beab5454b147f429d4c0be, 0xacce475ff3e37cf00f5e7eeda907400d2312edfc81ab2adc5645540bb1813ccc, '', 0, '?'),
(0x8693e646d5b3dd447ed6abe743cabdfb, 'wp-includes/css/dist/edit-post/classic.min.css', '/home/www/iamctv.com/wp-includes/css/dist/edit-post/classic.min.css', 1, 0x00000000000000000000000000000000, 0xc1e207f04bfc6bc1904ce174de0fe0b1, 0xbaec10963c07bf84d8294c2186c3906ab85dafa61052b121ab29b581b74be524, '', 0, '?'),
(0x06a9b8a519130c302c58e8ad02db059d, 'wp-includes/css/dist/edit-post/style-rtl.css', '/home/www/iamctv.com/wp-includes/css/dist/edit-post/style-rtl.css', 1, 0x00000000000000000000000000000000, 0xa1a5665edde863b282fa7e3e983cc5f5, 0x893a4848bea13e6813a3334eb3453fbaa14ae7d1bad6ea94eccb105eaac2a92c, '', 0, '?'),
(0xd964c5d32533dfe85af08134fd955f2b, 'wp-includes/css/dist/edit-post/style-rtl.min.css', '/home/www/iamctv.com/wp-includes/css/dist/edit-post/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x6b5a8551515af9ff448afde26e8b26fe, 0x73dd8dcd1ea13817e3bb9ab7a28407df551312cf32a091bb9cf0ea9fbdcac9b2, '', 0, '?'),
(0x8fbf524b51eb35769d1c2dbcfc09b9f2, 'wp-includes/css/dist/edit-post/style.css', '/home/www/iamctv.com/wp-includes/css/dist/edit-post/style.css', 1, 0x00000000000000000000000000000000, 0x0ed180cff94a19a4ae64968c3f56ea4c, 0x11412d23cbda3ba367f8c0927ec588f03514f8ee809f16a815dc8f8ea446f719, '', 0, '?'),
(0x1d174b76f624548b4d52988a8afa3db3, 'wp-includes/css/dist/edit-post/style.min.css', '/home/www/iamctv.com/wp-includes/css/dist/edit-post/style.min.css', 1, 0x00000000000000000000000000000000, 0xe3bb0f5f3037b76ed6e304fe30947108, 0x2926b6200a28c26d1bad029896c936be2a23bee8855737e6af9413799faa7b9d, '', 0, '?'),
(0xa8b06ca061de89aee388ee154cd61680, 'wp-includes/css/dist/edit-site/style-rtl.css', '/home/www/iamctv.com/wp-includes/css/dist/edit-site/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x67eae79dcca2baf7223baf8c03c81ce4, 0xe252b9099ee29b203a6dd36b223f6d464c79b1938c4d5dcaece2138ed6a6984f, '', 0, '?'),
(0x74b1047d6a6cf855bbbab9922940a275, 'wp-includes/css/dist/edit-site/style-rtl.min.css', '/home/www/iamctv.com/wp-includes/css/dist/edit-site/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xe0a4e2bac5b2c358b29e1a6cbb521363, 0xcbcb7018208561f207374f0dd83060428a4b9db0535c3a08172902e9341ff9ff, '', 0, '?'),
(0x80ccfca32188f5681aad0ec9a8242252, 'wp-includes/css/dist/edit-site/style.css', '/home/www/iamctv.com/wp-includes/css/dist/edit-site/style.css', 1, 0x00000000000000000000000000000000, 0xc6af5cc92c1e9222a189b1e5744603e4, 0x5e706fa330a9d8a184af6278d83476c0596111af0e80a035127b4ff00358a57b, '', 0, '?'),
(0xe58423976ece9010ba93eeb309bba3d6, 'wp-includes/css/dist/edit-site/style.min.css', '/home/www/iamctv.com/wp-includes/css/dist/edit-site/style.min.css', 1, 0x00000000000000000000000000000000, 0x3fa34fd9d3dd43f0211e3bedf28f3032, 0x6b93166f3e0ee2d440928f60c39f8315cbb0ca4abd816c0b1b2fb38d91222cac, '', 0, '?'),
(0xdfee2dd3101577c1983d8b98e49aef53, 'wp-includes/css/dist/edit-widgets/style-rtl.css', '/home/www/iamctv.com/wp-includes/css/dist/edit-widgets/style-rtl.css', 1, 0x00000000000000000000000000000000, 0xfe37e6a9dc77c713160bdc9575b62452, 0x2957da1d99850184a2833049595df3eab120dd005bce20b56d288bda1f75b928, '', 0, '?'),
(0x7a7cfbadaaa9ee904ca9e246c444dff9, 'wp-includes/css/dist/edit-widgets/style-rtl.min.css', '/home/www/iamctv.com/wp-includes/css/dist/edit-widgets/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x260e99eb13339e1ef122d2baf065a874, 0x25c3e267a08a872dda6912bef69f5ae38f71b49b442f5ae1ac2b25b004df1fb2, '', 0, '?'),
(0xd63cf938e93b100370ae2078b9544704, 'wp-includes/css/dist/edit-widgets/style.css', '/home/www/iamctv.com/wp-includes/css/dist/edit-widgets/style.css', 1, 0x00000000000000000000000000000000, 0xbc56ff5764a86736a526574fdd126600, 0x0466d23fa9d41b0db96403bf622161511337b844b74ea323a41064d8f5f95258, '', 0, '?'),
(0xc578656a75f9ef1b1203b8d91007b28a, 'wp-includes/css/dist/edit-widgets/style.min.css', '/home/www/iamctv.com/wp-includes/css/dist/edit-widgets/style.min.css', 1, 0x00000000000000000000000000000000, 0x7c7a3c198a85eaca8651378cfa604c75, 0x3ec542221d75c2bc8f6b818ad958e0f779ae382951146a8acd1922c474dea8c1, '', 0, '?'),
(0x718d9d66f9bcf74548f837c264edf5f6, 'wp-includes/css/dist/editor/style-rtl.css', '/home/www/iamctv.com/wp-includes/css/dist/editor/style-rtl.css', 1, 0x00000000000000000000000000000000, 0xd448754ed11e4724635d78d1fcbc8166, 0x6206440f9241f69ed6ae9849dc7679cafc2a7877f57f6d5147b7410cdf89a91b, '', 0, '?'),
(0xbcd6827804520b1661d1dbf9c79c8440, 'wp-includes/css/dist/editor/style-rtl.min.css', '/home/www/iamctv.com/wp-includes/css/dist/editor/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xe9c493fe6b56828f8383b504d1682423, 0x390206ba60b89392aaeeb3b487a23dd6d3b6e87c40af5dea240773daa7149e3a, '', 0, '?'),
(0x4f1784d2bd5054ed5e95347ec514c542, 'wp-includes/css/dist/editor/style.css', '/home/www/iamctv.com/wp-includes/css/dist/editor/style.css', 1, 0x00000000000000000000000000000000, 0x5582577b6a48a05ca709376fbbc17d28, 0x402bfb3354660fd7b6adece1ee02a0f4e7db5f050b7c4434e9a0afbbd4e23342, '', 0, '?'),
(0x63955180da69d3dcc904e0e65176111b, 'wp-includes/css/dist/editor/style.min.css', '/home/www/iamctv.com/wp-includes/css/dist/editor/style.min.css', 1, 0x00000000000000000000000000000000, 0xa9f329af48461d5fc599f179bf5da842, 0xcb74909e1341aeb4563a9908645710030424be954b1b7c59e60ab6f7980c449d, '', 0, '?'),
(0x5ae852a7d2cc7228f02662b0a33ab82d, 'wp-includes/css/dist/format-library/style-rtl.css', '/home/www/iamctv.com/wp-includes/css/dist/format-library/style-rtl.css', 1, 0x00000000000000000000000000000000, 0xe92b0ed5062ecd2ffccec76be1f728a1, 0x1fe14e1a09879f3bfc8f08efb20d1d0b4252a478ecca25d025e6430452913c1b, '', 0, '?'),
(0x43adee9b2f8840b26cab8759c1fd327d, 'wp-includes/css/dist/format-library/style-rtl.min.css', '/home/www/iamctv.com/wp-includes/css/dist/format-library/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xf43c3b6e0c444e65048d28778819a912, 0x356e2836656f59e65a87e95dd42e5071e695491d86656736c0a9763f63ed734a, '', 0, '?'),
(0x0a7b58254e38c29f77c8323f4d3443ca, 'wp-includes/css/dist/format-library/style.css', '/home/www/iamctv.com/wp-includes/css/dist/format-library/style.css', 1, 0x00000000000000000000000000000000, 0xd78ef7c784e6c7e428f3f2a228693192, 0x19075157ae912c565c762e093ec0c7969a10b3d6e39c01fd5e4d8e9c06da4bff, '', 0, '?'),
(0xee2ec97a9b8326b78a942eda3179b3c2, 'wp-includes/css/dist/format-library/style.min.css', '/home/www/iamctv.com/wp-includes/css/dist/format-library/style.min.css', 1, 0x00000000000000000000000000000000, 0x2f499fd23829043a02b007637489b77c, 0x2125f6d51d72f6c66b58c9be4621a22237e731dde7619a803bf6f96aed558a22, '', 0, '?'),
(0x80332df0e0eaedfffb129566d0f2b60a, 'wp-includes/css/dist/list-reusable-blocks/style-rtl.css', '/home/www/iamctv.com/wp-includes/css/dist/list-reusable-blocks/style-rtl.css', 1, 0x00000000000000000000000000000000, 0xf9f22b603755d05d14b993d42e985b1c, 0xf0e34e241e2f5edca9eed2632390541aa3d1a0d6c3ee9b853cd9a0c223e02726, '', 0, '?'),
(0x72f729e610a1f20ce9fed265dafc6cfc, 'wp-includes/css/dist/list-reusable-blocks/style-rtl.min.css', '/home/www/iamctv.com/wp-includes/css/dist/list-reusable-blocks/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x3624157f770e7eca6ac7e86b37e8cdd1, 0xa3c595b609318b37a9d895df7ca8af7827dfe5744dbbc774e376f257c7c62d8c, '', 0, '?'),
(0xc08d9874a615e5281b8b696c7416592f, 'wp-includes/css/dist/list-reusable-blocks/style.css', '/home/www/iamctv.com/wp-includes/css/dist/list-reusable-blocks/style.css', 1, 0x00000000000000000000000000000000, 0xc4a6a100b57fb22634a24ce07796c873, 0x8cbb620f5ae2e4cbc04b7e05277dca9a712d92332f037ad0e9fa0038324bfea4, '', 0, '?'),
(0x01060d782ba655e1f7e1da9cdd1893bc, 'wp-includes/css/dist/list-reusable-blocks/style.min.css', '/home/www/iamctv.com/wp-includes/css/dist/list-reusable-blocks/style.min.css', 1, 0x00000000000000000000000000000000, 0xf5977a3d540e3ff86b8af6af7349a819, 0x2ce8b95d0e7797871c6f005dbdf92789cde67a3152291a60869b5db0307fa7cd, '', 0, '?'),
(0x18dc5e3070f01cf98af26bfa83a1814d, 'wp-includes/css/dist/nux/style-rtl.css', '/home/www/iamctv.com/wp-includes/css/dist/nux/style-rtl.css', 1, 0x00000000000000000000000000000000, 0xb2e41ec416b38a14eec1627980250ecc, 0xdd939173ae40632c753e45ba862adf0829c458c2c50c70d434a0fdb9c95b0101, '', 0, '?'),
(0x7b9d6ac4c98f7c6ee4095e3cf857489e, 'wp-includes/css/dist/nux/style-rtl.min.css', '/home/www/iamctv.com/wp-includes/css/dist/nux/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x5d601ac587bd6b1ff4c20aea260d8bee, 0x706fc2cb48dd8d491e9fdea483b1a6186121e4d27ccb9f146becc9119a058a75, '', 0, '?'),
(0xebb9329a7cf53f825db8f8b0cfb80fc7, 'wp-includes/css/dist/nux/style.css', '/home/www/iamctv.com/wp-includes/css/dist/nux/style.css', 1, 0x00000000000000000000000000000000, 0xacc20e243e6ad5efdd77f63a751c82c2, 0x7c0a6130134a57ef90788e51dfb119ffe6a133575127dddf42cbb7bee79cdabb, '', 0, '?'),
(0x5205ba7635ad965736d060c6dabee1bc, 'wp-includes/css/dist/nux/style.min.css', '/home/www/iamctv.com/wp-includes/css/dist/nux/style.min.css', 1, 0x00000000000000000000000000000000, 0x91865d3e0fb09e5febb1ad64d56827d1, 0xdc2bffb9da73d781571ce96ae00b80913261ca04e45a6b2169184f49ae5f0bf7, '', 0, '?'),
(0xfa2228a7f8c2623f1a671b8273e171c7, 'wp-includes/css/dist/reusable-blocks/style-rtl.css', '/home/www/iamctv.com/wp-includes/css/dist/reusable-blocks/style-rtl.css', 1, 0x00000000000000000000000000000000, 0xde811e676b79efc8bdcb696d56ac989b, 0x984634f0aea8424052049ea06a8ad795b1af0f154e8cce84e35348f9be1c3785, '', 0, '?'),
(0xe3a252737b707e9edae467d081d891d5, 'wp-includes/css/dist/reusable-blocks/style-rtl.min.css', '/home/www/iamctv.com/wp-includes/css/dist/reusable-blocks/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x0511686b2d1751365589bb4ad6ebd381, 0xadecd1b99dff512121c90e0254fde8175a6b8130a3c6dbe8975c04aa9c1207c7, '', 0, '?'),
(0x2aa2b52a8a5738abe7b5359605bc327e, 'wp-includes/css/dist/reusable-blocks/style.css', '/home/www/iamctv.com/wp-includes/css/dist/reusable-blocks/style.css', 1, 0x00000000000000000000000000000000, 0xde811e676b79efc8bdcb696d56ac989b, 0x984634f0aea8424052049ea06a8ad795b1af0f154e8cce84e35348f9be1c3785, '', 0, '?'),
(0x227194abb2a2094b3641e2b90baed921, 'wp-includes/css/dist/reusable-blocks/style.min.css', '/home/www/iamctv.com/wp-includes/css/dist/reusable-blocks/style.min.css', 1, 0x00000000000000000000000000000000, 0x0511686b2d1751365589bb4ad6ebd381, 0xadecd1b99dff512121c90e0254fde8175a6b8130a3c6dbe8975c04aa9c1207c7, '', 0, '?'),
(0x40b48643b9a14527944fcb0fc0aa05fa, 'wp-includes/css/dist/widgets/style-rtl.css', '/home/www/iamctv.com/wp-includes/css/dist/widgets/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x99552bf61c9e09f2518831ab744ca2f1, 0xd4439ef195775498c59ef1870ff7bb05a58b7fc905df3f9649ba99ca29313b77, '', 0, '?'),
(0xfc5e84f74e34d39d2c620361a7a61644, 'wp-includes/css/dist/widgets/style-rtl.min.css', '/home/www/iamctv.com/wp-includes/css/dist/widgets/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x3dd15788f495f8cd99aa5ba8232e25ef, 0xb45006494b831e07672256b2050a410cbb2fc4e4389a5f70036797f2cef61834, '', 0, '?'),
(0xe9a174184c488a3aa7ec5028d911d0f6, 'wp-includes/css/dist/widgets/style.css', '/home/www/iamctv.com/wp-includes/css/dist/widgets/style.css', 1, 0x00000000000000000000000000000000, 0xa302beb7588e63fcd8f379c45735257f, 0x0b160f4918bcc25a5d1bf7832b39d24a61e93cd9670cb8c9d3a8d9f45e85f246, '', 0, '?'),
(0xca20fc861fb5740264726c011950066a, 'wp-includes/css/dist/widgets/style.min.css', '/home/www/iamctv.com/wp-includes/css/dist/widgets/style.min.css', 1, 0x00000000000000000000000000000000, 0xdc26a595fabb85c2ddce641c828859ea, 0xd6b36b3dd5d7070ac0d447620dbee013714d890cf73465f1fc4e5ab3adaea139, '', 0, '?'),
(0xf2701f6f828db4583025f7a2c7edcfeb, 'wp-includes/css/editor-rtl.css', '/home/www/iamctv.com/wp-includes/css/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0xc131cb581f0ed5b41e85d5fea6fd8386, 0x41952b8ea180c55097ce1b938aae2a9a1164d581f991ae4a0444d1bff0862800, '', 0, '?'),
(0xea8da5b2ab326a456267d88857b278db, 'wp-includes/css/editor-rtl.min.css', '/home/www/iamctv.com/wp-includes/css/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x4d2cc2c7017c37d50c9a22df8e7f2793, 0x42fbadb1b2b340bf1b1d7b85bbf0b5b2ada2360d9c9d24cf854092c4adf52bab, '', 0, '?'),
(0x4c73d087c59b0ab2637d3e1bff4b9787, 'wp-includes/css/editor.css', '/home/www/iamctv.com/wp-includes/css/editor.css', 1, 0x00000000000000000000000000000000, 0xa117483ba3eb612e40cdcec5e4d1e647, 0x23210171cf619d7ac85fecbaea30206ed6b181740fa072e78026570d4bde72bf, '', 0, '?'),
(0x5fd67c9caf0b54a24d5eeebd1ef5c44a, 'wp-includes/css/editor.min.css', '/home/www/iamctv.com/wp-includes/css/editor.min.css', 1, 0x00000000000000000000000000000000, 0x3f8fa02824631f96ea6732cbf3509aa1, 0xd64582206a1acc85cb3902d72c017b00cfcd0fa9bde377456bf1d583a1da5698, '', 0, '?'),
(0x20e0f463ccab29498c0a702ccd91ab83, 'wp-includes/css/jquery-ui-dialog-rtl.css', '/home/www/iamctv.com/wp-includes/css/jquery-ui-dialog-rtl.css', 1, 0x00000000000000000000000000000000, 0x787321eb04af9198f0552c55e7a0e0c9, 0x168d59a02034fe30f8a8c740a9b3083e57036205b33521341ec708fc180b8fb7, '', 0, '?'),
(0x7e46a3cce3ab8e3e6479ecd06a8b0f13, 'wp-includes/css/jquery-ui-dialog-rtl.min.css', '/home/www/iamctv.com/wp-includes/css/jquery-ui-dialog-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x75a82b7829e9e4e18741d4763640e240, 0xe22fe0da4ecfe7106524d5e402d60efe9df0028e323a2eab12117d6223b24b7d, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x0369f4a27f5004c399fb966c6400fa91, 'wp-includes/css/jquery-ui-dialog.css', '/home/www/iamctv.com/wp-includes/css/jquery-ui-dialog.css', 1, 0x00000000000000000000000000000000, 0xcc19629a47fe2d5f668dc5e76b715487, 0x1c76a61e1e34ff3870bb6e136695f20e5aab482206d5bc5cb33b6a9152264ec1, '', 0, '?'),
(0x4056f324f54bc6e7f23cde312ae0acc0, 'wp-includes/css/jquery-ui-dialog.min.css', '/home/www/iamctv.com/wp-includes/css/jquery-ui-dialog.min.css', 1, 0x00000000000000000000000000000000, 0x1be4d11d5360f4ee7fda37d183bc2d96, 0x6ab80e1e2689d2b0c64da498a394c3d275a740d6c3364c7dd535abd3e3b6cb7b, '', 0, '?'),
(0x003567c0cbcfeaab9463178b30892244, 'wp-includes/css/media-views-rtl.css', '/home/www/iamctv.com/wp-includes/css/media-views-rtl.css', 1, 0x00000000000000000000000000000000, 0x441555a87cfa56b33d3ce3b1b2b9ea38, 0x75c4fb987981daa1549a8d45ccced0a577ddd4967987c7394561c5397bdecba0, '', 0, '?'),
(0x5ff5b4effde1387d13ccdf019c3fe58e, 'wp-includes/css/media-views-rtl.min.css', '/home/www/iamctv.com/wp-includes/css/media-views-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x79c5b41c0ee4e6529b4c14565d89fc40, 0xeab9f3cf4642c95ac43573bc0727f6e86c9ff2feb40f309c7c59b9c6f8742e2b, '', 0, '?'),
(0xebb2d453dab070978f474dc7afa86ced, 'wp-includes/css/media-views.css', '/home/www/iamctv.com/wp-includes/css/media-views.css', 1, 0x00000000000000000000000000000000, 0x49b2e024981abb87cdf5da6466852d08, 0xbd742de4217e32a03ff5f200b99dbda10748fd977ffc50954623bc239143998a, '', 0, '?'),
(0x1c3425b74948c44f02918bcab0d2164c, 'wp-includes/css/media-views.min.css', '/home/www/iamctv.com/wp-includes/css/media-views.min.css', 1, 0x00000000000000000000000000000000, 0x4e3f86ee356528d2653d3cee391287a4, 0x347d2da3d84cf66b05ab45d2b1267b789a56206f1ca25a9e2b74387ef0293ec1, '', 0, '?'),
(0xc7a4113e7ab1d4849f139d214a5d3e0e, 'wp-includes/css/wp-auth-check-rtl.css', '/home/www/iamctv.com/wp-includes/css/wp-auth-check-rtl.css', 1, 0x00000000000000000000000000000000, 0x034edafe50f1da4b4e8caf7a6aa0ec4b, 0x563c65d962d1c328b70e6ba4a549aa1fd232d51ac39c75d32f233418c9866d7a, '', 0, '?'),
(0xc85918072427abbb0ebe9a106f91e3ec, 'wp-includes/css/wp-auth-check-rtl.min.css', '/home/www/iamctv.com/wp-includes/css/wp-auth-check-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x99d6e86a76d004735aaca6dcbb2668cd, 0x1646a5563d2605472202d972beac0d46dd7096930a4ae010dda3db3dd59f33db, '', 0, '?'),
(0x8185032c43551c55eee80b9cfa39692d, 'wp-includes/css/wp-auth-check.css', '/home/www/iamctv.com/wp-includes/css/wp-auth-check.css', 1, 0x00000000000000000000000000000000, 0xc27f2590f84cf5c5d4a57c6c221d8ed8, 0xaf5dff9e223879c9d7fcfdff3b81edb53d580db680a483598324a9c554023b16, '', 0, '?'),
(0x59a00b3638d448123b252cb95f630a80, 'wp-includes/css/wp-auth-check.min.css', '/home/www/iamctv.com/wp-includes/css/wp-auth-check.min.css', 1, 0x00000000000000000000000000000000, 0xda6abce06214d67519b9d63de1600563, 0xbc0d5b8942ee7b2743bd4e357a5a77922070c8889297498d4b1ff16520920bdd, '', 0, '?'),
(0x827780b735bb0bff07efc1a129bafb9e, 'wp-includes/css/wp-embed-template-ie.css', '/home/www/iamctv.com/wp-includes/css/wp-embed-template-ie.css', 1, 0x00000000000000000000000000000000, 0xeeb729369ef309d89ed0bc7120aacadf, 0xa06f95b12b385dc55375e7fc482ee943f867f4de5239ea26b62bfda2935c579b, '', 0, '?'),
(0x1e796e6dc03b98082fd055734b09bbbf, 'wp-includes/css/wp-embed-template-ie.min.css', '/home/www/iamctv.com/wp-includes/css/wp-embed-template-ie.min.css', 1, 0x00000000000000000000000000000000, 0x377b5750db4cf37b4897d918a90749e7, 0x5c615771318a07ba2b020f05ffe9d0afd96f954cf65900cfc2844b8de0ee253c, '', 0, '?'),
(0x922f16bb17c998fc5df45ea4575c8371, 'wp-includes/css/wp-embed-template.css', '/home/www/iamctv.com/wp-includes/css/wp-embed-template.css', 1, 0x00000000000000000000000000000000, 0xa6efa240e8b1080a144f014f33ce6869, 0xf8932d7c7ec5dd2a54a8cd45e94ed31f962eccb4e04a37eb58dd662336bc10b7, '', 0, '?'),
(0x7aa8af513c929827199a80557ed4525c, 'wp-includes/css/wp-embed-template.min.css', '/home/www/iamctv.com/wp-includes/css/wp-embed-template.min.css', 1, 0x00000000000000000000000000000000, 0xf95e3c06a40691ef5fe44ab71f9c5877, 0x5c216b6a8bb28b6918a5df949411fba1221238855abb0c2016d1501f4a18f79d, '', 0, '?'),
(0x5c5be6ed6925cdb03cfa98651e933ea9, 'wp-includes/css/wp-pointer-rtl.css', '/home/www/iamctv.com/wp-includes/css/wp-pointer-rtl.css', 1, 0x00000000000000000000000000000000, 0x9de2958429fecc10bd79182d3f18c601, 0x9d2688ddf850ea0adf6535a16f2c563fd4411aea5501c23b81ff39b83bacc97a, '', 0, '?'),
(0x6a51fbf59765f78af83b0e1613e21d65, 'wp-includes/css/wp-pointer-rtl.min.css', '/home/www/iamctv.com/wp-includes/css/wp-pointer-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xbe3e0dbfff40e7036faac734a8b10552, 0x48d7a3b2cc6d7c6f4334efbff9555c3b75121450f436ac759c30b2f90ab0c46c, '', 0, '?'),
(0x73ff43344dbe2a02b5be2a4215ab29b5, 'wp-includes/css/wp-pointer.css', '/home/www/iamctv.com/wp-includes/css/wp-pointer.css', 1, 0x00000000000000000000000000000000, 0xe82cdc10d4a7efb0f10128feab302879, 0xb0ae49116afef536ca84fc7b97a311e9888aa79122f309d4ae1069f336c7ad01, '', 0, '?'),
(0x2d9ce79fe89782a08715597b5d6e7383, 'wp-includes/css/wp-pointer.min.css', '/home/www/iamctv.com/wp-includes/css/wp-pointer.min.css', 1, 0x00000000000000000000000000000000, 0x4b68d4e0aad63af65d775c9edf63554b, 0x418bec4d6abe2555cb75d684229e01ae1c5aeac5ef81ef766c3d286e814880d4, '', 0, '?'),
(0xae788857ba89901c321e65f67576d44c, 'wp-includes/customize/class-wp-customize-background-image-control.php', '/home/www/iamctv.com/wp-includes/customize/class-wp-customize-background-image-control.php', 1, 0x00000000000000000000000000000000, 0xca087b66d2269b9918455c24f27358d4, 0x52da7633fa9fbcbe7e05c4d0d7def0c0dd7c2e4ff44c9f74d04e1260d1ae81c6, '', 0, '?'),
(0x9a569f5ee68233b1e76d3605872e5f50, 'wp-includes/customize/class-wp-customize-background-image-setting.php', '/home/www/iamctv.com/wp-includes/customize/class-wp-customize-background-image-setting.php', 1, 0x00000000000000000000000000000000, 0x28191ba567abbdc183309ad462bc7cd7, 0x6659407d2debab616fe3bac119ba82f240da028ec3c2a4c68b587f6f8758b49b, '', 0, '?'),
(0xf5b744b0b5aa36ed53ff2fc86351823f, 'wp-includes/customize/class-wp-customize-background-position-control.php', '/home/www/iamctv.com/wp-includes/customize/class-wp-customize-background-position-control.php', 1, 0x00000000000000000000000000000000, 0xcc2b095d0d2d570bccf9d2bda105c0b5, 0x326ab4d9cb8fbffc6a420489d85c91437689acf9718fb4ef2cd827d3c1eb46ef, '', 0, '?'),
(0xeda30f91961fee1e05fa8799e8b3ae5d, 'wp-includes/customize/class-wp-customize-code-editor-control.php', '/home/www/iamctv.com/wp-includes/customize/class-wp-customize-code-editor-control.php', 1, 0x00000000000000000000000000000000, 0xe99fe66a4dd8d196c2e9e96c4da3915f, 0x937807465a8a4b63dfc9338137c460d4aa246a06188f67f1fd5dd417510becdb, '', 0, '?'),
(0x4d598cf14788b05c740358fb84929d2f, 'wp-includes/customize/class-wp-customize-color-control.php', '/home/www/iamctv.com/wp-includes/customize/class-wp-customize-color-control.php', 1, 0x00000000000000000000000000000000, 0xb726b5bb533f12e385e3b3027cf1f447, 0x680906c2337c023a51397a80adf23459315bc97b5eb809243ba4239a71a818d0, '', 0, '?'),
(0xfe162754fa9fe5f4cc81ade959b2c799, 'wp-includes/customize/class-wp-customize-cropped-image-control.php', '/home/www/iamctv.com/wp-includes/customize/class-wp-customize-cropped-image-control.php', 1, 0x00000000000000000000000000000000, 0x47e1705be410717d79fd0504aa310f87, 0x138e780d3a9a9c13f382f6cd7d11af9a675229ea609f9a199d1982d76b924d25, '', 0, '?'),
(0xf3bdb34ef2b3cbf484fcabf3cf73c2f9, 'wp-includes/customize/class-wp-customize-custom-css-setting.php', '/home/www/iamctv.com/wp-includes/customize/class-wp-customize-custom-css-setting.php', 1, 0x00000000000000000000000000000000, 0x3fe3ae1948287481e8d6d0298547399c, 0x4f2f601e643b10ba8fae5de9da7aece123c819aef2ce81166c51a4679666ed09, '', 0, '?'),
(0x111a0708931cea6c6db7f08b9440f8f8, 'wp-includes/customize/class-wp-customize-date-time-control.php', '/home/www/iamctv.com/wp-includes/customize/class-wp-customize-date-time-control.php', 1, 0x00000000000000000000000000000000, 0x6b22b82caa7784e6eb8d25f1d18ee8e0, 0xce7f8b24620322ff3d5a924ff884127d34c1df033c0a1f4748b2a707f13910ee, '', 0, '?'),
(0xa4fc59a400290d2f6a18f1a929f44172, 'wp-includes/customize/class-wp-customize-filter-setting.php', '/home/www/iamctv.com/wp-includes/customize/class-wp-customize-filter-setting.php', 1, 0x00000000000000000000000000000000, 0x12184dddda606616afec00eca96975fb, 0xb400113c0af46a3aa7dc59a3460ebcc21919bf1e64c9fb77ca02b109c9fdc0ac, '', 0, '?'),
(0x5a7888ff31a1324bd35aa42cb8ec177f, 'wp-includes/customize/class-wp-customize-header-image-control.php', '/home/www/iamctv.com/wp-includes/customize/class-wp-customize-header-image-control.php', 1, 0x00000000000000000000000000000000, 0x3c8c00573e24eececce5a96ccc5ed2b3, 0x517928759a2616aca9ce76b2d3b3272de1f97de568d592aa07d95885ee8a74a1, '', 0, '?'),
(0xa802b006cc1b9cc0274b857a8e668ce5, 'wp-includes/customize/class-wp-customize-header-image-setting.php', '/home/www/iamctv.com/wp-includes/customize/class-wp-customize-header-image-setting.php', 1, 0x00000000000000000000000000000000, 0x37318667490eafcf8f48ab1c00ae0935, 0x8c173eb41cea9125814ad61033b0322465a00ca444e803265d3a2c95392d14b0, '', 0, '?'),
(0xe1993ec293eac6cc0af43590b4ebe45a, 'wp-includes/customize/class-wp-customize-image-control.php', '/home/www/iamctv.com/wp-includes/customize/class-wp-customize-image-control.php', 1, 0x00000000000000000000000000000000, 0x6a03ff66a5ecb31709cba5d85ee8d09a, 0xa80a1775a0a80338e10d5959b5e43a0a10566bc11da2fd2e614788f347076f4d, '', 0, '?'),
(0x0c2afa154f8fc47f91cce202eab7e569, 'wp-includes/customize/class-wp-customize-media-control.php', '/home/www/iamctv.com/wp-includes/customize/class-wp-customize-media-control.php', 1, 0x00000000000000000000000000000000, 0x06a355a9db3d0da598874ae784241f80, 0x945f26a333ace90c248686c3391d9f0e95d4d762e91c8dda964eb1f8e91a2a0a, '', 0, '?'),
(0x9f6853d1019090c03a0f04b016f6d360, 'wp-includes/customize/class-wp-customize-nav-menu-auto-add-control.php', '/home/www/iamctv.com/wp-includes/customize/class-wp-customize-nav-menu-auto-add-control.php', 1, 0x00000000000000000000000000000000, 0x4eb22b0643232b7cf3665aa69d995de5, 0x6b6e1a79e92681e6865fa9d85b83af0b4967076c8328e36705271801ee5eb947, '', 0, '?'),
(0x18f833c6b9dc956ae762699acea5eeb6, 'wp-includes/customize/class-wp-customize-nav-menu-control.php', '/home/www/iamctv.com/wp-includes/customize/class-wp-customize-nav-menu-control.php', 1, 0x00000000000000000000000000000000, 0x5e14ee989c83e2ddfe2de53b4f272f75, 0x8198880fb75032147af89a2069bd95ddf48bdfb331b6a121805e763e42329bcc, '', 0, '?'),
(0x43b2d89ad6141554bc52aa217616467b, 'wp-includes/customize/class-wp-customize-nav-menu-item-control.php', '/home/www/iamctv.com/wp-includes/customize/class-wp-customize-nav-menu-item-control.php', 1, 0x00000000000000000000000000000000, 0xf139daea72598ef29ca3c35168bbc815, 0xd6061df4d8f24ee79b80c50ad812bb36f6754335df690c5ec59792c89dde9127, '', 0, '?'),
(0xfdad0e047ba0090a7c1d70a3041bd9a4, 'wp-includes/customize/class-wp-customize-nav-menu-item-setting.php', '/home/www/iamctv.com/wp-includes/customize/class-wp-customize-nav-menu-item-setting.php', 1, 0x00000000000000000000000000000000, 0x108c4e873d5c26086dbcb37c71424d60, 0x896e14500b40dc1c9843c31eb398880000383b9116b8848b026f284ec13dc819, '', 0, '?'),
(0x62e2f7122bc6b404dd9ff3b433ef8618, 'wp-includes/customize/class-wp-customize-nav-menu-location-control.php', '/home/www/iamctv.com/wp-includes/customize/class-wp-customize-nav-menu-location-control.php', 1, 0x00000000000000000000000000000000, 0x96945521dcddf6735e9637c64c100308, 0x3b8d06f46ccf938e625eb8c5e4f2d930aa1728864002efae4c0fa72342a3a11d, '', 0, '?'),
(0x1dd9dcf174944458bf6d002319ca2882, 'wp-includes/customize/class-wp-customize-nav-menu-locations-control.php', '/home/www/iamctv.com/wp-includes/customize/class-wp-customize-nav-menu-locations-control.php', 1, 0x00000000000000000000000000000000, 0xfaa51ea15fd380c42c4cb1b57e595dc5, 0x0c3a97834a7e90a634f4d221d1accdbc7ab9bc26ac7825629a6a5b5d6a0f077a, '', 0, '?'),
(0xedba47ae2093d87eaa15d0fff460f816, 'wp-includes/customize/class-wp-customize-nav-menu-name-control.php', '/home/www/iamctv.com/wp-includes/customize/class-wp-customize-nav-menu-name-control.php', 1, 0x00000000000000000000000000000000, 0xdade37ec66f557b7d59a371201c1b486, 0x70fb7fdc76e0770420b0dddcaa39f9b60e9fa93fa1b00e9061ddffc914807a8c, '', 0, '?'),
(0x14a52d83e8040142f1f18f7c74535ebc, 'wp-includes/customize/class-wp-customize-nav-menu-section.php', '/home/www/iamctv.com/wp-includes/customize/class-wp-customize-nav-menu-section.php', 1, 0x00000000000000000000000000000000, 0x9dc9fc1fd4a1a450fd16010a177df524, 0xba7647037e0c3f74370013878e68ebaa522cfba17cd95d3985f470be2e4ae477, '', 0, '?'),
(0x1ccd6b301d42dfe20461f7eeac60cb08, 'wp-includes/customize/class-wp-customize-nav-menu-setting.php', '/home/www/iamctv.com/wp-includes/customize/class-wp-customize-nav-menu-setting.php', 1, 0x00000000000000000000000000000000, 0xc79bf100f235f6ed7f2be526ccba5756, 0xa013beeb196f77d28f5d657cb0044b24878239727304eb8b63a126d92f15ddea, '', 0, '?'),
(0x0478e0f3916dfc80a500de0f7e90b6c2, 'wp-includes/customize/class-wp-customize-nav-menus-panel.php', '/home/www/iamctv.com/wp-includes/customize/class-wp-customize-nav-menus-panel.php', 1, 0x00000000000000000000000000000000, 0x81f00cf08a4181278f7cf081276812c3, 0xa6943af3c05abf88d169818d734360a2fc1faa6b7f936430ad00da0b67606851, '', 0, '?'),
(0xef07407d26a34a7ecfc2be26f3e8001c, 'wp-includes/customize/class-wp-customize-new-menu-control.php', '/home/www/iamctv.com/wp-includes/customize/class-wp-customize-new-menu-control.php', 1, 0x00000000000000000000000000000000, 0xabc84e91e07089c56143c771a06b101d, 0x8446becc309448796365e54c7551acabce2616a7e4984c1e69480aa944c5a94b, '', 0, '?'),
(0x32afe5e3baa8617c460c966c331f5df6, 'wp-includes/customize/class-wp-customize-new-menu-section.php', '/home/www/iamctv.com/wp-includes/customize/class-wp-customize-new-menu-section.php', 1, 0x00000000000000000000000000000000, 0x8c091d99734c322f118042a4c196a5a3, 0x4827db73a8d3bd858ae5e30249d824bae8d3a6f0cda40e019d58038f2108029a, '', 0, '?'),
(0x0b81fdc3dee45906c611eef0eb71ef84, 'wp-includes/customize/class-wp-customize-partial.php', '/home/www/iamctv.com/wp-includes/customize/class-wp-customize-partial.php', 1, 0x00000000000000000000000000000000, 0x4a40d64e2d703ccc315d1afd126ec701, 0xc6aacc13e3abbe928399a29ff073937575b1846ece900f00c1ef563c31971172, '', 0, '?'),
(0x798102d70a962c0a43e77c5b69100616, 'wp-includes/customize/class-wp-customize-selective-refresh.php', '/home/www/iamctv.com/wp-includes/customize/class-wp-customize-selective-refresh.php', 1, 0x00000000000000000000000000000000, 0xb595d2d9f4df073b835bcca141cb1c98, 0xfa9d77e50ac52c13f51cb72143a547fc6cc0fc55d497dba0a057f1057dba4fe7, '', 0, '?'),
(0x5436064b153f8694b473d320823728f9, 'wp-includes/customize/class-wp-customize-sidebar-section.php', '/home/www/iamctv.com/wp-includes/customize/class-wp-customize-sidebar-section.php', 1, 0x00000000000000000000000000000000, 0x566aafbd42e1e1a2dbd8b1f4c5c18571, 0x9b9a7b1023d469ab601ba0f700ccffabe26aa3c1c3602070c78d2bf6661e46f1, '', 0, '?'),
(0x0620fb2c654fa29acb7a8f82c3911195, 'wp-includes/customize/class-wp-customize-site-icon-control.php', '/home/www/iamctv.com/wp-includes/customize/class-wp-customize-site-icon-control.php', 1, 0x00000000000000000000000000000000, 0x550fd3860f3f2f5bec287f0d43e4c458, 0x28562b80c1ab67f7bd5dd5219f69877d779ec7c1c5a129cfc6356d3e042dfecd, '', 0, '?'),
(0x1614f63fc784a3f980eb3a0ade1fd658, 'wp-includes/customize/class-wp-customize-theme-control.php', '/home/www/iamctv.com/wp-includes/customize/class-wp-customize-theme-control.php', 1, 0x00000000000000000000000000000000, 0x2e23ec94750d3237c8e0e30666689e76, 0xda7ff6e7949814c6b7bce941729e61b693753c5f409ec2ee624dbe5565ca0b1e, '', 0, '?'),
(0xb43cd8ec8067e33db143a314d7b47144, 'wp-includes/customize/class-wp-customize-themes-panel.php', '/home/www/iamctv.com/wp-includes/customize/class-wp-customize-themes-panel.php', 1, 0x00000000000000000000000000000000, 0x91b8d9ebaa8846629a165c29a0a5054c, 0xd289733a2e69f23c32a7f193de96a611f711e24321b0b755f8283c965ba45460, '', 0, '?'),
(0x8112f958518dfbe1643972d7dabc96db, 'wp-includes/customize/class-wp-customize-themes-section.php', '/home/www/iamctv.com/wp-includes/customize/class-wp-customize-themes-section.php', 1, 0x00000000000000000000000000000000, 0x91e0541c14a5ed760f6c8a05fe33adc1, 0xa12c568799b633528f77a4e392ca2ebdfca40dd7ad2b3414dda6603d13946052, '', 0, '?'),
(0xe3a065c65cdb6bee12637fe70bdf5866, 'wp-includes/customize/class-wp-customize-upload-control.php', '/home/www/iamctv.com/wp-includes/customize/class-wp-customize-upload-control.php', 1, 0x00000000000000000000000000000000, 0xd893894238a53f29697672ad90602d8b, 0xa07e747eb8fd58810fb9ab25209817cc4b2f332d036e3600c8524297d6a84796, '', 0, '?'),
(0x798b12837b88155c1d62d26127e8f85c, 'wp-includes/customize/class-wp-sidebar-block-editor-control.php', '/home/www/iamctv.com/wp-includes/customize/class-wp-sidebar-block-editor-control.php', 1, 0x00000000000000000000000000000000, 0xe95d6db3bf4c2d0844d1d5d32b5ad995, 0x1c1c926f2c6205104cde6e42c4f05176f12d7c718f64bda2db2707423d8a5826, '', 0, '?'),
(0x5b35f99ad759d94e68a6ab8a4b884de8, 'wp-includes/customize/class-wp-widget-area-customize-control.php', '/home/www/iamctv.com/wp-includes/customize/class-wp-widget-area-customize-control.php', 1, 0x00000000000000000000000000000000, 0xd3e8a23c77dc8c2ad1749492ce211392, 0x3434a177e5561176854f61354795d50f3339f4db49b18cbda0023df735c8e269, '', 0, '?'),
(0x0a5495a62f5c392459a4550adbcacd8c, 'wp-includes/customize/class-wp-widget-form-customize-control.php', '/home/www/iamctv.com/wp-includes/customize/class-wp-widget-form-customize-control.php', 1, 0x00000000000000000000000000000000, 0x907bc5442a403613e1877bcf847da6e7, 0xd52bd693187a69ad9b0fc04080d7c6c95e462535ca14711313035a673cbe0fd5, '', 0, '?'),
(0x9900a3f9b5e8a0d21c2e177da5667741, 'wp-includes/date.php', '/home/www/iamctv.com/wp-includes/date.php', 1, 0x00000000000000000000000000000000, 0x6e5b2a28d2be93772e6d16db79b47aed, 0xf92ea39000d371425f5da3fe9acfe4abe400eb011ce29661fe7d141bad8b008c, '', 0, '?'),
(0x7dfdd6cb117b1552d2a2d4e08d1da222, 'wp-includes/default-constants.php', '/home/www/iamctv.com/wp-includes/default-constants.php', 1, 0x00000000000000000000000000000000, 0x75b451135b44e1b8a413ce3c4175ee44, 0x99b943edd029c07ce07f4d3c81ff27ae32f3bc8056335e7ccce5444b8b67144d, '', 0, '?'),
(0xfae8528a2c9e41a7c0fd1af1474a272d, 'wp-includes/default-filters.php', '/home/www/iamctv.com/wp-includes/default-filters.php', 1, 0x00000000000000000000000000000000, 0x6540c7157ca58d653651d7925e4b774b, 0x4a276aaab4b5989e1481e2a420cbeb008276932f9ccb0401edda114f6e7faca6, '', 0, '?'),
(0x564c36dd37475e6c25441b357a33c8e8, 'wp-includes/default-widgets.php', '/home/www/iamctv.com/wp-includes/default-widgets.php', 1, 0x00000000000000000000000000000000, 0x1909e442207a5c066600c9edc6f31fc7, 0x25fc724e18382a4723989243b9c2551ee1b4ad50e07af4705f2dcbcfe00ad68c, '', 0, '?'),
(0x7095f0b42ed0b00394f3815bc38d44a1, 'wp-includes/deprecated.php', '/home/www/iamctv.com/wp-includes/deprecated.php', 1, 0x00000000000000000000000000000000, 0xfc350db4e97abc5b6efdbbbab7c653d3, 0x79341459b06535902fabb97ca0794e6ff2f80e66ec3af266aca96cea019fefdb, '', 0, '?'),
(0x29dddbf85defddd51d5a24d950251602, 'wp-includes/embed-template.php', '/home/www/iamctv.com/wp-includes/embed-template.php', 1, 0x00000000000000000000000000000000, 0x8c920755d07a8a413e7af52721661d2a, 0x2a784aa4fef1229a74b2fd0d5e4b2455983039a6adca5a15e3d0b84316857275, '', 0, '?'),
(0xe63965baf2d06b6bf652ca6f9786fe53, 'wp-includes/embed.php', '/home/www/iamctv.com/wp-includes/embed.php', 1, 0x00000000000000000000000000000000, 0xc8ec6e133c324082837d53ac285f5143, 0x3c65f8244d5c138c86d8bfc8af4614196c04724a00247f0fefda21ebb8cb2a8e, '', 0, '?'),
(0x950526da4dfb580897ff5714e7c44fb2, 'wp-includes/error-protection.php', '/home/www/iamctv.com/wp-includes/error-protection.php', 1, 0x00000000000000000000000000000000, 0x5a6bf959c4958fe50771f5743ecc4f0d, 0x4e93c7d7e402ce60585bbbb6f7f5c21e7ccb96c3244710855762f1226586c0cd, '', 0, '?'),
(0x22a19e068ebe6239ae8b65d17cae5fcb, 'wp-includes/feed-atom-comments.php', '/home/www/iamctv.com/wp-includes/feed-atom-comments.php', 1, 0x00000000000000000000000000000000, 0xb1895ce749f836624aa769226df2aee4, 0x2b2e349630ab498567e1288e9e6290059f7db3fcaa79d1824bf68d6b62d13510, '', 0, '?'),
(0x9aaa99913240ef0f6be4ac773e4b9432, 'wp-includes/feed-atom.php', '/home/www/iamctv.com/wp-includes/feed-atom.php', 1, 0x00000000000000000000000000000000, 0x9bbe4bd61d7f3a30b59e99779619ca8f, 0xe68dfd883ebf67e748858991fe91a2e3c0ad3a9cd4d78ebcca4c33073f773dac, '', 0, '?'),
(0xdc08c8bc91d89fdc270d1460f9f4cace, 'wp-includes/feed-rdf.php', '/home/www/iamctv.com/wp-includes/feed-rdf.php', 1, 0x00000000000000000000000000000000, 0x7847b337eb25949ea00062d0f8ecfec9, 0x703d6d3d47dc6cf29468826e0868d2c1b81356d3e55dd32dd3fb2b9d3103ca61, '', 0, '?'),
(0xfc1d5d29e9e909b983f37b973f527d1b, 'wp-includes/feed-rss.php', '/home/www/iamctv.com/wp-includes/feed-rss.php', 1, 0x00000000000000000000000000000000, 0x694aad3f59437f963e5e91ee661d05b8, 0x90666c925019bbdf663589327f741e59338b187802cb1cff01f544c0d1d784cc, '', 0, '?'),
(0xb40bb5dfb23bf89b3011ff82d9cb0b0b, 'wp-includes/feed-rss2-comments.php', '/home/www/iamctv.com/wp-includes/feed-rss2-comments.php', 1, 0x00000000000000000000000000000000, 0x4cb8b0363c1903d5769d7ac7c14c1c06, 0xe83315dbb8d06b48c4fdd03fa00b043142e067237e3c58c1f2676265e2b61106, '', 0, '?'),
(0x5f1f2a05c4e2bd9e4c16ff30e23e070d, 'wp-includes/feed-rss2.php', '/home/www/iamctv.com/wp-includes/feed-rss2.php', 1, 0x00000000000000000000000000000000, 0xb4ad6c4e132bee0e35020609a89b4f3f, 0x904021eb6043cacff8042a4d65f904eafb7aab6a4009b440a0ded24cb06a7785, '', 0, '?'),
(0x7bef52431bbc01da1a8f2e2a22a25118, 'wp-includes/feed.php', '/home/www/iamctv.com/wp-includes/feed.php', 1, 0x00000000000000000000000000000000, 0x3459984711fb7e223757060dcbd1557a, 0x2a7e2859b36e2b1c7332a4a5a01160ef78f3913254c8be2940ebed124c9998d6, '', 0, '?'),
(0x968e191a356fd614dd2352272fa4ac6c, 'wp-includes/fonts/dashicons.eot', '/home/www/iamctv.com/wp-includes/fonts/dashicons.eot', 1, 0x00000000000000000000000000000000, 0xd34e1a3e778ff0cb40e991522d2f59f6, 0x42050a5a1aafae5f709d6ecd8216cc05b5513f2fc50d33737ffe7d901cbdd729, '', 0, '?'),
(0x14cea28353cbaac40ab4029642e15622, 'wp-includes/fonts/dashicons.svg', '/home/www/iamctv.com/wp-includes/fonts/dashicons.svg', 1, 0x00000000000000000000000000000000, 0xb4e45f9133245fc26e06a0f7358ed758, 0x1c3bca902738e334614f6f59382d558a36321fbbfda74bdb7171fc2442e0f978, '', 0, '?'),
(0xe3ecf33c6b554a762510f21b8d318287, 'wp-includes/fonts/dashicons.ttf', '/home/www/iamctv.com/wp-includes/fonts/dashicons.ttf', 1, 0x00000000000000000000000000000000, 0x1e37a8a1c2f7de7cb1afd8fba108875a, 0xdf4407baca442b76658268a0de733eb198ac5afc666f82f77657887e042c1b3d, '', 0, '?'),
(0x95cc660730d90c15cbcdada1da7eb729, 'wp-includes/fonts/dashicons.woff', '/home/www/iamctv.com/wp-includes/fonts/dashicons.woff', 1, 0x00000000000000000000000000000000, 0x0c1c1ad41c025f72592bca820e073bec, 0x038fa77955bd105d66f4ee38c8c6f074e2f0a7bd1092d9ffc36c05d5034c2e10, '', 0, '?'),
(0x4cef81ac2b71b956ca3b9768d0cb5995, 'wp-includes/fonts/dashicons.woff2', '/home/www/iamctv.com/wp-includes/fonts/dashicons.woff2', 1, 0x00000000000000000000000000000000, 0x4db6aca14e3ac2d227e5caa4b7dbc8b9, 0x4af30c98218aaf9dc9cb584c6c600b9265fec34fafecb07302d048b989b8e383, '', 0, '?'),
(0xe7c589fb0969e0f690bf2f051517d0ad, 'wp-includes/formatting.php', '/home/www/iamctv.com/wp-includes/formatting.php', 1, 0x00000000000000000000000000000000, 0xa54895edc1402cf1b7b5ecd3f5d85e6b, 0x8908f498051042f33cfe57b8e8ae33a5d072e3259951095fb7183c0e552c3abd, '', 0, '?'),
(0x1aebe3e8c1a195297174731f43493918, 'wp-includes/functions.php', '/home/www/iamctv.com/wp-includes/functions.php', 1, 0x00000000000000000000000000000000, 0xd10cde0bd77aa3f2e19545490e01acd5, 0xad6887ae2bb685b03e2a197423a250df5f51bbe087355e7a951b5630eea4a507, '', 0, '?'),
(0xe762604bac27d71d8aecbb9c8fe7e24b, 'wp-includes/functions.wp-scripts.php', '/home/www/iamctv.com/wp-includes/functions.wp-scripts.php', 1, 0x00000000000000000000000000000000, 0x6d32f25329683418b565cdf2442f03d8, 0x4f0cf834d95f32ae3a4c1721161953785b95bcbed8b708b3cd0058995f9d56b1, '', 0, '?'),
(0x682064d11f92eabb8532f602c35fc072, 'wp-includes/functions.wp-styles.php', '/home/www/iamctv.com/wp-includes/functions.wp-styles.php', 1, 0x00000000000000000000000000000000, 0x6eace7b0aa3ab0c5cccf20089d5ad660, 0xa67dc4210e5e6ed191fbdede540faea339eae0866d91f9c97462aea093f33d8d, '', 0, '?'),
(0xeb309e818a52f04ab37b79edcba3f7ef, 'wp-includes/general-template.php', '/home/www/iamctv.com/wp-includes/general-template.php', 1, 0x00000000000000000000000000000000, 0xd0f172e901e132a236a02db9cb863e19, 0x4aa856eaa66ac2fc08dcb099f02d837ea1f1794565a9a92f59dfc5c8ba4ce238, '', 0, '?'),
(0x75e9c0d2abbba6f23b5ee6274204952a, 'wp-includes/global-styles-and-settings.php', '/home/www/iamctv.com/wp-includes/global-styles-and-settings.php', 1, 0x00000000000000000000000000000000, 0x818760b278fc2c9c6b6cfba96743fa10, 0xdc0d5440d12138bf61337c415d716030444cccc8c4b63e662b8009c391950e10, '', 0, '?'),
(0xb92f26bc8ed6fbe132aed1a10d674473, 'wp-includes/http.php', '/home/www/iamctv.com/wp-includes/http.php', 1, 0x00000000000000000000000000000000, 0x1c277be004626a7c9be10ff407ff8ec8, 0xbd5ec8ea5683c00756d037ca593853dedf5fcf93879265412be7898ce18caf64, '', 0, '?'),
(0xb421982d4c014876f829acef6ea88123, 'wp-includes/https-detection.php', '/home/www/iamctv.com/wp-includes/https-detection.php', 1, 0x00000000000000000000000000000000, 0xb651df80956418a1ea1cbea2104dafbd, 0xf36dff3b70290f882b7eae18766d24edbaed79f7b6b8c70a8851f25631ca4c26, '', 0, '?'),
(0xe590d5fab035dc0831518a3f9e5fb5a2, 'wp-includes/https-migration.php', '/home/www/iamctv.com/wp-includes/https-migration.php', 1, 0x00000000000000000000000000000000, 0xd773398a34572332e9d52148e3dfbe82, 0x328b7c50b41bbac581a76d75d09d88f8a47e6bb4a9331637727a30bb78c541db, '', 0, '?'),
(0x2e4968559c8e0ee2338ebf2b421a84bc, 'wp-includes/images/admin-bar-sprite-2x.png', '/home/www/iamctv.com/wp-includes/images/admin-bar-sprite-2x.png', 1, 0x00000000000000000000000000000000, 0xeb51ac1312eb060b9bc638fef46f80ca, 0x2a45b0e3c05473fcd9e5a3616ce4895ec770b8dc055889afe6a15a1f00901cf9, '', 0, '?'),
(0x90a755cc9b092743d4bbf1bacfdaab1a, 'wp-includes/images/admin-bar-sprite.png', '/home/www/iamctv.com/wp-includes/images/admin-bar-sprite.png', 1, 0x00000000000000000000000000000000, 0x53cf11a41f973a80570e0ecac5d3fe5e, 0xae04f4724e21fa60564f18b463abe34b0494c4766916d5807b466e1aa3c16c65, '', 0, '?'),
(0x72e95fe8062f99cd48473dcd25973cba, 'wp-includes/images/arrow-pointer-blue-2x.png', '/home/www/iamctv.com/wp-includes/images/arrow-pointer-blue-2x.png', 1, 0x00000000000000000000000000000000, 0x256de214110572de8c5d34b8391163cf, 0xc1b07b26444fc07a9bd3418566f32fc9cf67c3a18fad86edcfc4415d7ec028e7, '', 0, '?'),
(0x40809ecc98398a23af4cc379280bd0da, 'wp-includes/images/arrow-pointer-blue.png', '/home/www/iamctv.com/wp-includes/images/arrow-pointer-blue.png', 1, 0x00000000000000000000000000000000, 0x779ffc62e3ce872a4cabb2c35bbb14f9, 0xddc2cae56662cf5a44312efcbafe56ece66177c6346c3fcef170e4b5475ec77b, '', 0, '?'),
(0xe647c4c50635d840e6e8d9da303795c7, 'wp-includes/images/blank.gif', '/home/www/iamctv.com/wp-includes/images/blank.gif', 1, 0x00000000000000000000000000000000, 0xc9fd1cfbca9f678ed068ed6b4bbeb666, 0x3e84f845ef47c5f34cf30cb4204513b2f29a4a519187f47ccc4290c090696acf, '', 0, '?'),
(0x0ecd3e12ff4dd20538b820d9b5add17c, 'wp-includes/images/crystal/archive.png', '/home/www/iamctv.com/wp-includes/images/crystal/archive.png', 1, 0x00000000000000000000000000000000, 0x9653ca07faf08e9ccc493041020e6eeb, 0x4c83d6251458b0f304a3d04fe82bc4de4161ae210fd753c15cdc89f42697a8ae, '', 0, '?'),
(0xf44a1b1427238982724e8430610dc87f, 'wp-includes/images/crystal/audio.png', '/home/www/iamctv.com/wp-includes/images/crystal/audio.png', 1, 0x00000000000000000000000000000000, 0x996e56f18f3ac9cf89f347d8d42d236b, 0xa27e421a2dd7bc9d18046f667c57a278125cfeaa7ca84d0feb29e5df1589cba2, '', 0, '?'),
(0x77a3a4ef4cfdeaa3301e9ceff05d722e, 'wp-includes/images/crystal/code.png', '/home/www/iamctv.com/wp-includes/images/crystal/code.png', 1, 0x00000000000000000000000000000000, 0x1460ef31b2cffaef1cb012f531ae391f, 0x3beaa9363798a483940dd8218aeddbe71e781a5f104048d7c3264394d02dd7e3, '', 0, '?'),
(0x94f4a89621deaca9c4dfb3c20cc1ab70, 'wp-includes/images/crystal/default.png', '/home/www/iamctv.com/wp-includes/images/crystal/default.png', 1, 0x00000000000000000000000000000000, 0x41f23e292a2fbedc21ecae2d04f29bba, 0x8088886e248ba8835fad751409128624513310cd0c9645bbd78f72a17c4a6d97, '', 0, '?'),
(0x440c6db70abbbd7a974882c35394efef, 'wp-includes/images/crystal/document.png', '/home/www/iamctv.com/wp-includes/images/crystal/document.png', 1, 0x00000000000000000000000000000000, 0x7f89275e639a73c0f9c4448bf933545c, 0x670ce674eabb2820c58e0ee7886b6035cd92a1fb4ab7cc074d35aec2c23a6ae4, '', 0, '?'),
(0x6a9097a3c9ff1535462b1fb8afed6f01, 'wp-includes/images/crystal/interactive.png', '/home/www/iamctv.com/wp-includes/images/crystal/interactive.png', 1, 0x00000000000000000000000000000000, 0xaf52cf6d60f2edba609939a70304e601, 0x24ad9dc1f6eba9983c7831b2e9d593bbed4952ef9b562d565a5c6a672e87fe88, '', 0, '?'),
(0xccc78ab745c17696632ceed8b579535e, 'wp-includes/images/crystal/license.txt', '/home/www/iamctv.com/wp-includes/images/crystal/license.txt', 1, 0x00000000000000000000000000000000, 0xf05db54c63e36918479b6651930dcfe7, 0x76e8da706d84ca0163ebf836df597e222c2156b9d845586cfc05146ce3227ade, '', 0, '?'),
(0x5e7fe583c390aff088af2b85797cd008, 'wp-includes/images/crystal/spreadsheet.png', '/home/www/iamctv.com/wp-includes/images/crystal/spreadsheet.png', 1, 0x00000000000000000000000000000000, 0x358639f8d0a20c318054cb01c76ea4ea, 0x650d43ac886930e3d75bafea52ac38400106e6f7f01ccd4792a5f0614a4e08cd, '', 0, '?'),
(0xbc18acf0e0c4161fcdef22a652d1c59c, 'wp-includes/images/crystal/text.png', '/home/www/iamctv.com/wp-includes/images/crystal/text.png', 1, 0x00000000000000000000000000000000, 0x90cc20d1b2aafc23be64ff2511e35bb5, 0x6e31f4c230b5e9a93c3bfd0a0294cd4970a2f67edc668f99c5e2a0b81ecfc77a, '', 0, '?'),
(0x55c3e5e0240b692275c2ca26cbf4b839, 'wp-includes/images/crystal/video.png', '/home/www/iamctv.com/wp-includes/images/crystal/video.png', 1, 0x00000000000000000000000000000000, 0x94010edbfd8e6ca589daa4b83bf53d0b, 0xfa9953110d49beb0559b8c39025f3ce2f7b566041b6085ec2648175977c27588, '', 0, '?'),
(0x2aaee42d3310f675ac8d45c25bd54f23, 'wp-includes/images/down_arrow-2x.gif', '/home/www/iamctv.com/wp-includes/images/down_arrow-2x.gif', 1, 0x00000000000000000000000000000000, 0xf75deb11e71999ea4d859ec1fb8766dc, 0xa51c12b6770098f8c9dcc07170af1571f035fadafb9d5488238d0f5cbab9bda5, '', 0, '?'),
(0x1d0a9cdf4f825f98ab3b5d2f5e990ce7, 'wp-includes/images/down_arrow.gif', '/home/www/iamctv.com/wp-includes/images/down_arrow.gif', 1, 0x00000000000000000000000000000000, 0xfcf88456be7e16c66ff6596e477e5f75, 0x9e80688c38c9a7f810baf485aa70bf75f3fc7b8d399691e1d513859b4a8289a4, '', 0, '?'),
(0xd29eb3e5faecc79ff603094b73cdd7d0, 'wp-includes/images/icon-pointer-flag-2x.png', '/home/www/iamctv.com/wp-includes/images/icon-pointer-flag-2x.png', 1, 0x00000000000000000000000000000000, 0xa9e5e1a632f1b3b962e4c426d55acc72, 0x34f6819442c8a5c40baa27782b63d268b9d2a0566e9f35ae49da3e06836adecb, '', 0, '?'),
(0xd65ad7f6097221de8f66d5d11cbe09de, 'wp-includes/images/icon-pointer-flag.png', '/home/www/iamctv.com/wp-includes/images/icon-pointer-flag.png', 1, 0x00000000000000000000000000000000, 0xb0d32c87f2ad8bc2455ebf6a60171027, 0x6f71b70eda3994c1617b29687d073d23bebdfcebe75418fbd7a71404c908c20f, '', 0, '?'),
(0x59882c9065ea41f5bc1f77c0608fe1c4, 'wp-includes/images/media/archive.png', '/home/www/iamctv.com/wp-includes/images/media/archive.png', 1, 0x00000000000000000000000000000000, 0x113914d2eedff268fb00dad3c3ac9175, 0x00fd4262bc3398bb27cfd41e27b084294a472096c05d2847c503395072322073, '', 0, '?'),
(0x3af96e1fcca31f524deb7469239af53d, 'wp-includes/images/media/audio.png', '/home/www/iamctv.com/wp-includes/images/media/audio.png', 1, 0x00000000000000000000000000000000, 0x8674614341f1bec5feb22eb7e75adfc0, 0xa04ce43ea29124a8c10ab26f691d786f0c6a2d0a4ccfd318f5c0e15d473b710b, '', 0, '?'),
(0xc0b133221dfc0c287ad9618034ee388c, 'wp-includes/images/media/code.png', '/home/www/iamctv.com/wp-includes/images/media/code.png', 1, 0x00000000000000000000000000000000, 0x2d6f96130cad55ca9310eed555a9555f, 0x27654d0620615b52231871329ad76b7aad2b2a0e3c81fcc4fcf7d13700deca6a, '', 0, '?'),
(0x283fcbdcd73eb9f453a94ee68f9a9c26, 'wp-includes/images/media/default.png', '/home/www/iamctv.com/wp-includes/images/media/default.png', 1, 0x00000000000000000000000000000000, 0x2db6a9e6cd49d2429668ce40e0dee762, 0x3aeba66f4cf34a446af2fe1f242d3ebb69bae927c336076ed6a005ee139b5569, '', 0, '?'),
(0x2f3cd8a75ec9bc667d9622d7f8fb24b8, 'wp-includes/images/media/document.png', '/home/www/iamctv.com/wp-includes/images/media/document.png', 1, 0x00000000000000000000000000000000, 0x76e5349938f6ce9179931436de1c64a3, 0xa6edc3b8601899d9fb9d0eb3e7e1b1ed66094924205f5aaa589722300db4df2c, '', 0, '?'),
(0xd672599f53af7877441f59cb9a4a995b, 'wp-includes/images/media/interactive.png', '/home/www/iamctv.com/wp-includes/images/media/interactive.png', 1, 0x00000000000000000000000000000000, 0x52d7accb82aef17fc2c3b4c58968dc48, 0x7bf3f487205b4bea04e01000172183eab8bd90b22fe15cb96c772ec1a8eadd08, '', 0, '?'),
(0x0b9cab4856d5a5bd6490e0b370d55670, 'wp-includes/images/media/spreadsheet.png', '/home/www/iamctv.com/wp-includes/images/media/spreadsheet.png', 1, 0x00000000000000000000000000000000, 0xf1c0a034e4f112d60054fcdecc873fb2, 0xb6fdcc0cb676b2b629ef0a19ba365a6c0eabb632b9f5ead09231d9212b09d912, '', 0, '?'),
(0x39ed89e673b433d953055a2c70e93867, 'wp-includes/images/media/text.png', '/home/www/iamctv.com/wp-includes/images/media/text.png', 1, 0x00000000000000000000000000000000, 0x7ab98773e6e430f718c89d9f5119804b, 0x8d6712aeca3f5bf59f442adf709438807119f29ee205b856d193e6913e8ef54e, '', 0, '?'),
(0x9d0a25665b1b216145ab72d274678069, 'wp-includes/images/media/video.png', '/home/www/iamctv.com/wp-includes/images/media/video.png', 1, 0x00000000000000000000000000000000, 0x8de0e9f175ea68179b81dddb71a010f7, 0x447f42558b86a5d14d694fca62892c8bc3e36595f43dcbd257c0177bbf13f0e6, '', 0, '?'),
(0xd96befdb2f799eb3a9fd9b2689139f47, 'wp-includes/images/rss-2x.png', '/home/www/iamctv.com/wp-includes/images/rss-2x.png', 1, 0x00000000000000000000000000000000, 0xc71759615ba051c1e6f597fd726a9d11, 0x79165330fc63600a37f9e4026173aed00823c26eecfa0c18a859dffc1ed816a9, '', 0, '?'),
(0xdbc872819abcc1b5d8811d3dd4d492e9, 'wp-includes/images/rss.png', '/home/www/iamctv.com/wp-includes/images/rss.png', 1, 0x00000000000000000000000000000000, 0xa5b05bbf28f294b02efd942a4e5ab806, 0x116afe1d282d39bf0ea75fc7ef452d23ea77011465c624d85d6fff3031a9cf75, '', 0, '?'),
(0x7bf10dde0f080c2d11e4dc7da05ee9c6, 'wp-includes/images/smilies/frownie.png', '/home/www/iamctv.com/wp-includes/images/smilies/frownie.png', 1, 0x00000000000000000000000000000000, 0x519bf3d0051b841e0cb08dc4f4831eed, 0x72f47ed7447a6fd1f768dfb197d2d3041216befed8bb221c3e45842b944b6585, '', 0, '?'),
(0xd0a27f92ed8eb9827ce18ed1e4d84019, 'wp-includes/images/smilies/icon_arrow.gif', '/home/www/iamctv.com/wp-includes/images/smilies/icon_arrow.gif', 1, 0x00000000000000000000000000000000, 0x2009c9ff4a3cd667fecc6f9d08393a78, 0xa56e1c8163b2eed6783092c4a5e3c2e1748b944e85a1d8debe59083258002119, '', 0, '?'),
(0xefe3afa9e8090e27afe6b6dea88bf756, 'wp-includes/images/smilies/icon_biggrin.gif', '/home/www/iamctv.com/wp-includes/images/smilies/icon_biggrin.gif', 1, 0x00000000000000000000000000000000, 0xfc4bb2f14a72a7bd3abf5d0e6b49d87c, 0x3a9a909db2abd6d994ebc607c54d15189c9bd3db58250b09cc193c38bd67349f, '', 0, '?'),
(0xb024e5cd9399016212486eae802c002d, 'wp-includes/images/smilies/icon_confused.gif', '/home/www/iamctv.com/wp-includes/images/smilies/icon_confused.gif', 1, 0x00000000000000000000000000000000, 0x2f2309c617d3a27701772478eabe9359, 0x5530d65c4cf358a8ef665805c6a6ed7f4700c854ba8ff7241061d23555cc42d2, '', 0, '?'),
(0x582ce745f5436a245f83ac3849a78230, 'wp-includes/images/smilies/icon_cool.gif', '/home/www/iamctv.com/wp-includes/images/smilies/icon_cool.gif', 1, 0x00000000000000000000000000000000, 0x0a901c7fa06097ecf7e0cd69766a2edf, 0xe2e4ba8b4684393b325f098524ca24077ebe164c4f9e610281f836d3f1f1bf5f, '', 0, '?'),
(0xc494d4bcfcdd7fd57050885a094890b4, 'wp-includes/images/smilies/icon_cry.gif', '/home/www/iamctv.com/wp-includes/images/smilies/icon_cry.gif', 1, 0x00000000000000000000000000000000, 0x8f2b60c5ae6490575df6a4d5cbf09768, 0x5bba3c9d1571c57766a52999725afb28e714af1bd33d233b616e73cad4d57739, '', 0, '?'),
(0x215f8d039fe8bcb5703370996ed7d34c, 'wp-includes/images/smilies/icon_eek.gif', '/home/www/iamctv.com/wp-includes/images/smilies/icon_eek.gif', 1, 0x00000000000000000000000000000000, 0x9c2f4920bfb18a78f129f12822f495e1, 0xda38d9e4def70fe0e54bd287aa8bb30234b8af91b9e98413fc21c9e8033acab0, '', 0, '?'),
(0xc2024f6263aeb32220cec7db7c064a28, 'wp-includes/images/smilies/icon_evil.gif', '/home/www/iamctv.com/wp-includes/images/smilies/icon_evil.gif', 1, 0x00000000000000000000000000000000, 0x03d05e8df44d8f3eca070e7a9302e5f8, 0x8fa6e7517c783ebfc5e94056d09b5f12b82f80228ece571504f499f306af2553, '', 0, '?'),
(0x9a4a9e8b42be4754b23b2c6ca3c0540e, 'wp-includes/images/smilies/icon_exclaim.gif', '/home/www/iamctv.com/wp-includes/images/smilies/icon_exclaim.gif', 1, 0x00000000000000000000000000000000, 0x3a5cadb33e358d00720fc6cef47367d8, 0xb54cb8c9b5e81248b2cf41289c78ca933291455025f00991d723bdfcaf23c235, '', 0, '?'),
(0xc82275409eb354ac7f8514539bf135f2, 'wp-includes/images/smilies/icon_idea.gif', '/home/www/iamctv.com/wp-includes/images/smilies/icon_idea.gif', 1, 0x00000000000000000000000000000000, 0xe5ecd43c5dd7ff5718330e1974de81e5, 0xc57bf4325e1d14113453921da0b689546ca8e7b7e7ae49864ad1517ff8f62218, '', 0, '?'),
(0x9e20c16e80249b877188ef5e7166b4a7, 'wp-includes/images/smilies/icon_lol.gif', '/home/www/iamctv.com/wp-includes/images/smilies/icon_lol.gif', 1, 0x00000000000000000000000000000000, 0x6ec199f5e3ff3ad1b7268a83f9d628bc, 0xde6cf3319648711606fa2eedb5328f78d21c07a8f3a2be8924cb59821a38f382, '', 0, '?'),
(0x8e28a2fb8fd794ef1d57e5681c403d61, 'wp-includes/images/smilies/icon_mad.gif', '/home/www/iamctv.com/wp-includes/images/smilies/icon_mad.gif', 1, 0x00000000000000000000000000000000, 0x561e9e210ecb0c400ffd63fb30e253b8, 0x129deec0b1bd8a83a7c664165b4f013ac787f3089ef3b5cb03b36a6c7df271da, '', 0, '?'),
(0x1afd5545e47328eeb1f79e231545f670, 'wp-includes/images/smilies/icon_mrgreen.gif', '/home/www/iamctv.com/wp-includes/images/smilies/icon_mrgreen.gif', 1, 0x00000000000000000000000000000000, 0x8d07245fc613bd75b2587c49251d7e24, 0x2142b487ba49319d6d56d82da60e82be7cd198b6583544c6381f8e118d8668f3, '', 0, '?'),
(0xffc4ea6bb5cb69eed02ebca5b85ca593, 'wp-includes/images/smilies/icon_neutral.gif', '/home/www/iamctv.com/wp-includes/images/smilies/icon_neutral.gif', 1, 0x00000000000000000000000000000000, 0x1816d8e65601024d3348553121e19876, 0x9ea4eb0b4f690b10733800f97c7a10f30bf736c75d65a899405988166d343907, '', 0, '?'),
(0x9aa58f37b8134d33c29ae3241ccbf48c, 'wp-includes/images/smilies/icon_question.gif', '/home/www/iamctv.com/wp-includes/images/smilies/icon_question.gif', 1, 0x00000000000000000000000000000000, 0xb3df5b2d00d22715be1c1d9157b3a246, 0xc63762a018d87c3623c5d0f6edfd83a9392f3f78bb867ebbe38f0b5bb3b52574, '', 0, '?'),
(0xa692affc9e3a5b2662fa5bae6859a9b8, 'wp-includes/images/smilies/icon_razz.gif', '/home/www/iamctv.com/wp-includes/images/smilies/icon_razz.gif', 1, 0x00000000000000000000000000000000, 0x395bde77b310909a44b341044dad41da, 0x3ba7a7f250dc315d66e855458dbb3b6051daaefe0a65f45a00104034bf6141e7, '', 0, '?'),
(0x24921084f5b330530f0d9872fe02aea9, 'wp-includes/images/smilies/icon_redface.gif', '/home/www/iamctv.com/wp-includes/images/smilies/icon_redface.gif', 1, 0x00000000000000000000000000000000, 0xbf8fd5fe9c1555cbd7ed45f9a0a81bd3, 0x3ef101bbd7f744c643394ddd634ac01a2b55959c0ea74c31662b13671f82b8f0, '', 0, '?'),
(0x89bc421e155d6ec884a838da376798f3, 'wp-includes/images/smilies/icon_rolleyes.gif', '/home/www/iamctv.com/wp-includes/images/smilies/icon_rolleyes.gif', 1, 0x00000000000000000000000000000000, 0x5f3587060ecb103649bdd81498c49445, 0x62013bce1553478c60834a4cd234a13bcdae313b5c17139af6a6c73b786ca980, '', 0, '?'),
(0xa8488aa3f5c19c5077e015f0253896c0, 'wp-includes/images/smilies/icon_sad.gif', '/home/www/iamctv.com/wp-includes/images/smilies/icon_sad.gif', 1, 0x00000000000000000000000000000000, 0xde4906780fe16fd4d3544d7ae6ed442d, 0xd96235c07968ac398011e4e38d7da005a9eb6fdef40b57ed4983f2b06ea76e91, '', 0, '?'),
(0x80f706eaff65d8070ee63937e3614a53, 'wp-includes/images/smilies/icon_smile.gif', '/home/www/iamctv.com/wp-includes/images/smilies/icon_smile.gif', 1, 0x00000000000000000000000000000000, 0xe3e033f32e291fc0328deadd70ebcef0, 0xcba0eb8a222cebb652caa8a80654723da66fc205f972d102d0973ab503c1b080, '', 0, '?'),
(0x3bf1576374d4d3e72a2bf7ac427216ca, 'wp-includes/images/smilies/icon_surprised.gif', '/home/www/iamctv.com/wp-includes/images/smilies/icon_surprised.gif', 1, 0x00000000000000000000000000000000, 0x55ec8bde2deeeb232bfef6b6b530e73f, 0x8e9563757997588ad893df41ace86489355b3d773e99152a5388707765f72e5f, '', 0, '?'),
(0x878e5c013ae2c3da887fd5ea29672c5c, 'wp-includes/images/smilies/icon_twisted.gif', '/home/www/iamctv.com/wp-includes/images/smilies/icon_twisted.gif', 1, 0x00000000000000000000000000000000, 0x4cbed7765b3fe5e92b2a389ed73bc9f7, 0x0156e54881684b85b7dac0adb00adec713ea0470a9faf786df3b2ea2262f4585, '', 0, '?'),
(0x9c3883a98e85a6ace3503561c4a89d09, 'wp-includes/images/smilies/icon_wink.gif', '/home/www/iamctv.com/wp-includes/images/smilies/icon_wink.gif', 1, 0x00000000000000000000000000000000, 0x653f1432aee113890f69a1179de0e3a5, 0x9a28a49ad456c095157bf1fd561206d5426bc9e8ca14a36f28605abcaa560936, '', 0, '?'),
(0x677c795f936f342289a958864e9af98f, 'wp-includes/images/smilies/mrgreen.png', '/home/www/iamctv.com/wp-includes/images/smilies/mrgreen.png', 1, 0x00000000000000000000000000000000, 0x2d35c1e05eb1949106d34add6a9d9dda, 0x13c1e6d04d83f167a824b7e6a52b3bbfb200c735d1c903caed48265c45362577, '', 0, '?'),
(0x1f987b85e959c25cc07ae98cbfb07d63, 'wp-includes/images/smilies/rolleyes.png', '/home/www/iamctv.com/wp-includes/images/smilies/rolleyes.png', 1, 0x00000000000000000000000000000000, 0x20bebef0054f851332df4f66dda3698d, 0x664bc929be0aea6412f9a6215d0d29f7efb65c7de6e3e2d7966ccef55e9217e3, '', 0, '?'),
(0xdce9d5bb5a6d6c95ee34f4cbae550f03, 'wp-includes/images/smilies/simple-smile.png', '/home/www/iamctv.com/wp-includes/images/smilies/simple-smile.png', 1, 0x00000000000000000000000000000000, 0xe94bb2cf7bc285138eb166b201779768, 0xf4b43f59a961675c02903c7983c3c1b380300031e483c238bd33870ebe48a467, '', 0, '?'),
(0x7d60c6d267220e50c932aec21c56bd87, 'wp-includes/images/spinner-2x.gif', '/home/www/iamctv.com/wp-includes/images/spinner-2x.gif', 1, 0x00000000000000000000000000000000, 0x31fd991e90e6329d865e23e638b50ff4, 0xa0efaf08182396cb92cc3d2402630ea9a736c0dee418d2df09429d9934078136, '', 0, '?'),
(0x3aef5871dd9daf4a5ca63550f2b63403, 'wp-includes/images/spinner.gif', '/home/www/iamctv.com/wp-includes/images/spinner.gif', 1, 0x00000000000000000000000000000000, 0xd54cf50a44bd0aca6fd98bd46acbb2ba, 0x7ac68411e01a22ffb26e1a73b228ce55b60e2f7ef71537ba8046abf85ec285e3, '', 0, '?'),
(0x7d08c4893d9574a9adf291bb0113a4b9, 'wp-includes/images/toggle-arrow-2x.png', '/home/www/iamctv.com/wp-includes/images/toggle-arrow-2x.png', 1, 0x00000000000000000000000000000000, 0x46cae1ca5cf883f4c91243447215ef11, 0x2defbcd74e1791a8b0ddc5eabd377e40cb7d825fc93df6a48b56925f184041d5, '', 0, '?'),
(0x94dcb55b0fd2b26d258936f253383a44, 'wp-includes/images/toggle-arrow.png', '/home/www/iamctv.com/wp-includes/images/toggle-arrow.png', 1, 0x00000000000000000000000000000000, 0xdcdfce879761fde6123beb64cecf2af2, 0x5b621aa91c058ec53beb5dac66c930a0b206e673047c3a1fbf1dac861cd4f325, '', 0, '?'),
(0x2fe9b9a0ecc4efceb01f31ca697787a7, 'wp-includes/images/uploader-icons-2x.png', '/home/www/iamctv.com/wp-includes/images/uploader-icons-2x.png', 1, 0x00000000000000000000000000000000, 0xadc1e7b0262d80e44f18a287c395cb7e, 0x9486a4720feb1e7f0087b7cee8275f3e0e85f136e7c65157bc8c34daa052ae89, '', 0, '?'),
(0x5fd6e08134e4813393cdcb13193d8e93, 'wp-includes/images/uploader-icons.png', '/home/www/iamctv.com/wp-includes/images/uploader-icons.png', 1, 0x00000000000000000000000000000000, 0xb4011d935c0f4dcf0cffc0f99d6d9680, 0xcc70c8d7fa01cbfafc2b2fd114dc17cdedc7ee69f716de215aaec5a336fa6d86, '', 0, '?'),
(0x0029341e0a5459fca1643447151e7eb6, 'wp-includes/images/w-logo-blue-white-bg.png', '/home/www/iamctv.com/wp-includes/images/w-logo-blue-white-bg.png', 1, 0x00000000000000000000000000000000, 0x000bf649cc8f6bf27cfb04d1bcdcd3c7, 0x4f9cc997a06fb593f1d2110543ab8e41d22f788a87a0cd3cea95dc25343d183f, '', 0, '?'),
(0x7839405e16369cc5df91acf39f6fb7e8, 'wp-includes/images/w-logo-blue.png', '/home/www/iamctv.com/wp-includes/images/w-logo-blue.png', 1, 0x00000000000000000000000000000000, 0xfd5b4eb05706a2f05f707fe077ae1030, 0xdea35e519074e4330103f4489d1c756e0155e29dbbc9e07e05b2271202bb5432, '', 0, '?'),
(0x95688f9789a7914601755165f1aa20ee, 'wp-includes/images/wlw/wp-comments.png', '/home/www/iamctv.com/wp-includes/images/wlw/wp-comments.png', 1, 0x00000000000000000000000000000000, 0x4cc2365d0450dedec30cec2e73a8a1d4, 0xae7a6c1ab5d3061f43b9da1444e090a81f8dc30e238261f64eb5e73327585a93, '', 0, '?'),
(0xf6fde58dc0501c712db374f3b9406cca, 'wp-includes/images/wlw/wp-icon.png', '/home/www/iamctv.com/wp-includes/images/wlw/wp-icon.png', 1, 0x00000000000000000000000000000000, 0x311d098eca9a89370877334b1b8f992a, 0x02352014b7a17dec7828dad372dc3a612c7a6d4b8348317c2fe386d12bf2a9f1, '', 0, '?'),
(0xa7e8e1fab0369190629d67b73e5faa1b, 'wp-includes/images/wlw/wp-watermark.png', '/home/www/iamctv.com/wp-includes/images/wlw/wp-watermark.png', 1, 0x00000000000000000000000000000000, 0x3b9a87754d6ddcad447c89778e93c544, 0x03bd53fdcb0b6e52c027f7a258a75ea41fffe46b68fbbab7d5c991d069e637b4, '', 0, '?'),
(0xb30c7ea39ab9ad55f722d0269018d005, 'wp-includes/images/wpicons-2x.png', '/home/www/iamctv.com/wp-includes/images/wpicons-2x.png', 1, 0x00000000000000000000000000000000, 0xc3e76ed756c4056fa9249a944f667e37, 0xdd5ddaa9413d0fb5d1920ebf1225ce7102a225614dc1c089f9e04206ad55e670, '', 0, '?'),
(0x679424475cbeebb13ba972c4c4cf3158, 'wp-includes/images/wpicons.png', '/home/www/iamctv.com/wp-includes/images/wpicons.png', 1, 0x00000000000000000000000000000000, 0x6453fcf875718d91560f5faedce361f4, 0xb6a505de631b06155a5f94c43f6e8d5f9fe74b818b36ebee8e31119d125c7d72, '', 0, '?'),
(0xae0d45f61cc855cf0e9cf8cd84ded91c, 'wp-includes/images/wpspin-2x.gif', '/home/www/iamctv.com/wp-includes/images/wpspin-2x.gif', 1, 0x00000000000000000000000000000000, 0x6d53acfb07ac1bfdd0db79224389c4d2, 0xb0bd36193653af58a8a30fb1b9feb1364f7dc9343e881d70be22c30fa0942731, '', 0, '?'),
(0x529678ae344d7040b039750ad68a2070, 'wp-includes/images/wpspin.gif', '/home/www/iamctv.com/wp-includes/images/wpspin.gif', 1, 0x00000000000000000000000000000000, 0x680f6b9e75cb52aa0d40396b0cf792e7, 0xbbb3f721da46d7b1871be410f21fb8289c890eb523f5e48831138608891e3ae3, '', 0, '?'),
(0xde4ec45cfc7c0ff3602ab72c19294034, 'wp-includes/images/xit-2x.gif', '/home/www/iamctv.com/wp-includes/images/xit-2x.gif', 1, 0x00000000000000000000000000000000, 0x9cd381c6753a40340d85e2c57a3c35c8, 0xa8530dce7d1140bd137e51f73a805363b5b1a7ea192a642be55ace5fbe7bac52, '', 0, '?'),
(0xfafdca0a5cd4fbc9b62e35fa108e9a19, 'wp-includes/images/xit.gif', '/home/www/iamctv.com/wp-includes/images/xit.gif', 1, 0x00000000000000000000000000000000, 0x94ecab09335897c4ab392bef96366e7e, 0xfcd6fc2073b2afb994c9dbdba80c93a0532c6d64ef9f5c59146292c687efc26f, '', 0, '?'),
(0x7c2fda92eb005b2a3493ff7805fc01e3, 'wp-includes/js/admin-bar.js', '/home/www/iamctv.com/wp-includes/js/admin-bar.js', 1, 0x00000000000000000000000000000000, 0xa50de863f3edfff3a0f8a3e59a4070cd, 0x74b2989b62491f6c64f60af44c62b3782bc5cf94b66ae4b6aa2ce24a000d2432, '', 0, '?'),
(0x4dd0a0009a419faabb3951de2ba0cd08, 'wp-includes/js/admin-bar.min.js', '/home/www/iamctv.com/wp-includes/js/admin-bar.min.js', 1, 0x00000000000000000000000000000000, 0x3c4cdcf06d16b9fdc39801c59d3f535c, 0xef247e571b3ee413829661dd33ded776b365ffd013c8794563fd95208a018687, '', 0, '?'),
(0x1b2dfaec63a93c81c8ee40d556735a82, 'wp-includes/js/api-request.js', '/home/www/iamctv.com/wp-includes/js/api-request.js', 1, 0x00000000000000000000000000000000, 0x39a2f7bc0f1ec2dfbf473770367b9367, 0x9c64cf36515c1113f10308b4b1a966ff3ab6b18b87fb4760e98bd16a31560be3, '', 0, '?'),
(0x650df79a105a668b89c5de9ecac97cef, 'wp-includes/js/api-request.min.js', '/home/www/iamctv.com/wp-includes/js/api-request.min.js', 1, 0x00000000000000000000000000000000, 0xe40e89bb5b27a17c222921c3b422fb70, 0x05b6b084eb0a64e750bf4b337f052aab9e522735c4928d92201a8cada4278f3f, '', 0, '?'),
(0x5233f0b85573eb33c3c87d54ea9cdbc1, 'wp-includes/js/autosave.js', '/home/www/iamctv.com/wp-includes/js/autosave.js', 1, 0x00000000000000000000000000000000, 0x06c9f2c78bfc63114af66efb48ac0e27, 0xf211fe5425c4dd23800b1f3572fd84a2f46335bfc5ea98a98c18b7d9d5f66d37, '', 0, '?'),
(0x771075e89a6c7ce50cf570089816ca51, 'wp-includes/js/autosave.min.js', '/home/www/iamctv.com/wp-includes/js/autosave.min.js', 1, 0x00000000000000000000000000000000, 0x3ad08b237ca42fc7a086fb6d8a725de0, 0x8894bc9f2086dd0073e36ed080c2fefcb21b7cf7368925906a768f4bed47c38b, '', 0, '?'),
(0x888a99654d98792a1ed29eb7e9d6e68f, 'wp-includes/js/backbone.js', '/home/www/iamctv.com/wp-includes/js/backbone.js', 1, 0x00000000000000000000000000000000, 0xeba7bc470a0673ca2e07b2df39064eb1, 0x164a7f897236bdd68c298766110dfcc2049ff098984effb1a7437a4696a8c4d8, '', 0, '?'),
(0x501c45dbabbd37727c6f49b136fff03e, 'wp-includes/js/backbone.min.js', '/home/www/iamctv.com/wp-includes/js/backbone.min.js', 1, 0x00000000000000000000000000000000, 0x837526a0d9fcf4e820961035e72e7278, 0x69491ef1bef951e7ad498c53696da76c8868276d7d55d02df647b4a7d47e6ef7, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x33680ce802a6c22249102b5b8da70b45, 'wp-includes/js/clipboard.js', '/home/www/iamctv.com/wp-includes/js/clipboard.js', 1, 0x00000000000000000000000000000000, 0x5b3487885941799560289533f1228ec7, 0x6b8e57e5ec6ac8af64a0ee6cf2fca8904f6bc6f18fece1ab5da27d9b532c9ef2, '', 0, '?'),
(0x321d62a0558cb700ced473f5706430df, 'wp-includes/js/clipboard.min.js', '/home/www/iamctv.com/wp-includes/js/clipboard.min.js', 1, 0x00000000000000000000000000000000, 0x0641b99dd74224520a52110641db658b, 0xc7b41278fbe75bd9d78e07a90c922820ef3f3338190b0376a5f8c5f9d5f18350, '', 0, '?'),
(0xf88ba21344dacd3d4bf434399c0392d0, 'wp-includes/js/codemirror/codemirror.min.css', '/home/www/iamctv.com/wp-includes/js/codemirror/codemirror.min.css', 1, 0x00000000000000000000000000000000, 0xa632336ab79ded318dc02844c4faf3b5, 0xe107b9ce8ce12c61c2c075e4edc040ba73f159254bfd96cb102d6fbcc76e0da6, '', 0, '?'),
(0xd37d15b3efaa65a8e9437fd3cb218e2a, 'wp-includes/js/codemirror/codemirror.min.js', '/home/www/iamctv.com/wp-includes/js/codemirror/codemirror.min.js', 1, 0x00000000000000000000000000000000, 0xf2d20913fc0766828268883b66af71ec, 0xa8758e2ac351df36f6c684db64aa147664c8878f5fb9fb931800b7d4fba2b499, '', 0, '?'),
(0x0be90ac4d8554e7ebdbd0489006dd0c4, 'wp-includes/js/codemirror/csslint.js', '/home/www/iamctv.com/wp-includes/js/codemirror/csslint.js', 1, 0x00000000000000000000000000000000, 0xebbcc94d5fcfb149e508a6b3f2c06cbd, 0x5db66968344684f50fc3b211f20dec9d1ff655bbd6eedf571f454b28da50b864, '', 0, '?'),
(0xd9f75642c7a1f1e81a9f42221c00b2c7, 'wp-includes/js/codemirror/esprima.js', '/home/www/iamctv.com/wp-includes/js/codemirror/esprima.js', 1, 0x00000000000000000000000000000000, 0x645f991220db5392f167abb9d99bb493, 0x5df93bb8254a1273e0d56c78ee83afe092a3ce4671fd8742481ae45538eea2ed, '', 0, '?'),
(0xdd11d7b528f5e99c08824bdb42edd80b, 'wp-includes/js/codemirror/fakejshint.js', '/home/www/iamctv.com/wp-includes/js/codemirror/fakejshint.js', 1, 0x00000000000000000000000000000000, 0x35c876f72c524f6c78065d4a27294b1b, 0xcded912d8f36f3240824a83bb2998e7d70744fa7345d32b680d0a252e335d6a1, '', 0, '?'),
(0xc354acb5c721d8a908378f6cb0c93c1f, 'wp-includes/js/codemirror/htmlhint-kses.js', '/home/www/iamctv.com/wp-includes/js/codemirror/htmlhint-kses.js', 1, 0x00000000000000000000000000000000, 0xeefd81f25baeb66b5bf323634c667b1b, 0x8f4ee01ea926dc561a8541abd32fc517d952237ed5a2b8e1d75f4a2ae297d087, '', 0, '?'),
(0xa206c69ed7851a58aa585dc159c90b46, 'wp-includes/js/codemirror/htmlhint.js', '/home/www/iamctv.com/wp-includes/js/codemirror/htmlhint.js', 1, 0x00000000000000000000000000000000, 0xb532ec7cd19faf478c4d740b5035a7ea, 0x010055065b00f74d276d43d5bc35fed035176b60f9aaf1e90e35f1d191057f11, '', 0, '?'),
(0x7a2e5bc7fd441519113810811752d40f, 'wp-includes/js/codemirror/jsonlint.js', '/home/www/iamctv.com/wp-includes/js/codemirror/jsonlint.js', 1, 0x00000000000000000000000000000000, 0x49296679dee36b0c548c2bcaed3cd59f, 0x9324443b3baf80b47f9e30c5d6081bff46f87e709218f847d29346b9cb81a685, '', 0, '?'),
(0xdbdf0a70a1f11fd3476e750e3aa2b8d3, 'wp-includes/js/colorpicker.js', '/home/www/iamctv.com/wp-includes/js/colorpicker.js', 1, 0x00000000000000000000000000000000, 0xf01017ca562067f4840eb2b6f99f2daf, 0x85569177e4e71725a925c83aa0334351232b67d6f49b09959665b910117dd717, '', 0, '?'),
(0x30a4e780c54500308c82108158cf4812, 'wp-includes/js/colorpicker.min.js', '/home/www/iamctv.com/wp-includes/js/colorpicker.min.js', 1, 0x00000000000000000000000000000000, 0x98df361cbbbae82f7dff544197b1d56f, 0x0efe48f5d7128f3385e0581f7e9988e6813da1e544a7d472b3ac827cef5987b7, '', 0, '?'),
(0x705579fc6109ea62afe07661843ba138, 'wp-includes/js/comment-reply.js', '/home/www/iamctv.com/wp-includes/js/comment-reply.js', 1, 0x00000000000000000000000000000000, 0x0cc71f461782b4934436aeffecc878ca, 0x21ec94780eb2cd471dc2d203fff4a0a297e019476fe1441866c54238785843bf, '', 0, '?'),
(0x31f9ce588a2fb27436305ed28021dc37, 'wp-includes/js/comment-reply.min.js', '/home/www/iamctv.com/wp-includes/js/comment-reply.min.js', 1, 0x00000000000000000000000000000000, 0x492f2c1a7ea7eb83fe42e0ff7cb51aa2, 0x43d05906334da16c4f3285c47c89975421f551249b3dde40d3a7e3c04f245444, '', 0, '?'),
(0x6259c62ca5b0cfa559aa72db9dd13bbe, 'wp-includes/js/crop/cropper.css', '/home/www/iamctv.com/wp-includes/js/crop/cropper.css', 1, 0x00000000000000000000000000000000, 0x6b79350bf46e0f692a4d1b2807ed0399, 0xf4d9b8b806540886e4de9d4f93b3d9774ca681793d7dce67546cc0bab1a4bdf7, '', 0, '?'),
(0x0dc32514db11e1e3cf25bc7953fd60f0, 'wp-includes/js/crop/cropper.js', '/home/www/iamctv.com/wp-includes/js/crop/cropper.js', 1, 0x00000000000000000000000000000000, 0x1d97b296d918482e1273c56fbff6a8e2, 0x03bb7079d6ebdbd02c42b7f9f2faccd047cfd4f62dc9749ce90eabdcd63de173, '', 0, '?'),
(0xa628bc7c056ee495c1b473415246e42b, 'wp-includes/js/crop/marqueeHoriz.gif', '/home/www/iamctv.com/wp-includes/js/crop/marqueeHoriz.gif', 1, 0x00000000000000000000000000000000, 0x8cccae9c1ebafdb83be602e4d44c6f0a, 0x157cdedbcd53e2f96508a9937c2ed90619918102152fe951b95988e057aa7d28, '', 0, '?'),
(0x5ab1001e839c5988b392b320c3a66667, 'wp-includes/js/crop/marqueeVert.gif', '/home/www/iamctv.com/wp-includes/js/crop/marqueeVert.gif', 1, 0x00000000000000000000000000000000, 0xae9accf100a4b9930639adff52d4dcc7, 0x100c4baa63671e24a365c11bb28a325c70c824e0317aa58e90999c60436b4ac6, '', 0, '?'),
(0xb672815cd96a0694b4a8f2e141241381, 'wp-includes/js/customize-base.js', '/home/www/iamctv.com/wp-includes/js/customize-base.js', 1, 0x00000000000000000000000000000000, 0x8d4e66aa75ee1a5c41d0e002306fae29, 0x7fdce8d91d6c92e07573c46f09a102cd6eff47c79dc5ed4e5531be607f392ede, '', 0, '?'),
(0x560a07d5c95560bd5f9a35fa98ad1b38, 'wp-includes/js/customize-base.min.js', '/home/www/iamctv.com/wp-includes/js/customize-base.min.js', 1, 0x00000000000000000000000000000000, 0x43e3cabc7d8fa05fcd94c2ce2da09b72, 0xa6bd2aba26cadbb6d2ac69403e0b03ea29ea86015534fbdcf71560cccee4e8bd, '', 0, '?'),
(0x93567dbb50949cb16d952faf7c492ad9, 'wp-includes/js/customize-loader.js', '/home/www/iamctv.com/wp-includes/js/customize-loader.js', 1, 0x00000000000000000000000000000000, 0xfa60be36fa14ef21ddd1d2837a0791c8, 0x08ab473f7ec8449b2c28d7465de149c9624e45f6cec07063bc763ab11e96cb7a, '', 0, '?'),
(0x62e094fb08bf94d28c2026e93f7fac7b, 'wp-includes/js/customize-loader.min.js', '/home/www/iamctv.com/wp-includes/js/customize-loader.min.js', 1, 0x00000000000000000000000000000000, 0xd29ebeae035da9a3ca81ea439d0412a3, 0x11ddef4283cdbe0480476c311f1d79e4519cee7d5d871dca07e21c38cf1348ca, '', 0, '?'),
(0xb2fffead78c47fd099d229444387cc3c, 'wp-includes/js/customize-models.js', '/home/www/iamctv.com/wp-includes/js/customize-models.js', 1, 0x00000000000000000000000000000000, 0xf42702f4ffb78b7e477e0f10f6d49e9c, 0xbc68f033585678da70c6ec54bce84f7f53c29153666218e6d10d8445e68db5db, '', 0, '?'),
(0x0aa3dc4e4e4dbcd4db91343bfa70d034, 'wp-includes/js/customize-models.min.js', '/home/www/iamctv.com/wp-includes/js/customize-models.min.js', 1, 0x00000000000000000000000000000000, 0xca7fbe90097cc89db60c8b2ec728b432, 0x96ff93cdf0dd173a7c5582257d955b8141d06274d3d7db7cc48bb5fab785bbb0, '', 0, '?'),
(0xee1abd0487e57b3a1aaa028ae5341e66, 'wp-includes/js/customize-preview-nav-menus.js', '/home/www/iamctv.com/wp-includes/js/customize-preview-nav-menus.js', 1, 0x00000000000000000000000000000000, 0x1b5b4e6d2012ac6cf156d2aa3384a68e, 0x06e9352c8c8b4d33c535f7dd6e28744c35b6a03b5ee6c4502f0e397ab1e1d838, '', 0, '?'),
(0x999e4619041b7e85919f79b56337762d, 'wp-includes/js/customize-preview-nav-menus.min.js', '/home/www/iamctv.com/wp-includes/js/customize-preview-nav-menus.min.js', 1, 0x00000000000000000000000000000000, 0x696d9adae3deef735bde78cf1805ff13, 0x1780a293f855f2855426daac16b956b7c516619818d6d116d9c8c558c78d2661, '', 0, '?'),
(0x3908ba0d3527580ef9fdc63e1e3f7f92, 'wp-includes/js/customize-preview-widgets.js', '/home/www/iamctv.com/wp-includes/js/customize-preview-widgets.js', 1, 0x00000000000000000000000000000000, 0x79827dedd0eb15f0ee788ac363c326b6, 0x828d9b99e5eb285d50a213f3c255501b274ca98b329ad26ebf1abd0aa8c2edff, '', 0, '?'),
(0xefff80c9391787ca72c00b4dd4a7c4e8, 'wp-includes/js/customize-preview-widgets.min.js', '/home/www/iamctv.com/wp-includes/js/customize-preview-widgets.min.js', 1, 0x00000000000000000000000000000000, 0xb95a15d6bb5c24153ad58d1eb6d72587, 0x9a51677c588d2762a11939e56a59a0b70451680562e0927643aaef979ee635b3, '', 0, '?'),
(0xea34cad7e7ba3291160629412e3b34d1, 'wp-includes/js/customize-preview.js', '/home/www/iamctv.com/wp-includes/js/customize-preview.js', 1, 0x00000000000000000000000000000000, 0x33510e09fd219d40e18f7fd9a7540d08, 0x09d05a5c4ccfe9f42762c925e1b96924e790f51415faf21a0aefb5c6ee46ae7e, '', 0, '?'),
(0x3e716cee2baa6d14c80035c4a622865e, 'wp-includes/js/customize-preview.min.js', '/home/www/iamctv.com/wp-includes/js/customize-preview.min.js', 1, 0x00000000000000000000000000000000, 0x3460064fd7d7df98f3e9fe386f14be8a, 0x4c65083ec295780331cba9ca43842986b9bdff905eeef0149daf16eebc775ea8, '', 0, '?'),
(0x13a2fdf10be7554e151d4541c867ef74, 'wp-includes/js/customize-selective-refresh.js', '/home/www/iamctv.com/wp-includes/js/customize-selective-refresh.js', 1, 0x00000000000000000000000000000000, 0xbe7550e5b289eb30781afc91b6e2e314, 0x9f9f7190cb966a5a437e9b118d88ff3c730bc4a72b9d0406520e4921af48daf3, '', 0, '?'),
(0x306aef56c6bdc9663a8a3586e760955c, 'wp-includes/js/customize-selective-refresh.min.js', '/home/www/iamctv.com/wp-includes/js/customize-selective-refresh.min.js', 1, 0x00000000000000000000000000000000, 0x330644d59c9b59c22ab2fe9756d5253e, 0x2f82a44e787ede1d6a778abd50595772d2fe4fd35e8c5a71b1fb51d4191a1724, '', 0, '?'),
(0x515997ea31f0546c92b9567203083c17, 'wp-includes/js/customize-views.js', '/home/www/iamctv.com/wp-includes/js/customize-views.js', 1, 0x00000000000000000000000000000000, 0x22729b3c60a2f3c416c5f944cd01e285, 0x6232bf164da8ff216f87133bb12df49217766571fccb5c66b45d6ca494c0b03a, '', 0, '?'),
(0xef595e7e357e91a8709f472d8a8c0f8a, 'wp-includes/js/customize-views.min.js', '/home/www/iamctv.com/wp-includes/js/customize-views.min.js', 1, 0x00000000000000000000000000000000, 0xb80e1e1e0248d3b7ac2d5c4d659588ef, 0xed62f5a082bd4cfdfe2da68d8939776c056feadf798e1d242bd3591ade98d44e, '', 0, '?'),
(0x320f4ad9792aaa6dedb1e71cbdf85d57, 'wp-includes/js/dist/a11y.js', '/home/www/iamctv.com/wp-includes/js/dist/a11y.js', 1, 0x00000000000000000000000000000000, 0xa62b4fd724c83fe982a6894e00af6f03, 0xe90890fddda794641c5ff79d07e661d54f231bf30f71693ac0da28d3f72bb6c0, '', 0, '?'),
(0x85ec037c30b9afd24fec2b985d6c55f5, 'wp-includes/js/dist/a11y.min.js', '/home/www/iamctv.com/wp-includes/js/dist/a11y.min.js', 1, 0x00000000000000000000000000000000, 0x496baa8dab0a9861cd85d4e329f5aa77, 0x3c81641aa6bebc4b13b2255da6d8fa4fb7470e7e5a0d9063fa79627a3761d7be, '', 0, '?'),
(0x2c5d274ea625dd91556554ad82901529, 'wp-includes/js/dist/annotations.js', '/home/www/iamctv.com/wp-includes/js/dist/annotations.js', 1, 0x00000000000000000000000000000000, 0xd73cc588030573895a1e6d3ae76e85ad, 0xd3a32c2dd9650a9260742c7230993c15fee6f3efa8c86ab15c649705fd826855, '', 0, '?'),
(0x592803e34b02fdaae86700fbf35f819d, 'wp-includes/js/dist/annotations.min.js', '/home/www/iamctv.com/wp-includes/js/dist/annotations.min.js', 1, 0x00000000000000000000000000000000, 0xea6ce5162d4f3c5271e95e3d58699277, 0xc8512f37e9e624e905ee29e87146b501e90c5d74c08b915c4972e9af493160ae, '', 0, '?'),
(0x1bba9045bb07c89671c88a3f328548e8, 'wp-includes/js/dist/api-fetch.js', '/home/www/iamctv.com/wp-includes/js/dist/api-fetch.js', 1, 0x00000000000000000000000000000000, 0x85950595bec1d1ea7e9404fa2be91f18, 0xe0867d3b6e7913e5e96bae9f48f954851c64ba050a1cad0b9eb78db26a41867d, '', 0, '?'),
(0x92b128b3bc4e4c8d3b080982cec01903, 'wp-includes/js/dist/api-fetch.min.js', '/home/www/iamctv.com/wp-includes/js/dist/api-fetch.min.js', 1, 0x00000000000000000000000000000000, 0xa1a09ff7531304767f85729061aecf3a, 0xc2f721b146e7c3a5e8c83c4bada2c3d5fdc60142d0a5140edbf025319091c592, '', 0, '?'),
(0x2f2a3abaaabb946f3ea9749a8eabeeaa, 'wp-includes/js/dist/autop.js', '/home/www/iamctv.com/wp-includes/js/dist/autop.js', 1, 0x00000000000000000000000000000000, 0x2c28d2db3d8c1556c6665e24f8b81322, 0x52f8988e5500bbdb9a33fa683263ddf5d40fbe1b4eba00dd7bc944bace260c97, '', 0, '?'),
(0x036bf19eaf3463edb0b5e1f3d0353c22, 'wp-includes/js/dist/autop.min.js', '/home/www/iamctv.com/wp-includes/js/dist/autop.min.js', 1, 0x00000000000000000000000000000000, 0x404fef5f47c3d0af191a0d5d5a1b8c48, 0xfd854d2ce06a89618a71b3ab22d1067973a3c2f35734847a13d6a1a0aeb9433f, '', 0, '?'),
(0xcf9a96229eb289056af079b1d4cddd5e, 'wp-includes/js/dist/blob.js', '/home/www/iamctv.com/wp-includes/js/dist/blob.js', 1, 0x00000000000000000000000000000000, 0xac4566ec79838b435dcfc32eda657a4e, 0x777d4b3493e66920a85bbef5245ea205a58196122b9dda6541929ae3394ed6af, '', 0, '?'),
(0xc3a4fb805d30a660d07ff9dd41533a44, 'wp-includes/js/dist/blob.min.js', '/home/www/iamctv.com/wp-includes/js/dist/blob.min.js', 1, 0x00000000000000000000000000000000, 0x32275664a120f882ed6d3a7b439199af, 0x880a6b8c2719bf3ab05812b857097f9b187a7fa3e66573f6fca5d53cac5ff711, '', 0, '?'),
(0x947c76bb5095da30e16668eec15406b2, 'wp-includes/js/dist/block-directory.js', '/home/www/iamctv.com/wp-includes/js/dist/block-directory.js', 1, 0x00000000000000000000000000000000, 0x99f6c84a09eb9224c24e3a711cf687f6, 0x43663c888c476ec7c01990de27db366ee0b4d5079e8e1fd754eb7399650d8de1, '', 0, '?'),
(0x289659e027fa885e6b7a217196ffb687, 'wp-includes/js/dist/block-directory.min.js', '/home/www/iamctv.com/wp-includes/js/dist/block-directory.min.js', 1, 0x00000000000000000000000000000000, 0x2cbcd809dcf004f33554cd5c00873a38, 0x2e71cd8cd1dc94986df829a9835b57182d694ed9eda8233ad19f27ca43ae78bd, '', 0, '?'),
(0x803bf1ce2131e13efc590c1bc47851fc, 'wp-includes/js/dist/block-editor.js', '/home/www/iamctv.com/wp-includes/js/dist/block-editor.js', 1, 0x00000000000000000000000000000000, 0x5701fc5a088d823753d0429b437391a7, 0xc47838a494901fbfc608fd622015fffff10f37890798391c33a063d4f6f3b8e8, '', 0, '?'),
(0xfc76365afe27f54ff1494c22dd954dd6, 'wp-includes/js/dist/block-editor.min.js', '/home/www/iamctv.com/wp-includes/js/dist/block-editor.min.js', 1, 0x00000000000000000000000000000000, 0x82ced2234c845e54f8f51dadca5cf946, 0xd94d65192dd8b050bfa159c6701a39c6a0dcbf329700fd747c898392cf982b24, '', 0, '?'),
(0xf8f49d9fc4a9cf7d78ec99285417bd9c, 'wp-includes/js/dist/block-library.js', '/home/www/iamctv.com/wp-includes/js/dist/block-library.js', 1, 0x00000000000000000000000000000000, 0x0d152aadaba02d719774d459bb50563d, 0x9d4469524d82bcaccb07f2e256de39613ba4cea1fc8ff2201e90b5f212706fd4, '', 0, '?'),
(0x18914e334d08b20aa3c353bfec306a16, 'wp-includes/js/dist/block-library.min.js', '/home/www/iamctv.com/wp-includes/js/dist/block-library.min.js', 1, 0x00000000000000000000000000000000, 0xb2717b26ee5a74bf9f8328ec2ebaf687, 0xc526b0b18a838771822db97b20c702e3c849ef970b52ab2795314bfbf25f14eb, '', 0, '?'),
(0xe5439ec7b413fae9b26b910b717b2e4c, 'wp-includes/js/dist/block-serialization-default-parser.js', '/home/www/iamctv.com/wp-includes/js/dist/block-serialization-default-parser.js', 1, 0x00000000000000000000000000000000, 0x4029af8566ab79c8d84446b80791cef3, 0xfccb5e65e666953549bc80f95d44c837ff36cddfb8bb365bda85896aa12970aa, '', 0, '?'),
(0xad878b8253e0384d01df4389a43eebc7, 'wp-includes/js/dist/block-serialization-default-parser.min.js', '/home/www/iamctv.com/wp-includes/js/dist/block-serialization-default-parser.min.js', 1, 0x00000000000000000000000000000000, 0x2163343204757c35cb645803641fea1f, 0xab4220801afe8830362af121e227e29e24f147bbe6f5f0f0d9bfdb6d277ced31, '', 0, '?'),
(0x1a0cd6a7128913b15c1a10dd68951869, 'wp-includes/js/dist/blocks.js', '/home/www/iamctv.com/wp-includes/js/dist/blocks.js', 1, 0x00000000000000000000000000000000, 0xd5872e6aeb872455fe6dd10362ab9ff5, 0x58226be7242a05e00116dc125d8711d8a0ea4aeaf1bfe9950b2178016611329e, '', 0, '?'),
(0xf48d88373a9462fccb0d012cdd6a61f8, 'wp-includes/js/dist/blocks.min.js', '/home/www/iamctv.com/wp-includes/js/dist/blocks.min.js', 1, 0x00000000000000000000000000000000, 0x2304c56a2fc1eaee8b50d37ee8aa66d8, 0xc90b400e3b9956fa5912ac53a696fbf5244532c12a90e3d5e2304987b7aafb06, '', 0, '?'),
(0x7f13c36c641b114bf18cd0bcc9ecc7e0, 'wp-includes/js/dist/components.js', '/home/www/iamctv.com/wp-includes/js/dist/components.js', 1, 0x00000000000000000000000000000000, 0x01a1c00027a569005f4fe69e77a66417, 0x741cb0bda87f7df09d65b761e47513bc5e696bd3bc0a13295e2f0ad01fa3d8a6, '', 0, '?'),
(0xb04e1187fd5a4e4494cd4eb43e055909, 'wp-includes/js/dist/components.min.js', '/home/www/iamctv.com/wp-includes/js/dist/components.min.js', 1, 0x00000000000000000000000000000000, 0x67f01c93b3f2b941205728cf5db75bc7, 0x69e7eedc16c915883de13cb24c03cd61fdb0c37feb895e26b600596735dbb047, '', 0, '?'),
(0xd988e90654c49668787e4410743e6c9f, 'wp-includes/js/dist/compose.js', '/home/www/iamctv.com/wp-includes/js/dist/compose.js', 1, 0x00000000000000000000000000000000, 0x249fc1b0c8a144ce0c2bf5552c44e983, 0xe1861c748ca9165de5992d29ad76b4ee882acbb4688d5eea52e576ff908331bf, '', 0, '?'),
(0xb935d98261dca8cf98d2092389e56275, 'wp-includes/js/dist/compose.min.js', '/home/www/iamctv.com/wp-includes/js/dist/compose.min.js', 1, 0x00000000000000000000000000000000, 0x7009b713a6395ebbb26c9d3e6bea8e22, 0xe5b6bc6c5f1a682eff3ac2a97879335a85fc58029db8623e847f625c95ccad9a, '', 0, '?'),
(0x49c6d4acf36cf3aca9f0b2a77617304f, 'wp-includes/js/dist/core-data.js', '/home/www/iamctv.com/wp-includes/js/dist/core-data.js', 1, 0x00000000000000000000000000000000, 0xf2d597589512d5137620be5b0a9899c8, 0x0cdd53e62713ff3c211e37e5f79289e2473894820c905e5e6c2170c7e536144f, '', 0, '?'),
(0xa6b9f1887832ff5f2e14eb7e24e22913, 'wp-includes/js/dist/core-data.min.js', '/home/www/iamctv.com/wp-includes/js/dist/core-data.min.js', 1, 0x00000000000000000000000000000000, 0x3fefd0453517295f0b9c46e5c8793bc8, 0x34f08709f5ebefdb71c563cf259bfd392ce1cabcc18bb377c9c0de20fdab0fdf, '', 0, '?'),
(0x440127dd25bde48a531ded36f33e927b, 'wp-includes/js/dist/customize-widgets.js', '/home/www/iamctv.com/wp-includes/js/dist/customize-widgets.js', 1, 0x00000000000000000000000000000000, 0xd5ab3586dbf29e8be22c8c5380465b17, 0x20a78917535b9efe0f79648378f1a8865d3cfb4fa135fddf466e5701f35ad6d3, '', 0, '?'),
(0xf6e77959152968af05954ebffac381d3, 'wp-includes/js/dist/customize-widgets.min.js', '/home/www/iamctv.com/wp-includes/js/dist/customize-widgets.min.js', 1, 0x00000000000000000000000000000000, 0xf0c61e2b6833488577586088a622ad42, 0xb75597e5da40fa0c3ac2f26fff6e85e8f3c41939312887f793ad912f0694b7ae, '', 0, '?'),
(0xa70ac8e09408e017070520e4e9942f59, 'wp-includes/js/dist/data-controls.js', '/home/www/iamctv.com/wp-includes/js/dist/data-controls.js', 1, 0x00000000000000000000000000000000, 0xb06ca9445431d45df421e40be87733e2, 0x6deb3e96ad0162ad9fee4ed7445cd4386221b19eff00451e54c82f2b23189098, '', 0, '?'),
(0x21f13ed0bbd38a5ed4d65b91d2557d98, 'wp-includes/js/dist/data-controls.min.js', '/home/www/iamctv.com/wp-includes/js/dist/data-controls.min.js', 1, 0x00000000000000000000000000000000, 0xc31cd87bb8b0d507cf664b7e445af499, 0x3d8cc0992120406417794f10350a98858c50dd81b75f426cb6166985f2592c50, '', 0, '?'),
(0xd5670bd6bffe806d9c0be38ba38bd949, 'wp-includes/js/dist/data.js', '/home/www/iamctv.com/wp-includes/js/dist/data.js', 1, 0x00000000000000000000000000000000, 0x9da2142bc288533cd0176ce7c4bbedf3, 0x992bc974ce36dbd49d8fde6f3f120540192a1e6a966dfc3cc0bdd9f601effb93, '', 0, '?'),
(0x224e814df40f19b88feabfc26ba8564f, 'wp-includes/js/dist/data.min.js', '/home/www/iamctv.com/wp-includes/js/dist/data.min.js', 1, 0x00000000000000000000000000000000, 0x82b74cffa4fab41f918350bd7adaeabf, 0xa78285246c893a84cdc0b014c1527553bd7420686ef1b44368d266ff944acd9f, '', 0, '?'),
(0xaa0f10b9cf47996cf6dccadda0055fd6, 'wp-includes/js/dist/date.js', '/home/www/iamctv.com/wp-includes/js/dist/date.js', 1, 0x00000000000000000000000000000000, 0xdec46ea6de9d25b27fb878393e1427ba, 0x0f34e9b33b37b574ae9ff42b007632184994ed62788f77087437a18185d7209a, '', 0, '?'),
(0x22f84aa21bb0e832ab0ddfa42d489826, 'wp-includes/js/dist/date.min.js', '/home/www/iamctv.com/wp-includes/js/dist/date.min.js', 1, 0x00000000000000000000000000000000, 0x74f5a9fa26ebde3e191b490232007120, 0xfa161ea76f9e9fee3cb3df9c3544424dd6dd5233e97e70d8d95b8c88db9eb097, '', 0, '?'),
(0xe6f7b5c8c23b9f579ce38eeca1cd6ca5, 'wp-includes/js/dist/deprecated.js', '/home/www/iamctv.com/wp-includes/js/dist/deprecated.js', 1, 0x00000000000000000000000000000000, 0x9ce038f3d4db2483f421f7f77944e026, 0x34035b4ee2cb01a2bc1423920330bea33800d3d140ad338ab19568ecafaa54ed, '', 0, '?'),
(0x0199cf8bd094274f740cfb06ca974d3b, 'wp-includes/js/dist/deprecated.min.js', '/home/www/iamctv.com/wp-includes/js/dist/deprecated.min.js', 1, 0x00000000000000000000000000000000, 0xa44530f7b64dcef9048eae1371626223, 0xd1bdcbfed35d77db75794742a451dc3803beb1b0dfdd55ff8d59e54c86911cb4, '', 0, '?'),
(0x81cc566b38a1fdc4f1ba99efd960d82b, 'wp-includes/js/dist/development/react-refresh-entry.js', '/home/www/iamctv.com/wp-includes/js/dist/development/react-refresh-entry.js', 1, 0x00000000000000000000000000000000, 0xe84a92991bdc87b07bd37b4176c6b8cd, 0xf6d4b72c844dc077127d9387025fb91e02391c2725d3fcb7bb0079b503f46213, '', 0, '?'),
(0x17a4084dfdc4a1bdeccd77774be6af4e, 'wp-includes/js/dist/development/react-refresh-entry.min.js', '/home/www/iamctv.com/wp-includes/js/dist/development/react-refresh-entry.min.js', 1, 0x00000000000000000000000000000000, 0xe84a92991bdc87b07bd37b4176c6b8cd, 0xf6d4b72c844dc077127d9387025fb91e02391c2725d3fcb7bb0079b503f46213, '', 0, '?'),
(0x498b4e29b0ba70faed3ace01803c848c, 'wp-includes/js/dist/development/react-refresh-runtime.js', '/home/www/iamctv.com/wp-includes/js/dist/development/react-refresh-runtime.js', 1, 0x00000000000000000000000000000000, 0xfbfc1dc13a08b1f9362a150d98ac2983, 0x4fa6da474bf43028c200581ed52f0acb8fa08d37995ffec0e80d2630bb924684, '', 0, '?'),
(0xc88dd9b612cde27454ad6cc9fa7e8a01, 'wp-includes/js/dist/development/react-refresh-runtime.min.js', '/home/www/iamctv.com/wp-includes/js/dist/development/react-refresh-runtime.min.js', 1, 0x00000000000000000000000000000000, 0xfbfc1dc13a08b1f9362a150d98ac2983, 0x4fa6da474bf43028c200581ed52f0acb8fa08d37995ffec0e80d2630bb924684, '', 0, '?'),
(0x6be2270a2b263db81dc46e1d60f2339f, 'wp-includes/js/dist/dom-ready.js', '/home/www/iamctv.com/wp-includes/js/dist/dom-ready.js', 1, 0x00000000000000000000000000000000, 0x8a8e43dec3357fd35be65e7c28097ebc, 0x84b2d54a82cf972e801e2f8f1f38a2871b3b316ec16d76ce3abe274908dd06dd, '', 0, '?'),
(0xd8eed2a1fd8eaa4b2582af88fb145eb2, 'wp-includes/js/dist/dom-ready.min.js', '/home/www/iamctv.com/wp-includes/js/dist/dom-ready.min.js', 1, 0x00000000000000000000000000000000, 0xb0b80b0256874e70acdc820b52bbf1aa, 0x75d5f9b5f680f732383eb92624a456e4e39487cc9e458fe85fd476c77aac130d, '', 0, '?'),
(0xe3429787225e490a9a8fd2f9681cc69c, 'wp-includes/js/dist/dom.js', '/home/www/iamctv.com/wp-includes/js/dist/dom.js', 1, 0x00000000000000000000000000000000, 0x18a8c05469f3c7e46bfb387d46e7cc13, 0xe1424101cefbfa746ca29cce60d7e8ada1062fe4f5e5d90e22c5385320c129b6, '', 0, '?'),
(0x17ba7b785ac663f91122866862913fca, 'wp-includes/js/dist/dom.min.js', '/home/www/iamctv.com/wp-includes/js/dist/dom.min.js', 1, 0x00000000000000000000000000000000, 0x70bc3e13bd6ad7818e5e9c0327c9f413, 0x1525ab533636b57ac2a7a7247baf6b6023dce172a4dad72f29cee79355e6104d, '', 0, '?'),
(0x8860e58c20c6a2ab5876a0f07be43bd9, 'wp-includes/js/dist/edit-post.js', '/home/www/iamctv.com/wp-includes/js/dist/edit-post.js', 1, 0x00000000000000000000000000000000, 0x8f3d139f7deecce88eebf54ed66489eb, 0x30a3960398eb8187e130e99aab04c0ad867389f72a502311e739eb5b4dc50ca2, '', 0, '?'),
(0x71a1de7f9dd2522bd27119f91a8a32fb, 'wp-includes/js/dist/edit-post.min.js', '/home/www/iamctv.com/wp-includes/js/dist/edit-post.min.js', 1, 0x00000000000000000000000000000000, 0xa8802a8bc0c16cf4db65921ea33e0037, 0x48a15ea68c6e813f1b84666683564cb6f16ec4c55f89dfed3f17484c0fd6a44c, '', 0, '?'),
(0xc31d5f185753910c14afebc6deb2ce24, 'wp-includes/js/dist/edit-site.js', '/home/www/iamctv.com/wp-includes/js/dist/edit-site.js', 1, 0x00000000000000000000000000000000, 0x00e55559d010a7ee2739762e72750a65, 0xf9478aa1b27283242f42c18e8c923c78272679edeee09282584e1345f2bca6ef, '', 0, '?'),
(0xbc73d2745d4814b09891fbd7cdfee30a, 'wp-includes/js/dist/edit-site.min.js', '/home/www/iamctv.com/wp-includes/js/dist/edit-site.min.js', 1, 0x00000000000000000000000000000000, 0xe1d953872dc6a85ed62ff2b7a6781ebd, 0x8fb52eb197897ce84fc429a6cb033577a0229cb36faf409b3113f9d7cde965a9, '', 0, '?'),
(0xe53526243551a102928735ec9eed4edf, 'wp-includes/js/dist/edit-widgets.js', '/home/www/iamctv.com/wp-includes/js/dist/edit-widgets.js', 1, 0x00000000000000000000000000000000, 0xfa6d743b650ebe72149ea8822c4d5613, 0xc4b4e0bf86b01fdfc4a00d52f216c718222229736ac5cb0ef89119d2b02b8820, '', 0, '?'),
(0xf428d3d4bfa3ed90c9b6dbbee2e8b6ae, 'wp-includes/js/dist/edit-widgets.min.js', '/home/www/iamctv.com/wp-includes/js/dist/edit-widgets.min.js', 1, 0x00000000000000000000000000000000, 0x5f2b901c02465146be8b85bf5c9b7494, 0xe75d6aef2a07c16f93993ecb6a85abe55b288d5e52ff5f6574c19b8b9fc6aed7, '', 0, '?'),
(0xbf0f094965d3d4a95b47babcb35fc136, 'wp-includes/js/dist/editor.js', '/home/www/iamctv.com/wp-includes/js/dist/editor.js', 1, 0x00000000000000000000000000000000, 0x57f15ebbcbdbd5c32955dca3d1471528, 0xb7f22e9e72492657d13aee17cd94ecfcb058c415251cc8b4073c9bb882a4d4e7, '', 0, '?'),
(0xc701cd8c25072bcb65168d40755128cf, 'wp-includes/js/dist/editor.min.js', '/home/www/iamctv.com/wp-includes/js/dist/editor.min.js', 1, 0x00000000000000000000000000000000, 0xb93a73ac398ee23e3aebca8c563aa3ed, 0xa7c6dac1c3b1567b03659937438688775c4879824c4a2aab26553fa8aed00089, '', 0, '?'),
(0xc838e2d7ecb6c3528d363e47228aa3f0, 'wp-includes/js/dist/element.js', '/home/www/iamctv.com/wp-includes/js/dist/element.js', 1, 0x00000000000000000000000000000000, 0x17b21edebb1676aeee9d327891130713, 0xa6bf19aa4f41c38c3f47b5047901ec6a6f99da2b2ee40f1e28691942526ee0f0, '', 0, '?'),
(0x4535fc3bd5d6dcd8745282939d244cd9, 'wp-includes/js/dist/element.min.js', '/home/www/iamctv.com/wp-includes/js/dist/element.min.js', 1, 0x00000000000000000000000000000000, 0x1a3b1a5902a433604b541f3b40ce548a, 0xf771bca7cb6c8b663653a1ec035b64966fcf23716390a82d743d0c33772da724, '', 0, '?'),
(0x592fddde91f609a1cee21afcf193169d, 'wp-includes/js/dist/escape-html.js', '/home/www/iamctv.com/wp-includes/js/dist/escape-html.js', 1, 0x00000000000000000000000000000000, 0x7814dd259c56a2def0bf047a03d5b036, 0xc6d9a5a296e9d5a82c1ea4136c7917da17590679d637d206745fb9d2c834e17c, '', 0, '?'),
(0x09d3b0ea8591b7b9a0b185b7cf178063, 'wp-includes/js/dist/escape-html.min.js', '/home/www/iamctv.com/wp-includes/js/dist/escape-html.min.js', 1, 0x00000000000000000000000000000000, 0x27b8b3680cd49b8f105b2bf49da03b1c, 0xc29a6fcc6f65b8446700fdc94cba963c9e57bedca8f27f085854cb22afbcd81c, '', 0, '?'),
(0x68f2cec7514bf8563c723a4d675fcfe6, 'wp-includes/js/dist/format-library.js', '/home/www/iamctv.com/wp-includes/js/dist/format-library.js', 1, 0x00000000000000000000000000000000, 0xd6903f998493fe94a6d06d3b7e98ad1e, 0x141ef0136ca2d8a95462e636214975af36a4ae087bee641ea872be7d4726d519, '', 0, '?'),
(0x266b00765f66636291f876869cf8f998, 'wp-includes/js/dist/format-library.min.js', '/home/www/iamctv.com/wp-includes/js/dist/format-library.min.js', 1, 0x00000000000000000000000000000000, 0xbd43921a05ed4b797e558a084abb6dc2, 0xbe46a0abad2d6bf836e3dbe53ffbfd20a93c5aca99ae6455f14d75d19d8e4707, '', 0, '?'),
(0xb9d380395b07eac04d131b2d1b678982, 'wp-includes/js/dist/hooks.js', '/home/www/iamctv.com/wp-includes/js/dist/hooks.js', 1, 0x00000000000000000000000000000000, 0x7b3b62bde6ab32ee1404f52624af6fa4, 0x1dfde25d4247f5781ffb34c91821ed896f9d26507422f8fae79fc673bc583495, '', 0, '?'),
(0x2193773ce21006d6c9410aee401ea14f, 'wp-includes/js/dist/hooks.min.js', '/home/www/iamctv.com/wp-includes/js/dist/hooks.min.js', 1, 0x00000000000000000000000000000000, 0xb33ab4d5dcf02436276a717e9d1b7c18, 0xc380bd4d704734da10d0863dabe069fe1438700240033e1e19f20d01ce0d6bdc, '', 0, '?'),
(0x60a4618a28138a6715b0fa1122841097, 'wp-includes/js/dist/html-entities.js', '/home/www/iamctv.com/wp-includes/js/dist/html-entities.js', 1, 0x00000000000000000000000000000000, 0x2aca86f2dc79b321e65ed65f9836ef4e, 0x9b7fbc570ac10f22dbccb046a58b19a879e3d33781833f59b09342191b00889e, '', 0, '?'),
(0x3fabf03db24004ed4d8e24238e8d5037, 'wp-includes/js/dist/html-entities.min.js', '/home/www/iamctv.com/wp-includes/js/dist/html-entities.min.js', 1, 0x00000000000000000000000000000000, 0xdf2fe376ae5e8a72fa928db2f0aaa568, 0x430c6767569b66ec40f567f3bb98b1a42ae46e45428056166618dd5805b88214, '', 0, '?'),
(0xac23eee47530ac63a1178c827db28087, 'wp-includes/js/dist/i18n.js', '/home/www/iamctv.com/wp-includes/js/dist/i18n.js', 1, 0x00000000000000000000000000000000, 0xbfacb36432e5f91809074dc986d8dad1, 0x5bc47e9b35628e414ebe89a56e1a236d293633fb6dcb334f946c1b80e7b37341, '', 0, '?'),
(0xcc7fd1fba0699bef6eb06a2fc472bcd5, 'wp-includes/js/dist/i18n.min.js', '/home/www/iamctv.com/wp-includes/js/dist/i18n.min.js', 1, 0x00000000000000000000000000000000, 0xf270dd1f483179fdcfb29ce5f91aea13, 0xa478c5f4925eb4e2296c5e6d23a2189985ab24439cb4eb8f317211c219cce785, '', 0, '?'),
(0xe96705d1c1b614ff55290d165228e21f, 'wp-includes/js/dist/is-shallow-equal.js', '/home/www/iamctv.com/wp-includes/js/dist/is-shallow-equal.js', 1, 0x00000000000000000000000000000000, 0xd0fc32f9231dd9a648ac042c45b14770, 0x28157699e0e4790ba4cfd715c6093c590e4d5f268e1d9b7960f7cba2229ff88a, '', 0, '?'),
(0x80b697723d8ac4dacf1663c4d0cb4d7a, 'wp-includes/js/dist/is-shallow-equal.min.js', '/home/www/iamctv.com/wp-includes/js/dist/is-shallow-equal.min.js', 1, 0x00000000000000000000000000000000, 0x001331ec9e93a6849b9f4be131dc9e4d, 0x0eb366c55d5ada55a810a83eb2c9e7698c2e83b669c15b1d825d0eb590b78e63, '', 0, '?'),
(0x21db819d49c7b58d60a9f2b638af7402, 'wp-includes/js/dist/keyboard-shortcuts.js', '/home/www/iamctv.com/wp-includes/js/dist/keyboard-shortcuts.js', 1, 0x00000000000000000000000000000000, 0xbfb01d603f9c2fc9d245255f1b936cab, 0x5176fa83b1d4aea5cca11f2b9524711943a66f2849ce282c2867b39fc7fec9ce, '', 0, '?'),
(0x3de599840a1741ac4b0428929218d26c, 'wp-includes/js/dist/keyboard-shortcuts.min.js', '/home/www/iamctv.com/wp-includes/js/dist/keyboard-shortcuts.min.js', 1, 0x00000000000000000000000000000000, 0x06043749237024f6a9a10274b68dbd22, 0xcaf3f2b80031f3c1e27850306442d7f1c414ec6d55b2628eda23504d98efbd23, '', 0, '?'),
(0xa25d1cc7bf7ca0b4e114f6bea64943f4, 'wp-includes/js/dist/keycodes.js', '/home/www/iamctv.com/wp-includes/js/dist/keycodes.js', 1, 0x00000000000000000000000000000000, 0x7653a3eb1f62d6aea7e674a6fdecc817, 0xf710bc9c78d2379a2bca3648b64ae35915a948f1996e6e9dddf1d535b8eea0d3, '', 0, '?'),
(0x2a562e585a97c85f435b41d480974333, 'wp-includes/js/dist/keycodes.min.js', '/home/www/iamctv.com/wp-includes/js/dist/keycodes.min.js', 1, 0x00000000000000000000000000000000, 0x7465a5ad2096e0940f536b1a5dcc72b0, 0xa22da03d9d6b57bf4647c5899ef533a67850a561bbe9cb38121bbcfb0fcd968f, '', 0, '?'),
(0x28b3c3d595952907e08d98287077426c, 'wp-includes/js/dist/list-reusable-blocks.js', '/home/www/iamctv.com/wp-includes/js/dist/list-reusable-blocks.js', 1, 0x00000000000000000000000000000000, 0x56eb241d1eda83822f73d9a988610a1b, 0xf2673ca2402a5644ee14bc25afa858c235bc1d56337e4b92730f0467334da946, '', 0, '?'),
(0x218ace0c7878a22b21adc19c5bc62801, 'wp-includes/js/dist/list-reusable-blocks.min.js', '/home/www/iamctv.com/wp-includes/js/dist/list-reusable-blocks.min.js', 1, 0x00000000000000000000000000000000, 0x3a1da4e6f4eb2f74cc2d5d420fe7489b, 0x8410babd55ae184fa7bc881d5e9fbb1ce3eb899c6c38df29da0e6e60777fefdb, '', 0, '?'),
(0xdaeb084aab42199d26393a56c3465bc0, 'wp-includes/js/dist/media-utils.js', '/home/www/iamctv.com/wp-includes/js/dist/media-utils.js', 1, 0x00000000000000000000000000000000, 0xf034c4dfea0bb21ae34cd5f6220cddae, 0x1da46cb27ad542ce5a63b23523f3d84c88548499ee30f29fe6b7ba8c0bc706e8, '', 0, '?'),
(0x1cdc9fbad2bf42e288b6f2eaf2e6ad15, 'wp-includes/js/dist/media-utils.min.js', '/home/www/iamctv.com/wp-includes/js/dist/media-utils.min.js', 1, 0x00000000000000000000000000000000, 0x3eccbc30e3f65df554ac2ef8d341de10, 0xf48baeaeea1414e5f35617ed8e67f3a48288445469c1ea697f48c713d71eccbf, '', 0, '?'),
(0x8a1c940ba24bec99c8813b24d2cd7a81, 'wp-includes/js/dist/notices.js', '/home/www/iamctv.com/wp-includes/js/dist/notices.js', 1, 0x00000000000000000000000000000000, 0xa0924561022c8e62e2b3499c23d1cb1b, 0x2946e54a610e4064047a1ede44cc2c6392453ae7adf2102f86fb40218460a85f, '', 0, '?'),
(0x6c5abf71a1236553257398f53759e613, 'wp-includes/js/dist/notices.min.js', '/home/www/iamctv.com/wp-includes/js/dist/notices.min.js', 1, 0x00000000000000000000000000000000, 0x5ceffc1df89359fe4efc7ba7d0d38e98, 0x495d26676e134ced4d0fecd1049165813ad7210de5580a718da73bcc14b21d2f, '', 0, '?'),
(0x0ce75ad2f775d1cac9696967d484808c, 'wp-includes/js/dist/nux.js', '/home/www/iamctv.com/wp-includes/js/dist/nux.js', 1, 0x00000000000000000000000000000000, 0xa266730c1c34b053b295824c2e311521, 0x9a3279222c420d3f771a404004af7f36d338f1a092ac70728ab1d8fa99051ae9, '', 0, '?'),
(0x4173ba76fc03f7eef9826793341b55c3, 'wp-includes/js/dist/nux.min.js', '/home/www/iamctv.com/wp-includes/js/dist/nux.min.js', 1, 0x00000000000000000000000000000000, 0x1910f3743925911ed1283410f7f2ad10, 0x418a0b7112968cab68ebc1e93a88e714632c2d898b7cca11e0080131e5162695, '', 0, '?'),
(0xc6ac8ce553588983dd5a93f9e2339b7f, 'wp-includes/js/dist/plugins.js', '/home/www/iamctv.com/wp-includes/js/dist/plugins.js', 1, 0x00000000000000000000000000000000, 0x92f913ebb07f9fb6ec355f9a571dcb86, 0x7229aac70d027a2bcf8a1d333576ec4d570654dad7f77b0dfacb9d0ea4fafb5e, '', 0, '?'),
(0xf20f1ee3dd48f6722023e2772f933a34, 'wp-includes/js/dist/plugins.min.js', '/home/www/iamctv.com/wp-includes/js/dist/plugins.min.js', 1, 0x00000000000000000000000000000000, 0xeb11c2cabfe68dd1ca3f1eaaaf6c9d9e, 0x802eb2378e61dd5179589a5c262dc9bdd1f8d9ac461fc6684e82037050c47754, '', 0, '?'),
(0x60d06fac6f98e8e8f0ec5a945738b660, 'wp-includes/js/dist/preferences.js', '/home/www/iamctv.com/wp-includes/js/dist/preferences.js', 1, 0x00000000000000000000000000000000, 0x7ea13415d65eb2cf483d320386c39236, 0xa4b8784f55c6d961590425427b896d01fc849242641f46c2b9f674c72de4ef58, '', 0, '?'),
(0x6c82524dbd14ebdbb3d07a745eebea6f, 'wp-includes/js/dist/preferences.min.js', '/home/www/iamctv.com/wp-includes/js/dist/preferences.min.js', 1, 0x00000000000000000000000000000000, 0xb7ab205ed68d9eadbc7dc7e4b57251b1, 0x85daa3a6350770281890b872a59ce0f85feab2f05bd1589d73fe482ce8171187, '', 0, '?'),
(0xe8e19bc5c157ce7fe317b6e93a9d865d, 'wp-includes/js/dist/primitives.js', '/home/www/iamctv.com/wp-includes/js/dist/primitives.js', 1, 0x00000000000000000000000000000000, 0xa55b7992fa0255251516243ec83ea864, 0xe8f96bd34a44f6bd2f85cfbb49890eebecd6f0c8453c0434519b1b8ef3d2be2f, '', 0, '?'),
(0x114c2c1a15220eff0043fbcaa13879a9, 'wp-includes/js/dist/primitives.min.js', '/home/www/iamctv.com/wp-includes/js/dist/primitives.min.js', 1, 0x00000000000000000000000000000000, 0xa377df4cf8d801ad8870eb16693d209c, 0xd7ff08438ee124fecb2a5def53616b063dac7f9a0dc9a82f5b209a016a7004d9, '', 0, '?'),
(0x79351b32a46d1da300a56c991d22f965, 'wp-includes/js/dist/priority-queue.js', '/home/www/iamctv.com/wp-includes/js/dist/priority-queue.js', 1, 0x00000000000000000000000000000000, 0x1ed9f371bdba3791a7d5c8da7e1350f9, 0x5399de956a3e15d7ae705889b13d23bc6302ed5749f9d64ae175988db96c4854, '', 0, '?'),
(0xdb8b7b533000003d9a315fd8a60dc035, 'wp-includes/js/dist/priority-queue.min.js', '/home/www/iamctv.com/wp-includes/js/dist/priority-queue.min.js', 1, 0x00000000000000000000000000000000, 0x0aa1c8d1c2d892ce91b807b35d58ebbe, 0x188f64cc0f28f7ea2ff4f5f69bfac678de88fc2b33c0aa2225ab099032e35564, '', 0, '?'),
(0xd766bf6b5b788b959ce4207f5c8c2f59, 'wp-includes/js/dist/redux-routine.js', '/home/www/iamctv.com/wp-includes/js/dist/redux-routine.js', 1, 0x00000000000000000000000000000000, 0xe7af40b49d0a912c7f4a4ba3f644287e, 0xfb6cd39e40a68f2d23c804e30d800dca2c080cb7ede84b4b2c5ccc1e96a23e71, '', 0, '?'),
(0xd23703b55b2a77a24a0a6e1288acba3e, 'wp-includes/js/dist/redux-routine.min.js', '/home/www/iamctv.com/wp-includes/js/dist/redux-routine.min.js', 1, 0x00000000000000000000000000000000, 0x7058489ce60206529e8af3b2db4e68c9, 0x99c99f46aaec44c9688cd4f3ce4b6efe471c6c9c53967b19c579ef9bac53f683, '', 0, '?'),
(0x1780a2033cf98d69ce13c2e5c8510004, 'wp-includes/js/dist/reusable-blocks.js', '/home/www/iamctv.com/wp-includes/js/dist/reusable-blocks.js', 1, 0x00000000000000000000000000000000, 0x7d0a24e1edb0322f8d092f4b20d5820f, 0xe8931a731ee0fd6cbe80d0336ff5370039e607aaa8553bf7c120509aa760e68f, '', 0, '?'),
(0xfabfd898c32d0ea96d34297df9f909ce, 'wp-includes/js/dist/reusable-blocks.min.js', '/home/www/iamctv.com/wp-includes/js/dist/reusable-blocks.min.js', 1, 0x00000000000000000000000000000000, 0xe50c5337432e3abab3091b70c05c5722, 0xbe221ef6ae8df38f344e0e215d3513ac590122418bc95f0572873919db2da452, '', 0, '?'),
(0x17179a5f2930647c89151e365f843b6e, 'wp-includes/js/dist/rich-text.js', '/home/www/iamctv.com/wp-includes/js/dist/rich-text.js', 1, 0x00000000000000000000000000000000, 0xa0eb974f12c0e0a76726db8b2a9dc2f8, 0x18ebea271102047e676977093eefaca2dc140601f2ad86e7f7e6b872aa65dbad, '', 0, '?'),
(0x2d2dc4c3bc819624ae293b1d86c44a35, 'wp-includes/js/dist/rich-text.min.js', '/home/www/iamctv.com/wp-includes/js/dist/rich-text.min.js', 1, 0x00000000000000000000000000000000, 0xc36f97c169bf8e7be296acc1bc19908a, 0x6c39f5ea01a8dc32dd76aff95bff4f280fe4bfba7f32b3c8dc54d807b5da2edc, '', 0, '?'),
(0xe2791ba830489d23043be8650a22a22b, 'wp-includes/js/dist/server-side-render.js', '/home/www/iamctv.com/wp-includes/js/dist/server-side-render.js', 1, 0x00000000000000000000000000000000, 0xe9bcf55c333b551481deb4bc3f17ce6f, 0x073de13c67fc631c0c4fafea4eb8f099da85297b8b4296cf52ef3d55cc3ced8f, '', 0, '?'),
(0xf2a824637bb139375ed086c8f74ad867, 'wp-includes/js/dist/server-side-render.min.js', '/home/www/iamctv.com/wp-includes/js/dist/server-side-render.min.js', 1, 0x00000000000000000000000000000000, 0xb48516c35d25d873a8cc79a970a7dc1a, 0x0697d560471ec1bcd7824a48b7269cca2e00193adcf59ece63985ae0cf5a38dc, '', 0, '?'),
(0x6f535de37e28e411ef373be099a00d9c, 'wp-includes/js/dist/shortcode.js', '/home/www/iamctv.com/wp-includes/js/dist/shortcode.js', 1, 0x00000000000000000000000000000000, 0xc5c5dcf464af09113f689c827cd9cf82, 0x895738c8b524c8319ec0948367f54b0c2d67574b8df7516616327d205aacf6c9, '', 0, '?'),
(0x89d566522f31e4e9de0f9b3c2050438a, 'wp-includes/js/dist/shortcode.min.js', '/home/www/iamctv.com/wp-includes/js/dist/shortcode.min.js', 1, 0x00000000000000000000000000000000, 0x0b7f96b10acaae868c3a798823ecdb25, 0x1ef0c9a7a81f7f66edb71bddad652a1701d43de121df53826c931d56b724180d, '', 0, '?'),
(0x1c48ebca7edd0ae3f38f7882a0adbb7c, 'wp-includes/js/dist/token-list.js', '/home/www/iamctv.com/wp-includes/js/dist/token-list.js', 1, 0x00000000000000000000000000000000, 0xd2171d66d4ff2d03b74855be905de050, 0x5760326181c13bf960d6ca80bbc2287ced231fe8bdc24cbd99a52ebc982d7613, '', 0, '?'),
(0xf1265ba6c13e6afed2dc2fd6e2b64755, 'wp-includes/js/dist/token-list.min.js', '/home/www/iamctv.com/wp-includes/js/dist/token-list.min.js', 1, 0x00000000000000000000000000000000, 0x499fb651c5256e29b8448ece118a59d6, 0x949bf0111c5dda7e8ded374f0aca64f43171e39d549f8977cae167c2257d8493, '', 0, '?'),
(0x31b20ec5cc7061d260034830dfa2ec65, 'wp-includes/js/dist/url.js', '/home/www/iamctv.com/wp-includes/js/dist/url.js', 1, 0x00000000000000000000000000000000, 0x2faeb55a59cbfdd60a442e3b4807206a, 0x8589ade56a779111c3ab2ed15b463c0dba826fa7a2e4e6612cddf71a07f112a1, '', 0, '?'),
(0x1ffbab1280d8e9146f8e12521862adfe, 'wp-includes/js/dist/url.min.js', '/home/www/iamctv.com/wp-includes/js/dist/url.min.js', 1, 0x00000000000000000000000000000000, 0x3a56903b3309fdd2c03077415b095203, 0x97f65e8c9b858f150e4d984e61cb81905eddbe913f089fd1140f49137b6ead71, '', 0, '?'),
(0x99e49196eb067783373a2708c2681d2a, 'wp-includes/js/dist/vendor/lodash.js', '/home/www/iamctv.com/wp-includes/js/dist/vendor/lodash.js', 1, 0x00000000000000000000000000000000, 0xbbb588cc4360df5d317ebff5f5c1ac9c, 0xd7b35b1fa3703ae2ad098c7aeab1d5cc4bdb5157778a747d48a4d349ad280980, '', 0, '?'),
(0x062c1435cd5870cc42466463926a2b94, 'wp-includes/js/dist/vendor/lodash.min.js', '/home/www/iamctv.com/wp-includes/js/dist/vendor/lodash.min.js', 1, 0x00000000000000000000000000000000, 0x1ca735a2bc6289de8c31917a50f9442e, 0xb44760a0059d2544abdf53e20126d314afb400c0768270cbd791978756d6e52e, '', 0, '?'),
(0x07de26d10941c248daec29a5492682f4, 'wp-includes/js/dist/vendor/moment.js', '/home/www/iamctv.com/wp-includes/js/dist/vendor/moment.js', 1, 0x00000000000000000000000000000000, 0x8e4b350b2f3712381351799fe133fd93, 0xb798f7672b44f23fedc9183fd3565ef50032737dc7e2ba61b72f96f933038840, '', 0, '?'),
(0xc25dec888a5954c3ef586db02b0c0125, 'wp-includes/js/dist/vendor/moment.min.js', '/home/www/iamctv.com/wp-includes/js/dist/vendor/moment.min.js', 1, 0x00000000000000000000000000000000, 0x0dc5e7fe53c143ed78979204a164726e, 0xb82048b28c04b2acb242be8220fde1572134ca90564b43c8ef32d7c875f0b6f5, '', 0, '?'),
(0x4c617095b2903867f456e32cbee667db, 'wp-includes/js/dist/vendor/react-dom.js', '/home/www/iamctv.com/wp-includes/js/dist/vendor/react-dom.js', 1, 0x00000000000000000000000000000000, 0x88578c9e36c5e2851239c6791534426f, 0x17cdfb48910d283f7fffa11996911ab1526a0ce4aeb95eb1dc5858c4a784e64b, '', 0, '?'),
(0x0b4160fe6b7bb96eab8ed72f2a53634e, 'wp-includes/js/dist/vendor/react-dom.min.js', '/home/www/iamctv.com/wp-includes/js/dist/vendor/react-dom.min.js', 1, 0x00000000000000000000000000000000, 0xe2a920d393a009727111fbf1e4a3e283, 0x453d297349ec878ccf6c5b96df3723f198f7f418bf794af858ed32846b98184b, '', 0, '?'),
(0xbcb382147c58256a677540e8434a884d, 'wp-includes/js/dist/vendor/react.js', '/home/www/iamctv.com/wp-includes/js/dist/vendor/react.js', 1, 0x00000000000000000000000000000000, 0xa196c1033fead7b0dfc80028d2da6c92, 0x4cf9f4992fa7807ac343a072d88b825bec45fad623c4b22338002875a3e65787, '', 0, '?'),
(0x9fe0573331a6a94eabb8c467d7a4cace, 'wp-includes/js/dist/vendor/react.min.js', '/home/www/iamctv.com/wp-includes/js/dist/vendor/react.min.js', 1, 0x00000000000000000000000000000000, 0x0dc4a04efdf47cdf1389331779edfa2f, 0xeda410dc0fa4760958ef569aa16c0f673bc8d176c8096d0592235d03b973a08a, '', 0, '?'),
(0xd238af1e73e98e97899adfb94f1768c4, 'wp-includes/js/dist/vendor/regenerator-runtime.js', '/home/www/iamctv.com/wp-includes/js/dist/vendor/regenerator-runtime.js', 1, 0x00000000000000000000000000000000, 0x61d4e435f5b81f2e452f58d03b45a67e, 0x5cb440f66d7eacb7636efef18fb39559efb53ead95557747c264b1bb03d065fb, '', 0, '?'),
(0xdf03435a5b7d18cb220ded6afa0834d4, 'wp-includes/js/dist/vendor/regenerator-runtime.min.js', '/home/www/iamctv.com/wp-includes/js/dist/vendor/regenerator-runtime.min.js', 1, 0x00000000000000000000000000000000, 0x61449413a42d2daaa79dbe7298b40e21, 0xb6aec2d0081bd183b258c6587a6209fc8b60b53856e4d713e8ad25dbc110ae44, '', 0, '?'),
(0xe486ae472a140bd77e9635489dd2dc49, 'wp-includes/js/dist/vendor/wp-polyfill-dom-rect.js', '/home/www/iamctv.com/wp-includes/js/dist/vendor/wp-polyfill-dom-rect.js', 1, 0x00000000000000000000000000000000, 0x666dec7643493dd1117762d6bef6083b, 0x16fb0f1601994cd763a263b1c93903d430307093a292cb24c28ed3a5868cb2fc, '', 0, '?'),
(0x30fec824583846a16ec583156bfdeedb, 'wp-includes/js/dist/vendor/wp-polyfill-dom-rect.min.js', '/home/www/iamctv.com/wp-includes/js/dist/vendor/wp-polyfill-dom-rect.min.js', 1, 0x00000000000000000000000000000000, 0xb4ff661cc655454d81a95860a147d317, 0xca4527501e7825daeee82c81341ea3ae07343b6b36302bb04b81c405e62e515d, '', 0, '?'),
(0xb197abc2fb82db9d771736557525a6c0, 'wp-includes/js/dist/vendor/wp-polyfill-element-closest.js', '/home/www/iamctv.com/wp-includes/js/dist/vendor/wp-polyfill-element-closest.js', 1, 0x00000000000000000000000000000000, 0x3c6accf0039920bf3c59748c23f4261d, 0x794e4f42d3bbd75d2636824ddc2dbd844a92e4172e8a018eb7f318b93a2eb57b, '', 0, '?'),
(0xdac28a8f2336f8104b1d2523660d1bc8, 'wp-includes/js/dist/vendor/wp-polyfill-element-closest.min.js', '/home/www/iamctv.com/wp-includes/js/dist/vendor/wp-polyfill-element-closest.min.js', 1, 0x00000000000000000000000000000000, 0x89a4e64830ce633b60f1e4060faa5726, 0x32415deada9b5c65898a14571bdfa66b5a17f673ffa0c063af3cca60f76429e6, '', 0, '?'),
(0x37ecd0f3a56bb058f866b4586dff5385, 'wp-includes/js/dist/vendor/wp-polyfill-fetch.js', '/home/www/iamctv.com/wp-includes/js/dist/vendor/wp-polyfill-fetch.js', 1, 0x00000000000000000000000000000000, 0xf2736e37bbb47a34669ef0ad4d2c93d3, 0x65d8189362d3e5df11c3c63277b927832b984df63114a4f903783f72269af83e, '', 0, '?'),
(0xd30b77835d6349fd157782e9c8b0d848, 'wp-includes/js/dist/vendor/wp-polyfill-fetch.min.js', '/home/www/iamctv.com/wp-includes/js/dist/vendor/wp-polyfill-fetch.min.js', 1, 0x00000000000000000000000000000000, 0xe5495477acaea6db1b12d1df1f899287, 0x6cb0f161ebb423da03594fef3d372a772453df7256d0b0a892a6a6dd3f685f27, '', 0, '?'),
(0x7665d7b65c12b06c2e070f97d185067b, 'wp-includes/js/dist/vendor/wp-polyfill-formdata.js', '/home/www/iamctv.com/wp-includes/js/dist/vendor/wp-polyfill-formdata.js', 1, 0x00000000000000000000000000000000, 0x537caab6cc6813444fd5330ad00a3293, 0x34ebc24e5e7083c2ff5a24141d42a5816ff454235ae0c71e76da19520d387677, '', 0, '?'),
(0x672bb1b7e7774a6f47ffedef0c1f7b62, 'wp-includes/js/dist/vendor/wp-polyfill-formdata.min.js', '/home/www/iamctv.com/wp-includes/js/dist/vendor/wp-polyfill-formdata.min.js', 1, 0x00000000000000000000000000000000, 0x780b0be93482009dfedeaeffe9a2bad5, 0xc859050898bcdae8569c935be7ec3623955ca0971bc65e75438303329e66f485, '', 0, '?'),
(0xb982af08b6173dcde5d1b606cd3824fa, 'wp-includes/js/dist/vendor/wp-polyfill-node-contains.js', '/home/www/iamctv.com/wp-includes/js/dist/vendor/wp-polyfill-node-contains.js', 1, 0x00000000000000000000000000000000, 0x2f32953b9db0b8f18328faeb5582b5a0, 0x692dbb85ae3b528139e9ef73a00984626cbce33a584a24e5a4ff4bf481b909cb, '', 0, '?'),
(0x7e71e649509e490f99baed1772f1c4f6, 'wp-includes/js/dist/vendor/wp-polyfill-node-contains.min.js', '/home/www/iamctv.com/wp-includes/js/dist/vendor/wp-polyfill-node-contains.min.js', 1, 0x00000000000000000000000000000000, 0xca650659a792a2efdbac7832a2928359, 0xb48b9867aa486eb599bd917e3cd6305e19466638381d15b691dd2e25191b7838, '', 0, '?'),
(0x95885ad4ac3d2152693de637f96803b5, 'wp-includes/js/dist/vendor/wp-polyfill-object-fit.js', '/home/www/iamctv.com/wp-includes/js/dist/vendor/wp-polyfill-object-fit.js', 1, 0x00000000000000000000000000000000, 0xd07724b2312978350f297f4c92dc7b70, 0xeac0c788761e9de1e3a1b4792230e94d709a4081f2ed529a54e0b692c9024bb9, '', 0, '?'),
(0xf01bb8ca36294a0f6f2a8aa7014e6e2b, 'wp-includes/js/dist/vendor/wp-polyfill-object-fit.min.js', '/home/www/iamctv.com/wp-includes/js/dist/vendor/wp-polyfill-object-fit.min.js', 1, 0x00000000000000000000000000000000, 0xf8577a1103dea5afe81b80e871fcb086, 0x60cede2d540f5d76030554a4aadfb98d9296bb9e9d526a1f7249351a2d35707a, '', 0, '?'),
(0xcb7c47b5d224ead1eea582c56b99fae4, 'wp-includes/js/dist/vendor/wp-polyfill-url.js', '/home/www/iamctv.com/wp-includes/js/dist/vendor/wp-polyfill-url.js', 1, 0x00000000000000000000000000000000, 0xf1983e64a04b50274943a4e733b5bd38, 0x9e6bf608f57aeaafcf3af3b4975f734470fe7865254ad809bd89f553547fba5f, '', 0, '?'),
(0xb913ed01875c9e5d5ed254a3eaa58ad1, 'wp-includes/js/dist/vendor/wp-polyfill-url.min.js', '/home/www/iamctv.com/wp-includes/js/dist/vendor/wp-polyfill-url.min.js', 1, 0x00000000000000000000000000000000, 0x884f4e97293534572ce4303de13a5013, 0xafe2de9f1c41c73c73f322eb1ec8ceca787026f2b8de9ae18c54c8879f8c9422, '', 0, '?'),
(0xe165edae1116afdfc0913ad6ac7036e4, 'wp-includes/js/dist/vendor/wp-polyfill.js', '/home/www/iamctv.com/wp-includes/js/dist/vendor/wp-polyfill.js', 1, 0x00000000000000000000000000000000, 0x89776ff0a15918e4f630736ff248f3b5, 0xf8253a093df03c562ed515b0a515ebdc266d9ab44708495a74238b44b5f4a782, '', 0, '?'),
(0x8f32df5ce9317f37d580d47769847b1b, 'wp-includes/js/dist/vendor/wp-polyfill.min.js', '/home/www/iamctv.com/wp-includes/js/dist/vendor/wp-polyfill.min.js', 1, 0x00000000000000000000000000000000, 0x57459b58fd7665a5e20b2345463df9c9, 0x2a11d6daf93ca55288b2716b7398a71444ef8480752135483dda40b122f87744, '', 0, '?'),
(0x8b08bc010e2f3826f444e3677ca6c423, 'wp-includes/js/dist/viewport.js', '/home/www/iamctv.com/wp-includes/js/dist/viewport.js', 1, 0x00000000000000000000000000000000, 0x81132cb718807b90dfab63eaacc00e0c, 0x566de2b0691468c92dc79a47a359b7546878b5986fd3c72ac040b9648936722e, '', 0, '?'),
(0x098468ee586b25b43ef986c67b4efb42, 'wp-includes/js/dist/viewport.min.js', '/home/www/iamctv.com/wp-includes/js/dist/viewport.min.js', 1, 0x00000000000000000000000000000000, 0x30dad17f95b6d8522b072263237074a6, 0x7cf16d94e6e952bbe63cc1a44a904a234b250c949702db7e2e7772fbadbe4f17, '', 0, '?'),
(0x6eef9d872cd151fbe9f03362b9f54f08, 'wp-includes/js/dist/warning.js', '/home/www/iamctv.com/wp-includes/js/dist/warning.js', 1, 0x00000000000000000000000000000000, 0xe04235ab85e9f916c86a63e2be24b5a8, 0x66226d5795ae2740df576ca0ca37a90371a9e1d8648854dcb94d6e0c3c91ae47, '', 0, '?'),
(0x710773bea241ad74810baace0164995c, 'wp-includes/js/dist/warning.min.js', '/home/www/iamctv.com/wp-includes/js/dist/warning.min.js', 1, 0x00000000000000000000000000000000, 0x5aa46ae80114eca74996b3b7b5ae5264, 0xef783ecf717451185f3aa7af692069f06ba14867ab907aa9910f4c70f8c7293d, '', 0, '?'),
(0x7233008897033de5ee0d14f86a42a65a, 'wp-includes/js/dist/widgets.js', '/home/www/iamctv.com/wp-includes/js/dist/widgets.js', 1, 0x00000000000000000000000000000000, 0x2be1085079c405f79c203ae24f7ce516, 0x918a78341dbbcb88228e14a8ef9bb301a8524fd267b8cccc7cc7ea68bc959a22, '', 0, '?'),
(0x38cf7e97234b397b752502dc79bb52c4, 'wp-includes/js/dist/widgets.min.js', '/home/www/iamctv.com/wp-includes/js/dist/widgets.min.js', 1, 0x00000000000000000000000000000000, 0x937be9538493f95c424add4edabcd42a, 0xe0d6f5550e6615302c22827cccdfbd48cf5d973a2e029b1d691ba72ed7cabf24, '', 0, '?'),
(0x32449b8a25824a9d1f9ea3df3fadd11a, 'wp-includes/js/dist/wordcount.js', '/home/www/iamctv.com/wp-includes/js/dist/wordcount.js', 1, 0x00000000000000000000000000000000, 0xa85d679174672cb39d6a61af54e79a5d, 0xd4218ddab5bbf9e31261bf8125789872d13d3416a1e3964fedb40af899d3cc03, '', 0, '?'),
(0xaeadb4f8fd2640017088d31dcec6c997, 'wp-includes/js/dist/wordcount.min.js', '/home/www/iamctv.com/wp-includes/js/dist/wordcount.min.js', 1, 0x00000000000000000000000000000000, 0xf551a6e377c410769ac8d9a87d8b9674, 0x5a8e517ed017c30864a177bb137d5748be88d3edbf2c90be2eb612c751c2e6c2, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xdafd1221a71614287494f2893c0ed4b9, 'wp-includes/js/heartbeat.js', '/home/www/iamctv.com/wp-includes/js/heartbeat.js', 1, 0x00000000000000000000000000000000, 0x6a9264a92704b8ce7e86993b1f7b9083, 0x912162a7e60cb9bddb2b3ce15b2d7c9ef1e02ae57e67c27255391b8f9119145a, '', 0, '?'),
(0x8b6e393790492e4ffad29ddebff0b007, 'wp-includes/js/heartbeat.min.js', '/home/www/iamctv.com/wp-includes/js/heartbeat.min.js', 1, 0x00000000000000000000000000000000, 0x1037a8ed82d90b1a12d0e3713c3f1252, 0x7a13f8a1b3bb6ddbebf805e8acb7b3460b231e862b27e356de0cefbcb6a09f0a, '', 0, '?'),
(0x9179df678bed1f7a6155228309584b47, 'wp-includes/js/hoverIntent.js', '/home/www/iamctv.com/wp-includes/js/hoverIntent.js', 1, 0x00000000000000000000000000000000, 0xa00b899f9182d32401019bf861a812bd, 0x79ec01fcdf666087b6eef644f526c5dce3954c4939ec40713d14acbac441824c, '', 0, '?'),
(0x532e46c8ab41be7f6aaeffe428a03a05, 'wp-includes/js/hoverIntent.min.js', '/home/www/iamctv.com/wp-includes/js/hoverIntent.min.js', 1, 0x00000000000000000000000000000000, 0x8c0498e2f1f7a684a8d2a3feb934b64b, 0x1e7add5c9b3ac68eac165b3464607d147b3b8210d195c16678984cd4a9f23d05, '', 0, '?'),
(0x0fbd0482e088ab1881aa6e8cb2034e64, 'wp-includes/js/hoverintent-js.min.js', '/home/www/iamctv.com/wp-includes/js/hoverintent-js.min.js', 1, 0x00000000000000000000000000000000, 0x08207f7088b62e6096753736b01cc13f, 0x5921e8123a0a19418a1dfecb9009bfe6daabd25a67cf2c3d9c7c1f9d96f215eb, '', 0, '?'),
(0x5eeff95e5c0551f3c33d2877b210ee86, 'wp-includes/js/imagesloaded.min.js', '/home/www/iamctv.com/wp-includes/js/imagesloaded.min.js', 1, 0x00000000000000000000000000000000, 0x3a56752b736635bf69cb069b8818cbfd, 0x96cde1d5344889fb3198506383bc01f029433663fd44d06148756d0e1a236356, '', 0, '?'),
(0x069397ac256251f1a3931b624d3cd678, 'wp-includes/js/imgareaselect/border-anim-h.gif', '/home/www/iamctv.com/wp-includes/js/imgareaselect/border-anim-h.gif', 1, 0x00000000000000000000000000000000, 0x5ac3c42cc86e745a5e36b67b4c70a134, 0x7173df63a9ccf5689acde06d2dfa25ea78a81a420299ec78df1f27eae385453a, '', 0, '?'),
(0x8bba46e822f7e87668e2a1244c628e8d, 'wp-includes/js/imgareaselect/border-anim-v.gif', '/home/www/iamctv.com/wp-includes/js/imgareaselect/border-anim-v.gif', 1, 0x00000000000000000000000000000000, 0x20c97a21993cf137ead9fdbecbc42aa8, 0x8be11f3efa15aac2f664e0953adbfdb98f146a31ed8d3cee2134db369367e6e4, '', 0, '?'),
(0x3c46e90febef507acc193232a387127e, 'wp-includes/js/imgareaselect/imgareaselect.css', '/home/www/iamctv.com/wp-includes/js/imgareaselect/imgareaselect.css', 1, 0x00000000000000000000000000000000, 0x7d28cad92829b3d633a087b5f3b595af, 0x9e71f321ddbf4ad38797f6690a19c1451ee1ad3573e5219d0d901d9785258381, '', 0, '?'),
(0xd8382f42b18f24389088cf1e04606d9c, 'wp-includes/js/imgareaselect/jquery.imgareaselect.js', '/home/www/iamctv.com/wp-includes/js/imgareaselect/jquery.imgareaselect.js', 1, 0x00000000000000000000000000000000, 0x022d19e81c128d3fbe131ff345532bcf, 0xcecec92cb3ae4f545b39eaab706da6ab1159cca3dfc3932cf980cdf1db3d66db, '', 0, '?'),
(0xd5f6bcfacda436e9002ffd936bfac0f4, 'wp-includes/js/imgareaselect/jquery.imgareaselect.min.js', '/home/www/iamctv.com/wp-includes/js/imgareaselect/jquery.imgareaselect.min.js', 1, 0x00000000000000000000000000000000, 0xe269c6507d2e9e983791f0242c7a550f, 0x8030ca8cf8751effca01212f7121a1659344f59b622156d2b3d16cca7aafa08b, '', 0, '?'),
(0x53582b37cafb081e311d3fc5f5cfee2d, 'wp-includes/js/jcrop/Jcrop.gif', '/home/www/iamctv.com/wp-includes/js/jcrop/Jcrop.gif', 1, 0x00000000000000000000000000000000, 0x5a8bfd37651305bdafbcf2cd51b0254b, 0x21889f4081a4589701374ac583c0e4febc709b33114bd23b530e2a21b8f5b04c, '', 0, '?'),
(0xfc678d229a107d5fbf37b8bda6dc4a35, 'wp-includes/js/jcrop/jquery.Jcrop.min.css', '/home/www/iamctv.com/wp-includes/js/jcrop/jquery.Jcrop.min.css', 1, 0x00000000000000000000000000000000, 0xe67db9dfec8e287f81132feb9bf6574d, 0x9f72fa4e1c52e16ed5ebacc9b3d430b2311aee36f81105815bfdd59bee09e683, '', 0, '?'),
(0x54872e6f40cea832ff77f5768e9f58b9, 'wp-includes/js/jcrop/jquery.Jcrop.min.js', '/home/www/iamctv.com/wp-includes/js/jcrop/jquery.Jcrop.min.js', 1, 0x00000000000000000000000000000000, 0x32466aeac5479e5a76f443510060dc5b, 0x553dc7d0d7c7c84f198ef36deb433579b6bb827deac735c45cd5eead017c0001, '', 0, '?'),
(0x76a19610020cdea303e3fb1d7f5211ef, 'wp-includes/js/jquery/jquery-migrate.js', '/home/www/iamctv.com/wp-includes/js/jquery/jquery-migrate.js', 1, 0x00000000000000000000000000000000, 0xc91800f536bebf3fd9b3f710b174d10d, 0x7497e81626e46870b57a8f89b377c49df0a626a0cfc59a39269437ba8abae576, '', 0, '?'),
(0xba61c9406f9bff27bfc96b62edfe0ef9, 'wp-includes/js/jquery/jquery-migrate.min.js', '/home/www/iamctv.com/wp-includes/js/jquery/jquery-migrate.min.js', 1, 0x00000000000000000000000000000000, 0x79b4956b7ec478ec10244b5e2d33ac7d, 0xe5ecf650d879f6ecef445c5c07ba630864e47ef614cc50bf88d5603720a0462f, '', 0, '?'),
(0xc4e0ca99007df4dfe794a04b9bf62eff, 'wp-includes/js/jquery/jquery.color.min.js', '/home/www/iamctv.com/wp-includes/js/jquery/jquery.color.min.js', 1, 0x00000000000000000000000000000000, 0x17cd1d07ad2134103bd6b7dec2a231dc, 0xb1079ab57df52b99213927f05e2dcf162d30da21e615fc1a727e6893dcc84139, '', 0, '?'),
(0x76fad2b8293b8f44b08d7e4a22e08f71, 'wp-includes/js/jquery/jquery.form.js', '/home/www/iamctv.com/wp-includes/js/jquery/jquery.form.js', 1, 0x00000000000000000000000000000000, 0x4fa896f615af66c3d7ef0f960895f14e, 0x3aeffe8655dfed8a618138e0d91a50fb998b8bad491fa415eb099bcf12af6ad0, '', 0, '?'),
(0x263d1a10bd2b747fed9222a22f6b270a, 'wp-includes/js/jquery/jquery.form.min.js', '/home/www/iamctv.com/wp-includes/js/jquery/jquery.form.min.js', 1, 0x00000000000000000000000000000000, 0xca2c44948f1078e4664c34670e8880e9, 0x3645d135e25ec17c479b2ca2a13ea968d457eaa8af169c5bc5457f8ba8cf42bd, '', 0, '?'),
(0x9cfe501a8dc52fe904a203af6c0e25a1, 'wp-includes/js/jquery/jquery.hotkeys.js', '/home/www/iamctv.com/wp-includes/js/jquery/jquery.hotkeys.js', 1, 0x00000000000000000000000000000000, 0x6a83fb684984514c5a4124556ef648a2, 0xb7ff5416a2a79384661bdf524d53cf39c2ba849d164d44529af352a1e3924ee9, '', 0, '?'),
(0xc5cd2d8670936c45c6f3d86b86112ff6, 'wp-includes/js/jquery/jquery.hotkeys.min.js', '/home/www/iamctv.com/wp-includes/js/jquery/jquery.hotkeys.min.js', 1, 0x00000000000000000000000000000000, 0xe353217d4555ab5c62b367be6889813d, 0x1a4ab7fb1d5ddd7820d5ae54ee0c15be17c463c1301b6e983920202b56e96be2, '', 0, '?'),
(0x6723e92c764d91ff8e8b97df3a0cf5e4, 'wp-includes/js/jquery/jquery.js', '/home/www/iamctv.com/wp-includes/js/jquery/jquery.js', 1, 0x00000000000000000000000000000000, 0xe3b76d17a85226896c92374e48c38d4b, 0xb8ee53d8d5171766ccdcf2980088b9e5dddb48529345cbec30e969d89b7366c3, '', 0, '?'),
(0x632cbd85b05b78deabf433a5060af940, 'wp-includes/js/jquery/jquery.masonry.min.js', '/home/www/iamctv.com/wp-includes/js/jquery/jquery.masonry.min.js', 1, 0x00000000000000000000000000000000, 0xcd0eb3406096ff80266e7c9d7d419186, 0xf65cdb990ca7bf021be18ae3097d4d9267df20bf24fd30b107205be4dde51342, '', 0, '?'),
(0xe15cf8f5b69df824db49a648c904eea5, 'wp-includes/js/jquery/jquery.min.js', '/home/www/iamctv.com/wp-includes/js/jquery/jquery.min.js', 1, 0x00000000000000000000000000000000, 0x02dd5d04add4759122013c5ab4dc5cc2, 0x564b6c03fdd52d5dabaed0c24b43e1e2523af0fb8c229eb7ecb9be47606a49a3, '', 0, '?'),
(0x7b9f1f29d734653402703ab106665787, 'wp-includes/js/jquery/jquery.query.js', '/home/www/iamctv.com/wp-includes/js/jquery/jquery.query.js', 1, 0x00000000000000000000000000000000, 0xd80dc4a1e4e14cb47a3bd2bf991830ea, 0x90198590d5b2b4eda1d13cee861f433df3f19d48903ac64c57ce8da63962dd0a, '', 0, '?'),
(0x281588d4672500cfc334dddb6c3e9c8d, 'wp-includes/js/jquery/jquery.schedule.js', '/home/www/iamctv.com/wp-includes/js/jquery/jquery.schedule.js', 1, 0x00000000000000000000000000000000, 0x0426b39754aa6bc766d89ea4c41bbd06, 0xa4dc3fef1714c67645ca948daa776ac701a6a1100643e550d59daf1dec5fb5a3, '', 0, '?'),
(0x7168ff36361f3597797cf23def3f5309, 'wp-includes/js/jquery/jquery.serialize-object.js', '/home/www/iamctv.com/wp-includes/js/jquery/jquery.serialize-object.js', 1, 0x00000000000000000000000000000000, 0x062a8544d0420d750f9f36aae4d3f221, 0xa9c0608e1952d4b6b532c980a26092b54d78170ececf69cf47a0667ae64332a2, '', 0, '?'),
(0xfc303c5073c9f1d79e480f97d1c13232, 'wp-includes/js/jquery/jquery.table-hotkeys.js', '/home/www/iamctv.com/wp-includes/js/jquery/jquery.table-hotkeys.js', 1, 0x00000000000000000000000000000000, 0x373fd24635fd16735335c33793ff2c28, 0x4a3c8acd3f5982f8b094bdd75375c5aaaf55268a0a4e79b460546b080c124ce7, '', 0, '?'),
(0xf2b1a0adfc1fb242c95204d47a878759, 'wp-includes/js/jquery/jquery.table-hotkeys.min.js', '/home/www/iamctv.com/wp-includes/js/jquery/jquery.table-hotkeys.min.js', 1, 0x00000000000000000000000000000000, 0xe56f81676f199db7bf937e69a64909fa, 0x843cb28a3db81fa48d3b923ac1745f2c77ab04c48349b7ca1806c12c8a2c999c, '', 0, '?'),
(0x6d59b7c118939a0c7d10c9bdeb0b853f, 'wp-includes/js/jquery/jquery.ui.touch-punch.js', '/home/www/iamctv.com/wp-includes/js/jquery/jquery.ui.touch-punch.js', 1, 0x00000000000000000000000000000000, 0x4cc86d1003c45134d6838f13e3885db1, 0x6b0e3e1d6a5440a9978e7accc3c81eafea16d59c2e4f42d7c06ac93027f4ea74, '', 0, '?'),
(0xc6ac2b1a96bcca1f49f3645e69203c00, 'wp-includes/js/jquery/suggest.js', '/home/www/iamctv.com/wp-includes/js/jquery/suggest.js', 1, 0x00000000000000000000000000000000, 0x3a2474569145d51ecabf7fc4fb078982, 0x72e71c2c4bcb70c59772715e62a25c91b83d725ad0155d83c90307361f812b0b, '', 0, '?'),
(0x821133a496c6876515c728c3ba39f911, 'wp-includes/js/jquery/suggest.min.js', '/home/www/iamctv.com/wp-includes/js/jquery/suggest.min.js', 1, 0x00000000000000000000000000000000, 0x7311075c2b411b299c94e36e2e3bab89, 0x0e493cbf127b0034af609c8f3c216a92b15a38eb8fb2e801bb4494480f57ff95, '', 0, '?'),
(0x563fba4f8e4e8588cd658b5a465c8c1f, 'wp-includes/js/jquery/ui/accordion.js', '/home/www/iamctv.com/wp-includes/js/jquery/ui/accordion.js', 1, 0x00000000000000000000000000000000, 0x4ef772b05c98d6595e71339f77bd8c27, 0x74d238b17fac4447468188e6fca06498c77db9726cb651e398de5edf75781c94, '', 0, '?'),
(0x36d9a80917ceff0e3a7b945e0544e189, 'wp-includes/js/jquery/ui/accordion.min.js', '/home/www/iamctv.com/wp-includes/js/jquery/ui/accordion.min.js', 1, 0x00000000000000000000000000000000, 0x98f09b434a4910c56d74bcabc23ac05b, 0x8bef28946f5e6fa91a6de31167c9f61d514c5f6c6f6a71e574373cef44adadae, '', 0, '?'),
(0xdfb411e2f91f025338d6d1130841d0a2, 'wp-includes/js/jquery/ui/autocomplete.js', '/home/www/iamctv.com/wp-includes/js/jquery/ui/autocomplete.js', 1, 0x00000000000000000000000000000000, 0xe057bc0c8f4f655085788161fbf9249d, 0x0265d5f444788e0e4ddc0328e9d1f8791924cddea42f9d4d5c7bc9670e19bab2, '', 0, '?'),
(0x67fe4564c9e331a2d2447dc2c2fc918a, 'wp-includes/js/jquery/ui/autocomplete.min.js', '/home/www/iamctv.com/wp-includes/js/jquery/ui/autocomplete.min.js', 1, 0x00000000000000000000000000000000, 0x44856f993a926c164e52d1ed2cedfeec, 0xaaad61677b6ea7c3a67fe5627205308b02485643c87ec4c1b4ae97c7123458e2, '', 0, '?'),
(0xc05654ae99326503e377ce67df8b7538, 'wp-includes/js/jquery/ui/button.js', '/home/www/iamctv.com/wp-includes/js/jquery/ui/button.js', 1, 0x00000000000000000000000000000000, 0xba611cf263473bccad96b23a24a22c9f, 0x92c804a827ce9da7c1b6bca6d1abb3948c345a6f769c05697c4b16eaf3bb99ad, '', 0, '?'),
(0x1ddce55d2f7efff8d571a1a558c58e45, 'wp-includes/js/jquery/ui/button.min.js', '/home/www/iamctv.com/wp-includes/js/jquery/ui/button.min.js', 1, 0x00000000000000000000000000000000, 0xf6999ce0d77483a68163c6647359d498, 0x69232db8dc5f0501386c9500ac1770214e43be9f534e78e32cf1d2f92e2e5af9, '', 0, '?'),
(0xc08ecea4653b79cd5bf01cbe1939eb39, 'wp-includes/js/jquery/ui/checkboxradio.js', '/home/www/iamctv.com/wp-includes/js/jquery/ui/checkboxradio.js', 1, 0x00000000000000000000000000000000, 0xa68e009f00c479c76c10eb340cc7a385, 0xf134bfb2f9be940b61492d8ae798f2b1a067ddddfd14a9174d918363d2a7f81e, '', 0, '?'),
(0x4643572e18f63307a3b1a61ab19d55cd, 'wp-includes/js/jquery/ui/checkboxradio.min.js', '/home/www/iamctv.com/wp-includes/js/jquery/ui/checkboxradio.min.js', 1, 0x00000000000000000000000000000000, 0x0e2f9957a0a30999856c8f8c5d3996ac, 0x1475c028d5258ea2ff50ded0a2cf809c49e688af03882e040627122baf3a04e4, '', 0, '?'),
(0xff930e4846297f195ce7c12c9162f4fd, 'wp-includes/js/jquery/ui/controlgroup.js', '/home/www/iamctv.com/wp-includes/js/jquery/ui/controlgroup.js', 1, 0x00000000000000000000000000000000, 0xb3801a38bfd776f277b59d737beb1d6f, 0x6f849110eee5397a9736e9396f32f668c9032a2555755540d3a7cb5adbb2904e, '', 0, '?'),
(0x563215c74cd602fc00dbbaf3031314bd, 'wp-includes/js/jquery/ui/controlgroup.min.js', '/home/www/iamctv.com/wp-includes/js/jquery/ui/controlgroup.min.js', 1, 0x00000000000000000000000000000000, 0xe63e2c516bd4f59b064811e08b8f4c2c, 0x71393237f95a9578ae95d1e60e7a608579f2180d22c44b8018e4e3dab8ca1f02, '', 0, '?'),
(0x8469324f92d78db5da2ba873cc582eb5, 'wp-includes/js/jquery/ui/core.js', '/home/www/iamctv.com/wp-includes/js/jquery/ui/core.js', 1, 0x00000000000000000000000000000000, 0xee9182a139ce373d9cc5eb48b94998be, 0xede4924d3c26fa4c5543cf778e80647de14c4c20d254677a3b1688294755d1de, '', 0, '?'),
(0xe825799d3e7d48c3166f14dae6fa2836, 'wp-includes/js/jquery/ui/core.min.js', '/home/www/iamctv.com/wp-includes/js/jquery/ui/core.min.js', 1, 0x00000000000000000000000000000000, 0x6aaf0a4e8eac131defea126f5b1b5fbf, 0x8c4d8eff66f1d17fa18d756c0fc266e200c96eea20cfa30567d504e4b170336f, '', 0, '?'),
(0x5b17c747bba4fc65f66127ed69e8adda, 'wp-includes/js/jquery/ui/datepicker.js', '/home/www/iamctv.com/wp-includes/js/jquery/ui/datepicker.js', 1, 0x00000000000000000000000000000000, 0x9a2e57a685449769bd07418397d6e4ea, 0x25cd222c08880d600bd6b51b0a89db7c8df864298b26317cb6a2cf09c9b071e6, '', 0, '?'),
(0x406b2fa0c1a107058ce649893f542c12, 'wp-includes/js/jquery/ui/datepicker.min.js', '/home/www/iamctv.com/wp-includes/js/jquery/ui/datepicker.min.js', 1, 0x00000000000000000000000000000000, 0x24443da3a469ca21411e562a861ec083, 0x76ef217a5bdadbc0ae800bd4bdad442cca9a0f29decf735acbc0dff5ce64aa62, '', 0, '?'),
(0x8e9f214ea8b444e777ae60a6f0be5bca, 'wp-includes/js/jquery/ui/dialog.js', '/home/www/iamctv.com/wp-includes/js/jquery/ui/dialog.js', 1, 0x00000000000000000000000000000000, 0xa9b770c1764671108d1117c7ade6f280, 0x7ebcd2ac6158372ce94b14f8c2d643c672ca650bd23c122b0379d4a01a17c721, '', 0, '?'),
(0x1846abd2657fc0fbd67ded28b71be5bf, 'wp-includes/js/jquery/ui/dialog.min.js', '/home/www/iamctv.com/wp-includes/js/jquery/ui/dialog.min.js', 1, 0x00000000000000000000000000000000, 0xf02a63086bd91b817c00f7521ec7d115, 0x092fe9f4a15aa59ad24f56a277672b340bd91570e3447c05546702d7633b2f4a, '', 0, '?'),
(0x198fe82cc2823d39e4d7d868cc364bdb, 'wp-includes/js/jquery/ui/draggable.js', '/home/www/iamctv.com/wp-includes/js/jquery/ui/draggable.js', 1, 0x00000000000000000000000000000000, 0x87464cea88d0bdab321608eaa937d952, 0xde39931491e5c4fefe67e9d3f314eb976a429f071e02b6b76c0e5ee66b5d5117, '', 0, '?'),
(0x7001f4f43775cc4ccd5f7f7b32c39b96, 'wp-includes/js/jquery/ui/draggable.min.js', '/home/www/iamctv.com/wp-includes/js/jquery/ui/draggable.min.js', 1, 0x00000000000000000000000000000000, 0xe5928fe54e2689822e39407a9ce71391, 0x9bca8983a0694eace2259205317f78b0c5d13e370d88d5d3543367782c37552e, '', 0, '?'),
(0xea51c941100ee809f03d1e489faf372d, 'wp-includes/js/jquery/ui/droppable.js', '/home/www/iamctv.com/wp-includes/js/jquery/ui/droppable.js', 1, 0x00000000000000000000000000000000, 0xb7b585d1a198fd3001a1ee24b6387d16, 0x248a90619f58f7bcbbfb41f7391631f26eefe2d7e6554cd904108c96272d9aad, '', 0, '?'),
(0xef7a0ffac09cd8f6d7f27c947afb7876, 'wp-includes/js/jquery/ui/droppable.min.js', '/home/www/iamctv.com/wp-includes/js/jquery/ui/droppable.min.js', 1, 0x00000000000000000000000000000000, 0x986cbf4f93616febf4243f6e3e76e3e9, 0x6328ecaa139db173f161e9c2c4024c6124fd53d155dbc45e07c276a5dc0c548e, '', 0, '?'),
(0x73f8ef880205fc2a5456a93106af6f45, 'wp-includes/js/jquery/ui/effect-blind.js', '/home/www/iamctv.com/wp-includes/js/jquery/ui/effect-blind.js', 1, 0x00000000000000000000000000000000, 0x583d9cbf7a0a2fb43771bbec6723ac61, 0x7442e751bf2983e0fe1456e65635f01eedb0c65476a5385682eb9ba5592f56c4, '', 0, '?'),
(0x0b266306b5590144d823e8507b2ba29d, 'wp-includes/js/jquery/ui/effect-blind.min.js', '/home/www/iamctv.com/wp-includes/js/jquery/ui/effect-blind.min.js', 1, 0x00000000000000000000000000000000, 0x1811d0fd151b753022f9c2f00c336759, 0xf365ef1f92cfae30ffffd50ef76e6b6f529c46ed3edd8d302f3d379986324393, '', 0, '?'),
(0xc04db92f3ce650f4df8de7662e16a4f0, 'wp-includes/js/jquery/ui/effect-bounce.js', '/home/www/iamctv.com/wp-includes/js/jquery/ui/effect-bounce.js', 1, 0x00000000000000000000000000000000, 0x160b3767721c74e72f5bcc76bfb63cbd, 0x070511784ff7edb6470cbc3704b039758694d9e90f51c59130d822007a695d5d, '', 0, '?'),
(0xffa861355b34fc053515bc4d659d7043, 'wp-includes/js/jquery/ui/effect-bounce.min.js', '/home/www/iamctv.com/wp-includes/js/jquery/ui/effect-bounce.min.js', 1, 0x00000000000000000000000000000000, 0xc6e092664cece8036f31c49c8a95564c, 0x26862cb1ee1836fb4bc14b3ef79b453065fbc7cef116e489c1798213b21f8eec, '', 0, '?'),
(0xb11ad6e8861d9888b9818142692f36f8, 'wp-includes/js/jquery/ui/effect-clip.js', '/home/www/iamctv.com/wp-includes/js/jquery/ui/effect-clip.js', 1, 0x00000000000000000000000000000000, 0x692e4846754697236734de907428d591, 0x93e629ff3e17667ab2f4c8a4a88d1ef981ce73aee6ea499a0edc0122957018c5, '', 0, '?'),
(0x9ce55589b1f324ec5c2add315e9c53fd, 'wp-includes/js/jquery/ui/effect-clip.min.js', '/home/www/iamctv.com/wp-includes/js/jquery/ui/effect-clip.min.js', 1, 0x00000000000000000000000000000000, 0x248f082057a26a02233a1d5a09745731, 0x3b251458a9b26f605859ce59e381679864f5dab7da21e4bc41fecfd2a32a4ee6, '', 0, '?'),
(0x1affb9c22fa1cd839eed5425ab671b34, 'wp-includes/js/jquery/ui/effect-drop.js', '/home/www/iamctv.com/wp-includes/js/jquery/ui/effect-drop.js', 1, 0x00000000000000000000000000000000, 0x136772270f083e2f997bb433d3eb6f8f, 0x63584f44aa90c37f223b6e50debbad2a60f9c23a7b8b79bb1b3dd9290eec9a46, '', 0, '?'),
(0xec440d0f687dbc0419e811afb682210a, 'wp-includes/js/jquery/ui/effect-drop.min.js', '/home/www/iamctv.com/wp-includes/js/jquery/ui/effect-drop.min.js', 1, 0x00000000000000000000000000000000, 0x2faf0e0203fa3c8ae0145b629f6b64eb, 0x524253a33260b7c1090d44fa0e2939262ef6a3b840523bf5317344609fee2b57, '', 0, '?'),
(0x9bf0d457b41c03d57bda5c2c83597581, 'wp-includes/js/jquery/ui/effect-explode.js', '/home/www/iamctv.com/wp-includes/js/jquery/ui/effect-explode.js', 1, 0x00000000000000000000000000000000, 0xdd1a59b7b16d76150b8fcf67bc99e6c2, 0x48ac4d8e32ebb824a8a5972319a857189c41ec3b077fbfe4e92bf39961133302, '', 0, '?'),
(0xcf8a153df7c658aeacf762427a27208c, 'wp-includes/js/jquery/ui/effect-explode.min.js', '/home/www/iamctv.com/wp-includes/js/jquery/ui/effect-explode.min.js', 1, 0x00000000000000000000000000000000, 0xbe2beaa629d644dca898dff086d13207, 0x343a72e012c479e31a0dedd6d075b969e5aab88e6ac60dcb882286ac666ebdd6, '', 0, '?'),
(0xffdac2a936fef50e3cd7d500395a6952, 'wp-includes/js/jquery/ui/effect-fade.js', '/home/www/iamctv.com/wp-includes/js/jquery/ui/effect-fade.js', 1, 0x00000000000000000000000000000000, 0x9a3fd38a49762ebed150068365eff628, 0x0aa10064a471a49a3b7bd230bc40255d525e0dfb1140e0f1066f3bcc761e69c2, '', 0, '?'),
(0x9db490c741f3472c87c33c8c07b8b816, 'wp-includes/js/jquery/ui/effect-fade.min.js', '/home/www/iamctv.com/wp-includes/js/jquery/ui/effect-fade.min.js', 1, 0x00000000000000000000000000000000, 0x1a0cb909d51d4ae1116207312f05933f, 0xff86475df9459cd534f4355fd6fe17c56543c7bc3ff8de76eb1ff47880bc1e9d, '', 0, '?'),
(0x7f3600984ff2aaae166b767a1566544e, 'wp-includes/js/jquery/ui/effect-fold.js', '/home/www/iamctv.com/wp-includes/js/jquery/ui/effect-fold.js', 1, 0x00000000000000000000000000000000, 0x62ee739356010804d9627bb3caf97b66, 0x667037be97a0ef0c3c64f68c0075172b996ecb717947a05833e649a673aa8274, '', 0, '?'),
(0x04b7500027d8306ca79faf76c8234a3c, 'wp-includes/js/jquery/ui/effect-fold.min.js', '/home/www/iamctv.com/wp-includes/js/jquery/ui/effect-fold.min.js', 1, 0x00000000000000000000000000000000, 0xf63059e246fd4567adcb57e2f3842baa, 0x006f9a25ce39b991f29750ba2fad93141bd7d7ea56c72dfe60c6c31f8cdc12e1, '', 0, '?'),
(0xc4b687c696966f9d8ae7c3a8667b550b, 'wp-includes/js/jquery/ui/effect-highlight.js', '/home/www/iamctv.com/wp-includes/js/jquery/ui/effect-highlight.js', 1, 0x00000000000000000000000000000000, 0x8d6f1127884f576b0be64079a92faca5, 0x4b4b59c6952a240819456222e2f84a66f69edc73523ed1710234aea66729975b, '', 0, '?'),
(0x0c7be74d8c930c69bb69326e95c336dc, 'wp-includes/js/jquery/ui/effect-highlight.min.js', '/home/www/iamctv.com/wp-includes/js/jquery/ui/effect-highlight.min.js', 1, 0x00000000000000000000000000000000, 0x4071c300c4e790dc774dcaa4ae3a5c4b, 0xb02953178f5b6e7d3d542641bb58d4768edc5e7caaaafe7553ad70ee62e315e8, '', 0, '?'),
(0x764db86d082a265ab660272f62d1052b, 'wp-includes/js/jquery/ui/effect-puff.js', '/home/www/iamctv.com/wp-includes/js/jquery/ui/effect-puff.js', 1, 0x00000000000000000000000000000000, 0xd76eb18fa216cd4f4e870ae2dce38b6e, 0x9f48a59a752c686aa1966115cdb4ff94fc4acd5e7c61a691a4bacac438111ef4, '', 0, '?'),
(0xa6fcadf3386039f9d73f42629306d091, 'wp-includes/js/jquery/ui/effect-puff.min.js', '/home/www/iamctv.com/wp-includes/js/jquery/ui/effect-puff.min.js', 1, 0x00000000000000000000000000000000, 0x8c914d937daeaf4f0ad3f21d8a97abb6, 0x9b699633c91a5e72a27f20c6a20cef07242fc1ea92fbf67cbe749a83afaf32cf, '', 0, '?'),
(0x3dd33bb67be0b3c6f7b065d536ba35bb, 'wp-includes/js/jquery/ui/effect-pulsate.js', '/home/www/iamctv.com/wp-includes/js/jquery/ui/effect-pulsate.js', 1, 0x00000000000000000000000000000000, 0x7bfd15ea2f52567493fc9d7d877b682d, 0xa2aded162ad7a45047886bff9e5cb47eafaf1ac301cb746d0369464301427658, '', 0, '?'),
(0x98188bb5ef8638281ab96ae85a5d077d, 'wp-includes/js/jquery/ui/effect-pulsate.min.js', '/home/www/iamctv.com/wp-includes/js/jquery/ui/effect-pulsate.min.js', 1, 0x00000000000000000000000000000000, 0x4760297cad568dfa9e1cefa776a29a16, 0xdc1834955d7564ce6982d3a378148219f2a5aec0a2e20712702515a49645b7ac, '', 0, '?'),
(0x3090939fc56bbf0f201e3fde9ed4dbee, 'wp-includes/js/jquery/ui/effect-scale.js', '/home/www/iamctv.com/wp-includes/js/jquery/ui/effect-scale.js', 1, 0x00000000000000000000000000000000, 0x4fc5150206f13673c722ba74fa053943, 0xfd77aaf83ae8f9c07008556855ce759a4d70928e83df9243f430e378e3dab678, '', 0, '?'),
(0x15343b56cff4278c2fb6f2e61ca866ba, 'wp-includes/js/jquery/ui/effect-scale.min.js', '/home/www/iamctv.com/wp-includes/js/jquery/ui/effect-scale.min.js', 1, 0x00000000000000000000000000000000, 0xe44254aee10ef35f6b4ae8ff61794ce7, 0xe5fc0abcb8a70a3e8b24e760b493af4e6fb46dd90bc1166adb1d683175003dc2, '', 0, '?'),
(0xf52997236af1649aa753b8b6ee65ca8b, 'wp-includes/js/jquery/ui/effect-shake.js', '/home/www/iamctv.com/wp-includes/js/jquery/ui/effect-shake.js', 1, 0x00000000000000000000000000000000, 0x4b6806d818efa52556ab80648f7cfacc, 0xc12b7f76740f281ed13ea8cc419b16eb9a12cd06b94956a171b44dc920bb209f, '', 0, '?'),
(0x100693a2fe4e56d4b1b30be6887ac35a, 'wp-includes/js/jquery/ui/effect-shake.min.js', '/home/www/iamctv.com/wp-includes/js/jquery/ui/effect-shake.min.js', 1, 0x00000000000000000000000000000000, 0xce1026e3d157a85920e61bc8ce3678d9, 0x4ab987d07c5f67486669e31e1c8666f61270d3b64d19bdf13cff1c675894818f, '', 0, '?'),
(0xb77f32b1445b22b9f1ff842a2228d7d7, 'wp-includes/js/jquery/ui/effect-size.js', '/home/www/iamctv.com/wp-includes/js/jquery/ui/effect-size.js', 1, 0x00000000000000000000000000000000, 0x76a9f80f685913a014717cb10f54439b, 0x78305145120d9e5fb7878faec526fd2650519a27e23d0c58c067616fd9105446, '', 0, '?'),
(0x0217a8917eb87760b2353b4611e3aeae, 'wp-includes/js/jquery/ui/effect-size.min.js', '/home/www/iamctv.com/wp-includes/js/jquery/ui/effect-size.min.js', 1, 0x00000000000000000000000000000000, 0xbcf3e4b9c2047a8b735f8954d7fada81, 0x84f708c8b8e599627be18ecf7c9c03e618e8dbab9a8a31ba8555606749a5387e, '', 0, '?'),
(0x3df80e61dc159fbb1210f7b5d0302616, 'wp-includes/js/jquery/ui/effect-slide.js', '/home/www/iamctv.com/wp-includes/js/jquery/ui/effect-slide.js', 1, 0x00000000000000000000000000000000, 0x3ba7be0e909579a91c5434cf3cdb1151, 0x7af322fef64beb45415b155feac2c9160f4f8c56075059d4da1967e5fa160632, '', 0, '?'),
(0x59d4e4d6ed5da690aec59e49869516a8, 'wp-includes/js/jquery/ui/effect-slide.min.js', '/home/www/iamctv.com/wp-includes/js/jquery/ui/effect-slide.min.js', 1, 0x00000000000000000000000000000000, 0xe0b6ee7035469fab34982887e7ef21f7, 0xbda24c8a0eaac78b9f4cf8713f87ed821463f87b3bace3dc517e424a7ef16946, '', 0, '?'),
(0x27bb677ccdb922ac94826a02ddb932c7, 'wp-includes/js/jquery/ui/effect-transfer.js', '/home/www/iamctv.com/wp-includes/js/jquery/ui/effect-transfer.js', 1, 0x00000000000000000000000000000000, 0x2d6c12d21c519b69760d033b7a46e99c, 0x316abdfc589fc1ed28ea4f72ff6f5ae59ae74606eee158bfb10a0729d8acee66, '', 0, '?'),
(0x8cad6cab2e48077c538417b3d67bb086, 'wp-includes/js/jquery/ui/effect-transfer.min.js', '/home/www/iamctv.com/wp-includes/js/jquery/ui/effect-transfer.min.js', 1, 0x00000000000000000000000000000000, 0xdd90af7ff0f41c30b3e2795c7264e311, 0xe3e49afd099533cec4217aadf65319526f1f31ea7682a590cba4d72712138573, '', 0, '?'),
(0x7ace8bdb97da60eee78083e7f431000e, 'wp-includes/js/jquery/ui/effect.js', '/home/www/iamctv.com/wp-includes/js/jquery/ui/effect.js', 1, 0x00000000000000000000000000000000, 0xa185f10caa02811c734fb96ab80abcb5, 0xd98cbc2c0eac765056b890cfd46e419953af6aee0493df4def5ae482f1253b4b, '', 0, '?'),
(0xcfdd99aa50289983c94f270e4591f965, 'wp-includes/js/jquery/ui/effect.min.js', '/home/www/iamctv.com/wp-includes/js/jquery/ui/effect.min.js', 1, 0x00000000000000000000000000000000, 0xaa5fef7b171510a2a430328d4a0f3b03, 0x85fdaa26782a39eef41bacd5b556f44769fbb91e5a61eefee6ac4275cc5b76b4, '', 0, '?'),
(0x65756fcef0ec28a6810eea81380b3f35, 'wp-includes/js/jquery/ui/menu.js', '/home/www/iamctv.com/wp-includes/js/jquery/ui/menu.js', 1, 0x00000000000000000000000000000000, 0x3c8b2ad34cf9c789e7e38b1d61fb6cc6, 0x5e2843130134414840eafdb6e5a3ee615ed3e4786e4805f5096f624122beb208, '', 0, '?'),
(0x37c063eec2a229dce61e1753f36562b5, 'wp-includes/js/jquery/ui/menu.min.js', '/home/www/iamctv.com/wp-includes/js/jquery/ui/menu.min.js', 1, 0x00000000000000000000000000000000, 0x887f1d35750dab9617fc2e87ed2c7905, 0xf47ccb789928e451b876a40630a5dd22df6c931dcfe574e053870d87f5a9293c, '', 0, '?'),
(0x746db60aa391471d4f0927fa031adeb5, 'wp-includes/js/jquery/ui/mouse.js', '/home/www/iamctv.com/wp-includes/js/jquery/ui/mouse.js', 1, 0x00000000000000000000000000000000, 0xbf1d96e6d6650675bde8156ab4911da3, 0xe13b2d33366affc85033715b4f927d047bf2f70c36f4439753436b2732f9c5dc, '', 0, '?'),
(0xa1b2a8e680cb3a7806d9fd3de17d8804, 'wp-includes/js/jquery/ui/mouse.min.js', '/home/www/iamctv.com/wp-includes/js/jquery/ui/mouse.min.js', 1, 0x00000000000000000000000000000000, 0x5c38aa6d5b98586ca2ba973ab8b4b6b1, 0x1cf0429bd35fd459d9fa8859ab929cc981ec3cc4c7165ae687d8b06cf875c389, '', 0, '?'),
(0xb4763ef0388af327b6f45436b6cdd558, 'wp-includes/js/jquery/ui/progressbar.js', '/home/www/iamctv.com/wp-includes/js/jquery/ui/progressbar.js', 1, 0x00000000000000000000000000000000, 0xc470259e3725f343042f069973a48b85, 0x201d0ab140fe19422bb44cce6fe5264fbe06cbe9705009ccd69772ea1a5e7b52, '', 0, '?'),
(0x3d66e975f1a5413e3c54116896c9cf40, 'wp-includes/js/jquery/ui/progressbar.min.js', '/home/www/iamctv.com/wp-includes/js/jquery/ui/progressbar.min.js', 1, 0x00000000000000000000000000000000, 0x20aba941eb2feba7c046aae513527b3d, 0x77cbf6eb9c55c2ba03f6b9e75db9fc76f5b50a84bd37e6578badd481d0a9a27b, '', 0, '?'),
(0xfa6e3ad17a57115fc3429b53f952ac8a, 'wp-includes/js/jquery/ui/resizable.js', '/home/www/iamctv.com/wp-includes/js/jquery/ui/resizable.js', 1, 0x00000000000000000000000000000000, 0x6e0fa71294d39145079e0005db82e48a, 0x5be0f7018bcb2146c34b50b1104d9505bec5049b53b4a11a56fd18d392a2c604, '', 0, '?'),
(0x12ffb42db986693e62738c0c7f9b31e9, 'wp-includes/js/jquery/ui/resizable.min.js', '/home/www/iamctv.com/wp-includes/js/jquery/ui/resizable.min.js', 1, 0x00000000000000000000000000000000, 0xb3d4dfc449fca06f4949f6c43f004bbc, 0x64ad1fc6d53007fc694e8a1acebaf0a83097ff760f29fd1f33445bd9f33e3606, '', 0, '?'),
(0x7e1db1f65cc9c75f628424c92da5ea21, 'wp-includes/js/jquery/ui/selectable.js', '/home/www/iamctv.com/wp-includes/js/jquery/ui/selectable.js', 1, 0x00000000000000000000000000000000, 0x47156cbfaddb226cffda3876c76dd49a, 0xe589a3b668420a91e98ffbee921a626186daa28fe8a95bfe4befa7eeb4e061d3, '', 0, '?'),
(0xd876f5fde3c60deafbb4120b26588d89, 'wp-includes/js/jquery/ui/selectable.min.js', '/home/www/iamctv.com/wp-includes/js/jquery/ui/selectable.min.js', 1, 0x00000000000000000000000000000000, 0xa7542d820d701a8f7da3ebe3706428a7, 0x339177395761895776f7770f564fe9c891408083c145167ccda4ea0b19b08bfd, '', 0, '?'),
(0xfbeed5d4ea2b6604365115e1fafc7939, 'wp-includes/js/jquery/ui/selectmenu.js', '/home/www/iamctv.com/wp-includes/js/jquery/ui/selectmenu.js', 1, 0x00000000000000000000000000000000, 0xb398302e73cef67340a07bff765b7f70, 0x1657a8d1a45d2323c4910e48211351197148af31472a77fe2fd799258e1c38cf, '', 0, '?'),
(0x5330f4d6bee2d74b2f313775fc8eec94, 'wp-includes/js/jquery/ui/selectmenu.min.js', '/home/www/iamctv.com/wp-includes/js/jquery/ui/selectmenu.min.js', 1, 0x00000000000000000000000000000000, 0xe26c71149fa8df6b8dfdfd797ac0a865, 0x67e2e68da65de306406dc590408772b7261098552cff9cbffd43525e52724ebe, '', 0, '?'),
(0x58d06b2844f1d671c89bf7fd4703f6a8, 'wp-includes/js/jquery/ui/slider.js', '/home/www/iamctv.com/wp-includes/js/jquery/ui/slider.js', 1, 0x00000000000000000000000000000000, 0x7ee72fbe4c835c019f0e5d06a4c9d6d1, 0x92614ee6ff55ac90f89ba146a61946a564ee96995b03b973c1c8d1bc40188863, '', 0, '?'),
(0x0f5cdc07e0e3941db7f041562ae7b1bf, 'wp-includes/js/jquery/ui/slider.min.js', '/home/www/iamctv.com/wp-includes/js/jquery/ui/slider.min.js', 1, 0x00000000000000000000000000000000, 0x0ee357a183287d64fcf277f66d532e6d, 0x139389b444fa743a808ae19303a7f8093e63a9c7aa0b8c152889b1fd27a4496c, '', 0, '?'),
(0xa524165f04eee017c358d77f8a6c61d2, 'wp-includes/js/jquery/ui/sortable.js', '/home/www/iamctv.com/wp-includes/js/jquery/ui/sortable.js', 1, 0x00000000000000000000000000000000, 0xc5833287b60ebdb97c9fc62ab5974799, 0x109ca7b9e612452131b1d111265dfa18c48cc74caca5ce5efebdf571904aa744, '', 0, '?'),
(0x6d8808ba2d1a6d31bda5c8fba377c7ef, 'wp-includes/js/jquery/ui/sortable.min.js', '/home/www/iamctv.com/wp-includes/js/jquery/ui/sortable.min.js', 1, 0x00000000000000000000000000000000, 0x9c987714777529a5e2b4afd81a1f2f7f, 0x9dfcc0ba8cf199c7de1b08008ddb504c49f75e746a3c80fd020325153d53c364, '', 0, '?'),
(0xcbd6e6bb0f4efabd1c00d9dddcb9ce74, 'wp-includes/js/jquery/ui/spinner.js', '/home/www/iamctv.com/wp-includes/js/jquery/ui/spinner.js', 1, 0x00000000000000000000000000000000, 0x80459a79242c19025142bb1c98fa9ea8, 0xe410658e7b0851f676cc26d3e5729f9bfd3ad33305ffffcbaca2a92f5c2b66ae, '', 0, '?'),
(0x6d459aaff1f6beba5ce71529ded86fd4, 'wp-includes/js/jquery/ui/spinner.min.js', '/home/www/iamctv.com/wp-includes/js/jquery/ui/spinner.min.js', 1, 0x00000000000000000000000000000000, 0x9d82936d3e9cf953a2eb71de00c93cfa, 0xe936a027b6d2828adef4c62f01dbbe729cd746a903d8d24fb901eaefb5276470, '', 0, '?'),
(0x66cf1433d7fdb8590f11c614faa9f154, 'wp-includes/js/jquery/ui/tabs.js', '/home/www/iamctv.com/wp-includes/js/jquery/ui/tabs.js', 1, 0x00000000000000000000000000000000, 0xc5d41b3f446701af50e422105129d955, 0xaa12fba4abc3ea9bb287c4808178b8076401d17835fa4fcfd1708a0cabdb53c1, '', 0, '?'),
(0xaff08b812835ec6148ad791c6f2c58fe, 'wp-includes/js/jquery/ui/tabs.min.js', '/home/www/iamctv.com/wp-includes/js/jquery/ui/tabs.min.js', 1, 0x00000000000000000000000000000000, 0x1d376be55e51aea00d432f6659d3e0d1, 0x0d185b507f7fe782e1d41a0ac1a1bce380f27aa8f707efdffc33892af81a7f72, '', 0, '?'),
(0xdfd4597618947acfd6972a9639e3ef61, 'wp-includes/js/jquery/ui/tooltip.js', '/home/www/iamctv.com/wp-includes/js/jquery/ui/tooltip.js', 1, 0x00000000000000000000000000000000, 0x3c08b539affd0912047466328779a483, 0xbc565f2b7fd0d2e1661a0508d875051fcbd91556803f20a9363a4ca76541590b, '', 0, '?'),
(0x2d8a5fbad72bcdd405590b6ea813d953, 'wp-includes/js/jquery/ui/tooltip.min.js', '/home/www/iamctv.com/wp-includes/js/jquery/ui/tooltip.min.js', 1, 0x00000000000000000000000000000000, 0x11ff8e4ed98bf4c707f67352f66786e4, 0xb6a487e29ce18d7500134528b3111b1e145489f0116df39bbab62246be27034f, '', 0, '?'),
(0x2ae7101a3037d1a5314f81d3d3d98e38, 'wp-includes/js/json2.js', '/home/www/iamctv.com/wp-includes/js/json2.js', 1, 0x00000000000000000000000000000000, 0x73a1d77b4e827c45061f4fab041030a9, 0x71339f1c2e141b2e8a0b6a112047101d5c1752d36eddbc492f05541cb6892ded, '', 0, '?'),
(0xfdb4f6d7f8f529dd28a4d03c1f07d9dd, 'wp-includes/js/json2.min.js', '/home/www/iamctv.com/wp-includes/js/json2.min.js', 1, 0x00000000000000000000000000000000, 0x9677bc1705effeee6bdef6c5ff4a6e88, 0xcfd2f9b1eb0d6176435391639a357ed9478e4d9bf3d4459e8d619c96edd32cd1, '', 0, '?'),
(0xaaaaf5d914860c987c860120b20fbd19, 'wp-includes/js/masonry.min.js', '/home/www/iamctv.com/wp-includes/js/masonry.min.js', 1, 0x00000000000000000000000000000000, 0x3b3fc826e58fc554108e4a651c9c7848, 0x2481ac21c97c3d2366158563ea6a63f9c1c73aa5aa54b9513062e6b82cca8991, '', 0, '?'),
(0x72e9f6107287284aaf67f728a879ad74, 'wp-includes/js/mce-view.js', '/home/www/iamctv.com/wp-includes/js/mce-view.js', 1, 0x00000000000000000000000000000000, 0x3273b048aba1d9913b5bbfa918960973, 0xabc8023860390bdab06ee9102d2eca0948c70b4470a2ab6b2bd0ceb397f96249, '', 0, '?'),
(0xee1417890b9566d92575df50fbcaf184, 'wp-includes/js/mce-view.min.js', '/home/www/iamctv.com/wp-includes/js/mce-view.min.js', 1, 0x00000000000000000000000000000000, 0xf15c28f52ecb22f868c70c1112c68092, 0x9d374f39f58c1bb3491a91429f84989f3089dc5a5dd4a726b9be27b27fcb24fa, '', 0, '?'),
(0x8dac7bdf306c28c6b275392c7753d875, 'wp-includes/js/media-audiovideo.js', '/home/www/iamctv.com/wp-includes/js/media-audiovideo.js', 1, 0x00000000000000000000000000000000, 0x83b89c5f83d15851f6a8e418bde457d8, 0x48f98161d9e69ec78113eef42d46df7c00e1ec4e3eed6937e7bcc7e52aa4c7cd, '', 0, '?'),
(0xb547565c7ab28523b0ff83213ba2c40f, 'wp-includes/js/media-audiovideo.min.js', '/home/www/iamctv.com/wp-includes/js/media-audiovideo.min.js', 1, 0x00000000000000000000000000000000, 0xd791f3bad67094c0cb901f150ff66737, 0x033f96590ee749e654a762d7fd9626be7bd718b17f264473dd6f9dcdfb961637, '', 0, '?'),
(0xf575f481034e90e21d832e415fd95fcf, 'wp-includes/js/media-editor.js', '/home/www/iamctv.com/wp-includes/js/media-editor.js', 1, 0x00000000000000000000000000000000, 0x93a84034566188cba3829bf2c5f086e1, 0xb89bac7f39995297d61c87ae0d87a0c6b26f5bc74e864b1896cfc5a12a688bef, '', 0, '?'),
(0x092cb9a92fd595188b21e79b6779fe64, 'wp-includes/js/media-editor.min.js', '/home/www/iamctv.com/wp-includes/js/media-editor.min.js', 1, 0x00000000000000000000000000000000, 0x3c348e69e624cc9da447ddf6a067890a, 0x529bfc360cdc3067fb28f8e5eddd5b60354e3dc685e02d2e1f3e7754c21fdbc2, '', 0, '?'),
(0x52af5c5343af7c6a7504d339b505bf41, 'wp-includes/js/media-grid.js', '/home/www/iamctv.com/wp-includes/js/media-grid.js', 1, 0x00000000000000000000000000000000, 0xc57c35b1a0f36f189f248a89e451f781, 0x926142d7d6dcecdccf37f04d4d17f52dc1d6ecc7db997dfa08cc72fce6ed049f, '', 0, '?'),
(0xf459b4aa528959692fb5b76c404858d3, 'wp-includes/js/media-grid.min.js', '/home/www/iamctv.com/wp-includes/js/media-grid.min.js', 1, 0x00000000000000000000000000000000, 0x1f247c93c6a40e3c929cae315195b8ae, 0x3d00dcf3b09fd40d52ea01159831f44f512dbf01ad3c6f70a440d98427e0ead1, '', 0, '?'),
(0x10298f9f0c5fe6f6924aaf87d71d99d4, 'wp-includes/js/media-models.js', '/home/www/iamctv.com/wp-includes/js/media-models.js', 1, 0x00000000000000000000000000000000, 0x8d17b3b431a6899f2d9b96250914e680, 0xf5260cbdde9777e79c6558efeb1ac6c0c8eabbd64b0eb6e43fd9a227a80bcf27, '', 0, '?'),
(0x82468920e5474aced642ec7f887337b5, 'wp-includes/js/media-models.min.js', '/home/www/iamctv.com/wp-includes/js/media-models.min.js', 1, 0x00000000000000000000000000000000, 0x2a4fcf988688ac235ed6232a69f0bf47, 0x7a623d0813f2edddd4ffd128001337dff677bd4715a8d2f97035e262afc6ef29, '', 0, '?'),
(0x81c889563f09dd13de1701135dc62941, 'wp-includes/js/media-views.js', '/home/www/iamctv.com/wp-includes/js/media-views.js', 1, 0x00000000000000000000000000000000, 0x2e29250e4d5aa6a7b3867487ce56dade, 0x75278b79d1cab88217d759f60e31eda71463c9862d99f7d0ea60084188ce0614, '', 0, '?'),
(0x96c1bc0b9945983fc61d8cd0aee1bea0, 'wp-includes/js/media-views.min.js', '/home/www/iamctv.com/wp-includes/js/media-views.min.js', 1, 0x00000000000000000000000000000000, 0xee482bd260f47946ee052d51dc89d01e, 0x69b8fec0317cf7054a7a8d423ebad0d6bc092619cc79df8bf41c20b36022c6ba, '', 0, '?'),
(0x2e78be8ccfaedffa3785d716fcfa5fce, 'wp-includes/js/mediaelement/mediaelement-and-player.js', '/home/www/iamctv.com/wp-includes/js/mediaelement/mediaelement-and-player.js', 1, 0x00000000000000000000000000000000, 0x0ba79ba4228a86dd0a14a72ddba4a059, 0x7f24397ef93d3aa1a694e15a16d646866d7df941c4356b73fa0956238020e12a, '', 0, '?'),
(0x1ba779b4ddda0821a100705ae8885b41, 'wp-includes/js/mediaelement/mediaelement-and-player.min.js', '/home/www/iamctv.com/wp-includes/js/mediaelement/mediaelement-and-player.min.js', 1, 0x00000000000000000000000000000000, 0x6de31d697a1b1b2b0e2a3b29b1fb458b, 0x9a2d3528e2ecbc3aa3016f515b0514ccaabbaccf5ce31b0a116d7eb643501d02, '', 0, '?'),
(0x8b7c426cf48a4948d2bcdd124f53c6b1, 'wp-includes/js/mediaelement/mediaelement-migrate.js', '/home/www/iamctv.com/wp-includes/js/mediaelement/mediaelement-migrate.js', 1, 0x00000000000000000000000000000000, 0x3cb6030743925f687ad3043384ed3c37, 0x2c6223300ea02161ad4f56632cfa8fd8950353d48f4998d0bb25aedb702993fd, '', 0, '?'),
(0x5d4c30baf205ec6545932275c020ad8b, 'wp-includes/js/mediaelement/mediaelement-migrate.min.js', '/home/www/iamctv.com/wp-includes/js/mediaelement/mediaelement-migrate.min.js', 1, 0x00000000000000000000000000000000, 0x51300497928562f8c86c7aaba99237cd, 0x3b59988752892fc6ff0895058e1e0828b2763076e01473614479f6a1fcbdeeb5, '', 0, '?'),
(0xf4a57a5abb66c5cce869705e8932d78e, 'wp-includes/js/mediaelement/mediaelement.js', '/home/www/iamctv.com/wp-includes/js/mediaelement/mediaelement.js', 1, 0x00000000000000000000000000000000, 0x91f08b610092a39dc11a5e328f2d215d, 0x20ae2b094d2a6107294e236b71c2446d5dca11a77be5f8073d155f17620ce73f, '', 0, '?'),
(0xa24f4f7754e04d0dd2c19d5914982164, 'wp-includes/js/mediaelement/mediaelement.min.js', '/home/www/iamctv.com/wp-includes/js/mediaelement/mediaelement.min.js', 1, 0x00000000000000000000000000000000, 0x2d369dd8ffa89cd6c4d66dbdf6ccd67f, 0xd6cd029c25bb5dd163d8b7cd5a029cffca37eb0a12c0d48bb0108f8a32c082ec, '', 0, '?'),
(0x5e55f09c2e69bed67970471fc203b699, 'wp-includes/js/mediaelement/mediaelementplayer-legacy.css', '/home/www/iamctv.com/wp-includes/js/mediaelement/mediaelementplayer-legacy.css', 1, 0x00000000000000000000000000000000, 0x9d0ee441d256fd74d046c6a3b6188996, 0xa032c8717b59c22a6c58f8065b719d6b649396e17dce4a70ea99e4e00fd305b6, '', 0, '?'),
(0x6e0251b8caca9227946bc3de222511e3, 'wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css', '/home/www/iamctv.com/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css', 1, 0x00000000000000000000000000000000, 0x2b0dd7eecea03b4bdedb94ba622fdb03, 0xdfa087502078b27cedce9802513dad09ebed840ba45463b2764c150a2a0fc8b0, '', 0, '?'),
(0x570373992438d57e9c824ec8812d9c40, 'wp-includes/js/mediaelement/mediaelementplayer.css', '/home/www/iamctv.com/wp-includes/js/mediaelement/mediaelementplayer.css', 1, 0x00000000000000000000000000000000, 0x8831e7c4aa4ca8eff635fa01d1210aa1, 0x6fadf25e173a765c82a2f56da60e90816fd7d906bec66354575be9df7fe49f6b, '', 0, '?'),
(0x09073fb1cfe486e6db0819997199754d, 'wp-includes/js/mediaelement/mediaelementplayer.min.css', '/home/www/iamctv.com/wp-includes/js/mediaelement/mediaelementplayer.min.css', 1, 0x00000000000000000000000000000000, 0x9109ffc835f229e4cef66bb179a67e0b, 0x085f4474fb33d7928f3370879d1d61923b1f392cd40ab46967b9a086433f33c9, '', 0, '?'),
(0x64e888400c21edc664a74a8f1580c5fb, 'wp-includes/js/mediaelement/mejs-controls.png', '/home/www/iamctv.com/wp-includes/js/mediaelement/mejs-controls.png', 1, 0x00000000000000000000000000000000, 0x872edbb75a23651c30bf3ca06c9690bf, 0x9b157f58e32ae1ee1abb8e155801db28de5a1521ebb7c8bda8f1441401326142, '', 0, '?'),
(0xdf627a932f9b838f5414ba1137614879, 'wp-includes/js/mediaelement/mejs-controls.svg', '/home/www/iamctv.com/wp-includes/js/mediaelement/mejs-controls.svg', 1, 0x00000000000000000000000000000000, 0xf0849a5e79712b10e1531925e3edb879, 0x8bbdae17d2d3cf68f3851fa9af41331e4c9a3abeee271f31f7ea81a0c20f5ce8, '', 0, '?'),
(0xccc5ceead5223b2bc20d7875b4e4ca77, 'wp-includes/js/mediaelement/renderers/vimeo.js', '/home/www/iamctv.com/wp-includes/js/mediaelement/renderers/vimeo.js', 1, 0x00000000000000000000000000000000, 0xc03f1bc87e730cd0e2e069360f47b82f, 0xadcb7b83f693db779805d82d0dfe8c0c8aaa067a46e1765f80fb5c7766cbe2e5, '', 0, '?'),
(0x54dc8c8a37601600f4fdae02d6ef2881, 'wp-includes/js/mediaelement/renderers/vimeo.min.js', '/home/www/iamctv.com/wp-includes/js/mediaelement/renderers/vimeo.min.js', 1, 0x00000000000000000000000000000000, 0x170687433986a4a559fa4f16b1d7c70e, 0x8b84c72bf7c2ae2d465670fddda8496874d84cdf6950254bd7ddfc698dff0b36, '', 0, '?'),
(0xad9d9a9553c768deebe153d025547af8, 'wp-includes/js/mediaelement/wp-mediaelement.css', '/home/www/iamctv.com/wp-includes/js/mediaelement/wp-mediaelement.css', 1, 0x00000000000000000000000000000000, 0xd4252f4e714f52e5670c05fbc02b5ced, 0x467d1a0a0fe5f5ea76866ef2b21c60a5e75a8121b65487ae57198cb099cf7306, '', 0, '?'),
(0xfb4481cf10e1ea5de69f7cdfbcaa2499, 'wp-includes/js/mediaelement/wp-mediaelement.js', '/home/www/iamctv.com/wp-includes/js/mediaelement/wp-mediaelement.js', 1, 0x00000000000000000000000000000000, 0x7ff2281b44db7103a37cabdeca0880ee, 0x50d1452b23c1ae4db10517733b0b61674cabbdf965f8f553f0954d4e85c5723d, '', 0, '?'),
(0xb31ce84d0c139fe97e0acf547c020eb7, 'wp-includes/js/mediaelement/wp-mediaelement.min.css', '/home/www/iamctv.com/wp-includes/js/mediaelement/wp-mediaelement.min.css', 1, 0x00000000000000000000000000000000, 0xea958276b7de454bd3c2873f0dc47e5f, 0x213fff5bf6dc5ffcc5e772f480e13d260ec80af62d257f211479b8071ba30dda, '', 0, '?'),
(0xfeeac6f6d51b4eba0cb739a5017bae3b, 'wp-includes/js/mediaelement/wp-mediaelement.min.js', '/home/www/iamctv.com/wp-includes/js/mediaelement/wp-mediaelement.min.js', 1, 0x00000000000000000000000000000000, 0x2c6d3b562a48e0df5474999dd47e58fb, 0x9ca96184d48b5259e5939ddbf1d6619eadf61cb33cfe6e5b477b3d7933ca3f20, '', 0, '?'),
(0x361718db18dadf17a81c582f80bf484c, 'wp-includes/js/mediaelement/wp-playlist.js', '/home/www/iamctv.com/wp-includes/js/mediaelement/wp-playlist.js', 1, 0x00000000000000000000000000000000, 0xab1f84089f871d9658886c22a46ff080, 0xa0142f3dc3a04241166f0526d11dc3d949f9319dac185d0e6b7ec74e92a11cc7, '', 0, '?'),
(0xcba4d490927b25106bf2a58e23b666db, 'wp-includes/js/mediaelement/wp-playlist.min.js', '/home/www/iamctv.com/wp-includes/js/mediaelement/wp-playlist.min.js', 1, 0x00000000000000000000000000000000, 0xace20386f3337c475ee213634b5422db, 0x27e86522ca8c805f286e8c7fc966faed7777e089a81a199f4e14aa32ef2b201c, '', 0, '?'),
(0x4a10fe890c455ba57f3755d2d31aef7e, 'wp-includes/js/plupload/handlers.js', '/home/www/iamctv.com/wp-includes/js/plupload/handlers.js', 1, 0x00000000000000000000000000000000, 0x94bebb6a5e52d77032c65d65282256f9, 0x83294d6fc7c8f52144c7fcf2f913692649adb8db1c233236d7c6165154b16aa5, '', 0, '?'),
(0x8fdc3b28587060d299d6ec9170ddb708, 'wp-includes/js/plupload/handlers.min.js', '/home/www/iamctv.com/wp-includes/js/plupload/handlers.min.js', 1, 0x00000000000000000000000000000000, 0xd64c5a7758e056db1c5512af167ff3c8, 0x12b62f782ec7f028b7f4dfc6cf43acaa2dafa4df4f2e9c1b028144cf927f4183, '', 0, '?'),
(0xcc568ddaae999cc612ea4dafe96ad381, 'wp-includes/js/plupload/license.txt', '/home/www/iamctv.com/wp-includes/js/plupload/license.txt', 1, 0x00000000000000000000000000000000, 0x751419260aa954499f7abaabaa882bbe, 0xbcff007631a3ea73d41d4eed3e63491f4412d9a6be9dd60f8449e9ad30ff1d2d, '', 0, '?'),
(0x6104e4fc2936e7efa206c01482d18ee3, 'wp-includes/js/plupload/moxie.js', '/home/www/iamctv.com/wp-includes/js/plupload/moxie.js', 1, 0x00000000000000000000000000000000, 0x8923430da19a35c7b1efc792b681fc9a, 0xbfe8f3c349d2395f2f7818d47413359ae5a4e028bf2e67e274541a7d26beb09b, '', 0, '?'),
(0x8dfd15a94c85f2560f13ff5992e0ff2a, 'wp-includes/js/plupload/moxie.min.js', '/home/www/iamctv.com/wp-includes/js/plupload/moxie.min.js', 1, 0x00000000000000000000000000000000, 0x827f4bf6fd3b0d7bcb1e76e08b7ac6ad, 0xb25e3f1e8eb1debc27f5d3e73148859ef2f48abf7994d66005eb544cd8fc1e6a, '', 0, '?'),
(0xdf94bfcfcb198a8b9c487f8975d426e1, 'wp-includes/js/plupload/plupload.js', '/home/www/iamctv.com/wp-includes/js/plupload/plupload.js', 1, 0x00000000000000000000000000000000, 0xdda0aa24705a5218d13e271c8c187cf7, 0xe022b3cd16ba96385b4a25aa2e1bbacb9aa463af7f560d0d0145bdbe29140e27, '', 0, '?'),
(0xf18aa276108c113a07b944b81e59ec47, 'wp-includes/js/plupload/plupload.min.js', '/home/www/iamctv.com/wp-includes/js/plupload/plupload.min.js', 1, 0x00000000000000000000000000000000, 0x3fa8a5f57a2d63ed60c7cfd7bba088a5, 0x8fc30214888e1fcb3d0e0d116dd2043835b4cee6e0eaabae647f24ba545e2330, '', 0, '?'),
(0x354382290a5775beeabd9d2f46d2634b, 'wp-includes/js/plupload/wp-plupload.js', '/home/www/iamctv.com/wp-includes/js/plupload/wp-plupload.js', 1, 0x00000000000000000000000000000000, 0x6269fb5ef8ccb9e8249678a3397d7aa0, 0x337dc5ca9e697ff6e3e50399fe04385d60aca6ca51898a0c13f7e0aca7251636, '', 0, '?'),
(0xff4cd9f3eaf3906535783f653de68826, 'wp-includes/js/plupload/wp-plupload.min.js', '/home/www/iamctv.com/wp-includes/js/plupload/wp-plupload.min.js', 1, 0x00000000000000000000000000000000, 0xaaf9c704ca578fe009acd79ba9258512, 0x5b7bf60356ff180a70e41f7be9330c6cdf81b1f955406b6b87e9ab130b30ee65, '', 0, '?'),
(0xec3fd8d4defdb7689bb10290d217ce3b, 'wp-includes/js/quicktags.js', '/home/www/iamctv.com/wp-includes/js/quicktags.js', 1, 0x00000000000000000000000000000000, 0x8ccab5c603d93e0925856e4ba47b3c35, 0x6d776414ffc2ec5eca8be0900d800ea73106a05e4b96c9283c6e56a6e38ed0e8, '', 0, '?'),
(0xdf8cf207912883a9a989d5db3281e1e8, 'wp-includes/js/quicktags.min.js', '/home/www/iamctv.com/wp-includes/js/quicktags.min.js', 1, 0x00000000000000000000000000000000, 0x95384fc637340283a6666572bf96884d, 0xa119f18c4c14331f8abf695f9ce934bc83bfebac5552fa8caa77d35e9b6adadc, '', 0, '?'),
(0xcb8de547e4af806f1b65b7ffef6f9c1c, 'wp-includes/js/shortcode.js', '/home/www/iamctv.com/wp-includes/js/shortcode.js', 1, 0x00000000000000000000000000000000, 0x0540a810bff1d0c5e2c9507df353ce8a, 0x7903611b1965c3614bd40eb55206e5002511d4c6177879bfc175fe79fbe286a2, '', 0, '?'),
(0x67f5e45d6252062588205a1d8ddb45ba, 'wp-includes/js/shortcode.min.js', '/home/www/iamctv.com/wp-includes/js/shortcode.min.js', 1, 0x00000000000000000000000000000000, 0x8b81d1145e593d250b5d8aa033111eea, 0xcf05825e70156c3114eac15a146675dd45082b34b26b485b581c89b0bb5365a4, '', 0, '?'),
(0xb54f97721023bdd4fd54ba478717bf21, 'wp-includes/js/swfobject.js', '/home/www/iamctv.com/wp-includes/js/swfobject.js', 1, 0x00000000000000000000000000000000, 0x9ffdba2cff497d701684657e329871f5, 0x3f94904c77829ecf2ee70f344d8deed5924685024ad2f83e664986e9b486059c, '', 0, '?'),
(0xf2b096fc4dc2d9a64dc62f0c7f60bc18, 'wp-includes/js/swfupload/handlers.js', '/home/www/iamctv.com/wp-includes/js/swfupload/handlers.js', 1, 0x00000000000000000000000000000000, 0xc2c1ec2ac323cd308b2dc6d58370f514, 0x48b323fdafa59f613a9a8731fa89c0d5f6f0ed97dfaf6f72726aec757ae07a56, '', 0, '?'),
(0xc56023e3d8479662af43d0e51bd68ace, 'wp-includes/js/swfupload/handlers.min.js', '/home/www/iamctv.com/wp-includes/js/swfupload/handlers.min.js', 1, 0x00000000000000000000000000000000, 0x6a8fbcda994be17e7109f588fcd8633d, 0xd91054f28cbf9118f4f564f154af797e23efef6a4922a32b8f2b331dc1c98908, '', 0, '?'),
(0x9a1a2dae947837c3f92841c434f9bbe7, 'wp-includes/js/swfupload/license.txt', '/home/www/iamctv.com/wp-includes/js/swfupload/license.txt', 1, 0x00000000000000000000000000000000, 0xcbe05bb060c85e07882dc06ff751577a, 0xa9d13a29b29b369f6122337285dc0d500d4e990f3491794a8bd6b78d9355e971, '', 0, '?'),
(0x8ac124a1d6784d313ee8b25f3850000b, 'wp-includes/js/swfupload/swfupload.js', '/home/www/iamctv.com/wp-includes/js/swfupload/swfupload.js', 1, 0x00000000000000000000000000000000, 0xccd72399988bf939dce13e2659526711, 0xdaf284dd99aaafe5528059592dc31cd2959826027157312803854b03e0bef1aa, '', 0, '?'),
(0xc2fd0931aa07f5d090e3808581533a28, 'wp-includes/js/thickbox/loadingAnimation.gif', '/home/www/iamctv.com/wp-includes/js/thickbox/loadingAnimation.gif', 1, 0x00000000000000000000000000000000, 0xce2268030dd2151b63cdf4ffc2f626ba, 0x1742ff46fae5119c60bc462d9bcb6caeda9bb1525436cfe9bae5fcfed585fddb, '', 0, '?'),
(0xe9d4dee27493fe985a01d14f2783200a, 'wp-includes/js/thickbox/macFFBgHack.png', '/home/www/iamctv.com/wp-includes/js/thickbox/macFFBgHack.png', 1, 0x00000000000000000000000000000000, 0x189217c8b067ef86add757922c2f75b4, 0x5277cb2fe0bf68d7ed2671e8de5d5aa2bd5f8ff3c4d61f1d4e6779f49588b9db, '', 0, '?'),
(0x92767b4cf64a6cc58d80597ad560b028, 'wp-includes/js/thickbox/thickbox.css', '/home/www/iamctv.com/wp-includes/js/thickbox/thickbox.css', 1, 0x00000000000000000000000000000000, 0x37faeb50ef52da086e0f8c2c289e66d4, 0x4dfcdf8df0188a569d5f975e8db8a6ff6f6c27009adf71594cfccc98299bddea, '', 0, '?'),
(0x411945b6fb1ff4115b80608c11b78195, 'wp-includes/js/thickbox/thickbox.js', '/home/www/iamctv.com/wp-includes/js/thickbox/thickbox.js', 1, 0x00000000000000000000000000000000, 0xd2da7c7dca1a638925d3ee396aa4e7a8, 0x9cd3621e3f2f7f61239bd7bcc168906c83bf92878f8008e186cf0d6bc7e49ff0, '', 0, '?'),
(0x393af99764af6f0a91f070605279a8a2, 'wp-includes/js/tinymce/langs/wp-langs-en.js', '/home/www/iamctv.com/wp-includes/js/tinymce/langs/wp-langs-en.js', 1, 0x00000000000000000000000000000000, 0x02ade63a772cef805d810f5e21739305, 0xf2e1e4e35be520936c1609cc9af079fb9e482dbaa47f82ecba00ade739fc5040, '', 0, '?'),
(0x970976be134f2e04847cdfa417d2b582, 'wp-includes/js/tinymce/license.txt', '/home/www/iamctv.com/wp-includes/js/tinymce/license.txt', 1, 0x00000000000000000000000000000000, 0x6f9589e0c8df783acd1760d203bafffa, 0x5916e1e2a723774fde675e27e562baec913a855e17eb093d03e8b7a87cf4bcc8, '', 0, '?'),
(0x1c9c0a19247adf58a360ce0f08314277, 'wp-includes/js/tinymce/plugins/charmap/plugin.js', '/home/www/iamctv.com/wp-includes/js/tinymce/plugins/charmap/plugin.js', 1, 0x00000000000000000000000000000000, 0x9bb2e1a85cf507d3355ec0cc0bf9b518, 0x5b8f4211f21a2c3b138bef6a906665c34d55e16a7c29f27276b0873e55f30146, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x6b13827f88b824364fb3d22d4e8578a0, 'wp-includes/js/tinymce/plugins/charmap/plugin.min.js', '/home/www/iamctv.com/wp-includes/js/tinymce/plugins/charmap/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x3d42b6ec9f848bb610500d4cf6e2a00c, 0xc295171288785b9e47938b2d0706f33930622e7a08914706f5de617ada3eca72, '', 0, '?'),
(0x4161f7404aa7f703f3f1c2d7c581b71c, 'wp-includes/js/tinymce/plugins/colorpicker/plugin.js', '/home/www/iamctv.com/wp-includes/js/tinymce/plugins/colorpicker/plugin.js', 1, 0x00000000000000000000000000000000, 0x1f2043b8c3c8ad3f64847bd7ad568581, 0xb991b542a4ea52ac00a82197e4849a0b99faa7e195519a8caec4efadc0273577, '', 0, '?'),
(0x2c3c930caa20df3f17435de1300b418c, 'wp-includes/js/tinymce/plugins/colorpicker/plugin.min.js', '/home/www/iamctv.com/wp-includes/js/tinymce/plugins/colorpicker/plugin.min.js', 1, 0x00000000000000000000000000000000, 0xcdb6a59abe551818e8a3a6d61b68e00e, 0x8fef6568d3a78326ceadadfb41b5331f91062b575468c183150a1a29c83fffff, '', 0, '?'),
(0x0248438318ecdc21f303abaa11222888, 'wp-includes/js/tinymce/plugins/compat3x/css/dialog.css', '/home/www/iamctv.com/wp-includes/js/tinymce/plugins/compat3x/css/dialog.css', 1, 0x00000000000000000000000000000000, 0xaa77790f42e50f03b4ef956fc37cedd8, 0x8cc36f9ae84a6a2406b219fe736380ff52edc751b3e963cccde4bc8d46eeee85, '', 0, '?'),
(0x0e676fac739c56e3a33bedc7ff850a24, 'wp-includes/js/tinymce/plugins/compat3x/plugin.js', '/home/www/iamctv.com/wp-includes/js/tinymce/plugins/compat3x/plugin.js', 1, 0x00000000000000000000000000000000, 0x2bdb6ec1c3d931d9ecbb169fcf6f5662, 0x4318c084f9541299289be74e2b952c8fb4544ee843c0f781cc60dea98a82ecbf, '', 0, '?'),
(0x305d8119714b27fb669878c1bbcfe3a8, 'wp-includes/js/tinymce/plugins/compat3x/plugin.min.js', '/home/www/iamctv.com/wp-includes/js/tinymce/plugins/compat3x/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x4c927b02ec9bc57017eab8d7b6dcd2a0, 0x9fca6df6e6be91c85bd2533312c3dd27f84a1b1fd32ad5e5537473c46adbd6e7, '', 0, '?'),
(0xcb2181a223f2b0d5497c1b8f82db46e9, 'wp-includes/js/tinymce/plugins/directionality/plugin.js', '/home/www/iamctv.com/wp-includes/js/tinymce/plugins/directionality/plugin.js', 1, 0x00000000000000000000000000000000, 0x2601d622e85809262029c6cf3dca8024, 0xb5268b5bec40e0ca3588b928d308ac637691a7024cfb8d594936f0423b29062d, '', 0, '?'),
(0x26bc8b5d3057f1ec0a2913ff3d92bf03, 'wp-includes/js/tinymce/plugins/directionality/plugin.min.js', '/home/www/iamctv.com/wp-includes/js/tinymce/plugins/directionality/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x884572e84844add444b1c133a61f9a40, 0x3c96aefdac6f9440bb3ad91bfcbe9f2dc34567f4bfe1e22936015ed1bc27bfb4, '', 0, '?'),
(0x87171681f2509377aaa98d30e268ff39, 'wp-includes/js/tinymce/plugins/fullscreen/plugin.js', '/home/www/iamctv.com/wp-includes/js/tinymce/plugins/fullscreen/plugin.js', 1, 0x00000000000000000000000000000000, 0x591f9bbbaefec332c4b00d6d7d25a1c0, 0x33cbee5d2ed04243421965fdf4caa2d253e18828203fc05a7b18ef93c9f0baf2, '', 0, '?'),
(0x73dec58f5527f7ec14c06540a1648b1f, 'wp-includes/js/tinymce/plugins/fullscreen/plugin.min.js', '/home/www/iamctv.com/wp-includes/js/tinymce/plugins/fullscreen/plugin.min.js', 1, 0x00000000000000000000000000000000, 0xd2923af1854be05bcf49775c89aa6798, 0x6065be8b09936e06b213edae4fa4a2d94a4da725b34eec6841efaf7b6768c166, '', 0, '?'),
(0xe1f15c39c3a33e9c189f84497a349363, 'wp-includes/js/tinymce/plugins/hr/plugin.js', '/home/www/iamctv.com/wp-includes/js/tinymce/plugins/hr/plugin.js', 1, 0x00000000000000000000000000000000, 0xa40ec96b2b25c1356c33e6c1212db9b3, 0xd932609294d95269804c9db32365d884fc3416c736f267f4aa70866f7ef81312, '', 0, '?'),
(0xa0be8e7686925c51149ca5c02dbcca17, 'wp-includes/js/tinymce/plugins/hr/plugin.min.js', '/home/www/iamctv.com/wp-includes/js/tinymce/plugins/hr/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x0911253e82299afa85c2950c033bb68f, 0x0cd88346e4ed53e50c145b6bf5cb03f826fd1f66fd20362ba062b07f3e90a81e, '', 0, '?'),
(0xcf808d7418471dc8a99d04c8c08ba444, 'wp-includes/js/tinymce/plugins/image/plugin.js', '/home/www/iamctv.com/wp-includes/js/tinymce/plugins/image/plugin.js', 1, 0x00000000000000000000000000000000, 0x8a42170c8d0a801b34d85caab530f03d, 0x511eb876f6a99353493e3b34be8e3110fb25bb7266ef2440cf70d4d8f8115c6a, '', 0, '?'),
(0xbb09e6e3e3456d5ba5acb3c7d86cc53c, 'wp-includes/js/tinymce/plugins/image/plugin.min.js', '/home/www/iamctv.com/wp-includes/js/tinymce/plugins/image/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x2d94fa5a43e96cc2ad7dc4e88e900fea, 0x79e718e954edd41f4e7a2ba8aa14e38614ade283868ff52708c3f3abfc2559ca, '', 0, '?'),
(0x8345626c388d79c0f61fc37d86a19097, 'wp-includes/js/tinymce/plugins/link/plugin.js', '/home/www/iamctv.com/wp-includes/js/tinymce/plugins/link/plugin.js', 1, 0x00000000000000000000000000000000, 0xf82a4e04c8926d51b90680aecc07b9c3, 0xc360339f6359518df8c1d9fe3957dead236c01bbf6d670cb532b47ed011cd834, '', 0, '?'),
(0xd658da897cee1e38d1f5c1ec7dc242dd, 'wp-includes/js/tinymce/plugins/link/plugin.min.js', '/home/www/iamctv.com/wp-includes/js/tinymce/plugins/link/plugin.min.js', 1, 0x00000000000000000000000000000000, 0xb0f6565c1b120a5dcce1014bfb7327a0, 0x1a8d1e3e868b49d653d6d0b581b41d9ceac676b42c10a2cf71a655a1acdef25e, '', 0, '?'),
(0x21d55295e10b9b70fb6e4cd177e26d37, 'wp-includes/js/tinymce/plugins/lists/plugin.js', '/home/www/iamctv.com/wp-includes/js/tinymce/plugins/lists/plugin.js', 1, 0x00000000000000000000000000000000, 0x299f723fb54eaae381bc49b4a1712784, 0x25a83d729482a78ecac464aa8c760a86926905de7abd781cc175f9a417293370, '', 0, '?'),
(0xdd4a3006cff5a7c96aa05967da68a30b, 'wp-includes/js/tinymce/plugins/lists/plugin.min.js', '/home/www/iamctv.com/wp-includes/js/tinymce/plugins/lists/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x32b438beb73a7396a577bc39e74a8fa3, 0x2962f2902334e69465acbe2ad8392899b03df45145a365307c31fba6e00afd06, '', 0, '?'),
(0x60f6a6943ba022ad2db9ffc82b7e043b, 'wp-includes/js/tinymce/plugins/media/plugin.js', '/home/www/iamctv.com/wp-includes/js/tinymce/plugins/media/plugin.js', 1, 0x00000000000000000000000000000000, 0xdf032317402cd90b340e016447bad44d, 0x581048177808bfa41bb6c93083d68d58b91ab39a1b844f478bf77ce97b974632, '', 0, '?'),
(0xc6858e908b06877c5fcb692f79a1d209, 'wp-includes/js/tinymce/plugins/media/plugin.min.js', '/home/www/iamctv.com/wp-includes/js/tinymce/plugins/media/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x36ce270b0231ea5adefe919ec2661b20, 0x0ae93e8debe1e74551de69b6e6bcba98e46b8f7f7dc3aea8c7b2938d97fea3e7, '', 0, '?'),
(0xfc98958cb51cc6aa71a5e682b38b0cd0, 'wp-includes/js/tinymce/plugins/paste/plugin.js', '/home/www/iamctv.com/wp-includes/js/tinymce/plugins/paste/plugin.js', 1, 0x00000000000000000000000000000000, 0xeb5ecbdece73d7b68b0c7bb0fbde8932, 0x8c1ac51158389f632b887888ceb70ca0e196f314ad14265767f19c606d86cbb4, '', 0, '?'),
(0xd92c28a1691c0f373a5ecc5e10e78923, 'wp-includes/js/tinymce/plugins/paste/plugin.min.js', '/home/www/iamctv.com/wp-includes/js/tinymce/plugins/paste/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x645805aedb03bd9f95a5f37ad286d6ab, 0x8366f7d700577b3f71bdc5dec6fefdc5e68bd7556ce0be50f3fdd6ab0e633812, '', 0, '?'),
(0x78eb8d82829f407d59c7038c69cb2b7f, 'wp-includes/js/tinymce/plugins/tabfocus/plugin.js', '/home/www/iamctv.com/wp-includes/js/tinymce/plugins/tabfocus/plugin.js', 1, 0x00000000000000000000000000000000, 0xa699cf8ec50c40ef2f404dfc6df34ed9, 0x9e780e4d919427c8a493e7b43dcedab7a63f248a7f03532c104679b884a5d6a5, '', 0, '?'),
(0x93f0ab760feeadf9c30e7cdf2df0c917, 'wp-includes/js/tinymce/plugins/tabfocus/plugin.min.js', '/home/www/iamctv.com/wp-includes/js/tinymce/plugins/tabfocus/plugin.min.js', 1, 0x00000000000000000000000000000000, 0xc221f3fd3ce085bb175deabbd1720788, 0x158dc9178570165b06bcc8d0f60e14afd94c3703461e85a37ccb965a429c528a, '', 0, '?'),
(0x3f5dfd50fb2e0ea39831ffb483cc3262, 'wp-includes/js/tinymce/plugins/textcolor/plugin.js', '/home/www/iamctv.com/wp-includes/js/tinymce/plugins/textcolor/plugin.js', 1, 0x00000000000000000000000000000000, 0x02dc2569a033c9e1d6c966e4e8fbdade, 0x28de01be45154cd9fba007d51c94625b998a4bda2173acd38ad46ec4b21ba3c2, '', 0, '?'),
(0xcd93df59e13336bee96ce7805918abb0, 'wp-includes/js/tinymce/plugins/textcolor/plugin.min.js', '/home/www/iamctv.com/wp-includes/js/tinymce/plugins/textcolor/plugin.min.js', 1, 0x00000000000000000000000000000000, 0xc4dc76993c68e4e4e8f0ceeeff70fc0b, 0x21c02fcc5b49e42b0da9f047edb2e2e011962044d5adcf37803d8e8eb7ae9327, '', 0, '?'),
(0xfd47fe9db2212368d41113390984f226, 'wp-includes/js/tinymce/plugins/wordpress/plugin.js', '/home/www/iamctv.com/wp-includes/js/tinymce/plugins/wordpress/plugin.js', 1, 0x00000000000000000000000000000000, 0x5e488295227fe8a3e6e14966fe05660a, 0xcfda9814aba35aaf3950a04d53916468fe029f66901b28d82dfeff7455eb66de, '', 0, '?'),
(0x02751edec773b69b793627762caade3d, 'wp-includes/js/tinymce/plugins/wordpress/plugin.min.js', '/home/www/iamctv.com/wp-includes/js/tinymce/plugins/wordpress/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x765718b65a5920a87fba5e4f16f98079, 0x1ad09421415ffccb08560251e8659683da4890a65487c461047ae6b24c15e12b, '', 0, '?'),
(0x2e20d3005f6f45ff5d41b55fd430504a, 'wp-includes/js/tinymce/plugins/wpautoresize/plugin.js', '/home/www/iamctv.com/wp-includes/js/tinymce/plugins/wpautoresize/plugin.js', 1, 0x00000000000000000000000000000000, 0x0efc4bcc2e90416a5f996d9572236995, 0x27a1b243a7bf6222114289f85c06b84ee9b84eb1cac62a721f262e58abe29f4a, '', 0, '?'),
(0xfae2907d87dbe1b350c39b99505ca91a, 'wp-includes/js/tinymce/plugins/wpautoresize/plugin.min.js', '/home/www/iamctv.com/wp-includes/js/tinymce/plugins/wpautoresize/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x47bfcf3aaa55b14904591156de64aa6b, 0x489cc1955c1684dc36914ae40de8220bcb22dcd04968d26c7a774c81165e9504, '', 0, '?'),
(0x09503d4e3e8ca862226a3a7e5b517be1, 'wp-includes/js/tinymce/plugins/wpdialogs/plugin.js', '/home/www/iamctv.com/wp-includes/js/tinymce/plugins/wpdialogs/plugin.js', 1, 0x00000000000000000000000000000000, 0x04e5571b65e28e863f92fc4ee3f07414, 0x6e34dc14c2113cbd14de467a90ad8bfbad1001ceff035fd53594f06b6967881d, '', 0, '?'),
(0x33dbd5e91c1c27bab0c1524b9a4266fd, 'wp-includes/js/tinymce/plugins/wpdialogs/plugin.min.js', '/home/www/iamctv.com/wp-includes/js/tinymce/plugins/wpdialogs/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x514f31ff2f073c993e252206da58dce0, 0x8636e9729f2abc495910008f43ac393cf393a903e0ff054ada96204a2add7844, '', 0, '?'),
(0x3cefce75eabf961adc9cb5c70b59d45e, 'wp-includes/js/tinymce/plugins/wpeditimage/plugin.js', '/home/www/iamctv.com/wp-includes/js/tinymce/plugins/wpeditimage/plugin.js', 1, 0x00000000000000000000000000000000, 0xd66af83ce6975dd8408299bfc00934f9, 0x0d5d0622cdce219e27730811673d9699aafaef7ac4b70b1f5198ee32c74e4beb, '', 0, '?'),
(0xcb36a03ca5ca43eaefaebfb9563a2872, 'wp-includes/js/tinymce/plugins/wpeditimage/plugin.min.js', '/home/www/iamctv.com/wp-includes/js/tinymce/plugins/wpeditimage/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x8c07f2e60903fa93224c02980258561b, 0xde11adf1d4e3c74d3c19ac972c7c1810e9b3f151fd84b02c0033afe51e7faac2, '', 0, '?'),
(0xf2d22506af00faca7a9466c04ec87053, 'wp-includes/js/tinymce/plugins/wpemoji/plugin.js', '/home/www/iamctv.com/wp-includes/js/tinymce/plugins/wpemoji/plugin.js', 1, 0x00000000000000000000000000000000, 0x5345ad90ee783d64afa87ec1b1ab654d, 0x2283770b942525177b8e98e50c0c3d4c28b0b8c568180b4be20dc6a2480eea50, '', 0, '?'),
(0xbf40ea11c92cd0086e5c96809d2b6bb7, 'wp-includes/js/tinymce/plugins/wpemoji/plugin.min.js', '/home/www/iamctv.com/wp-includes/js/tinymce/plugins/wpemoji/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x3927f4513862e02f808de7e5086106c8, 0x9d33745c08523ec0815f61b29f3e02f60091da7cd59156439616e4a6874f0f42, '', 0, '?'),
(0x75bfdc33217041b3668529520faf4ddb, 'wp-includes/js/tinymce/plugins/wpgallery/plugin.js', '/home/www/iamctv.com/wp-includes/js/tinymce/plugins/wpgallery/plugin.js', 1, 0x00000000000000000000000000000000, 0xc71b815f13d17651385fc624cd3fa490, 0x3cc3e84130d8366b4a580a76412f84ed254fdc2d765fb2a2dd2770fc4140d8a6, '', 0, '?'),
(0xeb4fd3bf10fa3b0ea43d5c144abc7a79, 'wp-includes/js/tinymce/plugins/wpgallery/plugin.min.js', '/home/www/iamctv.com/wp-includes/js/tinymce/plugins/wpgallery/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x9f21afc6652f9ddd1507f44e7a398769, 0x9e9433cf2a7c91884c67f4aa84cecb03e0330e3e6d21d003e95682b60e243816, '', 0, '?'),
(0x086b981591b203d0126285c967538819, 'wp-includes/js/tinymce/plugins/wplink/plugin.js', '/home/www/iamctv.com/wp-includes/js/tinymce/plugins/wplink/plugin.js', 1, 0x00000000000000000000000000000000, 0xf7ac80df36bf6cb0554f61441bf6519d, 0x9fb9e1de1b6a0f54c471e854aea8493a4b5ae2e6610a9936ad5537658dac1d2d, '', 0, '?'),
(0x4cf78529d1d96124ad442defd3aeaa4a, 'wp-includes/js/tinymce/plugins/wplink/plugin.min.js', '/home/www/iamctv.com/wp-includes/js/tinymce/plugins/wplink/plugin.min.js', 1, 0x00000000000000000000000000000000, 0xaaa75897b53ce1e2c9948edfc587721e, 0x5cfa700b1f5e57f3fb7b87541d83770c4a0ea177fde1c98e1001f5bd2e482ff6, '', 0, '?'),
(0x22054574c97988739fc3edde1a7c1567, 'wp-includes/js/tinymce/plugins/wptextpattern/plugin.js', '/home/www/iamctv.com/wp-includes/js/tinymce/plugins/wptextpattern/plugin.js', 1, 0x00000000000000000000000000000000, 0x4513090604bf922d4ea86f931b979d8d, 0xfe4cdefa7f490606c291a10ec29959f76f1e77ae1e29ccfb34213adb3b3fedd6, '', 0, '?'),
(0x332b7ac0ff2e86b182360e517e5d795b, 'wp-includes/js/tinymce/plugins/wptextpattern/plugin.min.js', '/home/www/iamctv.com/wp-includes/js/tinymce/plugins/wptextpattern/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x5e9909138c51f71aac1b6ed812c2b91d, 0xeaa4dfde152094ee447c62b43c75f28ba5be266e296e244db6f0459bdbd0416d, '', 0, '?'),
(0xe3e11e71d53832bdfa1f76c22614234d, 'wp-includes/js/tinymce/plugins/wpview/plugin.js', '/home/www/iamctv.com/wp-includes/js/tinymce/plugins/wpview/plugin.js', 1, 0x00000000000000000000000000000000, 0xdd6a35718c9902530d588cdaee69e8ea, 0x456a1a85b31ab049d3f1d3334ac4e70647bb0b6a56dd92a4a4363c53e7395018, '', 0, '?'),
(0x16576c85d8793acf00566e6084640096, 'wp-includes/js/tinymce/plugins/wpview/plugin.min.js', '/home/www/iamctv.com/wp-includes/js/tinymce/plugins/wpview/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x13bd26bb1282b90d629fb4c3219886e3, 0x2c17926069a074f2d4ddda8eba54136d9bea6ce4f26b14e1fa971873a40d3d02, '', 0, '?'),
(0xe15ab18eae283e28aa3162deab945aea, 'wp-includes/js/tinymce/skins/lightgray/content.inline.min.css', '/home/www/iamctv.com/wp-includes/js/tinymce/skins/lightgray/content.inline.min.css', 1, 0x00000000000000000000000000000000, 0x8b026c6f37d6037237397741ac55c945, 0x1dccf4ea45fdffac50a5a1e35bd307bc9578f076316930eb683b868ca6fd5e4a, '', 0, '?'),
(0x02de1994e4a5ea1c37992687f20cc880, 'wp-includes/js/tinymce/skins/lightgray/content.min.css', '/home/www/iamctv.com/wp-includes/js/tinymce/skins/lightgray/content.min.css', 1, 0x00000000000000000000000000000000, 0x95a2955c501549fdc9a5d8d83c5c88b9, 0x29f51b5940c67526e54b67afa8003fab8a161cd15c4627c801583016c3c7888a, '', 0, '?'),
(0x19fbb33ed92fe1a1875ff318b3e9c3c0, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.eot', '/home/www/iamctv.com/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.eot', 1, 0x00000000000000000000000000000000, 0x12d26c285b71d790f4b0c94423ef1f99, 0x165c73d9b6d26862a2322e3bd86d6046a3d011725e26f3482d7709977956b57e, '', 0, '?'),
(0x123ab25890e632ec4dd3fed67efbc818, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.svg', '/home/www/iamctv.com/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.svg', 1, 0x00000000000000000000000000000000, 0xa2a1f732cc34764c684ed521c6f3327c, 0xafc2cb33694128d60cade670ed02e7089647448effda94ee05f0b4f7a3ef1dc1, '', 0, '?'),
(0x6017cefec7531194604e498b5e47ef08, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.ttf', '/home/www/iamctv.com/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.ttf', 1, 0x00000000000000000000000000000000, 0x28806940c647cf671bebf4ae0630e570, 0x0b47e7bd0ff9123c9a2f0ff7143134c585d54cebd2359fbbb8b9a315149cb821, '', 0, '?'),
(0x8ffb7418f730c367f1bb61862fc5fd9e, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.woff', '/home/www/iamctv.com/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.woff', 1, 0x00000000000000000000000000000000, 0x7e0c88f02dcaf2f78c90b4dc7827b709, 0x8a997bda8bfec24eec6fdcd7235814c12b586527a2a38c86cf5f85dee5c73e1a, '', 0, '?'),
(0x760cdab4a1e5c7d656b9bdd84bb5fa50, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.eot', '/home/www/iamctv.com/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.eot', 1, 0x00000000000000000000000000000000, 0x06189313e1c7504e1edaa12766c2cfd9, 0x0d5d867e5bb286af90bf9bf75fcbb3be509842ca544160eea9bdc703af2a2c4f, '', 0, '?'),
(0x9d51a0b2c1ccd481ef328a3775eda04c, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.svg', '/home/www/iamctv.com/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.svg', 1, 0x00000000000000000000000000000000, 0xd031f47facf4331979b6f9fbac3187ef, 0x097dacc54eac093cc976e37fadb71f4203b11b17532502e198735cfcfef75384, '', 0, '?'),
(0x50e38501f130b981618bbc52d37a3d20, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.ttf', '/home/www/iamctv.com/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.ttf', 1, 0x00000000000000000000000000000000, 0xdb33e7676b65cdbfddbe8cdce17ca068, 0xd8488f8f7a166ae99ea825c2180e89b910b285703dda5ad5e096694e41875af4, '', 0, '?'),
(0xb81ae413a1af6ceecedef93317c88ac2, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.woff', '/home/www/iamctv.com/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.woff', 1, 0x00000000000000000000000000000000, 0x50c955d592e8a54a0e4cb4936d386076, 0xd39bfa7651b4966be2c40ab9836cd85ddb60ce95ba8fdbb7f4952b7dd26b4fad, '', 0, '?'),
(0xf5a586c2d8de3e192b1bdc9e4c5bee6d, 'wp-includes/js/tinymce/skins/lightgray/img/anchor.gif', '/home/www/iamctv.com/wp-includes/js/tinymce/skins/lightgray/img/anchor.gif', 1, 0x00000000000000000000000000000000, 0xabd3613571800fdcc891181d5f34f840, 0x2861666fd107d278d4449970615136d06d7f746be9bb19072cf9c8f30e565e1e, '', 0, '?'),
(0x4c1f3c23b3f313861ad27fe1bcd3dc7d, 'wp-includes/js/tinymce/skins/lightgray/img/loader.gif', '/home/www/iamctv.com/wp-includes/js/tinymce/skins/lightgray/img/loader.gif', 1, 0x00000000000000000000000000000000, 0x394bafc3cc4dfb3a0ee48c1f54669539, 0xf6f13b91b4c0548ba54f602836ccd82cc0736b865a908bfb63d8521dc513982b, '', 0, '?'),
(0x6f50f0fb1463998781ec6fa92ee47214, 'wp-includes/js/tinymce/skins/lightgray/img/object.gif', '/home/www/iamctv.com/wp-includes/js/tinymce/skins/lightgray/img/object.gif', 1, 0x00000000000000000000000000000000, 0xf3726450d7457d750a2f4d9441c7ee20, 0x86a0231f3b1f21e4e1490ca7882ec03ee7751cca8df253568edd6d7b7cf1652d, '', 0, '?'),
(0x9858b8d4cdec6735fbf49fbc289d3d63, 'wp-includes/js/tinymce/skins/lightgray/img/trans.gif', '/home/www/iamctv.com/wp-includes/js/tinymce/skins/lightgray/img/trans.gif', 1, 0x00000000000000000000000000000000, 0x12bf9e19374920de3146a64775f46a5e, 0x9cf020d7c3bba7f5ab10cda54aabef934f906d4f9a3acf99e9e7dc6c98579635, '', 0, '?'),
(0xd9fe033ecf7ee421f0aa67c50c718b98, 'wp-includes/js/tinymce/skins/lightgray/skin.min.css', '/home/www/iamctv.com/wp-includes/js/tinymce/skins/lightgray/skin.min.css', 1, 0x00000000000000000000000000000000, 0x13fe85bf5c96a042969ca526e87077c7, 0x373e785626767cc2adabe6559e2620ddb722c7a57a396adb4625d1bd4bdede56, '', 0, '?'),
(0xc4885e41f59a2b6c86aeac6ff86489d2, 'wp-includes/js/tinymce/skins/wordpress/images/audio.png', '/home/www/iamctv.com/wp-includes/js/tinymce/skins/wordpress/images/audio.png', 1, 0x00000000000000000000000000000000, 0x377e21e6dfe0008ef7c6d4fd2208770b, 0xe767d6c27ac2d9cf2e6789560ffb3aab835b91a5ccd3d099a148291c02c89eec, '', 0, '?'),
(0x46488c8ebc3301306d8f3abdb8739bb6, 'wp-includes/js/tinymce/skins/wordpress/images/dashicon-edit.png', '/home/www/iamctv.com/wp-includes/js/tinymce/skins/wordpress/images/dashicon-edit.png', 1, 0x00000000000000000000000000000000, 0x7852de09ac59b5589ed4dbdda4e4dee6, 0x6da6c1bf1a63bca7971cc4adcdf3b6bd5d03f0efec8a5b88d45ede5085b71477, '', 0, '?'),
(0xeca1e763dac62e4417c272bf207cf6ee, 'wp-includes/js/tinymce/skins/wordpress/images/dashicon-no.png', '/home/www/iamctv.com/wp-includes/js/tinymce/skins/wordpress/images/dashicon-no.png', 1, 0x00000000000000000000000000000000, 0x52d0c08fe45aca3f662e81c738f5e209, 0x05c2e48ac02e6325b463b02a04477ea3d5a23e805964839da23a8d371403d76a, '', 0, '?'),
(0x04c8840794ced3781879a8e581f58bd6, 'wp-includes/js/tinymce/skins/wordpress/images/embedded.png', '/home/www/iamctv.com/wp-includes/js/tinymce/skins/wordpress/images/embedded.png', 1, 0x00000000000000000000000000000000, 0xf58daaa070dd4ea21bd6790f7ec36e22, 0xbf067bf307b975d578d310278bc0c20ea14aa6c2ba406919221f483bf25d3668, '', 0, '?'),
(0x46c101f4acc3835c9f4fe7a1660c67ee, 'wp-includes/js/tinymce/skins/wordpress/images/gallery-2x.png', '/home/www/iamctv.com/wp-includes/js/tinymce/skins/wordpress/images/gallery-2x.png', 1, 0x00000000000000000000000000000000, 0x1ecaee31ec029ded0e18f576958a5214, 0x4e3347d127b260cef78f2b523ea2505d45ebfaceb3672fff623f8fac1ea85558, '', 0, '?'),
(0xb25f66f4e7b21c3b77d061cbd9da81b1, 'wp-includes/js/tinymce/skins/wordpress/images/gallery.png', '/home/www/iamctv.com/wp-includes/js/tinymce/skins/wordpress/images/gallery.png', 1, 0x00000000000000000000000000000000, 0xa1065fb19f8c105077f9b4501055db34, 0x3c577e85eee1d8b60ba1c72bd1684e8c0ee98439e7d7fa31cc5fb033d5778b73, '', 0, '?'),
(0x46019648c89d6ceb6593c916011b23dd, 'wp-includes/js/tinymce/skins/wordpress/images/more-2x.png', '/home/www/iamctv.com/wp-includes/js/tinymce/skins/wordpress/images/more-2x.png', 1, 0x00000000000000000000000000000000, 0x6c2cd70b1c8972cf25b85e1e78a5251e, 0xfeea14c3593dd15f14ae62b0bb7ccaa726662cac0b893c16bcc3038fa3b6a4a8, '', 0, '?'),
(0x4e8f33dd6a4070753593abb6bf5e9b86, 'wp-includes/js/tinymce/skins/wordpress/images/more.png', '/home/www/iamctv.com/wp-includes/js/tinymce/skins/wordpress/images/more.png', 1, 0x00000000000000000000000000000000, 0xfcb7bcd40abc0a6d003bfc0fcbabe67a, 0x2490b30676e7da6f5e841bb2d8559b20bf41008febf43af28d5c43a87515bfbd, '', 0, '?'),
(0xfa8aad7e858b0c610f25a1eb211ebb50, 'wp-includes/js/tinymce/skins/wordpress/images/pagebreak-2x.png', '/home/www/iamctv.com/wp-includes/js/tinymce/skins/wordpress/images/pagebreak-2x.png', 1, 0x00000000000000000000000000000000, 0x7bce36bf2355513af7917c193e23ebd6, 0xd228ddee5b0ad713ccbbe2896f9f52416f9133a4bc5e05e608a1c60cfd190804, '', 0, '?'),
(0x07bdbd9323ad90f9db15093e1cfb0437, 'wp-includes/js/tinymce/skins/wordpress/images/pagebreak.png', '/home/www/iamctv.com/wp-includes/js/tinymce/skins/wordpress/images/pagebreak.png', 1, 0x00000000000000000000000000000000, 0xe449e3da6dc51f85fc4c571179dd9348, 0x169d0d666cf4d5a42fe53b6c5ce4e2055c2e3608828e72c723509c195bd3c1d9, '', 0, '?'),
(0x94984086bb7bf74aa4e1ab35e4b7b458, 'wp-includes/js/tinymce/skins/wordpress/images/playlist-audio.png', '/home/www/iamctv.com/wp-includes/js/tinymce/skins/wordpress/images/playlist-audio.png', 1, 0x00000000000000000000000000000000, 0x552cfb3a29ac01a0d88b0422c5517159, 0x22e4021c1d4f6ffbdb8889e1c53cf6806f45532d4d4fc3b7e597594e802189bc, '', 0, '?'),
(0x37ab2557797ed7b9503f0f10ab78f2e7, 'wp-includes/js/tinymce/skins/wordpress/images/playlist-video.png', '/home/www/iamctv.com/wp-includes/js/tinymce/skins/wordpress/images/playlist-video.png', 1, 0x00000000000000000000000000000000, 0xa56c7a563660776d5a421c730b8dcfd6, 0x0d20a13817f3feaf1426f84ae4a63334b0d0b1a5dac7bd03101603bfbbc1bdfe, '', 0, '?'),
(0xde335eebcb504d9f5998e6ed488844d8, 'wp-includes/js/tinymce/skins/wordpress/images/video.png', '/home/www/iamctv.com/wp-includes/js/tinymce/skins/wordpress/images/video.png', 1, 0x00000000000000000000000000000000, 0xd0c2b6f7a042a93d0d7abb1e83336ac1, 0xa188c16982cdc407491e2f1f3db44dbe1b4d1e589e3a4de641d57076dc010dc5, '', 0, '?'),
(0xdbaaf2eaf7092ee6d5b8df5cbef20eaf, 'wp-includes/js/tinymce/skins/wordpress/wp-content.css', '/home/www/iamctv.com/wp-includes/js/tinymce/skins/wordpress/wp-content.css', 1, 0x00000000000000000000000000000000, 0x81fc83c10f836091c606556e000d88b4, 0x3ea5a0e48740c63a736fabeee5fa58e91c3db9b0134b6498ce6b7516887b8a08, '', 0, '?'),
(0x80916168a423d4ed38ed63f19cc20583, 'wp-includes/js/tinymce/themes/inlite/theme.js', '/home/www/iamctv.com/wp-includes/js/tinymce/themes/inlite/theme.js', 1, 0x00000000000000000000000000000000, 0x344f1ce0e24412496360e1181995454a, 0x70b776d354355a3e6a15868f6aaa00009cc87f66f8c578612f673d13b626b50c, '', 0, '?'),
(0xc60999b72341a90a230262231efca03d, 'wp-includes/js/tinymce/themes/inlite/theme.min.js', '/home/www/iamctv.com/wp-includes/js/tinymce/themes/inlite/theme.min.js', 1, 0x00000000000000000000000000000000, 0xe25a3d100d6f3c33a4a145d0ed1e16c2, 0xb7220cc13b6cbeaf007327e26c420eb433719a36298c38920a40064487b2b8ea, '', 0, '?'),
(0x722b7a6b3bbb2005340618afe6574913, 'wp-includes/js/tinymce/themes/modern/theme.js', '/home/www/iamctv.com/wp-includes/js/tinymce/themes/modern/theme.js', 1, 0x00000000000000000000000000000000, 0xefb528339d6fde55ea32c59d558a3299, 0xbd32172eaf7074fa2272c56029b8eb0d0e2e43dc6c06c75c1a089e179c424958, '', 0, '?'),
(0x6e23a9743d95278592c1def5625d7bf1, 'wp-includes/js/tinymce/themes/modern/theme.min.js', '/home/www/iamctv.com/wp-includes/js/tinymce/themes/modern/theme.min.js', 1, 0x00000000000000000000000000000000, 0x558edbf6c845c9c87cd268285a0666b3, 0xd3a3097d95caabcc458e30f2292e5458c2f8e44bd7647ed948b5ff4e6c4b3230, '', 0, '?'),
(0x822874546c44ceac372687b34d502ec0, 'wp-includes/js/tinymce/tiny_mce_popup.js', '/home/www/iamctv.com/wp-includes/js/tinymce/tiny_mce_popup.js', 1, 0x00000000000000000000000000000000, 0x4237af4931ba3003048f8eb5b98364c7, 0x0efbbaa427d09705afb3052f06211adb1f61218e7eb329b5c13144120ce418a1, '', 0, '?'),
(0x09d639848366de88559c66f2fee6079c, 'wp-includes/js/tinymce/tinymce.min.js', '/home/www/iamctv.com/wp-includes/js/tinymce/tinymce.min.js', 1, 0x00000000000000000000000000000000, 0x586ce1e095c0f8b0cca1439fcefe6b6e, 0xdc125a6bf71809e5367ce3cc7bf82a1a81a97ba248e3e2cb11a26907dc9d6b5e, '', 0, '?'),
(0x476db9993a86074dc4be56c0914cd089, 'wp-includes/js/tinymce/utils/editable_selects.js', '/home/www/iamctv.com/wp-includes/js/tinymce/utils/editable_selects.js', 1, 0x00000000000000000000000000000000, 0xa14a93897132a4a24927c64a9739ff45, 0xbf7603e0a1d1476a73dfdd1f66999f0965aa64c926e4a567b7071eff2ba1f6cb, '', 0, '?'),
(0x2ad1fe8f4c12ed6d262632fdd50a6215, 'wp-includes/js/tinymce/utils/form_utils.js', '/home/www/iamctv.com/wp-includes/js/tinymce/utils/form_utils.js', 1, 0x00000000000000000000000000000000, 0xbf88fc6ca25582825493849f19fa4c69, 0x764cfaa2e21b75733c2a72b957d2aab50c89a3db2e007cf55206679fcae5b4e6, '', 0, '?'),
(0xecb883fa7615c8db36e09a3b980e7e8f, 'wp-includes/js/tinymce/utils/mctabs.js', '/home/www/iamctv.com/wp-includes/js/tinymce/utils/mctabs.js', 1, 0x00000000000000000000000000000000, 0xeb81a1ec2259f9b1b4933e7855e5ada3, 0x2597597d12dabf8312261429fb01a2f84d61596782bfd08dc9dced2aa66c8105, '', 0, '?'),
(0x344149178e6e12303988860f37026360, 'wp-includes/js/tinymce/utils/validate.js', '/home/www/iamctv.com/wp-includes/js/tinymce/utils/validate.js', 1, 0x00000000000000000000000000000000, 0x434cc20c313f6f2b033b84f8fb7b5986, 0x6bbb48e3c63bc600956b43d473b109274bd82334352b65457c169e0feb15dc30, '', 0, '?'),
(0x5477bbf83d89c12ba636d7f80fd0c6d7, 'wp-includes/js/tinymce/wp-tinymce.js', '/home/www/iamctv.com/wp-includes/js/tinymce/wp-tinymce.js', 1, 0x00000000000000000000000000000000, 0xfcdcdb40c63f9e9e536515cc55fde9eb, 0x7e4929e73e72e0d222cc199a44c66e9504cd6ef2ae0e31d8e6b5b9bf11f9489a, '', 0, '?'),
(0xcfc2c813adc10b48d4b9f2dc66eb6be1, 'wp-includes/js/tinymce/wp-tinymce.php', '/home/www/iamctv.com/wp-includes/js/tinymce/wp-tinymce.php', 1, 0x00000000000000000000000000000000, 0x311e5f489730acede25553c3e14068f3, 0xc19ad1dbeb0b0ccf5fd895d7dec94ecd9eed04bd96ec31892ae3d6c79c03fdf6, '', 0, '?'),
(0x1270db9ed4324e1c3c3a5aa537bb7282, 'wp-includes/js/tw-sack.js', '/home/www/iamctv.com/wp-includes/js/tw-sack.js', 1, 0x00000000000000000000000000000000, 0xb989a5bd84f6ebcbc1393ec003e6e991, 0x7ba26e5d14d600d68898dd6e7fbb0dcf11b5f4c93ca70e77cbb7582983e0da3a, '', 0, '?'),
(0x8bba14b0c568142bb9ab42ccc6f21dd0, 'wp-includes/js/tw-sack.min.js', '/home/www/iamctv.com/wp-includes/js/tw-sack.min.js', 1, 0x00000000000000000000000000000000, 0xd45868fe2b74f1900d0d2fe9e2410ee7, 0xdd5c6d0f4ebea4ebed86ac338103c7026f45f900e2af5a06b8a829e2fa798442, '', 0, '?'),
(0xcfe98bada1827b5eaa074d552af48d5f, 'wp-includes/js/twemoji.js', '/home/www/iamctv.com/wp-includes/js/twemoji.js', 1, 0x00000000000000000000000000000000, 0xce42c1bfad66df1aa7c3e32b8f9ea944, 0x229c2fab024487edf07ca06668d633e59a85892b4617dc50b947106c344d2b8a, '', 0, '?'),
(0x4de53b43e5cc02cfd5d5385979efb28f, 'wp-includes/js/twemoji.min.js', '/home/www/iamctv.com/wp-includes/js/twemoji.min.js', 1, 0x00000000000000000000000000000000, 0x987d010cea9be470b0e3d92f0984a800, 0x1addcb9854776c7946a6458f821f948af209b995a177f7f4f11c502313534e81, '', 0, '?'),
(0xcde733c0cdcd0182e41946f43cb6a138, 'wp-includes/js/underscore.js', '/home/www/iamctv.com/wp-includes/js/underscore.js', 1, 0x00000000000000000000000000000000, 0x045e6bac3fe25122dcb14619a28e761f, 0xf56be06622d090343c9aedf7e73521746be71793cd71d6eecd0b79c1167151a2, '', 0, '?'),
(0xb275e6d83c65e7789bae40d688c2883e, 'wp-includes/js/underscore.min.js', '/home/www/iamctv.com/wp-includes/js/underscore.min.js', 1, 0x00000000000000000000000000000000, 0x42aa17e1f850a414638ee4a32a3aa807, 0x035fb48d12b0d5ea360b78ef38de8d6f37573c13d31e2080a8499b9a0265d8eb, '', 0, '?'),
(0x3ce6686ad8098e34bdbb983461d032f6, 'wp-includes/js/utils.js', '/home/www/iamctv.com/wp-includes/js/utils.js', 1, 0x00000000000000000000000000000000, 0x06048f8ea732a49aa4215b704e49e935, 0x6949034934ef2a96e17b461d0c5a616efac7a01ed11c294a2c54d026b567b3e0, '', 0, '?'),
(0x19fc0f2655580de84c34147b9ae2d1d4, 'wp-includes/js/utils.min.js', '/home/www/iamctv.com/wp-includes/js/utils.min.js', 1, 0x00000000000000000000000000000000, 0x981f144bbbcbd99ad265959f7a84ab7f, 0xc04c8baaf45bf46965046b9e16dab0259cb4d8b241d29988e24549b60514546c, '', 0, '?'),
(0x5d2852aa262110e2c6313b993398ea12, 'wp-includes/js/wp-ajax-response.js', '/home/www/iamctv.com/wp-includes/js/wp-ajax-response.js', 1, 0x00000000000000000000000000000000, 0x93491a57260da8700d95201bc4b14e8f, 0x014a39f48416f14c099eea093d59f2251188ef190de2afa4fb086b62d8c118ec, '', 0, '?'),
(0x12758c293803464739a143b0289db69a, 'wp-includes/js/wp-ajax-response.min.js', '/home/www/iamctv.com/wp-includes/js/wp-ajax-response.min.js', 1, 0x00000000000000000000000000000000, 0x96ce1ca9e0e6afba8ede3b0edbefb9aa, 0xf97d3413ccc5bfabe3530230a6640fdc0c891b5cc1596672601d8ae304c94b3e, '', 0, '?'),
(0x217c1128df79cb57982a314f6f324375, 'wp-includes/js/wp-api.js', '/home/www/iamctv.com/wp-includes/js/wp-api.js', 1, 0x00000000000000000000000000000000, 0x40bb4259dd66a68462fa6232af6cd0b7, 0xe14e935fd6c2188a5222549699a8d5e7cb250769c76398a8c5918a093226a248, '', 0, '?'),
(0xd39fee02f106c76d79ac2b0a661de93a, 'wp-includes/js/wp-api.min.js', '/home/www/iamctv.com/wp-includes/js/wp-api.min.js', 1, 0x00000000000000000000000000000000, 0xd7a5bdb200fc4657f4afcb02c70ff2ad, 0x2fda142bad63e8d9e30b09f70c4b5cdbc619555c3e9b8c2b91b8c3c4bbe1f6ae, '', 0, '?'),
(0x93882e8f9976382d7f724ac595ed7151, 'wp-includes/js/wp-auth-check.js', '/home/www/iamctv.com/wp-includes/js/wp-auth-check.js', 1, 0x00000000000000000000000000000000, 0x9132a9a3e8591054e678da1c0e778004, 0x4513e94944280e313069fd7cf3563aede95ed3731a58c7825cac396be94fae47, '', 0, '?'),
(0x7455d22f4473a449daa417dc737412e3, 'wp-includes/js/wp-auth-check.min.js', '/home/www/iamctv.com/wp-includes/js/wp-auth-check.min.js', 1, 0x00000000000000000000000000000000, 0x48c036d30580d3129c62cb58be2b4d27, 0x6e409bacf3a5b7746fd2043a97d05cf8652136123502b6ea052c1b4b83565c3d, '', 0, '?'),
(0xf4ad6ae5381dfa9cc8c48fc31aacb1f3, 'wp-includes/js/wp-backbone.js', '/home/www/iamctv.com/wp-includes/js/wp-backbone.js', 1, 0x00000000000000000000000000000000, 0x04afd74a8cae5409bbe26cd951cbc231, 0x0a5495f378b4f64e8740a3a8735fbe934c60cd452af864c00b80ed7f4894633f, '', 0, '?'),
(0x303c9211cec5c8ff6cdabffef64aade2, 'wp-includes/js/wp-backbone.min.js', '/home/www/iamctv.com/wp-includes/js/wp-backbone.min.js', 1, 0x00000000000000000000000000000000, 0xb9169947faa9ef0931dc5921f47ad920, 0x22fa8683f2b9c0498bea60e9ee49d2083a09e4e64f581537ea86bc2919d2328e, '', 0, '?'),
(0x18d492d7e3be419f95d7d9f972ab8e5e, 'wp-includes/js/wp-custom-header.js', '/home/www/iamctv.com/wp-includes/js/wp-custom-header.js', 1, 0x00000000000000000000000000000000, 0x8b434024d2b783534581f4869d0123e4, 0xf2ef22e89a79f7e493a7c0ed7df5bf5e48de7ac80c25fe955aa0cad183a99c99, '', 0, '?'),
(0x5a985f228cea7eb44acfc08f1bc9e4e4, 'wp-includes/js/wp-custom-header.min.js', '/home/www/iamctv.com/wp-includes/js/wp-custom-header.min.js', 1, 0x00000000000000000000000000000000, 0x80b3aaa56e980fff1e2846d1ccbd1dce, 0x65bfb83ec519d8d6575ac85dee890bdf6dd7f6986cce81a26a8b02048cb36569, '', 0, '?'),
(0xb18b3db79d2d58d48d6e7b5db71b7066, 'wp-includes/js/wp-embed-template.js', '/home/www/iamctv.com/wp-includes/js/wp-embed-template.js', 1, 0x00000000000000000000000000000000, 0xd6662557effb145e6df179cfd5d03424, 0xe3038029ea95e7d3159ae4e441e272940d7490bde1408a876ac6ef59c0bef8c7, '', 0, '?'),
(0xbd905a2012f8904f19670a578b579232, 'wp-includes/js/wp-embed-template.min.js', '/home/www/iamctv.com/wp-includes/js/wp-embed-template.min.js', 1, 0x00000000000000000000000000000000, 0x636a3f0236661b96a64e35893548cb36, 0x1ed5ebfe15496cbc8773f1c62603fdb098781ce1fa6a7a5183eaa293f896e680, '', 0, '?'),
(0x80d673536bdc69ab3c342763ec2d1336, 'wp-includes/js/wp-embed.js', '/home/www/iamctv.com/wp-includes/js/wp-embed.js', 1, 0x00000000000000000000000000000000, 0x94b37ed7929427c84a00ad93b8e4afaf, 0x565f4f2788cbc2df706bfabf3b0886edd360f04fd9fa0d9d9f38687eb78b334b, '', 0, '?'),
(0xe64a7e5f6fb866996bb3a8f6f3bacf0b, 'wp-includes/js/wp-embed.min.js', '/home/www/iamctv.com/wp-includes/js/wp-embed.min.js', 1, 0x00000000000000000000000000000000, 0x3b488bf1c6371af562e304bd37753145, 0x670849594b1ebd187acc20a693fffd005bfd86ffa64ef529e25b757025a5de9e, '', 0, '?'),
(0x7fe674721eb3ceb5461b5fee20c3c7d7, 'wp-includes/js/wp-emoji-loader.js', '/home/www/iamctv.com/wp-includes/js/wp-emoji-loader.js', 1, 0x00000000000000000000000000000000, 0x1261398fffd0a7bc0fe1f208b404967a, 0x0f461f4d926c69841f3ccb7e38312cac038257137020c04141bca9c947ce0b7e, '', 0, '?'),
(0x3bfc1dedd9e2012a0b311a6ebdc334d3, 'wp-includes/js/wp-emoji-loader.min.js', '/home/www/iamctv.com/wp-includes/js/wp-emoji-loader.min.js', 1, 0x00000000000000000000000000000000, 0xd1c69dd4486947a6a874db39d8a70489, 0xccaa745256f927c1b03b71244142de832a0b9bf8a21d7e74cd6d7df4a9432a60, '', 0, '?'),
(0xcadd0962a20cb79638ce5bbf90b6a579, 'wp-includes/js/wp-emoji-release.min.js', '/home/www/iamctv.com/wp-includes/js/wp-emoji-release.min.js', 1, 0x00000000000000000000000000000000, 0x32beb68a374e3aeac00abdf9e12b84ea, 0xaaf029796dcc4572a346151dba844af8df325cf3cd8c0a9ba71a673b46fd493f, '', 0, '?'),
(0x008cfee63b66f31bfa51ee3d2ac795c3, 'wp-includes/js/wp-emoji.js', '/home/www/iamctv.com/wp-includes/js/wp-emoji.js', 1, 0x00000000000000000000000000000000, 0x2aae979a0e8bced7b6483b8671072ebd, 0xbaa6198beb15a990e64f1eb4131eee290e603567f2443f3546922196c8c8cef5, '', 0, '?'),
(0x5b923e9578823b14f2776e122f748d48, 'wp-includes/js/wp-emoji.min.js', '/home/www/iamctv.com/wp-includes/js/wp-emoji.min.js', 1, 0x00000000000000000000000000000000, 0x2b67b30e443ef377f96699d9852ab444, 0x4da36146b1a924ae2aeb4da9cf5fa4b99391e16e38a8edb7c41d7604effb75e3, '', 0, '?'),
(0xbf99b83d563ba2178bededc24e2e4b07, 'wp-includes/js/wp-list-revisions.js', '/home/www/iamctv.com/wp-includes/js/wp-list-revisions.js', 1, 0x00000000000000000000000000000000, 0x5019624f50b503784fa5727337a9b532, 0x81230cb4f23b0c77b43104a381b02ea5cb42d5c6f0339513665f183bcf5066f7, '', 0, '?'),
(0x4534edd766750d23523a6b211e6a6768, 'wp-includes/js/wp-list-revisions.min.js', '/home/www/iamctv.com/wp-includes/js/wp-list-revisions.min.js', 1, 0x00000000000000000000000000000000, 0x8cc0dd7da01af11908dba65fe3c4384b, 0x5d0dabcf6feb38da59a01836979c29727957143fdf5988fdc2e204aa62e17a28, '', 0, '?'),
(0x9f6276bec9154592ecb448d5c7e3ce84, 'wp-includes/js/wp-lists.js', '/home/www/iamctv.com/wp-includes/js/wp-lists.js', 1, 0x00000000000000000000000000000000, 0x4fe35d53f231911c964c5925caf4c316, 0x865c77ca203aab7e14c3e99f86d15883e9576a1780da4067b316bdd45f1aa92d, '', 0, '?'),
(0x9639b565dd45f880627fddbe6cb433a2, 'wp-includes/js/wp-lists.min.js', '/home/www/iamctv.com/wp-includes/js/wp-lists.min.js', 1, 0x00000000000000000000000000000000, 0x6d33b93445693f62acffcabae612ff3d, 0x31ca9aaa9eaba4a9915c4b0fea071970fbadb1cf5268fbe757ce30c2ba3b13c2, '', 0, '?'),
(0xbf23b24175490c2e46aaf92ff6a0c70f, 'wp-includes/js/wp-pointer.js', '/home/www/iamctv.com/wp-includes/js/wp-pointer.js', 1, 0x00000000000000000000000000000000, 0x9c98381adf8140200dc17cffc99b5b64, 0x8fb64fb2c8866d7ec0bc9a159167c6b75e391636cfe87d3e7cccad2fc55deada, '', 0, '?'),
(0xeaafc787be1dc6db34cb93541f60a16b, 'wp-includes/js/wp-pointer.min.js', '/home/www/iamctv.com/wp-includes/js/wp-pointer.min.js', 1, 0x00000000000000000000000000000000, 0x41567b4defaee48dfcfc726e3fc30af7, 0x633ae213b19938b9cb58dcb9816cd6386f0664844768af8d53e044a7250a4dcc, '', 0, '?'),
(0x9bedaa5d6abc6cb127b2f496bb2f7835, 'wp-includes/js/wp-sanitize.js', '/home/www/iamctv.com/wp-includes/js/wp-sanitize.js', 1, 0x00000000000000000000000000000000, 0xbe9dc83a6b99eaf3458b743651d01b99, 0x79cea656ade5207dc99b0f71fe8ab7914b3edb88503606d3c42af7de430a737d, '', 0, '?'),
(0x898a8c26f686e9027d3f1de21a7360be, 'wp-includes/js/wp-sanitize.min.js', '/home/www/iamctv.com/wp-includes/js/wp-sanitize.min.js', 1, 0x00000000000000000000000000000000, 0x7b8682ba7f493efa9d5fe6c0408722da, 0x02f4498f30d94c00e914d50d2707827df7f5676091b77a205f28c1f2e0fb2519, '', 0, '?'),
(0xa43f3f6ebfebe6e5fde55f326790b76a, 'wp-includes/js/wp-util.js', '/home/www/iamctv.com/wp-includes/js/wp-util.js', 1, 0x00000000000000000000000000000000, 0x35a85a6cbdb82e7d4c837b21614e2924, 0xe082096bc41cfdc9648915a6b1596e2aae9749d392971d5f2cc0a53200f2b3e8, '', 0, '?'),
(0x482b80457e997d0ea73151dbf0bdaed9, 'wp-includes/js/wp-util.min.js', '/home/www/iamctv.com/wp-includes/js/wp-util.min.js', 1, 0x00000000000000000000000000000000, 0x8637362089372427b52fa10a43d8109c, 0x4737dc05723c701153ab43bf0705c2135c1414fef80190c87aca8bfa49b947b6, '', 0, '?'),
(0xf541346508f8eac77bb95e9a8186d25a, 'wp-includes/js/wpdialog.js', '/home/www/iamctv.com/wp-includes/js/wpdialog.js', 1, 0x00000000000000000000000000000000, 0xc6b779020a09eebd206570dcd4a90666, 0xd5c3212ff28e419f83661616d3303d938847d3378a68952f867555ef26678c9e, '', 0, '?'),
(0xdf97cf0b0651b5a675e221d9b678955b, 'wp-includes/js/wpdialog.min.js', '/home/www/iamctv.com/wp-includes/js/wpdialog.min.js', 1, 0x00000000000000000000000000000000, 0x3d6e52f38f2de2ef4b50e3cd3d8cb53c, 0x77a7f814dcda874512c39e1289aab40cf100b476bad3adb6e6056b5e964db96e, '', 0, '?'),
(0x9ab07774f248a9ebe1172d739300c26e, 'wp-includes/js/wplink.js', '/home/www/iamctv.com/wp-includes/js/wplink.js', 1, 0x00000000000000000000000000000000, 0x93ff217b8c54ee9eb857b056fab0ffb3, 0xe8aa4065ba7b074692206ff8890fc1602b3570f95101272b816543ea1787ee03, '', 0, '?'),
(0xdf0fe0d2c12289bb96becd63296adb22, 'wp-includes/js/wplink.min.js', '/home/www/iamctv.com/wp-includes/js/wplink.min.js', 1, 0x00000000000000000000000000000000, 0x80658e9703dcfe35123d4cd08d45bd21, 0xef77c2d851adabe02760ecfe045c341d82deb544551c0c2e15d5fd5ce52cc258, '', 0, '?'),
(0xfda9d57f27e68042e2088aad37531dc2, 'wp-includes/js/zxcvbn-async.js', '/home/www/iamctv.com/wp-includes/js/zxcvbn-async.js', 1, 0x00000000000000000000000000000000, 0x133d902461d45b5a46295e0a9f13f17e, 0xd675eebabc5139d2ab7b12bdbc376f037d0ef980edb6ee05e660df2d6e5701c6, '', 0, '?'),
(0x4c28cafda26ef8395b1232c04336e59a, 'wp-includes/js/zxcvbn-async.min.js', '/home/www/iamctv.com/wp-includes/js/zxcvbn-async.min.js', 1, 0x00000000000000000000000000000000, 0xc6f045d5e79f0a4f5ce90419ca598162, 0x85d2274650e41a0417a82f470a93e04ab7a688eba75c4212f59e1aae88495492, '', 0, '?'),
(0x4af2be81acb4ca4f68d3fdd07344d8be, 'wp-includes/js/zxcvbn.min.js', '/home/www/iamctv.com/wp-includes/js/zxcvbn.min.js', 1, 0x00000000000000000000000000000000, 0x027c098ebca6235056092f7b954dfc5f, 0x768f58498139d5feb36ef531658636ebdb43f4175cd32e702bde22bbf04bfe12, '', 0, '?'),
(0xa0e0d196dd71dde453474b0f791828fe, 'wp-includes/kses.php', '/home/www/iamctv.com/wp-includes/kses.php', 1, 0x00000000000000000000000000000000, 0x7462d851bbe64ca684f2b4bba8f5d2a4, 0x209646fffc4d4cd74e09c5971617058e54273601188bcd21ce5dae813b5a974a, '', 0, '?'),
(0x10c9e8eb133a7f6da1b05bdda2af3a23, 'wp-includes/l10n.php', '/home/www/iamctv.com/wp-includes/l10n.php', 1, 0x00000000000000000000000000000000, 0x4f2b76b1707dbe30d1337ff445c5dfc5, 0x506aa8de50870e636c5872ddf855bfbcb6c7b71d211ad482a1b32d17dc9567ce, '', 0, '?'),
(0xcbef1d76ed452cbf2d4fe47bcf01ba96, 'wp-includes/link-template.php', '/home/www/iamctv.com/wp-includes/link-template.php', 1, 0x00000000000000000000000000000000, 0x41ed3b6b28a5f484316266a5decc526f, 0xc34012150a78f3cc871897ac24d89e637590f175629b218bb4b0b626efc4fb6a, '', 0, '?'),
(0x5f6a18f5f0875fb1a82fd4ccd679d3b1, 'wp-includes/load.php', '/home/www/iamctv.com/wp-includes/load.php', 1, 0x00000000000000000000000000000000, 0x59fcf8105998c15c010f8b596b7d2e45, 0xbe7a1b38cfdbbafb86733f524384106ef99e6f6d6cafdafbec0c5d29eb506c60, '', 0, '?'),
(0x4436066dcb658e727b704be84f181092, 'wp-includes/locale.php', '/home/www/iamctv.com/wp-includes/locale.php', 1, 0x00000000000000000000000000000000, 0x87c6b20034a6296ff3157962551b5ea6, 0xc3183cd2366e8f27fa4a9ac1b3e5f45f0cc106d909190b8a5325d1e14707564a, '', 0, '?'),
(0x61c6c50383c9fb286de04542fd086cc9, 'wp-includes/media-template.php', '/home/www/iamctv.com/wp-includes/media-template.php', 1, 0x00000000000000000000000000000000, 0xdc68ec82e4e34437a5533120633d4d20, 0xe509742803f04e450226cdb743d4b04053fb00001e08a630b7dbf42385c45b3a, '', 0, '?'),
(0x297bf46a572d5f80513d3fed476cd2a2, 'wp-includes/media.php', '/home/www/iamctv.com/wp-includes/media.php', 1, 0x00000000000000000000000000000000, 0x2cdc44de3a940d5f3097f75c8513e2b2, 0xd1cb27306483a34748b60c0f5660995ca1deca89f96f0262e73c6d8f0a8f9c50, '', 0, '?'),
(0x7fdb4bfb51f07d1455263b2698efd851, 'wp-includes/meta.php', '/home/www/iamctv.com/wp-includes/meta.php', 1, 0x00000000000000000000000000000000, 0xe635727cb22d814830e9fe3da5132a10, 0xaf7026029bc2f02bacfb2a8caa1992fe8b199d20dd45ad7501b7cb51809f62ca, '', 0, '?'),
(0x1dd367b99b498621d9add1c7d6075fc6, 'wp-includes/ms-blogs.php', '/home/www/iamctv.com/wp-includes/ms-blogs.php', 1, 0x00000000000000000000000000000000, 0x1f5959775f73e7b0834009440c45ac6d, 0x01997edb8347e1df2c2c3fa81da730bdc476fad0668319d855d3a74ea3ec694b, '', 0, '?'),
(0x6d41e7f059b7e0cac0ae52627cde538e, 'wp-includes/ms-default-constants.php', '/home/www/iamctv.com/wp-includes/ms-default-constants.php', 1, 0x00000000000000000000000000000000, 0x39db7ee83849418f41d4b6b19e689ba0, 0xd0fcf27bdf0cfb20584e5acf004b2c34f6803892aa6f8c335b3102e46399abce, '', 0, '?'),
(0xa4071e2edd814215bec0784b1291598c, 'wp-includes/ms-default-filters.php', '/home/www/iamctv.com/wp-includes/ms-default-filters.php', 1, 0x00000000000000000000000000000000, 0x88e7a3b965155cb6c5ef67f49a1a082a, 0x005d851cd6c74dcb50742e78615e8194b6b26c544e6a4fb72e22ef66a06394ab, '', 0, '?'),
(0xa85bc26ec50f477bc3f927bea2713a9b, 'wp-includes/ms-deprecated.php', '/home/www/iamctv.com/wp-includes/ms-deprecated.php', 1, 0x00000000000000000000000000000000, 0x6b829d706cd4458e84294340db055254, 0x498890875284314169b1f7007af4e82038fea10070932cd9041d3575ad8b8952, '', 0, '?'),
(0xebadb70de710217a7d4d4c9d114b8145, 'wp-includes/ms-files.php', '/home/www/iamctv.com/wp-includes/ms-files.php', 1, 0x00000000000000000000000000000000, 0x1838fcf4e380967ae5a7d2de9d140999, 0xc3343f5814c61e71a91329bd1b83a28ee991cc83c463664e332e799cb2b7d6df, '', 0, '?'),
(0xbc76259f7f948c53b45bbfccaaa3d1be, 'wp-includes/ms-functions.php', '/home/www/iamctv.com/wp-includes/ms-functions.php', 1, 0x00000000000000000000000000000000, 0x246cb11e3efc05a55f73b67249b2d5b3, 0xc0042da9f57653624885fc10d4249f85713b3606e6d8275233d0e9e0d40f2d27, '', 0, '?'),
(0xc35f16b497a76a5358e032ce1951513d, 'wp-includes/ms-load.php', '/home/www/iamctv.com/wp-includes/ms-load.php', 1, 0x00000000000000000000000000000000, 0xa8acf49c2757c101b44e3b5109c0e47d, 0x3a99e660b11d09c44fe978c4a21d6070c8a7d775307f724ec951539093b89603, '', 0, '?'),
(0x87783970e332ac02c5f077e303b8c442, 'wp-includes/ms-network.php', '/home/www/iamctv.com/wp-includes/ms-network.php', 1, 0x00000000000000000000000000000000, 0x58d6bd6d6af38037ed78c5e78aa1a3eb, 0x15b3bb93c7039c026dd92e8ac585f5e106ef98146f0e6960cb1538ff8ee116d8, '', 0, '?'),
(0x7f6a2686c25efbccf88c62b3f4048c98, 'wp-includes/ms-settings.php', '/home/www/iamctv.com/wp-includes/ms-settings.php', 1, 0x00000000000000000000000000000000, 0xc48805ac4cba40c97223f97d53959ab7, 0x346e2d999904b54aa3f4ade2328ea0b2ae54fa68df95c121d95f482f5a0f22ad, '', 0, '?'),
(0x9e275e934412fdd74947de310b85d921, 'wp-includes/ms-site.php', '/home/www/iamctv.com/wp-includes/ms-site.php', 1, 0x00000000000000000000000000000000, 0x8381117db25de46457b54ee499bcfcc0, 0xaed0852e2f21e7deca9442d5c9b27998b06c9db9615b1b276792afbad784d295, '', 0, '?'),
(0xc50faa117b41b8ea6d6df910df2a9d4b, 'wp-includes/nav-menu-template.php', '/home/www/iamctv.com/wp-includes/nav-menu-template.php', 1, 0x00000000000000000000000000000000, 0xc4f8fbdc7033674431524bd616d83fc7, 0x53be1bd34b6bacce0b570064d5902b89b340ff1cdaf48eae53125794de932e20, '', 0, '?'),
(0xa15bf6486e5b50d62e7ebdf0df46557c, 'wp-includes/nav-menu.php', '/home/www/iamctv.com/wp-includes/nav-menu.php', 1, 0x00000000000000000000000000000000, 0x15be3ee14c6f8d20e66230feddfcbca3, 0x3ef354d195204960b1416968e729291ac153a5aeb45ab8d7e839873f12a4a881, '', 0, '?'),
(0xb64d52b2e66cc442109c07151146a575, 'wp-includes/option.php', '/home/www/iamctv.com/wp-includes/option.php', 1, 0x00000000000000000000000000000000, 0x7c9aa2dcfdd4faba0d4f260139e5e8db, 0xb108cca478d07226b02538bb6ec1870fdeb59166034abfb17e1da33530c0ca0e, '', 0, '?'),
(0xaf0d54a9b8b158cbee20fcb3e107155b, 'wp-includes/php-compat/readonly.php', '/home/www/iamctv.com/wp-includes/php-compat/readonly.php', 1, 0x00000000000000000000000000000000, 0xd18198e3944bba123db685bf7ce4b0e3, 0xfb6bcbf455377f48c1fe559c2ecf95506d5ea746f015c4523435961fff9cbc88, '', 0, '?'),
(0x4e7cfec2874ad0b2aa7a6ed7f6117377, 'wp-includes/pluggable-deprecated.php', '/home/www/iamctv.com/wp-includes/pluggable-deprecated.php', 1, 0x00000000000000000000000000000000, 0x4086a5e822956ad27ff4a3329008df96, 0xfa151ec4559ddbd1c33da688c5c7636fe2f23d167431ce2d5cee150df73d0512, '', 0, '?'),
(0x6830582dc869ffbbd5e18d5ecc476038, 'wp-includes/pluggable.php', '/home/www/iamctv.com/wp-includes/pluggable.php', 1, 0x00000000000000000000000000000000, 0x9f9d28bde39c986e390ef2c610ab9faa, 0xa00381898ebef792e90cfe4cc3ec0b8ccd0974ea658cde65a7f78bda2eff62ed, '', 0, '?'),
(0xe4f61b003087f9719fc48a4e792994d4, 'wp-includes/plugin.php', '/home/www/iamctv.com/wp-includes/plugin.php', 1, 0x00000000000000000000000000000000, 0x24a32049e5392cd1699e0f0b9e1677d0, 0x8b525d9e9841539240737b7f38ee82dea501996ce22122450af4041b60d0115d, '', 0, '?'),
(0x0ecc200e87eca10c4311aa5907968ef1, 'wp-includes/pomo/entry.php', '/home/www/iamctv.com/wp-includes/pomo/entry.php', 1, 0x00000000000000000000000000000000, 0x0d3b37151579af62b1168e0547f26183, 0x3090498c5041aa076005f498fc9871408915e9ed7d8fe19189f28cf07557dd27, '', 0, '?'),
(0x3438b2155674d412ba9a2b5e125807f4, 'wp-includes/pomo/mo.php', '/home/www/iamctv.com/wp-includes/pomo/mo.php', 1, 0x00000000000000000000000000000000, 0xd681c31205c31d8fd2de3d542c10a38a, 0xada601baa468a1db329b35379baed6bc68b5deef6da4c117e8941a30fe910764, '', 0, '?'),
(0xfa1db61c411e8c8bcdcb29cdb94434cd, 'wp-includes/pomo/plural-forms.php', '/home/www/iamctv.com/wp-includes/pomo/plural-forms.php', 1, 0x00000000000000000000000000000000, 0x735f37c83b028c095dad4c766cc99f1d, 0xcb070fca54c655233a60423d17d5d6dbc3db994e167933adfeb78ee69b4a01ed, '', 0, '?'),
(0xaae65b4bbaeee6628ec4da320c3810b7, 'wp-includes/pomo/po.php', '/home/www/iamctv.com/wp-includes/pomo/po.php', 1, 0x00000000000000000000000000000000, 0xa6a62b886d2a5f09d6a3a5fa61edcb3c, 0xaa9802e59bdc76f180d9c4d7df99180b385231d7acf2be9e0912b9c9766a92b2, '', 0, '?'),
(0x9a31573b639fb69ab8b04ef1c022ef75, 'wp-includes/pomo/streams.php', '/home/www/iamctv.com/wp-includes/pomo/streams.php', 1, 0x00000000000000000000000000000000, 0xdc2ad59abeca9ef9268d12be43845cc1, 0x032f3d1bb8a618bd62fc04231dcc153a50abc33236fccbfe0fa1723983183a2e, '', 0, '?'),
(0xa7d31d923fda9fa345bfce14b6245046, 'wp-includes/pomo/translations.php', '/home/www/iamctv.com/wp-includes/pomo/translations.php', 1, 0x00000000000000000000000000000000, 0x291117c424acfd6fad59a64428175c68, 0xbe170e7f4c73ef6cfb90668a32921839d6bc3df666390c1be53ecf742af9175c, '', 0, '?'),
(0x9461b17455da71b65e21e430c6a36c81, 'wp-includes/post-formats.php', '/home/www/iamctv.com/wp-includes/post-formats.php', 1, 0x00000000000000000000000000000000, 0xb368b725c84a7c2c251546c59b1f400c, 0xdcd53603bb789319de7118e623850abdff5b6a04eac445b2ae39b939658a5e51, '', 0, '?'),
(0x4dfc90c149824dd4effcc0724490f52d, 'wp-includes/post-template.php', '/home/www/iamctv.com/wp-includes/post-template.php', 1, 0x00000000000000000000000000000000, 0xf5061afc46acd0795b9026c24cdfdd23, 0x344c312bc3028fb225c4b08bd7ed44f33d0de17ea6bd26b6f1129ac32df45759, '', 0, '?'),
(0xc3e16959969086851e007f0a52299684, 'wp-includes/post-thumbnail-template.php', '/home/www/iamctv.com/wp-includes/post-thumbnail-template.php', 1, 0x00000000000000000000000000000000, 0x95b8b61e4daad3cdbe53a9b118442fd8, 0xee7979610d23c44e47a63507d065b64587545a794593fb689bb403edf2a1126c, '', 0, '?'),
(0xab88b030116a886cb5530713d3fd4bf2, 'wp-includes/post.php', '/home/www/iamctv.com/wp-includes/post.php', 1, 0x00000000000000000000000000000000, 0xfe296c27da0a8e82a2208900371c8ec1, 0x462ce44508421000f13aed56e4f9bf65929001a03639c3b95f7753e0ad433d94, '', 0, '?'),
(0x8e20e94124dba46643814ef699330737, 'wp-includes/query.php', '/home/www/iamctv.com/wp-includes/query.php', 1, 0x00000000000000000000000000000000, 0xea8b117fb3cb0c06d87b346d18f8a0c2, 0xa57e32f03bfd532064a30bcc737339403a553dddd074def1d92624886e002ca8, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xf64b460a4ff269f17d2cedf6917701c7, 'wp-includes/random_compat/byte_safe_strings.php', '/home/www/iamctv.com/wp-includes/random_compat/byte_safe_strings.php', 1, 0x00000000000000000000000000000000, 0x73d9b996e37833b33843da6698358d63, 0x83a008a84c24e06b85b6dfe388bcb0ace7ec4f210b46f7f8685bf517c59ada9f, '', 0, '?'),
(0x87c2d96fd477acdbe5d08ed736393649, 'wp-includes/random_compat/cast_to_int.php', '/home/www/iamctv.com/wp-includes/random_compat/cast_to_int.php', 1, 0x00000000000000000000000000000000, 0x79297a8a910b48162ff884043efc1612, 0xd69c5fe25b3228792b397d51aa49ef952a0041baa11ae0bbca816667c63ef714, '', 0, '?'),
(0xa810911ba276398562d424131f91134c, 'wp-includes/random_compat/error_polyfill.php', '/home/www/iamctv.com/wp-includes/random_compat/error_polyfill.php', 1, 0x00000000000000000000000000000000, 0xa5862c390f82e0eef09f9ad9c147b811, 0x6896079df8868082cdbc189b98f0d916d0c6be656bbfa05980f7dd1a66f0b26d, '', 0, '?'),
(0xf6146ad8e6b2055ab7133b0a6cd093bc, 'wp-includes/random_compat/random.php', '/home/www/iamctv.com/wp-includes/random_compat/random.php', 1, 0x00000000000000000000000000000000, 0x5c0c588eecb830253ddd884121881dbb, 0x625a47027ede75bd990c260de59daf3116e6a5832f148e2b2f69b7bd9d171ff8, '', 0, '?'),
(0x7481a80c80fb912ea8c39595381631bd, 'wp-includes/random_compat/random_bytes_com_dotnet.php', '/home/www/iamctv.com/wp-includes/random_compat/random_bytes_com_dotnet.php', 1, 0x00000000000000000000000000000000, 0x062d36d41c22af3f24625bc58144835f, 0x58bee40f25427ba430dc7932b37ced6bf55455c3676d1c179debb8c6cc23f959, '', 0, '?'),
(0x3f32795421737cc0a874b0e688f7757d, 'wp-includes/random_compat/random_bytes_dev_urandom.php', '/home/www/iamctv.com/wp-includes/random_compat/random_bytes_dev_urandom.php', 1, 0x00000000000000000000000000000000, 0x1f3482decf6b49549fa5dfc03dd6802f, 0xf1a5f27c989cff352fee69f2a2f7925656239056ca05e5edb241f0d4d3d96010, '', 0, '?'),
(0x9a9e94f3df5b9d89f4443f5f851e5b9f, 'wp-includes/random_compat/random_bytes_libsodium.php', '/home/www/iamctv.com/wp-includes/random_compat/random_bytes_libsodium.php', 1, 0x00000000000000000000000000000000, 0x78479b3f06ef4d06788a96afba6c7ccc, 0x9342c7531a42654cc69315339f23dabeddc462916a35323d1dff3c50ca3376f0, '', 0, '?'),
(0xf0a14e20b61ea2fb6904066916daadf9, 'wp-includes/random_compat/random_bytes_libsodium_legacy.php', '/home/www/iamctv.com/wp-includes/random_compat/random_bytes_libsodium_legacy.php', 1, 0x00000000000000000000000000000000, 0xc6ea1aff1de4231c937abaa7a64be6ae, 0xf26bfbbd215082427851412e54e50ed0db84d2df04abe0b9a0af83c3db8e87aa, '', 0, '?'),
(0xb9d42549851189e77d8c50f67a57adc9, 'wp-includes/random_compat/random_bytes_mcrypt.php', '/home/www/iamctv.com/wp-includes/random_compat/random_bytes_mcrypt.php', 1, 0x00000000000000000000000000000000, 0x46d5eb6fac0c2981b70f879a82649ae3, 0x8b5aaad9390cd0402d8d8cf542e37869e3b455df05e84d3f0cc27121c0a030b5, '', 0, '?'),
(0xd9d6339bcf49ea39385cd9d69bcc5b74, 'wp-includes/random_compat/random_int.php', '/home/www/iamctv.com/wp-includes/random_compat/random_int.php', 1, 0x00000000000000000000000000000000, 0x39a119c9afaebb018caa5e3f0dea3eb4, 0x294f7958dd4b27b541f3c6fbcf417d619e8af4921ccca3ff8b08722d68c4b707, '', 0, '?'),
(0x9e452d6ae0ca316aeca3ca0d02cf4593, 'wp-includes/registration-functions.php', '/home/www/iamctv.com/wp-includes/registration-functions.php', 1, 0x00000000000000000000000000000000, 0x10fa513c13dbbe1a37a64da21376abf6, 0x4b64efdb0b885fba4d46a52058bff258fe2e2c27545cd9d936f603f71df2367f, '', 0, '?'),
(0x355c683e0cf3ce77091d9d97870c4ecb, 'wp-includes/registration.php', '/home/www/iamctv.com/wp-includes/registration.php', 1, 0x00000000000000000000000000000000, 0xf290ee07c353e681cb44860ba03331ea, 0x06d59993b7031bec7646b488d9ab9acef9e550abdd42382eb7ece1db18e238c4, '', 0, '?'),
(0xf9d1ff9af4dfd08d33f83e23bc2efb12, 'wp-includes/rest-api/class-wp-rest-request.php', '/home/www/iamctv.com/wp-includes/rest-api/class-wp-rest-request.php', 1, 0x00000000000000000000000000000000, 0xf08c5185ea75215f6d81d42cca4e8f5d, 0x5e1a80268d4fbd1a123a6ecab3f1ebfe0ef985606e3d7c724c91e79c3186876d, '', 0, '?'),
(0x87562b40ff3081f10efc70b8c98f6869, 'wp-includes/rest-api/class-wp-rest-response.php', '/home/www/iamctv.com/wp-includes/rest-api/class-wp-rest-response.php', 1, 0x00000000000000000000000000000000, 0xa5b938d1b8577fbda4423b84eba1fbca, 0x988b4f29dd18c9fc7598ef4ffacb7f923a9a44bab803a1e8ed804ab7ae26e224, '', 0, '?'),
(0x083aebadb2151463e087d75250650b28, 'wp-includes/rest-api/class-wp-rest-server.php', '/home/www/iamctv.com/wp-includes/rest-api/class-wp-rest-server.php', 1, 0x00000000000000000000000000000000, 0xafd431ea9d6d8321dfd8f49f97164d5a, 0x79d3d17f6ef2ce23fc6e953d6782f451afbe1f00132b9e29728176871da0ed7c, '', 0, '?'),
(0xceb1a5055a0e0409a0da69d349c88fad, 'wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php', '/home/www/iamctv.com/wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php', 1, 0x00000000000000000000000000000000, 0x44af525c55a11d69e81cd7cbd0bca777, 0xb995e971e757485e5a4e838d7b447d20ea816652ffee39d2a3540bb9aaf914a0, '', 0, '?'),
(0x61e66169e7479df6ac887defde1a20b9, 'wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php', '/home/www/iamctv.com/wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php', 1, 0x00000000000000000000000000000000, 0xbbba8c701559f6eaff8b6a70aa16f03f, 0x98dbeaf10ca9d251c8a4062305dd66ef584e2821e354f879cc7a125c2f634809, '', 0, '?'),
(0x2ff7a1f5e2e935535155dbb676022bd4, 'wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php', '/home/www/iamctv.com/wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php', 1, 0x00000000000000000000000000000000, 0x93c10fc9d203fb7b9cab45565c50e5eb, 0x4015c8dd56c75dd354d06da1b8e2e38c4c30cee9bf723dd5a20450fda25dcc17, '', 0, '?'),
(0x939f360eadd01255d1d1a6dc1e0875ef, 'wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php', '/home/www/iamctv.com/wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php', 1, 0x00000000000000000000000000000000, 0x438e914a233f36549209154559d6a9f8, 0xb087e2bcd749fc9f803a7f1c56d0e3b4787a08f4c46b3d37059f500b1d97a03e, '', 0, '?'),
(0x51f0470cbcd437eeb2efaf32430d9169, 'wp-includes/rest-api/endpoints/class-wp-rest-block-pattern-categories-controller.php', '/home/www/iamctv.com/wp-includes/rest-api/endpoints/class-wp-rest-block-pattern-categories-controller.php', 1, 0x00000000000000000000000000000000, 0xf4e6dd643cdba51ebc9c0d9dc4fc26b9, 0x72325b4fe1a8a3eba768af7e332fc53ad4b6809a27ceddffec0dba778f800bf8, '', 0, '?'),
(0x98670e809508640edccbd0b7f7a86e58, 'wp-includes/rest-api/endpoints/class-wp-rest-block-patterns-controller.php', '/home/www/iamctv.com/wp-includes/rest-api/endpoints/class-wp-rest-block-patterns-controller.php', 1, 0x00000000000000000000000000000000, 0x369f93e45a976b1f81e6ae9d6913a300, 0x087bf9cd2c192868791c4f5482c09565804dd4e482d9b79e18124444a53a711b, '', 0, '?'),
(0xd0d6325bf176185c299b4986ddf05102, 'wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.php', '/home/www/iamctv.com/wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.php', 1, 0x00000000000000000000000000000000, 0x7e2f9dea5c9e2f306fd2b909d7a2da5c, 0x1195e71efab167d65a94cb7845c4b4f7ce974d263372e0f8718b63d46c5447c5, '', 0, '?'),
(0xe7788dce94294e5833752f408c3459aa, 'wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php', '/home/www/iamctv.com/wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php', 1, 0x00000000000000000000000000000000, 0xced922e28c12204eb26c6ca99dec03b8, 0x173788c0c71ffd35e7c76e675388a6ea46fd870765f96021fb459e34fe98cd4c, '', 0, '?'),
(0x20ac7abe117a7bfaf0f2f44c11828a48, 'wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php', '/home/www/iamctv.com/wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php', 1, 0x00000000000000000000000000000000, 0x567ca609dd3e1dd7bae8acae5524918d, 0x589b53ab862e6dd6729ff96dc2f274a4fc6e4f6577c8f44724b8cfaabddb60e6, '', 0, '?'),
(0x086b001ac19ae181197b0320dd9b36f1, 'wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php', '/home/www/iamctv.com/wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php', 1, 0x00000000000000000000000000000000, 0xedb85dfc21b26b88951022198ce84503, 0x4ce97cb33a0650a30065098aa05cadf2d908f8d6fbcbc4ee2e7a04a3921740d8, '', 0, '?'),
(0x892ea49478d6f60f517de9740a7002f3, 'wp-includes/rest-api/endpoints/class-wp-rest-controller.php', '/home/www/iamctv.com/wp-includes/rest-api/endpoints/class-wp-rest-controller.php', 1, 0x00000000000000000000000000000000, 0xe9dbc357be8454e1ab5fa8bd74b7e64a, 0x49fbffb71b7ba537b4e3407ae146614e9b05972890595727549c6d8af4c9330e, '', 0, '?'),
(0x85138c17f8817be82fe8b692caf95acb, 'wp-includes/rest-api/endpoints/class-wp-rest-edit-site-export-controller.php', '/home/www/iamctv.com/wp-includes/rest-api/endpoints/class-wp-rest-edit-site-export-controller.php', 1, 0x00000000000000000000000000000000, 0xffea09abeb6e8a2e987d2f7ceb17ccbb, 0xfae7d5f0f0cd75980c36edb1d7892071f016c07e707e626f51f980642531c26a, '', 0, '?'),
(0xa96a1aa13be9b5059f1f0dde65feb3fe, 'wp-includes/rest-api/endpoints/class-wp-rest-global-styles-controller.php', '/home/www/iamctv.com/wp-includes/rest-api/endpoints/class-wp-rest-global-styles-controller.php', 1, 0x00000000000000000000000000000000, 0x6aeca6270fdc34a487d0f4aa1a4818be, 0x65966749993b7cd41983e8526314f466c49205a0d126667be79e9f1e73238dbb, '', 0, '?'),
(0xe90b4124fdd3103ed6c7dd0254aa832e, 'wp-includes/rest-api/endpoints/class-wp-rest-menu-items-controller.php', '/home/www/iamctv.com/wp-includes/rest-api/endpoints/class-wp-rest-menu-items-controller.php', 1, 0x00000000000000000000000000000000, 0xab2cea25f3c4ca98ecd744364979e93a, 0xd48a162321e96db6800d8c5c58326e96538a321d5a718fed00290a6819921246, '', 0, '?'),
(0xd412920d130a15ab386e7d02f49805d1, 'wp-includes/rest-api/endpoints/class-wp-rest-menu-locations-controller.php', '/home/www/iamctv.com/wp-includes/rest-api/endpoints/class-wp-rest-menu-locations-controller.php', 1, 0x00000000000000000000000000000000, 0xb3ebf403b6a9613c27a3c126eb251161, 0xd59815aae644c5a6505d307ca6a2128aff59f2655ba904db6af8969eddefcc22, '', 0, '?'),
(0xa1e0546ed733163c5b94a420f0a5e635, 'wp-includes/rest-api/endpoints/class-wp-rest-menus-controller.php', '/home/www/iamctv.com/wp-includes/rest-api/endpoints/class-wp-rest-menus-controller.php', 1, 0x00000000000000000000000000000000, 0x4cebe3ce433e225a2464de6e642be9db, 0xae7aea882d6005a4fc94e8fdcee66ecfe78a31fa59f4a125355c2f240ac8b63f, '', 0, '?'),
(0x2ef8d6cfa086613fe9a6ba578538d3b5, 'wp-includes/rest-api/endpoints/class-wp-rest-pattern-directory-controller.php', '/home/www/iamctv.com/wp-includes/rest-api/endpoints/class-wp-rest-pattern-directory-controller.php', 1, 0x00000000000000000000000000000000, 0x7770d1c99bbd07cab70f1f9bb9c0d935, 0x2b9895510bcbb23c396cd1daf2ed55d30d7b8d98262d895c322a2a8aec6ec84b, '', 0, '?'),
(0x88ed5c2d5ca3aa668274e5b44b449a73, 'wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php', '/home/www/iamctv.com/wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php', 1, 0x00000000000000000000000000000000, 0xaa0adc1cc942e46835aaab0d7bf16e66, 0x18494824b991c2f83d433982d3f681c56246b4f4a84f89384d7d02ad1678c59d, '', 0, '?'),
(0xcb7d556126676cc3e469b829baebc221, 'wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php', '/home/www/iamctv.com/wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php', 1, 0x00000000000000000000000000000000, 0x722c38362cfad5af9ff84465c2f724ef, 0x6f21da6a68b06f50e9cdcc106482b5a236241ff6dbdebb3bf5ae44820d4e991c, '', 0, '?'),
(0x7194731edf1b0c84b4c69ee0c3b9e5d6, 'wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php', '/home/www/iamctv.com/wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php', 1, 0x00000000000000000000000000000000, 0x3239c3ad59068d57b07de439b9eed725, 0x786d5d102fdde3d4ea2b702aa3d7e60e81199420909538259c5a8603c5fc23e8, '', 0, '?'),
(0x337a27824fef93e1a776fe4a26fff320, 'wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php', '/home/www/iamctv.com/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php', 1, 0x00000000000000000000000000000000, 0xb4974de817a6fbf387fcda3d623473a8, 0x900cd39b6c3f3da34cbbfefc030e79bbd18934a2996d6093db3158a2f419bdc8, '', 0, '?'),
(0xdf4c11238da6b9e0e261b38f895720f1, 'wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php', '/home/www/iamctv.com/wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php', 1, 0x00000000000000000000000000000000, 0x6c23b98964003007f5636b5a3c5e3fb7, 0x44de74e5bda674b1e0908177a1e49d776614333ba0991fe00c99ce44a0bb2419, '', 0, '?'),
(0x6751697288fceb98bfa6e9992f21bd9f, 'wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php', '/home/www/iamctv.com/wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php', 1, 0x00000000000000000000000000000000, 0x2960f4de31aa51baa044143ba1b1375a, 0xd4cf44d83fcf271fc2b76fbe5d8734870505e6debdc9e492aba97a1638fb7d2a, '', 0, '?'),
(0x437f63e88869469bd768e80c2e6e3794, 'wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php', '/home/www/iamctv.com/wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php', 1, 0x00000000000000000000000000000000, 0x8a5266d330ab9e0a6a00693cb757bc8e, 0x4e5ad88b295f06e0be9f2949818312f146605b143cfa4bac1ef820ee676dccb3, '', 0, '?'),
(0x41a5ef38562ca05f4fc158e43485b4e7, 'wp-includes/rest-api/endpoints/class-wp-rest-sidebars-controller.php', '/home/www/iamctv.com/wp-includes/rest-api/endpoints/class-wp-rest-sidebars-controller.php', 1, 0x00000000000000000000000000000000, 0xa66f4e5af98fe377f1bc9d4ead5c7f86, 0x911f8b3eec681f521b7a497649deef6550bf6cba0aca47d47217a2cd0014efa3, '', 0, '?'),
(0x9cf310b9dc5fe7c820ec8a002ac10f4f, 'wp-includes/rest-api/endpoints/class-wp-rest-site-health-controller.php', '/home/www/iamctv.com/wp-includes/rest-api/endpoints/class-wp-rest-site-health-controller.php', 1, 0x00000000000000000000000000000000, 0xe275d104e075d41ef77475be2b5dde61, 0xd90a83023198c4b2958a10419b835033f592d9f443007b4b370c514fa3d566db, '', 0, '?'),
(0x0571a88813e35f220f0cf1311915c946, 'wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php', '/home/www/iamctv.com/wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php', 1, 0x00000000000000000000000000000000, 0x798ef8e89868a5521fc03b23ec7af633, 0x6af43213eafa4101cc4e2a940c2f5ba46b3500ddd295af33446c3e3e26c91bf2, '', 0, '?'),
(0xf4a4d566880957350d610be352d10a4b, 'wp-includes/rest-api/endpoints/class-wp-rest-templates-controller.php', '/home/www/iamctv.com/wp-includes/rest-api/endpoints/class-wp-rest-templates-controller.php', 1, 0x00000000000000000000000000000000, 0x1faddc2e02e76e47a573e84a96efaaea, 0x6bebfe22417a3a80e381d719af4c425e4807194617568dd05d34a1580b3b254e, '', 0, '?'),
(0x8ec11a2c1f7af3d511a713d290945592, 'wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php', '/home/www/iamctv.com/wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php', 1, 0x00000000000000000000000000000000, 0x9daaf7907b78b7fc68004322f3aa0623, 0x6726c250eef0320d83a4490398b719f82b290d6b711bb78d8a83419fb5fd762b, '', 0, '?'),
(0x1177916573c5cf693cb54fd84a2517c1, 'wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php', '/home/www/iamctv.com/wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php', 1, 0x00000000000000000000000000000000, 0x0d000bfd495417bc18618279b15e1b24, 0x49897255c0870eca0d0aedbbc90f3c628b81df7eeeecb4bc4d42c3bc58a4fdfa, '', 0, '?'),
(0xa3cb8bd60441e846bf047744344200ad, 'wp-includes/rest-api/endpoints/class-wp-rest-url-details-controller.php', '/home/www/iamctv.com/wp-includes/rest-api/endpoints/class-wp-rest-url-details-controller.php', 1, 0x00000000000000000000000000000000, 0xdcbbafbfa7a9e37dd01b1d0a3b9285fc, 0x0f0819832a996d111c4ddaee8dc89861dd9699ebc3b1cc32e35615504abcddf8, '', 0, '?'),
(0xdfc8a630e12024a2374f3e8de9bfe00b, 'wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php', '/home/www/iamctv.com/wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php', 1, 0x00000000000000000000000000000000, 0x0df922bfc1bc06e098c9a3b731584511, 0x08c0a8f909c0bd76acd009ccfcd81dce1bceac9e291449affb4bc8207020377d, '', 0, '?'),
(0x181b877392ce79ddea2523c172f68e3d, 'wp-includes/rest-api/endpoints/class-wp-rest-widget-types-controller.php', '/home/www/iamctv.com/wp-includes/rest-api/endpoints/class-wp-rest-widget-types-controller.php', 1, 0x00000000000000000000000000000000, 0x9334c67ebd1c61d944cdf1c1813196ff, 0x673b9dde7506035279bc72b0359f4c0b2cd317499af8c0409e41e0d9966c80fd, '', 0, '?'),
(0xf9ca6c5d148a8102be6709538144ae6e, 'wp-includes/rest-api/endpoints/class-wp-rest-widgets-controller.php', '/home/www/iamctv.com/wp-includes/rest-api/endpoints/class-wp-rest-widgets-controller.php', 1, 0x00000000000000000000000000000000, 0xe0bd964b39173508e25424934b6b256e, 0x0b6e8d159687e913e3ebbc54eb58c2c5d5ba929932c5c12fca8b7d967f335c5e, '', 0, '?'),
(0xd0f4d203cfcd2cd9e17f1811f166ebd7, 'wp-includes/rest-api/fields/class-wp-rest-comment-meta-fields.php', '/home/www/iamctv.com/wp-includes/rest-api/fields/class-wp-rest-comment-meta-fields.php', 1, 0x00000000000000000000000000000000, 0x5932146552c5d1dbdbbbc0491fe88bd5, 0x527773cafa35c7a836fefed61d03e6a1d0a2f64b78f49e69192c8d05757cbbdc, '', 0, '?'),
(0xcdaa75b96f77734643b9475b6383efab, 'wp-includes/rest-api/fields/class-wp-rest-meta-fields.php', '/home/www/iamctv.com/wp-includes/rest-api/fields/class-wp-rest-meta-fields.php', 1, 0x00000000000000000000000000000000, 0x38115e70d98a1fc459bf5b2cf0c2462e, 0x112476781b2502ffd563a9b7a73713495ca3aa1625add2c6c55448cb9ee29909, '', 0, '?'),
(0xeb0a6add8d656121e81a075764907110, 'wp-includes/rest-api/fields/class-wp-rest-post-meta-fields.php', '/home/www/iamctv.com/wp-includes/rest-api/fields/class-wp-rest-post-meta-fields.php', 1, 0x00000000000000000000000000000000, 0xd3d9b6c1f668ab720e0e6447018ecdb6, 0xb35f37ec0932eebc9477012d5462e2092db3e8373130ceb541d506b0e1ffed66, '', 0, '?'),
(0x17e0e357d04d466033ccdc24f7e61d0f, 'wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php', '/home/www/iamctv.com/wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php', 1, 0x00000000000000000000000000000000, 0x321eb8c2c04345435a36b39bac651cb8, 0x5c57b3f72ec2a3d6e4ef14113b5c09ae4bfa1eb15bc97a484549aa38f9800b41, '', 0, '?'),
(0x49362e3a0a28cdc01007f9690042f8cf, 'wp-includes/rest-api/fields/class-wp-rest-user-meta-fields.php', '/home/www/iamctv.com/wp-includes/rest-api/fields/class-wp-rest-user-meta-fields.php', 1, 0x00000000000000000000000000000000, 0xc5299599e2bee4bccb5a29a32a6aa344, 0x917a379684fa63627bea391a4a07ed30d3a3ca37f77d9522cfbd52fb5b0a5bcc, '', 0, '?'),
(0x0d90ca3cdd3ad1202d7bffabcc961248, 'wp-includes/rest-api/search/class-wp-rest-post-format-search-handler.php', '/home/www/iamctv.com/wp-includes/rest-api/search/class-wp-rest-post-format-search-handler.php', 1, 0x00000000000000000000000000000000, 0x33c2b0820ae184b701fe00dd618307ea, 0x60095c584fa1553e38582ee7b1668fad3ffaae6d18fb057b0a511f5db638e8c7, '', 0, '?'),
(0x4775358913021fc37f9561d4afdef6a7, 'wp-includes/rest-api/search/class-wp-rest-post-search-handler.php', '/home/www/iamctv.com/wp-includes/rest-api/search/class-wp-rest-post-search-handler.php', 1, 0x00000000000000000000000000000000, 0x1c907d2a847959eaecd5a80bf1b446fd, 0x31b4825344e9e28a76aa6a0c6b33f90200b247e63cdd18277c867f87218480ba, '', 0, '?'),
(0x59e7554c048a354ad7de94dd765b9e03, 'wp-includes/rest-api/search/class-wp-rest-search-handler.php', '/home/www/iamctv.com/wp-includes/rest-api/search/class-wp-rest-search-handler.php', 1, 0x00000000000000000000000000000000, 0x2c83f47826d419b086f07b0ab2789c5c, 0x08cf73dea29a9b997a6ad4cebbf19027d2b2ca169ff77745cc1f053f07f58612, '', 0, '?'),
(0x82129762a494b7bb4e810338ae686be5, 'wp-includes/rest-api/search/class-wp-rest-term-search-handler.php', '/home/www/iamctv.com/wp-includes/rest-api/search/class-wp-rest-term-search-handler.php', 1, 0x00000000000000000000000000000000, 0x07e8e563579755eedad49fcf6042091c, 0x77fe0da8d16ae22a826d986c5d98208974eb15e950558a021b191d0da545fbdc, '', 0, '?'),
(0x04b011c39a32e2b17ffb640e03cd3d01, 'wp-includes/rest-api.php', '/home/www/iamctv.com/wp-includes/rest-api.php', 1, 0x00000000000000000000000000000000, 0x15d4061649f65dad3d6fa7dc5090eb18, 0x531c97cbf56e26a400b7509ffa837181a0edffb29f1fb593a5fb9a50b00f7645, '', 0, '?'),
(0x5f02b0000cdfc56420954d507edbeb44, 'wp-includes/revision.php', '/home/www/iamctv.com/wp-includes/revision.php', 1, 0x00000000000000000000000000000000, 0xae07228d62bfb4606d1c3102c330355e, 0xe9f4f8fc49be864b8addd8095719a2ca11fe43889590b95532eca574f41d248d, '', 0, '?'),
(0x29be4f7a3d9c75a98717eea308c4cbb7, 'wp-includes/rewrite.php', '/home/www/iamctv.com/wp-includes/rewrite.php', 1, 0x00000000000000000000000000000000, 0x1c70f901d857757c0ed21ea7ad6682a6, 0xa26afd450af68711efdcf375d6fe70c9b0facf33776e489bbb46b16b8b8c7189, '', 0, '?'),
(0xa1de4fed49e17ff3599f5c887b3dab48, 'wp-includes/robots-template.php', '/home/www/iamctv.com/wp-includes/robots-template.php', 1, 0x00000000000000000000000000000000, 0xd38e7c0c596c056d952b1bc236568ea8, 0x588636f1eb68714021d21ea1602bd0cf0d7821baaab50cf309d09592c4abd53e, '', 0, '?'),
(0xfee0a203bf77039bf1190827a2362907, 'wp-includes/rss-functions.php', '/home/www/iamctv.com/wp-includes/rss-functions.php', 1, 0x00000000000000000000000000000000, 0x207872fe36ef32be278c5d9f65e06c23, 0xe47e5ec98e160b66177d6efa8dde4268fd0ede693d46980a8309b8d05ee92c14, '', 0, '?'),
(0x82a7ace3ed41bc13cef28c311a853ba4, 'wp-includes/rss.php', '/home/www/iamctv.com/wp-includes/rss.php', 1, 0x00000000000000000000000000000000, 0xc9237c4fb13192b4ad018e0add85f645, 0x391313542646812d8e44b2dada6c7a89930e449ec03e976d831e2d4c5cb271fa, '', 0, '?'),
(0x39977d20425ebfb23f09eb9d22eb7f0c, 'wp-includes/script-loader.php', '/home/www/iamctv.com/wp-includes/script-loader.php', 1, 0x00000000000000000000000000000000, 0x4093296c89a3f58f9964b7e718168edc, 0x38f5847fcfe32b6146a72b62a04f17afff474bd522daf720ff224b5f626c1b85, '', 0, '?'),
(0x4568fba1b0cbfdedb9ecd0406171bb8c, 'wp-includes/session.php', '/home/www/iamctv.com/wp-includes/session.php', 1, 0x00000000000000000000000000000000, 0xef4e524db1893c5cf7a0bcb13e9df4c0, 0x7de9e60fad0e19bc6b2b384d8615553d3c3bfed97496bc8fb3492a2ce33423bd, '', 0, '?'),
(0x566e650221ca7a3075310e3fac12bf03, 'wp-includes/shortcodes.php', '/home/www/iamctv.com/wp-includes/shortcodes.php', 1, 0x00000000000000000000000000000000, 0xc1eaa81f9ba4566f09681eb12c58f684, 0xb6a8455bc63fa6e8f6d3f2eb651bcb9d5263affa4fcd0ea334da270e5f93cf0d, '', 0, '?'),
(0x0edf4864e094d6e3e8f1956ff2430c5a, 'wp-includes/sitemaps/class-wp-sitemaps-index.php', '/home/www/iamctv.com/wp-includes/sitemaps/class-wp-sitemaps-index.php', 1, 0x00000000000000000000000000000000, 0x9e1580613791a1d7ecefb6158fb77394, 0xc076a8e07dbb6d5e03afc50d1c7a426c39099b569549a64941b8c3a7c58cf89e, '', 0, '?'),
(0x094a08bb8583ee9ca318d7f33b75087a, 'wp-includes/sitemaps/class-wp-sitemaps-provider.php', '/home/www/iamctv.com/wp-includes/sitemaps/class-wp-sitemaps-provider.php', 1, 0x00000000000000000000000000000000, 0x9e24cab236fe1375f886620373bc7c0b, 0x1b676477b027ca80cbbbdd3837bf371da8abf1b6265ee525ab1a88dce5eeb967, '', 0, '?'),
(0xb10a5d456783b7cb374f71b9620ee8e4, 'wp-includes/sitemaps/class-wp-sitemaps-registry.php', '/home/www/iamctv.com/wp-includes/sitemaps/class-wp-sitemaps-registry.php', 1, 0x00000000000000000000000000000000, 0xafb7088498c247e5e4f36f1f830ab33e, 0x3e8e9000a942ee1d875bf1e75a92b43ec770d8de8ff261307e356be05bdb479e, '', 0, '?'),
(0x2ff0f8e866b9895006ac106a3e58aabf, 'wp-includes/sitemaps/class-wp-sitemaps-renderer.php', '/home/www/iamctv.com/wp-includes/sitemaps/class-wp-sitemaps-renderer.php', 1, 0x00000000000000000000000000000000, 0x567d1d6483830f54b3dca7a74322c2ba, 0x3af669ceeb4b9ae52cf0637d6931c41407641c95e4346ccc63a932c592eab632, '', 0, '?'),
(0x51b0f62df9430c042d5d43c9cfd011f8, 'wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php', '/home/www/iamctv.com/wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php', 1, 0x00000000000000000000000000000000, 0x06d325880583ae0a470aa58dd2521336, 0xb388ad7624f8cd8fb4c2d72cabe58635ca3658f67e58caa785e9e28490d4dbe5, '', 0, '?'),
(0x09ec2f913f13d1f45e9db845ded5911f, 'wp-includes/sitemaps/class-wp-sitemaps.php', '/home/www/iamctv.com/wp-includes/sitemaps/class-wp-sitemaps.php', 1, 0x00000000000000000000000000000000, 0x352e52cc00499375f727741c0856f308, 0x679dad9665abd93b8c5f7ea85f662f5076f992680c6de493480ef2b5faeb67d4, '', 0, '?'),
(0x4ff1bbdf4fe04d5f4b37c2f96e1d9ae1, 'wp-includes/sitemaps/providers/class-wp-sitemaps-posts.php', '/home/www/iamctv.com/wp-includes/sitemaps/providers/class-wp-sitemaps-posts.php', 1, 0x00000000000000000000000000000000, 0x420db86760899372f6f4872e2f20294a, 0x020429b58229010d92a0982df9e29fa9c362bec4b1c805c5915d0705f8a2a24a, '', 0, '?'),
(0xaa990d0f9f179eb55bafe300ea45754a, 'wp-includes/sitemaps/providers/class-wp-sitemaps-taxonomies.php', '/home/www/iamctv.com/wp-includes/sitemaps/providers/class-wp-sitemaps-taxonomies.php', 1, 0x00000000000000000000000000000000, 0x6df774859c72562188e5160e6de585a9, 0x4f8caa75dc3803b93915fa951317050787102eeb381957b279226314efc016a8, '', 0, '?'),
(0x3684dec68ca1997fc4f64398aef57f2b, 'wp-includes/sitemaps/providers/class-wp-sitemaps-users.php', '/home/www/iamctv.com/wp-includes/sitemaps/providers/class-wp-sitemaps-users.php', 1, 0x00000000000000000000000000000000, 0xe0185ff77bda86254a1b6da19ed789f1, 0xf98e46a2dffadaff7064829133a9fffe8a11de22d4106ec8e57fc6a92059c362, '', 0, '?'),
(0xf0c979ccfe75e86eb59ddb635bd9a79d, 'wp-includes/sitemaps.php', '/home/www/iamctv.com/wp-includes/sitemaps.php', 1, 0x00000000000000000000000000000000, 0xe7605320a5b398f245be58bb5e5941b4, 0xc525d6f81ee0aa53e469f9ac8dfa783310926bae99bd1b4fdbf16e7a5df6bfa4, '', 0, '?'),
(0x31d09159e9e3c234495e70ed1f061419, 'wp-includes/sodium_compat/LICENSE', '/home/www/iamctv.com/wp-includes/sodium_compat/LICENSE', 1, 0x00000000000000000000000000000000, 0xa860710238b232f8473c41391a5117f1, 0x0e5de6543df285373603754e260b163d023857021e3ce1259fc4c0e2f6921bef, '', 0, '?'),
(0x23f1ef6955d3669bbb88fad17a684a46, 'wp-includes/sodium_compat/autoload-php7.php', '/home/www/iamctv.com/wp-includes/sodium_compat/autoload-php7.php', 1, 0x00000000000000000000000000000000, 0x14d11dafb7b116d2e16efdf4ad349ce7, 0xf02dd1d0722a489615f15e84fc4fd23c90617ba98399fe58eb40e56720e3a42b, '', 0, '?'),
(0xc3bda3c15084b23726dda360e38d0829, 'wp-includes/sodium_compat/autoload.php', '/home/www/iamctv.com/wp-includes/sodium_compat/autoload.php', 1, 0x00000000000000000000000000000000, 0xcea51a1c4261620b855fc6bae3303151, 0x0aa3af94bce8ad823a7c1282cbe744ea678cb6b211f7b244550810d70dd8f73d, '', 0, '?'),
(0x561bbc0deaa733239e934af210f7197b, 'wp-includes/sodium_compat/composer.json', '/home/www/iamctv.com/wp-includes/sodium_compat/composer.json', 1, 0x00000000000000000000000000000000, 0x0493b20b58e99137a57b280e473588c1, 0x353c9bb148e0dfe958300efdb3c9f8749c3eae2dda018dd81bade0c4fdfe1e0e, '', 0, '?'),
(0x413b138d7fd8aa1abcbe96dca6ef7aab, 'wp-includes/sodium_compat/lib/constants.php', '/home/www/iamctv.com/wp-includes/sodium_compat/lib/constants.php', 1, 0x00000000000000000000000000000000, 0xc1bdbc16df7be2bb2385b26c05c53e6d, 0xace6d9b96d6328cd6cdae5fb2712d16d101474db12cba3955b94cc1867b9e857, '', 0, '?'),
(0x001e3f48ea00ca457dfdbfa6b3e722e2, 'wp-includes/sodium_compat/lib/namespaced.php', '/home/www/iamctv.com/wp-includes/sodium_compat/lib/namespaced.php', 1, 0x00000000000000000000000000000000, 0x30319dd5cee8f894766e479cac170da0, 0x5d2f721e7efacaba4f829b870243ee63a7784285806a2feb6fb59855d9492ad9, '', 0, '?'),
(0x50b5e10a197fff65a1e4f075b5220eed, 'wp-includes/sodium_compat/lib/php72compat.php', '/home/www/iamctv.com/wp-includes/sodium_compat/lib/php72compat.php', 1, 0x00000000000000000000000000000000, 0x58f9ca42ad6393bb661734ef5b16815c, 0x27f2a27b147e8fb618aa56fd411128fc7016bd58dcfb94b6c8b5c6452fe98df9, '', 0, '?'),
(0xc3821311754af54ded2f08802077b779, 'wp-includes/sodium_compat/lib/php72compat_const.php', '/home/www/iamctv.com/wp-includes/sodium_compat/lib/php72compat_const.php', 1, 0x00000000000000000000000000000000, 0x0bf0707be11deea15b95b4cb94b7091d, 0x07c039e76ff3f89ae1ea47179266c8706d6547f302236001ad3a51fc7b1760b6, '', 0, '?'),
(0xd6dccf42fbd8578be9ca6b0d5a7bbda5, 'wp-includes/sodium_compat/lib/ristretto255.php', '/home/www/iamctv.com/wp-includes/sodium_compat/lib/ristretto255.php', 1, 0x00000000000000000000000000000000, 0xe6355c538117e4f6c3017ae9f8a793e3, 0xbf0016689397f73d89605d5533168c6785f7e6aebc342531b5a53978e42a12d7, '', 0, '?'),
(0x082c1c2123519683509d5b3bba959bc4, 'wp-includes/sodium_compat/lib/sodium_compat.php', '/home/www/iamctv.com/wp-includes/sodium_compat/lib/sodium_compat.php', 1, 0x00000000000000000000000000000000, 0x9de60e52c750e9178779834242264634, 0x04ca6bb88ab5cfdadaf869c45d0b4adff58e09d41c89c699dbb0546cfea278b8, '', 0, '?'),
(0xb2958eb2e2439f090c2361bf9353ce5b, 'wp-includes/sodium_compat/lib/stream-xchacha20.php', '/home/www/iamctv.com/wp-includes/sodium_compat/lib/stream-xchacha20.php', 1, 0x00000000000000000000000000000000, 0x089da91ffb99e09d1a58bb78a83329d9, 0x6dd0690e6fa86a03cc36585011ddfa4af7fe7995cc761278e3a3ec0b8701dca7, '', 0, '?'),
(0x7a886d9553161941fd7d0749bcfeb429, 'wp-includes/sodium_compat/namespaced/Compat.php', '/home/www/iamctv.com/wp-includes/sodium_compat/namespaced/Compat.php', 1, 0x00000000000000000000000000000000, 0x41f269ea6bb22fcae5bf6a0d6e138e33, 0x31c027a7b6878fd5bb2e12ec4fd0e07d1335ba410b6669a47e9da23eee3a7d73, '', 0, '?'),
(0xe8776a3082a2363798b315841f40f954, 'wp-includes/sodium_compat/namespaced/Core/BLAKE2b.php', '/home/www/iamctv.com/wp-includes/sodium_compat/namespaced/Core/BLAKE2b.php', 1, 0x00000000000000000000000000000000, 0x22ea8c327337acf85cef690c2397cb45, 0x61c7dcd80184d3de74b9c057f18f03c209cc334e8a1ac6e36078866849dd60c0, '', 0, '?'),
(0x766999667550e2aa305ef93e64a816d4, 'wp-includes/sodium_compat/namespaced/Core/ChaCha20/Ctx.php', '/home/www/iamctv.com/wp-includes/sodium_compat/namespaced/Core/ChaCha20/Ctx.php', 1, 0x00000000000000000000000000000000, 0xc2cb53470b05b0cecbba939346bf84c3, 0x5bde2898ae52b88ceae416eb0becf48a24a60fa313326f8de5e37406fb62f7e7, '', 0, '?'),
(0x42055ee6c7749b70846b808cf2ff21fa, 'wp-includes/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php', '/home/www/iamctv.com/wp-includes/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php', 1, 0x00000000000000000000000000000000, 0x52d92a4cd35447e2e934255089b4b90f, 0x2d90968bd9d60fa96e9046904aad2654d350956f5ccf935c8eb9bfe63296eddf, '', 0, '?'),
(0x4bb9bfe315a00d5c02557af7f51a3a27, 'wp-includes/sodium_compat/namespaced/Core/ChaCha20.php', '/home/www/iamctv.com/wp-includes/sodium_compat/namespaced/Core/ChaCha20.php', 1, 0x00000000000000000000000000000000, 0xec56c52afbca46e8b0af9df13c8ea46c, 0xe5c2aea252946c079655f1d902a08f99777a06d7616e6b96c747de74ba1233ee, '', 0, '?'),
(0x37b287906f045e6cca3a8dd2cb42100c, 'wp-includes/sodium_compat/namespaced/Core/Curve25519/Fe.php', '/home/www/iamctv.com/wp-includes/sodium_compat/namespaced/Core/Curve25519/Fe.php', 1, 0x00000000000000000000000000000000, 0x98c1098c12e649a5ddb6158d33828b53, 0x214dda92deab4477a395e9de776528b221cee4f63def19e9dea864e0d62c4757, '', 0, '?'),
(0xc79dc25ebf78f0a44a421acd332dab36, 'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php', '/home/www/iamctv.com/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php', 1, 0x00000000000000000000000000000000, 0x90479618fe12355d7b2295bce3ab56d8, 0xa843cb4a727e571619e8844f59852a5bf33a5b6a29abb2c247fdd084d612658a, '', 0, '?'),
(0x161a0eb4f029209425697983ceb40207, 'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php', '/home/www/iamctv.com/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php', 1, 0x00000000000000000000000000000000, 0x7d2b237a2caf04e865df0672454a192d, 0x7366badc7140b5da38bc217957a526da944107c82b2fc5755995869c34349c47, '', 0, '?'),
(0xce9d0b507cd9da92fc879ef35c0bc36f, 'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php', '/home/www/iamctv.com/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php', 1, 0x00000000000000000000000000000000, 0x88208477045ee3ae0fb3195de7b7a34d, 0x95abf2b0c1f1f7a75a45fc4f1d15ebb43728ad6e7f599bee0f68ee07cba88387, '', 0, '?'),
(0x68ae16cb7e63540c4f6f17b679340e7c, 'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php', '/home/www/iamctv.com/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php', 1, 0x00000000000000000000000000000000, 0xaf6622fcbb8ce72336247b204a4c2722, 0xcb65c5878e361a28ab71cb2685dab6acedc25d9cccc6070af7436c6987dea987, '', 0, '?'),
(0xe5b3b324bf20407a36a7006092d12faa, 'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php', '/home/www/iamctv.com/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php', 1, 0x00000000000000000000000000000000, 0xd58b7de7ef0e421eb00ef748c0d63731, 0x90c322c3f762655462bf2417e0d6e682d6d789f90a85bab07e0fbd6c6e04ddc5, '', 0, '?'),
(0x3bd71d76f030424baca4b5c4310fd0b4, 'wp-includes/sodium_compat/namespaced/Core/Curve25519/H.php', '/home/www/iamctv.com/wp-includes/sodium_compat/namespaced/Core/Curve25519/H.php', 1, 0x00000000000000000000000000000000, 0x1dae1d2b036f7e98a458fce5dd9300cd, 0x785818047fb781d1b9da2436dc55645a24fc90d6e67897c1a4dfd826330ed70f, '', 0, '?'),
(0x3416d7333140bf2a72ebd8d3c3f7b238, 'wp-includes/sodium_compat/namespaced/Core/Curve25519.php', '/home/www/iamctv.com/wp-includes/sodium_compat/namespaced/Core/Curve25519.php', 1, 0x00000000000000000000000000000000, 0xf2c59bf14ce5115cf350da9c051dca55, 0x633ed135a86f93bb8ebdd0ef149df0bd839018b05fb05439934c7e3bb26537dc, '', 0, '?'),
(0x8a6b494bc19884d2561d5b84b40935a9, 'wp-includes/sodium_compat/namespaced/Core/Ed25519.php', '/home/www/iamctv.com/wp-includes/sodium_compat/namespaced/Core/Ed25519.php', 1, 0x00000000000000000000000000000000, 0x0bc917a5763ecec51923ab89216ec128, 0xdd444655757ce976a9b72fe25dd032785f45524c32516c5039337309b63135a9, '', 0, '?'),
(0x8b8ccdd8a82647e9a6299a6b7bece8a8, 'wp-includes/sodium_compat/namespaced/Core/HChaCha20.php', '/home/www/iamctv.com/wp-includes/sodium_compat/namespaced/Core/HChaCha20.php', 1, 0x00000000000000000000000000000000, 0xac071d8268e10c111efcfd50abd4ec14, 0x4be7d8ce13886418f9251db1192e52414ff446beded7e2e2e00fc1b76a6ff92d, '', 0, '?'),
(0xcaee0b4fe5bfaf7552f2fbd263c15b6a, 'wp-includes/sodium_compat/namespaced/Core/HSalsa20.php', '/home/www/iamctv.com/wp-includes/sodium_compat/namespaced/Core/HSalsa20.php', 1, 0x00000000000000000000000000000000, 0x185b636ceb728b75a90609c3d0a1755e, 0x3670cb17d32760c02b2a5b411347e0348a8dfcfafc5e36c58aa3e81225d4c143, '', 0, '?'),
(0xea7240a411c84406be8b5ad00ce4afa9, 'wp-includes/sodium_compat/namespaced/Core/Poly1305/State.php', '/home/www/iamctv.com/wp-includes/sodium_compat/namespaced/Core/Poly1305/State.php', 1, 0x00000000000000000000000000000000, 0x018a214be50e091e357910bca181532a, 0xcefdbf885479874fee2575173bc855ec937de367e6fc319fef29980c7fdd5ac3, '', 0, '?'),
(0x8e37ff30a5ecc105c12c9a09094d1c0f, 'wp-includes/sodium_compat/namespaced/Core/Poly1305.php', '/home/www/iamctv.com/wp-includes/sodium_compat/namespaced/Core/Poly1305.php', 1, 0x00000000000000000000000000000000, 0x5179be84a33fbf1e3be9389e560a06f8, 0x00c72dd8de5d14ebaeb3870e95584574299860c9c531d81f43fd7d4d7232dd2f, '', 0, '?'),
(0x72749f49c28c675bbccb3b08a0f5ec3f, 'wp-includes/sodium_compat/namespaced/Core/Salsa20.php', '/home/www/iamctv.com/wp-includes/sodium_compat/namespaced/Core/Salsa20.php', 1, 0x00000000000000000000000000000000, 0x0d56de4e85636b30e37d2f10f5d583e5, 0x6eeb4ba0d06b5ac27fd609c097f20fb1204e0424209f2045d09a8fb9d765d824, '', 0, '?'),
(0xae7f36ab13a09c3fe19b5e6fefbb23fd, 'wp-includes/sodium_compat/namespaced/Core/SipHash.php', '/home/www/iamctv.com/wp-includes/sodium_compat/namespaced/Core/SipHash.php', 1, 0x00000000000000000000000000000000, 0x72170b2de4650fc5faf6725ea921837e, 0x85ee60948352e96cd4a54c027ae33f69c2c481414348d3f39eaea35079e9066e, '', 0, '?'),
(0x33701983bd7f1ce35cc2388e6c44a671, 'wp-includes/sodium_compat/namespaced/Core/Util.php', '/home/www/iamctv.com/wp-includes/sodium_compat/namespaced/Core/Util.php', 1, 0x00000000000000000000000000000000, 0x3b9df32ab76b4c771e42a30be664dd3d, 0x65635b64944d3f48d37cde4b599e0e00348bb040982051418c9b3a46461920ef, '', 0, '?'),
(0xcb3556019b78c72c24be3e3764fd6bbb, 'wp-includes/sodium_compat/namespaced/Core/X25519.php', '/home/www/iamctv.com/wp-includes/sodium_compat/namespaced/Core/X25519.php', 1, 0x00000000000000000000000000000000, 0x0405dab862faf2af1039f41bb087b14d, 0xe946a92f271ca18d804d259439f4a07d40acce6657a33e8c960c15532aad156d, '', 0, '?'),
(0x78ef7a23e85d94728c753f309fae4ff9, 'wp-includes/sodium_compat/namespaced/Core/XChaCha20.php', '/home/www/iamctv.com/wp-includes/sodium_compat/namespaced/Core/XChaCha20.php', 1, 0x00000000000000000000000000000000, 0x901e68df0c8bd51b6760c9b83ada955e, 0xbd0e959f01462f51b04800f9a6e65e126c2030a142ce93d5ab0b3653405068eb, '', 0, '?'),
(0x9a06b5c232bcddf4f83afdac1594a1b7, 'wp-includes/sodium_compat/namespaced/Core/Xsalsa20.php', '/home/www/iamctv.com/wp-includes/sodium_compat/namespaced/Core/Xsalsa20.php', 1, 0x00000000000000000000000000000000, 0x168562341fc70e2717a1971f26eb9ff0, 0x08dbbcf39b8a34502714f4a2d113e168194eea61eb3eb7a8db1d45fe35e0b09b, '', 0, '?'),
(0x8e698a05a9b542c8166adfdef6d6ef5d, 'wp-includes/sodium_compat/namespaced/Crypto.php', '/home/www/iamctv.com/wp-includes/sodium_compat/namespaced/Crypto.php', 1, 0x00000000000000000000000000000000, 0x08974738a94a2b9c1cf4b38b09bea07a, 0x053e389ca9b82758eb69d45562fd47d0bdd82c3c5460361117e4b9c834d08df0, '', 0, '?'),
(0xea304ae994c7c1e9cd6678b023587b97, 'wp-includes/sodium_compat/namespaced/File.php', '/home/www/iamctv.com/wp-includes/sodium_compat/namespaced/File.php', 1, 0x00000000000000000000000000000000, 0x5dd66d03c777e82fe65cc6793511da0e, 0xbbc990748964379648f190867d3db7f91e2e7493e2437724966063bac01327fc, '', 0, '?'),
(0xf52af731b647e98dab76ed4cdf9f6e8c, 'wp-includes/sodium_compat/src/Compat.php', '/home/www/iamctv.com/wp-includes/sodium_compat/src/Compat.php', 1, 0x00000000000000000000000000000000, 0xa00dff82b9cc6da67e3fc71432490daf, 0xde88b002be09f7827b633a36404eaf51c9a2020e1a81275800ebec8036bc2613, '', 0, '?'),
(0xff5153be32f523cdc3c15db8737274d4, 'wp-includes/sodium_compat/src/Core/BLAKE2b.php', '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core/BLAKE2b.php', 1, 0x00000000000000000000000000000000, 0xe2838ea677d36c7f0504b90018bc7041, 0xd32bc4c6312cde332d844f45541c0b6f9ed61164cdd9c39bd59a63e53fee3caa, '', 0, '?'),
(0x2ad726433a5bbea5f172d5398b4ee98d, 'wp-includes/sodium_compat/src/Core/Base64/Common.php', '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core/Base64/Common.php', 1, 0x00000000000000000000000000000000, 0x50dbc86566e8a7c4f5ca69aa27d26a57, 0x36fe90b0556dd096b225cfec903f8d4d8853b008415e3dae58a0aa7c5596c319, '', 0, '?'),
(0xda27a3ddf81f3790ec62e2e4087e2036, 'wp-includes/sodium_compat/src/Core/Base64/Original.php', '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core/Base64/Original.php', 1, 0x00000000000000000000000000000000, 0xd2a32def82fd04e8ded18182f0bab105, 0xb139007a196f748849443a00b99beab7c967e4200f4925e17e10dea6818d246f, '', 0, '?'),
(0x3d034a10aca6c7b06a618c7d4c49895a, 'wp-includes/sodium_compat/src/Core/Base64/UrlSafe.php', '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core/Base64/UrlSafe.php', 1, 0x00000000000000000000000000000000, 0xb103c07046f5f181067431c62bf6c0bb, 0x0ffe3b89067ddbfcc7005bb79ebe270d71ce16c4e1dadcc4a564dd3b23e6b02e, '', 0, '?'),
(0x18eb3004dc9aeeb95ab449b7e4b8b14e, 'wp-includes/sodium_compat/src/Core/ChaCha20/Ctx.php', '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core/ChaCha20/Ctx.php', 1, 0x00000000000000000000000000000000, 0x9b6f502f9fb8bae64e17432e33c3c0bf, 0xae49f9434b1ff85d997358f100b5de4a6eaa768a9e6a328354fe162e8d7d6847, '', 0, '?'),
(0x8cb8a6495355607580b4fa54f2c0ca46, 'wp-includes/sodium_compat/src/Core/ChaCha20/IetfCtx.php', '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core/ChaCha20/IetfCtx.php', 1, 0x00000000000000000000000000000000, 0xe96c887bc3624f73e9935f61ba14de3e, 0x6df56e35f1cbdf90d69eceb267014ad9fc5cb5fd0217abbeda3386f2e312f5c8, '', 0, '?'),
(0x267f44e711a5f751a352c8d077a35d1b, 'wp-includes/sodium_compat/src/Core/ChaCha20.php', '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core/ChaCha20.php', 1, 0x00000000000000000000000000000000, 0xe5c615062d72876a6949ded8a3658a62, 0x94a562ebc645b7d6e8da2671b6feffe7aa1d802a821e14968785c8f8ee12f8b1, '', 0, '?'),
(0xb1f0245bdffbdc741c43c5a415497716, 'wp-includes/sodium_compat/src/Core/Curve25519/Fe.php', '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core/Curve25519/Fe.php', 1, 0x00000000000000000000000000000000, 0xfe075174faaa7aafd751bec2f3dd2217, 0x0b7de4d89f5a6c922879b49330e11dc5a87a93377b9a6436596e7268c5cf5c17, '', 0, '?'),
(0xf8443d9fcbf7870e8ae80bd653badb43, 'wp-includes/sodium_compat/src/Core/Curve25519/Ge/Cached.php', '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core/Curve25519/Ge/Cached.php', 1, 0x00000000000000000000000000000000, 0xf925f45890a4f6b08195d060d0b94b5a, 0x53b557a0f02caae8b466a4c3d74b7baeff5c99d0fed5d8e08ef21bd75e592fa8, '', 0, '?'),
(0x7aa29ae5914ca9a335096735b5c48eac, 'wp-includes/sodium_compat/src/Core/Curve25519/Ge/P1p1.php', '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P1p1.php', 1, 0x00000000000000000000000000000000, 0x74d772e849a6b1af620377272d37ed9a, 0xb375a953d57b95fc3cf80e1993f46e0ddf852b2d0e23b23bbb0be1b78351d0ae, '', 0, '?'),
(0x794f9e0079166af965420a5670c8fbf0, 'wp-includes/sodium_compat/src/Core/Curve25519/Ge/P2.php', '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P2.php', 1, 0x00000000000000000000000000000000, 0x9645edafb7e483c6806bfc766ba2a50d, 0xf0be020c8aa56969104c4dbb50a0b5ac34daf6dea84f5f21fccdf893694e09bb, '', 0, '?'),
(0x9ef78d8aefa9c1c855d15c8f99619045, 'wp-includes/sodium_compat/src/Core/Curve25519/Ge/P3.php', '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P3.php', 1, 0x00000000000000000000000000000000, 0x9677b895cdb1c0f67230a0ead8853de6, 0x3f45dc25f7eb2b8e9b03841eb1c877810de45edfd6972e24e291690591245b57, '', 0, '?'),
(0xd175526ca374d007ddcdc0b4229318d1, 'wp-includes/sodium_compat/src/Core/Curve25519/Ge/Precomp.php', '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core/Curve25519/Ge/Precomp.php', 1, 0x00000000000000000000000000000000, 0xfcedfb37d68a695b4caf39c6814809a5, 0xdfb97b3828fc95c38f6174fbff0043d46e3351ed84daa40a896c3fbc1e2479f1, '', 0, '?'),
(0x526a13a671f1a11049d38f1aae5926fd, 'wp-includes/sodium_compat/src/Core/Curve25519/H.php', '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core/Curve25519/H.php', 1, 0x00000000000000000000000000000000, 0xc6eecc17300d4a6058e7bd2238be6279, 0x6f4869a9bf59834e3309033eadc5f7f4dd5f94d5f6059cbe4a8c2caeb796535e, '', 0, '?'),
(0xf4fff6cfdf5da8523edc772e92451751, 'wp-includes/sodium_compat/src/Core/Curve25519/README.md', '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core/Curve25519/README.md', 1, 0x00000000000000000000000000000000, 0x1659a2aacf9bd1767f6a9fd70ac085cf, 0xe31553d30b7801965ef6563e6dd0212daa71ecf7ccf144d96556d1dfce06c8e8, '', 0, '?'),
(0xe195b5375c46fb7c8b5b45aa8481e76c, 'wp-includes/sodium_compat/src/Core/Curve25519.php', '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core/Curve25519.php', 1, 0x00000000000000000000000000000000, 0xce18b63d1db760db7612021a43f71cad, 0x7815a2d605abd3a1550d127558ba614cc97126d2f38e1d9412cc00932decd64e, '', 0, '?'),
(0x352e3db9808d64293c708d657599735e, 'wp-includes/sodium_compat/src/Core/Ed25519.php', '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core/Ed25519.php', 1, 0x00000000000000000000000000000000, 0xaaf17d99a85d5b57df29be429fc179d5, 0x65331c0a78d9f9bd265cc4816b13ddd2ead9a6e77c080f9884aa56ae8c739bf6, '', 0, '?'),
(0x6969b7c281226ffd0643c81984b3d760, 'wp-includes/sodium_compat/src/Core/HChaCha20.php', '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core/HChaCha20.php', 1, 0x00000000000000000000000000000000, 0x5b527a40eb4d4d10516d0672f7018385, 0xb171c09108f258394f07f8fea16134c141afdee6c0c4cf27f4f8f2ddccbe1d65, '', 0, '?'),
(0x936c81fc1b743a7b302b37e0394314fd, 'wp-includes/sodium_compat/src/Core/HSalsa20.php', '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core/HSalsa20.php', 1, 0x00000000000000000000000000000000, 0xf1d3480c782bda30371cb89960ae7df4, 0x40717ab4146ad81849af99e1e6200044bc61b60257bbac366ecd7b8aa3b679df, '', 0, '?'),
(0x396bb97342c2ce3d7dd5ed54c5836337, 'wp-includes/sodium_compat/src/Core/Poly1305/State.php', '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core/Poly1305/State.php', 1, 0x00000000000000000000000000000000, 0x569cc8cf7a1fc892b9fa6028e56c45d2, 0x91badaebd0e9e2afa0e79b8daed9f6dcd6e3df0cd4b51d4ab15cc45ff87a5b13, '', 0, '?'),
(0xfeee2e88a0199449ee0a6671f1024d39, 'wp-includes/sodium_compat/src/Core/Poly1305.php', '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core/Poly1305.php', 1, 0x00000000000000000000000000000000, 0x21f0699cd14cb3563d582bb20976307e, 0x34e7ce2d3c34ae2c2256b2c8b158ca98c3ae0eca685297094bfe46eb6ba1141e, '', 0, '?'),
(0xccb8bf128dac992d5d1a9f97896efc08, 'wp-includes/sodium_compat/src/Core/Ristretto255.php', '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core/Ristretto255.php', 1, 0x00000000000000000000000000000000, 0x6b39f703775ad608ea7e98b920f8f427, 0x207a10be1f60574e3f5dfdd39f90422c4b84f5c84a036cb4ea8a57b1a83e6ba1, '', 0, '?'),
(0xc4d1bac9a90c9582027579e2d2efdb7d, 'wp-includes/sodium_compat/src/Core/Salsa20.php', '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core/Salsa20.php', 1, 0x00000000000000000000000000000000, 0x180b1baeb9a362356c4ae523fb9af576, 0x633d30ef8c2d14238e2d54e453c5588603269eb434a190e4ef00c84b38050d8f, '', 0, '?'),
(0xacf373433c893a8386e6183c1bce41d0, 'wp-includes/sodium_compat/src/Core/SecretStream/State.php', '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core/SecretStream/State.php', 1, 0x00000000000000000000000000000000, 0xe9ebf5e93ac75a7be38ff0eb35b26f0f, 0x0207c1fa0cc73c10e58073e536b4f7002c095261f4ad1d756858f0e563f0d8d7, '', 0, '?'),
(0x252e96112e4374ed3de1ead0ea055c60, 'wp-includes/sodium_compat/src/Core/SipHash.php', '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core/SipHash.php', 1, 0x00000000000000000000000000000000, 0xf61e634a3e7c457176307c627687c320, 0xdc9ff76ac60f7065f24da84eab3f94ecce1f050461080ec1d258692b21538932, '', 0, '?'),
(0xaa1e4a2de78b81bad45c22fdd7a526f0, 'wp-includes/sodium_compat/src/Core/Util.php', '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core/Util.php', 1, 0x00000000000000000000000000000000, 0x83d20bd11dcda357c710e517aeb0d26a, 0x1dd76b7119d5bf74671c303752ecb48d901bfe3d74d2a4489c393b416ba06302, '', 0, '?'),
(0x0047b8a5e04d28e70fd2596c577ae321, 'wp-includes/sodium_compat/src/Core/X25519.php', '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core/X25519.php', 1, 0x00000000000000000000000000000000, 0x705afa98a3cb02c43a03218419d9bcd1, 0x33edb36ca640d9e499fa976fa32dc93319f61596fd53a6cce0d58f26ca219dd0, '', 0, '?'),
(0xcbc79d86dc5181bd5f799c64f69d2ba3, 'wp-includes/sodium_compat/src/Core/XChaCha20.php', '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core/XChaCha20.php', 1, 0x00000000000000000000000000000000, 0x5886f18d5520695530c66c6c391bfd63, 0x8dfe5fd27624141fedb855375f912a0d3fac2b1f0ff35ef78ce289be01bec480, '', 0, '?'),
(0xfbf0888dcf8158806e050df7e63f83c8, 'wp-includes/sodium_compat/src/Core/XSalsa20.php', '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core/XSalsa20.php', 1, 0x00000000000000000000000000000000, 0x70f7a6c6aeb975af847f026f373b7e7a, 0x99a5afdac820256cf279bd278f23045b89f61f805ff27b451315bd5d388d25dc, '', 0, '?'),
(0xfb0580b6d0ace7709a491604d2c65952, 'wp-includes/sodium_compat/src/Core32/BLAKE2b.php', '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core32/BLAKE2b.php', 1, 0x00000000000000000000000000000000, 0x46e94b8a9e79e4228f15ef4af8dacf7f, 0x7e54d319bb295fbaa19d8019d4879dc08859482bd503b416d115c98f27fb093b, '', 0, '?'),
(0x67941a98a0cdc59efe07ed7c71129a28, 'wp-includes/sodium_compat/src/Core32/ChaCha20/Ctx.php', '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core32/ChaCha20/Ctx.php', 1, 0x00000000000000000000000000000000, 0x9f7a9057eeb14d9eea269838c733e236, 0x5452407065d3d6f9536046bf61d7b143ab3e2b04f67f568825c9fa38ed4a7951, '', 0, '?'),
(0x84b08e0c65d9139e182d051c0ab67956, 'wp-includes/sodium_compat/src/Core32/ChaCha20/IetfCtx.php', '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core32/ChaCha20/IetfCtx.php', 1, 0x00000000000000000000000000000000, 0x8d10a9897cae57779a623e45cff2794a, 0x8227c0b28eafad7ec03610c89d0a11428abac26167c2907af9c1eb64c3eb5119, '', 0, '?'),
(0x9fda0e76bde12371b8f21f19b4c883d9, 'wp-includes/sodium_compat/src/Core32/ChaCha20.php', '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core32/ChaCha20.php', 1, 0x00000000000000000000000000000000, 0x971e45164f78d99558da32eb96add883, 0x78a8d7614a4ef92165b1acd722224e71ea7de7ab414d43fb3129aeba7b80126a, '', 0, '?'),
(0x950485b84909329f0852fd4e6a59ffe3, 'wp-includes/sodium_compat/src/Core32/Curve25519/Fe.php', '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core32/Curve25519/Fe.php', 1, 0x00000000000000000000000000000000, 0xc6632b394f15cb9a64f8dc2fc801520a, 0xe03ea91fe082e1e6967316b924a5bbcbfd2fb3efe44320e8ad0279f9a7f976b9, '', 0, '?'),
(0xc23da9bc867dff4c73517f0a60712615, 'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Cached.php', '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Cached.php', 1, 0x00000000000000000000000000000000, 0x5b4d2f2a8eb545e63c73e4571bdc5247, 0x0af0c15c82af58ceb0d6a85092b041e5c2970a586af027a33b71fd7bac8761d6, '', 0, '?'),
(0xcded53bb023e73bb552980b9a415cd48, 'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php', '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php', 1, 0x00000000000000000000000000000000, 0xb079248f4e0358d21b9fee6c80b16c13, 0x5bec8e2da9b9c276353cdbe54d0ae11f1fa6cb2b42bb75022e162cd43515671c, '', 0, '?');
INSERT INTO `iamc_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x84c0ca0fc6c4d55055a1851e616397d3, 'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P2.php', '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P2.php', 1, 0x00000000000000000000000000000000, 0xb3594192c047023d62d17512a11694f7, 0x7af12ccda5b2e8e07403093c7b40597b04fa697983ac73988add63a22853fd4c, '', 0, '?'),
(0xdfc4b53e1593842342a77fbe62f3f1c7, 'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P3.php', '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P3.php', 1, 0x00000000000000000000000000000000, 0xa0db939cd1f447ff632cab993d635ea5, 0xecdbe4078bab47ea638bc0ef0708e8742804350a2c3925d9f797a3cae529ef65, '', 0, '?'),
(0xbdaf21dc683e18846971853874d5c26e, 'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php', '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php', 1, 0x00000000000000000000000000000000, 0xf600e7a413d93ef606a4405565ecec55, 0x18aec89b7003f1e204a1cb846f3cb8a74f0a01bc861f4f6f127bd6773d059753, '', 0, '?'),
(0x0c51ef173130d8f2e907fdf6478eff2c, 'wp-includes/sodium_compat/src/Core32/Curve25519/H.php', '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core32/Curve25519/H.php', 1, 0x00000000000000000000000000000000, 0x787d20f39294ef701d63b0a04be04fff, 0x28483ec9f630807dbe8d0c17cd383a6585291cefbcb4acf099064ec12fce7aec, '', 0, '?'),
(0x6effaedb97d4f076580f064829e90717, 'wp-includes/sodium_compat/src/Core32/Curve25519/README.md', '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core32/Curve25519/README.md', 1, 0x00000000000000000000000000000000, 0x1659a2aacf9bd1767f6a9fd70ac085cf, 0xe31553d30b7801965ef6563e6dd0212daa71ecf7ccf144d96556d1dfce06c8e8, '', 0, '?'),
(0x009e39f3bf6b3505261ee5d99920374e, 'wp-includes/sodium_compat/src/Core32/Curve25519.php', '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core32/Curve25519.php', 1, 0x00000000000000000000000000000000, 0xc8f034336b8c267417f7388b70a2f49f, 0xd06afdaa2bf9d34a4cc2a6ab7ba29de3e1d7b91af497c7495dedd98bc53decc0, '', 0, '?'),
(0xf0492f1ab34ee732e9f70bf6e1c9f170, 'wp-includes/sodium_compat/src/Core32/Ed25519.php', '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core32/Ed25519.php', 1, 0x00000000000000000000000000000000, 0x1b3adc3019b3110968916d4e50b485b3, 0x9ff74c481624472f02856264e4851e2b9e005a5035f5bc597eaa62b7cc323070, '', 0, '?'),
(0x22de14d230d800934cb5274dfc17d70c, 'wp-includes/sodium_compat/src/Core32/HChaCha20.php', '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core32/HChaCha20.php', 1, 0x00000000000000000000000000000000, 0x399835a3c00e65cf66948b237faecf9d, 0x03e813e86998c40d0343e1fd9da222d4b3c10c0d3486ae38c063f6d153dd12e2, '', 0, '?'),
(0x2ad36055a87abb5d224c259731ad01fc, 'wp-includes/sodium_compat/src/Core32/HSalsa20.php', '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core32/HSalsa20.php', 1, 0x00000000000000000000000000000000, 0xb4d12f447a7814feb6c782c90ee2adfc, 0xdfcf12ee2cc7e8d5dfca0345acf9bf157b8eee302f6d9b61d35888690c89e0d1, '', 0, '?'),
(0x89b8add05a7cf2f230b23735ff6f1beb, 'wp-includes/sodium_compat/src/Core32/Int32.php', '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core32/Int32.php', 1, 0x00000000000000000000000000000000, 0x73dc1bc1fa6951fdad24df678a854672, 0xc84dc73dd2631e53a7e17e5b0de53cec2919c79694334f7bf178dabe00967f77, '', 0, '?'),
(0x28ddc64c535b9af6576c2393f0a6f3a0, 'wp-includes/sodium_compat/src/Core32/Int64.php', '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core32/Int64.php', 1, 0x00000000000000000000000000000000, 0xa2c2d7d0a5028778b60b095edb35fcca, 0x0148c4338ab387d71979cb15e42610c71b6bc08a33a782fa19dc7d821e8d833a, '', 0, '?'),
(0x9112e37565817f7b58a131ec82d1d20b, 'wp-includes/sodium_compat/src/Core32/Poly1305/State.php', '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core32/Poly1305/State.php', 1, 0x00000000000000000000000000000000, 0x57bb960c059a6f0e3662873bc919c757, 0xe60879ba753c9d01913a9b17cedcc1c3cee1e59c75b4b06409c20cc361d03e93, '', 0, '?'),
(0xc012ce561a46c317d300e1cc1d8e7c80, 'wp-includes/sodium_compat/src/Core32/Poly1305.php', '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core32/Poly1305.php', 1, 0x00000000000000000000000000000000, 0xdf404267e9c1bb454af8c6bd174811b6, 0x6901a7eda67c5c49a69703c706f19d144589918cc95f950bac58e7b6886a92d9, '', 0, '?'),
(0x97ed7c9c7e9489f71dc9f08781e515f4, 'wp-includes/sodium_compat/src/Core32/Salsa20.php', '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core32/Salsa20.php', 1, 0x00000000000000000000000000000000, 0x2936b4a5293af6dbcdf0b88efd9daee2, 0x1c4830a2930b4cb3d1973fb8e39eb98d2e31c74df249116508d3c9021dd9a392, '', 0, '?'),
(0x147789c1c3fa2b1b00e398f2ec32ce52, 'wp-includes/sodium_compat/src/Core32/SecretStream/State.php', '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core32/SecretStream/State.php', 1, 0x00000000000000000000000000000000, 0x1a6a6ff10098ba08792ca80c2a957d63, 0x327022576ae184158097ec0173e26c1f66265340c75bc7135c8baa2257c60810, '', 0, '?'),
(0x71b70730f893c4049cc1bf1db19bec35, 'wp-includes/sodium_compat/src/Core32/SipHash.php', '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core32/SipHash.php', 1, 0x00000000000000000000000000000000, 0xaa354f02263fab9d0b45ba09bbbb2516, 0x5e25258e6854158afd2c911be6fb0716a8b3be146b32acc8ae6e3d6e253ad2ef, '', 0, '?'),
(0x60fd7d2bed36b1104c2d715ba9ae240b, 'wp-includes/sodium_compat/src/Core32/Util.php', '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core32/Util.php', 1, 0x00000000000000000000000000000000, 0x8ca331ee60a3d80faf0f309ba1a3d1e7, 0xe0a471c6969582d7e289252fdd79a46792167277c39b8b0dcb4c523e033d5919, '', 0, '?'),
(0xf6c840e67d9f7ea5344791763c82046d, 'wp-includes/sodium_compat/src/Core32/X25519.php', '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core32/X25519.php', 1, 0x00000000000000000000000000000000, 0x67e9a562f1663e158e95ebbd3d99b2b7, 0xacbe939adfbad760cf1127b88b830ee79bb19308cdd096782369a7d4c523aa08, '', 0, '?'),
(0xe25536cf8573c464c27e787f16a1fdf0, 'wp-includes/sodium_compat/src/Core32/XChaCha20.php', '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core32/XChaCha20.php', 1, 0x00000000000000000000000000000000, 0xbf5902ce255253c712ff9bcef1ef5459, 0x602dacf9b3eec3c0a09fd44ab7a200e2a450cce4c1a41c234d22e5b526816fef, '', 0, '?'),
(0x68165a045b81fd803d8197ef7796728c, 'wp-includes/sodium_compat/src/Core32/XSalsa20.php', '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core32/XSalsa20.php', 1, 0x00000000000000000000000000000000, 0xdc5c999dae94f1f5e03a520e2fe22b05, 0xdec9aba10fff87a8d0f8e7cc3aaabbb66a4eea6d6da9fa86bd52b7aab81b075b, '', 0, '?'),
(0xcd4b083dad5808ec610c3ac427351dbc, 'wp-includes/sodium_compat/src/Crypto.php', '/home/www/iamctv.com/wp-includes/sodium_compat/src/Crypto.php', 1, 0x00000000000000000000000000000000, 0x811c2d70fc98ff820045c863629c63a5, 0x22dacc989f4c8e18d7d921d27b0372446e507a5ef4041fda58f26af4c4fb4c6b, '', 0, '?'),
(0x65aa986c73554f7c13b0527ddc9d9369, 'wp-includes/sodium_compat/src/Crypto32.php', '/home/www/iamctv.com/wp-includes/sodium_compat/src/Crypto32.php', 1, 0x00000000000000000000000000000000, 0x490d7d6a8cc78a51585d6d93020c04ff, 0xc9b1f9c5e4b183466ef79ebb9d32632e6e0618df4db115eddaa3b22041bfb5bf, '', 0, '?'),
(0xc3607e7c0844254548b4774fbaa483e8, 'wp-includes/sodium_compat/src/File.php', '/home/www/iamctv.com/wp-includes/sodium_compat/src/File.php', 1, 0x00000000000000000000000000000000, 0xb30d8b86d81b19f55e9e9997b8981a32, 0x6f2513c61ef145e77356461e5757f1d7f64d115d0e6220daf2194258302e799d, '', 0, '?'),
(0xc015abcd78cb4f570d83a0a80217a0c7, 'wp-includes/sodium_compat/src/PHP52/SplFixedArray.php', '/home/www/iamctv.com/wp-includes/sodium_compat/src/PHP52/SplFixedArray.php', 1, 0x00000000000000000000000000000000, 0xa9a3d8a654e1d0aca9d48463ec2fa5f4, 0x544ab60c29821f2c38e371b240a966cc3c44da9b94d60d78ddc80ee517c44689, '', 0, '?'),
(0x75c76d182d064fd4dc27df9deb5d8323, 'wp-includes/sodium_compat/src/SodiumException.php', '/home/www/iamctv.com/wp-includes/sodium_compat/src/SodiumException.php', 1, 0x00000000000000000000000000000000, 0xab48446608e9d76165a4e3d47ab09052, 0xe3b69c5c82a94c3e4c0cf64e2d404727c4d7746d47bae36980876b52dfae6700, '', 0, '?'),
(0x58ea3d0cd3150832016834f72f7ba02b, 'wp-includes/spl-autoload-compat.php', '/home/www/iamctv.com/wp-includes/spl-autoload-compat.php', 1, 0x00000000000000000000000000000000, 0x3690f575f5177b0cee74a4d504f2899b, 0xe7cb2cc95a0d4d093edc8503010380e067ef7002f22f07e9095a1a236021fb2e, '', 0, '?'),
(0xefd15818123d55a117706670be80c15a, 'wp-includes/taxonomy.php', '/home/www/iamctv.com/wp-includes/taxonomy.php', 1, 0x00000000000000000000000000000000, 0x144b4ce5d9beb533387b8ec8eb18e47b, 0xcaf79f7f4649e938ba348030c980a99361d5dae867fb223426aa2d6a5c4ccdf0, '', 0, '?'),
(0xd34dde7096120003a8afcd606bfc6e50, 'wp-includes/template-canvas.php', '/home/www/iamctv.com/wp-includes/template-canvas.php', 1, 0x00000000000000000000000000000000, 0xd927f321e8b42753a9427cc88c048d1a, 0x2d7448762aef89fdee4131a5fc404db48ad34d725c7ac04838b3f8eee8ea8017, '', 0, '?'),
(0x843a7f2b5bf5b967bea6435addd8f392, 'wp-includes/template-loader.php', '/home/www/iamctv.com/wp-includes/template-loader.php', 1, 0x00000000000000000000000000000000, 0xfe7ac81509d2bff6e810dc8c7ecee8ca, 0xbf1917842734c46820b2e4b1ba98a55ba3911e15cbd945b7882592ac4aa948fa, '', 0, '?'),
(0x883a3d8f25c6cce2bef9a00f4dd4dbb5, 'wp-includes/template.php', '/home/www/iamctv.com/wp-includes/template.php', 1, 0x00000000000000000000000000000000, 0x08d6cb032d5e7b9432ef60d3443c6f59, 0xedbbaa08b26a1c692337cfef04e61452632e90389abbe78bbf836e659ec6a739, '', 0, '?'),
(0x3e68d0a9ec58140c582aff763195a9b9, 'wp-includes/theme-compat/comments.php', '/home/www/iamctv.com/wp-includes/theme-compat/comments.php', 1, 0x00000000000000000000000000000000, 0xade2cfaadc2dd459da44c18a73b79108, 0xf5fd0e079341387dcccded47286fdcb5b9988fbe125351f6d93a177ab0f1fb62, '', 0, '?'),
(0x2238410a3df21caee187bc6670350415, 'wp-includes/theme-compat/embed-404.php', '/home/www/iamctv.com/wp-includes/theme-compat/embed-404.php', 1, 0x00000000000000000000000000000000, 0xcd043bd8c0d043865135ff8d0b7a8c97, 0x3496e31537cbc4c53a56a25dad4c932cab42a6e0c2522432707a9bf18187b9cc, '', 0, '?'),
(0x66d688f30cbdf9a6bc56edd4b929e439, 'wp-includes/theme-compat/embed-content.php', '/home/www/iamctv.com/wp-includes/theme-compat/embed-content.php', 1, 0x00000000000000000000000000000000, 0xccd9f76d65def0e638a6d005f3c2f39b, 0x7d4563bca3ee7ac05d23ee6ea2b8eafd8f773f79dae0529161a9960b30de8536, '', 0, '?'),
(0xfd2b0b715e65b795e9e36775cf46360a, 'wp-includes/theme-compat/embed.php', '/home/www/iamctv.com/wp-includes/theme-compat/embed.php', 1, 0x00000000000000000000000000000000, 0xc805c5a273be5ed0f4bb71a20f6362ff, 0x57f5dcf43554a670c1aa3b192da56eac8830bb618b95baa94f0a19d315f4a692, '', 0, '?'),
(0xcd6d8d13a5024c304e22c8547eec62dc, 'wp-includes/theme-compat/footer-embed.php', '/home/www/iamctv.com/wp-includes/theme-compat/footer-embed.php', 1, 0x00000000000000000000000000000000, 0x16841cf55adc04ab84f22e932b96196a, 0x83691da7c944ff414af6cf883b76172c671763cc1118250891e788d1095e1923, '', 0, '?'),
(0xfe7f5119d6bf361193c87971e4a23838, 'wp-includes/theme-compat/footer.php', '/home/www/iamctv.com/wp-includes/theme-compat/footer.php', 1, 0x00000000000000000000000000000000, 0x66cb38f3cd79ccbbdb4004f3a342f235, 0x1f5d5bfc9097f9dbade2927d8adf9f767b9363a176d2a77b50bbb64b317ea6f2, '', 0, '?'),
(0x26ce7641b9f651cdf46389da7177382c, 'wp-includes/theme-compat/header-embed.php', '/home/www/iamctv.com/wp-includes/theme-compat/header-embed.php', 1, 0x00000000000000000000000000000000, 0x4f6d7a38ca1c99174612da10b0901fcf, 0xb0a3f5c4f27d296421711e092c402c16d7d16aabf17609dddf03e9c44594eaed, '', 0, '?'),
(0x1f4ce41fe56250de2d4906d7ad316680, 'wp-includes/theme-compat/header.php', '/home/www/iamctv.com/wp-includes/theme-compat/header.php', 1, 0x00000000000000000000000000000000, 0x8c0773f601a63c1b77fc210fb5028831, 0x71ca32e5d5b5c2d0fbcfa23e1b720fe391374e6ae819a40944975e83ef41350d, '', 0, '?'),
(0xe330973bea2d2cd3411f15de4579e60e, 'wp-includes/theme-compat/sidebar.php', '/home/www/iamctv.com/wp-includes/theme-compat/sidebar.php', 1, 0x00000000000000000000000000000000, 0x28e153eb13933b12051789b7499cd928, 0xdbf0937fa75510c66b78c472e5ee4c62b022eecc4a0c41469e28753b0900c326, '', 0, '?'),
(0x118a953ef06050f6b5ea408c17d4dfb9, 'wp-includes/theme-i18n.json', '/home/www/iamctv.com/wp-includes/theme-i18n.json', 1, 0x00000000000000000000000000000000, 0x79f5a680abee91e6352f96edadaedaf3, 0xe8c4e1745fbb05aceb4067dee66681619ce402f99e6d2c814e4f8b55accc4c44, '', 0, '?'),
(0x9adf2842ab4121acaa9ed7dbdcddf6f1, 'wp-includes/theme-templates.php', '/home/www/iamctv.com/wp-includes/theme-templates.php', 1, 0x00000000000000000000000000000000, 0x5dceeebf4301a85ac95fb5668b39c0fc, 0x5132f75e334c768b607b62817186981bc4f6c2c6b40aab924acc245441676de5, '', 0, '?'),
(0x33e517e4b0d4e0a4944fec35280bdf01, 'wp-includes/theme.json', '/home/www/iamctv.com/wp-includes/theme.json', 1, 0x00000000000000000000000000000000, 0xc590c94c5641fe33739fe013beca8bc9, 0xa2dc4e40b0520e464d2b56498c1f3567aaa74593a805e882b869e110ba518381, '', 0, '?'),
(0x931d58e88156d7984f7c387d069a8082, 'wp-includes/theme.php', '/home/www/iamctv.com/wp-includes/theme.php', 1, 0x00000000000000000000000000000000, 0x2aadac76a94dd2f3270a4b709b36d3b9, 0x5a878a0da5bd62ad9a9ad916ad0614ecd84c608a25cd05a3c2d7e4be4824eff9, '', 0, '?'),
(0xf6caed862ba202039ac771c97057a3c3, 'wp-includes/update.php', '/home/www/iamctv.com/wp-includes/update.php', 1, 0x00000000000000000000000000000000, 0xa38c0f832449db6e6613fe721c1a2be0, 0xc4ca90b9d9f1af36ade7d244d6134af669c7cdf54b132a166a2d2d527cd067b0, '', 0, '?'),
(0x6bbdfa0f42cb9ee3623d790386da1e12, 'wp-includes/user.php', '/home/www/iamctv.com/wp-includes/user.php', 1, 0x00000000000000000000000000000000, 0x18ce512bd5d0ba8e6f810e75bccc3e64, 0x8e5f7950237b8f8212a376796121b93626796daceeb10e9d98fb59ec4cd72a9a, '', 0, '?'),
(0x672b797289e4d0718480f68044a9b42f, 'wp-includes/vars.php', '/home/www/iamctv.com/wp-includes/vars.php', 1, 0x00000000000000000000000000000000, 0x29b0a5716a81b6e097fd94c524ad6396, 0x9028fca98be455616cbefa63fb894ddccd0fea8e611f1655082df1e4fc23b9d3, '', 0, '?'),
(0x355aaccce4e053cebce376d960369739, 'wp-includes/version.php', '/home/www/iamctv.com/wp-includes/version.php', 0, 0xa6b083c68ed8e6f44598e23c779d0e8d, 0xa6b083c68ed8e6f44598e23c779d0e8d, 0xd52dcdbb8a7e19096f4e95ce99828dc395e7fe0780d32535c2b9df1e07aeaa05, '', 0, '?'),
(0x592c5170ea676d752397659f18b1bc7e, 'wp-includes/widgets/class-wp-nav-menu-widget.php', '/home/www/iamctv.com/wp-includes/widgets/class-wp-nav-menu-widget.php', 1, 0x00000000000000000000000000000000, 0xdf3b64e41bb3017c687bee6677302e95, 0x376126352480f76d87fc1a6a9d3f23df6c3ac5b0c60046d0b60566c7836d293d, '', 0, '?'),
(0xf1b15459db03501d704506f19d778693, 'wp-includes/widgets/class-wp-widget-archives.php', '/home/www/iamctv.com/wp-includes/widgets/class-wp-widget-archives.php', 1, 0x00000000000000000000000000000000, 0x95debe4ad67fba70d8111a448c8d4178, 0xba0e40206fe88a5bb68193c36ade0353a92ab0a3577d37e427600b0d9633aee5, '', 0, '?'),
(0xc40055cec6cd1d0b8fcbf66153adcc0b, 'wp-includes/widgets/class-wp-widget-block.php', '/home/www/iamctv.com/wp-includes/widgets/class-wp-widget-block.php', 1, 0x00000000000000000000000000000000, 0x6b01b8f3f96d887a621a2c9e5f4ff3fa, 0x9f4bcbbd0dcd6e52ebec1417cb5744181c149b8834be40c03bd6334e41aa872e, '', 0, '?'),
(0x4930c57ff3b953fe2432a354d0fc422a, 'wp-includes/widgets/class-wp-widget-calendar.php', '/home/www/iamctv.com/wp-includes/widgets/class-wp-widget-calendar.php', 1, 0x00000000000000000000000000000000, 0xfb9d74dd236b6a589762a02fe9309c45, 0x9d1f9db9800c752edf29479d0e46d0ea88393f1e349a20f1f92a32cc3e47276c, '', 0, '?'),
(0x52e3480d30fc8f218464911e3f632606, 'wp-includes/widgets/class-wp-widget-categories.php', '/home/www/iamctv.com/wp-includes/widgets/class-wp-widget-categories.php', 1, 0x00000000000000000000000000000000, 0xb42b7e3bb6c1818ee832b97812f60d60, 0x3a07490f14be9fa313612ed800f8225cfd573722aa10eabfa9a18cae8c341cee, '', 0, '?'),
(0xa16af0f2975cefc9c4a61c3c79e37083, 'wp-includes/widgets/class-wp-widget-custom-html.php', '/home/www/iamctv.com/wp-includes/widgets/class-wp-widget-custom-html.php', 1, 0x00000000000000000000000000000000, 0xdbbcfd9ff15013914c3230b9fd268b02, 0x6c299556d5274200be0b1e3abba3b6b4e868d6b566a43b003cc583c2efc2bd07, '', 0, '?'),
(0x26e9a5b18698f1f25791b3d880d37ca1, 'wp-includes/widgets/class-wp-widget-links.php', '/home/www/iamctv.com/wp-includes/widgets/class-wp-widget-links.php', 1, 0x00000000000000000000000000000000, 0xe678c12f6bc3680ac5ead6bd5b4e7609, 0xceec87899db6c32c8f78e0eb08a22ddb05a97f444fe12c08b0a537d188ca51e5, '', 0, '?'),
(0xa6e1bd88cbdb088e06d835663f9e686b, 'wp-includes/widgets/class-wp-widget-media-audio.php', '/home/www/iamctv.com/wp-includes/widgets/class-wp-widget-media-audio.php', 1, 0x00000000000000000000000000000000, 0x67b2335b688cae1b33d3e773a322506b, 0x740387eeff7bc48e0afc81274bef327258adda32ccf427c0a5ffac2c41963138, '', 0, '?'),
(0xb0d97627036a40d42d13ccff11b22a18, 'wp-includes/widgets/class-wp-widget-media-gallery.php', '/home/www/iamctv.com/wp-includes/widgets/class-wp-widget-media-gallery.php', 1, 0x00000000000000000000000000000000, 0x375f5e5c661c5381c989fd5d366e231a, 0x3ed740cea144a784e626dbfc8ee37bf52881bafd44ceb3cfe41ff0df69ac4f23, '', 0, '?'),
(0x504a12927e5d0ef806fa3b209e8b6079, 'wp-includes/widgets/class-wp-widget-media-image.php', '/home/www/iamctv.com/wp-includes/widgets/class-wp-widget-media-image.php', 1, 0x00000000000000000000000000000000, 0x1b9646fa7bbbfea8b1669d92a610261a, 0xf9e621fc2f8200c4753870c4615673c67d041460a66f2b5b3f687520b878901b, '', 0, '?'),
(0xf7c61c5f77efc68c02e89bdf189ed00e, 'wp-includes/widgets/class-wp-widget-media-video.php', '/home/www/iamctv.com/wp-includes/widgets/class-wp-widget-media-video.php', 1, 0x00000000000000000000000000000000, 0x7531e4197add76779b1350d15a1a9480, 0x8b85307cf87dda44b1c93dfb026a95f4e694a1cdaa0ca4ff05d636973fcc2bb2, '', 0, '?'),
(0x5d838ad44ece0bd74a6ad38e65bda382, 'wp-includes/widgets/class-wp-widget-media.php', '/home/www/iamctv.com/wp-includes/widgets/class-wp-widget-media.php', 1, 0x00000000000000000000000000000000, 0x3dee00cc4ab8f77e917cb61193106197, 0x513418cfe837f3f106726d1ab82e9e78b5179ffa75044f4e4bc82fd9af9c591e, '', 0, '?'),
(0xab6ed6a2a1f90d920b563591198b2cd9, 'wp-includes/widgets/class-wp-widget-meta.php', '/home/www/iamctv.com/wp-includes/widgets/class-wp-widget-meta.php', 1, 0x00000000000000000000000000000000, 0xca088a6af42b282cb85e118a62b7ff28, 0xbfc650194c2b1f7781c16974a58abd5ab6a264fe88c36b5a7b588c5660c57494, '', 0, '?'),
(0x4baf638e8a231c053273922f2885228e, 'wp-includes/widgets/class-wp-widget-pages.php', '/home/www/iamctv.com/wp-includes/widgets/class-wp-widget-pages.php', 1, 0x00000000000000000000000000000000, 0x5cb506a6f5050b2124ccc73a145f3a47, 0xe22adb14c2c02223e580ae06137fb48155ee1438f7a8a663ffd42a5b87e66a27, '', 0, '?'),
(0xa416cc369086e8f37e65aa7bd0222e77, 'wp-includes/widgets/class-wp-widget-recent-comments.php', '/home/www/iamctv.com/wp-includes/widgets/class-wp-widget-recent-comments.php', 1, 0x00000000000000000000000000000000, 0x3c8fb046c80ec5f66096fdc2cee38af7, 0x9704cbe9ddd4838b4fcb68168709ae1f9f3871c47f8270a380f7a83d465b0e72, '', 0, '?'),
(0x6c2f0a1cd17fd480b057c1cdb12d63cf, 'wp-includes/widgets/class-wp-widget-recent-posts.php', '/home/www/iamctv.com/wp-includes/widgets/class-wp-widget-recent-posts.php', 1, 0x00000000000000000000000000000000, 0x4925072a7fd50f8a31a1bf0c399ff0f1, 0x7502f7a211d79b771015eb9fee78a16d4905e97b8708d663ba75806cf394b2c5, '', 0, '?'),
(0x1707818d7937afd01f4d41e440a09a85, 'wp-includes/widgets/class-wp-widget-rss.php', '/home/www/iamctv.com/wp-includes/widgets/class-wp-widget-rss.php', 1, 0x00000000000000000000000000000000, 0xbc5f01219a754728522d9a9b5472d9a1, 0xb564ee6e727a2f8705b73a646a00fcb614273c0105a36fcd927f3442f5d53aa1, '', 0, '?'),
(0x460dba78d3777edb0ddcb1b4e71b0aa6, 'wp-includes/widgets/class-wp-widget-search.php', '/home/www/iamctv.com/wp-includes/widgets/class-wp-widget-search.php', 1, 0x00000000000000000000000000000000, 0x63e7f3eeb101b2b4bdf81d8a3691d5ef, 0xeb1391b0e8206975d2cd361023498342338366d841fd115c0a3c57a0504141a3, '', 0, '?'),
(0xa22d895b6970f99c055c5e98d8f3c15d, 'wp-includes/widgets/class-wp-widget-tag-cloud.php', '/home/www/iamctv.com/wp-includes/widgets/class-wp-widget-tag-cloud.php', 1, 0x00000000000000000000000000000000, 0x8d69f46c94c2b9dc2bd058c0975adc9a, 0x7015ad5e42ad92f3011026b883fc0bd5d11cf3ac524fad1dd6de8e0818fd4400, '', 0, '?'),
(0x9d0019c920899f6b7e8219a35535540f, 'wp-includes/widgets/class-wp-widget-text.php', '/home/www/iamctv.com/wp-includes/widgets/class-wp-widget-text.php', 1, 0x00000000000000000000000000000000, 0x5e6c77b89384a375ce60fcc4a20db25e, 0xc9d470a90359a23ad7ab17ccdf8015d3b6a3ddea77ed9734b2ee0f19640a235e, '', 0, '?'),
(0x53db0e1cca26eb617a38f64ad8b639a7, 'wp-includes/widgets.php', '/home/www/iamctv.com/wp-includes/widgets.php', 1, 0x00000000000000000000000000000000, 0x16c986f476472519f8ed93eabc5bd9db, 0xc83308ea1c97713f3f5cdd27943f4f381dda5d6fc6d495307e7ca8f8c0cfe3c8, '', 0, '?'),
(0xf840a8d2ea7342303c807b6cb6339fd1, 'wp-includes/wlwmanifest.xml', '/home/www/iamctv.com/wp-includes/wlwmanifest.xml', 1, 0x00000000000000000000000000000000, 0xdfd490b6f383ea02a269031ff05e8896, 0xd5c6a44ac4be2a2a587c69bba0cf63792d877f75361670e8c0432de6242a0abc, '', 0, '?'),
(0x4cc2118a651fa17422706328099265c7, 'wp-includes/wp-db.php', '/home/www/iamctv.com/wp-includes/wp-db.php', 1, 0x00000000000000000000000000000000, 0x3becc006e4c517d3fc84c2513efe35c0, 0x793ee1da3f670386c33cb5b28ef3216395cae3ca4190f439a376918c181f23ae, '', 0, '?'),
(0x28ef5ea6334e12bd9aa99391a2330812, 'wp-includes/wp-diff.php', '/home/www/iamctv.com/wp-includes/wp-diff.php', 1, 0x00000000000000000000000000000000, 0x2091c92d78f1953cc47a5ea457657412, 0x01fc61ffdb3b98c9bab31be42a325ab99c66319bf222a70ab04e747e9f3e8285, '', 0, '?'),
(0x9aff995e90078f27bd7188c2ee3085ea, 'wp-links-opml.php', '/home/www/iamctv.com/wp-links-opml.php', 1, 0x00000000000000000000000000000000, 0x747842f8dca5dcc03085881134d3843f, 0x0cc27f52797378fc4c39c6e2feef352299435adecc9cfdf43935bae220183ba7, '', 0, '?'),
(0x8f249d811bbbc0aa6ab6589e5d29443a, 'wp-load.php', '/home/www/iamctv.com/wp-load.php', 1, 0x00000000000000000000000000000000, 0x986d850db7331f63127ed958edeb2fe5, 0x8af0207c32cb5ee7e181a4b08fe1dfd3669df6a00c2d3d9326f97eef678eaf82, '', 0, '?'),
(0xdd11ba0d00464ac8e49642e1de65e712, 'wp-login.php', '/home/www/iamctv.com/wp-login.php', 1, 0x00000000000000000000000000000000, 0xfe4d526d6d77f168d7a5b18967296577, 0x5a24d449769afc04d71487186e0c8c16671fff4f72f6aacdccc738a059763a4c, '', 0, '?'),
(0xb48333a0542e5e9dc6993cde0ff7f814, 'wp-mail.php', '/home/www/iamctv.com/wp-mail.php', 1, 0x00000000000000000000000000000000, 0xe7bf1c70703854a49fb850a4db14d30c, 0x43a3c8ac22581440749bf32333fa932009b0431c459996508d6baf909eeb18b4, '', 0, '?'),
(0x3b31d18b2312c1595f4e0f1c84a574f7, 'wp-settings.php', '/home/www/iamctv.com/wp-settings.php', 1, 0x00000000000000000000000000000000, 0x2d65c2744a2e96ee9ca0ce5c485d0bb9, 0x6fa009ed2e118789dc926748231ee29dd4849d17d380e8a6afe6a34cc26900bc, '', 0, '?'),
(0x168c1c2c903423a28528e7230c170614, 'wp-signup.php', '/home/www/iamctv.com/wp-signup.php', 1, 0x00000000000000000000000000000000, 0x84f6dbf9099a79562218ae4df41b2f70, 0x50715cca8e38e359e4c824f438a2feb35acf3e5f02099be97b7dc1c62407a6f5, '', 0, '?'),
(0x6fe3ae9a2d01d73b3f583a8ffb70d2a1, 'wp-trackback.php', '/home/www/iamctv.com/wp-trackback.php', 1, 0x00000000000000000000000000000000, 0x51f96814ace32d5db56c41c2737cd663, 0x9223c957011ba5a496a164996e3fffdbdb95e67094d3c61e7d20016981814eee, '', 0, '?'),
(0x34da829cd94c24bc2c4b5b9c75cce284, 'xmlrpc.php', '/home/www/iamctv.com/xmlrpc.php', 1, 0x00000000000000000000000000000000, 0xfc41dc381c170a502a90617c2fd9b34b, 0x586442ed04106300a791dc32ad98c39dada863e41084e7fc67aeaac0a39ae8c8, '', 0, '?');

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

--
-- Table structure for table `iamc_wfhits`
--

CREATE TABLE `iamc_wfhits` (
  `id` int UNSIGNED NOT NULL,
  `attackLogTime` double(17,6) UNSIGNED NOT NULL,
  `ctime` double(17,6) UNSIGNED NOT NULL,
  `IP` binary(16) DEFAULT NULL,
  `jsRun` tinyint DEFAULT '0',
  `statusCode` int NOT NULL DEFAULT '200',
  `isGoogle` tinyint NOT NULL,
  `userID` int UNSIGNED NOT NULL,
  `newVisit` tinyint UNSIGNED NOT NULL,
  `URL` text,
  `referer` text,
  `UA` text,
  `action` varchar(64) NOT NULL DEFAULT '',
  `actionDescription` text,
  `actionData` text
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `iamc_wfhits`
--

INSERT INTO `iamc_wfhits` (`id`, `attackLogTime`, `ctime`, `IP`, `jsRun`, `statusCode`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`, `action`, `actionDescription`, `actionData`) VALUES
(12804, 1674080946.066073, 1674080946.044000, 0x00000000000000000000ffffa877eb1e, 0, 403, 0, 0, 0, 'https://iamctv.com/index.php?3x=3x', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L2luZGV4LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12442, 1672996208.978652, 1672996208.957400, 0x00000000000000000000ffff287c36e2, 0, 403, 0, 0, 0, 'https://iamctv.com/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\":1}'),
(12439, 1672996209.327968, 1672996209.303000, 0x00000000000000000000ffff287c36e2, 0, 403, 0, 0, 0, 'https://iamctv.com/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\":1}'),
(12312, 1672789800.152122, 1672789800.135300, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/ulisting/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91bGlzdGluZy9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91bGlzdGluZy9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12432, 1672965106.823449, 1672965106.669200, 0x00000000000000000000ffffc3c97be0, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/themes/seotheme/mar.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\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL21hci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12429, 1672965116.279195, 1672965116.248800, 0x00000000000000000000ffffc3c97be0, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-includes/shell20211028.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\":\"L3dwLWluY2x1ZGVzL3NoZWxsMjAyMTEwMjgucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12516, 1673277984.761791, 1673277984.732100, 0x00000000000000000000ffff2de3fe16, 0, 403, 0, 0, 0, 'https://www.iamctv.com/index.php?3x=3x', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2luZGV4LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12244, 1672615414.509808, 1672615414.487900, 0x00000000000000000000ffffa7ebcc07, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/superstorefinder-wp/ssf-wp-admin/pages/SSF_WP_UPLOADS_PATH/csv/import/abruzi.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zdXBlcnN0b3JlZmluZGVyLXdwL3NzZi13cC1hZG1pbi9wYWdlcy9TU0ZfV1BfVVBMT0FEU19QQVRIL2Nzdi9pbXBvcnQvYWJydXppLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12270, 1672752810.728191, 1672752810.706000, 0x00000000000000000000ffffab161c0b, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/dos2unix/dos2unix.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9kb3MydW5peC9kb3MydW5peC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12305, 1672789807.657659, 1672789807.642000, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/armember-membership/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hcm1lbWJlci1tZW1iZXJzaGlwL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hcm1lbWJlci1tZW1iZXJzaGlwL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12295, 1672789779.763159, 1672789779.751100, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/scripts-organizer/plugins/meta-box/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Linux; Android 11; ONEPLUS A6013) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Mobile Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zY3JpcHRzLW9yZ2FuaXplci9wbHVnaW5zL21ldGEtYm94L3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zY3JpcHRzLW9yZ2FuaXplci9wbHVnaW5zL21ldGEtYm94L3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12082, 1672022548.901081, 1672022548.878300, 0x00000000000000000000ffff93b69a9a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/.well-known/ALFA_DATA', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"Ly53ZWxsLWtub3duL0FMRkFfREFUQQ==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12042, 1672021921.090209, 1672021921.069200, 0x00000000000000000000ffff93b69a9a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-admin/style.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWFkbWluL3N0eWxlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12147, 1672199507.853012, 1672199507.829000, 0x00000000000000000000ffff9f41520a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/cgialfa', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2NnaWFsZmE=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12084, 1672022543.151360, 1672022543.131400, 0x00000000000000000000ffff93b69a9a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/alfacgiapi', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FsZmFjZ2lhcGk=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12043, 1672021917.268647, 1672021917.130700, 0x00000000000000000000ffff93b69a9a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/style.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3N0eWxlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12044, 1672021903.414865, 1672021903.377000, 0x00000000000000000000ffff93b69a9a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-load.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWxvYWQucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12148, 1672199505.385108, 1672199505.351100, 0x00000000000000000000ffff9f41520a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/alfacgiapi', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FsZmFjZ2lhcGk=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12083, 1672022546.147600, 1672022546.117300, 0x00000000000000000000ffff93b69a9a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/cgialfa', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2NnaWFsZmE=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12041, 1672021928.666730, 1672021928.645600, 0x00000000000000000000ffff93b69a9a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/s_e.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NfZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12256, 1672615345.963316, 1672615345.943900, 0x00000000000000000000ffffa7ebcc07, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/wp-engine-module/wp-engine.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1lbmdpbmUtbW9kdWxlL3dwLWVuZ2luZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12386, 1672829569.560570, 1672829569.424800, 0x00000000000000000000ffffab161c0b, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/dos2unix/dos2unix.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9kb3MydW5peC9kb3MydW5peC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12179, 1672199623.863687, 1672199623.842400, 0x00000000000000000000ffff9f41520a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/templates/beez3/cgialfa', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3RlbXBsYXRlcy9iZWV6My9jZ2lhbGZh\",\"category\":\"brute-force\",\"ssl\":1}'),
(12180, 1672199621.401258, 1672199621.374200, 0x00000000000000000000ffff9f41520a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/templates/beez3/alfacgiapi', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3RlbXBsYXRlcy9iZWV6My9hbGZhY2dpYXBp\",\"category\":\"brute-force\",\"ssl\":1}'),
(12191, 1672275583.168590, 1672275583.137500, 0x00000000000000000000ffff416cfdfc, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/wp-file-manager-pro/lib/php/connector.minimal.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1maWxlLW1hbmFnZXItcHJvL2xpYi9waHAvY29ubmVjdG9yLm1pbmltYWwucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12241, 1672615431.358941, 1672615431.340200, 0x00000000000000000000ffffa7ebcc07, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-json/wp_live_chat_support/v1/remote_upload', '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\":\"L3dwLWpzb24vd3BfbGl2ZV9jaGF0X3N1cHBvcnQvdjEvcmVtb3RlX3VwbG9hZA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12373, 1672789924.923776, 1672789924.905800, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/nd-booking/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Linux; Android 12; SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.5304.141 Mobile Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1ib29raW5nL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1ib29raW5nL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12374, 1672789923.426807, 1672789923.410100, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/nd-booking/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Linux; Android 12; SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.5304.141 Mobile Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1ib29raW5nL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1ib29raW5nL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12558, 1673482926.239114, 1673482926.213700, 0x00000000000000000000ffff263659eb, 0, 403, 0, 0, 0, 'https://www.iamctv.com/about.PHP7', '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\":\"L2Fib3V0LlBIUDc=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12562, 1673533623.597687, 1673533623.462300, 0x00000000000000000000ffff29d8bc5c, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/wpputty/wpputty.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cHB1dHR5L3dwcHV0dHkucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12579, 1673745461.432842, 1673745461.275400, 0x00000000000000000000ffff054bbae4, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/superstorefinder-wp/ssf-wp-admin/pages/SSF_WP_UPLOADS_PATH/csv/import/abruzi.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zdXBlcnN0b3JlZmluZGVyLXdwL3NzZi13cC1hZG1pbi9wYWdlcy9TU0ZfV1BfVVBMT0FEU19QQVRIL2Nzdi9pbXBvcnQvYWJydXppLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12580, 1673745459.037805, 1673745458.902300, 0x00000000000000000000ffff054bbae4, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/superstorefinder-wp/ssf-wp-admin/pages/import.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zdXBlcnN0b3JlZmluZGVyLXdwL3NzZi13cC1hZG1pbi9wYWdlcy9pbXBvcnQucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12555, 0.000000, 1673468572.188665, 0x00000000000000000000ffff49b89592, 0, 302, 0, 1, 0, 'https://www.iamctv.com/ogbongastore/', 'https://www.iamctv.com/ogbongastore/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36', 'loginOK', NULL, NULL),
(12602, 1673745481.082749, 1673745480.943800, 0x00000000000000000000ffff054bbae4, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-admin/admin.php?page=html2wp-settings', '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\":\"L3dwLWFkbWluL2FkbWluLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12601, 1673745483.710720, 1673745483.687000, 0x00000000000000000000ffff054bbae4, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/uploads/html2wp/abruzi.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\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy9odG1sMndwL2FicnV6aS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12416, 1672940743.944768, 1672940743.925500, 0x00000000000000000000ffff1460b0b7, 0, 403, 0, 0, 0, 'https://iamctv.com/index.php?3x=3x', '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\":\"L2luZGV4LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12233, 0.000000, 1672611469.921041, 0x00000000000000000000ffff49b89592, 0, 302, 0, 1, 0, 'https://www.iamctv.com/ogbongastore/', 'https://www.iamctv.com/ogbongastore/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36', 'loginOK', NULL, NULL),
(12291, 1672789757.474800, 1672789757.463000, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/masterstudy-lms-learning-management-system/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tYXN0ZXJzdHVkeS1sbXMtbGVhcm5pbmctbWFuYWdlbWVudC1zeXN0ZW0vcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tYXN0ZXJzdHVkeS1sbXMtbGVhcm5pbmctbWFuYWdlbWVudC1zeXN0ZW0vcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12296, 1672789799.086448, 1672789799.064500, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/ulisting/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91bGlzdGluZy9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91bGlzdGluZy9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12832, 1674093907.235331, 1674093907.212300, 0x00000000000000000000ffff054bcce3, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-includes/fonts/css.php', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L3dwLWluY2x1ZGVzL2ZvbnRzL2Nzcy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12746, 1673806835.055313, 1673806835.030300, 0x00000000000000000000ffff054bbae4, 0, 403, 0, 0, 0, 'https://www.iamctv.com/alfindex.php', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L2FsZmluZGV4LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12311, 1672789802.983419, 1672789802.969800, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/nd-shortcodes/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1zaG9ydGNvZGVzL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1zaG9ydGNvZGVzL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12303, 1672789811.428307, 1672789811.415100, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/jobboardwp/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Linux; Android 12; SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.5304.141 Mobile Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9qb2Jib2FyZHdwL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9qb2Jib2FyZHdwL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12300, 1672789796.066532, 1672789796.049600, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/ultimate-member/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Linux; Android 11; ONEPLUS A6013) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Mobile Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91bHRpbWF0ZS1tZW1iZXIvcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91bHRpbWF0ZS1tZW1iZXIvcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12162, 1672199654.952591, 1672199654.934500, 0x00000000000000000000ffff9f41520a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/z.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3oucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12200, 1672275539.195655, 1672275539.175800, 0x00000000000000000000ffff416cfdfc, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/superstorefinder-wp/ssf-wp-admin/pages/SSF_WP_UPLOADS_PATH/csv/import/abruzi.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zdXBlcnN0b3JlZmluZGVyLXdwL3NzZi13cC1hZG1pbi9wYWdlcy9TU0ZfV1BfVVBMT0FEU19QQVRIL2Nzdi9pbXBvcnQvYWJydXppLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12058, 1672022477.148569, 1672022476.999800, 0x00000000000000000000ffff93b69a9a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/mu-plugins/db-safe-mode.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvbXUtcGx1Z2lucy9kYi1zYWZlLW1vZGUucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12059, 1672022619.876718, 1672022619.857500, 0x00000000000000000000ffff93b69a9a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/admin/controller/extension/extension/cgialfa', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FkbWluL2NvbnRyb2xsZXIvZXh0ZW5zaW9uL2V4dGVuc2lvbi9jZ2lhbGZh\",\"category\":\"brute-force\",\"ssl\":1}'),
(12165, 1672199654.482316, 1672199654.461800, 0x00000000000000000000ffff9f41520a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/upload.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3VwbG9hZC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12060, 1672022617.870860, 1672022617.852900, 0x00000000000000000000ffff93b69a9a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/admin/controller/extension/extension/alfacgiapi', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FkbWluL2NvbnRyb2xsZXIvZXh0ZW5zaW9uL2V4dGVuc2lvbi9hbGZhY2dpYXBp\",\"category\":\"brute-force\",\"ssl\":1}'),
(12164, 1672199654.624993, 1672199654.606300, 0x00000000000000000000ffff9f41520a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/1.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"LzEucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12061, 1672022616.062928, 1672022616.044100, 0x00000000000000000000ffff93b69a9a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/admin/controller/extension/extension/ALFA_DATA', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FkbWluL2NvbnRyb2xsZXIvZXh0ZW5zaW9uL2V4dGVuc2lvbi9BTEZBX0RBVEE=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12163, 1672199654.758185, 1672199654.734400, 0x00000000000000000000ffff9f41520a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/x.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3gucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12199, 1672275545.810860, 1672275545.782100, 0x00000000000000000000ffff416cfdfc, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-admin/admin-ajax.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\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12329, 1672789845.661222, 1672789845.642300, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/wpcargo/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Linux; Android 12; SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.5304.141 Mobile Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cGNhcmdvL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cGNhcmdvL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12304, 1672789807.662589, 1672789807.642000, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/armember-membership/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hcm1lbWJlci1tZW1iZXJzaGlwL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hcm1lbWJlci1tZW1iZXJzaGlwL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12334, 1672789846.727517, 1672789846.710800, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/wpcargo/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Linux; Android 12; SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.5304.141 Mobile Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cGNhcmdvL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cGNhcmdvL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12195, 1672275562.714326, 1672275562.557800, 0x00000000000000000000ffff416cfdfc, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-admin/admin.php?page=html2wp-settings', '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\":\"L3dwLWFkbWluL2FkbWluLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12283, 1672789753.867966, 1672789753.854500, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/shortcode-addons/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaG9ydGNvZGUtYWRkb25zL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaG9ydGNvZGUtYWRkb25zL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12229, 1672566675.128422, 1672566674.989300, 0x00000000000000000000ffffab161c0b, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/wpzip/wpzip.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cHppcC93cHppcC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12240, 1672615434.502957, 1672615434.479600, 0x00000000000000000000ffffa7ebcc07, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/uploads/wp_live_chat/abruzi.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\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy93cF9saXZlX2NoYXQvYWJydXppLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12664, 1673797110.019213, 1673797110.005700, 0x00000000000000000000ffff5b6b9f64, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/wp-file-manager/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1maWxlLW1hbmFnZXIvcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1maWxlLW1hbmFnZXIvcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12831, 1674093759.320993, 1674093759.185900, 0x00000000000000000000ffff054bcce3, 0, 403, 0, 0, 0, 'https://www.iamctv.com/style.php', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L3N0eWxlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12747, 1673806823.269298, 1673806823.248400, 0x00000000000000000000ffff054bbae4, 0, 403, 0, 0, 0, 'https://www.iamctv.com/xmlrp.php?url=https%3A%2F%2Fraw.githubusercontent.com%2Fcarlosdechia%2Fcarlosdechia%2Fmain%2FExV1', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L3htbHJwLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12665, 1673797103.919676, 1673797103.900100, 0x00000000000000000000ffff5b6b9f64, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/vc-tabs/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy92Yy10YWJzL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy92Yy10YWJzL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12427, 1672965125.147747, 1672965125.128400, 0x00000000000000000000ffffc3c97be0, 0, 403, 0, 0, 0, 'https://iamctv.com/1index.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\":\"LzFpbmRleC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12408, 1672937023.118275, 1672937023.072200, 0x00000000000000000000ffffab161c0b, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/wpzip/wpzip.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cHppcC93cHppcC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12252, 1672615360.835816, 1672615360.816800, 0x00000000000000000000ffffa7ebcc07, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/apikey/apikey.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hcGlrZXkvYXBpa2V5LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12251, 1672615363.986513, 1672615363.966900, 0x00000000000000000000ffffa7ebcc07, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/apikey/a57bze8931.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hcGlrZXkvYTU3YnplODkzMS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12189, 1672259653.033614, 1672259653.011000, 0x00000000000000000000ffff0d5a1f3c, 0, 403, 0, 0, 0, 'https://iamctv.com/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}'),
(12250, 1672615373.149344, 1672615373.128700, 0x00000000000000000000ffffa7ebcc07, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/cherry-plugin/admin/import-export/a57bze8931.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jaGVycnktcGx1Z2luL2FkbWluL2ltcG9ydC1leHBvcnQvYTU3YnplODkzMS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12370, 1672789907.973604, 1672789907.956600, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/capabilities-pro/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jYXBhYmlsaXRpZXMtcHJvL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jYXBhYmlsaXRpZXMtcHJvL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12451, 1673061986.196202, 1673061986.166100, 0x00000000000000000000ffffc21ac0e0, 0, 403, 0, 0, 0, 'https://iamctv.com/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}'),
(12314, 1672789822.381940, 1672789822.361500, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/nd-donations/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Linux; Android 11; ONEPLUS A6013) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Mobile Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1kb25hdGlvbnMvcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1kb25hdGlvbnMvcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12302, 1672789811.432298, 1672789811.415100, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/jobboardwp/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Linux; Android 12; SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.5304.141 Mobile Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9qb2Jib2FyZHdwL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9qb2Jib2FyZHdwL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12187, 1672230444.709025, 1672230444.680400, 0x00000000000000000000ffffab161c0b, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/wpyii2/wpyii2.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cHlpaTIvd3B5aWkyLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}');
INSERT INTO `iamc_wfhits` (`id`, `attackLogTime`, `ctime`, `IP`, `jsRun`, `statusCode`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`, `action`, `actionDescription`, `actionData`) VALUES
(12306, 1672789806.199282, 1672789806.176700, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/armember-membership/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hcm1lbWJlci1tZW1iZXJzaGlwL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hcm1lbWJlci1tZW1iZXJzaGlwL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12315, 1672789822.374605, 1672789822.361500, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/nd-donations/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Linux; Android 11; ONEPLUS A6013) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Mobile Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1kb25hdGlvbnMvcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1kb25hdGlvbnMvcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12045, 1672021897.140800, 1672021897.002900, 0x00000000000000000000ffff93b69a9a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-load.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWxvYWQucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12267, 1672698454.785812, 1672698454.648100, 0x00000000000000000000ffffc22614a1, 0, 403, 0, 0, 0, 'https://iamctv.com/chart/php-ofc-library/ofc_upload_image.php', NULL, 'ALittle Client', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"QUxpdHRsZSBDbGllbnQ=\",\"path\":\"L2NoYXJ0L3BocC1vZmMtbGlicmFyeS9vZmNfdXBsb2FkX2ltYWdlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12039, 1672009562.985193, 1672009562.824400, 0x00000000000000000000ffff142ef84c, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/ioptimization/IOptimize.php?rchk=', '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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9uL0lPcHRpbWl6ZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12128, 1672199465.006609, 1672199464.979900, 0x00000000000000000000ffff9f41520a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/db-cache.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvZGItY2FjaGUucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12129, 1672199462.648425, 1672199462.630100, 0x00000000000000000000ffff9f41520a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/gank.php.PhP', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2dhbmsucGhwLlBoUA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12130, 1672199459.833702, 1672199459.803000, 0x00000000000000000000ffff9f41520a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-plugins.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLXBsdWdpbnMucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12264, 1672684328.024828, 1672684328.002600, 0x00000000000000000000ffffab161c0b, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/wpzip/wpzip.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cHppcC93cHppcC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12211, 1672275502.124823, 1672275502.102600, 0x00000000000000000000ffff416cfdfc, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/wp-engine-module/a57bze8931.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1lbmdpbmUtbW9kdWxlL2E1N2J6ZTg5MzEucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12131, 1672199450.426051, 1672199450.401200, 0x00000000000000000000ffff9f41520a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/legion.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2xlZ2lvbi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12210, 1672275505.035749, 1672275504.895300, 0x00000000000000000000ffff416cfdfc, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-admin/admin-ajax.php?action=uploadFontIcon', '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\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12265, 1672684315.713601, 1672684315.691800, 0x00000000000000000000ffffab161c0b, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/wpyii2/wpyii2.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cHlpaTIvd3B5aWkyLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12873, 1674456578.177009, 1674456578.038000, 0x00000000000000000000ffff39808127, 0, 403, 0, 0, 0, 'https://iamctv.com/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}'),
(12310, 1672789802.987467, 1672789802.969800, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/nd-shortcodes/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1zaG9ydGNvZGVzL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1zaG9ydGNvZGVzL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12441, 1672996209.046031, 1672996209.023000, 0x00000000000000000000ffff287c36e2, 0, 403, 0, 0, 0, 'https://iamctv.com/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\":1}'),
(12235, 1672615463.619949, 1672615463.600300, 0x00000000000000000000ffffa7ebcc07, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/wp-file-manager-pro/lib/php/connector.minimal.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1maWxlLW1hbmFnZXItcHJvL2xpYi9waHAvY29ubmVjdG9yLm1pbmltYWwucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12230, 1672566641.634326, 1672566641.500900, 0x00000000000000000000ffffab161c0b, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/wpyii2/wpyii2.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cHlpaTIvd3B5aWkyLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12111, 1672146219.368340, 1672146219.233800, 0x00000000000000000000ffff36db14a8, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-config.inc', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:77.0) Gecko/20100101 Firefox/77.0', 'logged:waf', 'wp-config.php back-up probing', '{\"learningMode\":0,\"failedRules\":\"logged|501\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbmZpZy5pbmM=\",\"path\":\"L3dwLWNvbmZpZy5pbmM=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12224, 1672298197.903477, 1672298197.765800, 0x00000000000000000000ffff9f410f3f, 0, 200, 0, 0, 0, 'https://iamctv.com/wp-admin/install.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36', 'logged:waf', 'WordPress New Install File Probing', '{\"learningMode\":0,\"failedRules\":\"logged|506\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWFkbWluL2luc3RhbGwucGhw\",\"path\":\"L3dwLWFkbWluL2luc3RhbGwucGhw\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12257, 1672615342.978014, 1672615342.957200, 0x00000000000000000000ffffa7ebcc07, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/ioptimization/a57bze8931.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9uL2E1N2J6ZTg5MzEucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12869, 1674341959.629582, 1674341959.438500, 0x00000000000000000000ffffc22614a1, 0, 403, 0, 0, 0, 'https://iamctv.com/administrator/components/com_jnewsletter/includes/openflashchart/php-ofc-library/ofc_upload_image.php', NULL, 'ALittle Client', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"QUxpdHRsZSBDbGllbnQ=\",\"path\":\"L2FkbWluaXN0cmF0b3IvY29tcG9uZW50cy9jb21fam5ld3NsZXR0ZXIvaW5jbHVkZXMvb3BlbmZsYXNoY2hhcnQvcGhwLW9mYy1saWJyYXJ5L29mY191cGxvYWRfaW1hZ2UucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12444, 1672996208.499591, 1672996208.339800, 0x00000000000000000000ffff287c36e2, 0, 403, 0, 0, 0, 'https://iamctv.com/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\":1}'),
(12426, 1672959602.219165, 1672959602.075200, 0x00000000000000000000ffff2d213ac0, 0, 403, 0, 0, 0, 'https://iamctv.com/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}'),
(12112, 1672150924.742723, 1672150924.578800, 0x00000000000000000000ffff36db14a8, 0, 200, 0, 0, 0, 'https://iamctv.com/wp-config.inc', NULL, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:77.0) Gecko/20100101 Firefox/77.0', 'logged:waf', 'wp-config.php back-up probing', '{\"learningMode\":0,\"failedRules\":\"logged|501\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbmZpZy5pbmM=\",\"path\":\"L3dwLWNvbmZpZy5pbmM=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12390, 1672835246.667010, 1672835246.641000, 0x00000000000000000000ffff3359ffd4, 0, 403, 0, 0, 0, 'https://iamctv.com/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}'),
(12389, 1672829457.238716, 1672829457.083000, 0x00000000000000000000ffffab161c0b, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/wpputty/wpputty.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cHB1dHR5L3dwcHV0dHkucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12399, 1672898752.210641, 1672898752.192300, 0x00000000000000000000ffff141903b3, 0, 403, 0, 0, 0, 'https://iamctv.com/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\":1}'),
(12391, 1672835241.948554, 1672835241.923100, 0x00000000000000000000ffff3359ffd4, 0, 403, 0, 0, 0, 'https://iamctv.com/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}'),
(12392, 1672863207.217656, 1672863207.061800, 0x00000000000000000000ffffc2a9af27, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-admin/admin-post.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\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12400, 1672898752.062367, 1672898752.044700, 0x00000000000000000000ffff141903b3, 0, 403, 0, 0, 0, 'https://iamctv.com/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\":1}'),
(12659, 1673797085.208442, 1673797085.189000, 0x00000000000000000000ffff5b6b9f64, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/mstore-api/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Linux; Android 12; SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.5304.141 Mobile Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tc3RvcmUtYXBpL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tc3RvcmUtYXBpL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12232, 0.000000, 1672611463.141687, 0x00000000000000000000ffff49b89592, 0, 200, 0, 1, 0, 'https://www.iamctv.com/ogbongastore/', 'https://www.iamctv.com/ogbongastore/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36', 'loginFailValidUsername', NULL, NULL),
(12394, 1672877017.007652, 1672877016.981900, 0x00000000000000000000ffff1476802c, 0, 403, 0, 0, 0, 'https://iamctv.com/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}'),
(12324, 1672789829.133761, 1672789829.117400, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/woo-product-table/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Linux; Android 12; SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.5304.141 Mobile Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93b28tcHJvZHVjdC10YWJsZS9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93b28tcHJvZHVjdC10YWJsZS9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12132, 1672199430.942118, 1672199430.923400, 0x00000000000000000000ffff9f41520a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/mu-plugins/db-safe-mode.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvbXUtcGx1Z2lucy9kYi1zYWZlLW1vZGUucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12117, 1672198987.876324, 1672198987.850400, 0x00000000000000000000ffff9f41520a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/s_e.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NfZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12531, 1673277960.137004, 1673277960.116100, 0x00000000000000000000ffff2de3fe16, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-admin/alfacgiapi', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWFkbWluL2FsZmFjZ2lhcGk=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12771, 1673982364.401476, 1673982364.376900, 0x00000000000000000000ffffacae6a59, 0, 403, 0, 0, 0, 'https://iamctv.com/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\":1}'),
(12445, 1672996208.452498, 1672996208.302000, 0x00000000000000000000ffff287c36e2, 0, 403, 0, 0, 0, 'https://iamctv.com/', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 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\":1}'),
(12855, 1674100191.369180, 1674100191.349100, 0x00000000000000000000ffffc22614a1, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/woopra/inc/php-ofc-library/ofc_upload_image.php', NULL, 'ALittle Client', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"QUxpdHRsZSBDbGllbnQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93b29wcmEvaW5jL3BocC1vZmMtbGlicmFyeS9vZmNfdXBsb2FkX2ltYWdlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12856, 1674100190.757066, 1674100190.617500, 0x00000000000000000000ffffc22614a1, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/wp-business-intelligence-lite/resources/open-flash-chart/php-ofc-library/ofc_upload_image.php', NULL, 'ALittle Client', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"QUxpdHRsZSBDbGllbnQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1idXNpbmVzcy1pbnRlbGxpZ2VuY2UtbGl0ZS9yZXNvdXJjZXMvb3Blbi1mbGFzaC1jaGFydC9waHAtb2ZjLWxpYnJhcnkvb2ZjX3VwbG9hZF9pbWFnZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12857, 1674109462.779413, 1674109462.757300, 0x00000000000000000000ffff2b829ab9, 0, 403, 0, 0, 0, 'https://www.iamctv.com/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}'),
(12275, 1672786340.359235, 1672786340.179800, 0x00000000000000000000ffffade69d7c, 0, 403, 0, 0, 0, 'https://iamctv.com/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}'),
(12226, 1672547175.673633, 1672547175.533100, 0x00000000000000000000ffffc2a9af27, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-admin/admin-post.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\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12586, 1673745438.512827, 1673745438.487000, 0x00000000000000000000ffff054bbae4, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/apikey/a57bze8931.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hcGlrZXkvYTU3YnplODkzMS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12630, 1673766914.989515, 1673766914.949500, 0x00000000000000000000ffff58630c6f, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/ioptimization/IOptimize.php?rchk=', '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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9uL0lPcHRpbWl6ZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12587, 1673745434.811737, 1673745434.790600, 0x00000000000000000000ffff054bbae4, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/apikey/apikey.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hcGlrZXkvYXBpa2V5LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12599, 1673745495.774868, 1673745495.753500, 0x00000000000000000000ffff054bbae4, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/wp-file-manager/lib/php/connector.minimal.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1maWxlLW1hbmFnZXIvbGliL3BocC9jb25uZWN0b3IubWluaW1hbC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12619, 1673766954.015230, 1673766953.870600, 0x00000000000000000000ffff58630c6f, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-admin/admin-ajax.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\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12600, 1673745489.527761, 1673745489.505800, 0x00000000000000000000ffff054bbae4, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/king.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\":\"L3dwLWNvbnRlbnQva2luZy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12582, 1673745453.756119, 1673745453.614200, 0x00000000000000000000ffff054bbae4, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-admin/admin-ajax.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\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12578, 1673737714.505140, 1673737714.487000, 0x00000000000000000000ffff2d5c014d, 0, 403, 0, 0, 0, 'https://iamctv.com/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\":1}'),
(12634, 1673766904.423815, 1673766904.274800, 0x00000000000000000000ffff58630c6f, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/dzs-zoomsounds/savepng.php?location=a57bze8931.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9kenMtem9vbXNvdW5kcy9zYXZlcG5nLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12581, 1673745455.495767, 1673745455.475700, 0x00000000000000000000ffff054bbae4, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/uploads/typehub/custom/a57bze8931/.__a57bze8931.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\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy90eXBlaHViL2N1c3RvbS9hNTdiemU4OTMxLy5fX2E1N2J6ZTg5MzEucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12080, 1672022555.277269, 1672022555.238500, 0x00000000000000000000ffff93b69a9a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/.well-known/cgialfa', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"Ly53ZWxsLWtub3duL2NnaWFsZmE=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12048, 1672021991.216251, 1672021991.195700, 0x00000000000000000000ffff93b69a9a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/media-admin.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L21lZGlhLWFkbWluLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12204, 1672275526.007109, 1672275525.976500, 0x00000000000000000000ffff416cfdfc, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/formcraft/file-upload/server/php/files/a57bze8931.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9mb3JtY3JhZnQvZmlsZS11cGxvYWQvc2VydmVyL3BocC9maWxlcy9hNTdiemU4OTMxLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12049, 1672021987.042009, 1672021987.016400, 0x00000000000000000000ffff93b69a9a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-signin.php?dizo=&ping=', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLXNpZ25pbi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12038, 1672004593.731332, 1672004593.600000, 0x00000000000000000000ffff142ef84c, 0, 403, 0, 0, 0, 'https://iamctv.com/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}'),
(12037, 1672004607.472894, 1672004607.447800, 0x00000000000000000000ffff142ef84c, 0, 403, 0, 0, 0, 'https://iamctv.com/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}'),
(12079, 1672022558.999987, 1672022558.979800, 0x00000000000000000000ffff93b69a9a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/uploads/ALFA_DATA', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy9BTEZBX0RBVEE=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12050, 1672021983.004697, 1672021982.985100, 0x00000000000000000000ffff93b69a9a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/ups.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3Vwcy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12150, 1672199496.167872, 1672199496.140200, 0x00000000000000000000ffff9f41520a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/error.php?phpshells=', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2Vycm9yLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12151, 1672199493.702134, 1672199493.683100, 0x00000000000000000000ffff9f41520a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-backup-sql-302.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWJhY2t1cC1zcWwtMzAyLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12203, 1672275529.358028, 1672275529.330000, 0x00000000000000000000ffff416cfdfc, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-admin/admin-ajax.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\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12152, 1672199491.481324, 1672199491.460600, 0x00000000000000000000ffff9f41520a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/system_log.php?bala=up', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3N5c3RlbV9sb2cucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12431, 1672965108.975537, 1672965108.953300, 0x00000000000000000000ffffc3c97be0, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/themes/seotheme/mar.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\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL21hci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12401, 1672898752.040449, 1672898752.022600, 0x00000000000000000000ffff141903b3, 0, 403, 0, 0, 0, 'https://iamctv.com/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\":1}'),
(12388, 1672829478.563774, 1672829478.432400, 0x00000000000000000000ffffab161c0b, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/wpyii2/wpyii2.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cHlpaTIvd3B5aWkyLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12269, 1672741005.651917, 1672741005.490100, 0x00000000000000000000ffffc2a9af27, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-admin/admin-post.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\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12239, 1672615444.474266, 1672615444.317600, 0x00000000000000000000ffffa7ebcc07, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-admin/admin.php?page=html2wp-settings', '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\":\"L3dwLWFkbWluL2FkbWluLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12481, 1673277519.351865, 1673277519.329000, 0x00000000000000000000ffff2de3fe16, 0, 403, 0, 0, 0, 'https://www.iamctv.com/radio.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3JhZGlvLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}');
INSERT INTO `iamc_wfhits` (`id`, `attackLogTime`, `ctime`, `IP`, `jsRun`, `statusCode`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`, `action`, `actionDescription`, `actionData`) VALUES
(12087, 1672022530.570208, 1672022530.549800, 0x00000000000000000000ffff93b69a9a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-backup-sql-302.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWJhY2t1cC1zcWwtMzAyLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12212, 1672275497.307178, 1672275497.274800, 0x00000000000000000000ffff416cfdfc, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/wp-engine-module/wp-engine.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1lbmdpbmUtbW9kdWxlL3dwLWVuZ2luZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12127, 1672199356.628355, 1672199356.603600, 0x00000000000000000000ffff9f41520a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-includes/wp-class.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWluY2x1ZGVzL3dwLWNsYXNzLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12517, 1673277984.387749, 1673277984.354900, 0x00000000000000000000ffff2de3fe16, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/ubh/up.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91YmgvdXAucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12491, 1673277813.717696, 1673277813.694400, 0x00000000000000000000ffff2de3fe16, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/mu-plugins/db-safe-mode.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvbXUtcGx1Z2lucy9kYi1zYWZlLW1vZGUucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12428, 1672965120.283817, 1672965120.251700, 0x00000000000000000000ffffc3c97be0, 0, 403, 0, 0, 0, 'https://iamctv.com/1index.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\":\"LzFpbmRleC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12458, 1673146770.333696, 1673146770.190400, 0x00000000000000000000ffffab161c0b, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/wpputty/wpputty.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cHB1dHR5L3dwcHV0dHkucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12530, 1673277960.899004, 1673277960.874100, 0x00000000000000000000ffff2de3fe16, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-admin/cgialfa', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWFkbWluL2NnaWFsZmE=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12470, 1673277434.843691, 1673277434.688600, 0x00000000000000000000ffff2de3fe16, 0, 403, 0, 0, 0, 'https://www.iamctv.com/style.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3N0eWxlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12247, 1672615396.334268, 1672615396.169100, 0x00000000000000000000ffffa7ebcc07, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-admin/admin-ajax.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\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12378, 1672789920.571229, 1672789920.553500, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/ninja-forms/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uaW5qYS1mb3Jtcy9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uaW5qYS1mb3Jtcy9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12379, 1672789920.566728, 1672789920.553500, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/ninja-forms/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uaW5qYS1mb3Jtcy9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uaW5qYS1mb3Jtcy9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12434, 1672967890.962654, 1672967890.813900, 0x00000000000000000000ffffab161c0b, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/wpzip/wpzip.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cHppcC93cHppcC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12320, 1672789812.979934, 1672789812.963400, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/jobboardwp/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Linux; Android 12; SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.5304.141 Mobile Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9qb2Jib2FyZHdwL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9qb2Jib2FyZHdwL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12321, 1672789812.975421, 1672789812.963400, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/jobboardwp/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Linux; Android 12; SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.5304.141 Mobile Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9qb2Jib2FyZHdwL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9qb2Jib2FyZHdwL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12213, 1672275494.034910, 1672275494.010800, 0x00000000000000000000ffff416cfdfc, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/ioptimization/a57bze8931.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9uL2E1N2J6ZTg5MzEucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12124, 1672199331.055855, 1672199331.031000, 0x00000000000000000000ffff9f41520a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/media-admin.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L21lZGlhLWFkbWluLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12263, 1672684340.782516, 1672684340.760400, 0x00000000000000000000ffffab161c0b, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/dos2unix/dos2unix.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9kb3MydW5peC9kb3MydW5peC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12115, 1672181919.493696, 1672181919.343600, 0x00000000000000000000ffffc22614a1, 0, 403, 0, 0, 0, 'https://iamctv.com/admin/fileupload/server/php/index.php?file=tf2rghf.jpg', NULL, 'ALittle Client', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"QUxpdHRsZSBDbGllbnQ=\",\"path\":\"L2FkbWluL2ZpbGV1cGxvYWQvc2VydmVyL3BocC9pbmRleC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12116, 1672199058.776231, 1672199058.617900, 0x00000000000000000000ffff9f41520a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/s_ne.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NfbmUucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12219, 1672298201.643084, 1672298201.625600, 0x00000000000000000000ffff9f410f3f, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp/wp-admin/install.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36', 'logged:waf', 'WordPress New Install File Probing', '{\"learningMode\":0,\"failedRules\":\"logged|506\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwL3dwLWFkbWluL2luc3RhbGwucGhw\",\"path\":\"L3dwL3dwLWFkbWluL2luc3RhbGwucGhw\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12227, 1672569032.267068, 1672569032.126800, 0x00000000000000000000ffffc22614a1, 0, 403, 0, 0, 0, 'https://iamctv.com/assets/js/fileupload/server/php/index.php?file=tf2rghf.jpg', NULL, 'ALittle Client', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"QUxpdHRsZSBDbGllbnQ=\",\"path\":\"L2Fzc2V0cy9qcy9maWxldXBsb2FkL3NlcnZlci9waHAvaW5kZXgucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12228, 1672566704.214846, 1672566704.069200, 0x00000000000000000000ffffab161c0b, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/dos2unix/dos2unix.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9kb3MydW5peC9kb3MydW5peC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12085, 1672022539.065568, 1672022539.046800, 0x00000000000000000000ffff93b69a9a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/ALFA_DATA', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L0FMRkFfREFUQQ==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12040, 1672021931.711469, 1672021931.684000, 0x00000000000000000000ffff93b69a9a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/s_ne.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NfbmUucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12406, 1672898751.656786, 1672898751.508600, 0x00000000000000000000ffff141903b3, 0, 403, 0, 0, 0, 'https://iamctv.com/', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 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\":1}'),
(12298, 1672789796.872242, 1672789796.852100, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/ultimate-member/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Linux; Android 11; ONEPLUS A6013) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Mobile Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91bHRpbWF0ZS1tZW1iZXIvcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91bHRpbWF0ZS1tZW1iZXIvcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12299, 1672789796.863643, 1672789796.852100, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/ultimate-member/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Linux; Android 11; ONEPLUS A6013) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Mobile Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91bHRpbWF0ZS1tZW1iZXIvcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91bHRpbWF0ZS1tZW1iZXIvcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12543, 1673277951.277116, 1673277951.257000, 0x00000000000000000000ffff2de3fe16, 0, 403, 0, 0, 0, 'https://www.iamctv.com/alfacgiapi', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FsZmFjZ2lhcGk=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12563, 1673533669.765415, 1673533669.742800, 0x00000000000000000000ffff29d8bc5c, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/dos2unix/dos2unix.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9kb3MydW5peC9kb3MydW5peC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12118, 1672198983.949756, 1672198983.918400, 0x00000000000000000000ffff9f41520a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-admin/style.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWFkbWluL3N0eWxlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12218, 1672275480.294299, 1672275480.157900, 0x00000000000000000000ffff416cfdfc, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/dzs-zoomsounds/savepng.php?location=a57bze8931.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9kenMtem9vbXNvdW5kcy9zYXZlcG5nLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12119, 1672198983.583044, 1672198983.443500, 0x00000000000000000000ffff9f41520a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/style.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3N0eWxlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12120, 1672198980.023723, 1672198979.973000, 0x00000000000000000000ffff9f41520a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-load.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWxvYWQucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12261, 1672615320.316155, 1672615320.289900, 0x00000000000000000000ffffa7ebcc07, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/dzs-zoomsounds/a57bze8931.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9kenMtem9vbXNvdW5kcy9hNTdiemU4OTMxLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12217, 1672275482.403581, 1672275482.384700, 0x00000000000000000000ffff416cfdfc, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/dzs-zoomsounds/a57bze8931.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9kenMtem9vbXNvdW5kcy9hNTdiemU4OTMxLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12260, 1672615326.930476, 1672615326.910900, 0x00000000000000000000ffffa7ebcc07, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/ioptimizations/IOptimizes.php?hamlorszd=', '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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9ucy9JT3B0aW1pemVzLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12354, 1672789892.541572, 1672789892.522600, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/sitemap-by-click5/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaXRlbWFwLWJ5LWNsaWNrNS9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaXRlbWFwLWJ5LWNsaWNrNS9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12355, 1672789892.536007, 1672789892.522600, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/sitemap-by-click5/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaXRlbWFwLWJ5LWNsaWNrNS9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaXRlbWFwLWJ5LWNsaWNrNS9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12440, 1672996209.160380, 1672996209.136400, 0x00000000000000000000ffff287c36e2, 0, 403, 0, 0, 0, 'https://iamctv.com/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\":1}'),
(12753, 1673806780.014758, 1673806779.987700, 0x00000000000000000000ffff054bbae4, 0, 403, 0, 0, 0, 'https://www.iamctv.com/admin.php', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L2FkbWluLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12821, 1674093863.598766, 1674093863.416600, 0x00000000000000000000ffff054bcce3, 0, 403, 0, 0, 0, 'https://www.iamctv.com/alfindex.php', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L2FsZmluZGV4LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12754, 1673806765.261274, 1673806765.227200, 0x00000000000000000000ffff054bbae4, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/t_file_wp/t_file_wp.php?test=hello', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy90X2ZpbGVfd3AvdF9maWxlX3dwLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12755, 1673806761.878564, 1673806761.858100, 0x00000000000000000000ffff054bbae4, 0, 403, 0, 0, 0, 'https://www.iamctv.com/moduless.php', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L21vZHVsZXNzLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12789, 1674081136.648242, 1674081136.623300, 0x00000000000000000000ffffa877eb1e, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/ubh/up.php', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91YmgvdXAucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12288, 1672789748.921448, 1672789748.900400, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/vc-tabs/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy92Yy10YWJzL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy92Yy10YWJzL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12415, 1672940745.839642, 1672940745.817100, 0x00000000000000000000ffff1460b0b7, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/ioptimization/IOptimize.php?rchk=', '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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9uL0lPcHRpbWl6ZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12554, 1673444318.908035, 1673444318.765900, 0x00000000000000000000ffff263659eb, 0, 403, 0, 0, 0, 'https://www.iamctv.com/shell20211028.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\":\"L3NoZWxsMjAyMTEwMjgucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12544, 1673277950.536033, 1673277950.507100, 0x00000000000000000000ffff2de3fe16, 0, 403, 0, 0, 0, 'https://www.iamctv.com/ALFA_DATA', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L0FMRkFfREFUQQ==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12466, 1673184387.068224, 1673184386.933700, 0x00000000000000000000ffff1419a204, 0, 403, 0, 0, 0, 'https://iamctv.com/', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 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\":1}'),
(12677, 1673797197.024826, 1673797196.998200, 0x00000000000000000000ffff5b6b9f64, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/nd-booking/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Linux; Android 12; SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.5304.141 Mobile Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1ib29raW5nL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1ib29raW5nL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12725, 1673806995.518676, 1673806995.495600, 0x00000000000000000000ffff054bbae4, 0, 403, 0, 0, 0, 'https://www.iamctv.com/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L3ZlbmRvci9waHB1bml0L3BocHVuaXQvc3JjL1V0aWwvUEhQL2V2YWwtc3RkaW4ucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12720, 1673797348.620395, 1673797348.602600, 0x00000000000000000000ffff5b6b9f64, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/membership-for-woocommerce/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Linux; Android 11; ONEPLUS A6013) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Mobile Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tZW1iZXJzaGlwLWZvci13b29jb21tZXJjZS9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tZW1iZXJzaGlwLWZvci13b29jb21tZXJjZS9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12850, 1674094056.448555, 1674094056.426400, 0x00000000000000000000ffff054bcce3, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/wpdiscuz/themes/default/style-rtl.css', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cGRpc2N1ei90aGVtZXMvZGVmYXVsdC9zdHlsZS1ydGwuY3Nz\",\"category\":\"brute-force\",\"ssl\":1}'),
(12721, 1673797358.911430, 1673797358.889300, 0x00000000000000000000ffff5b6b9f64, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/yith-woocommerce-gift-cards-premium/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Linux; Android 11; ONEPLUS A6013) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Mobile Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy95aXRoLXdvb2NvbW1lcmNlLWdpZnQtY2FyZHMtcHJlbWl1bS9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy95aXRoLXdvb2NvbW1lcmNlLWdpZnQtY2FyZHMtcHJlbWl1bS9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12182, 1672199609.742543, 1672199609.720700, 0x00000000000000000000ffff9f41520a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/cgialfa', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvY2dpYWxmYQ==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12343, 1672789876.934278, 1672789876.922100, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/nd-restaurant-reservations/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Linux; Android 11; Lenovo YT-J706X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1yZXN0YXVyYW50LXJlc2VydmF0aW9ucy9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1yZXN0YXVyYW50LXJlc2VydmF0aW9ucy9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12225, 1672547205.242511, 1672547205.099000, 0x00000000000000000000ffffc2a9af27, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/instabuilder2/cache/up.php?x=ooo', '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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pbnN0YWJ1aWxkZXIyL2NhY2hlL3VwLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12185, 1672230489.341570, 1672230489.309300, 0x00000000000000000000ffffab161c0b, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/dos2unix/dos2unix.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9kb3MydW5peC9kb3MydW5peC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12744, 1673806852.467764, 1673806852.446700, 0x00000000000000000000ffff054bbae4, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-booking.php', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L3dwLWJvb2tpbmcucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12667, 1673797116.047475, 1673797116.026400, 0x00000000000000000000ffff5b6b9f64, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/masterstudy-lms-learning-management-system/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tYXN0ZXJzdHVkeS1sbXMtbGVhcm5pbmctbWFuYWdlbWVudC1zeXN0ZW0vcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tYXN0ZXJzdHVkeS1sbXMtbGVhcm5pbmctbWFuYWdlbWVudC1zeXN0ZW0vcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12833, 1674093901.580841, 1674093901.557600, 0x00000000000000000000ffff054bcce3, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-1ogin_bak.php', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L3dwLTFvZ2luX2Jhay5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12743, 1673806860.419253, 1673806860.398500, 0x00000000000000000000ffff054bbae4, 0, 403, 0, 0, 0, 'https://www.iamctv.com/cindex.php', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L2NpbmRleC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12668, 1673797116.039643, 1673797116.026400, 0x00000000000000000000ffff5b6b9f64, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/masterstudy-lms-learning-management-system/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tYXN0ZXJzdHVkeS1sbXMtbGVhcm5pbmctbWFuYWdlbWVudC1zeXN0ZW0vcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tYXN0ZXJzdHVkeS1sbXMtbGVhcm5pbmctbWFuYWdlbWVudC1zeXN0ZW0vcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12834, 1674093891.573798, 1674093891.548400, 0x00000000000000000000ffff054bcce3, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/wp-1ogin_bak.php', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L3dwLWNvbnRlbnQvd3AtMW9naW5fYmFrLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12313, 1672789800.148277, 1672789800.135300, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/ulisting/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91bGlzdGluZy9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91bGlzdGluZy9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12246, 1672615401.158706, 1672615401.136000, 0x00000000000000000000ffffa7ebcc07, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/uploads/typehub/custom/a57bze8931/.__a57bze8931.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\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy90eXBlaHViL2N1c3RvbS9hNTdiemU4OTMxLy5fX2E1N2J6ZTg5MzEucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12271, 1672752796.625987, 1672752796.596200, 0x00000000000000000000ffffab161c0b, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/wpzip/wpzip.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cHppcC93cHppcC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12510, 1673277986.326342, 1673277986.300400, 0x00000000000000000000ffff2de3fe16, 0, 403, 0, 0, 0, 'https://www.iamctv.com/shell.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NoZWxsLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12430, 1672965114.345474, 1672965114.323800, 0x00000000000000000000ffffc3c97be0, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-includes/shell20211028.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\":\"L3dwLWluY2x1ZGVzL3NoZWxsMjAyMTEwMjgucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12449, 1673034728.074542, 1673034728.051400, 0x00000000000000000000ffff4f7c0803, 0, 403, 0, 0, 0, 'https://www.iamctv.com/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}'),
(12514, 1673277985.598015, 1673277985.579000, 0x00000000000000000000ffff2de3fe16, 0, 403, 0, 0, 0, 'https://www.iamctv.com/shells.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NoZWxscy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12496, 1673277902.126880, 1673277902.095200, 0x00000000000000000000ffff2de3fe16, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-backup-sql-302.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWJhY2t1cC1zcWwtMzAyLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12497, 1673277896.402411, 1673277896.369900, 0x00000000000000000000ffff2de3fe16, 0, 403, 0, 0, 0, 'https://www.iamctv.com/system_log.php?bala=up', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3N5c3RlbV9sb2cucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12513, 1673277985.775525, 1673277985.754900, 0x00000000000000000000ffff2de3fe16, 0, 403, 0, 0, 0, 'https://www.iamctv.com/olux.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L29sdXgucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12498, 1673277889.533401, 1673277889.508600, 0x00000000000000000000ffff2de3fe16, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/outcms.php?up=', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvb3V0Y21zLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12511, 1673277986.148411, 1673277986.104200, 0x00000000000000000000ffff2de3fe16, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wso.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dzby5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12512, 1673277985.947571, 1673277985.926500, 0x00000000000000000000ffff2de3fe16, 0, 403, 0, 0, 0, 'https://www.iamctv.com/xleet.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3hsZWV0LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12253, 1672615355.380777, 1672615355.348300, 0x00000000000000000000ffffa7ebcc07, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/uploads/kaswara/fonts_icon/a57bze8931/.__a57bze8931.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\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy9rYXN3YXJhL2ZvbnRzX2ljb24vYTU3YnplODkzMS8uX19hNTdiemU4OTMxLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}');
INSERT INTO `iamc_wfhits` (`id`, `attackLogTime`, `ctime`, `IP`, `jsRun`, `statusCode`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`, `action`, `actionDescription`, `actionData`) VALUES
(12172, 1672199652.704894, 1672199652.680200, 0x00000000000000000000ffff9f41520a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/ubh/up.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91YmgvdXAucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12171, 1672199653.178230, 1672199653.158400, 0x00000000000000000000ffff9f41520a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/index.php?3x=3x', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2luZGV4LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12411, 1672937048.023690, 1672937047.998400, 0x00000000000000000000ffffab161c0b, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/dos2unix/dos2unix.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9kb3MydW5peC9kb3MydW5peC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12412, 1672940750.544135, 1672940750.519100, 0x00000000000000000000ffff1460b0b7, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/fancy-product-designer/inc/custom-image-handler.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9mYW5jeS1wcm9kdWN0LWRlc2lnbmVyL2luYy9jdXN0b20taW1hZ2UtaGFuZGxlci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12425, 1672959628.804530, 1672959628.668200, 0x00000000000000000000ffff2d213ac0, 0, 403, 0, 0, 0, 'https://iamctv.com/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}'),
(12651, 1673797027.370343, 1673797027.343000, 0x00000000000000000000ffff5b6b9f64, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/capability-manager-enhanced/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Linux; Android 11; ONEPLUS A6013) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Mobile Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jYXBhYmlsaXR5LW1hbmFnZXItZW5oYW5jZWQvcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jYXBhYmlsaXR5LW1hbmFnZXItZW5oYW5jZWQvcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12760, 1673865469.220045, 1673865469.079200, 0x00000000000000000000ffffc22614a1, 0, 403, 0, 0, 0, 'https://iamctv.com/components/com_jnews/includes/openflashchart/tmp-upload-images/255test.php?com=123&content=ZWNobyAidmRhZHNmZ2RmIjs%3D', NULL, 'ALittle Client', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"QUxpdHRsZSBDbGllbnQ=\",\"path\":\"L2NvbXBvbmVudHMvY29tX2puZXdzL2luY2x1ZGVzL29wZW5mbGFzaGNoYXJ0L3RtcC11cGxvYWQtaW1hZ2VzLzI1NXRlc3QucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12811, 1674081222.155535, 1674081222.135300, 0x00000000000000000000ffffa877eb1e, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/langar.php', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L3dwLWNvbnRlbnQvbGFuZ2FyLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12812, 1674081215.716640, 1674081215.693300, 0x00000000000000000000ffffa877eb1e, 0, 403, 0, 0, 0, 'https://iamctv.com/test.php?Ghost=send', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L3Rlc3QucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12813, 1674081206.229300, 1674081206.200800, 0x00000000000000000000ffffa877eb1e, 0, 403, 0, 0, 0, 'https://iamctv.com/config.php', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L2NvbmZpZy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12848, 1674093960.900488, 1674093960.712500, 0x00000000000000000000ffff054bcce3, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/ubh/up.php', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91YmgvdXAucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12361, 1672789906.884959, 1672789906.872900, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/capabilities-pro/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jYXBhYmlsaXRpZXMtcHJvL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jYXBhYmlsaXRpZXMtcHJvL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12360, 1672789906.889533, 1672789906.872900, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/capabilities-pro/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jYXBhYmlsaXRpZXMtcHJvL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jYXBhYmlsaXRpZXMtcHJvL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12376, 1672789921.321552, 1672789921.304800, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/ninja-forms/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uaW5qYS1mb3Jtcy9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uaW5qYS1mb3Jtcy9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12377, 1672789921.316574, 1672789921.304800, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/ninja-forms/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uaW5qYS1mb3Jtcy9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uaW5qYS1mb3Jtcy9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12699, 1673797278.922099, 1673797278.898700, 0x00000000000000000000ffff5b6b9f64, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/directorist/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9kaXJlY3RvcmlzdC9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9kaXJlY3RvcmlzdC9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12737, 1673806900.845789, 1673806900.823900, 0x00000000000000000000ffff054bbae4, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/ubh/up.php', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91YmgvdXAucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12706, 1673797304.775508, 1673797304.761500, 0x00000000000000000000ffff5b6b9f64, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/themes/listingo/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvdGhlbWVzL2xpc3RpbmdvL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL2xpc3RpbmdvL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12700, 1673797278.916653, 1673797278.898700, 0x00000000000000000000ffff5b6b9f64, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/directorist/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9kaXJlY3RvcmlzdC9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9kaXJlY3RvcmlzdC9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12841, 1674094004.310535, 1674094004.290700, 0x00000000000000000000ffff054bcce3, 0, 403, 0, 0, 0, 'https://www.iamctv.com/up.php', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L3VwLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12705, 1673797304.779980, 1673797304.761500, 0x00000000000000000000ffff5b6b9f64, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/themes/listingo/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvdGhlbWVzL2xpc3RpbmdvL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL2xpc3RpbmdvL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12688, 1673797229.759047, 1673797229.742900, 0x00000000000000000000ffff5b6b9f64, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/quiz-master-next/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9xdWl6LW1hc3Rlci1uZXh0L3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9xdWl6LW1hc3Rlci1uZXh0L3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12713, 1673797337.981030, 1673797337.957200, 0x00000000000000000000ffff5b6b9f64, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/user-verification/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Linux; Android 11; ONEPLUS A6013) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Mobile Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91c2VyLXZlcmlmaWNhdGlvbi9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91c2VyLXZlcmlmaWNhdGlvbi9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12689, 1673797241.507464, 1673797241.476600, 0x00000000000000000000ffff5b6b9f64, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/ninja-forms/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Linux; Android 12; SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.5304.141 Mobile Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uaW5qYS1mb3Jtcy9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uaW5qYS1mb3Jtcy9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12805, 1674080931.239088, 1674080931.215600, 0x00000000000000000000ffffa877eb1e, 0, 403, 0, 0, 0, 'https://iamctv.com/admin.php', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L2FkbWluLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12806, 1674080924.305078, 1674080924.135200, 0x00000000000000000000ffffa877eb1e, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/t_file_wp/t_file_wp.php?test=hello', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy90X2ZpbGVfd3AvdF9maWxlX3dwLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12337, 1672789866.558209, 1672789866.545700, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/alphabetic-pagination/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Linux; Android 12; SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.5304.141 Mobile Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hbHBoYWJldGljLXBhZ2luYXRpb24vcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hbHBoYWJldGljLXBhZ2luYXRpb24vcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12181, 1672199611.839566, 1672199611.819900, 0x00000000000000000000ffff9f41520a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/templates/beez3/ALFA_DATA', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3RlbXBsYXRlcy9iZWV6My9BTEZBX0RBVEE=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12469, 1673277435.217170, 1673277435.191700, 0x00000000000000000000ffff2de3fe16, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-admin/style.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWFkbWluL3N0eWxlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12467, 1673277457.841959, 1673277457.815000, 0x00000000000000000000ffff2de3fe16, 0, 403, 0, 0, 0, 'https://www.iamctv.com/s_ne.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NfbmUucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12506, 1673277987.045350, 1673277987.024700, 0x00000000000000000000ffff2de3fe16, 0, 403, 0, 0, 0, 'https://www.iamctv.com/x.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3gucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12509, 1673277986.510367, 1673277986.477800, 0x00000000000000000000ffff2de3fe16, 0, 403, 0, 0, 0, 'https://www.iamctv.com/up.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3VwLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12507, 1673277986.863006, 1673277986.842200, 0x00000000000000000000ffff2de3fe16, 0, 403, 0, 0, 0, 'https://www.iamctv.com/1.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"LzEucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12635, 1673774153.870822, 1673774153.713700, 0x00000000000000000000ffffc22614a1, 0, 403, 0, 0, 0, 'https://iamctv.com/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_imaged.php', NULL, 'ALittle Client', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"QUxpdHRsZSBDbGllbnQ=\",\"path\":\"L2NvbXBvbmVudHMvY29tX2puZXdzL2luY2x1ZGVzL29wZW5mbGFzaGNoYXJ0L3BocC1vZmMtbGlicmFyeS9vZmNfdXBsb2FkX2ltYWdlZC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12338, 1672789862.694332, 1672789862.670900, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/booking-calendar/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9ib29raW5nLWNhbGVuZGFyL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9ib29raW5nLWNhbGVuZGFyL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12190, 1672259646.339177, 1672259646.184900, 0x00000000000000000000ffff0d5a1f3c, 0, 403, 0, 0, 0, 'https://iamctv.com/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}'),
(12397, 1672880815.803414, 1672880815.657700, 0x00000000000000000000ffff4f7c0803, 0, 403, 0, 0, 0, 'https://iamctv.com/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}'),
(12402, 1672898751.916182, 1672898751.898200, 0x00000000000000000000ffff141903b3, 0, 403, 0, 0, 0, 'https://iamctv.com/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\":1}'),
(12294, 1672789779.768187, 1672789779.751100, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/scripts-organizer/plugins/meta-box/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Linux; Android 11; ONEPLUS A6013) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Mobile Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zY3JpcHRzLW9yZ2FuaXplci9wbHVnaW5zL21ldGEtYm94L3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zY3JpcHRzLW9yZ2FuaXplci9wbHVnaW5zL21ldGEtYm94L3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12424, 1672940733.388013, 1672940733.249200, 0x00000000000000000000ffff1460b0b7, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/themes/pridmag/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\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3ByaWRtYWcvZGIucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12421, 1672940737.262732, 1672940737.242100, 0x00000000000000000000ffff1460b0b7, 0, 403, 0, 0, 0, 'https://iamctv.com/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}'),
(12453, 1673072716.026967, 1673072715.862900, 0x00000000000000000000ffffc2a9af27, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/instabuilder2/cache/up.php?x=ooo', '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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pbnN0YWJ1aWxkZXIyL2NhY2hlL3VwLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12492, 1673277802.810914, 1673277802.788000, 0x00000000000000000000ffff2de3fe16, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/backup_index.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9iYWNrdXBfaW5kZXgucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12423, 1672940734.669694, 1672940734.645400, 0x00000000000000000000ffff1460b0b7, 0, 403, 0, 0, 0, 'https://iamctv.com/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}'),
(12772, 1673982364.327980, 1673982364.307200, 0x00000000000000000000ffffacae6a59, 0, 403, 0, 0, 0, 'https://iamctv.com/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}'),
(12788, 1674081157.804809, 1674081157.780500, 0x00000000000000000000ffffa877eb1e, 0, 403, 0, 0, 0, 'https://iamctv.com/haders.php', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L2hhZGVycy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12552, 1673438371.834927, 1673438371.693700, 0x00000000000000000000ffff263659eb, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/themes/seotheme/mar.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\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL21hci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12297, 1672789799.082605, 1672789799.064500, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/ulisting/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91bGlzdGluZy9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91bGlzdGluZy9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12658, 1673797044.791115, 1673797044.778300, 0x00000000000000000000ffff5b6b9f64, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/ulisting/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91bGlzdGluZy9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91bGlzdGluZy9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12823, 1674093839.338316, 1674093839.317200, 0x00000000000000000000ffff054bcce3, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/ioptimization/IOptimize.php?rchk=', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9uL0lPcHRpbWl6ZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12752, 1673806783.330076, 1673806783.282200, 0x00000000000000000000ffff054bbae4, 0, 403, 0, 0, 0, 'https://www.iamctv.com/index.php?3x=3x', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L2luZGV4LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12822, 1674093844.966302, 1674093844.942100, 0x00000000000000000000ffff054bcce3, 0, 403, 0, 0, 0, 'https://www.iamctv.com/xmlrp.php?url=https%3A%2F%2Fraw.githubusercontent.com%2Fcarlosdechia%2Fcarlosdechia%2Fmain%2FExV1', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L3htbHJwLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12198, 1672275547.006490, 1672275546.985200, 0x00000000000000000000ffff416cfdfc, 0, 403, 0, 0, 0, 'https://iamctv.com/abruzi.php4', '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\":\"L2FicnV6aS5waHA0\",\"category\":\"brute-force\",\"ssl\":1}'),
(12769, 1673982364.572869, 1673982364.523400, 0x00000000000000000000ffffacae6a59, 0, 403, 0, 0, 0, 'https://iamctv.com/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\":1}'),
(12308, 1672789803.924455, 1672789803.901000, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/nd-shortcodes/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1zaG9ydGNvZGVzL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1zaG9ydGNvZGVzL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12468, 1673277440.456150, 1673277440.433800, 0x00000000000000000000ffff2de3fe16, 0, 403, 0, 0, 0, 'https://www.iamctv.com/s_e.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NfZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12508, 1673277986.689469, 1673277986.670400, 0x00000000000000000000ffff2de3fe16, 0, 403, 0, 0, 0, 'https://www.iamctv.com/upload.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3VwbG9hZC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12054, 1672022505.490337, 1672022505.470400, 0x00000000000000000000ffff93b69a9a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/db-cache.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvZGItY2FjaGUucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12055, 1672022498.130046, 1672022498.109700, 0x00000000000000000000ffff93b69a9a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/gank.php.PhP', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2dhbmsucGhwLlBoUA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12167, 1672199654.159852, 1672199654.139700, 0x00000000000000000000ffff9f41520a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/shell.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NoZWxsLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12056, 1672022495.497539, 1672022495.464200, 0x00000000000000000000ffff93b69a9a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-plugins.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLXBsdWdpbnMucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12316, 1672789818.541812, 1672789818.523800, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/wp-file-manager/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1maWxlLW1hbmFnZXIvcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1maWxlLW1hbmFnZXIvcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12292, 1672789778.635283, 1672789778.618800, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/scripts-organizer/plugins/meta-box/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Linux; Android 11; ONEPLUS A6013) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Mobile Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zY3JpcHRzLW9yZ2FuaXplci9wbHVnaW5zL21ldGEtYm94L3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zY3JpcHRzLW9yZ2FuaXplci9wbHVnaW5zL21ldGEtYm94L3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12393, 1672863257.087082, 1672863257.064000, 0x00000000000000000000ffffc2a9af27, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/instabuilder2/cache/up.php?x=ooo', '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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pbnN0YWJ1aWxkZXIyL2NhY2hlL3VwLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12464, 1673184387.398610, 1673184387.379300, 0x00000000000000000000ffff1419a204, 0, 403, 0, 0, 0, 'https://iamctv.com/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\":1}'),
(12505, 1673277987.218774, 1673277987.197100, 0x00000000000000000000ffff2de3fe16, 0, 403, 0, 0, 0, 'https://www.iamctv.com/z.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3oucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12522, 1673277969.816164, 1673277969.793000, 0x00000000000000000000ffff2de3fe16, 0, 403, 0, 0, 0, 'https://www.iamctv.com/sites/default/files/alfacgiapi', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NpdGVzL2RlZmF1bHQvZmlsZXMvYWxmYWNnaWFwaQ==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12404, 1672898751.671608, 1672898751.525400, 0x00000000000000000000ffff141903b3, 0, 403, 0, 0, 0, 'https://iamctv.com/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\":1}'),
(12364, 1672789913.354040, 1672789913.333100, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/capability-manager-enhanced/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Linux; Android 12; SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.5304.141 Mobile Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jYXBhYmlsaXR5LW1hbmFnZXItZW5oYW5jZWQvcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jYXBhYmlsaXR5LW1hbmFnZXItZW5oYW5jZWQvcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12443, 1672996208.796372, 1672996208.775700, 0x00000000000000000000ffff287c36e2, 0, 403, 0, 0, 0, 'https://iamctv.com/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\":1}'),
(12403, 1672898751.908334, 1672898751.888200, 0x00000000000000000000ffff141903b3, 0, 403, 0, 0, 0, 'https://iamctv.com/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}'),
(12125, 1672199315.176344, 1672199315.012300, 0x00000000000000000000ffff9f41520a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-signin.php?dizo=&ping=', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLXNpZ25pbi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12317, 1672789818.536468, 1672789818.523800, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/wp-file-manager/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1maWxlLW1hbmFnZXIvcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1maWxlLW1hbmFnZXIvcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12274, 1672786345.460259, 1672786345.435200, 0x00000000000000000000ffffade69d7c, 0, 403, 0, 0, 0, 'https://iamctv.com/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}'),
(12309, 1672789803.915188, 1672789803.901000, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/nd-shortcodes/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1zaG9ydGNvZGVzL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1zaG9ydGNvZGVzL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12529, 1673277961.636418, 1673277961.601500, 0x00000000000000000000ffff2de3fe16, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/ALFA_DATA', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvQUxGQV9EQVRB\",\"category\":\"brute-force\",\"ssl\":1}'),
(12243, 1672615420.575708, 1672615420.439800, 0x00000000000000000000ffffa7ebcc07, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-admin/admin-ajax.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\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12236, 1672615461.113223, 1672615461.093500, 0x00000000000000000000ffffa7ebcc07, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/wp-file-manager/lib/php/connector.minimal.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1maWxlLW1hbmFnZXIvbGliL3BocC9jb25uZWN0b3IubWluaW1hbC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}');
INSERT INTO `iamc_wfhits` (`id`, `attackLogTime`, `ctime`, `IP`, `jsRun`, `statusCode`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`, `action`, `actionDescription`, `actionData`) VALUES
(12279, 1672789737.053493, 1672789737.039700, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/mstore-api/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Linux; Android 11; ONEPLUS A6013) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Mobile Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tc3RvcmUtYXBpL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tc3RvcmUtYXBpL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12280, 1672789756.408250, 1672789756.391900, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/masterstudy-lms-learning-management-system/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tYXN0ZXJzdHVkeS1sbXMtbGVhcm5pbmctbWFuYWdlbWVudC1zeXN0ZW0vcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tYXN0ZXJzdHVkeS1sbXMtbGVhcm5pbmctbWFuYWdlbWVudC1zeXN0ZW0vcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12126, 1672199292.590440, 1672199292.559800, 0x00000000000000000000ffff9f41520a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/ups.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3Vwcy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12293, 1672789778.631020, 1672789778.618800, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/scripts-organizer/plugins/meta-box/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Linux; Android 11; ONEPLUS A6013) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Mobile Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zY3JpcHRzLW9yZ2FuaXplci9wbHVnaW5zL21ldGEtYm94L3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zY3JpcHRzLW9yZ2FuaXplci9wbHVnaW5zL21ldGEtYm94L3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12255, 1672615350.199760, 1672615350.180500, 0x00000000000000000000ffffa7ebcc07, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/wp-engine-module/a57bze8931.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1lbmdpbmUtbW9kdWxlL2E1N2J6ZTg5MzEucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12254, 1672615354.055830, 1672615353.883400, 0x00000000000000000000ffffa7ebcc07, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-admin/admin-ajax.php?action=uploadFontIcon', '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\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12369, 1672789910.443155, 1672789910.430000, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/image-hover-effects-ultimate/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Linux; Android 11; Lenovo YT-J706X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pbWFnZS1ob3Zlci1lZmZlY3RzLXVsdGltYXRlL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pbWFnZS1ob3Zlci1lZmZlY3RzLXVsdGltYXRlL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12362, 1672789914.105304, 1672789914.086000, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/capability-manager-enhanced/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Linux; Android 12; SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.5304.141 Mobile Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jYXBhYmlsaXR5LW1hbmFnZXItZW5oYW5jZWQvcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jYXBhYmlsaXR5LW1hbmFnZXItZW5oYW5jZWQvcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12363, 1672789914.100803, 1672789914.086000, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/capability-manager-enhanced/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Linux; Android 12; SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.5304.141 Mobile Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jYXBhYmlsaXR5LW1hbmFnZXItZW5oYW5jZWQvcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jYXBhYmlsaXR5LW1hbmFnZXItZW5oYW5jZWQvcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12474, 1673277604.609440, 1673277604.582300, 0x00000000000000000000ffff2de3fe16, 0, 403, 0, 0, 0, 'https://www.iamctv.com/qindex.php?daksldlkdsadas=1', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3FpbmRleC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12527, 1673277963.164846, 1673277963.143600, 0x00000000000000000000ffff2de3fe16, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/cgialfa', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvY2dpYWxmYQ==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12475, 1673277597.661546, 1673277597.638300, 0x00000000000000000000ffff2de3fe16, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-admin.php?daksldlkdsadas=1', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWFkbWluLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12476, 1673277587.107863, 1673277587.082800, 0x00000000000000000000ffff2de3fe16, 0, 403, 0, 0, 0, 'https://www.iamctv.com/xmlrpcs.php?daksldlkdsadas=1', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3htbHJwY3MucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12526, 1673277963.906071, 1673277963.884200, 0x00000000000000000000ffff2de3fe16, 0, 403, 0, 0, 0, 'https://www.iamctv.com/templates/beez3/ALFA_DATA', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3RlbXBsYXRlcy9iZWV6My9BTEZBX0RBVEE=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12477, 1673277572.981354, 1673277572.958000, 0x00000000000000000000ffff2de3fe16, 0, 403, 0, 0, 0, 'https://www.iamctv.com/xmrlpc.php?daksldlkdsadas=1', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3htcmxwYy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12525, 1673277964.658364, 1673277964.623100, 0x00000000000000000000ffff2de3fe16, 0, 403, 0, 0, 0, 'https://www.iamctv.com/templates/beez3/alfacgiapi', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3RlbXBsYXRlcy9iZWV6My9hbGZhY2dpYXBp\",\"category\":\"brute-force\",\"ssl\":1}'),
(12521, 1673277970.624285, 1673277970.598300, 0x00000000000000000000ffff2de3fe16, 0, 403, 0, 0, 0, 'https://www.iamctv.com/sites/default/files/cgialfa', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NpdGVzL2RlZmF1bHQvZmlsZXMvY2dpYWxmYQ==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12484, 1673277659.400471, 1673277659.376300, 0x00000000000000000000ffff2de3fe16, 0, 403, 0, 0, 0, 'https://www.iamctv.com/ups.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3Vwcy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12520, 1673277971.392744, 1673277971.372300, 0x00000000000000000000ffff2de3fe16, 0, 403, 0, 0, 0, 'https://www.iamctv.com/admin/controller/extension/extension/ALFA_DATA', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FkbWluL2NvbnRyb2xsZXIvZXh0ZW5zaW9uL2V4dGVuc2lvbi9BTEZBX0RBVEE=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12166, 1672199654.332736, 1672199654.313700, 0x00000000000000000000ffff9f41520a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/up.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3VwLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12057, 1672022488.085197, 1672022488.063800, 0x00000000000000000000ffff93b69a9a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/legion.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2xlZ2lvbi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12330, 1672789849.755092, 1672789849.740500, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/nd-learning/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Linux; Android 12; SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.5304.141 Mobile Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1sZWFybmluZy9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1sZWFybmluZy9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12471, 1673277431.250525, 1673277431.218600, 0x00000000000000000000ffff2de3fe16, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-load.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWxvYWQucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12480, 1673277528.217806, 1673277528.191600, 0x00000000000000000000ffff2de3fe16, 0, 403, 0, 0, 0, 'https://www.iamctv.com/lock360.php?daksldlkdsadas=1', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2xvY2szNjAucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12278, 1672789737.057857, 1672789737.039700, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/mstore-api/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Linux; Android 11; ONEPLUS A6013) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Mobile Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tc3RvcmUtYXBpL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tc3RvcmUtYXBpL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12237, 1672615452.200245, 1672615452.176700, 0x00000000000000000000ffffa7ebcc07, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/king.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\":\"L3dwLWNvbnRlbnQva2luZy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12282, 1672789753.872523, 1672789753.854500, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/shortcode-addons/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaG9ydGNvZGUtYWRkb25zL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaG9ydGNvZGUtYWRkb25zL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12473, 1673277610.141460, 1673277610.110100, 0x00000000000000000000ffff2de3fe16, 0, 403, 0, 0, 0, 'https://www.iamctv.com/doc.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2RvYy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12234, 0.000000, 1672612185.631248, 0x00000000000000000000ffff49b89592, 0, 200, 0, 1, 0, 'https://www.iamctv.com/ogbongastore/?action=logout&_wpnonce=c6fbcc1d90', 'https://www.iamctv.com/wp-admin/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36', 'logout', NULL, NULL),
(12231, 1672566579.991240, 1672566579.856300, 0x00000000000000000000ffffab161c0b, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/wpputty/wpputty.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cHB1dHR5L3dwcHV0dHkucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12281, 1672789756.404065, 1672789756.391900, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/masterstudy-lms-learning-management-system/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tYXN0ZXJzdHVkeS1sbXMtbGVhcm5pbmctbWFuYWdlbWVudC1zeXN0ZW0vcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tYXN0ZXJzdHVkeS1sbXMtbGVhcm5pbmctbWFuYWdlbWVudC1zeXN0ZW0vcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12472, 1673277429.985242, 1673277429.819900, 0x00000000000000000000ffff2de3fe16, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-load.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWxvYWQucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12528, 1673277962.425679, 1673277962.384300, 0x00000000000000000000ffff2de3fe16, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/alfacgiapi', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvYWxmYWNnaWFwaQ==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12463, 1673184387.577509, 1673184387.558900, 0x00000000000000000000ffff1419a204, 0, 403, 0, 0, 0, 'https://iamctv.com/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\":1}'),
(12319, 1672789817.708871, 1672789817.696100, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/wp-file-manager/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1maWxlLW1hbmFnZXIvcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1maWxlLW1hbmFnZXIvcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12307, 1672789806.189256, 1672789806.176700, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/armember-membership/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hcm1lbWJlci1tZW1iZXJzaGlwL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hcm1lbWJlci1tZW1iZXJzaGlwL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12422, 1672940735.937545, 1672940735.767200, 0x00000000000000000000ffff1460b0b7, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/index.php?x=ooo', '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\":\"L3dwLWNvbnRlbnQvaW5kZXgucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12318, 1672789817.713606, 1672789817.696100, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/wp-file-manager/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1maWxlLW1hbmFnZXIvcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1maWxlLW1hbmFnZXIvcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12485, 1673277687.765011, 1673277687.744800, 0x00000000000000000000ffff2de3fe16, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-includes/wp-class.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWluY2x1ZGVzL3dwLWNsYXNzLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12461, 1673184387.757042, 1673184387.739000, 0x00000000000000000000ffff1419a204, 0, 403, 0, 0, 0, 'https://iamctv.com/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\":1}'),
(12814, 1674081199.562669, 1674081199.541400, 0x00000000000000000000ffffa877eb1e, 0, 403, 0, 0, 0, 'https://iamctv.com/upload.php', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L3VwbG9hZC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12815, 1674081195.729897, 1674081195.701400, 0x00000000000000000000ffffa877eb1e, 0, 403, 0, 0, 0, 'https://iamctv.com/up.php', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L3VwLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12605, 1673745467.817272, 1673745467.796700, 0x00000000000000000000ffff054bbae4, 0, 403, 0, 0, 0, 'https://www.iamctv.com/abruzi.php4', '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\":\"L2FicnV6aS5waHA0\",\"category\":\"brute-force\",\"ssl\":1}'),
(12612, 1673766972.408399, 1673766972.389000, 0x00000000000000000000ffff58630c6f, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/uploads/wp_live_chat/abruzi.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\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy93cF9saXZlX2NoYXQvYWJydXppLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12606, 1673745464.437442, 1673745464.405700, 0x00000000000000000000ffff054bbae4, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-admin/admin-ajax.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\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12611, 1673766976.386071, 1673766976.236600, 0x00000000000000000000ffff58630c6f, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-admin/admin.php?page=html2wp-settings', '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\":\"L3dwLWFkbWluL2FkbWluLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12276, 1672789731.739596, 1672789731.599400, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/mstore-api/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Linux; Android 11; ONEPLUS A6013) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Mobile Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tc3RvcmUtYXBpL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tc3RvcmUtYXBpL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12418, 1672940740.525484, 1672940740.506600, 0x00000000000000000000ffff1460b0b7, 0, 403, 0, 0, 0, 'https://iamctv.com/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}'),
(12493, 1673277787.074005, 1673277787.046100, 0x00000000000000000000ffff2de3fe16, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-booking.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWJvb2tpbmcucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12452, 1673061983.782041, 1673061983.619000, 0x00000000000000000000ffffc21ac0e0, 0, 403, 0, 0, 0, 'https://iamctv.com/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}'),
(12301, 1672789796.062255, 1672789796.049600, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/ultimate-member/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Linux; Android 11; ONEPLUS A6013) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Mobile Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91bHRpbWF0ZS1tZW1iZXIvcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91bHRpbWF0ZS1tZW1iZXIvcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12436, 1672967839.330334, 1672967839.190600, 0x00000000000000000000ffffab161c0b, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/wpputty/wpputty.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cHB1dHR5L3dwcHV0dHkucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12268, 1672741033.690187, 1672741033.552300, 0x00000000000000000000ffffc2a9af27, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/instabuilder2/cache/up.php?x=ooo', '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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pbnN0YWJ1aWxkZXIyL2NhY2hlL3VwLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12661, 1673797097.334545, 1673797097.311900, 0x00000000000000000000ffff5b6b9f64, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/shortcode-addons/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaG9ydGNvZGUtYWRkb25zL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaG9ydGNvZGUtYWRkb25zL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12825, 1674093824.402907, 1674093824.378800, 0x00000000000000000000ffff054bcce3, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/backup_index.php', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9iYWNrdXBfaW5kZXgucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12383, 1672824530.390566, 1672824530.257900, 0x00000000000000000000ffffab161c0b, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/wpputty/wpputty.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cHB1dHR5L3dwcHV0dHkucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12417, 1672940741.465737, 1672940741.435600, 0x00000000000000000000ffff1460b0b7, 0, 403, 0, 0, 0, 'https://iamctv.com/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}'),
(12652, 1673797027.364042, 1673797027.343000, 0x00000000000000000000ffff5b6b9f64, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/capability-manager-enhanced/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Linux; Android 11; ONEPLUS A6013) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Mobile Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jYXBhYmlsaXR5LW1hbmFnZXItZW5oYW5jZWQvcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jYXBhYmlsaXR5LW1hbmFnZXItZW5oYW5jZWQvcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12653, 1673797033.540909, 1673797033.523500, 0x00000000000000000000ffff5b6b9f64, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/capabilities-pro/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jYXBhYmlsaXRpZXMtcHJvL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jYXBhYmlsaXRpZXMtcHJvL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12245, 1672615412.772773, 1672615412.752600, 0x00000000000000000000ffffa7ebcc07, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/superstorefinder-wp/ssf-wp-admin/pages/import.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zdXBlcnN0b3JlZmluZGVyLXdwL3NzZi13cC1hZG1pbi9wYWdlcy9pbXBvcnQucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12820, 1674081162.911637, 1674081162.887400, 0x00000000000000000000ffffa877eb1e, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/wp-old-index.php?action=login&pass=-1&submit=', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L3dwLWNvbnRlbnQvd3Atb2xkLWluZGV4LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12657, 1673797044.795040, 1673797044.778300, 0x00000000000000000000ffff5b6b9f64, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/ulisting/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91bGlzdGluZy9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91bGlzdGluZy9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12656, 1673797051.734245, 1673797051.720400, 0x00000000000000000000ffff5b6b9f64, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/image-hover-effects-ultimate/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Linux; Android 12; SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.5304.141 Mobile Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pbWFnZS1ob3Zlci1lZmZlY3RzLXVsdGltYXRlL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pbWFnZS1ob3Zlci1lZmZlY3RzLXVsdGltYXRlL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12277, 1672789731.734908, 1672789731.599400, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/mstore-api/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Linux; Android 11; ONEPLUS A6013) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Mobile Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tc3RvcmUtYXBpL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tc3RvcmUtYXBpL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12499, 1673277988.311761, 1673277988.292400, 0x00000000000000000000ffff2de3fe16, 0, 403, 0, 0, 0, 'https://www.iamctv.com/templates/beez3/index.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3RlbXBsYXRlcy9iZWV6My9pbmRleC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12500, 1673277988.138297, 1673277988.115400, 0x00000000000000000000ffff2de3fe16, 0, 403, 0, 0, 0, 'https://www.iamctv.com/config.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2NvbmZpZy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12437, 1672988842.943121, 1672988842.918700, 0x00000000000000000000ffffade69d7c, 0, 403, 0, 0, 0, 'https://iamctv.com/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}'),
(12801, 1674080978.758901, 1674080978.739100, 0x00000000000000000000ffffa877eb1e, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/db_cache.php', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L3dwLWNvbnRlbnQvZGJfY2FjaGUucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12773, 1673982364.175023, 1673982364.029600, 0x00000000000000000000ffffacae6a59, 0, 403, 0, 0, 0, 'https://iamctv.com/', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 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\":1}'),
(12749, 1673806797.074621, 1673806797.054600, 0x00000000000000000000ffff054bbae4, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/db_cache.php', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L3dwLWNvbnRlbnQvZGJfY2FjaGUucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12662, 1673797097.326376, 1673797097.311900, 0x00000000000000000000ffff5b6b9f64, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/shortcode-addons/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaG9ydGNvZGUtYWRkb25zL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaG9ydGNvZGUtYWRkb25zL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12748, 1673806817.159476, 1673806817.135600, 0x00000000000000000000ffff054bbae4, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/ioptimization/IOptimize.php?rchk=', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9uL0lPcHRpbWl6ZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12826, 1674093819.842434, 1674093819.820900, 0x00000000000000000000ffff054bcce3, 0, 403, 0, 0, 0, 'https://www.iamctv.com/boom.php?x=', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L2Jvb20ucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12827, 1674093814.987185, 1674093814.850500, 0x00000000000000000000ffff054bcce3, 0, 403, 0, 0, 0, 'https://www.iamctv.com/index.php?3x=3x', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L2luZGV4LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12828, 1674093786.348761, 1674093786.320000, 0x00000000000000000000ffff054bcce3, 0, 403, 0, 0, 0, 'https://www.iamctv.com/admin.php', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L2FkbWluLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12829, 1674093777.824408, 1674093777.803000, 0x00000000000000000000ffff054bcce3, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/t_file_wp/t_file_wp.php?test=hello', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy90X2ZpbGVfd3AvdF9maWxlX3dwLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12830, 1674093768.250481, 1674093768.222600, 0x00000000000000000000ffff054bcce3, 0, 403, 0, 0, 0, 'https://www.iamctv.com/moduless.php', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L21vZHVsZXNzLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12643, 1673796978.662004, 1673796978.642100, 0x00000000000000000000ffff5b6b9f64, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/wp-time-capsule/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC10aW1lLWNhcHN1bGUvcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC10aW1lLWNhcHN1bGUvcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12504, 1673277987.417700, 1673277987.381300, 0x00000000000000000000ffff2de3fe16, 0, 403, 0, 0, 0, 'https://www.iamctv.com/a.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2EucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12460, 1673184387.935633, 1673184387.917400, 0x00000000000000000000ffff1419a204, 0, 403, 0, 0, 0, 'https://iamctv.com/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\":1}');
INSERT INTO `iamc_wfhits` (`id`, `attackLogTime`, `ctime`, `IP`, `jsRun`, `statusCode`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`, `action`, `actionDescription`, `actionData`) VALUES
(12483, 1673277663.718177, 1673277663.690800, 0x00000000000000000000ffff2de3fe16, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-signin.php?dizo=&ping=', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLXNpZ25pbi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12462, 1673184387.607778, 1673184387.589000, 0x00000000000000000000ffff1419a204, 0, 403, 0, 0, 0, 'https://iamctv.com/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\":1}'),
(12407, 1672924413.429833, 1672924413.288500, 0x00000000000000000000ffffc22614a1, 0, 403, 0, 0, 0, 'https://iamctv.com/administrator/components/com_civicrm/civicrm/packages/OpenFlashChart/php-ofc-library/ofc_upload_image.php', NULL, 'ALittle Client', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"QUxpdHRsZSBDbGllbnQ=\",\"path\":\"L2FkbWluaXN0cmF0b3IvY29tcG9uZW50cy9jb21fY2l2aWNybS9jaXZpY3JtL3BhY2thZ2VzL09wZW5GbGFzaENoYXJ0L3BocC1vZmMtbGlicmFyeS9vZmNfdXBsb2FkX2ltYWdlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12640, 1673796969.486118, 1673796969.361600, 0x00000000000000000000ffff5b6b9f64, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/iwp-client/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Linux; Android 11; Lenovo YT-J706X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pd3AtY2xpZW50L3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pd3AtY2xpZW50L3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12787, 1674064308.891583, 1674064308.715600, 0x00000000000000000000ffffc21ac0f5, 0, 403, 0, 0, 0, 'https://iamctv.com/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}'),
(12519, 1673277972.160004, 1673277972.140700, 0x00000000000000000000ffff2de3fe16, 0, 403, 0, 0, 0, 'https://www.iamctv.com/admin/controller/extension/extension/alfacgiapi', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FkbWluL2NvbnRyb2xsZXIvZXh0ZW5zaW9uL2V4dGVuc2lvbi9hbGZhY2dpYXBp\",\"category\":\"brute-force\",\"ssl\":1}'),
(12459, 1673171270.437410, 1673171270.292100, 0x00000000000000000000ffffc22614a1, 0, 403, 0, 0, 0, 'https://iamctv.com/typo3conf/ext/hi_surveystats/res/php-ofc-library/ofc_upload_image.php', NULL, 'ALittle Client', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"QUxpdHRsZSBDbGllbnQ=\",\"path\":\"L3R5cG8zY29uZi9leHQvaGlfc3VydmV5c3RhdHMvcmVzL3BocC1vZmMtbGlicmFyeS9vZmNfdXBsb2FkX2ltYWdlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12486, 1673277771.462396, 1673277771.435000, 0x00000000000000000000ffff2de3fe16, 0, 403, 0, 0, 0, 'https://www.iamctv.com/css.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2Nzcy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12487, 1673277864.085694, 1673277864.062400, 0x00000000000000000000ffff2de3fe16, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/db-cache.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvZGItY2FjaGUucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12853, 1674094040.740604, 1674094040.717900, 0x00000000000000000000ffff054bcce3, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/langar.php', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L3dwLWNvbnRlbnQvbGFuZ2FyLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12858, 1674109460.402720, 1674109460.264300, 0x00000000000000000000ffff2b829ab9, 0, 403, 0, 0, 0, 'https://www.iamctv.com/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}'),
(12854, 1674094031.568739, 1674094031.539000, 0x00000000000000000000ffff054bcce3, 0, 403, 0, 0, 0, 'https://www.iamctv.com/test.php?Ghost=send', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L3Rlc3QucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12770, 1673982364.482514, 1673982364.459200, 0x00000000000000000000ffffacae6a59, 0, 403, 0, 0, 0, 'https://iamctv.com/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\":1}'),
(12802, 1674080972.471044, 1674080972.450700, 0x00000000000000000000ffffa877eb1e, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/backup_index.php', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9iYWNrdXBfaW5kZXgucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12803, 1674080970.407197, 1674080970.386400, 0x00000000000000000000ffffa877eb1e, 0, 403, 0, 0, 0, 'https://iamctv.com/boom.php?x=', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L2Jvb20ucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12454, 1673072686.436386, 1673072686.302800, 0x00000000000000000000ffffc2a9af27, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-admin/admin-post.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\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12384, 1672824625.110784, 1672824624.952900, 0x00000000000000000000ffffab161c0b, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/dos2unix/dos2unix.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9kb3MydW5peC9kb3MydW5peC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12790, 1674081116.421874, 1674081116.399200, 0x00000000000000000000ffffa877eb1e, 0, 403, 0, 0, 0, 'https://iamctv.com/old-index.php', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L29sZC1pbmRleC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12382, 1672824551.414348, 1672824551.388700, 0x00000000000000000000ffffab161c0b, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/wpyii2/wpyii2.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cHlpaTIvd3B5aWkyLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12482, 1673277674.263719, 1673277674.236900, 0x00000000000000000000ffff2de3fe16, 0, 403, 0, 0, 0, 'https://www.iamctv.com/media-admin.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L21lZGlhLWFkbWluLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12503, 1673277987.606894, 1673277987.581000, 0x00000000000000000000ffff2de3fe16, 0, 403, 0, 0, 0, 'https://www.iamctv.com/test.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3Rlc3QucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12642, 1673796984.360182, 1673796984.346900, 0x00000000000000000000ffff5b6b9f64, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/themegrill-demo-importer/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy90aGVtZWdyaWxsLWRlbW8taW1wb3J0ZXIvcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy90aGVtZWdyaWxsLWRlbW8taW1wb3J0ZXIvcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12381, 1672823380.001906, 1672823379.866400, 0x00000000000000000000ffffc22614a1, 0, 403, 0, 0, 0, 'https://iamctv.com/ofc/php-ofc-library/ofc_upload_image.php', NULL, 'ALittle Client', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"QUxpdHRsZSBDbGllbnQ=\",\"path\":\"L29mYy9waHAtb2ZjLWxpYnJhcnkvb2ZjX3VwbG9hZF9pbWFnZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12798, 1674081020.560374, 1674081020.536700, 0x00000000000000000000ffffa877eb1e, 0, 403, 0, 0, 0, 'https://iamctv.com/alfindex.php', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L2FsZmluZGV4LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12775, 1673982364.084988, 1673982363.942600, 0x00000000000000000000ffffacae6a59, 0, 403, 0, 0, 0, 'https://iamctv.com/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}'),
(12385, 1672824582.185202, 1672824582.163600, 0x00000000000000000000ffffab161c0b, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/wpzip/wpzip.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cHppcC93cHppcC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12663, 1673797110.022935, 1673797110.005700, 0x00000000000000000000ffff5b6b9f64, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/wp-file-manager/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1maWxlLW1hbmFnZXIvcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1maWxlLW1hbmFnZXIvcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12380, 1672800350.096000, 1672800349.964400, 0x00000000000000000000ffffc26e7349, 0, 403, 0, 0, 0, 'https://iamctv.com/', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IHJ2OjQ1LjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvNDUuMA==\",\"path\":\"Lw==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12800, 1674080985.568386, 1674080985.547800, 0x00000000000000000000ffffa877eb1e, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/ioptimization/IOptimize.php?rchk=', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9uL0lPcHRpbWl6ZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12774, 1673982364.151724, 1673982363.950900, 0x00000000000000000000ffffacae6a59, 0, 403, 0, 0, 0, 'https://iamctv.com/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\":1}'),
(12799, 1674081003.490114, 1674081003.464300, 0x00000000000000000000ffffa877eb1e, 0, 403, 0, 0, 0, 'https://iamctv.com/xmlrp.php?url=https%3A%2F%2Fraw.githubusercontent.com%2Fcarlosdechia%2Fcarlosdechia%2Fmain%2FExV1', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L3htbHJwLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12420, 1672940738.431858, 1672940738.409000, 0x00000000000000000000ffff1460b0b7, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/linkpreview/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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9saW5rcHJldmlldy9kYi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12639, 1673796969.490933, 1673796969.361600, 0x00000000000000000000ffff5b6b9f64, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/iwp-client/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Linux; Android 11; Lenovo YT-J706X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pd3AtY2xpZW50L3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pd3AtY2xpZW50L3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12742, 1673806863.471354, 1673806863.449800, 0x00000000000000000000ffff054bbae4, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/wp-1ogin_bak.php', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L3dwLWNvbnRlbnQvd3AtMW9naW5fYmFrLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12523, 1673277966.393788, 1673277966.373800, 0x00000000000000000000ffff2de3fe16, 0, 403, 0, 0, 0, 'https://www.iamctv.com/sites/default/files/ALFA_DATA', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NpdGVzL2RlZmF1bHQvZmlsZXMvQUxGQV9EQVRB\",\"category\":\"brute-force\",\"ssl\":1}'),
(12465, 1673184387.101750, 1673184386.964800, 0x00000000000000000000ffff1419a204, 0, 403, 0, 0, 0, 'https://iamctv.com/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\":1}'),
(12479, 1673277549.861926, 1673277549.722400, 0x00000000000000000000ffff2de3fe16, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-load.php?daksldlkdsadas=1', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWxvYWQucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12796, 1674081041.318719, 1674081041.291100, 0x00000000000000000000ffffa877eb1e, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-booking.php', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L3dwLWJvb2tpbmcucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12797, 1674081027.072089, 1674081027.033800, 0x00000000000000000000ffffa877eb1e, 0, 403, 0, 0, 0, 'https://iamctv.com/alfa.php', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L2FsZmEucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12348, 1672789868.605391, 1672789868.589600, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/alphabetic-pagination/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Linux; Android 12; SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.5304.141 Mobile Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hbHBoYWJldGljLXBhZ2luYXRpb24vcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hbHBoYWJldGljLXBhZ2luYXRpb24vcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12349, 1672789868.601296, 1672789868.589600, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/alphabetic-pagination/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Linux; Android 12; SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.5304.141 Mobile Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hbHBoYWJldGljLXBhZ2luYXRpb24vcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hbHBoYWJldGljLXBhZ2luYXRpb24vcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12347, 1672789874.055984, 1672789874.043100, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/woo-refund-and-exchange-lite/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93b28tcmVmdW5kLWFuZC1leGNoYW5nZS1saXRlL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93b28tcmVmdW5kLWFuZC1leGNoYW5nZS1saXRlL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12287, 1672789749.708466, 1672789749.696700, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/vc-tabs/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy92Yy10YWJzL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy92Yy10YWJzL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12286, 1672789749.714582, 1672789749.696700, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/vc-tabs/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy92Yy10YWJzL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy92Yy10YWJzL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12284, 1672789753.052769, 1672789753.035900, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/shortcode-addons/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaG9ydGNvZGUtYWRkb25zL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaG9ydGNvZGUtYWRkb25zL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12285, 1672789753.048846, 1672789753.035900, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/shortcode-addons/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaG9ydGNvZGUtYWRkb25zL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaG9ydGNvZGUtYWRkb25zL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12419, 1672940739.373257, 1672940739.354400, 0x00000000000000000000ffff1460b0b7, 0, 403, 0, 0, 0, 'https://iamctv.com/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}'),
(12413, 1672940748.781883, 1672940748.753500, 0x00000000000000000000ffff1460b0b7, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/fancy-product-designer/inc/custom-image-handler.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9mYW5jeS1wcm9kdWN0LWRlc2lnbmVyL2luYy9jdXN0b20taW1hZ2UtaGFuZGxlci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12409, 1672937007.732977, 1672937007.704100, 0x00000000000000000000ffffab161c0b, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/wpyii2/wpyii2.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cHlpaTIvd3B5aWkyLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12323, 1672789830.055657, 1672789830.043800, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/woo-product-table/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Linux; Android 12; SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.5304.141 Mobile Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93b28tcHJvZHVjdC10YWJsZS9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93b28tcHJvZHVjdC10YWJsZS9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12322, 1672789830.059527, 1672789830.043800, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/woo-product-table/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Linux; Android 12; SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.5304.141 Mobile Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93b28tcHJvZHVjdC10YWJsZS9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93b28tcHJvZHVjdC10YWJsZS9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12396, 1672880821.947480, 1672880821.927700, 0x00000000000000000000ffff4f7c0803, 0, 403, 0, 0, 0, 'https://iamctv.com/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}'),
(12433, 1672967917.256716, 1672967917.117900, 0x00000000000000000000ffffab161c0b, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/dos2unix/dos2unix.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9kb3MydW5peC9kb3MydW5peC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12532, 1673277959.397345, 1673277959.374100, 0x00000000000000000000ffff2de3fe16, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-admin/ALFA_DATA', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWFkbWluL0FMRkFfREFUQQ==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12238, 1672615446.372639, 1672615446.350700, 0x00000000000000000000ffffa7ebcc07, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/uploads/html2wp/abruzi.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\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy9odG1sMndwL2FicnV6aS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12859, 1674144077.405631, 1674144077.251700, 0x00000000000000000000ffffc22614a1, 0, 403, 0, 0, 0, 'https://iamctv.com/administrator/components/com_acymailing/inc/openflash/php-ofc-library/ofc_upload_image.php', NULL, 'ALittle Client', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"QUxpdHRsZSBDbGllbnQ=\",\"path\":\"L2FkbWluaXN0cmF0b3IvY29tcG9uZW50cy9jb21fYWN5bWFpbGluZy9pbmMvb3BlbmZsYXNoL3BocC1vZmMtbGlicmFyeS9vZmNfdXBsb2FkX2ltYWdlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12414, 1672940747.661537, 1672940747.635200, 0x00000000000000000000ffff1460b0b7, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-includes/css/css.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\":\"L3dwLWluY2x1ZGVzL2Nzcy9jc3MucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12438, 1672988838.185968, 1672988838.022400, 0x00000000000000000000ffffade69d7c, 0, 403, 0, 0, 0, 'https://iamctv.com/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}'),
(12490, 1673277829.058647, 1673277829.033600, 0x00000000000000000000ffff2de3fe16, 0, 403, 0, 0, 0, 'https://www.iamctv.com/legion.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2xlZ2lvbi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12875, 1674530117.383870, 1674530117.243300, 0x00000000000000000000ffffc2a9af27, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/wpzip/wpzip.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cHppcC93cHppcC5waHA=\",\"category\":\"brute-force\",\"ssl\":1,\"fullRequest\":\"R0VUIC93cC1jb250ZW50L3BsdWdpbnMvd3B6aXAvd3B6aXAucGhwIEhUVFAvMS4xClVzZXItQWdlbnQ6IE1vemxpbGEvNS4wIChMaW51eDsgQW5kcm9pZCA3LjA7IFNNLUc4OTJBIEJ1bGlkL05SRDkwTTsgd3YpIEFwcGxlV2ViS2l0LzUzNy4zNiAoS0hUTUwsIGxpa2UgR2Vja28pIFZlcnNpb24vNC4wIENocm9tZS82MC4wLjMxMTIuMTA3IE1vYmxpZSBTYWZhcmkvNTM3LjM2CkFjY2VwdDogKi8qCkFjY2VwdC1FbmNvZGluZzogZ3ppcCwgZGVmbGF0ZQpDb25uZWN0aW9uOiBjbG9zZQpIb3N0OiBpYW1jdHYuY29tCgo=\"}'),
(12876, 1674530089.208239, 1674530089.070500, 0x00000000000000000000ffffc2a9af27, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/wpyii2/wpyii2.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cHlpaTIvd3B5aWkyLnBocA==\",\"category\":\"brute-force\",\"ssl\":1,\"fullRequest\":\"R0VUIC93cC1jb250ZW50L3BsdWdpbnMvd3B5aWkyL3dweWlpMi5waHAgSFRUUC8xLjEKVXNlci1BZ2VudDogTW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzYKQWNjZXB0OiAqLyoKQWNjZXB0LUVuY29kaW5nOiBnemlwLCBkZWZsYXRlCkNvbm5lY3Rpb246IGNsb3NlCkhvc3Q6IGlhbWN0di5jb20KCg==\"}'),
(12395, 1672877011.017869, 1672877010.858100, 0x00000000000000000000ffff1476802c, 0, 403, 0, 0, 0, 'https://iamctv.com/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}'),
(12810, 1674081249.660205, 1674081249.520200, 0x00000000000000000000ffffa877eb1e, 0, 403, 0, 0, 0, 'https://iamctv.com/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L3ZlbmRvci9waHB1bml0L3BocHVuaXQvc3JjL1V0aWwvUEhQL2V2YWwtc3RkaW4ucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12761, 1673871064.052172, 1673871064.016800, 0x00000000000000000000ffff3378f2cd, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/themes/seotheme/mar.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\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL21hci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12745, 1673806840.693532, 1673806840.662600, 0x00000000000000000000ffff054bbae4, 0, 403, 0, 0, 0, 'https://www.iamctv.com/alfa.php', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L2FsZmEucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12666, 1673797103.913703, 1673797103.900100, 0x00000000000000000000ffff5b6b9f64, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/vc-tabs/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy92Yy10YWJzL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy92Yy10YWJzL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12669, 1673797174.811341, 1673797174.789400, 0x00000000000000000000ffff5b6b9f64, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/woo-product-table/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93b28tcHJvZHVjdC10YWJsZS9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93b28tcHJvZHVjdC10YWJsZS9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12835, 1674093878.789293, 1674093878.766300, 0x00000000000000000000ffff054bcce3, 0, 403, 0, 0, 0, 'https://www.iamctv.com/cindex.php', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L2NpbmRleC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12670, 1673797174.805724, 1673797174.789400, 0x00000000000000000000ffff5b6b9f64, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/woo-product-table/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93b28tcHJvZHVjdC10YWJsZS9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93b28tcHJvZHVjdC10YWJsZS9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12839, 1674094020.072076, 1674094020.043300, 0x00000000000000000000ffff054bcce3, 0, 403, 0, 0, 0, 'https://www.iamctv.com/config.php', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L2NvbmZpZy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12741, 1673806871.980219, 1673806871.962400, 0x00000000000000000000ffff054bbae4, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-1ogin_bak.php', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L3dwLTFvZ2luX2Jhay5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12836, 1674093872.644573, 1674093872.623600, 0x00000000000000000000ffff054bcce3, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-booking.php', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L3dwLWJvb2tpbmcucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12837, 1674093866.824798, 1674093866.804200, 0x00000000000000000000ffff054bcce3, 0, 403, 0, 0, 0, 'https://www.iamctv.com/alfa.php', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L2FsZmEucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12838, 1674093928.627842, 1674093928.605700, 0x00000000000000000000ffff054bcce3, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-includes/css/css.php', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L3dwLWluY2x1ZGVzL2Nzcy9jc3MucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12816, 1674081191.458649, 1674081191.426400, 0x00000000000000000000ffffa877eb1e, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-includes/small.php', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L3dwLWluY2x1ZGVzL3NtYWxsLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}');
INSERT INTO `iamc_wfhits` (`id`, `attackLogTime`, `ctime`, `IP`, `jsRun`, `statusCode`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`, `action`, `actionDescription`, `actionData`) VALUES
(12759, 1673830817.118579, 1673830816.979500, 0x00000000000000000000ffffc21ac0e0, 0, 403, 0, 0, 0, 'https://iamctv.com/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}'),
(12649, 1673797000.923507, 1673797000.906500, 0x00000000000000000000ffff5b6b9f64, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/emails-verification-for-woocommerce/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Linux; Android 11; Lenovo YT-J706X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9lbWFpbHMtdmVyaWZpY2F0aW9uLWZvci13b29jb21tZXJjZS9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9lbWFpbHMtdmVyaWZpY2F0aW9uLWZvci13b29jb21tZXJjZS9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12650, 1673797000.919448, 1673797000.906500, 0x00000000000000000000ffff5b6b9f64, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/emails-verification-for-woocommerce/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Linux; Android 11; Lenovo YT-J706X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9lbWFpbHMtdmVyaWZpY2F0aW9uLWZvci13b29jb21tZXJjZS9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9lbWFpbHMtdmVyaWZpY2F0aW9uLWZvci13b29jb21tZXJjZS9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12809, 1674081256.631245, 1674081256.599100, 0x00000000000000000000ffffa877eb1e, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/fancy-product-designer/inc/custom-image-handler.php', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9mYW5jeS1wcm9kdWN0LWRlc2lnbmVyL2luYy9jdXN0b20taW1hZ2UtaGFuZGxlci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12762, 1673871059.329196, 1673871059.284100, 0x00000000000000000000ffff3378f2cd, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/themes/seotheme/mar.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\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL21hci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12625, 1673766928.012355, 1673766927.989700, 0x00000000000000000000ffff58630c6f, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/uploads/kaswara/fonts_icon/a57bze8931/.__a57bze8931.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\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy9rYXN3YXJhL2ZvbnRzX2ljb24vYTU3YnplODkzMS8uX19hNTdiemU4OTMxLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12594, 1673745406.048437, 1673745406.030300, 0x00000000000000000000ffff054bbae4, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/ioptimizations/a57bze8931.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9ucy9hNTdiemU4OTMxLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12566, 1673561051.348294, 1673561051.203800, 0x00000000000000000000ffff263659eb, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/seoo/ioxi-aneh.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zZW9vL2lveGktYW5laC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12565, 1673561052.319585, 1673561052.298900, 0x00000000000000000000ffff263659eb, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/seoo/ioxi-aneh.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zZW9vL2lveGktYW5laC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12627, 1673766922.470787, 1673766922.449600, 0x00000000000000000000ffff58630c6f, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/wp-engine-module/a57bze8931.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1lbmdpbmUtbW9kdWxlL2E1N2J6ZTg5MzEucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12593, 1673745408.913001, 1673745408.895000, 0x00000000000000000000ffff054bbae4, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/ioptimization/IOptimize.php?rchk=', '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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9uL0lPcHRpbWl6ZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12626, 1673766925.205311, 1673766925.053400, 0x00000000000000000000ffff58630c6f, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-admin/admin-ajax.php?action=uploadFontIcon', '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\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12592, 1673745412.603112, 1673745412.584500, 0x00000000000000000000ffff054bbae4, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/ioptimization/a57bze8931.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9uL2E1N2J6ZTg5MzEucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12567, 1673636804.071396, 1673636804.051300, 0x00000000000000000000ffff263670f6, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/library.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\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3R3ZW50eXR3ZW50eXR3by9pbmMvcGF0dGVybnMvbGlicmFyeS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12568, 1673636802.974954, 1673636802.952700, 0x00000000000000000000ffff263670f6, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/library.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\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3R3ZW50eXR3ZW50eXR3by9pbmMvcGF0dGVybnMvbGlicmFyeS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12591, 1673745416.578525, 1673745416.559100, 0x00000000000000000000ffff054bbae4, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/wp-engine-module/wp-engine.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1lbmdpbmUtbW9kdWxlL3dwLWVuZ2luZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12674, 1673797187.920070, 1673797187.907200, 0x00000000000000000000ffff5b6b9f64, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/nd-learning/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1sZWFybmluZy9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1sZWFybmluZy9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12542, 1673277952.010411, 1673277951.990200, 0x00000000000000000000ffff2de3fe16, 0, 403, 0, 0, 0, 'https://www.iamctv.com/cgialfa', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2NnaWFsZmE=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12621, 1673766945.949048, 1673766945.921000, 0x00000000000000000000ffff58630c6f, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/formcraft/file-upload/server/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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9mb3JtY3JhZnQvZmlsZS11cGxvYWQvc2VydmVyL3BocC8=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12597, 1673745398.310391, 1673745398.162900, 0x00000000000000000000ffff054bbae4, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/dzs-zoomsounds/savepng.php?location=a57bze8931.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9kenMtem9vbXNvdW5kcy9zYXZlcG5nLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12358, 1672789888.899143, 1672789888.883000, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/themes/listingo/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvdGhlbWVzL2xpc3RpbmdvL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL2xpc3RpbmdvL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12359, 1672789888.895098, 1672789888.883000, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/themes/listingo/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvdGhlbWVzL2xpc3RpbmdvL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL2xpc3RpbmdvL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12122, 1672199270.671494, 1672199270.525400, 0x00000000000000000000ffff9f41520a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/doc.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2RvYy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12214, 1672275490.737463, 1672275490.717600, 0x00000000000000000000ffff416cfdfc, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/ioptimization/IOptimize.php?rchk=', '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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9uL0lPcHRpbWl6ZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12123, 1672199170.880777, 1672199170.734900, 0x00000000000000000000ffff9f41520a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/radio.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3JhZGlvLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12121, 1672198975.684461, 1672198975.521200, 0x00000000000000000000ffff9f41520a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-load.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWxvYWQucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12262, 1672615317.109068, 1672615316.976400, 0x00000000000000000000ffffa7ebcc07, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/dzs-zoomsounds/savepng.php?location=a57bze8931.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9kenMtem9vbXNvdW5kcy9zYXZlcG5nLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12215, 1672275486.592694, 1672275486.573600, 0x00000000000000000000ffff416cfdfc, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/ioptimizations/a57bze8931.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9ucy9hNTdiemU4OTMxLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12216, 1672275485.437430, 1672275485.402400, 0x00000000000000000000ffff416cfdfc, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/ioptimizations/IOptimizes.php?hamlorszd=', '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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9ucy9JT3B0aW1pemVzLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12145, 1672199512.009918, 1672199511.989400, 0x00000000000000000000ffff9f41520a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/.well-known/alfacgiapi', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"Ly53ZWxsLWtub3duL2FsZmFjZ2lhcGk=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12088, 1672022527.372570, 1672022527.341600, 0x00000000000000000000ffff93b69a9a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/system_log.php?bala=up', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3N5c3RlbV9sb2cucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12777, 1673985792.725679, 1673985792.577400, 0x00000000000000000000ffffacae6a59, 0, 200, 0, 0, 0, 'https://iamctv.com/wp-admin/install.php', NULL, NULL, 'logged:waf', 'WordPress New Install File Probing', '{\"learningMode\":0,\"failedRules\":\"logged|506\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWFkbWluL2luc3RhbGwucGhw\",\"path\":\"L3dwLWFkbWluL2luc3RhbGwucGhw\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12785, 1674063376.503538, 1674063376.336500, 0x00000000000000000000ffffc22614a1, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/wpwhatsmyrankvideoregular-unlimited/php-ofc-library/ofc_upload_image.php', NULL, 'ALittle Client', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"QUxpdHRsZSBDbGllbnQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cHdoYXRzbXlyYW5rdmlkZW9yZWd1bGFyLXVubGltaXRlZC9waHAtb2ZjLWxpYnJhcnkvb2ZjX3VwbG9hZF9pbWFnZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12786, 1674064317.937258, 1674064317.914900, 0x00000000000000000000ffffc21ac0f5, 0, 403, 0, 0, 0, 'https://iamctv.com/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}'),
(12365, 1672789913.348729, 1672789913.333100, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/capability-manager-enhanced/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Linux; Android 12; SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.5304.141 Mobile Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jYXBhYmlsaXR5LW1hbmFnZXItZW5oYW5jZWQvcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jYXBhYmlsaXR5LW1hbmFnZXItZW5oYW5jZWQvcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12273, 1672752764.821338, 1672752764.668000, 0x00000000000000000000ffffab161c0b, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/wpputty/wpputty.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cHB1dHR5L3dwcHV0dHkucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12352, 1672789878.016787, 1672789877.999500, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/nd-restaurant-reservations/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Linux; Android 11; Lenovo YT-J706X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1yZXN0YXVyYW50LXJlc2VydmF0aW9ucy9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1yZXN0YXVyYW50LXJlc2VydmF0aW9ucy9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12177, 1672199627.551369, 1672199627.530900, 0x00000000000000000000ffff9f41520a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/sites/default/files/alfacgiapi', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NpdGVzL2RlZmF1bHQvZmlsZXMvYWxmYWNnaWFwaQ==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12178, 1672199625.784183, 1672199625.757700, 0x00000000000000000000ffff9f41520a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/sites/default/files/ALFA_DATA', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NpdGVzL2RlZmF1bHQvZmlsZXMvQUxGQV9EQVRB\",\"category\":\"brute-force\",\"ssl\":1}'),
(12192, 1672275576.766690, 1672275576.747800, 0x00000000000000000000ffff416cfdfc, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/wp-file-manager/lib/php/connector.minimal.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1maWxlLW1hbmFnZXIvbGliL3BocC9jb25uZWN0b3IubWluaW1hbC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12336, 1672789866.565147, 1672789866.545700, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/alphabetic-pagination/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Linux; Android 12; SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.5304.141 Mobile Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hbHBoYWJldGljLXBhZ2luYXRpb24vcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hbHBoYWJldGljLXBhZ2luYXRpb24vcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12173, 1672199651.431745, 1672199651.412700, 0x00000000000000000000ffff9f41520a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/admin/controller/extension/extension/cgialfa', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FkbWluL2NvbnRyb2xsZXIvZXh0ZW5zaW9uL2V4dGVuc2lvbi9jZ2lhbGZh\",\"category\":\"brute-force\",\"ssl\":1}'),
(12113, 1672171102.735174, 1672171102.714800, 0x00000000000000000000ffffacaed1f3, 0, 403, 0, 0, 0, 'https://iamctv.com/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}'),
(12221, 1672298199.320035, 1672298199.300200, 0x00000000000000000000ffff9f410f3f, 0, 200, 0, 0, 0, 'https://iamctv.com/wp/wp-admin/install.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36', 'logged:waf', 'WordPress New Install File Probing', '{\"learningMode\":0,\"failedRules\":\"logged|506\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwL3dwLWFkbWluL2luc3RhbGwucGhw\",\"path\":\"L3dwL3dwLWFkbWluL2luc3RhbGwucGhw\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12222, 1672298199.313411, 1672298199.300200, 0x00000000000000000000ffff9f410f3f, 0, 200, 0, 0, 0, 'https://iamctv.com/wp/wp-admin/install.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36', 'logged:waf', 'WordPress New Install File Probing', '{\"learningMode\":0,\"failedRules\":\"logged|506\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwL3dwLWFkbWluL2luc3RhbGwucGhw\",\"path\":\"L3dwL3dwLWFkbWluL2luc3RhbGwucGhw\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12223, 1672298197.907875, 1672298197.765800, 0x00000000000000000000ffff9f410f3f, 0, 200, 0, 0, 0, 'https://iamctv.com/wp-admin/install.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36', 'logged:waf', 'WordPress New Install File Probing', '{\"learningMode\":0,\"failedRules\":\"logged|506\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWFkbWluL2luc3RhbGwucGhw\",\"path\":\"L3dwLWFkbWluL2luc3RhbGwucGhw\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12258, 1672615338.334383, 1672615338.314000, 0x00000000000000000000ffffa7ebcc07, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/ioptimization/IOptimize.php?rchk=', '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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9uL0lPcHRpbWl6ZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12375, 1672789923.422651, 1672789923.410100, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/nd-booking/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Linux; Android 12; SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.5304.141 Mobile Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1ib29raW5nL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1ib29raW5nL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12081, 1672022552.050949, 1672022552.031300, 0x00000000000000000000ffff93b69a9a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/.well-known/alfacgiapi', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"Ly53ZWxsLWtub3duL2FsZmFjZ2lhcGk=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12046, 1672021950.882023, 1672021950.854500, 0x00000000000000000000ffff93b69a9a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/doc.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2RvYy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12149, 1672199498.387153, 1672199498.367600, 0x00000000000000000000ffff9f41520a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/ALFA_DATA', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L0FMRkFfREFUQQ==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12047, 1672021946.844354, 1672021946.822600, 0x00000000000000000000ffff93b69a9a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/radio.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3JhZGlvLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12209, 1672275506.674452, 1672275506.654500, 0x00000000000000000000ffff416cfdfc, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/uploads/kaswara/fonts_icon/a57bze8931/.__a57bze8931.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\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy9rYXN3YXJhL2ZvbnRzX2ljb24vYTU3YnplODkzMS8uX19hNTdiemU4OTMxLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12134, 1672199416.879795, 1672199416.849900, 0x00000000000000000000ffff9f41520a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-booking.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWJvb2tpbmcucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12114, 1672171087.306236, 1672171087.153800, 0x00000000000000000000ffffacaed1f3, 0, 403, 0, 0, 0, 'https://iamctv.com/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}'),
(12259, 1672615330.223620, 1672615330.204200, 0x00000000000000000000ffffa7ebcc07, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/ioptimizations/a57bze8931.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9ucy9hNTdiemU4OTMxLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12220, 1672298201.639082, 1672298201.625600, 0x00000000000000000000ffff9f410f3f, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp/wp-admin/install.php', NULL, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36', 'logged:waf', 'WordPress New Install File Probing', '{\"learningMode\":0,\"failedRules\":\"logged|506\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwL3dwLWFkbWluL2luc3RhbGwucGhw\",\"path\":\"L3dwL3dwLWFkbWluL2luc3RhbGwucGhw\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12266, 1672684298.242866, 1672684298.079100, 0x00000000000000000000ffffab161c0b, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/wpputty/wpputty.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cHB1dHR5L3dwcHV0dHkucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12133, 1672199423.953496, 1672199423.926400, 0x00000000000000000000ffff9f41520a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/backup_index.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9iYWNrdXBfaW5kZXgucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12455, 1673146844.444288, 1673146844.306600, 0x00000000000000000000ffffab161c0b, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/dos2unix/dos2unix.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9kb3MydW5peC9kb3MydW5peC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12489, 1673277841.535265, 1673277841.495000, 0x00000000000000000000ffff2de3fe16, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-plugins.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLXBsdWdpbnMucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12553, 1673444319.780587, 1673444319.754400, 0x00000000000000000000ffff263659eb, 0, 403, 0, 0, 0, 'https://www.iamctv.com/shell20211028.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\":\"L3NoZWxsMjAyMTEwMjgucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12518, 1673277972.908733, 1673277972.884000, 0x00000000000000000000ffff2de3fe16, 0, 403, 0, 0, 0, 'https://www.iamctv.com/admin/controller/extension/extension/cgialfa', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FkbWluL2NvbnRyb2xsZXIvZXh0ZW5zaW9uL2V4dGVuc2lvbi9jZ2lhbGZh\",\"category\":\"brute-force\",\"ssl\":1}'),
(12456, 1673146813.139210, 1673146813.008800, 0x00000000000000000000ffffab161c0b, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/wpzip/wpzip.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cHppcC93cHppcC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12572, 1673737709.841788, 1673737709.703800, 0x00000000000000000000ffff2d5c014d, 0, 403, 0, 0, 0, 'https://iamctv.com/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\":1}'),
(12289, 1672789748.912375, 1672789748.900400, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/vc-tabs/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy92Yy10YWJzL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy92Yy10YWJzL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12290, 1672789757.478988, 1672789757.463000, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/masterstudy-lms-learning-management-system/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tYXN0ZXJzdHVkeS1sbXMtbGVhcm5pbmctbWFuYWdlbWVudC1zeXN0ZW0vcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tYXN0ZXJzdHVkeS1sbXMtbGVhcm5pbmctbWFuYWdlbWVudC1zeXN0ZW0vcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12654, 1673797033.536571, 1673797033.523500, 0x00000000000000000000ffff5b6b9f64, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/capabilities-pro/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jYXBhYmlsaXRpZXMtcHJvL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jYXBhYmlsaXRpZXMtcHJvL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12817, 1674081185.354655, 1674081185.325500, 0x00000000000000000000ffffa877eb1e, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-includes/lfx.php', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L3dwLWluY2x1ZGVzL2xmeC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12655, 1673797051.738183, 1673797051.720400, 0x00000000000000000000ffff5b6b9f64, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/image-hover-effects-ultimate/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Linux; Android 12; SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.5304.141 Mobile Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pbWFnZS1ob3Zlci1lZmZlY3RzLXVsdGltYXRlL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pbWFnZS1ob3Zlci1lZmZlY3RzLXVsdGltYXRlL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12756, 1673806757.429631, 1673806757.275000, 0x00000000000000000000ffff054bbae4, 0, 403, 0, 0, 0, 'https://www.iamctv.com/style.php', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L3N0eWxlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12818, 1674081172.543441, 1674081172.516300, 0x00000000000000000000ffffa877eb1e, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/mu-plugins/db-safe-mode.php', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L3dwLWNvbnRlbnQvbXUtcGx1Z2lucy9kYi1zYWZlLW1vZGUucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12819, 1674081168.498639, 1674081168.470500, 0x00000000000000000000ffffa877eb1e, 0, 403, 0, 0, 0, 'https://iamctv.com/legion.php', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L2xlZ2lvbi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12751, 1673806786.283812, 1673806786.261300, 0x00000000000000000000ffff054bbae4, 0, 403, 0, 0, 0, 'https://www.iamctv.com/boom.php?x=', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L2Jvb20ucGhw\",\"category\":\"brute-force\",\"ssl\":1}');
INSERT INTO `iamc_wfhits` (`id`, `attackLogTime`, `ctime`, `IP`, `jsRun`, `statusCode`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`, `action`, `actionDescription`, `actionData`) VALUES
(12660, 1673797085.203657, 1673797085.189000, 0x00000000000000000000ffff5b6b9f64, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/mstore-api/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Linux; Android 12; SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.5304.141 Mobile Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tc3RvcmUtYXBpL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tc3RvcmUtYXBpL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12750, 1673806792.513916, 1673806792.492600, 0x00000000000000000000ffff054bbae4, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/backup_index.php', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9iYWNrdXBfaW5kZXgucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12824, 1674093836.419653, 1674093836.394800, 0x00000000000000000000ffff054bcce3, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/db_cache.php', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L3dwLWNvbnRlbnQvZGJfY2FjaGUucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12776, 1673985792.731367, 1673985792.577400, 0x00000000000000000000ffffacae6a59, 0, 200, 0, 0, 0, 'https://iamctv.com/wp-admin/install.php', NULL, NULL, 'logged:waf', 'WordPress New Install File Probing', '{\"learningMode\":0,\"failedRules\":\"logged|506\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWFkbWluL2luc3RhbGwucGhw\",\"path\":\"L3dwLWFkbWluL2luc3RhbGwucGhw\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12448, 1673026247.054855, 1673026246.909500, 0x00000000000000000000ffffc2a9af27, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-admin/admin-post.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\":\"L3dwLWFkbWluL2FkbWluLXBvc3QucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12636, 1673787247.996933, 1673787247.862500, 0x00000000000000000000ffffb9fd2a17, 0, 403, 0, 0, 0, 'https://iamctv.com/', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IHJ2OjQ1LjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvNDUuMA==\",\"path\":\"Lw==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12641, 1673796984.364895, 1673796984.346900, 0x00000000000000000000ffff5b6b9f64, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/themegrill-demo-importer/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy90aGVtZWdyaWxsLWRlbW8taW1wb3J0ZXIvcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy90aGVtZWdyaWxsLWRlbW8taW1wb3J0ZXIvcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12765, 1673926557.750604, 1673926557.616600, 0x00000000000000000000ffff55d768fd, 0, 403, 0, 0, 0, 'https://www.iamctv.com/administrator/components/com_xcloner-backupandrestore/index2.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2FkbWluaXN0cmF0b3IvY29tcG9uZW50cy9jb21feGNsb25lci1iYWNrdXBhbmRyZXN0b3JlL2luZGV4Mi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12783, 1674057044.572140, 1674057044.433900, 0x00000000000000000000ffffc2a9af27, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/wpyii2/wpyii2.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cHlpaTIvd3B5aWkyLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12766, 1673957535.493145, 1673957535.339900, 0x00000000000000000000ffffc22614a1, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/seo-watcher/ofc/php-ofc-library/ofc_upload_image.php', NULL, 'ALittle Client', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"QUxpdHRsZSBDbGllbnQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zZW8td2F0Y2hlci9vZmMvcGhwLW9mYy1saWJyYXJ5L29mY191cGxvYWRfaW1hZ2UucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12767, 1673982364.919527, 1673982364.890400, 0x00000000000000000000ffffacae6a59, 0, 403, 0, 0, 0, 'https://iamctv.com/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\":1}'),
(12795, 1674081045.863562, 1674081045.843900, 0x00000000000000000000ffffa877eb1e, 0, 403, 0, 0, 0, 'https://iamctv.com/cindex.php', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L2NpbmRleC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12768, 1673982364.757772, 1673982364.709900, 0x00000000000000000000ffffacae6a59, 0, 403, 0, 0, 0, 'https://iamctv.com/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\":1}'),
(12791, 1674081098.583554, 1674081098.561400, 0x00000000000000000000ffffa877eb1e, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-includes/css/css.php', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L3dwLWluY2x1ZGVzL2Nzcy9jc3MucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12792, 1674081088.652770, 1674081088.632700, 0x00000000000000000000ffffa877eb1e, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-includes/fonts/css.php', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L3dwLWluY2x1ZGVzL2ZvbnRzL2Nzcy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12793, 1674081081.652067, 1674081081.632500, 0x00000000000000000000ffffa877eb1e, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-1ogin_bak.php', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L3dwLTFvZ2luX2Jhay5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12794, 1674081073.906407, 1674081073.772100, 0x00000000000000000000ffffa877eb1e, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/wp-1ogin_bak.php', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L3dwLWNvbnRlbnQvd3AtMW9naW5fYmFrLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12410, 1672936989.668326, 1672936989.528500, 0x00000000000000000000ffffab161c0b, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/wpputty/wpputty.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cHB1dHR5L3dwcHV0dHkucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12446, 1673012264.831757, 1673012264.699700, 0x00000000000000000000ffffc22614a1, 0, 403, 0, 0, 0, 'https://iamctv.com/admin/php-ofc-library/ofc_upload_image.php', NULL, 'ALittle Client', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"QUxpdHRsZSBDbGllbnQ=\",\"path\":\"L2FkbWluL3BocC1vZmMtbGlicmFyeS9vZmNfdXBsb2FkX2ltYWdlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12533, 1673277958.639311, 1673277958.618600, 0x00000000000000000000ffff2de3fe16, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-includes/cgialfa', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWluY2x1ZGVzL2NnaWFsZmE=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12447, 1673026295.392569, 1673026295.220900, 0x00000000000000000000ffffc2a9af27, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/instabuilder2/cache/up.php?x=ooo', '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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pbnN0YWJ1aWxkZXIyL2NhY2hlL3VwLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12647, 1673796991.178343, 1673796991.159200, 0x00000000000000000000ffff5b6b9f64, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/advanced-import/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hZHZhbmNlZC1pbXBvcnQvcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hZHZhbmNlZC1pbXBvcnQvcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12808, 1674081266.790054, 1674081266.755600, 0x00000000000000000000ffffa877eb1e, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/wpdiscuz/themes/default/style-rtl.css', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cGRpc2N1ei90aGVtZXMvZGVmYXVsdC9zdHlsZS1ydGwuY3Nz\",\"category\":\"brute-force\",\"ssl\":1}'),
(12764, 1673871046.952854, 1673871046.926400, 0x00000000000000000000ffff3378f2cd, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/seoplugins/mar.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zZW9wbHVnaW5zL21hci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12648, 1673796991.173531, 1673796991.159200, 0x00000000000000000000ffff5b6b9f64, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/advanced-import/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hZHZhbmNlZC1pbXBvcnQvcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hZHZhbmNlZC1pbXBvcnQvcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12763, 1673871050.715976, 1673871050.677800, 0x00000000000000000000ffff3378f2cd, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/seoplugins/mar.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zZW9wbHVnaW5zL21hci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12645, 1673796995.673634, 1673796995.652000, 0x00000000000000000000ffff5b6b9f64, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/woocommerce-jetpack/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93b29jb21tZXJjZS1qZXRwYWNrL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93b29jb21tZXJjZS1qZXRwYWNrL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12807, 1674080894.446668, 1674080894.306900, 0x00000000000000000000ffffa877eb1e, 0, 403, 0, 0, 0, 'https://iamctv.com/style.php', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L3N0eWxlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12644, 1673796978.656885, 1673796978.642100, 0x00000000000000000000ffff5b6b9f64, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/wp-time-capsule/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC10aW1lLWNhcHN1bGUvcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC10aW1lLWNhcHN1bGUvcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12637, 1673792442.718876, 1673792442.557300, 0x00000000000000000000ffff146bc4d3, 0, 403, 0, 0, 0, 'https://www.iamctv.com/administrator/components/com_xcloner-backupandrestore/index2.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2FkbWluaXN0cmF0b3IvY29tcG9uZW50cy9jb21feGNsb25lci1iYWNrdXBhbmRyZXN0b3JlL2luZGV4Mi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12638, 1673792409.080981, 1673792408.935100, 0x00000000000000000000ffff146bc4d3, 0, 403, 0, 0, 0, 'https://www.iamctv.com/administrator/components/com_xcloner-backupandrestore/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\":\"L2FkbWluaXN0cmF0b3IvY29tcG9uZW50cy9jb21feGNsb25lci1iYWNrdXBhbmRyZXN0b3JlL2luZGV4LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12616, 1673766961.565046, 1673766961.546200, 0x00000000000000000000ffff58630c6f, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/superstorefinder-wp/ssf-wp-admin/pages/SSF_WP_UPLOADS_PATH/csv/import/abruzi.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zdXBlcnN0b3JlZmluZGVyLXdwL3NzZi13cC1hZG1pbi9wYWdlcy9TU0ZfV1BfVVBMT0FEU19QQVRIL2Nzdi9pbXBvcnQvYWJydXppLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12604, 1673745473.872093, 1673745473.839000, 0x00000000000000000000ffff054bbae4, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-json/wp_live_chat_support/v1/remote_upload', '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\":\"L3dwLWpzb24vd3BfbGl2ZV9jaGF0X3N1cHBvcnQvdjEvcmVtb3RlX3VwbG9hZA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12613, 1673766971.413486, 1673766971.383300, 0x00000000000000000000ffff58630c6f, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-json/wp_live_chat_support/v1/remote_upload', '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\":\"L3dwLWpzb24vd3BfbGl2ZV9jaGF0X3N1cHBvcnQvdjEvcmVtb3RlX3VwbG9hZA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12614, 1673766967.678210, 1673766967.655000, 0x00000000000000000000ffff58630c6f, 0, 403, 0, 0, 0, 'https://iamctv.com/abruzi.php4', '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\":\"L2FicnV6aS5waHA0\",\"category\":\"brute-force\",\"ssl\":1}'),
(12615, 1673766964.685658, 1673766964.659800, 0x00000000000000000000ffff58630c6f, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-admin/admin-ajax.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\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12550, 1673427941.594091, 1673427941.441100, 0x00000000000000000000ffffc22614a1, 0, 403, 0, 0, 0, 'https://iamctv.com/sites/all/modules/civicrm/packages/OpenFlashChart/php-ofc-library/ofc_upload_image.php', NULL, 'ALittle Client', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"QUxpdHRsZSBDbGllbnQ=\",\"path\":\"L3NpdGVzL2FsbC9tb2R1bGVzL2Npdmljcm0vcGFja2FnZXMvT3BlbkZsYXNoQ2hhcnQvcGhwLW9mYy1saWJyYXJ5L29mY191cGxvYWRfaW1hZ2UucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12617, 1673766959.895143, 1673766959.865800, 0x00000000000000000000ffff58630c6f, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/superstorefinder-wp/ssf-wp-admin/pages/import.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zdXBlcnN0b3JlZmluZGVyLXdwL3NzZi13cC1hZG1pbi9wYWdlcy9pbXBvcnQucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12551, 1673438372.848520, 1673438372.829400, 0x00000000000000000000ffff263659eb, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/themes/seotheme/mar.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\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Nlb3RoZW1lL21hci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12588, 1673745427.630487, 1673745427.606800, 0x00000000000000000000ffff054bbae4, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/uploads/kaswara/fonts_icon/a57bze8931/.__a57bze8931.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\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy9rYXN3YXJhL2ZvbnRzX2ljb24vYTU3YnplODkzMS8uX19hNTdiemU4OTMxLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12629, 1673766918.200410, 1673766918.182200, 0x00000000000000000000ffff58630c6f, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/ioptimization/a57bze8931.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9uL2E1N2J6ZTg5MzEucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12589, 1673745423.810776, 1673745423.665400, 0x00000000000000000000ffff054bbae4, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-admin/admin-ajax.php?action=uploadFontIcon', '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\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12571, 1673737712.739453, 1673737712.718600, 0x00000000000000000000ffff2d5c014d, 0, 403, 0, 0, 0, 'https://iamctv.com/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}'),
(12556, 0.000000, 1673470296.104839, 0x00000000000000000000ffff49b89592, 0, 200, 0, 1, 0, 'https://www.iamctv.com/ogbongastore/?action=logout&_wpnonce=611a8c7178', 'https://www.iamctv.com/wp-admin/admin.php?page=wpseo_titles', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36', 'logout', NULL, NULL),
(12557, 1673482927.130338, 1673482927.109900, 0x00000000000000000000ffff263659eb, 0, 403, 0, 0, 0, 'https://www.iamctv.com/about.PHP7', '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\":\"L2Fib3V0LlBIUDc=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12570, 1673737712.813125, 1673737712.793200, 0x00000000000000000000ffff2d5c014d, 0, 403, 0, 0, 0, 'https://iamctv.com/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\":1}'),
(12618, 1673766957.582880, 1673766957.562600, 0x00000000000000000000ffff58630c6f, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/uploads/typehub/custom/a57bze8931/.__a57bze8931.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\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy90eXBlaHViL2N1c3RvbS9hNTdiemU4OTMxLy5fX2E1N2J6ZTg5MzEucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12598, 1673745499.349355, 1673745499.329500, 0x00000000000000000000ffff054bbae4, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/wp-file-manager-pro/lib/php/connector.minimal.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1maWxlLW1hbmFnZXItcHJvL2xpYi9waHAvY29ubmVjdG9yLm1pbmltYWwucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12609, 1673766985.267778, 1673766985.244900, 0x00000000000000000000ffff58630c6f, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/king.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\":\"L3dwLWNvbnRlbnQva2luZy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12610, 1673766977.403612, 1673766977.376000, 0x00000000000000000000ffff58630c6f, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/uploads/html2wp/abruzi.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\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy9odG1sMndwL2FicnV6aS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12607, 1673766995.228906, 1673766995.209200, 0x00000000000000000000ffff58630c6f, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/wp-file-manager-pro/lib/php/connector.minimal.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1maWxlLW1hbmFnZXItcHJvL2xpYi9waHAvY29ubmVjdG9yLm1pbmltYWwucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12603, 1673745475.786952, 1673745475.757400, 0x00000000000000000000ffff054bbae4, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/uploads/wp_live_chat/abruzi.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\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy93cF9saXZlX2NoYXQvYWJydXppLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12561, 1673533640.389542, 1673533640.364400, 0x00000000000000000000ffff29d8bc5c, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/wpyii2/wpyii2.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cHlpaTIvd3B5aWkyLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12608, 1673766992.386200, 1673766992.352700, 0x00000000000000000000ffff58630c6f, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/wp-file-manager/lib/php/connector.minimal.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1maWxlLW1hbmFnZXIvbGliL3BocC9jb25uZWN0b3IubWluaW1hbC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12758, 1673830822.971522, 1673830822.942700, 0x00000000000000000000ffffc21ac0e0, 0, 403, 0, 0, 0, 'https://iamctv.com/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}'),
(12757, 1673819638.570197, 1673819638.418700, 0x00000000000000000000ffffc22614a1, 0, 403, 0, 0, 0, 'https://iamctv.com/sites/all/modules/civicrm.local/packages/OpenFlashChart/php-ofc-library/ofc_upload_image.php', NULL, 'ALittle Client', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"QUxpdHRsZSBDbGllbnQ=\",\"path\":\"L3NpdGVzL2FsbC9tb2R1bGVzL2Npdmljcm0ubG9jYWwvcGFja2FnZXMvT3BlbkZsYXNoQ2hhcnQvcGhwLW9mYy1saWJyYXJ5L29mY191cGxvYWRfaW1hZ2UucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12877, 1674530047.654384, 1674530047.521100, 0x00000000000000000000ffffc2a9af27, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/wpputty/wpputty.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cHB1dHR5L3dwcHV0dHkucGhw\",\"category\":\"brute-force\",\"ssl\":1,\"fullRequest\":\"R0VUIC93cC1jb250ZW50L3BsdWdpbnMvd3BwdXR0eS93cHB1dHR5LnBocCBIVFRQLzEuMQpVc2VyLUFnZW50OiBNb3psaWxhLzUuMCAoTGludXg7IEFuZHJvaWQgNy4wOyBTTS1HODkyQSBCdWxpZC9OUkQ5ME07IHd2KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBWZXJzaW9uLzQuMCBDaHJvbWUvNjAuMC4zMTEyLjEwNyBNb2JsaWUgU2FmYXJpLzUzNy4zNgpBY2NlcHQ6ICovKgpBY2NlcHQtRW5jb2Rpbmc6IGd6aXAsIGRlZmxhdGUKQ29ubmVjdGlvbjogY2xvc2UKSG9zdDogaWFtY3R2LmNvbQoK\"}'),
(12878, 1674549314.267119, 1674549314.240100, 0x00000000000000000000ffffb9f6dd2a, 0, 403, 0, 0, 0, 'https://iamctv.com/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,\"fullRequest\":\"R0VUIC93cC1jb250ZW50L3RoZW1lcy9zZW90aGVtZS9kYi5waHA\\/dT0gSFRUUC8xLjEKVXBncmFkZS1JbnNlY3VyZS1SZXF1ZXN0czogMQpSZWZlcmVyOiB3d3cuZ29vZ2xlLmNvbQpDYWNoZS1Db250cm9sOiBtYXgtYWdlPTAKQWNjZXB0LUxhbmd1YWdlOiBlbi1VUyxlbjtxPTAuOSxmcjtxPTAuOApVc2VyLUFnZW50OiBNb3psaWxhLzUuMCAoTGludXg7IEFuZHJvaWQgNy4wOyBTTS1HODkyQSBCdWxpZC9OUkQ5ME07IHd2KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBWZXJzaW9uLzQuMCBDaHJvbWUvNjAuMC4zMTEyLjEwNyBNb2JsaWUgU2FmYXJpLzUzNy4zNgpBY2NlcHQ6IHRleHQvaHRtbCxhcHBsaWNhdGlvbi94aHRtbCt4bWwsYXBwbGljYXRpb24veG1sO3E9MC45LGltYWdlL3dlYnAsaW1hZ2UvYXBuZywqLyo7cT0wLjgKQWNjZXB0LUVuY29kaW5nOiBnemlwLCBkZWZsYXRlCkNvbm5lY3Rpb246IGNsb3NlCkhvc3Q6IGlhbWN0di5jb20KCg==\"}'),
(12564, 1673560877.756373, 1673560877.609800, 0x00000000000000000000ffffc22614a1, 0, 403, 0, 0, 0, 'https://iamctv.com/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_image.php', NULL, 'ALittle Client', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"QUxpdHRsZSBDbGllbnQ=\",\"path\":\"L2NvbXBvbmVudHMvY29tX2puZXdzL2luY2x1ZGVzL29wZW5mbGFzaGNoYXJ0L3BocC1vZmMtbGlicmFyeS9vZmNfdXBsb2FkX2ltYWdlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12595, 1673745404.507058, 1673745404.487400, 0x00000000000000000000ffff054bbae4, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/ioptimizations/IOptimizes.php?hamlorszd=', '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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9ucy9JT3B0aW1pemVzLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12624, 1673766933.346846, 1673766933.205300, 0x00000000000000000000ffff58630c6f, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/apikey/apikey.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hcGlrZXkvYXBpa2V5LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12596, 1673745401.864100, 1673745401.841800, 0x00000000000000000000ffff054bbae4, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/dzs-zoomsounds/a57bze8931.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9kenMtem9vbXNvdW5kcy9hNTdiemU4OTMxLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12622, 1673766943.901800, 1673766943.873100, 0x00000000000000000000ffff58630c6f, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/cherry-plugin/admin/import-export/a57bze8931.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jaGVycnktcGx1Z2luL2FkbWluL2ltcG9ydC1leHBvcnQvYTU3YnplODkzMS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12623, 1673766936.249849, 1673766936.226700, 0x00000000000000000000ffff58630c6f, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/apikey/a57bze8931.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hcGlrZXkvYTU3YnplODkzMS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12729, 1673806968.049764, 1673806968.007700, 0x00000000000000000000ffff054bbae4, 0, 403, 0, 0, 0, 'https://www.iamctv.com/upload.php', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L3VwbG9hZC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12687, 1673797229.765064, 1673797229.742900, 0x00000000000000000000ffff5b6b9f64, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/quiz-master-next/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9xdWl6LW1hc3Rlci1uZXh0L3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9xdWl6LW1hc3Rlci1uZXh0L3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12714, 1673797337.976404, 1673797337.957200, 0x00000000000000000000ffff5b6b9f64, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/user-verification/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Linux; Android 11; ONEPLUS A6013) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Mobile Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91c2VyLXZlcmlmaWNhdGlvbi9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91c2VyLXZlcmlmaWNhdGlvbi9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}');
INSERT INTO `iamc_wfhits` (`id`, `attackLogTime`, `ctime`, `IP`, `jsRun`, `statusCode`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`, `action`, `actionDescription`, `actionData`) VALUES
(12681, 1673797207.757750, 1673797207.738900, 0x00000000000000000000ffff5b6b9f64, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/nd-restaurant-reservations/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Linux; Android 11; ONEPLUS A6013) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Mobile Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1yZXN0YXVyYW50LXJlc2VydmF0aW9ucy9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1yZXN0YXVyYW50LXJlc2VydmF0aW9ucy9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12717, 1673797353.653769, 1673797353.624400, 0x00000000000000000000ffff5b6b9f64, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/wholesale-market-for-woocommerce/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Linux; Android 11; ONEPLUS A6013) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Mobile Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93aG9sZXNhbGUtbWFya2V0LWZvci13b29jb21tZXJjZS9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93aG9sZXNhbGUtbWFya2V0LWZvci13b29jb21tZXJjZS9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12682, 1673797207.753137, 1673797207.738900, 0x00000000000000000000ffff5b6b9f64, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/nd-restaurant-reservations/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Linux; Android 11; ONEPLUS A6013) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Mobile Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1yZXN0YXVyYW50LXJlc2VydmF0aW9ucy9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1yZXN0YXVyYW50LXJlc2VydmF0aW9ucy9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12849, 1674093935.707284, 1674093935.686000, 0x00000000000000000000ffff054bcce3, 0, 403, 0, 0, 0, 'https://www.iamctv.com/old-index.php', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L29sZC1pbmRleC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12727, 1673806983.279826, 1673806983.253800, 0x00000000000000000000ffff054bbae4, 0, 403, 0, 0, 0, 'https://www.iamctv.com/test.php?Ghost=send', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L3Rlc3QucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12683, 1673797202.490261, 1673797202.471500, 0x00000000000000000000ffff5b6b9f64, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/nd-donations/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1kb25hdGlvbnMvcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1kb25hdGlvbnMvcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12716, 1673797332.362754, 1673797332.346900, 0x00000000000000000000ffff5b6b9f64, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/booking-calendar/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9ib29raW5nLWNhbGVuZGFyL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9ib29raW5nLWNhbGVuZGFyL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12684, 1673797202.485459, 1673797202.471500, 0x00000000000000000000ffff5b6b9f64, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/nd-donations/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1kb25hdGlvbnMvcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1kb25hdGlvbnMvcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12685, 1673797214.117258, 1673797214.098700, 0x00000000000000000000ffff5b6b9f64, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/sitemap-by-click5/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Linux; Android 12; SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.5304.141 Mobile Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaXRlbWFwLWJ5LWNsaWNrNS9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaXRlbWFwLWJ5LWNsaWNrNS9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12728, 1673806973.548255, 1673806973.521900, 0x00000000000000000000ffff054bbae4, 0, 403, 0, 0, 0, 'https://www.iamctv.com/config.php', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L2NvbmZpZy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12711, 1673797342.947867, 1673797342.926500, 0x00000000000000000000ffff5b6b9f64, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/wp-upg/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Linux; Android 11; ONEPLUS A6013) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Mobile Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC11cGcvcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC11cGcvcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12692, 1673797237.089071, 1673797237.074800, 0x00000000000000000000ffff5b6b9f64, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/armember-membership/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Linux; Android 12; SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.5304.141 Mobile Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hcm1lbWJlci1tZW1iZXJzaGlwL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hcm1lbWJlci1tZW1iZXJzaGlwL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12732, 1673806930.404033, 1673806930.379200, 0x00000000000000000000ffff054bbae4, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-includes/lfx.php', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L3dwLWluY2x1ZGVzL2xmeC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12846, 1674093972.435097, 1674093972.413700, 0x00000000000000000000ffff054bcce3, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/wp-old-index.php?action=login&pass=-1&submit=', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L3dwLWNvbnRlbnQvd3Atb2xkLWluZGV4LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12697, 1673797259.674963, 1673797259.654800, 0x00000000000000000000ffff5b6b9f64, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/scripts-organizer/plugins/meta-box/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zY3JpcHRzLW9yZ2FuaXplci9wbHVnaW5zL21ldGEtYm94L3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zY3JpcHRzLW9yZ2FuaXplci9wbHVnaW5zL21ldGEtYm94L3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12707, 1673797312.050109, 1673797312.021300, 0x00000000000000000000ffff5b6b9f64, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/jobboardwp/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9qb2Jib2FyZHdwL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9qb2Jib2FyZHdwL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12695, 1673797266.064382, 1673797266.041500, 0x00000000000000000000ffff5b6b9f64, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/alphabetic-pagination/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Linux; Android 11; ONEPLUS A6013) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Mobile Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hbHBoYWJldGljLXBhZ2luYXRpb24vcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hbHBoYWJldGljLXBhZ2luYXRpb24vcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12696, 1673797266.054631, 1673797266.041500, 0x00000000000000000000ffff5b6b9f64, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/alphabetic-pagination/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Linux; Android 11; ONEPLUS A6013) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Mobile Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hbHBoYWJldGljLXBhZ2luYXRpb24vcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hbHBoYWJldGljLXBhZ2luYXRpb24vcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12708, 1673797312.045077, 1673797312.021300, 0x00000000000000000000ffff5b6b9f64, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/jobboardwp/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9qb2Jib2FyZHdwL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9qb2Jib2FyZHdwL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12736, 1673806905.812218, 1673806905.790700, 0x00000000000000000000ffff054bbae4, 0, 403, 0, 0, 0, 'https://www.iamctv.com/haders.php', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L2hhZGVycy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12709, 1673797325.041184, 1673797325.024100, 0x00000000000000000000ffff5b6b9f64, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/woo-refund-and-exchange-lite/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93b28tcmVmdW5kLWFuZC1leGNoYW5nZS1saXRlL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93b28tcmVmdW5kLWFuZC1leGNoYW5nZS1saXRlL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12845, 1674093976.861579, 1674093976.841800, 0x00000000000000000000ffff054bcce3, 0, 403, 0, 0, 0, 'https://www.iamctv.com/legion.php', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L2xlZ2lvbi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12734, 1673806916.459370, 1673806916.436500, 0x00000000000000000000ffff054bbae4, 0, 403, 0, 0, 0, 'https://www.iamctv.com/legion.php', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L2xlZ2lvbi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12735, 1673806908.659817, 1673806908.632100, 0x00000000000000000000ffff054bbae4, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/wp-old-index.php?action=login&pass=-1&submit=', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L3dwLWNvbnRlbnQvd3Atb2xkLWluZGV4LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12843, 1674093996.206905, 1674093996.184900, 0x00000000000000000000ffff054bcce3, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-includes/lfx.php', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L3dwLWluY2x1ZGVzL2xmeC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12844, 1674093986.580774, 1674093986.546800, 0x00000000000000000000ffff054bcce3, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/mu-plugins/db-safe-mode.php', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L3dwLWNvbnRlbnQvbXUtcGx1Z2lucy9kYi1zYWZlLW1vZGUucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12344, 1672789874.877040, 1672789874.861700, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/woo-refund-and-exchange-lite/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93b28tcmVmdW5kLWFuZC1leGNoYW5nZS1saXRlL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93b28tcmVmdW5kLWFuZC1leGNoYW5nZS1saXRlL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12573, 1673737709.834225, 1673737709.694800, 0x00000000000000000000ffff2d5c014d, 0, 403, 0, 0, 0, 'https://iamctv.com/', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 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\":1}'),
(12576, 1673737717.614131, 1673737717.590700, 0x00000000000000000000ffff2d5c014d, 0, 403, 0, 0, 0, 'https://iamctv.com/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\":1}'),
(12632, 1673766909.182589, 1673766909.161400, 0x00000000000000000000ffff58630c6f, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/ioptimizations/IOptimizes.php?hamlorszd=', '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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9ucy9JT3B0aW1pemVzLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12584, 1673745447.400993, 1673745447.380900, 0x00000000000000000000ffff054bbae4, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/formcraft/file-upload/server/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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9mb3JtY3JhZnQvZmlsZS11cGxvYWQvc2VydmVyL3BocC8=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12631, 1673766912.199157, 1673766912.174800, 0x00000000000000000000ffff58630c6f, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/ioptimizations/a57bze8931.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9ucy9hNTdiemU4OTMxLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12583, 1673745451.061222, 1673745451.040200, 0x00000000000000000000ffff054bbae4, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/formcraft/file-upload/server/php/files/a57bze8931.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9mb3JtY3JhZnQvZmlsZS11cGxvYWQvc2VydmVyL3BocC9maWxlcy9hNTdiemU4OTMxLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12577, 1673737716.001745, 1673737715.982200, 0x00000000000000000000ffff2d5c014d, 0, 403, 0, 0, 0, 'https://iamctv.com/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\":1}'),
(12633, 1673766906.292060, 1673766906.265200, 0x00000000000000000000ffff58630c6f, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/dzs-zoomsounds/a57bze8931.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9kenMtem9vbXNvdW5kcy9hNTdiemU4OTMxLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12574, 1673737709.791098, 1673737709.644200, 0x00000000000000000000ffff2d5c014d, 0, 403, 0, 0, 0, 'https://iamctv.com/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}'),
(12585, 1673745442.961830, 1673745442.941300, 0x00000000000000000000ffff054bbae4, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/cherry-plugin/admin/import-export/a57bze8931.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jaGVycnktcGx1Z2luL2FkbWluL2ltcG9ydC1leHBvcnQvYTU3YnplODkzMS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12575, 1673737721.346264, 1673737721.324600, 0x00000000000000000000ffff2d5c014d, 0, 403, 0, 0, 0, 'https://iamctv.com/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\":1}'),
(12353, 1672789878.012390, 1672789877.999500, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/nd-restaurant-reservations/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Linux; Android 11; Lenovo YT-J706X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1yZXN0YXVyYW50LXJlc2VydmF0aW9ucy9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1yZXN0YXVyYW50LXJlc2VydmF0aW9ucy9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12712, 1673797342.943545, 1673797342.926500, 0x00000000000000000000ffff5b6b9f64, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/wp-upg/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Linux; Android 11; ONEPLUS A6013) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Mobile Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC11cGcvcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC11cGcvcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12730, 1673806964.317379, 1673806964.292500, 0x00000000000000000000ffff054bbae4, 0, 403, 0, 0, 0, 'https://www.iamctv.com/up.php', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L3VwLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12847, 1674093968.550125, 1674093968.520600, 0x00000000000000000000ffff054bcce3, 0, 403, 0, 0, 0, 'https://www.iamctv.com/haders.php', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L2hhZGVycy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12731, 1673806944.051184, 1673806944.025000, 0x00000000000000000000ffff054bbae4, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-includes/small.php', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L3dwLWluY2x1ZGVzL3NtYWxsLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12345, 1672789874.873196, 1672789874.861700, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/woo-refund-and-exchange-lite/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93b28tcmVmdW5kLWFuZC1leGNoYW5nZS1saXRlL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93b28tcmVmdW5kLWFuZC1leGNoYW5nZS1saXRlL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12346, 1672789874.059885, 1672789874.043100, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/woo-refund-and-exchange-lite/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93b28tcmVmdW5kLWFuZC1leGNoYW5nZS1saXRlL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93b28tcmVmdW5kLWFuZC1leGNoYW5nZS1saXRlL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12646, 1673796995.667533, 1673796995.652000, 0x00000000000000000000ffff5b6b9f64, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/woocommerce-jetpack/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93b29jb21tZXJjZS1qZXRwYWNrL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93b29jb21tZXJjZS1qZXRwYWNrL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12879, 1674549298.730442, 1674549298.585800, 0x00000000000000000000ffffb9f6dd2a, 0, 403, 0, 0, 0, 'https://iamctv.com/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,\"fullRequest\":\"R0VUIC93cC1jb250ZW50L3RoZW1lcy9zZW90aGVtZS9kYi5waHA\\/dT0gSFRUUC8xLjEKVXBncmFkZS1JbnNlY3VyZS1SZXF1ZXN0czogMQpSZWZlcmVyOiB3d3cuZ29vZ2xlLmNvbQpDYWNoZS1Db250cm9sOiBtYXgtYWdlPTAKQWNjZXB0LUxhbmd1YWdlOiBlbi1VUyxlbjtxPTAuOSxmcjtxPTAuOApVc2VyLUFnZW50OiBNb3psaWxhLzUuMCAoTGludXg7IEFuZHJvaWQgNy4wOyBTTS1HODkyQSBCdWxpZC9OUkQ5ME07IHd2KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBWZXJzaW9uLzQuMCBDaHJvbWUvNjAuMC4zMTEyLjEwNyBNb2JsaWUgU2FmYXJpLzUzNy4zNgpBY2NlcHQ6IHRleHQvaHRtbCxhcHBsaWNhdGlvbi94aHRtbCt4bWwsYXBwbGljYXRpb24veG1sO3E9MC45LGltYWdlL3dlYnAsaW1hZ2UvYXBuZywqLyo7cT0wLjgKQWNjZXB0LUVuY29kaW5nOiBnemlwLCBkZWZsYXRlCkNvbm5lY3Rpb246IGNsb3NlCkhvc3Q6IGlhbWN0di5jb20KCg==\"}'),
(12350, 1672789887.388957, 1672789887.372600, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://iamctv.com/wp-content/themes/listingo/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvdGhlbWVzL2xpc3RpbmdvL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL2xpc3RpbmdvL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12351, 1672789887.385230, 1672789887.372600, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://iamctv.com/wp-content/themes/listingo/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvdGhlbWVzL2xpc3RpbmdvL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL2xpc3RpbmdvL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12679, 1673797192.723990, 1673797192.705500, 0x00000000000000000000ffff5b6b9f64, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/nd-shortcodes/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1zaG9ydGNvZGVzL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1zaG9ydGNvZGVzL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12718, 1673797353.636918, 1673797353.624400, 0x00000000000000000000ffff5b6b9f64, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/wholesale-market-for-woocommerce/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Linux; Android 11; ONEPLUS A6013) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Mobile Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93aG9sZXNhbGUtbWFya2V0LWZvci13b29jb21tZXJjZS9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93aG9sZXNhbGUtbWFya2V0LWZvci13b29jb21tZXJjZS9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12680, 1673797192.719385, 1673797192.705500, 0x00000000000000000000ffff5b6b9f64, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/nd-shortcodes/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1zaG9ydGNvZGVzL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1zaG9ydGNvZGVzL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12559, 1673525222.692744, 1673525222.672900, 0x00000000000000000000ffff2e038b83, 0, 403, 0, 0, 0, 'https://iamctv.com/', NULL, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IHJ2OjQ1LjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvNDUuMA==\",\"path\":\"Lw==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12620, 1673766949.887276, 1673766949.867500, 0x00000000000000000000ffff58630c6f, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/formcraft/file-upload/server/php/files/a57bze8931.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9mb3JtY3JhZnQvZmlsZS11cGxvYWQvc2VydmVyL3BocC9maWxlcy9hNTdiemU4OTMxLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12560, 1673533647.808050, 1673533647.788400, 0x00000000000000000000ffff29d8bc5c, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/wpzip/wpzip.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cHppcC93cHppcC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12569, 1673687037.646407, 1673687037.480500, 0x00000000000000000000ffffc22614a1, 0, 403, 0, 0, 0, 'https://iamctv.com/administrator/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_image.php', NULL, 'ALittle Client', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"QUxpdHRsZSBDbGllbnQ=\",\"path\":\"L2FkbWluaXN0cmF0b3IvY29tcG9uZW50cy9jb21fam5ld3MvaW5jbHVkZXMvb3BlbmZsYXNoY2hhcnQvcGhwLW9mYy1saWJyYXJ5L29mY191cGxvYWRfaW1hZ2UucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12628, 1673766921.032424, 1673766921.013800, 0x00000000000000000000ffff58630c6f, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/wp-engine-module/wp-engine.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1lbmdpbmUtbW9kdWxlL3dwLWVuZ2luZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12590, 1673745419.675086, 1673745419.655200, 0x00000000000000000000ffff054bbae4, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/wp-engine-module/a57bze8931.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1lbmdpbmUtbW9kdWxlL2E1N2J6ZTg5MzEucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12715, 1673797332.366849, 1673797332.346900, 0x00000000000000000000ffff5b6b9f64, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/booking-calendar/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9ib29raW5nLWNhbGVuZGFyL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9ib29raW5nLWNhbGVuZGFyL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12686, 1673797214.112335, 1673797214.098700, 0x00000000000000000000ffff5b6b9f64, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/sitemap-by-click5/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Linux; Android 12; SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.5304.141 Mobile Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaXRlbWFwLWJ5LWNsaWNrNS9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaXRlbWFwLWJ5LWNsaWNrNS9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12784, 1674057015.143927, 1674057014.996500, 0x00000000000000000000ffffc2a9af27, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/wpputty/wpputty.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cHB1dHR5L3dwcHV0dHkucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12678, 1673797197.015253, 1673797196.998200, 0x00000000000000000000ffff5b6b9f64, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/nd-booking/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Linux; Android 12; SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.5304.141 Mobile Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1ib29raW5nL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1ib29raW5nL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12726, 1673806987.976286, 1673806987.956700, 0x00000000000000000000ffff054bbae4, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/langar.php', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L3dwLWNvbnRlbnQvbGFuZ2FyLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12719, 1673797348.625326, 1673797348.602600, 0x00000000000000000000ffff5b6b9f64, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/membership-for-woocommerce/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Linux; Android 11; ONEPLUS A6013) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Mobile Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tZW1iZXJzaGlwLWZvci13b29jb21tZXJjZS9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tZW1iZXJzaGlwLWZvci13b29jb21tZXJjZS9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12780, 1674012806.000567, 1674012805.978400, 0x00000000000000000000ffffc22614a1, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/whatsmyrank-devenc/php-ofc-library/ofc_upload_image.php', NULL, 'ALittle Client', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"QUxpdHRsZSBDbGllbnQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93aGF0c215cmFuay1kZXZlbmMvcGhwLW9mYy1saWJyYXJ5L29mY191cGxvYWRfaW1hZ2UucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12781, 1674012804.241996, 1674012804.099900, 0x00000000000000000000ffffc22614a1, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/civicrm/civicrm/packages/OpenFlashChart/php-ofc-library/ofc_upload_image.php', NULL, 'ALittle Client', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"QUxpdHRsZSBDbGllbnQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jaXZpY3JtL2Npdmljcm0vcGFja2FnZXMvT3BlbkZsYXNoQ2hhcnQvcGhwLW9mYy1saWJyYXJ5L29mY191cGxvYWRfaW1hZ2UucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12782, 1674057074.338187, 1674057074.182900, 0x00000000000000000000ffffc2a9af27, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/wpzip/wpzip.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cHppcC93cHppcC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12693, 1673797246.363188, 1673797246.343500, 0x00000000000000000000ffff5b6b9f64, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/ultimate-member/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Linux; Android 11; Lenovo YT-J706X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91bHRpbWF0ZS1tZW1iZXIvcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91bHRpbWF0ZS1tZW1iZXIvcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12710, 1673797325.036938, 1673797325.024100, 0x00000000000000000000ffff5b6b9f64, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/woo-refund-and-exchange-lite/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93b28tcmVmdW5kLWFuZC1leGNoYW5nZS1saXRlL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93b28tcmVmdW5kLWFuZC1leGNoYW5nZS1saXRlL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12694, 1673797246.358228, 1673797246.343500, 0x00000000000000000000ffff5b6b9f64, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/ultimate-member/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Linux; Android 11; Lenovo YT-J706X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91bHRpbWF0ZS1tZW1iZXIvcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91bHRpbWF0ZS1tZW1iZXIvcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12733, 1673806923.929702, 1673806923.908100, 0x00000000000000000000ffff054bbae4, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/mu-plugins/db-safe-mode.php', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L3dwLWNvbnRlbnQvbXUtcGx1Z2lucy9kYi1zYWZlLW1vZGUucGhw\",\"category\":\"brute-force\",\"ssl\":1}');
INSERT INTO `iamc_wfhits` (`id`, `attackLogTime`, `ctime`, `IP`, `jsRun`, `statusCode`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`, `action`, `actionDescription`, `actionData`) VALUES
(12867, 1674318641.070924, 1674318640.933700, 0x00000000000000000000ffffc2a9af27, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/wpyii2/wpyii2.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cHlpaTIvd3B5aWkyLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12690, 1673797241.502422, 1673797241.476600, 0x00000000000000000000ffff5b6b9f64, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/ninja-forms/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Linux; Android 12; SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.5304.141 Mobile Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uaW5qYS1mb3Jtcy9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uaW5qYS1mb3Jtcy9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12691, 1673797237.093640, 1673797237.074800, 0x00000000000000000000ffff5b6b9f64, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/armember-membership/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Linux; Android 12; SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.5304.141 Mobile Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hcm1lbWJlci1tZW1iZXJzaGlwL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hcm1lbWJlci1tZW1iZXJzaGlwL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12868, 1674318616.886179, 1674318616.742500, 0x00000000000000000000ffffc2a9af27, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/wpputty/wpputty.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cHB1dHR5L3dwcHV0dHkucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12863, 1674228316.978922, 1674228316.828900, 0x00000000000000000000ffffc18e928a, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/ioptimization/IOptimize.php?rchk=', '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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9uL0lPcHRpbWl6ZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12366, 1672789911.260550, 1672789911.242500, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/image-hover-effects-ultimate/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Linux; Android 11; Lenovo YT-J706X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pbWFnZS1ob3Zlci1lZmZlY3RzLXVsdGltYXRlL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pbWFnZS1ob3Zlci1lZmZlY3RzLXVsdGltYXRlL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12861, 1674210599.334561, 1674210599.308700, 0x00000000000000000000ffffc22614a1, 0, 403, 0, 0, 0, 'https://iamctv.com/joobi/inc/openflashchart/php-ofc-library/ofc_upload_image.php', NULL, 'ALittle Client', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"QUxpdHRsZSBDbGllbnQ=\",\"path\":\"L2pvb2JpL2luYy9vcGVuZmxhc2hjaGFydC9waHAtb2ZjLWxpYnJhcnkvb2ZjX3VwbG9hZF9pbWFnZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12862, 1674228327.645094, 1674228327.602200, 0x00000000000000000000ffffc18e928a, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/ioptimization/IOptimize.php?rchk=', '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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9uL0lPcHRpbWl6ZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12110, 1672074781.328633, 1672074781.177700, 0x00000000000000000000ffff1476a20d, 0, 403, 0, 0, 0, 'https://iamctv.com/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}'),
(12356, 1672789891.451386, 1672789891.435000, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/sitemap-by-click5/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaXRlbWFwLWJ5LWNsaWNrNS9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaXRlbWFwLWJ5LWNsaWNrNS9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12357, 1672789891.447053, 1672789891.435000, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/sitemap-by-click5/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaXRlbWFwLWJ5LWNsaWNrNS9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaXRlbWFwLWJ5LWNsaWNrNS9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12335, 1672789846.723452, 1672789846.710800, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/wpcargo/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Linux; Android 12; SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.5304.141 Mobile Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cGNhcmdvL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cGNhcmdvL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12176, 1672199637.710480, 1672199637.688800, 0x00000000000000000000ffff9f41520a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/sites/default/files/cgialfa', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NpdGVzL2RlZmF1bHQvZmlsZXMvY2dpYWxmYQ==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12194, 1672275563.871086, 1672275563.849800, 0x00000000000000000000ffff416cfdfc, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/uploads/html2wp/abruzi.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\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy9odG1sMndwL2FicnV6aS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12175, 1672199647.522536, 1672199647.500400, 0x00000000000000000000ffff9f41520a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/admin/controller/extension/extension/ALFA_DATA', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FkbWluL2NvbnRyb2xsZXIvZXh0ZW5zaW9uL2V4dGVuc2lvbi9BTEZBX0RBVEE=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12193, 1672275571.343266, 1672275571.320100, 0x00000000000000000000ffff416cfdfc, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/king.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\":\"L3dwLWNvbnRlbnQva2luZy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12174, 1672199649.490654, 1672199649.470200, 0x00000000000000000000ffff9f41520a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/admin/controller/extension/extension/alfacgiapi', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FkbWluL2NvbnRyb2xsZXIvZXh0ZW5zaW9uL2V4dGVuc2lvbi9hbGZhY2dpYXBp\",\"category\":\"brute-force\",\"ssl\":1}'),
(12342, 1672789876.937935, 1672789876.922100, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/nd-restaurant-reservations/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Linux; Android 11; Lenovo YT-J706X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1yZXN0YXVyYW50LXJlc2VydmF0aW9ucy9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1yZXN0YXVyYW50LXJlc2VydmF0aW9ucy9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12339, 1672789862.689468, 1672789862.670900, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/booking-calendar/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9ib29raW5nLWNhbGVuZGFyL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9ib29raW5nLWNhbGVuZGFyL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12188, 1672230423.921929, 1672230423.767400, 0x00000000000000000000ffffab161c0b, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/wpputty/wpputty.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cHB1dHR5L3dwcHV0dHkucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12880, 1674556280.363560, 1674556280.339800, 0x00000000000000000000ffffc22614a1, 0, 403, 0, 0, 0, 'https://iamctv.com/administrator/components/com_maian15/charts/php-ofc-library/ofc_upload_image.php', NULL, 'ALittle Client', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"QUxpdHRsZSBDbGllbnQ=\",\"path\":\"L2FkbWluaXN0cmF0b3IvY29tcG9uZW50cy9jb21fbWFpYW4xNS9jaGFydHMvcGhwLW9mYy1saWJyYXJ5L29mY191cGxvYWRfaW1hZ2UucGhw\",\"category\":\"brute-force\",\"ssl\":1,\"fullRequest\":\"R0VUIC9hZG1pbmlzdHJhdG9yL2NvbXBvbmVudHMvY29tX21haWFuMTUvY2hhcnRzL3BocC1vZmMtbGlicmFyeS9vZmNfdXBsb2FkX2ltYWdlLnBocCBIVFRQLzEuMQpDb25uZWN0aW9uOiBjbG9zZQpIb3N0OiBpYW1jdHYuY29tClVzZXItQWdlbnQ6IEFMaXR0bGUgQ2xpZW50CkFjY2VwdDogKi8qCkNvbnRlbnQtVHlwZTogYXBwbGljYXRpb24vanNvbgpDb250ZW50LUxlbmd0aDogMAoK\"}'),
(12106, 1672022625.166889, 1672022625.138900, 0x00000000000000000000ffff93b69a9a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/olux.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L29sdXgucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12341, 1672789861.902490, 1672789861.890400, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/booking-calendar/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9ib29raW5nLWNhbGVuZGFyL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9ib29raW5nLWNhbGVuZGFyL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12881, 1674579510.784274, 1674579510.628100, 0x00000000000000000000ffffc22614a1, 0, 403, 0, 0, 0, 'https://iamctv.com/components/com_joomleague/assets/classes/open-flash-chart/ofc_upload_image.php', NULL, 'ALittle Client', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"QUxpdHRsZSBDbGllbnQ=\",\"path\":\"L2NvbXBvbmVudHMvY29tX2pvb21sZWFndWUvYXNzZXRzL2NsYXNzZXMvb3Blbi1mbGFzaC1jaGFydC9vZmNfdXBsb2FkX2ltYWdlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1,\"fullRequest\":\"R0VUIC9jb21wb25lbnRzL2NvbV9qb29tbGVhZ3VlL2Fzc2V0cy9jbGFzc2VzL29wZW4tZmxhc2gtY2hhcnQvb2ZjX3VwbG9hZF9pbWFnZS5waHAgSFRUUC8xLjEKQ29ubmVjdGlvbjogY2xvc2UKSG9zdDogaWFtY3R2LmNvbQpVc2VyLUFnZW50OiBBTGl0dGxlIENsaWVudApBY2NlcHQ6ICovKgpDb250ZW50LVR5cGU6IGFwcGxpY2F0aW9uL2pzb24KQ29udGVudC1MZW5ndGg6IDAKCg==\"}'),
(12882, 1674584069.635067, 1674584069.498400, 0x00000000000000000000ffffc22614a1, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/wp-seo-spy-google/ofc/php-ofc-library/ofc_upload_image.php', NULL, 'ALittle Client', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"QUxpdHRsZSBDbGllbnQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1zZW8tc3B5LWdvb2dsZS9vZmMvcGhwLW9mYy1saWJyYXJ5L29mY191cGxvYWRfaW1hZ2UucGhw\",\"category\":\"brute-force\",\"ssl\":1,\"fullRequest\":\"R0VUIC93cC1jb250ZW50L3BsdWdpbnMvd3Atc2VvLXNweS1nb29nbGUvb2ZjL3BocC1vZmMtbGlicmFyeS9vZmNfdXBsb2FkX2ltYWdlLnBocCBIVFRQLzEuMQpDb25uZWN0aW9uOiBjbG9zZQpIb3N0OiBpYW1jdHYuY29tClVzZXItQWdlbnQ6IEFMaXR0bGUgQ2xpZW50CkFjY2VwdDogKi8qCkNvbnRlbnQtVHlwZTogYXBwbGljYXRpb24vanNvbgpDb250ZW50LUxlbmd0aDogMAoK\"}'),
(12340, 1672789861.906839, 1672789861.890400, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/booking-calendar/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9ib29raW5nLWNhbGVuZGFyL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9ib29raW5nLWNhbGVuZGFyL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12367, 1672789911.256094, 1672789911.242500, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/image-hover-effects-ultimate/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Linux; Android 11; Lenovo YT-J706X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pbWFnZS1ob3Zlci1lZmZlY3RzLXVsdGltYXRlL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pbWFnZS1ob3Zlci1lZmZlY3RzLXVsdGltYXRlL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12368, 1672789910.447808, 1672789910.430000, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/image-hover-effects-ultimate/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Linux; Android 11; Lenovo YT-J706X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pbWFnZS1ob3Zlci1lZmZlY3RzLXVsdGltYXRlL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pbWFnZS1ob3Zlci1lZmZlY3RzLXVsdGltYXRlL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12170, 1672199653.357027, 1672199653.338100, 0x00000000000000000000ffff9f41520a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/olux.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L29sdXgucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12196, 1672275554.017642, 1672275553.997800, 0x00000000000000000000ffff416cfdfc, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/uploads/wp_live_chat/abruzi.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\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy93cF9saXZlX2NoYXQvYWJydXppLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12333, 1672789848.982729, 1672789848.966100, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/nd-learning/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Linux; Android 12; SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.5304.141 Mobile Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1sZWFybmluZy9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1sZWFybmluZy9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12332, 1672789848.986718, 1672789848.966100, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/nd-learning/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Linux; Android 12; SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.5304.141 Mobile Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1sZWFybmluZy9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1sZWFybmluZy9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12197, 1672275552.248063, 1672275552.227600, 0x00000000000000000000ffff416cfdfc, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-json/wp_live_chat_support/v1/remote_upload', '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\":\"L3dwLWpzb24vd3BfbGl2ZV9jaGF0X3N1cHBvcnQvdjEvcmVtb3RlX3VwbG9hZA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12331, 1672789849.751469, 1672789849.740500, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/nd-learning/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Linux; Android 12; SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.5304.141 Mobile Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1sZWFybmluZy9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1sZWFybmluZy9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12183, 1672199606.605723, 1672199606.585700, 0x00000000000000000000ffff9f41520a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/alfacgiapi', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvYWxmYWNnaWFwaQ==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12184, 1672199599.467563, 1672199599.444400, 0x00000000000000000000ffff9f41520a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/ALFA_DATA', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvQUxGQV9EQVRB\",\"category\":\"brute-force\",\"ssl\":1}'),
(12168, 1672199653.911998, 1672199653.885000, 0x00000000000000000000ffff9f41520a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wso.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dzby5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12169, 1672199653.643417, 1672199653.624900, 0x00000000000000000000ffff9f41520a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/xleet.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3hsZWV0LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12107, 1672022624.331247, 1672022624.302300, 0x00000000000000000000ffff93b69a9a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/index.php?3x=3x', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2luZGV4LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12108, 1672022623.195298, 1672022623.176700, 0x00000000000000000000ffff93b69a9a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/ubh/up.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91YmgvdXAucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12109, 1672074792.343493, 1672074792.306300, 0x00000000000000000000ffff1476a20d, 0, 403, 0, 0, 0, 'https://iamctv.com/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}'),
(12778, 1673988502.562194, 1673988502.541400, 0x00000000000000000000ffffa51633ab, 0, 403, 0, 0, 0, 'https://www.iamctv.com/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}'),
(12779, 1673988499.119729, 1673988498.958600, 0x00000000000000000000ffffa51633ab, 0, 403, 0, 0, 0, 'https://www.iamctv.com/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}'),
(12870, 1674430872.232527, 1674430872.205900, 0x00000000000000000000ffff65807f0a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/ioptimization/IOptimize.php?rchk=', '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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9uL0lPcHRpbWl6ZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12871, 1674430848.459004, 1674430848.320400, 0x00000000000000000000ffff65807f0a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/ioptimization/IOptimize.php?rchk=', '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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pb3B0aW1pemF0aW9uL0lPcHRpbWl6ZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12872, 1674456579.731343, 1674456579.711200, 0x00000000000000000000ffff39808127, 0, 403, 0, 0, 0, 'https://iamctv.com/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}'),
(12874, 1674478195.626388, 1674478195.475500, 0x00000000000000000000ffffc22614a1, 0, 403, 0, 0, 0, 'https://iamctv.com/administrator/components/com_jinc/classes/graphics/php-ofc-library/ofc_upload_image.php', NULL, 'ALittle Client', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"QUxpdHRsZSBDbGllbnQ=\",\"path\":\"L2FkbWluaXN0cmF0b3IvY29tcG9uZW50cy9jb21famluYy9jbGFzc2VzL2dyYXBoaWNzL3BocC1vZmMtbGlicmFyeS9vZmNfdXBsb2FkX2ltYWdlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1,\"fullRequest\":\"R0VUIC9hZG1pbmlzdHJhdG9yL2NvbXBvbmVudHMvY29tX2ppbmMvY2xhc3Nlcy9ncmFwaGljcy9waHAtb2ZjLWxpYnJhcnkvb2ZjX3VwbG9hZF9pbWFnZS5waHAgSFRUUC8xLjEKQ29ubmVjdGlvbjogY2xvc2UKSG9zdDogaWFtY3R2LmNvbQpVc2VyLUFnZW50OiBBTGl0dGxlIENsaWVudApBY2NlcHQ6ICovKgpDb250ZW50LVR5cGU6IGFwcGxpY2F0aW9uL2pzb24KQ29udGVudC1MZW5ndGg6IDAKCg==\"}'),
(12864, 1674287903.960337, 1674287903.934800, 0x00000000000000000000ffffc22614a1, 0, 403, 0, 0, 0, 'https://iamctv.com/administrator/components/com_maianmedia/utilities/charts/php-ofc-library/ofc_upload_image.php', NULL, 'ALittle Client', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"QUxpdHRsZSBDbGllbnQ=\",\"path\":\"L2FkbWluaXN0cmF0b3IvY29tcG9uZW50cy9jb21fbWFpYW5tZWRpYS91dGlsaXRpZXMvY2hhcnRzL3BocC1vZmMtbGlicmFyeS9vZmNfdXBsb2FkX2ltYWdlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12865, 1674287894.788208, 1674287894.644500, 0x00000000000000000000ffffc22614a1, 0, 403, 0, 0, 0, 'https://iamctv.com/components/com_acymailing/inc/openflash/php-ofc-library/ofc_upload_image.php', NULL, 'ALittle Client', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"QUxpdHRsZSBDbGllbnQ=\",\"path\":\"L2NvbXBvbmVudHMvY29tX2FjeW1haWxpbmcvaW5jL29wZW5mbGFzaC9waHAtb2ZjLWxpYnJhcnkvb2ZjX3VwbG9hZF9pbWFnZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12866, 1674318667.137808, 1674318666.973000, 0x00000000000000000000ffffc2a9af27, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/wpzip/wpzip.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cHppcC93cHppcC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12698, 1673797259.669027, 1673797259.654800, 0x00000000000000000000ffff5b6b9f64, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/scripts-organizer/plugins/meta-box/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zY3JpcHRzLW9yZ2FuaXplci9wbHVnaW5zL21ldGEtYm94L3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zY3JpcHRzLW9yZ2FuaXplci9wbHVnaW5zL21ldGEtYm94L3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12842, 1674094001.759808, 1674094001.740600, 0x00000000000000000000ffff054bcce3, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-includes/small.php', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L3dwLWluY2x1ZGVzL3NtYWxsLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12701, 1673797271.893890, 1673797271.871000, 0x00000000000000000000ffff5b6b9f64, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/all-in-one-video-gallery/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hbGwtaW4tb25lLXZpZGVvLWdhbGxlcnkvcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hbGwtaW4tb25lLXZpZGVvLWdhbGxlcnkvcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12738, 1673806886.685188, 1673806886.650300, 0x00000000000000000000ffff054bbae4, 0, 403, 0, 0, 0, 'https://www.iamctv.com/old-index.php', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L29sZC1pbmRleC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12702, 1673797271.885291, 1673797271.871000, 0x00000000000000000000ffff5b6b9f64, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/all-in-one-video-gallery/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hbGwtaW4tb25lLXZpZGVvLWdhbGxlcnkvcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hbGwtaW4tb25lLXZpZGVvLWdhbGxlcnkvcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12703, 1673797284.105433, 1673797284.082000, 0x00000000000000000000ffff5b6b9f64, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/simply-schedule-appointments/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaW1wbHktc2NoZWR1bGUtYXBwb2ludG1lbnRzL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaW1wbHktc2NoZWR1bGUtYXBwb2ludG1lbnRzL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12840, 1674094007.658722, 1674094007.628100, 0x00000000000000000000ffff054bcce3, 0, 403, 0, 0, 0, 'https://www.iamctv.com/upload.php', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L3VwbG9hZC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12740, 1673806875.185522, 1673806875.163900, 0x00000000000000000000ffff054bbae4, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-includes/fonts/css.php', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L3dwLWluY2x1ZGVzL2ZvbnRzL2Nzcy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12704, 1673797284.095689, 1673797284.082000, 0x00000000000000000000ffff5b6b9f64, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/simply-schedule-appointments/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaW1wbHktc2NoZWR1bGUtYXBwb2ludG1lbnRzL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zaW1wbHktc2NoZWR1bGUtYXBwb2ludG1lbnRzL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12739, 1673806880.538117, 1673806880.514300, 0x00000000000000000000ffff054bbae4, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-includes/css/css.php', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L3dwLWluY2x1ZGVzL2Nzcy9jc3MucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12371, 1672789907.969016, 1672789907.956600, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/capabilities-pro/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jYXBhYmlsaXRpZXMtcHJvL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jYXBhYmlsaXRpZXMtcHJvL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12372, 1672789924.928720, 1672789924.905800, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/nd-booking/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Linux; Android 12; SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.5304.141 Mobile Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1ib29raW5nL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1ib29raW5nL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12457, 1673146790.591810, 1673146790.570200, 0x00000000000000000000ffffab161c0b, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/wpyii2/wpyii2.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cHlpaTIvd3B5aWkyLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12488, 1673277854.047492, 1673277854.014700, 0x00000000000000000000ffff2de3fe16, 0, 403, 0, 0, 0, 'https://www.iamctv.com/gank.php.PhP', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2dhbmsucGhwLlBoUA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12501, 1673277987.962405, 1673277987.929600, 0x00000000000000000000ffff2de3fe16, 0, 403, 0, 0, 0, 'https://www.iamctv.com/alfa.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FsZmEucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12502, 1673277987.777732, 1673277987.758800, 0x00000000000000000000ffff2de3fe16, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12547, 0.000000, 1673357094.377433, 0x00000000000000000000ffff49b89592, 0, 302, 0, 1, 0, 'https://www.iamctv.com/ogbongastore/', 'https://www.iamctv.com/ogbongastore/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36', 'loginOK', NULL, NULL),
(12548, 0.000000, 1673357099.463203, 0x00000000000000000000ffff49b89592, 0, 200, 0, 1, 0, 'https://www.iamctv.com/ogbongastore/', 'https://www.iamctv.com/ogbongastore/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36', 'loginOK', NULL, NULL),
(12676, 1673797182.035652, 1673797182.021700, 0x00000000000000000000ffff5b6b9f64, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/wpcargo/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cGNhcmdvL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cGNhcmdvL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12541, 1673277952.763192, 1673277952.744200, 0x00000000000000000000ffff2de3fe16, 0, 403, 0, 0, 0, 'https://www.iamctv.com/.well-known/ALFA_DATA', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"Ly53ZWxsLWtub3duL0FMRkFfREFUQQ==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12540, 1673277953.500862, 1673277953.461600, 0x00000000000000000000ffff2de3fe16, 0, 403, 0, 0, 0, 'https://www.iamctv.com/.well-known/alfacgiapi', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"Ly53ZWxsLWtub3duL2FsZmFjZ2lhcGk=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12538, 1673277954.999713, 1673277954.976800, 0x00000000000000000000ffff2de3fe16, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/uploads/ALFA_DATA', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy9BTEZBX0RBVEE=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12539, 1673277954.269079, 1673277954.248300, 0x00000000000000000000ffff2de3fe16, 0, 403, 0, 0, 0, 'https://www.iamctv.com/.well-known/cgialfa', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"Ly53ZWxsLWtub3duL2NnaWFsZmE=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12723, 1673807008.750613, 1673807008.710100, 0x00000000000000000000ffff054bbae4, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/wpdiscuz/themes/default/style-rtl.css', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cGRpc2N1ei90aGVtZXMvZGVmYXVsdC9zdHlsZS1ydGwuY3Nz\",\"category\":\"brute-force\",\"ssl\":1}'),
(12851, 1674094049.317698, 1674094049.287300, 0x00000000000000000000ffff054bcce3, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/fancy-product-designer/inc/custom-image-handler.php', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9mYW5jeS1wcm9kdWN0LWRlc2lnbmVyL2luYy9jdXN0b20taW1hZ2UtaGFuZGxlci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12673, 1673797187.930360, 1673797187.907200, 0x00000000000000000000ffff5b6b9f64, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/nd-learning/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1sZWFybmluZy9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1sZWFybmluZy9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12537, 1673277955.718874, 1673277955.697800, 0x00000000000000000000ffff2de3fe16, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/uploads/alfacgiapi', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy9hbGZhY2dpYXBp\",\"category\":\"brute-force\",\"ssl\":1}');
INSERT INTO `iamc_wfhits` (`id`, `attackLogTime`, `ctime`, `IP`, `jsRun`, `statusCode`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`, `action`, `actionDescription`, `actionData`) VALUES
(12545, 1673280109.376264, 1673280109.227600, 0x00000000000000000000ffffaa409e6d, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/index.php?x=ooo', '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\":\"L3dwLWNvbnRlbnQvaW5kZXgucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12536, 1673277956.455060, 1673277956.435700, 0x00000000000000000000ffff2de3fe16, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/uploads/cgialfa', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy9jZ2lhbGZh\",\"category\":\"brute-force\",\"ssl\":1}'),
(12535, 1673277957.186272, 1673277957.166300, 0x00000000000000000000ffff2de3fe16, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-includes/ALFA_DATA', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWluY2x1ZGVzL0FMRkFfREFUQQ==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12534, 1673277957.929114, 1673277957.902300, 0x00000000000000000000ffff2de3fe16, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-includes/alfacgiapi', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWluY2x1ZGVzL2FsZmFjZ2lhcGk=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12549, 0.000000, 1673357692.089521, 0x00000000000000000000ffff49b89592, 0, 200, 0, 1, 0, 'https://www.iamctv.com/ogbongastore/?action=logout&_wpnonce=0b87692135', 'https://www.iamctv.com/wp-admin/plugins.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36', 'logout', NULL, NULL),
(12546, 1673296979.499640, 1673296979.361100, 0x00000000000000000000ffffc22614a1, 0, 403, 0, 0, 0, 'https://iamctv.com/php-ofc-library/ofc_upload_image.php', NULL, 'ALittle Client', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"QUxpdHRsZSBDbGllbnQ=\",\"path\":\"L3BocC1vZmMtbGlicmFyeS9vZmNfdXBsb2FkX2ltYWdlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12524, 1673277965.394121, 1673277965.372400, 0x00000000000000000000ffff2de3fe16, 0, 403, 0, 0, 0, 'https://www.iamctv.com/templates/beez3/cgialfa', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3RlbXBsYXRlcy9iZWV6My9jZ2lhbGZh\",\"category\":\"brute-force\",\"ssl\":1}'),
(12478, 1673277568.379916, 1673277568.220600, 0x00000000000000000000ffff2de3fe16, 0, 403, 0, 0, 0, 'https://www.iamctv.com/old-index.php?daksldlkdsadas=1', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L29sZC1pbmRleC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12672, 1673797169.350086, 1673797169.336000, 0x00000000000000000000ffff5b6b9f64, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/udraw/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91ZHJhdy9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91ZHJhdy9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12671, 1673797169.355122, 1673797169.336000, 0x00000000000000000000ffff5b6b9f64, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/udraw/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/107.0.5304.101 Mobile/15E148 Safari/604.1', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91ZHJhdy9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy91ZHJhdy9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12722, 1673797358.903403, 1673797358.889300, 0x00000000000000000000ffff5b6b9f64, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/yith-woocommerce-gift-cards-premium/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Linux; Android 11; ONEPLUS A6013) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Mobile Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy95aXRoLXdvb2NvbW1lcmNlLWdpZnQtY2FyZHMtcHJlbWl1bS9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy95aXRoLXdvb2NvbW1lcmNlLWdpZnQtY2FyZHMtcHJlbWl1bS9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12675, 1673797182.047088, 1673797182.021700, 0x00000000000000000000ffff5b6b9f64, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/wpcargo/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 13_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cGNhcmdvL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cGNhcmdvL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12724, 1673807000.988785, 1673807000.967700, 0x00000000000000000000ffff054bbae4, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/fancy-product-designer/inc/custom-image-handler.php', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9mYW5jeS1wcm9kdWN0LWRlc2lnbmVyL2luYy9jdXN0b20taW1hZ2UtaGFuZGxlci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12101, 1672022626.412565, 1672022626.393000, 0x00000000000000000000ffff93b69a9a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/upload.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3VwbG9hZC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12137, 1672199544.716250, 1672199544.694100, 0x00000000000000000000ffff9f41520a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-admin/ALFA_DATA', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWFkbWluL0FMRkFfREFUQQ==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12102, 1672022626.289711, 1672022626.269500, 0x00000000000000000000ffff93b69a9a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/up.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3VwLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12208, 1672275512.960106, 1672275512.934700, 0x00000000000000000000ffff416cfdfc, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/apikey/apikey.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hcGlrZXkvYXBpa2V5LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12103, 1672022626.158769, 1672022626.135100, 0x00000000000000000000ffff93b69a9a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/shell.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NoZWxsLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12136, 1672199565.617446, 1672199565.594100, 0x00000000000000000000ffff9f41520a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-admin/alfacgiapi', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWFkbWluL2FsZmFjZ2lhcGk=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12104, 1672022625.909844, 1672022625.888500, 0x00000000000000000000ffff93b69a9a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wso.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dzby5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12105, 1672022625.555095, 1672022625.531400, 0x00000000000000000000ffff93b69a9a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/xleet.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3hsZWV0LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12135, 1672199578.598761, 1672199578.575400, 0x00000000000000000000ffff9f41520a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-admin/cgialfa', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWFkbWluL2NnaWFsZmE=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12089, 1672022523.531419, 1672022523.507200, 0x00000000000000000000ffff93b69a9a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/outcms.php?up=', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvb3V0Y21zLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12144, 1672199519.008906, 1672199518.983500, 0x00000000000000000000ffff9f41520a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/.well-known/cgialfa', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"Ly53ZWxsLWtub3duL2NnaWFsZmE=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12090, 1672022627.583498, 1672022627.556400, 0x00000000000000000000ffff93b69a9a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/shells.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NoZWxscy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12143, 1672199526.895577, 1672199526.874200, 0x00000000000000000000ffff9f41520a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/uploads/ALFA_DATA', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy9BTEZBX0RBVEE=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12091, 1672022627.501017, 1672022627.479100, 0x00000000000000000000ffff93b69a9a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/about.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2Fib3V0LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12206, 1672275520.999532, 1672275520.980100, 0x00000000000000000000ffff416cfdfc, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/cherry-plugin/admin/import-export/a57bze8931.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9jaGVycnktcGx1Z2luL2FkbWluL2ltcG9ydC1leHBvcnQvYTU3YnplODkzMS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12092, 1672022627.432659, 1672022627.413200, 0x00000000000000000000ffff93b69a9a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/templates/beez3/index.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3RlbXBsYXRlcy9iZWV6My9pbmRleC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12142, 1672199529.533524, 1672199529.514300, 0x00000000000000000000ffff9f41520a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/uploads/alfacgiapi', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy9hbGZhY2dpYXBp\",\"category\":\"brute-force\",\"ssl\":1}'),
(12093, 1672022627.352596, 1672022627.325100, 0x00000000000000000000ffff93b69a9a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/config.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2NvbmZpZy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12325, 1672789829.129523, 1672789829.117400, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/woo-product-table/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Linux; Android 12; SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.5304.141 Mobile Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93b28tcHJvZHVjdC10YWJsZS9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93b28tcHJvZHVjdC10YWJsZS9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12094, 1672022627.279240, 1672022627.261000, 0x00000000000000000000ffff93b69a9a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/alfa.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FsZmEucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12141, 1672199531.553309, 1672199531.531900, 0x00000000000000000000ffff9f41520a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/uploads/cgialfa', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy9jZ2lhbGZh\",\"category\":\"brute-force\",\"ssl\":1}'),
(12095, 1672022627.216656, 1672022627.198900, 0x00000000000000000000ffff93b69a9a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12096, 1672022627.130849, 1672022627.111600, 0x00000000000000000000ffff93b69a9a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/test.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3Rlc3QucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12207, 1672275515.039363, 1672275515.014400, 0x00000000000000000000ffff416cfdfc, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/apikey/a57bze8931.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9hcGlrZXkvYTU3YnplODkzMS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12140, 1672199533.507907, 1672199533.486400, 0x00000000000000000000ffff9f41520a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-includes/ALFA_DATA', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWluY2x1ZGVzL0FMRkFfREFUQQ==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12097, 1672022627.039467, 1672022627.021000, 0x00000000000000000000ffff93b69a9a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/a.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2EucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12098, 1672022626.772640, 1672022626.753800, 0x00000000000000000000ffff93b69a9a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/z.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3oucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12139, 1672199535.279915, 1672199535.249300, 0x00000000000000000000ffff9f41520a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-includes/alfacgiapi', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWluY2x1ZGVzL2FsZmFjZ2lhcGk=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12099, 1672022626.654169, 1672022626.630100, 0x00000000000000000000ffff93b69a9a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/x.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3gucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12100, 1672022626.575290, 1672022626.556800, 0x00000000000000000000ffff93b69a9a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/1.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"LzEucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12138, 1672199536.999224, 1672199536.975400, 0x00000000000000000000ffff9f41520a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-includes/cgialfa', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWluY2x1ZGVzL2NnaWFsZmE=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12326, 1672789823.627972, 1672789823.608400, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/nd-donations/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Linux; Android 11; ONEPLUS A6013) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Mobile Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1kb25hdGlvbnMvcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1kb25hdGlvbnMvcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12205, 1672275524.267517, 1672275524.246500, 0x00000000000000000000ffff416cfdfc, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/formcraft/file-upload/server/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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9mb3JtY3JhZnQvZmlsZS11cGxvYWQvc2VydmVyL3BocC8=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12146, 1672199510.002124, 1672199509.972800, 0x00000000000000000000ffff9f41520a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/.well-known/ALFA_DATA', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"Ly53ZWxsLWtub3duL0FMRkFfREFUQQ==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12086, 1672022534.691766, 1672022534.671200, 0x00000000000000000000ffff93b69a9a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/error.php?phpshells=', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2Vycm9yLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12883, 1674640287.516440, 1674640287.362000, 0x00000000000000000000ffffc22614a1, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/formidable/pro/js/ofc-library/ofc_upload_image.php', NULL, 'ALittle Client', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"QUxpdHRsZSBDbGllbnQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9mb3JtaWRhYmxlL3Byby9qcy9vZmMtbGlicmFyeS9vZmNfdXBsb2FkX2ltYWdlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1,\"fullRequest\":\"R0VUIC93cC1jb250ZW50L3BsdWdpbnMvZm9ybWlkYWJsZS9wcm8vanMvb2ZjLWxpYnJhcnkvb2ZjX3VwbG9hZF9pbWFnZS5waHAgSFRUUC8xLjEKQ29ubmVjdGlvbjogY2xvc2UKSG9zdDogaWFtY3R2LmNvbQpVc2VyLUFnZW50OiBBTGl0dGxlIENsaWVudApBY2NlcHQ6ICovKgpDb250ZW50LVR5cGU6IGFwcGxpY2F0aW9uL2pzb24KQ29udGVudC1MZW5ndGg6IDAKCg==\"}'),
(12078, 1672022563.196442, 1672022563.176400, 0x00000000000000000000ffff93b69a9a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/uploads/alfacgiapi', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy9hbGZhY2dpYXBp\",\"category\":\"brute-force\",\"ssl\":1}'),
(12051, 1672022004.920973, 1672022004.897300, 0x00000000000000000000ffff93b69a9a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-includes/wp-class.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWluY2x1ZGVzL3dwLWNsYXNzLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12327, 1672789823.623183, 1672789823.608400, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/nd-donations/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Linux; Android 11; ONEPLUS A6013) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Mobile Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1kb25hdGlvbnMvcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9uZC1kb25hdGlvbnMvcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12153, 1672199483.908585, 1672199483.888800, 0x00000000000000000000ffff9f41520a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/outcms.php?up=', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvb3V0Y21zLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12052, 1672022030.760396, 1672022030.733800, 0x00000000000000000000ffff93b69a9a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-booking.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWJvb2tpbmcucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12077, 1672022566.067205, 1672022566.047000, 0x00000000000000000000ffff93b69a9a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/uploads/cgialfa', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy9jZ2lhbGZh\",\"category\":\"brute-force\",\"ssl\":1}'),
(12053, 1672022178.441093, 1672022178.287400, 0x00000000000000000000ffff93b69a9a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/backup_index.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9iYWNrdXBfaW5kZXgucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12062, 1672022613.722957, 1672022613.703200, 0x00000000000000000000ffff93b69a9a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/sites/default/files/cgialfa', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NpdGVzL2RlZmF1bHQvZmlsZXMvY2dpYWxmYQ==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12063, 1672022611.579298, 1672022611.560600, 0x00000000000000000000ffff93b69a9a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/sites/default/files/alfacgiapi', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NpdGVzL2RlZmF1bHQvZmlsZXMvYWxmYWNnaWFwaQ==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12161, 1672199655.189292, 1672199655.150500, 0x00000000000000000000ffff9f41520a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/a.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2EucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12064, 1672022609.625123, 1672022609.592400, 0x00000000000000000000ffff93b69a9a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/sites/default/files/ALFA_DATA', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NpdGVzL2RlZmF1bHQvZmlsZXMvQUxGQV9EQVRB\",\"category\":\"brute-force\",\"ssl\":1}'),
(12160, 1672199655.346527, 1672199655.327500, 0x00000000000000000000ffff9f41520a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/test.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3Rlc3QucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12065, 1672022606.823323, 1672022606.803600, 0x00000000000000000000ffff93b69a9a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/templates/beez3/cgialfa', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3RlbXBsYXRlcy9iZWV6My9jZ2lhbGZh\",\"category\":\"brute-force\",\"ssl\":1}'),
(12066, 1672022603.461706, 1672022603.441300, 0x00000000000000000000ffff93b69a9a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/templates/beez3/alfacgiapi', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3RlbXBsYXRlcy9iZWV6My9hbGZhY2dpYXBp\",\"category\":\"brute-force\",\"ssl\":1}'),
(12159, 1672199655.483715, 1672199655.465200, 0x00000000000000000000ffff9f41520a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12067, 1672022601.408128, 1672022601.383300, 0x00000000000000000000ffff93b69a9a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/templates/beez3/ALFA_DATA', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3RlbXBsYXRlcy9iZWV6My9BTEZBX0RBVEE=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12201, 1672275536.630691, 1672275536.607800, 0x00000000000000000000ffff416cfdfc, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/superstorefinder-wp/ssf-wp-admin/pages/import.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zdXBlcnN0b3JlZmluZGVyLXdwL3NzZi13cC1hZG1pbi9wYWdlcy9pbXBvcnQucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12068, 1672022598.436797, 1672022598.416900, 0x00000000000000000000ffff93b69a9a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/cgialfa', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvY2dpYWxmYQ==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12158, 1672199655.619449, 1672199655.601000, 0x00000000000000000000ffff9f41520a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/alfa.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2FsZmEucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12069, 1672022595.280691, 1672022595.246900, 0x00000000000000000000ffff93b69a9a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/alfacgiapi', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvYWxmYWNnaWFwaQ==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12070, 1672022587.496843, 1672022587.476500, 0x00000000000000000000ffff93b69a9a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/ALFA_DATA', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWNvbnRlbnQvQUxGQV9EQVRB\",\"category\":\"brute-force\",\"ssl\":1}'),
(12328, 1672789845.672603, 1672789845.642300, 0x00000000000000000000ffffa7ebcc07, 0, 200, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/wpcargo/readme.txt', 'https://www.google.com/search?', 'Mozilla/5.0 (Linux; Android 12; SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.5304.141 Mobile Safari/537.36', 'logged:waf', 'Readme.txt and debug.log scans', '{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cGNhcmdvL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cGNhcmdvL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),
(12157, 1672199655.767420, 1672199655.748500, 0x00000000000000000000ffff9f41520a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/config.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2NvbmZpZy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12071, 1672022584.212509, 1672022584.191200, 0x00000000000000000000ffff93b69a9a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-admin/cgialfa', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWFkbWluL2NnaWFsZmE=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12156, 1672199655.897632, 1672199655.879600, 0x00000000000000000000ffff9f41520a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/templates/beez3/index.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3RlbXBsYXRlcy9iZWV6My9pbmRleC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12072, 1672022580.399903, 1672022580.376900, 0x00000000000000000000ffff93b69a9a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-admin/alfacgiapi', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWFkbWluL2FsZmFjZ2lhcGk=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12202, 1672275530.495570, 1672275530.470600, 0x00000000000000000000ffff416cfdfc, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/uploads/typehub/custom/a57bze8931/.__a57bze8931.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\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy90eXBlaHViL2N1c3RvbS9hNTdiemU4OTMxLy5fX2E1N2J6ZTg5MzEucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12073, 1672022578.268533, 1672022578.249200, 0x00000000000000000000ffff93b69a9a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-admin/ALFA_DATA', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWFkbWluL0FMRkFfREFUQQ==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12155, 1672199656.028963, 1672199656.009700, 0x00000000000000000000ffff9f41520a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/about.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2Fib3V0LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12074, 1672022574.568723, 1672022574.548500, 0x00000000000000000000ffff93b69a9a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-includes/cgialfa', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWluY2x1ZGVzL2NnaWFsZmE=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12075, 1672022571.799875, 1672022571.780800, 0x00000000000000000000ffff93b69a9a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-includes/alfacgiapi', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWluY2x1ZGVzL2FsZmFjZ2lhcGk=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12154, 1672199656.349275, 1672199656.330100, 0x00000000000000000000ffff9f41520a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/shells.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3NoZWxscy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12076, 1672022569.456630, 1672022569.436400, 0x00000000000000000000ffff93b69a9a, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-includes/ALFA_DATA', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3dwLWluY2x1ZGVzL0FMRkFfREFUQQ==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12242, 1672615421.868683, 1672615421.848500, 0x00000000000000000000ffffa7ebcc07, 0, 403, 0, 0, 0, 'https://iamctv.com/abruzi.php4', '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\":\"L2FicnV6aS5waHA0\",\"category\":\"brute-force\",\"ssl\":1}'),
(12272, 1672752779.009882, 1672752778.989200, 0x00000000000000000000ffffab161c0b, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/wpyii2/wpyii2.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cHlpaTIvd3B5aWkyLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12405, 1672898751.661276, 1672898751.519900, 0x00000000000000000000ffff141903b3, 0, 403, 0, 0, 0, 'https://iamctv.com/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}'),
(12398, 1672898752.368220, 1672898752.344600, 0x00000000000000000000ffff141903b3, 0, 403, 0, 0, 0, 'https://iamctv.com/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\":1}'),
(12387, 1672829496.815273, 1672829496.793100, 0x00000000000000000000ffffab161c0b, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/wpzip/wpzip.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cHppcC93cHppcC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12435, 1672967861.421360, 1672967861.395800, 0x00000000000000000000ffffab161c0b, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/wpyii2/wpyii2.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cHlpaTIvd3B5aWkyLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12860, 1674148295.225870, 1674148295.202500, 0x00000000000000000000ffffc22614a1, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/wp-slimstat-ex/lib/ofc/php-ofc-library/ofc_upload_image.php', NULL, 'ALittle Client', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"QUxpdHRsZSBDbGllbnQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cC1zbGltc3RhdC1leC9saWIvb2ZjL3BocC1vZmMtbGlicmFyeS9vZmNfdXBsb2FkX2ltYWdlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12852, 1674094047.246836, 1674094047.223900, 0x00000000000000000000ffff054bcce3, 0, 403, 0, 0, 0, 'https://www.iamctv.com/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php', 'anonymousfox.co', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1JlZmVyZXJd\",\"paramValue\":\"YW5vbnltb3VzZm94LmNv\",\"path\":\"L3ZlbmRvci9waHB1bml0L3BocHVuaXQvc3JjL1V0aWwvUEhQL2V2YWwtc3RkaW4ucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),
(12450, 1673034724.695732, 1673034724.544000, 0x00000000000000000000ffff4f7c0803, 0, 403, 0, 0, 0, 'https://www.iamctv.com/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}'),
(12494, 1673277876.775714, 1673277876.746000, 0x00000000000000000000ffff2de3fe16, 0, 403, 0, 0, 0, 'https://www.iamctv.com/xindex.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L3hpbmRleC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12515, 1673277985.411535, 1673277985.390700, 0x00000000000000000000ffff2de3fe16, 0, 403, 0, 0, 0, 'https://www.iamctv.com/about.php', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2Fib3V0LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),
(12495, 1673277935.679637, 1673277935.541100, 0x00000000000000000000ffff2de3fe16, 0, 403, 0, 0, 0, 'https://www.iamctv.com/error.php?phpshells=', 'www.bing.com', 'wp_is_mobile', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"d3BfaXNfbW9iaWxl\",\"path\":\"L2Vycm9yLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}');
INSERT INTO `iamc_wfhits` (`id`, `attackLogTime`, `ctime`, `IP`, `jsRun`, `statusCode`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`, `action`, `actionDescription`, `actionData`) VALUES
(12186, 1672230468.276130, 1672230468.128100, 0x00000000000000000000ffffab161c0b, 0, 403, 0, 0, 0, 'https://www.iamctv.com/wp-content/plugins/wpzip/wpzip.php', NULL, 'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36', 'blocked:waf', 'Known malicious User-Agents', '{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy93cHppcC93cHppcC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12249, 1672615383.167749, 1672615383.137700, 0x00000000000000000000ffffa7ebcc07, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/formcraft/file-upload/server/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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9mb3JtY3JhZnQvZmlsZS11cGxvYWQvc2VydmVyL3BocC8=\",\"category\":\"brute-force\",\"ssl\":1}'),
(12248, 1672615388.352701, 1672615388.334000, 0x00000000000000000000ffffa7ebcc07, 0, 403, 0, 0, 0, 'https://iamctv.com/wp-content/plugins/formcraft/file-upload/server/php/files/a57bze8931.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\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9mb3JtY3JhZnQvZmlsZS11cGxvYWQvc2VydmVyL3BocC9maWxlcy9hNTdiemU4OTMxLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}');

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

--
-- Table structure for table `iamc_wfhoover`
--

CREATE TABLE `iamc_wfhoover` (
  `id` int UNSIGNED NOT NULL,
  `owner` text,
  `host` text,
  `path` text,
  `hostKey` varbinary(124) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

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

--
-- Table structure for table `iamc_wfissues`
--

CREATE TABLE `iamc_wfissues` (
  `id` int UNSIGNED NOT NULL,
  `time` int UNSIGNED NOT NULL,
  `lastUpdated` int UNSIGNED NOT NULL,
  `status` varchar(10) NOT NULL,
  `type` varchar(20) NOT NULL,
  `severity` tinyint UNSIGNED NOT NULL,
  `ignoreP` char(32) NOT NULL,
  `ignoreC` char(32) NOT NULL,
  `shortMsg` varchar(255) NOT NULL,
  `longMsg` text,
  `data` text
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `iamc_wfissues`
--

INSERT INTO `iamc_wfissues` (`id`, `time`, `lastUpdated`, `status`, `type`, `severity`, `ignoreP`, `ignoreC`, `shortMsg`, `longMsg`, `data`) VALUES
(2369, 1658506443, 1658506443, '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/www/iamctv.com/media', 'a:0:{}');

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

--
-- Table structure for table `iamc_wfknownfilelist`
--

CREATE TABLE `iamc_wfknownfilelist` (
  `id` int UNSIGNED NOT NULL,
  `path` text NOT NULL,
  `wordpress_path` text NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `iamc_wfknownfilelist`
--

INSERT INTO `iamc_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(1, '/home/www/iamctv.com/google96b14961ebda997c.html', 'google96b14961ebda997c.html'),
(2, '/home/www/iamctv.com/index.php', 'index.php'),
(3, '/home/www/iamctv.com/license.txt', 'license.txt'),
(4, '/home/www/iamctv.com/readme.html', 'readme.html'),
(5, '/home/www/iamctv.com/wordfence-waf.php', 'wordfence-waf.php'),
(6, '/home/www/iamctv.com/wp-activate.php', 'wp-activate.php'),
(7, '/home/www/iamctv.com/wp-admin/about.php', 'wp-admin/about.php'),
(8, '/home/www/iamctv.com/wp-admin/admin-ajax.php', 'wp-admin/admin-ajax.php'),
(9, '/home/www/iamctv.com/wp-admin/admin-footer.php', 'wp-admin/admin-footer.php'),
(10, '/home/www/iamctv.com/wp-admin/admin-functions.php', 'wp-admin/admin-functions.php'),
(11, '/home/www/iamctv.com/wp-admin/admin-header.php', 'wp-admin/admin-header.php'),
(12, '/home/www/iamctv.com/wp-admin/admin-post.php', 'wp-admin/admin-post.php'),
(13, '/home/www/iamctv.com/wp-admin/admin.php', 'wp-admin/admin.php'),
(14, '/home/www/iamctv.com/wp-admin/async-upload.php', 'wp-admin/async-upload.php'),
(15, '/home/www/iamctv.com/wp-admin/authorize-application.php', 'wp-admin/authorize-application.php'),
(16, '/home/www/iamctv.com/wp-admin/comment.php', 'wp-admin/comment.php'),
(17, '/home/www/iamctv.com/wp-admin/core', 'wp-admin/core'),
(18, '/home/www/iamctv.com/wp-admin/credits.php', 'wp-admin/credits.php'),
(19, '/home/www/iamctv.com/wp-admin/css/about-rtl.css', 'wp-admin/css/about-rtl.css'),
(20, '/home/www/iamctv.com/wp-admin/css/about-rtl.min.css', 'wp-admin/css/about-rtl.min.css'),
(21, '/home/www/iamctv.com/wp-admin/css/about.css', 'wp-admin/css/about.css'),
(22, '/home/www/iamctv.com/wp-admin/css/about.min.css', 'wp-admin/css/about.min.css'),
(23, '/home/www/iamctv.com/wp-admin/css/admin-menu-rtl.css', 'wp-admin/css/admin-menu-rtl.css'),
(24, '/home/www/iamctv.com/wp-admin/css/admin-menu-rtl.min.css', 'wp-admin/css/admin-menu-rtl.min.css'),
(25, '/home/www/iamctv.com/wp-admin/css/admin-menu.css', 'wp-admin/css/admin-menu.css'),
(26, '/home/www/iamctv.com/wp-admin/css/admin-menu.min.css', 'wp-admin/css/admin-menu.min.css'),
(27, '/home/www/iamctv.com/wp-admin/css/code-editor-rtl.css', 'wp-admin/css/code-editor-rtl.css'),
(28, '/home/www/iamctv.com/wp-admin/css/code-editor-rtl.min.css', 'wp-admin/css/code-editor-rtl.min.css'),
(29, '/home/www/iamctv.com/wp-admin/css/code-editor.css', 'wp-admin/css/code-editor.css'),
(30, '/home/www/iamctv.com/wp-admin/css/code-editor.min.css', 'wp-admin/css/code-editor.min.css'),
(31, '/home/www/iamctv.com/wp-admin/css/color-picker-rtl.css', 'wp-admin/css/color-picker-rtl.css'),
(32, '/home/www/iamctv.com/wp-admin/css/color-picker-rtl.min.css', 'wp-admin/css/color-picker-rtl.min.css'),
(33, '/home/www/iamctv.com/wp-admin/css/color-picker.css', 'wp-admin/css/color-picker.css'),
(34, '/home/www/iamctv.com/wp-admin/css/color-picker.min.css', 'wp-admin/css/color-picker.min.css'),
(35, '/home/www/iamctv.com/wp-admin/css/colors/_admin.scss', 'wp-admin/css/colors/_admin.scss'),
(36, '/home/www/iamctv.com/wp-admin/css/colors/_mixins.scss', 'wp-admin/css/colors/_mixins.scss'),
(37, '/home/www/iamctv.com/wp-admin/css/colors/_variables.scss', 'wp-admin/css/colors/_variables.scss'),
(38, '/home/www/iamctv.com/wp-admin/css/colors/blue/colors-rtl.css', 'wp-admin/css/colors/blue/colors-rtl.css'),
(39, '/home/www/iamctv.com/wp-admin/css/colors/blue/colors-rtl.min.css', 'wp-admin/css/colors/blue/colors-rtl.min.css'),
(40, '/home/www/iamctv.com/wp-admin/css/colors/blue/colors.css', 'wp-admin/css/colors/blue/colors.css'),
(41, '/home/www/iamctv.com/wp-admin/css/colors/blue/colors.min.css', 'wp-admin/css/colors/blue/colors.min.css'),
(42, '/home/www/iamctv.com/wp-admin/css/colors/blue/colors.scss', 'wp-admin/css/colors/blue/colors.scss'),
(43, '/home/www/iamctv.com/wp-admin/css/colors/coffee/colors-rtl.css', 'wp-admin/css/colors/coffee/colors-rtl.css'),
(44, '/home/www/iamctv.com/wp-admin/css/colors/coffee/colors-rtl.min.css', 'wp-admin/css/colors/coffee/colors-rtl.min.css'),
(45, '/home/www/iamctv.com/wp-admin/css/colors/coffee/colors.css', 'wp-admin/css/colors/coffee/colors.css'),
(46, '/home/www/iamctv.com/wp-admin/css/colors/coffee/colors.min.css', 'wp-admin/css/colors/coffee/colors.min.css'),
(47, '/home/www/iamctv.com/wp-admin/css/colors/coffee/colors.scss', 'wp-admin/css/colors/coffee/colors.scss'),
(48, '/home/www/iamctv.com/wp-admin/css/colors/ectoplasm/colors-rtl.css', 'wp-admin/css/colors/ectoplasm/colors-rtl.css'),
(49, '/home/www/iamctv.com/wp-admin/css/colors/ectoplasm/colors-rtl.min.css', 'wp-admin/css/colors/ectoplasm/colors-rtl.min.css'),
(50, '/home/www/iamctv.com/wp-admin/css/colors/ectoplasm/colors.css', 'wp-admin/css/colors/ectoplasm/colors.css'),
(51, '/home/www/iamctv.com/wp-admin/css/colors/ectoplasm/colors.min.css', 'wp-admin/css/colors/ectoplasm/colors.min.css'),
(52, '/home/www/iamctv.com/wp-admin/css/colors/ectoplasm/colors.scss', 'wp-admin/css/colors/ectoplasm/colors.scss'),
(53, '/home/www/iamctv.com/wp-admin/css/colors/light/colors-rtl.css', 'wp-admin/css/colors/light/colors-rtl.css'),
(54, '/home/www/iamctv.com/wp-admin/css/colors/light/colors-rtl.min.css', 'wp-admin/css/colors/light/colors-rtl.min.css'),
(55, '/home/www/iamctv.com/wp-admin/css/colors/light/colors.css', 'wp-admin/css/colors/light/colors.css'),
(56, '/home/www/iamctv.com/wp-admin/css/colors/light/colors.min.css', 'wp-admin/css/colors/light/colors.min.css'),
(57, '/home/www/iamctv.com/wp-admin/css/colors/light/colors.scss', 'wp-admin/css/colors/light/colors.scss'),
(58, '/home/www/iamctv.com/wp-admin/css/colors/midnight/colors-rtl.css', 'wp-admin/css/colors/midnight/colors-rtl.css'),
(59, '/home/www/iamctv.com/wp-admin/css/colors/midnight/colors-rtl.min.css', 'wp-admin/css/colors/midnight/colors-rtl.min.css'),
(60, '/home/www/iamctv.com/wp-admin/css/colors/midnight/colors.css', 'wp-admin/css/colors/midnight/colors.css'),
(61, '/home/www/iamctv.com/wp-admin/css/colors/midnight/colors.min.css', 'wp-admin/css/colors/midnight/colors.min.css'),
(62, '/home/www/iamctv.com/wp-admin/css/colors/midnight/colors.scss', 'wp-admin/css/colors/midnight/colors.scss'),
(63, '/home/www/iamctv.com/wp-admin/css/colors/modern/colors-rtl.css', 'wp-admin/css/colors/modern/colors-rtl.css'),
(64, '/home/www/iamctv.com/wp-admin/css/colors/modern/colors-rtl.min.css', 'wp-admin/css/colors/modern/colors-rtl.min.css'),
(65, '/home/www/iamctv.com/wp-admin/css/colors/modern/colors.css', 'wp-admin/css/colors/modern/colors.css'),
(66, '/home/www/iamctv.com/wp-admin/css/colors/modern/colors.min.css', 'wp-admin/css/colors/modern/colors.min.css'),
(67, '/home/www/iamctv.com/wp-admin/css/colors/modern/colors.scss', 'wp-admin/css/colors/modern/colors.scss'),
(68, '/home/www/iamctv.com/wp-admin/css/colors/ocean/colors-rtl.css', 'wp-admin/css/colors/ocean/colors-rtl.css'),
(69, '/home/www/iamctv.com/wp-admin/css/colors/ocean/colors-rtl.min.css', 'wp-admin/css/colors/ocean/colors-rtl.min.css'),
(70, '/home/www/iamctv.com/wp-admin/css/colors/ocean/colors.css', 'wp-admin/css/colors/ocean/colors.css'),
(71, '/home/www/iamctv.com/wp-admin/css/colors/ocean/colors.min.css', 'wp-admin/css/colors/ocean/colors.min.css'),
(72, '/home/www/iamctv.com/wp-admin/css/colors/ocean/colors.scss', 'wp-admin/css/colors/ocean/colors.scss'),
(73, '/home/www/iamctv.com/wp-admin/css/colors/sunrise/colors-rtl.css', 'wp-admin/css/colors/sunrise/colors-rtl.css'),
(74, '/home/www/iamctv.com/wp-admin/css/colors/sunrise/colors-rtl.min.css', 'wp-admin/css/colors/sunrise/colors-rtl.min.css'),
(75, '/home/www/iamctv.com/wp-admin/css/colors/sunrise/colors.css', 'wp-admin/css/colors/sunrise/colors.css'),
(76, '/home/www/iamctv.com/wp-admin/css/colors/sunrise/colors.min.css', 'wp-admin/css/colors/sunrise/colors.min.css'),
(77, '/home/www/iamctv.com/wp-admin/css/colors/sunrise/colors.scss', 'wp-admin/css/colors/sunrise/colors.scss'),
(78, '/home/www/iamctv.com/wp-admin/css/common-rtl.css', 'wp-admin/css/common-rtl.css'),
(79, '/home/www/iamctv.com/wp-admin/css/common-rtl.min.css', 'wp-admin/css/common-rtl.min.css'),
(80, '/home/www/iamctv.com/wp-admin/css/common.css', 'wp-admin/css/common.css'),
(81, '/home/www/iamctv.com/wp-admin/css/common.min.css', 'wp-admin/css/common.min.css'),
(82, '/home/www/iamctv.com/wp-admin/css/customize-controls-rtl.css', 'wp-admin/css/customize-controls-rtl.css'),
(83, '/home/www/iamctv.com/wp-admin/css/customize-controls-rtl.min.css', 'wp-admin/css/customize-controls-rtl.min.css'),
(84, '/home/www/iamctv.com/wp-admin/css/customize-controls.css', 'wp-admin/css/customize-controls.css'),
(85, '/home/www/iamctv.com/wp-admin/css/customize-controls.min.css', 'wp-admin/css/customize-controls.min.css'),
(86, '/home/www/iamctv.com/wp-admin/css/customize-nav-menus-rtl.css', 'wp-admin/css/customize-nav-menus-rtl.css'),
(87, '/home/www/iamctv.com/wp-admin/css/customize-nav-menus-rtl.min.css', 'wp-admin/css/customize-nav-menus-rtl.min.css'),
(88, '/home/www/iamctv.com/wp-admin/css/customize-nav-menus.css', 'wp-admin/css/customize-nav-menus.css'),
(89, '/home/www/iamctv.com/wp-admin/css/customize-nav-menus.min.css', 'wp-admin/css/customize-nav-menus.min.css'),
(90, '/home/www/iamctv.com/wp-admin/css/customize-widgets-rtl.css', 'wp-admin/css/customize-widgets-rtl.css'),
(91, '/home/www/iamctv.com/wp-admin/css/customize-widgets-rtl.min.css', 'wp-admin/css/customize-widgets-rtl.min.css'),
(92, '/home/www/iamctv.com/wp-admin/css/customize-widgets.css', 'wp-admin/css/customize-widgets.css'),
(93, '/home/www/iamctv.com/wp-admin/css/customize-widgets.min.css', 'wp-admin/css/customize-widgets.min.css'),
(94, '/home/www/iamctv.com/wp-admin/css/dashboard-rtl.css', 'wp-admin/css/dashboard-rtl.css'),
(95, '/home/www/iamctv.com/wp-admin/css/dashboard-rtl.min.css', 'wp-admin/css/dashboard-rtl.min.css'),
(96, '/home/www/iamctv.com/wp-admin/css/dashboard.css', 'wp-admin/css/dashboard.css'),
(97, '/home/www/iamctv.com/wp-admin/css/dashboard.min.css', 'wp-admin/css/dashboard.min.css'),
(98, '/home/www/iamctv.com/wp-admin/css/deprecated-media-rtl.css', 'wp-admin/css/deprecated-media-rtl.css'),
(99, '/home/www/iamctv.com/wp-admin/css/deprecated-media-rtl.min.css', 'wp-admin/css/deprecated-media-rtl.min.css'),
(100, '/home/www/iamctv.com/wp-admin/css/deprecated-media.css', 'wp-admin/css/deprecated-media.css'),
(101, '/home/www/iamctv.com/wp-admin/css/deprecated-media.min.css', 'wp-admin/css/deprecated-media.min.css'),
(102, '/home/www/iamctv.com/wp-admin/css/edit-rtl.css', 'wp-admin/css/edit-rtl.css'),
(103, '/home/www/iamctv.com/wp-admin/css/edit-rtl.min.css', 'wp-admin/css/edit-rtl.min.css'),
(104, '/home/www/iamctv.com/wp-admin/css/edit.css', 'wp-admin/css/edit.css'),
(105, '/home/www/iamctv.com/wp-admin/css/edit.min.css', 'wp-admin/css/edit.min.css'),
(106, '/home/www/iamctv.com/wp-admin/css/farbtastic-rtl.css', 'wp-admin/css/farbtastic-rtl.css'),
(107, '/home/www/iamctv.com/wp-admin/css/farbtastic-rtl.min.css', 'wp-admin/css/farbtastic-rtl.min.css'),
(108, '/home/www/iamctv.com/wp-admin/css/farbtastic.css', 'wp-admin/css/farbtastic.css'),
(109, '/home/www/iamctv.com/wp-admin/css/farbtastic.min.css', 'wp-admin/css/farbtastic.min.css'),
(110, '/home/www/iamctv.com/wp-admin/css/forms-rtl.css', 'wp-admin/css/forms-rtl.css'),
(111, '/home/www/iamctv.com/wp-admin/css/forms-rtl.min.css', 'wp-admin/css/forms-rtl.min.css'),
(112, '/home/www/iamctv.com/wp-admin/css/forms.css', 'wp-admin/css/forms.css'),
(113, '/home/www/iamctv.com/wp-admin/css/forms.min.css', 'wp-admin/css/forms.min.css'),
(114, '/home/www/iamctv.com/wp-admin/css/install-rtl.css', 'wp-admin/css/install-rtl.css'),
(115, '/home/www/iamctv.com/wp-admin/css/install-rtl.min.css', 'wp-admin/css/install-rtl.min.css'),
(116, '/home/www/iamctv.com/wp-admin/css/install.css', 'wp-admin/css/install.css'),
(117, '/home/www/iamctv.com/wp-admin/css/install.min.css', 'wp-admin/css/install.min.css'),
(118, '/home/www/iamctv.com/wp-admin/css/l10n-rtl.css', 'wp-admin/css/l10n-rtl.css'),
(119, '/home/www/iamctv.com/wp-admin/css/l10n-rtl.min.css', 'wp-admin/css/l10n-rtl.min.css'),
(120, '/home/www/iamctv.com/wp-admin/css/l10n.css', 'wp-admin/css/l10n.css'),
(121, '/home/www/iamctv.com/wp-admin/css/l10n.min.css', 'wp-admin/css/l10n.min.css'),
(122, '/home/www/iamctv.com/wp-admin/css/list-tables-rtl.css', 'wp-admin/css/list-tables-rtl.css'),
(123, '/home/www/iamctv.com/wp-admin/css/list-tables-rtl.min.css', 'wp-admin/css/list-tables-rtl.min.css'),
(124, '/home/www/iamctv.com/wp-admin/css/list-tables.css', 'wp-admin/css/list-tables.css'),
(125, '/home/www/iamctv.com/wp-admin/css/list-tables.min.css', 'wp-admin/css/list-tables.min.css'),
(126, '/home/www/iamctv.com/wp-admin/css/login-rtl.css', 'wp-admin/css/login-rtl.css'),
(127, '/home/www/iamctv.com/wp-admin/css/login-rtl.min.css', 'wp-admin/css/login-rtl.min.css'),
(128, '/home/www/iamctv.com/wp-admin/css/login.css', 'wp-admin/css/login.css'),
(129, '/home/www/iamctv.com/wp-admin/css/login.min.css', 'wp-admin/css/login.min.css'),
(130, '/home/www/iamctv.com/wp-admin/css/media-rtl.css', 'wp-admin/css/media-rtl.css'),
(131, '/home/www/iamctv.com/wp-admin/css/media-rtl.min.css', 'wp-admin/css/media-rtl.min.css'),
(132, '/home/www/iamctv.com/wp-admin/css/media.css', 'wp-admin/css/media.css'),
(133, '/home/www/iamctv.com/wp-admin/css/media.min.css', 'wp-admin/css/media.min.css'),
(134, '/home/www/iamctv.com/wp-admin/css/nav-menus-rtl.css', 'wp-admin/css/nav-menus-rtl.css'),
(135, '/home/www/iamctv.com/wp-admin/css/nav-menus-rtl.min.css', 'wp-admin/css/nav-menus-rtl.min.css'),
(136, '/home/www/iamctv.com/wp-admin/css/nav-menus.css', 'wp-admin/css/nav-menus.css'),
(137, '/home/www/iamctv.com/wp-admin/css/nav-menus.min.css', 'wp-admin/css/nav-menus.min.css'),
(138, '/home/www/iamctv.com/wp-admin/css/revisions-rtl.css', 'wp-admin/css/revisions-rtl.css'),
(139, '/home/www/iamctv.com/wp-admin/css/revisions-rtl.min.css', 'wp-admin/css/revisions-rtl.min.css'),
(140, '/home/www/iamctv.com/wp-admin/css/revisions.css', 'wp-admin/css/revisions.css'),
(141, '/home/www/iamctv.com/wp-admin/css/revisions.min.css', 'wp-admin/css/revisions.min.css'),
(142, '/home/www/iamctv.com/wp-admin/css/site-health-rtl.css', 'wp-admin/css/site-health-rtl.css'),
(143, '/home/www/iamctv.com/wp-admin/css/site-health-rtl.min.css', 'wp-admin/css/site-health-rtl.min.css'),
(144, '/home/www/iamctv.com/wp-admin/css/site-health.css', 'wp-admin/css/site-health.css'),
(145, '/home/www/iamctv.com/wp-admin/css/site-health.min.css', 'wp-admin/css/site-health.min.css'),
(146, '/home/www/iamctv.com/wp-admin/css/site-icon-rtl.css', 'wp-admin/css/site-icon-rtl.css'),
(147, '/home/www/iamctv.com/wp-admin/css/site-icon-rtl.min.css', 'wp-admin/css/site-icon-rtl.min.css'),
(148, '/home/www/iamctv.com/wp-admin/css/site-icon.css', 'wp-admin/css/site-icon.css'),
(149, '/home/www/iamctv.com/wp-admin/css/site-icon.min.css', 'wp-admin/css/site-icon.min.css'),
(150, '/home/www/iamctv.com/wp-admin/css/themes-rtl.css', 'wp-admin/css/themes-rtl.css'),
(151, '/home/www/iamctv.com/wp-admin/css/themes-rtl.min.css', 'wp-admin/css/themes-rtl.min.css'),
(152, '/home/www/iamctv.com/wp-admin/css/themes.css', 'wp-admin/css/themes.css'),
(153, '/home/www/iamctv.com/wp-admin/css/themes.min.css', 'wp-admin/css/themes.min.css'),
(154, '/home/www/iamctv.com/wp-admin/css/widgets-rtl.css', 'wp-admin/css/widgets-rtl.css'),
(155, '/home/www/iamctv.com/wp-admin/css/widgets-rtl.min.css', 'wp-admin/css/widgets-rtl.min.css'),
(156, '/home/www/iamctv.com/wp-admin/css/widgets.css', 'wp-admin/css/widgets.css'),
(157, '/home/www/iamctv.com/wp-admin/css/widgets.min.css', 'wp-admin/css/widgets.min.css'),
(158, '/home/www/iamctv.com/wp-admin/css/wp-admin-rtl.css', 'wp-admin/css/wp-admin-rtl.css'),
(159, '/home/www/iamctv.com/wp-admin/css/wp-admin-rtl.min.css', 'wp-admin/css/wp-admin-rtl.min.css'),
(160, '/home/www/iamctv.com/wp-admin/css/wp-admin.css', 'wp-admin/css/wp-admin.css'),
(161, '/home/www/iamctv.com/wp-admin/css/wp-admin.min.css', 'wp-admin/css/wp-admin.min.css'),
(162, '/home/www/iamctv.com/wp-admin/custom-background.php', 'wp-admin/custom-background.php'),
(163, '/home/www/iamctv.com/wp-admin/custom-header.php', 'wp-admin/custom-header.php'),
(164, '/home/www/iamctv.com/wp-admin/customize.php', 'wp-admin/customize.php'),
(165, '/home/www/iamctv.com/wp-admin/edit-comments.php', 'wp-admin/edit-comments.php'),
(166, '/home/www/iamctv.com/wp-admin/edit-form-advanced.php', 'wp-admin/edit-form-advanced.php'),
(167, '/home/www/iamctv.com/wp-admin/edit-form-blocks.php', 'wp-admin/edit-form-blocks.php'),
(168, '/home/www/iamctv.com/wp-admin/edit-form-comment.php', 'wp-admin/edit-form-comment.php'),
(169, '/home/www/iamctv.com/wp-admin/edit-link-form.php', 'wp-admin/edit-link-form.php'),
(170, '/home/www/iamctv.com/wp-admin/edit-tag-form.php', 'wp-admin/edit-tag-form.php'),
(171, '/home/www/iamctv.com/wp-admin/edit-tags.php', 'wp-admin/edit-tags.php'),
(172, '/home/www/iamctv.com/wp-admin/edit.php', 'wp-admin/edit.php'),
(173, '/home/www/iamctv.com/wp-admin/erase-personal-data.php', 'wp-admin/erase-personal-data.php'),
(174, '/home/www/iamctv.com/wp-admin/export-personal-data.php', 'wp-admin/export-personal-data.php'),
(175, '/home/www/iamctv.com/wp-admin/export.php', 'wp-admin/export.php'),
(176, '/home/www/iamctv.com/wp-admin/freedoms.php', 'wp-admin/freedoms.php'),
(177, '/home/www/iamctv.com/wp-admin/images/about-header-about.svg', 'wp-admin/images/about-header-about.svg'),
(178, '/home/www/iamctv.com/wp-admin/images/about-header-credits.svg', 'wp-admin/images/about-header-credits.svg'),
(179, '/home/www/iamctv.com/wp-admin/images/about-header-freedoms.svg', 'wp-admin/images/about-header-freedoms.svg'),
(180, '/home/www/iamctv.com/wp-admin/images/about-header-privacy.svg', 'wp-admin/images/about-header-privacy.svg'),
(181, '/home/www/iamctv.com/wp-admin/images/about-texture.png', 'wp-admin/images/about-texture.png'),
(182, '/home/www/iamctv.com/wp-admin/images/align-center-2x.png', 'wp-admin/images/align-center-2x.png'),
(183, '/home/www/iamctv.com/wp-admin/images/align-center.png', 'wp-admin/images/align-center.png'),
(184, '/home/www/iamctv.com/wp-admin/images/align-left-2x.png', 'wp-admin/images/align-left-2x.png'),
(185, '/home/www/iamctv.com/wp-admin/images/align-left.png', 'wp-admin/images/align-left.png'),
(186, '/home/www/iamctv.com/wp-admin/images/align-none-2x.png', 'wp-admin/images/align-none-2x.png'),
(187, '/home/www/iamctv.com/wp-admin/images/align-none.png', 'wp-admin/images/align-none.png'),
(188, '/home/www/iamctv.com/wp-admin/images/align-right-2x.png', 'wp-admin/images/align-right-2x.png'),
(189, '/home/www/iamctv.com/wp-admin/images/align-right.png', 'wp-admin/images/align-right.png'),
(190, '/home/www/iamctv.com/wp-admin/images/arrows-2x.png', 'wp-admin/images/arrows-2x.png'),
(191, '/home/www/iamctv.com/wp-admin/images/arrows.png', 'wp-admin/images/arrows.png'),
(192, '/home/www/iamctv.com/wp-admin/images/browser-rtl.png', 'wp-admin/images/browser-rtl.png'),
(193, '/home/www/iamctv.com/wp-admin/images/browser.png', 'wp-admin/images/browser.png'),
(194, '/home/www/iamctv.com/wp-admin/images/bubble_bg-2x.gif', 'wp-admin/images/bubble_bg-2x.gif'),
(195, '/home/www/iamctv.com/wp-admin/images/bubble_bg.gif', 'wp-admin/images/bubble_bg.gif'),
(196, '/home/www/iamctv.com/wp-admin/images/comment-grey-bubble-2x.png', 'wp-admin/images/comment-grey-bubble-2x.png'),
(197, '/home/www/iamctv.com/wp-admin/images/comment-grey-bubble.png', 'wp-admin/images/comment-grey-bubble.png'),
(198, '/home/www/iamctv.com/wp-admin/images/date-button-2x.gif', 'wp-admin/images/date-button-2x.gif'),
(199, '/home/www/iamctv.com/wp-admin/images/date-button.gif', 'wp-admin/images/date-button.gif'),
(200, '/home/www/iamctv.com/wp-admin/images/freedom-1.svg', 'wp-admin/images/freedom-1.svg'),
(201, '/home/www/iamctv.com/wp-admin/images/freedom-2.svg', 'wp-admin/images/freedom-2.svg'),
(202, '/home/www/iamctv.com/wp-admin/images/freedom-3.svg', 'wp-admin/images/freedom-3.svg'),
(203, '/home/www/iamctv.com/wp-admin/images/freedom-4.svg', 'wp-admin/images/freedom-4.svg'),
(204, '/home/www/iamctv.com/wp-admin/images/generic.png', 'wp-admin/images/generic.png'),
(205, '/home/www/iamctv.com/wp-admin/images/icons32-2x.png', 'wp-admin/images/icons32-2x.png'),
(206, '/home/www/iamctv.com/wp-admin/images/icons32-vs-2x.png', 'wp-admin/images/icons32-vs-2x.png'),
(207, '/home/www/iamctv.com/wp-admin/images/icons32-vs.png', 'wp-admin/images/icons32-vs.png'),
(208, '/home/www/iamctv.com/wp-admin/images/icons32.png', 'wp-admin/images/icons32.png'),
(209, '/home/www/iamctv.com/wp-admin/images/imgedit-icons-2x.png', 'wp-admin/images/imgedit-icons-2x.png'),
(210, '/home/www/iamctv.com/wp-admin/images/imgedit-icons.png', 'wp-admin/images/imgedit-icons.png'),
(211, '/home/www/iamctv.com/wp-admin/images/list-2x.png', 'wp-admin/images/list-2x.png'),
(212, '/home/www/iamctv.com/wp-admin/images/list.png', 'wp-admin/images/list.png'),
(213, '/home/www/iamctv.com/wp-admin/images/loading.gif', 'wp-admin/images/loading.gif'),
(214, '/home/www/iamctv.com/wp-admin/images/marker.png', 'wp-admin/images/marker.png'),
(215, '/home/www/iamctv.com/wp-admin/images/mask.png', 'wp-admin/images/mask.png'),
(216, '/home/www/iamctv.com/wp-admin/images/media-button-2x.png', 'wp-admin/images/media-button-2x.png'),
(217, '/home/www/iamctv.com/wp-admin/images/media-button-image.gif', 'wp-admin/images/media-button-image.gif'),
(218, '/home/www/iamctv.com/wp-admin/images/media-button-music.gif', 'wp-admin/images/media-button-music.gif'),
(219, '/home/www/iamctv.com/wp-admin/images/media-button-other.gif', 'wp-admin/images/media-button-other.gif'),
(220, '/home/www/iamctv.com/wp-admin/images/media-button-video.gif', 'wp-admin/images/media-button-video.gif'),
(221, '/home/www/iamctv.com/wp-admin/images/media-button.png', 'wp-admin/images/media-button.png'),
(222, '/home/www/iamctv.com/wp-admin/images/menu-2x.png', 'wp-admin/images/menu-2x.png'),
(223, '/home/www/iamctv.com/wp-admin/images/menu-vs-2x.png', 'wp-admin/images/menu-vs-2x.png'),
(224, '/home/www/iamctv.com/wp-admin/images/menu-vs.png', 'wp-admin/images/menu-vs.png'),
(225, '/home/www/iamctv.com/wp-admin/images/menu.png', 'wp-admin/images/menu.png'),
(226, '/home/www/iamctv.com/wp-admin/images/no.png', 'wp-admin/images/no.png'),
(227, '/home/www/iamctv.com/wp-admin/images/post-formats-vs.png', 'wp-admin/images/post-formats-vs.png'),
(228, '/home/www/iamctv.com/wp-admin/images/post-formats.png', 'wp-admin/images/post-formats.png'),
(229, '/home/www/iamctv.com/wp-admin/images/post-formats32-vs.png', 'wp-admin/images/post-formats32-vs.png'),
(230, '/home/www/iamctv.com/wp-admin/images/post-formats32.png', 'wp-admin/images/post-formats32.png'),
(231, '/home/www/iamctv.com/wp-admin/images/privacy.svg', 'wp-admin/images/privacy.svg'),
(232, '/home/www/iamctv.com/wp-admin/images/resize-2x.gif', 'wp-admin/images/resize-2x.gif'),
(233, '/home/www/iamctv.com/wp-admin/images/resize-rtl-2x.gif', 'wp-admin/images/resize-rtl-2x.gif'),
(234, '/home/www/iamctv.com/wp-admin/images/resize-rtl.gif', 'wp-admin/images/resize-rtl.gif'),
(235, '/home/www/iamctv.com/wp-admin/images/resize.gif', 'wp-admin/images/resize.gif'),
(236, '/home/www/iamctv.com/wp-admin/images/se.png', 'wp-admin/images/se.png'),
(237, '/home/www/iamctv.com/wp-admin/images/sort-2x.gif', 'wp-admin/images/sort-2x.gif'),
(238, '/home/www/iamctv.com/wp-admin/images/sort.gif', 'wp-admin/images/sort.gif'),
(239, '/home/www/iamctv.com/wp-admin/images/spinner-2x.gif', 'wp-admin/images/spinner-2x.gif'),
(240, '/home/www/iamctv.com/wp-admin/images/spinner.gif', 'wp-admin/images/spinner.gif'),
(241, '/home/www/iamctv.com/wp-admin/images/stars-2x.png', 'wp-admin/images/stars-2x.png'),
(242, '/home/www/iamctv.com/wp-admin/images/stars.png', 'wp-admin/images/stars.png'),
(243, '/home/www/iamctv.com/wp-admin/images/w-logo-blue.png', 'wp-admin/images/w-logo-blue.png'),
(244, '/home/www/iamctv.com/wp-admin/images/w-logo-white.png', 'wp-admin/images/w-logo-white.png'),
(245, '/home/www/iamctv.com/wp-admin/images/wheel.png', 'wp-admin/images/wheel.png'),
(246, '/home/www/iamctv.com/wp-admin/images/wordpress-logo-white.svg', 'wp-admin/images/wordpress-logo-white.svg'),
(247, '/home/www/iamctv.com/wp-admin/images/wordpress-logo.png', 'wp-admin/images/wordpress-logo.png'),
(248, '/home/www/iamctv.com/wp-admin/images/wordpress-logo.svg', 'wp-admin/images/wordpress-logo.svg'),
(249, '/home/www/iamctv.com/wp-admin/images/wpspin_light-2x.gif', 'wp-admin/images/wpspin_light-2x.gif'),
(250, '/home/www/iamctv.com/wp-admin/images/wpspin_light.gif', 'wp-admin/images/wpspin_light.gif'),
(251, '/home/www/iamctv.com/wp-admin/images/xit-2x.gif', 'wp-admin/images/xit-2x.gif'),
(252, '/home/www/iamctv.com/wp-admin/images/xit.gif', 'wp-admin/images/xit.gif'),
(253, '/home/www/iamctv.com/wp-admin/images/yes.png', 'wp-admin/images/yes.png'),
(254, '/home/www/iamctv.com/wp-admin/import.php', 'wp-admin/import.php'),
(255, '/home/www/iamctv.com/wp-admin/includes/admin-filters.php', 'wp-admin/includes/admin-filters.php'),
(256, '/home/www/iamctv.com/wp-admin/includes/admin.php', 'wp-admin/includes/admin.php'),
(257, '/home/www/iamctv.com/wp-admin/includes/ajax-actions.php', 'wp-admin/includes/ajax-actions.php'),
(258, '/home/www/iamctv.com/wp-admin/includes/bookmark.php', 'wp-admin/includes/bookmark.php'),
(259, '/home/www/iamctv.com/wp-admin/includes/class-automatic-upgrader-skin.php', 'wp-admin/includes/class-automatic-upgrader-skin.php'),
(260, '/home/www/iamctv.com/wp-admin/includes/class-bulk-plugin-upgrader-skin.php', 'wp-admin/includes/class-bulk-plugin-upgrader-skin.php'),
(261, '/home/www/iamctv.com/wp-admin/includes/class-bulk-theme-upgrader-skin.php', 'wp-admin/includes/class-bulk-theme-upgrader-skin.php'),
(262, '/home/www/iamctv.com/wp-admin/includes/class-bulk-upgrader-skin.php', 'wp-admin/includes/class-bulk-upgrader-skin.php'),
(263, '/home/www/iamctv.com/wp-admin/includes/class-core-upgrader.php', 'wp-admin/includes/class-core-upgrader.php'),
(264, '/home/www/iamctv.com/wp-admin/includes/class-custom-background.php', 'wp-admin/includes/class-custom-background.php'),
(265, '/home/www/iamctv.com/wp-admin/includes/class-custom-image-header.php', 'wp-admin/includes/class-custom-image-header.php'),
(266, '/home/www/iamctv.com/wp-admin/includes/class-file-upload-upgrader.php', 'wp-admin/includes/class-file-upload-upgrader.php'),
(267, '/home/www/iamctv.com/wp-admin/includes/class-ftp-pure.php', 'wp-admin/includes/class-ftp-pure.php'),
(268, '/home/www/iamctv.com/wp-admin/includes/class-ftp-sockets.php', 'wp-admin/includes/class-ftp-sockets.php'),
(269, '/home/www/iamctv.com/wp-admin/includes/class-ftp.php', 'wp-admin/includes/class-ftp.php'),
(270, '/home/www/iamctv.com/wp-admin/includes/class-language-pack-upgrader-skin.php', 'wp-admin/includes/class-language-pack-upgrader-skin.php'),
(271, '/home/www/iamctv.com/wp-admin/includes/class-language-pack-upgrader.php', 'wp-admin/includes/class-language-pack-upgrader.php'),
(272, '/home/www/iamctv.com/wp-admin/includes/class-pclzip.php', 'wp-admin/includes/class-pclzip.php'),
(273, '/home/www/iamctv.com/wp-admin/includes/class-plugin-installer-skin.php', 'wp-admin/includes/class-plugin-installer-skin.php'),
(274, '/home/www/iamctv.com/wp-admin/includes/class-plugin-upgrader-skin.php', 'wp-admin/includes/class-plugin-upgrader-skin.php'),
(275, '/home/www/iamctv.com/wp-admin/includes/class-plugin-upgrader.php', 'wp-admin/includes/class-plugin-upgrader.php'),
(276, '/home/www/iamctv.com/wp-admin/includes/class-theme-installer-skin.php', 'wp-admin/includes/class-theme-installer-skin.php'),
(277, '/home/www/iamctv.com/wp-admin/includes/class-theme-upgrader-skin.php', 'wp-admin/includes/class-theme-upgrader-skin.php'),
(278, '/home/www/iamctv.com/wp-admin/includes/class-theme-upgrader.php', 'wp-admin/includes/class-theme-upgrader.php'),
(279, '/home/www/iamctv.com/wp-admin/includes/class-walker-category-checklist.php', 'wp-admin/includes/class-walker-category-checklist.php'),
(280, '/home/www/iamctv.com/wp-admin/includes/class-walker-nav-menu-checklist.php', 'wp-admin/includes/class-walker-nav-menu-checklist.php'),
(281, '/home/www/iamctv.com/wp-admin/includes/class-walker-nav-menu-edit.php', 'wp-admin/includes/class-walker-nav-menu-edit.php'),
(282, '/home/www/iamctv.com/wp-admin/includes/class-wp-ajax-upgrader-skin.php', 'wp-admin/includes/class-wp-ajax-upgrader-skin.php'),
(283, '/home/www/iamctv.com/wp-admin/includes/class-wp-application-passwords-list-table.php', 'wp-admin/includes/class-wp-application-passwords-list-table.php'),
(284, '/home/www/iamctv.com/wp-admin/includes/class-wp-automatic-updater.php', 'wp-admin/includes/class-wp-automatic-updater.php'),
(285, '/home/www/iamctv.com/wp-admin/includes/class-wp-comments-list-table.php', 'wp-admin/includes/class-wp-comments-list-table.php'),
(286, '/home/www/iamctv.com/wp-admin/includes/class-wp-community-events.php', 'wp-admin/includes/class-wp-community-events.php'),
(287, '/home/www/iamctv.com/wp-admin/includes/class-wp-debug-data.php', 'wp-admin/includes/class-wp-debug-data.php'),
(288, '/home/www/iamctv.com/wp-admin/includes/class-wp-filesystem-base.php', 'wp-admin/includes/class-wp-filesystem-base.php'),
(289, '/home/www/iamctv.com/wp-admin/includes/class-wp-filesystem-direct.php', 'wp-admin/includes/class-wp-filesystem-direct.php'),
(290, '/home/www/iamctv.com/wp-admin/includes/class-wp-filesystem-ftpext.php', 'wp-admin/includes/class-wp-filesystem-ftpext.php'),
(291, '/home/www/iamctv.com/wp-admin/includes/class-wp-filesystem-ftpsockets.php', 'wp-admin/includes/class-wp-filesystem-ftpsockets.php'),
(292, '/home/www/iamctv.com/wp-admin/includes/class-wp-filesystem-ssh2.php', 'wp-admin/includes/class-wp-filesystem-ssh2.php'),
(293, '/home/www/iamctv.com/wp-admin/includes/class-wp-importer.php', 'wp-admin/includes/class-wp-importer.php'),
(294, '/home/www/iamctv.com/wp-admin/includes/class-wp-internal-pointers.php', 'wp-admin/includes/class-wp-internal-pointers.php'),
(295, '/home/www/iamctv.com/wp-admin/includes/class-wp-links-list-table.php', 'wp-admin/includes/class-wp-links-list-table.php'),
(296, '/home/www/iamctv.com/wp-admin/includes/class-wp-list-table-compat.php', 'wp-admin/includes/class-wp-list-table-compat.php'),
(297, '/home/www/iamctv.com/wp-admin/includes/class-wp-list-table.php', 'wp-admin/includes/class-wp-list-table.php'),
(298, '/home/www/iamctv.com/wp-admin/includes/class-wp-media-list-table.php', 'wp-admin/includes/class-wp-media-list-table.php'),
(299, '/home/www/iamctv.com/wp-admin/includes/class-wp-ms-sites-list-table.php', 'wp-admin/includes/class-wp-ms-sites-list-table.php'),
(300, '/home/www/iamctv.com/wp-admin/includes/class-wp-ms-themes-list-table.php', 'wp-admin/includes/class-wp-ms-themes-list-table.php'),
(301, '/home/www/iamctv.com/wp-admin/includes/class-wp-ms-users-list-table.php', 'wp-admin/includes/class-wp-ms-users-list-table.php'),
(302, '/home/www/iamctv.com/wp-admin/includes/class-wp-plugin-install-list-table.php', 'wp-admin/includes/class-wp-plugin-install-list-table.php'),
(303, '/home/www/iamctv.com/wp-admin/includes/class-wp-plugins-list-table.php', 'wp-admin/includes/class-wp-plugins-list-table.php'),
(304, '/home/www/iamctv.com/wp-admin/includes/class-wp-post-comments-list-table.php', 'wp-admin/includes/class-wp-post-comments-list-table.php'),
(305, '/home/www/iamctv.com/wp-admin/includes/class-wp-posts-list-table.php', 'wp-admin/includes/class-wp-posts-list-table.php'),
(306, '/home/www/iamctv.com/wp-admin/includes/class-wp-privacy-data-export-requests-list-table.php', 'wp-admin/includes/class-wp-privacy-data-export-requests-list-table.php'),
(307, '/home/www/iamctv.com/wp-admin/includes/class-wp-privacy-data-removal-requests-list-table.php', 'wp-admin/includes/class-wp-privacy-data-removal-requests-list-table.php'),
(308, '/home/www/iamctv.com/wp-admin/includes/class-wp-privacy-policy-content.php', 'wp-admin/includes/class-wp-privacy-policy-content.php'),
(309, '/home/www/iamctv.com/wp-admin/includes/class-wp-privacy-requests-table.php', 'wp-admin/includes/class-wp-privacy-requests-table.php'),
(310, '/home/www/iamctv.com/wp-admin/includes/class-wp-screen.php', 'wp-admin/includes/class-wp-screen.php'),
(311, '/home/www/iamctv.com/wp-admin/includes/class-wp-site-health-auto-updates.php', 'wp-admin/includes/class-wp-site-health-auto-updates.php'),
(312, '/home/www/iamctv.com/wp-admin/includes/class-wp-site-health.php', 'wp-admin/includes/class-wp-site-health.php'),
(313, '/home/www/iamctv.com/wp-admin/includes/class-wp-site-icon.php', 'wp-admin/includes/class-wp-site-icon.php'),
(314, '/home/www/iamctv.com/wp-admin/includes/class-wp-terms-list-table.php', 'wp-admin/includes/class-wp-terms-list-table.php'),
(315, '/home/www/iamctv.com/wp-admin/includes/class-wp-theme-install-list-table.php', 'wp-admin/includes/class-wp-theme-install-list-table.php'),
(316, '/home/www/iamctv.com/wp-admin/includes/class-wp-themes-list-table.php', 'wp-admin/includes/class-wp-themes-list-table.php'),
(317, '/home/www/iamctv.com/wp-admin/includes/class-wp-upgrader-skin.php', 'wp-admin/includes/class-wp-upgrader-skin.php'),
(318, '/home/www/iamctv.com/wp-admin/includes/class-wp-upgrader-skins.php', 'wp-admin/includes/class-wp-upgrader-skins.php'),
(319, '/home/www/iamctv.com/wp-admin/includes/class-wp-upgrader.php', 'wp-admin/includes/class-wp-upgrader.php'),
(320, '/home/www/iamctv.com/wp-admin/includes/class-wp-users-list-table.php', 'wp-admin/includes/class-wp-users-list-table.php'),
(321, '/home/www/iamctv.com/wp-admin/includes/comment.php', 'wp-admin/includes/comment.php'),
(322, '/home/www/iamctv.com/wp-admin/includes/continents-cities.php', 'wp-admin/includes/continents-cities.php'),
(323, '/home/www/iamctv.com/wp-admin/includes/credits.php', 'wp-admin/includes/credits.php'),
(324, '/home/www/iamctv.com/wp-admin/includes/dashboard.php', 'wp-admin/includes/dashboard.php'),
(325, '/home/www/iamctv.com/wp-admin/includes/deprecated.php', 'wp-admin/includes/deprecated.php'),
(326, '/home/www/iamctv.com/wp-admin/includes/edit-tag-messages.php', 'wp-admin/includes/edit-tag-messages.php'),
(327, '/home/www/iamctv.com/wp-admin/includes/export.php', 'wp-admin/includes/export.php'),
(328, '/home/www/iamctv.com/wp-admin/includes/file.php', 'wp-admin/includes/file.php'),
(329, '/home/www/iamctv.com/wp-admin/includes/image-edit.php', 'wp-admin/includes/image-edit.php'),
(330, '/home/www/iamctv.com/wp-admin/includes/image.php', 'wp-admin/includes/image.php'),
(331, '/home/www/iamctv.com/wp-admin/includes/import.php', 'wp-admin/includes/import.php'),
(332, '/home/www/iamctv.com/wp-admin/includes/list-table.php', 'wp-admin/includes/list-table.php'),
(333, '/home/www/iamctv.com/wp-admin/includes/media.php', 'wp-admin/includes/media.php'),
(334, '/home/www/iamctv.com/wp-admin/includes/menu.php', 'wp-admin/includes/menu.php'),
(335, '/home/www/iamctv.com/wp-admin/includes/meta-boxes.php', 'wp-admin/includes/meta-boxes.php'),
(336, '/home/www/iamctv.com/wp-admin/includes/misc.php', 'wp-admin/includes/misc.php'),
(337, '/home/www/iamctv.com/wp-admin/includes/ms-admin-filters.php', 'wp-admin/includes/ms-admin-filters.php'),
(338, '/home/www/iamctv.com/wp-admin/includes/ms-deprecated.php', 'wp-admin/includes/ms-deprecated.php'),
(339, '/home/www/iamctv.com/wp-admin/includes/ms.php', 'wp-admin/includes/ms.php'),
(340, '/home/www/iamctv.com/wp-admin/includes/nav-menu.php', 'wp-admin/includes/nav-menu.php'),
(341, '/home/www/iamctv.com/wp-admin/includes/network.php', 'wp-admin/includes/network.php'),
(342, '/home/www/iamctv.com/wp-admin/includes/noop.php', 'wp-admin/includes/noop.php'),
(343, '/home/www/iamctv.com/wp-admin/includes/options.php', 'wp-admin/includes/options.php'),
(344, '/home/www/iamctv.com/wp-admin/includes/plugin-install.php', 'wp-admin/includes/plugin-install.php'),
(345, '/home/www/iamctv.com/wp-admin/includes/plugin.php', 'wp-admin/includes/plugin.php'),
(346, '/home/www/iamctv.com/wp-admin/includes/post.php', 'wp-admin/includes/post.php'),
(347, '/home/www/iamctv.com/wp-admin/includes/privacy-tools.php', 'wp-admin/includes/privacy-tools.php'),
(348, '/home/www/iamctv.com/wp-admin/includes/revision.php', 'wp-admin/includes/revision.php'),
(349, '/home/www/iamctv.com/wp-admin/includes/schema.php', 'wp-admin/includes/schema.php'),
(350, '/home/www/iamctv.com/wp-admin/includes/screen.php', 'wp-admin/includes/screen.php'),
(351, '/home/www/iamctv.com/wp-admin/includes/taxonomy.php', 'wp-admin/includes/taxonomy.php'),
(352, '/home/www/iamctv.com/wp-admin/includes/template.php', 'wp-admin/includes/template.php'),
(353, '/home/www/iamctv.com/wp-admin/includes/theme-install.php', 'wp-admin/includes/theme-install.php'),
(354, '/home/www/iamctv.com/wp-admin/includes/theme.php', 'wp-admin/includes/theme.php'),
(355, '/home/www/iamctv.com/wp-admin/includes/translation-install.php', 'wp-admin/includes/translation-install.php'),
(356, '/home/www/iamctv.com/wp-admin/includes/update-core.php', 'wp-admin/includes/update-core.php'),
(357, '/home/www/iamctv.com/wp-admin/includes/update.php', 'wp-admin/includes/update.php'),
(358, '/home/www/iamctv.com/wp-admin/includes/upgrade.php', 'wp-admin/includes/upgrade.php'),
(359, '/home/www/iamctv.com/wp-admin/includes/user.php', 'wp-admin/includes/user.php'),
(360, '/home/www/iamctv.com/wp-admin/includes/widgets.php', 'wp-admin/includes/widgets.php'),
(361, '/home/www/iamctv.com/wp-admin/index.php', 'wp-admin/index.php'),
(362, '/home/www/iamctv.com/wp-admin/install-helper.php', 'wp-admin/install-helper.php'),
(363, '/home/www/iamctv.com/wp-admin/install.php', 'wp-admin/install.php'),
(364, '/home/www/iamctv.com/wp-admin/js/accordion.js', 'wp-admin/js/accordion.js'),
(365, '/home/www/iamctv.com/wp-admin/js/accordion.min.js', 'wp-admin/js/accordion.min.js'),
(366, '/home/www/iamctv.com/wp-admin/js/application-passwords.js', 'wp-admin/js/application-passwords.js'),
(367, '/home/www/iamctv.com/wp-admin/js/application-passwords.min.js', 'wp-admin/js/application-passwords.min.js'),
(368, '/home/www/iamctv.com/wp-admin/js/auth-app.js', 'wp-admin/js/auth-app.js'),
(369, '/home/www/iamctv.com/wp-admin/js/auth-app.min.js', 'wp-admin/js/auth-app.min.js'),
(370, '/home/www/iamctv.com/wp-admin/js/code-editor.js', 'wp-admin/js/code-editor.js'),
(371, '/home/www/iamctv.com/wp-admin/js/code-editor.min.js', 'wp-admin/js/code-editor.min.js'),
(372, '/home/www/iamctv.com/wp-admin/js/color-picker.js', 'wp-admin/js/color-picker.js'),
(373, '/home/www/iamctv.com/wp-admin/js/color-picker.min.js', 'wp-admin/js/color-picker.min.js'),
(374, '/home/www/iamctv.com/wp-admin/js/comment.js', 'wp-admin/js/comment.js'),
(375, '/home/www/iamctv.com/wp-admin/js/comment.min.js', 'wp-admin/js/comment.min.js'),
(376, '/home/www/iamctv.com/wp-admin/js/common.js', 'wp-admin/js/common.js'),
(377, '/home/www/iamctv.com/wp-admin/js/common.min.js', 'wp-admin/js/common.min.js'),
(378, '/home/www/iamctv.com/wp-admin/js/custom-background.js', 'wp-admin/js/custom-background.js'),
(379, '/home/www/iamctv.com/wp-admin/js/custom-background.min.js', 'wp-admin/js/custom-background.min.js'),
(380, '/home/www/iamctv.com/wp-admin/js/custom-header.js', 'wp-admin/js/custom-header.js'),
(381, '/home/www/iamctv.com/wp-admin/js/customize-controls.js', 'wp-admin/js/customize-controls.js'),
(382, '/home/www/iamctv.com/wp-admin/js/customize-controls.min.js', 'wp-admin/js/customize-controls.min.js'),
(383, '/home/www/iamctv.com/wp-admin/js/customize-nav-menus.js', 'wp-admin/js/customize-nav-menus.js'),
(384, '/home/www/iamctv.com/wp-admin/js/customize-nav-menus.min.js', 'wp-admin/js/customize-nav-menus.min.js'),
(385, '/home/www/iamctv.com/wp-admin/js/customize-widgets.js', 'wp-admin/js/customize-widgets.js'),
(386, '/home/www/iamctv.com/wp-admin/js/customize-widgets.min.js', 'wp-admin/js/customize-widgets.min.js'),
(387, '/home/www/iamctv.com/wp-admin/js/dashboard.js', 'wp-admin/js/dashboard.js'),
(388, '/home/www/iamctv.com/wp-admin/js/dashboard.min.js', 'wp-admin/js/dashboard.min.js'),
(389, '/home/www/iamctv.com/wp-admin/js/edit-comments.js', 'wp-admin/js/edit-comments.js'),
(390, '/home/www/iamctv.com/wp-admin/js/edit-comments.min.js', 'wp-admin/js/edit-comments.min.js'),
(391, '/home/www/iamctv.com/wp-admin/js/editor-expand.js', 'wp-admin/js/editor-expand.js'),
(392, '/home/www/iamctv.com/wp-admin/js/editor-expand.min.js', 'wp-admin/js/editor-expand.min.js'),
(393, '/home/www/iamctv.com/wp-admin/js/editor.js', 'wp-admin/js/editor.js'),
(394, '/home/www/iamctv.com/wp-admin/js/editor.min.js', 'wp-admin/js/editor.min.js'),
(395, '/home/www/iamctv.com/wp-admin/js/farbtastic.js', 'wp-admin/js/farbtastic.js'),
(396, '/home/www/iamctv.com/wp-admin/js/gallery.js', 'wp-admin/js/gallery.js'),
(397, '/home/www/iamctv.com/wp-admin/js/gallery.min.js', 'wp-admin/js/gallery.min.js'),
(398, '/home/www/iamctv.com/wp-admin/js/image-edit.js', 'wp-admin/js/image-edit.js'),
(399, '/home/www/iamctv.com/wp-admin/js/image-edit.min.js', 'wp-admin/js/image-edit.min.js'),
(400, '/home/www/iamctv.com/wp-admin/js/inline-edit-post.js', 'wp-admin/js/inline-edit-post.js'),
(401, '/home/www/iamctv.com/wp-admin/js/inline-edit-post.min.js', 'wp-admin/js/inline-edit-post.min.js'),
(402, '/home/www/iamctv.com/wp-admin/js/inline-edit-tax.js', 'wp-admin/js/inline-edit-tax.js'),
(403, '/home/www/iamctv.com/wp-admin/js/inline-edit-tax.min.js', 'wp-admin/js/inline-edit-tax.min.js'),
(404, '/home/www/iamctv.com/wp-admin/js/iris.min.js', 'wp-admin/js/iris.min.js'),
(405, '/home/www/iamctv.com/wp-admin/js/language-chooser.js', 'wp-admin/js/language-chooser.js'),
(406, '/home/www/iamctv.com/wp-admin/js/language-chooser.min.js', 'wp-admin/js/language-chooser.min.js'),
(407, '/home/www/iamctv.com/wp-admin/js/link.js', 'wp-admin/js/link.js'),
(408, '/home/www/iamctv.com/wp-admin/js/link.min.js', 'wp-admin/js/link.min.js'),
(409, '/home/www/iamctv.com/wp-admin/js/media-gallery.js', 'wp-admin/js/media-gallery.js'),
(410, '/home/www/iamctv.com/wp-admin/js/media-gallery.min.js', 'wp-admin/js/media-gallery.min.js'),
(411, '/home/www/iamctv.com/wp-admin/js/media-upload.js', 'wp-admin/js/media-upload.js'),
(412, '/home/www/iamctv.com/wp-admin/js/media-upload.min.js', 'wp-admin/js/media-upload.min.js'),
(413, '/home/www/iamctv.com/wp-admin/js/media.js', 'wp-admin/js/media.js'),
(414, '/home/www/iamctv.com/wp-admin/js/media.min.js', 'wp-admin/js/media.min.js'),
(415, '/home/www/iamctv.com/wp-admin/js/nav-menu.js', 'wp-admin/js/nav-menu.js'),
(416, '/home/www/iamctv.com/wp-admin/js/nav-menu.min.js', 'wp-admin/js/nav-menu.min.js'),
(417, '/home/www/iamctv.com/wp-admin/js/password-strength-meter.js', 'wp-admin/js/password-strength-meter.js'),
(418, '/home/www/iamctv.com/wp-admin/js/password-strength-meter.min.js', 'wp-admin/js/password-strength-meter.min.js'),
(419, '/home/www/iamctv.com/wp-admin/js/plugin-install.js', 'wp-admin/js/plugin-install.js'),
(420, '/home/www/iamctv.com/wp-admin/js/plugin-install.min.js', 'wp-admin/js/plugin-install.min.js'),
(421, '/home/www/iamctv.com/wp-admin/js/post.js', 'wp-admin/js/post.js'),
(422, '/home/www/iamctv.com/wp-admin/js/post.min.js', 'wp-admin/js/post.min.js'),
(423, '/home/www/iamctv.com/wp-admin/js/postbox.js', 'wp-admin/js/postbox.js'),
(424, '/home/www/iamctv.com/wp-admin/js/postbox.min.js', 'wp-admin/js/postbox.min.js'),
(425, '/home/www/iamctv.com/wp-admin/js/privacy-tools.js', 'wp-admin/js/privacy-tools.js'),
(426, '/home/www/iamctv.com/wp-admin/js/privacy-tools.min.js', 'wp-admin/js/privacy-tools.min.js'),
(427, '/home/www/iamctv.com/wp-admin/js/revisions.js', 'wp-admin/js/revisions.js'),
(428, '/home/www/iamctv.com/wp-admin/js/revisions.min.js', 'wp-admin/js/revisions.min.js'),
(429, '/home/www/iamctv.com/wp-admin/js/set-post-thumbnail.js', 'wp-admin/js/set-post-thumbnail.js'),
(430, '/home/www/iamctv.com/wp-admin/js/set-post-thumbnail.min.js', 'wp-admin/js/set-post-thumbnail.min.js'),
(431, '/home/www/iamctv.com/wp-admin/js/site-health.js', 'wp-admin/js/site-health.js'),
(432, '/home/www/iamctv.com/wp-admin/js/site-health.min.js', 'wp-admin/js/site-health.min.js'),
(433, '/home/www/iamctv.com/wp-admin/js/svg-painter.js', 'wp-admin/js/svg-painter.js'),
(434, '/home/www/iamctv.com/wp-admin/js/svg-painter.min.js', 'wp-admin/js/svg-painter.min.js'),
(435, '/home/www/iamctv.com/wp-admin/js/tags-box.js', 'wp-admin/js/tags-box.js'),
(436, '/home/www/iamctv.com/wp-admin/js/tags-box.min.js', 'wp-admin/js/tags-box.min.js'),
(437, '/home/www/iamctv.com/wp-admin/js/tags-suggest.js', 'wp-admin/js/tags-suggest.js'),
(438, '/home/www/iamctv.com/wp-admin/js/tags-suggest.min.js', 'wp-admin/js/tags-suggest.min.js'),
(439, '/home/www/iamctv.com/wp-admin/js/tags.js', 'wp-admin/js/tags.js'),
(440, '/home/www/iamctv.com/wp-admin/js/tags.min.js', 'wp-admin/js/tags.min.js'),
(441, '/home/www/iamctv.com/wp-admin/js/theme-plugin-editor.js', 'wp-admin/js/theme-plugin-editor.js'),
(442, '/home/www/iamctv.com/wp-admin/js/theme-plugin-editor.min.js', 'wp-admin/js/theme-plugin-editor.min.js'),
(443, '/home/www/iamctv.com/wp-admin/js/theme.js', 'wp-admin/js/theme.js'),
(444, '/home/www/iamctv.com/wp-admin/js/theme.min.js', 'wp-admin/js/theme.min.js'),
(445, '/home/www/iamctv.com/wp-admin/js/updates.js', 'wp-admin/js/updates.js'),
(446, '/home/www/iamctv.com/wp-admin/js/updates.min.js', 'wp-admin/js/updates.min.js'),
(447, '/home/www/iamctv.com/wp-admin/js/user-profile.js', 'wp-admin/js/user-profile.js'),
(448, '/home/www/iamctv.com/wp-admin/js/user-profile.min.js', 'wp-admin/js/user-profile.min.js'),
(449, '/home/www/iamctv.com/wp-admin/js/user-suggest.js', 'wp-admin/js/user-suggest.js'),
(450, '/home/www/iamctv.com/wp-admin/js/user-suggest.min.js', 'wp-admin/js/user-suggest.min.js'),
(451, '/home/www/iamctv.com/wp-admin/js/widgets/custom-html-widgets.js', 'wp-admin/js/widgets/custom-html-widgets.js'),
(452, '/home/www/iamctv.com/wp-admin/js/widgets/custom-html-widgets.min.js', 'wp-admin/js/widgets/custom-html-widgets.min.js'),
(453, '/home/www/iamctv.com/wp-admin/js/widgets/media-audio-widget.js', 'wp-admin/js/widgets/media-audio-widget.js'),
(454, '/home/www/iamctv.com/wp-admin/js/widgets/media-audio-widget.min.js', 'wp-admin/js/widgets/media-audio-widget.min.js'),
(455, '/home/www/iamctv.com/wp-admin/js/widgets/media-gallery-widget.js', 'wp-admin/js/widgets/media-gallery-widget.js'),
(456, '/home/www/iamctv.com/wp-admin/js/widgets/media-gallery-widget.min.js', 'wp-admin/js/widgets/media-gallery-widget.min.js'),
(457, '/home/www/iamctv.com/wp-admin/js/widgets/media-image-widget.js', 'wp-admin/js/widgets/media-image-widget.js'),
(458, '/home/www/iamctv.com/wp-admin/js/widgets/media-image-widget.min.js', 'wp-admin/js/widgets/media-image-widget.min.js'),
(459, '/home/www/iamctv.com/wp-admin/js/widgets/media-video-widget.js', 'wp-admin/js/widgets/media-video-widget.js'),
(460, '/home/www/iamctv.com/wp-admin/js/widgets/media-video-widget.min.js', 'wp-admin/js/widgets/media-video-widget.min.js'),
(461, '/home/www/iamctv.com/wp-admin/js/widgets/media-widgets.js', 'wp-admin/js/widgets/media-widgets.js'),
(462, '/home/www/iamctv.com/wp-admin/js/widgets/media-widgets.min.js', 'wp-admin/js/widgets/media-widgets.min.js'),
(463, '/home/www/iamctv.com/wp-admin/js/widgets/text-widgets.js', 'wp-admin/js/widgets/text-widgets.js'),
(464, '/home/www/iamctv.com/wp-admin/js/widgets/text-widgets.min.js', 'wp-admin/js/widgets/text-widgets.min.js'),
(465, '/home/www/iamctv.com/wp-admin/js/widgets.js', 'wp-admin/js/widgets.js'),
(466, '/home/www/iamctv.com/wp-admin/js/widgets.min.js', 'wp-admin/js/widgets.min.js'),
(467, '/home/www/iamctv.com/wp-admin/js/word-count.js', 'wp-admin/js/word-count.js'),
(468, '/home/www/iamctv.com/wp-admin/js/word-count.min.js', 'wp-admin/js/word-count.min.js'),
(469, '/home/www/iamctv.com/wp-admin/js/xfn.js', 'wp-admin/js/xfn.js'),
(470, '/home/www/iamctv.com/wp-admin/js/xfn.min.js', 'wp-admin/js/xfn.min.js'),
(471, '/home/www/iamctv.com/wp-admin/link-add.php', 'wp-admin/link-add.php'),
(472, '/home/www/iamctv.com/wp-admin/link-manager.php', 'wp-admin/link-manager.php'),
(473, '/home/www/iamctv.com/wp-admin/link-parse-opml.php', 'wp-admin/link-parse-opml.php'),
(474, '/home/www/iamctv.com/wp-admin/link.php', 'wp-admin/link.php'),
(475, '/home/www/iamctv.com/wp-admin/load-scripts.php', 'wp-admin/load-scripts.php'),
(476, '/home/www/iamctv.com/wp-admin/load-styles.php', 'wp-admin/load-styles.php'),
(477, '/home/www/iamctv.com/wp-admin/maint/repair.php', 'wp-admin/maint/repair.php'),
(478, '/home/www/iamctv.com/wp-admin/media-new.php', 'wp-admin/media-new.php'),
(479, '/home/www/iamctv.com/wp-admin/media-upload.php', 'wp-admin/media-upload.php'),
(480, '/home/www/iamctv.com/wp-admin/media.php', 'wp-admin/media.php'),
(481, '/home/www/iamctv.com/wp-admin/menu-header.php', 'wp-admin/menu-header.php'),
(482, '/home/www/iamctv.com/wp-admin/menu.php', 'wp-admin/menu.php'),
(483, '/home/www/iamctv.com/wp-admin/moderation.php', 'wp-admin/moderation.php'),
(484, '/home/www/iamctv.com/wp-admin/ms-admin.php', 'wp-admin/ms-admin.php'),
(485, '/home/www/iamctv.com/wp-admin/ms-delete-site.php', 'wp-admin/ms-delete-site.php'),
(486, '/home/www/iamctv.com/wp-admin/ms-edit.php', 'wp-admin/ms-edit.php'),
(487, '/home/www/iamctv.com/wp-admin/ms-options.php', 'wp-admin/ms-options.php'),
(488, '/home/www/iamctv.com/wp-admin/ms-sites.php', 'wp-admin/ms-sites.php'),
(489, '/home/www/iamctv.com/wp-admin/ms-themes.php', 'wp-admin/ms-themes.php'),
(490, '/home/www/iamctv.com/wp-admin/ms-upgrade-network.php', 'wp-admin/ms-upgrade-network.php'),
(491, '/home/www/iamctv.com/wp-admin/ms-users.php', 'wp-admin/ms-users.php'),
(492, '/home/www/iamctv.com/wp-admin/my-sites.php', 'wp-admin/my-sites.php'),
(493, '/home/www/iamctv.com/wp-admin/nav-menus.php', 'wp-admin/nav-menus.php'),
(494, '/home/www/iamctv.com/wp-admin/network/about.php', 'wp-admin/network/about.php'),
(495, '/home/www/iamctv.com/wp-admin/network/admin.php', 'wp-admin/network/admin.php'),
(496, '/home/www/iamctv.com/wp-admin/network/credits.php', 'wp-admin/network/credits.php'),
(497, '/home/www/iamctv.com/wp-admin/network/edit.php', 'wp-admin/network/edit.php'),
(498, '/home/www/iamctv.com/wp-admin/network/freedoms.php', 'wp-admin/network/freedoms.php'),
(499, '/home/www/iamctv.com/wp-admin/network/index.php', 'wp-admin/network/index.php'),
(500, '/home/www/iamctv.com/wp-admin/network/menu.php', 'wp-admin/network/menu.php'),
(501, '/home/www/iamctv.com/wp-admin/network/plugin-editor.php', 'wp-admin/network/plugin-editor.php'),
(502, '/home/www/iamctv.com/wp-admin/network/plugin-install.php', 'wp-admin/network/plugin-install.php'),
(503, '/home/www/iamctv.com/wp-admin/network/plugins.php', 'wp-admin/network/plugins.php'),
(504, '/home/www/iamctv.com/wp-admin/network/privacy.php', 'wp-admin/network/privacy.php'),
(505, '/home/www/iamctv.com/wp-admin/network/profile.php', 'wp-admin/network/profile.php'),
(506, '/home/www/iamctv.com/wp-admin/network/settings.php', 'wp-admin/network/settings.php'),
(507, '/home/www/iamctv.com/wp-admin/network/setup.php', 'wp-admin/network/setup.php');
INSERT INTO `iamc_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(508, '/home/www/iamctv.com/wp-admin/network/site-info.php', 'wp-admin/network/site-info.php'),
(509, '/home/www/iamctv.com/wp-admin/network/site-new.php', 'wp-admin/network/site-new.php'),
(510, '/home/www/iamctv.com/wp-admin/network/site-settings.php', 'wp-admin/network/site-settings.php'),
(511, '/home/www/iamctv.com/wp-admin/network/site-themes.php', 'wp-admin/network/site-themes.php'),
(512, '/home/www/iamctv.com/wp-admin/network/site-users.php', 'wp-admin/network/site-users.php'),
(513, '/home/www/iamctv.com/wp-admin/network/sites.php', 'wp-admin/network/sites.php'),
(514, '/home/www/iamctv.com/wp-admin/network/theme-editor.php', 'wp-admin/network/theme-editor.php'),
(515, '/home/www/iamctv.com/wp-admin/network/theme-install.php', 'wp-admin/network/theme-install.php'),
(516, '/home/www/iamctv.com/wp-admin/network/themes.php', 'wp-admin/network/themes.php'),
(517, '/home/www/iamctv.com/wp-admin/network/update-core.php', 'wp-admin/network/update-core.php'),
(518, '/home/www/iamctv.com/wp-admin/network/update.php', 'wp-admin/network/update.php'),
(519, '/home/www/iamctv.com/wp-admin/network/upgrade.php', 'wp-admin/network/upgrade.php'),
(520, '/home/www/iamctv.com/wp-admin/network/user-edit.php', 'wp-admin/network/user-edit.php'),
(521, '/home/www/iamctv.com/wp-admin/network/user-new.php', 'wp-admin/network/user-new.php'),
(522, '/home/www/iamctv.com/wp-admin/network/users.php', 'wp-admin/network/users.php'),
(523, '/home/www/iamctv.com/wp-admin/network.php', 'wp-admin/network.php'),
(524, '/home/www/iamctv.com/wp-admin/options-discussion.php', 'wp-admin/options-discussion.php'),
(525, '/home/www/iamctv.com/wp-admin/options-general.php', 'wp-admin/options-general.php'),
(526, '/home/www/iamctv.com/wp-admin/options-head.php', 'wp-admin/options-head.php'),
(527, '/home/www/iamctv.com/wp-admin/options-media.php', 'wp-admin/options-media.php'),
(528, '/home/www/iamctv.com/wp-admin/options-permalink.php', 'wp-admin/options-permalink.php'),
(529, '/home/www/iamctv.com/wp-admin/options-privacy.php', 'wp-admin/options-privacy.php'),
(530, '/home/www/iamctv.com/wp-admin/options-reading.php', 'wp-admin/options-reading.php'),
(531, '/home/www/iamctv.com/wp-admin/options-writing.php', 'wp-admin/options-writing.php'),
(532, '/home/www/iamctv.com/wp-admin/options.php', 'wp-admin/options.php'),
(533, '/home/www/iamctv.com/wp-admin/plugin-editor.php', 'wp-admin/plugin-editor.php'),
(534, '/home/www/iamctv.com/wp-admin/plugin-install.php', 'wp-admin/plugin-install.php'),
(535, '/home/www/iamctv.com/wp-admin/plugins.php', 'wp-admin/plugins.php'),
(536, '/home/www/iamctv.com/wp-admin/post-new.php', 'wp-admin/post-new.php'),
(537, '/home/www/iamctv.com/wp-admin/post.php', 'wp-admin/post.php'),
(538, '/home/www/iamctv.com/wp-admin/press-this.php', 'wp-admin/press-this.php'),
(539, '/home/www/iamctv.com/wp-admin/privacy-policy-guide.php', 'wp-admin/privacy-policy-guide.php'),
(540, '/home/www/iamctv.com/wp-admin/privacy.php', 'wp-admin/privacy.php'),
(541, '/home/www/iamctv.com/wp-admin/profile.php', 'wp-admin/profile.php'),
(542, '/home/www/iamctv.com/wp-admin/revision.php', 'wp-admin/revision.php'),
(543, '/home/www/iamctv.com/wp-admin/setup-config.php', 'wp-admin/setup-config.php'),
(544, '/home/www/iamctv.com/wp-admin/site-editor.php', 'wp-admin/site-editor.php'),
(545, '/home/www/iamctv.com/wp-admin/site-health-info.php', 'wp-admin/site-health-info.php'),
(546, '/home/www/iamctv.com/wp-admin/site-health.php', 'wp-admin/site-health.php'),
(547, '/home/www/iamctv.com/wp-admin/term.php', 'wp-admin/term.php'),
(548, '/home/www/iamctv.com/wp-admin/theme-editor.php', 'wp-admin/theme-editor.php'),
(549, '/home/www/iamctv.com/wp-admin/theme-install.php', 'wp-admin/theme-install.php'),
(550, '/home/www/iamctv.com/wp-admin/themes.php', 'wp-admin/themes.php'),
(551, '/home/www/iamctv.com/wp-admin/tools.php', 'wp-admin/tools.php'),
(552, '/home/www/iamctv.com/wp-admin/update-core.php', 'wp-admin/update-core.php'),
(553, '/home/www/iamctv.com/wp-admin/update.php', 'wp-admin/update.php'),
(554, '/home/www/iamctv.com/wp-admin/upgrade-functions.php', 'wp-admin/upgrade-functions.php'),
(555, '/home/www/iamctv.com/wp-admin/upgrade.php', 'wp-admin/upgrade.php'),
(556, '/home/www/iamctv.com/wp-admin/upload.php', 'wp-admin/upload.php'),
(557, '/home/www/iamctv.com/wp-admin/user/about.php', 'wp-admin/user/about.php'),
(558, '/home/www/iamctv.com/wp-admin/user/admin.php', 'wp-admin/user/admin.php'),
(559, '/home/www/iamctv.com/wp-admin/user/credits.php', 'wp-admin/user/credits.php'),
(560, '/home/www/iamctv.com/wp-admin/user/freedoms.php', 'wp-admin/user/freedoms.php'),
(561, '/home/www/iamctv.com/wp-admin/user/index.php', 'wp-admin/user/index.php'),
(562, '/home/www/iamctv.com/wp-admin/user/menu.php', 'wp-admin/user/menu.php'),
(563, '/home/www/iamctv.com/wp-admin/user/privacy.php', 'wp-admin/user/privacy.php'),
(564, '/home/www/iamctv.com/wp-admin/user/profile.php', 'wp-admin/user/profile.php'),
(565, '/home/www/iamctv.com/wp-admin/user/user-edit.php', 'wp-admin/user/user-edit.php'),
(566, '/home/www/iamctv.com/wp-admin/user-edit.php', 'wp-admin/user-edit.php'),
(567, '/home/www/iamctv.com/wp-admin/user-new.php', 'wp-admin/user-new.php'),
(568, '/home/www/iamctv.com/wp-admin/users.php', 'wp-admin/users.php'),
(569, '/home/www/iamctv.com/wp-admin/widgets-form-blocks.php', 'wp-admin/widgets-form-blocks.php'),
(570, '/home/www/iamctv.com/wp-admin/widgets-form.php', 'wp-admin/widgets-form.php'),
(571, '/home/www/iamctv.com/wp-admin/widgets.php', 'wp-admin/widgets.php'),
(572, '/home/www/iamctv.com/wp-blog-header.php', 'wp-blog-header.php'),
(573, '/home/www/iamctv.com/wp-comments-post.php', 'wp-comments-post.php'),
(574, '/home/www/iamctv.com/wp-config-sample.php', 'wp-config-sample.php'),
(575, '/home/www/iamctv.com/wp-config.php', 'wp-config.php'),
(576, '/home/www/iamctv.com/wp-content/index.php', 'wp-content/index.php'),
(577, '/home/www/iamctv.com/wp-content/plugins/24liveblog/assets/lb24-close.svg', 'wp-content/plugins/24liveblog/assets/lb24-close.svg'),
(578, '/home/www/iamctv.com/wp-content/plugins/24liveblog/assets/lb24-loading-black.svg', 'wp-content/plugins/24liveblog/assets/lb24-loading-black.svg'),
(579, '/home/www/iamctv.com/wp-content/plugins/24liveblog/assets/lb24-loading-white.svg', 'wp-content/plugins/24liveblog/assets/lb24-loading-white.svg'),
(580, '/home/www/iamctv.com/wp-content/plugins/24liveblog/assets/lb24-next.svg', 'wp-content/plugins/24liveblog/assets/lb24-next.svg'),
(581, '/home/www/iamctv.com/wp-content/plugins/24liveblog/assets/lb24-previous.svg', 'wp-content/plugins/24liveblog/assets/lb24-previous.svg'),
(582, '/home/www/iamctv.com/wp-content/plugins/24liveblog/assets/lb24-reload.svg', 'wp-content/plugins/24liveblog/assets/lb24-reload.svg'),
(583, '/home/www/iamctv.com/wp-content/plugins/24liveblog/assets/lb24-search.svg', 'wp-content/plugins/24liveblog/assets/lb24-search.svg'),
(584, '/home/www/iamctv.com/wp-content/plugins/24liveblog/assets/lb24-settings.js', 'wp-content/plugins/24liveblog/assets/lb24-settings.js'),
(585, '/home/www/iamctv.com/wp-content/plugins/24liveblog/dist/blocks.build.js', 'wp-content/plugins/24liveblog/dist/blocks.build.js'),
(586, '/home/www/iamctv.com/wp-content/plugins/24liveblog/plugin.php', 'wp-content/plugins/24liveblog/plugin.php'),
(587, '/home/www/iamctv.com/wp-content/plugins/24liveblog/src/block/block.js', 'wp-content/plugins/24liveblog/src/block/block.js'),
(588, '/home/www/iamctv.com/wp-content/plugins/24liveblog/src/blocks.js', 'wp-content/plugins/24liveblog/src/blocks.js'),
(589, '/home/www/iamctv.com/wp-content/plugins/24liveblog/src/init.php', 'wp-content/plugins/24liveblog/src/init.php'),
(590, '/home/www/iamctv.com/wp-content/plugins/24liveblog/templates/lb24-notice.php', 'wp-content/plugins/24liveblog/templates/lb24-notice.php'),
(591, '/home/www/iamctv.com/wp-content/plugins/24liveblog/templates/lb24-settings.php', 'wp-content/plugins/24liveblog/templates/lb24-settings.php'),
(592, '/home/www/iamctv.com/wp-content/plugins/blockspare/blockspare.php', 'wp-content/plugins/blockspare/blockspare.php'),
(593, '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/blocks.asset.php', 'wp-content/plugins/blockspare/dist/blocks.asset.php'),
(594, '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/blocks.css', 'wp-content/plugins/blockspare/dist/blocks.css'),
(595, '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/blocks.js', 'wp-content/plugins/blockspare/dist/blocks.js'),
(596, '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/banner.a81e478b.jpg', 'wp-content/plugins/blockspare/dist/images/banner.a81e478b.jpg'),
(597, '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/blockspare-header-layout-1.ccb60f8b.png', 'wp-content/plugins/blockspare/dist/images/blockspare-header-layout-1.ccb60f8b.png'),
(598, '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/blockspare-header-layout-2.5266727d.png', 'wp-content/plugins/blockspare/dist/images/blockspare-header-layout-2.5266727d.png'),
(599, '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/blockspare-header-layout-3.fda6b72a.png', 'wp-content/plugins/blockspare/dist/images/blockspare-header-layout-3.fda6b72a.png'),
(600, '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/blockspare-header-layout-4.0c58a2d9.png', 'wp-content/plugins/blockspare/dist/images/blockspare-header-layout-4.0c58a2d9.png'),
(601, '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/blockspare-placeholder-img.afe2a954.jpg', 'wp-content/plugins/blockspare/dist/images/blockspare-placeholder-img.afe2a954.jpg'),
(602, '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/blockspare-posts-block-content-order-layout-1.9693c1ba.png', 'wp-content/plugins/blockspare/dist/images/blockspare-posts-block-content-order-layout-1.9693c1ba.png'),
(603, '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/blockspare-posts-block-content-order-layout-2.3aadf2f1.png', 'wp-content/plugins/blockspare/dist/images/blockspare-posts-block-content-order-layout-2.3aadf2f1.png'),
(604, '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/blockspare-posts-block-express-grid-layout-1.e5119ddd.png', 'wp-content/plugins/blockspare/dist/images/blockspare-posts-block-express-grid-layout-1.e5119ddd.png'),
(605, '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/blockspare-posts-block-express-grid-layout-2.e5119ddd.png', 'wp-content/plugins/blockspare/dist/images/blockspare-posts-block-express-grid-layout-2.e5119ddd.png'),
(606, '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/blockspare-posts-block-express-grid-layout-3.31979af6.png', 'wp-content/plugins/blockspare/dist/images/blockspare-posts-block-express-grid-layout-3.31979af6.png'),
(607, '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/blockspare-posts-block-grid-layout-1.ba83ea4b.png', 'wp-content/plugins/blockspare/dist/images/blockspare-posts-block-grid-layout-1.ba83ea4b.png'),
(608, '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/blockspare-posts-block-grid-layout-2.a0f11ac5.png', 'wp-content/plugins/blockspare/dist/images/blockspare-posts-block-grid-layout-2.a0f11ac5.png'),
(609, '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/blockspare-posts-block-grid-layout-3.c4652c2b.png', 'wp-content/plugins/blockspare/dist/images/blockspare-posts-block-grid-layout-3.c4652c2b.png'),
(610, '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/blockspare-posts-block-grid-layout-4.2c93b2bb.png', 'wp-content/plugins/blockspare/dist/images/blockspare-posts-block-grid-layout-4.2c93b2bb.png'),
(611, '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/blockspare-posts-block-list-layout-1.47242a97.png', 'wp-content/plugins/blockspare/dist/images/blockspare-posts-block-list-layout-1.47242a97.png'),
(612, '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/blockspare-posts-block-list-layout-2.75c24ea4.png', 'wp-content/plugins/blockspare/dist/images/blockspare-posts-block-list-layout-2.75c24ea4.png'),
(613, '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/blockspare-posts-block-list-layout-3.3d0392ae.png', 'wp-content/plugins/blockspare/dist/images/blockspare-posts-block-list-layout-3.3d0392ae.png'),
(614, '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/blockspare-posts-block-list-layout-4.4259edfb.png', 'wp-content/plugins/blockspare/dist/images/blockspare-posts-block-list-layout-4.4259edfb.png'),
(615, '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/blockspare-posts-carousel-full-layout-1.55c6967d.png', 'wp-content/plugins/blockspare/dist/images/blockspare-posts-carousel-full-layout-1.55c6967d.png'),
(616, '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/blockspare-posts-carousel-full-layout-2.7c02df02.png', 'wp-content/plugins/blockspare/dist/images/blockspare-posts-carousel-full-layout-2.7c02df02.png'),
(617, '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/blockspare-posts-carousel-full-layout-3.6674d670.png', 'wp-content/plugins/blockspare/dist/images/blockspare-posts-carousel-full-layout-3.6674d670.png'),
(618, '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/blockspare-posts-carousel-full-layout-4.1fbe6ef2.png', 'wp-content/plugins/blockspare/dist/images/blockspare-posts-carousel-full-layout-4.1fbe6ef2.png'),
(619, '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/blockspare-posts-carousel-grid-layout-1.37f47040.png', 'wp-content/plugins/blockspare/dist/images/blockspare-posts-carousel-grid-layout-1.37f47040.png'),
(620, '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/blockspare-posts-carousel-grid-layout-2.c25228dd.png', 'wp-content/plugins/blockspare/dist/images/blockspare-posts-carousel-grid-layout-2.c25228dd.png'),
(621, '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/blockspare-posts-carousel-grid-layout-3.b310ab68.png', 'wp-content/plugins/blockspare/dist/images/blockspare-posts-carousel-grid-layout-3.b310ab68.png'),
(622, '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/category-border.a30e85ac.png', 'wp-content/plugins/blockspare/dist/images/category-border.a30e85ac.png'),
(623, '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/category-fill.a70e6158.png', 'wp-content/plugins/blockspare/dist/images/category-fill.a70e6158.png'),
(624, '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/double-wave.82d7fb54.png', 'wp-content/plugins/blockspare/dist/images/double-wave.82d7fb54.png'),
(625, '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/fan.bc21d0f4.png', 'wp-content/plugins/blockspare/dist/images/fan.bc21d0f4.png'),
(626, '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/pricingtable-layout-1.1504cb9c.png', 'wp-content/plugins/blockspare/dist/images/pricingtable-layout-1.1504cb9c.png'),
(627, '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/pricingtable-layout-10.0cfddc6c.png', 'wp-content/plugins/blockspare/dist/images/pricingtable-layout-10.0cfddc6c.png'),
(628, '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/pricingtable-layout-2.e968ef9f.png', 'wp-content/plugins/blockspare/dist/images/pricingtable-layout-2.e968ef9f.png'),
(629, '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/pricingtable-layout-3.a1c4c8a7.png', 'wp-content/plugins/blockspare/dist/images/pricingtable-layout-3.a1c4c8a7.png'),
(630, '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/pricingtable-layout-4.78071a1d.png', 'wp-content/plugins/blockspare/dist/images/pricingtable-layout-4.78071a1d.png'),
(631, '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/pricingtable-layout-5.81048d9e.png', 'wp-content/plugins/blockspare/dist/images/pricingtable-layout-5.81048d9e.png'),
(632, '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/pricingtable-layout-6.e3593b04.png', 'wp-content/plugins/blockspare/dist/images/pricingtable-layout-6.e3593b04.png'),
(633, '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/pricingtable-layout-7.3a2bcb9c.png', 'wp-content/plugins/blockspare/dist/images/pricingtable-layout-7.3a2bcb9c.png'),
(634, '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/pricingtable-layout-8.5f8182c7.png', 'wp-content/plugins/blockspare/dist/images/pricingtable-layout-8.5f8182c7.png'),
(635, '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/pricingtable-layout-9.37c95d4c.png', 'wp-content/plugins/blockspare/dist/images/pricingtable-layout-9.37c95d4c.png'),
(636, '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/service-layout-1.fc208c4f.png', 'wp-content/plugins/blockspare/dist/images/service-layout-1.fc208c4f.png'),
(637, '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/service-layout-2.df537dfb.png', 'wp-content/plugins/blockspare/dist/images/service-layout-2.df537dfb.png'),
(638, '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/service-layout-3.21efdf03.png', 'wp-content/plugins/blockspare/dist/images/service-layout-3.21efdf03.png'),
(639, '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/service-layout-4.8644a6c4.png', 'wp-content/plugins/blockspare/dist/images/service-layout-4.8644a6c4.png'),
(640, '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/service-layout-5.e1e50245.png', 'wp-content/plugins/blockspare/dist/images/service-layout-5.e1e50245.png'),
(641, '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/service-layout-6.0a456ca7.png', 'wp-content/plugins/blockspare/dist/images/service-layout-6.0a456ca7.png'),
(642, '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/style-1.784407a9.png', 'wp-content/plugins/blockspare/dist/images/style-1.784407a9.png'),
(643, '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/style-2.93273324.png', 'wp-content/plugins/blockspare/dist/images/style-2.93273324.png'),
(644, '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/style-3.05d95083.png', 'wp-content/plugins/blockspare/dist/images/style-3.05d95083.png'),
(645, '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/style-4.1896ce07.png', 'wp-content/plugins/blockspare/dist/images/style-4.1896ce07.png'),
(646, '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/style-5.53dbf80c.png', 'wp-content/plugins/blockspare/dist/images/style-5.53dbf80c.png'),
(647, '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/style-6.11a69019.png', 'wp-content/plugins/blockspare/dist/images/style-6.11a69019.png'),
(648, '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/style-7.43e225d4.png', 'wp-content/plugins/blockspare/dist/images/style-7.43e225d4.png'),
(649, '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/waves.2d255087.png', 'wp-content/plugins/blockspare/dist/images/waves.2d255087.png'),
(650, '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/images/wavy.63923a27.png', 'wp-content/plugins/blockspare/dist/images/wavy.63923a27.png'),
(651, '/home/www/iamctv.com/wp-content/plugins/blockspare/dist/style-blocks.css', 'wp-content/plugins/blockspare/dist/style-blocks.css'),
(652, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/LICENSE.txt', 'wp-content/plugins/blockspare/freemius/LICENSE.txt'),
(653, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/README.md', 'wp-content/plugins/blockspare/freemius/README.md'),
(654, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/assets/css/admin/account.css', 'wp-content/plugins/blockspare/freemius/assets/css/admin/account.css'),
(655, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/assets/css/admin/add-ons.css', 'wp-content/plugins/blockspare/freemius/assets/css/admin/add-ons.css'),
(656, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/assets/css/admin/affiliation.css', 'wp-content/plugins/blockspare/freemius/assets/css/admin/affiliation.css'),
(657, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/assets/css/admin/checkout.css', 'wp-content/plugins/blockspare/freemius/assets/css/admin/checkout.css'),
(658, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/assets/css/admin/common.css', 'wp-content/plugins/blockspare/freemius/assets/css/admin/common.css'),
(659, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/assets/css/admin/connect.css', 'wp-content/plugins/blockspare/freemius/assets/css/admin/connect.css'),
(660, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/assets/css/admin/debug.css', 'wp-content/plugins/blockspare/freemius/assets/css/admin/debug.css'),
(661, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/assets/css/admin/dialog-boxes.css', 'wp-content/plugins/blockspare/freemius/assets/css/admin/dialog-boxes.css'),
(662, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/assets/css/admin/gdpr-optin-notice.css', 'wp-content/plugins/blockspare/freemius/assets/css/admin/gdpr-optin-notice.css'),
(663, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/assets/css/admin/index.php', 'wp-content/plugins/blockspare/freemius/assets/css/admin/index.php'),
(664, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/assets/css/admin/plugins.css', 'wp-content/plugins/blockspare/freemius/assets/css/admin/plugins.css'),
(665, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/assets/css/customizer.css', 'wp-content/plugins/blockspare/freemius/assets/css/customizer.css'),
(666, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/assets/css/index.php', 'wp-content/plugins/blockspare/freemius/assets/css/index.php'),
(667, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/assets/img/index.php', 'wp-content/plugins/blockspare/freemius/assets/img/index.php'),
(668, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/assets/img/plugin-icon.png', 'wp-content/plugins/blockspare/freemius/assets/img/plugin-icon.png'),
(669, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/assets/img/theme-icon.png', 'wp-content/plugins/blockspare/freemius/assets/img/theme-icon.png'),
(670, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/assets/index.php', 'wp-content/plugins/blockspare/freemius/assets/index.php'),
(671, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/assets/js/index.php', 'wp-content/plugins/blockspare/freemius/assets/js/index.php'),
(672, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/assets/js/nojquery.ba-postmessage.js', 'wp-content/plugins/blockspare/freemius/assets/js/nojquery.ba-postmessage.js'),
(673, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/assets/js/nojquery.ba-postmessage.min.js', 'wp-content/plugins/blockspare/freemius/assets/js/nojquery.ba-postmessage.min.js'),
(674, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/assets/js/postmessage.js', 'wp-content/plugins/blockspare/freemius/assets/js/postmessage.js'),
(675, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/config.php', 'wp-content/plugins/blockspare/freemius/config.php'),
(676, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/class-freemius-abstract.php', 'wp-content/plugins/blockspare/freemius/includes/class-freemius-abstract.php'),
(677, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/class-freemius.php', 'wp-content/plugins/blockspare/freemius/includes/class-freemius.php'),
(678, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/class-fs-admin-notices.php', 'wp-content/plugins/blockspare/freemius/includes/class-fs-admin-notices.php'),
(679, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/class-fs-api.php', 'wp-content/plugins/blockspare/freemius/includes/class-fs-api.php'),
(680, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/class-fs-logger.php', 'wp-content/plugins/blockspare/freemius/includes/class-fs-logger.php'),
(681, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/class-fs-options.php', 'wp-content/plugins/blockspare/freemius/includes/class-fs-options.php'),
(682, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/class-fs-plugin-updater.php', 'wp-content/plugins/blockspare/freemius/includes/class-fs-plugin-updater.php'),
(683, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/class-fs-security.php', 'wp-content/plugins/blockspare/freemius/includes/class-fs-security.php'),
(684, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/class-fs-storage.php', 'wp-content/plugins/blockspare/freemius/includes/class-fs-storage.php'),
(685, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/class-fs-user-lock.php', 'wp-content/plugins/blockspare/freemius/includes/class-fs-user-lock.php'),
(686, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/customizer/class-fs-customizer-support-section.php', 'wp-content/plugins/blockspare/freemius/includes/customizer/class-fs-customizer-support-section.php'),
(687, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/customizer/class-fs-customizer-upsell-control.php', 'wp-content/plugins/blockspare/freemius/includes/customizer/class-fs-customizer-upsell-control.php'),
(688, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/customizer/index.php', 'wp-content/plugins/blockspare/freemius/includes/customizer/index.php'),
(689, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/debug/class-fs-debug-bar-panel.php', 'wp-content/plugins/blockspare/freemius/includes/debug/class-fs-debug-bar-panel.php'),
(690, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/debug/debug-bar-start.php', 'wp-content/plugins/blockspare/freemius/includes/debug/debug-bar-start.php'),
(691, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/debug/index.php', 'wp-content/plugins/blockspare/freemius/includes/debug/index.php'),
(692, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/entities/class-fs-affiliate-terms.php', 'wp-content/plugins/blockspare/freemius/includes/entities/class-fs-affiliate-terms.php'),
(693, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/entities/class-fs-affiliate.php', 'wp-content/plugins/blockspare/freemius/includes/entities/class-fs-affiliate.php'),
(694, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/entities/class-fs-billing.php', 'wp-content/plugins/blockspare/freemius/includes/entities/class-fs-billing.php'),
(695, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/entities/class-fs-entity.php', 'wp-content/plugins/blockspare/freemius/includes/entities/class-fs-entity.php'),
(696, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/entities/class-fs-payment.php', 'wp-content/plugins/blockspare/freemius/includes/entities/class-fs-payment.php'),
(697, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/entities/class-fs-plugin-info.php', 'wp-content/plugins/blockspare/freemius/includes/entities/class-fs-plugin-info.php'),
(698, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/entities/class-fs-plugin-license.php', 'wp-content/plugins/blockspare/freemius/includes/entities/class-fs-plugin-license.php'),
(699, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/entities/class-fs-plugin-plan.php', 'wp-content/plugins/blockspare/freemius/includes/entities/class-fs-plugin-plan.php'),
(700, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/entities/class-fs-plugin-tag.php', 'wp-content/plugins/blockspare/freemius/includes/entities/class-fs-plugin-tag.php'),
(701, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/entities/class-fs-plugin.php', 'wp-content/plugins/blockspare/freemius/includes/entities/class-fs-plugin.php'),
(702, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/entities/class-fs-pricing.php', 'wp-content/plugins/blockspare/freemius/includes/entities/class-fs-pricing.php'),
(703, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/entities/class-fs-scope-entity.php', 'wp-content/plugins/blockspare/freemius/includes/entities/class-fs-scope-entity.php'),
(704, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/entities/class-fs-site.php', 'wp-content/plugins/blockspare/freemius/includes/entities/class-fs-site.php'),
(705, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/entities/class-fs-subscription.php', 'wp-content/plugins/blockspare/freemius/includes/entities/class-fs-subscription.php'),
(706, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/entities/class-fs-user.php', 'wp-content/plugins/blockspare/freemius/includes/entities/class-fs-user.php'),
(707, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/entities/index.php', 'wp-content/plugins/blockspare/freemius/includes/entities/index.php'),
(708, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/fs-core-functions.php', 'wp-content/plugins/blockspare/freemius/includes/fs-core-functions.php'),
(709, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/fs-essential-functions.php', 'wp-content/plugins/blockspare/freemius/includes/fs-essential-functions.php'),
(710, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/fs-plugin-info-dialog.php', 'wp-content/plugins/blockspare/freemius/includes/fs-plugin-info-dialog.php'),
(711, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/i18n.php', 'wp-content/plugins/blockspare/freemius/includes/i18n.php'),
(712, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/index.php', 'wp-content/plugins/blockspare/freemius/includes/index.php'),
(713, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/l10n.php', 'wp-content/plugins/blockspare/freemius/includes/l10n.php'),
(714, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/managers/class-fs-admin-menu-manager.php', 'wp-content/plugins/blockspare/freemius/includes/managers/class-fs-admin-menu-manager.php'),
(715, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/managers/class-fs-admin-notice-manager.php', 'wp-content/plugins/blockspare/freemius/includes/managers/class-fs-admin-notice-manager.php'),
(716, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/managers/class-fs-cache-manager.php', 'wp-content/plugins/blockspare/freemius/includes/managers/class-fs-cache-manager.php'),
(717, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/managers/class-fs-gdpr-manager.php', 'wp-content/plugins/blockspare/freemius/includes/managers/class-fs-gdpr-manager.php'),
(718, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/managers/class-fs-key-value-storage.php', 'wp-content/plugins/blockspare/freemius/includes/managers/class-fs-key-value-storage.php'),
(719, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/managers/class-fs-license-manager.php', 'wp-content/plugins/blockspare/freemius/includes/managers/class-fs-license-manager.php'),
(720, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/managers/class-fs-option-manager.php', 'wp-content/plugins/blockspare/freemius/includes/managers/class-fs-option-manager.php'),
(721, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/managers/class-fs-plan-manager.php', 'wp-content/plugins/blockspare/freemius/includes/managers/class-fs-plan-manager.php'),
(722, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/managers/class-fs-plugin-manager.php', 'wp-content/plugins/blockspare/freemius/includes/managers/class-fs-plugin-manager.php'),
(723, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/managers/index.php', 'wp-content/plugins/blockspare/freemius/includes/managers/index.php'),
(724, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/sdk/Exceptions/ArgumentNotExistException.php', 'wp-content/plugins/blockspare/freemius/includes/sdk/Exceptions/ArgumentNotExistException.php'),
(725, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/sdk/Exceptions/EmptyArgumentException.php', 'wp-content/plugins/blockspare/freemius/includes/sdk/Exceptions/EmptyArgumentException.php'),
(726, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/sdk/Exceptions/Exception.php', 'wp-content/plugins/blockspare/freemius/includes/sdk/Exceptions/Exception.php'),
(727, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/sdk/Exceptions/InvalidArgumentException.php', 'wp-content/plugins/blockspare/freemius/includes/sdk/Exceptions/InvalidArgumentException.php'),
(728, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/sdk/Exceptions/OAuthException.php', 'wp-content/plugins/blockspare/freemius/includes/sdk/Exceptions/OAuthException.php'),
(729, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/sdk/Exceptions/index.php', 'wp-content/plugins/blockspare/freemius/includes/sdk/Exceptions/index.php'),
(730, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/sdk/FreemiusBase.php', 'wp-content/plugins/blockspare/freemius/includes/sdk/FreemiusBase.php'),
(731, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/sdk/FreemiusWordPress.php', 'wp-content/plugins/blockspare/freemius/includes/sdk/FreemiusWordPress.php'),
(732, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/sdk/LICENSE.txt', 'wp-content/plugins/blockspare/freemius/includes/sdk/LICENSE.txt'),
(733, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/sdk/index.php', 'wp-content/plugins/blockspare/freemius/includes/sdk/index.php'),
(734, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/supplements/fs-essential-functions-1.1.7.1.php', 'wp-content/plugins/blockspare/freemius/includes/supplements/fs-essential-functions-1.1.7.1.php'),
(735, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/supplements/fs-essential-functions-2.2.1.php', 'wp-content/plugins/blockspare/freemius/includes/supplements/fs-essential-functions-2.2.1.php'),
(736, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/includes/supplements/index.php', 'wp-content/plugins/blockspare/freemius/includes/supplements/index.php'),
(737, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/index.php', 'wp-content/plugins/blockspare/freemius/index.php'),
(738, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/languages/freemius-cs_CZ.mo', 'wp-content/plugins/blockspare/freemius/languages/freemius-cs_CZ.mo'),
(739, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/languages/freemius-da_DK.mo', 'wp-content/plugins/blockspare/freemius/languages/freemius-da_DK.mo'),
(740, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/languages/freemius-en.mo', 'wp-content/plugins/blockspare/freemius/languages/freemius-en.mo'),
(741, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/languages/freemius-es_ES.mo', 'wp-content/plugins/blockspare/freemius/languages/freemius-es_ES.mo'),
(742, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/languages/freemius-fr_FR.mo', 'wp-content/plugins/blockspare/freemius/languages/freemius-fr_FR.mo'),
(743, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/languages/freemius-he_IL.mo', 'wp-content/plugins/blockspare/freemius/languages/freemius-he_IL.mo'),
(744, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/languages/freemius-hu_HU.mo', 'wp-content/plugins/blockspare/freemius/languages/freemius-hu_HU.mo'),
(745, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/languages/freemius-it_IT.mo', 'wp-content/plugins/blockspare/freemius/languages/freemius-it_IT.mo'),
(746, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/languages/freemius-ja.mo', 'wp-content/plugins/blockspare/freemius/languages/freemius-ja.mo'),
(747, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/languages/freemius-nl_NL.mo', 'wp-content/plugins/blockspare/freemius/languages/freemius-nl_NL.mo'),
(748, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/languages/freemius-ru_RU.mo', 'wp-content/plugins/blockspare/freemius/languages/freemius-ru_RU.mo'),
(749, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/languages/freemius-ta.mo', 'wp-content/plugins/blockspare/freemius/languages/freemius-ta.mo'),
(750, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/languages/freemius-zh_CN.mo', 'wp-content/plugins/blockspare/freemius/languages/freemius-zh_CN.mo'),
(751, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/languages/freemius.pot', 'wp-content/plugins/blockspare/freemius/languages/freemius.pot'),
(752, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/languages/index.php', 'wp-content/plugins/blockspare/freemius/languages/index.php'),
(753, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/package.json', 'wp-content/plugins/blockspare/freemius/package.json'),
(754, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/require.php', 'wp-content/plugins/blockspare/freemius/require.php'),
(755, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/start.php', 'wp-content/plugins/blockspare/freemius/start.php'),
(756, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/account/billing.php', 'wp-content/plugins/blockspare/freemius/templates/account/billing.php'),
(757, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/account/index.php', 'wp-content/plugins/blockspare/freemius/templates/account/index.php'),
(758, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/account/partials/activate-license-button.php', 'wp-content/plugins/blockspare/freemius/templates/account/partials/activate-license-button.php'),
(759, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/account/partials/addon.php', 'wp-content/plugins/blockspare/freemius/templates/account/partials/addon.php'),
(760, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/account/partials/deactivate-license-button.php', 'wp-content/plugins/blockspare/freemius/templates/account/partials/deactivate-license-button.php'),
(761, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/account/partials/index.php', 'wp-content/plugins/blockspare/freemius/templates/account/partials/index.php'),
(762, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/account/partials/site.php', 'wp-content/plugins/blockspare/freemius/templates/account/partials/site.php'),
(763, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/account/payments.php', 'wp-content/plugins/blockspare/freemius/templates/account/payments.php'),
(764, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/account.php', 'wp-content/plugins/blockspare/freemius/templates/account.php'),
(765, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/add-ons.php', 'wp-content/plugins/blockspare/freemius/templates/add-ons.php'),
(766, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/add-trial-to-pricing.php', 'wp-content/plugins/blockspare/freemius/templates/add-trial-to-pricing.php'),
(767, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/admin-notice.php', 'wp-content/plugins/blockspare/freemius/templates/admin-notice.php'),
(768, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/ajax-loader.php', 'wp-content/plugins/blockspare/freemius/templates/ajax-loader.php'),
(769, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/auto-installation.php', 'wp-content/plugins/blockspare/freemius/templates/auto-installation.php'),
(770, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/checkout.php', 'wp-content/plugins/blockspare/freemius/templates/checkout.php'),
(771, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/connect.php', 'wp-content/plugins/blockspare/freemius/templates/connect.php'),
(772, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/contact.php', 'wp-content/plugins/blockspare/freemius/templates/contact.php'),
(773, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/debug/api-calls.php', 'wp-content/plugins/blockspare/freemius/templates/debug/api-calls.php'),
(774, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/debug/index.php', 'wp-content/plugins/blockspare/freemius/templates/debug/index.php'),
(775, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/debug/logger.php', 'wp-content/plugins/blockspare/freemius/templates/debug/logger.php'),
(776, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/debug/plugins-themes-sync.php', 'wp-content/plugins/blockspare/freemius/templates/debug/plugins-themes-sync.php'),
(777, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/debug/scheduled-crons.php', 'wp-content/plugins/blockspare/freemius/templates/debug/scheduled-crons.php'),
(778, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/debug.php', 'wp-content/plugins/blockspare/freemius/templates/debug.php'),
(779, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/email.php', 'wp-content/plugins/blockspare/freemius/templates/email.php'),
(780, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/firewall-issues-js.php', 'wp-content/plugins/blockspare/freemius/templates/firewall-issues-js.php'),
(781, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/forms/affiliation.php', 'wp-content/plugins/blockspare/freemius/templates/forms/affiliation.php'),
(782, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/forms/data-debug-mode.php', 'wp-content/plugins/blockspare/freemius/templates/forms/data-debug-mode.php'),
(783, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/forms/deactivation/contact.php', 'wp-content/plugins/blockspare/freemius/templates/forms/deactivation/contact.php'),
(784, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/forms/deactivation/form.php', 'wp-content/plugins/blockspare/freemius/templates/forms/deactivation/form.php'),
(785, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/forms/deactivation/index.php', 'wp-content/plugins/blockspare/freemius/templates/forms/deactivation/index.php'),
(786, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/forms/deactivation/retry-skip.php', 'wp-content/plugins/blockspare/freemius/templates/forms/deactivation/retry-skip.php'),
(787, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/forms/index.php', 'wp-content/plugins/blockspare/freemius/templates/forms/index.php'),
(788, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/forms/license-activation.php', 'wp-content/plugins/blockspare/freemius/templates/forms/license-activation.php'),
(789, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/forms/optout.php', 'wp-content/plugins/blockspare/freemius/templates/forms/optout.php'),
(790, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/forms/premium-versions-upgrade-handler.php', 'wp-content/plugins/blockspare/freemius/templates/forms/premium-versions-upgrade-handler.php'),
(791, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/forms/premium-versions-upgrade-metadata.php', 'wp-content/plugins/blockspare/freemius/templates/forms/premium-versions-upgrade-metadata.php'),
(792, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/forms/resend-key.php', 'wp-content/plugins/blockspare/freemius/templates/forms/resend-key.php'),
(793, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/forms/subscription-cancellation.php', 'wp-content/plugins/blockspare/freemius/templates/forms/subscription-cancellation.php'),
(794, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/forms/trial-start.php', 'wp-content/plugins/blockspare/freemius/templates/forms/trial-start.php'),
(795, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/forms/user-change.php', 'wp-content/plugins/blockspare/freemius/templates/forms/user-change.php'),
(796, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/gdpr-optin-js.php', 'wp-content/plugins/blockspare/freemius/templates/gdpr-optin-js.php'),
(797, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/index.php', 'wp-content/plugins/blockspare/freemius/templates/index.php'),
(798, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/js/index.php', 'wp-content/plugins/blockspare/freemius/templates/js/index.php'),
(799, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/js/jquery.content-change.php', 'wp-content/plugins/blockspare/freemius/templates/js/jquery.content-change.php'),
(800, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/js/open-license-activation.php', 'wp-content/plugins/blockspare/freemius/templates/js/open-license-activation.php'),
(801, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/js/style-premium-theme.php', 'wp-content/plugins/blockspare/freemius/templates/js/style-premium-theme.php'),
(802, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/partials/index.php', 'wp-content/plugins/blockspare/freemius/templates/partials/index.php'),
(803, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/partials/network-activation.php', 'wp-content/plugins/blockspare/freemius/templates/partials/network-activation.php'),
(804, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/plugin-icon.php', 'wp-content/plugins/blockspare/freemius/templates/plugin-icon.php'),
(805, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/plugin-info/description.php', 'wp-content/plugins/blockspare/freemius/templates/plugin-info/description.php'),
(806, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/plugin-info/features.php', 'wp-content/plugins/blockspare/freemius/templates/plugin-info/features.php'),
(807, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/plugin-info/index.php', 'wp-content/plugins/blockspare/freemius/templates/plugin-info/index.php'),
(808, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/plugin-info/screenshots.php', 'wp-content/plugins/blockspare/freemius/templates/plugin-info/screenshots.php'),
(809, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/powered-by.php', 'wp-content/plugins/blockspare/freemius/templates/powered-by.php'),
(810, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/pricing.php', 'wp-content/plugins/blockspare/freemius/templates/pricing.php'),
(811, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/secure-https-header.php', 'wp-content/plugins/blockspare/freemius/templates/secure-https-header.php'),
(812, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/sticky-admin-notice-js.php', 'wp-content/plugins/blockspare/freemius/templates/sticky-admin-notice-js.php'),
(813, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/tabs-capture-js.php', 'wp-content/plugins/blockspare/freemius/templates/tabs-capture-js.php'),
(814, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius/templates/tabs.php', 'wp-content/plugins/blockspare/freemius/templates/tabs.php'),
(815, '/home/www/iamctv.com/wp-content/plugins/blockspare/freemius.php', 'wp-content/plugins/blockspare/freemius.php'),
(816, '/home/www/iamctv.com/wp-content/plugins/blockspare/languages/blockspare.pot', 'wp-content/plugins/blockspare/languages/blockspare.pot'),
(817, '/home/www/iamctv.com/wp-content/plugins/blockspare/readme.txt', 'wp-content/plugins/blockspare/readme.txt'),
(818, '/home/www/iamctv.com/wp-content/plugins/blockspare/src/admin/admin-block-list.php', 'wp-content/plugins/blockspare/src/admin/admin-block-list.php'),
(819, '/home/www/iamctv.com/wp-content/plugins/blockspare/src/admin/admin-init.php', 'wp-content/plugins/blockspare/src/admin/admin-init.php'),
(820, '/home/www/iamctv.com/wp-content/plugins/blockspare/src/admin/assets/accordion-image.png', 'wp-content/plugins/blockspare/src/admin/assets/accordion-image.png'),
(821, '/home/www/iamctv.com/wp-content/plugins/blockspare/src/admin/assets/banner.jpg', 'wp-content/plugins/blockspare/src/admin/assets/banner.jpg'),
(822, '/home/www/iamctv.com/wp-content/plugins/blockspare/src/admin/assets/blockspare-adding-blocks.gif', 'wp-content/plugins/blockspare/src/admin/assets/blockspare-adding-blocks.gif'),
(823, '/home/www/iamctv.com/wp-content/plugins/blockspare/src/admin/assets/blockspare-logo.png', 'wp-content/plugins/blockspare/src/admin/assets/blockspare-logo.png'),
(824, '/home/www/iamctv.com/wp-content/plugins/blockspare/src/admin/assets/button-image.png', 'wp-content/plugins/blockspare/src/admin/assets/button-image.png'),
(825, '/home/www/iamctv.com/wp-content/plugins/blockspare/src/admin/assets/container-image.png', 'wp-content/plugins/blockspare/src/admin/assets/container-image.png'),
(826, '/home/www/iamctv.com/wp-content/plugins/blockspare/src/admin/assets/content-box-image.png', 'wp-content/plugins/blockspare/src/admin/assets/content-box-image.png'),
(827, '/home/www/iamctv.com/wp-content/plugins/blockspare/src/admin/assets/counter-image.png', 'wp-content/plugins/blockspare/src/admin/assets/counter-image.png'),
(828, '/home/www/iamctv.com/wp-content/plugins/blockspare/src/admin/assets/cta-image.png', 'wp-content/plugins/blockspare/src/admin/assets/cta-image.png');
INSERT INTO `iamc_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(829, '/home/www/iamctv.com/wp-content/plugins/blockspare/src/admin/assets/empty-section-image.png', 'wp-content/plugins/blockspare/src/admin/assets/empty-section-image.png'),
(830, '/home/www/iamctv.com/wp-content/plugins/blockspare/src/admin/assets/icon-image.png', 'wp-content/plugins/blockspare/src/admin/assets/icon-image.png'),
(831, '/home/www/iamctv.com/wp-content/plugins/blockspare/src/admin/assets/icon-list-image.png', 'wp-content/plugins/blockspare/src/admin/assets/icon-list-image.png'),
(832, '/home/www/iamctv.com/wp-content/plugins/blockspare/src/admin/assets/image-carousel-image.png', 'wp-content/plugins/blockspare/src/admin/assets/image-carousel-image.png'),
(833, '/home/www/iamctv.com/wp-content/plugins/blockspare/src/admin/assets/image-masonry-image.png', 'wp-content/plugins/blockspare/src/admin/assets/image-masonry-image.png'),
(834, '/home/www/iamctv.com/wp-content/plugins/blockspare/src/admin/assets/image-slider-image.png', 'wp-content/plugins/blockspare/src/admin/assets/image-slider-image.png'),
(835, '/home/www/iamctv.com/wp-content/plugins/blockspare/src/admin/assets/index.php', 'wp-content/plugins/blockspare/src/admin/assets/index.php'),
(836, '/home/www/iamctv.com/wp-content/plugins/blockspare/src/admin/assets/logo-grid-image.png', 'wp-content/plugins/blockspare/src/admin/assets/logo-grid-image.png'),
(837, '/home/www/iamctv.com/wp-content/plugins/blockspare/src/admin/assets/noticebar-image.png', 'wp-content/plugins/blockspare/src/admin/assets/noticebar-image.png'),
(838, '/home/www/iamctv.com/wp-content/plugins/blockspare/src/admin/assets/posts-carousel-image.png', 'wp-content/plugins/blockspare/src/admin/assets/posts-carousel-image.png'),
(839, '/home/www/iamctv.com/wp-content/plugins/blockspare/src/admin/assets/posts-grid-image.png', 'wp-content/plugins/blockspare/src/admin/assets/posts-grid-image.png'),
(840, '/home/www/iamctv.com/wp-content/plugins/blockspare/src/admin/assets/posts-list-image.png', 'wp-content/plugins/blockspare/src/admin/assets/posts-list-image.png'),
(841, '/home/www/iamctv.com/wp-content/plugins/blockspare/src/admin/assets/price-list-image.png', 'wp-content/plugins/blockspare/src/admin/assets/price-list-image.png'),
(842, '/home/www/iamctv.com/wp-content/plugins/blockspare/src/admin/assets/price-table-image.png', 'wp-content/plugins/blockspare/src/admin/assets/price-table-image.png'),
(843, '/home/www/iamctv.com/wp-content/plugins/blockspare/src/admin/assets/progress-bar-image.png', 'wp-content/plugins/blockspare/src/admin/assets/progress-bar-image.png'),
(844, '/home/www/iamctv.com/wp-content/plugins/blockspare/src/admin/assets/section-header-image.png', 'wp-content/plugins/blockspare/src/admin/assets/section-header-image.png'),
(845, '/home/www/iamctv.com/wp-content/plugins/blockspare/src/admin/assets/services-image.png', 'wp-content/plugins/blockspare/src/admin/assets/services-image.png'),
(846, '/home/www/iamctv.com/wp-content/plugins/blockspare/src/admin/assets/shape-divider-image.png', 'wp-content/plugins/blockspare/src/admin/assets/shape-divider-image.png'),
(847, '/home/www/iamctv.com/wp-content/plugins/blockspare/src/admin/assets/social-links-image.png', 'wp-content/plugins/blockspare/src/admin/assets/social-links-image.png'),
(848, '/home/www/iamctv.com/wp-content/plugins/blockspare/src/admin/assets/social-sharing-image.png', 'wp-content/plugins/blockspare/src/admin/assets/social-sharing-image.png'),
(849, '/home/www/iamctv.com/wp-content/plugins/blockspare/src/admin/assets/star-rating-image.png', 'wp-content/plugins/blockspare/src/admin/assets/star-rating-image.png'),
(850, '/home/www/iamctv.com/wp-content/plugins/blockspare/src/admin/assets/tabs-image.png', 'wp-content/plugins/blockspare/src/admin/assets/tabs-image.png'),
(851, '/home/www/iamctv.com/wp-content/plugins/blockspare/src/admin/assets/testimonial-image.png', 'wp-content/plugins/blockspare/src/admin/assets/testimonial-image.png'),
(852, '/home/www/iamctv.com/wp-content/plugins/blockspare/src/admin/assets/user-profile-image.png', 'wp-content/plugins/blockspare/src/admin/assets/user-profile-image.png'),
(853, '/home/www/iamctv.com/wp-content/plugins/blockspare/src/admin/index.php', 'wp-content/plugins/blockspare/src/admin/index.php'),
(854, '/home/www/iamctv.com/wp-content/plugins/blockspare/src/assets/banner.jpg', 'wp-content/plugins/blockspare/src/assets/banner.jpg'),
(855, '/home/www/iamctv.com/wp-content/plugins/blockspare/src/assets/blockspare-placeholder-img-square.jpg', 'wp-content/plugins/blockspare/src/assets/blockspare-placeholder-img-square.jpg'),
(856, '/home/www/iamctv.com/wp-content/plugins/blockspare/src/assets/blockspare-placeholder-img.jpg', 'wp-content/plugins/blockspare/src/assets/blockspare-placeholder-img.jpg'),
(857, '/home/www/iamctv.com/wp-content/plugins/blockspare/src/assets/fontawesome/css/all.css', 'wp-content/plugins/blockspare/src/assets/fontawesome/css/all.css'),
(858, '/home/www/iamctv.com/wp-content/plugins/blockspare/src/assets/fontawesome/css/all.min.css', 'wp-content/plugins/blockspare/src/assets/fontawesome/css/all.min.css'),
(859, '/home/www/iamctv.com/wp-content/plugins/blockspare/src/assets/fontawesome/css/brands.css', 'wp-content/plugins/blockspare/src/assets/fontawesome/css/brands.css'),
(860, '/home/www/iamctv.com/wp-content/plugins/blockspare/src/assets/fontawesome/css/brands.min.css', 'wp-content/plugins/blockspare/src/assets/fontawesome/css/brands.min.css'),
(861, '/home/www/iamctv.com/wp-content/plugins/blockspare/src/assets/fontawesome/css/regular.css', 'wp-content/plugins/blockspare/src/assets/fontawesome/css/regular.css'),
(862, '/home/www/iamctv.com/wp-content/plugins/blockspare/src/assets/fontawesome/css/regular.min.css', 'wp-content/plugins/blockspare/src/assets/fontawesome/css/regular.min.css'),
(863, '/home/www/iamctv.com/wp-content/plugins/blockspare/src/assets/fontawesome/css/solid.css', 'wp-content/plugins/blockspare/src/assets/fontawesome/css/solid.css'),
(864, '/home/www/iamctv.com/wp-content/plugins/blockspare/src/assets/fontawesome/css/solid.min.css', 'wp-content/plugins/blockspare/src/assets/fontawesome/css/solid.min.css'),
(865, '/home/www/iamctv.com/wp-content/plugins/blockspare/src/assets/fontawesome/css/svg-with-js.css', 'wp-content/plugins/blockspare/src/assets/fontawesome/css/svg-with-js.css'),
(866, '/home/www/iamctv.com/wp-content/plugins/blockspare/src/assets/fontawesome/css/svg-with-js.min.css', 'wp-content/plugins/blockspare/src/assets/fontawesome/css/svg-with-js.min.css'),
(867, '/home/www/iamctv.com/wp-content/plugins/blockspare/src/assets/fontawesome/css/v4-shims.css', 'wp-content/plugins/blockspare/src/assets/fontawesome/css/v4-shims.css'),
(868, '/home/www/iamctv.com/wp-content/plugins/blockspare/src/assets/fontawesome/css/v4-shims.min.css', 'wp-content/plugins/blockspare/src/assets/fontawesome/css/v4-shims.min.css'),
(869, '/home/www/iamctv.com/wp-content/plugins/blockspare/src/assets/fontawesome/fonts/fa-brands-400.eot', 'wp-content/plugins/blockspare/src/assets/fontawesome/fonts/fa-brands-400.eot'),
(870, '/home/www/iamctv.com/wp-content/plugins/blockspare/src/assets/fontawesome/fonts/fa-brands-400.svg', 'wp-content/plugins/blockspare/src/assets/fontawesome/fonts/fa-brands-400.svg'),
(871, '/home/www/iamctv.com/wp-content/plugins/blockspare/src/assets/fontawesome/fonts/fa-brands-400.ttf', 'wp-content/plugins/blockspare/src/assets/fontawesome/fonts/fa-brands-400.ttf'),
(872, '/home/www/iamctv.com/wp-content/plugins/blockspare/src/assets/fontawesome/fonts/fa-brands-400.woff', 'wp-content/plugins/blockspare/src/assets/fontawesome/fonts/fa-brands-400.woff'),
(873, '/home/www/iamctv.com/wp-content/plugins/blockspare/src/assets/fontawesome/fonts/fa-brands-400.woff2', 'wp-content/plugins/blockspare/src/assets/fontawesome/fonts/fa-brands-400.woff2'),
(874, '/home/www/iamctv.com/wp-content/plugins/blockspare/src/assets/fontawesome/fonts/fa-regular-400.eot', 'wp-content/plugins/blockspare/src/assets/fontawesome/fonts/fa-regular-400.eot'),
(875, '/home/www/iamctv.com/wp-content/plugins/blockspare/src/assets/fontawesome/fonts/fa-regular-400.svg', 'wp-content/plugins/blockspare/src/assets/fontawesome/fonts/fa-regular-400.svg'),
(876, '/home/www/iamctv.com/wp-content/plugins/blockspare/src/assets/fontawesome/fonts/fa-regular-400.ttf', 'wp-content/plugins/blockspare/src/assets/fontawesome/fonts/fa-regular-400.ttf'),
(877, '/home/www/iamctv.com/wp-content/plugins/blockspare/src/assets/fontawesome/fonts/fa-regular-400.woff', 'wp-content/plugins/blockspare/src/assets/fontawesome/fonts/fa-regular-400.woff'),
(878, '/home/www/iamctv.com/wp-content/plugins/blockspare/src/assets/fontawesome/fonts/fa-regular-400.woff2', 'wp-content/plugins/blockspare/src/assets/fontawesome/fonts/fa-regular-400.woff2'),
(879, '/home/www/iamctv.com/wp-content/plugins/blockspare/src/assets/fontawesome/fonts/fa-solid-900.eot', 'wp-content/plugins/blockspare/src/assets/fontawesome/fonts/fa-solid-900.eot'),
(880, '/home/www/iamctv.com/wp-content/plugins/blockspare/src/assets/fontawesome/fonts/fa-solid-900.svg', 'wp-content/plugins/blockspare/src/assets/fontawesome/fonts/fa-solid-900.svg'),
(881, '/home/www/iamctv.com/wp-content/plugins/blockspare/src/assets/fontawesome/fonts/fa-solid-900.ttf', 'wp-content/plugins/blockspare/src/assets/fontawesome/fonts/fa-solid-900.ttf'),
(882, '/home/www/iamctv.com/wp-content/plugins/blockspare/src/assets/fontawesome/fonts/fa-solid-900.woff', 'wp-content/plugins/blockspare/src/assets/fontawesome/fonts/fa-solid-900.woff'),
(883, '/home/www/iamctv.com/wp-content/plugins/blockspare/src/assets/fontawesome/fonts/fa-solid-900.woff2', 'wp-content/plugins/blockspare/src/assets/fontawesome/fonts/fa-solid-900.woff2'),
(884, '/home/www/iamctv.com/wp-content/plugins/blockspare/src/assets/icons/icon.js', 'wp-content/plugins/blockspare/src/assets/icons/icon.js'),
(885, '/home/www/iamctv.com/wp-content/plugins/blockspare/src/assets/icons/index.js', 'wp-content/plugins/blockspare/src/assets/icons/index.js'),
(886, '/home/www/iamctv.com/wp-content/plugins/blockspare/src/assets/icons/style.scss', 'wp-content/plugins/blockspare/src/assets/icons/style.scss'),
(887, '/home/www/iamctv.com/wp-content/plugins/blockspare/src/assets/js/countup/jquery.counterup.min.js', 'wp-content/plugins/blockspare/src/assets/js/countup/jquery.counterup.min.js'),
(888, '/home/www/iamctv.com/wp-content/plugins/blockspare/src/assets/js/countup/waypoints.min.js', 'wp-content/plugins/blockspare/src/assets/js/countup/waypoints.min.js'),
(889, '/home/www/iamctv.com/wp-content/plugins/blockspare/src/assets/js/frontend.js', 'wp-content/plugins/blockspare/src/assets/js/frontend.js'),
(890, '/home/www/iamctv.com/wp-content/plugins/blockspare/src/assets/js/tabs.js', 'wp-content/plugins/blockspare/src/assets/js/tabs.js'),
(891, '/home/www/iamctv.com/wp-content/plugins/blockspare/src/assets/slick/css/slick.css', 'wp-content/plugins/blockspare/src/assets/slick/css/slick.css'),
(892, '/home/www/iamctv.com/wp-content/plugins/blockspare/src/assets/slick/css/slick.min.css', 'wp-content/plugins/blockspare/src/assets/slick/css/slick.min.css'),
(893, '/home/www/iamctv.com/wp-content/plugins/blockspare/src/assets/slick/js/slick.js', 'wp-content/plugins/blockspare/src/assets/slick/js/slick.js'),
(894, '/home/www/iamctv.com/wp-content/plugins/blockspare/src/assets/slick/js/slick.min.js', 'wp-content/plugins/blockspare/src/assets/slick/js/slick.min.js'),
(895, '/home/www/iamctv.com/wp-content/plugins/blockspare/src/blocks/banner-1/index.php', 'wp-content/plugins/blockspare/src/blocks/banner-1/index.php'),
(896, '/home/www/iamctv.com/wp-content/plugins/blockspare/src/blocks/banner-2/index.php', 'wp-content/plugins/blockspare/src/blocks/banner-2/index.php'),
(897, '/home/www/iamctv.com/wp-content/plugins/blockspare/src/blocks/latest-posts-carousel-grid/block.json', 'wp-content/plugins/blockspare/src/blocks/latest-posts-carousel-grid/block.json'),
(898, '/home/www/iamctv.com/wp-content/plugins/blockspare/src/blocks/latest-posts-carousel-grid/index.php', 'wp-content/plugins/blockspare/src/blocks/latest-posts-carousel-grid/index.php'),
(899, '/home/www/iamctv.com/wp-content/plugins/blockspare/src/blocks/latest-posts-express-grid/block.json', 'wp-content/plugins/blockspare/src/blocks/latest-posts-express-grid/block.json'),
(900, '/home/www/iamctv.com/wp-content/plugins/blockspare/src/blocks/latest-posts-express-grid/index.php', 'wp-content/plugins/blockspare/src/blocks/latest-posts-express-grid/index.php'),
(901, '/home/www/iamctv.com/wp-content/plugins/blockspare/src/blocks/latest-posts-grid/block.json', 'wp-content/plugins/blockspare/src/blocks/latest-posts-grid/block.json'),
(902, '/home/www/iamctv.com/wp-content/plugins/blockspare/src/blocks/latest-posts-grid/index.php', 'wp-content/plugins/blockspare/src/blocks/latest-posts-grid/index.php'),
(903, '/home/www/iamctv.com/wp-content/plugins/blockspare/src/blocks/latest-posts-list/block.json', 'wp-content/plugins/blockspare/src/blocks/latest-posts-list/block.json'),
(904, '/home/www/iamctv.com/wp-content/plugins/blockspare/src/blocks/latest-posts-list/index.php', 'wp-content/plugins/blockspare/src/blocks/latest-posts-list/index.php'),
(905, '/home/www/iamctv.com/wp-content/plugins/blockspare/src/blocks/latest-posts-slider/block.json', 'wp-content/plugins/blockspare/src/blocks/latest-posts-slider/block.json'),
(906, '/home/www/iamctv.com/wp-content/plugins/blockspare/src/blocks/latest-posts-slider/index.php', 'wp-content/plugins/blockspare/src/blocks/latest-posts-slider/index.php'),
(907, '/home/www/iamctv.com/wp-content/plugins/blockspare/src/blocks/social-sharing/block.json', 'wp-content/plugins/blockspare/src/blocks/social-sharing/block.json'),
(908, '/home/www/iamctv.com/wp-content/plugins/blockspare/src/blocks/social-sharing/index.php', 'wp-content/plugins/blockspare/src/blocks/social-sharing/index.php'),
(909, '/home/www/iamctv.com/wp-content/plugins/blockspare/src/blocks/utils/post-banner/block.json', 'wp-content/plugins/blockspare/src/blocks/utils/post-banner/block.json'),
(910, '/home/www/iamctv.com/wp-content/plugins/blockspare/src/blocks/utils/post-banner/frontend-render/post-banner-config.php', 'wp-content/plugins/blockspare/src/blocks/utils/post-banner/frontend-render/post-banner-config.php'),
(911, '/home/www/iamctv.com/wp-content/plugins/blockspare/src/blocks/utils/post-banner/frontend-render/post-banner-style.php', 'wp-content/plugins/blockspare/src/blocks/utils/post-banner/frontend-render/post-banner-style.php'),
(912, '/home/www/iamctv.com/wp-content/plugins/blockspare/src/fonts.php', 'wp-content/plugins/blockspare/src/fonts.php'),
(913, '/home/www/iamctv.com/wp-content/plugins/blockspare/src/inc/block-posts-config/class-bs-post.php', 'wp-content/plugins/blockspare/src/inc/block-posts-config/class-bs-post.php'),
(914, '/home/www/iamctv.com/wp-content/plugins/blockspare/src/inc/block-posts-config/class-post-rest-api.php', 'wp-content/plugins/blockspare/src/inc/block-posts-config/class-post-rest-api.php'),
(915, '/home/www/iamctv.com/wp-content/plugins/blockspare/src/inc/block-posts-config/tax-category.php', 'wp-content/plugins/blockspare/src/inc/block-posts-config/tax-category.php'),
(916, '/home/www/iamctv.com/wp-content/plugins/blockspare/src/init.php', 'wp-content/plugins/blockspare/src/init.php'),
(917, '/home/www/iamctv.com/wp-content/plugins/blockspare/src/welcome.php', 'wp-content/plugins/blockspare/src/welcome.php'),
(918, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/css/b2s/autopost.css', 'wp-content/plugins/blog2social/assets/css/b2s/autopost.css'),
(919, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/css/b2s/calendar.css', 'wp-content/plugins/blog2social/assets/css/b2s/calendar.css'),
(920, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/css/b2s/curation.css', 'wp-content/plugins/blog2social/assets/css/b2s/curation.css'),
(921, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/css/b2s/metrics.css', 'wp-content/plugins/blog2social/assets/css/b2s/metrics.css'),
(922, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/css/b2s/network.css', 'wp-content/plugins/blog2social/assets/css/b2s/network.css'),
(923, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/css/b2s/post.approve.css', 'wp-content/plugins/blog2social/assets/css/b2s/post.approve.css'),
(924, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/css/b2s/post.css', 'wp-content/plugins/blog2social/assets/css/b2s/post.css'),
(925, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/css/b2s/post.draft.css', 'wp-content/plugins/blog2social/assets/css/b2s/post.draft.css'),
(926, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/css/b2s/post.notice.css', 'wp-content/plugins/blog2social/assets/css/b2s/post.notice.css'),
(927, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/css/b2s/post.publish.css', 'wp-content/plugins/blog2social/assets/css/b2s/post.publish.css'),
(928, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/css/b2s/post.sched.css', 'wp-content/plugins/blog2social/assets/css/b2s/post.sched.css'),
(929, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/css/b2s/premium.css', 'wp-content/plugins/blog2social/assets/css/b2s/premium.css'),
(930, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/css/b2s/repost.css', 'wp-content/plugins/blog2social/assets/css/b2s/repost.css'),
(931, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/css/b2s/settings.css', 'wp-content/plugins/blog2social/assets/css/b2s/settings.css'),
(932, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/css/b2s/ship.css', 'wp-content/plugins/blog2social/assets/css/b2s/ship.css'),
(933, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/css/b2s/start.css', 'wp-content/plugins/blog2social/assets/css/b2s/start.css'),
(934, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/css/b2s/support.css', 'wp-content/plugins/blog2social/assets/css/b2s/support.css'),
(935, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/css/b2s/wp/plugin-deactivate.css', 'wp-content/plugins/blog2social/assets/css/b2s/wp/plugin-deactivate.css'),
(936, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/css/b2s/wp/post-box.css', 'wp-content/plugins/blog2social/assets/css/b2s/wp/post-box.css'),
(937, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/css/general.css', 'wp-content/plugins/blog2social/assets/css/general.css'),
(938, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/css/notice.css', 'wp-content/plugins/blog2social/assets/css/notice.css'),
(939, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/css/prg/login.css', 'wp-content/plugins/blog2social/assets/css/prg/login.css'),
(940, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/css/prg/post.css', 'wp-content/plugins/blog2social/assets/css/prg/post.css'),
(941, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/css/prg/ship.css', 'wp-content/plugins/blog2social/assets/css/prg/ship.css'),
(942, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/fonts/glyphicons-halflings-regular.eot', 'wp-content/plugins/blog2social/assets/fonts/glyphicons-halflings-regular.eot'),
(943, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/fonts/glyphicons-halflings-regular.svg', 'wp-content/plugins/blog2social/assets/fonts/glyphicons-halflings-regular.svg'),
(944, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/fonts/glyphicons-halflings-regular.ttf', 'wp-content/plugins/blog2social/assets/fonts/glyphicons-halflings-regular.ttf'),
(945, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/fonts/glyphicons-halflings-regular.woff', 'wp-content/plugins/blog2social/assets/fonts/glyphicons-halflings-regular.woff'),
(946, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/fonts/glyphicons-halflings-regular.woff2', 'wp-content/plugins/blog2social/assets/fonts/glyphicons-halflings-regular.woff2'),
(947, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/b2s/b2s_logo.png', 'wp-content/plugins/blog2social/assets/images/b2s/b2s_logo.png'),
(948, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/b2s/blog-post-icon.png', 'wp-content/plugins/blog2social/assets/images/b2s/blog-post-icon.png'),
(949, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/b2s/content-curation-icon.png', 'wp-content/plugins/blog2social/assets/images/b2s/content-curation-icon.png'),
(950, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/b2s/event-icon.png', 'wp-content/plugins/blog2social/assets/images/b2s/event-icon.png'),
(951, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/b2s/job-icon.png', 'wp-content/plugins/blog2social/assets/images/b2s/job-icon.png'),
(952, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/b2s/post-icon.png', 'wp-content/plugins/blog2social/assets/images/b2s/post-icon.png'),
(953, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/b2s/premium.png', 'wp-content/plugins/blog2social/assets/images/b2s/premium.png'),
(954, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/b2s/product-icon.png', 'wp-content/plugins/blog2social/assets/images/b2s/product-icon.png'),
(955, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/b2s/trial_popup.png', 'wp-content/plugins/blog2social/assets/images/b2s/trial_popup.png'),
(956, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/b2s-emoji.png', 'wp-content/plugins/blog2social/assets/images/b2s-emoji.png'),
(957, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/b2s@128x128.png', 'wp-content/plugins/blog2social/assets/images/b2s@128x128.png'),
(958, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/b2s@32.png', 'wp-content/plugins/blog2social/assets/images/b2s@32.png'),
(959, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/b2s@64.png', 'wp-content/plugins/blog2social/assets/images/b2s@64.png'),
(960, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/b2s_icon.png', 'wp-content/plugins/blog2social/assets/images/b2s_icon.png'),
(961, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/chrome-extension.png', 'wp-content/plugins/blog2social/assets/images/chrome-extension.png'),
(962, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/features/auto-posting.png', 'wp-content/plugins/blog2social/assets/images/features/auto-posting.png'),
(963, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/features/best-times-manager.png', 'wp-content/plugins/blog2social/assets/images/features/best-times-manager.png'),
(964, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/features/content-curation.png', 'wp-content/plugins/blog2social/assets/images/features/content-curation.png'),
(965, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/features/gmb-post.png', 'wp-content/plugins/blog2social/assets/images/features/gmb-post.png'),
(966, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/features/licenses.png', 'wp-content/plugins/blog2social/assets/images/features/licenses.png'),
(967, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/features/link-image-post.png', 'wp-content/plugins/blog2social/assets/images/features/link-image-post.png'),
(968, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/features/media-library.png', 'wp-content/plugins/blog2social/assets/images/features/media-library.png'),
(969, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/features/pages-groups.png', 'wp-content/plugins/blog2social/assets/images/features/pages-groups.png'),
(970, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/features/rss-feed.png', 'wp-content/plugins/blog2social/assets/images/features/rss-feed.png'),
(971, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/features/social-media-calendar.png', 'wp-content/plugins/blog2social/assets/images/features/social-media-calendar.png'),
(972, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/features/support.png', 'wp-content/plugins/blog2social/assets/images/features/support.png'),
(973, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/features/tags.png', 'wp-content/plugins/blog2social/assets/images/features/tags.png'),
(974, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/firefox-extension.png', 'wp-content/plugins/blog2social/assets/images/firefox-extension.png'),
(975, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/metrics/banner.png', 'wp-content/plugins/blog2social/assets/images/metrics/banner.png'),
(976, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/metrics/social-symbols.png', 'wp-content/plugins/blog2social/assets/images/metrics/social-symbols.png'),
(977, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/no-image.png', 'wp-content/plugins/blog2social/assets/images/no-image.png'),
(978, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/no-network-selected.png', 'wp-content/plugins/blog2social/assets/images/no-network-selected.png'),
(979, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/portale/10_flat.png', 'wp-content/plugins/blog2social/assets/images/portale/10_flat.png'),
(980, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/portale/11_flat.png', 'wp-content/plugins/blog2social/assets/images/portale/11_flat.png'),
(981, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/portale/12_flat.png', 'wp-content/plugins/blog2social/assets/images/portale/12_flat.png'),
(982, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/portale/13_flat.png', 'wp-content/plugins/blog2social/assets/images/portale/13_flat.png'),
(983, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/portale/14_flat.png', 'wp-content/plugins/blog2social/assets/images/portale/14_flat.png'),
(984, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/portale/15_flat.png', 'wp-content/plugins/blog2social/assets/images/portale/15_flat.png'),
(985, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/portale/16_flat.png', 'wp-content/plugins/blog2social/assets/images/portale/16_flat.png'),
(986, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/portale/17_flat.png', 'wp-content/plugins/blog2social/assets/images/portale/17_flat.png'),
(987, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/portale/18_flat.png', 'wp-content/plugins/blog2social/assets/images/portale/18_flat.png'),
(988, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/portale/19_flat.png', 'wp-content/plugins/blog2social/assets/images/portale/19_flat.png'),
(989, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/portale/1_flat.png', 'wp-content/plugins/blog2social/assets/images/portale/1_flat.png'),
(990, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/portale/20_flat.png', 'wp-content/plugins/blog2social/assets/images/portale/20_flat.png'),
(991, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/portale/21_flat.png', 'wp-content/plugins/blog2social/assets/images/portale/21_flat.png'),
(992, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/portale/24_flat.png', 'wp-content/plugins/blog2social/assets/images/portale/24_flat.png'),
(993, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/portale/25_flat.png', 'wp-content/plugins/blog2social/assets/images/portale/25_flat.png'),
(994, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/portale/26_flat.png', 'wp-content/plugins/blog2social/assets/images/portale/26_flat.png'),
(995, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/portale/27_flat.png', 'wp-content/plugins/blog2social/assets/images/portale/27_flat.png'),
(996, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/portale/2_flat.png', 'wp-content/plugins/blog2social/assets/images/portale/2_flat.png'),
(997, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/portale/3_flat.png', 'wp-content/plugins/blog2social/assets/images/portale/3_flat.png'),
(998, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/portale/4_flat.png', 'wp-content/plugins/blog2social/assets/images/portale/4_flat.png'),
(999, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/portale/5_flat.png', 'wp-content/plugins/blog2social/assets/images/portale/5_flat.png'),
(1000, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/portale/6_flat.png', 'wp-content/plugins/blog2social/assets/images/portale/6_flat.png'),
(1001, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/portale/7_flat.png', 'wp-content/plugins/blog2social/assets/images/portale/7_flat.png'),
(1002, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/portale/8_flat.png', 'wp-content/plugins/blog2social/assets/images/portale/8_flat.png'),
(1003, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/portale/9_flat.png', 'wp-content/plugins/blog2social/assets/images/portale/9_flat.png'),
(1004, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/prg/event-icon.png', 'wp-content/plugins/blog2social/assets/images/prg/event-icon.png'),
(1005, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/prg/job-icon.png', 'wp-content/plugins/blog2social/assets/images/prg/job-icon.png'),
(1006, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/prg/post-icon.png', 'wp-content/plugins/blog2social/assets/images/prg/post-icon.png'),
(1007, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/prg/prg_logo.png', 'wp-content/plugins/blog2social/assets/images/prg/prg_logo.png'),
(1008, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/prg/product-icon.png', 'wp-content/plugins/blog2social/assets/images/prg/product-icon.png'),
(1009, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-1-1-de.png', 'wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-1-1-de.png'),
(1010, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-1-1-en.png', 'wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-1-1-en.png'),
(1011, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-1-2-de.png', 'wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-1-2-de.png'),
(1012, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-1-2-en.png', 'wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-1-2-en.png'),
(1013, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-10-1-de.png', 'wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-10-1-de.png'),
(1014, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-10-1-en.png', 'wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-10-1-en.png'),
(1015, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-10-2-de.png', 'wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-10-2-de.png'),
(1016, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-10-2-en.png', 'wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-10-2-en.png'),
(1017, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-12-1-de.png', 'wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-12-1-de.png'),
(1018, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-12-1-en.png', 'wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-12-1-en.png'),
(1019, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-12-2-de.png', 'wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-12-2-de.png'),
(1020, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-12-2-en.png', 'wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-12-2-en.png'),
(1021, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-17-1-de.png', 'wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-17-1-de.png'),
(1022, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-17-1-en.png', 'wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-17-1-en.png'),
(1023, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-17-2-de.png', 'wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-17-2-de.png'),
(1024, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-17-2-en.png', 'wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-17-2-en.png'),
(1025, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-19-1-de.png', 'wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-19-1-de.png'),
(1026, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-19-1-en.png', 'wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-19-1-en.png'),
(1027, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-19-2-de.png', 'wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-19-2-de.png'),
(1028, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-19-2-en.png', 'wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-19-2-en.png'),
(1029, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-2-1-de.png', 'wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-2-1-de.png'),
(1030, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-2-1-en.png', 'wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-2-1-en.png'),
(1031, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-2-2-de.png', 'wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-2-2-de.png'),
(1032, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-2-2-en.png', 'wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-2-2-en.png'),
(1033, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-24-1-de.png', 'wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-24-1-de.png'),
(1034, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-24-1-en.png', 'wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-24-1-en.png'),
(1035, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-24-2-de.png', 'wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-24-2-de.png'),
(1036, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-24-2-en.png', 'wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-24-2-en.png'),
(1037, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-3-1-de.png', 'wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-3-1-de.png'),
(1038, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-3-1-en.png', 'wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-3-1-en.png'),
(1039, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-3-2-de.png', 'wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-3-2-de.png'),
(1040, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-3-2-en.png', 'wp-content/plugins/blog2social/assets/images/settings/b2s-post-format-3-2-en.png'),
(1041, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/settings/bitly.png', 'wp-content/plugins/blog2social/assets/images/settings/bitly.png'),
(1042, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/settings/like-icons-1.png', 'wp-content/plugins/blog2social/assets/images/settings/like-icons-1.png'),
(1043, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/settings/like-icons-12.png', 'wp-content/plugins/blog2social/assets/images/settings/like-icons-12.png'),
(1044, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/settings/like-icons-17.png', 'wp-content/plugins/blog2social/assets/images/settings/like-icons-17.png'),
(1045, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/settings/like-icons-19.png', 'wp-content/plugins/blog2social/assets/images/settings/like-icons-19.png'),
(1046, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/settings/like-icons-2.png', 'wp-content/plugins/blog2social/assets/images/settings/like-icons-2.png'),
(1047, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/settings/like-icons-27.png', 'wp-content/plugins/blog2social/assets/images/settings/like-icons-27.png'),
(1048, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/settings/like-icons-3.png', 'wp-content/plugins/blog2social/assets/images/settings/like-icons-3.png'),
(1049, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/settings/like-icons-4.png', 'wp-content/plugins/blog2social/assets/images/settings/like-icons-4.png'),
(1050, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/settings/like-icons-7.png', 'wp-content/plugins/blog2social/assets/images/settings/like-icons-7.png'),
(1051, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/settings/rebrandly.png', 'wp-content/plugins/blog2social/assets/images/settings/rebrandly.png'),
(1052, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/settings/sniply.png', 'wp-content/plugins/blog2social/assets/images/settings/sniply.png'),
(1053, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/images/support/topic.png', 'wp-content/plugins/blog2social/assets/images/support/topic.png'),
(1054, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/js/b2s/autopost.js', 'wp-content/plugins/blog2social/assets/js/b2s/autopost.js'),
(1055, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/js/b2s/calendar.js', 'wp-content/plugins/blog2social/assets/js/b2s/calendar.js'),
(1056, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/js/b2s/curation.draft.js', 'wp-content/plugins/blog2social/assets/js/b2s/curation.draft.js'),
(1057, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/js/b2s/curation.js', 'wp-content/plugins/blog2social/assets/js/b2s/curation.js'),
(1058, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/js/b2s/general.js', 'wp-content/plugins/blog2social/assets/js/b2s/general.js'),
(1059, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/js/b2s/lib.js', 'wp-content/plugins/blog2social/assets/js/b2s/lib.js'),
(1060, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/js/b2s/metrics.js', 'wp-content/plugins/blog2social/assets/js/b2s/metrics.js'),
(1061, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/js/b2s/network.js', 'wp-content/plugins/blog2social/assets/js/b2s/network.js'),
(1062, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/js/b2s/post.js', 'wp-content/plugins/blog2social/assets/js/b2s/post.js'),
(1063, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/js/b2s/premium.js', 'wp-content/plugins/blog2social/assets/js/b2s/premium.js'),
(1064, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/js/b2s/repost.js', 'wp-content/plugins/blog2social/assets/js/b2s/repost.js'),
(1065, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/js/b2s/settings.js', 'wp-content/plugins/blog2social/assets/js/b2s/settings.js'),
(1066, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/js/b2s/ship.js', 'wp-content/plugins/blog2social/assets/js/b2s/ship.js'),
(1067, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/js/b2s/start.js', 'wp-content/plugins/blog2social/assets/js/b2s/start.js'),
(1068, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/js/b2s/support.js', 'wp-content/plugins/blog2social/assets/js/b2s/support.js'),
(1069, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/js/b2s/wp/plugin-deactivate.js', 'wp-content/plugins/blog2social/assets/js/b2s/wp/plugin-deactivate.js'),
(1070, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/js/b2s/wp/post-box.js', 'wp-content/plugins/blog2social/assets/js/b2s/wp/post-box.js'),
(1071, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/js/b2s/wp/post-sched-heartbeat.js', 'wp-content/plugins/blog2social/assets/js/b2s/wp/post-sched-heartbeat.js'),
(1072, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/js/general.js', 'wp-content/plugins/blog2social/assets/js/general.js'),
(1073, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/js/prg/general.js', 'wp-content/plugins/blog2social/assets/js/prg/general.js'),
(1074, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/js/prg/login.js', 'wp-content/plugins/blog2social/assets/js/prg/login.js'),
(1075, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/js/prg/post.js', 'wp-content/plugins/blog2social/assets/js/prg/post.js'),
(1076, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/js/prg/ship.js', 'wp-content/plugins/blog2social/assets/js/prg/ship.js'),
(1077, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/js/validate.js', 'wp-content/plugins/blog2social/assets/js/validate.js'),
(1078, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/lib/air-datepicker/css/datepicker.css', 'wp-content/plugins/blog2social/assets/lib/air-datepicker/css/datepicker.css'),
(1079, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/lib/air-datepicker/js/datepicker.js', 'wp-content/plugins/blog2social/assets/lib/air-datepicker/js/datepicker.js'),
(1080, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/lib/air-datepicker/js/locales/datepicker.de.js', 'wp-content/plugins/blog2social/assets/lib/air-datepicker/js/locales/datepicker.de.js'),
(1081, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/lib/air-datepicker/js/locales/datepicker.en.js', 'wp-content/plugins/blog2social/assets/lib/air-datepicker/js/locales/datepicker.en.js'),
(1082, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/lib/apexcharts/apexcharts.css', 'wp-content/plugins/blog2social/assets/lib/apexcharts/apexcharts.css'),
(1083, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/lib/apexcharts/apexcharts.min.js', 'wp-content/plugins/blog2social/assets/lib/apexcharts/apexcharts.min.js'),
(1084, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/lib/btn-toogle/bootstrap-toggle.min.css', 'wp-content/plugins/blog2social/assets/lib/btn-toogle/bootstrap-toggle.min.css'),
(1085, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/lib/btn-toogle/bootstrap-toggle.min.js', 'wp-content/plugins/blog2social/assets/lib/btn-toogle/bootstrap-toggle.min.js'),
(1086, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/lib/chosen/chosen.jquery.min.js', 'wp-content/plugins/blog2social/assets/lib/chosen/chosen.jquery.min.js'),
(1087, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/lib/chosen/chosen.min.css', 'wp-content/plugins/blog2social/assets/lib/chosen/chosen.min.css'),
(1088, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/lib/chosen/img/chosen-sprite.png', 'wp-content/plugins/blog2social/assets/lib/chosen/img/chosen-sprite.png'),
(1089, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/lib/chosen/img/chosen-sprite@2x.png', 'wp-content/plugins/blog2social/assets/lib/chosen/img/chosen-sprite@2x.png'),
(1090, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/lib/coloris/coloris.min.css', 'wp-content/plugins/blog2social/assets/lib/coloris/coloris.min.css'),
(1091, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/lib/coloris/coloris.min.js', 'wp-content/plugins/blog2social/assets/lib/coloris/coloris.min.js'),
(1092, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/lib/datepicker/css/bootstrap-datepicker3.min.css', 'wp-content/plugins/blog2social/assets/lib/datepicker/css/bootstrap-datepicker3.min.css'),
(1093, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/lib/datepicker/js/bootstrap-datepicker.min.js', 'wp-content/plugins/blog2social/assets/lib/datepicker/js/bootstrap-datepicker.min.js'),
(1094, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/lib/datepicker/locales/bootstrap-datepicker.de_DE.min.js', 'wp-content/plugins/blog2social/assets/lib/datepicker/locales/bootstrap-datepicker.de_DE.min.js'),
(1095, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/lib/datepicker/locales/bootstrap-datepicker.en_US.min.js', 'wp-content/plugins/blog2social/assets/lib/datepicker/locales/bootstrap-datepicker.en_US.min.js'),
(1096, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/lib/daterangepicker/daterangepicker.css', 'wp-content/plugins/blog2social/assets/lib/daterangepicker/daterangepicker.css'),
(1097, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/lib/daterangepicker/daterangepicker.js', 'wp-content/plugins/blog2social/assets/lib/daterangepicker/daterangepicker.js'),
(1098, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/lib/emoji-button/emoji-button.min.js', 'wp-content/plugins/blog2social/assets/lib/emoji-button/emoji-button.min.js'),
(1099, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/lib/fullcalendar/fullcalendar.min.css', 'wp-content/plugins/blog2social/assets/lib/fullcalendar/fullcalendar.min.css'),
(1100, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/lib/fullcalendar/fullcalendar.min.js', 'wp-content/plugins/blog2social/assets/lib/fullcalendar/fullcalendar.min.js'),
(1101, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/lib/fullcalendar/lib/moment.min.js', 'wp-content/plugins/blog2social/assets/lib/fullcalendar/lib/moment.min.js'),
(1102, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/lib/fullcalendar/locale-all.js', 'wp-content/plugins/blog2social/assets/lib/fullcalendar/locale-all.js'),
(1103, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/lib/moment/moment-with-locales.min.js', 'wp-content/plugins/blog2social/assets/lib/moment/moment-with-locales.min.js'),
(1104, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/lib/timepicker/timepicker.css', 'wp-content/plugins/blog2social/assets/lib/timepicker/timepicker.css'),
(1105, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/lib/timepicker/timepicker.js', 'wp-content/plugins/blog2social/assets/lib/timepicker/timepicker.js'),
(1106, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/lib/wysiwyg/default.min.css', 'wp-content/plugins/blog2social/assets/lib/wysiwyg/default.min.css'),
(1107, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/lib/wysiwyg/famfamfam.png', 'wp-content/plugins/blog2social/assets/lib/wysiwyg/famfamfam.png'),
(1108, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/lib/wysiwyg/h1-button.png', 'wp-content/plugins/blog2social/assets/lib/wysiwyg/h1-button.png'),
(1109, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/lib/wysiwyg/h2-button.png', 'wp-content/plugins/blog2social/assets/lib/wysiwyg/h2-button.png'),
(1110, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/lib/wysiwyg/jquery.sceditor.xhtml.min.js', 'wp-content/plugins/blog2social/assets/lib/wysiwyg/jquery.sceditor.xhtml.min.js'),
(1111, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/lib/wysiwyg/languages/de.js', 'wp-content/plugins/blog2social/assets/lib/wysiwyg/languages/de.js'),
(1112, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/lib/wysiwyg/languages/en.js', 'wp-content/plugins/blog2social/assets/lib/wysiwyg/languages/en.js'),
(1113, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/lib/wysiwyg/square.min.css', 'wp-content/plugins/blog2social/assets/lib/wysiwyg/square.min.css'),
(1114, '/home/www/iamctv.com/wp-content/plugins/blog2social/assets/lib/wysiwyg/square.min.old.css', 'wp-content/plugins/blog2social/assets/lib/wysiwyg/square.min.old.css'),
(1115, '/home/www/iamctv.com/wp-content/plugins/blog2social/blog2social.php', 'wp-content/plugins/blog2social/blog2social.php'),
(1116, '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/Ajax/Get.php', 'wp-content/plugins/blog2social/includes/Ajax/Get.php'),
(1117, '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/Ajax/Post.php', 'wp-content/plugins/blog2social/includes/Ajax/Post.php'),
(1118, '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/B2S/Api/Get.php', 'wp-content/plugins/blog2social/includes/B2S/Api/Get.php'),
(1119, '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/B2S/Api/Network/Pinterest.php', 'wp-content/plugins/blog2social/includes/B2S/Api/Network/Pinterest.php'),
(1120, '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/B2S/Api/Network/public_key.pem', 'wp-content/plugins/blog2social/includes/B2S/Api/Network/public_key.pem'),
(1121, '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/B2S/Api/Post.php', 'wp-content/plugins/blog2social/includes/B2S/Api/Post.php'),
(1122, '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/B2S/AutoPost/Item.php', 'wp-content/plugins/blog2social/includes/B2S/AutoPost/Item.php'),
(1123, '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/B2S/AutoPost.php', 'wp-content/plugins/blog2social/includes/B2S/AutoPost.php');
INSERT INTO `iamc_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(1124, '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/B2S/Calendar/Filter.php', 'wp-content/plugins/blog2social/includes/B2S/Calendar/Filter.php'),
(1125, '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/B2S/Calendar/Item.php', 'wp-content/plugins/blog2social/includes/B2S/Calendar/Item.php'),
(1126, '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/B2S/Calendar/ItemEdit.php', 'wp-content/plugins/blog2social/includes/B2S/Calendar/ItemEdit.php'),
(1127, '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/B2S/Calendar/Save.php', 'wp-content/plugins/blog2social/includes/B2S/Calendar/Save.php'),
(1128, '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/B2S/Curation/Save.php', 'wp-content/plugins/blog2social/includes/B2S/Curation/Save.php'),
(1129, '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/B2S/Curation/View.php', 'wp-content/plugins/blog2social/includes/B2S/Curation/View.php'),
(1130, '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/B2S/Heartbeat.php', 'wp-content/plugins/blog2social/includes/B2S/Heartbeat.php'),
(1131, '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/B2S/Hook/Filter.php', 'wp-content/plugins/blog2social/includes/B2S/Hook/Filter.php'),
(1132, '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/B2S/Metrics/Item.php', 'wp-content/plugins/blog2social/includes/B2S/Metrics/Item.php'),
(1133, '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/B2S/Network/Item.php', 'wp-content/plugins/blog2social/includes/B2S/Network/Item.php'),
(1134, '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/B2S/Network/Save.php', 'wp-content/plugins/blog2social/includes/B2S/Network/Save.php'),
(1135, '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/B2S/Post/Filter.php', 'wp-content/plugins/blog2social/includes/B2S/Post/Filter.php'),
(1136, '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/B2S/Post/Item.php', 'wp-content/plugins/blog2social/includes/B2S/Post/Item.php'),
(1137, '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/B2S/Post/Tools.php', 'wp-content/plugins/blog2social/includes/B2S/Post/Tools.php'),
(1138, '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/B2S/PostBox.php', 'wp-content/plugins/blog2social/includes/B2S/PostBox.php'),
(1139, '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/B2S/QuickPost.php', 'wp-content/plugins/blog2social/includes/B2S/QuickPost.php'),
(1140, '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/B2S/Rating.php', 'wp-content/plugins/blog2social/includes/B2S/Rating.php'),
(1141, '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/B2S/RePost/Item.php', 'wp-content/plugins/blog2social/includes/B2S/RePost/Item.php'),
(1142, '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/B2S/RePost/Save.php', 'wp-content/plugins/blog2social/includes/B2S/RePost/Save.php'),
(1143, '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/B2S/Settings/Item.php', 'wp-content/plugins/blog2social/includes/B2S/Settings/Item.php'),
(1144, '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/B2S/Ship/Image.php', 'wp-content/plugins/blog2social/includes/B2S/Ship/Image.php'),
(1145, '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/B2S/Ship/Item.php', 'wp-content/plugins/blog2social/includes/B2S/Ship/Item.php'),
(1146, '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/B2S/Ship/Navbar.php', 'wp-content/plugins/blog2social/includes/B2S/Ship/Navbar.php'),
(1147, '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/B2S/Ship/Portale.php', 'wp-content/plugins/blog2social/includes/B2S/Ship/Portale.php'),
(1148, '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/B2S/Ship/Save.php', 'wp-content/plugins/blog2social/includes/B2S/Ship/Save.php'),
(1149, '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/B2S/Stats.php', 'wp-content/plugins/blog2social/includes/B2S/Stats.php'),
(1150, '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/B2S/Support/Check/System.php', 'wp-content/plugins/blog2social/includes/B2S/Support/Check/System.php'),
(1151, '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/B2S/Support/community_public_key.pem', 'wp-content/plugins/blog2social/includes/B2S/Support/community_public_key.pem'),
(1152, '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/Form.php', 'wp-content/plugins/blog2social/includes/Form.php'),
(1153, '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/Loader.php', 'wp-content/plugins/blog2social/includes/Loader.php'),
(1154, '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/Meta.php', 'wp-content/plugins/blog2social/includes/Meta.php'),
(1155, '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/Notice.php', 'wp-content/plugins/blog2social/includes/Notice.php'),
(1156, '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/Options.php', 'wp-content/plugins/blog2social/includes/Options.php'),
(1157, '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/PRG/Api/Get.php', 'wp-content/plugins/blog2social/includes/PRG/Api/Get.php'),
(1158, '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/PRG/Api/Post.php', 'wp-content/plugins/blog2social/includes/PRG/Api/Post.php'),
(1159, '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/PRG/Post/Filter.php', 'wp-content/plugins/blog2social/includes/PRG/Post/Filter.php'),
(1160, '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/PRG/Post/Item.php', 'wp-content/plugins/blog2social/includes/PRG/Post/Item.php'),
(1161, '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/PRG/Ship/Image.php', 'wp-content/plugins/blog2social/includes/PRG/Ship/Image.php'),
(1162, '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/PRG/Ship/Item.php', 'wp-content/plugins/blog2social/includes/PRG/Ship/Item.php'),
(1163, '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/System.php', 'wp-content/plugins/blog2social/includes/System.php'),
(1164, '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/Tools.php', 'wp-content/plugins/blog2social/includes/Tools.php'),
(1165, '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/Util.php', 'wp-content/plugins/blog2social/includes/Util.php'),
(1166, '/home/www/iamctv.com/wp-content/plugins/blog2social/includes/cacert.pem', 'wp-content/plugins/blog2social/includes/cacert.pem'),
(1167, '/home/www/iamctv.com/wp-content/plugins/blog2social/index.php', 'wp-content/plugins/blog2social/index.php'),
(1168, '/home/www/iamctv.com/wp-content/plugins/blog2social/languages/blog2social-de_DE.mo', 'wp-content/plugins/blog2social/languages/blog2social-de_DE.mo'),
(1169, '/home/www/iamctv.com/wp-content/plugins/blog2social/languages/blog2social-de_DE.po', 'wp-content/plugins/blog2social/languages/blog2social-de_DE.po'),
(1170, '/home/www/iamctv.com/wp-content/plugins/blog2social/languages/blog2social-es_ES.mo', 'wp-content/plugins/blog2social/languages/blog2social-es_ES.mo'),
(1171, '/home/www/iamctv.com/wp-content/plugins/blog2social/languages/blog2social-es_ES.po', 'wp-content/plugins/blog2social/languages/blog2social-es_ES.po'),
(1172, '/home/www/iamctv.com/wp-content/plugins/blog2social/languages/blog2social-fr_FR.mo', 'wp-content/plugins/blog2social/languages/blog2social-fr_FR.mo'),
(1173, '/home/www/iamctv.com/wp-content/plugins/blog2social/languages/blog2social-fr_FR.po', 'wp-content/plugins/blog2social/languages/blog2social-fr_FR.po'),
(1174, '/home/www/iamctv.com/wp-content/plugins/blog2social/languages/blog2social-it_IT.mo', 'wp-content/plugins/blog2social/languages/blog2social-it_IT.mo'),
(1175, '/home/www/iamctv.com/wp-content/plugins/blog2social/languages/blog2social-it_IT.po', 'wp-content/plugins/blog2social/languages/blog2social-it_IT.po'),
(1176, '/home/www/iamctv.com/wp-content/plugins/blog2social/languages/blog2social-pt_BR.mo', 'wp-content/plugins/blog2social/languages/blog2social-pt_BR.mo'),
(1177, '/home/www/iamctv.com/wp-content/plugins/blog2social/languages/blog2social-pt_BR.po', 'wp-content/plugins/blog2social/languages/blog2social-pt_BR.po'),
(1178, '/home/www/iamctv.com/wp-content/plugins/blog2social/languages/blog2social.pot', 'wp-content/plugins/blog2social/languages/blog2social.pot'),
(1179, '/home/www/iamctv.com/wp-content/plugins/blog2social/readme.txt', 'wp-content/plugins/blog2social/readme.txt'),
(1180, '/home/www/iamctv.com/wp-content/plugins/blog2social/views/b2s/autopost.php', 'wp-content/plugins/blog2social/views/b2s/autopost.php'),
(1181, '/home/www/iamctv.com/wp-content/plugins/blog2social/views/b2s/curation.draft.php', 'wp-content/plugins/blog2social/views/b2s/curation.draft.php'),
(1182, '/home/www/iamctv.com/wp-content/plugins/blog2social/views/b2s/curation.php', 'wp-content/plugins/blog2social/views/b2s/curation.php'),
(1183, '/home/www/iamctv.com/wp-content/plugins/blog2social/views/b2s/dashboard.php', 'wp-content/plugins/blog2social/views/b2s/dashboard.php'),
(1184, '/home/www/iamctv.com/wp-content/plugins/blog2social/views/b2s/html/footer.php', 'wp-content/plugins/blog2social/views/b2s/html/footer.php'),
(1185, '/home/www/iamctv.com/wp-content/plugins/blog2social/views/b2s/html/header.php', 'wp-content/plugins/blog2social/views/b2s/html/header.php'),
(1186, '/home/www/iamctv.com/wp-content/plugins/blog2social/views/b2s/html/post.navbar.php', 'wp-content/plugins/blog2social/views/b2s/html/post.navbar.php'),
(1187, '/home/www/iamctv.com/wp-content/plugins/blog2social/views/b2s/html/sidebar.php', 'wp-content/plugins/blog2social/views/b2s/html/sidebar.php'),
(1188, '/home/www/iamctv.com/wp-content/plugins/blog2social/views/b2s/html/sidebar.ship.php', 'wp-content/plugins/blog2social/views/b2s/html/sidebar.ship.php'),
(1189, '/home/www/iamctv.com/wp-content/plugins/blog2social/views/b2s/metrics.php', 'wp-content/plugins/blog2social/views/b2s/metrics.php'),
(1190, '/home/www/iamctv.com/wp-content/plugins/blog2social/views/b2s/network.php', 'wp-content/plugins/blog2social/views/b2s/network.php'),
(1191, '/home/www/iamctv.com/wp-content/plugins/blog2social/views/b2s/partials/calendar-image-modal.php', 'wp-content/plugins/blog2social/views/b2s/partials/calendar-image-modal.php'),
(1192, '/home/www/iamctv.com/wp-content/plugins/blog2social/views/b2s/partials/plugin-deactivate-modal.php', 'wp-content/plugins/blog2social/views/b2s/partials/plugin-deactivate-modal.php'),
(1193, '/home/www/iamctv.com/wp-content/plugins/blog2social/views/b2s/partials/post-edit-modal.php', 'wp-content/plugins/blog2social/views/b2s/partials/post-edit-modal.php'),
(1194, '/home/www/iamctv.com/wp-content/plugins/blog2social/views/b2s/post.approve.php', 'wp-content/plugins/blog2social/views/b2s/post.approve.php'),
(1195, '/home/www/iamctv.com/wp-content/plugins/blog2social/views/b2s/post.calendar.php', 'wp-content/plugins/blog2social/views/b2s/post.calendar.php'),
(1196, '/home/www/iamctv.com/wp-content/plugins/blog2social/views/b2s/post.draft.php', 'wp-content/plugins/blog2social/views/b2s/post.draft.php'),
(1197, '/home/www/iamctv.com/wp-content/plugins/blog2social/views/b2s/post.favorites.php', 'wp-content/plugins/blog2social/views/b2s/post.favorites.php'),
(1198, '/home/www/iamctv.com/wp-content/plugins/blog2social/views/b2s/post.notice.php', 'wp-content/plugins/blog2social/views/b2s/post.notice.php'),
(1199, '/home/www/iamctv.com/wp-content/plugins/blog2social/views/b2s/post.php', 'wp-content/plugins/blog2social/views/b2s/post.php'),
(1200, '/home/www/iamctv.com/wp-content/plugins/blog2social/views/b2s/post.publish.php', 'wp-content/plugins/blog2social/views/b2s/post.publish.php'),
(1201, '/home/www/iamctv.com/wp-content/plugins/blog2social/views/b2s/post.sched.php', 'wp-content/plugins/blog2social/views/b2s/post.sched.php'),
(1202, '/home/www/iamctv.com/wp-content/plugins/blog2social/views/b2s/premium.php', 'wp-content/plugins/blog2social/views/b2s/premium.php'),
(1203, '/home/www/iamctv.com/wp-content/plugins/blog2social/views/b2s/repost.php', 'wp-content/plugins/blog2social/views/b2s/repost.php'),
(1204, '/home/www/iamctv.com/wp-content/plugins/blog2social/views/b2s/settings.php', 'wp-content/plugins/blog2social/views/b2s/settings.php'),
(1205, '/home/www/iamctv.com/wp-content/plugins/blog2social/views/b2s/ship.php', 'wp-content/plugins/blog2social/views/b2s/ship.php'),
(1206, '/home/www/iamctv.com/wp-content/plugins/blog2social/views/b2s/support.php', 'wp-content/plugins/blog2social/views/b2s/support.php'),
(1207, '/home/www/iamctv.com/wp-content/plugins/blog2social/views/b2s/widgets/activity.php', 'wp-content/plugins/blog2social/views/b2s/widgets/activity.php'),
(1208, '/home/www/iamctv.com/wp-content/plugins/blog2social/views/b2s/widgets/calendar.php', 'wp-content/plugins/blog2social/views/b2s/widgets/calendar.php'),
(1209, '/home/www/iamctv.com/wp-content/plugins/blog2social/views/b2s/widgets/content.php', 'wp-content/plugins/blog2social/views/b2s/widgets/content.php'),
(1210, '/home/www/iamctv.com/wp-content/plugins/blog2social/views/b2s/widgets/newsletter.php', 'wp-content/plugins/blog2social/views/b2s/widgets/newsletter.php'),
(1211, '/home/www/iamctv.com/wp-content/plugins/blog2social/views/b2s/widgets/posts.php', 'wp-content/plugins/blog2social/views/b2s/widgets/posts.php'),
(1212, '/home/www/iamctv.com/wp-content/plugins/blog2social/views/notice.php', 'wp-content/plugins/blog2social/views/notice.php'),
(1213, '/home/www/iamctv.com/wp-content/plugins/blog2social/views/prg/html/footer.php', 'wp-content/plugins/blog2social/views/prg/html/footer.php'),
(1214, '/home/www/iamctv.com/wp-content/plugins/blog2social/views/prg/html/form.php', 'wp-content/plugins/blog2social/views/prg/html/form.php'),
(1215, '/home/www/iamctv.com/wp-content/plugins/blog2social/views/prg/html/header.php', 'wp-content/plugins/blog2social/views/prg/html/header.php'),
(1216, '/home/www/iamctv.com/wp-content/plugins/blog2social/views/prg/login.php', 'wp-content/plugins/blog2social/views/prg/login.php'),
(1217, '/home/www/iamctv.com/wp-content/plugins/blog2social/views/prg/post.php', 'wp-content/plugins/blog2social/views/prg/post.php'),
(1218, '/home/www/iamctv.com/wp-content/plugins/blog2social/views/prg/ship.php', 'wp-content/plugins/blog2social/views/prg/ship.php'),
(1219, '/home/www/iamctv.com/wp-content/plugins/change-wp-admin-login/assets/images/banner-1544x500.png', 'wp-content/plugins/change-wp-admin-login/assets/images/banner-1544x500.png'),
(1220, '/home/www/iamctv.com/wp-content/plugins/change-wp-admin-login/assets/images/banner-772x250.png', 'wp-content/plugins/change-wp-admin-login/assets/images/banner-772x250.png'),
(1221, '/home/www/iamctv.com/wp-content/plugins/change-wp-admin-login/assets/images/icon-128x128.png', 'wp-content/plugins/change-wp-admin-login/assets/images/icon-128x128.png'),
(1222, '/home/www/iamctv.com/wp-content/plugins/change-wp-admin-login/assets/images/icon-256x256.png', 'wp-content/plugins/change-wp-admin-login/assets/images/icon-256x256.png'),
(1223, '/home/www/iamctv.com/wp-content/plugins/change-wp-admin-login/assets/images/screenshot-1.png', 'wp-content/plugins/change-wp-admin-login/assets/images/screenshot-1.png'),
(1224, '/home/www/iamctv.com/wp-content/plugins/change-wp-admin-login/assets/images/screenshot-2.png', 'wp-content/plugins/change-wp-admin-login/assets/images/screenshot-2.png'),
(1225, '/home/www/iamctv.com/wp-content/plugins/change-wp-admin-login/assets/index.php', 'wp-content/plugins/change-wp-admin-login/assets/index.php'),
(1226, '/home/www/iamctv.com/wp-content/plugins/change-wp-admin-login/change-wp-admin-login.php', 'wp-content/plugins/change-wp-admin-login/change-wp-admin-login.php'),
(1227, '/home/www/iamctv.com/wp-content/plugins/change-wp-admin-login/includes/class-change-wp-admin-login.php', 'wp-content/plugins/change-wp-admin-login/includes/class-change-wp-admin-login.php'),
(1228, '/home/www/iamctv.com/wp-content/plugins/change-wp-admin-login/includes/index.php', 'wp-content/plugins/change-wp-admin-login/includes/index.php'),
(1229, '/home/www/iamctv.com/wp-content/plugins/change-wp-admin-login/index.php', 'wp-content/plugins/change-wp-admin-login/index.php'),
(1230, '/home/www/iamctv.com/wp-content/plugins/change-wp-admin-login/languages/change-wp-admin-login-es.mo', 'wp-content/plugins/change-wp-admin-login/languages/change-wp-admin-login-es.mo'),
(1231, '/home/www/iamctv.com/wp-content/plugins/change-wp-admin-login/languages/change-wp-admin-login-es.po', 'wp-content/plugins/change-wp-admin-login/languages/change-wp-admin-login-es.po'),
(1232, '/home/www/iamctv.com/wp-content/plugins/change-wp-admin-login/languages/change-wp-admin-login-fr_FR.mo', 'wp-content/plugins/change-wp-admin-login/languages/change-wp-admin-login-fr_FR.mo'),
(1233, '/home/www/iamctv.com/wp-content/plugins/change-wp-admin-login/languages/change-wp-admin-login-fr_FR.po', 'wp-content/plugins/change-wp-admin-login/languages/change-wp-admin-login-fr_FR.po'),
(1234, '/home/www/iamctv.com/wp-content/plugins/change-wp-admin-login/languages/change-wp-admin-login-it.mo', 'wp-content/plugins/change-wp-admin-login/languages/change-wp-admin-login-it.mo'),
(1235, '/home/www/iamctv.com/wp-content/plugins/change-wp-admin-login/languages/change-wp-admin-login-it.po', 'wp-content/plugins/change-wp-admin-login/languages/change-wp-admin-login-it.po'),
(1236, '/home/www/iamctv.com/wp-content/plugins/change-wp-admin-login/languages/change-wp-admin-login-pt_PT.mo', 'wp-content/plugins/change-wp-admin-login/languages/change-wp-admin-login-pt_PT.mo'),
(1237, '/home/www/iamctv.com/wp-content/plugins/change-wp-admin-login/languages/change-wp-admin-login-pt_PT.po', 'wp-content/plugins/change-wp-admin-login/languages/change-wp-admin-login-pt_PT.po'),
(1238, '/home/www/iamctv.com/wp-content/plugins/change-wp-admin-login/languages/change-wp-admin-login-ru.mo', 'wp-content/plugins/change-wp-admin-login/languages/change-wp-admin-login-ru.mo'),
(1239, '/home/www/iamctv.com/wp-content/plugins/change-wp-admin-login/languages/change-wp-admin-login-ru.po', 'wp-content/plugins/change-wp-admin-login/languages/change-wp-admin-login-ru.po'),
(1240, '/home/www/iamctv.com/wp-content/plugins/change-wp-admin-login/languages/change-wp-admin-login.pot', 'wp-content/plugins/change-wp-admin-login/languages/change-wp-admin-login.pot'),
(1241, '/home/www/iamctv.com/wp-content/plugins/change-wp-admin-login/readme.txt', 'wp-content/plugins/change-wp-admin-login/readme.txt'),
(1242, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/admin/admin.php', 'wp-content/plugins/contact-form-7/admin/admin.php'),
(1243, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/admin/css/styles-rtl.css', 'wp-content/plugins/contact-form-7/admin/css/styles-rtl.css'),
(1244, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/admin/css/styles.css', 'wp-content/plugins/contact-form-7/admin/css/styles.css'),
(1245, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/admin/edit-contact-form.php', 'wp-content/plugins/contact-form-7/admin/edit-contact-form.php'),
(1246, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/admin/includes/admin-functions.php', 'wp-content/plugins/contact-form-7/admin/includes/admin-functions.php'),
(1247, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/admin/includes/class-contact-forms-list-table.php', 'wp-content/plugins/contact-form-7/admin/includes/class-contact-forms-list-table.php'),
(1248, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/admin/includes/config-validator.php', 'wp-content/plugins/contact-form-7/admin/includes/config-validator.php'),
(1249, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/admin/includes/editor.php', 'wp-content/plugins/contact-form-7/admin/includes/editor.php'),
(1250, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/admin/includes/help-tabs.php', 'wp-content/plugins/contact-form-7/admin/includes/help-tabs.php'),
(1251, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/admin/includes/tag-generator.php', 'wp-content/plugins/contact-form-7/admin/includes/tag-generator.php'),
(1252, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/admin/includes/welcome-panel.php', 'wp-content/plugins/contact-form-7/admin/includes/welcome-panel.php'),
(1253, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/admin/js/scripts.js', 'wp-content/plugins/contact-form-7/admin/js/scripts.js'),
(1254, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/admin/js/tag-generator.js', 'wp-content/plugins/contact-form-7/admin/js/tag-generator.js'),
(1255, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/assets/icon.png', 'wp-content/plugins/contact-form-7/assets/icon.png'),
(1256, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/assets/icon.svg', 'wp-content/plugins/contact-form-7/assets/icon.svg'),
(1257, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/block-editor/block-editor.php', 'wp-content/plugins/contact-form-7/includes/block-editor/block-editor.php'),
(1258, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/block-editor/index.js', 'wp-content/plugins/contact-form-7/includes/block-editor/index.js'),
(1259, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/capabilities.php', 'wp-content/plugins/contact-form-7/includes/capabilities.php'),
(1260, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/config-validator.php', 'wp-content/plugins/contact-form-7/includes/config-validator.php'),
(1261, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/contact-form-functions.php', 'wp-content/plugins/contact-form-7/includes/contact-form-functions.php'),
(1262, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/contact-form-template.php', 'wp-content/plugins/contact-form-7/includes/contact-form-template.php'),
(1263, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/contact-form.php', 'wp-content/plugins/contact-form-7/includes/contact-form.php'),
(1264, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/controller.php', 'wp-content/plugins/contact-form-7/includes/controller.php'),
(1265, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/css/styles-rtl.css', 'wp-content/plugins/contact-form-7/includes/css/styles-rtl.css'),
(1266, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/css/styles.css', 'wp-content/plugins/contact-form-7/includes/css/styles.css'),
(1267, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/file.php', 'wp-content/plugins/contact-form-7/includes/file.php'),
(1268, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/form-tag.php', 'wp-content/plugins/contact-form-7/includes/form-tag.php'),
(1269, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/form-tags-manager.php', 'wp-content/plugins/contact-form-7/includes/form-tags-manager.php'),
(1270, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/formatting.php', 'wp-content/plugins/contact-form-7/includes/formatting.php'),
(1271, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/functions.php', 'wp-content/plugins/contact-form-7/includes/functions.php'),
(1272, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/integration.php', 'wp-content/plugins/contact-form-7/includes/integration.php'),
(1273, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/js/html5-fallback.js', 'wp-content/plugins/contact-form-7/includes/js/html5-fallback.js'),
(1274, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/js/index.js', 'wp-content/plugins/contact-form-7/includes/js/index.js'),
(1275, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png', 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png'),
(1276, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_65_ffffff_1x400.png', 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_65_ffffff_1x400.png'),
(1277, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_75_dadada_1x400.png', 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_75_dadada_1x400.png'),
(1278, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png', 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png'),
(1279, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png', 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png'),
(1280, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png', 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png'),
(1281, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_222222_256x240.png', 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_222222_256x240.png'),
(1282, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_2e83ff_256x240.png', 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_2e83ff_256x240.png'),
(1283, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_454545_256x240.png', 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_454545_256x240.png'),
(1284, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_888888_256x240.png', 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_888888_256x240.png'),
(1285, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_cd0a0a_256x240.png', 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_cd0a0a_256x240.png'),
(1286, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/jquery-ui.css', 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/jquery-ui.css'),
(1287, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/jquery-ui.min.css', 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/jquery-ui.min.css'),
(1288, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/theme.css', 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/theme.css'),
(1289, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/l10n.php', 'wp-content/plugins/contact-form-7/includes/l10n.php'),
(1290, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/mail.php', 'wp-content/plugins/contact-form-7/includes/mail.php'),
(1291, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/pipe.php', 'wp-content/plugins/contact-form-7/includes/pipe.php'),
(1292, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/rest-api.php', 'wp-content/plugins/contact-form-7/includes/rest-api.php'),
(1293, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/shortcodes.php', 'wp-content/plugins/contact-form-7/includes/shortcodes.php'),
(1294, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/special-mail-tags.php', 'wp-content/plugins/contact-form-7/includes/special-mail-tags.php'),
(1295, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/submission.php', 'wp-content/plugins/contact-form-7/includes/submission.php'),
(1296, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/swv/rules/date.php', 'wp-content/plugins/contact-form-7/includes/swv/rules/date.php'),
(1297, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/swv/rules/email.php', 'wp-content/plugins/contact-form-7/includes/swv/rules/email.php'),
(1298, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/swv/rules/file.php', 'wp-content/plugins/contact-form-7/includes/swv/rules/file.php'),
(1299, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/swv/rules/maxdate.php', 'wp-content/plugins/contact-form-7/includes/swv/rules/maxdate.php'),
(1300, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/swv/rules/maxfilesize.php', 'wp-content/plugins/contact-form-7/includes/swv/rules/maxfilesize.php'),
(1301, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/swv/rules/maxlength.php', 'wp-content/plugins/contact-form-7/includes/swv/rules/maxlength.php'),
(1302, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/swv/rules/maxnumber.php', 'wp-content/plugins/contact-form-7/includes/swv/rules/maxnumber.php'),
(1303, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/swv/rules/mindate.php', 'wp-content/plugins/contact-form-7/includes/swv/rules/mindate.php'),
(1304, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/swv/rules/minlength.php', 'wp-content/plugins/contact-form-7/includes/swv/rules/minlength.php'),
(1305, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/swv/rules/minnumber.php', 'wp-content/plugins/contact-form-7/includes/swv/rules/minnumber.php'),
(1306, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/swv/rules/number.php', 'wp-content/plugins/contact-form-7/includes/swv/rules/number.php'),
(1307, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/swv/rules/required.php', 'wp-content/plugins/contact-form-7/includes/swv/rules/required.php'),
(1308, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/swv/rules/requiredfile.php', 'wp-content/plugins/contact-form-7/includes/swv/rules/requiredfile.php'),
(1309, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/swv/rules/tel.php', 'wp-content/plugins/contact-form-7/includes/swv/rules/tel.php'),
(1310, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/swv/rules/url.php', 'wp-content/plugins/contact-form-7/includes/swv/rules/url.php'),
(1311, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/swv/schema-holder.php', 'wp-content/plugins/contact-form-7/includes/swv/schema-holder.php'),
(1312, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/swv/swv.php', 'wp-content/plugins/contact-form-7/includes/swv/swv.php'),
(1313, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/upgrade.php', 'wp-content/plugins/contact-form-7/includes/upgrade.php'),
(1314, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/validation-functions.php', 'wp-content/plugins/contact-form-7/includes/validation-functions.php'),
(1315, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/includes/validation.php', 'wp-content/plugins/contact-form-7/includes/validation.php'),
(1316, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/languages/readme.txt', 'wp-content/plugins/contact-form-7/languages/readme.txt'),
(1317, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/license.txt', 'wp-content/plugins/contact-form-7/license.txt'),
(1318, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/load.php', 'wp-content/plugins/contact-form-7/load.php'),
(1319, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/modules/acceptance.php', 'wp-content/plugins/contact-form-7/modules/acceptance.php'),
(1320, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/modules/akismet.php', 'wp-content/plugins/contact-form-7/modules/akismet.php'),
(1321, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/modules/checkbox.php', 'wp-content/plugins/contact-form-7/modules/checkbox.php'),
(1322, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/modules/constant-contact/constant-contact.php', 'wp-content/plugins/contact-form-7/modules/constant-contact/constant-contact.php'),
(1323, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/modules/constant-contact/contact-form-properties.php', 'wp-content/plugins/contact-form-7/modules/constant-contact/contact-form-properties.php'),
(1324, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/modules/constant-contact/contact-post-request.php', 'wp-content/plugins/contact-form-7/modules/constant-contact/contact-post-request.php'),
(1325, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/modules/constant-contact/doi.php', 'wp-content/plugins/contact-form-7/modules/constant-contact/doi.php'),
(1326, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/modules/constant-contact/service.php', 'wp-content/plugins/contact-form-7/modules/constant-contact/service.php'),
(1327, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/modules/count.php', 'wp-content/plugins/contact-form-7/modules/count.php'),
(1328, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/modules/date.php', 'wp-content/plugins/contact-form-7/modules/date.php'),
(1329, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/modules/disallowed-list.php', 'wp-content/plugins/contact-form-7/modules/disallowed-list.php'),
(1330, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/modules/doi-helper.php', 'wp-content/plugins/contact-form-7/modules/doi-helper.php'),
(1331, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/modules/file.php', 'wp-content/plugins/contact-form-7/modules/file.php'),
(1332, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/modules/flamingo.php', 'wp-content/plugins/contact-form-7/modules/flamingo.php'),
(1333, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/modules/hidden.php', 'wp-content/plugins/contact-form-7/modules/hidden.php'),
(1334, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/modules/listo.php', 'wp-content/plugins/contact-form-7/modules/listo.php'),
(1335, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/modules/number.php', 'wp-content/plugins/contact-form-7/modules/number.php'),
(1336, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/modules/quiz.php', 'wp-content/plugins/contact-form-7/modules/quiz.php'),
(1337, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/modules/really-simple-captcha.php', 'wp-content/plugins/contact-form-7/modules/really-simple-captcha.php'),
(1338, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/modules/recaptcha/index.js', 'wp-content/plugins/contact-form-7/modules/recaptcha/index.js'),
(1339, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/modules/recaptcha/recaptcha.php', 'wp-content/plugins/contact-form-7/modules/recaptcha/recaptcha.php'),
(1340, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/modules/recaptcha/service.php', 'wp-content/plugins/contact-form-7/modules/recaptcha/service.php'),
(1341, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/modules/response.php', 'wp-content/plugins/contact-form-7/modules/response.php'),
(1342, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/modules/select.php', 'wp-content/plugins/contact-form-7/modules/select.php'),
(1343, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/modules/sendinblue/contact-form-properties.php', 'wp-content/plugins/contact-form-7/modules/sendinblue/contact-form-properties.php'),
(1344, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/modules/sendinblue/doi.php', 'wp-content/plugins/contact-form-7/modules/sendinblue/doi.php'),
(1345, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/modules/sendinblue/sendinblue.php', 'wp-content/plugins/contact-form-7/modules/sendinblue/sendinblue.php'),
(1346, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/modules/sendinblue/service.php', 'wp-content/plugins/contact-form-7/modules/sendinblue/service.php'),
(1347, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/modules/stripe/api.php', 'wp-content/plugins/contact-form-7/modules/stripe/api.php'),
(1348, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/modules/stripe/index.js', 'wp-content/plugins/contact-form-7/modules/stripe/index.js'),
(1349, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/modules/stripe/service.php', 'wp-content/plugins/contact-form-7/modules/stripe/service.php'),
(1350, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/modules/stripe/stripe.php', 'wp-content/plugins/contact-form-7/modules/stripe/stripe.php'),
(1351, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/modules/stripe/style.css', 'wp-content/plugins/contact-form-7/modules/stripe/style.css'),
(1352, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/modules/submit.php', 'wp-content/plugins/contact-form-7/modules/submit.php'),
(1353, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/modules/text.php', 'wp-content/plugins/contact-form-7/modules/text.php'),
(1354, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/modules/textarea.php', 'wp-content/plugins/contact-form-7/modules/textarea.php'),
(1355, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/readme.txt', 'wp-content/plugins/contact-form-7/readme.txt'),
(1356, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/uninstall.php', 'wp-content/plugins/contact-form-7/uninstall.php'),
(1357, '/home/www/iamctv.com/wp-content/plugins/contact-form-7/wp-contact-form-7.php', 'wp-content/plugins/contact-form-7/wp-contact-form-7.php'),
(1358, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/allowed_tags/allowed_tags.json', 'wp-content/plugins/everest-forms/assets/allowed_tags/allowed_tags.json'),
(1359, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/_animation.scss', 'wp-content/plugins/everest-forms/assets/css/_animation.scss'),
(1360, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/_backbone.scss', 'wp-content/plugins/everest-forms/assets/css/_backbone.scss'),
(1361, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/_clearings.scss', 'wp-content/plugins/everest-forms/assets/css/_clearings.scss'),
(1362, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/_colors.scss', 'wp-content/plugins/everest-forms/assets/css/_colors.scss'),
(1363, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/_confirm.scss', 'wp-content/plugins/everest-forms/assets/css/_confirm.scss'),
(1364, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/_containers.scss', 'wp-content/plugins/everest-forms/assets/css/_containers.scss'),
(1365, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/_fonts.scss', 'wp-content/plugins/everest-forms/assets/css/_fonts.scss'),
(1366, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/_grid.scss', 'wp-content/plugins/everest-forms/assets/css/_grid.scss'),
(1367, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/activation-rtl.css', 'wp-content/plugins/everest-forms/assets/css/activation-rtl.css'),
(1368, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/activation.css', 'wp-content/plugins/everest-forms/assets/css/activation.css'),
(1369, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/activation.css.map', 'wp-content/plugins/everest-forms/assets/css/activation.css.map'),
(1370, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/activation.scss', 'wp-content/plugins/everest-forms/assets/css/activation.scss'),
(1371, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/admin-rtl.css', 'wp-content/plugins/everest-forms/assets/css/admin-rtl.css'),
(1372, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/admin.css', 'wp-content/plugins/everest-forms/assets/css/admin.css'),
(1373, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/admin.css.map', 'wp-content/plugins/everest-forms/assets/css/admin.css.map'),
(1374, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/admin.scss', 'wp-content/plugins/everest-forms/assets/css/admin.scss'),
(1375, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/components/_badge.scss', 'wp-content/plugins/everest-forms/assets/css/components/_badge.scss'),
(1376, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/components/_buttons.scss', 'wp-content/plugins/everest-forms/assets/css/components/_buttons.scss'),
(1377, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/components/_card.scss', 'wp-content/plugins/everest-forms/assets/css/components/_card.scss'),
(1378, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/components/_forms.scss', 'wp-content/plugins/everest-forms/assets/css/components/_forms.scss'),
(1379, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/components/_table.scss', 'wp-content/plugins/everest-forms/assets/css/components/_table.scss'),
(1380, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/everest-forms-rtl.css', 'wp-content/plugins/everest-forms/assets/css/everest-forms-rtl.css'),
(1381, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/everest-forms.css', 'wp-content/plugins/everest-forms/assets/css/everest-forms.css'),
(1382, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/everest-forms.css.map', 'wp-content/plugins/everest-forms/assets/css/everest-forms.css.map'),
(1383, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/everest-forms.scss', 'wp-content/plugins/everest-forms/assets/css/everest-forms.scss'),
(1384, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/flatpickr-rtl.css', 'wp-content/plugins/everest-forms/assets/css/flatpickr-rtl.css'),
(1385, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/flatpickr.css', 'wp-content/plugins/everest-forms/assets/css/flatpickr.css'),
(1386, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/flatpickr.css.map', 'wp-content/plugins/everest-forms/assets/css/flatpickr.css.map'),
(1387, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/flatpickr.scss', 'wp-content/plugins/everest-forms/assets/css/flatpickr.scss'),
(1388, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/jquery-confirm/jquery-confirm.min.css', 'wp-content/plugins/everest-forms/assets/css/jquery-confirm/jquery-confirm.min.css'),
(1389, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/jquery-ui/images/ui-bg_flat_0_aaaaaa_40x100.png', 'wp-content/plugins/everest-forms/assets/css/jquery-ui/images/ui-bg_flat_0_aaaaaa_40x100.png'),
(1390, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/jquery-ui/images/ui-bg_flat_75_ffffff_40x100.png', 'wp-content/plugins/everest-forms/assets/css/jquery-ui/images/ui-bg_flat_75_ffffff_40x100.png'),
(1391, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/jquery-ui/images/ui-bg_glass_55_fbf9ee_1x400.png', 'wp-content/plugins/everest-forms/assets/css/jquery-ui/images/ui-bg_glass_55_fbf9ee_1x400.png'),
(1392, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/jquery-ui/images/ui-bg_glass_65_ffffff_1x400.png', 'wp-content/plugins/everest-forms/assets/css/jquery-ui/images/ui-bg_glass_65_ffffff_1x400.png'),
(1393, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/jquery-ui/images/ui-bg_glass_75_dadada_1x400.png', 'wp-content/plugins/everest-forms/assets/css/jquery-ui/images/ui-bg_glass_75_dadada_1x400.png'),
(1394, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/jquery-ui/images/ui-bg_glass_75_e6e6e6_1x400.png', 'wp-content/plugins/everest-forms/assets/css/jquery-ui/images/ui-bg_glass_75_e6e6e6_1x400.png'),
(1395, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/jquery-ui/images/ui-bg_glass_95_fef1ec_1x400.png', 'wp-content/plugins/everest-forms/assets/css/jquery-ui/images/ui-bg_glass_95_fef1ec_1x400.png'),
(1396, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/jquery-ui/images/ui-bg_highlight-soft_75_cccccc_1x100.png', 'wp-content/plugins/everest-forms/assets/css/jquery-ui/images/ui-bg_highlight-soft_75_cccccc_1x100.png'),
(1397, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/jquery-ui/images/ui-icons_222222_256x240.png', 'wp-content/plugins/everest-forms/assets/css/jquery-ui/images/ui-icons_222222_256x240.png'),
(1398, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/jquery-ui/images/ui-icons_2e83ff_256x240.png', 'wp-content/plugins/everest-forms/assets/css/jquery-ui/images/ui-icons_2e83ff_256x240.png'),
(1399, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/jquery-ui/images/ui-icons_454545_256x240.png', 'wp-content/plugins/everest-forms/assets/css/jquery-ui/images/ui-icons_454545_256x240.png'),
(1400, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/jquery-ui/images/ui-icons_888888_256x240.png', 'wp-content/plugins/everest-forms/assets/css/jquery-ui/images/ui-icons_888888_256x240.png'),
(1401, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/jquery-ui/images/ui-icons_cd0a0a_256x240.png', 'wp-content/plugins/everest-forms/assets/css/jquery-ui/images/ui-icons_cd0a0a_256x240.png'),
(1402, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/jquery-ui/jquery-ui-rtl.css', 'wp-content/plugins/everest-forms/assets/css/jquery-ui/jquery-ui-rtl.css'),
(1403, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/jquery-ui/jquery-ui.css', 'wp-content/plugins/everest-forms/assets/css/jquery-ui/jquery-ui.css'),
(1404, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/jquery-ui/jquery-ui.min.css', 'wp-content/plugins/everest-forms/assets/css/jquery-ui/jquery-ui.min.css'),
(1405, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/menu-rtl.css', 'wp-content/plugins/everest-forms/assets/css/menu-rtl.css'),
(1406, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/menu.css', 'wp-content/plugins/everest-forms/assets/css/menu.css'),
(1407, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/menu.css.map', 'wp-content/plugins/everest-forms/assets/css/menu.css.map'),
(1408, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/menu.scss', 'wp-content/plugins/everest-forms/assets/css/menu.scss'),
(1409, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/mixins/_breakpoints.scss', 'wp-content/plugins/everest-forms/assets/css/mixins/_breakpoints.scss'),
(1410, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/mixins/_grids.scss', 'wp-content/plugins/everest-forms/assets/css/mixins/_grids.scss'),
(1411, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/mixins/_mixins.scss', 'wp-content/plugins/everest-forms/assets/css/mixins/_mixins.scss'),
(1412, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/perfect-scrollbar/perfect-scrollbar.css', 'wp-content/plugins/everest-forms/assets/css/perfect-scrollbar/perfect-scrollbar.css'),
(1413, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/select2-rtl.css', 'wp-content/plugins/everest-forms/assets/css/select2-rtl.css'),
(1414, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/select2.css', 'wp-content/plugins/everest-forms/assets/css/select2.css'),
(1415, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/select2.css.map', 'wp-content/plugins/everest-forms/assets/css/select2.css.map'),
(1416, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/select2.scss', 'wp-content/plugins/everest-forms/assets/css/select2.scss'),
(1417, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/utility/_border.scss', 'wp-content/plugins/everest-forms/assets/css/utility/_border.scss'),
(1418, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/utility/_display.scss', 'wp-content/plugins/everest-forms/assets/css/utility/_display.scss'),
(1419, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/utility/_spacing.scss', 'wp-content/plugins/everest-forms/assets/css/utility/_spacing.scss'),
(1420, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/variables/_colors.scss', 'wp-content/plugins/everest-forms/assets/css/variables/_colors.scss'),
(1421, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/variables/_grids.scss', 'wp-content/plugins/everest-forms/assets/css/variables/_grids.scss'),
(1422, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/css/variables/_variables.scss', 'wp-content/plugins/everest-forms/assets/css/variables/_variables.scss'),
(1423, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/addon-sections.json', 'wp-content/plugins/everest-forms/assets/extensions-json/addon-sections.json'),
(1424, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/sections/all_extensions.json', 'wp-content/plugins/everest-forms/assets/extensions-json/sections/all_extensions.json'),
(1425, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/sections/images/activecampaign.png', 'wp-content/plugins/everest-forms/assets/extensions-json/sections/images/activecampaign.png'),
(1426, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/sections/images/calculations.png', 'wp-content/plugins/everest-forms/assets/extensions-json/sections/images/calculations.png'),
(1427, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/sections/images/campaign-monitor.png', 'wp-content/plugins/everest-forms/assets/extensions-json/sections/images/campaign-monitor.png'),
(1428, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/sections/images/convertkit.png', 'wp-content/plugins/everest-forms/assets/extensions-json/sections/images/convertkit.png');
INSERT INTO `iamc_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(1429, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/sections/images/coupons.png', 'wp-content/plugins/everest-forms/assets/extensions-json/sections/images/coupons.png'),
(1430, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/sections/images/custom-captcha.png', 'wp-content/plugins/everest-forms/assets/extensions-json/sections/images/custom-captcha.png'),
(1431, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/sections/images/drip.png', 'wp-content/plugins/everest-forms/assets/extensions-json/sections/images/drip.png'),
(1432, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/sections/images/email-templates.png', 'wp-content/plugins/everest-forms/assets/extensions-json/sections/images/email-templates.png'),
(1433, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/sections/images/form-abandonment.png', 'wp-content/plugins/everest-forms/assets/extensions-json/sections/images/form-abandonment.png'),
(1434, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/sections/images/form-restriction.png', 'wp-content/plugins/everest-forms/assets/extensions-json/sections/images/form-restriction.png'),
(1435, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/sections/images/frontend-listing.png', 'wp-content/plugins/everest-forms/assets/extensions-json/sections/images/frontend-listing.png'),
(1436, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/sections/images/geolocation.png', 'wp-content/plugins/everest-forms/assets/extensions-json/sections/images/geolocation.png'),
(1437, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/sections/images/google-sheets.png', 'wp-content/plugins/everest-forms/assets/extensions-json/sections/images/google-sheets.png'),
(1438, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/sections/images/hubspot.png', 'wp-content/plugins/everest-forms/assets/extensions-json/sections/images/hubspot.png'),
(1439, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/sections/images/mailchimp.png', 'wp-content/plugins/everest-forms/assets/extensions-json/sections/images/mailchimp.png'),
(1440, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/sections/images/mailerlite.png', 'wp-content/plugins/everest-forms/assets/extensions-json/sections/images/mailerlite.png'),
(1441, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/sections/images/multi-part-forms.png', 'wp-content/plugins/everest-forms/assets/extensions-json/sections/images/multi-part-forms.png'),
(1442, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/sections/images/offline-forms.png', 'wp-content/plugins/everest-forms/assets/extensions-json/sections/images/offline-forms.png'),
(1443, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/sections/images/payment-paypal.png', 'wp-content/plugins/everest-forms/assets/extensions-json/sections/images/payment-paypal.png'),
(1444, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/sections/images/payment-stripe.png', 'wp-content/plugins/everest-forms/assets/extensions-json/sections/images/payment-stripe.png'),
(1445, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/sections/images/pdf-submission.png', 'wp-content/plugins/everest-forms/assets/extensions-json/sections/images/pdf-submission.png'),
(1446, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/sections/images/pipedrive.png', 'wp-content/plugins/everest-forms/assets/extensions-json/sections/images/pipedrive.png'),
(1447, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/sections/images/post-submissions.png', 'wp-content/plugins/everest-forms/assets/extensions-json/sections/images/post-submissions.png'),
(1448, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/sections/images/razorpay.png', 'wp-content/plugins/everest-forms/assets/extensions-json/sections/images/razorpay.png'),
(1449, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/sections/images/repeater-fields.jpg', 'wp-content/plugins/everest-forms/assets/extensions-json/sections/images/repeater-fields.jpg'),
(1450, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/sections/images/save-and-continue.jpg', 'wp-content/plugins/everest-forms/assets/extensions-json/sections/images/save-and-continue.jpg'),
(1451, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/sections/images/sms-notifications.png', 'wp-content/plugins/everest-forms/assets/extensions-json/sections/images/sms-notifications.png'),
(1452, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/sections/images/style-customizer.png', 'wp-content/plugins/everest-forms/assets/extensions-json/sections/images/style-customizer.png'),
(1453, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/sections/images/survey-polls-quiz.png', 'wp-content/plugins/everest-forms/assets/extensions-json/sections/images/survey-polls-quiz.png'),
(1454, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/sections/images/user-registration.png', 'wp-content/plugins/everest-forms/assets/extensions-json/sections/images/user-registration.png'),
(1455, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/sections/images/zapier.png', 'wp-content/plugins/everest-forms/assets/extensions-json/sections/images/zapier.png'),
(1456, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/sections/images/zoho.png', 'wp-content/plugins/everest-forms/assets/extensions-json/sections/images/zoho.png'),
(1457, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/templates/all_templates.json', 'wp-content/plugins/everest-forms/assets/extensions-json/templates/all_templates.json'),
(1458, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/templates/images/Advanced Contact Form.png', 'wp-content/plugins/everest-forms/assets/extensions-json/templates/images/Advanced Contact Form.png'),
(1459, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/templates/images/Donation Form.png', 'wp-content/plugins/everest-forms/assets/extensions-json/templates/images/Donation Form.png'),
(1460, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/templates/images/Job Vacancy Form.png', 'wp-content/plugins/everest-forms/assets/extensions-json/templates/images/Job Vacancy Form.png'),
(1461, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/templates/images/Survey Form.png', 'wp-content/plugins/everest-forms/assets/extensions-json/templates/images/Survey Form.png'),
(1462, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/templates/images/advanced-contact-form.png', 'wp-content/plugins/everest-forms/assets/extensions-json/templates/images/advanced-contact-form.png'),
(1463, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/templates/images/design-agency-request-a-quote.png', 'wp-content/plugins/everest-forms/assets/extensions-json/templates/images/design-agency-request-a-quote.png'),
(1464, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/templates/images/donation-form.png', 'wp-content/plugins/everest-forms/assets/extensions-json/templates/images/donation-form.png'),
(1465, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/templates/images/ebook-form.png', 'wp-content/plugins/everest-forms/assets/extensions-json/templates/images/ebook-form.png'),
(1466, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/templates/images/hotel-booking.png', 'wp-content/plugins/everest-forms/assets/extensions-json/templates/images/hotel-booking.png'),
(1467, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/templates/images/job-vacancy-form.jpg', 'wp-content/plugins/everest-forms/assets/extensions-json/templates/images/job-vacancy-form.jpg'),
(1468, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/templates/images/leave-request-form.png', 'wp-content/plugins/everest-forms/assets/extensions-json/templates/images/leave-request-form.png'),
(1469, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/templates/images/medical-appointment-form.png', 'wp-content/plugins/everest-forms/assets/extensions-json/templates/images/medical-appointment-form.png'),
(1470, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/templates/images/modeling-application-form.jpg', 'wp-content/plugins/everest-forms/assets/extensions-json/templates/images/modeling-application-form.jpg'),
(1471, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/templates/images/new-form.png', 'wp-content/plugins/everest-forms/assets/extensions-json/templates/images/new-form.png'),
(1472, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/templates/images/restaurant-table-booking.png', 'wp-content/plugins/everest-forms/assets/extensions-json/templates/images/restaurant-table-booking.png'),
(1473, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/templates/images/simple-contact-form.png', 'wp-content/plugins/everest-forms/assets/extensions-json/templates/images/simple-contact-form.png'),
(1474, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/templates/images/simple-registration.png', 'wp-content/plugins/everest-forms/assets/extensions-json/templates/images/simple-registration.png'),
(1475, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/templates/images/simple-support-form.png', 'wp-content/plugins/everest-forms/assets/extensions-json/templates/images/simple-support-form.png'),
(1476, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/templates/images/style-customizer.png', 'wp-content/plugins/everest-forms/assets/extensions-json/templates/images/style-customizer.png'),
(1477, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/templates/images/survey-form.png', 'wp-content/plugins/everest-forms/assets/extensions-json/templates/images/survey-form.png'),
(1478, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/extensions-json/templates/template_sections.json', 'wp-content/plugins/everest-forms/assets/extensions-json/templates/template_sections.json'),
(1479, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/fonts/EverestForms.eot', 'wp-content/plugins/everest-forms/assets/fonts/EverestForms.eot'),
(1480, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/fonts/EverestForms.svg', 'wp-content/plugins/everest-forms/assets/fonts/EverestForms.svg'),
(1481, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/fonts/EverestForms.ttf', 'wp-content/plugins/everest-forms/assets/fonts/EverestForms.ttf'),
(1482, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/fonts/EverestForms.woff', 'wp-content/plugins/everest-forms/assets/fonts/EverestForms.woff'),
(1483, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/images/email-template-html.png', 'wp-content/plugins/everest-forms/assets/images/email-template-html.png'),
(1484, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/images/email-template-plain.png', 'wp-content/plugins/everest-forms/assets/images/email-template-plain.png'),
(1485, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/images/everest-forms-placeholder.png', 'wp-content/plugins/everest-forms/assets/images/everest-forms-placeholder.png'),
(1486, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/images/fields-not-found.png', 'wp-content/plugins/everest-forms/assets/images/fields-not-found.png'),
(1487, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/images/icons/loader.svg', 'wp-content/plugins/everest-forms/assets/images/icons/loader.svg'),
(1488, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/images/icons/three-dots.svg', 'wp-content/plugins/everest-forms/assets/images/icons/three-dots.svg'),
(1489, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/images/placeholder.png', 'wp-content/plugins/everest-forms/assets/images/placeholder.png'),
(1490, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/images/select2-spinner.gif', 'wp-content/plugins/everest-forms/assets/images/select2-spinner.gif'),
(1491, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/images/select2.png', 'wp-content/plugins/everest-forms/assets/images/select2.png'),
(1492, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/images/select2x2.png', 'wp-content/plugins/everest-forms/assets/images/select2x2.png'),
(1493, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/images/templates/advanced-contact-form.png', 'wp-content/plugins/everest-forms/assets/images/templates/advanced-contact-form.png'),
(1494, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/images/templates/blank-form.jpg', 'wp-content/plugins/everest-forms/assets/images/templates/blank-form.jpg'),
(1495, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/images/templates/blank.png', 'wp-content/plugins/everest-forms/assets/images/templates/blank.png'),
(1496, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/images/templates/contact-form.jpg', 'wp-content/plugins/everest-forms/assets/images/templates/contact-form.jpg'),
(1497, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/images/templates/donation-form.png', 'wp-content/plugins/everest-forms/assets/images/templates/donation-form.png'),
(1498, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/images/templates/job-vacancy-form.png', 'wp-content/plugins/everest-forms/assets/images/templates/job-vacancy-form.png'),
(1499, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/images/templates/leave-request-form.png', 'wp-content/plugins/everest-forms/assets/images/templates/leave-request-form.png'),
(1500, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/images/templates/medical-appointment-form.png', 'wp-content/plugins/everest-forms/assets/images/templates/medical-appointment-form.png'),
(1501, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/images/templates/new-form.png', 'wp-content/plugins/everest-forms/assets/images/templates/new-form.png'),
(1502, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/images/templates/restaurant-table-booking.png', 'wp-content/plugins/everest-forms/assets/images/templates/restaurant-table-booking.png'),
(1503, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/images/templates/simple-contact-form.png', 'wp-content/plugins/everest-forms/assets/images/templates/simple-contact-form.png'),
(1504, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/images/templates/simple-support-form.png', 'wp-content/plugins/everest-forms/assets/images/templates/simple-support-form.png'),
(1505, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/images/templates/survey-form.png', 'wp-content/plugins/everest-forms/assets/images/templates/survey-form.png'),
(1506, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/images/welcome-video-thumb.png', 'wp-content/plugins/everest-forms/assets/images/welcome-video-thumb.png'),
(1507, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/admin/admin.js', 'wp-content/plugins/everest-forms/assets/js/admin/admin.js'),
(1508, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/admin/admin.min.js', 'wp-content/plugins/everest-forms/assets/js/admin/admin.min.js'),
(1509, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/admin/editor.js', 'wp-content/plugins/everest-forms/assets/js/admin/editor.js'),
(1510, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/admin/editor.min.js', 'wp-content/plugins/everest-forms/assets/js/admin/editor.min.js'),
(1511, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/admin/evf-admin-email.js', 'wp-content/plugins/everest-forms/assets/js/admin/evf-admin-email.js'),
(1512, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/admin/evf-admin-email.min.js', 'wp-content/plugins/everest-forms/assets/js/admin/evf-admin-email.min.js'),
(1513, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/admin/evf-clipboard.js', 'wp-content/plugins/everest-forms/assets/js/admin/evf-clipboard.js'),
(1514, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/admin/evf-clipboard.min.js', 'wp-content/plugins/everest-forms/assets/js/admin/evf-clipboard.min.js'),
(1515, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/admin/evf-enhanced-select.js', 'wp-content/plugins/everest-forms/assets/js/admin/evf-enhanced-select.js'),
(1516, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/admin/evf-enhanced-select.min.js', 'wp-content/plugins/everest-forms/assets/js/admin/evf-enhanced-select.min.js'),
(1517, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/admin/evf-file-uploader.js', 'wp-content/plugins/everest-forms/assets/js/admin/evf-file-uploader.js'),
(1518, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/admin/evf-file-uploader.min.js', 'wp-content/plugins/everest-forms/assets/js/admin/evf-file-uploader.min.js'),
(1519, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/admin/evf-setup.js', 'wp-content/plugins/everest-forms/assets/js/admin/evf-setup.js'),
(1520, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/admin/evf-setup.min.js', 'wp-content/plugins/everest-forms/assets/js/admin/evf-setup.min.js'),
(1521, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/admin/extensions.js', 'wp-content/plugins/everest-forms/assets/js/admin/extensions.js'),
(1522, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/admin/extensions.min.js', 'wp-content/plugins/everest-forms/assets/js/admin/extensions.min.js'),
(1523, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/admin/form-builder.js', 'wp-content/plugins/everest-forms/assets/js/admin/form-builder.js'),
(1524, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/admin/form-builder.min.js', 'wp-content/plugins/everest-forms/assets/js/admin/form-builder.min.js'),
(1525, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/admin/form-template-controller.js', 'wp-content/plugins/everest-forms/assets/js/admin/form-template-controller.js'),
(1526, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/admin/form-template-controller.min.js', 'wp-content/plugins/everest-forms/assets/js/admin/form-template-controller.min.js'),
(1527, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/admin/gutenberg/form-block.js', 'wp-content/plugins/everest-forms/assets/js/admin/gutenberg/form-block.js'),
(1528, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/admin/gutenberg/form-block.min.js', 'wp-content/plugins/everest-forms/assets/js/admin/gutenberg/form-block.min.js'),
(1529, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/admin/plugins.js', 'wp-content/plugins/everest-forms/assets/js/admin/plugins.js'),
(1530, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/admin/plugins.min.js', 'wp-content/plugins/everest-forms/assets/js/admin/plugins.min.js'),
(1531, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/admin/settings.js', 'wp-content/plugins/everest-forms/assets/js/admin/settings.js'),
(1532, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/admin/settings.min.js', 'wp-content/plugins/everest-forms/assets/js/admin/settings.min.js'),
(1533, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/admin/tools.js', 'wp-content/plugins/everest-forms/assets/js/admin/tools.js'),
(1534, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/admin/tools.min.js', 'wp-content/plugins/everest-forms/assets/js/admin/tools.min.js'),
(1535, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/admin/upgrade.js', 'wp-content/plugins/everest-forms/assets/js/admin/upgrade.js'),
(1536, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/admin/upgrade.min.js', 'wp-content/plugins/everest-forms/assets/js/admin/upgrade.min.js'),
(1537, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/flatpickr/flatpickr.js', 'wp-content/plugins/everest-forms/assets/js/flatpickr/flatpickr.js'),
(1538, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/flatpickr/flatpickr.min.js', 'wp-content/plugins/everest-forms/assets/js/flatpickr/flatpickr.min.js'),
(1539, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/frontend/ajax-submission.js', 'wp-content/plugins/everest-forms/assets/js/frontend/ajax-submission.js'),
(1540, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/frontend/ajax-submission.min.js', 'wp-content/plugins/everest-forms/assets/js/frontend/ajax-submission.min.js'),
(1541, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/frontend/everest-forms.js', 'wp-content/plugins/everest-forms/assets/js/frontend/everest-forms.js'),
(1542, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/frontend/everest-forms.min.js', 'wp-content/plugins/everest-forms/assets/js/frontend/everest-forms.min.js'),
(1543, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/frontend/text-limit.js', 'wp-content/plugins/everest-forms/assets/js/frontend/text-limit.js'),
(1544, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/frontend/text-limit.min.js', 'wp-content/plugins/everest-forms/assets/js/frontend/text-limit.min.js'),
(1545, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/inputmask/jquery.inputmask.bundle.js', 'wp-content/plugins/everest-forms/assets/js/inputmask/jquery.inputmask.bundle.js'),
(1546, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/inputmask/jquery.inputmask.bundle.min.js', 'wp-content/plugins/everest-forms/assets/js/inputmask/jquery.inputmask.bundle.min.js'),
(1547, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/jquery-blockui/jquery.blockUI.js', 'wp-content/plugins/everest-forms/assets/js/jquery-blockui/jquery.blockUI.js'),
(1548, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/jquery-blockui/jquery.blockUI.min.js', 'wp-content/plugins/everest-forms/assets/js/jquery-blockui/jquery.blockUI.min.js'),
(1549, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/jquery-confirm/jquery-confirm.js', 'wp-content/plugins/everest-forms/assets/js/jquery-confirm/jquery-confirm.js'),
(1550, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/jquery-confirm/jquery-confirm.min.js', 'wp-content/plugins/everest-forms/assets/js/jquery-confirm/jquery-confirm.min.js'),
(1551, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/jquery-tiptip/jquery.tipTip.js', 'wp-content/plugins/everest-forms/assets/js/jquery-tiptip/jquery.tipTip.js'),
(1552, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/jquery-tiptip/jquery.tipTip.min.js', 'wp-content/plugins/everest-forms/assets/js/jquery-tiptip/jquery.tipTip.min.js'),
(1553, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/jquery-validate/jquery.validate.js', 'wp-content/plugins/everest-forms/assets/js/jquery-validate/jquery.validate.js'),
(1554, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/jquery-validate/jquery.validate.min.js', 'wp-content/plugins/everest-forms/assets/js/jquery-validate/jquery.validate.min.js'),
(1555, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/mailcheck/mailcheck.js', 'wp-content/plugins/everest-forms/assets/js/mailcheck/mailcheck.js'),
(1556, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/mailcheck/mailcheck.min.js', 'wp-content/plugins/everest-forms/assets/js/mailcheck/mailcheck.min.js'),
(1557, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/perfect-scrollbar/perfect-scrollbar.js', 'wp-content/plugins/everest-forms/assets/js/perfect-scrollbar/perfect-scrollbar.js'),
(1558, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/perfect-scrollbar/perfect-scrollbar.js.map', 'wp-content/plugins/everest-forms/assets/js/perfect-scrollbar/perfect-scrollbar.js.map'),
(1559, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/perfect-scrollbar/perfect-scrollbar.min.js', 'wp-content/plugins/everest-forms/assets/js/perfect-scrollbar/perfect-scrollbar.min.js'),
(1560, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/perfect-scrollbar/perfect-scrollbar.min.js.map', 'wp-content/plugins/everest-forms/assets/js/perfect-scrollbar/perfect-scrollbar.min.js.map'),
(1561, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/selectWoo/selectWoo.full.js', 'wp-content/plugins/everest-forms/assets/js/selectWoo/selectWoo.full.js'),
(1562, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/selectWoo/selectWoo.full.min.js', 'wp-content/plugins/everest-forms/assets/js/selectWoo/selectWoo.full.min.js'),
(1563, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/selectWoo/selectWoo.js', 'wp-content/plugins/everest-forms/assets/js/selectWoo/selectWoo.js'),
(1564, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/selectWoo/selectWoo.min.js', 'wp-content/plugins/everest-forms/assets/js/selectWoo/selectWoo.min.js'),
(1565, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/tooltipster/tooltipster.bundle.js', 'wp-content/plugins/everest-forms/assets/js/tooltipster/tooltipster.bundle.js'),
(1566, '/home/www/iamctv.com/wp-content/plugins/everest-forms/assets/js/tooltipster/tooltipster.bundle.min.js', 'wp-content/plugins/everest-forms/assets/js/tooltipster/tooltipster.bundle.min.js'),
(1567, '/home/www/iamctv.com/wp-content/plugins/everest-forms/everest-forms.php', 'wp-content/plugins/everest-forms/everest-forms.php'),
(1568, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/abstracts/class-evf-background-process.php', 'wp-content/plugins/everest-forms/includes/abstracts/class-evf-background-process.php'),
(1569, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/abstracts/class-evf-deprecated-hooks.php', 'wp-content/plugins/everest-forms/includes/abstracts/class-evf-deprecated-hooks.php'),
(1570, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/abstracts/class-evf-form-fields.php', 'wp-content/plugins/everest-forms/includes/abstracts/class-evf-form-fields.php'),
(1571, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/abstracts/class-evf-integration.php', 'wp-content/plugins/everest-forms/includes/abstracts/class-evf-integration.php'),
(1572, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/abstracts/class-evf-log-handler.php', 'wp-content/plugins/everest-forms/includes/abstracts/class-evf-log-handler.php'),
(1573, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/abstracts/class-evf-session.php', 'wp-content/plugins/everest-forms/includes/abstracts/class-evf-session.php'),
(1574, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/abstracts/class-evf-settings-api.php', 'wp-content/plugins/everest-forms/includes/abstracts/class-evf-settings-api.php'),
(1575, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/abstracts/legacy/class-evf-admin-form-panel.php', 'wp-content/plugins/everest-forms/includes/abstracts/legacy/class-evf-admin-form-panel.php'),
(1576, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/admin/builder/class-evf-builder-fields.php', 'wp-content/plugins/everest-forms/includes/admin/builder/class-evf-builder-fields.php'),
(1577, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/admin/builder/class-evf-builder-page.php', 'wp-content/plugins/everest-forms/includes/admin/builder/class-evf-builder-page.php'),
(1578, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/admin/builder/class-evf-builder-settings.php', 'wp-content/plugins/everest-forms/includes/admin/builder/class-evf-builder-settings.php'),
(1579, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/admin/class-evf-admin-addons.php', 'wp-content/plugins/everest-forms/includes/admin/class-evf-admin-addons.php'),
(1580, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/admin/class-evf-admin-assets.php', 'wp-content/plugins/everest-forms/includes/admin/class-evf-admin-assets.php'),
(1581, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/admin/class-evf-admin-builder.php', 'wp-content/plugins/everest-forms/includes/admin/class-evf-admin-builder.php'),
(1582, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/admin/class-evf-admin-editor.php', 'wp-content/plugins/everest-forms/includes/admin/class-evf-admin-editor.php'),
(1583, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/admin/class-evf-admin-entries-table-list.php', 'wp-content/plugins/everest-forms/includes/admin/class-evf-admin-entries-table-list.php'),
(1584, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/admin/class-evf-admin-entries.php', 'wp-content/plugins/everest-forms/includes/admin/class-evf-admin-entries.php'),
(1585, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/admin/class-evf-admin-forms-table-list.php', 'wp-content/plugins/everest-forms/includes/admin/class-evf-admin-forms-table-list.php'),
(1586, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/admin/class-evf-admin-forms.php', 'wp-content/plugins/everest-forms/includes/admin/class-evf-admin-forms.php'),
(1587, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/admin/class-evf-admin-import-export.php', 'wp-content/plugins/everest-forms/includes/admin/class-evf-admin-import-export.php'),
(1588, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/admin/class-evf-admin-menus.php', 'wp-content/plugins/everest-forms/includes/admin/class-evf-admin-menus.php'),
(1589, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/admin/class-evf-admin-notices.php', 'wp-content/plugins/everest-forms/includes/admin/class-evf-admin-notices.php'),
(1590, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/admin/class-evf-admin-settings.php', 'wp-content/plugins/everest-forms/includes/admin/class-evf-admin-settings.php'),
(1591, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/admin/class-evf-admin-tools.php', 'wp-content/plugins/everest-forms/includes/admin/class-evf-admin-tools.php'),
(1592, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/admin/class-evf-admin-welcome.php', 'wp-content/plugins/everest-forms/includes/admin/class-evf-admin-welcome.php'),
(1593, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/admin/class-evf-admin.php', 'wp-content/plugins/everest-forms/includes/admin/class-evf-admin.php'),
(1594, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/admin/evf-admin-functions.php', 'wp-content/plugins/everest-forms/includes/admin/evf-admin-functions.php'),
(1595, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/admin/plugin-updates/class-evf-plugin-updates.php', 'wp-content/plugins/everest-forms/includes/admin/plugin-updates/class-evf-plugin-updates.php'),
(1596, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/admin/settings/class-evf-settings-email.php', 'wp-content/plugins/everest-forms/includes/admin/settings/class-evf-settings-email.php'),
(1597, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/admin/settings/class-evf-settings-general.php', 'wp-content/plugins/everest-forms/includes/admin/settings/class-evf-settings-general.php'),
(1598, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/admin/settings/class-evf-settings-integrations.php', 'wp-content/plugins/everest-forms/includes/admin/settings/class-evf-settings-integrations.php'),
(1599, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/admin/settings/class-evf-settings-page.php', 'wp-content/plugins/everest-forms/includes/admin/settings/class-evf-settings-page.php'),
(1600, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/admin/settings/class-evf-settings-recaptcha.php', 'wp-content/plugins/everest-forms/includes/admin/settings/class-evf-settings-recaptcha.php'),
(1601, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/admin/settings/class-evf-settings-validation.php', 'wp-content/plugins/everest-forms/includes/admin/settings/class-evf-settings-validation.php'),
(1602, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/admin/views/html-admin-page-addons.php', 'wp-content/plugins/everest-forms/includes/admin/views/html-admin-page-addons.php'),
(1603, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/admin/views/html-admin-page-builder-setup.php', 'wp-content/plugins/everest-forms/includes/admin/views/html-admin-page-builder-setup.php'),
(1604, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/admin/views/html-admin-page-builder.php', 'wp-content/plugins/everest-forms/includes/admin/views/html-admin-page-builder.php'),
(1605, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/admin/views/html-admin-page-entries-view.php', 'wp-content/plugins/everest-forms/includes/admin/views/html-admin-page-entries-view.php'),
(1606, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/admin/views/html-admin-page-export.php', 'wp-content/plugins/everest-forms/includes/admin/views/html-admin-page-export.php'),
(1607, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/admin/views/html-admin-page-import.php', 'wp-content/plugins/everest-forms/includes/admin/views/html-admin-page-import.php'),
(1608, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/admin/views/html-admin-page-tools-logs.php', 'wp-content/plugins/everest-forms/includes/admin/views/html-admin-page-tools-logs.php'),
(1609, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/admin/views/html-admin-page-tools.php', 'wp-content/plugins/everest-forms/includes/admin/views/html-admin-page-tools.php'),
(1610, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/admin/views/html-admin-settings.php', 'wp-content/plugins/everest-forms/includes/admin/views/html-admin-settings.php'),
(1611, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/admin/views/html-notice-custom.php', 'wp-content/plugins/everest-forms/includes/admin/views/html-notice-custom.php'),
(1612, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/admin/views/html-notice-review.php', 'wp-content/plugins/everest-forms/includes/admin/views/html-notice-review.php'),
(1613, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/admin/views/html-notice-survey.php', 'wp-content/plugins/everest-forms/includes/admin/views/html-notice-survey.php'),
(1614, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/admin/views/html-notice-update.php', 'wp-content/plugins/everest-forms/includes/admin/views/html-notice-update.php'),
(1615, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/admin/views/html-notice-updated.php', 'wp-content/plugins/everest-forms/includes/admin/views/html-notice-updated.php'),
(1616, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/admin/views/html-notice-updating.php', 'wp-content/plugins/everest-forms/includes/admin/views/html-notice-updating.php'),
(1617, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/class-everest-forms.php', 'wp-content/plugins/everest-forms/includes/class-everest-forms.php'),
(1618, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/class-evf-ajax.php', 'wp-content/plugins/everest-forms/includes/class-evf-ajax.php'),
(1619, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/class-evf-autoloader.php', 'wp-content/plugins/everest-forms/includes/class-evf-autoloader.php'),
(1620, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/class-evf-background-updater.php', 'wp-content/plugins/everest-forms/includes/class-evf-background-updater.php'),
(1621, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/class-evf-cache-helper.php', 'wp-content/plugins/everest-forms/includes/class-evf-cache-helper.php'),
(1622, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/class-evf-deprecated-action-hooks.php', 'wp-content/plugins/everest-forms/includes/class-evf-deprecated-action-hooks.php'),
(1623, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/class-evf-deprecated-filter-hooks.php', 'wp-content/plugins/everest-forms/includes/class-evf-deprecated-filter-hooks.php'),
(1624, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/class-evf-emails.php', 'wp-content/plugins/everest-forms/includes/class-evf-emails.php'),
(1625, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/class-evf-fields.php', 'wp-content/plugins/everest-forms/includes/class-evf-fields.php'),
(1626, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/class-evf-form-block.php', 'wp-content/plugins/everest-forms/includes/class-evf-form-block.php'),
(1627, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/class-evf-form-handler.php', 'wp-content/plugins/everest-forms/includes/class-evf-form-handler.php'),
(1628, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/class-evf-form-task.php', 'wp-content/plugins/everest-forms/includes/class-evf-form-task.php'),
(1629, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/class-evf-forms-features.php', 'wp-content/plugins/everest-forms/includes/class-evf-forms-features.php'),
(1630, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/class-evf-frontend-scripts.php', 'wp-content/plugins/everest-forms/includes/class-evf-frontend-scripts.php'),
(1631, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/class-evf-install.php', 'wp-content/plugins/everest-forms/includes/class-evf-install.php'),
(1632, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/class-evf-integrations.php', 'wp-content/plugins/everest-forms/includes/class-evf-integrations.php'),
(1633, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/class-evf-log-levels.php', 'wp-content/plugins/everest-forms/includes/class-evf-log-levels.php'),
(1634, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/class-evf-logger.php', 'wp-content/plugins/everest-forms/includes/class-evf-logger.php'),
(1635, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/class-evf-post-types.php', 'wp-content/plugins/everest-forms/includes/class-evf-post-types.php'),
(1636, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/class-evf-privacy.php', 'wp-content/plugins/everest-forms/includes/class-evf-privacy.php'),
(1637, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/class-evf-session-handler.php', 'wp-content/plugins/everest-forms/includes/class-evf-session-handler.php'),
(1638, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/class-evf-shortcodes.php', 'wp-content/plugins/everest-forms/includes/class-evf-shortcodes.php'),
(1639, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/class-evf-smart-tags.php', 'wp-content/plugins/everest-forms/includes/class-evf-smart-tags.php'),
(1640, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/class-evf-template-loader.php', 'wp-content/plugins/everest-forms/includes/class-evf-template-loader.php'),
(1641, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/class-evf-validation.php', 'wp-content/plugins/everest-forms/includes/class-evf-validation.php'),
(1642, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/elementor/class-evf-elementor.php', 'wp-content/plugins/everest-forms/includes/elementor/class-evf-elementor.php'),
(1643, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/elementor/class-evf-widget.php', 'wp-content/plugins/everest-forms/includes/elementor/class-evf-widget.php'),
(1644, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/evf-conditional-functions.php', 'wp-content/plugins/everest-forms/includes/evf-conditional-functions.php'),
(1645, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/evf-core-functions.php', 'wp-content/plugins/everest-forms/includes/evf-core-functions.php'),
(1646, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/evf-deprecated-functions.php', 'wp-content/plugins/everest-forms/includes/evf-deprecated-functions.php'),
(1647, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/evf-entry-functions.php', 'wp-content/plugins/everest-forms/includes/evf-entry-functions.php'),
(1648, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/evf-formatting-functions.php', 'wp-content/plugins/everest-forms/includes/evf-formatting-functions.php'),
(1649, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/evf-notice-functions.php', 'wp-content/plugins/everest-forms/includes/evf-notice-functions.php'),
(1650, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/evf-template-functions.php', 'wp-content/plugins/everest-forms/includes/evf-template-functions.php'),
(1651, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/evf-template-hooks.php', 'wp-content/plugins/everest-forms/includes/evf-template-hooks.php'),
(1652, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/evf-update-functions.php', 'wp-content/plugins/everest-forms/includes/evf-update-functions.php'),
(1653, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/export/abstract-evf-csv-exporter.php', 'wp-content/plugins/everest-forms/includes/export/abstract-evf-csv-exporter.php'),
(1654, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/export/class-evf-entry-csv-exporter.php', 'wp-content/plugins/everest-forms/includes/export/class-evf-entry-csv-exporter.php'),
(1655, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/fields/class-evf-field-address.php', 'wp-content/plugins/everest-forms/includes/fields/class-evf-field-address.php'),
(1656, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/fields/class-evf-field-captcha.php', 'wp-content/plugins/everest-forms/includes/fields/class-evf-field-captcha.php'),
(1657, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/fields/class-evf-field-checkbox.php', 'wp-content/plugins/everest-forms/includes/fields/class-evf-field-checkbox.php'),
(1658, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/fields/class-evf-field-country.php', 'wp-content/plugins/everest-forms/includes/fields/class-evf-field-country.php'),
(1659, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/fields/class-evf-field-credit-card.php', 'wp-content/plugins/everest-forms/includes/fields/class-evf-field-credit-card.php'),
(1660, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/fields/class-evf-field-date-time.php', 'wp-content/plugins/everest-forms/includes/fields/class-evf-field-date-time.php'),
(1661, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/fields/class-evf-field-divider.php', 'wp-content/plugins/everest-forms/includes/fields/class-evf-field-divider.php'),
(1662, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/fields/class-evf-field-email.php', 'wp-content/plugins/everest-forms/includes/fields/class-evf-field-email.php'),
(1663, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/fields/class-evf-field-file-upload.php', 'wp-content/plugins/everest-forms/includes/fields/class-evf-field-file-upload.php'),
(1664, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/fields/class-evf-field-first-name.php', 'wp-content/plugins/everest-forms/includes/fields/class-evf-field-first-name.php'),
(1665, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/fields/class-evf-field-hidden.php', 'wp-content/plugins/everest-forms/includes/fields/class-evf-field-hidden.php'),
(1666, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/fields/class-evf-field-html.php', 'wp-content/plugins/everest-forms/includes/fields/class-evf-field-html.php'),
(1667, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/fields/class-evf-field-image-upload.php', 'wp-content/plugins/everest-forms/includes/fields/class-evf-field-image-upload.php'),
(1668, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/fields/class-evf-field-last-name.php', 'wp-content/plugins/everest-forms/includes/fields/class-evf-field-last-name.php'),
(1669, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/fields/class-evf-field-likert.php', 'wp-content/plugins/everest-forms/includes/fields/class-evf-field-likert.php'),
(1670, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/fields/class-evf-field-number.php', 'wp-content/plugins/everest-forms/includes/fields/class-evf-field-number.php'),
(1671, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/fields/class-evf-field-password.php', 'wp-content/plugins/everest-forms/includes/fields/class-evf-field-password.php'),
(1672, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/fields/class-evf-field-payment-checkbox.php', 'wp-content/plugins/everest-forms/includes/fields/class-evf-field-payment-checkbox.php'),
(1673, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/fields/class-evf-field-payment-coupon.php', 'wp-content/plugins/everest-forms/includes/fields/class-evf-field-payment-coupon.php'),
(1674, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/fields/class-evf-field-payment-quantity.php', 'wp-content/plugins/everest-forms/includes/fields/class-evf-field-payment-quantity.php'),
(1675, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/fields/class-evf-field-payment-radio.php', 'wp-content/plugins/everest-forms/includes/fields/class-evf-field-payment-radio.php'),
(1676, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/fields/class-evf-field-payment-single.php', 'wp-content/plugins/everest-forms/includes/fields/class-evf-field-payment-single.php'),
(1677, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/fields/class-evf-field-payment-total.php', 'wp-content/plugins/everest-forms/includes/fields/class-evf-field-payment-total.php'),
(1678, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/fields/class-evf-field-phone.php', 'wp-content/plugins/everest-forms/includes/fields/class-evf-field-phone.php'),
(1679, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/fields/class-evf-field-privacy-policy.php', 'wp-content/plugins/everest-forms/includes/fields/class-evf-field-privacy-policy.php'),
(1680, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/fields/class-evf-field-radio.php', 'wp-content/plugins/everest-forms/includes/fields/class-evf-field-radio.php'),
(1681, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/fields/class-evf-field-range-slider.php', 'wp-content/plugins/everest-forms/includes/fields/class-evf-field-range-slider.php'),
(1682, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/fields/class-evf-field-rating.php', 'wp-content/plugins/everest-forms/includes/fields/class-evf-field-rating.php'),
(1683, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/fields/class-evf-field-repeater.php', 'wp-content/plugins/everest-forms/includes/fields/class-evf-field-repeater.php'),
(1684, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/fields/class-evf-field-scale-rating.php', 'wp-content/plugins/everest-forms/includes/fields/class-evf-field-scale-rating.php'),
(1685, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/fields/class-evf-field-select.php', 'wp-content/plugins/everest-forms/includes/fields/class-evf-field-select.php'),
(1686, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/fields/class-evf-field-signature.php', 'wp-content/plugins/everest-forms/includes/fields/class-evf-field-signature.php'),
(1687, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/fields/class-evf-field-text.php', 'wp-content/plugins/everest-forms/includes/fields/class-evf-field-text.php'),
(1688, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/fields/class-evf-field-textarea.php', 'wp-content/plugins/everest-forms/includes/fields/class-evf-field-textarea.php'),
(1689, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/fields/class-evf-field-title.php', 'wp-content/plugins/everest-forms/includes/fields/class-evf-field-title.php'),
(1690, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/fields/class-evf-field-url.php', 'wp-content/plugins/everest-forms/includes/fields/class-evf-field-url.php'),
(1691, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/fields/class-evf-field-wysiwyg.php', 'wp-content/plugins/everest-forms/includes/fields/class-evf-field-wysiwyg.php'),
(1692, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/fields/class-evf-field-yes-no.php', 'wp-content/plugins/everest-forms/includes/fields/class-evf-field-yes-no.php'),
(1693, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/interfaces/class-evf-log-handler-interface.php', 'wp-content/plugins/everest-forms/includes/interfaces/class-evf-log-handler-interface.php');
INSERT INTO `iamc_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(1694, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/interfaces/class-evf-logger-interface.php', 'wp-content/plugins/everest-forms/includes/interfaces/class-evf-logger-interface.php'),
(1695, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/libraries/wp-async-request.php', 'wp-content/plugins/everest-forms/includes/libraries/wp-async-request.php'),
(1696, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/libraries/wp-background-process.php', 'wp-content/plugins/everest-forms/includes/libraries/wp-background-process.php'),
(1697, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/log-handlers/class-evf-log-handler-file.php', 'wp-content/plugins/everest-forms/includes/log-handlers/class-evf-log-handler-file.php'),
(1698, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/shortcodes/class-evf-shortcode-form.php', 'wp-content/plugins/everest-forms/includes/shortcodes/class-evf-shortcode-form.php'),
(1699, '/home/www/iamctv.com/wp-content/plugins/everest-forms/includes/templates/contact.php', 'wp-content/plugins/everest-forms/includes/templates/contact.php'),
(1700, '/home/www/iamctv.com/wp-content/plugins/everest-forms/languages/everest-forms.pot', 'wp-content/plugins/everest-forms/languages/everest-forms.pot'),
(1701, '/home/www/iamctv.com/wp-content/plugins/everest-forms/license.txt', 'wp-content/plugins/everest-forms/license.txt'),
(1702, '/home/www/iamctv.com/wp-content/plugins/everest-forms/readme.txt', 'wp-content/plugins/everest-forms/readme.txt'),
(1703, '/home/www/iamctv.com/wp-content/plugins/everest-forms/templates/emails/body-default.php', 'wp-content/plugins/everest-forms/templates/emails/body-default.php'),
(1704, '/home/www/iamctv.com/wp-content/plugins/everest-forms/templates/emails/default.php', 'wp-content/plugins/everest-forms/templates/emails/default.php'),
(1705, '/home/www/iamctv.com/wp-content/plugins/everest-forms/templates/emails/field-default.php', 'wp-content/plugins/everest-forms/templates/emails/field-default.php'),
(1706, '/home/www/iamctv.com/wp-content/plugins/everest-forms/templates/emails/footer-default.php', 'wp-content/plugins/everest-forms/templates/emails/footer-default.php'),
(1707, '/home/www/iamctv.com/wp-content/plugins/everest-forms/templates/emails/header-default.php', 'wp-content/plugins/everest-forms/templates/emails/header-default.php'),
(1708, '/home/www/iamctv.com/wp-content/plugins/everest-forms/templates/notices/error.php', 'wp-content/plugins/everest-forms/templates/notices/error.php'),
(1709, '/home/www/iamctv.com/wp-content/plugins/everest-forms/templates/notices/notice.php', 'wp-content/plugins/everest-forms/templates/notices/notice.php'),
(1710, '/home/www/iamctv.com/wp-content/plugins/everest-forms/templates/notices/success.php', 'wp-content/plugins/everest-forms/templates/notices/success.php'),
(1711, '/home/www/iamctv.com/wp-content/plugins/everest-forms/uninstall.php', 'wp-content/plugins/everest-forms/uninstall.php'),
(1712, '/home/www/iamctv.com/wp-content/plugins/everest-forms/wpml-config.xml', 'wp-content/plugins/everest-forms/wpml-config.xml'),
(1713, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/affiliatewp-logo-128x128.png', 'wp-content/plugins/goodbye-captcha/assets/admin/images/affiliatewp-logo-128x128.png'),
(1714, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/country-blocking-128x128.png', 'wp-content/plugins/goodbye-captcha/assets/admin/images/country-blocking-128x128.png'),
(1715, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/favicon.png', 'wp-content/plugins/goodbye-captcha/assets/admin/images/favicon.png'),
(1716, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ad.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ad.gif'),
(1717, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ae.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ae.gif'),
(1718, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/af.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/af.gif'),
(1719, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ag.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ag.gif'),
(1720, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ai.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ai.gif'),
(1721, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/al.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/al.gif'),
(1722, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/am.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/am.gif'),
(1723, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/an.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/an.gif'),
(1724, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ao.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ao.gif'),
(1725, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/aq.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/aq.gif'),
(1726, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ar.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ar.gif'),
(1727, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/as.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/as.gif'),
(1728, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/at.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/at.gif'),
(1729, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/au.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/au.gif'),
(1730, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/aw.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/aw.gif'),
(1731, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ax.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ax.gif'),
(1732, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/az.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/az.gif'),
(1733, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ba.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ba.gif'),
(1734, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/bb.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/bb.gif'),
(1735, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/bd.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/bd.gif'),
(1736, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/be.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/be.gif'),
(1737, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/bf.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/bf.gif'),
(1738, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/bg.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/bg.gif'),
(1739, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/bh.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/bh.gif'),
(1740, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/bi.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/bi.gif'),
(1741, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/bj.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/bj.gif'),
(1742, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/bl.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/bl.gif'),
(1743, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/bm.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/bm.gif'),
(1744, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/bn.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/bn.gif'),
(1745, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/bo.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/bo.gif'),
(1746, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/br.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/br.gif'),
(1747, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/bs.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/bs.gif'),
(1748, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/bt.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/bt.gif'),
(1749, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/bv.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/bv.gif'),
(1750, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/bw.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/bw.gif'),
(1751, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/by.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/by.gif'),
(1752, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/bz.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/bz.gif'),
(1753, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ca.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ca.gif'),
(1754, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/catalonia.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/catalonia.gif'),
(1755, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/cc.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/cc.gif'),
(1756, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/cd.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/cd.gif'),
(1757, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/cf.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/cf.gif'),
(1758, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/cg.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/cg.gif'),
(1759, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ch.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ch.gif'),
(1760, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ci.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ci.gif'),
(1761, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ck.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ck.gif'),
(1762, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/cl.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/cl.gif'),
(1763, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/cm.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/cm.gif'),
(1764, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/cn.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/cn.gif'),
(1765, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/co.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/co.gif'),
(1766, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/cr.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/cr.gif'),
(1767, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/cs.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/cs.gif'),
(1768, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/cu.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/cu.gif'),
(1769, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/cv.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/cv.gif'),
(1770, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/cx.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/cx.gif'),
(1771, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/cy.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/cy.gif'),
(1772, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/cz.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/cz.gif'),
(1773, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/de.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/de.gif'),
(1774, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/dj.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/dj.gif'),
(1775, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/dk.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/dk.gif'),
(1776, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/dm.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/dm.gif'),
(1777, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/do.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/do.gif'),
(1778, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/dz.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/dz.gif'),
(1779, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ec.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ec.gif'),
(1780, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ee.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ee.gif'),
(1781, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/eg.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/eg.gif'),
(1782, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/eh.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/eh.gif'),
(1783, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/england.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/england.gif'),
(1784, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/er.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/er.gif'),
(1785, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/es.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/es.gif'),
(1786, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/et.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/et.gif'),
(1787, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/eu.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/eu.gif'),
(1788, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/fam.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/fam.gif'),
(1789, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/fi.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/fi.gif'),
(1790, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/fj.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/fj.gif'),
(1791, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/fk.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/fk.gif'),
(1792, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/fm.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/fm.gif'),
(1793, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/fo.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/fo.gif'),
(1794, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/fr.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/fr.gif'),
(1795, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ga.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ga.gif'),
(1796, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/gb.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/gb.gif'),
(1797, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/gd.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/gd.gif'),
(1798, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ge.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ge.gif'),
(1799, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/gf.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/gf.gif'),
(1800, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/gg.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/gg.gif'),
(1801, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/gh.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/gh.gif'),
(1802, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/gi.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/gi.gif'),
(1803, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/gl.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/gl.gif'),
(1804, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/gm.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/gm.gif'),
(1805, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/gn.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/gn.gif'),
(1806, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/gp.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/gp.gif'),
(1807, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/gq.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/gq.gif'),
(1808, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/gr.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/gr.gif'),
(1809, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/gs.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/gs.gif'),
(1810, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/gt.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/gt.gif'),
(1811, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/gu.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/gu.gif'),
(1812, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/gw.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/gw.gif'),
(1813, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/gy.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/gy.gif'),
(1814, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/hk.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/hk.gif'),
(1815, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/hm.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/hm.gif'),
(1816, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/hn.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/hn.gif'),
(1817, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/hr.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/hr.gif'),
(1818, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ht.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ht.gif'),
(1819, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/hu.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/hu.gif'),
(1820, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/id.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/id.gif'),
(1821, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ie.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ie.gif'),
(1822, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/il.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/il.gif'),
(1823, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/im.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/im.gif'),
(1824, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/in.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/in.gif'),
(1825, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/io.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/io.gif'),
(1826, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/iq.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/iq.gif'),
(1827, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ir.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ir.gif'),
(1828, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/is.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/is.gif'),
(1829, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/it.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/it.gif'),
(1830, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/je.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/je.gif'),
(1831, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/jm.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/jm.gif'),
(1832, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/jo.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/jo.gif'),
(1833, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/jp.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/jp.gif'),
(1834, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ke.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ke.gif'),
(1835, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/kg.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/kg.gif'),
(1836, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/kh.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/kh.gif'),
(1837, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ki.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ki.gif'),
(1838, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/km.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/km.gif'),
(1839, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/kn.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/kn.gif'),
(1840, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/kp.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/kp.gif'),
(1841, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/kr.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/kr.gif'),
(1842, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/kw.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/kw.gif'),
(1843, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ky.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ky.gif'),
(1844, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/kz.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/kz.gif'),
(1845, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/la.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/la.gif'),
(1846, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/lb.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/lb.gif'),
(1847, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/lc.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/lc.gif'),
(1848, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/li.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/li.gif'),
(1849, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/lk.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/lk.gif'),
(1850, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/lr.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/lr.gif'),
(1851, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ls.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ls.gif'),
(1852, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/lt.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/lt.gif'),
(1853, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/lu.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/lu.gif'),
(1854, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/lv.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/lv.gif'),
(1855, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ly.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ly.gif'),
(1856, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ma.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ma.gif'),
(1857, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/mc.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/mc.gif'),
(1858, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/md.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/md.gif'),
(1859, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/me.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/me.gif'),
(1860, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/mf.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/mf.gif'),
(1861, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/mg.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/mg.gif'),
(1862, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/mh.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/mh.gif'),
(1863, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/mk.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/mk.gif'),
(1864, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ml.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ml.gif'),
(1865, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/mm.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/mm.gif'),
(1866, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/mn.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/mn.gif'),
(1867, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/mo.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/mo.gif'),
(1868, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/mp.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/mp.gif'),
(1869, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/mq.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/mq.gif'),
(1870, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/mr.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/mr.gif'),
(1871, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ms.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ms.gif'),
(1872, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/mt.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/mt.gif'),
(1873, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/mu.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/mu.gif'),
(1874, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/mv.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/mv.gif'),
(1875, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/mw.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/mw.gif'),
(1876, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/mx.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/mx.gif'),
(1877, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/my.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/my.gif'),
(1878, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/mz.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/mz.gif'),
(1879, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/na.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/na.gif'),
(1880, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/nc.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/nc.gif'),
(1881, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ne.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ne.gif'),
(1882, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/nf.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/nf.gif'),
(1883, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ng.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ng.gif'),
(1884, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ni.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ni.gif'),
(1885, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/nl.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/nl.gif'),
(1886, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/no.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/no.gif'),
(1887, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/np.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/np.gif'),
(1888, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/nr.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/nr.gif'),
(1889, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/nu.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/nu.gif'),
(1890, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/nz.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/nz.gif'),
(1891, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/om.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/om.gif'),
(1892, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/pa.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/pa.gif'),
(1893, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/pe.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/pe.gif'),
(1894, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/pf.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/pf.gif'),
(1895, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/pg.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/pg.gif'),
(1896, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ph.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ph.gif'),
(1897, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/pk.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/pk.gif'),
(1898, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/pl.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/pl.gif'),
(1899, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/pm.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/pm.gif'),
(1900, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/pn.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/pn.gif'),
(1901, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/pr.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/pr.gif'),
(1902, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ps.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ps.gif'),
(1903, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/pt.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/pt.gif'),
(1904, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/pw.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/pw.gif'),
(1905, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/py.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/py.gif'),
(1906, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/qa.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/qa.gif'),
(1907, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/re.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/re.gif'),
(1908, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ro.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ro.gif'),
(1909, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/rs.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/rs.gif'),
(1910, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ru.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ru.gif'),
(1911, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/rw.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/rw.gif'),
(1912, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/sa.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/sa.gif'),
(1913, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/sb.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/sb.gif'),
(1914, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/sc.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/sc.gif'),
(1915, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/scotland.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/scotland.gif'),
(1916, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/sd.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/sd.gif'),
(1917, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/se.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/se.gif'),
(1918, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/sg.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/sg.gif'),
(1919, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/sh.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/sh.gif'),
(1920, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/si.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/si.gif'),
(1921, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/sj.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/sj.gif'),
(1922, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/sk.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/sk.gif'),
(1923, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/sl.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/sl.gif'),
(1924, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/sm.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/sm.gif'),
(1925, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/sn.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/sn.gif'),
(1926, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/so.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/so.gif'),
(1927, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/sr.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/sr.gif'),
(1928, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/st.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/st.gif'),
(1929, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/sv.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/sv.gif'),
(1930, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/sy.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/sy.gif'),
(1931, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/sz.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/sz.gif'),
(1932, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/tc.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/tc.gif'),
(1933, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/td.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/td.gif'),
(1934, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/tf.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/tf.gif'),
(1935, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/tg.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/tg.gif'),
(1936, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/th.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/th.gif'),
(1937, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/tj.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/tj.gif'),
(1938, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/tk.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/tk.gif'),
(1939, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/tl.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/tl.gif'),
(1940, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/tm.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/tm.gif'),
(1941, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/tn.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/tn.gif'),
(1942, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/to.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/to.gif'),
(1943, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/tr.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/tr.gif'),
(1944, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/tt.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/tt.gif'),
(1945, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/tv.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/tv.gif'),
(1946, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/tw.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/tw.gif'),
(1947, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/tz.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/tz.gif'),
(1948, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ua.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ua.gif'),
(1949, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ug.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ug.gif'),
(1950, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/um.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/um.gif'),
(1951, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/us.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/us.gif'),
(1952, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/uy.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/uy.gif'),
(1953, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/uz.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/uz.gif'),
(1954, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/va.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/va.gif'),
(1955, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/vc.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/vc.gif'),
(1956, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ve.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ve.gif'),
(1957, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/vg.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/vg.gif'),
(1958, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/vi.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/vi.gif'),
(1959, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/vn.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/vn.gif'),
(1960, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/vu.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/vu.gif'),
(1961, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/wales.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/wales.gif'),
(1962, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/wf.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/wf.gif'),
(1963, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ws.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ws.gif'),
(1964, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ye.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/ye.gif'),
(1965, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/yt.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/yt.gif'),
(1966, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/za.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/za.gif'),
(1967, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/zm.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/zm.gif'),
(1968, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/flags/zw.gif', 'wp-content/plugins/goodbye-captcha/assets/admin/images/flags/zw.gif'),
(1969, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/fscf-logo-128x128.png', 'wp-content/plugins/goodbye-captcha/assets/admin/images/fscf-logo-128x128.png'),
(1970, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/gdbc-favicon.png', 'wp-content/plugins/goodbye-captcha/assets/admin/images/gdbc-favicon.png'),
(1971, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/gdbc-logo.png', 'wp-content/plugins/goodbye-captcha/assets/admin/images/gdbc-logo.png'),
(1972, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/gravity-forms-logo-128x128.png', 'wp-content/plugins/goodbye-captcha/assets/admin/images/gravity-forms-logo-128x128.png'),
(1973, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/memberpress-logo-128x128.png', 'wp-content/plugins/goodbye-captcha/assets/admin/images/memberpress-logo-128x128.png'),
(1974, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/ninja-forms-logo-128x128.png', 'wp-content/plugins/goodbye-captcha/assets/admin/images/ninja-forms-logo-128x128.png'),
(1975, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/quform-logo-128x128.png', 'wp-content/plugins/goodbye-captcha/assets/admin/images/quform-logo-128x128.png'),
(1976, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/upme-logo-128x128.png', 'wp-content/plugins/goodbye-captcha/assets/admin/images/upme-logo-128x128.png'),
(1977, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/userpro-logo-128x128.png', 'wp-content/plugins/goodbye-captcha/assets/admin/images/userpro-logo-128x128.png'),
(1978, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/images/wpbr-logo.png', 'wp-content/plugins/goodbye-captcha/assets/admin/images/wpbr-logo.png'),
(1979, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/scripts/bootstrap.min.js', 'wp-content/plugins/goodbye-captcha/assets/admin/scripts/bootstrap.min.js'),
(1980, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/scripts/easy-pie-chart.js', 'wp-content/plugins/goodbye-captcha/assets/admin/scripts/easy-pie-chart.js'),
(1981, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/scripts/gdbc-admin.js', 'wp-content/plugins/goodbye-captcha/assets/admin/scripts/gdbc-admin.js'),
(1982, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/scripts/gdbc-reports.js', 'wp-content/plugins/goodbye-captcha/assets/admin/scripts/gdbc-reports.js'),
(1983, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/scripts/jquery-flot-tooltip.js', 'wp-content/plugins/goodbye-captcha/assets/admin/scripts/jquery-flot-tooltip.js'),
(1984, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/scripts/jquery-flot.js', 'wp-content/plugins/goodbye-captcha/assets/admin/scripts/jquery-flot.js'),
(1985, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/scripts/jquery-jvectormap-1.2.2.min.js', 'wp-content/plugins/goodbye-captcha/assets/admin/scripts/jquery-jvectormap-1.2.2.min.js'),
(1986, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/scripts/jquery-jvectormap-world-mill-en.js', 'wp-content/plugins/goodbye-captcha/assets/admin/scripts/jquery-jvectormap-world-mill-en.js');
INSERT INTO `iamc_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(1987, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/scripts/morris.js', 'wp-content/plugins/goodbye-captcha/assets/admin/scripts/morris.js'),
(1988, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/scripts/multiselect.min.js', 'wp-content/plugins/goodbye-captcha/assets/admin/scripts/multiselect.min.js'),
(1989, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/scripts/raphael.js', 'wp-content/plugins/goodbye-captcha/assets/admin/scripts/raphael.js'),
(1990, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/styles/bootstrap.css', 'wp-content/plugins/goodbye-captcha/assets/admin/styles/bootstrap.css'),
(1991, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/styles/fonts/glyphicons-halflings-regular.eot', 'wp-content/plugins/goodbye-captcha/assets/admin/styles/fonts/glyphicons-halflings-regular.eot'),
(1992, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/styles/fonts/glyphicons-halflings-regular.svg', 'wp-content/plugins/goodbye-captcha/assets/admin/styles/fonts/glyphicons-halflings-regular.svg'),
(1993, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/styles/fonts/glyphicons-halflings-regular.ttf', 'wp-content/plugins/goodbye-captcha/assets/admin/styles/fonts/glyphicons-halflings-regular.ttf'),
(1994, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/styles/fonts/glyphicons-halflings-regular.woff', 'wp-content/plugins/goodbye-captcha/assets/admin/styles/fonts/glyphicons-halflings-regular.woff'),
(1995, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/styles/gdbc-admin.css', 'wp-content/plugins/goodbye-captcha/assets/admin/styles/gdbc-admin.css'),
(1996, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/admin/styles/morris.css', 'wp-content/plugins/goodbye-captcha/assets/admin/styles/morris.css'),
(1997, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/public/scripts/gdbc-client-new.js.php', 'wp-content/plugins/goodbye-captcha/assets/public/scripts/gdbc-client-new.js.php'),
(1998, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/public/scripts/gdbc-client.js.php', 'wp-content/plugins/goodbye-captcha/assets/public/scripts/gdbc-client.js.php'),
(1999, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/public/scripts/gdbc-public.js', 'wp-content/plugins/goodbye-captcha/assets/public/scripts/gdbc-public.js'),
(2000, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/public/scripts/gdbc-refresh-tokens.js', 'wp-content/plugins/goodbye-captcha/assets/public/scripts/gdbc-refresh-tokens.js'),
(2001, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/assets/public/scripts/index.php', 'wp-content/plugins/goodbye-captcha/assets/public/scripts/index.php'),
(2002, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/GdbcAjaxController.php', 'wp-content/plugins/goodbye-captcha/engine/GdbcAjaxController.php'),
(2003, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/GdbcBruteGuardian.php', 'wp-content/plugins/goodbye-captcha/engine/GdbcBruteGuardian.php'),
(2004, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/GdbcIPUtils.php', 'wp-content/plugins/goodbye-captcha/engine/GdbcIPUtils.php'),
(2005, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/GdbcModulesController.php', 'wp-content/plugins/goodbye-captcha/engine/GdbcModulesController.php'),
(2006, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/GdbcNotificationsController.php', 'wp-content/plugins/goodbye-captcha/engine/GdbcNotificationsController.php'),
(2007, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/GdbcRequestController.php', 'wp-content/plugins/goodbye-captcha/engine/GdbcRequestController.php'),
(2008, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/GdbcTaskScheduler.php', 'wp-content/plugins/goodbye-captcha/engine/GdbcTaskScheduler.php'),
(2009, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/GdbcUpdatesController.php', 'wp-content/plugins/goodbye-captcha/engine/GdbcUpdatesController.php'),
(2010, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/GoodByeCaptchaAdmin.php', 'wp-content/plugins/goodbye-captcha/engine/GoodByeCaptchaAdmin.php'),
(2011, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/GoodByeCaptchaPublic.php', 'wp-content/plugins/goodbye-captcha/engine/GoodByeCaptchaPublic.php'),
(2012, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/GoodByeCaptchaUtils.php', 'wp-content/plugins/goodbye-captcha/engine/GoodByeCaptchaUtils.php'),
(2013, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/admin/GdbcAdminNotice.php', 'wp-content/plugins/goodbye-captcha/engine/admin/GdbcAdminNotice.php'),
(2014, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/admin/pages/GdbcBaseAdminPage.php', 'wp-content/plugins/goodbye-captcha/engine/admin/pages/GdbcBaseAdminPage.php'),
(2015, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/admin/pages/GdbcContactFormsAdminPage.php', 'wp-content/plugins/goodbye-captcha/engine/admin/pages/GdbcContactFormsAdminPage.php'),
(2016, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/admin/pages/GdbcECommerceAdminPage.php', 'wp-content/plugins/goodbye-captcha/engine/admin/pages/GdbcECommerceAdminPage.php'),
(2017, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/admin/pages/GdbcExtensionsAdminPage.php', 'wp-content/plugins/goodbye-captcha/engine/admin/pages/GdbcExtensionsAdminPage.php'),
(2018, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/admin/pages/GdbcLicensesAdminPage.php', 'wp-content/plugins/goodbye-captcha/engine/admin/pages/GdbcLicensesAdminPage.php'),
(2019, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/admin/pages/GdbcMembershipAdminPage.php', 'wp-content/plugins/goodbye-captcha/engine/admin/pages/GdbcMembershipAdminPage.php'),
(2020, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/admin/pages/GdbcNotificationsAdminPage.php', 'wp-content/plugins/goodbye-captcha/engine/admin/pages/GdbcNotificationsAdminPage.php'),
(2021, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/admin/pages/GdbcOthersAdminPage.php', 'wp-content/plugins/goodbye-captcha/engine/admin/pages/GdbcOthersAdminPage.php'),
(2022, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/admin/pages/GdbcReportsAdminPage.php', 'wp-content/plugins/goodbye-captcha/engine/admin/pages/GdbcReportsAdminPage.php'),
(2023, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/admin/pages/GdbcSecurityAdminPage.php', 'wp-content/plugins/goodbye-captcha/engine/admin/pages/GdbcSecurityAdminPage.php'),
(2024, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/admin/pages/GdbcSettingsAdminPage.php', 'wp-content/plugins/goodbye-captcha/engine/admin/pages/GdbcSettingsAdminPage.php'),
(2025, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/admin/pages/GdbcWelcomeAdminPage.php', 'wp-content/plugins/goodbye-captcha/engine/admin/pages/GdbcWelcomeAdminPage.php'),
(2026, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/admin/pages/GdbcWordpressAdminPage.php', 'wp-content/plugins/goodbye-captcha/engine/admin/pages/GdbcWordpressAdminPage.php'),
(2027, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/admin/pages/templates/extensions-page.php', 'wp-content/plugins/goodbye-captcha/engine/admin/pages/templates/extensions-page.php'),
(2028, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/admin/pages/templates/welcome-page.html', 'wp-content/plugins/goodbye-captcha/engine/admin/pages/templates/welcome-page.html'),
(2029, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/db-access/GdbcDbAccessController.php', 'wp-content/plugins/goodbye-captcha/engine/db-access/GdbcDbAccessController.php'),
(2030, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/entities/GdbcAttemptEntity.php', 'wp-content/plugins/goodbye-captcha/engine/entities/GdbcAttemptEntity.php'),
(2031, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/GdbcBaseAdminModule.php', 'wp-content/plugins/goodbye-captcha/engine/modules/GdbcBaseAdminModule.php'),
(2032, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/GdbcBasePublicModule.php', 'wp-content/plugins/goodbye-captcha/engine/modules/GdbcBasePublicModule.php'),
(2033, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/black-listed-ips/GdbcBlackListedIpsAdminModule.php', 'wp-content/plugins/goodbye-captcha/engine/modules/black-listed-ips/GdbcBlackListedIpsAdminModule.php'),
(2034, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/black-listed-ips/GdbcBlackListedIpsPublicModule.php', 'wp-content/plugins/goodbye-captcha/engine/modules/black-listed-ips/GdbcBlackListedIpsPublicModule.php'),
(2035, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/black-listed-ips/partials/admin-settings.php', 'wp-content/plugins/goodbye-captcha/engine/modules/black-listed-ips/partials/admin-settings.php'),
(2036, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/brute-force/GdbcBruteForceAdminModule.php', 'wp-content/plugins/goodbye-captcha/engine/modules/brute-force/GdbcBruteForceAdminModule.php'),
(2037, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/brute-force/GdbcBruteForcePublicModule.php', 'wp-content/plugins/goodbye-captcha/engine/modules/brute-force/GdbcBruteForcePublicModule.php'),
(2038, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/email-notifications/GdbcEmailNotificationsAdminModule.php', 'wp-content/plugins/goodbye-captcha/engine/modules/email-notifications/GdbcEmailNotificationsAdminModule.php'),
(2039, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/email-notifications/GdbcEmailNotificationsPublicModule.php', 'wp-content/plugins/goodbye-captcha/engine/modules/email-notifications/GdbcEmailNotificationsPublicModule.php'),
(2040, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/email-notifications/templates/notification-admin-logged-in.php', 'wp-content/plugins/goodbye-captcha/engine/modules/email-notifications/templates/notification-admin-logged-in.php'),
(2041, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/email-notifications/templates/notification-base-layout.html', 'wp-content/plugins/goodbye-captcha/engine/modules/email-notifications/templates/notification-base-layout.html'),
(2042, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/email-notifications/templates/notification-brute-force-attack.php', 'wp-content/plugins/goodbye-captcha/engine/modules/email-notifications/templates/notification-brute-force-attack.php'),
(2043, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/email-notifications/templates/notification-test-mode.php', 'wp-content/plugins/goodbye-captcha/engine/modules/email-notifications/templates/notification-test-mode.php'),
(2044, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/html-forms/GdbcHtmlFormsAdminModule.php', 'wp-content/plugins/goodbye-captcha/engine/modules/html-forms/GdbcHtmlFormsAdminModule.php'),
(2045, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/html-forms/GdbcHtmlFormsPublicModule.php', 'wp-content/plugins/goodbye-captcha/engine/modules/html-forms/GdbcHtmlFormsPublicModule.php'),
(2046, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/jetpack-contact-form/GdbcJetPackContactFormAdminModule.php', 'wp-content/plugins/goodbye-captcha/engine/modules/jetpack-contact-form/GdbcJetPackContactFormAdminModule.php'),
(2047, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/jetpack-contact-form/GdbcJetPackContactFormPublicModule.php', 'wp-content/plugins/goodbye-captcha/engine/modules/jetpack-contact-form/GdbcJetPackContactFormPublicModule.php'),
(2048, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/licenses/GdbcLicensesAdminModule.php', 'wp-content/plugins/goodbye-captcha/engine/modules/licenses/GdbcLicensesAdminModule.php'),
(2049, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/licenses/GdbcLicensesPublicModule.php', 'wp-content/plugins/goodbye-captcha/engine/modules/licenses/GdbcLicensesPublicModule.php'),
(2050, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/mc-for-wp/GdbcMailChimpForWpAdminModule.php', 'wp-content/plugins/goodbye-captcha/engine/modules/mc-for-wp/GdbcMailChimpForWpAdminModule.php'),
(2051, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/mc-for-wp/GdbcMailChimpForWpPublicModule.php', 'wp-content/plugins/goodbye-captcha/engine/modules/mc-for-wp/GdbcMailChimpForWpPublicModule.php'),
(2052, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/planso-forms/GdbcPlanSoFormsAdminModule.php', 'wp-content/plugins/goodbye-captcha/engine/modules/planso-forms/GdbcPlanSoFormsAdminModule.php'),
(2053, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/planso-forms/GdbcPlanSoFormsPublicModule.php', 'wp-content/plugins/goodbye-captcha/engine/modules/planso-forms/GdbcPlanSoFormsPublicModule.php'),
(2054, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/proxy-headers/GdbcProxyHeadersAdminModule.php', 'wp-content/plugins/goodbye-captcha/engine/modules/proxy-headers/GdbcProxyHeadersAdminModule.php'),
(2055, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/proxy-headers/GdbcProxyHeadersPublicModule.php', 'wp-content/plugins/goodbye-captcha/engine/modules/proxy-headers/GdbcProxyHeadersPublicModule.php'),
(2056, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/proxy-headers/partials/admin-settings.php', 'wp-content/plugins/goodbye-captcha/engine/modules/proxy-headers/partials/admin-settings.php'),
(2057, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/reports/GdbcReportsAdminModule.php', 'wp-content/plugins/goodbye-captcha/engine/modules/reports/GdbcReportsAdminModule.php'),
(2058, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/reports/GdbcReportsPublicModule.php', 'wp-content/plugins/goodbye-captcha/engine/modules/reports/GdbcReportsPublicModule.php'),
(2059, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/reports/partials/blocked-content-table.php', 'wp-content/plugins/goodbye-captcha/engine/modules/reports/partials/blocked-content-table.php'),
(2060, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/reports/partials/latest-attempts-locations.php', 'wp-content/plugins/goodbye-captcha/engine/modules/reports/partials/latest-attempts-locations.php'),
(2061, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/reports/partials/latest-attempts-table.php', 'wp-content/plugins/goodbye-captcha/engine/modules/reports/partials/latest-attempts-table.php'),
(2062, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/reports/partials/modal-dialog.php', 'wp-content/plugins/goodbye-captcha/engine/modules/reports/partials/modal-dialog.php'),
(2063, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/reports/partials/module-table.php', 'wp-content/plugins/goodbye-captcha/engine/modules/reports/partials/module-table.php'),
(2064, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/reports/partials/percentage-chart.php', 'wp-content/plugins/goodbye-captcha/engine/modules/reports/partials/percentage-chart.php'),
(2065, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/reports/partials/reports-details.php', 'wp-content/plugins/goodbye-captcha/engine/modules/reports/partials/reports-details.php'),
(2066, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/reports/partials/reports-stats.php', 'wp-content/plugins/goodbye-captcha/engine/modules/reports/partials/reports-stats.php'),
(2067, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/seamless-donations/GdbcSeamlessDonationsAdminModule.php', 'wp-content/plugins/goodbye-captcha/engine/modules/seamless-donations/GdbcSeamlessDonationsAdminModule.php'),
(2068, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/seamless-donations/GdbcSeamlessDonationsPublicModule.php', 'wp-content/plugins/goodbye-captcha/engine/modules/seamless-donations/GdbcSeamlessDonationsPublicModule.php'),
(2069, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/settings/GdbcSettingsAdminModule.php', 'wp-content/plugins/goodbye-captcha/engine/modules/settings/GdbcSettingsAdminModule.php'),
(2070, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/settings/GdbcSettingsPublicModule.php', 'wp-content/plugins/goodbye-captcha/engine/modules/settings/GdbcSettingsPublicModule.php'),
(2071, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/ultimate-member/GdbcUltimateMemberAdminModule.php', 'wp-content/plugins/goodbye-captcha/engine/modules/ultimate-member/GdbcUltimateMemberAdminModule.php'),
(2072, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/ultimate-member/GdbcUltimateMemberPublicModule.php', 'wp-content/plugins/goodbye-captcha/engine/modules/ultimate-member/GdbcUltimateMemberPublicModule.php'),
(2073, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/ultra-community/GdbcUltraCommunityAdminModule.php', 'wp-content/plugins/goodbye-captcha/engine/modules/ultra-community/GdbcUltraCommunityAdminModule.php'),
(2074, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/ultra-community/GdbcUltraCommunityPublicModule.php', 'wp-content/plugins/goodbye-captcha/engine/modules/ultra-community/GdbcUltraCommunityPublicModule.php'),
(2075, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/white-listed-ips/GdbcWhiteListedIpsAdminModule.php', 'wp-content/plugins/goodbye-captcha/engine/modules/white-listed-ips/GdbcWhiteListedIpsAdminModule.php'),
(2076, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/white-listed-ips/GdbcWhiteListedIpsPublicModule.php', 'wp-content/plugins/goodbye-captcha/engine/modules/white-listed-ips/GdbcWhiteListedIpsPublicModule.php'),
(2077, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/white-listed-ips/partials/admin-settings.php', 'wp-content/plugins/goodbye-captcha/engine/modules/white-listed-ips/partials/admin-settings.php'),
(2078, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/wordpress/GdbcWordPressAdminModule.php', 'wp-content/plugins/goodbye-captcha/engine/modules/wordpress/GdbcWordPressAdminModule.php'),
(2079, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/wordpress/GdbcWordPressPublicModule.php', 'wp-content/plugins/goodbye-captcha/engine/modules/wordpress/GdbcWordPressPublicModule.php'),
(2080, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/wordpress-tweaks/GdbcWordPressTweaksAdminModule.php', 'wp-content/plugins/goodbye-captcha/engine/modules/wordpress-tweaks/GdbcWordPressTweaksAdminModule.php'),
(2081, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/wordpress-tweaks/GdbcWordPressTweaksPublicModule.php', 'wp-content/plugins/goodbye-captcha/engine/modules/wordpress-tweaks/GdbcWordPressTweaksPublicModule.php'),
(2082, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/wp-members/GdbcWPMembersAdminModule.php', 'wp-content/plugins/goodbye-captcha/engine/modules/wp-members/GdbcWPMembersAdminModule.php'),
(2083, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/wp-members/GdbcWPMembersPublicModule.php', 'wp-content/plugins/goodbye-captcha/engine/modules/wp-members/GdbcWPMembersPublicModule.php'),
(2084, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/zm-ajax-login-register/GdbcZmAlrAdminModule.php', 'wp-content/plugins/goodbye-captcha/engine/modules/zm-ajax-login-register/GdbcZmAlrAdminModule.php'),
(2085, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/modules/zm-ajax-login-register/GdbcZmAlrPublicModule.php', 'wp-content/plugins/goodbye-captcha/engine/modules/zm-ajax-login-register/GdbcZmAlrPublicModule.php'),
(2086, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/tasks/GdbcCheckAttemptsTask.php', 'wp-content/plugins/goodbye-captcha/engine/tasks/GdbcCheckAttemptsTask.php'),
(2087, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/engine/tasks/GdbcLogsCleanerTask.php', 'wp-content/plugins/goodbye-captcha/engine/tasks/GdbcLogsCleanerTask.php'),
(2088, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/goodbye-captcha.php', 'wp-content/plugins/goodbye-captcha/goodbye-captcha.php'),
(2089, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/MchGdbcLibAutoloader.php', 'wp-content/plugins/goodbye-captcha/includes/MchGdbcLibAutoloader.php'),
(2090, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/modules/MchGdbcBaseAdminModule.php', 'wp-content/plugins/goodbye-captcha/includes/modules/MchGdbcBaseAdminModule.php'),
(2091, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/modules/MchGdbcBaseModule.php', 'wp-content/plugins/goodbye-captcha/includes/modules/MchGdbcBaseModule.php'),
(2092, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/modules/MchGdbcBasePublicModule.php', 'wp-content/plugins/goodbye-captcha/includes/modules/MchGdbcBasePublicModule.php'),
(2093, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/modules/MchGdbcGroupedModules.php', 'wp-content/plugins/goodbye-captcha/includes/modules/MchGdbcGroupedModules.php'),
(2094, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/modules/MchGdbcModulesController.php', 'wp-content/plugins/goodbye-captcha/includes/modules/MchGdbcModulesController.php'),
(2095, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/notices/MchGdbcAdminNotice.php', 'wp-content/plugins/goodbye-captcha/includes/notices/MchGdbcAdminNotice.php'),
(2096, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/plugin/MchGdbcBaseAdminPage.php', 'wp-content/plugins/goodbye-captcha/includes/plugin/MchGdbcBaseAdminPage.php'),
(2097, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/plugin/MchGdbcBaseAdminPlugin.php', 'wp-content/plugins/goodbye-captcha/includes/plugin/MchGdbcBaseAdminPlugin.php'),
(2098, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/plugin/MchGdbcBasePlugin.php', 'wp-content/plugins/goodbye-captcha/includes/plugin/MchGdbcBasePlugin.php'),
(2099, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/plugin/MchGdbcBasePublicPlugin.php', 'wp-content/plugins/goodbye-captcha/includes/plugin/MchGdbcBasePublicPlugin.php'),
(2100, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/plugin/MchGdbcPluginUpdater.php', 'wp-content/plugins/goodbye-captcha/includes/plugin/MchGdbcPluginUpdater.php'),
(2101, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/task-scheduler/MchGdbcWpTask.php', 'wp-content/plugins/goodbye-captcha/includes/task-scheduler/MchGdbcWpTask.php'),
(2102, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/task-scheduler/MchGdbcWpTaskScheduler.php', 'wp-content/plugins/goodbye-captcha/includes/task-scheduler/MchGdbcWpTaskScheduler.php'),
(2103, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/utils/MchGdbcHtmlUtils.php', 'wp-content/plugins/goodbye-captcha/includes/utils/MchGdbcHtmlUtils.php'),
(2104, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/utils/MchGdbcIPUtils.php', 'wp-content/plugins/goodbye-captcha/includes/utils/MchGdbcIPUtils.php'),
(2105, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/utils/MchGdbcUtils.php', 'wp-content/plugins/goodbye-captcha/includes/utils/MchGdbcUtils.php'),
(2106, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/utils/MchGdbcWpUtils.php', 'wp-content/plugins/goodbye-captcha/includes/utils/MchGdbcWpUtils.php'),
(2107, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCache/MchGdbcCache.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCache/MchGdbcCache.php'),
(2108, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCache/Storage/MchGdbcCacheAPCStorage.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCache/Storage/MchGdbcCacheAPCStorage.php'),
(2109, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCache/Storage/MchGdbcCacheAPCUStorage.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCache/Storage/MchGdbcCacheAPCUStorage.php'),
(2110, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCache/Storage/MchGdbcCacheBaseStorage.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCache/Storage/MchGdbcCacheBaseStorage.php'),
(2111, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCache/Storage/MchGdbcCacheFileStorage.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCache/Storage/MchGdbcCacheFileStorage.php'),
(2112, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCache/Storage/MchGdbcCacheMemcacheStorage.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCache/Storage/MchGdbcCacheMemcacheStorage.php'),
(2113, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCache/Storage/MchGdbcCacheMemcachedStorage.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCache/Storage/MchGdbcCacheMemcachedStorage.php'),
(2114, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCache/Storage/MchGdbcCacheXCacheStorage.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCache/Storage/MchGdbcCacheXCacheStorage.php'),
(2115, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCache/Storage/MchGdbcCacheZendDiskStorage.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCache/Storage/MchGdbcCacheZendDiskStorage.php'),
(2116, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCache/Storage/MchGdbcCacheZendMemoryStorage.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCache/Storage/MchGdbcCacheZendMemoryStorage.php'),
(2117, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCache/Storage/MchGdbcWordPressTransientsStorage.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCache/Storage/MchGdbcWordPressTransientsStorage.php'),
(2118, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/Core/Crypter.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/Core/Crypter.php'),
(2119, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/Core/Generator.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/Core/Generator.php'),
(2120, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/MchCrypt.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/MchCrypt.php'),
(2121, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/Cipher.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/Cipher.php'),
(2122, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/Core.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/Core.php'),
(2123, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/Includes.inc.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/Includes.inc.php'),
(2124, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/Mode.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/Mode.php'),
(2125, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/Padding.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/Padding.php'),
(2126, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/README.md', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/README.md'),
(2127, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/ciphers/3DES.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/ciphers/3DES.php'),
(2128, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/ciphers/3Way.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/ciphers/3Way.php'),
(2129, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/ciphers/AES128.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/ciphers/AES128.php'),
(2130, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/ciphers/AES192.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/ciphers/AES192.php'),
(2131, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/ciphers/AES256.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/ciphers/AES256.php'),
(2132, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/ciphers/ARC4.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/ciphers/ARC4.php'),
(2133, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/ciphers/Blowfish.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/ciphers/Blowfish.php'),
(2134, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/ciphers/CAST128.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/ciphers/CAST128.php'),
(2135, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/ciphers/CAST256.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/ciphers/CAST256.php'),
(2136, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/ciphers/DES.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/ciphers/DES.php'),
(2137, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/ciphers/Enigma.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/ciphers/Enigma.php'),
(2138, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/ciphers/RC2.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/ciphers/RC2.php'),
(2139, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/ciphers/Rijndael.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/ciphers/Rijndael.php'),
(2140, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/ciphers/Rijndael128.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/ciphers/Rijndael128.php'),
(2141, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/ciphers/Rijndael192.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/ciphers/Rijndael192.php'),
(2142, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/ciphers/Rijndael256.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/ciphers/Rijndael256.php'),
(2143, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/ciphers/SimpleXOR.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/ciphers/SimpleXOR.php'),
(2144, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/ciphers/Skipjack.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/ciphers/Skipjack.php'),
(2145, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/ciphers/Vigenere.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/ciphers/Vigenere.php'),
(2146, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/licenses/ECCN_5D002.txt', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/licenses/ECCN_5D002.txt'),
(2147, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/licenses/GPL.txt', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/licenses/GPL.txt'),
(2148, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/modes/CBC.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/modes/CBC.php'),
(2149, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/modes/CFB.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/modes/CFB.php'),
(2150, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/modes/CTR.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/modes/CTR.php'),
(2151, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/modes/ECB.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/modes/ECB.php'),
(2152, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/modes/NCFB.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/modes/NCFB.php'),
(2153, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/modes/NOFB.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/modes/NOFB.php'),
(2154, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/modes/OFB.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/modes/OFB.php'),
(2155, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/modes/PCBC.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/modes/PCBC.php'),
(2156, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/modes/Raw.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/modes/Raw.php'),
(2157, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/modes/Stream.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/modes/Stream.php'),
(2158, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/phpCrypt.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpCrypt/phpCrypt.php'),
(2159, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpSecLib-0.3.10/Math/BigInteger.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpSecLib-0.3.10/Math/BigInteger.php'),
(2160, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpSecLib-0.3.10/openssl.cnf', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchCrypt/PhpSecLib-0.3.10/openssl.cnf'),
(2161, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/MchGdbcHttpRequest.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/MchGdbcHttpRequest.php'),
(2162, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/MchGdbcIpCountryLocator.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/MchGdbcIpCountryLocator.php'),
(2163, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/MchGdbcTrustedIPRanges.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/MchGdbcTrustedIPRanges.php'),
(2164, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/MchGdbcUnTrustedIPRanges.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/MchGdbcUnTrustedIPRanges.php'),
(2165, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-0.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-0.php'),
(2166, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-1.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-1.php'),
(2167, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-10.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-10.php'),
(2168, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-11.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-11.php'),
(2169, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-12.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-12.php'),
(2170, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-13.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-13.php'),
(2171, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-14.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-14.php'),
(2172, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-15.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-15.php'),
(2173, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-16.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-16.php'),
(2174, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-17.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-17.php'),
(2175, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-18.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-18.php'),
(2176, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-19.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-19.php'),
(2177, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-2.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-2.php'),
(2178, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-20.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-20.php'),
(2179, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-21.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-21.php'),
(2180, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-22.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-22.php'),
(2181, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-23.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-23.php'),
(2182, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-24.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-24.php'),
(2183, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-25.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-25.php'),
(2184, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-26.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-26.php'),
(2185, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-27.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-27.php'),
(2186, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-28.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-28.php'),
(2187, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-29.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-29.php'),
(2188, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-3.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-3.php'),
(2189, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-30.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-30.php'),
(2190, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-31.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-31.php'),
(2191, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-32.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-32.php'),
(2192, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-33.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-33.php'),
(2193, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-34.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-34.php'),
(2194, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-35.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-35.php'),
(2195, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-36.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-36.php'),
(2196, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-37.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-37.php'),
(2197, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-38.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-38.php'),
(2198, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-39.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-39.php'),
(2199, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-4.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-4.php'),
(2200, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-40.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-40.php'),
(2201, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-41.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-41.php'),
(2202, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-42.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-42.php'),
(2203, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-5.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-5.php'),
(2204, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-6.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-6.php'),
(2205, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-7.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-7.php'),
(2206, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-8.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-8.php'),
(2207, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-9.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-9.php'),
(2208, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-0.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-0.php'),
(2209, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-1.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-1.php'),
(2210, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-10.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-10.php'),
(2211, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-100.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-100.php'),
(2212, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-101.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-101.php'),
(2213, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-102.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-102.php'),
(2214, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-103.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-103.php'),
(2215, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-104.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-104.php'),
(2216, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-105.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-105.php'),
(2217, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-106.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-106.php'),
(2218, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-107.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-107.php'),
(2219, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-108.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-108.php'),
(2220, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-109.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-109.php'),
(2221, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-11.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-11.php'),
(2222, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-110.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-110.php'),
(2223, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-111.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-111.php'),
(2224, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-112.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-112.php'),
(2225, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-113.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-113.php');
INSERT INTO `iamc_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(2226, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-114.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-114.php'),
(2227, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-115.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-115.php'),
(2228, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-116.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-116.php'),
(2229, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-117.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-117.php'),
(2230, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-118.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-118.php'),
(2231, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-119.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-119.php'),
(2232, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-12.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-12.php'),
(2233, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-120.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-120.php'),
(2234, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-121.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-121.php'),
(2235, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-122.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-122.php'),
(2236, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-123.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-123.php'),
(2237, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-124.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-124.php'),
(2238, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-125.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-125.php'),
(2239, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-126.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-126.php'),
(2240, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-127.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-127.php'),
(2241, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-128.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-128.php'),
(2242, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-13.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-13.php'),
(2243, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-14.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-14.php'),
(2244, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-15.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-15.php'),
(2245, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-16.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-16.php'),
(2246, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-17.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-17.php'),
(2247, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-18.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-18.php'),
(2248, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-19.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-19.php'),
(2249, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-2.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-2.php'),
(2250, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-20.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-20.php'),
(2251, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-21.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-21.php'),
(2252, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-22.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-22.php'),
(2253, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-23.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-23.php'),
(2254, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-24.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-24.php'),
(2255, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-25.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-25.php'),
(2256, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-26.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-26.php'),
(2257, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-27.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-27.php'),
(2258, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-28.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-28.php'),
(2259, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-29.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-29.php'),
(2260, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-3.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-3.php'),
(2261, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-30.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-30.php'),
(2262, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-31.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-31.php'),
(2263, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-32.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-32.php'),
(2264, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-33.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-33.php'),
(2265, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-34.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-34.php'),
(2266, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-35.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-35.php'),
(2267, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-36.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-36.php'),
(2268, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-37.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-37.php'),
(2269, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-38.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-38.php'),
(2270, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-39.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-39.php'),
(2271, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-4.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-4.php'),
(2272, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-40.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-40.php'),
(2273, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-41.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-41.php'),
(2274, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-42.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-42.php'),
(2275, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-43.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-43.php'),
(2276, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-44.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-44.php'),
(2277, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-45.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-45.php'),
(2278, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-46.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-46.php'),
(2279, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-47.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-47.php'),
(2280, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-48.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-48.php'),
(2281, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-49.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-49.php'),
(2282, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-5.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-5.php'),
(2283, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-50.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-50.php'),
(2284, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-51.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-51.php'),
(2285, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-52.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-52.php'),
(2286, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-53.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-53.php'),
(2287, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-54.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-54.php'),
(2288, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-55.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-55.php'),
(2289, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-56.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-56.php'),
(2290, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-57.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-57.php'),
(2291, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-58.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-58.php'),
(2292, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-59.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-59.php'),
(2293, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-6.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-6.php'),
(2294, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-60.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-60.php'),
(2295, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-61.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-61.php'),
(2296, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-62.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-62.php'),
(2297, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-63.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-63.php'),
(2298, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-64.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-64.php'),
(2299, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-65.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-65.php'),
(2300, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-66.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-66.php'),
(2301, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-67.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-67.php'),
(2302, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-68.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-68.php'),
(2303, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-69.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-69.php'),
(2304, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-7.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-7.php'),
(2305, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-70.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-70.php'),
(2306, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-71.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-71.php'),
(2307, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-72.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-72.php'),
(2308, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-73.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-73.php'),
(2309, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-74.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-74.php'),
(2310, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-75.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-75.php'),
(2311, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-76.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-76.php'),
(2312, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-77.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-77.php'),
(2313, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-78.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-78.php'),
(2314, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-79.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-79.php'),
(2315, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-8.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-8.php'),
(2316, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-80.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-80.php'),
(2317, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-81.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-81.php'),
(2318, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-82.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-82.php'),
(2319, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-83.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-83.php'),
(2320, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-84.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-84.php'),
(2321, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-85.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-85.php'),
(2322, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-86.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-86.php'),
(2323, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-87.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-87.php'),
(2324, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-88.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-88.php'),
(2325, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-89.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-89.php'),
(2326, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-9.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-9.php'),
(2327, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-90.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-90.php'),
(2328, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-91.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-91.php'),
(2329, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-92.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-92.php'),
(2330, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-93.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-93.php'),
(2331, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-94.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-94.php'),
(2332, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-95.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-95.php'),
(2333, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-96.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-96.php'),
(2334, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-97.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-97.php'),
(2335, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-98.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-98.php'),
(2336, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-99.php', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/bad-ip-lists/attackers-ips-99.php'),
(2337, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/country-ips/ipv4/country-ipv4-0.dat', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/country-ips/ipv4/country-ipv4-0.dat'),
(2338, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/country-ips/ipv4/country-ipv4-1.dat', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/country-ips/ipv4/country-ipv4-1.dat'),
(2339, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/country-ips/ipv4/country-ipv4-2.dat', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/country-ips/ipv4/country-ipv4-2.dat'),
(2340, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/country-ips/ipv4/country-ipv4-3.dat', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/country-ips/ipv4/country-ipv4-3.dat'),
(2341, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/country-ips/ipv6/country-ipv6-0.dat', 'wp-content/plugins/goodbye-captcha/includes/vendor/MchHttp/country-ips/ipv6/country-ipv6-0.dat'),
(2342, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/readme.txt', 'wp-content/plugins/goodbye-captcha/readme.txt'),
(2343, '/home/www/iamctv.com/wp-content/plugins/goodbye-captcha/uninstall.php', 'wp-content/plugins/goodbye-captcha/uninstall.php'),
(2344, '/home/www/iamctv.com/wp-content/plugins/index.php', 'wp-content/plugins/index.php'),
(2345, '/home/www/iamctv.com/wp-content/plugins/jetpack/3rd-party/3rd-party.php', 'wp-content/plugins/jetpack/3rd-party/3rd-party.php'),
(2346, '/home/www/iamctv.com/wp-content/plugins/jetpack/3rd-party/bbpress.php', 'wp-content/plugins/jetpack/3rd-party/bbpress.php'),
(2347, '/home/www/iamctv.com/wp-content/plugins/jetpack/3rd-party/beaverbuilder.php', 'wp-content/plugins/jetpack/3rd-party/beaverbuilder.php'),
(2348, '/home/www/iamctv.com/wp-content/plugins/jetpack/3rd-party/bitly.php', 'wp-content/plugins/jetpack/3rd-party/bitly.php'),
(2349, '/home/www/iamctv.com/wp-content/plugins/jetpack/3rd-party/buddypress.php', 'wp-content/plugins/jetpack/3rd-party/buddypress.php'),
(2350, '/home/www/iamctv.com/wp-content/plugins/jetpack/3rd-party/class-domain-mapping.php', 'wp-content/plugins/jetpack/3rd-party/class-domain-mapping.php'),
(2351, '/home/www/iamctv.com/wp-content/plugins/jetpack/3rd-party/class-jetpack-bbpress-rest-api.php', 'wp-content/plugins/jetpack/3rd-party/class-jetpack-bbpress-rest-api.php'),
(2352, '/home/www/iamctv.com/wp-content/plugins/jetpack/3rd-party/class-jetpack-crm-data.php', 'wp-content/plugins/jetpack/3rd-party/class-jetpack-crm-data.php'),
(2353, '/home/www/iamctv.com/wp-content/plugins/jetpack/3rd-party/class-jetpack-modules-overrides.php', 'wp-content/plugins/jetpack/3rd-party/class-jetpack-modules-overrides.php'),
(2354, '/home/www/iamctv.com/wp-content/plugins/jetpack/3rd-party/class.jetpack-amp-support.php', 'wp-content/plugins/jetpack/3rd-party/class.jetpack-amp-support.php'),
(2355, '/home/www/iamctv.com/wp-content/plugins/jetpack/3rd-party/creative-mail.php', 'wp-content/plugins/jetpack/3rd-party/creative-mail.php'),
(2356, '/home/www/iamctv.com/wp-content/plugins/jetpack/3rd-party/crowdsignal.php', 'wp-content/plugins/jetpack/3rd-party/crowdsignal.php'),
(2357, '/home/www/iamctv.com/wp-content/plugins/jetpack/3rd-party/debug-bar/class-jetpack-search-debug-bar.php', 'wp-content/plugins/jetpack/3rd-party/debug-bar/class-jetpack-search-debug-bar.php'),
(2358, '/home/www/iamctv.com/wp-content/plugins/jetpack/3rd-party/debug-bar/debug-bar.css', 'wp-content/plugins/jetpack/3rd-party/debug-bar/debug-bar.css'),
(2359, '/home/www/iamctv.com/wp-content/plugins/jetpack/3rd-party/debug-bar/debug-bar.js', 'wp-content/plugins/jetpack/3rd-party/debug-bar/debug-bar.js'),
(2360, '/home/www/iamctv.com/wp-content/plugins/jetpack/3rd-party/debug-bar.php', 'wp-content/plugins/jetpack/3rd-party/debug-bar.php'),
(2361, '/home/www/iamctv.com/wp-content/plugins/jetpack/3rd-party/jetpack-backup.php', 'wp-content/plugins/jetpack/3rd-party/jetpack-backup.php'),
(2362, '/home/www/iamctv.com/wp-content/plugins/jetpack/3rd-party/jetpack-boost.php', 'wp-content/plugins/jetpack/3rd-party/jetpack-boost.php'),
(2363, '/home/www/iamctv.com/wp-content/plugins/jetpack/3rd-party/qtranslate-x.php', 'wp-content/plugins/jetpack/3rd-party/qtranslate-x.php'),
(2364, '/home/www/iamctv.com/wp-content/plugins/jetpack/3rd-party/vaultpress.php', 'wp-content/plugins/jetpack/3rd-party/vaultpress.php'),
(2365, '/home/www/iamctv.com/wp-content/plugins/jetpack/3rd-party/web-stories.php', 'wp-content/plugins/jetpack/3rd-party/web-stories.php'),
(2366, '/home/www/iamctv.com/wp-content/plugins/jetpack/3rd-party/woocommerce-services.php', 'wp-content/plugins/jetpack/3rd-party/woocommerce-services.php'),
(2367, '/home/www/iamctv.com/wp-content/plugins/jetpack/3rd-party/woocommerce.php', 'wp-content/plugins/jetpack/3rd-party/woocommerce.php'),
(2368, '/home/www/iamctv.com/wp-content/plugins/jetpack/3rd-party/wpml.php', 'wp-content/plugins/jetpack/3rd-party/wpml.php'),
(2369, '/home/www/iamctv.com/wp-content/plugins/jetpack/CHANGELOG.md', 'wp-content/plugins/jetpack/CHANGELOG.md'),
(2370, '/home/www/iamctv.com/wp-content/plugins/jetpack/LICENSE.txt', 'wp-content/plugins/jetpack/LICENSE.txt'),
(2371, '/home/www/iamctv.com/wp-content/plugins/jetpack/SECURITY.md', 'wp-content/plugins/jetpack/SECURITY.md'),
(2372, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/accessible-focus.js', 'wp-content/plugins/jetpack/_inc/accessible-focus.js'),
(2373, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/339.js', 'wp-content/plugins/jetpack/_inc/blocks/339.js'),
(2374, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/business-hours/view.asset.php', 'wp-content/plugins/jetpack/_inc/blocks/business-hours/view.asset.php'),
(2375, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/business-hours/view.css', 'wp-content/plugins/jetpack/_inc/blocks/business-hours/view.css'),
(2376, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/business-hours/view.js', 'wp-content/plugins/jetpack/_inc/blocks/business-hours/view.js'),
(2377, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/business-hours/view.rtl.css', 'wp-content/plugins/jetpack/_inc/blocks/business-hours/view.rtl.css'),
(2378, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/button/view.asset.php', 'wp-content/plugins/jetpack/_inc/blocks/button/view.asset.php'),
(2379, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/button/view.css', 'wp-content/plugins/jetpack/_inc/blocks/button/view.css'),
(2380, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/button/view.js', 'wp-content/plugins/jetpack/_inc/blocks/button/view.js'),
(2381, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/button/view.rtl.css', 'wp-content/plugins/jetpack/_inc/blocks/button/view.rtl.css'),
(2382, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/calendly/view.asset.php', 'wp-content/plugins/jetpack/_inc/blocks/calendly/view.asset.php'),
(2383, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/calendly/view.css', 'wp-content/plugins/jetpack/_inc/blocks/calendly/view.css'),
(2384, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/calendly/view.js', 'wp-content/plugins/jetpack/_inc/blocks/calendly/view.js'),
(2385, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/calendly/view.rtl.css', 'wp-content/plugins/jetpack/_inc/blocks/calendly/view.rtl.css'),
(2386, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/components.css', 'wp-content/plugins/jetpack/_inc/blocks/components.css'),
(2387, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/components.js.LICENSE.txt', 'wp-content/plugins/jetpack/_inc/blocks/components.js.LICENSE.txt'),
(2388, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/components.rtl.css', 'wp-content/plugins/jetpack/_inc/blocks/components.rtl.css'),
(2389, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/contact-info/view.asset.php', 'wp-content/plugins/jetpack/_inc/blocks/contact-info/view.asset.php'),
(2390, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/contact-info/view.css', 'wp-content/plugins/jetpack/_inc/blocks/contact-info/view.css'),
(2391, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/contact-info/view.js', 'wp-content/plugins/jetpack/_inc/blocks/contact-info/view.js'),
(2392, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/contact-info/view.rtl.css', 'wp-content/plugins/jetpack/_inc/blocks/contact-info/view.rtl.css'),
(2393, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/dialogue/view.asset.php', 'wp-content/plugins/jetpack/_inc/blocks/dialogue/view.asset.php'),
(2394, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/dialogue/view.css', 'wp-content/plugins/jetpack/_inc/blocks/dialogue/view.css'),
(2395, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/dialogue/view.js', 'wp-content/plugins/jetpack/_inc/blocks/dialogue/view.js'),
(2396, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/dialogue/view.rtl.css', 'wp-content/plugins/jetpack/_inc/blocks/dialogue/view.rtl.css'),
(2397, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/donations/view.asset.php', 'wp-content/plugins/jetpack/_inc/blocks/donations/view.asset.php'),
(2398, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/donations/view.css', 'wp-content/plugins/jetpack/_inc/blocks/donations/view.css'),
(2399, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/donations/view.js', 'wp-content/plugins/jetpack/_inc/blocks/donations/view.js'),
(2400, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/donations/view.js.LICENSE.txt', 'wp-content/plugins/jetpack/_inc/blocks/donations/view.js.LICENSE.txt'),
(2401, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/donations/view.rtl.css', 'wp-content/plugins/jetpack/_inc/blocks/donations/view.rtl.css'),
(2402, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/editor-assets/mapbox-gl-1.13.0.css', 'wp-content/plugins/jetpack/_inc/blocks/editor-assets/mapbox-gl-1.13.0.css'),
(2403, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/editor-assets/mapbox-gl-1.13.0.js', 'wp-content/plugins/jetpack/_inc/blocks/editor-assets/mapbox-gl-1.13.0.js'),
(2404, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/editor-beta.asset.php', 'wp-content/plugins/jetpack/_inc/blocks/editor-beta.asset.php'),
(2405, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/editor-beta.css', 'wp-content/plugins/jetpack/_inc/blocks/editor-beta.css'),
(2406, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/editor-beta.js', 'wp-content/plugins/jetpack/_inc/blocks/editor-beta.js'),
(2407, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/editor-beta.js.LICENSE.txt', 'wp-content/plugins/jetpack/_inc/blocks/editor-beta.js.LICENSE.txt'),
(2408, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/editor-beta.rtl.css', 'wp-content/plugins/jetpack/_inc/blocks/editor-beta.rtl.css'),
(2409, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/editor-experimental.asset.php', 'wp-content/plugins/jetpack/_inc/blocks/editor-experimental.asset.php'),
(2410, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/editor-experimental.css', 'wp-content/plugins/jetpack/_inc/blocks/editor-experimental.css'),
(2411, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/editor-experimental.js', 'wp-content/plugins/jetpack/_inc/blocks/editor-experimental.js'),
(2412, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/editor-experimental.js.LICENSE.txt', 'wp-content/plugins/jetpack/_inc/blocks/editor-experimental.js.LICENSE.txt'),
(2413, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/editor-experimental.rtl.css', 'wp-content/plugins/jetpack/_inc/blocks/editor-experimental.rtl.css'),
(2414, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/editor-no-post-editor.asset.php', 'wp-content/plugins/jetpack/_inc/blocks/editor-no-post-editor.asset.php'),
(2415, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/editor-no-post-editor.css', 'wp-content/plugins/jetpack/_inc/blocks/editor-no-post-editor.css'),
(2416, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/editor-no-post-editor.js', 'wp-content/plugins/jetpack/_inc/blocks/editor-no-post-editor.js'),
(2417, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/editor-no-post-editor.js.LICENSE.txt', 'wp-content/plugins/jetpack/_inc/blocks/editor-no-post-editor.js.LICENSE.txt'),
(2418, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/editor-no-post-editor.rtl.css', 'wp-content/plugins/jetpack/_inc/blocks/editor-no-post-editor.rtl.css'),
(2419, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/editor.asset.php', 'wp-content/plugins/jetpack/_inc/blocks/editor.asset.php'),
(2420, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/editor.css', 'wp-content/plugins/jetpack/_inc/blocks/editor.css'),
(2421, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/editor.js', 'wp-content/plugins/jetpack/_inc/blocks/editor.js'),
(2422, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/editor.js.LICENSE.txt', 'wp-content/plugins/jetpack/_inc/blocks/editor.js.LICENSE.txt'),
(2423, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/editor.rtl.css', 'wp-content/plugins/jetpack/_inc/blocks/editor.rtl.css'),
(2424, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/eventbrite/view.asset.php', 'wp-content/plugins/jetpack/_inc/blocks/eventbrite/view.asset.php'),
(2425, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/eventbrite/view.css', 'wp-content/plugins/jetpack/_inc/blocks/eventbrite/view.css'),
(2426, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/eventbrite/view.js', 'wp-content/plugins/jetpack/_inc/blocks/eventbrite/view.js'),
(2427, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/eventbrite/view.rtl.css', 'wp-content/plugins/jetpack/_inc/blocks/eventbrite/view.rtl.css'),
(2428, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/frontend-nudge.html', 'wp-content/plugins/jetpack/_inc/blocks/frontend-nudge.html'),
(2429, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/gif/view.asset.php', 'wp-content/plugins/jetpack/_inc/blocks/gif/view.asset.php'),
(2430, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/gif/view.css', 'wp-content/plugins/jetpack/_inc/blocks/gif/view.css'),
(2431, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/gif/view.js', 'wp-content/plugins/jetpack/_inc/blocks/gif/view.js'),
(2432, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/gif/view.rtl.css', 'wp-content/plugins/jetpack/_inc/blocks/gif/view.rtl.css'),
(2433, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/google-calendar/view.asset.php', 'wp-content/plugins/jetpack/_inc/blocks/google-calendar/view.asset.php'),
(2434, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/google-calendar/view.css', 'wp-content/plugins/jetpack/_inc/blocks/google-calendar/view.css'),
(2435, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/google-calendar/view.js', 'wp-content/plugins/jetpack/_inc/blocks/google-calendar/view.js'),
(2436, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/google-calendar/view.rtl.css', 'wp-content/plugins/jetpack/_inc/blocks/google-calendar/view.rtl.css'),
(2437, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/image-compare/view.asset.php', 'wp-content/plugins/jetpack/_inc/blocks/image-compare/view.asset.php'),
(2438, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/image-compare/view.css', 'wp-content/plugins/jetpack/_inc/blocks/image-compare/view.css'),
(2439, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/image-compare/view.js', 'wp-content/plugins/jetpack/_inc/blocks/image-compare/view.js'),
(2440, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/image-compare/view.rtl.css', 'wp-content/plugins/jetpack/_inc/blocks/image-compare/view.rtl.css'),
(2441, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/images/eventbrite-in-page-example-c351ec80e4dd5d39433d.png', 'wp-content/plugins/jetpack/_inc/blocks/images/eventbrite-in-page-example-c351ec80e4dd5d39433d.png'),
(2442, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/images/example_160x600-ccbc594f54431dafa70d.png', 'wp-content/plugins/jetpack/_inc/blocks/images/example_160x600-ccbc594f54431dafa70d.png'),
(2443, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/images/example_300x250-5b93e8174f02d48c40b7.png', 'wp-content/plugins/jetpack/_inc/blocks/images/example_300x250-5b93e8174f02d48c40b7.png'),
(2444, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/images/example_320x50-7110edf045141630a222.png', 'wp-content/plugins/jetpack/_inc/blocks/images/example_320x50-7110edf045141630a222.png'),
(2445, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/images/example_728x90-d9de384932330b92e1c3.png', 'wp-content/plugins/jetpack/_inc/blocks/images/example_728x90-d9de384932330b92e1c3.png'),
(2446, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/images/img-example-after-d6db862c442c24ad1c63.png', 'wp-content/plugins/jetpack/_inc/blocks/images/img-example-after-d6db862c442c24ad1c63.png'),
(2447, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/images/img-example-before-4592b4656108c1429614.png', 'wp-content/plugins/jetpack/_inc/blocks/images/img-example-before-4592b4656108c1429614.png'),
(2448, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/images/map-preview-97bda80ebb6981457630.jpg', 'wp-content/plugins/jetpack/_inc/blocks/images/map-preview-97bda80ebb6981457630.jpg'),
(2449, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/images/map-theme_black_and_white-b6ad81a7dd09d09fb34d.jpg', 'wp-content/plugins/jetpack/_inc/blocks/images/map-theme_black_and_white-b6ad81a7dd09d09fb34d.jpg'),
(2450, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/images/map-theme_default-b53ccdf170e5ac873ff0.jpg', 'wp-content/plugins/jetpack/_inc/blocks/images/map-theme_default-b53ccdf170e5ac873ff0.jpg'),
(2451, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/images/map-theme_satellite-cc50c608e244f90d18dc.jpg', 'wp-content/plugins/jetpack/_inc/blocks/images/map-theme_satellite-cc50c608e244f90d18dc.jpg'),
(2452, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/images/map-theme_terrain-ac291441b3461820747d.jpg', 'wp-content/plugins/jetpack/_inc/blocks/images/map-theme_terrain-ac291441b3461820747d.jpg'),
(2453, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/images/oval-5f1d889983a8747472c7.svg', 'wp-content/plugins/jetpack/_inc/blocks/images/oval-5f1d889983a8747472c7.svg'),
(2454, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/images/paypal-button-2x-62cd99bcc3acbd1ff504.png', 'wp-content/plugins/jetpack/_inc/blocks/images/paypal-button-2x-62cd99bcc3acbd1ff504.png'),
(2455, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/images/paypal-button-a51d6c3207b0a904edb7.png', 'wp-content/plugins/jetpack/_inc/blocks/images/paypal-button-a51d6c3207b0a904edb7.png'),
(2456, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/images/simple-payments_example-1-0273eeccd8d120df4984.jpg', 'wp-content/plugins/jetpack/_inc/blocks/images/simple-payments_example-1-0273eeccd8d120df4984.jpg'),
(2457, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/images/slideshow_example-1-07a3f164621235df0419.jpg', 'wp-content/plugins/jetpack/_inc/blocks/images/slideshow_example-1-07a3f164621235df0419.jpg'),
(2458, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/images/slideshow_example-2-2ee401e47066229bdac5.jpg', 'wp-content/plugins/jetpack/_inc/blocks/images/slideshow_example-2-2ee401e47066229bdac5.jpg'),
(2459, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/images/slideshow_example-3-0682afca66c485f17ff6.jpg', 'wp-content/plugins/jetpack/_inc/blocks/images/slideshow_example-3-0682afca66c485f17ff6.jpg'),
(2460, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/images/story_example-1-716db2e4f5a074d302f7.png', 'wp-content/plugins/jetpack/_inc/blocks/images/story_example-1-716db2e4f5a074d302f7.png'),
(2461, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/images/tiled-gallery_example-1-d2817eb0e669267ab3eb.jpg', 'wp-content/plugins/jetpack/_inc/blocks/images/tiled-gallery_example-1-d2817eb0e669267ab3eb.jpg'),
(2462, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/images/tiled-gallery_example-2-7d8f0cf8e262f0112691.jpg', 'wp-content/plugins/jetpack/_inc/blocks/images/tiled-gallery_example-2-7d8f0cf8e262f0112691.jpg'),
(2463, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/images/tiled-gallery_example-3-07a3f164621235df0419.jpg', 'wp-content/plugins/jetpack/_inc/blocks/images/tiled-gallery_example-3-07a3f164621235df0419.jpg'),
(2464, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/images/tiled-gallery_example-4-2ee401e47066229bdac5.jpg', 'wp-content/plugins/jetpack/_inc/blocks/images/tiled-gallery_example-4-2ee401e47066229bdac5.jpg'),
(2465, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/images/tiled-gallery_example-5-a1935fd9cf1181168d90.jpg', 'wp-content/plugins/jetpack/_inc/blocks/images/tiled-gallery_example-5-a1935fd9cf1181168d90.jpg'),
(2466, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/images/tiled-gallery_example-6-9f9d39c6af0fb4b0d99c.jpg', 'wp-content/plugins/jetpack/_inc/blocks/images/tiled-gallery_example-6-9f9d39c6af0fb4b0d99c.jpg'),
(2467, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/images/upgrade-illustration-5b3059f7101ac37f4339.svg', 'wp-content/plugins/jetpack/_inc/blocks/images/upgrade-illustration-5b3059f7101ac37f4339.svg'),
(2468, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/images/videopress-block-example-image-da9ef73787adca8896f2.jpg', 'wp-content/plugins/jetpack/_inc/blocks/images/videopress-block-example-image-da9ef73787adca8896f2.jpg'),
(2469, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/index.json', 'wp-content/plugins/jetpack/_inc/blocks/index.json'),
(2470, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/instagram-gallery/view.asset.php', 'wp-content/plugins/jetpack/_inc/blocks/instagram-gallery/view.asset.php'),
(2471, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/instagram-gallery/view.css', 'wp-content/plugins/jetpack/_inc/blocks/instagram-gallery/view.css'),
(2472, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/instagram-gallery/view.js', 'wp-content/plugins/jetpack/_inc/blocks/instagram-gallery/view.js'),
(2473, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/instagram-gallery/view.rtl.css', 'wp-content/plugins/jetpack/_inc/blocks/instagram-gallery/view.rtl.css'),
(2474, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/mailchimp/view.asset.php', 'wp-content/plugins/jetpack/_inc/blocks/mailchimp/view.asset.php'),
(2475, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/mailchimp/view.css', 'wp-content/plugins/jetpack/_inc/blocks/mailchimp/view.css'),
(2476, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/mailchimp/view.js', 'wp-content/plugins/jetpack/_inc/blocks/mailchimp/view.js'),
(2477, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/mailchimp/view.rtl.css', 'wp-content/plugins/jetpack/_inc/blocks/mailchimp/view.rtl.css'),
(2478, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/map/view.asset.php', 'wp-content/plugins/jetpack/_inc/blocks/map/view.asset.php'),
(2479, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/map/view.css', 'wp-content/plugins/jetpack/_inc/blocks/map/view.css'),
(2480, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/map/view.js', 'wp-content/plugins/jetpack/_inc/blocks/map/view.js'),
(2481, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/map/view.rtl.css', 'wp-content/plugins/jetpack/_inc/blocks/map/view.rtl.css'),
(2482, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/opentable/view.asset.php', 'wp-content/plugins/jetpack/_inc/blocks/opentable/view.asset.php'),
(2483, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/opentable/view.css', 'wp-content/plugins/jetpack/_inc/blocks/opentable/view.css'),
(2484, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/opentable/view.js', 'wp-content/plugins/jetpack/_inc/blocks/opentable/view.js'),
(2485, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/opentable/view.rtl.css', 'wp-content/plugins/jetpack/_inc/blocks/opentable/view.rtl.css'),
(2486, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/podcast-player/view.asset.php', 'wp-content/plugins/jetpack/_inc/blocks/podcast-player/view.asset.php'),
(2487, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/podcast-player/view.css', 'wp-content/plugins/jetpack/_inc/blocks/podcast-player/view.css'),
(2488, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/podcast-player/view.js', 'wp-content/plugins/jetpack/_inc/blocks/podcast-player/view.js'),
(2489, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/podcast-player/view.js.LICENSE.txt', 'wp-content/plugins/jetpack/_inc/blocks/podcast-player/view.js.LICENSE.txt'),
(2490, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/podcast-player/view.rtl.css', 'wp-content/plugins/jetpack/_inc/blocks/podcast-player/view.rtl.css');
INSERT INTO `iamc_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(2491, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/premium-content/view.asset.php', 'wp-content/plugins/jetpack/_inc/blocks/premium-content/view.asset.php'),
(2492, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/premium-content/view.css', 'wp-content/plugins/jetpack/_inc/blocks/premium-content/view.css'),
(2493, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/premium-content/view.js', 'wp-content/plugins/jetpack/_inc/blocks/premium-content/view.js'),
(2494, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/premium-content/view.rtl.css', 'wp-content/plugins/jetpack/_inc/blocks/premium-content/view.rtl.css'),
(2495, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/rating-star/view.asset.php', 'wp-content/plugins/jetpack/_inc/blocks/rating-star/view.asset.php'),
(2496, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/rating-star/view.css', 'wp-content/plugins/jetpack/_inc/blocks/rating-star/view.css'),
(2497, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/rating-star/view.js', 'wp-content/plugins/jetpack/_inc/blocks/rating-star/view.js'),
(2498, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/rating-star/view.rtl.css', 'wp-content/plugins/jetpack/_inc/blocks/rating-star/view.rtl.css'),
(2499, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/recipe/view.asset.php', 'wp-content/plugins/jetpack/_inc/blocks/recipe/view.asset.php'),
(2500, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/recipe/view.css', 'wp-content/plugins/jetpack/_inc/blocks/recipe/view.css'),
(2501, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/recipe/view.js', 'wp-content/plugins/jetpack/_inc/blocks/recipe/view.js'),
(2502, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/recipe/view.rtl.css', 'wp-content/plugins/jetpack/_inc/blocks/recipe/view.rtl.css'),
(2503, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/recurring-payments/view.asset.php', 'wp-content/plugins/jetpack/_inc/blocks/recurring-payments/view.asset.php'),
(2504, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/recurring-payments/view.css', 'wp-content/plugins/jetpack/_inc/blocks/recurring-payments/view.css'),
(2505, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/recurring-payments/view.js', 'wp-content/plugins/jetpack/_inc/blocks/recurring-payments/view.js'),
(2506, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/recurring-payments/view.rtl.css', 'wp-content/plugins/jetpack/_inc/blocks/recurring-payments/view.rtl.css'),
(2507, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/repeat-visitor/view.asset.php', 'wp-content/plugins/jetpack/_inc/blocks/repeat-visitor/view.asset.php'),
(2508, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/repeat-visitor/view.js', 'wp-content/plugins/jetpack/_inc/blocks/repeat-visitor/view.js'),
(2509, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/repeat-visitor/view.js.LICENSE.txt', 'wp-content/plugins/jetpack/_inc/blocks/repeat-visitor/view.js.LICENSE.txt'),
(2510, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/revue/view.asset.php', 'wp-content/plugins/jetpack/_inc/blocks/revue/view.asset.php'),
(2511, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/revue/view.css', 'wp-content/plugins/jetpack/_inc/blocks/revue/view.css'),
(2512, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/revue/view.js', 'wp-content/plugins/jetpack/_inc/blocks/revue/view.js'),
(2513, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/revue/view.rtl.css', 'wp-content/plugins/jetpack/_inc/blocks/revue/view.rtl.css'),
(2514, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/send-a-message/view.asset.php', 'wp-content/plugins/jetpack/_inc/blocks/send-a-message/view.asset.php'),
(2515, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/send-a-message/view.css', 'wp-content/plugins/jetpack/_inc/blocks/send-a-message/view.css'),
(2516, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/send-a-message/view.js', 'wp-content/plugins/jetpack/_inc/blocks/send-a-message/view.js'),
(2517, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/send-a-message/view.rtl.css', 'wp-content/plugins/jetpack/_inc/blocks/send-a-message/view.rtl.css'),
(2518, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/slideshow/view.asset.php', 'wp-content/plugins/jetpack/_inc/blocks/slideshow/view.asset.php'),
(2519, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/slideshow/view.css', 'wp-content/plugins/jetpack/_inc/blocks/slideshow/view.css'),
(2520, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/slideshow/view.js', 'wp-content/plugins/jetpack/_inc/blocks/slideshow/view.js'),
(2521, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/slideshow/view.rtl.css', 'wp-content/plugins/jetpack/_inc/blocks/slideshow/view.rtl.css'),
(2522, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/story/view.asset.php', 'wp-content/plugins/jetpack/_inc/blocks/story/view.asset.php'),
(2523, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/story/view.css', 'wp-content/plugins/jetpack/_inc/blocks/story/view.css'),
(2524, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/story/view.js', 'wp-content/plugins/jetpack/_inc/blocks/story/view.js'),
(2525, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/story/view.js.LICENSE.txt', 'wp-content/plugins/jetpack/_inc/blocks/story/view.js.LICENSE.txt'),
(2526, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/story/view.rtl.css', 'wp-content/plugins/jetpack/_inc/blocks/story/view.rtl.css'),
(2527, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/subscriptions/view.asset.php', 'wp-content/plugins/jetpack/_inc/blocks/subscriptions/view.asset.php'),
(2528, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/subscriptions/view.css', 'wp-content/plugins/jetpack/_inc/blocks/subscriptions/view.css'),
(2529, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/subscriptions/view.js', 'wp-content/plugins/jetpack/_inc/blocks/subscriptions/view.js'),
(2530, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/subscriptions/view.rtl.css', 'wp-content/plugins/jetpack/_inc/blocks/subscriptions/view.rtl.css'),
(2531, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/swiper.css', 'wp-content/plugins/jetpack/_inc/blocks/swiper.css'),
(2532, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/swiper.rtl.css', 'wp-content/plugins/jetpack/_inc/blocks/swiper.rtl.css'),
(2533, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/tiled-gallery/view.asset.php', 'wp-content/plugins/jetpack/_inc/blocks/tiled-gallery/view.asset.php'),
(2534, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/tiled-gallery/view.css', 'wp-content/plugins/jetpack/_inc/blocks/tiled-gallery/view.css'),
(2535, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/tiled-gallery/view.js', 'wp-content/plugins/jetpack/_inc/blocks/tiled-gallery/view.js'),
(2536, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/tiled-gallery/view.rtl.css', 'wp-content/plugins/jetpack/_inc/blocks/tiled-gallery/view.rtl.css'),
(2537, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/upgrade-nudge.html', 'wp-content/plugins/jetpack/_inc/blocks/upgrade-nudge.html'),
(2538, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/videopress/view.asset.php', 'wp-content/plugins/jetpack/_inc/blocks/videopress/view.asset.php'),
(2539, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/videopress/view.css', 'wp-content/plugins/jetpack/_inc/blocks/videopress/view.css'),
(2540, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/videopress/view.js', 'wp-content/plugins/jetpack/_inc/blocks/videopress/view.js'),
(2541, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blocks/videopress/view.rtl.css', 'wp-content/plugins/jetpack/_inc/blocks/videopress/view.rtl.css'),
(2542, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/blogging-prompts.php', 'wp-content/plugins/jetpack/_inc/blogging-prompts.php'),
(2543, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/accessible-focus.min.asset.php', 'wp-content/plugins/jetpack/_inc/build/accessible-focus.min.asset.php'),
(2544, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/accessible-focus.min.js', 'wp-content/plugins/jetpack/_inc/build/accessible-focus.min.js'),
(2545, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/admin.asset.php', 'wp-content/plugins/jetpack/_inc/build/admin.asset.php'),
(2546, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/admin.css', 'wp-content/plugins/jetpack/_inc/build/admin.css'),
(2547, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/admin.js', 'wp-content/plugins/jetpack/_inc/build/admin.js'),
(2548, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/admin.js.LICENSE.txt', 'wp-content/plugins/jetpack/_inc/build/admin.js.LICENSE.txt'),
(2549, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/admin.rtl.css', 'wp-content/plugins/jetpack/_inc/build/admin.rtl.css'),
(2550, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/carousel/jetpack-carousel.min.asset.php', 'wp-content/plugins/jetpack/_inc/build/carousel/jetpack-carousel.min.asset.php'),
(2551, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/carousel/jetpack-carousel.min.js', 'wp-content/plugins/jetpack/_inc/build/carousel/jetpack-carousel.min.js'),
(2552, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/carousel/swiper-bundle.min.asset.php', 'wp-content/plugins/jetpack/_inc/build/carousel/swiper-bundle.min.asset.php'),
(2553, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/carousel/swiper-bundle.min.js', 'wp-content/plugins/jetpack/_inc/build/carousel/swiper-bundle.min.js'),
(2554, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/carousel/swiper-bundle.min.js.LICENSE.txt', 'wp-content/plugins/jetpack/_inc/build/carousel/swiper-bundle.min.js.LICENSE.txt'),
(2555, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/comment-likes/comment-like-count.min.asset.php', 'wp-content/plugins/jetpack/_inc/build/comment-likes/comment-like-count.min.asset.php'),
(2556, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/comment-likes/comment-like-count.min.js', 'wp-content/plugins/jetpack/_inc/build/comment-likes/comment-like-count.min.js'),
(2557, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/connect-button.min.asset.php', 'wp-content/plugins/jetpack/_inc/build/connect-button.min.asset.php'),
(2558, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/connect-button.min.js', 'wp-content/plugins/jetpack/_inc/build/connect-button.min.js'),
(2559, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/contact-form/js/editor-view.min.asset.php', 'wp-content/plugins/jetpack/_inc/build/contact-form/js/editor-view.min.asset.php'),
(2560, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/contact-form/js/editor-view.min.js', 'wp-content/plugins/jetpack/_inc/build/contact-form/js/editor-view.min.js'),
(2561, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/contact-form/js/grunion-admin.min.asset.php', 'wp-content/plugins/jetpack/_inc/build/contact-form/js/grunion-admin.min.asset.php'),
(2562, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/contact-form/js/grunion-admin.min.js', 'wp-content/plugins/jetpack/_inc/build/contact-form/js/grunion-admin.min.js'),
(2563, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/contact-form/js/grunion-frontend.min.asset.php', 'wp-content/plugins/jetpack/_inc/build/contact-form/js/grunion-frontend.min.asset.php'),
(2564, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/contact-form/js/grunion-frontend.min.js', 'wp-content/plugins/jetpack/_inc/build/contact-form/js/grunion-frontend.min.js'),
(2565, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/contact-form/js/grunion.min.asset.php', 'wp-content/plugins/jetpack/_inc/build/contact-form/js/grunion.min.asset.php'),
(2566, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/contact-form/js/grunion.min.js', 'wp-content/plugins/jetpack/_inc/build/contact-form/js/grunion.min.js'),
(2567, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/contact-form/js/tinymce-plugin-form-button.min.asset.php', 'wp-content/plugins/jetpack/_inc/build/contact-form/js/tinymce-plugin-form-button.min.asset.php'),
(2568, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/contact-form/js/tinymce-plugin-form-button.min.js', 'wp-content/plugins/jetpack/_inc/build/contact-form/js/tinymce-plugin-form-button.min.js'),
(2569, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/crowdsignal-shortcode.min.asset.php', 'wp-content/plugins/jetpack/_inc/build/crowdsignal-shortcode.min.asset.php'),
(2570, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/crowdsignal-shortcode.min.js', 'wp-content/plugins/jetpack/_inc/build/crowdsignal-shortcode.min.js'),
(2571, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/crowdsignal-survey.min.asset.php', 'wp-content/plugins/jetpack/_inc/build/crowdsignal-survey.min.asset.php'),
(2572, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/crowdsignal-survey.min.js', 'wp-content/plugins/jetpack/_inc/build/crowdsignal-survey.min.js'),
(2573, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/custom-css/custom-css/js/core-customizer-css-preview.min.asset.php', 'wp-content/plugins/jetpack/_inc/build/custom-css/custom-css/js/core-customizer-css-preview.min.asset.php'),
(2574, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/custom-css/custom-css/js/core-customizer-css-preview.min.js', 'wp-content/plugins/jetpack/_inc/build/custom-css/custom-css/js/core-customizer-css-preview.min.js'),
(2575, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/custom-css/custom-css/js/core-customizer-css.core-4.9.min.asset.php', 'wp-content/plugins/jetpack/_inc/build/custom-css/custom-css/js/core-customizer-css.core-4.9.min.asset.php'),
(2576, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/custom-css/custom-css/js/core-customizer-css.core-4.9.min.js', 'wp-content/plugins/jetpack/_inc/build/custom-css/custom-css/js/core-customizer-css.core-4.9.min.js'),
(2577, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/custom-css/custom-css/js/core-customizer-css.min.asset.php', 'wp-content/plugins/jetpack/_inc/build/custom-css/custom-css/js/core-customizer-css.min.asset.php'),
(2578, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/custom-css/custom-css/js/core-customizer-css.min.js', 'wp-content/plugins/jetpack/_inc/build/custom-css/custom-css/js/core-customizer-css.min.js'),
(2579, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/custom-css/custom-css/js/css-editor.min.asset.php', 'wp-content/plugins/jetpack/_inc/build/custom-css/custom-css/js/css-editor.min.asset.php'),
(2580, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/custom-css/custom-css/js/css-editor.min.js', 'wp-content/plugins/jetpack/_inc/build/custom-css/custom-css/js/css-editor.min.js'),
(2581, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/custom-css/custom-css/js/use-codemirror.min.asset.php', 'wp-content/plugins/jetpack/_inc/build/custom-css/custom-css/js/use-codemirror.min.asset.php'),
(2582, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/custom-css/custom-css/js/use-codemirror.min.js', 'wp-content/plugins/jetpack/_inc/build/custom-css/custom-css/js/use-codemirror.min.js'),
(2583, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/custom-post-types/comics/comics.min.asset.php', 'wp-content/plugins/jetpack/_inc/build/custom-post-types/comics/comics.min.asset.php'),
(2584, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/custom-post-types/comics/comics.min.js', 'wp-content/plugins/jetpack/_inc/build/custom-post-types/comics/comics.min.js'),
(2585, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/custom-post-types/js/many-items.min.asset.php', 'wp-content/plugins/jetpack/_inc/build/custom-post-types/js/many-items.min.asset.php'),
(2586, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/custom-post-types/js/many-items.min.js', 'wp-content/plugins/jetpack/_inc/build/custom-post-types/js/many-items.min.js'),
(2587, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/custom-post-types/js/menu-checkboxes.min.asset.php', 'wp-content/plugins/jetpack/_inc/build/custom-post-types/js/menu-checkboxes.min.asset.php'),
(2588, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/custom-post-types/js/menu-checkboxes.min.js', 'wp-content/plugins/jetpack/_inc/build/custom-post-types/js/menu-checkboxes.min.js'),
(2589, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/custom-post-types/js/nova-drag-drop.min.asset.php', 'wp-content/plugins/jetpack/_inc/build/custom-post-types/js/nova-drag-drop.min.asset.php'),
(2590, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/custom-post-types/js/nova-drag-drop.min.js', 'wp-content/plugins/jetpack/_inc/build/custom-post-types/js/nova-drag-drop.min.js'),
(2591, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/facebook-embed.min.asset.php', 'wp-content/plugins/jetpack/_inc/build/facebook-embed.min.asset.php'),
(2592, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/facebook-embed.min.js', 'wp-content/plugins/jetpack/_inc/build/facebook-embed.min.js'),
(2593, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/gallery-settings.min.asset.php', 'wp-content/plugins/jetpack/_inc/build/gallery-settings.min.asset.php'),
(2594, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/gallery-settings.min.js', 'wp-content/plugins/jetpack/_inc/build/gallery-settings.min.js'),
(2595, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/images/boost-8ea10be101c586380d89.svg', 'wp-content/plugins/jetpack/_inc/build/images/boost-8ea10be101c586380d89.svg'),
(2596, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/images/cloud-d0f9b0f863bc1adcc03e.svg', 'wp-content/plugins/jetpack/_inc/build/images/cloud-d0f9b0f863bc1adcc03e.svg'),
(2597, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/images/disconnect-confirm-dc9fe8f5c68cfd1320e0.jpg', 'wp-content/plugins/jetpack/_inc/build/images/disconnect-confirm-dc9fe8f5c68cfd1320e0.jpg'),
(2598, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/images/disconnect-thanks-5873bfac56a9bd7322cd.jpg', 'wp-content/plugins/jetpack/_inc/build/images/disconnect-thanks-5873bfac56a9bd7322cd.jpg'),
(2599, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/images/header-background-2x-1763392f68916f8e33e1.jpg', 'wp-content/plugins/jetpack/_inc/build/images/header-background-2x-1763392f68916f8e33e1.jpg'),
(2600, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/images/header-background-c0f56cae4d269449fbdc.jpg', 'wp-content/plugins/jetpack/_inc/build/images/header-background-c0f56cae4d269449fbdc.jpg'),
(2601, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/images/jetpack-license-activation-with-lock-7b01c1a4cf56de799cd7.png', 'wp-content/plugins/jetpack/_inc/build/images/jetpack-license-activation-with-lock-7b01c1a4cf56de799cd7.png'),
(2602, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/images/jetpack-license-activation-with-success-cad524ede4e793cc0ece.png', 'wp-content/plugins/jetpack/_inc/build/images/jetpack-license-activation-with-success-cad524ede4e793cc0ece.png'),
(2603, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/images/people-c8df8440a2897e6d0eba.svg', 'wp-content/plugins/jetpack/_inc/build/images/people-c8df8440a2897e6d0eba.svg'),
(2604, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/images/remove-bug-aa23c420a6e6394d5787.svg', 'wp-content/plugins/jetpack/_inc/build/images/remove-bug-aa23c420a6e6394d5787.svg'),
(2605, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/images/shield-bb27f10b1ca957261b8d.svg', 'wp-content/plugins/jetpack/_inc/build/images/shield-bb27f10b1ca957261b8d.svg'),
(2606, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/images/shield-with-check-b59b7e859cf937a15a0e.svg', 'wp-content/plugins/jetpack/_inc/build/images/shield-with-check-b59b7e859cf937a15a0e.svg'),
(2607, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/infinite-scroll/infinity-customizer.min.asset.php', 'wp-content/plugins/jetpack/_inc/build/infinite-scroll/infinity-customizer.min.asset.php'),
(2608, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/infinite-scroll/infinity-customizer.min.js', 'wp-content/plugins/jetpack/_inc/build/infinite-scroll/infinity-customizer.min.js'),
(2609, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/infinite-scroll/infinity.min.asset.php', 'wp-content/plugins/jetpack/_inc/build/infinite-scroll/infinity.min.asset.php'),
(2610, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/infinite-scroll/infinity.min.js', 'wp-content/plugins/jetpack/_inc/build/infinite-scroll/infinity.min.js'),
(2611, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/jetpack-admin.min.asset.php', 'wp-content/plugins/jetpack/_inc/build/jetpack-admin.min.asset.php'),
(2612, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/jetpack-admin.min.js', 'wp-content/plugins/jetpack/_inc/build/jetpack-admin.min.js'),
(2613, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/jetpack-connection-banner.min.asset.php', 'wp-content/plugins/jetpack/_inc/build/jetpack-connection-banner.min.asset.php'),
(2614, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/jetpack-connection-banner.min.js', 'wp-content/plugins/jetpack/_inc/build/jetpack-connection-banner.min.js'),
(2615, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/jetpack-deactivate-dialog.min.asset.php', 'wp-content/plugins/jetpack/_inc/build/jetpack-deactivate-dialog.min.asset.php'),
(2616, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/jetpack-deactivate-dialog.min.js', 'wp-content/plugins/jetpack/_inc/build/jetpack-deactivate-dialog.min.js'),
(2617, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/jetpack-modules.min.asset.php', 'wp-content/plugins/jetpack/_inc/build/jetpack-modules.min.asset.php'),
(2618, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/jetpack-modules.min.js', 'wp-content/plugins/jetpack/_inc/build/jetpack-modules.min.js'),
(2619, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/jetpack-modules.models.min.asset.php', 'wp-content/plugins/jetpack/_inc/build/jetpack-modules.models.min.asset.php'),
(2620, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/jetpack-modules.models.min.js', 'wp-content/plugins/jetpack/_inc/build/jetpack-modules.models.min.js'),
(2621, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/jetpack-modules.views.min.asset.php', 'wp-content/plugins/jetpack/_inc/build/jetpack-modules.views.min.asset.php'),
(2622, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/jetpack-modules.views.min.js', 'wp-content/plugins/jetpack/_inc/build/jetpack-modules.views.min.js'),
(2623, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/jetpack-recommendations-banner.min.asset.php', 'wp-content/plugins/jetpack/_inc/build/jetpack-recommendations-banner.min.asset.php'),
(2624, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/jetpack-recommendations-banner.min.js', 'wp-content/plugins/jetpack/_inc/build/jetpack-recommendations-banner.min.js'),
(2625, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/likes/post-count-jetpack.min.asset.php', 'wp-content/plugins/jetpack/_inc/build/likes/post-count-jetpack.min.asset.php'),
(2626, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/likes/post-count-jetpack.min.js', 'wp-content/plugins/jetpack/_inc/build/likes/post-count-jetpack.min.js'),
(2627, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/likes/post-count.min.asset.php', 'wp-content/plugins/jetpack/_inc/build/likes/post-count.min.asset.php'),
(2628, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/likes/post-count.min.js', 'wp-content/plugins/jetpack/_inc/build/likes/post-count.min.js'),
(2629, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/likes/queuehandler.min.asset.php', 'wp-content/plugins/jetpack/_inc/build/likes/queuehandler.min.asset.php'),
(2630, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/likes/queuehandler.min.js', 'wp-content/plugins/jetpack/_inc/build/likes/queuehandler.min.js'),
(2631, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/aquatic/colors.css', 'wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/aquatic/colors.css'),
(2632, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/blue/colors.css', 'wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/blue/colors.css'),
(2633, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/classic-blue/colors.css', 'wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/classic-blue/colors.css'),
(2634, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/classic-bright/colors.css', 'wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/classic-bright/colors.css'),
(2635, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/classic-dark/colors.css', 'wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/classic-dark/colors.css'),
(2636, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/coffee/colors.css', 'wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/coffee/colors.css'),
(2637, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/contrast/colors.css', 'wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/contrast/colors.css'),
(2638, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/ectoplasm/colors.css', 'wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/ectoplasm/colors.css'),
(2639, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/fresh/colors.css', 'wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/fresh/colors.css'),
(2640, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/light/colors.css', 'wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/light/colors.css'),
(2641, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/midnight/colors.css', 'wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/midnight/colors.css'),
(2642, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/modern/colors.css', 'wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/modern/colors.css'),
(2643, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/nightfall/colors.css', 'wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/nightfall/colors.css'),
(2644, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/ocean/colors.css', 'wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/ocean/colors.css'),
(2645, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/powder-snow/colors.css', 'wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/powder-snow/colors.css'),
(2646, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/sakura/colors.css', 'wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/sakura/colors.css'),
(2647, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/sunrise/colors.css', 'wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/sunrise/colors.css'),
(2648, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/sunset/colors.css', 'wp-content/plugins/jetpack/_inc/build/masterbar/admin-color-schemes/colors/sunset/colors.css'),
(2649, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/masterbar/admin-menu/admin-menu.min.asset.php', 'wp-content/plugins/jetpack/_inc/build/masterbar/admin-menu/admin-menu.min.asset.php'),
(2650, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/masterbar/admin-menu/admin-menu.min.js', 'wp-content/plugins/jetpack/_inc/build/masterbar/admin-menu/admin-menu.min.js'),
(2651, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/masterbar/masterbar/tracks-events.min.asset.php', 'wp-content/plugins/jetpack/_inc/build/masterbar/masterbar/tracks-events.min.asset.php'),
(2652, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/masterbar/masterbar/tracks-events.min.js', 'wp-content/plugins/jetpack/_inc/build/masterbar/masterbar/tracks-events.min.js'),
(2653, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/masterbar/nudges/additional-css/js/additional-css.min.asset.php', 'wp-content/plugins/jetpack/_inc/build/masterbar/nudges/additional-css/js/additional-css.min.asset.php'),
(2654, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/masterbar/nudges/additional-css/js/additional-css.min.js', 'wp-content/plugins/jetpack/_inc/build/masterbar/nudges/additional-css/js/additional-css.min.js'),
(2655, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/photon/photon.min.asset.php', 'wp-content/plugins/jetpack/_inc/build/photon/photon.min.asset.php'),
(2656, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/photon/photon.min.js', 'wp-content/plugins/jetpack/_inc/build/photon/photon.min.js'),
(2657, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/plugins-page.asset.php', 'wp-content/plugins/jetpack/_inc/build/plugins-page.asset.php'),
(2658, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/plugins-page.css', 'wp-content/plugins/jetpack/_inc/build/plugins-page.css'),
(2659, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/plugins-page.js', 'wp-content/plugins/jetpack/_inc/build/plugins-page.js'),
(2660, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/plugins-page.js.LICENSE.txt', 'wp-content/plugins/jetpack/_inc/build/plugins-page.js.LICENSE.txt'),
(2661, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/plugins-page.rtl.css', 'wp-content/plugins/jetpack/_inc/build/plugins-page.rtl.css'),
(2662, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/polldaddy-shortcode.min.asset.php', 'wp-content/plugins/jetpack/_inc/build/polldaddy-shortcode.min.asset.php'),
(2663, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/polldaddy-shortcode.min.js', 'wp-content/plugins/jetpack/_inc/build/polldaddy-shortcode.min.js'),
(2664, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/related-posts/related-posts-customizer.min.asset.php', 'wp-content/plugins/jetpack/_inc/build/related-posts/related-posts-customizer.min.asset.php'),
(2665, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/related-posts/related-posts-customizer.min.js', 'wp-content/plugins/jetpack/_inc/build/related-posts/related-posts-customizer.min.js'),
(2666, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/related-posts/related-posts.min.asset.php', 'wp-content/plugins/jetpack/_inc/build/related-posts/related-posts.min.asset.php'),
(2667, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/related-posts/related-posts.min.js', 'wp-content/plugins/jetpack/_inc/build/related-posts/related-posts.min.js'),
(2668, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/scan/admin-bar-notice.min.asset.php', 'wp-content/plugins/jetpack/_inc/build/scan/admin-bar-notice.min.asset.php'),
(2669, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/scan/admin-bar-notice.min.js', 'wp-content/plugins/jetpack/_inc/build/scan/admin-bar-notice.min.js'),
(2670, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/sharedaddy/admin-sharing.min.asset.php', 'wp-content/plugins/jetpack/_inc/build/sharedaddy/admin-sharing.min.asset.php'),
(2671, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/sharedaddy/admin-sharing.min.js', 'wp-content/plugins/jetpack/_inc/build/sharedaddy/admin-sharing.min.js'),
(2672, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/sharedaddy/sharing.min.asset.php', 'wp-content/plugins/jetpack/_inc/build/sharedaddy/sharing.min.asset.php'),
(2673, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/sharedaddy/sharing.min.js', 'wp-content/plugins/jetpack/_inc/build/sharedaddy/sharing.min.js'),
(2674, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/shortcodes/js/brightcove.min.asset.php', 'wp-content/plugins/jetpack/_inc/build/shortcodes/js/brightcove.min.asset.php'),
(2675, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/shortcodes/js/brightcove.min.js', 'wp-content/plugins/jetpack/_inc/build/shortcodes/js/brightcove.min.js'),
(2676, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/shortcodes/js/jmpress.min.asset.php', 'wp-content/plugins/jetpack/_inc/build/shortcodes/js/jmpress.min.asset.php'),
(2677, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/shortcodes/js/jmpress.min.js', 'wp-content/plugins/jetpack/_inc/build/shortcodes/js/jmpress.min.js'),
(2678, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/shortcodes/js/jmpress.min.js.LICENSE.txt', 'wp-content/plugins/jetpack/_inc/build/shortcodes/js/jmpress.min.js.LICENSE.txt'),
(2679, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/shortcodes/js/main.min.asset.php', 'wp-content/plugins/jetpack/_inc/build/shortcodes/js/main.min.asset.php'),
(2680, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/shortcodes/js/main.min.js', 'wp-content/plugins/jetpack/_inc/build/shortcodes/js/main.min.js'),
(2681, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/shortcodes/js/quiz.min.asset.php', 'wp-content/plugins/jetpack/_inc/build/shortcodes/js/quiz.min.asset.php'),
(2682, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/shortcodes/js/quiz.min.js', 'wp-content/plugins/jetpack/_inc/build/shortcodes/js/quiz.min.js'),
(2683, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/shortcodes/js/recipes-printthis.min.asset.php', 'wp-content/plugins/jetpack/_inc/build/shortcodes/js/recipes-printthis.min.asset.php'),
(2684, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/shortcodes/js/recipes-printthis.min.js', 'wp-content/plugins/jetpack/_inc/build/shortcodes/js/recipes-printthis.min.js'),
(2685, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/shortcodes/js/recipes-printthis.min.js.LICENSE.txt', 'wp-content/plugins/jetpack/_inc/build/shortcodes/js/recipes-printthis.min.js.LICENSE.txt'),
(2686, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/shortcodes/js/recipes.min.asset.php', 'wp-content/plugins/jetpack/_inc/build/shortcodes/js/recipes.min.asset.php'),
(2687, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/shortcodes/js/recipes.min.js', 'wp-content/plugins/jetpack/_inc/build/shortcodes/js/recipes.min.js'),
(2688, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/shortcodes/js/slideshow-shortcode.min.asset.php', 'wp-content/plugins/jetpack/_inc/build/shortcodes/js/slideshow-shortcode.min.asset.php'),
(2689, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/shortcodes/js/slideshow-shortcode.min.js', 'wp-content/plugins/jetpack/_inc/build/shortcodes/js/slideshow-shortcode.min.js'),
(2690, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/static-noscript-notice.html', 'wp-content/plugins/jetpack/_inc/build/static-noscript-notice.html'),
(2691, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/static-version-notice.html', 'wp-content/plugins/jetpack/_inc/build/static-version-notice.html'),
(2692, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/static.html', 'wp-content/plugins/jetpack/_inc/build/static.html'),
(2693, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/static.js.LICENSE.txt', 'wp-content/plugins/jetpack/_inc/build/static.js.LICENSE.txt'),
(2694, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/style.min.css', 'wp-content/plugins/jetpack/_inc/build/style.min.css'),
(2695, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/style.min.rtl.css', 'wp-content/plugins/jetpack/_inc/build/style.min.rtl.css'),
(2696, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/tiled-gallery/tiled-gallery/tiled-gallery.min.asset.php', 'wp-content/plugins/jetpack/_inc/build/tiled-gallery/tiled-gallery/tiled-gallery.min.asset.php'),
(2697, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/tiled-gallery/tiled-gallery/tiled-gallery.min.js', 'wp-content/plugins/jetpack/_inc/build/tiled-gallery/tiled-gallery/tiled-gallery.min.js'),
(2698, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/twitter-timeline.min.asset.php', 'wp-content/plugins/jetpack/_inc/build/twitter-timeline.min.asset.php'),
(2699, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/twitter-timeline.min.js', 'wp-content/plugins/jetpack/_inc/build/twitter-timeline.min.js'),
(2700, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/videopress/js/editor-view.min.asset.php', 'wp-content/plugins/jetpack/_inc/build/videopress/js/editor-view.min.asset.php'),
(2701, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/videopress/js/editor-view.min.js', 'wp-content/plugins/jetpack/_inc/build/videopress/js/editor-view.min.js'),
(2702, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/videopress/js/gutenberg-video-upload.min.asset.php', 'wp-content/plugins/jetpack/_inc/build/videopress/js/gutenberg-video-upload.min.asset.php'),
(2703, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/videopress/js/gutenberg-video-upload.min.js', 'wp-content/plugins/jetpack/_inc/build/videopress/js/gutenberg-video-upload.min.js'),
(2704, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/videopress/js/media-video-widget-extensions.min.asset.php', 'wp-content/plugins/jetpack/_inc/build/videopress/js/media-video-widget-extensions.min.asset.php'),
(2705, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/videopress/js/media-video-widget-extensions.min.js', 'wp-content/plugins/jetpack/_inc/build/videopress/js/media-video-widget-extensions.min.js'),
(2706, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/videopress/js/videopress-add-resumable-upload-support.min.asset.php', 'wp-content/plugins/jetpack/_inc/build/videopress/js/videopress-add-resumable-upload-support.min.asset.php'),
(2707, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/videopress/js/videopress-add-resumable-upload-support.min.js', 'wp-content/plugins/jetpack/_inc/build/videopress/js/videopress-add-resumable-upload-support.min.js'),
(2708, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/videopress/js/videopress-plupload.min.asset.php', 'wp-content/plugins/jetpack/_inc/build/videopress/js/videopress-plupload.min.asset.php'),
(2709, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/videopress/js/videopress-plupload.min.js', 'wp-content/plugins/jetpack/_inc/build/videopress/js/videopress-plupload.min.js'),
(2710, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/videopress/js/videopress-token-bridge.min.asset.php', 'wp-content/plugins/jetpack/_inc/build/videopress/js/videopress-token-bridge.min.asset.php'),
(2711, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/videopress/js/videopress-token-bridge.min.js', 'wp-content/plugins/jetpack/_inc/build/videopress/js/videopress-token-bridge.min.js'),
(2712, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/videopress/js/videopress-uploader.min.asset.php', 'wp-content/plugins/jetpack/_inc/build/videopress/js/videopress-uploader.min.asset.php'),
(2713, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/videopress/js/videopress-uploader.min.js', 'wp-content/plugins/jetpack/_inc/build/videopress/js/videopress-uploader.min.js'),
(2714, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/widget-visibility/editor/index.asset.php', 'wp-content/plugins/jetpack/_inc/build/widget-visibility/editor/index.asset.php'),
(2715, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/widget-visibility/editor/index.css', 'wp-content/plugins/jetpack/_inc/build/widget-visibility/editor/index.css'),
(2716, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/widget-visibility/editor/index.js', 'wp-content/plugins/jetpack/_inc/build/widget-visibility/editor/index.js'),
(2717, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/widget-visibility/editor/index.rtl.css', 'wp-content/plugins/jetpack/_inc/build/widget-visibility/editor/index.rtl.css'),
(2718, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/widget-visibility/widget-conditions/widget-conditions.min.asset.php', 'wp-content/plugins/jetpack/_inc/build/widget-visibility/widget-conditions/widget-conditions.min.asset.php'),
(2719, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/widget-visibility/widget-conditions/widget-conditions.min.js', 'wp-content/plugins/jetpack/_inc/build/widget-visibility/widget-conditions/widget-conditions.min.js'),
(2720, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/widgets/contact-info/contact-info-admin.min.asset.php', 'wp-content/plugins/jetpack/_inc/build/widgets/contact-info/contact-info-admin.min.asset.php'),
(2721, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/widgets/contact-info/contact-info-admin.min.js', 'wp-content/plugins/jetpack/_inc/build/widgets/contact-info/contact-info-admin.min.js'),
(2722, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/widgets/customizer-utils.min.asset.php', 'wp-content/plugins/jetpack/_inc/build/widgets/customizer-utils.min.asset.php'),
(2723, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/widgets/customizer-utils.min.js', 'wp-content/plugins/jetpack/_inc/build/widgets/customizer-utils.min.js'),
(2724, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/widgets/eu-cookie-law/eu-cookie-law-admin.min.asset.php', 'wp-content/plugins/jetpack/_inc/build/widgets/eu-cookie-law/eu-cookie-law-admin.min.asset.php'),
(2725, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/widgets/eu-cookie-law/eu-cookie-law-admin.min.js', 'wp-content/plugins/jetpack/_inc/build/widgets/eu-cookie-law/eu-cookie-law-admin.min.js'),
(2726, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/widgets/eu-cookie-law/eu-cookie-law.min.asset.php', 'wp-content/plugins/jetpack/_inc/build/widgets/eu-cookie-law/eu-cookie-law.min.asset.php'),
(2727, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/widgets/eu-cookie-law/eu-cookie-law.min.js', 'wp-content/plugins/jetpack/_inc/build/widgets/eu-cookie-law/eu-cookie-law.min.js'),
(2728, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/widgets/gallery/js/admin.min.asset.php', 'wp-content/plugins/jetpack/_inc/build/widgets/gallery/js/admin.min.asset.php'),
(2729, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/widgets/gallery/js/admin.min.js', 'wp-content/plugins/jetpack/_inc/build/widgets/gallery/js/admin.min.js'),
(2730, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/widgets/gallery/js/gallery.min.asset.php', 'wp-content/plugins/jetpack/_inc/build/widgets/gallery/js/gallery.min.asset.php'),
(2731, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/widgets/gallery/js/gallery.min.js', 'wp-content/plugins/jetpack/_inc/build/widgets/gallery/js/gallery.min.js'),
(2732, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/widgets/google-translate/google-translate.min.asset.php', 'wp-content/plugins/jetpack/_inc/build/widgets/google-translate/google-translate.min.asset.php'),
(2733, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/widgets/google-translate/google-translate.min.js', 'wp-content/plugins/jetpack/_inc/build/widgets/google-translate/google-translate.min.js'),
(2734, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/widgets/milestone/admin.min.asset.php', 'wp-content/plugins/jetpack/_inc/build/widgets/milestone/admin.min.asset.php'),
(2735, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/widgets/milestone/admin.min.js', 'wp-content/plugins/jetpack/_inc/build/widgets/milestone/admin.min.js'),
(2736, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/widgets/milestone/milestone.min.asset.php', 'wp-content/plugins/jetpack/_inc/build/widgets/milestone/milestone.min.asset.php'),
(2737, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/widgets/milestone/milestone.min.js', 'wp-content/plugins/jetpack/_inc/build/widgets/milestone/milestone.min.js'),
(2738, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/widgets/simple-payments/customizer.min.asset.php', 'wp-content/plugins/jetpack/_inc/build/widgets/simple-payments/customizer.min.asset.php'),
(2739, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/widgets/simple-payments/customizer.min.js', 'wp-content/plugins/jetpack/_inc/build/widgets/simple-payments/customizer.min.js'),
(2740, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/widgets/social-icons/social-icons-admin.min.asset.php', 'wp-content/plugins/jetpack/_inc/build/widgets/social-icons/social-icons-admin.min.asset.php'),
(2741, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/widgets/social-icons/social-icons-admin.min.js', 'wp-content/plugins/jetpack/_inc/build/widgets/social-icons/social-icons-admin.min.js'),
(2742, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/widgets/twitter-timeline-admin.min.asset.php', 'wp-content/plugins/jetpack/_inc/build/widgets/twitter-timeline-admin.min.asset.php'),
(2743, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/widgets/twitter-timeline-admin.min.js', 'wp-content/plugins/jetpack/_inc/build/widgets/twitter-timeline-admin.min.js'),
(2744, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/wordads/js/wordads-ccpa.min.asset.php', 'wp-content/plugins/jetpack/_inc/build/wordads/js/wordads-ccpa.min.asset.php'),
(2745, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/build/wordads/js/wordads-ccpa.min.js', 'wp-content/plugins/jetpack/_inc/build/wordads/js/wordads-ccpa.min.js'),
(2746, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/class.jetpack-provision.php', 'wp-content/plugins/jetpack/_inc/class.jetpack-provision.php'),
(2747, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/connect-button.js', 'wp-content/plugins/jetpack/_inc/connect-button.js'),
(2748, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/crowdsignal-shortcode.js', 'wp-content/plugins/jetpack/_inc/crowdsignal-shortcode.js'),
(2749, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/crowdsignal-survey.js', 'wp-content/plugins/jetpack/_inc/crowdsignal-survey.js'),
(2750, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/facebook-embed.js', 'wp-content/plugins/jetpack/_inc/facebook-embed.js'),
(2751, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/fonts/automatticons/automatticons.eot', 'wp-content/plugins/jetpack/_inc/fonts/automatticons/automatticons.eot'),
(2752, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/fonts/automatticons/automatticons.svg', 'wp-content/plugins/jetpack/_inc/fonts/automatticons/automatticons.svg'),
(2753, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/fonts/automatticons/automatticons.ttf', 'wp-content/plugins/jetpack/_inc/fonts/automatticons/automatticons.ttf'),
(2754, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/fonts/automatticons/automatticons.woff', 'wp-content/plugins/jetpack/_inc/fonts/automatticons/automatticons.woff'),
(2755, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/fonts/jetpack/jetpack.eot', 'wp-content/plugins/jetpack/_inc/fonts/jetpack/jetpack.eot'),
(2756, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/fonts/jetpack/jetpack.svg', 'wp-content/plugins/jetpack/_inc/fonts/jetpack/jetpack.svg'),
(2757, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/fonts/jetpack/jetpack.ttf', 'wp-content/plugins/jetpack/_inc/fonts/jetpack/jetpack.ttf'),
(2758, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/fonts/jetpack/jetpack.woff', 'wp-content/plugins/jetpack/_inc/fonts/jetpack/jetpack.woff'),
(2759, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/gallery-settings.js', 'wp-content/plugins/jetpack/_inc/gallery-settings.js'),
(2760, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/genericons/COPYING.txt', 'wp-content/plugins/jetpack/_inc/genericons/COPYING.txt'),
(2761, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/genericons/LICENSE.txt', 'wp-content/plugins/jetpack/_inc/genericons/LICENSE.txt'),
(2762, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/genericons/README.md', 'wp-content/plugins/jetpack/_inc/genericons/README.md'),
(2763, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/genericons/genericons/Genericons.eot', 'wp-content/plugins/jetpack/_inc/genericons/genericons/Genericons.eot'),
(2764, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/genericons/genericons/Genericons.svg', 'wp-content/plugins/jetpack/_inc/genericons/genericons/Genericons.svg'),
(2765, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/genericons/genericons/Genericons.ttf', 'wp-content/plugins/jetpack/_inc/genericons/genericons/Genericons.ttf');
INSERT INTO `iamc_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(2766, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/genericons/genericons/Genericons.woff', 'wp-content/plugins/jetpack/_inc/genericons/genericons/Genericons.woff'),
(2767, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/genericons/genericons/genericons.css', 'wp-content/plugins/jetpack/_inc/genericons/genericons/genericons.css'),
(2768, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/genericons/genericons/rtl/genericons-rtl.css', 'wp-content/plugins/jetpack/_inc/genericons/genericons/rtl/genericons-rtl.css'),
(2769, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/genericons/genericons.css', 'wp-content/plugins/jetpack/_inc/genericons/genericons.css'),
(2770, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/genericons.php', 'wp-content/plugins/jetpack/_inc/genericons.php'),
(2771, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/jetpack-admin.js', 'wp-content/plugins/jetpack/_inc/jetpack-admin.js'),
(2772, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/jetpack-connection-banner.js', 'wp-content/plugins/jetpack/_inc/jetpack-connection-banner.js'),
(2773, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/jetpack-deactivate-dialog.js', 'wp-content/plugins/jetpack/_inc/jetpack-deactivate-dialog.js'),
(2774, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/jetpack-modules.js', 'wp-content/plugins/jetpack/_inc/jetpack-modules.js'),
(2775, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/jetpack-modules.models.js', 'wp-content/plugins/jetpack/_inc/jetpack-modules.models.js'),
(2776, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/jetpack-modules.views.js', 'wp-content/plugins/jetpack/_inc/jetpack-modules.views.js'),
(2777, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/jetpack-recommendations-banner.js', 'wp-content/plugins/jetpack/_inc/jetpack-recommendations-banner.js'),
(2778, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/jetpack-server-sandbox.php', 'wp-content/plugins/jetpack/_inc/jetpack-server-sandbox.php'),
(2779, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/admin-pages/class-jetpack-about-page.php', 'wp-content/plugins/jetpack/_inc/lib/admin-pages/class-jetpack-about-page.php'),
(2780, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/admin-pages/class-jetpack-redux-state-helper.php', 'wp-content/plugins/jetpack/_inc/lib/admin-pages/class-jetpack-redux-state-helper.php'),
(2781, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/admin-pages/class.jetpack-admin-page.php', 'wp-content/plugins/jetpack/_inc/lib/admin-pages/class.jetpack-admin-page.php'),
(2782, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/admin-pages/class.jetpack-landing-page.php', 'wp-content/plugins/jetpack/_inc/lib/admin-pages/class.jetpack-landing-page.php'),
(2783, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/admin-pages/class.jetpack-react-page.php', 'wp-content/plugins/jetpack/_inc/lib/admin-pages/class.jetpack-react-page.php'),
(2784, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/admin-pages/class.jetpack-settings-page.php', 'wp-content/plugins/jetpack/_inc/lib/admin-pages/class.jetpack-settings-page.php'),
(2785, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/class-jetpack-currencies.php', 'wp-content/plugins/jetpack/_inc/lib/class-jetpack-currencies.php'),
(2786, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/class-jetpack-instagram-gallery-helper.php', 'wp-content/plugins/jetpack/_inc/lib/class-jetpack-instagram-gallery-helper.php'),
(2787, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/class-jetpack-mapbox-helper.php', 'wp-content/plugins/jetpack/_inc/lib/class-jetpack-mapbox-helper.php'),
(2788, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/class-jetpack-podcast-feed-locator.php', 'wp-content/plugins/jetpack/_inc/lib/class-jetpack-podcast-feed-locator.php'),
(2789, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/class-jetpack-podcast-helper.php', 'wp-content/plugins/jetpack/_inc/lib/class-jetpack-podcast-helper.php'),
(2790, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/class-jetpack-recommendations.php', 'wp-content/plugins/jetpack/_inc/lib/class-jetpack-recommendations.php'),
(2791, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/class-jetpack-tweetstorm-helper.php', 'wp-content/plugins/jetpack/_inc/lib/class-jetpack-tweetstorm-helper.php'),
(2792, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/class-jetpack-wizard.php', 'wp-content/plugins/jetpack/_inc/lib/class-jetpack-wizard.php'),
(2793, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/class.color.php', 'wp-content/plugins/jetpack/_inc/lib/class.color.php'),
(2794, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/class.core-rest-api-endpoints.php', 'wp-content/plugins/jetpack/_inc/lib/class.core-rest-api-endpoints.php'),
(2795, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/class.jetpack-automatic-install-skin.php', 'wp-content/plugins/jetpack/_inc/lib/class.jetpack-automatic-install-skin.php'),
(2796, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/class.jetpack-iframe-embed.php', 'wp-content/plugins/jetpack/_inc/lib/class.jetpack-iframe-embed.php'),
(2797, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/class.jetpack-keyring-service-helper.php', 'wp-content/plugins/jetpack/_inc/lib/class.jetpack-keyring-service-helper.php'),
(2798, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/class.jetpack-password-checker.php', 'wp-content/plugins/jetpack/_inc/lib/class.jetpack-password-checker.php'),
(2799, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/class.jetpack-photon-image-sizes.php', 'wp-content/plugins/jetpack/_inc/lib/class.jetpack-photon-image-sizes.php'),
(2800, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/class.jetpack-photon-image.php', 'wp-content/plugins/jetpack/_inc/lib/class.jetpack-photon-image.php'),
(2801, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/class.jetpack-search-performance-logger.php', 'wp-content/plugins/jetpack/_inc/lib/class.jetpack-search-performance-logger.php'),
(2802, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/class.media-extractor.php', 'wp-content/plugins/jetpack/_inc/lib/class.media-extractor.php'),
(2803, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/class.media-summary.php', 'wp-content/plugins/jetpack/_inc/lib/class.media-summary.php'),
(2804, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/class.media.php', 'wp-content/plugins/jetpack/_inc/lib/class.media.php'),
(2805, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/components.php', 'wp-content/plugins/jetpack/_inc/lib/components.php'),
(2806, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/core-api/class-wpcom-rest-field-controller.php', 'wp-content/plugins/jetpack/_inc/lib/core-api/class-wpcom-rest-field-controller.php'),
(2807, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/core-api/class.jetpack-core-api-module-endpoints.php', 'wp-content/plugins/jetpack/_inc/lib/core-api/class.jetpack-core-api-module-endpoints.php'),
(2808, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/core-api/class.jetpack-core-api-site-endpoints.php', 'wp-content/plugins/jetpack/_inc/lib/core-api/class.jetpack-core-api-site-endpoints.php'),
(2809, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/core-api/class.jetpack-core-api-widgets-endpoints.php', 'wp-content/plugins/jetpack/_inc/lib/core-api/class.jetpack-core-api-widgets-endpoints.php'),
(2810, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/core-api/class.jetpack-core-api-xmlrpc-consumer-endpoint.php', 'wp-content/plugins/jetpack/_inc/lib/core-api/class.jetpack-core-api-xmlrpc-consumer-endpoint.php'),
(2811, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/core-api/load-wpcom-endpoints.php', 'wp-content/plugins/jetpack/_inc/lib/core-api/load-wpcom-endpoints.php'),
(2812, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/business-hours.php', 'wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/business-hours.php'),
(2813, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/class-wpcom-rest-api-v2-endpoint-admin-menu.php', 'wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/class-wpcom-rest-api-v2-endpoint-admin-menu.php'),
(2814, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/class-wpcom-rest-api-v2-endpoint-external-media.php', 'wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/class-wpcom-rest-api-v2-endpoint-external-media.php'),
(2815, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/class-wpcom-rest-api-v2-endpoint-instagram-gallery.php', 'wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/class-wpcom-rest-api-v2-endpoint-instagram-gallery.php'),
(2816, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/class-wpcom-rest-api-v2-endpoint-mailchimp.php', 'wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/class-wpcom-rest-api-v2-endpoint-mailchimp.php'),
(2817, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/class-wpcom-rest-api-v2-endpoint-podcast-player.php', 'wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/class-wpcom-rest-api-v2-endpoint-podcast-player.php'),
(2818, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/class-wpcom-rest-api-v2-endpoint-publicize-share-post.php', 'wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/class-wpcom-rest-api-v2-endpoint-publicize-share-post.php'),
(2819, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/class-wpcom-rest-api-v2-endpoint-resolve-redirect.php', 'wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/class-wpcom-rest-api-v2-endpoint-resolve-redirect.php'),
(2820, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/class-wpcom-rest-api-v2-endpoint-search.php', 'wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/class-wpcom-rest-api-v2-endpoint-search.php'),
(2821, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/class-wpcom-rest-api-v2-endpoint-transient.php', 'wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/class-wpcom-rest-api-v2-endpoint-transient.php'),
(2822, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/class-wpcom-rest-api-v2-endpoint-tweetstorm-gather.php', 'wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/class-wpcom-rest-api-v2-endpoint-tweetstorm-gather.php'),
(2823, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/class-wpcom-rest-api-v2-endpoint-tweetstorm-parse.php', 'wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/class-wpcom-rest-api-v2-endpoint-tweetstorm-parse.php'),
(2824, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/class-wpcom-rest-api-v2-endpoint-videopress.php', 'wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/class-wpcom-rest-api-v2-endpoint-videopress.php'),
(2825, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/gutenberg-available-extensions.php', 'wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/gutenberg-available-extensions.php'),
(2826, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/hello.php', 'wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/hello.php'),
(2827, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/memberships.php', 'wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/memberships.php'),
(2828, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/publicize-connection-test-results.php', 'wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/publicize-connection-test-results.php'),
(2829, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/publicize-connections.php', 'wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/publicize-connections.php'),
(2830, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/publicize-services.php', 'wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/publicize-services.php'),
(2831, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/service-api-keys.php', 'wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/service-api-keys.php'),
(2832, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/sites-posts-featured-media-url.php', 'wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/sites-posts-featured-media-url.php'),
(2833, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/subscribers.php', 'wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-endpoints/subscribers.php'),
(2834, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-fields/attachment-fields-videopress.php', 'wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-fields/attachment-fields-videopress.php'),
(2835, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-fields/class-wpcom-rest-api-v2-attachment-videopress-data.php', 'wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-fields/class-wpcom-rest-api-v2-attachment-videopress-data.php'),
(2836, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-fields/post-fields-publicize-connections.php', 'wp-content/plugins/jetpack/_inc/lib/core-api/wpcom-fields/post-fields-publicize-connections.php'),
(2837, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/debugger/class-jetpack-cxn-test-base.php', 'wp-content/plugins/jetpack/_inc/lib/debugger/class-jetpack-cxn-test-base.php'),
(2838, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/debugger/class-jetpack-cxn-tests.php', 'wp-content/plugins/jetpack/_inc/lib/debugger/class-jetpack-cxn-tests.php'),
(2839, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/debugger/class-jetpack-debug-data.php', 'wp-content/plugins/jetpack/_inc/lib/debugger/class-jetpack-debug-data.php'),
(2840, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/debugger/class-jetpack-debugger.php', 'wp-content/plugins/jetpack/_inc/lib/debugger/class-jetpack-debugger.php'),
(2841, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/debugger/debug-functions.php', 'wp-content/plugins/jetpack/_inc/lib/debugger/debug-functions.php'),
(2842, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/debugger/jetpack-debugger-site-health.css', 'wp-content/plugins/jetpack/_inc/lib/debugger/jetpack-debugger-site-health.css'),
(2843, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/debugger/jetpack-debugger-site-health.js', 'wp-content/plugins/jetpack/_inc/lib/debugger/jetpack-debugger-site-health.js'),
(2844, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/debugger.php', 'wp-content/plugins/jetpack/_inc/lib/debugger.php'),
(2845, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/functions.wp-notify.php', 'wp-content/plugins/jetpack/_inc/lib/functions.wp-notify.php'),
(2846, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/icalendar-reader.php', 'wp-content/plugins/jetpack/_inc/lib/icalendar-reader.php'),
(2847, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/markdown/README.md', 'wp-content/plugins/jetpack/_inc/lib/markdown/README.md'),
(2848, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/markdown/extra.php', 'wp-content/plugins/jetpack/_inc/lib/markdown/extra.php'),
(2849, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/markdown/gfm.php', 'wp-content/plugins/jetpack/_inc/lib/markdown/gfm.php'),
(2850, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/markdown.php', 'wp-content/plugins/jetpack/_inc/lib/markdown.php'),
(2851, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/plans.php', 'wp-content/plugins/jetpack/_inc/lib/plans.php'),
(2852, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/plugins.php', 'wp-content/plugins/jetpack/_inc/lib/plugins.php'),
(2853, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/tonesque.php', 'wp-content/plugins/jetpack/_inc/lib/tonesque.php'),
(2854, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/lib/widgets.php', 'wp-content/plugins/jetpack/_inc/lib/widgets.php'),
(2855, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/polldaddy-shortcode.js', 'wp-content/plugins/jetpack/_inc/polldaddy-shortcode.js'),
(2856, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/social-logos/social-logos.css', 'wp-content/plugins/jetpack/_inc/social-logos/social-logos.css'),
(2857, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/social-logos/social-logos.eot', 'wp-content/plugins/jetpack/_inc/social-logos/social-logos.eot'),
(2858, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/social-logos/social-logos.html', 'wp-content/plugins/jetpack/_inc/social-logos/social-logos.html'),
(2859, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/social-logos/social-logos.min.css', 'wp-content/plugins/jetpack/_inc/social-logos/social-logos.min.css'),
(2860, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/social-logos/social-logos.ttf', 'wp-content/plugins/jetpack/_inc/social-logos/social-logos.ttf'),
(2861, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/social-logos/social-logos.woff', 'wp-content/plugins/jetpack/_inc/social-logos/social-logos.woff'),
(2862, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/social-logos/social-logos.woff2', 'wp-content/plugins/jetpack/_inc/social-logos/social-logos.woff2'),
(2863, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/social-logos.php', 'wp-content/plugins/jetpack/_inc/social-logos.php'),
(2864, '/home/www/iamctv.com/wp-content/plugins/jetpack/_inc/twitter-timeline.js', 'wp-content/plugins/jetpack/_inc/twitter-timeline.js'),
(2865, '/home/www/iamctv.com/wp-content/plugins/jetpack/class-jetpack-connection-status.php', 'wp-content/plugins/jetpack/class-jetpack-connection-status.php'),
(2866, '/home/www/iamctv.com/wp-content/plugins/jetpack/class-jetpack-gallery-settings.php', 'wp-content/plugins/jetpack/class-jetpack-gallery-settings.php'),
(2867, '/home/www/iamctv.com/wp-content/plugins/jetpack/class-jetpack-pre-connection-jitms.php', 'wp-content/plugins/jetpack/class-jetpack-pre-connection-jitms.php'),
(2868, '/home/www/iamctv.com/wp-content/plugins/jetpack/class-jetpack-recommendations-banner.php', 'wp-content/plugins/jetpack/class-jetpack-recommendations-banner.php'),
(2869, '/home/www/iamctv.com/wp-content/plugins/jetpack/class-jetpack-stats-dashboard-widget.php', 'wp-content/plugins/jetpack/class-jetpack-stats-dashboard-widget.php'),
(2870, '/home/www/iamctv.com/wp-content/plugins/jetpack/class-jetpack-wizard-banner.php', 'wp-content/plugins/jetpack/class-jetpack-wizard-banner.php'),
(2871, '/home/www/iamctv.com/wp-content/plugins/jetpack/class-jetpack-xmlrpc-methods.php', 'wp-content/plugins/jetpack/class-jetpack-xmlrpc-methods.php'),
(2872, '/home/www/iamctv.com/wp-content/plugins/jetpack/class.frame-nonce-preview.php', 'wp-content/plugins/jetpack/class.frame-nonce-preview.php'),
(2873, '/home/www/iamctv.com/wp-content/plugins/jetpack/class.jetpack-admin.php', 'wp-content/plugins/jetpack/class.jetpack-admin.php'),
(2874, '/home/www/iamctv.com/wp-content/plugins/jetpack/class.jetpack-affiliate.php', 'wp-content/plugins/jetpack/class.jetpack-affiliate.php'),
(2875, '/home/www/iamctv.com/wp-content/plugins/jetpack/class.jetpack-autoupdate.php', 'wp-content/plugins/jetpack/class.jetpack-autoupdate.php'),
(2876, '/home/www/iamctv.com/wp-content/plugins/jetpack/class.jetpack-bbpress-json-api.compat.php', 'wp-content/plugins/jetpack/class.jetpack-bbpress-json-api.compat.php'),
(2877, '/home/www/iamctv.com/wp-content/plugins/jetpack/class.jetpack-cli.php', 'wp-content/plugins/jetpack/class.jetpack-cli.php'),
(2878, '/home/www/iamctv.com/wp-content/plugins/jetpack/class.jetpack-client-server.php', 'wp-content/plugins/jetpack/class.jetpack-client-server.php'),
(2879, '/home/www/iamctv.com/wp-content/plugins/jetpack/class.jetpack-connection-banner.php', 'wp-content/plugins/jetpack/class.jetpack-connection-banner.php'),
(2880, '/home/www/iamctv.com/wp-content/plugins/jetpack/class.jetpack-data.php', 'wp-content/plugins/jetpack/class.jetpack-data.php'),
(2881, '/home/www/iamctv.com/wp-content/plugins/jetpack/class.jetpack-gutenberg.php', 'wp-content/plugins/jetpack/class.jetpack-gutenberg.php'),
(2882, '/home/www/iamctv.com/wp-content/plugins/jetpack/class.jetpack-heartbeat.php', 'wp-content/plugins/jetpack/class.jetpack-heartbeat.php'),
(2883, '/home/www/iamctv.com/wp-content/plugins/jetpack/class.jetpack-idc.php', 'wp-content/plugins/jetpack/class.jetpack-idc.php'),
(2884, '/home/www/iamctv.com/wp-content/plugins/jetpack/class.jetpack-modules-list-table.php', 'wp-content/plugins/jetpack/class.jetpack-modules-list-table.php'),
(2885, '/home/www/iamctv.com/wp-content/plugins/jetpack/class.jetpack-network-sites-list-table.php', 'wp-content/plugins/jetpack/class.jetpack-network-sites-list-table.php'),
(2886, '/home/www/iamctv.com/wp-content/plugins/jetpack/class.jetpack-network.php', 'wp-content/plugins/jetpack/class.jetpack-network.php'),
(2887, '/home/www/iamctv.com/wp-content/plugins/jetpack/class.jetpack-plan.php', 'wp-content/plugins/jetpack/class.jetpack-plan.php'),
(2888, '/home/www/iamctv.com/wp-content/plugins/jetpack/class.jetpack-post-images.php', 'wp-content/plugins/jetpack/class.jetpack-post-images.php'),
(2889, '/home/www/iamctv.com/wp-content/plugins/jetpack/class.jetpack-twitter-cards.php', 'wp-content/plugins/jetpack/class.jetpack-twitter-cards.php'),
(2890, '/home/www/iamctv.com/wp-content/plugins/jetpack/class.jetpack-user-agent.php', 'wp-content/plugins/jetpack/class.jetpack-user-agent.php'),
(2891, '/home/www/iamctv.com/wp-content/plugins/jetpack/class.jetpack.php', 'wp-content/plugins/jetpack/class.jetpack.php'),
(2892, '/home/www/iamctv.com/wp-content/plugins/jetpack/class.json-api-endpoints.php', 'wp-content/plugins/jetpack/class.json-api-endpoints.php'),
(2893, '/home/www/iamctv.com/wp-content/plugins/jetpack/class.json-api.php', 'wp-content/plugins/jetpack/class.json-api.php'),
(2894, '/home/www/iamctv.com/wp-content/plugins/jetpack/class.photon.php', 'wp-content/plugins/jetpack/class.photon.php'),
(2895, '/home/www/iamctv.com/wp-content/plugins/jetpack/composer.json', 'wp-content/plugins/jetpack/composer.json'),
(2896, '/home/www/iamctv.com/wp-content/plugins/jetpack/css/cleanslate-rtl.css', 'wp-content/plugins/jetpack/css/cleanslate-rtl.css'),
(2897, '/home/www/iamctv.com/wp-content/plugins/jetpack/css/cleanslate-rtl.min.css', 'wp-content/plugins/jetpack/css/cleanslate-rtl.min.css'),
(2898, '/home/www/iamctv.com/wp-content/plugins/jetpack/css/cleanslate.css', 'wp-content/plugins/jetpack/css/cleanslate.css'),
(2899, '/home/www/iamctv.com/wp-content/plugins/jetpack/css/cleanslate.min.css', 'wp-content/plugins/jetpack/css/cleanslate.min.css'),
(2900, '/home/www/iamctv.com/wp-content/plugins/jetpack/css/dashboard-widget-rtl.css', 'wp-content/plugins/jetpack/css/dashboard-widget-rtl.css'),
(2901, '/home/www/iamctv.com/wp-content/plugins/jetpack/css/dashboard-widget-rtl.min.css', 'wp-content/plugins/jetpack/css/dashboard-widget-rtl.min.css'),
(2902, '/home/www/iamctv.com/wp-content/plugins/jetpack/css/dashboard-widget.css', 'wp-content/plugins/jetpack/css/dashboard-widget.css'),
(2903, '/home/www/iamctv.com/wp-content/plugins/jetpack/css/dashboard-widget.min.css', 'wp-content/plugins/jetpack/css/dashboard-widget.min.css'),
(2904, '/home/www/iamctv.com/wp-content/plugins/jetpack/css/jetpack-admin-rtl.css', 'wp-content/plugins/jetpack/css/jetpack-admin-rtl.css'),
(2905, '/home/www/iamctv.com/wp-content/plugins/jetpack/css/jetpack-admin-rtl.min.css', 'wp-content/plugins/jetpack/css/jetpack-admin-rtl.min.css'),
(2906, '/home/www/iamctv.com/wp-content/plugins/jetpack/css/jetpack-admin.css', 'wp-content/plugins/jetpack/css/jetpack-admin.css'),
(2907, '/home/www/iamctv.com/wp-content/plugins/jetpack/css/jetpack-admin.min.css', 'wp-content/plugins/jetpack/css/jetpack-admin.min.css'),
(2908, '/home/www/iamctv.com/wp-content/plugins/jetpack/css/jetpack-banners-emerald-rtl.css', 'wp-content/plugins/jetpack/css/jetpack-banners-emerald-rtl.css'),
(2909, '/home/www/iamctv.com/wp-content/plugins/jetpack/css/jetpack-banners-emerald-rtl.min.css', 'wp-content/plugins/jetpack/css/jetpack-banners-emerald-rtl.min.css'),
(2910, '/home/www/iamctv.com/wp-content/plugins/jetpack/css/jetpack-banners-emerald.css', 'wp-content/plugins/jetpack/css/jetpack-banners-emerald.css'),
(2911, '/home/www/iamctv.com/wp-content/plugins/jetpack/css/jetpack-banners-emerald.min.css', 'wp-content/plugins/jetpack/css/jetpack-banners-emerald.min.css'),
(2912, '/home/www/iamctv.com/wp-content/plugins/jetpack/css/jetpack-banners-rtl.css', 'wp-content/plugins/jetpack/css/jetpack-banners-rtl.css'),
(2913, '/home/www/iamctv.com/wp-content/plugins/jetpack/css/jetpack-banners-rtl.min.css', 'wp-content/plugins/jetpack/css/jetpack-banners-rtl.min.css'),
(2914, '/home/www/iamctv.com/wp-content/plugins/jetpack/css/jetpack-banners.css', 'wp-content/plugins/jetpack/css/jetpack-banners.css'),
(2915, '/home/www/iamctv.com/wp-content/plugins/jetpack/css/jetpack-banners.min.css', 'wp-content/plugins/jetpack/css/jetpack-banners.min.css'),
(2916, '/home/www/iamctv.com/wp-content/plugins/jetpack/css/jetpack-connect-rtl.css', 'wp-content/plugins/jetpack/css/jetpack-connect-rtl.css'),
(2917, '/home/www/iamctv.com/wp-content/plugins/jetpack/css/jetpack-connect-rtl.min.css', 'wp-content/plugins/jetpack/css/jetpack-connect-rtl.min.css'),
(2918, '/home/www/iamctv.com/wp-content/plugins/jetpack/css/jetpack-connect.css', 'wp-content/plugins/jetpack/css/jetpack-connect.css'),
(2919, '/home/www/iamctv.com/wp-content/plugins/jetpack/css/jetpack-connect.min.css', 'wp-content/plugins/jetpack/css/jetpack-connect.min.css'),
(2920, '/home/www/iamctv.com/wp-content/plugins/jetpack/css/jetpack-connection-banner-rtl.css', 'wp-content/plugins/jetpack/css/jetpack-connection-banner-rtl.css'),
(2921, '/home/www/iamctv.com/wp-content/plugins/jetpack/css/jetpack-connection-banner-rtl.min.css', 'wp-content/plugins/jetpack/css/jetpack-connection-banner-rtl.min.css'),
(2922, '/home/www/iamctv.com/wp-content/plugins/jetpack/css/jetpack-connection-banner.css', 'wp-content/plugins/jetpack/css/jetpack-connection-banner.css'),
(2923, '/home/www/iamctv.com/wp-content/plugins/jetpack/css/jetpack-connection-banner.min.css', 'wp-content/plugins/jetpack/css/jetpack-connection-banner.min.css'),
(2924, '/home/www/iamctv.com/wp-content/plugins/jetpack/css/jetpack-deactivate-dialog-rtl.css', 'wp-content/plugins/jetpack/css/jetpack-deactivate-dialog-rtl.css'),
(2925, '/home/www/iamctv.com/wp-content/plugins/jetpack/css/jetpack-deactivate-dialog-rtl.min.css', 'wp-content/plugins/jetpack/css/jetpack-deactivate-dialog-rtl.min.css'),
(2926, '/home/www/iamctv.com/wp-content/plugins/jetpack/css/jetpack-deactivate-dialog.css', 'wp-content/plugins/jetpack/css/jetpack-deactivate-dialog.css'),
(2927, '/home/www/iamctv.com/wp-content/plugins/jetpack/css/jetpack-deactivate-dialog.min.css', 'wp-content/plugins/jetpack/css/jetpack-deactivate-dialog.min.css'),
(2928, '/home/www/iamctv.com/wp-content/plugins/jetpack/css/jetpack-icons-rtl.css', 'wp-content/plugins/jetpack/css/jetpack-icons-rtl.css'),
(2929, '/home/www/iamctv.com/wp-content/plugins/jetpack/css/jetpack-icons-rtl.min.css', 'wp-content/plugins/jetpack/css/jetpack-icons-rtl.min.css'),
(2930, '/home/www/iamctv.com/wp-content/plugins/jetpack/css/jetpack-icons.css', 'wp-content/plugins/jetpack/css/jetpack-icons.css'),
(2931, '/home/www/iamctv.com/wp-content/plugins/jetpack/css/jetpack-icons.min.css', 'wp-content/plugins/jetpack/css/jetpack-icons.min.css'),
(2932, '/home/www/iamctv.com/wp-content/plugins/jetpack/css/jetpack-recommendations-banner-rtl.css', 'wp-content/plugins/jetpack/css/jetpack-recommendations-banner-rtl.css'),
(2933, '/home/www/iamctv.com/wp-content/plugins/jetpack/css/jetpack-recommendations-banner-rtl.min.css', 'wp-content/plugins/jetpack/css/jetpack-recommendations-banner-rtl.min.css'),
(2934, '/home/www/iamctv.com/wp-content/plugins/jetpack/css/jetpack-recommendations-banner.css', 'wp-content/plugins/jetpack/css/jetpack-recommendations-banner.css'),
(2935, '/home/www/iamctv.com/wp-content/plugins/jetpack/css/jetpack-recommendations-banner.min.css', 'wp-content/plugins/jetpack/css/jetpack-recommendations-banner.min.css'),
(2936, '/home/www/iamctv.com/wp-content/plugins/jetpack/css/jetpack-rtl.css', 'wp-content/plugins/jetpack/css/jetpack-rtl.css'),
(2937, '/home/www/iamctv.com/wp-content/plugins/jetpack/css/jetpack.css', 'wp-content/plugins/jetpack/css/jetpack.css'),
(2938, '/home/www/iamctv.com/wp-content/plugins/jetpack/css/wordads-ccpa-rtl.css', 'wp-content/plugins/jetpack/css/wordads-ccpa-rtl.css'),
(2939, '/home/www/iamctv.com/wp-content/plugins/jetpack/css/wordads-ccpa-rtl.min.css', 'wp-content/plugins/jetpack/css/wordads-ccpa-rtl.min.css'),
(2940, '/home/www/iamctv.com/wp-content/plugins/jetpack/css/wordads-ccpa.css', 'wp-content/plugins/jetpack/css/wordads-ccpa.css'),
(2941, '/home/www/iamctv.com/wp-content/plugins/jetpack/css/wordads-ccpa.min.css', 'wp-content/plugins/jetpack/css/wordads-ccpa.min.css'),
(2942, '/home/www/iamctv.com/wp-content/plugins/jetpack/enhanced-open-graph.php', 'wp-content/plugins/jetpack/enhanced-open-graph.php'),
(2943, '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/amazon/amazon.php', 'wp-content/plugins/jetpack/extensions/blocks/amazon/amazon.php'),
(2944, '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/anchor-fm/anchor-fm.php', 'wp-content/plugins/jetpack/extensions/blocks/anchor-fm/anchor-fm.php'),
(2945, '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/business-hours/business-hours.php', 'wp-content/plugins/jetpack/extensions/blocks/business-hours/business-hours.php'),
(2946, '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/button/button.php', 'wp-content/plugins/jetpack/extensions/blocks/button/button.php'),
(2947, '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/calendly/calendly.php', 'wp-content/plugins/jetpack/extensions/blocks/calendly/calendly.php'),
(2948, '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/contact-info/class-jetpack-contact-info-block.php', 'wp-content/plugins/jetpack/extensions/blocks/contact-info/class-jetpack-contact-info-block.php'),
(2949, '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/contact-info/contact-info.php', 'wp-content/plugins/jetpack/extensions/blocks/contact-info/contact-info.php'),
(2950, '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/conversation/conversation.php', 'wp-content/plugins/jetpack/extensions/blocks/conversation/conversation.php'),
(2951, '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/dialogue/dialogue.php', 'wp-content/plugins/jetpack/extensions/blocks/dialogue/dialogue.php'),
(2952, '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/donations/donations.php', 'wp-content/plugins/jetpack/extensions/blocks/donations/donations.php'),
(2953, '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/eventbrite/eventbrite.php', 'wp-content/plugins/jetpack/extensions/blocks/eventbrite/eventbrite.php'),
(2954, '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/gif/gif.php', 'wp-content/plugins/jetpack/extensions/blocks/gif/gif.php'),
(2955, '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/google-calendar/google-calendar.php', 'wp-content/plugins/jetpack/extensions/blocks/google-calendar/google-calendar.php'),
(2956, '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/image-compare/image-compare.php', 'wp-content/plugins/jetpack/extensions/blocks/image-compare/image-compare.php'),
(2957, '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/instagram-gallery/instagram-gallery.php', 'wp-content/plugins/jetpack/extensions/blocks/instagram-gallery/instagram-gallery.php'),
(2958, '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/mailchimp/mailchimp.php', 'wp-content/plugins/jetpack/extensions/blocks/mailchimp/mailchimp.php'),
(2959, '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/map/map.php', 'wp-content/plugins/jetpack/extensions/blocks/map/map.php'),
(2960, '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/markdown/markdown.php', 'wp-content/plugins/jetpack/extensions/blocks/markdown/markdown.php'),
(2961, '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/opentable/opentable.php', 'wp-content/plugins/jetpack/extensions/blocks/opentable/opentable.php'),
(2962, '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/payments-intro/payments-intro.php', 'wp-content/plugins/jetpack/extensions/blocks/payments-intro/payments-intro.php'),
(2963, '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/pinterest/pinterest.php', 'wp-content/plugins/jetpack/extensions/blocks/pinterest/pinterest.php'),
(2964, '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/podcast-player/podcast-player.php', 'wp-content/plugins/jetpack/extensions/blocks/podcast-player/podcast-player.php'),
(2965, '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/podcast-player/templates/playlist-track.php', 'wp-content/plugins/jetpack/extensions/blocks/podcast-player/templates/playlist-track.php'),
(2966, '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/podcast-player/templates/podcast-header-title.php', 'wp-content/plugins/jetpack/extensions/blocks/podcast-player/templates/podcast-header-title.php'),
(2967, '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/podcast-player/templates/podcast-header.php', 'wp-content/plugins/jetpack/extensions/blocks/podcast-player/templates/podcast-header.php'),
(2968, '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/podcast-player/templates/podcast-title.php', 'wp-content/plugins/jetpack/extensions/blocks/podcast-player/templates/podcast-title.php'),
(2969, '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/premium-content/_inc/access-check.php', 'wp-content/plugins/jetpack/extensions/blocks/premium-content/_inc/access-check.php'),
(2970, '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/premium-content/_inc/legacy-buttons.php', 'wp-content/plugins/jetpack/extensions/blocks/premium-content/_inc/legacy-buttons.php'),
(2971, '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/premium-content/_inc/subscription-service/class-jetpack-token-subscription-service.php', 'wp-content/plugins/jetpack/extensions/blocks/premium-content/_inc/subscription-service/class-jetpack-token-subscription-service.php'),
(2972, '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/premium-content/_inc/subscription-service/class-jwt.php', 'wp-content/plugins/jetpack/extensions/blocks/premium-content/_inc/subscription-service/class-jwt.php'),
(2973, '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/premium-content/_inc/subscription-service/class-subscription-service.php', 'wp-content/plugins/jetpack/extensions/blocks/premium-content/_inc/subscription-service/class-subscription-service.php'),
(2974, '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/premium-content/_inc/subscription-service/class-token-subscription-service.php', 'wp-content/plugins/jetpack/extensions/blocks/premium-content/_inc/subscription-service/class-token-subscription-service.php'),
(2975, '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/premium-content/_inc/subscription-service/class-token-subscription.php', 'wp-content/plugins/jetpack/extensions/blocks/premium-content/_inc/subscription-service/class-token-subscription.php'),
(2976, '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/premium-content/_inc/subscription-service/class-unconfigured-subscription-service.php', 'wp-content/plugins/jetpack/extensions/blocks/premium-content/_inc/subscription-service/class-unconfigured-subscription-service.php'),
(2977, '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/premium-content/_inc/subscription-service/class-wpcom-offline-subscription-service.php', 'wp-content/plugins/jetpack/extensions/blocks/premium-content/_inc/subscription-service/class-wpcom-offline-subscription-service.php'),
(2978, '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/premium-content/_inc/subscription-service/class-wpcom-token-subscription-service.php', 'wp-content/plugins/jetpack/extensions/blocks/premium-content/_inc/subscription-service/class-wpcom-token-subscription-service.php'),
(2979, '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/premium-content/_inc/subscription-service/include.php', 'wp-content/plugins/jetpack/extensions/blocks/premium-content/_inc/subscription-service/include.php'),
(2980, '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/premium-content/buttons/buttons.php', 'wp-content/plugins/jetpack/extensions/blocks/premium-content/buttons/buttons.php'),
(2981, '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/premium-content/logged-out-view/logged-out-view.php', 'wp-content/plugins/jetpack/extensions/blocks/premium-content/logged-out-view/logged-out-view.php'),
(2982, '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/premium-content/login-button/login-button.php', 'wp-content/plugins/jetpack/extensions/blocks/premium-content/login-button/login-button.php'),
(2983, '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/premium-content/premium-content.php', 'wp-content/plugins/jetpack/extensions/blocks/premium-content/premium-content.php'),
(2984, '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/premium-content/subscriber-view/subscriber-view.php', 'wp-content/plugins/jetpack/extensions/blocks/premium-content/subscriber-view/subscriber-view.php'),
(2985, '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/rating-star/rating-meta.php', 'wp-content/plugins/jetpack/extensions/blocks/rating-star/rating-meta.php'),
(2986, '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/rating-star/rating-star.php', 'wp-content/plugins/jetpack/extensions/blocks/rating-star/rating-star.php'),
(2987, '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/recipe/class-jetpack-recipe-block.php', 'wp-content/plugins/jetpack/extensions/blocks/recipe/class-jetpack-recipe-block.php'),
(2988, '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/recipe/recipe.php', 'wp-content/plugins/jetpack/extensions/blocks/recipe/recipe.php'),
(2989, '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/recurring-payments/recurring-payments.php', 'wp-content/plugins/jetpack/extensions/blocks/recurring-payments/recurring-payments.php'),
(2990, '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/repeat-visitor/repeat-visitor.php', 'wp-content/plugins/jetpack/extensions/blocks/repeat-visitor/repeat-visitor.php'),
(2991, '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/revue/revue.php', 'wp-content/plugins/jetpack/extensions/blocks/revue/revue.php'),
(2992, '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/send-a-message/send-a-message.php', 'wp-content/plugins/jetpack/extensions/blocks/send-a-message/send-a-message.php'),
(2993, '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/send-a-message/whatsapp-button/whatsapp-button.php', 'wp-content/plugins/jetpack/extensions/blocks/send-a-message/whatsapp-button/whatsapp-button.php'),
(2994, '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/simple-payments/simple-payments.php', 'wp-content/plugins/jetpack/extensions/blocks/simple-payments/simple-payments.php'),
(2995, '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/slideshow/slideshow.php', 'wp-content/plugins/jetpack/extensions/blocks/slideshow/slideshow.php'),
(2996, '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/social-previews/social-previews.php', 'wp-content/plugins/jetpack/extensions/blocks/social-previews/social-previews.php'),
(2997, '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/story/story.php', 'wp-content/plugins/jetpack/extensions/blocks/story/story.php'),
(2998, '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/subscriptions/subscriptions.php', 'wp-content/plugins/jetpack/extensions/blocks/subscriptions/subscriptions.php'),
(2999, '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/tiled-gallery/tiled-gallery.php', 'wp-content/plugins/jetpack/extensions/blocks/tiled-gallery/tiled-gallery.php'),
(3000, '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/videopress/videopress.php', 'wp-content/plugins/jetpack/extensions/blocks/videopress/videopress.php'),
(3001, '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/blocks/wordads/wordads.php', 'wp-content/plugins/jetpack/extensions/blocks/wordads/wordads.php'),
(3002, '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/extended-blocks/core-audio/core-audio.php', 'wp-content/plugins/jetpack/extensions/extended-blocks/core-audio/core-audio.php'),
(3003, '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/extended-blocks/core-cover/core-cover.php', 'wp-content/plugins/jetpack/extensions/extended-blocks/core-cover/core-cover.php'),
(3004, '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/extended-blocks/core-video/core-video.php', 'wp-content/plugins/jetpack/extensions/extended-blocks/core-video/core-video.php'),
(3005, '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/extended-blocks/premium-content-container/premium-content-container.php', 'wp-content/plugins/jetpack/extensions/extended-blocks/premium-content-container/premium-content-container.php'),
(3006, '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/plugins/payments/payments.php', 'wp-content/plugins/jetpack/extensions/plugins/payments/payments.php'),
(3007, '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/plugins/post-publish-qr-post-panel/post-publish-qr-post-panel.php', 'wp-content/plugins/jetpack/extensions/plugins/post-publish-qr-post-panel/post-publish-qr-post-panel.php'),
(3008, '/home/www/iamctv.com/wp-content/plugins/jetpack/extensions/plugins/publicize/publicize.php', 'wp-content/plugins/jetpack/extensions/plugins/publicize/publicize.php'),
(3009, '/home/www/iamctv.com/wp-content/plugins/jetpack/functions.compat.php', 'wp-content/plugins/jetpack/functions.compat.php'),
(3010, '/home/www/iamctv.com/wp-content/plugins/jetpack/functions.cookies.php', 'wp-content/plugins/jetpack/functions.cookies.php'),
(3011, '/home/www/iamctv.com/wp-content/plugins/jetpack/functions.global.php', 'wp-content/plugins/jetpack/functions.global.php'),
(3012, '/home/www/iamctv.com/wp-content/plugins/jetpack/functions.opengraph.php', 'wp-content/plugins/jetpack/functions.opengraph.php'),
(3013, '/home/www/iamctv.com/wp-content/plugins/jetpack/functions.photon.php', 'wp-content/plugins/jetpack/functions.photon.php'),
(3014, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/apps/triple-devices.svg', 'wp-content/plugins/jetpack/images/apps/triple-devices.svg'),
(3015, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/apps.svg', 'wp-content/plugins/jetpack/images/apps.svg'),
(3016, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/backup-getting-started-thumbnail-2x.png', 'wp-content/plugins/jetpack/images/backup-getting-started-thumbnail-2x.png'),
(3017, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/backup-getting-started-thumbnail.png', 'wp-content/plugins/jetpack/images/backup-getting-started-thumbnail.png'),
(3018, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/block-picker.png', 'wp-content/plugins/jetpack/images/block-picker.png'),
(3019, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/cf-ss.png', 'wp-content/plugins/jetpack/images/cf-ss.png'),
(3020, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/characters.svg', 'wp-content/plugins/jetpack/images/characters.svg'),
(3021, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/close.svg', 'wp-content/plugins/jetpack/images/close.svg'),
(3022, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/cloud-based.svg', 'wp-content/plugins/jetpack/images/cloud-based.svg'),
(3023, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/cloud-checkmark.svg', 'wp-content/plugins/jetpack/images/cloud-checkmark.svg'),
(3024, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/connect-jetpack.svg', 'wp-content/plugins/jetpack/images/connect-jetpack.svg'),
(3025, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/connect-plug.svg', 'wp-content/plugins/jetpack/images/connect-plug.svg'),
(3026, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/connect-right-partner-backup.png', 'wp-content/plugins/jetpack/images/connect-right-partner-backup.png'),
(3027, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/connect-right-secondary.png', 'wp-content/plugins/jetpack/images/connect-right-secondary.png'),
(3028, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/connect-right.jpg', 'wp-content/plugins/jetpack/images/connect-right.jpg'),
(3029, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/customize-theme-2.svg', 'wp-content/plugins/jetpack/images/customize-theme-2.svg'),
(3030, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/customize-theme.svg', 'wp-content/plugins/jetpack/images/customize-theme.svg'),
(3031, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/generating-cash-2.svg', 'wp-content/plugins/jetpack/images/generating-cash-2.svg'),
(3032, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/generating-cash.svg', 'wp-content/plugins/jetpack/images/generating-cash.svg'),
(3033, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/get-apps-google-play.png', 'wp-content/plugins/jetpack/images/get-apps-google-play.png'),
(3034, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/get-apps-ios-store.svg', 'wp-content/plugins/jetpack/images/get-apps-ios-store.svg'),
(3035, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/get-apps.svg', 'wp-content/plugins/jetpack/images/get-apps.svg'),
(3036, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/green-star.svg', 'wp-content/plugins/jetpack/images/green-star.svg'),
(3037, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/ionos-logo.jpg', 'wp-content/plugins/jetpack/images/ionos-logo.jpg'),
(3038, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/jetpack-aside-background.jpg', 'wp-content/plugins/jetpack/images/jetpack-aside-background.jpg'),
(3039, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/jetpack-backup.svg', 'wp-content/plugins/jetpack/images/jetpack-backup.svg'),
(3040, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/jetpack-connection-banner-background.svg', 'wp-content/plugins/jetpack/images/jetpack-connection-banner-background.svg'),
(3041, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/jetpack-connection-image-2x.png', 'wp-content/plugins/jetpack/images/jetpack-connection-image-2x.png'),
(3042, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/jetpack-connection-image-2x.webp', 'wp-content/plugins/jetpack/images/jetpack-connection-image-2x.webp'),
(3043, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/jetpack-connection-image.png', 'wp-content/plugins/jetpack/images/jetpack-connection-image.png'),
(3044, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/jetpack-connection-image.webp', 'wp-content/plugins/jetpack/images/jetpack-connection-image.webp'),
(3045, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/jetpack-connection-performance.svg', 'wp-content/plugins/jetpack/images/jetpack-connection-performance.svg'),
(3046, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/jetpack-connection-security.svg', 'wp-content/plugins/jetpack/images/jetpack-connection-security.svg'),
(3047, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/jetpack-design.svg', 'wp-content/plugins/jetpack/images/jetpack-design.svg'),
(3048, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/jetpack-google-analytics.svg', 'wp-content/plugins/jetpack/images/jetpack-google-analytics.svg'),
(3049, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/jetpack-gutenberg.svg', 'wp-content/plugins/jetpack/images/jetpack-gutenberg.svg'),
(3050, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/jetpack-icon.jpg', 'wp-content/plugins/jetpack/images/jetpack-icon.jpg'),
(3051, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/jetpack-logo.png', 'wp-content/plugins/jetpack/images/jetpack-logo.png'),
(3052, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/jetpack-logo.svg', 'wp-content/plugins/jetpack/images/jetpack-logo.svg'),
(3053, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/jetpack-logomark-blue.svg', 'wp-content/plugins/jetpack/images/jetpack-logomark-blue.svg'),
(3054, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/jetpack-marketing.svg', 'wp-content/plugins/jetpack/images/jetpack-marketing.svg'),
(3055, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/jetpack-new-heights.svg', 'wp-content/plugins/jetpack/images/jetpack-new-heights.svg'),
(3056, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/jetpack-performance-icon.svg', 'wp-content/plugins/jetpack/images/jetpack-performance-icon.svg'),
(3057, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/jetpack-performance.svg', 'wp-content/plugins/jetpack/images/jetpack-performance.svg');
INSERT INTO `iamc_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(3058, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/jetpack-powering-up.svg', 'wp-content/plugins/jetpack/images/jetpack-powering-up.svg'),
(3059, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/jetpack-publicize-1.svg', 'wp-content/plugins/jetpack/images/jetpack-publicize-1.svg'),
(3060, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/jetpack-search-icon.svg', 'wp-content/plugins/jetpack/images/jetpack-search-icon.svg'),
(3061, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/jetpack-search.svg', 'wp-content/plugins/jetpack/images/jetpack-search.svg'),
(3062, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/jetpack-security.svg', 'wp-content/plugins/jetpack/images/jetpack-security.svg'),
(3063, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/jetpack-site-activity.svg', 'wp-content/plugins/jetpack/images/jetpack-site-activity.svg'),
(3064, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/jetpack-spam.svg', 'wp-content/plugins/jetpack/images/jetpack-spam.svg'),
(3065, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/jetpack-speed-icon.svg', 'wp-content/plugins/jetpack/images/jetpack-speed-icon.svg'),
(3066, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/jetpack-speed.svg', 'wp-content/plugins/jetpack/images/jetpack-speed.svg'),
(3067, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/jetpack-support.svg', 'wp-content/plugins/jetpack/images/jetpack-support.svg'),
(3068, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/jetpack-themes.svg', 'wp-content/plugins/jetpack/images/jetpack-themes.svg'),
(3069, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/jetpack-updates.svg', 'wp-content/plugins/jetpack/images/jetpack-updates.svg'),
(3070, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/jetpack-video-hosting.svg', 'wp-content/plugins/jetpack/images/jetpack-video-hosting.svg'),
(3071, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/jetpack-welcome.svg', 'wp-content/plugins/jetpack/images/jetpack-welcome.svg'),
(3072, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/jetpack-woocommerce-logo.svg', 'wp-content/plugins/jetpack/images/jetpack-woocommerce-logo.svg'),
(3073, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/jetpack-wordads.svg', 'wp-content/plugins/jetpack/images/jetpack-wordads.svg'),
(3074, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/jupiter.svg', 'wp-content/plugins/jetpack/images/jupiter.svg'),
(3075, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/lock.svg', 'wp-content/plugins/jetpack/images/lock.svg'),
(3076, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/man-and-laptop.svg', 'wp-content/plugins/jetpack/images/man-and-laptop.svg'),
(3077, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/people-around-page.svg', 'wp-content/plugins/jetpack/images/people-around-page.svg'),
(3078, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/plans/jetpack-complete.svg', 'wp-content/plugins/jetpack/images/plans/jetpack-complete.svg'),
(3079, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/plans/jetpack-free.svg', 'wp-content/plugins/jetpack/images/plans/jetpack-free.svg'),
(3080, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/plans/jetpack-personal.svg', 'wp-content/plugins/jetpack/images/plans/jetpack-personal.svg'),
(3081, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/plans/jetpack-premium.svg', 'wp-content/plugins/jetpack/images/plans/jetpack-premium.svg'),
(3082, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/plans/jetpack-professional.svg', 'wp-content/plugins/jetpack/images/plans/jetpack-professional.svg'),
(3083, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/plans/jetpack-security.svg', 'wp-content/plugins/jetpack/images/plans/jetpack-security.svg'),
(3084, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/plans/wpcom-business.svg', 'wp-content/plugins/jetpack/images/plans/wpcom-business.svg'),
(3085, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/plans/wpcom-ecommerce.svg', 'wp-content/plugins/jetpack/images/plans/wpcom-ecommerce.svg'),
(3086, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/plans/wpcom-free.svg', 'wp-content/plugins/jetpack/images/plans/wpcom-free.svg'),
(3087, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/plans/wpcom-personal.svg', 'wp-content/plugins/jetpack/images/plans/wpcom-personal.svg'),
(3088, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/plans/wpcom-premium.svg', 'wp-content/plugins/jetpack/images/plans/wpcom-premium.svg'),
(3089, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/products/illustration-anti-spam.png', 'wp-content/plugins/jetpack/images/products/illustration-anti-spam.png'),
(3090, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/products/illustration-backup.png', 'wp-content/plugins/jetpack/images/products/illustration-backup.png'),
(3091, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/products/illustration-scan.png', 'wp-content/plugins/jetpack/images/products/illustration-scan.png'),
(3092, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/products/illustration-search.png', 'wp-content/plugins/jetpack/images/products/illustration-search.png'),
(3093, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/products/illustration-videopress.png', 'wp-content/plugins/jetpack/images/products/illustration-videopress.png'),
(3094, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/products/product-jetpack-anti-spam.svg', 'wp-content/plugins/jetpack/images/products/product-jetpack-anti-spam.svg'),
(3095, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/products/product-jetpack-backup.svg', 'wp-content/plugins/jetpack/images/products/product-jetpack-backup.svg'),
(3096, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/products/product-jetpack-boost.svg', 'wp-content/plugins/jetpack/images/products/product-jetpack-boost.svg'),
(3097, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/products/product-jetpack-crm.svg', 'wp-content/plugins/jetpack/images/products/product-jetpack-crm.svg'),
(3098, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/products/product-jetpack-scan.svg', 'wp-content/plugins/jetpack/images/products/product-jetpack-scan.svg'),
(3099, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/products/product-jetpack-search.svg', 'wp-content/plugins/jetpack/images/products/product-jetpack-search.svg'),
(3100, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/products/product-jetpack-security-bundle.svg', 'wp-content/plugins/jetpack/images/products/product-jetpack-security-bundle.svg'),
(3101, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/products/product-jetpack-social.svg', 'wp-content/plugins/jetpack/images/products/product-jetpack-social.svg'),
(3102, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/products/product-jetpack-videopress.svg', 'wp-content/plugins/jetpack/images/products/product-jetpack-videopress.svg'),
(3103, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/recommendations/assistant-creative-mail-2x.png', 'wp-content/plugins/jetpack/images/recommendations/assistant-creative-mail-2x.png'),
(3104, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/recommendations/assistant-creative-mail-2x.webp', 'wp-content/plugins/jetpack/images/recommendations/assistant-creative-mail-2x.webp'),
(3105, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/recommendations/assistant-creative-mail.png', 'wp-content/plugins/jetpack/images/recommendations/assistant-creative-mail.png'),
(3106, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/recommendations/assistant-creative-mail.webp', 'wp-content/plugins/jetpack/images/recommendations/assistant-creative-mail.webp'),
(3107, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/recommendations/assistant-downtime-monitoring-2x.png', 'wp-content/plugins/jetpack/images/recommendations/assistant-downtime-monitoring-2x.png'),
(3108, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/recommendations/assistant-downtime-monitoring-2x.webp', 'wp-content/plugins/jetpack/images/recommendations/assistant-downtime-monitoring-2x.webp'),
(3109, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/recommendations/assistant-downtime-monitoring.png', 'wp-content/plugins/jetpack/images/recommendations/assistant-downtime-monitoring.png'),
(3110, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/recommendations/assistant-downtime-monitoring.webp', 'wp-content/plugins/jetpack/images/recommendations/assistant-downtime-monitoring.webp'),
(3111, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/recommendations/assistant-product-purchased-2x.png', 'wp-content/plugins/jetpack/images/recommendations/assistant-product-purchased-2x.png'),
(3112, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/recommendations/assistant-product-purchased-2x.webp', 'wp-content/plugins/jetpack/images/recommendations/assistant-product-purchased-2x.webp'),
(3113, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/recommendations/assistant-product-purchased.png', 'wp-content/plugins/jetpack/images/recommendations/assistant-product-purchased.png'),
(3114, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/recommendations/assistant-product-purchased.webp', 'wp-content/plugins/jetpack/images/recommendations/assistant-product-purchased.webp'),
(3115, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/recommendations/assistant-related-post-2x.png', 'wp-content/plugins/jetpack/images/recommendations/assistant-related-post-2x.png'),
(3116, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/recommendations/assistant-related-post-2x.webp', 'wp-content/plugins/jetpack/images/recommendations/assistant-related-post-2x.webp'),
(3117, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/recommendations/assistant-related-post.png', 'wp-content/plugins/jetpack/images/recommendations/assistant-related-post.png'),
(3118, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/recommendations/assistant-related-post.webp', 'wp-content/plugins/jetpack/images/recommendations/assistant-related-post.webp'),
(3119, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/recommendations/assistant-site-accelerator-2x.png', 'wp-content/plugins/jetpack/images/recommendations/assistant-site-accelerator-2x.png'),
(3120, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/recommendations/assistant-site-accelerator-2x.webp', 'wp-content/plugins/jetpack/images/recommendations/assistant-site-accelerator-2x.webp'),
(3121, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/recommendations/assistant-site-accelerator.png', 'wp-content/plugins/jetpack/images/recommendations/assistant-site-accelerator.png'),
(3122, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/recommendations/assistant-site-accelerator.webp', 'wp-content/plugins/jetpack/images/recommendations/assistant-site-accelerator.webp'),
(3123, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/recommendations/assistant-site-type-2x.png', 'wp-content/plugins/jetpack/images/recommendations/assistant-site-type-2x.png'),
(3124, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/recommendations/assistant-site-type-2x.webp', 'wp-content/plugins/jetpack/images/recommendations/assistant-site-type-2x.webp'),
(3125, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/recommendations/assistant-site-type.png', 'wp-content/plugins/jetpack/images/recommendations/assistant-site-type.png'),
(3126, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/recommendations/assistant-site-type.webp', 'wp-content/plugins/jetpack/images/recommendations/assistant-site-type.webp'),
(3127, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/recommendations/bug-icon.svg', 'wp-content/plugins/jetpack/images/recommendations/bug-icon.svg'),
(3128, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/recommendations/cloud-icon.svg', 'wp-content/plugins/jetpack/images/recommendations/cloud-icon.svg'),
(3129, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/recommendations/manage-security.svg', 'wp-content/plugins/jetpack/images/recommendations/manage-security.svg'),
(3130, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/recommendations/mobile-app.svg', 'wp-content/plugins/jetpack/images/recommendations/mobile-app.svg'),
(3131, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/recommendations/one-click-restores.svg', 'wp-content/plugins/jetpack/images/recommendations/one-click-restores.svg'),
(3132, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/recommendations/product-purchased-illustration.svg', 'wp-content/plugins/jetpack/images/recommendations/product-purchased-illustration.svg'),
(3133, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/recommendations/video-icon.svg', 'wp-content/plugins/jetpack/images/recommendations/video-icon.svg'),
(3134, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/rss/blue-large.png', 'wp-content/plugins/jetpack/images/rss/blue-large.png'),
(3135, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/rss/blue-medium.png', 'wp-content/plugins/jetpack/images/rss/blue-medium.png'),
(3136, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/rss/blue-small.png', 'wp-content/plugins/jetpack/images/rss/blue-small.png'),
(3137, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/rss/green-large.png', 'wp-content/plugins/jetpack/images/rss/green-large.png'),
(3138, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/rss/green-medium.png', 'wp-content/plugins/jetpack/images/rss/green-medium.png'),
(3139, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/rss/green-small.png', 'wp-content/plugins/jetpack/images/rss/green-small.png'),
(3140, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/rss/orange-large.png', 'wp-content/plugins/jetpack/images/rss/orange-large.png'),
(3141, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/rss/orange-medium.png', 'wp-content/plugins/jetpack/images/rss/orange-medium.png'),
(3142, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/rss/orange-small.png', 'wp-content/plugins/jetpack/images/rss/orange-small.png'),
(3143, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/rss/pink-large.png', 'wp-content/plugins/jetpack/images/rss/pink-large.png'),
(3144, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/rss/pink-medium.png', 'wp-content/plugins/jetpack/images/rss/pink-medium.png'),
(3145, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/rss/pink-small.png', 'wp-content/plugins/jetpack/images/rss/pink-small.png'),
(3146, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/rss/purple-large.png', 'wp-content/plugins/jetpack/images/rss/purple-large.png'),
(3147, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/rss/purple-medium.png', 'wp-content/plugins/jetpack/images/rss/purple-medium.png'),
(3148, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/rss/purple-small.png', 'wp-content/plugins/jetpack/images/rss/purple-small.png'),
(3149, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/rss/red-large.png', 'wp-content/plugins/jetpack/images/rss/red-large.png'),
(3150, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/rss/red-medium.png', 'wp-content/plugins/jetpack/images/rss/red-medium.png'),
(3151, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/rss/red-small.png', 'wp-content/plugins/jetpack/images/rss/red-small.png'),
(3152, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/rss/silver-large.png', 'wp-content/plugins/jetpack/images/rss/silver-large.png'),
(3153, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/rss/silver-medium.png', 'wp-content/plugins/jetpack/images/rss/silver-medium.png'),
(3154, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/rss/silver-small.png', 'wp-content/plugins/jetpack/images/rss/silver-small.png'),
(3155, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/security.svg', 'wp-content/plugins/jetpack/images/security.svg'),
(3156, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/star.svg', 'wp-content/plugins/jetpack/images/star.svg'),
(3157, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/stars-full.svg', 'wp-content/plugins/jetpack/images/stars-full.svg'),
(3158, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/stars-left.svg', 'wp-content/plugins/jetpack/images/stars-left.svg'),
(3159, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/stars-right.svg', 'wp-content/plugins/jetpack/images/stars-right.svg'),
(3160, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/stats-example-lrg.png', 'wp-content/plugins/jetpack/images/stats-example-lrg.png'),
(3161, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/stats-example-med.png', 'wp-content/plugins/jetpack/images/stats-example-med.png'),
(3162, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/stats-example-sm.png', 'wp-content/plugins/jetpack/images/stats-example-sm.png'),
(3163, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/stats-people.svg', 'wp-content/plugins/jetpack/images/stats-people.svg'),
(3164, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/stats-smiley.gif', 'wp-content/plugins/jetpack/images/stats-smiley.gif'),
(3165, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/stats.svg', 'wp-content/plugins/jetpack/images/stats.svg'),
(3166, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/themes.svg', 'wp-content/plugins/jetpack/images/themes.svg'),
(3167, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/white-clouds-reverse.svg', 'wp-content/plugins/jetpack/images/white-clouds-reverse.svg'),
(3168, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/white-clouds.svg', 'wp-content/plugins/jetpack/images/white-clouds.svg'),
(3169, '/home/www/iamctv.com/wp-content/plugins/jetpack/images/wordads.svg', 'wp-content/plugins/jetpack/images/wordads.svg'),
(3170, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack.php', 'wp-content/plugins/jetpack/jetpack.php'),
(3171, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-a8c-mc-stats/CHANGELOG.md', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-a8c-mc-stats/CHANGELOG.md'),
(3172, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-a8c-mc-stats/LICENSE.txt', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-a8c-mc-stats/LICENSE.txt'),
(3173, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-a8c-mc-stats/SECURITY.md', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-a8c-mc-stats/SECURITY.md'),
(3174, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-a8c-mc-stats/src/class-a8c-mc-stats.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-a8c-mc-stats/src/class-a8c-mc-stats.php'),
(3175, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-abtest/CHANGELOG.md', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-abtest/CHANGELOG.md'),
(3176, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-abtest/LICENSE.txt', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-abtest/LICENSE.txt'),
(3177, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-abtest/SECURITY.md', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-abtest/SECURITY.md'),
(3178, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-abtest/src/class-abtest.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-abtest/src/class-abtest.php'),
(3179, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-admin-ui/.phpcs.dir.xml', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-admin-ui/.phpcs.dir.xml'),
(3180, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-admin-ui/CHANGELOG.md', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-admin-ui/CHANGELOG.md'),
(3181, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-admin-ui/LICENSE.txt', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-admin-ui/LICENSE.txt'),
(3182, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-admin-ui/SECURITY.md', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-admin-ui/SECURITY.md'),
(3183, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-admin-ui/src/class-admin-menu.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-admin-ui/src/class-admin-menu.php'),
(3184, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-admin-ui/src/css/jetpack-icon.css', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-admin-ui/src/css/jetpack-icon.css'),
(3185, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-admin-ui/src/fonts/jetpack/jetpack.eot', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-admin-ui/src/fonts/jetpack/jetpack.eot'),
(3186, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-admin-ui/src/fonts/jetpack/jetpack.svg', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-admin-ui/src/fonts/jetpack/jetpack.svg'),
(3187, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-admin-ui/src/fonts/jetpack/jetpack.ttf', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-admin-ui/src/fonts/jetpack/jetpack.ttf'),
(3188, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-admin-ui/src/fonts/jetpack/jetpack.woff', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-admin-ui/src/fonts/jetpack/jetpack.woff'),
(3189, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-assets/CHANGELOG.md', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-assets/CHANGELOG.md'),
(3190, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-assets/LICENSE.txt', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-assets/LICENSE.txt'),
(3191, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-assets/SECURITY.md', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-assets/SECURITY.md'),
(3192, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-assets/actions.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-assets/actions.php'),
(3193, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-assets/build/i18n-loader.asset.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-assets/build/i18n-loader.asset.php'),
(3194, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-assets/build/i18n-loader.js', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-assets/build/i18n-loader.js'),
(3195, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-assets/package.json', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-assets/package.json'),
(3196, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-assets/src/class-assets.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-assets/src/class-assets.php'),
(3197, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-assets/src/class-semver.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-assets/src/class-semver.php'),
(3198, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-assets/src/js/i18n-loader.js', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-assets/src/js/i18n-loader.js'),
(3199, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/.babelrc', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/.babelrc'),
(3200, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/CHANGELOG.md', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/CHANGELOG.md'),
(3201, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/LICENSE.txt', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/LICENSE.txt'),
(3202, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/SECURITY.md', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/SECURITY.md'),
(3203, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/actions.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/actions.php'),
(3204, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/babel.config.js', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/babel.config.js'),
(3205, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/build/images/backup-animation-1-8d65f9365c217c43eb01.svg', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/build/images/backup-animation-1-8d65f9365c217c43eb01.svg'),
(3206, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/build/images/backup-animation-2-4d8da04fb34b29957030.svg', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/build/images/backup-animation-2-4d8da04fb34b29957030.svg'),
(3207, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/build/images/backup-animation-3-1c6df0c7bc8546e712d8.svg', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/build/images/backup-animation-3-1c6df0c7bc8546e712d8.svg'),
(3208, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/build/images/cloud-35473ae2758e9f3e353d.svg', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/build/images/cloud-35473ae2758e9f3e353d.svg'),
(3209, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/build/images/cloud-alert-cf8336f3384ee5b98a9e.svg', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/build/images/cloud-alert-cf8336f3384ee5b98a9e.svg'),
(3210, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/build/images/plugins-d0898bae4e79a6e05b9e.svg', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/build/images/plugins-d0898bae4e79a6e05b9e.svg'),
(3211, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/build/images/posts-7a4c9e22d20abaac65d6.svg', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/build/images/posts-7a4c9e22d20abaac65d6.svg'),
(3212, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/build/images/themes-700cf8bdf1049fdbc94a.svg', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/build/images/themes-700cf8bdf1049fdbc94a.svg'),
(3213, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/build/images/uploads-7a7b15dfda25508a8d68.svg', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/build/images/uploads-7a7b15dfda25508a8d68.svg'),
(3214, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/build/index.asset.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/build/index.asset.php'),
(3215, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/build/index.css', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/build/index.css'),
(3216, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/build/index.js', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/build/index.js'),
(3217, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/build/index.js.LICENSE.txt', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/build/index.js.LICENSE.txt'),
(3218, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/build/index.rtl.css', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/build/index.rtl.css'),
(3219, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/package.json', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/package.json'),
(3220, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/class-helper-script-manager.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/class-helper-script-manager.php'),
(3221, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/class-initial-state.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/class-initial-state.php'),
(3222, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/class-jetpack-backup-upgrades.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/class-jetpack-backup-upgrades.php'),
(3223, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/class-jetpack-backup.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/class-jetpack-backup.php'),
(3224, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/class-package-version.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/class-package-version.php'),
(3225, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/class-rest-controller.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/class-rest-controller.php'),
(3226, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/Admin.js', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/Admin.js'),
(3227, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/Backups.js', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/Backups.js'),
(3228, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/StatBlock.js', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/StatBlock.js'),
(3229, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/admin-style.scss', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/admin-style.scss'),
(3230, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/backups-style.scss', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/backups-style.scss'),
(3231, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/icons/backup-animation-1.svg', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/icons/backup-animation-1.svg'),
(3232, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/icons/backup-animation-2.svg', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/icons/backup-animation-2.svg'),
(3233, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/icons/backup-animation-3.svg', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/icons/backup-animation-3.svg'),
(3234, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/icons/cloud-alert.svg', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/icons/cloud-alert.svg'),
(3235, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/icons/cloud.svg', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/icons/cloud.svg'),
(3236, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/icons/jetpack.svg', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/icons/jetpack.svg'),
(3237, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/icons/plugins.svg', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/icons/plugins.svg'),
(3238, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/icons/posts.svg', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/icons/posts.svg'),
(3239, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/icons/themes.svg', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/icons/themes.svg'),
(3240, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/icons/uploads.svg', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/icons/uploads.svg'),
(3241, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/masthead/calypso-colors.scss', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/masthead/calypso-colors.scss'),
(3242, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/masthead/calypso-mixins.scss', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/masthead/calypso-mixins.scss'),
(3243, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/masthead/masthead-style.scss', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/masthead/masthead-style.scss'),
(3244, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/stat-block-style.scss', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/components/stat-block-style.scss'),
(3245, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/hooks/assets/connect-right.png', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/hooks/assets/connect-right.png'),
(3246, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/hooks/useConnection.js', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/hooks/useConnection.js'),
(3247, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/index.js', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/index.js'),
(3248, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/reducers/api.js', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/reducers/api.js'),
(3249, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/reducers/assets.js', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/reducers/assets.js'),
(3250, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/reducers/connected-plugins.js', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/reducers/connected-plugins.js'),
(3251, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/reducers/index.js', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/reducers/index.js'),
(3252, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/reducers/jetpack-status.js', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/reducers/jetpack-status.js'),
(3253, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/reducers/site-data.js', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/reducers/site-data.js'),
(3254, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/selectors/api.js', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/selectors/api.js'),
(3255, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/selectors/connected-plugins.js', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/selectors/connected-plugins.js'),
(3256, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/selectors/index.js', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/selectors/index.js'),
(3257, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/selectors/jetpack-status.js', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/selectors/jetpack-status.js'),
(3258, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/selectors/site-data.js', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/selectors/site-data.js'),
(3259, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/store.js', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/src/js/store.js'),
(3260, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/webpack.config.js', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-backup/webpack.config.js'),
(3261, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-blocks/CHANGELOG.md', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-blocks/CHANGELOG.md'),
(3262, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-blocks/LICENSE.txt', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-blocks/LICENSE.txt'),
(3263, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-blocks/SECURITY.md', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-blocks/SECURITY.md'),
(3264, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-blocks/src/class-blocks.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-blocks/src/class-blocks.php'),
(3265, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-compat/.phpcs.dir.xml', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-compat/.phpcs.dir.xml'),
(3266, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-compat/CHANGELOG.md', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-compat/CHANGELOG.md'),
(3267, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-compat/LICENSE.txt', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-compat/LICENSE.txt'),
(3268, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-compat/SECURITY.md', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-compat/SECURITY.md'),
(3269, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-compat/functions.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-compat/functions.php'),
(3270, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-compat/legacy/class-jetpack-client.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-compat/legacy/class-jetpack-client.php'),
(3271, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-compat/legacy/class-jetpack-sync-actions.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-compat/legacy/class-jetpack-sync-actions.php'),
(3272, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-compat/legacy/class-jetpack-sync-modules.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-compat/legacy/class-jetpack-sync-modules.php'),
(3273, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-compat/legacy/class-jetpack-sync-settings.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-compat/legacy/class-jetpack-sync-settings.php'),
(3274, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-compat/legacy/class-jetpacktracking.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-compat/legacy/class-jetpacktracking.php'),
(3275, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-compat/lib/locales.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-compat/lib/locales.php'),
(3276, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-compat/lib/tracks/client.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-compat/lib/tracks/client.php'),
(3277, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-config/CHANGELOG.md', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-config/CHANGELOG.md'),
(3278, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-config/LICENSE.txt', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-config/LICENSE.txt'),
(3279, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-config/SECURITY.md', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-config/SECURITY.md'),
(3280, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-config/src/class-config.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-config/src/class-config.php'),
(3281, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/CHANGELOG.md', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/CHANGELOG.md'),
(3282, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/LICENSE.txt', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/LICENSE.txt'),
(3283, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/SECURITY.md', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/SECURITY.md'),
(3284, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/TRACKING.md', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/TRACKING.md'),
(3285, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/dist/tracks-ajax.asset.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/dist/tracks-ajax.asset.php'),
(3286, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/dist/tracks-ajax.js', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/dist/tracks-ajax.js'),
(3287, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/dist/tracks-callables.asset.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/dist/tracks-callables.asset.php'),
(3288, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/dist/tracks-callables.js', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/dist/tracks-callables.js'),
(3289, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-ixr-client.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-ixr-client.php'),
(3290, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-ixr-clientmulticall.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-ixr-clientmulticall.php'),
(3291, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-options.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-options.php'),
(3292, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-signature.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-signature.php'),
(3293, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-tracks-client.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-tracks-client.php'),
(3294, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-tracks-event.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-tracks-event.php'),
(3295, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-xmlrpc-server.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-xmlrpc-server.php'),
(3296, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/class-client.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/class-client.php'),
(3297, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/class-error-handler.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/class-error-handler.php'),
(3298, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/class-heartbeat.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/class-heartbeat.php'),
(3299, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/class-initial-state.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/class-initial-state.php'),
(3300, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/class-manager.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/class-manager.php'),
(3301, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/class-nonce-handler.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/class-nonce-handler.php'),
(3302, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/class-package-version-tracker.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/class-package-version-tracker.php'),
(3303, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/class-package-version.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/class-package-version.php'),
(3304, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/class-plugin-storage.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/class-plugin-storage.php'),
(3305, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/class-plugin.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/class-plugin.php'),
(3306, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/class-rest-authentication.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/class-rest-authentication.php'),
(3307, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/class-rest-connector.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/class-rest-connector.php'),
(3308, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/class-secrets.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/class-secrets.php'),
(3309, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/class-server-sandbox.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/class-server-sandbox.php'),
(3310, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/class-terms-of-service.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/class-terms-of-service.php'),
(3311, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/class-tokens.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/class-tokens.php'),
(3312, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/class-tracking.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/class-tracking.php');
INSERT INTO `iamc_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(3313, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/class-urls.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/class-urls.php'),
(3314, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/class-utils.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/class-utils.php'),
(3315, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/class-webhooks.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/class-webhooks.php'),
(3316, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/class-xmlrpc-async-call.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/class-xmlrpc-async-call.php'),
(3317, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/class-xmlrpc-connector.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/class-xmlrpc-connector.php'),
(3318, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/interface-manager.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/interface-manager.php'),
(3319, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/js/tracks-ajax.js', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/js/tracks-ajax.js'),
(3320, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/js/tracks-callables.js', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/js/tracks-callables.js'),
(3321, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/webhooks/class-authorize-redirect.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection/src/webhooks/class-authorize-redirect.php'),
(3322, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection-ui/CHANGELOG.md', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection-ui/CHANGELOG.md'),
(3323, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection-ui/LICENSE.txt', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection-ui/LICENSE.txt'),
(3324, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection-ui/SECURITY.md', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection-ui/SECURITY.md'),
(3325, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection-ui/babel.config.js', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection-ui/babel.config.js'),
(3326, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection-ui/build/images/disconnect-confirm-dc9fe8f5c68cfd1320e0.jpg', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection-ui/build/images/disconnect-confirm-dc9fe8f5c68cfd1320e0.jpg'),
(3327, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection-ui/build/images/disconnect-thanks-5873bfac56a9bd7322cd.jpg', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection-ui/build/images/disconnect-thanks-5873bfac56a9bd7322cd.jpg'),
(3328, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection-ui/build/index.asset.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection-ui/build/index.asset.php'),
(3329, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection-ui/build/index.css', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection-ui/build/index.css'),
(3330, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection-ui/build/index.js', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection-ui/build/index.js'),
(3331, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection-ui/build/index.js.LICENSE.txt', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection-ui/build/index.js.LICENSE.txt'),
(3332, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection-ui/build/index.rtl.css', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection-ui/build/index.rtl.css'),
(3333, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection-ui/src/class-admin.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection-ui/src/class-admin.php'),
(3334, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection-ui/src/class-initial-state.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-connection-ui/src/class-initial-state.php'),
(3335, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-constants/CHANGELOG.md', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-constants/CHANGELOG.md'),
(3336, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-constants/LICENSE.txt', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-constants/LICENSE.txt'),
(3337, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-constants/SECURITY.md', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-constants/SECURITY.md'),
(3338, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-constants/src/class-constants.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-constants/src/class-constants.php'),
(3339, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-device-detection/CHANGELOG.md', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-device-detection/CHANGELOG.md'),
(3340, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-device-detection/LICENSE.txt', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-device-detection/LICENSE.txt'),
(3341, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-device-detection/SECURITY.md', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-device-detection/SECURITY.md'),
(3342, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-device-detection/src/class-device-detection.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-device-detection/src/class-device-detection.php'),
(3343, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-device-detection/src/class-user-agent-info.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-device-detection/src/class-user-agent-info.php'),
(3344, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-device-detection/src/functions.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-device-detection/src/functions.php'),
(3345, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-error/CHANGELOG.md', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-error/CHANGELOG.md'),
(3346, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-error/LICENSE.txt', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-error/LICENSE.txt'),
(3347, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-error/SECURITY.md', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-error/SECURITY.md'),
(3348, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-error/src/class-error.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-error/src/class-error.php'),
(3349, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-google-fonts-provider/CHANGELOG.md', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-google-fonts-provider/CHANGELOG.md'),
(3350, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-google-fonts-provider/LICENSE.txt', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-google-fonts-provider/LICENSE.txt'),
(3351, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-google-fonts-provider/SECURITY.md', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-google-fonts-provider/SECURITY.md'),
(3352, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-google-fonts-provider/src/class-google-fonts-provider.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-google-fonts-provider/src/class-google-fonts-provider.php'),
(3353, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-google-fonts-provider/src/class-utils.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-google-fonts-provider/src/class-utils.php'),
(3354, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-google-fonts-provider/src/introspectors/class-blocks.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-google-fonts-provider/src/introspectors/class-blocks.php'),
(3355, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-google-fonts-provider/src/introspectors/class-global-styles.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-google-fonts-provider/src/introspectors/class-global-styles.php'),
(3356, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-identity-crisis/CHANGELOG.md', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-identity-crisis/CHANGELOG.md'),
(3357, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-identity-crisis/LICENSE.txt', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-identity-crisis/LICENSE.txt'),
(3358, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-identity-crisis/SECURITY.md', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-identity-crisis/SECURITY.md'),
(3359, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-identity-crisis/babel.config.js', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-identity-crisis/babel.config.js'),
(3360, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-identity-crisis/build/index.asset.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-identity-crisis/build/index.asset.php'),
(3361, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-identity-crisis/build/index.css', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-identity-crisis/build/index.css'),
(3362, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-identity-crisis/build/index.js', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-identity-crisis/build/index.js'),
(3363, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-identity-crisis/build/index.js.LICENSE.txt', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-identity-crisis/build/index.js.LICENSE.txt'),
(3364, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-identity-crisis/build/index.rtl.css', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-identity-crisis/build/index.rtl.css'),
(3365, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-identity-crisis/src/_inc/admin-bar.scss', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-identity-crisis/src/_inc/admin-bar.scss'),
(3366, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-identity-crisis/src/_inc/admin.jsx', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-identity-crisis/src/_inc/admin.jsx'),
(3367, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-identity-crisis/src/_inc/style.scss', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-identity-crisis/src/_inc/style.scss'),
(3368, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-identity-crisis.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-identity-crisis.php'),
(3369, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-rest-endpoints.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-rest-endpoints.php'),
(3370, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-ui.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-ui.php'),
(3371, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-jitm/CHANGELOG.md', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-jitm/CHANGELOG.md'),
(3372, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-jitm/LICENSE.txt', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-jitm/LICENSE.txt'),
(3373, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-jitm/SECURITY.md', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-jitm/SECURITY.md'),
(3374, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-jitm/build/index.asset.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-jitm/build/index.asset.php'),
(3375, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-jitm/build/index.css', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-jitm/build/index.css'),
(3376, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-jitm/build/index.js', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-jitm/build/index.js'),
(3377, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-jitm/build/index.rtl.css', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-jitm/build/index.rtl.css'),
(3378, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-jitm/src/class-jitm.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-jitm/src/class-jitm.php'),
(3379, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-jitm/src/class-post-connection-jitm.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-jitm/src/class-post-connection-jitm.php'),
(3380, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-jitm/src/class-pre-connection-jitm.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-jitm/src/class-pre-connection-jitm.php'),
(3381, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-jitm/src/class-rest-api-endpoints.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-jitm/src/class-rest-api-endpoints.php'),
(3382, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-jitm/src/js/jetpack-jitm.js', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-jitm/src/js/jetpack-jitm.js'),
(3383, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-lazy-images/CHANGELOG.md', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-lazy-images/CHANGELOG.md'),
(3384, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-lazy-images/LICENSE.txt', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-lazy-images/LICENSE.txt'),
(3385, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-lazy-images/SECURITY.md', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-lazy-images/SECURITY.md'),
(3386, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-lazy-images/dist/intersection-observer.asset.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-lazy-images/dist/intersection-observer.asset.php'),
(3387, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-lazy-images/dist/intersection-observer.js', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-lazy-images/dist/intersection-observer.js'),
(3388, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-lazy-images/dist/intersection-observer.src.js', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-lazy-images/dist/intersection-observer.src.js'),
(3389, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-lazy-images/dist/lazy-images.asset.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-lazy-images/dist/lazy-images.asset.php'),
(3390, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-lazy-images/dist/lazy-images.js', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-lazy-images/dist/lazy-images.js'),
(3391, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-lazy-images/src/images/1x1.trans.gif', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-lazy-images/src/images/1x1.trans.gif'),
(3392, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-lazy-images/src/js/lazy-images.js', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-lazy-images/src/js/lazy-images.js'),
(3393, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-lazy-images/src/lazy-images.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-lazy-images/src/lazy-images.php'),
(3394, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-lazy-images/webpack.config.js', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-lazy-images/webpack.config.js'),
(3395, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-licensing/CHANGELOG.md', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-licensing/CHANGELOG.md'),
(3396, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-licensing/LICENSE.txt', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-licensing/LICENSE.txt'),
(3397, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-licensing/SECURITY.md', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-licensing/SECURITY.md'),
(3398, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-licensing/src/class-endpoints.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-licensing/src/class-endpoints.php'),
(3399, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-licensing/src/class-licensing.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-licensing/src/class-licensing.php'),
(3400, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-logo/CHANGELOG.md', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-logo/CHANGELOG.md'),
(3401, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-logo/LICENSE.txt', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-logo/LICENSE.txt'),
(3402, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-logo/SECURITY.md', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-logo/SECURITY.md'),
(3403, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-logo/src/class-logo.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-logo/src/class-logo.php'),
(3404, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/.babelrc', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/.babelrc'),
(3405, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/CHANGELOG.md', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/CHANGELOG.md'),
(3406, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/LICENSE.txt', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/LICENSE.txt'),
(3407, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/SECURITY.md', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/SECURITY.md'),
(3408, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/babel.config.js', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/babel.config.js'),
(3409, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/apple-92dacafad84e79708a74.svg', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/apple-92dacafad84e79708a74.svg'),
(3410, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/boost-a54137485af36fdffe9c.png', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/boost-a54137485af36fdffe9c.png'),
(3411, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/connect-f27775ac15cf885713c2.png', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/connect-f27775ac15cf885713c2.png'),
(3412, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/crm-7e7684ae2c40327d8fed.png', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/crm-7e7684ae2c40327d8fed.png'),
(3413, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/disconnect-confirm-dc9fe8f5c68cfd1320e0.jpg', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/disconnect-confirm-dc9fe8f5c68cfd1320e0.jpg'),
(3414, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/disconnect-thanks-5873bfac56a9bd7322cd.jpg', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/disconnect-thanks-5873bfac56a9bd7322cd.jpg'),
(3415, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/extras-26daf36507504c96d066.png', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/extras-26daf36507504c96d066.png'),
(3416, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/google-dec2a429bf1d8e83f9ad.svg', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/google-dec2a429bf1d8e83f9ad.svg'),
(3417, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/jetpack-license-activation-with-lock-7b01c1a4cf56de799cd7.png', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/jetpack-license-activation-with-lock-7b01c1a4cf56de799cd7.png'),
(3418, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/jetpack-license-activation-with-success-cad524ede4e793cc0ece.png', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/jetpack-license-activation-with-success-cad524ede4e793cc0ece.png'),
(3419, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/search-f9756bd9c926d905fe70.png', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/search-f9756bd9c926d905fe70.png'),
(3420, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/videopress-9591093a9a238cc48a35.png', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/videopress-9591093a9a238cc48a35.png'),
(3421, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/wordpress-1fc3e0ba6c52e9707900.svg', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/wordpress-1fc3e0ba6c52e9707900.svg'),
(3422, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/build/index.asset.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/build/index.asset.php'),
(3423, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/build/index.css', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/build/index.css'),
(3424, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/build/index.js', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/build/index.js'),
(3425, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/build/index.js.LICENSE.txt', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/build/index.js.LICENSE.txt'),
(3426, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/build/index.rtl.css', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/build/index.rtl.css'),
(3427, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-initializer.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-initializer.php'),
(3428, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-products.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-products.php'),
(3429, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-products.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-products.php'),
(3430, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-purchases.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-purchases.php'),
(3431, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-wpcom-products.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-wpcom-products.php'),
(3432, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-anti-spam.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-anti-spam.php'),
(3433, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-backup.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-backup.php'),
(3434, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-boost.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-boost.php'),
(3435, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-crm.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-crm.php'),
(3436, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-extras.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-extras.php'),
(3437, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-hybrid-product.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-hybrid-product.php'),
(3438, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-module-product.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-module-product.php'),
(3439, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-product.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-product.php'),
(3440, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-protect.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-protect.php'),
(3441, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-scan.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-scan.php'),
(3442, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-search-stats.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-search-stats.php'),
(3443, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-search.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-search.php'),
(3444, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-security.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-security.php'),
(3445, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-social.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-social.php'),
(3446, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-videopress.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-videopress.php'),
(3447, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/webpack.config.js', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/webpack.config.js'),
(3448, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-partner/CHANGELOG.md', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-partner/CHANGELOG.md'),
(3449, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-partner/LICENSE.txt', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-partner/LICENSE.txt'),
(3450, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-partner/SECURITY.md', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-partner/SECURITY.md'),
(3451, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-partner/src/class-partner-coupon.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-partner/src/class-partner-coupon.php'),
(3452, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-partner/src/class-partner.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-partner/src/class-partner.php'),
(3453, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-password-checker/CHANGELOG.md', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-password-checker/CHANGELOG.md'),
(3454, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-password-checker/LICENSE.txt', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-password-checker/LICENSE.txt'),
(3455, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-password-checker/SECURITY.md', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-password-checker/SECURITY.md'),
(3456, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-password-checker/src/class-password-checker.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-password-checker/src/class-password-checker.php'),
(3457, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-plugins-installer/.phpcs.dir.xml', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-plugins-installer/.phpcs.dir.xml'),
(3458, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-plugins-installer/CHANGELOG.md', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-plugins-installer/CHANGELOG.md'),
(3459, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-plugins-installer/LICENSE.txt', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-plugins-installer/LICENSE.txt'),
(3460, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-plugins-installer/SECURITY.md', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-plugins-installer/SECURITY.md'),
(3461, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-plugins-installer/src/class-automatic-install-skin.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-plugins-installer/src/class-automatic-install-skin.php'),
(3462, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-plugins-installer/src/class-plugins-installer.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-plugins-installer/src/class-plugins-installer.php'),
(3463, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize/CHANGELOG.md', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize/CHANGELOG.md'),
(3464, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize/LICENSE.txt', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize/LICENSE.txt'),
(3465, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize/SECURITY.md', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize/SECURITY.md'),
(3466, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize/src/class-connections-post-field.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize/src/class-connections-post-field.php'),
(3467, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize/src/class-keyring-helper.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize/src/class-keyring-helper.php'),
(3468, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize/src/class-publicize-base.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize/src/class-publicize-base.php'),
(3469, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize/src/class-publicize-setup.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize/src/class-publicize-setup.php'),
(3470, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize/src/class-publicize-ui.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize/src/class-publicize-ui.php'),
(3471, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize/src/class-publicize.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize/src/class-publicize.php'),
(3472, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize/src/class-rest-controller.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize/src/class-rest-controller.php'),
(3473, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-redirect/CHANGELOG.md', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-redirect/CHANGELOG.md'),
(3474, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-redirect/LICENSE.txt', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-redirect/LICENSE.txt'),
(3475, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-redirect/SECURITY.md', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-redirect/SECURITY.md'),
(3476, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-redirect/src/class-redirect.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-redirect/src/class-redirect.php'),
(3477, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-roles/CHANGELOG.md', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-roles/CHANGELOG.md'),
(3478, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-roles/LICENSE.txt', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-roles/LICENSE.txt'),
(3479, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-roles/SECURITY.md', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-roles/SECURITY.md'),
(3480, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-roles/src/class-roles.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-roles/src/class-roles.php'),
(3481, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/CHANGELOG.md', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/CHANGELOG.md'),
(3482, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/LICENSE.txt', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/LICENSE.txt'),
(3483, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/SECURITY.md', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/SECURITY.md'),
(3484, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/customberg/jp-search-configure.asset.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/customberg/jp-search-configure.asset.php'),
(3485, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/customberg/jp-search-configure.css', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/customberg/jp-search-configure.css'),
(3486, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/customberg/jp-search-configure.js', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/customberg/jp-search-configure.js'),
(3487, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/customberg/jp-search-configure.js.LICENSE.txt', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/customberg/jp-search-configure.js.LICENSE.txt'),
(3488, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/customberg/jp-search-configure.rtl.css', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/customberg/jp-search-configure.rtl.css'),
(3489, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/dashboard/jp-search-dashboard.asset.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/dashboard/jp-search-dashboard.asset.php'),
(3490, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/dashboard/jp-search-dashboard.css', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/dashboard/jp-search-dashboard.css'),
(3491, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/dashboard/jp-search-dashboard.js', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/dashboard/jp-search-dashboard.js'),
(3492, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/dashboard/jp-search-dashboard.js.LICENSE.txt', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/dashboard/jp-search-dashboard.js.LICENSE.txt'),
(3493, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/dashboard/jp-search-dashboard.rtl.css', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/dashboard/jp-search-dashboard.rtl.css'),
(3494, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/instant-search/jp-search.asset.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/instant-search/jp-search.asset.php'),
(3495, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/instant-search/jp-search.chunk-main-payload.css', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/instant-search/jp-search.chunk-main-payload.css'),
(3496, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/instant-search/jp-search.chunk-main-payload.js', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/instant-search/jp-search.chunk-main-payload.js'),
(3497, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/instant-search/jp-search.chunk-main-payload.rtl.css', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/instant-search/jp-search.chunk-main-payload.rtl.css'),
(3498, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/instant-search/jp-search.defaultVendors.js', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/instant-search/jp-search.defaultVendors.js'),
(3499, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/instant-search/jp-search.defaultVendors.js.LICENSE.txt', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/instant-search/jp-search.defaultVendors.js.LICENSE.txt'),
(3500, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/instant-search/jp-search.js', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/build/instant-search/jp-search.js'),
(3501, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/compatibility/jetpack.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/compatibility/jetpack.php'),
(3502, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/class-cli.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/class-cli.php'),
(3503, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/class-helper.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/class-helper.php'),
(3504, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/class-module-control.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/class-module-control.php'),
(3505, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/class-options.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/class-options.php'),
(3506, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/class-package.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/class-package.php'),
(3507, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/class-plan.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/class-plan.php'),
(3508, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/class-rest-controller.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/class-rest-controller.php'),
(3509, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/class-settings.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/class-settings.php'),
(3510, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/class-stats.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/class-stats.php'),
(3511, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/class-template-tags.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/class-template-tags.php'),
(3512, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/classic-search/class-classic-search.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/classic-search/class-classic-search.php'),
(3513, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/customberg/class-customberg.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/customberg/class-customberg.php'),
(3514, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/customizer/class-customizer.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/customizer/class-customizer.php'),
(3515, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/customizer/customize-controls/class-excluded-post-types-control.css', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/customizer/customize-controls/class-excluded-post-types-control.css'),
(3516, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/customizer/customize-controls/class-excluded-post-types-control.js', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/customizer/customize-controls/class-excluded-post-types-control.js'),
(3517, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/customizer/customize-controls/class-excluded-post-types-control.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/customizer/customize-controls/class-excluded-post-types-control.php'),
(3518, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/customizer/customize-controls/class-label-control.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/customizer/customize-controls/class-label-control.php'),
(3519, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/customizer/customize-controls/customize-controls.css', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/customizer/customize-controls/customize-controls.css'),
(3520, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/customizer/customize-controls/customize-controls.js', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/customizer/customize-controls/customize-controls.js'),
(3521, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/dashboard/class-dashboard.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/dashboard/class-dashboard.php'),
(3522, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/dashboard/class-initial-state.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/dashboard/class-initial-state.php'),
(3523, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/initializers/class-initializer.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/initializers/class-initializer.php'),
(3524, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/instant-search/class-instant-search.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/instant-search/class-instant-search.php'),
(3525, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/widgets/class-search-widget.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/widgets/class-search-widget.php'),
(3526, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/widgets/css/search-widget-admin-ui.css', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/widgets/css/search-widget-admin-ui.css'),
(3527, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/widgets/css/search-widget-frontend.css', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/widgets/css/search-widget-frontend.css');
INSERT INTO `iamc_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(3528, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/widgets/js/search-widget-admin.js', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/widgets/js/search-widget-admin.js'),
(3529, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/widgets/js/search-widget.js', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/widgets/js/search-widget.js'),
(3530, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/wpes/class-query-builder.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/wpes/class-query-builder.php'),
(3531, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/wpes/class-query-parser.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-search/src/wpes/class-query-parser.php'),
(3532, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-status/CHANGELOG.md', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-status/CHANGELOG.md'),
(3533, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-status/LICENSE.txt', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-status/LICENSE.txt'),
(3534, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-status/SECURITY.md', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-status/SECURITY.md'),
(3535, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-status/src/class-cache.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-status/src/class-cache.php'),
(3536, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-status/src/class-cookiestate.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-status/src/class-cookiestate.php'),
(3537, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-status/src/class-errors.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-status/src/class-errors.php'),
(3538, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-status/src/class-files.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-status/src/class-files.php'),
(3539, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-status/src/class-host.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-status/src/class-host.php'),
(3540, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-status/src/class-modules.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-status/src/class-modules.php'),
(3541, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-status/src/class-paths.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-status/src/class-paths.php'),
(3542, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-status/src/class-status.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-status/src/class-status.php'),
(3543, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-status/src/class-visitor.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-status/src/class-visitor.php'),
(3544, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/CHANGELOG.md', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/CHANGELOG.md'),
(3545, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/LICENSE.txt', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/LICENSE.txt'),
(3546, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/SECURITY.md', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/SECURITY.md'),
(3547, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/class-actions.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/class-actions.php'),
(3548, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/class-data-settings.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/class-data-settings.php'),
(3549, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/class-dedicated-sender.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/class-dedicated-sender.php'),
(3550, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/class-default-filter-settings.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/class-default-filter-settings.php'),
(3551, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/class-defaults.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/class-defaults.php'),
(3552, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/class-functions.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/class-functions.php'),
(3553, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/class-health.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/class-health.php'),
(3554, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/class-json-deflate-array-codec.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/class-json-deflate-array-codec.php'),
(3555, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/class-listener.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/class-listener.php'),
(3556, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/class-lock.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/class-lock.php'),
(3557, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/class-main.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/class-main.php'),
(3558, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/class-modules.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/class-modules.php'),
(3559, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/class-package-version.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/class-package-version.php'),
(3560, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/class-queue-buffer.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/class-queue-buffer.php'),
(3561, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/class-queue.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/class-queue.php'),
(3562, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/class-replicastore.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/class-replicastore.php'),
(3563, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/class-rest-endpoints.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/class-rest-endpoints.php'),
(3564, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/class-rest-sender.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/class-rest-sender.php'),
(3565, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/class-sender.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/class-sender.php'),
(3566, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/class-server.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/class-server.php'),
(3567, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/class-settings.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/class-settings.php'),
(3568, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/class-simple-codec.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/class-simple-codec.php'),
(3569, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/class-users.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/class-users.php'),
(3570, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/class-utils.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/class-utils.php'),
(3571, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/interface-codec.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/interface-codec.php'),
(3572, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/interface-replicastore.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/interface-replicastore.php'),
(3573, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules/class-attachments.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules/class-attachments.php'),
(3574, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules/class-callables.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules/class-callables.php'),
(3575, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules/class-comments.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules/class-comments.php'),
(3576, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules/class-constants.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules/class-constants.php'),
(3577, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules/class-full-sync-immediately.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules/class-full-sync-immediately.php'),
(3578, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules/class-full-sync.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules/class-full-sync.php'),
(3579, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules/class-import.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules/class-import.php'),
(3580, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules/class-menus.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules/class-menus.php'),
(3581, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules/class-meta.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules/class-meta.php'),
(3582, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules/class-module.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules/class-module.php'),
(3583, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules/class-network-options.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules/class-network-options.php'),
(3584, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules/class-options.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules/class-options.php'),
(3585, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules/class-plugins.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules/class-plugins.php'),
(3586, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules/class-posts.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules/class-posts.php'),
(3587, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules/class-protect.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules/class-protect.php'),
(3588, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules/class-search.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules/class-search.php'),
(3589, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules/class-stats.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules/class-stats.php'),
(3590, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules/class-term-relationships.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules/class-term-relationships.php'),
(3591, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules/class-terms.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules/class-terms.php'),
(3592, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules/class-themes.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules/class-themes.php'),
(3593, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules/class-updates.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules/class-updates.php'),
(3594, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules/class-users.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules/class-users.php'),
(3595, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules/class-woocommerce.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules/class-woocommerce.php'),
(3596, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules/class-wp-super-cache.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/modules/class-wp-super-cache.php'),
(3597, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/replicastore/class-table-checksum-usermeta.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/replicastore/class-table-checksum-usermeta.php'),
(3598, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/replicastore/class-table-checksum-users.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/replicastore/class-table-checksum-users.php'),
(3599, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/replicastore/class-table-checksum.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-sync/src/replicastore/class-table-checksum.php'),
(3600, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf/.phpcsignore', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf/.phpcsignore'),
(3601, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf/CHANGELOG.md', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf/CHANGELOG.md'),
(3602, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf/LICENSE.txt', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf/LICENSE.txt'),
(3603, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf/SECURITY.md', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf/SECURITY.md'),
(3604, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf/actions.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf/actions.php'),
(3605, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf/cli.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf/cli.php'),
(3606, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf/run.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf/run.php'),
(3607, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf/src/class-waf-cli.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf/src/class-waf-cli.php'),
(3608, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf/src/class-waf-constants.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf/src/class-waf-constants.php'),
(3609, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf/src/class-waf-endpoints.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf/src/class-waf-endpoints.php'),
(3610, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf/src/class-waf-initializer.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf/src/class-waf-initializer.php'),
(3611, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf/src/class-waf-operators.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf/src/class-waf-operators.php'),
(3612, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf/src/class-waf-request.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf/src/class-waf-request.php'),
(3613, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf/src/class-waf-runner.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf/src/class-waf-runner.php'),
(3614, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf/src/class-waf-runtime.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf/src/class-waf-runtime.php'),
(3615, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf/src/class-waf-standalone-bootstrap.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf/src/class-waf-standalone-bootstrap.php'),
(3616, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf/src/class-waf-transforms.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf/src/class-waf-transforms.php'),
(3617, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf/src/functions.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-waf/src/functions.php'),
(3618, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/CHANGELOG.md', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/CHANGELOG.md'),
(3619, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/LICENSE.txt', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/LICENSE.txt'),
(3620, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/SECURITY.md', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/SECURITY.md'),
(3621, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/babel.config.js', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/babel.config.js'),
(3622, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/build/dashboard/jp-wordads-dashboard.asset.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/build/dashboard/jp-wordads-dashboard.asset.php'),
(3623, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/build/dashboard/jp-wordads-dashboard.css', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/build/dashboard/jp-wordads-dashboard.css'),
(3624, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/build/dashboard/jp-wordads-dashboard.js', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/build/dashboard/jp-wordads-dashboard.js'),
(3625, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/build/dashboard/jp-wordads-dashboard.js.LICENSE.txt', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/build/dashboard/jp-wordads-dashboard.js.LICENSE.txt'),
(3626, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/build/dashboard/jp-wordads-dashboard.rtl.css', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/build/dashboard/jp-wordads-dashboard.rtl.css'),
(3627, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/jest.config.js', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/jest.config.js'),
(3628, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/postcss.config.js', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/postcss.config.js'),
(3629, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/class-helper.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/class-helper.php'),
(3630, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/class-package.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/class-package.php'),
(3631, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/class-rest-controller.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/class-rest-controller.php'),
(3632, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/class-dashboard.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/class-dashboard.php'),
(3633, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/class-initial-state.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/class-initial-state.php'),
(3634, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/button/index.jsx', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/button/index.jsx'),
(3635, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/button/style.scss', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/button/style.scss'),
(3636, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/button/test/index.test.jsx', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/button/test/index.test.jsx'),
(3637, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/card/compact.jsx', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/card/compact.jsx'),
(3638, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/card/index.jsx', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/card/index.jsx'),
(3639, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/card/style.scss', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/card/style.scss'),
(3640, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/card/test/index.test.jsx', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/card/test/index.test.jsx'),
(3641, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/dashboard/index.jsx', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/dashboard/index.jsx'),
(3642, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/dashboard/style.scss', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/dashboard/style.scss'),
(3643, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/form-toggle/compact.jsx', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/form-toggle/compact.jsx'),
(3644, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/form-toggle/index.jsx', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/form-toggle/index.jsx'),
(3645, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/form-toggle/style.scss', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/form-toggle/style.scss'),
(3646, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/form-toggle/test/index.test.jsx', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/form-toggle/test/index.test.jsx'),
(3647, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/global-notices/index.jsx', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/global-notices/index.jsx'),
(3648, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/global-notices/store/actions.js', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/global-notices/store/actions.js'),
(3649, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/global-notices/store/reducer.js', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/global-notices/store/reducer.js'),
(3650, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/global-notices/store/selectors.js', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/global-notices/store/selectors.js'),
(3651, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/global-notices/style.scss', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/global-notices/style.scss'),
(3652, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/global-notices/test/index.test.jsx', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/global-notices/test/index.test.jsx'),
(3653, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/module-control/index.jsx', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/module-control/index.jsx'),
(3654, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/module-control/style.scss', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/module-control/style.scss'),
(3655, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/notice/index.jsx', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/notice/index.jsx'),
(3656, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/notice/notice-action.jsx', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/notice/notice-action.jsx'),
(3657, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/notice/style.scss', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/notice/style.scss'),
(3658, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/notice/test/index.test.jsx', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/components/notice/test/index.test.jsx'),
(3659, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/index.jsx', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/index.jsx'),
(3660, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/scss/_variables.scss', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/scss/_variables.scss'),
(3661, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/scss/calypso-colors.scss', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/scss/calypso-colors.scss'),
(3662, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/scss/calypso-mixins.scss', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/scss/calypso-mixins.scss'),
(3663, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/scss/color-functions.scss', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/scss/color-functions.scss'),
(3664, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/scss/functions/colors.scss', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/scss/functions/colors.scss'),
(3665, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/scss/functions/rem.scss', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/scss/functions/rem.scss'),
(3666, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/scss/layout.scss', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/scss/layout.scss'),
(3667, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/scss/mixin_breakpoint.scss', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/scss/mixin_breakpoint.scss'),
(3668, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/scss/mixin_icons.scss', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/scss/mixin_icons.scss'),
(3669, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/scss/rna-styles.scss', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/scss/rna-styles.scss'),
(3670, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/scss/typography.scss', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/scss/typography.scss'),
(3671, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/scss/z-index.scss', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/scss/z-index.scss'),
(3672, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/actions/index.js', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/actions/index.js'),
(3673, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/actions/jetpack-settings.js', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/actions/jetpack-settings.js'),
(3674, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/actions/test/jetpack-settings.test.js', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/actions/test/jetpack-settings.test.js'),
(3675, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/controls.js', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/controls.js'),
(3676, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/index.js', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/index.js'),
(3677, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/reducer/feature.js', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/reducer/feature.js'),
(3678, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/reducer/index.js', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/reducer/index.js'),
(3679, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/reducer/jetpack-settings.js', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/reducer/jetpack-settings.js'),
(3680, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/reducer/site-data.js', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/reducer/site-data.js'),
(3681, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/reducer/test/jetpack-settings.test.js', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/reducer/test/jetpack-settings.test.js'),
(3682, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/reducer/user-data.js', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/reducer/user-data.js'),
(3683, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/resolvers.js', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/resolvers.js'),
(3684, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/selectors/feature.js', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/selectors/feature.js'),
(3685, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/selectors/index.js', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/selectors/index.js'),
(3686, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/selectors/jetpack-settings.js', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/selectors/jetpack-settings.js'),
(3687, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/selectors/site-data.js', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/selectors/site-data.js'),
(3688, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/selectors/user-data.js', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/dashboard/store/selectors/user-data.js'),
(3689, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/initializers/class-initializer.php', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/src/initializers/class-initializer.php'),
(3690, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/tools/babel.config.js', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/tools/babel.config.js'),
(3691, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/tools/define-palette-colors-as-static-variables.js', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/tools/define-palette-colors-as-static-variables.js'),
(3692, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/tools/webpack.dashboard.config.js', 'wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-wordads/tools/webpack.dashboard.config.js'),
(3693, '/home/www/iamctv.com/wp-content/plugins/jetpack/jetpack_vendor/i18n-map.php', 'wp-content/plugins/jetpack/jetpack_vendor/i18n-map.php'),
(3694, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-api-config.php', 'wp-content/plugins/jetpack/json-api-config.php'),
(3695, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-add-widget-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-add-widget-endpoint.php'),
(3696, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-autosave-post-v1-1-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-autosave-post-v1-1-endpoint.php'),
(3697, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-bulk-delete-post-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-bulk-delete-post-endpoint.php'),
(3698, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-bulk-restore-post-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-bulk-restore-post-endpoint.php'),
(3699, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-bulk-update-comments-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-bulk-update-comments-endpoint.php'),
(3700, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-comment-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-comment-endpoint.php'),
(3701, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-delete-media-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-delete-media-endpoint.php'),
(3702, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-delete-media-v1-1-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-delete-media-v1-1-endpoint.php'),
(3703, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-edit-media-v1-2-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-edit-media-v1-2-endpoint.php'),
(3704, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-autosave-v1-1-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-autosave-v1-1-endpoint.php'),
(3705, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-comment-counts-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-comment-counts-endpoint.php'),
(3706, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-comment-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-comment-endpoint.php'),
(3707, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-comment-history-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-comment-history-endpoint.php'),
(3708, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-comments-tree-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-comments-tree-endpoint.php'),
(3709, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-comments-tree-v1-1-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-comments-tree-v1-1-endpoint.php'),
(3710, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-comments-tree-v1-2-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-comments-tree-v1-2-endpoint.php'),
(3711, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-customcss.php', 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-customcss.php'),
(3712, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-media-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-media-endpoint.php'),
(3713, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-media-v1-1-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-media-v1-1-endpoint.php'),
(3714, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-media-v1-2-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-media-v1-2-endpoint.php'),
(3715, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-post-counts-v1-1-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-post-counts-v1-1-endpoint.php'),
(3716, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-post-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-post-endpoint.php'),
(3717, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-post-v1-1-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-post-v1-1-endpoint.php'),
(3718, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-site-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-site-endpoint.php'),
(3719, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-site-v1-2-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-site-v1-2-endpoint.php'),
(3720, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-taxonomies-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-taxonomies-endpoint.php'),
(3721, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-taxonomy-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-taxonomy-endpoint.php'),
(3722, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-term-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-get-term-endpoint.php'),
(3723, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-list-comments-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-list-comments-endpoint.php'),
(3724, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-list-embeds-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-list-embeds-endpoint.php'),
(3725, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-list-media-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-list-media-endpoint.php'),
(3726, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-list-media-v1-1-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-list-media-v1-1-endpoint.php'),
(3727, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-list-media-v1-2-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-list-media-v1-2-endpoint.php'),
(3728, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-list-post-type-taxonomies-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-list-post-type-taxonomies-endpoint.php'),
(3729, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-list-post-types-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-list-post-types-endpoint.php'),
(3730, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-list-posts-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-list-posts-endpoint.php'),
(3731, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-list-posts-v1-1-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-list-posts-v1-1-endpoint.php'),
(3732, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-list-posts-v1-2-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-list-posts-v1-2-endpoint.php'),
(3733, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-list-roles-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-list-roles-endpoint.php'),
(3734, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-list-shortcodes-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-list-shortcodes-endpoint.php'),
(3735, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-list-terms-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-list-terms-endpoint.php'),
(3736, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-list-users-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-list-users-endpoint.php'),
(3737, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-menus-v1-1-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-menus-v1-1-endpoint.php'),
(3738, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-post-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-post-endpoint.php'),
(3739, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-post-v1-1-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-post-v1-1-endpoint.php'),
(3740, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-render-embed-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-render-embed-endpoint.php'),
(3741, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-render-embed-reversal-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-render-embed-reversal-endpoint.php'),
(3742, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-render-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-render-endpoint.php'),
(3743, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-render-shortcode-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-render-shortcode-endpoint.php'),
(3744, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-sharing-buttons-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-sharing-buttons-endpoint.php'),
(3745, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-site-settings-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-site-settings-endpoint.php'),
(3746, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-site-settings-v1-2-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-site-settings-v1-2-endpoint.php');
INSERT INTO `iamc_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(3747, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-site-settings-v1-3-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-site-settings-v1-3-endpoint.php'),
(3748, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-site-settings-v1-4-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-site-settings-v1-4-endpoint.php'),
(3749, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-site-user-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-site-user-endpoint.php'),
(3750, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-taxonomy-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-taxonomy-endpoint.php'),
(3751, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-update-comment-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-update-comment-endpoint.php'),
(3752, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-update-customcss.php', 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-update-customcss.php'),
(3753, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-update-media-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-update-media-endpoint.php'),
(3754, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-update-media-v1-1-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-update-media-v1-1-endpoint.php'),
(3755, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-update-post-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-update-post-endpoint.php'),
(3756, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-update-post-v1-1-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-update-post-v1-1-endpoint.php'),
(3757, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-update-post-v1-2-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-update-post-v1-2-endpoint.php'),
(3758, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-update-site-homepage-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-update-site-homepage-endpoint.php'),
(3759, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-update-site-logo-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-update-site-logo-endpoint.php'),
(3760, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-update-taxonomy-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-update-taxonomy-endpoint.php'),
(3761, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-update-term-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-update-term-endpoint.php'),
(3762, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-update-user-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-update-user-endpoint.php'),
(3763, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-upload-media-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-upload-media-endpoint.php'),
(3764, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-upload-media-v1-1-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/class.wpcom-json-api-upload-media-v1-1-endpoint.php'),
(3765, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/jetpack/class-jetpack-json-api-delete-backup-helper-script-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/jetpack/class-jetpack-json-api-delete-backup-helper-script-endpoint.php'),
(3766, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/jetpack/class-jetpack-json-api-install-backup-helper-script-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/jetpack/class-jetpack-json-api-install-backup-helper-script-endpoint.php'),
(3767, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/jetpack/class-jetpack-json-api-modules-list-v1-2-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/jetpack/class-jetpack-json-api-modules-list-v1-2-endpoint.php'),
(3768, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-check-capabilities-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-check-capabilities-endpoint.php'),
(3769, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-core-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-core-endpoint.php'),
(3770, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-core-modify-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-core-modify-endpoint.php'),
(3771, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-cron-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-cron-endpoint.php'),
(3772, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-endpoint.php'),
(3773, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-get-comment-backup-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-get-comment-backup-endpoint.php'),
(3774, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-get-database-object-backup-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-get-database-object-backup-endpoint.php'),
(3775, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-get-option-backup-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-get-option-backup-endpoint.php'),
(3776, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-get-post-backup-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-get-post-backup-endpoint.php'),
(3777, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-get-term-backup-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-get-term-backup-endpoint.php'),
(3778, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-get-user-backup-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-get-user-backup-endpoint.php'),
(3779, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-jps-woocommerce-connect-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-jps-woocommerce-connect-endpoint.php'),
(3780, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-log-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-log-endpoint.php'),
(3781, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-maybe-auto-update-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-maybe-auto-update-endpoint.php'),
(3782, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-modules-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-modules-endpoint.php'),
(3783, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-modules-get-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-modules-get-endpoint.php'),
(3784, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-modules-list-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-modules-list-endpoint.php'),
(3785, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-modules-modify-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-modules-modify-endpoint.php'),
(3786, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-plugins-delete-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-plugins-delete-endpoint.php'),
(3787, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-plugins-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-plugins-endpoint.php'),
(3788, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-plugins-get-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-plugins-get-endpoint.php'),
(3789, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-plugins-install-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-plugins-install-endpoint.php'),
(3790, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-plugins-list-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-plugins-list-endpoint.php'),
(3791, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-plugins-modify-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-plugins-modify-endpoint.php'),
(3792, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-plugins-modify-v1-2-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-plugins-modify-v1-2-endpoint.php'),
(3793, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-plugins-new-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-plugins-new-endpoint.php'),
(3794, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-sync-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-sync-endpoint.php'),
(3795, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-themes-active-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-themes-active-endpoint.php'),
(3796, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-themes-delete-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-themes-delete-endpoint.php'),
(3797, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-themes-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-themes-endpoint.php'),
(3798, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-themes-get-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-themes-get-endpoint.php'),
(3799, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-themes-install-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-themes-install-endpoint.php'),
(3800, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-themes-list-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-themes-list-endpoint.php'),
(3801, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-themes-modify-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-themes-modify-endpoint.php'),
(3802, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-themes-new-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-themes-new-endpoint.php'),
(3803, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-translations-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-translations-endpoint.php'),
(3804, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-translations-modify-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-translations-modify-endpoint.php'),
(3805, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-updates-status-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-updates-status-endpoint.php'),
(3806, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-user-connect-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-user-connect-endpoint.php'),
(3807, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-user-create-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-user-create-endpoint.php'),
(3808, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/jetpack/class.wpcom-json-api-get-option-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/jetpack/class.wpcom-json-api-get-option-endpoint.php'),
(3809, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/jetpack/class.wpcom-json-api-update-option-endpoint.php', 'wp-content/plugins/jetpack/json-endpoints/jetpack/class.wpcom-json-api-update-option-endpoint.php'),
(3810, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints/jetpack/json-api-jetpack-endpoints.php', 'wp-content/plugins/jetpack/json-endpoints/jetpack/json-api-jetpack-endpoints.php'),
(3811, '/home/www/iamctv.com/wp-content/plugins/jetpack/json-endpoints.php', 'wp-content/plugins/jetpack/json-endpoints.php'),
(3812, '/home/www/iamctv.com/wp-content/plugins/jetpack/load-jetpack.php', 'wp-content/plugins/jetpack/load-jetpack.php'),
(3813, '/home/www/iamctv.com/wp-content/plugins/jetpack/locales.php', 'wp-content/plugins/jetpack/locales.php'),
(3814, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/calypsoify/README.md', 'wp-content/plugins/jetpack/modules/calypsoify/README.md'),
(3815, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/calypsoify/class-jetpack-calypsoify.php', 'wp-content/plugins/jetpack/modules/calypsoify/class-jetpack-calypsoify.php'),
(3816, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/calypsoify/gutenberg-styles/button.scss', 'wp-content/plugins/jetpack/modules/calypsoify/gutenberg-styles/button.scss'),
(3817, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/calypsoify/mods-gutenberg.js', 'wp-content/plugins/jetpack/modules/calypsoify/mods-gutenberg.js'),
(3818, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/calypsoify/mods.js', 'wp-content/plugins/jetpack/modules/calypsoify/mods.js'),
(3819, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/calypsoify/style-gutenberg-rtl.min.css', 'wp-content/plugins/jetpack/modules/calypsoify/style-gutenberg-rtl.min.css'),
(3820, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/calypsoify/style-gutenberg.min.css', 'wp-content/plugins/jetpack/modules/calypsoify/style-gutenberg.min.css'),
(3821, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/calypsoify/style-rtl.min.css', 'wp-content/plugins/jetpack/modules/calypsoify/style-rtl.min.css'),
(3822, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/calypsoify/style.min.css', 'wp-content/plugins/jetpack/modules/calypsoify/style.min.css'),
(3823, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/carousel/jetpack-carousel-rtl.css', 'wp-content/plugins/jetpack/modules/carousel/jetpack-carousel-rtl.css'),
(3824, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/carousel/jetpack-carousel.css', 'wp-content/plugins/jetpack/modules/carousel/jetpack-carousel.css'),
(3825, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/carousel/jetpack-carousel.js', 'wp-content/plugins/jetpack/modules/carousel/jetpack-carousel.js'),
(3826, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/carousel/jetpack-carousel.php', 'wp-content/plugins/jetpack/modules/carousel/jetpack-carousel.php'),
(3827, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/carousel/readme.md', 'wp-content/plugins/jetpack/modules/carousel/readme.md'),
(3828, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/carousel/swiper-bundle.css', 'wp-content/plugins/jetpack/modules/carousel/swiper-bundle.css'),
(3829, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/carousel/swiper-bundle.js', 'wp-content/plugins/jetpack/modules/carousel/swiper-bundle.js'),
(3830, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/carousel.php', 'wp-content/plugins/jetpack/modules/carousel.php'),
(3831, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/cloudflare-analytics/cloudflare-analytics.php', 'wp-content/plugins/jetpack/modules/cloudflare-analytics/cloudflare-analytics.php'),
(3832, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/comment-likes/admin-style.css', 'wp-content/plugins/jetpack/modules/comment-likes/admin-style.css'),
(3833, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/comment-likes/comment-like-count.js', 'wp-content/plugins/jetpack/modules/comment-likes/comment-like-count.js'),
(3834, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/comment-likes.php', 'wp-content/plugins/jetpack/modules/comment-likes.php'),
(3835, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/comments/admin.php', 'wp-content/plugins/jetpack/modules/comments/admin.php'),
(3836, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/comments/base.php', 'wp-content/plugins/jetpack/modules/comments/base.php'),
(3837, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/comments/comments.php', 'wp-content/plugins/jetpack/modules/comments/comments.php'),
(3838, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/comments.php', 'wp-content/plugins/jetpack/modules/comments.php'),
(3839, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/contact-form/admin.php', 'wp-content/plugins/jetpack/modules/contact-form/admin.php'),
(3840, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/contact-form/class-grunion-contact-form-endpoint.php', 'wp-content/plugins/jetpack/modules/contact-form/class-grunion-contact-form-endpoint.php'),
(3841, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/contact-form/css/editor-inline-editing-style-rtl.css', 'wp-content/plugins/jetpack/modules/contact-form/css/editor-inline-editing-style-rtl.css'),
(3842, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/contact-form/css/editor-inline-editing-style-rtl.min.css', 'wp-content/plugins/jetpack/modules/contact-form/css/editor-inline-editing-style-rtl.min.css'),
(3843, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/contact-form/css/editor-inline-editing-style.css', 'wp-content/plugins/jetpack/modules/contact-form/css/editor-inline-editing-style.css'),
(3844, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/contact-form/css/editor-inline-editing-style.min.css', 'wp-content/plugins/jetpack/modules/contact-form/css/editor-inline-editing-style.min.css'),
(3845, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/contact-form/css/editor-style-rtl.css', 'wp-content/plugins/jetpack/modules/contact-form/css/editor-style-rtl.css'),
(3846, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/contact-form/css/editor-style-rtl.min.css', 'wp-content/plugins/jetpack/modules/contact-form/css/editor-style-rtl.min.css'),
(3847, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/contact-form/css/editor-style.css', 'wp-content/plugins/jetpack/modules/contact-form/css/editor-style.css'),
(3848, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/contact-form/css/editor-style.min.css', 'wp-content/plugins/jetpack/modules/contact-form/css/editor-style.min.css'),
(3849, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/contact-form/css/editor-ui-rtl.css', 'wp-content/plugins/jetpack/modules/contact-form/css/editor-ui-rtl.css'),
(3850, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/contact-form/css/editor-ui-rtl.min.css', 'wp-content/plugins/jetpack/modules/contact-form/css/editor-ui-rtl.min.css'),
(3851, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/contact-form/css/editor-ui.css', 'wp-content/plugins/jetpack/modules/contact-form/css/editor-ui.css'),
(3852, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/contact-form/css/editor-ui.min.css', 'wp-content/plugins/jetpack/modules/contact-form/css/editor-ui.min.css'),
(3853, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/contact-form/css/grunion-rtl.css', 'wp-content/plugins/jetpack/modules/contact-form/css/grunion-rtl.css'),
(3854, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/contact-form/css/grunion.css', 'wp-content/plugins/jetpack/modules/contact-form/css/grunion.css'),
(3855, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/contact-form/css/jquery-ui-datepicker.css', 'wp-content/plugins/jetpack/modules/contact-form/css/jquery-ui-datepicker.css'),
(3856, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/contact-form/grunion-contact-form.php', 'wp-content/plugins/jetpack/modules/contact-form/grunion-contact-form.php'),
(3857, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/contact-form/grunion-editor-view.php', 'wp-content/plugins/jetpack/modules/contact-form/grunion-editor-view.php'),
(3858, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/contact-form/grunion-form-view.php', 'wp-content/plugins/jetpack/modules/contact-form/grunion-form-view.php'),
(3859, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/contact-form/images/blank-screen-akismet.png', 'wp-content/plugins/jetpack/modules/contact-form/images/blank-screen-akismet.png'),
(3860, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/contact-form/images/blank-screen-button.png', 'wp-content/plugins/jetpack/modules/contact-form/images/blank-screen-button.png'),
(3861, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/contact-form/images/grunion-form-2x.png', 'wp-content/plugins/jetpack/modules/contact-form/images/grunion-form-2x.png'),
(3862, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/contact-form/images/grunion-form.png', 'wp-content/plugins/jetpack/modules/contact-form/images/grunion-form.png'),
(3863, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/contact-form/images/grunion-remove-field-2x.png', 'wp-content/plugins/jetpack/modules/contact-form/images/grunion-remove-field-2x.png'),
(3864, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/contact-form/images/grunion-remove-field-hover-2x.png', 'wp-content/plugins/jetpack/modules/contact-form/images/grunion-remove-field-hover-2x.png'),
(3865, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/contact-form/images/grunion-remove-field-hover.gif', 'wp-content/plugins/jetpack/modules/contact-form/images/grunion-remove-field-hover.gif'),
(3866, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/contact-form/images/grunion-remove-field.gif', 'wp-content/plugins/jetpack/modules/contact-form/images/grunion-remove-field.gif'),
(3867, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/contact-form/images/grunion-remove-option-2x.png', 'wp-content/plugins/jetpack/modules/contact-form/images/grunion-remove-option-2x.png'),
(3868, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/contact-form/images/grunion-remove-option-hover-2x.png', 'wp-content/plugins/jetpack/modules/contact-form/images/grunion-remove-option-hover-2x.png'),
(3869, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/contact-form/images/grunion-remove-option-hover.gif', 'wp-content/plugins/jetpack/modules/contact-form/images/grunion-remove-option-hover.gif'),
(3870, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/contact-form/images/grunion-remove-option.gif', 'wp-content/plugins/jetpack/modules/contact-form/images/grunion-remove-option.gif'),
(3871, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/contact-form/js/editor-view.js', 'wp-content/plugins/jetpack/modules/contact-form/js/editor-view.js'),
(3872, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/contact-form/js/grunion-admin.js', 'wp-content/plugins/jetpack/modules/contact-form/js/grunion-admin.js'),
(3873, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/contact-form/js/grunion-frontend.js', 'wp-content/plugins/jetpack/modules/contact-form/js/grunion-frontend.js'),
(3874, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/contact-form/js/grunion.js', 'wp-content/plugins/jetpack/modules/contact-form/js/grunion.js'),
(3875, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/contact-form/js/tinymce-plugin-form-button.js', 'wp-content/plugins/jetpack/modules/contact-form/js/tinymce-plugin-form-button.js'),
(3876, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/contact-form.php', 'wp-content/plugins/jetpack/modules/contact-form.php'),
(3877, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/copy-post.php', 'wp-content/plugins/jetpack/modules/copy-post.php'),
(3878, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-content-types.php', 'wp-content/plugins/jetpack/modules/custom-content-types.php'),
(3879, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-css/csstidy/class.csstidy-ctype.php', 'wp-content/plugins/jetpack/modules/custom-css/csstidy/class.csstidy-ctype.php'),
(3880, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-css/csstidy/class.csstidy-optimise.php', 'wp-content/plugins/jetpack/modules/custom-css/csstidy/class.csstidy-optimise.php'),
(3881, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-css/csstidy/class.csstidy-print.php', 'wp-content/plugins/jetpack/modules/custom-css/csstidy/class.csstidy-print.php'),
(3882, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-css/csstidy/class.csstidy.php', 'wp-content/plugins/jetpack/modules/custom-css/csstidy/class.csstidy.php'),
(3883, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-css/csstidy/cssparse-rtl.css', 'wp-content/plugins/jetpack/modules/custom-css/csstidy/cssparse-rtl.css'),
(3884, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-css/csstidy/cssparse-rtl.min.css', 'wp-content/plugins/jetpack/modules/custom-css/csstidy/cssparse-rtl.min.css'),
(3885, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-css/csstidy/cssparse.css', 'wp-content/plugins/jetpack/modules/custom-css/csstidy/cssparse.css'),
(3886, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-css/csstidy/cssparse.min.css', 'wp-content/plugins/jetpack/modules/custom-css/csstidy/cssparse.min.css'),
(3887, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-css/csstidy/cssparsed-rtl.css', 'wp-content/plugins/jetpack/modules/custom-css/csstidy/cssparsed-rtl.css'),
(3888, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-css/csstidy/cssparsed-rtl.min.css', 'wp-content/plugins/jetpack/modules/custom-css/csstidy/cssparsed-rtl.min.css'),
(3889, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-css/csstidy/cssparsed.css', 'wp-content/plugins/jetpack/modules/custom-css/csstidy/cssparsed.css'),
(3890, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-css/csstidy/cssparsed.min.css', 'wp-content/plugins/jetpack/modules/custom-css/csstidy/cssparsed.min.css'),
(3891, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-css/csstidy/data-wp.inc.php', 'wp-content/plugins/jetpack/modules/custom-css/csstidy/data-wp.inc.php'),
(3892, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-css/csstidy/data.inc.php', 'wp-content/plugins/jetpack/modules/custom-css/csstidy/data.inc.php'),
(3893, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-css/csstidy/lang.inc.php', 'wp-content/plugins/jetpack/modules/custom-css/csstidy/lang.inc.php'),
(3894, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-css/csstidy/wordpress-standard.tpl', 'wp-content/plugins/jetpack/modules/custom-css/csstidy/wordpress-standard.tpl'),
(3895, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-css/custom-css/css/blank.css', 'wp-content/plugins/jetpack/modules/custom-css/custom-css/css/blank.css'),
(3896, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-css/custom-css/css/codemirror-rtl.css', 'wp-content/plugins/jetpack/modules/custom-css/custom-css/css/codemirror-rtl.css'),
(3897, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-css/custom-css/css/codemirror-rtl.min.css', 'wp-content/plugins/jetpack/modules/custom-css/custom-css/css/codemirror-rtl.min.css'),
(3898, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-css/custom-css/css/codemirror.css', 'wp-content/plugins/jetpack/modules/custom-css/custom-css/css/codemirror.css'),
(3899, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-css/custom-css/css/codemirror.min.css', 'wp-content/plugins/jetpack/modules/custom-css/custom-css/css/codemirror.min.css'),
(3900, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-css/custom-css/css/css-editor-rtl.css', 'wp-content/plugins/jetpack/modules/custom-css/custom-css/css/css-editor-rtl.css'),
(3901, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-css/custom-css/css/css-editor-rtl.min.css', 'wp-content/plugins/jetpack/modules/custom-css/custom-css/css/css-editor-rtl.min.css'),
(3902, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-css/custom-css/css/css-editor.css', 'wp-content/plugins/jetpack/modules/custom-css/custom-css/css/css-editor.css'),
(3903, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-css/custom-css/css/css-editor.min.css', 'wp-content/plugins/jetpack/modules/custom-css/custom-css/css/css-editor.min.css'),
(3904, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-css/custom-css/css/customizer-control.css', 'wp-content/plugins/jetpack/modules/custom-css/custom-css/css/customizer-control.css'),
(3905, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-css/custom-css/css/rtl/codemirror-rtl.css', 'wp-content/plugins/jetpack/modules/custom-css/custom-css/css/rtl/codemirror-rtl.css'),
(3906, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-css/custom-css/css/use-codemirror-rtl.css', 'wp-content/plugins/jetpack/modules/custom-css/custom-css/css/use-codemirror-rtl.css'),
(3907, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-css/custom-css/css/use-codemirror-rtl.min.css', 'wp-content/plugins/jetpack/modules/custom-css/custom-css/css/use-codemirror-rtl.min.css'),
(3908, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-css/custom-css/css/use-codemirror.css', 'wp-content/plugins/jetpack/modules/custom-css/custom-css/css/use-codemirror.css'),
(3909, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-css/custom-css/css/use-codemirror.min.css', 'wp-content/plugins/jetpack/modules/custom-css/custom-css/css/use-codemirror.min.css'),
(3910, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-css/custom-css/js/codemirror.min.js', 'wp-content/plugins/jetpack/modules/custom-css/custom-css/js/codemirror.min.js'),
(3911, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-css/custom-css/js/core-customizer-css-preview.js', 'wp-content/plugins/jetpack/modules/custom-css/custom-css/js/core-customizer-css-preview.js'),
(3912, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-css/custom-css/js/core-customizer-css.core-4.9.js', 'wp-content/plugins/jetpack/modules/custom-css/custom-css/js/core-customizer-css.core-4.9.js'),
(3913, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-css/custom-css/js/core-customizer-css.js', 'wp-content/plugins/jetpack/modules/custom-css/custom-css/js/core-customizer-css.js'),
(3914, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-css/custom-css/js/css-editor.js', 'wp-content/plugins/jetpack/modules/custom-css/custom-css/js/css-editor.js'),
(3915, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-css/custom-css/js/use-codemirror.js', 'wp-content/plugins/jetpack/modules/custom-css/custom-css/js/use-codemirror.js'),
(3916, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-css/custom-css/preprocessors/lessc.inc.php', 'wp-content/plugins/jetpack/modules/custom-css/custom-css/preprocessors/lessc.inc.php'),
(3917, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-css/custom-css/preprocessors/scss.inc.php', 'wp-content/plugins/jetpack/modules/custom-css/custom-css/preprocessors/scss.inc.php'),
(3918, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-css/custom-css/preprocessors.php', 'wp-content/plugins/jetpack/modules/custom-css/custom-css/preprocessors.php'),
(3919, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-css/custom-css-4.7.php', 'wp-content/plugins/jetpack/modules/custom-css/custom-css-4.7.php'),
(3920, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-css/custom-css.php', 'wp-content/plugins/jetpack/modules/custom-css/custom-css.php'),
(3921, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-css/migrate-to-core.php', 'wp-content/plugins/jetpack/modules/custom-css/migrate-to-core.php'),
(3922, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-css.php', 'wp-content/plugins/jetpack/modules/custom-css.php'),
(3923, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-post-types/comics/admin.css', 'wp-content/plugins/jetpack/modules/custom-post-types/comics/admin.css'),
(3924, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-post-types/comics/comics-rtl.css', 'wp-content/plugins/jetpack/modules/custom-post-types/comics/comics-rtl.css'),
(3925, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-post-types/comics/comics-rtl.min.css', 'wp-content/plugins/jetpack/modules/custom-post-types/comics/comics-rtl.min.css'),
(3926, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-post-types/comics/comics.css', 'wp-content/plugins/jetpack/modules/custom-post-types/comics/comics.css'),
(3927, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-post-types/comics/comics.js', 'wp-content/plugins/jetpack/modules/custom-post-types/comics/comics.js'),
(3928, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-post-types/comics/comics.min.css', 'wp-content/plugins/jetpack/modules/custom-post-types/comics/comics.min.css'),
(3929, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-post-types/comics/rtl/comics-rtl.css', 'wp-content/plugins/jetpack/modules/custom-post-types/comics/rtl/comics-rtl.css'),
(3930, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-post-types/comics.php', 'wp-content/plugins/jetpack/modules/custom-post-types/comics.php'),
(3931, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-post-types/css/edit-items.css', 'wp-content/plugins/jetpack/modules/custom-post-types/css/edit-items.css'),
(3932, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-post-types/css/many-items.css', 'wp-content/plugins/jetpack/modules/custom-post-types/css/many-items.css'),
(3933, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-post-types/css/nova-font.css', 'wp-content/plugins/jetpack/modules/custom-post-types/css/nova-font.css'),
(3934, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-post-types/css/nova.css', 'wp-content/plugins/jetpack/modules/custom-post-types/css/nova.css'),
(3935, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-post-types/css/portfolio-shortcode.css', 'wp-content/plugins/jetpack/modules/custom-post-types/css/portfolio-shortcode.css'),
(3936, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-post-types/css/testimonial-shortcode.css', 'wp-content/plugins/jetpack/modules/custom-post-types/css/testimonial-shortcode.css'),
(3937, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-post-types/js/many-items.js', 'wp-content/plugins/jetpack/modules/custom-post-types/js/many-items.js'),
(3938, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-post-types/js/menu-checkboxes.js', 'wp-content/plugins/jetpack/modules/custom-post-types/js/menu-checkboxes.js'),
(3939, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-post-types/js/nova-drag-drop.js', 'wp-content/plugins/jetpack/modules/custom-post-types/js/nova-drag-drop.js'),
(3940, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-post-types/nova.php', 'wp-content/plugins/jetpack/modules/custom-post-types/nova.php'),
(3941, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-post-types/portfolios.php', 'wp-content/plugins/jetpack/modules/custom-post-types/portfolios.php'),
(3942, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/custom-post-types/testimonial.php', 'wp-content/plugins/jetpack/modules/custom-post-types/testimonial.php'),
(3943, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/enhanced-distribution.php', 'wp-content/plugins/jetpack/modules/enhanced-distribution.php'),
(3944, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/geo-location/class.jetpack-geo-location.php', 'wp-content/plugins/jetpack/modules/geo-location/class.jetpack-geo-location.php'),
(3945, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/geo-location.php', 'wp-content/plugins/jetpack/modules/geo-location.php'),
(3946, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/google-analytics/classes/class-jetpack-google-amp-analytics.php', 'wp-content/plugins/jetpack/modules/google-analytics/classes/class-jetpack-google-amp-analytics.php'),
(3947, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/google-analytics/classes/wp-google-analytics-legacy.php', 'wp-content/plugins/jetpack/modules/google-analytics/classes/wp-google-analytics-legacy.php'),
(3948, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/google-analytics/classes/wp-google-analytics-options.php', 'wp-content/plugins/jetpack/modules/google-analytics/classes/wp-google-analytics-options.php'),
(3949, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/google-analytics/classes/wp-google-analytics-universal.php', 'wp-content/plugins/jetpack/modules/google-analytics/classes/wp-google-analytics-universal.php'),
(3950, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/google-analytics/classes/wp-google-analytics-utils.php', 'wp-content/plugins/jetpack/modules/google-analytics/classes/wp-google-analytics-utils.php'),
(3951, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/google-analytics/wp-google-analytics.php', 'wp-content/plugins/jetpack/modules/google-analytics/wp-google-analytics.php'),
(3952, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/google-analytics.php', 'wp-content/plugins/jetpack/modules/google-analytics.php'),
(3953, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/google-fonts.php', 'wp-content/plugins/jetpack/modules/google-fonts.php'),
(3954, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/gravatar/gravatar-hovercards-amp.css', 'wp-content/plugins/jetpack/modules/gravatar/gravatar-hovercards-amp.css'),
(3955, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/gravatar-hovercards.php', 'wp-content/plugins/jetpack/modules/gravatar-hovercards.php'),
(3956, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/infinite-scroll/infinity-customizer.js', 'wp-content/plugins/jetpack/modules/infinite-scroll/infinity-customizer.js'),
(3957, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/infinite-scroll/infinity.css', 'wp-content/plugins/jetpack/modules/infinite-scroll/infinity.css'),
(3958, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/infinite-scroll/infinity.js', 'wp-content/plugins/jetpack/modules/infinite-scroll/infinity.js'),
(3959, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/infinite-scroll/infinity.php', 'wp-content/plugins/jetpack/modules/infinite-scroll/infinity.php'),
(3960, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentyeleven.css', 'wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentyeleven.css'),
(3961, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentyeleven.php', 'wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentyeleven.php'),
(3962, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentyfifteen-rtl.css', 'wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentyfifteen-rtl.css'),
(3963, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentyfifteen.css', 'wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentyfifteen.css'),
(3964, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentyfifteen.php', 'wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentyfifteen.php'),
(3965, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentyfourteen.css', 'wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentyfourteen.css'),
(3966, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentyfourteen.php', 'wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentyfourteen.php'),
(3967, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentyseventeen-rtl.css', 'wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentyseventeen-rtl.css'),
(3968, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentyseventeen.css', 'wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentyseventeen.css'),
(3969, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentyseventeen.php', 'wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentyseventeen.php'),
(3970, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentysixteen-rtl.css', 'wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentysixteen-rtl.css'),
(3971, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentysixteen.css', 'wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentysixteen.css'),
(3972, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentysixteen.php', 'wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentysixteen.php'),
(3973, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentyten.css', 'wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentyten.css'),
(3974, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentyten.php', 'wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentyten.php'),
(3975, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentythirteen.css', 'wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentythirteen.css'),
(3976, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentythirteen.php', 'wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentythirteen.php'),
(3977, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentytwelve.css', 'wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentytwelve.css'),
(3978, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentytwelve.php', 'wp-content/plugins/jetpack/modules/infinite-scroll/themes/twentytwelve.php'),
(3979, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/infinite-scroll.php', 'wp-content/plugins/jetpack/modules/infinite-scroll.php'),
(3980, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/json-api.php', 'wp-content/plugins/jetpack/modules/json-api.php'),
(3981, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/latex.php', 'wp-content/plugins/jetpack/modules/latex.php'),
(3982, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/lazy-images.php', 'wp-content/plugins/jetpack/modules/lazy-images.php'),
(3983, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/likes/jetpack-likes-master-iframe.php', 'wp-content/plugins/jetpack/modules/likes/jetpack-likes-master-iframe.php'),
(3984, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/likes/jetpack-likes-settings.php', 'wp-content/plugins/jetpack/modules/likes/jetpack-likes-settings.php'),
(3985, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/likes/post-count-jetpack.js', 'wp-content/plugins/jetpack/modules/likes/post-count-jetpack.js'),
(3986, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/likes/post-count.js', 'wp-content/plugins/jetpack/modules/likes/post-count.js'),
(3987, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/likes/queuehandler.js', 'wp-content/plugins/jetpack/modules/likes/queuehandler.js'),
(3988, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/likes/style.css', 'wp-content/plugins/jetpack/modules/likes/style.css'),
(3989, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/likes.php', 'wp-content/plugins/jetpack/modules/likes.php'),
(3990, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/markdown/easy-markdown.php', 'wp-content/plugins/jetpack/modules/markdown/easy-markdown.php'),
(3991, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/markdown.php', 'wp-content/plugins/jetpack/modules/markdown.php'),
(3992, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/masterbar/admin-color-schemes/class-admin-color-schemes.php', 'wp-content/plugins/jetpack/modules/masterbar/admin-color-schemes/class-admin-color-schemes.php'),
(3993, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/masterbar/admin-menu/admin-menu-rtl.css', 'wp-content/plugins/jetpack/modules/masterbar/admin-menu/admin-menu-rtl.css'),
(3994, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/masterbar/admin-menu/admin-menu-rtl.min.css', 'wp-content/plugins/jetpack/modules/masterbar/admin-menu/admin-menu-rtl.min.css'),
(3995, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/masterbar/admin-menu/admin-menu.css', 'wp-content/plugins/jetpack/modules/masterbar/admin-menu/admin-menu.css'),
(3996, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/masterbar/admin-menu/admin-menu.js', 'wp-content/plugins/jetpack/modules/masterbar/admin-menu/admin-menu.js'),
(3997, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/masterbar/admin-menu/admin-menu.min.css', 'wp-content/plugins/jetpack/modules/masterbar/admin-menu/admin-menu.min.css'),
(3998, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/masterbar/admin-menu/class-admin-menu.php', 'wp-content/plugins/jetpack/modules/masterbar/admin-menu/class-admin-menu.php'),
(3999, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/masterbar/admin-menu/class-atomic-admin-menu.php', 'wp-content/plugins/jetpack/modules/masterbar/admin-menu/class-atomic-admin-menu.php'),
(4000, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/masterbar/admin-menu/class-base-admin-menu.php', 'wp-content/plugins/jetpack/modules/masterbar/admin-menu/class-base-admin-menu.php'),
(4001, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/masterbar/admin-menu/class-dashboard-switcher-tracking.php', 'wp-content/plugins/jetpack/modules/masterbar/admin-menu/class-dashboard-switcher-tracking.php'),
(4002, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/masterbar/admin-menu/class-domain-only-admin-menu.php', 'wp-content/plugins/jetpack/modules/masterbar/admin-menu/class-domain-only-admin-menu.php'),
(4003, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/masterbar/admin-menu/class-jetpack-admin-menu.php', 'wp-content/plugins/jetpack/modules/masterbar/admin-menu/class-jetpack-admin-menu.php'),
(4004, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/masterbar/admin-menu/class-p2-admin-menu.php', 'wp-content/plugins/jetpack/modules/masterbar/admin-menu/class-p2-admin-menu.php'),
(4005, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/masterbar/admin-menu/class-wpcom-admin-menu.php', 'wp-content/plugins/jetpack/modules/masterbar/admin-menu/class-wpcom-admin-menu.php'),
(4006, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/masterbar/admin-menu/dashicon-set.php', 'wp-content/plugins/jetpack/modules/masterbar/admin-menu/dashicon-set.php'),
(4007, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/masterbar/admin-menu/load.php', 'wp-content/plugins/jetpack/modules/masterbar/admin-menu/load.php'),
(4008, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/masterbar/admin-menu/menu-mappings.php', 'wp-content/plugins/jetpack/modules/masterbar/admin-menu/menu-mappings.php'),
(4009, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/masterbar/inline-help/class-inline-help.php', 'wp-content/plugins/jetpack/modules/masterbar/inline-help/class-inline-help.php');
INSERT INTO `iamc_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(4010, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/masterbar/inline-help/gridicon-help.svg', 'wp-content/plugins/jetpack/modules/masterbar/inline-help/gridicon-help.svg'),
(4011, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/masterbar/inline-help/inline-help-template.php', 'wp-content/plugins/jetpack/modules/masterbar/inline-help/inline-help-template.php'),
(4012, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/masterbar/inline-help/inline-help.css', 'wp-content/plugins/jetpack/modules/masterbar/inline-help/inline-help.css'),
(4013, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/masterbar/masterbar/class-masterbar.php', 'wp-content/plugins/jetpack/modules/masterbar/masterbar/class-masterbar.php'),
(4014, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/masterbar/masterbar/overrides.css', 'wp-content/plugins/jetpack/modules/masterbar/masterbar/overrides.css'),
(4015, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/masterbar/masterbar/tracks-events.js', 'wp-content/plugins/jetpack/modules/masterbar/masterbar/tracks-events.js'),
(4016, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/masterbar/nudges/additional-css/class-atomic-additional-css-manager.php', 'wp-content/plugins/jetpack/modules/masterbar/nudges/additional-css/class-atomic-additional-css-manager.php'),
(4017, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/masterbar/nudges/additional-css/class-css-customizer-nudge.php', 'wp-content/plugins/jetpack/modules/masterbar/nudges/additional-css/class-css-customizer-nudge.php'),
(4018, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/masterbar/nudges/additional-css/class-css-nudge-customize-control.php', 'wp-content/plugins/jetpack/modules/masterbar/nudges/additional-css/class-css-nudge-customize-control.php'),
(4019, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/masterbar/nudges/additional-css/class-wpcom-additional-css-manager.php', 'wp-content/plugins/jetpack/modules/masterbar/nudges/additional-css/class-wpcom-additional-css-manager.php'),
(4020, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/masterbar/nudges/additional-css/css/additional-css.css', 'wp-content/plugins/jetpack/modules/masterbar/nudges/additional-css/css/additional-css.css'),
(4021, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/masterbar/nudges/additional-css/js/additional-css.js', 'wp-content/plugins/jetpack/modules/masterbar/nudges/additional-css/js/additional-css.js'),
(4022, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/masterbar/nudges/bootstrap.php', 'wp-content/plugins/jetpack/modules/masterbar/nudges/bootstrap.php'),
(4023, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/masterbar/profile-edit/bootstrap.php', 'wp-content/plugins/jetpack/modules/masterbar/profile-edit/bootstrap.php'),
(4024, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/masterbar/profile-edit/class-wpcom-user-profile-fields-revert.php', 'wp-content/plugins/jetpack/modules/masterbar/profile-edit/class-wpcom-user-profile-fields-revert.php'),
(4025, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/masterbar/profile-edit/profile-edit.php', 'wp-content/plugins/jetpack/modules/masterbar/profile-edit/profile-edit.php'),
(4026, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/masterbar/wp-posts-list/bootstrap.php', 'wp-content/plugins/jetpack/modules/masterbar/wp-posts-list/bootstrap.php'),
(4027, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/masterbar/wp-posts-list/class-posts-list-page-notification.php', 'wp-content/plugins/jetpack/modules/masterbar/wp-posts-list/class-posts-list-page-notification.php'),
(4028, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/masterbar/wp-posts-list/wp-posts-list.css', 'wp-content/plugins/jetpack/modules/masterbar/wp-posts-list/wp-posts-list.css'),
(4029, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/masterbar.php', 'wp-content/plugins/jetpack/modules/masterbar.php'),
(4030, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/memberships/class-jetpack-memberships.php', 'wp-content/plugins/jetpack/modules/memberships/class-jetpack-memberships.php'),
(4031, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/module-extras.php', 'wp-content/plugins/jetpack/modules/module-extras.php'),
(4032, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/module-headings.php', 'wp-content/plugins/jetpack/modules/module-headings.php'),
(4033, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/module-info.php', 'wp-content/plugins/jetpack/modules/module-info.php'),
(4034, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/monitor.php', 'wp-content/plugins/jetpack/modules/monitor.php'),
(4035, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/notes.php', 'wp-content/plugins/jetpack/modules/notes.php'),
(4036, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/photon/photon.js', 'wp-content/plugins/jetpack/modules/photon/photon.js'),
(4037, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/photon-cdn/jetpack-manifest.php', 'wp-content/plugins/jetpack/modules/photon-cdn/jetpack-manifest.php'),
(4038, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/photon-cdn.php', 'wp-content/plugins/jetpack/modules/photon-cdn.php'),
(4039, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/photon.php', 'wp-content/plugins/jetpack/modules/photon.php'),
(4040, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/plugin-search/plugin-search.css', 'wp-content/plugins/jetpack/modules/plugin-search/plugin-search.css'),
(4041, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/plugin-search/plugin-search.js', 'wp-content/plugins/jetpack/modules/plugin-search/plugin-search.js'),
(4042, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/plugin-search/psh-128.png', 'wp-content/plugins/jetpack/modules/plugin-search/psh-128.png'),
(4043, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/plugin-search/psh-256.png', 'wp-content/plugins/jetpack/modules/plugin-search/psh-256.png'),
(4044, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/plugin-search/psh.svg', 'wp-content/plugins/jetpack/modules/plugin-search/psh.svg'),
(4045, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/plugin-search.php', 'wp-content/plugins/jetpack/modules/plugin-search.php'),
(4046, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/post-by-email/class-jetpack-post-by-email.php', 'wp-content/plugins/jetpack/modules/post-by-email/class-jetpack-post-by-email.php'),
(4047, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/post-by-email/post-by-email-rtl.css', 'wp-content/plugins/jetpack/modules/post-by-email/post-by-email-rtl.css'),
(4048, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/post-by-email/post-by-email-rtl.min.css', 'wp-content/plugins/jetpack/modules/post-by-email/post-by-email-rtl.min.css'),
(4049, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/post-by-email/post-by-email.css', 'wp-content/plugins/jetpack/modules/post-by-email/post-by-email.css'),
(4050, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/post-by-email/post-by-email.js', 'wp-content/plugins/jetpack/modules/post-by-email/post-by-email.js'),
(4051, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/post-by-email/post-by-email.min.css', 'wp-content/plugins/jetpack/modules/post-by-email/post-by-email.min.css'),
(4052, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/post-by-email.php', 'wp-content/plugins/jetpack/modules/post-by-email.php'),
(4053, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/protect/blocked-login-page.php', 'wp-content/plugins/jetpack/modules/protect/blocked-login-page.php'),
(4054, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/protect/math-fallback.php', 'wp-content/plugins/jetpack/modules/protect/math-fallback.php'),
(4055, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/protect/protect-dashboard-widget-rtl.css', 'wp-content/plugins/jetpack/modules/protect/protect-dashboard-widget-rtl.css'),
(4056, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/protect/protect-dashboard-widget-rtl.min.css', 'wp-content/plugins/jetpack/modules/protect/protect-dashboard-widget-rtl.min.css'),
(4057, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/protect/protect-dashboard-widget.css', 'wp-content/plugins/jetpack/modules/protect/protect-dashboard-widget.css'),
(4058, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/protect/protect-dashboard-widget.min.css', 'wp-content/plugins/jetpack/modules/protect/protect-dashboard-widget.min.css'),
(4059, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/protect/protect.png', 'wp-content/plugins/jetpack/modules/protect/protect.png'),
(4060, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/protect/shared-functions.php', 'wp-content/plugins/jetpack/modules/protect/shared-functions.php'),
(4061, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/protect/transient-cleanup.php', 'wp-content/plugins/jetpack/modules/protect/transient-cleanup.php'),
(4062, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/protect.php', 'wp-content/plugins/jetpack/modules/protect.php'),
(4063, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/publicize/publicize-jetpack.php', 'wp-content/plugins/jetpack/modules/publicize/publicize-jetpack.php'),
(4064, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/publicize/publicize.php', 'wp-content/plugins/jetpack/modules/publicize/publicize.php'),
(4065, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/publicize/ui.php', 'wp-content/plugins/jetpack/modules/publicize/ui.php'),
(4066, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/publicize.php', 'wp-content/plugins/jetpack/modules/publicize.php'),
(4067, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/related-posts/class.related-posts-customize.php', 'wp-content/plugins/jetpack/modules/related-posts/class.related-posts-customize.php'),
(4068, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/related-posts/jetpack-related-posts.php', 'wp-content/plugins/jetpack/modules/related-posts/jetpack-related-posts.php'),
(4069, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/related-posts/related-posts-customizer.js', 'wp-content/plugins/jetpack/modules/related-posts/related-posts-customizer.js'),
(4070, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/related-posts/related-posts-rtl.css', 'wp-content/plugins/jetpack/modules/related-posts/related-posts-rtl.css'),
(4071, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/related-posts/related-posts.css', 'wp-content/plugins/jetpack/modules/related-posts/related-posts.css'),
(4072, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/related-posts/related-posts.js', 'wp-content/plugins/jetpack/modules/related-posts/related-posts.js'),
(4073, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/related-posts/rtl/related-posts-rtl.css', 'wp-content/plugins/jetpack/modules/related-posts/rtl/related-posts-rtl.css'),
(4074, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/related-posts.php', 'wp-content/plugins/jetpack/modules/related-posts.php'),
(4075, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/scan/admin-bar-notice.js', 'wp-content/plugins/jetpack/modules/scan/admin-bar-notice.js'),
(4076, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/scan/class-admin-bar-notice.php', 'wp-content/plugins/jetpack/modules/scan/class-admin-bar-notice.php'),
(4077, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/scan/class-admin-sidebar-link.php', 'wp-content/plugins/jetpack/modules/scan/class-admin-sidebar-link.php'),
(4078, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/scan/scan.php', 'wp-content/plugins/jetpack/modules/scan/scan.php'),
(4079, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/search.php', 'wp-content/plugins/jetpack/modules/search.php'),
(4080, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/seo-tools/class-jetpack-seo-posts.php', 'wp-content/plugins/jetpack/modules/seo-tools/class-jetpack-seo-posts.php'),
(4081, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/seo-tools/class-jetpack-seo-titles.php', 'wp-content/plugins/jetpack/modules/seo-tools/class-jetpack-seo-titles.php'),
(4082, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/seo-tools/class-jetpack-seo-utils.php', 'wp-content/plugins/jetpack/modules/seo-tools/class-jetpack-seo-utils.php'),
(4083, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/seo-tools/class-jetpack-seo.php', 'wp-content/plugins/jetpack/modules/seo-tools/class-jetpack-seo.php'),
(4084, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/seo-tools.php', 'wp-content/plugins/jetpack/modules/seo-tools.php'),
(4085, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/admin-sharing-rtl.css', 'wp-content/plugins/jetpack/modules/sharedaddy/admin-sharing-rtl.css'),
(4086, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/admin-sharing-rtl.min.css', 'wp-content/plugins/jetpack/modules/sharedaddy/admin-sharing-rtl.min.css'),
(4087, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/admin-sharing.css', 'wp-content/plugins/jetpack/modules/sharedaddy/admin-sharing.css'),
(4088, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/admin-sharing.js', 'wp-content/plugins/jetpack/modules/sharedaddy/admin-sharing.js'),
(4089, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/admin-sharing.min.css', 'wp-content/plugins/jetpack/modules/sharedaddy/admin-sharing.min.css'),
(4090, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/amp-sharing.css', 'wp-content/plugins/jetpack/modules/sharedaddy/amp-sharing.css'),
(4091, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/after-the-deadline@2x.png', 'wp-content/plugins/jetpack/modules/sharedaddy/images/after-the-deadline@2x.png'),
(4092, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/comments@2x.png', 'wp-content/plugins/jetpack/modules/sharedaddy/images/comments@2x.png'),
(4093, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/contact-form@2x.png', 'wp-content/plugins/jetpack/modules/sharedaddy/images/contact-form@2x.png'),
(4094, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/custom.png', 'wp-content/plugins/jetpack/modules/sharedaddy/images/custom.png'),
(4095, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/custom@2x.png', 'wp-content/plugins/jetpack/modules/sharedaddy/images/custom@2x.png'),
(4096, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/designfloat.png', 'wp-content/plugins/jetpack/modules/sharedaddy/images/designfloat.png'),
(4097, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/digg.png', 'wp-content/plugins/jetpack/modules/sharedaddy/images/digg.png'),
(4098, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/digg@2x.png', 'wp-content/plugins/jetpack/modules/sharedaddy/images/digg@2x.png'),
(4099, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/divider.png', 'wp-content/plugins/jetpack/modules/sharedaddy/images/divider.png'),
(4100, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/divider@2x.png', 'wp-content/plugins/jetpack/modules/sharedaddy/images/divider@2x.png'),
(4101, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/draggy.png', 'wp-content/plugins/jetpack/modules/sharedaddy/images/draggy.png'),
(4102, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/draggy@2x.png', 'wp-content/plugins/jetpack/modules/sharedaddy/images/draggy@2x.png'),
(4103, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/email.png', 'wp-content/plugins/jetpack/modules/sharedaddy/images/email.png'),
(4104, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/email@2x.png', 'wp-content/plugins/jetpack/modules/sharedaddy/images/email@2x.png'),
(4105, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/ember.png', 'wp-content/plugins/jetpack/modules/sharedaddy/images/ember.png'),
(4106, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/enhanced-distribution@2x.png', 'wp-content/plugins/jetpack/modules/sharedaddy/images/enhanced-distribution@2x.png'),
(4107, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/facebook.png', 'wp-content/plugins/jetpack/modules/sharedaddy/images/facebook.png'),
(4108, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/facebook@2x.png', 'wp-content/plugins/jetpack/modules/sharedaddy/images/facebook@2x.png'),
(4109, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/feed.png', 'wp-content/plugins/jetpack/modules/sharedaddy/images/feed.png'),
(4110, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/icon-facebook-2x.png', 'wp-content/plugins/jetpack/modules/sharedaddy/images/icon-facebook-2x.png'),
(4111, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/icon-facebook.png', 'wp-content/plugins/jetpack/modules/sharedaddy/images/icon-facebook.png'),
(4112, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/icon-twitter-2x.png', 'wp-content/plugins/jetpack/modules/sharedaddy/images/icon-twitter-2x.png'),
(4113, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/icon-twitter.png', 'wp-content/plugins/jetpack/modules/sharedaddy/images/icon-twitter.png'),
(4114, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/icon-wordpress-2x.png', 'wp-content/plugins/jetpack/modules/sharedaddy/images/icon-wordpress-2x.png'),
(4115, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/icon-wordpress.png', 'wp-content/plugins/jetpack/modules/sharedaddy/images/icon-wordpress.png'),
(4116, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/kindle.png', 'wp-content/plugins/jetpack/modules/sharedaddy/images/kindle.png'),
(4117, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/kindle@2x.png', 'wp-content/plugins/jetpack/modules/sharedaddy/images/kindle@2x.png'),
(4118, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/linkedin-horizontal.png', 'wp-content/plugins/jetpack/modules/sharedaddy/images/linkedin-horizontal.png'),
(4119, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/linkedin-horizontal@2x.png', 'wp-content/plugins/jetpack/modules/sharedaddy/images/linkedin-horizontal@2x.png'),
(4120, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/linkedin-nocount.png', 'wp-content/plugins/jetpack/modules/sharedaddy/images/linkedin-nocount.png'),
(4121, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/linkedin-nocount@2x.png', 'wp-content/plugins/jetpack/modules/sharedaddy/images/linkedin-nocount@2x.png'),
(4122, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/linkedin-smart.png', 'wp-content/plugins/jetpack/modules/sharedaddy/images/linkedin-smart.png'),
(4123, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/linkedin-smart@2x.png', 'wp-content/plugins/jetpack/modules/sharedaddy/images/linkedin-smart@2x.png'),
(4124, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/linkedin-vertical.png', 'wp-content/plugins/jetpack/modules/sharedaddy/images/linkedin-vertical.png'),
(4125, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/linkedin-vertical@2x.png', 'wp-content/plugins/jetpack/modules/sharedaddy/images/linkedin-vertical@2x.png'),
(4126, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/linkedin.png', 'wp-content/plugins/jetpack/modules/sharedaddy/images/linkedin.png'),
(4127, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/linkedin@2x.png', 'wp-content/plugins/jetpack/modules/sharedaddy/images/linkedin@2x.png'),
(4128, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/loading.gif', 'wp-content/plugins/jetpack/modules/sharedaddy/images/loading.gif'),
(4129, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/more.png', 'wp-content/plugins/jetpack/modules/sharedaddy/images/more.png'),
(4130, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/more@2x.png', 'wp-content/plugins/jetpack/modules/sharedaddy/images/more@2x.png'),
(4131, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/pinterest.png', 'wp-content/plugins/jetpack/modules/sharedaddy/images/pinterest.png'),
(4132, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/pinterest@2x.png', 'wp-content/plugins/jetpack/modules/sharedaddy/images/pinterest@2x.png'),
(4133, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/pocket.png', 'wp-content/plugins/jetpack/modules/sharedaddy/images/pocket.png'),
(4134, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/pocket@2x.png', 'wp-content/plugins/jetpack/modules/sharedaddy/images/pocket@2x.png'),
(4135, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/print.png', 'wp-content/plugins/jetpack/modules/sharedaddy/images/print.png'),
(4136, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/print@2x.png', 'wp-content/plugins/jetpack/modules/sharedaddy/images/print@2x.png'),
(4137, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/reddit.png', 'wp-content/plugins/jetpack/modules/sharedaddy/images/reddit.png'),
(4138, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/reddit@2x.png', 'wp-content/plugins/jetpack/modules/sharedaddy/images/reddit@2x.png'),
(4139, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/rss.png', 'wp-content/plugins/jetpack/modules/sharedaddy/images/rss.png'),
(4140, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/rss@2x.png', 'wp-content/plugins/jetpack/modules/sharedaddy/images/rss@2x.png'),
(4141, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/share-bg.png', 'wp-content/plugins/jetpack/modules/sharedaddy/images/share-bg.png'),
(4142, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/sharing-hidden.png', 'wp-content/plugins/jetpack/modules/sharedaddy/images/sharing-hidden.png'),
(4143, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/sharing-hidden@2x.png', 'wp-content/plugins/jetpack/modules/sharedaddy/images/sharing-hidden@2x.png'),
(4144, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/smart-digg.png', 'wp-content/plugins/jetpack/modules/sharedaddy/images/smart-digg.png'),
(4145, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/smart-digg@2x.png', 'wp-content/plugins/jetpack/modules/sharedaddy/images/smart-digg@2x.png'),
(4146, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/smart-facebook.png', 'wp-content/plugins/jetpack/modules/sharedaddy/images/smart-facebook.png'),
(4147, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/smart-facebook@2x.png', 'wp-content/plugins/jetpack/modules/sharedaddy/images/smart-facebook@2x.png'),
(4148, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/smart-like.png', 'wp-content/plugins/jetpack/modules/sharedaddy/images/smart-like.png'),
(4149, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/smart-like@2x.png', 'wp-content/plugins/jetpack/modules/sharedaddy/images/smart-like@2x.png'),
(4150, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/smart-pinterest.png', 'wp-content/plugins/jetpack/modules/sharedaddy/images/smart-pinterest.png'),
(4151, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/smart-pinterest@2x.png', 'wp-content/plugins/jetpack/modules/sharedaddy/images/smart-pinterest@2x.png'),
(4152, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/smart-pocket.png', 'wp-content/plugins/jetpack/modules/sharedaddy/images/smart-pocket.png'),
(4153, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/smart-pocket@2x.png', 'wp-content/plugins/jetpack/modules/sharedaddy/images/smart-pocket@2x.png'),
(4154, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/smart-reddit.png', 'wp-content/plugins/jetpack/modules/sharedaddy/images/smart-reddit.png'),
(4155, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/smart-reddit@2x.png', 'wp-content/plugins/jetpack/modules/sharedaddy/images/smart-reddit@2x.png'),
(4156, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/smart-skype.png', 'wp-content/plugins/jetpack/modules/sharedaddy/images/smart-skype.png'),
(4157, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/smart-skype@2x.png', 'wp-content/plugins/jetpack/modules/sharedaddy/images/smart-skype@2x.png'),
(4158, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/smart-stumbleupon.png', 'wp-content/plugins/jetpack/modules/sharedaddy/images/smart-stumbleupon.png'),
(4159, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/smart-stumbleupon@2x.png', 'wp-content/plugins/jetpack/modules/sharedaddy/images/smart-stumbleupon@2x.png'),
(4160, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/smart-tumblr.png', 'wp-content/plugins/jetpack/modules/sharedaddy/images/smart-tumblr.png'),
(4161, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/smart-tumblr@2x.png', 'wp-content/plugins/jetpack/modules/sharedaddy/images/smart-tumblr@2x.png'),
(4162, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/smart-twitter.png', 'wp-content/plugins/jetpack/modules/sharedaddy/images/smart-twitter.png'),
(4163, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/smart-twitter@2x.png', 'wp-content/plugins/jetpack/modules/sharedaddy/images/smart-twitter@2x.png'),
(4164, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/tumblr.png', 'wp-content/plugins/jetpack/modules/sharedaddy/images/tumblr.png'),
(4165, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/tumblr@2x.png', 'wp-content/plugins/jetpack/modules/sharedaddy/images/tumblr@2x.png'),
(4166, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/twitter.png', 'wp-content/plugins/jetpack/modules/sharedaddy/images/twitter.png'),
(4167, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/twitter@2x.png', 'wp-content/plugins/jetpack/modules/sharedaddy/images/twitter@2x.png'),
(4168, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/wordpress.png', 'wp-content/plugins/jetpack/modules/sharedaddy/images/wordpress.png'),
(4169, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/images/wordpress@2x.png', 'wp-content/plugins/jetpack/modules/sharedaddy/images/wordpress@2x.png'),
(4170, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/recaptcha.php', 'wp-content/plugins/jetpack/modules/sharedaddy/recaptcha.php'),
(4171, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/sharedaddy.php', 'wp-content/plugins/jetpack/modules/sharedaddy/sharedaddy.php'),
(4172, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/sharing-service.php', 'wp-content/plugins/jetpack/modules/sharedaddy/sharing-service.php'),
(4173, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/sharing-sources.php', 'wp-content/plugins/jetpack/modules/sharedaddy/sharing-sources.php'),
(4174, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/sharing.css', 'wp-content/plugins/jetpack/modules/sharedaddy/sharing.css'),
(4175, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/sharing.js', 'wp-content/plugins/jetpack/modules/sharedaddy/sharing.js'),
(4176, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy/sharing.php', 'wp-content/plugins/jetpack/modules/sharedaddy/sharing.php'),
(4177, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sharedaddy.php', 'wp-content/plugins/jetpack/modules/sharedaddy.php'),
(4178, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/archiveorg-book.php', 'wp-content/plugins/jetpack/modules/shortcodes/archiveorg-book.php'),
(4179, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/archiveorg.php', 'wp-content/plugins/jetpack/modules/shortcodes/archiveorg.php'),
(4180, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/archives.php', 'wp-content/plugins/jetpack/modules/shortcodes/archives.php'),
(4181, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/bandcamp.php', 'wp-content/plugins/jetpack/modules/shortcodes/bandcamp.php'),
(4182, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/brightcove.php', 'wp-content/plugins/jetpack/modules/shortcodes/brightcove.php'),
(4183, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/cartodb.php', 'wp-content/plugins/jetpack/modules/shortcodes/cartodb.php'),
(4184, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/class.filter-embedded-html-objects.php', 'wp-content/plugins/jetpack/modules/shortcodes/class.filter-embedded-html-objects.php'),
(4185, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/codepen.php', 'wp-content/plugins/jetpack/modules/shortcodes/codepen.php'),
(4186, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/crowdsignal.php', 'wp-content/plugins/jetpack/modules/shortcodes/crowdsignal.php'),
(4187, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/css/gravatar-amp.css', 'wp-content/plugins/jetpack/modules/shortcodes/css/gravatar-amp.css'),
(4188, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/css/quiz.css', 'wp-content/plugins/jetpack/modules/shortcodes/css/quiz.css'),
(4189, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/css/recipes-print-rtl.css', 'wp-content/plugins/jetpack/modules/shortcodes/css/recipes-print-rtl.css'),
(4190, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/css/recipes-print-rtl.min.css', 'wp-content/plugins/jetpack/modules/shortcodes/css/recipes-print-rtl.min.css'),
(4191, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/css/recipes-print.css', 'wp-content/plugins/jetpack/modules/shortcodes/css/recipes-print.css'),
(4192, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/css/recipes-print.min.css', 'wp-content/plugins/jetpack/modules/shortcodes/css/recipes-print.min.css'),
(4193, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/css/recipes-rtl.css', 'wp-content/plugins/jetpack/modules/shortcodes/css/recipes-rtl.css'),
(4194, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/css/recipes-rtl.min.css', 'wp-content/plugins/jetpack/modules/shortcodes/css/recipes-rtl.min.css'),
(4195, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/css/recipes.css', 'wp-content/plugins/jetpack/modules/shortcodes/css/recipes.css'),
(4196, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/css/recipes.min.css', 'wp-content/plugins/jetpack/modules/shortcodes/css/recipes.min.css'),
(4197, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/css/slideshow-shortcode-rtl.css', 'wp-content/plugins/jetpack/modules/shortcodes/css/slideshow-shortcode-rtl.css'),
(4198, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/css/slideshow-shortcode-rtl.min.css', 'wp-content/plugins/jetpack/modules/shortcodes/css/slideshow-shortcode-rtl.min.css'),
(4199, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/css/slideshow-shortcode.css', 'wp-content/plugins/jetpack/modules/shortcodes/css/slideshow-shortcode.css'),
(4200, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/css/slideshow-shortcode.min.css', 'wp-content/plugins/jetpack/modules/shortcodes/css/slideshow-shortcode.min.css'),
(4201, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/css/style.css', 'wp-content/plugins/jetpack/modules/shortcodes/css/style.css'),
(4202, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/dailymotion.php', 'wp-content/plugins/jetpack/modules/shortcodes/dailymotion.php'),
(4203, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/descript.php', 'wp-content/plugins/jetpack/modules/shortcodes/descript.php'),
(4204, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/facebook.php', 'wp-content/plugins/jetpack/modules/shortcodes/facebook.php'),
(4205, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/flatio.php', 'wp-content/plugins/jetpack/modules/shortcodes/flatio.php'),
(4206, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/flickr.php', 'wp-content/plugins/jetpack/modules/shortcodes/flickr.php'),
(4207, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/getty.php', 'wp-content/plugins/jetpack/modules/shortcodes/getty.php'),
(4208, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/gist.php', 'wp-content/plugins/jetpack/modules/shortcodes/gist.php'),
(4209, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/googleapps.php', 'wp-content/plugins/jetpack/modules/shortcodes/googleapps.php'),
(4210, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/googlemaps.php', 'wp-content/plugins/jetpack/modules/shortcodes/googlemaps.php'),
(4211, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/googleplus.php', 'wp-content/plugins/jetpack/modules/shortcodes/googleplus.php'),
(4212, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/gravatar.php', 'wp-content/plugins/jetpack/modules/shortcodes/gravatar.php'),
(4213, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/houzz.php', 'wp-content/plugins/jetpack/modules/shortcodes/houzz.php'),
(4214, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/images/collapse.png', 'wp-content/plugins/jetpack/modules/shortcodes/images/collapse.png'),
(4215, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/images/expand.png', 'wp-content/plugins/jetpack/modules/shortcodes/images/expand.png'),
(4216, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/images/slide-nav.png', 'wp-content/plugins/jetpack/modules/shortcodes/images/slide-nav.png'),
(4217, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/img/slideshow-controls-2x.png', 'wp-content/plugins/jetpack/modules/shortcodes/img/slideshow-controls-2x.png'),
(4218, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/img/slideshow-controls.png', 'wp-content/plugins/jetpack/modules/shortcodes/img/slideshow-controls.png'),
(4219, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/img/slideshow-loader.gif', 'wp-content/plugins/jetpack/modules/shortcodes/img/slideshow-loader.gif'),
(4220, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/inline-pdfs.php', 'wp-content/plugins/jetpack/modules/shortcodes/inline-pdfs.php'),
(4221, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/instagram.php', 'wp-content/plugins/jetpack/modules/shortcodes/instagram.php'),
(4222, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/js/brightcove.js', 'wp-content/plugins/jetpack/modules/shortcodes/js/brightcove.js'),
(4223, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/js/jmpress.js', 'wp-content/plugins/jetpack/modules/shortcodes/js/jmpress.js'),
(4224, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/js/jquery.cycle.min.js', 'wp-content/plugins/jetpack/modules/shortcodes/js/jquery.cycle.min.js'),
(4225, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/js/main.js', 'wp-content/plugins/jetpack/modules/shortcodes/js/main.js'),
(4226, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/js/quiz.js', 'wp-content/plugins/jetpack/modules/shortcodes/js/quiz.js'),
(4227, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/js/recipes-printthis.js', 'wp-content/plugins/jetpack/modules/shortcodes/js/recipes-printthis.js'),
(4228, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/js/recipes.js', 'wp-content/plugins/jetpack/modules/shortcodes/js/recipes.js'),
(4229, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/js/slideshow-shortcode.js', 'wp-content/plugins/jetpack/modules/shortcodes/js/slideshow-shortcode.js'),
(4230, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/kickstarter.php', 'wp-content/plugins/jetpack/modules/shortcodes/kickstarter.php'),
(4231, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/mailchimp.php', 'wp-content/plugins/jetpack/modules/shortcodes/mailchimp.php'),
(4232, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/medium.php', 'wp-content/plugins/jetpack/modules/shortcodes/medium.php'),
(4233, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/mixcloud.php', 'wp-content/plugins/jetpack/modules/shortcodes/mixcloud.php'),
(4234, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/others.php', 'wp-content/plugins/jetpack/modules/shortcodes/others.php'),
(4235, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/pinterest.php', 'wp-content/plugins/jetpack/modules/shortcodes/pinterest.php'),
(4236, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/presentations.php', 'wp-content/plugins/jetpack/modules/shortcodes/presentations.php'),
(4237, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/quiz.php', 'wp-content/plugins/jetpack/modules/shortcodes/quiz.php'),
(4238, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/recipe.php', 'wp-content/plugins/jetpack/modules/shortcodes/recipe.php'),
(4239, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/scribd.php', 'wp-content/plugins/jetpack/modules/shortcodes/scribd.php'),
(4240, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/sitemap.php', 'wp-content/plugins/jetpack/modules/shortcodes/sitemap.php'),
(4241, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/slideshare.php', 'wp-content/plugins/jetpack/modules/shortcodes/slideshare.php'),
(4242, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/slideshow.php', 'wp-content/plugins/jetpack/modules/shortcodes/slideshow.php'),
(4243, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/smartframe.php', 'wp-content/plugins/jetpack/modules/shortcodes/smartframe.php'),
(4244, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/soundcloud.php', 'wp-content/plugins/jetpack/modules/shortcodes/soundcloud.php'),
(4245, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/spotify.php', 'wp-content/plugins/jetpack/modules/shortcodes/spotify.php'),
(4246, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/ted.php', 'wp-content/plugins/jetpack/modules/shortcodes/ted.php'),
(4247, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/tweet.php', 'wp-content/plugins/jetpack/modules/shortcodes/tweet.php'),
(4248, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/twitchtv.php', 'wp-content/plugins/jetpack/modules/shortcodes/twitchtv.php'),
(4249, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/twitter-timeline.php', 'wp-content/plugins/jetpack/modules/shortcodes/twitter-timeline.php'),
(4250, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/unavailable.php', 'wp-content/plugins/jetpack/modules/shortcodes/unavailable.php'),
(4251, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/untappd-menu.php', 'wp-content/plugins/jetpack/modules/shortcodes/untappd-menu.php'),
(4252, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/upcoming-events.php', 'wp-content/plugins/jetpack/modules/shortcodes/upcoming-events.php'),
(4253, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/ustream.php', 'wp-content/plugins/jetpack/modules/shortcodes/ustream.php'),
(4254, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/videopress.php', 'wp-content/plugins/jetpack/modules/shortcodes/videopress.php'),
(4255, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/vimeo.php', 'wp-content/plugins/jetpack/modules/shortcodes/vimeo.php'),
(4256, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/vine.php', 'wp-content/plugins/jetpack/modules/shortcodes/vine.php'),
(4257, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/vr.php', 'wp-content/plugins/jetpack/modules/shortcodes/vr.php'),
(4258, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/wordads.php', 'wp-content/plugins/jetpack/modules/shortcodes/wordads.php'),
(4259, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/wufoo.php', 'wp-content/plugins/jetpack/modules/shortcodes/wufoo.php'),
(4260, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes/youtube.php', 'wp-content/plugins/jetpack/modules/shortcodes/youtube.php'),
(4261, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortcodes.php', 'wp-content/plugins/jetpack/modules/shortcodes.php'),
(4262, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/shortlinks.php', 'wp-content/plugins/jetpack/modules/shortlinks.php'),
(4263, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/simple-payments/paypal-express-checkout.js', 'wp-content/plugins/jetpack/modules/simple-payments/paypal-express-checkout.js'),
(4264, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/simple-payments/simple-payments.css', 'wp-content/plugins/jetpack/modules/simple-payments/simple-payments.css'),
(4265, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/simple-payments/simple-payments.php', 'wp-content/plugins/jetpack/modules/simple-payments/simple-payments.php'),
(4266, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/site-icon/site-icon-functions.php', 'wp-content/plugins/jetpack/modules/site-icon/site-icon-functions.php'),
(4267, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sitemaps/sitemap-buffer-fallback.php', 'wp-content/plugins/jetpack/modules/sitemaps/sitemap-buffer-fallback.php'),
(4268, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sitemaps/sitemap-buffer-image-fallback.php', 'wp-content/plugins/jetpack/modules/sitemaps/sitemap-buffer-image-fallback.php'),
(4269, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sitemaps/sitemap-buffer-image.php', 'wp-content/plugins/jetpack/modules/sitemaps/sitemap-buffer-image.php'),
(4270, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sitemaps/sitemap-buffer-master-fallback.php', 'wp-content/plugins/jetpack/modules/sitemaps/sitemap-buffer-master-fallback.php'),
(4271, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sitemaps/sitemap-buffer-master.php', 'wp-content/plugins/jetpack/modules/sitemaps/sitemap-buffer-master.php'),
(4272, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sitemaps/sitemap-buffer-news-fallback.php', 'wp-content/plugins/jetpack/modules/sitemaps/sitemap-buffer-news-fallback.php'),
(4273, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sitemaps/sitemap-buffer-news.php', 'wp-content/plugins/jetpack/modules/sitemaps/sitemap-buffer-news.php'),
(4274, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sitemaps/sitemap-buffer-page-fallback.php', 'wp-content/plugins/jetpack/modules/sitemaps/sitemap-buffer-page-fallback.php'),
(4275, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sitemaps/sitemap-buffer-page.php', 'wp-content/plugins/jetpack/modules/sitemaps/sitemap-buffer-page.php'),
(4276, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sitemaps/sitemap-buffer-video-fallback.php', 'wp-content/plugins/jetpack/modules/sitemaps/sitemap-buffer-video-fallback.php'),
(4277, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sitemaps/sitemap-buffer-video.php', 'wp-content/plugins/jetpack/modules/sitemaps/sitemap-buffer-video.php'),
(4278, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sitemaps/sitemap-buffer.php', 'wp-content/plugins/jetpack/modules/sitemaps/sitemap-buffer.php'),
(4279, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sitemaps/sitemap-builder.php', 'wp-content/plugins/jetpack/modules/sitemaps/sitemap-builder.php'),
(4280, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sitemaps/sitemap-constants.php', 'wp-content/plugins/jetpack/modules/sitemaps/sitemap-constants.php'),
(4281, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sitemaps/sitemap-finder.php', 'wp-content/plugins/jetpack/modules/sitemaps/sitemap-finder.php'),
(4282, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sitemaps/sitemap-librarian.php', 'wp-content/plugins/jetpack/modules/sitemaps/sitemap-librarian.php'),
(4283, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sitemaps/sitemap-logger.php', 'wp-content/plugins/jetpack/modules/sitemaps/sitemap-logger.php'),
(4284, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sitemaps/sitemap-state.php', 'wp-content/plugins/jetpack/modules/sitemaps/sitemap-state.php'),
(4285, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sitemaps/sitemap-stylist.php', 'wp-content/plugins/jetpack/modules/sitemaps/sitemap-stylist.php'),
(4286, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sitemaps/sitemaps.php', 'wp-content/plugins/jetpack/modules/sitemaps/sitemaps.php'),
(4287, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sitemaps.php', 'wp-content/plugins/jetpack/modules/sitemaps.php'),
(4288, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sso/class.jetpack-sso-helpers.php', 'wp-content/plugins/jetpack/modules/sso/class.jetpack-sso-helpers.php'),
(4289, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sso/class.jetpack-sso-notices.php', 'wp-content/plugins/jetpack/modules/sso/class.jetpack-sso-notices.php'),
(4290, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sso/jetpack-sso-login-rtl.css', 'wp-content/plugins/jetpack/modules/sso/jetpack-sso-login-rtl.css'),
(4291, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sso/jetpack-sso-login-rtl.min.css', 'wp-content/plugins/jetpack/modules/sso/jetpack-sso-login-rtl.min.css'),
(4292, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sso/jetpack-sso-login.css', 'wp-content/plugins/jetpack/modules/sso/jetpack-sso-login.css'),
(4293, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sso/jetpack-sso-login.js', 'wp-content/plugins/jetpack/modules/sso/jetpack-sso-login.js'),
(4294, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sso/jetpack-sso-login.min.css', 'wp-content/plugins/jetpack/modules/sso/jetpack-sso-login.min.css'),
(4295, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/sso.php', 'wp-content/plugins/jetpack/modules/sso.php'),
(4296, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/stats/class-jetpack-stats-upgrade-nudges.php', 'wp-content/plugins/jetpack/modules/stats/class-jetpack-stats-upgrade-nudges.php'),
(4297, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/stats.php', 'wp-content/plugins/jetpack/modules/stats.php'),
(4298, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/subscriptions/readme.md', 'wp-content/plugins/jetpack/modules/subscriptions/readme.md'),
(4299, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/subscriptions/subscriptions.css', 'wp-content/plugins/jetpack/modules/subscriptions/subscriptions.css'),
(4300, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/subscriptions/views.php', 'wp-content/plugins/jetpack/modules/subscriptions/views.php'),
(4301, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/subscriptions.php', 'wp-content/plugins/jetpack/modules/subscriptions.php'),
(4302, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/theme-tools/compat/twentyfifteen-rtl.css', 'wp-content/plugins/jetpack/modules/theme-tools/compat/twentyfifteen-rtl.css'),
(4303, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/theme-tools/compat/twentyfifteen.css', 'wp-content/plugins/jetpack/modules/theme-tools/compat/twentyfifteen.css'),
(4304, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/theme-tools/compat/twentyfifteen.php', 'wp-content/plugins/jetpack/modules/theme-tools/compat/twentyfifteen.php'),
(4305, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/theme-tools/compat/twentyfourteen-rtl.css', 'wp-content/plugins/jetpack/modules/theme-tools/compat/twentyfourteen-rtl.css'),
(4306, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/theme-tools/compat/twentyfourteen.css', 'wp-content/plugins/jetpack/modules/theme-tools/compat/twentyfourteen.css'),
(4307, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/theme-tools/compat/twentyfourteen.php', 'wp-content/plugins/jetpack/modules/theme-tools/compat/twentyfourteen.php'),
(4308, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/theme-tools/compat/twentynineteen-rtl.css', 'wp-content/plugins/jetpack/modules/theme-tools/compat/twentynineteen-rtl.css'),
(4309, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/theme-tools/compat/twentynineteen.css', 'wp-content/plugins/jetpack/modules/theme-tools/compat/twentynineteen.css');
INSERT INTO `iamc_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(4310, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/theme-tools/compat/twentynineteen.php', 'wp-content/plugins/jetpack/modules/theme-tools/compat/twentynineteen.php'),
(4311, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/theme-tools/compat/twentyseventeen.php', 'wp-content/plugins/jetpack/modules/theme-tools/compat/twentyseventeen.php'),
(4312, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/theme-tools/compat/twentysixteen-rtl.css', 'wp-content/plugins/jetpack/modules/theme-tools/compat/twentysixteen-rtl.css'),
(4313, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/theme-tools/compat/twentysixteen.css', 'wp-content/plugins/jetpack/modules/theme-tools/compat/twentysixteen.css'),
(4314, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/theme-tools/compat/twentysixteen.php', 'wp-content/plugins/jetpack/modules/theme-tools/compat/twentysixteen.php'),
(4315, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/theme-tools/compat/twentytwenty-rtl.css', 'wp-content/plugins/jetpack/modules/theme-tools/compat/twentytwenty-rtl.css'),
(4316, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/theme-tools/compat/twentytwenty.css', 'wp-content/plugins/jetpack/modules/theme-tools/compat/twentytwenty.css'),
(4317, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/theme-tools/compat/twentytwenty.php', 'wp-content/plugins/jetpack/modules/theme-tools/compat/twentytwenty.php'),
(4318, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/theme-tools/compat/twentytwentyone-rtl.css', 'wp-content/plugins/jetpack/modules/theme-tools/compat/twentytwentyone-rtl.css'),
(4319, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/theme-tools/compat/twentytwentyone.css', 'wp-content/plugins/jetpack/modules/theme-tools/compat/twentytwentyone.css'),
(4320, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/theme-tools/compat/twentytwentyone.php', 'wp-content/plugins/jetpack/modules/theme-tools/compat/twentytwentyone.php'),
(4321, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/theme-tools/content-options/author-bio.php', 'wp-content/plugins/jetpack/modules/theme-tools/content-options/author-bio.php'),
(4322, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/theme-tools/content-options/blog-display.php', 'wp-content/plugins/jetpack/modules/theme-tools/content-options/blog-display.php'),
(4323, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/theme-tools/content-options/customizer.js', 'wp-content/plugins/jetpack/modules/theme-tools/content-options/customizer.js'),
(4324, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/theme-tools/content-options/customizer.php', 'wp-content/plugins/jetpack/modules/theme-tools/content-options/customizer.php'),
(4325, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/theme-tools/content-options/featured-images-fallback.php', 'wp-content/plugins/jetpack/modules/theme-tools/content-options/featured-images-fallback.php'),
(4326, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/theme-tools/content-options/featured-images.php', 'wp-content/plugins/jetpack/modules/theme-tools/content-options/featured-images.php'),
(4327, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/theme-tools/content-options/post-details.php', 'wp-content/plugins/jetpack/modules/theme-tools/content-options/post-details.php'),
(4328, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/theme-tools/content-options.php', 'wp-content/plugins/jetpack/modules/theme-tools/content-options.php'),
(4329, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/theme-tools/devicepx.php', 'wp-content/plugins/jetpack/modules/theme-tools/devicepx.php'),
(4330, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/theme-tools/featured-content.php', 'wp-content/plugins/jetpack/modules/theme-tools/featured-content.php'),
(4331, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/theme-tools/infinite-scroll.php', 'wp-content/plugins/jetpack/modules/theme-tools/infinite-scroll.php'),
(4332, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/theme-tools/js/suggest.js', 'wp-content/plugins/jetpack/modules/theme-tools/js/suggest.js'),
(4333, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/theme-tools/random-redirect.php', 'wp-content/plugins/jetpack/modules/theme-tools/random-redirect.php'),
(4334, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/theme-tools/responsive-videos/responsive-videos.css', 'wp-content/plugins/jetpack/modules/theme-tools/responsive-videos/responsive-videos.css'),
(4335, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/theme-tools/responsive-videos/responsive-videos.js', 'wp-content/plugins/jetpack/modules/theme-tools/responsive-videos/responsive-videos.js'),
(4336, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/theme-tools/responsive-videos/responsive-videos.min.js', 'wp-content/plugins/jetpack/modules/theme-tools/responsive-videos/responsive-videos.min.js'),
(4337, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/theme-tools/responsive-videos.php', 'wp-content/plugins/jetpack/modules/theme-tools/responsive-videos.php'),
(4338, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/theme-tools/site-breadcrumbs.php', 'wp-content/plugins/jetpack/modules/theme-tools/site-breadcrumbs.php'),
(4339, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/theme-tools/site-logo/inc/class-site-logo.php', 'wp-content/plugins/jetpack/modules/theme-tools/site-logo/inc/class-site-logo.php'),
(4340, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/theme-tools/site-logo/inc/compat.php', 'wp-content/plugins/jetpack/modules/theme-tools/site-logo/inc/compat.php'),
(4341, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/theme-tools/site-logo/inc/functions.php', 'wp-content/plugins/jetpack/modules/theme-tools/site-logo/inc/functions.php'),
(4342, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/theme-tools/site-logo/js/site-logo-header-text.js', 'wp-content/plugins/jetpack/modules/theme-tools/site-logo/js/site-logo-header-text.js'),
(4343, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/theme-tools/site-logo/js/site-logo-header-text.min.js', 'wp-content/plugins/jetpack/modules/theme-tools/site-logo/js/site-logo-header-text.min.js'),
(4344, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/theme-tools/site-logo.php', 'wp-content/plugins/jetpack/modules/theme-tools/site-logo.php'),
(4345, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/theme-tools/social-links.php', 'wp-content/plugins/jetpack/modules/theme-tools/social-links.php'),
(4346, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/theme-tools/social-menu/icon-functions.php', 'wp-content/plugins/jetpack/modules/theme-tools/social-menu/icon-functions.php'),
(4347, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/theme-tools/social-menu/social-menu.css', 'wp-content/plugins/jetpack/modules/theme-tools/social-menu/social-menu.css'),
(4348, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/theme-tools/social-menu/social-menu.svg', 'wp-content/plugins/jetpack/modules/theme-tools/social-menu/social-menu.svg'),
(4349, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/theme-tools/social-menu.php', 'wp-content/plugins/jetpack/modules/theme-tools/social-menu.php'),
(4350, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/theme-tools.php', 'wp-content/plugins/jetpack/modules/theme-tools.php'),
(4351, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/tiled-gallery/math/class-constrained-array-rounding.php', 'wp-content/plugins/jetpack/modules/tiled-gallery/math/class-constrained-array-rounding.php'),
(4352, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/rtl/tiled-gallery-rtl.css', 'wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/rtl/tiled-gallery-rtl.css'),
(4353, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/templates/carousel-container.php', 'wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/templates/carousel-container.php'),
(4354, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/templates/circle-layout.php', 'wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/templates/circle-layout.php'),
(4355, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/templates/partials/carousel-image-args.php', 'wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/templates/partials/carousel-image-args.php'),
(4356, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/templates/partials/item.php', 'wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/templates/partials/item.php'),
(4357, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/templates/rectangular-layout.php', 'wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/templates/rectangular-layout.php'),
(4358, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/templates/square-layout.php', 'wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/templates/square-layout.php'),
(4359, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/tiled-gallery-circle.php', 'wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/tiled-gallery-circle.php'),
(4360, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/tiled-gallery-item.php', 'wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/tiled-gallery-item.php'),
(4361, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/tiled-gallery-layout.php', 'wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/tiled-gallery-layout.php'),
(4362, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/tiled-gallery-rectangular.php', 'wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/tiled-gallery-rectangular.php'),
(4363, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/tiled-gallery-rtl.css', 'wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/tiled-gallery-rtl.css'),
(4364, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/tiled-gallery-shape.php', 'wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/tiled-gallery-shape.php'),
(4365, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/tiled-gallery-square.php', 'wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/tiled-gallery-square.php'),
(4366, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/tiled-gallery.css', 'wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/tiled-gallery.css'),
(4367, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/tiled-gallery.js', 'wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/tiled-gallery.js'),
(4368, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery.php', 'wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery.php'),
(4369, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/tiled-gallery.php', 'wp-content/plugins/jetpack/modules/tiled-gallery.php'),
(4370, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/vaultpress.php', 'wp-content/plugins/jetpack/modules/vaultpress.php'),
(4371, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/verification-tools/blog-verification-tools.php', 'wp-content/plugins/jetpack/modules/verification-tools/blog-verification-tools.php'),
(4372, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/verification-tools/verification-tools-utils.php', 'wp-content/plugins/jetpack/modules/verification-tools/verification-tools-utils.php'),
(4373, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/verification-tools.php', 'wp-content/plugins/jetpack/modules/verification-tools.php'),
(4374, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/videopress/class-videopress-attachment-metadata.php', 'wp-content/plugins/jetpack/modules/videopress/class-videopress-attachment-metadata.php'),
(4375, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/videopress/class.jetpack-videopress.php', 'wp-content/plugins/jetpack/modules/videopress/class.jetpack-videopress.php'),
(4376, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/videopress/class.videopress-ajax.php', 'wp-content/plugins/jetpack/modules/videopress/class.videopress-ajax.php'),
(4377, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/videopress/class.videopress-cli.php', 'wp-content/plugins/jetpack/modules/videopress/class.videopress-cli.php'),
(4378, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/videopress/class.videopress-edit-attachment.php', 'wp-content/plugins/jetpack/modules/videopress/class.videopress-edit-attachment.php'),
(4379, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/videopress/class.videopress-gutenberg.php', 'wp-content/plugins/jetpack/modules/videopress/class.videopress-gutenberg.php'),
(4380, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/videopress/class.videopress-options.php', 'wp-content/plugins/jetpack/modules/videopress/class.videopress-options.php'),
(4381, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/videopress/class.videopress-player.php', 'wp-content/plugins/jetpack/modules/videopress/class.videopress-player.php'),
(4382, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/videopress/class.videopress-scheduler.php', 'wp-content/plugins/jetpack/modules/videopress/class.videopress-scheduler.php'),
(4383, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/videopress/class.videopress-video.php', 'wp-content/plugins/jetpack/modules/videopress/class.videopress-video.php'),
(4384, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/videopress/class.videopress-xmlrpc.php', 'wp-content/plugins/jetpack/modules/videopress/class.videopress-xmlrpc.php'),
(4385, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/videopress/css/editor-rtl.css', 'wp-content/plugins/jetpack/modules/videopress/css/editor-rtl.css'),
(4386, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/videopress/css/editor-rtl.min.css', 'wp-content/plugins/jetpack/modules/videopress/css/editor-rtl.min.css'),
(4387, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/videopress/css/editor.css', 'wp-content/plugins/jetpack/modules/videopress/css/editor.css'),
(4388, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/videopress/css/editor.min.css', 'wp-content/plugins/jetpack/modules/videopress/css/editor.min.css'),
(4389, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/videopress/css/videopress-editor-style-rtl.css', 'wp-content/plugins/jetpack/modules/videopress/css/videopress-editor-style-rtl.css'),
(4390, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/videopress/css/videopress-editor-style-rtl.min.css', 'wp-content/plugins/jetpack/modules/videopress/css/videopress-editor-style-rtl.min.css'),
(4391, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/videopress/css/videopress-editor-style.css', 'wp-content/plugins/jetpack/modules/videopress/css/videopress-editor-style.css'),
(4392, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/videopress/css/videopress-editor-style.min.css', 'wp-content/plugins/jetpack/modules/videopress/css/videopress-editor-style.min.css'),
(4393, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/videopress/editor-media-view.php', 'wp-content/plugins/jetpack/modules/videopress/editor-media-view.php'),
(4394, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/videopress/js/editor-view.js', 'wp-content/plugins/jetpack/modules/videopress/js/editor-view.js'),
(4395, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/videopress/js/gutenberg-video-upload.js', 'wp-content/plugins/jetpack/modules/videopress/js/gutenberg-video-upload.js'),
(4396, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/videopress/js/media-video-widget-extensions.js', 'wp-content/plugins/jetpack/modules/videopress/js/media-video-widget-extensions.js'),
(4397, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/videopress/js/videopress-add-resumable-upload-support.js', 'wp-content/plugins/jetpack/modules/videopress/js/videopress-add-resumable-upload-support.js'),
(4398, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/videopress/js/videopress-plupload.js', 'wp-content/plugins/jetpack/modules/videopress/js/videopress-plupload.js'),
(4399, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/videopress/js/videopress-token-bridge.js', 'wp-content/plugins/jetpack/modules/videopress/js/videopress-token-bridge.js'),
(4400, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/videopress/js/videopress-uploader.js', 'wp-content/plugins/jetpack/modules/videopress/js/videopress-uploader.js'),
(4401, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/videopress/shortcode.php', 'wp-content/plugins/jetpack/modules/videopress/shortcode.php'),
(4402, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/videopress/utility-functions.php', 'wp-content/plugins/jetpack/modules/videopress/utility-functions.php'),
(4403, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/videopress/videopress-admin-rtl.css', 'wp-content/plugins/jetpack/modules/videopress/videopress-admin-rtl.css'),
(4404, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/videopress/videopress-admin-rtl.min.css', 'wp-content/plugins/jetpack/modules/videopress/videopress-admin-rtl.min.css'),
(4405, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/videopress/videopress-admin.css', 'wp-content/plugins/jetpack/modules/videopress/videopress-admin.css'),
(4406, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/videopress/videopress-admin.min.css', 'wp-content/plugins/jetpack/modules/videopress/videopress-admin.min.css'),
(4407, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/videopress.php', 'wp-content/plugins/jetpack/modules/videopress.php'),
(4408, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/waf.php', 'wp-content/plugins/jetpack/modules/waf.php'),
(4409, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widget-visibility/widget-conditions/rtl/widget-conditions-rtl.css', 'wp-content/plugins/jetpack/modules/widget-visibility/widget-conditions/rtl/widget-conditions-rtl.css'),
(4410, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widget-visibility/widget-conditions/widget-conditions-rtl.css', 'wp-content/plugins/jetpack/modules/widget-visibility/widget-conditions/widget-conditions-rtl.css'),
(4411, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widget-visibility/widget-conditions/widget-conditions-rtl.min.css', 'wp-content/plugins/jetpack/modules/widget-visibility/widget-conditions/widget-conditions-rtl.min.css'),
(4412, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widget-visibility/widget-conditions/widget-conditions.css', 'wp-content/plugins/jetpack/modules/widget-visibility/widget-conditions/widget-conditions.css'),
(4413, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widget-visibility/widget-conditions/widget-conditions.js', 'wp-content/plugins/jetpack/modules/widget-visibility/widget-conditions/widget-conditions.js'),
(4414, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widget-visibility/widget-conditions/widget-conditions.min.css', 'wp-content/plugins/jetpack/modules/widget-visibility/widget-conditions/widget-conditions.min.css'),
(4415, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widget-visibility/widget-conditions.php', 'wp-content/plugins/jetpack/modules/widget-visibility/widget-conditions.php'),
(4416, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widget-visibility.php', 'wp-content/plugins/jetpack/modules/widget-visibility.php'),
(4417, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/authors/style.css', 'wp-content/plugins/jetpack/modules/widgets/authors/style.css'),
(4418, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/authors.php', 'wp-content/plugins/jetpack/modules/widgets/authors.php'),
(4419, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/blog-stats.php', 'wp-content/plugins/jetpack/modules/widgets/blog-stats.php'),
(4420, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/class-jetpack-eu-cookie-law-widget.php', 'wp-content/plugins/jetpack/modules/widgets/class-jetpack-eu-cookie-law-widget.php'),
(4421, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/class-jetpack-instagram-widget.php', 'wp-content/plugins/jetpack/modules/widgets/class-jetpack-instagram-widget.php'),
(4422, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/contact-info/contact-info-admin.js', 'wp-content/plugins/jetpack/modules/widgets/contact-info/contact-info-admin.js'),
(4423, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/contact-info/contact-info-map.css', 'wp-content/plugins/jetpack/modules/widgets/contact-info/contact-info-map.css'),
(4424, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/contact-info.php', 'wp-content/plugins/jetpack/modules/widgets/contact-info.php'),
(4425, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/customizer-controls.css', 'wp-content/plugins/jetpack/modules/widgets/customizer-controls.css'),
(4426, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/customizer-utils.js', 'wp-content/plugins/jetpack/modules/widgets/customizer-utils.js'),
(4427, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/eu-cookie-law/eu-cookie-law-admin.js', 'wp-content/plugins/jetpack/modules/widgets/eu-cookie-law/eu-cookie-law-admin.js'),
(4428, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/eu-cookie-law/eu-cookie-law.js', 'wp-content/plugins/jetpack/modules/widgets/eu-cookie-law/eu-cookie-law.js'),
(4429, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/eu-cookie-law/form.php', 'wp-content/plugins/jetpack/modules/widgets/eu-cookie-law/form.php'),
(4430, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/eu-cookie-law/style.css', 'wp-content/plugins/jetpack/modules/widgets/eu-cookie-law/style.css'),
(4431, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/eu-cookie-law/widget-amp.php', 'wp-content/plugins/jetpack/modules/widgets/eu-cookie-law/widget-amp.php'),
(4432, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/eu-cookie-law/widget.php', 'wp-content/plugins/jetpack/modules/widgets/eu-cookie-law/widget.php'),
(4433, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/facebook-likebox/style.css', 'wp-content/plugins/jetpack/modules/widgets/facebook-likebox/style.css'),
(4434, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/facebook-likebox.php', 'wp-content/plugins/jetpack/modules/widgets/facebook-likebox.php'),
(4435, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/flickr/form.php', 'wp-content/plugins/jetpack/modules/widgets/flickr/form.php'),
(4436, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/flickr/style.css', 'wp-content/plugins/jetpack/modules/widgets/flickr/style.css'),
(4437, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/flickr/widget.php', 'wp-content/plugins/jetpack/modules/widgets/flickr/widget.php'),
(4438, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/flickr.php', 'wp-content/plugins/jetpack/modules/widgets/flickr.php'),
(4439, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/gallery/css/admin-rtl.css', 'wp-content/plugins/jetpack/modules/widgets/gallery/css/admin-rtl.css'),
(4440, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/gallery/css/admin-rtl.min.css', 'wp-content/plugins/jetpack/modules/widgets/gallery/css/admin-rtl.min.css'),
(4441, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/gallery/css/admin.css', 'wp-content/plugins/jetpack/modules/widgets/gallery/css/admin.css'),
(4442, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/gallery/css/admin.min.css', 'wp-content/plugins/jetpack/modules/widgets/gallery/css/admin.min.css'),
(4443, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/gallery/css/rtl/admin-rtl.css', 'wp-content/plugins/jetpack/modules/widgets/gallery/css/rtl/admin-rtl.css'),
(4444, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/gallery/js/admin.js', 'wp-content/plugins/jetpack/modules/widgets/gallery/js/admin.js'),
(4445, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/gallery/js/gallery.js', 'wp-content/plugins/jetpack/modules/widgets/gallery/js/gallery.js'),
(4446, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/gallery/templates/form.php', 'wp-content/plugins/jetpack/modules/widgets/gallery/templates/form.php'),
(4447, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/gallery.php', 'wp-content/plugins/jetpack/modules/widgets/gallery.php'),
(4448, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/goodreads/css/goodreads.css', 'wp-content/plugins/jetpack/modules/widgets/goodreads/css/goodreads.css'),
(4449, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/goodreads/css/rtl/goodreads-rtl.css', 'wp-content/plugins/jetpack/modules/widgets/goodreads/css/rtl/goodreads-rtl.css'),
(4450, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/goodreads.php', 'wp-content/plugins/jetpack/modules/widgets/goodreads.php'),
(4451, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/google-translate/google-translate.js', 'wp-content/plugins/jetpack/modules/widgets/google-translate/google-translate.js'),
(4452, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/google-translate.php', 'wp-content/plugins/jetpack/modules/widgets/google-translate.php'),
(4453, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/gravatar-profile.css', 'wp-content/plugins/jetpack/modules/widgets/gravatar-profile.css'),
(4454, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/gravatar-profile.php', 'wp-content/plugins/jetpack/modules/widgets/gravatar-profile.php'),
(4455, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/image-widget/style.css', 'wp-content/plugins/jetpack/modules/widgets/image-widget/style.css'),
(4456, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/image-widget.php', 'wp-content/plugins/jetpack/modules/widgets/image-widget.php'),
(4457, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/instagram/instagram.css', 'wp-content/plugins/jetpack/modules/widgets/instagram/instagram.css'),
(4458, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/internet-defense-league.php', 'wp-content/plugins/jetpack/modules/widgets/internet-defense-league.php'),
(4459, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/mailchimp.php', 'wp-content/plugins/jetpack/modules/widgets/mailchimp.php'),
(4460, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/migrate-to-core/gallery-widget.php', 'wp-content/plugins/jetpack/modules/widgets/migrate-to-core/gallery-widget.php'),
(4461, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/migrate-to-core/image-widget.php', 'wp-content/plugins/jetpack/modules/widgets/migrate-to-core/image-widget.php'),
(4462, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/milestone/admin.js', 'wp-content/plugins/jetpack/modules/widgets/milestone/admin.js'),
(4463, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/milestone/class-milestone-widget.php', 'wp-content/plugins/jetpack/modules/widgets/milestone/class-milestone-widget.php'),
(4464, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/milestone/milestone-widget.css', 'wp-content/plugins/jetpack/modules/widgets/milestone/milestone-widget.css'),
(4465, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/milestone/milestone.js', 'wp-content/plugins/jetpack/modules/widgets/milestone/milestone.js'),
(4466, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/milestone/milestone.php', 'wp-content/plugins/jetpack/modules/widgets/milestone/milestone.php'),
(4467, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/milestone/style-admin.css', 'wp-content/plugins/jetpack/modules/widgets/milestone/style-admin.css'),
(4468, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/milestone.php', 'wp-content/plugins/jetpack/modules/widgets/milestone.php'),
(4469, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/my-community/style.css', 'wp-content/plugins/jetpack/modules/widgets/my-community/style.css'),
(4470, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/my-community.php', 'wp-content/plugins/jetpack/modules/widgets/my-community.php'),
(4471, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/rsslinks-widget.php', 'wp-content/plugins/jetpack/modules/widgets/rsslinks-widget.php'),
(4472, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/simple-payments/admin-warning.php', 'wp-content/plugins/jetpack/modules/widgets/simple-payments/admin-warning.php'),
(4473, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/simple-payments/customizer.css', 'wp-content/plugins/jetpack/modules/widgets/simple-payments/customizer.css'),
(4474, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/simple-payments/customizer.js', 'wp-content/plugins/jetpack/modules/widgets/simple-payments/customizer.js'),
(4475, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/simple-payments/form.php', 'wp-content/plugins/jetpack/modules/widgets/simple-payments/form.php'),
(4476, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/simple-payments/style.css', 'wp-content/plugins/jetpack/modules/widgets/simple-payments/style.css'),
(4477, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/simple-payments/widget.php', 'wp-content/plugins/jetpack/modules/widgets/simple-payments/widget.php'),
(4478, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/simple-payments.php', 'wp-content/plugins/jetpack/modules/widgets/simple-payments.php'),
(4479, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/social-icons/social-icons-admin.css', 'wp-content/plugins/jetpack/modules/widgets/social-icons/social-icons-admin.css'),
(4480, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/social-icons/social-icons-admin.js', 'wp-content/plugins/jetpack/modules/widgets/social-icons/social-icons-admin.js'),
(4481, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/social-icons/social-icons.css', 'wp-content/plugins/jetpack/modules/widgets/social-icons/social-icons.css'),
(4482, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/social-icons.php', 'wp-content/plugins/jetpack/modules/widgets/social-icons.php'),
(4483, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/social-media-icons/style.css', 'wp-content/plugins/jetpack/modules/widgets/social-media-icons/style.css'),
(4484, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/social-media-icons.php', 'wp-content/plugins/jetpack/modules/widgets/social-media-icons.php'),
(4485, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/top-posts/style.css', 'wp-content/plugins/jetpack/modules/widgets/top-posts/style.css'),
(4486, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/top-posts.php', 'wp-content/plugins/jetpack/modules/widgets/top-posts.php'),
(4487, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/twitter-timeline-admin.js', 'wp-content/plugins/jetpack/modules/widgets/twitter-timeline-admin.js'),
(4488, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/twitter-timeline.php', 'wp-content/plugins/jetpack/modules/widgets/twitter-timeline.php'),
(4489, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/upcoming-events.php', 'wp-content/plugins/jetpack/modules/widgets/upcoming-events.php'),
(4490, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/wordpress-post-widget/class.jetpack-display-posts-widget-base.php', 'wp-content/plugins/jetpack/modules/widgets/wordpress-post-widget/class.jetpack-display-posts-widget-base.php'),
(4491, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/wordpress-post-widget/class.jetpack-display-posts-widget.php', 'wp-content/plugins/jetpack/modules/widgets/wordpress-post-widget/class.jetpack-display-posts-widget.php'),
(4492, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/wordpress-post-widget/style.css', 'wp-content/plugins/jetpack/modules/widgets/wordpress-post-widget/style.css'),
(4493, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets/wordpress-post-widget.php', 'wp-content/plugins/jetpack/modules/widgets/wordpress-post-widget.php'),
(4494, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/widgets.php', 'wp-content/plugins/jetpack/modules/widgets.php'),
(4495, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/woocommerce-analytics/class-jetpack-woocommerce-analytics.php', 'wp-content/plugins/jetpack/modules/woocommerce-analytics/class-jetpack-woocommerce-analytics.php'),
(4496, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/woocommerce-analytics/classes/class-jetpack-woocommerce-analytics-universal.php', 'wp-content/plugins/jetpack/modules/woocommerce-analytics/classes/class-jetpack-woocommerce-analytics-universal.php'),
(4497, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/woocommerce-analytics.php', 'wp-content/plugins/jetpack/modules/woocommerce-analytics.php'),
(4498, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/wordads/class-wordads.php', 'wp-content/plugins/jetpack/modules/wordads/class-wordads.php'),
(4499, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/wordads/css/style.css', 'wp-content/plugins/jetpack/modules/wordads/css/style.css'),
(4500, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/wordads/js/wordads-ccpa.js', 'wp-content/plugins/jetpack/modules/wordads/js/wordads-ccpa.js'),
(4501, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/wordads/php/class-wordads-admin.php', 'wp-content/plugins/jetpack/modules/wordads/php/class-wordads-admin.php'),
(4502, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/wordads/php/class-wordads-api.php', 'wp-content/plugins/jetpack/modules/wordads/php/class-wordads-api.php'),
(4503, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/wordads/php/class-wordads-california-privacy.php', 'wp-content/plugins/jetpack/modules/wordads/php/class-wordads-california-privacy.php'),
(4504, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/wordads/php/class-wordads-ccpa-do-not-sell-link-widget.php', 'wp-content/plugins/jetpack/modules/wordads/php/class-wordads-ccpa-do-not-sell-link-widget.php'),
(4505, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/wordads/php/class-wordads-cron.php', 'wp-content/plugins/jetpack/modules/wordads/php/class-wordads-cron.php'),
(4506, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/wordads/php/class-wordads-params.php', 'wp-content/plugins/jetpack/modules/wordads/php/class-wordads-params.php'),
(4507, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/wordads/php/class-wordads-sidebar-widget.php', 'wp-content/plugins/jetpack/modules/wordads/php/class-wordads-sidebar-widget.php'),
(4508, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/wordads/php/networks/amazon.php', 'wp-content/plugins/jetpack/modules/wordads/php/networks/amazon.php'),
(4509, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/wordads.php', 'wp-content/plugins/jetpack/modules/wordads.php'),
(4510, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/wpcom-block-editor/class-jetpack-wpcom-block-editor.php', 'wp-content/plugins/jetpack/modules/wpcom-block-editor/class-jetpack-wpcom-block-editor.php'),
(4511, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/wpcom-block-editor/functions.editor-type.php', 'wp-content/plugins/jetpack/modules/wpcom-block-editor/functions.editor-type.php'),
(4512, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/wpcom-tos/wpcom-tos.php', 'wp-content/plugins/jetpack/modules/wpcom-tos/wpcom-tos.php'),
(4513, '/home/www/iamctv.com/wp-content/plugins/jetpack/modules/wpgroho.js', 'wp-content/plugins/jetpack/modules/wpgroho.js'),
(4514, '/home/www/iamctv.com/wp-content/plugins/jetpack/readme.txt', 'wp-content/plugins/jetpack/readme.txt'),
(4515, '/home/www/iamctv.com/wp-content/plugins/jetpack/require-lib.php', 'wp-content/plugins/jetpack/require-lib.php'),
(4516, '/home/www/iamctv.com/wp-content/plugins/jetpack/sal/class.json-api-date.php', 'wp-content/plugins/jetpack/sal/class.json-api-date.php'),
(4517, '/home/www/iamctv.com/wp-content/plugins/jetpack/sal/class.json-api-links.php', 'wp-content/plugins/jetpack/sal/class.json-api-links.php'),
(4518, '/home/www/iamctv.com/wp-content/plugins/jetpack/sal/class.json-api-metadata.php', 'wp-content/plugins/jetpack/sal/class.json-api-metadata.php'),
(4519, '/home/www/iamctv.com/wp-content/plugins/jetpack/sal/class.json-api-platform-jetpack.php', 'wp-content/plugins/jetpack/sal/class.json-api-platform-jetpack.php'),
(4520, '/home/www/iamctv.com/wp-content/plugins/jetpack/sal/class.json-api-platform.php', 'wp-content/plugins/jetpack/sal/class.json-api-platform.php'),
(4521, '/home/www/iamctv.com/wp-content/plugins/jetpack/sal/class.json-api-post-base.php', 'wp-content/plugins/jetpack/sal/class.json-api-post-base.php'),
(4522, '/home/www/iamctv.com/wp-content/plugins/jetpack/sal/class.json-api-post-jetpack.php', 'wp-content/plugins/jetpack/sal/class.json-api-post-jetpack.php'),
(4523, '/home/www/iamctv.com/wp-content/plugins/jetpack/sal/class.json-api-site-base.php', 'wp-content/plugins/jetpack/sal/class.json-api-site-base.php'),
(4524, '/home/www/iamctv.com/wp-content/plugins/jetpack/sal/class.json-api-site-jetpack-base.php', 'wp-content/plugins/jetpack/sal/class.json-api-site-jetpack-base.php'),
(4525, '/home/www/iamctv.com/wp-content/plugins/jetpack/sal/class.json-api-site-jetpack.php', 'wp-content/plugins/jetpack/sal/class.json-api-site-jetpack.php'),
(4526, '/home/www/iamctv.com/wp-content/plugins/jetpack/sal/class.json-api-token.php', 'wp-content/plugins/jetpack/sal/class.json-api-token.php'),
(4527, '/home/www/iamctv.com/wp-content/plugins/jetpack/src/class-tracking.php', 'wp-content/plugins/jetpack/src/class-tracking.php'),
(4528, '/home/www/iamctv.com/wp-content/plugins/jetpack/uninstall.php', 'wp-content/plugins/jetpack/uninstall.php'),
(4529, '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/autoload.php', 'wp-content/plugins/jetpack/vendor/autoload.php'),
(4530, '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/autoload_packages.php', 'wp-content/plugins/jetpack/vendor/autoload_packages.php'),
(4531, '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/automattic/jetpack-backup/src/class-package-version.php', 'wp-content/plugins/jetpack/vendor/automattic/jetpack-backup/src/class-package-version.php'),
(4532, '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/automattic/jetpack-connection/legacy/class-jetpack-ixr-client.php', 'wp-content/plugins/jetpack/vendor/automattic/jetpack-connection/legacy/class-jetpack-ixr-client.php'),
(4533, '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/automattic/jetpack-connection/legacy/class-jetpack-signature.php', 'wp-content/plugins/jetpack/vendor/automattic/jetpack-connection/legacy/class-jetpack-signature.php'),
(4534, '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/automattic/jetpack-connection/src/class-client.php', 'wp-content/plugins/jetpack/vendor/automattic/jetpack-connection/src/class-client.php'),
(4535, '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/automattic/jetpack-connection/src/class-package-version.php', 'wp-content/plugins/jetpack/vendor/automattic/jetpack-connection/src/class-package-version.php'),
(4536, '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/automattic/jetpack-connection/src/class-urls.php', 'wp-content/plugins/jetpack/vendor/automattic/jetpack-connection/src/class-urls.php'),
(4537, '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/automattic/jetpack-roles/src/class-roles.php', 'wp-content/plugins/jetpack/vendor/automattic/jetpack-roles/src/class-roles.php'),
(4538, '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/class-functions.php', 'wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/class-functions.php'),
(4539, '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/class-package-version.php', 'wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/class-package-version.php'),
(4540, '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/class-queue-buffer.php', 'wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/class-queue-buffer.php'),
(4541, '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/class-utils.php', 'wp-content/plugins/jetpack/vendor/automattic/jetpack-sync/src/class-utils.php'),
(4542, '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/composer/ClassLoader.php', 'wp-content/plugins/jetpack/vendor/composer/ClassLoader.php'),
(4543, '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/composer/InstalledVersions.php', 'wp-content/plugins/jetpack/vendor/composer/InstalledVersions.php'),
(4544, '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/composer/LICENSE', 'wp-content/plugins/jetpack/vendor/composer/LICENSE'),
(4545, '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/composer/autoload_classmap.php', 'wp-content/plugins/jetpack/vendor/composer/autoload_classmap.php'),
(4546, '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/composer/autoload_files.php', 'wp-content/plugins/jetpack/vendor/composer/autoload_files.php'),
(4547, '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/composer/autoload_namespaces.php', 'wp-content/plugins/jetpack/vendor/composer/autoload_namespaces.php'),
(4548, '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/composer/autoload_psr4.php', 'wp-content/plugins/jetpack/vendor/composer/autoload_psr4.php'),
(4549, '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/composer/autoload_real.php', 'wp-content/plugins/jetpack/vendor/composer/autoload_real.php'),
(4550, '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/composer/autoload_static.php', 'wp-content/plugins/jetpack/vendor/composer/autoload_static.php'),
(4551, '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/composer/installed.json', 'wp-content/plugins/jetpack/vendor/composer/installed.json'),
(4552, '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/composer/installed.php', 'wp-content/plugins/jetpack/vendor/composer/installed.php'),
(4553, '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/composer/jetpack_autoload_classmap.php', 'wp-content/plugins/jetpack/vendor/composer/jetpack_autoload_classmap.php'),
(4554, '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/composer/jetpack_autoload_filemap.php', 'wp-content/plugins/jetpack/vendor/composer/jetpack_autoload_filemap.php'),
(4555, '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/composer/platform_check.php', 'wp-content/plugins/jetpack/vendor/composer/platform_check.php'),
(4556, '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/jetpack-autoloader/class-autoloader-handler.php', 'wp-content/plugins/jetpack/vendor/jetpack-autoloader/class-autoloader-handler.php'),
(4557, '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/jetpack-autoloader/class-autoloader-locator.php', 'wp-content/plugins/jetpack/vendor/jetpack-autoloader/class-autoloader-locator.php'),
(4558, '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/jetpack-autoloader/class-autoloader.php', 'wp-content/plugins/jetpack/vendor/jetpack-autoloader/class-autoloader.php'),
(4559, '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/jetpack-autoloader/class-container.php', 'wp-content/plugins/jetpack/vendor/jetpack-autoloader/class-container.php'),
(4560, '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/jetpack-autoloader/class-hook-manager.php', 'wp-content/plugins/jetpack/vendor/jetpack-autoloader/class-hook-manager.php'),
(4561, '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/jetpack-autoloader/class-latest-autoloader-guard.php', 'wp-content/plugins/jetpack/vendor/jetpack-autoloader/class-latest-autoloader-guard.php'),
(4562, '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/jetpack-autoloader/class-manifest-reader.php', 'wp-content/plugins/jetpack/vendor/jetpack-autoloader/class-manifest-reader.php'),
(4563, '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/jetpack-autoloader/class-path-processor.php', 'wp-content/plugins/jetpack/vendor/jetpack-autoloader/class-path-processor.php'),
(4564, '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/jetpack-autoloader/class-php-autoloader.php', 'wp-content/plugins/jetpack/vendor/jetpack-autoloader/class-php-autoloader.php'),
(4565, '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/jetpack-autoloader/class-plugin-locator.php', 'wp-content/plugins/jetpack/vendor/jetpack-autoloader/class-plugin-locator.php'),
(4566, '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/jetpack-autoloader/class-plugins-handler.php', 'wp-content/plugins/jetpack/vendor/jetpack-autoloader/class-plugins-handler.php'),
(4567, '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/jetpack-autoloader/class-shutdown-handler.php', 'wp-content/plugins/jetpack/vendor/jetpack-autoloader/class-shutdown-handler.php'),
(4568, '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/jetpack-autoloader/class-version-loader.php', 'wp-content/plugins/jetpack/vendor/jetpack-autoloader/class-version-loader.php'),
(4569, '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/jetpack-autoloader/class-version-selector.php', 'wp-content/plugins/jetpack/vendor/jetpack-autoloader/class-version-selector.php'),
(4570, '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/nojimage/twitter-text-php/Changes.md', 'wp-content/plugins/jetpack/vendor/nojimage/twitter-text-php/Changes.md'),
(4571, '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/nojimage/twitter-text-php/LICENSE', 'wp-content/plugins/jetpack/vendor/nojimage/twitter-text-php/LICENSE'),
(4572, '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/nojimage/twitter-text-php/README.md', 'wp-content/plugins/jetpack/vendor/nojimage/twitter-text-php/README.md'),
(4573, '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/nojimage/twitter-text-php/build/build-emoji-regex.php', 'wp-content/plugins/jetpack/vendor/nojimage/twitter-text-php/build/build-emoji-regex.php'),
(4574, '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/nojimage/twitter-text-php/build/build-tld-lists.php', 'wp-content/plugins/jetpack/vendor/nojimage/twitter-text-php/build/build-tld-lists.php'),
(4575, '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/nojimage/twitter-text-php/composer.json', 'wp-content/plugins/jetpack/vendor/nojimage/twitter-text-php/composer.json'),
(4576, '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/nojimage/twitter-text-php/lib/Twitter/Text/Autolink.php', 'wp-content/plugins/jetpack/vendor/nojimage/twitter-text-php/lib/Twitter/Text/Autolink.php'),
(4577, '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/nojimage/twitter-text-php/lib/Twitter/Text/Configuration.php', 'wp-content/plugins/jetpack/vendor/nojimage/twitter-text-php/lib/Twitter/Text/Configuration.php'),
(4578, '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/nojimage/twitter-text-php/lib/Twitter/Text/EmojiRegex.php', 'wp-content/plugins/jetpack/vendor/nojimage/twitter-text-php/lib/Twitter/Text/EmojiRegex.php'),
(4579, '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/nojimage/twitter-text-php/lib/Twitter/Text/Extractor.php', 'wp-content/plugins/jetpack/vendor/nojimage/twitter-text-php/lib/Twitter/Text/Extractor.php'),
(4580, '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/nojimage/twitter-text-php/lib/Twitter/Text/HitHighlighter.php', 'wp-content/plugins/jetpack/vendor/nojimage/twitter-text-php/lib/Twitter/Text/HitHighlighter.php'),
(4581, '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/nojimage/twitter-text-php/lib/Twitter/Text/ParseResults.php', 'wp-content/plugins/jetpack/vendor/nojimage/twitter-text-php/lib/Twitter/Text/ParseResults.php'),
(4582, '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/nojimage/twitter-text-php/lib/Twitter/Text/Parser.php', 'wp-content/plugins/jetpack/vendor/nojimage/twitter-text-php/lib/Twitter/Text/Parser.php'),
(4583, '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/nojimage/twitter-text-php/lib/Twitter/Text/Regex.php', 'wp-content/plugins/jetpack/vendor/nojimage/twitter-text-php/lib/Twitter/Text/Regex.php'),
(4584, '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/nojimage/twitter-text-php/lib/Twitter/Text/StringUtils.php', 'wp-content/plugins/jetpack/vendor/nojimage/twitter-text-php/lib/Twitter/Text/StringUtils.php'),
(4585, '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/nojimage/twitter-text-php/lib/Twitter/Text/TldLists.php', 'wp-content/plugins/jetpack/vendor/nojimage/twitter-text-php/lib/Twitter/Text/TldLists.php'),
(4586, '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/nojimage/twitter-text-php/lib/Twitter/Text/Validator.php', 'wp-content/plugins/jetpack/vendor/nojimage/twitter-text-php/lib/Twitter/Text/Validator.php'),
(4587, '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/wikimedia/aho-corasick/LICENSE', 'wp-content/plugins/jetpack/vendor/wikimedia/aho-corasick/LICENSE');
INSERT INTO `iamc_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(4588, '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/wikimedia/aho-corasick/NOTICE', 'wp-content/plugins/jetpack/vendor/wikimedia/aho-corasick/NOTICE'),
(4589, '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/wikimedia/aho-corasick/README.md', 'wp-content/plugins/jetpack/vendor/wikimedia/aho-corasick/README.md'),
(4590, '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/wikimedia/aho-corasick/bench/bench.php', 'wp-content/plugins/jetpack/vendor/wikimedia/aho-corasick/bench/bench.php'),
(4591, '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/wikimedia/aho-corasick/bench/check.php', 'wp-content/plugins/jetpack/vendor/wikimedia/aho-corasick/bench/check.php'),
(4592, '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/wikimedia/aho-corasick/src/MultiStringMatcher.php', 'wp-content/plugins/jetpack/vendor/wikimedia/aho-corasick/src/MultiStringMatcher.php'),
(4593, '/home/www/iamctv.com/wp-content/plugins/jetpack/vendor/wikimedia/aho-corasick/src/MultiStringReplacer.php', 'wp-content/plugins/jetpack/vendor/wikimedia/aho-corasick/src/MultiStringReplacer.php'),
(4594, '/home/www/iamctv.com/wp-content/plugins/jetpack/views/admin/deactivation-dialog.php', 'wp-content/plugins/jetpack/views/admin/deactivation-dialog.php'),
(4595, '/home/www/iamctv.com/wp-content/plugins/jetpack/views/admin/jetpack-plugin-portal-containers.php', 'wp-content/plugins/jetpack/views/admin/jetpack-plugin-portal-containers.php'),
(4596, '/home/www/iamctv.com/wp-content/plugins/jetpack/views/admin/must-connect-main-blog.php', 'wp-content/plugins/jetpack/views/admin/must-connect-main-blog.php'),
(4597, '/home/www/iamctv.com/wp-content/plugins/jetpack/views/admin/network-activated-notice.php', 'wp-content/plugins/jetpack/views/admin/network-activated-notice.php'),
(4598, '/home/www/iamctv.com/wp-content/plugins/jetpack/views/admin/network-admin-header.php', 'wp-content/plugins/jetpack/views/admin/network-admin-header.php'),
(4599, '/home/www/iamctv.com/wp-content/plugins/jetpack/views/admin/network-settings.php', 'wp-content/plugins/jetpack/views/admin/network-settings.php'),
(4600, '/home/www/iamctv.com/wp-content/plugins/jetpack/wpml-config.xml', 'wp-content/plugins/jetpack/wpml-config.xml'),
(4601, '/home/www/iamctv.com/wp-content/plugins/latest-posts-block-lite/dist/blocks.build.js', 'wp-content/plugins/latest-posts-block-lite/dist/blocks.build.js'),
(4602, '/home/www/iamctv.com/wp-content/plugins/latest-posts-block-lite/dist/blocks.editor.build.css', 'wp-content/plugins/latest-posts-block-lite/dist/blocks.editor.build.css'),
(4603, '/home/www/iamctv.com/wp-content/plugins/latest-posts-block-lite/dist/blocks.style.build.css', 'wp-content/plugins/latest-posts-block-lite/dist/blocks.style.build.css'),
(4604, '/home/www/iamctv.com/wp-content/plugins/latest-posts-block-lite/latest-posts-block-lite.php', 'wp-content/plugins/latest-posts-block-lite/latest-posts-block-lite.php'),
(4605, '/home/www/iamctv.com/wp-content/plugins/latest-posts-block-lite/readme.txt', 'wp-content/plugins/latest-posts-block-lite/readme.txt'),
(4606, '/home/www/iamctv.com/wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/css/all.css', 'wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/css/all.css'),
(4607, '/home/www/iamctv.com/wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/css/all.min.css', 'wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/css/all.min.css'),
(4608, '/home/www/iamctv.com/wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/css/brands.css', 'wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/css/brands.css'),
(4609, '/home/www/iamctv.com/wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/css/brands.min.css', 'wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/css/brands.min.css'),
(4610, '/home/www/iamctv.com/wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/css/regular.css', 'wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/css/regular.css'),
(4611, '/home/www/iamctv.com/wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/css/regular.min.css', 'wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/css/regular.min.css'),
(4612, '/home/www/iamctv.com/wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/css/solid.css', 'wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/css/solid.css'),
(4613, '/home/www/iamctv.com/wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/css/solid.min.css', 'wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/css/solid.min.css'),
(4614, '/home/www/iamctv.com/wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/css/svg-with-js.css', 'wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/css/svg-with-js.css'),
(4615, '/home/www/iamctv.com/wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/css/svg-with-js.min.css', 'wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/css/svg-with-js.min.css'),
(4616, '/home/www/iamctv.com/wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/css/v4-shims.css', 'wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/css/v4-shims.css'),
(4617, '/home/www/iamctv.com/wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/css/v4-shims.min.css', 'wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/css/v4-shims.min.css'),
(4618, '/home/www/iamctv.com/wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/fonts/fa-brands-400.eot', 'wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/fonts/fa-brands-400.eot'),
(4619, '/home/www/iamctv.com/wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/fonts/fa-brands-400.svg', 'wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/fonts/fa-brands-400.svg'),
(4620, '/home/www/iamctv.com/wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/fonts/fa-brands-400.ttf', 'wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/fonts/fa-brands-400.ttf'),
(4621, '/home/www/iamctv.com/wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/fonts/fa-brands-400.woff', 'wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/fonts/fa-brands-400.woff'),
(4622, '/home/www/iamctv.com/wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/fonts/fa-brands-400.woff2', 'wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/fonts/fa-brands-400.woff2'),
(4623, '/home/www/iamctv.com/wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/fonts/fa-regular-400.eot', 'wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/fonts/fa-regular-400.eot'),
(4624, '/home/www/iamctv.com/wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/fonts/fa-regular-400.svg', 'wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/fonts/fa-regular-400.svg'),
(4625, '/home/www/iamctv.com/wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/fonts/fa-regular-400.ttf', 'wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/fonts/fa-regular-400.ttf'),
(4626, '/home/www/iamctv.com/wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/fonts/fa-regular-400.woff', 'wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/fonts/fa-regular-400.woff'),
(4627, '/home/www/iamctv.com/wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/fonts/fa-regular-400.woff2', 'wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/fonts/fa-regular-400.woff2'),
(4628, '/home/www/iamctv.com/wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/fonts/fa-solid-900.eot', 'wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/fonts/fa-solid-900.eot'),
(4629, '/home/www/iamctv.com/wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/fonts/fa-solid-900.svg', 'wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/fonts/fa-solid-900.svg'),
(4630, '/home/www/iamctv.com/wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/fonts/fa-solid-900.ttf', 'wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/fonts/fa-solid-900.ttf'),
(4631, '/home/www/iamctv.com/wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/fonts/fa-solid-900.woff', 'wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/fonts/fa-solid-900.woff'),
(4632, '/home/www/iamctv.com/wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/fonts/fa-solid-900.woff2', 'wp-content/plugins/latest-posts-block-lite/src/assets/fontawesome/fonts/fa-solid-900.woff2'),
(4633, '/home/www/iamctv.com/wp-content/plugins/latest-posts-block-lite/src/blocks/latest-posts-block/block.json', 'wp-content/plugins/latest-posts-block-lite/src/blocks/latest-posts-block/block.json'),
(4634, '/home/www/iamctv.com/wp-content/plugins/latest-posts-block-lite/src/blocks/latest-posts-block/index.php', 'wp-content/plugins/latest-posts-block-lite/src/blocks/latest-posts-block/index.php'),
(4635, '/home/www/iamctv.com/wp-content/plugins/latest-posts-block-lite/src/fonts.php', 'wp-content/plugins/latest-posts-block-lite/src/fonts.php'),
(4636, '/home/www/iamctv.com/wp-content/plugins/latest-posts-block-lite/src/init.php', 'wp-content/plugins/latest-posts-block-lite/src/init.php'),
(4637, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/blocks.build.js', 'wp-content/plugins/magic-content-box-lite/dist/blocks.build.js'),
(4638, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/blocks.editor.build.css', 'wp-content/plugins/magic-content-box-lite/dist/blocks.editor.build.css'),
(4639, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/blocks.style.build.css', 'wp-content/plugins/magic-content-box-lite/dist/blocks.style.build.css'),
(4640, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/angled.png', 'wp-content/plugins/magic-content-box-lite/dist/images/angled.png'),
(4641, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/book.png', 'wp-content/plugins/magic-content-box-lite/dist/images/book.png'),
(4642, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/clouds.png', 'wp-content/plugins/magic-content-box-lite/dist/images/clouds.png'),
(4643, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/curve.png', 'wp-content/plugins/magic-content-box-lite/dist/images/curve.png'),
(4644, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/double-wave.png', 'wp-content/plugins/magic-content-box-lite/dist/images/double-wave.png'),
(4645, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/fan.png', 'wp-content/plugins/magic-content-box-lite/dist/images/fan.png'),
(4646, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/grow.png', 'wp-content/plugins/magic-content-box-lite/dist/images/grow.png'),
(4647, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-button-border.png', 'wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-button-border.png'),
(4648, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-button-fill.png', 'wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-button-fill.png'),
(4649, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-header-layout-1.png', 'wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-header-layout-1.png'),
(4650, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-header-layout-2.png', 'wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-header-layout-2.png'),
(4651, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-header-layout-3.png', 'wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-header-layout-3.png'),
(4652, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-header-layout-4.png', 'wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-header-layout-4.png'),
(4653, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-header-layout-5.png', 'wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-header-layout-5.png'),
(4654, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-header-layout-6.png', 'wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-header-layout-6.png'),
(4655, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-header-layout-7.png', 'wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-header-layout-7.png'),
(4656, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-header-layout-8.png', 'wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-header-layout-8.png'),
(4657, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-header-layout-9.png', 'wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-header-layout-9.png'),
(4658, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-1.png', 'wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-1.png'),
(4659, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-10.png', 'wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-10.png'),
(4660, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-11.png', 'wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-11.png'),
(4661, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-12.png', 'wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-12.png'),
(4662, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-13.png', 'wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-13.png'),
(4663, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-14.png', 'wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-14.png'),
(4664, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-15.png', 'wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-15.png'),
(4665, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-16.png', 'wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-16.png'),
(4666, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-17.png', 'wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-17.png'),
(4667, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-18.png', 'wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-18.png'),
(4668, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-19.png', 'wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-19.png'),
(4669, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-2.png', 'wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-2.png'),
(4670, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-20.png', 'wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-20.png'),
(4671, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-21.png', 'wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-21.png'),
(4672, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-22.png', 'wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-22.png'),
(4673, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-23.png', 'wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-23.png'),
(4674, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-24.png', 'wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-24.png'),
(4675, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-25.png', 'wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-25.png'),
(4676, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-26.png', 'wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-26.png'),
(4677, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-27.png', 'wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-27.png'),
(4678, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-28.png', 'wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-28.png'),
(4679, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-29.png', 'wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-29.png'),
(4680, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-3.png', 'wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-3.png'),
(4681, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-30.png', 'wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-30.png'),
(4682, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-31.png', 'wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-31.png'),
(4683, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-32.png', 'wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-32.png'),
(4684, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-4.png', 'wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-4.png'),
(4685, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-5.png', 'wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-5.png'),
(4686, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-6.png', 'wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-6.png'),
(4687, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-7.png', 'wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-7.png'),
(4688, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-8.png', 'wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-8.png'),
(4689, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-9.png', 'wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-img-mask-layout-9.png'),
(4690, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-placeholder-img.jpg', 'wp-content/plugins/magic-content-box-lite/dist/images/magic-content-box-placeholder-img.jpg'),
(4691, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/shapeocean.png', 'wp-content/plugins/magic-content-box-lite/dist/images/shapeocean.png'),
(4692, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/sloped.png', 'wp-content/plugins/magic-content-box-lite/dist/images/sloped.png'),
(4693, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/split.png', 'wp-content/plugins/magic-content-box-lite/dist/images/split.png'),
(4694, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/style-1.png', 'wp-content/plugins/magic-content-box-lite/dist/images/style-1.png'),
(4695, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/style-2.png', 'wp-content/plugins/magic-content-box-lite/dist/images/style-2.png'),
(4696, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/style-3.png', 'wp-content/plugins/magic-content-box-lite/dist/images/style-3.png'),
(4697, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/style-4.png', 'wp-content/plugins/magic-content-box-lite/dist/images/style-4.png'),
(4698, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/style-5.png', 'wp-content/plugins/magic-content-box-lite/dist/images/style-5.png'),
(4699, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/style-6.png', 'wp-content/plugins/magic-content-box-lite/dist/images/style-6.png'),
(4700, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/style-7.png', 'wp-content/plugins/magic-content-box-lite/dist/images/style-7.png'),
(4701, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/style-8.png', 'wp-content/plugins/magic-content-box-lite/dist/images/style-8.png'),
(4702, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/style-9.png', 'wp-content/plugins/magic-content-box-lite/dist/images/style-9.png'),
(4703, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/waves.png', 'wp-content/plugins/magic-content-box-lite/dist/images/waves.png'),
(4704, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/dist/images/wavy.png', 'wp-content/plugins/magic-content-box-lite/dist/images/wavy.png'),
(4705, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/magic-content-box-lite.php', 'wp-content/plugins/magic-content-box-lite/magic-content-box-lite.php'),
(4706, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/readme.txt', 'wp-content/plugins/magic-content-box-lite/readme.txt'),
(4707, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/css/all.css', 'wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/css/all.css'),
(4708, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/css/all.min.css', 'wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/css/all.min.css'),
(4709, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/css/brands.css', 'wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/css/brands.css'),
(4710, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/css/brands.min.css', 'wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/css/brands.min.css'),
(4711, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/css/regular.css', 'wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/css/regular.css'),
(4712, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/css/regular.min.css', 'wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/css/regular.min.css'),
(4713, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/css/solid.css', 'wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/css/solid.css'),
(4714, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/css/solid.min.css', 'wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/css/solid.min.css'),
(4715, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/css/svg-with-js.css', 'wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/css/svg-with-js.css'),
(4716, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/css/svg-with-js.min.css', 'wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/css/svg-with-js.min.css'),
(4717, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/css/v4-shims.css', 'wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/css/v4-shims.css'),
(4718, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/css/v4-shims.min.css', 'wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/css/v4-shims.min.css'),
(4719, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/fonts/fa-brands-400.eot', 'wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/fonts/fa-brands-400.eot'),
(4720, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/fonts/fa-brands-400.svg', 'wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/fonts/fa-brands-400.svg'),
(4721, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/fonts/fa-brands-400.ttf', 'wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/fonts/fa-brands-400.ttf'),
(4722, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/fonts/fa-brands-400.woff', 'wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/fonts/fa-brands-400.woff'),
(4723, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/fonts/fa-brands-400.woff2', 'wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/fonts/fa-brands-400.woff2'),
(4724, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/fonts/fa-regular-400.eot', 'wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/fonts/fa-regular-400.eot'),
(4725, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/fonts/fa-regular-400.svg', 'wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/fonts/fa-regular-400.svg'),
(4726, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/fonts/fa-regular-400.ttf', 'wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/fonts/fa-regular-400.ttf'),
(4727, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/fonts/fa-regular-400.woff', 'wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/fonts/fa-regular-400.woff'),
(4728, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/fonts/fa-regular-400.woff2', 'wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/fonts/fa-regular-400.woff2'),
(4729, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/fonts/fa-solid-900.eot', 'wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/fonts/fa-solid-900.eot'),
(4730, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/fonts/fa-solid-900.svg', 'wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/fonts/fa-solid-900.svg'),
(4731, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/fonts/fa-solid-900.ttf', 'wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/fonts/fa-solid-900.ttf'),
(4732, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/fonts/fa-solid-900.woff', 'wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/fonts/fa-solid-900.woff'),
(4733, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/fonts/fa-solid-900.woff2', 'wp-content/plugins/magic-content-box-lite/src/assets/fontawesome/fonts/fa-solid-900.woff2'),
(4734, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/src/assets/icons/index.js', 'wp-content/plugins/magic-content-box-lite/src/assets/icons/index.js'),
(4735, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/src/assets/icons/style.scss', 'wp-content/plugins/magic-content-box-lite/src/assets/icons/style.scss'),
(4736, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/src/blocks/content-box/block.json', 'wp-content/plugins/magic-content-box-lite/src/blocks/content-box/block.json'),
(4737, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/src/fonts.php', 'wp-content/plugins/magic-content-box-lite/src/fonts.php'),
(4738, '/home/www/iamctv.com/wp-content/plugins/magic-content-box-lite/src/init.php', 'wp-content/plugins/magic-content-box-lite/src/init.php'),
(4739, '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/assets/css/main.css', 'wp-content/plugins/one-click-demo-import/assets/css/main.css'),
(4740, '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/assets/css/main.min.css', 'wp-content/plugins/one-click-demo-import/assets/css/main.min.css'),
(4741, '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/assets/demo-content/about-page.xml', 'wp-content/plugins/one-click-demo-import/assets/demo-content/about-page.xml'),
(4742, '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/assets/demo-content/book-now-page.xml', 'wp-content/plugins/one-click-demo-import/assets/demo-content/book-now-page.xml'),
(4743, '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/assets/demo-content/contact-page.xml', 'wp-content/plugins/one-click-demo-import/assets/demo-content/contact-page.xml'),
(4744, '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/assets/demo-content/faq-page.xml', 'wp-content/plugins/one-click-demo-import/assets/demo-content/faq-page.xml'),
(4745, '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/assets/demo-content/meet-the-team-page.xml', 'wp-content/plugins/one-click-demo-import/assets/demo-content/meet-the-team-page.xml'),
(4746, '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/assets/demo-content/menu-page.xml', 'wp-content/plugins/one-click-demo-import/assets/demo-content/menu-page.xml'),
(4747, '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/assets/demo-content/portfolio-page.xml', 'wp-content/plugins/one-click-demo-import/assets/demo-content/portfolio-page.xml'),
(4748, '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/assets/demo-content/services-page.xml', 'wp-content/plugins/one-click-demo-import/assets/demo-content/services-page.xml'),
(4749, '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/assets/demo-content/shop-page.xml', 'wp-content/plugins/one-click-demo-import/assets/demo-content/shop-page.xml'),
(4750, '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/assets/demo-content/testimonials-page.xml', 'wp-content/plugins/one-click-demo-import/assets/demo-content/testimonials-page.xml'),
(4751, '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/assets/images/error.svg', 'wp-content/plugins/one-click-demo-import/assets/images/error.svg'),
(4752, '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/assets/images/icons/brush.svg', 'wp-content/plugins/one-click-demo-import/assets/images/icons/brush.svg'),
(4753, '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/assets/images/icons/check-solid-white.svg', 'wp-content/plugins/one-click-demo-import/assets/images/icons/check-solid-white.svg'),
(4754, '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/assets/images/icons/content.svg', 'wp-content/plugins/one-click-demo-import/assets/images/icons/content.svg'),
(4755, '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/assets/images/icons/copy.svg', 'wp-content/plugins/one-click-demo-import/assets/images/icons/copy.svg'),
(4756, '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/assets/images/icons/info-circle.svg', 'wp-content/plugins/one-click-demo-import/assets/images/icons/info-circle.svg'),
(4757, '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/assets/images/icons/layout.svg', 'wp-content/plugins/one-click-demo-import/assets/images/icons/layout.svg'),
(4758, '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/assets/images/icons/lock.svg', 'wp-content/plugins/one-click-demo-import/assets/images/icons/lock.svg'),
(4759, '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/assets/images/icons/long-arrow-alt-left-blue.svg', 'wp-content/plugins/one-click-demo-import/assets/images/icons/long-arrow-alt-left-blue.svg'),
(4760, '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/assets/images/icons/plugins.svg', 'wp-content/plugins/one-click-demo-import/assets/images/icons/plugins.svg'),
(4761, '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/assets/images/icons/question-circle.svg', 'wp-content/plugins/one-click-demo-import/assets/images/icons/question-circle.svg'),
(4762, '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/assets/images/icons/redux.svg', 'wp-content/plugins/one-click-demo-import/assets/images/icons/redux.svg'),
(4763, '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/assets/images/icons/star.svg', 'wp-content/plugins/one-click-demo-import/assets/images/icons/star.svg'),
(4764, '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/assets/images/icons/widgets.svg', 'wp-content/plugins/one-click-demo-import/assets/images/icons/widgets.svg'),
(4765, '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/assets/images/importing.svg', 'wp-content/plugins/one-click-demo-import/assets/images/importing.svg'),
(4766, '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/assets/images/loader.svg', 'wp-content/plugins/one-click-demo-import/assets/images/loader.svg'),
(4767, '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/assets/images/success.svg', 'wp-content/plugins/one-click-demo-import/assets/images/success.svg'),
(4768, '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/assets/images/warning.svg', 'wp-content/plugins/one-click-demo-import/assets/images/warning.svg'),
(4769, '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/assets/js/main.js', 'wp-content/plugins/one-click-demo-import/assets/js/main.js'),
(4770, '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/assets/js/main.min.js', 'wp-content/plugins/one-click-demo-import/assets/js/main.min.js'),
(4771, '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/inc/CreateDemoContent/DemoContentCreator.php', 'wp-content/plugins/one-click-demo-import/inc/CreateDemoContent/DemoContentCreator.php'),
(4772, '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/inc/CustomizerImporter.php', 'wp-content/plugins/one-click-demo-import/inc/CustomizerImporter.php'),
(4773, '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/inc/CustomizerOption.php', 'wp-content/plugins/one-click-demo-import/inc/CustomizerOption.php'),
(4774, '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/inc/Downloader.php', 'wp-content/plugins/one-click-demo-import/inc/Downloader.php'),
(4775, '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/inc/Helpers.php', 'wp-content/plugins/one-click-demo-import/inc/Helpers.php'),
(4776, '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/inc/ImportActions.php', 'wp-content/plugins/one-click-demo-import/inc/ImportActions.php'),
(4777, '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/inc/Importer.php', 'wp-content/plugins/one-click-demo-import/inc/Importer.php'),
(4778, '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/inc/Logger.php', 'wp-content/plugins/one-click-demo-import/inc/Logger.php'),
(4779, '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/inc/OneClickDemoImport.php', 'wp-content/plugins/one-click-demo-import/inc/OneClickDemoImport.php'),
(4780, '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/inc/PluginInstaller.php', 'wp-content/plugins/one-click-demo-import/inc/PluginInstaller.php'),
(4781, '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/inc/PluginInstallerSkin.php', 'wp-content/plugins/one-click-demo-import/inc/PluginInstallerSkin.php'),
(4782, '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/inc/PluginInstallerSkinSilent.php', 'wp-content/plugins/one-click-demo-import/inc/PluginInstallerSkinSilent.php'),
(4783, '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/inc/ReduxImporter.php', 'wp-content/plugins/one-click-demo-import/inc/ReduxImporter.php'),
(4784, '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/inc/ViewHelpers.php', 'wp-content/plugins/one-click-demo-import/inc/ViewHelpers.php'),
(4785, '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/inc/WPCLICommands.php', 'wp-content/plugins/one-click-demo-import/inc/WPCLICommands.php'),
(4786, '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/inc/WXRImporter.php', 'wp-content/plugins/one-click-demo-import/inc/WXRImporter.php'),
(4787, '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/inc/WidgetImporter.php', 'wp-content/plugins/one-click-demo-import/inc/WidgetImporter.php'),
(4788, '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/languages/one-click-demo-import.pot', 'wp-content/plugins/one-click-demo-import/languages/one-click-demo-import.pot'),
(4789, '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/one-click-demo-import.php', 'wp-content/plugins/one-click-demo-import/one-click-demo-import.php'),
(4790, '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/readme.txt', 'wp-content/plugins/one-click-demo-import/readme.txt'),
(4791, '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/vendor/autoload.php', 'wp-content/plugins/one-click-demo-import/vendor/autoload.php'),
(4792, '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/vendor/awesomemotive/wp-content-importer-v2/README.md', 'wp-content/plugins/one-click-demo-import/vendor/awesomemotive/wp-content-importer-v2/README.md'),
(4793, '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/vendor/awesomemotive/wp-content-importer-v2/composer.json', 'wp-content/plugins/one-click-demo-import/vendor/awesomemotive/wp-content-importer-v2/composer.json'),
(4794, '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/vendor/awesomemotive/wp-content-importer-v2/src/Importer.php', 'wp-content/plugins/one-click-demo-import/vendor/awesomemotive/wp-content-importer-v2/src/Importer.php'),
(4795, '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/vendor/awesomemotive/wp-content-importer-v2/src/WPImporterLogger.php', 'wp-content/plugins/one-click-demo-import/vendor/awesomemotive/wp-content-importer-v2/src/WPImporterLogger.php'),
(4796, '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/vendor/awesomemotive/wp-content-importer-v2/src/WPImporterLoggerCLI.php', 'wp-content/plugins/one-click-demo-import/vendor/awesomemotive/wp-content-importer-v2/src/WPImporterLoggerCLI.php'),
(4797, '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/vendor/awesomemotive/wp-content-importer-v2/src/WXRImportInfo.php', 'wp-content/plugins/one-click-demo-import/vendor/awesomemotive/wp-content-importer-v2/src/WXRImportInfo.php'),
(4798, '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/vendor/awesomemotive/wp-content-importer-v2/src/WXRImporter.php', 'wp-content/plugins/one-click-demo-import/vendor/awesomemotive/wp-content-importer-v2/src/WXRImporter.php'),
(4799, '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/vendor/composer/ClassLoader.php', 'wp-content/plugins/one-click-demo-import/vendor/composer/ClassLoader.php'),
(4800, '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/vendor/composer/LICENSE', 'wp-content/plugins/one-click-demo-import/vendor/composer/LICENSE'),
(4801, '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/vendor/composer/autoload_classmap.php', 'wp-content/plugins/one-click-demo-import/vendor/composer/autoload_classmap.php'),
(4802, '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/vendor/composer/autoload_namespaces.php', 'wp-content/plugins/one-click-demo-import/vendor/composer/autoload_namespaces.php'),
(4803, '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/vendor/composer/autoload_psr4.php', 'wp-content/plugins/one-click-demo-import/vendor/composer/autoload_psr4.php'),
(4804, '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/vendor/composer/autoload_real.php', 'wp-content/plugins/one-click-demo-import/vendor/composer/autoload_real.php'),
(4805, '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/vendor/composer/autoload_static.php', 'wp-content/plugins/one-click-demo-import/vendor/composer/autoload_static.php'),
(4806, '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/vendor/composer/installed.json', 'wp-content/plugins/one-click-demo-import/vendor/composer/installed.json'),
(4807, '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/views/create-content.php', 'wp-content/plugins/one-click-demo-import/views/create-content.php'),
(4808, '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/views/import.php', 'wp-content/plugins/one-click-demo-import/views/import.php'),
(4809, '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/views/install-plugins.php', 'wp-content/plugins/one-click-demo-import/views/install-plugins.php'),
(4810, '/home/www/iamctv.com/wp-content/plugins/one-click-demo-import/views/plugin-page.php', 'wp-content/plugins/one-click-demo-import/views/plugin-page.php'),
(4811, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/LICENSE.txt', 'wp-content/plugins/really-simple-ssl/LICENSE.txt'),
(4812, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/assets/cross.svg', 'wp-content/plugins/really-simple-ssl/assets/cross.svg'),
(4813, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/assets/css/dashboard.css', 'wp-content/plugins/really-simple-ssl/assets/css/dashboard.css'),
(4814, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/assets/css/dashboard.css.map', 'wp-content/plugins/really-simple-ssl/assets/css/dashboard.css.map'),
(4815, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/assets/css/dashboard.less', 'wp-content/plugins/really-simple-ssl/assets/css/dashboard.less'),
(4816, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/assets/css/dashboard.min.css', 'wp-content/plugins/really-simple-ssl/assets/css/dashboard.min.css'),
(4817, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/assets/css/grid.css', 'wp-content/plugins/really-simple-ssl/assets/css/grid.css'),
(4818, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/assets/css/grid.css.map', 'wp-content/plugins/really-simple-ssl/assets/css/grid.css.map'),
(4819, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/assets/css/grid.less', 'wp-content/plugins/really-simple-ssl/assets/css/grid.less'),
(4820, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/assets/css/grid.min.css', 'wp-content/plugins/really-simple-ssl/assets/css/grid.min.css'),
(4821, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/assets/css/index.php', 'wp-content/plugins/really-simple-ssl/assets/css/index.php'),
(4822, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/assets/css/main-rtl.css', 'wp-content/plugins/really-simple-ssl/assets/css/main-rtl.css'),
(4823, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/assets/css/main-rtl.min.css', 'wp-content/plugins/really-simple-ssl/assets/css/main-rtl.min.css'),
(4824, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/assets/css/main.css', 'wp-content/plugins/really-simple-ssl/assets/css/main.css'),
(4825, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/assets/css/main.css.map', 'wp-content/plugins/really-simple-ssl/assets/css/main.css.map'),
(4826, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/assets/css/main.less', 'wp-content/plugins/really-simple-ssl/assets/css/main.less'),
(4827, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/assets/css/main.min.css', 'wp-content/plugins/really-simple-ssl/assets/css/main.min.css'),
(4828, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/assets/css/progress.css', 'wp-content/plugins/really-simple-ssl/assets/css/progress.css'),
(4829, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/assets/css/progress.css.map', 'wp-content/plugins/really-simple-ssl/assets/css/progress.css.map'),
(4830, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/assets/css/progress.less', 'wp-content/plugins/really-simple-ssl/assets/css/progress.less'),
(4831, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/assets/css/progress.min.css', 'wp-content/plugins/really-simple-ssl/assets/css/progress.min.css'),
(4832, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/assets/css/tooltips.less', 'wp-content/plugins/really-simple-ssl/assets/css/tooltips.less'),
(4833, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/assets/css/variables.css', 'wp-content/plugins/really-simple-ssl/assets/css/variables.css'),
(4834, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/assets/css/variables.css.map', 'wp-content/plugins/really-simple-ssl/assets/css/variables.css.map'),
(4835, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/assets/css/variables.less', 'wp-content/plugins/really-simple-ssl/assets/css/variables.less'),
(4836, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/assets/css/variables.min.css', 'wp-content/plugins/really-simple-ssl/assets/css/variables.min.css'),
(4837, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/assets/css/wcag.css', 'wp-content/plugins/really-simple-ssl/assets/css/wcag.css'),
(4838, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/assets/css/wcag.css.map', 'wp-content/plugins/really-simple-ssl/assets/css/wcag.css.map'),
(4839, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/assets/css/wcag.less', 'wp-content/plugins/really-simple-ssl/assets/css/wcag.less'),
(4840, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/assets/css/wcag.min.css', 'wp-content/plugins/really-simple-ssl/assets/css/wcag.min.css'),
(4841, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/assets/icon-128x128.png', 'wp-content/plugins/really-simple-ssl/assets/icon-128x128.png'),
(4842, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/assets/js/scripts.js', 'wp-content/plugins/really-simple-ssl/assets/js/scripts.js'),
(4843, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/assets/js/scripts.min.js', 'wp-content/plugins/really-simple-ssl/assets/js/scripts.min.js'),
(4844, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/assets/really-simple-plugins.png', 'wp-content/plugins/really-simple-ssl/assets/really-simple-plugins.png'),
(4845, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/assets/really-simple-ssl-logo.png', 'wp-content/plugins/really-simple-ssl/assets/really-simple-ssl-logo.png'),
(4846, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/class-admin.php', 'wp-content/plugins/really-simple-ssl/class-admin.php'),
(4847, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/class-cache.php', 'wp-content/plugins/really-simple-ssl/class-cache.php'),
(4848, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/class-certificate.php', 'wp-content/plugins/really-simple-ssl/class-certificate.php'),
(4849, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/class-front-end.php', 'wp-content/plugins/really-simple-ssl/class-front-end.php'),
(4850, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/class-help.php', 'wp-content/plugins/really-simple-ssl/class-help.php'),
(4851, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/class-mixed-content-fixer.php', 'wp-content/plugins/really-simple-ssl/class-mixed-content-fixer.php'),
(4852, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/class-multisite.php', 'wp-content/plugins/really-simple-ssl/class-multisite.php'),
(4853, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/class-rsssl-wp-cli.php', 'wp-content/plugins/really-simple-ssl/class-rsssl-wp-cli.php'),
(4854, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/class-server.php', 'wp-content/plugins/really-simple-ssl/class-server.php'),
(4855, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/class-site-health.php', 'wp-content/plugins/really-simple-ssl/class-site-health.php'),
(4856, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/class-url.php', 'wp-content/plugins/really-simple-ssl/class-url.php'),
(4857, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/force-deactivate.txt', 'wp-content/plugins/really-simple-ssl/force-deactivate.txt');
INSERT INTO `iamc_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(4858, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/functions.php', 'wp-content/plugins/really-simple-ssl/functions.php'),
(4859, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/grid/css/grid-rtl.css', 'wp-content/plugins/really-simple-ssl/grid/css/grid-rtl.css'),
(4860, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/grid/css/grid-rtl.css.map', 'wp-content/plugins/really-simple-ssl/grid/css/grid-rtl.css.map'),
(4861, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/grid/css/grid-rtl.less', 'wp-content/plugins/really-simple-ssl/grid/css/grid-rtl.less'),
(4862, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/grid/css/grid-rtl.min.css', 'wp-content/plugins/really-simple-ssl/grid/css/grid-rtl.min.css'),
(4863, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/grid/css/grid.css', 'wp-content/plugins/really-simple-ssl/grid/css/grid.css'),
(4864, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/grid/css/grid.css.map', 'wp-content/plugins/really-simple-ssl/grid/css/grid.css.map'),
(4865, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/grid/css/grid.less', 'wp-content/plugins/really-simple-ssl/grid/css/grid.less'),
(4866, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/grid/css/grid.min.css', 'wp-content/plugins/really-simple-ssl/grid/css/grid.min.css'),
(4867, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/grid/templates/grid-container.php', 'wp-content/plugins/really-simple-ssl/grid/templates/grid-container.php'),
(4868, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/grid/templates/grid-element.php', 'wp-content/plugins/really-simple-ssl/grid/templates/grid-element.php'),
(4869, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/grid/templates/header.php', 'wp-content/plugins/really-simple-ssl/grid/templates/header.php'),
(4870, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/grid/templates/ms-settings.php', 'wp-content/plugins/really-simple-ssl/grid/templates/ms-settings.php'),
(4871, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/grid/templates/other-plugins.php', 'wp-content/plugins/really-simple-ssl/grid/templates/other-plugins.php'),
(4872, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/grid/templates/our-plugins-header.php', 'wp-content/plugins/really-simple-ssl/grid/templates/our-plugins-header.php'),
(4873, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/grid/templates/progress-footer.php', 'wp-content/plugins/really-simple-ssl/grid/templates/progress-footer.php'),
(4874, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/grid/templates/progress-header.php', 'wp-content/plugins/really-simple-ssl/grid/templates/progress-header.php'),
(4875, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/grid/templates/progress.php', 'wp-content/plugins/really-simple-ssl/grid/templates/progress.php'),
(4876, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/grid/templates/settings-footer.php', 'wp-content/plugins/really-simple-ssl/grid/templates/settings-footer.php'),
(4877, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/grid/templates/settings.php', 'wp-content/plugins/really-simple-ssl/grid/templates/settings.php'),
(4878, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/grid/templates/support-footer.php', 'wp-content/plugins/really-simple-ssl/grid/templates/support-footer.php'),
(4879, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/grid/templates/support.php', 'wp-content/plugins/really-simple-ssl/grid/templates/support.php'),
(4880, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/grid/templates/tips-tricks-footer.php', 'wp-content/plugins/really-simple-ssl/grid/templates/tips-tricks-footer.php'),
(4881, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/grid/templates/tips-tricks.php', 'wp-content/plugins/really-simple-ssl/grid/templates/tips-tricks.php'),
(4882, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/includes/simple-scrollbar.css', 'wp-content/plugins/really-simple-ssl/includes/simple-scrollbar.css'),
(4883, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/includes/simple-scrollbar.js', 'wp-content/plugins/really-simple-ssl/includes/simple-scrollbar.js'),
(4884, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/includes/simple-scrollbar.min.css', 'wp-content/plugins/really-simple-ssl/includes/simple-scrollbar.min.css'),
(4885, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/includes/simple-scrollbar.min.js', 'wp-content/plugins/really-simple-ssl/includes/simple-scrollbar.min.js'),
(4886, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/index.php', 'wp-content/plugins/really-simple-ssl/index.php'),
(4887, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/languages/index.php', 'wp-content/plugins/really-simple-ssl/languages/index.php'),
(4888, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/languages/really-simple-ssl.pot', 'wp-content/plugins/really-simple-ssl/languages/really-simple-ssl.pot'),
(4889, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/class-letsencrypt-handler.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/class-letsencrypt-handler.php'),
(4890, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/composer.json', 'wp-content/plugins/really-simple-ssl/lets-encrypt/composer.json'),
(4891, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/cron.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/cron.php'),
(4892, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/download.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/download.php'),
(4893, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/functions.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/functions.php'),
(4894, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/integrations/cloudways/cloudways.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/integrations/cloudways/cloudways.php'),
(4895, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/integrations/cloudways/functions.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/integrations/cloudways/functions.php'),
(4896, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/integrations/cpanel/cpanel.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/integrations/cpanel/cpanel.php'),
(4897, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/integrations/cpanel/functions.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/integrations/cpanel/functions.php'),
(4898, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/integrations/directadmin/directadmin.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/integrations/directadmin/directadmin.php'),
(4899, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/integrations/directadmin/functions.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/integrations/directadmin/functions.php'),
(4900, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/integrations/directadmin/httpsocket.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/integrations/directadmin/httpsocket.php'),
(4901, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/integrations/hostgator/hostgator.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/integrations/hostgator/hostgator.php'),
(4902, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/integrations/integrations.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/integrations/integrations.php'),
(4903, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/integrations/plesk/functions.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/integrations/plesk/functions.php'),
(4904, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/integrations/plesk/plesk.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/integrations/plesk/plesk.php'),
(4905, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/letsencrypt.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/letsencrypt.php'),
(4906, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/autoload.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/autoload.php'),
(4907, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/composer/ClassLoader.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/composer/ClassLoader.php'),
(4908, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/composer/InstalledVersions.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/composer/InstalledVersions.php'),
(4909, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/composer/LICENSE', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/composer/LICENSE'),
(4910, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/composer/autoload_classmap.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/composer/autoload_classmap.php'),
(4911, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/composer/autoload_namespaces.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/composer/autoload_namespaces.php'),
(4912, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/composer/autoload_psr4.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/composer/autoload_psr4.php'),
(4913, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/composer/autoload_real.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/composer/autoload_real.php'),
(4914, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/composer/autoload_static.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/composer/autoload_static.php'),
(4915, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/composer/installed.json', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/composer/installed.json'),
(4916, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/composer/installed.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/composer/installed.php'),
(4917, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/composer/platform_check.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/composer/platform_check.php'),
(4918, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/LICENSE.md', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/LICENSE.md'),
(4919, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/README.md', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/README.md'),
(4920, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/composer.json', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/composer.json'),
(4921, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/phpunit.xml.dist', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/phpunit.xml.dist'),
(4922, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/AbstractKeyValuable.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/AbstractKeyValuable.php'),
(4923, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Account.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Account.php'),
(4924, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Authorizer/AbstractAuthorizer.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Authorizer/AbstractAuthorizer.php'),
(4925, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Authorizer/AbstractDNSWriter.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Authorizer/AbstractDNSWriter.php'),
(4926, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Authorizer/DNS.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Authorizer/DNS.php'),
(4927, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Authorizer/HTTP.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Authorizer/HTTP.php'),
(4928, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Cache/AbstractKeyValuableCache.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Cache/AbstractKeyValuableCache.php'),
(4929, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Cache/AccountResponse.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Cache/AccountResponse.php'),
(4930, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Cache/DirectoryResponse.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Cache/DirectoryResponse.php'),
(4931, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Cache/NewNonceResponse.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Cache/NewNonceResponse.php'),
(4932, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Cache/OrderResponse.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Cache/OrderResponse.php'),
(4933, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Connector/Connector.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Connector/Connector.php'),
(4934, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Connector/RawResponse.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Connector/RawResponse.php'),
(4935, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Exception/AbstractException.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Exception/AbstractException.php'),
(4936, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Exception/AuthorizationInvalid.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Exception/AuthorizationInvalid.php'),
(4937, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Exception/DNSAuthorizationInvalid.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Exception/DNSAuthorizationInvalid.php'),
(4938, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Exception/ExpiredAuthorization.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Exception/ExpiredAuthorization.php'),
(4939, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Exception/HTTPAuthorizationInvalid.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Exception/HTTPAuthorizationInvalid.php'),
(4940, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Exception/InvalidResponse.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Exception/InvalidResponse.php'),
(4941, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Exception/OpenSSLException.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Exception/OpenSSLException.php'),
(4942, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Exception/RateLimitReached.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Exception/RateLimitReached.php'),
(4943, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Exception/StatusInvalid.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Exception/StatusInvalid.php'),
(4944, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Order.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Order.php'),
(4945, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/AbstractRequest.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/AbstractRequest.php'),
(4946, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Account/AbstractLocation.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Account/AbstractLocation.php'),
(4947, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Account/ChangeKeys.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Account/ChangeKeys.php'),
(4948, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Account/Create.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Account/Create.php'),
(4949, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Account/Deactivate.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Account/Deactivate.php'),
(4950, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Account/Get.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Account/Get.php'),
(4951, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Account/GetData.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Account/GetData.php'),
(4952, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Account/Update.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Account/Update.php'),
(4953, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Authorization/Get.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Authorization/Get.php'),
(4954, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Authorization/Start.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Authorization/Start.php'),
(4955, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/GetDirectory.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/GetDirectory.php'),
(4956, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/GetNewNonce.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/GetNewNonce.php'),
(4957, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Order/Create.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Order/Create.php'),
(4958, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Order/Finalize.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Order/Finalize.php'),
(4959, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Order/Get.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Order/Get.php'),
(4960, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Order/GetCertificate.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Order/GetCertificate.php'),
(4961, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Order/RevokeCertificate.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Request/Order/RevokeCertificate.php'),
(4962, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/AbstractResponse.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/AbstractResponse.php'),
(4963, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Account/AbstractAccount.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Account/AbstractAccount.php'),
(4964, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Account/AbstractLocation.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Account/AbstractLocation.php'),
(4965, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Account/ChangeKeys.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Account/ChangeKeys.php'),
(4966, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Account/Create.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Account/Create.php'),
(4967, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Account/Deactivate.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Account/Deactivate.php'),
(4968, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Account/Get.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Account/Get.php'),
(4969, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Account/GetData.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Account/GetData.php'),
(4970, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Account/Update.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Account/Update.php'),
(4971, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Authorization/AbstractAuthorization.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Authorization/AbstractAuthorization.php'),
(4972, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Authorization/Get.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Authorization/Get.php'),
(4973, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Authorization/Start.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Authorization/Start.php'),
(4974, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Authorization/Struct/Challenge.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Authorization/Struct/Challenge.php'),
(4975, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Authorization/Struct/Identifier.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Authorization/Struct/Identifier.php'),
(4976, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/GetDirectory.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/GetDirectory.php'),
(4977, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/GetNewNonce.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/GetNewNonce.php'),
(4978, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Order/AbstractOrder.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Order/AbstractOrder.php'),
(4979, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Order/Create.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Order/Create.php'),
(4980, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Order/Finalize.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Order/Finalize.php'),
(4981, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Order/Get.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Order/Get.php'),
(4982, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Order/GetCertificate.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Order/GetCertificate.php'),
(4983, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Order/RevokeCertificate.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Response/Order/RevokeCertificate.php'),
(4984, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/SingletonTrait.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/SingletonTrait.php'),
(4985, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Struct/CertificateBundle.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Struct/CertificateBundle.php'),
(4986, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Struct/ChallengeAuthorizationKey.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Struct/ChallengeAuthorizationKey.php'),
(4987, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Utilities/Base64.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Utilities/Base64.php'),
(4988, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Utilities/Certificate.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Utilities/Certificate.php'),
(4989, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Utilities/KeyGenerator.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Utilities/KeyGenerator.php'),
(4990, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Utilities/Logger.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Utilities/Logger.php'),
(4991, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Utilities/RequestSigner.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2/Utilities/RequestSigner.php'),
(4992, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2Tests/AbstractTest.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2Tests/AbstractTest.php'),
(4993, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2Tests/AccountTest.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2Tests/AccountTest.php'),
(4994, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2Tests/Authorizer/HTTPTest.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2Tests/Authorizer/HTTPTest.php'),
(4995, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2Tests/TestHelper.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/fbett/le_acme2/src/LE_ACME2Tests/TestHelper.php'),
(4996, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/.styleci.yml', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/.styleci.yml'),
(4997, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/.travis.yml', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/.travis.yml'),
(4998, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/Dockerfile', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/Dockerfile'),
(4999, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/LICENSE', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/LICENSE'),
(5000, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/README.md', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/README.md'),
(5001, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/composer.json', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/composer.json'),
(5002, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/docker-compose.yml', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/docker-compose.yml'),
(5003, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/phpunit-watcher.yml', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/phpunit-watcher.yml'),
(5004, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/phpunit.xml.dist', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/phpunit.xml.dist'),
(5005, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Client/Exception.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Client/Exception.php'),
(5006, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Client.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Client.php'),
(5007, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Exception.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Exception.php'),
(5008, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/InternalClient.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/InternalClient.php'),
(5009, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Operator/Certificate.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Operator/Certificate.php'),
(5010, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Operator/Dns.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Operator/Dns.php'),
(5011, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Operator/EventLog.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Operator/EventLog.php'),
(5012, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Operator/Ip.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Operator/Ip.php'),
(5013, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Operator/Locale.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Operator/Locale.php'),
(5014, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Operator/PhpHandler.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Operator/PhpHandler.php'),
(5015, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Operator/ProtectedDirectory.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Operator/ProtectedDirectory.php'),
(5016, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Operator/SecretKey.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Operator/SecretKey.php'),
(5017, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Operator/Server.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Operator/Server.php'),
(5018, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Operator/Session.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Operator/Session.php'),
(5019, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Operator/SiteAlias.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Operator/SiteAlias.php'),
(5020, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Operator.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Operator.php'),
(5021, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/Certificate/Info.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/Certificate/Info.php'),
(5022, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/Dns/Info.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/Dns/Info.php'),
(5023, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/EventLog/DetailedEvent.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/EventLog/DetailedEvent.php'),
(5024, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/EventLog/Event.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/EventLog/Event.php'),
(5025, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/Locale/Info.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/Locale/Info.php'),
(5026, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/PhpHandler/Info.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/PhpHandler/Info.php'),
(5027, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/SecretKey/Info.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/SecretKey/Info.php'),
(5028, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/Session/Info.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/Session/Info.php'),
(5029, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/Site/GeneralInfo.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/Site/GeneralInfo.php'),
(5030, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/Site/HostingInfo.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/Site/HostingInfo.php'),
(5031, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/Site/Info.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/Site/Info.php'),
(5032, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/SiteAlias/GeneralInfo.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/SiteAlias/GeneralInfo.php'),
(5033, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/SiteAlias/Info.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct/SiteAlias/Info.php'),
(5034, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/Struct.php'),
(5035, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/XmlResponse.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/src/Api/XmlResponse.php'),
(5036, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/wait-for-plesk.sh', 'wp-content/plugins/really-simple-ssl/lets-encrypt/vendor/plesk/api-php-lib/wait-for-plesk.sh'),
(5037, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/css/admin.css', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/css/admin.css'),
(5038, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/css/admin.css.map', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/css/admin.css.map'),
(5039, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/css/admin.less', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/css/admin.less'),
(5040, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/css/admin.min.css', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/css/admin.min.css'),
(5041, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/css/help.css', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/css/help.css'),
(5042, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/css/help.css.map', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/css/help.css.map'),
(5043, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/css/help.less', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/css/help.less'),
(5044, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/css/help.min.css', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/css/help.min.css'),
(5045, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/css/menu.less', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/css/menu.less'),
(5046, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/css/tooltips.css', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/css/tooltips.css'),
(5047, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/css/tooltips.css.map', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/css/tooltips.css.map'),
(5048, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/css/tooltips.less', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/css/tooltips.less'),
(5049, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/css/tooltips.min.css', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/css/tooltips.min.css'),
(5050, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/css/variables.css', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/css/variables.css'),
(5051, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/css/variables.css.map', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/css/variables.css.map'),
(5052, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/css/variables.less', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/css/variables.less'),
(5053, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/css/variables.min.css', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/css/variables.min.css'),
(5054, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/css/wizard.css', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/css/wizard.css'),
(5055, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/css/wizard.css.map', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/css/wizard.css.map'),
(5056, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/css/wizard.less', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/css/wizard.less'),
(5057, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/css/wizard.min.css', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/css/wizard.min.css'),
(5058, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/icons.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/icons.php'),
(5059, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/js/wizard.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/js/wizard.js'),
(5060, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/js/wizard.min.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/js/wizard.min.js'),
(5061, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/css/select2.css', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/css/select2.css'),
(5062, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/css/select2.min.css', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/css/select2.min.css'),
(5063, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/af.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/af.js'),
(5064, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/af.min.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/af.min.js'),
(5065, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/ar.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/ar.js'),
(5066, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/ar.min.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/ar.min.js'),
(5067, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/az.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/az.js'),
(5068, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/az.min.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/az.min.js'),
(5069, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/bg.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/bg.js'),
(5070, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/bg.min.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/bg.min.js'),
(5071, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/bs.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/bs.js'),
(5072, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/bs.min.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/bs.min.js'),
(5073, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/ca.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/ca.js'),
(5074, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/ca.min.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/ca.min.js'),
(5075, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/cs.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/cs.js'),
(5076, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/cs.min.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/cs.min.js'),
(5077, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/da.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/da.js'),
(5078, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/da.min.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/da.min.js'),
(5079, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/de.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/de.js'),
(5080, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/de.min.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/de.min.js'),
(5081, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/dsb.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/dsb.js'),
(5082, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/dsb.min.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/dsb.min.js');
INSERT INTO `iamc_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(5083, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/el.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/el.js'),
(5084, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/el.min.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/el.min.js'),
(5085, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/en.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/en.js'),
(5086, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/en.min.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/en.min.js'),
(5087, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/es.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/es.js'),
(5088, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/es.min.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/es.min.js'),
(5089, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/et.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/et.js'),
(5090, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/et.min.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/et.min.js'),
(5091, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/eu.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/eu.js'),
(5092, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/eu.min.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/eu.min.js'),
(5093, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/fa.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/fa.js'),
(5094, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/fa.min.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/fa.min.js'),
(5095, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/fi.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/fi.js'),
(5096, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/fi.min.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/fi.min.js'),
(5097, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/fr.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/fr.js'),
(5098, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/fr.min.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/fr.min.js'),
(5099, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/gl.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/gl.js'),
(5100, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/gl.min.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/gl.min.js'),
(5101, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/he.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/he.js'),
(5102, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/he.min.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/he.min.js'),
(5103, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/hi.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/hi.js'),
(5104, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/hi.min.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/hi.min.js'),
(5105, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/hr.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/hr.js'),
(5106, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/hr.min.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/hr.min.js'),
(5107, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/hsb.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/hsb.js'),
(5108, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/hsb.min.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/hsb.min.js'),
(5109, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/hu.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/hu.js'),
(5110, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/hu.min.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/hu.min.js'),
(5111, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/hy.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/hy.js'),
(5112, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/hy.min.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/hy.min.js'),
(5113, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/id.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/id.js'),
(5114, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/id.min.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/id.min.js'),
(5115, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/is.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/is.js'),
(5116, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/is.min.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/is.min.js'),
(5117, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/it.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/it.js'),
(5118, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/it.min.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/it.min.js'),
(5119, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/ja.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/ja.js'),
(5120, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/ja.min.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/ja.min.js'),
(5121, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/km.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/km.js'),
(5122, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/km.min.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/km.min.js'),
(5123, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/ko.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/ko.js'),
(5124, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/ko.min.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/ko.min.js'),
(5125, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/lt.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/lt.js'),
(5126, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/lt.min.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/lt.min.js'),
(5127, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/lv.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/lv.js'),
(5128, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/lv.min.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/lv.min.js'),
(5129, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/mk.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/mk.js'),
(5130, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/mk.min.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/mk.min.js'),
(5131, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/ms.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/ms.js'),
(5132, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/ms.min.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/ms.min.js'),
(5133, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/nb.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/nb.js'),
(5134, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/nb.min.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/nb.min.js'),
(5135, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/nl.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/nl.js'),
(5136, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/nl.min.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/nl.min.js'),
(5137, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/pl.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/pl.js'),
(5138, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/pl.min.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/pl.min.js'),
(5139, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/ps.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/ps.js'),
(5140, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/ps.min.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/ps.min.js'),
(5141, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/pt-BR.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/pt-BR.js'),
(5142, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/pt-BR.min.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/pt-BR.min.js'),
(5143, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/pt.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/pt.js'),
(5144, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/pt.min.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/pt.min.js'),
(5145, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/ro.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/ro.js'),
(5146, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/ro.min.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/ro.min.js'),
(5147, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/ru.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/ru.js'),
(5148, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/ru.min.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/ru.min.js'),
(5149, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/sk.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/sk.js'),
(5150, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/sk.min.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/sk.min.js'),
(5151, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/sl.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/sl.js'),
(5152, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/sl.min.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/sl.min.js'),
(5153, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/sr-Cyrl.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/sr-Cyrl.js'),
(5154, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/sr-Cyrl.min.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/sr-Cyrl.min.js'),
(5155, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/sr.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/sr.js'),
(5156, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/sr.min.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/sr.min.js'),
(5157, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/sv.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/sv.js'),
(5158, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/sv.min.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/sv.min.js'),
(5159, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/th.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/th.js'),
(5160, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/th.min.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/th.min.js'),
(5161, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/tk.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/tk.js'),
(5162, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/tk.min.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/tk.min.js'),
(5163, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/tr.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/tr.js'),
(5164, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/tr.min.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/tr.min.js'),
(5165, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/uk.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/uk.js'),
(5166, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/uk.min.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/uk.min.js'),
(5167, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/vi.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/vi.js'),
(5168, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/vi.min.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/vi.min.js'),
(5169, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/zh-CN.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/zh-CN.js'),
(5170, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/zh-CN.min.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/zh-CN.min.js'),
(5171, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/zh-TW.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/zh-TW.js'),
(5172, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/zh-TW.min.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/i18n/zh-TW.min.js'),
(5173, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/select2.full.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/select2.full.js'),
(5174, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/select2.full.min.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/select2.full.min.js'),
(5175, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/select2.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/select2.js'),
(5176, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/select2.min.js', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/assets/select2/js/select2.min.js'),
(5177, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/class-field.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/class-field.php'),
(5178, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/class-wizard.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/class-wizard.php'),
(5179, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/config/class-config.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/config/class-config.php'),
(5180, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/config/questions.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/config/questions.php'),
(5181, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/config/steps.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/config/steps.php'),
(5182, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/notices.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/notices.php'),
(5183, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/templates/activate.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/templates/activate.php'),
(5184, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/templates/admin_wrap.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/templates/admin_wrap.php'),
(5185, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/templates/content.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/templates/content.php'),
(5186, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/templates/directories.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/templates/directories.php'),
(5187, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/templates/dns-verification.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/templates/dns-verification.php'),
(5188, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/templates/generation.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/templates/generation.php'),
(5189, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/templates/installation.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/templates/installation.php'),
(5190, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/templates/last-step.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/templates/last-step.php'),
(5191, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/templates/menu.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/templates/menu.php'),
(5192, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/templates/other-plugins.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/templates/other-plugins.php'),
(5193, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/templates/section.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/templates/section.php'),
(5194, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/templates/step.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/templates/step.php'),
(5195, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/templates/system-status.php', 'wp-content/plugins/really-simple-ssl/lets-encrypt/wizard/templates/system-status.php'),
(5196, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/multisite-cron.php', 'wp-content/plugins/really-simple-ssl/multisite-cron.php'),
(5197, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/readme.txt', 'wp-content/plugins/really-simple-ssl/readme.txt'),
(5198, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/rlrsssl-really-simple-ssl.php', 'wp-content/plugins/really-simple-ssl/rlrsssl-really-simple-ssl.php'),
(5199, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/ssl-test-page.php', 'wp-content/plugins/really-simple-ssl/ssl-test-page.php'),
(5200, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/system-status.php', 'wp-content/plugins/really-simple-ssl/system-status.php'),
(5201, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/testssl/cloudflare/.htaccess', 'wp-content/plugins/really-simple-ssl/testssl/cloudflare/.htaccess'),
(5202, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/testssl/cloudflare/ssl-test-page.html', 'wp-content/plugins/really-simple-ssl/testssl/cloudflare/ssl-test-page.html'),
(5203, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/testssl/cloudfront/.htaccess', 'wp-content/plugins/really-simple-ssl/testssl/cloudfront/.htaccess'),
(5204, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/testssl/cloudfront/ssl-test-page.html', 'wp-content/plugins/really-simple-ssl/testssl/cloudfront/ssl-test-page.html'),
(5205, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/testssl/envhttps/.htaccess', 'wp-content/plugins/really-simple-ssl/testssl/envhttps/.htaccess'),
(5206, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/testssl/envhttps/ssl-test-page.html', 'wp-content/plugins/really-simple-ssl/testssl/envhttps/ssl-test-page.html'),
(5207, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/testssl/loadbalancer/.htaccess', 'wp-content/plugins/really-simple-ssl/testssl/loadbalancer/.htaccess'),
(5208, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/testssl/loadbalancer/ssl-test-page.html', 'wp-content/plugins/really-simple-ssl/testssl/loadbalancer/ssl-test-page.html'),
(5209, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/testssl/serverhttps1/.htaccess', 'wp-content/plugins/really-simple-ssl/testssl/serverhttps1/.htaccess'),
(5210, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/testssl/serverhttps1/ssl-test-page.html', 'wp-content/plugins/really-simple-ssl/testssl/serverhttps1/ssl-test-page.html'),
(5211, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/testssl/serverhttpson/.htaccess', 'wp-content/plugins/really-simple-ssl/testssl/serverhttpson/.htaccess'),
(5212, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/testssl/serverhttpson/ssl-test-page.html', 'wp-content/plugins/really-simple-ssl/testssl/serverhttpson/ssl-test-page.html'),
(5213, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/testssl/serverhttpxforwardedssl1/.htaccess', 'wp-content/plugins/really-simple-ssl/testssl/serverhttpxforwardedssl1/.htaccess'),
(5214, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/testssl/serverhttpxforwardedssl1/ssl-test-page.html', 'wp-content/plugins/really-simple-ssl/testssl/serverhttpxforwardedssl1/ssl-test-page.html'),
(5215, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/testssl/serverhttpxforwardedsslon/.htaccess', 'wp-content/plugins/really-simple-ssl/testssl/serverhttpxforwardedsslon/.htaccess'),
(5216, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/testssl/serverhttpxforwardedsslon/ssl-test-page.html', 'wp-content/plugins/really-simple-ssl/testssl/serverhttpxforwardedsslon/ssl-test-page.html'),
(5217, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/testssl/serverhttpxproto/.htaccess', 'wp-content/plugins/really-simple-ssl/testssl/serverhttpxproto/.htaccess'),
(5218, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/testssl/serverhttpxproto/ssl-test-page.html', 'wp-content/plugins/really-simple-ssl/testssl/serverhttpxproto/ssl-test-page.html'),
(5219, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/testssl/serverport443/.htaccess', 'wp-content/plugins/really-simple-ssl/testssl/serverport443/.htaccess'),
(5220, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/testssl/serverport443/ssl-test-page.html', 'wp-content/plugins/really-simple-ssl/testssl/serverport443/ssl-test-page.html'),
(5221, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/uninstall.php', 'wp-content/plugins/really-simple-ssl/uninstall.php'),
(5222, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/upgrade/ajax.js', 'wp-content/plugins/really-simple-ssl/upgrade/ajax.js'),
(5223, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/upgrade/ajax.min.js', 'wp-content/plugins/really-simple-ssl/upgrade/ajax.min.js'),
(5224, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/upgrade/img/burst.png', 'wp-content/plugins/really-simple-ssl/upgrade/img/burst.png'),
(5225, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/upgrade/img/complianz-gdpr.gif', 'wp-content/plugins/really-simple-ssl/upgrade/img/complianz-gdpr.gif'),
(5226, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/upgrade/img/definitions.png', 'wp-content/plugins/really-simple-ssl/upgrade/img/definitions.png'),
(5227, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/upgrade/img/really-simple-ssl.png', 'wp-content/plugins/really-simple-ssl/upgrade/img/really-simple-ssl.png'),
(5228, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/upgrade/upgrade-to-pro.css', 'wp-content/plugins/really-simple-ssl/upgrade/upgrade-to-pro.css'),
(5229, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/upgrade/upgrade-to-pro.css.map', 'wp-content/plugins/really-simple-ssl/upgrade/upgrade-to-pro.css.map'),
(5230, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/upgrade/upgrade-to-pro.js', 'wp-content/plugins/really-simple-ssl/upgrade/upgrade-to-pro.js'),
(5231, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/upgrade/upgrade-to-pro.less', 'wp-content/plugins/really-simple-ssl/upgrade/upgrade-to-pro.less'),
(5232, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/upgrade/upgrade-to-pro.min.css', 'wp-content/plugins/really-simple-ssl/upgrade/upgrade-to-pro.min.css'),
(5233, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/upgrade/upgrade-to-pro.min.js', 'wp-content/plugins/really-simple-ssl/upgrade/upgrade-to-pro.min.js'),
(5234, '/home/www/iamctv.com/wp-content/plugins/really-simple-ssl/upgrade/upgrade-to-pro.php', 'wp-content/plugins/really-simple-ssl/upgrade/upgrade-to-pro.php'),
(5235, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/LICENSE', 'wp-content/plugins/seriously-simple-podcasting/LICENSE'),
(5236, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/admin/css/admin.css', 'wp-content/plugins/seriously-simple-podcasting/assets/admin/css/admin.css'),
(5237, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/admin/css/admin.css.map', 'wp-content/plugins/seriously-simple-podcasting/assets/admin/css/admin.css.map'),
(5238, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/admin/css/admin.min.css', 'wp-content/plugins/seriously-simple-podcasting/assets/admin/css/admin.min.css'),
(5239, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/admin/img/arrow.svg', 'wp-content/plugins/seriously-simple-podcasting/assets/admin/img/arrow.svg'),
(5240, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/admin/img/checkbox-red.svg', 'wp-content/plugins/seriously-simple-podcasting/assets/admin/img/checkbox-red.svg'),
(5241, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/admin/img/checkbox.svg', 'wp-content/plugins/seriously-simple-podcasting/assets/admin/img/checkbox.svg'),
(5242, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/admin/img/hosting-arrow.svg', 'wp-content/plugins/seriously-simple-podcasting/assets/admin/img/hosting-arrow.svg'),
(5243, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/admin/img/link.svg', 'wp-content/plugins/seriously-simple-podcasting/assets/admin/img/link.svg'),
(5244, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/admin/img/logo.png', 'wp-content/plugins/seriously-simple-podcasting/assets/admin/img/logo.png'),
(5245, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/admin/img/step-active.svg', 'wp-content/plugins/seriously-simple-podcasting/assets/admin/img/step-active.svg'),
(5246, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/admin/img/step-completed.svg', 'wp-content/plugins/seriously-simple-podcasting/assets/admin/img/step-completed.svg'),
(5247, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/admin/img/step.svg', 'wp-content/plugins/seriously-simple-podcasting/assets/admin/img/step.svg'),
(5248, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/admin/img/upload.svg', 'wp-content/plugins/seriously-simple-podcasting/assets/admin/img/upload.svg'),
(5249, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/admin/img/validate.svg', 'wp-content/plugins/seriously-simple-podcasting/assets/admin/img/validate.svg'),
(5250, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/admin/img/validating.svg', 'wp-content/plugins/seriously-simple-podcasting/assets/admin/img/validating.svg'),
(5251, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/admin/js/onboarding.js', 'wp-content/plugins/seriously-simple-podcasting/assets/admin/js/onboarding.js'),
(5252, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/admin/js/onboarding.min.js', 'wp-content/plugins/seriously-simple-podcasting/assets/admin/js/onboarding.min.js'),
(5253, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/admin/scss/_admin.scss', 'wp-content/plugins/seriously-simple-podcasting/assets/admin/scss/_admin.scss'),
(5254, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/admin/scss/_onboarding.scss', 'wp-content/plugins/seriously-simple-podcasting/assets/admin/scss/_onboarding.scss'),
(5255, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/admin/scss/all.scss', 'wp-content/plugins/seriously-simple-podcasting/assets/admin/scss/all.scss'),
(5256, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/admin.min.css', 'wp-content/plugins/seriously-simple-podcasting/assets/css/admin.min.css'),
(5257, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/block-editor-styles.css', 'wp-content/plugins/seriously-simple-podcasting/assets/css/block-editor-styles.css'),
(5258, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/block-editor-styles.min.css', 'wp-content/plugins/seriously-simple-podcasting/assets/css/block-editor-styles.min.css'),
(5259, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/castos-player.css', 'wp-content/plugins/seriously-simple-podcasting/assets/css/castos-player.css'),
(5260, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/castos-player.min.css', 'wp-content/plugins/seriously-simple-podcasting/assets/css/castos-player.min.css'),
(5261, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/datepicker.css', 'wp-content/plugins/seriously-simple-podcasting/assets/css/datepicker.css'),
(5262, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/datepicker.min.css', 'wp-content/plugins/seriously-simple-podcasting/assets/css/datepicker.min.css'),
(5263, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/active-indicator.svg', 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/active-indicator.svg'),
(5264, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/acast.svg', 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/acast.svg'),
(5265, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/amazon.svg', 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/amazon.svg'),
(5266, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/anchor.svg', 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/anchor.svg'),
(5267, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/blubrry.svg', 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/blubrry.svg'),
(5268, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/breaker.svg', 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/breaker.svg'),
(5269, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/bullhorn.svg', 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/bullhorn.svg'),
(5270, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/castbox.svg', 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/castbox.svg'),
(5271, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/clammr.svg', 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/clammr.svg'),
(5272, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/deezer.svg', 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/deezer.svg'),
(5273, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/downcast.svg', 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/downcast.svg'),
(5274, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/fyyd-de.svg', 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/fyyd-de.svg'),
(5275, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/google-podcasts.svg', 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/google-podcasts.svg'),
(5276, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/himalaya-com.svg', 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/himalaya-com.svg'),
(5277, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/icon-brand-apple-podcasts-black.jpg', 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/icon-brand-apple-podcasts-black.jpg'),
(5278, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/icon-brand-apple-podcasts.svg', 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/icon-brand-apple-podcasts.svg'),
(5279, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/icon-brand-castro.svg', 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/icon-brand-castro.svg'),
(5280, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/icon-brand-facebook.svg', 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/icon-brand-facebook.svg'),
(5281, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/icon-brand-google-play-black.png', 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/icon-brand-google-play-black.png'),
(5282, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/icon-brand-google-play.png', 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/icon-brand-google-play.png'),
(5283, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/icon-brand-google-play.svg', 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/icon-brand-google-play.svg'),
(5284, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/icon-brand-google-podcast-black.png', 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/icon-brand-google-podcast-black.png'),
(5285, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/icon-brand-overcast.svg', 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/icon-brand-overcast.svg'),
(5286, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/icon-brand-pocketcasts.svg', 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/icon-brand-pocketcasts.svg'),
(5287, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/icon-brand-spotify-black.png', 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/icon-brand-spotify-black.png'),
(5288, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/icon-brand-spotify.svg', 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/icon-brand-spotify.svg'),
(5289, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/icon-brand-sticher.svg', 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/icon-brand-sticher.svg'),
(5290, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/icon-brand-stitcher-black.png', 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/icon-brand-stitcher-black.png'),
(5291, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/icon-brand-tunein.svg', 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/icon-brand-tunein.svg'),
(5292, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/icon-brand-twitter.svg', 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/icon-brand-twitter.svg'),
(5293, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/iheartradio.svg', 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/iheartradio.svg'),
(5294, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/itunes.svg', 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/itunes.svg'),
(5295, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/ivoox.svg', 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/ivoox.svg'),
(5296, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/libsyn.svg', 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/libsyn.svg'),
(5297, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/miro.svg', 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/miro.svg'),
(5298, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/mixcloud.svg', 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/mixcloud.svg'),
(5299, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/mytuner-radio.svg', 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/mytuner-radio.svg'),
(5300, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/pandora.svg', 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/pandora.svg'),
(5301, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/patreon.svg', 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/patreon.svg'),
(5302, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/player-fm.svg', 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/player-fm.svg'),
(5303, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/plex.svg', 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/plex.svg'),
(5304, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/podbay.svg', 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/podbay.svg'),
(5305, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/podbean.svg', 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/podbean.svg'),
(5306, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/podcast-addict.svg', 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/podcast-addict.svg'),
(5307, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/podchaser.svg', 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/podchaser.svg'),
(5308, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/podfan.svg', 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/podfan.svg'),
(5309, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/podkicker.svg', 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/podkicker.svg'),
(5310, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/podknife.svg', 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/podknife.svg'),
(5311, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/podtail.svg', 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/podtail.svg'),
(5312, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/radio-com.svg', 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/radio-com.svg'),
(5313, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/radio-public.svg', 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/radio-public.svg'),
(5314, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/redcircle.svg', 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/redcircle.svg'),
(5315, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/rss.svg', 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/rss.svg'),
(5316, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/rssradio.svg', 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/rssradio.svg'),
(5317, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/share.svg', 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/share.svg'),
(5318, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/soundcloud.svg', 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/soundcloud.svg'),
(5319, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/spreaker.svg', 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/spreaker.svg'),
(5320, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/the-podcast-app.svg', 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/the-podcast-app.svg'),
(5321, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/tunein.svg', 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/tunein.svg'),
(5322, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/vkontakte.svg', 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/vkontakte.svg'),
(5323, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/we-fo.svg', 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/we-fo.svg');
INSERT INTO `iamc_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(5324, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/yandex.svg', 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/yandex.svg'),
(5325, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/youtube.svg', 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/brands/youtube.svg'),
(5326, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/castos-logo-dark.svg', 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/castos-logo-dark.svg'),
(5327, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/castos-logo-light.svg', 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/castos-logo-light.svg'),
(5328, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/icon-copy.svg', 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/icon-copy.svg'),
(5329, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/icon-download.svg', 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/icon-download.svg'),
(5330, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/icon-fwd.svg', 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/icon-fwd.svg'),
(5331, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/icon-loader.svg', 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/icon-loader.svg'),
(5332, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/icon-pause.svg', 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/icon-pause.svg'),
(5333, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/icon-play.svg', 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/icon-play.svg'),
(5334, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/icon-rwd.svg', 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/icon-rwd.svg'),
(5335, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/icon-volume-off.svg', 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/icon-volume-off.svg'),
(5336, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/icon-volume-on.svg', 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/icon-volume-on.svg'),
(5337, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/logo.png', 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/logo.png'),
(5338, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/temp--cover.png', 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/temp--cover.png'),
(5339, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/ui-bg_flat_75_ffffff_40x100.png', 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/ui-bg_flat_75_ffffff_40x100.png'),
(5340, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/ui-bg_glass_55_fbf9ee_1x400.png', 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/ui-bg_glass_55_fbf9ee_1x400.png'),
(5341, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/ui-bg_glass_65_ffffff_1x400.png', 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/ui-bg_glass_65_ffffff_1x400.png'),
(5342, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/ui-bg_glass_75_dadada_1x400.png', 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/ui-bg_glass_75_dadada_1x400.png'),
(5343, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/ui-bg_glass_75_e6e6e6_1x400.png', 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/ui-bg_glass_75_e6e6e6_1x400.png'),
(5344, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/ui-bg_glass_95_fef1ec_1x400.png', 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/ui-bg_glass_95_fef1ec_1x400.png'),
(5345, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/ui-bg_highlight-soft_75_cccccc_1x100.png', 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/ui-bg_highlight-soft_75_cccccc_1x100.png'),
(5346, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/ui-icons_222222_256x240.png', 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/ui-icons_222222_256x240.png'),
(5347, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/ui-icons_2e83ff_256x240.png', 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/ui-icons_2e83ff_256x240.png'),
(5348, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/ui-icons_454545_256x240.png', 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/ui-icons_454545_256x240.png'),
(5349, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/ui-icons_888888_256x240.png', 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/ui-icons_888888_256x240.png'),
(5350, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/ui-icons_cd0a0a_256x240.png', 'wp-content/plugins/seriously-simple-podcasting/assets/css/images/ui-icons_cd0a0a_256x240.png'),
(5351, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/import-rss.css', 'wp-content/plugins/seriously-simple-podcasting/assets/css/import-rss.css'),
(5352, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/import-rss.min.css', 'wp-content/plugins/seriously-simple-podcasting/assets/css/import-rss.min.css'),
(5353, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/jquery-peekabar.css', 'wp-content/plugins/seriously-simple-podcasting/assets/css/jquery-peekabar.css'),
(5354, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/jquery-peekabar.min.css', 'wp-content/plugins/seriously-simple-podcasting/assets/css/jquery-peekabar.min.css'),
(5355, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/jquery-ui-smoothness.css', 'wp-content/plugins/seriously-simple-podcasting/assets/css/jquery-ui-smoothness.css'),
(5356, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/jquery-ui-smoothness.min.css', 'wp-content/plugins/seriously-simple-podcasting/assets/css/jquery-ui-smoothness.min.css'),
(5357, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/progressbar.css', 'wp-content/plugins/seriously-simple-podcasting/assets/css/progressbar.css'),
(5358, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/progressbar.min.css', 'wp-content/plugins/seriously-simple-podcasting/assets/css/progressbar.min.css'),
(5359, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/recent-episodes.css', 'wp-content/plugins/seriously-simple-podcasting/assets/css/recent-episodes.css'),
(5360, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/recent-episodes.min.css', 'wp-content/plugins/seriously-simple-podcasting/assets/css/recent-episodes.min.css'),
(5361, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/select2.css', 'wp-content/plugins/seriously-simple-podcasting/assets/css/select2.css'),
(5362, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/select2.min.css', 'wp-content/plugins/seriously-simple-podcasting/assets/css/select2.min.css'),
(5363, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/settings.css', 'wp-content/plugins/seriously-simple-podcasting/assets/css/settings.css'),
(5364, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/settings.min.css', 'wp-content/plugins/seriously-simple-podcasting/assets/css/settings.min.css'),
(5365, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/subscribe-buttons.css', 'wp-content/plugins/seriously-simple-podcasting/assets/css/subscribe-buttons.css'),
(5366, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/subscribe-buttons.min.css', 'wp-content/plugins/seriously-simple-podcasting/assets/css/subscribe-buttons.min.css'),
(5367, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/fonts/poppins-400-devanagari.woff2', 'wp-content/plugins/seriously-simple-podcasting/assets/fonts/poppins-400-devanagari.woff2'),
(5368, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/fonts/poppins-400-latin-ext.woff2', 'wp-content/plugins/seriously-simple-podcasting/assets/fonts/poppins-400-latin-ext.woff2'),
(5369, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/fonts/poppins-400-latin.woff2', 'wp-content/plugins/seriously-simple-podcasting/assets/fonts/poppins-400-latin.woff2'),
(5370, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/fonts/poppins-500-devanagari.woff2', 'wp-content/plugins/seriously-simple-podcasting/assets/fonts/poppins-500-devanagari.woff2'),
(5371, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/fonts/poppins-500-latin-ext.woff2', 'wp-content/plugins/seriously-simple-podcasting/assets/fonts/poppins-500-latin-ext.woff2'),
(5372, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/fonts/poppins-500-latin.woff2', 'wp-content/plugins/seriously-simple-podcasting/assets/fonts/poppins-500-latin.woff2'),
(5373, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/fonts/roboto-400-cirillic-ext.woff2', 'wp-content/plugins/seriously-simple-podcasting/assets/fonts/roboto-400-cirillic-ext.woff2'),
(5374, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/fonts/roboto-400-cirillic.woff2', 'wp-content/plugins/seriously-simple-podcasting/assets/fonts/roboto-400-cirillic.woff2'),
(5375, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/fonts/roboto-400-greek-ext.woff2', 'wp-content/plugins/seriously-simple-podcasting/assets/fonts/roboto-400-greek-ext.woff2'),
(5376, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/fonts/roboto-400-greek.woff2', 'wp-content/plugins/seriously-simple-podcasting/assets/fonts/roboto-400-greek.woff2'),
(5377, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/fonts/roboto-400-latin-ext.woff2', 'wp-content/plugins/seriously-simple-podcasting/assets/fonts/roboto-400-latin-ext.woff2'),
(5378, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/fonts/roboto-400-latin.woff2', 'wp-content/plugins/seriously-simple-podcasting/assets/fonts/roboto-400-latin.woff2'),
(5379, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/fonts/roboto-400-vietnamese.woff2', 'wp-content/plugins/seriously-simple-podcasting/assets/fonts/roboto-400-vietnamese.woff2'),
(5380, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/fonts/roboto-500-cyrillic-ext.woff2', 'wp-content/plugins/seriously-simple-podcasting/assets/fonts/roboto-500-cyrillic-ext.woff2'),
(5381, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/fonts/roboto-500-cyrillic.woff2', 'wp-content/plugins/seriously-simple-podcasting/assets/fonts/roboto-500-cyrillic.woff2'),
(5382, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/fonts/roboto-500-greek-ext.woff2', 'wp-content/plugins/seriously-simple-podcasting/assets/fonts/roboto-500-greek-ext.woff2'),
(5383, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/fonts/roboto-500-greek.woff2', 'wp-content/plugins/seriously-simple-podcasting/assets/fonts/roboto-500-greek.woff2'),
(5384, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/fonts/roboto-500-latin-ext.woff2', 'wp-content/plugins/seriously-simple-podcasting/assets/fonts/roboto-500-latin-ext.woff2'),
(5385, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/fonts/roboto-500-latin.woff2', 'wp-content/plugins/seriously-simple-podcasting/assets/fonts/roboto-500-latin.woff2'),
(5386, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/fonts/roboto-500-vietnamese.woff2', 'wp-content/plugins/seriously-simple-podcasting/assets/fonts/roboto-500-vietnamese.woff2'),
(5387, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/acast.png', 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/acast.png'),
(5388, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/amazon.png', 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/amazon.png'),
(5389, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/anchor.png', 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/anchor.png'),
(5390, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/apple-podcasts.png', 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/apple-podcasts.png'),
(5391, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/blubrry.png', 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/blubrry.png'),
(5392, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/breaker.png', 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/breaker.png'),
(5393, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/bullhorn.png', 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/bullhorn.png'),
(5394, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/castbox.png', 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/castbox.png'),
(5395, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/castro.png', 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/castro.png'),
(5396, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/clammr.png', 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/clammr.png'),
(5397, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/custom.png', 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/custom.png'),
(5398, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/deezer.png', 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/deezer.png'),
(5399, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/downcast.png', 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/downcast.png'),
(5400, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/fyyd-de.png', 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/fyyd-de.png'),
(5401, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/google-play.png', 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/google-play.png'),
(5402, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/google-podcasts.png', 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/google-podcasts.png'),
(5403, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/himalaya-com.png', 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/himalaya-com.png'),
(5404, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/iheartradio.png', 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/iheartradio.png'),
(5405, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/itunes.png', 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/itunes.png'),
(5406, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/ivoox.png', 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/ivoox.png'),
(5407, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/laughable.png', 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/laughable.png'),
(5408, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/libsyn.png', 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/libsyn.png'),
(5409, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/listen-notes.png', 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/listen-notes.png'),
(5410, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/miro.png', 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/miro.png'),
(5411, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/mixcloud.png', 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/mixcloud.png'),
(5412, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/mytuner-radio.png', 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/mytuner-radio.png'),
(5413, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/overcast.png', 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/overcast.png'),
(5414, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/owltail.png', 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/owltail.png'),
(5415, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/pandora.png', 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/pandora.png'),
(5416, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/patreon.png', 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/patreon.png'),
(5417, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/player-fm.png', 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/player-fm.png'),
(5418, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/plex.png', 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/plex.png'),
(5419, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/pocketcasts.png', 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/pocketcasts.png'),
(5420, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/podbay.png', 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/podbay.png'),
(5421, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/podbean.png', 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/podbean.png'),
(5422, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/podcast-addict.png', 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/podcast-addict.png'),
(5423, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/podcast-de.png', 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/podcast-de.png'),
(5424, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/podcast-republic.png', 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/podcast-republic.png'),
(5425, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/podchaser.png', 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/podchaser.png'),
(5426, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/podcoin.png', 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/podcoin.png'),
(5427, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/podfan.png', 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/podfan.png'),
(5428, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/podkicker.png', 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/podkicker.png'),
(5429, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/podknife.png', 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/podknife.png'),
(5430, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/podtail.png', 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/podtail.png'),
(5431, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/radio-com.png', 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/radio-com.png'),
(5432, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/radio-public.png', 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/radio-public.png'),
(5433, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/redcircle.png', 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/redcircle.png'),
(5434, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/rss.png', 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/rss.png'),
(5435, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/rssradio.png', 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/rssradio.png'),
(5436, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/soundcloud.png', 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/soundcloud.png'),
(5437, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/spotify.png', 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/spotify.png'),
(5438, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/spreaker.png', 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/spreaker.png'),
(5439, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/stitcher.png', 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/stitcher.png'),
(5440, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/the-podcast-app.png', 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/the-podcast-app.png'),
(5441, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/tunein.png', 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/tunein.png'),
(5442, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/vkontakte.png', 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/vkontakte.png'),
(5443, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/we-fo.png', 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/we-fo.png'),
(5444, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/yandex.png', 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/yandex.png'),
(5445, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/youtube.png', 'wp-content/plugins/seriously-simple-podcasting/assets/icons/subscribe/youtube.png'),
(5446, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/images/castos-icon-extension.jpg', 'wp-content/plugins/seriously-simple-podcasting/assets/images/castos-icon-extension.jpg'),
(5447, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/images/castos-player.jpg', 'wp-content/plugins/seriously-simple-podcasting/assets/images/castos-player.jpg'),
(5448, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/images/castos-plugin-settings-banner.jpg', 'wp-content/plugins/seriously-simple-podcasting/assets/images/castos-plugin-settings-banner.jpg'),
(5449, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/images/elementor.jpg', 'wp-content/plugins/seriously-simple-podcasting/assets/images/elementor.jpg'),
(5450, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/images/no-album-art.png', 'wp-content/plugins/seriously-simple-podcasting/assets/images/no-album-art.png'),
(5451, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/images/no-image.png', 'wp-content/plugins/seriously-simple-podcasting/assets/images/no-image.png'),
(5452, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/images/pmpro.jpg', 'wp-content/plugins/seriously-simple-podcasting/assets/images/pmpro.jpg'),
(5453, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/images/second-line-themes.png', 'wp-content/plugins/seriously-simple-podcasting/assets/images/second-line-themes.png'),
(5454, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/images/ssp-genesis.jpg', 'wp-content/plugins/seriously-simple-podcasting/assets/images/ssp-genesis.jpg'),
(5455, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/images/ssp-speakers.jpg', 'wp-content/plugins/seriously-simple-podcasting/assets/images/ssp-speakers.jpg'),
(5456, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/images/ssp-stats.jpg', 'wp-content/plugins/seriously-simple-podcasting/assets/images/ssp-stats.jpg'),
(5457, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/images/ssp-transcripts.jpg', 'wp-content/plugins/seriously-simple-podcasting/assets/images/ssp-transcripts.jpg'),
(5458, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/js/admin.js', 'wp-content/plugins/seriously-simple-podcasting/assets/js/admin.js'),
(5459, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/js/admin.min.js', 'wp-content/plugins/seriously-simple-podcasting/assets/js/admin.min.js'),
(5460, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/js/castos-player.js', 'wp-content/plugins/seriously-simple-podcasting/assets/js/castos-player.js'),
(5461, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/js/castos-player.min.js', 'wp-content/plugins/seriously-simple-podcasting/assets/js/castos-player.min.js'),
(5462, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/js/fileupload.js', 'wp-content/plugins/seriously-simple-podcasting/assets/js/fileupload.js'),
(5463, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/js/fileupload.min.js', 'wp-content/plugins/seriously-simple-podcasting/assets/js/fileupload.min.js'),
(5464, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/js/import.rss.js', 'wp-content/plugins/seriously-simple-podcasting/assets/js/import.rss.js'),
(5465, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/js/import.rss.min.js', 'wp-content/plugins/seriously-simple-podcasting/assets/js/import.rss.min.js'),
(5466, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/js/jquery.peekabar.js', 'wp-content/plugins/seriously-simple-podcasting/assets/js/jquery.peekabar.js'),
(5467, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/js/jquery.peekabar.min.js', 'wp-content/plugins/seriously-simple-podcasting/assets/js/jquery.peekabar.min.js'),
(5468, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/js/select2.js', 'wp-content/plugins/seriously-simple-podcasting/assets/js/select2.js'),
(5469, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/js/select2.min.js', 'wp-content/plugins/seriously-simple-podcasting/assets/js/select2.min.js'),
(5470, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/js/settings.js', 'wp-content/plugins/seriously-simple-podcasting/assets/js/settings.js'),
(5471, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/js/settings.min.js', 'wp-content/plugins/seriously-simple-podcasting/assets/js/settings.min.js'),
(5472, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/svg/castos_logo_black.svg', 'wp-content/plugins/seriously-simple-podcasting/assets/svg/castos_logo_black.svg'),
(5473, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/svg/castos_logo_white.svg', 'wp-content/plugins/seriously-simple-podcasting/assets/svg/castos_logo_white.svg'),
(5474, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/svg/ssp-collapse.svg', 'wp-content/plugins/seriously-simple-podcasting/assets/svg/ssp-collapse.svg'),
(5475, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/svg/ssp-expand.svg', 'wp-content/plugins/seriously-simple-podcasting/assets/svg/ssp-expand.svg'),
(5476, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/svg/ssp_back_30.svg', 'wp-content/plugins/seriously-simple-podcasting/assets/svg/ssp_back_30.svg'),
(5477, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/svg/ssp_download.svg', 'wp-content/plugins/seriously-simple-podcasting/assets/svg/ssp_download.svg'),
(5478, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/svg/ssp_speed.svg', 'wp-content/plugins/seriously-simple-podcasting/assets/svg/ssp_speed.svg'),
(5479, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/build/index.asset.php', 'wp-content/plugins/seriously-simple-podcasting/build/index.asset.php'),
(5480, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/build/index.js', 'wp-content/plugins/seriously-simple-podcasting/build/index.js'),
(5481, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/index.php', 'wp-content/plugins/seriously-simple-podcasting/index.php'),
(5482, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/ajax/class-ajax-handler.php', 'wp-content/plugins/seriously-simple-podcasting/php/classes/ajax/class-ajax-handler.php'),
(5483, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/controllers/class-app-controller.php', 'wp-content/plugins/seriously-simple-podcasting/php/classes/controllers/class-app-controller.php'),
(5484, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/controllers/class-controller.php', 'wp-content/plugins/seriously-simple-podcasting/php/classes/controllers/class-controller.php'),
(5485, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/controllers/class-cron-controller.php', 'wp-content/plugins/seriously-simple-podcasting/php/classes/controllers/class-cron-controller.php'),
(5486, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/controllers/class-db-migration-controller.php', 'wp-content/plugins/seriously-simple-podcasting/php/classes/controllers/class-db-migration-controller.php'),
(5487, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/controllers/class-episode-controller.php', 'wp-content/plugins/seriously-simple-podcasting/php/classes/controllers/class-episode-controller.php'),
(5488, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/controllers/class-feed-controller.php', 'wp-content/plugins/seriously-simple-podcasting/php/classes/controllers/class-feed-controller.php'),
(5489, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/controllers/class-frontend-controller.php', 'wp-content/plugins/seriously-simple-podcasting/php/classes/controllers/class-frontend-controller.php'),
(5490, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/controllers/class-onboarding-controller.php', 'wp-content/plugins/seriously-simple-podcasting/php/classes/controllers/class-onboarding-controller.php'),
(5491, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/controllers/class-options-controller.php', 'wp-content/plugins/seriously-simple-podcasting/php/classes/controllers/class-options-controller.php'),
(5492, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/controllers/class-players-controller.php', 'wp-content/plugins/seriously-simple-podcasting/php/classes/controllers/class-players-controller.php'),
(5493, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/controllers/class-podcast-post-types-controller.php', 'wp-content/plugins/seriously-simple-podcasting/php/classes/controllers/class-podcast-post-types-controller.php'),
(5494, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/controllers/class-schema-controller.php', 'wp-content/plugins/seriously-simple-podcasting/php/classes/controllers/class-schema-controller.php'),
(5495, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/controllers/class-settings-controller.php', 'wp-content/plugins/seriously-simple-podcasting/php/classes/controllers/class-settings-controller.php'),
(5496, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/controllers/class-shortcodes-controller.php', 'wp-content/plugins/seriously-simple-podcasting/php/classes/controllers/class-shortcodes-controller.php'),
(5497, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/controllers/class-widgets-controller.php', 'wp-content/plugins/seriously-simple-podcasting/php/classes/controllers/class-widgets-controller.php'),
(5498, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/handlers/class-admin-notifications-handler.php', 'wp-content/plugins/seriously-simple-podcasting/php/classes/handlers/class-admin-notifications-handler.php'),
(5499, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/handlers/class-castos-handler.php', 'wp-content/plugins/seriously-simple-podcasting/php/classes/handlers/class-castos-handler.php'),
(5500, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/handlers/class-cpt-podcast-handler.php', 'wp-content/plugins/seriously-simple-podcasting/php/classes/handlers/class-cpt-podcast-handler.php'),
(5501, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/handlers/class-feed-handler.php', 'wp-content/plugins/seriously-simple-podcasting/php/classes/handlers/class-feed-handler.php'),
(5502, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/handlers/class-images-handler.php', 'wp-content/plugins/seriously-simple-podcasting/php/classes/handlers/class-images-handler.php'),
(5503, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/handlers/class-options-handler.php', 'wp-content/plugins/seriously-simple-podcasting/php/classes/handlers/class-options-handler.php'),
(5504, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/handlers/class-podping-handler.php', 'wp-content/plugins/seriously-simple-podcasting/php/classes/handlers/class-podping-handler.php'),
(5505, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/handlers/class-roles-handler.php', 'wp-content/plugins/seriously-simple-podcasting/php/classes/handlers/class-roles-handler.php'),
(5506, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/handlers/class-series-handler.php', 'wp-content/plugins/seriously-simple-podcasting/php/classes/handlers/class-series-handler.php'),
(5507, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/handlers/class-settings-handler.php', 'wp-content/plugins/seriously-simple-podcasting/php/classes/handlers/class-settings-handler.php'),
(5508, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/handlers/class-upgrade-handler.php', 'wp-content/plugins/seriously-simple-podcasting/php/classes/handlers/class-upgrade-handler.php'),
(5509, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/handlers/class-uuid-handler.php', 'wp-content/plugins/seriously-simple-podcasting/php/classes/handlers/class-uuid-handler.php'),
(5510, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/helpers/class-log-helper.php', 'wp-content/plugins/seriously-simple-podcasting/php/classes/helpers/class-log-helper.php'),
(5511, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/importers/class-rss-importer.php', 'wp-content/plugins/seriously-simple-podcasting/php/classes/importers/class-rss-importer.php'),
(5512, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/integrations/blocks/class-castos-blocks.php', 'wp-content/plugins/seriously-simple-podcasting/php/classes/integrations/blocks/class-castos-blocks.php'),
(5513, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/integrations/class-abstract-integrator.php', 'wp-content/plugins/seriously-simple-podcasting/php/classes/integrations/class-abstract-integrator.php'),
(5514, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/integrations/elementor/class-elementor-template-importer.php', 'wp-content/plugins/seriously-simple-podcasting/php/classes/integrations/elementor/class-elementor-template-importer.php'),
(5515, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/integrations/elementor/class-elementor-widgets.php', 'wp-content/plugins/seriously-simple-podcasting/php/classes/integrations/elementor/class-elementor-widgets.php'),
(5516, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/integrations/elementor/class-settings-extender.php', 'wp-content/plugins/seriously-simple-podcasting/php/classes/integrations/elementor/class-settings-extender.php'),
(5517, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/integrations/elementor/widgets/elementor-episode-list-widget.php', 'wp-content/plugins/seriously-simple-podcasting/php/classes/integrations/elementor/widgets/elementor-episode-list-widget.php'),
(5518, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/integrations/elementor/widgets/elementor-html-player-widget.php', 'wp-content/plugins/seriously-simple-podcasting/php/classes/integrations/elementor/widgets/elementor-html-player-widget.php'),
(5519, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/integrations/elementor/widgets/elementor-media-player-widget.php', 'wp-content/plugins/seriously-simple-podcasting/php/classes/integrations/elementor/widgets/elementor-media-player-widget.php'),
(5520, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/integrations/elementor/widgets/elementor-recent-episodes-widget.php', 'wp-content/plugins/seriously-simple-podcasting/php/classes/integrations/elementor/widgets/elementor-recent-episodes-widget.php'),
(5521, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/integrations/elementor/widgets/elementor-select-episode-widget.php', 'wp-content/plugins/seriously-simple-podcasting/php/classes/integrations/elementor/widgets/elementor-select-episode-widget.php'),
(5522, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/integrations/elementor/widgets/elementor-subscribe-buttons-widget.php', 'wp-content/plugins/seriously-simple-podcasting/php/classes/integrations/elementor/widgets/elementor-subscribe-buttons-widget.php'),
(5523, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/integrations/lifterlms/class-lifterlms-integrator.php', 'wp-content/plugins/seriously-simple-podcasting/php/classes/integrations/lifterlms/class-lifterlms-integrator.php'),
(5524, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/integrations/paid-memberships-pro/class-paid-memberships-pro-integrator.php', 'wp-content/plugins/seriously-simple-podcasting/php/classes/integrations/paid-memberships-pro/class-paid-memberships-pro-integrator.php'),
(5525, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/integrations/yoast/schema/class-podcast-episode.php', 'wp-content/plugins/seriously-simple-podcasting/php/classes/integrations/yoast/schema/class-podcast-episode.php'),
(5526, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/integrations/yoast/schema/class-podcast-series.php', 'wp-content/plugins/seriously-simple-podcasting/php/classes/integrations/yoast/schema/class-podcast-series.php'),
(5527, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/renderers/class-renderer.php', 'wp-content/plugins/seriously-simple-podcasting/php/classes/renderers/class-renderer.php'),
(5528, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/renderers/class-settings-renderer.php', 'wp-content/plugins/seriously-simple-podcasting/php/classes/renderers/class-settings-renderer.php'),
(5529, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/repositories/class-episode-repository.php', 'wp-content/plugins/seriously-simple-podcasting/php/classes/repositories/class-episode-repository.php'),
(5530, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/rest/class-episodes-controller.php', 'wp-content/plugins/seriously-simple-podcasting/php/classes/rest/class-episodes-controller.php'),
(5531, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/rest/class-rest-api-controller.php', 'wp-content/plugins/seriously-simple-podcasting/php/classes/rest/class-rest-api-controller.php'),
(5532, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/shortcodes/class-player.php', 'wp-content/plugins/seriously-simple-podcasting/php/classes/shortcodes/class-player.php'),
(5533, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/shortcodes/class-podcast-episode.php', 'wp-content/plugins/seriously-simple-podcasting/php/classes/shortcodes/class-podcast-episode.php'),
(5534, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/shortcodes/class-podcast-playlist.php', 'wp-content/plugins/seriously-simple-podcasting/php/classes/shortcodes/class-podcast-playlist.php'),
(5535, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/shortcodes/class-podcast.php', 'wp-content/plugins/seriously-simple-podcasting/php/classes/shortcodes/class-podcast.php'),
(5536, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/shortcodes/interface-shortcode.php', 'wp-content/plugins/seriously-simple-podcasting/php/classes/shortcodes/interface-shortcode.php'),
(5537, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/traits/trait-elementor-widget-helper.php', 'wp-content/plugins/seriously-simple-podcasting/php/classes/traits/trait-elementor-widget-helper.php'),
(5538, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/traits/trait-singleton.php', 'wp-content/plugins/seriously-simple-podcasting/php/classes/traits/trait-singleton.php'),
(5539, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/traits/trait-useful-variables.php', 'wp-content/plugins/seriously-simple-podcasting/php/classes/traits/trait-useful-variables.php'),
(5540, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/widgets/class-castos-widget.php', 'wp-content/plugins/seriously-simple-podcasting/php/classes/widgets/class-castos-widget.php'),
(5541, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/widgets/class-playlist.php', 'wp-content/plugins/seriously-simple-podcasting/php/classes/widgets/class-playlist.php'),
(5542, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/widgets/class-recent-episodes.php', 'wp-content/plugins/seriously-simple-podcasting/php/classes/widgets/class-recent-episodes.php'),
(5543, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/widgets/class-series.php', 'wp-content/plugins/seriously-simple-podcasting/php/classes/widgets/class-series.php'),
(5544, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/classes/widgets/class-single-episode.php', 'wp-content/plugins/seriously-simple-podcasting/php/classes/widgets/class-single-episode.php'),
(5545, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/php/includes/ssp-functions.php', 'wp-content/plugins/seriously-simple-podcasting/php/includes/ssp-functions.php'),
(5546, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/readme.txt', 'wp-content/plugins/seriously-simple-podcasting/readme.txt'),
(5547, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/seriously-simple-podcasting.php', 'wp-content/plugins/seriously-simple-podcasting/seriously-simple-podcasting.php'),
(5548, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/templates/elementor/elementor-podcast-landing-page.json', 'wp-content/plugins/seriously-simple-podcasting/templates/elementor/elementor-podcast-landing-page.json'),
(5549, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/templates/elementor/elementor-podcast-single-page.json', 'wp-content/plugins/seriously-simple-podcasting/templates/elementor/elementor-podcast-single-page.json'),
(5550, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/templates/elementor/elementor-podcast-subscribe-page.json', 'wp-content/plugins/seriously-simple-podcasting/templates/elementor/elementor-podcast-subscribe-page.json'),
(5551, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/templates/episodes/all-episodes-list.php', 'wp-content/plugins/seriously-simple-podcasting/templates/episodes/all-episodes-list.php'),
(5552, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/templates/episodes/episode-list.php', 'wp-content/plugins/seriously-simple-podcasting/templates/episodes/episode-list.php'),
(5553, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/templates/episodes/recent-episodes.php', 'wp-content/plugins/seriously-simple-podcasting/templates/episodes/recent-episodes.php'),
(5554, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/templates/feed/feed-item.php', 'wp-content/plugins/seriously-simple-podcasting/templates/feed/feed-item.php'),
(5555, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/templates/feed/feed-no-access.php', 'wp-content/plugins/seriously-simple-podcasting/templates/feed/feed-no-access.php'),
(5556, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/templates/feed-podcast.php', 'wp-content/plugins/seriously-simple-podcasting/templates/feed-podcast.php'),
(5557, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/templates/feed-stylesheet.xsl', 'wp-content/plugins/seriously-simple-podcasting/templates/feed-stylesheet.xsl'),
(5558, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/templates/onboarding/step-1.php', 'wp-content/plugins/seriously-simple-podcasting/templates/onboarding/step-1.php'),
(5559, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/templates/onboarding/step-2.php', 'wp-content/plugins/seriously-simple-podcasting/templates/onboarding/step-2.php'),
(5560, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/templates/onboarding/step-3.php', 'wp-content/plugins/seriously-simple-podcasting/templates/onboarding/step-3.php'),
(5561, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/templates/onboarding/step-4.php', 'wp-content/plugins/seriously-simple-podcasting/templates/onboarding/step-4.php'),
(5562, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/templates/onboarding/step-5.php', 'wp-content/plugins/seriously-simple-podcasting/templates/onboarding/step-5.php');
INSERT INTO `iamc_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(5563, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/templates/onboarding/steps-footer.php', 'wp-content/plugins/seriously-simple-podcasting/templates/onboarding/steps-footer.php'),
(5564, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/templates/onboarding/steps-header.php', 'wp-content/plugins/seriously-simple-podcasting/templates/onboarding/steps-header.php'),
(5565, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/templates/players/castos-player.php', 'wp-content/plugins/seriously-simple-podcasting/templates/players/castos-player.php'),
(5566, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/templates/players/media-player.php', 'wp-content/plugins/seriously-simple-podcasting/templates/players/media-player.php'),
(5567, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/templates/players/playlist-compact-player.php', 'wp-content/plugins/seriously-simple-podcasting/templates/players/playlist-compact-player.php'),
(5568, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/templates/players/subscribe-buttons.php', 'wp-content/plugins/seriously-simple-podcasting/templates/players/subscribe-buttons.php'),
(5569, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/templates/settings/integrations-subtabs.php', 'wp-content/plugins/seriously-simple-podcasting/templates/settings/integrations-subtabs.php'),
(5570, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/templates/settings-sidebar.php', 'wp-content/plugins/seriously-simple-podcasting/templates/settings-sidebar.php'),
(5571, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/templates/ssp-analytics.php', 'wp-content/plugins/seriously-simple-podcasting/templates/ssp-analytics.php'),
(5572, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/templates/widget/fields/checkbox.php', 'wp-content/plugins/seriously-simple-podcasting/templates/widget/fields/checkbox.php'),
(5573, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/templates/widget/fields/number.php', 'wp-content/plugins/seriously-simple-podcasting/templates/widget/fields/number.php'),
(5574, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/templates/widget/fields/select.php', 'wp-content/plugins/seriously-simple-podcasting/templates/widget/fields/select.php'),
(5575, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/templates/widget/fields/text.php', 'wp-content/plugins/seriously-simple-podcasting/templates/widget/fields/text.php'),
(5576, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/vendor/autoload.php', 'wp-content/plugins/seriously-simple-podcasting/vendor/autoload.php'),
(5577, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/vendor/composer/ClassLoader.php', 'wp-content/plugins/seriously-simple-podcasting/vendor/composer/ClassLoader.php'),
(5578, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/vendor/composer/InstalledVersions.php', 'wp-content/plugins/seriously-simple-podcasting/vendor/composer/InstalledVersions.php'),
(5579, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/vendor/composer/LICENSE', 'wp-content/plugins/seriously-simple-podcasting/vendor/composer/LICENSE'),
(5580, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/vendor/composer/autoload_classmap.php', 'wp-content/plugins/seriously-simple-podcasting/vendor/composer/autoload_classmap.php'),
(5581, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/vendor/composer/autoload_namespaces.php', 'wp-content/plugins/seriously-simple-podcasting/vendor/composer/autoload_namespaces.php'),
(5582, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/vendor/composer/autoload_psr4.php', 'wp-content/plugins/seriously-simple-podcasting/vendor/composer/autoload_psr4.php'),
(5583, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/vendor/composer/autoload_real.php', 'wp-content/plugins/seriously-simple-podcasting/vendor/composer/autoload_real.php'),
(5584, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/vendor/composer/autoload_static.php', 'wp-content/plugins/seriously-simple-podcasting/vendor/composer/autoload_static.php'),
(5585, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/vendor/composer/installed.json', 'wp-content/plugins/seriously-simple-podcasting/vendor/composer/installed.json'),
(5586, '/home/www/iamctv.com/wp-content/plugins/seriously-simple-podcasting/vendor/composer/installed.php', 'wp-content/plugins/seriously-simple-podcasting/vendor/composer/installed.php'),
(5587, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Defines.php', 'wp-content/plugins/smart-slider-3/Defines.php'),
(5588, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Autoloader.php', 'wp-content/plugins/smart-slider-3/Nextend/Autoloader.php'),
(5589, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Acl/AbstractPlatformAcl.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Acl/AbstractPlatformAcl.php'),
(5590, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Acl/Acl.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Acl/Acl.php'),
(5591, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Acl/WordPress/WordPressAcl.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Acl/WordPress/WordPressAcl.php'),
(5592, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Api.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Api.php'),
(5593, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Application/AbstractApplication.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Application/AbstractApplication.php'),
(5594, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Application/AbstractApplicationType.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Application/AbstractApplicationType.php'),
(5595, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Asset/AbstractAsset.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Asset/AbstractAsset.php'),
(5596, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Asset/AbstractCache.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Asset/AbstractCache.php'),
(5597, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Asset/AssetManager.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Asset/AssetManager.php'),
(5598, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Asset/Css/Asset.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Asset/Css/Asset.php'),
(5599, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Asset/Css/Cache.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Asset/Css/Cache.php'),
(5600, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Asset/Css/Css.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Asset/Css/Css.php'),
(5601, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Asset/Css/Less/Asset.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Asset/Css/Less/Asset.php'),
(5602, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Asset/Css/Less/Cache.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Asset/Css/Less/Cache.php'),
(5603, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Asset/Css/Less/Formatter/Classic.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Asset/Css/Less/Formatter/Classic.php'),
(5604, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Asset/Css/Less/Formatter/Compressed.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Asset/Css/Less/Formatter/Compressed.php'),
(5605, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Asset/Css/Less/Formatter/Debug.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Asset/Css/Less/Formatter/Debug.php'),
(5606, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Asset/Css/Less/Less.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Asset/Css/Less/Less.php'),
(5607, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Asset/Css/Less/LessCompiler.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Asset/Css/Less/LessCompiler.php'),
(5608, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Asset/Css/Less/LessParser.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Asset/Css/Less/LessParser.php'),
(5609, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Asset/Fonts/Google/Asset.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Asset/Fonts/Google/Asset.php'),
(5610, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Asset/Fonts/Google/Google.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Asset/Fonts/Google/Google.php'),
(5611, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Asset/Image/Asset.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Asset/Image/Asset.php'),
(5612, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Asset/Js/Asset.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Asset/Js/Asset.php'),
(5613, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Asset/Js/Cache.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Asset/Js/Cache.php'),
(5614, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Asset/Js/Js.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Asset/Js/Js.php'),
(5615, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Asset/Predefined.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Asset/Predefined.php'),
(5616, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Browse/Block/BrowseManager/BlockBrowseManager.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Browse/Block/BrowseManager/BlockBrowseManager.php'),
(5617, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Browse/BrowseManager.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Browse/BrowseManager.php'),
(5618, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Browse/BulletProof/BulletProof.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Browse/BulletProof/BulletProof.php'),
(5619, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Browse/BulletProof/Exception.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Browse/BulletProof/Exception.php'),
(5620, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Browse/ControllerAjaxBrowse.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Browse/ControllerAjaxBrowse.php'),
(5621, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Cache/AbstractCache.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Cache/AbstractCache.php'),
(5622, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Cache/CacheGoogleFont.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Cache/CacheGoogleFont.php'),
(5623, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Cache/CacheImage.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Cache/CacheImage.php'),
(5624, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Cache/Manifest.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Cache/Manifest.php'),
(5625, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Cache/Storage/AbstractStorage.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Cache/Storage/AbstractStorage.php'),
(5626, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Cache/Storage/Database.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Cache/Storage/Database.php'),
(5627, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Cache/Storage/Filesystem.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Cache/Storage/Filesystem.php'),
(5628, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Cache/StoreImage.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Cache/StoreImage.php'),
(5629, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Cast.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Cast.php'),
(5630, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Content/AbstractPlatformContent.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Content/AbstractPlatformContent.php'),
(5631, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Content/Content.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Content/Content.php'),
(5632, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Content/ControllerAjaxContent.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Content/ControllerAjaxContent.php'),
(5633, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Content/WordPress/WordPressContent.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Content/WordPress/WordPressContent.php'),
(5634, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Controller/AbstractController.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Controller/AbstractController.php'),
(5635, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Controller/Admin/AbstractAdminController.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Controller/Admin/AbstractAdminController.php'),
(5636, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Controller/Admin/AdminAjaxController.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Controller/Admin/AdminAjaxController.php'),
(5637, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Controller/Admin/AdminVisualManagerAjaxController.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Controller/Admin/AdminVisualManagerAjaxController.php'),
(5638, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Controller/AjaxController.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Controller/AjaxController.php'),
(5639, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Data/Data.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Data/Data.php'),
(5640, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Database/AbstractPlatformConnector.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Database/AbstractPlatformConnector.php'),
(5641, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Database/AbstractPlatformConnectorTable.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Database/AbstractPlatformConnectorTable.php'),
(5642, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Database/Database.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Database/Database.php'),
(5643, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Database/WordPress/WordPressConnector.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Database/WordPress/WordPressConnector.php'),
(5644, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Database/WordPress/WordPressConnectorTable.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Database/WordPress/WordPressConnectorTable.php'),
(5645, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/FastImageSize/FastImageSize.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/FastImageSize/FastImageSize.php'),
(5646, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/FastImageSize/Type/TypeBase.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/FastImageSize/Type/TypeBase.php'),
(5647, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/FastImageSize/Type/TypeGif.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/FastImageSize/Type/TypeGif.php'),
(5648, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/FastImageSize/Type/TypeInterface.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/FastImageSize/Type/TypeInterface.php'),
(5649, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/FastImageSize/Type/TypeJpeg.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/FastImageSize/Type/TypeJpeg.php'),
(5650, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/FastImageSize/Type/TypePng.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/FastImageSize/Type/TypePng.php'),
(5651, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/FastImageSize/Type/TypeSvg.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/FastImageSize/Type/TypeSvg.php'),
(5652, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/FastImageSize/Type/TypeWebp.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/FastImageSize/Type/TypeWebp.php'),
(5653, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Filesystem/AbstractPlatformFilesystem.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Filesystem/AbstractPlatformFilesystem.php'),
(5654, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Filesystem/Filesystem.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Filesystem/Filesystem.php'),
(5655, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Filesystem/WordPress/WordPressFilesystem.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Filesystem/WordPress/WordPressFilesystem.php'),
(5656, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Font/AbstractFontSource.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Font/AbstractFontSource.php'),
(5657, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Font/Block/FontManager/BlockFontManager.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Font/Block/FontManager/BlockFontManager.php'),
(5658, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Font/Block/FontManager/Index.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Font/Block/FontManager/Index.php'),
(5659, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Font/ControllerAjaxFont.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Font/ControllerAjaxFont.php'),
(5660, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Font/FontManager.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Font/FontManager.php'),
(5661, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Font/FontParser.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Font/FontParser.php'),
(5662, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Font/FontRenderer.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Font/FontRenderer.php'),
(5663, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Font/FontSettings.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Font/FontSettings.php'),
(5664, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Font/FontSources.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Font/FontSources.php'),
(5665, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Font/FontStorage.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Font/FontStorage.php'),
(5666, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Font/FontStyle.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Font/FontStyle.php'),
(5667, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Font/ModelFont.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Font/ModelFont.php'),
(5668, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Font/Sources/GoogleFonts/GoogleFonts.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Font/Sources/GoogleFonts/GoogleFonts.php'),
(5669, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Font/Sources/GoogleFonts/families.csv', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Font/Sources/GoogleFonts/families.csv'),
(5670, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/AbstractContainer.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/AbstractContainer.php'),
(5671, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/AbstractField.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/AbstractField.php'),
(5672, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/AbstractFieldset.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/AbstractFieldset.php'),
(5673, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/AbstractFormManager.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/AbstractFormManager.php'),
(5674, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Base/PlatformFormBase.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Base/PlatformFormBase.php'),
(5675, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/ContainedInterface.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/ContainedInterface.php'),
(5676, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Container/ContainerAlternative.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Container/ContainerAlternative.php'),
(5677, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Container/ContainerRowGroup.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Container/ContainerRowGroup.php'),
(5678, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Container/ContainerSubform.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Container/ContainerSubform.php'),
(5679, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Container/ContainerTab.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Container/ContainerTab.php'),
(5680, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Container/ContainerTable.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Container/ContainerTable.php'),
(5681, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Container/LayerWindow/ContainerAnimation.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Container/LayerWindow/ContainerAnimation.php'),
(5682, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Container/LayerWindow/ContainerAnimationTab.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Container/LayerWindow/ContainerAnimationTab.php'),
(5683, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Container/LayerWindow/ContainerDesign.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Container/LayerWindow/ContainerDesign.php'),
(5684, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Container/LayerWindow/ContainerSettings.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Container/LayerWindow/ContainerSettings.php'),
(5685, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/ContainerContainedInterface.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/ContainerContainedInterface.php'),
(5686, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/ContainerGeneral.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/ContainerGeneral.php'),
(5687, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/ContainerInterface.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/ContainerInterface.php'),
(5688, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/ContainerMain.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/ContainerMain.php'),
(5689, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/AbstractChooser.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/AbstractChooser.php'),
(5690, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/AbstractChooserText.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/AbstractChooserText.php'),
(5691, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/AbstractFieldHidden.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/AbstractFieldHidden.php'),
(5692, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Breakpoint.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Breakpoint.php'),
(5693, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Button/ButtonIcon.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Button/ButtonIcon.php'),
(5694, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Button/ButtonMoreLess.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Button/ButtonMoreLess.php'),
(5695, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Button/ButtonRecordViewer.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Button/ButtonRecordViewer.php'),
(5696, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Button.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Button.php'),
(5697, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/CheckboxOnOff.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/CheckboxOnOff.php'),
(5698, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Connected.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Connected.php'),
(5699, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Decoration.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Decoration.php'),
(5700, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Devices.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Devices.php'),
(5701, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/EmptyArea.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/EmptyArea.php'),
(5702, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Font.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Font.php'),
(5703, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Gap.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Gap.php'),
(5704, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Group/GroupCheckboxOnOff.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Group/GroupCheckboxOnOff.php'),
(5705, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Grouping.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Grouping.php'),
(5706, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Hidden/HiddenFont.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Hidden/HiddenFont.php'),
(5707, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Hidden/HiddenOnOff.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Hidden/HiddenOnOff.php'),
(5708, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Hidden/HiddenStyle.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Hidden/HiddenStyle.php'),
(5709, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Hidden.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Hidden.php'),
(5710, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/IconTab.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/IconTab.php'),
(5711, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/LayerWindowFocus.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/LayerWindowFocus.php'),
(5712, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/MarginPadding.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/MarginPadding.php'),
(5713, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Message/Notice.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Message/Notice.php'),
(5714, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Message/Warning.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Message/Warning.php'),
(5715, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Message.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Message.php'),
(5716, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/MixedField/Border.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/MixedField/Border.php'),
(5717, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/MixedField/BoxShadow.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/MixedField/BoxShadow.php'),
(5718, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/MixedField/FontSize.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/MixedField/FontSize.php'),
(5719, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/MixedField/GeneratorOrder.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/MixedField/GeneratorOrder.php'),
(5720, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/MixedField/TextShadow.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/MixedField/TextShadow.php'),
(5721, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/MixedField.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/MixedField.php'),
(5722, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/OnOff.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/OnOff.php'),
(5723, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Radio/AbstractRadioIcon.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Radio/AbstractRadioIcon.php'),
(5724, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Radio/ImageList.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Radio/ImageList.php'),
(5725, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Radio/ImageListFromFolder.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Radio/ImageListFromFolder.php'),
(5726, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Radio/TextAlign.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Radio/TextAlign.php'),
(5727, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Radio.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Radio.php'),
(5728, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/RichTextarea.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/RichTextarea.php'),
(5729, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Select/Easing.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Select/Easing.php'),
(5730, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Select/FillMode.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Select/FillMode.php'),
(5731, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Select/Filter.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Select/Filter.php'),
(5732, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Select/FontWeight.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Select/FontWeight.php'),
(5733, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Select/Gradient.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Select/Gradient.php'),
(5734, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Select/LinkTarget.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Select/LinkTarget.php'),
(5735, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Select/SelectFile.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Select/SelectFile.php'),
(5736, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Select/Skin.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Select/Skin.php'),
(5737, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Select/SubFormIcon.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Select/SubFormIcon.php'),
(5738, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Select.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Select.php'),
(5739, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/SelectIcon.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/SelectIcon.php'),
(5740, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Style.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Style.php'),
(5741, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Tab.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Tab.php'),
(5742, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Text/Color.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Text/Color.php'),
(5743, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Text/Disabled.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Text/Disabled.php'),
(5744, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Text/Family.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Text/Family.php'),
(5745, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Text/FieldImage.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Text/FieldImage.php'),
(5746, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Text/FieldImageResponsive.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Text/FieldImageResponsive.php'),
(5747, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Text/Folder.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Text/Folder.php'),
(5748, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Text/HiddenText.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Text/HiddenText.php'),
(5749, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Text/Number.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Text/Number.php'),
(5750, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Text/NumberAutoComplete.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Text/NumberAutoComplete.php'),
(5751, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Text/NumberSlider.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Text/NumberSlider.php'),
(5752, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Text/TextAutoComplete.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Text/TextAutoComplete.php'),
(5753, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Text/TextMultiAutoComplete.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Text/TextMultiAutoComplete.php'),
(5754, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Text/Url.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Text/Url.php'),
(5755, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Text/Video.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Text/Video.php'),
(5756, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Text.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Text.php'),
(5757, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Textarea/TextareaInline.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Textarea/TextareaInline.php'),
(5758, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Textarea.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Textarea.php'),
(5759, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Token.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Token.php'),
(5760, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Unit.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Unit.php'),
(5761, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Upload.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Element/Upload.php'),
(5762, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Fieldset/FieldsetHidden.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Fieldset/FieldsetHidden.php'),
(5763, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Fieldset/FieldsetRow.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Fieldset/FieldsetRow.php'),
(5764, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Fieldset/FieldsetRowPlain.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Fieldset/FieldsetRowPlain.php'),
(5765, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Fieldset/FieldsetTableLabel.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Fieldset/FieldsetTableLabel.php'),
(5766, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Fieldset/FieldsetVisualSet.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Fieldset/FieldsetVisualSet.php'),
(5767, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Fieldset/LayerWindow/FieldsetDesign.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Fieldset/LayerWindow/FieldsetDesign.php'),
(5768, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Fieldset/LayerWindow/FieldsetInsideLabel.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Fieldset/LayerWindow/FieldsetInsideLabel.php'),
(5769, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Fieldset/LayerWindow/FieldsetLayerWindow.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Fieldset/LayerWindow/FieldsetLayerWindow.php'),
(5770, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Fieldset/LayerWindow/FieldsetLayerWindowLabelFields.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Fieldset/LayerWindow/FieldsetLayerWindowLabelFields.php'),
(5771, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Fieldset/LayerWindow/FieldsetLayerWindowStyleMode.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Fieldset/LayerWindow/FieldsetLayerWindowStyleMode.php'),
(5772, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Form.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Form.php'),
(5773, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/FormTabbed.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/FormTabbed.php'),
(5774, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Insert/AbstractInsert.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Insert/AbstractInsert.php'),
(5775, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Insert/InsertAfter.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Insert/InsertAfter.php'),
(5776, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Insert/InsertBefore.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/Insert/InsertBefore.php'),
(5777, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/TraitContainer.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/TraitContainer.php'),
(5778, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/TraitFieldset.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/TraitFieldset.php'),
(5779, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Form/WordPress/PlatformForm.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Form/WordPress/PlatformForm.php'),
(5780, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Framework.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Framework.php'),
(5781, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Image/AbstractPlatformImage.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Image/AbstractPlatformImage.php'),
(5782, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Image/Block/ImageManager/BlockImageManager.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Image/Block/ImageManager/BlockImageManager.php'),
(5783, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Image/Block/ImageManager/Index.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Image/Block/ImageManager/Index.php'),
(5784, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Image/ControllerAjaxImage.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Image/ControllerAjaxImage.php'),
(5785, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Image/Image.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Image/Image.php'),
(5786, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Image/ImageEdit.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Image/ImageEdit.php'),
(5787, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Image/ImageManager.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Image/ImageManager.php'),
(5788, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Image/ImageStorage.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Image/ImageStorage.php'),
(5789, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Image/ModelImage.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Image/ModelImage.php'),
(5790, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Image/WordPress/WordPressImage.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Image/WordPress/WordPressImage.php'),
(5791, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Localization/AbstractLocalization.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Localization/AbstractLocalization.php'),
(5792, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Localization/Functions.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Localization/Functions.php'),
(5793, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Localization/Localization.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Localization/Localization.php'),
(5794, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Localization/WordPress/WordPressLocalization.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Localization/WordPress/WordPressLocalization.php'),
(5795, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Misc/Base64/Decoder.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Misc/Base64/Decoder.php'),
(5796, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Misc/Base64/Encoder.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Misc/Base64/Encoder.php'),
(5797, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Misc/Base64.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Misc/Base64.php'),
(5798, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Misc/HttpClient.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Misc/HttpClient.php'),
(5799, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Misc/OAuth/HTTP.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Misc/OAuth/HTTP.php'),
(5800, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Misc/OAuth/OAuth.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Misc/OAuth/OAuth.php'),
(5801, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Misc/OAuth/oauth_configuration.json', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Misc/OAuth/oauth_configuration.json'),
(5802, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Misc/Str.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Misc/Str.php'),
(5803, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Misc/StringPhp/MultiByte.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Misc/StringPhp/MultiByte.php'),
(5804, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Misc/StringPhp/SingleByte.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Misc/StringPhp/SingleByte.php'),
(5805, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Misc/StringPhp/StringInterface.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Misc/StringPhp/StringInterface.php'),
(5806, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Misc/Zip/Creator.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Misc/Zip/Creator.php'),
(5807, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Misc/Zip/Reader/Custom.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Misc/Zip/Reader/Custom.php'),
(5808, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Misc/Zip/Reader/ZipExtension.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Misc/Zip/Reader/ZipExtension.php'),
(5809, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Misc/Zip/Reader.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Misc/Zip/Reader.php'),
(5810, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Misc/Zip/ReaderInterface.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Misc/Zip/ReaderInterface.php'),
(5811, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Misc/cacert.pem', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Misc/cacert.pem'),
(5812, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Model/AbstractModel.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Model/AbstractModel.php'),
(5813, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Model/AbstractModelTable.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Model/AbstractModelTable.php'),
(5814, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Model/ApplicationSection.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Model/ApplicationSection.php'),
(5815, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Model/Section.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Model/Section.php');
INSERT INTO `iamc_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(5816, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Model/StorageSectionManager.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Model/StorageSectionManager.php'),
(5817, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Notification/Notification.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Notification/Notification.php'),
(5818, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/PageFlow.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/PageFlow.php'),
(5819, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Parser/Color.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Parser/Color.php'),
(5820, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Parser/Common.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Parser/Common.php'),
(5821, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Parser/Link/ParserInterface.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Parser/Link/ParserInterface.php'),
(5822, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Parser/Link/ScrollTo.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Parser/Link/ScrollTo.php'),
(5823, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Parser/Link/ScrollToAlias.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Parser/Link/ScrollToAlias.php'),
(5824, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Parser/Link.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Parser/Link.php'),
(5825, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Pattern/GetAssetsPathTrait.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Pattern/GetAssetsPathTrait.php'),
(5826, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Pattern/GetPathTrait.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Pattern/GetPathTrait.php'),
(5827, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Pattern/MVCHelperTrait.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Pattern/MVCHelperTrait.php'),
(5828, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Pattern/OrderableTrait.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Pattern/OrderableTrait.php'),
(5829, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Pattern/PluggableFactoryTrait.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Pattern/PluggableFactoryTrait.php'),
(5830, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Pattern/PluggableTrait.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Pattern/PluggableTrait.php'),
(5831, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Pattern/SingletonTrait.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Pattern/SingletonTrait.php'),
(5832, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Pattern/VisualManagerTrait.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Pattern/VisualManagerTrait.php'),
(5833, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Platform/AbstractPlatform.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Platform/AbstractPlatform.php'),
(5834, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Platform/Platform.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Platform/Platform.php'),
(5835, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Platform/WordPress/PlatformWordPress.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Platform/WordPress/PlatformWordPress.php'),
(5836, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Plugin.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Plugin.php'),
(5837, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Request/Parser/AbstractRequestParser.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Request/Parser/AbstractRequestParser.php'),
(5838, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Request/Parser/JoomlaRequestParser.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Request/Parser/JoomlaRequestParser.php'),
(5839, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Request/Parser/WordPressRequestParser.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Request/Parser/WordPressRequestParser.php'),
(5840, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Request/Request.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Request/Request.php'),
(5841, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Request/Storage.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Request/Storage.php'),
(5842, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/ResourceTranslator/ResourceIdentifier.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/ResourceTranslator/ResourceIdentifier.php'),
(5843, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/ResourceTranslator/ResourceTranslator.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/ResourceTranslator/ResourceTranslator.php'),
(5844, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Response/ResponseAjax.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Response/ResponseAjax.php'),
(5845, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Router/Base/PlatformRouter.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Router/Base/PlatformRouter.php'),
(5846, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Router/Router.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Router/Router.php'),
(5847, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Router/WordPress/WordPressRouter.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Router/WordPress/WordPressRouter.php'),
(5848, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Sanitize.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Sanitize.php'),
(5849, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Session/AbstractStorage.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Session/AbstractStorage.php'),
(5850, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Session/Session.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Session/Session.php'),
(5851, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Session/WordPress/WordPressStorage.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Session/WordPress/WordPressStorage.php'),
(5852, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Settings.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Settings.php'),
(5853, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Style/Block/StyleManager/BlockStyleManager.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Style/Block/StyleManager/BlockStyleManager.php'),
(5854, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Style/Block/StyleManager/Index.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Style/Block/StyleManager/Index.php'),
(5855, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Style/ControllerAjaxStyle.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Style/ControllerAjaxStyle.php'),
(5856, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Style/ModelCss.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Style/ModelCss.php'),
(5857, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Style/ModelStyle.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Style/ModelStyle.php'),
(5858, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Style/Style.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Style/Style.php'),
(5859, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Style/StyleManager.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Style/StyleManager.php'),
(5860, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Style/StyleParser.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Style/StyleParser.php'),
(5861, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Style/StyleRenderer.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Style/StyleRenderer.php'),
(5862, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Style/StyleStorage.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Style/StyleStorage.php'),
(5863, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Translation/AbstractTranslation.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Translation/AbstractTranslation.php'),
(5864, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Translation/Translation.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Translation/Translation.php'),
(5865, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Translation/WordPress/WordPressTranslation.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Translation/WordPress/WordPressTranslation.php'),
(5866, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Url/AbstractPlatformUrl.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Url/AbstractPlatformUrl.php'),
(5867, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Url/Url.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Url/Url.php'),
(5868, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Url/UrlHelper.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Url/UrlHelper.php'),
(5869, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Url/WordPress/WordPressUrl.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Url/WordPress/WordPressUrl.php'),
(5870, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/View/AbstractBlock.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/View/AbstractBlock.php'),
(5871, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/View/AbstractLayout.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/View/AbstractLayout.php'),
(5872, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/View/AbstractView.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/View/AbstractView.php'),
(5873, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/View/AbstractViewAjax.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/View/AbstractViewAjax.php'),
(5874, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/View/Html.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/View/Html.php'),
(5875, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Visual/AbstractBlockVisual.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Visual/AbstractBlockVisual.php'),
(5876, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/Visual/ModelVisual.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/Visual/ModelVisual.php'),
(5877, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Framework/WordPress/AssetInjector.php', 'wp-content/plugins/smart-slider-3/Nextend/Framework/WordPress/AssetInjector.php'),
(5878, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Languages/de_DE.mo', 'wp-content/plugins/smart-slider-3/Nextend/Languages/de_DE.mo'),
(5879, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Languages/de_DE.po', 'wp-content/plugins/smart-slider-3/Nextend/Languages/de_DE.po'),
(5880, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Languages/es.mo', 'wp-content/plugins/smart-slider-3/Nextend/Languages/es.mo'),
(5881, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Languages/es.po', 'wp-content/plugins/smart-slider-3/Nextend/Languages/es.po'),
(5882, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Languages/fi.mo', 'wp-content/plugins/smart-slider-3/Nextend/Languages/fi.mo'),
(5883, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Languages/fi.po', 'wp-content/plugins/smart-slider-3/Nextend/Languages/fi.po'),
(5884, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Languages/fr_FR.mo', 'wp-content/plugins/smart-slider-3/Nextend/Languages/fr_FR.mo'),
(5885, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Languages/fr_FR.po', 'wp-content/plugins/smart-slider-3/Nextend/Languages/fr_FR.po'),
(5886, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Languages/hu_HU.mo', 'wp-content/plugins/smart-slider-3/Nextend/Languages/hu_HU.mo'),
(5887, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Languages/hu_HU.po', 'wp-content/plugins/smart-slider-3/Nextend/Languages/hu_HU.po'),
(5888, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Languages/it_IT.mo', 'wp-content/plugins/smart-slider-3/Nextend/Languages/it_IT.mo'),
(5889, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Languages/it_IT.po', 'wp-content/plugins/smart-slider-3/Nextend/Languages/it_IT.po'),
(5890, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Languages/ja.mo', 'wp-content/plugins/smart-slider-3/Nextend/Languages/ja.mo'),
(5891, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Languages/ja.po', 'wp-content/plugins/smart-slider-3/Nextend/Languages/ja.po'),
(5892, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Languages/nl_BE.mo', 'wp-content/plugins/smart-slider-3/Nextend/Languages/nl_BE.mo'),
(5893, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Languages/nl_BE.po', 'wp-content/plugins/smart-slider-3/Nextend/Languages/nl_BE.po'),
(5894, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Languages/nl_NL.mo', 'wp-content/plugins/smart-slider-3/Nextend/Languages/nl_NL.mo'),
(5895, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Languages/nl_NL.po', 'wp-content/plugins/smart-slider-3/Nextend/Languages/nl_NL.po'),
(5896, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Languages/pl_PL.mo', 'wp-content/plugins/smart-slider-3/Nextend/Languages/pl_PL.mo'),
(5897, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Languages/pl_PL.po', 'wp-content/plugins/smart-slider-3/Nextend/Languages/pl_PL.po'),
(5898, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Languages/pt_BR.mo', 'wp-content/plugins/smart-slider-3/Nextend/Languages/pt_BR.mo'),
(5899, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Languages/pt_BR.po', 'wp-content/plugins/smart-slider-3/Nextend/Languages/pt_BR.po'),
(5900, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Languages/ru_RU.mo', 'wp-content/plugins/smart-slider-3/Nextend/Languages/ru_RU.mo'),
(5901, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Languages/ru_RU.po', 'wp-content/plugins/smart-slider-3/Nextend/Languages/ru_RU.po'),
(5902, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Languages/smartslider3.pot', 'wp-content/plugins/smart-slider-3/Nextend/Languages/smartslider3.pot'),
(5903, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Languages/sv_SE.mo', 'wp-content/plugins/smart-slider-3/Nextend/Languages/sv_SE.mo'),
(5904, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Languages/sv_SE.po', 'wp-content/plugins/smart-slider-3/Nextend/Languages/sv_SE.po'),
(5905, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Languages/zh_CN.mo', 'wp-content/plugins/smart-slider-3/Nextend/Languages/zh_CN.mo'),
(5906, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Languages/zh_CN.po', 'wp-content/plugins/smart-slider-3/Nextend/Languages/zh_CN.po'),
(5907, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Languages/zh_TW.mo', 'wp-content/plugins/smart-slider-3/Nextend/Languages/zh_TW.mo'),
(5908, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Languages/zh_TW.po', 'wp-content/plugins/smart-slider-3/Nextend/Languages/zh_TW.po'),
(5909, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/Nextend.php', 'wp-content/plugins/smart-slider-3/Nextend/Nextend.php'),
(5910, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/AbstractControllerAdmin.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/AbstractControllerAdmin.php'),
(5911, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/ApplicationTypeAdmin.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/ApplicationTypeAdmin.php'),
(5912, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/FormManager/FormManagerSlide.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/FormManager/FormManagerSlide.php'),
(5913, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/FormManager/FormManagerSlider.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/FormManager/FormManagerSlider.php'),
(5914, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/FormManager/Slider/AbstractSliderTab.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/FormManager/Slider/AbstractSliderTab.php'),
(5915, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/FormManager/Slider/SliderAnimations.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/FormManager/Slider/SliderAnimations.php'),
(5916, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/FormManager/Slider/SliderAutoplay.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/FormManager/Slider/SliderAutoplay.php'),
(5917, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/FormManager/Slider/SliderControls.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/FormManager/Slider/SliderControls.php'),
(5918, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/FormManager/Slider/SliderDeveloper.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/FormManager/Slider/SliderDeveloper.php'),
(5919, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/FormManager/Slider/SliderGeneral.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/FormManager/Slider/SliderGeneral.php'),
(5920, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/FormManager/Slider/SliderOptimize.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/FormManager/Slider/SliderOptimize.php'),
(5921, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/FormManager/Slider/SliderSize.php'),
(5922, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/FormManager/Slider/SliderSlides.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/FormManager/Slider/SliderSlides.php'),
(5923, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Generator/ControllerAjaxGenerator.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Generator/ControllerAjaxGenerator.php'),
(5924, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Generator/ControllerGenerator.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Generator/ControllerGenerator.php'),
(5925, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Generator/Template/CreateStep1Groups.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Generator/Template/CreateStep1Groups.php'),
(5926, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Generator/Template/CreateStep2Configure.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Generator/Template/CreateStep2Configure.php'),
(5927, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Generator/Template/CreateStep3Sources.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Generator/Template/CreateStep3Sources.php'),
(5928, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Generator/Template/CreateStep4Settings.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Generator/Template/CreateStep4Settings.php'),
(5929, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Generator/Template/Edit.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Generator/Template/Edit.php'),
(5930, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Generator/ViewAjaxGeneratorRecordsTable.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Generator/ViewAjaxGeneratorRecordsTable.php'),
(5931, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Generator/ViewGeneratorCreateStep1Groups.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Generator/ViewGeneratorCreateStep1Groups.php'),
(5932, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Generator/ViewGeneratorCreateStep2Configure.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Generator/ViewGeneratorCreateStep2Configure.php'),
(5933, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Generator/ViewGeneratorCreateStep3Sources.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Generator/ViewGeneratorCreateStep3Sources.php'),
(5934, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Generator/ViewGeneratorCreateStep4Settings.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Generator/ViewGeneratorCreateStep4Settings.php'),
(5935, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Generator/ViewGeneratorEdit.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Generator/ViewGeneratorEdit.php'),
(5936, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/GoPro/BlockAlreadyPurchased/AlreadyPurchased.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/GoPro/BlockAlreadyPurchased/AlreadyPurchased.php'),
(5937, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/GoPro/BlockAlreadyPurchased/BlockAlreadyPurchased.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/GoPro/BlockAlreadyPurchased/BlockAlreadyPurchased.php'),
(5938, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/GoPro/ControllerGoPro.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/GoPro/ControllerGoPro.php'),
(5939, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/GoPro/Template/Index.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/GoPro/Template/Index.php'),
(5940, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/GoPro/ViewGoProIndex.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/GoPro/ViewGoProIndex.php'),
(5941, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Help/ControllerHelp.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Help/ControllerHelp.php'),
(5942, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Help/Template/Index.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Help/Template/Index.php'),
(5943, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Help/ViewHelpBrowserIncompatible.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Help/ViewHelpBrowserIncompatible.php'),
(5944, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Help/ViewHelpIndex.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Help/ViewHelpIndex.php'),
(5945, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/JavaScriptTranslation.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/JavaScriptTranslation.php'),
(5946, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/AbstractLayoutMenu.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/AbstractLayoutMenu.php'),
(5947, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/Admin/Admin.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/Admin/Admin.php'),
(5948, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/Admin/BlockAdmin.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/Admin/BlockAdmin.php'),
(5949, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/AdminEditor/AdminEditor.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/AdminEditor/AdminEditor.php'),
(5950, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/AdminEditor/BlockAdminEditor.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/AdminEditor/BlockAdminEditor.php'),
(5951, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/AdminEmpty/AdminEmpty.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/AdminEmpty/AdminEmpty.php'),
(5952, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/AdminEmpty/BlockAdminEmpty.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/AdminEmpty/BlockAdminEmpty.php'),
(5953, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/AdminError/AdminError.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/AdminError/AdminError.php'),
(5954, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/AdminError/BlockAdminError.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/AdminError/BlockAdminError.php'),
(5955, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/AdminIframe/AdminIframe.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/AdminIframe/AdminIframe.php'),
(5956, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/AdminIframe/BlockAdminIframe.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/AdminIframe/BlockAdminIframe.php'),
(5957, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/Banner/Banner.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/Banner/Banner.php'),
(5958, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/Banner/BlockBanner.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/Banner/BlockBanner.php'),
(5959, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/Banner/BlockBannerActivate.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/Banner/BlockBannerActivate.php'),
(5960, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/BlockBreadCrumb/BlockBreadCrumb.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/BlockBreadCrumb/BlockBreadCrumb.php'),
(5961, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/BlockBreadCrumb/BreadCrumb.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/BlockBreadCrumb/BreadCrumb.php'),
(5962, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/ContentSidebar/BlockContentSidebar.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/ContentSidebar/BlockContentSidebar.php'),
(5963, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/ContentSidebar/ContentSidebar.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/ContentSidebar/ContentSidebar.php'),
(5964, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/FreeNeedMore/BlockFreeNeedMore.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/FreeNeedMore/BlockFreeNeedMore.php'),
(5965, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/FreeNeedMore/FreeNeedMore.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/FreeNeedMore/FreeNeedMore.php'),
(5966, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/Header/BlockHeader.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/Header/BlockHeader.php'),
(5967, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/Header/Header.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/Header/Header.php'),
(5968, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/Header/MenuItem.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/Header/MenuItem.php'),
(5969, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/NavBar/BlockNavBar.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/NavBar/BlockNavBar.php'),
(5970, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/NavBar/NavBar.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/NavBar/NavBar.php'),
(5971, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/TopBarGroup/BlockTopBarGroup.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/TopBarGroup/BlockTopBarGroup.php'),
(5972, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/TopBarGroup/TopBarGroup.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/TopBarGroup/TopBarGroup.php'),
(5973, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/TopBarMain/BlockTopBarMain.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/TopBarMain/BlockTopBarMain.php'),
(5974, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/TopBarMain/TopBarMain.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/TopBarMain/TopBarMain.php'),
(5975, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/TopBarMain/TopBarMainEditor/BlockTopBarMainEditor.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/TopBarMain/TopBarMainEditor/BlockTopBarMainEditor.php'),
(5976, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/TopBarMain/TopBarMainEditor/TopBarMainEditor.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Core/TopBarMain/TopBarMainEditor/TopBarMainEditor.php'),
(5977, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardInfo/BlockDashboardInfo.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardInfo/BlockDashboardInfo.php'),
(5978, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardInfo/DashboardInfo.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardInfo/DashboardInfo.php'),
(5979, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/BlockDashboardManager.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/BlockDashboardManager.php'),
(5980, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/BlockDashboardNewsletter.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/BlockDashboardNewsletter.php'),
(5981, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/BlockDashboardReview.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/BlockDashboardReview.php'),
(5982, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/BlockDashboardUpgradePro.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/BlockDashboardUpgradePro.php'),
(5983, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardNewsletter.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardNewsletter.php'),
(5984, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardReview.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardReview.php'),
(5985, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardUpgradePro.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/Boxes/DashboardUpgradePro.php'),
(5986, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/DashboardManager.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Dashboard/DashboardManager/DashboardManager.php'),
(5987, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Forms/Button/AbstractButton.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Forms/Button/AbstractButton.php'),
(5988, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Forms/Button/AbstractButtonLabel.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Forms/Button/AbstractButtonLabel.php'),
(5989, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Forms/Button/BlockButton.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Forms/Button/BlockButton.php'),
(5990, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Forms/Button/BlockButtonApply.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Forms/Button/BlockButtonApply.php'),
(5991, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Forms/Button/BlockButtonBack.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Forms/Button/BlockButtonBack.php'),
(5992, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Forms/Button/BlockButtonCancel.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Forms/Button/BlockButtonCancel.php'),
(5993, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Forms/Button/BlockButtonDashboardInfo.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Forms/Button/BlockButtonDashboardInfo.php'),
(5994, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Forms/Button/BlockButtonIcon.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Forms/Button/BlockButtonIcon.php'),
(5995, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Forms/Button/BlockButtonIconCode.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Forms/Button/BlockButtonIconCode.php'),
(5996, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Forms/Button/BlockButtonImport.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Forms/Button/BlockButtonImport.php'),
(5997, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Forms/Button/BlockButtonPlain.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Forms/Button/BlockButtonPlain.php'),
(5998, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Forms/Button/BlockButtonPlainIcon.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Forms/Button/BlockButtonPlainIcon.php'),
(5999, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Forms/Button/BlockButtonSave.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Forms/Button/BlockButtonSave.php'),
(6000, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Forms/Button/BlockButtonSpacer.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Forms/Button/BlockButtonSpacer.php'),
(6001, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Forms/FloatingMenu/BlockFloatingMenu.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Forms/FloatingMenu/BlockFloatingMenu.php'),
(6002, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Forms/FloatingMenu/BlockFloatingMenuItem.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Forms/FloatingMenu/BlockFloatingMenuItem.php'),
(6003, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Forms/FloatingMenu/BlockFloatingMenuItemSeparator.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Forms/FloatingMenu/BlockFloatingMenuItemSeparator.php'),
(6004, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Forms/FloatingMenu/FloatingMenu.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Forms/FloatingMenu/FloatingMenu.php'),
(6005, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Generator/GeneratorBox/BlockGeneratorBox.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Generator/GeneratorBox/BlockGeneratorBox.php'),
(6006, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Generator/GeneratorBox/GeneratorBox.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Generator/GeneratorBox/GeneratorBox.php'),
(6007, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/AddLayer/AddLayer.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/AddLayer/AddLayer.php'),
(6008, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/AddLayer/BlockAddLayer.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/AddLayer/BlockAddLayer.php'),
(6009, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/EditorOverlay/BlockEditorOverlay.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/EditorOverlay/BlockEditorOverlay.php'),
(6010, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/EditorOverlay/EditorOverlay.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/EditorOverlay/EditorOverlay.php'),
(6011, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/BlockLayerWindow.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/BlockLayerWindow.php'),
(6012, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/LayerWindow.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/LayerWindow.php'),
(6013, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/AbstractLayerWindowSettings.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/AbstractLayerWindowSettings.php'),
(6014, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsColumn.php'),
(6015, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsCommon.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsCommon.php'),
(6016, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsContent.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsContent.php'),
(6017, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItem.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItem.php'),
(6018, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsItemCommon.php'),
(6019, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsRow.php'),
(6020, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Settings/LayerWindowSettingsSlide.php'),
(6021, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/AbstractTab.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/AbstractTab.php'),
(6022, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabAnimation.php'),
(6023, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabContent.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabContent.php'),
(6024, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabGoPro.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabGoPro.php'),
(6025, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabStyle.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/LayerWindow/Tab/TabStyle.php'),
(6026, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/SlideBox/BlockSlideBox.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/SlideBox/BlockSlideBox.php'),
(6027, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/SlideBox/SlideBox.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/SlideBox/SlideBox.php'),
(6028, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/ActionBar/ActionBar.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/ActionBar/ActionBar.php'),
(6029, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/ActionBar/BlockActionBar.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/ActionBar/BlockActionBar.php');
INSERT INTO `iamc_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(6030, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/AddSlide/AddSlide.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/AddSlide/AddSlide.php'),
(6031, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/AddSlide/BlockAddSlide.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/AddSlide/BlockAddSlide.php'),
(6032, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/BlockSlideManager.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/BlockSlideManager.php'),
(6033, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/SlideManager.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slide/SlideManager/SlideManager.php'),
(6034, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slider/DeviceZoom/BlockDeviceZoom.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slider/DeviceZoom/BlockDeviceZoom.php'),
(6035, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slider/DeviceZoom/DeviceZoom.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slider/DeviceZoom/DeviceZoom.php'),
(6036, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slider/SliderBox/BlockSliderBox.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slider/SliderBox/BlockSliderBox.php'),
(6037, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slider/SliderBox/SliderBox.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slider/SliderBox/SliderBox.php'),
(6038, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slider/SliderManager/ActionBar/ActionBar.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slider/SliderManager/ActionBar/ActionBar.php'),
(6039, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slider/SliderManager/ActionBar/BlockActionBar.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slider/SliderManager/ActionBar/BlockActionBar.php'),
(6040, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slider/SliderManager/BlockSliderManager.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slider/SliderManager/BlockSliderManager.php'),
(6041, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slider/SliderManager/Paginator/BlockPaginator.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slider/SliderManager/Paginator/BlockPaginator.php'),
(6042, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slider/SliderManager/Paginator/Paginator.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slider/SliderManager/Paginator/Paginator.php'),
(6043, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slider/SliderManager/SliderManager.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slider/SliderManager/SliderManager.php'),
(6044, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slider/SliderPublish/BlockPublishSlider.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slider/SliderPublish/BlockPublishSlider.php'),
(6045, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slider/SliderPublish/Common.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slider/SliderPublish/Common.php'),
(6046, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slider/SliderPublish/WordPress.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slider/SliderPublish/WordPress.php'),
(6047, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slider/SliderTrash/BlockSliderTrash.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slider/SliderTrash/BlockSliderTrash.php'),
(6048, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slider/SliderTrash/BlockSliderTrashBox.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slider/SliderTrash/BlockSliderTrashBox.php'),
(6049, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slider/SliderTrash/SliderTrash.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slider/SliderTrash/SliderTrash.php'),
(6050, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slider/SliderTrash/SliderTrashBox.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Slider/SliderTrash/SliderTrashBox.php'),
(6051, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Helper/Breadcrumb.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Helper/Breadcrumb.php'),
(6052, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Helper/MenuItem.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Helper/MenuItem.php'),
(6053, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/LayoutDefault.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/LayoutDefault.php'),
(6054, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/LayoutDefaultSidebar.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/LayoutDefaultSidebar.php'),
(6055, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/LayoutEditor.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/LayoutEditor.php'),
(6056, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/LayoutEmpty.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/LayoutEmpty.php'),
(6057, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/LayoutError.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/LayoutError.php'),
(6058, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/LayoutIframe.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/LayoutIframe.php'),
(6059, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Preview/Block/PreviewToolbar/BlockPreviewToolbar.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Preview/Block/PreviewToolbar/BlockPreviewToolbar.php'),
(6060, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Preview/Block/PreviewToolbar/PreviewToolbar.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Preview/Block/PreviewToolbar/PreviewToolbar.php'),
(6061, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Preview/ControllerPreview.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Preview/ControllerPreview.php'),
(6062, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Preview/Template/Full.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Preview/Template/Full.php'),
(6063, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Preview/Template/Index.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Preview/Template/Index.php'),
(6064, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Preview/ViewPreviewFull.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Preview/ViewPreviewFull.php'),
(6065, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Preview/ViewPreviewIndex.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Preview/ViewPreviewIndex.php'),
(6066, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Settings/AbstractViewSettings.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Settings/AbstractViewSettings.php'),
(6067, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Settings/ControllerAjaxSettings.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Settings/ControllerAjaxSettings.php'),
(6068, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Settings/ControllerSettings.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Settings/ControllerSettings.php'),
(6069, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Settings/Template/ClearCache.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Settings/Template/ClearCache.php'),
(6070, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Settings/Template/Fonts.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Settings/Template/Fonts.php'),
(6071, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Settings/Template/Framework.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Settings/Template/Framework.php'),
(6072, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Settings/Template/General.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Settings/Template/General.php'),
(6073, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Settings/Template/GeneratorConfigure.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Settings/Template/GeneratorConfigure.php'),
(6074, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Settings/Template/ItemDefaults.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Settings/Template/ItemDefaults.php'),
(6075, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Settings/ViewGeneratorConfigure.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Settings/ViewGeneratorConfigure.php'),
(6076, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Settings/ViewSettingsClearCache.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Settings/ViewSettingsClearCache.php'),
(6077, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Settings/ViewSettingsFonts.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Settings/ViewSettingsFonts.php'),
(6078, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Settings/ViewSettingsFramework.php'),
(6079, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Settings/ViewSettingsGeneral.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Settings/ViewSettingsGeneral.php'),
(6080, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Settings/ViewSettingsItemDefaults.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Settings/ViewSettingsItemDefaults.php'),
(6081, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Slider/ControllerAjaxSlider.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Slider/ControllerAjaxSlider.php'),
(6082, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Slider/ControllerSlider.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Slider/ControllerSlider.php'),
(6083, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Slider/Template/AjaxSliderBox.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Slider/Template/AjaxSliderBox.php'),
(6084, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Slider/Template/Edit.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Slider/Template/Edit.php'),
(6085, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Slider/Template/SimpleEdit.php'),
(6086, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Slider/Template/SimpleEditAddSlide.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Slider/Template/SimpleEditAddSlide.php'),
(6087, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Slider/ViewAjaxSliderBox.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Slider/ViewAjaxSliderBox.php'),
(6088, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Slider/ViewSliderEdit.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Slider/ViewSliderEdit.php'),
(6089, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Slider/ViewSliderSimpleEdit.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Slider/ViewSliderSimpleEdit.php'),
(6090, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Slider/ViewSliderSimpleEditAddSlide.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Slider/ViewSliderSimpleEditAddSlide.php'),
(6091, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Sliders/ControllerAjaxSliders.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Sliders/ControllerAjaxSliders.php'),
(6092, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Sliders/ControllerSliders.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Sliders/ControllerSliders.php'),
(6093, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Sliders/Template/GettingStarted.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Sliders/Template/GettingStarted.php'),
(6094, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Sliders/Template/Import.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Sliders/Template/Import.php'),
(6095, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Sliders/ViewSlidersGettingStarted.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Sliders/ViewSlidersGettingStarted.php'),
(6096, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Sliders/ViewSlidersImport.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Sliders/ViewSlidersImport.php'),
(6097, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Sliders/ViewSlidersIndex.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Sliders/ViewSlidersIndex.php'),
(6098, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Sliders/ViewSlidersTrash.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Sliders/ViewSlidersTrash.php'),
(6099, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Slides/ControllerAjaxSlides.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Slides/ControllerAjaxSlides.php'),
(6100, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Slides/ControllerSlides.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Slides/ControllerSlides.php'),
(6101, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Slides/Template/AjaxSlideBox.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Slides/Template/AjaxSlideBox.php'),
(6102, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Slides/Template/Edit.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Slides/Template/Edit.php'),
(6103, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Slides/ViewAjaxSlideBox.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Slides/ViewAjaxSlideBox.php'),
(6104, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Slides/ViewSlidesEdit.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Slides/ViewSlidesEdit.php'),
(6105, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/TraitAdminUrl.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/TraitAdminUrl.php'),
(6106, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Update/ControllerUpdate.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Update/ControllerUpdate.php'),
(6107, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Visuals/ControllerAjaxCss.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Visuals/ControllerAjaxCss.php'),
(6108, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/ApplicationSmartSlider3.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/ApplicationSmartSlider3.php'),
(6109, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Frontend/ApplicationTypeFrontend.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Frontend/ApplicationTypeFrontend.php'),
(6110, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Frontend/Slider/ControllerPreRenderSlider.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Frontend/Slider/ControllerPreRenderSlider.php'),
(6111, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Frontend/Slider/ControllerSlider.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Frontend/Slider/ControllerSlider.php'),
(6112, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Frontend/Slider/Template/Iframe.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Frontend/Slider/Template/Iframe.php'),
(6113, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Frontend/Slider/ViewDisplay.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Frontend/Slider/ViewDisplay.php'),
(6114, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Frontend/Slider/ViewIframe.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Frontend/Slider/ViewIframe.php'),
(6115, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Helper/HelperSliderChanged.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Helper/HelperSliderChanged.php'),
(6116, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Model/ModelGenerator.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Model/ModelGenerator.php'),
(6117, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Model/ModelLicense.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Model/ModelLicense.php'),
(6118, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Model/ModelSettings.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Model/ModelSettings.php'),
(6119, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Model/ModelSliders.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Model/ModelSliders.php'),
(6120, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Model/ModelSlidersXRef.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Model/ModelSlidersXRef.php'),
(6121, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Model/ModelSlides.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Model/ModelSlides.php'),
(6122, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/BackgroundAnimation/BackgroundAnimationManager.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/BackgroundAnimation/BackgroundAnimationManager.php'),
(6123, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/BackgroundAnimation/BackgroundAnimationStorage.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/BackgroundAnimation/BackgroundAnimationStorage.php'),
(6124, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/BackgroundAnimation/Block/BackgroundAnimationManager/BlockBackgroundAnimationManager.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/BackgroundAnimation/Block/BackgroundAnimationManager/BlockBackgroundAnimationManager.php'),
(6125, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/BackgroundAnimation/Block/BackgroundAnimationManager/Index.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/BackgroundAnimation/Block/BackgroundAnimationManager/Index.php'),
(6126, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/BackgroundAnimation/ControllerAjaxBackgroundAnimation.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/BackgroundAnimation/ControllerAjaxBackgroundAnimation.php'),
(6127, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/BackgroundAnimation/ModelBackgroundAnimation.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/BackgroundAnimation/ModelBackgroundAnimation.php'),
(6128, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/BackupSlider/BackupData.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/BackupSlider/BackupData.php'),
(6129, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/BackupSlider/ExportSlider.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/BackupSlider/ExportSlider.php'),
(6130, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/BackupSlider/ImportSlider.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/BackupSlider/ImportSlider.php'),
(6131, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Conflict/Conflict.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Conflict/Conflict.php'),
(6132, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Conflict/WordPress/WordPressConflict.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Conflict/WordPress/WordPressConflict.php'),
(6133, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Form/Element/BackgroundAnimation.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Form/Element/BackgroundAnimation.php'),
(6134, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Form/Element/BackgroundImage.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Form/Element/BackgroundImage.php'),
(6135, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Form/Element/Columns.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Form/Element/Columns.php'),
(6136, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Form/Element/ControlTypePicker.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Form/Element/ControlTypePicker.php'),
(6137, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Form/Element/DatePicker.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Form/Element/DatePicker.php'),
(6138, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Form/Element/Group/WidgetPosition.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Form/Element/Group/WidgetPosition.php'),
(6139, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Form/Element/PublishSlider.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Form/Element/PublishSlider.php'),
(6140, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Form/Element/Radio/FlexAlign.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Form/Element/Radio/FlexAlign.php'),
(6141, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Form/Element/Radio/HorizontalAlign.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Form/Element/Radio/HorizontalAlign.php'),
(6142, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Form/Element/Radio/InnerAlign.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Form/Element/Radio/InnerAlign.php'),
(6143, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Form/Element/Radio/VerticalAlign.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Form/Element/Radio/VerticalAlign.php'),
(6144, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Form/Element/Select/ResponsiveSubFormIcon.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Form/Element/Select/ResponsiveSubFormIcon.php'),
(6145, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Form/Element/WidgetArea.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Form/Element/WidgetArea.php'),
(6146, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Generator/AbstractGenerator.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Generator/AbstractGenerator.php'),
(6147, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Generator/AbstractGeneratorGroup.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Generator/AbstractGeneratorGroup.php'),
(6148, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Generator/AbstractGeneratorGroupConfiguration.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Generator/AbstractGeneratorGroupConfiguration.php'),
(6149, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Generator/AbstractGeneratorLoader.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Generator/AbstractGeneratorLoader.php'),
(6150, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Generator/Common/GeneratorCommonLoader.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Generator/Common/GeneratorCommonLoader.php'),
(6151, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Generator/Generator.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Generator/Generator.php'),
(6152, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Generator/GeneratorFactory.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Generator/GeneratorFactory.php'),
(6153, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Generator/WordPress/GeneratorWordPressLoader.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Generator/WordPress/GeneratorWordPressLoader.php'),
(6154, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Generator/WordPress/Posts/Elements/PostsAllTaxonomies.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Generator/WordPress/Posts/Elements/PostsAllTaxonomies.php'),
(6155, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Generator/WordPress/Posts/Elements/PostsCategories.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Generator/WordPress/Posts/Elements/PostsCategories.php'),
(6156, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Generator/WordPress/Posts/Elements/PostsCustomFields.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Generator/WordPress/Posts/Elements/PostsCustomFields.php'),
(6157, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Generator/WordPress/Posts/Elements/PostsMetaKeys.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Generator/WordPress/Posts/Elements/PostsMetaKeys.php'),
(6158, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Generator/WordPress/Posts/Elements/PostsOptions.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Generator/WordPress/Posts/Elements/PostsOptions.php'),
(6159, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Generator/WordPress/Posts/Elements/PostsPostTypes.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Generator/WordPress/Posts/Elements/PostsPostTypes.php'),
(6160, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Generator/WordPress/Posts/Elements/PostsTags.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Generator/WordPress/Posts/Elements/PostsTags.php'),
(6161, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Generator/WordPress/Posts/Elements/PostsTaxonomies.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Generator/WordPress/Posts/Elements/PostsTaxonomies.php'),
(6162, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Generator/WordPress/Posts/GeneratorGroupPosts.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Generator/WordPress/Posts/GeneratorGroupPosts.php'),
(6163, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Generator/WordPress/Posts/Sources/PostsAllCustomPosts.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Generator/WordPress/Posts/Sources/PostsAllCustomPosts.php'),
(6164, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Generator/WordPress/Posts/Sources/PostsCustomPosts.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Generator/WordPress/Posts/Sources/PostsCustomPosts.php'),
(6165, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Generator/WordPress/Posts/Sources/PostsPosts.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Generator/WordPress/Posts/Sources/PostsPosts.php'),
(6166, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Generator/WordPress/Posts/Sources/PostsPostsByIDs.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Generator/WordPress/Posts/Sources/PostsPostsByIDs.php'),
(6167, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Install/Install.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Install/Install.php'),
(6168, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Install/Tables.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Install/Tables.php'),
(6169, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Install/WordPress/InstallWordPress.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Install/WordPress/InstallWordPress.php'),
(6170, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Parser/Link/NextSlide.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Parser/Link/NextSlide.php'),
(6171, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Parser/Link/PreviousSlide.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Parser/Link/PreviousSlide.php'),
(6172, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Parser/Link/SlideEvent.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Parser/Link/SlideEvent.php'),
(6173, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Parser/Link/ToSlide.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Parser/Link/ToSlide.php'),
(6174, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Parser/Link/ToSlideID.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Parser/Link/ToSlideID.php'),
(6175, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/AbstractSmartSlider3Platform.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/AbstractSmartSlider3Platform.php'),
(6176, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/SmartSlider3Platform.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/SmartSlider3Platform.php'),
(6177, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Admin/AdminHelper.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Admin/AdminHelper.php'),
(6178, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Admin/free/notice.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Admin/free/notice.php'),
(6179, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Compatibility.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Compatibility.php'),
(6180, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/HelperInstall.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/HelperInstall.php'),
(6181, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/HelperTinyMCE.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/HelperTinyMCE.php'),
(6182, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/ACF/ACF.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/ACF/ACF.php'),
(6183, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/ACF/AcfFieldSmartSlider3.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/ACF/AcfFieldSmartSlider3.php'),
(6184, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/BeaverBuilder/BeaverBuilder.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/BeaverBuilder/BeaverBuilder.php'),
(6185, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/BeaverBuilder/SmartSlider3.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/BeaverBuilder/SmartSlider3.php'),
(6186, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/BeaverBuilder/SmartSlider3Legacy.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/BeaverBuilder/SmartSlider3Legacy.php'),
(6187, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/BeaverBuilder/icon.svg', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/BeaverBuilder/icon.svg'),
(6188, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/BeaverBuilder/includes/frontend.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/BeaverBuilder/includes/frontend.php'),
(6189, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/BoldGrid/BoldGrid.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/BoldGrid/BoldGrid.php'),
(6190, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Brizy/Brizy.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Brizy/Brizy.php'),
(6191, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Divi/Divi.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Divi/Divi.php'),
(6192, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Divi/V31ge/DiviExtensionSmartSlider3.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Divi/V31ge/DiviExtensionSmartSlider3.php'),
(6193, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Divi/V31ge/asset-manifest.json', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Divi/V31ge/asset-manifest.json'),
(6194, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Divi/V31ge/includes/modules/SmartSlider3/SmartSlider3.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Divi/V31ge/includes/modules/SmartSlider3/SmartSlider3.php'),
(6195, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Divi/V31ge/includes/modules/SmartSlider3FullWidth/SmartSlider3FullWidth.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Divi/V31ge/includes/modules/SmartSlider3FullWidth/SmartSlider3FullWidth.php'),
(6196, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Divi/V31ge/loader.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Divi/V31ge/loader.php'),
(6197, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Divi/V31ge/package.json', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Divi/V31ge/package.json'),
(6198, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Divi/V31ge/readme.txt', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Divi/V31ge/readme.txt'),
(6199, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Divi/V31ge/scripts/builder-bundle.min.js', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Divi/V31ge/scripts/builder-bundle.min.js'),
(6200, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Divi/V31ge/scripts/frontend-bundle.min.js', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Divi/V31ge/scripts/frontend-bundle.min.js'),
(6201, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Divi/V31ge/styles/admin/style.min.css', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Divi/V31ge/styles/admin/style.min.css'),
(6202, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Divi/V31ge/styles/style-dbp.min.css', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Divi/V31ge/styles/style-dbp.min.css'),
(6203, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Divi/V31ge/styles/style.min.css', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Divi/V31ge/styles/style.min.css'),
(6204, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Divi/V31lt/DiviModuleSmartSlider.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Divi/V31lt/DiviModuleSmartSlider.php'),
(6205, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Divi/V31lt/DiviModuleSmartSliderFullwidth.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Divi/V31lt/DiviModuleSmartSliderFullwidth.php'),
(6206, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Divi/V31lt/DiviV31lt.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Divi/V31lt/DiviV31lt.php'),
(6207, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Elementor/AbstractControl.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Elementor/AbstractControl.php'),
(6208, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Elementor/Elementor.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Elementor/Elementor.php'),
(6209, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Elementor/ElementorControlSmartSlider.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Elementor/ElementorControlSmartSlider.php'),
(6210, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Elementor/ElementorWidgetSmartSlider.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Elementor/ElementorWidgetSmartSlider.php'),
(6211, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Elementor/ElementorWidgetSmartSlider290.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Elementor/ElementorWidgetSmartSlider290.php'),
(6212, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Elementor/ElementorWidgetSmartSlider350.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Elementor/ElementorWidgetSmartSlider350.php'),
(6213, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Fusion/Fusion.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Fusion/Fusion.php'),
(6214, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Fusion/FusionElementSmartSlider3.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Fusion/FusionElementSmartSlider3.php'),
(6215, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Fusion/field-smartslider3.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Fusion/field-smartslider3.php'),
(6216, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Gutenberg/Gutenberg.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Gutenberg/Gutenberg.php'),
(6217, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Jetpack/Jetpack.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Jetpack/Jetpack.php'),
(6218, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/MotoPressCE/MotoPressCE.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/MotoPressCE/MotoPressCE.php'),
(6219, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/NimbleBuilder/NimbleBuilder.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/NimbleBuilder/NimbleBuilder.php'),
(6220, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/OxygenBuilder/OxygenBuilder.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/OxygenBuilder/OxygenBuilder.php'),
(6221, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/RankMath/RankMath.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/RankMath/RankMath.php'),
(6222, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/TablePress/TablePress.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/TablePress/TablePress.php'),
(6223, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/TatsuBuilder/TatsuBuilder.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/TatsuBuilder/TatsuBuilder.php'),
(6224, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/ThemifyBuilder/ThemifyBuilder.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/ThemifyBuilder/ThemifyBuilder.php'),
(6225, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Unyson/Unyson.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Unyson/Unyson.php'),
(6226, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Unyson/smartslider/class-fw-extension-smartslider.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Unyson/smartslider/class-fw-extension-smartslider.php'),
(6227, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Unyson/smartslider/manifest.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Unyson/smartslider/manifest.php'),
(6228, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Unyson/smartslider/options/option-types.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Unyson/smartslider/options/option-types.php'),
(6229, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Unyson/smartslider/shortcodes/smartslider/config.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Unyson/smartslider/shortcodes/smartslider/config.php'),
(6230, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Unyson/smartslider/shortcodes/smartslider/options.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Unyson/smartslider/shortcodes/smartslider/options.php');
INSERT INTO `iamc_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(6231, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Unyson/smartslider/shortcodes/smartslider/static/img/page_builder.png', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Unyson/smartslider/shortcodes/smartslider/static/img/page_builder.png'),
(6232, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Unyson/smartslider/shortcodes/smartslider/views/view.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Unyson/smartslider/shortcodes/smartslider/views/view.php'),
(6233, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/VisualComposer1/VisualComposer1.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/VisualComposer1/VisualComposer1.php'),
(6234, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/VisualComposer2/VisualComposer2.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/VisualComposer2/VisualComposer2.php'),
(6235, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/WPRocket/WPRocket.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/WPRocket/WPRocket.php'),
(6236, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Shortcode/Shortcode.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Shortcode/Shortcode.php'),
(6237, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/SmartSlider3PlatformWordPress.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/SmartSlider3PlatformWordPress.php'),
(6238, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Widget/WidgetHelper.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Widget/WidgetHelper.php'),
(6239, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Widget/WidgetSmartSlider3.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Widget/WidgetSmartSlider3.php'),
(6240, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/WordPressFrontend.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/WordPressFrontend.php'),
(6241, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/WordPressUpdate.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/WordPressUpdate.php'),
(6242, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/compat.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/compat.php'),
(6243, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/PublicApi/Project.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/PublicApi/Project.php'),
(6244, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/AbstractRenderable.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/AbstractRenderable.php'),
(6245, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/AbstractRenderableOwner.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/AbstractRenderableOwner.php'),
(6246, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Component/AbstractComponent.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Component/AbstractComponent.php'),
(6247, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Component/ComponentCol.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Component/ComponentCol.php'),
(6248, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Component/ComponentContent.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Component/ComponentContent.php'),
(6249, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Component/ComponentLayer.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Component/ComponentLayer.php'),
(6250, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Component/ComponentRow.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Component/ComponentRow.php'),
(6251, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Component/ComponentSlide.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Component/ComponentSlide.php'),
(6252, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Component/Style.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Component/Style.php'),
(6253, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/ComponentContainer.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/ComponentContainer.php'),
(6254, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Item/AbstractItem.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Item/AbstractItem.php'),
(6255, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Item/AbstractItemFrontend.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Item/AbstractItemFrontend.php'),
(6256, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Item/Button/ItemButton.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Item/Button/ItemButton.php'),
(6257, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Item/Button/ItemButtonFrontend.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Item/Button/ItemButtonFrontend.php'),
(6258, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Item/Heading/ItemHeading.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Item/Heading/ItemHeading.php'),
(6259, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Item/Heading/ItemHeadingFrontend.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Item/Heading/ItemHeadingFrontend.php'),
(6260, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Item/Image/ItemImage.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Item/Image/ItemImage.php'),
(6261, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Item/Image/ItemImageFrontend.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Item/Image/ItemImageFrontend.php'),
(6262, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Item/ItemFactory.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Item/ItemFactory.php'),
(6263, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Item/Missing/ItemMissing.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Item/Missing/ItemMissing.php'),
(6264, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Item/Missing/ItemMissingFrontend.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Item/Missing/ItemMissingFrontend.php'),
(6265, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Item/Text/ItemText.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Item/Text/ItemText.php'),
(6266, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Item/Text/ItemTextFrontend.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Item/Text/ItemTextFrontend.php'),
(6267, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Item/Vimeo/ItemVimeo.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Item/Vimeo/ItemVimeo.php'),
(6268, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Item/Vimeo/ItemVimeoFrontend.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Item/Vimeo/ItemVimeoFrontend.php'),
(6269, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Item/YouTube/ItemYouTube.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Item/YouTube/ItemYouTube.php'),
(6270, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Item/YouTube/ItemYouTubeFrontend.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Item/YouTube/ItemYouTubeFrontend.php'),
(6271, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Placement/AbstractPlacement.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Placement/AbstractPlacement.php'),
(6272, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Placement/PlacementAbsolute.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Placement/PlacementAbsolute.php'),
(6273, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Placement/PlacementDefault.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Placement/PlacementDefault.php'),
(6274, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Placement/PlacementNormal.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Renderable/Placement/PlacementNormal.php'),
(6275, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Settings.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Settings.php'),
(6276, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/SlideBuilder/AbstractBuilderComponent.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/SlideBuilder/AbstractBuilderComponent.php'),
(6277, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/SlideBuilder/BuilderComponentCol.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/SlideBuilder/BuilderComponentCol.php'),
(6278, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/SlideBuilder/BuilderComponentContent.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/SlideBuilder/BuilderComponentContent.php'),
(6279, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/SlideBuilder/BuilderComponentItem.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/SlideBuilder/BuilderComponentItem.php'),
(6280, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/SlideBuilder/BuilderComponentLayer.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/SlideBuilder/BuilderComponentLayer.php'),
(6281, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/SlideBuilder/BuilderComponentRow.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/SlideBuilder/BuilderComponentRow.php'),
(6282, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/SlideBuilder/BuilderComponentSlide.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/SlideBuilder/BuilderComponentSlide.php'),
(6283, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/Admin/AdminSlide.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/Admin/AdminSlide.php'),
(6284, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/Admin/AdminSlider.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/Admin/AdminSlider.php'),
(6285, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/Admin/AdminSlides.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/Admin/AdminSlides.php'),
(6286, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/Base/PlatformSliderBase.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/Base/PlatformSliderBase.php'),
(6287, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/Base/PlatformSliderTrait.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/Base/PlatformSliderTrait.php'),
(6288, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/Cache/CacheGenerator.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/Cache/CacheGenerator.php'),
(6289, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/Cache/CacheSlider.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/Cache/CacheSlider.php'),
(6290, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/Feature/Align.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/Feature/Align.php'),
(6291, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/Feature/Autoplay.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/Feature/Autoplay.php'),
(6292, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/Feature/BlockRightClick.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/Feature/BlockRightClick.php'),
(6293, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/Feature/Controls.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/Feature/Controls.php'),
(6294, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/Feature/Focus.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/Feature/Focus.php'),
(6295, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/Feature/LayerMode.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/Feature/LayerMode.php'),
(6296, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/Feature/LazyLoad.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/Feature/LazyLoad.php'),
(6297, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/Feature/MaintainSession.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/Feature/MaintainSession.php'),
(6298, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/Feature/Margin.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/Feature/Margin.php'),
(6299, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/Feature/Optimize.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/Feature/Optimize.php'),
(6300, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/Feature/PostBackgroundAnimation.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/Feature/PostBackgroundAnimation.php'),
(6301, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/Feature/Responsive.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/Feature/Responsive.php'),
(6302, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/Feature/SlideBackground.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/Feature/SlideBackground.php'),
(6303, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/Feature/TranslateUrl.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/Feature/TranslateUrl.php'),
(6304, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/FeatureManager.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/FeatureManager.php'),
(6305, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/ResponsiveType/AbstractResponsiveType.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/ResponsiveType/AbstractResponsiveType.php'),
(6306, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/ResponsiveType/AbstractResponsiveTypeAdmin.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/ResponsiveType/AbstractResponsiveTypeAdmin.php'),
(6307, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/ResponsiveType/AbstractResponsiveTypeFrontend.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/ResponsiveType/AbstractResponsiveTypeFrontend.php'),
(6308, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/ResponsiveType/Auto/ResponsiveTypeAuto.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/ResponsiveType/Auto/ResponsiveTypeAuto.php'),
(6309, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/ResponsiveType/Auto/ResponsiveTypeAutoAdmin.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/ResponsiveType/Auto/ResponsiveTypeAutoAdmin.php'),
(6310, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/ResponsiveType/Auto/ResponsiveTypeAutoFrontend.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/ResponsiveType/Auto/ResponsiveTypeAutoFrontend.php'),
(6311, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/ResponsiveType/FullWidth/ResponsiveTypeFullWidth.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/ResponsiveType/FullWidth/ResponsiveTypeFullWidth.php'),
(6312, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/ResponsiveType/FullWidth/ResponsiveTypeFullWidthAdmin.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/ResponsiveType/FullWidth/ResponsiveTypeFullWidthAdmin.php'),
(6313, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/ResponsiveType/FullWidth/ResponsiveTypeFullWidthFrontend.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/ResponsiveType/FullWidth/ResponsiveTypeFullWidthFrontend.php'),
(6314, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/ResponsiveType/ResponsiveTypeFactory.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/ResponsiveType/ResponsiveTypeFactory.php'),
(6315, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/Slide.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/Slide.php'),
(6316, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/Slider.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/Slider.php'),
(6317, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/SliderParams.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/SliderParams.php'),
(6318, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/SliderType/AbstractSliderType.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/SliderType/AbstractSliderType.php'),
(6319, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/SliderType/AbstractSliderTypeAdmin.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/SliderType/AbstractSliderTypeAdmin.php'),
(6320, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/SliderType/AbstractSliderTypeCss.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/SliderType/AbstractSliderTypeCss.php'),
(6321, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/SliderType/AbstractSliderTypeFrontend.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/SliderType/AbstractSliderTypeFrontend.php'),
(6322, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/SliderType/Block/SliderTypeBlock.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/SliderType/Block/SliderTypeBlock.php'),
(6323, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/SliderType/Block/SliderTypeBlockAdmin.php'),
(6324, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/SliderType/Block/SliderTypeBlockCss.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/SliderType/Block/SliderTypeBlockCss.php'),
(6325, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/SliderType/Block/SliderTypeBlockFrontend.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/SliderType/Block/SliderTypeBlockFrontend.php'),
(6326, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/SliderType/SVGFlip.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/SliderType/SVGFlip.php'),
(6327, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/SliderType/Simple/SliderTypeSimple.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/SliderType/Simple/SliderTypeSimple.php'),
(6328, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleAdmin.php'),
(6329, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleCss.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleCss.php'),
(6330, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleFrontend.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/SliderType/Simple/SliderTypeSimpleFrontend.php'),
(6331, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/SliderType/SliderTypeFactory.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/SliderType/SliderTypeFactory.php'),
(6332, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/Slides.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/Slides.php'),
(6333, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/WordPress/PlatformSlider.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Slider/WordPress/PlatformSlider.php'),
(6334, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/SliderManager/SliderManager.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/SliderManager/SliderManager.php'),
(6335, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/SmartSlider3.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/SmartSlider3.php'),
(6336, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/SmartSlider3Info.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/SmartSlider3Info.php'),
(6337, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Storage.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Storage.php'),
(6338, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/AbstractWidget.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/AbstractWidget.php'),
(6339, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/AbstractWidgetFrontend.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/AbstractWidgetFrontend.php'),
(6340, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Arrow/AbstractWidgetArrow.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Arrow/AbstractWidgetArrow.php'),
(6341, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Arrow/ArrowImage/ArrowImage.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Arrow/ArrowImage/ArrowImage.php'),
(6342, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Arrow/ArrowImage/ArrowImageFrontend.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Arrow/ArrowImage/ArrowImageFrontend.php'),
(6343, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Autoplay/AbstractWidgetAutoplay.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Autoplay/AbstractWidgetAutoplay.php'),
(6344, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Autoplay/AutoplayImage/AutoplayImage.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Autoplay/AutoplayImage/AutoplayImage.php'),
(6345, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Autoplay/AutoplayImage/AutoplayImageFrontend.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Autoplay/AutoplayImage/AutoplayImageFrontend.php'),
(6346, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Bar/AbstractWidgetBar.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Bar/AbstractWidgetBar.php'),
(6347, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Bar/BarHorizontal/BarHorizontal.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Bar/BarHorizontal/BarHorizontal.php'),
(6348, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Bar/BarHorizontal/BarHorizontalFrontend.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Bar/BarHorizontal/BarHorizontalFrontend.php'),
(6349, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Bullet/AbstractBullet.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Bullet/AbstractBullet.php'),
(6350, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Bullet/AbstractBulletFrontend.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Bullet/AbstractBulletFrontend.php'),
(6351, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Bullet/BulletTransition/BulletTransition.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Bullet/BulletTransition/BulletTransition.php'),
(6352, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Bullet/BulletTransition/BulletTransitionFrontend.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Bullet/BulletTransition/BulletTransitionFrontend.php'),
(6353, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Group/AbstractWidgetGroup.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Group/AbstractWidgetGroup.php'),
(6354, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Group/Arrow.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Group/Arrow.php'),
(6355, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Group/Autoplay.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Group/Autoplay.php'),
(6356, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Group/Bar.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Group/Bar.php'),
(6357, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Group/Bullet.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Group/Bullet.php'),
(6358, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Group/Shadow.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Group/Shadow.php'),
(6359, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Group/Thumbnail.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Group/Thumbnail.php'),
(6360, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Shadow/AbstractWidgetShadow.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Shadow/AbstractWidgetShadow.php'),
(6361, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Shadow/ShadowImage/ShadowImage.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Shadow/ShadowImage/ShadowImage.php'),
(6362, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Shadow/ShadowImage/ShadowImageFrontend.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Shadow/ShadowImage/ShadowImageFrontend.php'),
(6363, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/SliderWidget.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/SliderWidget.php'),
(6364, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Thumbnail/Basic/ThumbnailBasic.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Thumbnail/Basic/ThumbnailBasic.php'),
(6365, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Thumbnail/Basic/ThumbnailBasicFrontend.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/Thumbnail/Basic/ThumbnailBasicFrontend.php'),
(6366, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/WidgetGroupFactory.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/WidgetGroupFactory.php'),
(6367, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/WidgetPlacement.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/WidgetPlacement.php'),
(6368, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/WidgetPlacementAdvanced.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/WidgetPlacementAdvanced.php'),
(6369, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/WidgetPlacementSimple.php', 'wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Widget/WidgetPlacementSimple.php'),
(6370, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/WordPress/Fail.php', 'wp-content/plugins/smart-slider-3/Nextend/WordPress/Fail.php'),
(6371, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Nextend/WordPress/OutputBuffer.php', 'wp-content/plugins/smart-slider-3/Nextend/WordPress/OutputBuffer.php'),
(6372, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Admin/Assets/dist/smartslider-admin.min.css', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Admin/Assets/dist/smartslider-admin.min.css'),
(6373, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Admin/Assets/dist/smartslider-backend.min.js', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Admin/Assets/dist/smartslider-backend.min.js'),
(6374, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Admin/Assets/fonts/Inter-Medium.woff2', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Admin/Assets/fonts/Inter-Medium.woff2'),
(6375, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Admin/Assets/fonts/Inter-SemiBold.woff2', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Admin/Assets/fonts/Inter-SemiBold.woff2'),
(6376, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Admin/Assets/fonts/SmartSliderIcons.woff2', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Admin/Assets/fonts/SmartSliderIcons.woff2'),
(6377, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Admin/Assets/images/activate.svg', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Admin/Assets/images/activate.svg'),
(6378, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Admin/Assets/images/free/why-upgrade.png', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Admin/Assets/images/free/why-upgrade.png'),
(6379, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Admin/Assets/images/logo-filled.svg', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Admin/Assets/images/logo-filled.svg'),
(6380, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Admin/Assets/images/logo.svg', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Admin/Assets/images/logo.svg'),
(6381, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Admin/Assets/images/notice.png', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Admin/Assets/images/notice.png'),
(6382, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Admin/Assets/images/popup34/absoluteposition.png', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Admin/Assets/images/popup34/absoluteposition.png'),
(6383, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Admin/Assets/images/popup34/slidebackground.png', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Admin/Assets/images/popup34/slidebackground.png'),
(6384, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Admin/Assets/images/sliders/newproject.svg', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Admin/Assets/images/sliders/newproject.svg'),
(6385, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Admin/Assets/images/sliders/template.svg', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Admin/Assets/images/sliders/template.svg'),
(6386, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Admin/Assets/images/ss3gutenbergblock.png', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Admin/Assets/images/ss3gutenbergblock.png'),
(6387, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Admin/Assets/spinner/infiniteDark.gif', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Admin/Assets/spinner/infiniteDark.gif'),
(6388, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Admin/Assets/spinner/infiniteWhite.gif', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Admin/Assets/spinner/infiniteWhite.gif'),
(6389, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Admin/Assets/spinner/rectangleDark.gif', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Admin/Assets/spinner/rectangleDark.gif'),
(6390, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Admin/Assets/spinner/simpleDark.gif', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Admin/Assets/spinner/simpleDark.gif'),
(6391, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Admin/Assets/spinner/simpleDarkCounter.gif', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Admin/Assets/spinner/simpleDarkCounter.gif'),
(6392, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Admin/Assets/spinner/simpleWhite.gif', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Admin/Assets/spinner/simpleWhite.gif'),
(6393, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Admin/Assets/spinner/simpleWhiteCounter.gif', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Admin/Assets/spinner/simpleWhiteCounter.gif'),
(6394, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Frontend/Assets/dist/iframe.min.js', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Frontend/Assets/dist/iframe.min.js'),
(6395, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Frontend/Assets/dist/n2.min.js', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Frontend/Assets/dist/n2.min.js'),
(6396, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Frontend/Assets/dist/normalize.min.css', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Frontend/Assets/dist/normalize.min.css'),
(6397, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Frontend/Assets/dist/smartslider-frontend.min.js', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Frontend/Assets/dist/smartslider-frontend.min.js'),
(6398, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Frontend/Assets/dist/smartslider.min.css', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Frontend/Assets/dist/smartslider.min.css'),
(6399, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Frontend/Assets/images/placeholder/image.png', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Frontend/Assets/images/placeholder/image.png'),
(6400, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Frontend/Assets/images/placeholder/placeholder1.png', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Frontend/Assets/images/placeholder/placeholder1.png'),
(6401, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Frontend/Assets/images/placeholder/placeholder2.png', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Frontend/Assets/images/placeholder/placeholder2.png'),
(6402, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Frontend/Assets/images/placeholder/video.png', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Frontend/Assets/images/placeholder/video.png'),
(6403, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Frontend/Assets/images/play.svg', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Frontend/Assets/images/play.svg'),
(6404, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Frontend/Assets/js/n2/base/easing.js', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Frontend/Assets/js/n2/base/easing.js'),
(6405, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Generator/WordPress/Posts/Assets/dynamic.png', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Generator/WordPress/Posts/Assets/dynamic.png'),
(6406, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Platform/WordPress/Assets/dist/wordpress-admin-menu.min.css', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Platform/WordPress/Assets/dist/wordpress-admin-menu.min.css'),
(6407, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Platform/WordPress/Assets/dist/wordpress-editor.min.css', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Platform/WordPress/Assets/dist/wordpress-editor.min.css'),
(6408, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Platform/WordPress/Assets/dist/wordpress-tinymce.min.js', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Platform/WordPress/Assets/dist/wordpress-tinymce.min.js'),
(6409, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Platform/WordPress/Integration/Gutenberg/Assets/dist/gutenberg-block.min.js', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Platform/WordPress/Integration/Gutenberg/Assets/dist/gutenberg-block.min.js'),
(6410, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Platform/WordPress/Integration/RankMath/Assets/dist/rank-math-integration.min.js', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Platform/WordPress/Integration/RankMath/Assets/dist/rank-math-integration.min.js'),
(6411, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Renderable/Item/Button/Assets/button.n2less', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Renderable/Item/Button/Assets/button.n2less'),
(6412, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Slider/SliderType/Block/Assets/dist/ss-block.min.js', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Slider/SliderType/Block/Assets/dist/ss-block.min.js'),
(6413, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Slider/SliderType/Block/Assets/style.n2less', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Slider/SliderType/Block/Assets/style.n2less'),
(6414, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Slider/SliderType/Simple/Assets/BackgroundAnimation/style.n2less', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Slider/SliderType/Simple/Assets/BackgroundAnimation/style.n2less'),
(6415, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Slider/SliderType/Simple/Assets/dist/smartslider-backgroundanimation.min.js', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Slider/SliderType/Simple/Assets/dist/smartslider-backgroundanimation.min.js'),
(6416, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Slider/SliderType/Simple/Assets/dist/ss-simple.min.js', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Slider/SliderType/Simple/Assets/dist/ss-simple.min.js'),
(6417, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Slider/SliderType/Simple/Assets/style.n2less', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Slider/SliderType/Simple/Assets/style.n2less'),
(6418, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Arrow/ArrowImage/Assets/dist/w-arrow-image.min.js', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Arrow/ArrowImage/Assets/dist/w-arrow-image.min.js'),
(6419, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Arrow/ArrowImage/Assets/image.png', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Arrow/ArrowImage/Assets/image.png'),
(6420, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Arrow/ArrowImage/Assets/imageBigRectangle.png', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Arrow/ArrowImage/Assets/imageBigRectangle.png'),
(6421, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Arrow/ArrowImage/Assets/imageEmpty.png', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Arrow/ArrowImage/Assets/imageEmpty.png'),
(6422, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Arrow/ArrowImage/Assets/imageSmallRectangle.png', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Arrow/ArrowImage/Assets/imageSmallRectangle.png'),
(6423, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Arrow/ArrowImage/Assets/imageVertical.png', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Arrow/ArrowImage/Assets/imageVertical.png'),
(6424, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Arrow/ArrowImage/Assets/next/circle-stroke.svg', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Arrow/ArrowImage/Assets/next/circle-stroke.svg'),
(6425, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Arrow/ArrowImage/Assets/next/full.svg', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Arrow/ArrowImage/Assets/next/full.svg'),
(6426, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Arrow/ArrowImage/Assets/next/normal.svg', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Arrow/ArrowImage/Assets/next/normal.svg'),
(6427, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Arrow/ArrowImage/Assets/next/simple-horizontal.svg', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Arrow/ArrowImage/Assets/next/simple-horizontal.svg'),
(6428, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Arrow/ArrowImage/Assets/next/simple-vertical.svg', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Arrow/ArrowImage/Assets/next/simple-vertical.svg'),
(6429, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Arrow/ArrowImage/Assets/next/thin-horizontal.svg', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Arrow/ArrowImage/Assets/next/thin-horizontal.svg'),
(6430, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Arrow/ArrowImage/Assets/next/thin-vertical.svg', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Arrow/ArrowImage/Assets/next/thin-vertical.svg'),
(6431, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Arrow/ArrowImage/Assets/previous/circle-stroke.svg', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Arrow/ArrowImage/Assets/previous/circle-stroke.svg'),
(6432, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Arrow/ArrowImage/Assets/previous/full.svg', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Arrow/ArrowImage/Assets/previous/full.svg'),
(6433, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Arrow/ArrowImage/Assets/previous/normal.svg', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Arrow/ArrowImage/Assets/previous/normal.svg'),
(6434, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Arrow/ArrowImage/Assets/previous/simple-horizontal.svg', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Arrow/ArrowImage/Assets/previous/simple-horizontal.svg'),
(6435, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Arrow/ArrowImage/Assets/previous/simple-vertical.svg', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Arrow/ArrowImage/Assets/previous/simple-vertical.svg'),
(6436, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Arrow/ArrowImage/Assets/previous/thin-horizontal.svg', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Arrow/ArrowImage/Assets/previous/thin-horizontal.svg'),
(6437, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Arrow/ArrowImage/Assets/previous/thin-vertical.svg', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Arrow/ArrowImage/Assets/previous/thin-vertical.svg'),
(6438, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Arrow/ArrowImage/Assets/style.n2less', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Arrow/ArrowImage/Assets/style.n2less'),
(6439, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Autoplay/AutoplayImage/Assets/dist/w-autoplay.min.js', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Autoplay/AutoplayImage/Assets/dist/w-autoplay.min.js'),
(6440, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Autoplay/AutoplayImage/Assets/image.png', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Autoplay/AutoplayImage/Assets/image.png'),
(6441, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Autoplay/AutoplayImage/Assets/imageBlue.png', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Autoplay/AutoplayImage/Assets/imageBlue.png'),
(6442, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Autoplay/AutoplayImage/Assets/pause/small-dark.svg', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Autoplay/AutoplayImage/Assets/pause/small-dark.svg'),
(6443, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Autoplay/AutoplayImage/Assets/pause/small-light.svg', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Autoplay/AutoplayImage/Assets/pause/small-light.svg'),
(6444, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Autoplay/AutoplayImage/Assets/play/small-dark.svg', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Autoplay/AutoplayImage/Assets/play/small-dark.svg'),
(6445, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Autoplay/AutoplayImage/Assets/play/small-light.svg', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Autoplay/AutoplayImage/Assets/play/small-light.svg'),
(6446, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Autoplay/AutoplayImage/Assets/style.n2less', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Autoplay/AutoplayImage/Assets/style.n2less');
INSERT INTO `iamc_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(6447, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Bar/BarHorizontal/Assets/dist/w-bar-horizontal.min.js', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Bar/BarHorizontal/Assets/dist/w-bar-horizontal.min.js'),
(6448, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Bar/BarHorizontal/Assets/horizontal.png', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Bar/BarHorizontal/Assets/horizontal.png'),
(6449, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Bar/BarHorizontal/Assets/horizontalFull.png', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Bar/BarHorizontal/Assets/horizontalFull.png'),
(6450, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Bar/BarHorizontal/Assets/style.n2less', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Bar/BarHorizontal/Assets/style.n2less'),
(6451, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Bullet/Assets/dist/w-bullet.min.js', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Bullet/Assets/dist/w-bullet.min.js'),
(6452, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Bullet/BulletTransition/Assets/style.n2less', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Bullet/BulletTransition/Assets/style.n2less'),
(6453, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Bullet/BulletTransition/Assets/transition.png', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Bullet/BulletTransition/Assets/transition.png'),
(6454, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Bullet/BulletTransition/Assets/transitionBar.png', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Bullet/BulletTransition/Assets/transitionBar.png'),
(6455, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Bullet/BulletTransition/Assets/transitionBorder.png', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Bullet/BulletTransition/Assets/transitionBorder.png'),
(6456, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Bullet/BulletTransition/Assets/transitionRectangle.png', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Bullet/BulletTransition/Assets/transitionRectangle.png'),
(6457, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Shadow/ShadowImage/Assets/shadow/centered.png', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Shadow/ShadowImage/Assets/shadow/centered.png'),
(6458, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Shadow/ShadowImage/Assets/shadow/curved.png', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Shadow/ShadowImage/Assets/shadow/curved.png'),
(6459, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Shadow/ShadowImage/Assets/shadow/dark.png', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Shadow/ShadowImage/Assets/shadow/dark.png'),
(6460, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Shadow/ShadowImage/Assets/shadow/float.png', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Shadow/ShadowImage/Assets/shadow/float.png'),
(6461, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Shadow/ShadowImage/Assets/shadow/light.png', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Shadow/ShadowImage/Assets/shadow/light.png'),
(6462, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Shadow/ShadowImage/Assets/shadow/lights.png', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Shadow/ShadowImage/Assets/shadow/lights.png'),
(6463, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Shadow/ShadowImage/Assets/shadow/simple.png', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Shadow/ShadowImage/Assets/shadow/simple.png'),
(6464, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Shadow/ShadowImage/Assets/shadow.png', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Shadow/ShadowImage/Assets/shadow.png'),
(6465, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Shadow/ShadowImage/Assets/style.n2less', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Shadow/ShadowImage/Assets/style.n2less'),
(6466, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Thumbnail/Basic/Assets/default.png', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Thumbnail/Basic/Assets/default.png'),
(6467, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Thumbnail/Basic/Assets/defaultHorizontal.png', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Thumbnail/Basic/Assets/defaultHorizontal.png'),
(6468, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Thumbnail/Basic/Assets/defaultHorizontalGallery.png', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Thumbnail/Basic/Assets/defaultHorizontalGallery.png'),
(6469, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Thumbnail/Basic/Assets/defaultVertical.png', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Thumbnail/Basic/Assets/defaultVertical.png'),
(6470, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Thumbnail/Basic/Assets/defaultVerticalText.png', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Thumbnail/Basic/Assets/defaultVerticalText.png'),
(6471, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Thumbnail/Basic/Assets/dist/w-thumbnail-horizontal.min.js', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Thumbnail/Basic/Assets/dist/w-thumbnail-horizontal.min.js'),
(6472, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Thumbnail/Basic/Assets/dist/w-thumbnail-vertical.min.js', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Thumbnail/Basic/Assets/dist/w-thumbnail-vertical.min.js'),
(6473, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Thumbnail/Basic/Assets/style.n2less', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Thumbnail/Basic/Assets/style.n2less'),
(6474, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Thumbnail/Basic/Assets/thumbnail-down-arrow.svg', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Thumbnail/Basic/Assets/thumbnail-down-arrow.svg'),
(6475, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Thumbnail/Basic/Assets/thumbnail-up-arrow.svg', 'wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Thumbnail/Basic/Assets/thumbnail-up-arrow.svg'),
(6476, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/license.txt', 'wp-content/plugins/smart-slider-3/license.txt'),
(6477, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/plugin.php', 'wp-content/plugins/smart-slider-3/plugin.php'),
(6478, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/readme.txt', 'wp-content/plugins/smart-slider-3/readme.txt'),
(6479, '/home/www/iamctv.com/wp-content/plugins/smart-slider-3/smart-slider-3.php', 'wp-content/plugins/smart-slider-3/smart-slider-3.php'),
(6480, '/home/www/iamctv.com/wp-content/plugins/trustedsite/css/font-awesome.min.css', 'wp-content/plugins/trustedsite/css/font-awesome.min.css'),
(6481, '/home/www/iamctv.com/wp-content/plugins/trustedsite/css/settings.css', 'wp-content/plugins/trustedsite/css/settings.css'),
(6482, '/home/www/iamctv.com/wp-content/plugins/trustedsite/fonts/fontawesome-webfont.woff', 'wp-content/plugins/trustedsite/fonts/fontawesome-webfont.woff'),
(6483, '/home/www/iamctv.com/wp-content/plugins/trustedsite/fonts/fontawesome-webfont.woff2', 'wp-content/plugins/trustedsite/fonts/fontawesome-webfont.woff2'),
(6484, '/home/www/iamctv.com/wp-content/plugins/trustedsite/images/preview-64-banner.png', 'wp-content/plugins/trustedsite/images/preview-64-banner.png'),
(6485, '/home/www/iamctv.com/wp-content/plugins/trustedsite/images/preview-64-engagement.png', 'wp-content/plugins/trustedsite/images/preview-64-engagement.png'),
(6486, '/home/www/iamctv.com/wp-content/plugins/trustedsite/images/preview-64-floating.png', 'wp-content/plugins/trustedsite/images/preview-64-floating.png'),
(6487, '/home/www/iamctv.com/wp-content/plugins/trustedsite/images/preview-64-sip.png', 'wp-content/plugins/trustedsite/images/preview-64-sip.png'),
(6488, '/home/www/iamctv.com/wp-content/plugins/trustedsite/images/preview-64-testimonials.png', 'wp-content/plugins/trustedsite/images/preview-64-testimonials.png'),
(6489, '/home/www/iamctv.com/wp-content/plugins/trustedsite/js/trustedsite.js', 'wp-content/plugins/trustedsite/js/trustedsite.js'),
(6490, '/home/www/iamctv.com/wp-content/plugins/trustedsite/lib/Trustedsite.php', 'wp-content/plugins/trustedsite/lib/Trustedsite.php'),
(6491, '/home/www/iamctv.com/wp-content/plugins/trustedsite/lib/settings_page.php', 'wp-content/plugins/trustedsite/lib/settings_page.php'),
(6492, '/home/www/iamctv.com/wp-content/plugins/trustedsite/readme.txt', 'wp-content/plugins/trustedsite/readme.txt'),
(6493, '/home/www/iamctv.com/wp-content/plugins/trustedsite/trustedsite.php', 'wp-content/plugins/trustedsite/trustedsite.php'),
(6494, '/home/www/iamctv.com/wp-content/plugins/web-stories/LICENSE', 'wp-content/plugins/web-stories/LICENSE'),
(6495, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/css/carousel-view-rtl.css', 'wp-content/plugins/web-stories/assets/css/carousel-view-rtl.css'),
(6496, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/css/carousel-view.css', 'wp-content/plugins/web-stories/assets/css/carousel-view.css'),
(6497, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/css/web-stories-block-rtl.css', 'wp-content/plugins/web-stories/assets/css/web-stories-block-rtl.css'),
(6498, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/css/web-stories-block.css', 'wp-content/plugins/web-stories/assets/css/web-stories-block.css'),
(6499, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/css/web-stories-embed-rtl.css', 'wp-content/plugins/web-stories/assets/css/web-stories-embed-rtl.css'),
(6500, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/css/web-stories-embed.css', 'wp-content/plugins/web-stories/assets/css/web-stories-embed.css'),
(6501, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/css/web-stories-list-styles-rtl.css', 'wp-content/plugins/web-stories/assets/css/web-stories-list-styles-rtl.css'),
(6502, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/css/web-stories-list-styles.css', 'wp-content/plugins/web-stories/assets/css/web-stories-list-styles.css'),
(6503, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/css/web-stories-theme-style-twentyeleven-rtl.css', 'wp-content/plugins/web-stories/assets/css/web-stories-theme-style-twentyeleven-rtl.css'),
(6504, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/css/web-stories-theme-style-twentyeleven.css', 'wp-content/plugins/web-stories/assets/css/web-stories-theme-style-twentyeleven.css'),
(6505, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/css/web-stories-theme-style-twentyfifteen-rtl.css', 'wp-content/plugins/web-stories/assets/css/web-stories-theme-style-twentyfifteen-rtl.css'),
(6506, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/css/web-stories-theme-style-twentyfifteen.css', 'wp-content/plugins/web-stories/assets/css/web-stories-theme-style-twentyfifteen.css'),
(6507, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/css/web-stories-theme-style-twentyfourteen-rtl.css', 'wp-content/plugins/web-stories/assets/css/web-stories-theme-style-twentyfourteen-rtl.css'),
(6508, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/css/web-stories-theme-style-twentyfourteen.css', 'wp-content/plugins/web-stories/assets/css/web-stories-theme-style-twentyfourteen.css'),
(6509, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/css/web-stories-theme-style-twentyseventeen-rtl.css', 'wp-content/plugins/web-stories/assets/css/web-stories-theme-style-twentyseventeen-rtl.css'),
(6510, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/css/web-stories-theme-style-twentyseventeen.css', 'wp-content/plugins/web-stories/assets/css/web-stories-theme-style-twentyseventeen.css'),
(6511, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/css/web-stories-theme-style-twentysixteen-rtl.css', 'wp-content/plugins/web-stories/assets/css/web-stories-theme-style-twentysixteen-rtl.css'),
(6512, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/css/web-stories-theme-style-twentysixteen.css', 'wp-content/plugins/web-stories/assets/css/web-stories-theme-style-twentysixteen.css'),
(6513, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/css/web-stories-theme-style-twentyten-rtl.css', 'wp-content/plugins/web-stories/assets/css/web-stories-theme-style-twentyten-rtl.css'),
(6514, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/css/web-stories-theme-style-twentyten.css', 'wp-content/plugins/web-stories/assets/css/web-stories-theme-style-twentyten.css'),
(6515, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/css/web-stories-theme-style-twentytwelve-rtl.css', 'wp-content/plugins/web-stories/assets/css/web-stories-theme-style-twentytwelve-rtl.css'),
(6516, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/css/web-stories-theme-style-twentytwelve.css', 'wp-content/plugins/web-stories/assets/css/web-stories-theme-style-twentytwelve.css'),
(6517, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/css/web-stories-theme-style-twentytwenty-rtl.css', 'wp-content/plugins/web-stories/assets/css/web-stories-theme-style-twentytwenty-rtl.css'),
(6518, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/css/web-stories-theme-style-twentytwenty.css', 'wp-content/plugins/web-stories/assets/css/web-stories-theme-style-twentytwenty.css'),
(6519, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/css/web-stories-theme-style-twentytwentyone-rtl.css', 'wp-content/plugins/web-stories/assets/css/web-stories-theme-style-twentytwentyone-rtl.css'),
(6520, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/css/web-stories-theme-style-twentytwentyone.css', 'wp-content/plugins/web-stories/assets/css/web-stories-theme-style-twentytwentyone.css'),
(6521, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/css/web-stories-widget-rtl.css', 'wp-content/plugins/web-stories/assets/css/web-stories-widget-rtl.css'),
(6522, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/css/web-stories-widget.css', 'wp-content/plugins/web-stories/assets/css/web-stories-widget.css'),
(6523, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/css/wp-dashboard-rtl.css', 'wp-content/plugins/web-stories/assets/css/wp-dashboard-rtl.css'),
(6524, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/css/wp-dashboard.css', 'wp-content/plugins/web-stories/assets/css/wp-dashboard.css'),
(6525, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/css/wp-story-editor-rtl.css', 'wp-content/plugins/web-stories/assets/css/wp-story-editor-rtl.css'),
(6526, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/css/wp-story-editor.css', 'wp-content/plugins/web-stories/assets/css/wp-story-editor.css'),
(6527, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/1590.js', 'wp-content/plugins/web-stories/assets/js/1590.js'),
(6528, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/1814.js', 'wp-content/plugins/web-stories/assets/js/1814.js'),
(6529, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/2505.js', 'wp-content/plugins/web-stories/assets/js/2505.js'),
(6530, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/3617.js', 'wp-content/plugins/web-stories/assets/js/3617.js'),
(6531, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/4422.js', 'wp-content/plugins/web-stories/assets/js/4422.js'),
(6532, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/5980.js', 'wp-content/plugins/web-stories/assets/js/5980.js'),
(6533, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/carousel-view.asset.php', 'wp-content/plugins/web-stories/assets/js/carousel-view.asset.php'),
(6534, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/carousel-view.js', 'wp-content/plugins/web-stories/assets/js/carousel-view.js'),
(6535, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-colorthief.js', 'wp-content/plugins/web-stories/assets/js/chunk-colorthief.js'),
(6536, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-ffmpeg.js', 'wp-content/plugins/web-stories/assets/js/chunk-ffmpeg.js'),
(6537, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-focus-visible.js', 'wp-content/plugins/web-stories/assets/js/chunk-focus-visible.js'),
(6538, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-getStoryMarkup.js', 'wp-content/plugins/web-stories/assets/js/chunk-getStoryMarkup.js'),
(6539, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-html-to-image.js', 'wp-content/plugins/web-stories/assets/js/chunk-html-to-image.js'),
(6540, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-opentype.js', 'wp-content/plugins/web-stories/assets/js/chunk-opentype.js'),
(6541, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-react-calendar.js', 'wp-content/plugins/web-stories/assets/js/chunk-react-calendar.js'),
(6542, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-react-color.js', 'wp-content/plugins/web-stories/assets/js/chunk-react-color.js'),
(6543, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-resize-observer-polyfill.js', 'wp-content/plugins/web-stories/assets/js/chunk-resize-observer-polyfill.js'),
(6544, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-animations-js.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-animations-js.js'),
(6545, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-0-metaData.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-0-metaData.js'),
(6546, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-0.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-0.js'),
(6547, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-1-metaData.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-1-metaData.js'),
(6548, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-1.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-1.js'),
(6549, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-10-metaData.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-10-metaData.js'),
(6550, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-10.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-10.js'),
(6551, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-11-metaData.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-11-metaData.js'),
(6552, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-11.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-11.js'),
(6553, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-12-metaData.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-12-metaData.js'),
(6554, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-12.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-12.js'),
(6555, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-13-metaData.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-13-metaData.js'),
(6556, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-13.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-13.js'),
(6557, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-14-metaData.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-14-metaData.js'),
(6558, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-14.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-14.js'),
(6559, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-15-metaData.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-15-metaData.js'),
(6560, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-15.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-15.js'),
(6561, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-16-metaData.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-16-metaData.js'),
(6562, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-16.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-16.js'),
(6563, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-17-metaData.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-17-metaData.js'),
(6564, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-17.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-17.js'),
(6565, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-18-metaData.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-18-metaData.js'),
(6566, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-18.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-18.js'),
(6567, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-19-metaData.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-19-metaData.js'),
(6568, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-19.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-19.js'),
(6569, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-2-metaData.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-2-metaData.js'),
(6570, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-2.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-2.js'),
(6571, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-20-metaData.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-20-metaData.js'),
(6572, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-20.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-20.js'),
(6573, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-21-metaData.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-21-metaData.js'),
(6574, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-21.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-21.js'),
(6575, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-22-metaData.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-22-metaData.js'),
(6576, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-22.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-22.js'),
(6577, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-23-metaData.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-23-metaData.js'),
(6578, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-23.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-23.js'),
(6579, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-24-metaData.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-24-metaData.js'),
(6580, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-24.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-24.js'),
(6581, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-25-metaData.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-25-metaData.js'),
(6582, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-25.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-25.js'),
(6583, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-26-metaData.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-26-metaData.js'),
(6584, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-26.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-26.js'),
(6585, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-27-metaData.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-27-metaData.js'),
(6586, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-27.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-27.js'),
(6587, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-28-metaData.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-28-metaData.js'),
(6588, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-28.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-28.js'),
(6589, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-29-metaData.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-29-metaData.js'),
(6590, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-29.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-29.js'),
(6591, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-3-metaData.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-3-metaData.js'),
(6592, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-3.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-3.js'),
(6593, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-30-metaData.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-30-metaData.js'),
(6594, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-30.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-30.js'),
(6595, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-31-metaData.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-31-metaData.js'),
(6596, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-31.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-31.js'),
(6597, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-32-metaData.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-32-metaData.js'),
(6598, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-32.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-32.js'),
(6599, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-33-metaData.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-33-metaData.js'),
(6600, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-33.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-33.js'),
(6601, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-34-metaData.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-34-metaData.js'),
(6602, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-34.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-34.js'),
(6603, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-35-metaData.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-35-metaData.js'),
(6604, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-35.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-35.js'),
(6605, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-36-metaData.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-36-metaData.js'),
(6606, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-36.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-36.js'),
(6607, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-37-metaData.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-37-metaData.js'),
(6608, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-37.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-37.js'),
(6609, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-38-metaData.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-38-metaData.js'),
(6610, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-38.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-38.js'),
(6611, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-39-metaData.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-39-metaData.js'),
(6612, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-39.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-39.js'),
(6613, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-4-metaData.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-4-metaData.js'),
(6614, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-4.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-4.js'),
(6615, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-40-metaData.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-40-metaData.js'),
(6616, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-40.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-40.js'),
(6617, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-41-metaData.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-41-metaData.js'),
(6618, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-41.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-41.js'),
(6619, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-42-metaData.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-42-metaData.js'),
(6620, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-42.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-42.js'),
(6621, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-43-metaData.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-43-metaData.js'),
(6622, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-43.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-43.js'),
(6623, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-44-metaData.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-44-metaData.js'),
(6624, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-44.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-44.js'),
(6625, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-45-metaData.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-45-metaData.js'),
(6626, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-45.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-45.js'),
(6627, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-46-metaData.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-46-metaData.js'),
(6628, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-46.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-46.js'),
(6629, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-47-metaData.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-47-metaData.js'),
(6630, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-47.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-47.js'),
(6631, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-48-metaData.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-48-metaData.js'),
(6632, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-48.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-48.js'),
(6633, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-49-metaData.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-49-metaData.js'),
(6634, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-49.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-49.js'),
(6635, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-5-metaData.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-5-metaData.js'),
(6636, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-5.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-5.js'),
(6637, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-50-metaData.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-50-metaData.js'),
(6638, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-50.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-50.js'),
(6639, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-51-metaData.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-51-metaData.js'),
(6640, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-51.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-51.js'),
(6641, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-52-metaData.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-52-metaData.js'),
(6642, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-52.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-52.js'),
(6643, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-53-metaData.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-53-metaData.js'),
(6644, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-53.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-53.js'),
(6645, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-54-metaData.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-54-metaData.js'),
(6646, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-54.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-54.js'),
(6647, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-55-metaData.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-55-metaData.js'),
(6648, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-55.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-55.js'),
(6649, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-56-metaData.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-56-metaData.js'),
(6650, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-56.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-56.js'),
(6651, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-57-metaData.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-57-metaData.js'),
(6652, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-57.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-57.js'),
(6653, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-58-metaData.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-58-metaData.js'),
(6654, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-58.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-58.js'),
(6655, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-59-metaData.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-59-metaData.js'),
(6656, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-59.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-59.js'),
(6657, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-6-metaData.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-6-metaData.js'),
(6658, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-6.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-6.js'),
(6659, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-60-metaData.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-60-metaData.js'),
(6660, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-60.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-60.js'),
(6661, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-7-metaData.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-7-metaData.js'),
(6662, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-7.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-7.js'),
(6663, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-8-metaData.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-8-metaData.js'),
(6664, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-8.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-8.js'),
(6665, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-9-metaData.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-9-metaData.js'),
(6666, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-9.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-template-9.js'),
(6667, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-templates.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-templates.js'),
(6668, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-textset-0.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-textset-0.js'),
(6669, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-textset-1.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-textset-1.js'),
(6670, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-textset-2.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-textset-2.js'),
(6671, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-textset-3.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-textset-3.js'),
(6672, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-textset-4.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-textset-4.js'),
(6673, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-textset-5.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-textset-5.js'),
(6674, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-textset-6.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-textset-6.js'),
(6675, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/chunk-web-stories-textset-7.js', 'wp-content/plugins/web-stories/assets/js/chunk-web-stories-textset-7.js'),
(6676, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/generateBlurhash.worker.worker.js', 'wp-content/plugins/web-stories/assets/js/generateBlurhash.worker.worker.js'),
(6677, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/images/631db33b339209fd6ab0.png', 'wp-content/plugins/web-stories/assets/js/images/631db33b339209fd6ab0.png'),
(6678, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/imgareaselect.asset.php', 'wp-content/plugins/web-stories/assets/js/imgareaselect.asset.php'),
(6679, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/imgareaselect.js', 'wp-content/plugins/web-stories/assets/js/imgareaselect.js'),
(6680, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/lightbox.asset.php', 'wp-content/plugins/web-stories/assets/js/lightbox.asset.php'),
(6681, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/lightbox.js', 'wp-content/plugins/web-stories/assets/js/lightbox.js'),
(6682, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/tinymce-button.asset.php', 'wp-content/plugins/web-stories/assets/js/tinymce-button.asset.php'),
(6683, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/tinymce-button.js', 'wp-content/plugins/web-stories/assets/js/tinymce-button.js'),
(6684, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/web-stories-activation-notice.asset.php', 'wp-content/plugins/web-stories/assets/js/web-stories-activation-notice.asset.php'),
(6685, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/web-stories-activation-notice.js', 'wp-content/plugins/web-stories/assets/js/web-stories-activation-notice.js'),
(6686, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/web-stories-block.asset.php', 'wp-content/plugins/web-stories/assets/js/web-stories-block.asset.php'),
(6687, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/web-stories-block.js', 'wp-content/plugins/web-stories/assets/js/web-stories-block.js'),
(6688, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/web-stories-embed.asset.php', 'wp-content/plugins/web-stories/assets/js/web-stories-embed.asset.php'),
(6689, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/web-stories-embed.js', 'wp-content/plugins/web-stories/assets/js/web-stories-embed.js'),
(6690, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/web-stories-widget.asset.php', 'wp-content/plugins/web-stories/assets/js/web-stories-widget.asset.php'),
(6691, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/web-stories-widget.js', 'wp-content/plugins/web-stories/assets/js/web-stories-widget.js'),
(6692, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/wp-dashboard.asset.php', 'wp-content/plugins/web-stories/assets/js/wp-dashboard.asset.php'),
(6693, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/wp-dashboard.chunks.php', 'wp-content/plugins/web-stories/assets/js/wp-dashboard.chunks.php'),
(6694, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/wp-dashboard.js', 'wp-content/plugins/web-stories/assets/js/wp-dashboard.js'),
(6695, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/wp-story-editor.asset.php', 'wp-content/plugins/web-stories/assets/js/wp-story-editor.asset.php'),
(6696, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/wp-story-editor.chunks.php', 'wp-content/plugins/web-stories/assets/js/wp-story-editor.chunks.php'),
(6697, '/home/www/iamctv.com/wp-content/plugins/web-stories/assets/js/wp-story-editor.js', 'wp-content/plugins/web-stories/assets/js/wp-story-editor.js'),
(6698, '/home/www/iamctv.com/wp-content/plugins/web-stories/blocks/embed/block.json', 'wp-content/plugins/web-stories/blocks/embed/block.json'),
(6699, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/AMP/Canonical_Sanitizer.php', 'wp-content/plugins/web-stories/includes/AMP/Canonical_Sanitizer.php'),
(6700, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/AMP/Integration/AMP_Story_Sanitizer.php', 'wp-content/plugins/web-stories/includes/AMP/Integration/AMP_Story_Sanitizer.php'),
(6701, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/AMP/Meta_Sanitizer.php', 'wp-content/plugins/web-stories/includes/AMP/Meta_Sanitizer.php'),
(6702, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/AMP/Optimization.php', 'wp-content/plugins/web-stories/includes/AMP/Optimization.php'),
(6703, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/AMP/Output_Buffer.php', 'wp-content/plugins/web-stories/includes/AMP/Output_Buffer.php'),
(6704, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/AMP/Sanitization.php', 'wp-content/plugins/web-stories/includes/AMP/Sanitization.php'),
(6705, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/AMP/Story_Sanitizer.php', 'wp-content/plugins/web-stories/includes/AMP/Story_Sanitizer.php'),
(6706, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/AMP/Traits/Sanitization_Utils.php', 'wp-content/plugins/web-stories/includes/AMP/Traits/Sanitization_Utils.php'),
(6707, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/AMP_Story_Player_Assets.php', 'wp-content/plugins/web-stories/includes/AMP_Story_Player_Assets.php'),
(6708, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/AdSense.php', 'wp-content/plugins/web-stories/includes/AdSense.php'),
(6709, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Ad_Manager.php', 'wp-content/plugins/web-stories/includes/Ad_Manager.php'),
(6710, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Admin/Activation_Notice.php', 'wp-content/plugins/web-stories/includes/Admin/Activation_Notice.php'),
(6711, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Admin/Admin.php', 'wp-content/plugins/web-stories/includes/Admin/Admin.php'),
(6712, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Admin/Cross_Origin_Isolation.php', 'wp-content/plugins/web-stories/includes/Admin/Cross_Origin_Isolation.php'),
(6713, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Admin/Customizer.php', 'wp-content/plugins/web-stories/includes/Admin/Customizer.php'),
(6714, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Admin/Dashboard.php', 'wp-content/plugins/web-stories/includes/Admin/Dashboard.php'),
(6715, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Admin/Editor.php', 'wp-content/plugins/web-stories/includes/Admin/Editor.php'),
(6716, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Admin/Google_Fonts.php', 'wp-content/plugins/web-stories/includes/Admin/Google_Fonts.php');
INSERT INTO `iamc_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(6717, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Admin/ImgAreaSelect_Patch.php', 'wp-content/plugins/web-stories/includes/Admin/ImgAreaSelect_Patch.php'),
(6718, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Admin/Meta_Boxes.php', 'wp-content/plugins/web-stories/includes/Admin/Meta_Boxes.php'),
(6719, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Admin/PluginActionLinks.php', 'wp-content/plugins/web-stories/includes/Admin/PluginActionLinks.php'),
(6720, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Admin/PluginRowMeta.php', 'wp-content/plugins/web-stories/includes/Admin/PluginRowMeta.php'),
(6721, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Admin/Site_Health.php', 'wp-content/plugins/web-stories/includes/Admin/Site_Health.php'),
(6722, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Admin/TinyMCE.php', 'wp-content/plugins/web-stories/includes/Admin/TinyMCE.php'),
(6723, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Analytics.php', 'wp-content/plugins/web-stories/includes/Analytics.php'),
(6724, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Assets.php', 'wp-content/plugins/web-stories/includes/Assets.php'),
(6725, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Block/Web_Stories_Block.php', 'wp-content/plugins/web-stories/includes/Block/Web_Stories_Block.php'),
(6726, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Context.php', 'wp-content/plugins/web-stories/includes/Context.php'),
(6727, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Database_Upgrader.php', 'wp-content/plugins/web-stories/includes/Database_Upgrader.php'),
(6728, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Decoder.php', 'wp-content/plugins/web-stories/includes/Decoder.php'),
(6729, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Demo_Content.php', 'wp-content/plugins/web-stories/includes/Demo_Content.php'),
(6730, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Discovery.php', 'wp-content/plugins/web-stories/includes/Discovery.php'),
(6731, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Embed_Base.php', 'wp-content/plugins/web-stories/includes/Embed_Base.php'),
(6732, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Exception/FailedToMakeInstance.php', 'wp-content/plugins/web-stories/includes/Exception/FailedToMakeInstance.php'),
(6733, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Exception/InvalidEventProperties.php', 'wp-content/plugins/web-stories/includes/Exception/InvalidEventProperties.php'),
(6734, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Exception/InvalidService.php', 'wp-content/plugins/web-stories/includes/Exception/InvalidService.php'),
(6735, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Exception/SanitizationException.php', 'wp-content/plugins/web-stories/includes/Exception/SanitizationException.php'),
(6736, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Exception/WebStoriesException.php', 'wp-content/plugins/web-stories/includes/Exception/WebStoriesException.php'),
(6737, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Experiments.php', 'wp-content/plugins/web-stories/includes/Experiments.php'),
(6738, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Font_Post_Type.php', 'wp-content/plugins/web-stories/includes/Font_Post_Type.php'),
(6739, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Infrastructure/Conditional.php', 'wp-content/plugins/web-stories/includes/Infrastructure/Conditional.php'),
(6740, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Infrastructure/Delayed.php', 'wp-content/plugins/web-stories/includes/Infrastructure/Delayed.php'),
(6741, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Infrastructure/HasMeta.php', 'wp-content/plugins/web-stories/includes/Infrastructure/HasMeta.php'),
(6742, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Infrastructure/HasRequirements.php', 'wp-content/plugins/web-stories/includes/Infrastructure/HasRequirements.php'),
(6743, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Infrastructure/Injector/FallbackInstantiator.php', 'wp-content/plugins/web-stories/includes/Infrastructure/Injector/FallbackInstantiator.php'),
(6744, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Infrastructure/Injector/InjectionChain.php', 'wp-content/plugins/web-stories/includes/Infrastructure/Injector/InjectionChain.php'),
(6745, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Infrastructure/Injector/SimpleInjector.php', 'wp-content/plugins/web-stories/includes/Infrastructure/Injector/SimpleInjector.php'),
(6746, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Infrastructure/Injector.php', 'wp-content/plugins/web-stories/includes/Infrastructure/Injector.php'),
(6747, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Infrastructure/Instantiator.php', 'wp-content/plugins/web-stories/includes/Infrastructure/Instantiator.php'),
(6748, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Infrastructure/Plugin.php', 'wp-content/plugins/web-stories/includes/Infrastructure/Plugin.php'),
(6749, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Infrastructure/PluginActivationAware.php', 'wp-content/plugins/web-stories/includes/Infrastructure/PluginActivationAware.php'),
(6750, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Infrastructure/PluginDeactivationAware.php', 'wp-content/plugins/web-stories/includes/Infrastructure/PluginDeactivationAware.php'),
(6751, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Infrastructure/Registerable.php', 'wp-content/plugins/web-stories/includes/Infrastructure/Registerable.php'),
(6752, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Infrastructure/Service.php', 'wp-content/plugins/web-stories/includes/Infrastructure/Service.php'),
(6753, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Infrastructure/ServiceBasedPlugin.php', 'wp-content/plugins/web-stories/includes/Infrastructure/ServiceBasedPlugin.php'),
(6754, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Infrastructure/ServiceContainer/LazilyInstantiatedService.php', 'wp-content/plugins/web-stories/includes/Infrastructure/ServiceContainer/LazilyInstantiatedService.php'),
(6755, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Infrastructure/ServiceContainer/SimpleServiceContainer.php', 'wp-content/plugins/web-stories/includes/Infrastructure/ServiceContainer/SimpleServiceContainer.php'),
(6756, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Infrastructure/ServiceContainer.php', 'wp-content/plugins/web-stories/includes/Infrastructure/ServiceContainer.php'),
(6757, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Infrastructure/SiteInitializationAware.php', 'wp-content/plugins/web-stories/includes/Infrastructure/SiteInitializationAware.php'),
(6758, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Infrastructure/SiteRemovalAware.php', 'wp-content/plugins/web-stories/includes/Infrastructure/SiteRemovalAware.php'),
(6759, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Integrations/AMP.php', 'wp-content/plugins/web-stories/includes/Integrations/AMP.php'),
(6760, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Integrations/Conditional_Featured_Image.php', 'wp-content/plugins/web-stories/includes/Integrations/Conditional_Featured_Image.php'),
(6761, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Integrations/Core_Themes_Support.php', 'wp-content/plugins/web-stories/includes/Integrations/Core_Themes_Support.php'),
(6762, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Integrations/Jetpack.php', 'wp-content/plugins/web-stories/includes/Integrations/Jetpack.php'),
(6763, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Integrations/New_Relic.php', 'wp-content/plugins/web-stories/includes/Integrations/New_Relic.php'),
(6764, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Integrations/NextGen_Gallery.php', 'wp-content/plugins/web-stories/includes/Integrations/NextGen_Gallery.php'),
(6765, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Integrations/ShortPixel.php', 'wp-content/plugins/web-stories/includes/Integrations/ShortPixel.php'),
(6766, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Integrations/Site_Kit.php', 'wp-content/plugins/web-stories/includes/Integrations/Site_Kit.php'),
(6767, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Integrations/WooCommerce.php', 'wp-content/plugins/web-stories/includes/Integrations/WooCommerce.php'),
(6768, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Interfaces/Field.php', 'wp-content/plugins/web-stories/includes/Interfaces/Field.php'),
(6769, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Interfaces/FieldState.php', 'wp-content/plugins/web-stories/includes/Interfaces/FieldState.php'),
(6770, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Interfaces/FieldStateFactory.php', 'wp-content/plugins/web-stories/includes/Interfaces/FieldStateFactory.php'),
(6771, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Interfaces/Migration.php', 'wp-content/plugins/web-stories/includes/Interfaces/Migration.php'),
(6772, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Interfaces/Product_Query.php', 'wp-content/plugins/web-stories/includes/Interfaces/Product_Query.php'),
(6773, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Interfaces/Renderer.php', 'wp-content/plugins/web-stories/includes/Interfaces/Renderer.php'),
(6774, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/KSES.php', 'wp-content/plugins/web-stories/includes/KSES.php'),
(6775, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Locale.php', 'wp-content/plugins/web-stories/includes/Locale.php'),
(6776, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Media/Base_Color.php', 'wp-content/plugins/web-stories/includes/Media/Base_Color.php'),
(6777, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Media/Blurhash.php', 'wp-content/plugins/web-stories/includes/Media/Blurhash.php'),
(6778, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Media/Image_Sizes.php', 'wp-content/plugins/web-stories/includes/Media/Image_Sizes.php'),
(6779, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Media/Media_Source_Taxonomy.php', 'wp-content/plugins/web-stories/includes/Media/Media_Source_Taxonomy.php'),
(6780, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Media/SVG.php', 'wp-content/plugins/web-stories/includes/Media/SVG.php'),
(6781, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Media/Types.php', 'wp-content/plugins/web-stories/includes/Media/Types.php'),
(6782, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Media/Video/Captions.php', 'wp-content/plugins/web-stories/includes/Media/Video/Captions.php'),
(6783, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Media/Video/Is_Gif.php', 'wp-content/plugins/web-stories/includes/Media/Video/Is_Gif.php'),
(6784, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Media/Video/Muting.php', 'wp-content/plugins/web-stories/includes/Media/Video/Muting.php'),
(6785, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Media/Video/Optimization.php', 'wp-content/plugins/web-stories/includes/Media/Video/Optimization.php'),
(6786, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Media/Video/Poster.php', 'wp-content/plugins/web-stories/includes/Media/Video/Poster.php'),
(6787, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Media/Video/Trimming.php', 'wp-content/plugins/web-stories/includes/Media/Video/Trimming.php'),
(6788, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Migrations/Add_Media_Source.php', 'wp-content/plugins/web-stories/includes/Migrations/Add_Media_Source.php'),
(6789, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Migrations/Add_Media_Source_Editor.php', 'wp-content/plugins/web-stories/includes/Migrations/Add_Media_Source_Editor.php'),
(6790, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Migrations/Add_Media_Source_Gif_Conversion.php', 'wp-content/plugins/web-stories/includes/Migrations/Add_Media_Source_Gif_Conversion.php'),
(6791, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Migrations/Add_Media_Source_Page_Template.php', 'wp-content/plugins/web-stories/includes/Migrations/Add_Media_Source_Page_Template.php'),
(6792, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Migrations/Add_Media_Source_Recording.php', 'wp-content/plugins/web-stories/includes/Migrations/Add_Media_Source_Recording.php'),
(6793, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Migrations/Add_Media_Source_Source_Image.php', 'wp-content/plugins/web-stories/includes/Migrations/Add_Media_Source_Source_Image.php'),
(6794, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Migrations/Add_Media_Source_Source_Video.php', 'wp-content/plugins/web-stories/includes/Migrations/Add_Media_Source_Source_Video.php'),
(6795, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Migrations/Add_Media_Source_Video_Optimization.php', 'wp-content/plugins/web-stories/includes/Migrations/Add_Media_Source_Video_Optimization.php'),
(6796, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Migrations/Add_Poster_Generation_Media_Source.php', 'wp-content/plugins/web-stories/includes/Migrations/Add_Poster_Generation_Media_Source.php'),
(6797, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Migrations/Add_Stories_Caps.php', 'wp-content/plugins/web-stories/includes/Migrations/Add_Stories_Caps.php'),
(6798, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Migrations/Add_VideoPress_Poster_Generation_Media_Source.php', 'wp-content/plugins/web-stories/includes/Migrations/Add_VideoPress_Poster_Generation_Media_Source.php'),
(6799, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Migrations/Migrate_Base.php', 'wp-content/plugins/web-stories/includes/Migrations/Migrate_Base.php'),
(6800, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Migrations/Migration_Meta_To_Term.php', 'wp-content/plugins/web-stories/includes/Migrations/Migration_Meta_To_Term.php'),
(6801, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Migrations/Remove_Broken_Text_Styles.php', 'wp-content/plugins/web-stories/includes/Migrations/Remove_Broken_Text_Styles.php'),
(6802, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Migrations/Remove_Unneeded_Attachment_Meta.php', 'wp-content/plugins/web-stories/includes/Migrations/Remove_Unneeded_Attachment_Meta.php'),
(6803, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Migrations/Replace_Conic_Style_Presets.php', 'wp-content/plugins/web-stories/includes/Migrations/Replace_Conic_Style_Presets.php'),
(6804, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Migrations/Rewrite_Flush.php', 'wp-content/plugins/web-stories/includes/Migrations/Rewrite_Flush.php'),
(6805, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Migrations/Set_Legacy_Analytics_Usage_Flag.php', 'wp-content/plugins/web-stories/includes/Migrations/Set_Legacy_Analytics_Usage_Flag.php'),
(6806, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Migrations/Unify_Color_Presets.php', 'wp-content/plugins/web-stories/includes/Migrations/Unify_Color_Presets.php'),
(6807, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Migrations/Update_1.php', 'wp-content/plugins/web-stories/includes/Migrations/Update_1.php'),
(6808, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Migrations/Update_Publisher_Logos.php', 'wp-content/plugins/web-stories/includes/Migrations/Update_Publisher_Logos.php'),
(6809, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Migrations/Yoast_Reindex_Stories.php', 'wp-content/plugins/web-stories/includes/Migrations/Yoast_Reindex_Stories.php'),
(6810, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Model/Story.php', 'wp-content/plugins/web-stories/includes/Model/Story.php'),
(6811, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Page_Template_Post_Type.php', 'wp-content/plugins/web-stories/includes/Page_Template_Post_Type.php'),
(6812, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Plugin.php', 'wp-content/plugins/web-stories/includes/Plugin.php'),
(6813, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/PluginFactory.php', 'wp-content/plugins/web-stories/includes/PluginFactory.php'),
(6814, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Post_Type_Base.php', 'wp-content/plugins/web-stories/includes/Post_Type_Base.php'),
(6815, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/REST_API/Embed_Controller.php', 'wp-content/plugins/web-stories/includes/REST_API/Embed_Controller.php'),
(6816, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/REST_API/Font_Controller.php', 'wp-content/plugins/web-stories/includes/REST_API/Font_Controller.php'),
(6817, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/REST_API/Hotlinking_Controller.php', 'wp-content/plugins/web-stories/includes/REST_API/Hotlinking_Controller.php'),
(6818, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/REST_API/Link_Controller.php', 'wp-content/plugins/web-stories/includes/REST_API/Link_Controller.php'),
(6819, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/REST_API/Page_Template_Controller.php', 'wp-content/plugins/web-stories/includes/REST_API/Page_Template_Controller.php'),
(6820, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/REST_API/Products_Controller.php', 'wp-content/plugins/web-stories/includes/REST_API/Products_Controller.php'),
(6821, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/REST_API/Publisher_Logos_Controller.php', 'wp-content/plugins/web-stories/includes/REST_API/Publisher_Logos_Controller.php'),
(6822, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/REST_API/REST_Controller.php', 'wp-content/plugins/web-stories/includes/REST_API/REST_Controller.php'),
(6823, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/REST_API/Status_Check_Controller.php', 'wp-content/plugins/web-stories/includes/REST_API/Status_Check_Controller.php'),
(6824, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/REST_API/Stories_Autosaves_Controller.php', 'wp-content/plugins/web-stories/includes/REST_API/Stories_Autosaves_Controller.php'),
(6825, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/REST_API/Stories_Base_Controller.php', 'wp-content/plugins/web-stories/includes/REST_API/Stories_Base_Controller.php'),
(6826, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/REST_API/Stories_Controller.php', 'wp-content/plugins/web-stories/includes/REST_API/Stories_Controller.php'),
(6827, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/REST_API/Stories_Lock_Controller.php', 'wp-content/plugins/web-stories/includes/REST_API/Stories_Lock_Controller.php'),
(6828, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/REST_API/Stories_Media_Controller.php', 'wp-content/plugins/web-stories/includes/REST_API/Stories_Media_Controller.php'),
(6829, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/REST_API/Stories_Settings_Controller.php', 'wp-content/plugins/web-stories/includes/REST_API/Stories_Settings_Controller.php'),
(6830, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/REST_API/Stories_Taxonomies_Controller.php', 'wp-content/plugins/web-stories/includes/REST_API/Stories_Taxonomies_Controller.php'),
(6831, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/REST_API/Stories_Terms_Controller.php', 'wp-content/plugins/web-stories/includes/REST_API/Stories_Terms_Controller.php'),
(6832, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/REST_API/Stories_Users_Controller.php', 'wp-content/plugins/web-stories/includes/REST_API/Stories_Users_Controller.php'),
(6833, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Register_Widget.php', 'wp-content/plugins/web-stories/includes/Register_Widget.php'),
(6834, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Renderer/Archives.php', 'wp-content/plugins/web-stories/includes/Renderer/Archives.php'),
(6835, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Renderer/Feed.php', 'wp-content/plugins/web-stories/includes/Renderer/Feed.php'),
(6836, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Renderer/Oembed.php', 'wp-content/plugins/web-stories/includes/Renderer/Oembed.php'),
(6837, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Renderer/Single.php', 'wp-content/plugins/web-stories/includes/Renderer/Single.php'),
(6838, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Renderer/Stories/Carousel_Renderer.php', 'wp-content/plugins/web-stories/includes/Renderer/Stories/Carousel_Renderer.php'),
(6839, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Renderer/Stories/FieldState/BaseFieldState.php', 'wp-content/plugins/web-stories/includes/Renderer/Stories/FieldState/BaseFieldState.php'),
(6840, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Renderer/Stories/FieldState/CarouselView.php', 'wp-content/plugins/web-stories/includes/Renderer/Stories/FieldState/CarouselView.php'),
(6841, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Renderer/Stories/FieldState/CircleView.php', 'wp-content/plugins/web-stories/includes/Renderer/Stories/FieldState/CircleView.php'),
(6842, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Renderer/Stories/FieldState/GridView.php', 'wp-content/plugins/web-stories/includes/Renderer/Stories/FieldState/GridView.php'),
(6843, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Renderer/Stories/FieldState/ListView.php', 'wp-content/plugins/web-stories/includes/Renderer/Stories/FieldState/ListView.php'),
(6844, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Renderer/Stories/FieldStateFactory/Factory.php', 'wp-content/plugins/web-stories/includes/Renderer/Stories/FieldStateFactory/Factory.php'),
(6845, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Renderer/Stories/Fields/BaseField.php', 'wp-content/plugins/web-stories/includes/Renderer/Stories/Fields/BaseField.php'),
(6846, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Renderer/Stories/Generic_Renderer.php', 'wp-content/plugins/web-stories/includes/Renderer/Stories/Generic_Renderer.php'),
(6847, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Renderer/Stories/Renderer.php', 'wp-content/plugins/web-stories/includes/Renderer/Stories/Renderer.php'),
(6848, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Renderer/Story/Embed.php', 'wp-content/plugins/web-stories/includes/Renderer/Story/Embed.php'),
(6849, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Renderer/Story/HTML.php', 'wp-content/plugins/web-stories/includes/Renderer/Story/HTML.php'),
(6850, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Renderer/Story/Image.php', 'wp-content/plugins/web-stories/includes/Renderer/Story/Image.php'),
(6851, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Service_Base.php', 'wp-content/plugins/web-stories/includes/Service_Base.php'),
(6852, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Services.php', 'wp-content/plugins/web-stories/includes/Services.php'),
(6853, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Settings.php', 'wp-content/plugins/web-stories/includes/Settings.php'),
(6854, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Shopping/Product.php', 'wp-content/plugins/web-stories/includes/Shopping/Product.php'),
(6855, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Shopping/Product_Meta.php', 'wp-content/plugins/web-stories/includes/Shopping/Product_Meta.php'),
(6856, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Shopping/Shopify_Query.php', 'wp-content/plugins/web-stories/includes/Shopping/Shopify_Query.php'),
(6857, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Shopping/Shopping_Vendors.php', 'wp-content/plugins/web-stories/includes/Shopping/Shopping_Vendors.php'),
(6858, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Shopping/WooCommerce_Query.php', 'wp-content/plugins/web-stories/includes/Shopping/WooCommerce_Query.php'),
(6859, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Shortcode/Embed_Shortcode.php', 'wp-content/plugins/web-stories/includes/Shortcode/Embed_Shortcode.php'),
(6860, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Shortcode/Stories_Shortcode.php', 'wp-content/plugins/web-stories/includes/Shortcode/Stories_Shortcode.php'),
(6861, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Stories_Script_Data.php', 'wp-content/plugins/web-stories/includes/Stories_Script_Data.php'),
(6862, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Story_Archive.php', 'wp-content/plugins/web-stories/includes/Story_Archive.php'),
(6863, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Story_Post_Type.php', 'wp-content/plugins/web-stories/includes/Story_Post_Type.php'),
(6864, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Story_Query.php', 'wp-content/plugins/web-stories/includes/Story_Query.php'),
(6865, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Taxonomy/Category_Taxonomy.php', 'wp-content/plugins/web-stories/includes/Taxonomy/Category_Taxonomy.php'),
(6866, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Taxonomy/Tag_Taxonomy.php', 'wp-content/plugins/web-stories/includes/Taxonomy/Tag_Taxonomy.php'),
(6867, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Taxonomy/Taxonomy_Base.php', 'wp-content/plugins/web-stories/includes/Taxonomy/Taxonomy_Base.php'),
(6868, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Tracking.php', 'wp-content/plugins/web-stories/includes/Tracking.php'),
(6869, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/User/Capabilities.php', 'wp-content/plugins/web-stories/includes/User/Capabilities.php'),
(6870, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/User/Preferences.php', 'wp-content/plugins/web-stories/includes/User/Preferences.php'),
(6871, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/Widgets/Stories.php', 'wp-content/plugins/web-stories/includes/Widgets/Stories.php'),
(6872, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/compat/Web_Stories_Compatibility.php', 'wp-content/plugins/web-stories/includes/compat/Web_Stories_Compatibility.php'),
(6873, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/compat/amp.php', 'wp-content/plugins/web-stories/includes/compat/amp.php'),
(6874, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/data/fonts/fonts.json', 'wp-content/plugins/web-stories/includes/data/fonts/fonts.json'),
(6875, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/data/stories/demo.json', 'wp-content/plugins/web-stories/includes/data/stories/demo.json'),
(6876, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/functions.php', 'wp-content/plugins/web-stories/includes/functions.php'),
(6877, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/namespace.php', 'wp-content/plugins/web-stories/includes/namespace.php'),
(6878, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/polyfills/mbstring.php', 'wp-content/plugins/web-stories/includes/polyfills/mbstring.php'),
(6879, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/templates/admin/activation-notice.php', 'wp-content/plugins/web-stories/includes/templates/admin/activation-notice.php'),
(6880, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/templates/admin/dashboard.php', 'wp-content/plugins/web-stories/includes/templates/admin/dashboard.php'),
(6881, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/templates/admin/edit-story.php', 'wp-content/plugins/web-stories/includes/templates/admin/edit-story.php'),
(6882, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/templates/admin/experiments.php', 'wp-content/plugins/web-stories/includes/templates/admin/experiments.php'),
(6883, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/templates/frontend/embed-web-story.php', 'wp-content/plugins/web-stories/includes/templates/frontend/embed-web-story.php'),
(6884, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/templates/frontend/single-web-story.php', 'wp-content/plugins/web-stories/includes/templates/frontend/single-web-story.php'),
(6885, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/uninstall.php', 'wp-content/plugins/web-stories/includes/uninstall.php'),
(6886, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/vendor/autoload.php', 'wp-content/plugins/web-stories/includes/vendor/autoload.php'),
(6887, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/vendor/composer/ClassLoader.php', 'wp-content/plugins/web-stories/includes/vendor/composer/ClassLoader.php'),
(6888, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/vendor/composer/LICENSE', 'wp-content/plugins/web-stories/includes/vendor/composer/LICENSE'),
(6889, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/vendor/composer/autoload_classmap.php', 'wp-content/plugins/web-stories/includes/vendor/composer/autoload_classmap.php'),
(6890, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/vendor/composer/autoload_namespaces.php', 'wp-content/plugins/web-stories/includes/vendor/composer/autoload_namespaces.php'),
(6891, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/vendor/composer/autoload_psr4.php', 'wp-content/plugins/web-stories/includes/vendor/composer/autoload_psr4.php'),
(6892, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/vendor/composer/autoload_real.php', 'wp-content/plugins/web-stories/includes/vendor/composer/autoload_real.php'),
(6893, '/home/www/iamctv.com/wp-content/plugins/web-stories/includes/vendor/composer/autoload_static.php', 'wp-content/plugins/web-stories/includes/vendor/composer/autoload_static.php'),
(6894, '/home/www/iamctv.com/wp-content/plugins/web-stories/readme.txt', 'wp-content/plugins/web-stories/readme.txt'),
(6895, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/resources/local_fallback/rtv/metadata', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/resources/local_fallback/rtv/metadata'),
(6896, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/resources/local_fallback/v0.css', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/resources/local_fallback/v0.css'),
(6897, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Amp.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Amp.php'),
(6898, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Cli/AmpExecutable.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Cli/AmpExecutable.php'),
(6899, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Cli/Colors.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Cli/Colors.php'),
(6900, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Cli/Command/Optimize.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Cli/Command/Optimize.php'),
(6901, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Cli/Command/Validate.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Cli/Command/Validate.php'),
(6902, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Cli/Command.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Cli/Command.php'),
(6903, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Cli/Executable.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Cli/Executable.php'),
(6904, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Cli/LogLevel.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Cli/LogLevel.php'),
(6905, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Cli/Options.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Cli/Options.php'),
(6906, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Cli/TableFormatter.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Cli/TableFormatter.php'),
(6907, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/CompatibilityFix/MovedClasses.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/CompatibilityFix/MovedClasses.php'),
(6908, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/CompatibilityFix.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/CompatibilityFix.php'),
(6909, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/CssLength.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/CssLength.php'),
(6910, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/DevMode.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/DevMode.php'),
(6911, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Document/AfterLoadFilter.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Document/AfterLoadFilter.php'),
(6912, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Document/AfterSaveFilter.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Document/AfterSaveFilter.php'),
(6913, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Document/BeforeLoadFilter.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Document/BeforeLoadFilter.php'),
(6914, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Document/BeforeSaveFilter.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Document/BeforeSaveFilter.php'),
(6915, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/AmpBindAttributes.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/AmpBindAttributes.php'),
(6916, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/AmpEmojiAttribute.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/AmpEmojiAttribute.php'),
(6917, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/ConvertHeadProfileToLink.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/ConvertHeadProfileToLink.php'),
(6918, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/DeduplicateTag.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/DeduplicateTag.php'),
(6919, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/DetectInvalidByteSequence.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/DetectInvalidByteSequence.php'),
(6920, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/DoctypeNode.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/DoctypeNode.php'),
(6921, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/DocumentEncoding.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/DocumentEncoding.php'),
(6922, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/HttpEquivCharset.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/HttpEquivCharset.php'),
(6923, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/LibxmlCompatibility.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/LibxmlCompatibility.php'),
(6924, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/MustacheScriptTemplates.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/MustacheScriptTemplates.php'),
(6925, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/NormalizeHtmlAttributes.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/NormalizeHtmlAttributes.php'),
(6926, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/NormalizeHtmlEntities.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/NormalizeHtmlEntities.php'),
(6927, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/NoscriptElements.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/NoscriptElements.php'),
(6928, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/ProtectEsiTags.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/ProtectEsiTags.php'),
(6929, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/SelfClosingSVGElements.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/SelfClosingSVGElements.php'),
(6930, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/SelfClosingTags.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/SelfClosingTags.php'),
(6931, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/SvgSourceAttributeEncoding.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter/SvgSourceAttributeEncoding.php'),
(6932, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Document/Filter.php'),
(6933, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Document/Option.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Document/Option.php'),
(6934, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Document.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Document.php'),
(6935, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Element.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Element.php'),
(6936, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/ElementDump.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/ElementDump.php'),
(6937, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/LinkManager.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/LinkManager.php'),
(6938, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/NodeWalker.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/NodeWalker.php'),
(6939, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Options.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/Options.php'),
(6940, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/UniqueIdManager.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Dom/UniqueIdManager.php'),
(6941, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Encoding.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Encoding.php'),
(6942, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/AmpCliException.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/AmpCliException.php'),
(6943, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/AmpException.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/AmpException.php'),
(6944, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/Cli/InvalidArgument.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/Cli/InvalidArgument.php'),
(6945, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/Cli/InvalidColor.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/Cli/InvalidColor.php'),
(6946, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/Cli/InvalidColumnFormat.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/Cli/InvalidColumnFormat.php'),
(6947, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/Cli/InvalidCommand.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/Cli/InvalidCommand.php'),
(6948, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/Cli/InvalidOption.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/Cli/InvalidOption.php'),
(6949, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/Cli/InvalidSapi.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/Cli/InvalidSapi.php'),
(6950, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/Cli/MissingArgument.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/Cli/MissingArgument.php'),
(6951, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/FailedRemoteRequest.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/FailedRemoteRequest.php'),
(6952, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/FailedToCreateLink.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/FailedToCreateLink.php'),
(6953, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/FailedToGetCachedResponse.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/FailedToGetCachedResponse.php'),
(6954, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/FailedToGetFromRemoteUrl.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/FailedToGetFromRemoteUrl.php'),
(6955, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/FailedToParseHtml.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/FailedToParseHtml.php'),
(6956, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/FailedToParseUrl.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/FailedToParseUrl.php'),
(6957, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/FailedToRetrieveRequiredDomElement.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/FailedToRetrieveRequiredDomElement.php'),
(6958, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/InvalidAttributeName.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/InvalidAttributeName.php'),
(6959, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/InvalidByteSequence.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/InvalidByteSequence.php'),
(6960, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/InvalidCssRulesetName.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/InvalidCssRulesetName.php'),
(6961, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/InvalidDeclarationName.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/InvalidDeclarationName.php'),
(6962, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/InvalidDocRulesetName.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/InvalidDocRulesetName.php'),
(6963, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/InvalidDocumentFilter.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/InvalidDocumentFilter.php'),
(6964, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/InvalidErrorCode.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/InvalidErrorCode.php'),
(6965, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/InvalidExtension.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/InvalidExtension.php'),
(6966, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/InvalidFormat.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/InvalidFormat.php'),
(6967, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/InvalidListName.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/InvalidListName.php'),
(6968, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/InvalidOptionValue.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/InvalidOptionValue.php'),
(6969, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/InvalidSpecName.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/InvalidSpecName.php'),
(6970, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/InvalidSpecRuleName.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/InvalidSpecRuleName.php'),
(6971, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/InvalidTagId.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/InvalidTagId.php');
INSERT INTO `iamc_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(6972, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/InvalidTagName.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/InvalidTagName.php'),
(6973, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/MaxCssByteCountExceeded.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Exception/MaxCssByteCountExceeded.php'),
(6974, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Extension.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Extension.php'),
(6975, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/FakeEnum.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/FakeEnum.php'),
(6976, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Format.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Format.php'),
(6977, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Html/AtRule.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Html/AtRule.php'),
(6978, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Html/Attribute.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Html/Attribute.php'),
(6979, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Html/LengthUnit.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Html/LengthUnit.php'),
(6980, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Html/LowerCaseTag.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Html/LowerCaseTag.php'),
(6981, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Html/Parser/DocLocator.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Html/Parser/DocLocator.php'),
(6982, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Html/Parser/EFlags.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Html/Parser/EFlags.php'),
(6983, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Html/Parser/HtmlParser.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Html/Parser/HtmlParser.php'),
(6984, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Html/Parser/HtmlSaxHandler.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Html/Parser/HtmlSaxHandler.php'),
(6985, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Html/Parser/HtmlSaxHandlerWithLocation.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Html/Parser/HtmlSaxHandlerWithLocation.php'),
(6986, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Html/Parser/ParsedAttribute.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Html/Parser/ParsedAttribute.php'),
(6987, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Html/Parser/ParsedTag.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Html/Parser/ParsedTag.php'),
(6988, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Html/Parser/ScriptTag.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Html/Parser/ScriptTag.php'),
(6989, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Html/Parser/TagNameStack.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Html/Parser/TagNameStack.php'),
(6990, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Html/Parser/TagRegion.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Html/Parser/TagRegion.php'),
(6991, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Html/RequestDestination.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Html/RequestDestination.php'),
(6992, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Html/Role.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Html/Role.php'),
(6993, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Html/Tag.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Html/Tag.php'),
(6994, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Html/UpperCaseTag.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Html/UpperCaseTag.php'),
(6995, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Internal.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Internal.php'),
(6996, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Layout.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Layout.php'),
(6997, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/AmpRuntimeCssConfiguration.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/AmpRuntimeCssConfiguration.php'),
(6998, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/AmpStoryCssOptimizerConfiguration.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/AmpStoryCssOptimizerConfiguration.php'),
(6999, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/AutoExtensionsConfiguration.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/AutoExtensionsConfiguration.php'),
(7000, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/BaseTransformerConfiguration.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/BaseTransformerConfiguration.php'),
(7001, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/MinifyHtmlConfiguration.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/MinifyHtmlConfiguration.php'),
(7002, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/OptimizeAmpBindConfiguration.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/OptimizeAmpBindConfiguration.php'),
(7003, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/OptimizeHeroImagesConfiguration.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/OptimizeHeroImagesConfiguration.php'),
(7004, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/OptimizeViewportConfiguration.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/OptimizeViewportConfiguration.php'),
(7005, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/PreloadHeroImageConfiguration.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/PreloadHeroImageConfiguration.php'),
(7006, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/RewriteAmpUrlsConfiguration.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/RewriteAmpUrlsConfiguration.php'),
(7007, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/TransformedIdentifierConfiguration.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration/TransformedIdentifierConfiguration.php'),
(7008, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Configuration.php'),
(7009, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/CssRule.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/CssRule.php'),
(7010, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/CssRules.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/CssRules.php'),
(7011, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/DefaultConfiguration.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/DefaultConfiguration.php'),
(7012, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Error/CannotAdaptDocumentForSelfHosting.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Error/CannotAdaptDocumentForSelfHosting.php'),
(7013, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Error/CannotInlineRuntimeCss.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Error/CannotInlineRuntimeCss.php'),
(7014, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Error/CannotMinifyAmpScript.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Error/CannotMinifyAmpScript.php'),
(7015, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Error/CannotParseJsonData.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Error/CannotParseJsonData.php'),
(7016, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Error/CannotPerformServerSideRendering.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Error/CannotPerformServerSideRendering.php'),
(7017, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Error/CannotPreloadImage.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Error/CannotPreloadImage.php'),
(7018, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Error/CannotRemoveBoilerplate.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Error/CannotRemoveBoilerplate.php'),
(7019, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Error/DeprecatedTransformer.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Error/DeprecatedTransformer.php'),
(7020, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Error/ErrorProperties.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Error/ErrorProperties.php'),
(7021, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Error/InvalidJson.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Error/InvalidJson.php'),
(7022, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Error/MissingPackage.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Error/MissingPackage.php'),
(7023, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Error/TooManyHeroImages.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Error/TooManyHeroImages.php'),
(7024, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Error/UnknownError.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Error/UnknownError.php'),
(7025, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Error.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Error.php'),
(7026, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/ErrorCollection.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/ErrorCollection.php'),
(7027, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Exception/AmpOptimizerException.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Exception/AmpOptimizerException.php'),
(7028, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Exception/InvalidArgument.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Exception/InvalidArgument.php'),
(7029, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Exception/InvalidConfiguration.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Exception/InvalidConfiguration.php'),
(7030, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Exception/InvalidConfigurationKey.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Exception/InvalidConfigurationKey.php'),
(7031, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Exception/InvalidConfigurationValue.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Exception/InvalidConfigurationValue.php'),
(7032, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Exception/InvalidHtmlAttribute.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Exception/InvalidHtmlAttribute.php'),
(7033, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Exception/UnknownConfigurationClass.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Exception/UnknownConfigurationClass.php'),
(7034, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Exception/UnknownConfigurationKey.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Exception/UnknownConfigurationKey.php'),
(7035, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/HeroImage.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/HeroImage.php'),
(7036, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/ImageDimensions.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/ImageDimensions.php'),
(7037, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/LocalFallback.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/LocalFallback.php'),
(7038, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/TransformationEngine.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/TransformationEngine.php'),
(7039, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/AmpBoilerplate.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/AmpBoilerplate.php'),
(7040, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/AmpBoilerplateErrorHandler.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/AmpBoilerplateErrorHandler.php'),
(7041, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/AmpRuntimeCss.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/AmpRuntimeCss.php'),
(7042, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/AmpRuntimePreloads.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/AmpRuntimePreloads.php'),
(7043, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/AmpStoryCssOptimizer.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/AmpStoryCssOptimizer.php'),
(7044, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/AutoExtensions.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/AutoExtensions.php'),
(7045, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/GoogleFontsPreconnect.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/GoogleFontsPreconnect.php'),
(7046, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/MinifyHtml.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/MinifyHtml.php'),
(7047, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/OptimizeAmpBind.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/OptimizeAmpBind.php'),
(7048, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/OptimizeHeroImages.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/OptimizeHeroImages.php'),
(7049, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/OptimizeViewport.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/OptimizeViewport.php'),
(7050, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/PreloadHeroImage.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/PreloadHeroImage.php'),
(7051, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/ReorderHead.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/ReorderHead.php'),
(7052, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/RewriteAmpUrls.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/RewriteAmpUrls.php'),
(7053, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/ServerSideRendering.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/ServerSideRendering.php'),
(7054, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/TransformedIdentifier.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer/TransformedIdentifier.php'),
(7055, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/Transformer.php'),
(7056, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/TransformerConfiguration.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Optimizer/TransformerConfiguration.php'),
(7057, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Protocol.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Protocol.php'),
(7058, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/RemoteGetRequest.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/RemoteGetRequest.php'),
(7059, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/RemoteRequest/CurlRemoteGetRequest.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/RemoteRequest/CurlRemoteGetRequest.php'),
(7060, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/RemoteRequest/FallbackRemoteGetRequest.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/RemoteRequest/FallbackRemoteGetRequest.php'),
(7061, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/RemoteRequest/FilesystemRemoteGetRequest.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/RemoteRequest/FilesystemRemoteGetRequest.php'),
(7062, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/RemoteRequest/RemoteGetRequestResponse.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/RemoteRequest/RemoteGetRequestResponse.php'),
(7063, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/RemoteRequest/StubbedRemoteGetRequest.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/RemoteRequest/StubbedRemoteGetRequest.php'),
(7064, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/RemoteRequest/TemporaryFileCachedRemoteGetRequest.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/RemoteRequest/TemporaryFileCachedRemoteGetRequest.php'),
(7065, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Response.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Response.php'),
(7066, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/RuntimeVersion.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/RuntimeVersion.php'),
(7067, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/ScriptReleaseVersion.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/ScriptReleaseVersion.php'),
(7068, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Str.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Str.php'),
(7069, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Url.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Url.php'),
(7070, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Context.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Context.php'),
(7071, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/ErrorCode.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/ErrorCode.php'),
(7072, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/ExtensionsContext.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/ExtensionsContext.php'),
(7073, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/FilePosition.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/FilePosition.php'),
(7074, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AggregateTag.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AggregateTag.php'),
(7075, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AggregateTagWithExtensionSpec.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AggregateTagWithExtensionSpec.php'),
(7076, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpAudioCommon.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpAudioCommon.php'),
(7077, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpBaseCarouselCommon.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpBaseCarouselCommon.php'),
(7078, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpCarouselCommon.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpCarouselCommon.php'),
(7079, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpDatePickerCommonAttributes.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpDatePickerCommonAttributes.php'),
(7080, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpDatePickerOverlayModeAttributes.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpDatePickerOverlayModeAttributes.php'),
(7081, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpDatePickerRangeTypeAttributes.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpDatePickerRangeTypeAttributes.php'),
(7082, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpDatePickerSingleTypeAttributes.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpDatePickerSingleTypeAttributes.php'),
(7083, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpDatePickerStaticModeAttributes.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpDatePickerStaticModeAttributes.php'),
(7084, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpFacebook.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpFacebook.php'),
(7085, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpFacebookStrict.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpFacebookStrict.php'),
(7086, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpInputmaskCommonAttr.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpInputmaskCommonAttr.php'),
(7087, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpLayoutAttrs.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpLayoutAttrs.php'),
(7088, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpMegaphoneCommon.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpMegaphoneCommon.php'),
(7089, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpNestedMenuActions.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpNestedMenuActions.php'),
(7090, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpStreamGalleryCommon.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpStreamGalleryCommon.php'),
(7091, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpVideoCommon.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpVideoCommon.php'),
(7092, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpVideoIframeCommon.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmpVideoIframeCommon.php'),
(7093, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmphtmlEngineAttrs.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmphtmlEngineAttrs.php'),
(7094, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmphtmlModuleEngineAttrs.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmphtmlModuleEngineAttrs.php'),
(7095, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmphtmlNomoduleEngineAttrs.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/AmphtmlNomoduleEngineAttrs.php'),
(7096, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/CiteAttr.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/CiteAttr.php'),
(7097, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/ClickAttributions.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/ClickAttributions.php'),
(7098, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/CommonExtensionAttrs.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/CommonExtensionAttrs.php'),
(7099, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/CommonLinkAttrs.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/CommonLinkAttrs.php'),
(7100, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/ExtendedAmpGlobal.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/ExtendedAmpGlobal.php'),
(7101, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/FormNameAttr.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/FormNameAttr.php'),
(7102, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/GlobalAttrs.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/GlobalAttrs.php'),
(7103, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/ImgAttrs.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/ImgAttrs.php'),
(7104, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/InputCommonAttr.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/InputCommonAttr.php'),
(7105, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/InteractiveOptionsConfettiAttrs.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/InteractiveOptionsConfettiAttrs.php'),
(7106, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/InteractiveOptionsImgAttrs.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/InteractiveOptionsImgAttrs.php'),
(7107, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/InteractiveOptionsResultsCategoryAttrs.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/InteractiveOptionsResultsCategoryAttrs.php'),
(7108, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/InteractiveOptionsTextAttrs.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/InteractiveOptionsTextAttrs.php'),
(7109, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/InteractiveSharedConfigsAttrs.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/InteractiveSharedConfigsAttrs.php'),
(7110, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/LightboxableElements.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/LightboxableElements.php'),
(7111, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/MandatoryIdAttr.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/MandatoryIdAttr.php'),
(7112, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/MandatoryNameAttr.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/MandatoryNameAttr.php'),
(7113, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/MandatorySrcAmp4email.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/MandatorySrcAmp4email.php'),
(7114, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/MandatorySrcOrSrcset.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/MandatorySrcOrSrcset.php'),
(7115, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/NameAttr.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/NameAttr.php'),
(7116, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/NonceAttr.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/NonceAttr.php'),
(7117, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/OptionalSrcAmp4email.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/OptionalSrcAmp4email.php'),
(7118, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/PooolAccessAttrs.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/PooolAccessAttrs.php'),
(7119, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/PrivateClickMeasurementAttributes.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/PrivateClickMeasurementAttributes.php'),
(7120, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/SvgConditionalProcessingAttributes.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/SvgConditionalProcessingAttributes.php'),
(7121, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/SvgCoreAttributes.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/SvgCoreAttributes.php'),
(7122, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/SvgFilterPrimitiveAttributes.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/SvgFilterPrimitiveAttributes.php'),
(7123, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/SvgPresentationAttributes.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/SvgPresentationAttributes.php'),
(7124, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/SvgStyleAttr.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/SvgStyleAttr.php'),
(7125, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/SvgTransferFunctionAttributes.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/SvgTransferFunctionAttributes.php'),
(7126, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/SvgXlinkAttributes.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/SvgXlinkAttributes.php'),
(7127, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/TrackAttrsNoSubtitles.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/TrackAttrsNoSubtitles.php'),
(7128, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/TrackAttrsSubtitles.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList/TrackAttrsSubtitles.php'),
(7129, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/AttributeList.php'),
(7130, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/CssRuleset/Amp4ads.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/CssRuleset/Amp4ads.php'),
(7131, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/CssRuleset/Amp4emailDataCssStrict.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/CssRuleset/Amp4emailDataCssStrict.php'),
(7132, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/CssRuleset/Amp4emailNoDataCssStrict.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/CssRuleset/Amp4emailNoDataCssStrict.php'),
(7133, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/CssRuleset/AmpNoTransformed.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/CssRuleset/AmpNoTransformed.php'),
(7134, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/CssRuleset/AmpTransformed.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/CssRuleset/AmpTransformed.php'),
(7135, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/CssRuleset.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/CssRuleset.php'),
(7136, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/DeclarationList/BasicDeclarations.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/DeclarationList/BasicDeclarations.php'),
(7137, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/DeclarationList/EmailSpecificDeclarations.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/DeclarationList/EmailSpecificDeclarations.php'),
(7138, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/DeclarationList/SvgBasicDeclarations.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/DeclarationList/SvgBasicDeclarations.php'),
(7139, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/DeclarationList.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/DeclarationList.php'),
(7140, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/DescendantTagList/AmpMegaMenuAllowedDescendants.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/DescendantTagList/AmpMegaMenuAllowedDescendants.php'),
(7141, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/DescendantTagList/AmpNestedMenuAllowedDescendants.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/DescendantTagList/AmpNestedMenuAllowedDescendants.php'),
(7142, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/DescendantTagList/AmpStoryBookendAllowedDescendants.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/DescendantTagList/AmpStoryBookendAllowedDescendants.php'),
(7143, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/DescendantTagList/AmpStoryCtaLayerAllowedDescendants.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/DescendantTagList/AmpStoryCtaLayerAllowedDescendants.php'),
(7144, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/DescendantTagList/AmpStoryGridLayerAllowedDescendants.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/DescendantTagList/AmpStoryGridLayerAllowedDescendants.php'),
(7145, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/DescendantTagList/AmpStoryPageAttachmentAllowedDescendants.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/DescendantTagList/AmpStoryPageAttachmentAllowedDescendants.php'),
(7146, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/DescendantTagList/AmpStoryPlayerAllowedDescendants.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/DescendantTagList/AmpStoryPlayerAllowedDescendants.php'),
(7147, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/DescendantTagList/AmpStorySocialShareAllowedDescendants.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/DescendantTagList/AmpStorySocialShareAllowedDescendants.php'),
(7148, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/DescendantTagList.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/DescendantTagList.php'),
(7149, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/DocRuleset/Amp4email.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/DocRuleset/Amp4email.php'),
(7150, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/DocRuleset.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/DocRuleset.php'),
(7151, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/AmpEmailMissingStrictCssAttr.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/AmpEmailMissingStrictCssAttr.php'),
(7152, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/AttrDisallowedByImpliedLayout.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/AttrDisallowedByImpliedLayout.php');
INSERT INTO `iamc_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(7153, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/AttrDisallowedBySpecifiedLayout.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/AttrDisallowedBySpecifiedLayout.php'),
(7154, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/AttrMissingRequiredExtension.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/AttrMissingRequiredExtension.php'),
(7155, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/AttrRequiredButMissing.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/AttrRequiredButMissing.php'),
(7156, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/AttrValueRequiredByLayout.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/AttrValueRequiredByLayout.php'),
(7157, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/BaseTagMustPreceedAllUrls.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/BaseTagMustPreceedAllUrls.php'),
(7158, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CdataViolatesDenylist.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CdataViolatesDenylist.php'),
(7159, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/ChildTagDoesNotSatisfyReferencePoint.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/ChildTagDoesNotSatisfyReferencePoint.php'),
(7160, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/ChildTagDoesNotSatisfyReferencePointSingular.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/ChildTagDoesNotSatisfyReferencePointSingular.php'),
(7161, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssExcessivelyNested.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssExcessivelyNested.php'),
(7162, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxBadUrl.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxBadUrl.php'),
(7163, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedAttrSelector.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedAttrSelector.php'),
(7164, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedDomain.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedDomain.php'),
(7165, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedImportant.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedImportant.php'),
(7166, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedKeyframeInsideKeyframe.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedKeyframeInsideKeyframe.php'),
(7167, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedMediaFeature.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedMediaFeature.php'),
(7168, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedMediaType.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedMediaType.php'),
(7169, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedPropertyValue.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedPropertyValue.php'),
(7170, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedPropertyValueWithHint.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedPropertyValueWithHint.php'),
(7171, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedPseudoClass.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedPseudoClass.php'),
(7172, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedPseudoElement.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedPseudoElement.php'),
(7173, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedQualifiedRuleMustBeInsideKeyframe.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedQualifiedRuleMustBeInsideKeyframe.php'),
(7174, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedRelativeUrl.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxDisallowedRelativeUrl.php'),
(7175, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxEofInPreludeOfQualifiedRule.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxEofInPreludeOfQualifiedRule.php'),
(7176, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxErrorInPseudoSelector.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxErrorInPseudoSelector.php'),
(7177, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxIncompleteDeclaration.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxIncompleteDeclaration.php'),
(7178, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxInvalidAtRule.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxInvalidAtRule.php'),
(7179, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxInvalidAttrSelector.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxInvalidAttrSelector.php'),
(7180, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxInvalidDeclaration.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxInvalidDeclaration.php'),
(7181, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxInvalidProperty.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxInvalidProperty.php'),
(7182, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxInvalidPropertyNolist.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxInvalidPropertyNolist.php'),
(7183, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxInvalidUrl.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxInvalidUrl.php'),
(7184, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxInvalidUrlProtocol.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxInvalidUrlProtocol.php'),
(7185, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxMalformedMediaQuery.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxMalformedMediaQuery.php'),
(7186, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxMissingSelector.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxMissingSelector.php'),
(7187, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxMissingUrl.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxMissingUrl.php'),
(7188, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxNotASelectorStart.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxNotASelectorStart.php'),
(7189, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxPropertyDisallowedTogetherWith.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxPropertyDisallowedTogetherWith.php'),
(7190, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxPropertyDisallowedWithinAtRule.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxPropertyDisallowedWithinAtRule.php'),
(7191, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxPropertyRequiresQualification.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxPropertyRequiresQualification.php'),
(7192, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxQualifiedRuleHasNoDeclarations.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxQualifiedRuleHasNoDeclarations.php'),
(7193, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxStrayTrailingBackslash.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxStrayTrailingBackslash.php'),
(7194, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxUnparsedInputRemainsInSelector.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxUnparsedInputRemainsInSelector.php'),
(7195, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxUnterminatedComment.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxUnterminatedComment.php'),
(7196, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxUnterminatedString.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/CssSyntaxUnterminatedString.php'),
(7197, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DeprecatedAttr.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DeprecatedAttr.php'),
(7198, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DeprecatedTag.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DeprecatedTag.php'),
(7199, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DevModeOnly.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DevModeOnly.php'),
(7200, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedAmpDomain.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedAmpDomain.php'),
(7201, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedAttr.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedAttr.php'),
(7202, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedChildTagName.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedChildTagName.php'),
(7203, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedDomain.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedDomain.php'),
(7204, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedFirstChildTagName.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedFirstChildTagName.php'),
(7205, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedManufacturedBody.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedManufacturedBody.php'),
(7206, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedPropertyInAttrValue.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedPropertyInAttrValue.php'),
(7207, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedRelativeUrl.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedRelativeUrl.php'),
(7208, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedScriptTag.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedScriptTag.php'),
(7209, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedStyleAttr.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedStyleAttr.php'),
(7210, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedTag.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedTag.php'),
(7211, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedTagAncestor.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DisallowedTagAncestor.php'),
(7212, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DocumentSizeLimitExceeded.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DocumentSizeLimitExceeded.php'),
(7213, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DocumentTooComplex.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DocumentTooComplex.php'),
(7214, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DuplicateAttribute.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DuplicateAttribute.php'),
(7215, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DuplicateDimension.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DuplicateDimension.php'),
(7216, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DuplicateReferencePoint.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DuplicateReferencePoint.php'),
(7217, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DuplicateUniqueTag.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DuplicateUniqueTag.php'),
(7218, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DuplicateUniqueTagWarning.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/DuplicateUniqueTagWarning.php'),
(7219, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/ExtensionUnused.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/ExtensionUnused.php'),
(7220, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/GeneralDisallowedTag.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/GeneralDisallowedTag.php'),
(7221, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/ImpliedLayoutInvalid.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/ImpliedLayoutInvalid.php'),
(7222, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InconsistentUnitsForWidthAndHeight.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InconsistentUnitsForWidthAndHeight.php'),
(7223, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/IncorrectMinNumChildTags.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/IncorrectMinNumChildTags.php'),
(7224, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/IncorrectNumChildTags.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/IncorrectNumChildTags.php'),
(7225, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/IncorrectScriptReleaseVersion.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/IncorrectScriptReleaseVersion.php'),
(7226, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InlineScriptTooLong.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InlineScriptTooLong.php'),
(7227, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InlineStyleTooLong.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InlineStyleTooLong.php'),
(7228, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InvalidAttrValue.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InvalidAttrValue.php'),
(7229, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InvalidDoctypeHtml.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InvalidDoctypeHtml.php'),
(7230, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InvalidExtensionPath.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InvalidExtensionPath.php'),
(7231, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InvalidExtensionVersion.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InvalidExtensionVersion.php'),
(7232, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InvalidJsonCdata.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InvalidJsonCdata.php'),
(7233, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InvalidPropertyValueInAttrValue.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InvalidPropertyValueInAttrValue.php'),
(7234, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InvalidUrl.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InvalidUrl.php'),
(7235, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InvalidUrlProtocol.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InvalidUrlProtocol.php'),
(7236, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InvalidUtf8.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/InvalidUtf8.php'),
(7237, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/LtsScriptAfterNonLts.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/LtsScriptAfterNonLts.php'),
(7238, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MandatoryAnyofAttrMissing.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MandatoryAnyofAttrMissing.php'),
(7239, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MandatoryAttrMissing.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MandatoryAttrMissing.php'),
(7240, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MandatoryCdataMissingOrIncorrect.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MandatoryCdataMissingOrIncorrect.php'),
(7241, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MandatoryLastChildTag.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MandatoryLastChildTag.php'),
(7242, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MandatoryOneofAttrMissing.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MandatoryOneofAttrMissing.php'),
(7243, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MandatoryPropertyMissingFromAttrValue.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MandatoryPropertyMissingFromAttrValue.php'),
(7244, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MandatoryReferencePointMissing.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MandatoryReferencePointMissing.php'),
(7245, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MandatoryTagAncestor.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MandatoryTagAncestor.php'),
(7246, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MandatoryTagAncestorWithHint.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MandatoryTagAncestorWithHint.php'),
(7247, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MandatoryTagMissing.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MandatoryTagMissing.php'),
(7248, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MissingLayoutAttributes.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MissingLayoutAttributes.php'),
(7249, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MissingRequiredExtension.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MissingRequiredExtension.php'),
(7250, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MissingUrl.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MissingUrl.php'),
(7251, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MutuallyExclusiveAttrs.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/MutuallyExclusiveAttrs.php'),
(7252, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/NonLtsScriptAfterLts.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/NonLtsScriptAfterLts.php'),
(7253, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/NonWhitespaceCdataEncountered.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/NonWhitespaceCdataEncountered.php'),
(7254, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/SpecifiedLayoutInvalid.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/SpecifiedLayoutInvalid.php'),
(7255, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/StylesheetAndInlineStyleTooLong.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/StylesheetAndInlineStyleTooLong.php'),
(7256, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/StylesheetTooLong.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/StylesheetTooLong.php'),
(7257, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/TagExcludedByTag.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/TagExcludedByTag.php'),
(7258, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/TagNotAllowedToHaveSiblings.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/TagNotAllowedToHaveSiblings.php'),
(7259, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/TagReferencePointConflict.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/TagReferencePointConflict.php'),
(7260, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/TagRequiredByMissing.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/TagRequiredByMissing.php'),
(7261, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/TemplateInAttrName.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/TemplateInAttrName.php'),
(7262, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/TemplatePartialInAttrValue.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/TemplatePartialInAttrValue.php'),
(7263, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/UnescapedTemplateInAttrValue.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/UnescapedTemplateInAttrValue.php'),
(7264, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/UnknownCode.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/UnknownCode.php'),
(7265, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/ValueSetMismatch.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/ValueSetMismatch.php'),
(7266, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/WarningExtensionDeprecatedVersion.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/WarningExtensionDeprecatedVersion.php'),
(7267, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/WarningExtensionUnused.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/WarningExtensionUnused.php'),
(7268, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/WarningTagRequiredByMissing.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/WarningTagRequiredByMissing.php'),
(7269, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/WrongParentTag.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error/WrongParentTag.php'),
(7270, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Error.php'),
(7271, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Identifiable.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Identifiable.php'),
(7272, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/IterableSection.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/IterableSection.php'),
(7273, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Iteration.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Iteration.php'),
(7274, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Section/AttributeLists.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Section/AttributeLists.php'),
(7275, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Section/CssRulesets.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Section/CssRulesets.php'),
(7276, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Section/DeclarationLists.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Section/DeclarationLists.php'),
(7277, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Section/DescendantTagLists.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Section/DescendantTagLists.php'),
(7278, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Section/DocRulesets.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Section/DocRulesets.php'),
(7279, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Section/Errors.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Section/Errors.php'),
(7280, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Section/Tags.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Section/Tags.php'),
(7281, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/SpecRule.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/SpecRule.php'),
(7282, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/A.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/A.php'),
(7283, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AAmp4email.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AAmp4email.php'),
(7284, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Abbr.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Abbr.php'),
(7285, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Acronym.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Acronym.php'),
(7286, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Address.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Address.php'),
(7287, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Amp3dGltf.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Amp3dGltf.php'),
(7288, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Amp3qPlayer.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Amp3qPlayer.php'),
(7289, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Amp4adsEngineScript.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Amp4adsEngineScript.php'),
(7290, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAccessExtensionJsonScript.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAccessExtensionJsonScript.php'),
(7291, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAccordion.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAccordion.php'),
(7292, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAccordionSection.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAccordionSection.php'),
(7293, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpActionMacro.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpActionMacro.php'),
(7294, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAd.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAd.php'),
(7295, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAdCustom.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAdCustom.php'),
(7296, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAdExit.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAdExit.php'),
(7297, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAdExitConfigurationJson.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAdExitConfigurationJson.php'),
(7298, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAdExtensionScript.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAdExtensionScript.php'),
(7299, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAdWithDataEnableRefreshAttribute.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAdWithDataEnableRefreshAttribute.php'),
(7300, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAdWithDataMultiSizeAttribute.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAdWithDataMultiSizeAttribute.php'),
(7301, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAdWithTypeCustom.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAdWithTypeCustom.php'),
(7302, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAddthis.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAddthis.php'),
(7303, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAnalytics.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAnalytics.php'),
(7304, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAnalyticsExtensionJsonScript.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAnalyticsExtensionJsonScript.php'),
(7305, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAnim.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAnim.php'),
(7306, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAnimAmp4email.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAnimAmp4email.php'),
(7307, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAnimExtensionScriptAmp4email.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAnimExtensionScriptAmp4email.php'),
(7308, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAnimation.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAnimation.php'),
(7309, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAnimationExtensionJsonScript.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAnimationExtensionJsonScript.php'),
(7310, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpApesterMedia.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpApesterMedia.php'),
(7311, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAppBanner.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAppBanner.php'),
(7312, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAppBannerButtonOpenButton.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAppBannerButtonOpenButton.php'),
(7313, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAudio.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAudio.php'),
(7314, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAudioA4a.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAudioA4a.php'),
(7315, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAudioSource.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAudioSource.php'),
(7316, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAudioTrack.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAudioTrack.php'),
(7317, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAudioTrackKindSubtitles.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAudioTrackKindSubtitles.php'),
(7318, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAutoAds.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAutoAds.php'),
(7319, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAutocomplete.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAutocomplete.php'),
(7320, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAutocompleteAmp4email.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAutocompleteAmp4email.php'),
(7321, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAutocompleteInput.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAutocompleteInput.php'),
(7322, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAutocompleteJson.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpAutocompleteJson.php'),
(7323, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpBaseCarousel.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpBaseCarousel.php'),
(7324, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpBaseCarouselLightbox.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpBaseCarouselLightbox.php'),
(7325, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpBaseCarouselLightboxChild.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpBaseCarouselLightboxChild.php'),
(7326, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpBaseCarouselLightboxLightboxExclude.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpBaseCarouselLightboxLightboxExclude.php'),
(7327, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpBeopinion.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpBeopinion.php'),
(7328, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpBindExtensionJsonScript.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpBindExtensionJsonScript.php'),
(7329, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpBindMacro.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpBindMacro.php');
INSERT INTO `iamc_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(7330, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpBodymovinAnimation.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpBodymovinAnimation.php'),
(7331, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpBridPlayer.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpBridPlayer.php'),
(7332, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpBrightcove.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpBrightcove.php'),
(7333, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpBysideContent.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpBysideContent.php'),
(7334, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpCallTracking.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpCallTracking.php'),
(7335, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpCarousel.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpCarousel.php'),
(7336, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpCarouselLightbox.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpCarouselLightbox.php'),
(7337, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpCarouselLightboxChild.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpCarouselLightboxChild.php'),
(7338, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpCarouselLightboxLightboxExclude.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpCarouselLightboxLightboxExclude.php'),
(7339, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpConnatixPlayer.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpConnatixPlayer.php'),
(7340, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpConsent.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpConsent.php'),
(7341, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpConsentExtensionJsonScript.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpConsentExtensionJsonScript.php'),
(7342, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpConsentType.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpConsentType.php'),
(7343, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpDailymotion.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpDailymotion.php'),
(7344, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpDateCountdown.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpDateCountdown.php'),
(7345, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpDateDisplay.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpDateDisplay.php'),
(7346, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpDatePickerTemplateDateTemplate.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpDatePickerTemplateDateTemplate.php'),
(7347, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpDatePickerTemplateInfoTemplate.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpDatePickerTemplateInfoTemplate.php'),
(7348, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpDatePickerTypeRangeModeOverlay.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpDatePickerTypeRangeModeOverlay.php'),
(7349, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpDatePickerTypeRangeModeStatic.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpDatePickerTypeRangeModeStatic.php'),
(7350, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpDatePickerTypeSingleModeOverlay.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpDatePickerTypeSingleModeOverlay.php'),
(7351, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpDatePickerTypeSingleModeStatic.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpDatePickerTypeSingleModeStatic.php'),
(7352, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpDelightPlayer.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpDelightPlayer.php'),
(7353, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpEmbed.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpEmbed.php'),
(7354, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpEmbedWithDataMultiSizeAttribute.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpEmbedWithDataMultiSizeAttribute.php'),
(7355, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpEmbedlyCard.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpEmbedlyCard.php'),
(7356, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpEmbedlyKey.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpEmbedlyKey.php'),
(7357, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpExperiment.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpExperiment.php'),
(7358, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpExperimentExtensionJsonScript.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpExperimentExtensionJsonScript.php'),
(7359, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpExperimentStoryExtensionJsonScript.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpExperimentStoryExtensionJsonScript.php'),
(7360, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpFacebook.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpFacebook.php'),
(7361, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpFacebook10.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpFacebook10.php'),
(7362, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpFacebookComments.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpFacebookComments.php'),
(7363, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpFacebookComments10.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpFacebookComments10.php'),
(7364, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpFacebookLike.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpFacebookLike.php'),
(7365, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpFacebookLike10.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpFacebookLike10.php'),
(7366, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpFacebookPage.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpFacebookPage.php'),
(7367, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpFacebookPage10.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpFacebookPage10.php'),
(7368, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpFitText.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpFitText.php'),
(7369, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpFont.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpFont.php'),
(7370, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpFxFlyingCarpet.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpFxFlyingCarpet.php'),
(7371, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpGeo.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpGeo.php'),
(7372, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpGeoExtensionJsonScript.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpGeoExtensionJsonScript.php'),
(7373, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpGfycat.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpGfycat.php'),
(7374, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpGist.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpGist.php'),
(7375, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpGoogleDocumentEmbed.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpGoogleDocumentEmbed.php'),
(7376, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpGoogleReadAloudPlayer.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpGoogleReadAloudPlayer.php'),
(7377, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpGwdAnimation.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpGwdAnimation.php'),
(7378, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpHulu.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpHulu.php'),
(7379, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpIframe.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpIframe.php'),
(7380, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpIframely.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpIframely.php'),
(7381, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImaVideo.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImaVideo.php'),
(7382, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImaVideoScriptTypeApplicationJson.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImaVideoScriptTypeApplicationJson.php'),
(7383, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImaVideoSource.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImaVideoSource.php'),
(7384, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImaVideoTrack.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImaVideoTrack.php'),
(7385, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImaVideoTrackKindSubtitles.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImaVideoTrackKindSubtitles.php'),
(7386, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImageLightbox.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImageLightbox.php'),
(7387, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImageSlider.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImageSlider.php'),
(7388, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImageSliderDivFirst.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImageSliderDivFirst.php'),
(7389, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImageSliderDivSecond.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImageSliderDivSecond.php'),
(7390, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImageSliderTransformed.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImageSliderTransformed.php'),
(7391, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImg.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImg.php'),
(7392, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImgAmp4email.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImgAmp4email.php'),
(7393, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImgImgPlaceholderTransformed.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImgImgPlaceholderTransformed.php'),
(7394, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImgImgTransformed.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImgImgTransformed.php'),
(7395, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImgTransformed.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImgTransformed.php'),
(7396, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImgur.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpImgur.php'),
(7397, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpInlineGallery.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpInlineGallery.php'),
(7398, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpInlineGalleryPagination.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpInlineGalleryPagination.php'),
(7399, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpInlineGalleryPaginationInset.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpInlineGalleryPaginationInset.php'),
(7400, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpInlineGalleryThumbnails.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpInlineGalleryThumbnails.php'),
(7401, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpInstagram.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpInstagram.php'),
(7402, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpInstallServiceworker.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpInstallServiceworker.php'),
(7403, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpIzlesene.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpIzlesene.php'),
(7404, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpJwplayer.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpJwplayer.php'),
(7405, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpKalturaPlayer.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpKalturaPlayer.php'),
(7406, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpLayout.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpLayout.php'),
(7407, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpLightbox.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpLightbox.php'),
(7408, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpLightboxAmp4ads.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpLightboxAmp4ads.php'),
(7409, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpLinkRewriter.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpLinkRewriter.php'),
(7410, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpLinkRewriterExtensionJsonScript.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpLinkRewriterExtensionJsonScript.php'),
(7411, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpList.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpList.php'),
(7412, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpListAmp4email.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpListAmp4email.php'),
(7413, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpListDivFetchError.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpListDivFetchError.php'),
(7414, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpListLoadMore.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpListLoadMore.php'),
(7415, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpListLoadMoreButtonLoadMoreClickable.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpListLoadMoreButtonLoadMoreClickable.php'),
(7416, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpLiveList.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpLiveList.php'),
(7417, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpLiveListItems.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpLiveListItems.php'),
(7418, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpLiveListItemsItem.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpLiveListItemsItem.php'),
(7419, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpLiveListPagination.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpLiveListPagination.php'),
(7420, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpLiveListUpdate.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpLiveListUpdate.php'),
(7421, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMathml.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMathml.php'),
(7422, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMegaMenu.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMegaMenu.php'),
(7423, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMegaMenuAmpList.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMegaMenuAmpList.php'),
(7424, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMegaMenuAmpListTemplate.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMegaMenuAmpListTemplate.php'),
(7425, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMegaMenuItemContent.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMegaMenuItemContent.php'),
(7426, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMegaMenuItemHeading.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMegaMenuItemHeading.php'),
(7427, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMegaMenuNav.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMegaMenuNav.php'),
(7428, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMegaMenuNavUlOl.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMegaMenuNavUlOl.php'),
(7429, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMegaMenuNavUlOlLi.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMegaMenuNavUlOlLi.php'),
(7430, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMegaphoneDataEpisode.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMegaphoneDataEpisode.php'),
(7431, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMegaphoneDataPlaylist.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMegaphoneDataPlaylist.php'),
(7432, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMinuteMediaPlayer.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMinuteMediaPlayer.php'),
(7433, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMowplayer.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpMowplayer.php'),
(7434, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpNestedMenu.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpNestedMenu.php'),
(7435, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpNextPageFooter.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpNextPageFooter.php'),
(7436, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpNextPageRecommendationBox.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpNextPageRecommendationBox.php'),
(7437, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpNextPageScriptTypeApplicationJson.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpNextPageScriptTypeApplicationJson.php'),
(7438, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpNextPageSeparator.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpNextPageSeparator.php'),
(7439, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpNextPageTypeAdsense.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpNextPageTypeAdsense.php'),
(7440, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpNextPageWithInlineConfig.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpNextPageWithInlineConfig.php'),
(7441, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpNextPageWithSrcAttribute.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpNextPageWithSrcAttribute.php'),
(7442, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpNexxtvPlayer.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpNexxtvPlayer.php'),
(7443, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpO2Player.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpO2Player.php'),
(7444, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpOnetapGoogle.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpOnetapGoogle.php'),
(7445, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpOoyalaPlayer.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpOoyalaPlayer.php'),
(7446, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpOrientationObserver.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpOrientationObserver.php'),
(7447, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpPanZoom.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpPanZoom.php'),
(7448, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpPinterest.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpPinterest.php'),
(7449, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpPixel.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpPixel.php'),
(7450, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpPlaybuzz.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpPlaybuzz.php'),
(7451, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpPositionObserver.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpPositionObserver.php'),
(7452, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpPowrPlayer.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpPowrPlayer.php'),
(7453, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpReachPlayer.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpReachPlayer.php'),
(7454, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpRecaptchaInput.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpRecaptchaInput.php'),
(7455, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpRedbullPlayer.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpRedbullPlayer.php'),
(7456, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpReddit.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpReddit.php'),
(7457, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpRender.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpRender.php'),
(7458, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpRiddleQuiz.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpRiddleQuiz.php'),
(7459, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpScript.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpScript.php'),
(7460, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpScriptExtensionLocalScript.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpScriptExtensionLocalScript.php'),
(7461, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSelector.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSelector.php'),
(7462, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSelectorChild.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSelectorChild.php'),
(7463, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSelectorOption.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSelectorOption.php'),
(7464, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSidebar.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSidebar.php'),
(7465, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSidebarAmp4email.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSidebarAmp4email.php'),
(7466, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSidebarNav.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSidebarNav.php'),
(7467, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSkimlinks.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSkimlinks.php'),
(7468, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSmartlinks.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSmartlinks.php'),
(7469, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSocialShare.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSocialShare.php'),
(7470, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSoundcloud.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSoundcloud.php'),
(7471, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSpringboardPlayer.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSpringboardPlayer.php'),
(7472, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpState.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpState.php'),
(7473, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStateAmp4email.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStateAmp4email.php'),
(7474, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStickyAd.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStickyAd.php'),
(7475, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStory.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStory.php'),
(7476, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStory360.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStory360.php'),
(7477, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryAmpAudio.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryAmpAudio.php'),
(7478, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryAmpSidebar.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryAmpSidebar.php'),
(7479, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryAmpStoryPageAttachmentAmpVideo.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryAmpStoryPageAttachmentAmpVideo.php'),
(7480, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryAmpVideo.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryAmpVideo.php'),
(7481, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryAnimation.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryAnimation.php'),
(7482, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryAnimationJsonScript.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryAnimationJsonScript.php'),
(7483, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryAutoAds.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryAutoAds.php'),
(7484, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryAutoAdsConfigScript.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryAutoAdsConfigScript.php'),
(7485, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryAutoAdsTemplate.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryAutoAdsTemplate.php'),
(7486, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryAutoAnalytics.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryAutoAnalytics.php'),
(7487, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryBookend.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryBookend.php'),
(7488, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryBookendExtensionJsonScript.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryBookendExtensionJsonScript.php'),
(7489, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryCaptions.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryCaptions.php'),
(7490, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryConsent.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryConsent.php'),
(7491, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryConsentExtensionJsonScript.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryConsentExtensionJsonScript.php'),
(7492, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryCtaLayer.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryCtaLayer.php'),
(7493, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryCtaLayerAnimateIn.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryCtaLayerAnimateIn.php'),
(7494, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryGridLayer.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryGridLayer.php'),
(7495, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryGridLayerAnimateIn.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryGridLayerAnimateIn.php'),
(7496, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryGridLayerDefault.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryGridLayerDefault.php'),
(7497, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryInteractiveBinaryPoll.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryInteractiveBinaryPoll.php'),
(7498, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryInteractiveImgPoll.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryInteractiveImgPoll.php'),
(7499, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryInteractiveImgQuiz.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryInteractiveImgQuiz.php'),
(7500, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryInteractivePoll.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryInteractivePoll.php'),
(7501, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryInteractiveQuiz.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryInteractiveQuiz.php'),
(7502, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryInteractiveResults.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryInteractiveResults.php'),
(7503, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryPage.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryPage.php'),
(7504, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryPageAttachment.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryPageAttachment.php'),
(7505, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryPageAttachmentHref.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryPageAttachmentHref.php'),
(7506, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryPageOutlink.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryPageOutlink.php'),
(7507, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryPanningMedia.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryPanningMedia.php'),
(7508, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryPlayer.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryPlayer.php'),
(7509, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryPlayerImg.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryPlayerImg.php'),
(7510, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryShoppingAttachment.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryShoppingAttachment.php'),
(7511, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryShoppingConfig.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryShoppingConfig.php'),
(7512, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryShoppingTag.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStoryShoppingTag.php');
INSERT INTO `iamc_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(7513, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStorySocialShare.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStorySocialShare.php'),
(7514, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStorySocialShareExtensionJsonScript.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStorySocialShareExtensionJsonScript.php'),
(7515, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStorySubscriptions.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStorySubscriptions.php'),
(7516, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStreamGallery.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpStreamGallery.php'),
(7517, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSubscriptionsExtensionJsonScript.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpSubscriptionsExtensionJsonScript.php'),
(7518, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpTiktok.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpTiktok.php'),
(7519, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpTiktokBlockquote.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpTiktokBlockquote.php'),
(7520, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpTimeago.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpTimeago.php'),
(7521, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpTruncateText.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpTruncateText.php'),
(7522, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpTwitter.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpTwitter.php'),
(7523, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpUserNotification.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpUserNotification.php'),
(7524, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpVideo.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpVideo.php'),
(7525, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpVideoIframe.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpVideoIframe.php'),
(7526, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpVideoIframeTransformed.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpVideoIframeTransformed.php'),
(7527, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpVideoSource.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpVideoSource.php'),
(7528, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpVideoTrack.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpVideoTrack.php'),
(7529, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpVideoTrackKindSubtitles.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpVideoTrackKindSubtitles.php'),
(7530, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpVimeo.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpVimeo.php'),
(7531, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpVine.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpVine.php'),
(7532, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpViqeoPlayer.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpViqeoPlayer.php'),
(7533, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpVk.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpVk.php'),
(7534, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpWebPush.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpWebPush.php'),
(7535, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpWebPushWidget.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpWebPushWidget.php'),
(7536, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpWistiaPlayer.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpWistiaPlayer.php'),
(7537, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpWordpressEmbed.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpWordpressEmbed.php'),
(7538, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpYotpo.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpYotpo.php'),
(7539, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpYoutube.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmpYoutube.php'),
(7540, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmphtmlEngineScript.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmphtmlEngineScript.php'),
(7541, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmphtmlEngineScriptAmp4email.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmphtmlEngineScriptAmp4email.php'),
(7542, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmphtmlEngineScriptLts.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmphtmlEngineScriptLts.php'),
(7543, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmphtmlEngineScriptLtsTransformed.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmphtmlEngineScriptLtsTransformed.php'),
(7544, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmphtmlEngineScriptTransformed.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmphtmlEngineScriptTransformed.php'),
(7545, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmphtmlModuleEngineScript.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmphtmlModuleEngineScript.php'),
(7546, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmphtmlModuleLtsEngineScript.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmphtmlModuleLtsEngineScript.php'),
(7547, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmphtmlNomoduleEngineScript.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmphtmlNomoduleEngineScript.php'),
(7548, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmphtmlNomoduleLtsEngineScript.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AmphtmlNomoduleLtsEngineScript.php'),
(7549, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Article.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Article.php'),
(7550, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Aside.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Aside.php'),
(7551, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Audio.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Audio.php'),
(7552, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AudioSource.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AudioSource.php'),
(7553, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AudioTrack.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AudioTrack.php'),
(7554, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AudioTrackKindSubtitles.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/AudioTrackKindSubtitles.php'),
(7555, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/B.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/B.php'),
(7556, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Base.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Base.php'),
(7557, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Bdi.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Bdi.php'),
(7558, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Bdo.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Bdo.php'),
(7559, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Big.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Big.php'),
(7560, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Blockquote.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Blockquote.php'),
(7561, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/BlockquoteWithTiktok.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/BlockquoteWithTiktok.php'),
(7562, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Body.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Body.php'),
(7563, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Br.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Br.php'),
(7564, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Button.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Button.php'),
(7565, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ButtonAmpNestedMenu.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ButtonAmpNestedMenu.php'),
(7566, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Canvas.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Canvas.php'),
(7567, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Caption.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Caption.php'),
(7568, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Center.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Center.php'),
(7569, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Circle.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Circle.php'),
(7570, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Cite.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Cite.php'),
(7571, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Clippath.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Clippath.php'),
(7572, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Code.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Code.php'),
(7573, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Col.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Col.php'),
(7574, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Colgroup.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Colgroup.php'),
(7575, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/CryptokeysJsonScript.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/CryptokeysJsonScript.php'),
(7576, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Data.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Data.php'),
(7577, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Datalist.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Datalist.php'),
(7578, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Dd.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Dd.php'),
(7579, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Defs.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Defs.php'),
(7580, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Del.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Del.php'),
(7581, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Desc.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Desc.php'),
(7582, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Details.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Details.php'),
(7583, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Dfn.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Dfn.php'),
(7584, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Dir.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Dir.php'),
(7585, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Div.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Div.php'),
(7586, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/DivAmpNestedMenu.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/DivAmpNestedMenu.php'),
(7587, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Dl.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Dl.php'),
(7588, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Dt.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Dt.php'),
(7589, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Ellipse.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Ellipse.php'),
(7590, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Em.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Em.php'),
(7591, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Feblend.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Feblend.php'),
(7592, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fecolormatrix.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fecolormatrix.php'),
(7593, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fecomponenttransfer.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fecomponenttransfer.php'),
(7594, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fecomposite.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fecomposite.php'),
(7595, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Feconvolvematrix.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Feconvolvematrix.php'),
(7596, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fediffuselighting.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fediffuselighting.php'),
(7597, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fedisplacementmap.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fedisplacementmap.php'),
(7598, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fedistantlight.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fedistantlight.php'),
(7599, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fedropshadow.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fedropshadow.php'),
(7600, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Feflood.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Feflood.php'),
(7601, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fefunca.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fefunca.php'),
(7602, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fefuncb.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fefuncb.php'),
(7603, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fefuncg.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fefuncg.php'),
(7604, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fefuncr.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fefuncr.php'),
(7605, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fegaussianblur.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fegaussianblur.php'),
(7606, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Femerge.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Femerge.php'),
(7607, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Femergenode.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Femergenode.php'),
(7608, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Femorphology.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Femorphology.php'),
(7609, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Feoffset.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Feoffset.php'),
(7610, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fepointlight.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fepointlight.php'),
(7611, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fespecularlighting.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fespecularlighting.php'),
(7612, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fespotlight.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fespotlight.php'),
(7613, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fetile.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fetile.php'),
(7614, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Feturbulence.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Feturbulence.php'),
(7615, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fieldset.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Fieldset.php'),
(7616, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Figcaption.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Figcaption.php'),
(7617, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Figure.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Figure.php'),
(7618, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Filter.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Filter.php'),
(7619, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Footer.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Footer.php'),
(7620, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormDivSubmitError.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormDivSubmitError.php'),
(7621, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormDivSubmitErrorTemplate.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormDivSubmitErrorTemplate.php'),
(7622, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormDivSubmitSuccess.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormDivSubmitSuccess.php'),
(7623, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormDivSubmitSuccessTemplate.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormDivSubmitSuccessTemplate.php'),
(7624, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormDivSubmitting.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormDivSubmitting.php'),
(7625, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormDivSubmittingTemplate.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormDivSubmittingTemplate.php'),
(7626, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormDivVerifyError.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormDivVerifyError.php'),
(7627, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormDivVerifyErrorTemplate.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormDivVerifyErrorTemplate.php'),
(7628, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormMethodGet.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormMethodGet.php'),
(7629, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormMethodGetAmp4email.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormMethodGetAmp4email.php'),
(7630, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormMethodPost.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormMethodPost.php'),
(7631, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormMethodPostAmp4email.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/FormMethodPostAmp4email.php'),
(7632, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/G.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/G.php'),
(7633, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Glyph.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Glyph.php'),
(7634, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Glyphref.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Glyphref.php'),
(7635, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H1.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H1.php'),
(7636, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H2.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H2.php'),
(7637, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H2AmpNestedMenu.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H2AmpNestedMenu.php'),
(7638, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H3.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H3.php'),
(7639, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H3AmpNestedMenu.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H3AmpNestedMenu.php'),
(7640, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H4.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H4.php'),
(7641, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H4AmpNestedMenu.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H4AmpNestedMenu.php'),
(7642, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H5.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H5.php'),
(7643, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H5AmpNestedMenu.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H5AmpNestedMenu.php'),
(7644, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H6.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H6.php'),
(7645, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H6AmpNestedMenu.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/H6AmpNestedMenu.php'),
(7646, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Head.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Head.php'),
(7647, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/HeadStyleAmp4adsBoilerplate.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/HeadStyleAmp4adsBoilerplate.php'),
(7648, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/HeadStyleAmp4emailBoilerplate.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/HeadStyleAmp4emailBoilerplate.php'),
(7649, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/HeadStyleAmpBoilerplate.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/HeadStyleAmpBoilerplate.php'),
(7650, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Header.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Header.php'),
(7651, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/HeroImage.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/HeroImage.php'),
(7652, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/HeroImg.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/HeroImg.php'),
(7653, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Hgroup.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Hgroup.php'),
(7654, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Hkern.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Hkern.php'),
(7655, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Hr.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Hr.php'),
(7656, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Html.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Html.php'),
(7657, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/HtmlDoctype.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/HtmlDoctype.php'),
(7658, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/HtmlDoctypeAmp4ads.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/HtmlDoctypeAmp4ads.php'),
(7659, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/HtmlTransformed.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/HtmlTransformed.php'),
(7660, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/I.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/I.php'),
(7661, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/IAmphtmlSizerIntrinsic.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/IAmphtmlSizerIntrinsic.php'),
(7662, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/IAmphtmlSizerResponsive.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/IAmphtmlSizerResponsive.php'),
(7663, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Iframe.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Iframe.php'),
(7664, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Image.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Image.php'),
(7665, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ImageUsingSrcset.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ImageUsingSrcset.php'),
(7666, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ImgIAmphtmlIntrinsicSizer.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ImgIAmphtmlIntrinsicSizer.php'),
(7667, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ImgIAmphtmlIntrinsicSizerAmpStoryPlayer.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ImgIAmphtmlIntrinsicSizerAmpStoryPlayer.php'),
(7668, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ImgUsingSrcset.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ImgUsingSrcset.php'),
(7669, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Input.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Input.php'),
(7670, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/InputMaskCustomMask.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/InputMaskCustomMask.php'),
(7671, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/InputMaskDateDdMmYyyy.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/InputMaskDateDdMmYyyy.php'),
(7672, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/InputMaskDateMmDdYyyy.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/InputMaskDateMmDdYyyy.php'),
(7673, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/InputMaskDateMmYy.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/InputMaskDateMmYy.php'),
(7674, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/InputMaskDateYyyyMmDd.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/InputMaskDateYyyyMmDd.php'),
(7675, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/InputMaskPaymentCard.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/InputMaskPaymentCard.php'),
(7676, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/InputTypeFile.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/InputTypeFile.php'),
(7677, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/InputTypeImage.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/InputTypeImage.php'),
(7678, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/InputTypePassword.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/InputTypePassword.php'),
(7679, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Ins.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Ins.php'),
(7680, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Kbd.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Kbd.php'),
(7681, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Label.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Label.php'),
(7682, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Legend.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Legend.php'),
(7683, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Li.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Li.php'),
(7684, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Line.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Line.php'),
(7685, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Lineargradient.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Lineargradient.php'),
(7686, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LineargradientStop.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LineargradientStop.php'),
(7687, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LinkItemprop.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LinkItemprop.php'),
(7688, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LinkItempropSameas.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LinkItempropSameas.php'),
(7689, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LinkProperty.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LinkProperty.php'),
(7690, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LinkRel.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LinkRel.php'),
(7691, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LinkRelCanonical.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LinkRelCanonical.php'),
(7692, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LinkRelManifest.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LinkRelManifest.php'),
(7693, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LinkRelModulepreload.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LinkRelModulepreload.php'),
(7694, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LinkRelPreload.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LinkRelPreload.php'),
(7695, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LinkRelStylesheetForAmpStory10Css.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LinkRelStylesheetForAmpStory10Css.php'),
(7696, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LinkRelStylesheetForFonts.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/LinkRelStylesheetForFonts.php'),
(7697, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Listing.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Listing.php'),
(7698, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Main.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Main.php'),
(7699, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Mark.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Mark.php'),
(7700, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Marker.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Marker.php'),
(7701, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Mask.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Mask.php'),
(7702, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaCharsetUtf8.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaCharsetUtf8.php'),
(7703, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaHttpEquivContentLanguage.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaHttpEquivContentLanguage.php');
INSERT INTO `iamc_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(7704, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaHttpEquivContentScriptType.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaHttpEquivContentScriptType.php'),
(7705, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaHttpEquivContentStyleType.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaHttpEquivContentStyleType.php'),
(7706, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaHttpEquivContentType.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaHttpEquivContentType.php'),
(7707, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaHttpEquivImagetoolbar.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaHttpEquivImagetoolbar.php'),
(7708, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaHttpEquivOriginTrial.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaHttpEquivOriginTrial.php'),
(7709, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaHttpEquivPicsLabel.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaHttpEquivPicsLabel.php'),
(7710, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaHttpEquivResourceType.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaHttpEquivResourceType.php'),
(7711, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaHttpEquivXDnsPrefetchControl.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaHttpEquivXDnsPrefetchControl.php'),
(7712, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaHttpEquivXUaCompatible.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaHttpEquivXUaCompatible.php'),
(7713, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmp3pIframeSrc.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmp3pIframeSrc.php'),
(7714, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmp4adsId.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmp4adsId.php'),
(7715, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmp4adsVars.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmp4adsVars.php'),
(7716, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpAdDoubleclickSra.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpAdDoubleclickSra.php'),
(7717, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpAdEnableRefresh.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpAdEnableRefresh.php'),
(7718, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpConsentBlocking.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpConsentBlocking.php'),
(7719, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpCtaLandingPageType.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpCtaLandingPageType.php'),
(7720, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpCtaType.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpCtaType.php'),
(7721, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpCtaUrl.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpCtaUrl.php'),
(7722, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpExperimentToken.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpExperimentToken.php'),
(7723, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpExperimentsOptIn.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpExperimentsOptIn.php'),
(7724, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpGoogleClientidIdApi.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpGoogleClientidIdApi.php'),
(7725, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpLinkVariableAllowedOrigin.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpLinkVariableAllowedOrigin.php'),
(7726, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpListLoadMore.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpListLoadMore.php'),
(7727, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpRecaptchaInput.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpRecaptchaInput.php'),
(7728, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpScriptSrc.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpScriptSrc.php'),
(7729, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpStoryGeneratorName.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpStoryGeneratorName.php'),
(7730, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpStoryGeneratorVersion.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpStoryGeneratorVersion.php'),
(7731, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpToAmpNavigation.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAmpToAmpNavigation.php'),
(7732, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAndContent.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAndContent.php'),
(7733, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAppleItunesApp.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameAppleItunesApp.php'),
(7734, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameViewport.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/MetaNameViewport.php'),
(7735, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Metadata.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Metadata.php'),
(7736, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Meter.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Meter.php'),
(7737, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Multicol.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Multicol.php'),
(7738, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Nav.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Nav.php'),
(7739, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Nextid.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Nextid.php'),
(7740, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Nobr.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Nobr.php'),
(7741, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Noscript.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Noscript.php'),
(7742, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/NoscriptEnclosureForAmpStyleTags.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/NoscriptEnclosureForAmpStyleTags.php'),
(7743, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/NoscriptImg.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/NoscriptImg.php'),
(7744, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/NoscriptStyleAmpBoilerplate.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/NoscriptStyleAmpBoilerplate.php'),
(7745, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/OP.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/OP.php'),
(7746, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Ol.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Ol.php'),
(7747, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Optgroup.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Optgroup.php'),
(7748, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Option.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Option.php'),
(7749, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Output.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Output.php'),
(7750, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/P.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/P.php'),
(7751, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Path.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Path.php'),
(7752, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Pattern.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Pattern.php'),
(7753, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Picture.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Picture.php'),
(7754, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/PictureSource.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/PictureSource.php'),
(7755, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Polygon.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Polygon.php'),
(7756, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Polyline.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Polyline.php'),
(7757, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Pre.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Pre.php'),
(7758, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Progress.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Progress.php'),
(7759, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Q.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Q.php'),
(7760, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Radialgradient.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Radialgradient.php'),
(7761, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/RadialgradientStop.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/RadialgradientStop.php'),
(7762, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Rb.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Rb.php'),
(7763, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Rect.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Rect.php'),
(7764, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Rp.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Rp.php'),
(7765, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Rt.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Rt.php'),
(7766, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Rtc.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Rtc.php'),
(7767, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Ruby.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Ruby.php'),
(7768, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/S.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/S.php'),
(7769, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Samp.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Samp.php'),
(7770, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmp3dGltf.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmp3dGltf.php'),
(7771, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmp3qPlayer.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmp3qPlayer.php'),
(7772, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAccess.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAccess.php'),
(7773, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAccessFewcents.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAccessFewcents.php'),
(7774, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAccessLaterpay.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAccessLaterpay.php'),
(7775, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAccessPoool.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAccessPoool.php'),
(7776, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAccessScroll.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAccessScroll.php'),
(7777, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAccordion.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAccordion.php'),
(7778, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAccordion2.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAccordion2.php'),
(7779, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpActionMacro.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpActionMacro.php'),
(7780, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAdCustom.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAdCustom.php'),
(7781, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAdExit.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAdExit.php'),
(7782, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAddthis.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAddthis.php'),
(7783, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAnalytics.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAnalytics.php'),
(7784, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAnim.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAnim.php'),
(7785, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAnimation.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAnimation.php'),
(7786, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpApesterMedia.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpApesterMedia.php'),
(7787, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAppBanner.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAppBanner.php'),
(7788, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAudio.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAudio.php'),
(7789, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAutoAds.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAutoAds.php'),
(7790, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAutocomplete.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpAutocomplete.php'),
(7791, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpBaseCarousel.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpBaseCarousel.php'),
(7792, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpBeopinion.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpBeopinion.php'),
(7793, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpBind.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpBind.php'),
(7794, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpBodymovinAnimation.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpBodymovinAnimation.php'),
(7795, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpBridPlayer.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpBridPlayer.php'),
(7796, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpBrightcove.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpBrightcove.php'),
(7797, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpBrightcove2.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpBrightcove2.php'),
(7798, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpBysideContent.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpBysideContent.php'),
(7799, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpCacheUrl.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpCacheUrl.php'),
(7800, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpCallTracking.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpCallTracking.php'),
(7801, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpCarousel.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpCarousel.php'),
(7802, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpConnatixPlayer.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpConnatixPlayer.php'),
(7803, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpConsent.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpConsent.php'),
(7804, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpDailymotion.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpDailymotion.php'),
(7805, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpDailymotion2.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpDailymotion2.php'),
(7806, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpDateCountdown.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpDateCountdown.php'),
(7807, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpDateDisplay.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpDateDisplay.php'),
(7808, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpDatePicker.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpDatePicker.php'),
(7809, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpDelightPlayer.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpDelightPlayer.php'),
(7810, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpDynamicCssClasses.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpDynamicCssClasses.php'),
(7811, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpEmbedlyCard.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpEmbedlyCard.php'),
(7812, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpExperiment.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpExperiment.php'),
(7813, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpFacebook.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpFacebook.php'),
(7814, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpFacebookComments.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpFacebookComments.php'),
(7815, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpFacebookLike.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpFacebookLike.php'),
(7816, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpFacebookPage.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpFacebookPage.php'),
(7817, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpFitText.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpFitText.php'),
(7818, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpFitText2.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpFitText2.php'),
(7819, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpFont.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpFont.php'),
(7820, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpForm.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpForm.php'),
(7821, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpFxCollection.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpFxCollection.php'),
(7822, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpFxFlyingCarpet.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpFxFlyingCarpet.php'),
(7823, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpGeo.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpGeo.php'),
(7824, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpGfycat.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpGfycat.php'),
(7825, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpGist.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpGist.php'),
(7826, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpGoogleDocumentEmbed.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpGoogleDocumentEmbed.php'),
(7827, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpGoogleReadAloudPlayer.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpGoogleReadAloudPlayer.php'),
(7828, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpGwdAnimation.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpGwdAnimation.php'),
(7829, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpHulu.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpHulu.php'),
(7830, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpIframe.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpIframe.php'),
(7831, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpIframe2.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpIframe2.php'),
(7832, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpIframely.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpIframely.php'),
(7833, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpImaVideo.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpImaVideo.php'),
(7834, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpImageLightbox.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpImageLightbox.php'),
(7835, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpImageSlider.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpImageSlider.php'),
(7836, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpImgur.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpImgur.php'),
(7837, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpInlineGallery.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpInlineGallery.php'),
(7838, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpInputmask.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpInputmask.php'),
(7839, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpInstagram.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpInstagram.php'),
(7840, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpInstagram2.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpInstagram2.php'),
(7841, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpInstallServiceworker.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpInstallServiceworker.php'),
(7842, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpIzlesene.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpIzlesene.php'),
(7843, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpJwplayer.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpJwplayer.php'),
(7844, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpKalturaPlayer.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpKalturaPlayer.php'),
(7845, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpLightbox.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpLightbox.php'),
(7846, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpLightbox2.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpLightbox2.php'),
(7847, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpLightboxGallery.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpLightboxGallery.php'),
(7848, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpLinkRewriter.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpLinkRewriter.php'),
(7849, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpList.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpList.php'),
(7850, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpLiveList.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpLiveList.php'),
(7851, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpMathml.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpMathml.php'),
(7852, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpMathml2.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpMathml2.php'),
(7853, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpMegaMenu.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpMegaMenu.php'),
(7854, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpMegaphone.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpMegaphone.php'),
(7855, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpMinuteMediaPlayer.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpMinuteMediaPlayer.php'),
(7856, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpMowplayer.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpMowplayer.php'),
(7857, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpMraid.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpMraid.php'),
(7858, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpMustache.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpMustache.php'),
(7859, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpNestedMenu.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpNestedMenu.php'),
(7860, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpNextPage.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpNextPage.php'),
(7861, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpNexxtvPlayer.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpNexxtvPlayer.php'),
(7862, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpO2Player.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpO2Player.php'),
(7863, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpOnerrorV0Js.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpOnerrorV0Js.php'),
(7864, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpOnerrorV0JsOrV0Mjs.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpOnerrorV0JsOrV0Mjs.php'),
(7865, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpOnetapGoogle.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpOnetapGoogle.php'),
(7866, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpOoyalaPlayer.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpOoyalaPlayer.php'),
(7867, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpOrientationObserver.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpOrientationObserver.php'),
(7868, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpPanZoom.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpPanZoom.php'),
(7869, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpPinterest.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpPinterest.php'),
(7870, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpPlaybuzz.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpPlaybuzz.php'),
(7871, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpPositionObserver.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpPositionObserver.php'),
(7872, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpPowrPlayer.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpPowrPlayer.php'),
(7873, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpReachPlayer.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpReachPlayer.php'),
(7874, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpRecaptchaInput.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpRecaptchaInput.php'),
(7875, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpRedbullPlayer.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpRedbullPlayer.php'),
(7876, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpReddit.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpReddit.php'),
(7877, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpRender.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpRender.php'),
(7878, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpRiddleQuiz.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpRiddleQuiz.php'),
(7879, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpScript.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpScript.php'),
(7880, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSelector.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSelector.php'),
(7881, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSelector2.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSelector2.php'),
(7882, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSidebar.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSidebar.php'),
(7883, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSidebar2.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSidebar2.php'),
(7884, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSkimlinks.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSkimlinks.php'),
(7885, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSlides.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSlides.php'),
(7886, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSmartlinks.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSmartlinks.php'),
(7887, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSocialShare.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSocialShare.php');
INSERT INTO `iamc_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(7888, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSocialShare2.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSocialShare2.php'),
(7889, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSoundcloud.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSoundcloud.php'),
(7890, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSoundcloud2.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSoundcloud2.php'),
(7891, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSpringboardPlayer.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSpringboardPlayer.php'),
(7892, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStickyAd.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStickyAd.php'),
(7893, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStory.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStory.php'),
(7894, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStory360.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStory360.php'),
(7895, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStoryAutoAds.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStoryAutoAds.php'),
(7896, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStoryAutoAnalytics.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStoryAutoAnalytics.php'),
(7897, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStoryCaptions.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStoryCaptions.php'),
(7898, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStoryDvhPolyfill.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStoryDvhPolyfill.php'),
(7899, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStoryInteractive.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStoryInteractive.php'),
(7900, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStoryPanningMedia.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStoryPanningMedia.php'),
(7901, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStoryPlayer.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStoryPlayer.php'),
(7902, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStoryShopping.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStoryShopping.php'),
(7903, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStorySubscriptions.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStorySubscriptions.php'),
(7904, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStreamGallery.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpStreamGallery.php'),
(7905, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSubscriptions.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSubscriptions.php'),
(7906, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSubscriptionsGoogle.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpSubscriptionsGoogle.php'),
(7907, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpTiktok.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpTiktok.php'),
(7908, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpTimeago.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpTimeago.php'),
(7909, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpTruncateText.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpTruncateText.php'),
(7910, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpTwitter.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpTwitter.php'),
(7911, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpTwitter2.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpTwitter2.php'),
(7912, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpUserNotification.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpUserNotification.php'),
(7913, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpVideo.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpVideo.php'),
(7914, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpVideo2.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpVideo2.php'),
(7915, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpVideoDocking.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpVideoDocking.php'),
(7916, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpVideoIframe.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpVideoIframe.php'),
(7917, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpVideoIframe2.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpVideoIframe2.php'),
(7918, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpVimeo.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpVimeo.php'),
(7919, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpVimeo2.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpVimeo2.php'),
(7920, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpVine.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpVine.php'),
(7921, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpViqeoPlayer.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpViqeoPlayer.php'),
(7922, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpVk.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpVk.php'),
(7923, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpWebPush.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpWebPush.php'),
(7924, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpWistiaPlayer.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpWistiaPlayer.php'),
(7925, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpWordpressEmbed.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpWordpressEmbed.php'),
(7926, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpYotpo.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpYotpo.php'),
(7927, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpYoutube.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpYoutube.php'),
(7928, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpYoutube2.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptAmpYoutube2.php'),
(7929, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpAccordionAmp4email.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpAccordionAmp4email.php'),
(7930, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpAutocompleteAmp4email.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpAutocompleteAmp4email.php'),
(7931, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpBindAmp4email.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpBindAmp4email.php'),
(7932, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpCarouselAmp4email.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpCarouselAmp4email.php'),
(7933, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpFitTextAmp4email.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpFitTextAmp4email.php'),
(7934, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpFormAmp4email.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpFormAmp4email.php'),
(7935, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpImageLightboxAmp4email.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpImageLightboxAmp4email.php'),
(7936, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpLightboxAmp4ads.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpLightboxAmp4ads.php'),
(7937, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpLightboxAmp4email.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpLightboxAmp4email.php'),
(7938, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpListAmp4email.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpListAmp4email.php'),
(7939, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpSelectorAmp4email.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpSelectorAmp4email.php'),
(7940, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpSidebarAmp4email.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpSidebarAmp4email.php'),
(7941, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpTimeagoAmp4email.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomElementAmpTimeagoAmp4email.php'),
(7942, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomTemplateAmpMustacheAmp4ads.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomTemplateAmpMustacheAmp4ads.php'),
(7943, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomTemplateAmpMustacheAmp4email.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptCustomTemplateAmpMustacheAmp4email.php'),
(7944, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptIdAmpRtc.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptIdAmpRtc.php'),
(7945, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptTypeApplicationLdJson.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptTypeApplicationLdJson.php'),
(7946, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptTypeTextPlain.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptTypeTextPlain.php'),
(7947, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptTypeTextPlainAmp4email.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/ScriptTypeTextPlainAmp4email.php'),
(7948, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Section.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Section.php'),
(7949, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/SectionAmp4email.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/SectionAmp4email.php'),
(7950, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Select.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Select.php'),
(7951, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Slot.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Slot.php'),
(7952, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Small.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Small.php'),
(7953, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Solidcolor.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Solidcolor.php'),
(7954, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Spacer.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Spacer.php'),
(7955, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Span.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Span.php'),
(7956, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/SpanAmpNestedMenu.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/SpanAmpNestedMenu.php'),
(7957, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/SpanSwgAmpCacheNonce.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/SpanSwgAmpCacheNonce.php'),
(7958, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/StandardImage.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/StandardImage.php'),
(7959, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/StandardImg.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/StandardImg.php'),
(7960, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Strike.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Strike.php'),
(7961, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Strong.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Strong.php'),
(7962, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/StyleAmpCustom.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/StyleAmpCustom.php'),
(7963, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/StyleAmpCustomAmp4ads.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/StyleAmpCustomAmp4ads.php'),
(7964, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/StyleAmpCustomAmp4email.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/StyleAmpCustomAmp4email.php'),
(7965, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/StyleAmpCustomCssStrict.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/StyleAmpCustomCssStrict.php'),
(7966, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/StyleAmpCustomLengthCheck.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/StyleAmpCustomLengthCheck.php'),
(7967, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/StyleAmpKeyframes.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/StyleAmpKeyframes.php'),
(7968, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/StyleAmpNoscript.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/StyleAmpNoscript.php'),
(7969, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/StyleAmpRuntimeTransformed.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/StyleAmpRuntimeTransformed.php'),
(7970, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Sub.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Sub.php'),
(7971, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/SubscriptionsScriptCiphertext.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/SubscriptionsScriptCiphertext.php'),
(7972, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/SubscriptionsSectionContentSwgAmpCacheNonce.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/SubscriptionsSectionContentSwgAmpCacheNonce.php'),
(7973, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Summary.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Summary.php'),
(7974, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Sup.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Sup.php'),
(7975, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Svg.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Svg.php'),
(7976, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/SvgTitle.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/SvgTitle.php'),
(7977, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Switch_.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Switch_.php'),
(7978, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Symbol.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Symbol.php'),
(7979, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Table.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Table.php'),
(7980, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Tbody.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Tbody.php'),
(7981, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Td.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Td.php'),
(7982, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Template.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Template.php'),
(7983, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/TemplateAmp4email.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/TemplateAmp4email.php'),
(7984, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Text.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Text.php'),
(7985, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Textarea.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Textarea.php'),
(7986, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Textpath.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Textpath.php'),
(7987, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Tfoot.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Tfoot.php'),
(7988, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Th.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Th.php'),
(7989, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Thead.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Thead.php'),
(7990, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Time.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Time.php'),
(7991, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Title.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Title.php'),
(7992, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/TitleAmp4email.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/TitleAmp4email.php'),
(7993, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Tr.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Tr.php'),
(7994, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Tref.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Tref.php'),
(7995, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Tspan.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Tspan.php'),
(7996, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Tt.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Tt.php'),
(7997, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/U.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/U.php'),
(7998, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Ul.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Ul.php'),
(7999, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Use_.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Use_.php'),
(8000, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Var_.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Var_.php'),
(8001, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Video.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Video.php'),
(8002, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/VideoSource.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/VideoSource.php'),
(8003, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/VideoTrack.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/VideoTrack.php'),
(8004, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/VideoTrackKindSubtitles.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/VideoTrackKindSubtitles.php'),
(8005, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/View.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/View.php'),
(8006, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Vkern.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Vkern.php'),
(8007, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Wbr.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag/Wbr.php'),
(8008, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/Tag.php'),
(8009, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/TagWithExtensionSpec.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec/TagWithExtensionSpec.php'),
(8010, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/Spec.php'),
(8011, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/ValidateTagResult.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/ValidateTagResult.php'),
(8012, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/ValidationEngine.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/ValidationEngine.php'),
(8013, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/ValidationError.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/ValidationError.php'),
(8014, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/ValidationErrorCollection.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/ValidationErrorCollection.php'),
(8015, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/ValidationHandler.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/ValidationHandler.php'),
(8016, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/ValidationResult.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/ValidationResult.php'),
(8017, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/ValidationSeverity.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/ValidationSeverity.php'),
(8018, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/ValidationStatus.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/ValidationStatus.php'),
(8019, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/ValidatorRules.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/ValidatorRules.php'),
(8020, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/ValueSetProvision.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/ValueSetProvision.php'),
(8021, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/ValueSetRequirement.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-toolbox/src/Validator/ValueSetRequirement.php'),
(8022, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/includes/bootstrap.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/includes/bootstrap.php'),
(8023, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/includes/ecosystem-data/analytics-vendors.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/includes/ecosystem-data/analytics-vendors.php'),
(8024, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/includes/ecosystem-data/plugins.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/includes/ecosystem-data/plugins.php'),
(8025, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/includes/ecosystem-data/themes.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/includes/ecosystem-data/themes.php'),
(8026, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/includes/sanitizers/class-amp-allowed-tags-generated.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/includes/sanitizers/class-amp-allowed-tags-generated.php'),
(8027, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/includes/sanitizers/class-amp-base-sanitizer.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/includes/sanitizers/class-amp-base-sanitizer.php'),
(8028, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/includes/sanitizers/class-amp-dev-mode-sanitizer.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/includes/sanitizers/class-amp-dev-mode-sanitizer.php'),
(8029, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/includes/sanitizers/class-amp-layout-sanitizer.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/includes/sanitizers/class-amp-layout-sanitizer.php'),
(8030, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/includes/sanitizers/class-amp-meta-sanitizer.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/includes/sanitizers/class-amp-meta-sanitizer.php'),
(8031, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/includes/sanitizers/class-amp-rule-spec.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/includes/sanitizers/class-amp-rule-spec.php'),
(8032, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/includes/sanitizers/class-amp-script-sanitizer.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/includes/sanitizers/class-amp-script-sanitizer.php'),
(8033, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/includes/sanitizers/class-amp-style-sanitizer.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/includes/sanitizers/class-amp-style-sanitizer.php'),
(8034, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/includes/sanitizers/class-amp-tag-and-attribute-sanitizer.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/includes/sanitizers/class-amp-tag-and-attribute-sanitizer.php'),
(8035, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/includes/sanitizers/trait-amp-noscript-fallback.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/includes/sanitizers/trait-amp-noscript-fallback.php'),
(8036, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/includes/templates/class-amp-content-sanitizer.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/includes/templates/class-amp-content-sanitizer.php'),
(8037, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/includes/uninstall-functions.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/includes/uninstall-functions.php'),
(8038, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/includes/utils/class-amp-dom-utils.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/includes/utils/class-amp-dom-utils.php'),
(8039, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/includes/utils/class-amp-image-dimension-extractor.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/includes/utils/class-amp-image-dimension-extractor.php'),
(8040, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/includes/utils/class-amp-string-utils.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/includes/utils/class-amp-string-utils.php'),
(8041, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/includes/validation/class-amp-validation-error-taxonomy.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/includes/validation/class-amp-validation-error-taxonomy.php'),
(8042, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/includes/validation/class-amp-validation-manager.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/includes/validation/class-amp-validation-manager.php'),
(8043, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/src/RemoteRequest/CachedRemoteGetRequest.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/src/RemoteRequest/CachedRemoteGetRequest.php'),
(8044, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/src/RemoteRequest/CachedResponse.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/src/RemoteRequest/CachedResponse.php'),
(8045, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/src/RemoteRequest/WpHttpRemoteGetRequest.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/src/RemoteRequest/WpHttpRemoteGetRequest.php'),
(8046, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/src/ValidationExemption.php', 'wp-content/plugins/web-stories/third-party/vendor/ampproject/amp-wp/src/ValidationExemption.php'),
(8047, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/autoload.php', 'wp-content/plugins/web-stories/third-party/vendor/autoload.php'),
(8048, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/composer/ClassLoader.php', 'wp-content/plugins/web-stories/third-party/vendor/composer/ClassLoader.php'),
(8049, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/composer/LICENSE', 'wp-content/plugins/web-stories/third-party/vendor/composer/LICENSE'),
(8050, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/composer/autoload_classmap.php', 'wp-content/plugins/web-stories/third-party/vendor/composer/autoload_classmap.php'),
(8051, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/composer/autoload_namespaces.php', 'wp-content/plugins/web-stories/third-party/vendor/composer/autoload_namespaces.php'),
(8052, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/composer/autoload_psr4.php', 'wp-content/plugins/web-stories/third-party/vendor/composer/autoload_psr4.php'),
(8053, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/composer/autoload_real.php', 'wp-content/plugins/web-stories/third-party/vendor/composer/autoload_real.php'),
(8054, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/composer/autoload_static.php', 'wp-content/plugins/web-stories/third-party/vendor/composer/autoload_static.php'),
(8055, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/enshrined/svg-sanitize/src/ElementReference/Resolver.php', 'wp-content/plugins/web-stories/third-party/vendor/enshrined/svg-sanitize/src/ElementReference/Resolver.php'),
(8056, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/enshrined/svg-sanitize/src/ElementReference/Subject.php', 'wp-content/plugins/web-stories/third-party/vendor/enshrined/svg-sanitize/src/ElementReference/Subject.php'),
(8057, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/enshrined/svg-sanitize/src/ElementReference/Usage.php', 'wp-content/plugins/web-stories/third-party/vendor/enshrined/svg-sanitize/src/ElementReference/Usage.php'),
(8058, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/enshrined/svg-sanitize/src/Exceptions/NestingException.php', 'wp-content/plugins/web-stories/third-party/vendor/enshrined/svg-sanitize/src/Exceptions/NestingException.php'),
(8059, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/enshrined/svg-sanitize/src/Helper.php', 'wp-content/plugins/web-stories/third-party/vendor/enshrined/svg-sanitize/src/Helper.php'),
(8060, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/enshrined/svg-sanitize/src/Sanitizer.php', 'wp-content/plugins/web-stories/third-party/vendor/enshrined/svg-sanitize/src/Sanitizer.php'),
(8061, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/enshrined/svg-sanitize/src/data/AllowedAttributes.php', 'wp-content/plugins/web-stories/third-party/vendor/enshrined/svg-sanitize/src/data/AllowedAttributes.php'),
(8062, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/enshrined/svg-sanitize/src/data/AllowedTags.php', 'wp-content/plugins/web-stories/third-party/vendor/enshrined/svg-sanitize/src/data/AllowedTags.php'),
(8063, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/enshrined/svg-sanitize/src/data/AttributeInterface.php', 'wp-content/plugins/web-stories/third-party/vendor/enshrined/svg-sanitize/src/data/AttributeInterface.php'),
(8064, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/enshrined/svg-sanitize/src/data/TagInterface.php', 'wp-content/plugins/web-stories/third-party/vendor/enshrined/svg-sanitize/src/data/TagInterface.php'),
(8065, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/enshrined/svg-sanitize/src/data/XPath.php', 'wp-content/plugins/web-stories/third-party/vendor/enshrined/svg-sanitize/src/data/XPath.php'),
(8066, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/enshrined/svg-sanitize/src/svg-scanner.php', 'wp-content/plugins/web-stories/third-party/vendor/enshrined/svg-sanitize/src/svg-scanner.php'),
(8067, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/fasterimage/fasterimage/src/FasterImage/Exception/InvalidImageException.php', 'wp-content/plugins/web-stories/third-party/vendor/fasterimage/fasterimage/src/FasterImage/Exception/InvalidImageException.php'),
(8068, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/fasterimage/fasterimage/src/FasterImage/ExifParser.php', 'wp-content/plugins/web-stories/third-party/vendor/fasterimage/fasterimage/src/FasterImage/ExifParser.php'),
(8069, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/fasterimage/fasterimage/src/FasterImage/FasterImage.php', 'wp-content/plugins/web-stories/third-party/vendor/fasterimage/fasterimage/src/FasterImage/FasterImage.php'),
(8070, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/fasterimage/fasterimage/src/FasterImage/ImageParser.php', 'wp-content/plugins/web-stories/third-party/vendor/fasterimage/fasterimage/src/FasterImage/ImageParser.php'),
(8071, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/CSSList/AtRuleBlockList.php', 'wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/CSSList/AtRuleBlockList.php'),
(8072, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/CSSList/CSSBlockList.php', 'wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/CSSList/CSSBlockList.php'),
(8073, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/CSSList/CSSList.php', 'wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/CSSList/CSSList.php'),
(8074, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/CSSList/Document.php', 'wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/CSSList/Document.php'),
(8075, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/CSSList/KeyFrame.php', 'wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/CSSList/KeyFrame.php'),
(8076, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Comment/Comment.php', 'wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Comment/Comment.php'),
(8077, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Comment/Commentable.php', 'wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Comment/Commentable.php'),
(8078, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/OutputFormat.php', 'wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/OutputFormat.php'),
(8079, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/OutputFormatter.php', 'wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/OutputFormatter.php');
INSERT INTO `iamc_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(8080, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Parser.php', 'wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Parser.php'),
(8081, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Parsing/OutputException.php', 'wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Parsing/OutputException.php'),
(8082, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Parsing/ParserState.php', 'wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Parsing/ParserState.php'),
(8083, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Parsing/SourceException.php', 'wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Parsing/SourceException.php'),
(8084, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Parsing/UnexpectedEOFException.php', 'wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Parsing/UnexpectedEOFException.php'),
(8085, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Parsing/UnexpectedTokenException.php', 'wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Parsing/UnexpectedTokenException.php'),
(8086, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Property/AtRule.php', 'wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Property/AtRule.php'),
(8087, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Property/CSSNamespace.php', 'wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Property/CSSNamespace.php'),
(8088, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Property/Charset.php', 'wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Property/Charset.php'),
(8089, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Property/Import.php', 'wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Property/Import.php'),
(8090, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Property/KeyframeSelector.php', 'wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Property/KeyframeSelector.php'),
(8091, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Property/Selector.php', 'wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Property/Selector.php'),
(8092, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Renderable.php', 'wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Renderable.php'),
(8093, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Rule/Rule.php', 'wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Rule/Rule.php'),
(8094, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/RuleSet/AtRuleSet.php', 'wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/RuleSet/AtRuleSet.php'),
(8095, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/RuleSet/DeclarationBlock.php', 'wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/RuleSet/DeclarationBlock.php'),
(8096, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/RuleSet/RuleSet.php', 'wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/RuleSet/RuleSet.php'),
(8097, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Settings.php', 'wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Settings.php'),
(8098, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Value/CSSFunction.php', 'wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Value/CSSFunction.php'),
(8099, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Value/CSSString.php', 'wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Value/CSSString.php'),
(8100, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Value/CalcFunction.php', 'wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Value/CalcFunction.php'),
(8101, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Value/CalcRuleValueList.php', 'wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Value/CalcRuleValueList.php'),
(8102, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Value/Color.php', 'wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Value/Color.php'),
(8103, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Value/LineName.php', 'wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Value/LineName.php'),
(8104, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Value/PrimitiveValue.php', 'wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Value/PrimitiveValue.php'),
(8105, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Value/RuleValueList.php', 'wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Value/RuleValueList.php'),
(8106, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Value/Size.php', 'wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Value/Size.php'),
(8107, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Value/URL.php', 'wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Value/URL.php'),
(8108, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Value/Value.php', 'wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Value/Value.php'),
(8109, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Value/ValueList.php', 'wp-content/plugins/web-stories/third-party/vendor/sabberworm/php-css-parser/src/Value/ValueList.php'),
(8110, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/scoper-autoload.php', 'wp-content/plugins/web-stories/third-party/vendor/scoper-autoload.php'),
(8111, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/symfony/polyfill-mbstring/Mbstring.php', 'wp-content/plugins/web-stories/third-party/vendor/symfony/polyfill-mbstring/Mbstring.php'),
(8112, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php', 'wp-content/plugins/web-stories/third-party/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php'),
(8113, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php', 'wp-content/plugins/web-stories/third-party/vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php'),
(8114, '/home/www/iamctv.com/wp-content/plugins/web-stories/third-party/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php', 'wp-content/plugins/web-stories/third-party/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php'),
(8115, '/home/www/iamctv.com/wp-content/plugins/web-stories/uninstall.php', 'wp-content/plugins/web-stories/uninstall.php'),
(8116, '/home/www/iamctv.com/wp-content/plugins/web-stories/web-stories.php', 'wp-content/plugins/web-stories/web-stories.php'),
(8117, '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/autoload.php', 'wp-content/plugins/wordfence/crypto/vendor/autoload.php'),
(8118, '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/composer/ClassLoader.php', 'wp-content/plugins/wordfence/crypto/vendor/composer/ClassLoader.php'),
(8119, '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/composer/InstalledVersions.php', 'wp-content/plugins/wordfence/crypto/vendor/composer/InstalledVersions.php'),
(8120, '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/composer/LICENSE', 'wp-content/plugins/wordfence/crypto/vendor/composer/LICENSE'),
(8121, '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/composer/autoload_classmap.php', 'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_classmap.php'),
(8122, '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/composer/autoload_files.php', 'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_files.php'),
(8123, '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/composer/autoload_namespaces.php', 'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_namespaces.php'),
(8124, '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/composer/autoload_psr4.php', 'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_psr4.php'),
(8125, '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/composer/autoload_real.php', 'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_real.php'),
(8126, '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/composer/autoload_static.php', 'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_static.php'),
(8127, '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/composer/installed.json', 'wp-content/plugins/wordfence/crypto/vendor/composer/installed.json'),
(8128, '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/composer/installed.php', 'wp-content/plugins/wordfence/crypto/vendor/composer/installed.php'),
(8129, '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/composer/platform_check.php', 'wp-content/plugins/wordfence/crypto/vendor/composer/platform_check.php'),
(8130, '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/LICENSE', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/LICENSE'),
(8131, '/home/www/iamctv.com/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'),
(8132, '/home/www/iamctv.com/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'),
(8133, '/home/www/iamctv.com/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'),
(8134, '/home/www/iamctv.com/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'),
(8135, '/home/www/iamctv.com/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'),
(8136, '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random.php'),
(8137, '/home/www/iamctv.com/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'),
(8138, '/home/www/iamctv.com/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'),
(8139, '/home/www/iamctv.com/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'),
(8140, '/home/www/iamctv.com/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'),
(8141, '/home/www/iamctv.com/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'),
(8142, '/home/www/iamctv.com/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'),
(8143, '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/psalm-autoload.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/psalm-autoload.php'),
(8144, '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/LICENSE', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/LICENSE'),
(8145, '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-fast.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-fast.php'),
(8146, '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-pedantic.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-pedantic.php'),
(8147, '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-php7.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-php7.php'),
(8148, '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-phpunit.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-phpunit.php'),
(8149, '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload.php'),
(8150, '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/composer-php52.json', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/composer-php52.json'),
(8151, '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/constants.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/constants.php'),
(8152, '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/namespaced.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/namespaced.php'),
(8153, '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat.php'),
(8154, '/home/www/iamctv.com/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'),
(8155, '/home/www/iamctv.com/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'),
(8156, '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Compat.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Compat.php'),
(8157, '/home/www/iamctv.com/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'),
(8158, '/home/www/iamctv.com/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'),
(8159, '/home/www/iamctv.com/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'),
(8160, '/home/www/iamctv.com/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'),
(8161, '/home/www/iamctv.com/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'),
(8162, '/home/www/iamctv.com/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'),
(8163, '/home/www/iamctv.com/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'),
(8164, '/home/www/iamctv.com/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'),
(8165, '/home/www/iamctv.com/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'),
(8166, '/home/www/iamctv.com/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'),
(8167, '/home/www/iamctv.com/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'),
(8168, '/home/www/iamctv.com/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'),
(8169, '/home/www/iamctv.com/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'),
(8170, '/home/www/iamctv.com/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'),
(8171, '/home/www/iamctv.com/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'),
(8172, '/home/www/iamctv.com/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'),
(8173, '/home/www/iamctv.com/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'),
(8174, '/home/www/iamctv.com/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'),
(8175, '/home/www/iamctv.com/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'),
(8176, '/home/www/iamctv.com/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'),
(8177, '/home/www/iamctv.com/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'),
(8178, '/home/www/iamctv.com/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'),
(8179, '/home/www/iamctv.com/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'),
(8180, '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Crypto.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Crypto.php'),
(8181, '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/File.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/File.php'),
(8182, '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/psalm-above-3.xml', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/psalm-above-3.xml'),
(8183, '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/psalm-below-3.xml', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/psalm-below-3.xml'),
(8184, '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Compat.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Compat.php'),
(8185, '/home/www/iamctv.com/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'),
(8186, '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/Common.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/Common.php'),
(8187, '/home/www/iamctv.com/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'),
(8188, '/home/www/iamctv.com/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'),
(8189, '/home/www/iamctv.com/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'),
(8190, '/home/www/iamctv.com/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'),
(8191, '/home/www/iamctv.com/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'),
(8192, '/home/www/iamctv.com/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'),
(8193, '/home/www/iamctv.com/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'),
(8194, '/home/www/iamctv.com/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'),
(8195, '/home/www/iamctv.com/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'),
(8196, '/home/www/iamctv.com/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'),
(8197, '/home/www/iamctv.com/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'),
(8198, '/home/www/iamctv.com/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'),
(8199, '/home/www/iamctv.com/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'),
(8200, '/home/www/iamctv.com/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'),
(8201, '/home/www/iamctv.com/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'),
(8202, '/home/www/iamctv.com/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'),
(8203, '/home/www/iamctv.com/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'),
(8204, '/home/www/iamctv.com/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'),
(8205, '/home/www/iamctv.com/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'),
(8206, '/home/www/iamctv.com/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'),
(8207, '/home/www/iamctv.com/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'),
(8208, '/home/www/iamctv.com/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'),
(8209, '/home/www/iamctv.com/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'),
(8210, '/home/www/iamctv.com/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'),
(8211, '/home/www/iamctv.com/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'),
(8212, '/home/www/iamctv.com/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'),
(8213, '/home/www/iamctv.com/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'),
(8214, '/home/www/iamctv.com/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'),
(8215, '/home/www/iamctv.com/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'),
(8216, '/home/www/iamctv.com/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'),
(8217, '/home/www/iamctv.com/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'),
(8218, '/home/www/iamctv.com/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'),
(8219, '/home/www/iamctv.com/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'),
(8220, '/home/www/iamctv.com/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'),
(8221, '/home/www/iamctv.com/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'),
(8222, '/home/www/iamctv.com/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'),
(8223, '/home/www/iamctv.com/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'),
(8224, '/home/www/iamctv.com/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'),
(8225, '/home/www/iamctv.com/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'),
(8226, '/home/www/iamctv.com/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'),
(8227, '/home/www/iamctv.com/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'),
(8228, '/home/www/iamctv.com/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'),
(8229, '/home/www/iamctv.com/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'),
(8230, '/home/www/iamctv.com/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'),
(8231, '/home/www/iamctv.com/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'),
(8232, '/home/www/iamctv.com/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'),
(8233, '/home/www/iamctv.com/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'),
(8234, '/home/www/iamctv.com/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'),
(8235, '/home/www/iamctv.com/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'),
(8236, '/home/www/iamctv.com/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'),
(8237, '/home/www/iamctv.com/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'),
(8238, '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto.php'),
(8239, '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto32.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto32.php'),
(8240, '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/File.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/File.php'),
(8241, '/home/www/iamctv.com/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'),
(8242, '/home/www/iamctv.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/SodiumException.php', 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/SodiumException.php'),
(8243, '/home/www/iamctv.com/wp-content/plugins/wordfence/css/activity-report-widget.1655226500.css', 'wp-content/plugins/wordfence/css/activity-report-widget.1655226500.css'),
(8244, '/home/www/iamctv.com/wp-content/plugins/wordfence/css/diff.1655226500.css', 'wp-content/plugins/wordfence/css/diff.1655226500.css'),
(8245, '/home/www/iamctv.com/wp-content/plugins/wordfence/css/dt_table.1655226500.css', 'wp-content/plugins/wordfence/css/dt_table.1655226500.css'),
(8246, '/home/www/iamctv.com/wp-content/plugins/wordfence/css/fullLog.1655226500.css', 'wp-content/plugins/wordfence/css/fullLog.1655226500.css'),
(8247, '/home/www/iamctv.com/wp-content/plugins/wordfence/css/images/ui-icons_444444_256x240.png', 'wp-content/plugins/wordfence/css/images/ui-icons_444444_256x240.png'),
(8248, '/home/www/iamctv.com/wp-content/plugins/wordfence/css/images/ui-icons_555555_256x240.png', 'wp-content/plugins/wordfence/css/images/ui-icons_555555_256x240.png'),
(8249, '/home/www/iamctv.com/wp-content/plugins/wordfence/css/images/ui-icons_777620_256x240.png', 'wp-content/plugins/wordfence/css/images/ui-icons_777620_256x240.png'),
(8250, '/home/www/iamctv.com/wp-content/plugins/wordfence/css/images/ui-icons_777777_256x240.png', 'wp-content/plugins/wordfence/css/images/ui-icons_777777_256x240.png'),
(8251, '/home/www/iamctv.com/wp-content/plugins/wordfence/css/images/ui-icons_cc0000_256x240.png', 'wp-content/plugins/wordfence/css/images/ui-icons_cc0000_256x240.png'),
(8252, '/home/www/iamctv.com/wp-content/plugins/wordfence/css/images/ui-icons_ffffff_256x240.png', 'wp-content/plugins/wordfence/css/images/ui-icons_ffffff_256x240.png'),
(8253, '/home/www/iamctv.com/wp-content/plugins/wordfence/css/iptraf.1655226500.css', 'wp-content/plugins/wordfence/css/iptraf.1655226500.css'),
(8254, '/home/www/iamctv.com/wp-content/plugins/wordfence/css/jquery-ui-timepicker-addon.1655226500.css', 'wp-content/plugins/wordfence/css/jquery-ui-timepicker-addon.1655226500.css'),
(8255, '/home/www/iamctv.com/wp-content/plugins/wordfence/css/jquery-ui.min.1655226500.css', 'wp-content/plugins/wordfence/css/jquery-ui.min.1655226500.css'),
(8256, '/home/www/iamctv.com/wp-content/plugins/wordfence/css/jquery-ui.structure.min.1655226500.css', 'wp-content/plugins/wordfence/css/jquery-ui.structure.min.1655226500.css'),
(8257, '/home/www/iamctv.com/wp-content/plugins/wordfence/css/jquery-ui.theme.min.1655226500.css', 'wp-content/plugins/wordfence/css/jquery-ui.theme.min.1655226500.css'),
(8258, '/home/www/iamctv.com/wp-content/plugins/wordfence/css/license/care-global.1655226500.css', 'wp-content/plugins/wordfence/css/license/care-global.1655226500.css'),
(8259, '/home/www/iamctv.com/wp-content/plugins/wordfence/css/license/care.1655226500.css', 'wp-content/plugins/wordfence/css/license/care.1655226500.css'),
(8260, '/home/www/iamctv.com/wp-content/plugins/wordfence/css/license/free-global.1655226500.css', 'wp-content/plugins/wordfence/css/license/free-global.1655226500.css'),
(8261, '/home/www/iamctv.com/wp-content/plugins/wordfence/css/license/free.1655226500.css', 'wp-content/plugins/wordfence/css/license/free.1655226500.css'),
(8262, '/home/www/iamctv.com/wp-content/plugins/wordfence/css/license/premium-global.1655226500.css', 'wp-content/plugins/wordfence/css/license/premium-global.1655226500.css'),
(8263, '/home/www/iamctv.com/wp-content/plugins/wordfence/css/license/premium.1655226500.css', 'wp-content/plugins/wordfence/css/license/premium.1655226500.css'),
(8264, '/home/www/iamctv.com/wp-content/plugins/wordfence/css/license/response-global.1655226500.css', 'wp-content/plugins/wordfence/css/license/response-global.1655226500.css'),
(8265, '/home/www/iamctv.com/wp-content/plugins/wordfence/css/license/response-variables.1655226500.css', 'wp-content/plugins/wordfence/css/license/response-variables.1655226500.css'),
(8266, '/home/www/iamctv.com/wp-content/plugins/wordfence/css/license/response.1655226500.css', 'wp-content/plugins/wordfence/css/license/response.1655226500.css'),
(8267, '/home/www/iamctv.com/wp-content/plugins/wordfence/css/main.1655226500.css', 'wp-content/plugins/wordfence/css/main.1655226500.css'),
(8268, '/home/www/iamctv.com/wp-content/plugins/wordfence/css/phpinfo.1655226500.css', 'wp-content/plugins/wordfence/css/phpinfo.1655226500.css'),
(8269, '/home/www/iamctv.com/wp-content/plugins/wordfence/css/wf-adminbar.1655226500.css', 'wp-content/plugins/wordfence/css/wf-adminbar.1655226500.css'),
(8270, '/home/www/iamctv.com/wp-content/plugins/wordfence/css/wf-colorbox.1655226500.css', 'wp-content/plugins/wordfence/css/wf-colorbox.1655226500.css'),
(8271, '/home/www/iamctv.com/wp-content/plugins/wordfence/css/wf-font-awesome.1655226500.css', 'wp-content/plugins/wordfence/css/wf-font-awesome.1655226500.css'),
(8272, '/home/www/iamctv.com/wp-content/plugins/wordfence/css/wf-global.1655226500.css', 'wp-content/plugins/wordfence/css/wf-global.1655226500.css'),
(8273, '/home/www/iamctv.com/wp-content/plugins/wordfence/css/wf-ionicons.1655226500.css', 'wp-content/plugins/wordfence/css/wf-ionicons.1655226500.css'),
(8274, '/home/www/iamctv.com/wp-content/plugins/wordfence/css/wf-onboarding.1655226500.css', 'wp-content/plugins/wordfence/css/wf-onboarding.1655226500.css'),
(8275, '/home/www/iamctv.com/wp-content/plugins/wordfence/css/wf-roboto-font.1655226500.css', 'wp-content/plugins/wordfence/css/wf-roboto-font.1655226500.css'),
(8276, '/home/www/iamctv.com/wp-content/plugins/wordfence/css/wfselect2.min.1655226500.css', 'wp-content/plugins/wordfence/css/wfselect2.min.1655226500.css'),
(8277, '/home/www/iamctv.com/wp-content/plugins/wordfence/css/wordfenceBox.1655226500.css', 'wp-content/plugins/wordfence/css/wordfenceBox.1655226500.css'),
(8278, '/home/www/iamctv.com/wp-content/plugins/wordfence/fonts/fontawesome-webfont.woff', 'wp-content/plugins/wordfence/fonts/fontawesome-webfont.woff'),
(8279, '/home/www/iamctv.com/wp-content/plugins/wordfence/fonts/ionicons.woff', 'wp-content/plugins/wordfence/fonts/ionicons.woff'),
(8280, '/home/www/iamctv.com/wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xGIzQXKMnyrYk.woff', 'wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xGIzQXKMnyrYk.woff'),
(8281, '/home/www/iamctv.com/wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xIIzQXKMny.woff', 'wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xIIzQXKMny.woff'),
(8282, '/home/www/iamctv.com/wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fBBc-AMP6lQ.woff', 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fBBc-AMP6lQ.woff'),
(8283, '/home/www/iamctv.com/wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fChc-AMP6lbBP.woff', 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fChc-AMP6lbBP.woff'),
(8284, '/home/www/iamctv.com/wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fBBc-AMP6lQ.woff', 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fBBc-AMP6lQ.woff'),
(8285, '/home/www/iamctv.com/wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fChc-AMP6lbBP.woff', 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fChc-AMP6lbBP.woff'),
(8286, '/home/www/iamctv.com/wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfBBc-AMP6lQ.woff', 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfBBc-AMP6lQ.woff'),
(8287, '/home/www/iamctv.com/wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfChc-AMP6lbBP.woff', 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfChc-AMP6lbBP.woff'),
(8288, '/home/www/iamctv.com/wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu4mxMKTU1Kg.woff', 'wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu4mxMKTU1Kg.woff'),
(8289, '/home/www/iamctv.com/wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu7GxMKTU1Kvnz.woff', 'wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu7GxMKTU1Kvnz.woff'),
(8290, '/home/www/iamctv.com/wp-content/plugins/wordfence/images/2fa-whole.svg', 'wp-content/plugins/wordfence/images/2fa-whole.svg'),
(8291, '/home/www/iamctv.com/wp-content/plugins/wordfence/images/2fa1.svg', 'wp-content/plugins/wordfence/images/2fa1.svg'),
(8292, '/home/www/iamctv.com/wp-content/plugins/wordfence/images/2fa2.svg', 'wp-content/plugins/wordfence/images/2fa2.svg'),
(8293, '/home/www/iamctv.com/wp-content/plugins/wordfence/images/back_disabled.jpg', 'wp-content/plugins/wordfence/images/back_disabled.jpg'),
(8294, '/home/www/iamctv.com/wp-content/plugins/wordfence/images/back_enabled.jpg', 'wp-content/plugins/wordfence/images/back_enabled.jpg'),
(8295, '/home/www/iamctv.com/wp-content/plugins/wordfence/images/blocking.svg', 'wp-content/plugins/wordfence/images/blocking.svg'),
(8296, '/home/www/iamctv.com/wp-content/plugins/wordfence/images/button-grad-grey.png', 'wp-content/plugins/wordfence/images/button-grad-grey.png'),
(8297, '/home/www/iamctv.com/wp-content/plugins/wordfence/images/checkbox.png', 'wp-content/plugins/wordfence/images/checkbox.png'),
(8298, '/home/www/iamctv.com/wp-content/plugins/wordfence/images/flags.png', 'wp-content/plugins/wordfence/images/flags.png'),
(8299, '/home/www/iamctv.com/wp-content/plugins/wordfence/images/forward_disabled.jpg', 'wp-content/plugins/wordfence/images/forward_disabled.jpg'),
(8300, '/home/www/iamctv.com/wp-content/plugins/wordfence/images/forward_enabled.jpg', 'wp-content/plugins/wordfence/images/forward_enabled.jpg'),
(8301, '/home/www/iamctv.com/wp-content/plugins/wordfence/images/help.png', 'wp-content/plugins/wordfence/images/help.png'),
(8302, '/home/www/iamctv.com/wp-content/plugins/wordfence/images/icons/ajax24.gif', 'wp-content/plugins/wordfence/images/icons/ajax24.gif'),
(8303, '/home/www/iamctv.com/wp-content/plugins/wordfence/images/icons/ajax3.gif', 'wp-content/plugins/wordfence/images/icons/ajax3.gif'),
(8304, '/home/www/iamctv.com/wp-content/plugins/wordfence/images/icons/ajaxRed16.gif', 'wp-content/plugins/wordfence/images/icons/ajaxRed16.gif'),
(8305, '/home/www/iamctv.com/wp-content/plugins/wordfence/images/icons/ajaxScan.gif', 'wp-content/plugins/wordfence/images/icons/ajaxScan.gif'),
(8306, '/home/www/iamctv.com/wp-content/plugins/wordfence/images/icons/ajaxWhite32x32.gif', 'wp-content/plugins/wordfence/images/icons/ajaxWhite32x32.gif'),
(8307, '/home/www/iamctv.com/wp-content/plugins/wordfence/images/icons/arrow_refresh.png', 'wp-content/plugins/wordfence/images/icons/arrow_refresh.png'),
(8308, '/home/www/iamctv.com/wp-content/plugins/wordfence/images/icons/bullet_yellow.png', 'wp-content/plugins/wordfence/images/icons/bullet_yellow.png'),
(8309, '/home/www/iamctv.com/wp-content/plugins/wordfence/images/icons/check-care.svg', 'wp-content/plugins/wordfence/images/icons/check-care.svg'),
(8310, '/home/www/iamctv.com/wp-content/plugins/wordfence/images/icons/check-premium.svg', 'wp-content/plugins/wordfence/images/icons/check-premium.svg'),
(8311, '/home/www/iamctv.com/wp-content/plugins/wordfence/images/icons/check-response.svg', 'wp-content/plugins/wordfence/images/icons/check-response.svg'),
(8312, '/home/www/iamctv.com/wp-content/plugins/wordfence/images/icons/check.svg', 'wp-content/plugins/wordfence/images/icons/check.svg'),
(8313, '/home/www/iamctv.com/wp-content/plugins/wordfence/images/icons/email_go.png', 'wp-content/plugins/wordfence/images/icons/email_go.png'),
(8314, '/home/www/iamctv.com/wp-content/plugins/wordfence/images/icons/error128.png', 'wp-content/plugins/wordfence/images/icons/error128.png'),
(8315, '/home/www/iamctv.com/wp-content/plugins/wordfence/images/icons/magnifier.png', 'wp-content/plugins/wordfence/images/icons/magnifier.png'),
(8316, '/home/www/iamctv.com/wp-content/plugins/wordfence/images/icons/tick128.png', 'wp-content/plugins/wordfence/images/icons/tick128.png'),
(8317, '/home/www/iamctv.com/wp-content/plugins/wordfence/images/icons/warning128.png', 'wp-content/plugins/wordfence/images/icons/warning128.png'),
(8318, '/home/www/iamctv.com/wp-content/plugins/wordfence/images/icons/working-indicator.gif', 'wp-content/plugins/wordfence/images/icons/working-indicator.gif'),
(8319, '/home/www/iamctv.com/wp-content/plugins/wordfence/images/lightbox-controls.png', 'wp-content/plugins/wordfence/images/lightbox-controls.png'),
(8320, '/home/www/iamctv.com/wp-content/plugins/wordfence/images/loading.gif', 'wp-content/plugins/wordfence/images/loading.gif'),
(8321, '/home/www/iamctv.com/wp-content/plugins/wordfence/images/loading_background.png', 'wp-content/plugins/wordfence/images/loading_background.png'),
(8322, '/home/www/iamctv.com/wp-content/plugins/wordfence/images/loading_large.gif', 'wp-content/plugins/wordfence/images/loading_large.gif'),
(8323, '/home/www/iamctv.com/wp-content/plugins/wordfence/images/logo.png', 'wp-content/plugins/wordfence/images/logo.png'),
(8324, '/home/www/iamctv.com/wp-content/plugins/wordfence/images/logos/shield-care.svg', 'wp-content/plugins/wordfence/images/logos/shield-care.svg'),
(8325, '/home/www/iamctv.com/wp-content/plugins/wordfence/images/logos/shield-free.svg', 'wp-content/plugins/wordfence/images/logos/shield-free.svg'),
(8326, '/home/www/iamctv.com/wp-content/plugins/wordfence/images/logos/shield-premium.svg', 'wp-content/plugins/wordfence/images/logos/shield-premium.svg'),
(8327, '/home/www/iamctv.com/wp-content/plugins/wordfence/images/logos/shield-response.svg', 'wp-content/plugins/wordfence/images/logos/shield-response.svg'),
(8328, '/home/www/iamctv.com/wp-content/plugins/wordfence/images/logos/shield-white.svg', 'wp-content/plugins/wordfence/images/logos/shield-white.svg'),
(8329, '/home/www/iamctv.com/wp-content/plugins/wordfence/images/options.svg', 'wp-content/plugins/wordfence/images/options.svg'),
(8330, '/home/www/iamctv.com/wp-content/plugins/wordfence/images/ratelimiting.svg', 'wp-content/plugins/wordfence/images/ratelimiting.svg'),
(8331, '/home/www/iamctv.com/wp-content/plugins/wordfence/images/sort_asc.gif', 'wp-content/plugins/wordfence/images/sort_asc.gif'),
(8332, '/home/www/iamctv.com/wp-content/plugins/wordfence/images/sort_asc.png', 'wp-content/plugins/wordfence/images/sort_asc.png'),
(8333, '/home/www/iamctv.com/wp-content/plugins/wordfence/images/sort_asc_disabled.gif', 'wp-content/plugins/wordfence/images/sort_asc_disabled.gif'),
(8334, '/home/www/iamctv.com/wp-content/plugins/wordfence/images/sort_asc_disabled.png', 'wp-content/plugins/wordfence/images/sort_asc_disabled.png'),
(8335, '/home/www/iamctv.com/wp-content/plugins/wordfence/images/sort_both.gif', 'wp-content/plugins/wordfence/images/sort_both.gif'),
(8336, '/home/www/iamctv.com/wp-content/plugins/wordfence/images/sort_both.png', 'wp-content/plugins/wordfence/images/sort_both.png');
INSERT INTO `iamc_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(8337, '/home/www/iamctv.com/wp-content/plugins/wordfence/images/sort_desc.gif', 'wp-content/plugins/wordfence/images/sort_desc.gif'),
(8338, '/home/www/iamctv.com/wp-content/plugins/wordfence/images/sort_desc.png', 'wp-content/plugins/wordfence/images/sort_desc.png'),
(8339, '/home/www/iamctv.com/wp-content/plugins/wordfence/images/sort_desc_disabled.gif', 'wp-content/plugins/wordfence/images/sort_desc_disabled.gif'),
(8340, '/home/www/iamctv.com/wp-content/plugins/wordfence/images/sort_desc_disabled.png', 'wp-content/plugins/wordfence/images/sort_desc_disabled.png'),
(8341, '/home/www/iamctv.com/wp-content/plugins/wordfence/images/support.svg', 'wp-content/plugins/wordfence/images/support.svg'),
(8342, '/home/www/iamctv.com/wp-content/plugins/wordfence/images/tools.svg', 'wp-content/plugins/wordfence/images/tools.svg'),
(8343, '/home/www/iamctv.com/wp-content/plugins/wordfence/images/wf-central-logo.svg', 'wp-content/plugins/wordfence/images/wf-central-logo.svg'),
(8344, '/home/www/iamctv.com/wp-content/plugins/wordfence/images/wf-error-badge.svg', 'wp-content/plugins/wordfence/images/wf-error-badge.svg'),
(8345, '/home/www/iamctv.com/wp-content/plugins/wordfence/images/wf-horizontal.svg', 'wp-content/plugins/wordfence/images/wf-horizontal.svg'),
(8346, '/home/www/iamctv.com/wp-content/plugins/wordfence/images/wordfence-logo.svg', 'wp-content/plugins/wordfence/images/wordfence-logo.svg'),
(8347, '/home/www/iamctv.com/wp-content/plugins/wordfence/index.php', 'wp-content/plugins/wordfence/index.php'),
(8348, '/home/www/iamctv.com/wp-content/plugins/wordfence/js/Chart.bundle.min.1655226500.js', 'wp-content/plugins/wordfence/js/Chart.bundle.min.1655226500.js'),
(8349, '/home/www/iamctv.com/wp-content/plugins/wordfence/js/admin.1655226500.js', 'wp-content/plugins/wordfence/js/admin.1655226500.js'),
(8350, '/home/www/iamctv.com/wp-content/plugins/wordfence/js/admin.ajaxWatcher.1655226500.js', 'wp-content/plugins/wordfence/js/admin.ajaxWatcher.1655226500.js'),
(8351, '/home/www/iamctv.com/wp-content/plugins/wordfence/js/admin.liveTraffic.1655226500.js', 'wp-content/plugins/wordfence/js/admin.liveTraffic.1655226500.js'),
(8352, '/home/www/iamctv.com/wp-content/plugins/wordfence/js/date.1655226500.js', 'wp-content/plugins/wordfence/js/date.1655226500.js'),
(8353, '/home/www/iamctv.com/wp-content/plugins/wordfence/js/jquery-ui-timepicker-addon.1655226500.js', 'wp-content/plugins/wordfence/js/jquery-ui-timepicker-addon.1655226500.js'),
(8354, '/home/www/iamctv.com/wp-content/plugins/wordfence/js/jquery.colorbox-min.1655226500.js', 'wp-content/plugins/wordfence/js/jquery.colorbox-min.1655226500.js'),
(8355, '/home/www/iamctv.com/wp-content/plugins/wordfence/js/jquery.colorbox.1655226500.js', 'wp-content/plugins/wordfence/js/jquery.colorbox.1655226500.js'),
(8356, '/home/www/iamctv.com/wp-content/plugins/wordfence/js/jquery.dataTables.min.1655226500.js', 'wp-content/plugins/wordfence/js/jquery.dataTables.min.1655226500.js'),
(8357, '/home/www/iamctv.com/wp-content/plugins/wordfence/js/jquery.qrcode.min.1655226500.js', 'wp-content/plugins/wordfence/js/jquery.qrcode.min.1655226500.js'),
(8358, '/home/www/iamctv.com/wp-content/plugins/wordfence/js/jquery.tmpl.min.1655226500.js', 'wp-content/plugins/wordfence/js/jquery.tmpl.min.1655226500.js'),
(8359, '/home/www/iamctv.com/wp-content/plugins/wordfence/js/jquery.tools.min.1655226500.js', 'wp-content/plugins/wordfence/js/jquery.tools.min.1655226500.js'),
(8360, '/home/www/iamctv.com/wp-content/plugins/wordfence/js/knockout-3.5.1.1655226500.js', 'wp-content/plugins/wordfence/js/knockout-3.5.1.1655226500.js'),
(8361, '/home/www/iamctv.com/wp-content/plugins/wordfence/js/wfdashboard.1655226500.js', 'wp-content/plugins/wordfence/js/wfdashboard.1655226500.js'),
(8362, '/home/www/iamctv.com/wp-content/plugins/wordfence/js/wfdropdown.1655226500.js', 'wp-content/plugins/wordfence/js/wfdropdown.1655226500.js'),
(8363, '/home/www/iamctv.com/wp-content/plugins/wordfence/js/wfglobal.1655226500.js', 'wp-content/plugins/wordfence/js/wfglobal.1655226500.js'),
(8364, '/home/www/iamctv.com/wp-content/plugins/wordfence/js/wfi18n.1655226500.js', 'wp-content/plugins/wordfence/js/wfi18n.1655226500.js'),
(8365, '/home/www/iamctv.com/wp-content/plugins/wordfence/js/wfpopover.1655226500.js', 'wp-content/plugins/wordfence/js/wfpopover.1655226500.js'),
(8366, '/home/www/iamctv.com/wp-content/plugins/wordfence/js/wfselect2.min.1655226500.js', 'wp-content/plugins/wordfence/js/wfselect2.min.1655226500.js'),
(8367, '/home/www/iamctv.com/wp-content/plugins/wordfence/languages/wordfence.mo', 'wp-content/plugins/wordfence/languages/wordfence.mo'),
(8368, '/home/www/iamctv.com/wp-content/plugins/wordfence/languages/wordfence.po', 'wp-content/plugins/wordfence/languages/wordfence.po'),
(8369, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/.htaccess', 'wp-content/plugins/wordfence/lib/.htaccess'),
(8370, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/Diff/Renderer/Abstract.php', 'wp-content/plugins/wordfence/lib/Diff/Renderer/Abstract.php'),
(8371, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/Diff/Renderer/Html/Array.php', 'wp-content/plugins/wordfence/lib/Diff/Renderer/Html/Array.php'),
(8372, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/Diff/Renderer/Html/SideBySide.php', 'wp-content/plugins/wordfence/lib/Diff/Renderer/Html/SideBySide.php'),
(8373, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/Diff/SequenceMatcher.php', 'wp-content/plugins/wordfence/lib/Diff/SequenceMatcher.php'),
(8374, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/Diff.php', 'wp-content/plugins/wordfence/lib/Diff.php'),
(8375, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/GeoLite2-Country.mmdb', 'wp-content/plugins/wordfence/lib/GeoLite2-Country.mmdb'),
(8376, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/IPTraf.php', 'wp-content/plugins/wordfence/lib/IPTraf.php'),
(8377, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/IPTrafList.php', 'wp-content/plugins/wordfence/lib/IPTrafList.php'),
(8378, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/WFLSPHP52Compatability.php', 'wp-content/plugins/wordfence/lib/WFLSPHP52Compatability.php'),
(8379, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/compat.php', 'wp-content/plugins/wordfence/lib/compat.php'),
(8380, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/dashboard/widget_content_countries.php', 'wp-content/plugins/wordfence/lib/dashboard/widget_content_countries.php'),
(8381, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/dashboard/widget_content_ips.php', 'wp-content/plugins/wordfence/lib/dashboard/widget_content_ips.php'),
(8382, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/dashboard/widget_content_logins.php', 'wp-content/plugins/wordfence/lib/dashboard/widget_content_logins.php'),
(8383, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/dashboard/widget_countries.php', 'wp-content/plugins/wordfence/lib/dashboard/widget_countries.php'),
(8384, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/dashboard/widget_ips.php', 'wp-content/plugins/wordfence/lib/dashboard/widget_ips.php'),
(8385, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/dashboard/widget_localattacks.php', 'wp-content/plugins/wordfence/lib/dashboard/widget_localattacks.php'),
(8386, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/dashboard/widget_logins.php', 'wp-content/plugins/wordfence/lib/dashboard/widget_logins.php'),
(8387, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/dashboard/widget_networkattacks.php', 'wp-content/plugins/wordfence/lib/dashboard/widget_networkattacks.php'),
(8388, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/dashboard/widget_notifications.php', 'wp-content/plugins/wordfence/lib/dashboard/widget_notifications.php'),
(8389, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/diffResult.php', 'wp-content/plugins/wordfence/lib/diffResult.php'),
(8390, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/email_genericAlert.php', 'wp-content/plugins/wordfence/lib/email_genericAlert.php'),
(8391, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/email_newIssues.php', 'wp-content/plugins/wordfence/lib/email_newIssues.php'),
(8392, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/email_unlockRequest.php', 'wp-content/plugins/wordfence/lib/email_unlockRequest.php'),
(8393, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/email_unsubscribeRequest.php', 'wp-content/plugins/wordfence/lib/email_unsubscribeRequest.php'),
(8394, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/flags.php', 'wp-content/plugins/wordfence/lib/flags.php'),
(8395, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/live_activity.php', 'wp-content/plugins/wordfence/lib/live_activity.php'),
(8396, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/menu_dashboard.php', 'wp-content/plugins/wordfence/lib/menu_dashboard.php'),
(8397, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/menu_dashboard_options.php', 'wp-content/plugins/wordfence/lib/menu_dashboard_options.php'),
(8398, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/menu_firewall.php', 'wp-content/plugins/wordfence/lib/menu_firewall.php'),
(8399, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/menu_firewall_blocking.php', 'wp-content/plugins/wordfence/lib/menu_firewall_blocking.php'),
(8400, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/menu_firewall_blocking_options.php', 'wp-content/plugins/wordfence/lib/menu_firewall_blocking_options.php'),
(8401, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/menu_firewall_waf.php', 'wp-content/plugins/wordfence/lib/menu_firewall_waf.php'),
(8402, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/menu_firewall_waf_options.php', 'wp-content/plugins/wordfence/lib/menu_firewall_waf_options.php'),
(8403, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/menu_options.php', 'wp-content/plugins/wordfence/lib/menu_options.php'),
(8404, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/menu_scanner.php', 'wp-content/plugins/wordfence/lib/menu_scanner.php'),
(8405, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/menu_scanner_credentials.php', 'wp-content/plugins/wordfence/lib/menu_scanner_credentials.php'),
(8406, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/menu_scanner_options.php', 'wp-content/plugins/wordfence/lib/menu_scanner_options.php'),
(8407, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/menu_support.php', 'wp-content/plugins/wordfence/lib/menu_support.php'),
(8408, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/menu_tools.php', 'wp-content/plugins/wordfence/lib/menu_tools.php'),
(8409, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/menu_tools_diagnostic.php', 'wp-content/plugins/wordfence/lib/menu_tools_diagnostic.php'),
(8410, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/menu_tools_importExport.php', 'wp-content/plugins/wordfence/lib/menu_tools_importExport.php'),
(8411, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/menu_tools_livetraffic.php', 'wp-content/plugins/wordfence/lib/menu_tools_livetraffic.php'),
(8412, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/menu_tools_twoFactor.php', 'wp-content/plugins/wordfence/lib/menu_tools_twoFactor.php'),
(8413, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/menu_tools_whois.php', 'wp-content/plugins/wordfence/lib/menu_tools_whois.php'),
(8414, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/menu_wordfence_central.php', 'wp-content/plugins/wordfence/lib/menu_wordfence_central.php'),
(8415, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/noc1.key', 'wp-content/plugins/wordfence/lib/noc1.key'),
(8416, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/rest-api/wfRESTAuthenticationController.php', 'wp-content/plugins/wordfence/lib/rest-api/wfRESTAuthenticationController.php'),
(8417, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/rest-api/wfRESTBaseController.php', 'wp-content/plugins/wordfence/lib/rest-api/wfRESTBaseController.php'),
(8418, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/rest-api/wfRESTConfigController.php', 'wp-content/plugins/wordfence/lib/rest-api/wfRESTConfigController.php'),
(8419, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/rest-api/wfRESTScanController.php', 'wp-content/plugins/wordfence/lib/rest-api/wfRESTScanController.php'),
(8420, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/sysinfo.php', 'wp-content/plugins/wordfence/lib/sysinfo.php'),
(8421, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/viewFullActivityLog.php', 'wp-content/plugins/wordfence/lib/viewFullActivityLog.php'),
(8422, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wf503.php', 'wp-content/plugins/wordfence/lib/wf503.php'),
(8423, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wfAPI.php', 'wp-content/plugins/wordfence/lib/wfAPI.php'),
(8424, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wfActivityReport.php', 'wp-content/plugins/wordfence/lib/wfActivityReport.php'),
(8425, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wfAdminNoticeQueue.php', 'wp-content/plugins/wordfence/lib/wfAdminNoticeQueue.php'),
(8426, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wfAlerts.php', 'wp-content/plugins/wordfence/lib/wfAlerts.php'),
(8427, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wfArray.php', 'wp-content/plugins/wordfence/lib/wfArray.php'),
(8428, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wfBrowscap.php', 'wp-content/plugins/wordfence/lib/wfBrowscap.php'),
(8429, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wfBrowscapCache.php', 'wp-content/plugins/wordfence/lib/wfBrowscapCache.php'),
(8430, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wfBulkCountries.php', 'wp-content/plugins/wordfence/lib/wfBulkCountries.php'),
(8431, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wfCache.php', 'wp-content/plugins/wordfence/lib/wfCache.php'),
(8432, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wfCentralAPI.php', 'wp-content/plugins/wordfence/lib/wfCentralAPI.php'),
(8433, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wfConfig.php', 'wp-content/plugins/wordfence/lib/wfConfig.php'),
(8434, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wfCrawl.php', 'wp-content/plugins/wordfence/lib/wfCrawl.php'),
(8435, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wfCredentialsController.php', 'wp-content/plugins/wordfence/lib/wfCredentialsController.php'),
(8436, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wfCrypt.php', 'wp-content/plugins/wordfence/lib/wfCrypt.php'),
(8437, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wfDB.php', 'wp-content/plugins/wordfence/lib/wfDB.php'),
(8438, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wfDashboard.php', 'wp-content/plugins/wordfence/lib/wfDashboard.php'),
(8439, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wfDateLocalization.php', 'wp-content/plugins/wordfence/lib/wfDateLocalization.php'),
(8440, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wfDiagnostic.php', 'wp-content/plugins/wordfence/lib/wfDiagnostic.php'),
(8441, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wfDict.php', 'wp-content/plugins/wordfence/lib/wfDict.php'),
(8442, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wfDirectoryIterator.php', 'wp-content/plugins/wordfence/lib/wfDirectoryIterator.php'),
(8443, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wfFileUtils.php', 'wp-content/plugins/wordfence/lib/wfFileUtils.php'),
(8444, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wfHelperBin.php', 'wp-content/plugins/wordfence/lib/wfHelperBin.php'),
(8445, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wfHelperString.php', 'wp-content/plugins/wordfence/lib/wfHelperString.php'),
(8446, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wfIPWhitelist.php', 'wp-content/plugins/wordfence/lib/wfIPWhitelist.php'),
(8447, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wfImportExportController.php', 'wp-content/plugins/wordfence/lib/wfImportExportController.php'),
(8448, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wfInvalidPathException.php', 'wp-content/plugins/wordfence/lib/wfInvalidPathException.php'),
(8449, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wfIssues.php', 'wp-content/plugins/wordfence/lib/wfIssues.php'),
(8450, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wfJWT.php', 'wp-content/plugins/wordfence/lib/wfJWT.php'),
(8451, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wfLicense.php', 'wp-content/plugins/wordfence/lib/wfLicense.php'),
(8452, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wfLockedOut.php', 'wp-content/plugins/wordfence/lib/wfLockedOut.php'),
(8453, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wfLog.php', 'wp-content/plugins/wordfence/lib/wfLog.php'),
(8454, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wfMD5BloomFilter.php', 'wp-content/plugins/wordfence/lib/wfMD5BloomFilter.php'),
(8455, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wfModuleController.php', 'wp-content/plugins/wordfence/lib/wfModuleController.php'),
(8456, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wfNotification.php', 'wp-content/plugins/wordfence/lib/wfNotification.php'),
(8457, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wfOnboardingController.php', 'wp-content/plugins/wordfence/lib/wfOnboardingController.php'),
(8458, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wfPersistenceController.php', 'wp-content/plugins/wordfence/lib/wfPersistenceController.php'),
(8459, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wfRESTAPI.php', 'wp-content/plugins/wordfence/lib/wfRESTAPI.php'),
(8460, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wfScan.php', 'wp-content/plugins/wordfence/lib/wfScan.php'),
(8461, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wfScanEngine.php', 'wp-content/plugins/wordfence/lib/wfScanEngine.php'),
(8462, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wfScanFile.php', 'wp-content/plugins/wordfence/lib/wfScanFile.php'),
(8463, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wfScanPath.php', 'wp-content/plugins/wordfence/lib/wfScanPath.php'),
(8464, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wfSchema.php', 'wp-content/plugins/wordfence/lib/wfSchema.php'),
(8465, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wfStyle.php', 'wp-content/plugins/wordfence/lib/wfStyle.php'),
(8466, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wfSupportController.php', 'wp-content/plugins/wordfence/lib/wfSupportController.php'),
(8467, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wfUnlockMsg.php', 'wp-content/plugins/wordfence/lib/wfUnlockMsg.php'),
(8468, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wfUpdateCheck.php', 'wp-content/plugins/wordfence/lib/wfUpdateCheck.php'),
(8469, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wfUtils.php', 'wp-content/plugins/wordfence/lib/wfUtils.php'),
(8470, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wfVersionCheckController.php', 'wp-content/plugins/wordfence/lib/wfVersionCheckController.php'),
(8471, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wfView.php', 'wp-content/plugins/wordfence/lib/wfView.php'),
(8472, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wfViewResult.php', 'wp-content/plugins/wordfence/lib/wfViewResult.php'),
(8473, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wordfenceClass.php', 'wp-content/plugins/wordfence/lib/wordfenceClass.php'),
(8474, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wordfenceConstants.php', 'wp-content/plugins/wordfence/lib/wordfenceConstants.php'),
(8475, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wordfenceHash.php', 'wp-content/plugins/wordfence/lib/wordfenceHash.php'),
(8476, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wordfenceScanner.php', 'wp-content/plugins/wordfence/lib/wordfenceScanner.php'),
(8477, '/home/www/iamctv.com/wp-content/plugins/wordfence/lib/wordfenceURLHoover.php', 'wp-content/plugins/wordfence/lib/wordfenceURLHoover.php'),
(8478, '/home/www/iamctv.com/wp-content/plugins/wordfence/license.txt', 'wp-content/plugins/wordfence/license.txt'),
(8479, '/home/www/iamctv.com/wp-content/plugins/wordfence/models/.htaccess', 'wp-content/plugins/wordfence/models/.htaccess'),
(8480, '/home/www/iamctv.com/wp-content/plugins/wordfence/models/block/wfBlock.php', 'wp-content/plugins/wordfence/models/block/wfBlock.php'),
(8481, '/home/www/iamctv.com/wp-content/plugins/wordfence/models/block/wfRateLimit.php', 'wp-content/plugins/wordfence/models/block/wfRateLimit.php'),
(8482, '/home/www/iamctv.com/wp-content/plugins/wordfence/models/common/wfGeoIP2.php', 'wp-content/plugins/wordfence/models/common/wfGeoIP2.php'),
(8483, '/home/www/iamctv.com/wp-content/plugins/wordfence/models/common/wfTab.php', 'wp-content/plugins/wordfence/models/common/wfTab.php'),
(8484, '/home/www/iamctv.com/wp-content/plugins/wordfence/models/firewall/wfFirewall.php', 'wp-content/plugins/wordfence/models/firewall/wfFirewall.php'),
(8485, '/home/www/iamctv.com/wp-content/plugins/wordfence/models/page/wfPage.php', 'wp-content/plugins/wordfence/models/page/wfPage.php'),
(8486, '/home/www/iamctv.com/wp-content/plugins/wordfence/models/scanner/wfScanner.php', 'wp-content/plugins/wordfence/models/scanner/wfScanner.php'),
(8487, '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/classes/.htaccess', 'wp-content/plugins/wordfence/modules/login-security/classes/.htaccess'),
(8488, '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/classes/controller/ajax.php', 'wp-content/plugins/wordfence/modules/login-security/classes/controller/ajax.php'),
(8489, '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/classes/controller/captcha.php', 'wp-content/plugins/wordfence/modules/login-security/classes/controller/captcha.php'),
(8490, '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/classes/controller/cron.php', 'wp-content/plugins/wordfence/modules/login-security/classes/controller/cron.php'),
(8491, '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/classes/controller/db.php', 'wp-content/plugins/wordfence/modules/login-security/classes/controller/db.php'),
(8492, '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/classes/controller/notices.php', 'wp-content/plugins/wordfence/modules/login-security/classes/controller/notices.php'),
(8493, '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/classes/controller/permissions.php', 'wp-content/plugins/wordfence/modules/login-security/classes/controller/permissions.php'),
(8494, '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/classes/controller/settings.php', 'wp-content/plugins/wordfence/modules/login-security/classes/controller/settings.php'),
(8495, '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/classes/controller/support.php', 'wp-content/plugins/wordfence/modules/login-security/classes/controller/support.php'),
(8496, '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/classes/controller/time.php', 'wp-content/plugins/wordfence/modules/login-security/classes/controller/time.php'),
(8497, '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/classes/controller/totp.php', 'wp-content/plugins/wordfence/modules/login-security/classes/controller/totp.php'),
(8498, '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/classes/controller/users.php', 'wp-content/plugins/wordfence/modules/login-security/classes/controller/users.php'),
(8499, '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/classes/controller/whitelist.php', 'wp-content/plugins/wordfence/modules/login-security/classes/controller/whitelist.php'),
(8500, '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/classes/controller/wordfencels.php', 'wp-content/plugins/wordfence/modules/login-security/classes/controller/wordfencels.php'),
(8501, '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/classes/model/asset.php', 'wp-content/plugins/wordfence/modules/login-security/classes/model/asset.php'),
(8502, '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/classes/model/compat.php', 'wp-content/plugins/wordfence/modules/login-security/classes/model/compat.php'),
(8503, '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/base2n.php', 'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/base2n.php'),
(8504, '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/jwt.php', 'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/jwt.php'),
(8505, '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/symmetric.php', 'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/symmetric.php'),
(8506, '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/classes/model/crypto.php', 'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto.php'),
(8507, '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/classes/model/ip.php', 'wp-content/plugins/wordfence/modules/login-security/classes/model/ip.php'),
(8508, '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/classes/model/notice.php', 'wp-content/plugins/wordfence/modules/login-security/classes/model/notice.php'),
(8509, '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/classes/model/request.php', 'wp-content/plugins/wordfence/modules/login-security/classes/model/request.php'),
(8510, '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/classes/model/settings/db.php', 'wp-content/plugins/wordfence/modules/login-security/classes/model/settings/db.php'),
(8511, '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/classes/model/settings/wpoptions.php', 'wp-content/plugins/wordfence/modules/login-security/classes/model/settings/wpoptions.php'),
(8512, '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/classes/model/settings.php', 'wp-content/plugins/wordfence/modules/login-security/classes/model/settings.php'),
(8513, '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/classes/model/text/html.php', 'wp-content/plugins/wordfence/modules/login-security/classes/model/text/html.php'),
(8514, '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/classes/model/text/javascript.php', 'wp-content/plugins/wordfence/modules/login-security/classes/model/text/javascript.php'),
(8515, '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/classes/model/tokenbucket.php', 'wp-content/plugins/wordfence/modules/login-security/classes/model/tokenbucket.php'),
(8516, '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/classes/model/view/tab.php', 'wp-content/plugins/wordfence/modules/login-security/classes/model/view/tab.php'),
(8517, '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/classes/model/view/title.php', 'wp-content/plugins/wordfence/modules/login-security/classes/model/view/title.php'),
(8518, '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/classes/model/view.php', 'wp-content/plugins/wordfence/modules/login-security/classes/model/view.php'),
(8519, '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/css/admin-global.1655226500.css', 'wp-content/plugins/wordfence/modules/login-security/css/admin-global.1655226500.css'),
(8520, '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/css/admin.1655226500.css', 'wp-content/plugins/wordfence/modules/login-security/css/admin.1655226500.css'),
(8521, '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/css/colorbox.1655226500.css', 'wp-content/plugins/wordfence/modules/login-security/css/colorbox.1655226500.css'),
(8522, '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/css/font-awesome.1655226500.css', 'wp-content/plugins/wordfence/modules/login-security/css/font-awesome.1655226500.css'),
(8523, '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/css/ionicons.1655226500.css', 'wp-content/plugins/wordfence/modules/login-security/css/ionicons.1655226500.css'),
(8524, '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.min.1655226500.css', 'wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.min.1655226500.css'),
(8525, '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.structure.min.1655226500.css', 'wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.structure.min.1655226500.css'),
(8526, '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.theme.min.1655226500.css', 'wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.theme.min.1655226500.css'),
(8527, '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/css/login.1655226500.css', 'wp-content/plugins/wordfence/modules/login-security/css/login.1655226500.css'),
(8528, '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/img/header.svg', 'wp-content/plugins/wordfence/modules/login-security/img/header.svg'),
(8529, '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/img/lightbox-controls.png', 'wp-content/plugins/wordfence/modules/login-security/img/lightbox-controls.png'),
(8530, '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/img/loading.gif', 'wp-content/plugins/wordfence/modules/login-security/img/loading.gif'),
(8531, '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/img/loading_background.png', 'wp-content/plugins/wordfence/modules/login-security/img/loading_background.png'),
(8532, '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/img/menu.svg', 'wp-content/plugins/wordfence/modules/login-security/img/menu.svg'),
(8533, '/home/www/iamctv.com/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'),
(8534, '/home/www/iamctv.com/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'),
(8535, '/home/www/iamctv.com/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'),
(8536, '/home/www/iamctv.com/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'),
(8537, '/home/www/iamctv.com/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'),
(8538, '/home/www/iamctv.com/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'),
(8539, '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/js/admin-global.1655226500.js', 'wp-content/plugins/wordfence/modules/login-security/js/admin-global.1655226500.js'),
(8540, '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/js/admin.1655226500.js', 'wp-content/plugins/wordfence/modules/login-security/js/admin.1655226500.js'),
(8541, '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.1655226500.js', 'wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.1655226500.js'),
(8542, '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.min.1655226500.js', 'wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.min.1655226500.js'),
(8543, '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/js/jquery.qrcode.min.1655226500.js', 'wp-content/plugins/wordfence/modules/login-security/js/jquery.qrcode.min.1655226500.js'),
(8544, '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/js/jquery.tmpl.min.1655226500.js', 'wp-content/plugins/wordfence/modules/login-security/js/jquery.tmpl.min.1655226500.js'),
(8545, '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/js/login.1655226500.js', 'wp-content/plugins/wordfence/modules/login-security/js/login.1655226500.js'),
(8546, '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/views/.htaccess', 'wp-content/plugins/wordfence/modules/login-security/views/.htaccess'),
(8547, '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/views/common/modal-prompt.php', 'wp-content/plugins/wordfence/modules/login-security/views/common/modal-prompt.php'),
(8548, '/home/www/iamctv.com/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'),
(8549, '/home/www/iamctv.com/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'),
(8550, '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/views/email/login-verification.php', 'wp-content/plugins/wordfence/modules/login-security/views/email/login-verification.php'),
(8551, '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/views/manage/activate.php', 'wp-content/plugins/wordfence/modules/login-security/views/manage/activate.php'),
(8552, '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/views/manage/code.php', 'wp-content/plugins/wordfence/modules/login-security/views/manage/code.php'),
(8553, '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/views/manage/deactivate.php', 'wp-content/plugins/wordfence/modules/login-security/views/manage/deactivate.php'),
(8554, '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/views/manage/grace-period.php', 'wp-content/plugins/wordfence/modules/login-security/views/manage/grace-period.php'),
(8555, '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/views/manage/regenerate.php', 'wp-content/plugins/wordfence/modules/login-security/views/manage/regenerate.php'),
(8556, '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/views/onboarding/standalone-header.php', 'wp-content/plugins/wordfence/modules/login-security/views/onboarding/standalone-header.php'),
(8557, '/home/www/iamctv.com/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'),
(8558, '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha.php', 'wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha.php'),
(8559, '/home/www/iamctv.com/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'),
(8560, '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/views/options/option-label.php', 'wp-content/plugins/wordfence/modules/login-security/views/options/option-label.php'),
(8561, '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/views/options/option-ntp.php', 'wp-content/plugins/wordfence/modules/login-security/views/options/option-ntp.php'),
(8562, '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/views/options/option-roles.php', 'wp-content/plugins/wordfence/modules/login-security/views/options/option-roles.php'),
(8563, '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/views/options/option-select.php', 'wp-content/plugins/wordfence/modules/login-security/views/options/option-select.php'),
(8564, '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/views/options/option-switch.php', 'wp-content/plugins/wordfence/modules/login-security/views/options/option-switch.php'),
(8565, '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/views/options/option-text.php', 'wp-content/plugins/wordfence/modules/login-security/views/options/option-text.php'),
(8566, '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/views/options/option-textarea.php', 'wp-content/plugins/wordfence/modules/login-security/views/options/option-textarea.php'),
(8567, '/home/www/iamctv.com/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'),
(8568, '/home/www/iamctv.com/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'),
(8569, '/home/www/iamctv.com/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'),
(8570, '/home/www/iamctv.com/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'),
(8571, '/home/www/iamctv.com/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'),
(8572, '/home/www/iamctv.com/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'),
(8573, '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled.php', 'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled.php'),
(8574, '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/views/options/option-token.php', 'wp-content/plugins/wordfence/modules/login-security/views/options/option-token.php'),
(8575, '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/views/page/manage.php', 'wp-content/plugins/wordfence/modules/login-security/views/page/manage.php'),
(8576, '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/views/page/page.php', 'wp-content/plugins/wordfence/modules/login-security/views/page/page.php'),
(8577, '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/views/page/role.php', 'wp-content/plugins/wordfence/modules/login-security/views/page/role.php'),
(8578, '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/views/page/section-title.php', 'wp-content/plugins/wordfence/modules/login-security/views/page/section-title.php'),
(8579, '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/views/page/settings.php', 'wp-content/plugins/wordfence/modules/login-security/views/page/settings.php'),
(8580, '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/views/page/tabbar.php', 'wp-content/plugins/wordfence/modules/login-security/views/page/tabbar.php'),
(8581, '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/views/settings/options.php', 'wp-content/plugins/wordfence/modules/login-security/views/settings/options.php'),
(8582, '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/views/settings/user-stats.php', 'wp-content/plugins/wordfence/modules/login-security/views/settings/user-stats.php'),
(8583, '/home/www/iamctv.com/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'),
(8584, '/home/www/iamctv.com/wp-content/plugins/wordfence/modules/login-security/wordfence-login-security.php', 'wp-content/plugins/wordfence/modules/login-security/wordfence-login-security.php'),
(8585, '/home/www/iamctv.com/wp-content/plugins/wordfence/readme.txt', 'wp-content/plugins/wordfence/readme.txt'),
(8586, '/home/www/iamctv.com/wp-content/plugins/wordfence/tmp/.htaccess', 'wp-content/plugins/wordfence/tmp/.htaccess'),
(8587, '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/.htaccess', 'wp-content/plugins/wordfence/vendor/.htaccess'),
(8588, '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/autoload.php', 'wp-content/plugins/wordfence/vendor/autoload.php'),
(8589, '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/composer/ClassLoader.php', 'wp-content/plugins/wordfence/vendor/composer/ClassLoader.php'),
(8590, '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/composer/LICENSE', 'wp-content/plugins/wordfence/vendor/composer/LICENSE'),
(8591, '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/composer/autoload_classmap.php', 'wp-content/plugins/wordfence/vendor/composer/autoload_classmap.php'),
(8592, '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/composer/autoload_namespaces.php', 'wp-content/plugins/wordfence/vendor/composer/autoload_namespaces.php'),
(8593, '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/composer/autoload_psr4.php', 'wp-content/plugins/wordfence/vendor/composer/autoload_psr4.php'),
(8594, '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/composer/autoload_real.php', 'wp-content/plugins/wordfence/vendor/composer/autoload_real.php'),
(8595, '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/composer/autoload_static.php', 'wp-content/plugins/wordfence/vendor/composer/autoload_static.php'),
(8596, '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/composer/ca-bundle/LICENSE', 'wp-content/plugins/wordfence/vendor/composer/ca-bundle/LICENSE'),
(8597, '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/composer/ca-bundle/res/cacert.pem', 'wp-content/plugins/wordfence/vendor/composer/ca-bundle/res/cacert.pem'),
(8598, '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/composer/ca-bundle/src/CaBundle.php', 'wp-content/plugins/wordfence/vendor/composer/ca-bundle/src/CaBundle.php'),
(8599, '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/composer/installed.json', 'wp-content/plugins/wordfence/vendor/composer/installed.json'),
(8600, '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/geoip2/geoip2/.gitmodules', 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/.gitmodules'),
(8601, '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/geoip2/geoip2/.php_cs', 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/.php_cs'),
(8602, '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/geoip2/geoip2/LICENSE', 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/LICENSE'),
(8603, '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Database/Reader.php', 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Database/Reader.php'),
(8604, '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/AddressNotFoundException.php', 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/AddressNotFoundException.php'),
(8605, '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/AuthenticationException.php', 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/AuthenticationException.php'),
(8606, '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/GeoIp2Exception.php', 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/GeoIp2Exception.php'),
(8607, '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/HttpException.php', 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/HttpException.php'),
(8608, '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/InvalidRequestException.php', 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/InvalidRequestException.php'),
(8609, '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/OutOfQueriesException.php', 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/OutOfQueriesException.php'),
(8610, '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/AbstractModel.php', 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/AbstractModel.php'),
(8611, '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/AnonymousIp.php', 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/AnonymousIp.php'),
(8612, '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Asn.php', 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Asn.php'),
(8613, '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/City.php', 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/City.php'),
(8614, '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/ConnectionType.php', 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/ConnectionType.php'),
(8615, '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Country.php', 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Country.php'),
(8616, '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Domain.php', 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Domain.php'),
(8617, '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Enterprise.php', 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Enterprise.php'),
(8618, '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Insights.php', 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Insights.php'),
(8619, '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Isp.php', 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Isp.php'),
(8620, '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/ProviderInterface.php', 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/ProviderInterface.php'),
(8621, '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/AbstractPlaceRecord.php', 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/AbstractPlaceRecord.php'),
(8622, '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/AbstractRecord.php', 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/AbstractRecord.php'),
(8623, '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/City.php', 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/City.php'),
(8624, '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Continent.php', 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Continent.php'),
(8625, '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Country.php', 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Country.php'),
(8626, '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Location.php', 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Location.php'),
(8627, '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/MaxMind.php', 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/MaxMind.php'),
(8628, '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Postal.php', 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Postal.php'),
(8629, '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/RepresentedCountry.php', 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/RepresentedCountry.php'),
(8630, '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Subdivision.php', 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Subdivision.php'),
(8631, '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Traits.php', 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Traits.php'),
(8632, '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/WebService/Client.php', 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/WebService/Client.php'),
(8633, '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/maxmind/web-service-common/LICENSE', 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/LICENSE'),
(8634, '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/AuthenticationException.php', 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/AuthenticationException.php'),
(8635, '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/HttpException.php', 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/HttpException.php'),
(8636, '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InsufficientFundsException.php', 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InsufficientFundsException.php');
INSERT INTO `iamc_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(8637, '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InvalidInputException.php', 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InvalidInputException.php'),
(8638, '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InvalidRequestException.php', 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InvalidRequestException.php'),
(8639, '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/IpAddressNotFoundException.php', 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/IpAddressNotFoundException.php'),
(8640, '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/PermissionRequiredException.php', 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/PermissionRequiredException.php'),
(8641, '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/WebServiceException.php', 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/WebServiceException.php'),
(8642, '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Client.php', 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Client.php'),
(8643, '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/CurlRequest.php', 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/CurlRequest.php'),
(8644, '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/Request.php', 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/Request.php'),
(8645, '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/RequestFactory.php', 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/RequestFactory.php'),
(8646, '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/maxmind-db/reader/LICENSE', 'wp-content/plugins/wordfence/vendor/maxmind-db/reader/LICENSE'),
(8647, '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/maxmind-db/reader/autoload.php', 'wp-content/plugins/wordfence/vendor/maxmind-db/reader/autoload.php'),
(8648, '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Decoder.php', 'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Decoder.php'),
(8649, '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/InvalidDatabaseException.php', 'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/InvalidDatabaseException.php'),
(8650, '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Metadata.php', 'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Metadata.php'),
(8651, '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Util.php', 'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Util.php'),
(8652, '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader.php', 'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader.php'),
(8653, '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/cacert.pem', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/cacert.pem'),
(8654, '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/falsepositive.key', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/falsepositive.key'),
(8655, '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/init.php', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/init.php'),
(8656, '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/config.php', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/config.php'),
(8657, '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/http.php', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/http.php'),
(8658, '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/i18n.php', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/i18n.php'),
(8659, '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/json.php', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/json.php'),
(8660, '/home/www/iamctv.com/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'),
(8661, '/home/www/iamctv.com/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'),
(8662, '/home/www/iamctv.com/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'),
(8663, '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/request.php', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/request.php'),
(8664, '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/rules.php', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/rules.php'),
(8665, '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/shutdown.php', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/shutdown.php'),
(8666, '/home/www/iamctv.com/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'),
(8667, '/home/www/iamctv.com/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'),
(8668, '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage.php', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage.php'),
(8669, '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/utils.php', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/utils.php'),
(8670, '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/view.php', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/view.php'),
(8671, '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/waf.php', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/waf.php'),
(8672, '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/xmlrpc.php', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/xmlrpc.php'),
(8673, '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/rules.key', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/rules.key'),
(8674, '/home/www/iamctv.com/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'),
(8675, '/home/www/iamctv.com/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'),
(8676, '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403.php', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403.php'),
(8677, '/home/www/iamctv.com/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'),
(8678, '/home/www/iamctv.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503.php', 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503.php'),
(8679, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/.htaccess', 'wp-content/plugins/wordfence/views/.htaccess'),
(8680, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/blocking/block-list.php', 'wp-content/plugins/wordfence/views/blocking/block-list.php'),
(8681, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/blocking/blocking-create.php', 'wp-content/plugins/wordfence/views/blocking/blocking-create.php'),
(8682, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/blocking/blocking-status.php', 'wp-content/plugins/wordfence/views/blocking/blocking-status.php'),
(8683, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/blocking/country-block-map.php', 'wp-content/plugins/wordfence/views/blocking/country-block-map.php'),
(8684, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/blocking/country-modal.php', 'wp-content/plugins/wordfence/views/blocking/country-modal.php'),
(8685, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/blocking/option-bypass-cookie.php', 'wp-content/plugins/wordfence/views/blocking/option-bypass-cookie.php'),
(8686, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/blocking/option-bypass-redirect.php', 'wp-content/plugins/wordfence/views/blocking/option-bypass-redirect.php'),
(8687, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/blocking/options-group-advanced-country.php', 'wp-content/plugins/wordfence/views/blocking/options-group-advanced-country.php'),
(8688, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/common/block-navigation-option.php', 'wp-content/plugins/wordfence/views/common/block-navigation-option.php'),
(8689, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/common/indeterminate-progress.php', 'wp-content/plugins/wordfence/views/common/indeterminate-progress.php'),
(8690, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/common/license.php', 'wp-content/plugins/wordfence/views/common/license.php'),
(8691, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/common/modal-prompt.php', 'wp-content/plugins/wordfence/views/common/modal-prompt.php'),
(8692, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/common/page-fixed-tabbar.php', 'wp-content/plugins/wordfence/views/common/page-fixed-tabbar.php'),
(8693, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/common/page-help.php', 'wp-content/plugins/wordfence/views/common/page-help.php'),
(8694, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/common/page-tabbar.php', 'wp-content/plugins/wordfence/views/common/page-tabbar.php'),
(8695, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/common/page-title.php', 'wp-content/plugins/wordfence/views/common/page-title.php'),
(8696, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/common/section-subtitle.php', 'wp-content/plugins/wordfence/views/common/section-subtitle.php'),
(8697, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/common/section-title.php', 'wp-content/plugins/wordfence/views/common/section-title.php'),
(8698, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/common/status-circular.php', 'wp-content/plugins/wordfence/views/common/status-circular.php'),
(8699, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/common/status-critical.php', 'wp-content/plugins/wordfence/views/common/status-critical.php'),
(8700, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/common/status-detail.php', 'wp-content/plugins/wordfence/views/common/status-detail.php'),
(8701, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/common/status-tooltip.php', 'wp-content/plugins/wordfence/views/common/status-tooltip.php'),
(8702, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/common/status-warning.php', 'wp-content/plugins/wordfence/views/common/status-warning.php'),
(8703, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/common/unsubscribe.php', 'wp-content/plugins/wordfence/views/common/unsubscribe.php'),
(8704, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/dashboard/global-status.php', 'wp-content/plugins/wordfence/views/dashboard/global-status.php'),
(8705, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/dashboard/option-howgetips.php', 'wp-content/plugins/wordfence/views/dashboard/option-howgetips.php'),
(8706, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/dashboard/options-group-alert.php', 'wp-content/plugins/wordfence/views/dashboard/options-group-alert.php'),
(8707, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/dashboard/options-group-dashboard.php', 'wp-content/plugins/wordfence/views/dashboard/options-group-dashboard.php'),
(8708, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/dashboard/options-group-email-summary.php', 'wp-content/plugins/wordfence/views/dashboard/options-group-email-summary.php'),
(8709, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/dashboard/options-group-general.php', 'wp-content/plugins/wordfence/views/dashboard/options-group-general.php'),
(8710, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/dashboard/options-group-import.php', 'wp-content/plugins/wordfence/views/dashboard/options-group-import.php'),
(8711, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/dashboard/options-group-license.php', 'wp-content/plugins/wordfence/views/dashboard/options-group-license.php'),
(8712, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/dashboard/options-group-view-customization.php', 'wp-content/plugins/wordfence/views/dashboard/options-group-view-customization.php'),
(8713, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/dashboard/status-payment-expiring.php', 'wp-content/plugins/wordfence/views/dashboard/status-payment-expiring.php'),
(8714, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/dashboard/status-renewing.php', 'wp-content/plugins/wordfence/views/dashboard/status-renewing.php'),
(8715, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/diagnostics/text.php', 'wp-content/plugins/wordfence/views/diagnostics/text.php'),
(8716, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/gdpr/banner.php', 'wp-content/plugins/wordfence/views/gdpr/banner.php'),
(8717, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/gdpr/disabled-overlay.php', 'wp-content/plugins/wordfence/views/gdpr/disabled-overlay.php'),
(8718, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/onboarding/banner.php', 'wp-content/plugins/wordfence/views/onboarding/banner.php'),
(8719, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/onboarding/disabled-overlay.php', 'wp-content/plugins/wordfence/views/onboarding/disabled-overlay.php'),
(8720, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/onboarding/fresh-install.php', 'wp-content/plugins/wordfence/views/onboarding/fresh-install.php'),
(8721, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/onboarding/modal-final-attempt.php', 'wp-content/plugins/wordfence/views/onboarding/modal-final-attempt.php'),
(8722, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/onboarding/overlay.php', 'wp-content/plugins/wordfence/views/onboarding/overlay.php'),
(8723, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/onboarding/plugin-header.php', 'wp-content/plugins/wordfence/views/onboarding/plugin-header.php'),
(8724, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/onboarding/tour-overlay.php', 'wp-content/plugins/wordfence/views/onboarding/tour-overlay.php'),
(8725, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/options/block-all-options-controls.php', 'wp-content/plugins/wordfence/views/options/block-all-options-controls.php'),
(8726, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/options/block-controls.php', 'wp-content/plugins/wordfence/views/options/block-controls.php'),
(8727, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/options/option-label.php', 'wp-content/plugins/wordfence/views/options/option-label.php'),
(8728, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/options/option-select.php', 'wp-content/plugins/wordfence/views/options/option-select.php'),
(8729, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/options/option-switch.php', 'wp-content/plugins/wordfence/views/options/option-switch.php'),
(8730, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/options/option-text.php', 'wp-content/plugins/wordfence/views/options/option-text.php'),
(8731, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/options/option-textarea.php', 'wp-content/plugins/wordfence/views/options/option-textarea.php'),
(8732, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/options/option-toggled-boolean-switch.php', 'wp-content/plugins/wordfence/views/options/option-toggled-boolean-switch.php'),
(8733, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/options/option-toggled-multiple.php', 'wp-content/plugins/wordfence/views/options/option-toggled-multiple.php'),
(8734, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/options/option-toggled-segmented.php', 'wp-content/plugins/wordfence/views/options/option-toggled-segmented.php'),
(8735, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/options/option-toggled-select.php', 'wp-content/plugins/wordfence/views/options/option-toggled-select.php'),
(8736, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/options/option-toggled-sub.php', 'wp-content/plugins/wordfence/views/options/option-toggled-sub.php'),
(8737, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/options/option-toggled-textarea.php', 'wp-content/plugins/wordfence/views/options/option-toggled-textarea.php'),
(8738, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/options/option-toggled.php', 'wp-content/plugins/wordfence/views/options/option-toggled.php'),
(8739, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/options/option-token.php', 'wp-content/plugins/wordfence/views/options/option-token.php'),
(8740, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/options/options-title.php', 'wp-content/plugins/wordfence/views/options/options-title.php'),
(8741, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/reports/activity-report-email-inline.php', 'wp-content/plugins/wordfence/views/reports/activity-report-email-inline.php'),
(8742, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/reports/activity-report.php', 'wp-content/plugins/wordfence/views/reports/activity-report.php'),
(8743, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/issue-base.php', 'wp-content/plugins/wordfence/views/scanner/issue-base.php'),
(8744, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/issue-checkGSB.php', 'wp-content/plugins/wordfence/views/scanner/issue-checkGSB.php'),
(8745, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/issue-checkHowGetIPs.php', 'wp-content/plugins/wordfence/views/scanner/issue-checkHowGetIPs.php'),
(8746, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/issue-checkSpamIP.php', 'wp-content/plugins/wordfence/views/scanner/issue-checkSpamIP.php'),
(8747, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/issue-commentBadURL.php', 'wp-content/plugins/wordfence/views/scanner/issue-commentBadURL.php'),
(8748, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/issue-configReadable.php', 'wp-content/plugins/wordfence/views/scanner/issue-configReadable.php'),
(8749, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/issue-control-edit-comment.php', 'wp-content/plugins/wordfence/views/scanner/issue-control-edit-comment.php'),
(8750, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/issue-control-edit-post.php', 'wp-content/plugins/wordfence/views/scanner/issue-control-edit-post.php'),
(8751, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/issue-control-edit-user.php', 'wp-content/plugins/wordfence/views/scanner/issue-control-edit-user.php'),
(8752, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/issue-control-hide-file.php', 'wp-content/plugins/wordfence/views/scanner/issue-control-hide-file.php'),
(8753, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/issue-control-ignore.php', 'wp-content/plugins/wordfence/views/scanner/issue-control-ignore.php'),
(8754, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/issue-control-repair.php', 'wp-content/plugins/wordfence/views/scanner/issue-control-repair.php'),
(8755, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/issue-control-show-details.php', 'wp-content/plugins/wordfence/views/scanner/issue-control-show-details.php'),
(8756, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/issue-coreUnknown.php', 'wp-content/plugins/wordfence/views/scanner/issue-coreUnknown.php'),
(8757, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/issue-database.php', 'wp-content/plugins/wordfence/views/scanner/issue-database.php'),
(8758, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/issue-diskSpace.php', 'wp-content/plugins/wordfence/views/scanner/issue-diskSpace.php'),
(8759, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/issue-easyPassword.php', 'wp-content/plugins/wordfence/views/scanner/issue-easyPassword.php'),
(8760, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/issue-file.php', 'wp-content/plugins/wordfence/views/scanner/issue-file.php'),
(8761, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/issue-geoipSupport.php', 'wp-content/plugins/wordfence/views/scanner/issue-geoipSupport.php'),
(8762, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/issue-knownfile.php', 'wp-content/plugins/wordfence/views/scanner/issue-knownfile.php'),
(8763, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/issue-optionBadURL.php', 'wp-content/plugins/wordfence/views/scanner/issue-optionBadURL.php'),
(8764, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/issue-postBadTitle.php', 'wp-content/plugins/wordfence/views/scanner/issue-postBadTitle.php'),
(8765, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/issue-postBadURL.php', 'wp-content/plugins/wordfence/views/scanner/issue-postBadURL.php'),
(8766, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/issue-publiclyAccessible.php', 'wp-content/plugins/wordfence/views/scanner/issue-publiclyAccessible.php'),
(8767, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/issue-skippedPaths.php', 'wp-content/plugins/wordfence/views/scanner/issue-skippedPaths.php'),
(8768, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/issue-spamvertizeCheck.php', 'wp-content/plugins/wordfence/views/scanner/issue-spamvertizeCheck.php'),
(8769, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/issue-suspiciousAdminUsers.php', 'wp-content/plugins/wordfence/views/scanner/issue-suspiciousAdminUsers.php'),
(8770, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/issue-timelimit.php', 'wp-content/plugins/wordfence/views/scanner/issue-timelimit.php'),
(8771, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/issue-wafStatus.php', 'wp-content/plugins/wordfence/views/scanner/issue-wafStatus.php'),
(8772, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/issue-wfPluginAbandoned.php', 'wp-content/plugins/wordfence/views/scanner/issue-wfPluginAbandoned.php'),
(8773, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/issue-wfPluginRemoved.php', 'wp-content/plugins/wordfence/views/scanner/issue-wfPluginRemoved.php'),
(8774, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/issue-wfPluginUpgrade.php', 'wp-content/plugins/wordfence/views/scanner/issue-wfPluginUpgrade.php'),
(8775, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/issue-wfPluginVulnerable.php', 'wp-content/plugins/wordfence/views/scanner/issue-wfPluginVulnerable.php'),
(8776, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/issue-wfThemeUpgrade.php', 'wp-content/plugins/wordfence/views/scanner/issue-wfThemeUpgrade.php'),
(8777, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/issue-wfUpgrade.php', 'wp-content/plugins/wordfence/views/scanner/issue-wfUpgrade.php'),
(8778, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/issue-wpscan_directoryList.php', 'wp-content/plugins/wordfence/views/scanner/issue-wpscan_directoryList.php'),
(8779, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/issue-wpscan_fullPathDiscl.php', 'wp-content/plugins/wordfence/views/scanner/issue-wpscan_fullPathDiscl.php'),
(8780, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/no-issues.php', 'wp-content/plugins/wordfence/views/scanner/no-issues.php'),
(8781, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/option-scan-signatures.php', 'wp-content/plugins/wordfence/views/scanner/option-scan-signatures.php'),
(8782, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/options-group-advanced.php', 'wp-content/plugins/wordfence/views/scanner/options-group-advanced.php'),
(8783, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/options-group-basic.php', 'wp-content/plugins/wordfence/views/scanner/options-group-basic.php'),
(8784, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/options-group-general.php', 'wp-content/plugins/wordfence/views/scanner/options-group-general.php'),
(8785, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/options-group-performance.php', 'wp-content/plugins/wordfence/views/scanner/options-group-performance.php'),
(8786, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/options-group-scan-schedule.php', 'wp-content/plugins/wordfence/views/scanner/options-group-scan-schedule.php'),
(8787, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/scan-failed.php', 'wp-content/plugins/wordfence/views/scanner/scan-failed.php'),
(8788, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/scan-progress-detailed.php', 'wp-content/plugins/wordfence/views/scanner/scan-progress-detailed.php'),
(8789, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/scan-progress-element.php', 'wp-content/plugins/wordfence/views/scanner/scan-progress-element.php'),
(8790, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/scan-progress.php', 'wp-content/plugins/wordfence/views/scanner/scan-progress.php'),
(8791, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/scan-results.php', 'wp-content/plugins/wordfence/views/scanner/scan-results.php'),
(8792, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/scan-scheduling.php', 'wp-content/plugins/wordfence/views/scanner/scan-scheduling.php'),
(8793, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/scan-starter.php', 'wp-content/plugins/wordfence/views/scanner/scan-starter.php'),
(8794, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/scan-type.php', 'wp-content/plugins/wordfence/views/scanner/scan-type.php'),
(8795, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/scanner-status.php', 'wp-content/plugins/wordfence/views/scanner/scanner-status.php'),
(8796, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/site-cleaning-beta-sigs.php', 'wp-content/plugins/wordfence/views/scanner/site-cleaning-beta-sigs.php'),
(8797, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/site-cleaning-bottom.php', 'wp-content/plugins/wordfence/views/scanner/site-cleaning-bottom.php'),
(8798, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/site-cleaning-high-sense.php', 'wp-content/plugins/wordfence/views/scanner/site-cleaning-high-sense.php'),
(8799, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/scanner/site-cleaning.php', 'wp-content/plugins/wordfence/views/scanner/site-cleaning.php'),
(8800, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/tools/options-group-2fa.php', 'wp-content/plugins/wordfence/views/tools/options-group-2fa.php'),
(8801, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/tools/options-group-live-traffic.php', 'wp-content/plugins/wordfence/views/tools/options-group-live-traffic.php'),
(8802, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/tours/login-security.php', 'wp-content/plugins/wordfence/views/tours/login-security.php'),
(8803, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/unsupported-php/admin-message.php', 'wp-content/plugins/wordfence/views/unsupported-php/admin-message.php'),
(8804, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/user/disabled-application-passwords.php', 'wp-content/plugins/wordfence/views/user/disabled-application-passwords.php'),
(8805, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/waf/debug.php', 'wp-content/plugins/wordfence/views/waf/debug.php'),
(8806, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/waf/firewall-status.php', 'wp-content/plugins/wordfence/views/waf/firewall-status.php'),
(8807, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/waf/option-rate-limit.php', 'wp-content/plugins/wordfence/views/waf/option-rate-limit.php'),
(8808, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/waf/option-rules.php', 'wp-content/plugins/wordfence/views/waf/option-rules.php'),
(8809, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/waf/option-whitelist.php', 'wp-content/plugins/wordfence/views/waf/option-whitelist.php'),
(8810, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/waf/options-group-advanced-firewall.php', 'wp-content/plugins/wordfence/views/waf/options-group-advanced-firewall.php'),
(8811, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/waf/options-group-basic-firewall.php', 'wp-content/plugins/wordfence/views/waf/options-group-basic-firewall.php'),
(8812, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/waf/options-group-brute-force.php', 'wp-content/plugins/wordfence/views/waf/options-group-brute-force.php'),
(8813, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/waf/options-group-rate-limiting.php', 'wp-content/plugins/wordfence/views/waf/options-group-rate-limiting.php'),
(8814, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/waf/options-group-whitelisted.php', 'wp-content/plugins/wordfence/views/waf/options-group-whitelisted.php'),
(8815, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/waf/status-tooltip-learning-mode.php', 'wp-content/plugins/wordfence/views/waf/status-tooltip-learning-mode.php'),
(8816, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/waf/waf-install-manual.php', 'wp-content/plugins/wordfence/views/waf/waf-install-manual.php'),
(8817, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/waf/waf-install-success.php', 'wp-content/plugins/wordfence/views/waf/waf-install-success.php'),
(8818, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/waf/waf-install.php', 'wp-content/plugins/wordfence/views/waf/waf-install.php'),
(8819, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/waf/waf-modal-wrapper.php', 'wp-content/plugins/wordfence/views/waf/waf-modal-wrapper.php'),
(8820, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/waf/waf-uninstall-success.php', 'wp-content/plugins/wordfence/views/waf/waf-uninstall-success.php'),
(8821, '/home/www/iamctv.com/wp-content/plugins/wordfence/views/waf/waf-uninstall.php', 'wp-content/plugins/wordfence/views/waf/waf-uninstall.php'),
(8822, '/home/www/iamctv.com/wp-content/plugins/wordfence/waf/.htaccess', 'wp-content/plugins/wordfence/waf/.htaccess'),
(8823, '/home/www/iamctv.com/wp-content/plugins/wordfence/waf/bootstrap.php', 'wp-content/plugins/wordfence/waf/bootstrap.php'),
(8824, '/home/www/iamctv.com/wp-content/plugins/wordfence/waf/pomo/entry.php', 'wp-content/plugins/wordfence/waf/pomo/entry.php'),
(8825, '/home/www/iamctv.com/wp-content/plugins/wordfence/waf/pomo/mo.php', 'wp-content/plugins/wordfence/waf/pomo/mo.php'),
(8826, '/home/www/iamctv.com/wp-content/plugins/wordfence/waf/pomo/plural-forms.php', 'wp-content/plugins/wordfence/waf/pomo/plural-forms.php'),
(8827, '/home/www/iamctv.com/wp-content/plugins/wordfence/waf/pomo/po.php', 'wp-content/plugins/wordfence/waf/pomo/po.php'),
(8828, '/home/www/iamctv.com/wp-content/plugins/wordfence/waf/pomo/streams.php', 'wp-content/plugins/wordfence/waf/pomo/streams.php'),
(8829, '/home/www/iamctv.com/wp-content/plugins/wordfence/waf/pomo/translations.php', 'wp-content/plugins/wordfence/waf/pomo/translations.php'),
(8830, '/home/www/iamctv.com/wp-content/plugins/wordfence/waf/wfWAFGeoIP2.php', 'wp-content/plugins/wordfence/waf/wfWAFGeoIP2.php'),
(8831, '/home/www/iamctv.com/wp-content/plugins/wordfence/waf/wfWAFIPBlocksController.php', 'wp-content/plugins/wordfence/waf/wfWAFIPBlocksController.php'),
(8832, '/home/www/iamctv.com/wp-content/plugins/wordfence/waf/wfWAFUserIPRange.php', 'wp-content/plugins/wordfence/waf/wfWAFUserIPRange.php'),
(8833, '/home/www/iamctv.com/wp-content/plugins/wordfence/wordfence.php', 'wp-content/plugins/wordfence/wordfence.php'),
(8834, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/admin-settings-changed-listener.php', 'wp-content/plugins/wordpress-seo/admin/admin-settings-changed-listener.php'),
(8835, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/ajax/class-shortcode-filter.php', 'wp-content/plugins/wordpress-seo/admin/ajax/class-shortcode-filter.php'),
(8836, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/ajax/class-yoast-dismissable-notice.php', 'wp-content/plugins/wordpress-seo/admin/ajax/class-yoast-dismissable-notice.php'),
(8837, '/home/www/iamctv.com/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'),
(8838, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/ajax.php', 'wp-content/plugins/wordpress-seo/admin/ajax.php'),
(8839, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/capabilities/class-abstract-capability-manager.php', 'wp-content/plugins/wordpress-seo/admin/capabilities/class-abstract-capability-manager.php'),
(8840, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-factory.php', 'wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-factory.php'),
(8841, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-integration.php', 'wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-integration.php'),
(8842, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-vip.php', 'wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-vip.php'),
(8843, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-wp.php', 'wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-wp.php'),
(8844, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager.php', 'wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager.php'),
(8845, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-utils.php', 'wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-utils.php'),
(8846, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/capabilities/class-register-capabilities.php', 'wp-content/plugins/wordpress-seo/admin/capabilities/class-register-capabilities.php'),
(8847, '/home/www/iamctv.com/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'),
(8848, '/home/www/iamctv.com/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'),
(8849, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/class-admin-asset-location.php', 'wp-content/plugins/wordpress-seo/admin/class-admin-asset-location.php'),
(8850, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/class-admin-asset-manager.php', 'wp-content/plugins/wordpress-seo/admin/class-admin-asset-manager.php'),
(8851, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/class-admin-asset-seo-location.php', 'wp-content/plugins/wordpress-seo/admin/class-admin-asset-seo-location.php'),
(8852, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/class-admin-asset-yoast-components-l10n.php', 'wp-content/plugins/wordpress-seo/admin/class-admin-asset-yoast-components-l10n.php'),
(8853, '/home/www/iamctv.com/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'),
(8854, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/class-admin-gutenberg-compatibility-notification.php', 'wp-content/plugins/wordpress-seo/admin/class-admin-gutenberg-compatibility-notification.php'),
(8855, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/class-admin-help-panel.php', 'wp-content/plugins/wordpress-seo/admin/class-admin-help-panel.php'),
(8856, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/class-admin-init.php', 'wp-content/plugins/wordpress-seo/admin/class-admin-init.php'),
(8857, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/class-admin-recommended-replace-vars.php', 'wp-content/plugins/wordpress-seo/admin/class-admin-recommended-replace-vars.php'),
(8858, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/class-admin-user-profile.php', 'wp-content/plugins/wordpress-seo/admin/class-admin-user-profile.php'),
(8859, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/class-admin-utils.php', 'wp-content/plugins/wordpress-seo/admin/class-admin-utils.php'),
(8860, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/class-admin.php', 'wp-content/plugins/wordpress-seo/admin/class-admin.php'),
(8861, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/class-asset.php', 'wp-content/plugins/wordpress-seo/admin/class-asset.php'),
(8862, '/home/www/iamctv.com/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'),
(8863, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/class-bulk-editor-list-table.php', 'wp-content/plugins/wordpress-seo/admin/class-bulk-editor-list-table.php'),
(8864, '/home/www/iamctv.com/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'),
(8865, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/class-collector.php', 'wp-content/plugins/wordpress-seo/admin/class-collector.php'),
(8866, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/class-config.php', 'wp-content/plugins/wordpress-seo/admin/class-config.php'),
(8867, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/class-customizer.php', 'wp-content/plugins/wordpress-seo/admin/class-customizer.php'),
(8868, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/class-database-proxy.php', 'wp-content/plugins/wordpress-seo/admin/class-database-proxy.php'),
(8869, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/class-export.php', 'wp-content/plugins/wordpress-seo/admin/class-export.php'),
(8870, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/class-expose-shortlinks.php', 'wp-content/plugins/wordpress-seo/admin/class-expose-shortlinks.php'),
(8871, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/class-gutenberg-compatibility.php', 'wp-content/plugins/wordpress-seo/admin/class-gutenberg-compatibility.php'),
(8872, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/class-helpscout.php', 'wp-content/plugins/wordpress-seo/admin/class-helpscout.php'),
(8873, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/class-meta-columns.php', 'wp-content/plugins/wordpress-seo/admin/class-meta-columns.php'),
(8874, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/class-my-yoast-proxy.php', 'wp-content/plugins/wordpress-seo/admin/class-my-yoast-proxy.php'),
(8875, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/class-option-tab.php', 'wp-content/plugins/wordpress-seo/admin/class-option-tab.php'),
(8876, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/class-option-tabs-formatter.php', 'wp-content/plugins/wordpress-seo/admin/class-option-tabs-formatter.php'),
(8877, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/class-option-tabs.php', 'wp-content/plugins/wordpress-seo/admin/class-option-tabs.php'),
(8878, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/class-paper-presenter.php', 'wp-content/plugins/wordpress-seo/admin/class-paper-presenter.php'),
(8879, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/class-plugin-availability.php', 'wp-content/plugins/wordpress-seo/admin/class-plugin-availability.php'),
(8880, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/class-plugin-conflict.php', 'wp-content/plugins/wordpress-seo/admin/class-plugin-conflict.php'),
(8881, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/class-premium-popup.php', 'wp-content/plugins/wordpress-seo/admin/class-premium-popup.php'),
(8882, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/class-premium-upsell-admin-block.php', 'wp-content/plugins/wordpress-seo/admin/class-premium-upsell-admin-block.php'),
(8883, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/class-primary-term-admin.php', 'wp-content/plugins/wordpress-seo/admin/class-primary-term-admin.php'),
(8884, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/class-product-upsell-notice.php', 'wp-content/plugins/wordpress-seo/admin/class-product-upsell-notice.php'),
(8885, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/class-remote-request.php', 'wp-content/plugins/wordpress-seo/admin/class-remote-request.php'),
(8886, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/class-schema-person-upgrade-notification.php', 'wp-content/plugins/wordpress-seo/admin/class-schema-person-upgrade-notification.php'),
(8887, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/class-suggested-plugins.php', 'wp-content/plugins/wordpress-seo/admin/class-suggested-plugins.php'),
(8888, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/class-yoast-columns.php', 'wp-content/plugins/wordpress-seo/admin/class-yoast-columns.php'),
(8889, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/class-yoast-dashboard-widget.php', 'wp-content/plugins/wordpress-seo/admin/class-yoast-dashboard-widget.php'),
(8890, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/class-yoast-form.php', 'wp-content/plugins/wordpress-seo/admin/class-yoast-form.php'),
(8891, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/class-yoast-input-validation.php', 'wp-content/plugins/wordpress-seo/admin/class-yoast-input-validation.php'),
(8892, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/class-yoast-network-admin.php', 'wp-content/plugins/wordpress-seo/admin/class-yoast-network-admin.php'),
(8893, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/class-yoast-network-settings-api.php', 'wp-content/plugins/wordpress-seo/admin/class-yoast-network-settings-api.php'),
(8894, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/class-yoast-notification-center.php', 'wp-content/plugins/wordpress-seo/admin/class-yoast-notification-center.php'),
(8895, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/class-yoast-notification.php', 'wp-content/plugins/wordpress-seo/admin/class-yoast-notification.php'),
(8896, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/class-yoast-notifications.php', 'wp-content/plugins/wordpress-seo/admin/class-yoast-notifications.php'),
(8897, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/class-yoast-plugin-conflict.php', 'wp-content/plugins/wordpress-seo/admin/class-yoast-plugin-conflict.php'),
(8898, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint-file-size.php', 'wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint-file-size.php'),
(8899, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint-statistics.php', 'wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint-statistics.php'),
(8900, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint.php', 'wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint.php'),
(8901, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/exceptions/class-file-size-exception.php', 'wp-content/plugins/wordpress-seo/admin/exceptions/class-file-size-exception.php'),
(8902, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/filters/class-abstract-post-filter.php', 'wp-content/plugins/wordpress-seo/admin/filters/class-abstract-post-filter.php'),
(8903, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/filters/class-cornerstone-filter.php', 'wp-content/plugins/wordpress-seo/admin/filters/class-cornerstone-filter.php'),
(8904, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/formatter/class-metabox-formatter.php', 'wp-content/plugins/wordpress-seo/admin/formatter/class-metabox-formatter.php'),
(8905, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/formatter/class-post-metabox-formatter.php', 'wp-content/plugins/wordpress-seo/admin/formatter/class-post-metabox-formatter.php'),
(8906, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/formatter/class-term-metabox-formatter.php', 'wp-content/plugins/wordpress-seo/admin/formatter/class-term-metabox-formatter.php'),
(8907, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/formatter/interface-metabox-formatter.php', 'wp-content/plugins/wordpress-seo/admin/formatter/interface-metabox-formatter.php'),
(8908, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc.php', 'wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc.php'),
(8909, '/home/www/iamctv.com/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'),
(8910, '/home/www/iamctv.com/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'),
(8911, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/import/class-import-detector.php', 'wp-content/plugins/wordpress-seo/admin/import/class-import-detector.php'),
(8912, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/import/class-import-plugin.php', 'wp-content/plugins/wordpress-seo/admin/import/class-import-plugin.php'),
(8913, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/import/class-import-settings.php', 'wp-content/plugins/wordpress-seo/admin/import/class-import-settings.php'),
(8914, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/import/class-import-status.php', 'wp-content/plugins/wordpress-seo/admin/import/class-import-status.php'),
(8915, '/home/www/iamctv.com/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'),
(8916, '/home/www/iamctv.com/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'),
(8917, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-aioseo.php', 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-aioseo.php'),
(8918, '/home/www/iamctv.com/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'),
(8919, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-headspace.php', 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-headspace.php'),
(8920, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-jetpack.php', 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-jetpack.php'),
(8921, '/home/www/iamctv.com/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'),
(8922, '/home/www/iamctv.com/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'),
(8923, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-rankmath.php', 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-rankmath.php'),
(8924, '/home/www/iamctv.com/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'),
(8925, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-seopressor.php', 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-seopressor.php');
INSERT INTO `iamc_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(8926, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-smartcrawl.php', 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-smartcrawl.php'),
(8927, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-squirrly.php', 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-squirrly.php'),
(8928, '/home/www/iamctv.com/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'),
(8929, '/home/www/iamctv.com/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'),
(8930, '/home/www/iamctv.com/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'),
(8931, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-wpseo.php', 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-wpseo.php'),
(8932, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/import/plugins/class-importers.php', 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-importers.php'),
(8933, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/index.php', 'wp-content/plugins/wordpress-seo/admin/index.php'),
(8934, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/interface-collection.php', 'wp-content/plugins/wordpress-seo/admin/interface-collection.php'),
(8935, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/interface-installable.php', 'wp-content/plugins/wordpress-seo/admin/interface-installable.php'),
(8936, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/listeners/class-listener.php', 'wp-content/plugins/wordpress-seo/admin/listeners/class-listener.php'),
(8937, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/menu/class-admin-menu.php', 'wp-content/plugins/wordpress-seo/admin/menu/class-admin-menu.php'),
(8938, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/menu/class-base-menu.php', 'wp-content/plugins/wordpress-seo/admin/menu/class-base-menu.php'),
(8939, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/menu/class-menu.php', 'wp-content/plugins/wordpress-seo/admin/menu/class-menu.php'),
(8940, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/menu/class-network-admin-menu.php', 'wp-content/plugins/wordpress-seo/admin/menu/class-network-admin-menu.php'),
(8941, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/menu/class-replacevar-editor.php', 'wp-content/plugins/wordpress-seo/admin/menu/class-replacevar-editor.php'),
(8942, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/menu/class-replacevar-field.php', 'wp-content/plugins/wordpress-seo/admin/menu/class-replacevar-field.php'),
(8943, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/menu/class-submenu-capability-normalize.php', 'wp-content/plugins/wordpress-seo/admin/menu/class-submenu-capability-normalize.php'),
(8944, '/home/www/iamctv.com/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'),
(8945, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-readability.php', 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-readability.php'),
(8946, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-seo.php', 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-seo.php'),
(8947, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-collapsible.php', 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-collapsible.php'),
(8948, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-collapsibles-section.php', 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-collapsibles-section.php'),
(8949, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-editor.php', 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-editor.php'),
(8950, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-form-tab.php', 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-form-tab.php'),
(8951, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-null-tab.php', 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-null-tab.php'),
(8952, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-additional.php', 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-additional.php'),
(8953, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-react.php', 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-react.php'),
(8954, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-readability.php', 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-readability.php'),
(8955, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/metabox/class-metabox.php', 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox.php'),
(8956, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-analysis.php', 'wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-analysis.php'),
(8957, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-section.php', 'wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-section.php'),
(8958, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-tab.php', 'wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-tab.php'),
(8959, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/notifiers/dismissible-notification.php', 'wp-content/plugins/wordpress-seo/admin/notifiers/dismissible-notification.php'),
(8960, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/notifiers/interface-notification-handler.php', 'wp-content/plugins/wordpress-seo/admin/notifiers/interface-notification-handler.php'),
(8961, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/pages/dashboard.php', 'wp-content/plugins/wordpress-seo/admin/pages/dashboard.php'),
(8962, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/pages/licenses.php', 'wp-content/plugins/wordpress-seo/admin/pages/licenses.php'),
(8963, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/pages/metas.php', 'wp-content/plugins/wordpress-seo/admin/pages/metas.php'),
(8964, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/pages/network.php', 'wp-content/plugins/wordpress-seo/admin/pages/network.php'),
(8965, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/pages/redirects.php', 'wp-content/plugins/wordpress-seo/admin/pages/redirects.php'),
(8966, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/pages/social.php', 'wp-content/plugins/wordpress-seo/admin/pages/social.php'),
(8967, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/pages/tools.php', 'wp-content/plugins/wordpress-seo/admin/pages/tools.php'),
(8968, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/roles/class-abstract-role-manager.php', 'wp-content/plugins/wordpress-seo/admin/roles/class-abstract-role-manager.php'),
(8969, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/roles/class-register-roles.php', 'wp-content/plugins/wordpress-seo/admin/roles/class-register-roles.php'),
(8970, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/roles/class-role-manager-factory.php', 'wp-content/plugins/wordpress-seo/admin/roles/class-role-manager-factory.php'),
(8971, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/roles/class-role-manager-vip.php', 'wp-content/plugins/wordpress-seo/admin/roles/class-role-manager-vip.php'),
(8972, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/roles/class-role-manager-wp.php', 'wp-content/plugins/wordpress-seo/admin/roles/class-role-manager-wp.php'),
(8973, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/roles/class-role-manager.php', 'wp-content/plugins/wordpress-seo/admin/roles/class-role-manager.php'),
(8974, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/ryte/class-ryte-option.php', 'wp-content/plugins/wordpress-seo/admin/ryte/class-ryte-option.php'),
(8975, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/ryte/class-ryte-request.php', 'wp-content/plugins/wordpress-seo/admin/ryte/class-ryte-request.php'),
(8976, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/services/class-file-size.php', 'wp-content/plugins/wordpress-seo/admin/services/class-file-size.php'),
(8977, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/statistics/class-statistics-integration.php', 'wp-content/plugins/wordpress-seo/admin/statistics/class-statistics-integration.php'),
(8978, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/statistics/class-statistics-service.php', 'wp-content/plugins/wordpress-seo/admin/statistics/class-statistics-service.php'),
(8979, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-columns.php', 'wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-columns.php'),
(8980, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-fields-presenter.php', 'wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-fields-presenter.php'),
(8981, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-fields.php', 'wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-fields.php'),
(8982, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-metabox.php', 'wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-metabox.php'),
(8983, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy.php', 'wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy.php'),
(8984, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-default-data.php', 'wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-default-data.php'),
(8985, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-plugin-data.php', 'wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-plugin-data.php'),
(8986, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-server-data.php', 'wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-server-data.php'),
(8987, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-settings-data.php', 'wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-settings-data.php'),
(8988, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-theme-data.php', 'wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-theme-data.php'),
(8989, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/tracking/class-tracking.php', 'wp-content/plugins/wordpress-seo/admin/tracking/class-tracking.php'),
(8990, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/class-view-utils.php', 'wp-content/plugins/wordpress-seo/admin/views/class-view-utils.php'),
(8991, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/class-yoast-feature-toggle.php', 'wp-content/plugins/wordpress-seo/admin/views/class-yoast-feature-toggle.php'),
(8992, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/class-yoast-feature-toggles.php', 'wp-content/plugins/wordpress-seo/admin/views/class-yoast-feature-toggles.php'),
(8993, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/class-yoast-input-select.php', 'wp-content/plugins/wordpress-seo/admin/views/class-yoast-input-select.php'),
(8994, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/class-yoast-integration-toggles.php', 'wp-content/plugins/wordpress-seo/admin/views/class-yoast-integration-toggles.php'),
(8995, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/form/select.php', 'wp-content/plugins/wordpress-seo/admin/views/form/select.php'),
(8996, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/interface-yoast-form-element.php', 'wp-content/plugins/wordpress-seo/admin/views/interface-yoast-form-element.php'),
(8997, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/js-templates-primary-term.php', 'wp-content/plugins/wordpress-seo/admin/views/js-templates-primary-term.php'),
(8998, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/licenses.php', 'wp-content/plugins/wordpress-seo/admin/views/licenses.php'),
(8999, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/paper-collapsible.php', 'wp-content/plugins/wordpress-seo/admin/views/paper-collapsible.php'),
(9000, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/partial-notifications-errors.php', 'wp-content/plugins/wordpress-seo/admin/views/partial-notifications-errors.php'),
(9001, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/partial-notifications-template.php', 'wp-content/plugins/wordpress-seo/admin/views/partial-notifications-template.php'),
(9002, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/partial-notifications-warnings.php', 'wp-content/plugins/wordpress-seo/admin/views/partial-notifications-warnings.php'),
(9003, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/redirects.php', 'wp-content/plugins/wordpress-seo/admin/views/redirects.php'),
(9004, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/sidebar.php', 'wp-content/plugins/wordpress-seo/admin/views/sidebar.php'),
(9005, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/crawl-settings.php', 'wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/crawl-settings.php'),
(9006, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/dashboard.php', 'wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/dashboard.php'),
(9007, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/features.php', 'wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/features.php'),
(9008, '/home/www/iamctv.com/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'),
(9009, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/integrations.php', 'wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/integrations.php'),
(9010, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/site-analysis.php', 'wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/site-analysis.php'),
(9011, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/webmaster-tools.php', 'wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/webmaster-tools.php'),
(9012, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/archives/help.php', 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/archives/help.php'),
(9013, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/archives.php', 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/archives.php'),
(9014, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/breadcrumbs.php', 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/breadcrumbs.php'),
(9015, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/general.php', 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/general.php'),
(9016, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/media.php', 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/media.php'),
(9017, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/author-archive-settings.php', 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/author-archive-settings.php'),
(9018, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/breadcrumbs-content.php', 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/breadcrumbs-content.php'),
(9019, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/date-archives-settings.php', 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/date-archives-settings.php'),
(9020, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/front-page-content.php', 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/front-page-content.php'),
(9021, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/general/force-rewrite-title.php', 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/general/force-rewrite-title.php'),
(9022, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/general/homepage.php', 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/general/homepage.php'),
(9023, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/general/knowledge-graph.php', 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/general/knowledge-graph.php'),
(9024, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/general/title-separator.php', 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/general/title-separator.php'),
(9025, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/integrations/wincher.php', 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/integrations/wincher.php'),
(9026, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/media-content.php', 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/media-content.php'),
(9027, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/post-type-content.php', 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/post-type-content.php'),
(9028, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/post_type/post-type.php', 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/post_type/post-type.php'),
(9029, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/post_type/woocommerce-shop-page.php', 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/post_type/woocommerce-shop-page.php'),
(9030, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/rss-content.php', 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/rss-content.php'),
(9031, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/special-pages.php', 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/special-pages.php'),
(9032, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/taxonomy-content.php', 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/taxonomy-content.php'),
(9033, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/post-types.php', 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/post-types.php'),
(9034, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/rss.php', 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/rss.php'),
(9035, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/taxonomies/category-url.php', 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/taxonomies/category-url.php'),
(9036, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/taxonomies.php', 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/taxonomies.php'),
(9037, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/tabs/network/crawl-settings.php', 'wp-content/plugins/wordpress-seo/admin/views/tabs/network/crawl-settings.php'),
(9038, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/tabs/network/features.php', 'wp-content/plugins/wordpress-seo/admin/views/tabs/network/features.php'),
(9039, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/tabs/network/general.php', 'wp-content/plugins/wordpress-seo/admin/views/tabs/network/general.php'),
(9040, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/tabs/network/integrations.php', 'wp-content/plugins/wordpress-seo/admin/views/tabs/network/integrations.php'),
(9041, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/tabs/network/restore-site.php', 'wp-content/plugins/wordpress-seo/admin/views/tabs/network/restore-site.php'),
(9042, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/tabs/social/accounts.php', 'wp-content/plugins/wordpress-seo/admin/views/tabs/social/accounts.php'),
(9043, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/tabs/social/facebook.php', 'wp-content/plugins/wordpress-seo/admin/views/tabs/social/facebook.php'),
(9044, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/tabs/social/pinterest.php', 'wp-content/plugins/wordpress-seo/admin/views/tabs/social/pinterest.php'),
(9045, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/tabs/social/twitterbox.php', 'wp-content/plugins/wordpress-seo/admin/views/tabs/social/twitterbox.php'),
(9046, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/tabs/tool/import-seo.php', 'wp-content/plugins/wordpress-seo/admin/views/tabs/tool/import-seo.php'),
(9047, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/tabs/tool/wpseo-export.php', 'wp-content/plugins/wordpress-seo/admin/views/tabs/tool/wpseo-export.php'),
(9048, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/tabs/tool/wpseo-import.php', 'wp-content/plugins/wordpress-seo/admin/views/tabs/tool/wpseo-import.php'),
(9049, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/tool-bulk-editor.php', 'wp-content/plugins/wordpress-seo/admin/views/tool-bulk-editor.php'),
(9050, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/tool-file-editor.php', 'wp-content/plugins/wordpress-seo/admin/views/tool-file-editor.php'),
(9051, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/tool-import-export.php', 'wp-content/plugins/wordpress-seo/admin/views/tool-import-export.php'),
(9052, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/views/user-profile.php', 'wp-content/plugins/wordpress-seo/admin/views/user-profile.php'),
(9053, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/admin/watchers/class-slug-change-watcher.php', 'wp-content/plugins/wordpress-seo/admin/watchers/class-slug-change-watcher.php'),
(9054, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/admin-global-1930-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/admin-global-1930-rtl.css'),
(9055, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/admin-global-1930.css', 'wp-content/plugins/wordpress-seo/css/dist/admin-global-1930.css'),
(9056, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/adminbar-1930-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/adminbar-1930-rtl.css'),
(9057, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/adminbar-1930.css', 'wp-content/plugins/wordpress-seo/css/dist/adminbar-1930.css'),
(9058, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/alerts-1930-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/alerts-1930-rtl.css'),
(9059, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/alerts-1930.css', 'wp-content/plugins/wordpress-seo/css/dist/alerts-1930.css'),
(9060, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/dashboard-1930-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/dashboard-1930-rtl.css'),
(9061, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/dashboard-1930.css', 'wp-content/plugins/wordpress-seo/css/dist/dashboard-1930.css'),
(9062, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/edit-page-1930-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/edit-page-1930-rtl.css'),
(9063, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/edit-page-1930.css', 'wp-content/plugins/wordpress-seo/css/dist/edit-page-1930.css'),
(9064, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/elementor-1930-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/elementor-1930-rtl.css'),
(9065, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/elementor-1930.css', 'wp-content/plugins/wordpress-seo/css/dist/elementor-1930.css'),
(9066, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/featured-image-1930-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/featured-image-1930-rtl.css'),
(9067, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/featured-image-1930.css', 'wp-content/plugins/wordpress-seo/css/dist/featured-image-1930.css'),
(9068, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/filter-explanation-1930-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/filter-explanation-1930-rtl.css'),
(9069, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/filter-explanation-1930.css', 'wp-content/plugins/wordpress-seo/css/dist/filter-explanation-1930.css'),
(9070, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/icons-1930-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/icons-1930-rtl.css'),
(9071, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/icons-1930.css', 'wp-content/plugins/wordpress-seo/css/dist/icons-1930.css'),
(9072, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/inside-editor-1930-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/inside-editor-1930-rtl.css'),
(9073, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/inside-editor-1930.css', 'wp-content/plugins/wordpress-seo/css/dist/inside-editor-1930.css'),
(9074, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/metabox-1930-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/metabox-1930-rtl.css'),
(9075, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/metabox-1930.css', 'wp-content/plugins/wordpress-seo/css/dist/metabox-1930.css'),
(9076, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/metabox-primary-category-1930-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/metabox-primary-category-1930-rtl.css'),
(9077, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/metabox-primary-category-1930.css', 'wp-content/plugins/wordpress-seo/css/dist/metabox-primary-category-1930.css'),
(9078, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/modal-1930-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/modal-1930-rtl.css'),
(9079, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/modal-1930.css', 'wp-content/plugins/wordpress-seo/css/dist/modal-1930.css'),
(9080, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/monorepo-1930-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/monorepo-1930-rtl.css'),
(9081, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/monorepo-1930.css', 'wp-content/plugins/wordpress-seo/css/dist/monorepo-1930.css'),
(9082, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/notifications-1930-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/notifications-1930-rtl.css'),
(9083, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/notifications-1930.css', 'wp-content/plugins/wordpress-seo/css/dist/notifications-1930.css'),
(9084, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/schema-blocks-1930-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/schema-blocks-1930-rtl.css'),
(9085, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/schema-blocks-1930.css', 'wp-content/plugins/wordpress-seo/css/dist/schema-blocks-1930.css'),
(9086, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/score_icon-1930-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/score_icon-1930-rtl.css'),
(9087, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/score_icon-1930.css', 'wp-content/plugins/wordpress-seo/css/dist/score_icon-1930.css'),
(9088, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/search-appearance-1930-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/search-appearance-1930-rtl.css'),
(9089, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/search-appearance-1930.css', 'wp-content/plugins/wordpress-seo/css/dist/search-appearance-1930.css'),
(9090, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/select2/select2-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/select2/select2-rtl.css'),
(9091, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/select2/select2.min.css', 'wp-content/plugins/wordpress-seo/css/dist/select2/select2.min.css'),
(9092, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/structured-data-blocks-1930-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/structured-data-blocks-1930-rtl.css'),
(9093, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/structured-data-blocks-1930.css', 'wp-content/plugins/wordpress-seo/css/dist/structured-data-blocks-1930.css'),
(9094, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/tailwind-1930-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/tailwind-1930-rtl.css'),
(9095, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/tailwind-1930.css', 'wp-content/plugins/wordpress-seo/css/dist/tailwind-1930.css'),
(9096, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/toggle-switch-1930-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/toggle-switch-1930-rtl.css'),
(9097, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/toggle-switch-1930.css', 'wp-content/plugins/wordpress-seo/css/dist/toggle-switch-1930.css'),
(9098, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/tooltips-1930-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/tooltips-1930-rtl.css'),
(9099, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/tooltips-1930.css', 'wp-content/plugins/wordpress-seo/css/dist/tooltips-1930.css'),
(9100, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/workouts-1930-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/workouts-1930-rtl.css'),
(9101, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/workouts-1930.css', 'wp-content/plugins/wordpress-seo/css/dist/workouts-1930.css'),
(9102, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/wpseo-dismissible-1930-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/wpseo-dismissible-1930-rtl.css'),
(9103, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/wpseo-dismissible-1930.css', 'wp-content/plugins/wordpress-seo/css/dist/wpseo-dismissible-1930.css'),
(9104, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/yoast-components-1930-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/yoast-components-1930-rtl.css'),
(9105, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/yoast-components-1930.css', 'wp-content/plugins/wordpress-seo/css/dist/yoast-components-1930.css'),
(9106, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/yoast-extensions-1930-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/yoast-extensions-1930-rtl.css'),
(9107, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/yoast-extensions-1930.css', 'wp-content/plugins/wordpress-seo/css/dist/yoast-extensions-1930.css'),
(9108, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/yst_plugin_tools-1930-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/yst_plugin_tools-1930-rtl.css'),
(9109, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/yst_plugin_tools-1930.css', 'wp-content/plugins/wordpress-seo/css/dist/yst_plugin_tools-1930.css'),
(9110, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/yst_seo_score-1930-rtl.css', 'wp-content/plugins/wordpress-seo/css/dist/yst_seo_score-1930-rtl.css'),
(9111, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/dist/yst_seo_score-1930.css', 'wp-content/plugins/wordpress-seo/css/dist/yst_seo_score-1930.css'),
(9112, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl', 'wp-content/plugins/wordpress-seo/css/main-sitemap.xsl'),
(9113, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/images/Assistent_Time_bubble_500x570.png', 'wp-content/plugins/wordpress-seo/images/Assistent_Time_bubble_500x570.png'),
(9114, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/images/Yoast_SEO_negative_icon.svg', 'wp-content/plugins/wordpress-seo/images/Yoast_SEO_negative_icon.svg'),
(9115, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/images/alert-error-icon.svg', 'wp-content/plugins/wordpress-seo/images/alert-error-icon.svg'),
(9116, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/images/alert-info-icon.svg', 'wp-content/plugins/wordpress-seo/images/alert-info-icon.svg'),
(9117, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/images/alert-success-icon.svg', 'wp-content/plugins/wordpress-seo/images/alert-success-icon.svg'),
(9118, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/images/alert-warning-icon.svg', 'wp-content/plugins/wordpress-seo/images/alert-warning-icon.svg'),
(9119, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/images/brushstroke_background.svg', 'wp-content/plugins/wordpress-seo/images/brushstroke_background.svg'),
(9120, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/images/error-icon.svg', 'wp-content/plugins/wordpress-seo/images/error-icon.svg'),
(9121, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/images/index.php', 'wp-content/plugins/wordpress-seo/images/index.php'),
(9122, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/images/indexables_3_left_bubble_optm.svg', 'wp-content/plugins/wordpress-seo/images/indexables_3_left_bubble_optm.svg'),
(9123, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/images/link-in-icon.svg', 'wp-content/plugins/wordpress-seo/images/link-in-icon.svg'),
(9124, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/images/link-out-icon.svg', 'wp-content/plugins/wordpress-seo/images/link-out-icon.svg'),
(9125, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/images/local_plugin_assistant.svg', 'wp-content/plugins/wordpress-seo/images/local_plugin_assistant.svg'),
(9126, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/images/man_with_tablet.png', 'wp-content/plugins/wordpress-seo/images/man_with_tablet.png'),
(9127, '/home/www/iamctv.com/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'),
(9128, '/home/www/iamctv.com/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'),
(9129, '/home/www/iamctv.com/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'),
(9130, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/images/new-to-configuration-notice.svg', 'wp-content/plugins/wordpress-seo/images/new-to-configuration-notice.svg'),
(9131, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/images/news_plugin_assistant.svg', 'wp-content/plugins/wordpress-seo/images/news_plugin_assistant.svg'),
(9132, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/images/profile-social-fields.png', 'wp-content/plugins/wordpress-seo/images/profile-social-fields.png'),
(9133, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/images/question-mark.png', 'wp-content/plugins/wordpress-seo/images/question-mark.png'),
(9134, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/images/readability-icon.svg', 'wp-content/plugins/wordpress-seo/images/readability-icon.svg'),
(9135, '/home/www/iamctv.com/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'),
(9136, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/images/succes_marieke_bubble_optm.svg', 'wp-content/plugins/wordpress-seo/images/succes_marieke_bubble_optm.svg'),
(9137, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/images/support-team.svg', 'wp-content/plugins/wordpress-seo/images/support-team.svg'),
(9138, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/images/video_plugin_assistant.svg', 'wp-content/plugins/wordpress-seo/images/video_plugin_assistant.svg'),
(9139, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/images/woo_plugin_assistant.svg', 'wp-content/plugins/wordpress-seo/images/woo_plugin_assistant.svg'),
(9140, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/inc/class-addon-manager.php', 'wp-content/plugins/wordpress-seo/inc/class-addon-manager.php'),
(9141, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/inc/class-my-yoast-api-request.php', 'wp-content/plugins/wordpress-seo/inc/class-my-yoast-api-request.php'),
(9142, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/inc/class-post-type.php', 'wp-content/plugins/wordpress-seo/inc/class-post-type.php'),
(9143, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/inc/class-rewrite.php', 'wp-content/plugins/wordpress-seo/inc/class-rewrite.php'),
(9144, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/inc/class-upgrade-history.php', 'wp-content/plugins/wordpress-seo/inc/class-upgrade-history.php'),
(9145, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/inc/class-upgrade.php', 'wp-content/plugins/wordpress-seo/inc/class-upgrade.php'),
(9146, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/inc/class-wpseo-admin-bar-menu.php', 'wp-content/plugins/wordpress-seo/inc/class-wpseo-admin-bar-menu.php'),
(9147, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/inc/class-wpseo-content-images.php', 'wp-content/plugins/wordpress-seo/inc/class-wpseo-content-images.php'),
(9148, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/inc/class-wpseo-custom-fields.php', 'wp-content/plugins/wordpress-seo/inc/class-wpseo-custom-fields.php'),
(9149, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/inc/class-wpseo-custom-taxonomies.php', 'wp-content/plugins/wordpress-seo/inc/class-wpseo-custom-taxonomies.php'),
(9150, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/inc/class-wpseo-features.php', 'wp-content/plugins/wordpress-seo/inc/class-wpseo-features.php'),
(9151, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/inc/class-wpseo-image-utils.php', 'wp-content/plugins/wordpress-seo/inc/class-wpseo-image-utils.php'),
(9152, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/inc/class-wpseo-installation.php', 'wp-content/plugins/wordpress-seo/inc/class-wpseo-installation.php'),
(9153, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/inc/class-wpseo-meta.php', 'wp-content/plugins/wordpress-seo/inc/class-wpseo-meta.php'),
(9154, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/inc/class-wpseo-primary-term.php', 'wp-content/plugins/wordpress-seo/inc/class-wpseo-primary-term.php'),
(9155, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/inc/class-wpseo-rank.php', 'wp-content/plugins/wordpress-seo/inc/class-wpseo-rank.php'),
(9156, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/inc/class-wpseo-replace-vars.php', 'wp-content/plugins/wordpress-seo/inc/class-wpseo-replace-vars.php'),
(9157, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/inc/class-wpseo-replacement-variable.php', 'wp-content/plugins/wordpress-seo/inc/class-wpseo-replacement-variable.php'),
(9158, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/inc/class-wpseo-shortlinker.php', 'wp-content/plugins/wordpress-seo/inc/class-wpseo-shortlinker.php'),
(9159, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/inc/class-wpseo-statistics.php', 'wp-content/plugins/wordpress-seo/inc/class-wpseo-statistics.php'),
(9160, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/inc/class-wpseo-utils.php', 'wp-content/plugins/wordpress-seo/inc/class-wpseo-utils.php'),
(9161, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/inc/date-helper.php', 'wp-content/plugins/wordpress-seo/inc/date-helper.php'),
(9162, '/home/www/iamctv.com/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'),
(9163, '/home/www/iamctv.com/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'),
(9164, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/inc/index.php', 'wp-content/plugins/wordpress-seo/inc/index.php'),
(9165, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/inc/interface-wpseo-wordpress-ajax-integration.php', 'wp-content/plugins/wordpress-seo/inc/interface-wpseo-wordpress-ajax-integration.php'),
(9166, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/inc/interface-wpseo-wordpress-integration.php', 'wp-content/plugins/wordpress-seo/inc/interface-wpseo-wordpress-integration.php'),
(9167, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/inc/language-utils.php', 'wp-content/plugins/wordpress-seo/inc/language-utils.php'),
(9168, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-ms.php', 'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-ms.php'),
(9169, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-social.php', 'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-social.php'),
(9170, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-titles.php', 'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-titles.php'),
(9171, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-wpseo.php', 'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-wpseo.php'),
(9172, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option.php', 'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option.php'),
(9173, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/inc/options/class-wpseo-options.php', 'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-options.php'),
(9174, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/inc/options/class-wpseo-taxonomy-meta.php', 'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-taxonomy-meta.php'),
(9175, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/inc/sitemaps/class-author-sitemap-provider.php', 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-author-sitemap-provider.php'),
(9176, '/home/www/iamctv.com/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'),
(9177, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemap-cache-data.php', 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemap-cache-data.php'),
(9178, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemap-image-parser.php', 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemap-image-parser.php'),
(9179, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-admin.php', 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-admin.php'),
(9180, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-cache-validator.php', 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-cache-validator.php'),
(9181, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-cache.php', 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-cache.php'),
(9182, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-renderer.php', 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-renderer.php'),
(9183, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-router.php', 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-router.php'),
(9184, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps.php', 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps.php'),
(9185, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/inc/sitemaps/class-taxonomy-sitemap-provider.php', 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-taxonomy-sitemap-provider.php'),
(9186, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/inc/sitemaps/interface-sitemap-cache-data.php', 'wp-content/plugins/wordpress-seo/inc/sitemaps/interface-sitemap-cache-data.php'),
(9187, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/inc/sitemaps/interface-sitemap-provider.php', 'wp-content/plugins/wordpress-seo/inc/sitemaps/interface-sitemap-provider.php'),
(9188, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/inc/wpseo-functions-deprecated.php', 'wp-content/plugins/wordpress-seo/inc/wpseo-functions-deprecated.php'),
(9189, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/inc/wpseo-functions.php', 'wp-content/plugins/wordpress-seo/inc/wpseo-functions.php'),
(9190, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/inc/wpseo-non-ajax-functions.php', 'wp-content/plugins/wordpress-seo/inc/wpseo-non-ajax-functions.php'),
(9191, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/index.php', 'wp-content/plugins/wordpress-seo/index.php'),
(9192, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/34.js', 'wp-content/plugins/wordpress-seo/js/dist/34.js'),
(9193, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/addon-installation.js', 'wp-content/plugins/wordpress-seo/js/dist/addon-installation.js'),
(9194, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/admin-global.js', 'wp-content/plugins/wordpress-seo/js/dist/admin-global.js'),
(9195, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/admin-modules.js', 'wp-content/plugins/wordpress-seo/js/dist/admin-modules.js'),
(9196, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/analysis-worker.js', 'wp-content/plugins/wordpress-seo/js/dist/analysis-worker.js'),
(9197, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/api-client.js', 'wp-content/plugins/wordpress-seo/js/dist/api-client.js'),
(9198, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/block-editor.js', 'wp-content/plugins/wordpress-seo/js/dist/block-editor.js'),
(9199, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/bulk-editor.js', 'wp-content/plugins/wordpress-seo/js/dist/bulk-editor.js'),
(9200, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/classic-editor.js', 'wp-content/plugins/wordpress-seo/js/dist/classic-editor.js'),
(9201, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/dashboard-widget.js', 'wp-content/plugins/wordpress-seo/js/dist/dashboard-widget.js'),
(9202, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/dynamic-blocks.js', 'wp-content/plugins/wordpress-seo/js/dist/dynamic-blocks.js'),
(9203, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/edit-page.js', 'wp-content/plugins/wordpress-seo/js/dist/edit-page.js'),
(9204, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/editor-modules.js', 'wp-content/plugins/wordpress-seo/js/dist/editor-modules.js'),
(9205, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/elementor.js', 'wp-content/plugins/wordpress-seo/js/dist/elementor.js'),
(9206, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/externals/analysis.js', 'wp-content/plugins/wordpress-seo/js/dist/externals/analysis.js'),
(9207, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/externals/analysisReport.js', 'wp-content/plugins/wordpress-seo/js/dist/externals/analysisReport.js'),
(9208, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/externals/components.js', 'wp-content/plugins/wordpress-seo/js/dist/externals/components.js'),
(9209, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/externals/componentsNew.js', 'wp-content/plugins/wordpress-seo/js/dist/externals/componentsNew.js'),
(9210, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/externals/draftJs.js', 'wp-content/plugins/wordpress-seo/js/dist/externals/draftJs.js'),
(9211, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/externals/featureFlag.js', 'wp-content/plugins/wordpress-seo/js/dist/externals/featureFlag.js'),
(9212, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/externals/helpers.js', 'wp-content/plugins/wordpress-seo/js/dist/externals/helpers.js'),
(9213, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/externals/jed.js', 'wp-content/plugins/wordpress-seo/js/dist/externals/jed.js');
INSERT INTO `iamc_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(9214, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/externals/propTypes.js', 'wp-content/plugins/wordpress-seo/js/dist/externals/propTypes.js'),
(9215, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/externals/redux.js', 'wp-content/plugins/wordpress-seo/js/dist/externals/redux.js'),
(9216, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/externals/replacementVariableEditor.js', 'wp-content/plugins/wordpress-seo/js/dist/externals/replacementVariableEditor.js'),
(9217, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/externals/schemaBlocks.js', 'wp-content/plugins/wordpress-seo/js/dist/externals/schemaBlocks.js'),
(9218, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/externals/searchMetadataPreviews.js', 'wp-content/plugins/wordpress-seo/js/dist/externals/searchMetadataPreviews.js'),
(9219, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/externals/socialMetadataForms.js', 'wp-content/plugins/wordpress-seo/js/dist/externals/socialMetadataForms.js'),
(9220, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/externals/styleGuide.js', 'wp-content/plugins/wordpress-seo/js/dist/externals/styleGuide.js'),
(9221, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/externals/styledComponents.js', 'wp-content/plugins/wordpress-seo/js/dist/externals/styledComponents.js'),
(9222, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/externals-components.js', 'wp-content/plugins/wordpress-seo/js/dist/externals-components.js'),
(9223, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/externals-contexts.js', 'wp-content/plugins/wordpress-seo/js/dist/externals-contexts.js'),
(9224, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/externals-redux.js', 'wp-content/plugins/wordpress-seo/js/dist/externals-redux.js'),
(9225, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/filter-explanation.js', 'wp-content/plugins/wordpress-seo/js/dist/filter-explanation.js'),
(9226, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/first-time-configuration.js', 'wp-content/plugins/wordpress-seo/js/dist/first-time-configuration.js'),
(9227, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/help-scout-beacon.js', 'wp-content/plugins/wordpress-seo/js/dist/help-scout-beacon.js'),
(9228, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/import.js', 'wp-content/plugins/wordpress-seo/js/dist/import.js'),
(9229, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/indexation.js', 'wp-content/plugins/wordpress-seo/js/dist/indexation.js'),
(9230, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/installation-success.js', 'wp-content/plugins/wordpress-seo/js/dist/installation-success.js'),
(9231, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/languages/ar.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/ar.js'),
(9232, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/languages/ca.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/ca.js'),
(9233, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/languages/cs.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/cs.js'),
(9234, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/languages/de.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/de.js'),
(9235, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/languages/default.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/default.js'),
(9236, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/languages/el.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/el.js'),
(9237, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/languages/en.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/en.js'),
(9238, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/languages/es.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/es.js'),
(9239, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/languages/fa.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/fa.js'),
(9240, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/languages/fr.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/fr.js'),
(9241, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/languages/he.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/he.js'),
(9242, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/languages/hu.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/hu.js'),
(9243, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/languages/id.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/id.js'),
(9244, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/languages/it.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/it.js'),
(9245, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/languages/ja.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/ja.js'),
(9246, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/languages/nb.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/nb.js'),
(9247, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/languages/nl.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/nl.js'),
(9248, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/languages/pl.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/pl.js'),
(9249, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/languages/pt.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/pt.js'),
(9250, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/languages/ru.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/ru.js'),
(9251, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/languages/sk.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/sk.js'),
(9252, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/languages/sv.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/sv.js'),
(9253, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/languages/tr.js', 'wp-content/plugins/wordpress-seo/js/dist/languages/tr.js'),
(9254, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/network-admin.js', 'wp-content/plugins/wordpress-seo/js/dist/network-admin.js'),
(9255, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/post-edit.js', 'wp-content/plugins/wordpress-seo/js/dist/post-edit.js'),
(9256, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/quick-edit-handler.js', 'wp-content/plugins/wordpress-seo/js/dist/quick-edit-handler.js'),
(9257, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/react-select.js', 'wp-content/plugins/wordpress-seo/js/dist/react-select.js'),
(9258, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/reindex-links.js', 'wp-content/plugins/wordpress-seo/js/dist/reindex-links.js'),
(9259, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/schema-blocks.js', 'wp-content/plugins/wordpress-seo/js/dist/schema-blocks.js'),
(9260, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/af.js', 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/af.js'),
(9261, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ar.js', 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ar.js'),
(9262, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/az.js', 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/az.js'),
(9263, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/bg.js', 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/bg.js'),
(9264, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/bn.js', 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/bn.js'),
(9265, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/bs.js', 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/bs.js'),
(9266, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ca.js', 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ca.js'),
(9267, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/cs.js', 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/cs.js'),
(9268, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/da.js', 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/da.js'),
(9269, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/de.js', 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/de.js'),
(9270, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/dsb.js', 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/dsb.js'),
(9271, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/el.js', 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/el.js'),
(9272, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/en.js', 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/en.js'),
(9273, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/es.js', 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/es.js'),
(9274, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/et.js', 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/et.js'),
(9275, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/eu.js', 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/eu.js'),
(9276, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/fa.js', 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/fa.js'),
(9277, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/fi.js', 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/fi.js'),
(9278, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/fr.js', 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/fr.js'),
(9279, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/gl.js', 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/gl.js'),
(9280, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/he.js', 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/he.js'),
(9281, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/hi.js', 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/hi.js'),
(9282, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/hr.js', 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/hr.js'),
(9283, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/hsb.js', 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/hsb.js'),
(9284, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/hu.js', 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/hu.js'),
(9285, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/hy.js', 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/hy.js'),
(9286, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/id.js', 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/id.js'),
(9287, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/is.js', 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/is.js'),
(9288, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/it.js', 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/it.js'),
(9289, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ja.js', 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ja.js'),
(9290, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ka.js', 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ka.js'),
(9291, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/km.js', 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/km.js'),
(9292, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ko.js', 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ko.js'),
(9293, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/lt.js', 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/lt.js'),
(9294, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/lv.js', 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/lv.js'),
(9295, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/mk.js', 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/mk.js'),
(9296, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ms.js', 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ms.js'),
(9297, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/nb.js', 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/nb.js'),
(9298, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ne.js', 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ne.js'),
(9299, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/nl.js', 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/nl.js'),
(9300, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/pl.js', 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/pl.js'),
(9301, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ps.js', 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ps.js'),
(9302, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/pt-BR.js', 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/pt-BR.js'),
(9303, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/pt.js', 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/pt.js'),
(9304, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ro.js', 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ro.js'),
(9305, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ru.js', 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ru.js'),
(9306, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/sk.js', 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/sk.js'),
(9307, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/sl.js', 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/sl.js'),
(9308, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/sq.js', 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/sq.js'),
(9309, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/sr-Cyrl.js', 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/sr-Cyrl.js'),
(9310, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/sr.js', 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/sr.js'),
(9311, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/sv.js', 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/sv.js'),
(9312, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/th.js', 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/th.js'),
(9313, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/tk.js', 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/tk.js'),
(9314, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/tr.js', 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/tr.js'),
(9315, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/uk.js', 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/uk.js'),
(9316, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/vi.js', 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/vi.js'),
(9317, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/zh-CN.js', 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/zh-CN.js'),
(9318, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/i18n/zh-TW.js', 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/zh-TW.js'),
(9319, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/select2/select2.full.min.js', 'wp-content/plugins/wordpress-seo/js/dist/select2/select2.full.min.js'),
(9320, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/settings.js', 'wp-content/plugins/wordpress-seo/js/dist/settings.js'),
(9321, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/structured-data-blocks.js', 'wp-content/plugins/wordpress-seo/js/dist/structured-data-blocks.js'),
(9322, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/term-edit.js', 'wp-content/plugins/wordpress-seo/js/dist/term-edit.js'),
(9323, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/used-keywords-assessment.js', 'wp-content/plugins/wordpress-seo/js/dist/used-keywords-assessment.js'),
(9324, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/wordproof-uikit.js', 'wp-content/plugins/wordpress-seo/js/dist/wordproof-uikit.js'),
(9325, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/js/dist/workouts.js', 'wp-content/plugins/wordpress-seo/js/dist/workouts.js'),
(9326, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/lib/abstract-main.php', 'wp-content/plugins/wordpress-seo/lib/abstract-main.php'),
(9327, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/lib/dependency-injection/container-registry.php', 'wp-content/plugins/wordpress-seo/lib/dependency-injection/container-registry.php'),
(9328, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/lib/migrations/adapter.php', 'wp-content/plugins/wordpress-seo/lib/migrations/adapter.php'),
(9329, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/lib/migrations/column.php', 'wp-content/plugins/wordpress-seo/lib/migrations/column.php'),
(9330, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/lib/migrations/constants.php', 'wp-content/plugins/wordpress-seo/lib/migrations/constants.php'),
(9331, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/lib/migrations/migration.php', 'wp-content/plugins/wordpress-seo/lib/migrations/migration.php'),
(9332, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/lib/migrations/table.php', 'wp-content/plugins/wordpress-seo/lib/migrations/table.php'),
(9333, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/lib/model.php', 'wp-content/plugins/wordpress-seo/lib/model.php'),
(9334, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/lib/orm.php', 'wp-content/plugins/wordpress-seo/lib/orm.php'),
(9335, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/license.txt', 'wp-content/plugins/wordpress-seo/license.txt'),
(9336, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/packages/js/images/Yoast_SEO_Icon.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/Yoast_SEO_Icon.svg'),
(9337, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/packages/js/images/Yoast_icon_kader.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/Yoast_icon_kader.svg'),
(9338, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/packages/js/images/connection-assistant.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/connection-assistant.svg'),
(9339, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/packages/js/images/icon-arrow-down.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/icon-arrow-down.svg'),
(9340, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/packages/js/images/icon-facebook.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/icon-facebook.svg'),
(9341, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/packages/js/images/icon-twitter.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/icon-twitter.svg'),
(9342, '/home/www/iamctv.com/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'),
(9343, '/home/www/iamctv.com/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'),
(9344, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/packages/js/images/local_assistant.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/local_assistant.svg'),
(9345, '/home/www/iamctv.com/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'),
(9346, '/home/www/iamctv.com/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'),
(9347, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/packages/js/images/yoast_loading_spinner.svg', 'wp-content/plugins/wordpress-seo/packages/js/images/yoast_loading_spinner.svg'),
(9348, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/readme.txt', 'wp-content/plugins/wordpress-seo/readme.txt'),
(9349, '/home/www/iamctv.com/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'),
(9350, '/home/www/iamctv.com/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'),
(9351, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/actions/alert-dismissal-action.php', 'wp-content/plugins/wordpress-seo/src/actions/alert-dismissal-action.php'),
(9352, '/home/www/iamctv.com/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'),
(9353, '/home/www/iamctv.com/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'),
(9354, '/home/www/iamctv.com/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'),
(9355, '/home/www/iamctv.com/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'),
(9356, '/home/www/iamctv.com/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'),
(9357, '/home/www/iamctv.com/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'),
(9358, '/home/www/iamctv.com/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'),
(9359, '/home/www/iamctv.com/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'),
(9360, '/home/www/iamctv.com/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'),
(9361, '/home/www/iamctv.com/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'),
(9362, '/home/www/iamctv.com/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'),
(9363, '/home/www/iamctv.com/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'),
(9364, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/actions/importing/importing-action-interface.php', 'wp-content/plugins/wordpress-seo/src/actions/importing/importing-action-interface.php'),
(9365, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/actions/indexables/indexable-head-action.php', 'wp-content/plugins/wordpress-seo/src/actions/indexables/indexable-head-action.php'),
(9366, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/actions/indexing/abstract-indexing-action.php', 'wp-content/plugins/wordpress-seo/src/actions/indexing/abstract-indexing-action.php'),
(9367, '/home/www/iamctv.com/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'),
(9368, '/home/www/iamctv.com/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'),
(9369, '/home/www/iamctv.com/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'),
(9370, '/home/www/iamctv.com/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'),
(9371, '/home/www/iamctv.com/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'),
(9372, '/home/www/iamctv.com/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'),
(9373, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/actions/indexing/indexation-action-interface.php', 'wp-content/plugins/wordpress-seo/src/actions/indexing/indexation-action-interface.php'),
(9374, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/actions/indexing/indexing-complete-action.php', 'wp-content/plugins/wordpress-seo/src/actions/indexing/indexing-complete-action.php'),
(9375, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/actions/indexing/indexing-prepare-action.php', 'wp-content/plugins/wordpress-seo/src/actions/indexing/indexing-prepare-action.php'),
(9376, '/home/www/iamctv.com/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'),
(9377, '/home/www/iamctv.com/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'),
(9378, '/home/www/iamctv.com/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'),
(9379, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/actions/semrush/semrush-login-action.php', 'wp-content/plugins/wordpress-seo/src/actions/semrush/semrush-login-action.php'),
(9380, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/actions/semrush/semrush-options-action.php', 'wp-content/plugins/wordpress-seo/src/actions/semrush/semrush-options-action.php'),
(9381, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/actions/semrush/semrush-phrases-action.php', 'wp-content/plugins/wordpress-seo/src/actions/semrush/semrush-phrases-action.php'),
(9382, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/actions/wincher/wincher-account-action.php', 'wp-content/plugins/wordpress-seo/src/actions/wincher/wincher-account-action.php'),
(9383, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/actions/wincher/wincher-keyphrases-action.php', 'wp-content/plugins/wordpress-seo/src/actions/wincher/wincher-keyphrases-action.php'),
(9384, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/actions/wincher/wincher-login-action.php', 'wp-content/plugins/wordpress-seo/src/actions/wincher/wincher-login-action.php'),
(9385, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/builders/indexable-author-builder.php', 'wp-content/plugins/wordpress-seo/src/builders/indexable-author-builder.php'),
(9386, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/builders/indexable-builder.php', 'wp-content/plugins/wordpress-seo/src/builders/indexable-builder.php'),
(9387, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/builders/indexable-date-archive-builder.php', 'wp-content/plugins/wordpress-seo/src/builders/indexable-date-archive-builder.php'),
(9388, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/builders/indexable-hierarchy-builder.php', 'wp-content/plugins/wordpress-seo/src/builders/indexable-hierarchy-builder.php'),
(9389, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/builders/indexable-home-page-builder.php', 'wp-content/plugins/wordpress-seo/src/builders/indexable-home-page-builder.php'),
(9390, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/builders/indexable-link-builder.php', 'wp-content/plugins/wordpress-seo/src/builders/indexable-link-builder.php'),
(9391, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/builders/indexable-post-builder.php', 'wp-content/plugins/wordpress-seo/src/builders/indexable-post-builder.php'),
(9392, '/home/www/iamctv.com/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'),
(9393, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/builders/indexable-social-image-trait.php', 'wp-content/plugins/wordpress-seo/src/builders/indexable-social-image-trait.php'),
(9394, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/builders/indexable-system-page-builder.php', 'wp-content/plugins/wordpress-seo/src/builders/indexable-system-page-builder.php'),
(9395, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/builders/indexable-term-builder.php', 'wp-content/plugins/wordpress-seo/src/builders/indexable-term-builder.php'),
(9396, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/builders/primary-term-builder.php', 'wp-content/plugins/wordpress-seo/src/builders/primary-term-builder.php'),
(9397, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/commands/command-interface.php', 'wp-content/plugins/wordpress-seo/src/commands/command-interface.php'),
(9398, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/commands/index-command.php', 'wp-content/plugins/wordpress-seo/src/commands/index-command.php'),
(9399, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/conditionals/addon-installation-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/addon-installation-conditional.php'),
(9400, '/home/www/iamctv.com/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'),
(9401, '/home/www/iamctv.com/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'),
(9402, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/conditionals/admin/licenses-page-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/admin/licenses-page-conditional.php'),
(9403, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/conditionals/admin/post-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/admin/post-conditional.php'),
(9404, '/home/www/iamctv.com/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'),
(9405, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/conditionals/admin-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/admin-conditional.php'),
(9406, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/conditionals/conditional-interface.php', 'wp-content/plugins/wordpress-seo/src/conditionals/conditional-interface.php'),
(9407, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/conditionals/development-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/development-conditional.php'),
(9408, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/conditionals/feature-flag-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/feature-flag-conditional.php'),
(9409, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/conditionals/front-end-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/front-end-conditional.php'),
(9410, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/conditionals/get-request-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/get-request-conditional.php'),
(9411, '/home/www/iamctv.com/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'),
(9412, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/conditionals/import-tool-selected-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/import-tool-selected-conditional.php'),
(9413, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/conditionals/jetpack-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/jetpack-conditional.php'),
(9414, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/conditionals/migrations-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/migrations-conditional.php'),
(9415, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/conditionals/news-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/news-conditional.php'),
(9416, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/conditionals/no-conditionals-trait.php', 'wp-content/plugins/wordpress-seo/src/conditionals/no-conditionals-trait.php'),
(9417, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/conditionals/no-tool-selected-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/no-tool-selected-conditional.php'),
(9418, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/conditionals/non-multisite-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/non-multisite-conditional.php'),
(9419, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/conditionals/not-admin-ajax-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/not-admin-ajax-conditional.php'),
(9420, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/conditionals/open-graph-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/open-graph-conditional.php'),
(9421, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/conditionals/premium-inactive-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/premium-inactive-conditional.php'),
(9422, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/conditionals/primary-category-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/primary-category-conditional.php'),
(9423, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/conditionals/robots-txt-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/robots-txt-conditional.php'),
(9424, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/conditionals/schema-blocks-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/schema-blocks-conditional.php'),
(9425, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/conditionals/semrush-enabled-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/semrush-enabled-conditional.php'),
(9426, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/conditionals/should-index-links-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/should-index-links-conditional.php'),
(9427, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/conditionals/the-events-calendar-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/the-events-calendar-conditional.php'),
(9428, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/conditionals/third-party/coauthors-plus-activated-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/third-party/coauthors-plus-activated-conditional.php'),
(9429, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/conditionals/third-party/coauthors-plus-flag-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/third-party/coauthors-plus-flag-conditional.php'),
(9430, '/home/www/iamctv.com/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'),
(9431, '/home/www/iamctv.com/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'),
(9432, '/home/www/iamctv.com/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'),
(9433, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/conditionals/third-party/wordproof-integration-active-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/third-party/wordproof-integration-active-conditional.php'),
(9434, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/conditionals/third-party/wordproof-plugin-inactive-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/third-party/wordproof-plugin-inactive-conditional.php'),
(9435, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/conditionals/third-party/wpml-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/third-party/wpml-conditional.php'),
(9436, '/home/www/iamctv.com/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'),
(9437, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/conditionals/updated-importer-framework-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/updated-importer-framework-conditional.php'),
(9438, '/home/www/iamctv.com/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'),
(9439, '/home/www/iamctv.com/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'),
(9440, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/conditionals/web-stories-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/web-stories-conditional.php'),
(9441, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/conditionals/wincher-automatically-track-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/wincher-automatically-track-conditional.php'),
(9442, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/conditionals/wincher-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/wincher-conditional.php'),
(9443, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/conditionals/wincher-enabled-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/wincher-enabled-conditional.php'),
(9444, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/conditionals/wincher-token-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/wincher-token-conditional.php'),
(9445, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/conditionals/woocommerce-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/woocommerce-conditional.php'),
(9446, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/conditionals/wp-robots-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/wp-robots-conditional.php'),
(9447, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/conditionals/xmlrpc-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/xmlrpc-conditional.php'),
(9448, '/home/www/iamctv.com/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'),
(9449, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/conditionals/yoast-tools-page-conditional.php', 'wp-content/plugins/wordpress-seo/src/conditionals/yoast-tools-page-conditional.php'),
(9450, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/config/badge-group-names.php', 'wp-content/plugins/wordpress-seo/src/config/badge-group-names.php'),
(9451, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/config/conflicting-plugins.php', 'wp-content/plugins/wordpress-seo/src/config/conflicting-plugins.php'),
(9452, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/config/indexing-reasons.php', 'wp-content/plugins/wordpress-seo/src/config/indexing-reasons.php'),
(9453, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/config/migration-status.php', 'wp-content/plugins/wordpress-seo/src/config/migration-status.php'),
(9454, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/config/migrations/20171228151840_WpYoastIndexable.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20171228151840_WpYoastIndexable.php'),
(9455, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/config/migrations/20171228151841_WpYoastPrimaryTerm.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20171228151841_WpYoastPrimaryTerm.php'),
(9456, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/config/migrations/20190529075038_WpYoastDropIndexableMetaTableIfExists.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20190529075038_WpYoastDropIndexableMetaTableIfExists.php'),
(9457, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/config/migrations/20191011111109_WpYoastIndexableHierarchy.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20191011111109_WpYoastIndexableHierarchy.php'),
(9458, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/config/migrations/20200408101900_AddCollationToTables.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20200408101900_AddCollationToTables.php'),
(9459, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/config/migrations/20200420073606_AddColumnsToIndexables.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20200420073606_AddColumnsToIndexables.php'),
(9460, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/config/migrations/20200428123747_BreadcrumbTitleAndHierarchyReset.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20200428123747_BreadcrumbTitleAndHierarchyReset.php'),
(9461, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/config/migrations/20200428194858_ExpandIndexableColumnLengths.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20200428194858_ExpandIndexableColumnLengths.php'),
(9462, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/config/migrations/20200429105310_TruncateIndexableTables.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20200429105310_TruncateIndexableTables.php'),
(9463, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/config/migrations/20200430075614_AddIndexableObjectIdAndTypeIndex.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20200430075614_AddIndexableObjectIdAndTypeIndex.php'),
(9464, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/config/migrations/20200430150130_ClearIndexableTables.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20200430150130_ClearIndexableTables.php'),
(9465, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/config/migrations/20200507054848_DeleteDuplicateIndexables.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20200507054848_DeleteDuplicateIndexables.php'),
(9466, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/config/migrations/20200513133401_ResetIndexableHierarchyTable.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20200513133401_ResetIndexableHierarchyTable.php'),
(9467, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/config/migrations/20200609154515_AddHasAncestorsColumn.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20200609154515_AddHasAncestorsColumn.php'),
(9468, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/config/migrations/20200616130143_ReplacePermalinkHashIndex.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20200616130143_ReplacePermalinkHashIndex.php'),
(9469, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/config/migrations/20200617122511_CreateSEOLinksTable.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20200617122511_CreateSEOLinksTable.php'),
(9470, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/config/migrations/20200702141921_CreateIndexableSubpagesIndex.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20200702141921_CreateIndexableSubpagesIndex.php'),
(9471, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/config/migrations/20200728095334_AddIndexesForProminentWordsOnIndexables.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20200728095334_AddIndexesForProminentWordsOnIndexables.php'),
(9472, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/config/migrations/20201202144329_AddEstimatedReadingTime.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20201202144329_AddEstimatedReadingTime.php'),
(9473, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/config/migrations/20201216124002_ExpandIndexableIDColumnLengths.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20201216124002_ExpandIndexableIDColumnLengths.php'),
(9474, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/config/migrations/20201216141134_ExpandPrimaryTermIDColumnLengths.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20201216141134_ExpandPrimaryTermIDColumnLengths.php'),
(9475, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/config/migrations/20210817092415_AddVersionColumnToIndexables.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20210817092415_AddVersionColumnToIndexables.php'),
(9476, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/config/migrations/20211020091404_AddObjectTimestamps.php', 'wp-content/plugins/wordpress-seo/src/config/migrations/20211020091404_AddObjectTimestamps.php'),
(9477, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/config/oauth-client.php', 'wp-content/plugins/wordpress-seo/src/config/oauth-client.php'),
(9478, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/config/researcher-languages.php', 'wp-content/plugins/wordpress-seo/src/config/researcher-languages.php'),
(9479, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/config/schema-ids.php', 'wp-content/plugins/wordpress-seo/src/config/schema-ids.php'),
(9480, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/config/schema-types.php', 'wp-content/plugins/wordpress-seo/src/config/schema-types.php'),
(9481, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/config/semrush-client.php', 'wp-content/plugins/wordpress-seo/src/config/semrush-client.php'),
(9482, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/config/wincher-client.php', 'wp-content/plugins/wordpress-seo/src/config/wincher-client.php'),
(9483, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/config/wincher-pkce-provider.php', 'wp-content/plugins/wordpress-seo/src/config/wincher-pkce-provider.php'),
(9484, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/config/wordproof-app-config.php', 'wp-content/plugins/wordpress-seo/src/config/wordproof-app-config.php'),
(9485, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/config/wordproof-translations.php', 'wp-content/plugins/wordpress-seo/src/config/wordproof-translations.php'),
(9486, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/context/meta-tags-context.php', 'wp-content/plugins/wordpress-seo/src/context/meta-tags-context.php'),
(9487, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/admin/add-keyword-modal.php', 'wp-content/plugins/wordpress-seo/src/deprecated/admin/add-keyword-modal.php'),
(9488, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/admin/ajax/class-recalculate-scores-ajax.php', 'wp-content/plugins/wordpress-seo/src/deprecated/admin/ajax/class-recalculate-scores-ajax.php');
INSERT INTO `iamc_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(9489, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/admin/ajax/class-yoast-onpage-ajax.php', 'wp-content/plugins/wordpress-seo/src/deprecated/admin/ajax/class-yoast-onpage-ajax.php'),
(9490, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/admin/class-recalculate-scores.php', 'wp-content/plugins/wordpress-seo/src/deprecated/admin/class-recalculate-scores.php'),
(9491, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/admin/class-social-admin.php', 'wp-content/plugins/wordpress-seo/src/deprecated/admin/class-social-admin.php'),
(9492, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/admin/endpoints/class-endpoint-ryte.php', 'wp-content/plugins/wordpress-seo/src/deprecated/admin/endpoints/class-endpoint-ryte.php'),
(9493, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/admin/extension-manager.php', 'wp-content/plugins/wordpress-seo/src/deprecated/admin/extension-manager.php'),
(9494, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/admin/extension.php', 'wp-content/plugins/wordpress-seo/src/deprecated/admin/extension.php'),
(9495, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/admin/extensions.php', 'wp-content/plugins/wordpress-seo/src/deprecated/admin/extensions.php'),
(9496, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/admin/keyword-synonyms-modal.php', 'wp-content/plugins/wordpress-seo/src/deprecated/admin/keyword-synonyms-modal.php'),
(9497, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/admin/license-page-manager.php', 'wp-content/plugins/wordpress-seo/src/deprecated/admin/license-page-manager.php'),
(9498, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/admin/links/class-link-compatibility-notifier.php', 'wp-content/plugins/wordpress-seo/src/deprecated/admin/links/class-link-compatibility-notifier.php'),
(9499, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/admin/links/class-link-table-accessible-notifier.php', 'wp-content/plugins/wordpress-seo/src/deprecated/admin/links/class-link-table-accessible-notifier.php'),
(9500, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/admin/multiple-keywords-modal.php', 'wp-content/plugins/wordpress-seo/src/deprecated/admin/multiple-keywords-modal.php'),
(9501, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/admin/notifiers/class-post-type-archive-notification-handler.php', 'wp-content/plugins/wordpress-seo/src/deprecated/admin/notifiers/class-post-type-archive-notification-handler.php'),
(9502, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/admin/onpage/class-onpage-option.php', 'wp-content/plugins/wordpress-seo/src/deprecated/admin/onpage/class-onpage-option.php'),
(9503, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/admin/onpage/class-onpage-request.php', 'wp-content/plugins/wordpress-seo/src/deprecated/admin/onpage/class-onpage-request.php'),
(9504, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/admin/onpage/class-onpage.php', 'wp-content/plugins/wordpress-seo/src/deprecated/admin/onpage/class-onpage.php'),
(9505, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/admin/onpage/class-ryte-service.php', 'wp-content/plugins/wordpress-seo/src/deprecated/admin/onpage/class-ryte-service.php'),
(9506, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/admin/recalculate/class-recalculate-posts.php', 'wp-content/plugins/wordpress-seo/src/deprecated/admin/recalculate/class-recalculate-posts.php'),
(9507, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/admin/recalculate/class-recalculate-terms.php', 'wp-content/plugins/wordpress-seo/src/deprecated/admin/recalculate/class-recalculate-terms.php'),
(9508, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/admin/recalculate/class-recalculate.php', 'wp-content/plugins/wordpress-seo/src/deprecated/admin/recalculate/class-recalculate.php'),
(9509, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/admin/ryte/class-ryte.php', 'wp-content/plugins/wordpress-seo/src/deprecated/admin/ryte/class-ryte.php'),
(9510, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/admin/taxonomy/class-taxonomy-content-fields.php', 'wp-content/plugins/wordpress-seo/src/deprecated/admin/taxonomy/class-taxonomy-content-fields.php'),
(9511, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/admin/taxonomy/class-taxonomy-settings-fields.php', 'wp-content/plugins/wordpress-seo/src/deprecated/admin/taxonomy/class-taxonomy-settings-fields.php'),
(9512, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/admin/taxonomy/class-taxonomy-social-fields.php', 'wp-content/plugins/wordpress-seo/src/deprecated/admin/taxonomy/class-taxonomy-social-fields.php'),
(9513, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/frontend/abstract-class-deprecated-schema-piece.php', 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/abstract-class-deprecated-schema-piece.php'),
(9514, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/frontend/breadcrumbs.php', 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/breadcrumbs.php'),
(9515, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/frontend/class-frontend-page-type.php', 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/class-frontend-page-type.php'),
(9516, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/frontend/class-handle-404.php', 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/class-handle-404.php'),
(9517, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/frontend/class-opengraph-image.php', 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/class-opengraph-image.php'),
(9518, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/frontend/class-opengraph-oembed.php', 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/class-opengraph-oembed.php'),
(9519, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/frontend/class-primary-category.php', 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/class-primary-category.php'),
(9520, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/frontend/class-twitter.php', 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/class-twitter.php'),
(9521, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/frontend/class-woocommerce-shop-page.php', 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/class-woocommerce-shop-page.php'),
(9522, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/frontend/frontend.php', 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/frontend.php'),
(9523, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-article.php', 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-article.php'),
(9524, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-author.php', 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-author.php'),
(9525, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-breadcrumb.php', 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-breadcrumb.php'),
(9526, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-faq-question-list.php', 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-faq-question-list.php'),
(9527, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-faq-questions.php', 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-faq-questions.php'),
(9528, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-faq.php', 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-faq.php'),
(9529, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-howto.php', 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-howto.php'),
(9530, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-ids.php', 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-ids.php'),
(9531, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-image.php', 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-image.php'),
(9532, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-main-image.php', 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-main-image.php'),
(9533, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-organization.php', 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-organization.php'),
(9534, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-person.php', 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-person.php'),
(9535, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-utils.php', 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-utils.php'),
(9536, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-webpage.php', 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-webpage.php'),
(9537, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-website.php', 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-website.php'),
(9538, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema.php', 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema.php'),
(9539, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/interface-wpseo-graph-piece.php', 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/interface-wpseo-graph-piece.php'),
(9540, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/inc/class-wpseo-validator.php', 'wp-content/plugins/wordpress-seo/src/deprecated/inc/class-wpseo-validator.php'),
(9541, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/index.php', 'wp-content/plugins/wordpress-seo/src/deprecated/index.php'),
(9542, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/src/actions/configuration/configuration-workout-action.php', 'wp-content/plugins/wordpress-seo/src/deprecated/src/actions/configuration/configuration-workout-action.php'),
(9543, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexation/abstract-link-indexing-action.php', 'wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexation/abstract-link-indexing-action.php'),
(9544, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexation/indexable-complete-indexation-action.php', 'wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexation/indexable-complete-indexation-action.php'),
(9545, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexation/indexable-general-indexation-action.php', 'wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexation/indexable-general-indexation-action.php'),
(9546, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexation/indexable-post-indexation-action.php', 'wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexation/indexable-post-indexation-action.php'),
(9547, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexation/indexable-post-type-archive-indexation-action.php', 'wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexation/indexable-post-type-archive-indexation-action.php'),
(9548, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexation/indexable-prepare-indexation-action.php', 'wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexation/indexable-prepare-indexation-action.php'),
(9549, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexation/indexable-term-indexation-action.php', 'wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexation/indexable-term-indexation-action.php'),
(9550, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexation/indexation-action-interface.php', 'wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexation/indexation-action-interface.php'),
(9551, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexation/post-link-indexing-action.php', 'wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexation/post-link-indexing-action.php'),
(9552, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexation/term-link-indexing-action.php', 'wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexation/term-link-indexing-action.php'),
(9553, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexing/indexable-prepare-indexation-action.php', 'wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexing/indexable-prepare-indexation-action.php'),
(9554, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/src/conditionals/farsi-support-conditional.php', 'wp-content/plugins/wordpress-seo/src/deprecated/src/conditionals/farsi-support-conditional.php'),
(9555, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/src/conditionals/greek-support-conditional.php', 'wp-content/plugins/wordpress-seo/src/deprecated/src/conditionals/greek-support-conditional.php'),
(9556, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/src/conditionals/japanese-support-conditional.php', 'wp-content/plugins/wordpress-seo/src/deprecated/src/conditionals/japanese-support-conditional.php'),
(9557, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/src/conditionals/norwegian-readability-conditional.php', 'wp-content/plugins/wordpress-seo/src/deprecated/src/conditionals/norwegian-readability-conditional.php'),
(9558, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/admin/indexation-integration.php', 'wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/admin/indexation-integration.php'),
(9559, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/admin/link-count-notification-integration.php', 'wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/admin/link-count-notification-integration.php'),
(9560, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/admin/link-count-tools-integration.php', 'wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/admin/link-count-tools-integration.php'),
(9561, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/third-party/elementor.php', 'wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/third-party/elementor.php'),
(9562, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/src/presenters/admin/indexation-list-item-presenter.php', 'wp-content/plugins/wordpress-seo/src/deprecated/src/presenters/admin/indexation-list-item-presenter.php'),
(9563, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/src/presenters/admin/indexation-modal-presenter.php', 'wp-content/plugins/wordpress-seo/src/deprecated/src/presenters/admin/indexation-modal-presenter.php'),
(9564, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/src/presenters/admin/indexation-permalink-warning-presenter.php', 'wp-content/plugins/wordpress-seo/src/deprecated/src/presenters/admin/indexation-permalink-warning-presenter.php'),
(9565, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/src/presenters/admin/indexation-warning-presenter.php', 'wp-content/plugins/wordpress-seo/src/deprecated/src/presenters/admin/indexation-warning-presenter.php'),
(9566, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/src/presenters/admin/link-count-indexing-list-item-presenter.php', 'wp-content/plugins/wordpress-seo/src/deprecated/src/presenters/admin/link-count-indexing-list-item-presenter.php'),
(9567, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/src/presenters/admin/link-count-indexing-modal-presenter.php', 'wp-content/plugins/wordpress-seo/src/deprecated/src/presenters/admin/link-count-indexing-modal-presenter.php'),
(9568, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/src/presenters/open-graph/fb-app-id-presenter.php', 'wp-content/plugins/wordpress-seo/src/deprecated/src/presenters/open-graph/fb-app-id-presenter.php'),
(9569, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/deprecated/src/routes/configuration-workout-route.php', 'wp-content/plugins/wordpress-seo/src/deprecated/src/routes/configuration-workout-route.php'),
(9570, '/home/www/iamctv.com/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'),
(9571, '/home/www/iamctv.com/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'),
(9572, '/home/www/iamctv.com/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'),
(9573, '/home/www/iamctv.com/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'),
(9574, '/home/www/iamctv.com/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'),
(9575, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/exceptions/importing/aioseo-validation-exception.php', 'wp-content/plugins/wordpress-seo/src/exceptions/importing/aioseo-validation-exception.php'),
(9576, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/exceptions/indexable/indexable-exception.php', 'wp-content/plugins/wordpress-seo/src/exceptions/indexable/indexable-exception.php'),
(9577, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/exceptions/indexable/invalid-term-exception.php', 'wp-content/plugins/wordpress-seo/src/exceptions/indexable/invalid-term-exception.php'),
(9578, '/home/www/iamctv.com/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'),
(9579, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/exceptions/indexable/source-exception.php', 'wp-content/plugins/wordpress-seo/src/exceptions/indexable/source-exception.php'),
(9580, '/home/www/iamctv.com/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'),
(9581, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/exceptions/missing-method.php', 'wp-content/plugins/wordpress-seo/src/exceptions/missing-method.php'),
(9582, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/exceptions/oauth/authentication-failed-exception.php', 'wp-content/plugins/wordpress-seo/src/exceptions/oauth/authentication-failed-exception.php'),
(9583, '/home/www/iamctv.com/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'),
(9584, '/home/www/iamctv.com/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'),
(9585, '/home/www/iamctv.com/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'),
(9586, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/functions.php', 'wp-content/plugins/wordpress-seo/src/functions.php'),
(9587, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/generated/assets/externals.php', 'wp-content/plugins/wordpress-seo/src/generated/assets/externals.php'),
(9588, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/generated/assets/languages.php', 'wp-content/plugins/wordpress-seo/src/generated/assets/languages.php'),
(9589, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/generated/assets/plugin.php', 'wp-content/plugins/wordpress-seo/src/generated/assets/plugin.php'),
(9590, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/generated/container.php', 'wp-content/plugins/wordpress-seo/src/generated/container.php'),
(9591, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/generators/breadcrumbs-generator.php', 'wp-content/plugins/wordpress-seo/src/generators/breadcrumbs-generator.php'),
(9592, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/generators/generator-interface.php', 'wp-content/plugins/wordpress-seo/src/generators/generator-interface.php'),
(9593, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/generators/open-graph-image-generator.php', 'wp-content/plugins/wordpress-seo/src/generators/open-graph-image-generator.php'),
(9594, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/generators/open-graph-locale-generator.php', 'wp-content/plugins/wordpress-seo/src/generators/open-graph-locale-generator.php'),
(9595, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/generators/schema/abstract-schema-piece.php', 'wp-content/plugins/wordpress-seo/src/generators/schema/abstract-schema-piece.php'),
(9596, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/generators/schema/article.php', 'wp-content/plugins/wordpress-seo/src/generators/schema/article.php'),
(9597, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/generators/schema/author.php', 'wp-content/plugins/wordpress-seo/src/generators/schema/author.php'),
(9598, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/generators/schema/breadcrumb.php', 'wp-content/plugins/wordpress-seo/src/generators/schema/breadcrumb.php'),
(9599, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/generators/schema/faq.php', 'wp-content/plugins/wordpress-seo/src/generators/schema/faq.php'),
(9600, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/generators/schema/howto.php', 'wp-content/plugins/wordpress-seo/src/generators/schema/howto.php'),
(9601, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/generators/schema/main-image.php', 'wp-content/plugins/wordpress-seo/src/generators/schema/main-image.php'),
(9602, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/generators/schema/organization.php', 'wp-content/plugins/wordpress-seo/src/generators/schema/organization.php'),
(9603, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/generators/schema/person.php', 'wp-content/plugins/wordpress-seo/src/generators/schema/person.php'),
(9604, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/generators/schema/third-party/coauthor.php', 'wp-content/plugins/wordpress-seo/src/generators/schema/third-party/coauthor.php'),
(9605, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/generators/schema/third-party/events-calendar-schema.php', 'wp-content/plugins/wordpress-seo/src/generators/schema/third-party/events-calendar-schema.php'),
(9606, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/generators/schema/webpage.php', 'wp-content/plugins/wordpress-seo/src/generators/schema/webpage.php'),
(9607, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/generators/schema/website.php', 'wp-content/plugins/wordpress-seo/src/generators/schema/website.php'),
(9608, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/generators/schema-generator.php', 'wp-content/plugins/wordpress-seo/src/generators/schema-generator.php'),
(9609, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/generators/twitter-image-generator.php', 'wp-content/plugins/wordpress-seo/src/generators/twitter-image-generator.php'),
(9610, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/aioseo-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/aioseo-helper.php'),
(9611, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/asset-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/asset-helper.php'),
(9612, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/author-archive-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/author-archive-helper.php'),
(9613, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/blocks-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/blocks-helper.php'),
(9614, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/capability-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/capability-helper.php'),
(9615, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/curl-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/curl-helper.php'),
(9616, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/current-page-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/current-page-helper.php'),
(9617, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/date-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/date-helper.php'),
(9618, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/environment-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/environment-helper.php'),
(9619, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/home-url-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/home-url-helper.php'),
(9620, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/image-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/image-helper.php'),
(9621, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/import-cursor-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/import-cursor-helper.php'),
(9622, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/import-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/import-helper.php'),
(9623, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/indexable-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/indexable-helper.php'),
(9624, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/indexable-to-postmeta-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/indexable-to-postmeta-helper.php'),
(9625, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/indexing-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/indexing-helper.php'),
(9626, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/input-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/input-helper.php'),
(9627, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/language-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/language-helper.php'),
(9628, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/meta-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/meta-helper.php'),
(9629, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/notification-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/notification-helper.php'),
(9630, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/open-graph/image-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/open-graph/image-helper.php'),
(9631, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/open-graph/values-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/open-graph/values-helper.php'),
(9632, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/options-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/options-helper.php'),
(9633, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/pagination-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/pagination-helper.php'),
(9634, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/permalink-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/permalink-helper.php'),
(9635, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/post-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/post-helper.php'),
(9636, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/post-type-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/post-type-helper.php'),
(9637, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/primary-term-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/primary-term-helper.php'),
(9638, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/product-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/product-helper.php'),
(9639, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/redirect-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/redirect-helper.php'),
(9640, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/request-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/request-helper.php'),
(9641, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/require-file-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/require-file-helper.php'),
(9642, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/robots-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/robots-helper.php'),
(9643, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/sanitization-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/sanitization-helper.php'),
(9644, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/schema/article-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/schema/article-helper.php'),
(9645, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/schema/html-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/schema/html-helper.php'),
(9646, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/schema/id-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/schema/id-helper.php'),
(9647, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/schema/image-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/schema/image-helper.php'),
(9648, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/schema/language-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/schema/language-helper.php'),
(9649, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/schema/replace-vars-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/schema/replace-vars-helper.php'),
(9650, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/short-link-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/short-link-helper.php'),
(9651, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/site-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/site-helper.php'),
(9652, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/string-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/string-helper.php'),
(9653, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/taxonomy-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/taxonomy-helper.php'),
(9654, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/twitter/image-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/twitter/image-helper.php'),
(9655, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/url-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/url-helper.php'),
(9656, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/user-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/user-helper.php'),
(9657, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/wincher-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/wincher-helper.php'),
(9658, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/woocommerce-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/woocommerce-helper.php'),
(9659, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/wordpress-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/wordpress-helper.php'),
(9660, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/wordproof-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/wordproof-helper.php'),
(9661, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/helpers/wpdb-helper.php', 'wp-content/plugins/wordpress-seo/src/helpers/wpdb-helper.php'),
(9662, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/initializers/disable-core-sitemaps.php', 'wp-content/plugins/wordpress-seo/src/initializers/disable-core-sitemaps.php'),
(9663, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/initializers/initializer-interface.php', 'wp-content/plugins/wordpress-seo/src/initializers/initializer-interface.php'),
(9664, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/initializers/migration-runner.php', 'wp-content/plugins/wordpress-seo/src/initializers/migration-runner.php'),
(9665, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/abstract-exclude-post-type.php', 'wp-content/plugins/wordpress-seo/src/integrations/abstract-exclude-post-type.php'),
(9666, '/home/www/iamctv.com/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'),
(9667, '/home/www/iamctv.com/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'),
(9668, '/home/www/iamctv.com/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'),
(9669, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/admin/background-indexing-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/background-indexing-integration.php'),
(9670, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/admin/crawl-settings-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/crawl-settings-integration.php'),
(9671, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/admin/cron-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/cron-integration.php'),
(9672, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/admin/deactivated-premium-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/deactivated-premium-integration.php'),
(9673, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/admin/disable-concatenate-scripts-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/disable-concatenate-scripts-integration.php'),
(9674, '/home/www/iamctv.com/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'),
(9675, '/home/www/iamctv.com/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'),
(9676, '/home/www/iamctv.com/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'),
(9677, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/admin/health-check-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/health-check-integration.php'),
(9678, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/admin/helpscout-beacon.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/helpscout-beacon.php'),
(9679, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/admin/import-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/import-integration.php'),
(9680, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/admin/indexing-notification-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/indexing-notification-integration.php'),
(9681, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/admin/indexing-tool-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/indexing-tool-integration.php'),
(9682, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/admin/installation-success-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/installation-success-integration.php'),
(9683, '/home/www/iamctv.com/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'),
(9684, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/admin/menu-badge-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/menu-badge-integration.php'),
(9685, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/admin/migration-error-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/migration-error-integration.php'),
(9686, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/admin/old-configuration-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/old-configuration-integration.php'),
(9687, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/admin/redirects-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/redirects-integration.php'),
(9688, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/admin/ryte-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/ryte-integration.php'),
(9689, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/admin/social-profiles-helper.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/social-profiles-helper.php'),
(9690, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/admin/social-templates-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/social-templates-integration.php'),
(9691, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/admin/workouts-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/admin/workouts-integration.php'),
(9692, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/alerts/abstract-dismissable-alert.php', 'wp-content/plugins/wordpress-seo/src/integrations/alerts/abstract-dismissable-alert.php'),
(9693, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/alerts/webinar-promo-notification.php', 'wp-content/plugins/wordpress-seo/src/integrations/alerts/webinar-promo-notification.php'),
(9694, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/blocks/abstract-dynamic-block.php', 'wp-content/plugins/wordpress-seo/src/integrations/blocks/abstract-dynamic-block.php'),
(9695, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/blocks/block-categories.php', 'wp-content/plugins/wordpress-seo/src/integrations/blocks/block-categories.php'),
(9696, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/blocks/breadcrumbs-block.php', 'wp-content/plugins/wordpress-seo/src/integrations/blocks/breadcrumbs-block.php'),
(9697, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/blocks/structured-data-blocks.php', 'wp-content/plugins/wordpress-seo/src/integrations/blocks/structured-data-blocks.php'),
(9698, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/breadcrumbs-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/breadcrumbs-integration.php'),
(9699, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/cleanup-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/cleanup-integration.php'),
(9700, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/duplicate-post-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/duplicate-post-integration.php'),
(9701, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/estimated-reading-time.php', 'wp-content/plugins/wordpress-seo/src/integrations/estimated-reading-time.php'),
(9702, '/home/www/iamctv.com/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'),
(9703, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/feature-flag-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/feature-flag-integration.php'),
(9704, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/front-end/backwards-compatibility.php', 'wp-content/plugins/wordpress-seo/src/integrations/front-end/backwards-compatibility.php'),
(9705, '/home/www/iamctv.com/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'),
(9706, '/home/www/iamctv.com/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'),
(9707, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/front-end/feed-improvements.php', 'wp-content/plugins/wordpress-seo/src/integrations/front-end/feed-improvements.php'),
(9708, '/home/www/iamctv.com/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'),
(9709, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/front-end/handle-404.php', 'wp-content/plugins/wordpress-seo/src/integrations/front-end/handle-404.php'),
(9710, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/front-end/indexing-controls.php', 'wp-content/plugins/wordpress-seo/src/integrations/front-end/indexing-controls.php'),
(9711, '/home/www/iamctv.com/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'),
(9712, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/front-end/redirects.php', 'wp-content/plugins/wordpress-seo/src/integrations/front-end/redirects.php'),
(9713, '/home/www/iamctv.com/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'),
(9714, '/home/www/iamctv.com/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'),
(9715, '/home/www/iamctv.com/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'),
(9716, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/front-end/theme-titles.php', 'wp-content/plugins/wordpress-seo/src/integrations/front-end/theme-titles.php'),
(9717, '/home/www/iamctv.com/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'),
(9718, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/front-end-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/front-end-integration.php'),
(9719, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/integration-interface.php', 'wp-content/plugins/wordpress-seo/src/integrations/integration-interface.php'),
(9720, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/primary-category.php', 'wp-content/plugins/wordpress-seo/src/integrations/primary-category.php'),
(9721, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/schema-blocks.php', 'wp-content/plugins/wordpress-seo/src/integrations/schema-blocks.php'),
(9722, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/third-party/amp.php', 'wp-content/plugins/wordpress-seo/src/integrations/third-party/amp.php'),
(9723, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/third-party/bbpress.php', 'wp-content/plugins/wordpress-seo/src/integrations/third-party/bbpress.php'),
(9724, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/third-party/coauthors-plus.php', 'wp-content/plugins/wordpress-seo/src/integrations/third-party/coauthors-plus.php'),
(9725, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/third-party/elementor.php', 'wp-content/plugins/wordpress-seo/src/integrations/third-party/elementor.php'),
(9726, '/home/www/iamctv.com/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'),
(9727, '/home/www/iamctv.com/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'),
(9728, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/third-party/jetpack.php', 'wp-content/plugins/wordpress-seo/src/integrations/third-party/jetpack.php'),
(9729, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/third-party/the-events-calendar.php', 'wp-content/plugins/wordpress-seo/src/integrations/third-party/the-events-calendar.php'),
(9730, '/home/www/iamctv.com/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'),
(9731, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/third-party/web-stories.php', 'wp-content/plugins/wordpress-seo/src/integrations/third-party/web-stories.php'),
(9732, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/third-party/wincher-publish.php', 'wp-content/plugins/wordpress-seo/src/integrations/third-party/wincher-publish.php'),
(9733, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/third-party/wincher.php', 'wp-content/plugins/wordpress-seo/src/integrations/third-party/wincher.php'),
(9734, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/third-party/woocommerce-permalinks.php', 'wp-content/plugins/wordpress-seo/src/integrations/third-party/woocommerce-permalinks.php'),
(9735, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/third-party/woocommerce.php', 'wp-content/plugins/wordpress-seo/src/integrations/third-party/woocommerce.php'),
(9736, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/third-party/wordproof-integration-toggle.php', 'wp-content/plugins/wordpress-seo/src/integrations/third-party/wordproof-integration-toggle.php'),
(9737, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/third-party/wordproof.php', 'wp-content/plugins/wordpress-seo/src/integrations/third-party/wordproof.php'),
(9738, '/home/www/iamctv.com/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'),
(9739, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/third-party/wpml.php', 'wp-content/plugins/wordpress-seo/src/integrations/third-party/wpml.php'),
(9740, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/uninstall-integration.php', 'wp-content/plugins/wordpress-seo/src/integrations/uninstall-integration.php'),
(9741, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/watchers/addon-update-watcher.php', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/addon-update-watcher.php');
INSERT INTO `iamc_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(9742, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/watchers/auto-update-watcher.php', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/auto-update-watcher.php'),
(9743, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-ancestor-watcher.php', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-ancestor-watcher.php'),
(9744, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-author-watcher.php', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-author-watcher.php'),
(9745, '/home/www/iamctv.com/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'),
(9746, '/home/www/iamctv.com/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'),
(9747, '/home/www/iamctv.com/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'),
(9748, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-homeurl-watcher.php', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-homeurl-watcher.php'),
(9749, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-permalink-watcher.php', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-permalink-watcher.php'),
(9750, '/home/www/iamctv.com/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'),
(9751, '/home/www/iamctv.com/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'),
(9752, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-watcher.php', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-watcher.php'),
(9753, '/home/www/iamctv.com/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'),
(9754, '/home/www/iamctv.com/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'),
(9755, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-term-watcher.php', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-term-watcher.php'),
(9756, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/watchers/option-titles-watcher.php', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/option-titles-watcher.php'),
(9757, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/watchers/option-wpseo-watcher.php', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/option-wpseo-watcher.php'),
(9758, '/home/www/iamctv.com/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'),
(9759, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/watchers/primary-term-watcher.php', 'wp-content/plugins/wordpress-seo/src/integrations/watchers/primary-term-watcher.php'),
(9760, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/integrations/xmlrpc.php', 'wp-content/plugins/wordpress-seo/src/integrations/xmlrpc.php'),
(9761, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/loadable-interface.php', 'wp-content/plugins/wordpress-seo/src/loadable-interface.php'),
(9762, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/loader.php', 'wp-content/plugins/wordpress-seo/src/loader.php'),
(9763, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/loggers/logger.php', 'wp-content/plugins/wordpress-seo/src/loggers/logger.php'),
(9764, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/main.php', 'wp-content/plugins/wordpress-seo/src/main.php'),
(9765, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/memoizers/meta-tags-context-memoizer.php', 'wp-content/plugins/wordpress-seo/src/memoizers/meta-tags-context-memoizer.php'),
(9766, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/memoizers/presentation-memoizer.php', 'wp-content/plugins/wordpress-seo/src/memoizers/presentation-memoizer.php'),
(9767, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/models/indexable-extension.php', 'wp-content/plugins/wordpress-seo/src/models/indexable-extension.php'),
(9768, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/models/indexable-hierarchy.php', 'wp-content/plugins/wordpress-seo/src/models/indexable-hierarchy.php'),
(9769, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/models/indexable.php', 'wp-content/plugins/wordpress-seo/src/models/indexable.php'),
(9770, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/models/primary-term.php', 'wp-content/plugins/wordpress-seo/src/models/primary-term.php'),
(9771, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/models/seo-links.php', 'wp-content/plugins/wordpress-seo/src/models/seo-links.php'),
(9772, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/models/seo-meta.php', 'wp-content/plugins/wordpress-seo/src/models/seo-meta.php'),
(9773, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presentations/abstract-presentation.php', 'wp-content/plugins/wordpress-seo/src/presentations/abstract-presentation.php'),
(9774, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presentations/archive-adjacent-trait.php', 'wp-content/plugins/wordpress-seo/src/presentations/archive-adjacent-trait.php'),
(9775, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presentations/indexable-author-archive-presentation.php', 'wp-content/plugins/wordpress-seo/src/presentations/indexable-author-archive-presentation.php'),
(9776, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presentations/indexable-date-archive-presentation.php', 'wp-content/plugins/wordpress-seo/src/presentations/indexable-date-archive-presentation.php'),
(9777, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presentations/indexable-error-page-presentation.php', 'wp-content/plugins/wordpress-seo/src/presentations/indexable-error-page-presentation.php'),
(9778, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presentations/indexable-home-page-presentation.php', 'wp-content/plugins/wordpress-seo/src/presentations/indexable-home-page-presentation.php'),
(9779, '/home/www/iamctv.com/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'),
(9780, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presentations/indexable-post-type-presentation.php', 'wp-content/plugins/wordpress-seo/src/presentations/indexable-post-type-presentation.php'),
(9781, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presentations/indexable-presentation.php', 'wp-content/plugins/wordpress-seo/src/presentations/indexable-presentation.php'),
(9782, '/home/www/iamctv.com/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'),
(9783, '/home/www/iamctv.com/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'),
(9784, '/home/www/iamctv.com/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'),
(9785, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presentations/indexable-term-archive-presentation.php', 'wp-content/plugins/wordpress-seo/src/presentations/indexable-term-archive-presentation.php'),
(9786, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/abstract-indexable-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/abstract-indexable-presenter.php'),
(9787, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/abstract-indexable-tag-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/abstract-indexable-tag-presenter.php'),
(9788, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/abstract-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/abstract-presenter.php'),
(9789, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/admin/alert-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/admin/alert-presenter.php'),
(9790, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/admin/auto-update-notification-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/admin/auto-update-notification-presenter.php'),
(9791, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/admin/badge-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/admin/badge-presenter.php'),
(9792, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/admin/beta-badge-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/admin/beta-badge-presenter.php'),
(9793, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/admin/help-link-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/admin/help-link-presenter.php'),
(9794, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-error-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-error-presenter.php'),
(9795, '/home/www/iamctv.com/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'),
(9796, '/home/www/iamctv.com/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'),
(9797, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-notification-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-notification-presenter.php'),
(9798, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/admin/light-switch-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/admin/light-switch-presenter.php'),
(9799, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/admin/meta-fields-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/admin/meta-fields-presenter.php'),
(9800, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/admin/migration-error-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/admin/migration-error-presenter.php'),
(9801, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/admin/notice-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/admin/notice-presenter.php'),
(9802, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/admin/premium-badge-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/admin/premium-badge-presenter.php'),
(9803, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/bingbot-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/bingbot-presenter.php'),
(9804, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/breadcrumbs-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/breadcrumbs-presenter.php'),
(9805, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/canonical-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/canonical-presenter.php'),
(9806, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/debug/marker-close-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/debug/marker-close-presenter.php'),
(9807, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/debug/marker-open-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/debug/marker-open-presenter.php'),
(9808, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/googlebot-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/googlebot-presenter.php'),
(9809, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/meta-author-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/meta-author-presenter.php'),
(9810, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/meta-description-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/meta-description-presenter.php'),
(9811, '/home/www/iamctv.com/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'),
(9812, '/home/www/iamctv.com/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'),
(9813, '/home/www/iamctv.com/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'),
(9814, '/home/www/iamctv.com/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'),
(9815, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/open-graph/description-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/description-presenter.php'),
(9816, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/open-graph/image-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/image-presenter.php'),
(9817, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/open-graph/locale-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/locale-presenter.php'),
(9818, '/home/www/iamctv.com/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'),
(9819, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/open-graph/title-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/title-presenter.php'),
(9820, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/open-graph/type-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/type-presenter.php'),
(9821, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/open-graph/url-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/url-presenter.php'),
(9822, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/rel-next-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/rel-next-presenter.php'),
(9823, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/rel-prev-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/rel-prev-presenter.php'),
(9824, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/robots-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/robots-presenter.php'),
(9825, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/schema-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/schema-presenter.php'),
(9826, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/slack/enhanced-data-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/slack/enhanced-data-presenter.php'),
(9827, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/title-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/title-presenter.php'),
(9828, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/twitter/card-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/twitter/card-presenter.php'),
(9829, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/twitter/creator-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/twitter/creator-presenter.php'),
(9830, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/twitter/description-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/twitter/description-presenter.php'),
(9831, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/twitter/image-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/twitter/image-presenter.php'),
(9832, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/twitter/site-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/twitter/site-presenter.php'),
(9833, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/twitter/title-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/twitter/title-presenter.php'),
(9834, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/url-list-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/url-list-presenter.php'),
(9835, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/webmaster/baidu-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/webmaster/baidu-presenter.php'),
(9836, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/webmaster/bing-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/webmaster/bing-presenter.php'),
(9837, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/webmaster/google-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/webmaster/google-presenter.php'),
(9838, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/webmaster/pinterest-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/webmaster/pinterest-presenter.php'),
(9839, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/presenters/webmaster/yandex-presenter.php', 'wp-content/plugins/wordpress-seo/src/presenters/webmaster/yandex-presenter.php'),
(9840, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/repositories/indexable-hierarchy-repository.php', 'wp-content/plugins/wordpress-seo/src/repositories/indexable-hierarchy-repository.php'),
(9841, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/repositories/indexable-repository.php', 'wp-content/plugins/wordpress-seo/src/repositories/indexable-repository.php'),
(9842, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/repositories/primary-term-repository.php', 'wp-content/plugins/wordpress-seo/src/repositories/primary-term-repository.php'),
(9843, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/repositories/seo-links-repository.php', 'wp-content/plugins/wordpress-seo/src/repositories/seo-links-repository.php'),
(9844, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/repositories/seo-meta-repository.php', 'wp-content/plugins/wordpress-seo/src/repositories/seo-meta-repository.php'),
(9845, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/routes/abstract-action-route.php', 'wp-content/plugins/wordpress-seo/src/routes/abstract-action-route.php'),
(9846, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/routes/abstract-indexation-route.php', 'wp-content/plugins/wordpress-seo/src/routes/abstract-indexation-route.php'),
(9847, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/routes/alert-dismissal-route.php', 'wp-content/plugins/wordpress-seo/src/routes/alert-dismissal-route.php'),
(9848, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/routes/first-time-configuration-route.php', 'wp-content/plugins/wordpress-seo/src/routes/first-time-configuration-route.php'),
(9849, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/routes/importing-route.php', 'wp-content/plugins/wordpress-seo/src/routes/importing-route.php'),
(9850, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/routes/indexables-head-route.php', 'wp-content/plugins/wordpress-seo/src/routes/indexables-head-route.php'),
(9851, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/routes/indexing-route.php', 'wp-content/plugins/wordpress-seo/src/routes/indexing-route.php'),
(9852, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/routes/route-interface.php', 'wp-content/plugins/wordpress-seo/src/routes/route-interface.php'),
(9853, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/routes/semrush-route.php', 'wp-content/plugins/wordpress-seo/src/routes/semrush-route.php'),
(9854, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/routes/supported-features-route.php', 'wp-content/plugins/wordpress-seo/src/routes/supported-features-route.php'),
(9855, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/routes/wincher-route.php', 'wp-content/plugins/wordpress-seo/src/routes/wincher-route.php'),
(9856, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/routes/workouts-route.php', 'wp-content/plugins/wordpress-seo/src/routes/workouts-route.php'),
(9857, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/routes/yoast-head-rest-field.php', 'wp-content/plugins/wordpress-seo/src/routes/yoast-head-rest-field.php'),
(9858, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/schema-templates/assets/icons.php', 'wp-content/plugins/wordpress-seo/src/schema-templates/assets/icons.php'),
(9859, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/schema-templates/cooking-time.block.php', 'wp-content/plugins/wordpress-seo/src/schema-templates/cooking-time.block.php'),
(9860, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/schema-templates/cooking-time.schema.php', 'wp-content/plugins/wordpress-seo/src/schema-templates/cooking-time.schema.php'),
(9861, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/schema-templates/image.schema.php', 'wp-content/plugins/wordpress-seo/src/schema-templates/image.schema.php'),
(9862, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/schema-templates/preparation-time.block.php', 'wp-content/plugins/wordpress-seo/src/schema-templates/preparation-time.block.php'),
(9863, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/schema-templates/preparation-time.schema.php', 'wp-content/plugins/wordpress-seo/src/schema-templates/preparation-time.schema.php'),
(9864, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/schema-templates/recipe-description.block.php', 'wp-content/plugins/wordpress-seo/src/schema-templates/recipe-description.block.php'),
(9865, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/schema-templates/recipe-description.schema.php', 'wp-content/plugins/wordpress-seo/src/schema-templates/recipe-description.schema.php'),
(9866, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/schema-templates/recipe-ingredients.block.php', 'wp-content/plugins/wordpress-seo/src/schema-templates/recipe-ingredients.block.php'),
(9867, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/schema-templates/recipe-ingredients.schema.php', 'wp-content/plugins/wordpress-seo/src/schema-templates/recipe-ingredients.schema.php'),
(9868, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/schema-templates/recipe-instructions.block.php', 'wp-content/plugins/wordpress-seo/src/schema-templates/recipe-instructions.block.php'),
(9869, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/schema-templates/recipe-instructions.schema.php', 'wp-content/plugins/wordpress-seo/src/schema-templates/recipe-instructions.schema.php'),
(9870, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/schema-templates/recipe-name.block.php', 'wp-content/plugins/wordpress-seo/src/schema-templates/recipe-name.block.php'),
(9871, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/schema-templates/recipe-name.schema.php', 'wp-content/plugins/wordpress-seo/src/schema-templates/recipe-name.schema.php'),
(9872, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/schema-templates/recipe.block.php', 'wp-content/plugins/wordpress-seo/src/schema-templates/recipe.block.php'),
(9873, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/schema-templates/recipe.schema.php', 'wp-content/plugins/wordpress-seo/src/schema-templates/recipe.schema.php'),
(9874, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/services/health-check/curl-check.php', 'wp-content/plugins/wordpress-seo/src/services/health-check/curl-check.php'),
(9875, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/services/health-check/curl-reports.php', 'wp-content/plugins/wordpress-seo/src/services/health-check/curl-reports.php'),
(9876, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/services/health-check/curl-runner.php', 'wp-content/plugins/wordpress-seo/src/services/health-check/curl-runner.php'),
(9877, '/home/www/iamctv.com/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'),
(9878, '/home/www/iamctv.com/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'),
(9879, '/home/www/iamctv.com/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'),
(9880, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/services/health-check/health-check.php', 'wp-content/plugins/wordpress-seo/src/services/health-check/health-check.php'),
(9881, '/home/www/iamctv.com/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'),
(9882, '/home/www/iamctv.com/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'),
(9883, '/home/www/iamctv.com/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'),
(9884, '/home/www/iamctv.com/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'),
(9885, '/home/www/iamctv.com/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'),
(9886, '/home/www/iamctv.com/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'),
(9887, '/home/www/iamctv.com/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'),
(9888, '/home/www/iamctv.com/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'),
(9889, '/home/www/iamctv.com/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'),
(9890, '/home/www/iamctv.com/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'),
(9891, '/home/www/iamctv.com/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'),
(9892, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/services/health-check/report-builder.php', 'wp-content/plugins/wordpress-seo/src/services/health-check/report-builder.php'),
(9893, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/services/health-check/reports-trait.php', 'wp-content/plugins/wordpress-seo/src/services/health-check/reports-trait.php'),
(9894, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/services/health-check/runner-interface.php', 'wp-content/plugins/wordpress-seo/src/services/health-check/runner-interface.php'),
(9895, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/services/health-check/ryte-check.php', 'wp-content/plugins/wordpress-seo/src/services/health-check/ryte-check.php'),
(9896, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/services/health-check/ryte-reports.php', 'wp-content/plugins/wordpress-seo/src/services/health-check/ryte-reports.php'),
(9897, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/services/health-check/ryte-runner.php', 'wp-content/plugins/wordpress-seo/src/services/health-check/ryte-runner.php'),
(9898, '/home/www/iamctv.com/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'),
(9899, '/home/www/iamctv.com/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'),
(9900, '/home/www/iamctv.com/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'),
(9901, '/home/www/iamctv.com/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'),
(9902, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/services/importing/conflicting-plugins-service.php', 'wp-content/plugins/wordpress-seo/src/services/importing/conflicting-plugins-service.php'),
(9903, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/services/importing/importable-detector-service.php', 'wp-content/plugins/wordpress-seo/src/services/importing/importable-detector-service.php'),
(9904, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/services/indexables/indexable-version-manager.php', 'wp-content/plugins/wordpress-seo/src/services/indexables/indexable-version-manager.php'),
(9905, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/surfaces/classes-surface.php', 'wp-content/plugins/wordpress-seo/src/surfaces/classes-surface.php'),
(9906, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/surfaces/helpers-surface.php', 'wp-content/plugins/wordpress-seo/src/surfaces/helpers-surface.php'),
(9907, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/surfaces/meta-surface.php', 'wp-content/plugins/wordpress-seo/src/surfaces/meta-surface.php'),
(9908, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/surfaces/open-graph-helpers-surface.php', 'wp-content/plugins/wordpress-seo/src/surfaces/open-graph-helpers-surface.php'),
(9909, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/surfaces/schema-helpers-surface.php', 'wp-content/plugins/wordpress-seo/src/surfaces/schema-helpers-surface.php'),
(9910, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/surfaces/twitter-helpers-surface.php', 'wp-content/plugins/wordpress-seo/src/surfaces/twitter-helpers-surface.php'),
(9911, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/surfaces/values/meta.php', 'wp-content/plugins/wordpress-seo/src/surfaces/values/meta.php'),
(9912, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/values/images.php', 'wp-content/plugins/wordpress-seo/src/values/images.php'),
(9913, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/values/indexables/indexable-builder-versions.php', 'wp-content/plugins/wordpress-seo/src/values/indexables/indexable-builder-versions.php'),
(9914, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/values/oauth/oauth-token.php', 'wp-content/plugins/wordpress-seo/src/values/oauth/oauth-token.php'),
(9915, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/values/open-graph/images.php', 'wp-content/plugins/wordpress-seo/src/values/open-graph/images.php'),
(9916, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/wordpress/wrapper.php', 'wp-content/plugins/wordpress-seo/src/wordpress/wrapper.php'),
(9917, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/wrappers/wp-query-wrapper.php', 'wp-content/plugins/wordpress-seo/src/wrappers/wp-query-wrapper.php'),
(9918, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/wrappers/wp-remote-handler.php', 'wp-content/plugins/wordpress-seo/src/wrappers/wp-remote-handler.php'),
(9919, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/src/wrappers/wp-rewrite-wrapper.php', 'wp-content/plugins/wordpress-seo/src/wrappers/wp-rewrite-wrapper.php'),
(9920, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor/autoload.php', 'wp-content/plugins/wordpress-seo/vendor/autoload.php'),
(9921, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor/composer/ClassLoader.php', 'wp-content/plugins/wordpress-seo/vendor/composer/ClassLoader.php'),
(9922, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor/composer/InstalledVersions.php', 'wp-content/plugins/wordpress-seo/vendor/composer/InstalledVersions.php'),
(9923, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor/composer/LICENSE', 'wp-content/plugins/wordpress-seo/vendor/composer/LICENSE'),
(9924, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor/composer/autoload_classmap.php', 'wp-content/plugins/wordpress-seo/vendor/composer/autoload_classmap.php'),
(9925, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor/composer/autoload_namespaces.php', 'wp-content/plugins/wordpress-seo/vendor/composer/autoload_namespaces.php'),
(9926, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor/composer/autoload_psr4.php', 'wp-content/plugins/wordpress-seo/vendor/composer/autoload_psr4.php'),
(9927, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor/composer/autoload_real.php', 'wp-content/plugins/wordpress-seo/vendor/composer/autoload_real.php'),
(9928, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor/composer/autoload_static.php', 'wp-content/plugins/wordpress-seo/vendor/composer/autoload_static.php'),
(9929, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor/composer/installed.php', 'wp-content/plugins/wordpress-seo/vendor/composer/installed.php'),
(9930, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor/composer/platform_check.php', 'wp-content/plugins/wordpress-seo/vendor/composer/platform_check.php'),
(9931, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor/yoast/i18n-module/CHANGELOG.md', 'wp-content/plugins/wordpress-seo/vendor/yoast/i18n-module/CHANGELOG.md'),
(9932, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor/yoast/i18n-module/src/i18n-v3.php', 'wp-content/plugins/wordpress-seo/vendor/yoast/i18n-module/src/i18n-v3.php'),
(9933, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor/yoast/i18n-module/src/i18n-wordpressorg-v3.php', 'wp-content/plugins/wordpress-seo/vendor/yoast/i18n-module/src/i18n-wordpressorg-v3.php'),
(9934, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Data/AlphaNum.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Data/AlphaNum.php'),
(9935, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Data/Byte.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Data/Byte.php'),
(9936, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Data/Kanji.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Data/Kanji.php'),
(9937, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Data/MaskPatternTester.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Data/MaskPatternTester.php'),
(9938, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Data/Number.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Data/Number.php'),
(9939, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Data/QRCodeDataException.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Data/QRCodeDataException.php'),
(9940, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Data/QRDataAbstract.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Data/QRDataAbstract.php'),
(9941, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Data/QRDataInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Data/QRDataInterface.php'),
(9942, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Data/QRMatrix.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Data/QRMatrix.php'),
(9943, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Helpers/BitBuffer.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Helpers/BitBuffer.php'),
(9944, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Helpers/Polynomial.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Helpers/Polynomial.php'),
(9945, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Output/QRCodeOutputException.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Output/QRCodeOutputException.php'),
(9946, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Output/QRImage.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Output/QRImage.php'),
(9947, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Output/QRMarkup.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Output/QRMarkup.php'),
(9948, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Output/QROutputAbstract.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Output/QROutputAbstract.php'),
(9949, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Output/QROutputInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Output/QROutputInterface.php'),
(9950, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Output/QRString.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Output/QRString.php'),
(9951, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/QRCode.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/QRCode.php'),
(9952, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/QRCodeException.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/QRCodeException.php'),
(9953, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/QROptions.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/QROptions.php'),
(9954, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Traits/ClassLoader.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Traits/ClassLoader.php'),
(9955, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Traits/Container.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/chillerlan/php-qrcode/src/Traits/Container.php'),
(9956, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Client.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Client.php'),
(9957, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/ClientInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/ClientInterface.php'),
(9958, '/home/www/iamctv.com/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'),
(9959, '/home/www/iamctv.com/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'),
(9960, '/home/www/iamctv.com/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'),
(9961, '/home/www/iamctv.com/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'),
(9962, '/home/www/iamctv.com/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'),
(9963, '/home/www/iamctv.com/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'),
(9964, '/home/www/iamctv.com/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'),
(9965, '/home/www/iamctv.com/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'),
(9966, '/home/www/iamctv.com/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'),
(9967, '/home/www/iamctv.com/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'),
(9968, '/home/www/iamctv.com/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'),
(9969, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/SeekException.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/SeekException.php'),
(9970, '/home/www/iamctv.com/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'),
(9971, '/home/www/iamctv.com/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'),
(9972, '/home/www/iamctv.com/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'),
(9973, '/home/www/iamctv.com/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'),
(9974, '/home/www/iamctv.com/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'),
(9975, '/home/www/iamctv.com/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'),
(9976, '/home/www/iamctv.com/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'),
(9977, '/home/www/iamctv.com/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'),
(9978, '/home/www/iamctv.com/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'),
(9979, '/home/www/iamctv.com/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'),
(9980, '/home/www/iamctv.com/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'),
(9981, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/HandlerStack.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/HandlerStack.php'),
(9982, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/MessageFormatter.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/MessageFormatter.php'),
(9983, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Middleware.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Middleware.php'),
(9984, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Pool.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Pool.php'),
(9985, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php'),
(9986, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/RedirectMiddleware.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/RedirectMiddleware.php'),
(9987, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/RequestOptions.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/RequestOptions.php'),
(9988, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/RetryMiddleware.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/RetryMiddleware.php'),
(9989, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/TransferStats.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/TransferStats.php'),
(9990, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/UriTemplate.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/UriTemplate.php'),
(9991, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Utils.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Utils.php'),
(9992, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/functions.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/functions.php'),
(9993, '/home/www/iamctv.com/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');
INSERT INTO `iamc_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(9994, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/AggregateException.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/AggregateException.php'),
(9995, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/CancellationException.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/CancellationException.php'),
(9996, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Coroutine.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Coroutine.php'),
(9997, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Create.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Create.php'),
(9998, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Each.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Each.php'),
(9999, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/EachPromise.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/EachPromise.php'),
(10000, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/FulfilledPromise.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/FulfilledPromise.php'),
(10001, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Is.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Is.php'),
(10002, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Promise.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Promise.php'),
(10003, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/PromiseInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/PromiseInterface.php'),
(10004, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/PromisorInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/PromisorInterface.php'),
(10005, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/RejectedPromise.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/RejectedPromise.php'),
(10006, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/RejectionException.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/RejectionException.php'),
(10007, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/TaskQueue.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/TaskQueue.php'),
(10008, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/TaskQueueInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/TaskQueueInterface.php'),
(10009, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Utils.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Utils.php'),
(10010, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/functions.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/functions.php'),
(10011, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/functions_include.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/functions_include.php'),
(10012, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/AppendStream.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/AppendStream.php'),
(10013, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/BufferStream.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/BufferStream.php'),
(10014, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/CachingStream.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/CachingStream.php'),
(10015, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/DroppingStream.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/DroppingStream.php'),
(10016, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/FnStream.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/FnStream.php'),
(10017, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Header.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Header.php'),
(10018, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/InflateStream.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/InflateStream.php'),
(10019, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/LazyOpenStream.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/LazyOpenStream.php'),
(10020, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/LimitStream.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/LimitStream.php'),
(10021, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Message.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Message.php'),
(10022, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/MessageTrait.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/MessageTrait.php'),
(10023, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/MimeType.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/MimeType.php'),
(10024, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/MultipartStream.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/MultipartStream.php'),
(10025, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/NoSeekStream.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/NoSeekStream.php'),
(10026, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/PumpStream.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/PumpStream.php'),
(10027, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Query.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Query.php'),
(10028, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Request.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Request.php'),
(10029, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Response.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Response.php'),
(10030, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Rfc7230.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Rfc7230.php'),
(10031, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/ServerRequest.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/ServerRequest.php'),
(10032, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Stream.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Stream.php'),
(10033, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/StreamDecoratorTrait.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/StreamDecoratorTrait.php'),
(10034, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/StreamWrapper.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/StreamWrapper.php'),
(10035, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UploadedFile.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UploadedFile.php'),
(10036, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Uri.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Uri.php'),
(10037, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UriComparator.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UriComparator.php'),
(10038, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UriNormalizer.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UriNormalizer.php'),
(10039, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UriResolver.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UriResolver.php'),
(10040, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Utils.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Utils.php'),
(10041, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/functions.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/functions.php'),
(10042, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/functions_include.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/functions_include.php'),
(10043, '/home/www/iamctv.com/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'),
(10044, '/home/www/iamctv.com/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'),
(10045, '/home/www/iamctv.com/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'),
(10046, '/home/www/iamctv.com/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'),
(10047, '/home/www/iamctv.com/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'),
(10048, '/home/www/iamctv.com/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'),
(10049, '/home/www/iamctv.com/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'),
(10050, '/home/www/iamctv.com/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'),
(10051, '/home/www/iamctv.com/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'),
(10052, '/home/www/iamctv.com/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'),
(10053, '/home/www/iamctv.com/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'),
(10054, '/home/www/iamctv.com/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'),
(10055, '/home/www/iamctv.com/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'),
(10056, '/home/www/iamctv.com/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'),
(10057, '/home/www/iamctv.com/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'),
(10058, '/home/www/iamctv.com/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'),
(10059, '/home/www/iamctv.com/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'),
(10060, '/home/www/iamctv.com/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'),
(10061, '/home/www/iamctv.com/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'),
(10062, '/home/www/iamctv.com/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'),
(10063, '/home/www/iamctv.com/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'),
(10064, '/home/www/iamctv.com/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'),
(10065, '/home/www/iamctv.com/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'),
(10066, '/home/www/iamctv.com/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'),
(10067, '/home/www/iamctv.com/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'),
(10068, '/home/www/iamctv.com/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'),
(10069, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src/ContainerExceptionInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src/ContainerExceptionInterface.php'),
(10070, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src/ContainerInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src/ContainerInterface.php'),
(10071, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src/NotFoundExceptionInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src/NotFoundExceptionInterface.php'),
(10072, '/home/www/iamctv.com/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'),
(10073, '/home/www/iamctv.com/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'),
(10074, '/home/www/iamctv.com/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'),
(10075, '/home/www/iamctv.com/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'),
(10076, '/home/www/iamctv.com/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'),
(10077, '/home/www/iamctv.com/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'),
(10078, '/home/www/iamctv.com/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'),
(10079, '/home/www/iamctv.com/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'),
(10080, '/home/www/iamctv.com/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'),
(10081, '/home/www/iamctv.com/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'),
(10082, '/home/www/iamctv.com/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'),
(10083, '/home/www/iamctv.com/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'),
(10084, '/home/www/iamctv.com/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'),
(10085, '/home/www/iamctv.com/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'),
(10086, '/home/www/iamctv.com/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'),
(10087, '/home/www/iamctv.com/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'),
(10088, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Container.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Container.php'),
(10089, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ContainerInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ContainerInterface.php'),
(10090, '/home/www/iamctv.com/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'),
(10091, '/home/www/iamctv.com/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'),
(10092, '/home/www/iamctv.com/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'),
(10093, '/home/www/iamctv.com/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'),
(10094, '/home/www/iamctv.com/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'),
(10095, '/home/www/iamctv.com/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'),
(10096, '/home/www/iamctv.com/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'),
(10097, '/home/www/iamctv.com/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'),
(10098, '/home/www/iamctv.com/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'),
(10099, '/home/www/iamctv.com/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'),
(10100, '/home/www/iamctv.com/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'),
(10101, '/home/www/iamctv.com/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'),
(10102, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ResettableContainerInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ResettableContainerInterface.php'),
(10103, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Config/AppConfigInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Config/AppConfigInterface.php'),
(10104, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Config/Config.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Config/Config.php'),
(10105, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Config/DefaultAppConfig.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Config/DefaultAppConfig.php'),
(10106, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Config/EnvironmentConfig.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Config/EnvironmentConfig.php'),
(10107, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Config/OptionsConfig.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Config/OptionsConfig.php'),
(10108, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Config/RoutesConfig.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Config/RoutesConfig.php'),
(10109, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Config/ScriptsConfig.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Config/ScriptsConfig.php'),
(10110, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/AuthenticationController.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/AuthenticationController.php'),
(10111, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/CertificateController.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/CertificateController.php'),
(10112, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/NoticeController.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/NoticeController.php'),
(10113, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/PostEditorDataController.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/PostEditorDataController.php'),
(10114, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/PostEditorTimestampController.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/PostEditorTimestampController.php'),
(10115, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/RestApiController.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/RestApiController.php'),
(10116, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/SettingsController.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/SettingsController.php'),
(10117, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/TimestampController.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Controllers/TimestampController.php'),
(10118, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/DataTransferObjects/TimestampData.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/DataTransferObjects/TimestampData.php'),
(10119, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Exceptions/ValidationException.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Exceptions/ValidationException.php'),
(10120, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/AdminHelper.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/AdminHelper.php'),
(10121, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/AppConfigHelper.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/AppConfigHelper.php'),
(10122, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/AssetHelper.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/AssetHelper.php'),
(10123, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/AuthenticationHelper.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/AuthenticationHelper.php'),
(10124, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/CertificateHelper.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/CertificateHelper.php'),
(10125, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/ClassicNoticeHelper.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/ClassicNoticeHelper.php'),
(10126, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/EnvironmentHelper.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/EnvironmentHelper.php'),
(10127, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/EscapeHelper.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/EscapeHelper.php'),
(10128, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/OptionsHelper.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/OptionsHelper.php'),
(10129, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/PostEditorHelper.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/PostEditorHelper.php'),
(10130, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/PostMetaHelper.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/PostMetaHelper.php'),
(10131, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/PostTypeHelper.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/PostTypeHelper.php'),
(10132, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/RedirectHelper.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/RedirectHelper.php'),
(10133, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/ReflectionHelper.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/ReflectionHelper.php'),
(10134, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/RestApiHelper.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/RestApiHelper.php'),
(10135, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/SanitizeHelper.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/SanitizeHelper.php'),
(10136, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/SchemaHelper.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/SchemaHelper.php'),
(10137, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/SettingsHelper.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/SettingsHelper.php'),
(10138, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/StringHelper.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/StringHelper.php'),
(10139, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/TimestampHelper.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/TimestampHelper.php'),
(10140, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/TransientHelper.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Helpers/TransientHelper.php'),
(10141, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Support/Api.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Support/Api.php'),
(10142, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Support/Authentication.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Support/Authentication.php'),
(10143, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Support/Loader.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Support/Loader.php'),
(10144, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Support/Settings.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Support/Settings.php'),
(10145, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Support/Template.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Support/Template.php'),
(10146, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Support/Timestamp.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Support/Timestamp.php'),
(10147, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Translations/DefaultTranslations.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Translations/DefaultTranslations.php'),
(10148, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Translations/TranslationsInterface.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/Translations/TranslationsInterface.php'),
(10149, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/WordPressSDK.php', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/app/WordPressSDK.php'),
(10150, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/build/data.js', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/build/data.js'),
(10151, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/build/wordproof-block-editor.js', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/build/wordproof-block-editor.js'),
(10152, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/build/wordproof-classic-editor.js', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/build/wordproof-classic-editor.js'),
(10153, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/build/wordproof-elementor-editor.js', 'wp-content/plugins/wordpress-seo/vendor_prefixed/wordproof/wordpress-sdk/build/wordproof-elementor-editor.js'),
(10154, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/wp-seo-main.php', 'wp-content/plugins/wordpress-seo/wp-seo-main.php'),
(10155, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/wp-seo.php', 'wp-content/plugins/wordpress-seo/wp-seo.php'),
(10156, '/home/www/iamctv.com/wp-content/plugins/wordpress-seo/wpml-config.xml', 'wp-content/plugins/wordpress-seo/wpml-config.xml'),
(10157, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/.php-cs-fixer.dist.php', 'wp-content/plugins/wordproof-timestamp/.php-cs-fixer.dist.php'),
(10158, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/README.md', 'wp-content/plugins/wordproof-timestamp/README.md'),
(10159, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/app/Actions/Action.php', 'wp-content/plugins/wordproof-timestamp/app/Actions/Action.php'),
(10160, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/app/Actions/DeleteOldOptions.php', 'wp-content/plugins/wordproof-timestamp/app/Actions/DeleteOldOptions.php'),
(10161, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/app/Actions/DeleteOldPostMeta.php', 'wp-content/plugins/wordproof-timestamp/app/Actions/DeleteOldPostMeta.php'),
(10162, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/app/Actions/MigrateToNewSchema.php', 'wp-content/plugins/wordproof-timestamp/app/Actions/MigrateToNewSchema.php'),
(10163, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/app/Actions/RetrieveSchemaForPost.php', 'wp-content/plugins/wordproof-timestamp/app/Actions/RetrieveSchemaForPost.php'),
(10164, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/app/Config/Conditionals/Conditional.php', 'wp-content/plugins/wordproof-timestamp/app/Config/Conditionals/Conditional.php'),
(10165, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/app/Config/Conditionals/IsAuthenticatedConditional.php', 'wp-content/plugins/wordproof-timestamp/app/Config/Conditionals/IsAuthenticatedConditional.php'),
(10166, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/app/Config/Config.php', 'wp-content/plugins/wordproof-timestamp/app/Config/Config.php'),
(10167, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/app/Config/Migrations/Migration.php', 'wp-content/plugins/wordproof-timestamp/app/Config/Migrations/Migration.php'),
(10168, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/app/Config/Migrations/v3Migration.php', 'wp-content/plugins/wordproof-timestamp/app/Config/Migrations/v3Migration.php'),
(10169, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/app/Config/ScriptsConfig.php', 'wp-content/plugins/wordproof-timestamp/app/Config/ScriptsConfig.php'),
(10170, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/app/Config/SdkAppConfig.php', 'wp-content/plugins/wordproof-timestamp/app/Config/SdkAppConfig.php'),
(10171, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/app/Controllers/ActionController.php', 'wp-content/plugins/wordproof-timestamp/app/Controllers/ActionController.php'),
(10172, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/app/Controllers/AdminPageController.php', 'wp-content/plugins/wordproof-timestamp/app/Controllers/AdminPageController.php'),
(10173, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/app/Controllers/MigrationController.php', 'wp-content/plugins/wordproof-timestamp/app/Controllers/MigrationController.php'),
(10174, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/app/Controllers/NoticeController.php', 'wp-content/plugins/wordproof-timestamp/app/Controllers/NoticeController.php'),
(10175, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/app/Controllers/ScheduledActionController.php', 'wp-content/plugins/wordproof-timestamp/app/Controllers/ScheduledActionController.php'),
(10176, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/app/Controllers/UpgradeNotificationController.php', 'wp-content/plugins/wordproof-timestamp/app/Controllers/UpgradeNotificationController.php'),
(10177, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/app/Core.php', 'wp-content/plugins/wordproof-timestamp/app/Core.php'),
(10178, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/app/Helpers/ActionHelper.php', 'wp-content/plugins/wordproof-timestamp/app/Helpers/ActionHelper.php'),
(10179, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/app/Helpers/AssetHelper.php', 'wp-content/plugins/wordproof-timestamp/app/Helpers/AssetHelper.php'),
(10180, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/app/Helpers/CliHelper.php', 'wp-content/plugins/wordproof-timestamp/app/Helpers/CliHelper.php'),
(10181, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/app/Helpers/DotenvHelper.php', 'wp-content/plugins/wordproof-timestamp/app/Helpers/DotenvHelper.php'),
(10182, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/app/Helpers/PluginHelper.php', 'wp-content/plugins/wordproof-timestamp/app/Helpers/PluginHelper.php'),
(10183, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/app/Notices/AuthenticateAfterMigrationNotice.php', 'wp-content/plugins/wordproof-timestamp/app/Notices/AuthenticateAfterMigrationNotice.php'),
(10184, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/app/Notices/Notice.php', 'wp-content/plugins/wordproof-timestamp/app/Notices/Notice.php'),
(10185, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/app/Notices/YoastNotice.php', 'wp-content/plugins/wordproof-timestamp/app/Notices/YoastNotice.php'),
(10186, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/build/index.asset.php', 'wp-content/plugins/wordproof-timestamp/build/index.asset.php'),
(10187, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/build/index.js', 'wp-content/plugins/wordproof-timestamp/build/index.js'),
(10188, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/build/main.css.asset.php', 'wp-content/plugins/wordproof-timestamp/build/main.css.asset.php'),
(10189, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/build/main.css.css', 'wp-content/plugins/wordproof-timestamp/build/main.css.css'),
(10190, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/build/main.css.js', 'wp-content/plugins/wordproof-timestamp/build/main.css.js'),
(10191, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/includes/CliHelper.php', 'wp-content/plugins/wordproof-timestamp/includes/CliHelper.php'),
(10192, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/license.txt', 'wp-content/plugins/wordproof-timestamp/license.txt'),
(10193, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/readme.txt', 'wp-content/plugins/wordproof-timestamp/readme.txt'),
(10194, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/resources/css/main.css', 'wp-content/plugins/wordproof-timestamp/resources/css/main.css'),
(10195, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/resources/js/Components/Pages/About.js', 'wp-content/plugins/wordproof-timestamp/resources/js/Components/Pages/About.js'),
(10196, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/resources/js/Components/Pages/Bulk.js', 'wp-content/plugins/wordproof-timestamp/resources/js/Components/Pages/Bulk.js'),
(10197, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/resources/js/index.js', 'wp-content/plugins/wordproof-timestamp/resources/js/index.js'),
(10198, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/autoload.php', 'wp-content/plugins/wordproof-timestamp/vendor/autoload.php'),
(10199, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/ClassLoader.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/ClassLoader.php'),
(10200, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/InstalledVersions.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/InstalledVersions.php'),
(10201, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/LICENSE', 'wp-content/plugins/wordproof-timestamp/vendor/composer/LICENSE'),
(10202, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/autoload_classmap.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/autoload_classmap.php'),
(10203, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/autoload_files.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/autoload_files.php'),
(10204, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/autoload_namespaces.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/autoload_namespaces.php'),
(10205, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/autoload_psr4.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/autoload_psr4.php'),
(10206, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/autoload_real.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/autoload_real.php'),
(10207, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/autoload_static.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/autoload_static.php'),
(10208, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installed.json', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installed.json'),
(10209, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installed.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installed.php'),
(10210, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/.github/workflows/continuous-integration.yml', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/.github/workflows/continuous-integration.yml'),
(10211, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/.github/workflows/lint.yml', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/.github/workflows/lint.yml'),
(10212, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/.github/workflows/phpstan.yml', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/.github/workflows/phpstan.yml'),
(10213, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/LICENSE', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/LICENSE'),
(10214, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/phpstan.neon.dist', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/phpstan.neon.dist'),
(10215, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/AglInstaller.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/AglInstaller.php'),
(10216, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/AimeosInstaller.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/AimeosInstaller.php'),
(10217, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/AnnotateCmsInstaller.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/AnnotateCmsInstaller.php'),
(10218, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/AsgardInstaller.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/AsgardInstaller.php'),
(10219, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/AttogramInstaller.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/AttogramInstaller.php'),
(10220, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/BaseInstaller.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/BaseInstaller.php'),
(10221, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/BitrixInstaller.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/BitrixInstaller.php'),
(10222, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/BonefishInstaller.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/BonefishInstaller.php');
INSERT INTO `iamc_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(10223, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/CakePHPInstaller.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/CakePHPInstaller.php'),
(10224, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/ChefInstaller.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/ChefInstaller.php'),
(10225, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/CiviCrmInstaller.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/CiviCrmInstaller.php'),
(10226, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/ClanCatsFrameworkInstaller.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/ClanCatsFrameworkInstaller.php'),
(10227, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/CockpitInstaller.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/CockpitInstaller.php'),
(10228, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/CodeIgniterInstaller.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/CodeIgniterInstaller.php'),
(10229, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/Concrete5Installer.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/Concrete5Installer.php'),
(10230, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/CraftInstaller.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/CraftInstaller.php'),
(10231, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/CroogoInstaller.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/CroogoInstaller.php'),
(10232, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/DecibelInstaller.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/DecibelInstaller.php'),
(10233, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/DframeInstaller.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/DframeInstaller.php'),
(10234, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/DokuWikiInstaller.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/DokuWikiInstaller.php'),
(10235, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/DolibarrInstaller.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/DolibarrInstaller.php'),
(10236, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/DrupalInstaller.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/DrupalInstaller.php'),
(10237, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/ElggInstaller.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/ElggInstaller.php'),
(10238, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/EliasisInstaller.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/EliasisInstaller.php'),
(10239, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/ExpressionEngineInstaller.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/ExpressionEngineInstaller.php'),
(10240, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/EzPlatformInstaller.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/EzPlatformInstaller.php'),
(10241, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/FuelInstaller.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/FuelInstaller.php'),
(10242, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/FuelphpInstaller.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/FuelphpInstaller.php'),
(10243, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/GravInstaller.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/GravInstaller.php'),
(10244, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/HuradInstaller.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/HuradInstaller.php'),
(10245, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/ImageCMSInstaller.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/ImageCMSInstaller.php'),
(10246, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/Installer.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/Installer.php'),
(10247, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/ItopInstaller.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/ItopInstaller.php'),
(10248, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/JoomlaInstaller.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/JoomlaInstaller.php'),
(10249, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/KanboardInstaller.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/KanboardInstaller.php'),
(10250, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/KirbyInstaller.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/KirbyInstaller.php'),
(10251, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/KnownInstaller.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/KnownInstaller.php'),
(10252, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/KodiCMSInstaller.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/KodiCMSInstaller.php'),
(10253, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/KohanaInstaller.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/KohanaInstaller.php'),
(10254, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/LanManagementSystemInstaller.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/LanManagementSystemInstaller.php'),
(10255, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/LaravelInstaller.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/LaravelInstaller.php'),
(10256, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/LavaLiteInstaller.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/LavaLiteInstaller.php'),
(10257, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/LithiumInstaller.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/LithiumInstaller.php'),
(10258, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/MODULEWorkInstaller.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/MODULEWorkInstaller.php'),
(10259, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/MODXEvoInstaller.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/MODXEvoInstaller.php'),
(10260, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/MagentoInstaller.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/MagentoInstaller.php'),
(10261, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/MajimaInstaller.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/MajimaInstaller.php'),
(10262, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/MakoInstaller.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/MakoInstaller.php'),
(10263, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/MantisBTInstaller.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/MantisBTInstaller.php'),
(10264, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/MauticInstaller.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/MauticInstaller.php'),
(10265, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/MayaInstaller.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/MayaInstaller.php'),
(10266, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/MediaWikiInstaller.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/MediaWikiInstaller.php'),
(10267, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/MiaoxingInstaller.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/MiaoxingInstaller.php'),
(10268, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/MicroweberInstaller.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/MicroweberInstaller.php'),
(10269, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/ModxInstaller.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/ModxInstaller.php'),
(10270, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/MoodleInstaller.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/MoodleInstaller.php'),
(10271, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/OctoberInstaller.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/OctoberInstaller.php'),
(10272, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/OntoWikiInstaller.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/OntoWikiInstaller.php'),
(10273, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/OsclassInstaller.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/OsclassInstaller.php'),
(10274, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/OxidInstaller.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/OxidInstaller.php'),
(10275, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/PPIInstaller.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/PPIInstaller.php'),
(10276, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/PantheonInstaller.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/PantheonInstaller.php'),
(10277, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/PhiftyInstaller.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/PhiftyInstaller.php'),
(10278, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/PhpBBInstaller.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/PhpBBInstaller.php'),
(10279, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/PimcoreInstaller.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/PimcoreInstaller.php'),
(10280, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/PiwikInstaller.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/PiwikInstaller.php'),
(10281, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/PlentymarketsInstaller.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/PlentymarketsInstaller.php'),
(10282, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/Plugin.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/Plugin.php'),
(10283, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/PortoInstaller.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/PortoInstaller.php'),
(10284, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/PrestashopInstaller.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/PrestashopInstaller.php'),
(10285, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/ProcessWireInstaller.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/ProcessWireInstaller.php'),
(10286, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/PuppetInstaller.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/PuppetInstaller.php'),
(10287, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/PxcmsInstaller.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/PxcmsInstaller.php'),
(10288, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/RadPHPInstaller.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/RadPHPInstaller.php'),
(10289, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/ReIndexInstaller.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/ReIndexInstaller.php'),
(10290, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/Redaxo5Installer.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/Redaxo5Installer.php'),
(10291, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/RedaxoInstaller.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/RedaxoInstaller.php'),
(10292, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/RoundcubeInstaller.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/RoundcubeInstaller.php'),
(10293, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/SMFInstaller.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/SMFInstaller.php'),
(10294, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/ShopwareInstaller.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/ShopwareInstaller.php'),
(10295, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/SilverStripeInstaller.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/SilverStripeInstaller.php'),
(10296, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/SiteDirectInstaller.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/SiteDirectInstaller.php'),
(10297, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/StarbugInstaller.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/StarbugInstaller.php'),
(10298, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/SyDESInstaller.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/SyDESInstaller.php'),
(10299, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/SyliusInstaller.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/SyliusInstaller.php'),
(10300, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/Symfony1Installer.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/Symfony1Installer.php'),
(10301, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/TYPO3CmsInstaller.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/TYPO3CmsInstaller.php'),
(10302, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/TYPO3FlowInstaller.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/TYPO3FlowInstaller.php'),
(10303, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/TaoInstaller.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/TaoInstaller.php'),
(10304, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/TastyIgniterInstaller.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/TastyIgniterInstaller.php'),
(10305, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/TheliaInstaller.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/TheliaInstaller.php'),
(10306, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/TuskInstaller.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/TuskInstaller.php'),
(10307, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/UserFrostingInstaller.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/UserFrostingInstaller.php'),
(10308, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/VanillaInstaller.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/VanillaInstaller.php'),
(10309, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/VgmcpInstaller.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/VgmcpInstaller.php'),
(10310, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/WHMCSInstaller.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/WHMCSInstaller.php'),
(10311, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/WinterInstaller.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/WinterInstaller.php'),
(10312, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/WolfCMSInstaller.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/WolfCMSInstaller.php'),
(10313, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/WordPressInstaller.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/WordPressInstaller.php'),
(10314, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/YawikInstaller.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/YawikInstaller.php'),
(10315, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/ZendInstaller.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/ZendInstaller.php'),
(10316, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/ZikulaInstaller.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/Composer/Installers/ZikulaInstaller.php'),
(10317, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/bootstrap.php', 'wp-content/plugins/wordproof-timestamp/vendor/composer/installers/src/bootstrap.php'),
(10318, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/graham-campbell/result-type/LICENSE', 'wp-content/plugins/wordproof-timestamp/vendor/graham-campbell/result-type/LICENSE'),
(10319, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/graham-campbell/result-type/src/Error.php', 'wp-content/plugins/wordproof-timestamp/vendor/graham-campbell/result-type/src/Error.php'),
(10320, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/graham-campbell/result-type/src/Result.php', 'wp-content/plugins/wordproof-timestamp/vendor/graham-campbell/result-type/src/Result.php'),
(10321, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/graham-campbell/result-type/src/Success.php', 'wp-content/plugins/wordproof-timestamp/vendor/graham-campbell/result-type/src/Success.php'),
(10322, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/phpoption/phpoption/LICENSE', 'wp-content/plugins/wordproof-timestamp/vendor/phpoption/phpoption/LICENSE'),
(10323, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/phpoption/phpoption/Makefile', 'wp-content/plugins/wordproof-timestamp/vendor/phpoption/phpoption/Makefile'),
(10324, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/phpoption/phpoption/src/PhpOption/LazyOption.php', 'wp-content/plugins/wordproof-timestamp/vendor/phpoption/phpoption/src/PhpOption/LazyOption.php'),
(10325, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/phpoption/phpoption/src/PhpOption/None.php', 'wp-content/plugins/wordproof-timestamp/vendor/phpoption/phpoption/src/PhpOption/None.php'),
(10326, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/phpoption/phpoption/src/PhpOption/Option.php', 'wp-content/plugins/wordproof-timestamp/vendor/phpoption/phpoption/src/PhpOption/Option.php'),
(10327, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/phpoption/phpoption/src/PhpOption/Some.php', 'wp-content/plugins/wordproof-timestamp/vendor/phpoption/phpoption/src/PhpOption/Some.php'),
(10328, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/symfony/polyfill-ctype/Ctype.php', 'wp-content/plugins/wordproof-timestamp/vendor/symfony/polyfill-ctype/Ctype.php'),
(10329, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/symfony/polyfill-ctype/LICENSE', 'wp-content/plugins/wordproof-timestamp/vendor/symfony/polyfill-ctype/LICENSE'),
(10330, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/symfony/polyfill-ctype/README.md', 'wp-content/plugins/wordproof-timestamp/vendor/symfony/polyfill-ctype/README.md'),
(10331, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/symfony/polyfill-ctype/bootstrap.php', 'wp-content/plugins/wordproof-timestamp/vendor/symfony/polyfill-ctype/bootstrap.php'),
(10332, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/symfony/polyfill-ctype/bootstrap80.php', 'wp-content/plugins/wordproof-timestamp/vendor/symfony/polyfill-ctype/bootstrap80.php'),
(10333, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/symfony/polyfill-mbstring/LICENSE', 'wp-content/plugins/wordproof-timestamp/vendor/symfony/polyfill-mbstring/LICENSE'),
(10334, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/symfony/polyfill-mbstring/Mbstring.php', 'wp-content/plugins/wordproof-timestamp/vendor/symfony/polyfill-mbstring/Mbstring.php'),
(10335, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/symfony/polyfill-mbstring/README.md', 'wp-content/plugins/wordproof-timestamp/vendor/symfony/polyfill-mbstring/README.md'),
(10336, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php', 'wp-content/plugins/wordproof-timestamp/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php'),
(10337, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php', 'wp-content/plugins/wordproof-timestamp/vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php'),
(10338, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php', 'wp-content/plugins/wordproof-timestamp/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php'),
(10339, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/symfony/polyfill-mbstring/bootstrap.php', 'wp-content/plugins/wordproof-timestamp/vendor/symfony/polyfill-mbstring/bootstrap.php'),
(10340, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/symfony/polyfill-mbstring/bootstrap80.php', 'wp-content/plugins/wordproof-timestamp/vendor/symfony/polyfill-mbstring/bootstrap80.php'),
(10341, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/symfony/polyfill-php80/LICENSE', 'wp-content/plugins/wordproof-timestamp/vendor/symfony/polyfill-php80/LICENSE'),
(10342, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/symfony/polyfill-php80/Php80.php', 'wp-content/plugins/wordproof-timestamp/vendor/symfony/polyfill-php80/Php80.php'),
(10343, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/symfony/polyfill-php80/PhpToken.php', 'wp-content/plugins/wordproof-timestamp/vendor/symfony/polyfill-php80/PhpToken.php'),
(10344, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/symfony/polyfill-php80/README.md', 'wp-content/plugins/wordproof-timestamp/vendor/symfony/polyfill-php80/README.md'),
(10345, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/symfony/polyfill-php80/Resources/stubs/Attribute.php', 'wp-content/plugins/wordproof-timestamp/vendor/symfony/polyfill-php80/Resources/stubs/Attribute.php'),
(10346, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/symfony/polyfill-php80/Resources/stubs/PhpToken.php', 'wp-content/plugins/wordproof-timestamp/vendor/symfony/polyfill-php80/Resources/stubs/PhpToken.php'),
(10347, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php', 'wp-content/plugins/wordproof-timestamp/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php'),
(10348, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php', 'wp-content/plugins/wordproof-timestamp/vendor/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php'),
(10349, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/symfony/polyfill-php80/Resources/stubs/ValueError.php', 'wp-content/plugins/wordproof-timestamp/vendor/symfony/polyfill-php80/Resources/stubs/ValueError.php'),
(10350, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/symfony/polyfill-php80/bootstrap.php', 'wp-content/plugins/wordproof-timestamp/vendor/symfony/polyfill-php80/bootstrap.php'),
(10351, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/typisttech/imposter/LICENSE', 'wp-content/plugins/wordproof-timestamp/vendor/typisttech/imposter/LICENSE'),
(10352, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/typisttech/imposter/README.md', 'wp-content/plugins/wordproof-timestamp/vendor/typisttech/imposter/README.md'),
(10353, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/typisttech/imposter/src/ArrayUtil.php', 'wp-content/plugins/wordproof-timestamp/vendor/typisttech/imposter/src/ArrayUtil.php'),
(10354, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/typisttech/imposter/src/Config.php', 'wp-content/plugins/wordproof-timestamp/vendor/typisttech/imposter/src/Config.php'),
(10355, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/typisttech/imposter/src/ConfigCollection.php', 'wp-content/plugins/wordproof-timestamp/vendor/typisttech/imposter/src/ConfigCollection.php'),
(10356, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/typisttech/imposter/src/ConfigCollectionFactory.php', 'wp-content/plugins/wordproof-timestamp/vendor/typisttech/imposter/src/ConfigCollectionFactory.php'),
(10357, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/typisttech/imposter/src/ConfigCollectionInterface.php', 'wp-content/plugins/wordproof-timestamp/vendor/typisttech/imposter/src/ConfigCollectionInterface.php'),
(10358, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/typisttech/imposter/src/ConfigFactory.php', 'wp-content/plugins/wordproof-timestamp/vendor/typisttech/imposter/src/ConfigFactory.php'),
(10359, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/typisttech/imposter/src/ConfigInterface.php', 'wp-content/plugins/wordproof-timestamp/vendor/typisttech/imposter/src/ConfigInterface.php'),
(10360, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/typisttech/imposter/src/Filesystem.php', 'wp-content/plugins/wordproof-timestamp/vendor/typisttech/imposter/src/Filesystem.php'),
(10361, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/typisttech/imposter/src/FilesystemInterface.php', 'wp-content/plugins/wordproof-timestamp/vendor/typisttech/imposter/src/FilesystemInterface.php'),
(10362, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/typisttech/imposter/src/Imposter.php', 'wp-content/plugins/wordproof-timestamp/vendor/typisttech/imposter/src/Imposter.php'),
(10363, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/typisttech/imposter/src/ImposterFactory.php', 'wp-content/plugins/wordproof-timestamp/vendor/typisttech/imposter/src/ImposterFactory.php'),
(10364, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/typisttech/imposter/src/ImposterInterface.php', 'wp-content/plugins/wordproof-timestamp/vendor/typisttech/imposter/src/ImposterInterface.php'),
(10365, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/typisttech/imposter/src/ProjectConfig.php', 'wp-content/plugins/wordproof-timestamp/vendor/typisttech/imposter/src/ProjectConfig.php'),
(10366, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/typisttech/imposter/src/ProjectConfigInterface.php', 'wp-content/plugins/wordproof-timestamp/vendor/typisttech/imposter/src/ProjectConfigInterface.php'),
(10367, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/typisttech/imposter/src/StringUtil.php', 'wp-content/plugins/wordproof-timestamp/vendor/typisttech/imposter/src/StringUtil.php'),
(10368, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/typisttech/imposter/src/Transformer.php', 'wp-content/plugins/wordproof-timestamp/vendor/typisttech/imposter/src/Transformer.php'),
(10369, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/typisttech/imposter/src/TransformerInterface.php', 'wp-content/plugins/wordproof-timestamp/vendor/typisttech/imposter/src/TransformerInterface.php'),
(10370, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/typisttech/imposter-plugin/LICENSE', 'wp-content/plugins/wordproof-timestamp/vendor/typisttech/imposter-plugin/LICENSE'),
(10371, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/typisttech/imposter-plugin/README.md', 'wp-content/plugins/wordproof-timestamp/vendor/typisttech/imposter-plugin/README.md'),
(10372, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/typisttech/imposter-plugin/src/AutoloadMerger.php', 'wp-content/plugins/wordproof-timestamp/vendor/typisttech/imposter-plugin/src/AutoloadMerger.php'),
(10373, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/typisttech/imposter-plugin/src/ImposterPlugin.php', 'wp-content/plugins/wordproof-timestamp/vendor/typisttech/imposter-plugin/src/ImposterPlugin.php'),
(10374, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/typisttech/imposter-plugin/src/Transformer.php', 'wp-content/plugins/wordproof-timestamp/vendor/typisttech/imposter-plugin/src/Transformer.php'),
(10375, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/LICENSE', 'wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/LICENSE'),
(10376, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Dotenv.php', 'wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Dotenv.php'),
(10377, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Exception/ExceptionInterface.php', 'wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Exception/ExceptionInterface.php'),
(10378, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Exception/InvalidEncodingException.php', 'wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Exception/InvalidEncodingException.php'),
(10379, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Exception/InvalidFileException.php', 'wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Exception/InvalidFileException.php'),
(10380, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Exception/InvalidPathException.php', 'wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Exception/InvalidPathException.php'),
(10381, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Exception/ValidationException.php', 'wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Exception/ValidationException.php'),
(10382, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Loader/Loader.php', 'wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Loader/Loader.php'),
(10383, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Loader/LoaderInterface.php', 'wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Loader/LoaderInterface.php'),
(10384, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Loader/Resolver.php', 'wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Loader/Resolver.php'),
(10385, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Parser/Entry.php', 'wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Parser/Entry.php'),
(10386, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Parser/EntryParser.php', 'wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Parser/EntryParser.php'),
(10387, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Parser/Lexer.php', 'wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Parser/Lexer.php'),
(10388, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Parser/Lines.php', 'wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Parser/Lines.php'),
(10389, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Parser/Parser.php', 'wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Parser/Parser.php'),
(10390, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Parser/ParserInterface.php', 'wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Parser/ParserInterface.php'),
(10391, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Parser/Value.php', 'wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Parser/Value.php'),
(10392, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Repository/Adapter/AdapterInterface.php', 'wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Repository/Adapter/AdapterInterface.php'),
(10393, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Repository/Adapter/ApacheAdapter.php', 'wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Repository/Adapter/ApacheAdapter.php'),
(10394, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Repository/Adapter/ArrayAdapter.php', 'wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Repository/Adapter/ArrayAdapter.php'),
(10395, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Repository/Adapter/EnvConstAdapter.php', 'wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Repository/Adapter/EnvConstAdapter.php'),
(10396, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Repository/Adapter/GuardedWriter.php', 'wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Repository/Adapter/GuardedWriter.php'),
(10397, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Repository/Adapter/ImmutableWriter.php', 'wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Repository/Adapter/ImmutableWriter.php'),
(10398, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Repository/Adapter/MultiReader.php', 'wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Repository/Adapter/MultiReader.php'),
(10399, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Repository/Adapter/MultiWriter.php', 'wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Repository/Adapter/MultiWriter.php'),
(10400, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Repository/Adapter/PutenvAdapter.php', 'wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Repository/Adapter/PutenvAdapter.php'),
(10401, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Repository/Adapter/ReaderInterface.php', 'wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Repository/Adapter/ReaderInterface.php'),
(10402, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Repository/Adapter/ReplacingWriter.php', 'wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Repository/Adapter/ReplacingWriter.php'),
(10403, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Repository/Adapter/ServerConstAdapter.php', 'wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Repository/Adapter/ServerConstAdapter.php'),
(10404, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Repository/Adapter/WriterInterface.php', 'wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Repository/Adapter/WriterInterface.php'),
(10405, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Repository/AdapterRepository.php', 'wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Repository/AdapterRepository.php'),
(10406, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Repository/RepositoryBuilder.php', 'wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Repository/RepositoryBuilder.php'),
(10407, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Repository/RepositoryInterface.php', 'wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Repository/RepositoryInterface.php'),
(10408, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Store/File/Paths.php', 'wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Store/File/Paths.php'),
(10409, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Store/File/Reader.php', 'wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Store/File/Reader.php'),
(10410, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Store/FileStore.php', 'wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Store/FileStore.php'),
(10411, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Store/StoreBuilder.php', 'wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Store/StoreBuilder.php'),
(10412, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Store/StoreInterface.php', 'wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Store/StoreInterface.php'),
(10413, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Store/StringStore.php', 'wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Store/StringStore.php'),
(10414, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Util/Regex.php', 'wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Util/Regex.php'),
(10415, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Util/Str.php', 'wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Util/Str.php'),
(10416, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Validator.php', 'wp-content/plugins/wordproof-timestamp/vendor/vlucas/phpdotenv/src/Validator.php'),
(10417, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/README.md', 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/README.md'),
(10418, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/action-scheduler.php', 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/action-scheduler.php'),
(10419, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/changelog.txt', 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/changelog.txt'),
(10420, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/ActionScheduler_ActionClaim.php', 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/ActionScheduler_ActionClaim.php'),
(10421, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/ActionScheduler_ActionFactory.php', 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/ActionScheduler_ActionFactory.php'),
(10422, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/ActionScheduler_AdminView.php', 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/ActionScheduler_AdminView.php'),
(10423, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/ActionScheduler_AsyncRequest_QueueRunner.php', 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/ActionScheduler_AsyncRequest_QueueRunner.php'),
(10424, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/ActionScheduler_Compatibility.php', 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/ActionScheduler_Compatibility.php'),
(10425, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/ActionScheduler_DataController.php', 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/ActionScheduler_DataController.php'),
(10426, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/ActionScheduler_DateTime.php', 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/ActionScheduler_DateTime.php'),
(10427, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/ActionScheduler_Exception.php', 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/ActionScheduler_Exception.php'),
(10428, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/ActionScheduler_FatalErrorMonitor.php', 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/ActionScheduler_FatalErrorMonitor.php'),
(10429, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/ActionScheduler_InvalidActionException.php', 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/ActionScheduler_InvalidActionException.php'),
(10430, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/ActionScheduler_ListTable.php', 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/ActionScheduler_ListTable.php'),
(10431, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/ActionScheduler_LogEntry.php', 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/ActionScheduler_LogEntry.php'),
(10432, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/ActionScheduler_NullLogEntry.php', 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/ActionScheduler_NullLogEntry.php');
INSERT INTO `iamc_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(10433, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/ActionScheduler_OptionLock.php', 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/ActionScheduler_OptionLock.php'),
(10434, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/ActionScheduler_QueueCleaner.php', 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/ActionScheduler_QueueCleaner.php'),
(10435, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/ActionScheduler_QueueRunner.php', 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/ActionScheduler_QueueRunner.php'),
(10436, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/ActionScheduler_Versions.php', 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/ActionScheduler_Versions.php'),
(10437, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/ActionScheduler_WPCommentCleaner.php', 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/ActionScheduler_WPCommentCleaner.php'),
(10438, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/ActionScheduler_wcSystemStatus.php', 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/ActionScheduler_wcSystemStatus.php'),
(10439, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/WP_CLI/ActionScheduler_WPCLI_QueueRunner.php', 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/WP_CLI/ActionScheduler_WPCLI_QueueRunner.php'),
(10440, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/WP_CLI/ActionScheduler_WPCLI_Scheduler_command.php', 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/WP_CLI/ActionScheduler_WPCLI_Scheduler_command.php'),
(10441, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/WP_CLI/Migration_Command.php', 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/WP_CLI/Migration_Command.php'),
(10442, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/WP_CLI/ProgressBar.php', 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/WP_CLI/ProgressBar.php'),
(10443, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler.php', 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler.php'),
(10444, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php', 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php'),
(10445, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Abstract_QueueRunner.php', 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Abstract_QueueRunner.php'),
(10446, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Abstract_RecurringSchedule.php', 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Abstract_RecurringSchedule.php'),
(10447, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Abstract_Schedule.php', 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Abstract_Schedule.php'),
(10448, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Abstract_Schema.php', 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Abstract_Schema.php'),
(10449, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Lock.php', 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Lock.php'),
(10450, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Logger.php', 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Logger.php'),
(10451, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Store.php', 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Store.php'),
(10452, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_TimezoneHelper.php', 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_TimezoneHelper.php'),
(10453, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/actions/ActionScheduler_Action.php', 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/actions/ActionScheduler_Action.php'),
(10454, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/actions/ActionScheduler_CanceledAction.php', 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/actions/ActionScheduler_CanceledAction.php'),
(10455, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/actions/ActionScheduler_FinishedAction.php', 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/actions/ActionScheduler_FinishedAction.php'),
(10456, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/actions/ActionScheduler_NullAction.php', 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/actions/ActionScheduler_NullAction.php'),
(10457, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_DBLogger.php', 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_DBLogger.php'),
(10458, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_DBStore.php', 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_DBStore.php'),
(10459, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_HybridStore.php', 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_HybridStore.php'),
(10460, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_wpCommentLogger.php', 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_wpCommentLogger.php'),
(10461, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore.php', 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore.php'),
(10462, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore_PostStatusRegistrar.php', 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore_PostStatusRegistrar.php'),
(10463, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore_PostTypeRegistrar.php', 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore_PostTypeRegistrar.php'),
(10464, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore_TaxonomyRegistrar.php', 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore_TaxonomyRegistrar.php'),
(10465, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/migration/ActionMigrator.php', 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/migration/ActionMigrator.php'),
(10466, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/migration/ActionScheduler_DBStoreMigrator.php', 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/migration/ActionScheduler_DBStoreMigrator.php'),
(10467, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/migration/BatchFetcher.php', 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/migration/BatchFetcher.php'),
(10468, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/migration/Config.php', 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/migration/Config.php'),
(10469, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/migration/Controller.php', 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/migration/Controller.php'),
(10470, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/migration/DryRun_ActionMigrator.php', 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/migration/DryRun_ActionMigrator.php'),
(10471, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/migration/DryRun_LogMigrator.php', 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/migration/DryRun_LogMigrator.php'),
(10472, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/migration/LogMigrator.php', 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/migration/LogMigrator.php'),
(10473, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/migration/Runner.php', 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/migration/Runner.php'),
(10474, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/migration/Scheduler.php', 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/migration/Scheduler.php'),
(10475, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/schedules/ActionScheduler_CanceledSchedule.php', 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/schedules/ActionScheduler_CanceledSchedule.php'),
(10476, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/schedules/ActionScheduler_CronSchedule.php', 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/schedules/ActionScheduler_CronSchedule.php'),
(10477, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/schedules/ActionScheduler_IntervalSchedule.php', 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/schedules/ActionScheduler_IntervalSchedule.php'),
(10478, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/schedules/ActionScheduler_NullSchedule.php', 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/schedules/ActionScheduler_NullSchedule.php'),
(10479, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/schedules/ActionScheduler_Schedule.php', 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/schedules/ActionScheduler_Schedule.php'),
(10480, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/schedules/ActionScheduler_SimpleSchedule.php', 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/schedules/ActionScheduler_SimpleSchedule.php'),
(10481, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/schema/ActionScheduler_LoggerSchema.php', 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/schema/ActionScheduler_LoggerSchema.php'),
(10482, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/schema/ActionScheduler_StoreSchema.php', 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/classes/schema/ActionScheduler_StoreSchema.php'),
(10483, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/deprecated/ActionScheduler_Abstract_QueueRunner_Deprecated.php', 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/deprecated/ActionScheduler_Abstract_QueueRunner_Deprecated.php'),
(10484, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/deprecated/ActionScheduler_AdminView_Deprecated.php', 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/deprecated/ActionScheduler_AdminView_Deprecated.php'),
(10485, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/deprecated/ActionScheduler_Schedule_Deprecated.php', 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/deprecated/ActionScheduler_Schedule_Deprecated.php'),
(10486, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/deprecated/ActionScheduler_Store_Deprecated.php', 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/deprecated/ActionScheduler_Store_Deprecated.php'),
(10487, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/deprecated/functions.php', 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/deprecated/functions.php'),
(10488, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/functions.php', 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/functions.php'),
(10489, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/lib/WP_Async_Request.php', 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/lib/WP_Async_Request.php'),
(10490, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression.php', 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression.php'),
(10491, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_AbstractField.php', 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_AbstractField.php'),
(10492, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_DayOfMonthField.php', 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_DayOfMonthField.php'),
(10493, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_DayOfWeekField.php', 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_DayOfWeekField.php'),
(10494, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_FieldFactory.php', 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_FieldFactory.php'),
(10495, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_FieldInterface.php', 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_FieldInterface.php'),
(10496, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_HoursField.php', 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_HoursField.php'),
(10497, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_MinutesField.php', 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_MinutesField.php'),
(10498, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_MonthField.php', 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_MonthField.php'),
(10499, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_YearField.php', 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/lib/cron-expression/CronExpression_YearField.php'),
(10500, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/lib/cron-expression/LICENSE', 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/lib/cron-expression/LICENSE'),
(10501, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/lib/cron-expression/README.md', 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/lib/cron-expression/README.md'),
(10502, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/license.txt', 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/license.txt'),
(10503, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/readme.txt', 'wp-content/plugins/wordproof-timestamp/vendor/woocommerce/action-scheduler/readme.txt'),
(10504, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/.php-cs-fixer.dist.php', 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/.php-cs-fixer.dist.php'),
(10505, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/LICENSE', 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/LICENSE'),
(10506, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/README.md', 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/README.md'),
(10507, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Config/AppConfigInterface.php', 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Config/AppConfigInterface.php'),
(10508, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Config/Config.php', 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Config/Config.php'),
(10509, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Config/DefaultAppConfig.php', 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Config/DefaultAppConfig.php'),
(10510, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Config/EnvironmentConfig.php', 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Config/EnvironmentConfig.php'),
(10511, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Config/OptionsConfig.php', 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Config/OptionsConfig.php'),
(10512, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Config/RoutesConfig.php', 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Config/RoutesConfig.php'),
(10513, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Config/ScriptsConfig.php', 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Config/ScriptsConfig.php'),
(10514, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Controllers/AuthenticationController.php', 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Controllers/AuthenticationController.php'),
(10515, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Controllers/CertificateController.php', 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Controllers/CertificateController.php'),
(10516, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Controllers/NoticeController.php', 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Controllers/NoticeController.php'),
(10517, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Controllers/PostEditorDataController.php', 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Controllers/PostEditorDataController.php'),
(10518, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Controllers/PostEditorTimestampController.php', 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Controllers/PostEditorTimestampController.php'),
(10519, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Controllers/RestApiController.php', 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Controllers/RestApiController.php'),
(10520, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Controllers/SettingsController.php', 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Controllers/SettingsController.php'),
(10521, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Controllers/TimestampController.php', 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Controllers/TimestampController.php'),
(10522, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/DataTransferObjects/TimestampData.php', 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/DataTransferObjects/TimestampData.php'),
(10523, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Exceptions/ValidationException.php', 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Exceptions/ValidationException.php'),
(10524, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Helpers/AdminHelper.php', 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Helpers/AdminHelper.php'),
(10525, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Helpers/AppConfigHelper.php', 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Helpers/AppConfigHelper.php'),
(10526, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Helpers/AssetHelper.php', 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Helpers/AssetHelper.php'),
(10527, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Helpers/AuthenticationHelper.php', 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Helpers/AuthenticationHelper.php'),
(10528, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Helpers/CertificateHelper.php', 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Helpers/CertificateHelper.php'),
(10529, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Helpers/ClassicNoticeHelper.php', 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Helpers/ClassicNoticeHelper.php'),
(10530, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Helpers/EnvironmentHelper.php', 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Helpers/EnvironmentHelper.php'),
(10531, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Helpers/EscapeHelper.php', 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Helpers/EscapeHelper.php'),
(10532, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Helpers/OptionsHelper.php', 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Helpers/OptionsHelper.php'),
(10533, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Helpers/PostEditorHelper.php', 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Helpers/PostEditorHelper.php'),
(10534, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Helpers/PostMetaHelper.php', 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Helpers/PostMetaHelper.php'),
(10535, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Helpers/PostTypeHelper.php', 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Helpers/PostTypeHelper.php'),
(10536, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Helpers/RedirectHelper.php', 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Helpers/RedirectHelper.php'),
(10537, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Helpers/ReflectionHelper.php', 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Helpers/ReflectionHelper.php'),
(10538, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Helpers/RestApiHelper.php', 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Helpers/RestApiHelper.php'),
(10539, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Helpers/SanitizeHelper.php', 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Helpers/SanitizeHelper.php'),
(10540, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Helpers/SchemaHelper.php', 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Helpers/SchemaHelper.php'),
(10541, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Helpers/SettingsHelper.php', 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Helpers/SettingsHelper.php'),
(10542, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Helpers/StringHelper.php', 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Helpers/StringHelper.php'),
(10543, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Helpers/TimestampHelper.php', 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Helpers/TimestampHelper.php'),
(10544, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Helpers/TransientHelper.php', 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Helpers/TransientHelper.php'),
(10545, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Support/Api.php', 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Support/Api.php'),
(10546, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Support/Authentication.php', 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Support/Authentication.php'),
(10547, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Support/Loader.php', 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Support/Loader.php'),
(10548, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Support/Settings.php', 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Support/Settings.php'),
(10549, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Support/Template.php', 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Support/Template.php'),
(10550, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Support/Timestamp.php', 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Support/Timestamp.php'),
(10551, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Translations/DefaultTranslations.php', 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Translations/DefaultTranslations.php'),
(10552, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Translations/TranslationsInterface.php', 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/Translations/TranslationsInterface.php'),
(10553, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/WordPressSDK.php', 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/app/WordPressSDK.php'),
(10554, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/build/data.js', 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/build/data.js'),
(10555, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/build/wordproof-block-editor.js', 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/build/wordproof-block-editor.js'),
(10556, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/build/wordproof-classic-editor.js', 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/build/wordproof-classic-editor.js'),
(10557, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/build/wordproof-elementor-editor.js', 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/build/wordproof-elementor-editor.js'),
(10558, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/components/ActionLink.js', 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/components/ActionLink.js'),
(10559, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/components/AuthenticationModals.js', 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/components/AuthenticationModals.js'),
(10560, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/components/EditorPanel.js', 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/components/EditorPanel.js'),
(10561, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/components/modals/Modal.js', 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/components/modals/Modal.js'),
(10562, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/components/modals/OauthDeniedContent.js', 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/components/modals/OauthDeniedContent.js'),
(10563, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/components/modals/OauthFailedContent.js', 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/components/modals/OauthFailedContent.js'),
(10564, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/components/modals/OauthSuccessContent.js', 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/components/modals/OauthSuccessContent.js'),
(10565, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/components/modals/WebhookFailedContent.js', 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/components/modals/WebhookFailedContent.js'),
(10566, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/data.js', 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/data.js'),
(10567, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/helpers/api.js', 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/helpers/api.js'),
(10568, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/helpers/data.js', 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/helpers/data.js'),
(10569, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/helpers/editors/blockEditor.js', 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/helpers/editors/blockEditor.js'),
(10570, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/helpers/editors/editor.js', 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/helpers/editors/editor.js'),
(10571, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/helpers/editors/elementorEditor.js', 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/helpers/editors/elementorEditor.js'),
(10572, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/helpers/elementorHook.js', 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/helpers/elementorHook.js'),
(10573, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/helpers/endpoints.js', 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/helpers/endpoints.js'),
(10574, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/helpers/event.js', 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/helpers/event.js'),
(10575, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/helpers/popup.js', 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/helpers/popup.js'),
(10576, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/helpers/string.js', 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/helpers/string.js'),
(10577, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/helpers/wait.js', 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/helpers/wait.js'),
(10578, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/initializers/authentication.js', 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/initializers/authentication.js'),
(10579, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/initializers/blockEditor.js', 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/initializers/blockEditor.js'),
(10580, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/initializers/classicEditor.js', 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/initializers/classicEditor.js'),
(10581, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/initializers/elementorEditor.js', 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/initializers/elementorEditor.js'),
(10582, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/initializers/timestamper.js', 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/initializers/timestamper.js'),
(10583, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/wordproof-block-editor.js', 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/wordproof-block-editor.js'),
(10584, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/wordproof-classic-editor.js', 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/wordproof-classic-editor.js'),
(10585, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/wordproof-elementor-editor.js', 'wp-content/plugins/wordproof-timestamp/vendor/wordproof/wordpress-sdk/resources/js/wordproof-elementor-editor.js'),
(10586, '/home/www/iamctv.com/wp-content/plugins/wordproof-timestamp/wordproof-timestamp.php', 'wp-content/plugins/wordproof-timestamp/wordproof-timestamp.php'),
(10587, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/LICENSE', 'wp-content/plugins/wp-piwik/LICENSE'),
(10588, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/README.md', 'wp-content/plugins/wp-piwik/README.md'),
(10589, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/bitcoin.png', 'wp-content/plugins/wp-piwik/bitcoin.png'),
(10590, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/classes/.htaccess', 'wp-content/plugins/wp-piwik/classes/.htaccess'),
(10591, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/classes/WP_Piwik/Admin/Network.php', 'wp-content/plugins/wp-piwik/classes/WP_Piwik/Admin/Network.php'),
(10592, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/classes/WP_Piwik/Admin/Settings.php', 'wp-content/plugins/wp-piwik/classes/WP_Piwik/Admin/Settings.php'),
(10593, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/classes/WP_Piwik/Admin/Sitebrowser.php', 'wp-content/plugins/wp-piwik/classes/WP_Piwik/Admin/Sitebrowser.php'),
(10594, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/classes/WP_Piwik/Admin/Statistics.php', 'wp-content/plugins/wp-piwik/classes/WP_Piwik/Admin/Statistics.php'),
(10595, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/classes/WP_Piwik/Admin.php', 'wp-content/plugins/wp-piwik/classes/WP_Piwik/Admin.php'),
(10596, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/classes/WP_Piwik/Logger/Dummy.php', 'wp-content/plugins/wp-piwik/classes/WP_Piwik/Logger/Dummy.php'),
(10597, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/classes/WP_Piwik/Logger/File.php', 'wp-content/plugins/wp-piwik/classes/WP_Piwik/Logger/File.php'),
(10598, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/classes/WP_Piwik/Logger/Screen.php', 'wp-content/plugins/wp-piwik/classes/WP_Piwik/Logger/Screen.php'),
(10599, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/classes/WP_Piwik/Logger.php', 'wp-content/plugins/wp-piwik/classes/WP_Piwik/Logger.php'),
(10600, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/classes/WP_Piwik/Request/Php.php', 'wp-content/plugins/wp-piwik/classes/WP_Piwik/Request/Php.php'),
(10601, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/classes/WP_Piwik/Request/Rest.php', 'wp-content/plugins/wp-piwik/classes/WP_Piwik/Request/Rest.php'),
(10602, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/classes/WP_Piwik/Request.php', 'wp-content/plugins/wp-piwik/classes/WP_Piwik/Request.php'),
(10603, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/classes/WP_Piwik/Settings.php', 'wp-content/plugins/wp-piwik/classes/WP_Piwik/Settings.php'),
(10604, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/classes/WP_Piwik/Shortcode.php', 'wp-content/plugins/wp-piwik/classes/WP_Piwik/Shortcode.php'),
(10605, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/classes/WP_Piwik/Template/MetaBoxCustomVars.php', 'wp-content/plugins/wp-piwik/classes/WP_Piwik/Template/MetaBoxCustomVars.php'),
(10606, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/classes/WP_Piwik/Template.php', 'wp-content/plugins/wp-piwik/classes/WP_Piwik/Template.php'),
(10607, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/classes/WP_Piwik/TrackingCode.php', 'wp-content/plugins/wp-piwik/classes/WP_Piwik/TrackingCode.php'),
(10608, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget/BrowserDetails.php', 'wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget/BrowserDetails.php'),
(10609, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget/Browsers.php', 'wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget/Browsers.php'),
(10610, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget/Chart.php', 'wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget/Chart.php'),
(10611, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget/City.php', 'wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget/City.php'),
(10612, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget/Country.php', 'wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget/Country.php'),
(10613, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget/Ecommerce.php', 'wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget/Ecommerce.php'),
(10614, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget/Items.php', 'wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget/Items.php'),
(10615, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget/ItemsCategory.php', 'wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget/ItemsCategory.php'),
(10616, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget/Keywords.php', 'wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget/Keywords.php'),
(10617, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget/Models.php', 'wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget/Models.php'),
(10618, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget/Noresult.php', 'wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget/Noresult.php'),
(10619, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget/OptOut.php', 'wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget/OptOut.php'),
(10620, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget/Overview.php', 'wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget/Overview.php'),
(10621, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget/Pages.php', 'wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget/Pages.php'),
(10622, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget/Plugins.php', 'wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget/Plugins.php'),
(10623, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget/Post.php', 'wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget/Post.php'),
(10624, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget/Referrers.php', 'wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget/Referrers.php'),
(10625, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget/Screens.php', 'wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget/Screens.php'),
(10626, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget/Search.php', 'wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget/Search.php'),
(10627, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget/Seo.php', 'wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget/Seo.php'),
(10628, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget/SystemDetails.php', 'wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget/SystemDetails.php'),
(10629, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget/Systems.php', 'wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget/Systems.php'),
(10630, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget/Types.php', 'wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget/Types.php'),
(10631, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget/Visitors.php', 'wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget/Visitors.php'),
(10632, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget.php', 'wp-content/plugins/wp-piwik/classes/WP_Piwik/Widget.php'),
(10633, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/classes/WP_Piwik.php', 'wp-content/plugins/wp-piwik/classes/WP_Piwik.php'),
(10634, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/config.php', 'wp-content/plugins/wp-piwik/config.php'),
(10635, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/css/index.php', 'wp-content/plugins/wp-piwik/css/index.php'),
(10636, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/css/wp-piwik.css', 'wp-content/plugins/wp-piwik/css/wp-piwik.css'),
(10637, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/gpl-3.0.html', 'wp-content/plugins/wp-piwik/gpl-3.0.html'),
(10638, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/index.php', 'wp-content/plugins/wp-piwik/index.php'),
(10639, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/js/chartjs/LICENSE.md', 'wp-content/plugins/wp-piwik/js/chartjs/LICENSE.md'),
(10640, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/js/chartjs/README.md', 'wp-content/plugins/wp-piwik/js/chartjs/README.md'),
(10641, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/js/chartjs/chart.min.js', 'wp-content/plugins/wp-piwik/js/chartjs/chart.min.js'),
(10642, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/js/index.php', 'wp-content/plugins/wp-piwik/js/index.php'),
(10643, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/js/wp-piwik.js', 'wp-content/plugins/wp-piwik/js/wp-piwik.js'),
(10644, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/.htaccess', 'wp-content/plugins/wp-piwik/languages/.htaccess'),
(10645, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/.tx/config', 'wp-content/plugins/wp-piwik/languages/.tx/config'),
(10646, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/update.sh', 'wp-content/plugins/wp-piwik/languages/update.sh'),
(10647, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-az_AZ.mo', 'wp-content/plugins/wp-piwik/languages/wp-piwik-az_AZ.mo'),
(10648, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-az_AZ.po', 'wp-content/plugins/wp-piwik/languages/wp-piwik-az_AZ.po'),
(10649, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-be_BY.mo', 'wp-content/plugins/wp-piwik/languages/wp-piwik-be_BY.mo'),
(10650, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-be_BY.po', 'wp-content/plugins/wp-piwik/languages/wp-piwik-be_BY.po'),
(10651, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-cs_CZ.mo', 'wp-content/plugins/wp-piwik/languages/wp-piwik-cs_CZ.mo'),
(10652, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-cs_CZ.po', 'wp-content/plugins/wp-piwik/languages/wp-piwik-cs_CZ.po'),
(10653, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-de_CH.mo', 'wp-content/plugins/wp-piwik/languages/wp-piwik-de_CH.mo'),
(10654, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-de_CH.po', 'wp-content/plugins/wp-piwik/languages/wp-piwik-de_CH.po'),
(10655, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-de_DE.mo', 'wp-content/plugins/wp-piwik/languages/wp-piwik-de_DE.mo');
INSERT INTO `iamc_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(10656, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-de_DE.po', 'wp-content/plugins/wp-piwik/languages/wp-piwik-de_DE.po'),
(10657, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-el.mo', 'wp-content/plugins/wp-piwik/languages/wp-piwik-el.mo'),
(10658, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-el.po', 'wp-content/plugins/wp-piwik/languages/wp-piwik-el.po'),
(10659, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-el_GR.mo', 'wp-content/plugins/wp-piwik/languages/wp-piwik-el_GR.mo'),
(10660, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-el_GR.po', 'wp-content/plugins/wp-piwik/languages/wp-piwik-el_GR.po'),
(10661, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-es_ES.mo', 'wp-content/plugins/wp-piwik/languages/wp-piwik-es_ES.mo'),
(10662, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-es_ES.po', 'wp-content/plugins/wp-piwik/languages/wp-piwik-es_ES.po'),
(10663, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-fa_IR.mo', 'wp-content/plugins/wp-piwik/languages/wp-piwik-fa_IR.mo'),
(10664, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-fa_IR.po', 'wp-content/plugins/wp-piwik/languages/wp-piwik-fa_IR.po'),
(10665, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-fr_FR.mo', 'wp-content/plugins/wp-piwik/languages/wp-piwik-fr_FR.mo'),
(10666, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-fr_FR.po', 'wp-content/plugins/wp-piwik/languages/wp-piwik-fr_FR.po'),
(10667, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-hi.mo', 'wp-content/plugins/wp-piwik/languages/wp-piwik-hi.mo'),
(10668, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-hi.po', 'wp-content/plugins/wp-piwik/languages/wp-piwik-hi.po'),
(10669, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-hu_HU.mo', 'wp-content/plugins/wp-piwik/languages/wp-piwik-hu_HU.mo'),
(10670, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-hu_HU.po', 'wp-content/plugins/wp-piwik/languages/wp-piwik-hu_HU.po'),
(10671, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-id.mo', 'wp-content/plugins/wp-piwik/languages/wp-piwik-id.mo'),
(10672, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-id.po', 'wp-content/plugins/wp-piwik/languages/wp-piwik-id.po'),
(10673, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-it_IT.mo', 'wp-content/plugins/wp-piwik/languages/wp-piwik-it_IT.mo'),
(10674, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-it_IT.po', 'wp-content/plugins/wp-piwik/languages/wp-piwik-it_IT.po'),
(10675, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-lb.mo', 'wp-content/plugins/wp-piwik/languages/wp-piwik-lb.mo'),
(10676, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-lb.po', 'wp-content/plugins/wp-piwik/languages/wp-piwik-lb.po'),
(10677, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-lt_LT.mo', 'wp-content/plugins/wp-piwik/languages/wp-piwik-lt_LT.mo'),
(10678, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-lt_LT.po', 'wp-content/plugins/wp-piwik/languages/wp-piwik-lt_LT.po'),
(10679, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-nb_NO.mo', 'wp-content/plugins/wp-piwik/languages/wp-piwik-nb_NO.mo'),
(10680, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-nb_NO.po', 'wp-content/plugins/wp-piwik/languages/wp-piwik-nb_NO.po'),
(10681, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-nl_NL.mo', 'wp-content/plugins/wp-piwik/languages/wp-piwik-nl_NL.mo'),
(10682, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-nl_NL.po', 'wp-content/plugins/wp-piwik/languages/wp-piwik-nl_NL.po'),
(10683, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-pl_PL.mo', 'wp-content/plugins/wp-piwik/languages/wp-piwik-pl_PL.mo'),
(10684, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-pl_PL.po', 'wp-content/plugins/wp-piwik/languages/wp-piwik-pl_PL.po'),
(10685, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-pt_BR.mo', 'wp-content/plugins/wp-piwik/languages/wp-piwik-pt_BR.mo'),
(10686, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-pt_BR.po', 'wp-content/plugins/wp-piwik/languages/wp-piwik-pt_BR.po'),
(10687, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-ro_RO.mo', 'wp-content/plugins/wp-piwik/languages/wp-piwik-ro_RO.mo'),
(10688, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-ro_RO.po', 'wp-content/plugins/wp-piwik/languages/wp-piwik-ro_RO.po'),
(10689, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-ru_RU.mo', 'wp-content/plugins/wp-piwik/languages/wp-piwik-ru_RU.mo'),
(10690, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-ru_RU.po', 'wp-content/plugins/wp-piwik/languages/wp-piwik-ru_RU.po'),
(10691, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-sl_SI.mo', 'wp-content/plugins/wp-piwik/languages/wp-piwik-sl_SI.mo'),
(10692, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-sl_SI.po', 'wp-content/plugins/wp-piwik/languages/wp-piwik-sl_SI.po'),
(10693, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-sq.mo', 'wp-content/plugins/wp-piwik/languages/wp-piwik-sq.mo'),
(10694, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-sq.po', 'wp-content/plugins/wp-piwik/languages/wp-piwik-sq.po'),
(10695, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-sv_SE.mo', 'wp-content/plugins/wp-piwik/languages/wp-piwik-sv_SE.mo'),
(10696, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-sv_SE.po', 'wp-content/plugins/wp-piwik/languages/wp-piwik-sv_SE.po'),
(10697, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-tr_TR.mo', 'wp-content/plugins/wp-piwik/languages/wp-piwik-tr_TR.mo'),
(10698, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-tr_TR.po', 'wp-content/plugins/wp-piwik/languages/wp-piwik-tr_TR.po'),
(10699, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-ua_UA.mo', 'wp-content/plugins/wp-piwik/languages/wp-piwik-ua_UA.mo'),
(10700, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-ua_UA.po', 'wp-content/plugins/wp-piwik/languages/wp-piwik-ua_UA.po'),
(10701, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-uk_UA.mo', 'wp-content/plugins/wp-piwik/languages/wp-piwik-uk_UA.mo'),
(10702, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-uk_UA.po', 'wp-content/plugins/wp-piwik/languages/wp-piwik-uk_UA.po'),
(10703, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-zh_CN.mo', 'wp-content/plugins/wp-piwik/languages/wp-piwik-zh_CN.mo'),
(10704, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik-zh_CN.po', 'wp-content/plugins/wp-piwik/languages/wp-piwik-zh_CN.po'),
(10705, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/languages/wp-piwik.pot', 'wp-content/plugins/wp-piwik/languages/wp-piwik.pot'),
(10706, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/logs/.htaccess', 'wp-content/plugins/wp-piwik/logs/.htaccess'),
(10707, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/proxy/config.php', 'wp-content/plugins/wp-piwik/proxy/config.php'),
(10708, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/proxy/index.php', 'wp-content/plugins/wp-piwik/proxy/index.php'),
(10709, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/proxy/matomo.php', 'wp-content/plugins/wp-piwik/proxy/matomo.php'),
(10710, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/proxy/piwik.php', 'wp-content/plugins/wp-piwik/proxy/piwik.php'),
(10711, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/proxy/proxy.php', 'wp-content/plugins/wp-piwik/proxy/proxy.php'),
(10712, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/readme.txt', 'wp-content/plugins/wp-piwik/readme.txt'),
(10713, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/screenshot-1.gif', 'wp-content/plugins/wp-piwik/screenshot-1.gif'),
(10714, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/screenshot-2.gif', 'wp-content/plugins/wp-piwik/screenshot-2.gif'),
(10715, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/screenshot-3.gif', 'wp-content/plugins/wp-piwik/screenshot-3.gif'),
(10716, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/screenshot-4.gif', 'wp-content/plugins/wp-piwik/screenshot-4.gif'),
(10717, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/screenshot-5.gif', 'wp-content/plugins/wp-piwik/screenshot-5.gif'),
(10718, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/uninstall.php', 'wp-content/plugins/wp-piwik/uninstall.php'),
(10719, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/update/.htaccess', 'wp-content/plugins/wp-piwik/update/.htaccess'),
(10720, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/update/2015051101.php', 'wp-content/plugins/wp-piwik/update/2015051101.php'),
(10721, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/update/2017080701.php', 'wp-content/plugins/wp-piwik/update/2017080701.php'),
(10722, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/update/2021070701.php', 'wp-content/plugins/wp-piwik/update/2021070701.php'),
(10723, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/update/90001.php', 'wp-content/plugins/wp-piwik/update/90001.php'),
(10724, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/update/90801.php', 'wp-content/plugins/wp-piwik/update/90801.php'),
(10725, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/update/91006.php', 'wp-content/plugins/wp-piwik/update/91006.php'),
(10726, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/wp-piwik.php', 'wp-content/plugins/wp-piwik/wp-piwik.php'),
(10727, '/home/www/iamctv.com/wp-content/plugins/wp-piwik/wpml-config.xml', 'wp-content/plugins/wp-piwik/wpml-config.xml'),
(10728, '/home/www/iamctv.com/wp-content/plugins/wp-post-author/LICENSE', 'wp-content/plugins/wp-post-author/LICENSE'),
(10729, '/home/www/iamctv.com/wp-content/plugins/wp-post-author/aft-wp-post-author.php', 'wp-content/plugins/wp-post-author/aft-wp-post-author.php'),
(10730, '/home/www/iamctv.com/wp-content/plugins/wp-post-author/assets/css/awpa-backend-style.css', 'wp-content/plugins/wp-post-author/assets/css/awpa-backend-style.css'),
(10731, '/home/www/iamctv.com/wp-content/plugins/wp-post-author/assets/css/awpa-frontend-style.css', 'wp-content/plugins/wp-post-author/assets/css/awpa-frontend-style.css'),
(10732, '/home/www/iamctv.com/wp-content/plugins/wp-post-author/assets/css/fonts/icomoon.eot', 'wp-content/plugins/wp-post-author/assets/css/fonts/icomoon.eot'),
(10733, '/home/www/iamctv.com/wp-content/plugins/wp-post-author/assets/css/fonts/icomoon.svg', 'wp-content/plugins/wp-post-author/assets/css/fonts/icomoon.svg'),
(10734, '/home/www/iamctv.com/wp-content/plugins/wp-post-author/assets/css/fonts/icomoon.ttf', 'wp-content/plugins/wp-post-author/assets/css/fonts/icomoon.ttf'),
(10735, '/home/www/iamctv.com/wp-content/plugins/wp-post-author/assets/css/fonts/icomoon.woff', 'wp-content/plugins/wp-post-author/assets/css/fonts/icomoon.woff'),
(10736, '/home/www/iamctv.com/wp-content/plugins/wp-post-author/assets/img/afthemes.jpg', 'wp-content/plugins/wp-post-author/assets/img/afthemes.jpg'),
(10737, '/home/www/iamctv.com/wp-content/plugins/wp-post-author/assets/img/blockspare.jpg', 'wp-content/plugins/wp-post-author/assets/img/blockspare.jpg'),
(10738, '/home/www/iamctv.com/wp-content/plugins/wp-post-author/assets/js/awpa-backend-scripts.js', 'wp-content/plugins/wp-post-author/assets/js/awpa-backend-scripts.js'),
(10739, '/home/www/iamctv.com/wp-content/plugins/wp-post-author/assets/js/awpa-frontend-scripts.js', 'wp-content/plugins/wp-post-author/assets/js/awpa-frontend-scripts.js'),
(10740, '/home/www/iamctv.com/wp-content/plugins/wp-post-author/includes/awpa-backend.php', 'wp-content/plugins/wp-post-author/includes/awpa-backend.php'),
(10741, '/home/www/iamctv.com/wp-content/plugins/wp-post-author/includes/awpa-frontend.php', 'wp-content/plugins/wp-post-author/includes/awpa-frontend.php'),
(10742, '/home/www/iamctv.com/wp-content/plugins/wp-post-author/includes/awpa-functions.php', 'wp-content/plugins/wp-post-author/includes/awpa-functions.php'),
(10743, '/home/www/iamctv.com/wp-content/plugins/wp-post-author/includes/awpa-shortcodes.php', 'wp-content/plugins/wp-post-author/includes/awpa-shortcodes.php'),
(10744, '/home/www/iamctv.com/wp-content/plugins/wp-post-author/includes/awpa-user-fields.php', 'wp-content/plugins/wp-post-author/includes/awpa-user-fields.php'),
(10745, '/home/www/iamctv.com/wp-content/plugins/wp-post-author/includes/awpa-widget-base.php', 'wp-content/plugins/wp-post-author/includes/awpa-widget-base.php'),
(10746, '/home/www/iamctv.com/wp-content/plugins/wp-post-author/includes/awpa-widget-custom.php', 'wp-content/plugins/wp-post-author/includes/awpa-widget-custom.php'),
(10747, '/home/www/iamctv.com/wp-content/plugins/wp-post-author/includes/awpa-widget-specific.php', 'wp-content/plugins/wp-post-author/includes/awpa-widget-specific.php'),
(10748, '/home/www/iamctv.com/wp-content/plugins/wp-post-author/includes/awpa-widget.php', 'wp-content/plugins/wp-post-author/includes/awpa-widget.php'),
(10749, '/home/www/iamctv.com/wp-content/plugins/wp-post-author/includes/core.php', 'wp-content/plugins/wp-post-author/includes/core.php'),
(10750, '/home/www/iamctv.com/wp-content/plugins/wp-post-author/readme.txt', 'wp-content/plugins/wp-post-author/readme.txt'),
(10751, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/CHANGELOG.md', 'wp-content/plugins/wp-rss-aggregator/CHANGELOG.md'),
(10752, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/css/admin-3.8.css', 'wp-content/plugins/wp-rss-aggregator/css/admin-3.8.css'),
(10753, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/css/admin-editor.css', 'wp-content/plugins/wp-rss-aggregator/css/admin-editor.css'),
(10754, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/css/admin-general-styles.css', 'wp-content/plugins/wp-rss-aggregator/css/admin-general-styles.css'),
(10755, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/css/admin-notifications.css', 'wp-content/plugins/wp-rss-aggregator/css/admin-notifications.css'),
(10756, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/css/admin-styles.css', 'wp-content/plugins/wp-rss-aggregator/css/admin-styles.css'),
(10757, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/css/admin-tracking-styles.css', 'wp-content/plugins/wp-rss-aggregator/css/admin-tracking-styles.css'),
(10758, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/css/beacon.css', 'wp-content/plugins/wp-rss-aggregator/css/beacon.css'),
(10759, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/css/build/common.min.css', 'wp-content/plugins/wp-rss-aggregator/css/build/common.min.css'),
(10760, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/css/build/gutenberg-block.min.css', 'wp-content/plugins/wp-rss-aggregator/css/build/gutenberg-block.min.css'),
(10761, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/css/build/intro.min.css', 'wp-content/plugins/wp-rss-aggregator/css/build/intro.min.css'),
(10762, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/css/build/pagination.min.css', 'wp-content/plugins/wp-rss-aggregator/css/build/pagination.min.css'),
(10763, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/css/build/plugins.min.css', 'wp-content/plugins/wp-rss-aggregator/css/build/plugins.min.css'),
(10764, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/css/build/templates.min.css', 'wp-content/plugins/wp-rss-aggregator/css/build/templates.min.css'),
(10765, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/css/build/update.min.css', 'wp-content/plugins/wp-rss-aggregator/css/build/update.min.css'),
(10766, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/css/colorbox.css', 'wp-content/plugins/wp-rss-aggregator/css/colorbox.css'),
(10767, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/css/font-awesome.min.css', 'wp-content/plugins/wp-rss-aggregator/css/font-awesome.min.css'),
(10768, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/css/jquery-ui-smoothness.css', 'wp-content/plugins/wp-rss-aggregator/css/jquery-ui-smoothness.css'),
(10769, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/css/legacy-styles.css', 'wp-content/plugins/wp-rss-aggregator/css/legacy-styles.css'),
(10770, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/css/templates/list/styles.css', 'wp-content/plugins/wp-rss-aggregator/css/templates/list/styles.css'),
(10771, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/fonts/FontAwesome.otf', 'wp-content/plugins/wp-rss-aggregator/fonts/FontAwesome.otf'),
(10772, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/fonts/fontawesome-webfont.eot', 'wp-content/plugins/wp-rss-aggregator/fonts/fontawesome-webfont.eot'),
(10773, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/fonts/fontawesome-webfont.svg', 'wp-content/plugins/wp-rss-aggregator/fonts/fontawesome-webfont.svg'),
(10774, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/fonts/fontawesome-webfont.ttf', 'wp-content/plugins/wp-rss-aggregator/fonts/fontawesome-webfont.ttf'),
(10775, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/fonts/fontawesome-webfont.woff', 'wp-content/plugins/wp-rss-aggregator/fonts/fontawesome-webfont.woff'),
(10776, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/images/colorbox/border.png', 'wp-content/plugins/wp-rss-aggregator/images/colorbox/border.png'),
(10777, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/images/colorbox/controls.png', 'wp-content/plugins/wp-rss-aggregator/images/colorbox/controls.png'),
(10778, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/images/colorbox/ie6/borderBottomCenter.png', 'wp-content/plugins/wp-rss-aggregator/images/colorbox/ie6/borderBottomCenter.png'),
(10779, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/images/colorbox/ie6/borderBottomLeft.png', 'wp-content/plugins/wp-rss-aggregator/images/colorbox/ie6/borderBottomLeft.png'),
(10780, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/images/colorbox/ie6/borderBottomRight.png', 'wp-content/plugins/wp-rss-aggregator/images/colorbox/ie6/borderBottomRight.png'),
(10781, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/images/colorbox/ie6/borderMiddleLeft.png', 'wp-content/plugins/wp-rss-aggregator/images/colorbox/ie6/borderMiddleLeft.png'),
(10782, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/images/colorbox/ie6/borderMiddleRight.png', 'wp-content/plugins/wp-rss-aggregator/images/colorbox/ie6/borderMiddleRight.png'),
(10783, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/images/colorbox/ie6/borderTopCenter.png', 'wp-content/plugins/wp-rss-aggregator/images/colorbox/ie6/borderTopCenter.png'),
(10784, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/images/colorbox/ie6/borderTopLeft.png', 'wp-content/plugins/wp-rss-aggregator/images/colorbox/ie6/borderTopLeft.png'),
(10785, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/images/colorbox/ie6/borderTopRight.png', 'wp-content/plugins/wp-rss-aggregator/images/colorbox/ie6/borderTopRight.png'),
(10786, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/images/colorbox/loading.gif', 'wp-content/plugins/wp-rss-aggregator/images/colorbox/loading.gif'),
(10787, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/images/colorbox/loading_background.png', 'wp-content/plugins/wp-rss-aggregator/images/colorbox/loading_background.png'),
(10788, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/images/colorbox/overlay.png', 'wp-content/plugins/wp-rss-aggregator/images/colorbox/overlay.png'),
(10789, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/images/facebook.png', 'wp-content/plugins/wp-rss-aggregator/images/facebook.png'),
(10790, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/images/icon-adminmenu16-sprite.png', 'wp-content/plugins/wp-rss-aggregator/images/icon-adminmenu16-sprite.png'),
(10791, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/images/icon-adminpage32.png', 'wp-content/plugins/wp-rss-aggregator/images/icon-adminpage32.png'),
(10792, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/images/light-line-logo.png', 'wp-content/plugins/wp-rss-aggregator/images/light-line-logo.png'),
(10793, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/images/twitter.png', 'wp-content/plugins/wp-rss-aggregator/images/twitter.png'),
(10794, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/images/welcome-page/demo.jpg', 'wp-content/plugins/wp-rss-aggregator/images/welcome-page/demo.jpg'),
(10795, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/images/wpra-icon-32.png', 'wp-content/plugins/wp-rss-aggregator/images/wpra-icon-32.png'),
(10796, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/images/wpra-icon-small.png', 'wp-content/plugins/wp-rss-aggregator/images/wpra-icon-small.png'),
(10797, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/images/wpra-icon-transparent.png', 'wp-content/plugins/wp-rss-aggregator/images/wpra-icon-transparent.png'),
(10798, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Block/AbstractBlock.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Block/AbstractBlock.php'),
(10799, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Block/BlockInterface.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Block/BlockInterface.php'),
(10800, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Block/CallbackBlock.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Block/CallbackBlock.php'),
(10801, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Block/Html/AbstractHtml.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Block/Html/AbstractHtml.php'),
(10802, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Block/Html/AbstractRegularTag.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Block/Html/AbstractRegularTag.php'),
(10803, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Block/Html/AbstractSelfClosingTag.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Block/Html/AbstractSelfClosingTag.php'),
(10804, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Block/Html/AbstractTag.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Block/Html/AbstractTag.php'),
(10805, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Block/Html/Anchor.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Block/Html/Anchor.php'),
(10806, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Block/Html/Span.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Block/Html/Span.php'),
(10807, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Block/Html/TagInterface.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Block/Html/TagInterface.php'),
(10808, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Caching/ImageCache/Image.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Caching/ImageCache/Image.php'),
(10809, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Caching/ImageCache.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Caching/ImageCache.php'),
(10810, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Component/AdminAjaxNotices.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Component/AdminAjaxNotices.php'),
(10811, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Component/AdminHelper.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Component/AdminHelper.php'),
(10812, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Component/BulkSourceImport.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Component/BulkSourceImport.php'),
(10813, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Component/LeaveReviewNotification.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Component/LeaveReviewNotification.php'),
(10814, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Component/Logger.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Component/Logger.php'),
(10815, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/ComponentFactory.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/ComponentFactory.php'),
(10816, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/CompositeContainer.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/CompositeContainer.php'),
(10817, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Container.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Container.php'),
(10818, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/DataObject.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/DataObject.php'),
(10819, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/DataObjectInterface.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/DataObjectInterface.php'),
(10820, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/EventManager.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/EventManager.php'),
(10821, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Exception.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Exception.php'),
(10822, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Factory.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Factory.php'),
(10823, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Http/Message/AbstractResponse.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Http/Message/AbstractResponse.php'),
(10824, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Http/Message/Ajax/AbstractResponse.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Http/Message/Ajax/AbstractResponse.php'),
(10825, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Http/Message/Ajax/AjaxInterface.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Http/Message/Ajax/AjaxInterface.php'),
(10826, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Http/Message/Ajax/Response.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Http/Message/Ajax/Response.php'),
(10827, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Http/Message/MessageInterface.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Http/Message/MessageInterface.php'),
(10828, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Http/Message/ResponseInterface.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Http/Message/ResponseInterface.php'),
(10829, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Licensing/AjaxController.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Licensing/AjaxController.php'),
(10830, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Licensing/Api/Exception.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Licensing/Api/Exception.php'),
(10831, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Licensing/Api/RequestException.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Licensing/Api/RequestException.php'),
(10832, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Licensing/Api/ResponseException.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Licensing/Api/ResponseException.php'),
(10833, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Licensing/Exception.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Licensing/Exception.php'),
(10834, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Licensing/License/Status.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Licensing/License/Status.php'),
(10835, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Licensing/License.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Licensing/License.php'),
(10836, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Licensing/Manager.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Licensing/Manager.php'),
(10837, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Licensing/Plugin/Exception.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Licensing/Plugin/Exception.php'),
(10838, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Licensing/Plugin/Updater.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Licensing/Plugin/Updater.php'),
(10839, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Licensing/Plugin/UpdaterException.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Licensing/Plugin/UpdaterException.php'),
(10840, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Licensing/Plugin/UpdaterInterface.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Licensing/Plugin/UpdaterInterface.php'),
(10841, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Licensing/Settings.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Licensing/Settings.php'),
(10842, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Loader.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Loader.php'),
(10843, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/AbstractTranslatingModel.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/AbstractTranslatingModel.php'),
(10844, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/AdminAjaxNotice/AdminAjaxNotice.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/AdminAjaxNotice/AdminAjaxNotice.php'),
(10845, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/AdminAjaxNotice/AdminAjaxNoticeInterface.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/AdminAjaxNotice/AdminAjaxNoticeInterface.php'),
(10846, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/AdminAjaxNotice/NoticeAbstract.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/AdminAjaxNotice/NoticeAbstract.php'),
(10847, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/AdminAjaxNotice/NoticeInterface.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/AdminAjaxNotice/NoticeInterface.php'),
(10848, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/AdminAjaxNotice/ServiceProvider.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/AdminAjaxNotice/ServiceProvider.php'),
(10849, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/AjaxResponse.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/AjaxResponse.php'),
(10850, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/AssetsAbstract.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/AssetsAbstract.php'),
(10851, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/AssetsInterface.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/AssetsInterface.php'),
(10852, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/BulkSourceImport/AbstractImporter.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/BulkSourceImport/AbstractImporter.php'),
(10853, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/BulkSourceImport/AbstractWpImporter.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/BulkSourceImport/AbstractWpImporter.php'),
(10854, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/BulkSourceImport/ArrayImporter.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/BulkSourceImport/ArrayImporter.php'),
(10855, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/BulkSourceImport/Exception/AbstractImportException.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/BulkSourceImport/Exception/AbstractImportException.php'),
(10856, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/BulkSourceImport/Exception/AbstractSourceValidationFailureException.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/BulkSourceImport/Exception/AbstractSourceValidationFailureException.php'),
(10857, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/BulkSourceImport/Exception/ImportException.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/BulkSourceImport/Exception/ImportException.php'),
(10858, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/BulkSourceImport/Exception/ImportExceptionInterface.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/BulkSourceImport/Exception/ImportExceptionInterface.php'),
(10859, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/BulkSourceImport/Exception/SourceValidationFailureException.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/BulkSourceImport/Exception/SourceValidationFailureException.php'),
(10860, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/BulkSourceImport/Exception/SourceValidationFailureExceptionInterface.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/BulkSourceImport/Exception/SourceValidationFailureExceptionInterface.php'),
(10861, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/BulkSourceImport/ImporterInterface.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/BulkSourceImport/ImporterInterface.php'),
(10862, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/BulkSourceImport/PlainTextImporter.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/BulkSourceImport/PlainTextImporter.php'),
(10863, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/BulkSourceImport/ServiceProvider.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/BulkSourceImport/ServiceProvider.php'),
(10864, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/Collection/AbstractCollection.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/Collection/AbstractCollection.php'),
(10865, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/Command.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/Command.php'),
(10866, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/CommandAbstract.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/CommandAbstract.php'),
(10867, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/CommandException.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/CommandException.php'),
(10868, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/CommandInterface.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/CommandInterface.php'),
(10869, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/Event/Event.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/Event/Event.php'),
(10870, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/Event/EventAbstract.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/Event/EventAbstract.php'),
(10871, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/Event/EventInterface.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/Event/EventInterface.php'),
(10872, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/Event/EventManagerAbstract.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/Event/EventManagerAbstract.php'),
(10873, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/Event/EventManagerInterface.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/Event/EventManagerInterface.php'),
(10874, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/GenericServiceProvider.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/GenericServiceProvider.php'),
(10875, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/LoggerInterface.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/LoggerInterface.php'),
(10876, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/ModelAbstract.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/ModelAbstract.php'),
(10877, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/ModelInterface.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/ModelInterface.php'),
(10878, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/Regex/AbstractRegex.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/Regex/AbstractRegex.php'),
(10879, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/Regex/HtmlEncoder.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/Regex/HtmlEncoder.php'),
(10880, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/Set/AbstractCompositeSet.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/Set/AbstractCompositeSet.php'),
(10881, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/Set/AbstractGenericSet.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/Set/AbstractGenericSet.php'),
(10882, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/Set/AbstractGenericSetSet.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/Set/AbstractGenericSetSet.php'),
(10883, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/Set/AbstractSet.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/Set/AbstractSet.php'),
(10884, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/Set/AbstractSetSet.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/Set/AbstractSetSet.php'),
(10885, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/Set/Set.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/Set/Set.php'),
(10886, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/Set/SetInterface.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/Set/SetInterface.php'),
(10887, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/Set/SetSet.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/Set/SetSet.php'),
(10888, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/Set/SetSetInterface.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/Set/SetSetInterface.php'),
(10889, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/Set/Synonym/AbstractGenericSynonymSet.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/Set/Synonym/AbstractGenericSynonymSet.php'),
(10890, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/Set/Synonym/AbstractSynonymSet.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/Set/Synonym/AbstractSynonymSet.php'),
(10891, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/Set/Synonym/Set.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/Set/Synonym/Set.php'),
(10892, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/Set/Synonym/Simple.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/Set/Synonym/Simple.php'),
(10893, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/Set/Synonym/SynonymSetInterface.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/Set/Synonym/SynonymSetInterface.php'),
(10894, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/Set/Synonym/SynonymSetSetInterface.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/Set/Synonym/SynonymSetSetInterface.php'),
(10895, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/SettingsAbstract.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/SettingsAbstract.php'),
(10896, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/SettingsInterface.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/SettingsInterface.php'),
(10897, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/SpinnerAbstract.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/SpinnerAbstract.php'),
(10898, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/SpinnerApiAbstract.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/SpinnerApiAbstract.php'),
(10899, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/SpinnerApiInterface.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/SpinnerApiInterface.php'),
(10900, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/SpinnerInterface.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Model/SpinnerInterface.php'),
(10901, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Plugin/AddonAbstract.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Plugin/AddonAbstract.php'),
(10902, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Plugin/AddonFactoryAbstract.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Plugin/AddonFactoryAbstract.php'),
(10903, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Plugin/AddonFactoryInterface.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Plugin/AddonFactoryInterface.php'),
(10904, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Plugin/AddonInterface.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Plugin/AddonInterface.php'),
(10905, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Plugin/ComponentAbstract.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Plugin/ComponentAbstract.php'),
(10906, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Plugin/ComponentFactoryAbstract.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Plugin/ComponentFactoryAbstract.php'),
(10907, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Plugin/ComponentFactoryInterface.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Plugin/ComponentFactoryInterface.php'),
(10908, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Plugin/ComponentInterface.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Plugin/ComponentInterface.php'),
(10909, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Plugin/Di/AbstractComponentServiceProvider.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Plugin/Di/AbstractComponentServiceProvider.php'),
(10910, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Plugin/Di/AbstractContainer.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Plugin/Di/AbstractContainer.php'),
(10911, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Plugin/Di/AbstractServiceProvider.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Plugin/Di/AbstractServiceProvider.php'),
(10912, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Plugin/Di/AbstractWritableCompositeContainer.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Plugin/Di/AbstractWritableCompositeContainer.php'),
(10913, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Plugin/Di/ContainerInterface.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Plugin/Di/ContainerInterface.php'),
(10914, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Plugin/Di/ServiceProviderInterface.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Plugin/Di/ServiceProviderInterface.php'),
(10915, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Plugin/Di/WritableCompositeContainerInterface.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Plugin/Di/WritableCompositeContainerInterface.php'),
(10916, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Plugin/Exception.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Plugin/Exception.php'),
(10917, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Plugin/FactoryAbstract.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Plugin/FactoryAbstract.php'),
(10918, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Plugin/FactoryInterface.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Plugin/FactoryInterface.php'),
(10919, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Plugin/PluginAbstract.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Plugin/PluginAbstract.php'),
(10920, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Plugin/PluginInterface.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Plugin/PluginInterface.php'),
(10921, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Plugin.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Plugin.php');
INSERT INTO `iamc_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(10922, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/ServiceProvider.php', 'wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/ServiceProvider.php'),
(10923, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/OPML.php', 'wp-content/plugins/wp-rss-aggregator/includes/OPML.php'),
(10924, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/admin-activate.php', 'wp-content/plugins/wp-rss-aggregator/includes/admin-activate.php'),
(10925, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/admin-ajax-notice.php', 'wp-content/plugins/wp-rss-aggregator/includes/admin-ajax-notice.php'),
(10926, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/admin-display.php', 'wp-content/plugins/wp-rss-aggregator/includes/admin-display.php'),
(10927, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/admin-editor.php', 'wp-content/plugins/wp-rss-aggregator/includes/admin-editor.php'),
(10928, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/admin-heartbeat.php', 'wp-content/plugins/wp-rss-aggregator/includes/admin-heartbeat.php'),
(10929, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/admin-help-metaboxes.php', 'wp-content/plugins/wp-rss-aggregator/includes/admin-help-metaboxes.php'),
(10930, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/admin-help-settings.php', 'wp-content/plugins/wp-rss-aggregator/includes/admin-help-settings.php'),
(10931, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/admin-help.php', 'wp-content/plugins/wp-rss-aggregator/includes/admin-help.php'),
(10932, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/admin-intro-page.php', 'wp-content/plugins/wp-rss-aggregator/includes/admin-intro-page.php'),
(10933, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/admin-log.php', 'wp-content/plugins/wp-rss-aggregator/includes/admin-log.php'),
(10934, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/admin-metaboxes.php', 'wp-content/plugins/wp-rss-aggregator/includes/admin-metaboxes.php'),
(10935, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/admin-options-legacy.php', 'wp-content/plugins/wp-rss-aggregator/includes/admin-options-legacy.php'),
(10936, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/admin-options.php', 'wp-content/plugins/wp-rss-aggregator/includes/admin-options.php'),
(10937, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/admin-plugins.php', 'wp-content/plugins/wp-rss-aggregator/includes/admin-plugins.php'),
(10938, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/admin-update-page.php', 'wp-content/plugins/wp-rss-aggregator/includes/admin-update-page.php'),
(10939, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/admin.php', 'wp-content/plugins/wp-rss-aggregator/includes/admin.php'),
(10940, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/autoload.php', 'wp-content/plugins/wp-rss-aggregator/includes/autoload.php'),
(10941, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/black-friday-2021.php', 'wp-content/plugins/wp-rss-aggregator/includes/black-friday-2021.php'),
(10942, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/cpt-feeds.php', 'wp-content/plugins/wp-rss-aggregator/includes/cpt-feeds.php'),
(10943, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/cron-jobs.php', 'wp-content/plugins/wp-rss-aggregator/includes/cron-jobs.php'),
(10944, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/deprecated.php', 'wp-content/plugins/wp-rss-aggregator/includes/deprecated.php'),
(10945, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/di.php', 'wp-content/plugins/wp-rss-aggregator/includes/di.php'),
(10946, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/fallback-mbstring.php', 'wp-content/plugins/wp-rss-aggregator/includes/fallback-mbstring.php'),
(10947, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/feed-access.php', 'wp-content/plugins/wp-rss-aggregator/includes/feed-access.php'),
(10948, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/feed-blacklist.php', 'wp-content/plugins/wp-rss-aggregator/includes/feed-blacklist.php'),
(10949, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/feed-importing-images.php', 'wp-content/plugins/wp-rss-aggregator/includes/feed-importing-images.php'),
(10950, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/feed-importing-sites.php', 'wp-content/plugins/wp-rss-aggregator/includes/feed-importing-sites.php'),
(10951, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/feed-importing.php', 'wp-content/plugins/wp-rss-aggregator/includes/feed-importing.php'),
(10952, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/feed-processing.php', 'wp-content/plugins/wp-rss-aggregator/includes/feed-processing.php'),
(10953, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/feed-states.php', 'wp-content/plugins/wp-rss-aggregator/includes/feed-states.php'),
(10954, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/functions.php', 'wp-content/plugins/wp-rss-aggregator/includes/functions.php'),
(10955, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/image-caching.php', 'wp-content/plugins/wp-rss-aggregator/includes/image-caching.php'),
(10956, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/leave-review-notification.php', 'wp-content/plugins/wp-rss-aggregator/includes/leave-review-notification.php'),
(10957, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/legacy-feed-display.php', 'wp-content/plugins/wp-rss-aggregator/includes/legacy-feed-display.php'),
(10958, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/libraries/EDD_licensing/EDD_SL_Plugin_Updater.php', 'wp-content/plugins/wp-rss-aggregator/includes/libraries/EDD_licensing/EDD_SL_Plugin_Updater.php'),
(10959, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/libraries/WordPress-Readme-Parser/ReadmeParser.php', 'wp-content/plugins/wp-rss-aggregator/includes/libraries/WordPress-Readme-Parser/ReadmeParser.php'),
(10960, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/libraries/browser.php', 'wp-content/plugins/wp-rss-aggregator/includes/libraries/browser.php'),
(10961, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/libraries/php-markdown/markdown.php', 'wp-content/plugins/wp-rss-aggregator/includes/libraries/php-markdown/markdown.php'),
(10962, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/licensing.php', 'wp-content/plugins/wp-rss-aggregator/includes/licensing.php'),
(10963, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/misc-functions.php', 'wp-content/plugins/wp-rss-aggregator/includes/misc-functions.php'),
(10964, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/multimedia.php', 'wp-content/plugins/wp-rss-aggregator/includes/multimedia.php'),
(10965, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/opml-importer.php', 'wp-content/plugins/wp-rss-aggregator/includes/opml-importer.php'),
(10966, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/polyfills.php', 'wp-content/plugins/wp-rss-aggregator/includes/polyfills.php'),
(10967, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/readme.php', 'wp-content/plugins/wp-rss-aggregator/includes/readme.php'),
(10968, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/roles-capabilities.php', 'wp-content/plugins/wp-rss-aggregator/includes/roles-capabilities.php'),
(10969, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/scripts.php', 'wp-content/plugins/wp-rss-aggregator/includes/scripts.php'),
(10970, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/system-info.php', 'wp-content/plugins/wp-rss-aggregator/includes/system-info.php'),
(10971, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/templates-update.php', 'wp-content/plugins/wp-rss-aggregator/includes/templates-update.php'),
(10972, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/twig.php', 'wp-content/plugins/wp-rss-aggregator/includes/twig.php'),
(10973, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/update.php', 'wp-content/plugins/wp-rss-aggregator/includes/update.php'),
(10974, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/includes/youtube.php', 'wp-content/plugins/wp-rss-aggregator/includes/youtube.php'),
(10975, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/js/admin/tools/blacklist.js', 'wp-content/plugins/wp-rss-aggregator/js/admin/tools/blacklist.js'),
(10976, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/js/admin/tools/crons.js', 'wp-content/plugins/wp-rss-aggregator/js/admin/tools/crons.js'),
(10977, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/js/admin/tools/logs.js', 'wp-content/plugins/wp-rss-aggregator/js/admin/tools/logs.js'),
(10978, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/js/admin/tools/main.js', 'wp-content/plugins/wp-rss-aggregator/js/admin/tools/main.js'),
(10979, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/js/admin/tools/reset.js', 'wp-content/plugins/wp-rss-aggregator/js/admin/tools/reset.js'),
(10980, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/js/admin-addon-ajax.js', 'wp-content/plugins/wp-rss-aggregator/js/admin-addon-ajax.js'),
(10981, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/js/admin-custom-bulk-actions.js', 'wp-content/plugins/wp-rss-aggregator/js/admin-custom-bulk-actions.js'),
(10982, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/js/admin-custom.js', 'wp-content/plugins/wp-rss-aggregator/js/admin-custom.js'),
(10983, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/js/admin-help.js', 'wp-content/plugins/wp-rss-aggregator/js/admin-help.js'),
(10984, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/js/admin-license-manager.js', 'wp-content/plugins/wp-rss-aggregator/js/admin-license-manager.js'),
(10985, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/js/admin-licensing.js', 'wp-content/plugins/wp-rss-aggregator/js/admin-licensing.js'),
(10986, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/js/admin-notifications.js', 'wp-content/plugins/wp-rss-aggregator/js/admin-notifications.js'),
(10987, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/js/admin-notifications.min.js', 'wp-content/plugins/wp-rss-aggregator/js/admin-notifications.min.js'),
(10988, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/js/aventura.js', 'wp-content/plugins/wp-rss-aggregator/js/aventura.js'),
(10989, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/js/aventura.min.js', 'wp-content/plugins/wp-rss-aggregator/js/aventura.min.js'),
(10990, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/js/beacon.min.js', 'wp-content/plugins/wp-rss-aggregator/js/beacon.min.js'),
(10991, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/js/build/common.min.js', 'wp-content/plugins/wp-rss-aggregator/js/build/common.min.js'),
(10992, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/js/build/gutenberg-block.min.js', 'wp-content/plugins/wp-rss-aggregator/js/build/gutenberg-block.min.js'),
(10993, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/js/build/intro.min.js', 'wp-content/plugins/wp-rss-aggregator/js/build/intro.min.js'),
(10994, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/js/build/pagination.min.js', 'wp-content/plugins/wp-rss-aggregator/js/build/pagination.min.js'),
(10995, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/js/build/plugins.min.js', 'wp-content/plugins/wp-rss-aggregator/js/build/plugins.min.js'),
(10996, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/js/build/templates.min.js', 'wp-content/plugins/wp-rss-aggregator/js/build/templates.min.js'),
(10997, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/js/build/update.min.js', 'wp-content/plugins/wp-rss-aggregator/js/build/update.min.js'),
(10998, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/js/build/wpra-manifest.min.js', 'wp-content/plugins/wp-rss-aggregator/js/build/wpra-manifest.min.js'),
(10999, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/js/build/wpra-vendor.min.js', 'wp-content/plugins/wp-rss-aggregator/js/build/wpra-vendor.min.js'),
(11000, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/js/class.js', 'wp-content/plugins/wp-rss-aggregator/js/class.js'),
(11001, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/js/class.min.js', 'wp-content/plugins/wp-rss-aggregator/js/class.min.js'),
(11002, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/js/custom.js', 'wp-content/plugins/wp-rss-aggregator/js/custom.js'),
(11003, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/js/editor.js', 'wp-content/plugins/wp-rss-aggregator/js/editor.js'),
(11004, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/js/gallery.js', 'wp-content/plugins/wp-rss-aggregator/js/gallery.js'),
(11005, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/js/heartbeat.js', 'wp-content/plugins/wp-rss-aggregator/js/heartbeat.js'),
(11006, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/js/jquery-ui-timepicker-addon.js', 'wp-content/plugins/wp-rss-aggregator/js/jquery-ui-timepicker-addon.js'),
(11007, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/js/jquery.colorbox-min.js', 'wp-content/plugins/wp-rss-aggregator/js/jquery.colorbox-min.js'),
(11008, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/js/xdn.js', 'wp-content/plugins/wp-rss-aggregator/js/xdn.js'),
(11009, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/js/xdn.min.js', 'wp-content/plugins/wp-rss-aggregator/js/xdn.min.js'),
(11010, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/languages/wprss-en.mo', 'wp-content/plugins/wp-rss-aggregator/languages/wprss-en.mo'),
(11011, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/languages/wprss-en.po', 'wp-content/plugins/wp-rss-aggregator/languages/wprss-en.po'),
(11012, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/languages/wprss-es.mo', 'wp-content/plugins/wp-rss-aggregator/languages/wprss-es.mo'),
(11013, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/languages/wprss-es.po', 'wp-content/plugins/wp-rss-aggregator/languages/wprss-es.po'),
(11014, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/languages/wprss-it.mo', 'wp-content/plugins/wp-rss-aggregator/languages/wprss-it.mo'),
(11015, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/languages/wprss-it.po', 'wp-content/plugins/wp-rss-aggregator/languages/wprss-it.po'),
(11016, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/languages/wprss-nl_NL.mo', 'wp-content/plugins/wp-rss-aggregator/languages/wprss-nl_NL.mo'),
(11017, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/languages/wprss-nl_NL.po', 'wp-content/plugins/wp-rss-aggregator/languages/wprss-nl_NL.po'),
(11018, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/languages/wprss-pt_BR.mo', 'wp-content/plugins/wp-rss-aggregator/languages/wprss-pt_BR.mo'),
(11019, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/languages/wprss-pt_BR.po', 'wp-content/plugins/wp-rss-aggregator/languages/wprss-pt_BR.po'),
(11020, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/languages/wprss-ru_RU.mo', 'wp-content/plugins/wp-rss-aggregator/languages/wprss-ru_RU.mo'),
(11021, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/languages/wprss-ru_RU.po', 'wp-content/plugins/wp-rss-aggregator/languages/wprss-ru_RU.po'),
(11022, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/lib/Entities/Api/EntityInterface.php', 'wp-content/plugins/wp-rss-aggregator/lib/Entities/Api/EntityInterface.php'),
(11023, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/lib/Entities/Api/PropertyInterface.php', 'wp-content/plugins/wp-rss-aggregator/lib/Entities/Api/PropertyInterface.php'),
(11024, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/lib/Entities/Api/SchemaInterface.php', 'wp-content/plugins/wp-rss-aggregator/lib/Entities/Api/SchemaInterface.php'),
(11025, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/lib/Entities/Api/StoreInterface.php', 'wp-content/plugins/wp-rss-aggregator/lib/Entities/Api/StoreInterface.php'),
(11026, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/lib/Entities/Entity.php', 'wp-content/plugins/wp-rss-aggregator/lib/Entities/Entity.php'),
(11027, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/lib/Entities/Properties/AbstractDecoratorProperty.php', 'wp-content/plugins/wp-rss-aggregator/lib/Entities/Properties/AbstractDecoratorProperty.php'),
(11028, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/lib/Entities/Properties/AliasProperty.php', 'wp-content/plugins/wp-rss-aggregator/lib/Entities/Properties/AliasProperty.php'),
(11029, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/lib/Entities/Properties/CallbackDecoratorProperty.php', 'wp-content/plugins/wp-rss-aggregator/lib/Entities/Properties/CallbackDecoratorProperty.php'),
(11030, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/lib/Entities/Properties/CallbackProperty.php', 'wp-content/plugins/wp-rss-aggregator/lib/Entities/Properties/CallbackProperty.php'),
(11031, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/lib/Entities/Properties/DefaultingProperty.php', 'wp-content/plugins/wp-rss-aggregator/lib/Entities/Properties/DefaultingProperty.php'),
(11032, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/lib/Entities/Properties/Property.php', 'wp-content/plugins/wp-rss-aggregator/lib/Entities/Properties/Property.php'),
(11033, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/lib/Entities/Schemas/Schema.php', 'wp-content/plugins/wp-rss-aggregator/lib/Entities/Schemas/Schema.php'),
(11034, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/lib/Entities/Stores/ArrayStore.php', 'wp-content/plugins/wp-rss-aggregator/lib/Entities/Stores/ArrayStore.php'),
(11035, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/lib/Entities/Stores/EntityStore.php', 'wp-content/plugins/wp-rss-aggregator/lib/Entities/Stores/EntityStore.php'),
(11036, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/readme.txt', 'wp-content/plugins/wp-rss-aggregator/readme.txt'),
(11037, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Container/ModuleContainer.php', 'wp-content/plugins/wp-rss-aggregator/src/Container/ModuleContainer.php'),
(11038, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Container/WpFilterContainer.php', 'wp-content/plugins/wp-rss-aggregator/src/Container/WpFilterContainer.php'),
(11039, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Container/WpraContainer.php', 'wp-content/plugins/wp-rss-aggregator/src/Container/WpraContainer.php'),
(11040, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Data/AbstractDataSet.php', 'wp-content/plugins/wp-rss-aggregator/src/Data/AbstractDataSet.php'),
(11041, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Data/AbstractDelegateDataSet.php', 'wp-content/plugins/wp-rss-aggregator/src/Data/AbstractDelegateDataSet.php'),
(11042, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Data/AliasingDataSet.php', 'wp-content/plugins/wp-rss-aggregator/src/Data/AliasingDataSet.php'),
(11043, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Data/ArrayDataSet.php', 'wp-content/plugins/wp-rss-aggregator/src/Data/ArrayDataSet.php'),
(11044, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Data/ChangelogDataSet.php', 'wp-content/plugins/wp-rss-aggregator/src/Data/ChangelogDataSet.php'),
(11045, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Data/Collections/CollectionInterface.php', 'wp-content/plugins/wp-rss-aggregator/src/Data/Collections/CollectionInterface.php'),
(11046, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Data/Collections/NullCollection.php', 'wp-content/plugins/wp-rss-aggregator/src/Data/Collections/NullCollection.php'),
(11047, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Data/Collections/TwigTemplateCollection.php', 'wp-content/plugins/wp-rss-aggregator/src/Data/Collections/TwigTemplateCollection.php'),
(11048, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Data/Collections/WpPostCollection.php', 'wp-content/plugins/wp-rss-aggregator/src/Data/Collections/WpPostCollection.php'),
(11049, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Data/CompositeDataSet.php', 'wp-content/plugins/wp-rss-aggregator/src/Data/CompositeDataSet.php'),
(11050, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Data/DataSetInterface.php', 'wp-content/plugins/wp-rss-aggregator/src/Data/DataSetInterface.php'),
(11051, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Data/DelegatorDataSet.php', 'wp-content/plugins/wp-rss-aggregator/src/Data/DelegatorDataSet.php'),
(11052, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Data/DeprefixingDataSet.php', 'wp-content/plugins/wp-rss-aggregator/src/Data/DeprefixingDataSet.php'),
(11053, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Data/EntityDataSet.php', 'wp-content/plugins/wp-rss-aggregator/src/Data/EntityDataSet.php'),
(11054, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Data/MaskingDataSet.php', 'wp-content/plugins/wp-rss-aggregator/src/Data/MaskingDataSet.php'),
(11055, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Data/MergedDataSet.php', 'wp-content/plugins/wp-rss-aggregator/src/Data/MergedDataSet.php'),
(11056, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Data/PrefixingDataSet.php', 'wp-content/plugins/wp-rss-aggregator/src/Data/PrefixingDataSet.php'),
(11057, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Data/Wp/WpArrayOptionDataSet.php', 'wp-content/plugins/wp-rss-aggregator/src/Data/Wp/WpArrayOptionDataSet.php'),
(11058, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Data/Wp/WpCptDataSet.php', 'wp-content/plugins/wp-rss-aggregator/src/Data/Wp/WpCptDataSet.php'),
(11059, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Data/Wp/WpOptionsDataSet.php', 'wp-content/plugins/wp-rss-aggregator/src/Data/Wp/WpOptionsDataSet.php'),
(11060, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Data/Wp/WpPluginInfoDataSet.php', 'wp-content/plugins/wp-rss-aggregator/src/Data/Wp/WpPluginInfoDataSet.php'),
(11061, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Data/Wp/WpPostArrayMetaDataSet.php', 'wp-content/plugins/wp-rss-aggregator/src/Data/Wp/WpPostArrayMetaDataSet.php'),
(11062, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Data/Wp/WpPostDataDataSet.php', 'wp-content/plugins/wp-rss-aggregator/src/Data/Wp/WpPostDataDataSet.php'),
(11063, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Data/Wp/WpPostDataSet.php', 'wp-content/plugins/wp-rss-aggregator/src/Data/Wp/WpPostDataSet.php'),
(11064, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Data/Wp/WpPostMetaDataSet.php', 'wp-content/plugins/wp-rss-aggregator/src/Data/Wp/WpPostMetaDataSet.php'),
(11065, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Database/NullTable.php', 'wp-content/plugins/wp-rss-aggregator/src/Database/NullTable.php'),
(11066, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Database/TableInterface.php', 'wp-content/plugins/wp-rss-aggregator/src/Database/TableInterface.php'),
(11067, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Database/WpdbTable.php', 'wp-content/plugins/wp-rss-aggregator/src/Database/WpdbTable.php'),
(11068, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Entities/Collections/FeedBlacklistCollection.php', 'wp-content/plugins/wp-rss-aggregator/src/Entities/Collections/FeedBlacklistCollection.php'),
(11069, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Entities/Collections/FeedItemCollection.php', 'wp-content/plugins/wp-rss-aggregator/src/Entities/Collections/FeedItemCollection.php'),
(11070, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Entities/Collections/FeedSourceCollection.php', 'wp-content/plugins/wp-rss-aggregator/src/Entities/Collections/FeedSourceCollection.php'),
(11071, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Entities/Collections/FeedTemplateCollection.php', 'wp-content/plugins/wp-rss-aggregator/src/Entities/Collections/FeedTemplateCollection.php'),
(11072, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Entities/Collections/ImportedItemsCollection.php', 'wp-content/plugins/wp-rss-aggregator/src/Entities/Collections/ImportedItemsCollection.php'),
(11073, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Entities/Collections/WpEntityCollection.php', 'wp-content/plugins/wp-rss-aggregator/src/Entities/Collections/WpEntityCollection.php'),
(11074, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Entities/Properties/SanitizedProperty.php', 'wp-content/plugins/wp-rss-aggregator/src/Entities/Properties/SanitizedProperty.php'),
(11075, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Entities/Properties/TimestampProperty.php', 'wp-content/plugins/wp-rss-aggregator/src/Entities/Properties/TimestampProperty.php'),
(11076, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Entities/Properties/WpFtImageUrlProperty.php', 'wp-content/plugins/wp-rss-aggregator/src/Entities/Properties/WpFtImageUrlProperty.php'),
(11077, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Entities/Properties/WpPostEntityProperty.php', 'wp-content/plugins/wp-rss-aggregator/src/Entities/Properties/WpPostEntityProperty.php'),
(11078, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Entities/Properties/WpPostPermalinkProperty.php', 'wp-content/plugins/wp-rss-aggregator/src/Entities/Properties/WpPostPermalinkProperty.php'),
(11079, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Entities/Properties/WpraItemSourceProperty.php', 'wp-content/plugins/wp-rss-aggregator/src/Entities/Properties/WpraItemSourceProperty.php'),
(11080, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Entities/Properties/WpraPostTypeDependentProperty.php', 'wp-content/plugins/wp-rss-aggregator/src/Entities/Properties/WpraPostTypeDependentProperty.php'),
(11081, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Entities/Properties/WpraSourceDefaultProperty.php', 'wp-content/plugins/wp-rss-aggregator/src/Entities/Properties/WpraSourceDefaultProperty.php'),
(11082, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Entities/Stores/BuiltInTemplateStore.php', 'wp-content/plugins/wp-rss-aggregator/src/Entities/Stores/BuiltInTemplateStore.php'),
(11083, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Entities/Stores/WpOptionsArrayStore.php', 'wp-content/plugins/wp-rss-aggregator/src/Entities/Stores/WpOptionsArrayStore.php'),
(11084, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Entities/Stores/WpPostStore.php', 'wp-content/plugins/wp-rss-aggregator/src/Entities/Stores/WpPostStore.php'),
(11085, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/ErrorHandler.php', 'wp-content/plugins/wp-rss-aggregator/src/ErrorHandler.php'),
(11086, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Handlers/AbstractSavePostHandler.php', 'wp-content/plugins/wp-rss-aggregator/src/Handlers/AbstractSavePostHandler.php'),
(11087, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Handlers/AddCapabilitiesHandler.php', 'wp-content/plugins/wp-rss-aggregator/src/Handlers/AddCapabilitiesHandler.php'),
(11088, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Handlers/AddCptMetaCapsHandler.php', 'wp-content/plugins/wp-rss-aggregator/src/Handlers/AddCptMetaCapsHandler.php'),
(11089, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Handlers/CustomFeed/RegisterCustomFeedHandler.php', 'wp-content/plugins/wp-rss-aggregator/src/Handlers/CustomFeed/RegisterCustomFeedHandler.php'),
(11090, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Handlers/CustomFeed/RenderCustomFeedHandler.php', 'wp-content/plugins/wp-rss-aggregator/src/Handlers/CustomFeed/RenderCustomFeedHandler.php'),
(11091, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Handlers/EchoHandler.php', 'wp-content/plugins/wp-rss-aggregator/src/Handlers/EchoHandler.php'),
(11092, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Handlers/FeedShortcode/FeedsShortcodeHandler.php', 'wp-content/plugins/wp-rss-aggregator/src/Handlers/FeedShortcode/FeedsShortcodeHandler.php'),
(11093, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Handlers/FeedSources/FeedSourceSaveMetaHandler.php', 'wp-content/plugins/wp-rss-aggregator/src/Handlers/FeedSources/FeedSourceSaveMetaHandler.php'),
(11094, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Handlers/FeedSources/RenderFeedSourceContentHandler.php', 'wp-content/plugins/wp-rss-aggregator/src/Handlers/FeedSources/RenderFeedSourceContentHandler.php'),
(11095, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Handlers/FeedTemplates/AjaxRenderFeedsTemplateHandler.php', 'wp-content/plugins/wp-rss-aggregator/src/Handlers/FeedTemplates/AjaxRenderFeedsTemplateHandler.php'),
(11096, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Handlers/FeedTemplates/CreateDefaultFeedTemplateHandler.php', 'wp-content/plugins/wp-rss-aggregator/src/Handlers/FeedTemplates/CreateDefaultFeedTemplateHandler.php'),
(11097, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Handlers/FeedTemplates/HidePublicTemplateContentHandler.php', 'wp-content/plugins/wp-rss-aggregator/src/Handlers/FeedTemplates/HidePublicTemplateContentHandler.php'),
(11098, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Handlers/FeedTemplates/PreviewTemplateRedirectHandler.php', 'wp-content/plugins/wp-rss-aggregator/src/Handlers/FeedTemplates/PreviewTemplateRedirectHandler.php'),
(11099, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Handlers/FeedTemplates/ReSaveTemplateHandler.php', 'wp-content/plugins/wp-rss-aggregator/src/Handlers/FeedTemplates/ReSaveTemplateHandler.php'),
(11100, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Handlers/FeedTemplates/RenderAdminTemplatesPageHandler.php', 'wp-content/plugins/wp-rss-aggregator/src/Handlers/FeedTemplates/RenderAdminTemplatesPageHandler.php'),
(11101, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Handlers/FeedTemplates/RenderTemplateContentHandler.php', 'wp-content/plugins/wp-rss-aggregator/src/Handlers/FeedTemplates/RenderTemplateContentHandler.php'),
(11102, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Handlers/GutenbergBlock/FetchFeedSourcesHandler.php', 'wp-content/plugins/wp-rss-aggregator/src/Handlers/GutenbergBlock/FetchFeedSourcesHandler.php'),
(11103, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Handlers/GutenbergBlock/GutenbergBlockAssetsHandler.php', 'wp-content/plugins/wp-rss-aggregator/src/Handlers/GutenbergBlock/GutenbergBlockAssetsHandler.php'),
(11104, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Handlers/Images/AddItemsImageColumnHandler.php', 'wp-content/plugins/wp-rss-aggregator/src/Handlers/Images/AddItemsImageColumnHandler.php'),
(11105, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Handlers/Images/DeleteImagesHandler.php', 'wp-content/plugins/wp-rss-aggregator/src/Handlers/Images/DeleteImagesHandler.php'),
(11106, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Handlers/Images/RemoveFtImageMetaBoxHandler.php', 'wp-content/plugins/wp-rss-aggregator/src/Handlers/Images/RemoveFtImageMetaBoxHandler.php'),
(11107, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Handlers/Images/RenderItemsImageColumnHandler.php', 'wp-content/plugins/wp-rss-aggregator/src/Handlers/Images/RenderItemsImageColumnHandler.php'),
(11108, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Handlers/LoadTextDomainHandler.php', 'wp-content/plugins/wp-rss-aggregator/src/Handlers/LoadTextDomainHandler.php'),
(11109, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Handlers/Logger/ClearLogHandler.php', 'wp-content/plugins/wp-rss-aggregator/src/Handlers/Logger/ClearLogHandler.php'),
(11110, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Handlers/Logger/DownloadLogHandler.php', 'wp-content/plugins/wp-rss-aggregator/src/Handlers/Logger/DownloadLogHandler.php'),
(11111, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Handlers/Logger/RenderLogHandler.php', 'wp-content/plugins/wp-rss-aggregator/src/Handlers/Logger/RenderLogHandler.php'),
(11112, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Handlers/Logger/SaveLogOptionsHandler.php', 'wp-content/plugins/wp-rss-aggregator/src/Handlers/Logger/SaveLogOptionsHandler.php'),
(11113, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Handlers/Logger/TruncateLogsCronHandler.php', 'wp-content/plugins/wp-rss-aggregator/src/Handlers/Logger/TruncateLogsCronHandler.php'),
(11114, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Handlers/MultiHandler.php', 'wp-content/plugins/wp-rss-aggregator/src/Handlers/MultiHandler.php'),
(11115, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Handlers/NullHandler.php', 'wp-content/plugins/wp-rss-aggregator/src/Handlers/NullHandler.php'),
(11116, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Handlers/RegisterCptHandler.php', 'wp-content/plugins/wp-rss-aggregator/src/Handlers/RegisterCptHandler.php'),
(11117, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Handlers/RegisterGutenbergBlockHandler.php', 'wp-content/plugins/wp-rss-aggregator/src/Handlers/RegisterGutenbergBlockHandler.php'),
(11118, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Handlers/RegisterMenuPageHandler.php', 'wp-content/plugins/wp-rss-aggregator/src/Handlers/RegisterMenuPageHandler.php'),
(11119, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Handlers/RegisterMetaBoxHandler.php', 'wp-content/plugins/wp-rss-aggregator/src/Handlers/RegisterMetaBoxHandler.php'),
(11120, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Handlers/RegisterShortcodeHandler.php', 'wp-content/plugins/wp-rss-aggregator/src/Handlers/RegisterShortcodeHandler.php'),
(11121, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Handlers/RegisterSubMenuPageHandler.php', 'wp-content/plugins/wp-rss-aggregator/src/Handlers/RegisterSubMenuPageHandler.php'),
(11122, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Handlers/RenderMetaBoxTemplateHandler.php', 'wp-content/plugins/wp-rss-aggregator/src/Handlers/RenderMetaBoxTemplateHandler.php'),
(11123, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Handlers/RenderTemplateHandler.php', 'wp-content/plugins/wp-rss-aggregator/src/Handlers/RenderTemplateHandler.php'),
(11124, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Handlers/ScheduleCronJobHandler.php', 'wp-content/plugins/wp-rss-aggregator/src/Handlers/ScheduleCronJobHandler.php'),
(11125, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Importer/Images/FbImageContainer.php', 'wp-content/plugins/wp-rss-aggregator/src/Importer/Images/FbImageContainer.php'),
(11126, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Importer/Images/ImageContainer.php', 'wp-content/plugins/wp-rss-aggregator/src/Importer/Images/ImageContainer.php'),
(11127, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Licensing/Addon.php', 'wp-content/plugins/wp-rss-aggregator/src/Licensing/Addon.php'),
(11128, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Licensing/LicenseStatus.php', 'wp-content/plugins/wp-rss-aggregator/src/Licensing/LicenseStatus.php'),
(11129, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Logger/ClearableLoggerInterface.php', 'wp-content/plugins/wp-rss-aggregator/src/Logger/ClearableLoggerInterface.php'),
(11130, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Logger/FeedLoggerDataSet.php', 'wp-content/plugins/wp-rss-aggregator/src/Logger/FeedLoggerDataSet.php'),
(11131, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Logger/FeedLoggerInterface.php', 'wp-content/plugins/wp-rss-aggregator/src/Logger/FeedLoggerInterface.php'),
(11132, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Logger/LogReaderInterface.php', 'wp-content/plugins/wp-rss-aggregator/src/Logger/LogReaderInterface.php'),
(11133, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Logger/LoggerUtilsTrait.php', 'wp-content/plugins/wp-rss-aggregator/src/Logger/LoggerUtilsTrait.php'),
(11134, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Logger/ProblemLogger.php', 'wp-content/plugins/wp-rss-aggregator/src/Logger/ProblemLogger.php'),
(11135, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Logger/WpdbLogger.php', 'wp-content/plugins/wp-rss-aggregator/src/Logger/WpdbLogger.php'),
(11136, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Logger/WpraLogger.php', 'wp-content/plugins/wp-rss-aggregator/src/Logger/WpraLogger.php'),
(11137, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/ModularModule.php', 'wp-content/plugins/wp-rss-aggregator/src/ModularModule.php'),
(11138, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Modules/AddonsModule.php', 'wp-content/plugins/wp-rss-aggregator/src/Modules/AddonsModule.php'),
(11139, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Modules/AssetsModule.php', 'wp-content/plugins/wp-rss-aggregator/src/Modules/AssetsModule.php'),
(11140, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Modules/BlacklistToolModule.php', 'wp-content/plugins/wp-rss-aggregator/src/Modules/BlacklistToolModule.php'),
(11141, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Modules/BulkAddToolModule.php', 'wp-content/plugins/wp-rss-aggregator/src/Modules/BulkAddToolModule.php'),
(11142, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Modules/CoreModule.php', 'wp-content/plugins/wp-rss-aggregator/src/Modules/CoreModule.php'),
(11143, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Modules/CronsToolModule.php', 'wp-content/plugins/wp-rss-aggregator/src/Modules/CronsToolModule.php'),
(11144, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Modules/CustomFeedModule.php', 'wp-content/plugins/wp-rss-aggregator/src/Modules/CustomFeedModule.php'),
(11145, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Modules/FeedBlacklistModule.php', 'wp-content/plugins/wp-rss-aggregator/src/Modules/FeedBlacklistModule.php'),
(11146, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Modules/FeedDisplayModule.php', 'wp-content/plugins/wp-rss-aggregator/src/Modules/FeedDisplayModule.php'),
(11147, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Modules/FeedItemsModule.php', 'wp-content/plugins/wp-rss-aggregator/src/Modules/FeedItemsModule.php'),
(11148, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Modules/FeedShortcodeModule.php', 'wp-content/plugins/wp-rss-aggregator/src/Modules/FeedShortcodeModule.php'),
(11149, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Modules/FeedSourcesModule.php', 'wp-content/plugins/wp-rss-aggregator/src/Modules/FeedSourcesModule.php'),
(11150, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Modules/FeedTemplatesModule.php', 'wp-content/plugins/wp-rss-aggregator/src/Modules/FeedTemplatesModule.php'),
(11151, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Modules/GutenbergBlockModule.php', 'wp-content/plugins/wp-rss-aggregator/src/Modules/GutenbergBlockModule.php'),
(11152, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Modules/I18nModule.php', 'wp-content/plugins/wp-rss-aggregator/src/Modules/I18nModule.php'),
(11153, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Modules/ImagesModule.php', 'wp-content/plugins/wp-rss-aggregator/src/Modules/ImagesModule.php'),
(11154, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Modules/ImportExportToolsModule.php', 'wp-content/plugins/wp-rss-aggregator/src/Modules/ImportExportToolsModule.php'),
(11155, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Modules/ImporterModule.php', 'wp-content/plugins/wp-rss-aggregator/src/Modules/ImporterModule.php'),
(11156, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Modules/LicensingModule.php', 'wp-content/plugins/wp-rss-aggregator/src/Modules/LicensingModule.php'),
(11157, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Modules/LoggerModule.php', 'wp-content/plugins/wp-rss-aggregator/src/Modules/LoggerModule.php'),
(11158, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Modules/LogsToolModule.php', 'wp-content/plugins/wp-rss-aggregator/src/Modules/LogsToolModule.php'),
(11159, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Modules/LoremModule.php', 'wp-content/plugins/wp-rss-aggregator/src/Modules/LoremModule.php'),
(11160, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Modules/ModuleInterface.php', 'wp-content/plugins/wp-rss-aggregator/src/Modules/ModuleInterface.php'),
(11161, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Modules/ParsedownModule.php', 'wp-content/plugins/wp-rss-aggregator/src/Modules/ParsedownModule.php'),
(11162, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Modules/PolyLangCompatModule.php', 'wp-content/plugins/wp-rss-aggregator/src/Modules/PolyLangCompatModule.php'),
(11163, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Modules/ResetToolModule.php', 'wp-content/plugins/wp-rss-aggregator/src/Modules/ResetToolModule.php'),
(11164, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Modules/RestApiModule.php', 'wp-content/plugins/wp-rss-aggregator/src/Modules/RestApiModule.php'),
(11165, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Modules/SettingsModule.php', 'wp-content/plugins/wp-rss-aggregator/src/Modules/SettingsModule.php'),
(11166, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Modules/SysInfoToolModule.php', 'wp-content/plugins/wp-rss-aggregator/src/Modules/SysInfoToolModule.php'),
(11167, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Modules/ToolsModule.php', 'wp-content/plugins/wp-rss-aggregator/src/Modules/ToolsModule.php'),
(11168, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Modules/TwigModule.php', 'wp-content/plugins/wp-rss-aggregator/src/Modules/TwigModule.php'),
(11169, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Modules/UpsellModule.php', 'wp-content/plugins/wp-rss-aggregator/src/Modules/UpsellModule.php'),
(11170, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Modules/WpModule.php', 'wp-content/plugins/wp-rss-aggregator/src/Modules/WpModule.php'),
(11171, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Plugin.php', 'wp-content/plugins/wp-rss-aggregator/src/Plugin.php'),
(11172, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Query/AbstractWpQueryIterator.php', 'wp-content/plugins/wp-rss-aggregator/src/Query/AbstractWpQueryIterator.php'),
(11173, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Query/WpQueryIterator.php', 'wp-content/plugins/wp-rss-aggregator/src/Query/WpQueryIterator.php'),
(11174, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/RestApi/Auth/AbstractAuthValidator.php', 'wp-content/plugins/wp-rss-aggregator/src/RestApi/Auth/AbstractAuthValidator.php'),
(11175, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/RestApi/Auth/AuthUserIsAdmin.php', 'wp-content/plugins/wp-rss-aggregator/src/RestApi/Auth/AuthUserIsAdmin.php'),
(11176, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/RestApi/Auth/AuthVerifyNonce.php', 'wp-content/plugins/wp-rss-aggregator/src/RestApi/Auth/AuthVerifyNonce.php'),
(11177, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/RestApi/EndPointManager.php', 'wp-content/plugins/wp-rss-aggregator/src/RestApi/EndPointManager.php'),
(11178, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/RestApi/EndPoints/AbstractRestApiEndPoint.php', 'wp-content/plugins/wp-rss-aggregator/src/RestApi/EndPoints/AbstractRestApiEndPoint.php'),
(11179, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/RestApi/EndPoints/EndPoint.php', 'wp-content/plugins/wp-rss-aggregator/src/RestApi/EndPoints/EndPoint.php'),
(11180, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/RestApi/EndPoints/EndPointInterface.php', 'wp-content/plugins/wp-rss-aggregator/src/RestApi/EndPoints/EndPointInterface.php'),
(11181, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/RestApi/EndPoints/FeedTemplates/CreateUpdateTemplateEndPoint.php', 'wp-content/plugins/wp-rss-aggregator/src/RestApi/EndPoints/FeedTemplates/CreateUpdateTemplateEndPoint.php'),
(11182, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/RestApi/EndPoints/FeedTemplates/DeleteTemplateEndPoint.php', 'wp-content/plugins/wp-rss-aggregator/src/RestApi/EndPoints/FeedTemplates/DeleteTemplateEndPoint.php'),
(11183, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/RestApi/EndPoints/FeedTemplates/GetTemplatesEndPoint.php', 'wp-content/plugins/wp-rss-aggregator/src/RestApi/EndPoints/FeedTemplates/GetTemplatesEndPoint.php'),
(11184, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/RestApi/EndPoints/FeedTemplates/PatchTemplateEndPoint.php', 'wp-content/plugins/wp-rss-aggregator/src/RestApi/EndPoints/FeedTemplates/PatchTemplateEndPoint.php'),
(11185, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/RestApi/EndPoints/FeedTemplates/RenderTemplateEndPoint.php', 'wp-content/plugins/wp-rss-aggregator/src/RestApi/EndPoints/FeedTemplates/RenderTemplateEndPoint.php'),
(11186, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/RestApi/EndPoints/Handlers/GetEntityHandler.php', 'wp-content/plugins/wp-rss-aggregator/src/RestApi/EndPoints/Handlers/GetEntityHandler.php'),
(11187, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/RestApi/Transformers/RecursiveToArrayTransformer.php', 'wp-content/plugins/wp-rss-aggregator/src/RestApi/Transformers/RecursiveToArrayTransformer.php'),
(11188, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Templates/Feeds/FeedTemplateType.php', 'wp-content/plugins/wp-rss-aggregator/src/Templates/Feeds/FeedTemplateType.php'),
(11189, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Templates/Feeds/LegacyDisplayTemplate.php', 'wp-content/plugins/wp-rss-aggregator/src/Templates/Feeds/LegacyDisplayTemplate.php'),
(11190, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Templates/Feeds/MasterFeedsTemplate.php', 'wp-content/plugins/wp-rss-aggregator/src/Templates/Feeds/MasterFeedsTemplate.php'),
(11191, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Templates/Feeds/TemplateTypeTemplate.php', 'wp-content/plugins/wp-rss-aggregator/src/Templates/Feeds/TemplateTypeTemplate.php'),
(11192, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Templates/Feeds/Types/AbstractFeedTemplateType.php', 'wp-content/plugins/wp-rss-aggregator/src/Templates/Feeds/Types/AbstractFeedTemplateType.php'),
(11193, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Templates/Feeds/Types/AbstractWpraFeedTemplateType.php', 'wp-content/plugins/wp-rss-aggregator/src/Templates/Feeds/Types/AbstractWpraFeedTemplateType.php'),
(11194, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Templates/Feeds/Types/FeedTemplateTypeInterface.php', 'wp-content/plugins/wp-rss-aggregator/src/Templates/Feeds/Types/FeedTemplateTypeInterface.php'),
(11195, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Templates/Feeds/Types/ListTemplateType.php', 'wp-content/plugins/wp-rss-aggregator/src/Templates/Feeds/Types/ListTemplateType.php'),
(11196, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Templates/NullTemplate.php', 'wp-content/plugins/wp-rss-aggregator/src/Templates/NullTemplate.php'),
(11197, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Templates/TwigTemplate.php', 'wp-content/plugins/wp-rss-aggregator/src/Templates/TwigTemplate.php'),
(11198, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Twig/Extensions/Date/TwigDateTranslator.php', 'wp-content/plugins/wp-rss-aggregator/src/Twig/Extensions/Date/TwigDateTranslator.php'),
(11199, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Twig/Extensions/I18n/I18nTransNode.php', 'wp-content/plugins/wp-rss-aggregator/src/Twig/Extensions/I18n/I18nTransNode.php'),
(11200, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Twig/Extensions/I18n/I18nTransTokenParser.php', 'wp-content/plugins/wp-rss-aggregator/src/Twig/Extensions/I18n/I18nTransTokenParser.php'),
(11201, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Twig/Extensions/I18n/WpI18nExtension.php', 'wp-content/plugins/wp-rss-aggregator/src/Twig/Extensions/I18n/WpI18nExtension.php');
INSERT INTO `iamc_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(11202, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Twig/Extensions/WpraExtension.php', 'wp-content/plugins/wp-rss-aggregator/src/Twig/Extensions/WpraExtension.php'),
(11203, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Ui/BlacklistTable.php', 'wp-content/plugins/wp-rss-aggregator/src/Ui/BlacklistTable.php'),
(11204, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Util/CallbackIterator.php', 'wp-content/plugins/wp-rss-aggregator/src/Util/CallbackIterator.php'),
(11205, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Util/IteratorDelegateTrait.php', 'wp-content/plugins/wp-rss-aggregator/src/Util/IteratorDelegateTrait.php'),
(11206, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Util/MergedIterator.php', 'wp-content/plugins/wp-rss-aggregator/src/Util/MergedIterator.php'),
(11207, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Util/Normalize.php', 'wp-content/plugins/wp-rss-aggregator/src/Util/Normalize.php'),
(11208, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Util/NormalizeWpPostCapableTrait.php', 'wp-content/plugins/wp-rss-aggregator/src/Util/NormalizeWpPostCapableTrait.php'),
(11209, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Util/NullFunction.php', 'wp-content/plugins/wp-rss-aggregator/src/Util/NullFunction.php'),
(11210, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Util/PaginatedIterator.php', 'wp-content/plugins/wp-rss-aggregator/src/Util/PaginatedIterator.php'),
(11211, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Util/ParseArgsWithSchemaCapableTrait.php', 'wp-content/plugins/wp-rss-aggregator/src/Util/ParseArgsWithSchemaCapableTrait.php'),
(11212, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Util/SanitizeCommaListCapableTrait.php', 'wp-content/plugins/wp-rss-aggregator/src/Util/SanitizeCommaListCapableTrait.php'),
(11213, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Util/SanitizerInterface.php', 'wp-content/plugins/wp-rss-aggregator/src/Util/SanitizerInterface.php'),
(11214, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Util/Sanitizers/BoolSanitizer.php', 'wp-content/plugins/wp-rss-aggregator/src/Util/Sanitizers/BoolSanitizer.php'),
(11215, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Util/Sanitizers/CallbackSanitizer.php', 'wp-content/plugins/wp-rss-aggregator/src/Util/Sanitizers/CallbackSanitizer.php'),
(11216, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Util/Sanitizers/EquivalenceSanitizer.php', 'wp-content/plugins/wp-rss-aggregator/src/Util/Sanitizers/EquivalenceSanitizer.php'),
(11217, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Util/Sanitizers/IntSanitizer.php', 'wp-content/plugins/wp-rss-aggregator/src/Util/Sanitizers/IntSanitizer.php'),
(11218, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Util/Sanitizers/PhpFilterSanitizer.php', 'wp-content/plugins/wp-rss-aggregator/src/Util/Sanitizers/PhpFilterSanitizer.php'),
(11219, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Wp/Asset/AbstractAsset.php', 'wp-content/plugins/wp-rss-aggregator/src/Wp/Asset/AbstractAsset.php'),
(11220, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Wp/Asset/AssetInterface.php', 'wp-content/plugins/wp-rss-aggregator/src/Wp/Asset/AssetInterface.php'),
(11221, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Wp/Asset/ScriptAsset.php', 'wp-content/plugins/wp-rss-aggregator/src/Wp/Asset/ScriptAsset.php'),
(11222, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Wp/Asset/ScriptInterface.php', 'wp-content/plugins/wp-rss-aggregator/src/Wp/Asset/ScriptInterface.php'),
(11223, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Wp/Asset/StyleAsset.php', 'wp-content/plugins/wp-rss-aggregator/src/Wp/Asset/StyleAsset.php'),
(11224, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Wp/PluginInfo.php', 'wp-content/plugins/wp-rss-aggregator/src/Wp/PluginInfo.php'),
(11225, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Wp/WpExtensionInterface.php', 'wp-content/plugins/wp-rss-aggregator/src/Wp/WpExtensionInterface.php'),
(11226, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/src/Wp/WpRolesProxy.php', 'wp-content/plugins/wp-rss-aggregator/src/Wp/WpRolesProxy.php'),
(11227, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/templates/admin/blacklist-metabox.twig', 'wp-content/plugins/wp-rss-aggregator/templates/admin/blacklist-metabox.twig'),
(11228, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/templates/admin/feeds/images-meta-box.twig', 'wp-content/plugins/wp-rss-aggregator/templates/admin/feeds/images-meta-box.twig'),
(11229, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/templates/admin/feeds/save-meta-box.twig', 'wp-content/plugins/wp-rss-aggregator/templates/admin/feeds/save-meta-box.twig'),
(11230, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/templates/admin/feeds/shortcode.twig', 'wp-content/plugins/wp-rss-aggregator/templates/admin/feeds/shortcode.twig'),
(11231, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/templates/admin/intro-page.twig', 'wp-content/plugins/wp-rss-aggregator/templates/admin/intro-page.twig'),
(11232, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/templates/admin/items/images-meta-box.twig', 'wp-content/plugins/wp-rss-aggregator/templates/admin/items/images-meta-box.twig'),
(11233, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/templates/admin/partials/app-footer-scripts.twig', 'wp-content/plugins/wp-rss-aggregator/templates/admin/partials/app-footer-scripts.twig'),
(11234, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/templates/admin/templates-page.twig', 'wp-content/plugins/wp-rss-aggregator/templates/admin/templates-page.twig'),
(11235, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/templates/admin/tools/blacklist.twig', 'wp-content/plugins/wp-rss-aggregator/templates/admin/tools/blacklist.twig'),
(11236, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/templates/admin/tools/bulk_add.twig', 'wp-content/plugins/wp-rss-aggregator/templates/admin/tools/bulk_add.twig'),
(11237, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/templates/admin/tools/crons.twig', 'wp-content/plugins/wp-rss-aggregator/templates/admin/tools/crons.twig'),
(11238, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/templates/admin/tools/export.twig', 'wp-content/plugins/wp-rss-aggregator/templates/admin/tools/export.twig'),
(11239, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/templates/admin/tools/import.twig', 'wp-content/plugins/wp-rss-aggregator/templates/admin/tools/import.twig'),
(11240, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/templates/admin/tools/logs.twig', 'wp-content/plugins/wp-rss-aggregator/templates/admin/tools/logs.twig'),
(11241, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/templates/admin/tools/main.twig', 'wp-content/plugins/wp-rss-aggregator/templates/admin/tools/main.twig'),
(11242, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/templates/admin/tools/reset.twig', 'wp-content/plugins/wp-rss-aggregator/templates/admin/tools/reset.twig'),
(11243, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/templates/admin/tools/sys_info.twig', 'wp-content/plugins/wp-rss-aggregator/templates/admin/tools/sys_info.twig'),
(11244, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/templates/admin/update-page.twig', 'wp-content/plugins/wp-rss-aggregator/templates/admin/update-page.twig'),
(11245, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/templates/admin/upsell/add-on-list.twig', 'wp-content/plugins/wp-rss-aggregator/templates/admin/upsell/add-on-list.twig'),
(11246, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/templates/admin/upsell/more-features-page/add-on.twig', 'wp-content/plugins/wp-rss-aggregator/templates/admin/upsell/more-features-page/add-on.twig'),
(11247, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/templates/admin/upsell/more-features-page/lorem.twig', 'wp-content/plugins/wp-rss-aggregator/templates/admin/upsell/more-features-page/lorem.twig'),
(11248, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/templates/admin/upsell/more-features-page/main.twig', 'wp-content/plugins/wp-rss-aggregator/templates/admin/upsell/more-features-page/main.twig'),
(11249, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/templates/custom-feed/entry.twig', 'wp-content/plugins/wp-rss-aggregator/templates/custom-feed/entry.twig'),
(11250, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/templates/custom-feed/main.twig', 'wp-content/plugins/wp-rss-aggregator/templates/custom-feed/main.twig'),
(11251, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/templates/feeds/_parts/audio-player.twig', 'wp-content/plugins/wp-rss-aggregator/templates/feeds/_parts/audio-player.twig'),
(11252, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/templates/feeds/container.twig', 'wp-content/plugins/wp-rss-aggregator/templates/feeds/container.twig'),
(11253, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/templates/feeds/list/default-pagination.twig', 'wp-content/plugins/wp-rss-aggregator/templates/feeds/list/default-pagination.twig'),
(11254, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/templates/feeds/list/feed-item.twig', 'wp-content/plugins/wp-rss-aggregator/templates/feeds/list/feed-item.twig'),
(11255, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/templates/feeds/list/feed-list.twig', 'wp-content/plugins/wp-rss-aggregator/templates/feeds/list/feed-list.twig'),
(11256, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/templates/feeds/list/main.twig', 'wp-content/plugins/wp-rss-aggregator/templates/feeds/list/main.twig'),
(11257, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/templates/feeds/list/numbered-pagination.twig', 'wp-content/plugins/wp-rss-aggregator/templates/feeds/list/numbered-pagination.twig'),
(11258, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/templates/help-footer-js.php', 'wp-content/plugins/wp-rss-aggregator/templates/help-footer-js.php'),
(11259, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/templates/help-tooltip-content.php', 'wp-content/plugins/wp-rss-aggregator/templates/help-tooltip-content.php'),
(11260, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/templates/help-tooltip-handle.php', 'wp-content/plugins/wp-rss-aggregator/templates/help-tooltip-handle.php'),
(11261, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/templates/wprss.css', 'wp-content/plugins/wp-rss-aggregator/templates/wprss.css'),
(11262, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/uninstall.php', 'wp-content/plugins/wp-rss-aggregator/uninstall.php'),
(11263, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/autoload.php', 'wp-content/plugins/wp-rss-aggregator/vendor/autoload.php'),
(11264, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/composer/ClassLoader.php', 'wp-content/plugins/wp-rss-aggregator/vendor/composer/ClassLoader.php'),
(11265, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/composer/InstalledVersions.php', 'wp-content/plugins/wp-rss-aggregator/vendor/composer/InstalledVersions.php'),
(11266, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/composer/LICENSE', 'wp-content/plugins/wp-rss-aggregator/vendor/composer/LICENSE'),
(11267, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/composer/autoload_classmap.php', 'wp-content/plugins/wp-rss-aggregator/vendor/composer/autoload_classmap.php'),
(11268, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/composer/autoload_files.php', 'wp-content/plugins/wp-rss-aggregator/vendor/composer/autoload_files.php'),
(11269, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/composer/autoload_namespaces.php', 'wp-content/plugins/wp-rss-aggregator/vendor/composer/autoload_namespaces.php'),
(11270, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/composer/autoload_psr4.php', 'wp-content/plugins/wp-rss-aggregator/vendor/composer/autoload_psr4.php'),
(11271, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/composer/autoload_real.php', 'wp-content/plugins/wp-rss-aggregator/vendor/composer/autoload_real.php'),
(11272, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/composer/autoload_static.php', 'wp-content/plugins/wp-rss-aggregator/vendor/composer/autoload_static.php'),
(11273, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/composer/installed.json', 'wp-content/plugins/wp-rss-aggregator/vendor/composer/installed.json'),
(11274, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/composer/installed.php', 'wp-content/plugins/wp-rss-aggregator/vendor/composer/installed.php'),
(11275, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/composer/platform_check.php', 'wp-content/plugins/wp-rss-aggregator/vendor/composer/platform_check.php'),
(11276, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/container-interop/container-interop/.gitignore', 'wp-content/plugins/wp-rss-aggregator/vendor/container-interop/container-interop/.gitignore'),
(11277, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/container-interop/container-interop/LICENSE', 'wp-content/plugins/wp-rss-aggregator/vendor/container-interop/container-interop/LICENSE'),
(11278, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/container-interop/container-interop/README.md', 'wp-content/plugins/wp-rss-aggregator/vendor/container-interop/container-interop/README.md'),
(11279, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/container-interop/container-interop/composer.json', 'wp-content/plugins/wp-rss-aggregator/vendor/container-interop/container-interop/composer.json'),
(11280, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/container-interop/container-interop/docs/ContainerInterface-meta.md', 'wp-content/plugins/wp-rss-aggregator/vendor/container-interop/container-interop/docs/ContainerInterface-meta.md'),
(11281, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/container-interop/container-interop/docs/ContainerInterface.md', 'wp-content/plugins/wp-rss-aggregator/vendor/container-interop/container-interop/docs/ContainerInterface.md'),
(11282, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/container-interop/container-interop/docs/Delegate-lookup-meta.md', 'wp-content/plugins/wp-rss-aggregator/vendor/container-interop/container-interop/docs/Delegate-lookup-meta.md'),
(11283, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/container-interop/container-interop/docs/Delegate-lookup.md', 'wp-content/plugins/wp-rss-aggregator/vendor/container-interop/container-interop/docs/Delegate-lookup.md'),
(11284, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/container-interop/container-interop/docs/images/interoperating_containers.png', 'wp-content/plugins/wp-rss-aggregator/vendor/container-interop/container-interop/docs/images/interoperating_containers.png'),
(11285, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/container-interop/container-interop/docs/images/priority.png', 'wp-content/plugins/wp-rss-aggregator/vendor/container-interop/container-interop/docs/images/priority.png'),
(11286, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/container-interop/container-interop/docs/images/side_by_side_containers.png', 'wp-content/plugins/wp-rss-aggregator/vendor/container-interop/container-interop/docs/images/side_by_side_containers.png'),
(11287, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/container-interop/container-interop/src/Interop/Container/ContainerInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/container-interop/container-interop/src/Interop/Container/ContainerInterface.php'),
(11288, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/container-interop/container-interop/src/Interop/Container/Exception/ContainerException.php', 'wp-content/plugins/wp-rss-aggregator/vendor/container-interop/container-interop/src/Interop/Container/Exception/ContainerException.php'),
(11289, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/container-interop/container-interop/src/Interop/Container/Exception/NotFoundException.php', 'wp-content/plugins/wp-rss-aggregator/vendor/container-interop/container-interop/src/Interop/Container/Exception/NotFoundException.php'),
(11290, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/container-interop/service-provider/.gitignore', 'wp-content/plugins/wp-rss-aggregator/vendor/container-interop/service-provider/.gitignore'),
(11291, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/container-interop/service-provider/README.md', 'wp-content/plugins/wp-rss-aggregator/vendor/container-interop/service-provider/README.md'),
(11292, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/container-interop/service-provider/composer.json', 'wp-content/plugins/wp-rss-aggregator/vendor/container-interop/service-provider/composer.json'),
(11293, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/container-interop/service-provider/puli.json', 'wp-content/plugins/wp-rss-aggregator/vendor/container-interop/service-provider/puli.json'),
(11294, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/container-interop/service-provider/src/ServiceProvider.php', 'wp-content/plugins/wp-rss-aggregator/vendor/container-interop/service-provider/src/ServiceProvider.php'),
(11295, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-abstract/composer.json', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-abstract/composer.json'),
(11296, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-abstract/composer.lock', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-abstract/composer.lock'),
(11297, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-abstract/src/AbstractCallbackCollection.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-abstract/src/AbstractCallbackCollection.php'),
(11298, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-abstract/src/AbstractCallbackCollectionBase.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-abstract/src/AbstractCallbackCollectionBase.php'),
(11299, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-abstract/src/AbstractCallbackIterator.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-abstract/src/AbstractCallbackIterator.php'),
(11300, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-abstract/src/AbstractGenericAccessibleCollection.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-abstract/src/AbstractGenericAccessibleCollection.php'),
(11301, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-abstract/src/AbstractGenericCollection.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-abstract/src/AbstractGenericCollection.php'),
(11302, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-abstract/src/AbstractGenericMutableCollection.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-abstract/src/AbstractGenericMutableCollection.php'),
(11303, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-abstract/src/AbstractSearchableCollection.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-abstract/src/AbstractSearchableCollection.php'),
(11304, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-abstract/src/AppendIterator.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-abstract/src/AppendIterator.php'),
(11305, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-abstract/src/CallbackIterator.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-abstract/src/CallbackIterator.php'),
(11306, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-abstract-base/composer.json', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-abstract-base/composer.json'),
(11307, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-abstract-base/composer.lock', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-abstract-base/composer.lock'),
(11308, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-abstract-base/src/AbstractCollection.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-abstract-base/src/AbstractCollection.php'),
(11309, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-abstract-base/src/AbstractHasher.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-abstract-base/src/AbstractHasher.php'),
(11310, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-abstract-base/src/AbstractIterableCollection.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-abstract-base/src/AbstractIterableCollection.php'),
(11311, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-interface/composer.json', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-interface/composer.json'),
(11312, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-interface/composer.lock', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-interface/composer.lock'),
(11313, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-interface/src/AccessibleCollectionInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-interface/src/AccessibleCollectionInterface.php'),
(11314, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-interface/src/CallbackIterableInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-interface/src/CallbackIterableInterface.php'),
(11315, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-interface/src/CallbackIteratorInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-interface/src/CallbackIteratorInterface.php'),
(11316, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-interface/src/CollectionInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-interface/src/CollectionInterface.php'),
(11317, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-interface/src/MutableCollectionInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-interface/src/MutableCollectionInterface.php'),
(11318, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-interface/src/SearchableCollectionInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-interface/src/SearchableCollectionInterface.php'),
(11319, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-interface/src/SequenceIteratorIteratorInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-interface/src/SequenceIteratorIteratorInterface.php'),
(11320, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-interface/src/SetInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/collections-interface/src/SetInterface.php'),
(11321, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/container-helper-base/LICENSE', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/container-helper-base/LICENSE'),
(11322, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/container-helper-base/composer.json', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/container-helper-base/composer.json'),
(11323, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/container-helper-base/src/ContainerGetCapableTrait.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/container-helper-base/src/ContainerGetCapableTrait.php'),
(11324, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/container-helper-base/src/ContainerGetPathCapableTrait.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/container-helper-base/src/ContainerGetPathCapableTrait.php'),
(11325, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/container-helper-base/src/ContainerHasCapableTrait.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/container-helper-base/src/ContainerHasCapableTrait.php'),
(11326, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/container-helper-base/src/ContainerHasPathCapableTrait.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/container-helper-base/src/ContainerHasPathCapableTrait.php'),
(11327, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/container-helper-base/src/ContainerListGetCapableTrait.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/container-helper-base/src/ContainerListGetCapableTrait.php'),
(11328, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/container-helper-base/src/ContainerListHasCapableTrait.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/container-helper-base/src/ContainerListHasCapableTrait.php'),
(11329, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/container-helper-base/src/ContainerSetCapableTrait.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/container-helper-base/src/ContainerSetCapableTrait.php'),
(11330, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/container-helper-base/src/ContainerSetManyCapableTrait.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/container-helper-base/src/ContainerSetManyCapableTrait.php'),
(11331, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/container-helper-base/src/ContainerSetPathCapableTrait.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/container-helper-base/src/ContainerSetPathCapableTrait.php'),
(11332, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/container-helper-base/src/ContainerUnsetCapableTrait.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/container-helper-base/src/ContainerUnsetCapableTrait.php'),
(11333, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/container-helper-base/src/ContainerUnsetManyCapableTrait.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/container-helper-base/src/ContainerUnsetManyCapableTrait.php'),
(11334, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/container-helper-base/src/NormalizeContainerCapableTrait.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/container-helper-base/src/NormalizeContainerCapableTrait.php'),
(11335, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/container-helper-base/src/NormalizeKeyCapableTrait.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/container-helper-base/src/NormalizeKeyCapableTrait.php'),
(11336, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/container-helper-base/src/NormalizeWritableContainerCapableTrait.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/container-helper-base/src/NormalizeWritableContainerCapableTrait.php'),
(11337, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/di/.gitattributes', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/di/.gitattributes'),
(11338, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/di/LICENSE', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/di/LICENSE'),
(11339, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/di/composer.json', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/di/composer.json'),
(11340, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/di/src/AbstractContainerBase.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/di/src/AbstractContainerBase.php'),
(11341, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/di/src/CompositeContainer.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/di/src/CompositeContainer.php'),
(11342, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/di/src/Container.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/di/src/Container.php'),
(11343, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/di/src/ContainerWithImmutableParent.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/di/src/ContainerWithImmutableParent.php'),
(11344, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/di/src/ContainerWithMutableParent.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/di/src/ContainerWithMutableParent.php'),
(11345, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/di/src/Exception/ContainerException.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/di/src/Exception/ContainerException.php'),
(11346, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/di/src/Exception/NotFoundException.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/di/src/Exception/NotFoundException.php'),
(11347, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/di/src/ServiceProvider.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/di/src/ServiceProvider.php'),
(11348, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/di-abstract/LICENSE', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/di-abstract/LICENSE'),
(11349, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/di-abstract/composer.json', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/di-abstract/composer.json'),
(11350, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/di-abstract/composer.lock', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/di-abstract/composer.lock'),
(11351, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/di-abstract/src/AbstractCompositeContainer.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/di-abstract/src/AbstractCompositeContainer.php'),
(11352, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/di-abstract/src/AbstractContainer.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/di-abstract/src/AbstractContainer.php'),
(11353, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/di-abstract/src/AbstractParentAwareContainer.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/di-abstract/src/AbstractParentAwareContainer.php'),
(11354, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/di-abstract/src/AbstractServiceProvider.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/di-abstract/src/AbstractServiceProvider.php'),
(11355, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/di-interface/LICENSE', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/di-interface/LICENSE'),
(11356, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/di-interface/composer.json', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/di-interface/composer.json'),
(11357, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/di-interface/composer.lock', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/di-interface/composer.lock'),
(11358, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/di-interface/src/CompositeContainerInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/di-interface/src/CompositeContainerInterface.php'),
(11359, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/di-interface/src/ContainerInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/di-interface/src/ContainerInterface.php'),
(11360, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/di-interface/src/ContainersAwareInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/di-interface/src/ContainersAwareInterface.php'),
(11361, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/di-interface/src/ExceptionInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/di-interface/src/ExceptionInterface.php'),
(11362, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/di-interface/src/FactoryInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/di-interface/src/FactoryInterface.php'),
(11363, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/di-interface/src/ParentAwareContainerInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/di-interface/src/ParentAwareContainerInterface.php'),
(11364, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/di-interface/src/ServiceProviderInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/di-interface/src/ServiceProviderInterface.php'),
(11365, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/di-interface/src/WritableCompositeContainerInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/di-interface/src/WritableCompositeContainerInterface.php'),
(11366, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/di-interface/src/WritableContainerInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/di-interface/src/WritableContainerInterface.php'),
(11367, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception/LICENSE', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception/LICENSE'),
(11368, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception/composer.json', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception/composer.json'),
(11369, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception/src/AbstractBaseException.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception/src/AbstractBaseException.php'),
(11370, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception/src/CreateExceptionCapableTrait.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception/src/CreateExceptionCapableTrait.php'),
(11371, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception/src/CreateInternalExceptionCapableTrait.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception/src/CreateInternalExceptionCapableTrait.php'),
(11372, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception/src/CreateInvalidArgumentExceptionCapableTrait.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception/src/CreateInvalidArgumentExceptionCapableTrait.php'),
(11373, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception/src/CreateNativeInvalidArgumentExceptionCapableTrait.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception/src/CreateNativeInvalidArgumentExceptionCapableTrait.php'),
(11374, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception/src/CreateOutOfBoundsExceptionCapableTrait.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception/src/CreateOutOfBoundsExceptionCapableTrait.php'),
(11375, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception/src/CreateOutOfRangeExceptionCapableTrait.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception/src/CreateOutOfRangeExceptionCapableTrait.php'),
(11376, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception/src/CreateRuntimeExceptionCapableTrait.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception/src/CreateRuntimeExceptionCapableTrait.php'),
(11377, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception/src/Exception.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception/src/Exception.php'),
(11378, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception/src/ExceptionTrait.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception/src/ExceptionTrait.php'),
(11379, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception/src/InitBaseExceptionCapableTrait.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception/src/InitBaseExceptionCapableTrait.php'),
(11380, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception/src/InternalException.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception/src/InternalException.php'),
(11381, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception/src/InvalidArgumentException.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception/src/InvalidArgumentException.php'),
(11382, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception/src/OutOfBoundsException.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception/src/OutOfBoundsException.php'),
(11383, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception/src/OutOfRangeException.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception/src/OutOfRangeException.php'),
(11384, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception/src/RuntimeException.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception/src/RuntimeException.php'),
(11385, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception/src/SubjectAwareTrait.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception/src/SubjectAwareTrait.php'),
(11386, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception-interface/LICENSE', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception-interface/LICENSE'),
(11387, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception-interface/composer.json', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception-interface/composer.json'),
(11388, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception-interface/src/ArgumentCodeAwareInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception-interface/src/ArgumentCodeAwareInterface.php'),
(11389, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception-interface/src/BadSubjectExceptionInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception-interface/src/BadSubjectExceptionInterface.php'),
(11390, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception-interface/src/InternalExceptionInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception-interface/src/InternalExceptionInterface.php'),
(11391, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception-interface/src/InvalidArgumentExceptionInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception-interface/src/InvalidArgumentExceptionInterface.php'),
(11392, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception-interface/src/OutOfBoundsExceptionInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception-interface/src/OutOfBoundsExceptionInterface.php'),
(11393, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception-interface/src/OutOfRangeExceptionInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception-interface/src/OutOfRangeExceptionInterface.php'),
(11394, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception-interface/src/RuntimeExceptionInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception-interface/src/RuntimeExceptionInterface.php'),
(11395, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception-interface/src/ThrowableInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/exception-interface/src/ThrowableInterface.php'),
(11396, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/factory-interface/LICENSE', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/factory-interface/LICENSE'),
(11397, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/factory-interface/composer.json', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/factory-interface/composer.json'),
(11398, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/factory-interface/src/DataObjectFactoryInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/factory-interface/src/DataObjectFactoryInterface.php'),
(11399, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/factory-interface/src/Exception/CouldNotMakeExceptionInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/factory-interface/src/Exception/CouldNotMakeExceptionInterface.php'),
(11400, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/factory-interface/src/Exception/FactoryExceptionInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/factory-interface/src/Exception/FactoryExceptionInterface.php'),
(11401, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/factory-interface/src/FactoryAwareInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/factory-interface/src/FactoryAwareInterface.php'),
(11402, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/factory-interface/src/FactoryFactoryInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/factory-interface/src/FactoryFactoryInterface.php'),
(11403, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/factory-interface/src/FactoryInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/factory-interface/src/FactoryInterface.php'),
(11404, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/i18n-helper-base/LICENSE', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/i18n-helper-base/LICENSE'),
(11405, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/i18n-helper-base/composer.json', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/i18n-helper-base/composer.json'),
(11406, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/i18n-helper-base/src/StringTranslatingTrait.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/i18n-helper-base/src/StringTranslatingTrait.php'),
(11407, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/i18n-helper-base/src/StringTranslatorAwareTrait.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/i18n-helper-base/src/StringTranslatorAwareTrait.php'),
(11408, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/i18n-helper-base/src/StringTranslatorConsumingTrait.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/i18n-helper-base/src/StringTranslatorConsumingTrait.php'),
(11409, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/i18n-interface/LICENSE', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/i18n-interface/LICENSE'),
(11410, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/i18n-interface/composer.json', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/i18n-interface/composer.json'),
(11411, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/i18n-interface/src/Exception/FormatTranslationExceptionInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/i18n-interface/src/Exception/FormatTranslationExceptionInterface.php'),
(11412, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/i18n-interface/src/Exception/I18nExceptionInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/i18n-interface/src/Exception/I18nExceptionInterface.php'),
(11413, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/i18n-interface/src/Exception/StringTranslationExceptionInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/i18n-interface/src/Exception/StringTranslationExceptionInterface.php'),
(11414, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/i18n-interface/src/Exception/TranslationExceptionInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/i18n-interface/src/Exception/TranslationExceptionInterface.php'),
(11415, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/i18n-interface/src/FormatTranslatorInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/i18n-interface/src/FormatTranslatorInterface.php'),
(11416, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/i18n-interface/src/StringTranslatorInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/i18n-interface/src/StringTranslatorInterface.php'),
(11417, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/i18n-interface/src/TranslatorInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/i18n-interface/src/TranslatorInterface.php'),
(11418, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/iterator-helper-base/LICENSE', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/iterator-helper-base/LICENSE'),
(11419, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/iterator-helper-base/composer.json', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/iterator-helper-base/composer.json'),
(11420, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/iterator-helper-base/src/CountIterableCapableTrait.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/iterator-helper-base/src/CountIterableCapableTrait.php'),
(11421, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/iterator-helper-base/src/MapIterableCapableTrait.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/iterator-helper-base/src/MapIterableCapableTrait.php'),
(11422, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/iterator-helper-base/src/NormalizeIteratorCapableTrait.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/iterator-helper-base/src/NormalizeIteratorCapableTrait.php'),
(11423, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/iterator-helper-base/src/ResolveIteratorCapableTrait.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/iterator-helper-base/src/ResolveIteratorCapableTrait.php'),
(11424, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/normalization-helper-base/LICENSE', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/normalization-helper-base/LICENSE'),
(11425, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/normalization-helper-base/composer.json', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/normalization-helper-base/composer.json'),
(11426, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/normalization-helper-base/src/NormalizeArrayCapableTrait.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/normalization-helper-base/src/NormalizeArrayCapableTrait.php'),
(11427, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/normalization-helper-base/src/NormalizeIntCapableTrait.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/normalization-helper-base/src/NormalizeIntCapableTrait.php'),
(11428, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/normalization-helper-base/src/NormalizeIterableCapableTrait.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/normalization-helper-base/src/NormalizeIterableCapableTrait.php'),
(11429, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/normalization-helper-base/src/NormalizeStringCapableTrait.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/normalization-helper-base/src/NormalizeStringCapableTrait.php'),
(11430, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/normalization-helper-base/src/NormalizeStringableCapableTrait.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/normalization-helper-base/src/NormalizeStringableCapableTrait.php'),
(11431, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-abstract/LICENSE', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-abstract/LICENSE'),
(11432, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-abstract/composer.json', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-abstract/composer.json'),
(11433, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-abstract/src/BlockAwareTrait.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-abstract/src/BlockAwareTrait.php'),
(11434, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-abstract/src/CaptureOutputCapableTrait.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-abstract/src/CaptureOutputCapableTrait.php'),
(11435, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-abstract/src/ContextAwareTrait.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-abstract/src/ContextAwareTrait.php'),
(11436, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-abstract/src/RenderCapableTemplateBlockTrait.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-abstract/src/RenderCapableTemplateBlockTrait.php');
INSERT INTO `iamc_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(11437, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-abstract/src/RenderExceptionCapableToStringTrait.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-abstract/src/RenderExceptionCapableToStringTrait.php'),
(11438, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-abstract/src/RenderTemplateCapableTrait.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-abstract/src/RenderTemplateCapableTrait.php'),
(11439, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-abstract/src/RendererAwareTrait.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-abstract/src/RendererAwareTrait.php'),
(11440, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-abstract/src/StringableRenderCatcherTrait.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-abstract/src/StringableRenderCatcherTrait.php'),
(11441, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-abstract/src/TemplateAwareTrait.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-abstract/src/TemplateAwareTrait.php'),
(11442, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-base/LICENSE', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-base/LICENSE'),
(11443, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-base/composer.json', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-base/composer.json'),
(11444, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-base/src/CreateCouldNotRenderExceptionCapableTrait.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-base/src/CreateCouldNotRenderExceptionCapableTrait.php'),
(11445, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-base/src/CreateRendererExceptionCapableTrait.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-base/src/CreateRendererExceptionCapableTrait.php'),
(11446, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-base/src/CreateTemplateRenderExceptionCapableTrait.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-base/src/CreateTemplateRenderExceptionCapableTrait.php'),
(11447, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-base/src/Exception/CouldNotRenderException.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-base/src/Exception/CouldNotRenderException.php'),
(11448, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-base/src/Exception/RendererException.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-base/src/Exception/RendererException.php'),
(11449, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-base/src/Exception/TemplateRenderException.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-base/src/Exception/TemplateRenderException.php'),
(11450, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-interface/LICENSE', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-interface/LICENSE'),
(11451, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-interface/composer.json', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-interface/composer.json'),
(11452, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-interface/src/BlockAwareInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-interface/src/BlockAwareInterface.php'),
(11453, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-interface/src/BlockFactoryInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-interface/src/BlockFactoryInterface.php'),
(11454, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-interface/src/BlockInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-interface/src/BlockInterface.php'),
(11455, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-interface/src/ContextAwareInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-interface/src/ContextAwareInterface.php'),
(11456, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-interface/src/Exception/CouldNotRenderExceptionInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-interface/src/Exception/CouldNotRenderExceptionInterface.php'),
(11457, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-interface/src/Exception/RendererExceptionInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-interface/src/Exception/RendererExceptionInterface.php'),
(11458, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-interface/src/Exception/TemplateRenderExceptionInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-interface/src/Exception/TemplateRenderExceptionInterface.php'),
(11459, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-interface/src/RendererAwareInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-interface/src/RendererAwareInterface.php'),
(11460, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-interface/src/RendererInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-interface/src/RendererInterface.php'),
(11461, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-interface/src/TemplateAwareInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-interface/src/TemplateAwareInterface.php'),
(11462, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-interface/src/TemplateFactoryInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-interface/src/TemplateFactoryInterface.php'),
(11463, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-interface/src/TemplateInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/output-renderer-interface/src/TemplateInterface.php'),
(11464, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/stats-abstract/composer.json', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/stats-abstract/composer.json'),
(11465, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/stats-abstract/composer.lock', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/stats-abstract/composer.lock'),
(11466, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/stats-abstract/src/AbstractAggregatableCollection.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/stats-abstract/src/AbstractAggregatableCollection.php'),
(11467, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/stats-abstract/src/AbstractAggregator.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/stats-abstract/src/AbstractAggregator.php'),
(11468, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/stats-interface/composer.json', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/stats-interface/composer.json'),
(11469, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/stats-interface/composer.lock', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/stats-interface/composer.lock'),
(11470, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/stats-interface/src/AggregatorInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/stats-interface/src/AggregatorInterface.php'),
(11471, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/stringable-interface/LICENSE', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/stringable-interface/LICENSE'),
(11472, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/stringable-interface/composer.json', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/stringable-interface/composer.json'),
(11473, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/stringable-interface/composer.lock', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/stringable-interface/composer.lock'),
(11474, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/stringable-interface/src/StringableInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/stringable-interface/src/StringableInterface.php'),
(11475, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/transformer-interface/LICENSE', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/transformer-interface/LICENSE'),
(11476, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/transformer-interface/composer.json', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/transformer-interface/composer.json'),
(11477, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/transformer-interface/src/Exception/CouldNotTransformExceptionInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/transformer-interface/src/Exception/CouldNotTransformExceptionInterface.php'),
(11478, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/transformer-interface/src/Exception/TransformerExceptionInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/transformer-interface/src/Exception/TransformerExceptionInterface.php'),
(11479, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/transformer-interface/src/TransformerAwareInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/transformer-interface/src/TransformerAwareInterface.php'),
(11480, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/transformer-interface/src/TransformerFactoryInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/transformer-interface/src/TransformerFactoryInterface.php'),
(11481, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/transformer-interface/src/TransformerInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/transformer-interface/src/TransformerInterface.php'),
(11482, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-abstract/LICENSE', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-abstract/LICENSE'),
(11483, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-abstract/composer.json', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-abstract/composer.json'),
(11484, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-abstract/src/ChildValidatorsAwareTrait.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-abstract/src/ChildValidatorsAwareTrait.php'),
(11485, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-abstract/src/GetValidationErrorsCapableCompositeTrait.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-abstract/src/GetValidationErrorsCapableCompositeTrait.php'),
(11486, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-abstract/src/IsValidCapableTrait.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-abstract/src/IsValidCapableTrait.php'),
(11487, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-abstract/src/SpecAwareTrait.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-abstract/src/SpecAwareTrait.php'),
(11488, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-abstract/src/ValidateCapableTrait.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-abstract/src/ValidateCapableTrait.php'),
(11489, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-abstract/src/ValidationErrorsAwareTrait.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-abstract/src/ValidationErrorsAwareTrait.php'),
(11490, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-abstract/src/ValidationSubjectAwareTrait.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-abstract/src/ValidationSubjectAwareTrait.php'),
(11491, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-abstract/src/ValidatorAwareTrait.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-abstract/src/ValidatorAwareTrait.php'),
(11492, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-base/LICENSE', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-base/LICENSE'),
(11493, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-base/composer.json', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-base/composer.json'),
(11494, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-base/src/AbstractCompositeValidatorBase.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-base/src/AbstractCompositeValidatorBase.php'),
(11495, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-base/src/AbstractValidatorBase.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-base/src/AbstractValidatorBase.php'),
(11496, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-base/src/CreateValidationExceptionCapableTrait.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-base/src/CreateValidationExceptionCapableTrait.php'),
(11497, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-base/src/CreateValidationFailedExceptionCapableTrait.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-base/src/CreateValidationFailedExceptionCapableTrait.php'),
(11498, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-base/src/Exception/AbstractBaseValidationException.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-base/src/Exception/AbstractBaseValidationException.php'),
(11499, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-base/src/Exception/ValidationException.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-base/src/Exception/ValidationException.php'),
(11500, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-base/src/Exception/ValidationFailedException.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-base/src/Exception/ValidationFailedException.php'),
(11501, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-base/src/ValidatorTrait.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-base/src/ValidatorTrait.php'),
(11502, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-interface/LICENSE', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-interface/LICENSE'),
(11503, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-interface/composer.json', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-interface/composer.json'),
(11504, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-interface/src/Exception/ValidationExceptionInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-interface/src/Exception/ValidationExceptionInterface.php'),
(11505, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-interface/src/Exception/ValidationFailedExceptionInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-interface/src/Exception/ValidationFailedExceptionInterface.php'),
(11506, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-interface/src/SpecAwareInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-interface/src/SpecAwareInterface.php'),
(11507, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-interface/src/SubjectAwareInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-interface/src/SubjectAwareInterface.php'),
(11508, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-interface/src/ValidatorAwareInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-interface/src/ValidatorAwareInterface.php'),
(11509, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-interface/src/ValidatorFactoryInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-interface/src/ValidatorFactoryInterface.php'),
(11510, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-interface/src/ValidatorInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/dhii/validation-interface/src/ValidatorInterface.php'),
(11511, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/erusev/parsedown/LICENSE.txt', 'wp-content/plugins/wp-rss-aggregator/vendor/erusev/parsedown/LICENSE.txt'),
(11512, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/erusev/parsedown/Parsedown.php', 'wp-content/plugins/wp-rss-aggregator/vendor/erusev/parsedown/Parsedown.php'),
(11513, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/erusev/parsedown/composer.json', 'wp-content/plugins/wp-rss-aggregator/vendor/erusev/parsedown/composer.json'),
(11514, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/psr/container/.gitignore', 'wp-content/plugins/wp-rss-aggregator/vendor/psr/container/.gitignore'),
(11515, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/psr/container/LICENSE', 'wp-content/plugins/wp-rss-aggregator/vendor/psr/container/LICENSE'),
(11516, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/psr/container/composer.json', 'wp-content/plugins/wp-rss-aggregator/vendor/psr/container/composer.json'),
(11517, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/psr/container/src/ContainerExceptionInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/psr/container/src/ContainerExceptionInterface.php'),
(11518, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/psr/container/src/ContainerInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/psr/container/src/ContainerInterface.php'),
(11519, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/psr/container/src/NotFoundExceptionInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/psr/container/src/NotFoundExceptionInterface.php'),
(11520, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/psr/log/LICENSE', 'wp-content/plugins/wp-rss-aggregator/vendor/psr/log/LICENSE'),
(11521, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/psr/log/Psr/Log/AbstractLogger.php', 'wp-content/plugins/wp-rss-aggregator/vendor/psr/log/Psr/Log/AbstractLogger.php'),
(11522, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/psr/log/Psr/Log/InvalidArgumentException.php', 'wp-content/plugins/wp-rss-aggregator/vendor/psr/log/Psr/Log/InvalidArgumentException.php'),
(11523, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/psr/log/Psr/Log/LogLevel.php', 'wp-content/plugins/wp-rss-aggregator/vendor/psr/log/Psr/Log/LogLevel.php'),
(11524, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/psr/log/Psr/Log/LoggerAwareInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/psr/log/Psr/Log/LoggerAwareInterface.php'),
(11525, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/psr/log/Psr/Log/LoggerAwareTrait.php', 'wp-content/plugins/wp-rss-aggregator/vendor/psr/log/Psr/Log/LoggerAwareTrait.php'),
(11526, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/psr/log/Psr/Log/LoggerInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/psr/log/Psr/Log/LoggerInterface.php'),
(11527, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/psr/log/Psr/Log/LoggerTrait.php', 'wp-content/plugins/wp-rss-aggregator/vendor/psr/log/Psr/Log/LoggerTrait.php'),
(11528, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/psr/log/Psr/Log/NullLogger.php', 'wp-content/plugins/wp-rss-aggregator/vendor/psr/log/Psr/Log/NullLogger.php'),
(11529, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/psr/log/Psr/Log/Test/DummyTest.php', 'wp-content/plugins/wp-rss-aggregator/vendor/psr/log/Psr/Log/Test/DummyTest.php'),
(11530, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/psr/log/Psr/Log/Test/LoggerInterfaceTest.php', 'wp-content/plugins/wp-rss-aggregator/vendor/psr/log/Psr/Log/Test/LoggerInterfaceTest.php'),
(11531, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/psr/log/Psr/Log/Test/TestLogger.php', 'wp-content/plugins/wp-rss-aggregator/vendor/psr/log/Psr/Log/Test/TestLogger.php'),
(11532, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/psr/log/composer.json', 'wp-content/plugins/wp-rss-aggregator/vendor/psr/log/composer.json'),
(11533, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/rebelcode/composer-cleanup-plugin/.gitignore', 'wp-content/plugins/wp-rss-aggregator/vendor/rebelcode/composer-cleanup-plugin/.gitignore'),
(11534, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/rebelcode/composer-cleanup-plugin/composer.json', 'wp-content/plugins/wp-rss-aggregator/vendor/rebelcode/composer-cleanup-plugin/composer.json'),
(11535, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/rebelcode/composer-cleanup-plugin/src/CleanupPlugin.php', 'wp-content/plugins/wp-rss-aggregator/vendor/rebelcode/composer-cleanup-plugin/src/CleanupPlugin.php'),
(11536, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/rebelcode/composer-cleanup-plugin/src/CleanupRules.php', 'wp-content/plugins/wp-rss-aggregator/vendor/rebelcode/composer-cleanup-plugin/src/CleanupRules.php'),
(11537, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/polyfill-ctype/Ctype.php', 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/polyfill-ctype/Ctype.php'),
(11538, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/polyfill-ctype/LICENSE', 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/polyfill-ctype/LICENSE'),
(11539, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/polyfill-ctype/bootstrap.php', 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/polyfill-ctype/bootstrap.php'),
(11540, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/polyfill-ctype/composer.json', 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/polyfill-ctype/composer.json'),
(11541, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/polyfill-mbstring/LICENSE', 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/polyfill-mbstring/LICENSE'),
(11542, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/polyfill-mbstring/Mbstring.php', 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/polyfill-mbstring/Mbstring.php'),
(11543, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/polyfill-mbstring/README.md', 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/polyfill-mbstring/README.md'),
(11544, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/polyfill-mbstring/Resources/mb_convert_variables.php8', 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/polyfill-mbstring/Resources/mb_convert_variables.php8'),
(11545, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php', 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php'),
(11546, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php', 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php'),
(11547, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php', 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php'),
(11548, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/polyfill-mbstring/bootstrap.php', 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/polyfill-mbstring/bootstrap.php'),
(11549, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/polyfill-mbstring/composer.json', 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/polyfill-mbstring/composer.json'),
(11550, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/.gitignore', 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/.gitignore'),
(11551, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Catalogue/AbstractOperation.php', 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Catalogue/AbstractOperation.php'),
(11552, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Catalogue/DiffOperation.php', 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Catalogue/DiffOperation.php'),
(11553, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Catalogue/MergeOperation.php', 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Catalogue/MergeOperation.php'),
(11554, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Catalogue/OperationInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Catalogue/OperationInterface.php'),
(11555, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Catalogue/TargetOperation.php', 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Catalogue/TargetOperation.php'),
(11556, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/DataCollector/TranslationDataCollector.php', 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'),
(11557, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/DataCollectorTranslator.php', 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/DataCollectorTranslator.php'),
(11558, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Dumper/CsvFileDumper.php', 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Dumper/CsvFileDumper.php'),
(11559, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Dumper/DumperInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Dumper/DumperInterface.php'),
(11560, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Dumper/FileDumper.php', 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Dumper/FileDumper.php'),
(11561, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Dumper/IcuResFileDumper.php', 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Dumper/IcuResFileDumper.php'),
(11562, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Dumper/IniFileDumper.php', 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Dumper/IniFileDumper.php'),
(11563, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Dumper/JsonFileDumper.php', 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Dumper/JsonFileDumper.php'),
(11564, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Dumper/MoFileDumper.php', 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Dumper/MoFileDumper.php'),
(11565, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Dumper/PhpFileDumper.php', 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Dumper/PhpFileDumper.php'),
(11566, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Dumper/PoFileDumper.php', 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Dumper/PoFileDumper.php'),
(11567, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Dumper/QtFileDumper.php', 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Dumper/QtFileDumper.php'),
(11568, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Dumper/XliffFileDumper.php', 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Dumper/XliffFileDumper.php'),
(11569, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Dumper/YamlFileDumper.php', 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Dumper/YamlFileDumper.php'),
(11570, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Exception/ExceptionInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Exception/ExceptionInterface.php'),
(11571, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Exception/InvalidResourceException.php', 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Exception/InvalidResourceException.php'),
(11572, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Exception/NotFoundResourceException.php', 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Exception/NotFoundResourceException.php'),
(11573, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Extractor/AbstractFileExtractor.php', 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Extractor/AbstractFileExtractor.php'),
(11574, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Extractor/ChainExtractor.php', 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Extractor/ChainExtractor.php'),
(11575, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Extractor/ExtractorInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Extractor/ExtractorInterface.php'),
(11576, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/IdentityTranslator.php', 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/IdentityTranslator.php'),
(11577, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Interval.php', 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Interval.php'),
(11578, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/LICENSE', 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/LICENSE'),
(11579, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Loader/ArrayLoader.php', 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Loader/ArrayLoader.php'),
(11580, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Loader/CsvFileLoader.php', 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Loader/CsvFileLoader.php'),
(11581, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Loader/FileLoader.php', 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Loader/FileLoader.php'),
(11582, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Loader/IcuDatFileLoader.php', 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Loader/IcuDatFileLoader.php'),
(11583, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Loader/IcuResFileLoader.php', 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Loader/IcuResFileLoader.php'),
(11584, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Loader/IniFileLoader.php', 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Loader/IniFileLoader.php'),
(11585, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Loader/JsonFileLoader.php', 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Loader/JsonFileLoader.php'),
(11586, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Loader/LoaderInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Loader/LoaderInterface.php'),
(11587, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Loader/MoFileLoader.php', 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Loader/MoFileLoader.php'),
(11588, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Loader/PhpFileLoader.php', 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Loader/PhpFileLoader.php'),
(11589, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Loader/PoFileLoader.php', 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Loader/PoFileLoader.php'),
(11590, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Loader/QtFileLoader.php', 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Loader/QtFileLoader.php'),
(11591, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Loader/XliffFileLoader.php', 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Loader/XliffFileLoader.php'),
(11592, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Loader/YamlFileLoader.php', 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Loader/YamlFileLoader.php'),
(11593, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Loader/schema/dic/xliff-core/xliff-core-1.2-strict.xsd', 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Loader/schema/dic/xliff-core/xliff-core-1.2-strict.xsd'),
(11594, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Loader/schema/dic/xliff-core/xliff-core-2.0.xsd', 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Loader/schema/dic/xliff-core/xliff-core-2.0.xsd'),
(11595, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Loader/schema/dic/xliff-core/xml.xsd', 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Loader/schema/dic/xliff-core/xml.xsd'),
(11596, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/LoggingTranslator.php', 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/LoggingTranslator.php'),
(11597, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/MessageCatalogue.php', 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/MessageCatalogue.php'),
(11598, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/MessageCatalogueInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/MessageCatalogueInterface.php'),
(11599, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/MessageSelector.php', 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/MessageSelector.php'),
(11600, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/MetadataAwareInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/MetadataAwareInterface.php'),
(11601, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/PluralizationRules.php', 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/PluralizationRules.php'),
(11602, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Translator.php', 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Translator.php'),
(11603, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/TranslatorBagInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/TranslatorBagInterface.php'),
(11604, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/TranslatorInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/TranslatorInterface.php'),
(11605, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Util/ArrayConverter.php', 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Util/ArrayConverter.php'),
(11606, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Writer/TranslationWriter.php', 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/Writer/TranslationWriter.php'),
(11607, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/composer.json', 'wp-content/plugins/wp-rss-aggregator/vendor/symfony/translation/composer.json'),
(11608, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/.gitignore', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/.gitignore'),
(11609, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/LICENSE', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/LICENSE'),
(11610, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/composer.json', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/composer.json'),
(11611, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/lib/Twig/Extensions/Autoloader.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/lib/Twig/Extensions/Autoloader.php'),
(11612, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/lib/Twig/Extensions/Extension/Array.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/lib/Twig/Extensions/Extension/Array.php'),
(11613, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/lib/Twig/Extensions/Extension/Date.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/lib/Twig/Extensions/Extension/Date.php'),
(11614, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/lib/Twig/Extensions/Extension/I18n.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/lib/Twig/Extensions/Extension/I18n.php'),
(11615, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/lib/Twig/Extensions/Extension/Intl.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/lib/Twig/Extensions/Extension/Intl.php'),
(11616, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/lib/Twig/Extensions/Extension/Text.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/lib/Twig/Extensions/Extension/Text.php'),
(11617, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/lib/Twig/Extensions/Grammar/Arguments.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/lib/Twig/Extensions/Grammar/Arguments.php'),
(11618, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/lib/Twig/Extensions/Grammar/Array.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/lib/Twig/Extensions/Grammar/Array.php'),
(11619, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/lib/Twig/Extensions/Grammar/Body.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/lib/Twig/Extensions/Grammar/Body.php'),
(11620, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/lib/Twig/Extensions/Grammar/Boolean.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/lib/Twig/Extensions/Grammar/Boolean.php'),
(11621, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/lib/Twig/Extensions/Grammar/Constant.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/lib/Twig/Extensions/Grammar/Constant.php'),
(11622, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/lib/Twig/Extensions/Grammar/Expression.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/lib/Twig/Extensions/Grammar/Expression.php'),
(11623, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/lib/Twig/Extensions/Grammar/Hash.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/lib/Twig/Extensions/Grammar/Hash.php'),
(11624, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/lib/Twig/Extensions/Grammar/Number.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/lib/Twig/Extensions/Grammar/Number.php'),
(11625, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/lib/Twig/Extensions/Grammar/Optional.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/lib/Twig/Extensions/Grammar/Optional.php'),
(11626, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/lib/Twig/Extensions/Grammar/Switch.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/lib/Twig/Extensions/Grammar/Switch.php'),
(11627, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/lib/Twig/Extensions/Grammar/Tag.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/lib/Twig/Extensions/Grammar/Tag.php'),
(11628, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/lib/Twig/Extensions/Grammar.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/lib/Twig/Extensions/Grammar.php'),
(11629, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/lib/Twig/Extensions/GrammarInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/lib/Twig/Extensions/GrammarInterface.php'),
(11630, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/lib/Twig/Extensions/Node/Trans.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/lib/Twig/Extensions/Node/Trans.php'),
(11631, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/lib/Twig/Extensions/SimpleTokenParser.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/lib/Twig/Extensions/SimpleTokenParser.php'),
(11632, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/lib/Twig/Extensions/TokenParser/Trans.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/lib/Twig/Extensions/TokenParser/Trans.php'),
(11633, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/src/ArrayExtension.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/src/ArrayExtension.php'),
(11634, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/src/DateExtension.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/src/DateExtension.php'),
(11635, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/src/I18nExtension.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/src/I18nExtension.php'),
(11636, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/src/IntlExtension.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/src/IntlExtension.php'),
(11637, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/src/Node/TransNode.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/src/Node/TransNode.php'),
(11638, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/src/TextExtension.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/src/TextExtension.php'),
(11639, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/src/TokenParser/TransTokenParser.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/extensions/src/TokenParser/TransTokenParser.php'),
(11640, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/.editorconfig', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/.editorconfig'),
(11641, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/.gitignore', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/.gitignore'),
(11642, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/.php_cs.dist', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/.php_cs.dist'),
(11643, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/LICENSE', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/LICENSE'),
(11644, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/composer.json', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/composer.json'),
(11645, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/drupal_test.sh', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/drupal_test.sh'),
(11646, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Autoloader.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Autoloader.php'),
(11647, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php'),
(11648, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Cache/Filesystem.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Cache/Filesystem.php'),
(11649, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Cache/Null.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Cache/Null.php'),
(11650, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/CacheInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/CacheInterface.php'),
(11651, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Compiler.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Compiler.php'),
(11652, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/CompilerInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/CompilerInterface.php'),
(11653, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/ContainerRuntimeLoader.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/ContainerRuntimeLoader.php'),
(11654, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Environment.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Environment.php'),
(11655, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Error/Loader.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Error/Loader.php'),
(11656, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Error/Runtime.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Error/Runtime.php'),
(11657, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Error/Syntax.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Error/Syntax.php'),
(11658, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Error.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Error.php'),
(11659, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/ExistsLoaderInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/ExistsLoaderInterface.php'),
(11660, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/ExpressionParser.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/ExpressionParser.php'),
(11661, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Extension/Core.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Extension/Core.php'),
(11662, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Extension/Debug.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Extension/Debug.php'),
(11663, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Extension/Escaper.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Extension/Escaper.php'),
(11664, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php'),
(11665, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php'),
(11666, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Extension/Optimizer.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Extension/Optimizer.php');
INSERT INTO `iamc_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(11667, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Extension/Profiler.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Extension/Profiler.php'),
(11668, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Extension/Sandbox.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Extension/Sandbox.php'),
(11669, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Extension/Staging.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Extension/Staging.php'),
(11670, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Extension/StringLoader.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Extension/StringLoader.php'),
(11671, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Extension.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Extension.php'),
(11672, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/ExtensionInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/ExtensionInterface.php'),
(11673, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/FactoryRuntimeLoader.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/FactoryRuntimeLoader.php'),
(11674, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/FileExtensionEscapingStrategy.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/FileExtensionEscapingStrategy.php'),
(11675, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Filter/Function.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Filter/Function.php'),
(11676, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Filter/Method.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Filter/Method.php'),
(11677, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Filter/Node.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Filter/Node.php'),
(11678, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Filter.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Filter.php'),
(11679, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/FilterCallableInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/FilterCallableInterface.php'),
(11680, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/FilterInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/FilterInterface.php'),
(11681, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Function/Function.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Function/Function.php'),
(11682, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Function/Method.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Function/Method.php'),
(11683, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Function/Node.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Function/Node.php'),
(11684, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Function.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Function.php'),
(11685, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/FunctionCallableInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/FunctionCallableInterface.php'),
(11686, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/FunctionInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/FunctionInterface.php'),
(11687, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Lexer.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Lexer.php'),
(11688, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/LexerInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/LexerInterface.php'),
(11689, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Loader/Array.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Loader/Array.php'),
(11690, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Loader/Chain.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Loader/Chain.php'),
(11691, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Loader/Filesystem.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Loader/Filesystem.php'),
(11692, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Loader/String.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Loader/String.php'),
(11693, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/LoaderInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/LoaderInterface.php'),
(11694, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Markup.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Markup.php'),
(11695, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/AutoEscape.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/AutoEscape.php'),
(11696, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Block.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Block.php'),
(11697, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/BlockReference.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/BlockReference.php'),
(11698, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Body.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Body.php'),
(11699, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/CheckSecurity.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/CheckSecurity.php'),
(11700, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Deprecated.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Deprecated.php'),
(11701, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Do.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Do.php'),
(11702, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Embed.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Embed.php'),
(11703, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Array.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Array.php'),
(11704, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/AssignName.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/AssignName.php'),
(11705, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Add.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Add.php'),
(11706, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary/And.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary/And.php'),
(11707, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary/BitwiseAnd.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary/BitwiseAnd.php'),
(11708, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary/BitwiseOr.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary/BitwiseOr.php'),
(11709, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary/BitwiseXor.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary/BitwiseXor.php'),
(11710, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Concat.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Concat.php'),
(11711, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Div.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Div.php'),
(11712, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary/EndsWith.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary/EndsWith.php'),
(11713, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Equal.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Equal.php'),
(11714, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary/FloorDiv.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary/FloorDiv.php'),
(11715, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Greater.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Greater.php'),
(11716, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary/GreaterEqual.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary/GreaterEqual.php'),
(11717, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary/In.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary/In.php'),
(11718, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Less.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Less.php'),
(11719, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary/LessEqual.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary/LessEqual.php'),
(11720, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Matches.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Matches.php'),
(11721, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Mod.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Mod.php'),
(11722, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Mul.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Mul.php'),
(11723, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary/NotEqual.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary/NotEqual.php'),
(11724, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary/NotIn.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary/NotIn.php'),
(11725, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Or.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Or.php'),
(11726, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Power.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Power.php'),
(11727, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Range.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Range.php'),
(11728, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary/StartsWith.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary/StartsWith.php'),
(11729, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Sub.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Sub.php'),
(11730, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Binary.php'),
(11731, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/BlockReference.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/BlockReference.php'),
(11732, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Call.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Call.php'),
(11733, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Conditional.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Conditional.php'),
(11734, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Constant.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Constant.php'),
(11735, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/ExtensionReference.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/ExtensionReference.php'),
(11736, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Filter/Default.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Filter/Default.php'),
(11737, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Filter.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Filter.php'),
(11738, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Function.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Function.php'),
(11739, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/GetAttr.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/GetAttr.php'),
(11740, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/MethodCall.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/MethodCall.php'),
(11741, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Name.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Name.php'),
(11742, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/NullCoalesce.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/NullCoalesce.php'),
(11743, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Parent.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Parent.php'),
(11744, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/TempName.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/TempName.php'),
(11745, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Test/Constant.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Test/Constant.php'),
(11746, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Test/Defined.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Test/Defined.php'),
(11747, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Test/Divisibleby.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Test/Divisibleby.php'),
(11748, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Test/Even.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Test/Even.php'),
(11749, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Test/Null.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Test/Null.php'),
(11750, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Test/Odd.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Test/Odd.php'),
(11751, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Test/Sameas.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Test/Sameas.php'),
(11752, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Test.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Test.php'),
(11753, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Unary/Neg.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Unary/Neg.php'),
(11754, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Unary/Not.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Unary/Not.php'),
(11755, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Unary/Pos.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Unary/Pos.php'),
(11756, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Unary.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression/Unary.php'),
(11757, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Expression.php'),
(11758, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Flush.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Flush.php'),
(11759, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/For.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/For.php'),
(11760, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/ForLoop.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/ForLoop.php'),
(11761, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/If.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/If.php'),
(11762, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Import.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Import.php'),
(11763, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Include.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Include.php'),
(11764, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Macro.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Macro.php'),
(11765, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Module.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Module.php'),
(11766, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Print.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Print.php'),
(11767, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Sandbox.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Sandbox.php'),
(11768, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/SandboxedPrint.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/SandboxedPrint.php'),
(11769, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Set.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Set.php'),
(11770, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/SetTemp.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/SetTemp.php'),
(11771, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Spaceless.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Spaceless.php'),
(11772, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Text.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/Text.php'),
(11773, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/With.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node/With.php'),
(11774, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Node.php'),
(11775, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/NodeCaptureInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/NodeCaptureInterface.php'),
(11776, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/NodeInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/NodeInterface.php'),
(11777, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/NodeOutputInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/NodeOutputInterface.php'),
(11778, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/NodeTraverser.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/NodeTraverser.php'),
(11779, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/NodeVisitor/Escaper.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/NodeVisitor/Escaper.php'),
(11780, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/NodeVisitor/Optimizer.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/NodeVisitor/Optimizer.php'),
(11781, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/NodeVisitor/SafeAnalysis.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/NodeVisitor/SafeAnalysis.php'),
(11782, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/NodeVisitor/Sandbox.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/NodeVisitor/Sandbox.php'),
(11783, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/NodeVisitorInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/NodeVisitorInterface.php'),
(11784, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Parser.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Parser.php'),
(11785, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/ParserInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/ParserInterface.php'),
(11786, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Profiler/Dumper/Base.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Profiler/Dumper/Base.php'),
(11787, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Profiler/Dumper/Blackfire.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Profiler/Dumper/Blackfire.php'),
(11788, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Profiler/Dumper/Html.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Profiler/Dumper/Html.php'),
(11789, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Profiler/Dumper/Text.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Profiler/Dumper/Text.php'),
(11790, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Profiler/Node/EnterProfile.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Profiler/Node/EnterProfile.php'),
(11791, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Profiler/Node/LeaveProfile.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Profiler/Node/LeaveProfile.php'),
(11792, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Profiler/NodeVisitor/Profiler.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Profiler/NodeVisitor/Profiler.php'),
(11793, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Profiler/Profile.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Profiler/Profile.php'),
(11794, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/RuntimeLoaderInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/RuntimeLoaderInterface.php'),
(11795, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Sandbox/SecurityError.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Sandbox/SecurityError.php'),
(11796, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Sandbox/SecurityNotAllowedFilterError.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Sandbox/SecurityNotAllowedFilterError.php'),
(11797, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Sandbox/SecurityNotAllowedFunctionError.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Sandbox/SecurityNotAllowedFunctionError.php'),
(11798, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Sandbox/SecurityNotAllowedMethodError.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Sandbox/SecurityNotAllowedMethodError.php'),
(11799, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Sandbox/SecurityNotAllowedPropertyError.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Sandbox/SecurityNotAllowedPropertyError.php'),
(11800, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Sandbox/SecurityNotAllowedTagError.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Sandbox/SecurityNotAllowedTagError.php'),
(11801, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Sandbox/SecurityPolicy.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Sandbox/SecurityPolicy.php'),
(11802, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Sandbox/SecurityPolicyInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Sandbox/SecurityPolicyInterface.php'),
(11803, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/SimpleFilter.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/SimpleFilter.php'),
(11804, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/SimpleFunction.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/SimpleFunction.php'),
(11805, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/SimpleTest.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/SimpleTest.php'),
(11806, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Source.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Source.php'),
(11807, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/SourceContextLoaderInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/SourceContextLoaderInterface.php'),
(11808, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Template.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Template.php'),
(11809, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TemplateInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TemplateInterface.php'),
(11810, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TemplateWrapper.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TemplateWrapper.php'),
(11811, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Test/Function.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Test/Function.php'),
(11812, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Test/IntegrationTestCase.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Test/IntegrationTestCase.php'),
(11813, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Test/Method.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Test/Method.php'),
(11814, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Test/Node.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Test/Node.php'),
(11815, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Test/NodeTestCase.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Test/NodeTestCase.php'),
(11816, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Test.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Test.php'),
(11817, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TestCallableInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TestCallableInterface.php'),
(11818, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TestInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TestInterface.php'),
(11819, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Token.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Token.php'),
(11820, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TokenParser/AutoEscape.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TokenParser/AutoEscape.php'),
(11821, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TokenParser/Block.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TokenParser/Block.php'),
(11822, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TokenParser/Deprecated.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TokenParser/Deprecated.php'),
(11823, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TokenParser/Do.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TokenParser/Do.php'),
(11824, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TokenParser/Embed.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TokenParser/Embed.php'),
(11825, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TokenParser/Extends.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TokenParser/Extends.php'),
(11826, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TokenParser/Filter.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TokenParser/Filter.php'),
(11827, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TokenParser/Flush.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TokenParser/Flush.php'),
(11828, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TokenParser/For.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TokenParser/For.php'),
(11829, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TokenParser/From.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TokenParser/From.php'),
(11830, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TokenParser/If.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TokenParser/If.php'),
(11831, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TokenParser/Import.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TokenParser/Import.php'),
(11832, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TokenParser/Include.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TokenParser/Include.php'),
(11833, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TokenParser/Macro.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TokenParser/Macro.php'),
(11834, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TokenParser/Sandbox.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TokenParser/Sandbox.php'),
(11835, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TokenParser/Set.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TokenParser/Set.php'),
(11836, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TokenParser/Spaceless.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TokenParser/Spaceless.php'),
(11837, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TokenParser/Use.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TokenParser/Use.php'),
(11838, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TokenParser/With.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TokenParser/With.php'),
(11839, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TokenParser.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TokenParser.php'),
(11840, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TokenParserBroker.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TokenParserBroker.php'),
(11841, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TokenParserBrokerInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TokenParserBrokerInterface.php'),
(11842, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TokenParserInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TokenParserInterface.php'),
(11843, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TokenStream.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/TokenStream.php'),
(11844, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Util/DeprecationCollector.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Util/DeprecationCollector.php'),
(11845, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Util/TemplateDirIterator.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/lib/Twig/Util/TemplateDirIterator.php'),
(11846, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Cache/CacheInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Cache/CacheInterface.php'),
(11847, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Cache/FilesystemCache.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Cache/FilesystemCache.php'),
(11848, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Cache/NullCache.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Cache/NullCache.php'),
(11849, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Compiler.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Compiler.php'),
(11850, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Environment.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Environment.php'),
(11851, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Error/Error.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Error/Error.php'),
(11852, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Error/LoaderError.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Error/LoaderError.php'),
(11853, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Error/RuntimeError.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Error/RuntimeError.php'),
(11854, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Error/SyntaxError.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Error/SyntaxError.php'),
(11855, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/ExpressionParser.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/ExpressionParser.php'),
(11856, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Extension/AbstractExtension.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Extension/AbstractExtension.php'),
(11857, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Extension/CoreExtension.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Extension/CoreExtension.php'),
(11858, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Extension/DebugExtension.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Extension/DebugExtension.php'),
(11859, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Extension/EscaperExtension.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Extension/EscaperExtension.php'),
(11860, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Extension/ExtensionInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Extension/ExtensionInterface.php'),
(11861, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Extension/GlobalsInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Extension/GlobalsInterface.php'),
(11862, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Extension/InitRuntimeInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Extension/InitRuntimeInterface.php'),
(11863, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Extension/OptimizerExtension.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Extension/OptimizerExtension.php'),
(11864, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Extension/ProfilerExtension.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Extension/ProfilerExtension.php'),
(11865, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php'),
(11866, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Extension/SandboxExtension.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Extension/SandboxExtension.php'),
(11867, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Extension/StagingExtension.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Extension/StagingExtension.php'),
(11868, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Extension/StringLoaderExtension.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Extension/StringLoaderExtension.php'),
(11869, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/FileExtensionEscapingStrategy.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/FileExtensionEscapingStrategy.php'),
(11870, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Lexer.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Lexer.php'),
(11871, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Loader/ArrayLoader.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Loader/ArrayLoader.php'),
(11872, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Loader/ChainLoader.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Loader/ChainLoader.php'),
(11873, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php'),
(11874, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Loader/FilesystemLoader.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Loader/FilesystemLoader.php'),
(11875, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Loader/LoaderInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Loader/LoaderInterface.php'),
(11876, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php'),
(11877, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Markup.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Markup.php'),
(11878, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/AutoEscapeNode.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/AutoEscapeNode.php'),
(11879, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/BlockNode.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/BlockNode.php'),
(11880, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/BlockReferenceNode.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/BlockReferenceNode.php'),
(11881, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/BodyNode.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/BodyNode.php'),
(11882, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/CheckSecurityNode.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/CheckSecurityNode.php'),
(11883, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/CheckToStringNode.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/CheckToStringNode.php'),
(11884, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/DeprecatedNode.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/DeprecatedNode.php'),
(11885, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/DoNode.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/DoNode.php'),
(11886, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/EmbedNode.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/EmbedNode.php'),
(11887, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/AbstractExpression.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/AbstractExpression.php'),
(11888, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/ArrayExpression.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/ArrayExpression.php'),
(11889, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/ArrowFunctionExpression.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/ArrowFunctionExpression.php'),
(11890, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/AssignNameExpression.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/AssignNameExpression.php'),
(11891, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/AbstractBinary.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/AbstractBinary.php'),
(11892, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/AddBinary.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/AddBinary.php'),
(11893, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/AndBinary.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/AndBinary.php'),
(11894, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/BitwiseAndBinary.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/BitwiseAndBinary.php'),
(11895, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/BitwiseOrBinary.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/BitwiseOrBinary.php'),
(11896, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/BitwiseXorBinary.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/BitwiseXorBinary.php'),
(11897, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/ConcatBinary.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/ConcatBinary.php'),
(11898, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/DivBinary.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/DivBinary.php'),
(11899, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/EndsWithBinary.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/EndsWithBinary.php'),
(11900, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/EqualBinary.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/EqualBinary.php'),
(11901, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/FloorDivBinary.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/FloorDivBinary.php'),
(11902, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/GreaterBinary.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/GreaterBinary.php'),
(11903, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/GreaterEqualBinary.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/GreaterEqualBinary.php'),
(11904, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/InBinary.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/InBinary.php');
INSERT INTO `iamc_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(11905, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/LessBinary.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/LessBinary.php'),
(11906, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/LessEqualBinary.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/LessEqualBinary.php'),
(11907, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/MatchesBinary.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/MatchesBinary.php'),
(11908, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/ModBinary.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/ModBinary.php'),
(11909, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/MulBinary.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/MulBinary.php'),
(11910, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/NotEqualBinary.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/NotEqualBinary.php'),
(11911, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/NotInBinary.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/NotInBinary.php'),
(11912, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/OrBinary.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/OrBinary.php'),
(11913, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/PowerBinary.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/PowerBinary.php'),
(11914, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/RangeBinary.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/RangeBinary.php'),
(11915, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/StartsWithBinary.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/StartsWithBinary.php'),
(11916, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/SubBinary.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Binary/SubBinary.php'),
(11917, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/BlockReferenceExpression.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/BlockReferenceExpression.php'),
(11918, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/CallExpression.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/CallExpression.php'),
(11919, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/ConditionalExpression.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/ConditionalExpression.php'),
(11920, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/ConstantExpression.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/ConstantExpression.php'),
(11921, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Filter/DefaultFilter.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Filter/DefaultFilter.php'),
(11922, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/FilterExpression.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/FilterExpression.php'),
(11923, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/FunctionExpression.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/FunctionExpression.php'),
(11924, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/GetAttrExpression.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/GetAttrExpression.php'),
(11925, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/InlinePrint.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/InlinePrint.php'),
(11926, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/MethodCallExpression.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/MethodCallExpression.php'),
(11927, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/NameExpression.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/NameExpression.php'),
(11928, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/NullCoalesceExpression.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/NullCoalesceExpression.php'),
(11929, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/ParentExpression.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/ParentExpression.php'),
(11930, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/TempNameExpression.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/TempNameExpression.php'),
(11931, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Test/ConstantTest.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Test/ConstantTest.php'),
(11932, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Test/DefinedTest.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Test/DefinedTest.php'),
(11933, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Test/DivisiblebyTest.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Test/DivisiblebyTest.php'),
(11934, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Test/EvenTest.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Test/EvenTest.php'),
(11935, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Test/NullTest.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Test/NullTest.php'),
(11936, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Test/OddTest.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Test/OddTest.php'),
(11937, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Test/SameasTest.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Test/SameasTest.php'),
(11938, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/TestExpression.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/TestExpression.php'),
(11939, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Unary/AbstractUnary.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Unary/AbstractUnary.php'),
(11940, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Unary/NegUnary.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Unary/NegUnary.php'),
(11941, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Unary/NotUnary.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Unary/NotUnary.php'),
(11942, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Unary/PosUnary.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Expression/Unary/PosUnary.php'),
(11943, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/FlushNode.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/FlushNode.php'),
(11944, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/ForLoopNode.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/ForLoopNode.php'),
(11945, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/ForNode.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/ForNode.php'),
(11946, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/IfNode.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/IfNode.php'),
(11947, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/ImportNode.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/ImportNode.php'),
(11948, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/IncludeNode.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/IncludeNode.php'),
(11949, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/MacroNode.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/MacroNode.php'),
(11950, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/ModuleNode.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/ModuleNode.php'),
(11951, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Node.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/Node.php'),
(11952, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/NodeCaptureInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/NodeCaptureInterface.php'),
(11953, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/NodeOutputInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/NodeOutputInterface.php'),
(11954, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/PrintNode.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/PrintNode.php'),
(11955, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/SandboxNode.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/SandboxNode.php'),
(11956, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/SandboxedPrintNode.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/SandboxedPrintNode.php'),
(11957, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/SetNode.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/SetNode.php'),
(11958, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/SetTempNode.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/SetTempNode.php'),
(11959, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/SpacelessNode.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/SpacelessNode.php'),
(11960, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/TextNode.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/TextNode.php'),
(11961, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/WithNode.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Node/WithNode.php'),
(11962, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/NodeTraverser.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/NodeTraverser.php'),
(11963, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/NodeVisitor/AbstractNodeVisitor.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/NodeVisitor/AbstractNodeVisitor.php'),
(11964, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/NodeVisitor/EscaperNodeVisitor.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/NodeVisitor/EscaperNodeVisitor.php'),
(11965, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/NodeVisitor/NodeVisitorInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/NodeVisitor/NodeVisitorInterface.php'),
(11966, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/NodeVisitor/OptimizerNodeVisitor.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/NodeVisitor/OptimizerNodeVisitor.php'),
(11967, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/NodeVisitor/SafeAnalysisNodeVisitor.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/NodeVisitor/SafeAnalysisNodeVisitor.php'),
(11968, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/NodeVisitor/SandboxNodeVisitor.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/NodeVisitor/SandboxNodeVisitor.php'),
(11969, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Parser.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Parser.php'),
(11970, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Profiler/Dumper/BaseDumper.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Profiler/Dumper/BaseDumper.php'),
(11971, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Profiler/Dumper/BlackfireDumper.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Profiler/Dumper/BlackfireDumper.php'),
(11972, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Profiler/Dumper/HtmlDumper.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Profiler/Dumper/HtmlDumper.php'),
(11973, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Profiler/Dumper/TextDumper.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Profiler/Dumper/TextDumper.php'),
(11974, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Profiler/Node/EnterProfileNode.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Profiler/Node/EnterProfileNode.php'),
(11975, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Profiler/Node/LeaveProfileNode.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Profiler/Node/LeaveProfileNode.php'),
(11976, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Profiler/NodeVisitor/ProfilerNodeVisitor.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Profiler/NodeVisitor/ProfilerNodeVisitor.php'),
(11977, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Profiler/Profile.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Profiler/Profile.php'),
(11978, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php'),
(11979, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/RuntimeLoader/FactoryRuntimeLoader.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/RuntimeLoader/FactoryRuntimeLoader.php'),
(11980, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php'),
(11981, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Sandbox/SecurityError.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Sandbox/SecurityError.php'),
(11982, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Sandbox/SecurityNotAllowedFilterError.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Sandbox/SecurityNotAllowedFilterError.php'),
(11983, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Sandbox/SecurityNotAllowedFunctionError.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Sandbox/SecurityNotAllowedFunctionError.php'),
(11984, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Sandbox/SecurityNotAllowedMethodError.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Sandbox/SecurityNotAllowedMethodError.php'),
(11985, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Sandbox/SecurityNotAllowedPropertyError.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Sandbox/SecurityNotAllowedPropertyError.php'),
(11986, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Sandbox/SecurityNotAllowedTagError.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Sandbox/SecurityNotAllowedTagError.php'),
(11987, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Sandbox/SecurityPolicy.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Sandbox/SecurityPolicy.php'),
(11988, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Sandbox/SecurityPolicyInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Sandbox/SecurityPolicyInterface.php'),
(11989, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Source.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Source.php'),
(11990, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Template.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Template.php'),
(11991, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TemplateWrapper.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TemplateWrapper.php'),
(11992, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Test/IntegrationTestCase.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Test/IntegrationTestCase.php'),
(11993, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Test/NodeTestCase.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Test/NodeTestCase.php'),
(11994, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Token.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Token.php'),
(11995, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TokenParser/AbstractTokenParser.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TokenParser/AbstractTokenParser.php'),
(11996, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TokenParser/ApplyTokenParser.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TokenParser/ApplyTokenParser.php'),
(11997, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TokenParser/AutoEscapeTokenParser.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TokenParser/AutoEscapeTokenParser.php'),
(11998, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TokenParser/BlockTokenParser.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TokenParser/BlockTokenParser.php'),
(11999, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TokenParser/DeprecatedTokenParser.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TokenParser/DeprecatedTokenParser.php'),
(12000, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TokenParser/DoTokenParser.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TokenParser/DoTokenParser.php'),
(12001, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TokenParser/EmbedTokenParser.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TokenParser/EmbedTokenParser.php'),
(12002, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TokenParser/ExtendsTokenParser.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TokenParser/ExtendsTokenParser.php'),
(12003, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TokenParser/FilterTokenParser.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TokenParser/FilterTokenParser.php'),
(12004, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TokenParser/FlushTokenParser.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TokenParser/FlushTokenParser.php'),
(12005, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TokenParser/ForTokenParser.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TokenParser/ForTokenParser.php'),
(12006, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TokenParser/FromTokenParser.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TokenParser/FromTokenParser.php'),
(12007, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TokenParser/IfTokenParser.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TokenParser/IfTokenParser.php'),
(12008, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TokenParser/ImportTokenParser.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TokenParser/ImportTokenParser.php'),
(12009, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TokenParser/IncludeTokenParser.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TokenParser/IncludeTokenParser.php'),
(12010, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TokenParser/MacroTokenParser.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TokenParser/MacroTokenParser.php'),
(12011, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TokenParser/SandboxTokenParser.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TokenParser/SandboxTokenParser.php'),
(12012, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TokenParser/SetTokenParser.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TokenParser/SetTokenParser.php'),
(12013, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TokenParser/SpacelessTokenParser.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TokenParser/SpacelessTokenParser.php'),
(12014, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TokenParser/TokenParserInterface.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TokenParser/TokenParserInterface.php'),
(12015, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TokenParser/UseTokenParser.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TokenParser/UseTokenParser.php'),
(12016, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TokenParser/WithTokenParser.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TokenParser/WithTokenParser.php'),
(12017, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TokenStream.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TokenStream.php'),
(12018, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TwigFilter.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TwigFilter.php'),
(12019, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TwigFunction.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TwigFunction.php'),
(12020, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TwigTest.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/TwigTest.php'),
(12021, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Util/DeprecationCollector.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Util/DeprecationCollector.php'),
(12022, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Util/TemplateDirIterator.php', 'wp-content/plugins/wp-rss-aggregator/vendor/twig/twig/src/Util/TemplateDirIterator.php'),
(12023, '/home/www/iamctv.com/wp-content/plugins/wp-rss-aggregator/wp-rss-aggregator.php', 'wp-content/plugins/wp-rss-aggregator/wp-rss-aggregator.php'),
(12024, '/home/www/iamctv.com/wp-content/themes/index.php', 'wp-content/themes/index.php'),
(12025, '/home/www/iamctv.com/wp-content/themes/newsphere/404.php', 'wp-content/themes/newsphere/404.php'),
(12026, '/home/www/iamctv.com/wp-content/themes/newsphere/archive.php', 'wp-content/themes/newsphere/archive.php'),
(12027, '/home/www/iamctv.com/wp-content/themes/newsphere/assets/bootstrap/css/bootstrap.css', 'wp-content/themes/newsphere/assets/bootstrap/css/bootstrap.css'),
(12028, '/home/www/iamctv.com/wp-content/themes/newsphere/assets/bootstrap/css/bootstrap.min.css', 'wp-content/themes/newsphere/assets/bootstrap/css/bootstrap.min.css'),
(12029, '/home/www/iamctv.com/wp-content/themes/newsphere/assets/bootstrap/fonts/glyphicons-halflings-regular.eot', 'wp-content/themes/newsphere/assets/bootstrap/fonts/glyphicons-halflings-regular.eot'),
(12030, '/home/www/iamctv.com/wp-content/themes/newsphere/assets/bootstrap/fonts/glyphicons-halflings-regular.svg', 'wp-content/themes/newsphere/assets/bootstrap/fonts/glyphicons-halflings-regular.svg'),
(12031, '/home/www/iamctv.com/wp-content/themes/newsphere/assets/bootstrap/fonts/glyphicons-halflings-regular.ttf', 'wp-content/themes/newsphere/assets/bootstrap/fonts/glyphicons-halflings-regular.ttf'),
(12032, '/home/www/iamctv.com/wp-content/themes/newsphere/assets/bootstrap/fonts/glyphicons-halflings-regular.woff', 'wp-content/themes/newsphere/assets/bootstrap/fonts/glyphicons-halflings-regular.woff'),
(12033, '/home/www/iamctv.com/wp-content/themes/newsphere/assets/bootstrap/fonts/glyphicons-halflings-regular.woff2', 'wp-content/themes/newsphere/assets/bootstrap/fonts/glyphicons-halflings-regular.woff2'),
(12034, '/home/www/iamctv.com/wp-content/themes/newsphere/assets/bootstrap/js/bootstrap.js', 'wp-content/themes/newsphere/assets/bootstrap/js/bootstrap.js'),
(12035, '/home/www/iamctv.com/wp-content/themes/newsphere/assets/bootstrap/js/bootstrap.min.js', 'wp-content/themes/newsphere/assets/bootstrap/js/bootstrap.min.js'),
(12036, '/home/www/iamctv.com/wp-content/themes/newsphere/assets/css/animate.css', 'wp-content/themes/newsphere/assets/css/animate.css'),
(12037, '/home/www/iamctv.com/wp-content/themes/newsphere/assets/css/notice.css', 'wp-content/themes/newsphere/assets/css/notice.css'),
(12038, '/home/www/iamctv.com/wp-content/themes/newsphere/assets/customizer-admin.css', 'wp-content/themes/newsphere/assets/customizer-admin.css'),
(12039, '/home/www/iamctv.com/wp-content/themes/newsphere/assets/customizer-admin.js', 'wp-content/themes/newsphere/assets/customizer-admin.js'),
(12040, '/home/www/iamctv.com/wp-content/themes/newsphere/assets/fixed-header-script.js', 'wp-content/themes/newsphere/assets/fixed-header-script.js'),
(12041, '/home/www/iamctv.com/wp-content/themes/newsphere/assets/font-awesome/css/font-awesome.css', 'wp-content/themes/newsphere/assets/font-awesome/css/font-awesome.css'),
(12042, '/home/www/iamctv.com/wp-content/themes/newsphere/assets/font-awesome/css/font-awesome.min.css', 'wp-content/themes/newsphere/assets/font-awesome/css/font-awesome.min.css'),
(12043, '/home/www/iamctv.com/wp-content/themes/newsphere/assets/font-awesome/fonts/FontAwesome.otf', 'wp-content/themes/newsphere/assets/font-awesome/fonts/FontAwesome.otf'),
(12044, '/home/www/iamctv.com/wp-content/themes/newsphere/assets/font-awesome/fonts/fontawesome-webfont.eot', 'wp-content/themes/newsphere/assets/font-awesome/fonts/fontawesome-webfont.eot'),
(12045, '/home/www/iamctv.com/wp-content/themes/newsphere/assets/font-awesome/fonts/fontawesome-webfont.svg', 'wp-content/themes/newsphere/assets/font-awesome/fonts/fontawesome-webfont.svg'),
(12046, '/home/www/iamctv.com/wp-content/themes/newsphere/assets/font-awesome/fonts/fontawesome-webfont.ttf', 'wp-content/themes/newsphere/assets/font-awesome/fonts/fontawesome-webfont.ttf'),
(12047, '/home/www/iamctv.com/wp-content/themes/newsphere/assets/font-awesome/fonts/fontawesome-webfont.woff', 'wp-content/themes/newsphere/assets/font-awesome/fonts/fontawesome-webfont.woff'),
(12048, '/home/www/iamctv.com/wp-content/themes/newsphere/assets/font-awesome/fonts/fontawesome-webfont.woff2', 'wp-content/themes/newsphere/assets/font-awesome/fonts/fontawesome-webfont.woff2'),
(12049, '/home/www/iamctv.com/wp-content/themes/newsphere/assets/jquery-match-height/jquery.matchHeight.js', 'wp-content/themes/newsphere/assets/jquery-match-height/jquery.matchHeight.js'),
(12050, '/home/www/iamctv.com/wp-content/themes/newsphere/assets/jquery-match-height/jquery.matchHeight.min.js', 'wp-content/themes/newsphere/assets/jquery-match-height/jquery.matchHeight.min.js'),
(12051, '/home/www/iamctv.com/wp-content/themes/newsphere/assets/magnific-popup/jquery.magnific-popup.js', 'wp-content/themes/newsphere/assets/magnific-popup/jquery.magnific-popup.js'),
(12052, '/home/www/iamctv.com/wp-content/themes/newsphere/assets/magnific-popup/jquery.magnific-popup.min.js', 'wp-content/themes/newsphere/assets/magnific-popup/jquery.magnific-popup.min.js'),
(12053, '/home/www/iamctv.com/wp-content/themes/newsphere/assets/magnific-popup/magnific-popup.css', 'wp-content/themes/newsphere/assets/magnific-popup/magnific-popup.css'),
(12054, '/home/www/iamctv.com/wp-content/themes/newsphere/assets/marquee/jquery.marquee.js', 'wp-content/themes/newsphere/assets/marquee/jquery.marquee.js'),
(12055, '/home/www/iamctv.com/wp-content/themes/newsphere/assets/marquee/jquery.marquee.min.js', 'wp-content/themes/newsphere/assets/marquee/jquery.marquee.min.js'),
(12056, '/home/www/iamctv.com/wp-content/themes/newsphere/assets/pagination-script.js', 'wp-content/themes/newsphere/assets/pagination-script.js'),
(12057, '/home/www/iamctv.com/wp-content/themes/newsphere/assets/script.js', 'wp-content/themes/newsphere/assets/script.js'),
(12058, '/home/www/iamctv.com/wp-content/themes/newsphere/assets/sidr/css/sidr.bare.css', 'wp-content/themes/newsphere/assets/sidr/css/sidr.bare.css'),
(12059, '/home/www/iamctv.com/wp-content/themes/newsphere/assets/sidr/css/sidr.bare.min.css', 'wp-content/themes/newsphere/assets/sidr/css/sidr.bare.min.css'),
(12060, '/home/www/iamctv.com/wp-content/themes/newsphere/assets/sidr/css/sidr.dark.css', 'wp-content/themes/newsphere/assets/sidr/css/sidr.dark.css'),
(12061, '/home/www/iamctv.com/wp-content/themes/newsphere/assets/sidr/css/sidr.dark.min.css', 'wp-content/themes/newsphere/assets/sidr/css/sidr.dark.min.css'),
(12062, '/home/www/iamctv.com/wp-content/themes/newsphere/assets/sidr/css/sidr.light.css', 'wp-content/themes/newsphere/assets/sidr/css/sidr.light.css'),
(12063, '/home/www/iamctv.com/wp-content/themes/newsphere/assets/sidr/css/sidr.light.min.css', 'wp-content/themes/newsphere/assets/sidr/css/sidr.light.min.css'),
(12064, '/home/www/iamctv.com/wp-content/themes/newsphere/assets/sidr/js/jquery.sidr.js', 'wp-content/themes/newsphere/assets/sidr/js/jquery.sidr.js'),
(12065, '/home/www/iamctv.com/wp-content/themes/newsphere/assets/sidr/js/jquery.sidr.min.js', 'wp-content/themes/newsphere/assets/sidr/js/jquery.sidr.min.js'),
(12066, '/home/www/iamctv.com/wp-content/themes/newsphere/assets/sidr/js/sidr.js', 'wp-content/themes/newsphere/assets/sidr/js/sidr.js'),
(12067, '/home/www/iamctv.com/wp-content/themes/newsphere/assets/sidr/js/sidr.min.js', 'wp-content/themes/newsphere/assets/sidr/js/sidr.min.js'),
(12068, '/home/www/iamctv.com/wp-content/themes/newsphere/assets/swiper/LICENSE', 'wp-content/themes/newsphere/assets/swiper/LICENSE'),
(12069, '/home/www/iamctv.com/wp-content/themes/newsphere/assets/swiper/README.md', 'wp-content/themes/newsphere/assets/swiper/README.md'),
(12070, '/home/www/iamctv.com/wp-content/themes/newsphere/assets/swiper/css/swiper.css', 'wp-content/themes/newsphere/assets/swiper/css/swiper.css'),
(12071, '/home/www/iamctv.com/wp-content/themes/newsphere/assets/swiper/css/swiper.min.css', 'wp-content/themes/newsphere/assets/swiper/css/swiper.min.css'),
(12072, '/home/www/iamctv.com/wp-content/themes/newsphere/assets/swiper/js/swiper.esm.bundle.js', 'wp-content/themes/newsphere/assets/swiper/js/swiper.esm.bundle.js'),
(12073, '/home/www/iamctv.com/wp-content/themes/newsphere/assets/swiper/js/swiper.esm.js', 'wp-content/themes/newsphere/assets/swiper/js/swiper.esm.js'),
(12074, '/home/www/iamctv.com/wp-content/themes/newsphere/assets/swiper/js/swiper.js', 'wp-content/themes/newsphere/assets/swiper/js/swiper.js'),
(12075, '/home/www/iamctv.com/wp-content/themes/newsphere/assets/swiper/js/swiper.min.js', 'wp-content/themes/newsphere/assets/swiper/js/swiper.min.js'),
(12076, '/home/www/iamctv.com/wp-content/themes/newsphere/assets/theiaStickySidebar/theia-sticky-sidebar.js', 'wp-content/themes/newsphere/assets/theiaStickySidebar/theia-sticky-sidebar.js'),
(12077, '/home/www/iamctv.com/wp-content/themes/newsphere/assets/theiaStickySidebar/theia-sticky-sidebar.min.js', 'wp-content/themes/newsphere/assets/theiaStickySidebar/theia-sticky-sidebar.min.js'),
(12078, '/home/www/iamctv.com/wp-content/themes/newsphere/assets/widgets.js', 'wp-content/themes/newsphere/assets/widgets.js'),
(12079, '/home/www/iamctv.com/wp-content/themes/newsphere/comments.php', 'wp-content/themes/newsphere/comments.php'),
(12080, '/home/www/iamctv.com/wp-content/themes/newsphere/footer.php', 'wp-content/themes/newsphere/footer.php'),
(12081, '/home/www/iamctv.com/wp-content/themes/newsphere/functions.php', 'wp-content/themes/newsphere/functions.php'),
(12082, '/home/www/iamctv.com/wp-content/themes/newsphere/header.php', 'wp-content/themes/newsphere/header.php'),
(12083, '/home/www/iamctv.com/wp-content/themes/newsphere/inc/custom-header.php', 'wp-content/themes/newsphere/inc/custom-header.php'),
(12084, '/home/www/iamctv.com/wp-content/themes/newsphere/inc/customizer/css/customizer.css', 'wp-content/themes/newsphere/inc/customizer/css/customizer.css'),
(12085, '/home/www/iamctv.com/wp-content/themes/newsphere/inc/customizer/css/font-awesome.min.css', 'wp-content/themes/newsphere/inc/customizer/css/font-awesome.min.css'),
(12086, '/home/www/iamctv.com/wp-content/themes/newsphere/inc/customizer/customizer-callback.php', 'wp-content/themes/newsphere/inc/customizer/customizer-callback.php'),
(12087, '/home/www/iamctv.com/wp-content/themes/newsphere/inc/customizer/customizer-control.php', 'wp-content/themes/newsphere/inc/customizer/customizer-control.php'),
(12088, '/home/www/iamctv.com/wp-content/themes/newsphere/inc/customizer/customizer-default.php', 'wp-content/themes/newsphere/inc/customizer/customizer-default.php'),
(12089, '/home/www/iamctv.com/wp-content/themes/newsphere/inc/customizer/customizer-sanitize.php', 'wp-content/themes/newsphere/inc/customizer/customizer-sanitize.php'),
(12090, '/home/www/iamctv.com/wp-content/themes/newsphere/inc/customizer/customizer.php', 'wp-content/themes/newsphere/inc/customizer/customizer.php'),
(12091, '/home/www/iamctv.com/wp-content/themes/newsphere/inc/customizer/font-color-options.php', 'wp-content/themes/newsphere/inc/customizer/font-color-options.php'),
(12092, '/home/www/iamctv.com/wp-content/themes/newsphere/inc/customizer/frontpage-options.php', 'wp-content/themes/newsphere/inc/customizer/frontpage-options.php'),
(12093, '/home/www/iamctv.com/wp-content/themes/newsphere/inc/customizer/theme-options.php', 'wp-content/themes/newsphere/inc/customizer/theme-options.php'),
(12094, '/home/www/iamctv.com/wp-content/themes/newsphere/inc/hooks/blocks/block-archive-list.php', 'wp-content/themes/newsphere/inc/hooks/blocks/block-archive-list.php'),
(12095, '/home/www/iamctv.com/wp-content/themes/newsphere/inc/hooks/blocks/block-banner-list.php', 'wp-content/themes/newsphere/inc/hooks/blocks/block-banner-list.php'),
(12096, '/home/www/iamctv.com/wp-content/themes/newsphere/inc/hooks/blocks/block-header-layout-1.php', 'wp-content/themes/newsphere/inc/hooks/blocks/block-header-layout-1.php'),
(12097, '/home/www/iamctv.com/wp-content/themes/newsphere/inc/hooks/blocks/block-post-latest.php', 'wp-content/themes/newsphere/inc/hooks/blocks/block-post-latest.php'),
(12098, '/home/www/iamctv.com/wp-content/themes/newsphere/inc/hooks/blocks/block-post-product-grid.php', 'wp-content/themes/newsphere/inc/hooks/blocks/block-post-product-grid.php'),
(12099, '/home/www/iamctv.com/wp-content/themes/newsphere/inc/hooks/blocks/block-post-related.php', 'wp-content/themes/newsphere/inc/hooks/blocks/block-post-related.php'),
(12100, '/home/www/iamctv.com/wp-content/themes/newsphere/inc/hooks/hook-blocks.php', 'wp-content/themes/newsphere/inc/hooks/hook-blocks.php'),
(12101, '/home/www/iamctv.com/wp-content/themes/newsphere/inc/hooks/hook-front-page-banner-exclusive-posts.php', 'wp-content/themes/newsphere/inc/hooks/hook-front-page-banner-exclusive-posts.php'),
(12102, '/home/www/iamctv.com/wp-content/themes/newsphere/inc/hooks/hook-front-page-banner-featured-posts.php', 'wp-content/themes/newsphere/inc/hooks/hook-front-page-banner-featured-posts.php'),
(12103, '/home/www/iamctv.com/wp-content/themes/newsphere/inc/hooks/hook-front-page-banner-featured-section.php', 'wp-content/themes/newsphere/inc/hooks/hook-front-page-banner-featured-section.php'),
(12104, '/home/www/iamctv.com/wp-content/themes/newsphere/inc/hooks/hook-front-page-banner-promotions.php', 'wp-content/themes/newsphere/inc/hooks/hook-front-page-banner-promotions.php'),
(12105, '/home/www/iamctv.com/wp-content/themes/newsphere/inc/hooks/hook-front-page-banner-tabbed-posts.php', 'wp-content/themes/newsphere/inc/hooks/hook-front-page-banner-tabbed-posts.php'),
(12106, '/home/www/iamctv.com/wp-content/themes/newsphere/inc/hooks/hook-front-page-main-banner-section.php', 'wp-content/themes/newsphere/inc/hooks/hook-front-page-main-banner-section.php'),
(12107, '/home/www/iamctv.com/wp-content/themes/newsphere/inc/hooks/hook-front-page.php', 'wp-content/themes/newsphere/inc/hooks/hook-front-page.php'),
(12108, '/home/www/iamctv.com/wp-content/themes/newsphere/inc/hooks/hook-full-width-upper-footer.php', 'wp-content/themes/newsphere/inc/hooks/hook-full-width-upper-footer.php'),
(12109, '/home/www/iamctv.com/wp-content/themes/newsphere/inc/hooks/hook-header-section.php', 'wp-content/themes/newsphere/inc/hooks/hook-header-section.php'),
(12110, '/home/www/iamctv.com/wp-content/themes/newsphere/inc/hooks/hook-meta.php', 'wp-content/themes/newsphere/inc/hooks/hook-meta.php'),
(12111, '/home/www/iamctv.com/wp-content/themes/newsphere/inc/hooks/hook-single-header.php', 'wp-content/themes/newsphere/inc/hooks/hook-single-header.php'),
(12112, '/home/www/iamctv.com/wp-content/themes/newsphere/inc/hooks/hook-tgm.php', 'wp-content/themes/newsphere/inc/hooks/hook-tgm.php'),
(12113, '/home/www/iamctv.com/wp-content/themes/newsphere/inc/hooks/hooks-init.php', 'wp-content/themes/newsphere/inc/hooks/hooks-init.php'),
(12114, '/home/www/iamctv.com/wp-content/themes/newsphere/inc/init.php', 'wp-content/themes/newsphere/inc/init.php'),
(12115, '/home/www/iamctv.com/wp-content/themes/newsphere/inc/jetpack.php', 'wp-content/themes/newsphere/inc/jetpack.php'),
(12116, '/home/www/iamctv.com/wp-content/themes/newsphere/inc/notice-review.php', 'wp-content/themes/newsphere/inc/notice-review.php'),
(12117, '/home/www/iamctv.com/wp-content/themes/newsphere/inc/notice-upgrade.php', 'wp-content/themes/newsphere/inc/notice-upgrade.php'),
(12118, '/home/www/iamctv.com/wp-content/themes/newsphere/inc/ocdi.php', 'wp-content/themes/newsphere/inc/ocdi.php'),
(12119, '/home/www/iamctv.com/wp-content/themes/newsphere/inc/template-functions.php', 'wp-content/themes/newsphere/inc/template-functions.php'),
(12120, '/home/www/iamctv.com/wp-content/themes/newsphere/inc/template-images.php', 'wp-content/themes/newsphere/inc/template-images.php'),
(12121, '/home/www/iamctv.com/wp-content/themes/newsphere/inc/template-tags.php', 'wp-content/themes/newsphere/inc/template-tags.php'),
(12122, '/home/www/iamctv.com/wp-content/themes/newsphere/inc/widgets/widget-author-info.php', 'wp-content/themes/newsphere/inc/widgets/widget-author-info.php'),
(12123, '/home/www/iamctv.com/wp-content/themes/newsphere/inc/widgets/widget-posts-carousel.php', 'wp-content/themes/newsphere/inc/widgets/widget-posts-carousel.php'),
(12124, '/home/www/iamctv.com/wp-content/themes/newsphere/inc/widgets/widget-posts-double-category.php', 'wp-content/themes/newsphere/inc/widgets/widget-posts-double-category.php'),
(12125, '/home/www/iamctv.com/wp-content/themes/newsphere/inc/widgets/widget-posts-list.php', 'wp-content/themes/newsphere/inc/widgets/widget-posts-list.php'),
(12126, '/home/www/iamctv.com/wp-content/themes/newsphere/inc/widgets/widget-posts-single-column.php', 'wp-content/themes/newsphere/inc/widgets/widget-posts-single-column.php'),
(12127, '/home/www/iamctv.com/wp-content/themes/newsphere/inc/widgets/widget-posts-slider.php', 'wp-content/themes/newsphere/inc/widgets/widget-posts-slider.php'),
(12128, '/home/www/iamctv.com/wp-content/themes/newsphere/inc/widgets/widget-posts-tabbed.php', 'wp-content/themes/newsphere/inc/widgets/widget-posts-tabbed.php'),
(12129, '/home/www/iamctv.com/wp-content/themes/newsphere/inc/widgets/widget-social-contacts.php', 'wp-content/themes/newsphere/inc/widgets/widget-social-contacts.php'),
(12130, '/home/www/iamctv.com/wp-content/themes/newsphere/inc/widgets/widgets-base.php', 'wp-content/themes/newsphere/inc/widgets/widgets-base.php'),
(12131, '/home/www/iamctv.com/wp-content/themes/newsphere/inc/widgets/widgets-common-functions.php', 'wp-content/themes/newsphere/inc/widgets/widgets-common-functions.php'),
(12132, '/home/www/iamctv.com/wp-content/themes/newsphere/inc/widgets/widgets-init.php', 'wp-content/themes/newsphere/inc/widgets/widgets-init.php'),
(12133, '/home/www/iamctv.com/wp-content/themes/newsphere/inc/widgets/widgets-register-sidebars.php', 'wp-content/themes/newsphere/inc/widgets/widgets-register-sidebars.php'),
(12134, '/home/www/iamctv.com/wp-content/themes/newsphere/inc/woocommerce.php', 'wp-content/themes/newsphere/inc/woocommerce.php'),
(12135, '/home/www/iamctv.com/wp-content/themes/newsphere/index.php', 'wp-content/themes/newsphere/index.php'),
(12136, '/home/www/iamctv.com/wp-content/themes/newsphere/js/customizer.js', 'wp-content/themes/newsphere/js/customizer.js'),
(12137, '/home/www/iamctv.com/wp-content/themes/newsphere/js/navigation.js', 'wp-content/themes/newsphere/js/navigation.js'),
(12138, '/home/www/iamctv.com/wp-content/themes/newsphere/js/skip-link-focus-fix.js', 'wp-content/themes/newsphere/js/skip-link-focus-fix.js'),
(12139, '/home/www/iamctv.com/wp-content/themes/newsphere/lib/breadcrumb-trail/breadcrumb-trail.php', 'wp-content/themes/newsphere/lib/breadcrumb-trail/breadcrumb-trail.php'),
(12140, '/home/www/iamctv.com/wp-content/themes/newsphere/lib/breadcrumb-trail/inc/breadcrumbs.php', 'wp-content/themes/newsphere/lib/breadcrumb-trail/inc/breadcrumbs.php'),
(12141, '/home/www/iamctv.com/wp-content/themes/newsphere/lib/breadcrumb-trail/readme.txt', 'wp-content/themes/newsphere/lib/breadcrumb-trail/readme.txt'),
(12142, '/home/www/iamctv.com/wp-content/themes/newsphere/lib/info/class.info.php', 'wp-content/themes/newsphere/lib/info/class.info.php'),
(12143, '/home/www/iamctv.com/wp-content/themes/newsphere/lib/info/css/info.css', 'wp-content/themes/newsphere/lib/info/css/info.css'),
(12144, '/home/www/iamctv.com/wp-content/themes/newsphere/lib/info/css/info.min.css', 'wp-content/themes/newsphere/lib/info/css/info.min.css'),
(12145, '/home/www/iamctv.com/wp-content/themes/newsphere/lib/info/images/af-themes-logo.png', 'wp-content/themes/newsphere/lib/info/images/af-themes-logo.png'),
(12146, '/home/www/iamctv.com/wp-content/themes/newsphere/lib/info/info.php', 'wp-content/themes/newsphere/lib/info/info.php'),
(12147, '/home/www/iamctv.com/wp-content/themes/newsphere/lib/info/js/info.js', 'wp-content/themes/newsphere/lib/info/js/info.js'),
(12148, '/home/www/iamctv.com/wp-content/themes/newsphere/lib/info/js/info.min.js', 'wp-content/themes/newsphere/lib/info/js/info.min.js'),
(12149, '/home/www/iamctv.com/wp-content/themes/newsphere/lib/tgm/class-tgm-plugin-activation.php', 'wp-content/themes/newsphere/lib/tgm/class-tgm-plugin-activation.php'),
(12150, '/home/www/iamctv.com/wp-content/themes/newsphere/page.php', 'wp-content/themes/newsphere/page.php'),
(12151, '/home/www/iamctv.com/wp-content/themes/newsphere/readme.txt', 'wp-content/themes/newsphere/readme.txt'),
(12152, '/home/www/iamctv.com/wp-content/themes/newsphere/rtl.css', 'wp-content/themes/newsphere/rtl.css'),
(12153, '/home/www/iamctv.com/wp-content/themes/newsphere/screenshot.png', 'wp-content/themes/newsphere/screenshot.png'),
(12154, '/home/www/iamctv.com/wp-content/themes/newsphere/search.php', 'wp-content/themes/newsphere/search.php'),
(12155, '/home/www/iamctv.com/wp-content/themes/newsphere/sidebar.php', 'wp-content/themes/newsphere/sidebar.php'),
(12156, '/home/www/iamctv.com/wp-content/themes/newsphere/single.php', 'wp-content/themes/newsphere/single.php'),
(12157, '/home/www/iamctv.com/wp-content/themes/newsphere/style.css', 'wp-content/themes/newsphere/style.css'),
(12158, '/home/www/iamctv.com/wp-content/themes/newsphere/template-parts/content-none.php', 'wp-content/themes/newsphere/template-parts/content-none.php'),
(12159, '/home/www/iamctv.com/wp-content/themes/newsphere/template-parts/content-page.php', 'wp-content/themes/newsphere/template-parts/content-page.php'),
(12160, '/home/www/iamctv.com/wp-content/themes/newsphere/template-parts/content-search.php', 'wp-content/themes/newsphere/template-parts/content-search.php'),
(12161, '/home/www/iamctv.com/wp-content/themes/newsphere/template-parts/content.php', 'wp-content/themes/newsphere/template-parts/content.php'),
(12162, '/home/www/iamctv.com/wp-content/themes/newsphere/tmpl-front-page.php', 'wp-content/themes/newsphere/tmpl-front-page.php'),
(12163, '/home/www/iamctv.com/wp-content/themes/newsphere/woocommerce.css', 'wp-content/themes/newsphere/woocommerce.css'),
(12164, '/home/www/iamctv.com/wp-content/themes/newspin/functions.php', 'wp-content/themes/newspin/functions.php'),
(12165, '/home/www/iamctv.com/wp-content/themes/newspin/inc/hooks/blocks/block-banner-slider.php', 'wp-content/themes/newspin/inc/hooks/blocks/block-banner-slider.php'),
(12166, '/home/www/iamctv.com/wp-content/themes/newspin/inc/hooks/hook-front-page-main-banner-section.php', 'wp-content/themes/newspin/inc/hooks/hook-front-page-main-banner-section.php'),
(12167, '/home/www/iamctv.com/wp-content/themes/newspin/readme.txt', 'wp-content/themes/newspin/readme.txt'),
(12168, '/home/www/iamctv.com/wp-content/themes/newspin/screenshot.png', 'wp-content/themes/newspin/screenshot.png'),
(12169, '/home/www/iamctv.com/wp-content/themes/newspin/style.css', 'wp-content/themes/newspin/style.css'),
(12170, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/404.php', 'wp-content/themes/twentytwentyone/404.php'),
(12171, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/archive.php', 'wp-content/themes/twentytwentyone/archive.php'),
(12172, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/css/custom-color-overrides.css', 'wp-content/themes/twentytwentyone/assets/css/custom-color-overrides.css'),
(12173, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/css/ie-editor.css', 'wp-content/themes/twentytwentyone/assets/css/ie-editor.css'),
(12174, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/css/ie.css', 'wp-content/themes/twentytwentyone/assets/css/ie.css'),
(12175, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/css/print.css', 'wp-content/themes/twentytwentyone/assets/css/print.css'),
(12176, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/css/style-dark-mode-rtl.css', 'wp-content/themes/twentytwentyone/assets/css/style-dark-mode-rtl.css'),
(12177, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/css/style-dark-mode.css', 'wp-content/themes/twentytwentyone/assets/css/style-dark-mode.css'),
(12178, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/css/style-editor-customizer.css', 'wp-content/themes/twentytwentyone/assets/css/style-editor-customizer.css'),
(12179, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/css/style-editor.css', 'wp-content/themes/twentytwentyone/assets/css/style-editor.css'),
(12180, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/images/Daffodils.jpg', 'wp-content/themes/twentytwentyone/assets/images/Daffodils.jpg'),
(12181, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/images/Reading.jpg', 'wp-content/themes/twentytwentyone/assets/images/Reading.jpg'),
(12182, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/images/in-the-bois-de-boulogne.jpg', 'wp-content/themes/twentytwentyone/assets/images/in-the-bois-de-boulogne.jpg'),
(12183, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/images/playing-in-the-sand.jpg', 'wp-content/themes/twentytwentyone/assets/images/playing-in-the-sand.jpg');
INSERT INTO `iamc_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(12184, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/images/roses-tremieres-hollyhocks-1884.jpg', 'wp-content/themes/twentytwentyone/assets/images/roses-tremieres-hollyhocks-1884.jpg'),
(12185, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/images/self-portrait-1885.jpg', 'wp-content/themes/twentytwentyone/assets/images/self-portrait-1885.jpg'),
(12186, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/images/the-garden-at-bougival-1884.jpg', 'wp-content/themes/twentytwentyone/assets/images/the-garden-at-bougival-1884.jpg'),
(12187, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/images/villa-with-orange-trees-nice.jpg', 'wp-content/themes/twentytwentyone/assets/images/villa-with-orange-trees-nice.jpg'),
(12188, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/images/young-woman-in-mauve.jpg', 'wp-content/themes/twentytwentyone/assets/images/young-woman-in-mauve.jpg'),
(12189, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/js/customize-helpers.js', 'wp-content/themes/twentytwentyone/assets/js/customize-helpers.js'),
(12190, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/js/customize-preview.js', 'wp-content/themes/twentytwentyone/assets/js/customize-preview.js'),
(12191, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/js/customize.js', 'wp-content/themes/twentytwentyone/assets/js/customize.js'),
(12192, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/js/dark-mode-toggler.js', 'wp-content/themes/twentytwentyone/assets/js/dark-mode-toggler.js'),
(12193, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/js/editor-dark-mode-support.js', 'wp-content/themes/twentytwentyone/assets/js/editor-dark-mode-support.js'),
(12194, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/js/editor.js', 'wp-content/themes/twentytwentyone/assets/js/editor.js'),
(12195, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/js/palette-colorpicker.js', 'wp-content/themes/twentytwentyone/assets/js/palette-colorpicker.js'),
(12196, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/js/polyfills.js', 'wp-content/themes/twentytwentyone/assets/js/polyfills.js'),
(12197, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/js/primary-navigation.js', 'wp-content/themes/twentytwentyone/assets/js/primary-navigation.js'),
(12198, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/js/responsive-embeds.js', 'wp-content/themes/twentytwentyone/assets/js/responsive-embeds.js'),
(12199, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/js/skip-link-focus-fix.js', 'wp-content/themes/twentytwentyone/assets/js/skip-link-focus-fix.js'),
(12200, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/01-settings/file-header.scss', 'wp-content/themes/twentytwentyone/assets/sass/01-settings/file-header.scss'),
(12201, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/01-settings/fonts.scss', 'wp-content/themes/twentytwentyone/assets/sass/01-settings/fonts.scss'),
(12202, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/01-settings/global.scss', 'wp-content/themes/twentytwentyone/assets/sass/01-settings/global.scss'),
(12203, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/02-tools/functions.scss', 'wp-content/themes/twentytwentyone/assets/sass/02-tools/functions.scss'),
(12204, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/02-tools/mixins.scss', 'wp-content/themes/twentytwentyone/assets/sass/02-tools/mixins.scss'),
(12205, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/03-generic/breakpoints.scss', 'wp-content/themes/twentytwentyone/assets/sass/03-generic/breakpoints.scss'),
(12206, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/03-generic/clearings.scss', 'wp-content/themes/twentytwentyone/assets/sass/03-generic/clearings.scss'),
(12207, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/03-generic/normalize.scss', 'wp-content/themes/twentytwentyone/assets/sass/03-generic/normalize.scss'),
(12208, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/03-generic/reset.scss', 'wp-content/themes/twentytwentyone/assets/sass/03-generic/reset.scss'),
(12209, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/03-generic/vertical-margins.scss', 'wp-content/themes/twentytwentyone/assets/sass/03-generic/vertical-margins.scss'),
(12210, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/04-elements/blockquote.scss', 'wp-content/themes/twentytwentyone/assets/sass/04-elements/blockquote.scss'),
(12211, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/04-elements/forms-editor.scss', 'wp-content/themes/twentytwentyone/assets/sass/04-elements/forms-editor.scss'),
(12212, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/04-elements/forms.scss', 'wp-content/themes/twentytwentyone/assets/sass/04-elements/forms.scss'),
(12213, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/04-elements/links.scss', 'wp-content/themes/twentytwentyone/assets/sass/04-elements/links.scss'),
(12214, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/04-elements/media.scss', 'wp-content/themes/twentytwentyone/assets/sass/04-elements/media.scss'),
(12215, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/04-elements/misc.scss', 'wp-content/themes/twentytwentyone/assets/sass/04-elements/misc.scss'),
(12216, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/_config.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/_config.scss'),
(12217, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/audio/_style.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/audio/_style.scss'),
(12218, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/blocks-editor.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/blocks-editor.scss'),
(12219, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/blocks.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/blocks.scss'),
(12220, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/button/_editor.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/button/_editor.scss'),
(12221, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/button/_style.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/button/_style.scss'),
(12222, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/code/_editor.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/code/_editor.scss'),
(12223, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/code/_style.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/code/_style.scss'),
(12224, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/columns/_editor.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/columns/_editor.scss'),
(12225, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/columns/_style.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/columns/_style.scss'),
(12226, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/cover/_editor.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/cover/_editor.scss'),
(12227, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/cover/_style.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/cover/_style.scss'),
(12228, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/file/_editor.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/file/_editor.scss'),
(12229, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/file/_style.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/file/_style.scss'),
(12230, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/gallery/_editor.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/gallery/_editor.scss'),
(12231, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/gallery/_style.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/gallery/_style.scss'),
(12232, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/group/_editor.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/group/_editor.scss'),
(12233, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/group/_style.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/group/_style.scss'),
(12234, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/heading/_editor.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/heading/_editor.scss'),
(12235, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/heading/_style.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/heading/_style.scss'),
(12236, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/html/_editor.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/html/_editor.scss'),
(12237, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/image/_editor.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/image/_editor.scss'),
(12238, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/image/_style.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/image/_style.scss'),
(12239, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-comments/_editor.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-comments/_editor.scss'),
(12240, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-comments/_style.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-comments/_style.scss'),
(12241, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-posts/_editor.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-posts/_editor.scss'),
(12242, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-posts/_style.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-posts/_style.scss'),
(12243, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/legacy/_editor.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/legacy/_editor.scss'),
(12244, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/legacy/_style.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/legacy/_style.scss'),
(12245, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/list/_editor.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/list/_editor.scss'),
(12246, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/list/_style.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/list/_style.scss'),
(12247, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/media-text/_editor.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/media-text/_editor.scss'),
(12248, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/media-text/_style.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/media-text/_style.scss'),
(12249, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/navigation/_editor.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/navigation/_editor.scss'),
(12250, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/navigation/_style.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/navigation/_style.scss'),
(12251, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/paragraph/_editor.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/paragraph/_editor.scss'),
(12252, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/paragraph/_style.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/paragraph/_style.scss'),
(12253, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/preformatted/_editor.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/preformatted/_editor.scss'),
(12254, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/preformatted/_style.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/preformatted/_style.scss'),
(12255, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/pullquote/_editor.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/pullquote/_editor.scss'),
(12256, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/pullquote/_style.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/pullquote/_style.scss'),
(12257, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/query-loop/_editor.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/query-loop/_editor.scss'),
(12258, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/query-loop/_style.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/query-loop/_style.scss'),
(12259, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/quote/_editor.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/quote/_editor.scss'),
(12260, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/quote/_style.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/quote/_style.scss'),
(12261, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/rss/_editor.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/rss/_editor.scss'),
(12262, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/rss/_style.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/rss/_style.scss'),
(12263, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/search/_editor.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/search/_editor.scss'),
(12264, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/search/_style.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/search/_style.scss'),
(12265, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/separator/_editor.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/separator/_editor.scss'),
(12266, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/separator/_style.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/separator/_style.scss'),
(12267, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/social-icons/_editor.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/social-icons/_editor.scss'),
(12268, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/social-icons/_style.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/social-icons/_style.scss'),
(12269, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/spacer/_style.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/spacer/_style.scss'),
(12270, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/table/_editor.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/table/_editor.scss'),
(12271, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/table/_style.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/table/_style.scss'),
(12272, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/tag-clould/_editor.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/tag-clould/_editor.scss'),
(12273, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/tag-clould/_style.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/tag-clould/_style.scss'),
(12274, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/utilities/_editor.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/utilities/_editor.scss'),
(12275, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/utilities/_font-sizes.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/utilities/_font-sizes.scss'),
(12276, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/utilities/_style.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/utilities/_style.scss'),
(12277, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/verse/_editor.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/verse/_editor.scss'),
(12278, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/verse/_style.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/verse/_style.scss'),
(12279, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/video/_style.scss', 'wp-content/themes/twentytwentyone/assets/sass/05-blocks/video/_style.scss'),
(12280, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/06-components/404.scss', 'wp-content/themes/twentytwentyone/assets/sass/06-components/404.scss'),
(12281, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/06-components/archives.scss', 'wp-content/themes/twentytwentyone/assets/sass/06-components/archives.scss'),
(12282, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/06-components/comments.scss', 'wp-content/themes/twentytwentyone/assets/sass/06-components/comments.scss'),
(12283, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/06-components/editor.scss', 'wp-content/themes/twentytwentyone/assets/sass/06-components/editor.scss'),
(12284, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/06-components/entry.scss', 'wp-content/themes/twentytwentyone/assets/sass/06-components/entry.scss'),
(12285, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/06-components/footer-navigation.scss', 'wp-content/themes/twentytwentyone/assets/sass/06-components/footer-navigation.scss'),
(12286, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/06-components/footer.scss', 'wp-content/themes/twentytwentyone/assets/sass/06-components/footer.scss'),
(12287, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/06-components/header.scss', 'wp-content/themes/twentytwentyone/assets/sass/06-components/header.scss'),
(12288, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/06-components/navigation.scss', 'wp-content/themes/twentytwentyone/assets/sass/06-components/navigation.scss'),
(12289, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/06-components/pagination.scss', 'wp-content/themes/twentytwentyone/assets/sass/06-components/pagination.scss'),
(12290, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/06-components/posts-and-pages.scss', 'wp-content/themes/twentytwentyone/assets/sass/06-components/posts-and-pages.scss'),
(12291, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/06-components/search.scss', 'wp-content/themes/twentytwentyone/assets/sass/06-components/search.scss'),
(12292, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/06-components/single.scss', 'wp-content/themes/twentytwentyone/assets/sass/06-components/single.scss'),
(12293, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/06-components/widgets.scss', 'wp-content/themes/twentytwentyone/assets/sass/06-components/widgets.scss'),
(12294, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/07-utilities/a11y.scss', 'wp-content/themes/twentytwentyone/assets/sass/07-utilities/a11y.scss'),
(12295, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/07-utilities/color-palette.scss', 'wp-content/themes/twentytwentyone/assets/sass/07-utilities/color-palette.scss'),
(12296, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/07-utilities/ie.scss', 'wp-content/themes/twentytwentyone/assets/sass/07-utilities/ie.scss'),
(12297, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/07-utilities/measure.scss', 'wp-content/themes/twentytwentyone/assets/sass/07-utilities/measure.scss'),
(12298, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/07-utilities/print.scss', 'wp-content/themes/twentytwentyone/assets/sass/07-utilities/print.scss'),
(12299, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/style-dark-mode.scss', 'wp-content/themes/twentytwentyone/assets/sass/style-dark-mode.scss'),
(12300, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/style-editor.scss', 'wp-content/themes/twentytwentyone/assets/sass/style-editor.scss'),
(12301, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/assets/sass/style.scss', 'wp-content/themes/twentytwentyone/assets/sass/style.scss'),
(12302, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-custom-colors.php', 'wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-custom-colors.php'),
(12303, '/home/www/iamctv.com/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'),
(12304, '/home/www/iamctv.com/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'),
(12305, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize.php', 'wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize.php'),
(12306, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-dark-mode.php', 'wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-dark-mode.php'),
(12307, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-svg-icons.php', 'wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-svg-icons.php'),
(12308, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/comments.php', 'wp-content/themes/twentytwentyone/comments.php'),
(12309, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/footer.php', 'wp-content/themes/twentytwentyone/footer.php'),
(12310, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/functions.php', 'wp-content/themes/twentytwentyone/functions.php'),
(12311, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/header.php', 'wp-content/themes/twentytwentyone/header.php'),
(12312, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/image.php', 'wp-content/themes/twentytwentyone/image.php'),
(12313, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/inc/back-compat.php', 'wp-content/themes/twentytwentyone/inc/back-compat.php'),
(12314, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/inc/block-patterns.php', 'wp-content/themes/twentytwentyone/inc/block-patterns.php'),
(12315, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/inc/block-styles.php', 'wp-content/themes/twentytwentyone/inc/block-styles.php'),
(12316, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/inc/custom-css.php', 'wp-content/themes/twentytwentyone/inc/custom-css.php'),
(12317, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/inc/menu-functions.php', 'wp-content/themes/twentytwentyone/inc/menu-functions.php'),
(12318, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/inc/starter-content.php', 'wp-content/themes/twentytwentyone/inc/starter-content.php'),
(12319, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/inc/template-functions.php', 'wp-content/themes/twentytwentyone/inc/template-functions.php'),
(12320, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/inc/template-tags.php', 'wp-content/themes/twentytwentyone/inc/template-tags.php'),
(12321, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/index.php', 'wp-content/themes/twentytwentyone/index.php'),
(12322, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/package-lock.json', 'wp-content/themes/twentytwentyone/package-lock.json'),
(12323, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/package.json', 'wp-content/themes/twentytwentyone/package.json'),
(12324, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/page.php', 'wp-content/themes/twentytwentyone/page.php'),
(12325, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/postcss.config.js', 'wp-content/themes/twentytwentyone/postcss.config.js'),
(12326, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/readme.txt', 'wp-content/themes/twentytwentyone/readme.txt'),
(12327, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/screenshot.png', 'wp-content/themes/twentytwentyone/screenshot.png'),
(12328, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/search.php', 'wp-content/themes/twentytwentyone/search.php'),
(12329, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/searchform.php', 'wp-content/themes/twentytwentyone/searchform.php'),
(12330, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/single.php', 'wp-content/themes/twentytwentyone/single.php'),
(12331, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/style-rtl.css', 'wp-content/themes/twentytwentyone/style-rtl.css'),
(12332, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/style.css', 'wp-content/themes/twentytwentyone/style.css'),
(12333, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/template-parts/content/content-excerpt.php', 'wp-content/themes/twentytwentyone/template-parts/content/content-excerpt.php'),
(12334, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/template-parts/content/content-none.php', 'wp-content/themes/twentytwentyone/template-parts/content/content-none.php'),
(12335, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/template-parts/content/content-page.php', 'wp-content/themes/twentytwentyone/template-parts/content/content-page.php'),
(12336, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/template-parts/content/content-single.php', 'wp-content/themes/twentytwentyone/template-parts/content/content-single.php'),
(12337, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/template-parts/content/content.php', 'wp-content/themes/twentytwentyone/template-parts/content/content.php'),
(12338, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-aside.php', 'wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-aside.php'),
(12339, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-audio.php', 'wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-audio.php'),
(12340, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-chat.php', 'wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-chat.php'),
(12341, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-gallery.php', 'wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-gallery.php'),
(12342, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-image.php', 'wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-image.php'),
(12343, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-link.php', 'wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-link.php'),
(12344, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-quote.php', 'wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-quote.php'),
(12345, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-status.php', 'wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-status.php'),
(12346, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-video.php', 'wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-video.php'),
(12347, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt.php', 'wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt.php'),
(12348, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/template-parts/footer/footer-widgets.php', 'wp-content/themes/twentytwentyone/template-parts/footer/footer-widgets.php'),
(12349, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/template-parts/header/entry-header.php', 'wp-content/themes/twentytwentyone/template-parts/header/entry-header.php'),
(12350, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/template-parts/header/excerpt-header.php', 'wp-content/themes/twentytwentyone/template-parts/header/excerpt-header.php'),
(12351, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/template-parts/header/site-branding.php', 'wp-content/themes/twentytwentyone/template-parts/header/site-branding.php'),
(12352, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/template-parts/header/site-header.php', 'wp-content/themes/twentytwentyone/template-parts/header/site-header.php'),
(12353, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/template-parts/header/site-nav.php', 'wp-content/themes/twentytwentyone/template-parts/header/site-nav.php'),
(12354, '/home/www/iamctv.com/wp-content/themes/twentytwentyone/template-parts/post/author-bio.php', 'wp-content/themes/twentytwentyone/template-parts/post/author-bio.php'),
(12355, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Italic.otf.woff2', 'wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Italic.otf.woff2'),
(12356, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Italic.ttf.woff2', 'wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Italic.ttf.woff2'),
(12357, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Roman.otf.woff2', 'wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Roman.otf.woff2'),
(12358, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Roman.ttf.woff2', 'wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Roman.ttf.woff2'),
(12359, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-Bold.ttf', 'wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-Bold.ttf'),
(12360, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-BoldItalic.ttf', 'wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-BoldItalic.ttf'),
(12361, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-Italic.ttf', 'wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-Italic.ttf'),
(12362, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-Regular.ttf', 'wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-Regular.ttf'),
(12363, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/LICENSE.txt', 'wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/LICENSE.txt'),
(12364, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-Bold.woff2', 'wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-Bold.woff2'),
(12365, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-BoldItalic.woff2', 'wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-BoldItalic.woff2'),
(12366, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-Text.woff2', 'wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-Text.woff2'),
(12367, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-TextItalic.woff2', 'wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-TextItalic.woff2'),
(12368, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-ExtraLight.woff2', 'wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-ExtraLight.woff2'),
(12369, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-ExtraLightItalic.woff2', 'wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-ExtraLightItalic.woff2'),
(12370, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-Light.woff2', 'wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-Light.woff2'),
(12371, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-LightItalic.woff2', 'wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-LightItalic.woff2'),
(12372, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/LICENSE.txt', 'wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/LICENSE.txt'),
(12373, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/assets/fonts/inter/Inter.ttf', 'wp-content/themes/twentytwentytwo/assets/fonts/inter/Inter.ttf'),
(12374, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/assets/fonts/inter/LICENSE.txt', 'wp-content/themes/twentytwentytwo/assets/fonts/inter/LICENSE.txt'),
(12375, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/LICENSE.md', 'wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/LICENSE.md'),
(12376, '/home/www/iamctv.com/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'),
(12377, '/home/www/iamctv.com/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'),
(12378, '/home/www/iamctv.com/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'),
(12379, '/home/www/iamctv.com/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'),
(12380, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/assets/images/bird-on-black.jpg', 'wp-content/themes/twentytwentytwo/assets/images/bird-on-black.jpg'),
(12381, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/assets/images/bird-on-gray.jpg', 'wp-content/themes/twentytwentytwo/assets/images/bird-on-gray.jpg'),
(12382, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/assets/images/bird-on-green.jpg', 'wp-content/themes/twentytwentytwo/assets/images/bird-on-green.jpg'),
(12383, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/assets/images/bird-on-salmon.jpg', 'wp-content/themes/twentytwentytwo/assets/images/bird-on-salmon.jpg'),
(12384, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/assets/images/divider-black.png', 'wp-content/themes/twentytwentytwo/assets/images/divider-black.png'),
(12385, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/assets/images/divider-white.png', 'wp-content/themes/twentytwentytwo/assets/images/divider-white.png'),
(12386, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/assets/images/ducks.jpg', 'wp-content/themes/twentytwentytwo/assets/images/ducks.jpg'),
(12387, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-gray-a.jpg', 'wp-content/themes/twentytwentytwo/assets/images/flight-path-on-gray-a.jpg'),
(12388, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-gray-b.jpg', 'wp-content/themes/twentytwentytwo/assets/images/flight-path-on-gray-b.jpg'),
(12389, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-gray-c.jpg', 'wp-content/themes/twentytwentytwo/assets/images/flight-path-on-gray-c.jpg'),
(12390, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-salmon.jpg', 'wp-content/themes/twentytwentytwo/assets/images/flight-path-on-salmon.jpg'),
(12391, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-transparent-a.png', 'wp-content/themes/twentytwentytwo/assets/images/flight-path-on-transparent-a.png'),
(12392, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-transparent-b.png', 'wp-content/themes/twentytwentytwo/assets/images/flight-path-on-transparent-b.png'),
(12393, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-transparent-c.png', 'wp-content/themes/twentytwentytwo/assets/images/flight-path-on-transparent-c.png'),
(12394, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-transparent-d.png', 'wp-content/themes/twentytwentytwo/assets/images/flight-path-on-transparent-d.png'),
(12395, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/assets/images/icon-binoculars.png', 'wp-content/themes/twentytwentytwo/assets/images/icon-binoculars.png'),
(12396, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/assets/images/icon-bird.jpg', 'wp-content/themes/twentytwentytwo/assets/images/icon-bird.jpg'),
(12397, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/assets/videos/birds.mp4', 'wp-content/themes/twentytwentytwo/assets/videos/birds.mp4'),
(12398, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/functions.php', 'wp-content/themes/twentytwentytwo/functions.php'),
(12399, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/block-patterns.php', 'wp-content/themes/twentytwentytwo/inc/block-patterns.php'),
(12400, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/footer-about-title-logo.php', 'wp-content/themes/twentytwentytwo/inc/patterns/footer-about-title-logo.php'),
(12401, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/footer-blog.php', 'wp-content/themes/twentytwentytwo/inc/patterns/footer-blog.php'),
(12402, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/footer-dark.php', 'wp-content/themes/twentytwentytwo/inc/patterns/footer-dark.php'),
(12403, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/footer-default.php', 'wp-content/themes/twentytwentytwo/inc/patterns/footer-default.php'),
(12404, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/footer-logo.php', 'wp-content/themes/twentytwentytwo/inc/patterns/footer-logo.php'),
(12405, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/footer-navigation-copyright.php', 'wp-content/themes/twentytwentytwo/inc/patterns/footer-navigation-copyright.php'),
(12406, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/footer-navigation.php', 'wp-content/themes/twentytwentytwo/inc/patterns/footer-navigation.php'),
(12407, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/footer-query-images-title-citation.php', 'wp-content/themes/twentytwentytwo/inc/patterns/footer-query-images-title-citation.php'),
(12408, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/footer-query-title-citation.php', 'wp-content/themes/twentytwentytwo/inc/patterns/footer-query-title-citation.php'),
(12409, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/footer-social-copyright.php', 'wp-content/themes/twentytwentytwo/inc/patterns/footer-social-copyright.php'),
(12410, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/footer-title-tagline-social.php', 'wp-content/themes/twentytwentytwo/inc/patterns/footer-title-tagline-social.php'),
(12411, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/general-divider-dark.php', 'wp-content/themes/twentytwentytwo/inc/patterns/general-divider-dark.php'),
(12412, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/general-divider-light.php', 'wp-content/themes/twentytwentytwo/inc/patterns/general-divider-light.php'),
(12413, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/general-featured-posts.php', 'wp-content/themes/twentytwentytwo/inc/patterns/general-featured-posts.php'),
(12414, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/general-image-with-caption.php', 'wp-content/themes/twentytwentytwo/inc/patterns/general-image-with-caption.php'),
(12415, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/general-large-list-names.php', 'wp-content/themes/twentytwentytwo/inc/patterns/general-large-list-names.php'),
(12416, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/general-layered-images-with-duotone.php', 'wp-content/themes/twentytwentytwo/inc/patterns/general-layered-images-with-duotone.php'),
(12417, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/general-list-events.php', 'wp-content/themes/twentytwentytwo/inc/patterns/general-list-events.php'),
(12418, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/general-pricing-table.php', 'wp-content/themes/twentytwentytwo/inc/patterns/general-pricing-table.php'),
(12419, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/general-subscribe.php', 'wp-content/themes/twentytwentytwo/inc/patterns/general-subscribe.php'),
(12420, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/general-two-images-text.php', 'wp-content/themes/twentytwentytwo/inc/patterns/general-two-images-text.php'),
(12421, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/general-video-header-details.php', 'wp-content/themes/twentytwentytwo/inc/patterns/general-video-header-details.php'),
(12422, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/general-video-trailer.php', 'wp-content/themes/twentytwentytwo/inc/patterns/general-video-trailer.php'),
(12423, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/general-wide-image-intro-buttons.php', 'wp-content/themes/twentytwentytwo/inc/patterns/general-wide-image-intro-buttons.php'),
(12424, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/header-centered-logo-black-background.php', 'wp-content/themes/twentytwentytwo/inc/patterns/header-centered-logo-black-background.php'),
(12425, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/header-centered-logo.php', 'wp-content/themes/twentytwentytwo/inc/patterns/header-centered-logo.php'),
(12426, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/header-centered-title-navigation-social.php', 'wp-content/themes/twentytwentytwo/inc/patterns/header-centered-title-navigation-social.php'),
(12427, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/header-default.php', 'wp-content/themes/twentytwentytwo/inc/patterns/header-default.php'),
(12428, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/header-image-background-overlay.php', 'wp-content/themes/twentytwentytwo/inc/patterns/header-image-background-overlay.php'),
(12429, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/header-image-background.php', 'wp-content/themes/twentytwentytwo/inc/patterns/header-image-background.php'),
(12430, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/header-large-dark.php', 'wp-content/themes/twentytwentytwo/inc/patterns/header-large-dark.php'),
(12431, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-gray-background.php', 'wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-gray-background.php'),
(12432, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-offset-tagline.php', 'wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-offset-tagline.php'),
(12433, '/home/www/iamctv.com/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'),
(12434, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/header-small-dark.php', 'wp-content/themes/twentytwentytwo/inc/patterns/header-small-dark.php'),
(12435, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/header-stacked.php', 'wp-content/themes/twentytwentytwo/inc/patterns/header-stacked.php'),
(12436, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-green-background.php', 'wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-green-background.php'),
(12437, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-salmon-background.php', 'wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-salmon-background.php'),
(12438, '/home/www/iamctv.com/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'),
(12439, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/header-title-and-button.php', 'wp-content/themes/twentytwentytwo/inc/patterns/header-title-and-button.php'),
(12440, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/header-title-navigation-social.php', 'wp-content/themes/twentytwentytwo/inc/patterns/header-title-navigation-social.php'),
(12441, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/header-with-tagline.php', 'wp-content/themes/twentytwentytwo/inc/patterns/header-with-tagline.php'),
(12442, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/hidden-404.php', 'wp-content/themes/twentytwentytwo/inc/patterns/hidden-404.php'),
(12443, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/hidden-bird.php', 'wp-content/themes/twentytwentytwo/inc/patterns/hidden-bird.php'),
(12444, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/hidden-heading-and-bird.php', 'wp-content/themes/twentytwentytwo/inc/patterns/hidden-heading-and-bird.php'),
(12445, '/home/www/iamctv.com/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'),
(12446, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/page-about-links-dark.php', 'wp-content/themes/twentytwentytwo/inc/patterns/page-about-links-dark.php'),
(12447, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/page-about-links.php', 'wp-content/themes/twentytwentytwo/inc/patterns/page-about-links.php'),
(12448, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/page-about-media-left.php', 'wp-content/themes/twentytwentytwo/inc/patterns/page-about-media-left.php'),
(12449, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/page-about-media-right.php', 'wp-content/themes/twentytwentytwo/inc/patterns/page-about-media-right.php'),
(12450, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/page-about-simple-dark.php', 'wp-content/themes/twentytwentytwo/inc/patterns/page-about-simple-dark.php'),
(12451, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/page-about-solid-color.php', 'wp-content/themes/twentytwentytwo/inc/patterns/page-about-solid-color.php'),
(12452, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/page-layout-image-and-text.php', 'wp-content/themes/twentytwentytwo/inc/patterns/page-layout-image-and-text.php'),
(12453, '/home/www/iamctv.com/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'),
(12454, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/page-layout-two-columns.php', 'wp-content/themes/twentytwentytwo/inc/patterns/page-layout-two-columns.php'),
(12455, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-blog-posts-right.php', 'wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-blog-posts-right.php'),
(12456, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-blog-posts.php', 'wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-blog-posts.php'),
(12457, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-grid-posts.php', 'wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-grid-posts.php'),
(12458, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-poster.php', 'wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-poster.php'),
(12459, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/query-default.php', 'wp-content/themes/twentytwentytwo/inc/patterns/query-default.php'),
(12460, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/query-grid.php', 'wp-content/themes/twentytwentytwo/inc/patterns/query-grid.php'),
(12461, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/query-image-grid.php', 'wp-content/themes/twentytwentytwo/inc/patterns/query-image-grid.php');
INSERT INTO `iamc_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(12462, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/query-irregular-grid.php', 'wp-content/themes/twentytwentytwo/inc/patterns/query-irregular-grid.php'),
(12463, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/query-large-titles.php', 'wp-content/themes/twentytwentytwo/inc/patterns/query-large-titles.php'),
(12464, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/query-simple-blog.php', 'wp-content/themes/twentytwentytwo/inc/patterns/query-simple-blog.php'),
(12465, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/inc/patterns/query-text-grid.php', 'wp-content/themes/twentytwentytwo/inc/patterns/query-text-grid.php'),
(12466, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/index.php', 'wp-content/themes/twentytwentytwo/index.php'),
(12467, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/parts/footer.html', 'wp-content/themes/twentytwentytwo/parts/footer.html'),
(12468, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/parts/header-large-dark.html', 'wp-content/themes/twentytwentytwo/parts/header-large-dark.html'),
(12469, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/parts/header-small-dark.html', 'wp-content/themes/twentytwentytwo/parts/header-small-dark.html'),
(12470, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/parts/header.html', 'wp-content/themes/twentytwentytwo/parts/header.html'),
(12471, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/readme.txt', 'wp-content/themes/twentytwentytwo/readme.txt'),
(12472, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/screenshot.png', 'wp-content/themes/twentytwentytwo/screenshot.png'),
(12473, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/style.css', 'wp-content/themes/twentytwentytwo/style.css'),
(12474, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/styles/blue.json', 'wp-content/themes/twentytwentytwo/styles/blue.json'),
(12475, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/styles/pink.json', 'wp-content/themes/twentytwentytwo/styles/pink.json'),
(12476, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/styles/swiss.json', 'wp-content/themes/twentytwentytwo/styles/swiss.json'),
(12477, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/templates/404.html', 'wp-content/themes/twentytwentytwo/templates/404.html'),
(12478, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/templates/archive.html', 'wp-content/themes/twentytwentytwo/templates/archive.html'),
(12479, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/templates/blank.html', 'wp-content/themes/twentytwentytwo/templates/blank.html'),
(12480, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/templates/home.html', 'wp-content/themes/twentytwentytwo/templates/home.html'),
(12481, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/templates/index.html', 'wp-content/themes/twentytwentytwo/templates/index.html'),
(12482, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/templates/page-large-header.html', 'wp-content/themes/twentytwentytwo/templates/page-large-header.html'),
(12483, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/templates/page-no-separators.html', 'wp-content/themes/twentytwentytwo/templates/page-no-separators.html'),
(12484, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/templates/page.html', 'wp-content/themes/twentytwentytwo/templates/page.html'),
(12485, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/templates/search.html', 'wp-content/themes/twentytwentytwo/templates/search.html'),
(12486, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/templates/single-no-separators.html', 'wp-content/themes/twentytwentytwo/templates/single-no-separators.html'),
(12487, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/templates/single.html', 'wp-content/themes/twentytwentytwo/templates/single.html'),
(12488, '/home/www/iamctv.com/wp-content/themes/twentytwentytwo/theme.json', 'wp-content/themes/twentytwentytwo/theme.json'),
(12489, '/home/www/iamctv.com/wp-content/uploads/evf-logs/index.html', 'wp-content/uploads/evf-logs/index.html'),
(12490, '/home/www/iamctv.com/wp-content/uploads/wc-logs/index.html', 'wp-content/uploads/wc-logs/index.html'),
(12491, '/home/www/iamctv.com/wp-content/uploads/woocommerce_uploads/index.html', 'wp-content/uploads/woocommerce_uploads/index.html'),
(12492, '/home/www/iamctv.com/wp-content/uploads/wtitan-logger/logs-e48f019dc8e7cee1fb09c1770edebd4c/index.html', 'wp-content/uploads/wtitan-logger/logs-e48f019dc8e7cee1fb09c1770edebd4c/index.html'),
(12493, '/home/www/iamctv.com/wp-content/wflogs/attack-data.php', 'wp-content/wflogs/attack-data.php'),
(12494, '/home/www/iamctv.com/wp-content/wflogs/config-livewaf.php', 'wp-content/wflogs/config-livewaf.php'),
(12495, '/home/www/iamctv.com/wp-content/wflogs/config-synced.php', 'wp-content/wflogs/config-synced.php'),
(12496, '/home/www/iamctv.com/wp-content/wflogs/config-transient.php', 'wp-content/wflogs/config-transient.php'),
(12497, '/home/www/iamctv.com/wp-content/wflogs/config.php', 'wp-content/wflogs/config.php'),
(12498, '/home/www/iamctv.com/wp-content/wflogs/ips.php', 'wp-content/wflogs/ips.php'),
(12499, '/home/www/iamctv.com/wp-content/wflogs/rules.php', 'wp-content/wflogs/rules.php'),
(12500, '/home/www/iamctv.com/wp-content/wflogs/template.php', 'wp-content/wflogs/template.php'),
(12501, '/home/www/iamctv.com/wp-cron.php', 'wp-cron.php'),
(12502, '/home/www/iamctv.com/wp-includes/ID3/getid3.lib.php', 'wp-includes/ID3/getid3.lib.php'),
(12503, '/home/www/iamctv.com/wp-includes/ID3/getid3.php', 'wp-includes/ID3/getid3.php'),
(12504, '/home/www/iamctv.com/wp-includes/ID3/license.commercial.txt', 'wp-includes/ID3/license.commercial.txt'),
(12505, '/home/www/iamctv.com/wp-includes/ID3/license.txt', 'wp-includes/ID3/license.txt'),
(12506, '/home/www/iamctv.com/wp-includes/ID3/module.audio-video.asf.php', 'wp-includes/ID3/module.audio-video.asf.php'),
(12507, '/home/www/iamctv.com/wp-includes/ID3/module.audio-video.flv.php', 'wp-includes/ID3/module.audio-video.flv.php'),
(12508, '/home/www/iamctv.com/wp-includes/ID3/module.audio-video.matroska.php', 'wp-includes/ID3/module.audio-video.matroska.php'),
(12509, '/home/www/iamctv.com/wp-includes/ID3/module.audio-video.quicktime.php', 'wp-includes/ID3/module.audio-video.quicktime.php'),
(12510, '/home/www/iamctv.com/wp-includes/ID3/module.audio-video.riff.php', 'wp-includes/ID3/module.audio-video.riff.php'),
(12511, '/home/www/iamctv.com/wp-includes/ID3/module.audio.ac3.php', 'wp-includes/ID3/module.audio.ac3.php'),
(12512, '/home/www/iamctv.com/wp-includes/ID3/module.audio.dts.php', 'wp-includes/ID3/module.audio.dts.php'),
(12513, '/home/www/iamctv.com/wp-includes/ID3/module.audio.flac.php', 'wp-includes/ID3/module.audio.flac.php'),
(12514, '/home/www/iamctv.com/wp-includes/ID3/module.audio.mp3.php', 'wp-includes/ID3/module.audio.mp3.php'),
(12515, '/home/www/iamctv.com/wp-includes/ID3/module.audio.ogg.php', 'wp-includes/ID3/module.audio.ogg.php'),
(12516, '/home/www/iamctv.com/wp-includes/ID3/module.tag.apetag.php', 'wp-includes/ID3/module.tag.apetag.php'),
(12517, '/home/www/iamctv.com/wp-includes/ID3/module.tag.id3v1.php', 'wp-includes/ID3/module.tag.id3v1.php'),
(12518, '/home/www/iamctv.com/wp-includes/ID3/module.tag.id3v2.php', 'wp-includes/ID3/module.tag.id3v2.php'),
(12519, '/home/www/iamctv.com/wp-includes/ID3/module.tag.lyrics3.php', 'wp-includes/ID3/module.tag.lyrics3.php'),
(12520, '/home/www/iamctv.com/wp-includes/ID3/readme.txt', 'wp-includes/ID3/readme.txt'),
(12521, '/home/www/iamctv.com/wp-includes/IXR/class-IXR-base64.php', 'wp-includes/IXR/class-IXR-base64.php'),
(12522, '/home/www/iamctv.com/wp-includes/IXR/class-IXR-client.php', 'wp-includes/IXR/class-IXR-client.php'),
(12523, '/home/www/iamctv.com/wp-includes/IXR/class-IXR-clientmulticall.php', 'wp-includes/IXR/class-IXR-clientmulticall.php'),
(12524, '/home/www/iamctv.com/wp-includes/IXR/class-IXR-date.php', 'wp-includes/IXR/class-IXR-date.php'),
(12525, '/home/www/iamctv.com/wp-includes/IXR/class-IXR-error.php', 'wp-includes/IXR/class-IXR-error.php'),
(12526, '/home/www/iamctv.com/wp-includes/IXR/class-IXR-introspectionserver.php', 'wp-includes/IXR/class-IXR-introspectionserver.php'),
(12527, '/home/www/iamctv.com/wp-includes/IXR/class-IXR-message.php', 'wp-includes/IXR/class-IXR-message.php'),
(12528, '/home/www/iamctv.com/wp-includes/IXR/class-IXR-request.php', 'wp-includes/IXR/class-IXR-request.php'),
(12529, '/home/www/iamctv.com/wp-includes/IXR/class-IXR-server.php', 'wp-includes/IXR/class-IXR-server.php'),
(12530, '/home/www/iamctv.com/wp-includes/IXR/class-IXR-value.php', 'wp-includes/IXR/class-IXR-value.php'),
(12531, '/home/www/iamctv.com/wp-includes/PHPMailer/Exception.php', 'wp-includes/PHPMailer/Exception.php'),
(12532, '/home/www/iamctv.com/wp-includes/PHPMailer/PHPMailer.php', 'wp-includes/PHPMailer/PHPMailer.php'),
(12533, '/home/www/iamctv.com/wp-includes/PHPMailer/SMTP.php', 'wp-includes/PHPMailer/SMTP.php'),
(12534, '/home/www/iamctv.com/wp-includes/Requests/Auth/Basic.php', 'wp-includes/Requests/Auth/Basic.php'),
(12535, '/home/www/iamctv.com/wp-includes/Requests/Auth.php', 'wp-includes/Requests/Auth.php'),
(12536, '/home/www/iamctv.com/wp-includes/Requests/Cookie/Jar.php', 'wp-includes/Requests/Cookie/Jar.php'),
(12537, '/home/www/iamctv.com/wp-includes/Requests/Cookie.php', 'wp-includes/Requests/Cookie.php'),
(12538, '/home/www/iamctv.com/wp-includes/Requests/Exception/HTTP/304.php', 'wp-includes/Requests/Exception/HTTP/304.php'),
(12539, '/home/www/iamctv.com/wp-includes/Requests/Exception/HTTP/305.php', 'wp-includes/Requests/Exception/HTTP/305.php'),
(12540, '/home/www/iamctv.com/wp-includes/Requests/Exception/HTTP/306.php', 'wp-includes/Requests/Exception/HTTP/306.php'),
(12541, '/home/www/iamctv.com/wp-includes/Requests/Exception/HTTP/400.php', 'wp-includes/Requests/Exception/HTTP/400.php'),
(12542, '/home/www/iamctv.com/wp-includes/Requests/Exception/HTTP/401.php', 'wp-includes/Requests/Exception/HTTP/401.php'),
(12543, '/home/www/iamctv.com/wp-includes/Requests/Exception/HTTP/402.php', 'wp-includes/Requests/Exception/HTTP/402.php'),
(12544, '/home/www/iamctv.com/wp-includes/Requests/Exception/HTTP/403.php', 'wp-includes/Requests/Exception/HTTP/403.php'),
(12545, '/home/www/iamctv.com/wp-includes/Requests/Exception/HTTP/404.php', 'wp-includes/Requests/Exception/HTTP/404.php'),
(12546, '/home/www/iamctv.com/wp-includes/Requests/Exception/HTTP/405.php', 'wp-includes/Requests/Exception/HTTP/405.php'),
(12547, '/home/www/iamctv.com/wp-includes/Requests/Exception/HTTP/406.php', 'wp-includes/Requests/Exception/HTTP/406.php'),
(12548, '/home/www/iamctv.com/wp-includes/Requests/Exception/HTTP/407.php', 'wp-includes/Requests/Exception/HTTP/407.php'),
(12549, '/home/www/iamctv.com/wp-includes/Requests/Exception/HTTP/408.php', 'wp-includes/Requests/Exception/HTTP/408.php'),
(12550, '/home/www/iamctv.com/wp-includes/Requests/Exception/HTTP/409.php', 'wp-includes/Requests/Exception/HTTP/409.php'),
(12551, '/home/www/iamctv.com/wp-includes/Requests/Exception/HTTP/410.php', 'wp-includes/Requests/Exception/HTTP/410.php'),
(12552, '/home/www/iamctv.com/wp-includes/Requests/Exception/HTTP/411.php', 'wp-includes/Requests/Exception/HTTP/411.php'),
(12553, '/home/www/iamctv.com/wp-includes/Requests/Exception/HTTP/412.php', 'wp-includes/Requests/Exception/HTTP/412.php'),
(12554, '/home/www/iamctv.com/wp-includes/Requests/Exception/HTTP/413.php', 'wp-includes/Requests/Exception/HTTP/413.php'),
(12555, '/home/www/iamctv.com/wp-includes/Requests/Exception/HTTP/414.php', 'wp-includes/Requests/Exception/HTTP/414.php'),
(12556, '/home/www/iamctv.com/wp-includes/Requests/Exception/HTTP/415.php', 'wp-includes/Requests/Exception/HTTP/415.php'),
(12557, '/home/www/iamctv.com/wp-includes/Requests/Exception/HTTP/416.php', 'wp-includes/Requests/Exception/HTTP/416.php'),
(12558, '/home/www/iamctv.com/wp-includes/Requests/Exception/HTTP/417.php', 'wp-includes/Requests/Exception/HTTP/417.php'),
(12559, '/home/www/iamctv.com/wp-includes/Requests/Exception/HTTP/418.php', 'wp-includes/Requests/Exception/HTTP/418.php'),
(12560, '/home/www/iamctv.com/wp-includes/Requests/Exception/HTTP/428.php', 'wp-includes/Requests/Exception/HTTP/428.php'),
(12561, '/home/www/iamctv.com/wp-includes/Requests/Exception/HTTP/429.php', 'wp-includes/Requests/Exception/HTTP/429.php'),
(12562, '/home/www/iamctv.com/wp-includes/Requests/Exception/HTTP/431.php', 'wp-includes/Requests/Exception/HTTP/431.php'),
(12563, '/home/www/iamctv.com/wp-includes/Requests/Exception/HTTP/500.php', 'wp-includes/Requests/Exception/HTTP/500.php'),
(12564, '/home/www/iamctv.com/wp-includes/Requests/Exception/HTTP/501.php', 'wp-includes/Requests/Exception/HTTP/501.php'),
(12565, '/home/www/iamctv.com/wp-includes/Requests/Exception/HTTP/502.php', 'wp-includes/Requests/Exception/HTTP/502.php'),
(12566, '/home/www/iamctv.com/wp-includes/Requests/Exception/HTTP/503.php', 'wp-includes/Requests/Exception/HTTP/503.php'),
(12567, '/home/www/iamctv.com/wp-includes/Requests/Exception/HTTP/504.php', 'wp-includes/Requests/Exception/HTTP/504.php'),
(12568, '/home/www/iamctv.com/wp-includes/Requests/Exception/HTTP/505.php', 'wp-includes/Requests/Exception/HTTP/505.php'),
(12569, '/home/www/iamctv.com/wp-includes/Requests/Exception/HTTP/511.php', 'wp-includes/Requests/Exception/HTTP/511.php'),
(12570, '/home/www/iamctv.com/wp-includes/Requests/Exception/HTTP/Unknown.php', 'wp-includes/Requests/Exception/HTTP/Unknown.php'),
(12571, '/home/www/iamctv.com/wp-includes/Requests/Exception/HTTP.php', 'wp-includes/Requests/Exception/HTTP.php'),
(12572, '/home/www/iamctv.com/wp-includes/Requests/Exception/Transport/cURL.php', 'wp-includes/Requests/Exception/Transport/cURL.php'),
(12573, '/home/www/iamctv.com/wp-includes/Requests/Exception/Transport.php', 'wp-includes/Requests/Exception/Transport.php'),
(12574, '/home/www/iamctv.com/wp-includes/Requests/Exception.php', 'wp-includes/Requests/Exception.php'),
(12575, '/home/www/iamctv.com/wp-includes/Requests/Hooker.php', 'wp-includes/Requests/Hooker.php'),
(12576, '/home/www/iamctv.com/wp-includes/Requests/Hooks.php', 'wp-includes/Requests/Hooks.php'),
(12577, '/home/www/iamctv.com/wp-includes/Requests/IDNAEncoder.php', 'wp-includes/Requests/IDNAEncoder.php'),
(12578, '/home/www/iamctv.com/wp-includes/Requests/IPv6.php', 'wp-includes/Requests/IPv6.php'),
(12579, '/home/www/iamctv.com/wp-includes/Requests/IRI.php', 'wp-includes/Requests/IRI.php'),
(12580, '/home/www/iamctv.com/wp-includes/Requests/Proxy/HTTP.php', 'wp-includes/Requests/Proxy/HTTP.php'),
(12581, '/home/www/iamctv.com/wp-includes/Requests/Proxy.php', 'wp-includes/Requests/Proxy.php'),
(12582, '/home/www/iamctv.com/wp-includes/Requests/Response/Headers.php', 'wp-includes/Requests/Response/Headers.php'),
(12583, '/home/www/iamctv.com/wp-includes/Requests/Response.php', 'wp-includes/Requests/Response.php'),
(12584, '/home/www/iamctv.com/wp-includes/Requests/SSL.php', 'wp-includes/Requests/SSL.php'),
(12585, '/home/www/iamctv.com/wp-includes/Requests/Session.php', 'wp-includes/Requests/Session.php'),
(12586, '/home/www/iamctv.com/wp-includes/Requests/Transport/cURL.php', 'wp-includes/Requests/Transport/cURL.php'),
(12587, '/home/www/iamctv.com/wp-includes/Requests/Transport/fsockopen.php', 'wp-includes/Requests/Transport/fsockopen.php'),
(12588, '/home/www/iamctv.com/wp-includes/Requests/Transport.php', 'wp-includes/Requests/Transport.php'),
(12589, '/home/www/iamctv.com/wp-includes/Requests/Utility/CaseInsensitiveDictionary.php', 'wp-includes/Requests/Utility/CaseInsensitiveDictionary.php'),
(12590, '/home/www/iamctv.com/wp-includes/Requests/Utility/FilteredIterator.php', 'wp-includes/Requests/Utility/FilteredIterator.php'),
(12591, '/home/www/iamctv.com/wp-includes/SimplePie/Author.php', 'wp-includes/SimplePie/Author.php'),
(12592, '/home/www/iamctv.com/wp-includes/SimplePie/Cache/Base.php', 'wp-includes/SimplePie/Cache/Base.php'),
(12593, '/home/www/iamctv.com/wp-includes/SimplePie/Cache/DB.php', 'wp-includes/SimplePie/Cache/DB.php'),
(12594, '/home/www/iamctv.com/wp-includes/SimplePie/Cache/File.php', 'wp-includes/SimplePie/Cache/File.php'),
(12595, '/home/www/iamctv.com/wp-includes/SimplePie/Cache/Memcache.php', 'wp-includes/SimplePie/Cache/Memcache.php'),
(12596, '/home/www/iamctv.com/wp-includes/SimplePie/Cache/Memcached.php', 'wp-includes/SimplePie/Cache/Memcached.php'),
(12597, '/home/www/iamctv.com/wp-includes/SimplePie/Cache/MySQL.php', 'wp-includes/SimplePie/Cache/MySQL.php'),
(12598, '/home/www/iamctv.com/wp-includes/SimplePie/Cache/Redis.php', 'wp-includes/SimplePie/Cache/Redis.php'),
(12599, '/home/www/iamctv.com/wp-includes/SimplePie/Cache.php', 'wp-includes/SimplePie/Cache.php'),
(12600, '/home/www/iamctv.com/wp-includes/SimplePie/Caption.php', 'wp-includes/SimplePie/Caption.php'),
(12601, '/home/www/iamctv.com/wp-includes/SimplePie/Category.php', 'wp-includes/SimplePie/Category.php'),
(12602, '/home/www/iamctv.com/wp-includes/SimplePie/Content/Type/Sniffer.php', 'wp-includes/SimplePie/Content/Type/Sniffer.php'),
(12603, '/home/www/iamctv.com/wp-includes/SimplePie/Copyright.php', 'wp-includes/SimplePie/Copyright.php'),
(12604, '/home/www/iamctv.com/wp-includes/SimplePie/Core.php', 'wp-includes/SimplePie/Core.php'),
(12605, '/home/www/iamctv.com/wp-includes/SimplePie/Credit.php', 'wp-includes/SimplePie/Credit.php'),
(12606, '/home/www/iamctv.com/wp-includes/SimplePie/Decode/HTML/Entities.php', 'wp-includes/SimplePie/Decode/HTML/Entities.php'),
(12607, '/home/www/iamctv.com/wp-includes/SimplePie/Enclosure.php', 'wp-includes/SimplePie/Enclosure.php'),
(12608, '/home/www/iamctv.com/wp-includes/SimplePie/Exception.php', 'wp-includes/SimplePie/Exception.php'),
(12609, '/home/www/iamctv.com/wp-includes/SimplePie/File.php', 'wp-includes/SimplePie/File.php'),
(12610, '/home/www/iamctv.com/wp-includes/SimplePie/HTTP/Parser.php', 'wp-includes/SimplePie/HTTP/Parser.php'),
(12611, '/home/www/iamctv.com/wp-includes/SimplePie/IRI.php', 'wp-includes/SimplePie/IRI.php'),
(12612, '/home/www/iamctv.com/wp-includes/SimplePie/Item.php', 'wp-includes/SimplePie/Item.php'),
(12613, '/home/www/iamctv.com/wp-includes/SimplePie/Locator.php', 'wp-includes/SimplePie/Locator.php'),
(12614, '/home/www/iamctv.com/wp-includes/SimplePie/Misc.php', 'wp-includes/SimplePie/Misc.php'),
(12615, '/home/www/iamctv.com/wp-includes/SimplePie/Net/IPv6.php', 'wp-includes/SimplePie/Net/IPv6.php'),
(12616, '/home/www/iamctv.com/wp-includes/SimplePie/Parse/Date.php', 'wp-includes/SimplePie/Parse/Date.php'),
(12617, '/home/www/iamctv.com/wp-includes/SimplePie/Parser.php', 'wp-includes/SimplePie/Parser.php'),
(12618, '/home/www/iamctv.com/wp-includes/SimplePie/Rating.php', 'wp-includes/SimplePie/Rating.php'),
(12619, '/home/www/iamctv.com/wp-includes/SimplePie/Registry.php', 'wp-includes/SimplePie/Registry.php'),
(12620, '/home/www/iamctv.com/wp-includes/SimplePie/Restriction.php', 'wp-includes/SimplePie/Restriction.php'),
(12621, '/home/www/iamctv.com/wp-includes/SimplePie/Sanitize.php', 'wp-includes/SimplePie/Sanitize.php'),
(12622, '/home/www/iamctv.com/wp-includes/SimplePie/Source.php', 'wp-includes/SimplePie/Source.php'),
(12623, '/home/www/iamctv.com/wp-includes/SimplePie/XML/Declaration/Parser.php', 'wp-includes/SimplePie/XML/Declaration/Parser.php'),
(12624, '/home/www/iamctv.com/wp-includes/SimplePie/gzdecode.php', 'wp-includes/SimplePie/gzdecode.php'),
(12625, '/home/www/iamctv.com/wp-includes/Text/Diff/Engine/native.php', 'wp-includes/Text/Diff/Engine/native.php'),
(12626, '/home/www/iamctv.com/wp-includes/Text/Diff/Engine/shell.php', 'wp-includes/Text/Diff/Engine/shell.php'),
(12627, '/home/www/iamctv.com/wp-includes/Text/Diff/Engine/string.php', 'wp-includes/Text/Diff/Engine/string.php'),
(12628, '/home/www/iamctv.com/wp-includes/Text/Diff/Engine/xdiff.php', 'wp-includes/Text/Diff/Engine/xdiff.php'),
(12629, '/home/www/iamctv.com/wp-includes/Text/Diff/Renderer/inline.php', 'wp-includes/Text/Diff/Renderer/inline.php'),
(12630, '/home/www/iamctv.com/wp-includes/Text/Diff/Renderer.php', 'wp-includes/Text/Diff/Renderer.php'),
(12631, '/home/www/iamctv.com/wp-includes/Text/Diff.php', 'wp-includes/Text/Diff.php'),
(12632, '/home/www/iamctv.com/wp-includes/admin-bar.php', 'wp-includes/admin-bar.php'),
(12633, '/home/www/iamctv.com/wp-includes/assets/script-loader-packages.php', 'wp-includes/assets/script-loader-packages.php'),
(12634, '/home/www/iamctv.com/wp-includes/assets/script-loader-react-refresh-entry.php', 'wp-includes/assets/script-loader-react-refresh-entry.php'),
(12635, '/home/www/iamctv.com/wp-includes/assets/script-loader-react-refresh-runtime.php', 'wp-includes/assets/script-loader-react-refresh-runtime.php'),
(12636, '/home/www/iamctv.com/wp-includes/atomlib.php', 'wp-includes/atomlib.php'),
(12637, '/home/www/iamctv.com/wp-includes/author-template.php', 'wp-includes/author-template.php'),
(12638, '/home/www/iamctv.com/wp-includes/block-editor.php', 'wp-includes/block-editor.php'),
(12639, '/home/www/iamctv.com/wp-includes/block-i18n.json', 'wp-includes/block-i18n.json'),
(12640, '/home/www/iamctv.com/wp-includes/block-patterns/query-grid-posts.php', 'wp-includes/block-patterns/query-grid-posts.php'),
(12641, '/home/www/iamctv.com/wp-includes/block-patterns/query-large-title-posts.php', 'wp-includes/block-patterns/query-large-title-posts.php'),
(12642, '/home/www/iamctv.com/wp-includes/block-patterns/query-medium-posts.php', 'wp-includes/block-patterns/query-medium-posts.php'),
(12643, '/home/www/iamctv.com/wp-includes/block-patterns/query-offset-posts.php', 'wp-includes/block-patterns/query-offset-posts.php'),
(12644, '/home/www/iamctv.com/wp-includes/block-patterns/query-small-posts.php', 'wp-includes/block-patterns/query-small-posts.php'),
(12645, '/home/www/iamctv.com/wp-includes/block-patterns/query-standard-posts.php', 'wp-includes/block-patterns/query-standard-posts.php'),
(12646, '/home/www/iamctv.com/wp-includes/block-patterns/social-links-shared-background-color.php', 'wp-includes/block-patterns/social-links-shared-background-color.php'),
(12647, '/home/www/iamctv.com/wp-includes/block-patterns.php', 'wp-includes/block-patterns.php'),
(12648, '/home/www/iamctv.com/wp-includes/block-supports/align.php', 'wp-includes/block-supports/align.php'),
(12649, '/home/www/iamctv.com/wp-includes/block-supports/border.php', 'wp-includes/block-supports/border.php'),
(12650, '/home/www/iamctv.com/wp-includes/block-supports/colors.php', 'wp-includes/block-supports/colors.php'),
(12651, '/home/www/iamctv.com/wp-includes/block-supports/custom-classname.php', 'wp-includes/block-supports/custom-classname.php'),
(12652, '/home/www/iamctv.com/wp-includes/block-supports/dimensions.php', 'wp-includes/block-supports/dimensions.php'),
(12653, '/home/www/iamctv.com/wp-includes/block-supports/duotone.php', 'wp-includes/block-supports/duotone.php'),
(12654, '/home/www/iamctv.com/wp-includes/block-supports/elements.php', 'wp-includes/block-supports/elements.php'),
(12655, '/home/www/iamctv.com/wp-includes/block-supports/generated-classname.php', 'wp-includes/block-supports/generated-classname.php'),
(12656, '/home/www/iamctv.com/wp-includes/block-supports/layout.php', 'wp-includes/block-supports/layout.php'),
(12657, '/home/www/iamctv.com/wp-includes/block-supports/spacing.php', 'wp-includes/block-supports/spacing.php'),
(12658, '/home/www/iamctv.com/wp-includes/block-supports/typography.php', 'wp-includes/block-supports/typography.php'),
(12659, '/home/www/iamctv.com/wp-includes/block-supports/utils.php', 'wp-includes/block-supports/utils.php'),
(12660, '/home/www/iamctv.com/wp-includes/block-template-utils.php', 'wp-includes/block-template-utils.php'),
(12661, '/home/www/iamctv.com/wp-includes/block-template.php', 'wp-includes/block-template.php'),
(12662, '/home/www/iamctv.com/wp-includes/blocks/archives/block.json', 'wp-includes/blocks/archives/block.json'),
(12663, '/home/www/iamctv.com/wp-includes/blocks/archives/editor-rtl.css', 'wp-includes/blocks/archives/editor-rtl.css'),
(12664, '/home/www/iamctv.com/wp-includes/blocks/archives/editor-rtl.min.css', 'wp-includes/blocks/archives/editor-rtl.min.css'),
(12665, '/home/www/iamctv.com/wp-includes/blocks/archives/editor.css', 'wp-includes/blocks/archives/editor.css'),
(12666, '/home/www/iamctv.com/wp-includes/blocks/archives/editor.min.css', 'wp-includes/blocks/archives/editor.min.css'),
(12667, '/home/www/iamctv.com/wp-includes/blocks/archives/style-rtl.css', 'wp-includes/blocks/archives/style-rtl.css'),
(12668, '/home/www/iamctv.com/wp-includes/blocks/archives/style-rtl.min.css', 'wp-includes/blocks/archives/style-rtl.min.css'),
(12669, '/home/www/iamctv.com/wp-includes/blocks/archives/style.css', 'wp-includes/blocks/archives/style.css'),
(12670, '/home/www/iamctv.com/wp-includes/blocks/archives/style.min.css', 'wp-includes/blocks/archives/style.min.css'),
(12671, '/home/www/iamctv.com/wp-includes/blocks/archives.php', 'wp-includes/blocks/archives.php'),
(12672, '/home/www/iamctv.com/wp-includes/blocks/audio/block.json', 'wp-includes/blocks/audio/block.json'),
(12673, '/home/www/iamctv.com/wp-includes/blocks/audio/editor-rtl.css', 'wp-includes/blocks/audio/editor-rtl.css'),
(12674, '/home/www/iamctv.com/wp-includes/blocks/audio/editor-rtl.min.css', 'wp-includes/blocks/audio/editor-rtl.min.css'),
(12675, '/home/www/iamctv.com/wp-includes/blocks/audio/editor.css', 'wp-includes/blocks/audio/editor.css'),
(12676, '/home/www/iamctv.com/wp-includes/blocks/audio/editor.min.css', 'wp-includes/blocks/audio/editor.min.css'),
(12677, '/home/www/iamctv.com/wp-includes/blocks/audio/style-rtl.css', 'wp-includes/blocks/audio/style-rtl.css'),
(12678, '/home/www/iamctv.com/wp-includes/blocks/audio/style-rtl.min.css', 'wp-includes/blocks/audio/style-rtl.min.css'),
(12679, '/home/www/iamctv.com/wp-includes/blocks/audio/style.css', 'wp-includes/blocks/audio/style.css'),
(12680, '/home/www/iamctv.com/wp-includes/blocks/audio/style.min.css', 'wp-includes/blocks/audio/style.min.css'),
(12681, '/home/www/iamctv.com/wp-includes/blocks/audio/theme-rtl.css', 'wp-includes/blocks/audio/theme-rtl.css'),
(12682, '/home/www/iamctv.com/wp-includes/blocks/audio/theme-rtl.min.css', 'wp-includes/blocks/audio/theme-rtl.min.css'),
(12683, '/home/www/iamctv.com/wp-includes/blocks/audio/theme.css', 'wp-includes/blocks/audio/theme.css'),
(12684, '/home/www/iamctv.com/wp-includes/blocks/audio/theme.min.css', 'wp-includes/blocks/audio/theme.min.css'),
(12685, '/home/www/iamctv.com/wp-includes/blocks/avatar/block.json', 'wp-includes/blocks/avatar/block.json'),
(12686, '/home/www/iamctv.com/wp-includes/blocks/avatar/editor-rtl.css', 'wp-includes/blocks/avatar/editor-rtl.css'),
(12687, '/home/www/iamctv.com/wp-includes/blocks/avatar/editor-rtl.min.css', 'wp-includes/blocks/avatar/editor-rtl.min.css'),
(12688, '/home/www/iamctv.com/wp-includes/blocks/avatar/editor.css', 'wp-includes/blocks/avatar/editor.css'),
(12689, '/home/www/iamctv.com/wp-includes/blocks/avatar/editor.min.css', 'wp-includes/blocks/avatar/editor.min.css'),
(12690, '/home/www/iamctv.com/wp-includes/blocks/avatar/style-rtl.css', 'wp-includes/blocks/avatar/style-rtl.css'),
(12691, '/home/www/iamctv.com/wp-includes/blocks/avatar/style-rtl.min.css', 'wp-includes/blocks/avatar/style-rtl.min.css'),
(12692, '/home/www/iamctv.com/wp-includes/blocks/avatar/style.css', 'wp-includes/blocks/avatar/style.css'),
(12693, '/home/www/iamctv.com/wp-includes/blocks/avatar/style.min.css', 'wp-includes/blocks/avatar/style.min.css'),
(12694, '/home/www/iamctv.com/wp-includes/blocks/avatar.php', 'wp-includes/blocks/avatar.php'),
(12695, '/home/www/iamctv.com/wp-includes/blocks/block/block.json', 'wp-includes/blocks/block/block.json'),
(12696, '/home/www/iamctv.com/wp-includes/blocks/block/editor-rtl.css', 'wp-includes/blocks/block/editor-rtl.css'),
(12697, '/home/www/iamctv.com/wp-includes/blocks/block/editor-rtl.min.css', 'wp-includes/blocks/block/editor-rtl.min.css'),
(12698, '/home/www/iamctv.com/wp-includes/blocks/block/editor.css', 'wp-includes/blocks/block/editor.css'),
(12699, '/home/www/iamctv.com/wp-includes/blocks/block/editor.min.css', 'wp-includes/blocks/block/editor.min.css'),
(12700, '/home/www/iamctv.com/wp-includes/blocks/block.php', 'wp-includes/blocks/block.php'),
(12701, '/home/www/iamctv.com/wp-includes/blocks/button/block.json', 'wp-includes/blocks/button/block.json'),
(12702, '/home/www/iamctv.com/wp-includes/blocks/button/editor-rtl.css', 'wp-includes/blocks/button/editor-rtl.css'),
(12703, '/home/www/iamctv.com/wp-includes/blocks/button/editor-rtl.min.css', 'wp-includes/blocks/button/editor-rtl.min.css'),
(12704, '/home/www/iamctv.com/wp-includes/blocks/button/editor.css', 'wp-includes/blocks/button/editor.css'),
(12705, '/home/www/iamctv.com/wp-includes/blocks/button/editor.min.css', 'wp-includes/blocks/button/editor.min.css'),
(12706, '/home/www/iamctv.com/wp-includes/blocks/button/style-rtl.css', 'wp-includes/blocks/button/style-rtl.css'),
(12707, '/home/www/iamctv.com/wp-includes/blocks/button/style-rtl.min.css', 'wp-includes/blocks/button/style-rtl.min.css'),
(12708, '/home/www/iamctv.com/wp-includes/blocks/button/style.css', 'wp-includes/blocks/button/style.css'),
(12709, '/home/www/iamctv.com/wp-includes/blocks/button/style.min.css', 'wp-includes/blocks/button/style.min.css'),
(12710, '/home/www/iamctv.com/wp-includes/blocks/buttons/block.json', 'wp-includes/blocks/buttons/block.json'),
(12711, '/home/www/iamctv.com/wp-includes/blocks/buttons/editor-rtl.css', 'wp-includes/blocks/buttons/editor-rtl.css'),
(12712, '/home/www/iamctv.com/wp-includes/blocks/buttons/editor-rtl.min.css', 'wp-includes/blocks/buttons/editor-rtl.min.css'),
(12713, '/home/www/iamctv.com/wp-includes/blocks/buttons/editor.css', 'wp-includes/blocks/buttons/editor.css'),
(12714, '/home/www/iamctv.com/wp-includes/blocks/buttons/editor.min.css', 'wp-includes/blocks/buttons/editor.min.css'),
(12715, '/home/www/iamctv.com/wp-includes/blocks/buttons/style-rtl.css', 'wp-includes/blocks/buttons/style-rtl.css'),
(12716, '/home/www/iamctv.com/wp-includes/blocks/buttons/style-rtl.min.css', 'wp-includes/blocks/buttons/style-rtl.min.css'),
(12717, '/home/www/iamctv.com/wp-includes/blocks/buttons/style.css', 'wp-includes/blocks/buttons/style.css'),
(12718, '/home/www/iamctv.com/wp-includes/blocks/buttons/style.min.css', 'wp-includes/blocks/buttons/style.min.css'),
(12719, '/home/www/iamctv.com/wp-includes/blocks/calendar/block.json', 'wp-includes/blocks/calendar/block.json'),
(12720, '/home/www/iamctv.com/wp-includes/blocks/calendar/style-rtl.css', 'wp-includes/blocks/calendar/style-rtl.css'),
(12721, '/home/www/iamctv.com/wp-includes/blocks/calendar/style-rtl.min.css', 'wp-includes/blocks/calendar/style-rtl.min.css'),
(12722, '/home/www/iamctv.com/wp-includes/blocks/calendar/style.css', 'wp-includes/blocks/calendar/style.css'),
(12723, '/home/www/iamctv.com/wp-includes/blocks/calendar/style.min.css', 'wp-includes/blocks/calendar/style.min.css'),
(12724, '/home/www/iamctv.com/wp-includes/blocks/calendar.php', 'wp-includes/blocks/calendar.php'),
(12725, '/home/www/iamctv.com/wp-includes/blocks/categories/block.json', 'wp-includes/blocks/categories/block.json'),
(12726, '/home/www/iamctv.com/wp-includes/blocks/categories/editor-rtl.css', 'wp-includes/blocks/categories/editor-rtl.css'),
(12727, '/home/www/iamctv.com/wp-includes/blocks/categories/editor-rtl.min.css', 'wp-includes/blocks/categories/editor-rtl.min.css'),
(12728, '/home/www/iamctv.com/wp-includes/blocks/categories/editor.css', 'wp-includes/blocks/categories/editor.css'),
(12729, '/home/www/iamctv.com/wp-includes/blocks/categories/editor.min.css', 'wp-includes/blocks/categories/editor.min.css'),
(12730, '/home/www/iamctv.com/wp-includes/blocks/categories/style-rtl.css', 'wp-includes/blocks/categories/style-rtl.css'),
(12731, '/home/www/iamctv.com/wp-includes/blocks/categories/style-rtl.min.css', 'wp-includes/blocks/categories/style-rtl.min.css'),
(12732, '/home/www/iamctv.com/wp-includes/blocks/categories/style.css', 'wp-includes/blocks/categories/style.css'),
(12733, '/home/www/iamctv.com/wp-includes/blocks/categories/style.min.css', 'wp-includes/blocks/categories/style.min.css'),
(12734, '/home/www/iamctv.com/wp-includes/blocks/categories.php', 'wp-includes/blocks/categories.php'),
(12735, '/home/www/iamctv.com/wp-includes/blocks/code/block.json', 'wp-includes/blocks/code/block.json'),
(12736, '/home/www/iamctv.com/wp-includes/blocks/code/style-rtl.css', 'wp-includes/blocks/code/style-rtl.css'),
(12737, '/home/www/iamctv.com/wp-includes/blocks/code/style-rtl.min.css', 'wp-includes/blocks/code/style-rtl.min.css'),
(12738, '/home/www/iamctv.com/wp-includes/blocks/code/style.css', 'wp-includes/blocks/code/style.css'),
(12739, '/home/www/iamctv.com/wp-includes/blocks/code/style.min.css', 'wp-includes/blocks/code/style.min.css'),
(12740, '/home/www/iamctv.com/wp-includes/blocks/code/theme-rtl.css', 'wp-includes/blocks/code/theme-rtl.css'),
(12741, '/home/www/iamctv.com/wp-includes/blocks/code/theme-rtl.min.css', 'wp-includes/blocks/code/theme-rtl.min.css'),
(12742, '/home/www/iamctv.com/wp-includes/blocks/code/theme.css', 'wp-includes/blocks/code/theme.css'),
(12743, '/home/www/iamctv.com/wp-includes/blocks/code/theme.min.css', 'wp-includes/blocks/code/theme.min.css'),
(12744, '/home/www/iamctv.com/wp-includes/blocks/column/block.json', 'wp-includes/blocks/column/block.json'),
(12745, '/home/www/iamctv.com/wp-includes/blocks/columns/block.json', 'wp-includes/blocks/columns/block.json'),
(12746, '/home/www/iamctv.com/wp-includes/blocks/columns/editor-rtl.css', 'wp-includes/blocks/columns/editor-rtl.css'),
(12747, '/home/www/iamctv.com/wp-includes/blocks/columns/editor-rtl.min.css', 'wp-includes/blocks/columns/editor-rtl.min.css'),
(12748, '/home/www/iamctv.com/wp-includes/blocks/columns/editor.css', 'wp-includes/blocks/columns/editor.css'),
(12749, '/home/www/iamctv.com/wp-includes/blocks/columns/editor.min.css', 'wp-includes/blocks/columns/editor.min.css'),
(12750, '/home/www/iamctv.com/wp-includes/blocks/columns/style-rtl.css', 'wp-includes/blocks/columns/style-rtl.css'),
(12751, '/home/www/iamctv.com/wp-includes/blocks/columns/style-rtl.min.css', 'wp-includes/blocks/columns/style-rtl.min.css'),
(12752, '/home/www/iamctv.com/wp-includes/blocks/columns/style.css', 'wp-includes/blocks/columns/style.css'),
(12753, '/home/www/iamctv.com/wp-includes/blocks/columns/style.min.css', 'wp-includes/blocks/columns/style.min.css'),
(12754, '/home/www/iamctv.com/wp-includes/blocks/comment-author-name/block.json', 'wp-includes/blocks/comment-author-name/block.json'),
(12755, '/home/www/iamctv.com/wp-includes/blocks/comment-author-name.php', 'wp-includes/blocks/comment-author-name.php'),
(12756, '/home/www/iamctv.com/wp-includes/blocks/comment-content/block.json', 'wp-includes/blocks/comment-content/block.json'),
(12757, '/home/www/iamctv.com/wp-includes/blocks/comment-content/style-rtl.css', 'wp-includes/blocks/comment-content/style-rtl.css'),
(12758, '/home/www/iamctv.com/wp-includes/blocks/comment-content/style-rtl.min.css', 'wp-includes/blocks/comment-content/style-rtl.min.css'),
(12759, '/home/www/iamctv.com/wp-includes/blocks/comment-content/style.css', 'wp-includes/blocks/comment-content/style.css'),
(12760, '/home/www/iamctv.com/wp-includes/blocks/comment-content/style.min.css', 'wp-includes/blocks/comment-content/style.min.css'),
(12761, '/home/www/iamctv.com/wp-includes/blocks/comment-content.php', 'wp-includes/blocks/comment-content.php'),
(12762, '/home/www/iamctv.com/wp-includes/blocks/comment-date/block.json', 'wp-includes/blocks/comment-date/block.json'),
(12763, '/home/www/iamctv.com/wp-includes/blocks/comment-date.php', 'wp-includes/blocks/comment-date.php'),
(12764, '/home/www/iamctv.com/wp-includes/blocks/comment-edit-link/block.json', 'wp-includes/blocks/comment-edit-link/block.json'),
(12765, '/home/www/iamctv.com/wp-includes/blocks/comment-edit-link.php', 'wp-includes/blocks/comment-edit-link.php'),
(12766, '/home/www/iamctv.com/wp-includes/blocks/comment-reply-link/block.json', 'wp-includes/blocks/comment-reply-link/block.json'),
(12767, '/home/www/iamctv.com/wp-includes/blocks/comment-reply-link.php', 'wp-includes/blocks/comment-reply-link.php'),
(12768, '/home/www/iamctv.com/wp-includes/blocks/comment-template/block.json', 'wp-includes/blocks/comment-template/block.json'),
(12769, '/home/www/iamctv.com/wp-includes/blocks/comment-template/style-rtl.css', 'wp-includes/blocks/comment-template/style-rtl.css'),
(12770, '/home/www/iamctv.com/wp-includes/blocks/comment-template/style-rtl.min.css', 'wp-includes/blocks/comment-template/style-rtl.min.css'),
(12771, '/home/www/iamctv.com/wp-includes/blocks/comment-template/style.css', 'wp-includes/blocks/comment-template/style.css'),
(12772, '/home/www/iamctv.com/wp-includes/blocks/comment-template/style.min.css', 'wp-includes/blocks/comment-template/style.min.css'),
(12773, '/home/www/iamctv.com/wp-includes/blocks/comment-template.php', 'wp-includes/blocks/comment-template.php'),
(12774, '/home/www/iamctv.com/wp-includes/blocks/comments-pagination/block.json', 'wp-includes/blocks/comments-pagination/block.json'),
(12775, '/home/www/iamctv.com/wp-includes/blocks/comments-pagination/editor-rtl.css', 'wp-includes/blocks/comments-pagination/editor-rtl.css'),
(12776, '/home/www/iamctv.com/wp-includes/blocks/comments-pagination/editor-rtl.min.css', 'wp-includes/blocks/comments-pagination/editor-rtl.min.css'),
(12777, '/home/www/iamctv.com/wp-includes/blocks/comments-pagination/editor.css', 'wp-includes/blocks/comments-pagination/editor.css'),
(12778, '/home/www/iamctv.com/wp-includes/blocks/comments-pagination/editor.min.css', 'wp-includes/blocks/comments-pagination/editor.min.css'),
(12779, '/home/www/iamctv.com/wp-includes/blocks/comments-pagination/style-rtl.css', 'wp-includes/blocks/comments-pagination/style-rtl.css'),
(12780, '/home/www/iamctv.com/wp-includes/blocks/comments-pagination/style-rtl.min.css', 'wp-includes/blocks/comments-pagination/style-rtl.min.css'),
(12781, '/home/www/iamctv.com/wp-includes/blocks/comments-pagination/style.css', 'wp-includes/blocks/comments-pagination/style.css'),
(12782, '/home/www/iamctv.com/wp-includes/blocks/comments-pagination/style.min.css', 'wp-includes/blocks/comments-pagination/style.min.css'),
(12783, '/home/www/iamctv.com/wp-includes/blocks/comments-pagination-next/block.json', 'wp-includes/blocks/comments-pagination-next/block.json'),
(12784, '/home/www/iamctv.com/wp-includes/blocks/comments-pagination-next.php', 'wp-includes/blocks/comments-pagination-next.php'),
(12785, '/home/www/iamctv.com/wp-includes/blocks/comments-pagination-numbers/block.json', 'wp-includes/blocks/comments-pagination-numbers/block.json'),
(12786, '/home/www/iamctv.com/wp-includes/blocks/comments-pagination-numbers/editor-rtl.css', 'wp-includes/blocks/comments-pagination-numbers/editor-rtl.css'),
(12787, '/home/www/iamctv.com/wp-includes/blocks/comments-pagination-numbers/editor-rtl.min.css', 'wp-includes/blocks/comments-pagination-numbers/editor-rtl.min.css'),
(12788, '/home/www/iamctv.com/wp-includes/blocks/comments-pagination-numbers/editor.css', 'wp-includes/blocks/comments-pagination-numbers/editor.css'),
(12789, '/home/www/iamctv.com/wp-includes/blocks/comments-pagination-numbers/editor.min.css', 'wp-includes/blocks/comments-pagination-numbers/editor.min.css'),
(12790, '/home/www/iamctv.com/wp-includes/blocks/comments-pagination-numbers.php', 'wp-includes/blocks/comments-pagination-numbers.php'),
(12791, '/home/www/iamctv.com/wp-includes/blocks/comments-pagination-previous/block.json', 'wp-includes/blocks/comments-pagination-previous/block.json'),
(12792, '/home/www/iamctv.com/wp-includes/blocks/comments-pagination-previous.php', 'wp-includes/blocks/comments-pagination-previous.php'),
(12793, '/home/www/iamctv.com/wp-includes/blocks/comments-pagination.php', 'wp-includes/blocks/comments-pagination.php'),
(12794, '/home/www/iamctv.com/wp-includes/blocks/comments-query-loop/block.json', 'wp-includes/blocks/comments-query-loop/block.json'),
(12795, '/home/www/iamctv.com/wp-includes/blocks/comments-query-loop/editor-rtl.css', 'wp-includes/blocks/comments-query-loop/editor-rtl.css'),
(12796, '/home/www/iamctv.com/wp-includes/blocks/comments-query-loop/editor-rtl.min.css', 'wp-includes/blocks/comments-query-loop/editor-rtl.min.css'),
(12797, '/home/www/iamctv.com/wp-includes/blocks/comments-query-loop/editor.css', 'wp-includes/blocks/comments-query-loop/editor.css'),
(12798, '/home/www/iamctv.com/wp-includes/blocks/comments-query-loop/editor.min.css', 'wp-includes/blocks/comments-query-loop/editor.min.css'),
(12799, '/home/www/iamctv.com/wp-includes/blocks/comments-title/block.json', 'wp-includes/blocks/comments-title/block.json'),
(12800, '/home/www/iamctv.com/wp-includes/blocks/comments-title/editor-rtl.css', 'wp-includes/blocks/comments-title/editor-rtl.css'),
(12801, '/home/www/iamctv.com/wp-includes/blocks/comments-title/editor-rtl.min.css', 'wp-includes/blocks/comments-title/editor-rtl.min.css'),
(12802, '/home/www/iamctv.com/wp-includes/blocks/comments-title/editor.css', 'wp-includes/blocks/comments-title/editor.css'),
(12803, '/home/www/iamctv.com/wp-includes/blocks/comments-title/editor.min.css', 'wp-includes/blocks/comments-title/editor.min.css'),
(12804, '/home/www/iamctv.com/wp-includes/blocks/comments-title.php', 'wp-includes/blocks/comments-title.php'),
(12805, '/home/www/iamctv.com/wp-includes/blocks/cover/block.json', 'wp-includes/blocks/cover/block.json'),
(12806, '/home/www/iamctv.com/wp-includes/blocks/cover/editor-rtl.css', 'wp-includes/blocks/cover/editor-rtl.css'),
(12807, '/home/www/iamctv.com/wp-includes/blocks/cover/editor-rtl.min.css', 'wp-includes/blocks/cover/editor-rtl.min.css'),
(12808, '/home/www/iamctv.com/wp-includes/blocks/cover/editor.css', 'wp-includes/blocks/cover/editor.css'),
(12809, '/home/www/iamctv.com/wp-includes/blocks/cover/editor.min.css', 'wp-includes/blocks/cover/editor.min.css'),
(12810, '/home/www/iamctv.com/wp-includes/blocks/cover/style-rtl.css', 'wp-includes/blocks/cover/style-rtl.css'),
(12811, '/home/www/iamctv.com/wp-includes/blocks/cover/style-rtl.min.css', 'wp-includes/blocks/cover/style-rtl.min.css'),
(12812, '/home/www/iamctv.com/wp-includes/blocks/cover/style.css', 'wp-includes/blocks/cover/style.css'),
(12813, '/home/www/iamctv.com/wp-includes/blocks/cover/style.min.css', 'wp-includes/blocks/cover/style.min.css'),
(12814, '/home/www/iamctv.com/wp-includes/blocks/cover.php', 'wp-includes/blocks/cover.php'),
(12815, '/home/www/iamctv.com/wp-includes/blocks/embed/block.json', 'wp-includes/blocks/embed/block.json'),
(12816, '/home/www/iamctv.com/wp-includes/blocks/embed/editor-rtl.css', 'wp-includes/blocks/embed/editor-rtl.css'),
(12817, '/home/www/iamctv.com/wp-includes/blocks/embed/editor-rtl.min.css', 'wp-includes/blocks/embed/editor-rtl.min.css'),
(12818, '/home/www/iamctv.com/wp-includes/blocks/embed/editor.css', 'wp-includes/blocks/embed/editor.css'),
(12819, '/home/www/iamctv.com/wp-includes/blocks/embed/editor.min.css', 'wp-includes/blocks/embed/editor.min.css'),
(12820, '/home/www/iamctv.com/wp-includes/blocks/embed/style-rtl.css', 'wp-includes/blocks/embed/style-rtl.css'),
(12821, '/home/www/iamctv.com/wp-includes/blocks/embed/style-rtl.min.css', 'wp-includes/blocks/embed/style-rtl.min.css'),
(12822, '/home/www/iamctv.com/wp-includes/blocks/embed/style.css', 'wp-includes/blocks/embed/style.css'),
(12823, '/home/www/iamctv.com/wp-includes/blocks/embed/style.min.css', 'wp-includes/blocks/embed/style.min.css'),
(12824, '/home/www/iamctv.com/wp-includes/blocks/embed/theme-rtl.css', 'wp-includes/blocks/embed/theme-rtl.css'),
(12825, '/home/www/iamctv.com/wp-includes/blocks/embed/theme-rtl.min.css', 'wp-includes/blocks/embed/theme-rtl.min.css'),
(12826, '/home/www/iamctv.com/wp-includes/blocks/embed/theme.css', 'wp-includes/blocks/embed/theme.css'),
(12827, '/home/www/iamctv.com/wp-includes/blocks/embed/theme.min.css', 'wp-includes/blocks/embed/theme.min.css'),
(12828, '/home/www/iamctv.com/wp-includes/blocks/file/block.json', 'wp-includes/blocks/file/block.json'),
(12829, '/home/www/iamctv.com/wp-includes/blocks/file/editor-rtl.css', 'wp-includes/blocks/file/editor-rtl.css'),
(12830, '/home/www/iamctv.com/wp-includes/blocks/file/editor-rtl.min.css', 'wp-includes/blocks/file/editor-rtl.min.css'),
(12831, '/home/www/iamctv.com/wp-includes/blocks/file/editor.css', 'wp-includes/blocks/file/editor.css'),
(12832, '/home/www/iamctv.com/wp-includes/blocks/file/editor.min.css', 'wp-includes/blocks/file/editor.min.css'),
(12833, '/home/www/iamctv.com/wp-includes/blocks/file/style-rtl.css', 'wp-includes/blocks/file/style-rtl.css'),
(12834, '/home/www/iamctv.com/wp-includes/blocks/file/style-rtl.min.css', 'wp-includes/blocks/file/style-rtl.min.css'),
(12835, '/home/www/iamctv.com/wp-includes/blocks/file/style.css', 'wp-includes/blocks/file/style.css'),
(12836, '/home/www/iamctv.com/wp-includes/blocks/file/style.min.css', 'wp-includes/blocks/file/style.min.css'),
(12837, '/home/www/iamctv.com/wp-includes/blocks/file/view.asset.php', 'wp-includes/blocks/file/view.asset.php'),
(12838, '/home/www/iamctv.com/wp-includes/blocks/file/view.js', 'wp-includes/blocks/file/view.js'),
(12839, '/home/www/iamctv.com/wp-includes/blocks/file/view.min.asset.php', 'wp-includes/blocks/file/view.min.asset.php'),
(12840, '/home/www/iamctv.com/wp-includes/blocks/file/view.min.js', 'wp-includes/blocks/file/view.min.js'),
(12841, '/home/www/iamctv.com/wp-includes/blocks/file.php', 'wp-includes/blocks/file.php'),
(12842, '/home/www/iamctv.com/wp-includes/blocks/freeform/block.json', 'wp-includes/blocks/freeform/block.json'),
(12843, '/home/www/iamctv.com/wp-includes/blocks/freeform/editor-rtl.css', 'wp-includes/blocks/freeform/editor-rtl.css'),
(12844, '/home/www/iamctv.com/wp-includes/blocks/freeform/editor-rtl.min.css', 'wp-includes/blocks/freeform/editor-rtl.min.css'),
(12845, '/home/www/iamctv.com/wp-includes/blocks/freeform/editor.css', 'wp-includes/blocks/freeform/editor.css'),
(12846, '/home/www/iamctv.com/wp-includes/blocks/freeform/editor.min.css', 'wp-includes/blocks/freeform/editor.min.css'),
(12847, '/home/www/iamctv.com/wp-includes/blocks/gallery/block.json', 'wp-includes/blocks/gallery/block.json'),
(12848, '/home/www/iamctv.com/wp-includes/blocks/gallery/editor-rtl.css', 'wp-includes/blocks/gallery/editor-rtl.css'),
(12849, '/home/www/iamctv.com/wp-includes/blocks/gallery/editor-rtl.min.css', 'wp-includes/blocks/gallery/editor-rtl.min.css'),
(12850, '/home/www/iamctv.com/wp-includes/blocks/gallery/editor.css', 'wp-includes/blocks/gallery/editor.css'),
(12851, '/home/www/iamctv.com/wp-includes/blocks/gallery/editor.min.css', 'wp-includes/blocks/gallery/editor.min.css'),
(12852, '/home/www/iamctv.com/wp-includes/blocks/gallery/style-rtl.css', 'wp-includes/blocks/gallery/style-rtl.css'),
(12853, '/home/www/iamctv.com/wp-includes/blocks/gallery/style-rtl.min.css', 'wp-includes/blocks/gallery/style-rtl.min.css'),
(12854, '/home/www/iamctv.com/wp-includes/blocks/gallery/style.css', 'wp-includes/blocks/gallery/style.css'),
(12855, '/home/www/iamctv.com/wp-includes/blocks/gallery/style.min.css', 'wp-includes/blocks/gallery/style.min.css'),
(12856, '/home/www/iamctv.com/wp-includes/blocks/gallery/theme-rtl.css', 'wp-includes/blocks/gallery/theme-rtl.css'),
(12857, '/home/www/iamctv.com/wp-includes/blocks/gallery/theme-rtl.min.css', 'wp-includes/blocks/gallery/theme-rtl.min.css'),
(12858, '/home/www/iamctv.com/wp-includes/blocks/gallery/theme.css', 'wp-includes/blocks/gallery/theme.css'),
(12859, '/home/www/iamctv.com/wp-includes/blocks/gallery/theme.min.css', 'wp-includes/blocks/gallery/theme.min.css'),
(12860, '/home/www/iamctv.com/wp-includes/blocks/gallery.php', 'wp-includes/blocks/gallery.php'),
(12861, '/home/www/iamctv.com/wp-includes/blocks/group/block.json', 'wp-includes/blocks/group/block.json'),
(12862, '/home/www/iamctv.com/wp-includes/blocks/group/editor-rtl.css', 'wp-includes/blocks/group/editor-rtl.css'),
(12863, '/home/www/iamctv.com/wp-includes/blocks/group/editor-rtl.min.css', 'wp-includes/blocks/group/editor-rtl.min.css'),
(12864, '/home/www/iamctv.com/wp-includes/blocks/group/editor.css', 'wp-includes/blocks/group/editor.css'),
(12865, '/home/www/iamctv.com/wp-includes/blocks/group/editor.min.css', 'wp-includes/blocks/group/editor.min.css'),
(12866, '/home/www/iamctv.com/wp-includes/blocks/group/style-rtl.css', 'wp-includes/blocks/group/style-rtl.css'),
(12867, '/home/www/iamctv.com/wp-includes/blocks/group/style-rtl.min.css', 'wp-includes/blocks/group/style-rtl.min.css'),
(12868, '/home/www/iamctv.com/wp-includes/blocks/group/style.css', 'wp-includes/blocks/group/style.css'),
(12869, '/home/www/iamctv.com/wp-includes/blocks/group/style.min.css', 'wp-includes/blocks/group/style.min.css'),
(12870, '/home/www/iamctv.com/wp-includes/blocks/group/theme-rtl.css', 'wp-includes/blocks/group/theme-rtl.css'),
(12871, '/home/www/iamctv.com/wp-includes/blocks/group/theme-rtl.min.css', 'wp-includes/blocks/group/theme-rtl.min.css'),
(12872, '/home/www/iamctv.com/wp-includes/blocks/group/theme.css', 'wp-includes/blocks/group/theme.css'),
(12873, '/home/www/iamctv.com/wp-includes/blocks/group/theme.min.css', 'wp-includes/blocks/group/theme.min.css'),
(12874, '/home/www/iamctv.com/wp-includes/blocks/heading/block.json', 'wp-includes/blocks/heading/block.json'),
(12875, '/home/www/iamctv.com/wp-includes/blocks/heading/style-rtl.css', 'wp-includes/blocks/heading/style-rtl.css'),
(12876, '/home/www/iamctv.com/wp-includes/blocks/heading/style-rtl.min.css', 'wp-includes/blocks/heading/style-rtl.min.css'),
(12877, '/home/www/iamctv.com/wp-includes/blocks/heading/style.css', 'wp-includes/blocks/heading/style.css'),
(12878, '/home/www/iamctv.com/wp-includes/blocks/heading/style.min.css', 'wp-includes/blocks/heading/style.min.css'),
(12879, '/home/www/iamctv.com/wp-includes/blocks/home-link/block.json', 'wp-includes/blocks/home-link/block.json'),
(12880, '/home/www/iamctv.com/wp-includes/blocks/home-link.php', 'wp-includes/blocks/home-link.php'),
(12881, '/home/www/iamctv.com/wp-includes/blocks/html/block.json', 'wp-includes/blocks/html/block.json'),
(12882, '/home/www/iamctv.com/wp-includes/blocks/html/editor-rtl.css', 'wp-includes/blocks/html/editor-rtl.css'),
(12883, '/home/www/iamctv.com/wp-includes/blocks/html/editor-rtl.min.css', 'wp-includes/blocks/html/editor-rtl.min.css'),
(12884, '/home/www/iamctv.com/wp-includes/blocks/html/editor.css', 'wp-includes/blocks/html/editor.css'),
(12885, '/home/www/iamctv.com/wp-includes/blocks/html/editor.min.css', 'wp-includes/blocks/html/editor.min.css');
INSERT INTO `iamc_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(12886, '/home/www/iamctv.com/wp-includes/blocks/image/block.json', 'wp-includes/blocks/image/block.json'),
(12887, '/home/www/iamctv.com/wp-includes/blocks/image/editor-rtl.css', 'wp-includes/blocks/image/editor-rtl.css'),
(12888, '/home/www/iamctv.com/wp-includes/blocks/image/editor-rtl.min.css', 'wp-includes/blocks/image/editor-rtl.min.css'),
(12889, '/home/www/iamctv.com/wp-includes/blocks/image/editor.css', 'wp-includes/blocks/image/editor.css'),
(12890, '/home/www/iamctv.com/wp-includes/blocks/image/editor.min.css', 'wp-includes/blocks/image/editor.min.css'),
(12891, '/home/www/iamctv.com/wp-includes/blocks/image/style-rtl.css', 'wp-includes/blocks/image/style-rtl.css'),
(12892, '/home/www/iamctv.com/wp-includes/blocks/image/style-rtl.min.css', 'wp-includes/blocks/image/style-rtl.min.css'),
(12893, '/home/www/iamctv.com/wp-includes/blocks/image/style.css', 'wp-includes/blocks/image/style.css'),
(12894, '/home/www/iamctv.com/wp-includes/blocks/image/style.min.css', 'wp-includes/blocks/image/style.min.css'),
(12895, '/home/www/iamctv.com/wp-includes/blocks/image/theme-rtl.css', 'wp-includes/blocks/image/theme-rtl.css'),
(12896, '/home/www/iamctv.com/wp-includes/blocks/image/theme-rtl.min.css', 'wp-includes/blocks/image/theme-rtl.min.css'),
(12897, '/home/www/iamctv.com/wp-includes/blocks/image/theme.css', 'wp-includes/blocks/image/theme.css'),
(12898, '/home/www/iamctv.com/wp-includes/blocks/image/theme.min.css', 'wp-includes/blocks/image/theme.min.css'),
(12899, '/home/www/iamctv.com/wp-includes/blocks/image.php', 'wp-includes/blocks/image.php'),
(12900, '/home/www/iamctv.com/wp-includes/blocks/index.php', 'wp-includes/blocks/index.php'),
(12901, '/home/www/iamctv.com/wp-includes/blocks/latest-comments/block.json', 'wp-includes/blocks/latest-comments/block.json'),
(12902, '/home/www/iamctv.com/wp-includes/blocks/latest-comments/style-rtl.css', 'wp-includes/blocks/latest-comments/style-rtl.css'),
(12903, '/home/www/iamctv.com/wp-includes/blocks/latest-comments/style-rtl.min.css', 'wp-includes/blocks/latest-comments/style-rtl.min.css'),
(12904, '/home/www/iamctv.com/wp-includes/blocks/latest-comments/style.css', 'wp-includes/blocks/latest-comments/style.css'),
(12905, '/home/www/iamctv.com/wp-includes/blocks/latest-comments/style.min.css', 'wp-includes/blocks/latest-comments/style.min.css'),
(12906, '/home/www/iamctv.com/wp-includes/blocks/latest-comments.php', 'wp-includes/blocks/latest-comments.php'),
(12907, '/home/www/iamctv.com/wp-includes/blocks/latest-posts/block.json', 'wp-includes/blocks/latest-posts/block.json'),
(12908, '/home/www/iamctv.com/wp-includes/blocks/latest-posts/editor-rtl.css', 'wp-includes/blocks/latest-posts/editor-rtl.css'),
(12909, '/home/www/iamctv.com/wp-includes/blocks/latest-posts/editor-rtl.min.css', 'wp-includes/blocks/latest-posts/editor-rtl.min.css'),
(12910, '/home/www/iamctv.com/wp-includes/blocks/latest-posts/editor.css', 'wp-includes/blocks/latest-posts/editor.css'),
(12911, '/home/www/iamctv.com/wp-includes/blocks/latest-posts/editor.min.css', 'wp-includes/blocks/latest-posts/editor.min.css'),
(12912, '/home/www/iamctv.com/wp-includes/blocks/latest-posts/style-rtl.css', 'wp-includes/blocks/latest-posts/style-rtl.css'),
(12913, '/home/www/iamctv.com/wp-includes/blocks/latest-posts/style-rtl.min.css', 'wp-includes/blocks/latest-posts/style-rtl.min.css'),
(12914, '/home/www/iamctv.com/wp-includes/blocks/latest-posts/style.css', 'wp-includes/blocks/latest-posts/style.css'),
(12915, '/home/www/iamctv.com/wp-includes/blocks/latest-posts/style.min.css', 'wp-includes/blocks/latest-posts/style.min.css'),
(12916, '/home/www/iamctv.com/wp-includes/blocks/latest-posts.php', 'wp-includes/blocks/latest-posts.php'),
(12917, '/home/www/iamctv.com/wp-includes/blocks/legacy-widget/block.json', 'wp-includes/blocks/legacy-widget/block.json'),
(12918, '/home/www/iamctv.com/wp-includes/blocks/legacy-widget.php', 'wp-includes/blocks/legacy-widget.php'),
(12919, '/home/www/iamctv.com/wp-includes/blocks/list/block.json', 'wp-includes/blocks/list/block.json'),
(12920, '/home/www/iamctv.com/wp-includes/blocks/list/style-rtl.css', 'wp-includes/blocks/list/style-rtl.css'),
(12921, '/home/www/iamctv.com/wp-includes/blocks/list/style-rtl.min.css', 'wp-includes/blocks/list/style-rtl.min.css'),
(12922, '/home/www/iamctv.com/wp-includes/blocks/list/style.css', 'wp-includes/blocks/list/style.css'),
(12923, '/home/www/iamctv.com/wp-includes/blocks/list/style.min.css', 'wp-includes/blocks/list/style.min.css'),
(12924, '/home/www/iamctv.com/wp-includes/blocks/loginout/block.json', 'wp-includes/blocks/loginout/block.json'),
(12925, '/home/www/iamctv.com/wp-includes/blocks/loginout.php', 'wp-includes/blocks/loginout.php'),
(12926, '/home/www/iamctv.com/wp-includes/blocks/media-text/block.json', 'wp-includes/blocks/media-text/block.json'),
(12927, '/home/www/iamctv.com/wp-includes/blocks/media-text/editor-rtl.css', 'wp-includes/blocks/media-text/editor-rtl.css'),
(12928, '/home/www/iamctv.com/wp-includes/blocks/media-text/editor-rtl.min.css', 'wp-includes/blocks/media-text/editor-rtl.min.css'),
(12929, '/home/www/iamctv.com/wp-includes/blocks/media-text/editor.css', 'wp-includes/blocks/media-text/editor.css'),
(12930, '/home/www/iamctv.com/wp-includes/blocks/media-text/editor.min.css', 'wp-includes/blocks/media-text/editor.min.css'),
(12931, '/home/www/iamctv.com/wp-includes/blocks/media-text/style-rtl.css', 'wp-includes/blocks/media-text/style-rtl.css'),
(12932, '/home/www/iamctv.com/wp-includes/blocks/media-text/style-rtl.min.css', 'wp-includes/blocks/media-text/style-rtl.min.css'),
(12933, '/home/www/iamctv.com/wp-includes/blocks/media-text/style.css', 'wp-includes/blocks/media-text/style.css'),
(12934, '/home/www/iamctv.com/wp-includes/blocks/media-text/style.min.css', 'wp-includes/blocks/media-text/style.min.css'),
(12935, '/home/www/iamctv.com/wp-includes/blocks/missing/block.json', 'wp-includes/blocks/missing/block.json'),
(12936, '/home/www/iamctv.com/wp-includes/blocks/more/block.json', 'wp-includes/blocks/more/block.json'),
(12937, '/home/www/iamctv.com/wp-includes/blocks/more/editor-rtl.css', 'wp-includes/blocks/more/editor-rtl.css'),
(12938, '/home/www/iamctv.com/wp-includes/blocks/more/editor-rtl.min.css', 'wp-includes/blocks/more/editor-rtl.min.css'),
(12939, '/home/www/iamctv.com/wp-includes/blocks/more/editor.css', 'wp-includes/blocks/more/editor.css'),
(12940, '/home/www/iamctv.com/wp-includes/blocks/more/editor.min.css', 'wp-includes/blocks/more/editor.min.css'),
(12941, '/home/www/iamctv.com/wp-includes/blocks/navigation/block.json', 'wp-includes/blocks/navigation/block.json'),
(12942, '/home/www/iamctv.com/wp-includes/blocks/navigation/editor-rtl.css', 'wp-includes/blocks/navigation/editor-rtl.css'),
(12943, '/home/www/iamctv.com/wp-includes/blocks/navigation/editor-rtl.min.css', 'wp-includes/blocks/navigation/editor-rtl.min.css'),
(12944, '/home/www/iamctv.com/wp-includes/blocks/navigation/editor.css', 'wp-includes/blocks/navigation/editor.css'),
(12945, '/home/www/iamctv.com/wp-includes/blocks/navigation/editor.min.css', 'wp-includes/blocks/navigation/editor.min.css'),
(12946, '/home/www/iamctv.com/wp-includes/blocks/navigation/style-rtl.css', 'wp-includes/blocks/navigation/style-rtl.css'),
(12947, '/home/www/iamctv.com/wp-includes/blocks/navigation/style-rtl.min.css', 'wp-includes/blocks/navigation/style-rtl.min.css'),
(12948, '/home/www/iamctv.com/wp-includes/blocks/navigation/style.css', 'wp-includes/blocks/navigation/style.css'),
(12949, '/home/www/iamctv.com/wp-includes/blocks/navigation/style.min.css', 'wp-includes/blocks/navigation/style.min.css'),
(12950, '/home/www/iamctv.com/wp-includes/blocks/navigation/view.asset.php', 'wp-includes/blocks/navigation/view.asset.php'),
(12951, '/home/www/iamctv.com/wp-includes/blocks/navigation/view.js', 'wp-includes/blocks/navigation/view.js'),
(12952, '/home/www/iamctv.com/wp-includes/blocks/navigation/view.min.asset.php', 'wp-includes/blocks/navigation/view.min.asset.php'),
(12953, '/home/www/iamctv.com/wp-includes/blocks/navigation/view.min.js', 'wp-includes/blocks/navigation/view.min.js'),
(12954, '/home/www/iamctv.com/wp-includes/blocks/navigation-link/block.json', 'wp-includes/blocks/navigation-link/block.json'),
(12955, '/home/www/iamctv.com/wp-includes/blocks/navigation-link/editor-rtl.css', 'wp-includes/blocks/navigation-link/editor-rtl.css'),
(12956, '/home/www/iamctv.com/wp-includes/blocks/navigation-link/editor-rtl.min.css', 'wp-includes/blocks/navigation-link/editor-rtl.min.css'),
(12957, '/home/www/iamctv.com/wp-includes/blocks/navigation-link/editor.css', 'wp-includes/blocks/navigation-link/editor.css'),
(12958, '/home/www/iamctv.com/wp-includes/blocks/navigation-link/editor.min.css', 'wp-includes/blocks/navigation-link/editor.min.css'),
(12959, '/home/www/iamctv.com/wp-includes/blocks/navigation-link/style-rtl.css', 'wp-includes/blocks/navigation-link/style-rtl.css'),
(12960, '/home/www/iamctv.com/wp-includes/blocks/navigation-link/style-rtl.min.css', 'wp-includes/blocks/navigation-link/style-rtl.min.css'),
(12961, '/home/www/iamctv.com/wp-includes/blocks/navigation-link/style.css', 'wp-includes/blocks/navigation-link/style.css'),
(12962, '/home/www/iamctv.com/wp-includes/blocks/navigation-link/style.min.css', 'wp-includes/blocks/navigation-link/style.min.css'),
(12963, '/home/www/iamctv.com/wp-includes/blocks/navigation-link.php', 'wp-includes/blocks/navigation-link.php'),
(12964, '/home/www/iamctv.com/wp-includes/blocks/navigation-submenu/block.json', 'wp-includes/blocks/navigation-submenu/block.json'),
(12965, '/home/www/iamctv.com/wp-includes/blocks/navigation-submenu/editor-rtl.css', 'wp-includes/blocks/navigation-submenu/editor-rtl.css'),
(12966, '/home/www/iamctv.com/wp-includes/blocks/navigation-submenu/editor-rtl.min.css', 'wp-includes/blocks/navigation-submenu/editor-rtl.min.css'),
(12967, '/home/www/iamctv.com/wp-includes/blocks/navigation-submenu/editor.css', 'wp-includes/blocks/navigation-submenu/editor.css'),
(12968, '/home/www/iamctv.com/wp-includes/blocks/navigation-submenu/editor.min.css', 'wp-includes/blocks/navigation-submenu/editor.min.css'),
(12969, '/home/www/iamctv.com/wp-includes/blocks/navigation-submenu.php', 'wp-includes/blocks/navigation-submenu.php'),
(12970, '/home/www/iamctv.com/wp-includes/blocks/navigation.php', 'wp-includes/blocks/navigation.php'),
(12971, '/home/www/iamctv.com/wp-includes/blocks/nextpage/block.json', 'wp-includes/blocks/nextpage/block.json'),
(12972, '/home/www/iamctv.com/wp-includes/blocks/nextpage/editor-rtl.css', 'wp-includes/blocks/nextpage/editor-rtl.css'),
(12973, '/home/www/iamctv.com/wp-includes/blocks/nextpage/editor-rtl.min.css', 'wp-includes/blocks/nextpage/editor-rtl.min.css'),
(12974, '/home/www/iamctv.com/wp-includes/blocks/nextpage/editor.css', 'wp-includes/blocks/nextpage/editor.css'),
(12975, '/home/www/iamctv.com/wp-includes/blocks/nextpage/editor.min.css', 'wp-includes/blocks/nextpage/editor.min.css'),
(12976, '/home/www/iamctv.com/wp-includes/blocks/page-list/block.json', 'wp-includes/blocks/page-list/block.json'),
(12977, '/home/www/iamctv.com/wp-includes/blocks/page-list/editor-rtl.css', 'wp-includes/blocks/page-list/editor-rtl.css'),
(12978, '/home/www/iamctv.com/wp-includes/blocks/page-list/editor-rtl.min.css', 'wp-includes/blocks/page-list/editor-rtl.min.css'),
(12979, '/home/www/iamctv.com/wp-includes/blocks/page-list/editor.css', 'wp-includes/blocks/page-list/editor.css'),
(12980, '/home/www/iamctv.com/wp-includes/blocks/page-list/editor.min.css', 'wp-includes/blocks/page-list/editor.min.css'),
(12981, '/home/www/iamctv.com/wp-includes/blocks/page-list/style-rtl.css', 'wp-includes/blocks/page-list/style-rtl.css'),
(12982, '/home/www/iamctv.com/wp-includes/blocks/page-list/style-rtl.min.css', 'wp-includes/blocks/page-list/style-rtl.min.css'),
(12983, '/home/www/iamctv.com/wp-includes/blocks/page-list/style.css', 'wp-includes/blocks/page-list/style.css'),
(12984, '/home/www/iamctv.com/wp-includes/blocks/page-list/style.min.css', 'wp-includes/blocks/page-list/style.min.css'),
(12985, '/home/www/iamctv.com/wp-includes/blocks/page-list.php', 'wp-includes/blocks/page-list.php'),
(12986, '/home/www/iamctv.com/wp-includes/blocks/paragraph/block.json', 'wp-includes/blocks/paragraph/block.json'),
(12987, '/home/www/iamctv.com/wp-includes/blocks/paragraph/editor-rtl.css', 'wp-includes/blocks/paragraph/editor-rtl.css'),
(12988, '/home/www/iamctv.com/wp-includes/blocks/paragraph/editor-rtl.min.css', 'wp-includes/blocks/paragraph/editor-rtl.min.css'),
(12989, '/home/www/iamctv.com/wp-includes/blocks/paragraph/editor.css', 'wp-includes/blocks/paragraph/editor.css'),
(12990, '/home/www/iamctv.com/wp-includes/blocks/paragraph/editor.min.css', 'wp-includes/blocks/paragraph/editor.min.css'),
(12991, '/home/www/iamctv.com/wp-includes/blocks/paragraph/style-rtl.css', 'wp-includes/blocks/paragraph/style-rtl.css'),
(12992, '/home/www/iamctv.com/wp-includes/blocks/paragraph/style-rtl.min.css', 'wp-includes/blocks/paragraph/style-rtl.min.css'),
(12993, '/home/www/iamctv.com/wp-includes/blocks/paragraph/style.css', 'wp-includes/blocks/paragraph/style.css'),
(12994, '/home/www/iamctv.com/wp-includes/blocks/paragraph/style.min.css', 'wp-includes/blocks/paragraph/style.min.css'),
(12995, '/home/www/iamctv.com/wp-includes/blocks/pattern/block.json', 'wp-includes/blocks/pattern/block.json'),
(12996, '/home/www/iamctv.com/wp-includes/blocks/pattern.php', 'wp-includes/blocks/pattern.php'),
(12997, '/home/www/iamctv.com/wp-includes/blocks/post-author/block.json', 'wp-includes/blocks/post-author/block.json'),
(12998, '/home/www/iamctv.com/wp-includes/blocks/post-author/style-rtl.css', 'wp-includes/blocks/post-author/style-rtl.css'),
(12999, '/home/www/iamctv.com/wp-includes/blocks/post-author/style-rtl.min.css', 'wp-includes/blocks/post-author/style-rtl.min.css'),
(13000, '/home/www/iamctv.com/wp-includes/blocks/post-author/style.css', 'wp-includes/blocks/post-author/style.css'),
(13001, '/home/www/iamctv.com/wp-includes/blocks/post-author/style.min.css', 'wp-includes/blocks/post-author/style.min.css'),
(13002, '/home/www/iamctv.com/wp-includes/blocks/post-author-biography/block.json', 'wp-includes/blocks/post-author-biography/block.json'),
(13003, '/home/www/iamctv.com/wp-includes/blocks/post-author-biography.php', 'wp-includes/blocks/post-author-biography.php'),
(13004, '/home/www/iamctv.com/wp-includes/blocks/post-author.php', 'wp-includes/blocks/post-author.php'),
(13005, '/home/www/iamctv.com/wp-includes/blocks/post-comments/block.json', 'wp-includes/blocks/post-comments/block.json'),
(13006, '/home/www/iamctv.com/wp-includes/blocks/post-comments/editor-rtl.css', 'wp-includes/blocks/post-comments/editor-rtl.css'),
(13007, '/home/www/iamctv.com/wp-includes/blocks/post-comments/editor-rtl.min.css', 'wp-includes/blocks/post-comments/editor-rtl.min.css'),
(13008, '/home/www/iamctv.com/wp-includes/blocks/post-comments/editor.css', 'wp-includes/blocks/post-comments/editor.css'),
(13009, '/home/www/iamctv.com/wp-includes/blocks/post-comments/editor.min.css', 'wp-includes/blocks/post-comments/editor.min.css'),
(13010, '/home/www/iamctv.com/wp-includes/blocks/post-comments/style-rtl.css', 'wp-includes/blocks/post-comments/style-rtl.css'),
(13011, '/home/www/iamctv.com/wp-includes/blocks/post-comments/style-rtl.min.css', 'wp-includes/blocks/post-comments/style-rtl.min.css'),
(13012, '/home/www/iamctv.com/wp-includes/blocks/post-comments/style.css', 'wp-includes/blocks/post-comments/style.css'),
(13013, '/home/www/iamctv.com/wp-includes/blocks/post-comments/style.min.css', 'wp-includes/blocks/post-comments/style.min.css'),
(13014, '/home/www/iamctv.com/wp-includes/blocks/post-comments-form/block.json', 'wp-includes/blocks/post-comments-form/block.json'),
(13015, '/home/www/iamctv.com/wp-includes/blocks/post-comments-form/editor-rtl.css', 'wp-includes/blocks/post-comments-form/editor-rtl.css'),
(13016, '/home/www/iamctv.com/wp-includes/blocks/post-comments-form/editor-rtl.min.css', 'wp-includes/blocks/post-comments-form/editor-rtl.min.css'),
(13017, '/home/www/iamctv.com/wp-includes/blocks/post-comments-form/editor.css', 'wp-includes/blocks/post-comments-form/editor.css'),
(13018, '/home/www/iamctv.com/wp-includes/blocks/post-comments-form/editor.min.css', 'wp-includes/blocks/post-comments-form/editor.min.css'),
(13019, '/home/www/iamctv.com/wp-includes/blocks/post-comments-form/style-rtl.css', 'wp-includes/blocks/post-comments-form/style-rtl.css'),
(13020, '/home/www/iamctv.com/wp-includes/blocks/post-comments-form/style-rtl.min.css', 'wp-includes/blocks/post-comments-form/style-rtl.min.css'),
(13021, '/home/www/iamctv.com/wp-includes/blocks/post-comments-form/style.css', 'wp-includes/blocks/post-comments-form/style.css'),
(13022, '/home/www/iamctv.com/wp-includes/blocks/post-comments-form/style.min.css', 'wp-includes/blocks/post-comments-form/style.min.css'),
(13023, '/home/www/iamctv.com/wp-includes/blocks/post-comments-form.php', 'wp-includes/blocks/post-comments-form.php'),
(13024, '/home/www/iamctv.com/wp-includes/blocks/post-comments.php', 'wp-includes/blocks/post-comments.php'),
(13025, '/home/www/iamctv.com/wp-includes/blocks/post-content/block.json', 'wp-includes/blocks/post-content/block.json'),
(13026, '/home/www/iamctv.com/wp-includes/blocks/post-content.php', 'wp-includes/blocks/post-content.php'),
(13027, '/home/www/iamctv.com/wp-includes/blocks/post-date/block.json', 'wp-includes/blocks/post-date/block.json'),
(13028, '/home/www/iamctv.com/wp-includes/blocks/post-date.php', 'wp-includes/blocks/post-date.php'),
(13029, '/home/www/iamctv.com/wp-includes/blocks/post-excerpt/block.json', 'wp-includes/blocks/post-excerpt/block.json'),
(13030, '/home/www/iamctv.com/wp-includes/blocks/post-excerpt/editor-rtl.css', 'wp-includes/blocks/post-excerpt/editor-rtl.css'),
(13031, '/home/www/iamctv.com/wp-includes/blocks/post-excerpt/editor-rtl.min.css', 'wp-includes/blocks/post-excerpt/editor-rtl.min.css'),
(13032, '/home/www/iamctv.com/wp-includes/blocks/post-excerpt/editor.css', 'wp-includes/blocks/post-excerpt/editor.css'),
(13033, '/home/www/iamctv.com/wp-includes/blocks/post-excerpt/editor.min.css', 'wp-includes/blocks/post-excerpt/editor.min.css'),
(13034, '/home/www/iamctv.com/wp-includes/blocks/post-excerpt/style-rtl.css', 'wp-includes/blocks/post-excerpt/style-rtl.css'),
(13035, '/home/www/iamctv.com/wp-includes/blocks/post-excerpt/style-rtl.min.css', 'wp-includes/blocks/post-excerpt/style-rtl.min.css'),
(13036, '/home/www/iamctv.com/wp-includes/blocks/post-excerpt/style.css', 'wp-includes/blocks/post-excerpt/style.css'),
(13037, '/home/www/iamctv.com/wp-includes/blocks/post-excerpt/style.min.css', 'wp-includes/blocks/post-excerpt/style.min.css'),
(13038, '/home/www/iamctv.com/wp-includes/blocks/post-excerpt.php', 'wp-includes/blocks/post-excerpt.php'),
(13039, '/home/www/iamctv.com/wp-includes/blocks/post-featured-image/block.json', 'wp-includes/blocks/post-featured-image/block.json'),
(13040, '/home/www/iamctv.com/wp-includes/blocks/post-featured-image/editor-rtl.css', 'wp-includes/blocks/post-featured-image/editor-rtl.css'),
(13041, '/home/www/iamctv.com/wp-includes/blocks/post-featured-image/editor-rtl.min.css', 'wp-includes/blocks/post-featured-image/editor-rtl.min.css'),
(13042, '/home/www/iamctv.com/wp-includes/blocks/post-featured-image/editor.css', 'wp-includes/blocks/post-featured-image/editor.css'),
(13043, '/home/www/iamctv.com/wp-includes/blocks/post-featured-image/editor.min.css', 'wp-includes/blocks/post-featured-image/editor.min.css'),
(13044, '/home/www/iamctv.com/wp-includes/blocks/post-featured-image/style-rtl.css', 'wp-includes/blocks/post-featured-image/style-rtl.css'),
(13045, '/home/www/iamctv.com/wp-includes/blocks/post-featured-image/style-rtl.min.css', 'wp-includes/blocks/post-featured-image/style-rtl.min.css'),
(13046, '/home/www/iamctv.com/wp-includes/blocks/post-featured-image/style.css', 'wp-includes/blocks/post-featured-image/style.css'),
(13047, '/home/www/iamctv.com/wp-includes/blocks/post-featured-image/style.min.css', 'wp-includes/blocks/post-featured-image/style.min.css'),
(13048, '/home/www/iamctv.com/wp-includes/blocks/post-featured-image.php', 'wp-includes/blocks/post-featured-image.php'),
(13049, '/home/www/iamctv.com/wp-includes/blocks/post-navigation-link/block.json', 'wp-includes/blocks/post-navigation-link/block.json'),
(13050, '/home/www/iamctv.com/wp-includes/blocks/post-navigation-link.php', 'wp-includes/blocks/post-navigation-link.php'),
(13051, '/home/www/iamctv.com/wp-includes/blocks/post-template/block.json', 'wp-includes/blocks/post-template/block.json'),
(13052, '/home/www/iamctv.com/wp-includes/blocks/post-template/editor-rtl.css', 'wp-includes/blocks/post-template/editor-rtl.css'),
(13053, '/home/www/iamctv.com/wp-includes/blocks/post-template/editor-rtl.min.css', 'wp-includes/blocks/post-template/editor-rtl.min.css'),
(13054, '/home/www/iamctv.com/wp-includes/blocks/post-template/editor.css', 'wp-includes/blocks/post-template/editor.css'),
(13055, '/home/www/iamctv.com/wp-includes/blocks/post-template/editor.min.css', 'wp-includes/blocks/post-template/editor.min.css'),
(13056, '/home/www/iamctv.com/wp-includes/blocks/post-template/style-rtl.css', 'wp-includes/blocks/post-template/style-rtl.css'),
(13057, '/home/www/iamctv.com/wp-includes/blocks/post-template/style-rtl.min.css', 'wp-includes/blocks/post-template/style-rtl.min.css'),
(13058, '/home/www/iamctv.com/wp-includes/blocks/post-template/style.css', 'wp-includes/blocks/post-template/style.css'),
(13059, '/home/www/iamctv.com/wp-includes/blocks/post-template/style.min.css', 'wp-includes/blocks/post-template/style.min.css'),
(13060, '/home/www/iamctv.com/wp-includes/blocks/post-template.php', 'wp-includes/blocks/post-template.php'),
(13061, '/home/www/iamctv.com/wp-includes/blocks/post-terms/block.json', 'wp-includes/blocks/post-terms/block.json'),
(13062, '/home/www/iamctv.com/wp-includes/blocks/post-terms/style-rtl.css', 'wp-includes/blocks/post-terms/style-rtl.css'),
(13063, '/home/www/iamctv.com/wp-includes/blocks/post-terms/style-rtl.min.css', 'wp-includes/blocks/post-terms/style-rtl.min.css'),
(13064, '/home/www/iamctv.com/wp-includes/blocks/post-terms/style.css', 'wp-includes/blocks/post-terms/style.css'),
(13065, '/home/www/iamctv.com/wp-includes/blocks/post-terms/style.min.css', 'wp-includes/blocks/post-terms/style.min.css'),
(13066, '/home/www/iamctv.com/wp-includes/blocks/post-terms.php', 'wp-includes/blocks/post-terms.php'),
(13067, '/home/www/iamctv.com/wp-includes/blocks/post-title/block.json', 'wp-includes/blocks/post-title/block.json'),
(13068, '/home/www/iamctv.com/wp-includes/blocks/post-title/style-rtl.css', 'wp-includes/blocks/post-title/style-rtl.css'),
(13069, '/home/www/iamctv.com/wp-includes/blocks/post-title/style-rtl.min.css', 'wp-includes/blocks/post-title/style-rtl.min.css'),
(13070, '/home/www/iamctv.com/wp-includes/blocks/post-title/style.css', 'wp-includes/blocks/post-title/style.css'),
(13071, '/home/www/iamctv.com/wp-includes/blocks/post-title/style.min.css', 'wp-includes/blocks/post-title/style.min.css'),
(13072, '/home/www/iamctv.com/wp-includes/blocks/post-title.php', 'wp-includes/blocks/post-title.php'),
(13073, '/home/www/iamctv.com/wp-includes/blocks/preformatted/block.json', 'wp-includes/blocks/preformatted/block.json'),
(13074, '/home/www/iamctv.com/wp-includes/blocks/preformatted/style-rtl.css', 'wp-includes/blocks/preformatted/style-rtl.css'),
(13075, '/home/www/iamctv.com/wp-includes/blocks/preformatted/style-rtl.min.css', 'wp-includes/blocks/preformatted/style-rtl.min.css'),
(13076, '/home/www/iamctv.com/wp-includes/blocks/preformatted/style.css', 'wp-includes/blocks/preformatted/style.css'),
(13077, '/home/www/iamctv.com/wp-includes/blocks/preformatted/style.min.css', 'wp-includes/blocks/preformatted/style.min.css'),
(13078, '/home/www/iamctv.com/wp-includes/blocks/pullquote/block.json', 'wp-includes/blocks/pullquote/block.json'),
(13079, '/home/www/iamctv.com/wp-includes/blocks/pullquote/editor-rtl.css', 'wp-includes/blocks/pullquote/editor-rtl.css'),
(13080, '/home/www/iamctv.com/wp-includes/blocks/pullquote/editor-rtl.min.css', 'wp-includes/blocks/pullquote/editor-rtl.min.css'),
(13081, '/home/www/iamctv.com/wp-includes/blocks/pullquote/editor.css', 'wp-includes/blocks/pullquote/editor.css'),
(13082, '/home/www/iamctv.com/wp-includes/blocks/pullquote/editor.min.css', 'wp-includes/blocks/pullquote/editor.min.css'),
(13083, '/home/www/iamctv.com/wp-includes/blocks/pullquote/style-rtl.css', 'wp-includes/blocks/pullquote/style-rtl.css'),
(13084, '/home/www/iamctv.com/wp-includes/blocks/pullquote/style-rtl.min.css', 'wp-includes/blocks/pullquote/style-rtl.min.css'),
(13085, '/home/www/iamctv.com/wp-includes/blocks/pullquote/style.css', 'wp-includes/blocks/pullquote/style.css'),
(13086, '/home/www/iamctv.com/wp-includes/blocks/pullquote/style.min.css', 'wp-includes/blocks/pullquote/style.min.css'),
(13087, '/home/www/iamctv.com/wp-includes/blocks/pullquote/theme-rtl.css', 'wp-includes/blocks/pullquote/theme-rtl.css'),
(13088, '/home/www/iamctv.com/wp-includes/blocks/pullquote/theme-rtl.min.css', 'wp-includes/blocks/pullquote/theme-rtl.min.css'),
(13089, '/home/www/iamctv.com/wp-includes/blocks/pullquote/theme.css', 'wp-includes/blocks/pullquote/theme.css'),
(13090, '/home/www/iamctv.com/wp-includes/blocks/pullquote/theme.min.css', 'wp-includes/blocks/pullquote/theme.min.css'),
(13091, '/home/www/iamctv.com/wp-includes/blocks/query/block.json', 'wp-includes/blocks/query/block.json'),
(13092, '/home/www/iamctv.com/wp-includes/blocks/query/editor-rtl.css', 'wp-includes/blocks/query/editor-rtl.css'),
(13093, '/home/www/iamctv.com/wp-includes/blocks/query/editor-rtl.min.css', 'wp-includes/blocks/query/editor-rtl.min.css'),
(13094, '/home/www/iamctv.com/wp-includes/blocks/query/editor.css', 'wp-includes/blocks/query/editor.css'),
(13095, '/home/www/iamctv.com/wp-includes/blocks/query/editor.min.css', 'wp-includes/blocks/query/editor.min.css'),
(13096, '/home/www/iamctv.com/wp-includes/blocks/query-no-results/block.json', 'wp-includes/blocks/query-no-results/block.json'),
(13097, '/home/www/iamctv.com/wp-includes/blocks/query-no-results.php', 'wp-includes/blocks/query-no-results.php'),
(13098, '/home/www/iamctv.com/wp-includes/blocks/query-pagination/block.json', 'wp-includes/blocks/query-pagination/block.json'),
(13099, '/home/www/iamctv.com/wp-includes/blocks/query-pagination/editor-rtl.css', 'wp-includes/blocks/query-pagination/editor-rtl.css'),
(13100, '/home/www/iamctv.com/wp-includes/blocks/query-pagination/editor-rtl.min.css', 'wp-includes/blocks/query-pagination/editor-rtl.min.css'),
(13101, '/home/www/iamctv.com/wp-includes/blocks/query-pagination/editor.css', 'wp-includes/blocks/query-pagination/editor.css'),
(13102, '/home/www/iamctv.com/wp-includes/blocks/query-pagination/editor.min.css', 'wp-includes/blocks/query-pagination/editor.min.css'),
(13103, '/home/www/iamctv.com/wp-includes/blocks/query-pagination/style-rtl.css', 'wp-includes/blocks/query-pagination/style-rtl.css'),
(13104, '/home/www/iamctv.com/wp-includes/blocks/query-pagination/style-rtl.min.css', 'wp-includes/blocks/query-pagination/style-rtl.min.css'),
(13105, '/home/www/iamctv.com/wp-includes/blocks/query-pagination/style.css', 'wp-includes/blocks/query-pagination/style.css'),
(13106, '/home/www/iamctv.com/wp-includes/blocks/query-pagination/style.min.css', 'wp-includes/blocks/query-pagination/style.min.css'),
(13107, '/home/www/iamctv.com/wp-includes/blocks/query-pagination-next/block.json', 'wp-includes/blocks/query-pagination-next/block.json'),
(13108, '/home/www/iamctv.com/wp-includes/blocks/query-pagination-next.php', 'wp-includes/blocks/query-pagination-next.php'),
(13109, '/home/www/iamctv.com/wp-includes/blocks/query-pagination-numbers/block.json', 'wp-includes/blocks/query-pagination-numbers/block.json'),
(13110, '/home/www/iamctv.com/wp-includes/blocks/query-pagination-numbers/editor-rtl.css', 'wp-includes/blocks/query-pagination-numbers/editor-rtl.css'),
(13111, '/home/www/iamctv.com/wp-includes/blocks/query-pagination-numbers/editor-rtl.min.css', 'wp-includes/blocks/query-pagination-numbers/editor-rtl.min.css'),
(13112, '/home/www/iamctv.com/wp-includes/blocks/query-pagination-numbers/editor.css', 'wp-includes/blocks/query-pagination-numbers/editor.css'),
(13113, '/home/www/iamctv.com/wp-includes/blocks/query-pagination-numbers/editor.min.css', 'wp-includes/blocks/query-pagination-numbers/editor.min.css'),
(13114, '/home/www/iamctv.com/wp-includes/blocks/query-pagination-numbers.php', 'wp-includes/blocks/query-pagination-numbers.php'),
(13115, '/home/www/iamctv.com/wp-includes/blocks/query-pagination-previous/block.json', 'wp-includes/blocks/query-pagination-previous/block.json'),
(13116, '/home/www/iamctv.com/wp-includes/blocks/query-pagination-previous.php', 'wp-includes/blocks/query-pagination-previous.php'),
(13117, '/home/www/iamctv.com/wp-includes/blocks/query-pagination.php', 'wp-includes/blocks/query-pagination.php'),
(13118, '/home/www/iamctv.com/wp-includes/blocks/query-title/block.json', 'wp-includes/blocks/query-title/block.json'),
(13119, '/home/www/iamctv.com/wp-includes/blocks/query-title.php', 'wp-includes/blocks/query-title.php'),
(13120, '/home/www/iamctv.com/wp-includes/blocks/query.php', 'wp-includes/blocks/query.php'),
(13121, '/home/www/iamctv.com/wp-includes/blocks/quote/block.json', 'wp-includes/blocks/quote/block.json'),
(13122, '/home/www/iamctv.com/wp-includes/blocks/quote/style-rtl.css', 'wp-includes/blocks/quote/style-rtl.css'),
(13123, '/home/www/iamctv.com/wp-includes/blocks/quote/style-rtl.min.css', 'wp-includes/blocks/quote/style-rtl.min.css'),
(13124, '/home/www/iamctv.com/wp-includes/blocks/quote/style.css', 'wp-includes/blocks/quote/style.css'),
(13125, '/home/www/iamctv.com/wp-includes/blocks/quote/style.min.css', 'wp-includes/blocks/quote/style.min.css'),
(13126, '/home/www/iamctv.com/wp-includes/blocks/quote/theme-rtl.css', 'wp-includes/blocks/quote/theme-rtl.css'),
(13127, '/home/www/iamctv.com/wp-includes/blocks/quote/theme-rtl.min.css', 'wp-includes/blocks/quote/theme-rtl.min.css'),
(13128, '/home/www/iamctv.com/wp-includes/blocks/quote/theme.css', 'wp-includes/blocks/quote/theme.css'),
(13129, '/home/www/iamctv.com/wp-includes/blocks/quote/theme.min.css', 'wp-includes/blocks/quote/theme.min.css'),
(13130, '/home/www/iamctv.com/wp-includes/blocks/read-more/block.json', 'wp-includes/blocks/read-more/block.json'),
(13131, '/home/www/iamctv.com/wp-includes/blocks/read-more/style-rtl.css', 'wp-includes/blocks/read-more/style-rtl.css'),
(13132, '/home/www/iamctv.com/wp-includes/blocks/read-more/style-rtl.min.css', 'wp-includes/blocks/read-more/style-rtl.min.css'),
(13133, '/home/www/iamctv.com/wp-includes/blocks/read-more/style.css', 'wp-includes/blocks/read-more/style.css'),
(13134, '/home/www/iamctv.com/wp-includes/blocks/read-more/style.min.css', 'wp-includes/blocks/read-more/style.min.css'),
(13135, '/home/www/iamctv.com/wp-includes/blocks/read-more.php', 'wp-includes/blocks/read-more.php'),
(13136, '/home/www/iamctv.com/wp-includes/blocks/rss/block.json', 'wp-includes/blocks/rss/block.json'),
(13137, '/home/www/iamctv.com/wp-includes/blocks/rss/editor-rtl.css', 'wp-includes/blocks/rss/editor-rtl.css'),
(13138, '/home/www/iamctv.com/wp-includes/blocks/rss/editor-rtl.min.css', 'wp-includes/blocks/rss/editor-rtl.min.css'),
(13139, '/home/www/iamctv.com/wp-includes/blocks/rss/editor.css', 'wp-includes/blocks/rss/editor.css'),
(13140, '/home/www/iamctv.com/wp-includes/blocks/rss/editor.min.css', 'wp-includes/blocks/rss/editor.min.css'),
(13141, '/home/www/iamctv.com/wp-includes/blocks/rss/style-rtl.css', 'wp-includes/blocks/rss/style-rtl.css'),
(13142, '/home/www/iamctv.com/wp-includes/blocks/rss/style-rtl.min.css', 'wp-includes/blocks/rss/style-rtl.min.css'),
(13143, '/home/www/iamctv.com/wp-includes/blocks/rss/style.css', 'wp-includes/blocks/rss/style.css'),
(13144, '/home/www/iamctv.com/wp-includes/blocks/rss/style.min.css', 'wp-includes/blocks/rss/style.min.css'),
(13145, '/home/www/iamctv.com/wp-includes/blocks/rss.php', 'wp-includes/blocks/rss.php'),
(13146, '/home/www/iamctv.com/wp-includes/blocks/search/block.json', 'wp-includes/blocks/search/block.json'),
(13147, '/home/www/iamctv.com/wp-includes/blocks/search/editor-rtl.css', 'wp-includes/blocks/search/editor-rtl.css'),
(13148, '/home/www/iamctv.com/wp-includes/blocks/search/editor-rtl.min.css', 'wp-includes/blocks/search/editor-rtl.min.css'),
(13149, '/home/www/iamctv.com/wp-includes/blocks/search/editor.css', 'wp-includes/blocks/search/editor.css'),
(13150, '/home/www/iamctv.com/wp-includes/blocks/search/editor.min.css', 'wp-includes/blocks/search/editor.min.css'),
(13151, '/home/www/iamctv.com/wp-includes/blocks/search/style-rtl.css', 'wp-includes/blocks/search/style-rtl.css'),
(13152, '/home/www/iamctv.com/wp-includes/blocks/search/style-rtl.min.css', 'wp-includes/blocks/search/style-rtl.min.css'),
(13153, '/home/www/iamctv.com/wp-includes/blocks/search/style.css', 'wp-includes/blocks/search/style.css'),
(13154, '/home/www/iamctv.com/wp-includes/blocks/search/style.min.css', 'wp-includes/blocks/search/style.min.css'),
(13155, '/home/www/iamctv.com/wp-includes/blocks/search/theme-rtl.css', 'wp-includes/blocks/search/theme-rtl.css'),
(13156, '/home/www/iamctv.com/wp-includes/blocks/search/theme-rtl.min.css', 'wp-includes/blocks/search/theme-rtl.min.css'),
(13157, '/home/www/iamctv.com/wp-includes/blocks/search/theme.css', 'wp-includes/blocks/search/theme.css'),
(13158, '/home/www/iamctv.com/wp-includes/blocks/search/theme.min.css', 'wp-includes/blocks/search/theme.min.css'),
(13159, '/home/www/iamctv.com/wp-includes/blocks/search.php', 'wp-includes/blocks/search.php'),
(13160, '/home/www/iamctv.com/wp-includes/blocks/separator/block.json', 'wp-includes/blocks/separator/block.json'),
(13161, '/home/www/iamctv.com/wp-includes/blocks/separator/editor-rtl.css', 'wp-includes/blocks/separator/editor-rtl.css'),
(13162, '/home/www/iamctv.com/wp-includes/blocks/separator/editor-rtl.min.css', 'wp-includes/blocks/separator/editor-rtl.min.css'),
(13163, '/home/www/iamctv.com/wp-includes/blocks/separator/editor.css', 'wp-includes/blocks/separator/editor.css'),
(13164, '/home/www/iamctv.com/wp-includes/blocks/separator/editor.min.css', 'wp-includes/blocks/separator/editor.min.css'),
(13165, '/home/www/iamctv.com/wp-includes/blocks/separator/style-rtl.css', 'wp-includes/blocks/separator/style-rtl.css'),
(13166, '/home/www/iamctv.com/wp-includes/blocks/separator/style-rtl.min.css', 'wp-includes/blocks/separator/style-rtl.min.css'),
(13167, '/home/www/iamctv.com/wp-includes/blocks/separator/style.css', 'wp-includes/blocks/separator/style.css'),
(13168, '/home/www/iamctv.com/wp-includes/blocks/separator/style.min.css', 'wp-includes/blocks/separator/style.min.css'),
(13169, '/home/www/iamctv.com/wp-includes/blocks/separator/theme-rtl.css', 'wp-includes/blocks/separator/theme-rtl.css'),
(13170, '/home/www/iamctv.com/wp-includes/blocks/separator/theme-rtl.min.css', 'wp-includes/blocks/separator/theme-rtl.min.css'),
(13171, '/home/www/iamctv.com/wp-includes/blocks/separator/theme.css', 'wp-includes/blocks/separator/theme.css'),
(13172, '/home/www/iamctv.com/wp-includes/blocks/separator/theme.min.css', 'wp-includes/blocks/separator/theme.min.css'),
(13173, '/home/www/iamctv.com/wp-includes/blocks/shortcode/block.json', 'wp-includes/blocks/shortcode/block.json'),
(13174, '/home/www/iamctv.com/wp-includes/blocks/shortcode/editor-rtl.css', 'wp-includes/blocks/shortcode/editor-rtl.css'),
(13175, '/home/www/iamctv.com/wp-includes/blocks/shortcode/editor-rtl.min.css', 'wp-includes/blocks/shortcode/editor-rtl.min.css'),
(13176, '/home/www/iamctv.com/wp-includes/blocks/shortcode/editor.css', 'wp-includes/blocks/shortcode/editor.css'),
(13177, '/home/www/iamctv.com/wp-includes/blocks/shortcode/editor.min.css', 'wp-includes/blocks/shortcode/editor.min.css'),
(13178, '/home/www/iamctv.com/wp-includes/blocks/shortcode.php', 'wp-includes/blocks/shortcode.php'),
(13179, '/home/www/iamctv.com/wp-includes/blocks/site-logo/block.json', 'wp-includes/blocks/site-logo/block.json'),
(13180, '/home/www/iamctv.com/wp-includes/blocks/site-logo/editor-rtl.css', 'wp-includes/blocks/site-logo/editor-rtl.css'),
(13181, '/home/www/iamctv.com/wp-includes/blocks/site-logo/editor-rtl.min.css', 'wp-includes/blocks/site-logo/editor-rtl.min.css'),
(13182, '/home/www/iamctv.com/wp-includes/blocks/site-logo/editor.css', 'wp-includes/blocks/site-logo/editor.css'),
(13183, '/home/www/iamctv.com/wp-includes/blocks/site-logo/editor.min.css', 'wp-includes/blocks/site-logo/editor.min.css'),
(13184, '/home/www/iamctv.com/wp-includes/blocks/site-logo/style-rtl.css', 'wp-includes/blocks/site-logo/style-rtl.css'),
(13185, '/home/www/iamctv.com/wp-includes/blocks/site-logo/style-rtl.min.css', 'wp-includes/blocks/site-logo/style-rtl.min.css'),
(13186, '/home/www/iamctv.com/wp-includes/blocks/site-logo/style.css', 'wp-includes/blocks/site-logo/style.css'),
(13187, '/home/www/iamctv.com/wp-includes/blocks/site-logo/style.min.css', 'wp-includes/blocks/site-logo/style.min.css'),
(13188, '/home/www/iamctv.com/wp-includes/blocks/site-logo.php', 'wp-includes/blocks/site-logo.php'),
(13189, '/home/www/iamctv.com/wp-includes/blocks/site-tagline/block.json', 'wp-includes/blocks/site-tagline/block.json'),
(13190, '/home/www/iamctv.com/wp-includes/blocks/site-tagline/editor-rtl.css', 'wp-includes/blocks/site-tagline/editor-rtl.css'),
(13191, '/home/www/iamctv.com/wp-includes/blocks/site-tagline/editor-rtl.min.css', 'wp-includes/blocks/site-tagline/editor-rtl.min.css'),
(13192, '/home/www/iamctv.com/wp-includes/blocks/site-tagline/editor.css', 'wp-includes/blocks/site-tagline/editor.css'),
(13193, '/home/www/iamctv.com/wp-includes/blocks/site-tagline/editor.min.css', 'wp-includes/blocks/site-tagline/editor.min.css'),
(13194, '/home/www/iamctv.com/wp-includes/blocks/site-tagline.php', 'wp-includes/blocks/site-tagline.php'),
(13195, '/home/www/iamctv.com/wp-includes/blocks/site-title/block.json', 'wp-includes/blocks/site-title/block.json'),
(13196, '/home/www/iamctv.com/wp-includes/blocks/site-title/editor-rtl.css', 'wp-includes/blocks/site-title/editor-rtl.css'),
(13197, '/home/www/iamctv.com/wp-includes/blocks/site-title/editor-rtl.min.css', 'wp-includes/blocks/site-title/editor-rtl.min.css'),
(13198, '/home/www/iamctv.com/wp-includes/blocks/site-title/editor.css', 'wp-includes/blocks/site-title/editor.css'),
(13199, '/home/www/iamctv.com/wp-includes/blocks/site-title/editor.min.css', 'wp-includes/blocks/site-title/editor.min.css'),
(13200, '/home/www/iamctv.com/wp-includes/blocks/site-title.php', 'wp-includes/blocks/site-title.php'),
(13201, '/home/www/iamctv.com/wp-includes/blocks/social-link/block.json', 'wp-includes/blocks/social-link/block.json'),
(13202, '/home/www/iamctv.com/wp-includes/blocks/social-link/editor-rtl.css', 'wp-includes/blocks/social-link/editor-rtl.css'),
(13203, '/home/www/iamctv.com/wp-includes/blocks/social-link/editor-rtl.min.css', 'wp-includes/blocks/social-link/editor-rtl.min.css'),
(13204, '/home/www/iamctv.com/wp-includes/blocks/social-link/editor.css', 'wp-includes/blocks/social-link/editor.css'),
(13205, '/home/www/iamctv.com/wp-includes/blocks/social-link/editor.min.css', 'wp-includes/blocks/social-link/editor.min.css'),
(13206, '/home/www/iamctv.com/wp-includes/blocks/social-link.php', 'wp-includes/blocks/social-link.php'),
(13207, '/home/www/iamctv.com/wp-includes/blocks/social-links/block.json', 'wp-includes/blocks/social-links/block.json'),
(13208, '/home/www/iamctv.com/wp-includes/blocks/social-links/editor-rtl.css', 'wp-includes/blocks/social-links/editor-rtl.css'),
(13209, '/home/www/iamctv.com/wp-includes/blocks/social-links/editor-rtl.min.css', 'wp-includes/blocks/social-links/editor-rtl.min.css'),
(13210, '/home/www/iamctv.com/wp-includes/blocks/social-links/editor.css', 'wp-includes/blocks/social-links/editor.css'),
(13211, '/home/www/iamctv.com/wp-includes/blocks/social-links/editor.min.css', 'wp-includes/blocks/social-links/editor.min.css'),
(13212, '/home/www/iamctv.com/wp-includes/blocks/social-links/style-rtl.css', 'wp-includes/blocks/social-links/style-rtl.css'),
(13213, '/home/www/iamctv.com/wp-includes/blocks/social-links/style-rtl.min.css', 'wp-includes/blocks/social-links/style-rtl.min.css'),
(13214, '/home/www/iamctv.com/wp-includes/blocks/social-links/style.css', 'wp-includes/blocks/social-links/style.css'),
(13215, '/home/www/iamctv.com/wp-includes/blocks/social-links/style.min.css', 'wp-includes/blocks/social-links/style.min.css'),
(13216, '/home/www/iamctv.com/wp-includes/blocks/spacer/block.json', 'wp-includes/blocks/spacer/block.json'),
(13217, '/home/www/iamctv.com/wp-includes/blocks/spacer/editor-rtl.css', 'wp-includes/blocks/spacer/editor-rtl.css'),
(13218, '/home/www/iamctv.com/wp-includes/blocks/spacer/editor-rtl.min.css', 'wp-includes/blocks/spacer/editor-rtl.min.css'),
(13219, '/home/www/iamctv.com/wp-includes/blocks/spacer/editor.css', 'wp-includes/blocks/spacer/editor.css'),
(13220, '/home/www/iamctv.com/wp-includes/blocks/spacer/editor.min.css', 'wp-includes/blocks/spacer/editor.min.css'),
(13221, '/home/www/iamctv.com/wp-includes/blocks/spacer/style-rtl.css', 'wp-includes/blocks/spacer/style-rtl.css'),
(13222, '/home/www/iamctv.com/wp-includes/blocks/spacer/style-rtl.min.css', 'wp-includes/blocks/spacer/style-rtl.min.css'),
(13223, '/home/www/iamctv.com/wp-includes/blocks/spacer/style.css', 'wp-includes/blocks/spacer/style.css'),
(13224, '/home/www/iamctv.com/wp-includes/blocks/spacer/style.min.css', 'wp-includes/blocks/spacer/style.min.css'),
(13225, '/home/www/iamctv.com/wp-includes/blocks/table/block.json', 'wp-includes/blocks/table/block.json'),
(13226, '/home/www/iamctv.com/wp-includes/blocks/table/editor-rtl.css', 'wp-includes/blocks/table/editor-rtl.css'),
(13227, '/home/www/iamctv.com/wp-includes/blocks/table/editor-rtl.min.css', 'wp-includes/blocks/table/editor-rtl.min.css'),
(13228, '/home/www/iamctv.com/wp-includes/blocks/table/editor.css', 'wp-includes/blocks/table/editor.css'),
(13229, '/home/www/iamctv.com/wp-includes/blocks/table/editor.min.css', 'wp-includes/blocks/table/editor.min.css'),
(13230, '/home/www/iamctv.com/wp-includes/blocks/table/style-rtl.css', 'wp-includes/blocks/table/style-rtl.css'),
(13231, '/home/www/iamctv.com/wp-includes/blocks/table/style-rtl.min.css', 'wp-includes/blocks/table/style-rtl.min.css'),
(13232, '/home/www/iamctv.com/wp-includes/blocks/table/style.css', 'wp-includes/blocks/table/style.css'),
(13233, '/home/www/iamctv.com/wp-includes/blocks/table/style.min.css', 'wp-includes/blocks/table/style.min.css'),
(13234, '/home/www/iamctv.com/wp-includes/blocks/table/theme-rtl.css', 'wp-includes/blocks/table/theme-rtl.css'),
(13235, '/home/www/iamctv.com/wp-includes/blocks/table/theme-rtl.min.css', 'wp-includes/blocks/table/theme-rtl.min.css'),
(13236, '/home/www/iamctv.com/wp-includes/blocks/table/theme.css', 'wp-includes/blocks/table/theme.css'),
(13237, '/home/www/iamctv.com/wp-includes/blocks/table/theme.min.css', 'wp-includes/blocks/table/theme.min.css'),
(13238, '/home/www/iamctv.com/wp-includes/blocks/tag-cloud/block.json', 'wp-includes/blocks/tag-cloud/block.json'),
(13239, '/home/www/iamctv.com/wp-includes/blocks/tag-cloud/style-rtl.css', 'wp-includes/blocks/tag-cloud/style-rtl.css'),
(13240, '/home/www/iamctv.com/wp-includes/blocks/tag-cloud/style-rtl.min.css', 'wp-includes/blocks/tag-cloud/style-rtl.min.css'),
(13241, '/home/www/iamctv.com/wp-includes/blocks/tag-cloud/style.css', 'wp-includes/blocks/tag-cloud/style.css'),
(13242, '/home/www/iamctv.com/wp-includes/blocks/tag-cloud/style.min.css', 'wp-includes/blocks/tag-cloud/style.min.css'),
(13243, '/home/www/iamctv.com/wp-includes/blocks/tag-cloud.php', 'wp-includes/blocks/tag-cloud.php'),
(13244, '/home/www/iamctv.com/wp-includes/blocks/template-part/block.json', 'wp-includes/blocks/template-part/block.json'),
(13245, '/home/www/iamctv.com/wp-includes/blocks/template-part/editor-rtl.css', 'wp-includes/blocks/template-part/editor-rtl.css'),
(13246, '/home/www/iamctv.com/wp-includes/blocks/template-part/editor-rtl.min.css', 'wp-includes/blocks/template-part/editor-rtl.min.css'),
(13247, '/home/www/iamctv.com/wp-includes/blocks/template-part/editor.css', 'wp-includes/blocks/template-part/editor.css'),
(13248, '/home/www/iamctv.com/wp-includes/blocks/template-part/editor.min.css', 'wp-includes/blocks/template-part/editor.min.css'),
(13249, '/home/www/iamctv.com/wp-includes/blocks/template-part/theme-rtl.css', 'wp-includes/blocks/template-part/theme-rtl.css'),
(13250, '/home/www/iamctv.com/wp-includes/blocks/template-part/theme-rtl.min.css', 'wp-includes/blocks/template-part/theme-rtl.min.css'),
(13251, '/home/www/iamctv.com/wp-includes/blocks/template-part/theme.css', 'wp-includes/blocks/template-part/theme.css'),
(13252, '/home/www/iamctv.com/wp-includes/blocks/template-part/theme.min.css', 'wp-includes/blocks/template-part/theme.min.css'),
(13253, '/home/www/iamctv.com/wp-includes/blocks/template-part.php', 'wp-includes/blocks/template-part.php'),
(13254, '/home/www/iamctv.com/wp-includes/blocks/term-description/block.json', 'wp-includes/blocks/term-description/block.json'),
(13255, '/home/www/iamctv.com/wp-includes/blocks/term-description.php', 'wp-includes/blocks/term-description.php'),
(13256, '/home/www/iamctv.com/wp-includes/blocks/text-columns/block.json', 'wp-includes/blocks/text-columns/block.json'),
(13257, '/home/www/iamctv.com/wp-includes/blocks/text-columns/editor-rtl.css', 'wp-includes/blocks/text-columns/editor-rtl.css'),
(13258, '/home/www/iamctv.com/wp-includes/blocks/text-columns/editor-rtl.min.css', 'wp-includes/blocks/text-columns/editor-rtl.min.css'),
(13259, '/home/www/iamctv.com/wp-includes/blocks/text-columns/editor.css', 'wp-includes/blocks/text-columns/editor.css'),
(13260, '/home/www/iamctv.com/wp-includes/blocks/text-columns/editor.min.css', 'wp-includes/blocks/text-columns/editor.min.css'),
(13261, '/home/www/iamctv.com/wp-includes/blocks/text-columns/style-rtl.css', 'wp-includes/blocks/text-columns/style-rtl.css'),
(13262, '/home/www/iamctv.com/wp-includes/blocks/text-columns/style-rtl.min.css', 'wp-includes/blocks/text-columns/style-rtl.min.css'),
(13263, '/home/www/iamctv.com/wp-includes/blocks/text-columns/style.css', 'wp-includes/blocks/text-columns/style.css'),
(13264, '/home/www/iamctv.com/wp-includes/blocks/text-columns/style.min.css', 'wp-includes/blocks/text-columns/style.min.css'),
(13265, '/home/www/iamctv.com/wp-includes/blocks/verse/block.json', 'wp-includes/blocks/verse/block.json'),
(13266, '/home/www/iamctv.com/wp-includes/blocks/verse/style-rtl.css', 'wp-includes/blocks/verse/style-rtl.css'),
(13267, '/home/www/iamctv.com/wp-includes/blocks/verse/style-rtl.min.css', 'wp-includes/blocks/verse/style-rtl.min.css'),
(13268, '/home/www/iamctv.com/wp-includes/blocks/verse/style.css', 'wp-includes/blocks/verse/style.css'),
(13269, '/home/www/iamctv.com/wp-includes/blocks/verse/style.min.css', 'wp-includes/blocks/verse/style.min.css'),
(13270, '/home/www/iamctv.com/wp-includes/blocks/video/block.json', 'wp-includes/blocks/video/block.json'),
(13271, '/home/www/iamctv.com/wp-includes/blocks/video/editor-rtl.css', 'wp-includes/blocks/video/editor-rtl.css'),
(13272, '/home/www/iamctv.com/wp-includes/blocks/video/editor-rtl.min.css', 'wp-includes/blocks/video/editor-rtl.min.css'),
(13273, '/home/www/iamctv.com/wp-includes/blocks/video/editor.css', 'wp-includes/blocks/video/editor.css'),
(13274, '/home/www/iamctv.com/wp-includes/blocks/video/editor.min.css', 'wp-includes/blocks/video/editor.min.css'),
(13275, '/home/www/iamctv.com/wp-includes/blocks/video/style-rtl.css', 'wp-includes/blocks/video/style-rtl.css'),
(13276, '/home/www/iamctv.com/wp-includes/blocks/video/style-rtl.min.css', 'wp-includes/blocks/video/style-rtl.min.css'),
(13277, '/home/www/iamctv.com/wp-includes/blocks/video/style.css', 'wp-includes/blocks/video/style.css'),
(13278, '/home/www/iamctv.com/wp-includes/blocks/video/style.min.css', 'wp-includes/blocks/video/style.min.css'),
(13279, '/home/www/iamctv.com/wp-includes/blocks/video/theme-rtl.css', 'wp-includes/blocks/video/theme-rtl.css'),
(13280, '/home/www/iamctv.com/wp-includes/blocks/video/theme-rtl.min.css', 'wp-includes/blocks/video/theme-rtl.min.css'),
(13281, '/home/www/iamctv.com/wp-includes/blocks/video/theme.css', 'wp-includes/blocks/video/theme.css'),
(13282, '/home/www/iamctv.com/wp-includes/blocks/video/theme.min.css', 'wp-includes/blocks/video/theme.min.css'),
(13283, '/home/www/iamctv.com/wp-includes/blocks/widget-group/block.json', 'wp-includes/blocks/widget-group/block.json'),
(13284, '/home/www/iamctv.com/wp-includes/blocks/widget-group.php', 'wp-includes/blocks/widget-group.php'),
(13285, '/home/www/iamctv.com/wp-includes/blocks.php', 'wp-includes/blocks.php'),
(13286, '/home/www/iamctv.com/wp-includes/bookmark-template.php', 'wp-includes/bookmark-template.php'),
(13287, '/home/www/iamctv.com/wp-includes/bookmark.php', 'wp-includes/bookmark.php'),
(13288, '/home/www/iamctv.com/wp-includes/cache-compat.php', 'wp-includes/cache-compat.php'),
(13289, '/home/www/iamctv.com/wp-includes/cache.php', 'wp-includes/cache.php'),
(13290, '/home/www/iamctv.com/wp-includes/canonical.php', 'wp-includes/canonical.php'),
(13291, '/home/www/iamctv.com/wp-includes/capabilities.php', 'wp-includes/capabilities.php'),
(13292, '/home/www/iamctv.com/wp-includes/category-template.php', 'wp-includes/category-template.php'),
(13293, '/home/www/iamctv.com/wp-includes/category.php', 'wp-includes/category.php'),
(13294, '/home/www/iamctv.com/wp-includes/certificates/ca-bundle.crt', 'wp-includes/certificates/ca-bundle.crt'),
(13295, '/home/www/iamctv.com/wp-includes/class-IXR.php', 'wp-includes/class-IXR.php'),
(13296, '/home/www/iamctv.com/wp-includes/class-feed.php', 'wp-includes/class-feed.php'),
(13297, '/home/www/iamctv.com/wp-includes/class-http.php', 'wp-includes/class-http.php'),
(13298, '/home/www/iamctv.com/wp-includes/class-json.php', 'wp-includes/class-json.php'),
(13299, '/home/www/iamctv.com/wp-includes/class-oembed.php', 'wp-includes/class-oembed.php'),
(13300, '/home/www/iamctv.com/wp-includes/class-phpass.php', 'wp-includes/class-phpass.php'),
(13301, '/home/www/iamctv.com/wp-includes/class-phpmailer.php', 'wp-includes/class-phpmailer.php'),
(13302, '/home/www/iamctv.com/wp-includes/class-pop3.php', 'wp-includes/class-pop3.php'),
(13303, '/home/www/iamctv.com/wp-includes/class-requests.php', 'wp-includes/class-requests.php'),
(13304, '/home/www/iamctv.com/wp-includes/class-simplepie.php', 'wp-includes/class-simplepie.php');
INSERT INTO `iamc_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(13305, '/home/www/iamctv.com/wp-includes/class-smtp.php', 'wp-includes/class-smtp.php'),
(13306, '/home/www/iamctv.com/wp-includes/class-snoopy.php', 'wp-includes/class-snoopy.php'),
(13307, '/home/www/iamctv.com/wp-includes/class-walker-category-dropdown.php', 'wp-includes/class-walker-category-dropdown.php'),
(13308, '/home/www/iamctv.com/wp-includes/class-walker-category.php', 'wp-includes/class-walker-category.php'),
(13309, '/home/www/iamctv.com/wp-includes/class-walker-comment.php', 'wp-includes/class-walker-comment.php'),
(13310, '/home/www/iamctv.com/wp-includes/class-walker-nav-menu.php', 'wp-includes/class-walker-nav-menu.php'),
(13311, '/home/www/iamctv.com/wp-includes/class-walker-page-dropdown.php', 'wp-includes/class-walker-page-dropdown.php'),
(13312, '/home/www/iamctv.com/wp-includes/class-walker-page.php', 'wp-includes/class-walker-page.php'),
(13313, '/home/www/iamctv.com/wp-includes/class-wp-admin-bar.php', 'wp-includes/class-wp-admin-bar.php'),
(13314, '/home/www/iamctv.com/wp-includes/class-wp-ajax-response.php', 'wp-includes/class-wp-ajax-response.php'),
(13315, '/home/www/iamctv.com/wp-includes/class-wp-application-passwords.php', 'wp-includes/class-wp-application-passwords.php'),
(13316, '/home/www/iamctv.com/wp-includes/class-wp-block-editor-context.php', 'wp-includes/class-wp-block-editor-context.php'),
(13317, '/home/www/iamctv.com/wp-includes/class-wp-block-list.php', 'wp-includes/class-wp-block-list.php'),
(13318, '/home/www/iamctv.com/wp-includes/class-wp-block-parser.php', 'wp-includes/class-wp-block-parser.php'),
(13319, '/home/www/iamctv.com/wp-includes/class-wp-block-pattern-categories-registry.php', 'wp-includes/class-wp-block-pattern-categories-registry.php'),
(13320, '/home/www/iamctv.com/wp-includes/class-wp-block-patterns-registry.php', 'wp-includes/class-wp-block-patterns-registry.php'),
(13321, '/home/www/iamctv.com/wp-includes/class-wp-block-styles-registry.php', 'wp-includes/class-wp-block-styles-registry.php'),
(13322, '/home/www/iamctv.com/wp-includes/class-wp-block-supports.php', 'wp-includes/class-wp-block-supports.php'),
(13323, '/home/www/iamctv.com/wp-includes/class-wp-block-template.php', 'wp-includes/class-wp-block-template.php'),
(13324, '/home/www/iamctv.com/wp-includes/class-wp-block-type-registry.php', 'wp-includes/class-wp-block-type-registry.php'),
(13325, '/home/www/iamctv.com/wp-includes/class-wp-block-type.php', 'wp-includes/class-wp-block-type.php'),
(13326, '/home/www/iamctv.com/wp-includes/class-wp-block.php', 'wp-includes/class-wp-block.php'),
(13327, '/home/www/iamctv.com/wp-includes/class-wp-comment-query.php', 'wp-includes/class-wp-comment-query.php'),
(13328, '/home/www/iamctv.com/wp-includes/class-wp-comment.php', 'wp-includes/class-wp-comment.php'),
(13329, '/home/www/iamctv.com/wp-includes/class-wp-customize-control.php', 'wp-includes/class-wp-customize-control.php'),
(13330, '/home/www/iamctv.com/wp-includes/class-wp-customize-manager.php', 'wp-includes/class-wp-customize-manager.php'),
(13331, '/home/www/iamctv.com/wp-includes/class-wp-customize-nav-menus.php', 'wp-includes/class-wp-customize-nav-menus.php'),
(13332, '/home/www/iamctv.com/wp-includes/class-wp-customize-panel.php', 'wp-includes/class-wp-customize-panel.php'),
(13333, '/home/www/iamctv.com/wp-includes/class-wp-customize-section.php', 'wp-includes/class-wp-customize-section.php'),
(13334, '/home/www/iamctv.com/wp-includes/class-wp-customize-setting.php', 'wp-includes/class-wp-customize-setting.php'),
(13335, '/home/www/iamctv.com/wp-includes/class-wp-customize-widgets.php', 'wp-includes/class-wp-customize-widgets.php'),
(13336, '/home/www/iamctv.com/wp-includes/class-wp-date-query.php', 'wp-includes/class-wp-date-query.php'),
(13337, '/home/www/iamctv.com/wp-includes/class-wp-dependency.php', 'wp-includes/class-wp-dependency.php'),
(13338, '/home/www/iamctv.com/wp-includes/class-wp-editor.php', 'wp-includes/class-wp-editor.php'),
(13339, '/home/www/iamctv.com/wp-includes/class-wp-embed.php', 'wp-includes/class-wp-embed.php'),
(13340, '/home/www/iamctv.com/wp-includes/class-wp-error.php', 'wp-includes/class-wp-error.php'),
(13341, '/home/www/iamctv.com/wp-includes/class-wp-fatal-error-handler.php', 'wp-includes/class-wp-fatal-error-handler.php'),
(13342, '/home/www/iamctv.com/wp-includes/class-wp-feed-cache-transient.php', 'wp-includes/class-wp-feed-cache-transient.php'),
(13343, '/home/www/iamctv.com/wp-includes/class-wp-feed-cache.php', 'wp-includes/class-wp-feed-cache.php'),
(13344, '/home/www/iamctv.com/wp-includes/class-wp-hook.php', 'wp-includes/class-wp-hook.php'),
(13345, '/home/www/iamctv.com/wp-includes/class-wp-http-cookie.php', 'wp-includes/class-wp-http-cookie.php'),
(13346, '/home/www/iamctv.com/wp-includes/class-wp-http-curl.php', 'wp-includes/class-wp-http-curl.php'),
(13347, '/home/www/iamctv.com/wp-includes/class-wp-http-encoding.php', 'wp-includes/class-wp-http-encoding.php'),
(13348, '/home/www/iamctv.com/wp-includes/class-wp-http-ixr-client.php', 'wp-includes/class-wp-http-ixr-client.php'),
(13349, '/home/www/iamctv.com/wp-includes/class-wp-http-proxy.php', 'wp-includes/class-wp-http-proxy.php'),
(13350, '/home/www/iamctv.com/wp-includes/class-wp-http-requests-hooks.php', 'wp-includes/class-wp-http-requests-hooks.php'),
(13351, '/home/www/iamctv.com/wp-includes/class-wp-http-requests-response.php', 'wp-includes/class-wp-http-requests-response.php'),
(13352, '/home/www/iamctv.com/wp-includes/class-wp-http-response.php', 'wp-includes/class-wp-http-response.php'),
(13353, '/home/www/iamctv.com/wp-includes/class-wp-http-streams.php', 'wp-includes/class-wp-http-streams.php'),
(13354, '/home/www/iamctv.com/wp-includes/class-wp-http.php', 'wp-includes/class-wp-http.php'),
(13355, '/home/www/iamctv.com/wp-includes/class-wp-image-editor-gd.php', 'wp-includes/class-wp-image-editor-gd.php'),
(13356, '/home/www/iamctv.com/wp-includes/class-wp-image-editor-imagick.php', 'wp-includes/class-wp-image-editor-imagick.php'),
(13357, '/home/www/iamctv.com/wp-includes/class-wp-image-editor.php', 'wp-includes/class-wp-image-editor.php'),
(13358, '/home/www/iamctv.com/wp-includes/class-wp-list-util.php', 'wp-includes/class-wp-list-util.php'),
(13359, '/home/www/iamctv.com/wp-includes/class-wp-locale-switcher.php', 'wp-includes/class-wp-locale-switcher.php'),
(13360, '/home/www/iamctv.com/wp-includes/class-wp-locale.php', 'wp-includes/class-wp-locale.php'),
(13361, '/home/www/iamctv.com/wp-includes/class-wp-matchesmapregex.php', 'wp-includes/class-wp-matchesmapregex.php'),
(13362, '/home/www/iamctv.com/wp-includes/class-wp-meta-query.php', 'wp-includes/class-wp-meta-query.php'),
(13363, '/home/www/iamctv.com/wp-includes/class-wp-metadata-lazyloader.php', 'wp-includes/class-wp-metadata-lazyloader.php'),
(13364, '/home/www/iamctv.com/wp-includes/class-wp-network-query.php', 'wp-includes/class-wp-network-query.php'),
(13365, '/home/www/iamctv.com/wp-includes/class-wp-network.php', 'wp-includes/class-wp-network.php'),
(13366, '/home/www/iamctv.com/wp-includes/class-wp-object-cache.php', 'wp-includes/class-wp-object-cache.php'),
(13367, '/home/www/iamctv.com/wp-includes/class-wp-oembed-controller.php', 'wp-includes/class-wp-oembed-controller.php'),
(13368, '/home/www/iamctv.com/wp-includes/class-wp-oembed.php', 'wp-includes/class-wp-oembed.php'),
(13369, '/home/www/iamctv.com/wp-includes/class-wp-paused-extensions-storage.php', 'wp-includes/class-wp-paused-extensions-storage.php'),
(13370, '/home/www/iamctv.com/wp-includes/class-wp-post-type.php', 'wp-includes/class-wp-post-type.php'),
(13371, '/home/www/iamctv.com/wp-includes/class-wp-post.php', 'wp-includes/class-wp-post.php'),
(13372, '/home/www/iamctv.com/wp-includes/class-wp-query.php', 'wp-includes/class-wp-query.php'),
(13373, '/home/www/iamctv.com/wp-includes/class-wp-recovery-mode-cookie-service.php', 'wp-includes/class-wp-recovery-mode-cookie-service.php'),
(13374, '/home/www/iamctv.com/wp-includes/class-wp-recovery-mode-email-service.php', 'wp-includes/class-wp-recovery-mode-email-service.php'),
(13375, '/home/www/iamctv.com/wp-includes/class-wp-recovery-mode-key-service.php', 'wp-includes/class-wp-recovery-mode-key-service.php'),
(13376, '/home/www/iamctv.com/wp-includes/class-wp-recovery-mode-link-service.php', 'wp-includes/class-wp-recovery-mode-link-service.php'),
(13377, '/home/www/iamctv.com/wp-includes/class-wp-recovery-mode.php', 'wp-includes/class-wp-recovery-mode.php'),
(13378, '/home/www/iamctv.com/wp-includes/class-wp-rewrite.php', 'wp-includes/class-wp-rewrite.php'),
(13379, '/home/www/iamctv.com/wp-includes/class-wp-role.php', 'wp-includes/class-wp-role.php'),
(13380, '/home/www/iamctv.com/wp-includes/class-wp-roles.php', 'wp-includes/class-wp-roles.php'),
(13381, '/home/www/iamctv.com/wp-includes/class-wp-session-tokens.php', 'wp-includes/class-wp-session-tokens.php'),
(13382, '/home/www/iamctv.com/wp-includes/class-wp-simplepie-file.php', 'wp-includes/class-wp-simplepie-file.php'),
(13383, '/home/www/iamctv.com/wp-includes/class-wp-simplepie-sanitize-kses.php', 'wp-includes/class-wp-simplepie-sanitize-kses.php'),
(13384, '/home/www/iamctv.com/wp-includes/class-wp-site-query.php', 'wp-includes/class-wp-site-query.php'),
(13385, '/home/www/iamctv.com/wp-includes/class-wp-site.php', 'wp-includes/class-wp-site.php'),
(13386, '/home/www/iamctv.com/wp-includes/class-wp-tax-query.php', 'wp-includes/class-wp-tax-query.php'),
(13387, '/home/www/iamctv.com/wp-includes/class-wp-taxonomy.php', 'wp-includes/class-wp-taxonomy.php'),
(13388, '/home/www/iamctv.com/wp-includes/class-wp-term-query.php', 'wp-includes/class-wp-term-query.php'),
(13389, '/home/www/iamctv.com/wp-includes/class-wp-term.php', 'wp-includes/class-wp-term.php'),
(13390, '/home/www/iamctv.com/wp-includes/class-wp-text-diff-renderer-inline.php', 'wp-includes/class-wp-text-diff-renderer-inline.php'),
(13391, '/home/www/iamctv.com/wp-includes/class-wp-text-diff-renderer-table.php', 'wp-includes/class-wp-text-diff-renderer-table.php'),
(13392, '/home/www/iamctv.com/wp-includes/class-wp-theme-json-resolver.php', 'wp-includes/class-wp-theme-json-resolver.php'),
(13393, '/home/www/iamctv.com/wp-includes/class-wp-theme-json-schema.php', 'wp-includes/class-wp-theme-json-schema.php'),
(13394, '/home/www/iamctv.com/wp-includes/class-wp-theme-json.php', 'wp-includes/class-wp-theme-json.php'),
(13395, '/home/www/iamctv.com/wp-includes/class-wp-theme.php', 'wp-includes/class-wp-theme.php'),
(13396, '/home/www/iamctv.com/wp-includes/class-wp-user-meta-session-tokens.php', 'wp-includes/class-wp-user-meta-session-tokens.php'),
(13397, '/home/www/iamctv.com/wp-includes/class-wp-user-query.php', 'wp-includes/class-wp-user-query.php'),
(13398, '/home/www/iamctv.com/wp-includes/class-wp-user-request.php', 'wp-includes/class-wp-user-request.php'),
(13399, '/home/www/iamctv.com/wp-includes/class-wp-user.php', 'wp-includes/class-wp-user.php'),
(13400, '/home/www/iamctv.com/wp-includes/class-wp-walker.php', 'wp-includes/class-wp-walker.php'),
(13401, '/home/www/iamctv.com/wp-includes/class-wp-widget-factory.php', 'wp-includes/class-wp-widget-factory.php'),
(13402, '/home/www/iamctv.com/wp-includes/class-wp-widget.php', 'wp-includes/class-wp-widget.php'),
(13403, '/home/www/iamctv.com/wp-includes/class-wp-xmlrpc-server.php', 'wp-includes/class-wp-xmlrpc-server.php'),
(13404, '/home/www/iamctv.com/wp-includes/class-wp.php', 'wp-includes/class-wp.php'),
(13405, '/home/www/iamctv.com/wp-includes/class.wp-dependencies.php', 'wp-includes/class.wp-dependencies.php'),
(13406, '/home/www/iamctv.com/wp-includes/class.wp-scripts.php', 'wp-includes/class.wp-scripts.php'),
(13407, '/home/www/iamctv.com/wp-includes/class.wp-styles.php', 'wp-includes/class.wp-styles.php'),
(13408, '/home/www/iamctv.com/wp-includes/comment-template.php', 'wp-includes/comment-template.php'),
(13409, '/home/www/iamctv.com/wp-includes/comment.php', 'wp-includes/comment.php'),
(13410, '/home/www/iamctv.com/wp-includes/compat.php', 'wp-includes/compat.php'),
(13411, '/home/www/iamctv.com/wp-includes/cron.php', 'wp-includes/cron.php'),
(13412, '/home/www/iamctv.com/wp-includes/css/admin-bar-rtl.css', 'wp-includes/css/admin-bar-rtl.css'),
(13413, '/home/www/iamctv.com/wp-includes/css/admin-bar-rtl.min.css', 'wp-includes/css/admin-bar-rtl.min.css'),
(13414, '/home/www/iamctv.com/wp-includes/css/admin-bar.css', 'wp-includes/css/admin-bar.css'),
(13415, '/home/www/iamctv.com/wp-includes/css/admin-bar.min.css', 'wp-includes/css/admin-bar.min.css'),
(13416, '/home/www/iamctv.com/wp-includes/css/buttons-rtl.css', 'wp-includes/css/buttons-rtl.css'),
(13417, '/home/www/iamctv.com/wp-includes/css/buttons-rtl.min.css', 'wp-includes/css/buttons-rtl.min.css'),
(13418, '/home/www/iamctv.com/wp-includes/css/buttons.css', 'wp-includes/css/buttons.css'),
(13419, '/home/www/iamctv.com/wp-includes/css/buttons.min.css', 'wp-includes/css/buttons.min.css'),
(13420, '/home/www/iamctv.com/wp-includes/css/customize-preview-rtl.css', 'wp-includes/css/customize-preview-rtl.css'),
(13421, '/home/www/iamctv.com/wp-includes/css/customize-preview-rtl.min.css', 'wp-includes/css/customize-preview-rtl.min.css'),
(13422, '/home/www/iamctv.com/wp-includes/css/customize-preview.css', 'wp-includes/css/customize-preview.css'),
(13423, '/home/www/iamctv.com/wp-includes/css/customize-preview.min.css', 'wp-includes/css/customize-preview.min.css'),
(13424, '/home/www/iamctv.com/wp-includes/css/dashicons.css', 'wp-includes/css/dashicons.css'),
(13425, '/home/www/iamctv.com/wp-includes/css/dashicons.min.css', 'wp-includes/css/dashicons.min.css'),
(13426, '/home/www/iamctv.com/wp-includes/css/dist/block-directory/style-rtl.css', 'wp-includes/css/dist/block-directory/style-rtl.css'),
(13427, '/home/www/iamctv.com/wp-includes/css/dist/block-directory/style-rtl.min.css', 'wp-includes/css/dist/block-directory/style-rtl.min.css'),
(13428, '/home/www/iamctv.com/wp-includes/css/dist/block-directory/style.css', 'wp-includes/css/dist/block-directory/style.css'),
(13429, '/home/www/iamctv.com/wp-includes/css/dist/block-directory/style.min.css', 'wp-includes/css/dist/block-directory/style.min.css'),
(13430, '/home/www/iamctv.com/wp-includes/css/dist/block-editor/default-editor-styles-rtl.css', 'wp-includes/css/dist/block-editor/default-editor-styles-rtl.css'),
(13431, '/home/www/iamctv.com/wp-includes/css/dist/block-editor/default-editor-styles-rtl.min.css', 'wp-includes/css/dist/block-editor/default-editor-styles-rtl.min.css'),
(13432, '/home/www/iamctv.com/wp-includes/css/dist/block-editor/default-editor-styles.css', 'wp-includes/css/dist/block-editor/default-editor-styles.css'),
(13433, '/home/www/iamctv.com/wp-includes/css/dist/block-editor/default-editor-styles.min.css', 'wp-includes/css/dist/block-editor/default-editor-styles.min.css'),
(13434, '/home/www/iamctv.com/wp-includes/css/dist/block-editor/style-rtl.css', 'wp-includes/css/dist/block-editor/style-rtl.css'),
(13435, '/home/www/iamctv.com/wp-includes/css/dist/block-editor/style-rtl.min.css', 'wp-includes/css/dist/block-editor/style-rtl.min.css'),
(13436, '/home/www/iamctv.com/wp-includes/css/dist/block-editor/style.css', 'wp-includes/css/dist/block-editor/style.css'),
(13437, '/home/www/iamctv.com/wp-includes/css/dist/block-editor/style.min.css', 'wp-includes/css/dist/block-editor/style.min.css'),
(13438, '/home/www/iamctv.com/wp-includes/css/dist/block-library/common-rtl.css', 'wp-includes/css/dist/block-library/common-rtl.css'),
(13439, '/home/www/iamctv.com/wp-includes/css/dist/block-library/common-rtl.min.css', 'wp-includes/css/dist/block-library/common-rtl.min.css'),
(13440, '/home/www/iamctv.com/wp-includes/css/dist/block-library/common.css', 'wp-includes/css/dist/block-library/common.css'),
(13441, '/home/www/iamctv.com/wp-includes/css/dist/block-library/common.min.css', 'wp-includes/css/dist/block-library/common.min.css'),
(13442, '/home/www/iamctv.com/wp-includes/css/dist/block-library/editor-rtl.css', 'wp-includes/css/dist/block-library/editor-rtl.css'),
(13443, '/home/www/iamctv.com/wp-includes/css/dist/block-library/editor-rtl.min.css', 'wp-includes/css/dist/block-library/editor-rtl.min.css'),
(13444, '/home/www/iamctv.com/wp-includes/css/dist/block-library/editor.css', 'wp-includes/css/dist/block-library/editor.css'),
(13445, '/home/www/iamctv.com/wp-includes/css/dist/block-library/editor.min.css', 'wp-includes/css/dist/block-library/editor.min.css'),
(13446, '/home/www/iamctv.com/wp-includes/css/dist/block-library/reset-rtl.css', 'wp-includes/css/dist/block-library/reset-rtl.css'),
(13447, '/home/www/iamctv.com/wp-includes/css/dist/block-library/reset-rtl.min.css', 'wp-includes/css/dist/block-library/reset-rtl.min.css'),
(13448, '/home/www/iamctv.com/wp-includes/css/dist/block-library/reset.css', 'wp-includes/css/dist/block-library/reset.css'),
(13449, '/home/www/iamctv.com/wp-includes/css/dist/block-library/reset.min.css', 'wp-includes/css/dist/block-library/reset.min.css'),
(13450, '/home/www/iamctv.com/wp-includes/css/dist/block-library/style-rtl.css', 'wp-includes/css/dist/block-library/style-rtl.css'),
(13451, '/home/www/iamctv.com/wp-includes/css/dist/block-library/style-rtl.min.css', 'wp-includes/css/dist/block-library/style-rtl.min.css'),
(13452, '/home/www/iamctv.com/wp-includes/css/dist/block-library/style.css', 'wp-includes/css/dist/block-library/style.css'),
(13453, '/home/www/iamctv.com/wp-includes/css/dist/block-library/style.min.css', 'wp-includes/css/dist/block-library/style.min.css'),
(13454, '/home/www/iamctv.com/wp-includes/css/dist/block-library/theme-rtl.css', 'wp-includes/css/dist/block-library/theme-rtl.css'),
(13455, '/home/www/iamctv.com/wp-includes/css/dist/block-library/theme-rtl.min.css', 'wp-includes/css/dist/block-library/theme-rtl.min.css'),
(13456, '/home/www/iamctv.com/wp-includes/css/dist/block-library/theme.css', 'wp-includes/css/dist/block-library/theme.css'),
(13457, '/home/www/iamctv.com/wp-includes/css/dist/block-library/theme.min.css', 'wp-includes/css/dist/block-library/theme.min.css'),
(13458, '/home/www/iamctv.com/wp-includes/css/dist/components/style-rtl.css', 'wp-includes/css/dist/components/style-rtl.css'),
(13459, '/home/www/iamctv.com/wp-includes/css/dist/components/style-rtl.min.css', 'wp-includes/css/dist/components/style-rtl.min.css'),
(13460, '/home/www/iamctv.com/wp-includes/css/dist/components/style.css', 'wp-includes/css/dist/components/style.css'),
(13461, '/home/www/iamctv.com/wp-includes/css/dist/components/style.min.css', 'wp-includes/css/dist/components/style.min.css'),
(13462, '/home/www/iamctv.com/wp-includes/css/dist/customize-widgets/style-rtl.css', 'wp-includes/css/dist/customize-widgets/style-rtl.css'),
(13463, '/home/www/iamctv.com/wp-includes/css/dist/customize-widgets/style-rtl.min.css', 'wp-includes/css/dist/customize-widgets/style-rtl.min.css'),
(13464, '/home/www/iamctv.com/wp-includes/css/dist/customize-widgets/style.css', 'wp-includes/css/dist/customize-widgets/style.css'),
(13465, '/home/www/iamctv.com/wp-includes/css/dist/customize-widgets/style.min.css', 'wp-includes/css/dist/customize-widgets/style.min.css'),
(13466, '/home/www/iamctv.com/wp-includes/css/dist/edit-post/classic-rtl.css', 'wp-includes/css/dist/edit-post/classic-rtl.css'),
(13467, '/home/www/iamctv.com/wp-includes/css/dist/edit-post/classic-rtl.min.css', 'wp-includes/css/dist/edit-post/classic-rtl.min.css'),
(13468, '/home/www/iamctv.com/wp-includes/css/dist/edit-post/classic.css', 'wp-includes/css/dist/edit-post/classic.css'),
(13469, '/home/www/iamctv.com/wp-includes/css/dist/edit-post/classic.min.css', 'wp-includes/css/dist/edit-post/classic.min.css'),
(13470, '/home/www/iamctv.com/wp-includes/css/dist/edit-post/style-rtl.css', 'wp-includes/css/dist/edit-post/style-rtl.css'),
(13471, '/home/www/iamctv.com/wp-includes/css/dist/edit-post/style-rtl.min.css', 'wp-includes/css/dist/edit-post/style-rtl.min.css'),
(13472, '/home/www/iamctv.com/wp-includes/css/dist/edit-post/style.css', 'wp-includes/css/dist/edit-post/style.css'),
(13473, '/home/www/iamctv.com/wp-includes/css/dist/edit-post/style.min.css', 'wp-includes/css/dist/edit-post/style.min.css'),
(13474, '/home/www/iamctv.com/wp-includes/css/dist/edit-site/style-rtl.css', 'wp-includes/css/dist/edit-site/style-rtl.css'),
(13475, '/home/www/iamctv.com/wp-includes/css/dist/edit-site/style-rtl.min.css', 'wp-includes/css/dist/edit-site/style-rtl.min.css'),
(13476, '/home/www/iamctv.com/wp-includes/css/dist/edit-site/style.css', 'wp-includes/css/dist/edit-site/style.css'),
(13477, '/home/www/iamctv.com/wp-includes/css/dist/edit-site/style.min.css', 'wp-includes/css/dist/edit-site/style.min.css'),
(13478, '/home/www/iamctv.com/wp-includes/css/dist/edit-widgets/style-rtl.css', 'wp-includes/css/dist/edit-widgets/style-rtl.css'),
(13479, '/home/www/iamctv.com/wp-includes/css/dist/edit-widgets/style-rtl.min.css', 'wp-includes/css/dist/edit-widgets/style-rtl.min.css'),
(13480, '/home/www/iamctv.com/wp-includes/css/dist/edit-widgets/style.css', 'wp-includes/css/dist/edit-widgets/style.css'),
(13481, '/home/www/iamctv.com/wp-includes/css/dist/edit-widgets/style.min.css', 'wp-includes/css/dist/edit-widgets/style.min.css'),
(13482, '/home/www/iamctv.com/wp-includes/css/dist/editor/style-rtl.css', 'wp-includes/css/dist/editor/style-rtl.css'),
(13483, '/home/www/iamctv.com/wp-includes/css/dist/editor/style-rtl.min.css', 'wp-includes/css/dist/editor/style-rtl.min.css'),
(13484, '/home/www/iamctv.com/wp-includes/css/dist/editor/style.css', 'wp-includes/css/dist/editor/style.css'),
(13485, '/home/www/iamctv.com/wp-includes/css/dist/editor/style.min.css', 'wp-includes/css/dist/editor/style.min.css'),
(13486, '/home/www/iamctv.com/wp-includes/css/dist/format-library/style-rtl.css', 'wp-includes/css/dist/format-library/style-rtl.css'),
(13487, '/home/www/iamctv.com/wp-includes/css/dist/format-library/style-rtl.min.css', 'wp-includes/css/dist/format-library/style-rtl.min.css'),
(13488, '/home/www/iamctv.com/wp-includes/css/dist/format-library/style.css', 'wp-includes/css/dist/format-library/style.css'),
(13489, '/home/www/iamctv.com/wp-includes/css/dist/format-library/style.min.css', 'wp-includes/css/dist/format-library/style.min.css'),
(13490, '/home/www/iamctv.com/wp-includes/css/dist/list-reusable-blocks/style-rtl.css', 'wp-includes/css/dist/list-reusable-blocks/style-rtl.css'),
(13491, '/home/www/iamctv.com/wp-includes/css/dist/list-reusable-blocks/style-rtl.min.css', 'wp-includes/css/dist/list-reusable-blocks/style-rtl.min.css'),
(13492, '/home/www/iamctv.com/wp-includes/css/dist/list-reusable-blocks/style.css', 'wp-includes/css/dist/list-reusable-blocks/style.css'),
(13493, '/home/www/iamctv.com/wp-includes/css/dist/list-reusable-blocks/style.min.css', 'wp-includes/css/dist/list-reusable-blocks/style.min.css'),
(13494, '/home/www/iamctv.com/wp-includes/css/dist/nux/style-rtl.css', 'wp-includes/css/dist/nux/style-rtl.css'),
(13495, '/home/www/iamctv.com/wp-includes/css/dist/nux/style-rtl.min.css', 'wp-includes/css/dist/nux/style-rtl.min.css'),
(13496, '/home/www/iamctv.com/wp-includes/css/dist/nux/style.css', 'wp-includes/css/dist/nux/style.css'),
(13497, '/home/www/iamctv.com/wp-includes/css/dist/nux/style.min.css', 'wp-includes/css/dist/nux/style.min.css'),
(13498, '/home/www/iamctv.com/wp-includes/css/dist/reusable-blocks/style-rtl.css', 'wp-includes/css/dist/reusable-blocks/style-rtl.css'),
(13499, '/home/www/iamctv.com/wp-includes/css/dist/reusable-blocks/style-rtl.min.css', 'wp-includes/css/dist/reusable-blocks/style-rtl.min.css'),
(13500, '/home/www/iamctv.com/wp-includes/css/dist/reusable-blocks/style.css', 'wp-includes/css/dist/reusable-blocks/style.css'),
(13501, '/home/www/iamctv.com/wp-includes/css/dist/reusable-blocks/style.min.css', 'wp-includes/css/dist/reusable-blocks/style.min.css'),
(13502, '/home/www/iamctv.com/wp-includes/css/dist/widgets/style-rtl.css', 'wp-includes/css/dist/widgets/style-rtl.css'),
(13503, '/home/www/iamctv.com/wp-includes/css/dist/widgets/style-rtl.min.css', 'wp-includes/css/dist/widgets/style-rtl.min.css'),
(13504, '/home/www/iamctv.com/wp-includes/css/dist/widgets/style.css', 'wp-includes/css/dist/widgets/style.css'),
(13505, '/home/www/iamctv.com/wp-includes/css/dist/widgets/style.min.css', 'wp-includes/css/dist/widgets/style.min.css'),
(13506, '/home/www/iamctv.com/wp-includes/css/editor-rtl.css', 'wp-includes/css/editor-rtl.css'),
(13507, '/home/www/iamctv.com/wp-includes/css/editor-rtl.min.css', 'wp-includes/css/editor-rtl.min.css'),
(13508, '/home/www/iamctv.com/wp-includes/css/editor.css', 'wp-includes/css/editor.css'),
(13509, '/home/www/iamctv.com/wp-includes/css/editor.min.css', 'wp-includes/css/editor.min.css'),
(13510, '/home/www/iamctv.com/wp-includes/css/jquery-ui-dialog-rtl.css', 'wp-includes/css/jquery-ui-dialog-rtl.css'),
(13511, '/home/www/iamctv.com/wp-includes/css/jquery-ui-dialog-rtl.min.css', 'wp-includes/css/jquery-ui-dialog-rtl.min.css'),
(13512, '/home/www/iamctv.com/wp-includes/css/jquery-ui-dialog.css', 'wp-includes/css/jquery-ui-dialog.css'),
(13513, '/home/www/iamctv.com/wp-includes/css/jquery-ui-dialog.min.css', 'wp-includes/css/jquery-ui-dialog.min.css'),
(13514, '/home/www/iamctv.com/wp-includes/css/media-views-rtl.css', 'wp-includes/css/media-views-rtl.css'),
(13515, '/home/www/iamctv.com/wp-includes/css/media-views-rtl.min.css', 'wp-includes/css/media-views-rtl.min.css'),
(13516, '/home/www/iamctv.com/wp-includes/css/media-views.css', 'wp-includes/css/media-views.css'),
(13517, '/home/www/iamctv.com/wp-includes/css/media-views.min.css', 'wp-includes/css/media-views.min.css'),
(13518, '/home/www/iamctv.com/wp-includes/css/wp-auth-check-rtl.css', 'wp-includes/css/wp-auth-check-rtl.css'),
(13519, '/home/www/iamctv.com/wp-includes/css/wp-auth-check-rtl.min.css', 'wp-includes/css/wp-auth-check-rtl.min.css'),
(13520, '/home/www/iamctv.com/wp-includes/css/wp-auth-check.css', 'wp-includes/css/wp-auth-check.css'),
(13521, '/home/www/iamctv.com/wp-includes/css/wp-auth-check.min.css', 'wp-includes/css/wp-auth-check.min.css'),
(13522, '/home/www/iamctv.com/wp-includes/css/wp-embed-template-ie.css', 'wp-includes/css/wp-embed-template-ie.css'),
(13523, '/home/www/iamctv.com/wp-includes/css/wp-embed-template-ie.min.css', 'wp-includes/css/wp-embed-template-ie.min.css'),
(13524, '/home/www/iamctv.com/wp-includes/css/wp-embed-template.css', 'wp-includes/css/wp-embed-template.css'),
(13525, '/home/www/iamctv.com/wp-includes/css/wp-embed-template.min.css', 'wp-includes/css/wp-embed-template.min.css'),
(13526, '/home/www/iamctv.com/wp-includes/css/wp-pointer-rtl.css', 'wp-includes/css/wp-pointer-rtl.css'),
(13527, '/home/www/iamctv.com/wp-includes/css/wp-pointer-rtl.min.css', 'wp-includes/css/wp-pointer-rtl.min.css'),
(13528, '/home/www/iamctv.com/wp-includes/css/wp-pointer.css', 'wp-includes/css/wp-pointer.css'),
(13529, '/home/www/iamctv.com/wp-includes/css/wp-pointer.min.css', 'wp-includes/css/wp-pointer.min.css'),
(13530, '/home/www/iamctv.com/wp-includes/customize/class-wp-customize-background-image-control.php', 'wp-includes/customize/class-wp-customize-background-image-control.php'),
(13531, '/home/www/iamctv.com/wp-includes/customize/class-wp-customize-background-image-setting.php', 'wp-includes/customize/class-wp-customize-background-image-setting.php'),
(13532, '/home/www/iamctv.com/wp-includes/customize/class-wp-customize-background-position-control.php', 'wp-includes/customize/class-wp-customize-background-position-control.php'),
(13533, '/home/www/iamctv.com/wp-includes/customize/class-wp-customize-code-editor-control.php', 'wp-includes/customize/class-wp-customize-code-editor-control.php'),
(13534, '/home/www/iamctv.com/wp-includes/customize/class-wp-customize-color-control.php', 'wp-includes/customize/class-wp-customize-color-control.php'),
(13535, '/home/www/iamctv.com/wp-includes/customize/class-wp-customize-cropped-image-control.php', 'wp-includes/customize/class-wp-customize-cropped-image-control.php'),
(13536, '/home/www/iamctv.com/wp-includes/customize/class-wp-customize-custom-css-setting.php', 'wp-includes/customize/class-wp-customize-custom-css-setting.php'),
(13537, '/home/www/iamctv.com/wp-includes/customize/class-wp-customize-date-time-control.php', 'wp-includes/customize/class-wp-customize-date-time-control.php'),
(13538, '/home/www/iamctv.com/wp-includes/customize/class-wp-customize-filter-setting.php', 'wp-includes/customize/class-wp-customize-filter-setting.php'),
(13539, '/home/www/iamctv.com/wp-includes/customize/class-wp-customize-header-image-control.php', 'wp-includes/customize/class-wp-customize-header-image-control.php'),
(13540, '/home/www/iamctv.com/wp-includes/customize/class-wp-customize-header-image-setting.php', 'wp-includes/customize/class-wp-customize-header-image-setting.php'),
(13541, '/home/www/iamctv.com/wp-includes/customize/class-wp-customize-image-control.php', 'wp-includes/customize/class-wp-customize-image-control.php'),
(13542, '/home/www/iamctv.com/wp-includes/customize/class-wp-customize-media-control.php', 'wp-includes/customize/class-wp-customize-media-control.php'),
(13543, '/home/www/iamctv.com/wp-includes/customize/class-wp-customize-nav-menu-auto-add-control.php', 'wp-includes/customize/class-wp-customize-nav-menu-auto-add-control.php'),
(13544, '/home/www/iamctv.com/wp-includes/customize/class-wp-customize-nav-menu-control.php', 'wp-includes/customize/class-wp-customize-nav-menu-control.php'),
(13545, '/home/www/iamctv.com/wp-includes/customize/class-wp-customize-nav-menu-item-control.php', 'wp-includes/customize/class-wp-customize-nav-menu-item-control.php'),
(13546, '/home/www/iamctv.com/wp-includes/customize/class-wp-customize-nav-menu-item-setting.php', 'wp-includes/customize/class-wp-customize-nav-menu-item-setting.php'),
(13547, '/home/www/iamctv.com/wp-includes/customize/class-wp-customize-nav-menu-location-control.php', 'wp-includes/customize/class-wp-customize-nav-menu-location-control.php'),
(13548, '/home/www/iamctv.com/wp-includes/customize/class-wp-customize-nav-menu-locations-control.php', 'wp-includes/customize/class-wp-customize-nav-menu-locations-control.php'),
(13549, '/home/www/iamctv.com/wp-includes/customize/class-wp-customize-nav-menu-name-control.php', 'wp-includes/customize/class-wp-customize-nav-menu-name-control.php'),
(13550, '/home/www/iamctv.com/wp-includes/customize/class-wp-customize-nav-menu-section.php', 'wp-includes/customize/class-wp-customize-nav-menu-section.php'),
(13551, '/home/www/iamctv.com/wp-includes/customize/class-wp-customize-nav-menu-setting.php', 'wp-includes/customize/class-wp-customize-nav-menu-setting.php'),
(13552, '/home/www/iamctv.com/wp-includes/customize/class-wp-customize-nav-menus-panel.php', 'wp-includes/customize/class-wp-customize-nav-menus-panel.php'),
(13553, '/home/www/iamctv.com/wp-includes/customize/class-wp-customize-new-menu-control.php', 'wp-includes/customize/class-wp-customize-new-menu-control.php'),
(13554, '/home/www/iamctv.com/wp-includes/customize/class-wp-customize-new-menu-section.php', 'wp-includes/customize/class-wp-customize-new-menu-section.php'),
(13555, '/home/www/iamctv.com/wp-includes/customize/class-wp-customize-partial.php', 'wp-includes/customize/class-wp-customize-partial.php'),
(13556, '/home/www/iamctv.com/wp-includes/customize/class-wp-customize-selective-refresh.php', 'wp-includes/customize/class-wp-customize-selective-refresh.php'),
(13557, '/home/www/iamctv.com/wp-includes/customize/class-wp-customize-sidebar-section.php', 'wp-includes/customize/class-wp-customize-sidebar-section.php'),
(13558, '/home/www/iamctv.com/wp-includes/customize/class-wp-customize-site-icon-control.php', 'wp-includes/customize/class-wp-customize-site-icon-control.php'),
(13559, '/home/www/iamctv.com/wp-includes/customize/class-wp-customize-theme-control.php', 'wp-includes/customize/class-wp-customize-theme-control.php'),
(13560, '/home/www/iamctv.com/wp-includes/customize/class-wp-customize-themes-panel.php', 'wp-includes/customize/class-wp-customize-themes-panel.php'),
(13561, '/home/www/iamctv.com/wp-includes/customize/class-wp-customize-themes-section.php', 'wp-includes/customize/class-wp-customize-themes-section.php'),
(13562, '/home/www/iamctv.com/wp-includes/customize/class-wp-customize-upload-control.php', 'wp-includes/customize/class-wp-customize-upload-control.php'),
(13563, '/home/www/iamctv.com/wp-includes/customize/class-wp-sidebar-block-editor-control.php', 'wp-includes/customize/class-wp-sidebar-block-editor-control.php'),
(13564, '/home/www/iamctv.com/wp-includes/customize/class-wp-widget-area-customize-control.php', 'wp-includes/customize/class-wp-widget-area-customize-control.php'),
(13565, '/home/www/iamctv.com/wp-includes/customize/class-wp-widget-form-customize-control.php', 'wp-includes/customize/class-wp-widget-form-customize-control.php'),
(13566, '/home/www/iamctv.com/wp-includes/date.php', 'wp-includes/date.php'),
(13567, '/home/www/iamctv.com/wp-includes/default-constants.php', 'wp-includes/default-constants.php'),
(13568, '/home/www/iamctv.com/wp-includes/default-filters.php', 'wp-includes/default-filters.php'),
(13569, '/home/www/iamctv.com/wp-includes/default-widgets.php', 'wp-includes/default-widgets.php'),
(13570, '/home/www/iamctv.com/wp-includes/deprecated.php', 'wp-includes/deprecated.php'),
(13571, '/home/www/iamctv.com/wp-includes/embed-template.php', 'wp-includes/embed-template.php'),
(13572, '/home/www/iamctv.com/wp-includes/embed.php', 'wp-includes/embed.php'),
(13573, '/home/www/iamctv.com/wp-includes/error-protection.php', 'wp-includes/error-protection.php'),
(13574, '/home/www/iamctv.com/wp-includes/feed-atom-comments.php', 'wp-includes/feed-atom-comments.php'),
(13575, '/home/www/iamctv.com/wp-includes/feed-atom.php', 'wp-includes/feed-atom.php'),
(13576, '/home/www/iamctv.com/wp-includes/feed-rdf.php', 'wp-includes/feed-rdf.php'),
(13577, '/home/www/iamctv.com/wp-includes/feed-rss.php', 'wp-includes/feed-rss.php'),
(13578, '/home/www/iamctv.com/wp-includes/feed-rss2-comments.php', 'wp-includes/feed-rss2-comments.php'),
(13579, '/home/www/iamctv.com/wp-includes/feed-rss2.php', 'wp-includes/feed-rss2.php'),
(13580, '/home/www/iamctv.com/wp-includes/feed.php', 'wp-includes/feed.php'),
(13581, '/home/www/iamctv.com/wp-includes/fonts/dashicons.eot', 'wp-includes/fonts/dashicons.eot'),
(13582, '/home/www/iamctv.com/wp-includes/fonts/dashicons.svg', 'wp-includes/fonts/dashicons.svg'),
(13583, '/home/www/iamctv.com/wp-includes/fonts/dashicons.ttf', 'wp-includes/fonts/dashicons.ttf'),
(13584, '/home/www/iamctv.com/wp-includes/fonts/dashicons.woff', 'wp-includes/fonts/dashicons.woff'),
(13585, '/home/www/iamctv.com/wp-includes/fonts/dashicons.woff2', 'wp-includes/fonts/dashicons.woff2'),
(13586, '/home/www/iamctv.com/wp-includes/formatting.php', 'wp-includes/formatting.php'),
(13587, '/home/www/iamctv.com/wp-includes/functions.php', 'wp-includes/functions.php'),
(13588, '/home/www/iamctv.com/wp-includes/functions.wp-scripts.php', 'wp-includes/functions.wp-scripts.php'),
(13589, '/home/www/iamctv.com/wp-includes/functions.wp-styles.php', 'wp-includes/functions.wp-styles.php'),
(13590, '/home/www/iamctv.com/wp-includes/general-template.php', 'wp-includes/general-template.php'),
(13591, '/home/www/iamctv.com/wp-includes/global-styles-and-settings.php', 'wp-includes/global-styles-and-settings.php'),
(13592, '/home/www/iamctv.com/wp-includes/http.php', 'wp-includes/http.php'),
(13593, '/home/www/iamctv.com/wp-includes/https-detection.php', 'wp-includes/https-detection.php'),
(13594, '/home/www/iamctv.com/wp-includes/https-migration.php', 'wp-includes/https-migration.php'),
(13595, '/home/www/iamctv.com/wp-includes/images/admin-bar-sprite-2x.png', 'wp-includes/images/admin-bar-sprite-2x.png'),
(13596, '/home/www/iamctv.com/wp-includes/images/admin-bar-sprite.png', 'wp-includes/images/admin-bar-sprite.png'),
(13597, '/home/www/iamctv.com/wp-includes/images/arrow-pointer-blue-2x.png', 'wp-includes/images/arrow-pointer-blue-2x.png'),
(13598, '/home/www/iamctv.com/wp-includes/images/arrow-pointer-blue.png', 'wp-includes/images/arrow-pointer-blue.png'),
(13599, '/home/www/iamctv.com/wp-includes/images/blank.gif', 'wp-includes/images/blank.gif'),
(13600, '/home/www/iamctv.com/wp-includes/images/crystal/archive.png', 'wp-includes/images/crystal/archive.png'),
(13601, '/home/www/iamctv.com/wp-includes/images/crystal/audio.png', 'wp-includes/images/crystal/audio.png'),
(13602, '/home/www/iamctv.com/wp-includes/images/crystal/code.png', 'wp-includes/images/crystal/code.png'),
(13603, '/home/www/iamctv.com/wp-includes/images/crystal/default.png', 'wp-includes/images/crystal/default.png'),
(13604, '/home/www/iamctv.com/wp-includes/images/crystal/document.png', 'wp-includes/images/crystal/document.png'),
(13605, '/home/www/iamctv.com/wp-includes/images/crystal/interactive.png', 'wp-includes/images/crystal/interactive.png'),
(13606, '/home/www/iamctv.com/wp-includes/images/crystal/license.txt', 'wp-includes/images/crystal/license.txt'),
(13607, '/home/www/iamctv.com/wp-includes/images/crystal/spreadsheet.png', 'wp-includes/images/crystal/spreadsheet.png'),
(13608, '/home/www/iamctv.com/wp-includes/images/crystal/text.png', 'wp-includes/images/crystal/text.png'),
(13609, '/home/www/iamctv.com/wp-includes/images/crystal/video.png', 'wp-includes/images/crystal/video.png'),
(13610, '/home/www/iamctv.com/wp-includes/images/down_arrow-2x.gif', 'wp-includes/images/down_arrow-2x.gif'),
(13611, '/home/www/iamctv.com/wp-includes/images/down_arrow.gif', 'wp-includes/images/down_arrow.gif'),
(13612, '/home/www/iamctv.com/wp-includes/images/icon-pointer-flag-2x.png', 'wp-includes/images/icon-pointer-flag-2x.png'),
(13613, '/home/www/iamctv.com/wp-includes/images/icon-pointer-flag.png', 'wp-includes/images/icon-pointer-flag.png'),
(13614, '/home/www/iamctv.com/wp-includes/images/media/archive.png', 'wp-includes/images/media/archive.png'),
(13615, '/home/www/iamctv.com/wp-includes/images/media/audio.png', 'wp-includes/images/media/audio.png'),
(13616, '/home/www/iamctv.com/wp-includes/images/media/code.png', 'wp-includes/images/media/code.png'),
(13617, '/home/www/iamctv.com/wp-includes/images/media/default.png', 'wp-includes/images/media/default.png'),
(13618, '/home/www/iamctv.com/wp-includes/images/media/document.png', 'wp-includes/images/media/document.png'),
(13619, '/home/www/iamctv.com/wp-includes/images/media/interactive.png', 'wp-includes/images/media/interactive.png'),
(13620, '/home/www/iamctv.com/wp-includes/images/media/spreadsheet.png', 'wp-includes/images/media/spreadsheet.png'),
(13621, '/home/www/iamctv.com/wp-includes/images/media/text.png', 'wp-includes/images/media/text.png'),
(13622, '/home/www/iamctv.com/wp-includes/images/media/video.png', 'wp-includes/images/media/video.png'),
(13623, '/home/www/iamctv.com/wp-includes/images/rss-2x.png', 'wp-includes/images/rss-2x.png'),
(13624, '/home/www/iamctv.com/wp-includes/images/rss.png', 'wp-includes/images/rss.png'),
(13625, '/home/www/iamctv.com/wp-includes/images/smilies/frownie.png', 'wp-includes/images/smilies/frownie.png'),
(13626, '/home/www/iamctv.com/wp-includes/images/smilies/icon_arrow.gif', 'wp-includes/images/smilies/icon_arrow.gif'),
(13627, '/home/www/iamctv.com/wp-includes/images/smilies/icon_biggrin.gif', 'wp-includes/images/smilies/icon_biggrin.gif'),
(13628, '/home/www/iamctv.com/wp-includes/images/smilies/icon_confused.gif', 'wp-includes/images/smilies/icon_confused.gif'),
(13629, '/home/www/iamctv.com/wp-includes/images/smilies/icon_cool.gif', 'wp-includes/images/smilies/icon_cool.gif'),
(13630, '/home/www/iamctv.com/wp-includes/images/smilies/icon_cry.gif', 'wp-includes/images/smilies/icon_cry.gif'),
(13631, '/home/www/iamctv.com/wp-includes/images/smilies/icon_eek.gif', 'wp-includes/images/smilies/icon_eek.gif'),
(13632, '/home/www/iamctv.com/wp-includes/images/smilies/icon_evil.gif', 'wp-includes/images/smilies/icon_evil.gif'),
(13633, '/home/www/iamctv.com/wp-includes/images/smilies/icon_exclaim.gif', 'wp-includes/images/smilies/icon_exclaim.gif'),
(13634, '/home/www/iamctv.com/wp-includes/images/smilies/icon_idea.gif', 'wp-includes/images/smilies/icon_idea.gif'),
(13635, '/home/www/iamctv.com/wp-includes/images/smilies/icon_lol.gif', 'wp-includes/images/smilies/icon_lol.gif'),
(13636, '/home/www/iamctv.com/wp-includes/images/smilies/icon_mad.gif', 'wp-includes/images/smilies/icon_mad.gif'),
(13637, '/home/www/iamctv.com/wp-includes/images/smilies/icon_mrgreen.gif', 'wp-includes/images/smilies/icon_mrgreen.gif'),
(13638, '/home/www/iamctv.com/wp-includes/images/smilies/icon_neutral.gif', 'wp-includes/images/smilies/icon_neutral.gif'),
(13639, '/home/www/iamctv.com/wp-includes/images/smilies/icon_question.gif', 'wp-includes/images/smilies/icon_question.gif'),
(13640, '/home/www/iamctv.com/wp-includes/images/smilies/icon_razz.gif', 'wp-includes/images/smilies/icon_razz.gif'),
(13641, '/home/www/iamctv.com/wp-includes/images/smilies/icon_redface.gif', 'wp-includes/images/smilies/icon_redface.gif'),
(13642, '/home/www/iamctv.com/wp-includes/images/smilies/icon_rolleyes.gif', 'wp-includes/images/smilies/icon_rolleyes.gif'),
(13643, '/home/www/iamctv.com/wp-includes/images/smilies/icon_sad.gif', 'wp-includes/images/smilies/icon_sad.gif'),
(13644, '/home/www/iamctv.com/wp-includes/images/smilies/icon_smile.gif', 'wp-includes/images/smilies/icon_smile.gif'),
(13645, '/home/www/iamctv.com/wp-includes/images/smilies/icon_surprised.gif', 'wp-includes/images/smilies/icon_surprised.gif'),
(13646, '/home/www/iamctv.com/wp-includes/images/smilies/icon_twisted.gif', 'wp-includes/images/smilies/icon_twisted.gif'),
(13647, '/home/www/iamctv.com/wp-includes/images/smilies/icon_wink.gif', 'wp-includes/images/smilies/icon_wink.gif'),
(13648, '/home/www/iamctv.com/wp-includes/images/smilies/mrgreen.png', 'wp-includes/images/smilies/mrgreen.png'),
(13649, '/home/www/iamctv.com/wp-includes/images/smilies/rolleyes.png', 'wp-includes/images/smilies/rolleyes.png'),
(13650, '/home/www/iamctv.com/wp-includes/images/smilies/simple-smile.png', 'wp-includes/images/smilies/simple-smile.png'),
(13651, '/home/www/iamctv.com/wp-includes/images/spinner-2x.gif', 'wp-includes/images/spinner-2x.gif'),
(13652, '/home/www/iamctv.com/wp-includes/images/spinner.gif', 'wp-includes/images/spinner.gif'),
(13653, '/home/www/iamctv.com/wp-includes/images/toggle-arrow-2x.png', 'wp-includes/images/toggle-arrow-2x.png'),
(13654, '/home/www/iamctv.com/wp-includes/images/toggle-arrow.png', 'wp-includes/images/toggle-arrow.png'),
(13655, '/home/www/iamctv.com/wp-includes/images/uploader-icons-2x.png', 'wp-includes/images/uploader-icons-2x.png'),
(13656, '/home/www/iamctv.com/wp-includes/images/uploader-icons.png', 'wp-includes/images/uploader-icons.png'),
(13657, '/home/www/iamctv.com/wp-includes/images/w-logo-blue-white-bg.png', 'wp-includes/images/w-logo-blue-white-bg.png'),
(13658, '/home/www/iamctv.com/wp-includes/images/w-logo-blue.png', 'wp-includes/images/w-logo-blue.png'),
(13659, '/home/www/iamctv.com/wp-includes/images/wlw/wp-comments.png', 'wp-includes/images/wlw/wp-comments.png'),
(13660, '/home/www/iamctv.com/wp-includes/images/wlw/wp-icon.png', 'wp-includes/images/wlw/wp-icon.png'),
(13661, '/home/www/iamctv.com/wp-includes/images/wlw/wp-watermark.png', 'wp-includes/images/wlw/wp-watermark.png'),
(13662, '/home/www/iamctv.com/wp-includes/images/wpicons-2x.png', 'wp-includes/images/wpicons-2x.png'),
(13663, '/home/www/iamctv.com/wp-includes/images/wpicons.png', 'wp-includes/images/wpicons.png'),
(13664, '/home/www/iamctv.com/wp-includes/images/wpspin-2x.gif', 'wp-includes/images/wpspin-2x.gif'),
(13665, '/home/www/iamctv.com/wp-includes/images/wpspin.gif', 'wp-includes/images/wpspin.gif'),
(13666, '/home/www/iamctv.com/wp-includes/images/xit-2x.gif', 'wp-includes/images/xit-2x.gif'),
(13667, '/home/www/iamctv.com/wp-includes/images/xit.gif', 'wp-includes/images/xit.gif'),
(13668, '/home/www/iamctv.com/wp-includes/js/admin-bar.js', 'wp-includes/js/admin-bar.js'),
(13669, '/home/www/iamctv.com/wp-includes/js/admin-bar.min.js', 'wp-includes/js/admin-bar.min.js'),
(13670, '/home/www/iamctv.com/wp-includes/js/api-request.js', 'wp-includes/js/api-request.js'),
(13671, '/home/www/iamctv.com/wp-includes/js/api-request.min.js', 'wp-includes/js/api-request.min.js'),
(13672, '/home/www/iamctv.com/wp-includes/js/autosave.js', 'wp-includes/js/autosave.js'),
(13673, '/home/www/iamctv.com/wp-includes/js/autosave.min.js', 'wp-includes/js/autosave.min.js'),
(13674, '/home/www/iamctv.com/wp-includes/js/backbone.js', 'wp-includes/js/backbone.js'),
(13675, '/home/www/iamctv.com/wp-includes/js/backbone.min.js', 'wp-includes/js/backbone.min.js'),
(13676, '/home/www/iamctv.com/wp-includes/js/clipboard.js', 'wp-includes/js/clipboard.js'),
(13677, '/home/www/iamctv.com/wp-includes/js/clipboard.min.js', 'wp-includes/js/clipboard.min.js'),
(13678, '/home/www/iamctv.com/wp-includes/js/codemirror/codemirror.min.css', 'wp-includes/js/codemirror/codemirror.min.css'),
(13679, '/home/www/iamctv.com/wp-includes/js/codemirror/codemirror.min.js', 'wp-includes/js/codemirror/codemirror.min.js'),
(13680, '/home/www/iamctv.com/wp-includes/js/codemirror/csslint.js', 'wp-includes/js/codemirror/csslint.js'),
(13681, '/home/www/iamctv.com/wp-includes/js/codemirror/esprima.js', 'wp-includes/js/codemirror/esprima.js'),
(13682, '/home/www/iamctv.com/wp-includes/js/codemirror/fakejshint.js', 'wp-includes/js/codemirror/fakejshint.js'),
(13683, '/home/www/iamctv.com/wp-includes/js/codemirror/htmlhint-kses.js', 'wp-includes/js/codemirror/htmlhint-kses.js'),
(13684, '/home/www/iamctv.com/wp-includes/js/codemirror/htmlhint.js', 'wp-includes/js/codemirror/htmlhint.js'),
(13685, '/home/www/iamctv.com/wp-includes/js/codemirror/jsonlint.js', 'wp-includes/js/codemirror/jsonlint.js'),
(13686, '/home/www/iamctv.com/wp-includes/js/colorpicker.js', 'wp-includes/js/colorpicker.js'),
(13687, '/home/www/iamctv.com/wp-includes/js/colorpicker.min.js', 'wp-includes/js/colorpicker.min.js'),
(13688, '/home/www/iamctv.com/wp-includes/js/comment-reply.js', 'wp-includes/js/comment-reply.js'),
(13689, '/home/www/iamctv.com/wp-includes/js/comment-reply.min.js', 'wp-includes/js/comment-reply.min.js'),
(13690, '/home/www/iamctv.com/wp-includes/js/crop/cropper.css', 'wp-includes/js/crop/cropper.css'),
(13691, '/home/www/iamctv.com/wp-includes/js/crop/cropper.js', 'wp-includes/js/crop/cropper.js'),
(13692, '/home/www/iamctv.com/wp-includes/js/crop/marqueeHoriz.gif', 'wp-includes/js/crop/marqueeHoriz.gif'),
(13693, '/home/www/iamctv.com/wp-includes/js/crop/marqueeVert.gif', 'wp-includes/js/crop/marqueeVert.gif'),
(13694, '/home/www/iamctv.com/wp-includes/js/customize-base.js', 'wp-includes/js/customize-base.js'),
(13695, '/home/www/iamctv.com/wp-includes/js/customize-base.min.js', 'wp-includes/js/customize-base.min.js'),
(13696, '/home/www/iamctv.com/wp-includes/js/customize-loader.js', 'wp-includes/js/customize-loader.js'),
(13697, '/home/www/iamctv.com/wp-includes/js/customize-loader.min.js', 'wp-includes/js/customize-loader.min.js'),
(13698, '/home/www/iamctv.com/wp-includes/js/customize-models.js', 'wp-includes/js/customize-models.js'),
(13699, '/home/www/iamctv.com/wp-includes/js/customize-models.min.js', 'wp-includes/js/customize-models.min.js'),
(13700, '/home/www/iamctv.com/wp-includes/js/customize-preview-nav-menus.js', 'wp-includes/js/customize-preview-nav-menus.js'),
(13701, '/home/www/iamctv.com/wp-includes/js/customize-preview-nav-menus.min.js', 'wp-includes/js/customize-preview-nav-menus.min.js'),
(13702, '/home/www/iamctv.com/wp-includes/js/customize-preview-widgets.js', 'wp-includes/js/customize-preview-widgets.js'),
(13703, '/home/www/iamctv.com/wp-includes/js/customize-preview-widgets.min.js', 'wp-includes/js/customize-preview-widgets.min.js'),
(13704, '/home/www/iamctv.com/wp-includes/js/customize-preview.js', 'wp-includes/js/customize-preview.js'),
(13705, '/home/www/iamctv.com/wp-includes/js/customize-preview.min.js', 'wp-includes/js/customize-preview.min.js'),
(13706, '/home/www/iamctv.com/wp-includes/js/customize-selective-refresh.js', 'wp-includes/js/customize-selective-refresh.js'),
(13707, '/home/www/iamctv.com/wp-includes/js/customize-selective-refresh.min.js', 'wp-includes/js/customize-selective-refresh.min.js'),
(13708, '/home/www/iamctv.com/wp-includes/js/customize-views.js', 'wp-includes/js/customize-views.js'),
(13709, '/home/www/iamctv.com/wp-includes/js/customize-views.min.js', 'wp-includes/js/customize-views.min.js'),
(13710, '/home/www/iamctv.com/wp-includes/js/dist/a11y.js', 'wp-includes/js/dist/a11y.js'),
(13711, '/home/www/iamctv.com/wp-includes/js/dist/a11y.min.js', 'wp-includes/js/dist/a11y.min.js'),
(13712, '/home/www/iamctv.com/wp-includes/js/dist/annotations.js', 'wp-includes/js/dist/annotations.js'),
(13713, '/home/www/iamctv.com/wp-includes/js/dist/annotations.min.js', 'wp-includes/js/dist/annotations.min.js'),
(13714, '/home/www/iamctv.com/wp-includes/js/dist/api-fetch.js', 'wp-includes/js/dist/api-fetch.js'),
(13715, '/home/www/iamctv.com/wp-includes/js/dist/api-fetch.min.js', 'wp-includes/js/dist/api-fetch.min.js'),
(13716, '/home/www/iamctv.com/wp-includes/js/dist/autop.js', 'wp-includes/js/dist/autop.js'),
(13717, '/home/www/iamctv.com/wp-includes/js/dist/autop.min.js', 'wp-includes/js/dist/autop.min.js'),
(13718, '/home/www/iamctv.com/wp-includes/js/dist/blob.js', 'wp-includes/js/dist/blob.js'),
(13719, '/home/www/iamctv.com/wp-includes/js/dist/blob.min.js', 'wp-includes/js/dist/blob.min.js'),
(13720, '/home/www/iamctv.com/wp-includes/js/dist/block-directory.js', 'wp-includes/js/dist/block-directory.js'),
(13721, '/home/www/iamctv.com/wp-includes/js/dist/block-directory.min.js', 'wp-includes/js/dist/block-directory.min.js'),
(13722, '/home/www/iamctv.com/wp-includes/js/dist/block-editor.js', 'wp-includes/js/dist/block-editor.js'),
(13723, '/home/www/iamctv.com/wp-includes/js/dist/block-editor.min.js', 'wp-includes/js/dist/block-editor.min.js'),
(13724, '/home/www/iamctv.com/wp-includes/js/dist/block-library.js', 'wp-includes/js/dist/block-library.js'),
(13725, '/home/www/iamctv.com/wp-includes/js/dist/block-library.min.js', 'wp-includes/js/dist/block-library.min.js'),
(13726, '/home/www/iamctv.com/wp-includes/js/dist/block-serialization-default-parser.js', 'wp-includes/js/dist/block-serialization-default-parser.js'),
(13727, '/home/www/iamctv.com/wp-includes/js/dist/block-serialization-default-parser.min.js', 'wp-includes/js/dist/block-serialization-default-parser.min.js'),
(13728, '/home/www/iamctv.com/wp-includes/js/dist/blocks.js', 'wp-includes/js/dist/blocks.js'),
(13729, '/home/www/iamctv.com/wp-includes/js/dist/blocks.min.js', 'wp-includes/js/dist/blocks.min.js'),
(13730, '/home/www/iamctv.com/wp-includes/js/dist/components.js', 'wp-includes/js/dist/components.js');
INSERT INTO `iamc_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(13731, '/home/www/iamctv.com/wp-includes/js/dist/components.min.js', 'wp-includes/js/dist/components.min.js'),
(13732, '/home/www/iamctv.com/wp-includes/js/dist/compose.js', 'wp-includes/js/dist/compose.js'),
(13733, '/home/www/iamctv.com/wp-includes/js/dist/compose.min.js', 'wp-includes/js/dist/compose.min.js'),
(13734, '/home/www/iamctv.com/wp-includes/js/dist/core-data.js', 'wp-includes/js/dist/core-data.js'),
(13735, '/home/www/iamctv.com/wp-includes/js/dist/core-data.min.js', 'wp-includes/js/dist/core-data.min.js'),
(13736, '/home/www/iamctv.com/wp-includes/js/dist/customize-widgets.js', 'wp-includes/js/dist/customize-widgets.js'),
(13737, '/home/www/iamctv.com/wp-includes/js/dist/customize-widgets.min.js', 'wp-includes/js/dist/customize-widgets.min.js'),
(13738, '/home/www/iamctv.com/wp-includes/js/dist/data-controls.js', 'wp-includes/js/dist/data-controls.js'),
(13739, '/home/www/iamctv.com/wp-includes/js/dist/data-controls.min.js', 'wp-includes/js/dist/data-controls.min.js'),
(13740, '/home/www/iamctv.com/wp-includes/js/dist/data.js', 'wp-includes/js/dist/data.js'),
(13741, '/home/www/iamctv.com/wp-includes/js/dist/data.min.js', 'wp-includes/js/dist/data.min.js'),
(13742, '/home/www/iamctv.com/wp-includes/js/dist/date.js', 'wp-includes/js/dist/date.js'),
(13743, '/home/www/iamctv.com/wp-includes/js/dist/date.min.js', 'wp-includes/js/dist/date.min.js'),
(13744, '/home/www/iamctv.com/wp-includes/js/dist/deprecated.js', 'wp-includes/js/dist/deprecated.js'),
(13745, '/home/www/iamctv.com/wp-includes/js/dist/deprecated.min.js', 'wp-includes/js/dist/deprecated.min.js'),
(13746, '/home/www/iamctv.com/wp-includes/js/dist/development/react-refresh-entry.js', 'wp-includes/js/dist/development/react-refresh-entry.js'),
(13747, '/home/www/iamctv.com/wp-includes/js/dist/development/react-refresh-entry.min.js', 'wp-includes/js/dist/development/react-refresh-entry.min.js'),
(13748, '/home/www/iamctv.com/wp-includes/js/dist/development/react-refresh-runtime.js', 'wp-includes/js/dist/development/react-refresh-runtime.js'),
(13749, '/home/www/iamctv.com/wp-includes/js/dist/development/react-refresh-runtime.min.js', 'wp-includes/js/dist/development/react-refresh-runtime.min.js'),
(13750, '/home/www/iamctv.com/wp-includes/js/dist/dom-ready.js', 'wp-includes/js/dist/dom-ready.js'),
(13751, '/home/www/iamctv.com/wp-includes/js/dist/dom-ready.min.js', 'wp-includes/js/dist/dom-ready.min.js'),
(13752, '/home/www/iamctv.com/wp-includes/js/dist/dom.js', 'wp-includes/js/dist/dom.js'),
(13753, '/home/www/iamctv.com/wp-includes/js/dist/dom.min.js', 'wp-includes/js/dist/dom.min.js'),
(13754, '/home/www/iamctv.com/wp-includes/js/dist/edit-post.js', 'wp-includes/js/dist/edit-post.js'),
(13755, '/home/www/iamctv.com/wp-includes/js/dist/edit-post.min.js', 'wp-includes/js/dist/edit-post.min.js'),
(13756, '/home/www/iamctv.com/wp-includes/js/dist/edit-site.js', 'wp-includes/js/dist/edit-site.js'),
(13757, '/home/www/iamctv.com/wp-includes/js/dist/edit-site.min.js', 'wp-includes/js/dist/edit-site.min.js'),
(13758, '/home/www/iamctv.com/wp-includes/js/dist/edit-widgets.js', 'wp-includes/js/dist/edit-widgets.js'),
(13759, '/home/www/iamctv.com/wp-includes/js/dist/edit-widgets.min.js', 'wp-includes/js/dist/edit-widgets.min.js'),
(13760, '/home/www/iamctv.com/wp-includes/js/dist/editor.js', 'wp-includes/js/dist/editor.js'),
(13761, '/home/www/iamctv.com/wp-includes/js/dist/editor.min.js', 'wp-includes/js/dist/editor.min.js'),
(13762, '/home/www/iamctv.com/wp-includes/js/dist/element.js', 'wp-includes/js/dist/element.js'),
(13763, '/home/www/iamctv.com/wp-includes/js/dist/element.min.js', 'wp-includes/js/dist/element.min.js'),
(13764, '/home/www/iamctv.com/wp-includes/js/dist/escape-html.js', 'wp-includes/js/dist/escape-html.js'),
(13765, '/home/www/iamctv.com/wp-includes/js/dist/escape-html.min.js', 'wp-includes/js/dist/escape-html.min.js'),
(13766, '/home/www/iamctv.com/wp-includes/js/dist/format-library.js', 'wp-includes/js/dist/format-library.js'),
(13767, '/home/www/iamctv.com/wp-includes/js/dist/format-library.min.js', 'wp-includes/js/dist/format-library.min.js'),
(13768, '/home/www/iamctv.com/wp-includes/js/dist/hooks.js', 'wp-includes/js/dist/hooks.js'),
(13769, '/home/www/iamctv.com/wp-includes/js/dist/hooks.min.js', 'wp-includes/js/dist/hooks.min.js'),
(13770, '/home/www/iamctv.com/wp-includes/js/dist/html-entities.js', 'wp-includes/js/dist/html-entities.js'),
(13771, '/home/www/iamctv.com/wp-includes/js/dist/html-entities.min.js', 'wp-includes/js/dist/html-entities.min.js'),
(13772, '/home/www/iamctv.com/wp-includes/js/dist/i18n.js', 'wp-includes/js/dist/i18n.js'),
(13773, '/home/www/iamctv.com/wp-includes/js/dist/i18n.min.js', 'wp-includes/js/dist/i18n.min.js'),
(13774, '/home/www/iamctv.com/wp-includes/js/dist/is-shallow-equal.js', 'wp-includes/js/dist/is-shallow-equal.js'),
(13775, '/home/www/iamctv.com/wp-includes/js/dist/is-shallow-equal.min.js', 'wp-includes/js/dist/is-shallow-equal.min.js'),
(13776, '/home/www/iamctv.com/wp-includes/js/dist/keyboard-shortcuts.js', 'wp-includes/js/dist/keyboard-shortcuts.js'),
(13777, '/home/www/iamctv.com/wp-includes/js/dist/keyboard-shortcuts.min.js', 'wp-includes/js/dist/keyboard-shortcuts.min.js'),
(13778, '/home/www/iamctv.com/wp-includes/js/dist/keycodes.js', 'wp-includes/js/dist/keycodes.js'),
(13779, '/home/www/iamctv.com/wp-includes/js/dist/keycodes.min.js', 'wp-includes/js/dist/keycodes.min.js'),
(13780, '/home/www/iamctv.com/wp-includes/js/dist/list-reusable-blocks.js', 'wp-includes/js/dist/list-reusable-blocks.js'),
(13781, '/home/www/iamctv.com/wp-includes/js/dist/list-reusable-blocks.min.js', 'wp-includes/js/dist/list-reusable-blocks.min.js'),
(13782, '/home/www/iamctv.com/wp-includes/js/dist/media-utils.js', 'wp-includes/js/dist/media-utils.js'),
(13783, '/home/www/iamctv.com/wp-includes/js/dist/media-utils.min.js', 'wp-includes/js/dist/media-utils.min.js'),
(13784, '/home/www/iamctv.com/wp-includes/js/dist/notices.js', 'wp-includes/js/dist/notices.js'),
(13785, '/home/www/iamctv.com/wp-includes/js/dist/notices.min.js', 'wp-includes/js/dist/notices.min.js'),
(13786, '/home/www/iamctv.com/wp-includes/js/dist/nux.js', 'wp-includes/js/dist/nux.js'),
(13787, '/home/www/iamctv.com/wp-includes/js/dist/nux.min.js', 'wp-includes/js/dist/nux.min.js'),
(13788, '/home/www/iamctv.com/wp-includes/js/dist/plugins.js', 'wp-includes/js/dist/plugins.js'),
(13789, '/home/www/iamctv.com/wp-includes/js/dist/plugins.min.js', 'wp-includes/js/dist/plugins.min.js'),
(13790, '/home/www/iamctv.com/wp-includes/js/dist/preferences.js', 'wp-includes/js/dist/preferences.js'),
(13791, '/home/www/iamctv.com/wp-includes/js/dist/preferences.min.js', 'wp-includes/js/dist/preferences.min.js'),
(13792, '/home/www/iamctv.com/wp-includes/js/dist/primitives.js', 'wp-includes/js/dist/primitives.js'),
(13793, '/home/www/iamctv.com/wp-includes/js/dist/primitives.min.js', 'wp-includes/js/dist/primitives.min.js'),
(13794, '/home/www/iamctv.com/wp-includes/js/dist/priority-queue.js', 'wp-includes/js/dist/priority-queue.js'),
(13795, '/home/www/iamctv.com/wp-includes/js/dist/priority-queue.min.js', 'wp-includes/js/dist/priority-queue.min.js'),
(13796, '/home/www/iamctv.com/wp-includes/js/dist/redux-routine.js', 'wp-includes/js/dist/redux-routine.js'),
(13797, '/home/www/iamctv.com/wp-includes/js/dist/redux-routine.min.js', 'wp-includes/js/dist/redux-routine.min.js'),
(13798, '/home/www/iamctv.com/wp-includes/js/dist/reusable-blocks.js', 'wp-includes/js/dist/reusable-blocks.js'),
(13799, '/home/www/iamctv.com/wp-includes/js/dist/reusable-blocks.min.js', 'wp-includes/js/dist/reusable-blocks.min.js'),
(13800, '/home/www/iamctv.com/wp-includes/js/dist/rich-text.js', 'wp-includes/js/dist/rich-text.js'),
(13801, '/home/www/iamctv.com/wp-includes/js/dist/rich-text.min.js', 'wp-includes/js/dist/rich-text.min.js'),
(13802, '/home/www/iamctv.com/wp-includes/js/dist/server-side-render.js', 'wp-includes/js/dist/server-side-render.js'),
(13803, '/home/www/iamctv.com/wp-includes/js/dist/server-side-render.min.js', 'wp-includes/js/dist/server-side-render.min.js'),
(13804, '/home/www/iamctv.com/wp-includes/js/dist/shortcode.js', 'wp-includes/js/dist/shortcode.js'),
(13805, '/home/www/iamctv.com/wp-includes/js/dist/shortcode.min.js', 'wp-includes/js/dist/shortcode.min.js'),
(13806, '/home/www/iamctv.com/wp-includes/js/dist/token-list.js', 'wp-includes/js/dist/token-list.js'),
(13807, '/home/www/iamctv.com/wp-includes/js/dist/token-list.min.js', 'wp-includes/js/dist/token-list.min.js'),
(13808, '/home/www/iamctv.com/wp-includes/js/dist/url.js', 'wp-includes/js/dist/url.js'),
(13809, '/home/www/iamctv.com/wp-includes/js/dist/url.min.js', 'wp-includes/js/dist/url.min.js'),
(13810, '/home/www/iamctv.com/wp-includes/js/dist/vendor/lodash.js', 'wp-includes/js/dist/vendor/lodash.js'),
(13811, '/home/www/iamctv.com/wp-includes/js/dist/vendor/lodash.min.js', 'wp-includes/js/dist/vendor/lodash.min.js'),
(13812, '/home/www/iamctv.com/wp-includes/js/dist/vendor/moment.js', 'wp-includes/js/dist/vendor/moment.js'),
(13813, '/home/www/iamctv.com/wp-includes/js/dist/vendor/moment.min.js', 'wp-includes/js/dist/vendor/moment.min.js'),
(13814, '/home/www/iamctv.com/wp-includes/js/dist/vendor/react-dom.js', 'wp-includes/js/dist/vendor/react-dom.js'),
(13815, '/home/www/iamctv.com/wp-includes/js/dist/vendor/react-dom.min.js', 'wp-includes/js/dist/vendor/react-dom.min.js'),
(13816, '/home/www/iamctv.com/wp-includes/js/dist/vendor/react.js', 'wp-includes/js/dist/vendor/react.js'),
(13817, '/home/www/iamctv.com/wp-includes/js/dist/vendor/react.min.js', 'wp-includes/js/dist/vendor/react.min.js'),
(13818, '/home/www/iamctv.com/wp-includes/js/dist/vendor/regenerator-runtime.js', 'wp-includes/js/dist/vendor/regenerator-runtime.js'),
(13819, '/home/www/iamctv.com/wp-includes/js/dist/vendor/regenerator-runtime.min.js', 'wp-includes/js/dist/vendor/regenerator-runtime.min.js'),
(13820, '/home/www/iamctv.com/wp-includes/js/dist/vendor/wp-polyfill-dom-rect.js', 'wp-includes/js/dist/vendor/wp-polyfill-dom-rect.js'),
(13821, '/home/www/iamctv.com/wp-includes/js/dist/vendor/wp-polyfill-dom-rect.min.js', 'wp-includes/js/dist/vendor/wp-polyfill-dom-rect.min.js'),
(13822, '/home/www/iamctv.com/wp-includes/js/dist/vendor/wp-polyfill-element-closest.js', 'wp-includes/js/dist/vendor/wp-polyfill-element-closest.js'),
(13823, '/home/www/iamctv.com/wp-includes/js/dist/vendor/wp-polyfill-element-closest.min.js', 'wp-includes/js/dist/vendor/wp-polyfill-element-closest.min.js'),
(13824, '/home/www/iamctv.com/wp-includes/js/dist/vendor/wp-polyfill-fetch.js', 'wp-includes/js/dist/vendor/wp-polyfill-fetch.js'),
(13825, '/home/www/iamctv.com/wp-includes/js/dist/vendor/wp-polyfill-fetch.min.js', 'wp-includes/js/dist/vendor/wp-polyfill-fetch.min.js'),
(13826, '/home/www/iamctv.com/wp-includes/js/dist/vendor/wp-polyfill-formdata.js', 'wp-includes/js/dist/vendor/wp-polyfill-formdata.js'),
(13827, '/home/www/iamctv.com/wp-includes/js/dist/vendor/wp-polyfill-formdata.min.js', 'wp-includes/js/dist/vendor/wp-polyfill-formdata.min.js'),
(13828, '/home/www/iamctv.com/wp-includes/js/dist/vendor/wp-polyfill-node-contains.js', 'wp-includes/js/dist/vendor/wp-polyfill-node-contains.js'),
(13829, '/home/www/iamctv.com/wp-includes/js/dist/vendor/wp-polyfill-node-contains.min.js', 'wp-includes/js/dist/vendor/wp-polyfill-node-contains.min.js'),
(13830, '/home/www/iamctv.com/wp-includes/js/dist/vendor/wp-polyfill-object-fit.js', 'wp-includes/js/dist/vendor/wp-polyfill-object-fit.js'),
(13831, '/home/www/iamctv.com/wp-includes/js/dist/vendor/wp-polyfill-object-fit.min.js', 'wp-includes/js/dist/vendor/wp-polyfill-object-fit.min.js'),
(13832, '/home/www/iamctv.com/wp-includes/js/dist/vendor/wp-polyfill-url.js', 'wp-includes/js/dist/vendor/wp-polyfill-url.js'),
(13833, '/home/www/iamctv.com/wp-includes/js/dist/vendor/wp-polyfill-url.min.js', 'wp-includes/js/dist/vendor/wp-polyfill-url.min.js'),
(13834, '/home/www/iamctv.com/wp-includes/js/dist/vendor/wp-polyfill.js', 'wp-includes/js/dist/vendor/wp-polyfill.js'),
(13835, '/home/www/iamctv.com/wp-includes/js/dist/vendor/wp-polyfill.min.js', 'wp-includes/js/dist/vendor/wp-polyfill.min.js'),
(13836, '/home/www/iamctv.com/wp-includes/js/dist/viewport.js', 'wp-includes/js/dist/viewport.js'),
(13837, '/home/www/iamctv.com/wp-includes/js/dist/viewport.min.js', 'wp-includes/js/dist/viewport.min.js'),
(13838, '/home/www/iamctv.com/wp-includes/js/dist/warning.js', 'wp-includes/js/dist/warning.js'),
(13839, '/home/www/iamctv.com/wp-includes/js/dist/warning.min.js', 'wp-includes/js/dist/warning.min.js'),
(13840, '/home/www/iamctv.com/wp-includes/js/dist/widgets.js', 'wp-includes/js/dist/widgets.js'),
(13841, '/home/www/iamctv.com/wp-includes/js/dist/widgets.min.js', 'wp-includes/js/dist/widgets.min.js'),
(13842, '/home/www/iamctv.com/wp-includes/js/dist/wordcount.js', 'wp-includes/js/dist/wordcount.js'),
(13843, '/home/www/iamctv.com/wp-includes/js/dist/wordcount.min.js', 'wp-includes/js/dist/wordcount.min.js'),
(13844, '/home/www/iamctv.com/wp-includes/js/heartbeat.js', 'wp-includes/js/heartbeat.js'),
(13845, '/home/www/iamctv.com/wp-includes/js/heartbeat.min.js', 'wp-includes/js/heartbeat.min.js'),
(13846, '/home/www/iamctv.com/wp-includes/js/hoverIntent.js', 'wp-includes/js/hoverIntent.js'),
(13847, '/home/www/iamctv.com/wp-includes/js/hoverIntent.min.js', 'wp-includes/js/hoverIntent.min.js'),
(13848, '/home/www/iamctv.com/wp-includes/js/hoverintent-js.min.js', 'wp-includes/js/hoverintent-js.min.js'),
(13849, '/home/www/iamctv.com/wp-includes/js/imagesloaded.min.js', 'wp-includes/js/imagesloaded.min.js'),
(13850, '/home/www/iamctv.com/wp-includes/js/imgareaselect/border-anim-h.gif', 'wp-includes/js/imgareaselect/border-anim-h.gif'),
(13851, '/home/www/iamctv.com/wp-includes/js/imgareaselect/border-anim-v.gif', 'wp-includes/js/imgareaselect/border-anim-v.gif'),
(13852, '/home/www/iamctv.com/wp-includes/js/imgareaselect/imgareaselect.css', 'wp-includes/js/imgareaselect/imgareaselect.css'),
(13853, '/home/www/iamctv.com/wp-includes/js/imgareaselect/jquery.imgareaselect.js', 'wp-includes/js/imgareaselect/jquery.imgareaselect.js'),
(13854, '/home/www/iamctv.com/wp-includes/js/imgareaselect/jquery.imgareaselect.min.js', 'wp-includes/js/imgareaselect/jquery.imgareaselect.min.js'),
(13855, '/home/www/iamctv.com/wp-includes/js/jcrop/Jcrop.gif', 'wp-includes/js/jcrop/Jcrop.gif'),
(13856, '/home/www/iamctv.com/wp-includes/js/jcrop/jquery.Jcrop.min.css', 'wp-includes/js/jcrop/jquery.Jcrop.min.css'),
(13857, '/home/www/iamctv.com/wp-includes/js/jcrop/jquery.Jcrop.min.js', 'wp-includes/js/jcrop/jquery.Jcrop.min.js'),
(13858, '/home/www/iamctv.com/wp-includes/js/jquery/jquery-migrate.js', 'wp-includes/js/jquery/jquery-migrate.js'),
(13859, '/home/www/iamctv.com/wp-includes/js/jquery/jquery-migrate.min.js', 'wp-includes/js/jquery/jquery-migrate.min.js'),
(13860, '/home/www/iamctv.com/wp-includes/js/jquery/jquery.color.min.js', 'wp-includes/js/jquery/jquery.color.min.js'),
(13861, '/home/www/iamctv.com/wp-includes/js/jquery/jquery.form.js', 'wp-includes/js/jquery/jquery.form.js'),
(13862, '/home/www/iamctv.com/wp-includes/js/jquery/jquery.form.min.js', 'wp-includes/js/jquery/jquery.form.min.js'),
(13863, '/home/www/iamctv.com/wp-includes/js/jquery/jquery.hotkeys.js', 'wp-includes/js/jquery/jquery.hotkeys.js'),
(13864, '/home/www/iamctv.com/wp-includes/js/jquery/jquery.hotkeys.min.js', 'wp-includes/js/jquery/jquery.hotkeys.min.js'),
(13865, '/home/www/iamctv.com/wp-includes/js/jquery/jquery.js', 'wp-includes/js/jquery/jquery.js'),
(13866, '/home/www/iamctv.com/wp-includes/js/jquery/jquery.masonry.min.js', 'wp-includes/js/jquery/jquery.masonry.min.js'),
(13867, '/home/www/iamctv.com/wp-includes/js/jquery/jquery.min.js', 'wp-includes/js/jquery/jquery.min.js'),
(13868, '/home/www/iamctv.com/wp-includes/js/jquery/jquery.query.js', 'wp-includes/js/jquery/jquery.query.js'),
(13869, '/home/www/iamctv.com/wp-includes/js/jquery/jquery.schedule.js', 'wp-includes/js/jquery/jquery.schedule.js'),
(13870, '/home/www/iamctv.com/wp-includes/js/jquery/jquery.serialize-object.js', 'wp-includes/js/jquery/jquery.serialize-object.js'),
(13871, '/home/www/iamctv.com/wp-includes/js/jquery/jquery.table-hotkeys.js', 'wp-includes/js/jquery/jquery.table-hotkeys.js'),
(13872, '/home/www/iamctv.com/wp-includes/js/jquery/jquery.table-hotkeys.min.js', 'wp-includes/js/jquery/jquery.table-hotkeys.min.js'),
(13873, '/home/www/iamctv.com/wp-includes/js/jquery/jquery.ui.touch-punch.js', 'wp-includes/js/jquery/jquery.ui.touch-punch.js'),
(13874, '/home/www/iamctv.com/wp-includes/js/jquery/suggest.js', 'wp-includes/js/jquery/suggest.js'),
(13875, '/home/www/iamctv.com/wp-includes/js/jquery/suggest.min.js', 'wp-includes/js/jquery/suggest.min.js'),
(13876, '/home/www/iamctv.com/wp-includes/js/jquery/ui/accordion.js', 'wp-includes/js/jquery/ui/accordion.js'),
(13877, '/home/www/iamctv.com/wp-includes/js/jquery/ui/accordion.min.js', 'wp-includes/js/jquery/ui/accordion.min.js'),
(13878, '/home/www/iamctv.com/wp-includes/js/jquery/ui/autocomplete.js', 'wp-includes/js/jquery/ui/autocomplete.js'),
(13879, '/home/www/iamctv.com/wp-includes/js/jquery/ui/autocomplete.min.js', 'wp-includes/js/jquery/ui/autocomplete.min.js'),
(13880, '/home/www/iamctv.com/wp-includes/js/jquery/ui/button.js', 'wp-includes/js/jquery/ui/button.js'),
(13881, '/home/www/iamctv.com/wp-includes/js/jquery/ui/button.min.js', 'wp-includes/js/jquery/ui/button.min.js'),
(13882, '/home/www/iamctv.com/wp-includes/js/jquery/ui/checkboxradio.js', 'wp-includes/js/jquery/ui/checkboxradio.js'),
(13883, '/home/www/iamctv.com/wp-includes/js/jquery/ui/checkboxradio.min.js', 'wp-includes/js/jquery/ui/checkboxradio.min.js'),
(13884, '/home/www/iamctv.com/wp-includes/js/jquery/ui/controlgroup.js', 'wp-includes/js/jquery/ui/controlgroup.js'),
(13885, '/home/www/iamctv.com/wp-includes/js/jquery/ui/controlgroup.min.js', 'wp-includes/js/jquery/ui/controlgroup.min.js'),
(13886, '/home/www/iamctv.com/wp-includes/js/jquery/ui/core.js', 'wp-includes/js/jquery/ui/core.js'),
(13887, '/home/www/iamctv.com/wp-includes/js/jquery/ui/core.min.js', 'wp-includes/js/jquery/ui/core.min.js'),
(13888, '/home/www/iamctv.com/wp-includes/js/jquery/ui/datepicker.js', 'wp-includes/js/jquery/ui/datepicker.js'),
(13889, '/home/www/iamctv.com/wp-includes/js/jquery/ui/datepicker.min.js', 'wp-includes/js/jquery/ui/datepicker.min.js'),
(13890, '/home/www/iamctv.com/wp-includes/js/jquery/ui/dialog.js', 'wp-includes/js/jquery/ui/dialog.js'),
(13891, '/home/www/iamctv.com/wp-includes/js/jquery/ui/dialog.min.js', 'wp-includes/js/jquery/ui/dialog.min.js'),
(13892, '/home/www/iamctv.com/wp-includes/js/jquery/ui/draggable.js', 'wp-includes/js/jquery/ui/draggable.js'),
(13893, '/home/www/iamctv.com/wp-includes/js/jquery/ui/draggable.min.js', 'wp-includes/js/jquery/ui/draggable.min.js'),
(13894, '/home/www/iamctv.com/wp-includes/js/jquery/ui/droppable.js', 'wp-includes/js/jquery/ui/droppable.js'),
(13895, '/home/www/iamctv.com/wp-includes/js/jquery/ui/droppable.min.js', 'wp-includes/js/jquery/ui/droppable.min.js'),
(13896, '/home/www/iamctv.com/wp-includes/js/jquery/ui/effect-blind.js', 'wp-includes/js/jquery/ui/effect-blind.js'),
(13897, '/home/www/iamctv.com/wp-includes/js/jquery/ui/effect-blind.min.js', 'wp-includes/js/jquery/ui/effect-blind.min.js'),
(13898, '/home/www/iamctv.com/wp-includes/js/jquery/ui/effect-bounce.js', 'wp-includes/js/jquery/ui/effect-bounce.js'),
(13899, '/home/www/iamctv.com/wp-includes/js/jquery/ui/effect-bounce.min.js', 'wp-includes/js/jquery/ui/effect-bounce.min.js'),
(13900, '/home/www/iamctv.com/wp-includes/js/jquery/ui/effect-clip.js', 'wp-includes/js/jquery/ui/effect-clip.js'),
(13901, '/home/www/iamctv.com/wp-includes/js/jquery/ui/effect-clip.min.js', 'wp-includes/js/jquery/ui/effect-clip.min.js'),
(13902, '/home/www/iamctv.com/wp-includes/js/jquery/ui/effect-drop.js', 'wp-includes/js/jquery/ui/effect-drop.js'),
(13903, '/home/www/iamctv.com/wp-includes/js/jquery/ui/effect-drop.min.js', 'wp-includes/js/jquery/ui/effect-drop.min.js'),
(13904, '/home/www/iamctv.com/wp-includes/js/jquery/ui/effect-explode.js', 'wp-includes/js/jquery/ui/effect-explode.js'),
(13905, '/home/www/iamctv.com/wp-includes/js/jquery/ui/effect-explode.min.js', 'wp-includes/js/jquery/ui/effect-explode.min.js'),
(13906, '/home/www/iamctv.com/wp-includes/js/jquery/ui/effect-fade.js', 'wp-includes/js/jquery/ui/effect-fade.js'),
(13907, '/home/www/iamctv.com/wp-includes/js/jquery/ui/effect-fade.min.js', 'wp-includes/js/jquery/ui/effect-fade.min.js'),
(13908, '/home/www/iamctv.com/wp-includes/js/jquery/ui/effect-fold.js', 'wp-includes/js/jquery/ui/effect-fold.js'),
(13909, '/home/www/iamctv.com/wp-includes/js/jquery/ui/effect-fold.min.js', 'wp-includes/js/jquery/ui/effect-fold.min.js'),
(13910, '/home/www/iamctv.com/wp-includes/js/jquery/ui/effect-highlight.js', 'wp-includes/js/jquery/ui/effect-highlight.js'),
(13911, '/home/www/iamctv.com/wp-includes/js/jquery/ui/effect-highlight.min.js', 'wp-includes/js/jquery/ui/effect-highlight.min.js'),
(13912, '/home/www/iamctv.com/wp-includes/js/jquery/ui/effect-puff.js', 'wp-includes/js/jquery/ui/effect-puff.js'),
(13913, '/home/www/iamctv.com/wp-includes/js/jquery/ui/effect-puff.min.js', 'wp-includes/js/jquery/ui/effect-puff.min.js'),
(13914, '/home/www/iamctv.com/wp-includes/js/jquery/ui/effect-pulsate.js', 'wp-includes/js/jquery/ui/effect-pulsate.js'),
(13915, '/home/www/iamctv.com/wp-includes/js/jquery/ui/effect-pulsate.min.js', 'wp-includes/js/jquery/ui/effect-pulsate.min.js'),
(13916, '/home/www/iamctv.com/wp-includes/js/jquery/ui/effect-scale.js', 'wp-includes/js/jquery/ui/effect-scale.js'),
(13917, '/home/www/iamctv.com/wp-includes/js/jquery/ui/effect-scale.min.js', 'wp-includes/js/jquery/ui/effect-scale.min.js'),
(13918, '/home/www/iamctv.com/wp-includes/js/jquery/ui/effect-shake.js', 'wp-includes/js/jquery/ui/effect-shake.js'),
(13919, '/home/www/iamctv.com/wp-includes/js/jquery/ui/effect-shake.min.js', 'wp-includes/js/jquery/ui/effect-shake.min.js'),
(13920, '/home/www/iamctv.com/wp-includes/js/jquery/ui/effect-size.js', 'wp-includes/js/jquery/ui/effect-size.js'),
(13921, '/home/www/iamctv.com/wp-includes/js/jquery/ui/effect-size.min.js', 'wp-includes/js/jquery/ui/effect-size.min.js'),
(13922, '/home/www/iamctv.com/wp-includes/js/jquery/ui/effect-slide.js', 'wp-includes/js/jquery/ui/effect-slide.js'),
(13923, '/home/www/iamctv.com/wp-includes/js/jquery/ui/effect-slide.min.js', 'wp-includes/js/jquery/ui/effect-slide.min.js'),
(13924, '/home/www/iamctv.com/wp-includes/js/jquery/ui/effect-transfer.js', 'wp-includes/js/jquery/ui/effect-transfer.js'),
(13925, '/home/www/iamctv.com/wp-includes/js/jquery/ui/effect-transfer.min.js', 'wp-includes/js/jquery/ui/effect-transfer.min.js'),
(13926, '/home/www/iamctv.com/wp-includes/js/jquery/ui/effect.js', 'wp-includes/js/jquery/ui/effect.js'),
(13927, '/home/www/iamctv.com/wp-includes/js/jquery/ui/effect.min.js', 'wp-includes/js/jquery/ui/effect.min.js'),
(13928, '/home/www/iamctv.com/wp-includes/js/jquery/ui/menu.js', 'wp-includes/js/jquery/ui/menu.js'),
(13929, '/home/www/iamctv.com/wp-includes/js/jquery/ui/menu.min.js', 'wp-includes/js/jquery/ui/menu.min.js'),
(13930, '/home/www/iamctv.com/wp-includes/js/jquery/ui/mouse.js', 'wp-includes/js/jquery/ui/mouse.js'),
(13931, '/home/www/iamctv.com/wp-includes/js/jquery/ui/mouse.min.js', 'wp-includes/js/jquery/ui/mouse.min.js'),
(13932, '/home/www/iamctv.com/wp-includes/js/jquery/ui/progressbar.js', 'wp-includes/js/jquery/ui/progressbar.js'),
(13933, '/home/www/iamctv.com/wp-includes/js/jquery/ui/progressbar.min.js', 'wp-includes/js/jquery/ui/progressbar.min.js'),
(13934, '/home/www/iamctv.com/wp-includes/js/jquery/ui/resizable.js', 'wp-includes/js/jquery/ui/resizable.js'),
(13935, '/home/www/iamctv.com/wp-includes/js/jquery/ui/resizable.min.js', 'wp-includes/js/jquery/ui/resizable.min.js'),
(13936, '/home/www/iamctv.com/wp-includes/js/jquery/ui/selectable.js', 'wp-includes/js/jquery/ui/selectable.js'),
(13937, '/home/www/iamctv.com/wp-includes/js/jquery/ui/selectable.min.js', 'wp-includes/js/jquery/ui/selectable.min.js'),
(13938, '/home/www/iamctv.com/wp-includes/js/jquery/ui/selectmenu.js', 'wp-includes/js/jquery/ui/selectmenu.js'),
(13939, '/home/www/iamctv.com/wp-includes/js/jquery/ui/selectmenu.min.js', 'wp-includes/js/jquery/ui/selectmenu.min.js'),
(13940, '/home/www/iamctv.com/wp-includes/js/jquery/ui/slider.js', 'wp-includes/js/jquery/ui/slider.js'),
(13941, '/home/www/iamctv.com/wp-includes/js/jquery/ui/slider.min.js', 'wp-includes/js/jquery/ui/slider.min.js'),
(13942, '/home/www/iamctv.com/wp-includes/js/jquery/ui/sortable.js', 'wp-includes/js/jquery/ui/sortable.js'),
(13943, '/home/www/iamctv.com/wp-includes/js/jquery/ui/sortable.min.js', 'wp-includes/js/jquery/ui/sortable.min.js'),
(13944, '/home/www/iamctv.com/wp-includes/js/jquery/ui/spinner.js', 'wp-includes/js/jquery/ui/spinner.js'),
(13945, '/home/www/iamctv.com/wp-includes/js/jquery/ui/spinner.min.js', 'wp-includes/js/jquery/ui/spinner.min.js'),
(13946, '/home/www/iamctv.com/wp-includes/js/jquery/ui/tabs.js', 'wp-includes/js/jquery/ui/tabs.js'),
(13947, '/home/www/iamctv.com/wp-includes/js/jquery/ui/tabs.min.js', 'wp-includes/js/jquery/ui/tabs.min.js'),
(13948, '/home/www/iamctv.com/wp-includes/js/jquery/ui/tooltip.js', 'wp-includes/js/jquery/ui/tooltip.js'),
(13949, '/home/www/iamctv.com/wp-includes/js/jquery/ui/tooltip.min.js', 'wp-includes/js/jquery/ui/tooltip.min.js'),
(13950, '/home/www/iamctv.com/wp-includes/js/json2.js', 'wp-includes/js/json2.js'),
(13951, '/home/www/iamctv.com/wp-includes/js/json2.min.js', 'wp-includes/js/json2.min.js'),
(13952, '/home/www/iamctv.com/wp-includes/js/masonry.min.js', 'wp-includes/js/masonry.min.js'),
(13953, '/home/www/iamctv.com/wp-includes/js/mce-view.js', 'wp-includes/js/mce-view.js'),
(13954, '/home/www/iamctv.com/wp-includes/js/mce-view.min.js', 'wp-includes/js/mce-view.min.js'),
(13955, '/home/www/iamctv.com/wp-includes/js/media-audiovideo.js', 'wp-includes/js/media-audiovideo.js'),
(13956, '/home/www/iamctv.com/wp-includes/js/media-audiovideo.min.js', 'wp-includes/js/media-audiovideo.min.js'),
(13957, '/home/www/iamctv.com/wp-includes/js/media-editor.js', 'wp-includes/js/media-editor.js'),
(13958, '/home/www/iamctv.com/wp-includes/js/media-editor.min.js', 'wp-includes/js/media-editor.min.js'),
(13959, '/home/www/iamctv.com/wp-includes/js/media-grid.js', 'wp-includes/js/media-grid.js'),
(13960, '/home/www/iamctv.com/wp-includes/js/media-grid.min.js', 'wp-includes/js/media-grid.min.js'),
(13961, '/home/www/iamctv.com/wp-includes/js/media-models.js', 'wp-includes/js/media-models.js'),
(13962, '/home/www/iamctv.com/wp-includes/js/media-models.min.js', 'wp-includes/js/media-models.min.js'),
(13963, '/home/www/iamctv.com/wp-includes/js/media-views.js', 'wp-includes/js/media-views.js'),
(13964, '/home/www/iamctv.com/wp-includes/js/media-views.min.js', 'wp-includes/js/media-views.min.js'),
(13965, '/home/www/iamctv.com/wp-includes/js/mediaelement/mediaelement-and-player.js', 'wp-includes/js/mediaelement/mediaelement-and-player.js'),
(13966, '/home/www/iamctv.com/wp-includes/js/mediaelement/mediaelement-and-player.min.js', 'wp-includes/js/mediaelement/mediaelement-and-player.min.js'),
(13967, '/home/www/iamctv.com/wp-includes/js/mediaelement/mediaelement-migrate.js', 'wp-includes/js/mediaelement/mediaelement-migrate.js'),
(13968, '/home/www/iamctv.com/wp-includes/js/mediaelement/mediaelement-migrate.min.js', 'wp-includes/js/mediaelement/mediaelement-migrate.min.js'),
(13969, '/home/www/iamctv.com/wp-includes/js/mediaelement/mediaelement.js', 'wp-includes/js/mediaelement/mediaelement.js'),
(13970, '/home/www/iamctv.com/wp-includes/js/mediaelement/mediaelement.min.js', 'wp-includes/js/mediaelement/mediaelement.min.js'),
(13971, '/home/www/iamctv.com/wp-includes/js/mediaelement/mediaelementplayer-legacy.css', 'wp-includes/js/mediaelement/mediaelementplayer-legacy.css'),
(13972, '/home/www/iamctv.com/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css', 'wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css'),
(13973, '/home/www/iamctv.com/wp-includes/js/mediaelement/mediaelementplayer.css', 'wp-includes/js/mediaelement/mediaelementplayer.css'),
(13974, '/home/www/iamctv.com/wp-includes/js/mediaelement/mediaelementplayer.min.css', 'wp-includes/js/mediaelement/mediaelementplayer.min.css'),
(13975, '/home/www/iamctv.com/wp-includes/js/mediaelement/mejs-controls.png', 'wp-includes/js/mediaelement/mejs-controls.png'),
(13976, '/home/www/iamctv.com/wp-includes/js/mediaelement/mejs-controls.svg', 'wp-includes/js/mediaelement/mejs-controls.svg'),
(13977, '/home/www/iamctv.com/wp-includes/js/mediaelement/renderers/vimeo.js', 'wp-includes/js/mediaelement/renderers/vimeo.js'),
(13978, '/home/www/iamctv.com/wp-includes/js/mediaelement/renderers/vimeo.min.js', 'wp-includes/js/mediaelement/renderers/vimeo.min.js'),
(13979, '/home/www/iamctv.com/wp-includes/js/mediaelement/wp-mediaelement.css', 'wp-includes/js/mediaelement/wp-mediaelement.css'),
(13980, '/home/www/iamctv.com/wp-includes/js/mediaelement/wp-mediaelement.js', 'wp-includes/js/mediaelement/wp-mediaelement.js'),
(13981, '/home/www/iamctv.com/wp-includes/js/mediaelement/wp-mediaelement.min.css', 'wp-includes/js/mediaelement/wp-mediaelement.min.css'),
(13982, '/home/www/iamctv.com/wp-includes/js/mediaelement/wp-mediaelement.min.js', 'wp-includes/js/mediaelement/wp-mediaelement.min.js'),
(13983, '/home/www/iamctv.com/wp-includes/js/mediaelement/wp-playlist.js', 'wp-includes/js/mediaelement/wp-playlist.js'),
(13984, '/home/www/iamctv.com/wp-includes/js/mediaelement/wp-playlist.min.js', 'wp-includes/js/mediaelement/wp-playlist.min.js'),
(13985, '/home/www/iamctv.com/wp-includes/js/plupload/handlers.js', 'wp-includes/js/plupload/handlers.js'),
(13986, '/home/www/iamctv.com/wp-includes/js/plupload/handlers.min.js', 'wp-includes/js/plupload/handlers.min.js'),
(13987, '/home/www/iamctv.com/wp-includes/js/plupload/license.txt', 'wp-includes/js/plupload/license.txt'),
(13988, '/home/www/iamctv.com/wp-includes/js/plupload/moxie.js', 'wp-includes/js/plupload/moxie.js'),
(13989, '/home/www/iamctv.com/wp-includes/js/plupload/moxie.min.js', 'wp-includes/js/plupload/moxie.min.js'),
(13990, '/home/www/iamctv.com/wp-includes/js/plupload/plupload.js', 'wp-includes/js/plupload/plupload.js'),
(13991, '/home/www/iamctv.com/wp-includes/js/plupload/plupload.min.js', 'wp-includes/js/plupload/plupload.min.js'),
(13992, '/home/www/iamctv.com/wp-includes/js/plupload/wp-plupload.js', 'wp-includes/js/plupload/wp-plupload.js'),
(13993, '/home/www/iamctv.com/wp-includes/js/plupload/wp-plupload.min.js', 'wp-includes/js/plupload/wp-plupload.min.js'),
(13994, '/home/www/iamctv.com/wp-includes/js/quicktags.js', 'wp-includes/js/quicktags.js'),
(13995, '/home/www/iamctv.com/wp-includes/js/quicktags.min.js', 'wp-includes/js/quicktags.min.js'),
(13996, '/home/www/iamctv.com/wp-includes/js/shortcode.js', 'wp-includes/js/shortcode.js'),
(13997, '/home/www/iamctv.com/wp-includes/js/shortcode.min.js', 'wp-includes/js/shortcode.min.js'),
(13998, '/home/www/iamctv.com/wp-includes/js/swfobject.js', 'wp-includes/js/swfobject.js'),
(13999, '/home/www/iamctv.com/wp-includes/js/swfupload/handlers.js', 'wp-includes/js/swfupload/handlers.js'),
(14000, '/home/www/iamctv.com/wp-includes/js/swfupload/handlers.min.js', 'wp-includes/js/swfupload/handlers.min.js'),
(14001, '/home/www/iamctv.com/wp-includes/js/swfupload/license.txt', 'wp-includes/js/swfupload/license.txt'),
(14002, '/home/www/iamctv.com/wp-includes/js/swfupload/swfupload.js', 'wp-includes/js/swfupload/swfupload.js'),
(14003, '/home/www/iamctv.com/wp-includes/js/thickbox/loadingAnimation.gif', 'wp-includes/js/thickbox/loadingAnimation.gif'),
(14004, '/home/www/iamctv.com/wp-includes/js/thickbox/macFFBgHack.png', 'wp-includes/js/thickbox/macFFBgHack.png'),
(14005, '/home/www/iamctv.com/wp-includes/js/thickbox/thickbox.css', 'wp-includes/js/thickbox/thickbox.css'),
(14006, '/home/www/iamctv.com/wp-includes/js/thickbox/thickbox.js', 'wp-includes/js/thickbox/thickbox.js'),
(14007, '/home/www/iamctv.com/wp-includes/js/tinymce/langs/wp-langs-en.js', 'wp-includes/js/tinymce/langs/wp-langs-en.js'),
(14008, '/home/www/iamctv.com/wp-includes/js/tinymce/license.txt', 'wp-includes/js/tinymce/license.txt'),
(14009, '/home/www/iamctv.com/wp-includes/js/tinymce/plugins/charmap/plugin.js', 'wp-includes/js/tinymce/plugins/charmap/plugin.js'),
(14010, '/home/www/iamctv.com/wp-includes/js/tinymce/plugins/charmap/plugin.min.js', 'wp-includes/js/tinymce/plugins/charmap/plugin.min.js'),
(14011, '/home/www/iamctv.com/wp-includes/js/tinymce/plugins/colorpicker/plugin.js', 'wp-includes/js/tinymce/plugins/colorpicker/plugin.js'),
(14012, '/home/www/iamctv.com/wp-includes/js/tinymce/plugins/colorpicker/plugin.min.js', 'wp-includes/js/tinymce/plugins/colorpicker/plugin.min.js'),
(14013, '/home/www/iamctv.com/wp-includes/js/tinymce/plugins/compat3x/css/dialog.css', 'wp-includes/js/tinymce/plugins/compat3x/css/dialog.css'),
(14014, '/home/www/iamctv.com/wp-includes/js/tinymce/plugins/compat3x/plugin.js', 'wp-includes/js/tinymce/plugins/compat3x/plugin.js'),
(14015, '/home/www/iamctv.com/wp-includes/js/tinymce/plugins/compat3x/plugin.min.js', 'wp-includes/js/tinymce/plugins/compat3x/plugin.min.js'),
(14016, '/home/www/iamctv.com/wp-includes/js/tinymce/plugins/directionality/plugin.js', 'wp-includes/js/tinymce/plugins/directionality/plugin.js'),
(14017, '/home/www/iamctv.com/wp-includes/js/tinymce/plugins/directionality/plugin.min.js', 'wp-includes/js/tinymce/plugins/directionality/plugin.min.js'),
(14018, '/home/www/iamctv.com/wp-includes/js/tinymce/plugins/fullscreen/plugin.js', 'wp-includes/js/tinymce/plugins/fullscreen/plugin.js'),
(14019, '/home/www/iamctv.com/wp-includes/js/tinymce/plugins/fullscreen/plugin.min.js', 'wp-includes/js/tinymce/plugins/fullscreen/plugin.min.js'),
(14020, '/home/www/iamctv.com/wp-includes/js/tinymce/plugins/hr/plugin.js', 'wp-includes/js/tinymce/plugins/hr/plugin.js'),
(14021, '/home/www/iamctv.com/wp-includes/js/tinymce/plugins/hr/plugin.min.js', 'wp-includes/js/tinymce/plugins/hr/plugin.min.js'),
(14022, '/home/www/iamctv.com/wp-includes/js/tinymce/plugins/image/plugin.js', 'wp-includes/js/tinymce/plugins/image/plugin.js'),
(14023, '/home/www/iamctv.com/wp-includes/js/tinymce/plugins/image/plugin.min.js', 'wp-includes/js/tinymce/plugins/image/plugin.min.js'),
(14024, '/home/www/iamctv.com/wp-includes/js/tinymce/plugins/link/plugin.js', 'wp-includes/js/tinymce/plugins/link/plugin.js'),
(14025, '/home/www/iamctv.com/wp-includes/js/tinymce/plugins/link/plugin.min.js', 'wp-includes/js/tinymce/plugins/link/plugin.min.js'),
(14026, '/home/www/iamctv.com/wp-includes/js/tinymce/plugins/lists/plugin.js', 'wp-includes/js/tinymce/plugins/lists/plugin.js'),
(14027, '/home/www/iamctv.com/wp-includes/js/tinymce/plugins/lists/plugin.min.js', 'wp-includes/js/tinymce/plugins/lists/plugin.min.js'),
(14028, '/home/www/iamctv.com/wp-includes/js/tinymce/plugins/media/plugin.js', 'wp-includes/js/tinymce/plugins/media/plugin.js'),
(14029, '/home/www/iamctv.com/wp-includes/js/tinymce/plugins/media/plugin.min.js', 'wp-includes/js/tinymce/plugins/media/plugin.min.js'),
(14030, '/home/www/iamctv.com/wp-includes/js/tinymce/plugins/paste/plugin.js', 'wp-includes/js/tinymce/plugins/paste/plugin.js'),
(14031, '/home/www/iamctv.com/wp-includes/js/tinymce/plugins/paste/plugin.min.js', 'wp-includes/js/tinymce/plugins/paste/plugin.min.js'),
(14032, '/home/www/iamctv.com/wp-includes/js/tinymce/plugins/tabfocus/plugin.js', 'wp-includes/js/tinymce/plugins/tabfocus/plugin.js'),
(14033, '/home/www/iamctv.com/wp-includes/js/tinymce/plugins/tabfocus/plugin.min.js', 'wp-includes/js/tinymce/plugins/tabfocus/plugin.min.js'),
(14034, '/home/www/iamctv.com/wp-includes/js/tinymce/plugins/textcolor/plugin.js', 'wp-includes/js/tinymce/plugins/textcolor/plugin.js'),
(14035, '/home/www/iamctv.com/wp-includes/js/tinymce/plugins/textcolor/plugin.min.js', 'wp-includes/js/tinymce/plugins/textcolor/plugin.min.js'),
(14036, '/home/www/iamctv.com/wp-includes/js/tinymce/plugins/wordpress/plugin.js', 'wp-includes/js/tinymce/plugins/wordpress/plugin.js'),
(14037, '/home/www/iamctv.com/wp-includes/js/tinymce/plugins/wordpress/plugin.min.js', 'wp-includes/js/tinymce/plugins/wordpress/plugin.min.js'),
(14038, '/home/www/iamctv.com/wp-includes/js/tinymce/plugins/wpautoresize/plugin.js', 'wp-includes/js/tinymce/plugins/wpautoresize/plugin.js'),
(14039, '/home/www/iamctv.com/wp-includes/js/tinymce/plugins/wpautoresize/plugin.min.js', 'wp-includes/js/tinymce/plugins/wpautoresize/plugin.min.js'),
(14040, '/home/www/iamctv.com/wp-includes/js/tinymce/plugins/wpdialogs/plugin.js', 'wp-includes/js/tinymce/plugins/wpdialogs/plugin.js'),
(14041, '/home/www/iamctv.com/wp-includes/js/tinymce/plugins/wpdialogs/plugin.min.js', 'wp-includes/js/tinymce/plugins/wpdialogs/plugin.min.js'),
(14042, '/home/www/iamctv.com/wp-includes/js/tinymce/plugins/wpeditimage/plugin.js', 'wp-includes/js/tinymce/plugins/wpeditimage/plugin.js'),
(14043, '/home/www/iamctv.com/wp-includes/js/tinymce/plugins/wpeditimage/plugin.min.js', 'wp-includes/js/tinymce/plugins/wpeditimage/plugin.min.js'),
(14044, '/home/www/iamctv.com/wp-includes/js/tinymce/plugins/wpemoji/plugin.js', 'wp-includes/js/tinymce/plugins/wpemoji/plugin.js'),
(14045, '/home/www/iamctv.com/wp-includes/js/tinymce/plugins/wpemoji/plugin.min.js', 'wp-includes/js/tinymce/plugins/wpemoji/plugin.min.js'),
(14046, '/home/www/iamctv.com/wp-includes/js/tinymce/plugins/wpgallery/plugin.js', 'wp-includes/js/tinymce/plugins/wpgallery/plugin.js'),
(14047, '/home/www/iamctv.com/wp-includes/js/tinymce/plugins/wpgallery/plugin.min.js', 'wp-includes/js/tinymce/plugins/wpgallery/plugin.min.js'),
(14048, '/home/www/iamctv.com/wp-includes/js/tinymce/plugins/wplink/plugin.js', 'wp-includes/js/tinymce/plugins/wplink/plugin.js'),
(14049, '/home/www/iamctv.com/wp-includes/js/tinymce/plugins/wplink/plugin.min.js', 'wp-includes/js/tinymce/plugins/wplink/plugin.min.js'),
(14050, '/home/www/iamctv.com/wp-includes/js/tinymce/plugins/wptextpattern/plugin.js', 'wp-includes/js/tinymce/plugins/wptextpattern/plugin.js'),
(14051, '/home/www/iamctv.com/wp-includes/js/tinymce/plugins/wptextpattern/plugin.min.js', 'wp-includes/js/tinymce/plugins/wptextpattern/plugin.min.js'),
(14052, '/home/www/iamctv.com/wp-includes/js/tinymce/plugins/wpview/plugin.js', 'wp-includes/js/tinymce/plugins/wpview/plugin.js'),
(14053, '/home/www/iamctv.com/wp-includes/js/tinymce/plugins/wpview/plugin.min.js', 'wp-includes/js/tinymce/plugins/wpview/plugin.min.js'),
(14054, '/home/www/iamctv.com/wp-includes/js/tinymce/skins/lightgray/content.inline.min.css', 'wp-includes/js/tinymce/skins/lightgray/content.inline.min.css'),
(14055, '/home/www/iamctv.com/wp-includes/js/tinymce/skins/lightgray/content.min.css', 'wp-includes/js/tinymce/skins/lightgray/content.min.css'),
(14056, '/home/www/iamctv.com/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.eot', 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.eot'),
(14057, '/home/www/iamctv.com/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.svg', 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.svg'),
(14058, '/home/www/iamctv.com/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.ttf', 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.ttf'),
(14059, '/home/www/iamctv.com/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.woff', 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.woff'),
(14060, '/home/www/iamctv.com/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.eot', 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.eot'),
(14061, '/home/www/iamctv.com/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.svg', 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.svg'),
(14062, '/home/www/iamctv.com/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.ttf', 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.ttf'),
(14063, '/home/www/iamctv.com/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.woff', 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.woff'),
(14064, '/home/www/iamctv.com/wp-includes/js/tinymce/skins/lightgray/img/anchor.gif', 'wp-includes/js/tinymce/skins/lightgray/img/anchor.gif'),
(14065, '/home/www/iamctv.com/wp-includes/js/tinymce/skins/lightgray/img/loader.gif', 'wp-includes/js/tinymce/skins/lightgray/img/loader.gif'),
(14066, '/home/www/iamctv.com/wp-includes/js/tinymce/skins/lightgray/img/object.gif', 'wp-includes/js/tinymce/skins/lightgray/img/object.gif'),
(14067, '/home/www/iamctv.com/wp-includes/js/tinymce/skins/lightgray/img/trans.gif', 'wp-includes/js/tinymce/skins/lightgray/img/trans.gif'),
(14068, '/home/www/iamctv.com/wp-includes/js/tinymce/skins/lightgray/skin.min.css', 'wp-includes/js/tinymce/skins/lightgray/skin.min.css'),
(14069, '/home/www/iamctv.com/wp-includes/js/tinymce/skins/wordpress/images/audio.png', 'wp-includes/js/tinymce/skins/wordpress/images/audio.png'),
(14070, '/home/www/iamctv.com/wp-includes/js/tinymce/skins/wordpress/images/dashicon-edit.png', 'wp-includes/js/tinymce/skins/wordpress/images/dashicon-edit.png'),
(14071, '/home/www/iamctv.com/wp-includes/js/tinymce/skins/wordpress/images/dashicon-no.png', 'wp-includes/js/tinymce/skins/wordpress/images/dashicon-no.png'),
(14072, '/home/www/iamctv.com/wp-includes/js/tinymce/skins/wordpress/images/embedded.png', 'wp-includes/js/tinymce/skins/wordpress/images/embedded.png'),
(14073, '/home/www/iamctv.com/wp-includes/js/tinymce/skins/wordpress/images/gallery-2x.png', 'wp-includes/js/tinymce/skins/wordpress/images/gallery-2x.png'),
(14074, '/home/www/iamctv.com/wp-includes/js/tinymce/skins/wordpress/images/gallery.png', 'wp-includes/js/tinymce/skins/wordpress/images/gallery.png'),
(14075, '/home/www/iamctv.com/wp-includes/js/tinymce/skins/wordpress/images/more-2x.png', 'wp-includes/js/tinymce/skins/wordpress/images/more-2x.png'),
(14076, '/home/www/iamctv.com/wp-includes/js/tinymce/skins/wordpress/images/more.png', 'wp-includes/js/tinymce/skins/wordpress/images/more.png'),
(14077, '/home/www/iamctv.com/wp-includes/js/tinymce/skins/wordpress/images/pagebreak-2x.png', 'wp-includes/js/tinymce/skins/wordpress/images/pagebreak-2x.png'),
(14078, '/home/www/iamctv.com/wp-includes/js/tinymce/skins/wordpress/images/pagebreak.png', 'wp-includes/js/tinymce/skins/wordpress/images/pagebreak.png'),
(14079, '/home/www/iamctv.com/wp-includes/js/tinymce/skins/wordpress/images/playlist-audio.png', 'wp-includes/js/tinymce/skins/wordpress/images/playlist-audio.png'),
(14080, '/home/www/iamctv.com/wp-includes/js/tinymce/skins/wordpress/images/playlist-video.png', 'wp-includes/js/tinymce/skins/wordpress/images/playlist-video.png'),
(14081, '/home/www/iamctv.com/wp-includes/js/tinymce/skins/wordpress/images/video.png', 'wp-includes/js/tinymce/skins/wordpress/images/video.png'),
(14082, '/home/www/iamctv.com/wp-includes/js/tinymce/skins/wordpress/wp-content.css', 'wp-includes/js/tinymce/skins/wordpress/wp-content.css'),
(14083, '/home/www/iamctv.com/wp-includes/js/tinymce/themes/inlite/theme.js', 'wp-includes/js/tinymce/themes/inlite/theme.js'),
(14084, '/home/www/iamctv.com/wp-includes/js/tinymce/themes/inlite/theme.min.js', 'wp-includes/js/tinymce/themes/inlite/theme.min.js'),
(14085, '/home/www/iamctv.com/wp-includes/js/tinymce/themes/modern/theme.js', 'wp-includes/js/tinymce/themes/modern/theme.js'),
(14086, '/home/www/iamctv.com/wp-includes/js/tinymce/themes/modern/theme.min.js', 'wp-includes/js/tinymce/themes/modern/theme.min.js'),
(14087, '/home/www/iamctv.com/wp-includes/js/tinymce/tiny_mce_popup.js', 'wp-includes/js/tinymce/tiny_mce_popup.js'),
(14088, '/home/www/iamctv.com/wp-includes/js/tinymce/tinymce.min.js', 'wp-includes/js/tinymce/tinymce.min.js'),
(14089, '/home/www/iamctv.com/wp-includes/js/tinymce/utils/editable_selects.js', 'wp-includes/js/tinymce/utils/editable_selects.js'),
(14090, '/home/www/iamctv.com/wp-includes/js/tinymce/utils/form_utils.js', 'wp-includes/js/tinymce/utils/form_utils.js'),
(14091, '/home/www/iamctv.com/wp-includes/js/tinymce/utils/mctabs.js', 'wp-includes/js/tinymce/utils/mctabs.js'),
(14092, '/home/www/iamctv.com/wp-includes/js/tinymce/utils/validate.js', 'wp-includes/js/tinymce/utils/validate.js'),
(14093, '/home/www/iamctv.com/wp-includes/js/tinymce/wp-tinymce.js', 'wp-includes/js/tinymce/wp-tinymce.js'),
(14094, '/home/www/iamctv.com/wp-includes/js/tinymce/wp-tinymce.php', 'wp-includes/js/tinymce/wp-tinymce.php'),
(14095, '/home/www/iamctv.com/wp-includes/js/tw-sack.js', 'wp-includes/js/tw-sack.js'),
(14096, '/home/www/iamctv.com/wp-includes/js/tw-sack.min.js', 'wp-includes/js/tw-sack.min.js'),
(14097, '/home/www/iamctv.com/wp-includes/js/twemoji.js', 'wp-includes/js/twemoji.js'),
(14098, '/home/www/iamctv.com/wp-includes/js/twemoji.min.js', 'wp-includes/js/twemoji.min.js'),
(14099, '/home/www/iamctv.com/wp-includes/js/underscore.js', 'wp-includes/js/underscore.js'),
(14100, '/home/www/iamctv.com/wp-includes/js/underscore.min.js', 'wp-includes/js/underscore.min.js'),
(14101, '/home/www/iamctv.com/wp-includes/js/utils.js', 'wp-includes/js/utils.js'),
(14102, '/home/www/iamctv.com/wp-includes/js/utils.min.js', 'wp-includes/js/utils.min.js'),
(14103, '/home/www/iamctv.com/wp-includes/js/wp-ajax-response.js', 'wp-includes/js/wp-ajax-response.js'),
(14104, '/home/www/iamctv.com/wp-includes/js/wp-ajax-response.min.js', 'wp-includes/js/wp-ajax-response.min.js'),
(14105, '/home/www/iamctv.com/wp-includes/js/wp-api.js', 'wp-includes/js/wp-api.js'),
(14106, '/home/www/iamctv.com/wp-includes/js/wp-api.min.js', 'wp-includes/js/wp-api.min.js'),
(14107, '/home/www/iamctv.com/wp-includes/js/wp-auth-check.js', 'wp-includes/js/wp-auth-check.js'),
(14108, '/home/www/iamctv.com/wp-includes/js/wp-auth-check.min.js', 'wp-includes/js/wp-auth-check.min.js'),
(14109, '/home/www/iamctv.com/wp-includes/js/wp-backbone.js', 'wp-includes/js/wp-backbone.js'),
(14110, '/home/www/iamctv.com/wp-includes/js/wp-backbone.min.js', 'wp-includes/js/wp-backbone.min.js'),
(14111, '/home/www/iamctv.com/wp-includes/js/wp-custom-header.js', 'wp-includes/js/wp-custom-header.js'),
(14112, '/home/www/iamctv.com/wp-includes/js/wp-custom-header.min.js', 'wp-includes/js/wp-custom-header.min.js'),
(14113, '/home/www/iamctv.com/wp-includes/js/wp-embed-template.js', 'wp-includes/js/wp-embed-template.js'),
(14114, '/home/www/iamctv.com/wp-includes/js/wp-embed-template.min.js', 'wp-includes/js/wp-embed-template.min.js'),
(14115, '/home/www/iamctv.com/wp-includes/js/wp-embed.js', 'wp-includes/js/wp-embed.js'),
(14116, '/home/www/iamctv.com/wp-includes/js/wp-embed.min.js', 'wp-includes/js/wp-embed.min.js'),
(14117, '/home/www/iamctv.com/wp-includes/js/wp-emoji-loader.js', 'wp-includes/js/wp-emoji-loader.js'),
(14118, '/home/www/iamctv.com/wp-includes/js/wp-emoji-loader.min.js', 'wp-includes/js/wp-emoji-loader.min.js'),
(14119, '/home/www/iamctv.com/wp-includes/js/wp-emoji-release.min.js', 'wp-includes/js/wp-emoji-release.min.js'),
(14120, '/home/www/iamctv.com/wp-includes/js/wp-emoji.js', 'wp-includes/js/wp-emoji.js'),
(14121, '/home/www/iamctv.com/wp-includes/js/wp-emoji.min.js', 'wp-includes/js/wp-emoji.min.js'),
(14122, '/home/www/iamctv.com/wp-includes/js/wp-list-revisions.js', 'wp-includes/js/wp-list-revisions.js'),
(14123, '/home/www/iamctv.com/wp-includes/js/wp-list-revisions.min.js', 'wp-includes/js/wp-list-revisions.min.js'),
(14124, '/home/www/iamctv.com/wp-includes/js/wp-lists.js', 'wp-includes/js/wp-lists.js'),
(14125, '/home/www/iamctv.com/wp-includes/js/wp-lists.min.js', 'wp-includes/js/wp-lists.min.js'),
(14126, '/home/www/iamctv.com/wp-includes/js/wp-pointer.js', 'wp-includes/js/wp-pointer.js'),
(14127, '/home/www/iamctv.com/wp-includes/js/wp-pointer.min.js', 'wp-includes/js/wp-pointer.min.js'),
(14128, '/home/www/iamctv.com/wp-includes/js/wp-sanitize.js', 'wp-includes/js/wp-sanitize.js'),
(14129, '/home/www/iamctv.com/wp-includes/js/wp-sanitize.min.js', 'wp-includes/js/wp-sanitize.min.js'),
(14130, '/home/www/iamctv.com/wp-includes/js/wp-util.js', 'wp-includes/js/wp-util.js'),
(14131, '/home/www/iamctv.com/wp-includes/js/wp-util.min.js', 'wp-includes/js/wp-util.min.js'),
(14132, '/home/www/iamctv.com/wp-includes/js/wpdialog.js', 'wp-includes/js/wpdialog.js'),
(14133, '/home/www/iamctv.com/wp-includes/js/wpdialog.min.js', 'wp-includes/js/wpdialog.min.js'),
(14134, '/home/www/iamctv.com/wp-includes/js/wplink.js', 'wp-includes/js/wplink.js'),
(14135, '/home/www/iamctv.com/wp-includes/js/wplink.min.js', 'wp-includes/js/wplink.min.js'),
(14136, '/home/www/iamctv.com/wp-includes/js/zxcvbn-async.js', 'wp-includes/js/zxcvbn-async.js'),
(14137, '/home/www/iamctv.com/wp-includes/js/zxcvbn-async.min.js', 'wp-includes/js/zxcvbn-async.min.js'),
(14138, '/home/www/iamctv.com/wp-includes/js/zxcvbn.min.js', 'wp-includes/js/zxcvbn.min.js'),
(14139, '/home/www/iamctv.com/wp-includes/kses.php', 'wp-includes/kses.php'),
(14140, '/home/www/iamctv.com/wp-includes/l10n.php', 'wp-includes/l10n.php'),
(14141, '/home/www/iamctv.com/wp-includes/link-template.php', 'wp-includes/link-template.php'),
(14142, '/home/www/iamctv.com/wp-includes/load.php', 'wp-includes/load.php'),
(14143, '/home/www/iamctv.com/wp-includes/locale.php', 'wp-includes/locale.php'),
(14144, '/home/www/iamctv.com/wp-includes/media-template.php', 'wp-includes/media-template.php'),
(14145, '/home/www/iamctv.com/wp-includes/media.php', 'wp-includes/media.php'),
(14146, '/home/www/iamctv.com/wp-includes/meta.php', 'wp-includes/meta.php'),
(14147, '/home/www/iamctv.com/wp-includes/ms-blogs.php', 'wp-includes/ms-blogs.php'),
(14148, '/home/www/iamctv.com/wp-includes/ms-default-constants.php', 'wp-includes/ms-default-constants.php'),
(14149, '/home/www/iamctv.com/wp-includes/ms-default-filters.php', 'wp-includes/ms-default-filters.php'),
(14150, '/home/www/iamctv.com/wp-includes/ms-deprecated.php', 'wp-includes/ms-deprecated.php'),
(14151, '/home/www/iamctv.com/wp-includes/ms-files.php', 'wp-includes/ms-files.php'),
(14152, '/home/www/iamctv.com/wp-includes/ms-functions.php', 'wp-includes/ms-functions.php'),
(14153, '/home/www/iamctv.com/wp-includes/ms-load.php', 'wp-includes/ms-load.php'),
(14154, '/home/www/iamctv.com/wp-includes/ms-network.php', 'wp-includes/ms-network.php'),
(14155, '/home/www/iamctv.com/wp-includes/ms-settings.php', 'wp-includes/ms-settings.php'),
(14156, '/home/www/iamctv.com/wp-includes/ms-site.php', 'wp-includes/ms-site.php'),
(14157, '/home/www/iamctv.com/wp-includes/nav-menu-template.php', 'wp-includes/nav-menu-template.php'),
(14158, '/home/www/iamctv.com/wp-includes/nav-menu.php', 'wp-includes/nav-menu.php'),
(14159, '/home/www/iamctv.com/wp-includes/option.php', 'wp-includes/option.php');
INSERT INTO `iamc_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(14160, '/home/www/iamctv.com/wp-includes/php-compat/readonly.php', 'wp-includes/php-compat/readonly.php'),
(14161, '/home/www/iamctv.com/wp-includes/pluggable-deprecated.php', 'wp-includes/pluggable-deprecated.php'),
(14162, '/home/www/iamctv.com/wp-includes/pluggable.php', 'wp-includes/pluggable.php'),
(14163, '/home/www/iamctv.com/wp-includes/plugin.php', 'wp-includes/plugin.php'),
(14164, '/home/www/iamctv.com/wp-includes/pomo/entry.php', 'wp-includes/pomo/entry.php'),
(14165, '/home/www/iamctv.com/wp-includes/pomo/mo.php', 'wp-includes/pomo/mo.php'),
(14166, '/home/www/iamctv.com/wp-includes/pomo/plural-forms.php', 'wp-includes/pomo/plural-forms.php'),
(14167, '/home/www/iamctv.com/wp-includes/pomo/po.php', 'wp-includes/pomo/po.php'),
(14168, '/home/www/iamctv.com/wp-includes/pomo/streams.php', 'wp-includes/pomo/streams.php'),
(14169, '/home/www/iamctv.com/wp-includes/pomo/translations.php', 'wp-includes/pomo/translations.php'),
(14170, '/home/www/iamctv.com/wp-includes/post-formats.php', 'wp-includes/post-formats.php'),
(14171, '/home/www/iamctv.com/wp-includes/post-template.php', 'wp-includes/post-template.php'),
(14172, '/home/www/iamctv.com/wp-includes/post-thumbnail-template.php', 'wp-includes/post-thumbnail-template.php'),
(14173, '/home/www/iamctv.com/wp-includes/post.php', 'wp-includes/post.php'),
(14174, '/home/www/iamctv.com/wp-includes/query.php', 'wp-includes/query.php'),
(14175, '/home/www/iamctv.com/wp-includes/random_compat/byte_safe_strings.php', 'wp-includes/random_compat/byte_safe_strings.php'),
(14176, '/home/www/iamctv.com/wp-includes/random_compat/cast_to_int.php', 'wp-includes/random_compat/cast_to_int.php'),
(14177, '/home/www/iamctv.com/wp-includes/random_compat/error_polyfill.php', 'wp-includes/random_compat/error_polyfill.php'),
(14178, '/home/www/iamctv.com/wp-includes/random_compat/random.php', 'wp-includes/random_compat/random.php'),
(14179, '/home/www/iamctv.com/wp-includes/random_compat/random_bytes_com_dotnet.php', 'wp-includes/random_compat/random_bytes_com_dotnet.php'),
(14180, '/home/www/iamctv.com/wp-includes/random_compat/random_bytes_dev_urandom.php', 'wp-includes/random_compat/random_bytes_dev_urandom.php'),
(14181, '/home/www/iamctv.com/wp-includes/random_compat/random_bytes_libsodium.php', 'wp-includes/random_compat/random_bytes_libsodium.php'),
(14182, '/home/www/iamctv.com/wp-includes/random_compat/random_bytes_libsodium_legacy.php', 'wp-includes/random_compat/random_bytes_libsodium_legacy.php'),
(14183, '/home/www/iamctv.com/wp-includes/random_compat/random_bytes_mcrypt.php', 'wp-includes/random_compat/random_bytes_mcrypt.php'),
(14184, '/home/www/iamctv.com/wp-includes/random_compat/random_int.php', 'wp-includes/random_compat/random_int.php'),
(14185, '/home/www/iamctv.com/wp-includes/registration-functions.php', 'wp-includes/registration-functions.php'),
(14186, '/home/www/iamctv.com/wp-includes/registration.php', 'wp-includes/registration.php'),
(14187, '/home/www/iamctv.com/wp-includes/rest-api/class-wp-rest-request.php', 'wp-includes/rest-api/class-wp-rest-request.php'),
(14188, '/home/www/iamctv.com/wp-includes/rest-api/class-wp-rest-response.php', 'wp-includes/rest-api/class-wp-rest-response.php'),
(14189, '/home/www/iamctv.com/wp-includes/rest-api/class-wp-rest-server.php', 'wp-includes/rest-api/class-wp-rest-server.php'),
(14190, '/home/www/iamctv.com/wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php'),
(14191, '/home/www/iamctv.com/wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php'),
(14192, '/home/www/iamctv.com/wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php'),
(14193, '/home/www/iamctv.com/wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php'),
(14194, '/home/www/iamctv.com/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'),
(14195, '/home/www/iamctv.com/wp-includes/rest-api/endpoints/class-wp-rest-block-patterns-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-block-patterns-controller.php'),
(14196, '/home/www/iamctv.com/wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.php'),
(14197, '/home/www/iamctv.com/wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php'),
(14198, '/home/www/iamctv.com/wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php'),
(14199, '/home/www/iamctv.com/wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php'),
(14200, '/home/www/iamctv.com/wp-includes/rest-api/endpoints/class-wp-rest-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-controller.php'),
(14201, '/home/www/iamctv.com/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'),
(14202, '/home/www/iamctv.com/wp-includes/rest-api/endpoints/class-wp-rest-global-styles-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-global-styles-controller.php'),
(14203, '/home/www/iamctv.com/wp-includes/rest-api/endpoints/class-wp-rest-menu-items-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-menu-items-controller.php'),
(14204, '/home/www/iamctv.com/wp-includes/rest-api/endpoints/class-wp-rest-menu-locations-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-menu-locations-controller.php'),
(14205, '/home/www/iamctv.com/wp-includes/rest-api/endpoints/class-wp-rest-menus-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-menus-controller.php'),
(14206, '/home/www/iamctv.com/wp-includes/rest-api/endpoints/class-wp-rest-pattern-directory-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-pattern-directory-controller.php'),
(14207, '/home/www/iamctv.com/wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php'),
(14208, '/home/www/iamctv.com/wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php'),
(14209, '/home/www/iamctv.com/wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php'),
(14210, '/home/www/iamctv.com/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php'),
(14211, '/home/www/iamctv.com/wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php'),
(14212, '/home/www/iamctv.com/wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php'),
(14213, '/home/www/iamctv.com/wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php'),
(14214, '/home/www/iamctv.com/wp-includes/rest-api/endpoints/class-wp-rest-sidebars-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-sidebars-controller.php'),
(14215, '/home/www/iamctv.com/wp-includes/rest-api/endpoints/class-wp-rest-site-health-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-site-health-controller.php'),
(14216, '/home/www/iamctv.com/wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php'),
(14217, '/home/www/iamctv.com/wp-includes/rest-api/endpoints/class-wp-rest-templates-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-templates-controller.php'),
(14218, '/home/www/iamctv.com/wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php'),
(14219, '/home/www/iamctv.com/wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php'),
(14220, '/home/www/iamctv.com/wp-includes/rest-api/endpoints/class-wp-rest-url-details-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-url-details-controller.php'),
(14221, '/home/www/iamctv.com/wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php'),
(14222, '/home/www/iamctv.com/wp-includes/rest-api/endpoints/class-wp-rest-widget-types-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-widget-types-controller.php'),
(14223, '/home/www/iamctv.com/wp-includes/rest-api/endpoints/class-wp-rest-widgets-controller.php', 'wp-includes/rest-api/endpoints/class-wp-rest-widgets-controller.php'),
(14224, '/home/www/iamctv.com/wp-includes/rest-api/fields/class-wp-rest-comment-meta-fields.php', 'wp-includes/rest-api/fields/class-wp-rest-comment-meta-fields.php'),
(14225, '/home/www/iamctv.com/wp-includes/rest-api/fields/class-wp-rest-meta-fields.php', 'wp-includes/rest-api/fields/class-wp-rest-meta-fields.php'),
(14226, '/home/www/iamctv.com/wp-includes/rest-api/fields/class-wp-rest-post-meta-fields.php', 'wp-includes/rest-api/fields/class-wp-rest-post-meta-fields.php'),
(14227, '/home/www/iamctv.com/wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php', 'wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php'),
(14228, '/home/www/iamctv.com/wp-includes/rest-api/fields/class-wp-rest-user-meta-fields.php', 'wp-includes/rest-api/fields/class-wp-rest-user-meta-fields.php'),
(14229, '/home/www/iamctv.com/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'),
(14230, '/home/www/iamctv.com/wp-includes/rest-api/search/class-wp-rest-post-search-handler.php', 'wp-includes/rest-api/search/class-wp-rest-post-search-handler.php'),
(14231, '/home/www/iamctv.com/wp-includes/rest-api/search/class-wp-rest-search-handler.php', 'wp-includes/rest-api/search/class-wp-rest-search-handler.php'),
(14232, '/home/www/iamctv.com/wp-includes/rest-api/search/class-wp-rest-term-search-handler.php', 'wp-includes/rest-api/search/class-wp-rest-term-search-handler.php'),
(14233, '/home/www/iamctv.com/wp-includes/rest-api.php', 'wp-includes/rest-api.php'),
(14234, '/home/www/iamctv.com/wp-includes/revision.php', 'wp-includes/revision.php'),
(14235, '/home/www/iamctv.com/wp-includes/rewrite.php', 'wp-includes/rewrite.php'),
(14236, '/home/www/iamctv.com/wp-includes/robots-template.php', 'wp-includes/robots-template.php'),
(14237, '/home/www/iamctv.com/wp-includes/rss-functions.php', 'wp-includes/rss-functions.php'),
(14238, '/home/www/iamctv.com/wp-includes/rss.php', 'wp-includes/rss.php'),
(14239, '/home/www/iamctv.com/wp-includes/script-loader.php', 'wp-includes/script-loader.php'),
(14240, '/home/www/iamctv.com/wp-includes/session.php', 'wp-includes/session.php'),
(14241, '/home/www/iamctv.com/wp-includes/shortcodes.php', 'wp-includes/shortcodes.php'),
(14242, '/home/www/iamctv.com/wp-includes/sitemaps/class-wp-sitemaps-index.php', 'wp-includes/sitemaps/class-wp-sitemaps-index.php'),
(14243, '/home/www/iamctv.com/wp-includes/sitemaps/class-wp-sitemaps-provider.php', 'wp-includes/sitemaps/class-wp-sitemaps-provider.php'),
(14244, '/home/www/iamctv.com/wp-includes/sitemaps/class-wp-sitemaps-registry.php', 'wp-includes/sitemaps/class-wp-sitemaps-registry.php'),
(14245, '/home/www/iamctv.com/wp-includes/sitemaps/class-wp-sitemaps-renderer.php', 'wp-includes/sitemaps/class-wp-sitemaps-renderer.php'),
(14246, '/home/www/iamctv.com/wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php', 'wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php'),
(14247, '/home/www/iamctv.com/wp-includes/sitemaps/class-wp-sitemaps.php', 'wp-includes/sitemaps/class-wp-sitemaps.php'),
(14248, '/home/www/iamctv.com/wp-includes/sitemaps/providers/class-wp-sitemaps-posts.php', 'wp-includes/sitemaps/providers/class-wp-sitemaps-posts.php'),
(14249, '/home/www/iamctv.com/wp-includes/sitemaps/providers/class-wp-sitemaps-taxonomies.php', 'wp-includes/sitemaps/providers/class-wp-sitemaps-taxonomies.php'),
(14250, '/home/www/iamctv.com/wp-includes/sitemaps/providers/class-wp-sitemaps-users.php', 'wp-includes/sitemaps/providers/class-wp-sitemaps-users.php'),
(14251, '/home/www/iamctv.com/wp-includes/sitemaps.php', 'wp-includes/sitemaps.php'),
(14252, '/home/www/iamctv.com/wp-includes/sodium_compat/LICENSE', 'wp-includes/sodium_compat/LICENSE'),
(14253, '/home/www/iamctv.com/wp-includes/sodium_compat/autoload-php7.php', 'wp-includes/sodium_compat/autoload-php7.php'),
(14254, '/home/www/iamctv.com/wp-includes/sodium_compat/autoload.php', 'wp-includes/sodium_compat/autoload.php'),
(14255, '/home/www/iamctv.com/wp-includes/sodium_compat/composer.json', 'wp-includes/sodium_compat/composer.json'),
(14256, '/home/www/iamctv.com/wp-includes/sodium_compat/lib/constants.php', 'wp-includes/sodium_compat/lib/constants.php'),
(14257, '/home/www/iamctv.com/wp-includes/sodium_compat/lib/namespaced.php', 'wp-includes/sodium_compat/lib/namespaced.php'),
(14258, '/home/www/iamctv.com/wp-includes/sodium_compat/lib/php72compat.php', 'wp-includes/sodium_compat/lib/php72compat.php'),
(14259, '/home/www/iamctv.com/wp-includes/sodium_compat/lib/php72compat_const.php', 'wp-includes/sodium_compat/lib/php72compat_const.php'),
(14260, '/home/www/iamctv.com/wp-includes/sodium_compat/lib/ristretto255.php', 'wp-includes/sodium_compat/lib/ristretto255.php'),
(14261, '/home/www/iamctv.com/wp-includes/sodium_compat/lib/sodium_compat.php', 'wp-includes/sodium_compat/lib/sodium_compat.php'),
(14262, '/home/www/iamctv.com/wp-includes/sodium_compat/lib/stream-xchacha20.php', 'wp-includes/sodium_compat/lib/stream-xchacha20.php'),
(14263, '/home/www/iamctv.com/wp-includes/sodium_compat/namespaced/Compat.php', 'wp-includes/sodium_compat/namespaced/Compat.php'),
(14264, '/home/www/iamctv.com/wp-includes/sodium_compat/namespaced/Core/BLAKE2b.php', 'wp-includes/sodium_compat/namespaced/Core/BLAKE2b.php'),
(14265, '/home/www/iamctv.com/wp-includes/sodium_compat/namespaced/Core/ChaCha20/Ctx.php', 'wp-includes/sodium_compat/namespaced/Core/ChaCha20/Ctx.php'),
(14266, '/home/www/iamctv.com/wp-includes/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php', 'wp-includes/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php'),
(14267, '/home/www/iamctv.com/wp-includes/sodium_compat/namespaced/Core/ChaCha20.php', 'wp-includes/sodium_compat/namespaced/Core/ChaCha20.php'),
(14268, '/home/www/iamctv.com/wp-includes/sodium_compat/namespaced/Core/Curve25519/Fe.php', 'wp-includes/sodium_compat/namespaced/Core/Curve25519/Fe.php'),
(14269, '/home/www/iamctv.com/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php', 'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php'),
(14270, '/home/www/iamctv.com/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php', 'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php'),
(14271, '/home/www/iamctv.com/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php', 'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php'),
(14272, '/home/www/iamctv.com/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php', 'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php'),
(14273, '/home/www/iamctv.com/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php', 'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php'),
(14274, '/home/www/iamctv.com/wp-includes/sodium_compat/namespaced/Core/Curve25519/H.php', 'wp-includes/sodium_compat/namespaced/Core/Curve25519/H.php'),
(14275, '/home/www/iamctv.com/wp-includes/sodium_compat/namespaced/Core/Curve25519.php', 'wp-includes/sodium_compat/namespaced/Core/Curve25519.php'),
(14276, '/home/www/iamctv.com/wp-includes/sodium_compat/namespaced/Core/Ed25519.php', 'wp-includes/sodium_compat/namespaced/Core/Ed25519.php'),
(14277, '/home/www/iamctv.com/wp-includes/sodium_compat/namespaced/Core/HChaCha20.php', 'wp-includes/sodium_compat/namespaced/Core/HChaCha20.php'),
(14278, '/home/www/iamctv.com/wp-includes/sodium_compat/namespaced/Core/HSalsa20.php', 'wp-includes/sodium_compat/namespaced/Core/HSalsa20.php'),
(14279, '/home/www/iamctv.com/wp-includes/sodium_compat/namespaced/Core/Poly1305/State.php', 'wp-includes/sodium_compat/namespaced/Core/Poly1305/State.php'),
(14280, '/home/www/iamctv.com/wp-includes/sodium_compat/namespaced/Core/Poly1305.php', 'wp-includes/sodium_compat/namespaced/Core/Poly1305.php'),
(14281, '/home/www/iamctv.com/wp-includes/sodium_compat/namespaced/Core/Salsa20.php', 'wp-includes/sodium_compat/namespaced/Core/Salsa20.php'),
(14282, '/home/www/iamctv.com/wp-includes/sodium_compat/namespaced/Core/SipHash.php', 'wp-includes/sodium_compat/namespaced/Core/SipHash.php'),
(14283, '/home/www/iamctv.com/wp-includes/sodium_compat/namespaced/Core/Util.php', 'wp-includes/sodium_compat/namespaced/Core/Util.php'),
(14284, '/home/www/iamctv.com/wp-includes/sodium_compat/namespaced/Core/X25519.php', 'wp-includes/sodium_compat/namespaced/Core/X25519.php'),
(14285, '/home/www/iamctv.com/wp-includes/sodium_compat/namespaced/Core/XChaCha20.php', 'wp-includes/sodium_compat/namespaced/Core/XChaCha20.php'),
(14286, '/home/www/iamctv.com/wp-includes/sodium_compat/namespaced/Core/Xsalsa20.php', 'wp-includes/sodium_compat/namespaced/Core/Xsalsa20.php'),
(14287, '/home/www/iamctv.com/wp-includes/sodium_compat/namespaced/Crypto.php', 'wp-includes/sodium_compat/namespaced/Crypto.php'),
(14288, '/home/www/iamctv.com/wp-includes/sodium_compat/namespaced/File.php', 'wp-includes/sodium_compat/namespaced/File.php'),
(14289, '/home/www/iamctv.com/wp-includes/sodium_compat/src/Compat.php', 'wp-includes/sodium_compat/src/Compat.php'),
(14290, '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core/BLAKE2b.php', 'wp-includes/sodium_compat/src/Core/BLAKE2b.php'),
(14291, '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core/Base64/Common.php', 'wp-includes/sodium_compat/src/Core/Base64/Common.php'),
(14292, '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core/Base64/Original.php', 'wp-includes/sodium_compat/src/Core/Base64/Original.php'),
(14293, '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core/Base64/UrlSafe.php', 'wp-includes/sodium_compat/src/Core/Base64/UrlSafe.php'),
(14294, '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core/ChaCha20/Ctx.php', 'wp-includes/sodium_compat/src/Core/ChaCha20/Ctx.php'),
(14295, '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core/ChaCha20/IetfCtx.php', 'wp-includes/sodium_compat/src/Core/ChaCha20/IetfCtx.php'),
(14296, '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core/ChaCha20.php', 'wp-includes/sodium_compat/src/Core/ChaCha20.php'),
(14297, '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core/Curve25519/Fe.php', 'wp-includes/sodium_compat/src/Core/Curve25519/Fe.php'),
(14298, '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core/Curve25519/Ge/Cached.php', 'wp-includes/sodium_compat/src/Core/Curve25519/Ge/Cached.php'),
(14299, '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P1p1.php', 'wp-includes/sodium_compat/src/Core/Curve25519/Ge/P1p1.php'),
(14300, '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P2.php', 'wp-includes/sodium_compat/src/Core/Curve25519/Ge/P2.php'),
(14301, '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P3.php', 'wp-includes/sodium_compat/src/Core/Curve25519/Ge/P3.php'),
(14302, '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core/Curve25519/Ge/Precomp.php', 'wp-includes/sodium_compat/src/Core/Curve25519/Ge/Precomp.php'),
(14303, '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core/Curve25519/H.php', 'wp-includes/sodium_compat/src/Core/Curve25519/H.php'),
(14304, '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core/Curve25519/README.md', 'wp-includes/sodium_compat/src/Core/Curve25519/README.md'),
(14305, '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core/Curve25519.php', 'wp-includes/sodium_compat/src/Core/Curve25519.php'),
(14306, '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core/Ed25519.php', 'wp-includes/sodium_compat/src/Core/Ed25519.php'),
(14307, '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core/HChaCha20.php', 'wp-includes/sodium_compat/src/Core/HChaCha20.php'),
(14308, '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core/HSalsa20.php', 'wp-includes/sodium_compat/src/Core/HSalsa20.php'),
(14309, '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core/Poly1305/State.php', 'wp-includes/sodium_compat/src/Core/Poly1305/State.php'),
(14310, '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core/Poly1305.php', 'wp-includes/sodium_compat/src/Core/Poly1305.php'),
(14311, '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core/Ristretto255.php', 'wp-includes/sodium_compat/src/Core/Ristretto255.php'),
(14312, '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core/Salsa20.php', 'wp-includes/sodium_compat/src/Core/Salsa20.php'),
(14313, '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core/SecretStream/State.php', 'wp-includes/sodium_compat/src/Core/SecretStream/State.php'),
(14314, '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core/SipHash.php', 'wp-includes/sodium_compat/src/Core/SipHash.php'),
(14315, '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core/Util.php', 'wp-includes/sodium_compat/src/Core/Util.php'),
(14316, '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core/X25519.php', 'wp-includes/sodium_compat/src/Core/X25519.php'),
(14317, '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core/XChaCha20.php', 'wp-includes/sodium_compat/src/Core/XChaCha20.php'),
(14318, '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core/XSalsa20.php', 'wp-includes/sodium_compat/src/Core/XSalsa20.php'),
(14319, '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core32/BLAKE2b.php', 'wp-includes/sodium_compat/src/Core32/BLAKE2b.php'),
(14320, '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core32/ChaCha20/Ctx.php', 'wp-includes/sodium_compat/src/Core32/ChaCha20/Ctx.php'),
(14321, '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core32/ChaCha20/IetfCtx.php', 'wp-includes/sodium_compat/src/Core32/ChaCha20/IetfCtx.php'),
(14322, '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core32/ChaCha20.php', 'wp-includes/sodium_compat/src/Core32/ChaCha20.php'),
(14323, '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core32/Curve25519/Fe.php', 'wp-includes/sodium_compat/src/Core32/Curve25519/Fe.php'),
(14324, '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Cached.php', 'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Cached.php'),
(14325, '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php', 'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php'),
(14326, '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P2.php', 'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P2.php'),
(14327, '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P3.php', 'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P3.php'),
(14328, '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php', 'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php'),
(14329, '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core32/Curve25519/H.php', 'wp-includes/sodium_compat/src/Core32/Curve25519/H.php'),
(14330, '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core32/Curve25519/README.md', 'wp-includes/sodium_compat/src/Core32/Curve25519/README.md'),
(14331, '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core32/Curve25519.php', 'wp-includes/sodium_compat/src/Core32/Curve25519.php'),
(14332, '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core32/Ed25519.php', 'wp-includes/sodium_compat/src/Core32/Ed25519.php'),
(14333, '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core32/HChaCha20.php', 'wp-includes/sodium_compat/src/Core32/HChaCha20.php'),
(14334, '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core32/HSalsa20.php', 'wp-includes/sodium_compat/src/Core32/HSalsa20.php'),
(14335, '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core32/Int32.php', 'wp-includes/sodium_compat/src/Core32/Int32.php'),
(14336, '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core32/Int64.php', 'wp-includes/sodium_compat/src/Core32/Int64.php'),
(14337, '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core32/Poly1305/State.php', 'wp-includes/sodium_compat/src/Core32/Poly1305/State.php'),
(14338, '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core32/Poly1305.php', 'wp-includes/sodium_compat/src/Core32/Poly1305.php'),
(14339, '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core32/Salsa20.php', 'wp-includes/sodium_compat/src/Core32/Salsa20.php'),
(14340, '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core32/SecretStream/State.php', 'wp-includes/sodium_compat/src/Core32/SecretStream/State.php'),
(14341, '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core32/SipHash.php', 'wp-includes/sodium_compat/src/Core32/SipHash.php'),
(14342, '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core32/Util.php', 'wp-includes/sodium_compat/src/Core32/Util.php'),
(14343, '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core32/X25519.php', 'wp-includes/sodium_compat/src/Core32/X25519.php'),
(14344, '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core32/XChaCha20.php', 'wp-includes/sodium_compat/src/Core32/XChaCha20.php'),
(14345, '/home/www/iamctv.com/wp-includes/sodium_compat/src/Core32/XSalsa20.php', 'wp-includes/sodium_compat/src/Core32/XSalsa20.php'),
(14346, '/home/www/iamctv.com/wp-includes/sodium_compat/src/Crypto.php', 'wp-includes/sodium_compat/src/Crypto.php'),
(14347, '/home/www/iamctv.com/wp-includes/sodium_compat/src/Crypto32.php', 'wp-includes/sodium_compat/src/Crypto32.php'),
(14348, '/home/www/iamctv.com/wp-includes/sodium_compat/src/File.php', 'wp-includes/sodium_compat/src/File.php'),
(14349, '/home/www/iamctv.com/wp-includes/sodium_compat/src/PHP52/SplFixedArray.php', 'wp-includes/sodium_compat/src/PHP52/SplFixedArray.php'),
(14350, '/home/www/iamctv.com/wp-includes/sodium_compat/src/SodiumException.php', 'wp-includes/sodium_compat/src/SodiumException.php'),
(14351, '/home/www/iamctv.com/wp-includes/spl-autoload-compat.php', 'wp-includes/spl-autoload-compat.php'),
(14352, '/home/www/iamctv.com/wp-includes/taxonomy.php', 'wp-includes/taxonomy.php'),
(14353, '/home/www/iamctv.com/wp-includes/template-canvas.php', 'wp-includes/template-canvas.php'),
(14354, '/home/www/iamctv.com/wp-includes/template-loader.php', 'wp-includes/template-loader.php'),
(14355, '/home/www/iamctv.com/wp-includes/template.php', 'wp-includes/template.php'),
(14356, '/home/www/iamctv.com/wp-includes/theme-compat/comments.php', 'wp-includes/theme-compat/comments.php'),
(14357, '/home/www/iamctv.com/wp-includes/theme-compat/embed-404.php', 'wp-includes/theme-compat/embed-404.php'),
(14358, '/home/www/iamctv.com/wp-includes/theme-compat/embed-content.php', 'wp-includes/theme-compat/embed-content.php'),
(14359, '/home/www/iamctv.com/wp-includes/theme-compat/embed.php', 'wp-includes/theme-compat/embed.php'),
(14360, '/home/www/iamctv.com/wp-includes/theme-compat/footer-embed.php', 'wp-includes/theme-compat/footer-embed.php'),
(14361, '/home/www/iamctv.com/wp-includes/theme-compat/footer.php', 'wp-includes/theme-compat/footer.php'),
(14362, '/home/www/iamctv.com/wp-includes/theme-compat/header-embed.php', 'wp-includes/theme-compat/header-embed.php'),
(14363, '/home/www/iamctv.com/wp-includes/theme-compat/header.php', 'wp-includes/theme-compat/header.php'),
(14364, '/home/www/iamctv.com/wp-includes/theme-compat/sidebar.php', 'wp-includes/theme-compat/sidebar.php'),
(14365, '/home/www/iamctv.com/wp-includes/theme-i18n.json', 'wp-includes/theme-i18n.json'),
(14366, '/home/www/iamctv.com/wp-includes/theme-templates.php', 'wp-includes/theme-templates.php'),
(14367, '/home/www/iamctv.com/wp-includes/theme.json', 'wp-includes/theme.json'),
(14368, '/home/www/iamctv.com/wp-includes/theme.php', 'wp-includes/theme.php'),
(14369, '/home/www/iamctv.com/wp-includes/update.php', 'wp-includes/update.php'),
(14370, '/home/www/iamctv.com/wp-includes/user.php', 'wp-includes/user.php'),
(14371, '/home/www/iamctv.com/wp-includes/vars.php', 'wp-includes/vars.php'),
(14372, '/home/www/iamctv.com/wp-includes/version.php', 'wp-includes/version.php'),
(14373, '/home/www/iamctv.com/wp-includes/widgets/class-wp-nav-menu-widget.php', 'wp-includes/widgets/class-wp-nav-menu-widget.php'),
(14374, '/home/www/iamctv.com/wp-includes/widgets/class-wp-widget-archives.php', 'wp-includes/widgets/class-wp-widget-archives.php'),
(14375, '/home/www/iamctv.com/wp-includes/widgets/class-wp-widget-block.php', 'wp-includes/widgets/class-wp-widget-block.php'),
(14376, '/home/www/iamctv.com/wp-includes/widgets/class-wp-widget-calendar.php', 'wp-includes/widgets/class-wp-widget-calendar.php'),
(14377, '/home/www/iamctv.com/wp-includes/widgets/class-wp-widget-categories.php', 'wp-includes/widgets/class-wp-widget-categories.php'),
(14378, '/home/www/iamctv.com/wp-includes/widgets/class-wp-widget-custom-html.php', 'wp-includes/widgets/class-wp-widget-custom-html.php'),
(14379, '/home/www/iamctv.com/wp-includes/widgets/class-wp-widget-links.php', 'wp-includes/widgets/class-wp-widget-links.php'),
(14380, '/home/www/iamctv.com/wp-includes/widgets/class-wp-widget-media-audio.php', 'wp-includes/widgets/class-wp-widget-media-audio.php'),
(14381, '/home/www/iamctv.com/wp-includes/widgets/class-wp-widget-media-gallery.php', 'wp-includes/widgets/class-wp-widget-media-gallery.php'),
(14382, '/home/www/iamctv.com/wp-includes/widgets/class-wp-widget-media-image.php', 'wp-includes/widgets/class-wp-widget-media-image.php'),
(14383, '/home/www/iamctv.com/wp-includes/widgets/class-wp-widget-media-video.php', 'wp-includes/widgets/class-wp-widget-media-video.php'),
(14384, '/home/www/iamctv.com/wp-includes/widgets/class-wp-widget-media.php', 'wp-includes/widgets/class-wp-widget-media.php'),
(14385, '/home/www/iamctv.com/wp-includes/widgets/class-wp-widget-meta.php', 'wp-includes/widgets/class-wp-widget-meta.php'),
(14386, '/home/www/iamctv.com/wp-includes/widgets/class-wp-widget-pages.php', 'wp-includes/widgets/class-wp-widget-pages.php'),
(14387, '/home/www/iamctv.com/wp-includes/widgets/class-wp-widget-recent-comments.php', 'wp-includes/widgets/class-wp-widget-recent-comments.php'),
(14388, '/home/www/iamctv.com/wp-includes/widgets/class-wp-widget-recent-posts.php', 'wp-includes/widgets/class-wp-widget-recent-posts.php'),
(14389, '/home/www/iamctv.com/wp-includes/widgets/class-wp-widget-rss.php', 'wp-includes/widgets/class-wp-widget-rss.php'),
(14390, '/home/www/iamctv.com/wp-includes/widgets/class-wp-widget-search.php', 'wp-includes/widgets/class-wp-widget-search.php'),
(14391, '/home/www/iamctv.com/wp-includes/widgets/class-wp-widget-tag-cloud.php', 'wp-includes/widgets/class-wp-widget-tag-cloud.php'),
(14392, '/home/www/iamctv.com/wp-includes/widgets/class-wp-widget-text.php', 'wp-includes/widgets/class-wp-widget-text.php'),
(14393, '/home/www/iamctv.com/wp-includes/widgets.php', 'wp-includes/widgets.php'),
(14394, '/home/www/iamctv.com/wp-includes/wlwmanifest.xml', 'wp-includes/wlwmanifest.xml'),
(14395, '/home/www/iamctv.com/wp-includes/wp-db.php', 'wp-includes/wp-db.php'),
(14396, '/home/www/iamctv.com/wp-includes/wp-diff.php', 'wp-includes/wp-diff.php'),
(14397, '/home/www/iamctv.com/wp-links-opml.php', 'wp-links-opml.php'),
(14398, '/home/www/iamctv.com/wp-load.php', 'wp-load.php'),
(14399, '/home/www/iamctv.com/wp-login.php', 'wp-login.php'),
(14400, '/home/www/iamctv.com/wp-mail.php', 'wp-mail.php'),
(14401, '/home/www/iamctv.com/wp-settings.php', 'wp-settings.php'),
(14402, '/home/www/iamctv.com/wp-signup.php', 'wp-signup.php'),
(14403, '/home/www/iamctv.com/wp-trackback.php', 'wp-trackback.php'),
(14404, '/home/www/iamctv.com/xmlrpc.php', 'xmlrpc.php');

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

--
-- Table structure for table `iamc_wflivetraffichuman`
--

CREATE TABLE `iamc_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 UNSIGNED NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

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

--
-- Table structure for table `iamc_wflocs`
--

CREATE TABLE `iamc_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 UNSIGNED NOT NULL,
  `failed` tinyint 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=MyISAM DEFAULT CHARSET=utf8;

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

--
-- Table structure for table `iamc_wflogins`
--

CREATE TABLE `iamc_wflogins` (
  `id` int UNSIGNED NOT NULL,
  `hitID` int DEFAULT NULL,
  `ctime` double(17,6) UNSIGNED NOT NULL,
  `fail` tinyint UNSIGNED NOT NULL,
  `action` varchar(40) NOT NULL,
  `username` varchar(255) NOT NULL,
  `userID` int UNSIGNED NOT NULL,
  `IP` binary(16) DEFAULT NULL,
  `UA` text
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `iamc_wflogins`
--

INSERT INTO `iamc_wflogins` (`id`, `hitID`, `ctime`, `fail`, `action`, `username`, `userID`, `IP`, `UA`) VALUES
(1, 1, 1591724316.367828, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36'),
(2, 2, 1591724824.258529, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36'),
(3, 3, 1591725601.869373, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36'),
(4, 4, 1591726018.687821, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36'),
(5, 5, 1591726362.127736, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36'),
(6, 26, 1597413933.917688, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffffa2e13991, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36'),
(7, 27, 1597414794.991956, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffffa2e13991, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36'),
(8, 28, 1597415000.857845, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffffa2e13991, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36'),
(9, 48, 1599249643.719130, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537.36'),
(10, 49, 1599252238.499591, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537.36'),
(11, 179, 1602017848.634822, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36'),
(12, 180, 1602019492.201190, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36'),
(13, 181, 1602190887.790127, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36'),
(14, 182, 1602190896.359197, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36'),
(15, 183, 1602195476.647414, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36'),
(16, 184, 1602197255.993584, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36'),
(17, 185, 1602197430.774704, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36'),
(18, 186, 1602197447.592670, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36'),
(19, 187, 1602197586.586800, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36'),
(20, 188, 1602197688.895199, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36'),
(21, 189, 1602197883.103848, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36'),
(22, 190, 1602197935.150128, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36'),
(23, 191, 1602198000.644152, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36'),
(24, 192, 1602198179.102540, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36'),
(25, 193, 1602198800.813265, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36'),
(26, 194, 1602262396.310393, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36'),
(27, 195, 1602268253.807615, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36'),
(28, 196, 1602268307.663173, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36'),
(29, 197, 1602268371.070118, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36'),
(30, 198, 1602270280.783529, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36'),
(31, 199, 1602271293.212185, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36'),
(32, 201, 1602591640.882994, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36'),
(33, 202, 1602592064.227716, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36'),
(34, 203, 1602599361.852368, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36'),
(35, 204, 1602600150.583780, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36'),
(36, 205, 1602676799.498637, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.75 Safari/537.36'),
(37, 206, 1602677152.842577, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.75 Safari/537.36'),
(38, 210, 1603720056.869865, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36'),
(39, 211, 1603724354.317445, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36'),
(40, 212, 1603725885.378155, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36'),
(41, 213, 1603726414.977490, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36'),
(42, 214, 1603729323.520785, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36'),
(43, 215, 1603731766.144487, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36'),
(44, 216, 1603733065.416911, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36'),
(45, 217, 1603739499.970838, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36'),
(46, 218, 1603741491.303895, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36'),
(47, 219, 1603741679.578420, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36'),
(48, 220, 1603741733.617258, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36'),
(49, 221, 1603742317.663704, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36'),
(50, 222, 1603985825.024766, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36'),
(51, 223, 1603987530.606797, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36'),
(52, 224, 1603987612.958392, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36'),
(53, 225, 1603988171.305394, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36'),
(54, 226, 1603999385.175886, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36'),
(55, 227, 1603999806.634790, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36'),
(56, 228, 1603999846.078880, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36'),
(57, 229, 1604000187.028843, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36'),
(58, 230, 1604000308.190238, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36'),
(59, 231, 1604000808.544510, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36'),
(60, 232, 1604002119.532049, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36'),
(61, 233, 1604002198.967993, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36'),
(62, 234, 1604002262.691219, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36'),
(63, 235, 1604002436.444687, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36'),
(64, 236, 1604182203.603320, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36'),
(65, 237, 1604182900.925790, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36'),
(66, 255, 1604423715.506162, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36'),
(67, 256, 1604426353.732229, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36'),
(68, 257, 1604426362.897145, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36'),
(69, 258, 1604426469.837905, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36'),
(70, 259, 1604429325.171062, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36'),
(71, 260, 1604430217.991511, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36'),
(72, 261, 1604432227.775505, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36'),
(73, 262, 1604432349.203406, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36'),
(74, 263, 1604501089.594233, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36'),
(75, 264, 1604501622.992970, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36'),
(76, 265, 1604501814.830444, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36'),
(77, 266, 1604502067.627250, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36'),
(78, 267, 1604638684.583298, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36'),
(79, 268, 1604664247.443881, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36'),
(80, 269, 1604687757.902032, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36'),
(81, 270, 1604692269.519315, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36'),
(82, 271, 1604693365.774397, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36'),
(83, 284, 1604769604.534372, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36'),
(84, 285, 1604769792.315811, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36'),
(85, 298, 1605016796.118877, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36'),
(86, 299, 1605017974.541074, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36'),
(87, 300, 1605018349.272234, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36'),
(88, 301, 1605018410.066750, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36'),
(89, 302, 1605019328.909501, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36'),
(90, 303, 1605019928.099235, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36'),
(91, 304, 1605022470.941232, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36'),
(92, 305, 1605023531.221029, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36'),
(93, 307, 1605213497.242595, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36'),
(94, 308, 1605213730.453420, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36'),
(95, 309, 1605217761.276078, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36'),
(96, 310, 1605220497.545395, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36'),
(97, 315, 1605846460.537090, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.66 Safari/537.36'),
(98, 317, 1605847100.329610, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.66 Safari/537.36'),
(99, 319, 1606327342.900990, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.66 Safari/537.36'),
(100, 320, 1606335447.073375, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.66 Safari/537.36'),
(101, 321, 1606440350.072260, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.66 Safari/537.36'),
(102, 322, 1606440690.380533, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.66 Safari/537.36'),
(103, 324, 1606773557.102418, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.66 Safari/537.36'),
(104, 325, 1606774121.453189, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.66 Safari/537.36'),
(105, 326, 1606876379.269562, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.66 Safari/537.36'),
(106, 327, 1606876629.279531, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.66 Safari/537.36'),
(107, 328, 1607093097.543835, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.66 Safari/537.36'),
(108, 329, 1607093608.705667, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.66 Safari/537.36'),
(109, 330, 1607208056.521786, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36'),
(110, 331, 1607209278.635691, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36'),
(111, 344, 1607664009.712593, 1, 'loginFailValidUsername', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36'),
(112, 345, 1607664039.241442, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36'),
(113, 346, 1607665355.470433, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36'),
(114, 347, 1607703414.639649, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36'),
(115, 348, 1607704659.666239, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36'),
(116, 349, 1607774087.847891, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36'),
(117, 350, 1607774818.169637, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36'),
(118, 352, 1608309789.696360, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36'),
(119, 353, 1608310281.782044, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36'),
(120, 357, 1608930015.132647, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36'),
(121, 358, 1608930357.992794, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36'),
(122, 361, 1609428594.947910, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36'),
(123, 362, 1609428797.683163, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36'),
(124, 363, 1609511075.407121, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36'),
(125, 364, 1609511482.130229, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36'),
(126, 375, 1610056574.249753, 1, 'loginFailValidUsername', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36'),
(127, 376, 1610056583.139569, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36'),
(128, 377, 1610057315.709472, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36'),
(129, 378, 1610060969.339179, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36'),
(130, 379, 1610062734.110422, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36'),
(131, 382, 1610660676.495474, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36'),
(132, 383, 1610661088.406289, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36'),
(133, 384, 1610936196.153018, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36'),
(134, 385, 1611079936.402089, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36'),
(135, 386, 1611080482.779642, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36'),
(136, 387, 1611080935.126987, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36'),
(137, 388, 1611081031.284742, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36'),
(138, 389, 1611150787.901699, 1, 'loginFailValidUsername', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36'),
(139, 390, 1611150794.098991, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36'),
(140, 391, 1611155990.121922, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36'),
(141, 392, 1611156212.155469, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36'),
(142, 393, 1611157106.823169, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36'),
(143, 394, 1611158780.698842, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36'),
(144, 403, 1611316801.382190, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36'),
(145, 404, 1611317327.531770, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36'),
(146, 407, 1611692880.769077, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36'),
(147, 408, 1611694024.363362, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36'),
(148, 409, 1611700372.353595, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36'),
(149, 410, 1611700563.991904, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36'),
(150, 416, 1612203349.211288, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.104 Safari/537.36'),
(151, 417, 1612204357.864336, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.104 Safari/537.36'),
(152, 418, 1612204439.685073, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.104 Safari/537.36'),
(153, 419, 1612204606.549485, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.104 Safari/537.36'),
(154, 420, 1612206103.901862, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.104 Safari/537.36'),
(155, 421, 1612206213.323207, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.104 Safari/537.36'),
(156, 422, 1612206961.577684, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.104 Safari/537.36'),
(157, 423, 1612207251.054445, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.104 Safari/537.36'),
(158, 424, 1612207292.006279, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.104 Safari/537.36'),
(159, 425, 1612207345.805844, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.104 Safari/537.36'),
(160, 426, 1612410805.069720, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.104 Safari/537.36'),
(161, 427, 1612411544.602489, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.104 Safari/537.36'),
(162, 428, 1612544991.857446, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.146 Safari/537.36'),
(163, 429, 1612546582.793823, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.146 Safari/537.36'),
(164, 430, 1612546955.494825, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.146 Safari/537.36'),
(165, 447, 1614610809.291312, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36'),
(166, 448, 1614613270.229061, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36'),
(167, 449, 1615129988.723034, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36'),
(168, 450, 1615130922.540035, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36'),
(169, 457, 1615597540.224931, 1, 'loginFailValidUsername', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.82 Safari/537.36'),
(170, 458, 1615597630.374291, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.82 Safari/537.36'),
(171, 459, 1615598130.942742, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.82 Safari/537.36'),
(172, 460, 1615598181.470807, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.82 Safari/537.36'),
(173, 461, 1615598251.442844, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.82 Safari/537.36'),
(174, 513, 1623072036.725447, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36'),
(175, 515, 1623077801.318898, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36'),
(176, 518, 1623093066.747100, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36'),
(177, 519, 1623093817.485959, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36'),
(178, 520, 1623094910.873930, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36'),
(179, 521, 1623095036.497454, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36'),
(180, 525, 1623419196.788933, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36'),
(181, 526, 1623419713.742556, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36'),
(182, 527, 1623419775.338283, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36'),
(183, 528, 1623420394.187075, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36'),
(184, 529, 1623420426.118623, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36'),
(185, 530, 1623420560.215181, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36'),
(186, 531, 1623499873.387503, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36'),
(187, 532, 1623500234.087989, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36'),
(188, 541, 1623853470.990056, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffffa2e1396d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36'),
(189, 542, 1623853744.170842, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffffa2e1396d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36'),
(190, 671, 1624973352.719112, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36'),
(191, 672, 1624978919.706749, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36'),
(192, 676, 1625846687.959185, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(193, 678, 1625847402.832180, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(194, 686, 1627522953.157896, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36'),
(195, 687, 1627524234.691857, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36'),
(196, 706, 1628167596.440367, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffffa2e1396d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36'),
(197, 708, 1628168359.491666, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffffa2e1396d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36'),
(198, 713, 1629729908.387718, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffffa2e1396d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36'),
(199, 714, 1629730505.567403, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffffa2e1396d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36'),
(200, 719, 1630605420.509015, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36'),
(201, 720, 1630605730.153742, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36'),
(202, 744, 1631744833.948574, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36'),
(203, 745, 1631745285.877062, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36'),
(204, 1164, 1636415262.990211, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(205, 1165, 1636415275.009618, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(206, 1166, 1636416421.656838, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(207, 1167, 1636483648.481444, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(208, 1168, 1636485644.123597, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(209, 1169, 1636562289.150287, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(210, 1170, 1636562921.402830, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(211, 1171, 1636656649.312918, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(212, 1172, 1636658030.890413, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(213, 1174, 1636816012.490671, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(214, 2549, 1649695312.582318, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36'),
(215, 2557, 1649697442.019707, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36'),
(216, 3020, 1651066599.483988, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),
(217, 3021, 1651067626.348651, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),
(218, 3023, 1651114850.021031, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),
(219, 3024, 1651115872.640340, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),
(220, 3204, 1651527516.440288, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),
(221, 3205, 1651531016.495123, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),
(222, 3206, 1651544015.464128, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),
(223, 3207, 1651544235.937391, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),
(224, 3208, 1651544283.528711, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),
(225, 3209, 1651544364.202865, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),
(226, 3356, 1652108423.822883, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.54 Safari/537.36'),
(227, 3357, 1652109145.633422, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.54 Safari/537.36'),
(228, 3375, 1652119566.137670, 1, 'loginFailValidUsername', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.54 Safari/537.36');
INSERT INTO `iamc_wflogins` (`id`, `hitID`, `ctime`, `fail`, `action`, `username`, `userID`, `IP`, `UA`) VALUES
(229, 3376, 1652119571.953815, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.54 Safari/537.36'),
(230, 3377, 1652122797.156301, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.54 Safari/537.36'),
(231, 3378, 1652124245.122100, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.54 Safari/537.36'),
(232, 3379, 1652124556.558884, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.54 Safari/537.36'),
(233, 3380, 1652124741.736601, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.54 Safari/537.36'),
(234, 3381, 1652125070.865902, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.54 Safari/537.36'),
(235, 3524, 1652758066.292715, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.67 Safari/537.36'),
(236, 3525, 1652759004.626995, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.67 Safari/537.36'),
(237, 3539, 1652821747.967045, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.67 Safari/537.36'),
(238, 3540, 1652822127.585227, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.67 Safari/537.36'),
(239, 3541, 1652822451.475512, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.67 Safari/537.36'),
(240, 3542, 1652822550.720618, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.67 Safari/537.36'),
(241, 3546, 1652833648.208157, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.67 Safari/537.36'),
(242, 3547, 1652834059.887399, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.67 Safari/537.36'),
(243, 3548, 1652834421.262657, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.67 Safari/537.36'),
(244, 3549, 1652834489.286351, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.67 Safari/537.36'),
(245, 4117, 1654122891.692897, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15'),
(246, 4118, 1654124786.613270, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15'),
(247, 4119, 1654126238.708068, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15'),
(248, 4120, 1654126487.386637, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15'),
(249, 4771, 1655133405.988659, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36'),
(250, 4772, 1655133718.848082, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36'),
(251, 4833, 1655326400.086525, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36'),
(252, 4834, 1655327060.448808, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36'),
(253, 4885, 1655722567.189414, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36'),
(254, 4886, 1655728724.840439, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36'),
(255, 4887, 1655730412.107421, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36'),
(256, 4888, 1655735515.997021, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36'),
(257, 4964, 1656065659.801140, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36'),
(258, 4965, 1656067491.273023, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36'),
(259, 4970, 1656169702.660968, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff32c2f3bd, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36'),
(260, 4971, 1656176290.840863, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff32c2f3bd, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36'),
(261, 4972, 1656194872.786906, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffffce39480d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36'),
(262, 4973, 1656194986.855760, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffffce39480d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36'),
(263, 5091, 1656512099.377674, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36'),
(264, 5092, 1656513622.256427, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36'),
(265, 5093, 1656517324.272588, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36'),
(266, 5094, 1656517409.607441, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36'),
(267, 5349, 1657191477.428961, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),
(268, 5350, 1657192071.573494, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),
(269, 5351, 1657192076.621246, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),
(270, 5352, 1657192125.289885, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),
(271, 5353, 1657192320.642362, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),
(272, 5354, 1657192383.249747, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),
(273, 6784, 1660434642.458213, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36'),
(274, 6785, 1660434686.907529, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff18638e0c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36'),
(275, 11115, 1669893888.097515, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff49b89592, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36'),
(276, 11116, 1669895475.610600, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff49b89592, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36'),
(277, 11127, 1669981901.061229, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff49b89592, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36'),
(278, 11128, 1669982479.022052, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff49b89592, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36'),
(279, 11129, 1669990377.215376, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff49b89592, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36'),
(280, 11130, 1669991025.176563, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff49b89592, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36'),
(281, 11131, 1669991140.812981, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff49b89592, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36'),
(282, 11132, 1669991189.786240, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff49b89592, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36'),
(283, 11707, 1670642129.314550, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff49b89592, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36'),
(284, 11708, 1670643056.031981, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff49b89592, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36'),
(285, 12232, 1672611463.436117, 1, 'loginFailValidUsername', 'iamcmanagement', 1, 0x00000000000000000000ffff49b89592, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36'),
(286, 12233, 1672611473.233193, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff49b89592, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36'),
(287, 12234, 1672612185.829791, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff49b89592, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36'),
(288, 12547, 1673357095.190687, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff49b89592, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36'),
(289, 12548, 1673357100.079432, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff49b89592, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36'),
(290, 12549, 1673357693.349347, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff49b89592, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36'),
(291, 12555, 1673468572.972026, 0, 'loginOK', 'iamcmanagement', 1, 0x00000000000000000000ffff49b89592, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36'),
(292, 12556, 1673470297.500191, 0, 'logout', 'iamcmanagement', 1, 0x00000000000000000000ffff49b89592, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36');

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

--
-- Table structure for table `iamc_wfls_2fa_secrets`
--

CREATE TABLE `iamc_wfls_2fa_secrets` (
  `id` int UNSIGNED NOT NULL,
  `user_id` bigint UNSIGNED NOT NULL,
  `secret` tinyblob NOT NULL,
  `recovery` blob NOT NULL,
  `ctime` int UNSIGNED NOT NULL,
  `vtime` int UNSIGNED NOT NULL,
  `mode` enum('authenticator') NOT NULL DEFAULT 'authenticator'
) ENGINE=InnoDB DEFAULT CHARSET=utf8 TABLESPACE `afrowebh_iamctv`;

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

--
-- Table structure for table `iamc_wfls_settings`
--

CREATE TABLE `iamc_wfls_settings` (
  `name` varchar(191) NOT NULL DEFAULT '',
  `value` longblob,
  `autoload` enum('no','yes') NOT NULL DEFAULT 'yes'
) ENGINE=InnoDB DEFAULT CHARSET=utf8 TABLESPACE `afrowebh_iamctv`;

--
-- Dumping data for table `iamc_wfls_settings`
--

INSERT INTO `iamc_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'),
('enable-auth-captcha', '', 'yes'),
('enable-login-history-columns', 0x31, 'yes'),
('enable-woocommerce-integration', '', 'yes'),
('global-notices', 0x5b5d, 'yes'),
('ip-source', '', 'yes'),
('ip-trusted-proxies', '', 'yes'),
('last-secret-refresh', 0x31363535323631393730, 'yes'),
('ntp-failure-count', 0x33, 'yes'),
('ntp-offset', 0x30, 'yes'),
('recaptcha-threshold', 0x302e35, 'yes'),
('remember-device', '', 'yes'),
('remember-device-duration', 0x32353932303030, 'yes'),
('require-2fa-grace-period-enabled', '', 'yes'),
('require-2fa.administrator', '', 'yes'),
('shared-hash-secret', 0x34663239613266626335646635306364306135623539633235343461633962316661653437356566646330393535626166636136353232306233383434633266, 'yes'),
('shared-symmetric-secret', 0x64666237643539383534643761626130393130373734373164353232366230616266303831396437313464663165663037613661326130353331663538616435, 'yes'),
('use-ntp', '', 'yes'),
('whitelisted', '', 'yes'),
('xmlrpc-enabled', 0x31, 'yes');

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

--
-- Table structure for table `iamc_wfnotifications`
--

CREATE TABLE `iamc_wfnotifications` (
  `id` varchar(32) NOT NULL DEFAULT '',
  `new` tinyint UNSIGNED NOT NULL DEFAULT '1',
  `category` varchar(255) NOT NULL,
  `priority` int NOT NULL DEFAULT '1000',
  `ctime` int UNSIGNED NOT NULL,
  `html` text NOT NULL,
  `links` text NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `iamc_wfnotifications`
--

INSERT INTO `iamc_wfnotifications` (`id`, `new`, `category`, `priority`, `ctime`, `html`, `links`) VALUES
('site-AEAAAAA', 0, 'wfplugin_updates', 502, 1591717507, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 theme</a>', '[]'),
('site-AIAAAAA', 0, 'wfplugin_scan', 502, 1591717510, '<a href=\"https://www.iamctv.com/wp-admin/admin.php?page=WordfenceScan\">1 issue found in most recent scan</a>', '[]'),
('site-AMAAAAA', 0, 'wfplugin_updates', 502, 1597414778, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">Updates are available for 3 themes</a>', '[]'),
('site-AQAAAAA', 0, 'wfplugin_scan', 502, 1592322556, '<a href=\"https://www.iamctv.com/wp-admin/admin.php?page=WordfenceScan\">5 issues found in most recent scan</a>', '[]'),
('site-DUAAAAA', 0, 'wfplugin_scan', 502, 1597254635, '<a href=\"https://www.iamctv.com/wp-admin/admin.php?page=WordfenceScan\">16 issues found in most recent scan</a>', '[]'),
('site-ZEAAAAA', 0, 'wfplugin_updates', 502, 1599229359, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">Updates are available for 12 plugins</a>', '[]'),
('site-YIAAAAA', 0, 'wfplugin_scan', 502, 1597414781, '<a href=\"https://www.iamctv.com/wp-admin/admin.php?page=WordfenceScan\">3 issues found in most recent scan</a>', '[]'),
('site-ZIAAAAA', 0, 'wfplugin_scan', 502, 1599229362, '<a href=\"https://www.iamctv.com/wp-admin/admin.php?page=WordfenceScan\">12 issues found in most recent scan</a>', '[]'),
('site-BQAQAAA', 0, 'wfplugin_updates', 502, 1599575296, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-BUAQAAA', 0, 'wfplugin_updates', 502, 1599620419, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-BYAQAAA', 0, 'wfplugin_updates', 502, 1599706830, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-B4AQAAA', 0, 'wfplugin_updates', 502, 1601994298, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-CAAQAAA', 0, 'wfplugin_scan', 502, 1600439315, '<a href=\"https://www.iamctv.com/wp-admin/admin.php?page=WordfenceScan\">1 issue found in most recent scan</a>', '[]'),
('site-HUAQAAA', 0, 'wfplugin_scan', 502, 1601734941, '<a href=\"https://www.iamctv.com/wp-admin/admin.php?page=WordfenceScan\">1 issue found in most recent scan</a>', '[]'),
('site-PUAQAAA', 0, 'wfplugin_scan', 502, 1601994305, '<a href=\"https://www.iamctv.com/wp-admin/admin.php?page=WordfenceScan\">1 issue found in most recent scan</a>', '[]'),
('site-Q4AQAAA', 0, 'wfplugin_updates', 502, 1602126286, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-RAAQAAA', 0, 'wfplugin_updates', 502, 1602190874, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-REAQAAA', 0, 'wfplugin_updates', 502, 1602255893, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-RIAQAAA', 0, 'wfplugin_updates', 502, 1602515067, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-RMAQAAA', 0, 'wfplugin_updates', 502, 1602676850, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">Updates are available for 2 plugins</a>', '[]'),
('site-RYAQAAA', 0, 'wfplugin_scan', 502, 1602623017, '<a href=\"https://www.iamctv.com/wp-admin/admin.php?page=WordfenceScan\">2 issues found in most recent scan</a>', '[]'),
('site-SAAQAAA', 0, 'wfplugin_updates', 502, 1602709464, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-SEAQAAA', 0, 'wfplugin_updates', 502, 1602795709, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-SIAQAAA', 0, 'wfplugin_updates', 502, 1603720088, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">Updates are available for 2 plugins</a>', '[]'),
('site-SMAQAAA', 0, 'wfplugin_scan', 502, 1603720088, '<a href=\"https://www.iamctv.com/wp-admin/admin.php?page=WordfenceScan\">2 issues found in most recent scan</a>', '[]'),
('site-YAAQAAA', 0, 'wfplugin_updates', 502, 1603810829, '<a href=\"http://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-YIAQAAA', 0, 'wfplugin_updates', 502, 1603897130, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-YUAQAAA', 0, 'wfplugin_updates', 502, 1603919103, '<a href=\"http://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-YYAQAAA', 0, 'wfplugin_updates', 502, 1604329321, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-Y4AQAAA', 0, 'wfplugin_updates', 502, 1604610407, '<a href=\"http://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-ZAAQAAA', 0, 'wfplugin_updates', 502, 1604934354, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-ZEAQAAA', 0, 'wfplugin_updates', 502, 1605020639, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-ZIAQAAA', 0, 'wfplugin_updates', 502, 1605022849, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-ZMAQAAA', 0, 'wfplugin_updates', 502, 1605063720, '<a href=\"http://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-ZQAQAAA', 0, 'wfplugin_updates', 502, 1605107181, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-ZUAQAAA', 0, 'wfplugin_updates', 502, 1605538945, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-ZYAQAAA', 0, 'wfplugin_updates', 502, 1605582212, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-Z4AQAAA', 0, 'wfplugin_updates', 502, 1605625529, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-2IAQAAA', 0, 'wfplugin_updates', 502, 1605733676, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-2MAQAAA', 0, 'wfplugin_updates', 502, 1605798087, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-2QAQAAA', 0, 'wfplugin_updates', 502, 1606186756, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-2UAQAAA', 0, 'wfplugin_updates', 502, 1606230488, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-2YAQAAA', 0, 'wfplugin_updates', 502, 1606252122, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-24AQAAA', 0, 'wfplugin_updates', 502, 1606273355, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-3AAQAAA', 0, 'wfplugin_updates', 502, 1606316686, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-3MAQAAA', 0, 'wfplugin_updates', 502, 1606403119, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-3UAQAAA', 0, 'wfplugin_updates', 502, 1606489130, '<a href=\"http://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-3YAQAAA', 0, 'wfplugin_updates', 502, 1606856620, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-4EAQAAA', 0, 'wfplugin_scan', 502, 1606856625, '<a href=\"https://www.iamctv.com/wp-admin/admin.php?page=WordfenceScan\">1 issue found in most recent scan</a>', '[]'),
('site-4IAQAAA', 0, 'wfplugin_updates', 502, 1606921260, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-4QAQAAA', 0, 'wfplugin_updates', 502, 1607029545, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-4UAQAAA', 0, 'wfplugin_updates', 502, 1607353341, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-5AAQAAA', 0, 'wfplugin_updates', 502, 1607439549, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-5EAQAAA', 0, 'wfplugin_updates', 502, 1607461637, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-5MAQAAA', 0, 'wfplugin_updates', 502, 1607634226, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">Updates are available for 2 themes</a>', '[]'),
('site-5YAQAAA', 0, 'wfplugin_scan', 502, 1607634230, '<a href=\"https://www.iamctv.com/wp-admin/admin.php?page=WordfenceScan\">2 issues found in most recent scan</a>', '[]'),
('site-6YAQAAA', 0, 'wfplugin_updates', 502, 1607871813, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-64AQAAA', 0, 'wfplugin_updates', 502, 1607914988, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-7AAQAAA', 0, 'wfplugin_updates', 502, 1608044338, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-7IAQAAA', 0, 'wfplugin_updates', 502, 1608217145, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-7QAQAAA', 0, 'wfplugin_updates', 502, 1608239224, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-7UAQAAA', 0, 'wfplugin_updates', 502, 1608930215, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 theme</a>', '[]'),
('site-AABAAAA', 0, 'wfplugin_scan', 502, 1608930220, '<a href=\"https://www.iamctv.com/wp-admin/admin.php?page=WordfenceScan\">1 issue found in most recent scan</a>', '[]'),
('site-CMBAAAA', 0, 'wfplugin_updates', 502, 1609124309, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-CQBAAAA', 0, 'wfplugin_updates', 502, 1609253912, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-CYBAAAA', 0, 'wfplugin_updates', 502, 1610053588, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 theme</a>', '[]'),
('site-C4BAAAA', 0, 'wfplugin_scan', 502, 1610053594, '<a href=\"https://www.iamctv.com/wp-admin/admin.php?page=WordfenceScan\">1 issue found in most recent scan</a>', '[]'),
('site-DQBAAAA', 0, 'wfplugin_updates', 502, 1610291021, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-DUBAAAA', 0, 'wfplugin_updates', 502, 1610399165, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-DYBAAAA', 0, 'wfplugin_updates', 502, 1610463814, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-EMBAAAA', 0, 'wfplugin_updates', 502, 1610486263, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-FABAAAA', 0, 'wfplugin_updates', 502, 1610571863, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-FEBAAAA', 0, 'wfplugin_updates', 502, 1610593499, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-FIBAAAA', 0, 'wfplugin_updates', 502, 1610636818, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-FQBAAAA', 0, 'wfplugin_updates', 502, 1610658656, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-FUBAAAA', 0, 'wfplugin_updates', 502, 1610982022, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-FYBAAAA', 0, 'wfplugin_updates', 502, 1611068390, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-F4BAAAA', 0, 'wfplugin_updates', 502, 1611090360, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-GABAAAA', 0, 'wfplugin_updates', 502, 1611241209, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-GEBAAAA', 0, 'wfplugin_updates', 502, 1611608740, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-GIBAAAA', 0, 'wfplugin_updates', 502, 1611673191, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-GUBAAAA', 0, 'wfplugin_updates', 502, 1611695081, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-GYBAAAA', 0, 'wfplugin_updates', 502, 1611868095, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-G4BAAAA', 0, 'wfplugin_updates', 502, 1612234895, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-HABAAAA', 0, 'wfplugin_updates', 502, 1612278051, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-HEBAAAA', 0, 'wfplugin_updates', 502, 1612321114, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-HIBAAAA', 0, 'wfplugin_updates', 502, 1612796730, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-HMBAAAA', 0, 'wfplugin_updates', 502, 1612882979, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-HUBAAAA', 0, 'wfplugin_updates', 502, 1614611129, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">Updates are available for 2 themes</a>', '[]'),
('site-IABAAAA', 0, 'wfplugin_scan', 502, 1614611129, '<a href=\"https://www.iamctv.com/wp-admin/admin.php?page=WordfenceScan\">2 issues found in most recent scan</a>', '[]'),
('site-TYBAAAA', 0, 'wfplugin_updates', 502, 1614719460, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-T4BAAAA', 0, 'wfplugin_updates', 502, 1614740580, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-UABAAAA', 0, 'wfplugin_updates', 502, 1614869946, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-UEBAAAA', 0, 'wfplugin_updates', 502, 1614892120, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-UIBAAAA', 0, 'wfplugin_updates', 502, 1614956508, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-UMBAAAA', 0, 'wfplugin_updates', 502, 1615598085, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">Updates are available for 2 themes</a>', '[]'),
('site-UYBAAAA', 0, 'wfplugin_scan', 502, 1615598085, '<a href=\"https://www.iamctv.com/wp-admin/admin.php?page=WordfenceScan\">2 issues found in most recent scan</a>', '[]'),
('site-Y4BAAAA', 0, 'wfplugin_updates', 502, 1623380395, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 2 themes</a>', '[]'),
('site-ZABAAAA', 1, 'wfplugin_scan', 502, 1674591160, '<a href=\"https://www.iamctv.com/wp-admin/admin.php?page=WordfenceScan\">Scan failed: There was an error connecting to the Wordfence scanning servers: cURL error 7: </a>', '[]'),
('site-VICAAAA', 0, 'wfplugin_updates', 502, 1623419996, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 theme</a>', '[]'),
('site-WACAAAA', 0, 'wfplugin_updates', 502, 1623423636, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-WUCAAAA', 0, 'wfplugin_updates', 502, 1623467084, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-YACAAAA', 0, 'wfplugin_updates', 502, 1623769145, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-YYCAAAA', 0, 'wfplugin_updates', 502, 1623812381, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-ZMCAAAA', 0, 'wfplugin_updates', 502, 1624910418, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-BMCQAAA', 0, 'wfplugin_updates', 502, 1625842993, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 2 plugins</a>', '[]'),
('site-IUCQAAA', 0, 'wfplugin_updates', 502, 1626188374, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-JQCQAAA', 0, 'wfplugin_updates', 502, 1626231629, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-J4CQAAA', 0, 'wfplugin_updates', 502, 1628168094, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 2 themes</a>', '[]'),
('site-ZUCQAAA', 0, 'wfplugin_updates', 502, 1628607524, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-2QCQAAA', 0, 'wfplugin_updates', 502, 1628693992, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-3QCQAAA', 0, 'wfplugin_updates', 502, 1628823530, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-34CQAAA', 0, 'wfplugin_updates', 502, 1628866967, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-5QCQAAA', 0, 'wfplugin_updates', 502, 1628910175, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-6QCQAAA', 0, 'wfplugin_updates', 502, 1629126325, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-7QCQAAA', 0, 'wfplugin_updates', 502, 1629212306, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-AIDAAAA', 0, 'wfplugin_updates', 502, 1629255908, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-A4DAAAA', 0, 'wfplugin_updates', 502, 1629342229, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-CEDAAAA', 0, 'wfplugin_updates', 502, 1629730742, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-C4DAAAA', 0, 'wfplugin_updates', 502, 1629817297, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-DYDAAAA', 0, 'wfplugin_updates', 502, 1629946779, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-EEDAAAA', 0, 'wfplugin_updates', 502, 1629990204, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-GADAAAA', 0, 'wfplugin_updates', 502, 1630422133, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-GUDAAAA', 0, 'wfplugin_updates', 502, 1630508585, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-HMDAAAA', 0, 'wfplugin_updates', 502, 1630551679, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-JEDAAAA', 0, 'wfplugin_updates', 502, 1631026783, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-KEDAAAA', 0, 'wfplugin_updates', 502, 1631070396, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-KYDAAAA', 0, 'wfplugin_updates', 502, 1631156381, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-MQDAAAA', 0, 'wfplugin_updates', 502, 1631545399, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-NEDAAAA', 0, 'wfplugin_updates', 502, 1631631813, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-OIDAAAA', 0, 'wfplugin_updates', 502, 1631674841, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-OUDAAAA', 0, 'wfplugin_updates', 502, 1631717992, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-PQDAAAA', 0, 'wfplugin_updates', 502, 1631744912, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-P4DAAAA', 0, 'wfplugin_updates', 502, 1631804474, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-SADAAAA', 0, 'wfplugin_updates', 502, 1632236772, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-SUDAAAA', 0, 'wfplugin_updates', 502, 1632279730, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-TUDAAAA', 0, 'wfplugin_updates', 502, 1632452534, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-VEDAAAA', 0, 'wfplugin_updates', 502, 1632841338, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('network-GQ2TGNZU', 0, 'toupp-20210927', 100, 1637593621, '<p><strong>Wordfence Terms of Use and Privacy Policy Updated</strong></p>\n<p>Please review the updated Wordfence Terms of Use and Privacy Policy. We have incorporated the new versions of the Standard Contractual Clauses issued by the European Commission.</p>\n<p><a href=\"https://www.wordfence.com/terms-of-use/?utm_source=plugin&amp;utm_medium=pluginalert&amp;utm_campaign=toupp20210927\" class=\"wf-btn wf-btn-callout wf-btn-primary\" target=\"_blank\">Terms of Use</a> <a href=\"https://www.wordfence.com/privacy-policy/?utm_source=plugin&amp;utm_medium=pluginalert&amp;utm_campaign=toupp20210927\" class=\"wf-btn wf-btn-callout wf-btn-primary\" target=\"_blank\">Privacy Policy</a></p>', '[]'),
('site-WUDAAAA', 0, 'wfplugin_updates', 502, 1633057402, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-YIDAAAA', 0, 'wfplugin_updates', 502, 1633402871, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-YUDAAAA', 0, 'wfplugin_updates', 502, 1633445949, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-ZQDAAAA', 0, 'wfplugin_updates', 502, 1633489228, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-2MDAAAA', 0, 'wfplugin_updates', 502, 1633575672, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-4ADAAAA', 0, 'wfplugin_updates', 502, 1633964647, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-44DAAAA', 0, 'wfplugin_updates', 502, 1633982499, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-5QDAAAA', 0, 'wfplugin_updates', 502, 1634094087, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-6MDAAAA', 0, 'wfplugin_updates', 502, 1634137173, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-7MDAAAA', 0, 'wfplugin_updates', 502, 1634266975, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-AUDQAAA', 0, 'wfplugin_updates', 502, 1634569216, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-BQDQAAA', 0, 'wfplugin_updates', 502, 1634655614, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-CQDQAAA', 0, 'wfplugin_updates', 502, 1634698733, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-DEDQAAA', 0, 'wfplugin_updates', 502, 1634785269, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-DQDQAAA', 0, 'wfplugin_updates', 502, 1634828511, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-E4DQAAA', 0, 'wfplugin_updates', 502, 1635173945, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-FQDQAAA', 0, 'wfplugin_updates', 502, 1635260433, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-GMDQAAA', 0, 'wfplugin_updates', 502, 1635346793, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-HADQAAA', 0, 'wfplugin_updates', 502, 1635390041, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-HMDQAAA', 0, 'wfplugin_updates', 502, 1635433401, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-IADQAAA', 0, 'wfplugin_updates', 502, 1635519533, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-JQDQAAA', 0, 'wfplugin_updates', 502, 1635865252, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-KUDQAAA', 0, 'wfplugin_updates', 502, 1635908334, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-MYDQAAA', 0, 'wfplugin_updates', 502, 1636469920, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 2 plugins</a>', '[]'),
('site-OEDQAAA', 0, 'wfplugin_updates', 502, 1636729280, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-PIDQAAA', 0, 'wfplugin_updates', 502, 1636988737, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-QADQAAA', 0, 'wfplugin_updates', 502, 1637074815, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-Q4DQAAA', 0, 'wfplugin_updates', 502, 1637161345, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-R4DQAAA', 0, 'wfplugin_updates', 502, 1637290829, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-SIDQAAA', 0, 'wfplugin_updates', 502, 1637334012, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-TQDQAAA', 0, 'wfplugin_updates', 502, 1637593615, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-UEDQAAA', 0, 'wfplugin_updates', 502, 1637615272, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('network-GQ2TGNZV', 0, 'toupp-20211122', 100, 1657767739, '<p><strong>Wordfence Terms of Service and End User License Agreement Update</strong></p>\n<p>Please review the updated Terms of Service with the new Wordfence End User License Agreement.\n</p>\n<p><a href=\"https://www.wordfence.com/terms-of-service/?utm_source=plugin&amp;utm_medium=pluginalert&amp;utm_campaign=toupp20211122\" class=\"wf-btn wf-btn-callout wf-btn-primary\" target=\"_blank\">Terms of Service</a> <a href=\"https://www.wordfence.com/license-terms-and-conditions/?utm_source=plugin&amp;utm_medium=pluginalert&amp;utm_campaign=toupp20211122\" class=\"wf-btn wf-btn-callout wf-btn-primary\" target=\"_blank\">End User License Agreement</a></p>', '[]'),
('site-UYDQAAA', 0, 'wfplugin_updates', 502, 1637679813, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-VMDQAAA', 0, 'wfplugin_updates', 502, 1637766196, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-XADQAAA', 0, 'wfplugin_updates', 502, 1638111566, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-X4DQAAA', 0, 'wfplugin_updates', 502, 1638284420, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-YUDQAAA', 0, 'wfplugin_updates', 502, 1638307096, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-ZIDQAAA', 0, 'wfplugin_updates', 502, 1638371129, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-3MDQAAA', 0, 'wfplugin_updates', 502, 1638911997, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-6ADQAAA', 0, 'wfplugin_updates', 502, 1639494187, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-6UDQAAA', 0, 'wfplugin_updates', 502, 1639580491, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-CYEAAAA', 0, 'wfplugin_updates', 502, 1640617143, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-EEEAAAA', 0, 'wfplugin_updates', 502, 1640898910, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-F4EAAAA', 0, 'wfplugin_updates', 502, 1641308612, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-IIEAAAA', 0, 'wfplugin_updates', 502, 1641826964, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-I4EAAAA', 0, 'wfplugin_updates', 502, 1641913175, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-KYEAAAA', 0, 'wfplugin_updates', 502, 1642431620, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-LIEAAAA', 0, 'wfplugin_updates', 502, 1642453277, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-L4EAAAA', 0, 'wfplugin_updates', 502, 1642518117, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-MIEAAAA', 0, 'wfplugin_updates', 502, 1642540937, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-NEEAAAA', 0, 'wfplugin_updates', 502, 1642690749, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-PAEAAAA', 0, 'wfplugin_updates', 502, 1643058192, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-PUEAAAA', 0, 'wfplugin_updates', 502, 1643123087, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-Q4EAAAA', 0, 'wfplugin_updates', 502, 1649689905, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 4 themes</a>', '[]'),
('site-DAFAAAA', 0, 'wfplugin_updates', 502, 1650294215, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-DUFAAAA', 0, 'wfplugin_updates', 502, 1650380737, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-EQFAAAA', 0, 'wfplugin_updates', 502, 1650467087, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-GUFAAAA', 0, 'wfplugin_updates', 502, 1650985200, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-HIFAAAA', 0, 'wfplugin_updates', 502, 1651028466, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-HUFAAAA', 0, 'wfplugin_updates', 502, 1651072669, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-JYFAAAA', 0, 'wfplugin_updates', 502, 1651589966, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-LMFAAAA', 0, 'wfplugin_updates', 502, 1651806201, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-LYFAAAA', 0, 'wfplugin_updates', 502, 1651849149, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-NQFAAAA', 0, 'wfplugin_updates', 502, 1652194800, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-OMFAAAA', 0, 'wfplugin_updates', 502, 1652367987, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-PYFAAAA', 0, 'wfplugin_updates', 502, 1652713168, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-QMFAAAA', 0, 'wfplugin_updates', 502, 1652799714, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-Q4FAAAA', 0, 'wfplugin_updates', 502, 1652843036, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-RMFAAAA', 0, 'wfplugin_updates', 502, 1652885976, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-SAFAAAA', 0, 'wfplugin_updates', 502, 1652972821, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-SMFAAAA', 0, 'wfplugin_updates', 502, 1653015746, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-UIFAAAA', 0, 'wfplugin_updates', 502, 1655694027, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 2 themes</a>', '[]'),
('site-FMFQAAA', 0, 'wfplugin_updates', 502, 1655755630, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-GAFQAAA', 0, 'wfplugin_updates', 502, 1655823908, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-GMFQAAA', 0, 'wfplugin_updates', 502, 1655867235, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-HMFQAAA', 0, 'wfplugin_updates', 502, 1655996447, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-I4FQAAA', 0, 'wfplugin_updates', 502, 1656342274, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-JIFQAAA', 0, 'wfplugin_updates', 502, 1656360269, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-JYFQAAA', 0, 'wfplugin_updates', 502, 1656428514, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-KYFQAAA', 0, 'wfplugin_updates', 502, 1656644549, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-MUFQAAA', 0, 'wfplugin_updates', 502, 1657076576, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-NIFQAAA', 0, 'wfplugin_updates', 502, 1657119885, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-OIFQAAA', 0, 'wfplugin_updates', 502, 1657292586, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-OUFQAAA', 0, 'wfplugin_updates', 502, 1657335518, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-P4FQAAA', 0, 'wfplugin_updates', 502, 1657594922, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-RAFQAAA', 0, 'wfplugin_updates', 502, 1657637993, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-R4FQAAA', 0, 'wfplugin_updates', 502, 1666037449, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 theme</a>', '[]'),
('network-GQ2TGNZW', 1, 'toupp-20220714', 100, 1658631693, '<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-GUGQAAA', 0, 'wfplugin_updates', 502, 1669894694, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-3YGQAAA', 0, 'wfplugin_updates', 502, 1670252357, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-4IGQAAA', 0, 'wfplugin_updates', 502, 1670338781, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-4UGQAAA', 0, 'wfplugin_updates', 502, 1670357411, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 2 plugins</a>', '[]'),
('site-5YGQAAA', 0, 'wfplugin_updates', 502, 1670684325, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-6QGQAAA', 0, 'wfplugin_updates', 502, 1670943522, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-64GQAAA', 0, 'wfplugin_updates', 502, 1670962291, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-7YGQAAA', 0, 'wfplugin_updates', 502, 1671202852, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-AQHAAAA', 0, 'wfplugin_updates', 502, 1671462184, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-BAHAAAA', 0, 'wfplugin_updates', 502, 1671548650, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-BMHAAAA', 0, 'wfplugin_updates', 502, 1671567262, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 2 plugins</a>', '[]'),
('site-CEHAAAA', 0, 'wfplugin_updates', 502, 1671634945, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 2 plugins</a>', '[]'),
('site-DUHAAAA', 0, 'wfplugin_updates', 502, 1672239587, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 2 plugins</a>', '[]'),
('site-FQHAAAA', 0, 'wfplugin_updates', 502, 1673276352, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 2 plugins</a>', '[]'),
('site-GMHAAAA', 0, 'wfplugin_updates', 502, 1673362727, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-G4HAAAA', 0, 'wfplugin_updates', 502, 1673449359, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-HMHAAAA', 0, 'wfplugin_updates', 502, 1673535549, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-IIHAAAA', 0, 'wfplugin_updates', 502, 1673899973, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-JAHAAAA', 0, 'wfplugin_updates', 502, 1674140466, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-KAHAAAA', 0, 'wfplugin_updates', 502, 1674572348, '<a href=\"https://www.iamctv.com/wp-admin/update-core.php\">An update is available for 2 plugins</a>', '[]');

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

--
-- Table structure for table `iamc_wfpendingissues`
--

CREATE TABLE `iamc_wfpendingissues` (
  `id` int UNSIGNED NOT NULL,
  `time` int UNSIGNED NOT NULL,
  `lastUpdated` int UNSIGNED NOT NULL,
  `status` varchar(10) NOT NULL,
  `type` varchar(20) NOT NULL,
  `severity` tinyint UNSIGNED NOT NULL,
  `ignoreP` char(32) NOT NULL,
  `ignoreC` char(32) NOT NULL,
  `shortMsg` varchar(255) NOT NULL,
  `longMsg` text,
  `data` text
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

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

--
-- Table structure for table `iamc_wfreversecache`
--

CREATE TABLE `iamc_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 UNSIGNED NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `iamc_wfreversecache`
--

INSERT INTO `iamc_wfreversecache` (`IP`, `host`, `lastUpdate`) VALUES
(0x00000000000000000000ffff42f949b0, 'crawl-66-249-73-176.googlebot.com', 1674645224),
(0x00000000000000000000ffff42f949ac, 'crawl-66-249-73-172.googlebot.com', 1674649696),
(0x00000000000000000000ffff42f949b2, 'crawl-66-249-73-178.googlebot.com', 1674657464);

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

--
-- Table structure for table `iamc_wfsnipcache`
--

CREATE TABLE `iamc_wfsnipcache` (
  `id` int UNSIGNED NOT NULL,
  `IP` varchar(45) NOT NULL DEFAULT '',
  `expiration` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `body` varchar(255) NOT NULL DEFAULT '',
  `count` int UNSIGNED NOT NULL DEFAULT '0',
  `type` int UNSIGNED NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

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

--
-- Table structure for table `iamc_wfstatus`
--

CREATE TABLE `iamc_wfstatus` (
  `id` bigint UNSIGNED NOT NULL,
  `ctime` double(17,6) UNSIGNED NOT NULL,
  `level` tinyint UNSIGNED NOT NULL,
  `type` char(5) NOT NULL,
  `msg` varchar(1000) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `iamc_wfstatus`
--

INSERT INTO `iamc_wfstatus` (`id`, `ctime`, `level`, `type`, `msg`) VALUES
(71359, 1658506507.756781, 2, 'info', 'Examining URLs found in posts we scanned for dangerous websites'),
(71360, 1658506507.758084, 2, 'info', 'Checking 141 host keys against Wordfence scanning servers.'),
(71361, 1658506508.178523, 2, 'info', 'Done host key check.'),
(71362, 1658506508.179143, 2, 'info', 'Done examining URLs'),
(71363, 1658506508.185828, 10, 'info', 'SUM_ENDOK:Scanning posts for URLs on a domain blocklist'),
(70668, 1657987866.482333, 2, 'info', 'Analyzed 3100 files containing 60.97 MB of data so far'),
(71128, 1658458954.275039, 1, 'info', '-------------------'),
(71129, 1658458954.276641, 2, 'info', 'Wordfence used 0 B of memory for scan. Server peak memory usage was: 8 MB'),
(71324, 1658506497.062744, 2, 'info', 'Analyzed 13100 files containing 170.17 MB of data so far'),
(71323, 1658506496.788227, 2, 'info', 'Analyzed 13000 files containing 170.02 MB of data so far'),
(71322, 1658506496.487864, 2, 'info', 'Analyzed 12900 files containing 169.71 MB of data so far'),
(71234, 1658506463.968850, 2, 'info', 'Analyzed 4100 files containing 73.04 MB of data so far'),
(71235, 1658506464.394452, 2, 'info', 'Analyzed 4200 files containing 73.4 MB of data so far'),
(71236, 1658506464.768583, 2, 'info', 'Analyzed 4300 files containing 74.17 MB of data so far'),
(71141, 1658506443.638394, 2, 'info', 'Total disk space: 7.86 TB -- Free disk space: 3.69 TB'),
(71142, 1658506443.639118, 2, 'info', 'The disk has 3864554.27 MB available'),
(70547, 1657767744.637913, 1, 'info', 'Initiating quick scan'),
(71145, 1658506443.663034, 10, 'info', 'SUM_ENDOK:Checking Web Application Firewall status'),
(71144, 1658506443.656459, 10, 'info', 'SUM_START:Checking Web Application Firewall status'),
(71143, 1658506443.639889, 10, 'info', 'SUM_ENDOK:Scanning to check available disk space'),
(70965, 1658247079.541228, 2, 'info', 'Analyzed 5100 files containing 85.55 MB of data so far'),
(70966, 1658247079.856305, 2, 'info', 'Analyzed 5200 files containing 86.3 MB of data so far'),
(70448, 1657728787.059076, 2, 'info', 'Analyzed 10500 files containing 141.64 MB of data so far'),
(70447, 1657728786.724759, 2, 'info', 'Analyzed 10400 files containing 141.22 MB of data so far'),
(70446, 1657728786.427216, 2, 'info', 'Analyzed 10300 files containing 140.94 MB of data so far'),
(70445, 1657728786.158117, 2, 'info', 'Analyzed 10200 files containing 140.79 MB of data so far'),
(70444, 1657728785.831952, 2, 'info', 'Analyzed 10100 files containing 140.5 MB of data so far'),
(70443, 1657728785.565639, 2, 'info', 'Analyzed 10000 files containing 140.13 MB of data so far'),
(70442, 1657728785.256351, 2, 'info', 'Analyzed 9900 files containing 139.47 MB of data so far'),
(70441, 1657728784.996225, 2, 'info', 'Analyzed 9800 files containing 139.25 MB of data so far'),
(70809, 1657987915.819479, 2, 'info', 'Starting password strength check on 3 users.'),
(70803, 1657987915.756410, 2, 'info', 'Done host key check.'),
(70804, 1657987915.757095, 2, 'info', 'Done examining URLs'),
(70802, 1657987915.350390, 2, 'info', 'Checking 141 host keys against Wordfence scanning servers.'),
(70801, 1657987915.348958, 2, 'info', 'Examining URLs found in posts we scanned for dangerous websites'),
(70794, 1657987915.149319, 2, 'info', 'Done host key check.'),
(70795, 1657987915.159917, 2, 'info', 'Done file contents scan'),
(70793, 1657987914.748785, 2, 'info', 'Checking 174 host keys against Wordfence scanning servers.'),
(70792, 1657987914.746668, 2, 'info', 'Asking Wordfence to check URLs against malware list.'),
(70791, 1657987914.746014, 2, 'info', 'Scanned contents of 41 additional files at 20.70 per second'),
(70790, 1657987913.766337, 2, 'info', 'Scanned contents of 29 additional files at 28.96 per second'),
(70789, 1657987912.762628, 2, 'info', 'Starting scan of file contents'),
(71153, 1658506443.753294, 2, 'info', 'Found 4 themes'),
(71154, 1658506443.800543, 10, 'info', 'SUM_START:Fetching core, theme and plugin file signatures from Wordfence'),
(70517, 1657728825.674913, 2, 'info', 'Done host key check.'),
(70518, 1657728825.685671, 2, 'info', 'Done file contents scan'),
(71167, 1658506445.302461, 2, 'info', '3000 files indexed'),
(71168, 1658506445.374971, 2, 'info', '4000 files indexed'),
(71166, 1658506445.181604, 2, 'info', '2000 files indexed'),
(71165, 1658506445.058662, 2, 'info', '1000 files indexed'),
(71164, 1658506444.963393, 10, 'info', 'SUM_START:Scanning for unknown files in wp-admin and wp-includes'),
(71163, 1658506444.949929, 10, 'info', 'SUM_START:Scanning for known malware files'),
(70524, 1657728825.879908, 2, 'info', 'Examining URLs found in posts we scanned for dangerous websites'),
(70525, 1657728825.881299, 2, 'info', 'Checking 141 host keys against Wordfence scanning servers.'),
(70526, 1657728826.289274, 2, 'info', 'Done host key check.'),
(70527, 1657728826.290178, 2, 'info', 'Done examining URLs'),
(71162, 1658506444.945041, 10, 'info', 'SUM_DISABLED:Skipping plugin scan'),
(71161, 1658506444.944039, 10, 'info', 'SUM_DISABLED:Skipping theme scan'),
(71160, 1658506444.938563, 10, 'info', 'SUM_START:Comparing core WordPress files against originals in repository'),
(71159, 1658506444.930341, 10, 'info', 'SUM_ENDSUCCESS:Fetching list of known core files from Wordfence'),
(70532, 1657728826.379493, 2, 'info', 'Starting password strength check on 3 users.'),
(71155, 1658506444.905668, 10, 'info', 'SUM_ENDSUCCESS:Fetching core, theme and plugin file signatures from Wordfence'),
(71156, 1658506444.914048, 10, 'info', 'SUM_START:Fetching list of known malware files from Wordfence'),
(71157, 1658506444.919323, 10, 'info', 'SUM_ENDSUCCESS:Fetching list of known malware files from Wordfence'),
(71158, 1658506444.927534, 10, 'info', 'SUM_START:Fetching list of known core files from Wordfence'),
(70816, 1657987920.215213, 2, 'info', 'Examining URLs found in the options we scanned for dangerous websites'),
(70669, 1657987866.862343, 2, 'info', 'Analyzed 3200 files containing 63.87 MB of data so far'),
(70670, 1657987867.186273, 2, 'info', 'Analyzed 3300 files containing 64.58 MB of data so far'),
(70735, 1657987888.370229, 2, 'info', 'Analyzed 9800 files containing 139.25 MB of data so far'),
(70736, 1657987888.596130, 2, 'info', 'Analyzed 9900 files containing 139.47 MB of data so far'),
(70737, 1657987888.881113, 2, 'info', 'Analyzed 10000 files containing 140.13 MB of data so far'),
(71326, 1658506497.612388, 2, 'info', 'Analyzed 13300 files containing 171.03 MB of data so far'),
(71325, 1658506497.330474, 2, 'info', 'Analyzed 13200 files containing 170.32 MB of data so far'),
(70469, 1657728794.609234, 2, 'info', 'Analyzed 12600 files containing 167.49 MB of data so far'),
(70450, 1657728787.780863, 2, 'info', 'Analyzed 10700 files containing 143.77 MB of data so far'),
(70451, 1657728788.257425, 2, 'info', 'Analyzed 10800 files containing 144.76 MB of data so far'),
(70452, 1657728788.628159, 2, 'info', 'Analyzed 10900 files containing 145.3 MB of data so far'),
(70453, 1657728788.888297, 2, 'info', 'Analyzed 11000 files containing 146.22 MB of data so far'),
(70454, 1657728789.101502, 2, 'info', 'Analyzed 11100 files containing 146.52 MB of data so far'),
(70455, 1657728789.385070, 2, 'info', 'Analyzed 11200 files containing 146.96 MB of data so far'),
(70456, 1657728789.685003, 2, 'info', 'Analyzed 11300 files containing 147.12 MB of data so far'),
(70457, 1657728789.991194, 2, 'info', 'Analyzed 11400 files containing 147.41 MB of data so far'),
(70458, 1657728790.362608, 2, 'info', 'Analyzed 11500 files containing 147.55 MB of data so far'),
(70459, 1657728790.770550, 2, 'info', 'Analyzed 11600 files containing 147.57 MB of data so far'),
(70460, 1657728791.147091, 2, 'info', 'Analyzed 11700 files containing 147.82 MB of data so far'),
(70461, 1657728791.485424, 2, 'info', 'Analyzed 11800 files containing 148.04 MB of data so far'),
(70462, 1657728791.868355, 2, 'info', 'Analyzed 11900 files containing 151.22 MB of data so far'),
(70463, 1657728792.305597, 2, 'info', 'Analyzed 12000 files containing 155.81 MB of data so far'),
(70464, 1657728792.615724, 2, 'info', 'Analyzed 12100 files containing 155.98 MB of data so far'),
(70465, 1657728793.384431, 2, 'info', 'Analyzed 12200 files containing 162.51 MB of data so far'),
(70466, 1657728793.706093, 2, 'info', 'Analyzed 12300 files containing 163.36 MB of data so far'),
(70467, 1657728794.057157, 2, 'info', 'Analyzed 12400 files containing 166.63 MB of data so far'),
(70468, 1657728794.344955, 2, 'info', 'Analyzed 12500 files containing 167.35 MB of data so far'),
(71321, 1658506496.173811, 2, 'info', 'Analyzed 12800 files containing 169.4 MB of data so far'),
(71287, 1658506481.426974, 2, 'info', 'Analyzed 9400 files containing 137.96 MB of data so far'),
(71288, 1658506481.686136, 2, 'info', 'Analyzed 9500 files containing 138.1 MB of data so far'),
(71244, 1658506467.373920, 2, 'info', 'Analyzed 5100 files containing 85.55 MB of data so far'),
(71245, 1658506467.670611, 2, 'info', 'Analyzed 5200 files containing 86.3 MB of data so far'),
(71246, 1658506468.003223, 2, 'info', 'Analyzed 5300 files containing 86.78 MB of data so far'),
(70694, 1657987875.300160, 2, 'info', 'Analyzed 5700 files containing 89.94 MB of data so far'),
(70695, 1657987875.608659, 2, 'info', 'Analyzed 5800 files containing 90.3 MB of data so far'),
(71377, 1658506512.921287, 1, 'info', '-------------------'),
(71378, 1658506512.922669, 2, 'info', 'Wordfence used 32.32 MB of memory for scan. Server peak memory usage was: 40.32 MB'),
(71376, 1658506512.908594, 10, 'info', 'SUM_ENDOK:Scanning for suspicious site options'),
(71402, 1658718011.199194, 1, 'info', 'Initiating quick scan'),
(71403, 1658718011.205752, 10, 'info', 'SUM_START:Checking Web Application Firewall status'),
(70619, 1657987854.834206, 2, 'info', '11000 files indexed'),
(70620, 1657987854.974488, 2, 'info', '12000 files indexed'),
(70618, 1657987854.752391, 2, 'info', '10000 files indexed'),
(70616, 1657987854.529442, 2, 'info', '8000 files indexed'),
(70617, 1657987854.640783, 2, 'info', '9000 files indexed'),
(70614, 1657987854.317130, 2, 'info', '6000 files indexed'),
(70615, 1657987854.421657, 2, 'info', '7000 files indexed'),
(71380, 1658506512.924177, 10, 'info', 'SUM_FINAL:Scan complete. You have 2 new issues to fix. See below.'),
(71379, 1658506512.923362, 1, 'info', 'Scan Complete. Scanned 14403 files, 22 plugins, 4 themes, 67 posts, 0 comments and 198 URLs in 1 minute 15 seconds.'),
(70932, 1658247065.599545, 2, 'info', 'Analyzed 1800 files containing 36.57 MB of data so far'),
(71259, 1658506472.550270, 2, 'info', 'Analyzed 6600 files containing 104.04 MB of data so far'),
(70687, 1657987872.871870, 2, 'info', 'Analyzed 5000 files containing 85.28 MB of data so far'),
(70931, 1658247065.237663, 2, 'info', 'Analyzed 1700 files containing 36.4 MB of data so far'),
(70930, 1658247064.928531, 2, 'info', 'Analyzed 1600 files containing 35.64 MB of data so far'),
(71199, 1658506451.011255, 2, 'info', 'Analyzed 600 files containing 10.44 MB of data so far'),
(71198, 1658506450.593599, 2, 'info', 'Analyzed 500 files containing 7.78 MB of data so far'),
(71197, 1658506450.203158, 2, 'info', 'Analyzed 400 files containing 6.87 MB of data so far'),
(71358, 1658506507.615525, 10, 'info', 'SUM_START:Scanning posts for URLs on a domain blocklist'),
(71357, 1658506507.603587, 10, 'info', 'SUM_ENDOK:Scanning for publicly accessible quarantined files'),
(70935, 1658247066.697004, 2, 'info', 'Analyzed 2100 files containing 38.06 MB of data so far'),
(70934, 1658247066.357843, 2, 'info', 'Analyzed 2000 files containing 37.59 MB of data so far'),
(70677, 1657987869.416301, 2, 'info', 'Analyzed 4000 files containing 72.27 MB of data so far'),
(71330, 1658506499.180836, 2, 'info', 'Analyzed 13700 files containing 179.48 MB of data so far'),
(71329, 1658506498.699266, 2, 'info', 'Analyzed 13600 files containing 177.84 MB of data so far'),
(71331, 1658506499.906203, 2, 'info', 'Analyzed 13800 files containing 191.41 MB of data so far'),
(71332, 1658506500.344377, 2, 'info', 'Analyzed 13900 files containing 194.82 MB of data so far'),
(71333, 1658506500.830188, 2, 'info', 'Analyzed 14000 files containing 197.03 MB of data so far'),
(71334, 1658506501.314745, 2, 'info', 'Analyzed 14100 files containing 199.93 MB of data so far'),
(71335, 1658506501.692803, 2, 'info', 'Analyzed 14200 files containing 202.8 MB of data so far'),
(71336, 1658506501.987775, 2, 'info', 'Analyzed 14300 files containing 203.97 MB of data so far'),
(71337, 1658506502.372619, 2, 'info', 'Analyzed 14400 files containing 205.85 MB of data so far'),
(71338, 1658506502.387477, 2, 'info', 'Analyzed 14403 files containing 205.89 MB of data.'),
(71339, 1658506502.388030, 10, 'info', 'SUM_ENDOK:Comparing core WordPress files against originals in repository'),
(71340, 1658506502.398585, 10, 'info', 'SUM_ENDOK:Scanning for unknown files in wp-admin and wp-includes'),
(71341, 1658506502.864537, 10, 'info', 'SUM_ENDOK:Scanning for known malware files'),
(71342, 1658506502.890624, 10, 'info', 'SUM_START:Check for publicly accessible configuration files, backup files and logs'),
(71343, 1658506503.548432, 10, 'info', 'SUM_ENDOK:Check for publicly accessible configuration files, backup files and logs'),
(71344, 1658506503.562273, 10, 'info', 'SUM_START:Scanning file contents for infections and vulnerabilities'),
(71345, 1658506503.566142, 10, 'info', 'SUM_START:Scanning file contents for URLs on a domain blocklist'),
(71346, 1658506504.814132, 2, 'info', 'Starting scan of file contents'),
(71347, 1658506505.818460, 2, 'info', 'Scanned contents of 14 additional files at 13.98 per second'),
(71348, 1658506506.849630, 2, 'info', 'Scanned contents of 39 additional files at 19.19 per second'),
(71349, 1658506507.150957, 2, 'info', 'Scanned contents of 41 additional files at 17.57 per second'),
(71350, 1658506507.151767, 2, 'info', 'Asking Wordfence to check URLs against malware list.'),
(71351, 1658506507.153448, 2, 'info', 'Checking 174 host keys against Wordfence scanning servers.'),
(71352, 1658506507.568956, 2, 'info', 'Done host key check.'),
(71353, 1658506507.578382, 2, 'info', 'Done file contents scan'),
(71354, 1658506507.580657, 10, 'info', 'SUM_ENDOK:Scanning file contents for infections and vulnerabilities'),
(71355, 1658506507.588193, 10, 'info', 'SUM_ENDOK:Scanning file contents for URLs on a domain blocklist'),
(71356, 1658506507.599233, 10, 'info', 'SUM_START:Scanning for publicly accessible quarantined files'),
(70688, 1657987873.247125, 2, 'info', 'Analyzed 5100 files containing 85.52 MB of data so far'),
(70363, 1657728752.589205, 2, 'info', 'Analyzed 2000 files containing 37.58 MB of data so far'),
(70362, 1657728752.216541, 2, 'info', 'Analyzed 1900 files containing 36.58 MB of data so far'),
(70361, 1657728751.825033, 2, 'info', 'Analyzed 1800 files containing 36.55 MB of data so far'),
(71218, 1658506458.546882, 2, 'info', 'Analyzed 2500 files containing 53.26 MB of data so far'),
(71219, 1658506458.899004, 2, 'info', 'Analyzed 2600 files containing 55.03 MB of data so far'),
(71220, 1658506459.357033, 2, 'info', 'Analyzed 2700 files containing 55.87 MB of data so far'),
(71221, 1658506459.724239, 2, 'info', 'Analyzed 2800 files containing 56.61 MB of data so far'),
(71222, 1658506459.963346, 2, 'info', 'Analyzed 2900 files containing 57.99 MB of data so far'),
(71223, 1658506460.228413, 2, 'info', 'Analyzed 3000 files containing 58.69 MB of data so far'),
(71224, 1658506460.548457, 2, 'info', 'Analyzed 3100 files containing 60.71 MB of data so far'),
(71225, 1658506461.020571, 2, 'info', 'Analyzed 3200 files containing 63.89 MB of data so far'),
(71226, 1658506461.316568, 2, 'info', 'Analyzed 3300 files containing 64.61 MB of data so far'),
(71227, 1658506461.638574, 2, 'info', 'Analyzed 3400 files containing 65.54 MB of data so far'),
(71228, 1658506462.015180, 2, 'info', 'Analyzed 3500 files containing 68.01 MB of data so far'),
(70820, 1657987920.233461, 2, 'info', 'Wordfence used 32.09 MB of memory for scan. Server peak memory usage was: 40.09 MB'),
(70821, 1657987920.234057, 1, 'info', 'Scan Complete. Scanned 14399 files, 22 plugins, 4 themes, 67 posts, 0 comments and 198 URLs in 1 minute 14 seconds.'),
(70819, 1657987920.231925, 1, 'info', '-------------------'),
(71485, 1673468573.118298, 2, 'error', 'Call to Wordfence API to resolve IPs failed: There was an error connecting to the Wordfence scanning servers: cURL error 7: '),
(71484, 1673357100.092194, 2, 'error', 'Call to Wordfence API to resolve IPs failed: There was an error connecting to the Wordfence scanning servers: cURL error 7: '),
(71483, 1673357095.343110, 2, 'error', 'Call to Wordfence API to resolve IPs failed: There was an error connecting to the Wordfence scanning servers: cURL error 7: '),
(71067, 1658247127.402449, 2, 'info', 'Starting scan of file contents'),
(71068, 1658247128.437739, 2, 'info', 'Scanned contents of 19 additional files at 18.41 per second'),
(71069, 1658247129.519416, 2, 'info', 'Scanned contents of 41 additional files at 19.40 per second'),
(71073, 1658247130.113441, 2, 'info', 'Done host key check.'),
(71074, 1658247130.124208, 2, 'info', 'Done file contents scan'),
(71482, 1672611473.443608, 2, 'error', 'Call to Wordfence API to resolve IPs failed: There was an error connecting to the Wordfence scanning servers: cURL error 7: '),
(71481, 1670642129.464878, 2, 'error', 'Call to Wordfence API to resolve IPs failed: There was an error connecting to the Wordfence scanning servers: cURL error 7: '),
(71080, 1658247130.337885, 2, 'info', 'Examining URLs found in posts we scanned for dangerous websites'),
(71081, 1658247130.339552, 2, 'info', 'Checking 141 host keys against Wordfence scanning servers.'),
(71146, 1658506443.678429, 10, 'info', 'SUM_START:Checking for future GeoIP support'),
(70544, 1657728836.427588, 1, 'info', 'Scan Complete. Scanned 14210 files, 22 plugins, 4 themes, 67 posts, 0 comments and 437 URLs in 1 minute 42 seconds.'),
(70543, 1657728836.427070, 2, 'info', 'Wordfence used 33.45 MB of memory for scan. Server peak memory usage was: 41.45 MB'),
(71147, 1658506443.689704, 10, 'info', 'SUM_ENDOK:Checking for future GeoIP support'),
(70542, 1657728836.426116, 1, 'info', '-------------------'),
(70540, 1657728836.410204, 2, 'info', 'Done examining URLs'),
(70539, 1657728836.409148, 2, 'info', 'Examining URLs found in the options we scanned for dangerous websites'),
(71148, 1658506443.707796, 10, 'info', 'SUM_START:Checking for paths skipped due to scan settings'),
(71149, 1658506443.732111, 10, 'info', 'SUM_ENDBAD:Checking for paths skipped due to scan settings'),
(71150, 1658506443.744431, 2, 'info', 'Getting plugin list from WordPress'),
(71151, 1658506443.749453, 2, 'info', 'Found 22 plugins'),
(71152, 1658506443.750076, 2, 'info', 'Getting theme list from WordPress'),
(70657, 1657987863.228987, 2, 'info', 'Analyzed 2000 files containing 37.58 MB of data so far'),
(71124, 1658458954.238416, 10, 'info', 'SUM_START:Checking Web Application Firewall status'),
(70703, 1657987878.275721, 2, 'info', 'Analyzed 6600 files containing 104.04 MB of data so far'),
(70702, 1657987877.807397, 2, 'info', 'Analyzed 6500 files containing 97.81 MB of data so far'),
(70701, 1657987877.434984, 2, 'info', 'Analyzed 6400 files containing 97.05 MB of data so far'),
(70700, 1657987877.110677, 2, 'info', 'Analyzed 6300 files containing 94.93 MB of data so far'),
(70699, 1657987876.841722, 2, 'info', 'Analyzed 6200 files containing 94.58 MB of data so far'),
(70436, 1657728778.924945, 2, 'info', 'Analyzed 9300 files containing 136.35 MB of data so far'),
(70437, 1657728779.240975, 2, 'info', 'Analyzed 9400 files containing 137.81 MB of data so far'),
(70432, 1657728777.285687, 2, 'info', 'Analyzed 8900 files containing 129.18 MB of data so far'),
(70433, 1657728777.576987, 2, 'info', 'Analyzed 9000 files containing 129.49 MB of data so far'),
(70434, 1657728777.889588, 2, 'info', 'Analyzed 9100 files containing 130.04 MB of data so far'),
(70435, 1657728778.469193, 2, 'info', 'Analyzed 9200 files containing 132.25 MB of data so far'),
(70428, 1657728775.859220, 2, 'info', 'Analyzed 8500 files containing 125.85 MB of data so far'),
(70426, 1657728775.098398, 2, 'info', 'Analyzed 8300 files containing 116.88 MB of data so far'),
(70427, 1657728775.568094, 2, 'info', 'Analyzed 8400 files containing 123.57 MB of data so far'),
(70424, 1657728774.404151, 2, 'info', 'Analyzed 8100 files containing 114.38 MB of data so far'),
(70425, 1657728774.695881, 2, 'info', 'Analyzed 8200 files containing 115.09 MB of data so far'),
(71375, 1658506512.884814, 2, 'info', 'Done examining URLs'),
(71364, 1658506508.197480, 10, 'info', 'SUM_START:Scanning comments for URLs on a domain blocklist'),
(71365, 1658506508.233225, 10, 'info', 'SUM_ENDOK:Scanning comments for URLs on a domain blocklist'),
(71366, 1658506508.246800, 10, 'info', 'SUM_START:Scanning for weak passwords'),
(71367, 1658506508.255560, 2, 'info', 'Starting password strength check on 3 users.'),
(71368, 1658506508.283874, 10, 'info', 'SUM_ENDOK:Scanning for weak passwords'),
(71369, 1658506508.297062, 10, 'info', 'SUM_START:Scanning for old themes, plugins and core files'),
(71370, 1658506512.413011, 10, 'info', 'SUM_ENDBAD:Scanning for old themes, plugins and core files'),
(71371, 1658506512.431830, 10, 'info', 'SUM_START:Scanning for admin users not created through WordPress'),
(71372, 1658506512.846600, 10, 'info', 'SUM_ENDOK:Scanning for admin users not created through WordPress'),
(71373, 1658506512.861682, 10, 'info', 'SUM_START:Scanning for suspicious site options'),
(71374, 1658506512.883586, 2, 'info', 'Examining URLs found in the options we scanned for dangerous websites'),
(70689, 1657987873.576945, 2, 'info', 'Analyzed 5200 files containing 86.28 MB of data so far'),
(70781, 1657987908.298845, 2, 'info', 'Analyzed 14399 files containing 205.75 MB of data.'),
(70780, 1657987907.932794, 2, 'info', 'Analyzed 14300 files containing 204.08 MB of data so far'),
(71320, 1658506495.885228, 2, 'info', 'Analyzed 12700 files containing 169.27 MB of data so far'),
(71319, 1658506495.544580, 2, 'info', 'Analyzed 12600 files containing 168.57 MB of data so far'),
(70779, 1657987907.574350, 2, 'info', 'Analyzed 14200 files containing 202.74 MB of data so far'),
(70778, 1657987907.195611, 2, 'info', 'Analyzed 14100 files containing 199.85 MB of data so far'),
(71314, 1658506493.381103, 2, 'info', 'Analyzed 12100 files containing 153.15 MB of data so far'),
(71313, 1658506492.941452, 2, 'info', 'Analyzed 12000 files containing 149.96 MB of data so far'),
(71312, 1658506492.610792, 2, 'info', 'Analyzed 11900 files containing 149.73 MB of data so far'),
(70773, 1657987905.093641, 2, 'info', 'Analyzed 13600 files containing 177.71 MB of data so far'),
(70774, 1657987905.456064, 2, 'info', 'Analyzed 13700 files containing 179.41 MB of data so far'),
(71310, 1658506492.048453, 2, 'info', 'Analyzed 11700 files containing 149.45 MB of data so far'),
(71309, 1658506491.743147, 2, 'info', 'Analyzed 11600 files containing 149.37 MB of data so far'),
(70775, 1657987906.055531, 2, 'info', 'Analyzed 13800 files containing 191.3 MB of data so far'),
(71311, 1658506492.342188, 2, 'info', 'Analyzed 11800 files containing 149.47 MB of data so far'),
(71192, 1658506448.523380, 2, 'info', '28000 files indexed'),
(70976, 1658247083.760079, 2, 'info', 'Analyzed 6200 files containing 94.61 MB of data so far'),
(70772, 1657987904.716774, 2, 'info', 'Analyzed 13500 files containing 175.86 MB of data so far'),
(70771, 1657987904.319764, 2, 'info', 'Analyzed 13400 files containing 173 MB of data so far'),
(70770, 1657987904.053755, 2, 'info', 'Analyzed 13300 files containing 171.03 MB of data so far'),
(70769, 1657987903.794616, 2, 'info', 'Analyzed 13200 files containing 170.19 MB of data so far'),
(71308, 1658506491.390776, 2, 'info', 'Analyzed 11500 files containing 148.94 MB of data so far'),
(71307, 1658506491.130171, 2, 'info', 'Analyzed 11400 files containing 148.67 MB of data so far'),
(71306, 1658506490.861417, 2, 'info', 'Analyzed 11300 files containing 148.24 MB of data so far'),
(71305, 1658506490.565904, 2, 'info', 'Analyzed 11200 files containing 147.67 MB of data so far'),
(71304, 1658506490.336123, 2, 'info', 'Analyzed 11100 files containing 147.36 MB of data so far'),
(71303, 1658506490.037785, 2, 'info', 'Analyzed 11000 files containing 146.67 MB of data so far'),
(71302, 1658506489.799263, 2, 'info', 'Analyzed 10900 files containing 145.5 MB of data so far'),
(71295, 1658506487.685827, 2, 'info', 'Analyzed 10200 files containing 140.91 MB of data so far'),
(71296, 1658506487.933153, 2, 'info', 'Analyzed 10300 files containing 141.09 MB of data so far'),
(71297, 1658506488.176661, 2, 'info', 'Analyzed 10400 files containing 141.35 MB of data so far'),
(71298, 1658506488.414903, 2, 'info', 'Analyzed 10500 files containing 141.75 MB of data so far'),
(71299, 1658506488.692202, 2, 'info', 'Analyzed 10600 files containing 142.05 MB of data so far'),
(71300, 1658506489.078220, 2, 'info', 'Analyzed 10700 files containing 143.79 MB of data so far'),
(71301, 1658506489.517121, 2, 'info', 'Analyzed 10800 files containing 145.19 MB of data so far'),
(71289, 1658506481.928271, 2, 'info', 'Analyzed 9600 files containing 138.69 MB of data so far'),
(71290, 1658506482.104903, 2, 'info', 'Analyzed 9700 files containing 139.06 MB of data so far'),
(71291, 1658506482.310062, 2, 'info', 'Analyzed 9800 files containing 139.39 MB of data so far'),
(71292, 1658506482.517221, 2, 'info', 'Analyzed 9900 files containing 139.6 MB of data so far'),
(71293, 1658506482.796150, 2, 'info', 'Analyzed 10000 files containing 140.27 MB of data so far'),
(71294, 1658506487.421965, 2, 'info', 'Analyzed 10100 files containing 140.64 MB of data so far'),
(70762, 1657987901.669116, 2, 'info', 'Analyzed 12500 files containing 167.04 MB of data so far'),
(70761, 1657987901.347816, 2, 'info', 'Analyzed 12400 files containing 164.75 MB of data so far'),
(70760, 1657987900.865949, 2, 'info', 'Analyzed 12300 files containing 157.78 MB of data so far'),
(71274, 1658506477.185969, 2, 'info', 'Analyzed 8100 files containing 114.52 MB of data so far'),
(71275, 1658506477.448665, 2, 'info', 'Analyzed 8200 files containing 115.21 MB of data so far'),
(71276, 1658506477.769548, 2, 'info', 'Analyzed 8300 files containing 116.99 MB of data so far'),
(71277, 1658506478.176792, 2, 'info', 'Analyzed 8400 files containing 123.65 MB of data so far'),
(71278, 1658506478.489058, 2, 'info', 'Analyzed 8500 files containing 125.98 MB of data so far'),
(71279, 1658506478.776095, 2, 'info', 'Analyzed 8600 files containing 127 MB of data so far'),
(71280, 1658506479.100445, 2, 'info', 'Analyzed 8700 files containing 128.26 MB of data so far'),
(71281, 1658506479.486330, 2, 'info', 'Analyzed 8800 files containing 128.67 MB of data so far'),
(71282, 1658506479.797884, 2, 'info', 'Analyzed 8900 files containing 129.3 MB of data so far'),
(71428, 1658891059.898527, 10, 'info', 'SUM_START:Checking Web Application Firewall status'),
(71429, 1658891059.899693, 10, 'info', 'SUM_ENDOK:Checking Web Application Firewall status'),
(71430, 1658891059.907892, 10, 'info', 'SUM_START:Scanning for old themes, plugins and core files'),
(71431, 1658891059.931926, 10, 'info', 'SUM_ENDBAD:Scanning for old themes, plugins and core files'),
(71432, 1658891059.936938, 1, 'info', '-------------------'),
(71433, 1658891059.938374, 2, 'info', 'Wordfence used 0 B of memory for scan. Server peak memory usage was: 8 MB'),
(71434, 1658891059.938873, 1, 'info', 'Quick Scan Complete. Scanned in less than 1 second.'),
(71435, 1658891059.939367, 10, 'info', 'SUM_FINAL:Scan complete. You have 1 new issue to fix. See below.'),
(71436, 1658977356.663208, 10, 'info', 'SUM_PREP:Preparing a new scan.'),
(71437, 1658977356.675810, 1, 'info', 'Initiating quick scan'),
(71438, 1658977356.681835, 10, 'info', 'SUM_START:Checking Web Application Firewall status'),
(71439, 1658977356.682722, 10, 'info', 'SUM_ENDOK:Checking Web Application Firewall status'),
(71440, 1658977356.689862, 10, 'info', 'SUM_START:Scanning for old themes, plugins and core files'),
(71441, 1658977356.710381, 10, 'info', 'SUM_ENDBAD:Scanning for old themes, plugins and core files'),
(71442, 1658977356.715207, 1, 'info', '-------------------'),
(71443, 1658977356.716477, 2, 'info', 'Wordfence used 0 B of memory for scan. Server peak memory usage was: 8 MB'),
(71444, 1658977356.717034, 1, 'info', 'Quick Scan Complete. Scanned in less than 1 second.'),
(71445, 1658977356.717509, 10, 'info', 'SUM_FINAL:Scan complete. You have 1 new issue to fix. See below.'),
(71446, 1659024738.905941, 1, 'info', 'Scheduled Wordfence scan starting at Thursday 28th of July 2022 12:12:18 PM'),
(71447, 1659024744.588245, 10, 'info', 'SUM_PREP:Preparing a new scan.'),
(71448, 1659024744.602795, 1, 'info', 'Contacting Wordfence to initiate scan'),
(71449, 1659024744.664833, 2, 'info', 'Wordfence used 0 B of memory for scan. Server peak memory usage was: 8 MB'),
(71450, 1659024744.665473, 2, 'error', 'Scan terminated with error: There was an error connecting to the Wordfence scanning servers: cURL error 7: '),
(70979, 1658247084.821613, 2, 'info', 'Analyzed 6500 files containing 97.82 MB of data so far'),
(70978, 1658247084.485805, 2, 'info', 'Analyzed 6400 files containing 97.08 MB of data so far'),
(70977, 1658247084.087143, 2, 'info', 'Analyzed 6300 files containing 94.95 MB of data so far'),
(71396, 1658631697.842266, 10, 'info', 'SUM_ENDBAD:Scanning for old themes, plugins and core files'),
(71397, 1658631697.847051, 1, 'info', '-------------------'),
(71398, 1658631697.851259, 2, 'info', 'Wordfence used 0 B of memory for scan. Server peak memory usage was: 8 MB'),
(71399, 1658631697.851858, 1, 'info', 'Quick Scan Complete. Scanned in less than 1 second.'),
(71400, 1658631697.852289, 10, 'info', 'SUM_FINAL:Scan complete. You have 1 new issue to fix. See below.'),
(71401, 1658718011.191081, 10, 'info', 'SUM_PREP:Preparing a new scan.'),
(71384, 1658545571.287683, 10, 'info', 'SUM_ENDOK:Checking Web Application Firewall status'),
(71385, 1658545571.295111, 10, 'info', 'SUM_START:Scanning for old themes, plugins and core files'),
(71386, 1658545571.313134, 10, 'info', 'SUM_ENDBAD:Scanning for old themes, plugins and core files'),
(71387, 1658545571.317802, 1, 'info', '-------------------'),
(71388, 1658545571.319156, 2, 'info', 'Wordfence used 0 B of memory for scan. Server peak memory usage was: 8 MB'),
(71389, 1658545571.319584, 1, 'info', 'Quick Scan Complete. Scanned in less than 1 second.'),
(71390, 1658545571.320033, 10, 'info', 'SUM_FINAL:Scan complete. You have 1 new issue to fix. See below.'),
(70862, 1658247053.585862, 2, 'info', 'Total disk space: 7.86 TB -- Free disk space: 3.68 TB'),
(70863, 1658247053.586550, 2, 'info', 'The disk has 3861694.95 MB available'),
(71395, 1658631697.823517, 10, 'info', 'SUM_START:Scanning for old themes, plugins and core files'),
(71394, 1658631697.815765, 10, 'info', 'SUM_ENDOK:Checking Web Application Firewall status'),
(71393, 1658631697.814639, 10, 'info', 'SUM_START:Checking Web Application Firewall status'),
(71391, 1658631697.803405, 10, 'info', 'SUM_PREP:Preparing a new scan.'),
(71392, 1658631697.808484, 1, 'info', 'Initiating quick scan'),
(70647, 1657987860.065994, 2, 'info', 'Analyzed 1000 files containing 20.06 MB of data so far'),
(70372, 1657728755.866232, 2, 'info', 'Analyzed 2900 files containing 57.98 MB of data so far'),
(71271, 1658506476.283546, 2, 'info', 'Analyzed 7800 files containing 112.26 MB of data so far'),
(71272, 1658506476.551219, 2, 'info', 'Analyzed 7900 files containing 112.45 MB of data so far'),
(71273, 1658506476.875973, 2, 'info', 'Analyzed 8000 files containing 112.64 MB of data so far'),
(71031, 1658247111.410380, 2, 'info', 'Analyzed 11700 files containing 149.35 MB of data so far'),
(71030, 1658247111.039725, 2, 'info', 'Analyzed 11600 files containing 149.27 MB of data so far'),
(71029, 1658247110.579683, 2, 'info', 'Analyzed 11500 files containing 148.83 MB of data so far'),
(71028, 1658247110.202751, 2, 'info', 'Analyzed 11400 files containing 148.56 MB of data so far'),
(70690, 1657987873.921685, 2, 'info', 'Analyzed 5300 files containing 86.76 MB of data so far'),
(70691, 1657987874.240384, 2, 'info', 'Analyzed 5400 files containing 87.26 MB of data so far'),
(70692, 1657987874.653278, 2, 'info', 'Analyzed 5500 files containing 89.03 MB of data so far'),
(70693, 1657987874.973509, 2, 'info', 'Analyzed 5600 files containing 89.62 MB of data so far'),
(71283, 1658506480.145058, 2, 'info', 'Analyzed 9000 files containing 129.62 MB of data so far'),
(71284, 1658506480.435283, 2, 'info', 'Analyzed 9100 files containing 130.14 MB of data so far'),
(71285, 1658506480.734418, 2, 'info', 'Analyzed 9200 files containing 131.56 MB of data so far'),
(71286, 1658506481.146121, 2, 'info', 'Analyzed 9300 files containing 136.49 MB of data so far'),
(70352, 1657728748.900638, 2, 'info', 'Analyzed 900 files containing 18.71 MB of data so far'),
(70351, 1657728748.166327, 2, 'info', 'Analyzed 800 files containing 14 MB of data so far'),
(70350, 1657728747.784280, 2, 'info', 'Analyzed 700 files containing 12.34 MB of data so far'),
(70349, 1657728747.437246, 2, 'info', 'Analyzed 600 files containing 10.44 MB of data so far'),
(70348, 1657728747.052292, 2, 'info', 'Analyzed 500 files containing 7.78 MB of data so far'),
(70347, 1657728746.697199, 2, 'info', 'Analyzed 400 files containing 6.87 MB of data so far'),
(70346, 1657728746.298290, 2, 'info', 'Analyzed 300 files containing 4.04 MB of data so far'),
(70449, 1657728787.362860, 2, 'info', 'Analyzed 10600 files containing 141.92 MB of data so far'),
(70685, 1657987872.147824, 2, 'info', 'Analyzed 4800 files containing 84.26 MB of data so far'),
(70686, 1657987872.477974, 2, 'info', 'Analyzed 4900 files containing 85.13 MB of data so far'),
(70682, 1657987870.857933, 2, 'info', 'Analyzed 4500 files containing 75.3 MB of data so far'),
(70683, 1657987871.135243, 2, 'info', 'Analyzed 4600 files containing 76.82 MB of data so far'),
(70684, 1657987871.536821, 2, 'info', 'Analyzed 4700 files containing 80.64 MB of data so far'),
(71110, 1658286250.390024, 1, 'info', 'Quick Scan Complete. Scanned in less than 1 second.'),
(71109, 1658286250.389471, 2, 'info', 'Wordfence used 0 B of memory for scan. Server peak memory usage was: 8 MB'),
(71452, 1659107649.400610, 1, 'info', 'Initiating quick scan'),
(71453, 1659107649.407902, 10, 'info', 'SUM_START:Checking Web Application Firewall status'),
(71451, 1659107649.395788, 10, 'info', 'SUM_PREP:Preparing a new scan.'),
(71108, 1658286250.387917, 1, 'info', '-------------------'),
(70896, 1658247056.134788, 2, 'info', '11000 files indexed'),
(70897, 1658247056.290531, 2, 'info', '12000 files indexed'),
(70898, 1658247056.519723, 2, 'info', '13000 files indexed'),
(70899, 1658247056.621403, 2, 'info', '14000 files indexed'),
(70900, 1658247056.764088, 2, 'info', '15000 files indexed'),
(70902, 1658247056.949649, 2, 'info', '17000 files indexed'),
(70901, 1658247056.801284, 2, 'info', '16000 files indexed'),
(70921, 1658247061.209304, 2, 'info', 'Analyzed 700 files containing 12.34 MB of data so far'),
(70920, 1658247060.811764, 2, 'info', 'Analyzed 600 files containing 10.44 MB of data so far'),
(70919, 1658247060.391678, 2, 'info', 'Analyzed 500 files containing 7.78 MB of data so far'),
(70903, 1658247057.091937, 2, 'info', '18000 files indexed'),
(70904, 1658247057.196090, 2, 'info', '19000 files indexed'),
(70905, 1658247057.312156, 2, 'info', '20000 files indexed'),
(70906, 1658247057.441471, 2, 'info', '21000 files indexed'),
(70907, 1658247057.577007, 2, 'info', '22000 files indexed'),
(70908, 1658247057.698291, 2, 'info', '23000 files indexed'),
(70909, 1658247057.800268, 2, 'info', '24000 files indexed'),
(70910, 1658247058.065243, 2, 'info', '25000 files indexed'),
(70911, 1658247058.137186, 2, 'info', '26000 files indexed'),
(70912, 1658247058.192860, 2, 'info', '27000 files indexed'),
(70913, 1658247058.262199, 2, 'info', '28000 files indexed'),
(70914, 1658247058.332007, 2, 'info', '28804 files indexed'),
(70915, 1658247058.716312, 2, 'info', 'Analyzed 100 files containing 1.65 MB of data so far'),
(70916, 1658247059.080245, 2, 'info', 'Analyzed 200 files containing 2.85 MB of data so far'),
(70917, 1658247059.526925, 2, 'info', 'Analyzed 300 files containing 4.04 MB of data so far'),
(70918, 1658247059.955798, 2, 'info', 'Analyzed 400 files containing 6.87 MB of data so far'),
(70482, 1657728799.719685, 2, 'info', 'Analyzed 13900 files containing 197.88 MB of data so far'),
(70470, 1657728794.888017, 2, 'info', 'Analyzed 12700 files containing 167.79 MB of data so far'),
(70471, 1657728795.184796, 2, 'info', 'Analyzed 12800 files containing 168.11 MB of data so far'),
(70472, 1657728795.472496, 2, 'info', 'Analyzed 12900 files containing 168.26 MB of data so far'),
(70473, 1657728795.729312, 2, 'info', 'Analyzed 13000 files containing 168.4 MB of data so far'),
(70474, 1657728795.996062, 2, 'info', 'Analyzed 13100 files containing 169.06 MB of data so far'),
(70475, 1657728796.290642, 2, 'info', 'Analyzed 13200 files containing 170.83 MB of data so far'),
(70476, 1657728796.704518, 2, 'info', 'Analyzed 13300 files containing 174.04 MB of data so far'),
(70477, 1657728797.100092, 2, 'info', 'Analyzed 13400 files containing 175.92 MB of data so far'),
(70478, 1657728797.438209, 2, 'info', 'Analyzed 13500 files containing 177.52 MB of data so far'),
(70479, 1657728798.397600, 2, 'info', 'Analyzed 13600 files containing 189.27 MB of data so far'),
(70480, 1657728798.803991, 2, 'info', 'Analyzed 13700 files containing 192.9 MB of data so far'),
(70481, 1657728799.258879, 2, 'info', 'Analyzed 13800 files containing 195.09 MB of data so far'),
(70406, 1657728767.717261, 2, 'info', 'Analyzed 6300 files containing 94.93 MB of data so far'),
(70407, 1657728768.075237, 2, 'info', 'Analyzed 6400 files containing 97.05 MB of data so far'),
(71001, 1658247100.116894, 2, 'info', 'Analyzed 8700 files containing 128.14 MB of data so far'),
(71002, 1658247100.429780, 2, 'info', 'Analyzed 8800 files containing 128.56 MB of data so far'),
(70408, 1657728768.637524, 2, 'info', 'Analyzed 6500 files containing 97.81 MB of data so far'),
(71000, 1658247099.811388, 2, 'info', 'Analyzed 8600 files containing 126.9 MB of data so far'),
(70995, 1658247097.588872, 2, 'info', 'Analyzed 8100 files containing 114.41 MB of data so far'),
(70996, 1658247098.004403, 2, 'info', 'Analyzed 8200 files containing 115.1 MB of data so far'),
(70997, 1658247098.524641, 2, 'info', 'Analyzed 8300 files containing 116.9 MB of data so far'),
(70998, 1658247099.126748, 2, 'info', 'Analyzed 8400 files containing 123.58 MB of data so far'),
(70999, 1658247099.453899, 2, 'info', 'Analyzed 8500 files containing 125.87 MB of data so far'),
(70409, 1657728769.271792, 2, 'info', 'Analyzed 6600 files containing 104.04 MB of data so far'),
(70410, 1657728769.731210, 2, 'info', 'Analyzed 6700 files containing 108.3 MB of data so far'),
(70411, 1657728769.980992, 2, 'info', 'Analyzed 6800 files containing 108.74 MB of data so far'),
(70994, 1658247090.754830, 2, 'info', 'Analyzed 8000 files containing 112.53 MB of data so far'),
(70993, 1658247090.404863, 2, 'info', 'Analyzed 7900 files containing 112.35 MB of data so far'),
(70991, 1658247089.672628, 2, 'info', 'Analyzed 7700 files containing 112 MB of data so far'),
(70329, 1657728743.120611, 2, 'info', '15000 files indexed'),
(70330, 1657728743.148890, 2, 'info', '16000 files indexed'),
(70331, 1657728743.360971, 2, 'info', '17000 files indexed'),
(70332, 1657728743.604466, 2, 'info', '18000 files indexed'),
(70333, 1657728743.728551, 2, 'info', '19000 files indexed'),
(70334, 1657728743.873480, 2, 'info', '20000 files indexed'),
(70335, 1657728743.983258, 2, 'info', '21000 files indexed'),
(70336, 1657728744.148827, 2, 'info', '22000 files indexed'),
(70337, 1657728744.383736, 2, 'info', '23000 files indexed'),
(70338, 1657728744.527080, 2, 'info', '24000 files indexed'),
(70339, 1657728744.839768, 2, 'info', '25000 files indexed'),
(70340, 1657728744.903234, 2, 'info', '26000 files indexed'),
(70341, 1657728744.962075, 2, 'info', '27000 files indexed'),
(70342, 1657728745.042138, 2, 'info', '28000 files indexed'),
(70343, 1657728745.086390, 2, 'info', '28422 files indexed'),
(70992, 1658247090.039855, 2, 'info', 'Analyzed 7800 files containing 112.16 MB of data so far'),
(71237, 1658506465.068384, 2, 'info', 'Analyzed 4400 files containing 74.72 MB of data so far'),
(71238, 1658506465.413302, 2, 'info', 'Analyzed 4500 files containing 75.32 MB of data so far'),
(71239, 1658506465.787253, 2, 'info', 'Analyzed 4600 files containing 76.75 MB of data so far'),
(71240, 1658506466.204842, 2, 'info', 'Analyzed 4700 files containing 80.66 MB of data so far'),
(70627, 1657987855.624830, 2, 'info', '19000 files indexed'),
(70628, 1657987855.712719, 2, 'info', '20000 files indexed'),
(70629, 1657987855.804351, 2, 'info', '21000 files indexed'),
(71243, 1658506467.101925, 2, 'info', 'Analyzed 5000 files containing 85.31 MB of data so far'),
(71242, 1658506466.830877, 2, 'info', 'Analyzed 4900 files containing 85.16 MB of data so far'),
(71241, 1658506466.573019, 2, 'info', 'Analyzed 4800 files containing 84.28 MB of data so far'),
(70639, 1657987857.336790, 2, 'info', 'Analyzed 200 files containing 2.85 MB of data so far'),
(70637, 1657987856.611721, 2, 'info', '28800 files indexed'),
(70638, 1657987857.010943, 2, 'info', 'Analyzed 100 files containing 1.65 MB of data so far'),
(70636, 1657987856.548774, 2, 'info', '28000 files indexed'),
(70634, 1657987856.422192, 2, 'info', '26000 files indexed'),
(70635, 1657987856.485661, 2, 'info', '27000 files indexed'),
(70630, 1657987855.897572, 2, 'info', '22000 files indexed'),
(70631, 1657987856.015582, 2, 'info', '23000 files indexed'),
(70632, 1657987856.108214, 2, 'info', '24000 files indexed'),
(70633, 1657987856.358618, 2, 'info', '25000 files indexed'),
(70989, 1658247088.904407, 2, 'info', 'Analyzed 7500 files containing 111.67 MB of data so far'),
(70990, 1658247089.301418, 2, 'info', 'Analyzed 7600 files containing 111.84 MB of data so far'),
(70988, 1658247088.486985, 2, 'info', 'Analyzed 7400 files containing 111.48 MB of data so far'),
(71257, 1658506471.815115, 2, 'info', 'Analyzed 6400 files containing 97.08 MB of data so far'),
(71254, 1658506470.824572, 2, 'info', 'Analyzed 6100 files containing 94.23 MB of data so far'),
(71255, 1658506471.180028, 2, 'info', 'Analyzed 6200 files containing 94.61 MB of data so far'),
(71256, 1658506471.470966, 2, 'info', 'Analyzed 6300 files containing 94.95 MB of data so far'),
(70365, 1657728753.167433, 2, 'info', 'Analyzed 2200 files containing 39.17 MB of data so far'),
(71253, 1658506470.446860, 2, 'info', 'Analyzed 6000 files containing 93.95 MB of data so far'),
(70364, 1657728752.876051, 2, 'info', 'Analyzed 2100 files containing 38.05 MB of data so far'),
(71193, 1658506448.603026, 2, 'info', '28808 files indexed'),
(71194, 1658506449.018876, 2, 'info', 'Analyzed 100 files containing 1.65 MB of data so far'),
(70926, 1658247063.271338, 2, 'info', 'Analyzed 1200 files containing 26.48 MB of data so far'),
(70925, 1658247062.858306, 2, 'info', 'Analyzed 1100 files containing 22.62 MB of data so far'),
(70924, 1658247062.437695, 2, 'info', 'Analyzed 1000 files containing 20.06 MB of data so far'),
(70923, 1658247062.064176, 2, 'info', 'Analyzed 900 files containing 18.71 MB of data so far'),
(70922, 1658247061.577964, 2, 'info', 'Analyzed 800 files containing 14 MB of data so far'),
(71264, 1658506474.100256, 2, 'info', 'Analyzed 7100 files containing 110.95 MB of data so far'),
(71263, 1658506473.723513, 2, 'info', 'Analyzed 7000 files containing 110.58 MB of data so far'),
(71262, 1658506473.374265, 2, 'info', 'Analyzed 6900 files containing 110.2 MB of data so far'),
(70971, 1658247081.583315, 2, 'info', 'Analyzed 5700 files containing 89.96 MB of data so far'),
(71261, 1658506473.102127, 2, 'info', 'Analyzed 6800 files containing 108.85 MB of data so far'),
(71260, 1658506472.906518, 2, 'info', 'Analyzed 6700 files containing 108.39 MB of data so far'),
(71417, 1658804415.930725, 1, 'info', 'Initiating quick scan'),
(71416, 1658804415.915320, 10, 'info', 'SUM_PREP:Preparing a new scan.'),
(71415, 1658765638.901338, 2, 'error', 'Scan terminated with error: There was an error connecting to the Wordfence scanning servers: cURL error 7: '),
(70839, 1658113347.121654, 1, 'info', '-------------------'),
(70840, 1658113347.122924, 2, 'info', 'Wordfence used 0 B of memory for scan. Server peak memory usage was: 8 MB'),
(70830, 1658026833.942667, 2, 'info', 'Wordfence used 0 B of memory for scan. Server peak memory usage was: 8 MB'),
(70831, 1658026833.943882, 1, 'info', 'Quick Scan Complete. Scanned in less than 1 second.'),
(71420, 1658804415.952619, 10, 'info', 'SUM_START:Scanning for old themes, plugins and core files'),
(71419, 1658804415.943702, 10, 'info', 'SUM_ENDOK:Checking Web Application Firewall status'),
(70834, 1658113347.082516, 1, 'info', 'Initiating quick scan'),
(71418, 1658804415.942729, 10, 'info', 'SUM_START:Checking Web Application Firewall status'),
(70829, 1658026833.940988, 1, 'info', '-------------------'),
(71421, 1658804415.989067, 10, 'info', 'SUM_ENDBAD:Scanning for old themes, plugins and core files'),
(71422, 1658804415.996133, 1, 'info', '-------------------'),
(70972, 1658247082.029734, 2, 'info', 'Analyzed 5800 files containing 90.33 MB of data so far'),
(71425, 1658804415.998541, 10, 'info', 'SUM_FINAL:Scan complete. You have 1 new issue to fix. See below.'),
(71423, 1658804415.997559, 2, 'info', 'Wordfence used 0 B of memory for scan. Server peak memory usage was: 8 MB'),
(71424, 1658804415.998108, 1, 'info', 'Quick Scan Complete. Scanned in less than 1 second.'),
(71427, 1658891059.891688, 1, 'info', 'Initiating quick scan'),
(70824, 1658026833.893117, 1, 'info', 'Initiating quick scan'),
(71426, 1658891059.885699, 10, 'info', 'SUM_PREP:Preparing a new scan.'),
(70871, 1658247053.668936, 2, 'info', 'Getting plugin list from WordPress'),
(70872, 1658247053.676909, 2, 'info', 'Found 22 plugins'),
(70873, 1658247053.677965, 2, 'info', 'Getting theme list from WordPress'),
(70874, 1658247053.680795, 2, 'info', 'Found 4 themes'),
(71383, 1658545571.286888, 10, 'info', 'SUM_START:Checking Web Application Firewall status'),
(71381, 1658545571.276267, 10, 'info', 'SUM_PREP:Preparing a new scan.'),
(71382, 1658545571.280689, 1, 'info', 'Initiating quick scan'),
(70986, 1658247087.744148, 2, 'info', 'Analyzed 7200 files containing 111.02 MB of data so far'),
(70326, 1657728742.759397, 2, 'info', '12000 files indexed'),
(70327, 1657728742.959135, 2, 'info', '13000 files indexed'),
(70328, 1657728743.034133, 2, 'info', '14000 files indexed'),
(70985, 1658247087.385370, 2, 'info', 'Analyzed 7100 files containing 110.86 MB of data so far'),
(70983, 1658247086.418297, 2, 'info', 'Analyzed 6900 files containing 110.11 MB of data so far'),
(70984, 1658247086.900550, 2, 'info', 'Analyzed 7000 files containing 110.48 MB of data so far'),
(71008, 1658247102.903234, 2, 'info', 'Analyzed 9400 files containing 137.84 MB of data so far'),
(70403, 1657728766.816025, 2, 'info', 'Analyzed 6000 files containing 93.92 MB of data so far'),
(70402, 1657728766.508877, 2, 'info', 'Analyzed 5900 files containing 93.29 MB of data so far'),
(70401, 1657728766.110027, 2, 'info', 'Analyzed 5800 files containing 90.3 MB of data so far'),
(70400, 1657728765.804084, 2, 'info', 'Analyzed 5700 files containing 89.94 MB of data so far'),
(71009, 1658247103.195964, 2, 'info', 'Analyzed 9500 files containing 137.98 MB of data so far'),
(70399, 1657728765.502127, 2, 'info', 'Analyzed 5600 files containing 89.62 MB of data so far'),
(71010, 1658247103.606125, 2, 'info', 'Analyzed 9600 files containing 138.58 MB of data so far'),
(71011, 1658247103.936960, 2, 'info', 'Analyzed 9700 files containing 138.94 MB of data so far'),
(71012, 1658247104.231013, 2, 'info', 'Analyzed 9800 files containing 139.28 MB of data so far'),
(71013, 1658247104.550061, 2, 'info', 'Analyzed 9900 files containing 139.49 MB of data so far'),
(71014, 1658247104.917953, 2, 'info', 'Analyzed 10000 files containing 140.16 MB of data so far'),
(71015, 1658247105.282565, 2, 'info', 'Analyzed 10100 files containing 140.52 MB of data so far'),
(70398, 1657728765.224973, 2, 'info', 'Analyzed 5500 files containing 89.03 MB of data so far'),
(71016, 1658247105.608719, 2, 'info', 'Analyzed 10200 files containing 140.82 MB of data so far'),
(71017, 1658247106.033159, 2, 'info', 'Analyzed 10300 files containing 140.97 MB of data so far'),
(71018, 1658247106.361349, 2, 'info', 'Analyzed 10400 files containing 141.23 MB of data so far'),
(71019, 1658247106.698320, 2, 'info', 'Analyzed 10500 files containing 141.66 MB of data so far'),
(71020, 1658247107.099774, 2, 'info', 'Analyzed 10600 files containing 141.94 MB of data so far'),
(70395, 1657728764.229982, 2, 'info', 'Analyzed 5200 files containing 86.28 MB of data so far'),
(70396, 1657728764.586573, 2, 'info', 'Analyzed 5300 files containing 86.76 MB of data so far'),
(70397, 1657728764.900353, 2, 'info', 'Analyzed 5400 files containing 87.26 MB of data so far'),
(71021, 1658247107.563552, 2, 'info', 'Analyzed 10700 files containing 143.77 MB of data so far'),
(71022, 1658247108.016883, 2, 'info', 'Analyzed 10800 files containing 145.07 MB of data so far'),
(71023, 1658247108.346283, 2, 'info', 'Analyzed 10900 files containing 145.38 MB of data so far'),
(71024, 1658247108.767340, 2, 'info', 'Analyzed 11000 files containing 146.56 MB of data so far'),
(70394, 1657728763.853640, 2, 'info', 'Analyzed 5100 files containing 85.52 MB of data so far'),
(71025, 1658247109.119861, 2, 'info', 'Analyzed 11100 files containing 147.25 MB of data so far'),
(70381, 1657728759.234211, 2, 'info', 'Analyzed 3800 files containing 70.12 MB of data so far'),
(70382, 1657728759.585099, 2, 'info', 'Analyzed 3900 files containing 71.22 MB of data so far'),
(70383, 1657728759.891987, 2, 'info', 'Analyzed 4000 files containing 72.27 MB of data so far'),
(70384, 1657728760.266351, 2, 'info', 'Analyzed 4100 files containing 73.01 MB of data so far'),
(70385, 1657728760.599345, 2, 'info', 'Analyzed 4200 files containing 73.39 MB of data so far'),
(70386, 1657728760.916651, 2, 'info', 'Analyzed 4300 files containing 74.17 MB of data so far'),
(70387, 1657728761.242323, 2, 'info', 'Analyzed 4400 files containing 74.71 MB of data so far'),
(70388, 1657728761.588545, 2, 'info', 'Analyzed 4500 files containing 75.3 MB of data so far'),
(70389, 1657728761.905301, 2, 'info', 'Analyzed 4600 files containing 76.82 MB of data so far');
INSERT INTO `iamc_wfstatus` (`id`, `ctime`, `level`, `type`, `msg`) VALUES
(70390, 1657728762.269725, 2, 'info', 'Analyzed 4700 files containing 80.64 MB of data so far'),
(70391, 1657728762.697003, 2, 'info', 'Analyzed 4800 files containing 84.26 MB of data so far'),
(70392, 1657728763.024932, 2, 'info', 'Analyzed 4900 files containing 85.13 MB of data so far'),
(70393, 1657728763.448371, 2, 'info', 'Analyzed 5000 files containing 85.28 MB of data so far'),
(70892, 1658247055.678634, 2, 'info', '7000 files indexed'),
(70423, 1657728774.017976, 2, 'info', 'Analyzed 8000 files containing 112.5 MB of data so far'),
(70893, 1658247055.792797, 2, 'info', '8000 files indexed'),
(70894, 1658247055.901082, 2, 'info', '9000 files indexed'),
(70895, 1658247056.034545, 2, 'info', '10000 files indexed'),
(70987, 1658247088.105688, 2, 'info', 'Analyzed 7300 files containing 111.29 MB of data so far'),
(70422, 1657728773.676355, 2, 'info', 'Analyzed 7900 files containing 112.32 MB of data so far'),
(70421, 1657728773.197564, 2, 'info', 'Analyzed 7800 files containing 112.13 MB of data so far'),
(70420, 1657728772.839251, 2, 'info', 'Analyzed 7700 files containing 111.97 MB of data so far'),
(70419, 1657728772.568460, 2, 'info', 'Analyzed 7600 files containing 111.81 MB of data so far'),
(70418, 1657728772.270203, 2, 'info', 'Analyzed 7500 files containing 111.65 MB of data so far'),
(70417, 1657728771.876201, 2, 'info', 'Analyzed 7400 files containing 111.46 MB of data so far'),
(70416, 1657728771.563497, 2, 'info', 'Analyzed 7300 files containing 111.27 MB of data so far'),
(70415, 1657728771.260914, 2, 'info', 'Analyzed 7200 files containing 111 MB of data so far'),
(70414, 1657728770.938194, 2, 'info', 'Analyzed 7100 files containing 110.83 MB of data so far'),
(70413, 1657728770.627543, 2, 'info', 'Analyzed 7000 files containing 110.46 MB of data so far'),
(70412, 1657728770.273351, 2, 'info', 'Analyzed 6900 files containing 110.11 MB of data so far'),
(70621, 1657987855.137671, 2, 'info', '13000 files indexed'),
(70572, 1657940494.806226, 1, 'info', '-------------------'),
(70573, 1657940494.807403, 2, 'info', 'Wordfence used 0 B of memory for scan. Server peak memory usage was: 8 MB'),
(70574, 1657940494.807826, 1, 'info', 'Quick Scan Complete. Scanned in less than 1 second.'),
(71127, 1658458954.269425, 10, 'info', 'SUM_ENDBAD:Scanning for old themes, plugins and core files'),
(71126, 1658458954.249276, 10, 'info', 'SUM_START:Scanning for old themes, plugins and core files'),
(70576, 1657987842.053801, 1, 'info', 'Scheduled Wordfence scan starting at Saturday 16th of July 2022 12:10:42 PM'),
(70696, 1657987876.000787, 2, 'info', 'Analyzed 5900 files containing 93.29 MB of data so far'),
(70714, 1657987881.780683, 2, 'info', 'Analyzed 7700 files containing 111.97 MB of data so far'),
(70715, 1657987882.107014, 2, 'info', 'Analyzed 7800 files containing 112.13 MB of data so far'),
(70716, 1657987882.380112, 2, 'info', 'Analyzed 7900 files containing 112.32 MB of data so far'),
(70717, 1657987882.713772, 2, 'info', 'Analyzed 8000 files containing 112.5 MB of data so far'),
(70718, 1657987883.185058, 2, 'info', 'Analyzed 8100 files containing 114.38 MB of data so far'),
(70719, 1657987883.517877, 2, 'info', 'Analyzed 8200 files containing 115.09 MB of data so far'),
(70355, 1657728749.971888, 2, 'info', 'Analyzed 1200 files containing 26.48 MB of data so far'),
(70354, 1657728749.605946, 2, 'info', 'Analyzed 1100 files containing 22.62 MB of data so far'),
(70353, 1657728749.238625, 2, 'info', 'Analyzed 1000 files containing 20.06 MB of data so far'),
(70658, 1657987863.472495, 2, 'info', 'Analyzed 2100 files containing 38.05 MB of data so far'),
(70659, 1657987863.751388, 2, 'info', 'Analyzed 2200 files containing 39.17 MB of data so far'),
(70660, 1657987864.104717, 2, 'info', 'Analyzed 2300 files containing 40.49 MB of data so far'),
(70661, 1657987864.486655, 2, 'info', 'Analyzed 2400 files containing 47.05 MB of data so far'),
(70662, 1657987864.911614, 2, 'info', 'Analyzed 2500 files containing 53.24 MB of data so far'),
(70663, 1657987865.196726, 2, 'info', 'Analyzed 2600 files containing 55.14 MB of data so far'),
(70664, 1657987865.449132, 2, 'info', 'Analyzed 2700 files containing 55.85 MB of data so far'),
(70665, 1657987865.703306, 2, 'info', 'Analyzed 2800 files containing 56.63 MB of data so far'),
(70666, 1657987865.931412, 2, 'info', 'Analyzed 2900 files containing 57.98 MB of data so far'),
(70667, 1657987866.180855, 2, 'info', 'Analyzed 3000 files containing 58.67 MB of data so far'),
(70731, 1657987887.326287, 2, 'info', 'Analyzed 9400 files containing 137.81 MB of data so far'),
(70730, 1657987887.061303, 2, 'info', 'Analyzed 9300 files containing 136.35 MB of data so far'),
(70729, 1657987886.704869, 2, 'info', 'Analyzed 9200 files containing 132.25 MB of data so far'),
(70728, 1657987886.383438, 2, 'info', 'Analyzed 9100 files containing 130.04 MB of data so far'),
(70727, 1657987886.073886, 2, 'info', 'Analyzed 9000 files containing 129.49 MB of data so far'),
(70726, 1657987885.792290, 2, 'info', 'Analyzed 8900 files containing 129.18 MB of data so far'),
(70725, 1657987885.458286, 2, 'info', 'Analyzed 8800 files containing 128.54 MB of data so far'),
(70724, 1657987885.145252, 2, 'info', 'Analyzed 8700 files containing 128.13 MB of data so far'),
(70723, 1657987884.840504, 2, 'info', 'Analyzed 8600 files containing 126.87 MB of data so far'),
(70722, 1657987884.531086, 2, 'info', 'Analyzed 8500 files containing 125.85 MB of data so far'),
(70721, 1657987884.242772, 2, 'info', 'Analyzed 8400 files containing 123.57 MB of data so far'),
(70720, 1657987883.842083, 2, 'info', 'Analyzed 8300 files containing 116.88 MB of data so far'),
(71035, 1658247112.754556, 2, 'info', 'Analyzed 12100 files containing 153.05 MB of data so far'),
(71036, 1658247113.253024, 2, 'info', 'Analyzed 12200 files containing 157.64 MB of data so far'),
(71059, 1658247122.665169, 2, 'info', 'Analyzed 14401 files containing 205.78 MB of data.'),
(71058, 1658247122.658432, 2, 'info', 'Analyzed 14400 files containing 205.77 MB of data so far'),
(71057, 1658247122.304983, 2, 'info', 'Analyzed 14300 files containing 203.97 MB of data so far'),
(71056, 1658247121.942334, 2, 'info', 'Analyzed 14200 files containing 202.74 MB of data so far'),
(71055, 1658247121.580129, 2, 'info', 'Analyzed 14100 files containing 199.83 MB of data so far'),
(71054, 1658247121.120770, 2, 'info', 'Analyzed 14000 files containing 196.94 MB of data so far'),
(71037, 1658247113.847444, 2, 'info', 'Analyzed 12300 files containing 157.8 MB of data so far'),
(71038, 1658247114.445093, 2, 'info', 'Analyzed 12400 files containing 164.77 MB of data so far'),
(71039, 1658247114.807237, 2, 'info', 'Analyzed 12500 files containing 167.07 MB of data so far'),
(71040, 1658247115.201810, 2, 'info', 'Analyzed 12600 files containing 168.48 MB of data so far'),
(71041, 1658247115.559866, 2, 'info', 'Analyzed 12700 files containing 169.16 MB of data so far'),
(71042, 1658247115.855874, 2, 'info', 'Analyzed 12800 files containing 169.29 MB of data so far'),
(71043, 1658247116.207573, 2, 'info', 'Analyzed 12900 files containing 169.6 MB of data so far'),
(71044, 1658247116.560526, 2, 'info', 'Analyzed 13000 files containing 169.92 MB of data so far'),
(71045, 1658247116.907672, 2, 'info', 'Analyzed 13100 files containing 170.07 MB of data so far'),
(71046, 1658247117.234199, 2, 'info', 'Analyzed 13200 files containing 170.21 MB of data so far'),
(71047, 1658247117.536388, 2, 'info', 'Analyzed 13300 files containing 170.97 MB of data so far'),
(71048, 1658247117.918813, 2, 'info', 'Analyzed 13400 files containing 172.99 MB of data so far'),
(71049, 1658247118.631051, 2, 'info', 'Analyzed 13500 files containing 175.87 MB of data so far'),
(71050, 1658247119.033891, 2, 'info', 'Analyzed 13600 files containing 177.73 MB of data so far'),
(71051, 1658247119.420485, 2, 'info', 'Analyzed 13700 files containing 179.4 MB of data so far'),
(71052, 1658247120.176128, 2, 'info', 'Analyzed 13800 files containing 191.31 MB of data so far'),
(71053, 1658247120.706905, 2, 'info', 'Analyzed 13900 files containing 194.72 MB of data so far'),
(71034, 1658247112.319044, 2, 'info', 'Analyzed 12000 files containing 149.85 MB of data so far'),
(71033, 1658247112.034694, 2, 'info', 'Analyzed 11900 files containing 149.62 MB of data so far'),
(71032, 1658247111.719726, 2, 'info', 'Analyzed 11800 files containing 149.37 MB of data so far'),
(70713, 1657987881.448660, 2, 'info', 'Analyzed 7600 files containing 111.81 MB of data so far'),
(70712, 1657987881.123651, 2, 'info', 'Analyzed 7500 files containing 111.65 MB of data so far'),
(70711, 1657987880.791895, 2, 'info', 'Analyzed 7400 files containing 111.46 MB of data so far'),
(70710, 1657987880.456268, 2, 'info', 'Analyzed 7300 files containing 111.27 MB of data so far'),
(71210, 1658506455.469323, 2, 'info', 'Analyzed 1700 files containing 36.4 MB of data so far'),
(71213, 1658506456.772963, 2, 'info', 'Analyzed 2000 files containing 37.59 MB of data so far'),
(71212, 1658506456.404786, 2, 'info', 'Analyzed 1900 files containing 36.6 MB of data so far'),
(71211, 1658506456.041816, 2, 'info', 'Analyzed 1800 files containing 36.57 MB of data so far'),
(71214, 1658506457.025515, 2, 'info', 'Analyzed 2100 files containing 38.06 MB of data so far'),
(70651, 1657987861.344948, 2, 'info', 'Analyzed 1400 files containing 28.8 MB of data so far'),
(70650, 1657987861.041850, 2, 'info', 'Analyzed 1300 files containing 27.52 MB of data so far'),
(70649, 1657987860.737739, 2, 'info', 'Analyzed 1200 files containing 26.48 MB of data so far'),
(70648, 1657987860.402310, 2, 'info', 'Analyzed 1100 files containing 22.62 MB of data so far'),
(71318, 1658506495.180325, 2, 'info', 'Analyzed 12500 files containing 167.05 MB of data so far'),
(71317, 1658506494.828591, 2, 'info', 'Analyzed 12400 files containing 164.88 MB of data so far'),
(71247, 1658506468.330520, 2, 'info', 'Analyzed 5400 files containing 87.28 MB of data so far'),
(70777, 1657987906.842274, 2, 'info', 'Analyzed 14000 files containing 196.92 MB of data so far'),
(71316, 1658506494.124297, 2, 'info', 'Analyzed 12300 files containing 157.9 MB of data so far'),
(70776, 1657987906.433545, 2, 'info', 'Analyzed 13900 files containing 194.69 MB of data so far'),
(71315, 1658506493.787208, 2, 'info', 'Analyzed 12200 files containing 157.73 MB of data so far'),
(70748, 1657987891.958804, 2, 'info', 'Analyzed 11100 files containing 147.23 MB of data so far'),
(70360, 1657728751.529151, 2, 'info', 'Analyzed 1700 files containing 36.42 MB of data so far'),
(70359, 1657728751.262896, 2, 'info', 'Analyzed 1600 files containing 35.63 MB of data so far'),
(70358, 1657728750.908226, 2, 'info', 'Analyzed 1500 files containing 33.46 MB of data so far'),
(70357, 1657728750.529011, 2, 'info', 'Analyzed 1400 files containing 28.8 MB of data so far'),
(70356, 1657728750.274717, 2, 'info', 'Analyzed 1300 files containing 27.52 MB of data so far'),
(70964, 1658247079.248958, 2, 'info', 'Analyzed 5000 files containing 85.31 MB of data so far'),
(70936, 1658247067.057822, 2, 'info', 'Analyzed 2200 files containing 39.18 MB of data so far'),
(70937, 1658247067.396466, 2, 'info', 'Analyzed 2300 files containing 40.49 MB of data so far'),
(70938, 1658247067.825067, 2, 'info', 'Analyzed 2400 files containing 46.31 MB of data so far'),
(70939, 1658247068.320706, 2, 'info', 'Analyzed 2500 files containing 53.26 MB of data so far'),
(70940, 1658247068.798732, 2, 'info', 'Analyzed 2600 files containing 55.03 MB of data so far'),
(70941, 1658247069.305058, 2, 'info', 'Analyzed 2700 files containing 55.87 MB of data so far'),
(70942, 1658247069.772195, 2, 'info', 'Analyzed 2800 files containing 56.61 MB of data so far'),
(70943, 1658247070.083901, 2, 'info', 'Analyzed 2900 files containing 57.99 MB of data so far'),
(70944, 1658247070.436384, 2, 'info', 'Analyzed 3000 files containing 58.69 MB of data so far'),
(70945, 1658247070.849726, 2, 'info', 'Analyzed 3100 files containing 60.71 MB of data so far'),
(70946, 1658247071.292365, 2, 'info', 'Analyzed 3200 files containing 63.89 MB of data so far'),
(70947, 1658247071.671189, 2, 'info', 'Analyzed 3300 files containing 64.61 MB of data so far'),
(70948, 1658247072.048480, 2, 'info', 'Analyzed 3400 files containing 65.54 MB of data so far'),
(70949, 1658247072.465592, 2, 'info', 'Analyzed 3500 files containing 68.01 MB of data so far'),
(70950, 1658247072.787980, 2, 'info', 'Analyzed 3600 files containing 69.03 MB of data so far'),
(70951, 1658247073.118235, 2, 'info', 'Analyzed 3700 files containing 69.4 MB of data so far'),
(70952, 1658247073.516853, 2, 'info', 'Analyzed 3800 files containing 70.14 MB of data so far'),
(70953, 1658247074.084160, 2, 'info', 'Analyzed 3900 files containing 71.25 MB of data so far'),
(70954, 1658247074.745398, 2, 'info', 'Analyzed 4000 files containing 72.29 MB of data so far'),
(70955, 1658247075.146396, 2, 'info', 'Analyzed 4100 files containing 73.04 MB of data so far'),
(70956, 1658247075.571153, 2, 'info', 'Analyzed 4200 files containing 73.4 MB of data so far'),
(70957, 1658247075.993644, 2, 'info', 'Analyzed 4300 files containing 74.17 MB of data so far'),
(70958, 1658247076.394187, 2, 'info', 'Analyzed 4400 files containing 74.72 MB of data so far'),
(70959, 1658247076.813823, 2, 'info', 'Analyzed 4500 files containing 75.32 MB of data so far'),
(70960, 1658247077.257085, 2, 'info', 'Analyzed 4600 files containing 76.75 MB of data so far'),
(70961, 1658247077.895700, 2, 'info', 'Analyzed 4700 files containing 80.66 MB of data so far'),
(70962, 1658247078.553441, 2, 'info', 'Analyzed 4800 files containing 84.28 MB of data so far'),
(70963, 1658247078.895066, 2, 'info', 'Analyzed 4900 files containing 85.16 MB of data so far'),
(70438, 1657728779.529260, 2, 'info', 'Analyzed 9500 files containing 137.96 MB of data so far'),
(70439, 1657728779.815176, 2, 'info', 'Analyzed 9600 files containing 138.57 MB of data so far'),
(70440, 1657728784.777083, 2, 'info', 'Analyzed 9700 files containing 138.92 MB of data so far'),
(71122, 1658458954.222973, 10, 'info', 'SUM_PREP:Preparing a new scan.'),
(71123, 1658458954.229658, 1, 'info', 'Initiating quick scan'),
(70656, 1657987862.827078, 2, 'info', 'Analyzed 1900 files containing 36.58 MB of data so far'),
(71121, 1658372783.272557, 10, 'info', 'SUM_FINAL:Scan complete. You have 1 new issue to fix. See below.'),
(71120, 1658372783.272095, 1, 'info', 'Quick Scan Complete. Scanned in less than 1 second.'),
(71119, 1658372783.271565, 2, 'info', 'Wordfence used 0 B of memory for scan. Server peak memory usage was: 8 MB'),
(71117, 1658372783.264735, 10, 'info', 'SUM_ENDBAD:Scanning for old themes, plugins and core files'),
(71118, 1658372783.270167, 1, 'info', '-------------------'),
(71116, 1658372783.242043, 10, 'info', 'SUM_START:Scanning for old themes, plugins and core files'),
(70585, 1657987852.404695, 2, 'info', 'Total disk space: 7.86 TB -- Free disk space: 3.68 TB'),
(71207, 1658506454.303079, 2, 'info', 'Analyzed 1400 files containing 28.81 MB of data so far'),
(71208, 1658506454.705678, 2, 'info', 'Analyzed 1500 files containing 33.47 MB of data so far'),
(71209, 1658506455.128642, 2, 'info', 'Analyzed 1600 files containing 35.64 MB of data so far'),
(70586, 1657987852.405191, 2, 'info', 'The disk has 3862704.59 MB available'),
(71115, 1658372783.232981, 10, 'info', 'SUM_ENDOK:Checking Web Application Firewall status'),
(71114, 1658372783.231961, 10, 'info', 'SUM_START:Checking Web Application Firewall status'),
(71113, 1658372783.226235, 1, 'info', 'Initiating quick scan'),
(71112, 1658372783.220666, 10, 'info', 'SUM_PREP:Preparing a new scan.'),
(71111, 1658286250.390521, 10, 'info', 'SUM_FINAL:Scan complete. You have 1 new issue to fix. See below.'),
(70429, 1657728776.286082, 2, 'info', 'Analyzed 8600 files containing 126.87 MB of data so far'),
(70430, 1657728776.590537, 2, 'info', 'Analyzed 8700 files containing 128.13 MB of data so far'),
(70431, 1657728776.937131, 2, 'info', 'Analyzed 8800 files containing 128.54 MB of data so far'),
(71083, 1658247130.749837, 2, 'info', 'Done examining URLs'),
(71480, 1669991140.853703, 2, 'error', 'Call to Wordfence API to resolve IPs failed: There was an error connecting to the Wordfence scanning servers: cURL error 7: '),
(71082, 1658247130.744565, 2, 'info', 'Done host key check.'),
(71098, 1658247135.202753, 1, 'info', '-------------------'),
(71479, 1669990377.236295, 2, 'error', 'Call to Wordfence API to resolve IPs failed: There was an error connecting to the Wordfence scanning servers: cURL error 7: '),
(71088, 1658247130.825604, 2, 'info', 'Starting password strength check on 3 users.'),
(71478, 1669981901.169907, 2, 'error', 'Call to Wordfence API to resolve IPs failed: There was an error connecting to the Wordfence scanning servers: cURL error 7: '),
(71477, 1669893888.251811, 2, 'error', 'Call to Wordfence API to resolve IPs failed: There was an error connecting to the Wordfence scanning servers: cURL error 7: '),
(71476, 1660434642.599931, 2, 'error', 'Call to Wordfence API to resolve IPs failed: There was an error connecting to the Wordfence scanning servers: cURL error 7: '),
(71475, 1659284107.347221, 2, 'error', 'Scan terminated with error: There was an error connecting to the Wordfence scanning servers: cURL error 7: '),
(71095, 1658247135.183120, 2, 'info', 'Examining URLs found in the options we scanned for dangerous websites'),
(71096, 1658247135.184113, 2, 'info', 'Done examining URLs'),
(70405, 1657728767.441936, 2, 'info', 'Analyzed 6200 files containing 94.58 MB of data so far'),
(70768, 1657987903.558197, 2, 'info', 'Analyzed 13100 files containing 170.04 MB of data so far'),
(70767, 1657987903.275166, 2, 'info', 'Analyzed 13000 files containing 169.89 MB of data so far'),
(70766, 1657987902.912822, 2, 'info', 'Analyzed 12900 files containing 169.58 MB of data so far'),
(70765, 1657987902.519643, 2, 'info', 'Analyzed 12800 files containing 169.27 MB of data so far'),
(70764, 1657987902.261215, 2, 'info', 'Analyzed 12700 files containing 169.14 MB of data so far'),
(70763, 1657987901.994264, 2, 'info', 'Analyzed 12600 files containing 168.45 MB of data so far'),
(70506, 1657728817.271832, 2, 'info', 'Scanned contents of 632 additional files at 51.99 per second'),
(70505, 1657728816.268898, 2, 'info', 'Scanned contents of 564 additional files at 50.57 per second'),
(70504, 1657728815.262021, 2, 'info', 'Scanned contents of 491 additional files at 48.40 per second'),
(70503, 1657728814.249584, 2, 'info', 'Scanned contents of 440 additional files at 48.18 per second'),
(70502, 1657728813.239243, 2, 'info', 'Scanned contents of 376 additional files at 46.29 per second'),
(70501, 1657728812.235740, 2, 'info', 'Scanned contents of 311 additional files at 43.69 per second'),
(70500, 1657728811.226484, 2, 'info', 'Scanned contents of 254 additional files at 41.57 per second'),
(70499, 1657728810.213627, 2, 'info', 'Scanned contents of 193 additional files at 37.87 per second'),
(70498, 1657728809.192827, 2, 'info', 'Scanned contents of 168 additional files at 41.21 per second'),
(70497, 1657728808.157729, 2, 'info', 'Scanned contents of 150 additional files at 49.32 per second'),
(70496, 1657728807.127731, 2, 'info', 'Scanned contents of 79 additional files at 39.28 per second'),
(70495, 1657728806.123204, 2, 'info', 'Scanned contents of 27 additional files at 26.82 per second'),
(70494, 1657728805.112777, 2, 'info', 'Starting scan of file contents'),
(71169, 1658506445.478698, 2, 'info', '5000 files indexed'),
(71170, 1658506445.611015, 2, 'info', '6000 files indexed'),
(71171, 1658506445.761565, 2, 'info', '7000 files indexed'),
(71172, 1658506445.888530, 2, 'info', '8000 files indexed'),
(71173, 1658506446.020861, 2, 'info', '9000 files indexed'),
(71174, 1658506446.146649, 2, 'info', '10000 files indexed'),
(71175, 1658506446.306221, 2, 'info', '11000 files indexed'),
(71176, 1658506446.466986, 2, 'info', '12000 files indexed'),
(71177, 1658506446.802466, 2, 'info', '13000 files indexed'),
(71178, 1658506446.972345, 2, 'info', '14000 files indexed'),
(71179, 1658506447.138482, 2, 'info', '15000 files indexed'),
(71180, 1658506447.173666, 2, 'info', '16000 files indexed'),
(71181, 1658506447.324405, 2, 'info', '17000 files indexed'),
(70483, 1657728800.076992, 2, 'info', 'Analyzed 14000 files containing 200.78 MB of data so far'),
(70484, 1657728800.372590, 2, 'info', 'Analyzed 14100 files containing 202.04 MB of data so far'),
(70485, 1657728800.728368, 2, 'info', 'Analyzed 14200 files containing 203.75 MB of data so far'),
(70486, 1657728800.764218, 2, 'info', 'Analyzed 14210 files containing 203.98 MB of data.'),
(71182, 1658506447.431700, 2, 'info', '18000 files indexed'),
(71003, 1658247100.749881, 2, 'info', 'Analyzed 8900 files containing 129.2 MB of data so far'),
(71004, 1658247101.251717, 2, 'info', 'Analyzed 9000 files containing 129.51 MB of data so far'),
(71005, 1658247101.658024, 2, 'info', 'Analyzed 9100 files containing 130.03 MB of data so far'),
(71006, 1658247102.059855, 2, 'info', 'Analyzed 9200 files containing 131.55 MB of data so far'),
(71007, 1658247102.571642, 2, 'info', 'Analyzed 9300 files containing 136.37 MB of data so far'),
(70933, 1658247065.939896, 2, 'info', 'Analyzed 1900 files containing 36.6 MB of data so far'),
(70678, 1657987869.732879, 2, 'info', 'Analyzed 4100 files containing 73.01 MB of data so far'),
(70679, 1657987870.045905, 2, 'info', 'Analyzed 4200 files containing 73.39 MB of data so far'),
(70680, 1657987870.330843, 2, 'info', 'Analyzed 4300 files containing 74.17 MB of data so far'),
(70681, 1657987870.592552, 2, 'info', 'Analyzed 4400 files containing 74.71 MB of data so far'),
(71252, 1658506470.099485, 2, 'info', 'Analyzed 5900 files containing 93.23 MB of data so far'),
(70745, 1657987891.196603, 2, 'info', 'Analyzed 10800 files containing 145.04 MB of data so far'),
(71251, 1658506469.711868, 2, 'info', 'Analyzed 5800 files containing 90.33 MB of data so far'),
(71250, 1658506469.408135, 2, 'info', 'Analyzed 5700 files containing 89.96 MB of data so far'),
(71249, 1658506468.933236, 2, 'info', 'Analyzed 5600 files containing 89.64 MB of data so far'),
(70746, 1657987891.457782, 2, 'info', 'Analyzed 10900 files containing 145.36 MB of data so far'),
(70747, 1657987891.736011, 2, 'info', 'Analyzed 11000 files containing 146.54 MB of data so far'),
(70345, 1657728745.970168, 2, 'info', 'Analyzed 200 files containing 2.85 MB of data so far'),
(70344, 1657728745.567221, 2, 'info', 'Analyzed 100 files containing 1.65 MB of data so far'),
(70652, 1657987861.705751, 2, 'info', 'Analyzed 1500 files containing 33.46 MB of data so far'),
(70653, 1657987862.016423, 2, 'info', 'Analyzed 1600 files containing 35.63 MB of data so far'),
(70654, 1657987862.224032, 2, 'info', 'Analyzed 1700 files containing 36.42 MB of data so far'),
(71248, 1658506468.653216, 2, 'info', 'Analyzed 5500 files containing 89.05 MB of data so far'),
(70738, 1657987889.150105, 2, 'info', 'Analyzed 10100 files containing 140.5 MB of data so far'),
(70739, 1657987889.426765, 2, 'info', 'Analyzed 10200 files containing 140.79 MB of data so far'),
(70740, 1657987889.706536, 2, 'info', 'Analyzed 10300 files containing 140.94 MB of data so far'),
(70741, 1657987889.950717, 2, 'info', 'Analyzed 10400 files containing 141.22 MB of data so far'),
(70742, 1657987890.216149, 2, 'info', 'Analyzed 10500 files containing 141.64 MB of data so far'),
(70743, 1657987890.488755, 2, 'info', 'Analyzed 10600 files containing 141.92 MB of data so far'),
(70744, 1657987890.883741, 2, 'info', 'Analyzed 10700 files containing 143.77 MB of data so far'),
(70367, 1657728754.120903, 2, 'info', 'Analyzed 2400 files containing 47.05 MB of data so far'),
(71265, 1658506474.508495, 2, 'info', 'Analyzed 7200 files containing 111.13 MB of data so far'),
(71404, 1658718011.206649, 10, 'info', 'SUM_ENDOK:Checking Web Application Firewall status'),
(71405, 1658718011.214352, 10, 'info', 'SUM_START:Scanning for old themes, plugins and core files'),
(70980, 1658247085.363800, 2, 'info', 'Analyzed 6600 files containing 104.01 MB of data so far'),
(70981, 1658247085.824128, 2, 'info', 'Analyzed 6700 files containing 108.31 MB of data so far'),
(71270, 1658506475.983419, 2, 'info', 'Analyzed 7700 files containing 112.11 MB of data so far'),
(71189, 1658506448.327742, 2, 'info', '25000 files indexed'),
(71190, 1658506448.399181, 2, 'info', '26000 files indexed'),
(71191, 1658506448.457612, 2, 'info', '27000 files indexed'),
(70855, 1658247045.460992, 1, 'info', 'Contacting Wordfence to initiate scan'),
(71406, 1658718011.234146, 10, 'info', 'SUM_ENDBAD:Scanning for old themes, plugins and core files'),
(70371, 1657728755.613384, 2, 'info', 'Analyzed 2800 files containing 56.63 MB of data so far'),
(71188, 1658506448.054474, 2, 'info', '24000 files indexed'),
(71187, 1658506447.955167, 2, 'info', '23000 files indexed'),
(71186, 1658506447.827076, 2, 'info', '22000 files indexed'),
(71185, 1658506447.726272, 2, 'info', '21000 files indexed'),
(71183, 1658506447.513475, 2, 'info', '19000 files indexed'),
(71184, 1658506447.605823, 2, 'info', '20000 files indexed'),
(71407, 1658718011.239317, 1, 'info', '-------------------'),
(71408, 1658718011.240583, 2, 'info', 'Wordfence used 0 B of memory for scan. Server peak memory usage was: 8 MB'),
(70853, 1658247040.160393, 1, 'info', 'Scheduled Wordfence scan starting at Tuesday 19th of July 2022 12:10:40 PM'),
(70851, 1658199682.509059, 1, 'info', 'Quick Scan Complete. Scanned in less than 1 second.'),
(71269, 1658506475.717454, 2, 'info', 'Analyzed 7600 files containing 111.94 MB of data so far'),
(70982, 1658247086.105723, 2, 'info', 'Analyzed 6800 files containing 108.76 MB of data so far'),
(70849, 1658199682.506887, 1, 'info', '-------------------'),
(70850, 1658199682.508481, 2, 'info', 'Wordfence used 0 B of memory for scan. Server peak memory usage was: 30 MB'),
(71409, 1658718011.241095, 1, 'info', 'Quick Scan Complete. Scanned in less than 1 second.'),
(71410, 1658718011.241537, 10, 'info', 'SUM_FINAL:Scan complete. You have 1 new issue to fix. See below.'),
(71411, 1658765634.322550, 1, 'info', 'Scheduled Wordfence scan starting at Monday 25th of July 2022 12:13:54 PM'),
(71268, 1658506475.428951, 2, 'info', 'Analyzed 7500 files containing 111.78 MB of data so far'),
(70370, 1657728755.275735, 2, 'info', 'Analyzed 2700 files containing 55.85 MB of data so far'),
(71266, 1658506474.804631, 2, 'info', 'Analyzed 7300 files containing 111.4 MB of data so far'),
(71267, 1658506475.123527, 2, 'info', 'Analyzed 7400 files containing 111.59 MB of data so far'),
(70369, 1657728754.963591, 2, 'info', 'Analyzed 2600 files containing 55.14 MB of data so far'),
(70368, 1657728754.609502, 2, 'info', 'Analyzed 2500 files containing 53.24 MB of data so far'),
(71412, 1658765638.846854, 10, 'info', 'SUM_PREP:Preparing a new scan.'),
(71413, 1658765638.853825, 1, 'info', 'Contacting Wordfence to initiate scan'),
(70844, 1658199682.450071, 1, 'info', 'Initiating quick scan'),
(71414, 1658765638.900820, 2, 'info', 'Wordfence used 0 B of memory for scan. Server peak memory usage was: 8 MB'),
(70841, 1658113347.123355, 1, 'info', 'Quick Scan Complete. Scanned in less than 1 second.'),
(70377, 1657728757.741526, 2, 'info', 'Analyzed 3400 files containing 65.52 MB of data so far'),
(70376, 1657728757.408961, 2, 'info', 'Analyzed 3300 files containing 64.58 MB of data so far'),
(70375, 1657728757.006770, 2, 'info', 'Analyzed 3200 files containing 63.87 MB of data so far'),
(70374, 1657728756.545282, 2, 'info', 'Analyzed 3100 files containing 60.97 MB of data so far'),
(70373, 1657728756.151837, 2, 'info', 'Analyzed 3000 files containing 58.67 MB of data so far'),
(70646, 1657987859.721942, 2, 'info', 'Analyzed 900 files containing 18.71 MB of data so far'),
(70645, 1657987859.339006, 2, 'info', 'Analyzed 800 files containing 14 MB of data so far'),
(70644, 1657987858.989687, 2, 'info', 'Analyzed 700 files containing 12.34 MB of data so far'),
(70643, 1657987858.717918, 2, 'info', 'Analyzed 600 files containing 10.44 MB of data so far'),
(70642, 1657987858.394276, 2, 'info', 'Analyzed 500 files containing 7.78 MB of data so far'),
(70641, 1657987858.099152, 2, 'info', 'Analyzed 400 files containing 6.87 MB of data so far'),
(70640, 1657987857.643139, 2, 'info', 'Analyzed 300 files containing 4.04 MB of data so far'),
(70970, 1658247081.251202, 2, 'info', 'Analyzed 5600 files containing 89.64 MB of data so far'),
(70969, 1658247080.973028, 2, 'info', 'Analyzed 5500 files containing 89.05 MB of data so far'),
(70968, 1658247080.580550, 2, 'info', 'Analyzed 5400 files containing 87.28 MB of data so far'),
(70967, 1658247080.203793, 2, 'info', 'Analyzed 5300 files containing 86.78 MB of data so far'),
(71327, 1658506497.894441, 2, 'info', 'Analyzed 13400 files containing 172.87 MB of data so far'),
(70759, 1657987900.584640, 2, 'info', 'Analyzed 12200 files containing 157.62 MB of data so far'),
(71027, 1658247109.747765, 2, 'info', 'Analyzed 11300 files containing 148.14 MB of data so far'),
(71026, 1658247109.387004, 2, 'info', 'Analyzed 11200 files containing 147.57 MB of data so far'),
(70378, 1657728758.139234, 2, 'info', 'Analyzed 3500 files containing 68.02 MB of data so far'),
(70379, 1657728758.493120, 2, 'info', 'Analyzed 3600 files containing 69.02 MB of data so far'),
(70380, 1657728758.911874, 2, 'info', 'Analyzed 3700 files containing 69.39 MB of data so far'),
(70927, 1658247063.606603, 2, 'info', 'Analyzed 1300 files containing 27.52 MB of data so far'),
(70928, 1658247063.936119, 2, 'info', 'Analyzed 1400 files containing 28.81 MB of data so far'),
(70929, 1658247064.548016, 2, 'info', 'Analyzed 1500 files containing 33.47 MB of data so far'),
(70749, 1657987897.395617, 2, 'info', 'Analyzed 11200 files containing 147.55 MB of data so far'),
(70750, 1657987897.731845, 2, 'info', 'Analyzed 11300 files containing 148.11 MB of data so far'),
(70751, 1657987898.128939, 2, 'info', 'Analyzed 11400 files containing 148.54 MB of data so far'),
(70752, 1657987898.410817, 2, 'info', 'Analyzed 11500 files containing 148.81 MB of data so far'),
(70753, 1657987898.681804, 2, 'info', 'Analyzed 11600 files containing 149.25 MB of data so far'),
(70754, 1657987898.948434, 2, 'info', 'Analyzed 11700 files containing 149.32 MB of data so far'),
(70755, 1657987899.222959, 2, 'info', 'Analyzed 11800 files containing 149.34 MB of data so far'),
(70756, 1657987899.517567, 2, 'info', 'Analyzed 11900 files containing 149.6 MB of data so far'),
(70757, 1657987899.774504, 2, 'info', 'Analyzed 12000 files containing 149.83 MB of data so far'),
(70758, 1657987900.179788, 2, 'info', 'Analyzed 12100 files containing 153.03 MB of data so far'),
(70675, 1657987868.711266, 2, 'info', 'Analyzed 3800 files containing 70.12 MB of data so far'),
(70676, 1657987869.039292, 2, 'info', 'Analyzed 3900 files containing 71.22 MB of data so far'),
(70672, 1657987867.880869, 2, 'info', 'Analyzed 3500 files containing 68.02 MB of data so far'),
(70673, 1657987868.171416, 2, 'info', 'Analyzed 3600 files containing 69.02 MB of data so far'),
(70674, 1657987868.425941, 2, 'info', 'Analyzed 3700 files containing 69.39 MB of data so far'),
(71233, 1658506463.625562, 2, 'info', 'Analyzed 4000 files containing 72.29 MB of data so far'),
(71232, 1658506463.297636, 2, 'info', 'Analyzed 3900 files containing 71.25 MB of data so far'),
(70671, 1657987867.475043, 2, 'info', 'Analyzed 3400 files containing 65.52 MB of data so far'),
(71200, 1658506451.363492, 2, 'info', 'Analyzed 700 files containing 12.34 MB of data so far'),
(70552, 1657767744.678488, 1, 'info', '-------------------'),
(71201, 1658506451.867902, 2, 'info', 'Analyzed 800 files containing 14 MB of data so far'),
(70554, 1657767744.680313, 1, 'info', 'Quick Scan Complete. Scanned in less than 1 second.'),
(70553, 1657767744.679866, 2, 'info', 'Wordfence used 0 B of memory for scan. Server peak memory usage was: 8 MB'),
(71202, 1658506452.301597, 2, 'info', 'Analyzed 900 files containing 18.71 MB of data so far'),
(71140, 1658506443.631589, 10, 'info', 'SUM_START:Scanning to check available disk space'),
(71138, 1658506443.606603, 10, 'info', 'SUM_START:Checking for the most secure way to get IPs'),
(71139, 1658506443.615280, 10, 'info', 'SUM_ENDOK:Checking for the most secure way to get IPs'),
(70557, 1657854067.679403, 1, 'info', 'Initiating quick scan'),
(71203, 1658506452.712273, 2, 'info', 'Analyzed 1000 files containing 20.06 MB of data so far'),
(71137, 1658506441.594201, 10, 'info', 'SUM_PAIDONLY:Checking if your site is on a domain blocklist is for paid members only'),
(71135, 1658506437.582984, 10, 'info', 'SUM_PAIDONLY:Check if your site is being Spamvertized is for paid members only'),
(71136, 1658506439.587906, 10, 'info', 'SUM_PAIDONLY:Checking if your IP is generating spam is for paid members only'),
(70622, 1657987855.226256, 2, 'info', '14000 files indexed'),
(70623, 1657987855.307360, 2, 'info', '15000 files indexed'),
(70624, 1657987855.347904, 2, 'info', '16000 files indexed'),
(70625, 1657987855.446272, 2, 'info', '17000 files indexed'),
(71229, 1658506462.345566, 2, 'info', 'Analyzed 3600 files containing 69.03 MB of data so far'),
(70626, 1657987855.542837, 2, 'info', '18000 files indexed'),
(71131, 1658458954.277664, 10, 'info', 'SUM_FINAL:Scan complete. You have 1 new issue to fix. See below.'),
(71130, 1658458954.277093, 1, 'info', 'Quick Scan Complete. Scanned in less than 1 second.'),
(70562, 1657854067.727229, 1, 'info', '-------------------'),
(70563, 1657854067.728508, 2, 'info', 'Wordfence used 0 B of memory for scan. Server peak memory usage was: 8 MB'),
(70564, 1657854067.729262, 1, 'info', 'Quick Scan Complete. Scanned in less than 1 second.'),
(71134, 1658506436.851998, 1, 'info', 'Contacting Wordfence to initiate scan'),
(71133, 1658506436.845497, 10, 'info', 'SUM_PREP:Preparing a new scan.'),
(70567, 1657940494.765484, 1, 'info', 'Initiating quick scan'),
(71132, 1658506432.092904, 1, 'info', 'Scheduled Wordfence scan starting at Friday 22nd of July 2022 12:13:52 PM'),
(71455, 1659107649.419074, 10, 'info', 'SUM_START:Scanning for old themes, plugins and core files'),
(71103, 1658286250.336479, 1, 'info', 'Initiating quick scan'),
(70655, 1657987862.495684, 2, 'info', 'Analyzed 1800 files containing 36.55 MB of data so far'),
(70596, 1657987852.489698, 2, 'info', 'Getting theme list from WordPress'),
(70597, 1657987852.492140, 2, 'info', 'Found 4 themes'),
(71454, 1659107649.409067, 10, 'info', 'SUM_ENDOK:Checking Web Application Firewall status'),
(70594, 1657987852.486058, 2, 'info', 'Getting plugin list from WordPress'),
(70595, 1657987852.489223, 2, 'info', 'Found 22 plugins'),
(71099, 1658247135.204053, 2, 'info', 'Wordfence used 52.31 MB of memory for scan. Server peak memory usage was: 60.31 MB'),
(71100, 1658247135.204748, 1, 'info', 'Scan Complete. Scanned 14401 files, 22 plugins, 4 themes, 67 posts, 0 comments and 264 URLs in 1 minute 30 seconds.'),
(71472, 1659284107.322446, 10, 'info', 'SUM_PREP:Preparing a new scan.'),
(71473, 1659284107.328728, 1, 'info', 'Contacting Wordfence to initiate scan'),
(71474, 1659284107.346637, 2, 'info', 'Wordfence used 0 B of memory for scan. Server peak memory usage was: 8 MB'),
(71456, 1659107649.459597, 10, 'info', 'SUM_ENDBAD:Scanning for old themes, plugins and core files'),
(71457, 1659107649.467429, 1, 'info', '-------------------'),
(71458, 1659107649.469851, 2, 'info', 'Wordfence used 0 B of memory for scan. Server peak memory usage was: 8 MB'),
(71459, 1659107649.470827, 1, 'info', 'Quick Scan Complete. Scanned in less than 1 second.'),
(71460, 1659107649.471570, 10, 'info', 'SUM_FINAL:Scan complete. You have 1 new issue to fix. See below.'),
(71461, 1659193889.476303, 10, 'info', 'SUM_PREP:Preparing a new scan.'),
(71462, 1659193889.481934, 1, 'info', 'Initiating quick scan'),
(71463, 1659193889.487998, 10, 'info', 'SUM_START:Checking Web Application Firewall status'),
(71464, 1659193889.490190, 10, 'info', 'SUM_ENDOK:Checking Web Application Firewall status'),
(71465, 1659193889.498338, 10, 'info', 'SUM_START:Scanning for old themes, plugins and core files'),
(71466, 1659193889.518669, 10, 'info', 'SUM_ENDBAD:Scanning for old themes, plugins and core files'),
(71467, 1659193889.524532, 1, 'info', '-------------------'),
(71468, 1659193889.526439, 2, 'info', 'Wordfence used 0 B of memory for scan. Server peak memory usage was: 8 MB'),
(71469, 1659193889.527153, 1, 'info', 'Quick Scan Complete. Scanned in less than 1 second.'),
(71470, 1659193889.527832, 10, 'info', 'SUM_FINAL:Scan complete. You have 1 new issue to fix. See below.'),
(71471, 1659284101.824713, 1, 'info', 'Scheduled Wordfence scan starting at Sunday 31st of July 2022 12:15:01 PM'),
(71258, 1658506472.141406, 2, 'info', 'Analyzed 6500 files containing 97.82 MB of data so far'),
(70366, 1657728753.668505, 2, 'info', 'Analyzed 2300 files containing 40.49 MB of data so far'),
(71195, 1658506449.387324, 2, 'info', 'Analyzed 200 files containing 2.85 MB of data so far'),
(71196, 1658506449.778566, 2, 'info', 'Analyzed 300 files containing 4.04 MB of data so far'),
(70975, 1658247083.388872, 2, 'info', 'Analyzed 6100 files containing 94.23 MB of data so far'),
(70974, 1658247083.030016, 2, 'info', 'Analyzed 6000 files containing 93.95 MB of data so far'),
(70973, 1658247082.630690, 2, 'info', 'Analyzed 5900 files containing 93.23 MB of data so far'),
(70704, 1657987878.643872, 2, 'info', 'Analyzed 6700 files containing 108.3 MB of data so far'),
(70705, 1657987878.873851, 2, 'info', 'Analyzed 6800 files containing 108.74 MB of data so far'),
(70706, 1657987879.131988, 2, 'info', 'Analyzed 6900 files containing 110.11 MB of data so far'),
(70707, 1657987879.481093, 2, 'info', 'Analyzed 7000 files containing 110.46 MB of data so far'),
(70708, 1657987879.830657, 2, 'info', 'Analyzed 7100 files containing 110.83 MB of data so far'),
(70709, 1657987880.150444, 2, 'info', 'Analyzed 7200 files containing 111 MB of data so far'),
(71215, 1658506457.339910, 2, 'info', 'Analyzed 2200 files containing 39.18 MB of data so far'),
(70609, 1657987853.805917, 2, 'info', '1000 files indexed'),
(70610, 1657987853.907128, 2, 'info', '2000 files indexed'),
(70611, 1657987854.033406, 2, 'info', '3000 files indexed'),
(70612, 1657987854.102962, 2, 'info', '4000 files indexed'),
(70613, 1657987854.195253, 2, 'info', '5000 files indexed'),
(71216, 1658506457.653794, 2, 'info', 'Analyzed 2300 files containing 40.49 MB of data so far'),
(71217, 1658506458.039959, 2, 'info', 'Analyzed 2400 files containing 46.31 MB of data so far'),
(70697, 1657987876.301790, 2, 'info', 'Analyzed 6000 files containing 93.92 MB of data so far'),
(70698, 1657987876.580932, 2, 'info', 'Analyzed 6100 files containing 94.21 MB of data so far'),
(70516, 1657728825.259163, 2, 'info', 'Checking 589 host keys against Wordfence scanning servers.'),
(70515, 1657728825.255981, 2, 'info', 'Asking Wordfence to check URLs against malware list.'),
(70514, 1657728825.255303, 2, 'info', 'Scanned contents of 1126 additional files at 55.91 per second'),
(70513, 1657728824.486486, 2, 'info', 'Scanned contents of 1113 additional files at 57.46 per second'),
(70512, 1657728823.446235, 2, 'info', 'Scanned contents of 1072 additional files at 58.48 per second'),
(70511, 1657728822.436777, 2, 'info', 'Scanned contents of 1001 additional files at 57.79 per second'),
(70510, 1657728821.329123, 2, 'info', 'Scanned contents of 938 additional files at 57.86 per second'),
(70509, 1657728820.296651, 2, 'info', 'Scanned contents of 859 additional files at 56.59 per second'),
(70508, 1657728819.291026, 2, 'info', 'Scanned contents of 772 additional files at 54.46 per second'),
(70507, 1657728818.285809, 2, 'info', 'Scanned contents of 698 additional files at 53.00 per second'),
(70891, 1658247055.563967, 2, 'info', '6000 files indexed'),
(70890, 1658247055.444025, 2, 'info', '5000 files indexed'),
(70888, 1658247055.266203, 2, 'info', '3000 files indexed'),
(70889, 1658247055.341106, 2, 'info', '4000 files indexed'),
(70886, 1658247055.054721, 2, 'info', '1000 files indexed'),
(70887, 1658247055.152420, 2, 'info', '2000 files indexed'),
(71070, 1658247129.704386, 2, 'info', 'Scanned contents of 42 additional files at 18.27 per second'),
(71071, 1658247129.705527, 2, 'info', 'Asking Wordfence to check URLs against malware list.'),
(71072, 1658247129.707801, 2, 'info', 'Checking 312 host keys against Wordfence scanning servers.'),
(71206, 1658506453.935369, 2, 'info', 'Analyzed 1300 files containing 27.52 MB of data so far'),
(71125, 1658458954.239625, 10, 'info', 'SUM_ENDOK:Checking Web Application Firewall status'),
(70578, 1657987845.614964, 1, 'info', 'Contacting Wordfence to initiate scan'),
(71204, 1658506453.164269, 2, 'info', 'Analyzed 1100 files containing 22.62 MB of data so far'),
(71205, 1658506453.578557, 2, 'info', 'Analyzed 1200 files containing 26.48 MB of data so far'),
(70817, 1657987920.216051, 2, 'info', 'Done examining URLs'),
(71328, 1658506498.336174, 2, 'info', 'Analyzed 13500 files containing 175.97 MB of data so far'),
(70734, 1657987888.162103, 2, 'info', 'Analyzed 9700 files containing 138.92 MB of data so far'),
(71231, 1658506462.952839, 2, 'info', 'Analyzed 3800 files containing 70.14 MB of data so far'),
(71230, 1658506462.638686, 2, 'info', 'Analyzed 3700 files containing 69.4 MB of data so far'),
(70732, 1657987887.587100, 2, 'info', 'Analyzed 9500 files containing 137.96 MB of data so far'),
(70733, 1657987887.948284, 2, 'info', 'Analyzed 9600 files containing 138.57 MB of data so far'),
(70404, 1657728767.145744, 2, 'info', 'Analyzed 6100 files containing 94.21 MB of data so far');

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

--
-- Table structure for table `iamc_wftrafficrates`
--

CREATE TABLE `iamc_wftrafficrates` (
  `eMin` int 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 UNSIGNED NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

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

--
-- Table structure for table `iamc_woocommerce_api_keys`
--

CREATE TABLE `iamc_woocommerce_api_keys` (
  `key_id` bigint UNSIGNED NOT NULL,
  `user_id` bigint UNSIGNED NOT NULL,
  `description` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `permissions` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `consumer_key` char(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `consumer_secret` char(43) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `nonces` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci,
  `truncated_key` char(7) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `last_access` datetime DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `iamc_woocommerce_attribute_taxonomies`
--

CREATE TABLE `iamc_woocommerce_attribute_taxonomies` (
  `attribute_id` bigint UNSIGNED NOT NULL,
  `attribute_name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `attribute_label` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `attribute_type` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `attribute_orderby` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `attribute_public` int NOT NULL DEFAULT '1'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `iamc_woocommerce_downloadable_product_permissions`
--

CREATE TABLE `iamc_woocommerce_downloadable_product_permissions` (
  `permission_id` bigint UNSIGNED NOT NULL,
  `download_id` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `product_id` bigint UNSIGNED NOT NULL,
  `order_id` bigint UNSIGNED NOT NULL DEFAULT '0',
  `order_key` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `user_email` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `user_id` bigint UNSIGNED DEFAULT NULL,
  `downloads_remaining` varchar(9) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `access_granted` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `access_expires` datetime DEFAULT NULL,
  `download_count` bigint UNSIGNED NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `iamc_woocommerce_log`
--

CREATE TABLE `iamc_woocommerce_log` (
  `log_id` bigint UNSIGNED NOT NULL,
  `timestamp` datetime NOT NULL,
  `level` smallint NOT NULL,
  `source` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `message` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `context` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `iamc_woocommerce_order_itemmeta`
--

CREATE TABLE `iamc_woocommerce_order_itemmeta` (
  `meta_id` bigint UNSIGNED NOT NULL,
  `order_item_id` bigint UNSIGNED NOT NULL,
  `meta_key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `iamc_woocommerce_order_items`
--

CREATE TABLE `iamc_woocommerce_order_items` (
  `order_item_id` bigint UNSIGNED NOT NULL,
  `order_item_name` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `order_item_type` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `order_id` bigint UNSIGNED NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `iamc_woocommerce_payment_tokenmeta`
--

CREATE TABLE `iamc_woocommerce_payment_tokenmeta` (
  `meta_id` bigint UNSIGNED NOT NULL,
  `payment_token_id` bigint UNSIGNED NOT NULL,
  `meta_key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `iamc_woocommerce_payment_tokens`
--

CREATE TABLE `iamc_woocommerce_payment_tokens` (
  `token_id` bigint UNSIGNED NOT NULL,
  `gateway_id` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `token` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `user_id` bigint UNSIGNED NOT NULL DEFAULT '0',
  `type` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `is_default` tinyint(1) NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `iamc_woocommerce_sessions`
--

CREATE TABLE `iamc_woocommerce_sessions` (
  `session_id` bigint UNSIGNED NOT NULL,
  `session_key` char(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `session_value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `session_expiry` bigint UNSIGNED NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `iamc_woocommerce_shipping_zones`
--

CREATE TABLE `iamc_woocommerce_shipping_zones` (
  `zone_id` bigint UNSIGNED NOT NULL,
  `zone_name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `zone_order` bigint UNSIGNED NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `iamc_woocommerce_shipping_zones`
--

INSERT INTO `iamc_woocommerce_shipping_zones` (`zone_id`, `zone_name`, `zone_order`) VALUES
(1, 'United States (US)', 0);

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

--
-- Table structure for table `iamc_woocommerce_shipping_zone_locations`
--

CREATE TABLE `iamc_woocommerce_shipping_zone_locations` (
  `location_id` bigint UNSIGNED NOT NULL,
  `zone_id` bigint UNSIGNED NOT NULL,
  `location_code` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `location_type` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `iamc_woocommerce_shipping_zone_locations`
--

INSERT INTO `iamc_woocommerce_shipping_zone_locations` (`location_id`, `zone_id`, `location_code`, `location_type`) VALUES
(1, 1, 'US', 'country');

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

--
-- Table structure for table `iamc_woocommerce_shipping_zone_methods`
--

CREATE TABLE `iamc_woocommerce_shipping_zone_methods` (
  `zone_id` bigint UNSIGNED NOT NULL,
  `instance_id` bigint UNSIGNED NOT NULL,
  `method_id` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `method_order` bigint UNSIGNED NOT NULL,
  `is_enabled` tinyint(1) NOT NULL DEFAULT '1'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `iamc_woocommerce_shipping_zone_methods`
--

INSERT INTO `iamc_woocommerce_shipping_zone_methods` (`zone_id`, `instance_id`, `method_id`, `method_order`, `is_enabled`) VALUES
(0, 1, 'flat_rate', 1, 1),
(1, 2, 'flat_rate', 1, 1);

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

--
-- Table structure for table `iamc_woocommerce_tax_rates`
--

CREATE TABLE `iamc_woocommerce_tax_rates` (
  `tax_rate_id` bigint UNSIGNED NOT NULL,
  `tax_rate_country` varchar(2) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `tax_rate_state` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `tax_rate` varchar(8) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `tax_rate_name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `tax_rate_priority` bigint UNSIGNED NOT NULL,
  `tax_rate_compound` int NOT NULL DEFAULT '0',
  `tax_rate_shipping` int NOT NULL DEFAULT '1',
  `tax_rate_order` bigint UNSIGNED NOT NULL,
  `tax_rate_class` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `iamc_woocommerce_tax_rate_locations`
--

CREATE TABLE `iamc_woocommerce_tax_rate_locations` (
  `location_id` bigint UNSIGNED NOT NULL,
  `location_code` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `tax_rate_id` bigint UNSIGNED NOT NULL,
  `location_type` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `iamc_wpa_form_builder`
--

CREATE TABLE `iamc_wpa_form_builder` (
  `id` bigint NOT NULL,
  `post_author` bigint UNSIGNED NOT NULL,
  `post_title` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_content` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `form_settings` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `payment_data` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `social_login_setting` longtext COLLATE utf8mb4_unicode_520_ci,
  `other_settings` longtext COLLATE utf8mb4_unicode_520_ci,
  `post_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_date` datetime NOT NULL,
  `post_date_gmt` datetime NOT NULL,
  `post_modified` datetime NOT NULL,
  `post_modified_gmt` datetime NOT NULL,
  `editable` tinyint(1) NOT NULL DEFAULT '1'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `iamc_wpa_form_builder`
--

INSERT INTO `iamc_wpa_form_builder` (`id`, `post_author`, `post_title`, `post_content`, `form_settings`, `payment_data`, `social_login_setting`, `other_settings`, `post_status`, `post_date`, `post_date_gmt`, `post_modified`, `post_modified_gmt`, `editable`) VALUES
(1, 1, 'User Registration (Free)', '[{\"id\":1,\"name\":\"email\",\"type\":\"email\",\"label\":\"E-mail\",\"hide_label\":\"false\",\"tool_tip_msg\":\"\",\"required\":true,\"description\":\"\",\"placeholder\":\"Enter e-mail address\",\"classname\":\"email\",\"custom_classname\":\"\"},{\"id\":2,\"name\":\"password\",\"type\":\"password\",\"label\":\"Password\",\"hide_label\":\"false\",\"tool_tip_msg\":\"\",\"required\":true,\"description\":\"\",\"placeholder\":\"\",\"classname\":\"password\",\"custom_classname\":\"\"}]', '{\"enable_mailchimp\":false,\"enable_constant_contact\":false}', '{\"paymentProcess\":\"free\",\"currency\":\"USD\",\"amount\":\"10\",\"membershipPlans\":[]}', '', NULL, 'publish', '2022-07-28 15:10:18', '2022-07-28 15:10:18', '2022-07-28 15:10:18', '2022-07-28 15:10:18', 0);

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

--
-- Table structure for table `iamc_wpa_guest_authors`
--

CREATE TABLE `iamc_wpa_guest_authors` (
  `id` bigint NOT NULL,
  `user_email` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `display_name` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `nice_name` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `first_name` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `last_name` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `description` text COLLATE utf8mb4_unicode_520_ci,
  `user_registered` datetime NOT NULL,
  `website` text COLLATE utf8mb4_unicode_520_ci,
  `is_active` int NOT NULL,
  `user_meta` text COLLATE utf8mb4_unicode_520_ci,
  `is_linked` tinyint(1) NOT NULL,
  `avatar_name` text COLLATE utf8mb4_unicode_520_ci,
  `linked_user_id` bigint DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `iamc_wpa_membership_plan`
--

CREATE TABLE `iamc_wpa_membership_plan` (
  `id` bigint NOT NULL,
  `name` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `description` longtext COLLATE utf8mb4_unicode_520_ci,
  `price` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `currency` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `plan_id` text COLLATE utf8mb4_unicode_520_ci,
  `payment_gateway` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `status` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `membership_type` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `image_name` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `created_at` datetime DEFAULT NULL,
  `updated_at` datetime DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `iamc_wpa_membership_plan`
--

INSERT INTO `iamc_wpa_membership_plan` (`id`, `name`, `description`, `price`, `currency`, `plan_id`, `payment_gateway`, `status`, `membership_type`, `image_name`, `created_at`, `updated_at`) VALUES
(1, 'Bronze Plan', 'Bronze Plan New', '10', 'USD', '0', 'Manual', '1', '', 'bronze.jpg', '2022-07-28 15:10:18', '2022-07-28 15:10:18'),
(2, 'Silver Plan', 'Silver Plan New', '20', 'USD', '0', 'Manual', '1', '', 'silver.jpg', '2022-07-28 15:10:18', '2022-07-28 15:10:18'),
(3, 'Gold Plan', 'Gold Plan New', '30', 'USD', '0', 'Manual', '1', '', 'gold.jpg', '2022-07-28 15:10:18', '2022-07-28 15:10:18');

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

--
-- Table structure for table `iamc_wpa_orders`
--

CREATE TABLE `iamc_wpa_orders` (
  `id` bigint NOT NULL,
  `user_id` bigint NOT NULL,
  `membership_id` bigint NOT NULL,
  `payer_name` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `payer_email` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `payer_address` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `order_id` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `transaction_date` datetime NOT NULL,
  `created_at` datetime DEFAULT NULL,
  `updated_at` datetime DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `iamc_wpa_subscriptions`
--

CREATE TABLE `iamc_wpa_subscriptions` (
  `id` bigint NOT NULL,
  `user_id` bigint NOT NULL,
  `plan_name` text COLLATE utf8mb4_unicode_520_ci,
  `plan_id` longtext COLLATE utf8mb4_unicode_520_ci,
  `status` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `gateway` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `membership_type` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `quantity` int NOT NULL,
  `starts_from` datetime NOT NULL,
  `trial_ends_at` datetime DEFAULT NULL,
  `ends_at` datetime DEFAULT NULL,
  `created_at` datetime DEFAULT NULL,
  `updated_at` datetime DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `iamc_wprss_logs`
--

CREATE TABLE `iamc_wprss_logs` (
  `id` bigint NOT NULL,
  `date` timestamp NULL DEFAULT CURRENT_TIMESTAMP,
  `level` varchar(30) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `message` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `feed_id` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `iamc_wprss_logs`
--

INSERT INTO `iamc_wprss_logs` (`id`, `date`, `level`, `message`, `feed_id`) VALUES
(1555512, '2023-01-23 16:22:15', 'info', 'Feed is not active. Finished', '170'),
(1555509, '2023-01-23 16:22:15', 'debug', '24 will be skipped', '4837'),
(1555510, '2023-01-23 16:22:15', 'info', 'Import completed in 0.23 seconds!', '4837'),
(1555511, '2023-01-23 16:22:15', 'info', 'Starting import for \"World News\"', '170'),
(1555507, '2023-01-23 16:22:15', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1555508, '2023-01-23 16:22:15', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1555504, '2023-01-23 16:22:15', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1555506, '2023-01-23 16:22:15', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1555505, '2023-01-23 16:22:15', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1555503, '2023-01-23 16:22:15', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1555502, '2023-01-23 16:22:15', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1555500, '2023-01-23 16:22:15', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1555501, '2023-01-23 16:22:15', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1555499, '2023-01-23 16:22:15', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1555497, '2023-01-23 16:22:15', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1555498, '2023-01-23 16:22:15', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1555495, '2023-01-23 16:22:15', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1555496, '2023-01-23 16:22:15', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1555494, '2023-01-23 16:22:15', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1555493, '2023-01-23 16:22:15', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1555492, '2023-01-23 16:22:15', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1555490, '2023-01-23 16:22:15', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555491, '2023-01-23 16:22:15', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1555489, '2023-01-23 16:22:15', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555488, '2023-01-23 16:22:15', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555487, '2023-01-23 16:22:15', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555485, '2023-01-23 16:22:15', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1555486, '2023-01-23 16:22:15', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1555484, '2023-01-23 16:22:15', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1555483, '2023-01-23 16:22:15', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1555482, '2023-01-23 16:22:10', 'info', 'Beginning import for all feed sources', NULL),
(1555481, '2023-01-23 16:09:57', 'info', 'Feed is not active. Finished', '170'),
(1555480, '2023-01-23 16:09:57', 'info', 'Starting import for \"World News\"', '170'),
(1555479, '2023-01-23 16:09:57', 'info', 'Import completed in 0.26 seconds!', '4837'),
(1555478, '2023-01-23 16:09:57', 'debug', '24 will be skipped', '4837'),
(1555477, '2023-01-23 16:09:57', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1555476, '2023-01-23 16:09:57', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1555475, '2023-01-23 16:09:57', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1555471, '2023-01-23 16:09:57', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1555474, '2023-01-23 16:09:57', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1555473, '2023-01-23 16:09:57', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1555472, '2023-01-23 16:09:57', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1555470, '2023-01-23 16:09:57', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1555469, '2023-01-23 16:09:57', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1555468, '2023-01-23 16:09:57', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1555467, '2023-01-23 16:09:57', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1555464, '2023-01-23 16:09:57', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1555465, '2023-01-23 16:09:57', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1555466, '2023-01-23 16:09:57', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1555463, '2023-01-23 16:09:57', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1555462, '2023-01-23 16:09:57', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1555461, '2023-01-23 16:09:57', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1555460, '2023-01-23 16:09:57', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1555458, '2023-01-23 16:09:57', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555459, '2023-01-23 16:09:57', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555457, '2023-01-23 16:09:57', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555455, '2023-01-23 16:09:57', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1555456, '2023-01-23 16:09:57', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555454, '2023-01-23 16:09:57', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1555447, '2023-01-23 15:53:28', 'debug', '24 will be skipped', '4837'),
(1555448, '2023-01-23 15:53:28', 'info', 'Import completed in 0.31 seconds!', '4837'),
(1555449, '2023-01-23 15:53:28', 'info', 'Starting import for \"World News\"', '170'),
(1555450, '2023-01-23 15:53:28', 'info', 'Feed is not active. Finished', '170'),
(1555451, '2023-01-23 16:07:14', 'info', 'Beginning import for all feed sources', NULL),
(1555452, '2023-01-23 16:09:57', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1555453, '2023-01-23 16:09:57', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1555445, '2023-01-23 15:53:28', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1555443, '2023-01-23 15:53:28', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1555446, '2023-01-23 15:53:28', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1555444, '2023-01-23 15:53:28', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1555442, '2023-01-23 15:53:28', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1555440, '2023-01-23 15:53:28', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1555441, '2023-01-23 15:53:28', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1555438, '2023-01-23 15:53:28', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1555439, '2023-01-23 15:53:28', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1555434, '2023-01-23 15:53:28', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1555437, '2023-01-23 15:53:28', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1555433, '2023-01-23 15:53:28', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1555436, '2023-01-23 15:53:28', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1555435, '2023-01-23 15:53:28', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1555432, '2023-01-23 15:53:28', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1555431, '2023-01-23 15:53:28', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1555430, '2023-01-23 15:53:28', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1555428, '2023-01-23 15:53:28', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555429, '2023-01-23 15:53:28', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1555424, '2023-01-23 15:53:28', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1555425, '2023-01-23 15:53:28', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555427, '2023-01-23 15:53:28', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555426, '2023-01-23 15:53:28', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555423, '2023-01-23 15:53:28', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1555421, '2023-01-23 15:53:28', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1555422, '2023-01-23 15:53:28', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1555420, '2023-01-23 15:52:59', 'info', 'Beginning import for all feed sources', NULL),
(1552534, '2023-01-22 16:29:04', 'info', 'Import completed in 0.25 seconds!', '4837'),
(1552535, '2023-01-22 16:29:04', 'info', 'Starting import for \"World News\"', '170'),
(1552536, '2023-01-22 16:29:04', 'info', 'Feed is not active. Finished', '170'),
(1555417, '2023-01-23 15:41:54', 'info', 'Import completed in 0.29 seconds!', '4837'),
(1555418, '2023-01-23 15:41:54', 'info', 'Starting import for \"World News\"', '170'),
(1555419, '2023-01-23 15:41:54', 'info', 'Feed is not active. Finished', '170'),
(1552532, '2023-01-22 16:29:04', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1552533, '2023-01-22 16:29:04', 'debug', '24 will be skipped', '4837'),
(1552531, '2023-01-22 16:29:04', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1552529, '2023-01-22 16:29:04', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1552530, '2023-01-22 16:29:04', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1552528, '2023-01-22 16:29:04', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1552526, '2023-01-22 16:29:04', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1552527, '2023-01-22 16:29:04', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1552524, '2023-01-22 16:29:04', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1552523, '2023-01-22 16:29:04', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1552525, '2023-01-22 16:29:04', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1552518, '2023-01-22 16:29:04', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1552519, '2023-01-22 16:29:04', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1552520, '2023-01-22 16:29:04', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1552521, '2023-01-22 16:29:04', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1552522, '2023-01-22 16:29:04', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1552517, '2023-01-22 16:29:04', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1552516, '2023-01-22 16:29:03', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1552515, '2023-01-22 16:29:03', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1552513, '2023-01-22 16:29:03', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552514, '2023-01-22 16:29:03', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552512, '2023-01-22 16:29:03', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552509, '2023-01-22 16:29:03', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1552510, '2023-01-22 16:29:03', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1552511, '2023-01-22 16:29:03', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552503, '2023-01-22 16:07:40', 'info', 'Import completed in 0.28 seconds!', '4837'),
(1552504, '2023-01-22 16:07:40', 'info', 'Starting import for \"World News\"', '170'),
(1552505, '2023-01-22 16:07:40', 'info', 'Feed is not active. Finished', '170'),
(1552506, '2023-01-22 16:22:24', 'info', 'Beginning import for all feed sources', NULL),
(1552507, '2023-01-22 16:29:03', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1552508, '2023-01-22 16:29:03', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1552500, '2023-01-22 16:07:40', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1552502, '2023-01-22 16:07:40', 'debug', '24 will be skipped', '4837'),
(1552498, '2023-01-22 16:07:40', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1552501, '2023-01-22 16:07:40', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1552499, '2023-01-22 16:07:40', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1552497, '2023-01-22 16:07:40', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1552496, '2023-01-22 16:07:40', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1552495, '2023-01-22 16:07:40', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1552494, '2023-01-22 16:07:40', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1561278, '2023-01-25 14:55:10', 'info', 'Feed is not active. Finished', '170'),
(1561279, '2023-01-25 15:06:18', 'info', 'Beginning import for all feed sources', NULL),
(1558478, '2023-01-24 16:29:12', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1558479, '2023-01-24 16:29:12', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1558480, '2023-01-24 16:29:12', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1558481, '2023-01-24 16:29:12', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1558482, '2023-01-24 16:29:12', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1558483, '2023-01-24 16:29:12', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1558484, '2023-01-24 16:29:12', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1558488, '2023-01-24 16:29:12', 'info', 'Feed is not active. Finished', '170'),
(1558486, '2023-01-24 16:29:12', 'info', 'Import completed in 0.23 seconds!', '4837'),
(1558487, '2023-01-24 16:29:12', 'info', 'Starting import for \"World News\"', '170'),
(1558485, '2023-01-24 16:29:12', 'debug', '24 will be skipped', '4837'),
(1558477, '2023-01-24 16:29:12', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1558474, '2023-01-24 16:29:12', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1558476, '2023-01-24 16:29:12', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1558475, '2023-01-24 16:29:12', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1558471, '2023-01-24 16:29:12', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1558472, '2023-01-24 16:29:12', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1558473, '2023-01-24 16:29:12', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1558466, '2023-01-24 16:29:12', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558467, '2023-01-24 16:29:12', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1558468, '2023-01-24 16:29:12', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1558469, '2023-01-24 16:29:12', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1558470, '2023-01-24 16:29:12', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1558462, '2023-01-24 16:29:12', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1558463, '2023-01-24 16:29:12', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558464, '2023-01-24 16:29:12', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558465, '2023-01-24 16:29:12', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558454, '2023-01-24 16:14:11', 'debug', '24 will be skipped', '4837'),
(1558455, '2023-01-24 16:14:11', 'info', 'Import completed in 0.34 seconds!', '4837'),
(1558456, '2023-01-24 16:14:11', 'info', 'Starting import for \"World News\"', '170'),
(1558457, '2023-01-24 16:14:11', 'info', 'Feed is not active. Finished', '170'),
(1558458, '2023-01-24 16:20:52', 'info', 'Beginning import for all feed sources', NULL),
(1558459, '2023-01-24 16:29:11', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1558460, '2023-01-24 16:29:11', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1558461, '2023-01-24 16:29:12', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1558453, '2023-01-24 16:14:11', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1558450, '2023-01-24 16:14:11', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1558451, '2023-01-24 16:14:11', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1558452, '2023-01-24 16:14:11', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1558449, '2023-01-24 16:14:11', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1558448, '2023-01-24 16:14:11', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1558446, '2023-01-24 16:14:11', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1558447, '2023-01-24 16:14:11', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1558442, '2023-01-24 16:14:11', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1558443, '2023-01-24 16:14:11', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1558444, '2023-01-24 16:14:11', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1558445, '2023-01-24 16:14:11', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1558440, '2023-01-24 16:14:11', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1558441, '2023-01-24 16:14:11', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1558437, '2023-01-24 16:14:11', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1558438, '2023-01-24 16:14:11', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1558439, '2023-01-24 16:14:11', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1558434, '2023-01-24 16:14:11', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558435, '2023-01-24 16:14:11', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558436, '2023-01-24 16:14:11', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1558433, '2023-01-24 16:14:11', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558432, '2023-01-24 16:14:11', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558430, '2023-01-24 16:14:11', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1558431, '2023-01-24 16:14:11', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1558429, '2023-01-24 16:14:11', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1558428, '2023-01-24 16:14:11', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1558424, '2023-01-24 15:51:20', 'info', 'Import completed in 0.27 seconds!', '4837'),
(1558425, '2023-01-24 15:51:20', 'info', 'Starting import for \"World News\"', '170'),
(1558426, '2023-01-24 15:51:20', 'info', 'Feed is not active. Finished', '170'),
(1558427, '2023-01-24 16:09:10', 'info', 'Beginning import for all feed sources', NULL),
(1558422, '2023-01-24 15:51:20', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1558423, '2023-01-24 15:51:20', 'debug', '24 will be skipped', '4837'),
(1558421, '2023-01-24 15:51:20', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1558418, '2023-01-24 15:51:20', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1558419, '2023-01-24 15:51:20', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1558420, '2023-01-24 15:51:20', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1558414, '2023-01-24 15:51:20', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1558415, '2023-01-24 15:51:20', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1558416, '2023-01-24 15:51:20', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1558417, '2023-01-24 15:51:20', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1558411, '2023-01-24 15:51:20', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1558412, '2023-01-24 15:51:20', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1558413, '2023-01-24 15:51:20', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1558409, '2023-01-24 15:51:20', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1558410, '2023-01-24 15:51:20', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1558407, '2023-01-24 15:51:20', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1558408, '2023-01-24 15:51:20', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1558399, '2023-01-24 15:51:20', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1558400, '2023-01-24 15:51:20', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1558406, '2023-01-24 15:51:20', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1558405, '2023-01-24 15:51:20', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1558404, '2023-01-24 15:51:20', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558403, '2023-01-24 15:51:20', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558402, '2023-01-24 15:51:20', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558401, '2023-01-24 15:51:20', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558398, '2023-01-24 15:51:20', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1558396, '2023-01-24 15:51:16', 'info', 'Beginning import for all feed sources', NULL),
(1558397, '2023-01-24 15:51:20', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1558395, '2023-01-24 15:42:05', 'info', 'Feed is not active. Finished', '170'),
(1558394, '2023-01-24 15:42:05', 'info', 'Starting import for \"World News\"', '170'),
(1558391, '2023-01-24 15:42:05', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1558392, '2023-01-24 15:42:05', 'debug', '24 will be skipped', '4837'),
(1558393, '2023-01-24 15:42:05', 'info', 'Import completed in 0.29 seconds!', '4837'),
(1558390, '2023-01-24 15:42:05', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1558389, '2023-01-24 15:42:05', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1558388, '2023-01-24 15:42:05', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1558387, '2023-01-24 15:42:05', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1558384, '2023-01-24 15:42:05', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1558385, '2023-01-24 15:42:05', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1558386, '2023-01-24 15:42:05', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1558379, '2023-01-24 15:42:05', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1558383, '2023-01-24 15:42:05', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1558382, '2023-01-24 15:42:05', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1558381, '2023-01-24 15:42:05', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1558380, '2023-01-24 15:42:05', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1558374, '2023-01-24 15:42:05', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1558378, '2023-01-24 15:42:05', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1558377, '2023-01-24 15:42:05', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1558376, '2023-01-24 15:42:05', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1558375, '2023-01-24 15:42:05', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1558370, '2023-01-24 15:42:05', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558371, '2023-01-24 15:42:05', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558372, '2023-01-24 15:42:05', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558373, '2023-01-24 15:42:05', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558369, '2023-01-24 15:42:05', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1558368, '2023-01-24 15:42:05', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1558361, '2023-01-24 15:33:58', 'debug', '24 will be skipped', '4837'),
(1558362, '2023-01-24 15:33:58', 'info', 'Import completed in 0.26 seconds!', '4837'),
(1558363, '2023-01-24 15:33:58', 'info', 'Starting import for \"World News\"', '170'),
(1558364, '2023-01-24 15:33:58', 'info', 'Feed is not active. Finished', '170'),
(1558365, '2023-01-24 15:39:57', 'info', 'Beginning import for all feed sources', NULL),
(1558366, '2023-01-24 15:42:05', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1558367, '2023-01-24 15:42:05', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1558360, '2023-01-24 15:33:58', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1558359, '2023-01-24 15:33:58', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1558358, '2023-01-24 15:33:58', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1558354, '2023-01-24 15:33:58', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1558355, '2023-01-24 15:33:58', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1558356, '2023-01-24 15:33:58', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1558357, '2023-01-24 15:33:58', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1558349, '2023-01-24 15:33:58', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1558350, '2023-01-24 15:33:58', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1558351, '2023-01-24 15:33:58', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1558352, '2023-01-24 15:33:58', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1558353, '2023-01-24 15:33:58', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1558348, '2023-01-24 15:33:58', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1558347, '2023-01-24 15:33:58', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1558346, '2023-01-24 15:33:58', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1558343, '2023-01-24 15:33:58', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1558345, '2023-01-24 15:33:58', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1558344, '2023-01-24 15:33:58', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1558342, '2023-01-24 15:33:58', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558341, '2023-01-24 15:33:58', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558339, '2023-01-24 15:33:58', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558340, '2023-01-24 15:33:58', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558338, '2023-01-24 15:33:58', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1558335, '2023-01-24 15:33:58', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1558337, '2023-01-24 15:33:58', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1558336, '2023-01-24 15:33:58', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1558333, '2023-01-24 15:09:18', 'info', 'Feed is not active. Finished', '170'),
(1558334, '2023-01-24 15:26:21', 'info', 'Beginning import for all feed sources', NULL),
(1558332, '2023-01-24 15:09:18', 'info', 'Starting import for \"World News\"', '170'),
(1558330, '2023-01-24 15:09:18', 'debug', '24 will be skipped', '4837'),
(1558331, '2023-01-24 15:09:18', 'info', 'Import completed in 0.24 seconds!', '4837'),
(1558329, '2023-01-24 15:09:18', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1558328, '2023-01-24 15:09:18', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1558327, '2023-01-24 15:09:18', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1558325, '2023-01-24 15:09:18', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1558313, '2023-01-24 15:09:18', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1558314, '2023-01-24 15:09:18', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1558315, '2023-01-24 15:09:18', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1558316, '2023-01-24 15:09:18', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1561276, '2023-01-25 14:55:10', 'info', 'Import completed in 0.29 seconds!', '4837'),
(1561277, '2023-01-25 14:55:10', 'info', 'Starting import for \"World News\"', '170'),
(1561275, '2023-01-25 14:55:10', 'debug', '24 will be skipped', '4837'),
(1561274, '2023-01-25 14:55:10', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1561273, '2023-01-25 14:55:10', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1561272, '2023-01-25 14:55:10', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1561270, '2023-01-25 14:55:10', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1561271, '2023-01-25 14:55:10', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1561269, '2023-01-25 14:55:10', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1561247, '2023-01-25 14:37:20', 'info', 'Feed is not active. Finished', '170'),
(1561248, '2023-01-25 14:51:54', 'info', 'Beginning import for all feed sources', NULL),
(1561249, '2023-01-25 14:55:10', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1561250, '2023-01-25 14:55:10', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1561268, '2023-01-25 14:55:10', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1561267, '2023-01-25 14:55:10', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1561266, '2023-01-25 14:55:10', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1561265, '2023-01-25 14:55:10', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1561264, '2023-01-25 14:55:10', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1561263, '2023-01-25 14:55:10', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1561262, '2023-01-25 14:55:10', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1561261, '2023-01-25 14:55:10', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1561260, '2023-01-25 14:55:10', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1561259, '2023-01-25 14:55:10', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1561258, '2023-01-25 14:55:10', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1561257, '2023-01-25 14:55:10', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1561256, '2023-01-25 14:55:10', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1561255, '2023-01-25 14:55:10', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1561254, '2023-01-25 14:55:10', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1561253, '2023-01-25 14:55:10', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1561252, '2023-01-25 14:55:10', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1561251, '2023-01-25 14:55:10', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1561245, '2023-01-25 14:37:20', 'info', 'Import completed in 0.23 seconds!', '4837'),
(1561246, '2023-01-25 14:37:20', 'info', 'Starting import for \"World News\"', '170'),
(1561244, '2023-01-25 14:37:20', 'debug', '24 will be skipped', '4837'),
(1561243, '2023-01-25 14:37:20', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1561242, '2023-01-25 14:37:20', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1561241, '2023-01-25 14:37:20', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1561239, '2023-01-25 14:37:20', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1561240, '2023-01-25 14:37:20', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1561238, '2023-01-25 14:37:20', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1561235, '2023-01-25 14:37:20', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1561237, '2023-01-25 14:37:20', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1561236, '2023-01-25 14:37:20', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1561233, '2023-01-25 14:37:20', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1561234, '2023-01-25 14:37:20', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1561232, '2023-01-25 14:37:20', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1561229, '2023-01-25 14:37:20', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1561231, '2023-01-25 14:37:20', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1561230, '2023-01-25 14:37:20', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1561228, '2023-01-25 14:37:20', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1561227, '2023-01-25 14:37:20', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1561225, '2023-01-25 14:37:20', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1561226, '2023-01-25 14:37:20', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1561224, '2023-01-25 14:37:20', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1561221, '2023-01-25 14:37:20', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1561223, '2023-01-25 14:37:20', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1561222, '2023-01-25 14:37:20', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1561218, '2023-01-25 14:37:20', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1561219, '2023-01-25 14:37:20', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1561220, '2023-01-25 14:37:20', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1561215, '2023-01-25 14:30:56', 'info', 'Starting import for \"World News\"', '170'),
(1561216, '2023-01-25 14:30:56', 'info', 'Feed is not active. Finished', '170'),
(1561217, '2023-01-25 14:36:08', 'info', 'Beginning import for all feed sources', NULL),
(1561213, '2023-01-25 14:30:56', 'debug', '24 will be skipped', '4837'),
(1561214, '2023-01-25 14:30:56', 'info', 'Import completed in 0.28 seconds!', '4837'),
(1561212, '2023-01-25 14:30:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1561211, '2023-01-25 14:30:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1561209, '2023-01-25 14:30:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1561210, '2023-01-25 14:30:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1561208, '2023-01-25 14:30:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1561206, '2023-01-25 14:30:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1561207, '2023-01-25 14:30:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1561205, '2023-01-25 14:30:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1561204, '2023-01-25 14:30:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837');
INSERT INTO `iamc_wprss_logs` (`id`, `date`, `level`, `message`, `feed_id`) VALUES
(1561203, '2023-01-25 14:30:56', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1561202, '2023-01-25 14:30:56', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1561200, '2023-01-25 14:30:56', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1561201, '2023-01-25 14:30:56', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1561197, '2023-01-25 14:30:56', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1561199, '2023-01-25 14:30:56', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1561198, '2023-01-25 14:30:56', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1561196, '2023-01-25 14:30:56', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1561193, '2023-01-25 14:30:56', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1561194, '2023-01-25 14:30:56', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1561195, '2023-01-25 14:30:56', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1561192, '2023-01-25 14:30:56', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1561191, '2023-01-25 14:30:56', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1561188, '2023-01-25 14:30:56', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1561190, '2023-01-25 14:30:56', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1561189, '2023-01-25 14:30:56', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1561186, '2023-01-25 14:27:09', 'info', 'Beginning import for all feed sources', NULL),
(1561187, '2023-01-25 14:30:56', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1561185, '2023-01-25 14:13:57', 'info', 'Feed is not active. Finished', '170'),
(1561180, '2023-01-25 14:13:57', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1561181, '2023-01-25 14:13:57', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1561183, '2023-01-25 14:13:57', 'info', 'Import completed in 0.32 seconds!', '4837'),
(1561184, '2023-01-25 14:13:57', 'info', 'Starting import for \"World News\"', '170'),
(1561182, '2023-01-25 14:13:57', 'debug', '24 will be skipped', '4837'),
(1561177, '2023-01-25 14:13:57', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1561179, '2023-01-25 14:13:57', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1561178, '2023-01-25 14:13:57', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1561174, '2023-01-25 14:13:57', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1561176, '2023-01-25 14:13:57', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1561175, '2023-01-25 14:13:57', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1561171, '2023-01-25 14:13:57', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1561172, '2023-01-25 14:13:57', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1561173, '2023-01-25 14:13:57', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1561170, '2023-01-25 14:13:57', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1561167, '2023-01-25 14:13:57', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1561168, '2023-01-25 14:13:57', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1561169, '2023-01-25 14:13:57', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1561165, '2023-01-25 14:13:57', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1561166, '2023-01-25 14:13:57', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1561164, '2023-01-25 14:13:57', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1561162, '2023-01-25 14:13:57', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1561163, '2023-01-25 14:13:57', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1561161, '2023-01-25 14:13:57', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1561159, '2023-01-25 14:13:57', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1561160, '2023-01-25 14:13:57', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1561157, '2023-01-25 14:13:56', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1561158, '2023-01-25 14:13:57', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1561152, '2023-01-25 13:51:55', 'info', 'Import completed in 0.24 seconds!', '4837'),
(1561153, '2023-01-25 13:51:55', 'info', 'Starting import for \"World News\"', '170'),
(1561154, '2023-01-25 13:51:55', 'info', 'Feed is not active. Finished', '170'),
(1561155, '2023-01-25 14:13:16', 'info', 'Beginning import for all feed sources', NULL),
(1561156, '2023-01-25 14:13:56', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1561150, '2023-01-25 13:51:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1561151, '2023-01-25 13:51:55', 'debug', '24 will be skipped', '4837'),
(1561149, '2023-01-25 13:51:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1561148, '2023-01-25 13:51:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1561147, '2023-01-25 13:51:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1561145, '2023-01-25 13:51:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1561146, '2023-01-25 13:51:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1561143, '2023-01-25 13:51:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1561144, '2023-01-25 13:51:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1561141, '2023-01-25 13:51:55', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1561142, '2023-01-25 13:51:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1561140, '2023-01-25 13:51:55', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1561139, '2023-01-25 13:51:55', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1561138, '2023-01-25 13:51:55', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1561137, '2023-01-25 13:51:55', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1561136, '2023-01-25 13:51:55', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1561135, '2023-01-25 13:51:55', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1561134, '2023-01-25 13:51:55', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1561132, '2023-01-25 13:51:55', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1561130, '2023-01-25 13:51:55', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1561133, '2023-01-25 13:51:55', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1561131, '2023-01-25 13:51:55', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1561128, '2023-01-25 13:51:55', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1561129, '2023-01-25 13:51:55', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1561122, '2023-01-25 13:48:33', 'info', 'Starting import for \"World News\"', '170'),
(1561123, '2023-01-25 13:48:33', 'info', 'Feed is not active. Finished', '170'),
(1561124, '2023-01-25 13:51:38', 'info', 'Beginning import for all feed sources', NULL),
(1561125, '2023-01-25 13:51:55', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1561126, '2023-01-25 13:51:55', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1561127, '2023-01-25 13:51:55', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1561120, '2023-01-25 13:48:33', 'debug', '24 will be skipped', '4837'),
(1561121, '2023-01-25 13:48:33', 'info', 'Import completed in 0.24 seconds!', '4837'),
(1561118, '2023-01-25 13:48:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1561119, '2023-01-25 13:48:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1561117, '2023-01-25 13:48:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1561115, '2023-01-25 13:48:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1561116, '2023-01-25 13:48:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1561114, '2023-01-25 13:48:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1561113, '2023-01-25 13:48:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1561112, '2023-01-25 13:48:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1561111, '2023-01-25 13:48:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1561109, '2023-01-25 13:48:33', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1561110, '2023-01-25 13:48:33', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1561108, '2023-01-25 13:48:33', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1561104, '2023-01-25 13:48:33', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1561105, '2023-01-25 13:48:33', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1561106, '2023-01-25 13:48:33', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1561107, '2023-01-25 13:48:33', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1561102, '2023-01-25 13:48:33', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1561103, '2023-01-25 13:48:33', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1561101, '2023-01-25 13:48:33', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1561099, '2023-01-25 13:48:33', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1561100, '2023-01-25 13:48:33', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1561098, '2023-01-25 13:48:33', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1561096, '2023-01-25 13:48:33', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1561097, '2023-01-25 13:48:33', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1561095, '2023-01-25 13:48:33', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1561092, '2023-01-25 13:27:25', 'info', 'Feed is not active. Finished', '170'),
(1561093, '2023-01-25 13:40:13', 'info', 'Beginning import for all feed sources', NULL),
(1561094, '2023-01-25 13:48:33', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1561088, '2023-01-25 13:27:25', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1561090, '2023-01-25 13:27:25', 'info', 'Import completed in 0.24 seconds!', '4837'),
(1561091, '2023-01-25 13:27:25', 'info', 'Starting import for \"World News\"', '170'),
(1561089, '2023-01-25 13:27:25', 'debug', '24 will be skipped', '4837'),
(1561087, '2023-01-25 13:27:25', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1561085, '2023-01-25 13:27:25', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1561086, '2023-01-25 13:27:25', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1561082, '2023-01-25 13:27:25', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1561083, '2023-01-25 13:27:25', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1561084, '2023-01-25 13:27:25', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1561080, '2023-01-25 13:27:25', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1561081, '2023-01-25 13:27:25', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1561079, '2023-01-25 13:27:25', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1561077, '2023-01-25 13:27:25', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1561078, '2023-01-25 13:27:25', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1561076, '2023-01-25 13:27:25', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1561074, '2023-01-25 13:27:25', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1561075, '2023-01-25 13:27:25', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1561073, '2023-01-25 13:27:25', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1561071, '2023-01-25 13:27:25', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1561072, '2023-01-25 13:27:25', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1561070, '2023-01-25 13:27:25', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1561068, '2023-01-25 13:27:25', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1561069, '2023-01-25 13:27:25', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1561066, '2023-01-25 13:27:25', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1561067, '2023-01-25 13:27:25', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1561063, '2023-01-25 13:27:24', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1561064, '2023-01-25 13:27:24', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1561065, '2023-01-25 13:27:25', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1561062, '2023-01-25 13:24:31', 'info', 'Beginning import for all feed sources', NULL),
(1561061, '2023-01-25 13:08:41', 'info', 'Feed is not active. Finished', '170'),
(1561060, '2023-01-25 13:08:41', 'info', 'Starting import for \"World News\"', '170'),
(1561059, '2023-01-25 13:08:41', 'info', 'Import completed in 0.34 seconds!', '4837'),
(1561057, '2023-01-25 13:08:41', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1561058, '2023-01-25 13:08:41', 'debug', '24 will be skipped', '4837'),
(1561055, '2023-01-25 13:08:41', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1561056, '2023-01-25 13:08:41', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1561053, '2023-01-25 13:08:41', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1561054, '2023-01-25 13:08:41', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1561052, '2023-01-25 13:08:41', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1561050, '2023-01-25 13:08:41', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1561051, '2023-01-25 13:08:41', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1561047, '2023-01-25 13:08:41', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1561049, '2023-01-25 13:08:41', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1561048, '2023-01-25 13:08:41', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1561044, '2023-01-25 13:08:41', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1561046, '2023-01-25 13:08:41', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1561045, '2023-01-25 13:08:41', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1561041, '2023-01-25 13:08:41', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1561042, '2023-01-25 13:08:41', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1561043, '2023-01-25 13:08:41', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1561040, '2023-01-25 13:08:41', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1561039, '2023-01-25 13:08:41', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1561038, '2023-01-25 13:08:41', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1561037, '2023-01-25 13:08:41', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1561035, '2023-01-25 13:08:41', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1561036, '2023-01-25 13:08:41', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1561033, '2023-01-25 13:08:40', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1561034, '2023-01-25 13:08:41', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1561030, '2023-01-25 12:58:55', 'info', 'Feed is not active. Finished', '170'),
(1561031, '2023-01-25 13:06:08', 'info', 'Beginning import for all feed sources', NULL),
(1561032, '2023-01-25 13:08:40', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1561027, '2023-01-25 12:58:55', 'debug', '24 will be skipped', '4837'),
(1561028, '2023-01-25 12:58:55', 'info', 'Import completed in 0.31 seconds!', '4837'),
(1561029, '2023-01-25 12:58:55', 'info', 'Starting import for \"World News\"', '170'),
(1561023, '2023-01-25 12:58:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1561024, '2023-01-25 12:58:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1561026, '2023-01-25 12:58:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1561025, '2023-01-25 12:58:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1561020, '2023-01-25 12:58:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1561022, '2023-01-25 12:58:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1561021, '2023-01-25 12:58:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1561019, '2023-01-25 12:58:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1561016, '2023-01-25 12:58:55', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1561017, '2023-01-25 12:58:55', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1561018, '2023-01-25 12:58:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1561015, '2023-01-25 12:58:55', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1561014, '2023-01-25 12:58:55', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1561013, '2023-01-25 12:58:55', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1561010, '2023-01-25 12:58:55', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1561011, '2023-01-25 12:58:55', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1561012, '2023-01-25 12:58:55', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1561009, '2023-01-25 12:58:55', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1561008, '2023-01-25 12:58:55', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1561007, '2023-01-25 12:58:55', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1561006, '2023-01-25 12:58:55', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1561005, '2023-01-25 12:58:55', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1561003, '2023-01-25 12:58:55', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1561004, '2023-01-25 12:58:55', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1561000, '2023-01-25 12:53:10', 'info', 'Beginning import for all feed sources', NULL),
(1561001, '2023-01-25 12:58:55', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1561002, '2023-01-25 12:58:55', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1560999, '2023-01-25 12:37:27', 'info', 'Feed is not active. Finished', '170'),
(1560994, '2023-01-25 12:37:27', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1560995, '2023-01-25 12:37:27', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1560997, '2023-01-25 12:37:27', 'info', 'Import completed in 0.22 seconds!', '4837'),
(1560998, '2023-01-25 12:37:27', 'info', 'Starting import for \"World News\"', '170'),
(1560996, '2023-01-25 12:37:27', 'debug', '24 will be skipped', '4837'),
(1560993, '2023-01-25 12:37:27', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1560992, '2023-01-25 12:37:27', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1560991, '2023-01-25 12:37:27', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1560990, '2023-01-25 12:37:27', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1560989, '2023-01-25 12:37:27', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1560987, '2023-01-25 12:37:27', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1560988, '2023-01-25 12:37:27', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1560986, '2023-01-25 12:37:27', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1560984, '2023-01-25 12:37:27', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1560985, '2023-01-25 12:37:27', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1560983, '2023-01-25 12:37:27', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1560981, '2023-01-25 12:37:27', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1560982, '2023-01-25 12:37:27', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1560980, '2023-01-25 12:37:27', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1560979, '2023-01-25 12:37:27', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1560978, '2023-01-25 12:37:27', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1560975, '2023-01-25 12:37:27', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560977, '2023-01-25 12:37:27', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560976, '2023-01-25 12:37:27', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560974, '2023-01-25 12:37:27', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560973, '2023-01-25 12:37:27', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1560972, '2023-01-25 12:37:27', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1560971, '2023-01-25 12:37:26', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1560969, '2023-01-25 12:36:08', 'info', 'Beginning import for all feed sources', NULL),
(1560970, '2023-01-25 12:37:26', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1560967, '2023-01-25 12:28:21', 'info', 'Starting import for \"World News\"', '170'),
(1560968, '2023-01-25 12:28:21', 'info', 'Feed is not active. Finished', '170'),
(1560965, '2023-01-25 12:28:21', 'debug', '24 will be skipped', '4837'),
(1560966, '2023-01-25 12:28:21', 'info', 'Import completed in 0.32 seconds!', '4837'),
(1560964, '2023-01-25 12:28:21', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1560963, '2023-01-25 12:28:21', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1560962, '2023-01-25 12:28:21', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1560959, '2023-01-25 12:28:21', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1560961, '2023-01-25 12:28:21', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1560960, '2023-01-25 12:28:21', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1560958, '2023-01-25 12:28:21', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1560957, '2023-01-25 12:28:21', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1560956, '2023-01-25 12:28:21', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1560955, '2023-01-25 12:28:21', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1560954, '2023-01-25 12:28:21', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1560953, '2023-01-25 12:28:21', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1560952, '2023-01-25 12:28:21', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1560951, '2023-01-25 12:28:21', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1560950, '2023-01-25 12:28:21', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1560949, '2023-01-25 12:28:21', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1560948, '2023-01-25 12:28:21', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1560947, '2023-01-25 12:28:21', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1560946, '2023-01-25 12:28:21', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560944, '2023-01-25 12:28:21', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560945, '2023-01-25 12:28:21', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560943, '2023-01-25 12:28:21', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560941, '2023-01-25 12:28:21', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1560942, '2023-01-25 12:28:21', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1560938, '2023-01-25 12:21:33', 'info', 'Beginning import for all feed sources', NULL),
(1560939, '2023-01-25 12:28:20', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1560940, '2023-01-25 12:28:20', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1560934, '2023-01-25 12:08:05', 'debug', '24 will be skipped', '4837'),
(1560935, '2023-01-25 12:08:05', 'info', 'Import completed in 0.28 seconds!', '4837'),
(1560936, '2023-01-25 12:08:05', 'info', 'Starting import for \"World News\"', '170'),
(1560937, '2023-01-25 12:08:05', 'info', 'Feed is not active. Finished', '170'),
(1560933, '2023-01-25 12:08:05', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1560932, '2023-01-25 12:08:05', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1560931, '2023-01-25 12:08:05', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1560929, '2023-01-25 12:08:05', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1560930, '2023-01-25 12:08:05', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1560926, '2023-01-25 12:08:05', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1560927, '2023-01-25 12:08:05', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1560928, '2023-01-25 12:08:05', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1560923, '2023-01-25 12:08:05', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1560925, '2023-01-25 12:08:05', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1560924, '2023-01-25 12:08:05', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1560920, '2023-01-25 12:08:05', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1560922, '2023-01-25 12:08:05', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1560921, '2023-01-25 12:08:05', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1560917, '2023-01-25 12:08:05', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1560919, '2023-01-25 12:08:05', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1560918, '2023-01-25 12:08:05', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1560916, '2023-01-25 12:08:05', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1560915, '2023-01-25 12:08:05', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560914, '2023-01-25 12:08:05', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560913, '2023-01-25 12:08:05', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560911, '2023-01-25 12:08:05', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1560912, '2023-01-25 12:08:05', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560908, '2023-01-25 12:08:05', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1560909, '2023-01-25 12:08:05', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1560910, '2023-01-25 12:08:05', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1560905, '2023-01-25 11:59:22', 'info', 'Starting import for \"World News\"', '170'),
(1560906, '2023-01-25 11:59:22', 'info', 'Feed is not active. Finished', '170'),
(1560907, '2023-01-25 12:06:20', 'info', 'Beginning import for all feed sources', NULL),
(1560904, '2023-01-25 11:59:22', 'info', 'Import completed in 0.36 seconds!', '4837'),
(1560903, '2023-01-25 11:59:22', 'debug', '24 will be skipped', '4837'),
(1560900, '2023-01-25 11:59:22', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1560901, '2023-01-25 11:59:22', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1560902, '2023-01-25 11:59:22', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1560896, '2023-01-25 11:59:22', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1560897, '2023-01-25 11:59:22', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1560899, '2023-01-25 11:59:22', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1560898, '2023-01-25 11:59:22', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1560636, '2023-01-25 09:57:25', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560637, '2023-01-25 09:57:25', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1560638, '2023-01-25 09:57:25', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1560639, '2023-01-25 09:57:25', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1560640, '2023-01-25 09:57:25', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1560641, '2023-01-25 09:57:25', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1560642, '2023-01-25 09:57:25', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1548188, '2023-01-21 05:26:58', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1548187, '2023-01-21 05:26:58', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1548186, '2023-01-21 05:26:58', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1548185, '2023-01-21 05:26:58', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1548183, '2023-01-21 05:26:58', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1548184, '2023-01-21 05:26:58', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1548182, '2023-01-21 05:26:58', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1548181, '2023-01-21 05:26:58', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1548179, '2023-01-21 05:26:58', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1548180, '2023-01-21 05:26:58', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1548178, '2023-01-21 05:26:58', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1548176, '2023-01-21 05:26:58', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1548177, '2023-01-21 05:26:58', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1548175, '2023-01-21 05:26:58', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1548174, '2023-01-21 05:26:58', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548172, '2023-01-21 05:26:58', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548173, '2023-01-21 05:26:58', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548171, '2023-01-21 05:26:58', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548170, '2023-01-21 05:26:58', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1548169, '2023-01-21 05:26:58', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1548167, '2023-01-21 05:26:58', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1548168, '2023-01-21 05:26:58', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1548164, '2023-01-21 05:11:00', 'info', 'Starting import for \"World News\"', '170'),
(1548165, '2023-01-21 05:11:00', 'info', 'Feed is not active. Finished', '170'),
(1548166, '2023-01-21 05:23:47', 'info', 'Beginning import for all feed sources', NULL),
(1548163, '2023-01-21 05:11:00', 'info', 'Import completed in 0.24 seconds!', '4837'),
(1548161, '2023-01-21 05:11:00', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1548162, '2023-01-21 05:11:00', 'debug', '24 will be skipped', '4837'),
(1548160, '2023-01-21 05:11:00', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1548159, '2023-01-21 05:11:00', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1548158, '2023-01-21 05:11:00', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1548157, '2023-01-21 05:11:00', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1548156, '2023-01-21 05:11:00', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1548154, '2023-01-21 05:11:00', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1548155, '2023-01-21 05:11:00', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1548153, '2023-01-21 05:11:00', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1548152, '2023-01-21 05:11:00', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1548150, '2023-01-21 05:11:00', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1548151, '2023-01-21 05:11:00', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1548149, '2023-01-21 05:11:00', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1548147, '2023-01-21 05:11:00', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1548148, '2023-01-21 05:11:00', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1548146, '2023-01-21 05:11:00', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1548144, '2023-01-21 05:11:00', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1548145, '2023-01-21 05:11:00', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1548143, '2023-01-21 05:11:00', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548142, '2023-01-21 05:11:00', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548141, '2023-01-21 05:11:00', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548140, '2023-01-21 05:11:00', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548139, '2023-01-21 05:11:00', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1548138, '2023-01-21 05:11:00', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1548137, '2023-01-21 05:11:00', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1548134, '2023-01-21 04:53:55', 'info', 'Feed is not active. Finished', '170'),
(1548135, '2023-01-21 05:10:59', 'info', 'Beginning import for all feed sources', NULL),
(1548136, '2023-01-21 05:11:00', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1548132, '2023-01-21 04:53:55', 'info', 'Import completed in 0.28 seconds!', '4837'),
(1548133, '2023-01-21 04:53:55', 'info', 'Starting import for \"World News\"', '170'),
(1548131, '2023-01-21 04:53:55', 'debug', '24 will be skipped', '4837'),
(1548130, '2023-01-21 04:53:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1548129, '2023-01-21 04:53:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1548128, '2023-01-21 04:53:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1548127, '2023-01-21 04:53:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837');
INSERT INTO `iamc_wprss_logs` (`id`, `date`, `level`, `message`, `feed_id`) VALUES
(1548126, '2023-01-21 04:53:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1548124, '2023-01-21 04:53:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1548125, '2023-01-21 04:53:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1548123, '2023-01-21 04:53:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1548122, '2023-01-21 04:53:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1548121, '2023-01-21 04:53:55', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1548119, '2023-01-21 04:53:55', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1548120, '2023-01-21 04:53:55', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1548118, '2023-01-21 04:53:55', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1548116, '2023-01-21 04:53:55', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1548117, '2023-01-21 04:53:55', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1548115, '2023-01-21 04:53:55', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1548113, '2023-01-21 04:53:55', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1548114, '2023-01-21 04:53:55', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1548112, '2023-01-21 04:53:55', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548111, '2023-01-21 04:53:55', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548109, '2023-01-21 04:53:55', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548110, '2023-01-21 04:53:55', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548108, '2023-01-21 04:53:55', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1548106, '2023-01-21 04:53:55', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1548107, '2023-01-21 04:53:55', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1548104, '2023-01-21 04:52:36', 'info', 'Beginning import for all feed sources', NULL),
(1548105, '2023-01-21 04:53:55', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1548102, '2023-01-21 04:38:23', 'info', 'Starting import for \"World News\"', '170'),
(1548103, '2023-01-21 04:38:23', 'info', 'Feed is not active. Finished', '170'),
(1548100, '2023-01-21 04:38:23', 'debug', '24 will be skipped', '4837'),
(1548101, '2023-01-21 04:38:23', 'info', 'Import completed in 0.29 seconds!', '4837'),
(1548098, '2023-01-21 04:38:23', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1548099, '2023-01-21 04:38:23', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1548097, '2023-01-21 04:38:23', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1548096, '2023-01-21 04:38:23', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1548095, '2023-01-21 04:38:23', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1548094, '2023-01-21 04:38:23', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1548093, '2023-01-21 04:38:23', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1548092, '2023-01-21 04:38:23', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1548091, '2023-01-21 04:38:23', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1548089, '2023-01-21 04:38:23', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1548090, '2023-01-21 04:38:23', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1548088, '2023-01-21 04:38:23', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1548086, '2023-01-21 04:38:22', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1548087, '2023-01-21 04:38:23', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1548085, '2023-01-21 04:38:22', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1548084, '2023-01-21 04:38:22', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1548083, '2023-01-21 04:38:22', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1548082, '2023-01-21 04:38:22', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1548081, '2023-01-21 04:38:22', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548080, '2023-01-21 04:38:22', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548079, '2023-01-21 04:38:22', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548078, '2023-01-21 04:38:22', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548077, '2023-01-21 04:38:22', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1548076, '2023-01-21 04:38:22', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1548075, '2023-01-21 04:38:22', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1548072, '2023-01-21 04:27:55', 'info', 'Feed is not active. Finished', '170'),
(1548073, '2023-01-21 04:38:18', 'info', 'Beginning import for all feed sources', NULL),
(1548074, '2023-01-21 04:38:22', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1548070, '2023-01-21 04:27:55', 'info', 'Import completed in 0.23 seconds!', '4837'),
(1548071, '2023-01-21 04:27:55', 'info', 'Starting import for \"World News\"', '170'),
(1548069, '2023-01-21 04:27:55', 'debug', '24 will be skipped', '4837'),
(1548068, '2023-01-21 04:27:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1548067, '2023-01-21 04:27:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1548066, '2023-01-21 04:27:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1548065, '2023-01-21 04:27:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1548064, '2023-01-21 04:27:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1548062, '2023-01-21 04:27:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1548063, '2023-01-21 04:27:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1548061, '2023-01-21 04:27:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1548059, '2023-01-21 04:27:55', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1548060, '2023-01-21 04:27:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1548058, '2023-01-21 04:27:55', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1560895, '2023-01-25 11:59:22', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1560894, '2023-01-25 11:59:22', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1560893, '2023-01-25 11:59:22', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1560892, '2023-01-25 11:59:22', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1560890, '2023-01-25 11:59:22', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1560891, '2023-01-25 11:59:22', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1560889, '2023-01-25 11:59:22', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1560887, '2023-01-25 11:59:22', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1560888, '2023-01-25 11:59:22', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1560886, '2023-01-25 11:59:22', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1560885, '2023-01-25 11:59:22', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1559716, '2023-01-25 02:20:59', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1559717, '2023-01-25 02:20:59', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1559718, '2023-01-25 02:20:59', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1559719, '2023-01-25 02:20:59', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1559720, '2023-01-25 02:20:59', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1560884, '2023-01-25 11:59:22', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560883, '2023-01-25 11:59:22', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560882, '2023-01-25 11:59:22', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560881, '2023-01-25 11:59:22', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560879, '2023-01-25 11:59:22', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1560880, '2023-01-25 11:59:22', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1560877, '2023-01-25 11:59:22', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1560878, '2023-01-25 11:59:22', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1559685, '2023-01-25 02:16:11', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1559686, '2023-01-25 02:16:11', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1559687, '2023-01-25 02:16:11', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1559688, '2023-01-25 02:16:11', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1559689, '2023-01-25 02:16:11', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1560872, '2023-01-25 11:42:19', 'debug', '24 will be skipped', '4837'),
(1560873, '2023-01-25 11:42:19', 'info', 'Import completed in 0.24 seconds!', '4837'),
(1560874, '2023-01-25 11:42:19', 'info', 'Starting import for \"World News\"', '170'),
(1560875, '2023-01-25 11:42:19', 'info', 'Feed is not active. Finished', '170'),
(1560876, '2023-01-25 11:53:09', 'info', 'Beginning import for all feed sources', NULL),
(1560871, '2023-01-25 11:42:19', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1560868, '2023-01-25 11:42:19', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1560870, '2023-01-25 11:42:19', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1560869, '2023-01-25 11:42:19', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1560867, '2023-01-25 11:42:19', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1560866, '2023-01-25 11:42:19', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1560865, '2023-01-25 11:42:19', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1560864, '2023-01-25 11:42:19', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1560862, '2023-01-25 11:42:19', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1560863, '2023-01-25 11:42:19', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1560861, '2023-01-25 11:42:19', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1560859, '2023-01-25 11:42:19', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1560860, '2023-01-25 11:42:19', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1560856, '2023-01-25 11:42:19', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1560858, '2023-01-25 11:42:19', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1560857, '2023-01-25 11:42:19', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1560855, '2023-01-25 11:42:19', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1560852, '2023-01-25 11:42:19', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560854, '2023-01-25 11:42:19', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1560853, '2023-01-25 11:42:19', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560851, '2023-01-25 11:42:19', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560850, '2023-01-25 11:42:19', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560849, '2023-01-25 11:42:19', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1560845, '2023-01-25 11:38:22', 'info', 'Beginning import for all feed sources', NULL),
(1560846, '2023-01-25 11:42:19', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1560847, '2023-01-25 11:42:19', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1560848, '2023-01-25 11:42:19', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1560843, '2023-01-25 11:27:07', 'info', 'Starting import for \"World News\"', '170'),
(1560844, '2023-01-25 11:27:07', 'info', 'Feed is not active. Finished', '170'),
(1560841, '2023-01-25 11:27:07', 'debug', '24 will be skipped', '4837'),
(1560842, '2023-01-25 11:27:07', 'info', 'Import completed in 0.23 seconds!', '4837'),
(1560839, '2023-01-25 11:27:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1560840, '2023-01-25 11:27:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1560838, '2023-01-25 11:27:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1560837, '2023-01-25 11:27:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1560836, '2023-01-25 11:27:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1560835, '2023-01-25 11:27:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1560834, '2023-01-25 11:27:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1560833, '2023-01-25 11:27:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1560832, '2023-01-25 11:27:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1560830, '2023-01-25 11:27:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1560831, '2023-01-25 11:27:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1560829, '2023-01-25 11:27:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1560828, '2023-01-25 11:27:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1560827, '2023-01-25 11:27:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1560825, '2023-01-25 11:27:07', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1560826, '2023-01-25 11:27:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1560824, '2023-01-25 11:27:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1560823, '2023-01-25 11:27:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1560821, '2023-01-25 11:27:07', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560822, '2023-01-25 11:27:07', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560820, '2023-01-25 11:27:07', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560817, '2023-01-25 11:27:07', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1560818, '2023-01-25 11:27:07', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1560819, '2023-01-25 11:27:07', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560811, '2023-01-25 11:13:48', 'info', 'Import completed in 0.25 seconds!', '4837'),
(1560812, '2023-01-25 11:13:48', 'info', 'Starting import for \"World News\"', '170'),
(1560813, '2023-01-25 11:13:48', 'info', 'Feed is not active. Finished', '170'),
(1560814, '2023-01-25 11:24:57', 'info', 'Beginning import for all feed sources', NULL),
(1560815, '2023-01-25 11:27:07', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1560816, '2023-01-25 11:27:07', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1560810, '2023-01-25 11:13:48', 'debug', '24 will be skipped', '4837'),
(1559679, '2023-01-25 02:16:11', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1559680, '2023-01-25 02:16:11', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1560809, '2023-01-25 11:13:48', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1560808, '2023-01-25 11:13:48', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1560807, '2023-01-25 11:13:48', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1560806, '2023-01-25 11:13:48', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1560805, '2023-01-25 11:13:48', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1560804, '2023-01-25 11:13:48', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1560803, '2023-01-25 11:13:48', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1560801, '2023-01-25 11:13:48', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1560802, '2023-01-25 11:13:48', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1560800, '2023-01-25 11:13:48', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1560798, '2023-01-25 11:13:48', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1560799, '2023-01-25 11:13:48', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1560794, '2023-01-25 11:13:48', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1560795, '2023-01-25 11:13:48', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1560797, '2023-01-25 11:13:48', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1560796, '2023-01-25 11:13:48', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1560790, '2023-01-25 11:13:48', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560791, '2023-01-25 11:13:48', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560792, '2023-01-25 11:13:48', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1549065, '2023-01-21 12:37:35', 'info', 'Beginning import for all feed sources', NULL),
(1549066, '2023-01-21 12:37:49', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1549067, '2023-01-21 12:37:49', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1549064, '2023-01-21 12:24:17', 'info', 'Feed is not active. Finished', '170'),
(1549062, '2023-01-21 12:24:17', 'info', 'Import completed in 0.26 seconds!', '4837'),
(1549063, '2023-01-21 12:24:17', 'info', 'Starting import for \"World News\"', '170'),
(1549061, '2023-01-21 12:24:17', 'debug', '24 will be skipped', '4837'),
(1549060, '2023-01-21 12:24:17', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1549058, '2023-01-21 12:24:17', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1549059, '2023-01-21 12:24:17', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1549057, '2023-01-21 12:24:17', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1549055, '2023-01-21 12:24:17', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1549056, '2023-01-21 12:24:17', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1549054, '2023-01-21 12:24:17', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1549052, '2023-01-21 12:24:17', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1549053, '2023-01-21 12:24:17', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1549051, '2023-01-21 12:24:17', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1549049, '2023-01-21 12:24:17', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1549050, '2023-01-21 12:24:17', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1549048, '2023-01-21 12:24:17', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1549046, '2023-01-21 12:24:17', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1549047, '2023-01-21 12:24:17', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1549045, '2023-01-21 12:24:17', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1549044, '2023-01-21 12:24:17', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1549043, '2023-01-21 12:24:17', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1549042, '2023-01-21 12:24:17', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549040, '2023-01-21 12:24:17', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549041, '2023-01-21 12:24:17', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549039, '2023-01-21 12:24:17', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549038, '2023-01-21 12:24:17', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1549036, '2023-01-21 12:24:17', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1549037, '2023-01-21 12:24:17', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1549033, '2023-01-21 12:15:12', 'info', 'Feed is not active. Finished', '170'),
(1549034, '2023-01-21 12:23:39', 'info', 'Beginning import for all feed sources', NULL),
(1549035, '2023-01-21 12:24:17', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1549031, '2023-01-21 12:15:12', 'info', 'Import completed in 0.22 seconds!', '4837'),
(1549032, '2023-01-21 12:15:12', 'info', 'Starting import for \"World News\"', '170'),
(1549030, '2023-01-21 12:15:12', 'debug', '24 will be skipped', '4837'),
(1549028, '2023-01-21 12:15:12', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1549029, '2023-01-21 12:15:12', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1549027, '2023-01-21 12:15:12', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1549025, '2023-01-21 12:15:12', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1549026, '2023-01-21 12:15:12', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1549024, '2023-01-21 12:15:12', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1549023, '2023-01-21 12:15:12', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1549022, '2023-01-21 12:15:12', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1549020, '2023-01-21 12:15:12', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1549021, '2023-01-21 12:15:12', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1549019, '2023-01-21 12:15:12', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1549017, '2023-01-21 12:15:12', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1549018, '2023-01-21 12:15:12', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1549016, '2023-01-21 12:15:12', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1549014, '2023-01-21 12:15:12', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1549015, '2023-01-21 12:15:12', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1548286, '2023-01-21 06:09:50', 'debug', '24 will be skipped', '4837'),
(1548287, '2023-01-21 06:09:50', 'info', 'Import completed in 0.23 seconds!', '4837'),
(1548288, '2023-01-21 06:09:50', 'info', 'Starting import for \"World News\"', '170'),
(1548289, '2023-01-21 06:09:50', 'info', 'Feed is not active. Finished', '170'),
(1548290, '2023-01-21 06:22:54', 'info', 'Beginning import for all feed sources', NULL),
(1548291, '2023-01-21 06:23:51', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1548292, '2023-01-21 06:23:51', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1548293, '2023-01-21 06:23:51', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1548294, '2023-01-21 06:23:51', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1548295, '2023-01-21 06:23:51', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548296, '2023-01-21 06:23:51', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548297, '2023-01-21 06:23:51', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548298, '2023-01-21 06:23:51', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548299, '2023-01-21 06:23:51', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1548300, '2023-01-21 06:23:51', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1548301, '2023-01-21 06:23:51', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1548302, '2023-01-21 06:23:51', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1548303, '2023-01-21 06:23:51', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1548304, '2023-01-21 06:23:51', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1549013, '2023-01-21 12:15:12', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1549012, '2023-01-21 12:15:12', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1549010, '2023-01-21 12:15:12', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549011, '2023-01-21 12:15:12', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549008, '2023-01-21 12:15:12', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549009, '2023-01-21 12:15:12', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549007, '2023-01-21 12:15:12', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1549006, '2023-01-21 12:15:12', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1549003, '2023-01-21 12:08:01', 'info', 'Beginning import for all feed sources', NULL),
(1549004, '2023-01-21 12:15:11', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1549005, '2023-01-21 12:15:11', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1549002, '2023-01-21 11:53:40', 'info', 'Feed is not active. Finished', '170'),
(1549000, '2023-01-21 11:53:40', 'info', 'Import completed in 0.25 seconds!', '4837'),
(1549001, '2023-01-21 11:53:40', 'info', 'Starting import for \"World News\"', '170'),
(1548998, '2023-01-21 11:53:40', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1548999, '2023-01-21 11:53:40', 'debug', '24 will be skipped', '4837'),
(1548997, '2023-01-21 11:53:40', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1548995, '2023-01-21 11:53:40', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1548996, '2023-01-21 11:53:40', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1548993, '2023-01-21 11:53:40', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1548994, '2023-01-21 11:53:40', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1548992, '2023-01-21 11:53:40', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1548991, '2023-01-21 11:53:40', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1548989, '2023-01-21 11:53:40', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1548990, '2023-01-21 11:53:40', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1548988, '2023-01-21 11:53:40', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1548986, '2023-01-21 11:53:40', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1548987, '2023-01-21 11:53:40', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1548985, '2023-01-21 11:53:40', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1548983, '2023-01-21 11:53:40', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1548984, '2023-01-21 11:53:40', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1548982, '2023-01-21 11:53:40', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1548981, '2023-01-21 11:53:40', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1548980, '2023-01-21 11:53:40', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548979, '2023-01-21 11:53:40', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548978, '2023-01-21 11:53:40', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548977, '2023-01-21 11:53:40', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548975, '2023-01-21 11:53:40', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1548976, '2023-01-21 11:53:40', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1548974, '2023-01-21 11:53:40', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1548973, '2023-01-21 11:53:40', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1548972, '2023-01-21 11:53:22', 'info', 'Beginning import for all feed sources', NULL),
(1548971, '2023-01-21 11:38:36', 'info', 'Feed is not active. Finished', '170'),
(1548969, '2023-01-21 11:38:36', 'info', 'Import completed in 0.22 seconds!', '4837'),
(1548970, '2023-01-21 11:38:36', 'info', 'Starting import for \"World News\"', '170'),
(1548968, '2023-01-21 11:38:36', 'debug', '24 will be skipped', '4837'),
(1548967, '2023-01-21 11:38:36', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1548966, '2023-01-21 11:38:36', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1548965, '2023-01-21 11:38:36', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1548964, '2023-01-21 11:38:36', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1548963, '2023-01-21 11:38:36', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1548962, '2023-01-21 11:38:36', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1548961, '2023-01-21 11:38:36', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1548960, '2023-01-21 11:38:36', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1548958, '2023-01-21 11:38:36', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1548959, '2023-01-21 11:38:36', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1548957, '2023-01-21 11:38:36', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1548956, '2023-01-21 11:38:36', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1548955, '2023-01-21 11:38:36', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1548954, '2023-01-21 11:38:36', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1548953, '2023-01-21 11:38:36', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1548952, '2023-01-21 11:38:36', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1548951, '2023-01-21 11:38:36', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1548950, '2023-01-21 11:38:36', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1548949, '2023-01-21 11:38:36', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548948, '2023-01-21 11:38:36', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548947, '2023-01-21 11:38:36', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548946, '2023-01-21 11:38:36', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548944, '2023-01-21 11:38:36', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1548945, '2023-01-21 11:38:36', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1548943, '2023-01-21 11:38:36', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1548941, '2023-01-21 11:36:36', 'info', 'Beginning import for all feed sources', NULL),
(1548942, '2023-01-21 11:38:36', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1548936, '2023-01-21 11:28:10', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1548937, '2023-01-21 11:28:10', 'debug', '24 will be skipped', '4837'),
(1548938, '2023-01-21 11:28:10', 'info', 'Import completed in 0.27 seconds!', '4837'),
(1548939, '2023-01-21 11:28:10', 'info', 'Starting import for \"World News\"', '170'),
(1548940, '2023-01-21 11:28:10', 'info', 'Feed is not active. Finished', '170'),
(1548934, '2023-01-21 11:28:10', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1548935, '2023-01-21 11:28:10', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1548933, '2023-01-21 11:28:10', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1548931, '2023-01-21 11:28:10', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1548932, '2023-01-21 11:28:10', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1548930, '2023-01-21 11:28:10', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1548928, '2023-01-21 11:28:10', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1548929, '2023-01-21 11:28:10', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1548927, '2023-01-21 11:28:10', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1548924, '2023-01-21 11:28:10', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1548925, '2023-01-21 11:28:10', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1548926, '2023-01-21 11:28:10', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1548923, '2023-01-21 11:28:10', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1548921, '2023-01-21 11:28:10', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1548922, '2023-01-21 11:28:10', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1548920, '2023-01-21 11:28:10', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1548919, '2023-01-21 11:28:10', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1548918, '2023-01-21 11:28:10', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548916, '2023-01-21 11:28:10', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548917, '2023-01-21 11:28:10', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548915, '2023-01-21 11:28:10', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548914, '2023-01-21 11:28:10', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1548912, '2023-01-21 11:28:09', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1548913, '2023-01-21 11:28:10', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1548910, '2023-01-21 11:24:13', 'info', 'Beginning import for all feed sources', NULL),
(1548911, '2023-01-21 11:28:09', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1548907, '2023-01-21 11:15:17', 'info', 'Import completed in 0.24 seconds!', '4837'),
(1548908, '2023-01-21 11:15:17', 'info', 'Starting import for \"World News\"', '170'),
(1548909, '2023-01-21 11:15:17', 'info', 'Feed is not active. Finished', '170'),
(1548906, '2023-01-21 11:15:17', 'debug', '24 will be skipped', '4837'),
(1548905, '2023-01-21 11:15:17', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1548904, '2023-01-21 11:15:17', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1548901, '2023-01-21 11:15:17', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1548902, '2023-01-21 11:15:17', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1548903, '2023-01-21 11:15:17', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1548900, '2023-01-21 11:15:17', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1548899, '2023-01-21 11:15:17', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1548895, '2023-01-21 11:15:17', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1548896, '2023-01-21 11:15:17', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1548897, '2023-01-21 11:15:17', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1548898, '2023-01-21 11:15:17', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837');
INSERT INTO `iamc_wprss_logs` (`id`, `date`, `level`, `message`, `feed_id`) VALUES
(1548893, '2023-01-21 11:15:17', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1548894, '2023-01-21 11:15:17', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1548891, '2023-01-21 11:15:17', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1548892, '2023-01-21 11:15:17', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1548890, '2023-01-21 11:15:17', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1548889, '2023-01-21 11:15:17', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1548888, '2023-01-21 11:15:17', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1548887, '2023-01-21 11:15:17', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548885, '2023-01-21 11:15:17', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548886, '2023-01-21 11:15:17', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548884, '2023-01-21 11:15:17', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548883, '2023-01-21 11:15:17', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1548881, '2023-01-21 11:15:16', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1548882, '2023-01-21 11:15:17', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1548879, '2023-01-21 11:12:57', 'info', 'Beginning import for all feed sources', NULL),
(1548880, '2023-01-21 11:15:16', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1548876, '2023-01-21 10:57:18', 'info', 'Import completed in 0.23 seconds!', '4837'),
(1548877, '2023-01-21 10:57:18', 'info', 'Starting import for \"World News\"', '170'),
(1548878, '2023-01-21 10:57:18', 'info', 'Feed is not active. Finished', '170'),
(1548875, '2023-01-21 10:57:18', 'debug', '24 will be skipped', '4837'),
(1548874, '2023-01-21 10:57:18', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1548873, '2023-01-21 10:57:18', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1548872, '2023-01-21 10:57:18', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1548871, '2023-01-21 10:57:18', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1548870, '2023-01-21 10:57:18', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1548868, '2023-01-21 10:57:18', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1548869, '2023-01-21 10:57:18', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1548866, '2023-01-21 10:57:18', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1548867, '2023-01-21 10:57:18', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1548865, '2023-01-21 10:57:18', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1548864, '2023-01-21 10:57:18', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1548863, '2023-01-21 10:57:18', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1548862, '2023-01-21 10:57:18', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1548861, '2023-01-21 10:57:18', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1548860, '2023-01-21 10:57:18', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1548859, '2023-01-21 10:57:18', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1548858, '2023-01-21 10:57:18', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1548857, '2023-01-21 10:57:18', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1548856, '2023-01-21 10:57:18', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548855, '2023-01-21 10:57:18', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548854, '2023-01-21 10:57:18', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548843, '2023-01-21 10:39:13', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1548844, '2023-01-21 10:39:13', 'debug', '24 will be skipped', '4837'),
(1548845, '2023-01-21 10:39:13', 'info', 'Import completed in 0.28 seconds!', '4837'),
(1548846, '2023-01-21 10:39:13', 'info', 'Starting import for \"World News\"', '170'),
(1548847, '2023-01-21 10:39:13', 'info', 'Feed is not active. Finished', '170'),
(1548848, '2023-01-21 10:53:37', 'info', 'Beginning import for all feed sources', NULL),
(1548849, '2023-01-21 10:57:18', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1548850, '2023-01-21 10:57:18', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1548851, '2023-01-21 10:57:18', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1548852, '2023-01-21 10:57:18', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1548853, '2023-01-21 10:57:18', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548842, '2023-01-21 10:39:13', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1548840, '2023-01-21 10:39:13', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1548841, '2023-01-21 10:39:13', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1548806, '2023-01-21 10:24:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1548807, '2023-01-21 10:24:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1548808, '2023-01-21 10:24:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1548839, '2023-01-21 10:39:13', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1548838, '2023-01-21 10:39:13', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1548837, '2023-01-21 10:39:13', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1548836, '2023-01-21 10:39:13', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1548835, '2023-01-21 10:39:13', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1548834, '2023-01-21 10:39:13', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1548833, '2023-01-21 10:39:13', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1548832, '2023-01-21 10:39:13', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1548831, '2023-01-21 10:39:13', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1548830, '2023-01-21 10:39:13', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1548800, '2023-01-21 10:24:55', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1548801, '2023-01-21 10:24:55', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1548802, '2023-01-21 10:24:55', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1548803, '2023-01-21 10:24:55', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1548804, '2023-01-21 10:24:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1548829, '2023-01-21 10:39:13', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1548828, '2023-01-21 10:39:13', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1548827, '2023-01-21 10:39:13', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1548826, '2023-01-21 10:39:13', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1548825, '2023-01-21 10:39:13', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548824, '2023-01-21 10:39:13', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548823, '2023-01-21 10:39:13', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548822, '2023-01-21 10:39:13', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548821, '2023-01-21 10:39:13', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1548820, '2023-01-21 10:39:13', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1548819, '2023-01-21 10:39:13', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1548817, '2023-01-21 10:36:07', 'info', 'Beginning import for all feed sources', NULL),
(1548818, '2023-01-21 10:39:13', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1548815, '2023-01-21 10:24:55', 'info', 'Starting import for \"World News\"', '170'),
(1548816, '2023-01-21 10:24:55', 'info', 'Feed is not active. Finished', '170'),
(1548814, '2023-01-21 10:24:55', 'info', 'Import completed in 0.28 seconds!', '4837'),
(1548813, '2023-01-21 10:24:55', 'debug', '24 will be skipped', '4837'),
(1548812, '2023-01-21 10:24:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1548811, '2023-01-21 10:24:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1548810, '2023-01-21 10:24:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1548809, '2023-01-21 10:24:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1548805, '2023-01-21 10:24:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1548799, '2023-01-21 10:24:55', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1548798, '2023-01-21 10:24:55', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1548797, '2023-01-21 10:24:55', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1548795, '2023-01-21 10:24:55', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1548796, '2023-01-21 10:24:55', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1548793, '2023-01-21 10:24:55', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548794, '2023-01-21 10:24:55', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548792, '2023-01-21 10:24:55', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548791, '2023-01-21 10:24:55', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548790, '2023-01-21 10:24:55', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1548789, '2023-01-21 10:24:55', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1548787, '2023-01-21 10:24:55', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1548788, '2023-01-21 10:24:55', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1548786, '2023-01-21 10:24:07', 'info', 'Beginning import for all feed sources', NULL),
(1560793, '2023-01-25 11:13:48', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1560788, '2023-01-25 11:13:48', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560789, '2023-01-25 11:13:48', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560777, '2023-01-25 11:03:25', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1560778, '2023-01-25 11:03:25', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1560779, '2023-01-25 11:03:25', 'debug', '24 will be skipped', '4837'),
(1560780, '2023-01-25 11:03:25', 'info', 'Import completed in 0.26 seconds!', '4837'),
(1560781, '2023-01-25 11:03:25', 'info', 'Starting import for \"World News\"', '170'),
(1560782, '2023-01-25 11:03:25', 'info', 'Feed is not active. Finished', '170'),
(1560783, '2023-01-25 11:11:07', 'info', 'Beginning import for all feed sources', NULL),
(1560784, '2023-01-25 11:13:48', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1560785, '2023-01-25 11:13:48', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1560786, '2023-01-25 11:13:48', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1560787, '2023-01-25 11:13:48', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1560776, '2023-01-25 11:03:25', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1560775, '2023-01-25 11:03:25', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1560774, '2023-01-25 11:03:25', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1560773, '2023-01-25 11:03:25', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1560769, '2023-01-25 11:03:25', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1560772, '2023-01-25 11:03:25', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1560771, '2023-01-25 11:03:25', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1560770, '2023-01-25 11:03:25', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1560768, '2023-01-25 11:03:25', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1560765, '2023-01-25 11:03:25', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1560766, '2023-01-25 11:03:25', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1560767, '2023-01-25 11:03:25', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1548785, '2023-01-21 10:18:14', 'info', 'Feed is not active. Finished', '170'),
(1548783, '2023-01-21 10:18:14', 'info', 'Import completed in 0.32 seconds!', '4837'),
(1548784, '2023-01-21 10:18:14', 'info', 'Starting import for \"World News\"', '170'),
(1548782, '2023-01-21 10:18:14', 'debug', '24 will be skipped', '4837'),
(1548780, '2023-01-21 10:18:14', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1548781, '2023-01-21 10:18:14', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1548779, '2023-01-21 10:18:14', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1548778, '2023-01-21 10:18:14', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1548777, '2023-01-21 10:18:14', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1548775, '2023-01-21 10:18:14', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1548776, '2023-01-21 10:18:14', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1548773, '2023-01-21 10:18:14', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1548774, '2023-01-21 10:18:14', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1548772, '2023-01-21 10:18:14', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1548771, '2023-01-21 10:18:14', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1548770, '2023-01-21 10:18:14', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1548769, '2023-01-21 10:18:14', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1548768, '2023-01-21 10:18:14', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1548767, '2023-01-21 10:18:14', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1548765, '2023-01-21 10:18:14', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1548766, '2023-01-21 10:18:14', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1548762, '2023-01-21 10:18:14', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548764, '2023-01-21 10:18:14', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1548763, '2023-01-21 10:18:14', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548761, '2023-01-21 10:18:14', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548759, '2023-01-21 10:18:14', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1548760, '2023-01-21 10:18:14', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548758, '2023-01-21 10:18:14', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1548755, '2023-01-21 10:09:52', 'info', 'Beginning import for all feed sources', NULL),
(1548756, '2023-01-21 10:18:14', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1548757, '2023-01-21 10:18:14', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1548754, '2023-01-21 09:55:47', 'info', 'Feed is not active. Finished', '170'),
(1548752, '2023-01-21 09:55:47', 'info', 'Import completed in 0.22 seconds!', '4837'),
(1548753, '2023-01-21 09:55:47', 'info', 'Starting import for \"World News\"', '170'),
(1548750, '2023-01-21 09:55:47', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1548751, '2023-01-21 09:55:47', 'debug', '24 will be skipped', '4837'),
(1548749, '2023-01-21 09:55:47', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1548747, '2023-01-21 09:55:47', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1548748, '2023-01-21 09:55:47', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1548746, '2023-01-21 09:55:47', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1548744, '2023-01-21 09:55:47', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1548745, '2023-01-21 09:55:47', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1548743, '2023-01-21 09:55:47', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1548742, '2023-01-21 09:55:47', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1548740, '2023-01-21 09:55:47', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1548741, '2023-01-21 09:55:47', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1548738, '2023-01-21 09:55:47', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1548739, '2023-01-21 09:55:47', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1548734, '2023-01-21 09:55:47', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1548735, '2023-01-21 09:55:47', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1548737, '2023-01-21 09:55:47', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1548736, '2023-01-21 09:55:47', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1548733, '2023-01-21 09:55:47', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1548731, '2023-01-21 09:55:47', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548732, '2023-01-21 09:55:47', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548729, '2023-01-21 09:55:47', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548730, '2023-01-21 09:55:47', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548726, '2023-01-21 09:55:47', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1548727, '2023-01-21 09:55:47', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1548728, '2023-01-21 09:55:47', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1548725, '2023-01-21 09:55:47', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1548722, '2023-01-21 09:46:42', 'info', 'Starting import for \"World News\"', '170'),
(1548723, '2023-01-21 09:46:42', 'info', 'Feed is not active. Finished', '170'),
(1548724, '2023-01-21 09:53:37', 'info', 'Beginning import for all feed sources', NULL),
(1548720, '2023-01-21 09:46:42', 'debug', '24 will be skipped', '4837'),
(1548721, '2023-01-21 09:46:42', 'info', 'Import completed in 0.23 seconds!', '4837'),
(1548718, '2023-01-21 09:46:42', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1548719, '2023-01-21 09:46:42', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1548717, '2023-01-21 09:46:42', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1548716, '2023-01-21 09:46:42', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1548712, '2023-01-21 09:46:42', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1548713, '2023-01-21 09:46:42', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1548714, '2023-01-21 09:46:42', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1548715, '2023-01-21 09:46:42', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1548710, '2023-01-21 09:46:42', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1548711, '2023-01-21 09:46:42', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1548709, '2023-01-21 09:46:42', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1548708, '2023-01-21 09:46:42', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1548707, '2023-01-21 09:46:42', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1548706, '2023-01-21 09:46:42', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1548705, '2023-01-21 09:46:42', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1548702, '2023-01-21 09:46:42', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1548703, '2023-01-21 09:46:42', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1548704, '2023-01-21 09:46:42', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1548701, '2023-01-21 09:46:42', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548700, '2023-01-21 09:46:42', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548699, '2023-01-21 09:46:42', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548698, '2023-01-21 09:46:42', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548697, '2023-01-21 09:46:42', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1548696, '2023-01-21 09:46:42', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1548695, '2023-01-21 09:46:42', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1548693, '2023-01-21 09:38:19', 'info', 'Beginning import for all feed sources', NULL),
(1548694, '2023-01-21 09:46:42', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1548690, '2023-01-21 09:23:47', 'info', 'Import completed in 0.26 seconds!', '4837'),
(1548691, '2023-01-21 09:23:47', 'info', 'Starting import for \"World News\"', '170'),
(1548692, '2023-01-21 09:23:47', 'info', 'Feed is not active. Finished', '170'),
(1548689, '2023-01-21 09:23:47', 'debug', '24 will be skipped', '4837'),
(1548688, '2023-01-21 09:23:47', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1548687, '2023-01-21 09:23:47', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1548686, '2023-01-21 09:23:47', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1548685, '2023-01-21 09:23:47', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1548684, '2023-01-21 09:23:47', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1548683, '2023-01-21 09:23:47', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1548682, '2023-01-21 09:23:47', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1548680, '2023-01-21 09:23:47', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1548681, '2023-01-21 09:23:47', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1548679, '2023-01-21 09:23:47', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1548678, '2023-01-21 09:23:47', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1548677, '2023-01-21 09:23:47', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1548676, '2023-01-21 09:23:47', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1548675, '2023-01-21 09:23:47', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1548674, '2023-01-21 09:23:47', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1548673, '2023-01-21 09:23:47', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1548664, '2023-01-21 09:23:47', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1548665, '2023-01-21 09:23:47', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1548666, '2023-01-21 09:23:47', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1548667, '2023-01-21 09:23:47', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548668, '2023-01-21 09:23:47', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548669, '2023-01-21 09:23:47', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548670, '2023-01-21 09:23:47', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548671, '2023-01-21 09:23:47', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1548672, '2023-01-21 09:23:47', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1552493, '2023-01-22 16:07:40', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1552492, '2023-01-22 16:07:40', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1552491, '2023-01-22 16:07:40', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1552490, '2023-01-22 16:07:40', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1552489, '2023-01-22 16:07:40', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1552488, '2023-01-22 16:07:40', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1552486, '2023-01-22 16:07:40', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1552487, '2023-01-22 16:07:40', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1552485, '2023-01-22 16:07:40', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1552483, '2023-01-22 16:07:40', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552484, '2023-01-22 16:07:40', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1552482, '2023-01-22 16:07:40', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552481, '2023-01-22 16:07:40', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552480, '2023-01-22 16:07:40', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552479, '2023-01-22 16:07:40', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1552478, '2023-01-22 16:07:40', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1552476, '2023-01-22 16:07:40', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1552477, '2023-01-22 16:07:40', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1552474, '2023-01-22 15:52:04', 'info', 'Feed is not active. Finished', '170'),
(1552475, '2023-01-22 16:06:44', 'info', 'Beginning import for all feed sources', NULL),
(1552473, '2023-01-22 15:52:04', 'info', 'Starting import for \"World News\"', '170'),
(1552471, '2023-01-22 15:52:04', 'debug', '24 will be skipped', '4837'),
(1552472, '2023-01-22 15:52:04', 'info', 'Import completed in 0.25 seconds!', '4837'),
(1552470, '2023-01-22 15:52:04', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1552469, '2023-01-22 15:52:04', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1552468, '2023-01-22 15:52:04', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1552466, '2023-01-22 15:52:04', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1552467, '2023-01-22 15:52:04', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1552465, '2023-01-22 15:52:04', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1552464, '2023-01-22 15:52:04', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1552463, '2023-01-22 15:52:04', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1552462, '2023-01-22 15:52:04', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1552436, '2023-01-22 15:36:44', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1558326, '2023-01-24 15:09:18', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1558324, '2023-01-24 15:09:18', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1558323, '2023-01-24 15:09:18', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1558322, '2023-01-24 15:09:18', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1558321, '2023-01-24 15:09:18', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1558320, '2023-01-24 15:09:18', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1558319, '2023-01-24 15:09:18', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1558318, '2023-01-24 15:09:18', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1558317, '2023-01-24 15:09:18', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1560762, '2023-01-25 11:03:25', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1560763, '2023-01-25 11:03:25', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1560764, '2023-01-25 11:03:25', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1560760, '2023-01-25 11:03:25', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560761, '2023-01-25 11:03:25', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1560757, '2023-01-25 11:03:25', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560758, '2023-01-25 11:03:25', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560759, '2023-01-25 11:03:25', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560756, '2023-01-25 11:03:25', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1560755, '2023-01-25 11:03:25', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1560754, '2023-01-25 11:03:24', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1560753, '2023-01-25 11:03:24', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1560748, '2023-01-25 10:47:44', 'debug', '24 will be skipped', '4837'),
(1560749, '2023-01-25 10:47:44', 'info', 'Import completed in 0.30 seconds!', '4837'),
(1560750, '2023-01-25 10:47:44', 'info', 'Starting import for \"World News\"', '170'),
(1560751, '2023-01-25 10:47:44', 'info', 'Feed is not active. Finished', '170'),
(1560752, '2023-01-25 10:55:04', 'info', 'Beginning import for all feed sources', NULL),
(1560747, '2023-01-25 10:47:44', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1560746, '2023-01-25 10:47:44', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1560743, '2023-01-25 10:47:44', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1560744, '2023-01-25 10:47:44', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1560745, '2023-01-25 10:47:44', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1560735, '2023-01-25 10:47:44', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1560736, '2023-01-25 10:47:44', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1560737, '2023-01-25 10:47:44', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1560738, '2023-01-25 10:47:44', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1560739, '2023-01-25 10:47:44', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1560740, '2023-01-25 10:47:44', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1560741, '2023-01-25 10:47:44', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1560742, '2023-01-25 10:47:44', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1552461, '2023-01-22 15:52:04', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1552460, '2023-01-22 15:52:04', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1552459, '2023-01-22 15:52:04', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1552458, '2023-01-22 15:52:04', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1552457, '2023-01-22 15:52:04', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1552456, '2023-01-22 15:52:04', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1552455, '2023-01-22 15:52:04', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1552454, '2023-01-22 15:52:04', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1552452, '2023-01-22 15:52:04', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552453, '2023-01-22 15:52:04', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1552451, '2023-01-22 15:52:04', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552450, '2023-01-22 15:52:04', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552449, '2023-01-22 15:52:04', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552448, '2023-01-22 15:52:04', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1552444, '2023-01-22 15:51:51', 'info', 'Beginning import for all feed sources', NULL),
(1552445, '2023-01-22 15:52:04', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1552446, '2023-01-22 15:52:04', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1552447, '2023-01-22 15:52:04', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1552441, '2023-01-22 15:36:44', 'info', 'Import completed in 0.22 seconds!', '4837'),
(1552442, '2023-01-22 15:36:44', 'info', 'Starting import for \"World News\"', '170'),
(1552443, '2023-01-22 15:36:44', 'info', 'Feed is not active. Finished', '170'),
(1552439, '2023-01-22 15:36:44', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1552440, '2023-01-22 15:36:44', 'debug', '24 will be skipped', '4837'),
(1552438, '2023-01-22 15:36:44', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1552437, '2023-01-22 15:36:44', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1558312, '2023-01-24 15:09:18', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1558309, '2023-01-24 15:09:18', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558310, '2023-01-24 15:09:18', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558311, '2023-01-24 15:09:18', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558307, '2023-01-24 15:09:18', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1558308, '2023-01-24 15:09:18', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558305, '2023-01-24 15:09:17', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1558306, '2023-01-24 15:09:18', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1558302, '2023-01-24 14:57:16', 'info', 'Feed is not active. Finished', '170'),
(1558303, '2023-01-24 15:09:02', 'info', 'Beginning import for all feed sources', NULL),
(1558304, '2023-01-24 15:09:17', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1558299, '2023-01-24 14:57:16', 'debug', '24 will be skipped', '4837'),
(1558300, '2023-01-24 14:57:16', 'info', 'Import completed in 0.23 seconds!', '4837'),
(1558301, '2023-01-24 14:57:16', 'info', 'Starting import for \"World News\"', '170'),
(1558298, '2023-01-24 14:57:16', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1558297, '2023-01-24 14:57:16', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1558294, '2023-01-24 14:57:16', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1558295, '2023-01-24 14:57:16', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1558296, '2023-01-24 14:57:16', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1558292, '2023-01-24 14:57:16', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1558293, '2023-01-24 14:57:16', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1558291, '2023-01-24 14:57:16', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1558290, '2023-01-24 14:57:16', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1558289, '2023-01-24 14:57:16', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837');
INSERT INTO `iamc_wprss_logs` (`id`, `date`, `level`, `message`, `feed_id`) VALUES
(1558288, '2023-01-24 14:57:16', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1558286, '2023-01-24 14:57:16', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1558287, '2023-01-24 14:57:16', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1558285, '2023-01-24 14:57:16', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1558282, '2023-01-24 14:57:16', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1558284, '2023-01-24 14:57:16', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1558283, '2023-01-24 14:57:16', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1558281, '2023-01-24 14:57:16', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1558278, '2023-01-24 14:57:16', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558279, '2023-01-24 14:57:16', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558280, '2023-01-24 14:57:16', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558277, '2023-01-24 14:57:16', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558275, '2023-01-24 14:57:16', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1558272, '2023-01-24 14:55:06', 'info', 'Beginning import for all feed sources', NULL),
(1558273, '2023-01-24 14:57:16', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1558268, '2023-01-24 14:44:32', 'debug', '24 will be skipped', '4837'),
(1558269, '2023-01-24 14:44:32', 'info', 'Import completed in 0.24 seconds!', '4837'),
(1558270, '2023-01-24 14:44:32', 'info', 'Starting import for \"World News\"', '170'),
(1558271, '2023-01-24 14:44:32', 'info', 'Feed is not active. Finished', '170'),
(1560734, '2023-01-25 10:47:44', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1560733, '2023-01-25 10:47:44', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1560732, '2023-01-25 10:47:44', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1560731, '2023-01-25 10:47:44', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1560730, '2023-01-25 10:47:44', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1560728, '2023-01-25 10:47:44', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560729, '2023-01-25 10:47:44', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560723, '2023-01-25 10:47:43', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1560724, '2023-01-25 10:47:44', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1560725, '2023-01-25 10:47:44', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1560726, '2023-01-25 10:47:44', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560727, '2023-01-25 10:47:44', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560721, '2023-01-25 10:39:01', 'info', 'Beginning import for all feed sources', NULL),
(1560722, '2023-01-25 10:47:43', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1560718, '2023-01-25 10:23:39', 'info', 'Import completed in 0.30 seconds!', '4837'),
(1560719, '2023-01-25 10:23:39', 'info', 'Starting import for \"World News\"', '170'),
(1560720, '2023-01-25 10:23:39', 'info', 'Feed is not active. Finished', '170'),
(1560716, '2023-01-25 10:23:39', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1560717, '2023-01-25 10:23:39', 'debug', '24 will be skipped', '4837'),
(1560715, '2023-01-25 10:23:39', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1560714, '2023-01-25 10:23:39', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1560712, '2023-01-25 10:23:39', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1560713, '2023-01-25 10:23:39', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1560711, '2023-01-25 10:23:39', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1560710, '2023-01-25 10:23:39', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1560709, '2023-01-25 10:23:39', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1560696, '2023-01-25 10:23:39', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560697, '2023-01-25 10:23:39', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560698, '2023-01-25 10:23:39', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560699, '2023-01-25 10:23:39', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1560700, '2023-01-25 10:23:39', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1560701, '2023-01-25 10:23:39', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1560702, '2023-01-25 10:23:39', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1560703, '2023-01-25 10:23:39', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1560704, '2023-01-25 10:23:39', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1560705, '2023-01-25 10:23:39', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1560706, '2023-01-25 10:23:39', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1560707, '2023-01-25 10:23:39', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1552435, '2023-01-22 15:36:44', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1552433, '2023-01-22 15:36:44', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1552434, '2023-01-22 15:36:44', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1552432, '2023-01-22 15:36:44', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1552430, '2023-01-22 15:36:44', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1552431, '2023-01-22 15:36:44', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1552429, '2023-01-22 15:36:44', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1552427, '2023-01-22 15:36:44', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1552428, '2023-01-22 15:36:44', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1552426, '2023-01-22 15:36:44', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1552425, '2023-01-22 15:36:44', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1552424, '2023-01-22 15:36:44', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1552422, '2023-01-22 15:36:44', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1552423, '2023-01-22 15:36:44', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1552419, '2023-01-22 15:36:44', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552420, '2023-01-22 15:36:44', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552421, '2023-01-22 15:36:44', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549529, '2023-01-21 16:10:41', 'info', 'Feed is not active. Finished', '170'),
(1549530, '2023-01-21 16:24:24', 'info', 'Beginning import for all feed sources', NULL),
(1552418, '2023-01-22 15:36:44', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549526, '2023-01-21 16:10:41', 'debug', '24 will be skipped', '4837'),
(1549527, '2023-01-21 16:10:41', 'info', 'Import completed in 0.25 seconds!', '4837'),
(1549528, '2023-01-21 16:10:41', 'info', 'Starting import for \"World News\"', '170'),
(1549525, '2023-01-21 16:10:41', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1549523, '2023-01-21 16:10:41', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1549524, '2023-01-21 16:10:41', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1549522, '2023-01-21 16:10:41', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1549520, '2023-01-21 16:10:41', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1549521, '2023-01-21 16:10:41', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1549519, '2023-01-21 16:10:41', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1549517, '2023-01-21 16:10:41', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1549518, '2023-01-21 16:10:41', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1549516, '2023-01-21 16:10:41', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1549515, '2023-01-21 16:10:41', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1549514, '2023-01-21 16:10:41', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1549511, '2023-01-21 16:10:41', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1549512, '2023-01-21 16:10:41', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1549513, '2023-01-21 16:10:41', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1549510, '2023-01-21 16:10:40', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1549509, '2023-01-21 16:10:40', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1549506, '2023-01-21 16:10:40', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549507, '2023-01-21 16:10:40', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549508, '2023-01-21 16:10:40', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1549505, '2023-01-21 16:10:40', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549503, '2023-01-21 16:10:40', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1549504, '2023-01-21 16:10:40', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549501, '2023-01-21 16:10:40', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1549502, '2023-01-21 16:10:40', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1549498, '2023-01-21 15:58:34', 'info', 'Feed is not active. Finished', '170'),
(1549499, '2023-01-21 16:08:07', 'info', 'Beginning import for all feed sources', NULL),
(1549500, '2023-01-21 16:10:40', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1549496, '2023-01-21 15:58:34', 'info', 'Import completed in 0.27 seconds!', '4837'),
(1549497, '2023-01-21 15:58:34', 'info', 'Starting import for \"World News\"', '170'),
(1549495, '2023-01-21 15:58:34', 'debug', '24 will be skipped', '4837'),
(1549493, '2023-01-21 15:58:34', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1549494, '2023-01-21 15:58:34', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1549492, '2023-01-21 15:58:34', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1549490, '2023-01-21 15:58:34', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1549491, '2023-01-21 15:58:34', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1549489, '2023-01-21 15:58:34', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1549488, '2023-01-21 15:58:34', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1549487, '2023-01-21 15:58:34', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1548634, '2023-01-21 09:06:54', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1548635, '2023-01-21 09:06:54', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1548636, '2023-01-21 09:06:54', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548637, '2023-01-21 09:06:54', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548638, '2023-01-21 09:06:54', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548639, '2023-01-21 09:06:54', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548640, '2023-01-21 09:06:54', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1548641, '2023-01-21 09:06:54', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1548661, '2023-01-21 09:06:54', 'info', 'Feed is not active. Finished', '170'),
(1548662, '2023-01-21 09:22:49', 'info', 'Beginning import for all feed sources', NULL),
(1548663, '2023-01-21 09:23:47', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1548659, '2023-01-21 09:06:54', 'info', 'Import completed in 0.23 seconds!', '4837'),
(1548660, '2023-01-21 09:06:54', 'info', 'Starting import for \"World News\"', '170'),
(1548658, '2023-01-21 09:06:54', 'debug', '24 will be skipped', '4837'),
(1548656, '2023-01-21 09:06:54', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1548657, '2023-01-21 09:06:54', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1548655, '2023-01-21 09:06:54', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1548654, '2023-01-21 09:06:54', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1548653, '2023-01-21 09:06:54', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1548652, '2023-01-21 09:06:54', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1548651, '2023-01-21 09:06:54', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1548650, '2023-01-21 09:06:54', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1548649, '2023-01-21 09:06:54', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1548648, '2023-01-21 09:06:54', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1548646, '2023-01-21 09:06:54', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1548647, '2023-01-21 09:06:54', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1548644, '2023-01-21 09:06:54', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1548645, '2023-01-21 09:06:54', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1548643, '2023-01-21 09:06:54', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1548642, '2023-01-21 09:06:54', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1560708, '2023-01-25 10:23:39', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1560695, '2023-01-25 10:23:39', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560694, '2023-01-25 10:23:39', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1560691, '2023-01-25 10:23:39', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1560692, '2023-01-25 10:23:39', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1560693, '2023-01-25 10:23:39', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1560689, '2023-01-25 10:07:51', 'info', 'Feed is not active. Finished', '170'),
(1560690, '2023-01-25 10:21:31', 'info', 'Beginning import for all feed sources', NULL),
(1560686, '2023-01-25 10:07:51', 'debug', '24 will be skipped', '4837'),
(1560687, '2023-01-25 10:07:51', 'info', 'Import completed in 0.27 seconds!', '4837'),
(1560688, '2023-01-25 10:07:51', 'info', 'Starting import for \"World News\"', '170'),
(1560685, '2023-01-25 10:07:51', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1560683, '2023-01-25 10:07:51', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1560681, '2023-01-25 10:07:51', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1560684, '2023-01-25 10:07:51', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1560682, '2023-01-25 10:07:51', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1560679, '2023-01-25 10:07:51', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1560680, '2023-01-25 10:07:51', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1560678, '2023-01-25 10:07:51', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1560676, '2023-01-25 10:07:51', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1560677, '2023-01-25 10:07:51', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1560675, '2023-01-25 10:07:51', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1560674, '2023-01-25 10:07:51', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1560673, '2023-01-25 10:07:51', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1560672, '2023-01-25 10:07:51', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1560669, '2023-01-25 10:07:51', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1560670, '2023-01-25 10:07:51', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1560671, '2023-01-25 10:07:51', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1560666, '2023-01-25 10:07:51', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560667, '2023-01-25 10:07:51', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560668, '2023-01-25 10:07:51', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1560665, '2023-01-25 10:07:51', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560664, '2023-01-25 10:07:51', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560663, '2023-01-25 10:07:51', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1560657, '2023-01-25 09:57:25', 'info', 'Starting import for \"World News\"', '170'),
(1560658, '2023-01-25 09:57:25', 'info', 'Feed is not active. Finished', '170'),
(1560659, '2023-01-25 10:07:36', 'info', 'Beginning import for all feed sources', NULL),
(1560660, '2023-01-25 10:07:50', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1560661, '2023-01-25 10:07:50', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1560662, '2023-01-25 10:07:51', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1560656, '2023-01-25 09:57:25', 'info', 'Import completed in 0.22 seconds!', '4837'),
(1560655, '2023-01-25 09:57:25', 'debug', '24 will be skipped', '4837'),
(1560653, '2023-01-25 09:57:25', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1560654, '2023-01-25 09:57:25', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1560652, '2023-01-25 09:57:25', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1560651, '2023-01-25 09:57:25', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1560650, '2023-01-25 09:57:25', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1560648, '2023-01-25 09:57:25', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1560649, '2023-01-25 09:57:25', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1560643, '2023-01-25 09:57:25', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1560647, '2023-01-25 09:57:25', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1560646, '2023-01-25 09:57:25', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1560645, '2023-01-25 09:57:25', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1560644, '2023-01-25 09:57:25', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1560634, '2023-01-25 09:57:25', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560635, '2023-01-25 09:57:25', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560632, '2023-01-25 09:57:25', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1560633, '2023-01-25 09:57:25', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560628, '2023-01-25 09:52:29', 'info', 'Beginning import for all feed sources', NULL),
(1560629, '2023-01-25 09:57:25', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1560630, '2023-01-25 09:57:25', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1560631, '2023-01-25 09:57:25', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1560626, '2023-01-25 09:39:29', 'info', 'Starting import for \"World News\"', '170'),
(1560627, '2023-01-25 09:39:29', 'info', 'Feed is not active. Finished', '170'),
(1560623, '2023-01-25 09:39:29', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1560624, '2023-01-25 09:39:29', 'debug', '24 will be skipped', '4837'),
(1560625, '2023-01-25 09:39:29', 'info', 'Import completed in 0.22 seconds!', '4837'),
(1560622, '2023-01-25 09:39:29', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1560621, '2023-01-25 09:39:29', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1560620, '2023-01-25 09:39:29', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1560616, '2023-01-25 09:39:29', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1560614, '2023-01-25 09:39:29', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1560619, '2023-01-25 09:39:29', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1560618, '2023-01-25 09:39:29', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1560617, '2023-01-25 09:39:29', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1560611, '2023-01-25 09:39:29', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1560612, '2023-01-25 09:39:29', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1560613, '2023-01-25 09:39:29', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1560615, '2023-01-25 09:39:29', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1560610, '2023-01-25 09:39:29', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1560609, '2023-01-25 09:39:29', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1560455, '2023-01-25 08:27:41', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1558276, '2023-01-24 14:57:16', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1558274, '2023-01-24 14:57:16', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1558265, '2023-01-24 14:44:32', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1558266, '2023-01-24 14:44:32', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1558267, '2023-01-24 14:44:32', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1558260, '2023-01-24 14:44:32', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1558261, '2023-01-24 14:44:32', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1558262, '2023-01-24 14:44:32', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1558263, '2023-01-24 14:44:32', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1558264, '2023-01-24 14:44:32', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1558259, '2023-01-24 14:44:32', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1558257, '2023-01-24 14:44:32', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1558258, '2023-01-24 14:44:32', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1558256, '2023-01-24 14:44:32', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1558224, '2023-01-24 14:29:10', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1558225, '2023-01-24 14:29:10', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1558226, '2023-01-24 14:29:10', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1558227, '2023-01-24 14:29:10', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1558228, '2023-01-24 14:29:10', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1558229, '2023-01-24 14:29:10', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1558230, '2023-01-24 14:29:10', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1558231, '2023-01-24 14:29:10', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1558232, '2023-01-24 14:29:10', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1558233, '2023-01-24 14:29:10', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1558234, '2023-01-24 14:29:10', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1558235, '2023-01-24 14:29:10', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1558236, '2023-01-24 14:29:10', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1558237, '2023-01-24 14:29:10', 'debug', '24 will be skipped', '4837'),
(1558238, '2023-01-24 14:29:10', 'info', 'Import completed in 0.29 seconds!', '4837'),
(1558239, '2023-01-24 14:29:10', 'info', 'Starting import for \"World News\"', '170'),
(1558240, '2023-01-24 14:29:10', 'info', 'Feed is not active. Finished', '170'),
(1558241, '2023-01-24 14:39:21', 'info', 'Beginning import for all feed sources', NULL),
(1558242, '2023-01-24 14:44:31', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1558243, '2023-01-24 14:44:31', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1558244, '2023-01-24 14:44:32', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1558245, '2023-01-24 14:44:32', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1558246, '2023-01-24 14:44:32', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558247, '2023-01-24 14:44:32', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558248, '2023-01-24 14:44:32', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558249, '2023-01-24 14:44:32', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558250, '2023-01-24 14:44:32', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1558251, '2023-01-24 14:44:32', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1558252, '2023-01-24 14:44:32', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1558253, '2023-01-24 14:44:32', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1558254, '2023-01-24 14:44:32', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1560607, '2023-01-25 09:39:29', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1560608, '2023-01-25 09:39:29', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1560606, '2023-01-25 09:39:29', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1560605, '2023-01-25 09:39:29', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560602, '2023-01-25 09:39:29', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560603, '2023-01-25 09:39:29', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560604, '2023-01-25 09:39:29', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560601, '2023-01-25 09:39:29', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1560599, '2023-01-25 09:39:29', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1560600, '2023-01-25 09:39:29', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1560598, '2023-01-25 09:39:29', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1560593, '2023-01-25 09:28:16', 'debug', '24 will be skipped', '4837'),
(1560594, '2023-01-25 09:28:16', 'info', 'Import completed in 0.26 seconds!', '4837'),
(1560595, '2023-01-25 09:28:16', 'info', 'Starting import for \"World News\"', '170'),
(1560596, '2023-01-25 09:28:16', 'info', 'Feed is not active. Finished', '170'),
(1560597, '2023-01-25 09:36:12', 'info', 'Beginning import for all feed sources', NULL),
(1560592, '2023-01-25 09:28:16', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1560590, '2023-01-25 09:28:16', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1560591, '2023-01-25 09:28:16', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1560589, '2023-01-25 09:28:16', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1560586, '2023-01-25 09:28:16', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1560587, '2023-01-25 09:28:16', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1560588, '2023-01-25 09:28:16', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1560581, '2023-01-25 09:28:16', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1560582, '2023-01-25 09:28:16', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1560583, '2023-01-25 09:28:16', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1560585, '2023-01-25 09:28:16', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1560584, '2023-01-25 09:28:16', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1560579, '2023-01-25 09:28:16', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1560580, '2023-01-25 09:28:16', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1560578, '2023-01-25 09:28:16', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1560577, '2023-01-25 09:28:16', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1560576, '2023-01-25 09:28:16', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1560574, '2023-01-25 09:28:16', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560575, '2023-01-25 09:28:16', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1560572, '2023-01-25 09:28:16', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560573, '2023-01-25 09:28:16', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560571, '2023-01-25 09:28:16', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560567, '2023-01-25 09:28:16', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1560568, '2023-01-25 09:28:16', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1560569, '2023-01-25 09:28:16', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1560570, '2023-01-25 09:28:16', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1560561, '2023-01-25 09:09:54', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1560562, '2023-01-25 09:09:54', 'debug', '24 will be skipped', '4837'),
(1560563, '2023-01-25 09:09:54', 'info', 'Import completed in 0.24 seconds!', '4837'),
(1560564, '2023-01-25 09:09:54', 'info', 'Starting import for \"World News\"', '170'),
(1560565, '2023-01-25 09:09:54', 'info', 'Feed is not active. Finished', '170'),
(1560566, '2023-01-25 09:26:38', 'info', 'Beginning import for all feed sources', NULL),
(1560560, '2023-01-25 09:09:54', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1560559, '2023-01-25 09:09:54', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1560558, '2023-01-25 09:09:54', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1560556, '2023-01-25 09:09:54', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1560557, '2023-01-25 09:09:54', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1560554, '2023-01-25 09:09:54', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1560555, '2023-01-25 09:09:54', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1560552, '2023-01-25 09:09:54', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1560553, '2023-01-25 09:09:54', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1560550, '2023-01-25 09:09:54', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1560551, '2023-01-25 09:09:54', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1560547, '2023-01-25 09:09:54', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1560548, '2023-01-25 09:09:54', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1560549, '2023-01-25 09:09:54', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1560546, '2023-01-25 09:09:54', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1560545, '2023-01-25 09:09:54', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1560544, '2023-01-25 09:09:54', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1560542, '2023-01-25 09:09:54', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560543, '2023-01-25 09:09:54', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560541, '2023-01-25 09:09:54', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560540, '2023-01-25 09:09:54', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560539, '2023-01-25 09:09:54', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1560538, '2023-01-25 09:09:54', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1560530, '2023-01-25 08:57:30', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1560531, '2023-01-25 08:57:30', 'debug', '24 will be skipped', '4837'),
(1560532, '2023-01-25 08:57:30', 'info', 'Import completed in 0.22 seconds!', '4837'),
(1560533, '2023-01-25 08:57:30', 'info', 'Starting import for \"World News\"', '170'),
(1560534, '2023-01-25 08:57:30', 'info', 'Feed is not active. Finished', '170'),
(1560535, '2023-01-25 09:08:04', 'info', 'Beginning import for all feed sources', NULL),
(1560536, '2023-01-25 09:09:54', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1560537, '2023-01-25 09:09:54', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1560529, '2023-01-25 08:57:30', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1560528, '2023-01-25 08:57:30', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1560526, '2023-01-25 08:57:30', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1560527, '2023-01-25 08:57:30', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1560525, '2023-01-25 08:57:30', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1560524, '2023-01-25 08:57:30', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1560523, '2023-01-25 08:57:30', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1560520, '2023-01-25 08:57:30', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1560522, '2023-01-25 08:57:30', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1560521, '2023-01-25 08:57:30', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1560519, '2023-01-25 08:57:30', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1560518, '2023-01-25 08:57:30', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1560516, '2023-01-25 08:57:30', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1560517, '2023-01-25 08:57:30', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1560513, '2023-01-25 08:57:30', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1560515, '2023-01-25 08:57:30', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1560514, '2023-01-25 08:57:30', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1560512, '2023-01-25 08:57:30', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560510, '2023-01-25 08:57:30', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560508, '2023-01-25 08:57:30', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1560511, '2023-01-25 08:57:30', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560509, '2023-01-25 08:57:30', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837');
INSERT INTO `iamc_wprss_logs` (`id`, `date`, `level`, `message`, `feed_id`) VALUES
(1560506, '2023-01-25 08:57:30', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1560507, '2023-01-25 08:57:30', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1560503, '2023-01-25 08:40:39', 'info', 'Feed is not active. Finished', '170'),
(1560504, '2023-01-25 08:54:53', 'info', 'Beginning import for all feed sources', NULL),
(1560505, '2023-01-25 08:57:30', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1560500, '2023-01-25 08:40:39', 'debug', '24 will be skipped', '4837'),
(1560501, '2023-01-25 08:40:39', 'info', 'Import completed in 0.22 seconds!', '4837'),
(1560502, '2023-01-25 08:40:39', 'info', 'Starting import for \"World News\"', '170'),
(1560498, '2023-01-25 08:40:39', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1560499, '2023-01-25 08:40:39', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1560496, '2023-01-25 08:40:39', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1560497, '2023-01-25 08:40:39', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1560495, '2023-01-25 08:40:39', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1560493, '2023-01-25 08:40:39', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1560494, '2023-01-25 08:40:39', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1560492, '2023-01-25 08:40:39', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1560490, '2023-01-25 08:40:39', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1560491, '2023-01-25 08:40:39', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1560489, '2023-01-25 08:40:39', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1560488, '2023-01-25 08:40:39', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1560487, '2023-01-25 08:40:39', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1560485, '2023-01-25 08:40:39', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1560486, '2023-01-25 08:40:39', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1560484, '2023-01-25 08:40:39', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1560483, '2023-01-25 08:40:39', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1560481, '2023-01-25 08:40:39', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560482, '2023-01-25 08:40:39', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1560477, '2023-01-25 08:40:39', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1560478, '2023-01-25 08:40:39', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560479, '2023-01-25 08:40:39', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560480, '2023-01-25 08:40:39', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560475, '2023-01-25 08:40:39', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1560476, '2023-01-25 08:40:39', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1560473, '2023-01-25 08:40:38', 'info', 'Beginning import for all feed sources', NULL),
(1560474, '2023-01-25 08:40:39', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1560467, '2023-01-25 08:27:41', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1560468, '2023-01-25 08:27:41', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1560469, '2023-01-25 08:27:41', 'debug', '24 will be skipped', '4837'),
(1560470, '2023-01-25 08:27:41', 'info', 'Import completed in 0.21 seconds!', '4837'),
(1560471, '2023-01-25 08:27:41', 'info', 'Starting import for \"World News\"', '170'),
(1560472, '2023-01-25 08:27:41', 'info', 'Feed is not active. Finished', '170'),
(1560466, '2023-01-25 08:27:41', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1560465, '2023-01-25 08:27:41', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1560463, '2023-01-25 08:27:41', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1560464, '2023-01-25 08:27:41', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1560461, '2023-01-25 08:27:41', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1560462, '2023-01-25 08:27:41', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1560460, '2023-01-25 08:27:41', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1560459, '2023-01-25 08:27:41', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1560458, '2023-01-25 08:27:41', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1560457, '2023-01-25 08:27:41', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1558255, '2023-01-24 14:44:32', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1558221, '2023-01-24 14:29:10', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1558223, '2023-01-24 14:29:10', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1558222, '2023-01-24 14:29:10', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1558220, '2023-01-24 14:29:10', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1558215, '2023-01-24 14:29:10', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558216, '2023-01-24 14:29:10', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558217, '2023-01-24 14:29:10', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558218, '2023-01-24 14:29:10', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558219, '2023-01-24 14:29:10', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1558214, '2023-01-24 14:29:10', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1558209, '2023-01-24 14:08:59', 'info', 'Feed is not active. Finished', '170'),
(1558210, '2023-01-24 14:23:57', 'info', 'Beginning import for all feed sources', NULL),
(1558211, '2023-01-24 14:29:10', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1558212, '2023-01-24 14:29:10', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1558213, '2023-01-24 14:29:10', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1558206, '2023-01-24 14:08:59', 'debug', '24 will be skipped', '4837'),
(1558207, '2023-01-24 14:08:59', 'info', 'Import completed in 0.29 seconds!', '4837'),
(1558208, '2023-01-24 14:08:59', 'info', 'Starting import for \"World News\"', '170'),
(1558204, '2023-01-24 14:08:59', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1558205, '2023-01-24 14:08:59', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1558202, '2023-01-24 14:08:59', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1558203, '2023-01-24 14:08:59', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1558201, '2023-01-24 14:08:59', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1558200, '2023-01-24 14:08:59', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1558198, '2023-01-24 14:08:59', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1558199, '2023-01-24 14:08:59', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1558195, '2023-01-24 14:08:59', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1558196, '2023-01-24 14:08:59', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1558197, '2023-01-24 14:08:59', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1558194, '2023-01-24 14:08:59', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1558191, '2023-01-24 14:08:59', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1558192, '2023-01-24 14:08:59', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1558193, '2023-01-24 14:08:59', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1558190, '2023-01-24 14:08:59', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1558189, '2023-01-24 14:08:59', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1558188, '2023-01-24 14:08:59', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1558186, '2023-01-24 14:08:59', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558187, '2023-01-24 14:08:59', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558167, '2023-01-24 13:59:32', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1558168, '2023-01-24 13:59:32', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1560456, '2023-01-25 08:27:41', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1560453, '2023-01-25 08:27:41', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1560454, '2023-01-25 08:27:41', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1560450, '2023-01-25 08:27:41', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560452, '2023-01-25 08:27:41', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1560451, '2023-01-25 08:27:41', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1560447, '2023-01-25 08:27:41', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560449, '2023-01-25 08:27:41', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560448, '2023-01-25 08:27:41', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560365, '2023-01-25 07:44:33', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1558182, '2023-01-24 14:08:59', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1558185, '2023-01-24 14:08:59', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558184, '2023-01-24 14:08:59', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558183, '2023-01-24 14:08:59', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1558176, '2023-01-24 13:59:32', 'info', 'Import completed in 0.26 seconds!', '4837'),
(1558177, '2023-01-24 13:59:32', 'info', 'Starting import for \"World News\"', '170'),
(1558178, '2023-01-24 13:59:32', 'info', 'Feed is not active. Finished', '170'),
(1558179, '2023-01-24 14:07:48', 'info', 'Beginning import for all feed sources', NULL),
(1558180, '2023-01-24 14:08:59', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1558181, '2023-01-24 14:08:59', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1558174, '2023-01-24 13:59:32', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1558175, '2023-01-24 13:59:32', 'debug', '24 will be skipped', '4837'),
(1558172, '2023-01-24 13:59:32', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1558173, '2023-01-24 13:59:32', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1558171, '2023-01-24 13:59:32', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1558157, '2023-01-24 13:59:32', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1558158, '2023-01-24 13:59:32', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1558159, '2023-01-24 13:59:32', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1558160, '2023-01-24 13:59:32', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1558161, '2023-01-24 13:59:32', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1558162, '2023-01-24 13:59:32', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1558163, '2023-01-24 13:59:32', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1558164, '2023-01-24 13:59:32', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1558165, '2023-01-24 13:59:32', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1560445, '2023-01-25 08:27:41', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1560446, '2023-01-25 08:27:41', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1560442, '2023-01-25 08:26:06', 'info', 'Beginning import for all feed sources', NULL),
(1560443, '2023-01-25 08:27:41', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1560444, '2023-01-25 08:27:41', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1560439, '2023-01-25 08:14:04', 'info', 'Import completed in 0.25 seconds!', '4837'),
(1560440, '2023-01-25 08:14:04', 'info', 'Starting import for \"World News\"', '170'),
(1560441, '2023-01-25 08:14:04', 'info', 'Feed is not active. Finished', '170'),
(1560435, '2023-01-25 08:14:04', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1560436, '2023-01-25 08:14:04', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1560437, '2023-01-25 08:14:04', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1560438, '2023-01-25 08:14:04', 'debug', '24 will be skipped', '4837'),
(1560434, '2023-01-25 08:14:04', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1560433, '2023-01-25 08:14:04', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1560432, '2023-01-25 08:14:04', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1560431, '2023-01-25 08:14:04', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1560430, '2023-01-25 08:14:04', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1560429, '2023-01-25 08:14:04', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1560428, '2023-01-25 08:14:04', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1560427, '2023-01-25 08:14:04', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1560426, '2023-01-25 08:14:04', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1560425, '2023-01-25 08:14:04', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1560423, '2023-01-25 08:14:04', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1560424, '2023-01-25 08:14:04', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1560422, '2023-01-25 08:14:04', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1560421, '2023-01-25 08:14:04', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1560420, '2023-01-25 08:14:04', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1560418, '2023-01-25 08:14:04', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560419, '2023-01-25 08:14:04', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560414, '2023-01-25 08:14:04', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1560417, '2023-01-25 08:14:04', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560416, '2023-01-25 08:14:04', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560415, '2023-01-25 08:14:04', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1560410, '2023-01-25 07:54:44', 'info', 'Feed is not active. Finished', '170'),
(1560411, '2023-01-25 08:10:37', 'info', 'Beginning import for all feed sources', NULL),
(1560412, '2023-01-25 08:14:04', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1560413, '2023-01-25 08:14:04', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1560408, '2023-01-25 07:54:44', 'info', 'Import completed in 0.35 seconds!', '4837'),
(1560409, '2023-01-25 07:54:44', 'info', 'Starting import for \"World News\"', '170'),
(1560407, '2023-01-25 07:54:44', 'debug', '24 will be skipped', '4837'),
(1560406, '2023-01-25 07:54:44', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1560405, '2023-01-25 07:54:44', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1560402, '2023-01-25 07:54:43', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1560403, '2023-01-25 07:54:43', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1560404, '2023-01-25 07:54:43', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1560401, '2023-01-25 07:54:43', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1560399, '2023-01-25 07:54:43', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1560400, '2023-01-25 07:54:43', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1560398, '2023-01-25 07:54:43', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1560396, '2023-01-25 07:54:43', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1560397, '2023-01-25 07:54:43', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1560395, '2023-01-25 07:54:43', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1560394, '2023-01-25 07:54:43', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1560391, '2023-01-25 07:54:43', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1560392, '2023-01-25 07:54:43', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1560393, '2023-01-25 07:54:43', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1560387, '2023-01-25 07:54:43', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560390, '2023-01-25 07:54:43', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1560389, '2023-01-25 07:54:43', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1560388, '2023-01-25 07:54:43', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560386, '2023-01-25 07:54:43', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560385, '2023-01-25 07:54:43', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560384, '2023-01-25 07:54:43', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1560381, '2023-01-25 07:54:43', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1560382, '2023-01-25 07:54:43', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1560383, '2023-01-25 07:54:43', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1560380, '2023-01-25 07:54:34', 'info', 'Beginning import for all feed sources', NULL),
(1560376, '2023-01-25 07:44:33', 'debug', '24 will be skipped', '4837'),
(1560377, '2023-01-25 07:44:33', 'info', 'Import completed in 0.25 seconds!', '4837'),
(1560378, '2023-01-25 07:44:33', 'info', 'Starting import for \"World News\"', '170'),
(1560379, '2023-01-25 07:44:33', 'info', 'Feed is not active. Finished', '170'),
(1560375, '2023-01-25 07:44:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1560374, '2023-01-25 07:44:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1560373, '2023-01-25 07:44:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1560371, '2023-01-25 07:44:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1560372, '2023-01-25 07:44:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1560368, '2023-01-25 07:44:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1560369, '2023-01-25 07:44:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1560370, '2023-01-25 07:44:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1560367, '2023-01-25 07:44:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1560366, '2023-01-25 07:44:33', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1560363, '2023-01-25 07:44:33', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1560364, '2023-01-25 07:44:33', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1560357, '2023-01-25 07:44:33', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560358, '2023-01-25 07:44:33', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1560359, '2023-01-25 07:44:33', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1560360, '2023-01-25 07:44:33', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1560361, '2023-01-25 07:44:33', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1560362, '2023-01-25 07:44:33', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1560355, '2023-01-25 07:44:33', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560356, '2023-01-25 07:44:33', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560354, '2023-01-25 07:44:33', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560352, '2023-01-25 07:44:33', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1560353, '2023-01-25 07:44:33', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1560351, '2023-01-25 07:44:33', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1560348, '2023-01-25 07:30:35', 'info', 'Feed is not active. Finished', '170'),
(1560349, '2023-01-25 07:38:53', 'info', 'Beginning import for all feed sources', NULL),
(1560350, '2023-01-25 07:44:33', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1560344, '2023-01-25 07:30:35', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1560345, '2023-01-25 07:30:35', 'debug', '24 will be skipped', '4837'),
(1560346, '2023-01-25 07:30:35', 'info', 'Import completed in 0.22 seconds!', '4837'),
(1560347, '2023-01-25 07:30:35', 'info', 'Starting import for \"World News\"', '170'),
(1560343, '2023-01-25 07:30:35', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1560334, '2023-01-25 07:30:35', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1560335, '2023-01-25 07:30:35', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1560336, '2023-01-25 07:30:35', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1560337, '2023-01-25 07:30:35', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1560338, '2023-01-25 07:30:35', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1560339, '2023-01-25 07:30:35', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1560340, '2023-01-25 07:30:35', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1560341, '2023-01-25 07:30:35', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1560342, '2023-01-25 07:30:35', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1560332, '2023-01-25 07:30:35', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1560333, '2023-01-25 07:30:35', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1560327, '2023-01-25 07:30:35', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1560328, '2023-01-25 07:30:35', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1560329, '2023-01-25 07:30:35', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1560330, '2023-01-25 07:30:35', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1560331, '2023-01-25 07:30:35', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1560326, '2023-01-25 07:30:35', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560324, '2023-01-25 07:30:35', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560325, '2023-01-25 07:30:35', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560322, '2023-01-25 07:30:35', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1560323, '2023-01-25 07:30:35', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560319, '2023-01-25 07:30:35', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1560320, '2023-01-25 07:30:35', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1560321, '2023-01-25 07:30:35', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1560315, '2023-01-25 07:08:59', 'info', 'Import completed in 0.22 seconds!', '4837'),
(1560316, '2023-01-25 07:08:59', 'info', 'Starting import for \"World News\"', '170'),
(1560317, '2023-01-25 07:08:59', 'info', 'Feed is not active. Finished', '170'),
(1560318, '2023-01-25 07:23:15', 'info', 'Beginning import for all feed sources', NULL),
(1560313, '2023-01-25 07:08:59', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1560314, '2023-01-25 07:08:59', 'debug', '24 will be skipped', '4837'),
(1560312, '2023-01-25 07:08:59', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1560311, '2023-01-25 07:08:59', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1560310, '2023-01-25 07:08:59', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1560308, '2023-01-25 07:08:59', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1560309, '2023-01-25 07:08:59', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1560307, '2023-01-25 07:08:59', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1560306, '2023-01-25 07:08:59', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1560302, '2023-01-25 07:08:59', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1560303, '2023-01-25 07:08:59', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1560304, '2023-01-25 07:08:59', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1560305, '2023-01-25 07:08:59', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1560300, '2023-01-25 07:08:59', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1560301, '2023-01-25 07:08:59', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1560299, '2023-01-25 07:08:59', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1560294, '2023-01-25 07:08:59', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560295, '2023-01-25 07:08:59', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560296, '2023-01-25 07:08:59', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1560297, '2023-01-25 07:08:59', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1560298, '2023-01-25 07:08:59', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1560293, '2023-01-25 07:08:59', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560291, '2023-01-25 07:08:59', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1560292, '2023-01-25 07:08:59', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560288, '2023-01-25 07:08:59', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1560289, '2023-01-25 07:08:59', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1560290, '2023-01-25 07:08:59', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1560287, '2023-01-25 07:07:30', 'info', 'Beginning import for all feed sources', NULL),
(1560285, '2023-01-25 06:57:37', 'info', 'Starting import for \"World News\"', '170'),
(1560286, '2023-01-25 06:57:37', 'info', 'Feed is not active. Finished', '170'),
(1560283, '2023-01-25 06:57:37', 'debug', '24 will be skipped', '4837'),
(1560284, '2023-01-25 06:57:37', 'info', 'Import completed in 0.27 seconds!', '4837'),
(1560281, '2023-01-25 06:57:37', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1560282, '2023-01-25 06:57:37', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1560280, '2023-01-25 06:57:37', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1560279, '2023-01-25 06:57:37', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1560278, '2023-01-25 06:57:37', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1560277, '2023-01-25 06:57:37', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1560274, '2023-01-25 06:57:37', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1560275, '2023-01-25 06:57:37', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1560276, '2023-01-25 06:57:37', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1560268, '2023-01-25 06:57:37', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1560269, '2023-01-25 06:57:37', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1560270, '2023-01-25 06:57:37', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1560271, '2023-01-25 06:57:37', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1560272, '2023-01-25 06:57:37', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1560273, '2023-01-25 06:57:37', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1560266, '2023-01-25 06:57:37', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1560267, '2023-01-25 06:57:37', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1560265, '2023-01-25 06:57:37', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1560262, '2023-01-25 06:57:37', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560263, '2023-01-25 06:57:37', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560264, '2023-01-25 06:57:37', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560261, '2023-01-25 06:57:37', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560259, '2023-01-25 06:57:37', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1560260, '2023-01-25 06:57:37', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1560257, '2023-01-25 06:57:36', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1560258, '2023-01-25 06:57:36', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1560255, '2023-01-25 06:40:56', 'info', 'Feed is not active. Finished', '170'),
(1560256, '2023-01-25 06:51:56', 'info', 'Beginning import for all feed sources', NULL),
(1560254, '2023-01-25 06:40:56', 'info', 'Starting import for \"World News\"', '170'),
(1560251, '2023-01-25 06:40:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1560252, '2023-01-25 06:40:56', 'debug', '24 will be skipped', '4837'),
(1560253, '2023-01-25 06:40:56', 'info', 'Import completed in 0.23 seconds!', '4837'),
(1560250, '2023-01-25 06:40:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1560248, '2023-01-25 06:40:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1560249, '2023-01-25 06:40:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1560247, '2023-01-25 06:40:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1560246, '2023-01-25 06:40:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1560245, '2023-01-25 06:40:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1560244, '2023-01-25 06:40:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1560243, '2023-01-25 06:40:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1560242, '2023-01-25 06:40:56', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1560240, '2023-01-25 06:40:56', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1560241, '2023-01-25 06:40:56', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1560239, '2023-01-25 06:40:56', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1560237, '2023-01-25 06:40:56', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1560238, '2023-01-25 06:40:56', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1560236, '2023-01-25 06:40:56', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1560235, '2023-01-25 06:40:56', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1560233, '2023-01-25 06:40:56', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560234, '2023-01-25 06:40:56', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1560230, '2023-01-25 06:40:56', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560232, '2023-01-25 06:40:56', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560231, '2023-01-25 06:40:56', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560229, '2023-01-25 06:40:56', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1560227, '2023-01-25 06:40:56', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1560228, '2023-01-25 06:40:56', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1560225, '2023-01-25 06:38:33', 'info', 'Beginning import for all feed sources', NULL),
(1560226, '2023-01-25 06:40:56', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1560223, '2023-01-25 06:31:43', 'info', 'Starting import for \"World News\"', '170'),
(1560221, '2023-01-25 06:31:43', 'debug', '24 will be skipped', '4837'),
(1560224, '2023-01-25 06:31:43', 'info', 'Feed is not active. Finished', '170'),
(1560222, '2023-01-25 06:31:43', 'info', 'Import completed in 0.22 seconds!', '4837'),
(1560219, '2023-01-25 06:31:43', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1560220, '2023-01-25 06:31:43', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1560218, '2023-01-25 06:31:43', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1560217, '2023-01-25 06:31:43', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1560216, '2023-01-25 06:31:43', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1560212, '2023-01-25 06:31:43', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1560213, '2023-01-25 06:31:43', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1560214, '2023-01-25 06:31:43', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1560215, '2023-01-25 06:31:43', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1560211, '2023-01-25 06:31:43', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1560210, '2023-01-25 06:31:43', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1560208, '2023-01-25 06:31:43', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1560209, '2023-01-25 06:31:43', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1560207, '2023-01-25 06:31:43', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1560204, '2023-01-25 06:31:43', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1560205, '2023-01-25 06:31:43', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1560206, '2023-01-25 06:31:43', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1560203, '2023-01-25 06:31:43', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1560202, '2023-01-25 06:31:43', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560201, '2023-01-25 06:31:43', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560199, '2023-01-25 06:31:43', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560197, '2023-01-25 06:31:43', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1560200, '2023-01-25 06:31:43', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560198, '2023-01-25 06:31:43', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1560196, '2023-01-25 06:31:43', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1560195, '2023-01-25 06:31:43', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1560194, '2023-01-25 06:27:50', 'info', 'Beginning import for all feed sources', NULL),
(1560193, '2023-01-25 06:11:38', 'info', 'Feed is not active. Finished', '170');
INSERT INTO `iamc_wprss_logs` (`id`, `date`, `level`, `message`, `feed_id`) VALUES
(1560192, '2023-01-25 06:11:38', 'info', 'Starting import for \"World News\"', '170'),
(1560191, '2023-01-25 06:11:38', 'info', 'Import completed in 0.23 seconds!', '4837'),
(1560190, '2023-01-25 06:11:38', 'debug', '24 will be skipped', '4837'),
(1560189, '2023-01-25 06:11:38', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1560188, '2023-01-25 06:11:38', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1560185, '2023-01-25 06:11:38', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1560187, '2023-01-25 06:11:38', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1560186, '2023-01-25 06:11:38', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1560182, '2023-01-25 06:11:38', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1560184, '2023-01-25 06:11:38', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1560183, '2023-01-25 06:11:38', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1560181, '2023-01-25 06:11:38', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1560178, '2023-01-25 06:11:38', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1560179, '2023-01-25 06:11:38', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1560180, '2023-01-25 06:11:38', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1560176, '2023-01-25 06:11:38', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1560177, '2023-01-25 06:11:38', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1560174, '2023-01-25 06:11:38', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1560175, '2023-01-25 06:11:38', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1560173, '2023-01-25 06:11:38', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1560170, '2023-01-25 06:11:38', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560171, '2023-01-25 06:11:38', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560172, '2023-01-25 06:11:38', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1560169, '2023-01-25 06:11:38', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560168, '2023-01-25 06:11:38', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560166, '2023-01-25 06:11:38', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1560167, '2023-01-25 06:11:38', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1560165, '2023-01-25 06:11:38', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1560160, '2023-01-25 05:54:19', 'info', 'Import completed in 0.25 seconds!', '4837'),
(1560161, '2023-01-25 05:54:19', 'info', 'Starting import for \"World News\"', '170'),
(1560162, '2023-01-25 05:54:19', 'info', 'Feed is not active. Finished', '170'),
(1560163, '2023-01-25 06:09:22', 'info', 'Beginning import for all feed sources', NULL),
(1560164, '2023-01-25 06:11:38', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1560159, '2023-01-25 05:54:19', 'debug', '24 will be skipped', '4837'),
(1560157, '2023-01-25 05:54:19', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1560158, '2023-01-25 05:54:19', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1560156, '2023-01-25 05:54:19', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1560153, '2023-01-25 05:54:19', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1560155, '2023-01-25 05:54:19', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1560154, '2023-01-25 05:54:19', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1560150, '2023-01-25 05:54:19', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1560152, '2023-01-25 05:54:19', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1560151, '2023-01-25 05:54:19', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1560147, '2023-01-25 05:54:19', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1560148, '2023-01-25 05:54:19', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1560149, '2023-01-25 05:54:19', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1560146, '2023-01-25 05:54:19', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1560142, '2023-01-25 05:54:19', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1560143, '2023-01-25 05:54:19', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1560144, '2023-01-25 05:54:19', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1560145, '2023-01-25 05:54:19', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1560141, '2023-01-25 05:54:19', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1560140, '2023-01-25 05:54:19', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560136, '2023-01-25 05:54:19', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1560137, '2023-01-25 05:54:19', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560138, '2023-01-25 05:54:19', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560139, '2023-01-25 05:54:19', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560133, '2023-01-25 05:54:19', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1560134, '2023-01-25 05:54:19', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1560135, '2023-01-25 05:54:19', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1560130, '2023-01-25 05:45:30', 'info', 'Starting import for \"World News\"', '170'),
(1560131, '2023-01-25 05:45:30', 'info', 'Feed is not active. Finished', '170'),
(1560132, '2023-01-25 05:53:43', 'info', 'Beginning import for all feed sources', NULL),
(1560129, '2023-01-25 05:45:30', 'info', 'Import completed in 0.26 seconds!', '4837'),
(1560128, '2023-01-25 05:45:30', 'debug', '24 will be skipped', '4837'),
(1549485, '2023-01-21 15:58:34', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1549486, '2023-01-21 15:58:34', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1549484, '2023-01-21 15:58:34', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1549482, '2023-01-21 15:58:34', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1549483, '2023-01-21 15:58:34', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1549481, '2023-01-21 15:58:34', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1549477, '2023-01-21 15:58:34', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1549480, '2023-01-21 15:58:34', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1549479, '2023-01-21 15:58:34', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1549478, '2023-01-21 15:58:34', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1549476, '2023-01-21 15:58:34', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549475, '2023-01-21 15:58:34', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549474, '2023-01-21 15:58:34', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549473, '2023-01-21 15:58:34', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549397, '2023-01-21 15:12:32', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1558170, '2023-01-24 13:59:32', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1558169, '2023-01-24 13:59:32', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1558166, '2023-01-24 13:59:32', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1558156, '2023-01-24 13:59:32', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558153, '2023-01-24 13:59:32', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558154, '2023-01-24 13:59:32', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558155, '2023-01-24 13:59:32', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558152, '2023-01-24 13:59:32', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1558148, '2023-01-24 13:52:16', 'info', 'Beginning import for all feed sources', NULL),
(1558149, '2023-01-24 13:59:32', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1558150, '2023-01-24 13:59:32', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1558151, '2023-01-24 13:59:32', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1558145, '2023-01-24 13:43:52', 'info', 'Import completed in 0.27 seconds!', '4837'),
(1558146, '2023-01-24 13:43:52', 'info', 'Starting import for \"World News\"', '170'),
(1558147, '2023-01-24 13:43:52', 'info', 'Feed is not active. Finished', '170'),
(1558141, '2023-01-24 13:43:52', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1558142, '2023-01-24 13:43:52', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1558143, '2023-01-24 13:43:52', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1558144, '2023-01-24 13:43:52', 'debug', '24 will be skipped', '4837'),
(1558137, '2023-01-24 13:43:52', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1558138, '2023-01-24 13:43:52', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1558139, '2023-01-24 13:43:52', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1558140, '2023-01-24 13:43:52', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1558136, '2023-01-24 13:43:52', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1558134, '2023-01-24 13:43:52', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1558135, '2023-01-24 13:43:52', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1558133, '2023-01-24 13:43:52', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1558132, '2023-01-24 13:43:52', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1558131, '2023-01-24 13:43:52', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1558129, '2023-01-24 13:43:52', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1558130, '2023-01-24 13:43:52', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1558128, '2023-01-24 13:43:52', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1558127, '2023-01-24 13:43:52', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1558126, '2023-01-24 13:43:52', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1558124, '2023-01-24 13:43:52', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558125, '2023-01-24 13:43:52', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558122, '2023-01-24 13:43:52', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558123, '2023-01-24 13:43:52', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558121, '2023-01-24 13:43:52', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1558120, '2023-01-24 13:43:52', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1558113, '2023-01-24 13:23:55', 'debug', '24 will be skipped', '4837'),
(1558114, '2023-01-24 13:23:55', 'info', 'Import completed in 0.23 seconds!', '4837'),
(1558115, '2023-01-24 13:23:55', 'info', 'Starting import for \"World News\"', '170'),
(1558116, '2023-01-24 13:23:55', 'info', 'Feed is not active. Finished', '170'),
(1558117, '2023-01-24 13:36:25', 'info', 'Beginning import for all feed sources', NULL),
(1558118, '2023-01-24 13:43:52', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1558119, '2023-01-24 13:43:52', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1558112, '2023-01-24 13:23:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1558110, '2023-01-24 13:23:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1558111, '2023-01-24 13:23:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1558108, '2023-01-24 13:23:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1558109, '2023-01-24 13:23:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1558107, '2023-01-24 13:23:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1558101, '2023-01-24 13:23:54', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1558102, '2023-01-24 13:23:54', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1558103, '2023-01-24 13:23:54', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1558104, '2023-01-24 13:23:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1558105, '2023-01-24 13:23:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1558106, '2023-01-24 13:23:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1558099, '2023-01-24 13:23:54', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1558100, '2023-01-24 13:23:54', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1558097, '2023-01-24 13:23:54', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1558098, '2023-01-24 13:23:54', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1558096, '2023-01-24 13:23:54', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1558095, '2023-01-24 13:23:54', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1558091, '2023-01-24 13:23:54', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558092, '2023-01-24 13:23:54', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558093, '2023-01-24 13:23:54', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558094, '2023-01-24 13:23:54', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558085, '2023-01-24 13:08:09', 'info', 'Feed is not active. Finished', '170'),
(1558086, '2023-01-24 13:21:24', 'info', 'Beginning import for all feed sources', NULL),
(1558087, '2023-01-24 13:23:54', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1558088, '2023-01-24 13:23:54', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1558090, '2023-01-24 13:23:54', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1558089, '2023-01-24 13:23:54', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1558078, '2023-01-24 13:08:09', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1558079, '2023-01-24 13:08:09', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1558080, '2023-01-24 13:08:09', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1558081, '2023-01-24 13:08:09', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1558082, '2023-01-24 13:08:09', 'debug', '24 will be skipped', '4837'),
(1558083, '2023-01-24 13:08:09', 'info', 'Import completed in 0.23 seconds!', '4837'),
(1558084, '2023-01-24 13:08:09', 'info', 'Starting import for \"World News\"', '170'),
(1558076, '2023-01-24 13:08:09', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1558077, '2023-01-24 13:08:09', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1558075, '2023-01-24 13:08:09', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1558074, '2023-01-24 13:08:09', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1558072, '2023-01-24 13:08:09', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1558073, '2023-01-24 13:08:09', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1558071, '2023-01-24 13:08:09', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1558069, '2023-01-24 13:08:09', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1558070, '2023-01-24 13:08:09', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1558064, '2023-01-24 13:08:09', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1558065, '2023-01-24 13:08:09', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1558068, '2023-01-24 13:08:09', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1558067, '2023-01-24 13:08:09', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1558066, '2023-01-24 13:08:09', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1556331, '2023-01-23 23:07:11', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1556332, '2023-01-23 23:07:11', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1556333, '2023-01-23 23:07:11', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1556334, '2023-01-23 23:07:11', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1556335, '2023-01-23 23:07:12', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1558063, '2023-01-24 13:08:09', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558061, '2023-01-24 13:08:09', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558062, '2023-01-24 13:08:09', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558059, '2023-01-24 13:08:09', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1558060, '2023-01-24 13:08:09', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558057, '2023-01-24 13:08:09', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1558058, '2023-01-24 13:08:09', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1558054, '2023-01-24 13:02:31', 'info', 'Feed is not active. Finished', '170'),
(1558055, '2023-01-24 13:07:53', 'info', 'Beginning import for all feed sources', NULL),
(1558056, '2023-01-24 13:08:09', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1558051, '2023-01-24 13:02:31', 'debug', '24 will be skipped', '4837'),
(1558052, '2023-01-24 13:02:31', 'info', 'Import completed in 0.30 seconds!', '4837'),
(1558053, '2023-01-24 13:02:31', 'info', 'Starting import for \"World News\"', '170'),
(1558050, '2023-01-24 13:02:31', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1558047, '2023-01-24 13:02:31', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1558048, '2023-01-24 13:02:31', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1558049, '2023-01-24 13:02:31', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1558045, '2023-01-24 13:02:31', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1558046, '2023-01-24 13:02:31', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1558043, '2023-01-24 13:02:31', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1558044, '2023-01-24 13:02:31', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1558042, '2023-01-24 13:02:31', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1558041, '2023-01-24 13:02:31', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1558039, '2023-01-24 13:02:31', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1558040, '2023-01-24 13:02:31', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1558036, '2023-01-24 13:02:31', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1558034, '2023-01-24 13:02:31', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1558038, '2023-01-24 13:02:31', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1558037, '2023-01-24 13:02:31', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1558035, '2023-01-24 13:02:31', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1558033, '2023-01-24 13:02:31', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1558032, '2023-01-24 13:02:31', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558031, '2023-01-24 13:02:31', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558030, '2023-01-24 13:02:31', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558029, '2023-01-24 13:02:31', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558027, '2023-01-24 13:02:31', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1558028, '2023-01-24 13:02:31', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1558026, '2023-01-24 13:02:31', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1558024, '2023-01-24 12:57:23', 'info', 'Beginning import for all feed sources', NULL),
(1558025, '2023-01-24 13:02:31', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1558020, '2023-01-24 12:41:21', 'debug', '24 will be skipped', '4837'),
(1558021, '2023-01-24 12:41:21', 'info', 'Import completed in 0.25 seconds!', '4837'),
(1558022, '2023-01-24 12:41:21', 'info', 'Starting import for \"World News\"', '170'),
(1558023, '2023-01-24 12:41:21', 'info', 'Feed is not active. Finished', '170'),
(1558019, '2023-01-24 12:41:21', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1558017, '2023-01-24 12:41:21', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1558018, '2023-01-24 12:41:21', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1558016, '2023-01-24 12:41:21', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1558014, '2023-01-24 12:41:21', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1558015, '2023-01-24 12:41:21', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1558009, '2023-01-24 12:41:21', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1558010, '2023-01-24 12:41:21', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1558011, '2023-01-24 12:41:21', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1558012, '2023-01-24 12:41:21', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1558013, '2023-01-24 12:41:21', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1558008, '2023-01-24 12:41:21', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1558007, '2023-01-24 12:41:21', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1558004, '2023-01-24 12:41:21', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1558005, '2023-01-24 12:41:21', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1558006, '2023-01-24 12:41:21', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1558003, '2023-01-24 12:41:21', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1558002, '2023-01-24 12:41:21', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1558001, '2023-01-24 12:41:21', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558000, '2023-01-24 12:41:21', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557998, '2023-01-24 12:41:21', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557999, '2023-01-24 12:41:21', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557997, '2023-01-24 12:41:21', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1557995, '2023-01-24 12:41:21', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1557996, '2023-01-24 12:41:21', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1557992, '2023-01-24 12:25:53', 'info', 'Feed is not active. Finished', '170'),
(1557993, '2023-01-24 12:36:55', 'info', 'Beginning import for all feed sources', NULL),
(1557994, '2023-01-24 12:41:21', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1557989, '2023-01-24 12:25:53', 'debug', '24 will be skipped', '4837'),
(1557990, '2023-01-24 12:25:53', 'info', 'Import completed in 0.27 seconds!', '4837'),
(1557991, '2023-01-24 12:25:53', 'info', 'Starting import for \"World News\"', '170'),
(1557988, '2023-01-24 12:25:53', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1557984, '2023-01-24 12:25:53', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1557985, '2023-01-24 12:25:53', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1557986, '2023-01-24 12:25:53', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1557987, '2023-01-24 12:25:53', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1557983, '2023-01-24 12:25:53', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1557979, '2023-01-24 12:25:53', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1557980, '2023-01-24 12:25:53', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1557981, '2023-01-24 12:25:53', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1557982, '2023-01-24 12:25:53', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1557978, '2023-01-24 12:25:53', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1557977, '2023-01-24 12:25:53', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1557975, '2023-01-24 12:25:53', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1557976, '2023-01-24 12:25:53', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1557974, '2023-01-24 12:25:53', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1557972, '2023-01-24 12:25:53', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1557973, '2023-01-24 12:25:53', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1557970, '2023-01-24 12:25:53', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557971, '2023-01-24 12:25:53', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1557962, '2023-01-24 12:23:56', 'info', 'Beginning import for all feed sources', NULL),
(1557963, '2023-01-24 12:25:53', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1557964, '2023-01-24 12:25:53', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1557965, '2023-01-24 12:25:53', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1557966, '2023-01-24 12:25:53', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1557967, '2023-01-24 12:25:53', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557968, '2023-01-24 12:25:53', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557969, '2023-01-24 12:25:53', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557961, '2023-01-24 12:11:15', 'info', 'Feed is not active. Finished', '170'),
(1557955, '2023-01-24 12:11:14', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1557956, '2023-01-24 12:11:14', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1557957, '2023-01-24 12:11:14', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1557958, '2023-01-24 12:11:14', 'debug', '24 will be skipped', '4837'),
(1557959, '2023-01-24 12:11:14', 'info', 'Import completed in 0.20 seconds!', '4837'),
(1557960, '2023-01-24 12:11:15', 'info', 'Starting import for \"World News\"', '170'),
(1557953, '2023-01-24 12:11:14', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1557954, '2023-01-24 12:11:14', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1557952, '2023-01-24 12:11:14', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1557951, '2023-01-24 12:11:14', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1557950, '2023-01-24 12:11:14', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1557948, '2023-01-24 12:11:14', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1557949, '2023-01-24 12:11:14', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1557946, '2023-01-24 12:11:14', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1557947, '2023-01-24 12:11:14', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1557944, '2023-01-24 12:11:14', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1557945, '2023-01-24 12:11:14', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1557942, '2023-01-24 12:11:14', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1557941, '2023-01-24 12:11:14', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1557938, '2023-01-24 12:11:14', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557943, '2023-01-24 12:11:14', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1557940, '2023-01-24 12:11:14', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1557939, '2023-01-24 12:11:14', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557930, '2023-01-24 11:56:37', 'info', 'Feed is not active. Finished', '170'),
(1557931, '2023-01-24 12:08:51', 'info', 'Beginning import for all feed sources', NULL),
(1557932, '2023-01-24 12:11:14', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1557933, '2023-01-24 12:11:14', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1557934, '2023-01-24 12:11:14', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1557935, '2023-01-24 12:11:14', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1557936, '2023-01-24 12:11:14', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557937, '2023-01-24 12:11:14', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557925, '2023-01-24 11:56:37', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1557926, '2023-01-24 11:56:37', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1557927, '2023-01-24 11:56:37', 'debug', '24 will be skipped', '4837'),
(1557928, '2023-01-24 11:56:37', 'info', 'Import completed in 0.23 seconds!', '4837'),
(1557929, '2023-01-24 11:56:37', 'info', 'Starting import for \"World News\"', '170'),
(1557924, '2023-01-24 11:56:37', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1557923, '2023-01-24 11:56:37', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1557921, '2023-01-24 11:56:37', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1557922, '2023-01-24 11:56:37', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1557920, '2023-01-24 11:56:37', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1557918, '2023-01-24 11:56:37', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1557914, '2023-01-24 11:56:37', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1557915, '2023-01-24 11:56:37', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1557916, '2023-01-24 11:56:37', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1557917, '2023-01-24 11:56:37', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1549472, '2023-01-21 15:58:34', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1549471, '2023-01-21 15:58:34', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1549470, '2023-01-21 15:58:34', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1549465, '2023-01-21 15:47:31', 'info', 'Import completed in 0.34 seconds!', '4837'),
(1549466, '2023-01-21 15:47:31', 'info', 'Starting import for \"World News\"', '170'),
(1549467, '2023-01-21 15:47:31', 'info', 'Feed is not active. Finished', '170'),
(1549468, '2023-01-21 15:55:39', 'info', 'Beginning import for all feed sources', NULL),
(1549469, '2023-01-21 15:58:34', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1549464, '2023-01-21 15:47:31', 'debug', '24 will be skipped', '4837'),
(1549462, '2023-01-21 15:47:31', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1549463, '2023-01-21 15:47:31', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1549461, '2023-01-21 15:47:31', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1549459, '2023-01-21 15:47:31', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1549460, '2023-01-21 15:47:31', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1549458, '2023-01-21 15:47:31', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1549456, '2023-01-21 15:47:31', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1549457, '2023-01-21 15:47:31', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1549455, '2023-01-21 15:47:31', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1549453, '2023-01-21 15:47:31', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1549454, '2023-01-21 15:47:31', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1549452, '2023-01-21 15:47:31', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1549451, '2023-01-21 15:47:31', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1549448, '2023-01-21 15:47:31', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1549449, '2023-01-21 15:47:31', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1549450, '2023-01-21 15:47:31', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1549447, '2023-01-21 15:47:31', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1549445, '2023-01-21 15:47:31', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549446, '2023-01-21 15:47:31', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1549443, '2023-01-21 15:47:31', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549444, '2023-01-21 15:47:31', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549442, '2023-01-21 15:47:31', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549441, '2023-01-21 15:47:31', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1549439, '2023-01-21 15:47:31', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1549440, '2023-01-21 15:47:31', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1549438, '2023-01-21 15:47:31', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1549436, '2023-01-21 15:23:02', 'info', 'Feed is not active. Finished', '170'),
(1549437, '2023-01-21 15:39:17', 'info', 'Beginning import for all feed sources', NULL),
(1549435, '2023-01-21 15:23:02', 'info', 'Starting import for \"World News\"', '170'),
(1549433, '2023-01-21 15:23:02', 'debug', '24 will be skipped', '4837'),
(1549434, '2023-01-21 15:23:02', 'info', 'Import completed in 0.26 seconds!', '4837'),
(1549432, '2023-01-21 15:23:02', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1549431, '2023-01-21 15:23:02', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1549430, '2023-01-21 15:23:02', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1549429, '2023-01-21 15:23:02', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1549428, '2023-01-21 15:23:02', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1549427, '2023-01-21 15:23:02', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1549426, '2023-01-21 15:23:02', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1549425, '2023-01-21 15:23:02', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1549423, '2023-01-21 15:23:02', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837');
INSERT INTO `iamc_wprss_logs` (`id`, `date`, `level`, `message`, `feed_id`) VALUES
(1549424, '2023-01-21 15:23:02', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1549422, '2023-01-21 15:23:02', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1549420, '2023-01-21 15:23:02', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1549421, '2023-01-21 15:23:02', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1549419, '2023-01-21 15:23:02', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1549418, '2023-01-21 15:23:02', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1549416, '2023-01-21 15:23:02', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1549417, '2023-01-21 15:23:02', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1549414, '2023-01-21 15:23:02', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549415, '2023-01-21 15:23:02', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1549412, '2023-01-21 15:23:02', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549413, '2023-01-21 15:23:02', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549411, '2023-01-21 15:23:02', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549410, '2023-01-21 15:23:02', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1549409, '2023-01-21 15:23:02', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1549408, '2023-01-21 15:23:01', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1549407, '2023-01-21 15:23:01', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1549405, '2023-01-21 15:12:32', 'info', 'Feed is not active. Finished', '170'),
(1549406, '2023-01-21 15:22:13', 'info', 'Beginning import for all feed sources', NULL),
(1549404, '2023-01-21 15:12:32', 'info', 'Starting import for \"World News\"', '170'),
(1549402, '2023-01-21 15:12:32', 'debug', '24 will be skipped', '4837'),
(1549403, '2023-01-21 15:12:32', 'info', 'Import completed in 0.24 seconds!', '4837'),
(1549399, '2023-01-21 15:12:32', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1549400, '2023-01-21 15:12:32', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1549401, '2023-01-21 15:12:32', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1549398, '2023-01-21 15:12:32', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1549395, '2023-01-21 15:12:32', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1549394, '2023-01-21 15:12:32', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1560127, '2023-01-25 05:45:30', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1560124, '2023-01-25 05:45:30', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1560125, '2023-01-25 05:45:30', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1560126, '2023-01-25 05:45:30', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1560123, '2023-01-25 05:45:30', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1560121, '2023-01-25 05:45:30', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1560122, '2023-01-25 05:45:30', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1560118, '2023-01-25 05:45:30', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1560120, '2023-01-25 05:45:30', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1560119, '2023-01-25 05:45:30', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1560117, '2023-01-25 05:45:30', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1560116, '2023-01-25 05:45:30', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1560115, '2023-01-25 05:45:30', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1560114, '2023-01-25 05:45:30', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1560113, '2023-01-25 05:45:30', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1560112, '2023-01-25 05:45:30', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1560111, '2023-01-25 05:45:30', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1549396, '2023-01-21 15:12:32', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1549392, '2023-01-21 15:12:32', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1549393, '2023-01-21 15:12:32', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1549391, '2023-01-21 15:12:32', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1549390, '2023-01-21 15:12:32', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1549389, '2023-01-21 15:12:32', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1549388, '2023-01-21 15:12:32', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1549387, '2023-01-21 15:12:32', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1549385, '2023-01-21 15:12:32', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1549386, '2023-01-21 15:12:32', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1549384, '2023-01-21 15:12:32', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1549383, '2023-01-21 15:12:32', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549382, '2023-01-21 15:12:32', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549381, '2023-01-21 15:12:32', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549380, '2023-01-21 15:12:32', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549379, '2023-01-21 15:12:32', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1549378, '2023-01-21 15:12:32', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1549377, '2023-01-21 15:12:32', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1549376, '2023-01-21 15:12:32', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1549375, '2023-01-21 15:07:45', 'info', 'Beginning import for all feed sources', NULL),
(1549373, '2023-01-21 14:54:15', 'info', 'Starting import for \"World News\"', '170'),
(1549374, '2023-01-21 14:54:15', 'info', 'Feed is not active. Finished', '170'),
(1549372, '2023-01-21 14:54:15', 'info', 'Import completed in 0.25 seconds!', '4837'),
(1549371, '2023-01-21 14:54:15', 'debug', '24 will be skipped', '4837'),
(1549370, '2023-01-21 14:54:15', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1549367, '2023-01-21 14:54:15', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1549369, '2023-01-21 14:54:15', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1549368, '2023-01-21 14:54:15', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1549366, '2023-01-21 14:54:15', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1549365, '2023-01-21 14:54:15', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1549364, '2023-01-21 14:54:15', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1549363, '2023-01-21 14:54:15', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1549362, '2023-01-21 14:54:15', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1549361, '2023-01-21 14:54:15', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1549360, '2023-01-21 14:54:15', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1549357, '2023-01-21 14:54:15', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1549358, '2023-01-21 14:54:15', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1549359, '2023-01-21 14:54:15', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1549356, '2023-01-21 14:54:15', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1549355, '2023-01-21 14:54:15', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1549349, '2023-01-21 14:54:15', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549350, '2023-01-21 14:54:15', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549354, '2023-01-21 14:54:15', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1549353, '2023-01-21 14:54:15', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1549352, '2023-01-21 14:54:15', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549351, '2023-01-21 14:54:15', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549345, '2023-01-21 14:54:14', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1549346, '2023-01-21 14:54:15', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1549347, '2023-01-21 14:54:15', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1549348, '2023-01-21 14:54:15', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1549343, '2023-01-21 14:41:58', 'info', 'Feed is not active. Finished', '170'),
(1549344, '2023-01-21 14:51:54', 'info', 'Beginning import for all feed sources', NULL),
(1549340, '2023-01-21 14:41:58', 'debug', '24 will be skipped', '4837'),
(1549341, '2023-01-21 14:41:58', 'info', 'Import completed in 0.27 seconds!', '4837'),
(1549342, '2023-01-21 14:41:58', 'info', 'Starting import for \"World News\"', '170'),
(1549339, '2023-01-21 14:41:58', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1549338, '2023-01-21 14:41:58', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1549337, '2023-01-21 14:41:58', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1549336, '2023-01-21 14:41:58', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1549335, '2023-01-21 14:41:58', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1549334, '2023-01-21 14:41:58', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1549333, '2023-01-21 14:41:58', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1549332, '2023-01-21 14:41:58', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1549331, '2023-01-21 14:41:58', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1549330, '2023-01-21 14:41:58', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1549329, '2023-01-21 14:41:58', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1549328, '2023-01-21 14:41:58', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1549327, '2023-01-21 14:41:58', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1549326, '2023-01-21 14:41:58', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1549325, '2023-01-21 14:41:58', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1549324, '2023-01-21 14:41:58', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1549323, '2023-01-21 14:41:58', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1549322, '2023-01-21 14:41:58', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1549321, '2023-01-21 14:41:58', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549320, '2023-01-21 14:41:58', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549319, '2023-01-21 14:41:58', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549318, '2023-01-21 14:41:58', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549317, '2023-01-21 14:41:58', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1549311, '2023-01-21 14:21:34', 'info', 'Starting import for \"World News\"', '170'),
(1549312, '2023-01-21 14:21:34', 'info', 'Feed is not active. Finished', '170'),
(1549313, '2023-01-21 14:37:19', 'info', 'Beginning import for all feed sources', NULL),
(1549314, '2023-01-21 14:41:57', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1549315, '2023-01-21 14:41:57', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1549316, '2023-01-21 14:41:58', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1549309, '2023-01-21 14:21:34', 'debug', '24 will be skipped', '4837'),
(1549310, '2023-01-21 14:21:34', 'info', 'Import completed in 0.23 seconds!', '4837'),
(1549308, '2023-01-21 14:21:34', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1549307, '2023-01-21 14:21:34', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1549306, '2023-01-21 14:21:34', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1549305, '2023-01-21 14:21:34', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1549304, '2023-01-21 14:21:34', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1549303, '2023-01-21 14:21:34', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1549302, '2023-01-21 14:21:34', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1549300, '2023-01-21 14:21:34', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1549301, '2023-01-21 14:21:34', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1549299, '2023-01-21 14:21:34', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1549298, '2023-01-21 14:21:34', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1549297, '2023-01-21 14:21:34', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1549295, '2023-01-21 14:21:34', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1549296, '2023-01-21 14:21:34', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1549294, '2023-01-21 14:21:34', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1549290, '2023-01-21 14:21:34', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549291, '2023-01-21 14:21:34', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1549292, '2023-01-21 14:21:34', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1549293, '2023-01-21 14:21:34', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1549289, '2023-01-21 14:21:34', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549288, '2023-01-21 14:21:34', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549287, '2023-01-21 14:21:34', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549286, '2023-01-21 14:21:34', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1549285, '2023-01-21 14:21:34', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1549282, '2023-01-21 14:21:33', 'info', 'Beginning import for all feed sources', NULL),
(1549283, '2023-01-21 14:21:34', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1549284, '2023-01-21 14:21:34', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1549279, '2023-01-21 14:14:27', 'info', 'Import completed in 0.30 seconds!', '4837'),
(1549280, '2023-01-21 14:14:27', 'info', 'Starting import for \"World News\"', '170'),
(1549281, '2023-01-21 14:14:27', 'info', 'Feed is not active. Finished', '170'),
(1549278, '2023-01-21 14:14:27', 'debug', '24 will be skipped', '4837'),
(1549277, '2023-01-21 14:14:27', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1549276, '2023-01-21 14:14:27', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1549275, '2023-01-21 14:14:27', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1549274, '2023-01-21 14:14:27', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1549273, '2023-01-21 14:14:27', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1549272, '2023-01-21 14:14:27', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1549271, '2023-01-21 14:14:27', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1549270, '2023-01-21 14:14:27', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1549267, '2023-01-21 14:14:27', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1549268, '2023-01-21 14:14:27', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1549269, '2023-01-21 14:14:27', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1549263, '2023-01-21 14:14:27', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1549264, '2023-01-21 14:14:27', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1549265, '2023-01-21 14:14:27', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1549266, '2023-01-21 14:14:27', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1549262, '2023-01-21 14:14:27', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1549261, '2023-01-21 14:14:27', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1549260, '2023-01-21 14:14:27', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1549257, '2023-01-21 14:14:27', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549259, '2023-01-21 14:14:27', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549258, '2023-01-21 14:14:27', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549254, '2023-01-21 14:14:27', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1549256, '2023-01-21 14:14:27', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549255, '2023-01-21 14:14:27', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1549252, '2023-01-21 14:14:26', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1549253, '2023-01-21 14:14:26', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1549251, '2023-01-21 14:12:37', 'info', 'Beginning import for all feed sources', NULL),
(1549249, '2023-01-21 14:04:56', 'info', 'Starting import for \"World News\"', '170'),
(1549250, '2023-01-21 14:04:56', 'info', 'Feed is not active. Finished', '170'),
(1549248, '2023-01-21 14:04:56', 'info', 'Import completed in 0.22 seconds!', '4837'),
(1549247, '2023-01-21 14:04:56', 'debug', '24 will be skipped', '4837'),
(1549244, '2023-01-21 14:04:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1549245, '2023-01-21 14:04:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1549246, '2023-01-21 14:04:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1549241, '2023-01-21 14:04:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1549242, '2023-01-21 14:04:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1549243, '2023-01-21 14:04:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1549240, '2023-01-21 14:04:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1549239, '2023-01-21 14:04:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1549238, '2023-01-21 14:04:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1549237, '2023-01-21 14:04:56', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1549236, '2023-01-21 14:04:56', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1549235, '2023-01-21 14:04:56', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1549234, '2023-01-21 14:04:56', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1549233, '2023-01-21 14:04:56', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1549229, '2023-01-21 14:04:56', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1549232, '2023-01-21 14:04:56', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1549231, '2023-01-21 14:04:56', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1549230, '2023-01-21 14:04:56', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1549228, '2023-01-21 14:04:56', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549225, '2023-01-21 14:04:56', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549226, '2023-01-21 14:04:56', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549222, '2023-01-21 14:04:56', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1549223, '2023-01-21 14:04:56', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1549227, '2023-01-21 14:04:56', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549224, '2023-01-21 14:04:56', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1549221, '2023-01-21 14:04:55', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1549219, '2023-01-21 13:42:25', 'info', 'Feed is not active. Finished', '170'),
(1549220, '2023-01-21 13:58:04', 'info', 'Beginning import for all feed sources', NULL),
(1549218, '2023-01-21 13:42:25', 'info', 'Starting import for \"World News\"', '170'),
(1549217, '2023-01-21 13:42:25', 'info', 'Import completed in 0.23 seconds!', '4837'),
(1549216, '2023-01-21 13:42:25', 'debug', '24 will be skipped', '4837'),
(1549215, '2023-01-21 13:42:25', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1549214, '2023-01-21 13:42:25', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1549213, '2023-01-21 13:42:25', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1549212, '2023-01-21 13:42:25', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1549211, '2023-01-21 13:42:25', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1549210, '2023-01-21 13:42:25', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1549208, '2023-01-21 13:42:25', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1549209, '2023-01-21 13:42:25', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1549207, '2023-01-21 13:42:25', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1549205, '2023-01-21 13:42:25', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1549206, '2023-01-21 13:42:25', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1549201, '2023-01-21 13:42:25', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1549204, '2023-01-21 13:42:25', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1549203, '2023-01-21 13:42:25', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1549202, '2023-01-21 13:42:25', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1549199, '2023-01-21 13:42:25', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1549200, '2023-01-21 13:42:25', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1549198, '2023-01-21 13:42:25', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1549197, '2023-01-21 13:42:25', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549196, '2023-01-21 13:42:25', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549195, '2023-01-21 13:42:25', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549194, '2023-01-21 13:42:25', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549193, '2023-01-21 13:42:25', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1549192, '2023-01-21 13:42:25', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1549191, '2023-01-21 13:42:25', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1549189, '2023-01-21 13:36:05', 'info', 'Beginning import for all feed sources', NULL),
(1549190, '2023-01-21 13:42:25', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1549186, '2023-01-21 13:27:07', 'info', 'Import completed in 0.26 seconds!', '4837'),
(1549187, '2023-01-21 13:27:07', 'info', 'Starting import for \"World News\"', '170'),
(1549188, '2023-01-21 13:27:07', 'info', 'Feed is not active. Finished', '170'),
(1549185, '2023-01-21 13:27:07', 'debug', '24 will be skipped', '4837'),
(1549182, '2023-01-21 13:27:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1549183, '2023-01-21 13:27:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1549184, '2023-01-21 13:27:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1549179, '2023-01-21 13:27:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1549180, '2023-01-21 13:27:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1549181, '2023-01-21 13:27:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1549178, '2023-01-21 13:27:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1549177, '2023-01-21 13:27:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1549176, '2023-01-21 13:27:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1549174, '2023-01-21 13:27:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1549175, '2023-01-21 13:27:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1549173, '2023-01-21 13:27:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1549172, '2023-01-21 13:27:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1549171, '2023-01-21 13:27:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1549170, '2023-01-21 13:27:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1549169, '2023-01-21 13:27:07', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1549168, '2023-01-21 13:27:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1549167, '2023-01-21 13:27:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1549166, '2023-01-21 13:27:07', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549165, '2023-01-21 13:27:07', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549164, '2023-01-21 13:27:07', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549163, '2023-01-21 13:27:07', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549162, '2023-01-21 13:27:07', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1549161, '2023-01-21 13:27:07', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1549160, '2023-01-21 13:27:07', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1549158, '2023-01-21 13:24:21', 'info', 'Beginning import for all feed sources', NULL),
(1549159, '2023-01-21 13:27:07', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1549155, '2023-01-21 13:10:41', 'info', 'Import completed in 0.33 seconds!', '4837'),
(1549156, '2023-01-21 13:10:41', 'info', 'Starting import for \"World News\"', '170'),
(1549157, '2023-01-21 13:10:41', 'info', 'Feed is not active. Finished', '170'),
(1549154, '2023-01-21 13:10:41', 'debug', '24 will be skipped', '4837'),
(1549153, '2023-01-21 13:10:41', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1549151, '2023-01-21 13:10:41', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1549152, '2023-01-21 13:10:41', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1549149, '2023-01-21 13:10:41', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1549150, '2023-01-21 13:10:41', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1549148, '2023-01-21 13:10:41', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1549147, '2023-01-21 13:10:41', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1549146, '2023-01-21 13:10:41', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1549145, '2023-01-21 13:10:41', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1549144, '2023-01-21 13:10:41', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1549143, '2023-01-21 13:10:41', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1549142, '2023-01-21 13:10:41', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1549141, '2023-01-21 13:10:41', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1549140, '2023-01-21 13:10:41', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1549139, '2023-01-21 13:10:41', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1549138, '2023-01-21 13:10:41', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1549137, '2023-01-21 13:10:41', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1549136, '2023-01-21 13:10:41', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1549135, '2023-01-21 13:10:41', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549134, '2023-01-21 13:10:41', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549133, '2023-01-21 13:10:41', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549132, '2023-01-21 13:10:41', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549131, '2023-01-21 13:10:41', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1549124, '2023-01-21 12:55:55', 'info', 'Import completed in 0.22 seconds!', '4837'),
(1549125, '2023-01-21 12:55:55', 'info', 'Starting import for \"World News\"', '170'),
(1549126, '2023-01-21 12:55:55', 'info', 'Feed is not active. Finished', '170'),
(1549127, '2023-01-21 13:07:50', 'info', 'Beginning import for all feed sources', NULL),
(1549128, '2023-01-21 13:10:40', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1549129, '2023-01-21 13:10:40', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1549130, '2023-01-21 13:10:41', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1549123, '2023-01-21 12:55:55', 'debug', '24 will be skipped', '4837'),
(1549122, '2023-01-21 12:55:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1549121, '2023-01-21 12:55:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1549120, '2023-01-21 12:55:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1549119, '2023-01-21 12:55:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1549118, '2023-01-21 12:55:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1549117, '2023-01-21 12:55:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1549116, '2023-01-21 12:55:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1549115, '2023-01-21 12:55:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1549114, '2023-01-21 12:55:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1549113, '2023-01-21 12:55:55', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1549106, '2023-01-21 12:55:55', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1549107, '2023-01-21 12:55:55', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1549108, '2023-01-21 12:55:55', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1549109, '2023-01-21 12:55:55', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1549110, '2023-01-21 12:55:55', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1549111, '2023-01-21 12:55:55', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1549112, '2023-01-21 12:55:55', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1549105, '2023-01-21 12:55:55', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1549104, '2023-01-21 12:55:55', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549103, '2023-01-21 12:55:55', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549102, '2023-01-21 12:55:55', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549101, '2023-01-21 12:55:55', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549100, '2023-01-21 12:55:55', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1549099, '2023-01-21 12:55:55', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1549098, '2023-01-21 12:55:55', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1549097, '2023-01-21 12:55:55', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1549095, '2023-01-21 12:37:50', 'info', 'Feed is not active. Finished', '170'),
(1549096, '2023-01-21 12:55:01', 'info', 'Beginning import for all feed sources', NULL),
(1549094, '2023-01-21 12:37:50', 'info', 'Starting import for \"World News\"', '170'),
(1549092, '2023-01-21 12:37:50', 'debug', '24 will be skipped', '4837'),
(1549093, '2023-01-21 12:37:50', 'info', 'Import completed in 0.31 seconds!', '4837'),
(1549091, '2023-01-21 12:37:50', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1549090, '2023-01-21 12:37:50', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1549089, '2023-01-21 12:37:50', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1549088, '2023-01-21 12:37:50', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1549087, '2023-01-21 12:37:50', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1549086, '2023-01-21 12:37:50', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1549084, '2023-01-21 12:37:50', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1549085, '2023-01-21 12:37:50', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1549082, '2023-01-21 12:37:50', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1549083, '2023-01-21 12:37:50', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1549081, '2023-01-21 12:37:50', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1549080, '2023-01-21 12:37:50', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1549078, '2023-01-21 12:37:50', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1549079, '2023-01-21 12:37:50', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1549076, '2023-01-21 12:37:50', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1549077, '2023-01-21 12:37:50', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1549074, '2023-01-21 12:37:50', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1549075, '2023-01-21 12:37:50', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1549073, '2023-01-21 12:37:50', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549072, '2023-01-21 12:37:50', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549071, '2023-01-21 12:37:50', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549070, '2023-01-21 12:37:50', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549069, '2023-01-21 12:37:50', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1549068, '2023-01-21 12:37:50', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1560110, '2023-01-25 05:45:30', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1560109, '2023-01-25 05:45:29', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560104, '2023-01-25 05:45:29', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837');
INSERT INTO `iamc_wprss_logs` (`id`, `date`, `level`, `message`, `feed_id`) VALUES
(1560105, '2023-01-25 05:45:29', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1560108, '2023-01-25 05:45:29', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560107, '2023-01-25 05:45:29', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560106, '2023-01-25 05:45:29', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560103, '2023-01-25 05:45:29', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1560102, '2023-01-25 05:45:29', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1560101, '2023-01-25 05:40:38', 'info', 'Beginning import for all feed sources', NULL),
(1560100, '2023-01-25 05:33:32', 'info', 'Feed is not active. Finished', '170'),
(1560099, '2023-01-25 05:33:32', 'info', 'Starting import for \"World News\"', '170'),
(1560096, '2023-01-25 05:33:32', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1560097, '2023-01-25 05:33:32', 'debug', '24 will be skipped', '4837'),
(1560098, '2023-01-25 05:33:32', 'info', 'Import completed in 0.24 seconds!', '4837'),
(1560095, '2023-01-25 05:33:32', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1560094, '2023-01-25 05:33:32', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1560093, '2023-01-25 05:33:32', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1560092, '2023-01-25 05:33:32', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1560091, '2023-01-25 05:33:32', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1560089, '2023-01-25 05:33:32', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1560090, '2023-01-25 05:33:32', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1560088, '2023-01-25 05:33:32', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1560083, '2023-01-25 05:33:32', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1560084, '2023-01-25 05:33:32', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1560085, '2023-01-25 05:33:32', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1560086, '2023-01-25 05:33:32', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1560087, '2023-01-25 05:33:32', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1560082, '2023-01-25 05:33:32', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1560080, '2023-01-25 05:33:32', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1560081, '2023-01-25 05:33:32', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1560078, '2023-01-25 05:33:32', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560079, '2023-01-25 05:33:32', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1559971, '2023-01-25 04:24:49', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1560077, '2023-01-25 05:33:32', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560076, '2023-01-25 05:33:32', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560075, '2023-01-25 05:33:32', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560074, '2023-01-25 05:33:32', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1560073, '2023-01-25 05:33:32', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1560072, '2023-01-25 05:33:32', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1560070, '2023-01-25 05:25:13', 'info', 'Beginning import for all feed sources', NULL),
(1560071, '2023-01-25 05:33:32', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1560068, '2023-01-25 05:09:56', 'info', 'Starting import for \"World News\"', '170'),
(1560069, '2023-01-25 05:09:56', 'info', 'Feed is not active. Finished', '170'),
(1560066, '2023-01-25 05:09:56', 'debug', '24 will be skipped', '4837'),
(1560067, '2023-01-25 05:09:56', 'info', 'Import completed in 0.22 seconds!', '4837'),
(1560065, '2023-01-25 05:09:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1560064, '2023-01-25 05:09:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1560063, '2023-01-25 05:09:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1560062, '2023-01-25 05:09:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1560061, '2023-01-25 05:09:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1560060, '2023-01-25 05:09:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1560059, '2023-01-25 05:09:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1560058, '2023-01-25 05:09:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1560057, '2023-01-25 05:09:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1560056, '2023-01-25 05:09:56', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1560055, '2023-01-25 05:09:56', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1560054, '2023-01-25 05:09:56', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1560053, '2023-01-25 05:09:56', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1560052, '2023-01-25 05:09:56', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1560051, '2023-01-25 05:09:56', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1560050, '2023-01-25 05:09:56', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1560049, '2023-01-25 05:09:56', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1560048, '2023-01-25 05:09:56', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1560046, '2023-01-25 05:09:56', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560047, '2023-01-25 05:09:56', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560045, '2023-01-25 05:09:56', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560043, '2023-01-25 05:09:56', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1560044, '2023-01-25 05:09:56', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560031, '2023-01-25 04:57:27', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1560032, '2023-01-25 04:57:27', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1560033, '2023-01-25 04:57:27', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1560034, '2023-01-25 04:57:27', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1560035, '2023-01-25 04:57:27', 'debug', '24 will be skipped', '4837'),
(1560036, '2023-01-25 04:57:27', 'info', 'Import completed in 0.23 seconds!', '4837'),
(1560037, '2023-01-25 04:57:27', 'info', 'Starting import for \"World News\"', '170'),
(1560038, '2023-01-25 04:57:27', 'info', 'Feed is not active. Finished', '170'),
(1560039, '2023-01-25 05:09:23', 'info', 'Beginning import for all feed sources', NULL),
(1560040, '2023-01-25 05:09:56', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1560041, '2023-01-25 05:09:56', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1560042, '2023-01-25 05:09:56', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1560029, '2023-01-25 04:57:27', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1560030, '2023-01-25 04:57:27', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1560028, '2023-01-25 04:57:27', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1560027, '2023-01-25 04:57:27', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1560025, '2023-01-25 04:57:27', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1560026, '2023-01-25 04:57:27', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1560022, '2023-01-25 04:57:27', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1560023, '2023-01-25 04:57:27', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1560024, '2023-01-25 04:57:27', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1560021, '2023-01-25 04:57:27', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1560020, '2023-01-25 04:57:27', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1560018, '2023-01-25 04:57:27', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1560019, '2023-01-25 04:57:27', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1560017, '2023-01-25 04:57:27', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1560016, '2023-01-25 04:57:27', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560015, '2023-01-25 04:57:27', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560013, '2023-01-25 04:57:27', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560014, '2023-01-25 04:57:27', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1560012, '2023-01-25 04:57:27', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1560011, '2023-01-25 04:57:27', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1560007, '2023-01-25 04:45:24', 'info', 'Feed is not active. Finished', '170'),
(1560008, '2023-01-25 04:53:37', 'info', 'Beginning import for all feed sources', NULL),
(1560009, '2023-01-25 04:57:27', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1560010, '2023-01-25 04:57:27', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1560005, '2023-01-25 04:45:24', 'info', 'Import completed in 0.27 seconds!', '4837'),
(1560006, '2023-01-25 04:45:24', 'info', 'Starting import for \"World News\"', '170'),
(1560004, '2023-01-25 04:45:24', 'debug', '24 will be skipped', '4837'),
(1560003, '2023-01-25 04:45:24', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1560000, '2023-01-25 04:45:24', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1560001, '2023-01-25 04:45:24', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1560002, '2023-01-25 04:45:24', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1559998, '2023-01-25 04:45:24', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1559996, '2023-01-25 04:45:24', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1559999, '2023-01-25 04:45:24', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1559997, '2023-01-25 04:45:24', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1559992, '2023-01-25 04:45:24', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1559993, '2023-01-25 04:45:24', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1559994, '2023-01-25 04:45:24', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1559995, '2023-01-25 04:45:24', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1559991, '2023-01-25 04:45:24', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1559990, '2023-01-25 04:45:24', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1559988, '2023-01-25 04:45:24', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1559989, '2023-01-25 04:45:24', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1559987, '2023-01-25 04:45:24', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1559983, '2023-01-25 04:45:24', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559984, '2023-01-25 04:45:24', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559986, '2023-01-25 04:45:24', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1559985, '2023-01-25 04:45:24', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559982, '2023-01-25 04:45:24', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559981, '2023-01-25 04:45:24', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1559977, '2023-01-25 04:38:05', 'info', 'Beginning import for all feed sources', NULL),
(1559978, '2023-01-25 04:45:24', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1559979, '2023-01-25 04:45:24', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1559980, '2023-01-25 04:45:24', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1559976, '2023-01-25 04:24:49', 'info', 'Feed is not active. Finished', '170'),
(1559974, '2023-01-25 04:24:49', 'info', 'Import completed in 0.29 seconds!', '4837'),
(1559975, '2023-01-25 04:24:49', 'info', 'Starting import for \"World News\"', '170'),
(1559973, '2023-01-25 04:24:49', 'debug', '24 will be skipped', '4837'),
(1559972, '2023-01-25 04:24:49', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1559968, '2023-01-25 04:24:49', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1559969, '2023-01-25 04:24:49', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1559970, '2023-01-25 04:24:49', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1559967, '2023-01-25 04:24:49', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1559966, '2023-01-25 04:24:49', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1559965, '2023-01-25 04:24:49', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1559964, '2023-01-25 04:24:49', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1559963, '2023-01-25 04:24:49', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1559962, '2023-01-25 04:24:49', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1559961, '2023-01-25 04:24:49', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1559960, '2023-01-25 04:24:49', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1548632, '2023-01-21 09:06:54', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1548633, '2023-01-21 09:06:54', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1548629, '2023-01-21 08:59:45', 'info', 'Starting import for \"World News\"', '170'),
(1548630, '2023-01-21 08:59:45', 'info', 'Feed is not active. Finished', '170'),
(1548631, '2023-01-21 09:06:14', 'info', 'Beginning import for all feed sources', NULL),
(1548627, '2023-01-21 08:59:45', 'debug', '24 will be skipped', '4837'),
(1548628, '2023-01-21 08:59:45', 'info', 'Import completed in 0.29 seconds!', '4837'),
(1548625, '2023-01-21 08:59:45', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1548626, '2023-01-21 08:59:45', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1548623, '2023-01-21 08:59:45', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1548624, '2023-01-21 08:59:45', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1548622, '2023-01-21 08:59:45', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1548621, '2023-01-21 08:59:45', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1548618, '2023-01-21 08:59:45', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1548619, '2023-01-21 08:59:45', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1548620, '2023-01-21 08:59:45', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1548616, '2023-01-21 08:59:45', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1548617, '2023-01-21 08:59:45', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1548615, '2023-01-21 08:59:45', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1548613, '2023-01-21 08:59:45', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1548614, '2023-01-21 08:59:45', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1548611, '2023-01-21 08:59:45', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1548612, '2023-01-21 08:59:45', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1548610, '2023-01-21 08:59:45', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1548607, '2023-01-21 08:59:45', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548609, '2023-01-21 08:59:45', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1548608, '2023-01-21 08:59:45', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548606, '2023-01-21 08:59:45', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548603, '2023-01-21 08:59:45', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1548604, '2023-01-21 08:59:45', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1548605, '2023-01-21 08:59:45', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548602, '2023-01-21 08:59:44', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1548596, '2023-01-21 08:45:28', 'debug', '24 will be skipped', '4837'),
(1548597, '2023-01-21 08:45:28', 'info', 'Import completed in 0.24 seconds!', '4837'),
(1548598, '2023-01-21 08:45:28', 'info', 'Starting import for \"World News\"', '170'),
(1548599, '2023-01-21 08:45:28', 'info', 'Feed is not active. Finished', '170'),
(1548600, '2023-01-21 08:51:25', 'info', 'Beginning import for all feed sources', NULL),
(1548601, '2023-01-21 08:59:44', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1548595, '2023-01-21 08:45:28', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1548587, '2023-01-21 08:45:28', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1548588, '2023-01-21 08:45:28', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1548589, '2023-01-21 08:45:28', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1548590, '2023-01-21 08:45:28', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1548591, '2023-01-21 08:45:28', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1548592, '2023-01-21 08:45:28', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1548593, '2023-01-21 08:45:28', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1548594, '2023-01-21 08:45:28', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1548586, '2023-01-21 08:45:28', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1548585, '2023-01-21 08:45:28', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1548584, '2023-01-21 08:45:28', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1548583, '2023-01-21 08:45:28', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1548581, '2023-01-21 08:45:28', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1548582, '2023-01-21 08:45:28', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1548579, '2023-01-21 08:45:28', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1548580, '2023-01-21 08:45:28', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1548575, '2023-01-21 08:45:28', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548576, '2023-01-21 08:45:28', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548577, '2023-01-21 08:45:28', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548578, '2023-01-21 08:45:28', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1548570, '2023-01-21 08:45:28', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1548571, '2023-01-21 08:45:28', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1548572, '2023-01-21 08:45:28', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1548573, '2023-01-21 08:45:28', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1548574, '2023-01-21 08:45:28', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548565, '2023-01-21 08:24:00', 'debug', '24 will be skipped', '4837'),
(1548566, '2023-01-21 08:24:00', 'info', 'Import completed in 0.23 seconds!', '4837'),
(1548567, '2023-01-21 08:24:00', 'info', 'Starting import for \"World News\"', '170'),
(1548568, '2023-01-21 08:24:00', 'info', 'Feed is not active. Finished', '170'),
(1548569, '2023-01-21 08:37:52', 'info', 'Beginning import for all feed sources', NULL),
(1548564, '2023-01-21 08:24:00', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1548562, '2023-01-21 08:24:00', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1548563, '2023-01-21 08:24:00', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1548561, '2023-01-21 08:24:00', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1548559, '2023-01-21 08:24:00', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1548560, '2023-01-21 08:24:00', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1548558, '2023-01-21 08:24:00', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1548557, '2023-01-21 08:24:00', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1548556, '2023-01-21 08:24:00', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1548554, '2023-01-21 08:24:00', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1548555, '2023-01-21 08:24:00', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1548551, '2023-01-21 08:24:00', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1548552, '2023-01-21 08:24:00', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1548553, '2023-01-21 08:24:00', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1548550, '2023-01-21 08:24:00', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1548547, '2023-01-21 08:24:00', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1548548, '2023-01-21 08:24:00', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1548549, '2023-01-21 08:24:00', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1548545, '2023-01-21 08:24:00', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548546, '2023-01-21 08:24:00', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548544, '2023-01-21 08:24:00', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548543, '2023-01-21 08:24:00', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548542, '2023-01-21 08:24:00', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1548541, '2023-01-21 08:24:00', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1548539, '2023-01-21 08:24:00', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1548540, '2023-01-21 08:24:00', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1548537, '2023-01-21 08:12:33', 'info', 'Feed is not active. Finished', '170'),
(1548538, '2023-01-21 08:21:56', 'info', 'Beginning import for all feed sources', NULL),
(1548536, '2023-01-21 08:12:33', 'info', 'Starting import for \"World News\"', '170'),
(1548534, '2023-01-21 08:12:33', 'debug', '24 will be skipped', '4837'),
(1548535, '2023-01-21 08:12:33', 'info', 'Import completed in 0.23 seconds!', '4837'),
(1548533, '2023-01-21 08:12:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1548532, '2023-01-21 08:12:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1548531, '2023-01-21 08:12:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1548530, '2023-01-21 08:12:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1548529, '2023-01-21 08:12:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1548528, '2023-01-21 08:12:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1548527, '2023-01-21 08:12:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1548526, '2023-01-21 08:12:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1548525, '2023-01-21 08:12:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1548524, '2023-01-21 08:12:33', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1548522, '2023-01-21 08:12:33', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1548523, '2023-01-21 08:12:33', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1548519, '2023-01-21 08:12:33', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1548520, '2023-01-21 08:12:33', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1548521, '2023-01-21 08:12:33', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1548518, '2023-01-21 08:12:33', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1548517, '2023-01-21 08:12:33', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1548516, '2023-01-21 08:12:33', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1548514, '2023-01-21 08:12:33', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548515, '2023-01-21 08:12:33', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548513, '2023-01-21 08:12:33', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548512, '2023-01-21 08:12:33', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548511, '2023-01-21 08:12:33', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1548510, '2023-01-21 08:12:33', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1548509, '2023-01-21 08:12:32', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1548507, '2023-01-21 08:12:29', 'info', 'Beginning import for all feed sources', NULL),
(1548508, '2023-01-21 08:12:32', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1548505, '2023-01-21 07:56:50', 'info', 'Starting import for \"World News\"', '170'),
(1548506, '2023-01-21 07:56:50', 'info', 'Feed is not active. Finished', '170'),
(1548504, '2023-01-21 07:56:50', 'info', 'Import completed in 0.28 seconds!', '4837'),
(1548502, '2023-01-21 07:56:50', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1548503, '2023-01-21 07:56:50', 'debug', '24 will be skipped', '4837'),
(1548499, '2023-01-21 07:56:50', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1548500, '2023-01-21 07:56:50', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1548501, '2023-01-21 07:56:50', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1548496, '2023-01-21 07:56:50', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1548497, '2023-01-21 07:56:50', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1548498, '2023-01-21 07:56:50', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1548495, '2023-01-21 07:56:50', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1548493, '2023-01-21 07:56:50', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1548494, '2023-01-21 07:56:50', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1548491, '2023-01-21 07:56:50', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1548492, '2023-01-21 07:56:50', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1548490, '2023-01-21 07:56:50', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1548489, '2023-01-21 07:56:50', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1548488, '2023-01-21 07:56:50', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1548486, '2023-01-21 07:56:50', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1548487, '2023-01-21 07:56:50', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1548485, '2023-01-21 07:56:50', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1548483, '2023-01-21 07:56:50', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548484, '2023-01-21 07:56:50', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548482, '2023-01-21 07:56:50', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548480, '2023-01-21 07:56:50', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1548481, '2023-01-21 07:56:50', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548479, '2023-01-21 07:56:50', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1548473, '2023-01-21 07:41:12', 'info', 'Import completed in 0.23 seconds!', '4837'),
(1548474, '2023-01-21 07:41:12', 'info', 'Starting import for \"World News\"', '170'),
(1548475, '2023-01-21 07:41:12', 'info', 'Feed is not active. Finished', '170'),
(1548476, '2023-01-21 07:54:25', 'info', 'Beginning import for all feed sources', NULL),
(1548477, '2023-01-21 07:56:50', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1548478, '2023-01-21 07:56:50', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1548471, '2023-01-21 07:41:12', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1548472, '2023-01-21 07:41:12', 'debug', '24 will be skipped', '4837'),
(1548467, '2023-01-21 07:41:12', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1548468, '2023-01-21 07:41:12', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1548469, '2023-01-21 07:41:12', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1548470, '2023-01-21 07:41:12', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1548464, '2023-01-21 07:41:12', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1548465, '2023-01-21 07:41:12', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1548466, '2023-01-21 07:41:12', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1548463, '2023-01-21 07:41:12', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1548462, '2023-01-21 07:41:12', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1548461, '2023-01-21 07:41:12', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1548460, '2023-01-21 07:41:12', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1548459, '2023-01-21 07:41:12', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1548458, '2023-01-21 07:41:12', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1548456, '2023-01-21 07:41:12', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1548457, '2023-01-21 07:41:12', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1548455, '2023-01-21 07:41:12', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1548454, '2023-01-21 07:41:12', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1548453, '2023-01-21 07:41:12', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548451, '2023-01-21 07:41:12', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548452, '2023-01-21 07:41:12', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548449, '2023-01-21 07:41:12', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1548450, '2023-01-21 07:41:12', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548448, '2023-01-21 07:41:12', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1548447, '2023-01-21 07:41:11', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1548441, '2023-01-21 07:25:44', 'debug', '24 will be skipped', '4837'),
(1548442, '2023-01-21 07:25:44', 'info', 'Import completed in 0.23 seconds!', '4837'),
(1548443, '2023-01-21 07:25:44', 'info', 'Starting import for \"World News\"', '170'),
(1548444, '2023-01-21 07:25:44', 'info', 'Feed is not active. Finished', '170'),
(1548445, '2023-01-21 07:40:39', 'info', 'Beginning import for all feed sources', NULL),
(1548446, '2023-01-21 07:41:11', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1548440, '2023-01-21 07:25:44', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1548439, '2023-01-21 07:25:44', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1548437, '2023-01-21 07:25:44', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1548438, '2023-01-21 07:25:44', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1548435, '2023-01-21 07:25:44', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1548436, '2023-01-21 07:25:44', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1548434, '2023-01-21 07:25:44', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1548433, '2023-01-21 07:25:44', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1548432, '2023-01-21 07:25:44', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1548428, '2023-01-21 07:25:44', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1548429, '2023-01-21 07:25:44', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1548430, '2023-01-21 07:25:44', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1548431, '2023-01-21 07:25:44', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1548427, '2023-01-21 07:25:44', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1548426, '2023-01-21 07:25:44', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1548424, '2023-01-21 07:25:44', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1548425, '2023-01-21 07:25:44', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1548423, '2023-01-21 07:25:44', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1548421, '2023-01-21 07:25:44', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548422, '2023-01-21 07:25:44', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548420, '2023-01-21 07:25:44', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548417, '2023-01-21 07:25:44', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1548418, '2023-01-21 07:25:44', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1548419, '2023-01-21 07:25:44', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548416, '2023-01-21 07:25:44', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1548413, '2023-01-21 07:09:59', 'info', 'Feed is not active. Finished', '170'),
(1548414, '2023-01-21 07:23:56', 'info', 'Beginning import for all feed sources', NULL),
(1548415, '2023-01-21 07:25:44', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1548409, '2023-01-21 07:09:59', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1548410, '2023-01-21 07:09:59', 'debug', '24 will be skipped', '4837'),
(1548411, '2023-01-21 07:09:59', 'info', 'Import completed in 0.28 seconds!', '4837'),
(1548412, '2023-01-21 07:09:59', 'info', 'Starting import for \"World News\"', '170'),
(1548408, '2023-01-21 07:09:59', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1548406, '2023-01-21 07:09:59', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1548407, '2023-01-21 07:09:59', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1548403, '2023-01-21 07:09:59', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1548404, '2023-01-21 07:09:59', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1548405, '2023-01-21 07:09:59', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1548402, '2023-01-21 07:09:59', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837');
INSERT INTO `iamc_wprss_logs` (`id`, `date`, `level`, `message`, `feed_id`) VALUES
(1548401, '2023-01-21 07:09:59', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1548400, '2023-01-21 07:09:59', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1548398, '2023-01-21 07:09:59', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1548399, '2023-01-21 07:09:59', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1548397, '2023-01-21 07:09:59', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1548396, '2023-01-21 07:09:59', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1548395, '2023-01-21 07:09:59', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1548393, '2023-01-21 07:09:59', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1548394, '2023-01-21 07:09:59', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1548391, '2023-01-21 07:09:59', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548392, '2023-01-21 07:09:59', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1548390, '2023-01-21 07:09:59', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548388, '2023-01-21 07:09:59', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548389, '2023-01-21 07:09:59', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548386, '2023-01-21 07:09:59', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1548387, '2023-01-21 07:09:59', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1548384, '2023-01-21 07:09:59', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1548385, '2023-01-21 07:09:59', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1548378, '2023-01-21 07:01:27', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1548379, '2023-01-21 07:01:27', 'debug', '24 will be skipped', '4837'),
(1548380, '2023-01-21 07:01:27', 'info', 'Import completed in 0.39 seconds!', '4837'),
(1548381, '2023-01-21 07:01:27', 'info', 'Starting import for \"World News\"', '170'),
(1548382, '2023-01-21 07:01:27', 'info', 'Feed is not active. Finished', '170'),
(1548383, '2023-01-21 07:09:45', 'info', 'Beginning import for all feed sources', NULL),
(1548376, '2023-01-21 07:01:27', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1548377, '2023-01-21 07:01:27', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1548375, '2023-01-21 07:01:27', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1548373, '2023-01-21 07:01:27', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1548374, '2023-01-21 07:01:27', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1548372, '2023-01-21 07:01:27', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1548370, '2023-01-21 07:01:27', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1548371, '2023-01-21 07:01:27', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1548369, '2023-01-21 07:01:27', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1548368, '2023-01-21 07:01:27', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1548367, '2023-01-21 07:01:27', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1548366, '2023-01-21 07:01:27', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1548363, '2023-01-21 07:01:27', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1548364, '2023-01-21 07:01:27', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1548362, '2023-01-21 07:01:27', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1548365, '2023-01-21 07:01:27', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1548361, '2023-01-21 07:01:27', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1548359, '2023-01-21 07:01:27', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548360, '2023-01-21 07:01:27', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548357, '2023-01-21 07:01:27', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548358, '2023-01-21 07:01:27', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548356, '2023-01-21 07:01:27', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1548355, '2023-01-21 07:01:27', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1548354, '2023-01-21 07:01:27', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1548352, '2023-01-21 06:55:44', 'info', 'Beginning import for all feed sources', NULL),
(1548353, '2023-01-21 07:01:27', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1548350, '2023-01-21 06:47:08', 'info', 'Starting import for \"World News\"', '170'),
(1548351, '2023-01-21 06:47:08', 'info', 'Feed is not active. Finished', '170'),
(1548348, '2023-01-21 06:47:08', 'debug', '24 will be skipped', '4837'),
(1548349, '2023-01-21 06:47:08', 'info', 'Import completed in 0.34 seconds!', '4837'),
(1548346, '2023-01-21 06:47:08', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1548347, '2023-01-21 06:47:08', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1548345, '2023-01-21 06:47:08', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1548343, '2023-01-21 06:47:08', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1548344, '2023-01-21 06:47:08', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1548342, '2023-01-21 06:47:08', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1548341, '2023-01-21 06:47:08', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1548340, '2023-01-21 06:47:08', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1548337, '2023-01-21 06:47:08', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1548338, '2023-01-21 06:47:08', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1548339, '2023-01-21 06:47:08', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1548336, '2023-01-21 06:47:08', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1548334, '2023-01-21 06:47:08', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1548335, '2023-01-21 06:47:08', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1548333, '2023-01-21 06:47:08', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1548332, '2023-01-21 06:47:08', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1548331, '2023-01-21 06:47:08', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1548330, '2023-01-21 06:47:08', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1548329, '2023-01-21 06:47:08', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548328, '2023-01-21 06:47:08', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548326, '2023-01-21 06:47:08', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548327, '2023-01-21 06:47:08', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548325, '2023-01-21 06:47:08', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1548323, '2023-01-21 06:47:08', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1548324, '2023-01-21 06:47:08', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1548322, '2023-01-21 06:47:08', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1548320, '2023-01-21 06:23:51', 'info', 'Feed is not active. Finished', '170'),
(1548321, '2023-01-21 06:38:20', 'info', 'Beginning import for all feed sources', NULL),
(1548317, '2023-01-21 06:23:51', 'debug', '24 will be skipped', '4837'),
(1548318, '2023-01-21 06:23:51', 'info', 'Import completed in 0.24 seconds!', '4837'),
(1548319, '2023-01-21 06:23:51', 'info', 'Starting import for \"World News\"', '170'),
(1548316, '2023-01-21 06:23:51', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1548314, '2023-01-21 06:23:51', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1548315, '2023-01-21 06:23:51', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1548313, '2023-01-21 06:23:51', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1548232, '2023-01-21 05:57:04', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1548233, '2023-01-21 05:57:04', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548234, '2023-01-21 05:57:04', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548235, '2023-01-21 05:57:04', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548236, '2023-01-21 05:57:04', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548237, '2023-01-21 05:57:04', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1548238, '2023-01-21 05:57:04', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1548239, '2023-01-21 05:57:04', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1548240, '2023-01-21 05:57:04', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1548241, '2023-01-21 05:57:04', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1548242, '2023-01-21 05:57:04', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1548243, '2023-01-21 05:57:04', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1548312, '2023-01-21 06:23:51', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1548311, '2023-01-21 06:23:51', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1548310, '2023-01-21 06:23:51', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1548309, '2023-01-21 06:23:51', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1548308, '2023-01-21 06:23:51', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1548307, '2023-01-21 06:23:51', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1548306, '2023-01-21 06:23:51', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1548305, '2023-01-21 06:23:51', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1548244, '2023-01-21 05:57:04', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1548245, '2023-01-21 05:57:04', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1548246, '2023-01-21 05:57:04', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1548247, '2023-01-21 05:57:04', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1548248, '2023-01-21 05:57:04', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1548249, '2023-01-21 05:57:04', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1548250, '2023-01-21 05:57:04', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1548251, '2023-01-21 05:57:04', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1548252, '2023-01-21 05:57:04', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1559959, '2023-01-25 04:24:49', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1559958, '2023-01-25 04:24:49', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1559957, '2023-01-25 04:24:49', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1559955, '2023-01-25 04:24:49', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1559956, '2023-01-25 04:24:49', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1559954, '2023-01-25 04:24:49', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559953, '2023-01-25 04:24:49', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559951, '2023-01-25 04:24:49', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559952, '2023-01-25 04:24:49', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559950, '2023-01-25 04:24:49', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1559949, '2023-01-25 04:24:49', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1559948, '2023-01-25 04:24:49', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1559946, '2023-01-25 04:22:15', 'info', 'Beginning import for all feed sources', NULL),
(1559947, '2023-01-25 04:24:49', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1559943, '2023-01-25 04:06:38', 'info', 'Import completed in 0.23 seconds!', '4837'),
(1559944, '2023-01-25 04:06:38', 'info', 'Starting import for \"World News\"', '170'),
(1559945, '2023-01-25 04:06:38', 'info', 'Feed is not active. Finished', '170'),
(1559942, '2023-01-25 04:06:38', 'debug', '24 will be skipped', '4837'),
(1559941, '2023-01-25 04:06:38', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1559940, '2023-01-25 04:06:38', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1559939, '2023-01-25 04:06:38', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1559937, '2023-01-25 04:06:38', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1559938, '2023-01-25 04:06:38', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1559934, '2023-01-25 04:06:38', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1559936, '2023-01-25 04:06:38', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1559935, '2023-01-25 04:06:38', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1559932, '2023-01-25 04:06:38', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1559933, '2023-01-25 04:06:38', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1559931, '2023-01-25 04:06:38', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1559929, '2023-01-25 04:06:38', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1559930, '2023-01-25 04:06:38', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1559928, '2023-01-25 04:06:38', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1559927, '2023-01-25 04:06:38', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1559926, '2023-01-25 04:06:38', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1559925, '2023-01-25 04:06:38', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1559922, '2023-01-25 04:06:38', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559924, '2023-01-25 04:06:38', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1559923, '2023-01-25 04:06:38', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559921, '2023-01-25 04:06:38', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559920, '2023-01-25 04:06:38', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559919, '2023-01-25 04:06:38', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1559915, '2023-01-25 04:06:01', 'info', 'Beginning import for all feed sources', NULL),
(1559916, '2023-01-25 04:06:38', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1559917, '2023-01-25 04:06:38', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1559918, '2023-01-25 04:06:38', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1559911, '2023-01-25 03:59:12', 'debug', '24 will be skipped', '4837'),
(1559912, '2023-01-25 03:59:12', 'info', 'Import completed in 0.34 seconds!', '4837'),
(1559913, '2023-01-25 03:59:12', 'info', 'Starting import for \"World News\"', '170'),
(1559914, '2023-01-25 03:59:12', 'info', 'Feed is not active. Finished', '170'),
(1559910, '2023-01-25 03:59:12', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1559909, '2023-01-25 03:59:12', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1559907, '2023-01-25 03:59:12', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1559908, '2023-01-25 03:59:12', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1559906, '2023-01-25 03:59:12', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1559905, '2023-01-25 03:59:12', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1559903, '2023-01-25 03:59:12', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1559904, '2023-01-25 03:59:12', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1559902, '2023-01-25 03:59:12', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1559900, '2023-01-25 03:59:12', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1559901, '2023-01-25 03:59:12', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1559897, '2023-01-25 03:59:12', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1559898, '2023-01-25 03:59:12', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1559899, '2023-01-25 03:59:12', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1559896, '2023-01-25 03:59:12', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1559895, '2023-01-25 03:59:12', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1559894, '2023-01-25 03:59:12', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1559893, '2023-01-25 03:59:12', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1559891, '2023-01-25 03:59:12', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559892, '2023-01-25 03:59:12', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559890, '2023-01-25 03:59:12', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559889, '2023-01-25 03:59:12', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559888, '2023-01-25 03:59:12', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1559887, '2023-01-25 03:59:12', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1559885, '2023-01-25 03:59:12', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1559886, '2023-01-25 03:59:12', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1559883, '2023-01-25 03:45:19', 'info', 'Feed is not active. Finished', '170'),
(1559884, '2023-01-25 03:50:57', 'info', 'Beginning import for all feed sources', NULL),
(1559882, '2023-01-25 03:45:19', 'info', 'Starting import for \"World News\"', '170'),
(1559880, '2023-01-25 03:45:19', 'debug', '24 will be skipped', '4837'),
(1559881, '2023-01-25 03:45:19', 'info', 'Import completed in 0.27 seconds!', '4837'),
(1559879, '2023-01-25 03:45:19', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1559878, '2023-01-25 03:45:19', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1559876, '2023-01-25 03:45:19', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1559877, '2023-01-25 03:45:19', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1559874, '2023-01-25 03:45:19', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1559875, '2023-01-25 03:45:19', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1559873, '2023-01-25 03:45:19', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1559872, '2023-01-25 03:45:19', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1559871, '2023-01-25 03:45:19', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1559868, '2023-01-25 03:45:19', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1559869, '2023-01-25 03:45:19', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1559870, '2023-01-25 03:45:19', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1559867, '2023-01-25 03:45:19', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1559865, '2023-01-25 03:45:19', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1559866, '2023-01-25 03:45:19', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1559615, '2023-01-25 01:37:54', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1559616, '2023-01-25 01:37:54', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1559617, '2023-01-25 01:37:54', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1559618, '2023-01-25 01:37:54', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1559619, '2023-01-25 01:37:54', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1559864, '2023-01-25 03:45:19', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1559863, '2023-01-25 03:45:19', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1559862, '2023-01-25 03:45:19', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1559861, '2023-01-25 03:45:19', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559860, '2023-01-25 03:45:19', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559859, '2023-01-25 03:45:19', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559858, '2023-01-25 03:45:19', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559857, '2023-01-25 03:45:19', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1559853, '2023-01-25 03:43:39', 'info', 'Beginning import for all feed sources', NULL),
(1559854, '2023-01-25 03:45:19', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1559855, '2023-01-25 03:45:19', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1559856, '2023-01-25 03:45:19', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1559852, '2023-01-25 03:27:29', 'info', 'Feed is not active. Finished', '170'),
(1559850, '2023-01-25 03:27:29', 'info', 'Import completed in 0.29 seconds!', '4837'),
(1559851, '2023-01-25 03:27:29', 'info', 'Starting import for \"World News\"', '170'),
(1559847, '2023-01-25 03:27:29', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1559848, '2023-01-25 03:27:29', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1559849, '2023-01-25 03:27:29', 'debug', '24 will be skipped', '4837'),
(1559845, '2023-01-25 03:27:29', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1559846, '2023-01-25 03:27:29', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1559843, '2023-01-25 03:27:29', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1559844, '2023-01-25 03:27:29', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1559840, '2023-01-25 03:27:29', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1559842, '2023-01-25 03:27:29', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1559841, '2023-01-25 03:27:29', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1559839, '2023-01-25 03:27:29', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1559838, '2023-01-25 03:27:29', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1559837, '2023-01-25 03:27:29', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1559836, '2023-01-25 03:27:29', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1559834, '2023-01-25 03:27:29', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1559835, '2023-01-25 03:27:29', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1559833, '2023-01-25 03:27:29', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1559831, '2023-01-25 03:27:29', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1559832, '2023-01-25 03:27:29', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1559829, '2023-01-25 03:27:29', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559830, '2023-01-25 03:27:29', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559828, '2023-01-25 03:27:29', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559827, '2023-01-25 03:27:29', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559825, '2023-01-25 03:27:29', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1559826, '2023-01-25 03:27:29', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1559823, '2023-01-25 03:27:29', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1559824, '2023-01-25 03:27:29', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1559822, '2023-01-25 03:24:36', 'info', 'Beginning import for all feed sources', NULL),
(1559820, '2023-01-25 03:19:30', 'info', 'Starting import for \"World News\"', '170'),
(1559821, '2023-01-25 03:19:30', 'info', 'Feed is not active. Finished', '170'),
(1559816, '2023-01-25 03:19:30', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1559817, '2023-01-25 03:19:30', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1559818, '2023-01-25 03:19:30', 'debug', '24 will be skipped', '4837'),
(1559819, '2023-01-25 03:19:30', 'info', 'Import completed in 0.27 seconds!', '4837'),
(1559812, '2023-01-25 03:19:30', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1559813, '2023-01-25 03:19:30', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1559814, '2023-01-25 03:19:30', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1559815, '2023-01-25 03:19:30', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1559811, '2023-01-25 03:19:30', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1559809, '2023-01-25 03:19:30', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1559810, '2023-01-25 03:19:30', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1559808, '2023-01-25 03:19:30', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1559805, '2023-01-25 03:19:30', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1559807, '2023-01-25 03:19:30', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1559806, '2023-01-25 03:19:30', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1559804, '2023-01-25 03:19:30', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1559802, '2023-01-25 03:19:30', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1559803, '2023-01-25 03:19:30', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1559799, '2023-01-25 03:19:30', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559800, '2023-01-25 03:19:30', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1559801, '2023-01-25 03:19:30', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1559798, '2023-01-25 03:19:30', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559797, '2023-01-25 03:19:30', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559794, '2023-01-25 03:19:30', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1559795, '2023-01-25 03:19:30', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1559796, '2023-01-25 03:19:30', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559793, '2023-01-25 03:19:29', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1559792, '2023-01-25 03:19:29', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1559789, '2023-01-25 02:53:30', 'info', 'Starting import for \"World News\"', '170'),
(1559790, '2023-01-25 02:53:30', 'info', 'Feed is not active. Finished', '170'),
(1559791, '2023-01-25 03:12:16', 'info', 'Beginning import for all feed sources', NULL),
(1559787, '2023-01-25 02:53:30', 'debug', '24 will be skipped', '4837'),
(1559788, '2023-01-25 02:53:30', 'info', 'Import completed in 0.22 seconds!', '4837'),
(1559785, '2023-01-25 02:53:30', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1559786, '2023-01-25 02:53:30', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1559784, '2023-01-25 02:53:30', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1559783, '2023-01-25 02:53:30', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1559782, '2023-01-25 02:53:30', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1559781, '2023-01-25 02:53:30', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1559779, '2023-01-25 02:53:30', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1559780, '2023-01-25 02:53:30', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1559778, '2023-01-25 02:53:30', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1559777, '2023-01-25 02:53:30', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1559776, '2023-01-25 02:53:30', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1559774, '2023-01-25 02:53:30', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1559775, '2023-01-25 02:53:30', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1559772, '2023-01-25 02:53:30', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1559773, '2023-01-25 02:53:30', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1559770, '2023-01-25 02:53:30', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1559771, '2023-01-25 02:53:30', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1559767, '2023-01-25 02:53:30', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559768, '2023-01-25 02:53:30', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559769, '2023-01-25 02:53:30', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1559766, '2023-01-25 02:53:30', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559764, '2023-01-25 02:53:30', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1559765, '2023-01-25 02:53:30', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559763, '2023-01-25 02:53:30', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1559759, '2023-01-25 02:40:53', 'info', 'Feed is not active. Finished', '170'),
(1559760, '2023-01-25 02:52:47', 'info', 'Beginning import for all feed sources', NULL),
(1559761, '2023-01-25 02:53:30', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1559762, '2023-01-25 02:53:30', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1559757, '2023-01-25 02:40:53', 'info', 'Import completed in 0.34 seconds!', '4837'),
(1559758, '2023-01-25 02:40:53', 'info', 'Starting import for \"World News\"', '170'),
(1559756, '2023-01-25 02:40:53', 'debug', '24 will be skipped', '4837'),
(1559755, '2023-01-25 02:40:53', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1559754, '2023-01-25 02:40:53', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1559753, '2023-01-25 02:40:53', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1559752, '2023-01-25 02:40:53', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1559750, '2023-01-25 02:40:53', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1559751, '2023-01-25 02:40:53', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1559747, '2023-01-25 02:40:53', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1559749, '2023-01-25 02:40:53', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1559748, '2023-01-25 02:40:53', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1559746, '2023-01-25 02:40:53', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1559744, '2023-01-25 02:40:53', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1559745, '2023-01-25 02:40:53', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1559743, '2023-01-25 02:40:53', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1559742, '2023-01-25 02:40:53', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1559739, '2023-01-25 02:40:53', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1559741, '2023-01-25 02:40:53', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1559740, '2023-01-25 02:40:53', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1559737, '2023-01-25 02:40:53', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559738, '2023-01-25 02:40:53', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1559736, '2023-01-25 02:40:53', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559735, '2023-01-25 02:40:53', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559734, '2023-01-25 02:40:53', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559733, '2023-01-25 02:40:53', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1559732, '2023-01-25 02:40:53', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1559731, '2023-01-25 02:40:53', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1559728, '2023-01-25 02:20:59', 'info', 'Feed is not active. Finished', '170'),
(1559729, '2023-01-25 02:39:34', 'info', 'Beginning import for all feed sources', NULL),
(1559730, '2023-01-25 02:40:53', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1559727, '2023-01-25 02:20:59', 'info', 'Starting import for \"World News\"', '170'),
(1559725, '2023-01-25 02:20:59', 'debug', '24 will be skipped', '4837'),
(1559726, '2023-01-25 02:20:59', 'info', 'Import completed in 0.23 seconds!', '4837'),
(1559724, '2023-01-25 02:20:59', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1559721, '2023-01-25 02:20:59', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1559723, '2023-01-25 02:20:59', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1559722, '2023-01-25 02:20:59', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1559715, '2023-01-25 02:20:59', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1559713, '2023-01-25 02:20:59', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1559714, '2023-01-25 02:20:59', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1559711, '2023-01-25 02:20:59', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1559712, '2023-01-25 02:20:59', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1559710, '2023-01-25 02:20:59', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1559708, '2023-01-25 02:20:59', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1559709, '2023-01-25 02:20:59', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1559707, '2023-01-25 02:20:59', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1559706, '2023-01-25 02:20:59', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559705, '2023-01-25 02:20:59', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559704, '2023-01-25 02:20:59', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559703, '2023-01-25 02:20:59', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837');
INSERT INTO `iamc_wprss_logs` (`id`, `date`, `level`, `message`, `feed_id`) VALUES
(1559702, '2023-01-25 02:20:59', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1559700, '2023-01-25 02:20:59', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1559701, '2023-01-25 02:20:59', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1559696, '2023-01-25 02:16:11', 'info', 'Starting import for \"World News\"', '170'),
(1559697, '2023-01-25 02:16:11', 'info', 'Feed is not active. Finished', '170'),
(1559698, '2023-01-25 02:20:57', 'info', 'Beginning import for all feed sources', NULL),
(1559699, '2023-01-25 02:20:59', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1559693, '2023-01-25 02:16:11', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1559694, '2023-01-25 02:16:11', 'debug', '24 will be skipped', '4837'),
(1559695, '2023-01-25 02:16:11', 'info', 'Import completed in 0.38 seconds!', '4837'),
(1559691, '2023-01-25 02:16:11', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1559692, '2023-01-25 02:16:11', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1559690, '2023-01-25 02:16:11', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1559683, '2023-01-25 02:16:11', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1559684, '2023-01-25 02:16:11', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1559681, '2023-01-25 02:16:11', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1559682, '2023-01-25 02:16:11', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1559678, '2023-01-25 02:16:11', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1559677, '2023-01-25 02:16:11', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1559676, '2023-01-25 02:16:11', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1559673, '2023-01-25 02:16:11', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559675, '2023-01-25 02:16:11', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559674, '2023-01-25 02:16:11', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559672, '2023-01-25 02:16:11', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559669, '2023-01-25 02:16:11', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1559670, '2023-01-25 02:16:11', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1559671, '2023-01-25 02:16:11', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1559666, '2023-01-25 01:52:57', 'info', 'Feed is not active. Finished', '170'),
(1559667, '2023-01-25 02:09:23', 'info', 'Beginning import for all feed sources', NULL),
(1559668, '2023-01-25 02:16:11', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1559665, '2023-01-25 01:52:57', 'info', 'Starting import for \"World News\"', '170'),
(1559664, '2023-01-25 01:52:57', 'info', 'Import completed in 0.26 seconds!', '4837'),
(1559663, '2023-01-25 01:52:57', 'debug', '24 will be skipped', '4837'),
(1559662, '2023-01-25 01:52:57', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1559660, '2023-01-25 01:52:57', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1559661, '2023-01-25 01:52:57', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1559659, '2023-01-25 01:52:57', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1559658, '2023-01-25 01:52:57', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1559656, '2023-01-25 01:52:57', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1559657, '2023-01-25 01:52:57', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1559655, '2023-01-25 01:52:57', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1559654, '2023-01-25 01:52:57', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1559652, '2023-01-25 01:52:57', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1559653, '2023-01-25 01:52:57', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1559650, '2023-01-25 01:52:57', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1559651, '2023-01-25 01:52:57', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1559649, '2023-01-25 01:52:57', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1559648, '2023-01-25 01:52:57', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1559647, '2023-01-25 01:52:57', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1559646, '2023-01-25 01:52:57', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1559644, '2023-01-25 01:52:57', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559645, '2023-01-25 01:52:57', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1559643, '2023-01-25 01:52:57', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559642, '2023-01-25 01:52:57', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559640, '2023-01-25 01:52:57', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1559641, '2023-01-25 01:52:57', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559639, '2023-01-25 01:52:57', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1559635, '2023-01-25 01:37:54', 'info', 'Feed is not active. Finished', '170'),
(1559636, '2023-01-25 01:51:18', 'info', 'Beginning import for all feed sources', NULL),
(1559637, '2023-01-25 01:52:57', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1559638, '2023-01-25 01:52:57', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1559632, '2023-01-25 01:37:54', 'debug', '24 will be skipped', '4837'),
(1559633, '2023-01-25 01:37:54', 'info', 'Import completed in 0.31 seconds!', '4837'),
(1559634, '2023-01-25 01:37:54', 'info', 'Starting import for \"World News\"', '170'),
(1559631, '2023-01-25 01:37:54', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1559628, '2023-01-25 01:37:54', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1559629, '2023-01-25 01:37:54', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1559630, '2023-01-25 01:37:54', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1559627, '2023-01-25 01:37:54', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1559626, '2023-01-25 01:37:54', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1559625, '2023-01-25 01:37:54', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1559624, '2023-01-25 01:37:54', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1559623, '2023-01-25 01:37:54', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1559622, '2023-01-25 01:37:54', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1559621, '2023-01-25 01:37:54', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1548284, '2023-01-21 06:09:50', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1548285, '2023-01-21 06:09:50', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1548283, '2023-01-21 06:09:50', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1548282, '2023-01-21 06:09:50', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1548281, '2023-01-21 06:09:50', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1548280, '2023-01-21 06:09:50', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1548279, '2023-01-21 06:09:50', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1548278, '2023-01-21 06:09:50', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1548277, '2023-01-21 06:09:50', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1548276, '2023-01-21 06:09:50', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1548275, '2023-01-21 06:09:50', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1548274, '2023-01-21 06:09:50', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1548273, '2023-01-21 06:09:50', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1548271, '2023-01-21 06:09:50', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1548272, '2023-01-21 06:09:50', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1548270, '2023-01-21 06:09:50', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1548268, '2023-01-21 06:09:50', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1548269, '2023-01-21 06:09:50', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1548267, '2023-01-21 06:09:50', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548266, '2023-01-21 06:09:50', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548265, '2023-01-21 06:09:50', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548264, '2023-01-21 06:09:50', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548263, '2023-01-21 06:09:50', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1548262, '2023-01-21 06:09:50', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1548261, '2023-01-21 06:09:50', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1548258, '2023-01-21 05:57:04', 'info', 'Feed is not active. Finished', '170'),
(1548259, '2023-01-21 06:06:37', 'info', 'Beginning import for all feed sources', NULL),
(1548260, '2023-01-21 06:09:50', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1548256, '2023-01-21 05:57:04', 'info', 'Import completed in 0.28 seconds!', '4837'),
(1548257, '2023-01-21 05:57:04', 'info', 'Starting import for \"World News\"', '170'),
(1548254, '2023-01-21 05:57:04', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1548255, '2023-01-21 05:57:04', 'debug', '24 will be skipped', '4837'),
(1548253, '2023-01-21 05:57:04', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1557919, '2023-01-24 11:56:37', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1557913, '2023-01-24 11:56:37', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1557912, '2023-01-24 11:56:37', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1557910, '2023-01-24 11:56:37', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1557911, '2023-01-24 11:56:37', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1557908, '2023-01-24 11:56:37', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557909, '2023-01-24 11:56:37', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1557906, '2023-01-24 11:56:37', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557907, '2023-01-24 11:56:37', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557905, '2023-01-24 11:56:37', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557904, '2023-01-24 11:56:37', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1557901, '2023-01-24 11:56:36', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1557902, '2023-01-24 11:56:36', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1557903, '2023-01-24 11:56:37', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1557895, '2023-01-24 11:39:49', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1557896, '2023-01-24 11:39:49', 'debug', '24 will be skipped', '4837'),
(1557897, '2023-01-24 11:39:49', 'info', 'Import completed in 0.26 seconds!', '4837'),
(1557898, '2023-01-24 11:39:49', 'info', 'Starting import for \"World News\"', '170'),
(1557899, '2023-01-24 11:39:49', 'info', 'Feed is not active. Finished', '170'),
(1557900, '2023-01-24 11:54:15', 'info', 'Beginning import for all feed sources', NULL),
(1557894, '2023-01-24 11:39:49', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1557893, '2023-01-24 11:39:49', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1557892, '2023-01-24 11:39:49', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1557891, '2023-01-24 11:39:49', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1557890, '2023-01-24 11:39:49', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1557889, '2023-01-24 11:39:49', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1557888, '2023-01-24 11:39:49', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1557886, '2023-01-24 11:39:49', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1557887, '2023-01-24 11:39:49', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1557885, '2023-01-24 11:39:49', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1557884, '2023-01-24 11:39:49', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1557883, '2023-01-24 11:39:49', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1557882, '2023-01-24 11:39:49', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1557881, '2023-01-24 11:39:49', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1557880, '2023-01-24 11:39:49', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1557879, '2023-01-24 11:39:49', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1557877, '2023-01-24 11:39:49', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557878, '2023-01-24 11:39:49', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1557876, '2023-01-24 11:39:49', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557875, '2023-01-24 11:39:49', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557874, '2023-01-24 11:39:49', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557873, '2023-01-24 11:39:49', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1557872, '2023-01-24 11:39:49', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1557870, '2023-01-24 11:39:49', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1557871, '2023-01-24 11:39:49', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1557868, '2023-01-24 11:30:15', 'info', 'Feed is not active. Finished', '170'),
(1557869, '2023-01-24 11:37:49', 'info', 'Beginning import for all feed sources', NULL),
(1557865, '2023-01-24 11:30:15', 'debug', '24 will be skipped', '4837'),
(1557866, '2023-01-24 11:30:15', 'info', 'Import completed in 0.28 seconds!', '4837'),
(1557867, '2023-01-24 11:30:15', 'info', 'Starting import for \"World News\"', '170'),
(1557864, '2023-01-24 11:30:15', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1557863, '2023-01-24 11:30:15', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1557858, '2023-01-24 11:30:15', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1557859, '2023-01-24 11:30:15', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1557860, '2023-01-24 11:30:15', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1557861, '2023-01-24 11:30:15', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1557862, '2023-01-24 11:30:15', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1557857, '2023-01-24 11:30:15', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1557856, '2023-01-24 11:30:15', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1557849, '2023-01-24 11:30:15', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1557850, '2023-01-24 11:30:15', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1557845, '2023-01-24 11:30:15', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557855, '2023-01-24 11:30:15', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1557854, '2023-01-24 11:30:15', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1557853, '2023-01-24 11:30:15', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1557852, '2023-01-24 11:30:15', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1557851, '2023-01-24 11:30:15', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1557848, '2023-01-24 11:30:15', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1557847, '2023-01-24 11:30:15', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1557846, '2023-01-24 11:30:15', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557844, '2023-01-24 11:30:15', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557786, '2023-01-24 10:55:48', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1557783, '2023-01-24 10:55:48', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557843, '2023-01-24 11:30:15', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557842, '2023-01-24 11:30:15', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1557841, '2023-01-24 11:30:15', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1557839, '2023-01-24 11:30:15', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1557840, '2023-01-24 11:30:15', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1557838, '2023-01-24 11:22:36', 'info', 'Beginning import for all feed sources', NULL),
(1557836, '2023-01-24 11:07:16', 'info', 'Starting import for \"World News\"', '170'),
(1557837, '2023-01-24 11:07:16', 'info', 'Feed is not active. Finished', '170'),
(1557834, '2023-01-24 11:07:16', 'debug', '24 will be skipped', '4837'),
(1557835, '2023-01-24 11:07:16', 'info', 'Import completed in 0.31 seconds!', '4837'),
(1557833, '2023-01-24 11:07:16', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1557832, '2023-01-24 11:07:16', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1557831, '2023-01-24 11:07:16', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1557830, '2023-01-24 11:07:16', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1557829, '2023-01-24 11:07:16', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1557828, '2023-01-24 11:07:16', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1557827, '2023-01-24 11:07:16', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1557826, '2023-01-24 11:07:16', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1557825, '2023-01-24 11:07:16', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1557824, '2023-01-24 11:07:16', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1557823, '2023-01-24 11:07:16', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1557822, '2023-01-24 11:07:16', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1557821, '2023-01-24 11:07:16', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1557820, '2023-01-24 11:07:16', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1557819, '2023-01-24 11:07:16', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1557818, '2023-01-24 11:07:16', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1557817, '2023-01-24 11:07:16', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1557816, '2023-01-24 11:07:16', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1557815, '2023-01-24 11:07:16', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557814, '2023-01-24 11:07:16', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557813, '2023-01-24 11:07:16', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557812, '2023-01-24 11:07:16', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557811, '2023-01-24 11:07:16', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1557810, '2023-01-24 11:07:16', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1557809, '2023-01-24 11:07:16', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1557807, '2023-01-24 11:06:48', 'info', 'Beginning import for all feed sources', NULL),
(1557808, '2023-01-24 11:07:16', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1557805, '2023-01-24 10:55:48', 'info', 'Starting import for \"World News\"', '170'),
(1557806, '2023-01-24 10:55:48', 'info', 'Feed is not active. Finished', '170'),
(1557803, '2023-01-24 10:55:48', 'debug', '24 will be skipped', '4837'),
(1557804, '2023-01-24 10:55:48', 'info', 'Import completed in 0.29 seconds!', '4837'),
(1557802, '2023-01-24 10:55:48', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1557801, '2023-01-24 10:55:48', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1557800, '2023-01-24 10:55:48', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1557799, '2023-01-24 10:55:48', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1557798, '2023-01-24 10:55:48', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1557797, '2023-01-24 10:55:48', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1557796, '2023-01-24 10:55:48', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1557795, '2023-01-24 10:55:48', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1557794, '2023-01-24 10:55:48', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1557793, '2023-01-24 10:55:48', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1557792, '2023-01-24 10:55:48', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1557791, '2023-01-24 10:55:48', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1557790, '2023-01-24 10:55:48', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1557789, '2023-01-24 10:55:48', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1557788, '2023-01-24 10:55:48', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1559620, '2023-01-25 01:37:54', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1559613, '2023-01-25 01:37:54', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559614, '2023-01-25 01:37:54', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1559612, '2023-01-25 01:37:54', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559610, '2023-01-25 01:37:54', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559611, '2023-01-25 01:37:54', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559609, '2023-01-25 01:37:54', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1559607, '2023-01-25 01:37:54', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1559608, '2023-01-25 01:37:54', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1559604, '2023-01-25 01:29:48', 'info', 'Feed is not active. Finished', '170'),
(1559605, '2023-01-25 01:37:45', 'info', 'Beginning import for all feed sources', NULL),
(1559606, '2023-01-25 01:37:54', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1559603, '2023-01-25 01:29:48', 'info', 'Starting import for \"World News\"', '170'),
(1559601, '2023-01-25 01:29:48', 'debug', '24 will be skipped', '4837'),
(1559602, '2023-01-25 01:29:48', 'info', 'Import completed in 0.28 seconds!', '4837'),
(1559600, '2023-01-25 01:29:48', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1559599, '2023-01-25 01:29:48', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1559592, '2023-01-25 01:29:48', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1559593, '2023-01-25 01:29:48', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1559594, '2023-01-25 01:29:48', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1559595, '2023-01-25 01:29:48', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1559596, '2023-01-25 01:29:48', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1559597, '2023-01-25 01:29:48', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1559598, '2023-01-25 01:29:48', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1559586, '2023-01-25 01:29:47', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1559587, '2023-01-25 01:29:47', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1559588, '2023-01-25 01:29:47', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1559589, '2023-01-25 01:29:47', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1559590, '2023-01-25 01:29:47', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1559591, '2023-01-25 01:29:48', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1559585, '2023-01-25 01:29:47', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1559583, '2023-01-25 01:29:47', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1559584, '2023-01-25 01:29:47', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1559581, '2023-01-25 01:29:47', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559582, '2023-01-25 01:29:47', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559580, '2023-01-25 01:29:47', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559579, '2023-01-25 01:29:47', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559578, '2023-01-25 01:29:47', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1559577, '2023-01-25 01:29:47', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1559552, '2023-01-25 01:07:20', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1559576, '2023-01-25 01:29:47', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1559575, '2023-01-25 01:29:47', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1559574, '2023-01-25 01:22:21', 'info', 'Beginning import for all feed sources', NULL),
(1559572, '2023-01-25 01:07:20', 'info', 'Starting import for \"World News\"', '170'),
(1559573, '2023-01-25 01:07:20', 'info', 'Feed is not active. Finished', '170'),
(1559570, '2023-01-25 01:07:20', 'debug', '24 will be skipped', '4837'),
(1559571, '2023-01-25 01:07:20', 'info', 'Import completed in 0.23 seconds!', '4837'),
(1559569, '2023-01-25 01:07:20', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1559568, '2023-01-25 01:07:20', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1559567, '2023-01-25 01:07:20', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1559566, '2023-01-25 01:07:20', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1559565, '2023-01-25 01:07:20', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1559564, '2023-01-25 01:07:20', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1559563, '2023-01-25 01:07:20', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1559562, '2023-01-25 01:07:20', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1559561, '2023-01-25 01:07:20', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1559560, '2023-01-25 01:07:20', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1559559, '2023-01-25 01:07:20', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1559558, '2023-01-25 01:07:20', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1559557, '2023-01-25 01:07:20', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1559556, '2023-01-25 01:07:20', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1559555, '2023-01-25 01:07:20', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1559554, '2023-01-25 01:07:20', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1559553, '2023-01-25 01:07:20', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1559551, '2023-01-25 01:07:20', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559549, '2023-01-25 01:07:20', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559550, '2023-01-25 01:07:20', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559548, '2023-01-25 01:07:20', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559545, '2023-01-25 01:07:19', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1559546, '2023-01-25 01:07:20', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1559547, '2023-01-25 01:07:20', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1559538, '2023-01-25 00:58:23', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1559543, '2023-01-25 01:06:35', 'info', 'Beginning import for all feed sources', NULL),
(1559544, '2023-01-25 01:07:19', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1559541, '2023-01-25 00:58:23', 'info', 'Starting import for \"World News\"', '170'),
(1559542, '2023-01-25 00:58:23', 'info', 'Feed is not active. Finished', '170'),
(1559539, '2023-01-25 00:58:23', 'debug', '24 will be skipped', '4837'),
(1559540, '2023-01-25 00:58:23', 'info', 'Import completed in 0.26 seconds!', '4837'),
(1559535, '2023-01-25 00:58:23', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1559536, '2023-01-25 00:58:23', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1559537, '2023-01-25 00:58:23', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1559534, '2023-01-25 00:58:23', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1559533, '2023-01-25 00:58:23', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1559532, '2023-01-25 00:58:23', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1559531, '2023-01-25 00:58:23', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1559530, '2023-01-25 00:58:23', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1559528, '2023-01-25 00:58:23', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1559529, '2023-01-25 00:58:23', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1559524, '2023-01-25 00:58:23', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1559525, '2023-01-25 00:58:23', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1559526, '2023-01-25 00:58:23', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1559527, '2023-01-25 00:58:23', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1559522, '2023-01-25 00:58:23', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1559523, '2023-01-25 00:58:23', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1559520, '2023-01-25 00:58:23', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559521, '2023-01-25 00:58:23', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1559518, '2023-01-25 00:58:23', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559519, '2023-01-25 00:58:23', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559517, '2023-01-25 00:58:23', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559516, '2023-01-25 00:58:23', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1559514, '2023-01-25 00:58:22', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1559515, '2023-01-25 00:58:23', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1559512, '2023-01-25 00:50:55', 'info', 'Beginning import for all feed sources', NULL),
(1559513, '2023-01-25 00:58:22', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1559511, '2023-01-25 00:42:43', 'info', 'Feed is not active. Finished', '170'),
(1559509, '2023-01-25 00:42:43', 'info', 'Import completed in 0.23 seconds!', '4837'),
(1559510, '2023-01-25 00:42:43', 'info', 'Starting import for \"World News\"', '170'),
(1559508, '2023-01-25 00:42:43', 'debug', '24 will be skipped', '4837'),
(1559507, '2023-01-25 00:42:43', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1559506, '2023-01-25 00:42:43', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1559504, '2023-01-25 00:42:43', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1559503, '2023-01-25 00:42:43', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1559505, '2023-01-25 00:42:43', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1559502, '2023-01-25 00:42:43', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1559501, '2023-01-25 00:42:43', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1559500, '2023-01-25 00:42:43', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1559499, '2023-01-25 00:42:43', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1559497, '2023-01-25 00:42:43', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1559498, '2023-01-25 00:42:43', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1559496, '2023-01-25 00:42:43', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1559495, '2023-01-25 00:42:43', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1559493, '2023-01-25 00:42:43', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1559494, '2023-01-25 00:42:43', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1559492, '2023-01-25 00:42:43', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1559490, '2023-01-25 00:42:43', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1559491, '2023-01-25 00:42:43', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1559488, '2023-01-25 00:42:43', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559487, '2023-01-25 00:42:43', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559489, '2023-01-25 00:42:43', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559485, '2023-01-25 00:42:43', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1559486, '2023-01-25 00:42:43', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559468, '2023-01-25 00:26:45', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1559469, '2023-01-25 00:26:45', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1559470, '2023-01-25 00:26:45', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1559471, '2023-01-25 00:26:45', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1559466, '2023-01-25 00:26:45', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1559467, '2023-01-25 00:26:45', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1559460, '2023-01-25 00:26:45', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1548230, '2023-01-21 05:57:04', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1548231, '2023-01-21 05:57:04', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1548228, '2023-01-21 05:50:55', 'info', 'Beginning import for all feed sources', NULL);
INSERT INTO `iamc_wprss_logs` (`id`, `date`, `level`, `message`, `feed_id`) VALUES
(1548229, '2023-01-21 05:57:04', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1548227, '2023-01-21 05:41:58', 'info', 'Feed is not active. Finished', '170'),
(1548226, '2023-01-21 05:41:58', 'info', 'Starting import for \"World News\"', '170'),
(1548223, '2023-01-21 05:41:58', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1548224, '2023-01-21 05:41:58', 'debug', '24 will be skipped', '4837'),
(1548225, '2023-01-21 05:41:58', 'info', 'Import completed in 0.23 seconds!', '4837'),
(1548222, '2023-01-21 05:41:58', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1548220, '2023-01-21 05:41:58', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1548221, '2023-01-21 05:41:58', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1548217, '2023-01-21 05:41:58', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1548219, '2023-01-21 05:41:58', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1548218, '2023-01-21 05:41:58', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1548216, '2023-01-21 05:41:58', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1548215, '2023-01-21 05:41:58', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1548212, '2023-01-21 05:41:58', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1548213, '2023-01-21 05:41:58', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1548214, '2023-01-21 05:41:58', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1548210, '2023-01-21 05:41:58', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1548211, '2023-01-21 05:41:58', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1548208, '2023-01-21 05:41:58', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1548209, '2023-01-21 05:41:58', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1557787, '2023-01-24 10:55:48', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1557785, '2023-01-24 10:55:48', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1557784, '2023-01-24 10:55:48', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557782, '2023-01-24 10:55:48', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557781, '2023-01-24 10:55:48', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557780, '2023-01-24 10:55:48', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1557779, '2023-01-24 10:55:48', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1557778, '2023-01-24 10:55:48', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1557776, '2023-01-24 10:51:31', 'info', 'Beginning import for all feed sources', NULL),
(1557777, '2023-01-24 10:55:48', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1557774, '2023-01-24 10:44:42', 'info', 'Starting import for \"World News\"', '170'),
(1557775, '2023-01-24 10:44:42', 'info', 'Feed is not active. Finished', '170'),
(1557772, '2023-01-24 10:44:42', 'debug', '24 will be skipped', '4837'),
(1557773, '2023-01-24 10:44:42', 'info', 'Import completed in 0.27 seconds!', '4837'),
(1557771, '2023-01-24 10:44:42', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1559484, '2023-01-25 00:42:43', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1559483, '2023-01-25 00:42:43', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1559482, '2023-01-25 00:42:43', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1559481, '2023-01-25 00:37:39', 'info', 'Beginning import for all feed sources', NULL),
(1559480, '2023-01-25 00:26:45', 'info', 'Feed is not active. Finished', '170'),
(1559477, '2023-01-25 00:26:45', 'debug', '24 will be skipped', '4837'),
(1559478, '2023-01-25 00:26:45', 'info', 'Import completed in 0.23 seconds!', '4837'),
(1559479, '2023-01-25 00:26:45', 'info', 'Starting import for \"World News\"', '170'),
(1559476, '2023-01-25 00:26:45', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1559474, '2023-01-25 00:26:45', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1559475, '2023-01-25 00:26:45', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1559472, '2023-01-25 00:26:45', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1559473, '2023-01-25 00:26:45', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1557770, '2023-01-24 10:44:42', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1557769, '2023-01-24 10:44:42', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1557768, '2023-01-24 10:44:42', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1557767, '2023-01-24 10:44:42', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1557766, '2023-01-24 10:44:42', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1557765, '2023-01-24 10:44:42', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1557764, '2023-01-24 10:44:42', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1557763, '2023-01-24 10:44:42', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1557762, '2023-01-24 10:44:42', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1557761, '2023-01-24 10:44:42', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1557757, '2023-01-24 10:44:42', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1557758, '2023-01-24 10:44:42', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1557759, '2023-01-24 10:44:42', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1557760, '2023-01-24 10:44:42', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1557754, '2023-01-24 10:44:42', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1557756, '2023-01-24 10:44:42', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1557755, '2023-01-24 10:44:42', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1557751, '2023-01-24 10:44:42', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557752, '2023-01-24 10:44:42', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557753, '2023-01-24 10:44:42', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557748, '2023-01-24 10:44:42', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1557749, '2023-01-24 10:44:42', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1557750, '2023-01-24 10:44:42', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559463, '2023-01-25 00:26:45', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1559464, '2023-01-25 00:26:45', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1559465, '2023-01-25 00:26:45', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1559461, '2023-01-25 00:26:45', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1559462, '2023-01-25 00:26:45', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1559459, '2023-01-25 00:26:45', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1559458, '2023-01-25 00:26:45', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559456, '2023-01-25 00:26:45', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559457, '2023-01-25 00:26:45', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559454, '2023-01-25 00:26:45', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1559455, '2023-01-25 00:26:45', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559451, '2023-01-25 00:26:45', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1559452, '2023-01-25 00:26:45', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1559453, '2023-01-25 00:26:45', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1559449, '2023-01-25 00:07:46', 'info', 'Feed is not active. Finished', '170'),
(1559450, '2023-01-25 00:23:25', 'info', 'Beginning import for all feed sources', NULL),
(1559446, '2023-01-25 00:07:46', 'debug', '24 will be skipped', '4837'),
(1559447, '2023-01-25 00:07:46', 'info', 'Import completed in 0.28 seconds!', '4837'),
(1559448, '2023-01-25 00:07:46', 'info', 'Starting import for \"World News\"', '170'),
(1559443, '2023-01-25 00:07:46', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1559444, '2023-01-25 00:07:46', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1559445, '2023-01-25 00:07:46', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1559436, '2023-01-25 00:07:46', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1559437, '2023-01-25 00:07:46', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1559438, '2023-01-25 00:07:46', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1559439, '2023-01-25 00:07:46', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1559440, '2023-01-25 00:07:46', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1559441, '2023-01-25 00:07:46', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1548207, '2023-01-21 05:41:58', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1548206, '2023-01-21 05:41:58', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1548205, '2023-01-21 05:41:58', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548202, '2023-01-21 05:41:58', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548204, '2023-01-21 05:41:58', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548203, '2023-01-21 05:41:58', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548201, '2023-01-21 05:41:58', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1548200, '2023-01-21 05:41:58', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1548199, '2023-01-21 05:41:57', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1548196, '2023-01-21 05:26:58', 'info', 'Feed is not active. Finished', '170'),
(1548197, '2023-01-21 05:38:31', 'info', 'Beginning import for all feed sources', NULL),
(1548198, '2023-01-21 05:41:57', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1548193, '2023-01-21 05:26:58', 'debug', '24 will be skipped', '4837'),
(1548194, '2023-01-21 05:26:58', 'info', 'Import completed in 0.29 seconds!', '4837'),
(1548195, '2023-01-21 05:26:58', 'info', 'Starting import for \"World News\"', '170'),
(1548192, '2023-01-21 05:26:58', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1548191, '2023-01-21 05:26:58', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1548190, '2023-01-21 05:26:58', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1548189, '2023-01-21 05:26:58', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1559442, '2023-01-25 00:07:46', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1559435, '2023-01-25 00:07:46', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1559433, '2023-01-25 00:07:46', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1559434, '2023-01-25 00:07:46', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1559432, '2023-01-25 00:07:46', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1559431, '2023-01-25 00:07:46', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1559428, '2023-01-25 00:07:46', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1559430, '2023-01-25 00:07:46', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1559429, '2023-01-25 00:07:46', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1557747, '2023-01-24 10:44:42', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1557744, '2023-01-24 10:27:12', 'info', 'Feed is not active. Finished', '170'),
(1557745, '2023-01-24 10:37:49', 'info', 'Beginning import for all feed sources', NULL),
(1557746, '2023-01-24 10:44:42', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1557742, '2023-01-24 10:27:12', 'info', 'Import completed in 0.29 seconds!', '4837'),
(1557743, '2023-01-24 10:27:12', 'info', 'Starting import for \"World News\"', '170'),
(1557741, '2023-01-24 10:27:12', 'debug', '24 will be skipped', '4837'),
(1557740, '2023-01-24 10:27:12', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1557739, '2023-01-24 10:27:12', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1557738, '2023-01-24 10:27:12', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1557737, '2023-01-24 10:27:12', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1557735, '2023-01-24 10:27:12', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1557736, '2023-01-24 10:27:12', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1557734, '2023-01-24 10:27:12', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1557733, '2023-01-24 10:27:12', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1557731, '2023-01-24 10:27:12', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1557732, '2023-01-24 10:27:12', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1557730, '2023-01-24 10:27:12', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1557729, '2023-01-24 10:27:12', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1557728, '2023-01-24 10:27:12', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1557727, '2023-01-24 10:27:12', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1557726, '2023-01-24 10:27:12', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1557725, '2023-01-24 10:27:12', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1557724, '2023-01-24 10:27:12', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1557723, '2023-01-24 10:27:12', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1557722, '2023-01-24 10:27:12', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557721, '2023-01-24 10:27:12', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557720, '2023-01-24 10:27:12', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557719, '2023-01-24 10:27:12', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557718, '2023-01-24 10:27:12', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1557716, '2023-01-24 10:27:12', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1557717, '2023-01-24 10:27:12', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1557715, '2023-01-24 10:27:12', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1557712, '2023-01-24 10:14:08', 'info', 'Starting import for \"World News\"', '170'),
(1557713, '2023-01-24 10:14:08', 'info', 'Feed is not active. Finished', '170'),
(1557714, '2023-01-24 10:25:39', 'info', 'Beginning import for all feed sources', NULL),
(1557710, '2023-01-24 10:14:08', 'debug', '24 will be skipped', '4837'),
(1557711, '2023-01-24 10:14:08', 'info', 'Import completed in 0.23 seconds!', '4837'),
(1557709, '2023-01-24 10:14:08', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1557707, '2023-01-24 10:14:08', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1557708, '2023-01-24 10:14:08', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1557706, '2023-01-24 10:14:08', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1557705, '2023-01-24 10:14:08', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1557704, '2023-01-24 10:14:08', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1557703, '2023-01-24 10:14:08', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1557702, '2023-01-24 10:14:08', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1557701, '2023-01-24 10:14:08', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1557700, '2023-01-24 10:14:08', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1557699, '2023-01-24 10:14:08', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1557698, '2023-01-24 10:14:08', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1557697, '2023-01-24 10:14:08', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1557696, '2023-01-24 10:14:08', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1557694, '2023-01-24 10:14:08', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1557695, '2023-01-24 10:14:08', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1557693, '2023-01-24 10:14:08', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1557692, '2023-01-24 10:14:08', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1557691, '2023-01-24 10:14:08', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557690, '2023-01-24 10:14:08', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557689, '2023-01-24 10:14:08', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557688, '2023-01-24 10:14:08', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557687, '2023-01-24 10:14:08', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1557686, '2023-01-24 10:14:08', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1557684, '2023-01-24 10:14:08', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1557685, '2023-01-24 10:14:08', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1557682, '2023-01-24 10:04:12', 'info', 'Feed is not active. Finished', '170'),
(1557683, '2023-01-24 10:08:40', 'info', 'Beginning import for all feed sources', NULL),
(1557681, '2023-01-24 10:04:12', 'info', 'Starting import for \"World News\"', '170'),
(1557679, '2023-01-24 10:04:12', 'debug', '24 will be skipped', '4837'),
(1557680, '2023-01-24 10:04:12', 'info', 'Import completed in 0.22 seconds!', '4837'),
(1557678, '2023-01-24 10:04:12', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1557677, '2023-01-24 10:04:12', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1557676, '2023-01-24 10:04:12', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1557674, '2023-01-24 10:04:12', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1557675, '2023-01-24 10:04:12', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1557673, '2023-01-24 10:04:12', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1557672, '2023-01-24 10:04:12', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1557670, '2023-01-24 10:04:12', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1557671, '2023-01-24 10:04:12', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1557669, '2023-01-24 10:04:12', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1557668, '2023-01-24 10:04:12', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1557667, '2023-01-24 10:04:12', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1557666, '2023-01-24 10:04:12', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1557665, '2023-01-24 10:04:12', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1557664, '2023-01-24 10:04:12', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1557663, '2023-01-24 10:04:12', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1557662, '2023-01-24 10:04:12', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1557661, '2023-01-24 10:04:12', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1557660, '2023-01-24 10:04:12', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557659, '2023-01-24 10:04:12', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557658, '2023-01-24 10:04:12', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557657, '2023-01-24 10:04:12', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557656, '2023-01-24 10:04:12', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1557655, '2023-01-24 10:04:12', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1557652, '2023-01-24 09:56:56', 'info', 'Beginning import for all feed sources', NULL),
(1557653, '2023-01-24 10:04:12', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1557654, '2023-01-24 10:04:12', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1557651, '2023-01-24 09:39:07', 'info', 'Feed is not active. Finished', '170'),
(1557649, '2023-01-24 09:39:07', 'info', 'Import completed in 0.27 seconds!', '4837'),
(1557650, '2023-01-24 09:39:07', 'info', 'Starting import for \"World News\"', '170'),
(1557648, '2023-01-24 09:39:07', 'debug', '24 will be skipped', '4837'),
(1557646, '2023-01-24 09:39:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1557647, '2023-01-24 09:39:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1557645, '2023-01-24 09:39:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1557644, '2023-01-24 09:39:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1557642, '2023-01-24 09:39:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1557643, '2023-01-24 09:39:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1557641, '2023-01-24 09:39:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1557640, '2023-01-24 09:39:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1557639, '2023-01-24 09:39:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1557638, '2023-01-24 09:39:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1557637, '2023-01-24 09:39:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1557636, '2023-01-24 09:39:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1557635, '2023-01-24 09:39:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1557634, '2023-01-24 09:39:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1557633, '2023-01-24 09:39:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1557632, '2023-01-24 09:39:07', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1557631, '2023-01-24 09:39:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1557629, '2023-01-24 09:39:07', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557630, '2023-01-24 09:39:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1557628, '2023-01-24 09:39:07', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557627, '2023-01-24 09:39:07', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557626, '2023-01-24 09:39:07', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557625, '2023-01-24 09:39:07', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1557623, '2023-01-24 09:39:06', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1557624, '2023-01-24 09:39:07', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1557622, '2023-01-24 09:39:06', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1557619, '2023-01-24 09:27:39', 'info', 'Starting import for \"World News\"', '170'),
(1557620, '2023-01-24 09:27:39', 'info', 'Feed is not active. Finished', '170'),
(1557621, '2023-01-24 09:39:06', 'info', 'Beginning import for all feed sources', NULL),
(1557617, '2023-01-24 09:27:39', 'debug', '24 will be skipped', '4837'),
(1557618, '2023-01-24 09:27:39', 'info', 'Import completed in 0.23 seconds!', '4837'),
(1557616, '2023-01-24 09:27:39', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1557614, '2023-01-24 09:27:39', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1557615, '2023-01-24 09:27:39', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1557613, '2023-01-24 09:27:39', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1557612, '2023-01-24 09:27:39', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1557611, '2023-01-24 09:27:39', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1557610, '2023-01-24 09:27:39', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1557609, '2023-01-24 09:27:39', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1557608, '2023-01-24 09:27:39', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1557607, '2023-01-24 09:27:39', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1557606, '2023-01-24 09:27:39', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1557605, '2023-01-24 09:27:39', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1557604, '2023-01-24 09:27:39', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1557603, '2023-01-24 09:27:39', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1557601, '2023-01-24 09:27:39', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1557602, '2023-01-24 09:27:39', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1557600, '2023-01-24 09:27:39', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1557599, '2023-01-24 09:27:39', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1557597, '2023-01-24 09:27:39', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557598, '2023-01-24 09:27:39', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557596, '2023-01-24 09:27:39', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557595, '2023-01-24 09:27:39', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557594, '2023-01-24 09:27:39', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1557593, '2023-01-24 09:27:39', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1557592, '2023-01-24 09:27:39', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1557591, '2023-01-24 09:27:39', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1557589, '2023-01-24 09:09:33', 'info', 'Feed is not active. Finished', '170'),
(1557590, '2023-01-24 09:25:36', 'info', 'Beginning import for all feed sources', NULL),
(1557588, '2023-01-24 09:09:33', 'info', 'Starting import for \"World News\"', '170'),
(1557586, '2023-01-24 09:09:33', 'debug', '24 will be skipped', '4837'),
(1557587, '2023-01-24 09:09:33', 'info', 'Import completed in 0.23 seconds!', '4837'),
(1557585, '2023-01-24 09:09:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1557584, '2023-01-24 09:09:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1557583, '2023-01-24 09:09:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1557582, '2023-01-24 09:09:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1557581, '2023-01-24 09:09:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1557580, '2023-01-24 09:09:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1557579, '2023-01-24 09:09:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1557577, '2023-01-24 09:09:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1557578, '2023-01-24 09:09:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1557576, '2023-01-24 09:09:33', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1557575, '2023-01-24 09:09:33', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1557573, '2023-01-24 09:09:33', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1557574, '2023-01-24 09:09:33', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1557572, '2023-01-24 09:09:33', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1557571, '2023-01-24 09:09:33', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1557570, '2023-01-24 09:09:33', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1557569, '2023-01-24 09:09:33', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1557568, '2023-01-24 09:09:33', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1557567, '2023-01-24 09:09:33', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557566, '2023-01-24 09:09:33', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557564, '2023-01-24 09:09:33', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557565, '2023-01-24 09:09:33', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557563, '2023-01-24 09:09:33', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1557562, '2023-01-24 09:09:33', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1557561, '2023-01-24 09:09:33', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1557560, '2023-01-24 09:09:33', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1557559, '2023-01-24 09:08:36', 'info', 'Beginning import for all feed sources', NULL),
(1557558, '2023-01-24 08:51:55', 'info', 'Feed is not active. Finished', '170'),
(1557557, '2023-01-24 08:51:55', 'info', 'Starting import for \"World News\"', '170'),
(1557556, '2023-01-24 08:51:55', 'info', 'Import completed in 0.32 seconds!', '4837'),
(1557555, '2023-01-24 08:51:55', 'debug', '24 will be skipped', '4837'),
(1557554, '2023-01-24 08:51:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1557553, '2023-01-24 08:51:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1557552, '2023-01-24 08:51:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1557551, '2023-01-24 08:51:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1557550, '2023-01-24 08:51:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1557548, '2023-01-24 08:51:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1557549, '2023-01-24 08:51:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1557547, '2023-01-24 08:51:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1557546, '2023-01-24 08:51:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1557544, '2023-01-24 08:51:55', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1557545, '2023-01-24 08:51:55', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1557543, '2023-01-24 08:51:55', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1557542, '2023-01-24 08:51:55', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1557541, '2023-01-24 08:51:55', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1557540, '2023-01-24 08:51:55', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1557539, '2023-01-24 08:51:55', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1557538, '2023-01-24 08:51:55', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1557537, '2023-01-24 08:51:55', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1557536, '2023-01-24 08:51:55', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557535, '2023-01-24 08:51:55', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557533, '2023-01-24 08:51:55', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557534, '2023-01-24 08:51:55', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557532, '2023-01-24 08:51:55', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1557530, '2023-01-24 08:51:54', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1557531, '2023-01-24 08:51:55', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1557529, '2023-01-24 08:51:54', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1557527, '2023-01-24 08:38:40', 'info', 'Feed is not active. Finished', '170'),
(1557528, '2023-01-24 08:50:59', 'info', 'Beginning import for all feed sources', NULL),
(1557526, '2023-01-24 08:38:40', 'info', 'Starting import for \"World News\"', '170'),
(1557525, '2023-01-24 08:38:40', 'info', 'Import completed in 0.24 seconds!', '4837'),
(1557524, '2023-01-24 08:38:40', 'debug', '24 will be skipped', '4837'),
(1557523, '2023-01-24 08:38:40', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1557522, '2023-01-24 08:38:40', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1557520, '2023-01-24 08:38:40', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1557521, '2023-01-24 08:38:40', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1557519, '2023-01-24 08:38:40', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1557518, '2023-01-24 08:38:40', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1557517, '2023-01-24 08:38:40', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1557516, '2023-01-24 08:38:40', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1557515, '2023-01-24 08:38:40', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1557514, '2023-01-24 08:38:40', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1557513, '2023-01-24 08:38:40', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1557512, '2023-01-24 08:38:40', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1557511, '2023-01-24 08:38:40', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1557510, '2023-01-24 08:38:40', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1557509, '2023-01-24 08:38:40', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1557507, '2023-01-24 08:38:40', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1557508, '2023-01-24 08:38:40', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1557506, '2023-01-24 08:38:40', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1557505, '2023-01-24 08:38:40', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557504, '2023-01-24 08:38:40', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557503, '2023-01-24 08:38:40', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557502, '2023-01-24 08:38:40', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557501, '2023-01-24 08:38:40', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1557500, '2023-01-24 08:38:40', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1557498, '2023-01-24 08:38:39', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1557499, '2023-01-24 08:38:39', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1557496, '2023-01-24 08:22:23', 'info', 'Feed is not active. Finished', '170'),
(1557497, '2023-01-24 08:38:28', 'info', 'Beginning import for all feed sources', NULL),
(1557495, '2023-01-24 08:22:23', 'info', 'Starting import for \"World News\"', '170'),
(1557493, '2023-01-24 08:22:23', 'debug', '24 will be skipped', '4837');
INSERT INTO `iamc_wprss_logs` (`id`, `date`, `level`, `message`, `feed_id`) VALUES
(1557494, '2023-01-24 08:22:23', 'info', 'Import completed in 0.25 seconds!', '4837'),
(1557492, '2023-01-24 08:22:23', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1557491, '2023-01-24 08:22:23', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1557490, '2023-01-24 08:22:23', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1557489, '2023-01-24 08:22:23', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1557488, '2023-01-24 08:22:23', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1557487, '2023-01-24 08:22:23', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1557486, '2023-01-24 08:22:23', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1557485, '2023-01-24 08:22:23', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1557483, '2023-01-24 08:22:23', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1557484, '2023-01-24 08:22:23', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1557482, '2023-01-24 08:22:23', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1557481, '2023-01-24 08:22:23', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1557479, '2023-01-24 08:22:23', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1557480, '2023-01-24 08:22:23', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1557478, '2023-01-24 08:22:23', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1557477, '2023-01-24 08:22:23', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1557476, '2023-01-24 08:22:23', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1557475, '2023-01-24 08:22:23', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1557474, '2023-01-24 08:22:23', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557473, '2023-01-24 08:22:23', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557472, '2023-01-24 08:22:23', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557471, '2023-01-24 08:22:23', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557470, '2023-01-24 08:22:23', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1557468, '2023-01-24 08:22:23', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1557469, '2023-01-24 08:22:23', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1557467, '2023-01-24 08:22:23', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1557464, '2023-01-24 08:14:35', 'info', 'Starting import for \"World News\"', '170'),
(1557465, '2023-01-24 08:14:35', 'info', 'Feed is not active. Finished', '170'),
(1557466, '2023-01-24 08:22:10', 'info', 'Beginning import for all feed sources', NULL),
(1557462, '2023-01-24 08:14:35', 'debug', '24 will be skipped', '4837'),
(1557463, '2023-01-24 08:14:35', 'info', 'Import completed in 0.27 seconds!', '4837'),
(1557461, '2023-01-24 08:14:35', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1557460, '2023-01-24 08:14:35', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1557459, '2023-01-24 08:14:35', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1557458, '2023-01-24 08:14:35', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1557457, '2023-01-24 08:14:35', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1557455, '2023-01-24 08:14:35', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1557456, '2023-01-24 08:14:35', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1557454, '2023-01-24 08:14:35', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1557453, '2023-01-24 08:14:35', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1557451, '2023-01-24 08:14:35', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1557452, '2023-01-24 08:14:35', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1557450, '2023-01-24 08:14:35', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1557449, '2023-01-24 08:14:35', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1557448, '2023-01-24 08:14:35', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1557447, '2023-01-24 08:14:35', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1557446, '2023-01-24 08:14:35', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1557445, '2023-01-24 08:14:35', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1557444, '2023-01-24 08:14:35', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1557443, '2023-01-24 08:14:35', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557442, '2023-01-24 08:14:35', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557440, '2023-01-24 08:14:35', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557441, '2023-01-24 08:14:35', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557439, '2023-01-24 08:14:35', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1557438, '2023-01-24 08:14:35', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1557436, '2023-01-24 08:14:34', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1557437, '2023-01-24 08:14:34', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1557434, '2023-01-24 07:51:55', 'info', 'Feed is not active. Finished', '170'),
(1557435, '2023-01-24 08:07:21', 'info', 'Beginning import for all feed sources', NULL),
(1557432, '2023-01-24 07:51:55', 'info', 'Import completed in 0.28 seconds!', '4837'),
(1557433, '2023-01-24 07:51:55', 'info', 'Starting import for \"World News\"', '170'),
(1557431, '2023-01-24 07:51:55', 'debug', '24 will be skipped', '4837'),
(1557430, '2023-01-24 07:51:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1557429, '2023-01-24 07:51:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1557428, '2023-01-24 07:51:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1557427, '2023-01-24 07:51:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1557426, '2023-01-24 07:51:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1557425, '2023-01-24 07:51:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1557424, '2023-01-24 07:51:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1557423, '2023-01-24 07:51:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1557422, '2023-01-24 07:51:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1557420, '2023-01-24 07:51:55', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1557421, '2023-01-24 07:51:55', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1557419, '2023-01-24 07:51:55', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1557418, '2023-01-24 07:51:55', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1557417, '2023-01-24 07:51:55', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1557416, '2023-01-24 07:51:55', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1557415, '2023-01-24 07:51:55', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1557414, '2023-01-24 07:51:55', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1557413, '2023-01-24 07:51:55', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1557412, '2023-01-24 07:51:55', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557411, '2023-01-24 07:51:55', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557410, '2023-01-24 07:51:55', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557409, '2023-01-24 07:51:55', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557407, '2023-01-24 07:51:55', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1557408, '2023-01-24 07:51:55', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1557405, '2023-01-24 07:51:55', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1557406, '2023-01-24 07:51:55', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1557403, '2023-01-24 07:45:53', 'info', 'Feed is not active. Finished', '170'),
(1557404, '2023-01-24 07:51:49', 'info', 'Beginning import for all feed sources', NULL),
(1557401, '2023-01-24 07:45:53', 'info', 'Import completed in 0.23 seconds!', '4837'),
(1557402, '2023-01-24 07:45:53', 'info', 'Starting import for \"World News\"', '170'),
(1557400, '2023-01-24 07:45:53', 'debug', '24 will be skipped', '4837'),
(1557399, '2023-01-24 07:45:53', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1557398, '2023-01-24 07:45:53', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1557397, '2023-01-24 07:45:53', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1557396, '2023-01-24 07:45:53', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1557395, '2023-01-24 07:45:53', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1557394, '2023-01-24 07:45:53', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1557393, '2023-01-24 07:45:53', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1557392, '2023-01-24 07:45:53', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1557391, '2023-01-24 07:45:53', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1557390, '2023-01-24 07:45:53', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1557389, '2023-01-24 07:45:53', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1557388, '2023-01-24 07:45:53', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1557387, '2023-01-24 07:45:53', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1557386, '2023-01-24 07:45:53', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1557385, '2023-01-24 07:45:53', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1557384, '2023-01-24 07:45:53', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1557383, '2023-01-24 07:45:53', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1557382, '2023-01-24 07:45:53', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1557381, '2023-01-24 07:45:53', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557380, '2023-01-24 07:45:53', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557379, '2023-01-24 07:45:53', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557378, '2023-01-24 07:45:53', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557376, '2023-01-24 07:45:53', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1557377, '2023-01-24 07:45:53', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1557374, '2023-01-24 07:45:53', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1557375, '2023-01-24 07:45:53', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1557372, '2023-01-24 07:24:33', 'info', 'Feed is not active. Finished', '170'),
(1557373, '2023-01-24 07:43:03', 'info', 'Beginning import for all feed sources', NULL),
(1557370, '2023-01-24 07:24:33', 'info', 'Import completed in 0.29 seconds!', '4837'),
(1557371, '2023-01-24 07:24:33', 'info', 'Starting import for \"World News\"', '170'),
(1557369, '2023-01-24 07:24:33', 'debug', '24 will be skipped', '4837'),
(1557368, '2023-01-24 07:24:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1557367, '2023-01-24 07:24:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1557366, '2023-01-24 07:24:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1557365, '2023-01-24 07:24:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1557364, '2023-01-24 07:24:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1557363, '2023-01-24 07:24:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1557362, '2023-01-24 07:24:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1557361, '2023-01-24 07:24:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1557360, '2023-01-24 07:24:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1557359, '2023-01-24 07:24:33', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1557358, '2023-01-24 07:24:33', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1557357, '2023-01-24 07:24:33', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1557356, '2023-01-24 07:24:33', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1557355, '2023-01-24 07:24:33', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1557354, '2023-01-24 07:24:33', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1557353, '2023-01-24 07:24:33', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1557352, '2023-01-24 07:24:33', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1557351, '2023-01-24 07:24:33', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1557350, '2023-01-24 07:24:33', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557349, '2023-01-24 07:24:33', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557348, '2023-01-24 07:24:33', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557347, '2023-01-24 07:24:33', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557345, '2023-01-24 07:24:33', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1557346, '2023-01-24 07:24:33', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1557343, '2023-01-24 07:24:33', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1557344, '2023-01-24 07:24:33', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1557341, '2023-01-24 07:14:11', 'info', 'Feed is not active. Finished', '170'),
(1557342, '2023-01-24 07:23:43', 'info', 'Beginning import for all feed sources', NULL),
(1557339, '2023-01-24 07:14:11', 'info', 'Import completed in 0.25 seconds!', '4837'),
(1557340, '2023-01-24 07:14:11', 'info', 'Starting import for \"World News\"', '170'),
(1557338, '2023-01-24 07:14:11', 'debug', '24 will be skipped', '4837'),
(1557337, '2023-01-24 07:14:11', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1557336, '2023-01-24 07:14:11', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1557335, '2023-01-24 07:14:11', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1557334, '2023-01-24 07:14:11', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1557333, '2023-01-24 07:14:11', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1557332, '2023-01-24 07:14:11', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1557331, '2023-01-24 07:14:11', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1557330, '2023-01-24 07:14:11', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1557329, '2023-01-24 07:14:11', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1557328, '2023-01-24 07:14:11', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1557327, '2023-01-24 07:14:11', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1557326, '2023-01-24 07:14:11', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1557325, '2023-01-24 07:14:11', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1557324, '2023-01-24 07:14:11', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1557323, '2023-01-24 07:14:11', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1557322, '2023-01-24 07:14:11', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1557321, '2023-01-24 07:14:11', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1557320, '2023-01-24 07:14:11', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1557319, '2023-01-24 07:14:11', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557318, '2023-01-24 07:14:11', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557317, '2023-01-24 07:14:11', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557316, '2023-01-24 07:14:11', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557314, '2023-01-24 07:14:11', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1557315, '2023-01-24 07:14:11', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1557312, '2023-01-24 07:14:11', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1557313, '2023-01-24 07:14:11', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1557310, '2023-01-24 06:52:42', 'info', 'Feed is not active. Finished', '170'),
(1557311, '2023-01-24 07:11:56', 'info', 'Beginning import for all feed sources', NULL),
(1557308, '2023-01-24 06:52:42', 'info', 'Import completed in 0.28 seconds!', '4837'),
(1557309, '2023-01-24 06:52:42', 'info', 'Starting import for \"World News\"', '170'),
(1557307, '2023-01-24 06:52:42', 'debug', '24 will be skipped', '4837'),
(1557306, '2023-01-24 06:52:42', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1557305, '2023-01-24 06:52:42', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1557304, '2023-01-24 06:52:42', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1557303, '2023-01-24 06:52:42', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1557302, '2023-01-24 06:52:42', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1557301, '2023-01-24 06:52:42', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1557300, '2023-01-24 06:52:42', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1557299, '2023-01-24 06:52:42', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1557298, '2023-01-24 06:52:42', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1557297, '2023-01-24 06:52:42', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1557296, '2023-01-24 06:52:42', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1557295, '2023-01-24 06:52:42', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1557294, '2023-01-24 06:52:42', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1557293, '2023-01-24 06:52:42', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1557292, '2023-01-24 06:52:42', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1557291, '2023-01-24 06:52:42', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1557290, '2023-01-24 06:52:42', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1557289, '2023-01-24 06:52:42', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1557288, '2023-01-24 06:52:42', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557287, '2023-01-24 06:52:42', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557286, '2023-01-24 06:52:42', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557285, '2023-01-24 06:52:42', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557283, '2023-01-24 06:52:42', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1557284, '2023-01-24 06:52:42', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1557281, '2023-01-24 06:52:42', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1557282, '2023-01-24 06:52:42', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1557279, '2023-01-24 06:40:11', 'info', 'Feed is not active. Finished', '170'),
(1557280, '2023-01-24 06:52:30', 'info', 'Beginning import for all feed sources', NULL),
(1557277, '2023-01-24 06:40:11', 'info', 'Import completed in 0.25 seconds!', '4837'),
(1557278, '2023-01-24 06:40:11', 'info', 'Starting import for \"World News\"', '170'),
(1557276, '2023-01-24 06:40:11', 'debug', '24 will be skipped', '4837'),
(1557275, '2023-01-24 06:40:11', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1557274, '2023-01-24 06:40:11', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1557273, '2023-01-24 06:40:11', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1557272, '2023-01-24 06:40:11', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1557271, '2023-01-24 06:40:11', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1557270, '2023-01-24 06:40:11', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1557269, '2023-01-24 06:40:11', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1557268, '2023-01-24 06:40:11', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1557267, '2023-01-24 06:40:11', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1557266, '2023-01-24 06:40:11', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1557265, '2023-01-24 06:40:11', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1557264, '2023-01-24 06:40:11', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1557263, '2023-01-24 06:40:11', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1557262, '2023-01-24 06:40:11', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1557261, '2023-01-24 06:40:11', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1557260, '2023-01-24 06:40:11', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1557259, '2023-01-24 06:40:11', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1557258, '2023-01-24 06:40:11', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1557257, '2023-01-24 06:40:11', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557255, '2023-01-24 06:40:11', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557256, '2023-01-24 06:40:11', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557254, '2023-01-24 06:40:11', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557253, '2023-01-24 06:40:11', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1557250, '2023-01-24 06:40:10', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1557251, '2023-01-24 06:40:10', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1557252, '2023-01-24 06:40:11', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1557248, '2023-01-24 06:33:49', 'info', 'Feed is not active. Finished', '170'),
(1557249, '2023-01-24 06:36:35', 'info', 'Beginning import for all feed sources', NULL),
(1557246, '2023-01-24 06:33:49', 'info', 'Import completed in 0.23 seconds!', '4837'),
(1557247, '2023-01-24 06:33:49', 'info', 'Starting import for \"World News\"', '170'),
(1557243, '2023-01-24 06:33:49', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1557244, '2023-01-24 06:33:49', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1557245, '2023-01-24 06:33:49', 'debug', '24 will be skipped', '4837'),
(1557242, '2023-01-24 06:33:49', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1557241, '2023-01-24 06:33:49', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1557240, '2023-01-24 06:33:49', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1557239, '2023-01-24 06:33:49', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1557238, '2023-01-24 06:33:49', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1557235, '2023-01-24 06:33:49', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1557236, '2023-01-24 06:33:49', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1557237, '2023-01-24 06:33:49', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1557234, '2023-01-24 06:33:49', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1557233, '2023-01-24 06:33:49', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1557231, '2023-01-24 06:33:49', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1557232, '2023-01-24 06:33:49', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1557230, '2023-01-24 06:33:49', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1557229, '2023-01-24 06:33:49', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1557227, '2023-01-24 06:33:49', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1557228, '2023-01-24 06:33:49', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1557226, '2023-01-24 06:33:49', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557224, '2023-01-24 06:33:49', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557225, '2023-01-24 06:33:49', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557223, '2023-01-24 06:33:49', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557222, '2023-01-24 06:33:49', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1557221, '2023-01-24 06:33:49', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1557217, '2023-01-24 06:10:19', 'info', 'Feed is not active. Finished', '170'),
(1557218, '2023-01-24 06:24:41', 'info', 'Beginning import for all feed sources', NULL),
(1557219, '2023-01-24 06:33:49', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1557220, '2023-01-24 06:33:49', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1557215, '2023-01-24 06:10:19', 'info', 'Import completed in 0.27 seconds!', '4837'),
(1557216, '2023-01-24 06:10:19', 'info', 'Starting import for \"World News\"', '170'),
(1557214, '2023-01-24 06:10:19', 'debug', '24 will be skipped', '4837'),
(1557213, '2023-01-24 06:10:19', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1557211, '2023-01-24 06:10:19', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1557212, '2023-01-24 06:10:19', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1557210, '2023-01-24 06:10:19', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1557209, '2023-01-24 06:10:19', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1557208, '2023-01-24 06:10:19', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1557207, '2023-01-24 06:10:19', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1557206, '2023-01-24 06:10:19', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1557203, '2023-01-24 06:10:19', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1557205, '2023-01-24 06:10:19', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1557204, '2023-01-24 06:10:19', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1557202, '2023-01-24 06:10:19', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1557199, '2023-01-24 06:10:19', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1557201, '2023-01-24 06:10:19', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1557200, '2023-01-24 06:10:19', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1557198, '2023-01-24 06:10:19', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1557195, '2023-01-24 06:10:19', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557197, '2023-01-24 06:10:19', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1557196, '2023-01-24 06:10:19', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1557194, '2023-01-24 06:10:19', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557193, '2023-01-24 06:10:19', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557191, '2023-01-24 06:10:19', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1557192, '2023-01-24 06:10:19', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557189, '2023-01-24 06:10:19', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1557190, '2023-01-24 06:10:19', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1557188, '2023-01-24 06:10:19', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1557184, '2023-01-24 05:54:30', 'info', 'Import completed in 0.28 seconds!', '4837'),
(1557185, '2023-01-24 05:54:30', 'info', 'Starting import for \"World News\"', '170'),
(1557186, '2023-01-24 05:54:30', 'info', 'Feed is not active. Finished', '170'),
(1557187, '2023-01-24 06:07:34', 'info', 'Beginning import for all feed sources', NULL),
(1557183, '2023-01-24 05:54:30', 'debug', '24 will be skipped', '4837'),
(1557182, '2023-01-24 05:54:30', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1557179, '2023-01-24 05:54:30', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1557180, '2023-01-24 05:54:30', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1557181, '2023-01-24 05:54:30', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1557175, '2023-01-24 05:54:30', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1557178, '2023-01-24 05:54:30', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1557177, '2023-01-24 05:54:30', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1557176, '2023-01-24 05:54:30', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1557174, '2023-01-24 05:54:30', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1557171, '2023-01-24 05:54:30', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1557172, '2023-01-24 05:54:30', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1557173, '2023-01-24 05:54:30', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1557170, '2023-01-24 05:54:30', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1557169, '2023-01-24 05:54:30', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1557166, '2023-01-24 05:54:30', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1557167, '2023-01-24 05:54:30', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1557168, '2023-01-24 05:54:30', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1557165, '2023-01-24 05:54:30', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1557164, '2023-01-24 05:54:30', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557163, '2023-01-24 05:54:30', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557162, '2023-01-24 05:54:30', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557161, '2023-01-24 05:54:30', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557160, '2023-01-24 05:54:30', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1557159, '2023-01-24 05:54:30', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1557156, '2023-01-24 05:53:49', 'info', 'Beginning import for all feed sources', NULL),
(1557157, '2023-01-24 05:54:30', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1557158, '2023-01-24 05:54:30', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1557155, '2023-01-24 05:39:32', 'info', 'Feed is not active. Finished', '170'),
(1557154, '2023-01-24 05:39:32', 'info', 'Starting import for \"World News\"', '170'),
(1557153, '2023-01-24 05:39:32', 'info', 'Import completed in 0.24 seconds!', '4837'),
(1557152, '2023-01-24 05:39:32', 'debug', '24 will be skipped', '4837'),
(1557150, '2023-01-24 05:39:32', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1557151, '2023-01-24 05:39:32', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1557149, '2023-01-24 05:39:32', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1557148, '2023-01-24 05:39:32', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1557147, '2023-01-24 05:39:32', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1557146, '2023-01-24 05:39:32', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1557145, '2023-01-24 05:39:32', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1557144, '2023-01-24 05:39:32', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1557143, '2023-01-24 05:39:32', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1557141, '2023-01-24 05:39:32', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1557142, '2023-01-24 05:39:32', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1557140, '2023-01-24 05:39:32', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1557139, '2023-01-24 05:39:32', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1557137, '2023-01-24 05:39:32', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1557138, '2023-01-24 05:39:32', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1557136, '2023-01-24 05:39:32', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1557135, '2023-01-24 05:39:32', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1557134, '2023-01-24 05:39:32', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1557133, '2023-01-24 05:39:32', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557132, '2023-01-24 05:39:32', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557131, '2023-01-24 05:39:32', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557130, '2023-01-24 05:39:32', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557129, '2023-01-24 05:39:32', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1557127, '2023-01-24 05:39:31', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1557128, '2023-01-24 05:39:32', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1557126, '2023-01-24 05:39:31', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1557125, '2023-01-24 05:37:35', 'info', 'Beginning import for all feed sources', NULL),
(1557121, '2023-01-24 05:25:07', 'debug', '24 will be skipped', '4837'),
(1557122, '2023-01-24 05:25:07', 'info', 'Import completed in 0.25 seconds!', '4837'),
(1557123, '2023-01-24 05:25:07', 'info', 'Starting import for \"World News\"', '170'),
(1557124, '2023-01-24 05:25:07', 'info', 'Feed is not active. Finished', '170'),
(1557120, '2023-01-24 05:25:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1557119, '2023-01-24 05:25:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1557117, '2023-01-24 05:25:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1557118, '2023-01-24 05:25:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1557116, '2023-01-24 05:25:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837');
INSERT INTO `iamc_wprss_logs` (`id`, `date`, `level`, `message`, `feed_id`) VALUES
(1557114, '2023-01-24 05:25:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1557115, '2023-01-24 05:25:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1557113, '2023-01-24 05:25:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1557112, '2023-01-24 05:25:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1557111, '2023-01-24 05:25:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1557110, '2023-01-24 05:25:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1557109, '2023-01-24 05:25:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1557108, '2023-01-24 05:25:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1557107, '2023-01-24 05:25:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1557106, '2023-01-24 05:25:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1557105, '2023-01-24 05:25:07', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1557104, '2023-01-24 05:25:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1557103, '2023-01-24 05:25:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1557101, '2023-01-24 05:25:07', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557102, '2023-01-24 05:25:07', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557100, '2023-01-24 05:25:07', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557099, '2023-01-24 05:25:07', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557097, '2023-01-24 05:25:07', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1557098, '2023-01-24 05:25:07', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1557095, '2023-01-24 05:25:07', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1557096, '2023-01-24 05:25:07', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1557094, '2023-01-24 05:22:20', 'info', 'Beginning import for all feed sources', NULL),
(1557093, '2023-01-24 05:06:28', 'info', 'Feed is not active. Finished', '170'),
(1557092, '2023-01-24 05:06:28', 'info', 'Starting import for \"World News\"', '170'),
(1557091, '2023-01-24 05:06:28', 'info', 'Import completed in 0.24 seconds!', '4837'),
(1557090, '2023-01-24 05:06:28', 'debug', '24 will be skipped', '4837'),
(1557089, '2023-01-24 05:06:28', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1557088, '2023-01-24 05:06:28', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1557087, '2023-01-24 05:06:28', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1557086, '2023-01-24 05:06:28', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1557084, '2023-01-24 05:06:28', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1557085, '2023-01-24 05:06:28', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1557083, '2023-01-24 05:06:28', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1557082, '2023-01-24 05:06:28', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1557081, '2023-01-24 05:06:28', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1557079, '2023-01-24 05:06:28', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1557080, '2023-01-24 05:06:28', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1557078, '2023-01-24 05:06:28', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1557077, '2023-01-24 05:06:28', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1557076, '2023-01-24 05:06:28', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1557074, '2023-01-24 05:06:28', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1557075, '2023-01-24 05:06:28', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1557073, '2023-01-24 05:06:28', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1557072, '2023-01-24 05:06:28', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1557071, '2023-01-24 05:06:28', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557070, '2023-01-24 05:06:28', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557069, '2023-01-24 05:06:28', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557068, '2023-01-24 05:06:28', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557066, '2023-01-24 05:06:28', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1557067, '2023-01-24 05:06:28', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1557061, '2023-01-24 04:51:42', 'info', 'Starting import for \"World News\"', '170'),
(1557062, '2023-01-24 04:51:42', 'info', 'Feed is not active. Finished', '170'),
(1557063, '2023-01-24 05:05:57', 'info', 'Beginning import for all feed sources', NULL),
(1557064, '2023-01-24 05:06:28', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1557065, '2023-01-24 05:06:28', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1557059, '2023-01-24 04:51:42', 'debug', '24 will be skipped', '4837'),
(1557060, '2023-01-24 04:51:42', 'info', 'Import completed in 0.25 seconds!', '4837'),
(1557058, '2023-01-24 04:51:42', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1557057, '2023-01-24 04:51:42', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1557055, '2023-01-24 04:51:42', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1557056, '2023-01-24 04:51:42', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1557054, '2023-01-24 04:51:42', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1556890, '2023-01-24 03:48:45', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1556891, '2023-01-24 03:48:45', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1556892, '2023-01-24 03:48:45', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1556893, '2023-01-24 03:48:45', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1557053, '2023-01-24 04:51:42', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1557052, '2023-01-24 04:51:42', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1557050, '2023-01-24 04:51:42', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1557051, '2023-01-24 04:51:42', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1557048, '2023-01-24 04:51:42', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1557049, '2023-01-24 04:51:42', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1557047, '2023-01-24 04:51:42', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1556828, '2023-01-24 03:15:56', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1556829, '2023-01-24 03:15:56', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1556830, '2023-01-24 03:15:56', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1556831, '2023-01-24 03:15:56', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1556832, '2023-01-24 03:15:56', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1557046, '2023-01-24 04:51:42', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1557045, '2023-01-24 04:51:42', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1557044, '2023-01-24 04:51:42', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1557043, '2023-01-24 04:51:42', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1557042, '2023-01-24 04:51:42', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1557041, '2023-01-24 04:51:42', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1557040, '2023-01-24 04:51:42', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557039, '2023-01-24 04:51:42', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557038, '2023-01-24 04:51:42', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557037, '2023-01-24 04:51:42', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557036, '2023-01-24 04:51:42', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1557035, '2023-01-24 04:51:42', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1557033, '2023-01-24 04:51:42', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1557034, '2023-01-24 04:51:42', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1557031, '2023-01-24 04:40:57', 'info', 'Feed is not active. Finished', '170'),
(1557032, '2023-01-24 04:50:54', 'info', 'Beginning import for all feed sources', NULL),
(1557030, '2023-01-24 04:40:57', 'info', 'Starting import for \"World News\"', '170'),
(1557028, '2023-01-24 04:40:57', 'debug', '24 will be skipped', '4837'),
(1557029, '2023-01-24 04:40:57', 'info', 'Import completed in 0.24 seconds!', '4837'),
(1557027, '2023-01-24 04:40:57', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1557026, '2023-01-24 04:40:57', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1557025, '2023-01-24 04:40:57', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1557024, '2023-01-24 04:40:57', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1557023, '2023-01-24 04:40:57', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1557022, '2023-01-24 04:40:57', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1557021, '2023-01-24 04:40:57', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1557020, '2023-01-24 04:40:57', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1557019, '2023-01-24 04:40:57', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1557017, '2023-01-24 04:40:57', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1557018, '2023-01-24 04:40:57', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1557016, '2023-01-24 04:40:57', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1557015, '2023-01-24 04:40:57', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1557013, '2023-01-24 04:40:57', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1557014, '2023-01-24 04:40:57', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1557012, '2023-01-24 04:40:57', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1557011, '2023-01-24 04:40:57', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1557010, '2023-01-24 04:40:57', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1557009, '2023-01-24 04:40:57', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557008, '2023-01-24 04:40:57', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557007, '2023-01-24 04:40:57', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557006, '2023-01-24 04:40:57', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1557005, '2023-01-24 04:40:57', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1557004, '2023-01-24 04:40:57', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1557002, '2023-01-24 04:40:57', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1557003, '2023-01-24 04:40:57', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1557000, '2023-01-24 04:24:31', 'info', 'Feed is not active. Finished', '170'),
(1557001, '2023-01-24 04:36:19', 'info', 'Beginning import for all feed sources', NULL),
(1556998, '2023-01-24 04:24:31', 'info', 'Import completed in 0.22 seconds!', '4837'),
(1556999, '2023-01-24 04:24:31', 'info', 'Starting import for \"World News\"', '170'),
(1556997, '2023-01-24 04:24:31', 'debug', '24 will be skipped', '4837'),
(1556996, '2023-01-24 04:24:31', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1556995, '2023-01-24 04:24:31', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1556993, '2023-01-24 04:24:31', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1556994, '2023-01-24 04:24:31', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1556992, '2023-01-24 04:24:31', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1556991, '2023-01-24 04:24:31', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1556990, '2023-01-24 04:24:31', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1556989, '2023-01-24 04:24:31', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1556988, '2023-01-24 04:24:31', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1556987, '2023-01-24 04:24:31', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1556986, '2023-01-24 04:24:31', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1556985, '2023-01-24 04:24:31', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1556984, '2023-01-24 04:24:31', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1556983, '2023-01-24 04:24:31', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1556982, '2023-01-24 04:24:31', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1556981, '2023-01-24 04:24:31', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1556980, '2023-01-24 04:24:31', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1556979, '2023-01-24 04:24:31', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1556978, '2023-01-24 04:24:31', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556976, '2023-01-24 04:24:31', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556977, '2023-01-24 04:24:31', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556975, '2023-01-24 04:24:31', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556974, '2023-01-24 04:24:31', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1556973, '2023-01-24 04:24:31', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1556972, '2023-01-24 04:24:31', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1556971, '2023-01-24 04:24:31', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1556970, '2023-01-24 04:21:07', 'info', 'Beginning import for all feed sources', NULL),
(1556968, '2023-01-24 04:14:51', 'info', 'Starting import for \"World News\"', '170'),
(1556969, '2023-01-24 04:14:51', 'info', 'Feed is not active. Finished', '170'),
(1556966, '2023-01-24 04:14:51', 'debug', '24 will be skipped', '4837'),
(1556967, '2023-01-24 04:14:51', 'info', 'Import completed in 0.26 seconds!', '4837'),
(1556965, '2023-01-24 04:14:51', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1556964, '2023-01-24 04:14:51', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1556963, '2023-01-24 04:14:51', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1556962, '2023-01-24 04:14:51', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1556961, '2023-01-24 04:14:51', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1556960, '2023-01-24 04:14:51', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1556959, '2023-01-24 04:14:51', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1556958, '2023-01-24 04:14:51', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1556957, '2023-01-24 04:14:51', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1556956, '2023-01-24 04:14:51', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1556955, '2023-01-24 04:14:51', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1556954, '2023-01-24 04:14:51', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1556952, '2023-01-24 04:14:51', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1556953, '2023-01-24 04:14:51', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1556951, '2023-01-24 04:14:51', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1556950, '2023-01-24 04:14:51', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1556948, '2023-01-24 04:14:51', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1556949, '2023-01-24 04:14:51', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1556947, '2023-01-24 04:14:51', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556946, '2023-01-24 04:14:51', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556945, '2023-01-24 04:14:51', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556944, '2023-01-24 04:14:51', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556943, '2023-01-24 04:14:51', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1556942, '2023-01-24 04:14:51', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1556941, '2023-01-24 04:14:51', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1556940, '2023-01-24 04:14:51', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1556938, '2023-01-24 03:56:37', 'info', 'Feed is not active. Finished', '170'),
(1556939, '2023-01-24 04:11:50', 'info', 'Beginning import for all feed sources', NULL),
(1556937, '2023-01-24 03:56:37', 'info', 'Starting import for \"World News\"', '170'),
(1556936, '2023-01-24 03:56:37', 'info', 'Import completed in 0.34 seconds!', '4837'),
(1556935, '2023-01-24 03:56:37', 'debug', '24 will be skipped', '4837'),
(1556934, '2023-01-24 03:56:37', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1556933, '2023-01-24 03:56:37', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1556932, '2023-01-24 03:56:37', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1556931, '2023-01-24 03:56:37', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1556930, '2023-01-24 03:56:37', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1556928, '2023-01-24 03:56:37', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1556929, '2023-01-24 03:56:37', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1556927, '2023-01-24 03:56:37', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1556926, '2023-01-24 03:56:37', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1556925, '2023-01-24 03:56:37', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1556924, '2023-01-24 03:56:37', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1556923, '2023-01-24 03:56:37', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1556922, '2023-01-24 03:56:37', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1556921, '2023-01-24 03:56:37', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1556920, '2023-01-24 03:56:37', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1556919, '2023-01-24 03:56:37', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1556918, '2023-01-24 03:56:37', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1556917, '2023-01-24 03:56:37', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1556916, '2023-01-24 03:56:37', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556915, '2023-01-24 03:56:37', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556914, '2023-01-24 03:56:37', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556913, '2023-01-24 03:56:37', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556912, '2023-01-24 03:56:37', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1556910, '2023-01-24 03:56:36', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1556911, '2023-01-24 03:56:37', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1556908, '2023-01-24 03:54:29', 'info', 'Beginning import for all feed sources', NULL),
(1556909, '2023-01-24 03:56:36', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1556907, '2023-01-24 03:48:45', 'info', 'Feed is not active. Finished', '170'),
(1556906, '2023-01-24 03:48:45', 'info', 'Starting import for \"World News\"', '170'),
(1556904, '2023-01-24 03:48:45', 'debug', '24 will be skipped', '4837'),
(1556905, '2023-01-24 03:48:45', 'info', 'Import completed in 0.30 seconds!', '4837'),
(1556903, '2023-01-24 03:48:45', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1556902, '2023-01-24 03:48:45', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1556901, '2023-01-24 03:48:45', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1556900, '2023-01-24 03:48:45', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1556899, '2023-01-24 03:48:45', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1556898, '2023-01-24 03:48:45', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1556897, '2023-01-24 03:48:45', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1556896, '2023-01-24 03:48:45', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1556895, '2023-01-24 03:48:45', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1556894, '2023-01-24 03:48:45', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1556888, '2023-01-24 03:48:45', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1556889, '2023-01-24 03:48:45', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1556887, '2023-01-24 03:48:45', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1556886, '2023-01-24 03:48:45', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1556885, '2023-01-24 03:48:45', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556881, '2023-01-24 03:48:45', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1556882, '2023-01-24 03:48:45', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556884, '2023-01-24 03:48:45', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556883, '2023-01-24 03:48:45', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556880, '2023-01-24 03:48:45', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1556878, '2023-01-24 03:48:45', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1556879, '2023-01-24 03:48:45', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1556876, '2023-01-24 03:29:10', 'info', 'Feed is not active. Finished', '170'),
(1556877, '2023-01-24 03:40:33', 'info', 'Beginning import for all feed sources', NULL),
(1556874, '2023-01-24 03:29:10', 'info', 'Import completed in 0.29 seconds!', '4837'),
(1556875, '2023-01-24 03:29:10', 'info', 'Starting import for \"World News\"', '170'),
(1556873, '2023-01-24 03:29:10', 'debug', '24 will be skipped', '4837'),
(1556872, '2023-01-24 03:29:10', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1556862, '2023-01-24 03:29:10', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1556863, '2023-01-24 03:29:10', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1556864, '2023-01-24 03:29:10', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1556865, '2023-01-24 03:29:10', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1556866, '2023-01-24 03:29:10', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1556867, '2023-01-24 03:29:10', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1556868, '2023-01-24 03:29:10', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1556869, '2023-01-24 03:29:10', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1556870, '2023-01-24 03:29:10', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1556871, '2023-01-24 03:29:10', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1556861, '2023-01-24 03:29:10', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1556860, '2023-01-24 03:29:10', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1556859, '2023-01-24 03:29:10', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1556858, '2023-01-24 03:29:10', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1556856, '2023-01-24 03:29:10', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1556857, '2023-01-24 03:29:10', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1556855, '2023-01-24 03:29:10', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1556854, '2023-01-24 03:29:10', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556853, '2023-01-24 03:29:10', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556851, '2023-01-24 03:29:10', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556852, '2023-01-24 03:29:10', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556755, '2023-01-24 02:42:16', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1556756, '2023-01-24 02:42:16', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1556850, '2023-01-24 03:29:10', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1556849, '2023-01-24 03:29:10', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1556847, '2023-01-24 03:29:10', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1556848, '2023-01-24 03:29:10', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1556845, '2023-01-24 03:15:57', 'info', 'Feed is not active. Finished', '170'),
(1556846, '2023-01-24 03:26:18', 'info', 'Beginning import for all feed sources', NULL),
(1556843, '2023-01-24 03:15:57', 'info', 'Import completed in 0.28 seconds!', '4837'),
(1556844, '2023-01-24 03:15:57', 'info', 'Starting import for \"World News\"', '170'),
(1556842, '2023-01-24 03:15:57', 'debug', '24 will be skipped', '4837'),
(1556841, '2023-01-24 03:15:57', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1556840, '2023-01-24 03:15:57', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1556839, '2023-01-24 03:15:57', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1556838, '2023-01-24 03:15:57', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1556837, '2023-01-24 03:15:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1556836, '2023-01-24 03:15:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1556835, '2023-01-24 03:15:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1556834, '2023-01-24 03:15:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1556833, '2023-01-24 03:15:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1556716, '2023-01-24 02:07:53', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1556717, '2023-01-24 02:07:53', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1556718, '2023-01-24 02:07:53', 'debug', '24 will be skipped', '4837'),
(1556719, '2023-01-24 02:07:53', 'info', 'Import completed in 0.23 seconds!', '4837'),
(1556720, '2023-01-24 02:07:53', 'info', 'Starting import for \"World News\"', '170'),
(1556721, '2023-01-24 02:07:53', 'info', 'Feed is not active. Finished', '170'),
(1556722, '2023-01-24 02:23:33', 'info', 'Beginning import for all feed sources', NULL),
(1556723, '2023-01-24 02:23:45', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1556724, '2023-01-24 02:23:45', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1556725, '2023-01-24 02:23:46', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1556726, '2023-01-24 02:23:46', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1556727, '2023-01-24 02:23:46', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556728, '2023-01-24 02:23:46', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556729, '2023-01-24 02:23:46', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556730, '2023-01-24 02:23:46', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556731, '2023-01-24 02:23:46', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1556732, '2023-01-24 02:23:46', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1556733, '2023-01-24 02:23:46', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1556734, '2023-01-24 02:23:46', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1556735, '2023-01-24 02:23:46', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1556736, '2023-01-24 02:23:46', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1556737, '2023-01-24 02:23:46', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1556738, '2023-01-24 02:23:46', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1556739, '2023-01-24 02:23:46', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1556740, '2023-01-24 02:23:46', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1556741, '2023-01-24 02:23:46', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1556742, '2023-01-24 02:23:46', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1556743, '2023-01-24 02:23:46', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1556744, '2023-01-24 02:23:46', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1556745, '2023-01-24 02:23:46', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1556746, '2023-01-24 02:23:46', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1556747, '2023-01-24 02:23:46', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1556827, '2023-01-24 03:15:56', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1556826, '2023-01-24 03:15:56', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1556825, '2023-01-24 03:15:56', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1556824, '2023-01-24 03:15:56', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1556823, '2023-01-24 03:15:56', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556821, '2023-01-24 03:15:56', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556822, '2023-01-24 03:15:56', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556820, '2023-01-24 03:15:56', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556819, '2023-01-24 03:15:56', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1556817, '2023-01-24 03:15:56', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1556818, '2023-01-24 03:15:56', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1556815, '2023-01-24 03:09:49', 'info', 'Beginning import for all feed sources', NULL),
(1556816, '2023-01-24 03:15:56', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1556813, '2023-01-24 02:54:22', 'info', 'Starting import for \"World News\"', '170'),
(1556814, '2023-01-24 02:54:22', 'info', 'Feed is not active. Finished', '170'),
(1556811, '2023-01-24 02:54:22', 'debug', '24 will be skipped', '4837'),
(1556812, '2023-01-24 02:54:22', 'info', 'Import completed in 0.29 seconds!', '4837'),
(1556807, '2023-01-24 02:54:22', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1556808, '2023-01-24 02:54:22', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1556809, '2023-01-24 02:54:22', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1556810, '2023-01-24 02:54:22', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1556806, '2023-01-24 02:54:22', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1556803, '2023-01-24 02:54:22', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1556804, '2023-01-24 02:54:22', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1556805, '2023-01-24 02:54:22', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1556802, '2023-01-24 02:54:22', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1556801, '2023-01-24 02:54:22', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1556798, '2023-01-24 02:54:22', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1556799, '2023-01-24 02:54:22', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1556800, '2023-01-24 02:54:22', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1556797, '2023-01-24 02:54:22', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1556796, '2023-01-24 02:54:22', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1556794, '2023-01-24 02:54:22', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1556795, '2023-01-24 02:54:22', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1556793, '2023-01-24 02:54:22', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1556792, '2023-01-24 02:54:22', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556790, '2023-01-24 02:54:22', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556791, '2023-01-24 02:54:22', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556789, '2023-01-24 02:54:22', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556788, '2023-01-24 02:54:22', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1556785, '2023-01-24 02:54:22', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1556786, '2023-01-24 02:54:22', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1556787, '2023-01-24 02:54:22', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1556783, '2023-01-24 02:42:16', 'info', 'Feed is not active. Finished', '170'),
(1556784, '2023-01-24 02:53:21', 'info', 'Beginning import for all feed sources', NULL),
(1556781, '2023-01-24 02:42:16', 'info', 'Import completed in 0.32 seconds!', '4837'),
(1556782, '2023-01-24 02:42:16', 'info', 'Starting import for \"World News\"', '170'),
(1556778, '2023-01-24 02:42:16', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1556779, '2023-01-24 02:42:16', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1556780, '2023-01-24 02:42:16', 'debug', '24 will be skipped', '4837'),
(1556777, '2023-01-24 02:42:16', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1556776, '2023-01-24 02:42:16', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1556775, '2023-01-24 02:42:16', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1556774, '2023-01-24 02:42:16', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1556773, '2023-01-24 02:42:16', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1556772, '2023-01-24 02:42:16', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837');
INSERT INTO `iamc_wprss_logs` (`id`, `date`, `level`, `message`, `feed_id`) VALUES
(1556771, '2023-01-24 02:42:16', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1556770, '2023-01-24 02:42:16', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1556769, '2023-01-24 02:42:16', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1556768, '2023-01-24 02:42:16', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1556767, '2023-01-24 02:42:16', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1556766, '2023-01-24 02:42:16', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1556765, '2023-01-24 02:42:16', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1556764, '2023-01-24 02:42:16', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1556763, '2023-01-24 02:42:16', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1556762, '2023-01-24 02:42:16', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1556761, '2023-01-24 02:42:16', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556760, '2023-01-24 02:42:16', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556758, '2023-01-24 02:42:16', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556759, '2023-01-24 02:42:16', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556757, '2023-01-24 02:42:16', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1556752, '2023-01-24 02:23:46', 'info', 'Feed is not active. Finished', '170'),
(1556753, '2023-01-24 02:37:41', 'info', 'Beginning import for all feed sources', NULL),
(1556754, '2023-01-24 02:42:16', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1556750, '2023-01-24 02:23:46', 'info', 'Import completed in 0.23 seconds!', '4837'),
(1556751, '2023-01-24 02:23:46', 'info', 'Starting import for \"World News\"', '170'),
(1556749, '2023-01-24 02:23:46', 'debug', '24 will be skipped', '4837'),
(1556748, '2023-01-24 02:23:46', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1556715, '2023-01-24 02:07:53', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1556714, '2023-01-24 02:07:53', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1556713, '2023-01-24 02:07:53', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1556712, '2023-01-24 02:07:53', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1556711, '2023-01-24 02:07:53', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1556710, '2023-01-24 02:07:53', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1556709, '2023-01-24 02:07:53', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1556708, '2023-01-24 02:07:53', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1556707, '2023-01-24 02:07:53', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1556706, '2023-01-24 02:07:53', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1556705, '2023-01-24 02:07:53', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1556704, '2023-01-24 02:07:53', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1556703, '2023-01-24 02:07:53', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1556702, '2023-01-24 02:07:53', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1556701, '2023-01-24 02:07:53', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1556699, '2023-01-24 02:07:53', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556700, '2023-01-24 02:07:53', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1556698, '2023-01-24 02:07:53', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556697, '2023-01-24 02:07:53', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556696, '2023-01-24 02:07:53', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556695, '2023-01-24 02:07:53', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1556694, '2023-01-24 02:07:53', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1556692, '2023-01-24 02:07:53', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1556693, '2023-01-24 02:07:53', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1556691, '2023-01-24 02:06:32', 'info', 'Beginning import for all feed sources', NULL),
(1556688, '2023-01-24 01:52:41', 'info', 'Import completed in 0.41 seconds!', '4837'),
(1556689, '2023-01-24 01:52:41', 'info', 'Starting import for \"World News\"', '170'),
(1556690, '2023-01-24 01:52:41', 'info', 'Feed is not active. Finished', '170'),
(1556687, '2023-01-24 01:52:41', 'debug', '24 will be skipped', '4837'),
(1556686, '2023-01-24 01:52:41', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1556685, '2023-01-24 01:52:41', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1556684, '2023-01-24 01:52:41', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1556683, '2023-01-24 01:52:41', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1556682, '2023-01-24 01:52:41', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1556681, '2023-01-24 01:52:41', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1556680, '2023-01-24 01:52:41', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1556679, '2023-01-24 01:52:41', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1556678, '2023-01-24 01:52:41', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1556675, '2023-01-24 01:52:41', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1556676, '2023-01-24 01:52:41', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1556677, '2023-01-24 01:52:41', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1556674, '2023-01-24 01:52:41', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1556673, '2023-01-24 01:52:41', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1556671, '2023-01-24 01:52:41', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1556672, '2023-01-24 01:52:41', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1556670, '2023-01-24 01:52:41', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1556669, '2023-01-24 01:52:41', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1556666, '2023-01-24 01:52:41', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556667, '2023-01-24 01:52:41', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556668, '2023-01-24 01:52:41', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556665, '2023-01-24 01:52:41', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556664, '2023-01-24 01:52:41', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1556663, '2023-01-24 01:52:41', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1556662, '2023-01-24 01:52:40', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1556661, '2023-01-24 01:52:40', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1556659, '2023-01-24 01:39:21', 'info', 'Feed is not active. Finished', '170'),
(1556660, '2023-01-24 01:52:39', 'info', 'Beginning import for all feed sources', NULL),
(1556657, '2023-01-24 01:39:21', 'info', 'Import completed in 0.24 seconds!', '4837'),
(1556658, '2023-01-24 01:39:21', 'info', 'Starting import for \"World News\"', '170'),
(1556655, '2023-01-24 01:39:21', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1556656, '2023-01-24 01:39:21', 'debug', '24 will be skipped', '4837'),
(1556654, '2023-01-24 01:39:21', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1556653, '2023-01-24 01:39:21', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1556650, '2023-01-24 01:39:21', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1556651, '2023-01-24 01:39:21', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1556652, '2023-01-24 01:39:21', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1556649, '2023-01-24 01:39:21', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1556648, '2023-01-24 01:39:21', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1556646, '2023-01-24 01:39:21', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1556647, '2023-01-24 01:39:21', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1556645, '2023-01-24 01:39:21', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1556642, '2023-01-24 01:39:21', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1556643, '2023-01-24 01:39:21', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1556644, '2023-01-24 01:39:21', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1556641, '2023-01-24 01:39:21', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1556640, '2023-01-24 01:39:21', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1556637, '2023-01-24 01:39:21', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556638, '2023-01-24 01:39:21', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1556639, '2023-01-24 01:39:21', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1556636, '2023-01-24 01:39:21', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556632, '2023-01-24 01:39:21', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1556635, '2023-01-24 01:39:21', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556634, '2023-01-24 01:39:21', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556633, '2023-01-24 01:39:21', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1556629, '2023-01-24 01:37:40', 'info', 'Beginning import for all feed sources', NULL),
(1556630, '2023-01-24 01:39:21', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1556631, '2023-01-24 01:39:21', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1556628, '2023-01-24 01:26:07', 'info', 'Feed is not active. Finished', '170'),
(1556627, '2023-01-24 01:26:07', 'info', 'Starting import for \"World News\"', '170'),
(1556625, '2023-01-24 01:26:07', 'debug', '24 will be skipped', '4837'),
(1556626, '2023-01-24 01:26:07', 'info', 'Import completed in 0.21 seconds!', '4837'),
(1556623, '2023-01-24 01:26:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1556624, '2023-01-24 01:26:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1556619, '2023-01-24 01:26:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1556620, '2023-01-24 01:26:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1556621, '2023-01-24 01:26:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1556622, '2023-01-24 01:26:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1556618, '2023-01-24 01:26:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1556617, '2023-01-24 01:26:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1556616, '2023-01-24 01:26:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1556615, '2023-01-24 01:26:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1556614, '2023-01-24 01:26:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1556613, '2023-01-24 01:26:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1556612, '2023-01-24 01:26:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1556610, '2023-01-24 01:26:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1556611, '2023-01-24 01:26:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1556609, '2023-01-24 01:26:07', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1556608, '2023-01-24 01:26:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1556607, '2023-01-24 01:26:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1556606, '2023-01-24 01:26:07', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556604, '2023-01-24 01:26:07', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556605, '2023-01-24 01:26:07', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556603, '2023-01-24 01:26:07', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556602, '2023-01-24 01:26:07', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1556601, '2023-01-24 01:26:07', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1556600, '2023-01-24 01:26:07', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1556599, '2023-01-24 01:26:07', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1556598, '2023-01-24 01:25:04', 'info', 'Beginning import for all feed sources', NULL),
(1556597, '2023-01-24 01:12:14', 'info', 'Feed is not active. Finished', '170'),
(1556596, '2023-01-24 01:12:14', 'info', 'Starting import for \"World News\"', '170'),
(1556594, '2023-01-24 01:12:14', 'debug', '24 will be skipped', '4837'),
(1556595, '2023-01-24 01:12:14', 'info', 'Import completed in 0.28 seconds!', '4837'),
(1556593, '2023-01-24 01:12:14', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1556590, '2023-01-24 01:12:14', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1556591, '2023-01-24 01:12:14', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1556592, '2023-01-24 01:12:14', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1556589, '2023-01-24 01:12:14', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1556586, '2023-01-24 01:12:14', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1556587, '2023-01-24 01:12:14', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1556588, '2023-01-24 01:12:14', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1556585, '2023-01-24 01:12:14', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1556584, '2023-01-24 01:12:14', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1556576, '2023-01-24 01:12:14', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1556577, '2023-01-24 01:12:14', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1556578, '2023-01-24 01:12:14', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1556579, '2023-01-24 01:12:14', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1556580, '2023-01-24 01:12:14', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1556581, '2023-01-24 01:12:14', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1556582, '2023-01-24 01:12:14', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1556583, '2023-01-24 01:12:14', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1556575, '2023-01-24 01:12:14', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556573, '2023-01-24 01:12:14', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556574, '2023-01-24 01:12:14', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556572, '2023-01-24 01:12:14', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556571, '2023-01-24 01:12:14', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1556568, '2023-01-24 01:12:14', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1556569, '2023-01-24 01:12:14', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1556570, '2023-01-24 01:12:14', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1556566, '2023-01-24 00:54:31', 'info', 'Feed is not active. Finished', '170'),
(1556567, '2023-01-24 01:10:36', 'info', 'Beginning import for all feed sources', NULL),
(1556564, '2023-01-24 00:54:31', 'info', 'Import completed in 0.28 seconds!', '4837'),
(1556565, '2023-01-24 00:54:31', 'info', 'Starting import for \"World News\"', '170'),
(1556563, '2023-01-24 00:54:31', 'debug', '24 will be skipped', '4837'),
(1556562, '2023-01-24 00:54:31', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1556561, '2023-01-24 00:54:31', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1556560, '2023-01-24 00:54:31', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1556558, '2023-01-24 00:54:31', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1556559, '2023-01-24 00:54:31', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1556557, '2023-01-24 00:54:31', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1556556, '2023-01-24 00:54:31', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1556553, '2023-01-24 00:54:31', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1556554, '2023-01-24 00:54:31', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1556555, '2023-01-24 00:54:31', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1556552, '2023-01-24 00:54:31', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1556551, '2023-01-24 00:54:31', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1556549, '2023-01-24 00:54:31', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1556550, '2023-01-24 00:54:31', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1556548, '2023-01-24 00:54:31', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1556547, '2023-01-24 00:54:31', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1556545, '2023-01-24 00:54:31', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1556546, '2023-01-24 00:54:31', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1556544, '2023-01-24 00:54:31', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556543, '2023-01-24 00:54:31', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556541, '2023-01-24 00:54:31', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556542, '2023-01-24 00:54:31', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556540, '2023-01-24 00:54:31', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1556538, '2023-01-24 00:54:31', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1556539, '2023-01-24 00:54:31', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1556534, '2023-01-24 00:47:27', 'info', 'Starting import for \"World News\"', '170'),
(1556535, '2023-01-24 00:47:27', 'info', 'Feed is not active. Finished', '170'),
(1556536, '2023-01-24 00:54:15', 'info', 'Beginning import for all feed sources', NULL),
(1556537, '2023-01-24 00:54:31', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1556532, '2023-01-24 00:47:27', 'debug', '24 will be skipped', '4837'),
(1556533, '2023-01-24 00:47:27', 'info', 'Import completed in 0.31 seconds!', '4837'),
(1556531, '2023-01-24 00:47:27', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1556530, '2023-01-24 00:47:27', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1556529, '2023-01-24 00:47:27', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1556528, '2023-01-24 00:47:27', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1556527, '2023-01-24 00:47:27', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1556525, '2023-01-24 00:47:27', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1556526, '2023-01-24 00:47:27', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1556524, '2023-01-24 00:47:27', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1556523, '2023-01-24 00:47:27', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1556521, '2023-01-24 00:47:26', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1556522, '2023-01-24 00:47:26', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1556520, '2023-01-24 00:47:26', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1556519, '2023-01-24 00:47:26', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1556516, '2023-01-24 00:47:26', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1556517, '2023-01-24 00:47:26', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1556518, '2023-01-24 00:47:26', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1556515, '2023-01-24 00:47:26', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1556514, '2023-01-24 00:47:26', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1556512, '2023-01-24 00:47:26', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556513, '2023-01-24 00:47:26', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556511, '2023-01-24 00:47:26', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556510, '2023-01-24 00:47:26', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556507, '2023-01-24 00:47:26', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1556508, '2023-01-24 00:47:26', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1556509, '2023-01-24 00:47:26', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1556506, '2023-01-24 00:47:26', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1556504, '2023-01-24 00:27:44', 'info', 'Feed is not active. Finished', '170'),
(1556505, '2023-01-24 00:39:02', 'info', 'Beginning import for all feed sources', NULL),
(1556500, '2023-01-24 00:27:44', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1556501, '2023-01-24 00:27:44', 'debug', '24 will be skipped', '4837'),
(1556502, '2023-01-24 00:27:44', 'info', 'Import completed in 0.23 seconds!', '4837'),
(1556503, '2023-01-24 00:27:44', 'info', 'Starting import for \"World News\"', '170'),
(1556499, '2023-01-24 00:27:44', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1556498, '2023-01-24 00:27:44', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1556497, '2023-01-24 00:27:44', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1556496, '2023-01-24 00:27:44', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1556495, '2023-01-24 00:27:44', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1556492, '2023-01-24 00:27:44', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1556493, '2023-01-24 00:27:44', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1556494, '2023-01-24 00:27:44', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1556491, '2023-01-24 00:27:44', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1556490, '2023-01-24 00:27:44', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1556488, '2023-01-24 00:27:44', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1556489, '2023-01-24 00:27:44', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1556487, '2023-01-24 00:27:44', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1556486, '2023-01-24 00:27:44', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1556485, '2023-01-24 00:27:44', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1556484, '2023-01-24 00:27:44', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1556483, '2023-01-24 00:27:44', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1556482, '2023-01-24 00:27:44', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556481, '2023-01-24 00:27:44', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556479, '2023-01-24 00:27:44', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556480, '2023-01-24 00:27:44', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556478, '2023-01-24 00:27:44', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1556476, '2023-01-24 00:27:44', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1556477, '2023-01-24 00:27:44', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1556475, '2023-01-24 00:27:44', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1556473, '2023-01-24 00:11:07', 'info', 'Feed is not active. Finished', '170'),
(1556474, '2023-01-24 00:23:19', 'info', 'Beginning import for all feed sources', NULL),
(1556470, '2023-01-24 00:11:07', 'debug', '24 will be skipped', '4837'),
(1556471, '2023-01-24 00:11:07', 'info', 'Import completed in 0.26 seconds!', '4837'),
(1556472, '2023-01-24 00:11:07', 'info', 'Starting import for \"World News\"', '170'),
(1556467, '2023-01-24 00:11:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1556468, '2023-01-24 00:11:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1556469, '2023-01-24 00:11:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1556466, '2023-01-24 00:11:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1556465, '2023-01-24 00:11:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1556464, '2023-01-24 00:11:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1556463, '2023-01-24 00:11:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1556461, '2023-01-24 00:11:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1556462, '2023-01-24 00:11:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1556460, '2023-01-24 00:11:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1556459, '2023-01-24 00:11:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1556458, '2023-01-24 00:11:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1556457, '2023-01-24 00:11:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1556456, '2023-01-24 00:11:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1556453, '2023-01-24 00:11:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1556454, '2023-01-24 00:11:07', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1556455, '2023-01-24 00:11:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1556451, '2023-01-24 00:11:07', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556452, '2023-01-24 00:11:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1556450, '2023-01-24 00:11:07', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556447, '2023-01-24 00:11:07', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1556448, '2023-01-24 00:11:07', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556449, '2023-01-24 00:11:07', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556445, '2023-01-24 00:11:07', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1556446, '2023-01-24 00:11:07', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1556443, '2023-01-24 00:07:39', 'info', 'Beginning import for all feed sources', NULL),
(1556444, '2023-01-24 00:11:07', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1556441, '2023-01-23 23:54:08', 'info', 'Starting import for \"World News\"', '170'),
(1556442, '2023-01-23 23:54:08', 'info', 'Feed is not active. Finished', '170'),
(1556438, '2023-01-23 23:54:08', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1556439, '2023-01-23 23:54:08', 'debug', '24 will be skipped', '4837'),
(1556440, '2023-01-23 23:54:08', 'info', 'Import completed in 0.25 seconds!', '4837'),
(1556437, '2023-01-23 23:54:08', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1556434, '2023-01-23 23:54:08', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1556435, '2023-01-23 23:54:08', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1556436, '2023-01-23 23:54:08', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1556433, '2023-01-23 23:54:08', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1556432, '2023-01-23 23:54:08', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1556431, '2023-01-23 23:54:08', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1556430, '2023-01-23 23:54:08', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1556429, '2023-01-23 23:54:08', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1556428, '2023-01-23 23:54:08', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1556427, '2023-01-23 23:54:08', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1556426, '2023-01-23 23:54:08', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1556425, '2023-01-23 23:54:08', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1556424, '2023-01-23 23:54:08', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1556423, '2023-01-23 23:54:08', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1556422, '2023-01-23 23:54:08', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1556420, '2023-01-23 23:54:08', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556421, '2023-01-23 23:54:08', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1556418, '2023-01-23 23:54:08', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556419, '2023-01-23 23:54:08', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556416, '2023-01-23 23:54:08', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1556417, '2023-01-23 23:54:08', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556415, '2023-01-23 23:54:08', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1556392, '2023-01-23 23:40:04', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1556393, '2023-01-23 23:40:04', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1556394, '2023-01-23 23:40:04', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1556413, '2023-01-23 23:54:07', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1556414, '2023-01-23 23:54:07', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1556411, '2023-01-23 23:40:04', 'info', 'Feed is not active. Finished', '170'),
(1556412, '2023-01-23 23:52:00', 'info', 'Beginning import for all feed sources', NULL),
(1556410, '2023-01-23 23:40:04', 'info', 'Starting import for \"World News\"', '170'),
(1556408, '2023-01-23 23:40:04', 'debug', '24 will be skipped', '4837'),
(1556409, '2023-01-23 23:40:04', 'info', 'Import completed in 0.29 seconds!', '4837'),
(1556407, '2023-01-23 23:40:04', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1556406, '2023-01-23 23:40:04', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1556405, '2023-01-23 23:40:04', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1556404, '2023-01-23 23:40:04', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1556403, '2023-01-23 23:40:04', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1556402, '2023-01-23 23:40:04', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1556401, '2023-01-23 23:40:04', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1556400, '2023-01-23 23:40:04', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1556399, '2023-01-23 23:40:04', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1556396, '2023-01-23 23:40:04', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1556397, '2023-01-23 23:40:04', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1556398, '2023-01-23 23:40:04', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1556395, '2023-01-23 23:40:04', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1556391, '2023-01-23 23:40:04', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1556389, '2023-01-23 23:40:04', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556390, '2023-01-23 23:40:04', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1556387, '2023-01-23 23:40:04', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556388, '2023-01-23 23:40:04', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556382, '2023-01-23 23:40:03', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1556383, '2023-01-23 23:40:03', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1556384, '2023-01-23 23:40:04', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1556385, '2023-01-23 23:40:04', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1556386, '2023-01-23 23:40:04', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556377, '2023-01-23 23:29:02', 'debug', '24 will be skipped', '4837'),
(1556378, '2023-01-23 23:29:02', 'info', 'Import completed in 0.23 seconds!', '4837'),
(1556379, '2023-01-23 23:29:02', 'info', 'Starting import for \"World News\"', '170'),
(1556380, '2023-01-23 23:29:02', 'info', 'Feed is not active. Finished', '170'),
(1556381, '2023-01-23 23:36:25', 'info', 'Beginning import for all feed sources', NULL),
(1556376, '2023-01-23 23:29:02', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1556375, '2023-01-23 23:29:02', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1556374, '2023-01-23 23:29:02', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1556373, '2023-01-23 23:29:02', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1556371, '2023-01-23 23:29:02', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1556372, '2023-01-23 23:29:02', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1556370, '2023-01-23 23:29:02', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1556369, '2023-01-23 23:29:02', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1556368, '2023-01-23 23:29:02', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1556364, '2023-01-23 23:29:02', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1556365, '2023-01-23 23:29:02', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1556366, '2023-01-23 23:29:02', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1556367, '2023-01-23 23:29:02', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1556362, '2023-01-23 23:29:02', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1556363, '2023-01-23 23:29:02', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1556360, '2023-01-23 23:29:02', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837');
INSERT INTO `iamc_wprss_logs` (`id`, `date`, `level`, `message`, `feed_id`) VALUES
(1556361, '2023-01-23 23:29:02', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1556359, '2023-01-23 23:29:02', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1556358, '2023-01-23 23:29:02', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556357, '2023-01-23 23:29:02', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556356, '2023-01-23 23:29:02', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556355, '2023-01-23 23:29:02', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556354, '2023-01-23 23:29:02', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1556353, '2023-01-23 23:29:02', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1556351, '2023-01-23 23:29:02', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1556352, '2023-01-23 23:29:02', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1556350, '2023-01-23 23:22:25', 'info', 'Beginning import for all feed sources', NULL),
(1556349, '2023-01-23 23:07:12', 'info', 'Feed is not active. Finished', '170'),
(1556348, '2023-01-23 23:07:12', 'info', 'Starting import for \"World News\"', '170'),
(1556347, '2023-01-23 23:07:12', 'info', 'Import completed in 0.25 seconds!', '4837'),
(1556346, '2023-01-23 23:07:12', 'debug', '24 will be skipped', '4837'),
(1556345, '2023-01-23 23:07:12', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1556344, '2023-01-23 23:07:12', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1556342, '2023-01-23 23:07:12', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1556343, '2023-01-23 23:07:12', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1556341, '2023-01-23 23:07:12', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1556340, '2023-01-23 23:07:12', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1556337, '2023-01-23 23:07:12', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1556338, '2023-01-23 23:07:12', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1556339, '2023-01-23 23:07:12', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1556336, '2023-01-23 23:07:12', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1548057, '2023-01-21 04:27:55', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1548056, '2023-01-21 04:27:55', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1548055, '2023-01-21 04:27:55', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1548054, '2023-01-21 04:27:55', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1556330, '2023-01-23 23:07:11', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1556329, '2023-01-23 23:07:11', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1556328, '2023-01-23 23:07:11', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1556327, '2023-01-23 23:07:11', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556324, '2023-01-23 23:07:11', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556325, '2023-01-23 23:07:11', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556326, '2023-01-23 23:07:11', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555416, '2023-01-23 15:41:54', 'debug', '24 will be skipped', '4837'),
(1555412, '2023-01-23 15:41:54', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1555413, '2023-01-23 15:41:54', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1555414, '2023-01-23 15:41:54', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1555415, '2023-01-23 15:41:54', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1555411, '2023-01-23 15:41:54', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1555408, '2023-01-23 15:41:54', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1555410, '2023-01-23 15:41:54', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1555409, '2023-01-23 15:41:54', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1555407, '2023-01-23 15:41:54', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1555406, '2023-01-23 15:41:54', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1555403, '2023-01-23 15:41:54', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1555404, '2023-01-23 15:41:54', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1555405, '2023-01-23 15:41:54', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1555402, '2023-01-23 15:41:54', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1555399, '2023-01-23 15:41:54', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1555400, '2023-01-23 15:41:54', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1555401, '2023-01-23 15:41:54', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1555398, '2023-01-23 15:41:54', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1555397, '2023-01-23 15:41:54', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555394, '2023-01-23 15:41:54', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555395, '2023-01-23 15:41:54', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555396, '2023-01-23 15:41:54', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555393, '2023-01-23 15:41:54', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1555389, '2023-01-23 15:38:27', 'info', 'Beginning import for all feed sources', NULL),
(1555390, '2023-01-23 15:41:53', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1555391, '2023-01-23 15:41:53', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1555392, '2023-01-23 15:41:54', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1555387, '2023-01-23 15:27:19', 'info', 'Starting import for \"World News\"', '170'),
(1555388, '2023-01-23 15:27:19', 'info', 'Feed is not active. Finished', '170'),
(1555386, '2023-01-23 15:27:19', 'info', 'Import completed in 0.23 seconds!', '4837'),
(1555384, '2023-01-23 15:27:19', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1555385, '2023-01-23 15:27:19', 'debug', '24 will be skipped', '4837'),
(1555383, '2023-01-23 15:27:19', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1555382, '2023-01-23 15:27:19', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1555381, '2023-01-23 15:27:19', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1555380, '2023-01-23 15:27:19', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1555379, '2023-01-23 15:27:19', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1555378, '2023-01-23 15:27:19', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1555377, '2023-01-23 15:27:19', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1555374, '2023-01-23 15:27:19', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1555375, '2023-01-23 15:27:19', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1555376, '2023-01-23 15:27:19', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1555373, '2023-01-23 15:27:19', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1555370, '2023-01-23 15:27:19', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1555371, '2023-01-23 15:27:19', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1555372, '2023-01-23 15:27:19', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1555369, '2023-01-23 15:27:19', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1555368, '2023-01-23 15:27:19', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1555365, '2023-01-23 15:27:19', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555366, '2023-01-23 15:27:19', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555367, '2023-01-23 15:27:19', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1555364, '2023-01-23 15:27:19', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555362, '2023-01-23 15:27:19', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1555363, '2023-01-23 15:27:19', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555360, '2023-01-23 15:27:19', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1555361, '2023-01-23 15:27:19', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1555359, '2023-01-23 15:27:18', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1555354, '2023-01-23 15:07:10', 'debug', '24 will be skipped', '4837'),
(1555355, '2023-01-23 15:07:10', 'info', 'Import completed in 0.29 seconds!', '4837'),
(1555356, '2023-01-23 15:07:10', 'info', 'Starting import for \"World News\"', '170'),
(1555357, '2023-01-23 15:07:10', 'info', 'Feed is not active. Finished', '170'),
(1555358, '2023-01-23 15:22:43', 'info', 'Beginning import for all feed sources', NULL),
(1555352, '2023-01-23 15:07:10', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1555353, '2023-01-23 15:07:10', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1555351, '2023-01-23 15:07:09', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1555350, '2023-01-23 15:07:09', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1555349, '2023-01-23 15:07:09', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1555345, '2023-01-23 15:07:09', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1555346, '2023-01-23 15:07:09', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1555348, '2023-01-23 15:07:09', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1555347, '2023-01-23 15:07:09', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1555344, '2023-01-23 15:07:09', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1555341, '2023-01-23 15:07:09', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1555342, '2023-01-23 15:07:09', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1555343, '2023-01-23 15:07:09', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1555340, '2023-01-23 15:07:09', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1555339, '2023-01-23 15:07:09', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1555336, '2023-01-23 15:07:09', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1555337, '2023-01-23 15:07:09', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1555338, '2023-01-23 15:07:09', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1555335, '2023-01-23 15:07:09', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555332, '2023-01-23 15:07:09', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555333, '2023-01-23 15:07:09', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555334, '2023-01-23 15:07:09', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555331, '2023-01-23 15:07:09', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1555330, '2023-01-23 15:07:09', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1555325, '2023-01-23 14:53:50', 'info', 'Starting import for \"World News\"', '170'),
(1555326, '2023-01-23 14:53:50', 'info', 'Feed is not active. Finished', '170'),
(1555327, '2023-01-23 15:07:01', 'info', 'Beginning import for all feed sources', NULL),
(1555328, '2023-01-23 15:07:09', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1555329, '2023-01-23 15:07:09', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1555323, '2023-01-23 14:53:50', 'debug', '24 will be skipped', '4837'),
(1555324, '2023-01-23 14:53:50', 'info', 'Import completed in 0.23 seconds!', '4837'),
(1555320, '2023-01-23 14:53:50', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1555321, '2023-01-23 14:53:50', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1555322, '2023-01-23 14:53:50', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1555319, '2023-01-23 14:53:50', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1555316, '2023-01-23 14:53:50', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1555318, '2023-01-23 14:53:50', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1555317, '2023-01-23 14:53:50', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1555315, '2023-01-23 14:53:50', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1555314, '2023-01-23 14:53:50', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1555311, '2023-01-23 14:53:50', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1555312, '2023-01-23 14:53:50', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1555313, '2023-01-23 14:53:50', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1555310, '2023-01-23 14:53:50', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1555307, '2023-01-23 14:53:50', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1555308, '2023-01-23 14:53:50', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1555309, '2023-01-23 14:53:50', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1555306, '2023-01-23 14:53:50', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1555305, '2023-01-23 14:53:50', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1555302, '2023-01-23 14:53:50', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555303, '2023-01-23 14:53:50', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555304, '2023-01-23 14:53:50', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555301, '2023-01-23 14:53:50', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555297, '2023-01-23 14:53:50', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1555298, '2023-01-23 14:53:50', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1555299, '2023-01-23 14:53:50', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1555300, '2023-01-23 14:53:50', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1555295, '2023-01-23 14:42:01', 'info', 'Feed is not active. Finished', '170'),
(1555296, '2023-01-23 14:51:18', 'info', 'Beginning import for all feed sources', NULL),
(1555294, '2023-01-23 14:42:01', 'info', 'Starting import for \"World News\"', '170'),
(1555291, '2023-01-23 14:42:01', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1555292, '2023-01-23 14:42:01', 'debug', '24 will be skipped', '4837'),
(1555293, '2023-01-23 14:42:01', 'info', 'Import completed in 0.28 seconds!', '4837'),
(1555290, '2023-01-23 14:42:01', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1555289, '2023-01-23 14:42:01', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1555288, '2023-01-23 14:42:01', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1555287, '2023-01-23 14:42:01', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1555286, '2023-01-23 14:42:01', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1555285, '2023-01-23 14:42:01', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1555284, '2023-01-23 14:42:01', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1555283, '2023-01-23 14:42:01', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1555279, '2023-01-23 14:42:01', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1555280, '2023-01-23 14:42:01', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1555282, '2023-01-23 14:42:01', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1555281, '2023-01-23 14:42:01', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1555276, '2023-01-23 14:42:01', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1555277, '2023-01-23 14:42:01', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1555278, '2023-01-23 14:42:01', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1548053, '2023-01-21 04:27:55', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1548052, '2023-01-21 04:27:55', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1548050, '2023-01-21 04:27:55', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548051, '2023-01-21 04:27:55', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1548049, '2023-01-21 04:27:55', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556323, '2023-01-23 23:07:11', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1556319, '2023-01-23 23:06:32', 'info', 'Beginning import for all feed sources', NULL),
(1556320, '2023-01-23 23:07:11', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1556321, '2023-01-23 23:07:11', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1556322, '2023-01-23 23:07:11', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1556317, '2023-01-23 22:57:37', 'info', 'Starting import for \"World News\"', '170'),
(1556318, '2023-01-23 22:57:37', 'info', 'Feed is not active. Finished', '170'),
(1556313, '2023-01-23 22:57:37', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1556314, '2023-01-23 22:57:37', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1556315, '2023-01-23 22:57:37', 'debug', '24 will be skipped', '4837'),
(1556316, '2023-01-23 22:57:37', 'info', 'Import completed in 0.31 seconds!', '4837'),
(1556312, '2023-01-23 22:57:37', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1556311, '2023-01-23 22:57:37', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1556308, '2023-01-23 22:57:37', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1556309, '2023-01-23 22:57:37', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1556310, '2023-01-23 22:57:37', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1556307, '2023-01-23 22:57:37', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1556305, '2023-01-23 22:57:37', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1556306, '2023-01-23 22:57:37', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1556304, '2023-01-23 22:57:37', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1556303, '2023-01-23 22:57:37', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1556301, '2023-01-23 22:57:37', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1556302, '2023-01-23 22:57:37', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1556300, '2023-01-23 22:57:37', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1556299, '2023-01-23 22:57:37', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1556298, '2023-01-23 22:57:37', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1556297, '2023-01-23 22:57:37', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1556296, '2023-01-23 22:57:37', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556295, '2023-01-23 22:57:37', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556294, '2023-01-23 22:57:37', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556292, '2023-01-23 22:57:37', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1556293, '2023-01-23 22:57:37', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556290, '2023-01-23 22:57:37', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1556291, '2023-01-23 22:57:37', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1556285, '2023-01-23 22:41:58', 'info', 'Import completed in 0.31 seconds!', '4837'),
(1556286, '2023-01-23 22:41:58', 'info', 'Starting import for \"World News\"', '170'),
(1556287, '2023-01-23 22:41:58', 'info', 'Feed is not active. Finished', '170'),
(1556288, '2023-01-23 22:54:03', 'info', 'Beginning import for all feed sources', NULL),
(1556289, '2023-01-23 22:57:37', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1556284, '2023-01-23 22:41:58', 'debug', '24 will be skipped', '4837'),
(1556283, '2023-01-23 22:41:58', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1556280, '2023-01-23 22:41:58', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1556281, '2023-01-23 22:41:58', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1556282, '2023-01-23 22:41:58', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1556279, '2023-01-23 22:41:58', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1556276, '2023-01-23 22:41:58', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1556277, '2023-01-23 22:41:58', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1556278, '2023-01-23 22:41:58', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1556275, '2023-01-23 22:41:58', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1556274, '2023-01-23 22:41:58', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1556271, '2023-01-23 22:41:58', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1556272, '2023-01-23 22:41:58', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1556273, '2023-01-23 22:41:58', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1556269, '2023-01-23 22:41:58', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1556270, '2023-01-23 22:41:58', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1556268, '2023-01-23 22:41:58', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1556267, '2023-01-23 22:41:58', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1556266, '2023-01-23 22:41:58', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1556262, '2023-01-23 22:41:58', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556263, '2023-01-23 22:41:58', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556265, '2023-01-23 22:41:58', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556264, '2023-01-23 22:41:58', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556261, '2023-01-23 22:41:58', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1556257, '2023-01-23 22:40:55', 'info', 'Beginning import for all feed sources', NULL),
(1556258, '2023-01-23 22:41:57', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1556259, '2023-01-23 22:41:57', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1556260, '2023-01-23 22:41:58', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1556255, '2023-01-23 22:33:28', 'info', 'Starting import for \"World News\"', '170'),
(1556256, '2023-01-23 22:33:28', 'info', 'Feed is not active. Finished', '170'),
(1556253, '2023-01-23 22:33:28', 'debug', '24 will be skipped', '4837'),
(1556254, '2023-01-23 22:33:28', 'info', 'Import completed in 0.29 seconds!', '4837'),
(1556250, '2023-01-23 22:33:28', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1556251, '2023-01-23 22:33:28', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1556252, '2023-01-23 22:33:28', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1556249, '2023-01-23 22:33:28', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1556246, '2023-01-23 22:33:28', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1556247, '2023-01-23 22:33:28', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1556248, '2023-01-23 22:33:28', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1556245, '2023-01-23 22:33:28', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1556244, '2023-01-23 22:33:28', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1556241, '2023-01-23 22:33:28', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1556242, '2023-01-23 22:33:28', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1556243, '2023-01-23 22:33:28', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1556240, '2023-01-23 22:33:28', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1556237, '2023-01-23 22:33:28', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1556238, '2023-01-23 22:33:28', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1556239, '2023-01-23 22:33:28', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1556236, '2023-01-23 22:33:28', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1556233, '2023-01-23 22:33:28', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556235, '2023-01-23 22:33:28', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1556234, '2023-01-23 22:33:28', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556232, '2023-01-23 22:33:28', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556231, '2023-01-23 22:33:28', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556228, '2023-01-23 22:33:28', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1556229, '2023-01-23 22:33:28', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1556230, '2023-01-23 22:33:28', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1556226, '2023-01-23 22:26:15', 'info', 'Beginning import for all feed sources', NULL),
(1556227, '2023-01-23 22:33:28', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1556222, '2023-01-23 22:11:36', 'debug', '24 will be skipped', '4837'),
(1556223, '2023-01-23 22:11:36', 'info', 'Import completed in 0.24 seconds!', '4837'),
(1556224, '2023-01-23 22:11:36', 'info', 'Starting import for \"World News\"', '170'),
(1556225, '2023-01-23 22:11:36', 'info', 'Feed is not active. Finished', '170'),
(1556221, '2023-01-23 22:11:36', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1556220, '2023-01-23 22:11:36', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1556217, '2023-01-23 22:11:36', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1556218, '2023-01-23 22:11:36', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1556219, '2023-01-23 22:11:36', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1556216, '2023-01-23 22:11:36', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1556215, '2023-01-23 22:11:36', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1556212, '2023-01-23 22:11:36', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1556213, '2023-01-23 22:11:36', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1556214, '2023-01-23 22:11:36', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1556211, '2023-01-23 22:11:36', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1556208, '2023-01-23 22:11:36', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1556209, '2023-01-23 22:11:36', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1556210, '2023-01-23 22:11:36', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1556207, '2023-01-23 22:11:36', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1556204, '2023-01-23 22:11:36', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1556205, '2023-01-23 22:11:36', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1556206, '2023-01-23 22:11:36', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1556203, '2023-01-23 22:11:36', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556202, '2023-01-23 22:11:36', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556199, '2023-01-23 22:11:36', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1556200, '2023-01-23 22:11:36', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556201, '2023-01-23 22:11:36', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556198, '2023-01-23 22:11:36', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1556193, '2023-01-23 21:54:52', 'info', 'Starting import for \"World News\"', '170'),
(1556194, '2023-01-23 21:54:52', 'info', 'Feed is not active. Finished', '170'),
(1556195, '2023-01-23 22:10:39', 'info', 'Beginning import for all feed sources', NULL),
(1556196, '2023-01-23 22:11:35', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1556197, '2023-01-23 22:11:35', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1556191, '2023-01-23 21:54:52', 'debug', '24 will be skipped', '4837'),
(1556192, '2023-01-23 21:54:52', 'info', 'Import completed in 0.26 seconds!', '4837'),
(1556190, '2023-01-23 21:54:52', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1556188, '2023-01-23 21:54:52', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1556189, '2023-01-23 21:54:52', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1556187, '2023-01-23 21:54:52', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1556184, '2023-01-23 21:54:52', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1556185, '2023-01-23 21:54:52', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1556186, '2023-01-23 21:54:52', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1556183, '2023-01-23 21:54:52', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1556182, '2023-01-23 21:54:52', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1556179, '2023-01-23 21:54:52', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1556180, '2023-01-23 21:54:52', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1556181, '2023-01-23 21:54:52', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1556178, '2023-01-23 21:54:52', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1556177, '2023-01-23 21:54:52', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1556174, '2023-01-23 21:54:52', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1556175, '2023-01-23 21:54:52', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1556176, '2023-01-23 21:54:52', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1556170, '2023-01-23 21:54:52', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556173, '2023-01-23 21:54:52', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1556172, '2023-01-23 21:54:52', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556171, '2023-01-23 21:54:52', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556169, '2023-01-23 21:54:52', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556166, '2023-01-23 21:54:52', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1556167, '2023-01-23 21:54:52', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1556168, '2023-01-23 21:54:52', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1556165, '2023-01-23 21:54:52', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1556163, '2023-01-23 21:39:09', 'info', 'Feed is not active. Finished', '170'),
(1556164, '2023-01-23 21:53:59', 'info', 'Beginning import for all feed sources', NULL),
(1556159, '2023-01-23 21:39:09', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1556160, '2023-01-23 21:39:09', 'debug', '24 will be skipped', '4837'),
(1556161, '2023-01-23 21:39:09', 'info', 'Import completed in 0.35 seconds!', '4837'),
(1556162, '2023-01-23 21:39:09', 'info', 'Starting import for \"World News\"', '170'),
(1556158, '2023-01-23 21:39:09', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1556157, '2023-01-23 21:39:09', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1556155, '2023-01-23 21:39:09', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1556156, '2023-01-23 21:39:09', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1556154, '2023-01-23 21:39:09', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1556150, '2023-01-23 21:39:09', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1556151, '2023-01-23 21:39:09', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1556152, '2023-01-23 21:39:09', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1556153, '2023-01-23 21:39:09', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1556149, '2023-01-23 21:39:09', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1556148, '2023-01-23 21:39:09', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1556145, '2023-01-23 21:39:09', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1556146, '2023-01-23 21:39:09', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1556147, '2023-01-23 21:39:09', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1556144, '2023-01-23 21:39:09', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1556143, '2023-01-23 21:39:09', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1556142, '2023-01-23 21:39:09', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1556141, '2023-01-23 21:39:09', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556140, '2023-01-23 21:39:09', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556137, '2023-01-23 21:39:09', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1556138, '2023-01-23 21:39:09', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556139, '2023-01-23 21:39:09', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556136, '2023-01-23 21:39:09', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1556135, '2023-01-23 21:39:09', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1556129, '2023-01-23 21:30:30', 'debug', '24 will be skipped', '4837'),
(1556130, '2023-01-23 21:30:30', 'info', 'Import completed in 0.27 seconds!', '4837'),
(1556131, '2023-01-23 21:30:30', 'info', 'Starting import for \"World News\"', '170'),
(1556132, '2023-01-23 21:30:30', 'info', 'Feed is not active. Finished', '170'),
(1556133, '2023-01-23 21:39:07', 'info', 'Beginning import for all feed sources', NULL),
(1556134, '2023-01-23 21:39:09', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1556128, '2023-01-23 21:30:30', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837');
INSERT INTO `iamc_wprss_logs` (`id`, `date`, `level`, `message`, `feed_id`) VALUES
(1556125, '2023-01-23 21:30:30', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1556126, '2023-01-23 21:30:30', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1556127, '2023-01-23 21:30:30', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1556124, '2023-01-23 21:30:30', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1556123, '2023-01-23 21:30:30', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1556120, '2023-01-23 21:30:30', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1556121, '2023-01-23 21:30:30', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1556122, '2023-01-23 21:30:30', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1556119, '2023-01-23 21:30:30', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1556116, '2023-01-23 21:30:30', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1556117, '2023-01-23 21:30:30', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1556118, '2023-01-23 21:30:30', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1556115, '2023-01-23 21:30:30', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1556112, '2023-01-23 21:30:30', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1556113, '2023-01-23 21:30:30', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1556114, '2023-01-23 21:30:30', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1556111, '2023-01-23 21:30:30', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1556110, '2023-01-23 21:30:30', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556107, '2023-01-23 21:30:30', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556109, '2023-01-23 21:30:30', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556108, '2023-01-23 21:30:30', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556106, '2023-01-23 21:30:30', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1556105, '2023-01-23 21:30:30', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1556100, '2023-01-23 21:07:57', 'info', 'Starting import for \"World News\"', '170'),
(1556101, '2023-01-23 21:07:57', 'info', 'Feed is not active. Finished', '170'),
(1556102, '2023-01-23 21:23:31', 'info', 'Beginning import for all feed sources', NULL),
(1556103, '2023-01-23 21:30:30', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1556104, '2023-01-23 21:30:30', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1556098, '2023-01-23 21:07:57', 'debug', '24 will be skipped', '4837'),
(1556099, '2023-01-23 21:07:57', 'info', 'Import completed in 0.24 seconds!', '4837'),
(1556095, '2023-01-23 21:07:57', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1556096, '2023-01-23 21:07:57', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1556097, '2023-01-23 21:07:57', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1556094, '2023-01-23 21:07:57', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1556093, '2023-01-23 21:07:57', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1556090, '2023-01-23 21:07:57', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1556091, '2023-01-23 21:07:57', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1556092, '2023-01-23 21:07:57', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1556089, '2023-01-23 21:07:57', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1556087, '2023-01-23 21:07:57', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1556088, '2023-01-23 21:07:57', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1556086, '2023-01-23 21:07:57', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1556085, '2023-01-23 21:07:57', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1556083, '2023-01-23 21:07:57', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1556084, '2023-01-23 21:07:57', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1556082, '2023-01-23 21:07:57', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1556081, '2023-01-23 21:07:57', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1556080, '2023-01-23 21:07:57', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1556079, '2023-01-23 21:07:57', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556078, '2023-01-23 21:07:57', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556077, '2023-01-23 21:07:57', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556076, '2023-01-23 21:07:57', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556073, '2023-01-23 21:07:56', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1556074, '2023-01-23 21:07:57', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1556075, '2023-01-23 21:07:57', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1556071, '2023-01-23 21:07:49', 'info', 'Beginning import for all feed sources', NULL),
(1556072, '2023-01-23 21:07:56', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1556067, '2023-01-23 20:51:57', 'debug', '24 will be skipped', '4837'),
(1556068, '2023-01-23 20:51:57', 'info', 'Import completed in 0.27 seconds!', '4837'),
(1556069, '2023-01-23 20:51:57', 'info', 'Starting import for \"World News\"', '170'),
(1556070, '2023-01-23 20:51:57', 'info', 'Feed is not active. Finished', '170'),
(1556066, '2023-01-23 20:51:57', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1556065, '2023-01-23 20:51:57', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1556062, '2023-01-23 20:51:57', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1556063, '2023-01-23 20:51:57', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1556064, '2023-01-23 20:51:57', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1556061, '2023-01-23 20:51:57', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1556058, '2023-01-23 20:51:57', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1556059, '2023-01-23 20:51:57', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1556060, '2023-01-23 20:51:57', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1556057, '2023-01-23 20:51:57', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1556056, '2023-01-23 20:51:57', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1556053, '2023-01-23 20:51:57', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1556054, '2023-01-23 20:51:57', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1556055, '2023-01-23 20:51:57', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1556051, '2023-01-23 20:51:57', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1556052, '2023-01-23 20:51:57', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1556050, '2023-01-23 20:51:57', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1556049, '2023-01-23 20:51:57', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1556048, '2023-01-23 20:51:57', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556045, '2023-01-23 20:51:57', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556047, '2023-01-23 20:51:57', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556046, '2023-01-23 20:51:57', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556044, '2023-01-23 20:51:57', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1556039, '2023-01-23 20:39:23', 'info', 'Feed is not active. Finished', '170'),
(1556040, '2023-01-23 20:51:53', 'info', 'Beginning import for all feed sources', NULL),
(1556041, '2023-01-23 20:51:57', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1556042, '2023-01-23 20:51:57', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1556043, '2023-01-23 20:51:57', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1556037, '2023-01-23 20:39:23', 'info', 'Import completed in 0.26 seconds!', '4837'),
(1556038, '2023-01-23 20:39:23', 'info', 'Starting import for \"World News\"', '170'),
(1556036, '2023-01-23 20:39:23', 'debug', '24 will be skipped', '4837'),
(1556033, '2023-01-23 20:39:23', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1556034, '2023-01-23 20:39:23', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1556035, '2023-01-23 20:39:23', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1556032, '2023-01-23 20:39:23', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1556031, '2023-01-23 20:39:23', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1556029, '2023-01-23 20:39:23', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1556030, '2023-01-23 20:39:23', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1556028, '2023-01-23 20:39:23', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1556027, '2023-01-23 20:39:23', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1556026, '2023-01-23 20:39:23', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1556023, '2023-01-23 20:39:23', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1556024, '2023-01-23 20:39:23', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1556025, '2023-01-23 20:39:23', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1556022, '2023-01-23 20:39:23', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1556019, '2023-01-23 20:39:23', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1556020, '2023-01-23 20:39:23', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1556021, '2023-01-23 20:39:23', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1556018, '2023-01-23 20:39:23', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1556017, '2023-01-23 20:39:23', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556016, '2023-01-23 20:39:23', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556015, '2023-01-23 20:39:23', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1556014, '2023-01-23 20:39:23', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555275, '2023-01-23 14:42:01', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1555272, '2023-01-23 14:42:01', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555273, '2023-01-23 14:42:01', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548047, '2023-01-21 04:27:55', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548048, '2023-01-21 04:27:55', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548046, '2023-01-21 04:27:55', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1548045, '2023-01-21 04:27:55', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1548042, '2023-01-21 04:24:17', 'info', 'Beginning import for all feed sources', NULL),
(1548044, '2023-01-21 04:27:55', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1548043, '2023-01-21 04:27:55', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1548040, '2023-01-21 04:08:21', 'info', 'Starting import for \"World News\"', '170'),
(1548041, '2023-01-21 04:08:21', 'info', 'Feed is not active. Finished', '170'),
(1548038, '2023-01-21 04:08:21', 'debug', '24 will be skipped', '4837'),
(1548039, '2023-01-21 04:08:21', 'info', 'Import completed in 0.29 seconds!', '4837'),
(1548036, '2023-01-21 04:08:21', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1548037, '2023-01-21 04:08:21', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1548035, '2023-01-21 04:08:21', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1548034, '2023-01-21 04:08:21', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1548033, '2023-01-21 04:08:21', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1548032, '2023-01-21 04:08:21', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1548031, '2023-01-21 04:08:21', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1548028, '2023-01-21 04:08:21', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1548030, '2023-01-21 04:08:21', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1548029, '2023-01-21 04:08:21', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1548027, '2023-01-21 04:08:21', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1548024, '2023-01-21 04:08:21', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1548026, '2023-01-21 04:08:21', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1548025, '2023-01-21 04:08:21', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1548023, '2023-01-21 04:08:21', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1548020, '2023-01-21 04:08:21', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1548022, '2023-01-21 04:08:21', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1548021, '2023-01-21 04:08:21', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1548019, '2023-01-21 04:08:21', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548018, '2023-01-21 04:08:21', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548016, '2023-01-21 04:08:21', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548017, '2023-01-21 04:08:21', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1548015, '2023-01-21 04:08:21', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1548014, '2023-01-21 04:08:21', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1548011, '2023-01-21 04:06:36', 'info', 'Beginning import for all feed sources', NULL),
(1548013, '2023-01-21 04:08:20', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1548012, '2023-01-21 04:08:20', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1548009, '2023-01-21 03:53:14', 'info', 'Starting import for \"World News\"', '170'),
(1548010, '2023-01-21 03:53:14', 'info', 'Feed is not active. Finished', '170'),
(1548007, '2023-01-21 03:53:14', 'debug', '24 will be skipped', '4837'),
(1548008, '2023-01-21 03:53:14', 'info', 'Import completed in 0.26 seconds!', '4837'),
(1548005, '2023-01-21 03:53:14', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1548006, '2023-01-21 03:53:14', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1548004, '2023-01-21 03:53:14', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1548003, '2023-01-21 03:53:14', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1548002, '2023-01-21 03:53:14', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1548001, '2023-01-21 03:53:14', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1548000, '2023-01-21 03:53:14', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1547997, '2023-01-21 03:53:14', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1547999, '2023-01-21 03:53:14', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1547998, '2023-01-21 03:53:14', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1547996, '2023-01-21 03:53:14', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1547993, '2023-01-21 03:53:14', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1547995, '2023-01-21 03:53:14', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1547994, '2023-01-21 03:53:14', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1547992, '2023-01-21 03:53:14', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1547989, '2023-01-21 03:53:14', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1547991, '2023-01-21 03:53:14', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1547990, '2023-01-21 03:53:14', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1547988, '2023-01-21 03:53:14', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1547987, '2023-01-21 03:53:14', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1547985, '2023-01-21 03:53:14', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1547986, '2023-01-21 03:53:14', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1547984, '2023-01-21 03:53:14', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1547983, '2023-01-21 03:53:14', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1547980, '2023-01-21 03:52:38', 'info', 'Beginning import for all feed sources', NULL),
(1547982, '2023-01-21 03:53:14', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1547981, '2023-01-21 03:53:14', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1547978, '2023-01-21 03:37:18', 'info', 'Starting import for \"World News\"', '170'),
(1547979, '2023-01-21 03:37:18', 'info', 'Feed is not active. Finished', '170'),
(1547976, '2023-01-21 03:37:18', 'debug', '24 will be skipped', '4837'),
(1547977, '2023-01-21 03:37:18', 'info', 'Import completed in 0.21 seconds!', '4837'),
(1547974, '2023-01-21 03:37:18', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1547975, '2023-01-21 03:37:18', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1547973, '2023-01-21 03:37:18', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1547972, '2023-01-21 03:37:18', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1547971, '2023-01-21 03:37:18', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1547970, '2023-01-21 03:37:18', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1547969, '2023-01-21 03:37:18', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1547966, '2023-01-21 03:37:18', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1547968, '2023-01-21 03:37:18', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1547967, '2023-01-21 03:37:18', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1547965, '2023-01-21 03:37:18', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1547962, '2023-01-21 03:37:18', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1547964, '2023-01-21 03:37:18', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1547963, '2023-01-21 03:37:18', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1547961, '2023-01-21 03:37:18', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1547960, '2023-01-21 03:37:18', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1547958, '2023-01-21 03:37:18', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1547959, '2023-01-21 03:37:18', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1547957, '2023-01-21 03:37:18', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1547956, '2023-01-21 03:37:18', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1547955, '2023-01-21 03:37:18', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1547953, '2023-01-21 03:37:18', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1547954, '2023-01-21 03:37:18', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1547951, '2023-01-21 03:37:18', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1547952, '2023-01-21 03:37:18', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1547947, '2023-01-21 03:25:58', 'info', 'Starting import for \"World News\"', '170'),
(1547948, '2023-01-21 03:25:58', 'info', 'Feed is not active. Finished', '170'),
(1547949, '2023-01-21 03:37:13', 'info', 'Beginning import for all feed sources', NULL),
(1547950, '2023-01-21 03:37:18', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1547945, '2023-01-21 03:25:58', 'debug', '24 will be skipped', '4837'),
(1547946, '2023-01-21 03:25:58', 'info', 'Import completed in 0.23 seconds!', '4837'),
(1547944, '2023-01-21 03:25:58', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1547942, '2023-01-21 03:25:58', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1547943, '2023-01-21 03:25:58', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1547941, '2023-01-21 03:25:58', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1547940, '2023-01-21 03:25:58', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1547939, '2023-01-21 03:25:58', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1547938, '2023-01-21 03:25:58', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1547937, '2023-01-21 03:25:58', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1547936, '2023-01-21 03:25:58', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1547934, '2023-01-21 03:25:58', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1547935, '2023-01-21 03:25:58', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1547933, '2023-01-21 03:25:58', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1547932, '2023-01-21 03:25:58', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1547929, '2023-01-21 03:25:58', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1547930, '2023-01-21 03:25:58', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1547931, '2023-01-21 03:25:58', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1547928, '2023-01-21 03:25:58', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1547927, '2023-01-21 03:25:58', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1547925, '2023-01-21 03:25:58', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1547926, '2023-01-21 03:25:58', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1547924, '2023-01-21 03:25:58', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1547923, '2023-01-21 03:25:58', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1547922, '2023-01-21 03:25:58', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1547920, '2023-01-21 03:25:58', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1547921, '2023-01-21 03:25:58', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1547918, '2023-01-21 03:21:27', 'info', 'Beginning import for all feed sources', NULL),
(1547919, '2023-01-21 03:25:58', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1547914, '2023-01-21 03:11:51', 'debug', '24 will be skipped', '4837'),
(1547915, '2023-01-21 03:11:51', 'info', 'Import completed in 0.30 seconds!', '4837'),
(1547916, '2023-01-21 03:11:51', 'info', 'Starting import for \"World News\"', '170'),
(1547917, '2023-01-21 03:11:51', 'info', 'Feed is not active. Finished', '170'),
(1547913, '2023-01-21 03:11:51', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1547912, '2023-01-21 03:11:51', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1547910, '2023-01-21 03:11:51', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1547911, '2023-01-21 03:11:51', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1547909, '2023-01-21 03:11:51', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1547908, '2023-01-21 03:11:51', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1547907, '2023-01-21 03:11:51', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1547906, '2023-01-21 03:11:51', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1547905, '2023-01-21 03:11:51', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1547904, '2023-01-21 03:11:51', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1547903, '2023-01-21 03:11:51', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1547902, '2023-01-21 03:11:51', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1547901, '2023-01-21 03:11:51', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1547900, '2023-01-21 03:11:51', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1547899, '2023-01-21 03:11:51', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1547898, '2023-01-21 03:11:51', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1547897, '2023-01-21 03:11:51', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1547896, '2023-01-21 03:11:51', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1547895, '2023-01-21 03:11:51', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1547894, '2023-01-21 03:11:51', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1547893, '2023-01-21 03:11:51', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1547892, '2023-01-21 03:11:51', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1547890, '2023-01-21 03:11:51', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1547891, '2023-01-21 03:11:51', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1547888, '2023-01-21 03:11:50', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1547889, '2023-01-21 03:11:50', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1547887, '2023-01-21 03:05:54', 'info', 'Beginning import for all feed sources', NULL),
(1547886, '2023-01-21 02:56:34', 'info', 'Feed is not active. Finished', '170'),
(1547882, '2023-01-21 02:56:34', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1547883, '2023-01-21 02:56:34', 'debug', '24 will be skipped', '4837'),
(1547884, '2023-01-21 02:56:34', 'info', 'Import completed in 0.22 seconds!', '4837'),
(1547885, '2023-01-21 02:56:34', 'info', 'Starting import for \"World News\"', '170'),
(1547881, '2023-01-21 02:56:34', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1547880, '2023-01-21 02:56:34', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1547878, '2023-01-21 02:56:34', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1547879, '2023-01-21 02:56:34', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1547877, '2023-01-21 02:56:34', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1547874, '2023-01-21 02:56:34', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1547876, '2023-01-21 02:56:34', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1547875, '2023-01-21 02:56:34', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1547873, '2023-01-21 02:56:34', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1547872, '2023-01-21 02:56:34', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1547870, '2023-01-21 02:56:34', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1547871, '2023-01-21 02:56:34', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1547869, '2023-01-21 02:56:34', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1547868, '2023-01-21 02:56:34', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1547865, '2023-01-21 02:56:34', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1547866, '2023-01-21 02:56:34', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1547867, '2023-01-21 02:56:34', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1547864, '2023-01-21 02:56:34', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559427, '2023-01-25 00:07:46', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1547863, '2023-01-21 02:56:34', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1547862, '2023-01-21 02:56:34', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1547861, '2023-01-21 02:56:34', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1547860, '2023-01-21 02:56:34', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1547859, '2023-01-21 02:56:34', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1547858, '2023-01-21 02:56:34', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1547857, '2023-01-21 02:56:34', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1547855, '2023-01-21 02:46:53', 'info', 'Feed is not active. Finished', '170'),
(1547856, '2023-01-21 02:56:33', 'info', 'Beginning import for all feed sources', NULL),
(1547854, '2023-01-21 02:46:53', 'info', 'Starting import for \"World News\"', '170'),
(1547853, '2023-01-21 02:46:53', 'info', 'Import completed in 0.23 seconds!', '4837'),
(1547852, '2023-01-21 02:46:53', 'debug', '24 will be skipped', '4837'),
(1547851, '2023-01-21 02:46:53', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1547850, '2023-01-21 02:46:53', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1547849, '2023-01-21 02:46:53', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1547848, '2023-01-21 02:46:53', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1547847, '2023-01-21 02:46:53', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1547846, '2023-01-21 02:46:53', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1547845, '2023-01-21 02:46:53', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1547844, '2023-01-21 02:46:53', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1547843, '2023-01-21 02:46:53', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1547842, '2023-01-21 02:46:53', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1547841, '2023-01-21 02:46:53', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1547840, '2023-01-21 02:46:53', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1547839, '2023-01-21 02:46:53', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1547838, '2023-01-21 02:46:53', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1547837, '2023-01-21 02:46:53', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1547836, '2023-01-21 02:46:53', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1556013, '2023-01-23 20:39:23', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1556011, '2023-01-23 20:39:23', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1556012, '2023-01-23 20:39:23', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1555663, '2023-01-23 17:37:32', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1552417, '2023-01-22 15:36:44', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1552416, '2023-01-22 15:36:44', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1552414, '2023-01-22 15:36:44', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1552415, '2023-01-22 15:36:44', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1547835, '2023-01-21 02:46:53', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1547834, '2023-01-21 02:46:53', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1547833, '2023-01-21 02:46:53', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1547832, '2023-01-21 02:46:53', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1547831, '2023-01-21 02:46:53', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1547830, '2023-01-21 02:46:53', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1547828, '2023-01-21 02:46:53', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1547829, '2023-01-21 02:46:53', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1547827, '2023-01-21 02:46:53', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1547825, '2023-01-21 02:42:46', 'info', 'Beginning import for all feed sources', NULL),
(1547826, '2023-01-21 02:46:53', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1547821, '2023-01-21 02:27:16', 'debug', '24 will be skipped', '4837'),
(1547822, '2023-01-21 02:27:16', 'info', 'Import completed in 0.33 seconds!', '4837'),
(1547823, '2023-01-21 02:27:16', 'info', 'Starting import for \"World News\"', '170'),
(1547824, '2023-01-21 02:27:16', 'info', 'Feed is not active. Finished', '170'),
(1547820, '2023-01-21 02:27:16', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1547819, '2023-01-21 02:27:16', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1547817, '2023-01-21 02:27:16', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1547818, '2023-01-21 02:27:16', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1547816, '2023-01-21 02:27:16', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1547815, '2023-01-21 02:27:16', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1547813, '2023-01-21 02:27:16', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1547814, '2023-01-21 02:27:16', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1547812, '2023-01-21 02:27:16', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1547811, '2023-01-21 02:27:16', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1547810, '2023-01-21 02:27:16', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1547809, '2023-01-21 02:27:16', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1547808, '2023-01-21 02:27:16', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1547807, '2023-01-21 02:27:15', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1547806, '2023-01-21 02:27:15', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1547804, '2023-01-21 02:27:15', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1547805, '2023-01-21 02:27:15', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1547803, '2023-01-21 02:27:15', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1547802, '2023-01-21 02:27:15', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1547801, '2023-01-21 02:27:15', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1547800, '2023-01-21 02:27:15', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837');
INSERT INTO `iamc_wprss_logs` (`id`, `date`, `level`, `message`, `feed_id`) VALUES
(1547799, '2023-01-21 02:27:15', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1547796, '2023-01-21 02:27:15', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1547798, '2023-01-21 02:27:15', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1547797, '2023-01-21 02:27:15', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1547794, '2023-01-21 02:20:58', 'info', 'Beginning import for all feed sources', NULL),
(1547795, '2023-01-21 02:27:15', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1547792, '2023-01-21 02:06:33', 'info', 'Starting import for \"World News\"', '170'),
(1547793, '2023-01-21 02:06:33', 'info', 'Feed is not active. Finished', '170'),
(1547789, '2023-01-21 02:06:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1547791, '2023-01-21 02:06:33', 'info', 'Import completed in 0.24 seconds!', '4837'),
(1547790, '2023-01-21 02:06:33', 'debug', '24 will be skipped', '4837'),
(1547788, '2023-01-21 02:06:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1547785, '2023-01-21 02:06:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1547787, '2023-01-21 02:06:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1547786, '2023-01-21 02:06:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1547784, '2023-01-21 02:06:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1547783, '2023-01-21 02:06:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1547781, '2023-01-21 02:06:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1547782, '2023-01-21 02:06:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1547780, '2023-01-21 02:06:33', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1547779, '2023-01-21 02:06:33', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1547776, '2023-01-21 02:06:33', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1547777, '2023-01-21 02:06:33', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1547778, '2023-01-21 02:06:33', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1547775, '2023-01-21 02:06:33', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1547774, '2023-01-21 02:06:33', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1547773, '2023-01-21 02:06:33', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1547772, '2023-01-21 02:06:33', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1547771, '2023-01-21 02:06:33', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1547768, '2023-01-21 02:06:33', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1547770, '2023-01-21 02:06:33', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1547769, '2023-01-21 02:06:33', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1547767, '2023-01-21 02:06:33', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1547763, '2023-01-21 02:05:54', 'info', 'Beginning import for all feed sources', NULL),
(1547765, '2023-01-21 02:06:33', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1547766, '2023-01-21 02:06:33', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1547764, '2023-01-21 02:06:33', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1547761, '2023-01-21 02:02:46', 'info', 'Starting import for \"World News\"', '170'),
(1547762, '2023-01-21 02:02:46', 'info', 'Feed is not active. Finished', '170'),
(1547760, '2023-01-21 02:02:46', 'info', 'Import completed in 0.23 seconds!', '4837'),
(1547757, '2023-01-21 02:02:46', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1547759, '2023-01-21 02:02:46', 'debug', '24 will be skipped', '4837'),
(1547758, '2023-01-21 02:02:46', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1547756, '2023-01-21 02:02:46', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1547753, '2023-01-21 02:02:46', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1547755, '2023-01-21 02:02:46', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1547754, '2023-01-21 02:02:46', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1547752, '2023-01-21 02:02:46', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1547749, '2023-01-21 02:02:46', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1547751, '2023-01-21 02:02:46', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1547750, '2023-01-21 02:02:46', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1547748, '2023-01-21 02:02:46', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1547747, '2023-01-21 02:02:46', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1547745, '2023-01-21 02:02:46', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1547746, '2023-01-21 02:02:46', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1547744, '2023-01-21 02:02:46', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1547741, '2023-01-21 02:02:46', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1547742, '2023-01-21 02:02:46', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1547743, '2023-01-21 02:02:46', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1547740, '2023-01-21 02:02:46', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1547739, '2023-01-21 02:02:46', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1547738, '2023-01-21 02:02:46', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1547736, '2023-01-21 02:02:46', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1547737, '2023-01-21 02:02:46', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1547735, '2023-01-21 02:02:46', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1547733, '2023-01-21 02:02:46', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1547734, '2023-01-21 02:02:46', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1547729, '2023-01-21 01:39:48', 'info', 'Import completed in 0.23 seconds!', '4837'),
(1547730, '2023-01-21 01:39:48', 'info', 'Starting import for \"World News\"', '170'),
(1547731, '2023-01-21 01:39:48', 'info', 'Feed is not active. Finished', '170'),
(1547732, '2023-01-21 01:55:41', 'info', 'Beginning import for all feed sources', NULL),
(1547728, '2023-01-21 01:39:48', 'debug', '24 will be skipped', '4837'),
(1547727, '2023-01-21 01:39:48', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1547725, '2023-01-21 01:39:48', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1547726, '2023-01-21 01:39:48', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1547724, '2023-01-21 01:39:48', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1547723, '2023-01-21 01:39:48', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1547720, '2023-01-21 01:39:48', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1547721, '2023-01-21 01:39:48', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1547722, '2023-01-21 01:39:48', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1547719, '2023-01-21 01:39:48', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1547718, '2023-01-21 01:39:48', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1547716, '2023-01-21 01:39:48', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1547717, '2023-01-21 01:39:48', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1547715, '2023-01-21 01:39:48', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1547713, '2023-01-21 01:39:48', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1547714, '2023-01-21 01:39:48', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1547711, '2023-01-21 01:39:48', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1547712, '2023-01-21 01:39:48', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1547710, '2023-01-21 01:39:48', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1547708, '2023-01-21 01:39:48', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1547709, '2023-01-21 01:39:48', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1547707, '2023-01-21 01:39:48', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549857, '2023-01-21 18:57:11', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1549858, '2023-01-21 18:57:11', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1552412, '2023-01-22 15:28:06', 'info', 'Feed is not active. Finished', '170'),
(1552413, '2023-01-22 15:35:55', 'info', 'Beginning import for all feed sources', NULL),
(1552411, '2023-01-22 15:28:06', 'info', 'Starting import for \"World News\"', '170'),
(1552409, '2023-01-22 15:28:06', 'debug', '24 will be skipped', '4837'),
(1552410, '2023-01-22 15:28:06', 'info', 'Import completed in 0.23 seconds!', '4837'),
(1550007, '2023-01-21 20:12:46', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1555274, '2023-01-23 14:42:01', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1555271, '2023-01-23 14:42:01', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1547706, '2023-01-21 01:39:48', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1547705, '2023-01-21 01:39:48', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1547703, '2023-01-21 01:39:48', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1547704, '2023-01-21 01:39:48', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1547702, '2023-01-21 01:39:48', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1547701, '2023-01-21 01:36:28', 'info', 'Beginning import for all feed sources', NULL),
(1547700, '2023-01-21 01:24:23', 'info', 'Feed is not active. Finished', '170'),
(1547699, '2023-01-21 01:24:23', 'info', 'Starting import for \"World News\"', '170'),
(1547697, '2023-01-21 01:24:23', 'debug', '24 will be skipped', '4837'),
(1547698, '2023-01-21 01:24:23', 'info', 'Import completed in 0.33 seconds!', '4837'),
(1547696, '2023-01-21 01:24:23', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1547695, '2023-01-21 01:24:23', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1547694, '2023-01-21 01:24:23', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1547693, '2023-01-21 01:24:23', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1547692, '2023-01-21 01:24:23', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1547691, '2023-01-21 01:24:23', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1547690, '2023-01-21 01:24:23', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1547689, '2023-01-21 01:24:23', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1547688, '2023-01-21 01:24:23', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1547687, '2023-01-21 01:24:23', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1547686, '2023-01-21 01:24:23', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1547685, '2023-01-21 01:24:23', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1547684, '2023-01-21 01:24:23', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1547683, '2023-01-21 01:24:23', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1547682, '2023-01-21 01:24:23', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1547681, '2023-01-21 01:24:23', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1547680, '2023-01-21 01:24:23', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1547679, '2023-01-21 01:24:23', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1547678, '2023-01-21 01:24:23', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1547677, '2023-01-21 01:24:23', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1547676, '2023-01-21 01:24:23', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1547675, '2023-01-21 01:24:23', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1547674, '2023-01-21 01:24:23', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1547672, '2023-01-21 01:24:23', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1547673, '2023-01-21 01:24:23', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1547671, '2023-01-21 01:24:23', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1547670, '2023-01-21 01:21:57', 'info', 'Beginning import for all feed sources', NULL),
(1547669, '2023-01-21 01:08:52', 'info', 'Feed is not active. Finished', '170'),
(1547668, '2023-01-21 01:08:52', 'info', 'Starting import for \"World News\"', '170'),
(1547666, '2023-01-21 01:08:52', 'debug', '24 will be skipped', '4837'),
(1547667, '2023-01-21 01:08:52', 'info', 'Import completed in 0.23 seconds!', '4837'),
(1547665, '2023-01-21 01:08:52', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1547664, '2023-01-21 01:08:52', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1547663, '2023-01-21 01:08:52', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1547662, '2023-01-21 01:08:52', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1547661, '2023-01-21 01:08:52', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1547660, '2023-01-21 01:08:52', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1547659, '2023-01-21 01:08:52', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1547658, '2023-01-21 01:08:52', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1547657, '2023-01-21 01:08:52', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1547656, '2023-01-21 01:08:52', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1547655, '2023-01-21 01:08:52', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1547654, '2023-01-21 01:08:52', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1547653, '2023-01-21 01:08:52', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1547652, '2023-01-21 01:08:52', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1547651, '2023-01-21 01:08:52', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1547650, '2023-01-21 01:08:52', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1547649, '2023-01-21 01:08:52', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1547648, '2023-01-21 01:08:52', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1547647, '2023-01-21 01:08:52', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1547646, '2023-01-21 01:08:52', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1547645, '2023-01-21 01:08:52', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1547644, '2023-01-21 01:08:52', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1547643, '2023-01-21 01:08:52', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1547641, '2023-01-21 01:08:52', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1547642, '2023-01-21 01:08:52', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1547640, '2023-01-21 01:08:52', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1547639, '2023-01-21 01:05:51', 'info', 'Beginning import for all feed sources', NULL),
(1547638, '2023-01-21 00:56:07', 'info', 'Feed is not active. Finished', '170'),
(1547637, '2023-01-21 00:56:07', 'info', 'Starting import for \"World News\"', '170'),
(1547635, '2023-01-21 00:56:07', 'debug', '24 will be skipped', '4837'),
(1547636, '2023-01-21 00:56:07', 'info', 'Import completed in 0.24 seconds!', '4837'),
(1547634, '2023-01-21 00:56:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1547633, '2023-01-21 00:56:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1547632, '2023-01-21 00:56:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1547631, '2023-01-21 00:56:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1547630, '2023-01-21 00:56:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1547629, '2023-01-21 00:56:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1547628, '2023-01-21 00:56:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1547627, '2023-01-21 00:56:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1547626, '2023-01-21 00:56:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1547625, '2023-01-21 00:56:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1547624, '2023-01-21 00:56:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1547623, '2023-01-21 00:56:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1547622, '2023-01-21 00:56:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1547621, '2023-01-21 00:56:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1547620, '2023-01-21 00:56:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1547619, '2023-01-21 00:56:07', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1547618, '2023-01-21 00:56:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1547617, '2023-01-21 00:56:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1547616, '2023-01-21 00:56:07', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1547615, '2023-01-21 00:56:07', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1547614, '2023-01-21 00:56:07', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1547613, '2023-01-21 00:56:07', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1547612, '2023-01-21 00:56:07', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1547610, '2023-01-21 00:56:07', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1547611, '2023-01-21 00:56:07', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1547609, '2023-01-21 00:56:07', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1547608, '2023-01-21 00:53:28', 'info', 'Beginning import for all feed sources', NULL),
(1547607, '2023-01-21 00:38:45', 'info', 'Feed is not active. Finished', '170'),
(1547606, '2023-01-21 00:38:45', 'info', 'Starting import for \"World News\"', '170'),
(1547604, '2023-01-21 00:38:45', 'debug', '24 will be skipped', '4837'),
(1547605, '2023-01-21 00:38:45', 'info', 'Import completed in 0.29 seconds!', '4837'),
(1547603, '2023-01-21 00:38:45', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1547602, '2023-01-21 00:38:45', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1547601, '2023-01-21 00:38:45', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1547600, '2023-01-21 00:38:45', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1547599, '2023-01-21 00:38:45', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1547598, '2023-01-21 00:38:45', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1547597, '2023-01-21 00:38:45', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1547596, '2023-01-21 00:38:45', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1547595, '2023-01-21 00:38:45', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1547594, '2023-01-21 00:38:45', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1547593, '2023-01-21 00:38:45', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1547592, '2023-01-21 00:38:45', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1547591, '2023-01-21 00:38:45', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1547590, '2023-01-21 00:38:45', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1547589, '2023-01-21 00:38:45', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1547588, '2023-01-21 00:38:45', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1547587, '2023-01-21 00:38:45', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1547586, '2023-01-21 00:38:45', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1547585, '2023-01-21 00:38:45', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1547584, '2023-01-21 00:38:45', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1547583, '2023-01-21 00:38:45', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1547582, '2023-01-21 00:38:45', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1547581, '2023-01-21 00:38:45', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1547580, '2023-01-21 00:38:45', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1547579, '2023-01-21 00:38:44', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1547577, '2023-01-21 00:37:32', 'info', 'Beginning import for all feed sources', NULL),
(1547578, '2023-01-21 00:38:44', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1547575, '2023-01-21 00:21:39', 'info', 'Starting import for \"World News\"', '170'),
(1547576, '2023-01-21 00:21:39', 'info', 'Feed is not active. Finished', '170'),
(1547573, '2023-01-21 00:21:39', 'debug', '24 will be skipped', '4837'),
(1547574, '2023-01-21 00:21:39', 'info', 'Import completed in 0.38 seconds!', '4837'),
(1547572, '2023-01-21 00:21:39', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1547571, '2023-01-21 00:21:39', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1547570, '2023-01-21 00:21:39', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1547569, '2023-01-21 00:21:39', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1547568, '2023-01-21 00:21:39', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1547567, '2023-01-21 00:21:39', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1547566, '2023-01-21 00:21:39', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1547565, '2023-01-21 00:21:39', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1547564, '2023-01-21 00:21:39', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1547563, '2023-01-21 00:21:39', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1547562, '2023-01-21 00:21:39', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1547561, '2023-01-21 00:21:39', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1547560, '2023-01-21 00:21:39', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1547559, '2023-01-21 00:21:39', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1547558, '2023-01-21 00:21:39', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1547557, '2023-01-21 00:21:39', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1547556, '2023-01-21 00:21:39', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1547555, '2023-01-21 00:21:39', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1547554, '2023-01-21 00:21:39', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1547553, '2023-01-21 00:21:39', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1547552, '2023-01-21 00:21:39', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1547551, '2023-01-21 00:21:39', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1547550, '2023-01-21 00:21:39', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1547549, '2023-01-21 00:21:39', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1547548, '2023-01-21 00:21:39', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1547546, '2023-01-21 00:21:36', 'info', 'Beginning import for all feed sources', NULL),
(1547547, '2023-01-21 00:21:39', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1556010, '2023-01-23 20:39:23', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1556008, '2023-01-23 20:25:37', 'info', 'Feed is not active. Finished', '170'),
(1556009, '2023-01-23 20:36:22', 'info', 'Beginning import for all feed sources', NULL),
(1556006, '2023-01-23 20:25:37', 'info', 'Import completed in 0.25 seconds!', '4837'),
(1556007, '2023-01-23 20:25:37', 'info', 'Starting import for \"World News\"', '170'),
(1556005, '2023-01-23 20:25:37', 'debug', '24 will be skipped', '4837'),
(1556004, '2023-01-23 20:25:37', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1556002, '2023-01-23 20:25:37', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1556003, '2023-01-23 20:25:37', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1556001, '2023-01-23 20:25:37', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1556000, '2023-01-23 20:25:37', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1555999, '2023-01-23 20:25:37', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1555998, '2023-01-23 20:25:37', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1555997, '2023-01-23 20:25:37', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1555996, '2023-01-23 20:25:37', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1555995, '2023-01-23 20:25:37', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1555994, '2023-01-23 20:25:37', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1555993, '2023-01-23 20:25:37', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1555992, '2023-01-23 20:25:37', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1555991, '2023-01-23 20:25:37', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1555270, '2023-01-23 14:42:01', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555269, '2023-01-23 14:42:01', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1555268, '2023-01-23 14:42:01', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1555266, '2023-01-23 14:42:00', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1555267, '2023-01-23 14:42:00', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1555264, '2023-01-23 14:27:26', 'info', 'Feed is not active. Finished', '170'),
(1555265, '2023-01-23 14:36:14', 'info', 'Beginning import for all feed sources', NULL),
(1555263, '2023-01-23 14:27:26', 'info', 'Starting import for \"World News\"', '170'),
(1555261, '2023-01-23 14:27:26', 'debug', '24 will be skipped', '4837'),
(1555262, '2023-01-23 14:27:26', 'info', 'Import completed in 0.31 seconds!', '4837'),
(1555260, '2023-01-23 14:27:26', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1555259, '2023-01-23 14:27:26', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1555258, '2023-01-23 14:27:26', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1555257, '2023-01-23 14:27:26', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1555256, '2023-01-23 14:27:26', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1555255, '2023-01-23 14:27:26', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1555254, '2023-01-23 14:27:26', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1555253, '2023-01-23 14:27:26', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1555252, '2023-01-23 14:27:26', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1555250, '2023-01-23 14:27:26', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1555251, '2023-01-23 14:27:26', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1555249, '2023-01-23 14:27:26', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1555248, '2023-01-23 14:27:26', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1555246, '2023-01-23 14:27:26', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1555247, '2023-01-23 14:27:26', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1555245, '2023-01-23 14:27:26', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1555244, '2023-01-23 14:27:26', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1555243, '2023-01-23 14:27:26', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1555242, '2023-01-23 14:27:26', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555241, '2023-01-23 14:27:26', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555240, '2023-01-23 14:27:26', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555239, '2023-01-23 14:27:26', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555238, '2023-01-23 14:27:26', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1555237, '2023-01-23 14:27:26', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1555235, '2023-01-23 14:27:26', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1555236, '2023-01-23 14:27:26', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1555233, '2023-01-23 14:11:43', 'info', 'Feed is not active. Finished', '170'),
(1555234, '2023-01-23 14:27:14', 'info', 'Beginning import for all feed sources', NULL),
(1555232, '2023-01-23 14:11:43', 'info', 'Starting import for \"World News\"', '170'),
(1555230, '2023-01-23 14:11:43', 'debug', '24 will be skipped', '4837'),
(1555231, '2023-01-23 14:11:43', 'info', 'Import completed in 0.29 seconds!', '4837'),
(1555229, '2023-01-23 14:11:43', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1555228, '2023-01-23 14:11:43', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1555227, '2023-01-23 14:11:43', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1555226, '2023-01-23 14:11:43', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1555225, '2023-01-23 14:11:43', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1555224, '2023-01-23 14:11:43', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1555223, '2023-01-23 14:11:43', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1555222, '2023-01-23 14:11:43', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1555221, '2023-01-23 14:11:43', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1555220, '2023-01-23 14:11:43', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1555218, '2023-01-23 14:11:43', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1555219, '2023-01-23 14:11:43', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1555217, '2023-01-23 14:11:43', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1555216, '2023-01-23 14:11:43', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1555214, '2023-01-23 14:11:43', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1555215, '2023-01-23 14:11:43', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1555213, '2023-01-23 14:11:43', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1555212, '2023-01-23 14:11:43', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1555211, '2023-01-23 14:11:43', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555210, '2023-01-23 14:11:43', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555209, '2023-01-23 14:11:43', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555208, '2023-01-23 14:11:43', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555207, '2023-01-23 14:11:43', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1555206, '2023-01-23 14:11:43', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1555205, '2023-01-23 14:11:43', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1555204, '2023-01-23 14:11:43', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1555202, '2023-01-23 13:56:32', 'info', 'Feed is not active. Finished', '170'),
(1555203, '2023-01-23 14:11:31', 'info', 'Beginning import for all feed sources', NULL),
(1555200, '2023-01-23 13:56:32', 'info', 'Import completed in 0.27 seconds!', '4837'),
(1555201, '2023-01-23 13:56:32', 'info', 'Starting import for \"World News\"', '170'),
(1555199, '2023-01-23 13:56:32', 'debug', '24 will be skipped', '4837'),
(1555198, '2023-01-23 13:56:32', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1555197, '2023-01-23 13:56:32', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1555196, '2023-01-23 13:56:32', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1555194, '2023-01-23 13:56:32', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1555195, '2023-01-23 13:56:32', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1555193, '2023-01-23 13:56:32', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1555192, '2023-01-23 13:56:32', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1555191, '2023-01-23 13:56:32', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1555190, '2023-01-23 13:56:32', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1555189, '2023-01-23 13:56:32', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1555188, '2023-01-23 13:56:32', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1559426, '2023-01-25 00:07:46', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1547545, '2023-01-21 00:13:24', 'info', 'Feed is not active. Finished', '170'),
(1547544, '2023-01-21 00:13:24', 'info', 'Starting import for \"World News\"', '170'),
(1547543, '2023-01-21 00:13:24', 'info', 'Import completed in 0.24 seconds!', '4837'),
(1547542, '2023-01-21 00:13:24', 'debug', '24 will be skipped', '4837'),
(1547541, '2023-01-21 00:13:24', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1547540, '2023-01-21 00:13:24', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1547539, '2023-01-21 00:13:24', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1547538, '2023-01-21 00:13:24', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1547537, '2023-01-21 00:13:24', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1547536, '2023-01-21 00:13:24', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1547535, '2023-01-21 00:13:24', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1547534, '2023-01-21 00:13:24', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1547533, '2023-01-21 00:13:24', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1547532, '2023-01-21 00:13:24', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837');
INSERT INTO `iamc_wprss_logs` (`id`, `date`, `level`, `message`, `feed_id`) VALUES
(1547531, '2023-01-21 00:13:24', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1547530, '2023-01-21 00:13:24', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1547529, '2023-01-21 00:13:24', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1547528, '2023-01-21 00:13:24', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1547527, '2023-01-21 00:13:24', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1547526, '2023-01-21 00:13:24', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1547525, '2023-01-21 00:13:24', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1547524, '2023-01-21 00:13:24', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1547523, '2023-01-21 00:13:24', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1547522, '2023-01-21 00:13:24', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1547521, '2023-01-21 00:13:24', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1547520, '2023-01-21 00:13:24', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1547519, '2023-01-21 00:13:24', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1547518, '2023-01-21 00:13:24', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1547517, '2023-01-21 00:13:24', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1547516, '2023-01-21 00:13:24', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1547515, '2023-01-21 00:06:43', 'info', 'Beginning import for all feed sources', NULL),
(1559425, '2023-01-25 00:07:46', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559424, '2023-01-25 00:07:46', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559423, '2023-01-25 00:07:46', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1559422, '2023-01-25 00:07:46', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1559421, '2023-01-25 00:07:46', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1559419, '2023-01-25 00:07:40', 'info', 'Beginning import for all feed sources', NULL),
(1559420, '2023-01-25 00:07:46', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1559417, '2023-01-24 23:55:30', 'info', 'Starting import for \"World News\"', '170'),
(1559418, '2023-01-24 23:55:30', 'info', 'Feed is not active. Finished', '170'),
(1559415, '2023-01-24 23:55:30', 'debug', '24 will be skipped', '4837'),
(1559416, '2023-01-24 23:55:30', 'info', 'Import completed in 0.22 seconds!', '4837'),
(1559414, '2023-01-24 23:55:30', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1559413, '2023-01-24 23:55:30', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1559412, '2023-01-24 23:55:30', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1559411, '2023-01-24 23:55:30', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1559410, '2023-01-24 23:55:30', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1559409, '2023-01-24 23:55:30', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1559408, '2023-01-24 23:55:30', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1559407, '2023-01-24 23:55:30', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1559406, '2023-01-24 23:55:30', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1559405, '2023-01-24 23:55:30', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1559404, '2023-01-24 23:55:30', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1559403, '2023-01-24 23:55:30', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1559402, '2023-01-24 23:55:30', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1559401, '2023-01-24 23:55:30', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1559400, '2023-01-24 23:55:30', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1559399, '2023-01-24 23:55:30', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1559397, '2023-01-24 23:55:30', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1559398, '2023-01-24 23:55:30', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1559396, '2023-01-24 23:55:30', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559395, '2023-01-24 23:55:30', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559394, '2023-01-24 23:55:30', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559393, '2023-01-24 23:55:30', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559392, '2023-01-24 23:55:30', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1559391, '2023-01-24 23:55:30', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1559390, '2023-01-24 23:55:30', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1559388, '2023-01-24 23:54:27', 'info', 'Beginning import for all feed sources', NULL),
(1559389, '2023-01-24 23:55:30', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1559386, '2023-01-24 23:40:03', 'info', 'Starting import for \"World News\"', '170'),
(1559387, '2023-01-24 23:40:03', 'info', 'Feed is not active. Finished', '170'),
(1559384, '2023-01-24 23:40:03', 'debug', '24 will be skipped', '4837'),
(1559385, '2023-01-24 23:40:03', 'info', 'Import completed in 0.24 seconds!', '4837'),
(1559383, '2023-01-24 23:40:03', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1559382, '2023-01-24 23:40:03', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1559381, '2023-01-24 23:40:03', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1559380, '2023-01-24 23:40:03', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1559379, '2023-01-24 23:40:03', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1559378, '2023-01-24 23:40:03', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1559377, '2023-01-24 23:40:03', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1559376, '2023-01-24 23:40:03', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1559375, '2023-01-24 23:40:03', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1559374, '2023-01-24 23:40:03', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1559373, '2023-01-24 23:40:03', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1559372, '2023-01-24 23:40:03', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1559371, '2023-01-24 23:40:03', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1559370, '2023-01-24 23:40:03', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1559369, '2023-01-24 23:40:03', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1559367, '2023-01-24 23:40:03', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1559368, '2023-01-24 23:40:03', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1559366, '2023-01-24 23:40:03', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1559365, '2023-01-24 23:40:03', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559364, '2023-01-24 23:40:03', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559363, '2023-01-24 23:40:03', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559362, '2023-01-24 23:40:03', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559361, '2023-01-24 23:40:03', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1559360, '2023-01-24 23:40:03', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1559359, '2023-01-24 23:40:03', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1559357, '2023-01-24 23:39:34', 'info', 'Beginning import for all feed sources', NULL),
(1559358, '2023-01-24 23:40:03', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1559355, '2023-01-24 23:24:07', 'info', 'Starting import for \"World News\"', '170'),
(1559356, '2023-01-24 23:24:07', 'info', 'Feed is not active. Finished', '170'),
(1559353, '2023-01-24 23:24:07', 'debug', '24 will be skipped', '4837'),
(1559354, '2023-01-24 23:24:07', 'info', 'Import completed in 0.22 seconds!', '4837'),
(1559352, '2023-01-24 23:24:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1559351, '2023-01-24 23:24:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1559350, '2023-01-24 23:24:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1559349, '2023-01-24 23:24:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1559348, '2023-01-24 23:24:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1559347, '2023-01-24 23:24:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1559346, '2023-01-24 23:24:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1559345, '2023-01-24 23:24:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1559344, '2023-01-24 23:24:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1559343, '2023-01-24 23:24:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1559342, '2023-01-24 23:24:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1559341, '2023-01-24 23:24:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1559340, '2023-01-24 23:24:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1559339, '2023-01-24 23:24:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1559337, '2023-01-24 23:24:07', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1559338, '2023-01-24 23:24:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1559336, '2023-01-24 23:24:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1559335, '2023-01-24 23:24:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1559334, '2023-01-24 23:24:07', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559333, '2023-01-24 23:24:07', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559332, '2023-01-24 23:24:07', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559331, '2023-01-24 23:24:07', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559330, '2023-01-24 23:24:07', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1559329, '2023-01-24 23:24:07', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1559328, '2023-01-24 23:24:07', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1559326, '2023-01-24 23:22:39', 'info', 'Beginning import for all feed sources', NULL),
(1559327, '2023-01-24 23:24:07', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1559324, '2023-01-24 23:08:43', 'info', 'Starting import for \"World News\"', '170'),
(1559325, '2023-01-24 23:08:43', 'info', 'Feed is not active. Finished', '170'),
(1559322, '2023-01-24 23:08:43', 'debug', '24 will be skipped', '4837'),
(1559323, '2023-01-24 23:08:43', 'info', 'Import completed in 0.26 seconds!', '4837'),
(1559321, '2023-01-24 23:08:43', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1559320, '2023-01-24 23:08:43', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1559319, '2023-01-24 23:08:43', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1559318, '2023-01-24 23:08:43', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1559317, '2023-01-24 23:08:43', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1559316, '2023-01-24 23:08:43', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1559315, '2023-01-24 23:08:43', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1559314, '2023-01-24 23:08:43', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1559313, '2023-01-24 23:08:43', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1559312, '2023-01-24 23:08:43', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1559311, '2023-01-24 23:08:43', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1559310, '2023-01-24 23:08:43', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1559309, '2023-01-24 23:08:43', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1559308, '2023-01-24 23:08:43', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1559307, '2023-01-24 23:08:43', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1559306, '2023-01-24 23:08:43', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1559305, '2023-01-24 23:08:43', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1559304, '2023-01-24 23:08:43', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1559302, '2023-01-24 23:08:43', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559303, '2023-01-24 23:08:43', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559301, '2023-01-24 23:08:43', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559300, '2023-01-24 23:08:43', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559299, '2023-01-24 23:08:43', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1559298, '2023-01-24 23:08:43', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1559297, '2023-01-24 23:08:43', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1559295, '2023-01-24 23:08:25', 'info', 'Beginning import for all feed sources', NULL),
(1559296, '2023-01-24 23:08:43', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1559293, '2023-01-24 22:53:02', 'info', 'Starting import for \"World News\"', '170'),
(1559294, '2023-01-24 22:53:02', 'info', 'Feed is not active. Finished', '170'),
(1559291, '2023-01-24 22:53:02', 'debug', '24 will be skipped', '4837'),
(1559292, '2023-01-24 22:53:02', 'info', 'Import completed in 0.23 seconds!', '4837'),
(1559290, '2023-01-24 22:53:02', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1559289, '2023-01-24 22:53:02', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1559288, '2023-01-24 22:53:02', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1559287, '2023-01-24 22:53:02', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1559286, '2023-01-24 22:53:02', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1559285, '2023-01-24 22:53:02', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1559284, '2023-01-24 22:53:02', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1559283, '2023-01-24 22:53:02', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1559282, '2023-01-24 22:53:02', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1559281, '2023-01-24 22:53:02', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1559280, '2023-01-24 22:53:02', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1559279, '2023-01-24 22:53:02', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1559278, '2023-01-24 22:53:02', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1559277, '2023-01-24 22:53:02', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1559276, '2023-01-24 22:53:02', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1552408, '2023-01-22 15:28:06', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1552407, '2023-01-22 15:28:06', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1552406, '2023-01-22 15:28:06', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1552405, '2023-01-22 15:28:06', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1552404, '2023-01-22 15:28:06', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1552403, '2023-01-22 15:28:06', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1552402, '2023-01-22 15:28:06', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1552401, '2023-01-22 15:28:06', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1552400, '2023-01-22 15:28:06', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1552399, '2023-01-22 15:28:06', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1552398, '2023-01-22 15:28:06', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1552397, '2023-01-22 15:28:06', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1552396, '2023-01-22 15:28:06', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1552395, '2023-01-22 15:28:06', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1552394, '2023-01-22 15:28:06', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1552393, '2023-01-22 15:28:06', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1552392, '2023-01-22 15:28:06', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1552391, '2023-01-22 15:28:06', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1552390, '2023-01-22 15:28:06', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552389, '2023-01-22 15:28:06', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552388, '2023-01-22 15:28:06', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552387, '2023-01-22 15:28:06', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552386, '2023-01-22 15:28:06', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1552385, '2023-01-22 15:28:06', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1552383, '2023-01-22 15:28:06', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1552384, '2023-01-22 15:28:06', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1552382, '2023-01-22 15:20:59', 'info', 'Beginning import for all feed sources', NULL),
(1552381, '2023-01-22 15:12:40', 'info', 'Feed is not active. Finished', '170'),
(1552380, '2023-01-22 15:12:40', 'info', 'Starting import for \"World News\"', '170'),
(1552379, '2023-01-22 15:12:40', 'info', 'Import completed in 0.22 seconds!', '4837'),
(1552378, '2023-01-22 15:12:40', 'debug', '24 will be skipped', '4837'),
(1552377, '2023-01-22 15:12:40', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1552376, '2023-01-22 15:12:40', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1552375, '2023-01-22 15:12:40', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1552374, '2023-01-22 15:12:40', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1552373, '2023-01-22 15:12:40', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1552372, '2023-01-22 15:12:40', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1552371, '2023-01-22 15:12:40', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1552370, '2023-01-22 15:12:40', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1552369, '2023-01-22 15:12:40', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1552368, '2023-01-22 15:12:40', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1552367, '2023-01-22 15:12:40', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1552366, '2023-01-22 15:12:40', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1552365, '2023-01-22 15:12:40', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1552364, '2023-01-22 15:12:40', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1552363, '2023-01-22 15:12:40', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1552362, '2023-01-22 15:12:40', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1552361, '2023-01-22 15:12:40', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1552360, '2023-01-22 15:12:40', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1552359, '2023-01-22 15:12:40', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552358, '2023-01-22 15:12:40', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552357, '2023-01-22 15:12:40', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552356, '2023-01-22 15:12:40', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552355, '2023-01-22 15:12:40', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1552354, '2023-01-22 15:12:40', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1552353, '2023-01-22 15:12:40', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1552352, '2023-01-22 15:12:40', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1552351, '2023-01-22 15:11:29', 'info', 'Beginning import for all feed sources', NULL),
(1552350, '2023-01-22 14:55:20', 'info', 'Feed is not active. Finished', '170'),
(1552349, '2023-01-22 14:55:20', 'info', 'Starting import for \"World News\"', '170'),
(1552347, '2023-01-22 14:55:20', 'debug', '24 will be skipped', '4837'),
(1552348, '2023-01-22 14:55:20', 'info', 'Import completed in 0.23 seconds!', '4837'),
(1552346, '2023-01-22 14:55:20', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1552345, '2023-01-22 14:55:20', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1552344, '2023-01-22 14:55:20', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1552343, '2023-01-22 14:55:20', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1552342, '2023-01-22 14:55:20', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1552341, '2023-01-22 14:55:20', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1552340, '2023-01-22 14:55:20', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1552339, '2023-01-22 14:55:20', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1552338, '2023-01-22 14:55:20', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1552337, '2023-01-22 14:55:20', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1552336, '2023-01-22 14:55:20', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1552335, '2023-01-22 14:55:20', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1552334, '2023-01-22 14:55:20', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1552333, '2023-01-22 14:55:20', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1552332, '2023-01-22 14:55:20', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1552331, '2023-01-22 14:55:20', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1552330, '2023-01-22 14:55:20', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1552329, '2023-01-22 14:55:20', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1552328, '2023-01-22 14:55:20', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552327, '2023-01-22 14:55:20', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552326, '2023-01-22 14:55:20', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552325, '2023-01-22 14:55:20', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552324, '2023-01-22 14:55:20', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1552323, '2023-01-22 14:55:20', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1552322, '2023-01-22 14:55:20', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1552321, '2023-01-22 14:55:20', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1552320, '2023-01-22 14:50:53', 'info', 'Beginning import for all feed sources', NULL),
(1552319, '2023-01-22 14:39:58', 'info', 'Feed is not active. Finished', '170'),
(1552318, '2023-01-22 14:39:58', 'info', 'Starting import for \"World News\"', '170'),
(1552316, '2023-01-22 14:39:58', 'debug', '24 will be skipped', '4837'),
(1552317, '2023-01-22 14:39:58', 'info', 'Import completed in 0.34 seconds!', '4837'),
(1552315, '2023-01-22 14:39:58', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1552314, '2023-01-22 14:39:58', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1552313, '2023-01-22 14:39:58', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1552312, '2023-01-22 14:39:58', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1552311, '2023-01-22 14:39:58', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1552310, '2023-01-22 14:39:58', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1552309, '2023-01-22 14:39:58', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1552308, '2023-01-22 14:39:58', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1552307, '2023-01-22 14:39:58', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1552306, '2023-01-22 14:39:58', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1552305, '2023-01-22 14:39:58', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1552304, '2023-01-22 14:39:58', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1552303, '2023-01-22 14:39:58', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1552302, '2023-01-22 14:39:58', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1552301, '2023-01-22 14:39:58', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1552300, '2023-01-22 14:39:58', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1552299, '2023-01-22 14:39:58', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1552298, '2023-01-22 14:39:58', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1552297, '2023-01-22 14:39:58', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552296, '2023-01-22 14:39:58', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552295, '2023-01-22 14:39:58', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552294, '2023-01-22 14:39:58', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552293, '2023-01-22 14:39:58', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1552292, '2023-01-22 14:39:58', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1552291, '2023-01-22 14:39:57', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1552290, '2023-01-22 14:39:57', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1552289, '2023-01-22 14:36:24', 'info', 'Beginning import for all feed sources', NULL),
(1552287, '2023-01-22 14:28:07', 'info', 'Starting import for \"World News\"', '170'),
(1552288, '2023-01-22 14:28:07', 'info', 'Feed is not active. Finished', '170'),
(1552285, '2023-01-22 14:28:07', 'debug', '24 will be skipped', '4837'),
(1552286, '2023-01-22 14:28:07', 'info', 'Import completed in 0.26 seconds!', '4837'),
(1552284, '2023-01-22 14:28:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1552283, '2023-01-22 14:28:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1552282, '2023-01-22 14:28:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1552281, '2023-01-22 14:28:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1552280, '2023-01-22 14:28:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1552279, '2023-01-22 14:28:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1552278, '2023-01-22 14:28:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1552277, '2023-01-22 14:28:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1552276, '2023-01-22 14:28:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1552275, '2023-01-22 14:28:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1552274, '2023-01-22 14:28:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1552273, '2023-01-22 14:28:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1552272, '2023-01-22 14:28:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1552271, '2023-01-22 14:28:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1552270, '2023-01-22 14:28:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1552269, '2023-01-22 14:28:07', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1552268, '2023-01-22 14:28:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1552267, '2023-01-22 14:28:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1552266, '2023-01-22 14:28:07', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552265, '2023-01-22 14:28:07', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552264, '2023-01-22 14:28:07', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552263, '2023-01-22 14:28:07', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552262, '2023-01-22 14:28:07', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1552261, '2023-01-22 14:28:07', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1552260, '2023-01-22 14:28:06', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1552258, '2023-01-22 14:24:34', 'info', 'Beginning import for all feed sources', NULL),
(1552259, '2023-01-22 14:28:06', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1552256, '2023-01-22 14:16:49', 'info', 'Starting import for \"World News\"', '170'),
(1552257, '2023-01-22 14:16:49', 'info', 'Feed is not active. Finished', '170'),
(1552254, '2023-01-22 14:16:49', 'debug', '24 will be skipped', '4837'),
(1552255, '2023-01-22 14:16:49', 'info', 'Import completed in 0.24 seconds!', '4837'),
(1552253, '2023-01-22 14:16:49', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1552252, '2023-01-22 14:16:49', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1552251, '2023-01-22 14:16:49', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1552250, '2023-01-22 14:16:49', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1552249, '2023-01-22 14:16:49', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1552248, '2023-01-22 14:16:49', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1552247, '2023-01-22 14:16:49', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1552246, '2023-01-22 14:16:49', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1552245, '2023-01-22 14:16:49', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1552244, '2023-01-22 14:16:49', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1552243, '2023-01-22 14:16:49', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1552242, '2023-01-22 14:16:49', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1552241, '2023-01-22 14:16:49', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1552240, '2023-01-22 14:16:49', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1552239, '2023-01-22 14:16:49', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1552238, '2023-01-22 14:16:49', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1552237, '2023-01-22 14:16:49', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1552236, '2023-01-22 14:16:49', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1552235, '2023-01-22 14:16:49', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552234, '2023-01-22 14:16:49', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552233, '2023-01-22 14:16:49', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552232, '2023-01-22 14:16:49', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552231, '2023-01-22 14:16:49', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1552230, '2023-01-22 14:16:49', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1552229, '2023-01-22 14:16:49', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1552227, '2023-01-22 14:10:08', 'info', 'Beginning import for all feed sources', NULL),
(1552228, '2023-01-22 14:16:49', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1552225, '2023-01-22 13:56:23', 'info', 'Starting import for \"World News\"', '170'),
(1552226, '2023-01-22 13:56:23', 'info', 'Feed is not active. Finished', '170'),
(1552223, '2023-01-22 13:56:23', 'debug', '24 will be skipped', '4837'),
(1552224, '2023-01-22 13:56:23', 'info', 'Import completed in 0.25 seconds!', '4837'),
(1552222, '2023-01-22 13:56:23', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1552221, '2023-01-22 13:56:23', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1552220, '2023-01-22 13:56:23', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1552219, '2023-01-22 13:56:23', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1552218, '2023-01-22 13:56:23', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1552217, '2023-01-22 13:56:23', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1552216, '2023-01-22 13:56:23', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1552215, '2023-01-22 13:56:23', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1552214, '2023-01-22 13:56:23', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1552213, '2023-01-22 13:56:23', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1552212, '2023-01-22 13:56:23', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1552211, '2023-01-22 13:56:23', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1552210, '2023-01-22 13:56:23', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1552209, '2023-01-22 13:56:23', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1552208, '2023-01-22 13:56:23', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1552207, '2023-01-22 13:56:23', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1552206, '2023-01-22 13:56:23', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1552205, '2023-01-22 13:56:23', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1552204, '2023-01-22 13:56:23', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552203, '2023-01-22 13:56:23', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552202, '2023-01-22 13:56:23', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552201, '2023-01-22 13:56:23', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552200, '2023-01-22 13:56:23', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837');
INSERT INTO `iamc_wprss_logs` (`id`, `date`, `level`, `message`, `feed_id`) VALUES
(1552199, '2023-01-22 13:56:23', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1552197, '2023-01-22 13:56:23', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1552198, '2023-01-22 13:56:23', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1552196, '2023-01-22 13:54:13', 'info', 'Beginning import for all feed sources', NULL),
(1552194, '2023-01-22 13:39:45', 'info', 'Starting import for \"World News\"', '170'),
(1552195, '2023-01-22 13:39:45', 'info', 'Feed is not active. Finished', '170'),
(1552192, '2023-01-22 13:39:45', 'debug', '24 will be skipped', '4837'),
(1552193, '2023-01-22 13:39:45', 'info', 'Import completed in 0.24 seconds!', '4837'),
(1552191, '2023-01-22 13:39:45', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1552190, '2023-01-22 13:39:45', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1552189, '2023-01-22 13:39:45', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1552188, '2023-01-22 13:39:45', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1552187, '2023-01-22 13:39:45', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1552186, '2023-01-22 13:39:45', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1552185, '2023-01-22 13:39:45', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1552184, '2023-01-22 13:39:45', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1552183, '2023-01-22 13:39:45', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1552182, '2023-01-22 13:39:45', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1552181, '2023-01-22 13:39:45', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1552180, '2023-01-22 13:39:45', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1552179, '2023-01-22 13:39:45', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1552178, '2023-01-22 13:39:45', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1552177, '2023-01-22 13:39:45', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1552176, '2023-01-22 13:39:45', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1552175, '2023-01-22 13:39:45', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1552174, '2023-01-22 13:39:45', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1552173, '2023-01-22 13:39:45', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552172, '2023-01-22 13:39:45', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552171, '2023-01-22 13:39:45', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552170, '2023-01-22 13:39:45', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552169, '2023-01-22 13:39:45', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1552168, '2023-01-22 13:39:45', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1552167, '2023-01-22 13:39:45', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1552165, '2023-01-22 13:37:03', 'info', 'Beginning import for all feed sources', NULL),
(1552166, '2023-01-22 13:39:45', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1552163, '2023-01-22 13:24:30', 'info', 'Starting import for \"World News\"', '170'),
(1552164, '2023-01-22 13:24:30', 'info', 'Feed is not active. Finished', '170'),
(1552161, '2023-01-22 13:24:30', 'debug', '24 will be skipped', '4837'),
(1552162, '2023-01-22 13:24:30', 'info', 'Import completed in 0.21 seconds!', '4837'),
(1552160, '2023-01-22 13:24:30', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1552159, '2023-01-22 13:24:30', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1552158, '2023-01-22 13:24:30', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1552157, '2023-01-22 13:24:30', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1552156, '2023-01-22 13:24:30', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1552155, '2023-01-22 13:24:30', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1552154, '2023-01-22 13:24:30', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1552153, '2023-01-22 13:24:30', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1552152, '2023-01-22 13:24:30', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1552151, '2023-01-22 13:24:30', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1552150, '2023-01-22 13:24:30', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1552149, '2023-01-22 13:24:30', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1552148, '2023-01-22 13:24:30', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1552147, '2023-01-22 13:24:30', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1552146, '2023-01-22 13:24:30', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1552145, '2023-01-22 13:24:30', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1552144, '2023-01-22 13:24:30', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1552143, '2023-01-22 13:24:30', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1552142, '2023-01-22 13:24:30', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552141, '2023-01-22 13:24:30', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552140, '2023-01-22 13:24:30', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552139, '2023-01-22 13:24:30', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552138, '2023-01-22 13:24:30', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1552137, '2023-01-22 13:24:30', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1552136, '2023-01-22 13:24:30', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1552134, '2023-01-22 13:21:21', 'info', 'Beginning import for all feed sources', NULL),
(1552135, '2023-01-22 13:24:30', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1552132, '2023-01-22 13:14:17', 'info', 'Starting import for \"World News\"', '170'),
(1552133, '2023-01-22 13:14:17', 'info', 'Feed is not active. Finished', '170'),
(1552130, '2023-01-22 13:14:17', 'debug', '24 will be skipped', '4837'),
(1552131, '2023-01-22 13:14:17', 'info', 'Import completed in 0.24 seconds!', '4837'),
(1552129, '2023-01-22 13:14:17', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1552128, '2023-01-22 13:14:17', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1552127, '2023-01-22 13:14:17', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1552126, '2023-01-22 13:14:17', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1552125, '2023-01-22 13:14:17', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1552124, '2023-01-22 13:14:17', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1552123, '2023-01-22 13:14:17', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1552122, '2023-01-22 13:14:17', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1552121, '2023-01-22 13:14:17', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1552120, '2023-01-22 13:14:17', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1552119, '2023-01-22 13:14:17', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1552118, '2023-01-22 13:14:17', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1552117, '2023-01-22 13:14:17', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1552116, '2023-01-22 13:14:17', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1552115, '2023-01-22 13:14:17', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1552114, '2023-01-22 13:14:17', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1552113, '2023-01-22 13:14:17', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1552112, '2023-01-22 13:14:17', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1552111, '2023-01-22 13:14:17', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552110, '2023-01-22 13:14:17', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552109, '2023-01-22 13:14:17', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552108, '2023-01-22 13:14:17', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552107, '2023-01-22 13:14:17', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1552106, '2023-01-22 13:14:17', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1552105, '2023-01-22 13:14:17', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1552103, '2023-01-22 13:05:54', 'info', 'Beginning import for all feed sources', NULL),
(1552104, '2023-01-22 13:14:17', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1552101, '2023-01-22 12:58:20', 'info', 'Starting import for \"World News\"', '170'),
(1552102, '2023-01-22 12:58:20', 'info', 'Feed is not active. Finished', '170'),
(1552099, '2023-01-22 12:58:20', 'debug', '24 will be skipped', '4837'),
(1552100, '2023-01-22 12:58:20', 'info', 'Import completed in 0.25 seconds!', '4837'),
(1552098, '2023-01-22 12:58:20', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1552097, '2023-01-22 12:58:20', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1552096, '2023-01-22 12:58:20', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1552095, '2023-01-22 12:58:20', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1552094, '2023-01-22 12:58:20', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1552093, '2023-01-22 12:58:20', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1552092, '2023-01-22 12:58:20', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1552091, '2023-01-22 12:58:20', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1552090, '2023-01-22 12:58:20', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1552089, '2023-01-22 12:58:20', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1552088, '2023-01-22 12:58:20', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1552087, '2023-01-22 12:58:20', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1552086, '2023-01-22 12:58:20', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1552085, '2023-01-22 12:58:20', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1552084, '2023-01-22 12:58:20', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1552083, '2023-01-22 12:58:20', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1552082, '2023-01-22 12:58:20', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1552081, '2023-01-22 12:58:20', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1552080, '2023-01-22 12:58:20', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552079, '2023-01-22 12:58:20', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552078, '2023-01-22 12:58:20', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552077, '2023-01-22 12:58:20', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552076, '2023-01-22 12:58:20', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1552075, '2023-01-22 12:58:20', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1552074, '2023-01-22 12:58:20', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1552072, '2023-01-22 12:58:15', 'info', 'Beginning import for all feed sources', NULL),
(1552073, '2023-01-22 12:58:20', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1552070, '2023-01-22 12:42:20', 'info', 'Starting import for \"World News\"', '170'),
(1552071, '2023-01-22 12:42:20', 'info', 'Feed is not active. Finished', '170'),
(1552068, '2023-01-22 12:42:20', 'debug', '24 will be skipped', '4837'),
(1552069, '2023-01-22 12:42:20', 'info', 'Import completed in 0.22 seconds!', '4837'),
(1552067, '2023-01-22 12:42:20', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1552066, '2023-01-22 12:42:20', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1552065, '2023-01-22 12:42:20', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1552064, '2023-01-22 12:42:20', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1552063, '2023-01-22 12:42:20', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1552062, '2023-01-22 12:42:20', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1552061, '2023-01-22 12:42:20', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1552060, '2023-01-22 12:42:20', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1552059, '2023-01-22 12:42:20', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1552058, '2023-01-22 12:42:20', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1552057, '2023-01-22 12:42:20', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1552056, '2023-01-22 12:42:20', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1552055, '2023-01-22 12:42:20', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1552054, '2023-01-22 12:42:20', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1552053, '2023-01-22 12:42:20', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1552052, '2023-01-22 12:42:20', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1552051, '2023-01-22 12:42:20', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1552050, '2023-01-22 12:42:20', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1552049, '2023-01-22 12:42:20', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552048, '2023-01-22 12:42:20', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552047, '2023-01-22 12:42:20', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552046, '2023-01-22 12:42:20', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552045, '2023-01-22 12:42:20', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1552044, '2023-01-22 12:42:20', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1552043, '2023-01-22 12:42:20', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1552041, '2023-01-22 12:39:06', 'info', 'Beginning import for all feed sources', NULL),
(1552042, '2023-01-22 12:42:20', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1552039, '2023-01-22 12:27:14', 'info', 'Starting import for \"World News\"', '170'),
(1552040, '2023-01-22 12:27:14', 'info', 'Feed is not active. Finished', '170'),
(1552037, '2023-01-22 12:27:14', 'debug', '24 will be skipped', '4837'),
(1552038, '2023-01-22 12:27:14', 'info', 'Import completed in 0.25 seconds!', '4837'),
(1552036, '2023-01-22 12:27:14', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1552035, '2023-01-22 12:27:14', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1552034, '2023-01-22 12:27:14', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1552033, '2023-01-22 12:27:14', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1552032, '2023-01-22 12:27:14', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1552031, '2023-01-22 12:27:14', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1552030, '2023-01-22 12:27:14', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1552029, '2023-01-22 12:27:14', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1552028, '2023-01-22 12:27:14', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1552027, '2023-01-22 12:27:14', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1552026, '2023-01-22 12:27:14', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1552025, '2023-01-22 12:27:14', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1552024, '2023-01-22 12:27:14', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1552023, '2023-01-22 12:27:14', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1552022, '2023-01-22 12:27:14', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1552021, '2023-01-22 12:27:14', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1552020, '2023-01-22 12:27:14', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1552019, '2023-01-22 12:27:14', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1552018, '2023-01-22 12:27:14', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552017, '2023-01-22 12:27:14', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552016, '2023-01-22 12:27:14', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552015, '2023-01-22 12:27:14', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552014, '2023-01-22 12:27:14', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1552013, '2023-01-22 12:27:14', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1552012, '2023-01-22 12:27:14', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1552010, '2023-01-22 12:24:03', 'info', 'Beginning import for all feed sources', NULL),
(1552011, '2023-01-22 12:27:14', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1552008, '2023-01-22 12:08:45', 'info', 'Starting import for \"World News\"', '170'),
(1552009, '2023-01-22 12:08:45', 'info', 'Feed is not active. Finished', '170'),
(1552006, '2023-01-22 12:08:45', 'debug', '24 will be skipped', '4837'),
(1552007, '2023-01-22 12:08:45', 'info', 'Import completed in 0.32 seconds!', '4837'),
(1552005, '2023-01-22 12:08:45', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1552004, '2023-01-22 12:08:45', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1552003, '2023-01-22 12:08:45', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1552002, '2023-01-22 12:08:45', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1552001, '2023-01-22 12:08:45', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1552000, '2023-01-22 12:08:45', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1551999, '2023-01-22 12:08:45', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1551998, '2023-01-22 12:08:45', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1551997, '2023-01-22 12:08:45', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1551996, '2023-01-22 12:08:45', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1551995, '2023-01-22 12:08:44', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1551994, '2023-01-22 12:08:44', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1551993, '2023-01-22 12:08:44', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1551992, '2023-01-22 12:08:44', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1551991, '2023-01-22 12:08:44', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1551990, '2023-01-22 12:08:44', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1551989, '2023-01-22 12:08:44', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1551988, '2023-01-22 12:08:44', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1551987, '2023-01-22 12:08:44', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551986, '2023-01-22 12:08:44', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551985, '2023-01-22 12:08:44', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551984, '2023-01-22 12:08:44', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551983, '2023-01-22 12:08:44', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1551982, '2023-01-22 12:08:44', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1551981, '2023-01-22 12:08:44', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1551979, '2023-01-22 12:08:33', 'info', 'Beginning import for all feed sources', NULL),
(1551980, '2023-01-22 12:08:44', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1551977, '2023-01-22 11:55:19', 'info', 'Starting import for \"World News\"', '170'),
(1551978, '2023-01-22 11:55:19', 'info', 'Feed is not active. Finished', '170'),
(1551975, '2023-01-22 11:55:18', 'debug', '24 will be skipped', '4837'),
(1551976, '2023-01-22 11:55:19', 'info', 'Import completed in 0.27 seconds!', '4837'),
(1551974, '2023-01-22 11:55:18', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1551973, '2023-01-22 11:55:18', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1551972, '2023-01-22 11:55:18', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1551971, '2023-01-22 11:55:18', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1551970, '2023-01-22 11:55:18', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1551969, '2023-01-22 11:55:18', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1551968, '2023-01-22 11:55:18', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1551967, '2023-01-22 11:55:18', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1551966, '2023-01-22 11:55:18', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1551965, '2023-01-22 11:55:18', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1551964, '2023-01-22 11:55:18', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1551963, '2023-01-22 11:55:18', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1551962, '2023-01-22 11:55:18', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1551961, '2023-01-22 11:55:18', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1551960, '2023-01-22 11:55:18', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1551959, '2023-01-22 11:55:18', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1551958, '2023-01-22 11:55:18', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1551957, '2023-01-22 11:55:18', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1551956, '2023-01-22 11:55:18', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551955, '2023-01-22 11:55:18', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551954, '2023-01-22 11:55:18', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551953, '2023-01-22 11:55:18', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551952, '2023-01-22 11:55:18', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1551951, '2023-01-22 11:55:18', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1551950, '2023-01-22 11:55:18', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1551948, '2023-01-22 11:55:08', 'info', 'Beginning import for all feed sources', NULL),
(1551949, '2023-01-22 11:55:18', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1551946, '2023-01-22 11:40:07', 'info', 'Starting import for \"World News\"', '170'),
(1551947, '2023-01-22 11:40:07', 'info', 'Feed is not active. Finished', '170'),
(1551944, '2023-01-22 11:40:07', 'debug', '24 will be skipped', '4837'),
(1551945, '2023-01-22 11:40:07', 'info', 'Import completed in 0.26 seconds!', '4837'),
(1551943, '2023-01-22 11:40:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1551942, '2023-01-22 11:40:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1551941, '2023-01-22 11:40:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1551940, '2023-01-22 11:40:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1551939, '2023-01-22 11:40:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1551938, '2023-01-22 11:40:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1551937, '2023-01-22 11:40:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1551936, '2023-01-22 11:40:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1551935, '2023-01-22 11:40:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1551934, '2023-01-22 11:40:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1551933, '2023-01-22 11:40:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1551932, '2023-01-22 11:40:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1551931, '2023-01-22 11:40:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1551930, '2023-01-22 11:40:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1551929, '2023-01-22 11:40:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1551928, '2023-01-22 11:40:07', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1551927, '2023-01-22 11:40:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1551926, '2023-01-22 11:40:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1551925, '2023-01-22 11:40:07', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551924, '2023-01-22 11:40:07', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551923, '2023-01-22 11:40:07', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551922, '2023-01-22 11:40:07', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551921, '2023-01-22 11:40:07', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1551920, '2023-01-22 11:40:07', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1551919, '2023-01-22 11:40:07', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1551917, '2023-01-22 11:39:34', 'info', 'Beginning import for all feed sources', NULL),
(1551918, '2023-01-22 11:40:07', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1551915, '2023-01-22 11:21:10', 'info', 'Starting import for \"World News\"', '170'),
(1551916, '2023-01-22 11:21:10', 'info', 'Feed is not active. Finished', '170'),
(1551913, '2023-01-22 11:21:10', 'debug', '24 will be skipped', '4837'),
(1551914, '2023-01-22 11:21:10', 'info', 'Import completed in 0.22 seconds!', '4837'),
(1551912, '2023-01-22 11:21:10', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1551911, '2023-01-22 11:21:10', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1551910, '2023-01-22 11:21:10', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1551909, '2023-01-22 11:21:10', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1551908, '2023-01-22 11:21:10', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1551907, '2023-01-22 11:21:10', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1551906, '2023-01-22 11:21:10', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1551905, '2023-01-22 11:21:10', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1551904, '2023-01-22 11:21:10', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1551903, '2023-01-22 11:21:10', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1551902, '2023-01-22 11:21:10', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1551901, '2023-01-22 11:21:10', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1551900, '2023-01-22 11:21:10', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1551899, '2023-01-22 11:21:10', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1551898, '2023-01-22 11:21:10', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1551897, '2023-01-22 11:21:10', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1551896, '2023-01-22 11:21:10', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1551895, '2023-01-22 11:21:10', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1551894, '2023-01-22 11:21:10', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551893, '2023-01-22 11:21:10', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551892, '2023-01-22 11:21:10', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551891, '2023-01-22 11:21:10', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551890, '2023-01-22 11:21:10', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1551889, '2023-01-22 11:21:10', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1551888, '2023-01-22 11:21:10', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1551886, '2023-01-22 11:20:57', 'info', 'Beginning import for all feed sources', NULL),
(1551887, '2023-01-22 11:21:10', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1551884, '2023-01-22 11:12:43', 'info', 'Starting import for \"World News\"', '170'),
(1551885, '2023-01-22 11:12:43', 'info', 'Feed is not active. Finished', '170'),
(1551882, '2023-01-22 11:12:43', 'debug', '24 will be skipped', '4837'),
(1551883, '2023-01-22 11:12:43', 'info', 'Import completed in 0.23 seconds!', '4837'),
(1551881, '2023-01-22 11:12:43', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1551880, '2023-01-22 11:12:43', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1551879, '2023-01-22 11:12:43', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1551878, '2023-01-22 11:12:43', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1551877, '2023-01-22 11:12:43', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1551876, '2023-01-22 11:12:43', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1551875, '2023-01-22 11:12:43', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1551874, '2023-01-22 11:12:43', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1551873, '2023-01-22 11:12:43', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1551872, '2023-01-22 11:12:43', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1551871, '2023-01-22 11:12:43', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1551870, '2023-01-22 11:12:43', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1551869, '2023-01-22 11:12:43', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1551868, '2023-01-22 11:12:43', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1551867, '2023-01-22 11:12:43', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1551866, '2023-01-22 11:12:43', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1551865, '2023-01-22 11:12:43', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1551864, '2023-01-22 11:12:43', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1551863, '2023-01-22 11:12:43', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551862, '2023-01-22 11:12:43', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551861, '2023-01-22 11:12:43', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551860, '2023-01-22 11:12:43', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551859, '2023-01-22 11:12:43', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1551858, '2023-01-22 11:12:43', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1551857, '2023-01-22 11:12:43', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1551855, '2023-01-22 11:08:44', 'info', 'Beginning import for all feed sources', NULL),
(1551856, '2023-01-22 11:12:43', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1551853, '2023-01-22 10:52:51', 'info', 'Starting import for \"World News\"', '170'),
(1551854, '2023-01-22 10:52:51', 'info', 'Feed is not active. Finished', '170'),
(1551852, '2023-01-22 10:52:51', 'info', 'Import completed in 0.26 seconds!', '4837'),
(1551851, '2023-01-22 10:52:51', 'debug', '24 will be skipped', '4837'),
(1551850, '2023-01-22 10:52:51', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1551849, '2023-01-22 10:52:51', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1551848, '2023-01-22 10:52:51', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1551847, '2023-01-22 10:52:51', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1551846, '2023-01-22 10:52:51', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1551845, '2023-01-22 10:52:51', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1551844, '2023-01-22 10:52:51', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1551843, '2023-01-22 10:52:51', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1551842, '2023-01-22 10:52:51', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1551841, '2023-01-22 10:52:51', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1551840, '2023-01-22 10:52:51', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1551839, '2023-01-22 10:52:51', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1551838, '2023-01-22 10:52:51', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1551837, '2023-01-22 10:52:51', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1551836, '2023-01-22 10:52:51', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1551835, '2023-01-22 10:52:51', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1551834, '2023-01-22 10:52:51', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1551833, '2023-01-22 10:52:51', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1551832, '2023-01-22 10:52:51', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551831, '2023-01-22 10:52:51', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551830, '2023-01-22 10:52:50', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551829, '2023-01-22 10:52:50', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551828, '2023-01-22 10:52:50', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1551827, '2023-01-22 10:52:50', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1551825, '2023-01-22 10:52:50', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1551826, '2023-01-22 10:52:50', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1551823, '2023-01-22 10:44:39', 'info', 'Feed is not active. Finished', '170'),
(1551824, '2023-01-22 10:52:39', 'info', 'Beginning import for all feed sources', NULL),
(1551821, '2023-01-22 10:44:39', 'info', 'Import completed in 0.32 seconds!', '4837'),
(1551822, '2023-01-22 10:44:39', 'info', 'Starting import for \"World News\"', '170'),
(1551820, '2023-01-22 10:44:39', 'debug', '24 will be skipped', '4837');
INSERT INTO `iamc_wprss_logs` (`id`, `date`, `level`, `message`, `feed_id`) VALUES
(1551819, '2023-01-22 10:44:39', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1551818, '2023-01-22 10:44:39', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1551817, '2023-01-22 10:44:39', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1551816, '2023-01-22 10:44:39', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1551815, '2023-01-22 10:44:39', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1551814, '2023-01-22 10:44:39', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1551813, '2023-01-22 10:44:39', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1551812, '2023-01-22 10:44:39', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1551811, '2023-01-22 10:44:39', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1551810, '2023-01-22 10:44:39', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1551809, '2023-01-22 10:44:39', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1551808, '2023-01-22 10:44:39', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1551807, '2023-01-22 10:44:39', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1551806, '2023-01-22 10:44:39', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1551805, '2023-01-22 10:44:39', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1551804, '2023-01-22 10:44:39', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1551803, '2023-01-22 10:44:39', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1551802, '2023-01-22 10:44:39', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1551801, '2023-01-22 10:44:39', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551800, '2023-01-22 10:44:39', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551799, '2023-01-22 10:44:39', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551798, '2023-01-22 10:44:39', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551797, '2023-01-22 10:44:39', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1551796, '2023-01-22 10:44:39', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1551794, '2023-01-22 10:44:38', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1551795, '2023-01-22 10:44:38', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1551792, '2023-01-22 10:23:45', 'info', 'Feed is not active. Finished', '170'),
(1551793, '2023-01-22 10:37:34', 'info', 'Beginning import for all feed sources', NULL),
(1551790, '2023-01-22 10:23:45', 'info', 'Import completed in 0.29 seconds!', '4837'),
(1551791, '2023-01-22 10:23:45', 'info', 'Starting import for \"World News\"', '170'),
(1551789, '2023-01-22 10:23:45', 'debug', '24 will be skipped', '4837'),
(1551788, '2023-01-22 10:23:45', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1551787, '2023-01-22 10:23:45', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1551786, '2023-01-22 10:23:45', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1551785, '2023-01-22 10:23:45', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1551784, '2023-01-22 10:23:45', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1551783, '2023-01-22 10:23:45', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1551782, '2023-01-22 10:23:45', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1551781, '2023-01-22 10:23:45', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1551780, '2023-01-22 10:23:45', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1551779, '2023-01-22 10:23:45', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1551778, '2023-01-22 10:23:45', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1551777, '2023-01-22 10:23:45', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1551776, '2023-01-22 10:23:45', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1551775, '2023-01-22 10:23:45', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1551774, '2023-01-22 10:23:45', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1551773, '2023-01-22 10:23:45', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1551772, '2023-01-22 10:23:45', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1551771, '2023-01-22 10:23:45', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1551770, '2023-01-22 10:23:45', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551769, '2023-01-22 10:23:45', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551768, '2023-01-22 10:23:45', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551767, '2023-01-22 10:23:45', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551766, '2023-01-22 10:23:45', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1551765, '2023-01-22 10:23:45', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1551763, '2023-01-22 10:23:45', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1551764, '2023-01-22 10:23:45', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1551761, '2023-01-22 10:07:08', 'info', 'Feed is not active. Finished', '170'),
(1551762, '2023-01-22 10:21:37', 'info', 'Beginning import for all feed sources', NULL),
(1551760, '2023-01-22 10:07:08', 'info', 'Starting import for \"World News\"', '170'),
(1551759, '2023-01-22 10:07:08', 'info', 'Import completed in 0.27 seconds!', '4837'),
(1551758, '2023-01-22 10:07:08', 'debug', '24 will be skipped', '4837'),
(1551757, '2023-01-22 10:07:08', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1551756, '2023-01-22 10:07:08', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1551755, '2023-01-22 10:07:08', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1551754, '2023-01-22 10:07:08', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1551753, '2023-01-22 10:07:08', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1551752, '2023-01-22 10:07:08', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1551751, '2023-01-22 10:07:08', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1551750, '2023-01-22 10:07:08', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1551749, '2023-01-22 10:07:08', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1551748, '2023-01-22 10:07:08', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1551747, '2023-01-22 10:07:08', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1551746, '2023-01-22 10:07:08', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1551745, '2023-01-22 10:07:08', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1551744, '2023-01-22 10:07:08', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1551743, '2023-01-22 10:07:08', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1551742, '2023-01-22 10:07:08', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1551741, '2023-01-22 10:07:08', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1551740, '2023-01-22 10:07:08', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1551739, '2023-01-22 10:07:08', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551738, '2023-01-22 10:07:08', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551737, '2023-01-22 10:07:08', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551736, '2023-01-22 10:07:08', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551735, '2023-01-22 10:07:08', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1551734, '2023-01-22 10:07:08', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1551732, '2023-01-22 10:07:08', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1551733, '2023-01-22 10:07:08', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1551731, '2023-01-22 10:05:55', 'info', 'Beginning import for all feed sources', NULL),
(1551730, '2023-01-22 09:55:08', 'info', 'Feed is not active. Finished', '170'),
(1551729, '2023-01-22 09:55:08', 'info', 'Starting import for \"World News\"', '170'),
(1551728, '2023-01-22 09:55:08', 'info', 'Import completed in 0.28 seconds!', '4837'),
(1551727, '2023-01-22 09:55:08', 'debug', '24 will be skipped', '4837'),
(1551726, '2023-01-22 09:55:08', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1551725, '2023-01-22 09:55:08', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1551724, '2023-01-22 09:55:08', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1551723, '2023-01-22 09:55:08', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1551722, '2023-01-22 09:55:08', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1551721, '2023-01-22 09:55:08', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1551720, '2023-01-22 09:55:08', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1551719, '2023-01-22 09:55:08', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1551718, '2023-01-22 09:55:08', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1551717, '2023-01-22 09:55:08', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1551716, '2023-01-22 09:55:08', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1551715, '2023-01-22 09:55:08', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1551714, '2023-01-22 09:55:08', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1551713, '2023-01-22 09:55:08', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1551712, '2023-01-22 09:55:08', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1551711, '2023-01-22 09:55:08', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1551710, '2023-01-22 09:55:08', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1551709, '2023-01-22 09:55:08', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1551708, '2023-01-22 09:55:08', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551707, '2023-01-22 09:55:08', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551706, '2023-01-22 09:55:08', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551705, '2023-01-22 09:55:08', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551704, '2023-01-22 09:55:08', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1551703, '2023-01-22 09:55:08', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1551702, '2023-01-22 09:55:08', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1551701, '2023-01-22 09:55:08', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1551700, '2023-01-22 09:53:26', 'info', 'Beginning import for all feed sources', NULL),
(1551699, '2023-01-22 09:50:17', 'info', 'Feed is not active. Finished', '170'),
(1551698, '2023-01-22 09:50:17', 'info', 'Starting import for \"World News\"', '170'),
(1551696, '2023-01-22 09:50:17', 'debug', '24 will be skipped', '4837'),
(1551697, '2023-01-22 09:50:17', 'info', 'Import completed in 0.23 seconds!', '4837'),
(1551695, '2023-01-22 09:50:17', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1551694, '2023-01-22 09:50:17', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1551693, '2023-01-22 09:50:17', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1551692, '2023-01-22 09:50:17', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1551691, '2023-01-22 09:50:17', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1551690, '2023-01-22 09:50:17', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1551689, '2023-01-22 09:50:17', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1551688, '2023-01-22 09:50:16', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1551687, '2023-01-22 09:50:16', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1551686, '2023-01-22 09:50:16', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1551685, '2023-01-22 09:50:16', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1551684, '2023-01-22 09:50:16', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1551683, '2023-01-22 09:50:16', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1551682, '2023-01-22 09:50:16', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1551681, '2023-01-22 09:50:16', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1551680, '2023-01-22 09:50:16', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1551679, '2023-01-22 09:50:16', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1551678, '2023-01-22 09:50:16', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1551677, '2023-01-22 09:50:16', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551676, '2023-01-22 09:50:16', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551675, '2023-01-22 09:50:16', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551674, '2023-01-22 09:50:16', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551673, '2023-01-22 09:50:16', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1551672, '2023-01-22 09:50:16', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1551671, '2023-01-22 09:50:16', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1551670, '2023-01-22 09:50:16', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1551669, '2023-01-22 09:42:11', 'info', 'Beginning import for all feed sources', NULL),
(1551668, '2023-01-22 09:32:53', 'info', 'Feed is not active. Finished', '170'),
(1551667, '2023-01-22 09:32:53', 'info', 'Starting import for \"World News\"', '170'),
(1551665, '2023-01-22 09:32:53', 'debug', '24 will be skipped', '4837'),
(1551666, '2023-01-22 09:32:53', 'info', 'Import completed in 0.27 seconds!', '4837'),
(1551664, '2023-01-22 09:32:53', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1551663, '2023-01-22 09:32:53', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1551662, '2023-01-22 09:32:53', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1551661, '2023-01-22 09:32:53', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1551660, '2023-01-22 09:32:53', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1551659, '2023-01-22 09:32:53', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1551658, '2023-01-22 09:32:53', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1551657, '2023-01-22 09:32:53', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1551656, '2023-01-22 09:32:53', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1551655, '2023-01-22 09:32:53', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1551654, '2023-01-22 09:32:53', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1551653, '2023-01-22 09:32:53', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1551652, '2023-01-22 09:32:53', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1551651, '2023-01-22 09:32:53', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1551650, '2023-01-22 09:32:53', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1551649, '2023-01-22 09:32:53', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1551648, '2023-01-22 09:32:53', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1551647, '2023-01-22 09:32:53', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1551646, '2023-01-22 09:32:53', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551645, '2023-01-22 09:32:53', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551644, '2023-01-22 09:32:53', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551643, '2023-01-22 09:32:53', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551642, '2023-01-22 09:32:53', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1551641, '2023-01-22 09:32:53', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1551640, '2023-01-22 09:32:53', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1551639, '2023-01-22 09:32:53', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1551638, '2023-01-22 09:26:15', 'info', 'Beginning import for all feed sources', NULL),
(1551636, '2023-01-22 09:12:31', 'info', 'Starting import for \"World News\"', '170'),
(1551637, '2023-01-22 09:12:31', 'info', 'Feed is not active. Finished', '170'),
(1551634, '2023-01-22 09:12:31', 'debug', '24 will be skipped', '4837'),
(1551635, '2023-01-22 09:12:31', 'info', 'Import completed in 0.35 seconds!', '4837'),
(1551633, '2023-01-22 09:12:31', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1551632, '2023-01-22 09:12:31', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1551631, '2023-01-22 09:12:31', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1551630, '2023-01-22 09:12:31', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1551629, '2023-01-22 09:12:31', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1551628, '2023-01-22 09:12:31', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1551627, '2023-01-22 09:12:31', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1551626, '2023-01-22 09:12:31', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1551625, '2023-01-22 09:12:31', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1551624, '2023-01-22 09:12:31', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1551623, '2023-01-22 09:12:31', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1551622, '2023-01-22 09:12:31', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1551621, '2023-01-22 09:12:31', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1551620, '2023-01-22 09:12:31', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1551619, '2023-01-22 09:12:31', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1551618, '2023-01-22 09:12:31', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1551617, '2023-01-22 09:12:31', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1551616, '2023-01-22 09:12:31', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1551615, '2023-01-22 09:12:31', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551614, '2023-01-22 09:12:31', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551613, '2023-01-22 09:12:31', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551612, '2023-01-22 09:12:31', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551611, '2023-01-22 09:12:31', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1551610, '2023-01-22 09:12:31', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1551609, '2023-01-22 09:12:30', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1551607, '2023-01-22 09:11:04', 'info', 'Beginning import for all feed sources', NULL),
(1551608, '2023-01-22 09:12:30', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1551605, '2023-01-22 08:54:49', 'info', 'Starting import for \"World News\"', '170'),
(1551606, '2023-01-22 08:54:49', 'info', 'Feed is not active. Finished', '170'),
(1551603, '2023-01-22 08:54:49', 'debug', '24 will be skipped', '4837'),
(1551604, '2023-01-22 08:54:49', 'info', 'Import completed in 0.28 seconds!', '4837'),
(1551602, '2023-01-22 08:54:49', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1551601, '2023-01-22 08:54:49', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1551600, '2023-01-22 08:54:49', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1551599, '2023-01-22 08:54:49', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1551598, '2023-01-22 08:54:49', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1551597, '2023-01-22 08:54:49', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1551596, '2023-01-22 08:54:49', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1551595, '2023-01-22 08:54:49', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1551594, '2023-01-22 08:54:49', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1551593, '2023-01-22 08:54:49', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1551592, '2023-01-22 08:54:49', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1551591, '2023-01-22 08:54:49', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1551590, '2023-01-22 08:54:49', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1551589, '2023-01-22 08:54:49', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1551588, '2023-01-22 08:54:49', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1551587, '2023-01-22 08:54:49', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1551586, '2023-01-22 08:54:49', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1551585, '2023-01-22 08:54:49', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1551584, '2023-01-22 08:54:49', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551583, '2023-01-22 08:54:49', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551582, '2023-01-22 08:54:49', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551581, '2023-01-22 08:54:49', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551580, '2023-01-22 08:54:49', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1551579, '2023-01-22 08:54:49', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1551578, '2023-01-22 08:54:49', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1551576, '2023-01-22 08:53:17', 'info', 'Beginning import for all feed sources', NULL),
(1551577, '2023-01-22 08:54:49', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1551574, '2023-01-22 08:38:35', 'info', 'Starting import for \"World News\"', '170'),
(1551575, '2023-01-22 08:38:35', 'info', 'Feed is not active. Finished', '170'),
(1551572, '2023-01-22 08:38:35', 'debug', '24 will be skipped', '4837'),
(1551573, '2023-01-22 08:38:35', 'info', 'Import completed in 0.36 seconds!', '4837'),
(1551571, '2023-01-22 08:38:35', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1551570, '2023-01-22 08:38:35', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1551569, '2023-01-22 08:38:35', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1551568, '2023-01-22 08:38:35', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1551567, '2023-01-22 08:38:35', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1551566, '2023-01-22 08:38:35', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1551565, '2023-01-22 08:38:35', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1551564, '2023-01-22 08:38:35', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1551563, '2023-01-22 08:38:35', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1551562, '2023-01-22 08:38:35', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1551561, '2023-01-22 08:38:35', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1551560, '2023-01-22 08:38:35', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1551559, '2023-01-22 08:38:35', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1551558, '2023-01-22 08:38:35', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1551557, '2023-01-22 08:38:35', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1551556, '2023-01-22 08:38:35', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1551555, '2023-01-22 08:38:35', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1551554, '2023-01-22 08:38:35', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1551553, '2023-01-22 08:38:35', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551552, '2023-01-22 08:38:35', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551551, '2023-01-22 08:38:35', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551550, '2023-01-22 08:38:35', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551549, '2023-01-22 08:38:35', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1551548, '2023-01-22 08:38:35', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1551546, '2023-01-22 08:38:34', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1551547, '2023-01-22 08:38:34', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1551545, '2023-01-22 08:38:33', 'info', 'Beginning import for all feed sources', NULL),
(1551543, '2023-01-22 08:23:23', 'info', 'Starting import for \"World News\"', '170'),
(1551544, '2023-01-22 08:23:23', 'info', 'Feed is not active. Finished', '170'),
(1551541, '2023-01-22 08:23:23', 'debug', '24 will be skipped', '4837'),
(1551542, '2023-01-22 08:23:23', 'info', 'Import completed in 0.24 seconds!', '4837'),
(1551540, '2023-01-22 08:23:23', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1551539, '2023-01-22 08:23:23', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1551538, '2023-01-22 08:23:23', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1551537, '2023-01-22 08:23:23', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1551536, '2023-01-22 08:23:23', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1551535, '2023-01-22 08:23:23', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1551534, '2023-01-22 08:23:23', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1551533, '2023-01-22 08:23:23', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1551532, '2023-01-22 08:23:23', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1551531, '2023-01-22 08:23:23', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1551530, '2023-01-22 08:23:23', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1551529, '2023-01-22 08:23:23', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1551528, '2023-01-22 08:23:23', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1551527, '2023-01-22 08:23:23', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1551526, '2023-01-22 08:23:23', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1551525, '2023-01-22 08:23:23', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1551524, '2023-01-22 08:23:23', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1551523, '2023-01-22 08:23:23', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1551522, '2023-01-22 08:23:23', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551521, '2023-01-22 08:23:23', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551520, '2023-01-22 08:23:23', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551519, '2023-01-22 08:23:23', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551518, '2023-01-22 08:23:23', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1551517, '2023-01-22 08:23:23', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1551516, '2023-01-22 08:23:23', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1551514, '2023-01-22 08:23:18', 'info', 'Beginning import for all feed sources', NULL),
(1551515, '2023-01-22 08:23:23', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1551512, '2023-01-22 08:07:41', 'info', 'Starting import for \"World News\"', '170'),
(1551513, '2023-01-22 08:07:41', 'info', 'Feed is not active. Finished', '170'),
(1551510, '2023-01-22 08:07:41', 'debug', '24 will be skipped', '4837'),
(1551511, '2023-01-22 08:07:41', 'info', 'Import completed in 0.28 seconds!', '4837'),
(1551509, '2023-01-22 08:07:41', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1551508, '2023-01-22 08:07:41', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1551507, '2023-01-22 08:07:41', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1551506, '2023-01-22 08:07:41', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1551505, '2023-01-22 08:07:41', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1551504, '2023-01-22 08:07:41', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1551503, '2023-01-22 08:07:41', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1551502, '2023-01-22 08:07:41', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1551501, '2023-01-22 08:07:41', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1551500, '2023-01-22 08:07:41', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1551499, '2023-01-22 08:07:41', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1551498, '2023-01-22 08:07:41', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1551497, '2023-01-22 08:07:41', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1551496, '2023-01-22 08:07:41', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1551495, '2023-01-22 08:07:41', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1551494, '2023-01-22 08:07:41', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1551493, '2023-01-22 08:07:41', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1551492, '2023-01-22 08:07:41', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1551491, '2023-01-22 08:07:41', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551490, '2023-01-22 08:07:41', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551489, '2023-01-22 08:07:41', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551488, '2023-01-22 08:07:41', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551487, '2023-01-22 08:07:41', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1551486, '2023-01-22 08:07:41', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1551485, '2023-01-22 08:07:41', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1551483, '2023-01-22 08:06:33', 'info', 'Beginning import for all feed sources', NULL),
(1551484, '2023-01-22 08:07:41', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1551481, '2023-01-22 07:52:46', 'info', 'Starting import for \"World News\"', '170'),
(1551482, '2023-01-22 07:52:46', 'info', 'Feed is not active. Finished', '170'),
(1551479, '2023-01-22 07:52:46', 'debug', '24 will be skipped', '4837'),
(1551480, '2023-01-22 07:52:46', 'info', 'Import completed in 0.25 seconds!', '4837'),
(1551478, '2023-01-22 07:52:46', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1551477, '2023-01-22 07:52:46', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1551476, '2023-01-22 07:52:46', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1551475, '2023-01-22 07:52:46', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1551474, '2023-01-22 07:52:46', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1551473, '2023-01-22 07:52:46', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1551472, '2023-01-22 07:52:46', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1551471, '2023-01-22 07:52:46', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1551470, '2023-01-22 07:52:46', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1551469, '2023-01-22 07:52:46', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1551468, '2023-01-22 07:52:46', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1551467, '2023-01-22 07:52:46', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1551466, '2023-01-22 07:52:46', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1551465, '2023-01-22 07:52:46', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1551464, '2023-01-22 07:52:46', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1551463, '2023-01-22 07:52:46', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1551462, '2023-01-22 07:52:46', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1551461, '2023-01-22 07:52:46', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1551460, '2023-01-22 07:52:46', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551459, '2023-01-22 07:52:46', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551458, '2023-01-22 07:52:46', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551457, '2023-01-22 07:52:46', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551456, '2023-01-22 07:52:46', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1551455, '2023-01-22 07:52:46', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1551454, '2023-01-22 07:52:46', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1551452, '2023-01-22 07:51:53', 'info', 'Beginning import for all feed sources', NULL),
(1551453, '2023-01-22 07:52:46', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1551450, '2023-01-22 07:44:11', 'info', 'Starting import for \"World News\"', '170'),
(1551451, '2023-01-22 07:44:11', 'info', 'Feed is not active. Finished', '170'),
(1551448, '2023-01-22 07:44:11', 'debug', '24 will be skipped', '4837'),
(1551449, '2023-01-22 07:44:11', 'info', 'Import completed in 0.25 seconds!', '4837'),
(1551447, '2023-01-22 07:44:11', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1551446, '2023-01-22 07:44:11', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1551445, '2023-01-22 07:44:11', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1551444, '2023-01-22 07:44:11', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1551443, '2023-01-22 07:44:11', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837');
INSERT INTO `iamc_wprss_logs` (`id`, `date`, `level`, `message`, `feed_id`) VALUES
(1551442, '2023-01-22 07:44:11', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1551441, '2023-01-22 07:44:11', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1551440, '2023-01-22 07:44:11', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1551439, '2023-01-22 07:44:11', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1551438, '2023-01-22 07:44:11', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1551437, '2023-01-22 07:44:11', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1551436, '2023-01-22 07:44:11', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1551435, '2023-01-22 07:44:11', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1551434, '2023-01-22 07:44:11', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1551433, '2023-01-22 07:44:11', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1551432, '2023-01-22 07:44:11', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1551431, '2023-01-22 07:44:11', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1551430, '2023-01-22 07:44:11', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1551429, '2023-01-22 07:44:11', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551428, '2023-01-22 07:44:11', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551427, '2023-01-22 07:44:11', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551426, '2023-01-22 07:44:11', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551425, '2023-01-22 07:44:11', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1551424, '2023-01-22 07:44:11', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1551423, '2023-01-22 07:44:11', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1551421, '2023-01-22 07:43:31', 'info', 'Beginning import for all feed sources', NULL),
(1551422, '2023-01-22 07:44:11', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1551419, '2023-01-22 07:28:32', 'info', 'Starting import for \"World News\"', '170'),
(1551420, '2023-01-22 07:28:32', 'info', 'Feed is not active. Finished', '170'),
(1551417, '2023-01-22 07:28:32', 'debug', '24 will be skipped', '4837'),
(1551418, '2023-01-22 07:28:32', 'info', 'Import completed in 0.23 seconds!', '4837'),
(1551416, '2023-01-22 07:28:32', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1551415, '2023-01-22 07:28:32', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1551414, '2023-01-22 07:28:32', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1551413, '2023-01-22 07:28:32', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1551412, '2023-01-22 07:28:32', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1551411, '2023-01-22 07:28:32', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1551410, '2023-01-22 07:28:32', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1551409, '2023-01-22 07:28:32', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1551408, '2023-01-22 07:28:32', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1551407, '2023-01-22 07:28:32', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1551406, '2023-01-22 07:28:32', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1551405, '2023-01-22 07:28:32', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1551404, '2023-01-22 07:28:32', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1551403, '2023-01-22 07:28:32', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1551402, '2023-01-22 07:28:32', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1551401, '2023-01-22 07:28:32', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1551400, '2023-01-22 07:28:32', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1551399, '2023-01-22 07:28:32', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1551398, '2023-01-22 07:28:32', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551397, '2023-01-22 07:28:32', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551396, '2023-01-22 07:28:32', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551395, '2023-01-22 07:28:32', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551394, '2023-01-22 07:28:32', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1551393, '2023-01-22 07:28:32', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1551392, '2023-01-22 07:28:32', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1551390, '2023-01-22 07:22:32', 'info', 'Beginning import for all feed sources', NULL),
(1551391, '2023-01-22 07:28:32', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1551388, '2023-01-22 07:13:33', 'info', 'Starting import for \"World News\"', '170'),
(1551389, '2023-01-22 07:13:33', 'info', 'Feed is not active. Finished', '170'),
(1551386, '2023-01-22 07:13:33', 'debug', '24 will be skipped', '4837'),
(1551387, '2023-01-22 07:13:33', 'info', 'Import completed in 0.22 seconds!', '4837'),
(1551385, '2023-01-22 07:13:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1551384, '2023-01-22 07:13:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1551383, '2023-01-22 07:13:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1551382, '2023-01-22 07:13:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1551381, '2023-01-22 07:13:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1551380, '2023-01-22 07:13:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1551379, '2023-01-22 07:13:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1551378, '2023-01-22 07:13:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1551377, '2023-01-22 07:13:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1551376, '2023-01-22 07:13:33', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1551375, '2023-01-22 07:13:33', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1551374, '2023-01-22 07:13:33', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1551373, '2023-01-22 07:13:33', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1551372, '2023-01-22 07:13:33', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1551371, '2023-01-22 07:13:33', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1551370, '2023-01-22 07:13:33', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1551369, '2023-01-22 07:13:33', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1551368, '2023-01-22 07:13:33', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1551367, '2023-01-22 07:13:33', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551366, '2023-01-22 07:13:33', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551365, '2023-01-22 07:13:33', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551364, '2023-01-22 07:13:33', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551363, '2023-01-22 07:13:33', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1551362, '2023-01-22 07:13:33', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1551361, '2023-01-22 07:13:33', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1551359, '2023-01-22 07:12:49', 'info', 'Beginning import for all feed sources', NULL),
(1551360, '2023-01-22 07:13:33', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1551357, '2023-01-22 06:57:05', 'info', 'Starting import for \"World News\"', '170'),
(1551358, '2023-01-22 06:57:05', 'info', 'Feed is not active. Finished', '170'),
(1551355, '2023-01-22 06:57:05', 'debug', '24 will be skipped', '4837'),
(1551356, '2023-01-22 06:57:05', 'info', 'Import completed in 0.26 seconds!', '4837'),
(1551354, '2023-01-22 06:57:05', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1551353, '2023-01-22 06:57:05', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1551352, '2023-01-22 06:57:05', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1551351, '2023-01-22 06:57:05', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1551350, '2023-01-22 06:57:05', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1551349, '2023-01-22 06:57:05', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1551348, '2023-01-22 06:57:05', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1551347, '2023-01-22 06:57:05', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1551346, '2023-01-22 06:57:05', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1551345, '2023-01-22 06:57:05', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1551344, '2023-01-22 06:57:05', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1551343, '2023-01-22 06:57:05', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1551342, '2023-01-22 06:57:05', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1551341, '2023-01-22 06:57:05', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1551340, '2023-01-22 06:57:05', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1551339, '2023-01-22 06:57:05', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1551338, '2023-01-22 06:57:05', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1551337, '2023-01-22 06:57:05', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1551336, '2023-01-22 06:57:05', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551335, '2023-01-22 06:57:05', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551334, '2023-01-22 06:57:05', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551333, '2023-01-22 06:57:05', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551332, '2023-01-22 06:57:05', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1551331, '2023-01-22 06:57:05', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1551330, '2023-01-22 06:57:05', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1551328, '2023-01-22 06:56:57', 'info', 'Beginning import for all feed sources', NULL),
(1551329, '2023-01-22 06:57:05', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1551326, '2023-01-22 06:46:23', 'info', 'Starting import for \"World News\"', '170'),
(1551327, '2023-01-22 06:46:23', 'info', 'Feed is not active. Finished', '170'),
(1551324, '2023-01-22 06:46:23', 'debug', '24 will be skipped', '4837'),
(1551325, '2023-01-22 06:46:23', 'info', 'Import completed in 0.33 seconds!', '4837'),
(1551323, '2023-01-22 06:46:23', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1551322, '2023-01-22 06:46:23', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1551321, '2023-01-22 06:46:23', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1551320, '2023-01-22 06:46:23', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1551319, '2023-01-22 06:46:23', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1551318, '2023-01-22 06:46:23', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1551317, '2023-01-22 06:46:23', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1551316, '2023-01-22 06:46:23', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1551315, '2023-01-22 06:46:23', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1551314, '2023-01-22 06:46:23', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1551313, '2023-01-22 06:46:23', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1551312, '2023-01-22 06:46:23', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1551311, '2023-01-22 06:46:23', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1551310, '2023-01-22 06:46:23', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1551309, '2023-01-22 06:46:23', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1551308, '2023-01-22 06:46:23', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1551307, '2023-01-22 06:46:23', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1551306, '2023-01-22 06:46:23', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1551305, '2023-01-22 06:46:23', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551304, '2023-01-22 06:46:23', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551303, '2023-01-22 06:46:23', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551302, '2023-01-22 06:46:23', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551301, '2023-01-22 06:46:23', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1551300, '2023-01-22 06:46:23', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1551299, '2023-01-22 06:46:23', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1551297, '2023-01-22 06:41:26', 'info', 'Beginning import for all feed sources', NULL),
(1551298, '2023-01-22 06:46:23', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1551295, '2023-01-22 06:27:14', 'info', 'Starting import for \"World News\"', '170'),
(1551296, '2023-01-22 06:27:14', 'info', 'Feed is not active. Finished', '170'),
(1551293, '2023-01-22 06:27:14', 'debug', '24 will be skipped', '4837'),
(1551294, '2023-01-22 06:27:14', 'info', 'Import completed in 0.29 seconds!', '4837'),
(1551292, '2023-01-22 06:27:14', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1551291, '2023-01-22 06:27:14', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1551290, '2023-01-22 06:27:14', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1551289, '2023-01-22 06:27:14', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1551288, '2023-01-22 06:27:14', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1551287, '2023-01-22 06:27:14', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1551286, '2023-01-22 06:27:14', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1551285, '2023-01-22 06:27:14', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1551284, '2023-01-22 06:27:14', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1551283, '2023-01-22 06:27:14', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1551282, '2023-01-22 06:27:14', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1551281, '2023-01-22 06:27:14', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1551280, '2023-01-22 06:27:14', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1551279, '2023-01-22 06:27:14', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1551278, '2023-01-22 06:27:14', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1551277, '2023-01-22 06:27:14', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1551276, '2023-01-22 06:27:14', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1551275, '2023-01-22 06:27:14', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1551274, '2023-01-22 06:27:14', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551273, '2023-01-22 06:27:14', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551272, '2023-01-22 06:27:14', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551271, '2023-01-22 06:27:14', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551270, '2023-01-22 06:27:14', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1551269, '2023-01-22 06:27:14', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1551268, '2023-01-22 06:27:14', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1551266, '2023-01-22 06:25:51', 'info', 'Beginning import for all feed sources', NULL),
(1551267, '2023-01-22 06:27:14', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1551264, '2023-01-22 06:16:33', 'info', 'Starting import for \"World News\"', '170'),
(1551265, '2023-01-22 06:16:33', 'info', 'Feed is not active. Finished', '170'),
(1551262, '2023-01-22 06:16:33', 'debug', '24 will be skipped', '4837'),
(1551263, '2023-01-22 06:16:33', 'info', 'Import completed in 0.25 seconds!', '4837'),
(1551261, '2023-01-22 06:16:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1551260, '2023-01-22 06:16:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1551259, '2023-01-22 06:16:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1551258, '2023-01-22 06:16:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1551257, '2023-01-22 06:16:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1551256, '2023-01-22 06:16:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1551255, '2023-01-22 06:16:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1551254, '2023-01-22 06:16:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1551253, '2023-01-22 06:16:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1551252, '2023-01-22 06:16:33', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1551251, '2023-01-22 06:16:33', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1551250, '2023-01-22 06:16:33', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1551249, '2023-01-22 06:16:33', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1551248, '2023-01-22 06:16:33', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1551247, '2023-01-22 06:16:33', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1551246, '2023-01-22 06:16:33', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1551245, '2023-01-22 06:16:33', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1551244, '2023-01-22 06:16:33', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1551243, '2023-01-22 06:16:33', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551242, '2023-01-22 06:16:33', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551241, '2023-01-22 06:16:33', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551240, '2023-01-22 06:16:33', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551239, '2023-01-22 06:16:33', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1551238, '2023-01-22 06:16:33', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1551237, '2023-01-22 06:16:32', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1551235, '2023-01-22 06:10:05', 'info', 'Beginning import for all feed sources', NULL),
(1551236, '2023-01-22 06:16:32', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1551233, '2023-01-22 05:53:27', 'info', 'Starting import for \"World News\"', '170'),
(1551234, '2023-01-22 05:53:27', 'info', 'Feed is not active. Finished', '170'),
(1551231, '2023-01-22 05:53:27', 'debug', '24 will be skipped', '4837'),
(1551232, '2023-01-22 05:53:27', 'info', 'Import completed in 0.28 seconds!', '4837'),
(1551230, '2023-01-22 05:53:27', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1551229, '2023-01-22 05:53:27', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1551228, '2023-01-22 05:53:27', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1551227, '2023-01-22 05:53:27', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1551226, '2023-01-22 05:53:27', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1551225, '2023-01-22 05:53:27', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1551224, '2023-01-22 05:53:27', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1551223, '2023-01-22 05:53:27', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1551222, '2023-01-22 05:53:27', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1551221, '2023-01-22 05:53:27', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1551220, '2023-01-22 05:53:27', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1551219, '2023-01-22 05:53:27', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1551218, '2023-01-22 05:53:27', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1551217, '2023-01-22 05:53:27', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1551216, '2023-01-22 05:53:27', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1551215, '2023-01-22 05:53:27', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1551214, '2023-01-22 05:53:27', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1551213, '2023-01-22 05:53:27', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1551212, '2023-01-22 05:53:27', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551211, '2023-01-22 05:53:27', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551210, '2023-01-22 05:53:27', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551209, '2023-01-22 05:53:27', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551208, '2023-01-22 05:53:27', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1551207, '2023-01-22 05:53:27', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1551206, '2023-01-22 05:53:26', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1551204, '2023-01-22 05:52:13', 'info', 'Beginning import for all feed sources', NULL),
(1551205, '2023-01-22 05:53:26', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1551202, '2023-01-22 05:46:05', 'info', 'Starting import for \"World News\"', '170'),
(1551203, '2023-01-22 05:46:05', 'info', 'Feed is not active. Finished', '170'),
(1551201, '2023-01-22 05:46:05', 'info', 'Import completed in 0.26 seconds!', '4837'),
(1551200, '2023-01-22 05:46:05', 'debug', '24 will be skipped', '4837'),
(1551199, '2023-01-22 05:46:05', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1551198, '2023-01-22 05:46:05', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1551197, '2023-01-22 05:46:05', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1551196, '2023-01-22 05:46:05', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1551195, '2023-01-22 05:46:05', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1551194, '2023-01-22 05:46:05', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1551193, '2023-01-22 05:46:05', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1551192, '2023-01-22 05:46:05', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1551191, '2023-01-22 05:46:05', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1551190, '2023-01-22 05:46:05', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1551189, '2023-01-22 05:46:05', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1551188, '2023-01-22 05:46:05', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1551187, '2023-01-22 05:46:05', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1551186, '2023-01-22 05:46:05', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1551185, '2023-01-22 05:46:05', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1551184, '2023-01-22 05:46:05', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1551183, '2023-01-22 05:46:05', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1551182, '2023-01-22 05:46:05', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1551181, '2023-01-22 05:46:05', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551180, '2023-01-22 05:46:05', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551179, '2023-01-22 05:46:05', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551178, '2023-01-22 05:46:05', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551177, '2023-01-22 05:46:05', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1551176, '2023-01-22 05:46:05', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1551174, '2023-01-22 05:46:05', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1551175, '2023-01-22 05:46:05', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1551172, '2023-01-22 05:23:25', 'info', 'Feed is not active. Finished', '170'),
(1551173, '2023-01-22 05:38:49', 'info', 'Beginning import for all feed sources', NULL),
(1551170, '2023-01-22 05:23:25', 'info', 'Import completed in 0.31 seconds!', '4837'),
(1551171, '2023-01-22 05:23:25', 'info', 'Starting import for \"World News\"', '170'),
(1551169, '2023-01-22 05:23:25', 'debug', '24 will be skipped', '4837'),
(1551168, '2023-01-22 05:23:25', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1551167, '2023-01-22 05:23:25', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1551166, '2023-01-22 05:23:25', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1551165, '2023-01-22 05:23:25', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1551164, '2023-01-22 05:23:25', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1551163, '2023-01-22 05:23:25', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1551162, '2023-01-22 05:23:25', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1551161, '2023-01-22 05:23:25', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1551160, '2023-01-22 05:23:25', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1551159, '2023-01-22 05:23:25', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1551158, '2023-01-22 05:23:25', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1551157, '2023-01-22 05:23:25', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1551156, '2023-01-22 05:23:25', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1551155, '2023-01-22 05:23:25', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1551154, '2023-01-22 05:23:25', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1551153, '2023-01-22 05:23:25', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1551152, '2023-01-22 05:23:25', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1551151, '2023-01-22 05:23:25', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1551150, '2023-01-22 05:23:25', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551149, '2023-01-22 05:23:25', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551148, '2023-01-22 05:23:25', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551147, '2023-01-22 05:23:25', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551146, '2023-01-22 05:23:25', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1551145, '2023-01-22 05:23:25', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1551143, '2023-01-22 05:23:25', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1551144, '2023-01-22 05:23:25', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1551141, '2023-01-22 05:09:48', 'info', 'Feed is not active. Finished', '170'),
(1551142, '2023-01-22 05:22:34', 'info', 'Beginning import for all feed sources', NULL),
(1551139, '2023-01-22 05:09:48', 'info', 'Import completed in 0.24 seconds!', '4837'),
(1551140, '2023-01-22 05:09:48', 'info', 'Starting import for \"World News\"', '170'),
(1551138, '2023-01-22 05:09:48', 'debug', '24 will be skipped', '4837'),
(1551137, '2023-01-22 05:09:48', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1551136, '2023-01-22 05:09:48', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1551135, '2023-01-22 05:09:48', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1551134, '2023-01-22 05:09:48', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1551133, '2023-01-22 05:09:48', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1551132, '2023-01-22 05:09:48', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1551131, '2023-01-22 05:09:48', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1551130, '2023-01-22 05:09:48', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1551129, '2023-01-22 05:09:48', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1551128, '2023-01-22 05:09:48', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1551127, '2023-01-22 05:09:48', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1551126, '2023-01-22 05:09:48', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1551125, '2023-01-22 05:09:48', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1551124, '2023-01-22 05:09:48', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1551123, '2023-01-22 05:09:48', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1551122, '2023-01-22 05:09:48', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1551121, '2023-01-22 05:09:48', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1551120, '2023-01-22 05:09:48', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1551119, '2023-01-22 05:09:48', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551118, '2023-01-22 05:09:48', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551117, '2023-01-22 05:09:48', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551116, '2023-01-22 05:09:48', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551115, '2023-01-22 05:09:48', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1551114, '2023-01-22 05:09:48', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1551112, '2023-01-22 05:09:48', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1551113, '2023-01-22 05:09:48', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1551110, '2023-01-22 04:52:03', 'info', 'Feed is not active. Finished', '170'),
(1551111, '2023-01-22 05:07:18', 'info', 'Beginning import for all feed sources', NULL),
(1551109, '2023-01-22 04:52:03', 'info', 'Starting import for \"World News\"', '170'),
(1551108, '2023-01-22 04:52:03', 'info', 'Import completed in 0.21 seconds!', '4837'),
(1551107, '2023-01-22 04:52:03', 'debug', '24 will be skipped', '4837'),
(1551106, '2023-01-22 04:52:03', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1551105, '2023-01-22 04:52:03', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1551104, '2023-01-22 04:52:03', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1551103, '2023-01-22 04:52:03', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1551102, '2023-01-22 04:52:03', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1551101, '2023-01-22 04:52:03', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1551100, '2023-01-22 04:52:03', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1551099, '2023-01-22 04:52:03', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1551098, '2023-01-22 04:52:03', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1551097, '2023-01-22 04:52:03', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1551096, '2023-01-22 04:52:03', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1551095, '2023-01-22 04:52:03', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1551094, '2023-01-22 04:52:03', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1551093, '2023-01-22 04:52:03', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1551092, '2023-01-22 04:52:03', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1551091, '2023-01-22 04:52:03', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1551090, '2023-01-22 04:52:03', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1551089, '2023-01-22 04:52:03', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1551088, '2023-01-22 04:52:03', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551087, '2023-01-22 04:52:03', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551086, '2023-01-22 04:52:03', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551085, '2023-01-22 04:52:03', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551084, '2023-01-22 04:52:03', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1551083, '2023-01-22 04:52:03', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1551081, '2023-01-22 04:52:03', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1551082, '2023-01-22 04:52:03', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1551080, '2023-01-22 04:51:43', 'info', 'Beginning import for all feed sources', NULL),
(1551079, '2023-01-22 04:36:31', 'info', 'Feed is not active. Finished', '170'),
(1551078, '2023-01-22 04:36:31', 'info', 'Starting import for \"World News\"', '170'),
(1551077, '2023-01-22 04:36:31', 'info', 'Import completed in 0.22 seconds!', '4837'),
(1551076, '2023-01-22 04:36:31', 'debug', '24 will be skipped', '4837'),
(1551075, '2023-01-22 04:36:31', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1551074, '2023-01-22 04:36:31', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1551073, '2023-01-22 04:36:31', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1551072, '2023-01-22 04:36:31', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1551071, '2023-01-22 04:36:31', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1551070, '2023-01-22 04:36:31', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1551069, '2023-01-22 04:36:31', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1551068, '2023-01-22 04:36:31', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1551067, '2023-01-22 04:36:31', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1551066, '2023-01-22 04:36:31', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837');
INSERT INTO `iamc_wprss_logs` (`id`, `date`, `level`, `message`, `feed_id`) VALUES
(1551065, '2023-01-22 04:36:31', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1551064, '2023-01-22 04:36:31', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1551063, '2023-01-22 04:36:31', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1551062, '2023-01-22 04:36:31', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1551061, '2023-01-22 04:36:31', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1551060, '2023-01-22 04:36:31', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1551059, '2023-01-22 04:36:31', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1551058, '2023-01-22 04:36:31', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1551057, '2023-01-22 04:36:31', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551056, '2023-01-22 04:36:31', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551055, '2023-01-22 04:36:31', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551054, '2023-01-22 04:36:31', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551053, '2023-01-22 04:36:31', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1551052, '2023-01-22 04:36:31', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1551051, '2023-01-22 04:36:31', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1551050, '2023-01-22 04:36:31', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1551049, '2023-01-22 04:36:02', 'info', 'Beginning import for all feed sources', NULL),
(1551048, '2023-01-22 04:36:02', 'info', 'Feed is not active. Finished', '170'),
(1551047, '2023-01-22 04:36:02', 'info', 'Starting import for \"World News\"', '170'),
(1551045, '2023-01-22 04:36:02', 'debug', '24 will be skipped', '4837'),
(1551046, '2023-01-22 04:36:02', 'info', 'Import completed in 0.25 seconds!', '4837'),
(1551044, '2023-01-22 04:36:02', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1551043, '2023-01-22 04:36:02', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1551042, '2023-01-22 04:36:02', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1551041, '2023-01-22 04:36:02', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1551040, '2023-01-22 04:36:02', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1551039, '2023-01-22 04:36:02', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1551038, '2023-01-22 04:36:02', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1551037, '2023-01-22 04:36:02', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1551036, '2023-01-22 04:36:02', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1551035, '2023-01-22 04:36:02', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1551034, '2023-01-22 04:36:02', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1551033, '2023-01-22 04:36:02', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1551032, '2023-01-22 04:36:02', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1551031, '2023-01-22 04:36:02', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1551030, '2023-01-22 04:36:02', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1551029, '2023-01-22 04:36:02', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1551028, '2023-01-22 04:36:02', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1551027, '2023-01-22 04:36:02', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1551026, '2023-01-22 04:36:02', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551025, '2023-01-22 04:36:02', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551024, '2023-01-22 04:36:02', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551023, '2023-01-22 04:36:02', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1551022, '2023-01-22 04:36:02', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1551021, '2023-01-22 04:36:02', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1551020, '2023-01-22 04:36:02', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1551019, '2023-01-22 04:36:02', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1551018, '2023-01-22 04:27:53', 'info', 'Beginning import for all feed sources', NULL),
(1551017, '2023-01-22 04:16:44', 'info', 'Feed is not active. Finished', '170'),
(1551016, '2023-01-22 04:16:44', 'info', 'Starting import for \"World News\"', '170'),
(1551014, '2023-01-22 04:16:44', 'debug', '24 will be skipped', '4837'),
(1551015, '2023-01-22 04:16:44', 'info', 'Import completed in 0.24 seconds!', '4837'),
(1551013, '2023-01-22 04:16:44', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1551012, '2023-01-22 04:16:44', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1551011, '2023-01-22 04:16:44', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1551010, '2023-01-22 04:16:44', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1551009, '2023-01-22 04:16:44', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1551008, '2023-01-22 04:16:44', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1551007, '2023-01-22 04:16:44', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1551006, '2023-01-22 04:16:44', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1551005, '2023-01-22 04:16:44', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1551004, '2023-01-22 04:16:44', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1551003, '2023-01-22 04:16:44', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1551002, '2023-01-22 04:16:44', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1551001, '2023-01-22 04:16:44', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1551000, '2023-01-22 04:16:44', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1550999, '2023-01-22 04:16:44', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1550998, '2023-01-22 04:16:44', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1550997, '2023-01-22 04:16:44', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1550996, '2023-01-22 04:16:44', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1550995, '2023-01-22 04:16:44', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550994, '2023-01-22 04:16:44', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550993, '2023-01-22 04:16:44', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550992, '2023-01-22 04:16:44', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550991, '2023-01-22 04:16:44', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1550990, '2023-01-22 04:16:44', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1550989, '2023-01-22 04:16:44', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1550988, '2023-01-22 04:16:44', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1550987, '2023-01-22 04:12:16', 'info', 'Beginning import for all feed sources', NULL),
(1550985, '2023-01-22 03:56:22', 'info', 'Starting import for \"World News\"', '170'),
(1550986, '2023-01-22 03:56:22', 'info', 'Feed is not active. Finished', '170'),
(1550983, '2023-01-22 03:56:22', 'debug', '24 will be skipped', '4837'),
(1550984, '2023-01-22 03:56:22', 'info', 'Import completed in 0.28 seconds!', '4837'),
(1550982, '2023-01-22 03:56:22', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1550981, '2023-01-22 03:56:22', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1550980, '2023-01-22 03:56:22', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1550979, '2023-01-22 03:56:22', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1550978, '2023-01-22 03:56:22', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1550977, '2023-01-22 03:56:22', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1550976, '2023-01-22 03:56:22', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1550975, '2023-01-22 03:56:22', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1550974, '2023-01-22 03:56:22', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1550973, '2023-01-22 03:56:22', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1550972, '2023-01-22 03:56:22', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1550971, '2023-01-22 03:56:22', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1550970, '2023-01-22 03:56:22', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1550969, '2023-01-22 03:56:22', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1550968, '2023-01-22 03:56:22', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1550967, '2023-01-22 03:56:22', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1550966, '2023-01-22 03:56:22', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1550965, '2023-01-22 03:56:22', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1550964, '2023-01-22 03:56:22', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550963, '2023-01-22 03:56:22', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550962, '2023-01-22 03:56:22', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550961, '2023-01-22 03:56:22', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550960, '2023-01-22 03:56:22', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1550959, '2023-01-22 03:56:22', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1550958, '2023-01-22 03:56:22', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1550956, '2023-01-22 03:53:59', 'info', 'Beginning import for all feed sources', NULL),
(1550957, '2023-01-22 03:56:22', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1550954, '2023-01-22 03:42:11', 'info', 'Starting import for \"World News\"', '170'),
(1550955, '2023-01-22 03:42:11', 'info', 'Feed is not active. Finished', '170'),
(1550952, '2023-01-22 03:42:11', 'debug', '24 will be skipped', '4837'),
(1550953, '2023-01-22 03:42:11', 'info', 'Import completed in 0.26 seconds!', '4837'),
(1550951, '2023-01-22 03:42:11', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1550950, '2023-01-22 03:42:11', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1550949, '2023-01-22 03:42:11', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1550948, '2023-01-22 03:42:11', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1550947, '2023-01-22 03:42:11', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1550946, '2023-01-22 03:42:11', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1550945, '2023-01-22 03:42:11', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1550944, '2023-01-22 03:42:11', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1550943, '2023-01-22 03:42:11', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1550942, '2023-01-22 03:42:11', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1550941, '2023-01-22 03:42:11', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1550940, '2023-01-22 03:42:11', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1550939, '2023-01-22 03:42:11', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1550938, '2023-01-22 03:42:11', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1550937, '2023-01-22 03:42:11', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1550936, '2023-01-22 03:42:11', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1550935, '2023-01-22 03:42:11', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1550934, '2023-01-22 03:42:11', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1550933, '2023-01-22 03:42:11', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550932, '2023-01-22 03:42:11', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550931, '2023-01-22 03:42:11', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550930, '2023-01-22 03:42:11', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550929, '2023-01-22 03:42:11', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1550928, '2023-01-22 03:42:11', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1550927, '2023-01-22 03:42:11', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1550925, '2023-01-22 03:40:44', 'info', 'Beginning import for all feed sources', NULL),
(1550926, '2023-01-22 03:42:11', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1550923, '2023-01-22 03:24:43', 'info', 'Starting import for \"World News\"', '170'),
(1550924, '2023-01-22 03:24:43', 'info', 'Feed is not active. Finished', '170'),
(1550921, '2023-01-22 03:24:43', 'debug', '24 will be skipped', '4837'),
(1550922, '2023-01-22 03:24:43', 'info', 'Import completed in 0.24 seconds!', '4837'),
(1550920, '2023-01-22 03:24:43', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1550919, '2023-01-22 03:24:43', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1550918, '2023-01-22 03:24:43', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1550917, '2023-01-22 03:24:43', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1550916, '2023-01-22 03:24:43', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1550915, '2023-01-22 03:24:43', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1550914, '2023-01-22 03:24:43', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1550913, '2023-01-22 03:24:43', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1550912, '2023-01-22 03:24:43', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1550911, '2023-01-22 03:24:43', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1550910, '2023-01-22 03:24:43', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1550909, '2023-01-22 03:24:43', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1550908, '2023-01-22 03:24:43', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1550907, '2023-01-22 03:24:43', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1550906, '2023-01-22 03:24:43', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1550905, '2023-01-22 03:24:43', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1550904, '2023-01-22 03:24:43', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1550903, '2023-01-22 03:24:43', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1550902, '2023-01-22 03:24:43', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550901, '2023-01-22 03:24:43', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550900, '2023-01-22 03:24:43', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550899, '2023-01-22 03:24:43', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550898, '2023-01-22 03:24:43', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1550897, '2023-01-22 03:24:43', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1550895, '2023-01-22 03:24:43', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1550896, '2023-01-22 03:24:43', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1550894, '2023-01-22 03:23:00', 'info', 'Beginning import for all feed sources', NULL),
(1550892, '2023-01-22 03:11:02', 'info', 'Starting import for \"World News\"', '170'),
(1550893, '2023-01-22 03:11:02', 'info', 'Feed is not active. Finished', '170'),
(1550890, '2023-01-22 03:11:02', 'debug', '24 will be skipped', '4837'),
(1550891, '2023-01-22 03:11:02', 'info', 'Import completed in 0.27 seconds!', '4837'),
(1550889, '2023-01-22 03:11:02', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1550888, '2023-01-22 03:11:02', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1550887, '2023-01-22 03:11:02', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1550886, '2023-01-22 03:11:02', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1550885, '2023-01-22 03:11:02', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1550884, '2023-01-22 03:11:02', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1550883, '2023-01-22 03:11:02', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1550882, '2023-01-22 03:11:02', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1550881, '2023-01-22 03:11:02', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1550880, '2023-01-22 03:11:02', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1550879, '2023-01-22 03:11:02', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1550878, '2023-01-22 03:11:02', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1550877, '2023-01-22 03:11:02', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1550876, '2023-01-22 03:11:02', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1550875, '2023-01-22 03:11:02', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1550874, '2023-01-22 03:11:02', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1550873, '2023-01-22 03:11:02', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1550872, '2023-01-22 03:11:02', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1550871, '2023-01-22 03:11:02', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550870, '2023-01-22 03:11:02', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550869, '2023-01-22 03:11:02', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550868, '2023-01-22 03:11:02', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550867, '2023-01-22 03:11:02', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1550866, '2023-01-22 03:11:02', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1550865, '2023-01-22 03:11:02', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1550863, '2023-01-22 03:09:14', 'info', 'Beginning import for all feed sources', NULL),
(1550864, '2023-01-22 03:11:02', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1550861, '2023-01-22 02:53:33', 'info', 'Starting import for \"World News\"', '170'),
(1550862, '2023-01-22 02:53:33', 'info', 'Feed is not active. Finished', '170'),
(1550859, '2023-01-22 02:53:33', 'debug', '24 will be skipped', '4837'),
(1550860, '2023-01-22 02:53:33', 'info', 'Import completed in 0.23 seconds!', '4837'),
(1550858, '2023-01-22 02:53:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1550857, '2023-01-22 02:53:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1550856, '2023-01-22 02:53:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1550855, '2023-01-22 02:53:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1550854, '2023-01-22 02:53:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1550853, '2023-01-22 02:53:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1550852, '2023-01-22 02:53:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1550851, '2023-01-22 02:53:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1550850, '2023-01-22 02:53:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1550849, '2023-01-22 02:53:33', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1550848, '2023-01-22 02:53:33', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1550847, '2023-01-22 02:53:33', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1550846, '2023-01-22 02:53:33', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1550845, '2023-01-22 02:53:33', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1550844, '2023-01-22 02:53:33', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1550843, '2023-01-22 02:53:33', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1550842, '2023-01-22 02:53:33', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1550841, '2023-01-22 02:53:33', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1550840, '2023-01-22 02:53:33', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550839, '2023-01-22 02:53:33', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550838, '2023-01-22 02:53:33', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550837, '2023-01-22 02:53:33', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550836, '2023-01-22 02:53:33', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1550835, '2023-01-22 02:53:33', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1550834, '2023-01-22 02:53:33', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1550832, '2023-01-22 02:53:30', 'info', 'Beginning import for all feed sources', NULL),
(1550833, '2023-01-22 02:53:33', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1550830, '2023-01-22 02:36:40', 'info', 'Starting import for \"World News\"', '170'),
(1550831, '2023-01-22 02:36:40', 'info', 'Feed is not active. Finished', '170'),
(1550828, '2023-01-22 02:36:40', 'debug', '24 will be skipped', '4837'),
(1550829, '2023-01-22 02:36:40', 'info', 'Import completed in 0.35 seconds!', '4837'),
(1550827, '2023-01-22 02:36:40', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1550826, '2023-01-22 02:36:40', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1550825, '2023-01-22 02:36:40', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1550824, '2023-01-22 02:36:40', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1550823, '2023-01-22 02:36:40', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1550822, '2023-01-22 02:36:40', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1550821, '2023-01-22 02:36:40', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1550820, '2023-01-22 02:36:40', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1550819, '2023-01-22 02:36:40', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1550818, '2023-01-22 02:36:40', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1550817, '2023-01-22 02:36:40', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1550816, '2023-01-22 02:36:40', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1550815, '2023-01-22 02:36:40', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1550814, '2023-01-22 02:36:40', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1550813, '2023-01-22 02:36:40', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1550812, '2023-01-22 02:36:40', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1550811, '2023-01-22 02:36:40', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1550810, '2023-01-22 02:36:40', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1550809, '2023-01-22 02:36:40', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550808, '2023-01-22 02:36:40', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550807, '2023-01-22 02:36:40', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550806, '2023-01-22 02:36:40', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550805, '2023-01-22 02:36:40', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1550804, '2023-01-22 02:36:40', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1550803, '2023-01-22 02:36:39', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1550801, '2023-01-22 02:36:05', 'info', 'Beginning import for all feed sources', NULL),
(1550802, '2023-01-22 02:36:39', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1550799, '2023-01-22 02:24:50', 'info', 'Starting import for \"World News\"', '170'),
(1550800, '2023-01-22 02:24:50', 'info', 'Feed is not active. Finished', '170'),
(1550797, '2023-01-22 02:24:50', 'debug', '24 will be skipped', '4837'),
(1550798, '2023-01-22 02:24:50', 'info', 'Import completed in 0.25 seconds!', '4837'),
(1550796, '2023-01-22 02:24:50', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1550795, '2023-01-22 02:24:50', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1550794, '2023-01-22 02:24:50', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1550793, '2023-01-22 02:24:50', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1550792, '2023-01-22 02:24:50', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1550791, '2023-01-22 02:24:50', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1550790, '2023-01-22 02:24:50', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1550789, '2023-01-22 02:24:50', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1550788, '2023-01-22 02:24:50', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1550787, '2023-01-22 02:24:50', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1550786, '2023-01-22 02:24:50', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1550785, '2023-01-22 02:24:50', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1550784, '2023-01-22 02:24:50', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1550783, '2023-01-22 02:24:50', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1550782, '2023-01-22 02:24:50', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1550781, '2023-01-22 02:24:50', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1550780, '2023-01-22 02:24:50', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1550779, '2023-01-22 02:24:50', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1550778, '2023-01-22 02:24:50', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550777, '2023-01-22 02:24:50', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550776, '2023-01-22 02:24:50', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550775, '2023-01-22 02:24:50', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550774, '2023-01-22 02:24:50', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1550773, '2023-01-22 02:24:50', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1550772, '2023-01-22 02:24:50', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1550770, '2023-01-22 02:22:26', 'info', 'Beginning import for all feed sources', NULL),
(1550771, '2023-01-22 02:24:50', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1550768, '2023-01-22 02:15:20', 'info', 'Starting import for \"World News\"', '170'),
(1550769, '2023-01-22 02:15:20', 'info', 'Feed is not active. Finished', '170'),
(1550766, '2023-01-22 02:15:20', 'debug', '24 will be skipped', '4837'),
(1550767, '2023-01-22 02:15:20', 'info', 'Import completed in 0.24 seconds!', '4837'),
(1550765, '2023-01-22 02:15:20', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1550764, '2023-01-22 02:15:20', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1550763, '2023-01-22 02:15:20', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1550762, '2023-01-22 02:15:20', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1550761, '2023-01-22 02:15:20', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1550760, '2023-01-22 02:15:20', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1550759, '2023-01-22 02:15:20', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1550758, '2023-01-22 02:15:20', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1550757, '2023-01-22 02:15:20', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1550756, '2023-01-22 02:15:20', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1550755, '2023-01-22 02:15:20', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1550754, '2023-01-22 02:15:20', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1550753, '2023-01-22 02:15:20', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1550752, '2023-01-22 02:15:20', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1550751, '2023-01-22 02:15:20', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1550750, '2023-01-22 02:15:20', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1550749, '2023-01-22 02:15:20', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1550748, '2023-01-22 02:15:20', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1550747, '2023-01-22 02:15:20', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550746, '2023-01-22 02:15:20', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550745, '2023-01-22 02:15:20', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550744, '2023-01-22 02:15:20', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550743, '2023-01-22 02:15:20', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1550742, '2023-01-22 02:15:20', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1550741, '2023-01-22 02:15:19', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1550739, '2023-01-22 02:06:24', 'info', 'Beginning import for all feed sources', NULL),
(1550740, '2023-01-22 02:15:19', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1550737, '2023-01-22 01:59:15', 'info', 'Starting import for \"World News\"', '170'),
(1550738, '2023-01-22 01:59:15', 'info', 'Feed is not active. Finished', '170'),
(1550735, '2023-01-22 01:59:15', 'debug', '24 will be skipped', '4837'),
(1550736, '2023-01-22 01:59:15', 'info', 'Import completed in 0.20 seconds!', '4837'),
(1550734, '2023-01-22 01:59:15', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1550733, '2023-01-22 01:59:15', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1550732, '2023-01-22 01:59:15', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1550731, '2023-01-22 01:59:15', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1550730, '2023-01-22 01:59:15', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1550729, '2023-01-22 01:59:15', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1550728, '2023-01-22 01:59:15', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1550727, '2023-01-22 01:59:15', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1550726, '2023-01-22 01:59:15', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1550725, '2023-01-22 01:59:15', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1550724, '2023-01-22 01:59:15', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1550723, '2023-01-22 01:59:15', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1550722, '2023-01-22 01:59:15', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1550721, '2023-01-22 01:59:15', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1550720, '2023-01-22 01:59:15', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1550719, '2023-01-22 01:59:15', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1550718, '2023-01-22 01:59:15', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1550717, '2023-01-22 01:59:15', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1550716, '2023-01-22 01:59:15', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550715, '2023-01-22 01:59:15', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550714, '2023-01-22 01:59:15', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550713, '2023-01-22 01:59:15', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550712, '2023-01-22 01:59:15', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1550711, '2023-01-22 01:59:15', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1550710, '2023-01-22 01:59:14', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1550708, '2023-01-22 01:56:13', 'info', 'Beginning import for all feed sources', NULL),
(1550709, '2023-01-22 01:59:14', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1550706, '2023-01-22 01:43:45', 'info', 'Starting import for \"World News\"', '170'),
(1550707, '2023-01-22 01:43:45', 'info', 'Feed is not active. Finished', '170'),
(1550704, '2023-01-22 01:43:44', 'debug', '24 will be skipped', '4837'),
(1550705, '2023-01-22 01:43:44', 'info', 'Import completed in 0.28 seconds!', '4837'),
(1550703, '2023-01-22 01:43:44', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1550702, '2023-01-22 01:43:44', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1550701, '2023-01-22 01:43:44', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1550700, '2023-01-22 01:43:44', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1550699, '2023-01-22 01:43:44', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1550698, '2023-01-22 01:43:44', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1550697, '2023-01-22 01:43:44', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1550696, '2023-01-22 01:43:44', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1550695, '2023-01-22 01:43:44', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1550694, '2023-01-22 01:43:44', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1550693, '2023-01-22 01:43:44', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1550692, '2023-01-22 01:43:44', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1550691, '2023-01-22 01:43:44', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1550690, '2023-01-22 01:43:44', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1550689, '2023-01-22 01:43:44', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837');
INSERT INTO `iamc_wprss_logs` (`id`, `date`, `level`, `message`, `feed_id`) VALUES
(1550688, '2023-01-22 01:43:44', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1550687, '2023-01-22 01:43:44', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1550686, '2023-01-22 01:43:44', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1550685, '2023-01-22 01:43:44', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550684, '2023-01-22 01:43:44', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550683, '2023-01-22 01:43:44', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550682, '2023-01-22 01:43:44', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550681, '2023-01-22 01:43:44', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1550680, '2023-01-22 01:43:44', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1550679, '2023-01-22 01:43:44', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1550677, '2023-01-22 01:36:13', 'info', 'Beginning import for all feed sources', NULL),
(1550678, '2023-01-22 01:43:44', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1550675, '2023-01-22 01:25:04', 'info', 'Starting import for \"World News\"', '170'),
(1550676, '2023-01-22 01:25:04', 'info', 'Feed is not active. Finished', '170'),
(1550673, '2023-01-22 01:25:04', 'debug', '24 will be skipped', '4837'),
(1550674, '2023-01-22 01:25:04', 'info', 'Import completed in 0.32 seconds!', '4837'),
(1550672, '2023-01-22 01:25:04', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1550671, '2023-01-22 01:25:04', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1550670, '2023-01-22 01:25:04', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1550669, '2023-01-22 01:25:04', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1550668, '2023-01-22 01:25:04', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1550667, '2023-01-22 01:25:04', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1550666, '2023-01-22 01:25:04', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1550665, '2023-01-22 01:25:04', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1550664, '2023-01-22 01:25:04', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1550663, '2023-01-22 01:25:04', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1550662, '2023-01-22 01:25:04', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1550661, '2023-01-22 01:25:04', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1550660, '2023-01-22 01:25:04', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1550659, '2023-01-22 01:25:04', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1550658, '2023-01-22 01:25:04', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1550657, '2023-01-22 01:25:04', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1550656, '2023-01-22 01:25:04', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1550655, '2023-01-22 01:25:04', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1550654, '2023-01-22 01:25:04', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550653, '2023-01-22 01:25:04', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550652, '2023-01-22 01:25:04', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550651, '2023-01-22 01:25:04', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550650, '2023-01-22 01:25:04', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1550649, '2023-01-22 01:25:04', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1550648, '2023-01-22 01:25:04', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1550646, '2023-01-22 01:22:23', 'info', 'Beginning import for all feed sources', NULL),
(1550647, '2023-01-22 01:25:04', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1550644, '2023-01-22 01:10:38', 'info', 'Starting import for \"World News\"', '170'),
(1550645, '2023-01-22 01:10:38', 'info', 'Feed is not active. Finished', '170'),
(1550642, '2023-01-22 01:10:38', 'debug', '24 will be skipped', '4837'),
(1550643, '2023-01-22 01:10:38', 'info', 'Import completed in 0.24 seconds!', '4837'),
(1550641, '2023-01-22 01:10:38', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1550640, '2023-01-22 01:10:38', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1550639, '2023-01-22 01:10:38', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1550638, '2023-01-22 01:10:38', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1550637, '2023-01-22 01:10:38', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1550636, '2023-01-22 01:10:38', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1550635, '2023-01-22 01:10:38', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1550634, '2023-01-22 01:10:38', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1550633, '2023-01-22 01:10:38', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1550632, '2023-01-22 01:10:38', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1550631, '2023-01-22 01:10:38', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1550630, '2023-01-22 01:10:38', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1550629, '2023-01-22 01:10:38', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1550628, '2023-01-22 01:10:38', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1550627, '2023-01-22 01:10:38', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1550626, '2023-01-22 01:10:38', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1550625, '2023-01-22 01:10:38', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1550624, '2023-01-22 01:10:38', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1550623, '2023-01-22 01:10:38', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550622, '2023-01-22 01:10:38', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550621, '2023-01-22 01:10:38', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550620, '2023-01-22 01:10:38', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550619, '2023-01-22 01:10:38', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1550618, '2023-01-22 01:10:38', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1550617, '2023-01-22 01:10:38', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1550615, '2023-01-22 01:07:31', 'info', 'Beginning import for all feed sources', NULL),
(1550616, '2023-01-22 01:10:38', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1550613, '2023-01-22 00:56:35', 'info', 'Starting import for \"World News\"', '170'),
(1550614, '2023-01-22 00:56:35', 'info', 'Feed is not active. Finished', '170'),
(1550611, '2023-01-22 00:56:35', 'debug', '24 will be skipped', '4837'),
(1550612, '2023-01-22 00:56:35', 'info', 'Import completed in 0.30 seconds!', '4837'),
(1550610, '2023-01-22 00:56:35', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1550609, '2023-01-22 00:56:35', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1550608, '2023-01-22 00:56:35', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1550607, '2023-01-22 00:56:35', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1550606, '2023-01-22 00:56:35', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1550605, '2023-01-22 00:56:35', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1550604, '2023-01-22 00:56:35', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1550603, '2023-01-22 00:56:35', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1550602, '2023-01-22 00:56:35', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1550601, '2023-01-22 00:56:35', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1550600, '2023-01-22 00:56:35', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1550599, '2023-01-22 00:56:35', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1550598, '2023-01-22 00:56:35', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1550597, '2023-01-22 00:56:35', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1550596, '2023-01-22 00:56:35', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1550595, '2023-01-22 00:56:35', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1550594, '2023-01-22 00:56:35', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1550593, '2023-01-22 00:56:35', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1550592, '2023-01-22 00:56:35', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550591, '2023-01-22 00:56:35', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550590, '2023-01-22 00:56:35', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550589, '2023-01-22 00:56:35', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550588, '2023-01-22 00:56:35', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1550587, '2023-01-22 00:56:35', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1550586, '2023-01-22 00:56:35', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1550584, '2023-01-22 00:53:58', 'info', 'Beginning import for all feed sources', NULL),
(1550585, '2023-01-22 00:56:35', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1550582, '2023-01-22 00:39:26', 'info', 'Starting import for \"World News\"', '170'),
(1550583, '2023-01-22 00:39:26', 'info', 'Feed is not active. Finished', '170'),
(1550580, '2023-01-22 00:39:26', 'debug', '24 will be skipped', '4837'),
(1550581, '2023-01-22 00:39:26', 'info', 'Import completed in 0.31 seconds!', '4837'),
(1550579, '2023-01-22 00:39:26', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1550578, '2023-01-22 00:39:26', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1550577, '2023-01-22 00:39:26', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1550576, '2023-01-22 00:39:26', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1550575, '2023-01-22 00:39:26', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1550574, '2023-01-22 00:39:26', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1550573, '2023-01-22 00:39:26', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1550572, '2023-01-22 00:39:26', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1550571, '2023-01-22 00:39:26', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1550570, '2023-01-22 00:39:26', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1550569, '2023-01-22 00:39:26', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1550568, '2023-01-22 00:39:26', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1550567, '2023-01-22 00:39:26', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1550566, '2023-01-22 00:39:26', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1550565, '2023-01-22 00:39:26', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1550564, '2023-01-22 00:39:26', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1550563, '2023-01-22 00:39:26', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1550562, '2023-01-22 00:39:26', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1550561, '2023-01-22 00:39:26', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550560, '2023-01-22 00:39:26', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550559, '2023-01-22 00:39:26', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550558, '2023-01-22 00:39:26', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550557, '2023-01-22 00:39:26', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1550556, '2023-01-22 00:39:26', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1550555, '2023-01-22 00:39:26', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1550553, '2023-01-22 00:38:04', 'info', 'Beginning import for all feed sources', NULL),
(1550554, '2023-01-22 00:39:26', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1550551, '2023-01-22 00:25:58', 'info', 'Starting import for \"World News\"', '170'),
(1550552, '2023-01-22 00:25:58', 'info', 'Feed is not active. Finished', '170'),
(1550550, '2023-01-22 00:25:58', 'info', 'Import completed in 0.40 seconds!', '4837'),
(1550549, '2023-01-22 00:25:58', 'debug', '24 will be skipped', '4837'),
(1550548, '2023-01-22 00:25:58', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1550547, '2023-01-22 00:25:58', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1550546, '2023-01-22 00:25:58', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1550545, '2023-01-22 00:25:58', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1550544, '2023-01-22 00:25:58', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1550543, '2023-01-22 00:25:58', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1550542, '2023-01-22 00:25:58', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1550541, '2023-01-22 00:25:58', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1550540, '2023-01-22 00:25:58', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1550539, '2023-01-22 00:25:58', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1550538, '2023-01-22 00:25:58', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1550537, '2023-01-22 00:25:58', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1550536, '2023-01-22 00:25:58', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1550535, '2023-01-22 00:25:58', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1550534, '2023-01-22 00:25:58', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1550533, '2023-01-22 00:25:58', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1550532, '2023-01-22 00:25:58', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1550531, '2023-01-22 00:25:58', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1550530, '2023-01-22 00:25:58', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550529, '2023-01-22 00:25:58', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550528, '2023-01-22 00:25:58', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550527, '2023-01-22 00:25:58', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550526, '2023-01-22 00:25:58', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1550525, '2023-01-22 00:25:58', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1550523, '2023-01-22 00:25:57', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1550524, '2023-01-22 00:25:57', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1550521, '2023-01-22 00:09:24', 'info', 'Feed is not active. Finished', '170'),
(1550522, '2023-01-22 00:25:16', 'info', 'Beginning import for all feed sources', NULL),
(1550519, '2023-01-22 00:09:24', 'info', 'Import completed in 0.24 seconds!', '4837'),
(1550520, '2023-01-22 00:09:24', 'info', 'Starting import for \"World News\"', '170'),
(1550518, '2023-01-22 00:09:24', 'debug', '24 will be skipped', '4837'),
(1550517, '2023-01-22 00:09:24', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1550516, '2023-01-22 00:09:24', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1550515, '2023-01-22 00:09:24', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1550514, '2023-01-22 00:09:24', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1550513, '2023-01-22 00:09:24', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1550512, '2023-01-22 00:09:24', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1550511, '2023-01-22 00:09:24', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1550510, '2023-01-22 00:09:24', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1550509, '2023-01-22 00:09:24', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1550508, '2023-01-22 00:09:24', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1550507, '2023-01-22 00:09:24', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1550506, '2023-01-22 00:09:24', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1550505, '2023-01-22 00:09:24', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1550504, '2023-01-22 00:09:24', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1550503, '2023-01-22 00:09:24', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1550502, '2023-01-22 00:09:24', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1550501, '2023-01-22 00:09:24', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1550500, '2023-01-22 00:09:24', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1550499, '2023-01-22 00:09:24', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550498, '2023-01-22 00:09:24', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550497, '2023-01-22 00:09:24', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550496, '2023-01-22 00:09:24', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550495, '2023-01-22 00:09:24', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1550494, '2023-01-22 00:09:24', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1550492, '2023-01-22 00:09:24', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1550493, '2023-01-22 00:09:24', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1550490, '2023-01-21 23:56:04', 'info', 'Feed is not active. Finished', '170'),
(1550491, '2023-01-22 00:08:39', 'info', 'Beginning import for all feed sources', NULL),
(1550488, '2023-01-21 23:56:04', 'info', 'Import completed in 0.23 seconds!', '4837'),
(1550489, '2023-01-21 23:56:04', 'info', 'Starting import for \"World News\"', '170'),
(1550487, '2023-01-21 23:56:04', 'debug', '24 will be skipped', '4837'),
(1550486, '2023-01-21 23:56:04', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1550485, '2023-01-21 23:56:04', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1550484, '2023-01-21 23:56:04', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1550483, '2023-01-21 23:56:04', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1550482, '2023-01-21 23:56:04', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1550481, '2023-01-21 23:56:04', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1550480, '2023-01-21 23:56:04', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1550479, '2023-01-21 23:56:04', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1550478, '2023-01-21 23:56:04', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1550477, '2023-01-21 23:56:04', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1550476, '2023-01-21 23:56:04', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1550475, '2023-01-21 23:56:04', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1550474, '2023-01-21 23:56:04', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1550473, '2023-01-21 23:56:04', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1550472, '2023-01-21 23:56:04', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1550471, '2023-01-21 23:56:04', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1550470, '2023-01-21 23:56:04', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1550469, '2023-01-21 23:56:04', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1550468, '2023-01-21 23:56:04', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550467, '2023-01-21 23:56:04', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550466, '2023-01-21 23:56:04', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550465, '2023-01-21 23:56:04', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550464, '2023-01-21 23:56:04', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1550463, '2023-01-21 23:56:04', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1550462, '2023-01-21 23:56:04', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1550460, '2023-01-21 23:53:50', 'info', 'Beginning import for all feed sources', NULL),
(1550461, '2023-01-21 23:56:04', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1550459, '2023-01-21 23:38:54', 'info', 'Feed is not active. Finished', '170'),
(1550458, '2023-01-21 23:38:54', 'info', 'Starting import for \"World News\"', '170'),
(1550457, '2023-01-21 23:38:54', 'info', 'Import completed in 0.29 seconds!', '4837'),
(1550456, '2023-01-21 23:38:54', 'debug', '24 will be skipped', '4837'),
(1550455, '2023-01-21 23:38:54', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1550454, '2023-01-21 23:38:54', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1550453, '2023-01-21 23:38:54', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1550452, '2023-01-21 23:38:54', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1550451, '2023-01-21 23:38:54', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1550450, '2023-01-21 23:38:54', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1550449, '2023-01-21 23:38:54', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1550448, '2023-01-21 23:38:54', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1550447, '2023-01-21 23:38:54', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1550446, '2023-01-21 23:38:54', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1550445, '2023-01-21 23:38:54', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1550444, '2023-01-21 23:38:54', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1550443, '2023-01-21 23:38:54', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1550442, '2023-01-21 23:38:54', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1550441, '2023-01-21 23:38:54', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1550440, '2023-01-21 23:38:54', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1550439, '2023-01-21 23:38:54', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1550438, '2023-01-21 23:38:54', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1550437, '2023-01-21 23:38:54', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550436, '2023-01-21 23:38:54', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550435, '2023-01-21 23:38:54', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550434, '2023-01-21 23:38:54', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550433, '2023-01-21 23:38:54', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1550432, '2023-01-21 23:38:54', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1550430, '2023-01-21 23:38:54', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1550431, '2023-01-21 23:38:54', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1550428, '2023-01-21 23:23:43', 'info', 'Feed is not active. Finished', '170'),
(1550429, '2023-01-21 23:38:04', 'info', 'Beginning import for all feed sources', NULL),
(1550427, '2023-01-21 23:23:43', 'info', 'Starting import for \"World News\"', '170'),
(1550426, '2023-01-21 23:23:43', 'info', 'Import completed in 0.27 seconds!', '4837'),
(1550425, '2023-01-21 23:23:43', 'debug', '24 will be skipped', '4837'),
(1550424, '2023-01-21 23:23:43', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1550423, '2023-01-21 23:23:43', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1550422, '2023-01-21 23:23:43', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1550421, '2023-01-21 23:23:43', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1550420, '2023-01-21 23:23:43', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1550419, '2023-01-21 23:23:43', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1550418, '2023-01-21 23:23:43', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1550417, '2023-01-21 23:23:43', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1550416, '2023-01-21 23:23:43', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1550415, '2023-01-21 23:23:43', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1550414, '2023-01-21 23:23:43', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1550413, '2023-01-21 23:23:43', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1550412, '2023-01-21 23:23:43', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1550411, '2023-01-21 23:23:43', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1550410, '2023-01-21 23:23:43', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1550409, '2023-01-21 23:23:43', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1550408, '2023-01-21 23:23:43', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1550407, '2023-01-21 23:23:43', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1550406, '2023-01-21 23:23:43', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550405, '2023-01-21 23:23:43', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550404, '2023-01-21 23:23:43', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550403, '2023-01-21 23:23:43', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550402, '2023-01-21 23:23:43', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1550401, '2023-01-21 23:23:43', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1550399, '2023-01-21 23:23:43', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1550400, '2023-01-21 23:23:43', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1550398, '2023-01-21 23:22:23', 'info', 'Beginning import for all feed sources', NULL),
(1550397, '2023-01-21 23:10:34', 'info', 'Feed is not active. Finished', '170'),
(1550396, '2023-01-21 23:10:34', 'info', 'Starting import for \"World News\"', '170'),
(1550395, '2023-01-21 23:10:34', 'info', 'Import completed in 0.23 seconds!', '4837'),
(1550394, '2023-01-21 23:10:34', 'debug', '24 will be skipped', '4837'),
(1550393, '2023-01-21 23:10:34', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1550392, '2023-01-21 23:10:34', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1550391, '2023-01-21 23:10:34', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1550390, '2023-01-21 23:10:34', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1550389, '2023-01-21 23:10:34', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1550388, '2023-01-21 23:10:34', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1550387, '2023-01-21 23:10:34', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1550386, '2023-01-21 23:10:34', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1550385, '2023-01-21 23:10:34', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1550384, '2023-01-21 23:10:34', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1550383, '2023-01-21 23:10:34', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1550382, '2023-01-21 23:10:34', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1550381, '2023-01-21 23:10:34', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1550380, '2023-01-21 23:10:34', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1550379, '2023-01-21 23:10:34', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1550378, '2023-01-21 23:10:34', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1550377, '2023-01-21 23:10:34', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1550376, '2023-01-21 23:10:34', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1550375, '2023-01-21 23:10:34', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550374, '2023-01-21 23:10:34', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550373, '2023-01-21 23:10:34', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550372, '2023-01-21 23:10:34', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550371, '2023-01-21 23:10:34', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1550370, '2023-01-21 23:10:34', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1550369, '2023-01-21 23:10:34', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1550368, '2023-01-21 23:10:34', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1550367, '2023-01-21 23:06:53', 'info', 'Beginning import for all feed sources', NULL),
(1550366, '2023-01-21 22:52:00', 'info', 'Feed is not active. Finished', '170'),
(1550365, '2023-01-21 22:52:00', 'info', 'Starting import for \"World News\"', '170'),
(1550363, '2023-01-21 22:52:00', 'debug', '24 will be skipped', '4837'),
(1550364, '2023-01-21 22:52:00', 'info', 'Import completed in 0.29 seconds!', '4837'),
(1550362, '2023-01-21 22:52:00', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1550361, '2023-01-21 22:52:00', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1550360, '2023-01-21 22:52:00', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1550359, '2023-01-21 22:52:00', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1550358, '2023-01-21 22:51:59', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1550357, '2023-01-21 22:51:59', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1550356, '2023-01-21 22:51:59', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1550355, '2023-01-21 22:51:59', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1550354, '2023-01-21 22:51:59', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1550353, '2023-01-21 22:51:59', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1550352, '2023-01-21 22:51:59', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1550351, '2023-01-21 22:51:59', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1550350, '2023-01-21 22:51:59', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1550349, '2023-01-21 22:51:59', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1550348, '2023-01-21 22:51:59', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1550347, '2023-01-21 22:51:59', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1550346, '2023-01-21 22:51:59', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1550345, '2023-01-21 22:51:59', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1550344, '2023-01-21 22:51:59', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550343, '2023-01-21 22:51:59', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550342, '2023-01-21 22:51:59', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550341, '2023-01-21 22:51:59', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550340, '2023-01-21 22:51:59', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1550339, '2023-01-21 22:51:59', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1550338, '2023-01-21 22:51:59', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1550337, '2023-01-21 22:51:59', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1550336, '2023-01-21 22:50:56', 'info', 'Beginning import for all feed sources', NULL),
(1550335, '2023-01-21 22:43:05', 'info', 'Feed is not active. Finished', '170'),
(1550334, '2023-01-21 22:43:05', 'info', 'Starting import for \"World News\"', '170'),
(1550332, '2023-01-21 22:43:05', 'debug', '24 will be skipped', '4837'),
(1550333, '2023-01-21 22:43:05', 'info', 'Import completed in 0.30 seconds!', '4837'),
(1550331, '2023-01-21 22:43:05', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1550330, '2023-01-21 22:43:05', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1550329, '2023-01-21 22:43:05', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1550328, '2023-01-21 22:43:05', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1550327, '2023-01-21 22:43:05', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1550326, '2023-01-21 22:43:05', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1550325, '2023-01-21 22:43:05', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1550324, '2023-01-21 22:43:05', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1550323, '2023-01-21 22:43:05', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1550322, '2023-01-21 22:43:05', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1550321, '2023-01-21 22:43:05', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1550320, '2023-01-21 22:43:05', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1550319, '2023-01-21 22:43:05', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1550318, '2023-01-21 22:43:05', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1550317, '2023-01-21 22:43:05', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1550316, '2023-01-21 22:43:05', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1550315, '2023-01-21 22:43:05', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1550314, '2023-01-21 22:43:05', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1550313, '2023-01-21 22:43:05', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550312, '2023-01-21 22:43:05', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550311, '2023-01-21 22:43:05', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837');
INSERT INTO `iamc_wprss_logs` (`id`, `date`, `level`, `message`, `feed_id`) VALUES
(1550310, '2023-01-21 22:43:05', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550309, '2023-01-21 22:43:05', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1550308, '2023-01-21 22:43:05', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1550307, '2023-01-21 22:43:05', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1550306, '2023-01-21 22:43:05', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1550305, '2023-01-21 22:42:38', 'info', 'Beginning import for all feed sources', NULL),
(1550303, '2023-01-21 22:26:58', 'info', 'Starting import for \"World News\"', '170'),
(1550304, '2023-01-21 22:26:58', 'info', 'Feed is not active. Finished', '170'),
(1550301, '2023-01-21 22:26:58', 'debug', '24 will be skipped', '4837'),
(1550302, '2023-01-21 22:26:58', 'info', 'Import completed in 0.20 seconds!', '4837'),
(1550300, '2023-01-21 22:26:58', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1550299, '2023-01-21 22:26:58', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1550298, '2023-01-21 22:26:58', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1550297, '2023-01-21 22:26:58', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1550296, '2023-01-21 22:26:58', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1550295, '2023-01-21 22:26:58', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1550294, '2023-01-21 22:26:58', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1550293, '2023-01-21 22:26:58', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1550292, '2023-01-21 22:26:58', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1550291, '2023-01-21 22:26:58', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1550290, '2023-01-21 22:26:58', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1550289, '2023-01-21 22:26:58', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1550288, '2023-01-21 22:26:58', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1550287, '2023-01-21 22:26:58', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1550286, '2023-01-21 22:26:58', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1550285, '2023-01-21 22:26:58', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1550284, '2023-01-21 22:26:58', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1550283, '2023-01-21 22:26:58', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1550282, '2023-01-21 22:26:58', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550281, '2023-01-21 22:26:58', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550280, '2023-01-21 22:26:58', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550279, '2023-01-21 22:26:58', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550278, '2023-01-21 22:26:58', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1550277, '2023-01-21 22:26:57', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1550276, '2023-01-21 22:26:57', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1550274, '2023-01-21 22:25:42', 'info', 'Beginning import for all feed sources', NULL),
(1550275, '2023-01-21 22:26:57', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1550272, '2023-01-21 22:11:00', 'info', 'Starting import for \"World News\"', '170'),
(1550273, '2023-01-21 22:11:00', 'info', 'Feed is not active. Finished', '170'),
(1550270, '2023-01-21 22:11:00', 'debug', '24 will be skipped', '4837'),
(1550271, '2023-01-21 22:11:00', 'info', 'Import completed in 0.30 seconds!', '4837'),
(1550269, '2023-01-21 22:11:00', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1550268, '2023-01-21 22:11:00', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1550267, '2023-01-21 22:11:00', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1550266, '2023-01-21 22:11:00', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1550265, '2023-01-21 22:11:00', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1550264, '2023-01-21 22:11:00', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1550263, '2023-01-21 22:11:00', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1550262, '2023-01-21 22:11:00', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1550261, '2023-01-21 22:11:00', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1550260, '2023-01-21 22:11:00', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1550259, '2023-01-21 22:11:00', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1550258, '2023-01-21 22:11:00', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1550257, '2023-01-21 22:11:00', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1550256, '2023-01-21 22:11:00', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1550255, '2023-01-21 22:11:00', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1550254, '2023-01-21 22:11:00', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1550253, '2023-01-21 22:11:00', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1550252, '2023-01-21 22:11:00', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1550251, '2023-01-21 22:11:00', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550250, '2023-01-21 22:11:00', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550249, '2023-01-21 22:11:00', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550248, '2023-01-21 22:11:00', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550247, '2023-01-21 22:11:00', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1550246, '2023-01-21 22:11:00', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1550245, '2023-01-21 22:11:00', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1550243, '2023-01-21 22:06:06', 'info', 'Beginning import for all feed sources', NULL),
(1550244, '2023-01-21 22:11:00', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1550241, '2023-01-21 21:55:30', 'info', 'Starting import for \"World News\"', '170'),
(1550242, '2023-01-21 21:55:30', 'info', 'Feed is not active. Finished', '170'),
(1550239, '2023-01-21 21:55:30', 'debug', '24 will be skipped', '4837'),
(1550240, '2023-01-21 21:55:30', 'info', 'Import completed in 0.31 seconds!', '4837'),
(1550238, '2023-01-21 21:55:30', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1550237, '2023-01-21 21:55:30', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1550236, '2023-01-21 21:55:30', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1550235, '2023-01-21 21:55:30', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1550234, '2023-01-21 21:55:29', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1550233, '2023-01-21 21:55:29', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1550232, '2023-01-21 21:55:29', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1550231, '2023-01-21 21:55:29', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1550230, '2023-01-21 21:55:29', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1550229, '2023-01-21 21:55:29', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1550228, '2023-01-21 21:55:29', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1550227, '2023-01-21 21:55:29', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1550226, '2023-01-21 21:55:29', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1550225, '2023-01-21 21:55:29', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1550224, '2023-01-21 21:55:29', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1550223, '2023-01-21 21:55:29', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1550222, '2023-01-21 21:55:29', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1550221, '2023-01-21 21:55:29', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1550220, '2023-01-21 21:55:29', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550219, '2023-01-21 21:55:29', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550218, '2023-01-21 21:55:29', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550217, '2023-01-21 21:55:29', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550216, '2023-01-21 21:55:29', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1550215, '2023-01-21 21:55:29', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1550213, '2023-01-21 21:55:29', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1550214, '2023-01-21 21:55:29', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1550212, '2023-01-21 21:55:27', 'info', 'Beginning import for all feed sources', NULL),
(1550210, '2023-01-21 21:39:56', 'info', 'Starting import for \"World News\"', '170'),
(1550211, '2023-01-21 21:39:56', 'info', 'Feed is not active. Finished', '170'),
(1550208, '2023-01-21 21:39:56', 'debug', '24 will be skipped', '4837'),
(1550209, '2023-01-21 21:39:56', 'info', 'Import completed in 0.28 seconds!', '4837'),
(1550207, '2023-01-21 21:39:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1550206, '2023-01-21 21:39:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1550205, '2023-01-21 21:39:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1550204, '2023-01-21 21:39:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1550203, '2023-01-21 21:39:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1550202, '2023-01-21 21:39:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1550201, '2023-01-21 21:39:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1550200, '2023-01-21 21:39:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1550199, '2023-01-21 21:39:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1550198, '2023-01-21 21:39:56', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1550197, '2023-01-21 21:39:56', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1550196, '2023-01-21 21:39:56', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1550195, '2023-01-21 21:39:56', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1550194, '2023-01-21 21:39:56', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1550193, '2023-01-21 21:39:56', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1550192, '2023-01-21 21:39:56', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1550191, '2023-01-21 21:39:56', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1550190, '2023-01-21 21:39:56', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1550189, '2023-01-21 21:39:56', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550188, '2023-01-21 21:39:56', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550187, '2023-01-21 21:39:56', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550186, '2023-01-21 21:39:56', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550185, '2023-01-21 21:39:56', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1550184, '2023-01-21 21:39:56', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1550183, '2023-01-21 21:39:56', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1550181, '2023-01-21 21:37:59', 'info', 'Beginning import for all feed sources', NULL),
(1550182, '2023-01-21 21:39:56', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1550179, '2023-01-21 21:23:32', 'info', 'Starting import for \"World News\"', '170'),
(1550180, '2023-01-21 21:23:32', 'info', 'Feed is not active. Finished', '170'),
(1550177, '2023-01-21 21:23:32', 'debug', '24 will be skipped', '4837'),
(1550178, '2023-01-21 21:23:32', 'info', 'Import completed in 0.25 seconds!', '4837'),
(1550176, '2023-01-21 21:23:32', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1550175, '2023-01-21 21:23:32', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1550174, '2023-01-21 21:23:32', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1550173, '2023-01-21 21:23:32', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1550172, '2023-01-21 21:23:32', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1550171, '2023-01-21 21:23:32', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1550170, '2023-01-21 21:23:32', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1550169, '2023-01-21 21:23:32', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1550168, '2023-01-21 21:23:32', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1550167, '2023-01-21 21:23:32', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1550166, '2023-01-21 21:23:32', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1550165, '2023-01-21 21:23:32', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1550164, '2023-01-21 21:23:32', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1550163, '2023-01-21 21:23:32', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1550162, '2023-01-21 21:23:32', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1550161, '2023-01-21 21:23:32', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1550160, '2023-01-21 21:23:32', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1550159, '2023-01-21 21:23:32', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1550158, '2023-01-21 21:23:32', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550157, '2023-01-21 21:23:32', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550156, '2023-01-21 21:23:32', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550155, '2023-01-21 21:23:32', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550154, '2023-01-21 21:23:32', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1550153, '2023-01-21 21:23:32', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1550152, '2023-01-21 21:23:32', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1550150, '2023-01-21 21:21:35', 'info', 'Beginning import for all feed sources', NULL),
(1550151, '2023-01-21 21:23:32', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1550148, '2023-01-21 21:14:37', 'info', 'Starting import for \"World News\"', '170'),
(1550149, '2023-01-21 21:14:37', 'info', 'Feed is not active. Finished', '170'),
(1550146, '2023-01-21 21:14:37', 'debug', '24 will be skipped', '4837'),
(1550147, '2023-01-21 21:14:37', 'info', 'Import completed in 0.34 seconds!', '4837'),
(1550145, '2023-01-21 21:14:37', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1550144, '2023-01-21 21:14:37', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1550143, '2023-01-21 21:14:37', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1550142, '2023-01-21 21:14:37', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1550141, '2023-01-21 21:14:37', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1550140, '2023-01-21 21:14:37', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1550139, '2023-01-21 21:14:37', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1550138, '2023-01-21 21:14:37', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1550137, '2023-01-21 21:14:37', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1550136, '2023-01-21 21:14:37', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1550135, '2023-01-21 21:14:37', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1550134, '2023-01-21 21:14:37', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1550133, '2023-01-21 21:14:37', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1550132, '2023-01-21 21:14:37', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1550131, '2023-01-21 21:14:37', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1550130, '2023-01-21 21:14:37', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1550129, '2023-01-21 21:14:37', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1550128, '2023-01-21 21:14:37', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1550127, '2023-01-21 21:14:37', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550126, '2023-01-21 21:14:37', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550125, '2023-01-21 21:14:37', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550124, '2023-01-21 21:14:37', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550123, '2023-01-21 21:14:37', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1550122, '2023-01-21 21:14:37', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1550121, '2023-01-21 21:14:37', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1550119, '2023-01-21 21:08:30', 'info', 'Beginning import for all feed sources', NULL),
(1550120, '2023-01-21 21:14:37', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1550117, '2023-01-21 20:54:38', 'info', 'Starting import for \"World News\"', '170'),
(1550118, '2023-01-21 20:54:38', 'info', 'Feed is not active. Finished', '170'),
(1550115, '2023-01-21 20:54:38', 'debug', '24 will be skipped', '4837'),
(1550116, '2023-01-21 20:54:38', 'info', 'Import completed in 0.29 seconds!', '4837'),
(1550114, '2023-01-21 20:54:38', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1550113, '2023-01-21 20:54:38', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1550112, '2023-01-21 20:54:38', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1550111, '2023-01-21 20:54:38', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1550110, '2023-01-21 20:54:38', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1550109, '2023-01-21 20:54:38', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1550108, '2023-01-21 20:54:38', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1550107, '2023-01-21 20:54:38', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1550106, '2023-01-21 20:54:38', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1550105, '2023-01-21 20:54:38', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1550104, '2023-01-21 20:54:38', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1550103, '2023-01-21 20:54:38', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1550102, '2023-01-21 20:54:38', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1550101, '2023-01-21 20:54:38', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1550100, '2023-01-21 20:54:38', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1550099, '2023-01-21 20:54:38', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1550098, '2023-01-21 20:54:38', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1550097, '2023-01-21 20:54:38', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1550096, '2023-01-21 20:54:38', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550095, '2023-01-21 20:54:38', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550094, '2023-01-21 20:54:38', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550093, '2023-01-21 20:54:38', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550092, '2023-01-21 20:54:38', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1550091, '2023-01-21 20:54:38', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1550090, '2023-01-21 20:54:38', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1550088, '2023-01-21 20:52:40', 'info', 'Beginning import for all feed sources', NULL),
(1550089, '2023-01-21 20:54:38', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1550086, '2023-01-21 20:37:04', 'info', 'Starting import for \"World News\"', '170'),
(1550087, '2023-01-21 20:37:04', 'info', 'Feed is not active. Finished', '170'),
(1550084, '2023-01-21 20:37:04', 'debug', '24 will be skipped', '4837'),
(1550085, '2023-01-21 20:37:04', 'info', 'Import completed in 0.23 seconds!', '4837'),
(1550083, '2023-01-21 20:37:04', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1550082, '2023-01-21 20:37:04', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1550081, '2023-01-21 20:37:04', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1550080, '2023-01-21 20:37:04', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1550079, '2023-01-21 20:37:04', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1550078, '2023-01-21 20:37:04', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1550077, '2023-01-21 20:37:04', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1550076, '2023-01-21 20:37:04', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1550075, '2023-01-21 20:37:04', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1550074, '2023-01-21 20:37:04', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1550073, '2023-01-21 20:37:04', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1550072, '2023-01-21 20:37:04', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1550071, '2023-01-21 20:37:04', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1550070, '2023-01-21 20:37:04', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1550069, '2023-01-21 20:37:04', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1550068, '2023-01-21 20:37:04', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1550067, '2023-01-21 20:37:04', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1550066, '2023-01-21 20:37:04', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1550065, '2023-01-21 20:37:04', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550064, '2023-01-21 20:37:04', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550063, '2023-01-21 20:37:04', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550062, '2023-01-21 20:37:04', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550061, '2023-01-21 20:37:04', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1550060, '2023-01-21 20:37:04', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1550059, '2023-01-21 20:37:04', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1550057, '2023-01-21 20:36:59', 'info', 'Beginning import for all feed sources', NULL),
(1550058, '2023-01-21 20:37:04', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1550055, '2023-01-21 20:26:35', 'info', 'Starting import for \"World News\"', '170'),
(1550056, '2023-01-21 20:26:35', 'info', 'Feed is not active. Finished', '170'),
(1550053, '2023-01-21 20:26:35', 'debug', '24 will be skipped', '4837'),
(1550054, '2023-01-21 20:26:35', 'info', 'Import completed in 0.29 seconds!', '4837'),
(1550052, '2023-01-21 20:26:35', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1550051, '2023-01-21 20:26:35', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1550050, '2023-01-21 20:26:35', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1550049, '2023-01-21 20:26:35', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1550048, '2023-01-21 20:26:35', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1550047, '2023-01-21 20:26:35', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1550046, '2023-01-21 20:26:35', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1550045, '2023-01-21 20:26:35', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1550044, '2023-01-21 20:26:35', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1550043, '2023-01-21 20:26:35', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1550042, '2023-01-21 20:26:35', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1550041, '2023-01-21 20:26:35', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1550040, '2023-01-21 20:26:35', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1550039, '2023-01-21 20:26:35', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1550038, '2023-01-21 20:26:35', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1550037, '2023-01-21 20:26:35', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1550036, '2023-01-21 20:26:35', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1550035, '2023-01-21 20:26:35', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1550034, '2023-01-21 20:26:35', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550033, '2023-01-21 20:26:35', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550032, '2023-01-21 20:26:35', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550031, '2023-01-21 20:26:35', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550030, '2023-01-21 20:26:35', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1550029, '2023-01-21 20:26:35', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1550028, '2023-01-21 20:26:35', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1550026, '2023-01-21 20:21:18', 'info', 'Beginning import for all feed sources', NULL),
(1550027, '2023-01-21 20:26:35', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1550024, '2023-01-21 20:12:46', 'info', 'Starting import for \"World News\"', '170'),
(1550025, '2023-01-21 20:12:46', 'info', 'Feed is not active. Finished', '170'),
(1550022, '2023-01-21 20:12:46', 'debug', '24 will be skipped', '4837'),
(1550023, '2023-01-21 20:12:46', 'info', 'Import completed in 0.33 seconds!', '4837'),
(1550021, '2023-01-21 20:12:46', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1550020, '2023-01-21 20:12:46', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1550019, '2023-01-21 20:12:46', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1550018, '2023-01-21 20:12:46', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1550017, '2023-01-21 20:12:46', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1550016, '2023-01-21 20:12:46', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1550015, '2023-01-21 20:12:46', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1550014, '2023-01-21 20:12:46', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1550013, '2023-01-21 20:12:46', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1550012, '2023-01-21 20:12:46', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1550011, '2023-01-21 20:12:46', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1550010, '2023-01-21 20:12:46', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1550009, '2023-01-21 20:12:46', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1550008, '2023-01-21 20:12:46', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1555187, '2023-01-23 13:56:32', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1555186, '2023-01-23 13:56:32', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1555185, '2023-01-23 13:56:32', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1555184, '2023-01-23 13:56:32', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1555183, '2023-01-23 13:56:32', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1555182, '2023-01-23 13:56:32', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1555181, '2023-01-23 13:56:32', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1555180, '2023-01-23 13:56:32', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555179, '2023-01-23 13:56:32', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555178, '2023-01-23 13:56:32', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555177, '2023-01-23 13:56:32', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555176, '2023-01-23 13:56:32', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1555175, '2023-01-23 13:56:32', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1555174, '2023-01-23 13:56:32', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1555172, '2023-01-23 13:56:29', 'info', 'Beginning import for all feed sources', NULL),
(1555173, '2023-01-23 13:56:32', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1555170, '2023-01-23 13:43:17', 'info', 'Starting import for \"World News\"', '170'),
(1555171, '2023-01-23 13:43:17', 'info', 'Feed is not active. Finished', '170'),
(1555168, '2023-01-23 13:43:17', 'debug', '24 will be skipped', '4837'),
(1555169, '2023-01-23 13:43:17', 'info', 'Import completed in 0.25 seconds!', '4837'),
(1555167, '2023-01-23 13:43:17', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1555166, '2023-01-23 13:43:17', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1555165, '2023-01-23 13:43:17', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1555164, '2023-01-23 13:43:17', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1555163, '2023-01-23 13:43:17', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1555162, '2023-01-23 13:43:17', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1555161, '2023-01-23 13:43:17', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1555160, '2023-01-23 13:43:17', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1555159, '2023-01-23 13:43:17', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1555158, '2023-01-23 13:43:17', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1555157, '2023-01-23 13:43:17', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1555156, '2023-01-23 13:43:17', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1555155, '2023-01-23 13:43:17', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1555154, '2023-01-23 13:43:17', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1555153, '2023-01-23 13:43:17', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1555152, '2023-01-23 13:43:17', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1555151, '2023-01-23 13:43:17', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1555150, '2023-01-23 13:43:17', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1555149, '2023-01-23 13:43:17', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555148, '2023-01-23 13:43:17', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555147, '2023-01-23 13:43:17', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555146, '2023-01-23 13:43:17', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555145, '2023-01-23 13:43:17', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1555144, '2023-01-23 13:43:17', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1555143, '2023-01-23 13:43:17', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1555141, '2023-01-23 13:40:37', 'info', 'Beginning import for all feed sources', NULL),
(1555142, '2023-01-23 13:43:17', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1555139, '2023-01-23 13:24:33', 'info', 'Starting import for \"World News\"', '170'),
(1555140, '2023-01-23 13:24:33', 'info', 'Feed is not active. Finished', '170'),
(1555137, '2023-01-23 13:24:33', 'debug', '24 will be skipped', '4837'),
(1555138, '2023-01-23 13:24:33', 'info', 'Import completed in 0.27 seconds!', '4837'),
(1555136, '2023-01-23 13:24:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1555135, '2023-01-23 13:24:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1555134, '2023-01-23 13:24:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1555133, '2023-01-23 13:24:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1555132, '2023-01-23 13:24:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1555131, '2023-01-23 13:24:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1555130, '2023-01-23 13:24:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1555129, '2023-01-23 13:24:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1555128, '2023-01-23 13:24:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1555127, '2023-01-23 13:24:32', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1555126, '2023-01-23 13:24:32', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1555125, '2023-01-23 13:24:32', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1555124, '2023-01-23 13:24:32', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1555123, '2023-01-23 13:24:32', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1555122, '2023-01-23 13:24:32', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1555121, '2023-01-23 13:24:32', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1555120, '2023-01-23 13:24:32', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1555119, '2023-01-23 13:24:32', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1555118, '2023-01-23 13:24:32', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555117, '2023-01-23 13:24:32', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555116, '2023-01-23 13:24:32', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555115, '2023-01-23 13:24:32', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555114, '2023-01-23 13:24:32', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837');
INSERT INTO `iamc_wprss_logs` (`id`, `date`, `level`, `message`, `feed_id`) VALUES
(1555113, '2023-01-23 13:24:32', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1555112, '2023-01-23 13:24:32', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1555110, '2023-01-23 13:21:12', 'info', 'Beginning import for all feed sources', NULL),
(1555111, '2023-01-23 13:24:32', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1555108, '2023-01-23 13:13:35', 'info', 'Starting import for \"World News\"', '170'),
(1555109, '2023-01-23 13:13:35', 'info', 'Feed is not active. Finished', '170'),
(1555106, '2023-01-23 13:13:35', 'debug', '24 will be skipped', '4837'),
(1555107, '2023-01-23 13:13:35', 'info', 'Import completed in 0.29 seconds!', '4837'),
(1555105, '2023-01-23 13:13:35', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1555104, '2023-01-23 13:13:35', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1555103, '2023-01-23 13:13:35', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1555102, '2023-01-23 13:13:35', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1555101, '2023-01-23 13:13:35', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1555100, '2023-01-23 13:13:35', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1555099, '2023-01-23 13:13:35', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1555098, '2023-01-23 13:13:35', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1555097, '2023-01-23 13:13:35', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1555096, '2023-01-23 13:13:35', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1555095, '2023-01-23 13:13:35', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1555094, '2023-01-23 13:13:35', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1555093, '2023-01-23 13:13:35', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1555092, '2023-01-23 13:13:35', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1555091, '2023-01-23 13:13:35', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1555090, '2023-01-23 13:13:35', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1555089, '2023-01-23 13:13:35', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1555088, '2023-01-23 13:13:35', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1555087, '2023-01-23 13:13:35', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555086, '2023-01-23 13:13:35', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555085, '2023-01-23 13:13:35', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555084, '2023-01-23 13:13:35', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555083, '2023-01-23 13:13:35', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1555082, '2023-01-23 13:13:35', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1555081, '2023-01-23 13:13:35', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1555079, '2023-01-23 13:09:06', 'info', 'Beginning import for all feed sources', NULL),
(1555080, '2023-01-23 13:13:35', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1555077, '2023-01-23 12:54:06', 'info', 'Starting import for \"World News\"', '170'),
(1555078, '2023-01-23 12:54:06', 'info', 'Feed is not active. Finished', '170'),
(1555076, '2023-01-23 12:54:06', 'info', 'Import completed in 0.24 seconds!', '4837'),
(1555075, '2023-01-23 12:54:06', 'debug', '24 will be skipped', '4837'),
(1555074, '2023-01-23 12:54:06', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1555073, '2023-01-23 12:54:06', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1555072, '2023-01-23 12:54:06', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1555071, '2023-01-23 12:54:06', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1555070, '2023-01-23 12:54:06', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1555069, '2023-01-23 12:54:06', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1555068, '2023-01-23 12:54:06', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1555067, '2023-01-23 12:54:06', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1555066, '2023-01-23 12:54:06', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1555065, '2023-01-23 12:54:06', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1555064, '2023-01-23 12:54:06', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1555063, '2023-01-23 12:54:06', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1555062, '2023-01-23 12:54:06', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1555061, '2023-01-23 12:54:06', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1555060, '2023-01-23 12:54:06', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1555059, '2023-01-23 12:54:06', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1555058, '2023-01-23 12:54:06', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1555057, '2023-01-23 12:54:06', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1555056, '2023-01-23 12:54:06', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555055, '2023-01-23 12:54:06', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555054, '2023-01-23 12:54:06', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555053, '2023-01-23 12:54:06', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555052, '2023-01-23 12:54:06', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1555051, '2023-01-23 12:54:06', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1555049, '2023-01-23 12:54:06', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1555050, '2023-01-23 12:54:06', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1555047, '2023-01-23 12:43:16', 'info', 'Feed is not active. Finished', '170'),
(1555048, '2023-01-23 12:51:07', 'info', 'Beginning import for all feed sources', NULL),
(1555045, '2023-01-23 12:43:16', 'info', 'Import completed in 0.27 seconds!', '4837'),
(1555046, '2023-01-23 12:43:16', 'info', 'Starting import for \"World News\"', '170'),
(1555044, '2023-01-23 12:43:16', 'debug', '24 will be skipped', '4837'),
(1555043, '2023-01-23 12:43:16', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1555042, '2023-01-23 12:43:16', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1555041, '2023-01-23 12:43:16', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1555040, '2023-01-23 12:43:16', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1555039, '2023-01-23 12:43:16', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1555038, '2023-01-23 12:43:16', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1555037, '2023-01-23 12:43:16', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1555036, '2023-01-23 12:43:16', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1555035, '2023-01-23 12:43:16', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1555034, '2023-01-23 12:43:16', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1555033, '2023-01-23 12:43:16', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1555032, '2023-01-23 12:43:16', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1555031, '2023-01-23 12:43:16', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1555030, '2023-01-23 12:43:16', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1555029, '2023-01-23 12:43:16', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1555028, '2023-01-23 12:43:16', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1555027, '2023-01-23 12:43:16', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1555026, '2023-01-23 12:43:16', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1555025, '2023-01-23 12:43:16', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555024, '2023-01-23 12:43:16', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555023, '2023-01-23 12:43:16', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555022, '2023-01-23 12:43:16', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555021, '2023-01-23 12:43:16', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1555020, '2023-01-23 12:43:16', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1555018, '2023-01-23 12:43:16', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1555019, '2023-01-23 12:43:16', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1555016, '2023-01-23 12:23:38', 'info', 'Feed is not active. Finished', '170'),
(1555017, '2023-01-23 12:37:36', 'info', 'Beginning import for all feed sources', NULL),
(1555014, '2023-01-23 12:23:38', 'info', 'Import completed in 0.24 seconds!', '4837'),
(1555015, '2023-01-23 12:23:38', 'info', 'Starting import for \"World News\"', '170'),
(1555013, '2023-01-23 12:23:38', 'debug', '24 will be skipped', '4837'),
(1555012, '2023-01-23 12:23:38', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1555011, '2023-01-23 12:23:38', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1555010, '2023-01-23 12:23:38', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1555009, '2023-01-23 12:23:38', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1555008, '2023-01-23 12:23:38', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1555007, '2023-01-23 12:23:38', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1555006, '2023-01-23 12:23:38', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1555005, '2023-01-23 12:23:38', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1555004, '2023-01-23 12:23:38', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1555003, '2023-01-23 12:23:38', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1555002, '2023-01-23 12:23:38', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1555001, '2023-01-23 12:23:38', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1555000, '2023-01-23 12:23:38', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1554999, '2023-01-23 12:23:38', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1554998, '2023-01-23 12:23:38', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1554997, '2023-01-23 12:23:38', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1554996, '2023-01-23 12:23:38', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1554995, '2023-01-23 12:23:38', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1554994, '2023-01-23 12:23:38', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554993, '2023-01-23 12:23:38', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554992, '2023-01-23 12:23:38', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554991, '2023-01-23 12:23:38', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554990, '2023-01-23 12:23:38', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1554989, '2023-01-23 12:23:38', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1554987, '2023-01-23 12:23:38', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1554988, '2023-01-23 12:23:38', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1554985, '2023-01-23 12:08:08', 'info', 'Feed is not active. Finished', '170'),
(1554986, '2023-01-23 12:21:54', 'info', 'Beginning import for all feed sources', NULL),
(1554984, '2023-01-23 12:08:08', 'info', 'Starting import for \"World News\"', '170'),
(1554983, '2023-01-23 12:08:08', 'info', 'Import completed in 0.25 seconds!', '4837'),
(1554982, '2023-01-23 12:08:08', 'debug', '24 will be skipped', '4837'),
(1554981, '2023-01-23 12:08:08', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1554980, '2023-01-23 12:08:08', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1554979, '2023-01-23 12:08:08', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1554978, '2023-01-23 12:08:08', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1554977, '2023-01-23 12:08:08', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1554976, '2023-01-23 12:08:08', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1554975, '2023-01-23 12:08:08', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1554974, '2023-01-23 12:08:08', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1554973, '2023-01-23 12:08:08', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1554972, '2023-01-23 12:08:08', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1554971, '2023-01-23 12:08:08', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1554970, '2023-01-23 12:08:08', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1554969, '2023-01-23 12:08:08', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1554968, '2023-01-23 12:08:08', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1554967, '2023-01-23 12:08:08', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1554966, '2023-01-23 12:08:08', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1554965, '2023-01-23 12:08:08', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1554964, '2023-01-23 12:08:08', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1554963, '2023-01-23 12:08:08', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554962, '2023-01-23 12:08:08', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554961, '2023-01-23 12:08:08', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554960, '2023-01-23 12:08:08', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554959, '2023-01-23 12:08:08', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1554958, '2023-01-23 12:08:08', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1554956, '2023-01-23 12:08:08', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1554957, '2023-01-23 12:08:08', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1554955, '2023-01-23 12:06:24', 'info', 'Beginning import for all feed sources', NULL),
(1554954, '2023-01-23 11:59:04', 'info', 'Feed is not active. Finished', '170'),
(1554953, '2023-01-23 11:59:04', 'info', 'Starting import for \"World News\"', '170'),
(1554952, '2023-01-23 11:59:04', 'info', 'Import completed in 0.29 seconds!', '4837'),
(1554951, '2023-01-23 11:59:04', 'debug', '24 will be skipped', '4837'),
(1554950, '2023-01-23 11:59:04', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1554949, '2023-01-23 11:59:04', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1554948, '2023-01-23 11:59:04', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1554947, '2023-01-23 11:59:04', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1554946, '2023-01-23 11:59:04', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1554945, '2023-01-23 11:59:04', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1554944, '2023-01-23 11:59:04', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1554943, '2023-01-23 11:59:04', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1554942, '2023-01-23 11:59:04', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1554941, '2023-01-23 11:59:04', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1554940, '2023-01-23 11:59:04', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1554939, '2023-01-23 11:59:04', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1554938, '2023-01-23 11:59:04', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1554937, '2023-01-23 11:59:04', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1554936, '2023-01-23 11:59:04', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1554935, '2023-01-23 11:59:04', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1554934, '2023-01-23 11:59:04', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1554933, '2023-01-23 11:59:04', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1554932, '2023-01-23 11:59:04', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554931, '2023-01-23 11:59:04', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554930, '2023-01-23 11:59:04', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554929, '2023-01-23 11:59:04', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554928, '2023-01-23 11:59:04', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1554927, '2023-01-23 11:59:04', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1554926, '2023-01-23 11:59:04', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1554925, '2023-01-23 11:59:04', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1554924, '2023-01-23 11:51:04', 'info', 'Beginning import for all feed sources', NULL),
(1554923, '2023-01-23 11:43:50', 'info', 'Feed is not active. Finished', '170'),
(1554922, '2023-01-23 11:43:50', 'info', 'Starting import for \"World News\"', '170'),
(1554920, '2023-01-23 11:43:50', 'debug', '24 will be skipped', '4837'),
(1554921, '2023-01-23 11:43:50', 'info', 'Import completed in 0.28 seconds!', '4837'),
(1554919, '2023-01-23 11:43:50', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1554918, '2023-01-23 11:43:50', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1554917, '2023-01-23 11:43:50', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1554916, '2023-01-23 11:43:50', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1554915, '2023-01-23 11:43:50', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1554914, '2023-01-23 11:43:50', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1554913, '2023-01-23 11:43:50', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1554912, '2023-01-23 11:43:50', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1554911, '2023-01-23 11:43:50', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1554910, '2023-01-23 11:43:50', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1554909, '2023-01-23 11:43:50', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1554908, '2023-01-23 11:43:50', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1554907, '2023-01-23 11:43:50', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1554906, '2023-01-23 11:43:50', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1554905, '2023-01-23 11:43:50', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1554904, '2023-01-23 11:43:50', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1554903, '2023-01-23 11:43:50', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1554902, '2023-01-23 11:43:50', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1554901, '2023-01-23 11:43:50', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554900, '2023-01-23 11:43:50', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554899, '2023-01-23 11:43:50', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554898, '2023-01-23 11:43:50', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554897, '2023-01-23 11:43:50', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1554896, '2023-01-23 11:43:50', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1554895, '2023-01-23 11:43:49', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1554894, '2023-01-23 11:43:49', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1554893, '2023-01-23 11:38:41', 'info', 'Beginning import for all feed sources', NULL),
(1554892, '2023-01-23 11:27:03', 'info', 'Feed is not active. Finished', '170'),
(1554891, '2023-01-23 11:27:03', 'info', 'Starting import for \"World News\"', '170'),
(1554889, '2023-01-23 11:27:03', 'debug', '24 will be skipped', '4837'),
(1554890, '2023-01-23 11:27:03', 'info', 'Import completed in 0.26 seconds!', '4837'),
(1554888, '2023-01-23 11:27:03', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1554887, '2023-01-23 11:27:03', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1554886, '2023-01-23 11:27:03', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1554885, '2023-01-23 11:27:03', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1554884, '2023-01-23 11:27:03', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1554883, '2023-01-23 11:27:03', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1554882, '2023-01-23 11:27:03', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1554881, '2023-01-23 11:27:03', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1554880, '2023-01-23 11:27:03', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1554879, '2023-01-23 11:27:03', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1554878, '2023-01-23 11:27:03', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1554877, '2023-01-23 11:27:03', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1554876, '2023-01-23 11:27:03', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1554875, '2023-01-23 11:27:03', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1554874, '2023-01-23 11:27:03', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1554873, '2023-01-23 11:27:03', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1554872, '2023-01-23 11:27:03', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1554871, '2023-01-23 11:27:03', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1554870, '2023-01-23 11:27:03', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554869, '2023-01-23 11:27:03', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554868, '2023-01-23 11:27:03', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554867, '2023-01-23 11:27:03', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554866, '2023-01-23 11:27:03', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1554865, '2023-01-23 11:27:03', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1554864, '2023-01-23 11:27:03', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1554863, '2023-01-23 11:27:03', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1554862, '2023-01-23 11:23:31', 'info', 'Beginning import for all feed sources', NULL),
(1554860, '2023-01-23 11:17:52', 'info', 'Starting import for \"World News\"', '170'),
(1554861, '2023-01-23 11:17:52', 'info', 'Feed is not active. Finished', '170'),
(1554858, '2023-01-23 11:17:52', 'debug', '24 will be skipped', '4837'),
(1554859, '2023-01-23 11:17:52', 'info', 'Import completed in 0.21 seconds!', '4837'),
(1554857, '2023-01-23 11:17:52', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1554856, '2023-01-23 11:17:52', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1554855, '2023-01-23 11:17:52', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1554854, '2023-01-23 11:17:52', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1554853, '2023-01-23 11:17:52', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1554852, '2023-01-23 11:17:52', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1554851, '2023-01-23 11:17:52', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1554850, '2023-01-23 11:17:52', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1554849, '2023-01-23 11:17:52', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1554848, '2023-01-23 11:17:52', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1554847, '2023-01-23 11:17:52', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1554846, '2023-01-23 11:17:52', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1554845, '2023-01-23 11:17:52', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1554844, '2023-01-23 11:17:52', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1554843, '2023-01-23 11:17:52', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1554842, '2023-01-23 11:17:52', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1554841, '2023-01-23 11:17:52', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1554840, '2023-01-23 11:17:52', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1554839, '2023-01-23 11:17:52', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554838, '2023-01-23 11:17:52', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554837, '2023-01-23 11:17:52', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554836, '2023-01-23 11:17:52', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554835, '2023-01-23 11:17:52', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1554834, '2023-01-23 11:17:52', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1554833, '2023-01-23 11:17:52', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1554831, '2023-01-23 11:12:24', 'info', 'Beginning import for all feed sources', NULL),
(1554832, '2023-01-23 11:17:52', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1554829, '2023-01-23 10:56:45', 'info', 'Starting import for \"World News\"', '170'),
(1554830, '2023-01-23 10:56:45', 'info', 'Feed is not active. Finished', '170'),
(1554827, '2023-01-23 10:56:45', 'debug', '24 will be skipped', '4837'),
(1554828, '2023-01-23 10:56:45', 'info', 'Import completed in 0.29 seconds!', '4837'),
(1554826, '2023-01-23 10:56:45', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1554825, '2023-01-23 10:56:45', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1554824, '2023-01-23 10:56:45', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1554823, '2023-01-23 10:56:45', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1554822, '2023-01-23 10:56:45', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1554821, '2023-01-23 10:56:45', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1554820, '2023-01-23 10:56:45', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1554819, '2023-01-23 10:56:45', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1554818, '2023-01-23 10:56:45', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1554817, '2023-01-23 10:56:45', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1554816, '2023-01-23 10:56:45', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1554815, '2023-01-23 10:56:45', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1554814, '2023-01-23 10:56:45', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1554813, '2023-01-23 10:56:45', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1554812, '2023-01-23 10:56:45', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1554811, '2023-01-23 10:56:45', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1554810, '2023-01-23 10:56:45', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1554809, '2023-01-23 10:56:45', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1554808, '2023-01-23 10:56:45', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554807, '2023-01-23 10:56:45', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554806, '2023-01-23 10:56:45', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554805, '2023-01-23 10:56:45', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554804, '2023-01-23 10:56:45', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1554803, '2023-01-23 10:56:45', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1554802, '2023-01-23 10:56:44', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1554800, '2023-01-23 10:53:51', 'info', 'Beginning import for all feed sources', NULL),
(1554801, '2023-01-23 10:56:44', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1554798, '2023-01-23 10:47:47', 'info', 'Starting import for \"World News\"', '170'),
(1554799, '2023-01-23 10:47:47', 'info', 'Feed is not active. Finished', '170'),
(1554796, '2023-01-23 10:47:47', 'debug', '24 will be skipped', '4837'),
(1554797, '2023-01-23 10:47:47', 'info', 'Import completed in 0.21 seconds!', '4837'),
(1554795, '2023-01-23 10:47:47', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1554794, '2023-01-23 10:47:47', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1554793, '2023-01-23 10:47:47', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1554792, '2023-01-23 10:47:47', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1554791, '2023-01-23 10:47:47', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1554790, '2023-01-23 10:47:47', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1554789, '2023-01-23 10:47:47', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1554788, '2023-01-23 10:47:47', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1554787, '2023-01-23 10:47:47', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1554786, '2023-01-23 10:47:47', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1554785, '2023-01-23 10:47:47', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1554784, '2023-01-23 10:47:47', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1554783, '2023-01-23 10:47:47', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1554782, '2023-01-23 10:47:47', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1554781, '2023-01-23 10:47:47', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1554780, '2023-01-23 10:47:47', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1554779, '2023-01-23 10:47:47', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1554778, '2023-01-23 10:47:47', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1554777, '2023-01-23 10:47:47', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554776, '2023-01-23 10:47:47', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554775, '2023-01-23 10:47:47', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554774, '2023-01-23 10:47:47', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554773, '2023-01-23 10:47:47', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1554772, '2023-01-23 10:47:47', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1554770, '2023-01-23 10:47:47', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1554771, '2023-01-23 10:47:47', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1554769, '2023-01-23 10:40:53', 'info', 'Beginning import for all feed sources', NULL),
(1554767, '2023-01-23 10:26:52', 'info', 'Starting import for \"World News\"', '170'),
(1554768, '2023-01-23 10:26:52', 'info', 'Feed is not active. Finished', '170'),
(1554765, '2023-01-23 10:26:52', 'debug', '24 will be skipped', '4837'),
(1554766, '2023-01-23 10:26:52', 'info', 'Import completed in 0.26 seconds!', '4837'),
(1554764, '2023-01-23 10:26:52', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1554763, '2023-01-23 10:26:52', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1554762, '2023-01-23 10:26:52', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1554761, '2023-01-23 10:26:52', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1554760, '2023-01-23 10:26:52', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1554759, '2023-01-23 10:26:52', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1554758, '2023-01-23 10:26:52', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1554757, '2023-01-23 10:26:52', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1554756, '2023-01-23 10:26:52', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1554755, '2023-01-23 10:26:52', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1554754, '2023-01-23 10:26:52', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1554753, '2023-01-23 10:26:52', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1554752, '2023-01-23 10:26:52', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1554751, '2023-01-23 10:26:52', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1554750, '2023-01-23 10:26:52', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1554749, '2023-01-23 10:26:52', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1554748, '2023-01-23 10:26:52', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1554747, '2023-01-23 10:26:52', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1554746, '2023-01-23 10:26:52', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554745, '2023-01-23 10:26:52', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554744, '2023-01-23 10:26:52', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554743, '2023-01-23 10:26:52', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554742, '2023-01-23 10:26:52', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1554741, '2023-01-23 10:26:52', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1554740, '2023-01-23 10:26:52', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1554738, '2023-01-23 10:25:00', 'info', 'Beginning import for all feed sources', NULL),
(1554739, '2023-01-23 10:26:52', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1554736, '2023-01-23 10:10:11', 'info', 'Starting import for \"World News\"', '170'),
(1554737, '2023-01-23 10:10:11', 'info', 'Feed is not active. Finished', '170'),
(1554734, '2023-01-23 10:10:11', 'debug', '24 will be skipped', '4837'),
(1554735, '2023-01-23 10:10:11', 'info', 'Import completed in 0.23 seconds!', '4837');
INSERT INTO `iamc_wprss_logs` (`id`, `date`, `level`, `message`, `feed_id`) VALUES
(1554733, '2023-01-23 10:10:11', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1554732, '2023-01-23 10:10:11', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1554731, '2023-01-23 10:10:11', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1554730, '2023-01-23 10:10:11', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1554729, '2023-01-23 10:10:11', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1554728, '2023-01-23 10:10:11', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1554727, '2023-01-23 10:10:11', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1554726, '2023-01-23 10:10:11', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1554725, '2023-01-23 10:10:11', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1554724, '2023-01-23 10:10:11', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1554723, '2023-01-23 10:10:11', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1554722, '2023-01-23 10:10:11', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1554721, '2023-01-23 10:10:11', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1554720, '2023-01-23 10:10:11', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1554719, '2023-01-23 10:10:11', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1554718, '2023-01-23 10:10:11', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1554717, '2023-01-23 10:10:11', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1554716, '2023-01-23 10:10:11', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1554715, '2023-01-23 10:10:11', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554714, '2023-01-23 10:10:11', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554713, '2023-01-23 10:10:11', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554712, '2023-01-23 10:10:11', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554711, '2023-01-23 10:10:11', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1554710, '2023-01-23 10:10:11', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1554709, '2023-01-23 10:10:11', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1554707, '2023-01-23 10:09:14', 'info', 'Beginning import for all feed sources', NULL),
(1554708, '2023-01-23 10:10:11', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1554705, '2023-01-23 10:01:31', 'info', 'Starting import for \"World News\"', '170'),
(1554706, '2023-01-23 10:01:31', 'info', 'Feed is not active. Finished', '170'),
(1554703, '2023-01-23 10:01:31', 'debug', '24 will be skipped', '4837'),
(1554704, '2023-01-23 10:01:31', 'info', 'Import completed in 0.22 seconds!', '4837'),
(1554702, '2023-01-23 10:01:31', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1554701, '2023-01-23 10:01:31', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1554700, '2023-01-23 10:01:31', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1554699, '2023-01-23 10:01:31', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1554698, '2023-01-23 10:01:31', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1554697, '2023-01-23 10:01:31', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1554696, '2023-01-23 10:01:31', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1554695, '2023-01-23 10:01:31', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1554694, '2023-01-23 10:01:31', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1554693, '2023-01-23 10:01:31', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1554692, '2023-01-23 10:01:31', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1554691, '2023-01-23 10:01:31', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1554690, '2023-01-23 10:01:31', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1554689, '2023-01-23 10:01:31', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1554688, '2023-01-23 10:01:31', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1554687, '2023-01-23 10:01:31', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1554686, '2023-01-23 10:01:31', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1554685, '2023-01-23 10:01:31', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1554684, '2023-01-23 10:01:31', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554683, '2023-01-23 10:01:31', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554682, '2023-01-23 10:01:31', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554681, '2023-01-23 10:01:31', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554680, '2023-01-23 10:01:31', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1554679, '2023-01-23 10:01:31', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1554678, '2023-01-23 10:01:31', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1554676, '2023-01-23 09:54:42', 'info', 'Beginning import for all feed sources', NULL),
(1554677, '2023-01-23 10:01:31', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1554674, '2023-01-23 09:38:12', 'info', 'Starting import for \"World News\"', '170'),
(1554675, '2023-01-23 09:38:12', 'info', 'Feed is not active. Finished', '170'),
(1554672, '2023-01-23 09:38:12', 'debug', '24 will be skipped', '4837'),
(1554673, '2023-01-23 09:38:12', 'info', 'Import completed in 0.25 seconds!', '4837'),
(1554671, '2023-01-23 09:38:12', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1554670, '2023-01-23 09:38:12', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1554669, '2023-01-23 09:38:12', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1554668, '2023-01-23 09:38:12', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1554667, '2023-01-23 09:38:12', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1554666, '2023-01-23 09:38:12', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1554665, '2023-01-23 09:38:12', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1554664, '2023-01-23 09:38:12', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1554663, '2023-01-23 09:38:12', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1554662, '2023-01-23 09:38:12', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1554661, '2023-01-23 09:38:12', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1554660, '2023-01-23 09:38:12', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1554659, '2023-01-23 09:38:12', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1554658, '2023-01-23 09:38:12', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1554657, '2023-01-23 09:38:12', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1554656, '2023-01-23 09:38:12', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1554655, '2023-01-23 09:38:12', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1554654, '2023-01-23 09:38:12', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1554653, '2023-01-23 09:38:12', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554652, '2023-01-23 09:38:12', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554651, '2023-01-23 09:38:12', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554650, '2023-01-23 09:38:12', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554649, '2023-01-23 09:38:12', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1554648, '2023-01-23 09:38:12', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1554647, '2023-01-23 09:38:12', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1554645, '2023-01-23 09:36:22', 'info', 'Beginning import for all feed sources', NULL),
(1554646, '2023-01-23 09:38:12', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1554643, '2023-01-23 09:23:55', 'info', 'Starting import for \"World News\"', '170'),
(1554644, '2023-01-23 09:23:55', 'info', 'Feed is not active. Finished', '170'),
(1554641, '2023-01-23 09:23:55', 'debug', '24 will be skipped', '4837'),
(1554642, '2023-01-23 09:23:55', 'info', 'Import completed in 0.22 seconds!', '4837'),
(1554640, '2023-01-23 09:23:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1554639, '2023-01-23 09:23:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1554638, '2023-01-23 09:23:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1554637, '2023-01-23 09:23:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1554636, '2023-01-23 09:23:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1554635, '2023-01-23 09:23:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1554634, '2023-01-23 09:23:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1554633, '2023-01-23 09:23:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1554632, '2023-01-23 09:23:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1554631, '2023-01-23 09:23:55', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1554630, '2023-01-23 09:23:55', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1554629, '2023-01-23 09:23:55', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1554628, '2023-01-23 09:23:55', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1554627, '2023-01-23 09:23:55', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1554626, '2023-01-23 09:23:55', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1554625, '2023-01-23 09:23:55', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1554624, '2023-01-23 09:23:55', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1554623, '2023-01-23 09:23:55', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1554622, '2023-01-23 09:23:55', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554621, '2023-01-23 09:23:55', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554620, '2023-01-23 09:23:55', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554619, '2023-01-23 09:23:55', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554618, '2023-01-23 09:23:55', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1554617, '2023-01-23 09:23:55', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1554616, '2023-01-23 09:23:55', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1554614, '2023-01-23 09:23:03', 'info', 'Beginning import for all feed sources', NULL),
(1554615, '2023-01-23 09:23:55', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1554612, '2023-01-23 09:13:41', 'info', 'Starting import for \"World News\"', '170'),
(1554613, '2023-01-23 09:13:41', 'info', 'Feed is not active. Finished', '170'),
(1554610, '2023-01-23 09:13:41', 'debug', '24 will be skipped', '4837'),
(1554611, '2023-01-23 09:13:41', 'info', 'Import completed in 0.28 seconds!', '4837'),
(1554609, '2023-01-23 09:13:41', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1554608, '2023-01-23 09:13:41', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1554607, '2023-01-23 09:13:41', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1554606, '2023-01-23 09:13:41', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1554605, '2023-01-23 09:13:41', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1554604, '2023-01-23 09:13:41', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1554603, '2023-01-23 09:13:41', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1554602, '2023-01-23 09:13:41', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1554601, '2023-01-23 09:13:41', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1554600, '2023-01-23 09:13:41', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1554599, '2023-01-23 09:13:41', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1554598, '2023-01-23 09:13:41', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1554597, '2023-01-23 09:13:41', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1554596, '2023-01-23 09:13:41', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1554595, '2023-01-23 09:13:41', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1554594, '2023-01-23 09:13:41', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1554593, '2023-01-23 09:13:41', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1554592, '2023-01-23 09:13:41', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1554591, '2023-01-23 09:13:41', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554590, '2023-01-23 09:13:41', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554589, '2023-01-23 09:13:41', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554588, '2023-01-23 09:13:41', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554587, '2023-01-23 09:13:41', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1554586, '2023-01-23 09:13:41', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1554585, '2023-01-23 09:13:41', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1554583, '2023-01-23 09:06:33', 'info', 'Beginning import for all feed sources', NULL),
(1554584, '2023-01-23 09:13:41', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1554581, '2023-01-23 09:01:17', 'info', 'Starting import for \"World News\"', '170'),
(1554582, '2023-01-23 09:01:17', 'info', 'Feed is not active. Finished', '170'),
(1554579, '2023-01-23 09:01:17', 'debug', '24 will be skipped', '4837'),
(1554580, '2023-01-23 09:01:17', 'info', 'Import completed in 0.36 seconds!', '4837'),
(1554578, '2023-01-23 09:01:17', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1554577, '2023-01-23 09:01:17', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1554576, '2023-01-23 09:01:17', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1554575, '2023-01-23 09:01:17', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1554574, '2023-01-23 09:01:17', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1554573, '2023-01-23 09:01:17', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1554572, '2023-01-23 09:01:17', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1554571, '2023-01-23 09:01:17', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1554570, '2023-01-23 09:01:17', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1554569, '2023-01-23 09:01:17', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1554568, '2023-01-23 09:01:17', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1554567, '2023-01-23 09:01:17', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1554566, '2023-01-23 09:01:17', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1554565, '2023-01-23 09:01:17', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1554564, '2023-01-23 09:01:17', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1554563, '2023-01-23 09:01:17', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1554562, '2023-01-23 09:01:17', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1554561, '2023-01-23 09:01:17', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1554560, '2023-01-23 09:01:17', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554559, '2023-01-23 09:01:17', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554558, '2023-01-23 09:01:17', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554557, '2023-01-23 09:01:17', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554556, '2023-01-23 09:01:17', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1554555, '2023-01-23 09:01:17', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1554554, '2023-01-23 09:01:17', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1554552, '2023-01-23 08:59:03', 'info', 'Beginning import for all feed sources', NULL),
(1554553, '2023-01-23 09:01:17', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1554550, '2023-01-23 08:36:50', 'info', 'Starting import for \"World News\"', '170'),
(1554551, '2023-01-23 08:36:50', 'info', 'Feed is not active. Finished', '170'),
(1554548, '2023-01-23 08:36:50', 'debug', '24 will be skipped', '4837'),
(1554549, '2023-01-23 08:36:50', 'info', 'Import completed in 0.24 seconds!', '4837'),
(1554547, '2023-01-23 08:36:50', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1554546, '2023-01-23 08:36:50', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1554545, '2023-01-23 08:36:50', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1554544, '2023-01-23 08:36:50', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1554543, '2023-01-23 08:36:50', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1554542, '2023-01-23 08:36:50', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1554541, '2023-01-23 08:36:50', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1554540, '2023-01-23 08:36:50', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1554539, '2023-01-23 08:36:50', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1554538, '2023-01-23 08:36:50', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1554537, '2023-01-23 08:36:50', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1554536, '2023-01-23 08:36:50', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1554535, '2023-01-23 08:36:50', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1554534, '2023-01-23 08:36:50', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1554533, '2023-01-23 08:36:50', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1554532, '2023-01-23 08:36:50', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1554531, '2023-01-23 08:36:50', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1554530, '2023-01-23 08:36:50', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1554529, '2023-01-23 08:36:50', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554528, '2023-01-23 08:36:50', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554527, '2023-01-23 08:36:50', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554526, '2023-01-23 08:36:50', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554525, '2023-01-23 08:36:50', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1554524, '2023-01-23 08:36:50', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1554523, '2023-01-23 08:36:50', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1554521, '2023-01-23 08:36:36', 'info', 'Beginning import for all feed sources', NULL),
(1554522, '2023-01-23 08:36:50', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1554519, '2023-01-23 08:26:45', 'info', 'Starting import for \"World News\"', '170'),
(1554520, '2023-01-23 08:26:45', 'info', 'Feed is not active. Finished', '170'),
(1554517, '2023-01-23 08:26:45', 'debug', '24 will be skipped', '4837'),
(1554518, '2023-01-23 08:26:45', 'info', 'Import completed in 0.26 seconds!', '4837'),
(1554516, '2023-01-23 08:26:45', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1554515, '2023-01-23 08:26:45', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1554514, '2023-01-23 08:26:45', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1554513, '2023-01-23 08:26:45', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1554512, '2023-01-23 08:26:45', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1554511, '2023-01-23 08:26:45', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1554510, '2023-01-23 08:26:45', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1554509, '2023-01-23 08:26:45', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1554508, '2023-01-23 08:26:45', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1554507, '2023-01-23 08:26:45', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1554506, '2023-01-23 08:26:45', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1554505, '2023-01-23 08:26:45', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1554504, '2023-01-23 08:26:45', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1554503, '2023-01-23 08:26:45', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1554502, '2023-01-23 08:26:45', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1554501, '2023-01-23 08:26:45', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1554500, '2023-01-23 08:26:45', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1554499, '2023-01-23 08:26:45', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1554498, '2023-01-23 08:26:45', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554497, '2023-01-23 08:26:45', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554496, '2023-01-23 08:26:45', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554495, '2023-01-23 08:26:45', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554494, '2023-01-23 08:26:45', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1554493, '2023-01-23 08:26:45', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1554492, '2023-01-23 08:26:44', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1554490, '2023-01-23 08:26:42', 'info', 'Beginning import for all feed sources', NULL),
(1554491, '2023-01-23 08:26:44', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1554488, '2023-01-23 08:19:30', 'info', 'Starting import for \"World News\"', '170'),
(1554489, '2023-01-23 08:19:30', 'info', 'Feed is not active. Finished', '170'),
(1554486, '2023-01-23 08:19:30', 'debug', '24 will be skipped', '4837'),
(1554487, '2023-01-23 08:19:30', 'info', 'Import completed in 0.23 seconds!', '4837'),
(1554485, '2023-01-23 08:19:30', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1554484, '2023-01-23 08:19:30', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1554483, '2023-01-23 08:19:30', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1554482, '2023-01-23 08:19:30', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1554481, '2023-01-23 08:19:30', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1554480, '2023-01-23 08:19:30', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1554479, '2023-01-23 08:19:30', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1554478, '2023-01-23 08:19:30', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1554477, '2023-01-23 08:19:30', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1554476, '2023-01-23 08:19:30', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1554475, '2023-01-23 08:19:30', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1554474, '2023-01-23 08:19:30', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1554473, '2023-01-23 08:19:30', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1554472, '2023-01-23 08:19:30', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1554471, '2023-01-23 08:19:30', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1554470, '2023-01-23 08:19:30', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1554469, '2023-01-23 08:19:30', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1554468, '2023-01-23 08:19:30', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1554467, '2023-01-23 08:19:30', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554466, '2023-01-23 08:19:30', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554465, '2023-01-23 08:19:30', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554464, '2023-01-23 08:19:30', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554463, '2023-01-23 08:19:30', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1554462, '2023-01-23 08:19:30', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1554461, '2023-01-23 08:19:30', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1554459, '2023-01-23 08:10:56', 'info', 'Beginning import for all feed sources', NULL),
(1554460, '2023-01-23 08:19:30', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1554457, '2023-01-23 07:55:19', 'info', 'Starting import for \"World News\"', '170'),
(1554458, '2023-01-23 07:55:19', 'info', 'Feed is not active. Finished', '170'),
(1554455, '2023-01-23 07:55:19', 'debug', '24 will be skipped', '4837'),
(1554456, '2023-01-23 07:55:19', 'info', 'Import completed in 0.24 seconds!', '4837'),
(1554454, '2023-01-23 07:55:19', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1554453, '2023-01-23 07:55:19', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1554452, '2023-01-23 07:55:19', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1554451, '2023-01-23 07:55:19', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1554450, '2023-01-23 07:55:19', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1554449, '2023-01-23 07:55:19', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1554448, '2023-01-23 07:55:19', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1554447, '2023-01-23 07:55:19', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1554446, '2023-01-23 07:55:19', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1554445, '2023-01-23 07:55:19', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1554444, '2023-01-23 07:55:19', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1554443, '2023-01-23 07:55:19', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1554442, '2023-01-23 07:55:19', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1554441, '2023-01-23 07:55:19', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1554440, '2023-01-23 07:55:19', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1554439, '2023-01-23 07:55:19', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1554438, '2023-01-23 07:55:19', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1554437, '2023-01-23 07:55:19', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1554436, '2023-01-23 07:55:19', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554435, '2023-01-23 07:55:19', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554434, '2023-01-23 07:55:19', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554433, '2023-01-23 07:55:19', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554432, '2023-01-23 07:55:19', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1554431, '2023-01-23 07:55:19', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1554430, '2023-01-23 07:55:19', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1554428, '2023-01-23 07:53:34', 'info', 'Beginning import for all feed sources', NULL),
(1554429, '2023-01-23 07:55:19', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1554426, '2023-01-23 07:42:47', 'info', 'Starting import for \"World News\"', '170'),
(1554427, '2023-01-23 07:42:47', 'info', 'Feed is not active. Finished', '170'),
(1554425, '2023-01-23 07:42:47', 'info', 'Import completed in 0.28 seconds!', '4837'),
(1554424, '2023-01-23 07:42:47', 'debug', '24 will be skipped', '4837'),
(1554423, '2023-01-23 07:42:47', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1554422, '2023-01-23 07:42:47', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1554421, '2023-01-23 07:42:47', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1554420, '2023-01-23 07:42:47', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1554419, '2023-01-23 07:42:47', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1554418, '2023-01-23 07:42:47', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1554417, '2023-01-23 07:42:47', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1554416, '2023-01-23 07:42:47', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1554415, '2023-01-23 07:42:47', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1554414, '2023-01-23 07:42:47', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1554413, '2023-01-23 07:42:47', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1554412, '2023-01-23 07:42:47', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1554411, '2023-01-23 07:42:47', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1554410, '2023-01-23 07:42:47', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1554409, '2023-01-23 07:42:47', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1554408, '2023-01-23 07:42:47', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1554407, '2023-01-23 07:42:47', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1554406, '2023-01-23 07:42:47', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1554405, '2023-01-23 07:42:47', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554404, '2023-01-23 07:42:47', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554403, '2023-01-23 07:42:47', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554402, '2023-01-23 07:42:47', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554401, '2023-01-23 07:42:47', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1554400, '2023-01-23 07:42:47', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1554398, '2023-01-23 07:42:47', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1554399, '2023-01-23 07:42:47', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1554396, '2023-01-23 07:25:28', 'info', 'Feed is not active. Finished', '170'),
(1554397, '2023-01-23 07:39:42', 'info', 'Beginning import for all feed sources', NULL),
(1554394, '2023-01-23 07:25:28', 'info', 'Import completed in 0.22 seconds!', '4837'),
(1554395, '2023-01-23 07:25:28', 'info', 'Starting import for \"World News\"', '170'),
(1554393, '2023-01-23 07:25:28', 'debug', '24 will be skipped', '4837'),
(1554392, '2023-01-23 07:25:28', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1554391, '2023-01-23 07:25:28', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1554390, '2023-01-23 07:25:28', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1554389, '2023-01-23 07:25:28', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1554388, '2023-01-23 07:25:28', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1554387, '2023-01-23 07:25:28', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1554386, '2023-01-23 07:25:28', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1554385, '2023-01-23 07:25:28', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1554384, '2023-01-23 07:25:28', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1554383, '2023-01-23 07:25:28', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1554382, '2023-01-23 07:25:28', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1554381, '2023-01-23 07:25:28', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1554380, '2023-01-23 07:25:28', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1554379, '2023-01-23 07:25:28', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1554378, '2023-01-23 07:25:28', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1554377, '2023-01-23 07:25:28', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1554376, '2023-01-23 07:25:28', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1554375, '2023-01-23 07:25:28', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1554374, '2023-01-23 07:25:28', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554373, '2023-01-23 07:25:28', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554372, '2023-01-23 07:25:28', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554371, '2023-01-23 07:25:28', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554370, '2023-01-23 07:25:28', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1554369, '2023-01-23 07:25:28', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1554367, '2023-01-23 07:25:28', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1554368, '2023-01-23 07:25:28', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1554365, '2023-01-23 07:08:54', 'info', 'Feed is not active. Finished', '170'),
(1554366, '2023-01-23 07:22:01', 'info', 'Beginning import for all feed sources', NULL),
(1554363, '2023-01-23 07:08:54', 'info', 'Import completed in 0.21 seconds!', '4837'),
(1554364, '2023-01-23 07:08:54', 'info', 'Starting import for \"World News\"', '170'),
(1554362, '2023-01-23 07:08:54', 'debug', '24 will be skipped', '4837'),
(1554361, '2023-01-23 07:08:54', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1554360, '2023-01-23 07:08:54', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1554359, '2023-01-23 07:08:54', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1554358, '2023-01-23 07:08:54', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1554357, '2023-01-23 07:08:54', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837');
INSERT INTO `iamc_wprss_logs` (`id`, `date`, `level`, `message`, `feed_id`) VALUES
(1554356, '2023-01-23 07:08:54', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1554355, '2023-01-23 07:08:54', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1554354, '2023-01-23 07:08:54', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1554353, '2023-01-23 07:08:54', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1554352, '2023-01-23 07:08:54', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1554351, '2023-01-23 07:08:54', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1554350, '2023-01-23 07:08:54', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1554349, '2023-01-23 07:08:54', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1554348, '2023-01-23 07:08:54', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1554347, '2023-01-23 07:08:54', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1554346, '2023-01-23 07:08:54', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1554345, '2023-01-23 07:08:54', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1554344, '2023-01-23 07:08:54', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1554343, '2023-01-23 07:08:54', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554342, '2023-01-23 07:08:54', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554341, '2023-01-23 07:08:54', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554340, '2023-01-23 07:08:54', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554339, '2023-01-23 07:08:54', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1554338, '2023-01-23 07:08:54', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1554336, '2023-01-23 07:08:53', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1554337, '2023-01-23 07:08:53', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1554334, '2023-01-23 06:53:48', 'info', 'Feed is not active. Finished', '170'),
(1554335, '2023-01-23 07:08:28', 'info', 'Beginning import for all feed sources', NULL),
(1554333, '2023-01-23 06:53:48', 'info', 'Starting import for \"World News\"', '170'),
(1554332, '2023-01-23 06:53:48', 'info', 'Import completed in 0.31 seconds!', '4837'),
(1554331, '2023-01-23 06:53:48', 'debug', '24 will be skipped', '4837'),
(1554330, '2023-01-23 06:53:48', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1554329, '2023-01-23 06:53:48', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1554328, '2023-01-23 06:53:48', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1554327, '2023-01-23 06:53:48', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1554326, '2023-01-23 06:53:48', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1554325, '2023-01-23 06:53:48', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1554324, '2023-01-23 06:53:48', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1554323, '2023-01-23 06:53:48', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1554322, '2023-01-23 06:53:48', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1554321, '2023-01-23 06:53:48', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1554320, '2023-01-23 06:53:48', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1554319, '2023-01-23 06:53:48', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1554318, '2023-01-23 06:53:48', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1554317, '2023-01-23 06:53:48', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1554316, '2023-01-23 06:53:48', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1554315, '2023-01-23 06:53:48', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1554314, '2023-01-23 06:53:48', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1554313, '2023-01-23 06:53:48', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1554312, '2023-01-23 06:53:48', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554311, '2023-01-23 06:53:48', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554310, '2023-01-23 06:53:48', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554309, '2023-01-23 06:53:48', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554308, '2023-01-23 06:53:48', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1554307, '2023-01-23 06:53:48', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1554305, '2023-01-23 06:53:48', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1554306, '2023-01-23 06:53:48', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1554304, '2023-01-23 06:52:54', 'info', 'Beginning import for all feed sources', NULL),
(1554303, '2023-01-23 06:39:14', 'info', 'Feed is not active. Finished', '170'),
(1554302, '2023-01-23 06:39:14', 'info', 'Starting import for \"World News\"', '170'),
(1554301, '2023-01-23 06:39:14', 'info', 'Import completed in 0.22 seconds!', '4837'),
(1554300, '2023-01-23 06:39:14', 'debug', '24 will be skipped', '4837'),
(1554299, '2023-01-23 06:39:14', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1554298, '2023-01-23 06:39:14', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1554297, '2023-01-23 06:39:14', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1554296, '2023-01-23 06:39:14', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1554295, '2023-01-23 06:39:14', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1554294, '2023-01-23 06:39:14', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1554293, '2023-01-23 06:39:14', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1554292, '2023-01-23 06:39:14', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1554291, '2023-01-23 06:39:14', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1554290, '2023-01-23 06:39:14', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1554289, '2023-01-23 06:39:14', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1554288, '2023-01-23 06:39:14', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1554287, '2023-01-23 06:39:14', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1554286, '2023-01-23 06:39:14', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1554285, '2023-01-23 06:39:14', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1554284, '2023-01-23 06:39:14', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1554283, '2023-01-23 06:39:14', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1554282, '2023-01-23 06:39:14', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1554281, '2023-01-23 06:39:14', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554280, '2023-01-23 06:39:14', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554279, '2023-01-23 06:39:14', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554278, '2023-01-23 06:39:14', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554277, '2023-01-23 06:39:14', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1554276, '2023-01-23 06:39:14', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1554275, '2023-01-23 06:39:14', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1554274, '2023-01-23 06:39:14', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1554273, '2023-01-23 06:36:50', 'info', 'Beginning import for all feed sources', NULL),
(1554272, '2023-01-23 06:31:12', 'info', 'Feed is not active. Finished', '170'),
(1554271, '2023-01-23 06:31:12', 'info', 'Starting import for \"World News\"', '170'),
(1554269, '2023-01-23 06:31:12', 'debug', '24 will be skipped', '4837'),
(1554270, '2023-01-23 06:31:12', 'info', 'Import completed in 0.28 seconds!', '4837'),
(1554268, '2023-01-23 06:31:12', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1554267, '2023-01-23 06:31:12', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1554266, '2023-01-23 06:31:12', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1554265, '2023-01-23 06:31:12', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1554264, '2023-01-23 06:31:11', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1554263, '2023-01-23 06:31:11', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1554262, '2023-01-23 06:31:11', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1554261, '2023-01-23 06:31:11', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1554260, '2023-01-23 06:31:11', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1554259, '2023-01-23 06:31:11', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1554258, '2023-01-23 06:31:11', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1554257, '2023-01-23 06:31:11', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1554256, '2023-01-23 06:31:11', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1554255, '2023-01-23 06:31:11', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1554254, '2023-01-23 06:31:11', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1554253, '2023-01-23 06:31:11', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1554252, '2023-01-23 06:31:11', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1554251, '2023-01-23 06:31:11', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1554250, '2023-01-23 06:31:11', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554249, '2023-01-23 06:31:11', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554248, '2023-01-23 06:31:11', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554247, '2023-01-23 06:31:11', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554246, '2023-01-23 06:31:11', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1554245, '2023-01-23 06:31:11', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1554244, '2023-01-23 06:31:11', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1554243, '2023-01-23 06:31:11', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1554242, '2023-01-23 06:21:20', 'info', 'Beginning import for all feed sources', NULL),
(1554241, '2023-01-23 06:14:04', 'info', 'Feed is not active. Finished', '170'),
(1554240, '2023-01-23 06:14:04', 'info', 'Starting import for \"World News\"', '170'),
(1554238, '2023-01-23 06:14:04', 'debug', '24 will be skipped', '4837'),
(1554239, '2023-01-23 06:14:04', 'info', 'Import completed in 0.23 seconds!', '4837'),
(1554237, '2023-01-23 06:14:04', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1554236, '2023-01-23 06:14:04', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1554235, '2023-01-23 06:14:04', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1554234, '2023-01-23 06:14:04', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1554233, '2023-01-23 06:14:04', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1554232, '2023-01-23 06:14:04', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1554231, '2023-01-23 06:14:04', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1554230, '2023-01-23 06:14:04', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1554229, '2023-01-23 06:14:04', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1554228, '2023-01-23 06:14:04', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1554227, '2023-01-23 06:14:04', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1554226, '2023-01-23 06:14:04', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1554225, '2023-01-23 06:14:04', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1554224, '2023-01-23 06:14:04', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1554223, '2023-01-23 06:14:04', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1554222, '2023-01-23 06:14:04', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1554221, '2023-01-23 06:14:04', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1554220, '2023-01-23 06:14:04', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1554219, '2023-01-23 06:14:04', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554218, '2023-01-23 06:14:04', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554217, '2023-01-23 06:14:04', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554216, '2023-01-23 06:14:04', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554215, '2023-01-23 06:14:04', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1554214, '2023-01-23 06:14:04', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1554213, '2023-01-23 06:14:03', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1554212, '2023-01-23 06:14:03', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1554211, '2023-01-23 06:07:44', 'info', 'Beginning import for all feed sources', NULL),
(1554209, '2023-01-23 05:57:54', 'info', 'Starting import for \"World News\"', '170'),
(1554210, '2023-01-23 05:57:54', 'info', 'Feed is not active. Finished', '170'),
(1554207, '2023-01-23 05:57:54', 'debug', '24 will be skipped', '4837'),
(1554208, '2023-01-23 05:57:54', 'info', 'Import completed in 0.25 seconds!', '4837'),
(1554206, '2023-01-23 05:57:54', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1554205, '2023-01-23 05:57:54', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1554204, '2023-01-23 05:57:54', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1554203, '2023-01-23 05:57:54', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1554202, '2023-01-23 05:57:54', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1554201, '2023-01-23 05:57:54', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1554200, '2023-01-23 05:57:54', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1554199, '2023-01-23 05:57:54', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1554198, '2023-01-23 05:57:54', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1554197, '2023-01-23 05:57:54', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1554196, '2023-01-23 05:57:54', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1554195, '2023-01-23 05:57:54', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1554194, '2023-01-23 05:57:54', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1554193, '2023-01-23 05:57:54', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1554192, '2023-01-23 05:57:54', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1554191, '2023-01-23 05:57:54', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1554190, '2023-01-23 05:57:54', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1554189, '2023-01-23 05:57:54', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1554188, '2023-01-23 05:57:54', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554187, '2023-01-23 05:57:54', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554186, '2023-01-23 05:57:54', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554185, '2023-01-23 05:57:54', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554184, '2023-01-23 05:57:54', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1554183, '2023-01-23 05:57:54', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1554182, '2023-01-23 05:57:54', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1554180, '2023-01-23 05:52:46', 'info', 'Beginning import for all feed sources', NULL),
(1554181, '2023-01-23 05:57:54', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1554178, '2023-01-23 05:43:16', 'info', 'Starting import for \"World News\"', '170'),
(1554179, '2023-01-23 05:43:16', 'info', 'Feed is not active. Finished', '170'),
(1554176, '2023-01-23 05:43:16', 'debug', '24 will be skipped', '4837'),
(1554177, '2023-01-23 05:43:16', 'info', 'Import completed in 0.24 seconds!', '4837'),
(1554175, '2023-01-23 05:43:16', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1554174, '2023-01-23 05:43:16', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1554173, '2023-01-23 05:43:16', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1554172, '2023-01-23 05:43:16', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1554171, '2023-01-23 05:43:16', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1554170, '2023-01-23 05:43:16', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1554169, '2023-01-23 05:43:16', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1554168, '2023-01-23 05:43:16', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1554167, '2023-01-23 05:43:16', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1554166, '2023-01-23 05:43:16', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1554165, '2023-01-23 05:43:16', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1554164, '2023-01-23 05:43:16', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1554163, '2023-01-23 05:43:16', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1554162, '2023-01-23 05:43:16', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1554161, '2023-01-23 05:43:16', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1554160, '2023-01-23 05:43:16', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1554159, '2023-01-23 05:43:16', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1554158, '2023-01-23 05:43:16', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1554157, '2023-01-23 05:43:16', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554156, '2023-01-23 05:43:16', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554155, '2023-01-23 05:43:16', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554154, '2023-01-23 05:43:16', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554153, '2023-01-23 05:43:16', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1554152, '2023-01-23 05:43:16', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1554151, '2023-01-23 05:43:15', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1554149, '2023-01-23 05:42:18', 'info', 'Beginning import for all feed sources', NULL),
(1554150, '2023-01-23 05:43:15', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1554147, '2023-01-23 05:26:39', 'info', 'Starting import for \"World News\"', '170'),
(1554148, '2023-01-23 05:26:39', 'info', 'Feed is not active. Finished', '170'),
(1554145, '2023-01-23 05:26:39', 'debug', '24 will be skipped', '4837'),
(1554146, '2023-01-23 05:26:39', 'info', 'Import completed in 0.24 seconds!', '4837'),
(1554144, '2023-01-23 05:26:39', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1554143, '2023-01-23 05:26:39', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1554142, '2023-01-23 05:26:39', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1554141, '2023-01-23 05:26:39', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1554140, '2023-01-23 05:26:39', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1554139, '2023-01-23 05:26:39', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1554138, '2023-01-23 05:26:39', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1554137, '2023-01-23 05:26:39', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1554136, '2023-01-23 05:26:39', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1554135, '2023-01-23 05:26:39', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1554134, '2023-01-23 05:26:39', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1554133, '2023-01-23 05:26:39', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1554132, '2023-01-23 05:26:39', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1554131, '2023-01-23 05:26:39', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1554130, '2023-01-23 05:26:39', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1554129, '2023-01-23 05:26:39', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1554128, '2023-01-23 05:26:39', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1554127, '2023-01-23 05:26:39', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1554126, '2023-01-23 05:26:39', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554125, '2023-01-23 05:26:39', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554124, '2023-01-23 05:26:39', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554123, '2023-01-23 05:26:39', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554122, '2023-01-23 05:26:39', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1554121, '2023-01-23 05:26:39', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1554119, '2023-01-23 05:26:38', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1554120, '2023-01-23 05:26:39', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1554118, '2023-01-23 05:21:06', 'info', 'Beginning import for all feed sources', NULL),
(1554116, '2023-01-23 05:10:49', 'info', 'Starting import for \"World News\"', '170'),
(1554117, '2023-01-23 05:10:49', 'info', 'Feed is not active. Finished', '170'),
(1554114, '2023-01-23 05:10:49', 'debug', '24 will be skipped', '4837'),
(1554115, '2023-01-23 05:10:49', 'info', 'Import completed in 0.25 seconds!', '4837'),
(1554113, '2023-01-23 05:10:49', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1554112, '2023-01-23 05:10:49', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1554111, '2023-01-23 05:10:49', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1554110, '2023-01-23 05:10:49', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1554109, '2023-01-23 05:10:49', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1554108, '2023-01-23 05:10:49', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1554107, '2023-01-23 05:10:49', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1554106, '2023-01-23 05:10:49', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1554105, '2023-01-23 05:10:49', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1554104, '2023-01-23 05:10:49', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1554103, '2023-01-23 05:10:49', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1554102, '2023-01-23 05:10:49', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1554101, '2023-01-23 05:10:49', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1554100, '2023-01-23 05:10:49', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1554099, '2023-01-23 05:10:49', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1554098, '2023-01-23 05:10:49', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1554097, '2023-01-23 05:10:49', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1554096, '2023-01-23 05:10:49', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1554095, '2023-01-23 05:10:49', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554094, '2023-01-23 05:10:49', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554093, '2023-01-23 05:10:49', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554092, '2023-01-23 05:10:49', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554091, '2023-01-23 05:10:49', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1554090, '2023-01-23 05:10:49', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1554089, '2023-01-23 05:10:49', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1554087, '2023-01-23 05:07:37', 'info', 'Beginning import for all feed sources', NULL),
(1554088, '2023-01-23 05:10:49', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1554085, '2023-01-23 04:55:05', 'info', 'Starting import for \"World News\"', '170'),
(1554086, '2023-01-23 04:55:05', 'info', 'Feed is not active. Finished', '170'),
(1554083, '2023-01-23 04:55:05', 'debug', '24 will be skipped', '4837'),
(1554084, '2023-01-23 04:55:05', 'info', 'Import completed in 0.25 seconds!', '4837'),
(1554082, '2023-01-23 04:55:05', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1554081, '2023-01-23 04:55:05', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1554080, '2023-01-23 04:55:05', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1554079, '2023-01-23 04:55:05', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1554078, '2023-01-23 04:55:05', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1554077, '2023-01-23 04:55:05', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1554076, '2023-01-23 04:55:05', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1554075, '2023-01-23 04:55:05', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1554074, '2023-01-23 04:55:05', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1554073, '2023-01-23 04:55:05', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1554072, '2023-01-23 04:55:05', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1554071, '2023-01-23 04:55:05', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1554070, '2023-01-23 04:55:05', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1554069, '2023-01-23 04:55:05', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1554068, '2023-01-23 04:55:05', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1554067, '2023-01-23 04:55:05', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1554066, '2023-01-23 04:55:05', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1554065, '2023-01-23 04:55:05', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1554064, '2023-01-23 04:55:05', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554063, '2023-01-23 04:55:05', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554062, '2023-01-23 04:55:05', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554061, '2023-01-23 04:55:05', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554060, '2023-01-23 04:55:05', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1554059, '2023-01-23 04:55:05', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1554058, '2023-01-23 04:55:05', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1554056, '2023-01-23 04:52:43', 'info', 'Beginning import for all feed sources', NULL),
(1554057, '2023-01-23 04:55:05', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1554054, '2023-01-23 04:38:41', 'info', 'Starting import for \"World News\"', '170'),
(1554055, '2023-01-23 04:38:41', 'info', 'Feed is not active. Finished', '170'),
(1554052, '2023-01-23 04:38:41', 'debug', '24 will be skipped', '4837'),
(1554053, '2023-01-23 04:38:41', 'info', 'Import completed in 0.28 seconds!', '4837'),
(1554051, '2023-01-23 04:38:41', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1554050, '2023-01-23 04:38:41', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1554049, '2023-01-23 04:38:41', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1554048, '2023-01-23 04:38:41', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1554047, '2023-01-23 04:38:41', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1554046, '2023-01-23 04:38:41', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1554045, '2023-01-23 04:38:41', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1554044, '2023-01-23 04:38:41', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1554043, '2023-01-23 04:38:41', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1554042, '2023-01-23 04:38:41', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1554041, '2023-01-23 04:38:41', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1554040, '2023-01-23 04:38:41', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1554039, '2023-01-23 04:38:41', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1554038, '2023-01-23 04:38:41', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1554037, '2023-01-23 04:38:41', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1554036, '2023-01-23 04:38:41', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1554035, '2023-01-23 04:38:41', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1554034, '2023-01-23 04:38:41', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1554033, '2023-01-23 04:38:41', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554032, '2023-01-23 04:38:41', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554031, '2023-01-23 04:38:41', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554030, '2023-01-23 04:38:41', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554029, '2023-01-23 04:38:41', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1554028, '2023-01-23 04:38:41', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1554027, '2023-01-23 04:38:40', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1554025, '2023-01-23 04:38:32', 'info', 'Beginning import for all feed sources', NULL),
(1554026, '2023-01-23 04:38:40', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1554023, '2023-01-23 04:25:33', 'info', 'Starting import for \"World News\"', '170'),
(1554024, '2023-01-23 04:25:33', 'info', 'Feed is not active. Finished', '170'),
(1554021, '2023-01-23 04:25:33', 'debug', '24 will be skipped', '4837'),
(1554022, '2023-01-23 04:25:33', 'info', 'Import completed in 0.22 seconds!', '4837'),
(1554020, '2023-01-23 04:25:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1554019, '2023-01-23 04:25:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1554018, '2023-01-23 04:25:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1554017, '2023-01-23 04:25:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1554016, '2023-01-23 04:25:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1554015, '2023-01-23 04:25:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1554014, '2023-01-23 04:25:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1554013, '2023-01-23 04:25:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1554012, '2023-01-23 04:25:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1554011, '2023-01-23 04:25:33', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1554010, '2023-01-23 04:25:33', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1554009, '2023-01-23 04:25:33', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1554008, '2023-01-23 04:25:33', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1554007, '2023-01-23 04:25:33', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1554006, '2023-01-23 04:25:33', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1554005, '2023-01-23 04:25:33', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1554004, '2023-01-23 04:25:33', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1554003, '2023-01-23 04:25:33', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1554002, '2023-01-23 04:25:33', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554001, '2023-01-23 04:25:33', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1554000, '2023-01-23 04:25:33', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553999, '2023-01-23 04:25:33', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553998, '2023-01-23 04:25:33', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1553997, '2023-01-23 04:25:33', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1553996, '2023-01-23 04:25:33', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1553994, '2023-01-23 04:23:41', 'info', 'Beginning import for all feed sources', NULL),
(1553995, '2023-01-23 04:25:33', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1553992, '2023-01-23 04:11:22', 'info', 'Starting import for \"World News\"', '170'),
(1553993, '2023-01-23 04:11:22', 'info', 'Feed is not active. Finished', '170'),
(1553990, '2023-01-23 04:11:22', 'debug', '24 will be skipped', '4837'),
(1553991, '2023-01-23 04:11:22', 'info', 'Import completed in 0.30 seconds!', '4837'),
(1553989, '2023-01-23 04:11:22', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1553988, '2023-01-23 04:11:22', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1553987, '2023-01-23 04:11:22', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1553986, '2023-01-23 04:11:22', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1553985, '2023-01-23 04:11:22', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1553984, '2023-01-23 04:11:22', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1553983, '2023-01-23 04:11:22', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1553982, '2023-01-23 04:11:22', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1553981, '2023-01-23 04:11:22', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1553980, '2023-01-23 04:11:22', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837');
INSERT INTO `iamc_wprss_logs` (`id`, `date`, `level`, `message`, `feed_id`) VALUES
(1553979, '2023-01-23 04:11:22', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1553978, '2023-01-23 04:11:22', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1553977, '2023-01-23 04:11:22', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1553976, '2023-01-23 04:11:22', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1553975, '2023-01-23 04:11:22', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1553974, '2023-01-23 04:11:22', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1553973, '2023-01-23 04:11:22', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1553972, '2023-01-23 04:11:22', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1553971, '2023-01-23 04:11:22', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553970, '2023-01-23 04:11:22', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553969, '2023-01-23 04:11:22', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553968, '2023-01-23 04:11:22', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553967, '2023-01-23 04:11:22', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1553966, '2023-01-23 04:11:22', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1553965, '2023-01-23 04:11:22', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1553963, '2023-01-23 04:08:00', 'info', 'Beginning import for all feed sources', NULL),
(1553964, '2023-01-23 04:11:22', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1553961, '2023-01-23 03:52:36', 'info', 'Starting import for \"World News\"', '170'),
(1553962, '2023-01-23 03:52:36', 'info', 'Feed is not active. Finished', '170'),
(1553959, '2023-01-23 03:52:36', 'debug', '24 will be skipped', '4837'),
(1553960, '2023-01-23 03:52:36', 'info', 'Import completed in 0.26 seconds!', '4837'),
(1553958, '2023-01-23 03:52:36', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1553957, '2023-01-23 03:52:36', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1553956, '2023-01-23 03:52:36', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1553955, '2023-01-23 03:52:36', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1553954, '2023-01-23 03:52:36', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1553953, '2023-01-23 03:52:36', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1553952, '2023-01-23 03:52:36', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1553951, '2023-01-23 03:52:36', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1553950, '2023-01-23 03:52:36', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1553949, '2023-01-23 03:52:36', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1553948, '2023-01-23 03:52:36', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1553947, '2023-01-23 03:52:36', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1553946, '2023-01-23 03:52:36', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1553945, '2023-01-23 03:52:36', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1553944, '2023-01-23 03:52:36', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1553943, '2023-01-23 03:52:36', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1553942, '2023-01-23 03:52:36', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1553941, '2023-01-23 03:52:36', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1553940, '2023-01-23 03:52:36', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553939, '2023-01-23 03:52:36', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553938, '2023-01-23 03:52:36', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553937, '2023-01-23 03:52:36', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553936, '2023-01-23 03:52:36', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1553935, '2023-01-23 03:52:36', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1553934, '2023-01-23 03:52:36', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1553932, '2023-01-23 03:52:24', 'info', 'Beginning import for all feed sources', NULL),
(1553933, '2023-01-23 03:52:36', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1553930, '2023-01-23 03:37:32', 'info', 'Starting import for \"World News\"', '170'),
(1553931, '2023-01-23 03:37:32', 'info', 'Feed is not active. Finished', '170'),
(1553928, '2023-01-23 03:37:32', 'debug', '24 will be skipped', '4837'),
(1553929, '2023-01-23 03:37:32', 'info', 'Import completed in 0.23 seconds!', '4837'),
(1553927, '2023-01-23 03:37:32', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1553926, '2023-01-23 03:37:32', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1553925, '2023-01-23 03:37:32', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1553924, '2023-01-23 03:37:32', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1553923, '2023-01-23 03:37:32', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1553922, '2023-01-23 03:37:32', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1553921, '2023-01-23 03:37:32', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1553920, '2023-01-23 03:37:32', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1553919, '2023-01-23 03:37:32', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1553918, '2023-01-23 03:37:32', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1553917, '2023-01-23 03:37:32', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1553916, '2023-01-23 03:37:32', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1553915, '2023-01-23 03:37:32', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1553914, '2023-01-23 03:37:32', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1553913, '2023-01-23 03:37:32', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1553912, '2023-01-23 03:37:32', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1553911, '2023-01-23 03:37:32', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1553910, '2023-01-23 03:37:32', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1553909, '2023-01-23 03:37:32', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553908, '2023-01-23 03:37:32', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553907, '2023-01-23 03:37:32', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553906, '2023-01-23 03:37:32', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553905, '2023-01-23 03:37:32', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1553904, '2023-01-23 03:37:32', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1553903, '2023-01-23 03:37:32', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1553901, '2023-01-23 03:36:43', 'info', 'Beginning import for all feed sources', NULL),
(1553902, '2023-01-23 03:37:32', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1553899, '2023-01-23 03:28:20', 'info', 'Starting import for \"World News\"', '170'),
(1553900, '2023-01-23 03:28:20', 'info', 'Feed is not active. Finished', '170'),
(1553897, '2023-01-23 03:28:20', 'debug', '24 will be skipped', '4837'),
(1553898, '2023-01-23 03:28:20', 'info', 'Import completed in 0.23 seconds!', '4837'),
(1553896, '2023-01-23 03:28:20', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1553895, '2023-01-23 03:28:20', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1553894, '2023-01-23 03:28:20', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1553893, '2023-01-23 03:28:20', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1553892, '2023-01-23 03:28:20', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1553891, '2023-01-23 03:28:20', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1553890, '2023-01-23 03:28:20', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1553889, '2023-01-23 03:28:20', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1553888, '2023-01-23 03:28:20', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1553887, '2023-01-23 03:28:20', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1553886, '2023-01-23 03:28:20', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1553885, '2023-01-23 03:28:20', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1553884, '2023-01-23 03:28:20', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1553883, '2023-01-23 03:28:20', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1553882, '2023-01-23 03:28:20', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1553881, '2023-01-23 03:28:20', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1553880, '2023-01-23 03:28:20', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1553879, '2023-01-23 03:28:20', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1553878, '2023-01-23 03:28:20', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553877, '2023-01-23 03:28:20', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553876, '2023-01-23 03:28:20', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553875, '2023-01-23 03:28:20', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553874, '2023-01-23 03:28:20', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1553873, '2023-01-23 03:28:20', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1553872, '2023-01-23 03:28:19', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1553870, '2023-01-23 03:21:01', 'info', 'Beginning import for all feed sources', NULL),
(1553871, '2023-01-23 03:28:19', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1553868, '2023-01-23 03:16:29', 'info', 'Starting import for \"World News\"', '170'),
(1553869, '2023-01-23 03:16:29', 'info', 'Feed is not active. Finished', '170'),
(1553866, '2023-01-23 03:16:29', 'debug', '24 will be skipped', '4837'),
(1553867, '2023-01-23 03:16:29', 'info', 'Import completed in 0.29 seconds!', '4837'),
(1553865, '2023-01-23 03:16:29', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1553864, '2023-01-23 03:16:29', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1553863, '2023-01-23 03:16:29', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1553862, '2023-01-23 03:16:29', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1553861, '2023-01-23 03:16:29', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1553860, '2023-01-23 03:16:29', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1553859, '2023-01-23 03:16:29', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1553858, '2023-01-23 03:16:29', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1553857, '2023-01-23 03:16:29', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1553856, '2023-01-23 03:16:29', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1553855, '2023-01-23 03:16:29', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1553854, '2023-01-23 03:16:29', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1553853, '2023-01-23 03:16:29', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1553852, '2023-01-23 03:16:29', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1553851, '2023-01-23 03:16:29', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1553850, '2023-01-23 03:16:29', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1553849, '2023-01-23 03:16:29', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1553848, '2023-01-23 03:16:29', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1553847, '2023-01-23 03:16:29', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553846, '2023-01-23 03:16:29', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553845, '2023-01-23 03:16:29', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553844, '2023-01-23 03:16:29', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553843, '2023-01-23 03:16:28', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1553842, '2023-01-23 03:16:28', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1553841, '2023-01-23 03:16:28', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1553839, '2023-01-23 03:12:41', 'info', 'Beginning import for all feed sources', NULL),
(1553840, '2023-01-23 03:16:28', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1553837, '2023-01-23 02:52:37', 'info', 'Starting import for \"World News\"', '170'),
(1553838, '2023-01-23 02:52:37', 'info', 'Feed is not active. Finished', '170'),
(1553835, '2023-01-23 02:52:37', 'debug', '24 will be skipped', '4837'),
(1553836, '2023-01-23 02:52:37', 'info', 'Import completed in 0.33 seconds!', '4837'),
(1553834, '2023-01-23 02:52:37', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1553833, '2023-01-23 02:52:37', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1553832, '2023-01-23 02:52:37', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1553831, '2023-01-23 02:52:37', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1553830, '2023-01-23 02:52:37', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1553829, '2023-01-23 02:52:36', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1553828, '2023-01-23 02:52:36', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1553827, '2023-01-23 02:52:36', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1553826, '2023-01-23 02:52:36', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1553825, '2023-01-23 02:52:36', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1553824, '2023-01-23 02:52:36', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1553823, '2023-01-23 02:52:36', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1553822, '2023-01-23 02:52:36', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1553821, '2023-01-23 02:52:36', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1553820, '2023-01-23 02:52:36', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1553819, '2023-01-23 02:52:36', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1553818, '2023-01-23 02:52:36', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1553817, '2023-01-23 02:52:36', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1553816, '2023-01-23 02:52:36', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553815, '2023-01-23 02:52:36', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553814, '2023-01-23 02:52:36', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553813, '2023-01-23 02:52:36', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553812, '2023-01-23 02:52:36', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1553811, '2023-01-23 02:52:36', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1553810, '2023-01-23 02:52:36', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1553808, '2023-01-23 02:51:58', 'info', 'Beginning import for all feed sources', NULL),
(1553809, '2023-01-23 02:52:36', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1553806, '2023-01-23 02:41:18', 'info', 'Starting import for \"World News\"', '170'),
(1553807, '2023-01-23 02:41:18', 'info', 'Feed is not active. Finished', '170'),
(1553804, '2023-01-23 02:41:18', 'debug', '24 will be skipped', '4837'),
(1553805, '2023-01-23 02:41:18', 'info', 'Import completed in 0.23 seconds!', '4837'),
(1553803, '2023-01-23 02:41:18', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1553802, '2023-01-23 02:41:18', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1553801, '2023-01-23 02:41:18', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1553800, '2023-01-23 02:41:18', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1553799, '2023-01-23 02:41:18', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1553798, '2023-01-23 02:41:18', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1553797, '2023-01-23 02:41:18', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1553796, '2023-01-23 02:41:18', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1553795, '2023-01-23 02:41:18', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1553794, '2023-01-23 02:41:18', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1553793, '2023-01-23 02:41:18', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1553792, '2023-01-23 02:41:18', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1553791, '2023-01-23 02:41:18', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1553790, '2023-01-23 02:41:18', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1553789, '2023-01-23 02:41:18', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1553788, '2023-01-23 02:41:18', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1553787, '2023-01-23 02:41:18', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1553786, '2023-01-23 02:41:18', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1553785, '2023-01-23 02:41:18', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553784, '2023-01-23 02:41:18', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553783, '2023-01-23 02:41:18', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553782, '2023-01-23 02:41:18', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553781, '2023-01-23 02:41:18', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1553780, '2023-01-23 02:41:18', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1553779, '2023-01-23 02:41:18', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1553777, '2023-01-23 02:38:01', 'info', 'Beginning import for all feed sources', NULL),
(1553778, '2023-01-23 02:41:18', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1553775, '2023-01-23 02:33:50', 'info', 'Starting import for \"World News\"', '170'),
(1553776, '2023-01-23 02:33:50', 'info', 'Feed is not active. Finished', '170'),
(1553774, '2023-01-23 02:33:50', 'info', 'Import completed in 0.30 seconds!', '4837'),
(1553773, '2023-01-23 02:33:50', 'debug', '24 will be skipped', '4837'),
(1553772, '2023-01-23 02:33:50', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1553771, '2023-01-23 02:33:50', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1553770, '2023-01-23 02:33:50', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1553769, '2023-01-23 02:33:50', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1553768, '2023-01-23 02:33:50', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1553767, '2023-01-23 02:33:50', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1553766, '2023-01-23 02:33:50', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1553765, '2023-01-23 02:33:50', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1553764, '2023-01-23 02:33:50', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1553763, '2023-01-23 02:33:50', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1553762, '2023-01-23 02:33:50', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1553761, '2023-01-23 02:33:50', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1553760, '2023-01-23 02:33:50', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1553759, '2023-01-23 02:33:50', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1553758, '2023-01-23 02:33:50', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1553757, '2023-01-23 02:33:50', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1553756, '2023-01-23 02:33:50', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1553755, '2023-01-23 02:33:50', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1553754, '2023-01-23 02:33:50', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553753, '2023-01-23 02:33:50', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553752, '2023-01-23 02:33:50', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553751, '2023-01-23 02:33:50', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553750, '2023-01-23 02:33:50', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1553749, '2023-01-23 02:33:50', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1553747, '2023-01-23 02:33:50', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1553748, '2023-01-23 02:33:50', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1553745, '2023-01-23 02:14:01', 'info', 'Feed is not active. Finished', '170'),
(1553746, '2023-01-23 02:25:30', 'info', 'Beginning import for all feed sources', NULL),
(1553743, '2023-01-23 02:14:01', 'info', 'Import completed in 0.32 seconds!', '4837'),
(1553744, '2023-01-23 02:14:01', 'info', 'Starting import for \"World News\"', '170'),
(1553742, '2023-01-23 02:14:01', 'debug', '24 will be skipped', '4837'),
(1553741, '2023-01-23 02:14:01', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1553740, '2023-01-23 02:14:01', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1553739, '2023-01-23 02:14:01', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1553738, '2023-01-23 02:14:01', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1553737, '2023-01-23 02:14:01', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1553736, '2023-01-23 02:14:01', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1553735, '2023-01-23 02:14:01', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1553734, '2023-01-23 02:14:01', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1553733, '2023-01-23 02:14:01', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1553732, '2023-01-23 02:14:01', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1553731, '2023-01-23 02:14:01', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1553730, '2023-01-23 02:14:01', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1553729, '2023-01-23 02:14:01', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1553728, '2023-01-23 02:14:01', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1553727, '2023-01-23 02:14:01', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1553726, '2023-01-23 02:14:01', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1553725, '2023-01-23 02:14:01', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1553724, '2023-01-23 02:14:01', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1553723, '2023-01-23 02:14:01', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553722, '2023-01-23 02:14:01', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553721, '2023-01-23 02:14:01', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553720, '2023-01-23 02:14:01', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553719, '2023-01-23 02:14:01', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1553718, '2023-01-23 02:14:01', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1553716, '2023-01-23 02:14:01', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1553717, '2023-01-23 02:14:01', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1553714, '2023-01-23 01:51:43', 'info', 'Feed is not active. Finished', '170'),
(1553715, '2023-01-23 02:09:50', 'info', 'Beginning import for all feed sources', NULL),
(1553712, '2023-01-23 01:51:43', 'info', 'Import completed in 0.36 seconds!', '4837'),
(1553713, '2023-01-23 01:51:43', 'info', 'Starting import for \"World News\"', '170'),
(1553711, '2023-01-23 01:51:43', 'debug', '24 will be skipped', '4837'),
(1553710, '2023-01-23 01:51:43', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1553709, '2023-01-23 01:51:43', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1553708, '2023-01-23 01:51:42', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1553707, '2023-01-23 01:51:42', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1553706, '2023-01-23 01:51:42', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1553705, '2023-01-23 01:51:42', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1553704, '2023-01-23 01:51:42', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1553703, '2023-01-23 01:51:42', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1553702, '2023-01-23 01:51:42', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1553701, '2023-01-23 01:51:42', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1553700, '2023-01-23 01:51:42', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1553699, '2023-01-23 01:51:42', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1553698, '2023-01-23 01:51:42', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1553697, '2023-01-23 01:51:42', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1553696, '2023-01-23 01:51:42', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1553695, '2023-01-23 01:51:42', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1553694, '2023-01-23 01:51:42', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1553693, '2023-01-23 01:51:42', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1553692, '2023-01-23 01:51:42', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553691, '2023-01-23 01:51:42', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553690, '2023-01-23 01:51:42', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553689, '2023-01-23 01:51:42', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553688, '2023-01-23 01:51:42', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1553687, '2023-01-23 01:51:42', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1553685, '2023-01-23 01:51:42', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1553686, '2023-01-23 01:51:42', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1553683, '2023-01-23 01:38:37', 'info', 'Feed is not active. Finished', '170'),
(1553684, '2023-01-23 01:51:26', 'info', 'Beginning import for all feed sources', NULL),
(1553682, '2023-01-23 01:38:37', 'info', 'Starting import for \"World News\"', '170'),
(1553681, '2023-01-23 01:38:37', 'info', 'Import completed in 0.27 seconds!', '4837'),
(1553680, '2023-01-23 01:38:37', 'debug', '24 will be skipped', '4837'),
(1553679, '2023-01-23 01:38:37', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1553678, '2023-01-23 01:38:37', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1553677, '2023-01-23 01:38:37', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1553676, '2023-01-23 01:38:37', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1553675, '2023-01-23 01:38:37', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1553674, '2023-01-23 01:38:37', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1553673, '2023-01-23 01:38:37', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1553672, '2023-01-23 01:38:37', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1553671, '2023-01-23 01:38:37', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1553670, '2023-01-23 01:38:37', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1553669, '2023-01-23 01:38:37', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1553668, '2023-01-23 01:38:37', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1553667, '2023-01-23 01:38:37', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1553666, '2023-01-23 01:38:37', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1553665, '2023-01-23 01:38:37', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1553664, '2023-01-23 01:38:37', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1553663, '2023-01-23 01:38:37', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1553662, '2023-01-23 01:38:37', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1553661, '2023-01-23 01:38:37', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553660, '2023-01-23 01:38:37', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553659, '2023-01-23 01:38:37', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553658, '2023-01-23 01:38:37', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553657, '2023-01-23 01:38:37', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1553656, '2023-01-23 01:38:37', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1553654, '2023-01-23 01:38:37', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1553655, '2023-01-23 01:38:37', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1553653, '2023-01-23 01:37:07', 'info', 'Beginning import for all feed sources', NULL),
(1553652, '2023-01-23 01:31:06', 'info', 'Feed is not active. Finished', '170'),
(1553651, '2023-01-23 01:31:06', 'info', 'Starting import for \"World News\"', '170'),
(1553650, '2023-01-23 01:31:06', 'info', 'Import completed in 0.29 seconds!', '4837'),
(1553649, '2023-01-23 01:31:06', 'debug', '24 will be skipped', '4837'),
(1553648, '2023-01-23 01:31:06', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1553647, '2023-01-23 01:31:06', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1553646, '2023-01-23 01:31:06', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1553645, '2023-01-23 01:31:06', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1553644, '2023-01-23 01:31:06', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1553643, '2023-01-23 01:31:06', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1553642, '2023-01-23 01:31:06', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1553641, '2023-01-23 01:31:06', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1553640, '2023-01-23 01:31:06', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1553639, '2023-01-23 01:31:06', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1553638, '2023-01-23 01:31:06', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1553637, '2023-01-23 01:31:06', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1553636, '2023-01-23 01:31:06', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1553635, '2023-01-23 01:31:06', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1553634, '2023-01-23 01:31:06', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1553633, '2023-01-23 01:31:06', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1553632, '2023-01-23 01:31:06', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1553631, '2023-01-23 01:31:06', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1553630, '2023-01-23 01:31:06', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553629, '2023-01-23 01:31:06', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553628, '2023-01-23 01:31:06', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553627, '2023-01-23 01:31:06', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553626, '2023-01-23 01:31:06', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1553625, '2023-01-23 01:31:06', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1553624, '2023-01-23 01:31:06', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1553623, '2023-01-23 01:31:06', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1553622, '2023-01-23 01:22:42', 'info', 'Beginning import for all feed sources', NULL),
(1553621, '2023-01-23 01:08:23', 'info', 'Feed is not active. Finished', '170'),
(1553620, '2023-01-23 01:08:23', 'info', 'Starting import for \"World News\"', '170'),
(1553618, '2023-01-23 01:08:23', 'debug', '24 will be skipped', '4837'),
(1553619, '2023-01-23 01:08:23', 'info', 'Import completed in 0.24 seconds!', '4837'),
(1553617, '2023-01-23 01:08:23', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1553616, '2023-01-23 01:08:23', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1553615, '2023-01-23 01:08:23', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1553614, '2023-01-23 01:08:23', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1553613, '2023-01-23 01:08:23', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1553612, '2023-01-23 01:08:23', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1553611, '2023-01-23 01:08:23', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1553610, '2023-01-23 01:08:23', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1553609, '2023-01-23 01:08:23', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1553608, '2023-01-23 01:08:23', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1553607, '2023-01-23 01:08:23', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1553606, '2023-01-23 01:08:23', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1553605, '2023-01-23 01:08:23', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1553604, '2023-01-23 01:08:23', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1553603, '2023-01-23 01:08:23', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837');
INSERT INTO `iamc_wprss_logs` (`id`, `date`, `level`, `message`, `feed_id`) VALUES
(1553602, '2023-01-23 01:08:23', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1553601, '2023-01-23 01:08:23', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1553600, '2023-01-23 01:08:23', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1553599, '2023-01-23 01:08:22', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553598, '2023-01-23 01:08:22', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553597, '2023-01-23 01:08:22', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553596, '2023-01-23 01:08:22', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553595, '2023-01-23 01:08:22', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1553594, '2023-01-23 01:08:22', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1553593, '2023-01-23 01:08:22', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1553592, '2023-01-23 01:08:22', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1553591, '2023-01-23 01:07:07', 'info', 'Beginning import for all feed sources', NULL),
(1553590, '2023-01-23 00:52:29', 'info', 'Feed is not active. Finished', '170'),
(1553589, '2023-01-23 00:52:29', 'info', 'Starting import for \"World News\"', '170'),
(1553587, '2023-01-23 00:52:29', 'debug', '24 will be skipped', '4837'),
(1553588, '2023-01-23 00:52:29', 'info', 'Import completed in 0.23 seconds!', '4837'),
(1553586, '2023-01-23 00:52:29', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1553585, '2023-01-23 00:52:29', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1553584, '2023-01-23 00:52:29', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1553583, '2023-01-23 00:52:29', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1553582, '2023-01-23 00:52:29', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1553581, '2023-01-23 00:52:29', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1553580, '2023-01-23 00:52:29', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1553579, '2023-01-23 00:52:29', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1553578, '2023-01-23 00:52:29', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1553577, '2023-01-23 00:52:29', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1553576, '2023-01-23 00:52:29', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1553575, '2023-01-23 00:52:29', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1553574, '2023-01-23 00:52:29', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1553573, '2023-01-23 00:52:29', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1553572, '2023-01-23 00:52:29', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1553571, '2023-01-23 00:52:29', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1553570, '2023-01-23 00:52:29', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1553569, '2023-01-23 00:52:29', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1553568, '2023-01-23 00:52:29', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553567, '2023-01-23 00:52:29', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553566, '2023-01-23 00:52:29', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553565, '2023-01-23 00:52:29', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553564, '2023-01-23 00:52:29', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1553563, '2023-01-23 00:52:29', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1553562, '2023-01-23 00:52:28', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1553561, '2023-01-23 00:52:28', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1553560, '2023-01-23 00:51:21', 'info', 'Beginning import for all feed sources', NULL),
(1553558, '2023-01-23 00:48:31', 'info', 'Starting import for \"World News\"', '170'),
(1553559, '2023-01-23 00:48:31', 'info', 'Feed is not active. Finished', '170'),
(1553556, '2023-01-23 00:48:31', 'debug', '24 will be skipped', '4837'),
(1553557, '2023-01-23 00:48:31', 'info', 'Import completed in 0.26 seconds!', '4837'),
(1553555, '2023-01-23 00:48:31', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1553554, '2023-01-23 00:48:31', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1553553, '2023-01-23 00:48:31', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1553552, '2023-01-23 00:48:31', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1553551, '2023-01-23 00:48:31', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1553550, '2023-01-23 00:48:31', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1553549, '2023-01-23 00:48:31', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1553548, '2023-01-23 00:48:31', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1553547, '2023-01-23 00:48:31', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1553546, '2023-01-23 00:48:31', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1553545, '2023-01-23 00:48:31', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1553544, '2023-01-23 00:48:31', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1553543, '2023-01-23 00:48:31', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1553542, '2023-01-23 00:48:31', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1553541, '2023-01-23 00:48:31', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1553540, '2023-01-23 00:48:31', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1553539, '2023-01-23 00:48:31', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1553538, '2023-01-23 00:48:31', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1553537, '2023-01-23 00:48:31', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553536, '2023-01-23 00:48:31', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553535, '2023-01-23 00:48:31', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553534, '2023-01-23 00:48:31', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553533, '2023-01-23 00:48:31', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1553532, '2023-01-23 00:48:31', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1553531, '2023-01-23 00:48:30', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1553529, '2023-01-23 00:44:07', 'info', 'Beginning import for all feed sources', NULL),
(1553530, '2023-01-23 00:48:30', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1553527, '2023-01-23 00:35:41', 'info', 'Starting import for \"World News\"', '170'),
(1553528, '2023-01-23 00:35:41', 'info', 'Feed is not active. Finished', '170'),
(1553525, '2023-01-23 00:35:41', 'debug', '24 will be skipped', '4837'),
(1553526, '2023-01-23 00:35:41', 'info', 'Import completed in 0.25 seconds!', '4837'),
(1553524, '2023-01-23 00:35:41', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1553523, '2023-01-23 00:35:41', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1553522, '2023-01-23 00:35:41', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1553521, '2023-01-23 00:35:41', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1553520, '2023-01-23 00:35:41', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1553519, '2023-01-23 00:35:41', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1553518, '2023-01-23 00:35:41', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1553517, '2023-01-23 00:35:41', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1553516, '2023-01-23 00:35:41', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1553515, '2023-01-23 00:35:41', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1553514, '2023-01-23 00:35:41', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1553513, '2023-01-23 00:35:41', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1553512, '2023-01-23 00:35:41', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1553511, '2023-01-23 00:35:41', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1553510, '2023-01-23 00:35:41', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1553509, '2023-01-23 00:35:41', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1553508, '2023-01-23 00:35:41', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1553507, '2023-01-23 00:35:41', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1553506, '2023-01-23 00:35:41', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553505, '2023-01-23 00:35:41', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553504, '2023-01-23 00:35:41', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553503, '2023-01-23 00:35:41', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553502, '2023-01-23 00:35:41', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1553501, '2023-01-23 00:35:41', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1553500, '2023-01-23 00:35:41', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1553498, '2023-01-23 00:28:29', 'info', 'Beginning import for all feed sources', NULL),
(1553499, '2023-01-23 00:35:41', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1553496, '2023-01-23 00:12:50', 'info', 'Starting import for \"World News\"', '170'),
(1553497, '2023-01-23 00:12:50', 'info', 'Feed is not active. Finished', '170'),
(1553494, '2023-01-23 00:12:50', 'debug', '24 will be skipped', '4837'),
(1553495, '2023-01-23 00:12:50', 'info', 'Import completed in 0.24 seconds!', '4837'),
(1553493, '2023-01-23 00:12:50', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1553492, '2023-01-23 00:12:50', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1553491, '2023-01-23 00:12:50', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1553490, '2023-01-23 00:12:50', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1553489, '2023-01-23 00:12:50', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1553488, '2023-01-23 00:12:50', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1553487, '2023-01-23 00:12:50', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1553486, '2023-01-23 00:12:50', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1553485, '2023-01-23 00:12:50', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1553484, '2023-01-23 00:12:50', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1553483, '2023-01-23 00:12:50', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1553482, '2023-01-23 00:12:50', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1553481, '2023-01-23 00:12:50', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1553480, '2023-01-23 00:12:50', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1553479, '2023-01-23 00:12:50', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1553478, '2023-01-23 00:12:50', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1553477, '2023-01-23 00:12:50', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1553476, '2023-01-23 00:12:50', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1553475, '2023-01-23 00:12:50', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553474, '2023-01-23 00:12:50', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553473, '2023-01-23 00:12:50', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553472, '2023-01-23 00:12:50', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553471, '2023-01-23 00:12:50', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1553470, '2023-01-23 00:12:50', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1553468, '2023-01-23 00:12:50', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1553469, '2023-01-23 00:12:50', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1553467, '2023-01-23 00:09:35', 'info', 'Beginning import for all feed sources', NULL),
(1553465, '2023-01-22 23:55:04', 'info', 'Starting import for \"World News\"', '170'),
(1553466, '2023-01-22 23:55:04', 'info', 'Feed is not active. Finished', '170'),
(1553463, '2023-01-22 23:55:04', 'debug', '24 will be skipped', '4837'),
(1553464, '2023-01-22 23:55:04', 'info', 'Import completed in 0.25 seconds!', '4837'),
(1553462, '2023-01-22 23:55:04', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1553461, '2023-01-22 23:55:04', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1553460, '2023-01-22 23:55:04', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1553459, '2023-01-22 23:55:04', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1553458, '2023-01-22 23:55:04', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1553457, '2023-01-22 23:55:04', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1553456, '2023-01-22 23:55:04', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1553455, '2023-01-22 23:55:04', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1553454, '2023-01-22 23:55:04', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1553453, '2023-01-22 23:55:04', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1553452, '2023-01-22 23:55:04', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1553451, '2023-01-22 23:55:04', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1553450, '2023-01-22 23:55:04', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1553449, '2023-01-22 23:55:04', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1553448, '2023-01-22 23:55:04', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1553447, '2023-01-22 23:55:04', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1553446, '2023-01-22 23:55:04', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1553445, '2023-01-22 23:55:04', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1553444, '2023-01-22 23:55:04', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553443, '2023-01-22 23:55:04', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553442, '2023-01-22 23:55:04', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553441, '2023-01-22 23:55:04', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553440, '2023-01-22 23:55:04', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1553439, '2023-01-22 23:55:04', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1553438, '2023-01-22 23:55:04', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1553436, '2023-01-22 23:52:25', 'info', 'Beginning import for all feed sources', NULL),
(1553437, '2023-01-22 23:55:04', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1553434, '2023-01-22 23:47:11', 'info', 'Starting import for \"World News\"', '170'),
(1553435, '2023-01-22 23:47:11', 'info', 'Feed is not active. Finished', '170'),
(1553432, '2023-01-22 23:47:11', 'debug', '24 will be skipped', '4837'),
(1553433, '2023-01-22 23:47:11', 'info', 'Import completed in 0.24 seconds!', '4837'),
(1553431, '2023-01-22 23:47:11', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1553430, '2023-01-22 23:47:11', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1553429, '2023-01-22 23:47:11', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1553428, '2023-01-22 23:47:11', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1553427, '2023-01-22 23:47:11', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1553426, '2023-01-22 23:47:11', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1553425, '2023-01-22 23:47:11', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1553424, '2023-01-22 23:47:11', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1553423, '2023-01-22 23:47:11', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1553422, '2023-01-22 23:47:11', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1553421, '2023-01-22 23:47:11', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1553420, '2023-01-22 23:47:11', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1553419, '2023-01-22 23:47:11', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1553418, '2023-01-22 23:47:11', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1553417, '2023-01-22 23:47:11', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1553416, '2023-01-22 23:47:11', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1553415, '2023-01-22 23:47:11', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1553414, '2023-01-22 23:47:11', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1553413, '2023-01-22 23:47:11', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553412, '2023-01-22 23:47:11', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553411, '2023-01-22 23:47:11', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553410, '2023-01-22 23:47:11', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553409, '2023-01-22 23:47:11', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1553408, '2023-01-22 23:47:11', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1553407, '2023-01-22 23:47:11', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1553405, '2023-01-22 23:41:18', 'info', 'Beginning import for all feed sources', NULL),
(1553406, '2023-01-22 23:47:11', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1553403, '2023-01-22 23:24:56', 'info', 'Starting import for \"World News\"', '170'),
(1553404, '2023-01-22 23:24:56', 'info', 'Feed is not active. Finished', '170'),
(1553401, '2023-01-22 23:24:56', 'debug', '24 will be skipped', '4837'),
(1553402, '2023-01-22 23:24:56', 'info', 'Import completed in 0.23 seconds!', '4837'),
(1553400, '2023-01-22 23:24:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1553399, '2023-01-22 23:24:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1553398, '2023-01-22 23:24:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1553397, '2023-01-22 23:24:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1553396, '2023-01-22 23:24:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1553395, '2023-01-22 23:24:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1553394, '2023-01-22 23:24:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1553393, '2023-01-22 23:24:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1553392, '2023-01-22 23:24:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1553391, '2023-01-22 23:24:56', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1553390, '2023-01-22 23:24:56', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1553389, '2023-01-22 23:24:56', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1553388, '2023-01-22 23:24:56', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1553387, '2023-01-22 23:24:56', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1553386, '2023-01-22 23:24:56', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1553385, '2023-01-22 23:24:56', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1553384, '2023-01-22 23:24:56', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1553383, '2023-01-22 23:24:56', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1553382, '2023-01-22 23:24:56', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553381, '2023-01-22 23:24:56', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553380, '2023-01-22 23:24:56', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553379, '2023-01-22 23:24:56', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553378, '2023-01-22 23:24:56', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1553377, '2023-01-22 23:24:56', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1553376, '2023-01-22 23:24:56', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1553374, '2023-01-22 23:24:53', 'info', 'Beginning import for all feed sources', NULL),
(1553375, '2023-01-22 23:24:56', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1553372, '2023-01-22 23:12:39', 'info', 'Starting import for \"World News\"', '170'),
(1553373, '2023-01-22 23:12:39', 'info', 'Feed is not active. Finished', '170'),
(1553370, '2023-01-22 23:12:39', 'debug', '24 will be skipped', '4837'),
(1553371, '2023-01-22 23:12:39', 'info', 'Import completed in 0.25 seconds!', '4837'),
(1553369, '2023-01-22 23:12:39', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1553368, '2023-01-22 23:12:39', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1553367, '2023-01-22 23:12:39', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1553366, '2023-01-22 23:12:39', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1553365, '2023-01-22 23:12:39', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1553364, '2023-01-22 23:12:39', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1553363, '2023-01-22 23:12:39', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1553362, '2023-01-22 23:12:39', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1553361, '2023-01-22 23:12:39', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1553360, '2023-01-22 23:12:39', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1553359, '2023-01-22 23:12:39', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1553358, '2023-01-22 23:12:39', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1553357, '2023-01-22 23:12:39', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1553356, '2023-01-22 23:12:39', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1553355, '2023-01-22 23:12:39', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1553354, '2023-01-22 23:12:39', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1553353, '2023-01-22 23:12:39', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1553352, '2023-01-22 23:12:39', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1553351, '2023-01-22 23:12:39', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553350, '2023-01-22 23:12:39', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553349, '2023-01-22 23:12:39', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553348, '2023-01-22 23:12:39', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553347, '2023-01-22 23:12:39', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1553346, '2023-01-22 23:12:39', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1553345, '2023-01-22 23:12:38', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1553343, '2023-01-22 23:10:01', 'info', 'Beginning import for all feed sources', NULL),
(1553344, '2023-01-22 23:12:38', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1553341, '2023-01-22 22:52:26', 'info', 'Starting import for \"World News\"', '170'),
(1553342, '2023-01-22 22:52:26', 'info', 'Feed is not active. Finished', '170'),
(1553339, '2023-01-22 22:52:26', 'debug', '24 will be skipped', '4837'),
(1553340, '2023-01-22 22:52:26', 'info', 'Import completed in 0.26 seconds!', '4837'),
(1553338, '2023-01-22 22:52:26', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1553337, '2023-01-22 22:52:26', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1553336, '2023-01-22 22:52:26', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1553335, '2023-01-22 22:52:26', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1553334, '2023-01-22 22:52:26', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1553333, '2023-01-22 22:52:26', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1553332, '2023-01-22 22:52:26', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1553331, '2023-01-22 22:52:26', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1553330, '2023-01-22 22:52:26', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1553329, '2023-01-22 22:52:26', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1553328, '2023-01-22 22:52:26', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1553327, '2023-01-22 22:52:26', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1553326, '2023-01-22 22:52:26', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1553325, '2023-01-22 22:52:26', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1553324, '2023-01-22 22:52:26', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1553323, '2023-01-22 22:52:26', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1553322, '2023-01-22 22:52:26', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1553321, '2023-01-22 22:52:26', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1553320, '2023-01-22 22:52:26', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553319, '2023-01-22 22:52:26', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553318, '2023-01-22 22:52:26', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553317, '2023-01-22 22:52:26', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553316, '2023-01-22 22:52:26', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1553315, '2023-01-22 22:52:26', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1553314, '2023-01-22 22:52:26', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1553312, '2023-01-22 22:52:19', 'info', 'Beginning import for all feed sources', NULL),
(1553313, '2023-01-22 22:52:26', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1553310, '2023-01-22 22:45:54', 'info', 'Starting import for \"World News\"', '170'),
(1553311, '2023-01-22 22:45:54', 'info', 'Feed is not active. Finished', '170'),
(1553308, '2023-01-22 22:45:54', 'debug', '24 will be skipped', '4837'),
(1553309, '2023-01-22 22:45:54', 'info', 'Import completed in 0.26 seconds!', '4837'),
(1553307, '2023-01-22 22:45:54', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1553306, '2023-01-22 22:45:54', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1553305, '2023-01-22 22:45:54', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1553304, '2023-01-22 22:45:54', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1553303, '2023-01-22 22:45:54', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1553302, '2023-01-22 22:45:54', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1553301, '2023-01-22 22:45:54', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1553300, '2023-01-22 22:45:54', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1553299, '2023-01-22 22:45:54', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1553298, '2023-01-22 22:45:54', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1553297, '2023-01-22 22:45:54', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1553296, '2023-01-22 22:45:54', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1553295, '2023-01-22 22:45:54', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1553294, '2023-01-22 22:45:54', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1553293, '2023-01-22 22:45:54', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1553292, '2023-01-22 22:45:54', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1553291, '2023-01-22 22:45:54', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1553290, '2023-01-22 22:45:54', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1553289, '2023-01-22 22:45:54', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553288, '2023-01-22 22:45:54', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553287, '2023-01-22 22:45:54', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553286, '2023-01-22 22:45:54', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553285, '2023-01-22 22:45:54', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1553284, '2023-01-22 22:45:54', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1553283, '2023-01-22 22:45:54', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1553281, '2023-01-22 22:38:49', 'info', 'Beginning import for all feed sources', NULL),
(1553282, '2023-01-22 22:45:54', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1553279, '2023-01-22 22:23:07', 'info', 'Starting import for \"World News\"', '170'),
(1553280, '2023-01-22 22:23:07', 'info', 'Feed is not active. Finished', '170'),
(1553277, '2023-01-22 22:23:07', 'debug', '24 will be skipped', '4837'),
(1553278, '2023-01-22 22:23:07', 'info', 'Import completed in 0.24 seconds!', '4837'),
(1553276, '2023-01-22 22:23:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1553275, '2023-01-22 22:23:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1553274, '2023-01-22 22:23:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1553273, '2023-01-22 22:23:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1553272, '2023-01-22 22:23:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1553271, '2023-01-22 22:23:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1553270, '2023-01-22 22:23:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1553269, '2023-01-22 22:23:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1553268, '2023-01-22 22:23:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1553267, '2023-01-22 22:23:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1553266, '2023-01-22 22:23:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1553265, '2023-01-22 22:23:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1553264, '2023-01-22 22:23:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1553263, '2023-01-22 22:23:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1553262, '2023-01-22 22:23:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1553261, '2023-01-22 22:23:07', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1553260, '2023-01-22 22:23:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1553259, '2023-01-22 22:23:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1553258, '2023-01-22 22:23:07', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553257, '2023-01-22 22:23:07', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553256, '2023-01-22 22:23:07', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553255, '2023-01-22 22:23:07', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553254, '2023-01-22 22:23:07', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1553253, '2023-01-22 22:23:07', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1553252, '2023-01-22 22:23:07', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1553250, '2023-01-22 22:22:24', 'info', 'Beginning import for all feed sources', NULL),
(1553251, '2023-01-22 22:23:07', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1553248, '2023-01-22 22:13:17', 'info', 'Starting import for \"World News\"', '170'),
(1553249, '2023-01-22 22:13:17', 'info', 'Feed is not active. Finished', '170'),
(1553246, '2023-01-22 22:13:17', 'debug', '24 will be skipped', '4837'),
(1553247, '2023-01-22 22:13:17', 'info', 'Import completed in 0.23 seconds!', '4837'),
(1553245, '2023-01-22 22:13:17', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1553244, '2023-01-22 22:13:17', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1553243, '2023-01-22 22:13:17', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1553242, '2023-01-22 22:13:17', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1553241, '2023-01-22 22:13:17', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1553240, '2023-01-22 22:13:17', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1553239, '2023-01-22 22:13:17', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1553238, '2023-01-22 22:13:17', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1553237, '2023-01-22 22:13:17', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1553236, '2023-01-22 22:13:17', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1553235, '2023-01-22 22:13:17', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1553234, '2023-01-22 22:13:17', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1553233, '2023-01-22 22:13:17', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1553232, '2023-01-22 22:13:17', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1553231, '2023-01-22 22:13:17', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1553230, '2023-01-22 22:13:17', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1553229, '2023-01-22 22:13:17', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1553228, '2023-01-22 22:13:17', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1553227, '2023-01-22 22:13:17', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553226, '2023-01-22 22:13:17', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553225, '2023-01-22 22:13:17', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837');
INSERT INTO `iamc_wprss_logs` (`id`, `date`, `level`, `message`, `feed_id`) VALUES
(1553224, '2023-01-22 22:13:17', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553223, '2023-01-22 22:13:17', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1553222, '2023-01-22 22:13:17', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1553221, '2023-01-22 22:13:16', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1553219, '2023-01-22 22:07:18', 'info', 'Beginning import for all feed sources', NULL),
(1553220, '2023-01-22 22:13:16', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1553217, '2023-01-22 21:52:07', 'info', 'Starting import for \"World News\"', '170'),
(1553218, '2023-01-22 21:52:07', 'info', 'Feed is not active. Finished', '170'),
(1553215, '2023-01-22 21:52:07', 'debug', '24 will be skipped', '4837'),
(1553216, '2023-01-22 21:52:07', 'info', 'Import completed in 0.36 seconds!', '4837'),
(1553214, '2023-01-22 21:52:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1553213, '2023-01-22 21:52:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1553212, '2023-01-22 21:52:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1553211, '2023-01-22 21:52:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1553210, '2023-01-22 21:52:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1553209, '2023-01-22 21:52:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1553208, '2023-01-22 21:52:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1553207, '2023-01-22 21:52:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1553206, '2023-01-22 21:52:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1553205, '2023-01-22 21:52:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1553204, '2023-01-22 21:52:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1553203, '2023-01-22 21:52:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1553202, '2023-01-22 21:52:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1553201, '2023-01-22 21:52:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1553200, '2023-01-22 21:52:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1553199, '2023-01-22 21:52:07', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1553198, '2023-01-22 21:52:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1553197, '2023-01-22 21:52:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1553196, '2023-01-22 21:52:07', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553195, '2023-01-22 21:52:07', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553194, '2023-01-22 21:52:07', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553193, '2023-01-22 21:52:07', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553192, '2023-01-22 21:52:07', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1553191, '2023-01-22 21:52:07', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1553190, '2023-01-22 21:52:06', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1553188, '2023-01-22 21:51:33', 'info', 'Beginning import for all feed sources', NULL),
(1553189, '2023-01-22 21:52:06', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1553186, '2023-01-22 21:36:56', 'info', 'Starting import for \"World News\"', '170'),
(1553187, '2023-01-22 21:36:56', 'info', 'Feed is not active. Finished', '170'),
(1553185, '2023-01-22 21:36:56', 'info', 'Import completed in 0.32 seconds!', '4837'),
(1553184, '2023-01-22 21:36:56', 'debug', '24 will be skipped', '4837'),
(1553183, '2023-01-22 21:36:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1553182, '2023-01-22 21:36:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1553181, '2023-01-22 21:36:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1553180, '2023-01-22 21:36:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1553179, '2023-01-22 21:36:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1553178, '2023-01-22 21:36:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1553177, '2023-01-22 21:36:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1553176, '2023-01-22 21:36:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1553175, '2023-01-22 21:36:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1553174, '2023-01-22 21:36:56', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1553173, '2023-01-22 21:36:56', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1553172, '2023-01-22 21:36:56', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1553171, '2023-01-22 21:36:56', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1553170, '2023-01-22 21:36:56', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1553169, '2023-01-22 21:36:56', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1553168, '2023-01-22 21:36:56', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1553167, '2023-01-22 21:36:56', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1553166, '2023-01-22 21:36:56', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1553165, '2023-01-22 21:36:56', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553164, '2023-01-22 21:36:56', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553163, '2023-01-22 21:36:56', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553162, '2023-01-22 21:36:56', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553161, '2023-01-22 21:36:56', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1553160, '2023-01-22 21:36:56', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1553158, '2023-01-22 21:36:56', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1553159, '2023-01-22 21:36:56', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1553156, '2023-01-22 21:23:32', 'info', 'Feed is not active. Finished', '170'),
(1553157, '2023-01-22 21:36:00', 'info', 'Beginning import for all feed sources', NULL),
(1553154, '2023-01-22 21:23:32', 'info', 'Import completed in 0.23 seconds!', '4837'),
(1553155, '2023-01-22 21:23:32', 'info', 'Starting import for \"World News\"', '170'),
(1553153, '2023-01-22 21:23:32', 'debug', '24 will be skipped', '4837'),
(1553152, '2023-01-22 21:23:32', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1553151, '2023-01-22 21:23:31', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1553150, '2023-01-22 21:23:31', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1553149, '2023-01-22 21:23:31', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1553148, '2023-01-22 21:23:31', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1553147, '2023-01-22 21:23:31', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1553146, '2023-01-22 21:23:31', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1553145, '2023-01-22 21:23:31', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1553144, '2023-01-22 21:23:31', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1553143, '2023-01-22 21:23:31', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1553142, '2023-01-22 21:23:31', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1553141, '2023-01-22 21:23:31', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1553140, '2023-01-22 21:23:31', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1553139, '2023-01-22 21:23:31', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1553138, '2023-01-22 21:23:31', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1553137, '2023-01-22 21:23:31', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1553136, '2023-01-22 21:23:31', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1553135, '2023-01-22 21:23:31', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1553134, '2023-01-22 21:23:31', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553133, '2023-01-22 21:23:31', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553132, '2023-01-22 21:23:31', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553131, '2023-01-22 21:23:31', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553130, '2023-01-22 21:23:31', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1553129, '2023-01-22 21:23:31', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1553127, '2023-01-22 21:23:31', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1553128, '2023-01-22 21:23:31', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1553125, '2023-01-22 21:11:48', 'info', 'Feed is not active. Finished', '170'),
(1553126, '2023-01-22 21:21:56', 'info', 'Beginning import for all feed sources', NULL),
(1553123, '2023-01-22 21:11:48', 'info', 'Import completed in 0.24 seconds!', '4837'),
(1553124, '2023-01-22 21:11:48', 'info', 'Starting import for \"World News\"', '170'),
(1553122, '2023-01-22 21:11:48', 'debug', '24 will be skipped', '4837'),
(1553121, '2023-01-22 21:11:48', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1553120, '2023-01-22 21:11:48', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1553119, '2023-01-22 21:11:48', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1553118, '2023-01-22 21:11:48', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1553117, '2023-01-22 21:11:48', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1553116, '2023-01-22 21:11:48', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1553115, '2023-01-22 21:11:48', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1553114, '2023-01-22 21:11:48', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1553113, '2023-01-22 21:11:48', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1553112, '2023-01-22 21:11:48', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1553111, '2023-01-22 21:11:48', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1553110, '2023-01-22 21:11:48', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1553109, '2023-01-22 21:11:48', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1553108, '2023-01-22 21:11:48', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1553107, '2023-01-22 21:11:48', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1553106, '2023-01-22 21:11:48', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1553105, '2023-01-22 21:11:48', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1553104, '2023-01-22 21:11:48', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1553103, '2023-01-22 21:11:48', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553102, '2023-01-22 21:11:48', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553101, '2023-01-22 21:11:48', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553100, '2023-01-22 21:11:48', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553099, '2023-01-22 21:11:48', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1553098, '2023-01-22 21:11:48', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1553096, '2023-01-22 21:11:48', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1553097, '2023-01-22 21:11:48', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1553094, '2023-01-22 20:54:46', 'info', 'Feed is not active. Finished', '170'),
(1553095, '2023-01-22 21:08:13', 'info', 'Beginning import for all feed sources', NULL),
(1553093, '2023-01-22 20:54:46', 'info', 'Starting import for \"World News\"', '170'),
(1553092, '2023-01-22 20:54:46', 'info', 'Import completed in 0.23 seconds!', '4837'),
(1553091, '2023-01-22 20:54:46', 'debug', '24 will be skipped', '4837'),
(1553090, '2023-01-22 20:54:46', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1553089, '2023-01-22 20:54:46', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1553088, '2023-01-22 20:54:46', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1553087, '2023-01-22 20:54:46', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1553086, '2023-01-22 20:54:46', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1553085, '2023-01-22 20:54:46', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1553084, '2023-01-22 20:54:46', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1553083, '2023-01-22 20:54:46', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1553082, '2023-01-22 20:54:46', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1553081, '2023-01-22 20:54:46', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1553080, '2023-01-22 20:54:46', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1553079, '2023-01-22 20:54:46', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1553078, '2023-01-22 20:54:46', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1553077, '2023-01-22 20:54:46', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1553076, '2023-01-22 20:54:46', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1553075, '2023-01-22 20:54:46', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1553074, '2023-01-22 20:54:46', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1553073, '2023-01-22 20:54:46', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1553072, '2023-01-22 20:54:46', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553071, '2023-01-22 20:54:46', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553070, '2023-01-22 20:54:46', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553069, '2023-01-22 20:54:46', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553068, '2023-01-22 20:54:46', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1553067, '2023-01-22 20:54:46', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1553065, '2023-01-22 20:54:46', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1553066, '2023-01-22 20:54:46', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1553064, '2023-01-22 20:52:03', 'info', 'Beginning import for all feed sources', NULL),
(1553063, '2023-01-22 20:40:40', 'info', 'Feed is not active. Finished', '170'),
(1553062, '2023-01-22 20:40:40', 'info', 'Starting import for \"World News\"', '170'),
(1553061, '2023-01-22 20:40:40', 'info', 'Import completed in 0.22 seconds!', '4837'),
(1553060, '2023-01-22 20:40:40', 'debug', '24 will be skipped', '4837'),
(1553059, '2023-01-22 20:40:40', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1553058, '2023-01-22 20:40:40', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1553057, '2023-01-22 20:40:40', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1553056, '2023-01-22 20:40:40', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1553055, '2023-01-22 20:40:40', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1553054, '2023-01-22 20:40:40', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1553053, '2023-01-22 20:40:40', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1553052, '2023-01-22 20:40:40', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1553051, '2023-01-22 20:40:40', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1553050, '2023-01-22 20:40:40', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1553049, '2023-01-22 20:40:40', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1553048, '2023-01-22 20:40:40', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1553047, '2023-01-22 20:40:40', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1553046, '2023-01-22 20:40:40', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1553045, '2023-01-22 20:40:40', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1553044, '2023-01-22 20:40:40', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1553043, '2023-01-22 20:40:40', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1553042, '2023-01-22 20:40:40', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1553041, '2023-01-22 20:40:40', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553040, '2023-01-22 20:40:40', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553039, '2023-01-22 20:40:40', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553038, '2023-01-22 20:40:40', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553037, '2023-01-22 20:40:40', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1553036, '2023-01-22 20:40:40', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1553035, '2023-01-22 20:40:40', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1553034, '2023-01-22 20:40:40', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1553033, '2023-01-22 20:37:32', 'info', 'Beginning import for all feed sources', NULL),
(1553032, '2023-01-22 20:24:57', 'info', 'Feed is not active. Finished', '170'),
(1553031, '2023-01-22 20:24:57', 'info', 'Starting import for \"World News\"', '170'),
(1553029, '2023-01-22 20:24:56', 'debug', '24 will be skipped', '4837'),
(1553030, '2023-01-22 20:24:57', 'info', 'Import completed in 0.29 seconds!', '4837'),
(1553028, '2023-01-22 20:24:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1553027, '2023-01-22 20:24:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1553026, '2023-01-22 20:24:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1553025, '2023-01-22 20:24:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1553024, '2023-01-22 20:24:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1553023, '2023-01-22 20:24:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1553022, '2023-01-22 20:24:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1553021, '2023-01-22 20:24:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1553020, '2023-01-22 20:24:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1553019, '2023-01-22 20:24:56', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1553018, '2023-01-22 20:24:56', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1553017, '2023-01-22 20:24:56', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1553016, '2023-01-22 20:24:56', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1553015, '2023-01-22 20:24:56', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1553014, '2023-01-22 20:24:56', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1553013, '2023-01-22 20:24:56', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1553012, '2023-01-22 20:24:56', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1553011, '2023-01-22 20:24:56', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1553010, '2023-01-22 20:24:56', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553009, '2023-01-22 20:24:56', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553008, '2023-01-22 20:24:56', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553007, '2023-01-22 20:24:56', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1553006, '2023-01-22 20:24:56', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1553005, '2023-01-22 20:24:56', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1553004, '2023-01-22 20:24:56', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1553003, '2023-01-22 20:24:56', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1553002, '2023-01-22 20:24:10', 'info', 'Beginning import for all feed sources', NULL),
(1553001, '2023-01-22 20:09:07', 'info', 'Feed is not active. Finished', '170'),
(1553000, '2023-01-22 20:09:07', 'info', 'Starting import for \"World News\"', '170'),
(1552998, '2023-01-22 20:09:07', 'debug', '24 will be skipped', '4837'),
(1552999, '2023-01-22 20:09:07', 'info', 'Import completed in 0.27 seconds!', '4837'),
(1552997, '2023-01-22 20:09:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1552996, '2023-01-22 20:09:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1552995, '2023-01-22 20:09:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1552994, '2023-01-22 20:09:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1552993, '2023-01-22 20:09:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1552992, '2023-01-22 20:09:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1552991, '2023-01-22 20:09:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1552990, '2023-01-22 20:09:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1552989, '2023-01-22 20:09:07', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1552988, '2023-01-22 20:09:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1552987, '2023-01-22 20:09:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1552986, '2023-01-22 20:09:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1552985, '2023-01-22 20:09:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1552984, '2023-01-22 20:09:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1552983, '2023-01-22 20:09:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1552982, '2023-01-22 20:09:07', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1552981, '2023-01-22 20:09:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1552980, '2023-01-22 20:09:07', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1552979, '2023-01-22 20:09:07', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552978, '2023-01-22 20:09:07', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552977, '2023-01-22 20:09:07', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552976, '2023-01-22 20:09:07', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552975, '2023-01-22 20:09:07', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1552974, '2023-01-22 20:09:07', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1552973, '2023-01-22 20:09:07', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1552972, '2023-01-22 20:09:07', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1552971, '2023-01-22 20:06:06', 'info', 'Beginning import for all feed sources', NULL),
(1552969, '2023-01-22 19:52:05', 'info', 'Starting import for \"World News\"', '170'),
(1552970, '2023-01-22 19:52:05', 'info', 'Feed is not active. Finished', '170'),
(1552967, '2023-01-22 19:52:05', 'debug', '24 will be skipped', '4837'),
(1552968, '2023-01-22 19:52:05', 'info', 'Import completed in 0.23 seconds!', '4837'),
(1552966, '2023-01-22 19:52:05', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1552965, '2023-01-22 19:52:05', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1552964, '2023-01-22 19:52:05', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1552963, '2023-01-22 19:52:05', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1552962, '2023-01-22 19:52:05', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1552961, '2023-01-22 19:52:05', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1552960, '2023-01-22 19:52:05', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1552959, '2023-01-22 19:52:05', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1552958, '2023-01-22 19:52:05', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1552957, '2023-01-22 19:52:05', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1552956, '2023-01-22 19:52:05', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1552955, '2023-01-22 19:52:05', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1552954, '2023-01-22 19:52:05', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1552953, '2023-01-22 19:52:05', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1552952, '2023-01-22 19:52:05', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1552951, '2023-01-22 19:52:05', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1552950, '2023-01-22 19:52:05', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1552949, '2023-01-22 19:52:05', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1552948, '2023-01-22 19:52:05', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552947, '2023-01-22 19:52:05', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552946, '2023-01-22 19:52:05', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552945, '2023-01-22 19:52:05', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552944, '2023-01-22 19:52:05', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1552943, '2023-01-22 19:52:05', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1552942, '2023-01-22 19:52:05', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1552940, '2023-01-22 19:51:39', 'info', 'Beginning import for all feed sources', NULL),
(1552941, '2023-01-22 19:52:05', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1552938, '2023-01-22 19:39:37', 'info', 'Starting import for \"World News\"', '170'),
(1552939, '2023-01-22 19:39:37', 'info', 'Feed is not active. Finished', '170'),
(1552936, '2023-01-22 19:39:37', 'debug', '24 will be skipped', '4837'),
(1552937, '2023-01-22 19:39:37', 'info', 'Import completed in 0.27 seconds!', '4837'),
(1552935, '2023-01-22 19:39:37', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1552934, '2023-01-22 19:39:37', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1552933, '2023-01-22 19:39:37', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1552932, '2023-01-22 19:39:37', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1552931, '2023-01-22 19:39:37', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1552930, '2023-01-22 19:39:37', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1552929, '2023-01-22 19:39:37', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1552928, '2023-01-22 19:39:37', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1552927, '2023-01-22 19:39:37', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1552926, '2023-01-22 19:39:37', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1552925, '2023-01-22 19:39:37', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1552924, '2023-01-22 19:39:37', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1552923, '2023-01-22 19:39:37', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1552922, '2023-01-22 19:39:37', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1552921, '2023-01-22 19:39:37', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1552920, '2023-01-22 19:39:37', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1552919, '2023-01-22 19:39:37', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1552918, '2023-01-22 19:39:37', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1552917, '2023-01-22 19:39:37', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552916, '2023-01-22 19:39:37', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552915, '2023-01-22 19:39:37', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552914, '2023-01-22 19:39:37', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552913, '2023-01-22 19:39:37', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1552912, '2023-01-22 19:39:37', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1552911, '2023-01-22 19:39:36', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1552909, '2023-01-22 19:38:00', 'info', 'Beginning import for all feed sources', NULL),
(1552910, '2023-01-22 19:39:36', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1552907, '2023-01-22 19:23:57', 'info', 'Starting import for \"World News\"', '170'),
(1552908, '2023-01-22 19:23:57', 'info', 'Feed is not active. Finished', '170'),
(1552905, '2023-01-22 19:23:57', 'debug', '24 will be skipped', '4837'),
(1552906, '2023-01-22 19:23:57', 'info', 'Import completed in 0.22 seconds!', '4837'),
(1552904, '2023-01-22 19:23:57', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1552903, '2023-01-22 19:23:57', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1552902, '2023-01-22 19:23:57', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1552901, '2023-01-22 19:23:57', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1552900, '2023-01-22 19:23:57', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1552899, '2023-01-22 19:23:57', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1552898, '2023-01-22 19:23:57', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1552897, '2023-01-22 19:23:57', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1552896, '2023-01-22 19:23:57', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1552895, '2023-01-22 19:23:57', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1552894, '2023-01-22 19:23:57', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1552893, '2023-01-22 19:23:57', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1552892, '2023-01-22 19:23:57', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1552891, '2023-01-22 19:23:57', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1552890, '2023-01-22 19:23:57', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1552889, '2023-01-22 19:23:57', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1552888, '2023-01-22 19:23:57', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1552887, '2023-01-22 19:23:57', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1552886, '2023-01-22 19:23:57', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552885, '2023-01-22 19:23:57', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552884, '2023-01-22 19:23:57', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552883, '2023-01-22 19:23:57', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552882, '2023-01-22 19:23:57', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1552881, '2023-01-22 19:23:57', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1552879, '2023-01-22 19:23:57', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1552880, '2023-01-22 19:23:57', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1552878, '2023-01-22 19:21:53', 'info', 'Beginning import for all feed sources', NULL),
(1552876, '2023-01-22 19:14:53', 'info', 'Starting import for \"World News\"', '170'),
(1552877, '2023-01-22 19:14:53', 'info', 'Feed is not active. Finished', '170'),
(1552874, '2023-01-22 19:14:53', 'debug', '24 will be skipped', '4837'),
(1552875, '2023-01-22 19:14:53', 'info', 'Import completed in 0.28 seconds!', '4837'),
(1552873, '2023-01-22 19:14:53', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1552872, '2023-01-22 19:14:53', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1552871, '2023-01-22 19:14:53', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1552870, '2023-01-22 19:14:53', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1552869, '2023-01-22 19:14:53', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1559275, '2023-01-24 22:53:02', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1559273, '2023-01-24 22:53:02', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1559274, '2023-01-24 22:53:02', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1559271, '2023-01-24 22:53:02', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559272, '2023-01-24 22:53:02', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559270, '2023-01-24 22:53:02', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559269, '2023-01-24 22:53:02', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559264, '2023-01-24 22:52:11', 'info', 'Beginning import for all feed sources', NULL),
(1559265, '2023-01-24 22:53:01', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1559266, '2023-01-24 22:53:01', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1559267, '2023-01-24 22:53:02', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1559268, '2023-01-24 22:53:02', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1559259, '2023-01-24 22:41:39', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1559260, '2023-01-24 22:41:39', 'debug', '24 will be skipped', '4837'),
(1559261, '2023-01-24 22:41:39', 'info', 'Import completed in 0.29 seconds!', '4837'),
(1559262, '2023-01-24 22:41:39', 'info', 'Starting import for \"World News\"', '170'),
(1559263, '2023-01-24 22:41:39', 'info', 'Feed is not active. Finished', '170'),
(1559258, '2023-01-24 22:41:39', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1559257, '2023-01-24 22:41:39', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1559253, '2023-01-24 22:41:39', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1559254, '2023-01-24 22:41:39', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1559255, '2023-01-24 22:41:39', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1559256, '2023-01-24 22:41:39', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1559251, '2023-01-24 22:41:39', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837');
INSERT INTO `iamc_wprss_logs` (`id`, `date`, `level`, `message`, `feed_id`) VALUES
(1559252, '2023-01-24 22:41:39', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1559248, '2023-01-24 22:41:39', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1559249, '2023-01-24 22:41:39', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1559250, '2023-01-24 22:41:39', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1559246, '2023-01-24 22:41:39', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1559247, '2023-01-24 22:41:39', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1559245, '2023-01-24 22:41:39', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1559244, '2023-01-24 22:41:39', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1559243, '2023-01-24 22:41:39', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1559242, '2023-01-24 22:41:39', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1559241, '2023-01-24 22:41:39', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559240, '2023-01-24 22:41:39', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559239, '2023-01-24 22:41:39', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559238, '2023-01-24 22:41:39', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559236, '2023-01-24 22:41:39', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1559237, '2023-01-24 22:41:39', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1559235, '2023-01-24 22:41:39', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1559231, '2023-01-24 22:24:58', 'info', 'Starting import for \"World News\"', '170'),
(1559232, '2023-01-24 22:24:58', 'info', 'Feed is not active. Finished', '170'),
(1559233, '2023-01-24 22:37:15', 'info', 'Beginning import for all feed sources', NULL),
(1559234, '2023-01-24 22:41:39', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1559228, '2023-01-24 22:24:58', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1559229, '2023-01-24 22:24:58', 'debug', '24 will be skipped', '4837'),
(1559230, '2023-01-24 22:24:58', 'info', 'Import completed in 0.24 seconds!', '4837'),
(1559226, '2023-01-24 22:24:58', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1559227, '2023-01-24 22:24:58', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1559224, '2023-01-24 22:24:58', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1559225, '2023-01-24 22:24:58', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1559223, '2023-01-24 22:24:58', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1559222, '2023-01-24 22:24:58', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1559221, '2023-01-24 22:24:58', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1559219, '2023-01-24 22:24:58', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1559220, '2023-01-24 22:24:58', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1559214, '2023-01-24 22:24:58', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1559215, '2023-01-24 22:24:58', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1559216, '2023-01-24 22:24:58', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1559217, '2023-01-24 22:24:58', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1559218, '2023-01-24 22:24:58', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1559213, '2023-01-24 22:24:58', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1559211, '2023-01-24 22:24:58', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1559212, '2023-01-24 22:24:58', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1559210, '2023-01-24 22:24:58', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559209, '2023-01-24 22:24:58', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559208, '2023-01-24 22:24:58', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559207, '2023-01-24 22:24:58', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559206, '2023-01-24 22:24:58', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1559202, '2023-01-24 22:21:41', 'info', 'Beginning import for all feed sources', NULL),
(1559203, '2023-01-24 22:24:58', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1559204, '2023-01-24 22:24:58', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1559205, '2023-01-24 22:24:58', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1559200, '2023-01-24 22:21:41', 'info', 'Starting import for \"World News\"', '170'),
(1559201, '2023-01-24 22:21:41', 'info', 'Feed is not active. Finished', '170'),
(1559198, '2023-01-24 22:21:41', 'debug', '24 will be skipped', '4837'),
(1559199, '2023-01-24 22:21:41', 'info', 'Import completed in 0.30 seconds!', '4837'),
(1559195, '2023-01-24 22:21:41', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1559196, '2023-01-24 22:21:41', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1559197, '2023-01-24 22:21:41', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1559193, '2023-01-24 22:21:41', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1559194, '2023-01-24 22:21:41', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1559189, '2023-01-24 22:21:41', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1559190, '2023-01-24 22:21:41', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1559191, '2023-01-24 22:21:41', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1559192, '2023-01-24 22:21:41', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1559188, '2023-01-24 22:21:41', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1559185, '2023-01-24 22:21:41', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1559186, '2023-01-24 22:21:41', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1559187, '2023-01-24 22:21:41', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1559184, '2023-01-24 22:21:41', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1559183, '2023-01-24 22:21:41', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1559179, '2023-01-24 22:21:41', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559180, '2023-01-24 22:21:41', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1559181, '2023-01-24 22:21:41', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1559182, '2023-01-24 22:21:41', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1559178, '2023-01-24 22:21:41', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559177, '2023-01-24 22:21:41', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559176, '2023-01-24 22:21:41', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559170, '2023-01-24 21:59:01', 'info', 'Feed is not active. Finished', '170'),
(1559171, '2023-01-24 22:14:36', 'info', 'Beginning import for all feed sources', NULL),
(1559172, '2023-01-24 22:21:41', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1559173, '2023-01-24 22:21:41', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1559174, '2023-01-24 22:21:41', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1559175, '2023-01-24 22:21:41', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1559168, '2023-01-24 21:59:01', 'info', 'Import completed in 0.24 seconds!', '4837'),
(1559169, '2023-01-24 21:59:01', 'info', 'Starting import for \"World News\"', '170'),
(1559164, '2023-01-24 21:59:01', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1559165, '2023-01-24 21:59:01', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1559166, '2023-01-24 21:59:01', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1559167, '2023-01-24 21:59:01', 'debug', '24 will be skipped', '4837'),
(1559163, '2023-01-24 21:59:01', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1559162, '2023-01-24 21:59:01', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1559160, '2023-01-24 21:59:01', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1559161, '2023-01-24 21:59:01', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1559158, '2023-01-24 21:59:01', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1559159, '2023-01-24 21:59:01', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1559157, '2023-01-24 21:59:01', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1559156, '2023-01-24 21:59:01', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1559155, '2023-01-24 21:59:01', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1559154, '2023-01-24 21:59:01', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1559151, '2023-01-24 21:59:01', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1559152, '2023-01-24 21:59:01', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1559153, '2023-01-24 21:59:01', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1559148, '2023-01-24 21:59:01', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559150, '2023-01-24 21:59:01', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1559149, '2023-01-24 21:59:01', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1559147, '2023-01-24 21:59:01', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559146, '2023-01-24 21:59:01', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559145, '2023-01-24 21:59:01', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559144, '2023-01-24 21:59:01', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1559143, '2023-01-24 21:59:01', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1559141, '2023-01-24 21:59:01', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1559142, '2023-01-24 21:59:01', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1559139, '2023-01-24 21:36:18', 'info', 'Feed is not active. Finished', '170'),
(1559140, '2023-01-24 21:58:20', 'info', 'Beginning import for all feed sources', NULL),
(1559137, '2023-01-24 21:36:18', 'info', 'Import completed in 0.23 seconds!', '4837'),
(1559138, '2023-01-24 21:36:18', 'info', 'Starting import for \"World News\"', '170'),
(1559136, '2023-01-24 21:36:18', 'debug', '24 will be skipped', '4837'),
(1559134, '2023-01-24 21:36:18', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1559135, '2023-01-24 21:36:18', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1559133, '2023-01-24 21:36:18', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1559132, '2023-01-24 21:36:18', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1559130, '2023-01-24 21:36:18', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1559131, '2023-01-24 21:36:18', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1559128, '2023-01-24 21:36:18', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1559129, '2023-01-24 21:36:18', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1559127, '2023-01-24 21:36:18', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1559123, '2023-01-24 21:36:18', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1559124, '2023-01-24 21:36:18', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1559125, '2023-01-24 21:36:18', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1559126, '2023-01-24 21:36:18', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1559122, '2023-01-24 21:36:18', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1559119, '2023-01-24 21:36:18', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1559120, '2023-01-24 21:36:18', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1559121, '2023-01-24 21:36:18', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1559117, '2023-01-24 21:36:18', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559118, '2023-01-24 21:36:18', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1559116, '2023-01-24 21:36:18', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559115, '2023-01-24 21:36:18', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559114, '2023-01-24 21:36:18', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559109, '2023-01-24 21:36:15', 'info', 'Beginning import for all feed sources', NULL),
(1559110, '2023-01-24 21:36:17', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1559111, '2023-01-24 21:36:17', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1559112, '2023-01-24 21:36:18', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1559113, '2023-01-24 21:36:18', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1559107, '2023-01-24 21:26:02', 'info', 'Starting import for \"World News\"', '170'),
(1559108, '2023-01-24 21:26:02', 'info', 'Feed is not active. Finished', '170'),
(1559104, '2023-01-24 21:26:02', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1559105, '2023-01-24 21:26:02', 'debug', '24 will be skipped', '4837'),
(1559106, '2023-01-24 21:26:02', 'info', 'Import completed in 0.23 seconds!', '4837'),
(1559103, '2023-01-24 21:26:02', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1559101, '2023-01-24 21:26:02', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1559102, '2023-01-24 21:26:02', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1559099, '2023-01-24 21:26:02', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1559100, '2023-01-24 21:26:02', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1559098, '2023-01-24 21:26:02', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1559095, '2023-01-24 21:26:02', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1559097, '2023-01-24 21:26:02', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1559096, '2023-01-24 21:26:02', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1559094, '2023-01-24 21:26:02', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1559093, '2023-01-24 21:26:02', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1559091, '2023-01-24 21:26:02', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1559092, '2023-01-24 21:26:02', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1559090, '2023-01-24 21:26:02', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1559089, '2023-01-24 21:26:02', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1559086, '2023-01-24 21:26:02', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559087, '2023-01-24 21:26:02', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1559088, '2023-01-24 21:26:02', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1559085, '2023-01-24 21:26:02', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559083, '2023-01-24 21:26:02', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559084, '2023-01-24 21:26:02', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559082, '2023-01-24 21:26:02', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1559080, '2023-01-24 21:26:02', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1559081, '2023-01-24 21:26:02', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1559078, '2023-01-24 21:24:51', 'info', 'Beginning import for all feed sources', NULL),
(1559079, '2023-01-24 21:26:02', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1559075, '2023-01-24 21:18:05', 'info', 'Import completed in 0.29 seconds!', '4837'),
(1559076, '2023-01-24 21:18:05', 'info', 'Starting import for \"World News\"', '170'),
(1559077, '2023-01-24 21:18:05', 'info', 'Feed is not active. Finished', '170'),
(1559072, '2023-01-24 21:18:05', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1559073, '2023-01-24 21:18:05', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1559074, '2023-01-24 21:18:05', 'debug', '24 will be skipped', '4837'),
(1559071, '2023-01-24 21:18:05', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1559070, '2023-01-24 21:18:05', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1559068, '2023-01-24 21:18:05', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1559069, '2023-01-24 21:18:05', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1559067, '2023-01-24 21:18:05', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1559064, '2023-01-24 21:18:05', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1559065, '2023-01-24 21:18:05', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1559066, '2023-01-24 21:18:05', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1559061, '2023-01-24 21:18:05', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1559062, '2023-01-24 21:18:05', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1559063, '2023-01-24 21:18:05', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1559060, '2023-01-24 21:18:05', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1559059, '2023-01-24 21:18:05', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1559058, '2023-01-24 21:18:05', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1559057, '2023-01-24 21:18:05', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1559056, '2023-01-24 21:18:05', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1559055, '2023-01-24 21:18:05', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559052, '2023-01-24 21:18:05', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559054, '2023-01-24 21:18:05', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559053, '2023-01-24 21:18:05', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559051, '2023-01-24 21:18:05', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1559049, '2023-01-24 21:18:05', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1559050, '2023-01-24 21:18:05', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1559048, '2023-01-24 21:18:05', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1559046, '2023-01-24 20:58:36', 'info', 'Feed is not active. Finished', '170'),
(1559047, '2023-01-24 21:11:12', 'info', 'Beginning import for all feed sources', NULL),
(1559043, '2023-01-24 20:58:36', 'debug', '24 will be skipped', '4837'),
(1559044, '2023-01-24 20:58:36', 'info', 'Import completed in 0.28 seconds!', '4837'),
(1559045, '2023-01-24 20:58:36', 'info', 'Starting import for \"World News\"', '170'),
(1559042, '2023-01-24 20:58:36', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1559041, '2023-01-24 20:58:36', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1559040, '2023-01-24 20:58:36', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1559038, '2023-01-24 20:58:36', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1559039, '2023-01-24 20:58:36', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1559037, '2023-01-24 20:58:36', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1559036, '2023-01-24 20:58:36', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1559034, '2023-01-24 20:58:36', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1559035, '2023-01-24 20:58:36', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1559030, '2023-01-24 20:58:36', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1559033, '2023-01-24 20:58:36', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1559032, '2023-01-24 20:58:36', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1559031, '2023-01-24 20:58:36', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1559029, '2023-01-24 20:58:36', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1559028, '2023-01-24 20:58:36', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1559027, '2023-01-24 20:58:36', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1559024, '2023-01-24 20:58:36', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559025, '2023-01-24 20:58:36', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1559026, '2023-01-24 20:58:36', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1559022, '2023-01-24 20:58:36', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559023, '2023-01-24 20:58:36', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559021, '2023-01-24 20:58:36', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1559020, '2023-01-24 20:58:36', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1559019, '2023-01-24 20:58:36', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1559018, '2023-01-24 20:58:36', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1559016, '2023-01-24 20:55:47', 'info', 'Beginning import for all feed sources', NULL),
(1559017, '2023-01-24 20:58:36', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1559014, '2023-01-24 20:39:53', 'info', 'Starting import for \"World News\"', '170'),
(1559015, '2023-01-24 20:39:53', 'info', 'Feed is not active. Finished', '170'),
(1559012, '2023-01-24 20:39:53', 'debug', '24 will be skipped', '4837'),
(1559013, '2023-01-24 20:39:53', 'info', 'Import completed in 0.29 seconds!', '4837'),
(1559011, '2023-01-24 20:39:53', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1559010, '2023-01-24 20:39:53', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1559006, '2023-01-24 20:39:53', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1559007, '2023-01-24 20:39:53', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1559008, '2023-01-24 20:39:53', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1559009, '2023-01-24 20:39:53', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1559005, '2023-01-24 20:39:53', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1559002, '2023-01-24 20:39:53', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1559003, '2023-01-24 20:39:53', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1559004, '2023-01-24 20:39:53', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1559001, '2023-01-24 20:39:53', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1559000, '2023-01-24 20:39:53', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1558992, '2023-01-24 20:39:53', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558993, '2023-01-24 20:39:53', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558994, '2023-01-24 20:39:53', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1558995, '2023-01-24 20:39:53', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1558996, '2023-01-24 20:39:53', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1558997, '2023-01-24 20:39:53', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1558999, '2023-01-24 20:39:53', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1558998, '2023-01-24 20:39:53', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1558991, '2023-01-24 20:39:53', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558988, '2023-01-24 20:39:53', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1558990, '2023-01-24 20:39:53', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558989, '2023-01-24 20:39:53', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1558987, '2023-01-24 20:39:53', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1558980, '2023-01-24 20:25:10', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1558981, '2023-01-24 20:25:10', 'debug', '24 will be skipped', '4837'),
(1558982, '2023-01-24 20:25:10', 'info', 'Import completed in 0.31 seconds!', '4837'),
(1558983, '2023-01-24 20:25:10', 'info', 'Starting import for \"World News\"', '170'),
(1558984, '2023-01-24 20:25:10', 'info', 'Feed is not active. Finished', '170'),
(1558985, '2023-01-24 20:36:43', 'info', 'Beginning import for all feed sources', NULL),
(1558986, '2023-01-24 20:39:53', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1558974, '2023-01-24 20:25:10', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1558975, '2023-01-24 20:25:10', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1558976, '2023-01-24 20:25:10', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1558977, '2023-01-24 20:25:10', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1558979, '2023-01-24 20:25:10', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1558978, '2023-01-24 20:25:10', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1558973, '2023-01-24 20:25:10', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1558970, '2023-01-24 20:25:10', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1558971, '2023-01-24 20:25:10', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1558972, '2023-01-24 20:25:10', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1558969, '2023-01-24 20:25:10', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1558967, '2023-01-24 20:25:10', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1558968, '2023-01-24 20:25:10', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1558966, '2023-01-24 20:25:10', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1558965, '2023-01-24 20:25:10', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1558964, '2023-01-24 20:25:10', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1558963, '2023-01-24 20:25:10', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1558962, '2023-01-24 20:25:10', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558961, '2023-01-24 20:25:10', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558960, '2023-01-24 20:25:10', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558959, '2023-01-24 20:25:10', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558958, '2023-01-24 20:25:10', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1558957, '2023-01-24 20:25:10', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1558955, '2023-01-24 20:25:10', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1558956, '2023-01-24 20:25:10', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1558953, '2023-01-24 20:08:40', 'info', 'Feed is not active. Finished', '170'),
(1558954, '2023-01-24 20:24:28', 'info', 'Beginning import for all feed sources', NULL),
(1558950, '2023-01-24 20:08:40', 'debug', '24 will be skipped', '4837'),
(1558951, '2023-01-24 20:08:40', 'info', 'Import completed in 0.34 seconds!', '4837'),
(1558952, '2023-01-24 20:08:40', 'info', 'Starting import for \"World News\"', '170'),
(1558949, '2023-01-24 20:08:40', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1558948, '2023-01-24 20:08:40', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1558946, '2023-01-24 20:08:40', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1555990, '2023-01-23 20:25:37', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1555989, '2023-01-23 20:25:37', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1555988, '2023-01-23 20:25:37', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1555986, '2023-01-23 20:25:37', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555987, '2023-01-23 20:25:37', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1555984, '2023-01-23 20:25:37', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555985, '2023-01-23 20:25:37', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555983, '2023-01-23 20:25:37', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555982, '2023-01-23 20:25:37', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1555981, '2023-01-23 20:25:37', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1555977, '2023-01-23 20:20:47', 'info', 'Feed is not active. Finished', '170'),
(1555978, '2023-01-23 20:24:36', 'info', 'Beginning import for all feed sources', NULL),
(1555979, '2023-01-23 20:25:37', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1555980, '2023-01-23 20:25:37', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1555975, '2023-01-23 20:20:47', 'info', 'Import completed in 0.28 seconds!', '4837'),
(1555976, '2023-01-23 20:20:47', 'info', 'Starting import for \"World News\"', '170'),
(1555973, '2023-01-23 20:20:47', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1555974, '2023-01-23 20:20:47', 'debug', '24 will be skipped', '4837'),
(1555972, '2023-01-23 20:20:47', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1555971, '2023-01-23 20:20:47', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1555970, '2023-01-23 20:20:47', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1555969, '2023-01-23 20:20:47', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1555968, '2023-01-23 20:20:47', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1555967, '2023-01-23 20:20:47', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1555966, '2023-01-23 20:20:47', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1555963, '2023-01-23 20:20:47', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1555964, '2023-01-23 20:20:47', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1555965, '2023-01-23 20:20:47', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1555961, '2023-01-23 20:20:47', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1555962, '2023-01-23 20:20:47', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1555960, '2023-01-23 20:20:47', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1555958, '2023-01-23 20:20:47', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1555959, '2023-01-23 20:20:47', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1555957, '2023-01-23 20:20:47', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1555956, '2023-01-23 20:20:47', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1555953, '2023-01-23 20:20:47', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555954, '2023-01-23 20:20:47', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555955, '2023-01-23 20:20:47', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555952, '2023-01-23 20:20:47', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555951, '2023-01-23 20:20:47', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1555950, '2023-01-23 20:20:47', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1555949, '2023-01-23 20:20:47', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1555948, '2023-01-23 20:20:47', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1555945, '2023-01-23 20:01:56', 'info', 'Starting import for \"World News\"', '170'),
(1555940, '2023-01-23 20:01:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1555946, '2023-01-23 20:01:56', 'info', 'Feed is not active. Finished', '170'),
(1555947, '2023-01-23 20:12:33', 'info', 'Beginning import for all feed sources', NULL),
(1555944, '2023-01-23 20:01:56', 'info', 'Import completed in 0.22 seconds!', '4837'),
(1555942, '2023-01-23 20:01:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1555943, '2023-01-23 20:01:56', 'debug', '24 will be skipped', '4837'),
(1555941, '2023-01-23 20:01:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1555939, '2023-01-23 20:01:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1555938, '2023-01-23 20:01:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1555937, '2023-01-23 20:01:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1555936, '2023-01-23 20:01:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1555935, '2023-01-23 20:01:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1555927, '2023-01-23 20:01:56', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1555928, '2023-01-23 20:01:56', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1555929, '2023-01-23 20:01:56', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1555930, '2023-01-23 20:01:56', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1555931, '2023-01-23 20:01:56', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1555934, '2023-01-23 20:01:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1555933, '2023-01-23 20:01:56', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1555932, '2023-01-23 20:01:56', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1555925, '2023-01-23 20:01:56', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1555926, '2023-01-23 20:01:56', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1555924, '2023-01-23 20:01:56', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555923, '2023-01-23 20:01:56', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555922, '2023-01-23 20:01:56', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555918, '2023-01-23 20:01:56', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1555921, '2023-01-23 20:01:56', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555920, '2023-01-23 20:01:56', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1555919, '2023-01-23 20:01:56', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837');
INSERT INTO `iamc_wprss_logs` (`id`, `date`, `level`, `message`, `feed_id`) VALUES
(1555917, '2023-01-23 20:01:56', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1555916, '2023-01-23 19:56:32', 'info', 'Beginning import for all feed sources', NULL),
(1555914, '2023-01-23 19:41:52', 'info', 'Starting import for \"World News\"', '170'),
(1555915, '2023-01-23 19:41:52', 'info', 'Feed is not active. Finished', '170'),
(1555912, '2023-01-23 19:41:52', 'debug', '24 will be skipped', '4837'),
(1555913, '2023-01-23 19:41:52', 'info', 'Import completed in 0.29 seconds!', '4837'),
(1555911, '2023-01-23 19:41:52', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1555910, '2023-01-23 19:41:52', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1555909, '2023-01-23 19:41:52', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1555908, '2023-01-23 19:41:52', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1555907, '2023-01-23 19:41:52', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1555906, '2023-01-23 19:41:52', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1555905, '2023-01-23 19:41:52', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1555904, '2023-01-23 19:41:52', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1555903, '2023-01-23 19:41:52', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1555902, '2023-01-23 19:41:52', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1555901, '2023-01-23 19:41:52', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1555900, '2023-01-23 19:41:52', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1555899, '2023-01-23 19:41:52', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1555898, '2023-01-23 19:41:52', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1555897, '2023-01-23 19:41:52', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1555895, '2023-01-23 19:41:52', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1555896, '2023-01-23 19:41:52', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1555894, '2023-01-23 19:41:52', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1555893, '2023-01-23 19:41:52', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555892, '2023-01-23 19:41:52', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555891, '2023-01-23 19:41:52', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555889, '2023-01-23 19:41:52', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1555890, '2023-01-23 19:41:52', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555888, '2023-01-23 19:41:52', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1555886, '2023-01-23 19:41:52', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1555887, '2023-01-23 19:41:52', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1555885, '2023-01-23 19:41:00', 'info', 'Beginning import for all feed sources', NULL),
(1555884, '2023-01-23 19:25:27', 'info', 'Feed is not active. Finished', '170'),
(1555883, '2023-01-23 19:25:27', 'info', 'Starting import for \"World News\"', '170'),
(1555882, '2023-01-23 19:25:27', 'info', 'Import completed in 0.25 seconds!', '4837'),
(1555880, '2023-01-23 19:25:27', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1555881, '2023-01-23 19:25:27', 'debug', '24 will be skipped', '4837'),
(1555879, '2023-01-23 19:25:27', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1555874, '2023-01-23 19:25:27', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1555875, '2023-01-23 19:25:27', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1555878, '2023-01-23 19:25:27', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1555877, '2023-01-23 19:25:27', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1555876, '2023-01-23 19:25:27', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1555873, '2023-01-23 19:25:27', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1555870, '2023-01-23 19:25:27', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1555871, '2023-01-23 19:25:27', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1555872, '2023-01-23 19:25:27', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1555865, '2023-01-23 19:25:27', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1555866, '2023-01-23 19:25:27', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1555867, '2023-01-23 19:25:27', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1555868, '2023-01-23 19:25:27', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1555869, '2023-01-23 19:25:27', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1555863, '2023-01-23 19:25:27', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1555864, '2023-01-23 19:25:27', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1555862, '2023-01-23 19:25:27', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555859, '2023-01-23 19:25:27', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555861, '2023-01-23 19:25:27', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555860, '2023-01-23 19:25:27', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555858, '2023-01-23 19:25:27', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1555857, '2023-01-23 19:25:27', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1555852, '2023-01-23 19:09:56', 'info', 'Starting import for \"World News\"', '170'),
(1555853, '2023-01-23 19:09:56', 'info', 'Feed is not active. Finished', '170'),
(1555854, '2023-01-23 19:23:44', 'info', 'Beginning import for all feed sources', NULL),
(1555855, '2023-01-23 19:25:27', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1555856, '2023-01-23 19:25:27', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1555851, '2023-01-23 19:09:56', 'info', 'Import completed in 0.31 seconds!', '4837'),
(1555850, '2023-01-23 19:09:56', 'debug', '24 will be skipped', '4837'),
(1555849, '2023-01-23 19:09:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1555848, '2023-01-23 19:09:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1555843, '2023-01-23 19:09:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1555844, '2023-01-23 19:09:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1555845, '2023-01-23 19:09:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1555847, '2023-01-23 19:09:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1555846, '2023-01-23 19:09:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1555841, '2023-01-23 19:09:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1555842, '2023-01-23 19:09:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1555840, '2023-01-23 19:09:55', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1555838, '2023-01-23 19:09:55', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1555839, '2023-01-23 19:09:55', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1555837, '2023-01-23 19:09:55', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1555836, '2023-01-23 19:09:55', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1555835, '2023-01-23 19:09:55', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1555834, '2023-01-23 19:09:55', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1555833, '2023-01-23 19:09:55', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1555832, '2023-01-23 19:09:55', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1555831, '2023-01-23 19:09:55', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555829, '2023-01-23 19:09:55', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555830, '2023-01-23 19:09:55', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555817, '2023-01-23 18:52:39', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1555818, '2023-01-23 18:52:39', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1555819, '2023-01-23 18:52:39', 'debug', '24 will be skipped', '4837'),
(1555820, '2023-01-23 18:52:39', 'info', 'Import completed in 0.26 seconds!', '4837'),
(1555821, '2023-01-23 18:52:39', 'info', 'Starting import for \"World News\"', '170'),
(1555822, '2023-01-23 18:52:39', 'info', 'Feed is not active. Finished', '170'),
(1555823, '2023-01-23 19:08:54', 'info', 'Beginning import for all feed sources', NULL),
(1555824, '2023-01-23 19:09:55', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1555825, '2023-01-23 19:09:55', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1555826, '2023-01-23 19:09:55', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1555828, '2023-01-23 19:09:55', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555827, '2023-01-23 19:09:55', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1555816, '2023-01-23 18:52:39', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1555815, '2023-01-23 18:52:39', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1555814, '2023-01-23 18:52:39', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1555813, '2023-01-23 18:52:39', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1555811, '2023-01-23 18:52:39', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1555812, '2023-01-23 18:52:39', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1555810, '2023-01-23 18:52:39', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1555809, '2023-01-23 18:52:39', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1555808, '2023-01-23 18:52:39', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1555806, '2023-01-23 18:52:39', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1555807, '2023-01-23 18:52:39', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1555805, '2023-01-23 18:52:39', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1555804, '2023-01-23 18:52:39', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1555803, '2023-01-23 18:52:39', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1555802, '2023-01-23 18:52:39', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1555801, '2023-01-23 18:52:39', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1555800, '2023-01-23 18:52:39', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555799, '2023-01-23 18:52:39', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555798, '2023-01-23 18:52:39', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555797, '2023-01-23 18:52:39', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555796, '2023-01-23 18:52:39', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1555795, '2023-01-23 18:52:39', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1555792, '2023-01-23 18:52:38', 'info', 'Beginning import for all feed sources', NULL),
(1555793, '2023-01-23 18:52:39', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1555794, '2023-01-23 18:52:39', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1555791, '2023-01-23 18:40:05', 'info', 'Feed is not active. Finished', '170'),
(1555790, '2023-01-23 18:40:05', 'info', 'Starting import for \"World News\"', '170'),
(1555789, '2023-01-23 18:40:05', 'info', 'Import completed in 0.26 seconds!', '4837'),
(1555788, '2023-01-23 18:40:05', 'debug', '24 will be skipped', '4837'),
(1555787, '2023-01-23 18:40:05', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1555784, '2023-01-23 18:40:05', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1555785, '2023-01-23 18:40:05', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1555786, '2023-01-23 18:40:05', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1555783, '2023-01-23 18:40:05', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1555779, '2023-01-23 18:40:05', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1555780, '2023-01-23 18:40:05', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1555781, '2023-01-23 18:40:05', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1555782, '2023-01-23 18:40:05', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1555774, '2023-01-23 18:40:05', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1555775, '2023-01-23 18:40:05', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1555776, '2023-01-23 18:40:05', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1555777, '2023-01-23 18:40:05', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1555778, '2023-01-23 18:40:05', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1555773, '2023-01-23 18:40:05', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1555772, '2023-01-23 18:40:05', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1555770, '2023-01-23 18:40:05', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1555771, '2023-01-23 18:40:05', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1555769, '2023-01-23 18:40:05', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555768, '2023-01-23 18:40:05', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555766, '2023-01-23 18:40:05', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555767, '2023-01-23 18:40:05', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555765, '2023-01-23 18:40:05', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1555764, '2023-01-23 18:40:05', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1555763, '2023-01-23 18:40:04', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1555761, '2023-01-23 18:38:22', 'info', 'Beginning import for all feed sources', NULL),
(1555762, '2023-01-23 18:40:04', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1555757, '2023-01-23 18:21:27', 'debug', '24 will be skipped', '4837'),
(1555758, '2023-01-23 18:21:27', 'info', 'Import completed in 0.28 seconds!', '4837'),
(1555759, '2023-01-23 18:21:27', 'info', 'Starting import for \"World News\"', '170'),
(1555760, '2023-01-23 18:21:27', 'info', 'Feed is not active. Finished', '170'),
(1555756, '2023-01-23 18:21:27', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1555755, '2023-01-23 18:21:27', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1555754, '2023-01-23 18:21:27', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1555749, '2023-01-23 18:21:27', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1555750, '2023-01-23 18:21:27', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1555751, '2023-01-23 18:21:27', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1555752, '2023-01-23 18:21:27', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1555753, '2023-01-23 18:21:27', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1555748, '2023-01-23 18:21:27', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1555747, '2023-01-23 18:21:27', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1555746, '2023-01-23 18:21:27', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1555743, '2023-01-23 18:21:27', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1555744, '2023-01-23 18:21:27', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1555745, '2023-01-23 18:21:27', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1555739, '2023-01-23 18:21:27', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1555740, '2023-01-23 18:21:27', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1555741, '2023-01-23 18:21:27', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1555742, '2023-01-23 18:21:27', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1555738, '2023-01-23 18:21:27', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555737, '2023-01-23 18:21:27', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555734, '2023-01-23 18:21:27', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1555735, '2023-01-23 18:21:27', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555736, '2023-01-23 18:21:27', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555733, '2023-01-23 18:21:27', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1555728, '2023-01-23 18:07:43', 'info', 'Starting import for \"World News\"', '170'),
(1555729, '2023-01-23 18:07:43', 'info', 'Feed is not active. Finished', '170'),
(1555730, '2023-01-23 18:20:51', 'info', 'Beginning import for all feed sources', NULL),
(1555731, '2023-01-23 18:21:27', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1555732, '2023-01-23 18:21:27', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1555726, '2023-01-23 18:07:43', 'debug', '24 will be skipped', '4837'),
(1555727, '2023-01-23 18:07:43', 'info', 'Import completed in 0.27 seconds!', '4837'),
(1555725, '2023-01-23 18:07:43', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1555724, '2023-01-23 18:07:43', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1555723, '2023-01-23 18:07:43', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1555722, '2023-01-23 18:07:43', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1555721, '2023-01-23 18:07:43', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1555720, '2023-01-23 18:07:43', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1555716, '2023-01-23 18:07:43', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1555717, '2023-01-23 18:07:43', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1555718, '2023-01-23 18:07:43', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1555719, '2023-01-23 18:07:43', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1555714, '2023-01-23 18:07:43', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1555715, '2023-01-23 18:07:43', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1555713, '2023-01-23 18:07:43', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1555709, '2023-01-23 18:07:43', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1555710, '2023-01-23 18:07:43', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1555711, '2023-01-23 18:07:43', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1555712, '2023-01-23 18:07:43', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1555708, '2023-01-23 18:07:43', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1555707, '2023-01-23 18:07:43', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555705, '2023-01-23 18:07:43', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555706, '2023-01-23 18:07:43', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555704, '2023-01-23 18:07:43', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555703, '2023-01-23 18:07:43', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1555698, '2023-01-23 17:51:46', 'info', 'Feed is not active. Finished', '170'),
(1555699, '2023-01-23 18:06:55', 'info', 'Beginning import for all feed sources', NULL),
(1555700, '2023-01-23 18:07:43', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1555701, '2023-01-23 18:07:43', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1555702, '2023-01-23 18:07:43', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1555696, '2023-01-23 17:51:46', 'info', 'Import completed in 0.24 seconds!', '4837'),
(1555697, '2023-01-23 17:51:46', 'info', 'Starting import for \"World News\"', '170'),
(1555695, '2023-01-23 17:51:46', 'debug', '24 will be skipped', '4837'),
(1555694, '2023-01-23 17:51:46', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1555693, '2023-01-23 17:51:46', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1555692, '2023-01-23 17:51:46', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1555690, '2023-01-23 17:51:46', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1555691, '2023-01-23 17:51:46', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1555689, '2023-01-23 17:51:46', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1555688, '2023-01-23 17:51:46', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1555687, '2023-01-23 17:51:46', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1555683, '2023-01-23 17:51:46', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1555684, '2023-01-23 17:51:46', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1555685, '2023-01-23 17:51:46', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1555686, '2023-01-23 17:51:46', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1555680, '2023-01-23 17:51:46', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1555681, '2023-01-23 17:51:46', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1555682, '2023-01-23 17:51:46', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1555679, '2023-01-23 17:51:46', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1555676, '2023-01-23 17:51:46', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555678, '2023-01-23 17:51:46', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1555677, '2023-01-23 17:51:46', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1555675, '2023-01-23 17:51:46', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555674, '2023-01-23 17:51:46', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555672, '2023-01-23 17:51:46', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1555673, '2023-01-23 17:51:46', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555670, '2023-01-23 17:51:46', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1555671, '2023-01-23 17:51:46', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1555668, '2023-01-23 17:51:13', 'info', 'Beginning import for all feed sources', NULL),
(1555669, '2023-01-23 17:51:46', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1555664, '2023-01-23 17:37:32', 'debug', '24 will be skipped', '4837'),
(1555665, '2023-01-23 17:37:32', 'info', 'Import completed in 0.23 seconds!', '4837'),
(1555666, '2023-01-23 17:37:32', 'info', 'Starting import for \"World News\"', '170'),
(1555667, '2023-01-23 17:37:32', 'info', 'Feed is not active. Finished', '170'),
(1552868, '2023-01-22 19:14:53', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1552865, '2023-01-22 19:14:53', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1552866, '2023-01-22 19:14:53', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1552867, '2023-01-22 19:14:53', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1552864, '2023-01-22 19:14:53', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1552863, '2023-01-22 19:14:53', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1552862, '2023-01-22 19:14:53', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1552861, '2023-01-22 19:14:53', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1552860, '2023-01-22 19:14:53', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1552859, '2023-01-22 19:14:53', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1552858, '2023-01-22 19:14:53', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1552857, '2023-01-22 19:14:53', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1552856, '2023-01-22 19:14:53', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1552855, '2023-01-22 19:14:53', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552854, '2023-01-22 19:14:53', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552853, '2023-01-22 19:14:53', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552852, '2023-01-22 19:14:53', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552851, '2023-01-22 19:14:53', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1552844, '2023-01-22 18:59:23', 'info', 'Import completed in 0.22 seconds!', '4837'),
(1552845, '2023-01-22 18:59:23', 'info', 'Starting import for \"World News\"', '170'),
(1552846, '2023-01-22 18:59:23', 'info', 'Feed is not active. Finished', '170'),
(1552847, '2023-01-22 19:06:35', 'info', 'Beginning import for all feed sources', NULL),
(1552848, '2023-01-22 19:14:52', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1552849, '2023-01-22 19:14:52', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1552850, '2023-01-22 19:14:53', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1552843, '2023-01-22 18:59:23', 'debug', '24 will be skipped', '4837'),
(1552842, '2023-01-22 18:59:23', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1552841, '2023-01-22 18:59:23', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1552840, '2023-01-22 18:59:23', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1552839, '2023-01-22 18:59:23', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1552838, '2023-01-22 18:59:23', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1552837, '2023-01-22 18:59:23', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1552836, '2023-01-22 18:59:23', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1552835, '2023-01-22 18:59:23', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1552833, '2023-01-22 18:59:23', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1552834, '2023-01-22 18:59:23', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1552831, '2023-01-22 18:59:23', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1552832, '2023-01-22 18:59:23', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1552830, '2023-01-22 18:59:23', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1552827, '2023-01-22 18:59:23', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1552829, '2023-01-22 18:59:23', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1552828, '2023-01-22 18:59:23', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1552826, '2023-01-22 18:59:23', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1552824, '2023-01-22 18:59:23', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552825, '2023-01-22 18:59:23', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1552821, '2023-01-22 18:59:23', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552823, '2023-01-22 18:59:23', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552822, '2023-01-22 18:59:23', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552815, '2023-01-22 18:43:34', 'info', 'Feed is not active. Finished', '170'),
(1552816, '2023-01-22 18:52:38', 'info', 'Beginning import for all feed sources', NULL),
(1552817, '2023-01-22 18:59:22', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1552818, '2023-01-22 18:59:22', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1552819, '2023-01-22 18:59:23', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1552820, '2023-01-22 18:59:23', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1552814, '2023-01-22 18:43:34', 'info', 'Starting import for \"World News\"', '170'),
(1552811, '2023-01-22 18:43:34', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1552812, '2023-01-22 18:43:34', 'debug', '24 will be skipped', '4837'),
(1552813, '2023-01-22 18:43:34', 'info', 'Import completed in 0.34 seconds!', '4837'),
(1552809, '2023-01-22 18:43:34', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1552810, '2023-01-22 18:43:34', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1552806, '2023-01-22 18:43:34', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1552807, '2023-01-22 18:43:34', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1552808, '2023-01-22 18:43:34', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1552805, '2023-01-22 18:43:34', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1552804, '2023-01-22 18:43:34', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1552802, '2023-01-22 18:43:34', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1552803, '2023-01-22 18:43:34', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1552801, '2023-01-22 18:43:34', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1552800, '2023-01-22 18:43:34', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1552798, '2023-01-22 18:43:34', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1552799, '2023-01-22 18:43:34', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1552797, '2023-01-22 18:43:34', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1552796, '2023-01-22 18:43:34', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1552795, '2023-01-22 18:43:34', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1552793, '2023-01-22 18:43:34', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552794, '2023-01-22 18:43:34', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1552792, '2023-01-22 18:43:34', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552790, '2023-01-22 18:43:34', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552791, '2023-01-22 18:43:34', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552789, '2023-01-22 18:43:34', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1552787, '2023-01-22 18:43:34', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1552788, '2023-01-22 18:43:34', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1552786, '2023-01-22 18:43:34', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1552784, '2023-01-22 18:28:38', 'info', 'Feed is not active. Finished', '170'),
(1552785, '2023-01-22 18:37:14', 'info', 'Beginning import for all feed sources', NULL),
(1552782, '2023-01-22 18:28:38', 'info', 'Import completed in 0.22 seconds!', '4837'),
(1552783, '2023-01-22 18:28:38', 'info', 'Starting import for \"World News\"', '170'),
(1552781, '2023-01-22 18:28:38', 'debug', '24 will be skipped', '4837'),
(1552779, '2023-01-22 18:28:38', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1552780, '2023-01-22 18:28:38', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1552778, '2023-01-22 18:28:38', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1552777, '2023-01-22 18:28:38', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1552776, '2023-01-22 18:28:38', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1552775, '2023-01-22 18:28:38', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1552774, '2023-01-22 18:28:38', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1552773, '2023-01-22 18:28:38', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1552771, '2023-01-22 18:28:38', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1552772, '2023-01-22 18:28:38', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1552770, '2023-01-22 18:28:38', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1552768, '2023-01-22 18:28:38', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1552769, '2023-01-22 18:28:38', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1552767, '2023-01-22 18:28:38', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1552766, '2023-01-22 18:28:38', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1552765, '2023-01-22 18:28:38', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1552764, '2023-01-22 18:28:38', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1552759, '2023-01-22 18:28:38', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552763, '2023-01-22 18:28:38', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1552762, '2023-01-22 18:28:38', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552761, '2023-01-22 18:28:38', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552760, '2023-01-22 18:28:38', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552758, '2023-01-22 18:28:38', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1552756, '2023-01-22 18:28:38', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1552757, '2023-01-22 18:28:38', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1552755, '2023-01-22 18:28:38', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1552752, '2023-01-22 18:12:03', 'info', 'Starting import for \"World News\"', '170'),
(1552753, '2023-01-22 18:12:03', 'info', 'Feed is not active. Finished', '170'),
(1552754, '2023-01-22 18:24:43', 'info', 'Beginning import for all feed sources', NULL),
(1552750, '2023-01-22 18:12:03', 'debug', '24 will be skipped', '4837'),
(1552751, '2023-01-22 18:12:03', 'info', 'Import completed in 0.26 seconds!', '4837'),
(1552747, '2023-01-22 18:12:03', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1552748, '2023-01-22 18:12:03', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1552749, '2023-01-22 18:12:03', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1552746, '2023-01-22 18:12:03', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1552745, '2023-01-22 18:12:03', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1552742, '2023-01-22 18:12:03', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1552743, '2023-01-22 18:12:03', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837');
INSERT INTO `iamc_wprss_logs` (`id`, `date`, `level`, `message`, `feed_id`) VALUES
(1552744, '2023-01-22 18:12:03', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1552741, '2023-01-22 18:12:03', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1552740, '2023-01-22 18:12:03', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1552739, '2023-01-22 18:12:03', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1552738, '2023-01-22 18:12:03', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1552737, '2023-01-22 18:12:03', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1552736, '2023-01-22 18:12:03', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1552735, '2023-01-22 18:12:03', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1552734, '2023-01-22 18:12:03', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1552732, '2023-01-22 18:12:03', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1552733, '2023-01-22 18:12:03', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1552731, '2023-01-22 18:12:03', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552728, '2023-01-22 18:12:03', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552730, '2023-01-22 18:12:03', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552729, '2023-01-22 18:12:03', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552727, '2023-01-22 18:12:03', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1552726, '2023-01-22 18:12:03', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1552724, '2023-01-22 18:12:03', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1552725, '2023-01-22 18:12:03', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1552722, '2023-01-22 18:03:10', 'info', 'Feed is not active. Finished', '170'),
(1552723, '2023-01-22 18:07:48', 'info', 'Beginning import for all feed sources', NULL),
(1552720, '2023-01-22 18:03:10', 'info', 'Import completed in 0.28 seconds!', '4837'),
(1552721, '2023-01-22 18:03:10', 'info', 'Starting import for \"World News\"', '170'),
(1552719, '2023-01-22 18:03:10', 'debug', '24 will be skipped', '4837'),
(1552715, '2023-01-22 18:03:10', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1552716, '2023-01-22 18:03:10', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1552717, '2023-01-22 18:03:10', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1552718, '2023-01-22 18:03:10', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1552714, '2023-01-22 18:03:10', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1552713, '2023-01-22 18:03:10', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1552710, '2023-01-22 18:03:10', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1552712, '2023-01-22 18:03:10', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1552711, '2023-01-22 18:03:10', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1552708, '2023-01-22 18:03:10', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1552709, '2023-01-22 18:03:10', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1552707, '2023-01-22 18:03:10', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1552706, '2023-01-22 18:03:10', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1552705, '2023-01-22 18:03:10', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1552704, '2023-01-22 18:03:10', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1552703, '2023-01-22 18:03:10', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1552701, '2023-01-22 18:03:10', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1552702, '2023-01-22 18:03:10', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1552700, '2023-01-22 18:03:10', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552699, '2023-01-22 18:03:10', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552698, '2023-01-22 18:03:10', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552697, '2023-01-22 18:03:10', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552696, '2023-01-22 18:03:10', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1552695, '2023-01-22 18:03:10', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1552694, '2023-01-22 18:03:10', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1552692, '2023-01-22 17:56:19', 'info', 'Beginning import for all feed sources', NULL),
(1552693, '2023-01-22 18:03:10', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1552690, '2023-01-22 17:37:34', 'info', 'Starting import for \"World News\"', '170'),
(1550005, '2023-01-21 20:12:46', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1550006, '2023-01-21 20:12:46', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1550004, '2023-01-21 20:12:46', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1550003, '2023-01-21 20:12:46', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550001, '2023-01-21 20:12:46', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550002, '2023-01-21 20:12:46', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1550000, '2023-01-21 20:12:46', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549999, '2023-01-21 20:12:46', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1549998, '2023-01-21 20:12:46', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1549997, '2023-01-21 20:12:46', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1549996, '2023-01-21 20:12:46', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1549994, '2023-01-21 20:05:44', 'info', 'Feed is not active. Finished', '170'),
(1549995, '2023-01-21 20:07:51', 'info', 'Beginning import for all feed sources', NULL),
(1549993, '2023-01-21 20:05:44', 'info', 'Starting import for \"World News\"', '170'),
(1549992, '2023-01-21 20:05:44', 'info', 'Import completed in 0.23 seconds!', '4837'),
(1549991, '2023-01-21 20:05:44', 'debug', '24 will be skipped', '4837'),
(1549990, '2023-01-21 20:05:44', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1549989, '2023-01-21 20:05:44', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1549987, '2023-01-21 20:05:44', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1549988, '2023-01-21 20:05:44', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1549986, '2023-01-21 20:05:44', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1549985, '2023-01-21 20:05:44', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1549984, '2023-01-21 20:05:44', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1549983, '2023-01-21 20:05:44', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1549982, '2023-01-21 20:05:44', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1549981, '2023-01-21 20:05:44', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1549977, '2023-01-21 20:05:44', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1549978, '2023-01-21 20:05:44', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1549980, '2023-01-21 20:05:44', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1549979, '2023-01-21 20:05:44', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1549976, '2023-01-21 20:05:44', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1549975, '2023-01-21 20:05:44', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1549974, '2023-01-21 20:05:44', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1549973, '2023-01-21 20:05:44', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1549970, '2023-01-21 20:05:44', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549971, '2023-01-21 20:05:44', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549972, '2023-01-21 20:05:44', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549968, '2023-01-21 20:05:44', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1549969, '2023-01-21 20:05:44', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549967, '2023-01-21 20:05:44', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1549965, '2023-01-21 20:05:44', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1549966, '2023-01-21 20:05:44', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1549961, '2023-01-21 19:45:33', 'info', 'Import completed in 0.26 seconds!', '4837'),
(1549963, '2023-01-21 19:45:33', 'info', 'Feed is not active. Finished', '170'),
(1549964, '2023-01-21 19:58:53', 'info', 'Beginning import for all feed sources', NULL),
(1549962, '2023-01-21 19:45:33', 'info', 'Starting import for \"World News\"', '170'),
(1549960, '2023-01-21 19:45:33', 'debug', '24 will be skipped', '4837'),
(1549956, '2023-01-21 19:45:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1549957, '2023-01-21 19:45:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1549958, '2023-01-21 19:45:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1549959, '2023-01-21 19:45:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1549955, '2023-01-21 19:45:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1549954, '2023-01-21 19:45:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1549953, '2023-01-21 19:45:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1549952, '2023-01-21 19:45:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1549950, '2023-01-21 19:45:33', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1549951, '2023-01-21 19:45:33', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1549949, '2023-01-21 19:45:33', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1549948, '2023-01-21 19:45:33', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1549943, '2023-01-21 19:45:33', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1549944, '2023-01-21 19:45:33', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1549945, '2023-01-21 19:45:33', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1549946, '2023-01-21 19:45:33', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1549947, '2023-01-21 19:45:33', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1549937, '2023-01-21 19:45:33', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1549938, '2023-01-21 19:45:33', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549939, '2023-01-21 19:45:33', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549940, '2023-01-21 19:45:33', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549941, '2023-01-21 19:45:33', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549942, '2023-01-21 19:45:33', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1549936, '2023-01-21 19:45:33', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1549932, '2023-01-21 19:26:45', 'info', 'Feed is not active. Finished', '170'),
(1549933, '2023-01-21 19:42:40', 'info', 'Beginning import for all feed sources', NULL),
(1549934, '2023-01-21 19:45:33', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1549935, '2023-01-21 19:45:33', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1549931, '2023-01-21 19:26:45', 'info', 'Starting import for \"World News\"', '170'),
(1549930, '2023-01-21 19:26:45', 'info', 'Import completed in 0.23 seconds!', '4837'),
(1549929, '2023-01-21 19:26:45', 'debug', '24 will be skipped', '4837'),
(1549928, '2023-01-21 19:26:45', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1549925, '2023-01-21 19:26:45', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1549926, '2023-01-21 19:26:45', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1549927, '2023-01-21 19:26:45', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1549924, '2023-01-21 19:26:45', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1549922, '2023-01-21 19:26:45', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1549923, '2023-01-21 19:26:45', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1549921, '2023-01-21 19:26:45', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1549920, '2023-01-21 19:26:45', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1549919, '2023-01-21 19:26:45', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1549918, '2023-01-21 19:26:45', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1549909, '2023-01-21 19:26:45', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549910, '2023-01-21 19:26:45', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549911, '2023-01-21 19:26:45', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1549912, '2023-01-21 19:26:45', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1549913, '2023-01-21 19:26:45', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1549917, '2023-01-21 19:26:45', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1549916, '2023-01-21 19:26:45', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1549915, '2023-01-21 19:26:45', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1549914, '2023-01-21 19:26:45', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1549908, '2023-01-21 19:26:45', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549907, '2023-01-21 19:26:45', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549906, '2023-01-21 19:26:45', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1549905, '2023-01-21 19:26:45', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1549902, '2023-01-21 19:26:37', 'info', 'Beginning import for all feed sources', NULL),
(1549903, '2023-01-21 19:26:45', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1549904, '2023-01-21 19:26:45', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1549899, '2023-01-21 19:07:43', 'info', 'Import completed in 0.25 seconds!', '4837'),
(1549900, '2023-01-21 19:07:43', 'info', 'Starting import for \"World News\"', '170'),
(1549901, '2023-01-21 19:07:43', 'info', 'Feed is not active. Finished', '170'),
(1549898, '2023-01-21 19:07:43', 'debug', '24 will be skipped', '4837'),
(1549897, '2023-01-21 19:07:43', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1549895, '2023-01-21 19:07:43', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1549896, '2023-01-21 19:07:43', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1549893, '2023-01-21 19:07:43', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1549894, '2023-01-21 19:07:43', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1549892, '2023-01-21 19:07:43', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1549891, '2023-01-21 19:07:43', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1549890, '2023-01-21 19:07:43', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1549889, '2023-01-21 19:07:43', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1549888, '2023-01-21 19:07:43', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1549887, '2023-01-21 19:07:43', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1549885, '2023-01-21 19:07:43', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1549886, '2023-01-21 19:07:43', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1549883, '2023-01-21 19:07:43', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1549884, '2023-01-21 19:07:43', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1549879, '2023-01-21 19:07:43', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549880, '2023-01-21 19:07:43', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1549881, '2023-01-21 19:07:43', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1549882, '2023-01-21 19:07:43', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1549878, '2023-01-21 19:07:43', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549877, '2023-01-21 19:07:43', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549876, '2023-01-21 19:07:43', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549875, '2023-01-21 19:07:43', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1549872, '2023-01-21 19:07:43', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1549873, '2023-01-21 19:07:43', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1549874, '2023-01-21 19:07:43', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1549870, '2023-01-21 18:57:11', 'info', 'Feed is not active. Finished', '170'),
(1549871, '2023-01-21 19:06:53', 'info', 'Beginning import for all feed sources', NULL),
(1549868, '2023-01-21 18:57:11', 'info', 'Import completed in 0.24 seconds!', '4837'),
(1549869, '2023-01-21 18:57:11', 'info', 'Starting import for \"World News\"', '170'),
(1549867, '2023-01-21 18:57:11', 'debug', '24 will be skipped', '4837'),
(1549866, '2023-01-21 18:57:11', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1549865, '2023-01-21 18:57:11', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1549863, '2023-01-21 18:57:11', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1549864, '2023-01-21 18:57:11', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1549862, '2023-01-21 18:57:11', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1549860, '2023-01-21 18:57:11', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1549861, '2023-01-21 18:57:11', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1549859, '2023-01-21 18:57:11', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1558947, '2023-01-24 20:08:40', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1558945, '2023-01-24 20:08:40', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1549856, '2023-01-21 18:57:11', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1549855, '2023-01-21 18:57:11', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1549854, '2023-01-21 18:57:11', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1549853, '2023-01-21 18:57:11', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1549850, '2023-01-21 18:57:11', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1549851, '2023-01-21 18:57:11', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1549852, '2023-01-21 18:57:11', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1549849, '2023-01-21 18:57:11', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1549845, '2023-01-21 18:57:11', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549846, '2023-01-21 18:57:11', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549847, '2023-01-21 18:57:11', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549848, '2023-01-21 18:57:11', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549844, '2023-01-21 18:57:11', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1549839, '2023-01-21 18:39:57', 'info', 'Feed is not active. Finished', '170'),
(1549840, '2023-01-21 18:55:50', 'info', 'Beginning import for all feed sources', NULL),
(1549841, '2023-01-21 18:57:11', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1549842, '2023-01-21 18:57:11', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1549843, '2023-01-21 18:57:11', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1549837, '2023-01-21 18:39:57', 'info', 'Import completed in 0.30 seconds!', '4837'),
(1549838, '2023-01-21 18:39:57', 'info', 'Starting import for \"World News\"', '170'),
(1549834, '2023-01-21 18:39:57', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1549835, '2023-01-21 18:39:57', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1549836, '2023-01-21 18:39:57', 'debug', '24 will be skipped', '4837'),
(1549833, '2023-01-21 18:39:57', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1549829, '2023-01-21 18:39:57', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1549830, '2023-01-21 18:39:57', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1549831, '2023-01-21 18:39:57', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1549832, '2023-01-21 18:39:57', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1549828, '2023-01-21 18:39:57', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1549827, '2023-01-21 18:39:57', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1549826, '2023-01-21 18:39:57', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1549825, '2023-01-21 18:39:57', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1549824, '2023-01-21 18:39:57', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1549823, '2023-01-21 18:39:57', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1549822, '2023-01-21 18:39:57', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1549821, '2023-01-21 18:39:57', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1549820, '2023-01-21 18:39:57', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1549817, '2023-01-21 18:39:57', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549818, '2023-01-21 18:39:57', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1549819, '2023-01-21 18:39:57', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1549816, '2023-01-21 18:39:57', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549812, '2023-01-21 18:39:57', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1549813, '2023-01-21 18:39:57', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1549814, '2023-01-21 18:39:57', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549815, '2023-01-21 18:39:57', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549811, '2023-01-21 18:39:57', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1549805, '2023-01-21 18:27:57', 'debug', '24 will be skipped', '4837'),
(1549806, '2023-01-21 18:27:57', 'info', 'Import completed in 0.26 seconds!', '4837'),
(1549807, '2023-01-21 18:27:57', 'info', 'Starting import for \"World News\"', '170'),
(1549808, '2023-01-21 18:27:57', 'info', 'Feed is not active. Finished', '170'),
(1549809, '2023-01-21 18:36:34', 'info', 'Beginning import for all feed sources', NULL),
(1549810, '2023-01-21 18:39:57', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1549804, '2023-01-21 18:27:57', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1549801, '2023-01-21 18:27:57', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1549802, '2023-01-21 18:27:57', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1549803, '2023-01-21 18:27:57', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1549800, '2023-01-21 18:27:57', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1549796, '2023-01-21 18:27:57', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1549797, '2023-01-21 18:27:57', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1549798, '2023-01-21 18:27:57', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1549799, '2023-01-21 18:27:57', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1549795, '2023-01-21 18:27:57', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1549794, '2023-01-21 18:27:57', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1549793, '2023-01-21 18:27:57', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1549792, '2023-01-21 18:27:57', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1549791, '2023-01-21 18:27:57', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1549790, '2023-01-21 18:27:57', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1549789, '2023-01-21 18:27:57', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1549788, '2023-01-21 18:27:57', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1549787, '2023-01-21 18:27:57', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1549784, '2023-01-21 18:27:57', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549785, '2023-01-21 18:27:57', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549786, '2023-01-21 18:27:57', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549783, '2023-01-21 18:27:57', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549782, '2023-01-21 18:27:57', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1549777, '2023-01-21 18:06:35', 'info', 'Feed is not active. Finished', '170'),
(1549778, '2023-01-21 18:24:15', 'info', 'Beginning import for all feed sources', NULL),
(1549779, '2023-01-21 18:27:57', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1549780, '2023-01-21 18:27:57', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1549781, '2023-01-21 18:27:57', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1549775, '2023-01-21 18:06:35', 'info', 'Import completed in 0.30 seconds!', '4837'),
(1549776, '2023-01-21 18:06:35', 'info', 'Starting import for \"World News\"', '170'),
(1549774, '2023-01-21 18:06:35', 'debug', '24 will be skipped', '4837'),
(1549771, '2023-01-21 18:06:35', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1549772, '2023-01-21 18:06:35', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1549773, '2023-01-21 18:06:35', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1549770, '2023-01-21 18:06:35', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1549768, '2023-01-21 18:06:35', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1549769, '2023-01-21 18:06:35', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1549767, '2023-01-21 18:06:35', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1549763, '2023-01-21 18:06:35', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1549764, '2023-01-21 18:06:35', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1549765, '2023-01-21 18:06:35', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1549766, '2023-01-21 18:06:35', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1549762, '2023-01-21 18:06:35', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1549761, '2023-01-21 18:06:35', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1549759, '2023-01-21 18:06:35', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1549760, '2023-01-21 18:06:35', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1549758, '2023-01-21 18:06:35', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1549757, '2023-01-21 18:06:35', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1549755, '2023-01-21 18:06:35', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549756, '2023-01-21 18:06:35', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1549754, '2023-01-21 18:06:35', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549751, '2023-01-21 18:06:35', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1549752, '2023-01-21 18:06:35', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549753, '2023-01-21 18:06:35', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549749, '2023-01-21 18:06:35', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1549750, '2023-01-21 18:06:35', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1549743, '2023-01-21 17:56:00', 'debug', '24 will be skipped', '4837'),
(1549744, '2023-01-21 17:56:00', 'info', 'Import completed in 0.23 seconds!', '4837'),
(1549745, '2023-01-21 17:56:00', 'info', 'Starting import for \"World News\"', '170'),
(1549746, '2023-01-21 17:56:00', 'info', 'Feed is not active. Finished', '170'),
(1549747, '2023-01-21 18:06:33', 'info', 'Beginning import for all feed sources', NULL),
(1549748, '2023-01-21 18:06:35', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1549742, '2023-01-21 17:56:00', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1549739, '2023-01-21 17:56:00', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1549740, '2023-01-21 17:56:00', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1549741, '2023-01-21 17:56:00', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1549738, '2023-01-21 17:56:00', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1549735, '2023-01-21 17:56:00', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1549736, '2023-01-21 17:56:00', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1549737, '2023-01-21 17:56:00', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1549734, '2023-01-21 17:56:00', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1549733, '2023-01-21 17:56:00', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1549730, '2023-01-21 17:56:00', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1549731, '2023-01-21 17:56:00', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1549732, '2023-01-21 17:56:00', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1549729, '2023-01-21 17:56:00', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1549726, '2023-01-21 17:56:00', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1549727, '2023-01-21 17:56:00', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1549728, '2023-01-21 17:56:00', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1549725, '2023-01-21 17:56:00', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1549724, '2023-01-21 17:56:00', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549721, '2023-01-21 17:56:00', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549723, '2023-01-21 17:56:00', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549722, '2023-01-21 17:56:00', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549716, '2023-01-21 17:52:58', 'info', 'Beginning import for all feed sources', NULL),
(1549717, '2023-01-21 17:56:00', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1549718, '2023-01-21 17:56:00', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1549719, '2023-01-21 17:56:00', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1549720, '2023-01-21 17:56:00', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1549714, '2023-01-21 17:39:12', 'info', 'Starting import for \"World News\"', '170'),
(1549715, '2023-01-21 17:39:12', 'info', 'Feed is not active. Finished', '170'),
(1549710, '2023-01-21 17:39:12', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1549711, '2023-01-21 17:39:12', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1549712, '2023-01-21 17:39:12', 'debug', '24 will be skipped', '4837'),
(1549713, '2023-01-21 17:39:12', 'info', 'Import completed in 0.26 seconds!', '4837'),
(1549709, '2023-01-21 17:39:12', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1549708, '2023-01-21 17:39:12', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1549705, '2023-01-21 17:39:12', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1549706, '2023-01-21 17:39:12', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1549707, '2023-01-21 17:39:12', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1549704, '2023-01-21 17:39:12', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1549703, '2023-01-21 17:39:12', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1549701, '2023-01-21 17:39:12', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1549702, '2023-01-21 17:39:12', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1549700, '2023-01-21 17:39:12', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1549697, '2023-01-21 17:39:12', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1549698, '2023-01-21 17:39:12', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1549699, '2023-01-21 17:39:12', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1549696, '2023-01-21 17:39:12', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1549692, '2023-01-21 17:39:12', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549693, '2023-01-21 17:39:12', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549694, '2023-01-21 17:39:12', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1549695, '2023-01-21 17:39:12', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1549691, '2023-01-21 17:39:12', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549690, '2023-01-21 17:39:12', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549687, '2023-01-21 17:39:11', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1549688, '2023-01-21 17:39:12', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1549689, '2023-01-21 17:39:12', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1558941, '2023-01-24 20:08:40', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1558944, '2023-01-24 20:08:40', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1558943, '2023-01-24 20:08:40', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1558942, '2023-01-24 20:08:40', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837');
INSERT INTO `iamc_wprss_logs` (`id`, `date`, `level`, `message`, `feed_id`) VALUES
(1558940, '2023-01-24 20:08:40', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1558936, '2023-01-24 20:08:40', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1558937, '2023-01-24 20:08:40', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1558938, '2023-01-24 20:08:40', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1558939, '2023-01-24 20:08:40', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1558935, '2023-01-24 20:08:40', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1558931, '2023-01-24 20:08:40', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558932, '2023-01-24 20:08:40', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1558933, '2023-01-24 20:08:40', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1558934, '2023-01-24 20:08:40', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1558930, '2023-01-24 20:08:40', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558929, '2023-01-24 20:08:40', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558928, '2023-01-24 20:08:40', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558927, '2023-01-24 20:08:40', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1558921, '2023-01-24 19:53:57', 'info', 'Starting import for \"World News\"', '170'),
(1558922, '2023-01-24 19:53:57', 'info', 'Feed is not active. Finished', '170'),
(1558923, '2023-01-24 20:06:45', 'info', 'Beginning import for all feed sources', NULL),
(1558924, '2023-01-24 20:08:39', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1558925, '2023-01-24 20:08:39', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1558926, '2023-01-24 20:08:40', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1558920, '2023-01-24 19:53:57', 'info', 'Import completed in 0.22 seconds!', '4837'),
(1558917, '2023-01-24 19:53:57', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1558919, '2023-01-24 19:53:57', 'debug', '24 will be skipped', '4837'),
(1558918, '2023-01-24 19:53:57', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1558916, '2023-01-24 19:53:57', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1558915, '2023-01-24 19:53:57', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1558914, '2023-01-24 19:53:57', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1558912, '2023-01-24 19:53:57', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1558913, '2023-01-24 19:53:57', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1558911, '2023-01-24 19:53:57', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1558908, '2023-01-24 19:53:57', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1558909, '2023-01-24 19:53:57', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1558910, '2023-01-24 19:53:57', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1558904, '2023-01-24 19:53:56', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1558907, '2023-01-24 19:53:57', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1558906, '2023-01-24 19:53:56', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1558905, '2023-01-24 19:53:56', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1558901, '2023-01-24 19:53:56', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1558899, '2023-01-24 19:53:56', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558903, '2023-01-24 19:53:56', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1558902, '2023-01-24 19:53:56', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1558900, '2023-01-24 19:53:56', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558898, '2023-01-24 19:53:56', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558897, '2023-01-24 19:53:56', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558896, '2023-01-24 19:53:56', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1558895, '2023-01-24 19:53:56', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1558888, '2023-01-24 19:37:12', 'debug', '24 will be skipped', '4837'),
(1558889, '2023-01-24 19:37:12', 'info', 'Import completed in 0.26 seconds!', '4837'),
(1558890, '2023-01-24 19:37:12', 'info', 'Starting import for \"World News\"', '170'),
(1558891, '2023-01-24 19:37:12', 'info', 'Feed is not active. Finished', '170'),
(1558892, '2023-01-24 19:52:56', 'info', 'Beginning import for all feed sources', NULL),
(1558893, '2023-01-24 19:53:56', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1558894, '2023-01-24 19:53:56', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1558887, '2023-01-24 19:37:12', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1558885, '2023-01-24 19:37:12', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1558886, '2023-01-24 19:37:12', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1558884, '2023-01-24 19:37:12', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1558883, '2023-01-24 19:37:12', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1558882, '2023-01-24 19:37:12', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1558881, '2023-01-24 19:37:12', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1558880, '2023-01-24 19:37:12', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1558875, '2023-01-24 19:37:12', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1558876, '2023-01-24 19:37:12', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1558879, '2023-01-24 19:37:12', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1558878, '2023-01-24 19:37:12', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1558877, '2023-01-24 19:37:12', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1558874, '2023-01-24 19:37:12', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1558871, '2023-01-24 19:37:12', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1558872, '2023-01-24 19:37:12', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1558873, '2023-01-24 19:37:12', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1558867, '2023-01-24 19:37:12', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558866, '2023-01-24 19:37:12', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558870, '2023-01-24 19:37:12', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1558869, '2023-01-24 19:37:12', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558868, '2023-01-24 19:37:12', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558860, '2023-01-24 19:28:53', 'info', 'Feed is not active. Finished', '170'),
(1558861, '2023-01-24 19:37:09', 'info', 'Beginning import for all feed sources', NULL),
(1558862, '2023-01-24 19:37:12', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1558863, '2023-01-24 19:37:12', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1558864, '2023-01-24 19:37:12', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1558865, '2023-01-24 19:37:12', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1558858, '2023-01-24 19:28:53', 'info', 'Import completed in 0.25 seconds!', '4837'),
(1558859, '2023-01-24 19:28:53', 'info', 'Starting import for \"World News\"', '170'),
(1558857, '2023-01-24 19:28:53', 'debug', '24 will be skipped', '4837'),
(1558856, '2023-01-24 19:28:53', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1558854, '2023-01-24 19:28:53', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1558855, '2023-01-24 19:28:53', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1558853, '2023-01-24 19:28:53', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1558852, '2023-01-24 19:28:53', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1558848, '2023-01-24 19:28:53', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1558849, '2023-01-24 19:28:53', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1558850, '2023-01-24 19:28:53', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1558851, '2023-01-24 19:28:53', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1558847, '2023-01-24 19:28:53', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1558842, '2023-01-24 19:28:53', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1558843, '2023-01-24 19:28:53', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1558844, '2023-01-24 19:28:53', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1558845, '2023-01-24 19:28:53', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1558846, '2023-01-24 19:28:53', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1558841, '2023-01-24 19:28:53', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1558839, '2023-01-24 19:28:53', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1558840, '2023-01-24 19:28:53', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1558837, '2023-01-24 19:28:53', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558838, '2023-01-24 19:28:53', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558834, '2023-01-24 19:28:53', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1558836, '2023-01-24 19:28:53', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558835, '2023-01-24 19:28:53', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558833, '2023-01-24 19:28:53', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1558832, '2023-01-24 19:28:53', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1558826, '2023-01-24 19:09:24', 'debug', '24 will be skipped', '4837'),
(1558827, '2023-01-24 19:09:24', 'info', 'Import completed in 0.22 seconds!', '4837'),
(1558828, '2023-01-24 19:09:24', 'info', 'Starting import for \"World News\"', '170'),
(1558829, '2023-01-24 19:09:24', 'info', 'Feed is not active. Finished', '170'),
(1558830, '2023-01-24 19:21:35', 'info', 'Beginning import for all feed sources', NULL),
(1558831, '2023-01-24 19:28:53', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1558825, '2023-01-24 19:09:24', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1558824, '2023-01-24 19:09:24', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1558823, '2023-01-24 19:09:24', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1558822, '2023-01-24 19:09:24', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1558821, '2023-01-24 19:09:24', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1558820, '2023-01-24 19:09:24', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1558819, '2023-01-24 19:09:24', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1558817, '2023-01-24 19:09:24', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1558818, '2023-01-24 19:09:24', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1558816, '2023-01-24 19:09:24', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1558815, '2023-01-24 19:09:24', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1558814, '2023-01-24 19:09:24', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1558813, '2023-01-24 19:09:24', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1558812, '2023-01-24 19:09:24', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1558811, '2023-01-24 19:09:24', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1558809, '2023-01-24 19:09:24', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1558810, '2023-01-24 19:09:24', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1558808, '2023-01-24 19:09:24', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1558807, '2023-01-24 19:09:24', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558806, '2023-01-24 19:09:24', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558805, '2023-01-24 19:09:24', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558804, '2023-01-24 19:09:24', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558800, '2023-01-24 19:09:24', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1558801, '2023-01-24 19:09:24', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1558802, '2023-01-24 19:09:24', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1558803, '2023-01-24 19:09:24', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1558794, '2023-01-24 19:05:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1558799, '2023-01-24 19:05:55', 'info', 'Beginning import for all feed sources', NULL),
(1558797, '2023-01-24 19:05:55', 'info', 'Starting import for \"World News\"', '170'),
(1558798, '2023-01-24 19:05:55', 'info', 'Feed is not active. Finished', '170'),
(1558795, '2023-01-24 19:05:55', 'debug', '24 will be skipped', '4837'),
(1558796, '2023-01-24 19:05:55', 'info', 'Import completed in 0.32 seconds!', '4837'),
(1558793, '2023-01-24 19:05:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1558789, '2023-01-24 19:05:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1558790, '2023-01-24 19:05:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1558791, '2023-01-24 19:05:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1558792, '2023-01-24 19:05:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1558788, '2023-01-24 19:05:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1558787, '2023-01-24 19:05:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1558786, '2023-01-24 19:05:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1558785, '2023-01-24 19:05:55', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1558784, '2023-01-24 19:05:55', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1558783, '2023-01-24 19:05:55', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1558782, '2023-01-24 19:05:55', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1558781, '2023-01-24 19:05:55', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1558777, '2023-01-24 19:05:55', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1558778, '2023-01-24 19:05:55', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1558779, '2023-01-24 19:05:55', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1558780, '2023-01-24 19:05:55', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1558773, '2023-01-24 19:05:55', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558776, '2023-01-24 19:05:55', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558775, '2023-01-24 19:05:55', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558774, '2023-01-24 19:05:55', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558772, '2023-01-24 19:05:55', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1558771, '2023-01-24 19:05:55', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1558766, '2023-01-24 18:49:33', 'info', 'Starting import for \"World News\"', '170'),
(1558767, '2023-01-24 18:49:33', 'info', 'Feed is not active. Finished', '170'),
(1558768, '2023-01-24 18:57:40', 'info', 'Beginning import for all feed sources', NULL),
(1558769, '2023-01-24 19:05:55', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1558770, '2023-01-24 19:05:55', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1558761, '2023-01-24 18:49:32', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1558762, '2023-01-24 18:49:32', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1558764, '2023-01-24 18:49:32', 'debug', '24 will be skipped', '4837'),
(1558765, '2023-01-24 18:49:32', 'info', 'Import completed in 0.24 seconds!', '4837'),
(1558763, '2023-01-24 18:49:32', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1558760, '2023-01-24 18:49:32', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1558757, '2023-01-24 18:49:32', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1558758, '2023-01-24 18:49:32', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1558759, '2023-01-24 18:49:32', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1558756, '2023-01-24 18:49:32', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1558753, '2023-01-24 18:49:32', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1558755, '2023-01-24 18:49:32', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1558754, '2023-01-24 18:49:32', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1558752, '2023-01-24 18:49:32', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1558751, '2023-01-24 18:49:32', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1558750, '2023-01-24 18:49:32', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1558749, '2023-01-24 18:49:32', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1558747, '2023-01-24 18:49:32', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1558748, '2023-01-24 18:49:32', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1558746, '2023-01-24 18:49:32', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1558745, '2023-01-24 18:49:32', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558744, '2023-01-24 18:49:32', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558743, '2023-01-24 18:49:32', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558742, '2023-01-24 18:49:32', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558739, '2023-01-24 18:49:32', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1558740, '2023-01-24 18:49:32', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1558741, '2023-01-24 18:49:32', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1558732, '2023-01-24 18:26:35', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1558738, '2023-01-24 18:49:32', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1558737, '2023-01-24 18:41:54', 'info', 'Beginning import for all feed sources', NULL),
(1558736, '2023-01-24 18:26:35', 'info', 'Feed is not active. Finished', '170'),
(1558734, '2023-01-24 18:26:35', 'info', 'Import completed in 0.23 seconds!', '4837'),
(1558735, '2023-01-24 18:26:35', 'info', 'Starting import for \"World News\"', '170'),
(1558733, '2023-01-24 18:26:35', 'debug', '24 will be skipped', '4837'),
(1558731, '2023-01-24 18:26:35', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1558728, '2023-01-24 18:26:35', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1558729, '2023-01-24 18:26:35', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1558730, '2023-01-24 18:26:35', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1558727, '2023-01-24 18:26:35', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1558726, '2023-01-24 18:26:35', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1558723, '2023-01-24 18:26:35', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1558724, '2023-01-24 18:26:35', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1558725, '2023-01-24 18:26:35', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1558721, '2023-01-24 18:26:35', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1558722, '2023-01-24 18:26:35', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1558720, '2023-01-24 18:26:35', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1558719, '2023-01-24 18:26:35', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1558718, '2023-01-24 18:26:35', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1558717, '2023-01-24 18:26:35', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1558714, '2023-01-24 18:26:35', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558715, '2023-01-24 18:26:35', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1558716, '2023-01-24 18:26:35', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1558713, '2023-01-24 18:26:35', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558710, '2023-01-24 18:26:35', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1558712, '2023-01-24 18:26:35', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558711, '2023-01-24 18:26:35', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558709, '2023-01-24 18:26:35', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1558707, '2023-01-24 18:26:34', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1558708, '2023-01-24 18:26:34', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1558705, '2023-01-24 18:10:29', 'info', 'Feed is not active. Finished', '170'),
(1558706, '2023-01-24 18:26:33', 'info', 'Beginning import for all feed sources', NULL),
(1558704, '2023-01-24 18:10:29', 'info', 'Starting import for \"World News\"', '170'),
(1558702, '2023-01-24 18:10:29', 'debug', '24 will be skipped', '4837'),
(1558703, '2023-01-24 18:10:29', 'info', 'Import completed in 0.24 seconds!', '4837'),
(1558701, '2023-01-24 18:10:29', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1558698, '2023-01-24 18:10:29', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1558700, '2023-01-24 18:10:29', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1558699, '2023-01-24 18:10:29', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1558695, '2023-01-24 18:10:29', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1558696, '2023-01-24 18:10:29', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1558697, '2023-01-24 18:10:29', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1558692, '2023-01-24 18:10:29', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1558693, '2023-01-24 18:10:29', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1558694, '2023-01-24 18:10:29', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1558691, '2023-01-24 18:10:29', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1558690, '2023-01-24 18:10:29', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1558688, '2023-01-24 18:10:29', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1558689, '2023-01-24 18:10:29', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1558687, '2023-01-24 18:10:29', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1558684, '2023-01-24 18:10:29', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1558685, '2023-01-24 18:10:29', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1558686, '2023-01-24 18:10:29', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1558682, '2023-01-24 18:10:29', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558683, '2023-01-24 18:10:29', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558681, '2023-01-24 18:10:29', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558680, '2023-01-24 18:10:29', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558679, '2023-01-24 18:10:29', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1558678, '2023-01-24 18:10:29', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1558677, '2023-01-24 18:10:29', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1558675, '2023-01-24 18:09:20', 'info', 'Beginning import for all feed sources', NULL),
(1558676, '2023-01-24 18:10:29', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1558670, '2023-01-24 18:03:25', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1558671, '2023-01-24 18:03:25', 'debug', '24 will be skipped', '4837'),
(1558672, '2023-01-24 18:03:25', 'info', 'Import completed in 0.22 seconds!', '4837'),
(1558673, '2023-01-24 18:03:25', 'info', 'Starting import for \"World News\"', '170'),
(1558674, '2023-01-24 18:03:25', 'info', 'Feed is not active. Finished', '170'),
(1558608, '2023-01-24 17:26:51', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1558609, '2023-01-24 17:26:51', 'debug', '24 will be skipped', '4837'),
(1558610, '2023-01-24 17:26:51', 'info', 'Import completed in 0.29 seconds!', '4837'),
(1558611, '2023-01-24 17:26:51', 'info', 'Starting import for \"World News\"', '170'),
(1558612, '2023-01-24 17:26:51', 'info', 'Feed is not active. Finished', '170'),
(1558613, '2023-01-24 17:38:47', 'info', 'Beginning import for all feed sources', NULL),
(1558614, '2023-01-24 17:39:35', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1558615, '2023-01-24 17:39:35', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1558616, '2023-01-24 17:39:35', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1558617, '2023-01-24 17:39:35', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1558618, '2023-01-24 17:39:35', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558619, '2023-01-24 17:39:35', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558620, '2023-01-24 17:39:35', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558621, '2023-01-24 17:39:35', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558622, '2023-01-24 17:39:35', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1558623, '2023-01-24 17:39:35', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1558624, '2023-01-24 17:39:35', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1558625, '2023-01-24 17:39:35', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1558626, '2023-01-24 17:39:35', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1558627, '2023-01-24 17:39:35', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1558669, '2023-01-24 18:03:25', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1558668, '2023-01-24 18:03:25', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1558667, '2023-01-24 18:03:25', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1558666, '2023-01-24 18:03:25', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1558665, '2023-01-24 18:03:25', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1558664, '2023-01-24 18:03:25', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1558663, '2023-01-24 18:03:25', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1558662, '2023-01-24 18:03:25', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1558661, '2023-01-24 18:03:25', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1558660, '2023-01-24 18:03:25', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1558659, '2023-01-24 18:03:25', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1558658, '2023-01-24 18:03:25', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1558657, '2023-01-24 18:03:25', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1558656, '2023-01-24 18:03:25', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1558655, '2023-01-24 18:03:25', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1558654, '2023-01-24 18:03:25', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1558653, '2023-01-24 18:03:25', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1558652, '2023-01-24 18:03:25', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558651, '2023-01-24 18:03:25', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558648, '2023-01-24 18:03:25', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1558650, '2023-01-24 18:03:25', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558649, '2023-01-24 18:03:25', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558646, '2023-01-24 18:03:24', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1558647, '2023-01-24 18:03:25', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1558644, '2023-01-24 17:54:42', 'info', 'Beginning import for all feed sources', NULL),
(1558645, '2023-01-24 18:03:24', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1558642, '2023-01-24 17:39:35', 'info', 'Starting import for \"World News\"', '170'),
(1558643, '2023-01-24 17:39:35', 'info', 'Feed is not active. Finished', '170'),
(1558638, '2023-01-24 17:39:35', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1558639, '2023-01-24 17:39:35', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1558640, '2023-01-24 17:39:35', 'debug', '24 will be skipped', '4837'),
(1558641, '2023-01-24 17:39:35', 'info', 'Import completed in 0.23 seconds!', '4837'),
(1558636, '2023-01-24 17:39:35', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1558637, '2023-01-24 17:39:35', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1558634, '2023-01-24 17:39:35', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1558635, '2023-01-24 17:39:35', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1558633, '2023-01-24 17:39:35', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1558632, '2023-01-24 17:39:35', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1558631, '2023-01-24 17:39:35', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1558630, '2023-01-24 17:39:35', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1558629, '2023-01-24 17:39:35', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1558628, '2023-01-24 17:39:35', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1558606, '2023-01-24 17:26:51', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1558607, '2023-01-24 17:26:51', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1558605, '2023-01-24 17:26:51', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1558604, '2023-01-24 17:26:51', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1558603, '2023-01-24 17:26:51', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1558602, '2023-01-24 17:26:51', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1558597, '2023-01-24 17:26:51', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1558598, '2023-01-24 17:26:51', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1558599, '2023-01-24 17:26:51', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1558600, '2023-01-24 17:26:51', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1558601, '2023-01-24 17:26:51', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1558596, '2023-01-24 17:26:51', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1558595, '2023-01-24 17:26:51', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1558594, '2023-01-24 17:26:51', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1558593, '2023-01-24 17:26:51', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1558592, '2023-01-24 17:26:51', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1558589, '2023-01-24 17:26:51', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558590, '2023-01-24 17:26:51', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558591, '2023-01-24 17:26:51', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1558588, '2023-01-24 17:26:51', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558587, '2023-01-24 17:26:51', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558586, '2023-01-24 17:26:51', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1558583, '2023-01-24 17:26:51', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1558584, '2023-01-24 17:26:51', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1558585, '2023-01-24 17:26:51', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1558580, '2023-01-24 17:09:15', 'info', 'Starting import for \"World News\"', '170'),
(1558581, '2023-01-24 17:09:15', 'info', 'Feed is not active. Finished', '170'),
(1558582, '2023-01-24 17:23:37', 'info', 'Beginning import for all feed sources', NULL),
(1558578, '2023-01-24 17:09:15', 'debug', '24 will be skipped', '4837'),
(1558579, '2023-01-24 17:09:15', 'info', 'Import completed in 0.28 seconds!', '4837'),
(1558577, '2023-01-24 17:09:15', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1558576, '2023-01-24 17:09:15', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1558575, '2023-01-24 17:09:15', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1558573, '2023-01-24 17:09:15', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1558574, '2023-01-24 17:09:15', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1558572, '2023-01-24 17:09:15', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1558571, '2023-01-24 17:09:15', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1558570, '2023-01-24 17:09:15', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1558567, '2023-01-24 17:09:15', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1558568, '2023-01-24 17:09:15', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1558569, '2023-01-24 17:09:15', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1558566, '2023-01-24 17:09:15', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1558565, '2023-01-24 17:09:15', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1558564, '2023-01-24 17:09:15', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837');
INSERT INTO `iamc_wprss_logs` (`id`, `date`, `level`, `message`, `feed_id`) VALUES
(1558563, '2023-01-24 17:09:15', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1558562, '2023-01-24 17:09:15', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1558561, '2023-01-24 17:09:15', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1558558, '2023-01-24 17:09:15', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558559, '2023-01-24 17:09:15', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558560, '2023-01-24 17:09:15', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1558557, '2023-01-24 17:09:15', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558556, '2023-01-24 17:09:15', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558555, '2023-01-24 17:09:15', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1558554, '2023-01-24 17:09:15', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1558553, '2023-01-24 17:09:15', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1558549, '2023-01-24 16:59:31', 'info', 'Starting import for \"World News\"', '170'),
(1558550, '2023-01-24 16:59:31', 'info', 'Feed is not active. Finished', '170'),
(1558551, '2023-01-24 17:08:04', 'info', 'Beginning import for all feed sources', NULL),
(1558552, '2023-01-24 17:09:15', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1558547, '2023-01-24 16:59:31', 'debug', '24 will be skipped', '4837'),
(1558548, '2023-01-24 16:59:31', 'info', 'Import completed in 0.31 seconds!', '4837'),
(1558545, '2023-01-24 16:59:31', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1558546, '2023-01-24 16:59:31', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1558544, '2023-01-24 16:59:31', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1558539, '2023-01-24 16:59:31', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1558540, '2023-01-24 16:59:31', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1558541, '2023-01-24 16:59:31', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1558542, '2023-01-24 16:59:31', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1558543, '2023-01-24 16:59:31', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1558538, '2023-01-24 16:59:31', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1558537, '2023-01-24 16:59:31', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1558534, '2023-01-24 16:59:31', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1558535, '2023-01-24 16:59:31', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1558536, '2023-01-24 16:59:31', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1555626, '2023-01-23 17:22:54', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1555627, '2023-01-23 17:22:54', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1555628, '2023-01-23 17:22:54', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1555661, '2023-01-23 17:37:32', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1555662, '2023-01-23 17:37:32', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1558533, '2023-01-24 16:59:31', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1558530, '2023-01-24 16:59:31', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1558531, '2023-01-24 16:59:31', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1558532, '2023-01-24 16:59:31', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1558529, '2023-01-24 16:59:31', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1558528, '2023-01-24 16:59:31', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558527, '2023-01-24 16:59:31', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558526, '2023-01-24 16:59:31', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558525, '2023-01-24 16:59:31', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558524, '2023-01-24 16:59:31', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1558523, '2023-01-24 16:59:31', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1558522, '2023-01-24 16:59:31', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1558521, '2023-01-24 16:59:31', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1558520, '2023-01-24 16:52:23', 'info', 'Beginning import for all feed sources', NULL),
(1558515, '2023-01-24 16:36:19', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1558516, '2023-01-24 16:36:19', 'debug', '24 will be skipped', '4837'),
(1558517, '2023-01-24 16:36:19', 'info', 'Import completed in 0.28 seconds!', '4837'),
(1558518, '2023-01-24 16:36:19', 'info', 'Starting import for \"World News\"', '170'),
(1558519, '2023-01-24 16:36:19', 'info', 'Feed is not active. Finished', '170'),
(1558514, '2023-01-24 16:36:19', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1558513, '2023-01-24 16:36:19', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1558510, '2023-01-24 16:36:19', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1558511, '2023-01-24 16:36:19', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1558512, '2023-01-24 16:36:19', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1558509, '2023-01-24 16:36:19', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1558508, '2023-01-24 16:36:19', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1558505, '2023-01-24 16:36:19', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1558506, '2023-01-24 16:36:19', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1558507, '2023-01-24 16:36:19', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1558504, '2023-01-24 16:36:19', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1558501, '2023-01-24 16:36:19', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1558502, '2023-01-24 16:36:19', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1558503, '2023-01-24 16:36:19', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1558500, '2023-01-24 16:36:19', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1558499, '2023-01-24 16:36:19', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1558497, '2023-01-24 16:36:19', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558498, '2023-01-24 16:36:19', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1558496, '2023-01-24 16:36:19', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558495, '2023-01-24 16:36:19', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558494, '2023-01-24 16:36:19', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1558492, '2023-01-24 16:36:19', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1558493, '2023-01-24 16:36:19', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1558489, '2023-01-24 16:35:52', 'info', 'Beginning import for all feed sources', NULL),
(1558490, '2023-01-24 16:36:19', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1558491, '2023-01-24 16:36:19', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1555658, '2023-01-23 17:37:32', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1555659, '2023-01-23 17:37:32', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1555660, '2023-01-23 17:37:32', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1555657, '2023-01-23 17:37:32', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1555656, '2023-01-23 17:37:32', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1555654, '2023-01-23 17:37:32', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1555655, '2023-01-23 17:37:32', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1555651, '2023-01-23 17:37:32', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1555652, '2023-01-23 17:37:32', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1555653, '2023-01-23 17:37:32', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1555650, '2023-01-23 17:37:32', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1555648, '2023-01-23 17:37:32', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1555649, '2023-01-23 17:37:32', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1555647, '2023-01-23 17:37:32', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1555646, '2023-01-23 17:37:32', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1555644, '2023-01-23 17:37:32', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555645, '2023-01-23 17:37:32', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555643, '2023-01-23 17:37:32', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555642, '2023-01-23 17:37:32', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555641, '2023-01-23 17:37:32', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1555640, '2023-01-23 17:37:32', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1555639, '2023-01-23 17:37:32', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1555638, '2023-01-23 17:37:32', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1555635, '2023-01-23 17:22:54', 'info', 'Starting import for \"World News\"', '170'),
(1555636, '2023-01-23 17:22:54', 'info', 'Feed is not active. Finished', '170'),
(1555637, '2023-01-23 17:36:19', 'info', 'Beginning import for all feed sources', NULL),
(1555633, '2023-01-23 17:22:54', 'debug', '24 will be skipped', '4837'),
(1555634, '2023-01-23 17:22:54', 'info', 'Import completed in 0.23 seconds!', '4837'),
(1555632, '2023-01-23 17:22:54', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1555631, '2023-01-23 17:22:54', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1555630, '2023-01-23 17:22:54', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1555629, '2023-01-23 17:22:54', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1555624, '2023-01-23 17:22:54', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1555625, '2023-01-23 17:22:54', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1555621, '2023-01-23 17:22:54', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1555622, '2023-01-23 17:22:54', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1555623, '2023-01-23 17:22:54', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1555619, '2023-01-23 17:22:54', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1555620, '2023-01-23 17:22:54', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1555615, '2023-01-23 17:22:54', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1555616, '2023-01-23 17:22:54', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1555617, '2023-01-23 17:22:54', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1555618, '2023-01-23 17:22:54', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1555614, '2023-01-23 17:22:54', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555613, '2023-01-23 17:22:54', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555612, '2023-01-23 17:22:54', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555611, '2023-01-23 17:22:54', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555610, '2023-01-23 17:22:54', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1555609, '2023-01-23 17:22:54', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1555608, '2023-01-23 17:22:54', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1555604, '2023-01-23 17:14:30', 'info', 'Starting import for \"World News\"', '170'),
(1555605, '2023-01-23 17:14:30', 'info', 'Feed is not active. Finished', '170'),
(1555606, '2023-01-23 17:22:53', 'info', 'Beginning import for all feed sources', NULL),
(1555607, '2023-01-23 17:22:54', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1555601, '2023-01-23 17:14:30', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1555602, '2023-01-23 17:14:30', 'debug', '24 will be skipped', '4837'),
(1555603, '2023-01-23 17:14:30', 'info', 'Import completed in 0.32 seconds!', '4837'),
(1555600, '2023-01-23 17:14:30', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1555599, '2023-01-23 17:14:30', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1555598, '2023-01-23 17:14:30', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1555597, '2023-01-23 17:14:30', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1555595, '2023-01-23 17:14:30', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1555596, '2023-01-23 17:14:30', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1555594, '2023-01-23 17:14:30', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1555591, '2023-01-23 17:14:30', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1555592, '2023-01-23 17:14:30', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1555593, '2023-01-23 17:14:30', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1555590, '2023-01-23 17:14:30', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1555589, '2023-01-23 17:14:30', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1555586, '2023-01-23 17:14:30', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1555587, '2023-01-23 17:14:30', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1555588, '2023-01-23 17:14:30', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1555585, '2023-01-23 17:14:30', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1555584, '2023-01-23 17:14:30', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1555583, '2023-01-23 17:14:30', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555582, '2023-01-23 17:14:30', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555579, '2023-01-23 17:14:30', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1555580, '2023-01-23 17:14:30', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555581, '2023-01-23 17:14:30', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555578, '2023-01-23 17:14:30', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1555577, '2023-01-23 17:14:29', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1555574, '2023-01-23 17:04:31', 'info', 'Feed is not active. Finished', '170'),
(1555575, '2023-01-23 17:12:30', 'info', 'Beginning import for all feed sources', NULL),
(1555576, '2023-01-23 17:14:29', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1555573, '2023-01-23 17:04:31', 'info', 'Starting import for \"World News\"', '170'),
(1555571, '2023-01-23 17:04:31', 'debug', '24 will be skipped', '4837'),
(1555572, '2023-01-23 17:04:31', 'info', 'Import completed in 0.29 seconds!', '4837'),
(1555569, '2023-01-23 17:04:31', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1555570, '2023-01-23 17:04:31', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1555567, '2023-01-23 17:04:31', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1555568, '2023-01-23 17:04:31', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1555566, '2023-01-23 17:04:31', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1555564, '2023-01-23 17:04:31', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1555565, '2023-01-23 17:04:31', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1555561, '2023-01-23 17:04:31', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1555562, '2023-01-23 17:04:31', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1555563, '2023-01-23 17:04:31', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1555558, '2023-01-23 17:04:31', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1555559, '2023-01-23 17:04:31', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1555560, '2023-01-23 17:04:31', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1555557, '2023-01-23 17:04:31', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1555556, '2023-01-23 17:04:31', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1555555, '2023-01-23 17:04:31', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1555554, '2023-01-23 17:04:31', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1555553, '2023-01-23 17:04:31', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1555552, '2023-01-23 17:04:31', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555551, '2023-01-23 17:04:31', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555549, '2023-01-23 17:04:31', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555550, '2023-01-23 17:04:31', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555548, '2023-01-23 17:04:31', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1555547, '2023-01-23 17:04:31', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1555546, '2023-01-23 17:04:31', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1555545, '2023-01-23 17:04:31', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1555544, '2023-01-23 16:56:52', 'info', 'Beginning import for all feed sources', NULL),
(1555543, '2023-01-23 16:41:13', 'info', 'Feed is not active. Finished', '170'),
(1555539, '2023-01-23 16:41:13', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1555540, '2023-01-23 16:41:13', 'debug', '24 will be skipped', '4837'),
(1555541, '2023-01-23 16:41:13', 'info', 'Import completed in 0.24 seconds!', '4837'),
(1555542, '2023-01-23 16:41:13', 'info', 'Starting import for \"World News\"', '170'),
(1555537, '2023-01-23 16:41:13', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1555538, '2023-01-23 16:41:13', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1555533, '2023-01-23 16:41:13', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1555534, '2023-01-23 16:41:13', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1555535, '2023-01-23 16:41:13', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1555536, '2023-01-23 16:41:13', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1555532, '2023-01-23 16:41:13', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1555531, '2023-01-23 16:41:13', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1555528, '2023-01-23 16:41:13', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1555529, '2023-01-23 16:41:13', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1555530, '2023-01-23 16:41:13', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1555524, '2023-01-23 16:41:13', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1555525, '2023-01-23 16:41:13', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1555526, '2023-01-23 16:41:13', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1555527, '2023-01-23 16:41:13', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1555523, '2023-01-23 16:41:13', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1555519, '2023-01-23 16:41:13', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555520, '2023-01-23 16:41:13', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555521, '2023-01-23 16:41:13', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555522, '2023-01-23 16:41:13', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1555518, '2023-01-23 16:41:13', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1555517, '2023-01-23 16:41:13', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1555516, '2023-01-23 16:41:13', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1555515, '2023-01-23 16:41:12', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1555514, '2023-01-23 16:41:12', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1555513, '2023-01-23 16:40:39', 'info', 'Beginning import for all feed sources', NULL),
(1552691, '2023-01-22 17:37:34', 'info', 'Feed is not active. Finished', '170'),
(1552688, '2023-01-22 17:37:34', 'debug', '24 will be skipped', '4837'),
(1552689, '2023-01-22 17:37:34', 'info', 'Import completed in 0.28 seconds!', '4837'),
(1552686, '2023-01-22 17:37:34', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1552687, '2023-01-22 17:37:34', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1552685, '2023-01-22 17:37:34', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1552683, '2023-01-22 17:37:34', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1552684, '2023-01-22 17:37:34', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1552681, '2023-01-22 17:37:34', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1552682, '2023-01-22 17:37:34', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1552680, '2023-01-22 17:37:34', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1552679, '2023-01-22 17:37:34', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1552678, '2023-01-22 17:37:34', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1552677, '2023-01-22 17:37:34', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1552676, '2023-01-22 17:37:34', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1552675, '2023-01-22 17:37:34', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1552674, '2023-01-22 17:37:34', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1552673, '2023-01-22 17:37:34', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1552672, '2023-01-22 17:37:34', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1552670, '2023-01-22 17:37:34', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1552671, '2023-01-22 17:37:34', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1552669, '2023-01-22 17:37:34', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552668, '2023-01-22 17:37:34', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552666, '2023-01-22 17:37:34', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552667, '2023-01-22 17:37:34', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552664, '2023-01-22 17:37:34', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1552665, '2023-01-22 17:37:34', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1552663, '2023-01-22 17:37:34', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1552662, '2023-01-22 17:37:34', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1552659, '2023-01-22 17:26:44', 'info', 'Starting import for \"World News\"', '170'),
(1552660, '2023-01-22 17:26:44', 'info', 'Feed is not active. Finished', '170'),
(1552661, '2023-01-22 17:36:55', 'info', 'Beginning import for all feed sources', NULL),
(1552657, '2023-01-22 17:26:44', 'debug', '24 will be skipped', '4837'),
(1552658, '2023-01-22 17:26:44', 'info', 'Import completed in 0.24 seconds!', '4837'),
(1552654, '2023-01-22 17:26:44', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1552655, '2023-01-22 17:26:44', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1552656, '2023-01-22 17:26:44', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1552653, '2023-01-22 17:26:44', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1552652, '2023-01-22 17:26:44', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1552651, '2023-01-22 17:26:44', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1552649, '2023-01-22 17:26:44', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1552650, '2023-01-22 17:26:44', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1552647, '2023-01-22 17:26:44', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1552648, '2023-01-22 17:26:44', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1552645, '2023-01-22 17:26:44', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1552646, '2023-01-22 17:26:44', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1552644, '2023-01-22 17:26:44', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1552643, '2023-01-22 17:26:44', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1552642, '2023-01-22 17:26:44', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1552640, '2023-01-22 17:26:44', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1552641, '2023-01-22 17:26:44', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1552639, '2023-01-22 17:26:44', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1552638, '2023-01-22 17:26:44', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552637, '2023-01-22 17:26:44', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552636, '2023-01-22 17:26:44', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552635, '2023-01-22 17:26:44', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552634, '2023-01-22 17:26:44', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1552633, '2023-01-22 17:26:44', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1552631, '2023-01-22 17:26:43', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1552632, '2023-01-22 17:26:43', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1552630, '2023-01-22 17:26:11', 'info', 'Beginning import for all feed sources', NULL),
(1552629, '2023-01-22 17:07:56', 'info', 'Feed is not active. Finished', '170'),
(1552627, '2023-01-22 17:07:56', 'info', 'Import completed in 0.22 seconds!', '4837'),
(1552628, '2023-01-22 17:07:56', 'info', 'Starting import for \"World News\"', '170'),
(1552624, '2023-01-22 17:07:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1552625, '2023-01-22 17:07:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1552626, '2023-01-22 17:07:56', 'debug', '24 will be skipped', '4837'),
(1552623, '2023-01-22 17:07:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1552622, '2023-01-22 17:07:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1552620, '2023-01-22 17:07:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1552621, '2023-01-22 17:07:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1552619, '2023-01-22 17:07:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1552618, '2023-01-22 17:07:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1552617, '2023-01-22 17:07:56', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1552616, '2023-01-22 17:07:56', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1552615, '2023-01-22 17:07:56', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1552613, '2023-01-22 17:07:56', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1552614, '2023-01-22 17:07:56', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1552612, '2023-01-22 17:07:56', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1552609, '2023-01-22 17:07:56', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1552610, '2023-01-22 17:07:56', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1552611, '2023-01-22 17:07:56', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1552608, '2023-01-22 17:07:56', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1552607, '2023-01-22 17:07:56', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552605, '2023-01-22 17:07:56', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552606, '2023-01-22 17:07:56', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552604, '2023-01-22 17:07:56', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552603, '2023-01-22 17:07:56', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1552602, '2023-01-22 17:07:56', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1552601, '2023-01-22 17:07:56', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1552600, '2023-01-22 17:07:56', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1552598, '2023-01-22 16:52:22', 'info', 'Feed is not active. Finished', '170'),
(1552599, '2023-01-22 17:07:39', 'info', 'Beginning import for all feed sources', NULL),
(1552595, '2023-01-22 16:52:22', 'debug', '24 will be skipped', '4837'),
(1552596, '2023-01-22 16:52:22', 'info', 'Import completed in 0.32 seconds!', '4837'),
(1552597, '2023-01-22 16:52:22', 'info', 'Starting import for \"World News\"', '170'),
(1552589, '2023-01-22 16:52:22', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1552590, '2023-01-22 16:52:22', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1552591, '2023-01-22 16:52:22', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1552592, '2023-01-22 16:52:22', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1552593, '2023-01-22 16:52:22', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1552594, '2023-01-22 16:52:22', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1552588, '2023-01-22 16:52:22', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1552587, '2023-01-22 16:52:22', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1552585, '2023-01-22 16:52:22', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1552586, '2023-01-22 16:52:22', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1552584, '2023-01-22 16:52:22', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1552583, '2023-01-22 16:52:22', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1552582, '2023-01-22 16:52:22', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1552579, '2023-01-22 16:52:22', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1552580, '2023-01-22 16:52:22', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1552581, '2023-01-22 16:52:22', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1552578, '2023-01-22 16:52:22', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1552577, '2023-01-22 16:52:22', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1552576, '2023-01-22 16:52:22', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552574, '2023-01-22 16:52:22', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552575, '2023-01-22 16:52:22', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552573, '2023-01-22 16:52:22', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552572, '2023-01-22 16:52:22', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1552571, '2023-01-22 16:52:22', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1552570, '2023-01-22 16:52:22', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1552569, '2023-01-22 16:52:22', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1552568, '2023-01-22 16:51:55', 'info', 'Beginning import for all feed sources', NULL),
(1552567, '2023-01-22 16:40:48', 'info', 'Feed is not active. Finished', '170'),
(1552564, '2023-01-22 16:40:48', 'debug', '24 will be skipped', '4837'),
(1552565, '2023-01-22 16:40:48', 'info', 'Import completed in 0.23 seconds!', '4837'),
(1552566, '2023-01-22 16:40:48', 'info', 'Starting import for \"World News\"', '170'),
(1552562, '2023-01-22 16:40:48', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1552563, '2023-01-22 16:40:48', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1552561, '2023-01-22 16:40:48', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1552560, '2023-01-22 16:40:48', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1552559, '2023-01-22 16:40:48', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1552558, '2023-01-22 16:40:48', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1552556, '2023-01-22 16:40:48', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1552557, '2023-01-22 16:40:48', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1552555, '2023-01-22 16:40:48', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1552554, '2023-01-22 16:40:48', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1552553, '2023-01-22 16:40:48', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1552552, '2023-01-22 16:40:48', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1552551, '2023-01-22 16:40:48', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1552550, '2023-01-22 16:40:48', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1552549, '2023-01-22 16:40:48', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1552548, '2023-01-22 16:40:48', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1552547, '2023-01-22 16:40:48', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1552545, '2023-01-22 16:40:48', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552546, '2023-01-22 16:40:48', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1552544, '2023-01-22 16:40:48', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552540, '2023-01-22 16:40:48', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1552541, '2023-01-22 16:40:48', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1552542, '2023-01-22 16:40:48', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837');
INSERT INTO `iamc_wprss_logs` (`id`, `date`, `level`, `message`, `feed_id`) VALUES
(1552543, '2023-01-22 16:40:48', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1552538, '2023-01-22 16:40:48', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1552539, '2023-01-22 16:40:48', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1549685, '2023-01-21 17:37:19', 'info', 'Beginning import for all feed sources', NULL),
(1552537, '2023-01-22 16:38:00', 'info', 'Beginning import for all feed sources', NULL),
(1549686, '2023-01-21 17:39:11', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1549680, '2023-01-21 17:23:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1549681, '2023-01-21 17:23:55', 'debug', '24 will be skipped', '4837'),
(1549682, '2023-01-21 17:23:55', 'info', 'Import completed in 0.24 seconds!', '4837'),
(1549683, '2023-01-21 17:23:55', 'info', 'Starting import for \"World News\"', '170'),
(1549684, '2023-01-21 17:23:55', 'info', 'Feed is not active. Finished', '170'),
(1549679, '2023-01-21 17:23:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1549678, '2023-01-21 17:23:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1549677, '2023-01-21 17:23:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1549675, '2023-01-21 17:23:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1549676, '2023-01-21 17:23:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1549674, '2023-01-21 17:23:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1549673, '2023-01-21 17:23:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1549672, '2023-01-21 17:23:55', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1549670, '2023-01-21 17:23:55', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1549671, '2023-01-21 17:23:55', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1549669, '2023-01-21 17:23:55', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1549668, '2023-01-21 17:23:55', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1549667, '2023-01-21 17:23:55', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1549666, '2023-01-21 17:23:55', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1549663, '2023-01-21 17:23:55', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1549665, '2023-01-21 17:23:55', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1549664, '2023-01-21 17:23:55', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1549662, '2023-01-21 17:23:55', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549657, '2023-01-21 17:23:55', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1549661, '2023-01-21 17:23:55', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549660, '2023-01-21 17:23:55', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549659, '2023-01-21 17:23:55', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549658, '2023-01-21 17:23:55', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1549656, '2023-01-21 17:23:55', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1549652, '2023-01-21 17:07:22', 'info', 'Starting import for \"World News\"', '170'),
(1549653, '2023-01-21 17:07:22', 'info', 'Feed is not active. Finished', '170'),
(1549654, '2023-01-21 17:21:28', 'info', 'Beginning import for all feed sources', NULL),
(1549655, '2023-01-21 17:23:55', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1549648, '2023-01-21 17:07:22', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1549649, '2023-01-21 17:07:22', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1549650, '2023-01-21 17:07:22', 'debug', '24 will be skipped', '4837'),
(1549651, '2023-01-21 17:07:22', 'info', 'Import completed in 0.31 seconds!', '4837'),
(1549647, '2023-01-21 17:07:22', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1549645, '2023-01-21 17:07:22', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1549646, '2023-01-21 17:07:22', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1549643, '2023-01-21 17:07:22', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1549644, '2023-01-21 17:07:22', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1549642, '2023-01-21 17:07:22', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1549641, '2023-01-21 17:07:22', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1549640, '2023-01-21 17:07:22', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1549639, '2023-01-21 17:07:22', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1549638, '2023-01-21 17:07:22', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1549637, '2023-01-21 17:07:22', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1549636, '2023-01-21 17:07:22', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1549635, '2023-01-21 17:07:22', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1549633, '2023-01-21 17:07:22', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1549634, '2023-01-21 17:07:22', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1549632, '2023-01-21 17:07:22', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1549630, '2023-01-21 17:07:21', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549631, '2023-01-21 17:07:21', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549629, '2023-01-21 17:07:21', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549627, '2023-01-21 17:07:21', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1549628, '2023-01-21 17:07:21', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549625, '2023-01-21 17:07:21', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1549626, '2023-01-21 17:07:21', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1549624, '2023-01-21 17:07:21', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1549619, '2023-01-21 16:57:05', 'debug', '24 will be skipped', '4837'),
(1549620, '2023-01-21 16:57:05', 'info', 'Import completed in 0.25 seconds!', '4837'),
(1549621, '2023-01-21 16:57:05', 'info', 'Starting import for \"World News\"', '170'),
(1549622, '2023-01-21 16:57:05', 'info', 'Feed is not active. Finished', '170'),
(1549623, '2023-01-21 17:06:19', 'info', 'Beginning import for all feed sources', NULL),
(1549617, '2023-01-21 16:57:05', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1549618, '2023-01-21 16:57:05', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1549616, '2023-01-21 16:57:05', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1549615, '2023-01-21 16:57:05', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1549614, '2023-01-21 16:57:05', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1549613, '2023-01-21 16:57:05', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1549612, '2023-01-21 16:57:05', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1549611, '2023-01-21 16:57:05', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1549610, '2023-01-21 16:57:05', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1549607, '2023-01-21 16:57:05', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1549608, '2023-01-21 16:57:05', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1549609, '2023-01-21 16:57:05', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1549606, '2023-01-21 16:57:05', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1549603, '2023-01-21 16:57:05', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1549604, '2023-01-21 16:57:05', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1549605, '2023-01-21 16:57:05', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1549600, '2023-01-21 16:57:05', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549601, '2023-01-21 16:57:05', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1549602, '2023-01-21 16:57:05', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1549599, '2023-01-21 16:57:05', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549598, '2023-01-21 16:57:05', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549596, '2023-01-21 16:57:05', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1549597, '2023-01-21 16:57:05', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549595, '2023-01-21 16:57:05', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1549594, '2023-01-21 16:57:05', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1549592, '2023-01-21 16:56:39', 'info', 'Beginning import for all feed sources', NULL),
(1549593, '2023-01-21 16:57:05', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1549589, '2023-01-21 16:43:36', 'info', 'Import completed in 0.24 seconds!', '4837'),
(1549590, '2023-01-21 16:43:36', 'info', 'Starting import for \"World News\"', '170'),
(1549591, '2023-01-21 16:43:36', 'info', 'Feed is not active. Finished', '170'),
(1549587, '2023-01-21 16:43:36', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1549588, '2023-01-21 16:43:36', 'debug', '24 will be skipped', '4837'),
(1549586, '2023-01-21 16:43:36', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1549584, '2023-01-21 16:43:36', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1549585, '2023-01-21 16:43:36', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1549580, '2023-01-21 16:43:36', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1549581, '2023-01-21 16:43:36', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1549582, '2023-01-21 16:43:36', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1549583, '2023-01-21 16:43:36', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1549579, '2023-01-21 16:43:36', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1549577, '2023-01-21 16:43:36', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1549578, '2023-01-21 16:43:36', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1549572, '2023-01-21 16:43:36', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1549573, '2023-01-21 16:43:36', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1549574, '2023-01-21 16:43:36', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1549575, '2023-01-21 16:43:36', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1549576, '2023-01-21 16:43:36', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1549570, '2023-01-21 16:43:36', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1549571, '2023-01-21 16:43:36', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1549569, '2023-01-21 16:43:36', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549568, '2023-01-21 16:43:36', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549565, '2023-01-21 16:43:36', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1549567, '2023-01-21 16:43:36', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549566, '2023-01-21 16:43:36', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549564, '2023-01-21 16:43:36', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1549563, '2023-01-21 16:43:36', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1549558, '2023-01-21 16:25:54', 'info', 'Import completed in 0.24 seconds!', '4837'),
(1549559, '2023-01-21 16:25:54', 'info', 'Starting import for \"World News\"', '170'),
(1549560, '2023-01-21 16:25:54', 'info', 'Feed is not active. Finished', '170'),
(1549561, '2023-01-21 16:41:51', 'info', 'Beginning import for all feed sources', NULL),
(1549562, '2023-01-21 16:43:36', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837'),
(1549556, '2023-01-21 16:25:54', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1549557, '2023-01-21 16:25:54', 'debug', '24 will be skipped', '4837'),
(1549555, '2023-01-21 16:25:54', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1549553, '2023-01-21 16:25:54', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1549554, '2023-01-21 16:25:54', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1549552, '2023-01-21 16:25:54', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1549551, '2023-01-21 16:25:54', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1549547, '2023-01-21 16:25:54', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 1\" already exists in the database. Reason: permalink', '4837'),
(1549548, '2023-01-21 16:25:54', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 9\" already exists in the database. Reason: permalink', '4837'),
(1549549, '2023-01-21 16:25:54', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1549550, '2023-01-21 16:25:54', 'debug', 'Item \"IAMC TV Street Chat-S2 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1549546, '2023-01-21 16:25:54', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 2\" already exists in the database. Reason: permalink', '4837'),
(1549545, '2023-01-21 16:25:54', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 3\" already exists in the database. Reason: permalink', '4837'),
(1549539, '2023-01-21 16:25:54', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 8\" already exists in the database. Reason: permalink', '4837'),
(1549540, '2023-01-21 16:25:54', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 7\" already exists in the database. Reason: permalink', '4837'),
(1549541, '2023-01-21 16:25:54', 'debug', 'Item \"Weekend Review-June 26, 2021 Ep. 1\" already exists in the database. Reason: permalink', '4837'),
(1549542, '2023-01-21 16:25:54', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 6\" already exists in the database. Reason: permalink', '4837'),
(1549543, '2023-01-21 16:25:54', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 5\" already exists in the database. Reason: permalink', '4837'),
(1549544, '2023-01-21 16:25:54', 'debug', 'Item \"IAMC TV Street Chat-S3 Episode 4\" already exists in the database. Reason: permalink', '4837'),
(1549536, '2023-01-21 16:25:54', 'debug', 'Item \"Weekend Review-May 7, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549537, '2023-01-21 16:25:54', 'debug', 'Item \"Weekend Review-April 30, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549538, '2023-01-21 16:25:54', 'debug', 'Item \"Weekend Review-April 23, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549533, '2023-01-21 16:25:54', 'debug', 'Item \"Perspectives Ep. 2-Governor Wike and the PDP Crisis\" already exists in the database. Reason: permalink', '4837'),
(1549535, '2023-01-21 16:25:54', 'debug', 'Item \"Weekend Review-May 14, 2022\" already exists in the database. Reason: permalink', '4837'),
(1549534, '2023-01-21 16:25:54', 'debug', 'Item \"Perspectives Ep. 1-Chief Justice of Nigeria Resigns\" already exists in the database. Reason: permalink', '4837'),
(1549532, '2023-01-21 16:25:54', 'debug', 'Feed source URL: https://anchor.fm/s/3db9a900/podcast/rss', '4837'),
(1549531, '2023-01-21 16:25:54', 'info', 'Starting import for \"IAMC TV Podcasts\"', '4837');

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

--
-- Table structure for table `iamc_yoast_indexable`
--

CREATE TABLE `iamc_yoast_indexable` (
  `id` int UNSIGNED NOT NULL,
  `permalink` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci,
  `permalink_hash` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `object_id` bigint DEFAULT NULL,
  `object_type` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `object_sub_type` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `author_id` bigint DEFAULT NULL,
  `post_parent` bigint DEFAULT NULL,
  `title` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci,
  `description` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci,
  `breadcrumb_title` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci,
  `post_status` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci 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 UNSIGNED DEFAULT NULL,
  `canonical` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci,
  `primary_focus_keyword` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `primary_focus_keyword_score` int DEFAULT NULL,
  `readability_score` int 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 CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci,
  `twitter_image` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci,
  `twitter_description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci,
  `twitter_image_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `twitter_image_source` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci,
  `open_graph_title` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci,
  `open_graph_description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci,
  `open_graph_image` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci,
  `open_graph_image_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `open_graph_image_source` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci,
  `open_graph_image_meta` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci,
  `link_count` int DEFAULT NULL,
  `incoming_link_count` int DEFAULT NULL,
  `prominent_words_version` int UNSIGNED DEFAULT NULL,
  `created_at` datetime DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `blog_id` bigint NOT NULL DEFAULT '1',
  `language` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `region` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `schema_page_type` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `schema_article_type` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `has_ancestors` tinyint(1) DEFAULT '0',
  `estimated_reading_time_minutes` int DEFAULT NULL,
  `version` int DEFAULT '1',
  `object_last_modified` datetime DEFAULT NULL,
  `object_published_at` datetime DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `iamc_yoast_indexable`
--

INSERT INTO `iamc_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`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`, `estimated_reading_time_minutes`, `version`, `object_last_modified`, `object_published_at`) VALUES
(64, 'https://www.iamctv.com/category/iamc-tv/blazin-30-music-video/', '62:e451d972b332d70988595e559117004f', 21, 'term', 'category', NULL, NULL, NULL, NULL, 'Blazin\' 30 Music Video', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-10-26 14:58:05', 1, NULL, NULL, NULL, NULL, 1, NULL, 2, '2021-03-01 15:04:05', '2020-10-08 21:31:47'),
(2, 'https://www.iamctv.com/wp-content/uploads/woocommerce-placeholder.png', '69:f78aa3082597fa00120f40ca8db1558a', 5, 'post', 'attachment', 1, 0, NULL, NULL, 'woocommerce-placeholder', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/woocommerce-placeholder.png', NULL, '5', 'attachment-image', NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/woocommerce-placeholder.png', '5', 'attachment-image', '{\"width\":1200,\"height\":1200,\"url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/woocommerce-placeholder.png\",\"path\":\"\\/home\\/www\\/iamctv.com\\/wp-content\\/uploads\\/woocommerce-placeholder.png\",\"size\":\"full\",\"id\":5,\"alt\":\"\",\"pixels\":1440000,\"type\":\"image\\/png\"}', NULL, NULL, NULL, '2020-06-09 15:48:21', 1, NULL, NULL, NULL, NULL, 0, NULL, 1, NULL, NULL),
(68, 'https://www.iamctv.com/category/iamc-tv/editorials/usa/', '55:0ac5620f93da049840da3f0c4182a477', 25, 'term', 'category', NULL, NULL, NULL, NULL, 'USA', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-10-26 14:58:05', 1, NULL, NULL, NULL, NULL, 1, NULL, 2, '2022-06-25 22:09:37', '2020-11-06 20:11:14'),
(3, 'https://www.iamctv.com/wp-content/uploads/2020/06/NewIAMCLogo.jpg', '65:3472ffdce665dfb3558baf13239a5d49', 10, 'post', 'attachment', 1, 0, NULL, NULL, 'NewIAMCLogo', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2020/06/NewIAMCLogo.jpg', NULL, '10', 'attachment-image', NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2020/06/NewIAMCLogo.jpg', '10', 'attachment-image', '{\"width\":1400,\"height\":800,\"url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/NewIAMCLogo.jpg\",\"path\":\"\\/home\\/www\\/iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/NewIAMCLogo.jpg\",\"size\":\"full\",\"id\":10,\"alt\":\"\",\"pixels\":1120000,\"type\":\"image\\/jpeg\"}', NULL, NULL, NULL, '2020-06-09 15:48:21', 1, NULL, NULL, NULL, NULL, 0, NULL, 1, NULL, NULL),
(4, 'https://www.iamctv.com/wp-content/uploads/2020/06/IAMCMainLogo.png', '66:65179dbb0be8974909cc3bdcc308dce1', 11, 'post', 'attachment', 1, 0, NULL, NULL, 'IAMCMainLogo', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2020/06/IAMCMainLogo.png', NULL, '11', 'attachment-image', NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2020/06/IAMCMainLogo.png', '11', 'attachment-image', '{\"width\":960,\"height\":937,\"url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/IAMCMainLogo.png\",\"path\":\"\\/home\\/www\\/iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/IAMCMainLogo.png\",\"size\":\"full\",\"id\":11,\"alt\":\"IAMC TV Logo\",\"pixels\":899520,\"type\":\"image\\/png\"}', NULL, NULL, NULL, '2020-06-09 15:48:21', 1, NULL, NULL, NULL, NULL, 0, NULL, 1, NULL, NULL),
(67, 'https://www.iamctv.com/category/iamc-tv/editorials/africa/', '58:9239cac74f5cba2c7b595cf3a25debed', 24, 'term', 'category', NULL, NULL, NULL, NULL, 'Africa', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-10-26 14:58:05', 1, NULL, NULL, NULL, NULL, 1, NULL, 2, '2022-12-02 14:26:20', '2020-11-12 20:41:50'),
(6, 'https://www.iamctv.com/official-store/', '38:51b46e23246239dc81f33c52d7db59e5', 6, 'post', 'page', 1, 0, NULL, NULL, 'Official Store', '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, 0, NULL, '2020-06-09 15:48:21', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-06-09 17:29:45', '2020-06-09 15:32:47'),
(7, 'https://www.iamctv.com/cart/', '28:1be6bd71545e4354a1f53104e4819399', 7, 'post', 'page', 1, 0, NULL, NULL, 'Cart', '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, NULL, '2020-06-09 15:48:21', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-06-09 15:32:47', '2020-06-09 15:32:47'),
(8, 'https://www.iamctv.com/checkout/', '32:83e13950cbd9965394116e24be6315d9', 8, 'post', 'page', 1, 0, NULL, NULL, 'Checkout', '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, NULL, '2020-06-09 15:48:21', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-06-09 15:32:47', '2020-06-09 15:32:47'),
(9, 'https://www.iamctv.com/my-account/', '34:60095e5e573306b7cffa3464d342094c', 9, 'post', 'page', 1, 0, NULL, NULL, 'My Account', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, '2020-06-09 15:48:21', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-06-09 16:38:34', '2020-06-09 15:32:47'),
(20, 'https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo.png', '74:3639848bf8008b0f89e3da192e0d85f1', 16, 'post', 'attachment', 1, 0, NULL, NULL, 'cropped-IAMCMainLogo.png', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo.png', NULL, '16', 'attachment-image', NULL, NULL, NULL, '16', 'attachment-image', NULL, NULL, NULL, NULL, '2020-06-09 16:54:35', 1, NULL, NULL, NULL, NULL, 0, NULL, 1, NULL, NULL),
(13, 'https://www.iamctv.com/category/iamc-tv/', '40:f16e6349093f9d9148355409a8bef250', 1, 'term', 'category', NULL, NULL, '%%term_title%% %%page%% %%sep%% %%sitename%%', NULL, 'IAMC TV', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-06-09 15:48:21', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2023-01-01 22:26:02', NULL),
(4976, 'https://www.iamctv.com/live-leveraging-the-african-diaspora-for-inclusive-growth-and-sustainable-development-in-africa/', '119:2804f373a16590791b4c45bf3794dedd', 5188, 'post', 'post', 1, 0, NULL, NULL, '[Live] Leveraging the African Diaspora for Inclusive Growth and Sustainable Development in Africa', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2022/12/AfDB.jpg', NULL, '5189', 'featured-image', NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2022/12/AfDB.jpg', '5189', 'featured-image', '{\"width\":538,\"height\":214,\"filesize\":37364,\"url\":\"https://www.iamctv.com/wp-content/uploads/2022/12/AfDB.jpg\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2022/12/AfDB.jpg\",\"size\":\"full\",\"id\":5189,\"alt\":\"\",\"pixels\":115132,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2022-12-01 11:26:45', 1, NULL, NULL, NULL, NULL, 0, 0, 2, '2022-12-02 14:26:20', '2022-12-01 11:26:57'),
(15, NULL, NULL, NULL, 'system-page', '404', NULL, NULL, 'Page not found %%sitename%%', NULL, 'Error 404: Page not found', 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, '2020-06-09 15:48:21', 1, NULL, NULL, NULL, NULL, 0, NULL, 1, NULL, NULL),
(16, NULL, NULL, NULL, 'system-page', 'search-result', NULL, NULL, 'Page not found %%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, '2020-06-09 15:48:21', 1, NULL, NULL, NULL, NULL, 0, NULL, 1, NULL, NULL),
(17, 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, '2020-06-09 15:48:21', 1, NULL, NULL, NULL, NULL, 0, NULL, 1, NULL, NULL),
(18, 'https://www.iamctv.com/', '23:89c9c29b31479d919802492855363fd8', NULL, 'home-page', NULL, NULL, NULL, '%%sitename%%', '%%excerpt%%', 'Home', 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, 26, NULL, '2020-06-09 15:48:21', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2023-01-01 22:26:02', '2020-10-08 21:31:47'),
(19, 'https://www.iamctv.com/official-store/', '38:51b46e23246239dc81f33c52d7db59e5', NULL, 'post-type-archive', 'product', NULL, NULL, '%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%', '', 'Products', NULL, 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-09 15:48:21', 1, NULL, NULL, NULL, NULL, 0, NULL, 1, NULL, NULL),
(27, 'https://www.iamctv.com/about-iamc-tv/', '37:d2adb617801406dd0762bbe92b9c937f', 23, 'post', 'page', 1, 0, NULL, NULL, 'About IAMC TV', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://i2.wp.com/www.iamctv.com/wp-content/uploads/2020/06/IAMCSiteIcon-1.png?fit=512%2C512&ssl=1', NULL, '45', 'featured-image', NULL, NULL, 'https://i2.wp.com/www.iamctv.com/wp-content/uploads/2020/06/IAMCSiteIcon-1.png?fit=512%2C512&ssl=1', '45', 'featured-image', '{\"width\":512,\"height\":512,\"url\":\"https://i2.wp.com/www.iamctv.com/wp-content/uploads/2020/06/IAMCSiteIcon-1.png?fit=512%2C512&ssl=1\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2020/06/IAMCSiteIcon-1.png\",\"size\":\"full\",\"id\":45,\"alt\":\"IAMC TV Logo\",\"pixels\":262144,\"type\":\"image/png\"}', 0, 0, NULL, '2020-06-09 17:01:01', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-10-26 14:15:27', '2020-06-09 17:05:24'),
(28, 'https://www.iamctv.com/wp-content/uploads/2020/06/IAMCMainLogo-1-e1602266431713.png', '83:9b557821e94ef9fa35c600982009bb47', 24, 'post', 'attachment', 1, 23, NULL, NULL, 'IAMCMainLogo-1', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2020/06/IAMCMainLogo-1.png', NULL, '24', 'attachment-image', NULL, NULL, NULL, '24', 'attachment-image', NULL, NULL, NULL, NULL, '2020-06-09 17:04:26', 1, NULL, NULL, NULL, NULL, 1, NULL, 1, NULL, NULL),
(66, 'https://www.iamctv.com/category/iamc-tv/editorials/nigeria/', '59:c1632709a9d4a9f25a96378214f6b07e', 23, 'term', 'category', NULL, NULL, NULL, NULL, 'Nigeria', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-10-26 14:58:05', 1, NULL, NULL, NULL, NULL, 1, NULL, 2, '2022-06-25 22:09:37', '2020-10-26 14:27:10'),
(29, 'https://www.iamctv.com/wp-content/uploads/2020/06/IAMCMainLogo-2.png', '68:05be3d40715bd827bbb70f1fd3b38b32', 25, 'post', 'attachment', 1, 23, NULL, NULL, 'IAMCMainLogo-2', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2020/06/IAMCMainLogo-2.png', NULL, '25', 'attachment-image', NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2020/06/IAMCMainLogo-2.png', '25', 'attachment-image', '{\"width\":960,\"height\":937,\"url\":\"https://www.iamctv.com/wp-content/uploads/2020/06/IAMCMainLogo-2.png\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2020/06/IAMCMainLogo-2.png\",\"size\":\"full\",\"id\":25,\"alt\":\"\",\"pixels\":899520,\"type\":\"image/png\"}', NULL, NULL, NULL, '2020-06-09 17:04:34', 1, NULL, NULL, NULL, NULL, 1, NULL, 2, '2020-06-09 17:04:34', '2020-06-09 17:04:34'),
(30, 'https://www.iamctv.com/dmca-notice/', '35:15aaf364e8791d91331f71efdf07552e', 27, 'post', 'page', 1, 0, NULL, NULL, 'DMCA Notice', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, '2020-06-09 17:09:53', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-06-09 17:10:18', '2020-06-09 17:10:14'),
(31, 'https://www.iamctv.com/privacy-policy/', '38:0fdb61ea5289dcfe0c49f85662fa88a8', 29, 'post', 'page', 1, 0, NULL, NULL, 'Privacy Policy', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, '2020-06-09 17:10:41', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-06-09 17:14:52', '2020-06-09 17:14:48'),
(69, 'https://www.iamctv.com/category/iamc-tv/editorials/opinion-editorial/', '69:43a173f0f9942e404798220b4e2e9da3', 26, 'term', 'category', NULL, NULL, NULL, NULL, 'Opinion Editorial', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-10-26 14:58:05', 1, NULL, NULL, NULL, NULL, 1, NULL, 2, '2022-04-11 17:17:06', '2020-10-26 14:27:10'),
(32, 'https://www.iamctv.com/terms-of-use/', '36:13839e69767cc104060d23f7c4a06698', 31, 'post', 'page', 1, 0, NULL, NULL, 'Terms of Use', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, '2020-06-09 17:15:15', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-06-09 17:18:01', '2020-06-09 17:17:58'),
(43, 'https://www.iamctv.com/wp-content/uploads/2020/06/IAMCSiteIcon.png', '66:25ad6059f8a54259713db23c2da25bcc', 44, 'post', 'attachment', 1, 23, NULL, NULL, 'IAMCSiteIcon', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2020/06/IAMCSiteIcon.png', NULL, '44', 'attachment-image', NULL, NULL, NULL, '44', 'attachment-image', NULL, NULL, NULL, NULL, '2020-06-09 17:33:43', 1, NULL, NULL, NULL, NULL, 1, NULL, 1, NULL, NULL),
(44, 'https://www.iamctv.com/wp-content/uploads/2020/06/IAMCSiteIcon-1.png', '68:12df7d7bd989ea33ea8d90f953a2cc3c', 45, 'post', 'attachment', 1, 23, NULL, NULL, 'IAMCSiteIcon', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2020/06/IAMCSiteIcon-1.png', NULL, '45', 'attachment-image', NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2020/06/IAMCSiteIcon-1.png', '45', 'attachment-image', '{\"width\":512,\"height\":512,\"url\":\"https:\\/\\/www.iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/IAMCSiteIcon-1.png\",\"path\":\"\\/home\\/www\\/iamctv.com\\/wp-content\\/uploads\\/2020\\/06\\/IAMCSiteIcon-1.png\",\"size\":\"full\",\"id\":45,\"alt\":\"IAMC TV Logo\",\"pixels\":262144,\"type\":\"image\\/png\"}', NULL, NULL, NULL, '2020-06-09 17:34:11', 1, NULL, NULL, NULL, NULL, 1, NULL, 1, NULL, NULL),
(65, 'https://www.iamctv.com/category/iamc-tv/editorials/', '51:68a5f6dfa7af9939bf3243f46d634613', 22, 'term', 'category', NULL, NULL, NULL, NULL, 'Editorials', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-10-26 14:58:05', 1, NULL, NULL, NULL, NULL, 1, NULL, 2, '2023-01-01 22:26:02', '2020-10-26 14:27:10'),
(45, 'https://www.iamctv.com/podcast/', '31:e55420d52eaa99b9bb0d4301cdff800b', NULL, 'post-type-archive', 'podcast', NULL, NULL, '%%title%% %%sep%% %%sitename%%', '%%excerpt%%', 'Podcast', NULL, 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-09 17:50:28', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-12-10 03:26:55', '2020-10-29 19:07:22'),
(47, 'https://www.iamctv.com/movies/', '30:f2961ff225048b7dfb6fe14aaca8f2fa', NULL, 'post-type-archive', 'movies', NULL, NULL, '%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%', '', 'Movies', NULL, 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-09 17:59:27', 1, NULL, NULL, NULL, NULL, 0, NULL, 1, NULL, NULL),
(48, 'https://www.iamctv.com/videos/', '30:b5773ab9fcc9052e7992cccf71e8069c', NULL, 'post-type-archive', 'videos', NULL, NULL, '%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%', '', 'Videos', NULL, 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-09 17:59:27', 1, NULL, NULL, NULL, NULL, 0, NULL, 1, NULL, NULL),
(49, 'https://www.iamctv.com/episodes/', '32:fd7312649b78911781067abb96ca9b7f', NULL, 'post-type-archive', 'episodes', NULL, NULL, '%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%', '', 'Episodes', NULL, 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-09 17:59:27', 1, NULL, NULL, NULL, NULL, 0, NULL, 1, NULL, NULL),
(50, 'https://www.iamctv.com/series/', '30:c85377d08fb68e283537415c577ea09e', NULL, 'post-type-archive', 'series', NULL, NULL, '%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%', '', 'Series', NULL, 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-09 17:59:27', 1, NULL, NULL, NULL, NULL, 0, NULL, 1, NULL, NULL),
(51, 'https://www.iamctv.com/specials/', '32:7958b640be5a1ed6bf1d498edcd96872', NULL, 'post-type-archive', 'specials', NULL, NULL, '%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%', '', 'TV Specials', NULL, 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-06-09 17:59:27', 1, NULL, NULL, NULL, NULL, 0, NULL, 1, NULL, NULL),
(52, NULL, NULL, 48, 'post', 'page', 1, 0, NULL, 'Contact IAMC TV', 'Contact Us', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, '2020-06-09 18:07:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 1, NULL, NULL),
(63, 'https://www.iamctv.com/series/iamc-tv-street-chat/', '50:02fa8b711a5c4533a517e5bba0da2176', 20, 'term', 'series', NULL, NULL, NULL, 'IAMC TV Street Chat with hosts PrymEvyl and Alan Bogey, lending their voices to world events.', 'IAMC TV Street Chat', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-10-26 14:58:05', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2021-08-05 12:52:55', '2020-10-29 19:07:22'),
(70, 'https://www.iamctv.com/blazin-30-music-video/', '45:a3fda96f7ad3e83f7c5c44d1348001b2', 64, 'post', 'page', 1, 0, NULL, NULL, 'Blazin&#8217; 30 Music Video', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2020/10/B30MVLogo-1024x383.png', NULL, NULL, 'first-content-image', NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2020/10/B30MVLogo-1024x383.png', NULL, 'first-content-image', NULL, 0, NULL, NULL, '2020-10-26 14:58:06', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-10-08 21:09:05', '2020-10-08 21:09:02'),
(71, 'https://www.iamctv.com/wp-content/uploads/2020/10/B30MVLogo.png', '63:b7cc565838748dd75efc655a024ad836', 65, 'post', 'attachment', 1, 64, NULL, NULL, 'B30MVLogo', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://i2.wp.com/www.iamctv.com/wp-content/uploads/2020/10/B30MVLogo.png?fit=3464%2C1296&ssl=1', NULL, '65', 'attachment-image', NULL, NULL, 'https://i2.wp.com/www.iamctv.com/wp-content/uploads/2020/10/B30MVLogo.png?fit=3464%2C1296&ssl=1', '65', 'attachment-image', '{\"width\":3464,\"height\":1296,\"url\":\"https://i2.wp.com/www.iamctv.com/wp-content/uploads/2020/10/B30MVLogo.png?fit=3464%2C1296&ssl=1\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2020/10/B30MVLogo.png\",\"size\":\"full\",\"id\":65,\"alt\":\"\",\"pixels\":4489344,\"type\":\"image/png\"}', 0, NULL, NULL, '2020-10-26 14:58:06', 1, NULL, NULL, NULL, NULL, 0, NULL, 1, NULL, NULL),
(72, 'https://www.iamctv.com/wp-content/uploads/2020/10/StreetChat.png', '64:568f61fc9640e1269b42fb0984b9190a', 72, 'post', 'attachment', 1, 0, NULL, NULL, 'StreetChat', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://i0.wp.com/www.iamctv.com/wp-content/uploads/2020/10/StreetChat.png?fit=145%2C145&ssl=1', NULL, '72', 'attachment-image', NULL, NULL, 'https://i0.wp.com/www.iamctv.com/wp-content/uploads/2020/10/StreetChat.png?fit=145%2C145&ssl=1', '72', 'attachment-image', '{\"width\":145,\"height\":145,\"url\":\"https://i0.wp.com/www.iamctv.com/wp-content/uploads/2020/10/StreetChat.png?fit=145%2C145&ssl=1\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2020/10/StreetChat.png\",\"size\":\"full\",\"id\":72,\"alt\":\"\",\"pixels\":21025,\"type\":\"image/png\"}', 0, NULL, NULL, '2020-10-26 14:58:07', 1, NULL, NULL, NULL, NULL, 0, NULL, 1, NULL, NULL),
(73, 'https://www.iamctv.com/shows/', '29:b6bd751b2ce5d6f40e4f1a52b1473b59', 67, 'post', 'page', 1, 0, NULL, NULL, 'Shows', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/10/B30MVLogo.png?ssl=1', NULL, NULL, 'first-content-image', NULL, NULL, 'https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/10/B30MVLogo.png?ssl=1', NULL, 'first-content-image', NULL, 0, NULL, NULL, '2020-10-26 14:58:07', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-10-08 22:59:50', '2020-10-08 21:12:34'),
(74, 'https://www.iamctv.com/wp-content/uploads/2020/10/StreetChat-1.png', '66:47907de5f34c55af8b80e5cf64813503', 90, 'post', 'attachment', 1, 67, NULL, NULL, 'StreetChat-1', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/10/StreetChat-1.png?fit=145%2C145&ssl=1', NULL, '90', 'attachment-image', NULL, NULL, 'https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/10/StreetChat-1.png?fit=145%2C145&ssl=1', '90', 'attachment-image', '{\"width\":145,\"height\":145,\"url\":\"https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/10/StreetChat-1.png?fit=145%2C145&ssl=1\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2020/10/StreetChat-1.png\",\"size\":\"full\",\"id\":90,\"alt\":\"\",\"pixels\":21025,\"type\":\"image/png\"}', 0, NULL, NULL, '2020-10-26 14:58:07', 1, NULL, NULL, NULL, NULL, 0, NULL, 1, NULL, NULL),
(75, 'https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2.png', '76:4ba60098978e65882f1fdf773d836ff3', 93, 'post', 'attachment', 1, 0, NULL, NULL, 'cropped-IAMCMainLogo-2.png', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://i2.wp.com/www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2.png?fit=89%2C45&ssl=1', NULL, '93', 'attachment-image', NULL, NULL, 'https://i2.wp.com/www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2.png?fit=89%2C45&ssl=1', '93', 'attachment-image', '{\"width\":89,\"height\":45,\"url\":\"https://i2.wp.com/www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2.png?fit=89%2C45&ssl=1\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2.png\",\"size\":\"full\",\"id\":93,\"alt\":\"\",\"pixels\":4005,\"type\":\"image/png\"}', 0, NULL, NULL, '2020-10-26 14:58:07', 1, NULL, NULL, NULL, NULL, 0, NULL, 1, NULL, NULL),
(77, 'https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-1.png', '76:196a5c2379b464bb02f2d9929b2b3f66', 94, 'post', 'attachment', 1, 0, NULL, NULL, 'cropped-IAMCMainLogo-1.png', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://i2.wp.com/www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-1.png?fit=64%2C45&ssl=1', NULL, '94', 'attachment-image', NULL, NULL, 'https://i2.wp.com/www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-1.png?fit=64%2C45&ssl=1', '94', 'attachment-image', '{\"width\":64,\"height\":45,\"url\":\"https://i2.wp.com/www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-1.png?fit=64%2C45&ssl=1\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-1.png\",\"size\":\"full\",\"id\":94,\"alt\":\"\",\"pixels\":2880,\"type\":\"image/png\"}', 0, NULL, NULL, '2020-10-26 14:58:07', 1, NULL, NULL, NULL, NULL, 0, NULL, 1, NULL, NULL),
(79, 'https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2-1.png', '78:a098fa18df5be1176fec2f2c6e9d1809', 96, 'post', 'attachment', 1, 0, NULL, NULL, 'cropped-IAMCMainLogo-2-1.png', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://i2.wp.com/www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2-1.png?fit=65%2C45&ssl=1', NULL, '96', 'attachment-image', NULL, NULL, 'https://i2.wp.com/www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2-1.png?fit=65%2C45&ssl=1', '96', 'attachment-image', '{\"width\":65,\"height\":45,\"url\":\"https://i2.wp.com/www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2-1.png?fit=65%2C45&ssl=1\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2-1.png\",\"size\":\"full\",\"id\":96,\"alt\":\"\",\"pixels\":2925,\"type\":\"image/png\"}', 0, NULL, NULL, '2020-10-26 14:58:07', 1, NULL, NULL, NULL, NULL, 0, NULL, 1, NULL, NULL),
(81, 'https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2-2.png', '78:d73d9090342439765d6c1efee016f790', 115, 'post', 'attachment', 1, 0, NULL, NULL, 'cropped-IAMCMainLogo-2-2.png', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2-2.png?fit=938%2C937&ssl=1', NULL, '115', 'attachment-image', NULL, NULL, 'https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2-2.png?fit=938%2C937&ssl=1', '115', 'attachment-image', '{\"width\":938,\"height\":937,\"url\":\"https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2-2.png?fit=938%2C937&ssl=1\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2-2.png\",\"size\":\"full\",\"id\":115,\"alt\":\"\",\"pixels\":878906,\"type\":\"image/png\"}', 0, NULL, NULL, '2020-10-26 14:58:07', 1, NULL, NULL, NULL, NULL, 0, NULL, 1, NULL, NULL),
(83, 'https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2-3.png', '78:afecea3483fc60bdb61c6f969671b902', 116, 'post', 'attachment', 1, 0, NULL, NULL, 'cropped-IAMCMainLogo-2-3.png', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://i0.wp.com/www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2-3.png?fit=938%2C661&ssl=1', NULL, '116', 'attachment-image', NULL, NULL, 'https://i0.wp.com/www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2-3.png?fit=938%2C661&ssl=1', '116', 'attachment-image', '{\"width\":938,\"height\":661,\"url\":\"https://i0.wp.com/www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2-3.png?fit=938%2C661&ssl=1\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-2-3.png\",\"size\":\"full\",\"id\":116,\"alt\":\"\",\"pixels\":620018,\"type\":\"image/png\"}', 0, NULL, NULL, '2020-10-26 14:58:07', 1, NULL, NULL, NULL, NULL, 0, NULL, 1, NULL, NULL),
(85, 'https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-1-e1602266270429.png', '91:2256e448ad9ca20561a76e5cd6a484e4', 119, 'post', 'attachment', 1, 0, NULL, NULL, 'cropped-IAMCMainLogo-1-e1602266270429.png', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://i2.wp.com/www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-1-e1602266270429.png?fit=250%2C182&ssl=1', NULL, '119', 'attachment-image', NULL, NULL, 'https://i2.wp.com/www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-1-e1602266270429.png?fit=250%2C182&ssl=1', '119', 'attachment-image', '{\"width\":250,\"height\":182,\"url\":\"https://i2.wp.com/www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-1-e1602266270429.png?fit=250%2C182&ssl=1\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-1-e1602266270429.png\",\"size\":\"full\",\"id\":119,\"alt\":\"\",\"pixels\":45500,\"type\":\"image/png\"}', 0, NULL, NULL, '2020-10-26 14:58:07', 1, NULL, NULL, NULL, NULL, 0, NULL, 1, NULL, NULL),
(87, 'https://www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-1-e1602266431713.png', '91:0bdfd3ba46e1ebe4f20227cf0496fdea', 121, 'post', 'attachment', 1, 0, NULL, NULL, 'cropped-IAMCMainLogo-1-e1602266431713.png', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-1-e1602266431713.png?fit=150%2C118&ssl=1', NULL, '121', 'attachment-image', NULL, NULL, 'https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-1-e1602266431713.png?fit=150%2C118&ssl=1', '121', 'attachment-image', '{\"width\":150,\"height\":118,\"url\":\"https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-1-e1602266431713.png?fit=150%2C118&ssl=1\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2020/06/cropped-IAMCMainLogo-1-e1602266431713.png\",\"size\":\"full\",\"id\":121,\"alt\":\"\",\"pixels\":17700,\"type\":\"image/png\"}', 0, NULL, NULL, '2020-10-26 14:58:07', 1, NULL, NULL, NULL, NULL, 0, NULL, 1, NULL, NULL),
(89, 'https://www.iamctv.com/b30mv-countdown-april-2018/', '50:430d1d10aef060b6d4cf05bbdc2613d1', 75, 'post', 'post', 1, 0, NULL, NULL, 'B30MV Countdown-April 2018', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://i0.wp.com/www.iamctv.com/wp-content/uploads/2020/10/B30April18.jpg?fit=336%2C188&ssl=1', NULL, '137', 'featured-image', NULL, NULL, 'https://i0.wp.com/www.iamctv.com/wp-content/uploads/2020/10/B30April18.jpg?fit=336%2C188&ssl=1', '137', 'featured-image', '{\"width\":336,\"height\":188,\"url\":\"https://i0.wp.com/www.iamctv.com/wp-content/uploads/2020/10/B30April18.jpg?fit=336%2C188&ssl=1\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2020/10/B30April18.jpg\",\"size\":\"full\",\"id\":137,\"alt\":\"\",\"pixels\":63168,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2020-10-26 14:58:07', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-10-13 14:34:33', '2020-10-08 21:31:47'),
(91, 'https://www.iamctv.com/wp-content/uploads/2020/10/B30April18.jpg', '64:8ef207930cf3d6b9902f234a19a96b5e', 137, 'post', 'attachment', 1, 75, NULL, NULL, 'B30April18', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://i0.wp.com/www.iamctv.com/wp-content/uploads/2020/10/B30April18.jpg?fit=336%2C188&ssl=1', NULL, '137', 'attachment-image', NULL, NULL, 'https://i0.wp.com/www.iamctv.com/wp-content/uploads/2020/10/B30April18.jpg?fit=336%2C188&ssl=1', '137', 'attachment-image', '{\"width\":336,\"height\":188,\"url\":\"https://i0.wp.com/www.iamctv.com/wp-content/uploads/2020/10/B30April18.jpg?fit=336%2C188&ssl=1\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2020/10/B30April18.jpg\",\"size\":\"full\",\"id\":137,\"alt\":\"\",\"pixels\":63168,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2020-10-26 14:58:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 1, NULL, NULL),
(92, 'https://www.iamctv.com/b30mv-countdown-july-2018/', '49:2b60a5fc02b5908e9a0eb5e3507871f6', 77, 'post', 'post', 1, 0, NULL, NULL, 'B30MV Countdown-July 2018', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://i2.wp.com/www.iamctv.com/wp-content/uploads/2020/10/B30July18.jpg?fit=336%2C188&ssl=1', NULL, '140', 'featured-image', NULL, NULL, 'https://i2.wp.com/www.iamctv.com/wp-content/uploads/2020/10/B30July18.jpg?fit=336%2C188&ssl=1', '140', 'featured-image', '{\"width\":336,\"height\":188,\"url\":\"https://i2.wp.com/www.iamctv.com/wp-content/uploads/2020/10/B30July18.jpg?fit=336%2C188&ssl=1\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2020/10/B30July18.jpg\",\"size\":\"full\",\"id\":140,\"alt\":\"\",\"pixels\":63168,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2020-10-26 14:58:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-10-13 14:35:18', '2020-10-08 21:33:42'),
(94, 'https://www.iamctv.com/wp-content/uploads/2020/10/B30July18.jpg', '63:64714666d0a27f5e222e50c17b188638', 140, 'post', 'attachment', 1, 77, NULL, NULL, 'B30July18', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://i2.wp.com/www.iamctv.com/wp-content/uploads/2020/10/B30July18.jpg?fit=336%2C188&ssl=1', NULL, '140', 'attachment-image', NULL, NULL, 'https://i2.wp.com/www.iamctv.com/wp-content/uploads/2020/10/B30July18.jpg?fit=336%2C188&ssl=1', '140', 'attachment-image', '{\"width\":336,\"height\":188,\"url\":\"https://i2.wp.com/www.iamctv.com/wp-content/uploads/2020/10/B30July18.jpg?fit=336%2C188&ssl=1\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2020/10/B30July18.jpg\",\"size\":\"full\",\"id\":140,\"alt\":\"\",\"pixels\":63168,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2020-10-26 14:58:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 1, NULL, NULL),
(95, 'https://www.iamctv.com/b30mv-countdown-february-2019/', '53:c25aa3d604daea5778cbddd3ccafd185', 79, 'post', 'post', 1, 0, NULL, NULL, 'B30MV Countdown-February 2019', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/10/B30Feb19.jpg?fit=336%2C188&ssl=1', NULL, '141', 'featured-image', NULL, NULL, 'https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/10/B30Feb19.jpg?fit=336%2C188&ssl=1', '141', 'featured-image', '{\"width\":336,\"height\":188,\"url\":\"https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/10/B30Feb19.jpg?fit=336%2C188&ssl=1\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2020/10/B30Feb19.jpg\",\"size\":\"full\",\"id\":141,\"alt\":\"\",\"pixels\":63168,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2020-10-26 14:58:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-10-13 14:38:16', '2020-10-08 21:35:27'),
(97, 'https://www.iamctv.com/wp-content/uploads/2020/10/B30Feb19.jpg', '62:37fc49127aa223bce4feceac6f3e872e', 141, 'post', 'attachment', 1, 79, NULL, NULL, 'B30Feb19', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/10/B30Feb19.jpg?fit=336%2C188&ssl=1', NULL, '141', 'attachment-image', NULL, NULL, 'https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/10/B30Feb19.jpg?fit=336%2C188&ssl=1', '141', 'attachment-image', '{\"width\":336,\"height\":188,\"url\":\"https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/10/B30Feb19.jpg?fit=336%2C188&ssl=1\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2020/10/B30Feb19.jpg\",\"size\":\"full\",\"id\":141,\"alt\":\"\",\"pixels\":63168,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2020-10-26 14:58:09', 1, NULL, NULL, NULL, NULL, 0, NULL, 1, NULL, NULL),
(98, 'https://www.iamctv.com/b30mv-countdown-december-2019/', '53:34aa49e0b547822d77e2348644353bcd', 81, 'post', 'post', 1, 0, NULL, NULL, 'B30MV Countdown-December 2019', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://i2.wp.com/www.iamctv.com/wp-content/uploads/2020/10/B30Dec19.jpg?fit=336%2C188&ssl=1', NULL, '142', 'featured-image', NULL, NULL, 'https://i2.wp.com/www.iamctv.com/wp-content/uploads/2020/10/B30Dec19.jpg?fit=336%2C188&ssl=1', '142', 'featured-image', '{\"width\":336,\"height\":188,\"url\":\"https://i2.wp.com/www.iamctv.com/wp-content/uploads/2020/10/B30Dec19.jpg?fit=336%2C188&ssl=1\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2020/10/B30Dec19.jpg\",\"size\":\"full\",\"id\":142,\"alt\":\"\",\"pixels\":63168,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2020-10-26 14:58:09', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-10-13 14:39:19', '2020-10-08 21:36:55'),
(100, 'https://www.iamctv.com/wp-content/uploads/2020/10/B30Dec19.jpg', '62:4ff3ed36c35d7e3724bfe2d0053a5d6e', 142, 'post', 'attachment', 1, 81, NULL, NULL, 'B30Dec19', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://i2.wp.com/www.iamctv.com/wp-content/uploads/2020/10/B30Dec19.jpg?fit=336%2C188&ssl=1', NULL, '142', 'attachment-image', NULL, NULL, 'https://i2.wp.com/www.iamctv.com/wp-content/uploads/2020/10/B30Dec19.jpg?fit=336%2C188&ssl=1', '142', 'attachment-image', '{\"width\":336,\"height\":188,\"url\":\"https://i2.wp.com/www.iamctv.com/wp-content/uploads/2020/10/B30Dec19.jpg?fit=336%2C188&ssl=1\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2020/10/B30Dec19.jpg\",\"size\":\"full\",\"id\":142,\"alt\":\"\",\"pixels\":63168,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2020-10-26 14:58:09', 1, NULL, NULL, NULL, NULL, 0, NULL, 1, NULL, NULL),
(101, 'https://www.iamctv.com/b30mv-countdown-october-2020/', '52:3e428b1cdb4d324b0fbac18f23f27e91', 84, 'post', 'post', 1, 0, NULL, NULL, 'B30MV Countdown-October 2020', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/10/B30Oct.jpg?fit=336%2C188&ssl=1', NULL, '143', 'featured-image', NULL, NULL, 'https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/10/B30Oct.jpg?fit=336%2C188&ssl=1', '143', 'featured-image', '{\"width\":336,\"height\":188,\"url\":\"https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/10/B30Oct.jpg?fit=336%2C188&ssl=1\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2020/10/B30Oct.jpg\",\"size\":\"full\",\"id\":143,\"alt\":\"\",\"pixels\":63168,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2020-10-26 14:58:09', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-10-13 14:40:18', '2020-10-08 21:57:39'),
(103, 'https://www.iamctv.com/wp-content/uploads/2020/10/B30Oct.jpg', '60:1430552393e026d92e24ae0b9a68a42a', 143, 'post', 'attachment', 1, 84, NULL, NULL, 'B30Oct', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/10/B30Oct.jpg?fit=336%2C188&ssl=1', NULL, '143', 'attachment-image', NULL, NULL, 'https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/10/B30Oct.jpg?fit=336%2C188&ssl=1', '143', 'attachment-image', '{\"width\":336,\"height\":188,\"url\":\"https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/10/B30Oct.jpg?fit=336%2C188&ssl=1\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2020/10/B30Oct.jpg\",\"size\":\"full\",\"id\":143,\"alt\":\"\",\"pixels\":63168,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2020-10-26 14:58:09', 1, NULL, NULL, NULL, NULL, 0, NULL, 1, NULL, NULL),
(104, 'https://www.iamctv.com/nigeria-endsars/', '39:c4014f716b1196ad13679c78e60e4e5e', 153, 'post', 'post', 1, 0, NULL, NULL, 'Nigeria: #EndSars', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://i0.wp.com/www.iamctv.com/wp-content/uploads/2020/10/end-sars.jpg?fit=780%2C405&ssl=1', NULL, '155', 'featured-image', NULL, NULL, 'https://i0.wp.com/www.iamctv.com/wp-content/uploads/2020/10/end-sars.jpg?fit=780%2C405&ssl=1', '155', 'featured-image', '{\"width\":780,\"height\":405,\"url\":\"https://i0.wp.com/www.iamctv.com/wp-content/uploads/2020/10/end-sars.jpg?fit=780%2C405&ssl=1\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2020/10/end-sars.jpg\",\"size\":\"full\",\"id\":155,\"alt\":\"\",\"pixels\":315900,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2020-10-26 14:58:09', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-10-26 14:27:16', '2020-10-26 14:27:10'),
(105, 'https://www.iamctv.com/wp-content/uploads/2020/10/EndSars.jpg', '61:b6b9ac621dc04d85c79b4d37b211109a', 154, 'post', 'attachment', 1, 153, NULL, NULL, 'EndSars', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://i2.wp.com/www.iamctv.com/wp-content/uploads/2020/10/EndSars.jpg?fit=1200%2C675&ssl=1', NULL, '154', 'attachment-image', NULL, NULL, 'https://i2.wp.com/www.iamctv.com/wp-content/uploads/2020/10/EndSars.jpg?fit=1200%2C675&ssl=1', '154', 'attachment-image', '{\"width\":1200,\"height\":675,\"url\":\"https://i2.wp.com/www.iamctv.com/wp-content/uploads/2020/10/EndSars.jpg?fit=1200%2C675&ssl=1\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2020/10/EndSars.jpg\",\"size\":\"full\",\"id\":154,\"alt\":\"\",\"pixels\":810000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2020-10-26 14:58:09', 1, NULL, NULL, NULL, NULL, 1, NULL, 1, NULL, NULL),
(106, 'https://www.iamctv.com/wp-content/uploads/2020/10/end-sars.jpg', '62:cea29efba74d8ef6a6beb5040055445d', 155, 'post', 'attachment', 1, 153, NULL, NULL, 'end-sars', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://i0.wp.com/www.iamctv.com/wp-content/uploads/2020/10/end-sars.jpg?fit=780%2C405&ssl=1', NULL, '155', 'attachment-image', NULL, NULL, 'https://i0.wp.com/www.iamctv.com/wp-content/uploads/2020/10/end-sars.jpg?fit=780%2C405&ssl=1', '155', 'attachment-image', '{\"width\":780,\"height\":405,\"url\":\"https://i0.wp.com/www.iamctv.com/wp-content/uploads/2020/10/end-sars.jpg?fit=780%2C405&ssl=1\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2020/10/end-sars.jpg\",\"size\":\"full\",\"id\":155,\"alt\":\"\",\"pixels\":315900,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2020-10-26 14:58:09', 1, NULL, NULL, NULL, NULL, 1, NULL, 1, NULL, NULL),
(2148, 'https://www.iamctv.com/2020-us-elections-what-is-at-stake/', '58:691346ca98e9920a57c019bd4d6790a8', 2214, 'post', 'post', 1, 0, NULL, NULL, '2020 US Elections-What is at Stake?', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/11/usa-vote-e1604502015873.jpg?fit=742%2C420&ssl=1', NULL, '2215', 'featured-image', NULL, NULL, 'https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/11/usa-vote-e1604502015873.jpg?fit=742%2C420&ssl=1', '2215', 'featured-image', '{\"width\":742,\"height\":420,\"url\":\"https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/11/usa-vote-e1604502015873.jpg?fit=742%2C420&ssl=1\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2020/11/usa-vote-e1604502015873.jpg\",\"size\":\"full\",\"id\":2215,\"alt\":\"\",\"pixels\":311640,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2020-11-04 14:48:48', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-11-04 14:53:13', '2020-11-04 14:53:07'),
(4977, 'https://www.iamctv.com/wp-content/uploads/2022/12/AfDB.jpg', '58:f0cd2546f35481ec8c9649b5e6bc8938', 5189, 'post', 'attachment', 1, 5188, NULL, NULL, 'AfDB', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2022/12/AfDB.jpg', NULL, '5189', 'attachment-image', NULL, NULL, NULL, '5189', 'attachment-image', NULL, NULL, NULL, NULL, '2022-12-01 11:26:47', 1, NULL, NULL, NULL, NULL, 1, NULL, 2, '2022-12-01 11:26:47', '2022-12-01 11:26:47'),
(4791, 'https://www.iamctv.com/our-age-old-hysterics/', '45:754ed5503cc1400000068f0cd757c7ba', 4875, 'post', 'post', 2, 0, NULL, NULL, 'Our Age-Old Hysterics&#8230;', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/11/DrOrdersPagebanner.jpg?fit=1000%2C350&ssl=1', NULL, '4859', 'featured-image', NULL, NULL, 'https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/11/DrOrdersPagebanner.jpg?fit=1000%2C350&ssl=1', '4859', 'featured-image', '{\"width\":1000,\"height\":350,\"url\":\"https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/11/DrOrdersPagebanner.jpg?fit=1000%2C350&ssl=1\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2020/11/DrOrdersPagebanner.jpg\",\"size\":\"full\",\"id\":4859,\"alt\":\"\",\"pixels\":350000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2020-12-05 22:41:34', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-12-05 22:48:03', '2020-12-05 22:47:58'),
(1838, 'https://www.iamctv.com/wp-content/uploads/2020/11/IAMCTVOurWorldPodcastLogo.png', '79:ded75bbdbb2b023985a5fe8d9befe0c6', 1905, 'post', 'attachment', 1, 0, NULL, NULL, 'IAMCTVOurWorldPodcastLogo', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2020/11/IAMCTVOurWorldPodcastLogo.png', NULL, '1905', 'attachment-image', NULL, NULL, NULL, '1905', 'attachment-image', NULL, 0, NULL, NULL, '2020-11-03 19:38:03', 1, NULL, NULL, NULL, NULL, 0, NULL, 1, NULL, NULL),
(1824, 'https://www.iamctv.com/podcast/iamc-tv-street-chat-episode-1/', '61:04a81255a729f61726818784f1f7fbd2', 1890, 'post', 'podcast', 1, 0, NULL, NULL, 'IAMC TV Street Chat-S2 Episode 1', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/10/IAMCTVPodcastbanner.jpg?fit=1000%2C350&ssl=1', NULL, '1896', 'featured-image', NULL, NULL, 'https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/10/IAMCTVPodcastbanner.jpg?fit=1000%2C350&ssl=1', '1896', 'featured-image', '{\"width\":1000,\"height\":350,\"url\":\"https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/10/IAMCTVPodcastbanner.jpg?fit=1000%2C350&ssl=1\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2020/10/IAMCTVPodcastbanner.jpg\",\"size\":\"full\",\"id\":1896,\"alt\":\"\",\"pixels\":350000,\"type\":\"image/jpeg\"}', 3, NULL, NULL, '2020-11-03 18:54:49', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-11-12 22:01:37', '2020-10-29 19:07:22'),
(1839, 'https://www.iamctv.com/series/iamc-tv-our-world/', '48:262c1c5629f94db80de2ebb99731c723', 27, 'term', 'series', NULL, NULL, NULL, NULL, 'IAMC TV Our World', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-11-03 19:38:35', 1, NULL, NULL, NULL, NULL, 0, NULL, 1, NULL, NULL),
(452, 'https://www.iamctv.com/wp-content/uploads/2020/10/IAMCTVSChatPodcastFImage-1-e1604002358276.png', '95:130be5a67d87290833fd37da0c3d5fd8', 513, 'post', 'attachment', 1, 490, NULL, NULL, 'IAMCTVSChatPodcastFImage', 'inherit', NULL, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2020/10/IAMCTVSChatPodcastFImage-1.png', NULL, '513', 'attachment-image', NULL, NULL, NULL, '513', 'attachment-image', NULL, 0, NULL, NULL, '2020-10-29 20:09:40', 1, NULL, NULL, NULL, NULL, 1, NULL, 1, NULL, NULL),
(426, 'https://www.iamctv.com/wp-content/uploads/2020/10/IAMCTVSC5.mp3', '63:f0f3f8534a243d9729d324b6541d0ac0', 491, 'post', 'attachment', 1, 490, NULL, NULL, 'IAMC TV Street Chat', 'inherit', NULL, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-10-29 15:53:00', 1, NULL, NULL, NULL, NULL, 1, NULL, 1, NULL, NULL),
(428, 'https://www.iamctv.com/', '23:89c9c29b31479d919802492855363fd8', NULL, 'post-type-archive', 'post', NULL, NULL, NULL, NULL, NULL, NULL, 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-10-29 16:02:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2023-01-01 22:26:02', '2020-10-08 21:31:47'),
(446, 'https://www.iamctv.com/wp-content/uploads/2020/10/IAMCTVPodcastLogo.png', '71:ddec56ce478c4d0d432c1c00837d321b', 507, 'post', 'attachment', 1, 0, NULL, NULL, 'IAMCTVPodcastLogo', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2020/10/IAMCTVPodcastLogo.png', NULL, '507', 'attachment-image', NULL, NULL, NULL, '507', 'attachment-image', NULL, 0, NULL, NULL, '2020-10-29 19:24:42', 1, NULL, NULL, NULL, NULL, 0, NULL, 1, NULL, NULL),
(448, 'https://www.iamctv.com/wp-content/uploads/2020/10/IAMCTVSChatPodcastLogo.png', '76:b793dc32967b2d221931794a42a99e74', 509, 'post', 'attachment', 1, 0, NULL, NULL, 'IAMCTVSChatPodcastLogo', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2020/10/IAMCTVSChatPodcastLogo.png', NULL, '509', 'attachment-image', NULL, NULL, NULL, '509', 'attachment-image', NULL, 0, NULL, NULL, '2020-10-29 19:27:23', 1, NULL, NULL, NULL, NULL, 0, NULL, 1, NULL, NULL);
INSERT INTO `iamc_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`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`, `estimated_reading_time_minutes`, `version`, `object_last_modified`, `object_published_at`) VALUES
(451, 'https://www.iamctv.com/wp-content/uploads/2020/10/IAMCTVSChatPodcastFImage.png', '78:4b65c4521593c7619462803978a6c881', 512, 'post', 'attachment', 1, 490, NULL, NULL, 'IAMCTVSChatPodcastFImage', 'inherit', NULL, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2020/10/IAMCTVSChatPodcastFImage.png', NULL, '512', 'attachment-image', NULL, NULL, NULL, '512', 'attachment-image', NULL, 0, NULL, NULL, '2020-10-29 20:09:24', 1, NULL, NULL, NULL, NULL, 1, NULL, 1, NULL, NULL),
(1791, 'https://www.iamctv.com/iamc-tv-music-discovery/', '47:46a75e21b5b33a53a7bcb7d52f876137', 1853, 'post', 'page', 1, 0, NULL, 'IMAC TV Music Discovery Spotify Playlist', 'IAMC TV Music Discovery', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://i0.wp.com/www.iamctv.com/wp-content/uploads/2020/11/MDBanner.jpg?fit=1600%2C200&ssl=1', NULL, '1864', 'featured-image', NULL, NULL, 'https://i0.wp.com/www.iamctv.com/wp-content/uploads/2020/11/MDBanner.jpg?fit=1600%2C200&ssl=1', '1864', 'featured-image', '{\"width\":1600,\"height\":200,\"url\":\"https://i0.wp.com/www.iamctv.com/wp-content/uploads/2020/11/MDBanner.jpg?fit=1600%2C200&ssl=1\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2020/11/MDBanner.jpg\",\"size\":\"full\",\"id\":1864,\"alt\":\"\",\"pixels\":320000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2020-11-03 17:15:39', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-11-03 17:55:00', '2020-11-03 17:46:13'),
(4794, 'https://www.iamctv.com/podcast/iamc-tv-street-chat-s2-episode-7/', '64:08b5c9ef06cd92bfb17871f7a59f79a9', 4879, 'post', 'podcast', 1, 0, NULL, 'On this week’s podcast, PrymEvyl and Alan Bogey reflects on the death of Maradona, Buhari rescinds invite to address National assembly, Trump’s continued effort to annul the US election, President Elect Joe Biden & Vice President Elect Kamala Harris nominated as Time 2020 Person of the Year, and the ravaging COVID-19.', 'IAMC TV Street Chat-S2 Episode 7', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/10/IAMCTVPodcastbanner.jpg?fit=1000%2C350&ssl=1', NULL, '1896', 'featured-image', NULL, NULL, 'https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/10/IAMCTVPodcastbanner.jpg?fit=1000%2C350&ssl=1', '1896', 'featured-image', '{\"width\":1000,\"height\":350,\"url\":\"https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/10/IAMCTVPodcastbanner.jpg?fit=1000%2C350&ssl=1\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2020/10/IAMCTVPodcastbanner.jpg\",\"size\":\"full\",\"id\":1896,\"alt\":\"\",\"pixels\":350000,\"type\":\"image/jpeg\"}', 5, NULL, NULL, '2020-12-11 05:21:42', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-12-11 05:27:40', '2020-12-11 05:27:36'),
(4795, 'https://www.iamctv.com/wp-content/uploads/2020/12/IAMCTVSCS2E7.mp3', '66:7d5079b4c4c1ab45c3dea2fa62b0d54a', 4880, 'post', 'attachment', 1, 4879, NULL, NULL, 'IAMC TV Street Chat', 'inherit', 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, 1, NULL, '2020-12-11 05:25:37', 1, NULL, NULL, NULL, NULL, 1, NULL, 1, NULL, NULL),
(2891, 'https://www.iamctv.com/podcast/iamc-tv-street-chat-s2-episode-2/', '64:b5d45143d7b15322f0fc8636f67e058b', 2958, 'post', 'podcast', 1, 0, NULL, NULL, 'IAMC TV Street Chat-S2 Episode 2', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/10/IAMCTVPodcastbanner.jpg?fit=1000%2C350&ssl=1', NULL, '1896', 'featured-image', NULL, NULL, 'https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/10/IAMCTVPodcastbanner.jpg?fit=1000%2C350&ssl=1', '1896', 'featured-image', '{\"width\":1000,\"height\":350,\"url\":\"https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/10/IAMCTVPodcastbanner.jpg?fit=1000%2C350&ssl=1\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2020/10/IAMCTVPodcastbanner.jpg\",\"size\":\"full\",\"id\":1896,\"alt\":\"\",\"pixels\":350000,\"type\":\"image/jpeg\"}', 3, NULL, NULL, '2020-11-06 11:55:45', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-11-12 22:00:40', '2020-11-06 12:00:37'),
(2896, 'https://www.iamctv.com/wp-content/uploads/2020/11/IAMCTVSCS2E2.mp3', '66:e7ae6e88db5a2ffe2121bf6ce70f576b', 2963, 'post', 'attachment', 1, 2958, NULL, NULL, 'IAMC TV Street Chat', 'inherit', 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, NULL, '2020-11-06 11:59:33', 1, NULL, NULL, NULL, NULL, 1, NULL, 1, NULL, NULL),
(4764, 'https://www.iamctv.com/jerry-rawlings-of-ghana-dies/', '52:354581c9926dd6c779e2d46a0605ead3', 4843, 'post', 'post', 1, 0, NULL, NULL, 'Jerry Rawlings of Ghana Dies', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://i2.wp.com/www.iamctv.com/wp-content/uploads/2020/11/Rawlings.jpg?fit=976%2C549&ssl=1', NULL, '4844', 'featured-image', NULL, NULL, 'https://i2.wp.com/www.iamctv.com/wp-content/uploads/2020/11/Rawlings.jpg?fit=976%2C549&ssl=1', '4844', 'featured-image', '{\"width\":976,\"height\":549,\"url\":\"https://i2.wp.com/www.iamctv.com/wp-content/uploads/2020/11/Rawlings.jpg?fit=976%2C549&ssl=1\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2020/11/Rawlings.jpg\",\"size\":\"full\",\"id\":4844,\"alt\":\"\",\"pixels\":535824,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2020-11-12 20:38:48', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-11-12 20:41:56', '2020-11-12 20:41:50'),
(4765, 'https://www.iamctv.com/wp-content/uploads/2020/11/Rawlings.jpg', '62:de7317218c65c21ed60b6a550390a1b5', 4844, 'post', 'attachment', 1, 4843, NULL, NULL, 'Rawlings', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://i2.wp.com/www.iamctv.com/wp-content/uploads/2020/11/Rawlings.jpg?fit=%2C&ssl=1', NULL, '4844', 'attachment-image', NULL, NULL, NULL, '4844', 'attachment-image', NULL, 0, NULL, NULL, '2020-11-12 20:40:10', 1, NULL, NULL, NULL, NULL, 1, NULL, 1, NULL, NULL),
(4766, 'https://www.iamctv.com/podcast/iamc-tv-street-chat-s2-episode-3/', '64:a8883bec403b6f66fa22394db39f0cae', 4846, 'post', 'podcast', 1, 0, NULL, NULL, 'IAMC TV Street Chat-S2 Episode 3', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/10/IAMCTVPodcastbanner.jpg?fit=1000%2C350&ssl=1', NULL, '1896', 'featured-image', NULL, NULL, 'https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/10/IAMCTVPodcastbanner.jpg?fit=1000%2C350&ssl=1', '1896', 'featured-image', '{\"width\":1000,\"height\":350,\"url\":\"https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/10/IAMCTVPodcastbanner.jpg?fit=1000%2C350&ssl=1\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2020/10/IAMCTVPodcastbanner.jpg\",\"size\":\"full\",\"id\":1896,\"alt\":\"\",\"pixels\":350000,\"type\":\"image/jpeg\"}', 3, NULL, NULL, '2020-11-12 21:53:30', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-11-12 21:58:47', '2020-11-12 21:58:44'),
(4767, 'https://www.iamctv.com/wp-content/uploads/2020/11/IAMCTVSCS2E3.mp3', '66:425f2f19d2665cf66b5d1dbccd8fbc77', 4847, 'post', 'attachment', 1, 4846, NULL, NULL, 'IAMC TV Street Chat', 'inherit', 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, NULL, '2020-11-12 21:57:09', 1, NULL, NULL, NULL, NULL, 1, NULL, 1, NULL, NULL),
(4790, 'https://www.iamctv.com/wp-content/uploads/2020/12/IAMCTVSCS2E6.mp3', '66:e1e441639c874878aceed53e9c1e9f46', 4874, 'post', 'attachment', 1, 4873, NULL, NULL, 'IAMC TV Street Chat', 'inherit', 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, NULL, '2020-12-04 14:49:41', 1, NULL, NULL, NULL, NULL, 1, NULL, 1, NULL, NULL),
(147, 'https://www.iamctv.com/endsars-takebackourcountry-demands/', '58:4d928056f619ed968443a450d272b3e2', 207, 'post', 'post', 1, 0, NULL, NULL, '#EndSars #TakeBackOurCountry Demands', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://i0.wp.com/www.iamctv.com/wp-content/uploads/2020/10/MEA.jpg?fit=720%2C719&ssl=1', NULL, '208', 'featured-image', NULL, NULL, 'https://i0.wp.com/www.iamctv.com/wp-content/uploads/2020/10/MEA.jpg?fit=720%2C719&ssl=1', '208', 'featured-image', '{\"width\":720,\"height\":719,\"url\":\"https://i0.wp.com/www.iamctv.com/wp-content/uploads/2020/10/MEA.jpg?fit=720%2C719&ssl=1\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2020/10/MEA.jpg\",\"size\":\"full\",\"id\":208,\"alt\":\"\",\"pixels\":517680,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2020-10-26 17:02:56', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-10-26 17:21:02', '2020-10-26 17:09:47'),
(148, 'https://www.iamctv.com/wp-content/uploads/2020/10/MEA.jpg', '57:de1d9688962af65b3ace84041690fec0', 208, 'post', 'attachment', 1, 207, NULL, NULL, 'MEA', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://i0.wp.com/www.iamctv.com/wp-content/uploads/2020/10/MEA.jpg?fit=%2C&ssl=1', NULL, '208', 'attachment-image', NULL, NULL, NULL, '208', 'attachment-image', NULL, 0, NULL, NULL, '2020-10-26 17:06:51', 1, NULL, NULL, NULL, NULL, 1, NULL, 1, NULL, NULL),
(149, 'https://www.iamctv.com/wp-content/uploads/2020/10/TBOC1.jpg', '59:84c995453d38f0a7d040818beb0c8181', 209, 'post', 'attachment', 1, 207, NULL, NULL, 'TBOC1', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/10/TBOC1.jpg?fit=%2C&ssl=1', NULL, '209', 'attachment-image', NULL, NULL, NULL, '209', 'attachment-image', NULL, 0, NULL, NULL, '2020-10-26 17:08:05', 1, NULL, NULL, NULL, NULL, 1, NULL, 1, NULL, NULL),
(150, 'https://www.iamctv.com/wp-content/uploads/2020/10/TBOC2.jpg', '59:55a9daf7bd2f45a902129b0e90db0501', 210, 'post', 'attachment', 1, 207, NULL, NULL, 'TBOC2', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://i2.wp.com/www.iamctv.com/wp-content/uploads/2020/10/TBOC2.jpg?fit=%2C&ssl=1', NULL, '210', 'attachment-image', NULL, NULL, NULL, '210', 'attachment-image', NULL, 0, NULL, NULL, '2020-10-26 17:08:13', 1, NULL, NULL, NULL, NULL, 1, NULL, 1, NULL, NULL),
(4792, 'https://www.iamctv.com/wp-content/uploads/2020/12/FlyngWitch.png', '64:9ba2a4600e67b9f2424ac8abe0cac493', 4876, 'post', 'attachment', 1, 4875, NULL, NULL, 'FlyngWitch', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/12/FlyngWitch.png?fit=%2C&ssl=1', NULL, '4876', 'attachment-image', NULL, NULL, NULL, '4876', 'attachment-image', NULL, 0, NULL, NULL, '2020-12-05 22:47:19', 1, NULL, NULL, NULL, NULL, 1, NULL, 1, NULL, NULL),
(1802, 'https://www.iamctv.com/wp-content/uploads/2020/11/MDBanner.jpg', '62:e5dead7df9eb5ea2b4c39537c4e698ff', 1864, 'post', 'attachment', 1, 1853, NULL, NULL, 'MDBanner', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://i0.wp.com/www.iamctv.com/wp-content/uploads/2020/11/MDBanner.jpg?fit=%2C&ssl=1', NULL, '1864', 'attachment-image', NULL, NULL, NULL, '1864', 'attachment-image', NULL, 0, NULL, NULL, '2020-11-03 17:45:20', 1, NULL, NULL, NULL, NULL, 1, NULL, 1, NULL, NULL),
(1829, 'https://www.iamctv.com/wp-content/uploads/2020/10/IAMCTVPodcastbanner.jpg', '73:114c1dc5cd4708b93d615fa206f3f684', 1896, 'post', 'attachment', 1, 1890, NULL, NULL, 'IAMCTVPodcastbanner', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2020/10/IAMCTVPodcastbanner.jpg', NULL, '1896', 'attachment-image', NULL, NULL, NULL, '1896', 'attachment-image', NULL, 0, NULL, NULL, '2020-11-03 19:01:54', 1, NULL, NULL, NULL, NULL, 0, NULL, 1, NULL, NULL),
(882, 'https://www.iamctv.com/b30mv-countdown-november-2020/', '53:2513ce742d36715b5ef66e59f8c220d8', 943, 'post', 'post', 1, 0, NULL, NULL, 'B30MV Countdown-November 2020', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://i0.wp.com/www.iamctv.com/wp-content/uploads/2020/10/B30MVN20.jpg?fit=336%2C188&ssl=1', NULL, '945', 'featured-image', NULL, NULL, 'https://i0.wp.com/www.iamctv.com/wp-content/uploads/2020/10/B30MVN20.jpg?fit=336%2C188&ssl=1', '945', 'featured-image', '{\"width\":336,\"height\":188,\"url\":\"https://i0.wp.com/www.iamctv.com/wp-content/uploads/2020/10/B30MVN20.jpg?fit=336%2C188&ssl=1\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2020/10/B30MVN20.jpg\",\"size\":\"full\",\"id\":945,\"alt\":\"\",\"pixels\":63168,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2020-10-31 22:17:50', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-10-31 22:21:17', '2020-10-31 22:21:12'),
(884, 'https://www.iamctv.com/wp-content/uploads/2020/10/B30MVN20.jpg', '62:56905c60464d916ebe5eaf7367dc9f44', 945, 'post', 'attachment', 1, 943, NULL, NULL, 'B30MVN20', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2020/10/B30MVN20.jpg', NULL, '945', 'attachment-image', NULL, NULL, NULL, '945', 'attachment-image', NULL, 0, NULL, NULL, '2020-10-31 22:20:55', 1, NULL, NULL, NULL, NULL, 1, NULL, 1, NULL, NULL),
(2149, 'https://www.iamctv.com/wp-content/uploads/2020/11/usa-vote.jpg', '62:de40b90e7bce52bc347d8c940c67de94', 2215, 'post', 'attachment', 1, 2214, NULL, NULL, 'usa-vote', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://i2.wp.com/www.iamctv.com/wp-content/uploads/2020/11/usa-vote.jpg?fit=%2C&ssl=1', NULL, '2215', 'attachment-image', NULL, NULL, NULL, '2215', 'attachment-image', NULL, 0, NULL, NULL, '2020-11-04 14:52:14', 1, NULL, NULL, NULL, NULL, 1, NULL, 1, NULL, NULL),
(1808, 'https://www.iamctv.com/wp-content/uploads/2020/11/cropped-MDBanner.jpg', '70:0addc22feaf4f7b53ce40861d4791115', 1874, 'post', 'attachment', 1, 0, NULL, NULL, 'cropped-MDBanner.jpg', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2020/11/cropped-MDBanner.jpg', NULL, '1874', 'attachment-image', NULL, NULL, NULL, '1874', 'attachment-image', NULL, 0, NULL, NULL, '2020-11-03 17:58:15', 1, NULL, NULL, NULL, NULL, 0, NULL, 1, NULL, NULL),
(1796, 'https://www.iamctv.com/wp-content/uploads/2020/11/IAMCTVMDLogo.png', '66:6ea30202baf6f916d7f2f3c0a9b2cce2', 1858, 'post', 'attachment', 1, 1853, NULL, NULL, 'IAMCTVMDLogo', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/11/IAMCTVMDLogo.png?fit=%2C&ssl=1', NULL, '1858', 'attachment-image', NULL, NULL, NULL, '1858', 'attachment-image', NULL, 0, NULL, NULL, '2020-11-03 17:38:23', 1, NULL, NULL, NULL, NULL, 1, NULL, 1, NULL, NULL),
(4789, 'https://www.iamctv.com/podcast/iamc-tv-street-chat-s2-episode-6/', '64:26dc19062c047cbd999d0c88d80af830', 4873, 'post', 'podcast', 1, 0, NULL, 'With hosts PrymEvyl and Alan Bogey.', 'IAMC TV Street Chat-S2 Episode 6', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/10/IAMCTVPodcastbanner.jpg?fit=1000%2C350&ssl=1', NULL, '1896', 'featured-image', NULL, NULL, 'https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/10/IAMCTVPodcastbanner.jpg?fit=1000%2C350&ssl=1', '1896', 'featured-image', '{\"width\":1000,\"height\":350,\"url\":\"https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/10/IAMCTVPodcastbanner.jpg?fit=1000%2C350&ssl=1\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2020/10/IAMCTVPodcastbanner.jpg\",\"size\":\"full\",\"id\":1896,\"alt\":\"\",\"pixels\":350000,\"type\":\"image/jpeg\"}', 3, NULL, NULL, '2020-12-04 14:45:28', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-12-04 14:51:34', '2020-12-04 14:51:30'),
(4988, 'https://www.iamctv.com/iamc-tv-welcomes-you-to-2023/', '52:fe3859a9d2431d0606fb4e0120abd687', 5208, 'post', 'post', 1, 0, NULL, NULL, 'IAMC TV Welcomes You to 2023', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2023/01/2023Welcome.jpg', NULL, '5209', 'featured-image', NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2023/01/2023Welcome.jpg', '5209', 'featured-image', '{\"width\":750,\"height\":400,\"filesize\":121071,\"url\":\"https://www.iamctv.com/wp-content/uploads/2023/01/2023Welcome.jpg\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2023/01/2023Welcome.jpg\",\"size\":\"full\",\"id\":5209,\"alt\":\"\",\"pixels\":300000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2023-01-01 22:24:15', 1, NULL, NULL, NULL, NULL, 0, 4, 2, '2023-01-01 22:26:02', '2023-01-01 22:25:56'),
(4989, 'https://www.iamctv.com/wp-content/uploads/2023/01/2023Welcome.jpg', '65:239f7fdd94e9d251897276820af2e121', 5209, 'post', 'attachment', 1, 5208, NULL, NULL, '2023Welcome', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2023/01/2023Welcome.jpg', NULL, '5209', 'attachment-image', NULL, NULL, NULL, '5209', 'attachment-image', NULL, NULL, NULL, NULL, '2023-01-01 22:24:28', 1, NULL, NULL, NULL, NULL, 1, NULL, 2, '2023-01-01 22:24:28', '2023-01-01 22:24:28'),
(4746, 'https://www.iamctv.com/wp-content/uploads/2020/11/Buhari.jpg', '60:5b061832a0836a3205247022911124cd', 4822, 'post', 'attachment', 1, 4815, NULL, NULL, 'Buhari', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://i0.wp.com/www.iamctv.com/wp-content/uploads/2020/11/Buhari.jpg?fit=%2C&ssl=1', NULL, '4822', 'attachment-image', NULL, NULL, NULL, '4822', 'attachment-image', NULL, 0, NULL, NULL, '2020-11-10 14:12:39', 1, NULL, NULL, NULL, NULL, 1, NULL, 1, NULL, NULL),
(4770, 'https://www.iamctv.com/podcast/iamc-tv-street-chat-s2-episode-4/', '64:3dd312e92bba1c4b1bda44a33115f3bb', 4850, 'post', 'podcast', 1, 0, NULL, 'On this week’s episode, PrymEvyl and Alan Bogey gives their commentary on the Million MAGA March, Trump’s polarizing actions, Bobi Wine of Uganda, CNN Lekki Massacre investigation, and President Buhari’s dictatorial tendencies.', 'IAMC TV Street Chat-S2 Episode 4', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/10/IAMCTVPodcastbanner.jpg?fit=1000%2C350&ssl=1', NULL, '1896', 'featured-image', NULL, NULL, 'https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/10/IAMCTVPodcastbanner.jpg?fit=1000%2C350&ssl=1', '1896', 'featured-image', '{\"width\":1000,\"height\":350,\"url\":\"https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/10/IAMCTVPodcastbanner.jpg?fit=1000%2C350&ssl=1\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2020/10/IAMCTVPodcastbanner.jpg\",\"size\":\"full\",\"id\":1896,\"alt\":\"\",\"pixels\":350000,\"type\":\"image/jpeg\"}', 3, NULL, NULL, '2020-11-20 04:27:59', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-11-20 04:36:53', '2020-11-20 04:36:49'),
(4987, 'https://www.iamctv.com/video-perspectives-ep-4-reflection-on-bola-ahmed-tinubus-chatham-house-interview/', '104:c1457520ef47ba76f6f41d0c0042a535', 5205, 'post', 'post', 1, 0, NULL, NULL, '[Video] Perspectives Ep. 4-Reflection on Bola Ahmed Tinubu&#8217;s Chatham House Interview', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2022/12/Perspbann4.jpg', NULL, '5201', 'featured-image', NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2022/12/Perspbann4.jpg', '5201', 'featured-image', '{\"width\":750,\"height\":400,\"filesize\":122954,\"url\":\"https://www.iamctv.com/wp-content/uploads/2022/12/Perspbann4.jpg\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2022/12/Perspbann4.jpg\",\"size\":\"full\",\"id\":5201,\"alt\":\"\",\"pixels\":300000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2022-12-10 03:29:03', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2022-12-10 03:30:11', '2022-12-10 03:30:04'),
(4986, 'https://www.iamctv.com/wp-content/uploads/2022/12/Perspectives-Ep-4-Reflection-on-Bola-Ahmed-Tinubus-Chatham-House-Interview-mp3-image.jpg', '138:6bf399eb7ddd81706a3e1b1a83c53d23', 5204, 'post', 'attachment', 1, 0, NULL, NULL, '', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2022/12/Perspectives-Ep-4-Reflection-on-Bola-Ahmed-Tinubus-Chatham-House-Interview-mp3-image.jpg', NULL, '5204', 'attachment-image', NULL, NULL, NULL, '5204', 'attachment-image', NULL, NULL, NULL, NULL, '2022-12-10 03:23:53', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-12-10 03:23:53', '2022-12-10 03:23:53'),
(4985, 'https://www.iamctv.com/wp-content/uploads/2022/12/Perspectives-Ep.-4-Reflection-on-Bola-Ahmed-Tinubus-Chatham-House-Interview.mp3', '129:9cbb9a86ee91e3210b66f85c8b6ca514', 5203, 'post', 'attachment', 1, 5200, NULL, NULL, 'Perspectives Ep. 4-Reflection on Bola Ahmed Tinubu&#8217;s Chatham House Interview', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2022/12/Perspectives-Ep-4-Reflection-on-Bola-Ahmed-Tinubus-Chatham-House-Interview-mp3-image.jpg', NULL, '5204', 'featured-image', NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2022/12/Perspectives-Ep-4-Reflection-on-Bola-Ahmed-Tinubus-Chatham-House-Interview-mp3-image.jpg', '5204', 'featured-image', '{\"width\":750,\"height\":400,\"filesize\":122954,\"url\":\"https://www.iamctv.com/wp-content/uploads/2022/12/Perspectives-Ep-4-Reflection-on-Bola-Ahmed-Tinubus-Chatham-House-Interview-mp3-image.jpg\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2022/12/Perspectives-Ep-4-Reflection-on-Bola-Ahmed-Tinubus-Chatham-House-Interview-mp3-image.jpg\",\"size\":\"full\",\"id\":5204,\"alt\":\"\",\"pixels\":300000,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-12-10 03:23:52', 1, NULL, NULL, NULL, NULL, 1, NULL, 2, '2022-12-10 03:24:02', '2022-12-10 03:23:52'),
(3451, 'https://www.iamctv.com/mr-biden-wins-us-presidency/', '51:be8fee9c801fac24a6fef9ea83e4f8d4', 3526, 'post', 'post', 1, 0, NULL, NULL, 'Mr. Biden Wins US Presidency', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://i0.wp.com/www.iamctv.com/wp-content/uploads/2020/11/JBiden.jpeg?fit=800%2C533&ssl=1', NULL, '3527', 'featured-image', NULL, NULL, 'https://i0.wp.com/www.iamctv.com/wp-content/uploads/2020/11/JBiden.jpeg?fit=800%2C533&ssl=1', '3527', 'featured-image', '{\"width\":800,\"height\":533,\"url\":\"https://i0.wp.com/www.iamctv.com/wp-content/uploads/2020/11/JBiden.jpeg?fit=800%2C533&ssl=1\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2020/11/JBiden.jpeg\",\"size\":\"full\",\"id\":3527,\"alt\":\"\",\"pixels\":426400,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2020-11-07 17:20:25', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-11-07 17:22:54', '2020-11-07 17:22:49'),
(3452, 'https://www.iamctv.com/wp-content/uploads/2020/11/JBiden.jpeg', '61:d0bb4ee316fddc20f2d042264e4f25ea', 3527, 'post', 'attachment', 1, 3526, NULL, NULL, 'JBiden', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://i0.wp.com/www.iamctv.com/wp-content/uploads/2020/11/JBiden.jpeg?fit=%2C&ssl=1', NULL, '3527', 'attachment-image', NULL, NULL, NULL, '3527', 'attachment-image', NULL, 0, NULL, NULL, '2020-11-07 17:21:26', 1, NULL, NULL, NULL, NULL, 1, NULL, 1, NULL, NULL),
(4739, 'https://www.iamctv.com/endsars-repercussions-suppression-and-erosion-of-freedoms/', '81:d5d4f4069f30567c6d6549c7b632231c', 4815, 'post', 'post', 1, 0, NULL, NULL, '#EndSars Repercussions: Suppression and Erosion of Freedoms', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://i0.wp.com/www.iamctv.com/wp-content/uploads/2020/11/Buhari.jpg?fit=1500%2C1000&ssl=1', NULL, '4822', 'featured-image', NULL, NULL, 'https://i0.wp.com/www.iamctv.com/wp-content/uploads/2020/11/Buhari.jpg?fit=1500%2C1000&ssl=1', '4822', 'featured-image', '{\"width\":1500,\"height\":1000,\"url\":\"https://i0.wp.com/www.iamctv.com/wp-content/uploads/2020/11/Buhari.jpg?fit=1500%2C1000&ssl=1\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2020/11/Buhari.jpg\",\"size\":\"full\",\"id\":4822,\"alt\":\"\",\"pixels\":1500000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2020-11-10 14:03:03', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-11-10 14:26:40', '2020-11-10 14:18:07'),
(3103, 'https://www.iamctv.com/2020-us-presidential-election-results/', '61:71a8f3befe2589845ad55333bd0ff6ef', 3177, 'post', 'post', 1, 0, NULL, NULL, '2020 US Presidential Election Results', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/11/usa-vote-e1604502015873.jpg?fit=742%2C420&ssl=1', NULL, '2215', 'featured-image', NULL, NULL, 'https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/11/usa-vote-e1604502015873.jpg?fit=742%2C420&ssl=1', '2215', 'featured-image', '{\"width\":742,\"height\":420,\"url\":\"https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/11/usa-vote-e1604502015873.jpg?fit=742%2C420&ssl=1\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2020/11/usa-vote-e1604502015873.jpg\",\"size\":\"full\",\"id\":2215,\"alt\":\"\",\"pixels\":311640,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2020-11-06 20:09:38', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-11-06 20:11:54', '2020-11-06 20:11:14'),
(4797, 'https://www.iamctv.com/simply-for-emphasis/', '43:d7ca1079f0f0d3c11c170505b26512d0', 4882, 'post', 'post', 2, 0, NULL, NULL, 'Simply for Emphasis', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/11/DrOrdersPagebanner.jpg?fit=1000%2C350&ssl=1', NULL, '4859', 'featured-image', NULL, NULL, 'https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/11/DrOrdersPagebanner.jpg?fit=1000%2C350&ssl=1', '4859', 'featured-image', '{\"width\":1000,\"height\":350,\"url\":\"https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/11/DrOrdersPagebanner.jpg?fit=1000%2C350&ssl=1\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2020/11/DrOrdersPagebanner.jpg\",\"size\":\"full\",\"id\":4859,\"alt\":\"\",\"pixels\":350000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2020-12-11 16:17:13', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-12-11 16:19:41', '2020-12-11 16:19:34'),
(4771, 'https://www.iamctv.com/wp-content/uploads/2020/11/IAMCTVSCS2E4.mp3', '66:0fb976321b0b7f6d0f512e5a6156b6d5', 4851, 'post', 'attachment', 1, 4850, NULL, NULL, 'IAMC TV Street Chat', 'inherit', 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, NULL, '2020-11-20 04:33:48', 1, NULL, NULL, NULL, NULL, 1, NULL, 1, NULL, NULL),
(4983, 'https://www.iamctv.com/podcast/perspectives-ep-4-reflection-on-bola-ahmed-tinubus-chatham-house-interview/', '106:97559403d7539ffc4b54a05e279b6ed9', 5200, 'post', 'podcast', 1, 0, NULL, NULL, 'Perspectives Ep. 4-Reflection on Bola Ahmed Tinubu&#8217;s Chatham House Interview', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2022/12/Perspbann4.jpg', NULL, '5201', 'featured-image', NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2022/12/Perspbann4.jpg', '5201', 'featured-image', '{\"width\":750,\"height\":400,\"filesize\":122954,\"url\":\"https://www.iamctv.com/wp-content/uploads/2022/12/Perspbann4.jpg\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2022/12/Perspbann4.jpg\",\"size\":\"full\",\"id\":5201,\"alt\":\"\",\"pixels\":300000,\"type\":\"image/jpeg\"}', 5, NULL, NULL, '2022-12-10 03:16:57', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2022-12-10 03:26:55', '2022-12-10 03:18:06'),
(4984, 'https://www.iamctv.com/wp-content/uploads/2022/12/Perspbann4.jpg', '64:ee25fab0dae5528cc8445af0c3676fbe', 5201, 'post', 'attachment', 1, 5200, NULL, NULL, 'Perspbann4', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2022/12/Perspbann4.jpg', NULL, '5201', 'attachment-image', NULL, NULL, NULL, '5201', 'attachment-image', NULL, NULL, NULL, NULL, '2022-12-10 03:17:26', 1, NULL, NULL, NULL, NULL, 1, NULL, 2, '2022-12-10 03:17:26', '2022-12-10 03:17:26'),
(4774, 'https://www.iamctv.com/hivs-overly-bloated-taboo-status/', '56:569deb785363d18b64794171189d7b44', 4853, 'post', 'post', 2, 0, NULL, NULL, 'HIV&#8217;s Overly Bloated Taboo Status', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/11/DrOrdersPagebanner.jpg?fit=1000%2C350&ssl=1', NULL, '4859', 'featured-image', NULL, NULL, 'https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/11/DrOrdersPagebanner.jpg?fit=1000%2C350&ssl=1', '4859', 'featured-image', '{\"width\":1000,\"height\":350,\"url\":\"https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/11/DrOrdersPagebanner.jpg?fit=1000%2C350&ssl=1\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2020/11/DrOrdersPagebanner.jpg\",\"size\":\"full\",\"id\":4859,\"alt\":\"\",\"pixels\":350000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2020-11-25 18:30:18', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-11-30 22:06:30', '2020-11-25 18:44:02'),
(4775, 'https://www.iamctv.com/wp-content/uploads/2020/11/HIVRibbon.jpg', '63:1d5056f6a9f642a25ca544cf9ccfd787', 4854, 'post', 'attachment', 1, 4853, NULL, NULL, 'HIVRibbon', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2020/11/HIVRibbon.jpg', NULL, '4854', 'attachment-image', NULL, NULL, NULL, '4854', 'attachment-image', NULL, 0, NULL, NULL, '2020-11-25 18:42:45', 1, NULL, NULL, NULL, NULL, 1, NULL, 1, NULL, NULL),
(4776, 'https://www.iamctv.com/the-elephant-in-the-room/', '48:bb47e31a468e2274b15d80e22de78d6e', 4857, 'post', 'post', 2, 0, NULL, NULL, 'The Elephant in the Room&#8230;', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/11/DrOrdersPagebanner.jpg?fit=1000%2C350&ssl=1', NULL, '4859', 'featured-image', NULL, NULL, 'https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/11/DrOrdersPagebanner.jpg?fit=1000%2C350&ssl=1', '4859', 'featured-image', '{\"width\":1000,\"height\":350,\"url\":\"https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/11/DrOrdersPagebanner.jpg?fit=1000%2C350&ssl=1\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2020/11/DrOrdersPagebanner.jpg\",\"size\":\"full\",\"id\":4859,\"alt\":\"\",\"pixels\":350000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2020-11-25 18:56:26', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-11-30 22:06:00', '2020-11-25 19:26:32'),
(4777, 'https://www.iamctv.com/wp-content/uploads/2020/11/DrOrdersPagebanner.jpg', '72:aaa51ac1f6e0c1151e7dc60d44e3d632', 4859, 'post', 'attachment', 1, 4857, NULL, NULL, 'DrOrdersPagebanner', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://i0.wp.com/www.iamctv.com/wp-content/uploads/2020/11/DrOrdersPagebanner.jpg?fit=1000%2C350&ssl=1', NULL, '4859', 'attachment-image', NULL, NULL, 'https://i0.wp.com/www.iamctv.com/wp-content/uploads/2020/11/DrOrdersPagebanner.jpg?fit=1000%2C350&ssl=1', '4859', 'attachment-image', '{\"width\":1000,\"height\":350,\"url\":\"https://i0.wp.com/www.iamctv.com/wp-content/uploads/2020/11/DrOrdersPagebanner.jpg?fit=1000%2C350&ssl=1\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2020/11/DrOrdersPagebanner.jpg\",\"size\":\"full\",\"id\":4859,\"alt\":\"\",\"pixels\":350000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2020-11-25 19:25:55', 1, NULL, NULL, NULL, NULL, 1, NULL, 2, '2020-11-25 19:25:55', '2020-11-25 19:25:55'),
(4778, 'https://www.iamctv.com/wp-content/uploads/2020/11/Sex.png', '57:a7ab605c5cd557bcbaf184ff88a219ec', 4860, 'post', 'attachment', 1, 4857, NULL, NULL, 'Sex', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://i0.wp.com/www.iamctv.com/wp-content/uploads/2020/11/Sex.png?fit=%2C&ssl=1', NULL, '4860', 'attachment-image', NULL, NULL, NULL, '4860', 'attachment-image', NULL, 0, NULL, NULL, '2020-11-25 19:30:26', 1, NULL, NULL, NULL, NULL, 1, NULL, 1, NULL, NULL),
(4780, 'https://www.iamctv.com/podcast/iamc-tv-street-chat-s2-episode-5/', '64:901e58cd08c88eed226e5b3b2edef730', 4863, 'post', 'podcast', 1, 0, NULL, 'On this special thanksgiving day episode, PrymEvyl & Alan Bogey reflects on President Trump\'s continuing challenge to the US electoral process, the indictment of former Nigeria Head of State retired General Gowon by the British parliament, and the deteriorating security in Nigeria. Happy thanksgiving to all.', 'IAMC TV Street Chat-S2 Episode 5', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/10/IAMCTVPodcastbanner.jpg?fit=1000%2C350&ssl=1', NULL, '1896', 'featured-image', NULL, NULL, 'https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/10/IAMCTVPodcastbanner.jpg?fit=1000%2C350&ssl=1', '1896', 'featured-image', '{\"width\":1000,\"height\":350,\"url\":\"https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/10/IAMCTVPodcastbanner.jpg?fit=1000%2C350&ssl=1\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2020/10/IAMCTVPodcastbanner.jpg\",\"size\":\"full\",\"id\":1896,\"alt\":\"\",\"pixels\":350000,\"type\":\"image/jpeg\"}', 3, NULL, NULL, '2020-11-27 01:26:08', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-11-27 01:31:00', '2020-11-27 01:30:57'),
(4781, 'https://www.iamctv.com/wp-content/uploads/2020/11/IAMCTVSCS2E5.mp3', '66:a3a488e86e1d28c85b9eaef25829a809', 4864, 'post', 'attachment', 1, 4863, NULL, NULL, 'IAMC TV Street Chat', 'inherit', 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, NULL, '2020-11-27 01:29:10', 1, NULL, NULL, NULL, NULL, 1, NULL, 1, NULL, NULL),
(4783, 'https://www.iamctv.com/category/iamc-tv/editorials/doctors-orders/', '66:5b6b2dc07eb5f95eb3840e579e94dd22', 28, 'term', 'category', NULL, NULL, NULL, NULL, 'Doctor\'s Orders', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-11-30 22:01:37', 1, NULL, NULL, NULL, NULL, 1, NULL, 2, '2022-04-11 17:17:06', '2020-11-25 18:44:02'),
(4784, 'https://www.iamctv.com/miracle-of-logic/', '40:94f428ea23574fdd71adac882d903f0b', 4866, 'post', 'post', 2, 0, NULL, NULL, 'Miracle of Logic', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/11/DrOrdersPagebanner.jpg?fit=1000%2C350&ssl=1', NULL, '4859', 'featured-image', NULL, NULL, 'https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/11/DrOrdersPagebanner.jpg?fit=1000%2C350&ssl=1', '4859', 'featured-image', '{\"width\":1000,\"height\":350,\"url\":\"https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/11/DrOrdersPagebanner.jpg?fit=1000%2C350&ssl=1\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2020/11/DrOrdersPagebanner.jpg\",\"size\":\"full\",\"id\":4859,\"alt\":\"\",\"pixels\":350000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2020-11-30 22:01:53', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-11-30 22:05:08', '2020-11-30 22:05:01'),
(4785, 'https://www.iamctv.com/wp-content/uploads/2020/11/Prayer.jpg', '60:12fc1e7f1a5dd75654cff80bf98ec70f', 4867, 'post', 'attachment', 1, 4866, NULL, NULL, 'Prayer', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/11/Prayer.jpg?fit=%2C&ssl=1', NULL, '4867', 'attachment-image', NULL, NULL, NULL, '4867', 'attachment-image', NULL, 0, NULL, NULL, '2020-11-30 22:04:31', 1, NULL, NULL, NULL, NULL, 1, NULL, 1, NULL, NULL),
(4786, 'https://www.iamctv.com/blazin-30-music-video-countdown-december-2020/', '69:04c7f87b2a60c2dac9fa5bede842c18e', 4869, 'post', 'post', 1, 0, NULL, NULL, 'Blazin&#8217; 30 Music Video Countdown-December 2020', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://i2.wp.com/www.iamctv.com/wp-content/uploads/2020/10/B30MVLogo.png?fit=3464%2C1296&ssl=1', NULL, '65', 'featured-image', NULL, NULL, 'https://i2.wp.com/www.iamctv.com/wp-content/uploads/2020/10/B30MVLogo.png?fit=3464%2C1296&ssl=1', '65', 'featured-image', '{\"width\":3464,\"height\":1296,\"url\":\"https://i2.wp.com/www.iamctv.com/wp-content/uploads/2020/10/B30MVLogo.png?fit=3464%2C1296&ssl=1\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2020/10/B30MVLogo.png\",\"size\":\"full\",\"id\":65,\"alt\":\"\",\"pixels\":4489344,\"type\":\"image/png\"}', 0, NULL, NULL, '2020-12-02 02:33:18', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-12-02 02:35:43', '2020-12-02 02:35:37'),
(4799, 'https://www.iamctv.com/podcast/iamc-tv-street-chat-s2-episode-8/', '64:205345e0de233d8b203e35f102ecd94d', 4885, 'post', 'podcast', 1, 0, NULL, NULL, 'IAMC TV Street Chat-S2 Episode 8', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/10/IAMCTVPodcastbanner.jpg?fit=1000%2C350&ssl=1', NULL, '1896', 'featured-image', NULL, NULL, 'https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/10/IAMCTVPodcastbanner.jpg?fit=1000%2C350&ssl=1', '1896', 'featured-image', '{\"width\":1000,\"height\":350,\"url\":\"https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/10/IAMCTVPodcastbanner.jpg?fit=1000%2C350&ssl=1\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2020/10/IAMCTVPodcastbanner.jpg\",\"size\":\"full\",\"id\":1896,\"alt\":\"\",\"pixels\":350000,\"type\":\"image/jpeg\"}', 5, NULL, NULL, '2020-12-18 16:43:29', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-12-18 16:51:00', '2020-12-18 16:50:56'),
(4800, 'https://www.iamctv.com/wp-content/uploads/2020/12/IAMCTVSCS2E8.mp3', '66:1305df653607a100c203311415c05ceb', 4886, 'post', 'attachment', 1, 4885, NULL, NULL, 'IAMC TV Street Chat', 'inherit', 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, 1, NULL, '2020-12-18 16:49:05', 1, NULL, NULL, NULL, NULL, 1, NULL, 1, NULL, NULL),
(4803, 'https://www.iamctv.com/just-a-thought-on-politeness/', '52:6b1efe24a2142c969fa2149994773384', 4889, 'post', 'post', 2, 0, NULL, NULL, 'Just a Thought on Politeness&#8230;', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/11/DrOrdersPagebanner.jpg?fit=1000%2C350&ssl=1', NULL, '4859', 'featured-image', NULL, NULL, 'https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/11/DrOrdersPagebanner.jpg?fit=1000%2C350&ssl=1', '4859', 'featured-image', '{\"width\":1000,\"height\":350,\"url\":\"https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/11/DrOrdersPagebanner.jpg?fit=1000%2C350&ssl=1\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2020/11/DrOrdersPagebanner.jpg\",\"size\":\"full\",\"id\":4859,\"alt\":\"\",\"pixels\":350000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2020-12-25 21:00:48', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-12-25 21:03:39', '2020-12-25 21:03:33'),
(4804, 'https://www.iamctv.com/blazin-30-music-video-countdown-january-2021/', '68:8c2afc5fed915cd7349f601c7d37b602', 4891, 'post', 'post', 1, 0, NULL, NULL, 'Blazin&#8217; 30 Music Video Countdown-January 2021', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://i2.wp.com/www.iamctv.com/wp-content/uploads/2020/10/B30MVLogo.png?fit=3464%2C1296&ssl=1', NULL, '65', 'featured-image', NULL, NULL, 'https://i2.wp.com/www.iamctv.com/wp-content/uploads/2020/10/B30MVLogo.png?fit=3464%2C1296&ssl=1', '65', 'featured-image', '{\"width\":3464,\"height\":1296,\"url\":\"https://i2.wp.com/www.iamctv.com/wp-content/uploads/2020/10/B30MVLogo.png?fit=3464%2C1296&ssl=1\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2020/10/B30MVLogo.png\",\"size\":\"full\",\"id\":65,\"alt\":\"\",\"pixels\":4489344,\"type\":\"image/png\"}', 0, NULL, NULL, '2020-12-31 15:30:17', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2020-12-31 15:32:45', '2020-12-31 15:32:39'),
(4806, 'https://www.iamctv.com/podcast/iamc-tv-street-chat-s2-episode-9/', '64:130b8274286f8aa95ff974e93d80a82e', 4894, 'post', 'podcast', 1, 0, NULL, NULL, 'IAMC TV Street Chat -S2 Episode 9', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/10/IAMCTVPodcastbanner.jpg?fit=1000%2C350&ssl=1', NULL, '1896', 'featured-image', NULL, NULL, 'https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/10/IAMCTVPodcastbanner.jpg?fit=1000%2C350&ssl=1', '1896', 'featured-image', '{\"width\":1000,\"height\":350,\"url\":\"https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/10/IAMCTVPodcastbanner.jpg?fit=1000%2C350&ssl=1\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2020/10/IAMCTVPodcastbanner.jpg\",\"size\":\"full\",\"id\":1896,\"alt\":\"\",\"pixels\":350000,\"type\":\"image/jpeg\"}', 5, NULL, NULL, '2021-01-01 14:25:29', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2021-01-01 14:30:24', '2021-01-01 14:30:20'),
(4807, 'https://www.iamctv.com/wp-content/uploads/2021/01/IAMCTVSCS2E9.mp3', '66:d1aac33795bf24ee777d22fb35db4118', 4895, 'post', 'attachment', 1, 4894, NULL, NULL, 'IAMC TV Street Chat', 'inherit', 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, 1, NULL, '2021-01-01 14:29:27', 1, NULL, NULL, NULL, NULL, 1, NULL, 1, NULL, NULL),
(4810, 'https://www.iamctv.com/podcast/iamc-tv-street-chat-s3-episode-1/', '64:97013a06ba840c03d6171b166a4e4b64', 4898, 'post', 'podcast', 1, 0, NULL, NULL, 'IAMC TV Street Chat-S3 Episode 1', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/10/IAMCTVPodcastbanner.jpg?fit=1000%2C350&ssl=1', NULL, '1896', 'featured-image', NULL, NULL, 'https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/10/IAMCTVPodcastbanner.jpg?fit=1000%2C350&ssl=1', '1896', 'featured-image', '{\"width\":1000,\"height\":350,\"url\":\"https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/10/IAMCTVPodcastbanner.jpg?fit=1000%2C350&ssl=1\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2020/10/IAMCTVPodcastbanner.jpg\",\"size\":\"full\",\"id\":1896,\"alt\":\"\",\"pixels\":350000,\"type\":\"image/jpeg\"}', 5, NULL, NULL, '2021-01-07 21:56:44', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2021-01-07 22:02:30', '2021-01-07 22:02:26'),
(4811, 'https://www.iamctv.com/wp-content/uploads/2021/01/IAMCTVSCS3E1.mp3', '66:b7b91f7254dc14ce5a31801fbf3bd028', 4899, 'post', 'attachment', 1, 4898, NULL, NULL, 'IAMC TV Street Chat', 'inherit', 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, 1, NULL, '2021-01-07 22:00:49', 1, NULL, NULL, NULL, NULL, 1, NULL, 1, NULL, NULL),
(4818, 'https://www.iamctv.com/web-stories/', '35:59a1cb701d276b45e7262003abaaaeb7', NULL, 'post-type-archive', 'web-story', NULL, NULL, '%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%', '', 'Stories', NULL, 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-01-18 02:21:14', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2021-01-20 15:56:06', '2021-01-20 15:38:58'),
(4814, 'https://www.iamctv.com/podcast/iamc-tv-street-chat-s3-episode-2/', '64:f26c347078bea3f0c5d18e197da50230', 4902, 'post', 'podcast', 1, 0, NULL, NULL, 'IAMC TV Street Chat-S3 Episode 2', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/10/IAMCTVPodcastbanner.jpg?fit=1000%2C350&ssl=1', NULL, '1896', 'featured-image', NULL, NULL, 'https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/10/IAMCTVPodcastbanner.jpg?fit=1000%2C350&ssl=1', '1896', 'featured-image', '{\"width\":1000,\"height\":350,\"url\":\"https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/10/IAMCTVPodcastbanner.jpg?fit=1000%2C350&ssl=1\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2020/10/IAMCTVPodcastbanner.jpg\",\"size\":\"full\",\"id\":1896,\"alt\":\"\",\"pixels\":350000,\"type\":\"image/jpeg\"}', 5, NULL, NULL, '2021-01-14 21:45:02', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2021-01-14 21:51:08', '2021-01-14 21:51:04'),
(4815, 'https://www.iamctv.com/wp-content/uploads/2021/01/IAMCTVSCS3E2.mp3', '66:404785dccd8c3ef333e0f179d3818637', 4903, 'post', 'attachment', 1, 4902, NULL, NULL, 'IAMC TV Street Chat', 'inherit', 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, 1, NULL, '2021-01-14 21:49:14', 1, NULL, NULL, NULL, NULL, 1, NULL, 1, NULL, NULL),
(4846, 'https://www.iamctv.com/wp-content/uploads/2021/01/IGUBanner.jpg', '63:e8635424fa5e02256ae5401b9a5f58ea', 4964, 'post', 'attachment', 1, 4962, NULL, NULL, 'IGUBanner', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2021/01/IGUBanner.jpg', NULL, '4964', 'attachment-image', NULL, NULL, NULL, '4964', 'attachment-image', NULL, 0, NULL, NULL, '2021-01-26 20:45:07', 1, NULL, NULL, NULL, NULL, 1, NULL, 1, NULL, NULL),
(4845, 'https://www.iamctv.com/fighting-in-orlu-nigeria/', '48:316f3e4f0b474c0fa96572ec580c8aef', 4962, 'post', 'post', 1, 0, NULL, NULL, 'Fighting in Orlu, Nigeria', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://i2.wp.com/www.iamctv.com/wp-content/uploads/2021/06/IGU1.jpg?fit=1729%2C849&ssl=1', NULL, '5000', 'featured-image', NULL, NULL, 'https://i2.wp.com/www.iamctv.com/wp-content/uploads/2021/06/IGU1.jpg?fit=1729%2C849&ssl=1', '5000', 'featured-image', '{\"width\":1729,\"height\":849,\"url\":\"https://i2.wp.com/www.iamctv.com/wp-content/uploads/2021/06/IGU1.jpg?fit=1729%2C849&ssl=1\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2021/06/IGU1.jpg\",\"size\":\"full\",\"id\":5000,\"alt\":\"\",\"pixels\":1467921,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2021-01-26 20:30:24', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2021-06-07 19:43:49', '2021-01-26 20:45:33'),
(4982, 'https://www.iamctv.com/wp-content/uploads/2022/12/PerspectivesS1E3-mp3-image.jpg', '80:987830f7325f4b542bb6dfc515aca5df', 5198, 'post', 'attachment', 1, 0, NULL, NULL, '', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2022/12/PerspectivesS1E3-mp3-image.jpg', NULL, '5198', 'attachment-image', NULL, NULL, NULL, '5198', 'attachment-image', NULL, NULL, NULL, NULL, '2022-12-02 14:19:31', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-12-02 14:19:31', '2022-12-02 14:19:31'),
(4843, 'https://www.iamctv.com/category/iamc-tv/editorials/global-update/', '65:aa1bfe5ec377d5370b9d411e8ded1079', 29, 'term', 'category', NULL, NULL, NULL, NULL, 'Global Update', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-26 20:29:28', 1, NULL, NULL, NULL, NULL, 1, NULL, 2, '2022-05-18 00:34:13', '2021-01-26 20:45:33');
INSERT INTO `iamc_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`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`, `estimated_reading_time_minutes`, `version`, `object_last_modified`, `object_published_at`) VALUES
(4863, 'https://www.iamctv.com/podcast/iamc-tv-street-chat-s3-episode-6/', '64:1cd54f47617c5701353d081f939cbbb0', 4995, 'post', 'podcast', 1, 0, NULL, NULL, 'IAMC TV Street Chat-S3 Episode 6', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/10/IAMCTVPodcastbanner.jpg?fit=1000%2C350&ssl=1', NULL, '1896', 'featured-image', NULL, NULL, 'https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/10/IAMCTVPodcastbanner.jpg?fit=1000%2C350&ssl=1', '1896', 'featured-image', '{\"width\":1000,\"height\":350,\"url\":\"https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/10/IAMCTVPodcastbanner.jpg?fit=1000%2C350&ssl=1\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2020/10/IAMCTVPodcastbanner.jpg\",\"size\":\"full\",\"id\":1896,\"alt\":\"\",\"pixels\":350000,\"type\":\"image/jpeg\"}', 5, NULL, NULL, '2021-03-13 01:08:46', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2021-03-13 01:13:28', '2021-03-13 01:13:22'),
(4859, 'https://www.iamctv.com/blazin-30-music-video-countdown-march-2021/', '66:8bb7384da1bde8e75aef616c24f647d7', 4989, 'post', 'post', 1, 0, NULL, NULL, 'Blazin&#8217; 30 Music Video Countdown-March 2021', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://i2.wp.com/www.iamctv.com/wp-content/uploads/2020/10/B30MVLogo.png?fit=3464%2C1296&ssl=1', NULL, '65', 'featured-image', NULL, NULL, 'https://i2.wp.com/www.iamctv.com/wp-content/uploads/2020/10/B30MVLogo.png?fit=3464%2C1296&ssl=1', '65', 'featured-image', '{\"width\":3464,\"height\":1296,\"url\":\"https://i2.wp.com/www.iamctv.com/wp-content/uploads/2020/10/B30MVLogo.png?fit=3464%2C1296&ssl=1\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2020/10/B30MVLogo.png\",\"size\":\"full\",\"id\":65,\"alt\":\"\",\"pixels\":4489344,\"type\":\"image/png\"}', 0, NULL, NULL, '2021-03-01 15:01:35', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2021-03-01 15:04:05', '2021-03-01 15:03:59'),
(4860, 'https://www.iamctv.com/podcast/iamc-tv-street-chat-s3-episode-5/', '64:f16c9c7732cc300f97e5371d03eafa70', 4991, 'post', 'podcast', 1, 0, NULL, NULL, 'IAMC TV Street Chat-S3 Episode 5', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/10/IAMCTVPodcastbanner.jpg?fit=1000%2C350&ssl=1', NULL, '1896', 'featured-image', NULL, NULL, 'https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/10/IAMCTVPodcastbanner.jpg?fit=1000%2C350&ssl=1', '1896', 'featured-image', '{\"width\":1000,\"height\":350,\"url\":\"https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/10/IAMCTVPodcastbanner.jpg?fit=1000%2C350&ssl=1\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2020/10/IAMCTVPodcastbanner.jpg\",\"size\":\"full\",\"id\":1896,\"alt\":\"\",\"pixels\":350000,\"type\":\"image/jpeg\"}', 5, NULL, NULL, '2021-03-07 15:14:44', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2021-03-07 15:24:25', '2021-03-07 15:24:22'),
(4861, 'https://www.iamctv.com/wp-content/uploads/2021/03/IAMCTVSCS3E5.mp3', '66:dd37107e9686c84cab7b9d52468991d6', 4992, 'post', 'attachment', 1, 4991, NULL, NULL, 'IAMC TV Street Chat', 'inherit', 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, NULL, NULL, NULL, '2021-03-07 15:23:04', 1, NULL, NULL, NULL, NULL, 1, NULL, 1, NULL, NULL),
(4829, 'https://www.iamctv.com/2021-biden-harris-inauguration/', '54:ad5f2e0ee3df816d9bceeb1e0a079e08', 4923, 'post', 'post', 1, 0, NULL, NULL, '2021 Biden-Harris Inauguration', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://i2.wp.com/www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic.png?fit=2000%2C1083&ssl=1', NULL, '4925', 'featured-image', NULL, NULL, 'https://i2.wp.com/www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic.png?fit=2000%2C1083&ssl=1', '4925', 'featured-image', '{\"width\":2000,\"height\":1083,\"url\":\"https://i2.wp.com/www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic.png?fit=2000%2C1083&ssl=1\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic.png\",\"size\":\"full\",\"id\":4925,\"alt\":\"\",\"pixels\":2166000,\"type\":\"image/png\"}', 0, NULL, NULL, '2021-01-19 18:12:33', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2021-01-20 15:22:22', '2021-01-19 18:18:37'),
(4830, 'https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic.png', '76:9ca990ef8e46019c03c3c7b1b9b98669', 4925, 'post', 'attachment', 1, 4923, NULL, NULL, '59th-Inaugural-Graphic', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2021/01/59th-Inaugural-Graphic.png', NULL, '4925', 'attachment-image', NULL, NULL, NULL, '4925', 'attachment-image', NULL, 0, NULL, NULL, '2021-01-19 18:16:52', 1, NULL, NULL, NULL, NULL, 1, NULL, 1, NULL, NULL),
(4849, 'https://www.iamctv.com/wp-content/uploads/2021/02/PrinceAbuda-e1612203815658.jpg', '80:4043d509854cbe0b18075a05b7407261', 4970, 'post', 'attachment', 1, 4969, NULL, NULL, 'PrinceAbuda', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://i0.wp.com/www.iamctv.com/wp-content/uploads/2021/02/PrinceAbuda.jpg?fit=%2C&ssl=1', NULL, '4970', 'attachment-image', NULL, NULL, NULL, '4970', 'attachment-image', NULL, 0, NULL, NULL, '2021-02-01 18:20:00', 1, NULL, NULL, NULL, NULL, 1, NULL, 1, NULL, NULL),
(4834, 'https://www.iamctv.com/iamc-tv-live/', '36:e9f029ab98a13e3635cb68154bfaaf6d', 4933, 'post', 'page', 1, 0, NULL, NULL, 'IAMC TV Live', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-01-20 14:03:21', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2021-01-20 14:39:08', '2021-01-20 14:29:20'),
(4884, 'https://www.iamctv.com/podcast/iamc-tv-street-chat-s3-episode-7/', '64:76d7aa1c9b36f0ba7f9cd51031e28364', 5025, 'post', 'podcast', 1, 0, NULL, NULL, 'IAMC TV Street Chat-S3 Episode 7', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/10/IAMCTVPodcastbanner.jpg?fit=1000%2C350&ssl=1', NULL, '1896', 'featured-image', NULL, NULL, 'https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/10/IAMCTVPodcastbanner.jpg?fit=1000%2C350&ssl=1', '1896', 'featured-image', '{\"width\":1000,\"height\":350,\"url\":\"https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/10/IAMCTVPodcastbanner.jpg?fit=1000%2C350&ssl=1\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2020/10/IAMCTVPodcastbanner.jpg\",\"size\":\"full\",\"id\":1896,\"alt\":\"\",\"pixels\":350000,\"type\":\"image/jpeg\"}', 5, NULL, NULL, '2021-07-29 01:45:27', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2021-07-29 02:01:11', '2021-07-29 02:01:06'),
(4848, 'https://www.iamctv.com/us-based-nigerian-businessman-reported-kidnapped/', '72:44b9d8d9126ef3fd31d04aa6f3a2489c', 4969, 'post', 'post', 1, 0, NULL, NULL, 'US Based Nigerian Businessman Reported Kidnapped', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://i0.wp.com/www.iamctv.com/wp-content/uploads/2021/01/IGUBanner.jpg?fit=1000%2C350&ssl=1', NULL, '4964', 'featured-image', NULL, NULL, 'https://i0.wp.com/www.iamctv.com/wp-content/uploads/2021/01/IGUBanner.jpg?fit=1000%2C350&ssl=1', '4964', 'featured-image', '{\"width\":1000,\"height\":350,\"url\":\"https://i0.wp.com/www.iamctv.com/wp-content/uploads/2021/01/IGUBanner.jpg?fit=1000%2C350&ssl=1\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2021/01/IGUBanner.jpg\",\"size\":\"full\",\"id\":4964,\"alt\":\"\",\"pixels\":350000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2021-02-01 18:16:20', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2021-02-01 19:02:46', '2021-02-01 18:22:00'),
(4836, 'https://www.iamctv.com/web-stories/biden-harris-inauguration-live/', '66:0d1fe4b411a93bad7410c35276460853', 4942, 'post', 'web-story', 1, 0, NULL, NULL, 'IAMC TV Stories', '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, NULL, '2021-01-20 15:38:58', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2021-01-20 15:56:06', '2021-01-20 15:38:58'),
(4839, 'https://www.iamctv.com/podcast/iamc-tv-street-chat-s3-episode-3/', '64:91e035efaeed3c7b427dcf4c888991cf', 4957, 'post', 'podcast', 1, 0, NULL, NULL, 'IAMC TV Street Chat-S3 Episode 3', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/10/IAMCTVPodcastbanner.jpg?fit=1000%2C350&ssl=1', NULL, '1896', 'featured-image', NULL, NULL, 'https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/10/IAMCTVPodcastbanner.jpg?fit=1000%2C350&ssl=1', '1896', 'featured-image', '{\"width\":1000,\"height\":350,\"url\":\"https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/10/IAMCTVPodcastbanner.jpg?fit=1000%2C350&ssl=1\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2020/10/IAMCTVPodcastbanner.jpg\",\"size\":\"full\",\"id\":1896,\"alt\":\"\",\"pixels\":350000,\"type\":\"image/jpeg\"}', 5, NULL, NULL, '2021-01-22 12:03:00', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2021-01-22 12:08:32', '2021-01-22 12:08:28'),
(4840, 'https://www.iamctv.com/wp-content/uploads/2021/01/IAMCTVSCS3E3.mp3', '66:2b350fd8b3e0b6ba6e5998b295ce12bb', 4958, 'post', 'attachment', 1, 4957, NULL, NULL, 'IAMC TV Street Chat', 'inherit', 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, 1, NULL, '2021-01-22 12:07:17', 1, NULL, NULL, NULL, NULL, 1, NULL, 1, NULL, NULL),
(4981, 'https://www.iamctv.com/wp-content/uploads/2022/12/PerspectivesS1E3.mp3', '70:ce6dda62d19f57f093816736f3e220bb', 5197, 'post', 'attachment', 1, 5196, NULL, NULL, 'Perspectives Ep. 3-AfDB Conference on African Diaspora Inclusivity in Growth and Development', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2022/12/PerspectivesS1E3-mp3-image.jpg', NULL, '5198', 'featured-image', NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2022/12/PerspectivesS1E3-mp3-image.jpg', '5198', 'featured-image', '{\"width\":750,\"height\":400,\"filesize\":95332,\"url\":\"https://www.iamctv.com/wp-content/uploads/2022/12/PerspectivesS1E3-mp3-image.jpg\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2022/12/PerspectivesS1E3-mp3-image.jpg\",\"size\":\"full\",\"id\":5198,\"alt\":\"\",\"pixels\":300000,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-12-02 14:19:30', 1, NULL, NULL, NULL, NULL, 1, NULL, 2, '2022-12-02 14:19:58', '2022-12-02 14:19:30'),
(4847, 'https://www.iamctv.com/blazin-30-music-video-countdown-february-2021/', '69:ba0ea4c5c77e5c9bad5cc823b8c2459e', 4966, 'post', 'post', 1, 0, NULL, NULL, 'Blazin&#8217; 30 Music Video Countdown-February 2021', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://i2.wp.com/www.iamctv.com/wp-content/uploads/2020/10/B30MVLogo.png?fit=3464%2C1296&ssl=1', NULL, '65', 'featured-image', NULL, NULL, 'https://i2.wp.com/www.iamctv.com/wp-content/uploads/2020/10/B30MVLogo.png?fit=3464%2C1296&ssl=1', '65', 'featured-image', '{\"width\":3464,\"height\":1296,\"url\":\"https://i2.wp.com/www.iamctv.com/wp-content/uploads/2020/10/B30MVLogo.png?fit=3464%2C1296&ssl=1\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2020/10/B30MVLogo.png\",\"size\":\"full\",\"id\":65,\"alt\":\"\",\"pixels\":4489344,\"type\":\"image/png\"}', 0, NULL, NULL, '2021-01-26 22:33:24', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2021-01-26 22:35:44', '2021-01-26 22:35:38'),
(4850, 'https://www.iamctv.com/prince-tony-momoh-passes-away/', '53:9f52825764c1b472871ddcf066f74c63', 4978, 'post', 'post', 1, 0, NULL, NULL, 'Prince Tony Momoh Passes Away', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://i0.wp.com/www.iamctv.com/wp-content/uploads/2021/01/IGUBanner.jpg?fit=1000%2C350&ssl=1', NULL, '4964', 'featured-image', NULL, NULL, 'https://i0.wp.com/www.iamctv.com/wp-content/uploads/2021/01/IGUBanner.jpg?fit=1000%2C350&ssl=1', '4964', 'featured-image', '{\"width\":1000,\"height\":350,\"url\":\"https://i0.wp.com/www.iamctv.com/wp-content/uploads/2021/01/IGUBanner.jpg?fit=1000%2C350&ssl=1\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2021/01/IGUBanner.jpg\",\"size\":\"full\",\"id\":4964,\"alt\":\"\",\"pixels\":350000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2021-02-01 19:16:21', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2021-02-01 19:22:15', '2021-02-01 19:19:39'),
(4851, 'https://www.iamctv.com/wp-content/uploads/2021/02/Tony-Momoh.jpg', '64:d1f1c510ba861c63b9e32b632ca58b75', 4979, 'post', 'attachment', 1, 4978, NULL, NULL, 'Tony-Momoh', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://i0.wp.com/www.iamctv.com/wp-content/uploads/2021/02/Tony-Momoh.jpg?fit=%2C&ssl=1', NULL, '4979', 'attachment-image', NULL, NULL, NULL, '4979', 'attachment-image', NULL, 0, NULL, NULL, '2021-02-01 19:17:39', 1, NULL, NULL, NULL, NULL, 1, NULL, 1, NULL, NULL),
(4854, 'https://www.iamctv.com/podcast/iamc-tv-street-chat-s3-episode-4/', '64:32164f1d9e74b3323ef8f4c918fe5cd8', 4984, 'post', 'podcast', 1, 0, NULL, NULL, 'IAMC TV Street Chat-S3 Episode 4', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/10/IAMCTVPodcastbanner.jpg?fit=1000%2C350&ssl=1', NULL, '1896', 'featured-image', NULL, NULL, 'https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/10/IAMCTVPodcastbanner.jpg?fit=1000%2C350&ssl=1', '1896', 'featured-image', '{\"width\":1000,\"height\":350,\"url\":\"https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/10/IAMCTVPodcastbanner.jpg?fit=1000%2C350&ssl=1\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2020/10/IAMCTVPodcastbanner.jpg\",\"size\":\"full\",\"id\":1896,\"alt\":\"\",\"pixels\":350000,\"type\":\"image/jpeg\"}', 5, NULL, NULL, '2021-02-05 17:12:17', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2021-02-05 17:31:10', '2021-02-05 17:31:06'),
(4855, 'https://www.iamctv.com/wp-content/uploads/2021/02/IAMCTVSCS3E4.mp3', '66:0e7e2f27613606df9d7630dc38277f53', 4985, 'post', 'attachment', 1, 4984, NULL, NULL, 'IAMC TV Street Chat', 'inherit', 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, 1, NULL, '2021-02-05 17:26:49', 1, NULL, NULL, NULL, NULL, 1, NULL, 1, NULL, NULL),
(4864, 'https://www.iamctv.com/wp-content/uploads/2021/03/IAMCTVSCS3E6.mp3', '66:fd8dfedb98e368a44c80f9b2254618d6', 4996, 'post', 'attachment', 1, 4995, NULL, NULL, 'IAMC TV Street Chat', 'inherit', 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, NULL, NULL, NULL, '2021-03-13 01:11:35', 1, NULL, NULL, NULL, NULL, 1, NULL, 1, NULL, NULL),
(4980, 'https://www.iamctv.com/podcast/perspectives-ep-3-afdb-conference-on-african-diaspora-inclusivity-in-growth-and-development/', '123:2b6cc0402609cb4ea570db213c48111f', 5196, 'post', 'podcast', 1, 0, NULL, NULL, 'Perspectives Ep. 3-AfDB Conference on African Diaspora Inclusivity in Growth and Development', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2022/12/PerspectivesS1E3-mp3-image.jpg', NULL, '5198', 'featured-image', NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2022/12/PerspectivesS1E3-mp3-image.jpg', '5198', 'featured-image', '{\"width\":750,\"height\":400,\"filesize\":95332,\"url\":\"https://www.iamctv.com/wp-content/uploads/2022/12/PerspectivesS1E3-mp3-image.jpg\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2022/12/PerspectivesS1E3-mp3-image.jpg\",\"size\":\"full\",\"id\":5198,\"alt\":\"\",\"pixels\":300000,\"type\":\"image/jpeg\"}', 5, NULL, NULL, '2022-12-02 14:15:00', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2022-12-02 14:23:16', '2022-12-02 14:20:57'),
(4866, 'https://www.iamctv.com/igboho-storms-ado-ekiti/', '47:f158fd3c814f616ffcb75072876f8512', 4999, 'post', 'post', 1, 0, NULL, NULL, 'Igboho Storms Ado-Ekiti', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://i1.wp.com/www.iamctv.com/wp-content/uploads/2021/06/IGU2.jpg?fit=1721%2C831&ssl=1', NULL, '5001', 'featured-image', NULL, NULL, 'https://i1.wp.com/www.iamctv.com/wp-content/uploads/2021/06/IGU2.jpg?fit=1721%2C831&ssl=1', '5001', 'featured-image', '{\"width\":1721,\"height\":831,\"url\":\"https://i1.wp.com/www.iamctv.com/wp-content/uploads/2021/06/IGU2.jpg?fit=1721%2C831&ssl=1\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2021/06/IGU2.jpg\",\"size\":\"full\",\"id\":5001,\"alt\":\"\",\"pixels\":1430151,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2021-06-07 19:12:57', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2021-06-07 19:16:13', '2021-06-07 19:16:06'),
(4867, 'https://www.iamctv.com/wp-content/uploads/2021/06/IGU1.jpg', '58:e945f648ec4e02eb1b43dfe08291e0d0', 5000, 'post', 'attachment', 1, 4999, NULL, NULL, 'IGU1', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2021/06/IGU1.jpg', NULL, '5000', 'attachment-image', NULL, NULL, NULL, '5000', 'attachment-image', NULL, NULL, NULL, NULL, '2021-06-07 19:14:39', 1, NULL, NULL, NULL, NULL, 1, NULL, 1, NULL, NULL),
(4868, 'https://www.iamctv.com/wp-content/uploads/2021/06/IGU2.jpg', '58:514f4c741a9550943a2ca5e11ad451a9', 5001, 'post', 'attachment', 1, 4999, NULL, NULL, 'IGU2', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2021/06/IGU2.jpg', NULL, '5001', 'attachment-image', NULL, NULL, NULL, '5001', 'attachment-image', NULL, NULL, NULL, NULL, '2021-06-07 19:14:43', 1, NULL, NULL, NULL, NULL, 1, NULL, 1, NULL, NULL),
(4869, 'https://www.iamctv.com/fulani-herdsmen-attacks-igangan-community/', '65:cf895a18235a94ff9d3c3645d8269b8d', 5003, 'post', 'post', 1, 0, NULL, NULL, 'Fulani Herdsmen Attacks Igangan Community', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://i1.wp.com/www.iamctv.com/wp-content/uploads/2021/06/IGU3.jpg?fit=1730%2C841&ssl=1', NULL, '5004', 'featured-image', NULL, NULL, 'https://i1.wp.com/www.iamctv.com/wp-content/uploads/2021/06/IGU3.jpg?fit=1730%2C841&ssl=1', '5004', 'featured-image', '{\"width\":1730,\"height\":841,\"url\":\"https://i1.wp.com/www.iamctv.com/wp-content/uploads/2021/06/IGU3.jpg?fit=1730%2C841&ssl=1\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2021/06/IGU3.jpg\",\"size\":\"full\",\"id\":5004,\"alt\":\"\",\"pixels\":1454930,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2021-06-07 19:18:31', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2021-06-07 19:19:49', '2021-06-07 19:19:43'),
(4870, 'https://www.iamctv.com/wp-content/uploads/2021/06/IGU3.jpg', '58:163d0ea1d4aa323ae2ab16fdf9caf150', 5004, 'post', 'attachment', 1, 5003, NULL, NULL, 'IGU3', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2021/06/IGU3.jpg', NULL, '5004', 'attachment-image', NULL, NULL, NULL, '5004', 'attachment-image', NULL, NULL, NULL, NULL, '2021-06-07 19:19:10', 1, NULL, NULL, NULL, NULL, 1, NULL, 1, NULL, NULL),
(4871, 'https://www.iamctv.com/anonymous-warns-elon-musk/', '49:5282c96b2bc5e1b0226e9a5aa5cdc079', 5006, 'post', 'post', 1, 0, NULL, NULL, 'Anonymous Warns Elon Musk', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://i1.wp.com/www.iamctv.com/wp-content/uploads/2021/06/IGU4.jpg?fit=1737%2C852&ssl=1', NULL, '5007', 'featured-image', NULL, NULL, 'https://i1.wp.com/www.iamctv.com/wp-content/uploads/2021/06/IGU4.jpg?fit=1737%2C852&ssl=1', '5007', 'featured-image', '{\"width\":1737,\"height\":852,\"url\":\"https://i1.wp.com/www.iamctv.com/wp-content/uploads/2021/06/IGU4.jpg?fit=1737%2C852&ssl=1\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2021/06/IGU4.jpg\",\"size\":\"full\",\"id\":5007,\"alt\":\"\",\"pixels\":1479924,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2021-06-07 19:21:51', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2021-06-07 19:22:51', '2021-06-07 19:22:45'),
(4872, 'https://www.iamctv.com/wp-content/uploads/2021/06/IGU4.jpg', '58:26917ecf4add09a384bad505444af752', 5007, 'post', 'attachment', 1, 5006, NULL, NULL, 'IGU4', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2021/06/IGU4.jpg', NULL, '5007', 'attachment-image', NULL, NULL, NULL, '5007', 'attachment-image', NULL, NULL, NULL, NULL, '2021-06-07 19:22:25', 1, NULL, NULL, NULL, NULL, 1, NULL, 1, NULL, NULL),
(4878, 'https://www.iamctv.com/wp-content/uploads/2021/06/IAMCTVWeekendReviewLogo.png', '77:ad6d2a390c9eb0ad9c995be54373d7dd', 5017, 'post', 'attachment', 1, 0, NULL, NULL, 'IAMCTVWeekendReviewLogo', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2021/06/IAMCTVWeekendReviewLogo.png', NULL, '5017', 'attachment-image', NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2021/06/IAMCTVWeekendReviewLogo-1024x369.png', '5017', 'attachment-image', '{\"width\":1024,\"height\":369,\"path\":\"2021/06/IAMCTVWeekendReviewLogo-1024x369.png\",\"url\":\"https://www.iamctv.com/wp-content/uploads/2021/06/IAMCTVWeekendReviewLogo-1024x369.png\",\"size\":\"large\",\"id\":5017,\"alt\":\"\",\"pixels\":377856,\"type\":\"image/png\"}', NULL, NULL, NULL, '2021-06-29 13:34:52', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2021-06-29 13:34:52', '2021-06-29 13:34:52'),
(4874, 'https://www.iamctv.com/chinese-worker-attempts-to-impale-sierra-leonean-safety-officer/', '87:e09c3500f0872928c6dba336e1f2ff63', 5009, 'post', 'post', 1, 0, NULL, NULL, 'Chinese Worker Attempts to Impale Sierra Leonean Safety Officer', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://i1.wp.com/www.iamctv.com/wp-content/uploads/2021/06/IGU5.jpg?fit=1719%2C846&ssl=1', NULL, '5010', 'featured-image', NULL, NULL, 'https://i1.wp.com/www.iamctv.com/wp-content/uploads/2021/06/IGU5.jpg?fit=1719%2C846&ssl=1', '5010', 'featured-image', '{\"width\":1719,\"height\":846,\"url\":\"https://i1.wp.com/www.iamctv.com/wp-content/uploads/2021/06/IGU5.jpg?fit=1719%2C846&ssl=1\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2021/06/IGU5.jpg\",\"size\":\"full\",\"id\":5010,\"alt\":\"\",\"pixels\":1454274,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2021-06-11 13:49:05', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2021-06-11 13:50:55', '2021-06-11 13:50:47'),
(4875, 'https://www.iamctv.com/wp-content/uploads/2021/06/IGU5.jpg', '58:59baf200b0738c28f1b5875cf0fc28fd', 5010, 'post', 'attachment', 1, 5009, NULL, NULL, 'IGU5', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2021/06/IGU5.jpg', NULL, '5010', 'attachment-image', NULL, NULL, NULL, '5010', 'attachment-image', NULL, NULL, NULL, NULL, '2021-06-11 13:50:27', 1, NULL, NULL, NULL, NULL, 1, NULL, 1, NULL, NULL),
(4876, 'https://www.iamctv.com/rwanda-president-paul-kagame-derides-some-african-leaders/', '81:2104adbd488ae06eb6a1c9fb88bbf012', 5012, 'post', 'post', 1, 0, NULL, NULL, 'Rwanda President Paul Kagame Derides Some African Leaders', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://i2.wp.com/www.iamctv.com/wp-content/uploads/2021/06/IGU6.jpg?fit=1720%2C825&ssl=1', NULL, '5013', 'featured-image', NULL, NULL, 'https://i2.wp.com/www.iamctv.com/wp-content/uploads/2021/06/IGU6.jpg?fit=1720%2C825&ssl=1', '5013', 'featured-image', '{\"width\":1720,\"height\":825,\"url\":\"https://i2.wp.com/www.iamctv.com/wp-content/uploads/2021/06/IGU6.jpg?fit=1720%2C825&ssl=1\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2021/06/IGU6.jpg\",\"size\":\"full\",\"id\":5013,\"alt\":\"\",\"pixels\":1419000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2021-06-11 13:52:22', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2021-06-11 13:53:52', '2021-06-11 13:53:43'),
(4877, 'https://www.iamctv.com/wp-content/uploads/2021/06/IGU6.jpg', '58:5284f40e5b00b2489cd67d39bce472be', 5013, 'post', 'attachment', 1, 5012, NULL, NULL, 'IGU6', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2021/06/IGU6.jpg', NULL, '5013', 'attachment-image', NULL, NULL, NULL, '5013', 'attachment-image', NULL, NULL, NULL, NULL, '2021-06-11 13:53:28', 1, NULL, NULL, NULL, NULL, 1, NULL, 1, NULL, NULL),
(4879, 'https://www.iamctv.com/series/weekend-review/', '45:662043202af761051edfc15f5b32de15', 32, 'term', 'series', NULL, NULL, NULL, NULL, 'Weekend Review', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-06-29 13:35:29', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-05-17 03:33:18', '2021-06-29 13:45:10'),
(4880, 'https://www.iamctv.com/podcast/weekend-review-june-26-2021-ep-1/', '64:805e0bb755d2c1fe48924e77b3ef39ad', 5018, 'post', 'podcast', 1, 0, NULL, NULL, 'Weekend Review-June 26, 2021 Ep. 1', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://i0.wp.com/www.iamctv.com/wp-content/uploads/2021/06/IAMCTVWeekendReviewLogo.png?fit=3000%2C1080&ssl=1', NULL, '5017', 'featured-image', NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2021/06/IAMCTVWeekendReviewLogo-1024x369.png', '5017', 'featured-image', '{\"width\":1024,\"height\":369,\"path\":\"2021/06/IAMCTVWeekendReviewLogo-1024x369.png\",\"url\":\"https://www.iamctv.com/wp-content/uploads/2021/06/IAMCTVWeekendReviewLogo-1024x369.png\",\"size\":\"large\",\"id\":5017,\"alt\":\"\",\"pixels\":377856,\"type\":\"image/png\"}', 5, NULL, NULL, '2021-06-29 13:36:55', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2021-06-29 13:47:11', '2021-06-29 13:45:10'),
(4881, 'https://www.iamctv.com/wp-content/uploads/2021/06/WeekendReview626.mp3', '70:c51a95e25d4f54a0f54308c090dc4365', 5019, 'post', 'attachment', 1, 5018, NULL, NULL, 'Weekend Review-June 26', 'inherit', 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, NULL, NULL, NULL, '2021-06-29 13:39:44', 1, NULL, NULL, NULL, NULL, 1, NULL, 1, NULL, NULL),
(4886, 'https://www.iamctv.com/wp-content/uploads/2021/07/IAMCTVSCS3E7.mp3', '66:fb6255f6e9ce42790aac6aa9d973418f', 5027, 'post', 'attachment', 1, 5025, NULL, NULL, 'IAMC TV Street Chat', 'inherit', 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, NULL, NULL, NULL, '2021-07-29 01:58:58', 1, NULL, NULL, NULL, NULL, 1, NULL, 1, NULL, NULL),
(4891, 'https://www.iamctv.com/the-coronation-of-the-21st-olu-of-warri-kingdom/', '71:03386ea1a0e6d84ece9c3ebf0b212618', 5032, 'post', 'post', 1, 0, NULL, NULL, 'The Coronation of the 21st Olu of Warri Kingdom', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://i2.wp.com/www.iamctv.com/wp-content/uploads/2021/08/OluWarriCoronation.jpg?fit=1124%2C532&ssl=1', NULL, '5037', 'featured-image', NULL, NULL, 'https://i2.wp.com/www.iamctv.com/wp-content/uploads/2021/08/OluWarriCoronation.jpg?fit=1124%2C532&ssl=1', '5037', 'featured-image', '{\"width\":1124,\"height\":532,\"url\":\"https://i2.wp.com/www.iamctv.com/wp-content/uploads/2021/08/OluWarriCoronation.jpg?fit=1124%2C532&ssl=1\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2021/08/OluWarriCoronation.jpg\",\"size\":\"full\",\"id\":5037,\"alt\":\"\",\"pixels\":597968,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2021-08-23 14:48:06', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2021-08-23 14:53:49', '2021-08-23 14:48:51'),
(4888, 'https://www.iamctv.com/podcast/iamc-tv-street-chat-s3-episode-8/', '64:96492be5b0ce31a4888626b43b56fda2', 5028, 'post', 'podcast', 1, 0, NULL, NULL, 'IAMC TV Street Chat-S3 Episode 8', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/10/IAMCTVPodcastbanner.jpg?fit=1000%2C350&ssl=1', NULL, '1896', 'featured-image', NULL, NULL, 'https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/10/IAMCTVPodcastbanner.jpg?fit=1000%2C350&ssl=1', '1896', 'featured-image', '{\"width\":1000,\"height\":350,\"url\":\"https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/10/IAMCTVPodcastbanner.jpg?fit=1000%2C350&ssl=1\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2020/10/IAMCTVPodcastbanner.jpg\",\"size\":\"full\",\"id\":1896,\"alt\":\"\",\"pixels\":350000,\"type\":\"image/jpeg\"}', 5, NULL, NULL, '2021-08-05 12:49:06', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2021-08-05 12:52:55', '2021-08-05 12:52:49'),
(4889, 'https://www.iamctv.com/wp-content/uploads/2021/08/IAMCTVSCS3E8.mp3', '66:114bd5e99362ca2e7f329cdfc2594523', 5029, 'post', 'attachment', 1, 5028, NULL, NULL, 'IAMC TV Street Chat', 'inherit', 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, NULL, NULL, NULL, '2021-08-05 12:51:29', 1, NULL, NULL, NULL, NULL, 1, NULL, 1, NULL, NULL),
(4892, 'https://www.iamctv.com/?page_id=5036', '36:f44c29b76366978d4b265bef36c8ad1a', 5036, 'post', 'page', 1, 0, NULL, NULL, 'Refund and Returns Policy', '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, '2021-08-23 14:50:18', 1, NULL, NULL, NULL, NULL, 0, NULL, 1, NULL, NULL),
(4893, 'https://www.iamctv.com/wp-content/uploads/2021/08/OluWarriCoronation.jpg', '72:bd44b5cae481d71c72240e8b9d33d4d4', 5037, 'post', 'attachment', 1, 5032, NULL, NULL, 'OluWarriCoronation', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2021/08/OluWarriCoronation.jpg', NULL, '5037', 'attachment-image', NULL, NULL, NULL, '5037', 'attachment-image', NULL, NULL, NULL, NULL, '2021-08-23 14:53:28', 1, NULL, NULL, NULL, NULL, 0, NULL, 1, NULL, NULL),
(4894, 'https://www.iamctv.com/terrorism-nigeria-leaders-needs-to-wake-up-from-their-slumber/', '85:daa4e1ce738c46d9cbafdd4770e1011d', 5039, 'post', 'post', 1, 0, NULL, NULL, 'Terrorism: Nigeria Leaders Needs to Wake Up from Their Slumber', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://i2.wp.com/www.iamctv.com/wp-content/uploads/2021/09/iguc8.jpg?fit=1701%2C840&ssl=1', NULL, '5041', 'featured-image', NULL, NULL, 'https://i2.wp.com/www.iamctv.com/wp-content/uploads/2021/09/iguc8.jpg?fit=1701%2C840&ssl=1', '5041', 'featured-image', '{\"width\":1701,\"height\":840,\"url\":\"https://i2.wp.com/www.iamctv.com/wp-content/uploads/2021/09/iguc8.jpg?fit=1701%2C840&ssl=1\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2021/09/iguc8.jpg\",\"size\":\"full\",\"id\":5041,\"alt\":\"\",\"pixels\":1428840,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2021-09-02 17:59:18', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2021-09-02 18:02:03', '2021-09-02 17:59:57'),
(4895, 'https://www.iamctv.com/wp-content/uploads/2021/09/iguc8.jpg', '59:7eac20a44231e8af0e3da19dbd6ffb1f', 5041, 'post', 'attachment', 1, 5039, NULL, NULL, 'iguc8', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2021/09/iguc8.jpg', NULL, '5041', 'attachment-image', NULL, NULL, NULL, '5041', 'attachment-image', NULL, NULL, NULL, NULL, '2021-09-02 18:01:41', 1, NULL, NULL, NULL, NULL, 0, NULL, 1, NULL, NULL),
(4896, 'https://www.iamctv.com/anal-sex-and-hiv-infection/', '50:36da8496ce6b35d2fd30fc2209a12944', 5045, 'post', 'post', 2, 0, NULL, NULL, 'Anal Sex and HIV Infection', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/11/DrOrdersPagebanner.jpg?fit=1000%2C350&ssl=1', NULL, '4859', 'featured-image', NULL, NULL, 'https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/11/DrOrdersPagebanner.jpg?fit=1000%2C350&ssl=1', '4859', 'featured-image', '{\"width\":1000,\"height\":350,\"url\":\"https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/11/DrOrdersPagebanner.jpg?fit=1000%2C350&ssl=1\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2020/11/DrOrdersPagebanner.jpg\",\"size\":\"full\",\"id\":4859,\"alt\":\"\",\"pixels\":350000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2021-11-09 18:54:19', 1, NULL, NULL, NULL, NULL, 0, 2, 2, '2021-11-11 18:59:40', '2021-11-09 18:58:13'),
(4897, 'https://www.iamctv.com/wp-content/uploads/2021/11/AnalSex.jpg', '61:947d4ceeb16575d39bf5ecb594dd1895', 5046, 'post', 'attachment', 1, 5045, NULL, NULL, 'AnalSex', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2021/11/AnalSex.jpg', NULL, '5046', 'attachment-image', NULL, NULL, NULL, '5046', 'attachment-image', NULL, NULL, NULL, NULL, '2021-11-09 18:57:53', 1, NULL, NULL, NULL, NULL, 1, NULL, 1, NULL, NULL),
(4898, 'https://www.iamctv.com/wp-content/uploads/2021/11/DepressionSuicide.jpg', '71:8affb92a9e1ce192d3152de1b6eee62e', 5048, 'post', 'attachment', 1, 0, NULL, NULL, 'DepressionSuicide', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2021/11/DepressionSuicide.jpg', NULL, '5048', 'attachment-image', NULL, NULL, NULL, '5048', 'attachment-image', NULL, NULL, NULL, NULL, '2021-11-09 19:02:04', 1, NULL, NULL, NULL, NULL, 0, NULL, 1, NULL, NULL),
(4899, 'https://www.iamctv.com/depression-suicide/', '42:c14771f6b8dfadb98c0c36d3428a9de9', 5049, 'post', 'post', 2, 0, NULL, NULL, 'Depression &#038; Suicide', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/11/DrOrdersPagebanner.jpg?fit=1000%2C350&ssl=1', NULL, '4859', 'featured-image', NULL, NULL, 'https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/11/DrOrdersPagebanner.jpg?fit=1000%2C350&ssl=1', '4859', 'featured-image', '{\"width\":1000,\"height\":350,\"url\":\"https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/11/DrOrdersPagebanner.jpg?fit=1000%2C350&ssl=1\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2020/11/DrOrdersPagebanner.jpg\",\"size\":\"full\",\"id\":4859,\"alt\":\"\",\"pixels\":350000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2021-11-09 19:04:20', 1, NULL, NULL, NULL, NULL, 0, 3, 2, '2021-11-11 19:02:05', '2021-11-09 19:04:34'),
(4900, 'https://www.iamctv.com/wp-content/uploads/2021/11/ISeeISaw.jpg', '62:16b5ac082ba54d1477209bb77d31f915', 5051, 'post', 'attachment', 1, 0, NULL, NULL, 'ISeeISaw', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2021/11/ISeeISaw.jpg', NULL, '5051', 'attachment-image', NULL, NULL, NULL, '5051', 'attachment-image', NULL, NULL, NULL, NULL, '2021-11-09 19:06:23', 1, NULL, NULL, NULL, NULL, 0, NULL, 1, NULL, NULL),
(4901, 'https://www.iamctv.com/i-see-i-saw-mystery-of-the-red-eye/', '58:8452a7bfebf2bb2697e76a531ba89f16', 5052, 'post', 'post', 2, 0, NULL, NULL, 'I See, I Saw: Mystery of the Red Eye', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/11/DrOrdersPagebanner.jpg?fit=1000%2C350&ssl=1', NULL, '4859', 'featured-image', NULL, NULL, 'https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/11/DrOrdersPagebanner.jpg?fit=1000%2C350&ssl=1', '4859', 'featured-image', '{\"width\":1000,\"height\":350,\"url\":\"https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/11/DrOrdersPagebanner.jpg?fit=1000%2C350&ssl=1\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2020/11/DrOrdersPagebanner.jpg\",\"size\":\"full\",\"id\":4859,\"alt\":\"\",\"pixels\":350000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2021-11-09 19:10:23', 1, NULL, NULL, NULL, NULL, 0, 2, 2, '2021-11-11 19:09:19', '2021-11-09 19:13:33'),
(4902, 'https://www.iamctv.com/celebrating-chief-mrs-adishetu-igietseme-ugbodaga/', '73:48946f6b683c785d0389fa1e99db7193', 5054, 'post', 'post', 1, 0, NULL, NULL, 'Celebrating Chief (Mrs) Adishetu Igietseme Ugbodaga', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://i2.wp.com/www.iamctv.com/wp-content/uploads/2021/11/USASoS.jpg?fit=1920%2C1080&ssl=1', NULL, '5055', 'featured-image', NULL, NULL, 'https://i2.wp.com/www.iamctv.com/wp-content/uploads/2021/11/USASoS.jpg?fit=1920%2C1080&ssl=1', '5055', 'featured-image', '{\"width\":1920,\"height\":1080,\"url\":\"https://i2.wp.com/www.iamctv.com/wp-content/uploads/2021/11/USASoS.jpg?fit=1920%2C1080&ssl=1\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2021/11/USASoS.jpg\",\"size\":\"full\",\"id\":5055,\"alt\":\"\",\"pixels\":2073600,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2021-11-10 16:39:47', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2021-11-10 16:43:22', '2021-11-10 16:43:14'),
(4903, 'https://www.iamctv.com/category/iamc-tv/editorials/nigeria/specials/', '68:a1fae3ae4f85e079b2812927fd658bfc', 35, 'term', 'category', NULL, NULL, NULL, NULL, 'Specials', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-11-10 16:40:28', 1, NULL, NULL, NULL, NULL, 1, NULL, 2, '2023-01-01 22:26:02', '2021-11-10 16:43:14'),
(4904, 'https://www.iamctv.com/wp-content/uploads/2021/11/USASoS.jpg', '60:578f42aa2c79bc8759c7c1a4ad5fcd98', 5055, 'post', 'attachment', 1, 5054, NULL, NULL, 'USASoS', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2021/11/USASoS.jpg', NULL, '5055', 'attachment-image', NULL, NULL, NULL, '5055', 'attachment-image', NULL, NULL, NULL, NULL, '2021-11-10 16:41:13', 1, NULL, NULL, NULL, NULL, 1, NULL, 1, NULL, NULL),
(4905, 'https://www.iamctv.com/wp-content/uploads/2021/11/USASoS-1.jpg', '62:2c7b3bc5bc7f67777b810148ad581801', 5056, 'post', 'attachment', 1, 5054, NULL, NULL, 'USASoS', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2021/11/USASoS-1.jpg', NULL, '5056', 'attachment-image', NULL, NULL, NULL, '5056', 'attachment-image', NULL, NULL, NULL, NULL, '2021-11-10 16:41:49', 1, NULL, NULL, NULL, NULL, 1, NULL, 1, NULL, NULL),
(4906, 'https://www.iamctv.com/these-holes-on-my-babys-head/', '52:0c690536fb8a675c594690cc1566c860', 5058, 'post', 'post', 2, 0, NULL, NULL, 'These Holes on my Baby&#8217;s Head', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/11/DrOrdersPagebanner.jpg?fit=1000%2C350&ssl=1', NULL, '4859', 'featured-image', NULL, NULL, 'https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/11/DrOrdersPagebanner.jpg?fit=1000%2C350&ssl=1', '4859', 'featured-image', '{\"width\":1000,\"height\":350,\"url\":\"https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/11/DrOrdersPagebanner.jpg?fit=1000%2C350&ssl=1\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2020/11/DrOrdersPagebanner.jpg\",\"size\":\"full\",\"id\":4859,\"alt\":\"\",\"pixels\":350000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2021-11-11 18:54:28', 1, NULL, NULL, NULL, NULL, 0, 3, 2, '2021-11-11 18:57:43', '2021-11-11 18:57:39'),
(4907, 'https://www.iamctv.com/wp-content/uploads/2021/11/BabiesHole.jpg', '64:8850bfc6cf08d911c82eb1e025314adb', 5059, 'post', 'attachment', 1, 5058, NULL, NULL, 'BabiesHole', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://i0.wp.com/www.iamctv.com/wp-content/uploads/2021/11/BabiesHole.jpg?fit=%2C&ssl=1', NULL, '5059', 'attachment-image', NULL, NULL, NULL, '5059', 'attachment-image', NULL, NULL, NULL, NULL, '2021-11-11 18:56:31', 1, NULL, NULL, NULL, NULL, 1, NULL, 1, NULL, NULL),
(4908, 'https://www.iamctv.com/wp-content/uploads/2021/11/ISeeI1.jpg', '60:8e2aa06c39a1cf610cf96586f187103b', 5067, 'post', 'attachment', 1, 5052, NULL, NULL, 'ISeeI1', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://i0.wp.com/www.iamctv.com/wp-content/uploads/2021/11/ISeeI1.jpg?fit=%2C&ssl=1', NULL, '5067', 'attachment-image', NULL, NULL, NULL, '5067', 'attachment-image', NULL, NULL, NULL, NULL, '2021-11-11 19:08:49', 1, NULL, NULL, NULL, NULL, 1, NULL, 1, NULL, NULL),
(4910, 'https://www.iamctv.com/just-another-idle-musing-%f0%9f%98%89/', '61:0aecd6c10e3c4b5184de0d6c77901ed5', 5070, 'post', 'post', 2, 0, NULL, NULL, 'Just Another Idle Musing &#x1f609;', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2020/11/DrOrdersPagebanner.jpg', NULL, '4859', 'featured-image', NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2020/11/DrOrdersPagebanner.jpg', '4859', 'featured-image', '{\"width\":1000,\"height\":350,\"url\":\"https://www.iamctv.com/wp-content/uploads/2020/11/DrOrdersPagebanner.jpg\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2020/11/DrOrdersPagebanner.jpg\",\"size\":\"full\",\"id\":4859,\"alt\":\"\",\"pixels\":350000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2022-04-11 16:56:15', 1, NULL, NULL, NULL, NULL, 0, 2, 2, '2022-04-11 17:06:36', '2022-04-11 16:58:53'),
(4911, 'https://www.iamctv.com/understanding-the-connection-breaking-the-chain/', '71:96cf364cd115a6925e7cc352e2155a04', 5075, 'post', 'post', 2, 0, NULL, NULL, 'Understanding The Connection: Breaking The Chain', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2020/11/DrOrdersPagebanner.jpg', NULL, '4859', 'featured-image', NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2020/11/DrOrdersPagebanner.jpg', '4859', 'featured-image', '{\"width\":1000,\"height\":350,\"url\":\"https://www.iamctv.com/wp-content/uploads/2020/11/DrOrdersPagebanner.jpg\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2020/11/DrOrdersPagebanner.jpg\",\"size\":\"full\",\"id\":4859,\"alt\":\"\",\"pixels\":350000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2022-04-11 17:09:25', 1, NULL, NULL, NULL, NULL, 0, 3, 2, '2022-04-11 17:17:06', '2022-04-11 17:12:20'),
(4912, 'https://www.iamctv.com/wp-content/uploads/2022/04/SoHIVA.jpg', '60:9e34b28dac764edde48e9163ecc7115a', 5079, 'post', 'attachment', 1, 5075, NULL, NULL, 'SoHIVA', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://i0.wp.com/www.iamctv.com/wp-content/uploads/2022/04/SoHIVA.jpg?fit=%2C&ssl=1', NULL, '5079', 'attachment-image', NULL, NULL, NULL, '5079', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-11 17:13:33', 1, NULL, NULL, NULL, NULL, 1, NULL, 2, '2022-04-11 17:13:32', '2022-04-11 17:13:32'),
(4913, 'https://www.iamctv.com/podcast/weekend-review-april-23-2022/', '60:a7feb181741ac8a6dd61bf59e2268a15', 5083, 'post', 'podcast', 1, 0, NULL, NULL, 'Weekend Review-April 23, 2022', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2021/06/IAMCTVWeekendReviewLogo.png', NULL, '5017', 'featured-image', NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2021/06/IAMCTVWeekendReviewLogo-1024x369.png', '5017', 'featured-image', '{\"width\":1024,\"height\":369,\"path\":\"2021/06/IAMCTVWeekendReviewLogo-1024x369.png\",\"url\":\"https://www.iamctv.com/wp-content/uploads/2021/06/IAMCTVWeekendReviewLogo-1024x369.png\",\"size\":\"large\",\"id\":5017,\"alt\":\"\",\"pixels\":377856,\"type\":\"image/png\"}', 5, NULL, NULL, '2022-04-27 13:38:22', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2022-04-27 13:52:52', '2022-04-27 13:43:05'),
(4914, 'https://www.iamctv.com/wp-content/uploads/2022/04/WeekendReview4232022.mp3', '74:374a4dd6d2b4c0dfad32df9753917bcb', 5084, 'post', 'attachment', 1, 5083, NULL, NULL, 'IAMC TV Weekend Review-April 23, 2022', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2022/04/WeekendReview4232022-mp3-image.png', NULL, '5085', 'featured-image', NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2022/04/WeekendReview4232022-mp3-image-1024x369.png', '5085', 'featured-image', '{\"width\":1024,\"height\":369,\"path\":\"2022/04/WeekendReview4232022-mp3-image-1024x369.png\",\"url\":\"https://www.iamctv.com/wp-content/uploads/2022/04/WeekendReview4232022-mp3-image-1024x369.png\",\"size\":\"large\",\"id\":5085,\"alt\":\"\",\"pixels\":377856,\"type\":\"image/png\"}', NULL, NULL, NULL, '2022-04-27 13:40:26', 1, NULL, NULL, NULL, NULL, 1, NULL, 2, '2022-04-27 13:41:01', '2022-04-27 13:40:26'),
(4915, 'https://www.iamctv.com/wp-content/uploads/2022/04/WeekendReview4232022-mp3-image.png', '84:55eace9727cea356ec17bbb926293dfe', 5085, 'post', 'attachment', 1, 0, NULL, NULL, '', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2022/04/WeekendReview4232022-mp3-image.png', NULL, '5085', 'attachment-image', NULL, NULL, NULL, '5085', 'attachment-image', NULL, NULL, NULL, NULL, '2022-04-27 13:40:26', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-04-27 13:40:26', '2022-04-27 13:40:26'),
(4979, 'https://www.iamctv.com/wp-content/uploads/2022/12/PerspE3Ban.jpg', '64:7956047417b186c52f893d84eea08e84', 5194, 'post', 'attachment', 1, 5193, NULL, NULL, 'PerspE3Ban', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2022/12/PerspE3Ban.jpg', NULL, '5194', 'attachment-image', NULL, NULL, NULL, '5194', 'attachment-image', NULL, NULL, NULL, NULL, '2022-12-02 11:59:56', 1, NULL, NULL, NULL, NULL, 1, NULL, 2, '2022-12-02 11:59:56', '2022-12-02 11:59:56'),
(4919, 'https://www.iamctv.com/video-weekend-review-april-23-2022/', '58:0fbc0fb5018b338f190ab02764219f98', 5089, 'post', 'post', 1, 0, NULL, NULL, '[Video] Weekend Review-April 23, 2022', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2022/04/WeekendReview4232022-mp3-image.png', NULL, '5085', 'featured-image', NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2022/04/WeekendReview4232022-mp3-image-1024x369.png', '5085', 'featured-image', '{\"width\":1024,\"height\":369,\"path\":\"2022/04/WeekendReview4232022-mp3-image-1024x369.png\",\"url\":\"https://www.iamctv.com/wp-content/uploads/2022/04/WeekendReview4232022-mp3-image-1024x369.png\",\"size\":\"large\",\"id\":5085,\"alt\":\"\",\"pixels\":377856,\"type\":\"image/png\"}', 0, NULL, NULL, '2022-04-28 03:02:19', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2022-04-28 03:17:47', '2022-04-28 03:04:23'),
(4920, 'https://www.iamctv.com/category/iamc-tv/editorials/weekend-review/', '66:6166ce844d7747beee0d402b6bf1edf7', 38, 'term', 'category', NULL, NULL, NULL, NULL, 'Weekend Review', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2022-04-28 03:05:38', 1, NULL, NULL, NULL, NULL, 1, NULL, 2, '2022-05-17 03:43:16', NULL),
(4923, 'https://www.iamctv.com/podcast/weekend-review-april-30-2022/', '60:62083627ddfcd569c6a517203446d389', 5099, 'post', 'podcast', 1, 0, NULL, NULL, 'Weekend Review-April 30, 2022', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2022/04/WeekendReview4232022-mp3-image.png', NULL, '5085', 'featured-image', NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2022/04/WeekendReview4232022-mp3-image-1024x369.png', '5085', 'featured-image', '{\"width\":1024,\"height\":369,\"path\":\"2022/04/WeekendReview4232022-mp3-image-1024x369.png\",\"url\":\"https://www.iamctv.com/wp-content/uploads/2022/04/WeekendReview4232022-mp3-image-1024x369.png\",\"size\":\"large\",\"id\":5085,\"alt\":\"\",\"pixels\":377856,\"type\":\"image/png\"}', 5, NULL, NULL, '2022-05-02 22:19:01', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2022-05-02 22:35:12', '2022-05-02 22:33:22');
INSERT INTO `iamc_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`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`, `estimated_reading_time_minutes`, `version`, `object_last_modified`, `object_published_at`) VALUES
(4924, 'https://www.iamctv.com/wp-content/uploads/2022/05/Weekend-Review-April-30-2022.mp3', '82:3a483d432e94fe9a29543b6bbcd30f82', 5100, 'post', 'attachment', 1, 5099, NULL, NULL, 'Weekend Review-April 30, 2022', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2022/04/WeekendReview4232022-mp3-image.png', NULL, '5085', 'featured-image', NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2022/04/WeekendReview4232022-mp3-image-1024x369.png', '5085', 'featured-image', '{\"width\":1024,\"height\":369,\"path\":\"2022/04/WeekendReview4232022-mp3-image-1024x369.png\",\"url\":\"https://www.iamctv.com/wp-content/uploads/2022/04/WeekendReview4232022-mp3-image-1024x369.png\",\"size\":\"large\",\"id\":5085,\"alt\":\"\",\"pixels\":377856,\"type\":\"image/png\"}', NULL, NULL, NULL, '2022-05-02 22:23:06', 1, NULL, NULL, NULL, NULL, 1, NULL, 2, '2022-05-02 22:26:05', '2022-05-02 22:23:06'),
(4922, 'https://www.iamctv.com/burna-boy-live-at-madison-square-garden-new-york/', '72:9ab387a22f80afdf989c99f212ef72fd', 5095, 'post', 'post', 1, 0, NULL, NULL, 'Burna Boy: Live At Madison Square Garden New York', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2022/04/WeekendReview4232022-mp3-image.png', NULL, '5085', 'featured-image', NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2022/04/WeekendReview4232022-mp3-image-1024x369.png', '5085', 'featured-image', '{\"width\":1024,\"height\":369,\"path\":\"2022/04/WeekendReview4232022-mp3-image-1024x369.png\",\"url\":\"https://www.iamctv.com/wp-content/uploads/2022/04/WeekendReview4232022-mp3-image-1024x369.png\",\"size\":\"large\",\"id\":5085,\"alt\":\"\",\"pixels\":377856,\"type\":\"image/png\"}', 0, NULL, NULL, '2022-05-02 21:45:56', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2022-05-02 21:51:03', '2022-05-02 21:47:04'),
(4925, 'https://www.iamctv.com/video-weekend-review-april-30-2022/', '58:f676ce022035f1567cf15590a5bb9ce3', 5101, 'post', 'post', 1, 0, NULL, NULL, '[Video] Weekend Review-April 30, 2022', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2022/04/WeekendReview4232022-mp3-image.png', NULL, '5085', 'featured-image', NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2022/04/WeekendReview4232022-mp3-image-1024x369.png', '5085', 'featured-image', '{\"width\":1024,\"height\":369,\"path\":\"2022/04/WeekendReview4232022-mp3-image-1024x369.png\",\"url\":\"https://www.iamctv.com/wp-content/uploads/2022/04/WeekendReview4232022-mp3-image-1024x369.png\",\"size\":\"large\",\"id\":5085,\"alt\":\"\",\"pixels\":377856,\"type\":\"image/png\"}', 0, NULL, NULL, '2022-05-03 02:15:11', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2022-05-03 02:19:16', '2022-05-03 02:16:03'),
(4978, 'https://www.iamctv.com/video-perspectives-ep-3-afdb-conference-on-african-diaspora-inclusivity-in-growth-and-development/', '121:39c116e5961e54c81e4f8aaf3ed1eac3', 5193, 'post', 'post', 1, 0, NULL, NULL, '[Video] Perspectives Ep. 3-AfDB Conference on African Diaspora Inclusivity in Growth and Development', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2022/12/PerspE3Ban.jpg', NULL, '5194', 'featured-image', NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2022/12/PerspE3Ban.jpg', '5194', 'featured-image', '{\"width\":750,\"height\":400,\"filesize\":95332,\"url\":\"https://www.iamctv.com/wp-content/uploads/2022/12/PerspE3Ban.jpg\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2022/12/PerspE3Ban.jpg\",\"size\":\"full\",\"id\":5194,\"alt\":\"\",\"pixels\":300000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2022-12-02 11:54:30', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2022-12-02 12:00:21', '2022-12-02 12:00:14'),
(4927, 'https://www.iamctv.com/podcast/weekend-review-may-7-2022/', '57:5389bf9f13a57f3ccf34d3c9252f4dcf', 5107, 'post', 'podcast', 1, 0, NULL, NULL, 'Weekend Review-May 7, 2022', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2022/04/WeekendReview4232022-mp3-image.png', NULL, '5085', 'featured-image', NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2022/04/WeekendReview4232022-mp3-image-1024x369.png', '5085', 'featured-image', '{\"width\":1024,\"height\":369,\"path\":\"2022/04/WeekendReview4232022-mp3-image-1024x369.png\",\"url\":\"https://www.iamctv.com/wp-content/uploads/2022/04/WeekendReview4232022-mp3-image-1024x369.png\",\"size\":\"large\",\"id\":5085,\"alt\":\"\",\"pixels\":377856,\"type\":\"image/png\"}', 5, NULL, NULL, '2022-05-09 15:02:13', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2022-05-09 15:11:27', '2022-05-09 15:09:23'),
(4928, 'https://www.iamctv.com/wp-content/uploads/2022/05/Weekend-Review-May-7-2022.mp3', '79:303c73b4070b8fde2dba934da157f33a', 5108, 'post', 'attachment', 1, 5107, NULL, NULL, 'Weekend Review-May 7, 2022', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2022/04/WeekendReview4232022-mp3-image.png', NULL, '5085', 'featured-image', NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2022/04/WeekendReview4232022-mp3-image-1024x369.png', '5085', 'featured-image', '{\"width\":1024,\"height\":369,\"path\":\"2022/04/WeekendReview4232022-mp3-image-1024x369.png\",\"url\":\"https://www.iamctv.com/wp-content/uploads/2022/04/WeekendReview4232022-mp3-image-1024x369.png\",\"size\":\"large\",\"id\":5085,\"alt\":\"\",\"pixels\":377856,\"type\":\"image/png\"}', NULL, NULL, NULL, '2022-05-09 15:08:11', 1, NULL, NULL, NULL, NULL, 1, NULL, 2, '2022-05-09 15:08:19', '2022-05-09 15:08:11'),
(4929, 'https://www.iamctv.com/video-weekend-review-may-7-2022/', '55:096962c299f3aa98508e7dcb767681ba', 5109, 'post', 'post', 1, 0, NULL, NULL, '[Video] Weekend Review-May 7, 2022', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2022/05/WeekendReview57.png', NULL, '5113', 'featured-image', NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2022/05/WeekendReview57-1024x450.png', '5113', 'featured-image', '{\"width\":1024,\"height\":450,\"path\":\"2022/05/WeekendReview57-1024x450.png\",\"url\":\"https://www.iamctv.com/wp-content/uploads/2022/05/WeekendReview57-1024x450.png\",\"size\":\"large\",\"id\":5113,\"alt\":\"\",\"pixels\":460800,\"type\":\"image/png\"}', 0, NULL, NULL, '2022-05-09 18:07:43', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2022-05-09 18:58:45', '2022-05-09 18:48:57'),
(4931, 'https://www.iamctv.com/wp-content/uploads/2022/05/mq2.jpg', '57:43a1641d5232458dba0609b08be6e1bc', 5111, 'post', 'attachment', 1, 5109, NULL, NULL, 'mq2', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2022/05/mq2.jpg', NULL, '5111', 'attachment-image', NULL, NULL, NULL, '5111', 'attachment-image', NULL, NULL, NULL, NULL, '2022-05-09 18:47:47', 1, NULL, NULL, NULL, NULL, 1, NULL, 2, '2022-05-09 18:47:47', '2022-05-09 18:47:47'),
(4932, 'https://www.iamctv.com/wp-content/uploads/2022/05/WeekendReview57.png', '69:eed650ca34b0621fb067548852a9d1b4', 5113, 'post', 'attachment', 1, 5109, NULL, NULL, 'WeekendReview57', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2022/05/WeekendReview57.png', NULL, '5113', 'attachment-image', NULL, NULL, NULL, '5113', 'attachment-image', NULL, NULL, NULL, NULL, '2022-05-09 18:57:20', 1, NULL, NULL, NULL, NULL, 1, NULL, 2, '2022-05-09 18:57:20', '2022-05-09 18:57:20'),
(4933, 'https://www.iamctv.com/podcast/weekend-review-may-14-2022/', '58:3e2c3dba050456902e46725e5ee810cd', 5115, 'post', 'podcast', 1, 0, NULL, NULL, 'Weekend Review-May 14, 2022', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2022/04/WeekendReview4232022-mp3-image.png', NULL, '5085', 'featured-image', NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2022/04/WeekendReview4232022-mp3-image-1024x369.png', '5085', 'featured-image', '{\"width\":1024,\"height\":369,\"path\":\"2022/04/WeekendReview4232022-mp3-image-1024x369.png\",\"url\":\"https://www.iamctv.com/wp-content/uploads/2022/04/WeekendReview4232022-mp3-image-1024x369.png\",\"size\":\"large\",\"id\":5085,\"alt\":\"\",\"pixels\":377856,\"type\":\"image/png\"}', 5, NULL, NULL, '2022-05-17 03:29:32', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2022-05-17 03:33:18', '2022-05-17 03:33:13'),
(4934, 'https://www.iamctv.com/wp-content/uploads/2022/05/Weekend-Review-May-14-2022.mp3', '80:7722c8dff3da977dd8022e0f603c074b', 5116, 'post', 'attachment', 1, 5115, NULL, NULL, 'Weekend Review-May 14, 2022', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2022/04/WeekendReview4232022-mp3-image.png', NULL, '5085', 'featured-image', NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2022/04/WeekendReview4232022-mp3-image-1024x369.png', '5085', 'featured-image', '{\"width\":1024,\"height\":369,\"path\":\"2022/04/WeekendReview4232022-mp3-image-1024x369.png\",\"url\":\"https://www.iamctv.com/wp-content/uploads/2022/04/WeekendReview4232022-mp3-image-1024x369.png\",\"size\":\"large\",\"id\":5085,\"alt\":\"\",\"pixels\":377856,\"type\":\"image/png\"}', NULL, NULL, NULL, '2022-05-17 03:31:39', 1, NULL, NULL, NULL, NULL, 1, NULL, 2, '2022-05-17 03:32:26', '2022-05-17 03:31:39'),
(4935, 'https://www.iamctv.com/video-weekend-review-may-14-2022/', '56:3c499e5d2dab0fbf413628011232c64e', 5117, 'post', 'post', 1, 0, NULL, NULL, '[Video] Weekend Review-May 14, 2022', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2022/05/WeekendReview514.jpg', NULL, '5120', 'featured-image', NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2022/05/WeekendReview514.jpg', '5120', 'featured-image', '{\"width\":2349,\"height\":1032,\"url\":\"https://www.iamctv.com/wp-content/uploads/2022/05/WeekendReview514.jpg\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2022/05/WeekendReview514.jpg\",\"size\":\"full\",\"id\":5120,\"alt\":\"\",\"pixels\":2424168,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2022-05-17 03:35:29', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2022-05-17 03:43:16', '2022-05-17 03:36:04'),
(4937, 'https://www.iamctv.com/wp-content/uploads/2022/05/WeekendReview514.jpg', '70:56b26ee092eee36434fa5603c9923ad4', 5120, 'post', 'attachment', 1, 5117, NULL, NULL, 'WeekendReview514', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2022/05/WeekendReview514.jpg', NULL, '5120', 'attachment-image', NULL, NULL, NULL, '5120', 'attachment-image', NULL, NULL, NULL, NULL, '2022-05-17 03:41:41', 1, NULL, NULL, NULL, NULL, 1, NULL, 2, '2022-05-17 03:41:41', '2022-05-17 03:41:41'),
(4939, 'https://www.iamctv.com/video-bob-manuel-umoru-need-for-a-military-incursion-into-the-nigeria-democracy/', '103:291349c5179279b2a1ecb69631087610', 5122, 'post', 'post', 1, 0, NULL, NULL, '[Video] Bob-Manuel Umoru-Need For a Military Incursion into the Nigeria Democracy', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2022/05/MilIncursion.jpg', NULL, '5124', 'featured-image', NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2022/05/MilIncursion.jpg', '5124', 'featured-image', '{\"width\":1000,\"height\":350,\"url\":\"https://www.iamctv.com/wp-content/uploads/2022/05/MilIncursion.jpg\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2022/05/MilIncursion.jpg\",\"size\":\"full\",\"id\":5124,\"alt\":\"\",\"pixels\":350000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2022-05-17 21:10:38', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2022-05-17 21:15:18', '2022-05-17 21:11:23'),
(4940, 'https://www.iamctv.com/wp-content/uploads/2022/05/MilIncursion.jpg', '66:37b6ea7c5a859f8ec475db3b3b0152bc', 5124, 'post', 'attachment', 1, 5122, NULL, NULL, 'MilIncursion', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2022/05/MilIncursion.jpg', NULL, '5124', 'attachment-image', NULL, NULL, NULL, '5124', 'attachment-image', NULL, NULL, NULL, NULL, '2022-05-17 21:15:02', 1, NULL, NULL, NULL, NULL, 1, NULL, 2, '2022-05-17 21:15:02', '2022-05-17 21:15:02'),
(4941, 'https://www.iamctv.com/video-juxtaposing-nigeria-islamic-doctrine-versus-what-the-quran-states/', '95:b6c1ce83f478495fa99136e5c8602dd6', 5125, 'post', 'post', 1, 0, NULL, NULL, '[Video] Juxtaposing Nigeria Islamic Doctrine versus what the Quran States', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2022/05/JuxtaIslam.jpg', NULL, '5127', 'featured-image', NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2022/05/JuxtaIslam.jpg', '5127', 'featured-image', '{\"width\":1000,\"height\":350,\"url\":\"https://www.iamctv.com/wp-content/uploads/2022/05/JuxtaIslam.jpg\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2022/05/JuxtaIslam.jpg\",\"size\":\"full\",\"id\":5127,\"alt\":\"\",\"pixels\":350000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2022-05-18 00:28:57', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2022-05-18 00:34:13', '2022-05-18 00:29:35'),
(4942, 'https://www.iamctv.com/wp-content/uploads/2022/05/JuxtaIslam.jpg', '64:03211fad3a1e3909c6d09952d80a2d8c', 5127, 'post', 'attachment', 1, 5125, NULL, NULL, 'JuxtaIslam', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2022/05/JuxtaIslam.jpg', NULL, '5127', 'attachment-image', NULL, NULL, NULL, '5127', 'attachment-image', NULL, NULL, NULL, NULL, '2022-05-18 00:33:56', 1, NULL, NULL, NULL, NULL, 1, NULL, 2, '2022-05-18 00:33:56', '2022-05-18 00:33:56'),
(4943, 'https://www.iamctv.com/the-unexpected-and-shocking-death-of-professor-joseph-ighietseme-my-elergy-chief-mike-ozekhome-san-ofr-llm-phd-fciiarb-lld/', '146:82edd9df2527399bab1fc022a17011b3', 5129, 'post', 'post', 3, 0, NULL, NULL, 'The Unexpected and Shocking Death of Professor Joseph Ighietseme: My Elergy-Chief Mike Ozekhome SAN, OFR, LLM, PHD, FCiIARB, LLD', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2022/06/juiban2.jpg', NULL, '5130', 'featured-image', NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2022/06/juiban2.jpg', '5130', 'featured-image', '{\"width\":1280,\"height\":720,\"filesize\":151686,\"url\":\"https://www.iamctv.com/wp-content/uploads/2022/06/juiban2.jpg\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2022/06/juiban2.jpg\",\"size\":\"full\",\"id\":5130,\"alt\":\"\",\"pixels\":921600,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2022-06-01 22:39:56', 1, NULL, NULL, NULL, NULL, 0, 6, 2, '2022-06-01 23:06:08', '2022-06-01 22:44:45'),
(4944, 'https://www.iamctv.com/wp-content/uploads/2022/06/juiban2.jpg', '61:ee7a57e04a6f6530edb15d9ad9f410d3', 5130, 'post', 'attachment', 1, 5129, NULL, NULL, 'juiban2', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2022/06/juiban2.jpg', NULL, '5130', 'attachment-image', NULL, NULL, NULL, '5130', 'attachment-image', NULL, NULL, NULL, NULL, '2022-06-01 22:44:31', 1, NULL, NULL, NULL, NULL, 1, NULL, 2, '2022-06-01 22:44:31', '2022-06-01 22:44:31'),
(4945, 'https://www.iamctv.com/wp-content/uploads/2022/06/juiban1.jpg', '61:a562c4e7ab951bed15e526ae760a1b18', 5134, 'post', 'attachment', 1, 5129, NULL, NULL, 'juiban1', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://i0.wp.com/www.iamctv.com/wp-content/uploads/2022/06/juiban1.jpg?fit=%2C&ssl=1', NULL, '5134', 'attachment-image', NULL, NULL, NULL, '5134', 'attachment-image', NULL, NULL, NULL, NULL, '2022-06-01 22:47:22', 1, NULL, NULL, NULL, NULL, 1, NULL, 2, '2022-06-01 22:47:22', '2022-06-01 22:47:22'),
(4946, 'https://www.iamctv.com/wp-content/uploads/2022/06/juiban2-1.jpg', '63:e93a3cfb9fa426467f420f96be220fd4', 5136, 'post', 'attachment', 1, 5129, NULL, NULL, 'juiban2-1', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://i0.wp.com/www.iamctv.com/wp-content/uploads/2022/06/juiban2-1.jpg?fit=%2C&ssl=1', NULL, '5136', 'attachment-image', NULL, NULL, NULL, '5136', 'attachment-image', NULL, NULL, NULL, NULL, '2022-06-01 22:49:49', 1, NULL, NULL, NULL, NULL, 1, NULL, 2, '2022-06-01 22:49:49', '2022-06-01 22:49:49'),
(4947, 'https://www.iamctv.com/wp-content/uploads/2022/06/juiban3.jpg', '61:59df3a9fe96e39d88d1e64e9daeee208', 5138, 'post', 'attachment', 1, 5129, NULL, NULL, 'juiban3', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://i0.wp.com/www.iamctv.com/wp-content/uploads/2022/06/juiban3.jpg?fit=%2C&ssl=1', NULL, '5138', 'attachment-image', NULL, NULL, NULL, '5138', 'attachment-image', NULL, NULL, NULL, NULL, '2022-06-01 22:50:48', 1, NULL, NULL, NULL, NULL, 1, NULL, 2, '2022-06-01 22:50:48', '2022-06-01 22:50:48'),
(4949, 'https://www.iamctv.com/wp-content/uploads/2022/06/Mike-Ozekhome-SAN.jpg', '71:0e150147cbeee314226d640c7c7cdd9b', 5141, 'post', 'attachment', 1, 5129, NULL, NULL, 'Mike-Ozekhome-SAN', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://i0.wp.com/www.iamctv.com/wp-content/uploads/2022/06/Mike-Ozekhome-SAN.jpg?fit=%2C&ssl=1', NULL, '5141', 'attachment-image', NULL, NULL, NULL, '5141', 'attachment-image', NULL, NULL, NULL, NULL, '2022-06-01 22:59:43', 1, NULL, NULL, NULL, NULL, 1, NULL, 2, '2022-06-01 22:59:43', '2022-06-01 22:59:43'),
(4950, 'https://www.iamctv.com/celebration-of-life-for-professor-igietseme-5pm-est/', '75:6f917277cd8b346d8ccb923d5e72d544', 5145, 'post', 'post', 1, 0, NULL, NULL, 'Celebration of Life for Professor Igietseme-5PM EST', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2022/06/juiban1.jpg', NULL, '5134', 'featured-image', NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2022/06/juiban1.jpg', '5134', 'featured-image', '{\"width\":1280,\"height\":720,\"filesize\":140306,\"url\":\"https://www.iamctv.com/wp-content/uploads/2022/06/juiban1.jpg\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2022/06/juiban1.jpg\",\"size\":\"full\",\"id\":5134,\"alt\":\"\",\"pixels\":921600,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2022-06-15 20:55:06', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2022-06-25 22:09:37', '2022-06-15 20:55:54'),
(4951, 'https://www.iamctv.com/church-service-for-professor-joseph-igietseme-11am-est/', '78:926ddf5ce4bbecba0614335268e7b8cf', 5148, 'post', 'post', 1, 0, NULL, NULL, 'Church Service for Professor Joseph Igietseme-11AM EST', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2022/06/juiban2-1.jpg', NULL, '5136', 'featured-image', NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2022/06/juiban2-1.jpg', '5136', 'featured-image', '{\"width\":1280,\"height\":720,\"filesize\":151686,\"url\":\"https://www.iamctv.com/wp-content/uploads/2022/06/juiban2-1.jpg\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2022/06/juiban2-1.jpg\",\"size\":\"full\",\"id\":5136,\"alt\":\"\",\"pixels\":921600,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2022-06-15 20:59:28', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2022-06-25 15:09:22', '2022-06-15 21:00:11'),
(4952, 'https://www.iamctv.com/category/iamc-tv/nigeria-votes-2023/', '59:0ee18c4e708b701a83082a3622cff905', 39, 'term', 'category', NULL, NULL, NULL, NULL, 'Nigeria Votes 2023', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2022-06-20 10:57:03', 1, NULL, NULL, NULL, NULL, 1, NULL, 2, '2022-06-20 13:09:33', NULL),
(4953, 'https://www.iamctv.com/peter-obi-returns-from-egypt/', '52:833161477d622773a2443c2a81f41005', 5151, 'post', 'post', 1, 0, NULL, NULL, 'Peter Obi Returns from Egypt', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2022/06/ObiRfE.jpg', NULL, '5152', 'featured-image', NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2022/06/ObiRfE.jpg', '5152', 'featured-image', '{\"width\":850,\"height\":350,\"filesize\":62760,\"url\":\"https://www.iamctv.com/wp-content/uploads/2022/06/ObiRfE.jpg\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2022/06/ObiRfE.jpg\",\"size\":\"full\",\"id\":5152,\"alt\":\"\",\"pixels\":297500,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2022-06-20 12:27:47', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2022-06-20 12:35:23', '2022-06-20 12:33:26'),
(4954, 'https://www.iamctv.com/wp-content/uploads/2022/06/ObiRfE.jpg', '60:93da6250d3bab1e4460bccbf15e2c721', 5152, 'post', 'attachment', 1, 5151, NULL, NULL, 'ObiRfE', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2022/06/ObiRfE.jpg', NULL, '5152', 'attachment-image', NULL, NULL, NULL, '5152', 'attachment-image', NULL, NULL, NULL, NULL, '2022-06-20 12:33:15', 1, NULL, NULL, NULL, NULL, 1, NULL, 2, '2022-06-20 12:33:15', '2022-06-20 12:33:15'),
(4955, 'https://www.iamctv.com/bola-tinubus-convoy-stops-traffic-in-lagos/', '66:47c92465c18849609685280f3d661ca0', 5156, 'post', 'post', 1, 0, NULL, NULL, 'Bola Tinubu&#8217;s Convoy Stops Traffic in Lagos', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2022/06/BolaTinCon.jpg', NULL, '5157', 'featured-image', NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2022/06/BolaTinCon.jpg', '5157', 'featured-image', '{\"width\":850,\"height\":350,\"filesize\":54202,\"url\":\"https://www.iamctv.com/wp-content/uploads/2022/06/BolaTinCon.jpg\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2022/06/BolaTinCon.jpg\",\"size\":\"full\",\"id\":5157,\"alt\":\"\",\"pixels\":297500,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2022-06-20 13:08:21', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2022-06-20 13:09:33', '2022-06-20 13:09:26'),
(4956, 'https://www.iamctv.com/wp-content/uploads/2022/06/BolaTinCon.jpg', '64:251f2b6a11d66a5bf97d1c5432dce17b', 5157, 'post', 'attachment', 1, 5156, NULL, NULL, 'BolaTinCon', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2022/06/BolaTinCon.jpg', NULL, '5157', 'attachment-image', NULL, NULL, NULL, '5157', 'attachment-image', NULL, NULL, NULL, NULL, '2022-06-20 13:09:06', 1, NULL, NULL, NULL, NULL, 1, NULL, 2, '2022-06-20 13:09:06', '2022-06-20 13:09:06'),
(4958, 'https://www.iamctv.com/podcast/perspectives-ep-1-chief-justice-of-nigeria-resigns/', '82:e39f1327372931d510329c007d49b76c', 5166, 'post', 'podcast', 1, 0, NULL, NULL, 'Perspectives Ep. 1-Chief Justice of Nigeria Resigns', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2022/06/PerspE1Ban.jpg', NULL, '5167', 'featured-image', NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2022/06/PerspE1Ban.jpg', '5167', 'featured-image', '{\"width\":750,\"height\":400,\"filesize\":105633,\"url\":\"https://www.iamctv.com/wp-content/uploads/2022/06/PerspE1Ban.jpg\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2022/06/PerspE1Ban.jpg\",\"size\":\"full\",\"id\":5167,\"alt\":\"\",\"pixels\":300000,\"type\":\"image/jpeg\"}', 5, NULL, NULL, '2022-06-29 14:19:01', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2022-06-29 14:34:57', '2022-06-29 14:25:52'),
(4959, 'https://www.iamctv.com/wp-content/uploads/2022/06/PerspE1Ban.jpg', '64:a03755aaa0fdc1e9ce6e651eadb6a50e', 5167, 'post', 'attachment', 1, 5166, NULL, NULL, 'PerspE1Ban', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2022/06/PerspE1Ban.jpg', NULL, '5167', 'attachment-image', NULL, NULL, NULL, '5167', 'attachment-image', NULL, NULL, NULL, NULL, '2022-06-29 14:19:09', 1, NULL, NULL, NULL, NULL, 1, NULL, 2, '2022-06-29 14:19:09', '2022-06-29 14:19:09'),
(4961, 'https://www.iamctv.com/wp-content/uploads/2022/06/PerspectivesS1E1.mp3', '70:6416cbb9c475ba161acc880cd7941ff1', 5169, 'post', 'attachment', 1, 5166, NULL, NULL, 'Perspectives Ep. 1-Chief Justice of Nigeria Resigns', 'inherit', 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, NULL, NULL, NULL, '2022-06-29 14:23:37', 1, NULL, NULL, NULL, NULL, 1, NULL, 2, '2022-06-29 14:23:37', '2022-06-29 14:23:37'),
(4962, 'https://www.iamctv.com/wp-content/uploads/2022/06/PerspectivesS1E1-mp3-image.jpg', '80:d28918f243bc13049849d243ff917450', 5170, 'post', 'attachment', 1, 0, NULL, NULL, '', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2022/06/PerspectivesS1E1-mp3-image.jpg', NULL, '5170', 'attachment-image', NULL, NULL, NULL, '5170', 'attachment-image', NULL, NULL, NULL, NULL, '2022-06-29 14:23:37', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-06-29 14:23:37', '2022-06-29 14:23:37'),
(4963, 'https://www.iamctv.com/wp-content/uploads/2022/06/PerspectivesS1E1-1.mp3', '72:8d31dba4a54bf38bf43542105550e29e', 5171, 'post', 'attachment', 1, 5166, NULL, NULL, 'Perspectives Ep. 1-Chief Justice of Nigeria Resigns', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2022/06/PerspectivesS1E1-mp3-image.jpg', NULL, '5170', 'featured-image', NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2022/06/PerspectivesS1E1-mp3-image.jpg', '5170', 'featured-image', '{\"width\":750,\"height\":400,\"filesize\":105633,\"url\":\"https://www.iamctv.com/wp-content/uploads/2022/06/PerspectivesS1E1-mp3-image.jpg\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2022/06/PerspectivesS1E1-mp3-image.jpg\",\"size\":\"full\",\"id\":5170,\"alt\":\"\",\"pixels\":300000,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-06-29 14:24:09', 1, NULL, NULL, NULL, NULL, 1, NULL, 2, '2022-06-29 14:24:54', '2022-06-29 14:24:09'),
(4964, 'https://www.iamctv.com/wp-content/uploads/2022/06/PerspectivesPodcastLogo.png', '77:305c4b54a285de5b01bf35e23cbed325', 5172, 'post', 'attachment', 1, 5166, NULL, NULL, 'PerspectivesPodcastLogo', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2022/06/PerspectivesPodcastLogo.png', NULL, '5172', 'attachment-image', NULL, NULL, NULL, '5172', 'attachment-image', NULL, NULL, NULL, NULL, '2022-06-29 14:27:31', 1, NULL, NULL, NULL, NULL, 1, NULL, 2, '2022-06-29 14:27:31', '2022-06-29 14:27:31'),
(4965, 'https://www.iamctv.com/wp-content/uploads/2022/06/PerspectivesPodcastLogo-1-e1656513080872.png', '94:283d56a2a7a901004aa667bccf0a14d2', 5173, 'post', 'attachment', 1, 5166, NULL, NULL, 'PerspectivesPodcastLogo', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2022/06/PerspectivesPodcastLogo-1-e1656513080872.png', NULL, '5173', 'attachment-image', NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2022/06/PerspectivesPodcastLogo-1-e1656513080872.png', '5173', 'attachment-image', '{\"width\":301,\"height\":300,\"filesize\":718442,\"url\":\"https://www.iamctv.com/wp-content/uploads/2022/06/PerspectivesPodcastLogo-1-e1656513080872.png\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2022/06/PerspectivesPodcastLogo-1-e1656513080872.png\",\"size\":\"full\",\"id\":5173,\"alt\":\"\",\"pixels\":90300,\"type\":\"image/png\"}', NULL, NULL, NULL, '2022-06-29 14:27:59', 1, NULL, NULL, NULL, NULL, 1, NULL, 2, '2022-06-29 14:31:36', '2022-06-29 14:27:59'),
(4966, 'https://www.iamctv.com/series/perspectives/', '43:d6bd0956fad19e475d55efcea525079d', 40, 'term', 'series', NULL, NULL, NULL, NULL, 'Perspectives', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2022-06-29 14:33:10', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-12-10 03:26:55', NULL),
(4967, 'https://www.iamctv.com/video-perspectives-ep-1-chief-justice-of-nigeria-resigns/', '80:a3ea3429da4d9f693947db0525051751', 5174, 'post', 'post', 1, 0, NULL, NULL, '[Video] Perspectives Ep. 1-Chief Justice of Nigeria Resigns', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2022/06/PerspectivesS1E1-mp3-image.jpg', NULL, '5170', 'featured-image', NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2022/06/PerspectivesS1E1-mp3-image.jpg', '5170', 'featured-image', '{\"width\":750,\"height\":400,\"filesize\":105633,\"url\":\"https://www.iamctv.com/wp-content/uploads/2022/06/PerspectivesS1E1-mp3-image.jpg\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2022/06/PerspectivesS1E1-mp3-image.jpg\",\"size\":\"full\",\"id\":5170,\"alt\":\"\",\"pixels\":300000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2022-06-29 14:36:51', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2022-06-29 14:39:46', '2022-06-29 14:39:38'),
(4968, 'https://www.iamctv.com/category/iamc-tv/editorials/perspectives/', '64:962aba485fc6841949088a2146e76b48', 41, 'term', 'category', NULL, NULL, NULL, NULL, 'Perspectives', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2022-06-29 14:38:47', 1, NULL, NULL, NULL, NULL, 1, NULL, 2, '2022-12-10 03:30:11', NULL),
(4969, 'https://www.iamctv.com/podcast/perspectives-ep-2-governor-wike-and-the-pdp-crisis/', '82:1dab5eca0ac8e344e563fbb983801c2d', 5177, 'post', 'podcast', 1, 0, NULL, NULL, 'Perspectives Ep. 2-Governor Wike and the PDP Crisis', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2022/07/PerspE2Ban.jpg', NULL, '5180', 'featured-image', NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2022/07/PerspE2Ban.jpg', '5180', 'featured-image', '{\"width\":750,\"height\":400,\"filesize\":97241,\"url\":\"https://www.iamctv.com/wp-content/uploads/2022/07/PerspE2Ban.jpg\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2022/07/PerspE2Ban.jpg\",\"size\":\"full\",\"id\":5180,\"alt\":\"\",\"pixels\":300000,\"type\":\"image/jpeg\"}', 5, NULL, NULL, '2022-07-07 10:59:46', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2022-07-07 11:03:34', '2022-07-07 11:01:45'),
(4970, 'https://www.iamctv.com/wp-content/uploads/2022/07/PerspectivesS1E2.mp3', '70:34d8e9c36cd6fcb1a007672bd3c72b30', 5178, 'post', 'attachment', 1, 5177, NULL, NULL, 'Perspectives Ep. 2-Governor Wike and the PDP Crisis', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2022/07/PerspectivesS1E2-mp3-image.jpg', NULL, '5179', 'featured-image', NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2022/07/PerspectivesS1E2-mp3-image.jpg', '5179', 'featured-image', '{\"width\":750,\"height\":400,\"filesize\":97241,\"url\":\"https://www.iamctv.com/wp-content/uploads/2022/07/PerspectivesS1E2-mp3-image.jpg\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2022/07/PerspectivesS1E2-mp3-image.jpg\",\"size\":\"full\",\"id\":5179,\"alt\":\"\",\"pixels\":300000,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2022-07-07 11:00:31', 1, NULL, NULL, NULL, NULL, 1, NULL, 2, '2022-07-07 11:00:53', '2022-07-07 11:00:31'),
(4971, 'https://www.iamctv.com/wp-content/uploads/2022/07/PerspectivesS1E2-mp3-image.jpg', '80:e34fcb97d3bf3ae7e1399760af335a3f', 5179, 'post', 'attachment', 1, 0, NULL, NULL, '', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2022/07/PerspectivesS1E2-mp3-image.jpg', NULL, '5179', 'attachment-image', NULL, NULL, NULL, '5179', 'attachment-image', NULL, NULL, NULL, NULL, '2022-07-07 11:00:32', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, '2022-07-07 11:00:32', '2022-07-07 11:00:32'),
(4972, 'https://www.iamctv.com/wp-content/uploads/2022/07/PerspE2Ban.jpg', '64:c474a5fc82eb015c5e0ba64c8a38dafc', 5180, 'post', 'attachment', 1, 5177, NULL, NULL, 'PerspE2Ban', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2022/07/PerspE2Ban.jpg', NULL, '5180', 'attachment-image', NULL, NULL, NULL, '5180', 'attachment-image', NULL, NULL, NULL, NULL, '2022-07-07 11:03:18', 1, NULL, NULL, NULL, NULL, 1, NULL, 2, '2022-07-07 11:03:18', '2022-07-07 11:03:18'),
(4973, 'https://www.iamctv.com/video-governor-wike-and-the-pdp-crisis/', '62:e0f57370be0fb2da0afce7418867bf4b', 5181, 'post', 'post', 1, 0, NULL, NULL, '[Video] Perspectives Ep. 2-Governor Wike and the PDP Crisis', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2022/07/PerspE2Ban.jpg', NULL, '5180', 'featured-image', NULL, NULL, 'https://www.iamctv.com/wp-content/uploads/2022/07/PerspE2Ban.jpg', '5180', 'featured-image', '{\"width\":750,\"height\":400,\"filesize\":97241,\"url\":\"https://www.iamctv.com/wp-content/uploads/2022/07/PerspE2Ban.jpg\",\"path\":\"/home/www/iamctv.com/wp-content/uploads/2022/07/PerspE2Ban.jpg\",\"size\":\"full\",\"id\":5180,\"alt\":\"\",\"pixels\":300000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2022-07-07 11:05:24', 1, NULL, NULL, NULL, NULL, 0, 1, 2, '2022-07-07 11:12:43', '2022-07-07 11:06:12'),
(4975, 'https://www.iamctv.com/awpa_user_form_build/', '44:0998a9fdc94e378cd44e4d29f64f424f', NULL, 'post-type-archive', 'awpa_user_form_build', NULL, NULL, '%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%', '', 'User Forms', NULL, 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2022-08-11 07:33:33', 1, NULL, NULL, NULL, NULL, 0, NULL, 2, NULL, NULL);

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

--
-- Table structure for table `iamc_yoast_indexable_hierarchy`
--

CREATE TABLE `iamc_yoast_indexable_hierarchy` (
  `indexable_id` int UNSIGNED NOT NULL,
  `ancestor_id` int UNSIGNED NOT NULL,
  `depth` int UNSIGNED DEFAULT NULL,
  `blog_id` bigint NOT NULL DEFAULT '1'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `iamc_yoast_indexable_hierarchy`
--

INSERT INTO `iamc_yoast_indexable_hierarchy` (`indexable_id`, `ancestor_id`, `depth`, `blog_id`) VALUES
(18, 0, 0, 1),
(2891, 0, 0, 1),
(4988, 0, 0, 1),
(64, 13, 1, 1),
(65, 13, 1, 1),
(66, 13, 2, 1),
(66, 65, 1, 1),
(67, 13, 2, 1),
(67, 65, 1, 1),
(68, 13, 2, 1),
(68, 65, 1, 1),
(69, 13, 2, 1),
(69, 65, 1, 1),
(4989, 4988, 1, 1),
(4987, 0, 0, 1),
(4843, 65, 1, 1),
(4843, 13, 2, 1),
(4983, 0, 0, 1),
(4982, 0, 0, 1),
(4985, 4983, 1, 1),
(4978, 0, 0, 1),
(4979, 4978, 1, 1),
(4881, 4880, 1, 1),
(4880, 0, 0, 1),
(4879, 0, 0, 1),
(4877, 4876, 1, 1),
(4783, 13, 2, 1),
(4783, 65, 1, 1),
(4876, 0, 0, 1),
(4875, 4874, 1, 1),
(4874, 0, 0, 1),
(4878, 0, 0, 1),
(4846, 4845, 1, 1),
(4872, 4871, 1, 1),
(4871, 0, 0, 1),
(4870, 4869, 1, 1),
(4869, 0, 0, 1),
(4868, 4866, 1, 1),
(4867, 4866, 1, 1),
(4839, 0, 0, 1),
(104, 0, 0, 1),
(428, 0, 0, 1),
(4836, 0, 0, 1),
(4850, 0, 0, 1),
(4848, 0, 0, 1),
(4847, 0, 0, 1),
(4845, 0, 0, 1),
(95, 0, 0, 1),
(101, 0, 0, 1),
(4866, 0, 0, 1),
(70, 0, 0, 1),
(98, 0, 0, 1),
(4829, 0, 0, 1),
(92, 0, 0, 1),
(89, 0, 0, 1),
(7, 0, 0, 1),
(4791, 0, 0, 1),
(30, 0, 0, 1),
(4810, 0, 0, 1),
(4739, 0, 0, 1),
(3451, 0, 0, 1),
(147, 0, 0, 1),
(4804, 0, 0, 1),
(13, 0, 0, 1),
(4797, 0, 0, 1),
(31, 0, 0, 1),
(2148, 0, 0, 1),
(4784, 0, 0, 1),
(4786, 0, 0, 1),
(1824, 0, 0, 1),
(882, 0, 0, 1),
(6, 0, 0, 1),
(16, 0, 0, 1),
(4764, 0, 0, 1),
(4814, 0, 0, 1),
(4806, 0, 0, 1),
(3103, 0, 0, 1),
(4770, 0, 0, 1),
(4799, 0, 0, 1),
(4766, 0, 0, 1),
(4776, 0, 0, 1),
(4774, 0, 0, 1),
(4854, 0, 0, 1),
(4803, 0, 0, 1),
(4789, 0, 0, 1),
(1791, 0, 0, 1),
(4863, 0, 0, 1),
(19, 0, 0, 1),
(4818, 0, 0, 1),
(45, 0, 0, 1),
(4984, 4983, 1, 1),
(4859, 0, 0, 1),
(4834, 0, 0, 1),
(4794, 0, 0, 1),
(4780, 0, 0, 1),
(32, 0, 0, 1),
(4860, 0, 0, 1),
(9, 0, 0, 1),
(73, 0, 0, 1),
(4980, 0, 0, 1),
(27, 0, 0, 1),
(4981, 4980, 1, 1),
(63, 0, 0, 1),
(4884, 0, 0, 1),
(4976, 0, 0, 1),
(4886, 4884, 1, 1),
(1829, 1824, 1, 1),
(4977, 4976, 1, 1),
(4888, 0, 0, 1),
(4889, 4888, 1, 1),
(4891, 0, 0, 1),
(4892, 0, 0, 1),
(4893, 4891, 1, 1),
(4894, 0, 0, 1),
(4895, 4894, 1, 1),
(4896, 0, 0, 1),
(4897, 4896, 1, 1),
(4898, 0, 0, 1),
(4899, 0, 0, 1),
(4901, 0, 0, 1),
(4900, 0, 0, 1),
(4903, 66, 1, 1),
(4903, 65, 2, 1),
(4903, 13, 3, 1),
(4902, 0, 0, 1),
(4904, 4902, 1, 1),
(4906, 0, 0, 1),
(4777, 4776, 1, 1),
(4907, 4906, 1, 1),
(4908, 4901, 1, 1),
(8, 0, 0, 1),
(4910, 0, 0, 1),
(4911, 0, 0, 1),
(4912, 4911, 1, 1),
(4914, 4913, 1, 1),
(4913, 0, 0, 1),
(4919, 0, 0, 1),
(4920, 13, 2, 1),
(4920, 65, 1, 1),
(4915, 0, 0, 1),
(4924, 4923, 1, 1),
(4922, 0, 0, 1),
(29, 27, 1, 1),
(4923, 0, 0, 1),
(4925, 0, 0, 1),
(4927, 0, 0, 1),
(4928, 4927, 1, 1),
(4931, 4929, 1, 1),
(4929, 0, 0, 1),
(4932, 4929, 1, 1),
(4934, 4933, 1, 1),
(4933, 0, 0, 1),
(4935, 0, 0, 1),
(4937, 4935, 1, 1),
(4939, 0, 0, 1),
(4940, 4939, 1, 1),
(4941, 0, 0, 1),
(4942, 4941, 1, 1),
(4943, 0, 0, 1),
(4944, 4943, 1, 1),
(4945, 4943, 1, 1),
(4946, 4943, 1, 1),
(4947, 4943, 1, 1),
(4949, 4943, 1, 1),
(4950, 0, 0, 1),
(4951, 0, 0, 1),
(4953, 0, 0, 1),
(4954, 4953, 1, 1),
(4956, 4955, 1, 1),
(4955, 0, 0, 1),
(4952, 13, 1, 1),
(4959, 4958, 1, 1),
(4958, 0, 0, 1),
(4963, 4958, 1, 1),
(4965, 4958, 1, 1),
(4967, 0, 0, 1),
(4968, 13, 2, 1),
(4968, 65, 1, 1),
(4962, 0, 0, 1),
(4966, 0, 0, 1),
(4970, 4969, 1, 1),
(4969, 0, 0, 1),
(4972, 4969, 1, 1),
(4973, 0, 0, 1),
(4975, 0, 0, 1);

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

--
-- Table structure for table `iamc_yoast_migrations`
--

CREATE TABLE `iamc_yoast_migrations` (
  `id` int UNSIGNED NOT NULL,
  `version` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `iamc_yoast_migrations`
--

INSERT INTO `iamc_yoast_migrations` (`id`, `version`) VALUES
(1, '20171228151840'),
(2, '20171228151841'),
(3, '20190529075038'),
(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, '20200702141921'),
(17, '20200728095334'),
(18, '20200617122511'),
(19, '20201202144329'),
(20, '20201216124002'),
(21, '20201216141134'),
(22, '20210817092415'),
(23, '20211020091404');

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

--
-- Table structure for table `iamc_yoast_primary_term`
--

CREATE TABLE `iamc_yoast_primary_term` (
  `id` int UNSIGNED NOT NULL,
  `post_id` bigint DEFAULT NULL,
  `term_id` bigint DEFAULT NULL,
  `taxonomy` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `created_at` datetime DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `blog_id` bigint NOT NULL DEFAULT '1'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `iamc_yoast_primary_term`
--

INSERT INTO `iamc_yoast_primary_term` (`id`, `post_id`, `term_id`, `taxonomy`, `created_at`, `blog_id`) VALUES
(1, 207, 22, 'category', '2020-10-26 17:09:54', 1),
(4, 1890, 20, 'series', '2020-11-03 19:02:11', 1),
(3, 943, 21, 'category', '2020-10-31 22:21:17', 1),
(5, 2214, 22, 'category', '2020-11-04 14:53:13', 1),
(6, 2958, 20, 'series', '2020-11-06 12:00:41', 1),
(8, 3177, 25, 'category', '2020-11-06 20:11:19', 1),
(9, 3526, 25, 'category', '2020-11-07 17:22:54', 1),
(10, 4815, 23, 'category', '2020-11-10 14:18:13', 1),
(11, 4843, 24, 'category', '2020-11-12 20:41:56', 1),
(12, 4846, 20, 'series', '2020-11-12 21:58:47', 1),
(13, 4850, 20, 'series', '2020-11-20 04:36:53', 1),
(14, 4853, 28, 'category', '2020-11-25 18:44:11', 1),
(15, 4857, 28, 'category', '2020-11-25 18:58:15', 1),
(16, 4863, 20, 'series', '2020-11-27 01:31:00', 1),
(17, 4866, 28, 'category', '2020-11-30 22:05:08', 1),
(18, 4869, 21, 'category', '2020-12-02 02:35:43', 1),
(19, 4873, 20, 'series', '2020-12-04 14:51:34', 1),
(20, 4875, 28, 'category', '2020-12-05 22:48:03', 1),
(21, 4879, 20, 'series', '2020-12-11 05:27:40', 1),
(22, 4882, 28, 'category', '2020-12-11 16:19:41', 1),
(23, 4885, 20, 'series', '2020-12-18 16:51:00', 1),
(24, 4889, 28, 'category', '2020-12-25 21:03:39', 1),
(25, 4891, 21, 'category', '2020-12-31 15:32:45', 1),
(26, 4894, 20, 'series', '2021-01-01 14:30:25', 1),
(27, 4898, 20, 'series', '2021-01-07 22:02:30', 1),
(28, 4902, 20, 'series', '2021-01-14 21:51:08', 1),
(29, 4923, 25, 'category', '2021-01-19 18:18:39', 1),
(30, 4957, 20, 'series', '2021-01-22 12:08:32', 1),
(31, 4962, 29, 'category', '2021-01-26 20:45:39', 1),
(32, 4966, 21, 'category', '2021-01-26 22:35:44', 1),
(33, 4969, 23, 'category', '2021-02-01 18:22:07', 1),
(34, 4978, 29, 'category', '2021-02-01 19:19:44', 1),
(35, 4984, 20, 'series', '2021-02-05 17:31:10', 1),
(36, 4989, 21, 'category', '2021-03-01 15:04:05', 1),
(37, 4991, 20, 'series', '2021-03-07 15:24:25', 1),
(38, 4995, 20, 'series', '2021-03-13 01:13:28', 1),
(39, 4999, 29, 'category', '2021-06-07 19:16:13', 1),
(40, 5003, 29, 'category', '2021-06-07 19:19:49', 1),
(41, 5006, 29, 'category', '2021-06-07 19:22:51', 1),
(42, 5009, 29, 'category', '2021-06-11 13:50:55', 1),
(43, 5012, 29, 'category', '2021-06-11 13:53:52', 1),
(44, 5018, 32, 'series', '2021-06-29 13:45:15', 1),
(45, 5025, 20, 'series', '2021-07-29 02:01:11', 1),
(46, 5028, 20, 'series', '2021-08-05 12:52:55', 1),
(47, 5032, 23, 'category', '2021-08-23 14:48:59', 1),
(48, 5039, 29, 'category', '2021-09-02 18:00:05', 1),
(49, 5045, 28, 'category', '2021-11-09 18:58:23', 1),
(50, 5049, 28, 'category', '2021-11-09 19:04:43', 1),
(51, 5052, 28, 'category', '2021-11-09 19:13:40', 1),
(52, 5054, 35, 'category', '2021-11-10 16:43:22', 1),
(53, 5058, 28, 'category', '2021-11-11 18:57:43', 1),
(54, 5070, 28, 'category', '2022-04-11 16:59:01', 1),
(55, 5075, 28, 'category', '2022-04-11 17:12:26', 1),
(56, 5083, 32, 'series', '2022-04-27 13:52:52', 1),
(57, 5089, 38, 'category', '2022-04-28 03:06:01', 1),
(58, 5089, 32, 'series', '2022-04-28 03:06:15', 1),
(61, 5099, 32, 'series', '2022-05-02 22:35:12', 1),
(60, 5095, 35, 'category', '2022-05-02 21:47:10', 1),
(62, 5101, 38, 'category', '2022-05-03 02:16:11', 1),
(63, 5107, 32, 'series', '2022-05-09 15:09:33', 1),
(64, 5109, 38, 'category', '2022-05-09 18:49:03', 1),
(65, 5115, 32, 'series', '2022-05-17 03:33:18', 1),
(66, 5117, 38, 'category', '2022-05-17 03:36:09', 1),
(67, 5122, 29, 'category', '2022-05-17 21:11:31', 1),
(68, 5125, 29, 'category', '2022-05-18 00:29:44', 1),
(69, 5129, 22, 'category', '2022-06-01 22:44:52', 1),
(70, 5148, 35, 'category', '2022-06-15 21:00:21', 1),
(71, 5145, 35, 'category', '2022-06-15 21:04:01', 1),
(72, 5151, 22, 'category', '2022-06-20 12:33:32', 1),
(73, 5156, 22, 'category', '2022-06-20 13:09:33', 1),
(74, 5166, 40, 'series', '2022-06-29 14:34:26', 1),
(75, 5174, 41, 'category', '2022-06-29 14:39:48', 1),
(76, 5177, 40, 'series', '2022-07-07 11:01:52', 1),
(77, 5181, 41, 'category', '2022-07-07 11:06:23', 1),
(78, 5188, 1, 'category', '2022-12-01 11:49:45', 1),
(79, 5193, 41, 'category', '2022-12-02 12:00:22', 1),
(80, 5196, 40, 'series', '2022-12-02 14:21:04', 1),
(81, 5200, 40, 'series', '2022-12-10 03:25:59', 1),
(82, 5205, 41, 'category', '2022-12-10 03:30:11', 1),
(83, 5208, 1, 'category', '2023-01-01 22:26:03', 1);

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

--
-- Table structure for table `iamc_yoast_seo_links`
--

CREATE TABLE `iamc_yoast_seo_links` (
  `id` bigint UNSIGNED NOT NULL,
  `url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_id` bigint UNSIGNED NOT NULL,
  `target_post_id` bigint UNSIGNED NOT NULL,
  `type` varchar(8) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `indexable_id` int UNSIGNED DEFAULT NULL,
  `target_indexable_id` int UNSIGNED DEFAULT NULL,
  `height` int UNSIGNED DEFAULT NULL,
  `width` int UNSIGNED DEFAULT NULL,
  `size` int UNSIGNED DEFAULT NULL,
  `language` varchar(32) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `region` varchar(32) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `iamc_yoast_seo_links`
--

INSERT INTO `iamc_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES
(12, 'http://www.networkadvertising.org/optout_nonppii.asp', 29, 0, 'external', NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(15, 'https://i2.wp.com/www.iamctv.com/wp-content/uploads/2020/10/B30MVLogo.png?resize=409%2C153&#038;ssl=1', 64, 0, 'image-ex', 70, NULL, NULL, NULL, NULL, NULL, NULL),
(16, 'https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/10/B30MVLogo.png?ssl=1', 67, 0, 'image-ex', 73, NULL, NULL, NULL, NULL, NULL, NULL),
(17, 'https://i2.wp.com/www.iamctv.com/wp-content/uploads/2020/10/StreetChat-1.png?ssl=1', 67, 0, 'image-ex', 73, NULL, NULL, NULL, NULL, NULL, NULL),
(18, 'https://www.cnn.com', 153, 0, 'external', 104, NULL, NULL, NULL, NULL, NULL, NULL),
(19, 'https://petitions.net', 153, 0, 'external', 104, NULL, NULL, NULL, NULL, NULL, NULL),
(20, 'https://i0.wp.com/www.iamctv.com/wp-content/uploads/2020/10/end-sars.jpg?resize=379%2C197&#038;ssl=1', 153, 0, 'image-ex', 104, NULL, NULL, NULL, NULL, NULL, NULL),
(21, 'https://i2.wp.com/www.iamctv.com/wp-content/uploads/2020/10/EndSars.jpg?resize=413%2C232&#038;ssl=1', 153, 0, 'image-ex', 104, NULL, NULL, NULL, NULL, NULL, NULL),
(7027, '', 5200, 0, 'internal', 4983, 18, NULL, NULL, NULL, NULL, NULL),
(7028, '', 5200, 0, 'internal', 4983, 18, NULL, NULL, NULL, NULL, NULL),
(7029, 'https://www.iamctv.com/podcast-player/5200/perspectives-ep-4-reflection-on-bola-ahmed-tinubus-chatham-house-interview.mp3', 5200, 0, 'internal', 4983, NULL, NULL, NULL, NULL, NULL, NULL),
(7030, 'https://www.iamctv.com/podcast-download/5200/perspectives-ep-4-reflection-on-bola-ahmed-tinubus-chatham-house-interview.mp3?ref=download', 5200, 0, 'internal', 4983, NULL, NULL, NULL, NULL, NULL, NULL),
(6600, 'https://www.vanguardngr.com', 4815, 0, 'external', 4739, NULL, NULL, NULL, NULL, NULL, NULL),
(6660, 'https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/10/IAMCTVSChatPodcastLogo.png?resize=313%2C313&#038;ssl=1', 2958, 0, 'image-ex', 2891, NULL, NULL, NULL, NULL, NULL, NULL),
(6659, 'https://www.iamctv.com/podcast-download/2958/iamc-tv-street-chat-s2-episode-2.mp3?ref=new_window', 2958, 0, 'internal', 2891, NULL, NULL, NULL, NULL, NULL, NULL),
(6657, 'https://www.iamctv.com/podcast-download/2958/iamc-tv-street-chat-s2-episode-2.mp3?ref=download', 2958, 0, 'internal', 2891, NULL, NULL, NULL, NULL, NULL, NULL),
(6658, 'https://www.iamctv.com/podcast-download/2958/iamc-tv-street-chat-s2-episode-2.mp3?ref=download', 2958, 0, 'internal', 2891, NULL, NULL, NULL, NULL, NULL, NULL),
(6757, '', 4902, 0, 'internal', 4814, NULL, NULL, NULL, NULL, NULL, NULL),
(6758, '', 4902, 0, 'internal', 4814, NULL, NULL, NULL, NULL, NULL, NULL),
(6759, 'https://www.iamctv.com/wp-content/uploads/2021/01/IAMCTVSCS3E2.mp3', 4902, 4903, 'internal', 4814, 4815, NULL, NULL, NULL, NULL, NULL),
(6760, 'https://www.iamctv.com/podcast-download/4902/iamc-tv-street-chat-s3-episode-2.mp3?ref=download', 4902, 0, 'internal', 4814, NULL, NULL, NULL, NULL, NULL, NULL),
(6721, '', 4885, 0, 'internal', 4799, NULL, NULL, NULL, NULL, NULL, NULL),
(6722, '', 4885, 0, 'internal', 4799, NULL, NULL, NULL, NULL, NULL, NULL),
(6723, 'https://www.iamctv.com/wp-content/uploads/2020/12/IAMCTVSCS2E8.mp3', 4885, 4886, 'internal', 4799, 4800, NULL, NULL, NULL, NULL, NULL),
(6662, 'https://www.iamctv.com/podcast-download/1890/iamc-tv-street-chat-episode-1.mp3?ref=download', 1890, 0, 'internal', 1824, NULL, NULL, NULL, NULL, NULL, NULL),
(6663, 'https://www.iamctv.com/podcast-download/1890/iamc-tv-street-chat-episode-1.mp3?ref=download', 1890, 0, 'internal', 1824, NULL, NULL, NULL, NULL, NULL, NULL),
(6664, 'https://www.iamctv.com/podcast-download/1890/iamc-tv-street-chat-episode-1.mp3?ref=new_window', 1890, 0, 'internal', 1824, NULL, NULL, NULL, NULL, NULL, NULL),
(6665, 'https://i2.wp.com/www.iamctv.com/wp-content/uploads/2020/10/IAMCTVSChatPodcastFImage-1-e1604002358276.png?resize=332%2C272&#038;ssl=1', 1890, 0, 'image-ex', 1824, NULL, NULL, NULL, NULL, NULL, NULL),
(3869, 'https://i2.wp.com/www.iamctv.com/wp-content/uploads/2020/11/usa-vote.jpg?resize=403%2C247&#038;ssl=1', 2214, 0, 'image-ex', 2148, NULL, NULL, NULL, NULL, NULL, NULL),
(6751, 'https://i2.wp.com/www.iamctv.com/wp-content/uploads/2020/10/IAMCTVSChatPodcastFImage-1-e1604002358276.png?resize=359%2C294&#038;ssl=1', 4898, 0, 'image-ex', 4810, NULL, NULL, NULL, NULL, NULL, NULL),
(6750, 'https://www.iamctv.com/podcast-download/4898/iamc-tv-street-chat-s3-episode-1.mp3?ref=new_window', 4898, 0, 'internal', 4810, NULL, NULL, NULL, NULL, NULL, NULL),
(6749, 'https://www.iamctv.com/podcast-download/4898/iamc-tv-street-chat-s3-episode-1.mp3?ref=download', 4898, 0, 'internal', 4810, NULL, NULL, NULL, NULL, NULL, NULL),
(6748, 'https://www.iamctv.com/wp-content/uploads/2021/01/IAMCTVSCS3E1.mp3', 4898, 4899, 'internal', 4810, 4811, NULL, NULL, NULL, NULL, NULL),
(6603, 'https://i0.wp.com/www.iamctv.com/wp-content/uploads/2020/11/Buhari.jpg?resize=465%2C309&#038;ssl=1', 4815, 0, 'image-ex', 4739, NULL, NULL, NULL, NULL, NULL, NULL),
(6602, 'https://i0.wp.com/www.iamctv.com/wp-content/uploads/2020/10/end-sars.jpg?resize=451%2C234&#038;ssl=1', 4815, 0, 'image-ex', 4739, NULL, NULL, NULL, NULL, NULL, NULL),
(6601, 'https://www.petitions.net', 4815, 0, 'external', 4739, NULL, NULL, NULL, NULL, NULL, NULL),
(5281, 'https://www.apnews.com', 3526, 0, 'external', 3451, NULL, NULL, NULL, NULL, NULL, NULL),
(5282, 'https://i0.wp.com/www.iamctv.com/wp-content/uploads/2020/11/JBiden.jpeg?resize=438%2C291&#038;ssl=1', 3526, 0, 'image-ex', 3451, NULL, NULL, NULL, NULL, NULL, NULL),
(6746, '', 4898, 0, 'internal', 4810, NULL, NULL, NULL, NULL, NULL, NULL),
(6747, '', 4898, 0, 'internal', 4810, NULL, NULL, NULL, NULL, NULL, NULL),
(6740, 'https://i2.wp.com/www.iamctv.com/wp-content/uploads/2020/06/IAMCSiteIcon-1.png?resize=300%2C300&#038;ssl=1', 4894, 0, 'image-ex', 4806, NULL, NULL, NULL, NULL, NULL, NULL),
(6741, 'https://www.iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/icon-loader.svg', 4894, 0, 'image-in', 4806, NULL, NULL, NULL, NULL, NULL, NULL),
(6738, 'https://www.iamctv.com/podcast-download/4894/iamc-tv-street-chat-s2-episode-9.mp3?ref=new_window', 4894, 0, 'internal', 4806, NULL, NULL, NULL, NULL, NULL, NULL),
(6739, 'https://i2.wp.com/www.iamctv.com/wp-content/uploads/2020/10/IAMCTVSChatPodcastFImage-1-e1604002358276.png?resize=303%2C248&#038;ssl=1', 4894, 0, 'image-ex', 4806, NULL, NULL, NULL, NULL, NULL, NULL),
(6734, '', 4894, 0, 'internal', 4806, NULL, NULL, NULL, NULL, NULL, NULL),
(6735, '', 4894, 0, 'internal', 4806, NULL, NULL, NULL, NULL, NULL, NULL),
(6736, 'https://www.iamctv.com/wp-content/uploads/2021/01/IAMCTVSCS2E9.mp3', 4894, 4895, 'internal', 4806, 4807, NULL, NULL, NULL, NULL, NULL),
(6730, 'https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/11/DrOrdersPagebanner.jpg?resize=333%2C117&#038;ssl=1', 4889, 0, 'image-ex', 4803, NULL, NULL, NULL, NULL, NULL, NULL),
(6737, 'https://www.iamctv.com/podcast-download/4894/iamc-tv-street-chat-s2-episode-9.mp3?ref=download', 4894, 0, 'internal', 4806, NULL, NULL, NULL, NULL, NULL, NULL),
(6728, 'https://www.iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/icon-loader.svg', 4885, 0, 'image-in', 4799, NULL, NULL, NULL, NULL, NULL, NULL),
(6727, 'https://i2.wp.com/www.iamctv.com/wp-content/uploads/2020/06/IAMCSiteIcon-1.png?resize=300%2C300&#038;ssl=1', 4885, 0, 'image-ex', 4799, NULL, NULL, NULL, NULL, NULL, NULL),
(6726, 'https://i2.wp.com/www.iamctv.com/wp-content/uploads/2020/10/IAMCTVSChatPodcastFImage-1-e1604002358276.png?resize=295%2C242&#038;ssl=1', 4885, 0, 'image-ex', 4799, NULL, NULL, NULL, NULL, NULL, NULL),
(6725, 'https://www.iamctv.com/podcast-download/4885/iamc-tv-street-chat-s2-episode-8.mp3?ref=new_window', 4885, 0, 'internal', 4799, NULL, NULL, NULL, NULL, NULL, NULL),
(6648, 'https://www.gettyimages.com/', 4843, 0, 'external', 4764, NULL, NULL, NULL, NULL, NULL, NULL),
(6649, 'https://i2.wp.com/www.iamctv.com/wp-content/uploads/2020/11/Rawlings.jpg?resize=434%2C244&#038;ssl=1', 4843, 0, 'image-ex', 4764, NULL, NULL, NULL, NULL, NULL, NULL),
(6652, 'https://www.iamctv.com/podcast-download/4846/iamc-tv-street-chat-s2-episode-3.mp3?ref=download', 4846, 0, 'internal', 4766, NULL, NULL, NULL, NULL, NULL, NULL),
(6653, 'https://www.iamctv.com/podcast-download/4846/iamc-tv-street-chat-s2-episode-3.mp3?ref=download', 4846, 0, 'internal', 4766, NULL, NULL, NULL, NULL, NULL, NULL),
(6654, 'https://www.iamctv.com/podcast-download/4846/iamc-tv-street-chat-s2-episode-3.mp3?ref=new_window', 4846, 0, 'internal', 4766, NULL, NULL, NULL, NULL, NULL, NULL),
(6655, 'https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/10/IAMCTVSChatPodcastLogo.png?resize=395%2C395&#038;ssl=1', 4846, 0, 'image-ex', 4766, NULL, NULL, NULL, NULL, NULL, NULL),
(6668, 'https://www.iamctv.com/podcast-download/4850/iamc-tv-street-chat-s2-episode-4.mp3?ref=download', 4850, 0, 'internal', 4770, NULL, NULL, NULL, NULL, NULL, NULL),
(6669, 'https://www.iamctv.com/podcast-download/4850/iamc-tv-street-chat-s2-episode-4.mp3?ref=download', 4850, 0, 'internal', 4770, NULL, NULL, NULL, NULL, NULL, NULL),
(6670, 'https://www.iamctv.com/podcast-download/4850/iamc-tv-street-chat-s2-episode-4.mp3?ref=new_window', 4850, 0, 'internal', 4770, NULL, NULL, NULL, NULL, NULL, NULL),
(6671, 'https://i2.wp.com/www.iamctv.com/wp-content/uploads/2020/10/IAMCTVSChatPodcastFImage.png?resize=362%2C362&#038;ssl=1', 4850, 0, 'image-ex', 4770, NULL, NULL, NULL, NULL, NULL, NULL),
(6695, 'https://i0.wp.com/www.iamctv.com/wp-content/uploads/2020/11/HIVRibbon.jpg?resize=257%2C257&#038;ssl=1', 4853, 0, 'image-ex', 4774, NULL, NULL, NULL, NULL, NULL, NULL),
(6693, 'https://i0.wp.com/www.iamctv.com/wp-content/uploads/2020/11/Sex.png?resize=200%2C200&#038;ssl=1', 4857, 0, 'image-ex', 4776, NULL, NULL, NULL, NULL, NULL, NULL),
(6686, 'https://www.iamctv.com/podcast-download/4863/iamc-tv-street-chat-s2-episode-5.mp3?ref=download', 4863, 0, 'internal', 4780, NULL, NULL, NULL, NULL, NULL, NULL),
(6687, 'https://www.iamctv.com/podcast-download/4863/iamc-tv-street-chat-s2-episode-5.mp3?ref=download', 4863, 0, 'internal', 4780, NULL, NULL, NULL, NULL, NULL, NULL),
(6688, 'https://www.iamctv.com/podcast-download/4863/iamc-tv-street-chat-s2-episode-5.mp3?ref=new_window', 4863, 0, 'internal', 4780, NULL, NULL, NULL, NULL, NULL, NULL),
(6689, 'https://i2.wp.com/www.iamctv.com/wp-content/uploads/2020/10/IAMCTVSChatPodcastFImage-1-e1604002358276.png?resize=309%2C253&#038;ssl=1', 4863, 0, 'image-ex', 4780, NULL, NULL, NULL, NULL, NULL, NULL),
(6691, 'https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/11/Prayer.jpg?resize=277%2C277&#038;ssl=1', 4866, 0, 'image-ex', 4784, NULL, NULL, NULL, NULL, NULL, NULL),
(6698, 'https://www.iamctv.com/podcast-download/4873/iamc-tv-street-chat-s2-episode-6.mp3?ref=download', 4873, 0, 'internal', 4789, NULL, NULL, NULL, NULL, NULL, NULL),
(6699, 'https://www.iamctv.com/podcast-download/4873/iamc-tv-street-chat-s2-episode-6.mp3?ref=download', 4873, 0, 'internal', 4789, NULL, NULL, NULL, NULL, NULL, NULL),
(6700, 'https://www.iamctv.com/podcast-download/4873/iamc-tv-street-chat-s2-episode-6.mp3?ref=new_window', 4873, 0, 'internal', 4789, NULL, NULL, NULL, NULL, NULL, NULL),
(6701, 'https://i2.wp.com/www.iamctv.com/wp-content/uploads/2020/10/IAMCTVSChatPodcastFImage-1-e1604002358276.png?resize=407%2C334&#038;ssl=1', 4873, 0, 'image-ex', 4789, NULL, NULL, NULL, NULL, NULL, NULL),
(6703, 'https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/12/FlyngWitch.png?resize=298%2C253&#038;ssl=1', 4875, 0, 'image-ex', 4791, NULL, NULL, NULL, NULL, NULL, NULL),
(6706, '', 4879, 0, 'internal', 4794, NULL, NULL, NULL, NULL, NULL, NULL),
(6707, '', 4879, 0, 'internal', 4794, NULL, NULL, NULL, NULL, NULL, NULL),
(6708, 'https://www.iamctv.com/wp-content/uploads/2020/12/IAMCTVSCS2E7.mp3', 4879, 4880, 'internal', 4794, 4795, NULL, NULL, NULL, NULL, NULL),
(6709, 'https://www.iamctv.com/podcast-download/4879/iamc-tv-street-chat-s2-episode-7.mp3?ref=download', 4879, 0, 'internal', 4794, NULL, NULL, NULL, NULL, NULL, NULL),
(6710, 'https://www.iamctv.com/podcast-download/4879/iamc-tv-street-chat-s2-episode-7.mp3?ref=new_window', 4879, 0, 'internal', 4794, NULL, NULL, NULL, NULL, NULL, NULL),
(6711, 'https://i2.wp.com/www.iamctv.com/wp-content/uploads/2020/10/IAMCTVSChatPodcastFImage-1-e1604002358276.png?resize=281%2C230&#038;ssl=1', 4879, 0, 'image-ex', 4794, NULL, NULL, NULL, NULL, NULL, NULL),
(6712, 'https://i2.wp.com/www.iamctv.com/wp-content/uploads/2020/06/IAMCSiteIcon-1.png?resize=300%2C300&#038;ssl=1', 4879, 0, 'image-ex', 4794, NULL, NULL, NULL, NULL, NULL, NULL),
(6713, 'https://www.iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/icon-loader.svg', 4879, 0, 'image-in', 4794, NULL, NULL, NULL, NULL, NULL, NULL),
(6717, 'https://i2.wp.com/www.iamctv.com/wp-content/uploads/2020/11/HIVRibbon-e1606330340469.jpg?resize=211%2C211&#038;ssl=1', 4882, 0, 'image-ex', 4797, NULL, NULL, NULL, NULL, NULL, NULL),
(6724, 'https://www.iamctv.com/podcast-download/4885/iamc-tv-street-chat-s2-episode-8.mp3?ref=download', 4885, 0, 'internal', 4799, NULL, NULL, NULL, NULL, NULL, NULL),
(7031, 'https://www.iamctv.com/podcast-download/5200/perspectives-ep-4-reflection-on-bola-ahmed-tinubus-chatham-house-interview.mp3?ref=new_window', 5200, 0, 'internal', 4983, NULL, NULL, NULL, NULL, NULL, NULL),
(7032, 'https://i0.wp.com/www.iamctv.com/wp-content/uploads/2022/06/PerspectivesPodcastLogo-1-e1656513080872-150x150.png?resize=150%2C150&#038;ssl=1', 5200, 0, 'image-ex', 4983, NULL, NULL, NULL, NULL, NULL, NULL),
(7033, 'https://www.iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/icon-loader.svg', 5200, 0, 'image-in', 4983, NULL, NULL, NULL, NULL, NULL, NULL),
(7019, 'https://www.iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/icon-loader.svg', 5196, 0, 'image-in', 4980, NULL, NULL, NULL, NULL, NULL, NULL),
(7018, 'https://i0.wp.com/www.iamctv.com/wp-content/uploads/2022/06/PerspectivesPodcastLogo-1-e1656513080872-150x150.png?resize=150%2C150&#038;ssl=1', 5196, 0, 'image-ex', 4980, NULL, NULL, NULL, NULL, NULL, NULL),
(7017, 'https://www.iamctv.com/podcast-download/5196/perspectives-ep-3-afdb-conference-on-african-diaspora-inclusivity-in-growth-and-development.mp3?ref=new_window', 5196, 0, 'internal', 4980, NULL, NULL, NULL, NULL, NULL, NULL),
(7016, 'https://www.iamctv.com/podcast-download/5196/perspectives-ep-3-afdb-conference-on-african-diaspora-inclusivity-in-growth-and-development.mp3?ref=download', 5196, 0, 'internal', 4980, NULL, NULL, NULL, NULL, NULL, NULL),
(7013, '', 5196, 0, 'internal', 4980, 18, NULL, NULL, NULL, NULL, NULL),
(7014, '', 5196, 0, 'internal', 4980, 18, NULL, NULL, NULL, NULL, NULL),
(7015, 'https://www.iamctv.com/podcast-player/5196/perspectives-ep-3-afdb-conference-on-african-diaspora-inclusivity-in-growth-and-development.mp3', 5196, 0, 'internal', 4980, NULL, NULL, NULL, NULL, NULL, NULL),
(4909, 'https://www.270towin.com/maps/ZAmnv', 3177, 0, 'external', 3103, NULL, NULL, NULL, NULL, NULL, NULL),
(4910, 'https://www.270towin.com/maps/ZAmnv', 3177, 0, 'external', 3103, NULL, NULL, NULL, NULL, NULL, NULL),
(4911, 'https://i0.wp.com/www.270towin.com/map-images/ZAmnv.png?w=640&#038;ssl=1', 3177, 0, 'image-ex', 3103, NULL, NULL, NULL, NULL, NULL, NULL),
(4912, 'https://i2.wp.com/www.270towin.com/uploads/3rd_party_270_30px.png?w=640&#038;ssl=1', 3177, 0, 'image-ex', 3103, NULL, NULL, NULL, NULL, NULL, NULL),
(7034, 'https://i0.wp.com/www.iamctv.com/wp-content/uploads/2023/01/2023Welcome.jpg?resize=387%2C207&#038;ssl=1', 5208, 0, 'image-ex', 4988, NULL, NULL, NULL, NULL, NULL, NULL),
(6753, 'https://www.iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/icon-loader.svg', 4898, 0, 'image-in', 4810, NULL, NULL, NULL, NULL, NULL, NULL),
(6752, 'https://i2.wp.com/www.iamctv.com/wp-content/uploads/2020/06/IAMCSiteIcon-1.png?resize=300%2C300&#038;ssl=1', 4898, 0, 'image-ex', 4810, NULL, NULL, NULL, NULL, NULL, NULL),
(3522, 'https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/11/IAMCTVMDLogo.png?resize=304%2C305&#038;ssl=1', 1853, 0, 'image-ex', 1791, NULL, NULL, NULL, NULL, NULL, NULL),
(6761, 'https://www.iamctv.com/podcast-download/4902/iamc-tv-street-chat-s3-episode-2.mp3?ref=new_window', 4902, 0, 'internal', 4814, NULL, NULL, NULL, NULL, NULL, NULL),
(6762, 'https://i2.wp.com/www.iamctv.com/wp-content/uploads/2020/10/IAMCTVSChatPodcastFImage-1-e1604002358276.png?resize=326%2C268&#038;ssl=1', 4902, 0, 'image-ex', 4814, NULL, NULL, NULL, NULL, NULL, NULL),
(6763, 'https://i2.wp.com/www.iamctv.com/wp-content/uploads/2020/06/IAMCSiteIcon-1.png?resize=300%2C300&#038;ssl=1', 4902, 0, 'image-ex', 4814, NULL, NULL, NULL, NULL, NULL, NULL),
(6764, 'https://www.iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/icon-loader.svg', 4902, 0, 'image-in', 4814, NULL, NULL, NULL, NULL, NULL, NULL),
(6772, 'https://www.inaugural.senate.gov/', 4923, 0, 'external', 4829, NULL, NULL, NULL, NULL, NULL, NULL),
(6775, '', 4957, 0, 'internal', 4839, NULL, NULL, NULL, NULL, NULL, NULL),
(6776, '', 4957, 0, 'internal', 4839, NULL, NULL, NULL, NULL, NULL, NULL),
(6777, 'https://www.iamctv.com/wp-content/uploads/2021/01/IAMCTVSCS3E3.mp3', 4957, 4958, 'internal', 4839, 4840, NULL, NULL, NULL, NULL, NULL),
(6778, 'https://www.iamctv.com/podcast-download/4957/iamc-tv-street-chat-s3-episode-3.mp3?ref=download', 4957, 0, 'internal', 4839, NULL, NULL, NULL, NULL, NULL, NULL),
(6779, 'https://www.iamctv.com/podcast-download/4957/iamc-tv-street-chat-s3-episode-3.mp3?ref=new_window', 4957, 0, 'internal', 4839, NULL, NULL, NULL, NULL, NULL, NULL),
(6780, 'https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/10/IAMCTVSChatPodcastLogo.png?resize=330%2C330&#038;ssl=1', 4957, 0, 'image-ex', 4839, NULL, NULL, NULL, NULL, NULL, NULL),
(6781, 'https://i2.wp.com/www.iamctv.com/wp-content/uploads/2020/06/IAMCSiteIcon-1.png?resize=300%2C300&#038;ssl=1', 4957, 0, 'image-ex', 4839, NULL, NULL, NULL, NULL, NULL, NULL),
(6782, 'https://www.iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/icon-loader.svg', 4957, 0, 'image-in', 4839, NULL, NULL, NULL, NULL, NULL, NULL),
(6798, 'https://i0.wp.com/www.iamctv.com/wp-content/uploads/2021/02/PrinceAbuda.jpg?resize=254%2C303&#038;ssl=1', 4969, 0, 'image-ex', 4848, NULL, NULL, NULL, NULL, NULL, NULL),
(6992, '', 5177, 0, 'internal', 4969, 18, NULL, NULL, NULL, NULL, NULL),
(6993, '', 5177, 0, 'internal', 4969, 18, NULL, NULL, NULL, NULL, NULL),
(6994, 'https://www.iamctv.com/podcast-player/5177/perspectives-ep-2-governor-wike-and-the-pdp-crisis.mp3', 5177, 0, 'internal', 4969, NULL, NULL, NULL, NULL, NULL, NULL),
(6808, 'https://www.vanguardngr.com/', 4978, 0, 'external', 4850, NULL, NULL, NULL, NULL, NULL, NULL),
(6809, 'https://i0.wp.com/www.iamctv.com/wp-content/uploads/2021/02/Tony-Momoh.jpg?resize=386%2C244&#038;ssl=1', 4978, 0, 'image-ex', 4850, NULL, NULL, NULL, NULL, NULL, NULL),
(6813, '', 4984, 0, 'internal', 4854, NULL, NULL, NULL, NULL, NULL, NULL),
(6814, '', 4984, 0, 'internal', 4854, NULL, NULL, NULL, NULL, NULL, NULL),
(6815, 'https://www.iamctv.com/wp-content/uploads/2021/02/IAMCTVSCS3E4.mp3', 4984, 4985, 'internal', 4854, 4855, NULL, NULL, NULL, NULL, NULL),
(6816, 'https://www.iamctv.com/podcast-download/4984/iamc-tv-street-chat-s3-episode-4.mp3?ref=download', 4984, 0, 'internal', 4854, NULL, NULL, NULL, NULL, NULL, NULL),
(6817, 'https://www.iamctv.com/podcast-download/4984/iamc-tv-street-chat-s3-episode-4.mp3?ref=new_window', 4984, 0, 'internal', 4854, NULL, NULL, NULL, NULL, NULL, NULL),
(6818, 'https://i2.wp.com/www.iamctv.com/wp-content/uploads/2020/10/IAMCTVSChatPodcastFImage.png?resize=252%2C252&#038;ssl=1', 4984, 0, 'image-ex', 4854, NULL, NULL, NULL, NULL, NULL, NULL),
(6819, 'https://i2.wp.com/www.iamctv.com/wp-content/uploads/2020/06/IAMCSiteIcon-1.png?resize=300%2C300&#038;ssl=1', 4984, 0, 'image-ex', 4854, NULL, NULL, NULL, NULL, NULL, NULL),
(6820, 'https://www.iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/icon-loader.svg', 4984, 0, 'image-in', 4854, NULL, NULL, NULL, NULL, NULL, NULL),
(6822, '', 4991, 0, 'internal', 4860, 18, NULL, NULL, NULL, NULL, NULL),
(6823, '', 4991, 0, 'internal', 4860, 18, NULL, NULL, NULL, NULL, NULL),
(6824, 'https://www.iamctv.com/podcast-player/4991/iamc-tv-street-chat-s3-episode-5.mp3', 4991, 0, 'internal', 4860, NULL, NULL, NULL, NULL, NULL, NULL),
(6825, 'https://www.iamctv.com/podcast-download/4991/iamc-tv-street-chat-s3-episode-5.mp3?ref=download', 4991, 0, 'internal', 4860, NULL, NULL, NULL, NULL, NULL, NULL),
(6826, 'https://www.iamctv.com/podcast-download/4991/iamc-tv-street-chat-s3-episode-5.mp3?ref=new_window', 4991, 0, 'internal', 4860, NULL, NULL, NULL, NULL, NULL, NULL),
(6827, 'https://i2.wp.com/www.iamctv.com/wp-content/uploads/2020/10/IAMCTVSChatPodcastFImage.png?resize=294%2C294&#038;ssl=1', 4991, 0, 'image-ex', 4860, NULL, NULL, NULL, NULL, NULL, NULL),
(6828, 'https://i2.wp.com/www.iamctv.com/wp-content/uploads/2020/10/IAMCTVSChatPodcastFImage.png?w=640&#038;ssl=1', 4991, 0, 'image-ex', 4860, NULL, NULL, NULL, NULL, NULL, NULL),
(6829, 'https://www.iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/icon-loader.svg', 4991, 0, 'image-in', 4860, NULL, NULL, NULL, NULL, NULL, NULL),
(6831, '', 4995, 0, 'internal', 4863, 18, NULL, NULL, NULL, NULL, NULL),
(6832, '', 4995, 0, 'internal', 4863, 18, NULL, NULL, NULL, NULL, NULL),
(6833, 'https://www.iamctv.com/podcast-player/4995/iamc-tv-street-chat-s3-episode-6.mp3', 4995, 0, 'internal', 4863, NULL, NULL, NULL, NULL, NULL, NULL),
(6834, 'https://www.iamctv.com/podcast-download/4995/iamc-tv-street-chat-s3-episode-6.mp3?ref=download', 4995, 0, 'internal', 4863, NULL, NULL, NULL, NULL, NULL, NULL),
(6835, 'https://www.iamctv.com/podcast-download/4995/iamc-tv-street-chat-s3-episode-6.mp3?ref=new_window', 4995, 0, 'internal', 4863, NULL, NULL, NULL, NULL, NULL, NULL),
(6836, 'https://i2.wp.com/www.iamctv.com/wp-content/uploads/2020/10/IAMCTVSChatPodcastFImage.png?resize=281%2C281&#038;ssl=1', 4995, 0, 'image-ex', 4863, NULL, NULL, NULL, NULL, NULL, NULL),
(6837, 'https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/10/IAMCTVSChatPodcastLogo.png?resize=300%2C300&#038;ssl=1', 4995, 0, 'image-ex', 4863, NULL, NULL, NULL, NULL, NULL, NULL),
(6838, 'https://www.iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/icon-loader.svg', 4995, 0, 'image-in', 4863, NULL, NULL, NULL, NULL, NULL, NULL),
(6995, 'https://www.iamctv.com/podcast-download/5177/perspectives-ep-2-governor-wike-and-the-pdp-crisis.mp3?ref=download', 5177, 0, 'internal', 4969, NULL, NULL, NULL, NULL, NULL, NULL),
(6996, 'https://www.iamctv.com/podcast-download/5177/perspectives-ep-2-governor-wike-and-the-pdp-crisis.mp3?ref=new_window', 5177, 0, 'internal', 4969, NULL, NULL, NULL, NULL, NULL, NULL),
(6846, '', 5018, 0, 'internal', 4880, 18, NULL, NULL, NULL, NULL, NULL),
(6847, '', 5018, 0, 'internal', 4880, 18, NULL, NULL, NULL, NULL, NULL),
(6848, 'https://www.iamctv.com/podcast-player/5018/weekend-review-june-26-2021-ep-1.mp3', 5018, 0, 'internal', 4880, NULL, NULL, NULL, NULL, NULL, NULL),
(6849, 'https://www.iamctv.com/podcast-download/5018/weekend-review-june-26-2021-ep-1.mp3?ref=download', 5018, 0, 'internal', 4880, NULL, NULL, NULL, NULL, NULL, NULL),
(6850, 'https://www.iamctv.com/podcast-download/5018/weekend-review-june-26-2021-ep-1.mp3?ref=new_window', 5018, 0, 'internal', 4880, NULL, NULL, NULL, NULL, NULL, NULL),
(6851, 'https://i2.wp.com/www.iamctv.com/wp-content/uploads/2020/10/IAMCTVPodcastLogo.png?w=640&#038;ssl=1', 5018, 0, 'image-ex', 4880, NULL, NULL, NULL, NULL, NULL, NULL),
(6852, 'https://www.iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/icon-loader.svg', 5018, 0, 'image-in', 4880, NULL, NULL, NULL, NULL, NULL, NULL),
(6853, '', 5025, 0, 'internal', 4884, 18, NULL, NULL, NULL, NULL, NULL),
(6854, '', 5025, 0, 'internal', 4884, 18, NULL, NULL, NULL, NULL, NULL),
(6855, 'https://www.iamctv.com/podcast-player/5025/iamc-tv-street-chat-s3-episode-7.mp3', 5025, 0, 'internal', 4884, NULL, NULL, NULL, NULL, NULL, NULL),
(6856, 'https://www.iamctv.com/podcast-download/5025/iamc-tv-street-chat-s3-episode-7.mp3?ref=download', 5025, 0, 'internal', 4884, NULL, NULL, NULL, NULL, NULL, NULL),
(6857, 'https://www.iamctv.com/podcast-download/5025/iamc-tv-street-chat-s3-episode-7.mp3?ref=new_window', 5025, 0, 'internal', 4884, NULL, NULL, NULL, NULL, NULL, NULL),
(6858, 'https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/10/IAMCTVSChatPodcastLogo.png?w=640&#038;ssl=1', 5025, 0, 'image-ex', 4884, NULL, NULL, NULL, NULL, NULL, NULL),
(6859, 'https://www.iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/icon-loader.svg', 5025, 0, 'image-in', 4884, NULL, NULL, NULL, NULL, NULL, NULL),
(6860, '', 5028, 0, 'internal', 4888, 18, NULL, NULL, NULL, NULL, NULL),
(6861, '', 5028, 0, 'internal', 4888, 18, NULL, NULL, NULL, NULL, NULL),
(6862, 'https://www.iamctv.com/podcast-player/5028/iamc-tv-street-chat-s3-episode-8.mp3', 5028, 0, 'internal', 4888, NULL, NULL, NULL, NULL, NULL, NULL),
(6863, 'https://www.iamctv.com/podcast-download/5028/iamc-tv-street-chat-s3-episode-8.mp3?ref=download', 5028, 0, 'internal', 4888, NULL, NULL, NULL, NULL, NULL, NULL),
(6864, 'https://www.iamctv.com/podcast-download/5028/iamc-tv-street-chat-s3-episode-8.mp3?ref=new_window', 5028, 0, 'internal', 4888, NULL, NULL, NULL, NULL, NULL, NULL),
(6865, 'https://i1.wp.com/www.iamctv.com/wp-content/uploads/2020/10/IAMCTVSChatPodcastLogo.png?w=640&#038;ssl=1', 5028, 0, 'image-ex', 4888, NULL, NULL, NULL, NULL, NULL, NULL),
(6866, 'https://www.iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/icon-loader.svg', 5028, 0, 'image-in', 4888, NULL, NULL, NULL, NULL, NULL, NULL),
(6867, 'https://i0.wp.com/www.iamctv.com/wp-content/uploads/2021/11/BabiesHole.jpg?resize=315%2C315&#038;ssl=1', 5058, 0, 'image-ex', 4906, NULL, NULL, NULL, NULL, NULL, NULL),
(6868, 'https://i0.wp.com/www.iamctv.com/wp-content/uploads/2021/11/AnalSex.jpg?resize=282%2C282&#038;ssl=1', 5045, 0, 'image-ex', 4896, NULL, NULL, NULL, NULL, NULL, NULL),
(6869, 'https://i1.wp.com/www.iamctv.com/wp-content/uploads/2021/11/DepressionSuicide.jpg?resize=286%2C286&#038;ssl=1', 5049, 0, 'image-ex', 4899, NULL, NULL, NULL, NULL, NULL, NULL),
(6870, 'https://i0.wp.com/www.iamctv.com/wp-content/uploads/2021/11/ISeeI1.jpg?resize=278%2C260&#038;ssl=1', 5052, 0, 'image-ex', 4901, NULL, NULL, NULL, NULL, NULL, NULL),
(6872, 'https://i0.wp.com/www.iamctv.com/wp-content/uploads/2022/04/SoHIVA.jpg?resize=248%2C248&#038;ssl=1', 5075, 0, 'image-ex', 4911, NULL, NULL, NULL, NULL, NULL, NULL),
(6997, 'https://i0.wp.com/www.iamctv.com/wp-content/uploads/2022/06/PerspectivesPodcastLogo-1-e1656513080872-150x150.png?resize=150%2C150&#038;ssl=1', 5177, 0, 'image-ex', 4969, NULL, NULL, NULL, NULL, NULL, NULL),
(6998, 'https://www.iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/icon-loader.svg', 5177, 0, 'image-in', 4969, NULL, NULL, NULL, NULL, NULL, NULL),
(6984, 'https://www.iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/icon-loader.svg', 5166, 0, 'image-in', 4958, NULL, NULL, NULL, NULL, NULL, NULL),
(6983, 'https://i0.wp.com/www.iamctv.com/wp-content/uploads/2022/06/PerspectivesPodcastLogo-1-e1656513080872-150x150.png?resize=150%2C150&#038;ssl=1', 5166, 0, 'image-ex', 4958, NULL, NULL, NULL, NULL, NULL, NULL),
(6982, 'https://www.iamctv.com/podcast-download/5166/perspectives-ep-1-chief-justice-of-nigeria-resigns.mp3?ref=new_window', 5166, 0, 'internal', 4958, NULL, NULL, NULL, NULL, NULL, NULL),
(6981, 'https://www.iamctv.com/podcast-download/5166/perspectives-ep-1-chief-justice-of-nigeria-resigns.mp3?ref=download', 5166, 0, 'internal', 4958, NULL, NULL, NULL, NULL, NULL, NULL),
(6978, '', 5166, 0, 'internal', 4958, 18, NULL, NULL, NULL, NULL, NULL),
(6979, '', 5166, 0, 'internal', 4958, 18, NULL, NULL, NULL, NULL, NULL),
(6980, 'https://www.iamctv.com/podcast-player/5166/perspectives-ep-1-chief-justice-of-nigeria-resigns.mp3', 5166, 0, 'internal', 4958, NULL, NULL, NULL, NULL, NULL, NULL),
(6949, 'https://i0.wp.com/www.iamctv.com/wp-content/uploads/2022/06/Mike-Ozekhome-SAN.jpg?resize=246%2C204&#038;ssl=1', 5129, 0, 'image-ex', 4943, NULL, NULL, NULL, NULL, NULL, NULL),
(6947, 'https://i0.wp.com/www.iamctv.com/wp-content/uploads/2022/06/juiban3.jpg?resize=490%2C275&#038;ssl=1', 5129, 0, 'image-ex', 4943, NULL, NULL, NULL, NULL, NULL, NULL),
(6945, 'https://i0.wp.com/www.iamctv.com/wp-content/uploads/2022/06/juiban1.jpg?resize=362%2C203&#038;ssl=1', 5129, 0, 'image-ex', 4943, NULL, NULL, NULL, NULL, NULL, NULL),
(6946, 'https://i0.wp.com/www.iamctv.com/wp-content/uploads/2022/06/juiban2-1.jpg?resize=422%2C237&#038;ssl=1', 5129, 0, 'image-ex', 4943, NULL, NULL, NULL, NULL, NULL, NULL),
(6942, 'https://www.iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/icon-loader.svg', 5115, 0, 'image-in', 4933, NULL, NULL, NULL, NULL, NULL, NULL),
(6941, 'https://i0.wp.com/www.iamctv.com/wp-content/uploads/2021/06/IAMCTVWeekendReviewLogo.png?resize=150%2C150&#038;ssl=1', 5115, 0, 'image-ex', 4933, NULL, NULL, NULL, NULL, NULL, NULL),
(6940, 'https://www.iamctv.com/podcast-download/5115/weekend-review-may-14-2022.mp3?ref=new_window', 5115, 0, 'internal', 4933, NULL, NULL, NULL, NULL, NULL, NULL),
(6901, '', 5083, 0, 'internal', 4913, 18, NULL, NULL, NULL, NULL, NULL),
(6902, '', 5083, 0, 'internal', 4913, 18, NULL, NULL, NULL, NULL, NULL),
(6903, 'https://www.iamctv.com/podcast-player/5083/weekend-review-april-23-2022.mp3', 5083, 0, 'internal', 4913, NULL, NULL, NULL, NULL, NULL, NULL),
(6904, 'https://www.iamctv.com/podcast-download/5083/weekend-review-april-23-2022.mp3?ref=download', 5083, 0, 'internal', 4913, NULL, NULL, NULL, NULL, NULL, NULL),
(6905, 'https://www.iamctv.com/podcast-download/5083/weekend-review-april-23-2022.mp3?ref=new_window', 5083, 0, 'internal', 4913, NULL, NULL, NULL, NULL, NULL, NULL),
(6906, 'https://i0.wp.com/www.iamctv.com/wp-content/uploads/2021/06/IAMCTVWeekendReviewLogo.png?resize=150%2C150&#038;ssl=1', 5083, 0, 'image-ex', 4913, NULL, NULL, NULL, NULL, NULL, NULL),
(6907, 'https://www.iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/icon-loader.svg', 5083, 0, 'image-in', 4913, NULL, NULL, NULL, NULL, NULL, NULL),
(6939, 'https://www.iamctv.com/podcast-download/5115/weekend-review-may-14-2022.mp3?ref=download', 5115, 0, 'internal', 4933, NULL, NULL, NULL, NULL, NULL, NULL),
(6937, '', 5115, 0, 'internal', 4933, 18, NULL, NULL, NULL, NULL, NULL),
(6938, 'https://www.iamctv.com/podcast-player/5115/weekend-review-may-14-2022.mp3', 5115, 0, 'internal', 4933, NULL, NULL, NULL, NULL, NULL, NULL),
(6929, '', 5107, 0, 'internal', 4927, 18, NULL, NULL, NULL, NULL, NULL),
(6930, '', 5107, 0, 'internal', 4927, 18, NULL, NULL, NULL, NULL, NULL),
(6931, 'https://www.iamctv.com/podcast-player/5107/weekend-review-may-7-2022.mp3', 5107, 0, 'internal', 4927, NULL, NULL, NULL, NULL, NULL, NULL),
(6932, 'https://www.iamctv.com/podcast-download/5107/weekend-review-may-7-2022.mp3?ref=download', 5107, 0, 'internal', 4927, NULL, NULL, NULL, NULL, NULL, NULL),
(6933, 'https://www.iamctv.com/podcast-download/5107/weekend-review-may-7-2022.mp3?ref=new_window', 5107, 0, 'internal', 4927, NULL, NULL, NULL, NULL, NULL, NULL),
(6915, '', 5099, 0, 'internal', 4923, 18, NULL, NULL, NULL, NULL, NULL),
(6916, '', 5099, 0, 'internal', 4923, 18, NULL, NULL, NULL, NULL, NULL),
(6917, 'https://www.iamctv.com/podcast-player/5099/weekend-review-april-30-2022.mp3', 5099, 0, 'internal', 4923, NULL, NULL, NULL, NULL, NULL, NULL),
(6918, 'https://www.iamctv.com/podcast-download/5099/weekend-review-april-30-2022.mp3?ref=download', 5099, 0, 'internal', 4923, NULL, NULL, NULL, NULL, NULL, NULL),
(6919, 'https://www.iamctv.com/podcast-download/5099/weekend-review-april-30-2022.mp3?ref=new_window', 5099, 0, 'internal', 4923, NULL, NULL, NULL, NULL, NULL, NULL),
(6920, 'https://i0.wp.com/www.iamctv.com/wp-content/uploads/2021/06/IAMCTVWeekendReviewLogo.png?resize=150%2C150&#038;ssl=1', 5099, 0, 'image-ex', 4923, NULL, NULL, NULL, NULL, NULL, NULL),
(6921, 'https://www.iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/icon-loader.svg', 5099, 0, 'image-in', 4923, NULL, NULL, NULL, NULL, NULL, NULL),
(6936, '', 5115, 0, 'internal', 4933, 18, NULL, NULL, NULL, NULL, NULL),
(6935, 'https://www.iamctv.com/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/icon-loader.svg', 5107, 0, 'image-in', 4927, NULL, NULL, NULL, NULL, NULL, NULL),
(6934, 'https://i0.wp.com/www.iamctv.com/wp-content/uploads/2021/06/IAMCTVWeekendReviewLogo.png?resize=150%2C150&#038;ssl=1', 5107, 0, 'image-ex', 4927, NULL, NULL, NULL, NULL, NULL, NULL),
(989, 'https://i2.wp.com/www.iamctv.com/wp-content/uploads/2020/10/TBOC1.jpg?ssl=1', 207, 0, 'image-ex', 147, NULL, NULL, NULL, NULL, NULL, NULL),
(990, 'https://i2.wp.com/www.iamctv.com/wp-content/uploads/2020/10/TBOC2.jpg?ssl=1', 207, 0, 'image-ex', 147, NULL, NULL, NULL, NULL, NULL, NULL),
(988, 'https://i0.wp.com/www.iamctv.com/wp-content/uploads/2020/10/MEA.jpg?resize=283%2C283&#038;ssl=1', 207, 0, 'image-ex', 147, NULL, NULL, NULL, NULL, NULL, NULL);

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

--
-- Table structure for table `iamc_yoast_seo_meta`
--

CREATE TABLE `iamc_yoast_seo_meta` (
  `object_id` bigint UNSIGNED NOT NULL,
  `internal_link_count` int UNSIGNED DEFAULT NULL,
  `incoming_link_count` int UNSIGNED DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `iamc_yoast_seo_meta`
--

INSERT INTO `iamc_yoast_seo_meta` (`object_id`, `internal_link_count`, `incoming_link_count`) VALUES
(12, 0, 0),
(1, 0, 0),
(14, 0, 0),
(3, 0, 0),
(13, 0, 0),
(2, 0, 0),
(9, 0, 0),
(23, 0, 0),
(27, 0, 0),
(29, 0, 0),
(31, 0, 0),
(6, 0, 0),
(48, 0, 0),
(47, 0, 0),
(4, 0, 0),
(17, 0, 0),
(18, 0, 0),
(19, 0, 0),
(20, 0, 0),
(21, 0, 0),
(22, 0, 0),
(43, 0, 0),
(51, 0, 0),
(52, 0, 0);

--
-- Indexes for dumped tables
--

--
-- Indexes for table `iamc_actionscheduler_actions`
--
ALTER TABLE `iamc_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` (`claim_id`),
  ADD KEY `claim_id_status_scheduled_date_gmt` (`claim_id`,`status`,`scheduled_date_gmt`);

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

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

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

--
-- Indexes for table `iamc_as3cf_items`
--
ALTER TABLE `iamc_as3cf_items`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `uidx_source` (`source_type`,`source_id`),
  ADD UNIQUE KEY `uidx_path` (`path`(190),`id`),
  ADD UNIQUE KEY `uidx_original_path` (`original_path`(190),`id`),
  ADD UNIQUE KEY `uidx_source_path` (`source_path`(190),`id`),
  ADD UNIQUE KEY `uidx_original_source_path` (`original_source_path`(190),`id`),
  ADD UNIQUE KEY `uidx_provider_bucket` (`provider`,`bucket`(190),`id`);

--
-- Indexes for table `iamc_b2s_network_insights`
--
ALTER TABLE `iamc_b2s_network_insights`
  ADD PRIMARY KEY (`id`),
  ADD KEY `b2s_posts_network_details_id` (`b2s_posts_network_details_id`);

--
-- Indexes for table `iamc_b2s_posts`
--
ALTER TABLE `iamc_b2s_posts`
  ADD PRIMARY KEY (`id`),
  ADD KEY `post_id` (`post_id`),
  ADD KEY `blog_user_id` (`blog_user_id`),
  ADD KEY `sched_details_id` (`sched_details_id`),
  ADD KEY `sched_date` (`sched_date`),
  ADD KEY `sched_date_utc` (`sched_date_utc`),
  ADD KEY `publish_date` (`publish_date`),
  ADD KEY `relay_primary_post_id` (`relay_primary_post_id`),
  ADD KEY `hook_action` (`hook_action`),
  ADD KEY `hide` (`hide`);

--
-- Indexes for table `iamc_b2s_posts_drafts`
--
ALTER TABLE `iamc_b2s_posts_drafts`
  ADD PRIMARY KEY (`id`),
  ADD KEY `blog_user_id` (`blog_user_id`),
  ADD KEY `post_id` (`post_id`);

--
-- Indexes for table `iamc_b2s_posts_favorites`
--
ALTER TABLE `iamc_b2s_posts_favorites`
  ADD PRIMARY KEY (`id`),
  ADD KEY `blog_user_id` (`blog_user_id`),
  ADD KEY `post_id` (`post_id`);

--
-- Indexes for table `iamc_b2s_posts_insights`
--
ALTER TABLE `iamc_b2s_posts_insights`
  ADD PRIMARY KEY (`id`),
  ADD KEY `blog_user_id` (`blog_user_id`),
  ADD KEY `b2s_posts_id` (`b2s_posts_id`);

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

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

--
-- Indexes for table `iamc_b2s_user`
--
ALTER TABLE `iamc_b2s_user`
  ADD PRIMARY KEY (`id`),
  ADD KEY `blog_user_id` (`blog_user_id`),
  ADD KEY `token` (`token`),
  ADD KEY `feature` (`feature`);

--
-- Indexes for table `iamc_b2s_user_contact`
--
ALTER TABLE `iamc_b2s_user_contact`
  ADD PRIMARY KEY (`id`),
  ADD KEY `blog_user_id` (`blog_user_id`);

--
-- Indexes for table `iamc_b2s_user_network_settings`
--
ALTER TABLE `iamc_b2s_user_network_settings`
  ADD PRIMARY KEY (`id`),
  ADD KEY `blog_user_id` (`blog_user_id`),
  ADD KEY `mandant_id` (`mandant_id`);

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

--
-- Indexes for table `iamc_comments`
--
ALTER TABLE `iamc_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)),
  ADD KEY `woo_idx_comment_type` (`comment_type`);

--
-- Indexes for table `iamc_evf_entries`
--
ALTER TABLE `iamc_evf_entries`
  ADD PRIMARY KEY (`entry_id`),
  ADD KEY `form_id` (`form_id`);

--
-- Indexes for table `iamc_evf_entrymeta`
--
ALTER TABLE `iamc_evf_entrymeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `entry_id` (`entry_id`),
  ADD KEY `meta_key` (`meta_key`(32));

--
-- Indexes for table `iamc_evf_sessions`
--
ALTER TABLE `iamc_evf_sessions`
  ADD PRIMARY KEY (`session_id`),
  ADD UNIQUE KEY `session_key` (`session_key`);

--
-- Indexes for table `iamc_gdbc_attempts`
--
ALTER TABLE `iamc_gdbc_attempts`
  ADD PRIMARY KEY (`Id`),
  ADD KEY `idx_gdbc_CreatedDateSiteId` (`CreatedDate`,`SiteId`);

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

--
-- Indexes for table `iamc_nextend2_image_storage`
--
ALTER TABLE `iamc_nextend2_image_storage`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `hash` (`hash`);

--
-- Indexes for table `iamc_nextend2_section_storage`
--
ALTER TABLE `iamc_nextend2_section_storage`
  ADD PRIMARY KEY (`id`),
  ADD KEY `system` (`system`),
  ADD KEY `editable` (`editable`),
  ADD KEY `application` (`application`,`section`(50),`referencekey`(50)),
  ADD KEY `application_2` (`application`,`section`(50));

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

--
-- Indexes for table `iamc_nextend2_smartslider3_sliders`
--
ALTER TABLE `iamc_nextend2_smartslider3_sliders`
  ADD PRIMARY KEY (`id`),
  ADD KEY `status` (`status`),
  ADD KEY `time` (`time`);

--
-- Indexes for table `iamc_nextend2_smartslider3_sliders_xref`
--
ALTER TABLE `iamc_nextend2_smartslider3_sliders_xref`
  ADD PRIMARY KEY (`group_id`,`slider_id`),
  ADD KEY `ordering` (`ordering`);

--
-- Indexes for table `iamc_nextend2_smartslider3_slides`
--
ALTER TABLE `iamc_nextend2_smartslider3_slides`
  ADD PRIMARY KEY (`id`),
  ADD KEY `published` (`published`),
  ADD KEY `publish_up` (`publish_up`),
  ADD KEY `publish_down` (`publish_down`),
  ADD KEY `generator_id` (`generator_id`),
  ADD KEY `ordering` (`ordering`),
  ADD KEY `slider` (`slider`),
  ADD KEY `thumbnail` (`thumbnail`(100));

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

--
-- Indexes for table `iamc_pms_member_subscriptionmeta`
--
ALTER TABLE `iamc_pms_member_subscriptionmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `member_subscription_id` (`member_subscription_id`),
  ADD KEY `meta_key` (`meta_key`);

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

--
-- Indexes for table `iamc_pms_paymentmeta`
--
ALTER TABLE `iamc_pms_paymentmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `payment_id` (`payment_id`),
  ADD KEY `meta_key` (`meta_key`);

--
-- Indexes for table `iamc_pms_payments`
--
ALTER TABLE `iamc_pms_payments`
  ADD UNIQUE KEY `id` (`id`),
  ADD KEY `user_id` (`user_id`);

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

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

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

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

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

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

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

--
-- Indexes for table `iamc_users`
--
ALTER TABLE `iamc_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 `iamc_wc_admin_notes`
--
ALTER TABLE `iamc_wc_admin_notes`
  ADD PRIMARY KEY (`note_id`);

--
-- Indexes for table `iamc_wc_admin_note_actions`
--
ALTER TABLE `iamc_wc_admin_note_actions`
  ADD PRIMARY KEY (`action_id`),
  ADD KEY `note_id` (`note_id`);

--
-- Indexes for table `iamc_wc_category_lookup`
--
ALTER TABLE `iamc_wc_category_lookup`
  ADD PRIMARY KEY (`category_tree_id`,`category_id`);

--
-- Indexes for table `iamc_wc_customer_lookup`
--
ALTER TABLE `iamc_wc_customer_lookup`
  ADD PRIMARY KEY (`customer_id`),
  ADD UNIQUE KEY `user_id` (`user_id`),
  ADD KEY `email` (`email`);

--
-- Indexes for table `iamc_wc_download_log`
--
ALTER TABLE `iamc_wc_download_log`
  ADD PRIMARY KEY (`download_log_id`),
  ADD KEY `permission_id` (`permission_id`),
  ADD KEY `timestamp` (`timestamp`);

--
-- Indexes for table `iamc_wc_order_coupon_lookup`
--
ALTER TABLE `iamc_wc_order_coupon_lookup`
  ADD PRIMARY KEY (`order_id`,`coupon_id`),
  ADD KEY `coupon_id` (`coupon_id`),
  ADD KEY `date_created` (`date_created`);

--
-- Indexes for table `iamc_wc_order_product_lookup`
--
ALTER TABLE `iamc_wc_order_product_lookup`
  ADD PRIMARY KEY (`order_item_id`),
  ADD KEY `order_id` (`order_id`),
  ADD KEY `product_id` (`product_id`),
  ADD KEY `customer_id` (`customer_id`),
  ADD KEY `date_created` (`date_created`);

--
-- Indexes for table `iamc_wc_order_stats`
--
ALTER TABLE `iamc_wc_order_stats`
  ADD PRIMARY KEY (`order_id`),
  ADD KEY `date_created` (`date_created`),
  ADD KEY `customer_id` (`customer_id`),
  ADD KEY `status` (`status`(191));

--
-- Indexes for table `iamc_wc_order_tax_lookup`
--
ALTER TABLE `iamc_wc_order_tax_lookup`
  ADD PRIMARY KEY (`order_id`,`tax_rate_id`),
  ADD KEY `tax_rate_id` (`tax_rate_id`),
  ADD KEY `date_created` (`date_created`);

--
-- Indexes for table `iamc_wc_product_meta_lookup`
--
ALTER TABLE `iamc_wc_product_meta_lookup`
  ADD PRIMARY KEY (`product_id`),
  ADD KEY `virtual` (`virtual`),
  ADD KEY `downloadable` (`downloadable`),
  ADD KEY `stock_status` (`stock_status`),
  ADD KEY `stock_quantity` (`stock_quantity`),
  ADD KEY `onsale` (`onsale`),
  ADD KEY `min_max_price` (`min_price`,`max_price`);

--
-- Indexes for table `iamc_wc_reserved_stock`
--
ALTER TABLE `iamc_wc_reserved_stock`
  ADD PRIMARY KEY (`order_id`,`product_id`);

--
-- Indexes for table `iamc_wc_tax_rate_classes`
--
ALTER TABLE `iamc_wc_tax_rate_classes`
  ADD PRIMARY KEY (`tax_rate_class_id`),
  ADD UNIQUE KEY `slug` (`slug`(191));

--
-- Indexes for table `iamc_wc_webhooks`
--
ALTER TABLE `iamc_wc_webhooks`
  ADD PRIMARY KEY (`webhook_id`),
  ADD KEY `user_id` (`user_id`);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

--
-- Indexes for table `iamc_woocommerce_api_keys`
--
ALTER TABLE `iamc_woocommerce_api_keys`
  ADD PRIMARY KEY (`key_id`),
  ADD KEY `consumer_key` (`consumer_key`),
  ADD KEY `consumer_secret` (`consumer_secret`);

--
-- Indexes for table `iamc_woocommerce_attribute_taxonomies`
--
ALTER TABLE `iamc_woocommerce_attribute_taxonomies`
  ADD PRIMARY KEY (`attribute_id`),
  ADD KEY `attribute_name` (`attribute_name`(20));

--
-- Indexes for table `iamc_woocommerce_downloadable_product_permissions`
--
ALTER TABLE `iamc_woocommerce_downloadable_product_permissions`
  ADD PRIMARY KEY (`permission_id`),
  ADD KEY `download_order_key_product` (`product_id`,`order_id`,`order_key`(16),`download_id`),
  ADD KEY `download_order_product` (`download_id`,`order_id`,`product_id`),
  ADD KEY `order_id` (`order_id`),
  ADD KEY `user_order_remaining_expires` (`user_id`,`order_id`,`downloads_remaining`,`access_expires`);

--
-- Indexes for table `iamc_woocommerce_log`
--
ALTER TABLE `iamc_woocommerce_log`
  ADD PRIMARY KEY (`log_id`),
  ADD KEY `level` (`level`);

--
-- Indexes for table `iamc_woocommerce_order_itemmeta`
--
ALTER TABLE `iamc_woocommerce_order_itemmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `order_item_id` (`order_item_id`),
  ADD KEY `meta_key` (`meta_key`(32));

--
-- Indexes for table `iamc_woocommerce_order_items`
--
ALTER TABLE `iamc_woocommerce_order_items`
  ADD PRIMARY KEY (`order_item_id`),
  ADD KEY `order_id` (`order_id`);

--
-- Indexes for table `iamc_woocommerce_payment_tokenmeta`
--
ALTER TABLE `iamc_woocommerce_payment_tokenmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `payment_token_id` (`payment_token_id`),
  ADD KEY `meta_key` (`meta_key`(32));

--
-- Indexes for table `iamc_woocommerce_payment_tokens`
--
ALTER TABLE `iamc_woocommerce_payment_tokens`
  ADD PRIMARY KEY (`token_id`),
  ADD KEY `user_id` (`user_id`);

--
-- Indexes for table `iamc_woocommerce_sessions`
--
ALTER TABLE `iamc_woocommerce_sessions`
  ADD PRIMARY KEY (`session_id`),
  ADD UNIQUE KEY `session_key` (`session_key`);

--
-- Indexes for table `iamc_woocommerce_shipping_zones`
--
ALTER TABLE `iamc_woocommerce_shipping_zones`
  ADD PRIMARY KEY (`zone_id`);

--
-- Indexes for table `iamc_woocommerce_shipping_zone_locations`
--
ALTER TABLE `iamc_woocommerce_shipping_zone_locations`
  ADD PRIMARY KEY (`location_id`),
  ADD KEY `location_id` (`location_id`),
  ADD KEY `location_type_code` (`location_type`(10),`location_code`(20));

--
-- Indexes for table `iamc_woocommerce_shipping_zone_methods`
--
ALTER TABLE `iamc_woocommerce_shipping_zone_methods`
  ADD PRIMARY KEY (`instance_id`);

--
-- Indexes for table `iamc_woocommerce_tax_rates`
--
ALTER TABLE `iamc_woocommerce_tax_rates`
  ADD PRIMARY KEY (`tax_rate_id`),
  ADD KEY `tax_rate_country` (`tax_rate_country`),
  ADD KEY `tax_rate_state` (`tax_rate_state`(2)),
  ADD KEY `tax_rate_class` (`tax_rate_class`(10)),
  ADD KEY `tax_rate_priority` (`tax_rate_priority`);

--
-- Indexes for table `iamc_woocommerce_tax_rate_locations`
--
ALTER TABLE `iamc_woocommerce_tax_rate_locations`
  ADD PRIMARY KEY (`location_id`),
  ADD KEY `tax_rate_id` (`tax_rate_id`),
  ADD KEY `location_type_code` (`location_type`(10),`location_code`(20));

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

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

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

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

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

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

--
-- Indexes for table `iamc_yoast_indexable`
--
ALTER TABLE `iamc_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 `iamc_yoast_indexable_hierarchy`
--
ALTER TABLE `iamc_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 `iamc_yoast_migrations`
--
ALTER TABLE `iamc_yoast_migrations`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `idx_iamc_yoast_migrations_version` (`version`);

--
-- Indexes for table `iamc_yoast_primary_term`
--
ALTER TABLE `iamc_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 `iamc_yoast_seo_links`
--
ALTER TABLE `iamc_yoast_seo_links`
  ADD PRIMARY KEY (`id`),
  ADD KEY `link_direction` (`post_id`,`type`),
  ADD KEY `indexable_link_direction` (`indexable_id`,`type`);

--
-- Indexes for table `iamc_yoast_seo_meta`
--
ALTER TABLE `iamc_yoast_seo_meta`
  ADD UNIQUE KEY `object_id` (`object_id`);

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `iamc_actionscheduler_actions`
--
ALTER TABLE `iamc_actionscheduler_actions`
  MODIFY `action_id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=49;

--
-- AUTO_INCREMENT for table `iamc_actionscheduler_claims`
--
ALTER TABLE `iamc_actionscheduler_claims`
  MODIFY `claim_id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=172930;

--
-- AUTO_INCREMENT for table `iamc_actionscheduler_groups`
--
ALTER TABLE `iamc_actionscheduler_groups`
  MODIFY `group_id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `iamc_actionscheduler_logs`
--
ALTER TABLE `iamc_actionscheduler_logs`
  MODIFY `log_id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=130;

--
-- AUTO_INCREMENT for table `iamc_as3cf_items`
--
ALTER TABLE `iamc_as3cf_items`
  MODIFY `id` bigint NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `iamc_b2s_network_insights`
--
ALTER TABLE `iamc_b2s_network_insights`
  MODIFY `id` int NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `iamc_b2s_posts`
--
ALTER TABLE `iamc_b2s_posts`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13;

--
-- AUTO_INCREMENT for table `iamc_b2s_posts_drafts`
--
ALTER TABLE `iamc_b2s_posts_drafts`
  MODIFY `id` int NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `iamc_b2s_posts_favorites`
--
ALTER TABLE `iamc_b2s_posts_favorites`
  MODIFY `id` int NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `iamc_b2s_posts_insights`
--
ALTER TABLE `iamc_b2s_posts_insights`
  MODIFY `id` int NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `iamc_b2s_posts_network_details`
--
ALTER TABLE `iamc_b2s_posts_network_details`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `iamc_b2s_posts_sched_details`
--
ALTER TABLE `iamc_b2s_posts_sched_details`
  MODIFY `id` int NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `iamc_b2s_user`
--
ALTER TABLE `iamc_b2s_user`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `iamc_b2s_user_contact`
--
ALTER TABLE `iamc_b2s_user_contact`
  MODIFY `id` int NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `iamc_b2s_user_network_settings`
--
ALTER TABLE `iamc_b2s_user_network_settings`
  MODIFY `id` int NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `iamc_commentmeta`
--
ALTER TABLE `iamc_commentmeta`
  MODIFY `meta_id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `iamc_comments`
--
ALTER TABLE `iamc_comments`
  MODIFY `comment_ID` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `iamc_evf_entries`
--
ALTER TABLE `iamc_evf_entries`
  MODIFY `entry_id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `iamc_evf_entrymeta`
--
ALTER TABLE `iamc_evf_entrymeta`
  MODIFY `meta_id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `iamc_evf_sessions`
--
ALTER TABLE `iamc_evf_sessions`
  MODIFY `session_id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `iamc_gdbc_attempts`
--
ALTER TABLE `iamc_gdbc_attempts`
  MODIFY `Id` int UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1209;

--
-- AUTO_INCREMENT for table `iamc_links`
--
ALTER TABLE `iamc_links`
  MODIFY `link_id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `iamc_nextend2_image_storage`
--
ALTER TABLE `iamc_nextend2_image_storage`
  MODIFY `id` int NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `iamc_nextend2_section_storage`
--
ALTER TABLE `iamc_nextend2_section_storage`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10001;

--
-- AUTO_INCREMENT for table `iamc_nextend2_smartslider3_generators`
--
ALTER TABLE `iamc_nextend2_smartslider3_generators`
  MODIFY `id` int NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `iamc_nextend2_smartslider3_sliders`
--
ALTER TABLE `iamc_nextend2_smartslider3_sliders`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `iamc_nextend2_smartslider3_slides`
--
ALTER TABLE `iamc_nextend2_smartslider3_slides`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `iamc_options`
--
ALTER TABLE `iamc_options`
  MODIFY `option_id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1184438;

--
-- AUTO_INCREMENT for table `iamc_pms_member_subscriptionmeta`
--
ALTER TABLE `iamc_pms_member_subscriptionmeta`
  MODIFY `meta_id` bigint NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `iamc_pms_member_subscriptions`
--
ALTER TABLE `iamc_pms_member_subscriptions`
  MODIFY `id` bigint NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `iamc_pms_paymentmeta`
--
ALTER TABLE `iamc_pms_paymentmeta`
  MODIFY `meta_id` bigint NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `iamc_pms_payments`
--
ALTER TABLE `iamc_pms_payments`
  MODIFY `id` bigint NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `iamc_postmeta`
--
ALTER TABLE `iamc_postmeta`
  MODIFY `meta_id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=40867;

--
-- AUTO_INCREMENT for table `iamc_posts`
--
ALTER TABLE `iamc_posts`
  MODIFY `ID` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5213;

--
-- AUTO_INCREMENT for table `iamc_termmeta`
--
ALTER TABLE `iamc_termmeta`
  MODIFY `meta_id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `iamc_terms`
--
ALTER TABLE `iamc_terms`
  MODIFY `term_id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=42;

--
-- AUTO_INCREMENT for table `iamc_term_taxonomy`
--
ALTER TABLE `iamc_term_taxonomy`
  MODIFY `term_taxonomy_id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=42;

--
-- AUTO_INCREMENT for table `iamc_usermeta`
--
ALTER TABLE `iamc_usermeta`
  MODIFY `umeta_id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=535;

--
-- AUTO_INCREMENT for table `iamc_users`
--
ALTER TABLE `iamc_users`
  MODIFY `ID` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `iamc_wc_admin_notes`
--
ALTER TABLE `iamc_wc_admin_notes`
  MODIFY `note_id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=71;

--
-- AUTO_INCREMENT for table `iamc_wc_admin_note_actions`
--
ALTER TABLE `iamc_wc_admin_note_actions`
  MODIFY `action_id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10294;

--
-- AUTO_INCREMENT for table `iamc_wc_customer_lookup`
--
ALTER TABLE `iamc_wc_customer_lookup`
  MODIFY `customer_id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `iamc_wc_download_log`
--
ALTER TABLE `iamc_wc_download_log`
  MODIFY `download_log_id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `iamc_wc_tax_rate_classes`
--
ALTER TABLE `iamc_wc_tax_rate_classes`
  MODIFY `tax_rate_class_id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `iamc_wc_webhooks`
--
ALTER TABLE `iamc_wc_webhooks`
  MODIFY `webhook_id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `iamc_wfblocks7`
--
ALTER TABLE `iamc_wfblocks7`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=54;

--
-- AUTO_INCREMENT for table `iamc_wfhits`
--
ALTER TABLE `iamc_wfhits`
  MODIFY `id` int UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12884;

--
-- AUTO_INCREMENT for table `iamc_wfhoover`
--
ALTER TABLE `iamc_wfhoover`
  MODIFY `id` int UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `iamc_wfissues`
--
ALTER TABLE `iamc_wfissues`
  MODIFY `id` int UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2379;

--
-- AUTO_INCREMENT for table `iamc_wfknownfilelist`
--
ALTER TABLE `iamc_wfknownfilelist`
  MODIFY `id` int UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14405;

--
-- AUTO_INCREMENT for table `iamc_wflogins`
--
ALTER TABLE `iamc_wflogins`
  MODIFY `id` int UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=293;

--
-- AUTO_INCREMENT for table `iamc_wfls_2fa_secrets`
--
ALTER TABLE `iamc_wfls_2fa_secrets`
  MODIFY `id` int UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `iamc_wfpendingissues`
--
ALTER TABLE `iamc_wfpendingissues`
  MODIFY `id` int UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `iamc_wfsnipcache`
--
ALTER TABLE `iamc_wfsnipcache`
  MODIFY `id` int UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `iamc_wfstatus`
--
ALTER TABLE `iamc_wfstatus`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=71486;

--
-- AUTO_INCREMENT for table `iamc_woocommerce_api_keys`
--
ALTER TABLE `iamc_woocommerce_api_keys`
  MODIFY `key_id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `iamc_woocommerce_attribute_taxonomies`
--
ALTER TABLE `iamc_woocommerce_attribute_taxonomies`
  MODIFY `attribute_id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `iamc_woocommerce_downloadable_product_permissions`
--
ALTER TABLE `iamc_woocommerce_downloadable_product_permissions`
  MODIFY `permission_id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `iamc_woocommerce_log`
--
ALTER TABLE `iamc_woocommerce_log`
  MODIFY `log_id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `iamc_woocommerce_order_itemmeta`
--
ALTER TABLE `iamc_woocommerce_order_itemmeta`
  MODIFY `meta_id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `iamc_woocommerce_order_items`
--
ALTER TABLE `iamc_woocommerce_order_items`
  MODIFY `order_item_id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `iamc_woocommerce_payment_tokenmeta`
--
ALTER TABLE `iamc_woocommerce_payment_tokenmeta`
  MODIFY `meta_id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `iamc_woocommerce_payment_tokens`
--
ALTER TABLE `iamc_woocommerce_payment_tokens`
  MODIFY `token_id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `iamc_woocommerce_sessions`
--
ALTER TABLE `iamc_woocommerce_sessions`
  MODIFY `session_id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=202370;

--
-- AUTO_INCREMENT for table `iamc_woocommerce_shipping_zones`
--
ALTER TABLE `iamc_woocommerce_shipping_zones`
  MODIFY `zone_id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `iamc_woocommerce_shipping_zone_locations`
--
ALTER TABLE `iamc_woocommerce_shipping_zone_locations`
  MODIFY `location_id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `iamc_woocommerce_shipping_zone_methods`
--
ALTER TABLE `iamc_woocommerce_shipping_zone_methods`
  MODIFY `instance_id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `iamc_woocommerce_tax_rates`
--
ALTER TABLE `iamc_woocommerce_tax_rates`
  MODIFY `tax_rate_id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `iamc_woocommerce_tax_rate_locations`
--
ALTER TABLE `iamc_woocommerce_tax_rate_locations`
  MODIFY `location_id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `iamc_wpa_form_builder`
--
ALTER TABLE `iamc_wpa_form_builder`
  MODIFY `id` bigint NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `iamc_wpa_guest_authors`
--
ALTER TABLE `iamc_wpa_guest_authors`
  MODIFY `id` bigint NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `iamc_wpa_membership_plan`
--
ALTER TABLE `iamc_wpa_membership_plan`
  MODIFY `id` bigint NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `iamc_wpa_orders`
--
ALTER TABLE `iamc_wpa_orders`
  MODIFY `id` bigint NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `iamc_wpa_subscriptions`
--
ALTER TABLE `iamc_wpa_subscriptions`
  MODIFY `id` bigint NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `iamc_wprss_logs`
--
ALTER TABLE `iamc_wprss_logs`
  MODIFY `id` bigint NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1561280;

--
-- AUTO_INCREMENT for table `iamc_yoast_indexable`
--
ALTER TABLE `iamc_yoast_indexable`
  MODIFY `id` int UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4990;

--
-- AUTO_INCREMENT for table `iamc_yoast_migrations`
--
ALTER TABLE `iamc_yoast_migrations`
  MODIFY `id` int UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=24;

--
-- AUTO_INCREMENT for table `iamc_yoast_primary_term`
--
ALTER TABLE `iamc_yoast_primary_term`
  MODIFY `id` int UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=84;

--
-- AUTO_INCREMENT for table `iamc_yoast_seo_links`
--
ALTER TABLE `iamc_yoast_seo_links`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7035;
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 */;
